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

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

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

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

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

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

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

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

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

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

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

body {
  margin: 0;
}

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

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

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

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

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

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

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

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

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

b,
strong {
  font-weight: bolder;
}

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

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

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

small {
  font-size: 80%;
}

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

/*
Forms
=====
*/

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

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

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

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

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

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

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

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

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

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

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

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

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

legend {
  padding: 0;
}

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

progress {
  vertical-align: baseline;
}

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

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

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

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

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

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

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

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

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

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

summary {
  display: list-item;
}

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

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

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

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

fieldset {
  margin: 0;
  padding: 0;
}

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

/**
 * Tailwind custom reset styles
 */

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

html {
  font-family: Inter, 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 {
  box-sizing: border-box; /* 1 */
  border-width: 0; /* 2 */
  border-style: solid; /* 2 */
  border-color: currentColor; /* 2 */
}

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

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

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

img {
  border-style: solid;
}

textarea {
  resize: vertical;
}

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

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

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: IBM Plex Mono, Menlo, DejaVu Sans Mono, Bitstream Vera Sans Mono, Courier, 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(96, 97, 103, 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: 1024px){
  .container{
    max-width: 1024px;
  }
}

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

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

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

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

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

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

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

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

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

.tw .visible{
  visibility: visible;
}

.tw .invisible{
  visibility: hidden;
}

.tw .hover\:visible:hover{
  visibility: visible;
}

.tw .hover\:invisible:hover{
  visibility: hidden;
}

.tw .group:hover .group-hover\:visible{
  visibility: visible;
}

.tw .group:hover .group-hover\:invisible{
  visibility: hidden;
}

.tw .static{
  position: static;
}

.tw .fixed{
  position: fixed;
}

.tw .absolute{
  position: absolute;
}

.tw .relative{
  position: relative;
}

.tw .sticky{
  position: sticky;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.tw .inset-17{
  top: 85px;
  right: 85px;
  bottom: 85px;
  left: 85px;
}

.tw .inset-18{
  top: 90px;
  right: 90px;
  bottom: 90px;
  left: 90px;
}

.tw .inset-19{
  top: 95px;
  right: 95px;
  bottom: 95px;
  left: 95px;
}

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

.tw .inset-21{
  top: 105px;
  right: 105px;
  bottom: 105px;
  left: 105px;
}

.tw .inset-22{
  top: 110px;
  right: 110px;
  bottom: 110px;
  left: 110px;
}

.tw .inset-23{
  top: 115px;
  right: 115px;
  bottom: 115px;
  left: 115px;
}

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

.tw .inset-25{
  top: 125px;
  right: 125px;
  bottom: 125px;
  left: 125px;
}

.tw .inset-26{
  top: 130px;
  right: 130px;
  bottom: 130px;
  left: 130px;
}

.tw .inset-27{
  top: 135px;
  right: 135px;
  bottom: 135px;
  left: 135px;
}

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

.tw .inset-29{
  top: 145px;
  right: 145px;
  bottom: 145px;
  left: 145px;
}

.tw .inset-30{
  top: 150px;
  right: 150px;
  bottom: 150px;
  left: 150px;
}

.tw .inset-31{
  top: 155px;
  right: 155px;
  bottom: 155px;
  left: 155px;
}

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

.tw .inset-33{
  top: 165px;
  right: 165px;
  bottom: 165px;
  left: 165px;
}

.tw .inset-34{
  top: 170px;
  right: 170px;
  bottom: 170px;
  left: 170px;
}

.tw .inset-35{
  top: 175px;
  right: 175px;
  bottom: 175px;
  left: 175px;
}

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

.tw .inset-37{
  top: 185px;
  right: 185px;
  bottom: 185px;
  left: 185px;
}

.tw .inset-38{
  top: 190px;
  right: 190px;
  bottom: 190px;
  left: 190px;
}

.tw .inset-39{
  top: 195px;
  right: 195px;
  bottom: 195px;
  left: 195px;
}

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

.tw .inset-41{
  top: 205px;
  right: 205px;
  bottom: 205px;
  left: 205px;
}

.tw .inset-42{
  top: 210px;
  right: 210px;
  bottom: 210px;
  left: 210px;
}

.tw .inset-43{
  top: 215px;
  right: 215px;
  bottom: 215px;
  left: 215px;
}

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

.tw .inset-45{
  top: 225px;
  right: 225px;
  bottom: 225px;
  left: 225px;
}

.tw .inset-46{
  top: 230px;
  right: 230px;
  bottom: 230px;
  left: 230px;
}

.tw .inset-47{
  top: 235px;
  right: 235px;
  bottom: 235px;
  left: 235px;
}

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

.tw .inset-49{
  top: 245px;
  right: 245px;
  bottom: 245px;
  left: 245px;
}

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

.tw .inset-51{
  top: 255px;
  right: 255px;
  bottom: 255px;
  left: 255px;
}

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

.tw .inset-53{
  top: 265px;
  right: 265px;
  bottom: 265px;
  left: 265px;
}

.tw .inset-54{
  top: 270px;
  right: 270px;
  bottom: 270px;
  left: 270px;
}

.tw .inset-55{
  top: 275px;
  right: 275px;
  bottom: 275px;
  left: 275px;
}

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

.tw .inset-57{
  top: 285px;
  right: 285px;
  bottom: 285px;
  left: 285px;
}

.tw .inset-58{
  top: 290px;
  right: 290px;
  bottom: 290px;
  left: 290px;
}

.tw .inset-59{
  top: 295px;
  right: 295px;
  bottom: 295px;
  left: 295px;
}

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

.tw .inset-61{
  top: 305px;
  right: 305px;
  bottom: 305px;
  left: 305px;
}

.tw .inset-62{
  top: 310px;
  right: 310px;
  bottom: 310px;
  left: 310px;
}

.tw .inset-63{
  top: 315px;
  right: 315px;
  bottom: 315px;
  left: 315px;
}

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

.tw .inset-65{
  top: 325px;
  right: 325px;
  bottom: 325px;
  left: 325px;
}

.tw .inset-66{
  top: 330px;
  right: 330px;
  bottom: 330px;
  left: 330px;
}

.tw .inset-67{
  top: 335px;
  right: 335px;
  bottom: 335px;
  left: 335px;
}

.tw .inset-68{
  top: 340px;
  right: 340px;
  bottom: 340px;
  left: 340px;
}

.tw .inset-69{
  top: 345px;
  right: 345px;
  bottom: 345px;
  left: 345px;
}

.tw .inset-70{
  top: 350px;
  right: 350px;
  bottom: 350px;
  left: 350px;
}

.tw .inset-71{
  top: 355px;
  right: 355px;
  bottom: 355px;
  left: 355px;
}

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

.tw .inset-73{
  top: 365px;
  right: 365px;
  bottom: 365px;
  left: 365px;
}

.tw .inset-74{
  top: 370px;
  right: 370px;
  bottom: 370px;
  left: 370px;
}

.tw .inset-75{
  top: 375px;
  right: 375px;
  bottom: 375px;
  left: 375px;
}

.tw .inset-76{
  top: 380px;
  right: 380px;
  bottom: 380px;
  left: 380px;
}

.tw .inset-77{
  top: 385px;
  right: 385px;
  bottom: 385px;
  left: 385px;
}

.tw .inset-78{
  top: 390px;
  right: 390px;
  bottom: 390px;
  left: 390px;
}

.tw .inset-79{
  top: 395px;
  right: 395px;
  bottom: 395px;
  left: 395px;
}

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

.tw .inset-81{
  top: 405px;
  right: 405px;
  bottom: 405px;
  left: 405px;
}

.tw .inset-82{
  top: 410px;
  right: 410px;
  bottom: 410px;
  left: 410px;
}

.tw .inset-83{
  top: 415px;
  right: 415px;
  bottom: 415px;
  left: 415px;
}

.tw .inset-84{
  top: 420px;
  right: 420px;
  bottom: 420px;
  left: 420px;
}

.tw .inset-85{
  top: 425px;
  right: 425px;
  bottom: 425px;
  left: 425px;
}

.tw .inset-86{
  top: 430px;
  right: 430px;
  bottom: 430px;
  left: 430px;
}

.tw .inset-87{
  top: 435px;
  right: 435px;
  bottom: 435px;
  left: 435px;
}

.tw .inset-88{
  top: 440px;
  right: 440px;
  bottom: 440px;
  left: 440px;
}

.tw .inset-89{
  top: 445px;
  right: 445px;
  bottom: 445px;
  left: 445px;
}

.tw .inset-90{
  top: 450px;
  right: 450px;
  bottom: 450px;
  left: 450px;
}

.tw .inset-91{
  top: 455px;
  right: 455px;
  bottom: 455px;
  left: 455px;
}

.tw .inset-92{
  top: 460px;
  right: 460px;
  bottom: 460px;
  left: 460px;
}

.tw .inset-93{
  top: 465px;
  right: 465px;
  bottom: 465px;
  left: 465px;
}

.tw .inset-94{
  top: 470px;
  right: 470px;
  bottom: 470px;
  left: 470px;
}

.tw .inset-95{
  top: 475px;
  right: 475px;
  bottom: 475px;
  left: 475px;
}

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

.tw .inset-97{
  top: 485px;
  right: 485px;
  bottom: 485px;
  left: 485px;
}

.tw .inset-98{
  top: 490px;
  right: 490px;
  bottom: 490px;
  left: 490px;
}

.tw .inset-99{
  top: 495px;
  right: 495px;
  bottom: 495px;
  left: 495px;
}

.tw .inset-100{
  top: 500px;
  right: 500px;
  bottom: 500px;
  left: 500px;
}

.tw .inset-101{
  top: 505px;
  right: 505px;
  bottom: 505px;
  left: 505px;
}

.tw .inset-102{
  top: 510px;
  right: 510px;
  bottom: 510px;
  left: 510px;
}

.tw .inset-103{
  top: 515px;
  right: 515px;
  bottom: 515px;
  left: 515px;
}

.tw .inset-104{
  top: 520px;
  right: 520px;
  bottom: 520px;
  left: 520px;
}

.tw .inset-105{
  top: 525px;
  right: 525px;
  bottom: 525px;
  left: 525px;
}

.tw .inset-106{
  top: 530px;
  right: 530px;
  bottom: 530px;
  left: 530px;
}

.tw .inset-107{
  top: 535px;
  right: 535px;
  bottom: 535px;
  left: 535px;
}

.tw .inset-108{
  top: 540px;
  right: 540px;
  bottom: 540px;
  left: 540px;
}

.tw .inset-109{
  top: 545px;
  right: 545px;
  bottom: 545px;
  left: 545px;
}

.tw .inset-110{
  top: 550px;
  right: 550px;
  bottom: 550px;
  left: 550px;
}

.tw .inset-111{
  top: 555px;
  right: 555px;
  bottom: 555px;
  left: 555px;
}

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

.tw .inset-113{
  top: 565px;
  right: 565px;
  bottom: 565px;
  left: 565px;
}

.tw .inset-114{
  top: 570px;
  right: 570px;
  bottom: 570px;
  left: 570px;
}

.tw .inset-115{
  top: 575px;
  right: 575px;
  bottom: 575px;
  left: 575px;
}

.tw .inset-116{
  top: 580px;
  right: 580px;
  bottom: 580px;
  left: 580px;
}

.tw .inset-117{
  top: 585px;
  right: 585px;
  bottom: 585px;
  left: 585px;
}

.tw .inset-118{
  top: 590px;
  right: 590px;
  bottom: 590px;
  left: 590px;
}

.tw .inset-119{
  top: 595px;
  right: 595px;
  bottom: 595px;
  left: 595px;
}

.tw .inset-120{
  top: 600px;
  right: 600px;
  bottom: 600px;
  left: 600px;
}

.tw .inset-121{
  top: 605px;
  right: 605px;
  bottom: 605px;
  left: 605px;
}

.tw .inset-122{
  top: 610px;
  right: 610px;
  bottom: 610px;
  left: 610px;
}

.tw .inset-123{
  top: 615px;
  right: 615px;
  bottom: 615px;
  left: 615px;
}

.tw .inset-124{
  top: 620px;
  right: 620px;
  bottom: 620px;
  left: 620px;
}

.tw .inset-125{
  top: 625px;
  right: 625px;
  bottom: 625px;
  left: 625px;
}

.tw .inset-126{
  top: 630px;
  right: 630px;
  bottom: 630px;
  left: 630px;
}

.tw .inset-127{
  top: 635px;
  right: 635px;
  bottom: 635px;
  left: 635px;
}

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

.tw .inset-129{
  top: 645px;
  right: 645px;
  bottom: 645px;
  left: 645px;
}

.tw .inset-130{
  top: 650px;
  right: 650px;
  bottom: 650px;
  left: 650px;
}

.tw .inset-131{
  top: 655px;
  right: 655px;
  bottom: 655px;
  left: 655px;
}

.tw .inset-132{
  top: 660px;
  right: 660px;
  bottom: 660px;
  left: 660px;
}

.tw .inset-133{
  top: 665px;
  right: 665px;
  bottom: 665px;
  left: 665px;
}

.tw .inset-134{
  top: 670px;
  right: 670px;
  bottom: 670px;
  left: 670px;
}

.tw .inset-135{
  top: 675px;
  right: 675px;
  bottom: 675px;
  left: 675px;
}

.tw .inset-136{
  top: 680px;
  right: 680px;
  bottom: 680px;
  left: 680px;
}

.tw .inset-137{
  top: 685px;
  right: 685px;
  bottom: 685px;
  left: 685px;
}

.tw .inset-138{
  top: 690px;
  right: 690px;
  bottom: 690px;
  left: 690px;
}

.tw .inset-139{
  top: 695px;
  right: 695px;
  bottom: 695px;
  left: 695px;
}

.tw .inset-140{
  top: 700px;
  right: 700px;
  bottom: 700px;
  left: 700px;
}

.tw .inset-141{
  top: 705px;
  right: 705px;
  bottom: 705px;
  left: 705px;
}

.tw .inset-142{
  top: 710px;
  right: 710px;
  bottom: 710px;
  left: 710px;
}

.tw .inset-143{
  top: 715px;
  right: 715px;
  bottom: 715px;
  left: 715px;
}

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

.tw .inset-145{
  top: 725px;
  right: 725px;
  bottom: 725px;
  left: 725px;
}

.tw .inset-146{
  top: 730px;
  right: 730px;
  bottom: 730px;
  left: 730px;
}

.tw .inset-147{
  top: 735px;
  right: 735px;
  bottom: 735px;
  left: 735px;
}

.tw .inset-148{
  top: 740px;
  right: 740px;
  bottom: 740px;
  left: 740px;
}

.tw .inset-149{
  top: 745px;
  right: 745px;
  bottom: 745px;
  left: 745px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.tw .-inset-17{
  top: -85px;
  right: -85px;
  bottom: -85px;
  left: -85px;
}

.tw .-inset-18{
  top: -90px;
  right: -90px;
  bottom: -90px;
  left: -90px;
}

.tw .-inset-19{
  top: -95px;
  right: -95px;
  bottom: -95px;
  left: -95px;
}

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

.tw .-inset-21{
  top: -105px;
  right: -105px;
  bottom: -105px;
  left: -105px;
}

.tw .-inset-22{
  top: -110px;
  right: -110px;
  bottom: -110px;
  left: -110px;
}

.tw .-inset-23{
  top: -115px;
  right: -115px;
  bottom: -115px;
  left: -115px;
}

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

.tw .-inset-25{
  top: -125px;
  right: -125px;
  bottom: -125px;
  left: -125px;
}

.tw .-inset-26{
  top: -130px;
  right: -130px;
  bottom: -130px;
  left: -130px;
}

.tw .-inset-27{
  top: -135px;
  right: -135px;
  bottom: -135px;
  left: -135px;
}

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

.tw .-inset-29{
  top: -145px;
  right: -145px;
  bottom: -145px;
  left: -145px;
}

.tw .-inset-30{
  top: -150px;
  right: -150px;
  bottom: -150px;
  left: -150px;
}

.tw .-inset-31{
  top: -155px;
  right: -155px;
  bottom: -155px;
  left: -155px;
}

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

.tw .-inset-33{
  top: -165px;
  right: -165px;
  bottom: -165px;
  left: -165px;
}

.tw .-inset-34{
  top: -170px;
  right: -170px;
  bottom: -170px;
  left: -170px;
}

.tw .-inset-35{
  top: -175px;
  right: -175px;
  bottom: -175px;
  left: -175px;
}

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

.tw .-inset-37{
  top: -185px;
  right: -185px;
  bottom: -185px;
  left: -185px;
}

.tw .-inset-38{
  top: -190px;
  right: -190px;
  bottom: -190px;
  left: -190px;
}

.tw .-inset-39{
  top: -195px;
  right: -195px;
  bottom: -195px;
  left: -195px;
}

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

.tw .-inset-41{
  top: -205px;
  right: -205px;
  bottom: -205px;
  left: -205px;
}

.tw .-inset-42{
  top: -210px;
  right: -210px;
  bottom: -210px;
  left: -210px;
}

.tw .-inset-43{
  top: -215px;
  right: -215px;
  bottom: -215px;
  left: -215px;
}

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

.tw .-inset-45{
  top: -225px;
  right: -225px;
  bottom: -225px;
  left: -225px;
}

.tw .-inset-46{
  top: -230px;
  right: -230px;
  bottom: -230px;
  left: -230px;
}

.tw .-inset-47{
  top: -235px;
  right: -235px;
  bottom: -235px;
  left: -235px;
}

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

.tw .-inset-49{
  top: -245px;
  right: -245px;
  bottom: -245px;
  left: -245px;
}

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

.tw .-inset-51{
  top: -255px;
  right: -255px;
  bottom: -255px;
  left: -255px;
}

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

.tw .-inset-53{
  top: -265px;
  right: -265px;
  bottom: -265px;
  left: -265px;
}

.tw .-inset-54{
  top: -270px;
  right: -270px;
  bottom: -270px;
  left: -270px;
}

.tw .-inset-55{
  top: -275px;
  right: -275px;
  bottom: -275px;
  left: -275px;
}

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

.tw .-inset-57{
  top: -285px;
  right: -285px;
  bottom: -285px;
  left: -285px;
}

.tw .-inset-58{
  top: -290px;
  right: -290px;
  bottom: -290px;
  left: -290px;
}

.tw .-inset-59{
  top: -295px;
  right: -295px;
  bottom: -295px;
  left: -295px;
}

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

.tw .-inset-61{
  top: -305px;
  right: -305px;
  bottom: -305px;
  left: -305px;
}

.tw .-inset-62{
  top: -310px;
  right: -310px;
  bottom: -310px;
  left: -310px;
}

.tw .-inset-63{
  top: -315px;
  right: -315px;
  bottom: -315px;
  left: -315px;
}

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

.tw .-inset-65{
  top: -325px;
  right: -325px;
  bottom: -325px;
  left: -325px;
}

.tw .-inset-66{
  top: -330px;
  right: -330px;
  bottom: -330px;
  left: -330px;
}

.tw .-inset-67{
  top: -335px;
  right: -335px;
  bottom: -335px;
  left: -335px;
}

.tw .-inset-68{
  top: -340px;
  right: -340px;
  bottom: -340px;
  left: -340px;
}

.tw .-inset-69{
  top: -345px;
  right: -345px;
  bottom: -345px;
  left: -345px;
}

.tw .-inset-70{
  top: -350px;
  right: -350px;
  bottom: -350px;
  left: -350px;
}

.tw .-inset-71{
  top: -355px;
  right: -355px;
  bottom: -355px;
  left: -355px;
}

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

.tw .-inset-73{
  top: -365px;
  right: -365px;
  bottom: -365px;
  left: -365px;
}

.tw .-inset-74{
  top: -370px;
  right: -370px;
  bottom: -370px;
  left: -370px;
}

.tw .-inset-75{
  top: -375px;
  right: -375px;
  bottom: -375px;
  left: -375px;
}

.tw .-inset-76{
  top: -380px;
  right: -380px;
  bottom: -380px;
  left: -380px;
}

.tw .-inset-77{
  top: -385px;
  right: -385px;
  bottom: -385px;
  left: -385px;
}

.tw .-inset-78{
  top: -390px;
  right: -390px;
  bottom: -390px;
  left: -390px;
}

.tw .-inset-79{
  top: -395px;
  right: -395px;
  bottom: -395px;
  left: -395px;
}

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

.tw .-inset-81{
  top: -405px;
  right: -405px;
  bottom: -405px;
  left: -405px;
}

.tw .-inset-82{
  top: -410px;
  right: -410px;
  bottom: -410px;
  left: -410px;
}

.tw .-inset-83{
  top: -415px;
  right: -415px;
  bottom: -415px;
  left: -415px;
}

.tw .-inset-84{
  top: -420px;
  right: -420px;
  bottom: -420px;
  left: -420px;
}

.tw .-inset-85{
  top: -425px;
  right: -425px;
  bottom: -425px;
  left: -425px;
}

.tw .-inset-86{
  top: -430px;
  right: -430px;
  bottom: -430px;
  left: -430px;
}

.tw .-inset-87{
  top: -435px;
  right: -435px;
  bottom: -435px;
  left: -435px;
}

.tw .-inset-88{
  top: -440px;
  right: -440px;
  bottom: -440px;
  left: -440px;
}

.tw .-inset-89{
  top: -445px;
  right: -445px;
  bottom: -445px;
  left: -445px;
}

.tw .-inset-90{
  top: -450px;
  right: -450px;
  bottom: -450px;
  left: -450px;
}

.tw .-inset-91{
  top: -455px;
  right: -455px;
  bottom: -455px;
  left: -455px;
}

.tw .-inset-92{
  top: -460px;
  right: -460px;
  bottom: -460px;
  left: -460px;
}

.tw .-inset-93{
  top: -465px;
  right: -465px;
  bottom: -465px;
  left: -465px;
}

.tw .-inset-94{
  top: -470px;
  right: -470px;
  bottom: -470px;
  left: -470px;
}

.tw .-inset-95{
  top: -475px;
  right: -475px;
  bottom: -475px;
  left: -475px;
}

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

.tw .-inset-97{
  top: -485px;
  right: -485px;
  bottom: -485px;
  left: -485px;
}

.tw .-inset-98{
  top: -490px;
  right: -490px;
  bottom: -490px;
  left: -490px;
}

.tw .-inset-99{
  top: -495px;
  right: -495px;
  bottom: -495px;
  left: -495px;
}

.tw .-inset-100{
  top: -500px;
  right: -500px;
  bottom: -500px;
  left: -500px;
}

.tw .-inset-101{
  top: -505px;
  right: -505px;
  bottom: -505px;
  left: -505px;
}

.tw .-inset-102{
  top: -510px;
  right: -510px;
  bottom: -510px;
  left: -510px;
}

.tw .-inset-103{
  top: -515px;
  right: -515px;
  bottom: -515px;
  left: -515px;
}

.tw .-inset-104{
  top: -520px;
  right: -520px;
  bottom: -520px;
  left: -520px;
}

.tw .-inset-105{
  top: -525px;
  right: -525px;
  bottom: -525px;
  left: -525px;
}

.tw .-inset-106{
  top: -530px;
  right: -530px;
  bottom: -530px;
  left: -530px;
}

.tw .-inset-107{
  top: -535px;
  right: -535px;
  bottom: -535px;
  left: -535px;
}

.tw .-inset-108{
  top: -540px;
  right: -540px;
  bottom: -540px;
  left: -540px;
}

.tw .-inset-109{
  top: -545px;
  right: -545px;
  bottom: -545px;
  left: -545px;
}

.tw .-inset-110{
  top: -550px;
  right: -550px;
  bottom: -550px;
  left: -550px;
}

.tw .-inset-111{
  top: -555px;
  right: -555px;
  bottom: -555px;
  left: -555px;
}

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

.tw .-inset-113{
  top: -565px;
  right: -565px;
  bottom: -565px;
  left: -565px;
}

.tw .-inset-114{
  top: -570px;
  right: -570px;
  bottom: -570px;
  left: -570px;
}

.tw .-inset-115{
  top: -575px;
  right: -575px;
  bottom: -575px;
  left: -575px;
}

.tw .-inset-116{
  top: -580px;
  right: -580px;
  bottom: -580px;
  left: -580px;
}

.tw .-inset-117{
  top: -585px;
  right: -585px;
  bottom: -585px;
  left: -585px;
}

.tw .-inset-118{
  top: -590px;
  right: -590px;
  bottom: -590px;
  left: -590px;
}

.tw .-inset-119{
  top: -595px;
  right: -595px;
  bottom: -595px;
  left: -595px;
}

.tw .-inset-120{
  top: -600px;
  right: -600px;
  bottom: -600px;
  left: -600px;
}

.tw .-inset-121{
  top: -605px;
  right: -605px;
  bottom: -605px;
  left: -605px;
}

.tw .-inset-122{
  top: -610px;
  right: -610px;
  bottom: -610px;
  left: -610px;
}

.tw .-inset-123{
  top: -615px;
  right: -615px;
  bottom: -615px;
  left: -615px;
}

.tw .-inset-124{
  top: -620px;
  right: -620px;
  bottom: -620px;
  left: -620px;
}

.tw .-inset-125{
  top: -625px;
  right: -625px;
  bottom: -625px;
  left: -625px;
}

.tw .-inset-126{
  top: -630px;
  right: -630px;
  bottom: -630px;
  left: -630px;
}

.tw .-inset-127{
  top: -635px;
  right: -635px;
  bottom: -635px;
  left: -635px;
}

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

.tw .-inset-129{
  top: -645px;
  right: -645px;
  bottom: -645px;
  left: -645px;
}

.tw .-inset-130{
  top: -650px;
  right: -650px;
  bottom: -650px;
  left: -650px;
}

.tw .-inset-131{
  top: -655px;
  right: -655px;
  bottom: -655px;
  left: -655px;
}

.tw .-inset-132{
  top: -660px;
  right: -660px;
  bottom: -660px;
  left: -660px;
}

.tw .-inset-133{
  top: -665px;
  right: -665px;
  bottom: -665px;
  left: -665px;
}

.tw .-inset-134{
  top: -670px;
  right: -670px;
  bottom: -670px;
  left: -670px;
}

.tw .-inset-135{
  top: -675px;
  right: -675px;
  bottom: -675px;
  left: -675px;
}

.tw .-inset-136{
  top: -680px;
  right: -680px;
  bottom: -680px;
  left: -680px;
}

.tw .-inset-137{
  top: -685px;
  right: -685px;
  bottom: -685px;
  left: -685px;
}

.tw .-inset-138{
  top: -690px;
  right: -690px;
  bottom: -690px;
  left: -690px;
}

.tw .-inset-139{
  top: -695px;
  right: -695px;
  bottom: -695px;
  left: -695px;
}

.tw .-inset-140{
  top: -700px;
  right: -700px;
  bottom: -700px;
  left: -700px;
}

.tw .-inset-141{
  top: -705px;
  right: -705px;
  bottom: -705px;
  left: -705px;
}

.tw .-inset-142{
  top: -710px;
  right: -710px;
  bottom: -710px;
  left: -710px;
}

.tw .-inset-143{
  top: -715px;
  right: -715px;
  bottom: -715px;
  left: -715px;
}

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

.tw .-inset-145{
  top: -725px;
  right: -725px;
  bottom: -725px;
  left: -725px;
}

.tw .-inset-146{
  top: -730px;
  right: -730px;
  bottom: -730px;
  left: -730px;
}

.tw .-inset-147{
  top: -735px;
  right: -735px;
  bottom: -735px;
  left: -735px;
}

.tw .-inset-148{
  top: -740px;
  right: -740px;
  bottom: -740px;
  left: -740px;
}

.tw .-inset-149{
  top: -745px;
  right: -745px;
  bottom: -745px;
  left: -745px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.tw .inset-x-17{
  left: 85px;
  right: 85px;
}

.tw .inset-x-18{
  left: 90px;
  right: 90px;
}

.tw .inset-x-19{
  left: 95px;
  right: 95px;
}

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

.tw .inset-x-21{
  left: 105px;
  right: 105px;
}

.tw .inset-x-22{
  left: 110px;
  right: 110px;
}

.tw .inset-x-23{
  left: 115px;
  right: 115px;
}

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

.tw .inset-x-25{
  left: 125px;
  right: 125px;
}

.tw .inset-x-26{
  left: 130px;
  right: 130px;
}

.tw .inset-x-27{
  left: 135px;
  right: 135px;
}

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

.tw .inset-x-29{
  left: 145px;
  right: 145px;
}

.tw .inset-x-30{
  left: 150px;
  right: 150px;
}

.tw .inset-x-31{
  left: 155px;
  right: 155px;
}

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

.tw .inset-x-33{
  left: 165px;
  right: 165px;
}

.tw .inset-x-34{
  left: 170px;
  right: 170px;
}

.tw .inset-x-35{
  left: 175px;
  right: 175px;
}

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

.tw .inset-x-37{
  left: 185px;
  right: 185px;
}

.tw .inset-x-38{
  left: 190px;
  right: 190px;
}

.tw .inset-x-39{
  left: 195px;
  right: 195px;
}

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

.tw .inset-x-41{
  left: 205px;
  right: 205px;
}

.tw .inset-x-42{
  left: 210px;
  right: 210px;
}

.tw .inset-x-43{
  left: 215px;
  right: 215px;
}

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

.tw .inset-x-45{
  left: 225px;
  right: 225px;
}

.tw .inset-x-46{
  left: 230px;
  right: 230px;
}

.tw .inset-x-47{
  left: 235px;
  right: 235px;
}

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

.tw .inset-x-49{
  left: 245px;
  right: 245px;
}

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

.tw .inset-x-51{
  left: 255px;
  right: 255px;
}

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

.tw .inset-x-53{
  left: 265px;
  right: 265px;
}

.tw .inset-x-54{
  left: 270px;
  right: 270px;
}

.tw .inset-x-55{
  left: 275px;
  right: 275px;
}

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

.tw .inset-x-57{
  left: 285px;
  right: 285px;
}

.tw .inset-x-58{
  left: 290px;
  right: 290px;
}

.tw .inset-x-59{
  left: 295px;
  right: 295px;
}

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

.tw .inset-x-61{
  left: 305px;
  right: 305px;
}

.tw .inset-x-62{
  left: 310px;
  right: 310px;
}

.tw .inset-x-63{
  left: 315px;
  right: 315px;
}

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

.tw .inset-x-65{
  left: 325px;
  right: 325px;
}

.tw .inset-x-66{
  left: 330px;
  right: 330px;
}

.tw .inset-x-67{
  left: 335px;
  right: 335px;
}

.tw .inset-x-68{
  left: 340px;
  right: 340px;
}

.tw .inset-x-69{
  left: 345px;
  right: 345px;
}

.tw .inset-x-70{
  left: 350px;
  right: 350px;
}

.tw .inset-x-71{
  left: 355px;
  right: 355px;
}

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

.tw .inset-x-73{
  left: 365px;
  right: 365px;
}

.tw .inset-x-74{
  left: 370px;
  right: 370px;
}

.tw .inset-x-75{
  left: 375px;
  right: 375px;
}

.tw .inset-x-76{
  left: 380px;
  right: 380px;
}

.tw .inset-x-77{
  left: 385px;
  right: 385px;
}

.tw .inset-x-78{
  left: 390px;
  right: 390px;
}

.tw .inset-x-79{
  left: 395px;
  right: 395px;
}

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

.tw .inset-x-81{
  left: 405px;
  right: 405px;
}

.tw .inset-x-82{
  left: 410px;
  right: 410px;
}

.tw .inset-x-83{
  left: 415px;
  right: 415px;
}

.tw .inset-x-84{
  left: 420px;
  right: 420px;
}

.tw .inset-x-85{
  left: 425px;
  right: 425px;
}

.tw .inset-x-86{
  left: 430px;
  right: 430px;
}

.tw .inset-x-87{
  left: 435px;
  right: 435px;
}

.tw .inset-x-88{
  left: 440px;
  right: 440px;
}

.tw .inset-x-89{
  left: 445px;
  right: 445px;
}

.tw .inset-x-90{
  left: 450px;
  right: 450px;
}

.tw .inset-x-91{
  left: 455px;
  right: 455px;
}

.tw .inset-x-92{
  left: 460px;
  right: 460px;
}

.tw .inset-x-93{
  left: 465px;
  right: 465px;
}

.tw .inset-x-94{
  left: 470px;
  right: 470px;
}

.tw .inset-x-95{
  left: 475px;
  right: 475px;
}

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

.tw .inset-x-97{
  left: 485px;
  right: 485px;
}

.tw .inset-x-98{
  left: 490px;
  right: 490px;
}

.tw .inset-x-99{
  left: 495px;
  right: 495px;
}

.tw .inset-x-100{
  left: 500px;
  right: 500px;
}

.tw .inset-x-101{
  left: 505px;
  right: 505px;
}

.tw .inset-x-102{
  left: 510px;
  right: 510px;
}

.tw .inset-x-103{
  left: 515px;
  right: 515px;
}

.tw .inset-x-104{
  left: 520px;
  right: 520px;
}

.tw .inset-x-105{
  left: 525px;
  right: 525px;
}

.tw .inset-x-106{
  left: 530px;
  right: 530px;
}

.tw .inset-x-107{
  left: 535px;
  right: 535px;
}

.tw .inset-x-108{
  left: 540px;
  right: 540px;
}

.tw .inset-x-109{
  left: 545px;
  right: 545px;
}

.tw .inset-x-110{
  left: 550px;
  right: 550px;
}

.tw .inset-x-111{
  left: 555px;
  right: 555px;
}

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

.tw .inset-x-113{
  left: 565px;
  right: 565px;
}

.tw .inset-x-114{
  left: 570px;
  right: 570px;
}

.tw .inset-x-115{
  left: 575px;
  right: 575px;
}

.tw .inset-x-116{
  left: 580px;
  right: 580px;
}

.tw .inset-x-117{
  left: 585px;
  right: 585px;
}

.tw .inset-x-118{
  left: 590px;
  right: 590px;
}

.tw .inset-x-119{
  left: 595px;
  right: 595px;
}

.tw .inset-x-120{
  left: 600px;
  right: 600px;
}

.tw .inset-x-121{
  left: 605px;
  right: 605px;
}

.tw .inset-x-122{
  left: 610px;
  right: 610px;
}

.tw .inset-x-123{
  left: 615px;
  right: 615px;
}

.tw .inset-x-124{
  left: 620px;
  right: 620px;
}

.tw .inset-x-125{
  left: 625px;
  right: 625px;
}

.tw .inset-x-126{
  left: 630px;
  right: 630px;
}

.tw .inset-x-127{
  left: 635px;
  right: 635px;
}

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

.tw .inset-x-129{
  left: 645px;
  right: 645px;
}

.tw .inset-x-130{
  left: 650px;
  right: 650px;
}

.tw .inset-x-131{
  left: 655px;
  right: 655px;
}

.tw .inset-x-132{
  left: 660px;
  right: 660px;
}

.tw .inset-x-133{
  left: 665px;
  right: 665px;
}

.tw .inset-x-134{
  left: 670px;
  right: 670px;
}

.tw .inset-x-135{
  left: 675px;
  right: 675px;
}

.tw .inset-x-136{
  left: 680px;
  right: 680px;
}

.tw .inset-x-137{
  left: 685px;
  right: 685px;
}

.tw .inset-x-138{
  left: 690px;
  right: 690px;
}

.tw .inset-x-139{
  left: 695px;
  right: 695px;
}

.tw .inset-x-140{
  left: 700px;
  right: 700px;
}

.tw .inset-x-141{
  left: 705px;
  right: 705px;
}

.tw .inset-x-142{
  left: 710px;
  right: 710px;
}

.tw .inset-x-143{
  left: 715px;
  right: 715px;
}

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

.tw .inset-x-145{
  left: 725px;
  right: 725px;
}

.tw .inset-x-146{
  left: 730px;
  right: 730px;
}

.tw .inset-x-147{
  left: 735px;
  right: 735px;
}

.tw .inset-x-148{
  left: 740px;
  right: 740px;
}

.tw .inset-x-149{
  left: 745px;
  right: 745px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.tw .inset-x-17px{
  left: 17px;
  right: 17px;
}

.tw .inset-x-18px{
  left: 18px;
  right: 18px;
}

.tw .inset-x-19px{
  left: 19px;
  right: 19px;
}

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

.tw .inset-x-21px{
  left: 21px;
  right: 21px;
}

.tw .inset-x-22px{
  left: 22px;
  right: 22px;
}

.tw .inset-x-23px{
  left: 23px;
  right: 23px;
}

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

.tw .inset-x-25px{
  left: 25px;
  right: 25px;
}

.tw .inset-x-26px{
  left: 26px;
  right: 26px;
}

.tw .inset-x-27px{
  left: 27px;
  right: 27px;
}

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

.tw .inset-x-29px{
  left: 29px;
  right: 29px;
}

.tw .inset-x-30px{
  left: 30px;
  right: 30px;
}

.tw .inset-x-31px{
  left: 31px;
  right: 31px;
}

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

.tw .inset-x-33px{
  left: 33px;
  right: 33px;
}

.tw .inset-x-34px{
  left: 34px;
  right: 34px;
}

.tw .inset-x-35px{
  left: 35px;
  right: 35px;
}

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

.tw .inset-x-37px{
  left: 37px;
  right: 37px;
}

.tw .inset-x-38px{
  left: 38px;
  right: 38px;
}

.tw .inset-x-39px{
  left: 39px;
  right: 39px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.tw .-inset-x-17{
  left: -85px;
  right: -85px;
}

.tw .-inset-x-18{
  left: -90px;
  right: -90px;
}

.tw .-inset-x-19{
  left: -95px;
  right: -95px;
}

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

.tw .-inset-x-21{
  left: -105px;
  right: -105px;
}

.tw .-inset-x-22{
  left: -110px;
  right: -110px;
}

.tw .-inset-x-23{
  left: -115px;
  right: -115px;
}

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

.tw .-inset-x-25{
  left: -125px;
  right: -125px;
}

.tw .-inset-x-26{
  left: -130px;
  right: -130px;
}

.tw .-inset-x-27{
  left: -135px;
  right: -135px;
}

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

.tw .-inset-x-29{
  left: -145px;
  right: -145px;
}

.tw .-inset-x-30{
  left: -150px;
  right: -150px;
}

.tw .-inset-x-31{
  left: -155px;
  right: -155px;
}

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

.tw .-inset-x-33{
  left: -165px;
  right: -165px;
}

.tw .-inset-x-34{
  left: -170px;
  right: -170px;
}

.tw .-inset-x-35{
  left: -175px;
  right: -175px;
}

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

.tw .-inset-x-37{
  left: -185px;
  right: -185px;
}

.tw .-inset-x-38{
  left: -190px;
  right: -190px;
}

.tw .-inset-x-39{
  left: -195px;
  right: -195px;
}

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

.tw .-inset-x-41{
  left: -205px;
  right: -205px;
}

.tw .-inset-x-42{
  left: -210px;
  right: -210px;
}

.tw .-inset-x-43{
  left: -215px;
  right: -215px;
}

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

.tw .-inset-x-45{
  left: -225px;
  right: -225px;
}

.tw .-inset-x-46{
  left: -230px;
  right: -230px;
}

.tw .-inset-x-47{
  left: -235px;
  right: -235px;
}

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

.tw .-inset-x-49{
  left: -245px;
  right: -245px;
}

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

.tw .-inset-x-51{
  left: -255px;
  right: -255px;
}

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

.tw .-inset-x-53{
  left: -265px;
  right: -265px;
}

.tw .-inset-x-54{
  left: -270px;
  right: -270px;
}

.tw .-inset-x-55{
  left: -275px;
  right: -275px;
}

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

.tw .-inset-x-57{
  left: -285px;
  right: -285px;
}

.tw .-inset-x-58{
  left: -290px;
  right: -290px;
}

.tw .-inset-x-59{
  left: -295px;
  right: -295px;
}

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

.tw .-inset-x-61{
  left: -305px;
  right: -305px;
}

.tw .-inset-x-62{
  left: -310px;
  right: -310px;
}

.tw .-inset-x-63{
  left: -315px;
  right: -315px;
}

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

.tw .-inset-x-65{
  left: -325px;
  right: -325px;
}

.tw .-inset-x-66{
  left: -330px;
  right: -330px;
}

.tw .-inset-x-67{
  left: -335px;
  right: -335px;
}

.tw .-inset-x-68{
  left: -340px;
  right: -340px;
}

.tw .-inset-x-69{
  left: -345px;
  right: -345px;
}

.tw .-inset-x-70{
  left: -350px;
  right: -350px;
}

.tw .-inset-x-71{
  left: -355px;
  right: -355px;
}

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

.tw .-inset-x-73{
  left: -365px;
  right: -365px;
}

.tw .-inset-x-74{
  left: -370px;
  right: -370px;
}

.tw .-inset-x-75{
  left: -375px;
  right: -375px;
}

.tw .-inset-x-76{
  left: -380px;
  right: -380px;
}

.tw .-inset-x-77{
  left: -385px;
  right: -385px;
}

.tw .-inset-x-78{
  left: -390px;
  right: -390px;
}

.tw .-inset-x-79{
  left: -395px;
  right: -395px;
}

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

.tw .-inset-x-81{
  left: -405px;
  right: -405px;
}

.tw .-inset-x-82{
  left: -410px;
  right: -410px;
}

.tw .-inset-x-83{
  left: -415px;
  right: -415px;
}

.tw .-inset-x-84{
  left: -420px;
  right: -420px;
}

.tw .-inset-x-85{
  left: -425px;
  right: -425px;
}

.tw .-inset-x-86{
  left: -430px;
  right: -430px;
}

.tw .-inset-x-87{
  left: -435px;
  right: -435px;
}

.tw .-inset-x-88{
  left: -440px;
  right: -440px;
}

.tw .-inset-x-89{
  left: -445px;
  right: -445px;
}

.tw .-inset-x-90{
  left: -450px;
  right: -450px;
}

.tw .-inset-x-91{
  left: -455px;
  right: -455px;
}

.tw .-inset-x-92{
  left: -460px;
  right: -460px;
}

.tw .-inset-x-93{
  left: -465px;
  right: -465px;
}

.tw .-inset-x-94{
  left: -470px;
  right: -470px;
}

.tw .-inset-x-95{
  left: -475px;
  right: -475px;
}

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

.tw .-inset-x-97{
  left: -485px;
  right: -485px;
}

.tw .-inset-x-98{
  left: -490px;
  right: -490px;
}

.tw .-inset-x-99{
  left: -495px;
  right: -495px;
}

.tw .-inset-x-100{
  left: -500px;
  right: -500px;
}

.tw .-inset-x-101{
  left: -505px;
  right: -505px;
}

.tw .-inset-x-102{
  left: -510px;
  right: -510px;
}

.tw .-inset-x-103{
  left: -515px;
  right: -515px;
}

.tw .-inset-x-104{
  left: -520px;
  right: -520px;
}

.tw .-inset-x-105{
  left: -525px;
  right: -525px;
}

.tw .-inset-x-106{
  left: -530px;
  right: -530px;
}

.tw .-inset-x-107{
  left: -535px;
  right: -535px;
}

.tw .-inset-x-108{
  left: -540px;
  right: -540px;
}

.tw .-inset-x-109{
  left: -545px;
  right: -545px;
}

.tw .-inset-x-110{
  left: -550px;
  right: -550px;
}

.tw .-inset-x-111{
  left: -555px;
  right: -555px;
}

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

.tw .-inset-x-113{
  left: -565px;
  right: -565px;
}

.tw .-inset-x-114{
  left: -570px;
  right: -570px;
}

.tw .-inset-x-115{
  left: -575px;
  right: -575px;
}

.tw .-inset-x-116{
  left: -580px;
  right: -580px;
}

.tw .-inset-x-117{
  left: -585px;
  right: -585px;
}

.tw .-inset-x-118{
  left: -590px;
  right: -590px;
}

.tw .-inset-x-119{
  left: -595px;
  right: -595px;
}

.tw .-inset-x-120{
  left: -600px;
  right: -600px;
}

.tw .-inset-x-121{
  left: -605px;
  right: -605px;
}

.tw .-inset-x-122{
  left: -610px;
  right: -610px;
}

.tw .-inset-x-123{
  left: -615px;
  right: -615px;
}

.tw .-inset-x-124{
  left: -620px;
  right: -620px;
}

.tw .-inset-x-125{
  left: -625px;
  right: -625px;
}

.tw .-inset-x-126{
  left: -630px;
  right: -630px;
}

.tw .-inset-x-127{
  left: -635px;
  right: -635px;
}

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

.tw .-inset-x-129{
  left: -645px;
  right: -645px;
}

.tw .-inset-x-130{
  left: -650px;
  right: -650px;
}

.tw .-inset-x-131{
  left: -655px;
  right: -655px;
}

.tw .-inset-x-132{
  left: -660px;
  right: -660px;
}

.tw .-inset-x-133{
  left: -665px;
  right: -665px;
}

.tw .-inset-x-134{
  left: -670px;
  right: -670px;
}

.tw .-inset-x-135{
  left: -675px;
  right: -675px;
}

.tw .-inset-x-136{
  left: -680px;
  right: -680px;
}

.tw .-inset-x-137{
  left: -685px;
  right: -685px;
}

.tw .-inset-x-138{
  left: -690px;
  right: -690px;
}

.tw .-inset-x-139{
  left: -695px;
  right: -695px;
}

.tw .-inset-x-140{
  left: -700px;
  right: -700px;
}

.tw .-inset-x-141{
  left: -705px;
  right: -705px;
}

.tw .-inset-x-142{
  left: -710px;
  right: -710px;
}

.tw .-inset-x-143{
  left: -715px;
  right: -715px;
}

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

.tw .-inset-x-145{
  left: -725px;
  right: -725px;
}

.tw .-inset-x-146{
  left: -730px;
  right: -730px;
}

.tw .-inset-x-147{
  left: -735px;
  right: -735px;
}

.tw .-inset-x-148{
  left: -740px;
  right: -740px;
}

.tw .-inset-x-149{
  left: -745px;
  right: -745px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.tw .-inset-x-17px{
  left: -17px;
  right: -17px;
}

.tw .-inset-x-18px{
  left: -18px;
  right: -18px;
}

.tw .-inset-x-19px{
  left: -19px;
  right: -19px;
}

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

.tw .-inset-x-21px{
  left: -21px;
  right: -21px;
}

.tw .-inset-x-22px{
  left: -22px;
  right: -22px;
}

.tw .-inset-x-23px{
  left: -23px;
  right: -23px;
}

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

.tw .-inset-x-25px{
  left: -25px;
  right: -25px;
}

.tw .-inset-x-26px{
  left: -26px;
  right: -26px;
}

.tw .-inset-x-27px{
  left: -27px;
  right: -27px;
}

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

.tw .-inset-x-29px{
  left: -29px;
  right: -29px;
}

.tw .-inset-x-30px{
  left: -30px;
  right: -30px;
}

.tw .-inset-x-31px{
  left: -31px;
  right: -31px;
}

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

.tw .-inset-x-33px{
  left: -33px;
  right: -33px;
}

.tw .-inset-x-34px{
  left: -34px;
  right: -34px;
}

.tw .-inset-x-35px{
  left: -35px;
  right: -35px;
}

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

.tw .-inset-x-37px{
  left: -37px;
  right: -37px;
}

.tw .-inset-x-38px{
  left: -38px;
  right: -38px;
}

.tw .-inset-x-39px{
  left: -39px;
  right: -39px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.tw .inset-y-17{
  top: 85px;
  bottom: 85px;
}

.tw .inset-y-18{
  top: 90px;
  bottom: 90px;
}

.tw .inset-y-19{
  top: 95px;
  bottom: 95px;
}

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

.tw .inset-y-21{
  top: 105px;
  bottom: 105px;
}

.tw .inset-y-22{
  top: 110px;
  bottom: 110px;
}

.tw .inset-y-23{
  top: 115px;
  bottom: 115px;
}

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

.tw .inset-y-25{
  top: 125px;
  bottom: 125px;
}

.tw .inset-y-26{
  top: 130px;
  bottom: 130px;
}

.tw .inset-y-27{
  top: 135px;
  bottom: 135px;
}

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

.tw .inset-y-29{
  top: 145px;
  bottom: 145px;
}

.tw .inset-y-30{
  top: 150px;
  bottom: 150px;
}

.tw .inset-y-31{
  top: 155px;
  bottom: 155px;
}

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

.tw .inset-y-33{
  top: 165px;
  bottom: 165px;
}

.tw .inset-y-34{
  top: 170px;
  bottom: 170px;
}

.tw .inset-y-35{
  top: 175px;
  bottom: 175px;
}

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

.tw .inset-y-37{
  top: 185px;
  bottom: 185px;
}

.tw .inset-y-38{
  top: 190px;
  bottom: 190px;
}

.tw .inset-y-39{
  top: 195px;
  bottom: 195px;
}

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

.tw .inset-y-41{
  top: 205px;
  bottom: 205px;
}

.tw .inset-y-42{
  top: 210px;
  bottom: 210px;
}

.tw .inset-y-43{
  top: 215px;
  bottom: 215px;
}

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

.tw .inset-y-45{
  top: 225px;
  bottom: 225px;
}

.tw .inset-y-46{
  top: 230px;
  bottom: 230px;
}

.tw .inset-y-47{
  top: 235px;
  bottom: 235px;
}

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

.tw .inset-y-49{
  top: 245px;
  bottom: 245px;
}

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

.tw .inset-y-51{
  top: 255px;
  bottom: 255px;
}

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

.tw .inset-y-53{
  top: 265px;
  bottom: 265px;
}

.tw .inset-y-54{
  top: 270px;
  bottom: 270px;
}

.tw .inset-y-55{
  top: 275px;
  bottom: 275px;
}

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

.tw .inset-y-57{
  top: 285px;
  bottom: 285px;
}

.tw .inset-y-58{
  top: 290px;
  bottom: 290px;
}

.tw .inset-y-59{
  top: 295px;
  bottom: 295px;
}

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

.tw .inset-y-61{
  top: 305px;
  bottom: 305px;
}

.tw .inset-y-62{
  top: 310px;
  bottom: 310px;
}

.tw .inset-y-63{
  top: 315px;
  bottom: 315px;
}

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

.tw .inset-y-65{
  top: 325px;
  bottom: 325px;
}

.tw .inset-y-66{
  top: 330px;
  bottom: 330px;
}

.tw .inset-y-67{
  top: 335px;
  bottom: 335px;
}

.tw .inset-y-68{
  top: 340px;
  bottom: 340px;
}

.tw .inset-y-69{
  top: 345px;
  bottom: 345px;
}

.tw .inset-y-70{
  top: 350px;
  bottom: 350px;
}

.tw .inset-y-71{
  top: 355px;
  bottom: 355px;
}

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

.tw .inset-y-73{
  top: 365px;
  bottom: 365px;
}

.tw .inset-y-74{
  top: 370px;
  bottom: 370px;
}

.tw .inset-y-75{
  top: 375px;
  bottom: 375px;
}

.tw .inset-y-76{
  top: 380px;
  bottom: 380px;
}

.tw .inset-y-77{
  top: 385px;
  bottom: 385px;
}

.tw .inset-y-78{
  top: 390px;
  bottom: 390px;
}

.tw .inset-y-79{
  top: 395px;
  bottom: 395px;
}

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

.tw .inset-y-81{
  top: 405px;
  bottom: 405px;
}

.tw .inset-y-82{
  top: 410px;
  bottom: 410px;
}

.tw .inset-y-83{
  top: 415px;
  bottom: 415px;
}

.tw .inset-y-84{
  top: 420px;
  bottom: 420px;
}

.tw .inset-y-85{
  top: 425px;
  bottom: 425px;
}

.tw .inset-y-86{
  top: 430px;
  bottom: 430px;
}

.tw .inset-y-87{
  top: 435px;
  bottom: 435px;
}

.tw .inset-y-88{
  top: 440px;
  bottom: 440px;
}

.tw .inset-y-89{
  top: 445px;
  bottom: 445px;
}

.tw .inset-y-90{
  top: 450px;
  bottom: 450px;
}

.tw .inset-y-91{
  top: 455px;
  bottom: 455px;
}

.tw .inset-y-92{
  top: 460px;
  bottom: 460px;
}

.tw .inset-y-93{
  top: 465px;
  bottom: 465px;
}

.tw .inset-y-94{
  top: 470px;
  bottom: 470px;
}

.tw .inset-y-95{
  top: 475px;
  bottom: 475px;
}

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

.tw .inset-y-97{
  top: 485px;
  bottom: 485px;
}

.tw .inset-y-98{
  top: 490px;
  bottom: 490px;
}

.tw .inset-y-99{
  top: 495px;
  bottom: 495px;
}

.tw .inset-y-100{
  top: 500px;
  bottom: 500px;
}

.tw .inset-y-101{
  top: 505px;
  bottom: 505px;
}

.tw .inset-y-102{
  top: 510px;
  bottom: 510px;
}

.tw .inset-y-103{
  top: 515px;
  bottom: 515px;
}

.tw .inset-y-104{
  top: 520px;
  bottom: 520px;
}

.tw .inset-y-105{
  top: 525px;
  bottom: 525px;
}

.tw .inset-y-106{
  top: 530px;
  bottom: 530px;
}

.tw .inset-y-107{
  top: 535px;
  bottom: 535px;
}

.tw .inset-y-108{
  top: 540px;
  bottom: 540px;
}

.tw .inset-y-109{
  top: 545px;
  bottom: 545px;
}

.tw .inset-y-110{
  top: 550px;
  bottom: 550px;
}

.tw .inset-y-111{
  top: 555px;
  bottom: 555px;
}

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

.tw .inset-y-113{
  top: 565px;
  bottom: 565px;
}

.tw .inset-y-114{
  top: 570px;
  bottom: 570px;
}

.tw .inset-y-115{
  top: 575px;
  bottom: 575px;
}

.tw .inset-y-116{
  top: 580px;
  bottom: 580px;
}

.tw .inset-y-117{
  top: 585px;
  bottom: 585px;
}

.tw .inset-y-118{
  top: 590px;
  bottom: 590px;
}

.tw .inset-y-119{
  top: 595px;
  bottom: 595px;
}

.tw .inset-y-120{
  top: 600px;
  bottom: 600px;
}

.tw .inset-y-121{
  top: 605px;
  bottom: 605px;
}

.tw .inset-y-122{
  top: 610px;
  bottom: 610px;
}

.tw .inset-y-123{
  top: 615px;
  bottom: 615px;
}

.tw .inset-y-124{
  top: 620px;
  bottom: 620px;
}

.tw .inset-y-125{
  top: 625px;
  bottom: 625px;
}

.tw .inset-y-126{
  top: 630px;
  bottom: 630px;
}

.tw .inset-y-127{
  top: 635px;
  bottom: 635px;
}

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

.tw .inset-y-129{
  top: 645px;
  bottom: 645px;
}

.tw .inset-y-130{
  top: 650px;
  bottom: 650px;
}

.tw .inset-y-131{
  top: 655px;
  bottom: 655px;
}

.tw .inset-y-132{
  top: 660px;
  bottom: 660px;
}

.tw .inset-y-133{
  top: 665px;
  bottom: 665px;
}

.tw .inset-y-134{
  top: 670px;
  bottom: 670px;
}

.tw .inset-y-135{
  top: 675px;
  bottom: 675px;
}

.tw .inset-y-136{
  top: 680px;
  bottom: 680px;
}

.tw .inset-y-137{
  top: 685px;
  bottom: 685px;
}

.tw .inset-y-138{
  top: 690px;
  bottom: 690px;
}

.tw .inset-y-139{
  top: 695px;
  bottom: 695px;
}

.tw .inset-y-140{
  top: 700px;
  bottom: 700px;
}

.tw .inset-y-141{
  top: 705px;
  bottom: 705px;
}

.tw .inset-y-142{
  top: 710px;
  bottom: 710px;
}

.tw .inset-y-143{
  top: 715px;
  bottom: 715px;
}

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

.tw .inset-y-145{
  top: 725px;
  bottom: 725px;
}

.tw .inset-y-146{
  top: 730px;
  bottom: 730px;
}

.tw .inset-y-147{
  top: 735px;
  bottom: 735px;
}

.tw .inset-y-148{
  top: 740px;
  bottom: 740px;
}

.tw .inset-y-149{
  top: 745px;
  bottom: 745px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.tw .inset-y-17px{
  top: 17px;
  bottom: 17px;
}

.tw .inset-y-18px{
  top: 18px;
  bottom: 18px;
}

.tw .inset-y-19px{
  top: 19px;
  bottom: 19px;
}

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

.tw .inset-y-21px{
  top: 21px;
  bottom: 21px;
}

.tw .inset-y-22px{
  top: 22px;
  bottom: 22px;
}

.tw .inset-y-23px{
  top: 23px;
  bottom: 23px;
}

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

.tw .inset-y-25px{
  top: 25px;
  bottom: 25px;
}

.tw .inset-y-26px{
  top: 26px;
  bottom: 26px;
}

.tw .inset-y-27px{
  top: 27px;
  bottom: 27px;
}

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

.tw .inset-y-29px{
  top: 29px;
  bottom: 29px;
}

.tw .inset-y-30px{
  top: 30px;
  bottom: 30px;
}

.tw .inset-y-31px{
  top: 31px;
  bottom: 31px;
}

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

.tw .inset-y-33px{
  top: 33px;
  bottom: 33px;
}

.tw .inset-y-34px{
  top: 34px;
  bottom: 34px;
}

.tw .inset-y-35px{
  top: 35px;
  bottom: 35px;
}

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

.tw .inset-y-37px{
  top: 37px;
  bottom: 37px;
}

.tw .inset-y-38px{
  top: 38px;
  bottom: 38px;
}

.tw .inset-y-39px{
  top: 39px;
  bottom: 39px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.tw .-inset-y-17{
  top: -85px;
  bottom: -85px;
}

.tw .-inset-y-18{
  top: -90px;
  bottom: -90px;
}

.tw .-inset-y-19{
  top: -95px;
  bottom: -95px;
}

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

.tw .-inset-y-21{
  top: -105px;
  bottom: -105px;
}

.tw .-inset-y-22{
  top: -110px;
  bottom: -110px;
}

.tw .-inset-y-23{
  top: -115px;
  bottom: -115px;
}

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

.tw .-inset-y-25{
  top: -125px;
  bottom: -125px;
}

.tw .-inset-y-26{
  top: -130px;
  bottom: -130px;
}

.tw .-inset-y-27{
  top: -135px;
  bottom: -135px;
}

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

.tw .-inset-y-29{
  top: -145px;
  bottom: -145px;
}

.tw .-inset-y-30{
  top: -150px;
  bottom: -150px;
}

.tw .-inset-y-31{
  top: -155px;
  bottom: -155px;
}

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

.tw .-inset-y-33{
  top: -165px;
  bottom: -165px;
}

.tw .-inset-y-34{
  top: -170px;
  bottom: -170px;
}

.tw .-inset-y-35{
  top: -175px;
  bottom: -175px;
}

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

.tw .-inset-y-37{
  top: -185px;
  bottom: -185px;
}

.tw .-inset-y-38{
  top: -190px;
  bottom: -190px;
}

.tw .-inset-y-39{
  top: -195px;
  bottom: -195px;
}

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

.tw .-inset-y-41{
  top: -205px;
  bottom: -205px;
}

.tw .-inset-y-42{
  top: -210px;
  bottom: -210px;
}

.tw .-inset-y-43{
  top: -215px;
  bottom: -215px;
}

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

.tw .-inset-y-45{
  top: -225px;
  bottom: -225px;
}

.tw .-inset-y-46{
  top: -230px;
  bottom: -230px;
}

.tw .-inset-y-47{
  top: -235px;
  bottom: -235px;
}

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

.tw .-inset-y-49{
  top: -245px;
  bottom: -245px;
}

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

.tw .-inset-y-51{
  top: -255px;
  bottom: -255px;
}

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

.tw .-inset-y-53{
  top: -265px;
  bottom: -265px;
}

.tw .-inset-y-54{
  top: -270px;
  bottom: -270px;
}

.tw .-inset-y-55{
  top: -275px;
  bottom: -275px;
}

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

.tw .-inset-y-57{
  top: -285px;
  bottom: -285px;
}

.tw .-inset-y-58{
  top: -290px;
  bottom: -290px;
}

.tw .-inset-y-59{
  top: -295px;
  bottom: -295px;
}

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

.tw .-inset-y-61{
  top: -305px;
  bottom: -305px;
}

.tw .-inset-y-62{
  top: -310px;
  bottom: -310px;
}

.tw .-inset-y-63{
  top: -315px;
  bottom: -315px;
}

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

.tw .-inset-y-65{
  top: -325px;
  bottom: -325px;
}

.tw .-inset-y-66{
  top: -330px;
  bottom: -330px;
}

.tw .-inset-y-67{
  top: -335px;
  bottom: -335px;
}

.tw .-inset-y-68{
  top: -340px;
  bottom: -340px;
}

.tw .-inset-y-69{
  top: -345px;
  bottom: -345px;
}

.tw .-inset-y-70{
  top: -350px;
  bottom: -350px;
}

.tw .-inset-y-71{
  top: -355px;
  bottom: -355px;
}

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

.tw .-inset-y-73{
  top: -365px;
  bottom: -365px;
}

.tw .-inset-y-74{
  top: -370px;
  bottom: -370px;
}

.tw .-inset-y-75{
  top: -375px;
  bottom: -375px;
}

.tw .-inset-y-76{
  top: -380px;
  bottom: -380px;
}

.tw .-inset-y-77{
  top: -385px;
  bottom: -385px;
}

.tw .-inset-y-78{
  top: -390px;
  bottom: -390px;
}

.tw .-inset-y-79{
  top: -395px;
  bottom: -395px;
}

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

.tw .-inset-y-81{
  top: -405px;
  bottom: -405px;
}

.tw .-inset-y-82{
  top: -410px;
  bottom: -410px;
}

.tw .-inset-y-83{
  top: -415px;
  bottom: -415px;
}

.tw .-inset-y-84{
  top: -420px;
  bottom: -420px;
}

.tw .-inset-y-85{
  top: -425px;
  bottom: -425px;
}

.tw .-inset-y-86{
  top: -430px;
  bottom: -430px;
}

.tw .-inset-y-87{
  top: -435px;
  bottom: -435px;
}

.tw .-inset-y-88{
  top: -440px;
  bottom: -440px;
}

.tw .-inset-y-89{
  top: -445px;
  bottom: -445px;
}

.tw .-inset-y-90{
  top: -450px;
  bottom: -450px;
}

.tw .-inset-y-91{
  top: -455px;
  bottom: -455px;
}

.tw .-inset-y-92{
  top: -460px;
  bottom: -460px;
}

.tw .-inset-y-93{
  top: -465px;
  bottom: -465px;
}

.tw .-inset-y-94{
  top: -470px;
  bottom: -470px;
}

.tw .-inset-y-95{
  top: -475px;
  bottom: -475px;
}

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

.tw .-inset-y-97{
  top: -485px;
  bottom: -485px;
}

.tw .-inset-y-98{
  top: -490px;
  bottom: -490px;
}

.tw .-inset-y-99{
  top: -495px;
  bottom: -495px;
}

.tw .-inset-y-100{
  top: -500px;
  bottom: -500px;
}

.tw .-inset-y-101{
  top: -505px;
  bottom: -505px;
}

.tw .-inset-y-102{
  top: -510px;
  bottom: -510px;
}

.tw .-inset-y-103{
  top: -515px;
  bottom: -515px;
}

.tw .-inset-y-104{
  top: -520px;
  bottom: -520px;
}

.tw .-inset-y-105{
  top: -525px;
  bottom: -525px;
}

.tw .-inset-y-106{
  top: -530px;
  bottom: -530px;
}

.tw .-inset-y-107{
  top: -535px;
  bottom: -535px;
}

.tw .-inset-y-108{
  top: -540px;
  bottom: -540px;
}

.tw .-inset-y-109{
  top: -545px;
  bottom: -545px;
}

.tw .-inset-y-110{
  top: -550px;
  bottom: -550px;
}

.tw .-inset-y-111{
  top: -555px;
  bottom: -555px;
}

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

.tw .-inset-y-113{
  top: -565px;
  bottom: -565px;
}

.tw .-inset-y-114{
  top: -570px;
  bottom: -570px;
}

.tw .-inset-y-115{
  top: -575px;
  bottom: -575px;
}

.tw .-inset-y-116{
  top: -580px;
  bottom: -580px;
}

.tw .-inset-y-117{
  top: -585px;
  bottom: -585px;
}

.tw .-inset-y-118{
  top: -590px;
  bottom: -590px;
}

.tw .-inset-y-119{
  top: -595px;
  bottom: -595px;
}

.tw .-inset-y-120{
  top: -600px;
  bottom: -600px;
}

.tw .-inset-y-121{
  top: -605px;
  bottom: -605px;
}

.tw .-inset-y-122{
  top: -610px;
  bottom: -610px;
}

.tw .-inset-y-123{
  top: -615px;
  bottom: -615px;
}

.tw .-inset-y-124{
  top: -620px;
  bottom: -620px;
}

.tw .-inset-y-125{
  top: -625px;
  bottom: -625px;
}

.tw .-inset-y-126{
  top: -630px;
  bottom: -630px;
}

.tw .-inset-y-127{
  top: -635px;
  bottom: -635px;
}

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

.tw .-inset-y-129{
  top: -645px;
  bottom: -645px;
}

.tw .-inset-y-130{
  top: -650px;
  bottom: -650px;
}

.tw .-inset-y-131{
  top: -655px;
  bottom: -655px;
}

.tw .-inset-y-132{
  top: -660px;
  bottom: -660px;
}

.tw .-inset-y-133{
  top: -665px;
  bottom: -665px;
}

.tw .-inset-y-134{
  top: -670px;
  bottom: -670px;
}

.tw .-inset-y-135{
  top: -675px;
  bottom: -675px;
}

.tw .-inset-y-136{
  top: -680px;
  bottom: -680px;
}

.tw .-inset-y-137{
  top: -685px;
  bottom: -685px;
}

.tw .-inset-y-138{
  top: -690px;
  bottom: -690px;
}

.tw .-inset-y-139{
  top: -695px;
  bottom: -695px;
}

.tw .-inset-y-140{
  top: -700px;
  bottom: -700px;
}

.tw .-inset-y-141{
  top: -705px;
  bottom: -705px;
}

.tw .-inset-y-142{
  top: -710px;
  bottom: -710px;
}

.tw .-inset-y-143{
  top: -715px;
  bottom: -715px;
}

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

.tw .-inset-y-145{
  top: -725px;
  bottom: -725px;
}

.tw .-inset-y-146{
  top: -730px;
  bottom: -730px;
}

.tw .-inset-y-147{
  top: -735px;
  bottom: -735px;
}

.tw .-inset-y-148{
  top: -740px;
  bottom: -740px;
}

.tw .-inset-y-149{
  top: -745px;
  bottom: -745px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.tw .-inset-y-17px{
  top: -17px;
  bottom: -17px;
}

.tw .-inset-y-18px{
  top: -18px;
  bottom: -18px;
}

.tw .-inset-y-19px{
  top: -19px;
  bottom: -19px;
}

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

.tw .-inset-y-21px{
  top: -21px;
  bottom: -21px;
}

.tw .-inset-y-22px{
  top: -22px;
  bottom: -22px;
}

.tw .-inset-y-23px{
  top: -23px;
  bottom: -23px;
}

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

.tw .-inset-y-25px{
  top: -25px;
  bottom: -25px;
}

.tw .-inset-y-26px{
  top: -26px;
  bottom: -26px;
}

.tw .-inset-y-27px{
  top: -27px;
  bottom: -27px;
}

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

.tw .-inset-y-29px{
  top: -29px;
  bottom: -29px;
}

.tw .-inset-y-30px{
  top: -30px;
  bottom: -30px;
}

.tw .-inset-y-31px{
  top: -31px;
  bottom: -31px;
}

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

.tw .-inset-y-33px{
  top: -33px;
  bottom: -33px;
}

.tw .-inset-y-34px{
  top: -34px;
  bottom: -34px;
}

.tw .-inset-y-35px{
  top: -35px;
  bottom: -35px;
}

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

.tw .-inset-y-37px{
  top: -37px;
  bottom: -37px;
}

.tw .-inset-y-38px{
  top: -38px;
  bottom: -38px;
}

.tw .-inset-y-39px{
  top: -39px;
  bottom: -39px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.tw .top-0{
  top: 0px;
}

.tw .top-1{
  top: 5px;
}

.tw .top-2{
  top: 10px;
}

.tw .top-3{
  top: 15px;
}

.tw .top-4{
  top: 20px;
}

.tw .top-5{
  top: 25px;
}

.tw .top-6{
  top: 30px;
}

.tw .top-7{
  top: 35px;
}

.tw .top-8{
  top: 40px;
}

.tw .top-9{
  top: 45px;
}

.tw .top-10{
  top: 50px;
}

.tw .top-11{
  top: 55px;
}

.tw .top-12{
  top: 60px;
}

.tw .top-13{
  top: 65px;
}

.tw .top-14{
  top: 70px;
}

.tw .top-15{
  top: 75px;
}

.tw .top-16{
  top: 80px;
}

.tw .top-17{
  top: 85px;
}

.tw .top-18{
  top: 90px;
}

.tw .top-19{
  top: 95px;
}

.tw .top-20{
  top: 100px;
}

.tw .top-21{
  top: 105px;
}

.tw .top-22{
  top: 110px;
}

.tw .top-23{
  top: 115px;
}

.tw .top-24{
  top: 120px;
}

.tw .top-25{
  top: 125px;
}

.tw .top-26{
  top: 130px;
}

.tw .top-27{
  top: 135px;
}

.tw .top-28{
  top: 140px;
}

.tw .top-29{
  top: 145px;
}

.tw .top-30{
  top: 150px;
}

.tw .top-31{
  top: 155px;
}

.tw .top-32{
  top: 160px;
}

.tw .top-33{
  top: 165px;
}

.tw .top-34{
  top: 170px;
}

.tw .top-35{
  top: 175px;
}

.tw .top-36{
  top: 180px;
}

.tw .top-37{
  top: 185px;
}

.tw .top-38{
  top: 190px;
}

.tw .top-39{
  top: 195px;
}

.tw .top-40{
  top: 200px;
}

.tw .top-41{
  top: 205px;
}

.tw .top-42{
  top: 210px;
}

.tw .top-43{
  top: 215px;
}

.tw .top-44{
  top: 220px;
}

.tw .top-45{
  top: 225px;
}

.tw .top-46{
  top: 230px;
}

.tw .top-47{
  top: 235px;
}

.tw .top-48{
  top: 240px;
}

.tw .top-49{
  top: 245px;
}

.tw .top-50{
  top: 250px;
}

.tw .top-51{
  top: 255px;
}

.tw .top-52{
  top: 260px;
}

.tw .top-53{
  top: 265px;
}

.tw .top-54{
  top: 270px;
}

.tw .top-55{
  top: 275px;
}

.tw .top-56{
  top: 280px;
}

.tw .top-57{
  top: 285px;
}

.tw .top-58{
  top: 290px;
}

.tw .top-59{
  top: 295px;
}

.tw .top-60{
  top: 300px;
}

.tw .top-61{
  top: 305px;
}

.tw .top-62{
  top: 310px;
}

.tw .top-63{
  top: 315px;
}

.tw .top-64{
  top: 320px;
}

.tw .top-65{
  top: 325px;
}

.tw .top-66{
  top: 330px;
}

.tw .top-67{
  top: 335px;
}

.tw .top-68{
  top: 340px;
}

.tw .top-69{
  top: 345px;
}

.tw .top-70{
  top: 350px;
}

.tw .top-71{
  top: 355px;
}

.tw .top-72{
  top: 360px;
}

.tw .top-73{
  top: 365px;
}

.tw .top-74{
  top: 370px;
}

.tw .top-75{
  top: 375px;
}

.tw .top-76{
  top: 380px;
}

.tw .top-77{
  top: 385px;
}

.tw .top-78{
  top: 390px;
}

.tw .top-79{
  top: 395px;
}

.tw .top-80{
  top: 400px;
}

.tw .top-81{
  top: 405px;
}

.tw .top-82{
  top: 410px;
}

.tw .top-83{
  top: 415px;
}

.tw .top-84{
  top: 420px;
}

.tw .top-85{
  top: 425px;
}

.tw .top-86{
  top: 430px;
}

.tw .top-87{
  top: 435px;
}

.tw .top-88{
  top: 440px;
}

.tw .top-89{
  top: 445px;
}

.tw .top-90{
  top: 450px;
}

.tw .top-91{
  top: 455px;
}

.tw .top-92{
  top: 460px;
}

.tw .top-93{
  top: 465px;
}

.tw .top-94{
  top: 470px;
}

.tw .top-95{
  top: 475px;
}

.tw .top-96{
  top: 480px;
}

.tw .top-97{
  top: 485px;
}

.tw .top-98{
  top: 490px;
}

.tw .top-99{
  top: 495px;
}

.tw .top-100{
  top: 500px;
}

.tw .top-101{
  top: 505px;
}

.tw .top-102{
  top: 510px;
}

.tw .top-103{
  top: 515px;
}

.tw .top-104{
  top: 520px;
}

.tw .top-105{
  top: 525px;
}

.tw .top-106{
  top: 530px;
}

.tw .top-107{
  top: 535px;
}

.tw .top-108{
  top: 540px;
}

.tw .top-109{
  top: 545px;
}

.tw .top-110{
  top: 550px;
}

.tw .top-111{
  top: 555px;
}

.tw .top-112{
  top: 560px;
}

.tw .top-113{
  top: 565px;
}

.tw .top-114{
  top: 570px;
}

.tw .top-115{
  top: 575px;
}

.tw .top-116{
  top: 580px;
}

.tw .top-117{
  top: 585px;
}

.tw .top-118{
  top: 590px;
}

.tw .top-119{
  top: 595px;
}

.tw .top-120{
  top: 600px;
}

.tw .top-121{
  top: 605px;
}

.tw .top-122{
  top: 610px;
}

.tw .top-123{
  top: 615px;
}

.tw .top-124{
  top: 620px;
}

.tw .top-125{
  top: 625px;
}

.tw .top-126{
  top: 630px;
}

.tw .top-127{
  top: 635px;
}

.tw .top-128{
  top: 640px;
}

.tw .top-129{
  top: 645px;
}

.tw .top-130{
  top: 650px;
}

.tw .top-131{
  top: 655px;
}

.tw .top-132{
  top: 660px;
}

.tw .top-133{
  top: 665px;
}

.tw .top-134{
  top: 670px;
}

.tw .top-135{
  top: 675px;
}

.tw .top-136{
  top: 680px;
}

.tw .top-137{
  top: 685px;
}

.tw .top-138{
  top: 690px;
}

.tw .top-139{
  top: 695px;
}

.tw .top-140{
  top: 700px;
}

.tw .top-141{
  top: 705px;
}

.tw .top-142{
  top: 710px;
}

.tw .top-143{
  top: 715px;
}

.tw .top-144{
  top: 720px;
}

.tw .top-145{
  top: 725px;
}

.tw .top-146{
  top: 730px;
}

.tw .top-147{
  top: 735px;
}

.tw .top-148{
  top: 740px;
}

.tw .top-149{
  top: 745px;
}

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

.tw .top-0\.5{
  top: 3px;
}

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

.tw .top-2px{
  top: 2px;
}

.tw .top-3px{
  top: 3px;
}

.tw .top-4px{
  top: 4px;
}

.tw .top-5px{
  top: 5px;
}

.tw .top-6px{
  top: 6px;
}

.tw .top-7px{
  top: 7px;
}

.tw .top-8px{
  top: 8px;
}

.tw .top-9px{
  top: 9px;
}

.tw .top-10px{
  top: 10px;
}

.tw .top-11px{
  top: 11px;
}

.tw .top-12px{
  top: 12px;
}

.tw .top-13px{
  top: 13px;
}

.tw .top-14px{
  top: 14px;
}

.tw .top-15px{
  top: 15px;
}

.tw .top-16px{
  top: 16px;
}

.tw .top-17px{
  top: 17px;
}

.tw .top-18px{
  top: 18px;
}

.tw .top-19px{
  top: 19px;
}

.tw .top-20px{
  top: 20px;
}

.tw .top-21px{
  top: 21px;
}

.tw .top-22px{
  top: 22px;
}

.tw .top-23px{
  top: 23px;
}

.tw .top-24px{
  top: 24px;
}

.tw .top-25px{
  top: 25px;
}

.tw .top-26px{
  top: 26px;
}

.tw .top-27px{
  top: 27px;
}

.tw .top-28px{
  top: 28px;
}

.tw .top-29px{
  top: 29px;
}

.tw .top-30px{
  top: 30px;
}

.tw .top-31px{
  top: 31px;
}

.tw .top-32px{
  top: 32px;
}

.tw .top-33px{
  top: 33px;
}

.tw .top-34px{
  top: 34px;
}

.tw .top-35px{
  top: 35px;
}

.tw .top-36px{
  top: 36px;
}

.tw .top-37px{
  top: 37px;
}

.tw .top-38px{
  top: 38px;
}

.tw .top-39px{
  top: 39px;
}

.tw .top-40px{
  top: 40px;
}

.tw .-top-0{
  top: 0px;
}

.tw .-top-1{
  top: -5px;
}

.tw .-top-2{
  top: -10px;
}

.tw .-top-3{
  top: -15px;
}

.tw .-top-4{
  top: -20px;
}

.tw .-top-5{
  top: -25px;
}

.tw .-top-6{
  top: -30px;
}

.tw .-top-7{
  top: -35px;
}

.tw .-top-8{
  top: -40px;
}

.tw .-top-9{
  top: -45px;
}

.tw .-top-10{
  top: -50px;
}

.tw .-top-11{
  top: -55px;
}

.tw .-top-12{
  top: -60px;
}

.tw .-top-13{
  top: -65px;
}

.tw .-top-14{
  top: -70px;
}

.tw .-top-15{
  top: -75px;
}

.tw .-top-16{
  top: -80px;
}

.tw .-top-17{
  top: -85px;
}

.tw .-top-18{
  top: -90px;
}

.tw .-top-19{
  top: -95px;
}

.tw .-top-20{
  top: -100px;
}

.tw .-top-21{
  top: -105px;
}

.tw .-top-22{
  top: -110px;
}

.tw .-top-23{
  top: -115px;
}

.tw .-top-24{
  top: -120px;
}

.tw .-top-25{
  top: -125px;
}

.tw .-top-26{
  top: -130px;
}

.tw .-top-27{
  top: -135px;
}

.tw .-top-28{
  top: -140px;
}

.tw .-top-29{
  top: -145px;
}

.tw .-top-30{
  top: -150px;
}

.tw .-top-31{
  top: -155px;
}

.tw .-top-32{
  top: -160px;
}

.tw .-top-33{
  top: -165px;
}

.tw .-top-34{
  top: -170px;
}

.tw .-top-35{
  top: -175px;
}

.tw .-top-36{
  top: -180px;
}

.tw .-top-37{
  top: -185px;
}

.tw .-top-38{
  top: -190px;
}

.tw .-top-39{
  top: -195px;
}

.tw .-top-40{
  top: -200px;
}

.tw .-top-41{
  top: -205px;
}

.tw .-top-42{
  top: -210px;
}

.tw .-top-43{
  top: -215px;
}

.tw .-top-44{
  top: -220px;
}

.tw .-top-45{
  top: -225px;
}

.tw .-top-46{
  top: -230px;
}

.tw .-top-47{
  top: -235px;
}

.tw .-top-48{
  top: -240px;
}

.tw .-top-49{
  top: -245px;
}

.tw .-top-50{
  top: -250px;
}

.tw .-top-51{
  top: -255px;
}

.tw .-top-52{
  top: -260px;
}

.tw .-top-53{
  top: -265px;
}

.tw .-top-54{
  top: -270px;
}

.tw .-top-55{
  top: -275px;
}

.tw .-top-56{
  top: -280px;
}

.tw .-top-57{
  top: -285px;
}

.tw .-top-58{
  top: -290px;
}

.tw .-top-59{
  top: -295px;
}

.tw .-top-60{
  top: -300px;
}

.tw .-top-61{
  top: -305px;
}

.tw .-top-62{
  top: -310px;
}

.tw .-top-63{
  top: -315px;
}

.tw .-top-64{
  top: -320px;
}

.tw .-top-65{
  top: -325px;
}

.tw .-top-66{
  top: -330px;
}

.tw .-top-67{
  top: -335px;
}

.tw .-top-68{
  top: -340px;
}

.tw .-top-69{
  top: -345px;
}

.tw .-top-70{
  top: -350px;
}

.tw .-top-71{
  top: -355px;
}

.tw .-top-72{
  top: -360px;
}

.tw .-top-73{
  top: -365px;
}

.tw .-top-74{
  top: -370px;
}

.tw .-top-75{
  top: -375px;
}

.tw .-top-76{
  top: -380px;
}

.tw .-top-77{
  top: -385px;
}

.tw .-top-78{
  top: -390px;
}

.tw .-top-79{
  top: -395px;
}

.tw .-top-80{
  top: -400px;
}

.tw .-top-81{
  top: -405px;
}

.tw .-top-82{
  top: -410px;
}

.tw .-top-83{
  top: -415px;
}

.tw .-top-84{
  top: -420px;
}

.tw .-top-85{
  top: -425px;
}

.tw .-top-86{
  top: -430px;
}

.tw .-top-87{
  top: -435px;
}

.tw .-top-88{
  top: -440px;
}

.tw .-top-89{
  top: -445px;
}

.tw .-top-90{
  top: -450px;
}

.tw .-top-91{
  top: -455px;
}

.tw .-top-92{
  top: -460px;
}

.tw .-top-93{
  top: -465px;
}

.tw .-top-94{
  top: -470px;
}

.tw .-top-95{
  top: -475px;
}

.tw .-top-96{
  top: -480px;
}

.tw .-top-97{
  top: -485px;
}

.tw .-top-98{
  top: -490px;
}

.tw .-top-99{
  top: -495px;
}

.tw .-top-100{
  top: -500px;
}

.tw .-top-101{
  top: -505px;
}

.tw .-top-102{
  top: -510px;
}

.tw .-top-103{
  top: -515px;
}

.tw .-top-104{
  top: -520px;
}

.tw .-top-105{
  top: -525px;
}

.tw .-top-106{
  top: -530px;
}

.tw .-top-107{
  top: -535px;
}

.tw .-top-108{
  top: -540px;
}

.tw .-top-109{
  top: -545px;
}

.tw .-top-110{
  top: -550px;
}

.tw .-top-111{
  top: -555px;
}

.tw .-top-112{
  top: -560px;
}

.tw .-top-113{
  top: -565px;
}

.tw .-top-114{
  top: -570px;
}

.tw .-top-115{
  top: -575px;
}

.tw .-top-116{
  top: -580px;
}

.tw .-top-117{
  top: -585px;
}

.tw .-top-118{
  top: -590px;
}

.tw .-top-119{
  top: -595px;
}

.tw .-top-120{
  top: -600px;
}

.tw .-top-121{
  top: -605px;
}

.tw .-top-122{
  top: -610px;
}

.tw .-top-123{
  top: -615px;
}

.tw .-top-124{
  top: -620px;
}

.tw .-top-125{
  top: -625px;
}

.tw .-top-126{
  top: -630px;
}

.tw .-top-127{
  top: -635px;
}

.tw .-top-128{
  top: -640px;
}

.tw .-top-129{
  top: -645px;
}

.tw .-top-130{
  top: -650px;
}

.tw .-top-131{
  top: -655px;
}

.tw .-top-132{
  top: -660px;
}

.tw .-top-133{
  top: -665px;
}

.tw .-top-134{
  top: -670px;
}

.tw .-top-135{
  top: -675px;
}

.tw .-top-136{
  top: -680px;
}

.tw .-top-137{
  top: -685px;
}

.tw .-top-138{
  top: -690px;
}

.tw .-top-139{
  top: -695px;
}

.tw .-top-140{
  top: -700px;
}

.tw .-top-141{
  top: -705px;
}

.tw .-top-142{
  top: -710px;
}

.tw .-top-143{
  top: -715px;
}

.tw .-top-144{
  top: -720px;
}

.tw .-top-145{
  top: -725px;
}

.tw .-top-146{
  top: -730px;
}

.tw .-top-147{
  top: -735px;
}

.tw .-top-148{
  top: -740px;
}

.tw .-top-149{
  top: -745px;
}

.tw .-top-0\.5{
  top: -3px;
}

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

.tw .-top-2px{
  top: -2px;
}

.tw .-top-3px{
  top: -3px;
}

.tw .-top-4px{
  top: -4px;
}

.tw .-top-5px{
  top: -5px;
}

.tw .-top-6px{
  top: -6px;
}

.tw .-top-7px{
  top: -7px;
}

.tw .-top-8px{
  top: -8px;
}

.tw .-top-9px{
  top: -9px;
}

.tw .-top-10px{
  top: -10px;
}

.tw .-top-11px{
  top: -11px;
}

.tw .-top-12px{
  top: -12px;
}

.tw .-top-13px{
  top: -13px;
}

.tw .-top-14px{
  top: -14px;
}

.tw .-top-15px{
  top: -15px;
}

.tw .-top-16px{
  top: -16px;
}

.tw .-top-17px{
  top: -17px;
}

.tw .-top-18px{
  top: -18px;
}

.tw .-top-19px{
  top: -19px;
}

.tw .-top-20px{
  top: -20px;
}

.tw .-top-21px{
  top: -21px;
}

.tw .-top-22px{
  top: -22px;
}

.tw .-top-23px{
  top: -23px;
}

.tw .-top-24px{
  top: -24px;
}

.tw .-top-25px{
  top: -25px;
}

.tw .-top-26px{
  top: -26px;
}

.tw .-top-27px{
  top: -27px;
}

.tw .-top-28px{
  top: -28px;
}

.tw .-top-29px{
  top: -29px;
}

.tw .-top-30px{
  top: -30px;
}

.tw .-top-31px{
  top: -31px;
}

.tw .-top-32px{
  top: -32px;
}

.tw .-top-33px{
  top: -33px;
}

.tw .-top-34px{
  top: -34px;
}

.tw .-top-35px{
  top: -35px;
}

.tw .-top-36px{
  top: -36px;
}

.tw .-top-37px{
  top: -37px;
}

.tw .-top-38px{
  top: -38px;
}

.tw .-top-39px{
  top: -39px;
}

.tw .-top-40px{
  top: -40px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.tw .right-0{
  right: 0px;
}

.tw .right-1{
  right: 5px;
}

.tw .right-2{
  right: 10px;
}

.tw .right-3{
  right: 15px;
}

.tw .right-4{
  right: 20px;
}

.tw .right-5{
  right: 25px;
}

.tw .right-6{
  right: 30px;
}

.tw .right-7{
  right: 35px;
}

.tw .right-8{
  right: 40px;
}

.tw .right-9{
  right: 45px;
}

.tw .right-10{
  right: 50px;
}

.tw .right-11{
  right: 55px;
}

.tw .right-12{
  right: 60px;
}

.tw .right-13{
  right: 65px;
}

.tw .right-14{
  right: 70px;
}

.tw .right-15{
  right: 75px;
}

.tw .right-16{
  right: 80px;
}

.tw .right-17{
  right: 85px;
}

.tw .right-18{
  right: 90px;
}

.tw .right-19{
  right: 95px;
}

.tw .right-20{
  right: 100px;
}

.tw .right-21{
  right: 105px;
}

.tw .right-22{
  right: 110px;
}

.tw .right-23{
  right: 115px;
}

.tw .right-24{
  right: 120px;
}

.tw .right-25{
  right: 125px;
}

.tw .right-26{
  right: 130px;
}

.tw .right-27{
  right: 135px;
}

.tw .right-28{
  right: 140px;
}

.tw .right-29{
  right: 145px;
}

.tw .right-30{
  right: 150px;
}

.tw .right-31{
  right: 155px;
}

.tw .right-32{
  right: 160px;
}

.tw .right-33{
  right: 165px;
}

.tw .right-34{
  right: 170px;
}

.tw .right-35{
  right: 175px;
}

.tw .right-36{
  right: 180px;
}

.tw .right-37{
  right: 185px;
}

.tw .right-38{
  right: 190px;
}

.tw .right-39{
  right: 195px;
}

.tw .right-40{
  right: 200px;
}

.tw .right-41{
  right: 205px;
}

.tw .right-42{
  right: 210px;
}

.tw .right-43{
  right: 215px;
}

.tw .right-44{
  right: 220px;
}

.tw .right-45{
  right: 225px;
}

.tw .right-46{
  right: 230px;
}

.tw .right-47{
  right: 235px;
}

.tw .right-48{
  right: 240px;
}

.tw .right-49{
  right: 245px;
}

.tw .right-50{
  right: 250px;
}

.tw .right-51{
  right: 255px;
}

.tw .right-52{
  right: 260px;
}

.tw .right-53{
  right: 265px;
}

.tw .right-54{
  right: 270px;
}

.tw .right-55{
  right: 275px;
}

.tw .right-56{
  right: 280px;
}

.tw .right-57{
  right: 285px;
}

.tw .right-58{
  right: 290px;
}

.tw .right-59{
  right: 295px;
}

.tw .right-60{
  right: 300px;
}

.tw .right-61{
  right: 305px;
}

.tw .right-62{
  right: 310px;
}

.tw .right-63{
  right: 315px;
}

.tw .right-64{
  right: 320px;
}

.tw .right-65{
  right: 325px;
}

.tw .right-66{
  right: 330px;
}

.tw .right-67{
  right: 335px;
}

.tw .right-68{
  right: 340px;
}

.tw .right-69{
  right: 345px;
}

.tw .right-70{
  right: 350px;
}

.tw .right-71{
  right: 355px;
}

.tw .right-72{
  right: 360px;
}

.tw .right-73{
  right: 365px;
}

.tw .right-74{
  right: 370px;
}

.tw .right-75{
  right: 375px;
}

.tw .right-76{
  right: 380px;
}

.tw .right-77{
  right: 385px;
}

.tw .right-78{
  right: 390px;
}

.tw .right-79{
  right: 395px;
}

.tw .right-80{
  right: 400px;
}

.tw .right-81{
  right: 405px;
}

.tw .right-82{
  right: 410px;
}

.tw .right-83{
  right: 415px;
}

.tw .right-84{
  right: 420px;
}

.tw .right-85{
  right: 425px;
}

.tw .right-86{
  right: 430px;
}

.tw .right-87{
  right: 435px;
}

.tw .right-88{
  right: 440px;
}

.tw .right-89{
  right: 445px;
}

.tw .right-90{
  right: 450px;
}

.tw .right-91{
  right: 455px;
}

.tw .right-92{
  right: 460px;
}

.tw .right-93{
  right: 465px;
}

.tw .right-94{
  right: 470px;
}

.tw .right-95{
  right: 475px;
}

.tw .right-96{
  right: 480px;
}

.tw .right-97{
  right: 485px;
}

.tw .right-98{
  right: 490px;
}

.tw .right-99{
  right: 495px;
}

.tw .right-100{
  right: 500px;
}

.tw .right-101{
  right: 505px;
}

.tw .right-102{
  right: 510px;
}

.tw .right-103{
  right: 515px;
}

.tw .right-104{
  right: 520px;
}

.tw .right-105{
  right: 525px;
}

.tw .right-106{
  right: 530px;
}

.tw .right-107{
  right: 535px;
}

.tw .right-108{
  right: 540px;
}

.tw .right-109{
  right: 545px;
}

.tw .right-110{
  right: 550px;
}

.tw .right-111{
  right: 555px;
}

.tw .right-112{
  right: 560px;
}

.tw .right-113{
  right: 565px;
}

.tw .right-114{
  right: 570px;
}

.tw .right-115{
  right: 575px;
}

.tw .right-116{
  right: 580px;
}

.tw .right-117{
  right: 585px;
}

.tw .right-118{
  right: 590px;
}

.tw .right-119{
  right: 595px;
}

.tw .right-120{
  right: 600px;
}

.tw .right-121{
  right: 605px;
}

.tw .right-122{
  right: 610px;
}

.tw .right-123{
  right: 615px;
}

.tw .right-124{
  right: 620px;
}

.tw .right-125{
  right: 625px;
}

.tw .right-126{
  right: 630px;
}

.tw .right-127{
  right: 635px;
}

.tw .right-128{
  right: 640px;
}

.tw .right-129{
  right: 645px;
}

.tw .right-130{
  right: 650px;
}

.tw .right-131{
  right: 655px;
}

.tw .right-132{
  right: 660px;
}

.tw .right-133{
  right: 665px;
}

.tw .right-134{
  right: 670px;
}

.tw .right-135{
  right: 675px;
}

.tw .right-136{
  right: 680px;
}

.tw .right-137{
  right: 685px;
}

.tw .right-138{
  right: 690px;
}

.tw .right-139{
  right: 695px;
}

.tw .right-140{
  right: 700px;
}

.tw .right-141{
  right: 705px;
}

.tw .right-142{
  right: 710px;
}

.tw .right-143{
  right: 715px;
}

.tw .right-144{
  right: 720px;
}

.tw .right-145{
  right: 725px;
}

.tw .right-146{
  right: 730px;
}

.tw .right-147{
  right: 735px;
}

.tw .right-148{
  right: 740px;
}

.tw .right-149{
  right: 745px;
}

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

.tw .right-0\.5{
  right: 3px;
}

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

.tw .right-2px{
  right: 2px;
}

.tw .right-3px{
  right: 3px;
}

.tw .right-4px{
  right: 4px;
}

.tw .right-5px{
  right: 5px;
}

.tw .right-6px{
  right: 6px;
}

.tw .right-7px{
  right: 7px;
}

.tw .right-8px{
  right: 8px;
}

.tw .right-9px{
  right: 9px;
}

.tw .right-10px{
  right: 10px;
}

.tw .right-11px{
  right: 11px;
}

.tw .right-12px{
  right: 12px;
}

.tw .right-13px{
  right: 13px;
}

.tw .right-14px{
  right: 14px;
}

.tw .right-15px{
  right: 15px;
}

.tw .right-16px{
  right: 16px;
}

.tw .right-17px{
  right: 17px;
}

.tw .right-18px{
  right: 18px;
}

.tw .right-19px{
  right: 19px;
}

.tw .right-20px{
  right: 20px;
}

.tw .right-21px{
  right: 21px;
}

.tw .right-22px{
  right: 22px;
}

.tw .right-23px{
  right: 23px;
}

.tw .right-24px{
  right: 24px;
}

.tw .right-25px{
  right: 25px;
}

.tw .right-26px{
  right: 26px;
}

.tw .right-27px{
  right: 27px;
}

.tw .right-28px{
  right: 28px;
}

.tw .right-29px{
  right: 29px;
}

.tw .right-30px{
  right: 30px;
}

.tw .right-31px{
  right: 31px;
}

.tw .right-32px{
  right: 32px;
}

.tw .right-33px{
  right: 33px;
}

.tw .right-34px{
  right: 34px;
}

.tw .right-35px{
  right: 35px;
}

.tw .right-36px{
  right: 36px;
}

.tw .right-37px{
  right: 37px;
}

.tw .right-38px{
  right: 38px;
}

.tw .right-39px{
  right: 39px;
}

.tw .right-40px{
  right: 40px;
}

.tw .-right-0{
  right: 0px;
}

.tw .-right-1{
  right: -5px;
}

.tw .-right-2{
  right: -10px;
}

.tw .-right-3{
  right: -15px;
}

.tw .-right-4{
  right: -20px;
}

.tw .-right-5{
  right: -25px;
}

.tw .-right-6{
  right: -30px;
}

.tw .-right-7{
  right: -35px;
}

.tw .-right-8{
  right: -40px;
}

.tw .-right-9{
  right: -45px;
}

.tw .-right-10{
  right: -50px;
}

.tw .-right-11{
  right: -55px;
}

.tw .-right-12{
  right: -60px;
}

.tw .-right-13{
  right: -65px;
}

.tw .-right-14{
  right: -70px;
}

.tw .-right-15{
  right: -75px;
}

.tw .-right-16{
  right: -80px;
}

.tw .-right-17{
  right: -85px;
}

.tw .-right-18{
  right: -90px;
}

.tw .-right-19{
  right: -95px;
}

.tw .-right-20{
  right: -100px;
}

.tw .-right-21{
  right: -105px;
}

.tw .-right-22{
  right: -110px;
}

.tw .-right-23{
  right: -115px;
}

.tw .-right-24{
  right: -120px;
}

.tw .-right-25{
  right: -125px;
}

.tw .-right-26{
  right: -130px;
}

.tw .-right-27{
  right: -135px;
}

.tw .-right-28{
  right: -140px;
}

.tw .-right-29{
  right: -145px;
}

.tw .-right-30{
  right: -150px;
}

.tw .-right-31{
  right: -155px;
}

.tw .-right-32{
  right: -160px;
}

.tw .-right-33{
  right: -165px;
}

.tw .-right-34{
  right: -170px;
}

.tw .-right-35{
  right: -175px;
}

.tw .-right-36{
  right: -180px;
}

.tw .-right-37{
  right: -185px;
}

.tw .-right-38{
  right: -190px;
}

.tw .-right-39{
  right: -195px;
}

.tw .-right-40{
  right: -200px;
}

.tw .-right-41{
  right: -205px;
}

.tw .-right-42{
  right: -210px;
}

.tw .-right-43{
  right: -215px;
}

.tw .-right-44{
  right: -220px;
}

.tw .-right-45{
  right: -225px;
}

.tw .-right-46{
  right: -230px;
}

.tw .-right-47{
  right: -235px;
}

.tw .-right-48{
  right: -240px;
}

.tw .-right-49{
  right: -245px;
}

.tw .-right-50{
  right: -250px;
}

.tw .-right-51{
  right: -255px;
}

.tw .-right-52{
  right: -260px;
}

.tw .-right-53{
  right: -265px;
}

.tw .-right-54{
  right: -270px;
}

.tw .-right-55{
  right: -275px;
}

.tw .-right-56{
  right: -280px;
}

.tw .-right-57{
  right: -285px;
}

.tw .-right-58{
  right: -290px;
}

.tw .-right-59{
  right: -295px;
}

.tw .-right-60{
  right: -300px;
}

.tw .-right-61{
  right: -305px;
}

.tw .-right-62{
  right: -310px;
}

.tw .-right-63{
  right: -315px;
}

.tw .-right-64{
  right: -320px;
}

.tw .-right-65{
  right: -325px;
}

.tw .-right-66{
  right: -330px;
}

.tw .-right-67{
  right: -335px;
}

.tw .-right-68{
  right: -340px;
}

.tw .-right-69{
  right: -345px;
}

.tw .-right-70{
  right: -350px;
}

.tw .-right-71{
  right: -355px;
}

.tw .-right-72{
  right: -360px;
}

.tw .-right-73{
  right: -365px;
}

.tw .-right-74{
  right: -370px;
}

.tw .-right-75{
  right: -375px;
}

.tw .-right-76{
  right: -380px;
}

.tw .-right-77{
  right: -385px;
}

.tw .-right-78{
  right: -390px;
}

.tw .-right-79{
  right: -395px;
}

.tw .-right-80{
  right: -400px;
}

.tw .-right-81{
  right: -405px;
}

.tw .-right-82{
  right: -410px;
}

.tw .-right-83{
  right: -415px;
}

.tw .-right-84{
  right: -420px;
}

.tw .-right-85{
  right: -425px;
}

.tw .-right-86{
  right: -430px;
}

.tw .-right-87{
  right: -435px;
}

.tw .-right-88{
  right: -440px;
}

.tw .-right-89{
  right: -445px;
}

.tw .-right-90{
  right: -450px;
}

.tw .-right-91{
  right: -455px;
}

.tw .-right-92{
  right: -460px;
}

.tw .-right-93{
  right: -465px;
}

.tw .-right-94{
  right: -470px;
}

.tw .-right-95{
  right: -475px;
}

.tw .-right-96{
  right: -480px;
}

.tw .-right-97{
  right: -485px;
}

.tw .-right-98{
  right: -490px;
}

.tw .-right-99{
  right: -495px;
}

.tw .-right-100{
  right: -500px;
}

.tw .-right-101{
  right: -505px;
}

.tw .-right-102{
  right: -510px;
}

.tw .-right-103{
  right: -515px;
}

.tw .-right-104{
  right: -520px;
}

.tw .-right-105{
  right: -525px;
}

.tw .-right-106{
  right: -530px;
}

.tw .-right-107{
  right: -535px;
}

.tw .-right-108{
  right: -540px;
}

.tw .-right-109{
  right: -545px;
}

.tw .-right-110{
  right: -550px;
}

.tw .-right-111{
  right: -555px;
}

.tw .-right-112{
  right: -560px;
}

.tw .-right-113{
  right: -565px;
}

.tw .-right-114{
  right: -570px;
}

.tw .-right-115{
  right: -575px;
}

.tw .-right-116{
  right: -580px;
}

.tw .-right-117{
  right: -585px;
}

.tw .-right-118{
  right: -590px;
}

.tw .-right-119{
  right: -595px;
}

.tw .-right-120{
  right: -600px;
}

.tw .-right-121{
  right: -605px;
}

.tw .-right-122{
  right: -610px;
}

.tw .-right-123{
  right: -615px;
}

.tw .-right-124{
  right: -620px;
}

.tw .-right-125{
  right: -625px;
}

.tw .-right-126{
  right: -630px;
}

.tw .-right-127{
  right: -635px;
}

.tw .-right-128{
  right: -640px;
}

.tw .-right-129{
  right: -645px;
}

.tw .-right-130{
  right: -650px;
}

.tw .-right-131{
  right: -655px;
}

.tw .-right-132{
  right: -660px;
}

.tw .-right-133{
  right: -665px;
}

.tw .-right-134{
  right: -670px;
}

.tw .-right-135{
  right: -675px;
}

.tw .-right-136{
  right: -680px;
}

.tw .-right-137{
  right: -685px;
}

.tw .-right-138{
  right: -690px;
}

.tw .-right-139{
  right: -695px;
}

.tw .-right-140{
  right: -700px;
}

.tw .-right-141{
  right: -705px;
}

.tw .-right-142{
  right: -710px;
}

.tw .-right-143{
  right: -715px;
}

.tw .-right-144{
  right: -720px;
}

.tw .-right-145{
  right: -725px;
}

.tw .-right-146{
  right: -730px;
}

.tw .-right-147{
  right: -735px;
}

.tw .-right-148{
  right: -740px;
}

.tw .-right-149{
  right: -745px;
}

.tw .-right-0\.5{
  right: -3px;
}

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

.tw .-right-2px{
  right: -2px;
}

.tw .-right-3px{
  right: -3px;
}

.tw .-right-4px{
  right: -4px;
}

.tw .-right-5px{
  right: -5px;
}

.tw .-right-6px{
  right: -6px;
}

.tw .-right-7px{
  right: -7px;
}

.tw .-right-8px{
  right: -8px;
}

.tw .-right-9px{
  right: -9px;
}

.tw .-right-10px{
  right: -10px;
}

.tw .-right-11px{
  right: -11px;
}

.tw .-right-12px{
  right: -12px;
}

.tw .-right-13px{
  right: -13px;
}

.tw .-right-14px{
  right: -14px;
}

.tw .-right-15px{
  right: -15px;
}

.tw .-right-16px{
  right: -16px;
}

.tw .-right-17px{
  right: -17px;
}

.tw .-right-18px{
  right: -18px;
}

.tw .-right-19px{
  right: -19px;
}

.tw .-right-20px{
  right: -20px;
}

.tw .-right-21px{
  right: -21px;
}

.tw .-right-22px{
  right: -22px;
}

.tw .-right-23px{
  right: -23px;
}

.tw .-right-24px{
  right: -24px;
}

.tw .-right-25px{
  right: -25px;
}

.tw .-right-26px{
  right: -26px;
}

.tw .-right-27px{
  right: -27px;
}

.tw .-right-28px{
  right: -28px;
}

.tw .-right-29px{
  right: -29px;
}

.tw .-right-30px{
  right: -30px;
}

.tw .-right-31px{
  right: -31px;
}

.tw .-right-32px{
  right: -32px;
}

.tw .-right-33px{
  right: -33px;
}

.tw .-right-34px{
  right: -34px;
}

.tw .-right-35px{
  right: -35px;
}

.tw .-right-36px{
  right: -36px;
}

.tw .-right-37px{
  right: -37px;
}

.tw .-right-38px{
  right: -38px;
}

.tw .-right-39px{
  right: -39px;
}

.tw .-right-40px{
  right: -40px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.tw .bottom-0{
  bottom: 0px;
}

.tw .bottom-1{
  bottom: 5px;
}

.tw .bottom-2{
  bottom: 10px;
}

.tw .bottom-3{
  bottom: 15px;
}

.tw .bottom-4{
  bottom: 20px;
}

.tw .bottom-5{
  bottom: 25px;
}

.tw .bottom-6{
  bottom: 30px;
}

.tw .bottom-7{
  bottom: 35px;
}

.tw .bottom-8{
  bottom: 40px;
}

.tw .bottom-9{
  bottom: 45px;
}

.tw .bottom-10{
  bottom: 50px;
}

.tw .bottom-11{
  bottom: 55px;
}

.tw .bottom-12{
  bottom: 60px;
}

.tw .bottom-13{
  bottom: 65px;
}

.tw .bottom-14{
  bottom: 70px;
}

.tw .bottom-15{
  bottom: 75px;
}

.tw .bottom-16{
  bottom: 80px;
}

.tw .bottom-17{
  bottom: 85px;
}

.tw .bottom-18{
  bottom: 90px;
}

.tw .bottom-19{
  bottom: 95px;
}

.tw .bottom-20{
  bottom: 100px;
}

.tw .bottom-21{
  bottom: 105px;
}

.tw .bottom-22{
  bottom: 110px;
}

.tw .bottom-23{
  bottom: 115px;
}

.tw .bottom-24{
  bottom: 120px;
}

.tw .bottom-25{
  bottom: 125px;
}

.tw .bottom-26{
  bottom: 130px;
}

.tw .bottom-27{
  bottom: 135px;
}

.tw .bottom-28{
  bottom: 140px;
}

.tw .bottom-29{
  bottom: 145px;
}

.tw .bottom-30{
  bottom: 150px;
}

.tw .bottom-31{
  bottom: 155px;
}

.tw .bottom-32{
  bottom: 160px;
}

.tw .bottom-33{
  bottom: 165px;
}

.tw .bottom-34{
  bottom: 170px;
}

.tw .bottom-35{
  bottom: 175px;
}

.tw .bottom-36{
  bottom: 180px;
}

.tw .bottom-37{
  bottom: 185px;
}

.tw .bottom-38{
  bottom: 190px;
}

.tw .bottom-39{
  bottom: 195px;
}

.tw .bottom-40{
  bottom: 200px;
}

.tw .bottom-41{
  bottom: 205px;
}

.tw .bottom-42{
  bottom: 210px;
}

.tw .bottom-43{
  bottom: 215px;
}

.tw .bottom-44{
  bottom: 220px;
}

.tw .bottom-45{
  bottom: 225px;
}

.tw .bottom-46{
  bottom: 230px;
}

.tw .bottom-47{
  bottom: 235px;
}

.tw .bottom-48{
  bottom: 240px;
}

.tw .bottom-49{
  bottom: 245px;
}

.tw .bottom-50{
  bottom: 250px;
}

.tw .bottom-51{
  bottom: 255px;
}

.tw .bottom-52{
  bottom: 260px;
}

.tw .bottom-53{
  bottom: 265px;
}

.tw .bottom-54{
  bottom: 270px;
}

.tw .bottom-55{
  bottom: 275px;
}

.tw .bottom-56{
  bottom: 280px;
}

.tw .bottom-57{
  bottom: 285px;
}

.tw .bottom-58{
  bottom: 290px;
}

.tw .bottom-59{
  bottom: 295px;
}

.tw .bottom-60{
  bottom: 300px;
}

.tw .bottom-61{
  bottom: 305px;
}

.tw .bottom-62{
  bottom: 310px;
}

.tw .bottom-63{
  bottom: 315px;
}

.tw .bottom-64{
  bottom: 320px;
}

.tw .bottom-65{
  bottom: 325px;
}

.tw .bottom-66{
  bottom: 330px;
}

.tw .bottom-67{
  bottom: 335px;
}

.tw .bottom-68{
  bottom: 340px;
}

.tw .bottom-69{
  bottom: 345px;
}

.tw .bottom-70{
  bottom: 350px;
}

.tw .bottom-71{
  bottom: 355px;
}

.tw .bottom-72{
  bottom: 360px;
}

.tw .bottom-73{
  bottom: 365px;
}

.tw .bottom-74{
  bottom: 370px;
}

.tw .bottom-75{
  bottom: 375px;
}

.tw .bottom-76{
  bottom: 380px;
}

.tw .bottom-77{
  bottom: 385px;
}

.tw .bottom-78{
  bottom: 390px;
}

.tw .bottom-79{
  bottom: 395px;
}

.tw .bottom-80{
  bottom: 400px;
}

.tw .bottom-81{
  bottom: 405px;
}

.tw .bottom-82{
  bottom: 410px;
}

.tw .bottom-83{
  bottom: 415px;
}

.tw .bottom-84{
  bottom: 420px;
}

.tw .bottom-85{
  bottom: 425px;
}

.tw .bottom-86{
  bottom: 430px;
}

.tw .bottom-87{
  bottom: 435px;
}

.tw .bottom-88{
  bottom: 440px;
}

.tw .bottom-89{
  bottom: 445px;
}

.tw .bottom-90{
  bottom: 450px;
}

.tw .bottom-91{
  bottom: 455px;
}

.tw .bottom-92{
  bottom: 460px;
}

.tw .bottom-93{
  bottom: 465px;
}

.tw .bottom-94{
  bottom: 470px;
}

.tw .bottom-95{
  bottom: 475px;
}

.tw .bottom-96{
  bottom: 480px;
}

.tw .bottom-97{
  bottom: 485px;
}

.tw .bottom-98{
  bottom: 490px;
}

.tw .bottom-99{
  bottom: 495px;
}

.tw .bottom-100{
  bottom: 500px;
}

.tw .bottom-101{
  bottom: 505px;
}

.tw .bottom-102{
  bottom: 510px;
}

.tw .bottom-103{
  bottom: 515px;
}

.tw .bottom-104{
  bottom: 520px;
}

.tw .bottom-105{
  bottom: 525px;
}

.tw .bottom-106{
  bottom: 530px;
}

.tw .bottom-107{
  bottom: 535px;
}

.tw .bottom-108{
  bottom: 540px;
}

.tw .bottom-109{
  bottom: 545px;
}

.tw .bottom-110{
  bottom: 550px;
}

.tw .bottom-111{
  bottom: 555px;
}

.tw .bottom-112{
  bottom: 560px;
}

.tw .bottom-113{
  bottom: 565px;
}

.tw .bottom-114{
  bottom: 570px;
}

.tw .bottom-115{
  bottom: 575px;
}

.tw .bottom-116{
  bottom: 580px;
}

.tw .bottom-117{
  bottom: 585px;
}

.tw .bottom-118{
  bottom: 590px;
}

.tw .bottom-119{
  bottom: 595px;
}

.tw .bottom-120{
  bottom: 600px;
}

.tw .bottom-121{
  bottom: 605px;
}

.tw .bottom-122{
  bottom: 610px;
}

.tw .bottom-123{
  bottom: 615px;
}

.tw .bottom-124{
  bottom: 620px;
}

.tw .bottom-125{
  bottom: 625px;
}

.tw .bottom-126{
  bottom: 630px;
}

.tw .bottom-127{
  bottom: 635px;
}

.tw .bottom-128{
  bottom: 640px;
}

.tw .bottom-129{
  bottom: 645px;
}

.tw .bottom-130{
  bottom: 650px;
}

.tw .bottom-131{
  bottom: 655px;
}

.tw .bottom-132{
  bottom: 660px;
}

.tw .bottom-133{
  bottom: 665px;
}

.tw .bottom-134{
  bottom: 670px;
}

.tw .bottom-135{
  bottom: 675px;
}

.tw .bottom-136{
  bottom: 680px;
}

.tw .bottom-137{
  bottom: 685px;
}

.tw .bottom-138{
  bottom: 690px;
}

.tw .bottom-139{
  bottom: 695px;
}

.tw .bottom-140{
  bottom: 700px;
}

.tw .bottom-141{
  bottom: 705px;
}

.tw .bottom-142{
  bottom: 710px;
}

.tw .bottom-143{
  bottom: 715px;
}

.tw .bottom-144{
  bottom: 720px;
}

.tw .bottom-145{
  bottom: 725px;
}

.tw .bottom-146{
  bottom: 730px;
}

.tw .bottom-147{
  bottom: 735px;
}

.tw .bottom-148{
  bottom: 740px;
}

.tw .bottom-149{
  bottom: 745px;
}

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

.tw .bottom-0\.5{
  bottom: 3px;
}

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

.tw .bottom-2px{
  bottom: 2px;
}

.tw .bottom-3px{
  bottom: 3px;
}

.tw .bottom-4px{
  bottom: 4px;
}

.tw .bottom-5px{
  bottom: 5px;
}

.tw .bottom-6px{
  bottom: 6px;
}

.tw .bottom-7px{
  bottom: 7px;
}

.tw .bottom-8px{
  bottom: 8px;
}

.tw .bottom-9px{
  bottom: 9px;
}

.tw .bottom-10px{
  bottom: 10px;
}

.tw .bottom-11px{
  bottom: 11px;
}

.tw .bottom-12px{
  bottom: 12px;
}

.tw .bottom-13px{
  bottom: 13px;
}

.tw .bottom-14px{
  bottom: 14px;
}

.tw .bottom-15px{
  bottom: 15px;
}

.tw .bottom-16px{
  bottom: 16px;
}

.tw .bottom-17px{
  bottom: 17px;
}

.tw .bottom-18px{
  bottom: 18px;
}

.tw .bottom-19px{
  bottom: 19px;
}

.tw .bottom-20px{
  bottom: 20px;
}

.tw .bottom-21px{
  bottom: 21px;
}

.tw .bottom-22px{
  bottom: 22px;
}

.tw .bottom-23px{
  bottom: 23px;
}

.tw .bottom-24px{
  bottom: 24px;
}

.tw .bottom-25px{
  bottom: 25px;
}

.tw .bottom-26px{
  bottom: 26px;
}

.tw .bottom-27px{
  bottom: 27px;
}

.tw .bottom-28px{
  bottom: 28px;
}

.tw .bottom-29px{
  bottom: 29px;
}

.tw .bottom-30px{
  bottom: 30px;
}

.tw .bottom-31px{
  bottom: 31px;
}

.tw .bottom-32px{
  bottom: 32px;
}

.tw .bottom-33px{
  bottom: 33px;
}

.tw .bottom-34px{
  bottom: 34px;
}

.tw .bottom-35px{
  bottom: 35px;
}

.tw .bottom-36px{
  bottom: 36px;
}

.tw .bottom-37px{
  bottom: 37px;
}

.tw .bottom-38px{
  bottom: 38px;
}

.tw .bottom-39px{
  bottom: 39px;
}

.tw .bottom-40px{
  bottom: 40px;
}

.tw .-bottom-0{
  bottom: 0px;
}

.tw .-bottom-1{
  bottom: -5px;
}

.tw .-bottom-2{
  bottom: -10px;
}

.tw .-bottom-3{
  bottom: -15px;
}

.tw .-bottom-4{
  bottom: -20px;
}

.tw .-bottom-5{
  bottom: -25px;
}

.tw .-bottom-6{
  bottom: -30px;
}

.tw .-bottom-7{
  bottom: -35px;
}

.tw .-bottom-8{
  bottom: -40px;
}

.tw .-bottom-9{
  bottom: -45px;
}

.tw .-bottom-10{
  bottom: -50px;
}

.tw .-bottom-11{
  bottom: -55px;
}

.tw .-bottom-12{
  bottom: -60px;
}

.tw .-bottom-13{
  bottom: -65px;
}

.tw .-bottom-14{
  bottom: -70px;
}

.tw .-bottom-15{
  bottom: -75px;
}

.tw .-bottom-16{
  bottom: -80px;
}

.tw .-bottom-17{
  bottom: -85px;
}

.tw .-bottom-18{
  bottom: -90px;
}

.tw .-bottom-19{
  bottom: -95px;
}

.tw .-bottom-20{
  bottom: -100px;
}

.tw .-bottom-21{
  bottom: -105px;
}

.tw .-bottom-22{
  bottom: -110px;
}

.tw .-bottom-23{
  bottom: -115px;
}

.tw .-bottom-24{
  bottom: -120px;
}

.tw .-bottom-25{
  bottom: -125px;
}

.tw .-bottom-26{
  bottom: -130px;
}

.tw .-bottom-27{
  bottom: -135px;
}

.tw .-bottom-28{
  bottom: -140px;
}

.tw .-bottom-29{
  bottom: -145px;
}

.tw .-bottom-30{
  bottom: -150px;
}

.tw .-bottom-31{
  bottom: -155px;
}

.tw .-bottom-32{
  bottom: -160px;
}

.tw .-bottom-33{
  bottom: -165px;
}

.tw .-bottom-34{
  bottom: -170px;
}

.tw .-bottom-35{
  bottom: -175px;
}

.tw .-bottom-36{
  bottom: -180px;
}

.tw .-bottom-37{
  bottom: -185px;
}

.tw .-bottom-38{
  bottom: -190px;
}

.tw .-bottom-39{
  bottom: -195px;
}

.tw .-bottom-40{
  bottom: -200px;
}

.tw .-bottom-41{
  bottom: -205px;
}

.tw .-bottom-42{
  bottom: -210px;
}

.tw .-bottom-43{
  bottom: -215px;
}

.tw .-bottom-44{
  bottom: -220px;
}

.tw .-bottom-45{
  bottom: -225px;
}

.tw .-bottom-46{
  bottom: -230px;
}

.tw .-bottom-47{
  bottom: -235px;
}

.tw .-bottom-48{
  bottom: -240px;
}

.tw .-bottom-49{
  bottom: -245px;
}

.tw .-bottom-50{
  bottom: -250px;
}

.tw .-bottom-51{
  bottom: -255px;
}

.tw .-bottom-52{
  bottom: -260px;
}

.tw .-bottom-53{
  bottom: -265px;
}

.tw .-bottom-54{
  bottom: -270px;
}

.tw .-bottom-55{
  bottom: -275px;
}

.tw .-bottom-56{
  bottom: -280px;
}

.tw .-bottom-57{
  bottom: -285px;
}

.tw .-bottom-58{
  bottom: -290px;
}

.tw .-bottom-59{
  bottom: -295px;
}

.tw .-bottom-60{
  bottom: -300px;
}

.tw .-bottom-61{
  bottom: -305px;
}

.tw .-bottom-62{
  bottom: -310px;
}

.tw .-bottom-63{
  bottom: -315px;
}

.tw .-bottom-64{
  bottom: -320px;
}

.tw .-bottom-65{
  bottom: -325px;
}

.tw .-bottom-66{
  bottom: -330px;
}

.tw .-bottom-67{
  bottom: -335px;
}

.tw .-bottom-68{
  bottom: -340px;
}

.tw .-bottom-69{
  bottom: -345px;
}

.tw .-bottom-70{
  bottom: -350px;
}

.tw .-bottom-71{
  bottom: -355px;
}

.tw .-bottom-72{
  bottom: -360px;
}

.tw .-bottom-73{
  bottom: -365px;
}

.tw .-bottom-74{
  bottom: -370px;
}

.tw .-bottom-75{
  bottom: -375px;
}

.tw .-bottom-76{
  bottom: -380px;
}

.tw .-bottom-77{
  bottom: -385px;
}

.tw .-bottom-78{
  bottom: -390px;
}

.tw .-bottom-79{
  bottom: -395px;
}

.tw .-bottom-80{
  bottom: -400px;
}

.tw .-bottom-81{
  bottom: -405px;
}

.tw .-bottom-82{
  bottom: -410px;
}

.tw .-bottom-83{
  bottom: -415px;
}

.tw .-bottom-84{
  bottom: -420px;
}

.tw .-bottom-85{
  bottom: -425px;
}

.tw .-bottom-86{
  bottom: -430px;
}

.tw .-bottom-87{
  bottom: -435px;
}

.tw .-bottom-88{
  bottom: -440px;
}

.tw .-bottom-89{
  bottom: -445px;
}

.tw .-bottom-90{
  bottom: -450px;
}

.tw .-bottom-91{
  bottom: -455px;
}

.tw .-bottom-92{
  bottom: -460px;
}

.tw .-bottom-93{
  bottom: -465px;
}

.tw .-bottom-94{
  bottom: -470px;
}

.tw .-bottom-95{
  bottom: -475px;
}

.tw .-bottom-96{
  bottom: -480px;
}

.tw .-bottom-97{
  bottom: -485px;
}

.tw .-bottom-98{
  bottom: -490px;
}

.tw .-bottom-99{
  bottom: -495px;
}

.tw .-bottom-100{
  bottom: -500px;
}

.tw .-bottom-101{
  bottom: -505px;
}

.tw .-bottom-102{
  bottom: -510px;
}

.tw .-bottom-103{
  bottom: -515px;
}

.tw .-bottom-104{
  bottom: -520px;
}

.tw .-bottom-105{
  bottom: -525px;
}

.tw .-bottom-106{
  bottom: -530px;
}

.tw .-bottom-107{
  bottom: -535px;
}

.tw .-bottom-108{
  bottom: -540px;
}

.tw .-bottom-109{
  bottom: -545px;
}

.tw .-bottom-110{
  bottom: -550px;
}

.tw .-bottom-111{
  bottom: -555px;
}

.tw .-bottom-112{
  bottom: -560px;
}

.tw .-bottom-113{
  bottom: -565px;
}

.tw .-bottom-114{
  bottom: -570px;
}

.tw .-bottom-115{
  bottom: -575px;
}

.tw .-bottom-116{
  bottom: -580px;
}

.tw .-bottom-117{
  bottom: -585px;
}

.tw .-bottom-118{
  bottom: -590px;
}

.tw .-bottom-119{
  bottom: -595px;
}

.tw .-bottom-120{
  bottom: -600px;
}

.tw .-bottom-121{
  bottom: -605px;
}

.tw .-bottom-122{
  bottom: -610px;
}

.tw .-bottom-123{
  bottom: -615px;
}

.tw .-bottom-124{
  bottom: -620px;
}

.tw .-bottom-125{
  bottom: -625px;
}

.tw .-bottom-126{
  bottom: -630px;
}

.tw .-bottom-127{
  bottom: -635px;
}

.tw .-bottom-128{
  bottom: -640px;
}

.tw .-bottom-129{
  bottom: -645px;
}

.tw .-bottom-130{
  bottom: -650px;
}

.tw .-bottom-131{
  bottom: -655px;
}

.tw .-bottom-132{
  bottom: -660px;
}

.tw .-bottom-133{
  bottom: -665px;
}

.tw .-bottom-134{
  bottom: -670px;
}

.tw .-bottom-135{
  bottom: -675px;
}

.tw .-bottom-136{
  bottom: -680px;
}

.tw .-bottom-137{
  bottom: -685px;
}

.tw .-bottom-138{
  bottom: -690px;
}

.tw .-bottom-139{
  bottom: -695px;
}

.tw .-bottom-140{
  bottom: -700px;
}

.tw .-bottom-141{
  bottom: -705px;
}

.tw .-bottom-142{
  bottom: -710px;
}

.tw .-bottom-143{
  bottom: -715px;
}

.tw .-bottom-144{
  bottom: -720px;
}

.tw .-bottom-145{
  bottom: -725px;
}

.tw .-bottom-146{
  bottom: -730px;
}

.tw .-bottom-147{
  bottom: -735px;
}

.tw .-bottom-148{
  bottom: -740px;
}

.tw .-bottom-149{
  bottom: -745px;
}

.tw .-bottom-0\.5{
  bottom: -3px;
}

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

.tw .-bottom-2px{
  bottom: -2px;
}

.tw .-bottom-3px{
  bottom: -3px;
}

.tw .-bottom-4px{
  bottom: -4px;
}

.tw .-bottom-5px{
  bottom: -5px;
}

.tw .-bottom-6px{
  bottom: -6px;
}

.tw .-bottom-7px{
  bottom: -7px;
}

.tw .-bottom-8px{
  bottom: -8px;
}

.tw .-bottom-9px{
  bottom: -9px;
}

.tw .-bottom-10px{
  bottom: -10px;
}

.tw .-bottom-11px{
  bottom: -11px;
}

.tw .-bottom-12px{
  bottom: -12px;
}

.tw .-bottom-13px{
  bottom: -13px;
}

.tw .-bottom-14px{
  bottom: -14px;
}

.tw .-bottom-15px{
  bottom: -15px;
}

.tw .-bottom-16px{
  bottom: -16px;
}

.tw .-bottom-17px{
  bottom: -17px;
}

.tw .-bottom-18px{
  bottom: -18px;
}

.tw .-bottom-19px{
  bottom: -19px;
}

.tw .-bottom-20px{
  bottom: -20px;
}

.tw .-bottom-21px{
  bottom: -21px;
}

.tw .-bottom-22px{
  bottom: -22px;
}

.tw .-bottom-23px{
  bottom: -23px;
}

.tw .-bottom-24px{
  bottom: -24px;
}

.tw .-bottom-25px{
  bottom: -25px;
}

.tw .-bottom-26px{
  bottom: -26px;
}

.tw .-bottom-27px{
  bottom: -27px;
}

.tw .-bottom-28px{
  bottom: -28px;
}

.tw .-bottom-29px{
  bottom: -29px;
}

.tw .-bottom-30px{
  bottom: -30px;
}

.tw .-bottom-31px{
  bottom: -31px;
}

.tw .-bottom-32px{
  bottom: -32px;
}

.tw .-bottom-33px{
  bottom: -33px;
}

.tw .-bottom-34px{
  bottom: -34px;
}

.tw .-bottom-35px{
  bottom: -35px;
}

.tw .-bottom-36px{
  bottom: -36px;
}

.tw .-bottom-37px{
  bottom: -37px;
}

.tw .-bottom-38px{
  bottom: -38px;
}

.tw .-bottom-39px{
  bottom: -39px;
}

.tw .-bottom-40px{
  bottom: -40px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.tw .left-0{
  left: 0px;
}

.tw .left-1{
  left: 5px;
}

.tw .left-2{
  left: 10px;
}

.tw .left-3{
  left: 15px;
}

.tw .left-4{
  left: 20px;
}

.tw .left-5{
  left: 25px;
}

.tw .left-6{
  left: 30px;
}

.tw .left-7{
  left: 35px;
}

.tw .left-8{
  left: 40px;
}

.tw .left-9{
  left: 45px;
}

.tw .left-10{
  left: 50px;
}

.tw .left-11{
  left: 55px;
}

.tw .left-12{
  left: 60px;
}

.tw .left-13{
  left: 65px;
}

.tw .left-14{
  left: 70px;
}

.tw .left-15{
  left: 75px;
}

.tw .left-16{
  left: 80px;
}

.tw .left-17{
  left: 85px;
}

.tw .left-18{
  left: 90px;
}

.tw .left-19{
  left: 95px;
}

.tw .left-20{
  left: 100px;
}

.tw .left-21{
  left: 105px;
}

.tw .left-22{
  left: 110px;
}

.tw .left-23{
  left: 115px;
}

.tw .left-24{
  left: 120px;
}

.tw .left-25{
  left: 125px;
}

.tw .left-26{
  left: 130px;
}

.tw .left-27{
  left: 135px;
}

.tw .left-28{
  left: 140px;
}

.tw .left-29{
  left: 145px;
}

.tw .left-30{
  left: 150px;
}

.tw .left-31{
  left: 155px;
}

.tw .left-32{
  left: 160px;
}

.tw .left-33{
  left: 165px;
}

.tw .left-34{
  left: 170px;
}

.tw .left-35{
  left: 175px;
}

.tw .left-36{
  left: 180px;
}

.tw .left-37{
  left: 185px;
}

.tw .left-38{
  left: 190px;
}

.tw .left-39{
  left: 195px;
}

.tw .left-40{
  left: 200px;
}

.tw .left-41{
  left: 205px;
}

.tw .left-42{
  left: 210px;
}

.tw .left-43{
  left: 215px;
}

.tw .left-44{
  left: 220px;
}

.tw .left-45{
  left: 225px;
}

.tw .left-46{
  left: 230px;
}

.tw .left-47{
  left: 235px;
}

.tw .left-48{
  left: 240px;
}

.tw .left-49{
  left: 245px;
}

.tw .left-50{
  left: 250px;
}

.tw .left-51{
  left: 255px;
}

.tw .left-52{
  left: 260px;
}

.tw .left-53{
  left: 265px;
}

.tw .left-54{
  left: 270px;
}

.tw .left-55{
  left: 275px;
}

.tw .left-56{
  left: 280px;
}

.tw .left-57{
  left: 285px;
}

.tw .left-58{
  left: 290px;
}

.tw .left-59{
  left: 295px;
}

.tw .left-60{
  left: 300px;
}

.tw .left-61{
  left: 305px;
}

.tw .left-62{
  left: 310px;
}

.tw .left-63{
  left: 315px;
}

.tw .left-64{
  left: 320px;
}

.tw .left-65{
  left: 325px;
}

.tw .left-66{
  left: 330px;
}

.tw .left-67{
  left: 335px;
}

.tw .left-68{
  left: 340px;
}

.tw .left-69{
  left: 345px;
}

.tw .left-70{
  left: 350px;
}

.tw .left-71{
  left: 355px;
}

.tw .left-72{
  left: 360px;
}

.tw .left-73{
  left: 365px;
}

.tw .left-74{
  left: 370px;
}

.tw .left-75{
  left: 375px;
}

.tw .left-76{
  left: 380px;
}

.tw .left-77{
  left: 385px;
}

.tw .left-78{
  left: 390px;
}

.tw .left-79{
  left: 395px;
}

.tw .left-80{
  left: 400px;
}

.tw .left-81{
  left: 405px;
}

.tw .left-82{
  left: 410px;
}

.tw .left-83{
  left: 415px;
}

.tw .left-84{
  left: 420px;
}

.tw .left-85{
  left: 425px;
}

.tw .left-86{
  left: 430px;
}

.tw .left-87{
  left: 435px;
}

.tw .left-88{
  left: 440px;
}

.tw .left-89{
  left: 445px;
}

.tw .left-90{
  left: 450px;
}

.tw .left-91{
  left: 455px;
}

.tw .left-92{
  left: 460px;
}

.tw .left-93{
  left: 465px;
}

.tw .left-94{
  left: 470px;
}

.tw .left-95{
  left: 475px;
}

.tw .left-96{
  left: 480px;
}

.tw .left-97{
  left: 485px;
}

.tw .left-98{
  left: 490px;
}

.tw .left-99{
  left: 495px;
}

.tw .left-100{
  left: 500px;
}

.tw .left-101{
  left: 505px;
}

.tw .left-102{
  left: 510px;
}

.tw .left-103{
  left: 515px;
}

.tw .left-104{
  left: 520px;
}

.tw .left-105{
  left: 525px;
}

.tw .left-106{
  left: 530px;
}

.tw .left-107{
  left: 535px;
}

.tw .left-108{
  left: 540px;
}

.tw .left-109{
  left: 545px;
}

.tw .left-110{
  left: 550px;
}

.tw .left-111{
  left: 555px;
}

.tw .left-112{
  left: 560px;
}

.tw .left-113{
  left: 565px;
}

.tw .left-114{
  left: 570px;
}

.tw .left-115{
  left: 575px;
}

.tw .left-116{
  left: 580px;
}

.tw .left-117{
  left: 585px;
}

.tw .left-118{
  left: 590px;
}

.tw .left-119{
  left: 595px;
}

.tw .left-120{
  left: 600px;
}

.tw .left-121{
  left: 605px;
}

.tw .left-122{
  left: 610px;
}

.tw .left-123{
  left: 615px;
}

.tw .left-124{
  left: 620px;
}

.tw .left-125{
  left: 625px;
}

.tw .left-126{
  left: 630px;
}

.tw .left-127{
  left: 635px;
}

.tw .left-128{
  left: 640px;
}

.tw .left-129{
  left: 645px;
}

.tw .left-130{
  left: 650px;
}

.tw .left-131{
  left: 655px;
}

.tw .left-132{
  left: 660px;
}

.tw .left-133{
  left: 665px;
}

.tw .left-134{
  left: 670px;
}

.tw .left-135{
  left: 675px;
}

.tw .left-136{
  left: 680px;
}

.tw .left-137{
  left: 685px;
}

.tw .left-138{
  left: 690px;
}

.tw .left-139{
  left: 695px;
}

.tw .left-140{
  left: 700px;
}

.tw .left-141{
  left: 705px;
}

.tw .left-142{
  left: 710px;
}

.tw .left-143{
  left: 715px;
}

.tw .left-144{
  left: 720px;
}

.tw .left-145{
  left: 725px;
}

.tw .left-146{
  left: 730px;
}

.tw .left-147{
  left: 735px;
}

.tw .left-148{
  left: 740px;
}

.tw .left-149{
  left: 745px;
}

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

.tw .left-0\.5{
  left: 3px;
}

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

.tw .left-2px{
  left: 2px;
}

.tw .left-3px{
  left: 3px;
}

.tw .left-4px{
  left: 4px;
}

.tw .left-5px{
  left: 5px;
}

.tw .left-6px{
  left: 6px;
}

.tw .left-7px{
  left: 7px;
}

.tw .left-8px{
  left: 8px;
}

.tw .left-9px{
  left: 9px;
}

.tw .left-10px{
  left: 10px;
}

.tw .left-11px{
  left: 11px;
}

.tw .left-12px{
  left: 12px;
}

.tw .left-13px{
  left: 13px;
}

.tw .left-14px{
  left: 14px;
}

.tw .left-15px{
  left: 15px;
}

.tw .left-16px{
  left: 16px;
}

.tw .left-17px{
  left: 17px;
}

.tw .left-18px{
  left: 18px;
}

.tw .left-19px{
  left: 19px;
}

.tw .left-20px{
  left: 20px;
}

.tw .left-21px{
  left: 21px;
}

.tw .left-22px{
  left: 22px;
}

.tw .left-23px{
  left: 23px;
}

.tw .left-24px{
  left: 24px;
}

.tw .left-25px{
  left: 25px;
}

.tw .left-26px{
  left: 26px;
}

.tw .left-27px{
  left: 27px;
}

.tw .left-28px{
  left: 28px;
}

.tw .left-29px{
  left: 29px;
}

.tw .left-30px{
  left: 30px;
}

.tw .left-31px{
  left: 31px;
}

.tw .left-32px{
  left: 32px;
}

.tw .left-33px{
  left: 33px;
}

.tw .left-34px{
  left: 34px;
}

.tw .left-35px{
  left: 35px;
}

.tw .left-36px{
  left: 36px;
}

.tw .left-37px{
  left: 37px;
}

.tw .left-38px{
  left: 38px;
}

.tw .left-39px{
  left: 39px;
}

.tw .left-40px{
  left: 40px;
}

.tw .-left-0{
  left: 0px;
}

.tw .-left-1{
  left: -5px;
}

.tw .-left-2{
  left: -10px;
}

.tw .-left-3{
  left: -15px;
}

.tw .-left-4{
  left: -20px;
}

.tw .-left-5{
  left: -25px;
}

.tw .-left-6{
  left: -30px;
}

.tw .-left-7{
  left: -35px;
}

.tw .-left-8{
  left: -40px;
}

.tw .-left-9{
  left: -45px;
}

.tw .-left-10{
  left: -50px;
}

.tw .-left-11{
  left: -55px;
}

.tw .-left-12{
  left: -60px;
}

.tw .-left-13{
  left: -65px;
}

.tw .-left-14{
  left: -70px;
}

.tw .-left-15{
  left: -75px;
}

.tw .-left-16{
  left: -80px;
}

.tw .-left-17{
  left: -85px;
}

.tw .-left-18{
  left: -90px;
}

.tw .-left-19{
  left: -95px;
}

.tw .-left-20{
  left: -100px;
}

.tw .-left-21{
  left: -105px;
}

.tw .-left-22{
  left: -110px;
}

.tw .-left-23{
  left: -115px;
}

.tw .-left-24{
  left: -120px;
}

.tw .-left-25{
  left: -125px;
}

.tw .-left-26{
  left: -130px;
}

.tw .-left-27{
  left: -135px;
}

.tw .-left-28{
  left: -140px;
}

.tw .-left-29{
  left: -145px;
}

.tw .-left-30{
  left: -150px;
}

.tw .-left-31{
  left: -155px;
}

.tw .-left-32{
  left: -160px;
}

.tw .-left-33{
  left: -165px;
}

.tw .-left-34{
  left: -170px;
}

.tw .-left-35{
  left: -175px;
}

.tw .-left-36{
  left: -180px;
}

.tw .-left-37{
  left: -185px;
}

.tw .-left-38{
  left: -190px;
}

.tw .-left-39{
  left: -195px;
}

.tw .-left-40{
  left: -200px;
}

.tw .-left-41{
  left: -205px;
}

.tw .-left-42{
  left: -210px;
}

.tw .-left-43{
  left: -215px;
}

.tw .-left-44{
  left: -220px;
}

.tw .-left-45{
  left: -225px;
}

.tw .-left-46{
  left: -230px;
}

.tw .-left-47{
  left: -235px;
}

.tw .-left-48{
  left: -240px;
}

.tw .-left-49{
  left: -245px;
}

.tw .-left-50{
  left: -250px;
}

.tw .-left-51{
  left: -255px;
}

.tw .-left-52{
  left: -260px;
}

.tw .-left-53{
  left: -265px;
}

.tw .-left-54{
  left: -270px;
}

.tw .-left-55{
  left: -275px;
}

.tw .-left-56{
  left: -280px;
}

.tw .-left-57{
  left: -285px;
}

.tw .-left-58{
  left: -290px;
}

.tw .-left-59{
  left: -295px;
}

.tw .-left-60{
  left: -300px;
}

.tw .-left-61{
  left: -305px;
}

.tw .-left-62{
  left: -310px;
}

.tw .-left-63{
  left: -315px;
}

.tw .-left-64{
  left: -320px;
}

.tw .-left-65{
  left: -325px;
}

.tw .-left-66{
  left: -330px;
}

.tw .-left-67{
  left: -335px;
}

.tw .-left-68{
  left: -340px;
}

.tw .-left-69{
  left: -345px;
}

.tw .-left-70{
  left: -350px;
}

.tw .-left-71{
  left: -355px;
}

.tw .-left-72{
  left: -360px;
}

.tw .-left-73{
  left: -365px;
}

.tw .-left-74{
  left: -370px;
}

.tw .-left-75{
  left: -375px;
}

.tw .-left-76{
  left: -380px;
}

.tw .-left-77{
  left: -385px;
}

.tw .-left-78{
  left: -390px;
}

.tw .-left-79{
  left: -395px;
}

.tw .-left-80{
  left: -400px;
}

.tw .-left-81{
  left: -405px;
}

.tw .-left-82{
  left: -410px;
}

.tw .-left-83{
  left: -415px;
}

.tw .-left-84{
  left: -420px;
}

.tw .-left-85{
  left: -425px;
}

.tw .-left-86{
  left: -430px;
}

.tw .-left-87{
  left: -435px;
}

.tw .-left-88{
  left: -440px;
}

.tw .-left-89{
  left: -445px;
}

.tw .-left-90{
  left: -450px;
}

.tw .-left-91{
  left: -455px;
}

.tw .-left-92{
  left: -460px;
}

.tw .-left-93{
  left: -465px;
}

.tw .-left-94{
  left: -470px;
}

.tw .-left-95{
  left: -475px;
}

.tw .-left-96{
  left: -480px;
}

.tw .-left-97{
  left: -485px;
}

.tw .-left-98{
  left: -490px;
}

.tw .-left-99{
  left: -495px;
}

.tw .-left-100{
  left: -500px;
}

.tw .-left-101{
  left: -505px;
}

.tw .-left-102{
  left: -510px;
}

.tw .-left-103{
  left: -515px;
}

.tw .-left-104{
  left: -520px;
}

.tw .-left-105{
  left: -525px;
}

.tw .-left-106{
  left: -530px;
}

.tw .-left-107{
  left: -535px;
}

.tw .-left-108{
  left: -540px;
}

.tw .-left-109{
  left: -545px;
}

.tw .-left-110{
  left: -550px;
}

.tw .-left-111{
  left: -555px;
}

.tw .-left-112{
  left: -560px;
}

.tw .-left-113{
  left: -565px;
}

.tw .-left-114{
  left: -570px;
}

.tw .-left-115{
  left: -575px;
}

.tw .-left-116{
  left: -580px;
}

.tw .-left-117{
  left: -585px;
}

.tw .-left-118{
  left: -590px;
}

.tw .-left-119{
  left: -595px;
}

.tw .-left-120{
  left: -600px;
}

.tw .-left-121{
  left: -605px;
}

.tw .-left-122{
  left: -610px;
}

.tw .-left-123{
  left: -615px;
}

.tw .-left-124{
  left: -620px;
}

.tw .-left-125{
  left: -625px;
}

.tw .-left-126{
  left: -630px;
}

.tw .-left-127{
  left: -635px;
}

.tw .-left-128{
  left: -640px;
}

.tw .-left-129{
  left: -645px;
}

.tw .-left-130{
  left: -650px;
}

.tw .-left-131{
  left: -655px;
}

.tw .-left-132{
  left: -660px;
}

.tw .-left-133{
  left: -665px;
}

.tw .-left-134{
  left: -670px;
}

.tw .-left-135{
  left: -675px;
}

.tw .-left-136{
  left: -680px;
}

.tw .-left-137{
  left: -685px;
}

.tw .-left-138{
  left: -690px;
}

.tw .-left-139{
  left: -695px;
}

.tw .-left-140{
  left: -700px;
}

.tw .-left-141{
  left: -705px;
}

.tw .-left-142{
  left: -710px;
}

.tw .-left-143{
  left: -715px;
}

.tw .-left-144{
  left: -720px;
}

.tw .-left-145{
  left: -725px;
}

.tw .-left-146{
  left: -730px;
}

.tw .-left-147{
  left: -735px;
}

.tw .-left-148{
  left: -740px;
}

.tw .-left-149{
  left: -745px;
}

.tw .-left-0\.5{
  left: -3px;
}

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

.tw .-left-2px{
  left: -2px;
}

.tw .-left-3px{
  left: -3px;
}

.tw .-left-4px{
  left: -4px;
}

.tw .-left-5px{
  left: -5px;
}

.tw .-left-6px{
  left: -6px;
}

.tw .-left-7px{
  left: -7px;
}

.tw .-left-8px{
  left: -8px;
}

.tw .-left-9px{
  left: -9px;
}

.tw .-left-10px{
  left: -10px;
}

.tw .-left-11px{
  left: -11px;
}

.tw .-left-12px{
  left: -12px;
}

.tw .-left-13px{
  left: -13px;
}

.tw .-left-14px{
  left: -14px;
}

.tw .-left-15px{
  left: -15px;
}

.tw .-left-16px{
  left: -16px;
}

.tw .-left-17px{
  left: -17px;
}

.tw .-left-18px{
  left: -18px;
}

.tw .-left-19px{
  left: -19px;
}

.tw .-left-20px{
  left: -20px;
}

.tw .-left-21px{
  left: -21px;
}

.tw .-left-22px{
  left: -22px;
}

.tw .-left-23px{
  left: -23px;
}

.tw .-left-24px{
  left: -24px;
}

.tw .-left-25px{
  left: -25px;
}

.tw .-left-26px{
  left: -26px;
}

.tw .-left-27px{
  left: -27px;
}

.tw .-left-28px{
  left: -28px;
}

.tw .-left-29px{
  left: -29px;
}

.tw .-left-30px{
  left: -30px;
}

.tw .-left-31px{
  left: -31px;
}

.tw .-left-32px{
  left: -32px;
}

.tw .-left-33px{
  left: -33px;
}

.tw .-left-34px{
  left: -34px;
}

.tw .-left-35px{
  left: -35px;
}

.tw .-left-36px{
  left: -36px;
}

.tw .-left-37px{
  left: -37px;
}

.tw .-left-38px{
  left: -38px;
}

.tw .-left-39px{
  left: -39px;
}

.tw .-left-40px{
  left: -40px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.tw .isolate{
  isolation: isolate;
}

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

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

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

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

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

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

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

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

.tw .z-panel{
  z-index: 10;
}

.tw .z-pin{
  z-index: 20;
}

.tw .z-modal{
  z-index: 30;
}

.tw .z-menu{
  z-index: 40;
}

.tw .z-tooltip{
  z-index: 50;
}

.tw .z-max{
  z-index: 2147483647;
}

.tw .hover\:z-0:hover{
  z-index: 0;
}

.tw .hover\:z-10:hover{
  z-index: 10;
}

.tw .hover\:z-20:hover{
  z-index: 20;
}

.tw .hover\:z-30:hover{
  z-index: 30;
}

.tw .hover\:z-40:hover{
  z-index: 40;
}

.tw .hover\:z-50:hover{
  z-index: 50;
}

.tw .hover\:z-auto:hover{
  z-index: auto;
}

.tw .hover\:z-panel:hover{
  z-index: 10;
}

.tw .hover\:z-pin:hover{
  z-index: 20;
}

.tw .hover\:z-modal:hover{
  z-index: 30;
}

.tw .hover\:z-menu:hover{
  z-index: 40;
}

.tw .hover\:z-tooltip:hover{
  z-index: 50;
}

.tw .hover\:z-max:hover{
  z-index: 2147483647;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.tw .float-right{
  float: right;
}

.tw .float-left{
  float: left;
}

.tw .float-none{
  float: none;
}

.tw .clear-left{
  clear: left;
}

.tw .clear-right{
  clear: right;
}

.tw .clear-both{
  clear: both;
}

.tw .clear-none{
  clear: none;
}

.tw .m-0{
  margin: 0px;
}

.tw .m-1{
  margin: 5px;
}

.tw .m-2{
  margin: 10px;
}

.tw .m-3{
  margin: 15px;
}

.tw .m-4{
  margin: 20px;
}

.tw .m-5{
  margin: 25px;
}

.tw .m-6{
  margin: 30px;
}

.tw .m-7{
  margin: 35px;
}

.tw .m-8{
  margin: 40px;
}

.tw .m-9{
  margin: 45px;
}

.tw .m-10{
  margin: 50px;
}

.tw .m-11{
  margin: 55px;
}

.tw .m-12{
  margin: 60px;
}

.tw .m-13{
  margin: 65px;
}

.tw .m-14{
  margin: 70px;
}

.tw .m-15{
  margin: 75px;
}

.tw .m-16{
  margin: 80px;
}

.tw .m-17{
  margin: 85px;
}

.tw .m-18{
  margin: 90px;
}

.tw .m-19{
  margin: 95px;
}

.tw .m-20{
  margin: 100px;
}

.tw .m-21{
  margin: 105px;
}

.tw .m-22{
  margin: 110px;
}

.tw .m-23{
  margin: 115px;
}

.tw .m-24{
  margin: 120px;
}

.tw .m-25{
  margin: 125px;
}

.tw .m-26{
  margin: 130px;
}

.tw .m-27{
  margin: 135px;
}

.tw .m-28{
  margin: 140px;
}

.tw .m-29{
  margin: 145px;
}

.tw .m-30{
  margin: 150px;
}

.tw .m-31{
  margin: 155px;
}

.tw .m-32{
  margin: 160px;
}

.tw .m-33{
  margin: 165px;
}

.tw .m-34{
  margin: 170px;
}

.tw .m-35{
  margin: 175px;
}

.tw .m-36{
  margin: 180px;
}

.tw .m-37{
  margin: 185px;
}

.tw .m-38{
  margin: 190px;
}

.tw .m-39{
  margin: 195px;
}

.tw .m-40{
  margin: 200px;
}

.tw .m-41{
  margin: 205px;
}

.tw .m-42{
  margin: 210px;
}

.tw .m-43{
  margin: 215px;
}

.tw .m-44{
  margin: 220px;
}

.tw .m-45{
  margin: 225px;
}

.tw .m-46{
  margin: 230px;
}

.tw .m-47{
  margin: 235px;
}

.tw .m-48{
  margin: 240px;
}

.tw .m-49{
  margin: 245px;
}

.tw .m-50{
  margin: 250px;
}

.tw .m-51{
  margin: 255px;
}

.tw .m-52{
  margin: 260px;
}

.tw .m-53{
  margin: 265px;
}

.tw .m-54{
  margin: 270px;
}

.tw .m-55{
  margin: 275px;
}

.tw .m-56{
  margin: 280px;
}

.tw .m-57{
  margin: 285px;
}

.tw .m-58{
  margin: 290px;
}

.tw .m-59{
  margin: 295px;
}

.tw .m-60{
  margin: 300px;
}

.tw .m-61{
  margin: 305px;
}

.tw .m-62{
  margin: 310px;
}

.tw .m-63{
  margin: 315px;
}

.tw .m-64{
  margin: 320px;
}

.tw .m-65{
  margin: 325px;
}

.tw .m-66{
  margin: 330px;
}

.tw .m-67{
  margin: 335px;
}

.tw .m-68{
  margin: 340px;
}

.tw .m-69{
  margin: 345px;
}

.tw .m-70{
  margin: 350px;
}

.tw .m-71{
  margin: 355px;
}

.tw .m-72{
  margin: 360px;
}

.tw .m-73{
  margin: 365px;
}

.tw .m-74{
  margin: 370px;
}

.tw .m-75{
  margin: 375px;
}

.tw .m-76{
  margin: 380px;
}

.tw .m-77{
  margin: 385px;
}

.tw .m-78{
  margin: 390px;
}

.tw .m-79{
  margin: 395px;
}

.tw .m-80{
  margin: 400px;
}

.tw .m-81{
  margin: 405px;
}

.tw .m-82{
  margin: 410px;
}

.tw .m-83{
  margin: 415px;
}

.tw .m-84{
  margin: 420px;
}

.tw .m-85{
  margin: 425px;
}

.tw .m-86{
  margin: 430px;
}

.tw .m-87{
  margin: 435px;
}

.tw .m-88{
  margin: 440px;
}

.tw .m-89{
  margin: 445px;
}

.tw .m-90{
  margin: 450px;
}

.tw .m-91{
  margin: 455px;
}

.tw .m-92{
  margin: 460px;
}

.tw .m-93{
  margin: 465px;
}

.tw .m-94{
  margin: 470px;
}

.tw .m-95{
  margin: 475px;
}

.tw .m-96{
  margin: 480px;
}

.tw .m-97{
  margin: 485px;
}

.tw .m-98{
  margin: 490px;
}

.tw .m-99{
  margin: 495px;
}

.tw .m-100{
  margin: 500px;
}

.tw .m-101{
  margin: 505px;
}

.tw .m-102{
  margin: 510px;
}

.tw .m-103{
  margin: 515px;
}

.tw .m-104{
  margin: 520px;
}

.tw .m-105{
  margin: 525px;
}

.tw .m-106{
  margin: 530px;
}

.tw .m-107{
  margin: 535px;
}

.tw .m-108{
  margin: 540px;
}

.tw .m-109{
  margin: 545px;
}

.tw .m-110{
  margin: 550px;
}

.tw .m-111{
  margin: 555px;
}

.tw .m-112{
  margin: 560px;
}

.tw .m-113{
  margin: 565px;
}

.tw .m-114{
  margin: 570px;
}

.tw .m-115{
  margin: 575px;
}

.tw .m-116{
  margin: 580px;
}

.tw .m-117{
  margin: 585px;
}

.tw .m-118{
  margin: 590px;
}

.tw .m-119{
  margin: 595px;
}

.tw .m-120{
  margin: 600px;
}

.tw .m-121{
  margin: 605px;
}

.tw .m-122{
  margin: 610px;
}

.tw .m-123{
  margin: 615px;
}

.tw .m-124{
  margin: 620px;
}

.tw .m-125{
  margin: 625px;
}

.tw .m-126{
  margin: 630px;
}

.tw .m-127{
  margin: 635px;
}

.tw .m-128{
  margin: 640px;
}

.tw .m-129{
  margin: 645px;
}

.tw .m-130{
  margin: 650px;
}

.tw .m-131{
  margin: 655px;
}

.tw .m-132{
  margin: 660px;
}

.tw .m-133{
  margin: 665px;
}

.tw .m-134{
  margin: 670px;
}

.tw .m-135{
  margin: 675px;
}

.tw .m-136{
  margin: 680px;
}

.tw .m-137{
  margin: 685px;
}

.tw .m-138{
  margin: 690px;
}

.tw .m-139{
  margin: 695px;
}

.tw .m-140{
  margin: 700px;
}

.tw .m-141{
  margin: 705px;
}

.tw .m-142{
  margin: 710px;
}

.tw .m-143{
  margin: 715px;
}

.tw .m-144{
  margin: 720px;
}

.tw .m-145{
  margin: 725px;
}

.tw .m-146{
  margin: 730px;
}

.tw .m-147{
  margin: 735px;
}

.tw .m-148{
  margin: 740px;
}

.tw .m-149{
  margin: 745px;
}

.tw .m-auto{
  margin: auto;
}

.tw .m-0\.5{
  margin: 3px;
}

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

.tw .m-2px{
  margin: 2px;
}

.tw .m-3px{
  margin: 3px;
}

.tw .m-4px{
  margin: 4px;
}

.tw .m-5px{
  margin: 5px;
}

.tw .m-6px{
  margin: 6px;
}

.tw .m-7px{
  margin: 7px;
}

.tw .m-8px{
  margin: 8px;
}

.tw .m-9px{
  margin: 9px;
}

.tw .m-10px{
  margin: 10px;
}

.tw .m-11px{
  margin: 11px;
}

.tw .m-12px{
  margin: 12px;
}

.tw .m-13px{
  margin: 13px;
}

.tw .m-14px{
  margin: 14px;
}

.tw .m-15px{
  margin: 15px;
}

.tw .m-16px{
  margin: 16px;
}

.tw .m-17px{
  margin: 17px;
}

.tw .m-18px{
  margin: 18px;
}

.tw .m-19px{
  margin: 19px;
}

.tw .m-20px{
  margin: 20px;
}

.tw .m-21px{
  margin: 21px;
}

.tw .m-22px{
  margin: 22px;
}

.tw .m-23px{
  margin: 23px;
}

.tw .m-24px{
  margin: 24px;
}

.tw .m-25px{
  margin: 25px;
}

.tw .m-26px{
  margin: 26px;
}

.tw .m-27px{
  margin: 27px;
}

.tw .m-28px{
  margin: 28px;
}

.tw .m-29px{
  margin: 29px;
}

.tw .m-30px{
  margin: 30px;
}

.tw .m-31px{
  margin: 31px;
}

.tw .m-32px{
  margin: 32px;
}

.tw .m-33px{
  margin: 33px;
}

.tw .m-34px{
  margin: 34px;
}

.tw .m-35px{
  margin: 35px;
}

.tw .m-36px{
  margin: 36px;
}

.tw .m-37px{
  margin: 37px;
}

.tw .m-38px{
  margin: 38px;
}

.tw .m-39px{
  margin: 39px;
}

.tw .m-40px{
  margin: 40px;
}

.tw .-m-0{
  margin: 0px;
}

.tw .-m-1{
  margin: -5px;
}

.tw .-m-2{
  margin: -10px;
}

.tw .-m-3{
  margin: -15px;
}

.tw .-m-4{
  margin: -20px;
}

.tw .-m-5{
  margin: -25px;
}

.tw .-m-6{
  margin: -30px;
}

.tw .-m-7{
  margin: -35px;
}

.tw .-m-8{
  margin: -40px;
}

.tw .-m-9{
  margin: -45px;
}

.tw .-m-10{
  margin: -50px;
}

.tw .-m-11{
  margin: -55px;
}

.tw .-m-12{
  margin: -60px;
}

.tw .-m-13{
  margin: -65px;
}

.tw .-m-14{
  margin: -70px;
}

.tw .-m-15{
  margin: -75px;
}

.tw .-m-16{
  margin: -80px;
}

.tw .-m-17{
  margin: -85px;
}

.tw .-m-18{
  margin: -90px;
}

.tw .-m-19{
  margin: -95px;
}

.tw .-m-20{
  margin: -100px;
}

.tw .-m-21{
  margin: -105px;
}

.tw .-m-22{
  margin: -110px;
}

.tw .-m-23{
  margin: -115px;
}

.tw .-m-24{
  margin: -120px;
}

.tw .-m-25{
  margin: -125px;
}

.tw .-m-26{
  margin: -130px;
}

.tw .-m-27{
  margin: -135px;
}

.tw .-m-28{
  margin: -140px;
}

.tw .-m-29{
  margin: -145px;
}

.tw .-m-30{
  margin: -150px;
}

.tw .-m-31{
  margin: -155px;
}

.tw .-m-32{
  margin: -160px;
}

.tw .-m-33{
  margin: -165px;
}

.tw .-m-34{
  margin: -170px;
}

.tw .-m-35{
  margin: -175px;
}

.tw .-m-36{
  margin: -180px;
}

.tw .-m-37{
  margin: -185px;
}

.tw .-m-38{
  margin: -190px;
}

.tw .-m-39{
  margin: -195px;
}

.tw .-m-40{
  margin: -200px;
}

.tw .-m-41{
  margin: -205px;
}

.tw .-m-42{
  margin: -210px;
}

.tw .-m-43{
  margin: -215px;
}

.tw .-m-44{
  margin: -220px;
}

.tw .-m-45{
  margin: -225px;
}

.tw .-m-46{
  margin: -230px;
}

.tw .-m-47{
  margin: -235px;
}

.tw .-m-48{
  margin: -240px;
}

.tw .-m-49{
  margin: -245px;
}

.tw .-m-50{
  margin: -250px;
}

.tw .-m-51{
  margin: -255px;
}

.tw .-m-52{
  margin: -260px;
}

.tw .-m-53{
  margin: -265px;
}

.tw .-m-54{
  margin: -270px;
}

.tw .-m-55{
  margin: -275px;
}

.tw .-m-56{
  margin: -280px;
}

.tw .-m-57{
  margin: -285px;
}

.tw .-m-58{
  margin: -290px;
}

.tw .-m-59{
  margin: -295px;
}

.tw .-m-60{
  margin: -300px;
}

.tw .-m-61{
  margin: -305px;
}

.tw .-m-62{
  margin: -310px;
}

.tw .-m-63{
  margin: -315px;
}

.tw .-m-64{
  margin: -320px;
}

.tw .-m-65{
  margin: -325px;
}

.tw .-m-66{
  margin: -330px;
}

.tw .-m-67{
  margin: -335px;
}

.tw .-m-68{
  margin: -340px;
}

.tw .-m-69{
  margin: -345px;
}

.tw .-m-70{
  margin: -350px;
}

.tw .-m-71{
  margin: -355px;
}

.tw .-m-72{
  margin: -360px;
}

.tw .-m-73{
  margin: -365px;
}

.tw .-m-74{
  margin: -370px;
}

.tw .-m-75{
  margin: -375px;
}

.tw .-m-76{
  margin: -380px;
}

.tw .-m-77{
  margin: -385px;
}

.tw .-m-78{
  margin: -390px;
}

.tw .-m-79{
  margin: -395px;
}

.tw .-m-80{
  margin: -400px;
}

.tw .-m-81{
  margin: -405px;
}

.tw .-m-82{
  margin: -410px;
}

.tw .-m-83{
  margin: -415px;
}

.tw .-m-84{
  margin: -420px;
}

.tw .-m-85{
  margin: -425px;
}

.tw .-m-86{
  margin: -430px;
}

.tw .-m-87{
  margin: -435px;
}

.tw .-m-88{
  margin: -440px;
}

.tw .-m-89{
  margin: -445px;
}

.tw .-m-90{
  margin: -450px;
}

.tw .-m-91{
  margin: -455px;
}

.tw .-m-92{
  margin: -460px;
}

.tw .-m-93{
  margin: -465px;
}

.tw .-m-94{
  margin: -470px;
}

.tw .-m-95{
  margin: -475px;
}

.tw .-m-96{
  margin: -480px;
}

.tw .-m-97{
  margin: -485px;
}

.tw .-m-98{
  margin: -490px;
}

.tw .-m-99{
  margin: -495px;
}

.tw .-m-100{
  margin: -500px;
}

.tw .-m-101{
  margin: -505px;
}

.tw .-m-102{
  margin: -510px;
}

.tw .-m-103{
  margin: -515px;
}

.tw .-m-104{
  margin: -520px;
}

.tw .-m-105{
  margin: -525px;
}

.tw .-m-106{
  margin: -530px;
}

.tw .-m-107{
  margin: -535px;
}

.tw .-m-108{
  margin: -540px;
}

.tw .-m-109{
  margin: -545px;
}

.tw .-m-110{
  margin: -550px;
}

.tw .-m-111{
  margin: -555px;
}

.tw .-m-112{
  margin: -560px;
}

.tw .-m-113{
  margin: -565px;
}

.tw .-m-114{
  margin: -570px;
}

.tw .-m-115{
  margin: -575px;
}

.tw .-m-116{
  margin: -580px;
}

.tw .-m-117{
  margin: -585px;
}

.tw .-m-118{
  margin: -590px;
}

.tw .-m-119{
  margin: -595px;
}

.tw .-m-120{
  margin: -600px;
}

.tw .-m-121{
  margin: -605px;
}

.tw .-m-122{
  margin: -610px;
}

.tw .-m-123{
  margin: -615px;
}

.tw .-m-124{
  margin: -620px;
}

.tw .-m-125{
  margin: -625px;
}

.tw .-m-126{
  margin: -630px;
}

.tw .-m-127{
  margin: -635px;
}

.tw .-m-128{
  margin: -640px;
}

.tw .-m-129{
  margin: -645px;
}

.tw .-m-130{
  margin: -650px;
}

.tw .-m-131{
  margin: -655px;
}

.tw .-m-132{
  margin: -660px;
}

.tw .-m-133{
  margin: -665px;
}

.tw .-m-134{
  margin: -670px;
}

.tw .-m-135{
  margin: -675px;
}

.tw .-m-136{
  margin: -680px;
}

.tw .-m-137{
  margin: -685px;
}

.tw .-m-138{
  margin: -690px;
}

.tw .-m-139{
  margin: -695px;
}

.tw .-m-140{
  margin: -700px;
}

.tw .-m-141{
  margin: -705px;
}

.tw .-m-142{
  margin: -710px;
}

.tw .-m-143{
  margin: -715px;
}

.tw .-m-144{
  margin: -720px;
}

.tw .-m-145{
  margin: -725px;
}

.tw .-m-146{
  margin: -730px;
}

.tw .-m-147{
  margin: -735px;
}

.tw .-m-148{
  margin: -740px;
}

.tw .-m-149{
  margin: -745px;
}

.tw .-m-0\.5{
  margin: -3px;
}

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

.tw .-m-2px{
  margin: -2px;
}

.tw .-m-3px{
  margin: -3px;
}

.tw .-m-4px{
  margin: -4px;
}

.tw .-m-5px{
  margin: -5px;
}

.tw .-m-6px{
  margin: -6px;
}

.tw .-m-7px{
  margin: -7px;
}

.tw .-m-8px{
  margin: -8px;
}

.tw .-m-9px{
  margin: -9px;
}

.tw .-m-10px{
  margin: -10px;
}

.tw .-m-11px{
  margin: -11px;
}

.tw .-m-12px{
  margin: -12px;
}

.tw .-m-13px{
  margin: -13px;
}

.tw .-m-14px{
  margin: -14px;
}

.tw .-m-15px{
  margin: -15px;
}

.tw .-m-16px{
  margin: -16px;
}

.tw .-m-17px{
  margin: -17px;
}

.tw .-m-18px{
  margin: -18px;
}

.tw .-m-19px{
  margin: -19px;
}

.tw .-m-20px{
  margin: -20px;
}

.tw .-m-21px{
  margin: -21px;
}

.tw .-m-22px{
  margin: -22px;
}

.tw .-m-23px{
  margin: -23px;
}

.tw .-m-24px{
  margin: -24px;
}

.tw .-m-25px{
  margin: -25px;
}

.tw .-m-26px{
  margin: -26px;
}

.tw .-m-27px{
  margin: -27px;
}

.tw .-m-28px{
  margin: -28px;
}

.tw .-m-29px{
  margin: -29px;
}

.tw .-m-30px{
  margin: -30px;
}

.tw .-m-31px{
  margin: -31px;
}

.tw .-m-32px{
  margin: -32px;
}

.tw .-m-33px{
  margin: -33px;
}

.tw .-m-34px{
  margin: -34px;
}

.tw .-m-35px{
  margin: -35px;
}

.tw .-m-36px{
  margin: -36px;
}

.tw .-m-37px{
  margin: -37px;
}

.tw .-m-38px{
  margin: -38px;
}

.tw .-m-39px{
  margin: -39px;
}

.tw .-m-40px{
  margin: -40px;
}

.tw .last\:m-0:last-child{
  margin: 0px;
}

.tw .last\:m-1:last-child{
  margin: 5px;
}

.tw .last\:m-2:last-child{
  margin: 10px;
}

.tw .last\:m-3:last-child{
  margin: 15px;
}

.tw .last\:m-4:last-child{
  margin: 20px;
}

.tw .last\:m-5:last-child{
  margin: 25px;
}

.tw .last\:m-6:last-child{
  margin: 30px;
}

.tw .last\:m-7:last-child{
  margin: 35px;
}

.tw .last\:m-8:last-child{
  margin: 40px;
}

.tw .last\:m-9:last-child{
  margin: 45px;
}

.tw .last\:m-10:last-child{
  margin: 50px;
}

.tw .last\:m-11:last-child{
  margin: 55px;
}

.tw .last\:m-12:last-child{
  margin: 60px;
}

.tw .last\:m-13:last-child{
  margin: 65px;
}

.tw .last\:m-14:last-child{
  margin: 70px;
}

.tw .last\:m-15:last-child{
  margin: 75px;
}

.tw .last\:m-16:last-child{
  margin: 80px;
}

.tw .last\:m-17:last-child{
  margin: 85px;
}

.tw .last\:m-18:last-child{
  margin: 90px;
}

.tw .last\:m-19:last-child{
  margin: 95px;
}

.tw .last\:m-20:last-child{
  margin: 100px;
}

.tw .last\:m-21:last-child{
  margin: 105px;
}

.tw .last\:m-22:last-child{
  margin: 110px;
}

.tw .last\:m-23:last-child{
  margin: 115px;
}

.tw .last\:m-24:last-child{
  margin: 120px;
}

.tw .last\:m-25:last-child{
  margin: 125px;
}

.tw .last\:m-26:last-child{
  margin: 130px;
}

.tw .last\:m-27:last-child{
  margin: 135px;
}

.tw .last\:m-28:last-child{
  margin: 140px;
}

.tw .last\:m-29:last-child{
  margin: 145px;
}

.tw .last\:m-30:last-child{
  margin: 150px;
}

.tw .last\:m-31:last-child{
  margin: 155px;
}

.tw .last\:m-32:last-child{
  margin: 160px;
}

.tw .last\:m-33:last-child{
  margin: 165px;
}

.tw .last\:m-34:last-child{
  margin: 170px;
}

.tw .last\:m-35:last-child{
  margin: 175px;
}

.tw .last\:m-36:last-child{
  margin: 180px;
}

.tw .last\:m-37:last-child{
  margin: 185px;
}

.tw .last\:m-38:last-child{
  margin: 190px;
}

.tw .last\:m-39:last-child{
  margin: 195px;
}

.tw .last\:m-40:last-child{
  margin: 200px;
}

.tw .last\:m-41:last-child{
  margin: 205px;
}

.tw .last\:m-42:last-child{
  margin: 210px;
}

.tw .last\:m-43:last-child{
  margin: 215px;
}

.tw .last\:m-44:last-child{
  margin: 220px;
}

.tw .last\:m-45:last-child{
  margin: 225px;
}

.tw .last\:m-46:last-child{
  margin: 230px;
}

.tw .last\:m-47:last-child{
  margin: 235px;
}

.tw .last\:m-48:last-child{
  margin: 240px;
}

.tw .last\:m-49:last-child{
  margin: 245px;
}

.tw .last\:m-50:last-child{
  margin: 250px;
}

.tw .last\:m-51:last-child{
  margin: 255px;
}

.tw .last\:m-52:last-child{
  margin: 260px;
}

.tw .last\:m-53:last-child{
  margin: 265px;
}

.tw .last\:m-54:last-child{
  margin: 270px;
}

.tw .last\:m-55:last-child{
  margin: 275px;
}

.tw .last\:m-56:last-child{
  margin: 280px;
}

.tw .last\:m-57:last-child{
  margin: 285px;
}

.tw .last\:m-58:last-child{
  margin: 290px;
}

.tw .last\:m-59:last-child{
  margin: 295px;
}

.tw .last\:m-60:last-child{
  margin: 300px;
}

.tw .last\:m-61:last-child{
  margin: 305px;
}

.tw .last\:m-62:last-child{
  margin: 310px;
}

.tw .last\:m-63:last-child{
  margin: 315px;
}

.tw .last\:m-64:last-child{
  margin: 320px;
}

.tw .last\:m-65:last-child{
  margin: 325px;
}

.tw .last\:m-66:last-child{
  margin: 330px;
}

.tw .last\:m-67:last-child{
  margin: 335px;
}

.tw .last\:m-68:last-child{
  margin: 340px;
}

.tw .last\:m-69:last-child{
  margin: 345px;
}

.tw .last\:m-70:last-child{
  margin: 350px;
}

.tw .last\:m-71:last-child{
  margin: 355px;
}

.tw .last\:m-72:last-child{
  margin: 360px;
}

.tw .last\:m-73:last-child{
  margin: 365px;
}

.tw .last\:m-74:last-child{
  margin: 370px;
}

.tw .last\:m-75:last-child{
  margin: 375px;
}

.tw .last\:m-76:last-child{
  margin: 380px;
}

.tw .last\:m-77:last-child{
  margin: 385px;
}

.tw .last\:m-78:last-child{
  margin: 390px;
}

.tw .last\:m-79:last-child{
  margin: 395px;
}

.tw .last\:m-80:last-child{
  margin: 400px;
}

.tw .last\:m-81:last-child{
  margin: 405px;
}

.tw .last\:m-82:last-child{
  margin: 410px;
}

.tw .last\:m-83:last-child{
  margin: 415px;
}

.tw .last\:m-84:last-child{
  margin: 420px;
}

.tw .last\:m-85:last-child{
  margin: 425px;
}

.tw .last\:m-86:last-child{
  margin: 430px;
}

.tw .last\:m-87:last-child{
  margin: 435px;
}

.tw .last\:m-88:last-child{
  margin: 440px;
}

.tw .last\:m-89:last-child{
  margin: 445px;
}

.tw .last\:m-90:last-child{
  margin: 450px;
}

.tw .last\:m-91:last-child{
  margin: 455px;
}

.tw .last\:m-92:last-child{
  margin: 460px;
}

.tw .last\:m-93:last-child{
  margin: 465px;
}

.tw .last\:m-94:last-child{
  margin: 470px;
}

.tw .last\:m-95:last-child{
  margin: 475px;
}

.tw .last\:m-96:last-child{
  margin: 480px;
}

.tw .last\:m-97:last-child{
  margin: 485px;
}

.tw .last\:m-98:last-child{
  margin: 490px;
}

.tw .last\:m-99:last-child{
  margin: 495px;
}

.tw .last\:m-100:last-child{
  margin: 500px;
}

.tw .last\:m-101:last-child{
  margin: 505px;
}

.tw .last\:m-102:last-child{
  margin: 510px;
}

.tw .last\:m-103:last-child{
  margin: 515px;
}

.tw .last\:m-104:last-child{
  margin: 520px;
}

.tw .last\:m-105:last-child{
  margin: 525px;
}

.tw .last\:m-106:last-child{
  margin: 530px;
}

.tw .last\:m-107:last-child{
  margin: 535px;
}

.tw .last\:m-108:last-child{
  margin: 540px;
}

.tw .last\:m-109:last-child{
  margin: 545px;
}

.tw .last\:m-110:last-child{
  margin: 550px;
}

.tw .last\:m-111:last-child{
  margin: 555px;
}

.tw .last\:m-112:last-child{
  margin: 560px;
}

.tw .last\:m-113:last-child{
  margin: 565px;
}

.tw .last\:m-114:last-child{
  margin: 570px;
}

.tw .last\:m-115:last-child{
  margin: 575px;
}

.tw .last\:m-116:last-child{
  margin: 580px;
}

.tw .last\:m-117:last-child{
  margin: 585px;
}

.tw .last\:m-118:last-child{
  margin: 590px;
}

.tw .last\:m-119:last-child{
  margin: 595px;
}

.tw .last\:m-120:last-child{
  margin: 600px;
}

.tw .last\:m-121:last-child{
  margin: 605px;
}

.tw .last\:m-122:last-child{
  margin: 610px;
}

.tw .last\:m-123:last-child{
  margin: 615px;
}

.tw .last\:m-124:last-child{
  margin: 620px;
}

.tw .last\:m-125:last-child{
  margin: 625px;
}

.tw .last\:m-126:last-child{
  margin: 630px;
}

.tw .last\:m-127:last-child{
  margin: 635px;
}

.tw .last\:m-128:last-child{
  margin: 640px;
}

.tw .last\:m-129:last-child{
  margin: 645px;
}

.tw .last\:m-130:last-child{
  margin: 650px;
}

.tw .last\:m-131:last-child{
  margin: 655px;
}

.tw .last\:m-132:last-child{
  margin: 660px;
}

.tw .last\:m-133:last-child{
  margin: 665px;
}

.tw .last\:m-134:last-child{
  margin: 670px;
}

.tw .last\:m-135:last-child{
  margin: 675px;
}

.tw .last\:m-136:last-child{
  margin: 680px;
}

.tw .last\:m-137:last-child{
  margin: 685px;
}

.tw .last\:m-138:last-child{
  margin: 690px;
}

.tw .last\:m-139:last-child{
  margin: 695px;
}

.tw .last\:m-140:last-child{
  margin: 700px;
}

.tw .last\:m-141:last-child{
  margin: 705px;
}

.tw .last\:m-142:last-child{
  margin: 710px;
}

.tw .last\:m-143:last-child{
  margin: 715px;
}

.tw .last\:m-144:last-child{
  margin: 720px;
}

.tw .last\:m-145:last-child{
  margin: 725px;
}

.tw .last\:m-146:last-child{
  margin: 730px;
}

.tw .last\:m-147:last-child{
  margin: 735px;
}

.tw .last\:m-148:last-child{
  margin: 740px;
}

.tw .last\:m-149:last-child{
  margin: 745px;
}

.tw .last\:m-auto:last-child{
  margin: auto;
}

.tw .last\:m-0\.5:last-child{
  margin: 3px;
}

.tw .last\:m-1px:last-child{
  margin: 1px;
}

.tw .last\:m-2px:last-child{
  margin: 2px;
}

.tw .last\:m-3px:last-child{
  margin: 3px;
}

.tw .last\:m-4px:last-child{
  margin: 4px;
}

.tw .last\:m-5px:last-child{
  margin: 5px;
}

.tw .last\:m-6px:last-child{
  margin: 6px;
}

.tw .last\:m-7px:last-child{
  margin: 7px;
}

.tw .last\:m-8px:last-child{
  margin: 8px;
}

.tw .last\:m-9px:last-child{
  margin: 9px;
}

.tw .last\:m-10px:last-child{
  margin: 10px;
}

.tw .last\:m-11px:last-child{
  margin: 11px;
}

.tw .last\:m-12px:last-child{
  margin: 12px;
}

.tw .last\:m-13px:last-child{
  margin: 13px;
}

.tw .last\:m-14px:last-child{
  margin: 14px;
}

.tw .last\:m-15px:last-child{
  margin: 15px;
}

.tw .last\:m-16px:last-child{
  margin: 16px;
}

.tw .last\:m-17px:last-child{
  margin: 17px;
}

.tw .last\:m-18px:last-child{
  margin: 18px;
}

.tw .last\:m-19px:last-child{
  margin: 19px;
}

.tw .last\:m-20px:last-child{
  margin: 20px;
}

.tw .last\:m-21px:last-child{
  margin: 21px;
}

.tw .last\:m-22px:last-child{
  margin: 22px;
}

.tw .last\:m-23px:last-child{
  margin: 23px;
}

.tw .last\:m-24px:last-child{
  margin: 24px;
}

.tw .last\:m-25px:last-child{
  margin: 25px;
}

.tw .last\:m-26px:last-child{
  margin: 26px;
}

.tw .last\:m-27px:last-child{
  margin: 27px;
}

.tw .last\:m-28px:last-child{
  margin: 28px;
}

.tw .last\:m-29px:last-child{
  margin: 29px;
}

.tw .last\:m-30px:last-child{
  margin: 30px;
}

.tw .last\:m-31px:last-child{
  margin: 31px;
}

.tw .last\:m-32px:last-child{
  margin: 32px;
}

.tw .last\:m-33px:last-child{
  margin: 33px;
}

.tw .last\:m-34px:last-child{
  margin: 34px;
}

.tw .last\:m-35px:last-child{
  margin: 35px;
}

.tw .last\:m-36px:last-child{
  margin: 36px;
}

.tw .last\:m-37px:last-child{
  margin: 37px;
}

.tw .last\:m-38px:last-child{
  margin: 38px;
}

.tw .last\:m-39px:last-child{
  margin: 39px;
}

.tw .last\:m-40px:last-child{
  margin: 40px;
}

.tw .last\:-m-0:last-child{
  margin: 0px;
}

.tw .last\:-m-1:last-child{
  margin: -5px;
}

.tw .last\:-m-2:last-child{
  margin: -10px;
}

.tw .last\:-m-3:last-child{
  margin: -15px;
}

.tw .last\:-m-4:last-child{
  margin: -20px;
}

.tw .last\:-m-5:last-child{
  margin: -25px;
}

.tw .last\:-m-6:last-child{
  margin: -30px;
}

.tw .last\:-m-7:last-child{
  margin: -35px;
}

.tw .last\:-m-8:last-child{
  margin: -40px;
}

.tw .last\:-m-9:last-child{
  margin: -45px;
}

.tw .last\:-m-10:last-child{
  margin: -50px;
}

.tw .last\:-m-11:last-child{
  margin: -55px;
}

.tw .last\:-m-12:last-child{
  margin: -60px;
}

.tw .last\:-m-13:last-child{
  margin: -65px;
}

.tw .last\:-m-14:last-child{
  margin: -70px;
}

.tw .last\:-m-15:last-child{
  margin: -75px;
}

.tw .last\:-m-16:last-child{
  margin: -80px;
}

.tw .last\:-m-17:last-child{
  margin: -85px;
}

.tw .last\:-m-18:last-child{
  margin: -90px;
}

.tw .last\:-m-19:last-child{
  margin: -95px;
}

.tw .last\:-m-20:last-child{
  margin: -100px;
}

.tw .last\:-m-21:last-child{
  margin: -105px;
}

.tw .last\:-m-22:last-child{
  margin: -110px;
}

.tw .last\:-m-23:last-child{
  margin: -115px;
}

.tw .last\:-m-24:last-child{
  margin: -120px;
}

.tw .last\:-m-25:last-child{
  margin: -125px;
}

.tw .last\:-m-26:last-child{
  margin: -130px;
}

.tw .last\:-m-27:last-child{
  margin: -135px;
}

.tw .last\:-m-28:last-child{
  margin: -140px;
}

.tw .last\:-m-29:last-child{
  margin: -145px;
}

.tw .last\:-m-30:last-child{
  margin: -150px;
}

.tw .last\:-m-31:last-child{
  margin: -155px;
}

.tw .last\:-m-32:last-child{
  margin: -160px;
}

.tw .last\:-m-33:last-child{
  margin: -165px;
}

.tw .last\:-m-34:last-child{
  margin: -170px;
}

.tw .last\:-m-35:last-child{
  margin: -175px;
}

.tw .last\:-m-36:last-child{
  margin: -180px;
}

.tw .last\:-m-37:last-child{
  margin: -185px;
}

.tw .last\:-m-38:last-child{
  margin: -190px;
}

.tw .last\:-m-39:last-child{
  margin: -195px;
}

.tw .last\:-m-40:last-child{
  margin: -200px;
}

.tw .last\:-m-41:last-child{
  margin: -205px;
}

.tw .last\:-m-42:last-child{
  margin: -210px;
}

.tw .last\:-m-43:last-child{
  margin: -215px;
}

.tw .last\:-m-44:last-child{
  margin: -220px;
}

.tw .last\:-m-45:last-child{
  margin: -225px;
}

.tw .last\:-m-46:last-child{
  margin: -230px;
}

.tw .last\:-m-47:last-child{
  margin: -235px;
}

.tw .last\:-m-48:last-child{
  margin: -240px;
}

.tw .last\:-m-49:last-child{
  margin: -245px;
}

.tw .last\:-m-50:last-child{
  margin: -250px;
}

.tw .last\:-m-51:last-child{
  margin: -255px;
}

.tw .last\:-m-52:last-child{
  margin: -260px;
}

.tw .last\:-m-53:last-child{
  margin: -265px;
}

.tw .last\:-m-54:last-child{
  margin: -270px;
}

.tw .last\:-m-55:last-child{
  margin: -275px;
}

.tw .last\:-m-56:last-child{
  margin: -280px;
}

.tw .last\:-m-57:last-child{
  margin: -285px;
}

.tw .last\:-m-58:last-child{
  margin: -290px;
}

.tw .last\:-m-59:last-child{
  margin: -295px;
}

.tw .last\:-m-60:last-child{
  margin: -300px;
}

.tw .last\:-m-61:last-child{
  margin: -305px;
}

.tw .last\:-m-62:last-child{
  margin: -310px;
}

.tw .last\:-m-63:last-child{
  margin: -315px;
}

.tw .last\:-m-64:last-child{
  margin: -320px;
}

.tw .last\:-m-65:last-child{
  margin: -325px;
}

.tw .last\:-m-66:last-child{
  margin: -330px;
}

.tw .last\:-m-67:last-child{
  margin: -335px;
}

.tw .last\:-m-68:last-child{
  margin: -340px;
}

.tw .last\:-m-69:last-child{
  margin: -345px;
}

.tw .last\:-m-70:last-child{
  margin: -350px;
}

.tw .last\:-m-71:last-child{
  margin: -355px;
}

.tw .last\:-m-72:last-child{
  margin: -360px;
}

.tw .last\:-m-73:last-child{
  margin: -365px;
}

.tw .last\:-m-74:last-child{
  margin: -370px;
}

.tw .last\:-m-75:last-child{
  margin: -375px;
}

.tw .last\:-m-76:last-child{
  margin: -380px;
}

.tw .last\:-m-77:last-child{
  margin: -385px;
}

.tw .last\:-m-78:last-child{
  margin: -390px;
}

.tw .last\:-m-79:last-child{
  margin: -395px;
}

.tw .last\:-m-80:last-child{
  margin: -400px;
}

.tw .last\:-m-81:last-child{
  margin: -405px;
}

.tw .last\:-m-82:last-child{
  margin: -410px;
}

.tw .last\:-m-83:last-child{
  margin: -415px;
}

.tw .last\:-m-84:last-child{
  margin: -420px;
}

.tw .last\:-m-85:last-child{
  margin: -425px;
}

.tw .last\:-m-86:last-child{
  margin: -430px;
}

.tw .last\:-m-87:last-child{
  margin: -435px;
}

.tw .last\:-m-88:last-child{
  margin: -440px;
}

.tw .last\:-m-89:last-child{
  margin: -445px;
}

.tw .last\:-m-90:last-child{
  margin: -450px;
}

.tw .last\:-m-91:last-child{
  margin: -455px;
}

.tw .last\:-m-92:last-child{
  margin: -460px;
}

.tw .last\:-m-93:last-child{
  margin: -465px;
}

.tw .last\:-m-94:last-child{
  margin: -470px;
}

.tw .last\:-m-95:last-child{
  margin: -475px;
}

.tw .last\:-m-96:last-child{
  margin: -480px;
}

.tw .last\:-m-97:last-child{
  margin: -485px;
}

.tw .last\:-m-98:last-child{
  margin: -490px;
}

.tw .last\:-m-99:last-child{
  margin: -495px;
}

.tw .last\:-m-100:last-child{
  margin: -500px;
}

.tw .last\:-m-101:last-child{
  margin: -505px;
}

.tw .last\:-m-102:last-child{
  margin: -510px;
}

.tw .last\:-m-103:last-child{
  margin: -515px;
}

.tw .last\:-m-104:last-child{
  margin: -520px;
}

.tw .last\:-m-105:last-child{
  margin: -525px;
}

.tw .last\:-m-106:last-child{
  margin: -530px;
}

.tw .last\:-m-107:last-child{
  margin: -535px;
}

.tw .last\:-m-108:last-child{
  margin: -540px;
}

.tw .last\:-m-109:last-child{
  margin: -545px;
}

.tw .last\:-m-110:last-child{
  margin: -550px;
}

.tw .last\:-m-111:last-child{
  margin: -555px;
}

.tw .last\:-m-112:last-child{
  margin: -560px;
}

.tw .last\:-m-113:last-child{
  margin: -565px;
}

.tw .last\:-m-114:last-child{
  margin: -570px;
}

.tw .last\:-m-115:last-child{
  margin: -575px;
}

.tw .last\:-m-116:last-child{
  margin: -580px;
}

.tw .last\:-m-117:last-child{
  margin: -585px;
}

.tw .last\:-m-118:last-child{
  margin: -590px;
}

.tw .last\:-m-119:last-child{
  margin: -595px;
}

.tw .last\:-m-120:last-child{
  margin: -600px;
}

.tw .last\:-m-121:last-child{
  margin: -605px;
}

.tw .last\:-m-122:last-child{
  margin: -610px;
}

.tw .last\:-m-123:last-child{
  margin: -615px;
}

.tw .last\:-m-124:last-child{
  margin: -620px;
}

.tw .last\:-m-125:last-child{
  margin: -625px;
}

.tw .last\:-m-126:last-child{
  margin: -630px;
}

.tw .last\:-m-127:last-child{
  margin: -635px;
}

.tw .last\:-m-128:last-child{
  margin: -640px;
}

.tw .last\:-m-129:last-child{
  margin: -645px;
}

.tw .last\:-m-130:last-child{
  margin: -650px;
}

.tw .last\:-m-131:last-child{
  margin: -655px;
}

.tw .last\:-m-132:last-child{
  margin: -660px;
}

.tw .last\:-m-133:last-child{
  margin: -665px;
}

.tw .last\:-m-134:last-child{
  margin: -670px;
}

.tw .last\:-m-135:last-child{
  margin: -675px;
}

.tw .last\:-m-136:last-child{
  margin: -680px;
}

.tw .last\:-m-137:last-child{
  margin: -685px;
}

.tw .last\:-m-138:last-child{
  margin: -690px;
}

.tw .last\:-m-139:last-child{
  margin: -695px;
}

.tw .last\:-m-140:last-child{
  margin: -700px;
}

.tw .last\:-m-141:last-child{
  margin: -705px;
}

.tw .last\:-m-142:last-child{
  margin: -710px;
}

.tw .last\:-m-143:last-child{
  margin: -715px;
}

.tw .last\:-m-144:last-child{
  margin: -720px;
}

.tw .last\:-m-145:last-child{
  margin: -725px;
}

.tw .last\:-m-146:last-child{
  margin: -730px;
}

.tw .last\:-m-147:last-child{
  margin: -735px;
}

.tw .last\:-m-148:last-child{
  margin: -740px;
}

.tw .last\:-m-149:last-child{
  margin: -745px;
}

.tw .last\:-m-0\.5:last-child{
  margin: -3px;
}

.tw .last\:-m-1px:last-child{
  margin: -1px;
}

.tw .last\:-m-2px:last-child{
  margin: -2px;
}

.tw .last\:-m-3px:last-child{
  margin: -3px;
}

.tw .last\:-m-4px:last-child{
  margin: -4px;
}

.tw .last\:-m-5px:last-child{
  margin: -5px;
}

.tw .last\:-m-6px:last-child{
  margin: -6px;
}

.tw .last\:-m-7px:last-child{
  margin: -7px;
}

.tw .last\:-m-8px:last-child{
  margin: -8px;
}

.tw .last\:-m-9px:last-child{
  margin: -9px;
}

.tw .last\:-m-10px:last-child{
  margin: -10px;
}

.tw .last\:-m-11px:last-child{
  margin: -11px;
}

.tw .last\:-m-12px:last-child{
  margin: -12px;
}

.tw .last\:-m-13px:last-child{
  margin: -13px;
}

.tw .last\:-m-14px:last-child{
  margin: -14px;
}

.tw .last\:-m-15px:last-child{
  margin: -15px;
}

.tw .last\:-m-16px:last-child{
  margin: -16px;
}

.tw .last\:-m-17px:last-child{
  margin: -17px;
}

.tw .last\:-m-18px:last-child{
  margin: -18px;
}

.tw .last\:-m-19px:last-child{
  margin: -19px;
}

.tw .last\:-m-20px:last-child{
  margin: -20px;
}

.tw .last\:-m-21px:last-child{
  margin: -21px;
}

.tw .last\:-m-22px:last-child{
  margin: -22px;
}

.tw .last\:-m-23px:last-child{
  margin: -23px;
}

.tw .last\:-m-24px:last-child{
  margin: -24px;
}

.tw .last\:-m-25px:last-child{
  margin: -25px;
}

.tw .last\:-m-26px:last-child{
  margin: -26px;
}

.tw .last\:-m-27px:last-child{
  margin: -27px;
}

.tw .last\:-m-28px:last-child{
  margin: -28px;
}

.tw .last\:-m-29px:last-child{
  margin: -29px;
}

.tw .last\:-m-30px:last-child{
  margin: -30px;
}

.tw .last\:-m-31px:last-child{
  margin: -31px;
}

.tw .last\:-m-32px:last-child{
  margin: -32px;
}

.tw .last\:-m-33px:last-child{
  margin: -33px;
}

.tw .last\:-m-34px:last-child{
  margin: -34px;
}

.tw .last\:-m-35px:last-child{
  margin: -35px;
}

.tw .last\:-m-36px:last-child{
  margin: -36px;
}

.tw .last\:-m-37px:last-child{
  margin: -37px;
}

.tw .last\:-m-38px:last-child{
  margin: -38px;
}

.tw .last\:-m-39px:last-child{
  margin: -39px;
}

.tw .last\:-m-40px:last-child{
  margin: -40px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.tw .mx-17{
  margin-left: 85px;
  margin-right: 85px;
}

.tw .mx-18{
  margin-left: 90px;
  margin-right: 90px;
}

.tw .mx-19{
  margin-left: 95px;
  margin-right: 95px;
}

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

.tw .mx-21{
  margin-left: 105px;
  margin-right: 105px;
}

.tw .mx-22{
  margin-left: 110px;
  margin-right: 110px;
}

.tw .mx-23{
  margin-left: 115px;
  margin-right: 115px;
}

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

.tw .mx-25{
  margin-left: 125px;
  margin-right: 125px;
}

.tw .mx-26{
  margin-left: 130px;
  margin-right: 130px;
}

.tw .mx-27{
  margin-left: 135px;
  margin-right: 135px;
}

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

.tw .mx-29{
  margin-left: 145px;
  margin-right: 145px;
}

.tw .mx-30{
  margin-left: 150px;
  margin-right: 150px;
}

.tw .mx-31{
  margin-left: 155px;
  margin-right: 155px;
}

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

.tw .mx-33{
  margin-left: 165px;
  margin-right: 165px;
}

.tw .mx-34{
  margin-left: 170px;
  margin-right: 170px;
}

.tw .mx-35{
  margin-left: 175px;
  margin-right: 175px;
}

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

.tw .mx-37{
  margin-left: 185px;
  margin-right: 185px;
}

.tw .mx-38{
  margin-left: 190px;
  margin-right: 190px;
}

.tw .mx-39{
  margin-left: 195px;
  margin-right: 195px;
}

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

.tw .mx-41{
  margin-left: 205px;
  margin-right: 205px;
}

.tw .mx-42{
  margin-left: 210px;
  margin-right: 210px;
}

.tw .mx-43{
  margin-left: 215px;
  margin-right: 215px;
}

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

.tw .mx-45{
  margin-left: 225px;
  margin-right: 225px;
}

.tw .mx-46{
  margin-left: 230px;
  margin-right: 230px;
}

.tw .mx-47{
  margin-left: 235px;
  margin-right: 235px;
}

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

.tw .mx-49{
  margin-left: 245px;
  margin-right: 245px;
}

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

.tw .mx-51{
  margin-left: 255px;
  margin-right: 255px;
}

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

.tw .mx-53{
  margin-left: 265px;
  margin-right: 265px;
}

.tw .mx-54{
  margin-left: 270px;
  margin-right: 270px;
}

.tw .mx-55{
  margin-left: 275px;
  margin-right: 275px;
}

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

.tw .mx-57{
  margin-left: 285px;
  margin-right: 285px;
}

.tw .mx-58{
  margin-left: 290px;
  margin-right: 290px;
}

.tw .mx-59{
  margin-left: 295px;
  margin-right: 295px;
}

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

.tw .mx-61{
  margin-left: 305px;
  margin-right: 305px;
}

.tw .mx-62{
  margin-left: 310px;
  margin-right: 310px;
}

.tw .mx-63{
  margin-left: 315px;
  margin-right: 315px;
}

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

.tw .mx-65{
  margin-left: 325px;
  margin-right: 325px;
}

.tw .mx-66{
  margin-left: 330px;
  margin-right: 330px;
}

.tw .mx-67{
  margin-left: 335px;
  margin-right: 335px;
}

.tw .mx-68{
  margin-left: 340px;
  margin-right: 340px;
}

.tw .mx-69{
  margin-left: 345px;
  margin-right: 345px;
}

.tw .mx-70{
  margin-left: 350px;
  margin-right: 350px;
}

.tw .mx-71{
  margin-left: 355px;
  margin-right: 355px;
}

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

.tw .mx-73{
  margin-left: 365px;
  margin-right: 365px;
}

.tw .mx-74{
  margin-left: 370px;
  margin-right: 370px;
}

.tw .mx-75{
  margin-left: 375px;
  margin-right: 375px;
}

.tw .mx-76{
  margin-left: 380px;
  margin-right: 380px;
}

.tw .mx-77{
  margin-left: 385px;
  margin-right: 385px;
}

.tw .mx-78{
  margin-left: 390px;
  margin-right: 390px;
}

.tw .mx-79{
  margin-left: 395px;
  margin-right: 395px;
}

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

.tw .mx-81{
  margin-left: 405px;
  margin-right: 405px;
}

.tw .mx-82{
  margin-left: 410px;
  margin-right: 410px;
}

.tw .mx-83{
  margin-left: 415px;
  margin-right: 415px;
}

.tw .mx-84{
  margin-left: 420px;
  margin-right: 420px;
}

.tw .mx-85{
  margin-left: 425px;
  margin-right: 425px;
}

.tw .mx-86{
  margin-left: 430px;
  margin-right: 430px;
}

.tw .mx-87{
  margin-left: 435px;
  margin-right: 435px;
}

.tw .mx-88{
  margin-left: 440px;
  margin-right: 440px;
}

.tw .mx-89{
  margin-left: 445px;
  margin-right: 445px;
}

.tw .mx-90{
  margin-left: 450px;
  margin-right: 450px;
}

.tw .mx-91{
  margin-left: 455px;
  margin-right: 455px;
}

.tw .mx-92{
  margin-left: 460px;
  margin-right: 460px;
}

.tw .mx-93{
  margin-left: 465px;
  margin-right: 465px;
}

.tw .mx-94{
  margin-left: 470px;
  margin-right: 470px;
}

.tw .mx-95{
  margin-left: 475px;
  margin-right: 475px;
}

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

.tw .mx-97{
  margin-left: 485px;
  margin-right: 485px;
}

.tw .mx-98{
  margin-left: 490px;
  margin-right: 490px;
}

.tw .mx-99{
  margin-left: 495px;
  margin-right: 495px;
}

.tw .mx-100{
  margin-left: 500px;
  margin-right: 500px;
}

.tw .mx-101{
  margin-left: 505px;
  margin-right: 505px;
}

.tw .mx-102{
  margin-left: 510px;
  margin-right: 510px;
}

.tw .mx-103{
  margin-left: 515px;
  margin-right: 515px;
}

.tw .mx-104{
  margin-left: 520px;
  margin-right: 520px;
}

.tw .mx-105{
  margin-left: 525px;
  margin-right: 525px;
}

.tw .mx-106{
  margin-left: 530px;
  margin-right: 530px;
}

.tw .mx-107{
  margin-left: 535px;
  margin-right: 535px;
}

.tw .mx-108{
  margin-left: 540px;
  margin-right: 540px;
}

.tw .mx-109{
  margin-left: 545px;
  margin-right: 545px;
}

.tw .mx-110{
  margin-left: 550px;
  margin-right: 550px;
}

.tw .mx-111{
  margin-left: 555px;
  margin-right: 555px;
}

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

.tw .mx-113{
  margin-left: 565px;
  margin-right: 565px;
}

.tw .mx-114{
  margin-left: 570px;
  margin-right: 570px;
}

.tw .mx-115{
  margin-left: 575px;
  margin-right: 575px;
}

.tw .mx-116{
  margin-left: 580px;
  margin-right: 580px;
}

.tw .mx-117{
  margin-left: 585px;
  margin-right: 585px;
}

.tw .mx-118{
  margin-left: 590px;
  margin-right: 590px;
}

.tw .mx-119{
  margin-left: 595px;
  margin-right: 595px;
}

.tw .mx-120{
  margin-left: 600px;
  margin-right: 600px;
}

.tw .mx-121{
  margin-left: 605px;
  margin-right: 605px;
}

.tw .mx-122{
  margin-left: 610px;
  margin-right: 610px;
}

.tw .mx-123{
  margin-left: 615px;
  margin-right: 615px;
}

.tw .mx-124{
  margin-left: 620px;
  margin-right: 620px;
}

.tw .mx-125{
  margin-left: 625px;
  margin-right: 625px;
}

.tw .mx-126{
  margin-left: 630px;
  margin-right: 630px;
}

.tw .mx-127{
  margin-left: 635px;
  margin-right: 635px;
}

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

.tw .mx-129{
  margin-left: 645px;
  margin-right: 645px;
}

.tw .mx-130{
  margin-left: 650px;
  margin-right: 650px;
}

.tw .mx-131{
  margin-left: 655px;
  margin-right: 655px;
}

.tw .mx-132{
  margin-left: 660px;
  margin-right: 660px;
}

.tw .mx-133{
  margin-left: 665px;
  margin-right: 665px;
}

.tw .mx-134{
  margin-left: 670px;
  margin-right: 670px;
}

.tw .mx-135{
  margin-left: 675px;
  margin-right: 675px;
}

.tw .mx-136{
  margin-left: 680px;
  margin-right: 680px;
}

.tw .mx-137{
  margin-left: 685px;
  margin-right: 685px;
}

.tw .mx-138{
  margin-left: 690px;
  margin-right: 690px;
}

.tw .mx-139{
  margin-left: 695px;
  margin-right: 695px;
}

.tw .mx-140{
  margin-left: 700px;
  margin-right: 700px;
}

.tw .mx-141{
  margin-left: 705px;
  margin-right: 705px;
}

.tw .mx-142{
  margin-left: 710px;
  margin-right: 710px;
}

.tw .mx-143{
  margin-left: 715px;
  margin-right: 715px;
}

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

.tw .mx-145{
  margin-left: 725px;
  margin-right: 725px;
}

.tw .mx-146{
  margin-left: 730px;
  margin-right: 730px;
}

.tw .mx-147{
  margin-left: 735px;
  margin-right: 735px;
}

.tw .mx-148{
  margin-left: 740px;
  margin-right: 740px;
}

.tw .mx-149{
  margin-left: 745px;
  margin-right: 745px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.tw .mx-17px{
  margin-left: 17px;
  margin-right: 17px;
}

.tw .mx-18px{
  margin-left: 18px;
  margin-right: 18px;
}

.tw .mx-19px{
  margin-left: 19px;
  margin-right: 19px;
}

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

.tw .mx-21px{
  margin-left: 21px;
  margin-right: 21px;
}

.tw .mx-22px{
  margin-left: 22px;
  margin-right: 22px;
}

.tw .mx-23px{
  margin-left: 23px;
  margin-right: 23px;
}

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

.tw .mx-25px{
  margin-left: 25px;
  margin-right: 25px;
}

.tw .mx-26px{
  margin-left: 26px;
  margin-right: 26px;
}

.tw .mx-27px{
  margin-left: 27px;
  margin-right: 27px;
}

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

.tw .mx-29px{
  margin-left: 29px;
  margin-right: 29px;
}

.tw .mx-30px{
  margin-left: 30px;
  margin-right: 30px;
}

.tw .mx-31px{
  margin-left: 31px;
  margin-right: 31px;
}

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

.tw .mx-33px{
  margin-left: 33px;
  margin-right: 33px;
}

.tw .mx-34px{
  margin-left: 34px;
  margin-right: 34px;
}

.tw .mx-35px{
  margin-left: 35px;
  margin-right: 35px;
}

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

.tw .mx-37px{
  margin-left: 37px;
  margin-right: 37px;
}

.tw .mx-38px{
  margin-left: 38px;
  margin-right: 38px;
}

.tw .mx-39px{
  margin-left: 39px;
  margin-right: 39px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.tw .-mx-17{
  margin-left: -85px;
  margin-right: -85px;
}

.tw .-mx-18{
  margin-left: -90px;
  margin-right: -90px;
}

.tw .-mx-19{
  margin-left: -95px;
  margin-right: -95px;
}

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

.tw .-mx-21{
  margin-left: -105px;
  margin-right: -105px;
}

.tw .-mx-22{
  margin-left: -110px;
  margin-right: -110px;
}

.tw .-mx-23{
  margin-left: -115px;
  margin-right: -115px;
}

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

.tw .-mx-25{
  margin-left: -125px;
  margin-right: -125px;
}

.tw .-mx-26{
  margin-left: -130px;
  margin-right: -130px;
}

.tw .-mx-27{
  margin-left: -135px;
  margin-right: -135px;
}

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

.tw .-mx-29{
  margin-left: -145px;
  margin-right: -145px;
}

.tw .-mx-30{
  margin-left: -150px;
  margin-right: -150px;
}

.tw .-mx-31{
  margin-left: -155px;
  margin-right: -155px;
}

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

.tw .-mx-33{
  margin-left: -165px;
  margin-right: -165px;
}

.tw .-mx-34{
  margin-left: -170px;
  margin-right: -170px;
}

.tw .-mx-35{
  margin-left: -175px;
  margin-right: -175px;
}

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

.tw .-mx-37{
  margin-left: -185px;
  margin-right: -185px;
}

.tw .-mx-38{
  margin-left: -190px;
  margin-right: -190px;
}

.tw .-mx-39{
  margin-left: -195px;
  margin-right: -195px;
}

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

.tw .-mx-41{
  margin-left: -205px;
  margin-right: -205px;
}

.tw .-mx-42{
  margin-left: -210px;
  margin-right: -210px;
}

.tw .-mx-43{
  margin-left: -215px;
  margin-right: -215px;
}

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

.tw .-mx-45{
  margin-left: -225px;
  margin-right: -225px;
}

.tw .-mx-46{
  margin-left: -230px;
  margin-right: -230px;
}

.tw .-mx-47{
  margin-left: -235px;
  margin-right: -235px;
}

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

.tw .-mx-49{
  margin-left: -245px;
  margin-right: -245px;
}

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

.tw .-mx-51{
  margin-left: -255px;
  margin-right: -255px;
}

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

.tw .-mx-53{
  margin-left: -265px;
  margin-right: -265px;
}

.tw .-mx-54{
  margin-left: -270px;
  margin-right: -270px;
}

.tw .-mx-55{
  margin-left: -275px;
  margin-right: -275px;
}

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

.tw .-mx-57{
  margin-left: -285px;
  margin-right: -285px;
}

.tw .-mx-58{
  margin-left: -290px;
  margin-right: -290px;
}

.tw .-mx-59{
  margin-left: -295px;
  margin-right: -295px;
}

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

.tw .-mx-61{
  margin-left: -305px;
  margin-right: -305px;
}

.tw .-mx-62{
  margin-left: -310px;
  margin-right: -310px;
}

.tw .-mx-63{
  margin-left: -315px;
  margin-right: -315px;
}

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

.tw .-mx-65{
  margin-left: -325px;
  margin-right: -325px;
}

.tw .-mx-66{
  margin-left: -330px;
  margin-right: -330px;
}

.tw .-mx-67{
  margin-left: -335px;
  margin-right: -335px;
}

.tw .-mx-68{
  margin-left: -340px;
  margin-right: -340px;
}

.tw .-mx-69{
  margin-left: -345px;
  margin-right: -345px;
}

.tw .-mx-70{
  margin-left: -350px;
  margin-right: -350px;
}

.tw .-mx-71{
  margin-left: -355px;
  margin-right: -355px;
}

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

.tw .-mx-73{
  margin-left: -365px;
  margin-right: -365px;
}

.tw .-mx-74{
  margin-left: -370px;
  margin-right: -370px;
}

.tw .-mx-75{
  margin-left: -375px;
  margin-right: -375px;
}

.tw .-mx-76{
  margin-left: -380px;
  margin-right: -380px;
}

.tw .-mx-77{
  margin-left: -385px;
  margin-right: -385px;
}

.tw .-mx-78{
  margin-left: -390px;
  margin-right: -390px;
}

.tw .-mx-79{
  margin-left: -395px;
  margin-right: -395px;
}

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

.tw .-mx-81{
  margin-left: -405px;
  margin-right: -405px;
}

.tw .-mx-82{
  margin-left: -410px;
  margin-right: -410px;
}

.tw .-mx-83{
  margin-left: -415px;
  margin-right: -415px;
}

.tw .-mx-84{
  margin-left: -420px;
  margin-right: -420px;
}

.tw .-mx-85{
  margin-left: -425px;
  margin-right: -425px;
}

.tw .-mx-86{
  margin-left: -430px;
  margin-right: -430px;
}

.tw .-mx-87{
  margin-left: -435px;
  margin-right: -435px;
}

.tw .-mx-88{
  margin-left: -440px;
  margin-right: -440px;
}

.tw .-mx-89{
  margin-left: -445px;
  margin-right: -445px;
}

.tw .-mx-90{
  margin-left: -450px;
  margin-right: -450px;
}

.tw .-mx-91{
  margin-left: -455px;
  margin-right: -455px;
}

.tw .-mx-92{
  margin-left: -460px;
  margin-right: -460px;
}

.tw .-mx-93{
  margin-left: -465px;
  margin-right: -465px;
}

.tw .-mx-94{
  margin-left: -470px;
  margin-right: -470px;
}

.tw .-mx-95{
  margin-left: -475px;
  margin-right: -475px;
}

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

.tw .-mx-97{
  margin-left: -485px;
  margin-right: -485px;
}

.tw .-mx-98{
  margin-left: -490px;
  margin-right: -490px;
}

.tw .-mx-99{
  margin-left: -495px;
  margin-right: -495px;
}

.tw .-mx-100{
  margin-left: -500px;
  margin-right: -500px;
}

.tw .-mx-101{
  margin-left: -505px;
  margin-right: -505px;
}

.tw .-mx-102{
  margin-left: -510px;
  margin-right: -510px;
}

.tw .-mx-103{
  margin-left: -515px;
  margin-right: -515px;
}

.tw .-mx-104{
  margin-left: -520px;
  margin-right: -520px;
}

.tw .-mx-105{
  margin-left: -525px;
  margin-right: -525px;
}

.tw .-mx-106{
  margin-left: -530px;
  margin-right: -530px;
}

.tw .-mx-107{
  margin-left: -535px;
  margin-right: -535px;
}

.tw .-mx-108{
  margin-left: -540px;
  margin-right: -540px;
}

.tw .-mx-109{
  margin-left: -545px;
  margin-right: -545px;
}

.tw .-mx-110{
  margin-left: -550px;
  margin-right: -550px;
}

.tw .-mx-111{
  margin-left: -555px;
  margin-right: -555px;
}

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

.tw .-mx-113{
  margin-left: -565px;
  margin-right: -565px;
}

.tw .-mx-114{
  margin-left: -570px;
  margin-right: -570px;
}

.tw .-mx-115{
  margin-left: -575px;
  margin-right: -575px;
}

.tw .-mx-116{
  margin-left: -580px;
  margin-right: -580px;
}

.tw .-mx-117{
  margin-left: -585px;
  margin-right: -585px;
}

.tw .-mx-118{
  margin-left: -590px;
  margin-right: -590px;
}

.tw .-mx-119{
  margin-left: -595px;
  margin-right: -595px;
}

.tw .-mx-120{
  margin-left: -600px;
  margin-right: -600px;
}

.tw .-mx-121{
  margin-left: -605px;
  margin-right: -605px;
}

.tw .-mx-122{
  margin-left: -610px;
  margin-right: -610px;
}

.tw .-mx-123{
  margin-left: -615px;
  margin-right: -615px;
}

.tw .-mx-124{
  margin-left: -620px;
  margin-right: -620px;
}

.tw .-mx-125{
  margin-left: -625px;
  margin-right: -625px;
}

.tw .-mx-126{
  margin-left: -630px;
  margin-right: -630px;
}

.tw .-mx-127{
  margin-left: -635px;
  margin-right: -635px;
}

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

.tw .-mx-129{
  margin-left: -645px;
  margin-right: -645px;
}

.tw .-mx-130{
  margin-left: -650px;
  margin-right: -650px;
}

.tw .-mx-131{
  margin-left: -655px;
  margin-right: -655px;
}

.tw .-mx-132{
  margin-left: -660px;
  margin-right: -660px;
}

.tw .-mx-133{
  margin-left: -665px;
  margin-right: -665px;
}

.tw .-mx-134{
  margin-left: -670px;
  margin-right: -670px;
}

.tw .-mx-135{
  margin-left: -675px;
  margin-right: -675px;
}

.tw .-mx-136{
  margin-left: -680px;
  margin-right: -680px;
}

.tw .-mx-137{
  margin-left: -685px;
  margin-right: -685px;
}

.tw .-mx-138{
  margin-left: -690px;
  margin-right: -690px;
}

.tw .-mx-139{
  margin-left: -695px;
  margin-right: -695px;
}

.tw .-mx-140{
  margin-left: -700px;
  margin-right: -700px;
}

.tw .-mx-141{
  margin-left: -705px;
  margin-right: -705px;
}

.tw .-mx-142{
  margin-left: -710px;
  margin-right: -710px;
}

.tw .-mx-143{
  margin-left: -715px;
  margin-right: -715px;
}

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

.tw .-mx-145{
  margin-left: -725px;
  margin-right: -725px;
}

.tw .-mx-146{
  margin-left: -730px;
  margin-right: -730px;
}

.tw .-mx-147{
  margin-left: -735px;
  margin-right: -735px;
}

.tw .-mx-148{
  margin-left: -740px;
  margin-right: -740px;
}

.tw .-mx-149{
  margin-left: -745px;
  margin-right: -745px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.tw .-mx-17px{
  margin-left: -17px;
  margin-right: -17px;
}

.tw .-mx-18px{
  margin-left: -18px;
  margin-right: -18px;
}

.tw .-mx-19px{
  margin-left: -19px;
  margin-right: -19px;
}

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

.tw .-mx-21px{
  margin-left: -21px;
  margin-right: -21px;
}

.tw .-mx-22px{
  margin-left: -22px;
  margin-right: -22px;
}

.tw .-mx-23px{
  margin-left: -23px;
  margin-right: -23px;
}

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

.tw .-mx-25px{
  margin-left: -25px;
  margin-right: -25px;
}

.tw .-mx-26px{
  margin-left: -26px;
  margin-right: -26px;
}

.tw .-mx-27px{
  margin-left: -27px;
  margin-right: -27px;
}

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

.tw .-mx-29px{
  margin-left: -29px;
  margin-right: -29px;
}

.tw .-mx-30px{
  margin-left: -30px;
  margin-right: -30px;
}

.tw .-mx-31px{
  margin-left: -31px;
  margin-right: -31px;
}

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

.tw .-mx-33px{
  margin-left: -33px;
  margin-right: -33px;
}

.tw .-mx-34px{
  margin-left: -34px;
  margin-right: -34px;
}

.tw .-mx-35px{
  margin-left: -35px;
  margin-right: -35px;
}

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

.tw .-mx-37px{
  margin-left: -37px;
  margin-right: -37px;
}

.tw .-mx-38px{
  margin-left: -38px;
  margin-right: -38px;
}

.tw .-mx-39px{
  margin-left: -39px;
  margin-right: -39px;
}

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

.tw .my-0{
  margin-top: 0px;
  margin-bottom: 0px;
}

.tw .my-1{
  margin-top: 5px;
  margin-bottom: 5px;
}

.tw .my-2{
  margin-top: 10px;
  margin-bottom: 10px;
}

.tw .my-3{
  margin-top: 15px;
  margin-bottom: 15px;
}

.tw .my-4{
  margin-top: 20px;
  margin-bottom: 20px;
}

.tw .my-5{
  margin-top: 25px;
  margin-bottom: 25px;
}

.tw .my-6{
  margin-top: 30px;
  margin-bottom: 30px;
}

.tw .my-7{
  margin-top: 35px;
  margin-bottom: 35px;
}

.tw .my-8{
  margin-top: 40px;
  margin-bottom: 40px;
}

.tw .my-9{
  margin-top: 45px;
  margin-bottom: 45px;
}

.tw .my-10{
  margin-top: 50px;
  margin-bottom: 50px;
}

.tw .my-11{
  margin-top: 55px;
  margin-bottom: 55px;
}

.tw .my-12{
  margin-top: 60px;
  margin-bottom: 60px;
}

.tw .my-13{
  margin-top: 65px;
  margin-bottom: 65px;
}

.tw .my-14{
  margin-top: 70px;
  margin-bottom: 70px;
}

.tw .my-15{
  margin-top: 75px;
  margin-bottom: 75px;
}

.tw .my-16{
  margin-top: 80px;
  margin-bottom: 80px;
}

.tw .my-17{
  margin-top: 85px;
  margin-bottom: 85px;
}

.tw .my-18{
  margin-top: 90px;
  margin-bottom: 90px;
}

.tw .my-19{
  margin-top: 95px;
  margin-bottom: 95px;
}

.tw .my-20{
  margin-top: 100px;
  margin-bottom: 100px;
}

.tw .my-21{
  margin-top: 105px;
  margin-bottom: 105px;
}

.tw .my-22{
  margin-top: 110px;
  margin-bottom: 110px;
}

.tw .my-23{
  margin-top: 115px;
  margin-bottom: 115px;
}

.tw .my-24{
  margin-top: 120px;
  margin-bottom: 120px;
}

.tw .my-25{
  margin-top: 125px;
  margin-bottom: 125px;
}

.tw .my-26{
  margin-top: 130px;
  margin-bottom: 130px;
}

.tw .my-27{
  margin-top: 135px;
  margin-bottom: 135px;
}

.tw .my-28{
  margin-top: 140px;
  margin-bottom: 140px;
}

.tw .my-29{
  margin-top: 145px;
  margin-bottom: 145px;
}

.tw .my-30{
  margin-top: 150px;
  margin-bottom: 150px;
}

.tw .my-31{
  margin-top: 155px;
  margin-bottom: 155px;
}

.tw .my-32{
  margin-top: 160px;
  margin-bottom: 160px;
}

.tw .my-33{
  margin-top: 165px;
  margin-bottom: 165px;
}

.tw .my-34{
  margin-top: 170px;
  margin-bottom: 170px;
}

.tw .my-35{
  margin-top: 175px;
  margin-bottom: 175px;
}

.tw .my-36{
  margin-top: 180px;
  margin-bottom: 180px;
}

.tw .my-37{
  margin-top: 185px;
  margin-bottom: 185px;
}

.tw .my-38{
  margin-top: 190px;
  margin-bottom: 190px;
}

.tw .my-39{
  margin-top: 195px;
  margin-bottom: 195px;
}

.tw .my-40{
  margin-top: 200px;
  margin-bottom: 200px;
}

.tw .my-41{
  margin-top: 205px;
  margin-bottom: 205px;
}

.tw .my-42{
  margin-top: 210px;
  margin-bottom: 210px;
}

.tw .my-43{
  margin-top: 215px;
  margin-bottom: 215px;
}

.tw .my-44{
  margin-top: 220px;
  margin-bottom: 220px;
}

.tw .my-45{
  margin-top: 225px;
  margin-bottom: 225px;
}

.tw .my-46{
  margin-top: 230px;
  margin-bottom: 230px;
}

.tw .my-47{
  margin-top: 235px;
  margin-bottom: 235px;
}

.tw .my-48{
  margin-top: 240px;
  margin-bottom: 240px;
}

.tw .my-49{
  margin-top: 245px;
  margin-bottom: 245px;
}

.tw .my-50{
  margin-top: 250px;
  margin-bottom: 250px;
}

.tw .my-51{
  margin-top: 255px;
  margin-bottom: 255px;
}

.tw .my-52{
  margin-top: 260px;
  margin-bottom: 260px;
}

.tw .my-53{
  margin-top: 265px;
  margin-bottom: 265px;
}

.tw .my-54{
  margin-top: 270px;
  margin-bottom: 270px;
}

.tw .my-55{
  margin-top: 275px;
  margin-bottom: 275px;
}

.tw .my-56{
  margin-top: 280px;
  margin-bottom: 280px;
}

.tw .my-57{
  margin-top: 285px;
  margin-bottom: 285px;
}

.tw .my-58{
  margin-top: 290px;
  margin-bottom: 290px;
}

.tw .my-59{
  margin-top: 295px;
  margin-bottom: 295px;
}

.tw .my-60{
  margin-top: 300px;
  margin-bottom: 300px;
}

.tw .my-61{
  margin-top: 305px;
  margin-bottom: 305px;
}

.tw .my-62{
  margin-top: 310px;
  margin-bottom: 310px;
}

.tw .my-63{
  margin-top: 315px;
  margin-bottom: 315px;
}

.tw .my-64{
  margin-top: 320px;
  margin-bottom: 320px;
}

.tw .my-65{
  margin-top: 325px;
  margin-bottom: 325px;
}

.tw .my-66{
  margin-top: 330px;
  margin-bottom: 330px;
}

.tw .my-67{
  margin-top: 335px;
  margin-bottom: 335px;
}

.tw .my-68{
  margin-top: 340px;
  margin-bottom: 340px;
}

.tw .my-69{
  margin-top: 345px;
  margin-bottom: 345px;
}

.tw .my-70{
  margin-top: 350px;
  margin-bottom: 350px;
}

.tw .my-71{
  margin-top: 355px;
  margin-bottom: 355px;
}

.tw .my-72{
  margin-top: 360px;
  margin-bottom: 360px;
}

.tw .my-73{
  margin-top: 365px;
  margin-bottom: 365px;
}

.tw .my-74{
  margin-top: 370px;
  margin-bottom: 370px;
}

.tw .my-75{
  margin-top: 375px;
  margin-bottom: 375px;
}

.tw .my-76{
  margin-top: 380px;
  margin-bottom: 380px;
}

.tw .my-77{
  margin-top: 385px;
  margin-bottom: 385px;
}

.tw .my-78{
  margin-top: 390px;
  margin-bottom: 390px;
}

.tw .my-79{
  margin-top: 395px;
  margin-bottom: 395px;
}

.tw .my-80{
  margin-top: 400px;
  margin-bottom: 400px;
}

.tw .my-81{
  margin-top: 405px;
  margin-bottom: 405px;
}

.tw .my-82{
  margin-top: 410px;
  margin-bottom: 410px;
}

.tw .my-83{
  margin-top: 415px;
  margin-bottom: 415px;
}

.tw .my-84{
  margin-top: 420px;
  margin-bottom: 420px;
}

.tw .my-85{
  margin-top: 425px;
  margin-bottom: 425px;
}

.tw .my-86{
  margin-top: 430px;
  margin-bottom: 430px;
}

.tw .my-87{
  margin-top: 435px;
  margin-bottom: 435px;
}

.tw .my-88{
  margin-top: 440px;
  margin-bottom: 440px;
}

.tw .my-89{
  margin-top: 445px;
  margin-bottom: 445px;
}

.tw .my-90{
  margin-top: 450px;
  margin-bottom: 450px;
}

.tw .my-91{
  margin-top: 455px;
  margin-bottom: 455px;
}

.tw .my-92{
  margin-top: 460px;
  margin-bottom: 460px;
}

.tw .my-93{
  margin-top: 465px;
  margin-bottom: 465px;
}

.tw .my-94{
  margin-top: 470px;
  margin-bottom: 470px;
}

.tw .my-95{
  margin-top: 475px;
  margin-bottom: 475px;
}

.tw .my-96{
  margin-top: 480px;
  margin-bottom: 480px;
}

.tw .my-97{
  margin-top: 485px;
  margin-bottom: 485px;
}

.tw .my-98{
  margin-top: 490px;
  margin-bottom: 490px;
}

.tw .my-99{
  margin-top: 495px;
  margin-bottom: 495px;
}

.tw .my-100{
  margin-top: 500px;
  margin-bottom: 500px;
}

.tw .my-101{
  margin-top: 505px;
  margin-bottom: 505px;
}

.tw .my-102{
  margin-top: 510px;
  margin-bottom: 510px;
}

.tw .my-103{
  margin-top: 515px;
  margin-bottom: 515px;
}

.tw .my-104{
  margin-top: 520px;
  margin-bottom: 520px;
}

.tw .my-105{
  margin-top: 525px;
  margin-bottom: 525px;
}

.tw .my-106{
  margin-top: 530px;
  margin-bottom: 530px;
}

.tw .my-107{
  margin-top: 535px;
  margin-bottom: 535px;
}

.tw .my-108{
  margin-top: 540px;
  margin-bottom: 540px;
}

.tw .my-109{
  margin-top: 545px;
  margin-bottom: 545px;
}

.tw .my-110{
  margin-top: 550px;
  margin-bottom: 550px;
}

.tw .my-111{
  margin-top: 555px;
  margin-bottom: 555px;
}

.tw .my-112{
  margin-top: 560px;
  margin-bottom: 560px;
}

.tw .my-113{
  margin-top: 565px;
  margin-bottom: 565px;
}

.tw .my-114{
  margin-top: 570px;
  margin-bottom: 570px;
}

.tw .my-115{
  margin-top: 575px;
  margin-bottom: 575px;
}

.tw .my-116{
  margin-top: 580px;
  margin-bottom: 580px;
}

.tw .my-117{
  margin-top: 585px;
  margin-bottom: 585px;
}

.tw .my-118{
  margin-top: 590px;
  margin-bottom: 590px;
}

.tw .my-119{
  margin-top: 595px;
  margin-bottom: 595px;
}

.tw .my-120{
  margin-top: 600px;
  margin-bottom: 600px;
}

.tw .my-121{
  margin-top: 605px;
  margin-bottom: 605px;
}

.tw .my-122{
  margin-top: 610px;
  margin-bottom: 610px;
}

.tw .my-123{
  margin-top: 615px;
  margin-bottom: 615px;
}

.tw .my-124{
  margin-top: 620px;
  margin-bottom: 620px;
}

.tw .my-125{
  margin-top: 625px;
  margin-bottom: 625px;
}

.tw .my-126{
  margin-top: 630px;
  margin-bottom: 630px;
}

.tw .my-127{
  margin-top: 635px;
  margin-bottom: 635px;
}

.tw .my-128{
  margin-top: 640px;
  margin-bottom: 640px;
}

.tw .my-129{
  margin-top: 645px;
  margin-bottom: 645px;
}

.tw .my-130{
  margin-top: 650px;
  margin-bottom: 650px;
}

.tw .my-131{
  margin-top: 655px;
  margin-bottom: 655px;
}

.tw .my-132{
  margin-top: 660px;
  margin-bottom: 660px;
}

.tw .my-133{
  margin-top: 665px;
  margin-bottom: 665px;
}

.tw .my-134{
  margin-top: 670px;
  margin-bottom: 670px;
}

.tw .my-135{
  margin-top: 675px;
  margin-bottom: 675px;
}

.tw .my-136{
  margin-top: 680px;
  margin-bottom: 680px;
}

.tw .my-137{
  margin-top: 685px;
  margin-bottom: 685px;
}

.tw .my-138{
  margin-top: 690px;
  margin-bottom: 690px;
}

.tw .my-139{
  margin-top: 695px;
  margin-bottom: 695px;
}

.tw .my-140{
  margin-top: 700px;
  margin-bottom: 700px;
}

.tw .my-141{
  margin-top: 705px;
  margin-bottom: 705px;
}

.tw .my-142{
  margin-top: 710px;
  margin-bottom: 710px;
}

.tw .my-143{
  margin-top: 715px;
  margin-bottom: 715px;
}

.tw .my-144{
  margin-top: 720px;
  margin-bottom: 720px;
}

.tw .my-145{
  margin-top: 725px;
  margin-bottom: 725px;
}

.tw .my-146{
  margin-top: 730px;
  margin-bottom: 730px;
}

.tw .my-147{
  margin-top: 735px;
  margin-bottom: 735px;
}

.tw .my-148{
  margin-top: 740px;
  margin-bottom: 740px;
}

.tw .my-149{
  margin-top: 745px;
  margin-bottom: 745px;
}

.tw .my-auto{
  margin-top: auto;
  margin-bottom: auto;
}

.tw .my-0\.5{
  margin-top: 3px;
  margin-bottom: 3px;
}

.tw .my-1px{
  margin-top: 1px;
  margin-bottom: 1px;
}

.tw .my-2px{
  margin-top: 2px;
  margin-bottom: 2px;
}

.tw .my-3px{
  margin-top: 3px;
  margin-bottom: 3px;
}

.tw .my-4px{
  margin-top: 4px;
  margin-bottom: 4px;
}

.tw .my-5px{
  margin-top: 5px;
  margin-bottom: 5px;
}

.tw .my-6px{
  margin-top: 6px;
  margin-bottom: 6px;
}

.tw .my-7px{
  margin-top: 7px;
  margin-bottom: 7px;
}

.tw .my-8px{
  margin-top: 8px;
  margin-bottom: 8px;
}

.tw .my-9px{
  margin-top: 9px;
  margin-bottom: 9px;
}

.tw .my-10px{
  margin-top: 10px;
  margin-bottom: 10px;
}

.tw .my-11px{
  margin-top: 11px;
  margin-bottom: 11px;
}

.tw .my-12px{
  margin-top: 12px;
  margin-bottom: 12px;
}

.tw .my-13px{
  margin-top: 13px;
  margin-bottom: 13px;
}

.tw .my-14px{
  margin-top: 14px;
  margin-bottom: 14px;
}

.tw .my-15px{
  margin-top: 15px;
  margin-bottom: 15px;
}

.tw .my-16px{
  margin-top: 16px;
  margin-bottom: 16px;
}

.tw .my-17px{
  margin-top: 17px;
  margin-bottom: 17px;
}

.tw .my-18px{
  margin-top: 18px;
  margin-bottom: 18px;
}

.tw .my-19px{
  margin-top: 19px;
  margin-bottom: 19px;
}

.tw .my-20px{
  margin-top: 20px;
  margin-bottom: 20px;
}

.tw .my-21px{
  margin-top: 21px;
  margin-bottom: 21px;
}

.tw .my-22px{
  margin-top: 22px;
  margin-bottom: 22px;
}

.tw .my-23px{
  margin-top: 23px;
  margin-bottom: 23px;
}

.tw .my-24px{
  margin-top: 24px;
  margin-bottom: 24px;
}

.tw .my-25px{
  margin-top: 25px;
  margin-bottom: 25px;
}

.tw .my-26px{
  margin-top: 26px;
  margin-bottom: 26px;
}

.tw .my-27px{
  margin-top: 27px;
  margin-bottom: 27px;
}

.tw .my-28px{
  margin-top: 28px;
  margin-bottom: 28px;
}

.tw .my-29px{
  margin-top: 29px;
  margin-bottom: 29px;
}

.tw .my-30px{
  margin-top: 30px;
  margin-bottom: 30px;
}

.tw .my-31px{
  margin-top: 31px;
  margin-bottom: 31px;
}

.tw .my-32px{
  margin-top: 32px;
  margin-bottom: 32px;
}

.tw .my-33px{
  margin-top: 33px;
  margin-bottom: 33px;
}

.tw .my-34px{
  margin-top: 34px;
  margin-bottom: 34px;
}

.tw .my-35px{
  margin-top: 35px;
  margin-bottom: 35px;
}

.tw .my-36px{
  margin-top: 36px;
  margin-bottom: 36px;
}

.tw .my-37px{
  margin-top: 37px;
  margin-bottom: 37px;
}

.tw .my-38px{
  margin-top: 38px;
  margin-bottom: 38px;
}

.tw .my-39px{
  margin-top: 39px;
  margin-bottom: 39px;
}

.tw .my-40px{
  margin-top: 40px;
  margin-bottom: 40px;
}

.tw .-my-0{
  margin-top: 0px;
  margin-bottom: 0px;
}

.tw .-my-1{
  margin-top: -5px;
  margin-bottom: -5px;
}

.tw .-my-2{
  margin-top: -10px;
  margin-bottom: -10px;
}

.tw .-my-3{
  margin-top: -15px;
  margin-bottom: -15px;
}

.tw .-my-4{
  margin-top: -20px;
  margin-bottom: -20px;
}

.tw .-my-5{
  margin-top: -25px;
  margin-bottom: -25px;
}

.tw .-my-6{
  margin-top: -30px;
  margin-bottom: -30px;
}

.tw .-my-7{
  margin-top: -35px;
  margin-bottom: -35px;
}

.tw .-my-8{
  margin-top: -40px;
  margin-bottom: -40px;
}

.tw .-my-9{
  margin-top: -45px;
  margin-bottom: -45px;
}

.tw .-my-10{
  margin-top: -50px;
  margin-bottom: -50px;
}

.tw .-my-11{
  margin-top: -55px;
  margin-bottom: -55px;
}

.tw .-my-12{
  margin-top: -60px;
  margin-bottom: -60px;
}

.tw .-my-13{
  margin-top: -65px;
  margin-bottom: -65px;
}

.tw .-my-14{
  margin-top: -70px;
  margin-bottom: -70px;
}

.tw .-my-15{
  margin-top: -75px;
  margin-bottom: -75px;
}

.tw .-my-16{
  margin-top: -80px;
  margin-bottom: -80px;
}

.tw .-my-17{
  margin-top: -85px;
  margin-bottom: -85px;
}

.tw .-my-18{
  margin-top: -90px;
  margin-bottom: -90px;
}

.tw .-my-19{
  margin-top: -95px;
  margin-bottom: -95px;
}

.tw .-my-20{
  margin-top: -100px;
  margin-bottom: -100px;
}

.tw .-my-21{
  margin-top: -105px;
  margin-bottom: -105px;
}

.tw .-my-22{
  margin-top: -110px;
  margin-bottom: -110px;
}

.tw .-my-23{
  margin-top: -115px;
  margin-bottom: -115px;
}

.tw .-my-24{
  margin-top: -120px;
  margin-bottom: -120px;
}

.tw .-my-25{
  margin-top: -125px;
  margin-bottom: -125px;
}

.tw .-my-26{
  margin-top: -130px;
  margin-bottom: -130px;
}

.tw .-my-27{
  margin-top: -135px;
  margin-bottom: -135px;
}

.tw .-my-28{
  margin-top: -140px;
  margin-bottom: -140px;
}

.tw .-my-29{
  margin-top: -145px;
  margin-bottom: -145px;
}

.tw .-my-30{
  margin-top: -150px;
  margin-bottom: -150px;
}

.tw .-my-31{
  margin-top: -155px;
  margin-bottom: -155px;
}

.tw .-my-32{
  margin-top: -160px;
  margin-bottom: -160px;
}

.tw .-my-33{
  margin-top: -165px;
  margin-bottom: -165px;
}

.tw .-my-34{
  margin-top: -170px;
  margin-bottom: -170px;
}

.tw .-my-35{
  margin-top: -175px;
  margin-bottom: -175px;
}

.tw .-my-36{
  margin-top: -180px;
  margin-bottom: -180px;
}

.tw .-my-37{
  margin-top: -185px;
  margin-bottom: -185px;
}

.tw .-my-38{
  margin-top: -190px;
  margin-bottom: -190px;
}

.tw .-my-39{
  margin-top: -195px;
  margin-bottom: -195px;
}

.tw .-my-40{
  margin-top: -200px;
  margin-bottom: -200px;
}

.tw .-my-41{
  margin-top: -205px;
  margin-bottom: -205px;
}

.tw .-my-42{
  margin-top: -210px;
  margin-bottom: -210px;
}

.tw .-my-43{
  margin-top: -215px;
  margin-bottom: -215px;
}

.tw .-my-44{
  margin-top: -220px;
  margin-bottom: -220px;
}

.tw .-my-45{
  margin-top: -225px;
  margin-bottom: -225px;
}

.tw .-my-46{
  margin-top: -230px;
  margin-bottom: -230px;
}

.tw .-my-47{
  margin-top: -235px;
  margin-bottom: -235px;
}

.tw .-my-48{
  margin-top: -240px;
  margin-bottom: -240px;
}

.tw .-my-49{
  margin-top: -245px;
  margin-bottom: -245px;
}

.tw .-my-50{
  margin-top: -250px;
  margin-bottom: -250px;
}

.tw .-my-51{
  margin-top: -255px;
  margin-bottom: -255px;
}

.tw .-my-52{
  margin-top: -260px;
  margin-bottom: -260px;
}

.tw .-my-53{
  margin-top: -265px;
  margin-bottom: -265px;
}

.tw .-my-54{
  margin-top: -270px;
  margin-bottom: -270px;
}

.tw .-my-55{
  margin-top: -275px;
  margin-bottom: -275px;
}

.tw .-my-56{
  margin-top: -280px;
  margin-bottom: -280px;
}

.tw .-my-57{
  margin-top: -285px;
  margin-bottom: -285px;
}

.tw .-my-58{
  margin-top: -290px;
  margin-bottom: -290px;
}

.tw .-my-59{
  margin-top: -295px;
  margin-bottom: -295px;
}

.tw .-my-60{
  margin-top: -300px;
  margin-bottom: -300px;
}

.tw .-my-61{
  margin-top: -305px;
  margin-bottom: -305px;
}

.tw .-my-62{
  margin-top: -310px;
  margin-bottom: -310px;
}

.tw .-my-63{
  margin-top: -315px;
  margin-bottom: -315px;
}

.tw .-my-64{
  margin-top: -320px;
  margin-bottom: -320px;
}

.tw .-my-65{
  margin-top: -325px;
  margin-bottom: -325px;
}

.tw .-my-66{
  margin-top: -330px;
  margin-bottom: -330px;
}

.tw .-my-67{
  margin-top: -335px;
  margin-bottom: -335px;
}

.tw .-my-68{
  margin-top: -340px;
  margin-bottom: -340px;
}

.tw .-my-69{
  margin-top: -345px;
  margin-bottom: -345px;
}

.tw .-my-70{
  margin-top: -350px;
  margin-bottom: -350px;
}

.tw .-my-71{
  margin-top: -355px;
  margin-bottom: -355px;
}

.tw .-my-72{
  margin-top: -360px;
  margin-bottom: -360px;
}

.tw .-my-73{
  margin-top: -365px;
  margin-bottom: -365px;
}

.tw .-my-74{
  margin-top: -370px;
  margin-bottom: -370px;
}

.tw .-my-75{
  margin-top: -375px;
  margin-bottom: -375px;
}

.tw .-my-76{
  margin-top: -380px;
  margin-bottom: -380px;
}

.tw .-my-77{
  margin-top: -385px;
  margin-bottom: -385px;
}

.tw .-my-78{
  margin-top: -390px;
  margin-bottom: -390px;
}

.tw .-my-79{
  margin-top: -395px;
  margin-bottom: -395px;
}

.tw .-my-80{
  margin-top: -400px;
  margin-bottom: -400px;
}

.tw .-my-81{
  margin-top: -405px;
  margin-bottom: -405px;
}

.tw .-my-82{
  margin-top: -410px;
  margin-bottom: -410px;
}

.tw .-my-83{
  margin-top: -415px;
  margin-bottom: -415px;
}

.tw .-my-84{
  margin-top: -420px;
  margin-bottom: -420px;
}

.tw .-my-85{
  margin-top: -425px;
  margin-bottom: -425px;
}

.tw .-my-86{
  margin-top: -430px;
  margin-bottom: -430px;
}

.tw .-my-87{
  margin-top: -435px;
  margin-bottom: -435px;
}

.tw .-my-88{
  margin-top: -440px;
  margin-bottom: -440px;
}

.tw .-my-89{
  margin-top: -445px;
  margin-bottom: -445px;
}

.tw .-my-90{
  margin-top: -450px;
  margin-bottom: -450px;
}

.tw .-my-91{
  margin-top: -455px;
  margin-bottom: -455px;
}

.tw .-my-92{
  margin-top: -460px;
  margin-bottom: -460px;
}

.tw .-my-93{
  margin-top: -465px;
  margin-bottom: -465px;
}

.tw .-my-94{
  margin-top: -470px;
  margin-bottom: -470px;
}

.tw .-my-95{
  margin-top: -475px;
  margin-bottom: -475px;
}

.tw .-my-96{
  margin-top: -480px;
  margin-bottom: -480px;
}

.tw .-my-97{
  margin-top: -485px;
  margin-bottom: -485px;
}

.tw .-my-98{
  margin-top: -490px;
  margin-bottom: -490px;
}

.tw .-my-99{
  margin-top: -495px;
  margin-bottom: -495px;
}

.tw .-my-100{
  margin-top: -500px;
  margin-bottom: -500px;
}

.tw .-my-101{
  margin-top: -505px;
  margin-bottom: -505px;
}

.tw .-my-102{
  margin-top: -510px;
  margin-bottom: -510px;
}

.tw .-my-103{
  margin-top: -515px;
  margin-bottom: -515px;
}

.tw .-my-104{
  margin-top: -520px;
  margin-bottom: -520px;
}

.tw .-my-105{
  margin-top: -525px;
  margin-bottom: -525px;
}

.tw .-my-106{
  margin-top: -530px;
  margin-bottom: -530px;
}

.tw .-my-107{
  margin-top: -535px;
  margin-bottom: -535px;
}

.tw .-my-108{
  margin-top: -540px;
  margin-bottom: -540px;
}

.tw .-my-109{
  margin-top: -545px;
  margin-bottom: -545px;
}

.tw .-my-110{
  margin-top: -550px;
  margin-bottom: -550px;
}

.tw .-my-111{
  margin-top: -555px;
  margin-bottom: -555px;
}

.tw .-my-112{
  margin-top: -560px;
  margin-bottom: -560px;
}

.tw .-my-113{
  margin-top: -565px;
  margin-bottom: -565px;
}

.tw .-my-114{
  margin-top: -570px;
  margin-bottom: -570px;
}

.tw .-my-115{
  margin-top: -575px;
  margin-bottom: -575px;
}

.tw .-my-116{
  margin-top: -580px;
  margin-bottom: -580px;
}

.tw .-my-117{
  margin-top: -585px;
  margin-bottom: -585px;
}

.tw .-my-118{
  margin-top: -590px;
  margin-bottom: -590px;
}

.tw .-my-119{
  margin-top: -595px;
  margin-bottom: -595px;
}

.tw .-my-120{
  margin-top: -600px;
  margin-bottom: -600px;
}

.tw .-my-121{
  margin-top: -605px;
  margin-bottom: -605px;
}

.tw .-my-122{
  margin-top: -610px;
  margin-bottom: -610px;
}

.tw .-my-123{
  margin-top: -615px;
  margin-bottom: -615px;
}

.tw .-my-124{
  margin-top: -620px;
  margin-bottom: -620px;
}

.tw .-my-125{
  margin-top: -625px;
  margin-bottom: -625px;
}

.tw .-my-126{
  margin-top: -630px;
  margin-bottom: -630px;
}

.tw .-my-127{
  margin-top: -635px;
  margin-bottom: -635px;
}

.tw .-my-128{
  margin-top: -640px;
  margin-bottom: -640px;
}

.tw .-my-129{
  margin-top: -645px;
  margin-bottom: -645px;
}

.tw .-my-130{
  margin-top: -650px;
  margin-bottom: -650px;
}

.tw .-my-131{
  margin-top: -655px;
  margin-bottom: -655px;
}

.tw .-my-132{
  margin-top: -660px;
  margin-bottom: -660px;
}

.tw .-my-133{
  margin-top: -665px;
  margin-bottom: -665px;
}

.tw .-my-134{
  margin-top: -670px;
  margin-bottom: -670px;
}

.tw .-my-135{
  margin-top: -675px;
  margin-bottom: -675px;
}

.tw .-my-136{
  margin-top: -680px;
  margin-bottom: -680px;
}

.tw .-my-137{
  margin-top: -685px;
  margin-bottom: -685px;
}

.tw .-my-138{
  margin-top: -690px;
  margin-bottom: -690px;
}

.tw .-my-139{
  margin-top: -695px;
  margin-bottom: -695px;
}

.tw .-my-140{
  margin-top: -700px;
  margin-bottom: -700px;
}

.tw .-my-141{
  margin-top: -705px;
  margin-bottom: -705px;
}

.tw .-my-142{
  margin-top: -710px;
  margin-bottom: -710px;
}

.tw .-my-143{
  margin-top: -715px;
  margin-bottom: -715px;
}

.tw .-my-144{
  margin-top: -720px;
  margin-bottom: -720px;
}

.tw .-my-145{
  margin-top: -725px;
  margin-bottom: -725px;
}

.tw .-my-146{
  margin-top: -730px;
  margin-bottom: -730px;
}

.tw .-my-147{
  margin-top: -735px;
  margin-bottom: -735px;
}

.tw .-my-148{
  margin-top: -740px;
  margin-bottom: -740px;
}

.tw .-my-149{
  margin-top: -745px;
  margin-bottom: -745px;
}

.tw .-my-0\.5{
  margin-top: -3px;
  margin-bottom: -3px;
}

.tw .-my-1px{
  margin-top: -1px;
  margin-bottom: -1px;
}

.tw .-my-2px{
  margin-top: -2px;
  margin-bottom: -2px;
}

.tw .-my-3px{
  margin-top: -3px;
  margin-bottom: -3px;
}

.tw .-my-4px{
  margin-top: -4px;
  margin-bottom: -4px;
}

.tw .-my-5px{
  margin-top: -5px;
  margin-bottom: -5px;
}

.tw .-my-6px{
  margin-top: -6px;
  margin-bottom: -6px;
}

.tw .-my-7px{
  margin-top: -7px;
  margin-bottom: -7px;
}

.tw .-my-8px{
  margin-top: -8px;
  margin-bottom: -8px;
}

.tw .-my-9px{
  margin-top: -9px;
  margin-bottom: -9px;
}

.tw .-my-10px{
  margin-top: -10px;
  margin-bottom: -10px;
}

.tw .-my-11px{
  margin-top: -11px;
  margin-bottom: -11px;
}

.tw .-my-12px{
  margin-top: -12px;
  margin-bottom: -12px;
}

.tw .-my-13px{
  margin-top: -13px;
  margin-bottom: -13px;
}

.tw .-my-14px{
  margin-top: -14px;
  margin-bottom: -14px;
}

.tw .-my-15px{
  margin-top: -15px;
  margin-bottom: -15px;
}

.tw .-my-16px{
  margin-top: -16px;
  margin-bottom: -16px;
}

.tw .-my-17px{
  margin-top: -17px;
  margin-bottom: -17px;
}

.tw .-my-18px{
  margin-top: -18px;
  margin-bottom: -18px;
}

.tw .-my-19px{
  margin-top: -19px;
  margin-bottom: -19px;
}

.tw .-my-20px{
  margin-top: -20px;
  margin-bottom: -20px;
}

.tw .-my-21px{
  margin-top: -21px;
  margin-bottom: -21px;
}

.tw .-my-22px{
  margin-top: -22px;
  margin-bottom: -22px;
}

.tw .-my-23px{
  margin-top: -23px;
  margin-bottom: -23px;
}

.tw .-my-24px{
  margin-top: -24px;
  margin-bottom: -24px;
}

.tw .-my-25px{
  margin-top: -25px;
  margin-bottom: -25px;
}

.tw .-my-26px{
  margin-top: -26px;
  margin-bottom: -26px;
}

.tw .-my-27px{
  margin-top: -27px;
  margin-bottom: -27px;
}

.tw .-my-28px{
  margin-top: -28px;
  margin-bottom: -28px;
}

.tw .-my-29px{
  margin-top: -29px;
  margin-bottom: -29px;
}

.tw .-my-30px{
  margin-top: -30px;
  margin-bottom: -30px;
}

.tw .-my-31px{
  margin-top: -31px;
  margin-bottom: -31px;
}

.tw .-my-32px{
  margin-top: -32px;
  margin-bottom: -32px;
}

.tw .-my-33px{
  margin-top: -33px;
  margin-bottom: -33px;
}

.tw .-my-34px{
  margin-top: -34px;
  margin-bottom: -34px;
}

.tw .-my-35px{
  margin-top: -35px;
  margin-bottom: -35px;
}

.tw .-my-36px{
  margin-top: -36px;
  margin-bottom: -36px;
}

.tw .-my-37px{
  margin-top: -37px;
  margin-bottom: -37px;
}

.tw .-my-38px{
  margin-top: -38px;
  margin-bottom: -38px;
}

.tw .-my-39px{
  margin-top: -39px;
  margin-bottom: -39px;
}

.tw .-my-40px{
  margin-top: -40px;
  margin-bottom: -40px;
}

.tw .last\:mx-0:last-child{
  margin-left: 0px;
  margin-right: 0px;
}

.tw .last\:mx-1:last-child{
  margin-left: 5px;
  margin-right: 5px;
}

.tw .last\:mx-2:last-child{
  margin-left: 10px;
  margin-right: 10px;
}

.tw .last\:mx-3:last-child{
  margin-left: 15px;
  margin-right: 15px;
}

.tw .last\:mx-4:last-child{
  margin-left: 20px;
  margin-right: 20px;
}

.tw .last\:mx-5:last-child{
  margin-left: 25px;
  margin-right: 25px;
}

.tw .last\:mx-6:last-child{
  margin-left: 30px;
  margin-right: 30px;
}

.tw .last\:mx-7:last-child{
  margin-left: 35px;
  margin-right: 35px;
}

.tw .last\:mx-8:last-child{
  margin-left: 40px;
  margin-right: 40px;
}

.tw .last\:mx-9:last-child{
  margin-left: 45px;
  margin-right: 45px;
}

.tw .last\:mx-10:last-child{
  margin-left: 50px;
  margin-right: 50px;
}

.tw .last\:mx-11:last-child{
  margin-left: 55px;
  margin-right: 55px;
}

.tw .last\:mx-12:last-child{
  margin-left: 60px;
  margin-right: 60px;
}

.tw .last\:mx-13:last-child{
  margin-left: 65px;
  margin-right: 65px;
}

.tw .last\:mx-14:last-child{
  margin-left: 70px;
  margin-right: 70px;
}

.tw .last\:mx-15:last-child{
  margin-left: 75px;
  margin-right: 75px;
}

.tw .last\:mx-16:last-child{
  margin-left: 80px;
  margin-right: 80px;
}

.tw .last\:mx-17:last-child{
  margin-left: 85px;
  margin-right: 85px;
}

.tw .last\:mx-18:last-child{
  margin-left: 90px;
  margin-right: 90px;
}

.tw .last\:mx-19:last-child{
  margin-left: 95px;
  margin-right: 95px;
}

.tw .last\:mx-20:last-child{
  margin-left: 100px;
  margin-right: 100px;
}

.tw .last\:mx-21:last-child{
  margin-left: 105px;
  margin-right: 105px;
}

.tw .last\:mx-22:last-child{
  margin-left: 110px;
  margin-right: 110px;
}

.tw .last\:mx-23:last-child{
  margin-left: 115px;
  margin-right: 115px;
}

.tw .last\:mx-24:last-child{
  margin-left: 120px;
  margin-right: 120px;
}

.tw .last\:mx-25:last-child{
  margin-left: 125px;
  margin-right: 125px;
}

.tw .last\:mx-26:last-child{
  margin-left: 130px;
  margin-right: 130px;
}

.tw .last\:mx-27:last-child{
  margin-left: 135px;
  margin-right: 135px;
}

.tw .last\:mx-28:last-child{
  margin-left: 140px;
  margin-right: 140px;
}

.tw .last\:mx-29:last-child{
  margin-left: 145px;
  margin-right: 145px;
}

.tw .last\:mx-30:last-child{
  margin-left: 150px;
  margin-right: 150px;
}

.tw .last\:mx-31:last-child{
  margin-left: 155px;
  margin-right: 155px;
}

.tw .last\:mx-32:last-child{
  margin-left: 160px;
  margin-right: 160px;
}

.tw .last\:mx-33:last-child{
  margin-left: 165px;
  margin-right: 165px;
}

.tw .last\:mx-34:last-child{
  margin-left: 170px;
  margin-right: 170px;
}

.tw .last\:mx-35:last-child{
  margin-left: 175px;
  margin-right: 175px;
}

.tw .last\:mx-36:last-child{
  margin-left: 180px;
  margin-right: 180px;
}

.tw .last\:mx-37:last-child{
  margin-left: 185px;
  margin-right: 185px;
}

.tw .last\:mx-38:last-child{
  margin-left: 190px;
  margin-right: 190px;
}

.tw .last\:mx-39:last-child{
  margin-left: 195px;
  margin-right: 195px;
}

.tw .last\:mx-40:last-child{
  margin-left: 200px;
  margin-right: 200px;
}

.tw .last\:mx-41:last-child{
  margin-left: 205px;
  margin-right: 205px;
}

.tw .last\:mx-42:last-child{
  margin-left: 210px;
  margin-right: 210px;
}

.tw .last\:mx-43:last-child{
  margin-left: 215px;
  margin-right: 215px;
}

.tw .last\:mx-44:last-child{
  margin-left: 220px;
  margin-right: 220px;
}

.tw .last\:mx-45:last-child{
  margin-left: 225px;
  margin-right: 225px;
}

.tw .last\:mx-46:last-child{
  margin-left: 230px;
  margin-right: 230px;
}

.tw .last\:mx-47:last-child{
  margin-left: 235px;
  margin-right: 235px;
}

.tw .last\:mx-48:last-child{
  margin-left: 240px;
  margin-right: 240px;
}

.tw .last\:mx-49:last-child{
  margin-left: 245px;
  margin-right: 245px;
}

.tw .last\:mx-50:last-child{
  margin-left: 250px;
  margin-right: 250px;
}

.tw .last\:mx-51:last-child{
  margin-left: 255px;
  margin-right: 255px;
}

.tw .last\:mx-52:last-child{
  margin-left: 260px;
  margin-right: 260px;
}

.tw .last\:mx-53:last-child{
  margin-left: 265px;
  margin-right: 265px;
}

.tw .last\:mx-54:last-child{
  margin-left: 270px;
  margin-right: 270px;
}

.tw .last\:mx-55:last-child{
  margin-left: 275px;
  margin-right: 275px;
}

.tw .last\:mx-56:last-child{
  margin-left: 280px;
  margin-right: 280px;
}

.tw .last\:mx-57:last-child{
  margin-left: 285px;
  margin-right: 285px;
}

.tw .last\:mx-58:last-child{
  margin-left: 290px;
  margin-right: 290px;
}

.tw .last\:mx-59:last-child{
  margin-left: 295px;
  margin-right: 295px;
}

.tw .last\:mx-60:last-child{
  margin-left: 300px;
  margin-right: 300px;
}

.tw .last\:mx-61:last-child{
  margin-left: 305px;
  margin-right: 305px;
}

.tw .last\:mx-62:last-child{
  margin-left: 310px;
  margin-right: 310px;
}

.tw .last\:mx-63:last-child{
  margin-left: 315px;
  margin-right: 315px;
}

.tw .last\:mx-64:last-child{
  margin-left: 320px;
  margin-right: 320px;
}

.tw .last\:mx-65:last-child{
  margin-left: 325px;
  margin-right: 325px;
}

.tw .last\:mx-66:last-child{
  margin-left: 330px;
  margin-right: 330px;
}

.tw .last\:mx-67:last-child{
  margin-left: 335px;
  margin-right: 335px;
}

.tw .last\:mx-68:last-child{
  margin-left: 340px;
  margin-right: 340px;
}

.tw .last\:mx-69:last-child{
  margin-left: 345px;
  margin-right: 345px;
}

.tw .last\:mx-70:last-child{
  margin-left: 350px;
  margin-right: 350px;
}

.tw .last\:mx-71:last-child{
  margin-left: 355px;
  margin-right: 355px;
}

.tw .last\:mx-72:last-child{
  margin-left: 360px;
  margin-right: 360px;
}

.tw .last\:mx-73:last-child{
  margin-left: 365px;
  margin-right: 365px;
}

.tw .last\:mx-74:last-child{
  margin-left: 370px;
  margin-right: 370px;
}

.tw .last\:mx-75:last-child{
  margin-left: 375px;
  margin-right: 375px;
}

.tw .last\:mx-76:last-child{
  margin-left: 380px;
  margin-right: 380px;
}

.tw .last\:mx-77:last-child{
  margin-left: 385px;
  margin-right: 385px;
}

.tw .last\:mx-78:last-child{
  margin-left: 390px;
  margin-right: 390px;
}

.tw .last\:mx-79:last-child{
  margin-left: 395px;
  margin-right: 395px;
}

.tw .last\:mx-80:last-child{
  margin-left: 400px;
  margin-right: 400px;
}

.tw .last\:mx-81:last-child{
  margin-left: 405px;
  margin-right: 405px;
}

.tw .last\:mx-82:last-child{
  margin-left: 410px;
  margin-right: 410px;
}

.tw .last\:mx-83:last-child{
  margin-left: 415px;
  margin-right: 415px;
}

.tw .last\:mx-84:last-child{
  margin-left: 420px;
  margin-right: 420px;
}

.tw .last\:mx-85:last-child{
  margin-left: 425px;
  margin-right: 425px;
}

.tw .last\:mx-86:last-child{
  margin-left: 430px;
  margin-right: 430px;
}

.tw .last\:mx-87:last-child{
  margin-left: 435px;
  margin-right: 435px;
}

.tw .last\:mx-88:last-child{
  margin-left: 440px;
  margin-right: 440px;
}

.tw .last\:mx-89:last-child{
  margin-left: 445px;
  margin-right: 445px;
}

.tw .last\:mx-90:last-child{
  margin-left: 450px;
  margin-right: 450px;
}

.tw .last\:mx-91:last-child{
  margin-left: 455px;
  margin-right: 455px;
}

.tw .last\:mx-92:last-child{
  margin-left: 460px;
  margin-right: 460px;
}

.tw .last\:mx-93:last-child{
  margin-left: 465px;
  margin-right: 465px;
}

.tw .last\:mx-94:last-child{
  margin-left: 470px;
  margin-right: 470px;
}

.tw .last\:mx-95:last-child{
  margin-left: 475px;
  margin-right: 475px;
}

.tw .last\:mx-96:last-child{
  margin-left: 480px;
  margin-right: 480px;
}

.tw .last\:mx-97:last-child{
  margin-left: 485px;
  margin-right: 485px;
}

.tw .last\:mx-98:last-child{
  margin-left: 490px;
  margin-right: 490px;
}

.tw .last\:mx-99:last-child{
  margin-left: 495px;
  margin-right: 495px;
}

.tw .last\:mx-100:last-child{
  margin-left: 500px;
  margin-right: 500px;
}

.tw .last\:mx-101:last-child{
  margin-left: 505px;
  margin-right: 505px;
}

.tw .last\:mx-102:last-child{
  margin-left: 510px;
  margin-right: 510px;
}

.tw .last\:mx-103:last-child{
  margin-left: 515px;
  margin-right: 515px;
}

.tw .last\:mx-104:last-child{
  margin-left: 520px;
  margin-right: 520px;
}

.tw .last\:mx-105:last-child{
  margin-left: 525px;
  margin-right: 525px;
}

.tw .last\:mx-106:last-child{
  margin-left: 530px;
  margin-right: 530px;
}

.tw .last\:mx-107:last-child{
  margin-left: 535px;
  margin-right: 535px;
}

.tw .last\:mx-108:last-child{
  margin-left: 540px;
  margin-right: 540px;
}

.tw .last\:mx-109:last-child{
  margin-left: 545px;
  margin-right: 545px;
}

.tw .last\:mx-110:last-child{
  margin-left: 550px;
  margin-right: 550px;
}

.tw .last\:mx-111:last-child{
  margin-left: 555px;
  margin-right: 555px;
}

.tw .last\:mx-112:last-child{
  margin-left: 560px;
  margin-right: 560px;
}

.tw .last\:mx-113:last-child{
  margin-left: 565px;
  margin-right: 565px;
}

.tw .last\:mx-114:last-child{
  margin-left: 570px;
  margin-right: 570px;
}

.tw .last\:mx-115:last-child{
  margin-left: 575px;
  margin-right: 575px;
}

.tw .last\:mx-116:last-child{
  margin-left: 580px;
  margin-right: 580px;
}

.tw .last\:mx-117:last-child{
  margin-left: 585px;
  margin-right: 585px;
}

.tw .last\:mx-118:last-child{
  margin-left: 590px;
  margin-right: 590px;
}

.tw .last\:mx-119:last-child{
  margin-left: 595px;
  margin-right: 595px;
}

.tw .last\:mx-120:last-child{
  margin-left: 600px;
  margin-right: 600px;
}

.tw .last\:mx-121:last-child{
  margin-left: 605px;
  margin-right: 605px;
}

.tw .last\:mx-122:last-child{
  margin-left: 610px;
  margin-right: 610px;
}

.tw .last\:mx-123:last-child{
  margin-left: 615px;
  margin-right: 615px;
}

.tw .last\:mx-124:last-child{
  margin-left: 620px;
  margin-right: 620px;
}

.tw .last\:mx-125:last-child{
  margin-left: 625px;
  margin-right: 625px;
}

.tw .last\:mx-126:last-child{
  margin-left: 630px;
  margin-right: 630px;
}

.tw .last\:mx-127:last-child{
  margin-left: 635px;
  margin-right: 635px;
}

.tw .last\:mx-128:last-child{
  margin-left: 640px;
  margin-right: 640px;
}

.tw .last\:mx-129:last-child{
  margin-left: 645px;
  margin-right: 645px;
}

.tw .last\:mx-130:last-child{
  margin-left: 650px;
  margin-right: 650px;
}

.tw .last\:mx-131:last-child{
  margin-left: 655px;
  margin-right: 655px;
}

.tw .last\:mx-132:last-child{
  margin-left: 660px;
  margin-right: 660px;
}

.tw .last\:mx-133:last-child{
  margin-left: 665px;
  margin-right: 665px;
}

.tw .last\:mx-134:last-child{
  margin-left: 670px;
  margin-right: 670px;
}

.tw .last\:mx-135:last-child{
  margin-left: 675px;
  margin-right: 675px;
}

.tw .last\:mx-136:last-child{
  margin-left: 680px;
  margin-right: 680px;
}

.tw .last\:mx-137:last-child{
  margin-left: 685px;
  margin-right: 685px;
}

.tw .last\:mx-138:last-child{
  margin-left: 690px;
  margin-right: 690px;
}

.tw .last\:mx-139:last-child{
  margin-left: 695px;
  margin-right: 695px;
}

.tw .last\:mx-140:last-child{
  margin-left: 700px;
  margin-right: 700px;
}

.tw .last\:mx-141:last-child{
  margin-left: 705px;
  margin-right: 705px;
}

.tw .last\:mx-142:last-child{
  margin-left: 710px;
  margin-right: 710px;
}

.tw .last\:mx-143:last-child{
  margin-left: 715px;
  margin-right: 715px;
}

.tw .last\:mx-144:last-child{
  margin-left: 720px;
  margin-right: 720px;
}

.tw .last\:mx-145:last-child{
  margin-left: 725px;
  margin-right: 725px;
}

.tw .last\:mx-146:last-child{
  margin-left: 730px;
  margin-right: 730px;
}

.tw .last\:mx-147:last-child{
  margin-left: 735px;
  margin-right: 735px;
}

.tw .last\:mx-148:last-child{
  margin-left: 740px;
  margin-right: 740px;
}

.tw .last\:mx-149:last-child{
  margin-left: 745px;
  margin-right: 745px;
}

.tw .last\:mx-auto:last-child{
  margin-left: auto;
  margin-right: auto;
}

.tw .last\:mx-0\.5:last-child{
  margin-left: 3px;
  margin-right: 3px;
}

.tw .last\:mx-1px:last-child{
  margin-left: 1px;
  margin-right: 1px;
}

.tw .last\:mx-2px:last-child{
  margin-left: 2px;
  margin-right: 2px;
}

.tw .last\:mx-3px:last-child{
  margin-left: 3px;
  margin-right: 3px;
}

.tw .last\:mx-4px:last-child{
  margin-left: 4px;
  margin-right: 4px;
}

.tw .last\:mx-5px:last-child{
  margin-left: 5px;
  margin-right: 5px;
}

.tw .last\:mx-6px:last-child{
  margin-left: 6px;
  margin-right: 6px;
}

.tw .last\:mx-7px:last-child{
  margin-left: 7px;
  margin-right: 7px;
}

.tw .last\:mx-8px:last-child{
  margin-left: 8px;
  margin-right: 8px;
}

.tw .last\:mx-9px:last-child{
  margin-left: 9px;
  margin-right: 9px;
}

.tw .last\:mx-10px:last-child{
  margin-left: 10px;
  margin-right: 10px;
}

.tw .last\:mx-11px:last-child{
  margin-left: 11px;
  margin-right: 11px;
}

.tw .last\:mx-12px:last-child{
  margin-left: 12px;
  margin-right: 12px;
}

.tw .last\:mx-13px:last-child{
  margin-left: 13px;
  margin-right: 13px;
}

.tw .last\:mx-14px:last-child{
  margin-left: 14px;
  margin-right: 14px;
}

.tw .last\:mx-15px:last-child{
  margin-left: 15px;
  margin-right: 15px;
}

.tw .last\:mx-16px:last-child{
  margin-left: 16px;
  margin-right: 16px;
}

.tw .last\:mx-17px:last-child{
  margin-left: 17px;
  margin-right: 17px;
}

.tw .last\:mx-18px:last-child{
  margin-left: 18px;
  margin-right: 18px;
}

.tw .last\:mx-19px:last-child{
  margin-left: 19px;
  margin-right: 19px;
}

.tw .last\:mx-20px:last-child{
  margin-left: 20px;
  margin-right: 20px;
}

.tw .last\:mx-21px:last-child{
  margin-left: 21px;
  margin-right: 21px;
}

.tw .last\:mx-22px:last-child{
  margin-left: 22px;
  margin-right: 22px;
}

.tw .last\:mx-23px:last-child{
  margin-left: 23px;
  margin-right: 23px;
}

.tw .last\:mx-24px:last-child{
  margin-left: 24px;
  margin-right: 24px;
}

.tw .last\:mx-25px:last-child{
  margin-left: 25px;
  margin-right: 25px;
}

.tw .last\:mx-26px:last-child{
  margin-left: 26px;
  margin-right: 26px;
}

.tw .last\:mx-27px:last-child{
  margin-left: 27px;
  margin-right: 27px;
}

.tw .last\:mx-28px:last-child{
  margin-left: 28px;
  margin-right: 28px;
}

.tw .last\:mx-29px:last-child{
  margin-left: 29px;
  margin-right: 29px;
}

.tw .last\:mx-30px:last-child{
  margin-left: 30px;
  margin-right: 30px;
}

.tw .last\:mx-31px:last-child{
  margin-left: 31px;
  margin-right: 31px;
}

.tw .last\:mx-32px:last-child{
  margin-left: 32px;
  margin-right: 32px;
}

.tw .last\:mx-33px:last-child{
  margin-left: 33px;
  margin-right: 33px;
}

.tw .last\:mx-34px:last-child{
  margin-left: 34px;
  margin-right: 34px;
}

.tw .last\:mx-35px:last-child{
  margin-left: 35px;
  margin-right: 35px;
}

.tw .last\:mx-36px:last-child{
  margin-left: 36px;
  margin-right: 36px;
}

.tw .last\:mx-37px:last-child{
  margin-left: 37px;
  margin-right: 37px;
}

.tw .last\:mx-38px:last-child{
  margin-left: 38px;
  margin-right: 38px;
}

.tw .last\:mx-39px:last-child{
  margin-left: 39px;
  margin-right: 39px;
}

.tw .last\:mx-40px:last-child{
  margin-left: 40px;
  margin-right: 40px;
}

.tw .last\:-mx-0:last-child{
  margin-left: 0px;
  margin-right: 0px;
}

.tw .last\:-mx-1:last-child{
  margin-left: -5px;
  margin-right: -5px;
}

.tw .last\:-mx-2:last-child{
  margin-left: -10px;
  margin-right: -10px;
}

.tw .last\:-mx-3:last-child{
  margin-left: -15px;
  margin-right: -15px;
}

.tw .last\:-mx-4:last-child{
  margin-left: -20px;
  margin-right: -20px;
}

.tw .last\:-mx-5:last-child{
  margin-left: -25px;
  margin-right: -25px;
}

.tw .last\:-mx-6:last-child{
  margin-left: -30px;
  margin-right: -30px;
}

.tw .last\:-mx-7:last-child{
  margin-left: -35px;
  margin-right: -35px;
}

.tw .last\:-mx-8:last-child{
  margin-left: -40px;
  margin-right: -40px;
}

.tw .last\:-mx-9:last-child{
  margin-left: -45px;
  margin-right: -45px;
}

.tw .last\:-mx-10:last-child{
  margin-left: -50px;
  margin-right: -50px;
}

.tw .last\:-mx-11:last-child{
  margin-left: -55px;
  margin-right: -55px;
}

.tw .last\:-mx-12:last-child{
  margin-left: -60px;
  margin-right: -60px;
}

.tw .last\:-mx-13:last-child{
  margin-left: -65px;
  margin-right: -65px;
}

.tw .last\:-mx-14:last-child{
  margin-left: -70px;
  margin-right: -70px;
}

.tw .last\:-mx-15:last-child{
  margin-left: -75px;
  margin-right: -75px;
}

.tw .last\:-mx-16:last-child{
  margin-left: -80px;
  margin-right: -80px;
}

.tw .last\:-mx-17:last-child{
  margin-left: -85px;
  margin-right: -85px;
}

.tw .last\:-mx-18:last-child{
  margin-left: -90px;
  margin-right: -90px;
}

.tw .last\:-mx-19:last-child{
  margin-left: -95px;
  margin-right: -95px;
}

.tw .last\:-mx-20:last-child{
  margin-left: -100px;
  margin-right: -100px;
}

.tw .last\:-mx-21:last-child{
  margin-left: -105px;
  margin-right: -105px;
}

.tw .last\:-mx-22:last-child{
  margin-left: -110px;
  margin-right: -110px;
}

.tw .last\:-mx-23:last-child{
  margin-left: -115px;
  margin-right: -115px;
}

.tw .last\:-mx-24:last-child{
  margin-left: -120px;
  margin-right: -120px;
}

.tw .last\:-mx-25:last-child{
  margin-left: -125px;
  margin-right: -125px;
}

.tw .last\:-mx-26:last-child{
  margin-left: -130px;
  margin-right: -130px;
}

.tw .last\:-mx-27:last-child{
  margin-left: -135px;
  margin-right: -135px;
}

.tw .last\:-mx-28:last-child{
  margin-left: -140px;
  margin-right: -140px;
}

.tw .last\:-mx-29:last-child{
  margin-left: -145px;
  margin-right: -145px;
}

.tw .last\:-mx-30:last-child{
  margin-left: -150px;
  margin-right: -150px;
}

.tw .last\:-mx-31:last-child{
  margin-left: -155px;
  margin-right: -155px;
}

.tw .last\:-mx-32:last-child{
  margin-left: -160px;
  margin-right: -160px;
}

.tw .last\:-mx-33:last-child{
  margin-left: -165px;
  margin-right: -165px;
}

.tw .last\:-mx-34:last-child{
  margin-left: -170px;
  margin-right: -170px;
}

.tw .last\:-mx-35:last-child{
  margin-left: -175px;
  margin-right: -175px;
}

.tw .last\:-mx-36:last-child{
  margin-left: -180px;
  margin-right: -180px;
}

.tw .last\:-mx-37:last-child{
  margin-left: -185px;
  margin-right: -185px;
}

.tw .last\:-mx-38:last-child{
  margin-left: -190px;
  margin-right: -190px;
}

.tw .last\:-mx-39:last-child{
  margin-left: -195px;
  margin-right: -195px;
}

.tw .last\:-mx-40:last-child{
  margin-left: -200px;
  margin-right: -200px;
}

.tw .last\:-mx-41:last-child{
  margin-left: -205px;
  margin-right: -205px;
}

.tw .last\:-mx-42:last-child{
  margin-left: -210px;
  margin-right: -210px;
}

.tw .last\:-mx-43:last-child{
  margin-left: -215px;
  margin-right: -215px;
}

.tw .last\:-mx-44:last-child{
  margin-left: -220px;
  margin-right: -220px;
}

.tw .last\:-mx-45:last-child{
  margin-left: -225px;
  margin-right: -225px;
}

.tw .last\:-mx-46:last-child{
  margin-left: -230px;
  margin-right: -230px;
}

.tw .last\:-mx-47:last-child{
  margin-left: -235px;
  margin-right: -235px;
}

.tw .last\:-mx-48:last-child{
  margin-left: -240px;
  margin-right: -240px;
}

.tw .last\:-mx-49:last-child{
  margin-left: -245px;
  margin-right: -245px;
}

.tw .last\:-mx-50:last-child{
  margin-left: -250px;
  margin-right: -250px;
}

.tw .last\:-mx-51:last-child{
  margin-left: -255px;
  margin-right: -255px;
}

.tw .last\:-mx-52:last-child{
  margin-left: -260px;
  margin-right: -260px;
}

.tw .last\:-mx-53:last-child{
  margin-left: -265px;
  margin-right: -265px;
}

.tw .last\:-mx-54:last-child{
  margin-left: -270px;
  margin-right: -270px;
}

.tw .last\:-mx-55:last-child{
  margin-left: -275px;
  margin-right: -275px;
}

.tw .last\:-mx-56:last-child{
  margin-left: -280px;
  margin-right: -280px;
}

.tw .last\:-mx-57:last-child{
  margin-left: -285px;
  margin-right: -285px;
}

.tw .last\:-mx-58:last-child{
  margin-left: -290px;
  margin-right: -290px;
}

.tw .last\:-mx-59:last-child{
  margin-left: -295px;
  margin-right: -295px;
}

.tw .last\:-mx-60:last-child{
  margin-left: -300px;
  margin-right: -300px;
}

.tw .last\:-mx-61:last-child{
  margin-left: -305px;
  margin-right: -305px;
}

.tw .last\:-mx-62:last-child{
  margin-left: -310px;
  margin-right: -310px;
}

.tw .last\:-mx-63:last-child{
  margin-left: -315px;
  margin-right: -315px;
}

.tw .last\:-mx-64:last-child{
  margin-left: -320px;
  margin-right: -320px;
}

.tw .last\:-mx-65:last-child{
  margin-left: -325px;
  margin-right: -325px;
}

.tw .last\:-mx-66:last-child{
  margin-left: -330px;
  margin-right: -330px;
}

.tw .last\:-mx-67:last-child{
  margin-left: -335px;
  margin-right: -335px;
}

.tw .last\:-mx-68:last-child{
  margin-left: -340px;
  margin-right: -340px;
}

.tw .last\:-mx-69:last-child{
  margin-left: -345px;
  margin-right: -345px;
}

.tw .last\:-mx-70:last-child{
  margin-left: -350px;
  margin-right: -350px;
}

.tw .last\:-mx-71:last-child{
  margin-left: -355px;
  margin-right: -355px;
}

.tw .last\:-mx-72:last-child{
  margin-left: -360px;
  margin-right: -360px;
}

.tw .last\:-mx-73:last-child{
  margin-left: -365px;
  margin-right: -365px;
}

.tw .last\:-mx-74:last-child{
  margin-left: -370px;
  margin-right: -370px;
}

.tw .last\:-mx-75:last-child{
  margin-left: -375px;
  margin-right: -375px;
}

.tw .last\:-mx-76:last-child{
  margin-left: -380px;
  margin-right: -380px;
}

.tw .last\:-mx-77:last-child{
  margin-left: -385px;
  margin-right: -385px;
}

.tw .last\:-mx-78:last-child{
  margin-left: -390px;
  margin-right: -390px;
}

.tw .last\:-mx-79:last-child{
  margin-left: -395px;
  margin-right: -395px;
}

.tw .last\:-mx-80:last-child{
  margin-left: -400px;
  margin-right: -400px;
}

.tw .last\:-mx-81:last-child{
  margin-left: -405px;
  margin-right: -405px;
}

.tw .last\:-mx-82:last-child{
  margin-left: -410px;
  margin-right: -410px;
}

.tw .last\:-mx-83:last-child{
  margin-left: -415px;
  margin-right: -415px;
}

.tw .last\:-mx-84:last-child{
  margin-left: -420px;
  margin-right: -420px;
}

.tw .last\:-mx-85:last-child{
  margin-left: -425px;
  margin-right: -425px;
}

.tw .last\:-mx-86:last-child{
  margin-left: -430px;
  margin-right: -430px;
}

.tw .last\:-mx-87:last-child{
  margin-left: -435px;
  margin-right: -435px;
}

.tw .last\:-mx-88:last-child{
  margin-left: -440px;
  margin-right: -440px;
}

.tw .last\:-mx-89:last-child{
  margin-left: -445px;
  margin-right: -445px;
}

.tw .last\:-mx-90:last-child{
  margin-left: -450px;
  margin-right: -450px;
}

.tw .last\:-mx-91:last-child{
  margin-left: -455px;
  margin-right: -455px;
}

.tw .last\:-mx-92:last-child{
  margin-left: -460px;
  margin-right: -460px;
}

.tw .last\:-mx-93:last-child{
  margin-left: -465px;
  margin-right: -465px;
}

.tw .last\:-mx-94:last-child{
  margin-left: -470px;
  margin-right: -470px;
}

.tw .last\:-mx-95:last-child{
  margin-left: -475px;
  margin-right: -475px;
}

.tw .last\:-mx-96:last-child{
  margin-left: -480px;
  margin-right: -480px;
}

.tw .last\:-mx-97:last-child{
  margin-left: -485px;
  margin-right: -485px;
}

.tw .last\:-mx-98:last-child{
  margin-left: -490px;
  margin-right: -490px;
}

.tw .last\:-mx-99:last-child{
  margin-left: -495px;
  margin-right: -495px;
}

.tw .last\:-mx-100:last-child{
  margin-left: -500px;
  margin-right: -500px;
}

.tw .last\:-mx-101:last-child{
  margin-left: -505px;
  margin-right: -505px;
}

.tw .last\:-mx-102:last-child{
  margin-left: -510px;
  margin-right: -510px;
}

.tw .last\:-mx-103:last-child{
  margin-left: -515px;
  margin-right: -515px;
}

.tw .last\:-mx-104:last-child{
  margin-left: -520px;
  margin-right: -520px;
}

.tw .last\:-mx-105:last-child{
  margin-left: -525px;
  margin-right: -525px;
}

.tw .last\:-mx-106:last-child{
  margin-left: -530px;
  margin-right: -530px;
}

.tw .last\:-mx-107:last-child{
  margin-left: -535px;
  margin-right: -535px;
}

.tw .last\:-mx-108:last-child{
  margin-left: -540px;
  margin-right: -540px;
}

.tw .last\:-mx-109:last-child{
  margin-left: -545px;
  margin-right: -545px;
}

.tw .last\:-mx-110:last-child{
  margin-left: -550px;
  margin-right: -550px;
}

.tw .last\:-mx-111:last-child{
  margin-left: -555px;
  margin-right: -555px;
}

.tw .last\:-mx-112:last-child{
  margin-left: -560px;
  margin-right: -560px;
}

.tw .last\:-mx-113:last-child{
  margin-left: -565px;
  margin-right: -565px;
}

.tw .last\:-mx-114:last-child{
  margin-left: -570px;
  margin-right: -570px;
}

.tw .last\:-mx-115:last-child{
  margin-left: -575px;
  margin-right: -575px;
}

.tw .last\:-mx-116:last-child{
  margin-left: -580px;
  margin-right: -580px;
}

.tw .last\:-mx-117:last-child{
  margin-left: -585px;
  margin-right: -585px;
}

.tw .last\:-mx-118:last-child{
  margin-left: -590px;
  margin-right: -590px;
}

.tw .last\:-mx-119:last-child{
  margin-left: -595px;
  margin-right: -595px;
}

.tw .last\:-mx-120:last-child{
  margin-left: -600px;
  margin-right: -600px;
}

.tw .last\:-mx-121:last-child{
  margin-left: -605px;
  margin-right: -605px;
}

.tw .last\:-mx-122:last-child{
  margin-left: -610px;
  margin-right: -610px;
}

.tw .last\:-mx-123:last-child{
  margin-left: -615px;
  margin-right: -615px;
}

.tw .last\:-mx-124:last-child{
  margin-left: -620px;
  margin-right: -620px;
}

.tw .last\:-mx-125:last-child{
  margin-left: -625px;
  margin-right: -625px;
}

.tw .last\:-mx-126:last-child{
  margin-left: -630px;
  margin-right: -630px;
}

.tw .last\:-mx-127:last-child{
  margin-left: -635px;
  margin-right: -635px;
}

.tw .last\:-mx-128:last-child{
  margin-left: -640px;
  margin-right: -640px;
}

.tw .last\:-mx-129:last-child{
  margin-left: -645px;
  margin-right: -645px;
}

.tw .last\:-mx-130:last-child{
  margin-left: -650px;
  margin-right: -650px;
}

.tw .last\:-mx-131:last-child{
  margin-left: -655px;
  margin-right: -655px;
}

.tw .last\:-mx-132:last-child{
  margin-left: -660px;
  margin-right: -660px;
}

.tw .last\:-mx-133:last-child{
  margin-left: -665px;
  margin-right: -665px;
}

.tw .last\:-mx-134:last-child{
  margin-left: -670px;
  margin-right: -670px;
}

.tw .last\:-mx-135:last-child{
  margin-left: -675px;
  margin-right: -675px;
}

.tw .last\:-mx-136:last-child{
  margin-left: -680px;
  margin-right: -680px;
}

.tw .last\:-mx-137:last-child{
  margin-left: -685px;
  margin-right: -685px;
}

.tw .last\:-mx-138:last-child{
  margin-left: -690px;
  margin-right: -690px;
}

.tw .last\:-mx-139:last-child{
  margin-left: -695px;
  margin-right: -695px;
}

.tw .last\:-mx-140:last-child{
  margin-left: -700px;
  margin-right: -700px;
}

.tw .last\:-mx-141:last-child{
  margin-left: -705px;
  margin-right: -705px;
}

.tw .last\:-mx-142:last-child{
  margin-left: -710px;
  margin-right: -710px;
}

.tw .last\:-mx-143:last-child{
  margin-left: -715px;
  margin-right: -715px;
}

.tw .last\:-mx-144:last-child{
  margin-left: -720px;
  margin-right: -720px;
}

.tw .last\:-mx-145:last-child{
  margin-left: -725px;
  margin-right: -725px;
}

.tw .last\:-mx-146:last-child{
  margin-left: -730px;
  margin-right: -730px;
}

.tw .last\:-mx-147:last-child{
  margin-left: -735px;
  margin-right: -735px;
}

.tw .last\:-mx-148:last-child{
  margin-left: -740px;
  margin-right: -740px;
}

.tw .last\:-mx-149:last-child{
  margin-left: -745px;
  margin-right: -745px;
}

.tw .last\:-mx-0\.5:last-child{
  margin-left: -3px;
  margin-right: -3px;
}

.tw .last\:-mx-1px:last-child{
  margin-left: -1px;
  margin-right: -1px;
}

.tw .last\:-mx-2px:last-child{
  margin-left: -2px;
  margin-right: -2px;
}

.tw .last\:-mx-3px:last-child{
  margin-left: -3px;
  margin-right: -3px;
}

.tw .last\:-mx-4px:last-child{
  margin-left: -4px;
  margin-right: -4px;
}

.tw .last\:-mx-5px:last-child{
  margin-left: -5px;
  margin-right: -5px;
}

.tw .last\:-mx-6px:last-child{
  margin-left: -6px;
  margin-right: -6px;
}

.tw .last\:-mx-7px:last-child{
  margin-left: -7px;
  margin-right: -7px;
}

.tw .last\:-mx-8px:last-child{
  margin-left: -8px;
  margin-right: -8px;
}

.tw .last\:-mx-9px:last-child{
  margin-left: -9px;
  margin-right: -9px;
}

.tw .last\:-mx-10px:last-child{
  margin-left: -10px;
  margin-right: -10px;
}

.tw .last\:-mx-11px:last-child{
  margin-left: -11px;
  margin-right: -11px;
}

.tw .last\:-mx-12px:last-child{
  margin-left: -12px;
  margin-right: -12px;
}

.tw .last\:-mx-13px:last-child{
  margin-left: -13px;
  margin-right: -13px;
}

.tw .last\:-mx-14px:last-child{
  margin-left: -14px;
  margin-right: -14px;
}

.tw .last\:-mx-15px:last-child{
  margin-left: -15px;
  margin-right: -15px;
}

.tw .last\:-mx-16px:last-child{
  margin-left: -16px;
  margin-right: -16px;
}

.tw .last\:-mx-17px:last-child{
  margin-left: -17px;
  margin-right: -17px;
}

.tw .last\:-mx-18px:last-child{
  margin-left: -18px;
  margin-right: -18px;
}

.tw .last\:-mx-19px:last-child{
  margin-left: -19px;
  margin-right: -19px;
}

.tw .last\:-mx-20px:last-child{
  margin-left: -20px;
  margin-right: -20px;
}

.tw .last\:-mx-21px:last-child{
  margin-left: -21px;
  margin-right: -21px;
}

.tw .last\:-mx-22px:last-child{
  margin-left: -22px;
  margin-right: -22px;
}

.tw .last\:-mx-23px:last-child{
  margin-left: -23px;
  margin-right: -23px;
}

.tw .last\:-mx-24px:last-child{
  margin-left: -24px;
  margin-right: -24px;
}

.tw .last\:-mx-25px:last-child{
  margin-left: -25px;
  margin-right: -25px;
}

.tw .last\:-mx-26px:last-child{
  margin-left: -26px;
  margin-right: -26px;
}

.tw .last\:-mx-27px:last-child{
  margin-left: -27px;
  margin-right: -27px;
}

.tw .last\:-mx-28px:last-child{
  margin-left: -28px;
  margin-right: -28px;
}

.tw .last\:-mx-29px:last-child{
  margin-left: -29px;
  margin-right: -29px;
}

.tw .last\:-mx-30px:last-child{
  margin-left: -30px;
  margin-right: -30px;
}

.tw .last\:-mx-31px:last-child{
  margin-left: -31px;
  margin-right: -31px;
}

.tw .last\:-mx-32px:last-child{
  margin-left: -32px;
  margin-right: -32px;
}

.tw .last\:-mx-33px:last-child{
  margin-left: -33px;
  margin-right: -33px;
}

.tw .last\:-mx-34px:last-child{
  margin-left: -34px;
  margin-right: -34px;
}

.tw .last\:-mx-35px:last-child{
  margin-left: -35px;
  margin-right: -35px;
}

.tw .last\:-mx-36px:last-child{
  margin-left: -36px;
  margin-right: -36px;
}

.tw .last\:-mx-37px:last-child{
  margin-left: -37px;
  margin-right: -37px;
}

.tw .last\:-mx-38px:last-child{
  margin-left: -38px;
  margin-right: -38px;
}

.tw .last\:-mx-39px:last-child{
  margin-left: -39px;
  margin-right: -39px;
}

.tw .last\:-mx-40px:last-child{
  margin-left: -40px;
  margin-right: -40px;
}

.tw .last\:my-0:last-child{
  margin-top: 0px;
  margin-bottom: 0px;
}

.tw .last\:my-1:last-child{
  margin-top: 5px;
  margin-bottom: 5px;
}

.tw .last\:my-2:last-child{
  margin-top: 10px;
  margin-bottom: 10px;
}

.tw .last\:my-3:last-child{
  margin-top: 15px;
  margin-bottom: 15px;
}

.tw .last\:my-4:last-child{
  margin-top: 20px;
  margin-bottom: 20px;
}

.tw .last\:my-5:last-child{
  margin-top: 25px;
  margin-bottom: 25px;
}

.tw .last\:my-6:last-child{
  margin-top: 30px;
  margin-bottom: 30px;
}

.tw .last\:my-7:last-child{
  margin-top: 35px;
  margin-bottom: 35px;
}

.tw .last\:my-8:last-child{
  margin-top: 40px;
  margin-bottom: 40px;
}

.tw .last\:my-9:last-child{
  margin-top: 45px;
  margin-bottom: 45px;
}

.tw .last\:my-10:last-child{
  margin-top: 50px;
  margin-bottom: 50px;
}

.tw .last\:my-11:last-child{
  margin-top: 55px;
  margin-bottom: 55px;
}

.tw .last\:my-12:last-child{
  margin-top: 60px;
  margin-bottom: 60px;
}

.tw .last\:my-13:last-child{
  margin-top: 65px;
  margin-bottom: 65px;
}

.tw .last\:my-14:last-child{
  margin-top: 70px;
  margin-bottom: 70px;
}

.tw .last\:my-15:last-child{
  margin-top: 75px;
  margin-bottom: 75px;
}

.tw .last\:my-16:last-child{
  margin-top: 80px;
  margin-bottom: 80px;
}

.tw .last\:my-17:last-child{
  margin-top: 85px;
  margin-bottom: 85px;
}

.tw .last\:my-18:last-child{
  margin-top: 90px;
  margin-bottom: 90px;
}

.tw .last\:my-19:last-child{
  margin-top: 95px;
  margin-bottom: 95px;
}

.tw .last\:my-20:last-child{
  margin-top: 100px;
  margin-bottom: 100px;
}

.tw .last\:my-21:last-child{
  margin-top: 105px;
  margin-bottom: 105px;
}

.tw .last\:my-22:last-child{
  margin-top: 110px;
  margin-bottom: 110px;
}

.tw .last\:my-23:last-child{
  margin-top: 115px;
  margin-bottom: 115px;
}

.tw .last\:my-24:last-child{
  margin-top: 120px;
  margin-bottom: 120px;
}

.tw .last\:my-25:last-child{
  margin-top: 125px;
  margin-bottom: 125px;
}

.tw .last\:my-26:last-child{
  margin-top: 130px;
  margin-bottom: 130px;
}

.tw .last\:my-27:last-child{
  margin-top: 135px;
  margin-bottom: 135px;
}

.tw .last\:my-28:last-child{
  margin-top: 140px;
  margin-bottom: 140px;
}

.tw .last\:my-29:last-child{
  margin-top: 145px;
  margin-bottom: 145px;
}

.tw .last\:my-30:last-child{
  margin-top: 150px;
  margin-bottom: 150px;
}

.tw .last\:my-31:last-child{
  margin-top: 155px;
  margin-bottom: 155px;
}

.tw .last\:my-32:last-child{
  margin-top: 160px;
  margin-bottom: 160px;
}

.tw .last\:my-33:last-child{
  margin-top: 165px;
  margin-bottom: 165px;
}

.tw .last\:my-34:last-child{
  margin-top: 170px;
  margin-bottom: 170px;
}

.tw .last\:my-35:last-child{
  margin-top: 175px;
  margin-bottom: 175px;
}

.tw .last\:my-36:last-child{
  margin-top: 180px;
  margin-bottom: 180px;
}

.tw .last\:my-37:last-child{
  margin-top: 185px;
  margin-bottom: 185px;
}

.tw .last\:my-38:last-child{
  margin-top: 190px;
  margin-bottom: 190px;
}

.tw .last\:my-39:last-child{
  margin-top: 195px;
  margin-bottom: 195px;
}

.tw .last\:my-40:last-child{
  margin-top: 200px;
  margin-bottom: 200px;
}

.tw .last\:my-41:last-child{
  margin-top: 205px;
  margin-bottom: 205px;
}

.tw .last\:my-42:last-child{
  margin-top: 210px;
  margin-bottom: 210px;
}

.tw .last\:my-43:last-child{
  margin-top: 215px;
  margin-bottom: 215px;
}

.tw .last\:my-44:last-child{
  margin-top: 220px;
  margin-bottom: 220px;
}

.tw .last\:my-45:last-child{
  margin-top: 225px;
  margin-bottom: 225px;
}

.tw .last\:my-46:last-child{
  margin-top: 230px;
  margin-bottom: 230px;
}

.tw .last\:my-47:last-child{
  margin-top: 235px;
  margin-bottom: 235px;
}

.tw .last\:my-48:last-child{
  margin-top: 240px;
  margin-bottom: 240px;
}

.tw .last\:my-49:last-child{
  margin-top: 245px;
  margin-bottom: 245px;
}

.tw .last\:my-50:last-child{
  margin-top: 250px;
  margin-bottom: 250px;
}

.tw .last\:my-51:last-child{
  margin-top: 255px;
  margin-bottom: 255px;
}

.tw .last\:my-52:last-child{
  margin-top: 260px;
  margin-bottom: 260px;
}

.tw .last\:my-53:last-child{
  margin-top: 265px;
  margin-bottom: 265px;
}

.tw .last\:my-54:last-child{
  margin-top: 270px;
  margin-bottom: 270px;
}

.tw .last\:my-55:last-child{
  margin-top: 275px;
  margin-bottom: 275px;
}

.tw .last\:my-56:last-child{
  margin-top: 280px;
  margin-bottom: 280px;
}

.tw .last\:my-57:last-child{
  margin-top: 285px;
  margin-bottom: 285px;
}

.tw .last\:my-58:last-child{
  margin-top: 290px;
  margin-bottom: 290px;
}

.tw .last\:my-59:last-child{
  margin-top: 295px;
  margin-bottom: 295px;
}

.tw .last\:my-60:last-child{
  margin-top: 300px;
  margin-bottom: 300px;
}

.tw .last\:my-61:last-child{
  margin-top: 305px;
  margin-bottom: 305px;
}

.tw .last\:my-62:last-child{
  margin-top: 310px;
  margin-bottom: 310px;
}

.tw .last\:my-63:last-child{
  margin-top: 315px;
  margin-bottom: 315px;
}

.tw .last\:my-64:last-child{
  margin-top: 320px;
  margin-bottom: 320px;
}

.tw .last\:my-65:last-child{
  margin-top: 325px;
  margin-bottom: 325px;
}

.tw .last\:my-66:last-child{
  margin-top: 330px;
  margin-bottom: 330px;
}

.tw .last\:my-67:last-child{
  margin-top: 335px;
  margin-bottom: 335px;
}

.tw .last\:my-68:last-child{
  margin-top: 340px;
  margin-bottom: 340px;
}

.tw .last\:my-69:last-child{
  margin-top: 345px;
  margin-bottom: 345px;
}

.tw .last\:my-70:last-child{
  margin-top: 350px;
  margin-bottom: 350px;
}

.tw .last\:my-71:last-child{
  margin-top: 355px;
  margin-bottom: 355px;
}

.tw .last\:my-72:last-child{
  margin-top: 360px;
  margin-bottom: 360px;
}

.tw .last\:my-73:last-child{
  margin-top: 365px;
  margin-bottom: 365px;
}

.tw .last\:my-74:last-child{
  margin-top: 370px;
  margin-bottom: 370px;
}

.tw .last\:my-75:last-child{
  margin-top: 375px;
  margin-bottom: 375px;
}

.tw .last\:my-76:last-child{
  margin-top: 380px;
  margin-bottom: 380px;
}

.tw .last\:my-77:last-child{
  margin-top: 385px;
  margin-bottom: 385px;
}

.tw .last\:my-78:last-child{
  margin-top: 390px;
  margin-bottom: 390px;
}

.tw .last\:my-79:last-child{
  margin-top: 395px;
  margin-bottom: 395px;
}

.tw .last\:my-80:last-child{
  margin-top: 400px;
  margin-bottom: 400px;
}

.tw .last\:my-81:last-child{
  margin-top: 405px;
  margin-bottom: 405px;
}

.tw .last\:my-82:last-child{
  margin-top: 410px;
  margin-bottom: 410px;
}

.tw .last\:my-83:last-child{
  margin-top: 415px;
  margin-bottom: 415px;
}

.tw .last\:my-84:last-child{
  margin-top: 420px;
  margin-bottom: 420px;
}

.tw .last\:my-85:last-child{
  margin-top: 425px;
  margin-bottom: 425px;
}

.tw .last\:my-86:last-child{
  margin-top: 430px;
  margin-bottom: 430px;
}

.tw .last\:my-87:last-child{
  margin-top: 435px;
  margin-bottom: 435px;
}

.tw .last\:my-88:last-child{
  margin-top: 440px;
  margin-bottom: 440px;
}

.tw .last\:my-89:last-child{
  margin-top: 445px;
  margin-bottom: 445px;
}

.tw .last\:my-90:last-child{
  margin-top: 450px;
  margin-bottom: 450px;
}

.tw .last\:my-91:last-child{
  margin-top: 455px;
  margin-bottom: 455px;
}

.tw .last\:my-92:last-child{
  margin-top: 460px;
  margin-bottom: 460px;
}

.tw .last\:my-93:last-child{
  margin-top: 465px;
  margin-bottom: 465px;
}

.tw .last\:my-94:last-child{
  margin-top: 470px;
  margin-bottom: 470px;
}

.tw .last\:my-95:last-child{
  margin-top: 475px;
  margin-bottom: 475px;
}

.tw .last\:my-96:last-child{
  margin-top: 480px;
  margin-bottom: 480px;
}

.tw .last\:my-97:last-child{
  margin-top: 485px;
  margin-bottom: 485px;
}

.tw .last\:my-98:last-child{
  margin-top: 490px;
  margin-bottom: 490px;
}

.tw .last\:my-99:last-child{
  margin-top: 495px;
  margin-bottom: 495px;
}

.tw .last\:my-100:last-child{
  margin-top: 500px;
  margin-bottom: 500px;
}

.tw .last\:my-101:last-child{
  margin-top: 505px;
  margin-bottom: 505px;
}

.tw .last\:my-102:last-child{
  margin-top: 510px;
  margin-bottom: 510px;
}

.tw .last\:my-103:last-child{
  margin-top: 515px;
  margin-bottom: 515px;
}

.tw .last\:my-104:last-child{
  margin-top: 520px;
  margin-bottom: 520px;
}

.tw .last\:my-105:last-child{
  margin-top: 525px;
  margin-bottom: 525px;
}

.tw .last\:my-106:last-child{
  margin-top: 530px;
  margin-bottom: 530px;
}

.tw .last\:my-107:last-child{
  margin-top: 535px;
  margin-bottom: 535px;
}

.tw .last\:my-108:last-child{
  margin-top: 540px;
  margin-bottom: 540px;
}

.tw .last\:my-109:last-child{
  margin-top: 545px;
  margin-bottom: 545px;
}

.tw .last\:my-110:last-child{
  margin-top: 550px;
  margin-bottom: 550px;
}

.tw .last\:my-111:last-child{
  margin-top: 555px;
  margin-bottom: 555px;
}

.tw .last\:my-112:last-child{
  margin-top: 560px;
  margin-bottom: 560px;
}

.tw .last\:my-113:last-child{
  margin-top: 565px;
  margin-bottom: 565px;
}

.tw .last\:my-114:last-child{
  margin-top: 570px;
  margin-bottom: 570px;
}

.tw .last\:my-115:last-child{
  margin-top: 575px;
  margin-bottom: 575px;
}

.tw .last\:my-116:last-child{
  margin-top: 580px;
  margin-bottom: 580px;
}

.tw .last\:my-117:last-child{
  margin-top: 585px;
  margin-bottom: 585px;
}

.tw .last\:my-118:last-child{
  margin-top: 590px;
  margin-bottom: 590px;
}

.tw .last\:my-119:last-child{
  margin-top: 595px;
  margin-bottom: 595px;
}

.tw .last\:my-120:last-child{
  margin-top: 600px;
  margin-bottom: 600px;
}

.tw .last\:my-121:last-child{
  margin-top: 605px;
  margin-bottom: 605px;
}

.tw .last\:my-122:last-child{
  margin-top: 610px;
  margin-bottom: 610px;
}

.tw .last\:my-123:last-child{
  margin-top: 615px;
  margin-bottom: 615px;
}

.tw .last\:my-124:last-child{
  margin-top: 620px;
  margin-bottom: 620px;
}

.tw .last\:my-125:last-child{
  margin-top: 625px;
  margin-bottom: 625px;
}

.tw .last\:my-126:last-child{
  margin-top: 630px;
  margin-bottom: 630px;
}

.tw .last\:my-127:last-child{
  margin-top: 635px;
  margin-bottom: 635px;
}

.tw .last\:my-128:last-child{
  margin-top: 640px;
  margin-bottom: 640px;
}

.tw .last\:my-129:last-child{
  margin-top: 645px;
  margin-bottom: 645px;
}

.tw .last\:my-130:last-child{
  margin-top: 650px;
  margin-bottom: 650px;
}

.tw .last\:my-131:last-child{
  margin-top: 655px;
  margin-bottom: 655px;
}

.tw .last\:my-132:last-child{
  margin-top: 660px;
  margin-bottom: 660px;
}

.tw .last\:my-133:last-child{
  margin-top: 665px;
  margin-bottom: 665px;
}

.tw .last\:my-134:last-child{
  margin-top: 670px;
  margin-bottom: 670px;
}

.tw .last\:my-135:last-child{
  margin-top: 675px;
  margin-bottom: 675px;
}

.tw .last\:my-136:last-child{
  margin-top: 680px;
  margin-bottom: 680px;
}

.tw .last\:my-137:last-child{
  margin-top: 685px;
  margin-bottom: 685px;
}

.tw .last\:my-138:last-child{
  margin-top: 690px;
  margin-bottom: 690px;
}

.tw .last\:my-139:last-child{
  margin-top: 695px;
  margin-bottom: 695px;
}

.tw .last\:my-140:last-child{
  margin-top: 700px;
  margin-bottom: 700px;
}

.tw .last\:my-141:last-child{
  margin-top: 705px;
  margin-bottom: 705px;
}

.tw .last\:my-142:last-child{
  margin-top: 710px;
  margin-bottom: 710px;
}

.tw .last\:my-143:last-child{
  margin-top: 715px;
  margin-bottom: 715px;
}

.tw .last\:my-144:last-child{
  margin-top: 720px;
  margin-bottom: 720px;
}

.tw .last\:my-145:last-child{
  margin-top: 725px;
  margin-bottom: 725px;
}

.tw .last\:my-146:last-child{
  margin-top: 730px;
  margin-bottom: 730px;
}

.tw .last\:my-147:last-child{
  margin-top: 735px;
  margin-bottom: 735px;
}

.tw .last\:my-148:last-child{
  margin-top: 740px;
  margin-bottom: 740px;
}

.tw .last\:my-149:last-child{
  margin-top: 745px;
  margin-bottom: 745px;
}

.tw .last\:my-auto:last-child{
  margin-top: auto;
  margin-bottom: auto;
}

.tw .last\:my-0\.5:last-child{
  margin-top: 3px;
  margin-bottom: 3px;
}

.tw .last\:my-1px:last-child{
  margin-top: 1px;
  margin-bottom: 1px;
}

.tw .last\:my-2px:last-child{
  margin-top: 2px;
  margin-bottom: 2px;
}

.tw .last\:my-3px:last-child{
  margin-top: 3px;
  margin-bottom: 3px;
}

.tw .last\:my-4px:last-child{
  margin-top: 4px;
  margin-bottom: 4px;
}

.tw .last\:my-5px:last-child{
  margin-top: 5px;
  margin-bottom: 5px;
}

.tw .last\:my-6px:last-child{
  margin-top: 6px;
  margin-bottom: 6px;
}

.tw .last\:my-7px:last-child{
  margin-top: 7px;
  margin-bottom: 7px;
}

.tw .last\:my-8px:last-child{
  margin-top: 8px;
  margin-bottom: 8px;
}

.tw .last\:my-9px:last-child{
  margin-top: 9px;
  margin-bottom: 9px;
}

.tw .last\:my-10px:last-child{
  margin-top: 10px;
  margin-bottom: 10px;
}

.tw .last\:my-11px:last-child{
  margin-top: 11px;
  margin-bottom: 11px;
}

.tw .last\:my-12px:last-child{
  margin-top: 12px;
  margin-bottom: 12px;
}

.tw .last\:my-13px:last-child{
  margin-top: 13px;
  margin-bottom: 13px;
}

.tw .last\:my-14px:last-child{
  margin-top: 14px;
  margin-bottom: 14px;
}

.tw .last\:my-15px:last-child{
  margin-top: 15px;
  margin-bottom: 15px;
}

.tw .last\:my-16px:last-child{
  margin-top: 16px;
  margin-bottom: 16px;
}

.tw .last\:my-17px:last-child{
  margin-top: 17px;
  margin-bottom: 17px;
}

.tw .last\:my-18px:last-child{
  margin-top: 18px;
  margin-bottom: 18px;
}

.tw .last\:my-19px:last-child{
  margin-top: 19px;
  margin-bottom: 19px;
}

.tw .last\:my-20px:last-child{
  margin-top: 20px;
  margin-bottom: 20px;
}

.tw .last\:my-21px:last-child{
  margin-top: 21px;
  margin-bottom: 21px;
}

.tw .last\:my-22px:last-child{
  margin-top: 22px;
  margin-bottom: 22px;
}

.tw .last\:my-23px:last-child{
  margin-top: 23px;
  margin-bottom: 23px;
}

.tw .last\:my-24px:last-child{
  margin-top: 24px;
  margin-bottom: 24px;
}

.tw .last\:my-25px:last-child{
  margin-top: 25px;
  margin-bottom: 25px;
}

.tw .last\:my-26px:last-child{
  margin-top: 26px;
  margin-bottom: 26px;
}

.tw .last\:my-27px:last-child{
  margin-top: 27px;
  margin-bottom: 27px;
}

.tw .last\:my-28px:last-child{
  margin-top: 28px;
  margin-bottom: 28px;
}

.tw .last\:my-29px:last-child{
  margin-top: 29px;
  margin-bottom: 29px;
}

.tw .last\:my-30px:last-child{
  margin-top: 30px;
  margin-bottom: 30px;
}

.tw .last\:my-31px:last-child{
  margin-top: 31px;
  margin-bottom: 31px;
}

.tw .last\:my-32px:last-child{
  margin-top: 32px;
  margin-bottom: 32px;
}

.tw .last\:my-33px:last-child{
  margin-top: 33px;
  margin-bottom: 33px;
}

.tw .last\:my-34px:last-child{
  margin-top: 34px;
  margin-bottom: 34px;
}

.tw .last\:my-35px:last-child{
  margin-top: 35px;
  margin-bottom: 35px;
}

.tw .last\:my-36px:last-child{
  margin-top: 36px;
  margin-bottom: 36px;
}

.tw .last\:my-37px:last-child{
  margin-top: 37px;
  margin-bottom: 37px;
}

.tw .last\:my-38px:last-child{
  margin-top: 38px;
  margin-bottom: 38px;
}

.tw .last\:my-39px:last-child{
  margin-top: 39px;
  margin-bottom: 39px;
}

.tw .last\:my-40px:last-child{
  margin-top: 40px;
  margin-bottom: 40px;
}

.tw .last\:-my-0:last-child{
  margin-top: 0px;
  margin-bottom: 0px;
}

.tw .last\:-my-1:last-child{
  margin-top: -5px;
  margin-bottom: -5px;
}

.tw .last\:-my-2:last-child{
  margin-top: -10px;
  margin-bottom: -10px;
}

.tw .last\:-my-3:last-child{
  margin-top: -15px;
  margin-bottom: -15px;
}

.tw .last\:-my-4:last-child{
  margin-top: -20px;
  margin-bottom: -20px;
}

.tw .last\:-my-5:last-child{
  margin-top: -25px;
  margin-bottom: -25px;
}

.tw .last\:-my-6:last-child{
  margin-top: -30px;
  margin-bottom: -30px;
}

.tw .last\:-my-7:last-child{
  margin-top: -35px;
  margin-bottom: -35px;
}

.tw .last\:-my-8:last-child{
  margin-top: -40px;
  margin-bottom: -40px;
}

.tw .last\:-my-9:last-child{
  margin-top: -45px;
  margin-bottom: -45px;
}

.tw .last\:-my-10:last-child{
  margin-top: -50px;
  margin-bottom: -50px;
}

.tw .last\:-my-11:last-child{
  margin-top: -55px;
  margin-bottom: -55px;
}

.tw .last\:-my-12:last-child{
  margin-top: -60px;
  margin-bottom: -60px;
}

.tw .last\:-my-13:last-child{
  margin-top: -65px;
  margin-bottom: -65px;
}

.tw .last\:-my-14:last-child{
  margin-top: -70px;
  margin-bottom: -70px;
}

.tw .last\:-my-15:last-child{
  margin-top: -75px;
  margin-bottom: -75px;
}

.tw .last\:-my-16:last-child{
  margin-top: -80px;
  margin-bottom: -80px;
}

.tw .last\:-my-17:last-child{
  margin-top: -85px;
  margin-bottom: -85px;
}

.tw .last\:-my-18:last-child{
  margin-top: -90px;
  margin-bottom: -90px;
}

.tw .last\:-my-19:last-child{
  margin-top: -95px;
  margin-bottom: -95px;
}

.tw .last\:-my-20:last-child{
  margin-top: -100px;
  margin-bottom: -100px;
}

.tw .last\:-my-21:last-child{
  margin-top: -105px;
  margin-bottom: -105px;
}

.tw .last\:-my-22:last-child{
  margin-top: -110px;
  margin-bottom: -110px;
}

.tw .last\:-my-23:last-child{
  margin-top: -115px;
  margin-bottom: -115px;
}

.tw .last\:-my-24:last-child{
  margin-top: -120px;
  margin-bottom: -120px;
}

.tw .last\:-my-25:last-child{
  margin-top: -125px;
  margin-bottom: -125px;
}

.tw .last\:-my-26:last-child{
  margin-top: -130px;
  margin-bottom: -130px;
}

.tw .last\:-my-27:last-child{
  margin-top: -135px;
  margin-bottom: -135px;
}

.tw .last\:-my-28:last-child{
  margin-top: -140px;
  margin-bottom: -140px;
}

.tw .last\:-my-29:last-child{
  margin-top: -145px;
  margin-bottom: -145px;
}

.tw .last\:-my-30:last-child{
  margin-top: -150px;
  margin-bottom: -150px;
}

.tw .last\:-my-31:last-child{
  margin-top: -155px;
  margin-bottom: -155px;
}

.tw .last\:-my-32:last-child{
  margin-top: -160px;
  margin-bottom: -160px;
}

.tw .last\:-my-33:last-child{
  margin-top: -165px;
  margin-bottom: -165px;
}

.tw .last\:-my-34:last-child{
  margin-top: -170px;
  margin-bottom: -170px;
}

.tw .last\:-my-35:last-child{
  margin-top: -175px;
  margin-bottom: -175px;
}

.tw .last\:-my-36:last-child{
  margin-top: -180px;
  margin-bottom: -180px;
}

.tw .last\:-my-37:last-child{
  margin-top: -185px;
  margin-bottom: -185px;
}

.tw .last\:-my-38:last-child{
  margin-top: -190px;
  margin-bottom: -190px;
}

.tw .last\:-my-39:last-child{
  margin-top: -195px;
  margin-bottom: -195px;
}

.tw .last\:-my-40:last-child{
  margin-top: -200px;
  margin-bottom: -200px;
}

.tw .last\:-my-41:last-child{
  margin-top: -205px;
  margin-bottom: -205px;
}

.tw .last\:-my-42:last-child{
  margin-top: -210px;
  margin-bottom: -210px;
}

.tw .last\:-my-43:last-child{
  margin-top: -215px;
  margin-bottom: -215px;
}

.tw .last\:-my-44:last-child{
  margin-top: -220px;
  margin-bottom: -220px;
}

.tw .last\:-my-45:last-child{
  margin-top: -225px;
  margin-bottom: -225px;
}

.tw .last\:-my-46:last-child{
  margin-top: -230px;
  margin-bottom: -230px;
}

.tw .last\:-my-47:last-child{
  margin-top: -235px;
  margin-bottom: -235px;
}

.tw .last\:-my-48:last-child{
  margin-top: -240px;
  margin-bottom: -240px;
}

.tw .last\:-my-49:last-child{
  margin-top: -245px;
  margin-bottom: -245px;
}

.tw .last\:-my-50:last-child{
  margin-top: -250px;
  margin-bottom: -250px;
}

.tw .last\:-my-51:last-child{
  margin-top: -255px;
  margin-bottom: -255px;
}

.tw .last\:-my-52:last-child{
  margin-top: -260px;
  margin-bottom: -260px;
}

.tw .last\:-my-53:last-child{
  margin-top: -265px;
  margin-bottom: -265px;
}

.tw .last\:-my-54:last-child{
  margin-top: -270px;
  margin-bottom: -270px;
}

.tw .last\:-my-55:last-child{
  margin-top: -275px;
  margin-bottom: -275px;
}

.tw .last\:-my-56:last-child{
  margin-top: -280px;
  margin-bottom: -280px;
}

.tw .last\:-my-57:last-child{
  margin-top: -285px;
  margin-bottom: -285px;
}

.tw .last\:-my-58:last-child{
  margin-top: -290px;
  margin-bottom: -290px;
}

.tw .last\:-my-59:last-child{
  margin-top: -295px;
  margin-bottom: -295px;
}

.tw .last\:-my-60:last-child{
  margin-top: -300px;
  margin-bottom: -300px;
}

.tw .last\:-my-61:last-child{
  margin-top: -305px;
  margin-bottom: -305px;
}

.tw .last\:-my-62:last-child{
  margin-top: -310px;
  margin-bottom: -310px;
}

.tw .last\:-my-63:last-child{
  margin-top: -315px;
  margin-bottom: -315px;
}

.tw .last\:-my-64:last-child{
  margin-top: -320px;
  margin-bottom: -320px;
}

.tw .last\:-my-65:last-child{
  margin-top: -325px;
  margin-bottom: -325px;
}

.tw .last\:-my-66:last-child{
  margin-top: -330px;
  margin-bottom: -330px;
}

.tw .last\:-my-67:last-child{
  margin-top: -335px;
  margin-bottom: -335px;
}

.tw .last\:-my-68:last-child{
  margin-top: -340px;
  margin-bottom: -340px;
}

.tw .last\:-my-69:last-child{
  margin-top: -345px;
  margin-bottom: -345px;
}

.tw .last\:-my-70:last-child{
  margin-top: -350px;
  margin-bottom: -350px;
}

.tw .last\:-my-71:last-child{
  margin-top: -355px;
  margin-bottom: -355px;
}

.tw .last\:-my-72:last-child{
  margin-top: -360px;
  margin-bottom: -360px;
}

.tw .last\:-my-73:last-child{
  margin-top: -365px;
  margin-bottom: -365px;
}

.tw .last\:-my-74:last-child{
  margin-top: -370px;
  margin-bottom: -370px;
}

.tw .last\:-my-75:last-child{
  margin-top: -375px;
  margin-bottom: -375px;
}

.tw .last\:-my-76:last-child{
  margin-top: -380px;
  margin-bottom: -380px;
}

.tw .last\:-my-77:last-child{
  margin-top: -385px;
  margin-bottom: -385px;
}

.tw .last\:-my-78:last-child{
  margin-top: -390px;
  margin-bottom: -390px;
}

.tw .last\:-my-79:last-child{
  margin-top: -395px;
  margin-bottom: -395px;
}

.tw .last\:-my-80:last-child{
  margin-top: -400px;
  margin-bottom: -400px;
}

.tw .last\:-my-81:last-child{
  margin-top: -405px;
  margin-bottom: -405px;
}

.tw .last\:-my-82:last-child{
  margin-top: -410px;
  margin-bottom: -410px;
}

.tw .last\:-my-83:last-child{
  margin-top: -415px;
  margin-bottom: -415px;
}

.tw .last\:-my-84:last-child{
  margin-top: -420px;
  margin-bottom: -420px;
}

.tw .last\:-my-85:last-child{
  margin-top: -425px;
  margin-bottom: -425px;
}

.tw .last\:-my-86:last-child{
  margin-top: -430px;
  margin-bottom: -430px;
}

.tw .last\:-my-87:last-child{
  margin-top: -435px;
  margin-bottom: -435px;
}

.tw .last\:-my-88:last-child{
  margin-top: -440px;
  margin-bottom: -440px;
}

.tw .last\:-my-89:last-child{
  margin-top: -445px;
  margin-bottom: -445px;
}

.tw .last\:-my-90:last-child{
  margin-top: -450px;
  margin-bottom: -450px;
}

.tw .last\:-my-91:last-child{
  margin-top: -455px;
  margin-bottom: -455px;
}

.tw .last\:-my-92:last-child{
  margin-top: -460px;
  margin-bottom: -460px;
}

.tw .last\:-my-93:last-child{
  margin-top: -465px;
  margin-bottom: -465px;
}

.tw .last\:-my-94:last-child{
  margin-top: -470px;
  margin-bottom: -470px;
}

.tw .last\:-my-95:last-child{
  margin-top: -475px;
  margin-bottom: -475px;
}

.tw .last\:-my-96:last-child{
  margin-top: -480px;
  margin-bottom: -480px;
}

.tw .last\:-my-97:last-child{
  margin-top: -485px;
  margin-bottom: -485px;
}

.tw .last\:-my-98:last-child{
  margin-top: -490px;
  margin-bottom: -490px;
}

.tw .last\:-my-99:last-child{
  margin-top: -495px;
  margin-bottom: -495px;
}

.tw .last\:-my-100:last-child{
  margin-top: -500px;
  margin-bottom: -500px;
}

.tw .last\:-my-101:last-child{
  margin-top: -505px;
  margin-bottom: -505px;
}

.tw .last\:-my-102:last-child{
  margin-top: -510px;
  margin-bottom: -510px;
}

.tw .last\:-my-103:last-child{
  margin-top: -515px;
  margin-bottom: -515px;
}

.tw .last\:-my-104:last-child{
  margin-top: -520px;
  margin-bottom: -520px;
}

.tw .last\:-my-105:last-child{
  margin-top: -525px;
  margin-bottom: -525px;
}

.tw .last\:-my-106:last-child{
  margin-top: -530px;
  margin-bottom: -530px;
}

.tw .last\:-my-107:last-child{
  margin-top: -535px;
  margin-bottom: -535px;
}

.tw .last\:-my-108:last-child{
  margin-top: -540px;
  margin-bottom: -540px;
}

.tw .last\:-my-109:last-child{
  margin-top: -545px;
  margin-bottom: -545px;
}

.tw .last\:-my-110:last-child{
  margin-top: -550px;
  margin-bottom: -550px;
}

.tw .last\:-my-111:last-child{
  margin-top: -555px;
  margin-bottom: -555px;
}

.tw .last\:-my-112:last-child{
  margin-top: -560px;
  margin-bottom: -560px;
}

.tw .last\:-my-113:last-child{
  margin-top: -565px;
  margin-bottom: -565px;
}

.tw .last\:-my-114:last-child{
  margin-top: -570px;
  margin-bottom: -570px;
}

.tw .last\:-my-115:last-child{
  margin-top: -575px;
  margin-bottom: -575px;
}

.tw .last\:-my-116:last-child{
  margin-top: -580px;
  margin-bottom: -580px;
}

.tw .last\:-my-117:last-child{
  margin-top: -585px;
  margin-bottom: -585px;
}

.tw .last\:-my-118:last-child{
  margin-top: -590px;
  margin-bottom: -590px;
}

.tw .last\:-my-119:last-child{
  margin-top: -595px;
  margin-bottom: -595px;
}

.tw .last\:-my-120:last-child{
  margin-top: -600px;
  margin-bottom: -600px;
}

.tw .last\:-my-121:last-child{
  margin-top: -605px;
  margin-bottom: -605px;
}

.tw .last\:-my-122:last-child{
  margin-top: -610px;
  margin-bottom: -610px;
}

.tw .last\:-my-123:last-child{
  margin-top: -615px;
  margin-bottom: -615px;
}

.tw .last\:-my-124:last-child{
  margin-top: -620px;
  margin-bottom: -620px;
}

.tw .last\:-my-125:last-child{
  margin-top: -625px;
  margin-bottom: -625px;
}

.tw .last\:-my-126:last-child{
  margin-top: -630px;
  margin-bottom: -630px;
}

.tw .last\:-my-127:last-child{
  margin-top: -635px;
  margin-bottom: -635px;
}

.tw .last\:-my-128:last-child{
  margin-top: -640px;
  margin-bottom: -640px;
}

.tw .last\:-my-129:last-child{
  margin-top: -645px;
  margin-bottom: -645px;
}

.tw .last\:-my-130:last-child{
  margin-top: -650px;
  margin-bottom: -650px;
}

.tw .last\:-my-131:last-child{
  margin-top: -655px;
  margin-bottom: -655px;
}

.tw .last\:-my-132:last-child{
  margin-top: -660px;
  margin-bottom: -660px;
}

.tw .last\:-my-133:last-child{
  margin-top: -665px;
  margin-bottom: -665px;
}

.tw .last\:-my-134:last-child{
  margin-top: -670px;
  margin-bottom: -670px;
}

.tw .last\:-my-135:last-child{
  margin-top: -675px;
  margin-bottom: -675px;
}

.tw .last\:-my-136:last-child{
  margin-top: -680px;
  margin-bottom: -680px;
}

.tw .last\:-my-137:last-child{
  margin-top: -685px;
  margin-bottom: -685px;
}

.tw .last\:-my-138:last-child{
  margin-top: -690px;
  margin-bottom: -690px;
}

.tw .last\:-my-139:last-child{
  margin-top: -695px;
  margin-bottom: -695px;
}

.tw .last\:-my-140:last-child{
  margin-top: -700px;
  margin-bottom: -700px;
}

.tw .last\:-my-141:last-child{
  margin-top: -705px;
  margin-bottom: -705px;
}

.tw .last\:-my-142:last-child{
  margin-top: -710px;
  margin-bottom: -710px;
}

.tw .last\:-my-143:last-child{
  margin-top: -715px;
  margin-bottom: -715px;
}

.tw .last\:-my-144:last-child{
  margin-top: -720px;
  margin-bottom: -720px;
}

.tw .last\:-my-145:last-child{
  margin-top: -725px;
  margin-bottom: -725px;
}

.tw .last\:-my-146:last-child{
  margin-top: -730px;
  margin-bottom: -730px;
}

.tw .last\:-my-147:last-child{
  margin-top: -735px;
  margin-bottom: -735px;
}

.tw .last\:-my-148:last-child{
  margin-top: -740px;
  margin-bottom: -740px;
}

.tw .last\:-my-149:last-child{
  margin-top: -745px;
  margin-bottom: -745px;
}

.tw .last\:-my-0\.5:last-child{
  margin-top: -3px;
  margin-bottom: -3px;
}

.tw .last\:-my-1px:last-child{
  margin-top: -1px;
  margin-bottom: -1px;
}

.tw .last\:-my-2px:last-child{
  margin-top: -2px;
  margin-bottom: -2px;
}

.tw .last\:-my-3px:last-child{
  margin-top: -3px;
  margin-bottom: -3px;
}

.tw .last\:-my-4px:last-child{
  margin-top: -4px;
  margin-bottom: -4px;
}

.tw .last\:-my-5px:last-child{
  margin-top: -5px;
  margin-bottom: -5px;
}

.tw .last\:-my-6px:last-child{
  margin-top: -6px;
  margin-bottom: -6px;
}

.tw .last\:-my-7px:last-child{
  margin-top: -7px;
  margin-bottom: -7px;
}

.tw .last\:-my-8px:last-child{
  margin-top: -8px;
  margin-bottom: -8px;
}

.tw .last\:-my-9px:last-child{
  margin-top: -9px;
  margin-bottom: -9px;
}

.tw .last\:-my-10px:last-child{
  margin-top: -10px;
  margin-bottom: -10px;
}

.tw .last\:-my-11px:last-child{
  margin-top: -11px;
  margin-bottom: -11px;
}

.tw .last\:-my-12px:last-child{
  margin-top: -12px;
  margin-bottom: -12px;
}

.tw .last\:-my-13px:last-child{
  margin-top: -13px;
  margin-bottom: -13px;
}

.tw .last\:-my-14px:last-child{
  margin-top: -14px;
  margin-bottom: -14px;
}

.tw .last\:-my-15px:last-child{
  margin-top: -15px;
  margin-bottom: -15px;
}

.tw .last\:-my-16px:last-child{
  margin-top: -16px;
  margin-bottom: -16px;
}

.tw .last\:-my-17px:last-child{
  margin-top: -17px;
  margin-bottom: -17px;
}

.tw .last\:-my-18px:last-child{
  margin-top: -18px;
  margin-bottom: -18px;
}

.tw .last\:-my-19px:last-child{
  margin-top: -19px;
  margin-bottom: -19px;
}

.tw .last\:-my-20px:last-child{
  margin-top: -20px;
  margin-bottom: -20px;
}

.tw .last\:-my-21px:last-child{
  margin-top: -21px;
  margin-bottom: -21px;
}

.tw .last\:-my-22px:last-child{
  margin-top: -22px;
  margin-bottom: -22px;
}

.tw .last\:-my-23px:last-child{
  margin-top: -23px;
  margin-bottom: -23px;
}

.tw .last\:-my-24px:last-child{
  margin-top: -24px;
  margin-bottom: -24px;
}

.tw .last\:-my-25px:last-child{
  margin-top: -25px;
  margin-bottom: -25px;
}

.tw .last\:-my-26px:last-child{
  margin-top: -26px;
  margin-bottom: -26px;
}

.tw .last\:-my-27px:last-child{
  margin-top: -27px;
  margin-bottom: -27px;
}

.tw .last\:-my-28px:last-child{
  margin-top: -28px;
  margin-bottom: -28px;
}

.tw .last\:-my-29px:last-child{
  margin-top: -29px;
  margin-bottom: -29px;
}

.tw .last\:-my-30px:last-child{
  margin-top: -30px;
  margin-bottom: -30px;
}

.tw .last\:-my-31px:last-child{
  margin-top: -31px;
  margin-bottom: -31px;
}

.tw .last\:-my-32px:last-child{
  margin-top: -32px;
  margin-bottom: -32px;
}

.tw .last\:-my-33px:last-child{
  margin-top: -33px;
  margin-bottom: -33px;
}

.tw .last\:-my-34px:last-child{
  margin-top: -34px;
  margin-bottom: -34px;
}

.tw .last\:-my-35px:last-child{
  margin-top: -35px;
  margin-bottom: -35px;
}

.tw .last\:-my-36px:last-child{
  margin-top: -36px;
  margin-bottom: -36px;
}

.tw .last\:-my-37px:last-child{
  margin-top: -37px;
  margin-bottom: -37px;
}

.tw .last\:-my-38px:last-child{
  margin-top: -38px;
  margin-bottom: -38px;
}

.tw .last\:-my-39px:last-child{
  margin-top: -39px;
  margin-bottom: -39px;
}

.tw .last\:-my-40px:last-child{
  margin-top: -40px;
  margin-bottom: -40px;
}

.tw .mt-0{
  margin-top: 0px;
}

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

.tw .mt-2{
  margin-top: 10px;
}

.tw .mt-3{
  margin-top: 15px;
}

.tw .mt-4{
  margin-top: 20px;
}

.tw .mt-5{
  margin-top: 25px;
}

.tw .mt-6{
  margin-top: 30px;
}

.tw .mt-7{
  margin-top: 35px;
}

.tw .mt-8{
  margin-top: 40px;
}

.tw .mt-9{
  margin-top: 45px;
}

.tw .mt-10{
  margin-top: 50px;
}

.tw .mt-11{
  margin-top: 55px;
}

.tw .mt-12{
  margin-top: 60px;
}

.tw .mt-13{
  margin-top: 65px;
}

.tw .mt-14{
  margin-top: 70px;
}

.tw .mt-15{
  margin-top: 75px;
}

.tw .mt-16{
  margin-top: 80px;
}

.tw .mt-17{
  margin-top: 85px;
}

.tw .mt-18{
  margin-top: 90px;
}

.tw .mt-19{
  margin-top: 95px;
}

.tw .mt-20{
  margin-top: 100px;
}

.tw .mt-21{
  margin-top: 105px;
}

.tw .mt-22{
  margin-top: 110px;
}

.tw .mt-23{
  margin-top: 115px;
}

.tw .mt-24{
  margin-top: 120px;
}

.tw .mt-25{
  margin-top: 125px;
}

.tw .mt-26{
  margin-top: 130px;
}

.tw .mt-27{
  margin-top: 135px;
}

.tw .mt-28{
  margin-top: 140px;
}

.tw .mt-29{
  margin-top: 145px;
}

.tw .mt-30{
  margin-top: 150px;
}

.tw .mt-31{
  margin-top: 155px;
}

.tw .mt-32{
  margin-top: 160px;
}

.tw .mt-33{
  margin-top: 165px;
}

.tw .mt-34{
  margin-top: 170px;
}

.tw .mt-35{
  margin-top: 175px;
}

.tw .mt-36{
  margin-top: 180px;
}

.tw .mt-37{
  margin-top: 185px;
}

.tw .mt-38{
  margin-top: 190px;
}

.tw .mt-39{
  margin-top: 195px;
}

.tw .mt-40{
  margin-top: 200px;
}

.tw .mt-41{
  margin-top: 205px;
}

.tw .mt-42{
  margin-top: 210px;
}

.tw .mt-43{
  margin-top: 215px;
}

.tw .mt-44{
  margin-top: 220px;
}

.tw .mt-45{
  margin-top: 225px;
}

.tw .mt-46{
  margin-top: 230px;
}

.tw .mt-47{
  margin-top: 235px;
}

.tw .mt-48{
  margin-top: 240px;
}

.tw .mt-49{
  margin-top: 245px;
}

.tw .mt-50{
  margin-top: 250px;
}

.tw .mt-51{
  margin-top: 255px;
}

.tw .mt-52{
  margin-top: 260px;
}

.tw .mt-53{
  margin-top: 265px;
}

.tw .mt-54{
  margin-top: 270px;
}

.tw .mt-55{
  margin-top: 275px;
}

.tw .mt-56{
  margin-top: 280px;
}

.tw .mt-57{
  margin-top: 285px;
}

.tw .mt-58{
  margin-top: 290px;
}

.tw .mt-59{
  margin-top: 295px;
}

.tw .mt-60{
  margin-top: 300px;
}

.tw .mt-61{
  margin-top: 305px;
}

.tw .mt-62{
  margin-top: 310px;
}

.tw .mt-63{
  margin-top: 315px;
}

.tw .mt-64{
  margin-top: 320px;
}

.tw .mt-65{
  margin-top: 325px;
}

.tw .mt-66{
  margin-top: 330px;
}

.tw .mt-67{
  margin-top: 335px;
}

.tw .mt-68{
  margin-top: 340px;
}

.tw .mt-69{
  margin-top: 345px;
}

.tw .mt-70{
  margin-top: 350px;
}

.tw .mt-71{
  margin-top: 355px;
}

.tw .mt-72{
  margin-top: 360px;
}

.tw .mt-73{
  margin-top: 365px;
}

.tw .mt-74{
  margin-top: 370px;
}

.tw .mt-75{
  margin-top: 375px;
}

.tw .mt-76{
  margin-top: 380px;
}

.tw .mt-77{
  margin-top: 385px;
}

.tw .mt-78{
  margin-top: 390px;
}

.tw .mt-79{
  margin-top: 395px;
}

.tw .mt-80{
  margin-top: 400px;
}

.tw .mt-81{
  margin-top: 405px;
}

.tw .mt-82{
  margin-top: 410px;
}

.tw .mt-83{
  margin-top: 415px;
}

.tw .mt-84{
  margin-top: 420px;
}

.tw .mt-85{
  margin-top: 425px;
}

.tw .mt-86{
  margin-top: 430px;
}

.tw .mt-87{
  margin-top: 435px;
}

.tw .mt-88{
  margin-top: 440px;
}

.tw .mt-89{
  margin-top: 445px;
}

.tw .mt-90{
  margin-top: 450px;
}

.tw .mt-91{
  margin-top: 455px;
}

.tw .mt-92{
  margin-top: 460px;
}

.tw .mt-93{
  margin-top: 465px;
}

.tw .mt-94{
  margin-top: 470px;
}

.tw .mt-95{
  margin-top: 475px;
}

.tw .mt-96{
  margin-top: 480px;
}

.tw .mt-97{
  margin-top: 485px;
}

.tw .mt-98{
  margin-top: 490px;
}

.tw .mt-99{
  margin-top: 495px;
}

.tw .mt-100{
  margin-top: 500px;
}

.tw .mt-101{
  margin-top: 505px;
}

.tw .mt-102{
  margin-top: 510px;
}

.tw .mt-103{
  margin-top: 515px;
}

.tw .mt-104{
  margin-top: 520px;
}

.tw .mt-105{
  margin-top: 525px;
}

.tw .mt-106{
  margin-top: 530px;
}

.tw .mt-107{
  margin-top: 535px;
}

.tw .mt-108{
  margin-top: 540px;
}

.tw .mt-109{
  margin-top: 545px;
}

.tw .mt-110{
  margin-top: 550px;
}

.tw .mt-111{
  margin-top: 555px;
}

.tw .mt-112{
  margin-top: 560px;
}

.tw .mt-113{
  margin-top: 565px;
}

.tw .mt-114{
  margin-top: 570px;
}

.tw .mt-115{
  margin-top: 575px;
}

.tw .mt-116{
  margin-top: 580px;
}

.tw .mt-117{
  margin-top: 585px;
}

.tw .mt-118{
  margin-top: 590px;
}

.tw .mt-119{
  margin-top: 595px;
}

.tw .mt-120{
  margin-top: 600px;
}

.tw .mt-121{
  margin-top: 605px;
}

.tw .mt-122{
  margin-top: 610px;
}

.tw .mt-123{
  margin-top: 615px;
}

.tw .mt-124{
  margin-top: 620px;
}

.tw .mt-125{
  margin-top: 625px;
}

.tw .mt-126{
  margin-top: 630px;
}

.tw .mt-127{
  margin-top: 635px;
}

.tw .mt-128{
  margin-top: 640px;
}

.tw .mt-129{
  margin-top: 645px;
}

.tw .mt-130{
  margin-top: 650px;
}

.tw .mt-131{
  margin-top: 655px;
}

.tw .mt-132{
  margin-top: 660px;
}

.tw .mt-133{
  margin-top: 665px;
}

.tw .mt-134{
  margin-top: 670px;
}

.tw .mt-135{
  margin-top: 675px;
}

.tw .mt-136{
  margin-top: 680px;
}

.tw .mt-137{
  margin-top: 685px;
}

.tw .mt-138{
  margin-top: 690px;
}

.tw .mt-139{
  margin-top: 695px;
}

.tw .mt-140{
  margin-top: 700px;
}

.tw .mt-141{
  margin-top: 705px;
}

.tw .mt-142{
  margin-top: 710px;
}

.tw .mt-143{
  margin-top: 715px;
}

.tw .mt-144{
  margin-top: 720px;
}

.tw .mt-145{
  margin-top: 725px;
}

.tw .mt-146{
  margin-top: 730px;
}

.tw .mt-147{
  margin-top: 735px;
}

.tw .mt-148{
  margin-top: 740px;
}

.tw .mt-149{
  margin-top: 745px;
}

.tw .mt-auto{
  margin-top: auto;
}

.tw .mt-0\.5{
  margin-top: 3px;
}

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

.tw .mt-2px{
  margin-top: 2px;
}

.tw .mt-3px{
  margin-top: 3px;
}

.tw .mt-4px{
  margin-top: 4px;
}

.tw .mt-5px{
  margin-top: 5px;
}

.tw .mt-6px{
  margin-top: 6px;
}

.tw .mt-7px{
  margin-top: 7px;
}

.tw .mt-8px{
  margin-top: 8px;
}

.tw .mt-9px{
  margin-top: 9px;
}

.tw .mt-10px{
  margin-top: 10px;
}

.tw .mt-11px{
  margin-top: 11px;
}

.tw .mt-12px{
  margin-top: 12px;
}

.tw .mt-13px{
  margin-top: 13px;
}

.tw .mt-14px{
  margin-top: 14px;
}

.tw .mt-15px{
  margin-top: 15px;
}

.tw .mt-16px{
  margin-top: 16px;
}

.tw .mt-17px{
  margin-top: 17px;
}

.tw .mt-18px{
  margin-top: 18px;
}

.tw .mt-19px{
  margin-top: 19px;
}

.tw .mt-20px{
  margin-top: 20px;
}

.tw .mt-21px{
  margin-top: 21px;
}

.tw .mt-22px{
  margin-top: 22px;
}

.tw .mt-23px{
  margin-top: 23px;
}

.tw .mt-24px{
  margin-top: 24px;
}

.tw .mt-25px{
  margin-top: 25px;
}

.tw .mt-26px{
  margin-top: 26px;
}

.tw .mt-27px{
  margin-top: 27px;
}

.tw .mt-28px{
  margin-top: 28px;
}

.tw .mt-29px{
  margin-top: 29px;
}

.tw .mt-30px{
  margin-top: 30px;
}

.tw .mt-31px{
  margin-top: 31px;
}

.tw .mt-32px{
  margin-top: 32px;
}

.tw .mt-33px{
  margin-top: 33px;
}

.tw .mt-34px{
  margin-top: 34px;
}

.tw .mt-35px{
  margin-top: 35px;
}

.tw .mt-36px{
  margin-top: 36px;
}

.tw .mt-37px{
  margin-top: 37px;
}

.tw .mt-38px{
  margin-top: 38px;
}

.tw .mt-39px{
  margin-top: 39px;
}

.tw .mt-40px{
  margin-top: 40px;
}

.tw .-mt-0{
  margin-top: 0px;
}

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

.tw .-mt-2{
  margin-top: -10px;
}

.tw .-mt-3{
  margin-top: -15px;
}

.tw .-mt-4{
  margin-top: -20px;
}

.tw .-mt-5{
  margin-top: -25px;
}

.tw .-mt-6{
  margin-top: -30px;
}

.tw .-mt-7{
  margin-top: -35px;
}

.tw .-mt-8{
  margin-top: -40px;
}

.tw .-mt-9{
  margin-top: -45px;
}

.tw .-mt-10{
  margin-top: -50px;
}

.tw .-mt-11{
  margin-top: -55px;
}

.tw .-mt-12{
  margin-top: -60px;
}

.tw .-mt-13{
  margin-top: -65px;
}

.tw .-mt-14{
  margin-top: -70px;
}

.tw .-mt-15{
  margin-top: -75px;
}

.tw .-mt-16{
  margin-top: -80px;
}

.tw .-mt-17{
  margin-top: -85px;
}

.tw .-mt-18{
  margin-top: -90px;
}

.tw .-mt-19{
  margin-top: -95px;
}

.tw .-mt-20{
  margin-top: -100px;
}

.tw .-mt-21{
  margin-top: -105px;
}

.tw .-mt-22{
  margin-top: -110px;
}

.tw .-mt-23{
  margin-top: -115px;
}

.tw .-mt-24{
  margin-top: -120px;
}

.tw .-mt-25{
  margin-top: -125px;
}

.tw .-mt-26{
  margin-top: -130px;
}

.tw .-mt-27{
  margin-top: -135px;
}

.tw .-mt-28{
  margin-top: -140px;
}

.tw .-mt-29{
  margin-top: -145px;
}

.tw .-mt-30{
  margin-top: -150px;
}

.tw .-mt-31{
  margin-top: -155px;
}

.tw .-mt-32{
  margin-top: -160px;
}

.tw .-mt-33{
  margin-top: -165px;
}

.tw .-mt-34{
  margin-top: -170px;
}

.tw .-mt-35{
  margin-top: -175px;
}

.tw .-mt-36{
  margin-top: -180px;
}

.tw .-mt-37{
  margin-top: -185px;
}

.tw .-mt-38{
  margin-top: -190px;
}

.tw .-mt-39{
  margin-top: -195px;
}

.tw .-mt-40{
  margin-top: -200px;
}

.tw .-mt-41{
  margin-top: -205px;
}

.tw .-mt-42{
  margin-top: -210px;
}

.tw .-mt-43{
  margin-top: -215px;
}

.tw .-mt-44{
  margin-top: -220px;
}

.tw .-mt-45{
  margin-top: -225px;
}

.tw .-mt-46{
  margin-top: -230px;
}

.tw .-mt-47{
  margin-top: -235px;
}

.tw .-mt-48{
  margin-top: -240px;
}

.tw .-mt-49{
  margin-top: -245px;
}

.tw .-mt-50{
  margin-top: -250px;
}

.tw .-mt-51{
  margin-top: -255px;
}

.tw .-mt-52{
  margin-top: -260px;
}

.tw .-mt-53{
  margin-top: -265px;
}

.tw .-mt-54{
  margin-top: -270px;
}

.tw .-mt-55{
  margin-top: -275px;
}

.tw .-mt-56{
  margin-top: -280px;
}

.tw .-mt-57{
  margin-top: -285px;
}

.tw .-mt-58{
  margin-top: -290px;
}

.tw .-mt-59{
  margin-top: -295px;
}

.tw .-mt-60{
  margin-top: -300px;
}

.tw .-mt-61{
  margin-top: -305px;
}

.tw .-mt-62{
  margin-top: -310px;
}

.tw .-mt-63{
  margin-top: -315px;
}

.tw .-mt-64{
  margin-top: -320px;
}

.tw .-mt-65{
  margin-top: -325px;
}

.tw .-mt-66{
  margin-top: -330px;
}

.tw .-mt-67{
  margin-top: -335px;
}

.tw .-mt-68{
  margin-top: -340px;
}

.tw .-mt-69{
  margin-top: -345px;
}

.tw .-mt-70{
  margin-top: -350px;
}

.tw .-mt-71{
  margin-top: -355px;
}

.tw .-mt-72{
  margin-top: -360px;
}

.tw .-mt-73{
  margin-top: -365px;
}

.tw .-mt-74{
  margin-top: -370px;
}

.tw .-mt-75{
  margin-top: -375px;
}

.tw .-mt-76{
  margin-top: -380px;
}

.tw .-mt-77{
  margin-top: -385px;
}

.tw .-mt-78{
  margin-top: -390px;
}

.tw .-mt-79{
  margin-top: -395px;
}

.tw .-mt-80{
  margin-top: -400px;
}

.tw .-mt-81{
  margin-top: -405px;
}

.tw .-mt-82{
  margin-top: -410px;
}

.tw .-mt-83{
  margin-top: -415px;
}

.tw .-mt-84{
  margin-top: -420px;
}

.tw .-mt-85{
  margin-top: -425px;
}

.tw .-mt-86{
  margin-top: -430px;
}

.tw .-mt-87{
  margin-top: -435px;
}

.tw .-mt-88{
  margin-top: -440px;
}

.tw .-mt-89{
  margin-top: -445px;
}

.tw .-mt-90{
  margin-top: -450px;
}

.tw .-mt-91{
  margin-top: -455px;
}

.tw .-mt-92{
  margin-top: -460px;
}

.tw .-mt-93{
  margin-top: -465px;
}

.tw .-mt-94{
  margin-top: -470px;
}

.tw .-mt-95{
  margin-top: -475px;
}

.tw .-mt-96{
  margin-top: -480px;
}

.tw .-mt-97{
  margin-top: -485px;
}

.tw .-mt-98{
  margin-top: -490px;
}

.tw .-mt-99{
  margin-top: -495px;
}

.tw .-mt-100{
  margin-top: -500px;
}

.tw .-mt-101{
  margin-top: -505px;
}

.tw .-mt-102{
  margin-top: -510px;
}

.tw .-mt-103{
  margin-top: -515px;
}

.tw .-mt-104{
  margin-top: -520px;
}

.tw .-mt-105{
  margin-top: -525px;
}

.tw .-mt-106{
  margin-top: -530px;
}

.tw .-mt-107{
  margin-top: -535px;
}

.tw .-mt-108{
  margin-top: -540px;
}

.tw .-mt-109{
  margin-top: -545px;
}

.tw .-mt-110{
  margin-top: -550px;
}

.tw .-mt-111{
  margin-top: -555px;
}

.tw .-mt-112{
  margin-top: -560px;
}

.tw .-mt-113{
  margin-top: -565px;
}

.tw .-mt-114{
  margin-top: -570px;
}

.tw .-mt-115{
  margin-top: -575px;
}

.tw .-mt-116{
  margin-top: -580px;
}

.tw .-mt-117{
  margin-top: -585px;
}

.tw .-mt-118{
  margin-top: -590px;
}

.tw .-mt-119{
  margin-top: -595px;
}

.tw .-mt-120{
  margin-top: -600px;
}

.tw .-mt-121{
  margin-top: -605px;
}

.tw .-mt-122{
  margin-top: -610px;
}

.tw .-mt-123{
  margin-top: -615px;
}

.tw .-mt-124{
  margin-top: -620px;
}

.tw .-mt-125{
  margin-top: -625px;
}

.tw .-mt-126{
  margin-top: -630px;
}

.tw .-mt-127{
  margin-top: -635px;
}

.tw .-mt-128{
  margin-top: -640px;
}

.tw .-mt-129{
  margin-top: -645px;
}

.tw .-mt-130{
  margin-top: -650px;
}

.tw .-mt-131{
  margin-top: -655px;
}

.tw .-mt-132{
  margin-top: -660px;
}

.tw .-mt-133{
  margin-top: -665px;
}

.tw .-mt-134{
  margin-top: -670px;
}

.tw .-mt-135{
  margin-top: -675px;
}

.tw .-mt-136{
  margin-top: -680px;
}

.tw .-mt-137{
  margin-top: -685px;
}

.tw .-mt-138{
  margin-top: -690px;
}

.tw .-mt-139{
  margin-top: -695px;
}

.tw .-mt-140{
  margin-top: -700px;
}

.tw .-mt-141{
  margin-top: -705px;
}

.tw .-mt-142{
  margin-top: -710px;
}

.tw .-mt-143{
  margin-top: -715px;
}

.tw .-mt-144{
  margin-top: -720px;
}

.tw .-mt-145{
  margin-top: -725px;
}

.tw .-mt-146{
  margin-top: -730px;
}

.tw .-mt-147{
  margin-top: -735px;
}

.tw .-mt-148{
  margin-top: -740px;
}

.tw .-mt-149{
  margin-top: -745px;
}

.tw .-mt-0\.5{
  margin-top: -3px;
}

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

.tw .-mt-2px{
  margin-top: -2px;
}

.tw .-mt-3px{
  margin-top: -3px;
}

.tw .-mt-4px{
  margin-top: -4px;
}

.tw .-mt-5px{
  margin-top: -5px;
}

.tw .-mt-6px{
  margin-top: -6px;
}

.tw .-mt-7px{
  margin-top: -7px;
}

.tw .-mt-8px{
  margin-top: -8px;
}

.tw .-mt-9px{
  margin-top: -9px;
}

.tw .-mt-10px{
  margin-top: -10px;
}

.tw .-mt-11px{
  margin-top: -11px;
}

.tw .-mt-12px{
  margin-top: -12px;
}

.tw .-mt-13px{
  margin-top: -13px;
}

.tw .-mt-14px{
  margin-top: -14px;
}

.tw .-mt-15px{
  margin-top: -15px;
}

.tw .-mt-16px{
  margin-top: -16px;
}

.tw .-mt-17px{
  margin-top: -17px;
}

.tw .-mt-18px{
  margin-top: -18px;
}

.tw .-mt-19px{
  margin-top: -19px;
}

.tw .-mt-20px{
  margin-top: -20px;
}

.tw .-mt-21px{
  margin-top: -21px;
}

.tw .-mt-22px{
  margin-top: -22px;
}

.tw .-mt-23px{
  margin-top: -23px;
}

.tw .-mt-24px{
  margin-top: -24px;
}

.tw .-mt-25px{
  margin-top: -25px;
}

.tw .-mt-26px{
  margin-top: -26px;
}

.tw .-mt-27px{
  margin-top: -27px;
}

.tw .-mt-28px{
  margin-top: -28px;
}

.tw .-mt-29px{
  margin-top: -29px;
}

.tw .-mt-30px{
  margin-top: -30px;
}

.tw .-mt-31px{
  margin-top: -31px;
}

.tw .-mt-32px{
  margin-top: -32px;
}

.tw .-mt-33px{
  margin-top: -33px;
}

.tw .-mt-34px{
  margin-top: -34px;
}

.tw .-mt-35px{
  margin-top: -35px;
}

.tw .-mt-36px{
  margin-top: -36px;
}

.tw .-mt-37px{
  margin-top: -37px;
}

.tw .-mt-38px{
  margin-top: -38px;
}

.tw .-mt-39px{
  margin-top: -39px;
}

.tw .-mt-40px{
  margin-top: -40px;
}

.tw .mr-0{
  margin-right: 0px;
}

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

.tw .mr-2{
  margin-right: 10px;
}

.tw .mr-3{
  margin-right: 15px;
}

.tw .mr-4{
  margin-right: 20px;
}

.tw .mr-5{
  margin-right: 25px;
}

.tw .mr-6{
  margin-right: 30px;
}

.tw .mr-7{
  margin-right: 35px;
}

.tw .mr-8{
  margin-right: 40px;
}

.tw .mr-9{
  margin-right: 45px;
}

.tw .mr-10{
  margin-right: 50px;
}

.tw .mr-11{
  margin-right: 55px;
}

.tw .mr-12{
  margin-right: 60px;
}

.tw .mr-13{
  margin-right: 65px;
}

.tw .mr-14{
  margin-right: 70px;
}

.tw .mr-15{
  margin-right: 75px;
}

.tw .mr-16{
  margin-right: 80px;
}

.tw .mr-17{
  margin-right: 85px;
}

.tw .mr-18{
  margin-right: 90px;
}

.tw .mr-19{
  margin-right: 95px;
}

.tw .mr-20{
  margin-right: 100px;
}

.tw .mr-21{
  margin-right: 105px;
}

.tw .mr-22{
  margin-right: 110px;
}

.tw .mr-23{
  margin-right: 115px;
}

.tw .mr-24{
  margin-right: 120px;
}

.tw .mr-25{
  margin-right: 125px;
}

.tw .mr-26{
  margin-right: 130px;
}

.tw .mr-27{
  margin-right: 135px;
}

.tw .mr-28{
  margin-right: 140px;
}

.tw .mr-29{
  margin-right: 145px;
}

.tw .mr-30{
  margin-right: 150px;
}

.tw .mr-31{
  margin-right: 155px;
}

.tw .mr-32{
  margin-right: 160px;
}

.tw .mr-33{
  margin-right: 165px;
}

.tw .mr-34{
  margin-right: 170px;
}

.tw .mr-35{
  margin-right: 175px;
}

.tw .mr-36{
  margin-right: 180px;
}

.tw .mr-37{
  margin-right: 185px;
}

.tw .mr-38{
  margin-right: 190px;
}

.tw .mr-39{
  margin-right: 195px;
}

.tw .mr-40{
  margin-right: 200px;
}

.tw .mr-41{
  margin-right: 205px;
}

.tw .mr-42{
  margin-right: 210px;
}

.tw .mr-43{
  margin-right: 215px;
}

.tw .mr-44{
  margin-right: 220px;
}

.tw .mr-45{
  margin-right: 225px;
}

.tw .mr-46{
  margin-right: 230px;
}

.tw .mr-47{
  margin-right: 235px;
}

.tw .mr-48{
  margin-right: 240px;
}

.tw .mr-49{
  margin-right: 245px;
}

.tw .mr-50{
  margin-right: 250px;
}

.tw .mr-51{
  margin-right: 255px;
}

.tw .mr-52{
  margin-right: 260px;
}

.tw .mr-53{
  margin-right: 265px;
}

.tw .mr-54{
  margin-right: 270px;
}

.tw .mr-55{
  margin-right: 275px;
}

.tw .mr-56{
  margin-right: 280px;
}

.tw .mr-57{
  margin-right: 285px;
}

.tw .mr-58{
  margin-right: 290px;
}

.tw .mr-59{
  margin-right: 295px;
}

.tw .mr-60{
  margin-right: 300px;
}

.tw .mr-61{
  margin-right: 305px;
}

.tw .mr-62{
  margin-right: 310px;
}

.tw .mr-63{
  margin-right: 315px;
}

.tw .mr-64{
  margin-right: 320px;
}

.tw .mr-65{
  margin-right: 325px;
}

.tw .mr-66{
  margin-right: 330px;
}

.tw .mr-67{
  margin-right: 335px;
}

.tw .mr-68{
  margin-right: 340px;
}

.tw .mr-69{
  margin-right: 345px;
}

.tw .mr-70{
  margin-right: 350px;
}

.tw .mr-71{
  margin-right: 355px;
}

.tw .mr-72{
  margin-right: 360px;
}

.tw .mr-73{
  margin-right: 365px;
}

.tw .mr-74{
  margin-right: 370px;
}

.tw .mr-75{
  margin-right: 375px;
}

.tw .mr-76{
  margin-right: 380px;
}

.tw .mr-77{
  margin-right: 385px;
}

.tw .mr-78{
  margin-right: 390px;
}

.tw .mr-79{
  margin-right: 395px;
}

.tw .mr-80{
  margin-right: 400px;
}

.tw .mr-81{
  margin-right: 405px;
}

.tw .mr-82{
  margin-right: 410px;
}

.tw .mr-83{
  margin-right: 415px;
}

.tw .mr-84{
  margin-right: 420px;
}

.tw .mr-85{
  margin-right: 425px;
}

.tw .mr-86{
  margin-right: 430px;
}

.tw .mr-87{
  margin-right: 435px;
}

.tw .mr-88{
  margin-right: 440px;
}

.tw .mr-89{
  margin-right: 445px;
}

.tw .mr-90{
  margin-right: 450px;
}

.tw .mr-91{
  margin-right: 455px;
}

.tw .mr-92{
  margin-right: 460px;
}

.tw .mr-93{
  margin-right: 465px;
}

.tw .mr-94{
  margin-right: 470px;
}

.tw .mr-95{
  margin-right: 475px;
}

.tw .mr-96{
  margin-right: 480px;
}

.tw .mr-97{
  margin-right: 485px;
}

.tw .mr-98{
  margin-right: 490px;
}

.tw .mr-99{
  margin-right: 495px;
}

.tw .mr-100{
  margin-right: 500px;
}

.tw .mr-101{
  margin-right: 505px;
}

.tw .mr-102{
  margin-right: 510px;
}

.tw .mr-103{
  margin-right: 515px;
}

.tw .mr-104{
  margin-right: 520px;
}

.tw .mr-105{
  margin-right: 525px;
}

.tw .mr-106{
  margin-right: 530px;
}

.tw .mr-107{
  margin-right: 535px;
}

.tw .mr-108{
  margin-right: 540px;
}

.tw .mr-109{
  margin-right: 545px;
}

.tw .mr-110{
  margin-right: 550px;
}

.tw .mr-111{
  margin-right: 555px;
}

.tw .mr-112{
  margin-right: 560px;
}

.tw .mr-113{
  margin-right: 565px;
}

.tw .mr-114{
  margin-right: 570px;
}

.tw .mr-115{
  margin-right: 575px;
}

.tw .mr-116{
  margin-right: 580px;
}

.tw .mr-117{
  margin-right: 585px;
}

.tw .mr-118{
  margin-right: 590px;
}

.tw .mr-119{
  margin-right: 595px;
}

.tw .mr-120{
  margin-right: 600px;
}

.tw .mr-121{
  margin-right: 605px;
}

.tw .mr-122{
  margin-right: 610px;
}

.tw .mr-123{
  margin-right: 615px;
}

.tw .mr-124{
  margin-right: 620px;
}

.tw .mr-125{
  margin-right: 625px;
}

.tw .mr-126{
  margin-right: 630px;
}

.tw .mr-127{
  margin-right: 635px;
}

.tw .mr-128{
  margin-right: 640px;
}

.tw .mr-129{
  margin-right: 645px;
}

.tw .mr-130{
  margin-right: 650px;
}

.tw .mr-131{
  margin-right: 655px;
}

.tw .mr-132{
  margin-right: 660px;
}

.tw .mr-133{
  margin-right: 665px;
}

.tw .mr-134{
  margin-right: 670px;
}

.tw .mr-135{
  margin-right: 675px;
}

.tw .mr-136{
  margin-right: 680px;
}

.tw .mr-137{
  margin-right: 685px;
}

.tw .mr-138{
  margin-right: 690px;
}

.tw .mr-139{
  margin-right: 695px;
}

.tw .mr-140{
  margin-right: 700px;
}

.tw .mr-141{
  margin-right: 705px;
}

.tw .mr-142{
  margin-right: 710px;
}

.tw .mr-143{
  margin-right: 715px;
}

.tw .mr-144{
  margin-right: 720px;
}

.tw .mr-145{
  margin-right: 725px;
}

.tw .mr-146{
  margin-right: 730px;
}

.tw .mr-147{
  margin-right: 735px;
}

.tw .mr-148{
  margin-right: 740px;
}

.tw .mr-149{
  margin-right: 745px;
}

.tw .mr-auto{
  margin-right: auto;
}

.tw .mr-0\.5{
  margin-right: 3px;
}

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

.tw .mr-2px{
  margin-right: 2px;
}

.tw .mr-3px{
  margin-right: 3px;
}

.tw .mr-4px{
  margin-right: 4px;
}

.tw .mr-5px{
  margin-right: 5px;
}

.tw .mr-6px{
  margin-right: 6px;
}

.tw .mr-7px{
  margin-right: 7px;
}

.tw .mr-8px{
  margin-right: 8px;
}

.tw .mr-9px{
  margin-right: 9px;
}

.tw .mr-10px{
  margin-right: 10px;
}

.tw .mr-11px{
  margin-right: 11px;
}

.tw .mr-12px{
  margin-right: 12px;
}

.tw .mr-13px{
  margin-right: 13px;
}

.tw .mr-14px{
  margin-right: 14px;
}

.tw .mr-15px{
  margin-right: 15px;
}

.tw .mr-16px{
  margin-right: 16px;
}

.tw .mr-17px{
  margin-right: 17px;
}

.tw .mr-18px{
  margin-right: 18px;
}

.tw .mr-19px{
  margin-right: 19px;
}

.tw .mr-20px{
  margin-right: 20px;
}

.tw .mr-21px{
  margin-right: 21px;
}

.tw .mr-22px{
  margin-right: 22px;
}

.tw .mr-23px{
  margin-right: 23px;
}

.tw .mr-24px{
  margin-right: 24px;
}

.tw .mr-25px{
  margin-right: 25px;
}

.tw .mr-26px{
  margin-right: 26px;
}

.tw .mr-27px{
  margin-right: 27px;
}

.tw .mr-28px{
  margin-right: 28px;
}

.tw .mr-29px{
  margin-right: 29px;
}

.tw .mr-30px{
  margin-right: 30px;
}

.tw .mr-31px{
  margin-right: 31px;
}

.tw .mr-32px{
  margin-right: 32px;
}

.tw .mr-33px{
  margin-right: 33px;
}

.tw .mr-34px{
  margin-right: 34px;
}

.tw .mr-35px{
  margin-right: 35px;
}

.tw .mr-36px{
  margin-right: 36px;
}

.tw .mr-37px{
  margin-right: 37px;
}

.tw .mr-38px{
  margin-right: 38px;
}

.tw .mr-39px{
  margin-right: 39px;
}

.tw .mr-40px{
  margin-right: 40px;
}

.tw .-mr-0{
  margin-right: 0px;
}

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

.tw .-mr-2{
  margin-right: -10px;
}

.tw .-mr-3{
  margin-right: -15px;
}

.tw .-mr-4{
  margin-right: -20px;
}

.tw .-mr-5{
  margin-right: -25px;
}

.tw .-mr-6{
  margin-right: -30px;
}

.tw .-mr-7{
  margin-right: -35px;
}

.tw .-mr-8{
  margin-right: -40px;
}

.tw .-mr-9{
  margin-right: -45px;
}

.tw .-mr-10{
  margin-right: -50px;
}

.tw .-mr-11{
  margin-right: -55px;
}

.tw .-mr-12{
  margin-right: -60px;
}

.tw .-mr-13{
  margin-right: -65px;
}

.tw .-mr-14{
  margin-right: -70px;
}

.tw .-mr-15{
  margin-right: -75px;
}

.tw .-mr-16{
  margin-right: -80px;
}

.tw .-mr-17{
  margin-right: -85px;
}

.tw .-mr-18{
  margin-right: -90px;
}

.tw .-mr-19{
  margin-right: -95px;
}

.tw .-mr-20{
  margin-right: -100px;
}

.tw .-mr-21{
  margin-right: -105px;
}

.tw .-mr-22{
  margin-right: -110px;
}

.tw .-mr-23{
  margin-right: -115px;
}

.tw .-mr-24{
  margin-right: -120px;
}

.tw .-mr-25{
  margin-right: -125px;
}

.tw .-mr-26{
  margin-right: -130px;
}

.tw .-mr-27{
  margin-right: -135px;
}

.tw .-mr-28{
  margin-right: -140px;
}

.tw .-mr-29{
  margin-right: -145px;
}

.tw .-mr-30{
  margin-right: -150px;
}

.tw .-mr-31{
  margin-right: -155px;
}

.tw .-mr-32{
  margin-right: -160px;
}

.tw .-mr-33{
  margin-right: -165px;
}

.tw .-mr-34{
  margin-right: -170px;
}

.tw .-mr-35{
  margin-right: -175px;
}

.tw .-mr-36{
  margin-right: -180px;
}

.tw .-mr-37{
  margin-right: -185px;
}

.tw .-mr-38{
  margin-right: -190px;
}

.tw .-mr-39{
  margin-right: -195px;
}

.tw .-mr-40{
  margin-right: -200px;
}

.tw .-mr-41{
  margin-right: -205px;
}

.tw .-mr-42{
  margin-right: -210px;
}

.tw .-mr-43{
  margin-right: -215px;
}

.tw .-mr-44{
  margin-right: -220px;
}

.tw .-mr-45{
  margin-right: -225px;
}

.tw .-mr-46{
  margin-right: -230px;
}

.tw .-mr-47{
  margin-right: -235px;
}

.tw .-mr-48{
  margin-right: -240px;
}

.tw .-mr-49{
  margin-right: -245px;
}

.tw .-mr-50{
  margin-right: -250px;
}

.tw .-mr-51{
  margin-right: -255px;
}

.tw .-mr-52{
  margin-right: -260px;
}

.tw .-mr-53{
  margin-right: -265px;
}

.tw .-mr-54{
  margin-right: -270px;
}

.tw .-mr-55{
  margin-right: -275px;
}

.tw .-mr-56{
  margin-right: -280px;
}

.tw .-mr-57{
  margin-right: -285px;
}

.tw .-mr-58{
  margin-right: -290px;
}

.tw .-mr-59{
  margin-right: -295px;
}

.tw .-mr-60{
  margin-right: -300px;
}

.tw .-mr-61{
  margin-right: -305px;
}

.tw .-mr-62{
  margin-right: -310px;
}

.tw .-mr-63{
  margin-right: -315px;
}

.tw .-mr-64{
  margin-right: -320px;
}

.tw .-mr-65{
  margin-right: -325px;
}

.tw .-mr-66{
  margin-right: -330px;
}

.tw .-mr-67{
  margin-right: -335px;
}

.tw .-mr-68{
  margin-right: -340px;
}

.tw .-mr-69{
  margin-right: -345px;
}

.tw .-mr-70{
  margin-right: -350px;
}

.tw .-mr-71{
  margin-right: -355px;
}

.tw .-mr-72{
  margin-right: -360px;
}

.tw .-mr-73{
  margin-right: -365px;
}

.tw .-mr-74{
  margin-right: -370px;
}

.tw .-mr-75{
  margin-right: -375px;
}

.tw .-mr-76{
  margin-right: -380px;
}

.tw .-mr-77{
  margin-right: -385px;
}

.tw .-mr-78{
  margin-right: -390px;
}

.tw .-mr-79{
  margin-right: -395px;
}

.tw .-mr-80{
  margin-right: -400px;
}

.tw .-mr-81{
  margin-right: -405px;
}

.tw .-mr-82{
  margin-right: -410px;
}

.tw .-mr-83{
  margin-right: -415px;
}

.tw .-mr-84{
  margin-right: -420px;
}

.tw .-mr-85{
  margin-right: -425px;
}

.tw .-mr-86{
  margin-right: -430px;
}

.tw .-mr-87{
  margin-right: -435px;
}

.tw .-mr-88{
  margin-right: -440px;
}

.tw .-mr-89{
  margin-right: -445px;
}

.tw .-mr-90{
  margin-right: -450px;
}

.tw .-mr-91{
  margin-right: -455px;
}

.tw .-mr-92{
  margin-right: -460px;
}

.tw .-mr-93{
  margin-right: -465px;
}

.tw .-mr-94{
  margin-right: -470px;
}

.tw .-mr-95{
  margin-right: -475px;
}

.tw .-mr-96{
  margin-right: -480px;
}

.tw .-mr-97{
  margin-right: -485px;
}

.tw .-mr-98{
  margin-right: -490px;
}

.tw .-mr-99{
  margin-right: -495px;
}

.tw .-mr-100{
  margin-right: -500px;
}

.tw .-mr-101{
  margin-right: -505px;
}

.tw .-mr-102{
  margin-right: -510px;
}

.tw .-mr-103{
  margin-right: -515px;
}

.tw .-mr-104{
  margin-right: -520px;
}

.tw .-mr-105{
  margin-right: -525px;
}

.tw .-mr-106{
  margin-right: -530px;
}

.tw .-mr-107{
  margin-right: -535px;
}

.tw .-mr-108{
  margin-right: -540px;
}

.tw .-mr-109{
  margin-right: -545px;
}

.tw .-mr-110{
  margin-right: -550px;
}

.tw .-mr-111{
  margin-right: -555px;
}

.tw .-mr-112{
  margin-right: -560px;
}

.tw .-mr-113{
  margin-right: -565px;
}

.tw .-mr-114{
  margin-right: -570px;
}

.tw .-mr-115{
  margin-right: -575px;
}

.tw .-mr-116{
  margin-right: -580px;
}

.tw .-mr-117{
  margin-right: -585px;
}

.tw .-mr-118{
  margin-right: -590px;
}

.tw .-mr-119{
  margin-right: -595px;
}

.tw .-mr-120{
  margin-right: -600px;
}

.tw .-mr-121{
  margin-right: -605px;
}

.tw .-mr-122{
  margin-right: -610px;
}

.tw .-mr-123{
  margin-right: -615px;
}

.tw .-mr-124{
  margin-right: -620px;
}

.tw .-mr-125{
  margin-right: -625px;
}

.tw .-mr-126{
  margin-right: -630px;
}

.tw .-mr-127{
  margin-right: -635px;
}

.tw .-mr-128{
  margin-right: -640px;
}

.tw .-mr-129{
  margin-right: -645px;
}

.tw .-mr-130{
  margin-right: -650px;
}

.tw .-mr-131{
  margin-right: -655px;
}

.tw .-mr-132{
  margin-right: -660px;
}

.tw .-mr-133{
  margin-right: -665px;
}

.tw .-mr-134{
  margin-right: -670px;
}

.tw .-mr-135{
  margin-right: -675px;
}

.tw .-mr-136{
  margin-right: -680px;
}

.tw .-mr-137{
  margin-right: -685px;
}

.tw .-mr-138{
  margin-right: -690px;
}

.tw .-mr-139{
  margin-right: -695px;
}

.tw .-mr-140{
  margin-right: -700px;
}

.tw .-mr-141{
  margin-right: -705px;
}

.tw .-mr-142{
  margin-right: -710px;
}

.tw .-mr-143{
  margin-right: -715px;
}

.tw .-mr-144{
  margin-right: -720px;
}

.tw .-mr-145{
  margin-right: -725px;
}

.tw .-mr-146{
  margin-right: -730px;
}

.tw .-mr-147{
  margin-right: -735px;
}

.tw .-mr-148{
  margin-right: -740px;
}

.tw .-mr-149{
  margin-right: -745px;
}

.tw .-mr-0\.5{
  margin-right: -3px;
}

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

.tw .-mr-2px{
  margin-right: -2px;
}

.tw .-mr-3px{
  margin-right: -3px;
}

.tw .-mr-4px{
  margin-right: -4px;
}

.tw .-mr-5px{
  margin-right: -5px;
}

.tw .-mr-6px{
  margin-right: -6px;
}

.tw .-mr-7px{
  margin-right: -7px;
}

.tw .-mr-8px{
  margin-right: -8px;
}

.tw .-mr-9px{
  margin-right: -9px;
}

.tw .-mr-10px{
  margin-right: -10px;
}

.tw .-mr-11px{
  margin-right: -11px;
}

.tw .-mr-12px{
  margin-right: -12px;
}

.tw .-mr-13px{
  margin-right: -13px;
}

.tw .-mr-14px{
  margin-right: -14px;
}

.tw .-mr-15px{
  margin-right: -15px;
}

.tw .-mr-16px{
  margin-right: -16px;
}

.tw .-mr-17px{
  margin-right: -17px;
}

.tw .-mr-18px{
  margin-right: -18px;
}

.tw .-mr-19px{
  margin-right: -19px;
}

.tw .-mr-20px{
  margin-right: -20px;
}

.tw .-mr-21px{
  margin-right: -21px;
}

.tw .-mr-22px{
  margin-right: -22px;
}

.tw .-mr-23px{
  margin-right: -23px;
}

.tw .-mr-24px{
  margin-right: -24px;
}

.tw .-mr-25px{
  margin-right: -25px;
}

.tw .-mr-26px{
  margin-right: -26px;
}

.tw .-mr-27px{
  margin-right: -27px;
}

.tw .-mr-28px{
  margin-right: -28px;
}

.tw .-mr-29px{
  margin-right: -29px;
}

.tw .-mr-30px{
  margin-right: -30px;
}

.tw .-mr-31px{
  margin-right: -31px;
}

.tw .-mr-32px{
  margin-right: -32px;
}

.tw .-mr-33px{
  margin-right: -33px;
}

.tw .-mr-34px{
  margin-right: -34px;
}

.tw .-mr-35px{
  margin-right: -35px;
}

.tw .-mr-36px{
  margin-right: -36px;
}

.tw .-mr-37px{
  margin-right: -37px;
}

.tw .-mr-38px{
  margin-right: -38px;
}

.tw .-mr-39px{
  margin-right: -39px;
}

.tw .-mr-40px{
  margin-right: -40px;
}

.tw .mb-0{
  margin-bottom: 0px;
}

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

.tw .mb-2{
  margin-bottom: 10px;
}

.tw .mb-3{
  margin-bottom: 15px;
}

.tw .mb-4{
  margin-bottom: 20px;
}

.tw .mb-5{
  margin-bottom: 25px;
}

.tw .mb-6{
  margin-bottom: 30px;
}

.tw .mb-7{
  margin-bottom: 35px;
}

.tw .mb-8{
  margin-bottom: 40px;
}

.tw .mb-9{
  margin-bottom: 45px;
}

.tw .mb-10{
  margin-bottom: 50px;
}

.tw .mb-11{
  margin-bottom: 55px;
}

.tw .mb-12{
  margin-bottom: 60px;
}

.tw .mb-13{
  margin-bottom: 65px;
}

.tw .mb-14{
  margin-bottom: 70px;
}

.tw .mb-15{
  margin-bottom: 75px;
}

.tw .mb-16{
  margin-bottom: 80px;
}

.tw .mb-17{
  margin-bottom: 85px;
}

.tw .mb-18{
  margin-bottom: 90px;
}

.tw .mb-19{
  margin-bottom: 95px;
}

.tw .mb-20{
  margin-bottom: 100px;
}

.tw .mb-21{
  margin-bottom: 105px;
}

.tw .mb-22{
  margin-bottom: 110px;
}

.tw .mb-23{
  margin-bottom: 115px;
}

.tw .mb-24{
  margin-bottom: 120px;
}

.tw .mb-25{
  margin-bottom: 125px;
}

.tw .mb-26{
  margin-bottom: 130px;
}

.tw .mb-27{
  margin-bottom: 135px;
}

.tw .mb-28{
  margin-bottom: 140px;
}

.tw .mb-29{
  margin-bottom: 145px;
}

.tw .mb-30{
  margin-bottom: 150px;
}

.tw .mb-31{
  margin-bottom: 155px;
}

.tw .mb-32{
  margin-bottom: 160px;
}

.tw .mb-33{
  margin-bottom: 165px;
}

.tw .mb-34{
  margin-bottom: 170px;
}

.tw .mb-35{
  margin-bottom: 175px;
}

.tw .mb-36{
  margin-bottom: 180px;
}

.tw .mb-37{
  margin-bottom: 185px;
}

.tw .mb-38{
  margin-bottom: 190px;
}

.tw .mb-39{
  margin-bottom: 195px;
}

.tw .mb-40{
  margin-bottom: 200px;
}

.tw .mb-41{
  margin-bottom: 205px;
}

.tw .mb-42{
  margin-bottom: 210px;
}

.tw .mb-43{
  margin-bottom: 215px;
}

.tw .mb-44{
  margin-bottom: 220px;
}

.tw .mb-45{
  margin-bottom: 225px;
}

.tw .mb-46{
  margin-bottom: 230px;
}

.tw .mb-47{
  margin-bottom: 235px;
}

.tw .mb-48{
  margin-bottom: 240px;
}

.tw .mb-49{
  margin-bottom: 245px;
}

.tw .mb-50{
  margin-bottom: 250px;
}

.tw .mb-51{
  margin-bottom: 255px;
}

.tw .mb-52{
  margin-bottom: 260px;
}

.tw .mb-53{
  margin-bottom: 265px;
}

.tw .mb-54{
  margin-bottom: 270px;
}

.tw .mb-55{
  margin-bottom: 275px;
}

.tw .mb-56{
  margin-bottom: 280px;
}

.tw .mb-57{
  margin-bottom: 285px;
}

.tw .mb-58{
  margin-bottom: 290px;
}

.tw .mb-59{
  margin-bottom: 295px;
}

.tw .mb-60{
  margin-bottom: 300px;
}

.tw .mb-61{
  margin-bottom: 305px;
}

.tw .mb-62{
  margin-bottom: 310px;
}

.tw .mb-63{
  margin-bottom: 315px;
}

.tw .mb-64{
  margin-bottom: 320px;
}

.tw .mb-65{
  margin-bottom: 325px;
}

.tw .mb-66{
  margin-bottom: 330px;
}

.tw .mb-67{
  margin-bottom: 335px;
}

.tw .mb-68{
  margin-bottom: 340px;
}

.tw .mb-69{
  margin-bottom: 345px;
}

.tw .mb-70{
  margin-bottom: 350px;
}

.tw .mb-71{
  margin-bottom: 355px;
}

.tw .mb-72{
  margin-bottom: 360px;
}

.tw .mb-73{
  margin-bottom: 365px;
}

.tw .mb-74{
  margin-bottom: 370px;
}

.tw .mb-75{
  margin-bottom: 375px;
}

.tw .mb-76{
  margin-bottom: 380px;
}

.tw .mb-77{
  margin-bottom: 385px;
}

.tw .mb-78{
  margin-bottom: 390px;
}

.tw .mb-79{
  margin-bottom: 395px;
}

.tw .mb-80{
  margin-bottom: 400px;
}

.tw .mb-81{
  margin-bottom: 405px;
}

.tw .mb-82{
  margin-bottom: 410px;
}

.tw .mb-83{
  margin-bottom: 415px;
}

.tw .mb-84{
  margin-bottom: 420px;
}

.tw .mb-85{
  margin-bottom: 425px;
}

.tw .mb-86{
  margin-bottom: 430px;
}

.tw .mb-87{
  margin-bottom: 435px;
}

.tw .mb-88{
  margin-bottom: 440px;
}

.tw .mb-89{
  margin-bottom: 445px;
}

.tw .mb-90{
  margin-bottom: 450px;
}

.tw .mb-91{
  margin-bottom: 455px;
}

.tw .mb-92{
  margin-bottom: 460px;
}

.tw .mb-93{
  margin-bottom: 465px;
}

.tw .mb-94{
  margin-bottom: 470px;
}

.tw .mb-95{
  margin-bottom: 475px;
}

.tw .mb-96{
  margin-bottom: 480px;
}

.tw .mb-97{
  margin-bottom: 485px;
}

.tw .mb-98{
  margin-bottom: 490px;
}

.tw .mb-99{
  margin-bottom: 495px;
}

.tw .mb-100{
  margin-bottom: 500px;
}

.tw .mb-101{
  margin-bottom: 505px;
}

.tw .mb-102{
  margin-bottom: 510px;
}

.tw .mb-103{
  margin-bottom: 515px;
}

.tw .mb-104{
  margin-bottom: 520px;
}

.tw .mb-105{
  margin-bottom: 525px;
}

.tw .mb-106{
  margin-bottom: 530px;
}

.tw .mb-107{
  margin-bottom: 535px;
}

.tw .mb-108{
  margin-bottom: 540px;
}

.tw .mb-109{
  margin-bottom: 545px;
}

.tw .mb-110{
  margin-bottom: 550px;
}

.tw .mb-111{
  margin-bottom: 555px;
}

.tw .mb-112{
  margin-bottom: 560px;
}

.tw .mb-113{
  margin-bottom: 565px;
}

.tw .mb-114{
  margin-bottom: 570px;
}

.tw .mb-115{
  margin-bottom: 575px;
}

.tw .mb-116{
  margin-bottom: 580px;
}

.tw .mb-117{
  margin-bottom: 585px;
}

.tw .mb-118{
  margin-bottom: 590px;
}

.tw .mb-119{
  margin-bottom: 595px;
}

.tw .mb-120{
  margin-bottom: 600px;
}

.tw .mb-121{
  margin-bottom: 605px;
}

.tw .mb-122{
  margin-bottom: 610px;
}

.tw .mb-123{
  margin-bottom: 615px;
}

.tw .mb-124{
  margin-bottom: 620px;
}

.tw .mb-125{
  margin-bottom: 625px;
}

.tw .mb-126{
  margin-bottom: 630px;
}

.tw .mb-127{
  margin-bottom: 635px;
}

.tw .mb-128{
  margin-bottom: 640px;
}

.tw .mb-129{
  margin-bottom: 645px;
}

.tw .mb-130{
  margin-bottom: 650px;
}

.tw .mb-131{
  margin-bottom: 655px;
}

.tw .mb-132{
  margin-bottom: 660px;
}

.tw .mb-133{
  margin-bottom: 665px;
}

.tw .mb-134{
  margin-bottom: 670px;
}

.tw .mb-135{
  margin-bottom: 675px;
}

.tw .mb-136{
  margin-bottom: 680px;
}

.tw .mb-137{
  margin-bottom: 685px;
}

.tw .mb-138{
  margin-bottom: 690px;
}

.tw .mb-139{
  margin-bottom: 695px;
}

.tw .mb-140{
  margin-bottom: 700px;
}

.tw .mb-141{
  margin-bottom: 705px;
}

.tw .mb-142{
  margin-bottom: 710px;
}

.tw .mb-143{
  margin-bottom: 715px;
}

.tw .mb-144{
  margin-bottom: 720px;
}

.tw .mb-145{
  margin-bottom: 725px;
}

.tw .mb-146{
  margin-bottom: 730px;
}

.tw .mb-147{
  margin-bottom: 735px;
}

.tw .mb-148{
  margin-bottom: 740px;
}

.tw .mb-149{
  margin-bottom: 745px;
}

.tw .mb-auto{
  margin-bottom: auto;
}

.tw .mb-0\.5{
  margin-bottom: 3px;
}

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

.tw .mb-2px{
  margin-bottom: 2px;
}

.tw .mb-3px{
  margin-bottom: 3px;
}

.tw .mb-4px{
  margin-bottom: 4px;
}

.tw .mb-5px{
  margin-bottom: 5px;
}

.tw .mb-6px{
  margin-bottom: 6px;
}

.tw .mb-7px{
  margin-bottom: 7px;
}

.tw .mb-8px{
  margin-bottom: 8px;
}

.tw .mb-9px{
  margin-bottom: 9px;
}

.tw .mb-10px{
  margin-bottom: 10px;
}

.tw .mb-11px{
  margin-bottom: 11px;
}

.tw .mb-12px{
  margin-bottom: 12px;
}

.tw .mb-13px{
  margin-bottom: 13px;
}

.tw .mb-14px{
  margin-bottom: 14px;
}

.tw .mb-15px{
  margin-bottom: 15px;
}

.tw .mb-16px{
  margin-bottom: 16px;
}

.tw .mb-17px{
  margin-bottom: 17px;
}

.tw .mb-18px{
  margin-bottom: 18px;
}

.tw .mb-19px{
  margin-bottom: 19px;
}

.tw .mb-20px{
  margin-bottom: 20px;
}

.tw .mb-21px{
  margin-bottom: 21px;
}

.tw .mb-22px{
  margin-bottom: 22px;
}

.tw .mb-23px{
  margin-bottom: 23px;
}

.tw .mb-24px{
  margin-bottom: 24px;
}

.tw .mb-25px{
  margin-bottom: 25px;
}

.tw .mb-26px{
  margin-bottom: 26px;
}

.tw .mb-27px{
  margin-bottom: 27px;
}

.tw .mb-28px{
  margin-bottom: 28px;
}

.tw .mb-29px{
  margin-bottom: 29px;
}

.tw .mb-30px{
  margin-bottom: 30px;
}

.tw .mb-31px{
  margin-bottom: 31px;
}

.tw .mb-32px{
  margin-bottom: 32px;
}

.tw .mb-33px{
  margin-bottom: 33px;
}

.tw .mb-34px{
  margin-bottom: 34px;
}

.tw .mb-35px{
  margin-bottom: 35px;
}

.tw .mb-36px{
  margin-bottom: 36px;
}

.tw .mb-37px{
  margin-bottom: 37px;
}

.tw .mb-38px{
  margin-bottom: 38px;
}

.tw .mb-39px{
  margin-bottom: 39px;
}

.tw .mb-40px{
  margin-bottom: 40px;
}

.tw .-mb-0{
  margin-bottom: 0px;
}

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

.tw .-mb-2{
  margin-bottom: -10px;
}

.tw .-mb-3{
  margin-bottom: -15px;
}

.tw .-mb-4{
  margin-bottom: -20px;
}

.tw .-mb-5{
  margin-bottom: -25px;
}

.tw .-mb-6{
  margin-bottom: -30px;
}

.tw .-mb-7{
  margin-bottom: -35px;
}

.tw .-mb-8{
  margin-bottom: -40px;
}

.tw .-mb-9{
  margin-bottom: -45px;
}

.tw .-mb-10{
  margin-bottom: -50px;
}

.tw .-mb-11{
  margin-bottom: -55px;
}

.tw .-mb-12{
  margin-bottom: -60px;
}

.tw .-mb-13{
  margin-bottom: -65px;
}

.tw .-mb-14{
  margin-bottom: -70px;
}

.tw .-mb-15{
  margin-bottom: -75px;
}

.tw .-mb-16{
  margin-bottom: -80px;
}

.tw .-mb-17{
  margin-bottom: -85px;
}

.tw .-mb-18{
  margin-bottom: -90px;
}

.tw .-mb-19{
  margin-bottom: -95px;
}

.tw .-mb-20{
  margin-bottom: -100px;
}

.tw .-mb-21{
  margin-bottom: -105px;
}

.tw .-mb-22{
  margin-bottom: -110px;
}

.tw .-mb-23{
  margin-bottom: -115px;
}

.tw .-mb-24{
  margin-bottom: -120px;
}

.tw .-mb-25{
  margin-bottom: -125px;
}

.tw .-mb-26{
  margin-bottom: -130px;
}

.tw .-mb-27{
  margin-bottom: -135px;
}

.tw .-mb-28{
  margin-bottom: -140px;
}

.tw .-mb-29{
  margin-bottom: -145px;
}

.tw .-mb-30{
  margin-bottom: -150px;
}

.tw .-mb-31{
  margin-bottom: -155px;
}

.tw .-mb-32{
  margin-bottom: -160px;
}

.tw .-mb-33{
  margin-bottom: -165px;
}

.tw .-mb-34{
  margin-bottom: -170px;
}

.tw .-mb-35{
  margin-bottom: -175px;
}

.tw .-mb-36{
  margin-bottom: -180px;
}

.tw .-mb-37{
  margin-bottom: -185px;
}

.tw .-mb-38{
  margin-bottom: -190px;
}

.tw .-mb-39{
  margin-bottom: -195px;
}

.tw .-mb-40{
  margin-bottom: -200px;
}

.tw .-mb-41{
  margin-bottom: -205px;
}

.tw .-mb-42{
  margin-bottom: -210px;
}

.tw .-mb-43{
  margin-bottom: -215px;
}

.tw .-mb-44{
  margin-bottom: -220px;
}

.tw .-mb-45{
  margin-bottom: -225px;
}

.tw .-mb-46{
  margin-bottom: -230px;
}

.tw .-mb-47{
  margin-bottom: -235px;
}

.tw .-mb-48{
  margin-bottom: -240px;
}

.tw .-mb-49{
  margin-bottom: -245px;
}

.tw .-mb-50{
  margin-bottom: -250px;
}

.tw .-mb-51{
  margin-bottom: -255px;
}

.tw .-mb-52{
  margin-bottom: -260px;
}

.tw .-mb-53{
  margin-bottom: -265px;
}

.tw .-mb-54{
  margin-bottom: -270px;
}

.tw .-mb-55{
  margin-bottom: -275px;
}

.tw .-mb-56{
  margin-bottom: -280px;
}

.tw .-mb-57{
  margin-bottom: -285px;
}

.tw .-mb-58{
  margin-bottom: -290px;
}

.tw .-mb-59{
  margin-bottom: -295px;
}

.tw .-mb-60{
  margin-bottom: -300px;
}

.tw .-mb-61{
  margin-bottom: -305px;
}

.tw .-mb-62{
  margin-bottom: -310px;
}

.tw .-mb-63{
  margin-bottom: -315px;
}

.tw .-mb-64{
  margin-bottom: -320px;
}

.tw .-mb-65{
  margin-bottom: -325px;
}

.tw .-mb-66{
  margin-bottom: -330px;
}

.tw .-mb-67{
  margin-bottom: -335px;
}

.tw .-mb-68{
  margin-bottom: -340px;
}

.tw .-mb-69{
  margin-bottom: -345px;
}

.tw .-mb-70{
  margin-bottom: -350px;
}

.tw .-mb-71{
  margin-bottom: -355px;
}

.tw .-mb-72{
  margin-bottom: -360px;
}

.tw .-mb-73{
  margin-bottom: -365px;
}

.tw .-mb-74{
  margin-bottom: -370px;
}

.tw .-mb-75{
  margin-bottom: -375px;
}

.tw .-mb-76{
  margin-bottom: -380px;
}

.tw .-mb-77{
  margin-bottom: -385px;
}

.tw .-mb-78{
  margin-bottom: -390px;
}

.tw .-mb-79{
  margin-bottom: -395px;
}

.tw .-mb-80{
  margin-bottom: -400px;
}

.tw .-mb-81{
  margin-bottom: -405px;
}

.tw .-mb-82{
  margin-bottom: -410px;
}

.tw .-mb-83{
  margin-bottom: -415px;
}

.tw .-mb-84{
  margin-bottom: -420px;
}

.tw .-mb-85{
  margin-bottom: -425px;
}

.tw .-mb-86{
  margin-bottom: -430px;
}

.tw .-mb-87{
  margin-bottom: -435px;
}

.tw .-mb-88{
  margin-bottom: -440px;
}

.tw .-mb-89{
  margin-bottom: -445px;
}

.tw .-mb-90{
  margin-bottom: -450px;
}

.tw .-mb-91{
  margin-bottom: -455px;
}

.tw .-mb-92{
  margin-bottom: -460px;
}

.tw .-mb-93{
  margin-bottom: -465px;
}

.tw .-mb-94{
  margin-bottom: -470px;
}

.tw .-mb-95{
  margin-bottom: -475px;
}

.tw .-mb-96{
  margin-bottom: -480px;
}

.tw .-mb-97{
  margin-bottom: -485px;
}

.tw .-mb-98{
  margin-bottom: -490px;
}

.tw .-mb-99{
  margin-bottom: -495px;
}

.tw .-mb-100{
  margin-bottom: -500px;
}

.tw .-mb-101{
  margin-bottom: -505px;
}

.tw .-mb-102{
  margin-bottom: -510px;
}

.tw .-mb-103{
  margin-bottom: -515px;
}

.tw .-mb-104{
  margin-bottom: -520px;
}

.tw .-mb-105{
  margin-bottom: -525px;
}

.tw .-mb-106{
  margin-bottom: -530px;
}

.tw .-mb-107{
  margin-bottom: -535px;
}

.tw .-mb-108{
  margin-bottom: -540px;
}

.tw .-mb-109{
  margin-bottom: -545px;
}

.tw .-mb-110{
  margin-bottom: -550px;
}

.tw .-mb-111{
  margin-bottom: -555px;
}

.tw .-mb-112{
  margin-bottom: -560px;
}

.tw .-mb-113{
  margin-bottom: -565px;
}

.tw .-mb-114{
  margin-bottom: -570px;
}

.tw .-mb-115{
  margin-bottom: -575px;
}

.tw .-mb-116{
  margin-bottom: -580px;
}

.tw .-mb-117{
  margin-bottom: -585px;
}

.tw .-mb-118{
  margin-bottom: -590px;
}

.tw .-mb-119{
  margin-bottom: -595px;
}

.tw .-mb-120{
  margin-bottom: -600px;
}

.tw .-mb-121{
  margin-bottom: -605px;
}

.tw .-mb-122{
  margin-bottom: -610px;
}

.tw .-mb-123{
  margin-bottom: -615px;
}

.tw .-mb-124{
  margin-bottom: -620px;
}

.tw .-mb-125{
  margin-bottom: -625px;
}

.tw .-mb-126{
  margin-bottom: -630px;
}

.tw .-mb-127{
  margin-bottom: -635px;
}

.tw .-mb-128{
  margin-bottom: -640px;
}

.tw .-mb-129{
  margin-bottom: -645px;
}

.tw .-mb-130{
  margin-bottom: -650px;
}

.tw .-mb-131{
  margin-bottom: -655px;
}

.tw .-mb-132{
  margin-bottom: -660px;
}

.tw .-mb-133{
  margin-bottom: -665px;
}

.tw .-mb-134{
  margin-bottom: -670px;
}

.tw .-mb-135{
  margin-bottom: -675px;
}

.tw .-mb-136{
  margin-bottom: -680px;
}

.tw .-mb-137{
  margin-bottom: -685px;
}

.tw .-mb-138{
  margin-bottom: -690px;
}

.tw .-mb-139{
  margin-bottom: -695px;
}

.tw .-mb-140{
  margin-bottom: -700px;
}

.tw .-mb-141{
  margin-bottom: -705px;
}

.tw .-mb-142{
  margin-bottom: -710px;
}

.tw .-mb-143{
  margin-bottom: -715px;
}

.tw .-mb-144{
  margin-bottom: -720px;
}

.tw .-mb-145{
  margin-bottom: -725px;
}

.tw .-mb-146{
  margin-bottom: -730px;
}

.tw .-mb-147{
  margin-bottom: -735px;
}

.tw .-mb-148{
  margin-bottom: -740px;
}

.tw .-mb-149{
  margin-bottom: -745px;
}

.tw .-mb-0\.5{
  margin-bottom: -3px;
}

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

.tw .-mb-2px{
  margin-bottom: -2px;
}

.tw .-mb-3px{
  margin-bottom: -3px;
}

.tw .-mb-4px{
  margin-bottom: -4px;
}

.tw .-mb-5px{
  margin-bottom: -5px;
}

.tw .-mb-6px{
  margin-bottom: -6px;
}

.tw .-mb-7px{
  margin-bottom: -7px;
}

.tw .-mb-8px{
  margin-bottom: -8px;
}

.tw .-mb-9px{
  margin-bottom: -9px;
}

.tw .-mb-10px{
  margin-bottom: -10px;
}

.tw .-mb-11px{
  margin-bottom: -11px;
}

.tw .-mb-12px{
  margin-bottom: -12px;
}

.tw .-mb-13px{
  margin-bottom: -13px;
}

.tw .-mb-14px{
  margin-bottom: -14px;
}

.tw .-mb-15px{
  margin-bottom: -15px;
}

.tw .-mb-16px{
  margin-bottom: -16px;
}

.tw .-mb-17px{
  margin-bottom: -17px;
}

.tw .-mb-18px{
  margin-bottom: -18px;
}

.tw .-mb-19px{
  margin-bottom: -19px;
}

.tw .-mb-20px{
  margin-bottom: -20px;
}

.tw .-mb-21px{
  margin-bottom: -21px;
}

.tw .-mb-22px{
  margin-bottom: -22px;
}

.tw .-mb-23px{
  margin-bottom: -23px;
}

.tw .-mb-24px{
  margin-bottom: -24px;
}

.tw .-mb-25px{
  margin-bottom: -25px;
}

.tw .-mb-26px{
  margin-bottom: -26px;
}

.tw .-mb-27px{
  margin-bottom: -27px;
}

.tw .-mb-28px{
  margin-bottom: -28px;
}

.tw .-mb-29px{
  margin-bottom: -29px;
}

.tw .-mb-30px{
  margin-bottom: -30px;
}

.tw .-mb-31px{
  margin-bottom: -31px;
}

.tw .-mb-32px{
  margin-bottom: -32px;
}

.tw .-mb-33px{
  margin-bottom: -33px;
}

.tw .-mb-34px{
  margin-bottom: -34px;
}

.tw .-mb-35px{
  margin-bottom: -35px;
}

.tw .-mb-36px{
  margin-bottom: -36px;
}

.tw .-mb-37px{
  margin-bottom: -37px;
}

.tw .-mb-38px{
  margin-bottom: -38px;
}

.tw .-mb-39px{
  margin-bottom: -39px;
}

.tw .-mb-40px{
  margin-bottom: -40px;
}

.tw .ml-0{
  margin-left: 0px;
}

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

.tw .ml-2{
  margin-left: 10px;
}

.tw .ml-3{
  margin-left: 15px;
}

.tw .ml-4{
  margin-left: 20px;
}

.tw .ml-5{
  margin-left: 25px;
}

.tw .ml-6{
  margin-left: 30px;
}

.tw .ml-7{
  margin-left: 35px;
}

.tw .ml-8{
  margin-left: 40px;
}

.tw .ml-9{
  margin-left: 45px;
}

.tw .ml-10{
  margin-left: 50px;
}

.tw .ml-11{
  margin-left: 55px;
}

.tw .ml-12{
  margin-left: 60px;
}

.tw .ml-13{
  margin-left: 65px;
}

.tw .ml-14{
  margin-left: 70px;
}

.tw .ml-15{
  margin-left: 75px;
}

.tw .ml-16{
  margin-left: 80px;
}

.tw .ml-17{
  margin-left: 85px;
}

.tw .ml-18{
  margin-left: 90px;
}

.tw .ml-19{
  margin-left: 95px;
}

.tw .ml-20{
  margin-left: 100px;
}

.tw .ml-21{
  margin-left: 105px;
}

.tw .ml-22{
  margin-left: 110px;
}

.tw .ml-23{
  margin-left: 115px;
}

.tw .ml-24{
  margin-left: 120px;
}

.tw .ml-25{
  margin-left: 125px;
}

.tw .ml-26{
  margin-left: 130px;
}

.tw .ml-27{
  margin-left: 135px;
}

.tw .ml-28{
  margin-left: 140px;
}

.tw .ml-29{
  margin-left: 145px;
}

.tw .ml-30{
  margin-left: 150px;
}

.tw .ml-31{
  margin-left: 155px;
}

.tw .ml-32{
  margin-left: 160px;
}

.tw .ml-33{
  margin-left: 165px;
}

.tw .ml-34{
  margin-left: 170px;
}

.tw .ml-35{
  margin-left: 175px;
}

.tw .ml-36{
  margin-left: 180px;
}

.tw .ml-37{
  margin-left: 185px;
}

.tw .ml-38{
  margin-left: 190px;
}

.tw .ml-39{
  margin-left: 195px;
}

.tw .ml-40{
  margin-left: 200px;
}

.tw .ml-41{
  margin-left: 205px;
}

.tw .ml-42{
  margin-left: 210px;
}

.tw .ml-43{
  margin-left: 215px;
}

.tw .ml-44{
  margin-left: 220px;
}

.tw .ml-45{
  margin-left: 225px;
}

.tw .ml-46{
  margin-left: 230px;
}

.tw .ml-47{
  margin-left: 235px;
}

.tw .ml-48{
  margin-left: 240px;
}

.tw .ml-49{
  margin-left: 245px;
}

.tw .ml-50{
  margin-left: 250px;
}

.tw .ml-51{
  margin-left: 255px;
}

.tw .ml-52{
  margin-left: 260px;
}

.tw .ml-53{
  margin-left: 265px;
}

.tw .ml-54{
  margin-left: 270px;
}

.tw .ml-55{
  margin-left: 275px;
}

.tw .ml-56{
  margin-left: 280px;
}

.tw .ml-57{
  margin-left: 285px;
}

.tw .ml-58{
  margin-left: 290px;
}

.tw .ml-59{
  margin-left: 295px;
}

.tw .ml-60{
  margin-left: 300px;
}

.tw .ml-61{
  margin-left: 305px;
}

.tw .ml-62{
  margin-left: 310px;
}

.tw .ml-63{
  margin-left: 315px;
}

.tw .ml-64{
  margin-left: 320px;
}

.tw .ml-65{
  margin-left: 325px;
}

.tw .ml-66{
  margin-left: 330px;
}

.tw .ml-67{
  margin-left: 335px;
}

.tw .ml-68{
  margin-left: 340px;
}

.tw .ml-69{
  margin-left: 345px;
}

.tw .ml-70{
  margin-left: 350px;
}

.tw .ml-71{
  margin-left: 355px;
}

.tw .ml-72{
  margin-left: 360px;
}

.tw .ml-73{
  margin-left: 365px;
}

.tw .ml-74{
  margin-left: 370px;
}

.tw .ml-75{
  margin-left: 375px;
}

.tw .ml-76{
  margin-left: 380px;
}

.tw .ml-77{
  margin-left: 385px;
}

.tw .ml-78{
  margin-left: 390px;
}

.tw .ml-79{
  margin-left: 395px;
}

.tw .ml-80{
  margin-left: 400px;
}

.tw .ml-81{
  margin-left: 405px;
}

.tw .ml-82{
  margin-left: 410px;
}

.tw .ml-83{
  margin-left: 415px;
}

.tw .ml-84{
  margin-left: 420px;
}

.tw .ml-85{
  margin-left: 425px;
}

.tw .ml-86{
  margin-left: 430px;
}

.tw .ml-87{
  margin-left: 435px;
}

.tw .ml-88{
  margin-left: 440px;
}

.tw .ml-89{
  margin-left: 445px;
}

.tw .ml-90{
  margin-left: 450px;
}

.tw .ml-91{
  margin-left: 455px;
}

.tw .ml-92{
  margin-left: 460px;
}

.tw .ml-93{
  margin-left: 465px;
}

.tw .ml-94{
  margin-left: 470px;
}

.tw .ml-95{
  margin-left: 475px;
}

.tw .ml-96{
  margin-left: 480px;
}

.tw .ml-97{
  margin-left: 485px;
}

.tw .ml-98{
  margin-left: 490px;
}

.tw .ml-99{
  margin-left: 495px;
}

.tw .ml-100{
  margin-left: 500px;
}

.tw .ml-101{
  margin-left: 505px;
}

.tw .ml-102{
  margin-left: 510px;
}

.tw .ml-103{
  margin-left: 515px;
}

.tw .ml-104{
  margin-left: 520px;
}

.tw .ml-105{
  margin-left: 525px;
}

.tw .ml-106{
  margin-left: 530px;
}

.tw .ml-107{
  margin-left: 535px;
}

.tw .ml-108{
  margin-left: 540px;
}

.tw .ml-109{
  margin-left: 545px;
}

.tw .ml-110{
  margin-left: 550px;
}

.tw .ml-111{
  margin-left: 555px;
}

.tw .ml-112{
  margin-left: 560px;
}

.tw .ml-113{
  margin-left: 565px;
}

.tw .ml-114{
  margin-left: 570px;
}

.tw .ml-115{
  margin-left: 575px;
}

.tw .ml-116{
  margin-left: 580px;
}

.tw .ml-117{
  margin-left: 585px;
}

.tw .ml-118{
  margin-left: 590px;
}

.tw .ml-119{
  margin-left: 595px;
}

.tw .ml-120{
  margin-left: 600px;
}

.tw .ml-121{
  margin-left: 605px;
}

.tw .ml-122{
  margin-left: 610px;
}

.tw .ml-123{
  margin-left: 615px;
}

.tw .ml-124{
  margin-left: 620px;
}

.tw .ml-125{
  margin-left: 625px;
}

.tw .ml-126{
  margin-left: 630px;
}

.tw .ml-127{
  margin-left: 635px;
}

.tw .ml-128{
  margin-left: 640px;
}

.tw .ml-129{
  margin-left: 645px;
}

.tw .ml-130{
  margin-left: 650px;
}

.tw .ml-131{
  margin-left: 655px;
}

.tw .ml-132{
  margin-left: 660px;
}

.tw .ml-133{
  margin-left: 665px;
}

.tw .ml-134{
  margin-left: 670px;
}

.tw .ml-135{
  margin-left: 675px;
}

.tw .ml-136{
  margin-left: 680px;
}

.tw .ml-137{
  margin-left: 685px;
}

.tw .ml-138{
  margin-left: 690px;
}

.tw .ml-139{
  margin-left: 695px;
}

.tw .ml-140{
  margin-left: 700px;
}

.tw .ml-141{
  margin-left: 705px;
}

.tw .ml-142{
  margin-left: 710px;
}

.tw .ml-143{
  margin-left: 715px;
}

.tw .ml-144{
  margin-left: 720px;
}

.tw .ml-145{
  margin-left: 725px;
}

.tw .ml-146{
  margin-left: 730px;
}

.tw .ml-147{
  margin-left: 735px;
}

.tw .ml-148{
  margin-left: 740px;
}

.tw .ml-149{
  margin-left: 745px;
}

.tw .ml-auto{
  margin-left: auto;
}

.tw .ml-0\.5{
  margin-left: 3px;
}

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

.tw .ml-2px{
  margin-left: 2px;
}

.tw .ml-3px{
  margin-left: 3px;
}

.tw .ml-4px{
  margin-left: 4px;
}

.tw .ml-5px{
  margin-left: 5px;
}

.tw .ml-6px{
  margin-left: 6px;
}

.tw .ml-7px{
  margin-left: 7px;
}

.tw .ml-8px{
  margin-left: 8px;
}

.tw .ml-9px{
  margin-left: 9px;
}

.tw .ml-10px{
  margin-left: 10px;
}

.tw .ml-11px{
  margin-left: 11px;
}

.tw .ml-12px{
  margin-left: 12px;
}

.tw .ml-13px{
  margin-left: 13px;
}

.tw .ml-14px{
  margin-left: 14px;
}

.tw .ml-15px{
  margin-left: 15px;
}

.tw .ml-16px{
  margin-left: 16px;
}

.tw .ml-17px{
  margin-left: 17px;
}

.tw .ml-18px{
  margin-left: 18px;
}

.tw .ml-19px{
  margin-left: 19px;
}

.tw .ml-20px{
  margin-left: 20px;
}

.tw .ml-21px{
  margin-left: 21px;
}

.tw .ml-22px{
  margin-left: 22px;
}

.tw .ml-23px{
  margin-left: 23px;
}

.tw .ml-24px{
  margin-left: 24px;
}

.tw .ml-25px{
  margin-left: 25px;
}

.tw .ml-26px{
  margin-left: 26px;
}

.tw .ml-27px{
  margin-left: 27px;
}

.tw .ml-28px{
  margin-left: 28px;
}

.tw .ml-29px{
  margin-left: 29px;
}

.tw .ml-30px{
  margin-left: 30px;
}

.tw .ml-31px{
  margin-left: 31px;
}

.tw .ml-32px{
  margin-left: 32px;
}

.tw .ml-33px{
  margin-left: 33px;
}

.tw .ml-34px{
  margin-left: 34px;
}

.tw .ml-35px{
  margin-left: 35px;
}

.tw .ml-36px{
  margin-left: 36px;
}

.tw .ml-37px{
  margin-left: 37px;
}

.tw .ml-38px{
  margin-left: 38px;
}

.tw .ml-39px{
  margin-left: 39px;
}

.tw .ml-40px{
  margin-left: 40px;
}

.tw .-ml-0{
  margin-left: 0px;
}

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

.tw .-ml-2{
  margin-left: -10px;
}

.tw .-ml-3{
  margin-left: -15px;
}

.tw .-ml-4{
  margin-left: -20px;
}

.tw .-ml-5{
  margin-left: -25px;
}

.tw .-ml-6{
  margin-left: -30px;
}

.tw .-ml-7{
  margin-left: -35px;
}

.tw .-ml-8{
  margin-left: -40px;
}

.tw .-ml-9{
  margin-left: -45px;
}

.tw .-ml-10{
  margin-left: -50px;
}

.tw .-ml-11{
  margin-left: -55px;
}

.tw .-ml-12{
  margin-left: -60px;
}

.tw .-ml-13{
  margin-left: -65px;
}

.tw .-ml-14{
  margin-left: -70px;
}

.tw .-ml-15{
  margin-left: -75px;
}

.tw .-ml-16{
  margin-left: -80px;
}

.tw .-ml-17{
  margin-left: -85px;
}

.tw .-ml-18{
  margin-left: -90px;
}

.tw .-ml-19{
  margin-left: -95px;
}

.tw .-ml-20{
  margin-left: -100px;
}

.tw .-ml-21{
  margin-left: -105px;
}

.tw .-ml-22{
  margin-left: -110px;
}

.tw .-ml-23{
  margin-left: -115px;
}

.tw .-ml-24{
  margin-left: -120px;
}

.tw .-ml-25{
  margin-left: -125px;
}

.tw .-ml-26{
  margin-left: -130px;
}

.tw .-ml-27{
  margin-left: -135px;
}

.tw .-ml-28{
  margin-left: -140px;
}

.tw .-ml-29{
  margin-left: -145px;
}

.tw .-ml-30{
  margin-left: -150px;
}

.tw .-ml-31{
  margin-left: -155px;
}

.tw .-ml-32{
  margin-left: -160px;
}

.tw .-ml-33{
  margin-left: -165px;
}

.tw .-ml-34{
  margin-left: -170px;
}

.tw .-ml-35{
  margin-left: -175px;
}

.tw .-ml-36{
  margin-left: -180px;
}

.tw .-ml-37{
  margin-left: -185px;
}

.tw .-ml-38{
  margin-left: -190px;
}

.tw .-ml-39{
  margin-left: -195px;
}

.tw .-ml-40{
  margin-left: -200px;
}

.tw .-ml-41{
  margin-left: -205px;
}

.tw .-ml-42{
  margin-left: -210px;
}

.tw .-ml-43{
  margin-left: -215px;
}

.tw .-ml-44{
  margin-left: -220px;
}

.tw .-ml-45{
  margin-left: -225px;
}

.tw .-ml-46{
  margin-left: -230px;
}

.tw .-ml-47{
  margin-left: -235px;
}

.tw .-ml-48{
  margin-left: -240px;
}

.tw .-ml-49{
  margin-left: -245px;
}

.tw .-ml-50{
  margin-left: -250px;
}

.tw .-ml-51{
  margin-left: -255px;
}

.tw .-ml-52{
  margin-left: -260px;
}

.tw .-ml-53{
  margin-left: -265px;
}

.tw .-ml-54{
  margin-left: -270px;
}

.tw .-ml-55{
  margin-left: -275px;
}

.tw .-ml-56{
  margin-left: -280px;
}

.tw .-ml-57{
  margin-left: -285px;
}

.tw .-ml-58{
  margin-left: -290px;
}

.tw .-ml-59{
  margin-left: -295px;
}

.tw .-ml-60{
  margin-left: -300px;
}

.tw .-ml-61{
  margin-left: -305px;
}

.tw .-ml-62{
  margin-left: -310px;
}

.tw .-ml-63{
  margin-left: -315px;
}

.tw .-ml-64{
  margin-left: -320px;
}

.tw .-ml-65{
  margin-left: -325px;
}

.tw .-ml-66{
  margin-left: -330px;
}

.tw .-ml-67{
  margin-left: -335px;
}

.tw .-ml-68{
  margin-left: -340px;
}

.tw .-ml-69{
  margin-left: -345px;
}

.tw .-ml-70{
  margin-left: -350px;
}

.tw .-ml-71{
  margin-left: -355px;
}

.tw .-ml-72{
  margin-left: -360px;
}

.tw .-ml-73{
  margin-left: -365px;
}

.tw .-ml-74{
  margin-left: -370px;
}

.tw .-ml-75{
  margin-left: -375px;
}

.tw .-ml-76{
  margin-left: -380px;
}

.tw .-ml-77{
  margin-left: -385px;
}

.tw .-ml-78{
  margin-left: -390px;
}

.tw .-ml-79{
  margin-left: -395px;
}

.tw .-ml-80{
  margin-left: -400px;
}

.tw .-ml-81{
  margin-left: -405px;
}

.tw .-ml-82{
  margin-left: -410px;
}

.tw .-ml-83{
  margin-left: -415px;
}

.tw .-ml-84{
  margin-left: -420px;
}

.tw .-ml-85{
  margin-left: -425px;
}

.tw .-ml-86{
  margin-left: -430px;
}

.tw .-ml-87{
  margin-left: -435px;
}

.tw .-ml-88{
  margin-left: -440px;
}

.tw .-ml-89{
  margin-left: -445px;
}

.tw .-ml-90{
  margin-left: -450px;
}

.tw .-ml-91{
  margin-left: -455px;
}

.tw .-ml-92{
  margin-left: -460px;
}

.tw .-ml-93{
  margin-left: -465px;
}

.tw .-ml-94{
  margin-left: -470px;
}

.tw .-ml-95{
  margin-left: -475px;
}

.tw .-ml-96{
  margin-left: -480px;
}

.tw .-ml-97{
  margin-left: -485px;
}

.tw .-ml-98{
  margin-left: -490px;
}

.tw .-ml-99{
  margin-left: -495px;
}

.tw .-ml-100{
  margin-left: -500px;
}

.tw .-ml-101{
  margin-left: -505px;
}

.tw .-ml-102{
  margin-left: -510px;
}

.tw .-ml-103{
  margin-left: -515px;
}

.tw .-ml-104{
  margin-left: -520px;
}

.tw .-ml-105{
  margin-left: -525px;
}

.tw .-ml-106{
  margin-left: -530px;
}

.tw .-ml-107{
  margin-left: -535px;
}

.tw .-ml-108{
  margin-left: -540px;
}

.tw .-ml-109{
  margin-left: -545px;
}

.tw .-ml-110{
  margin-left: -550px;
}

.tw .-ml-111{
  margin-left: -555px;
}

.tw .-ml-112{
  margin-left: -560px;
}

.tw .-ml-113{
  margin-left: -565px;
}

.tw .-ml-114{
  margin-left: -570px;
}

.tw .-ml-115{
  margin-left: -575px;
}

.tw .-ml-116{
  margin-left: -580px;
}

.tw .-ml-117{
  margin-left: -585px;
}

.tw .-ml-118{
  margin-left: -590px;
}

.tw .-ml-119{
  margin-left: -595px;
}

.tw .-ml-120{
  margin-left: -600px;
}

.tw .-ml-121{
  margin-left: -605px;
}

.tw .-ml-122{
  margin-left: -610px;
}

.tw .-ml-123{
  margin-left: -615px;
}

.tw .-ml-124{
  margin-left: -620px;
}

.tw .-ml-125{
  margin-left: -625px;
}

.tw .-ml-126{
  margin-left: -630px;
}

.tw .-ml-127{
  margin-left: -635px;
}

.tw .-ml-128{
  margin-left: -640px;
}

.tw .-ml-129{
  margin-left: -645px;
}

.tw .-ml-130{
  margin-left: -650px;
}

.tw .-ml-131{
  margin-left: -655px;
}

.tw .-ml-132{
  margin-left: -660px;
}

.tw .-ml-133{
  margin-left: -665px;
}

.tw .-ml-134{
  margin-left: -670px;
}

.tw .-ml-135{
  margin-left: -675px;
}

.tw .-ml-136{
  margin-left: -680px;
}

.tw .-ml-137{
  margin-left: -685px;
}

.tw .-ml-138{
  margin-left: -690px;
}

.tw .-ml-139{
  margin-left: -695px;
}

.tw .-ml-140{
  margin-left: -700px;
}

.tw .-ml-141{
  margin-left: -705px;
}

.tw .-ml-142{
  margin-left: -710px;
}

.tw .-ml-143{
  margin-left: -715px;
}

.tw .-ml-144{
  margin-left: -720px;
}

.tw .-ml-145{
  margin-left: -725px;
}

.tw .-ml-146{
  margin-left: -730px;
}

.tw .-ml-147{
  margin-left: -735px;
}

.tw .-ml-148{
  margin-left: -740px;
}

.tw .-ml-149{
  margin-left: -745px;
}

.tw .-ml-0\.5{
  margin-left: -3px;
}

.tw .-ml-1px{
  margin-left: -1px;
}

.tw .-ml-2px{
  margin-left: -2px;
}

.tw .-ml-3px{
  margin-left: -3px;
}

.tw .-ml-4px{
  margin-left: -4px;
}

.tw .-ml-5px{
  margin-left: -5px;
}

.tw .-ml-6px{
  margin-left: -6px;
}

.tw .-ml-7px{
  margin-left: -7px;
}

.tw .-ml-8px{
  margin-left: -8px;
}

.tw .-ml-9px{
  margin-left: -9px;
}

.tw .-ml-10px{
  margin-left: -10px;
}

.tw .-ml-11px{
  margin-left: -11px;
}

.tw .-ml-12px{
  margin-left: -12px;
}

.tw .-ml-13px{
  margin-left: -13px;
}

.tw .-ml-14px{
  margin-left: -14px;
}

.tw .-ml-15px{
  margin-left: -15px;
}

.tw .-ml-16px{
  margin-left: -16px;
}

.tw .-ml-17px{
  margin-left: -17px;
}

.tw .-ml-18px{
  margin-left: -18px;
}

.tw .-ml-19px{
  margin-left: -19px;
}

.tw .-ml-20px{
  margin-left: -20px;
}

.tw .-ml-21px{
  margin-left: -21px;
}

.tw .-ml-22px{
  margin-left: -22px;
}

.tw .-ml-23px{
  margin-left: -23px;
}

.tw .-ml-24px{
  margin-left: -24px;
}

.tw .-ml-25px{
  margin-left: -25px;
}

.tw .-ml-26px{
  margin-left: -26px;
}

.tw .-ml-27px{
  margin-left: -27px;
}

.tw .-ml-28px{
  margin-left: -28px;
}

.tw .-ml-29px{
  margin-left: -29px;
}

.tw .-ml-30px{
  margin-left: -30px;
}

.tw .-ml-31px{
  margin-left: -31px;
}

.tw .-ml-32px{
  margin-left: -32px;
}

.tw .-ml-33px{
  margin-left: -33px;
}

.tw .-ml-34px{
  margin-left: -34px;
}

.tw .-ml-35px{
  margin-left: -35px;
}

.tw .-ml-36px{
  margin-left: -36px;
}

.tw .-ml-37px{
  margin-left: -37px;
}

.tw .-ml-38px{
  margin-left: -38px;
}

.tw .-ml-39px{
  margin-left: -39px;
}

.tw .-ml-40px{
  margin-left: -40px;
}

.tw .last\:mt-0:last-child{
  margin-top: 0px;
}

.tw .last\:mt-1:last-child{
  margin-top: 5px;
}

.tw .last\:mt-2:last-child{
  margin-top: 10px;
}

.tw .last\:mt-3:last-child{
  margin-top: 15px;
}

.tw .last\:mt-4:last-child{
  margin-top: 20px;
}

.tw .last\:mt-5:last-child{
  margin-top: 25px;
}

.tw .last\:mt-6:last-child{
  margin-top: 30px;
}

.tw .last\:mt-7:last-child{
  margin-top: 35px;
}

.tw .last\:mt-8:last-child{
  margin-top: 40px;
}

.tw .last\:mt-9:last-child{
  margin-top: 45px;
}

.tw .last\:mt-10:last-child{
  margin-top: 50px;
}

.tw .last\:mt-11:last-child{
  margin-top: 55px;
}

.tw .last\:mt-12:last-child{
  margin-top: 60px;
}

.tw .last\:mt-13:last-child{
  margin-top: 65px;
}

.tw .last\:mt-14:last-child{
  margin-top: 70px;
}

.tw .last\:mt-15:last-child{
  margin-top: 75px;
}

.tw .last\:mt-16:last-child{
  margin-top: 80px;
}

.tw .last\:mt-17:last-child{
  margin-top: 85px;
}

.tw .last\:mt-18:last-child{
  margin-top: 90px;
}

.tw .last\:mt-19:last-child{
  margin-top: 95px;
}

.tw .last\:mt-20:last-child{
  margin-top: 100px;
}

.tw .last\:mt-21:last-child{
  margin-top: 105px;
}

.tw .last\:mt-22:last-child{
  margin-top: 110px;
}

.tw .last\:mt-23:last-child{
  margin-top: 115px;
}

.tw .last\:mt-24:last-child{
  margin-top: 120px;
}

.tw .last\:mt-25:last-child{
  margin-top: 125px;
}

.tw .last\:mt-26:last-child{
  margin-top: 130px;
}

.tw .last\:mt-27:last-child{
  margin-top: 135px;
}

.tw .last\:mt-28:last-child{
  margin-top: 140px;
}

.tw .last\:mt-29:last-child{
  margin-top: 145px;
}

.tw .last\:mt-30:last-child{
  margin-top: 150px;
}

.tw .last\:mt-31:last-child{
  margin-top: 155px;
}

.tw .last\:mt-32:last-child{
  margin-top: 160px;
}

.tw .last\:mt-33:last-child{
  margin-top: 165px;
}

.tw .last\:mt-34:last-child{
  margin-top: 170px;
}

.tw .last\:mt-35:last-child{
  margin-top: 175px;
}

.tw .last\:mt-36:last-child{
  margin-top: 180px;
}

.tw .last\:mt-37:last-child{
  margin-top: 185px;
}

.tw .last\:mt-38:last-child{
  margin-top: 190px;
}

.tw .last\:mt-39:last-child{
  margin-top: 195px;
}

.tw .last\:mt-40:last-child{
  margin-top: 200px;
}

.tw .last\:mt-41:last-child{
  margin-top: 205px;
}

.tw .last\:mt-42:last-child{
  margin-top: 210px;
}

.tw .last\:mt-43:last-child{
  margin-top: 215px;
}

.tw .last\:mt-44:last-child{
  margin-top: 220px;
}

.tw .last\:mt-45:last-child{
  margin-top: 225px;
}

.tw .last\:mt-46:last-child{
  margin-top: 230px;
}

.tw .last\:mt-47:last-child{
  margin-top: 235px;
}

.tw .last\:mt-48:last-child{
  margin-top: 240px;
}

.tw .last\:mt-49:last-child{
  margin-top: 245px;
}

.tw .last\:mt-50:last-child{
  margin-top: 250px;
}

.tw .last\:mt-51:last-child{
  margin-top: 255px;
}

.tw .last\:mt-52:last-child{
  margin-top: 260px;
}

.tw .last\:mt-53:last-child{
  margin-top: 265px;
}

.tw .last\:mt-54:last-child{
  margin-top: 270px;
}

.tw .last\:mt-55:last-child{
  margin-top: 275px;
}

.tw .last\:mt-56:last-child{
  margin-top: 280px;
}

.tw .last\:mt-57:last-child{
  margin-top: 285px;
}

.tw .last\:mt-58:last-child{
  margin-top: 290px;
}

.tw .last\:mt-59:last-child{
  margin-top: 295px;
}

.tw .last\:mt-60:last-child{
  margin-top: 300px;
}

.tw .last\:mt-61:last-child{
  margin-top: 305px;
}

.tw .last\:mt-62:last-child{
  margin-top: 310px;
}

.tw .last\:mt-63:last-child{
  margin-top: 315px;
}

.tw .last\:mt-64:last-child{
  margin-top: 320px;
}

.tw .last\:mt-65:last-child{
  margin-top: 325px;
}

.tw .last\:mt-66:last-child{
  margin-top: 330px;
}

.tw .last\:mt-67:last-child{
  margin-top: 335px;
}

.tw .last\:mt-68:last-child{
  margin-top: 340px;
}

.tw .last\:mt-69:last-child{
  margin-top: 345px;
}

.tw .last\:mt-70:last-child{
  margin-top: 350px;
}

.tw .last\:mt-71:last-child{
  margin-top: 355px;
}

.tw .last\:mt-72:last-child{
  margin-top: 360px;
}

.tw .last\:mt-73:last-child{
  margin-top: 365px;
}

.tw .last\:mt-74:last-child{
  margin-top: 370px;
}

.tw .last\:mt-75:last-child{
  margin-top: 375px;
}

.tw .last\:mt-76:last-child{
  margin-top: 380px;
}

.tw .last\:mt-77:last-child{
  margin-top: 385px;
}

.tw .last\:mt-78:last-child{
  margin-top: 390px;
}

.tw .last\:mt-79:last-child{
  margin-top: 395px;
}

.tw .last\:mt-80:last-child{
  margin-top: 400px;
}

.tw .last\:mt-81:last-child{
  margin-top: 405px;
}

.tw .last\:mt-82:last-child{
  margin-top: 410px;
}

.tw .last\:mt-83:last-child{
  margin-top: 415px;
}

.tw .last\:mt-84:last-child{
  margin-top: 420px;
}

.tw .last\:mt-85:last-child{
  margin-top: 425px;
}

.tw .last\:mt-86:last-child{
  margin-top: 430px;
}

.tw .last\:mt-87:last-child{
  margin-top: 435px;
}

.tw .last\:mt-88:last-child{
  margin-top: 440px;
}

.tw .last\:mt-89:last-child{
  margin-top: 445px;
}

.tw .last\:mt-90:last-child{
  margin-top: 450px;
}

.tw .last\:mt-91:last-child{
  margin-top: 455px;
}

.tw .last\:mt-92:last-child{
  margin-top: 460px;
}

.tw .last\:mt-93:last-child{
  margin-top: 465px;
}

.tw .last\:mt-94:last-child{
  margin-top: 470px;
}

.tw .last\:mt-95:last-child{
  margin-top: 475px;
}

.tw .last\:mt-96:last-child{
  margin-top: 480px;
}

.tw .last\:mt-97:last-child{
  margin-top: 485px;
}

.tw .last\:mt-98:last-child{
  margin-top: 490px;
}

.tw .last\:mt-99:last-child{
  margin-top: 495px;
}

.tw .last\:mt-100:last-child{
  margin-top: 500px;
}

.tw .last\:mt-101:last-child{
  margin-top: 505px;
}

.tw .last\:mt-102:last-child{
  margin-top: 510px;
}

.tw .last\:mt-103:last-child{
  margin-top: 515px;
}

.tw .last\:mt-104:last-child{
  margin-top: 520px;
}

.tw .last\:mt-105:last-child{
  margin-top: 525px;
}

.tw .last\:mt-106:last-child{
  margin-top: 530px;
}

.tw .last\:mt-107:last-child{
  margin-top: 535px;
}

.tw .last\:mt-108:last-child{
  margin-top: 540px;
}

.tw .last\:mt-109:last-child{
  margin-top: 545px;
}

.tw .last\:mt-110:last-child{
  margin-top: 550px;
}

.tw .last\:mt-111:last-child{
  margin-top: 555px;
}

.tw .last\:mt-112:last-child{
  margin-top: 560px;
}

.tw .last\:mt-113:last-child{
  margin-top: 565px;
}

.tw .last\:mt-114:last-child{
  margin-top: 570px;
}

.tw .last\:mt-115:last-child{
  margin-top: 575px;
}

.tw .last\:mt-116:last-child{
  margin-top: 580px;
}

.tw .last\:mt-117:last-child{
  margin-top: 585px;
}

.tw .last\:mt-118:last-child{
  margin-top: 590px;
}

.tw .last\:mt-119:last-child{
  margin-top: 595px;
}

.tw .last\:mt-120:last-child{
  margin-top: 600px;
}

.tw .last\:mt-121:last-child{
  margin-top: 605px;
}

.tw .last\:mt-122:last-child{
  margin-top: 610px;
}

.tw .last\:mt-123:last-child{
  margin-top: 615px;
}

.tw .last\:mt-124:last-child{
  margin-top: 620px;
}

.tw .last\:mt-125:last-child{
  margin-top: 625px;
}

.tw .last\:mt-126:last-child{
  margin-top: 630px;
}

.tw .last\:mt-127:last-child{
  margin-top: 635px;
}

.tw .last\:mt-128:last-child{
  margin-top: 640px;
}

.tw .last\:mt-129:last-child{
  margin-top: 645px;
}

.tw .last\:mt-130:last-child{
  margin-top: 650px;
}

.tw .last\:mt-131:last-child{
  margin-top: 655px;
}

.tw .last\:mt-132:last-child{
  margin-top: 660px;
}

.tw .last\:mt-133:last-child{
  margin-top: 665px;
}

.tw .last\:mt-134:last-child{
  margin-top: 670px;
}

.tw .last\:mt-135:last-child{
  margin-top: 675px;
}

.tw .last\:mt-136:last-child{
  margin-top: 680px;
}

.tw .last\:mt-137:last-child{
  margin-top: 685px;
}

.tw .last\:mt-138:last-child{
  margin-top: 690px;
}

.tw .last\:mt-139:last-child{
  margin-top: 695px;
}

.tw .last\:mt-140:last-child{
  margin-top: 700px;
}

.tw .last\:mt-141:last-child{
  margin-top: 705px;
}

.tw .last\:mt-142:last-child{
  margin-top: 710px;
}

.tw .last\:mt-143:last-child{
  margin-top: 715px;
}

.tw .last\:mt-144:last-child{
  margin-top: 720px;
}

.tw .last\:mt-145:last-child{
  margin-top: 725px;
}

.tw .last\:mt-146:last-child{
  margin-top: 730px;
}

.tw .last\:mt-147:last-child{
  margin-top: 735px;
}

.tw .last\:mt-148:last-child{
  margin-top: 740px;
}

.tw .last\:mt-149:last-child{
  margin-top: 745px;
}

.tw .last\:mt-auto:last-child{
  margin-top: auto;
}

.tw .last\:mt-0\.5:last-child{
  margin-top: 3px;
}

.tw .last\:mt-1px:last-child{
  margin-top: 1px;
}

.tw .last\:mt-2px:last-child{
  margin-top: 2px;
}

.tw .last\:mt-3px:last-child{
  margin-top: 3px;
}

.tw .last\:mt-4px:last-child{
  margin-top: 4px;
}

.tw .last\:mt-5px:last-child{
  margin-top: 5px;
}

.tw .last\:mt-6px:last-child{
  margin-top: 6px;
}

.tw .last\:mt-7px:last-child{
  margin-top: 7px;
}

.tw .last\:mt-8px:last-child{
  margin-top: 8px;
}

.tw .last\:mt-9px:last-child{
  margin-top: 9px;
}

.tw .last\:mt-10px:last-child{
  margin-top: 10px;
}

.tw .last\:mt-11px:last-child{
  margin-top: 11px;
}

.tw .last\:mt-12px:last-child{
  margin-top: 12px;
}

.tw .last\:mt-13px:last-child{
  margin-top: 13px;
}

.tw .last\:mt-14px:last-child{
  margin-top: 14px;
}

.tw .last\:mt-15px:last-child{
  margin-top: 15px;
}

.tw .last\:mt-16px:last-child{
  margin-top: 16px;
}

.tw .last\:mt-17px:last-child{
  margin-top: 17px;
}

.tw .last\:mt-18px:last-child{
  margin-top: 18px;
}

.tw .last\:mt-19px:last-child{
  margin-top: 19px;
}

.tw .last\:mt-20px:last-child{
  margin-top: 20px;
}

.tw .last\:mt-21px:last-child{
  margin-top: 21px;
}

.tw .last\:mt-22px:last-child{
  margin-top: 22px;
}

.tw .last\:mt-23px:last-child{
  margin-top: 23px;
}

.tw .last\:mt-24px:last-child{
  margin-top: 24px;
}

.tw .last\:mt-25px:last-child{
  margin-top: 25px;
}

.tw .last\:mt-26px:last-child{
  margin-top: 26px;
}

.tw .last\:mt-27px:last-child{
  margin-top: 27px;
}

.tw .last\:mt-28px:last-child{
  margin-top: 28px;
}

.tw .last\:mt-29px:last-child{
  margin-top: 29px;
}

.tw .last\:mt-30px:last-child{
  margin-top: 30px;
}

.tw .last\:mt-31px:last-child{
  margin-top: 31px;
}

.tw .last\:mt-32px:last-child{
  margin-top: 32px;
}

.tw .last\:mt-33px:last-child{
  margin-top: 33px;
}

.tw .last\:mt-34px:last-child{
  margin-top: 34px;
}

.tw .last\:mt-35px:last-child{
  margin-top: 35px;
}

.tw .last\:mt-36px:last-child{
  margin-top: 36px;
}

.tw .last\:mt-37px:last-child{
  margin-top: 37px;
}

.tw .last\:mt-38px:last-child{
  margin-top: 38px;
}

.tw .last\:mt-39px:last-child{
  margin-top: 39px;
}

.tw .last\:mt-40px:last-child{
  margin-top: 40px;
}

.tw .last\:-mt-0:last-child{
  margin-top: 0px;
}

.tw .last\:-mt-1:last-child{
  margin-top: -5px;
}

.tw .last\:-mt-2:last-child{
  margin-top: -10px;
}

.tw .last\:-mt-3:last-child{
  margin-top: -15px;
}

.tw .last\:-mt-4:last-child{
  margin-top: -20px;
}

.tw .last\:-mt-5:last-child{
  margin-top: -25px;
}

.tw .last\:-mt-6:last-child{
  margin-top: -30px;
}

.tw .last\:-mt-7:last-child{
  margin-top: -35px;
}

.tw .last\:-mt-8:last-child{
  margin-top: -40px;
}

.tw .last\:-mt-9:last-child{
  margin-top: -45px;
}

.tw .last\:-mt-10:last-child{
  margin-top: -50px;
}

.tw .last\:-mt-11:last-child{
  margin-top: -55px;
}

.tw .last\:-mt-12:last-child{
  margin-top: -60px;
}

.tw .last\:-mt-13:last-child{
  margin-top: -65px;
}

.tw .last\:-mt-14:last-child{
  margin-top: -70px;
}

.tw .last\:-mt-15:last-child{
  margin-top: -75px;
}

.tw .last\:-mt-16:last-child{
  margin-top: -80px;
}

.tw .last\:-mt-17:last-child{
  margin-top: -85px;
}

.tw .last\:-mt-18:last-child{
  margin-top: -90px;
}

.tw .last\:-mt-19:last-child{
  margin-top: -95px;
}

.tw .last\:-mt-20:last-child{
  margin-top: -100px;
}

.tw .last\:-mt-21:last-child{
  margin-top: -105px;
}

.tw .last\:-mt-22:last-child{
  margin-top: -110px;
}

.tw .last\:-mt-23:last-child{
  margin-top: -115px;
}

.tw .last\:-mt-24:last-child{
  margin-top: -120px;
}

.tw .last\:-mt-25:last-child{
  margin-top: -125px;
}

.tw .last\:-mt-26:last-child{
  margin-top: -130px;
}

.tw .last\:-mt-27:last-child{
  margin-top: -135px;
}

.tw .last\:-mt-28:last-child{
  margin-top: -140px;
}

.tw .last\:-mt-29:last-child{
  margin-top: -145px;
}

.tw .last\:-mt-30:last-child{
  margin-top: -150px;
}

.tw .last\:-mt-31:last-child{
  margin-top: -155px;
}

.tw .last\:-mt-32:last-child{
  margin-top: -160px;
}

.tw .last\:-mt-33:last-child{
  margin-top: -165px;
}

.tw .last\:-mt-34:last-child{
  margin-top: -170px;
}

.tw .last\:-mt-35:last-child{
  margin-top: -175px;
}

.tw .last\:-mt-36:last-child{
  margin-top: -180px;
}

.tw .last\:-mt-37:last-child{
  margin-top: -185px;
}

.tw .last\:-mt-38:last-child{
  margin-top: -190px;
}

.tw .last\:-mt-39:last-child{
  margin-top: -195px;
}

.tw .last\:-mt-40:last-child{
  margin-top: -200px;
}

.tw .last\:-mt-41:last-child{
  margin-top: -205px;
}

.tw .last\:-mt-42:last-child{
  margin-top: -210px;
}

.tw .last\:-mt-43:last-child{
  margin-top: -215px;
}

.tw .last\:-mt-44:last-child{
  margin-top: -220px;
}

.tw .last\:-mt-45:last-child{
  margin-top: -225px;
}

.tw .last\:-mt-46:last-child{
  margin-top: -230px;
}

.tw .last\:-mt-47:last-child{
  margin-top: -235px;
}

.tw .last\:-mt-48:last-child{
  margin-top: -240px;
}

.tw .last\:-mt-49:last-child{
  margin-top: -245px;
}

.tw .last\:-mt-50:last-child{
  margin-top: -250px;
}

.tw .last\:-mt-51:last-child{
  margin-top: -255px;
}

.tw .last\:-mt-52:last-child{
  margin-top: -260px;
}

.tw .last\:-mt-53:last-child{
  margin-top: -265px;
}

.tw .last\:-mt-54:last-child{
  margin-top: -270px;
}

.tw .last\:-mt-55:last-child{
  margin-top: -275px;
}

.tw .last\:-mt-56:last-child{
  margin-top: -280px;
}

.tw .last\:-mt-57:last-child{
  margin-top: -285px;
}

.tw .last\:-mt-58:last-child{
  margin-top: -290px;
}

.tw .last\:-mt-59:last-child{
  margin-top: -295px;
}

.tw .last\:-mt-60:last-child{
  margin-top: -300px;
}

.tw .last\:-mt-61:last-child{
  margin-top: -305px;
}

.tw .last\:-mt-62:last-child{
  margin-top: -310px;
}

.tw .last\:-mt-63:last-child{
  margin-top: -315px;
}

.tw .last\:-mt-64:last-child{
  margin-top: -320px;
}

.tw .last\:-mt-65:last-child{
  margin-top: -325px;
}

.tw .last\:-mt-66:last-child{
  margin-top: -330px;
}

.tw .last\:-mt-67:last-child{
  margin-top: -335px;
}

.tw .last\:-mt-68:last-child{
  margin-top: -340px;
}

.tw .last\:-mt-69:last-child{
  margin-top: -345px;
}

.tw .last\:-mt-70:last-child{
  margin-top: -350px;
}

.tw .last\:-mt-71:last-child{
  margin-top: -355px;
}

.tw .last\:-mt-72:last-child{
  margin-top: -360px;
}

.tw .last\:-mt-73:last-child{
  margin-top: -365px;
}

.tw .last\:-mt-74:last-child{
  margin-top: -370px;
}

.tw .last\:-mt-75:last-child{
  margin-top: -375px;
}

.tw .last\:-mt-76:last-child{
  margin-top: -380px;
}

.tw .last\:-mt-77:last-child{
  margin-top: -385px;
}

.tw .last\:-mt-78:last-child{
  margin-top: -390px;
}

.tw .last\:-mt-79:last-child{
  margin-top: -395px;
}

.tw .last\:-mt-80:last-child{
  margin-top: -400px;
}

.tw .last\:-mt-81:last-child{
  margin-top: -405px;
}

.tw .last\:-mt-82:last-child{
  margin-top: -410px;
}

.tw .last\:-mt-83:last-child{
  margin-top: -415px;
}

.tw .last\:-mt-84:last-child{
  margin-top: -420px;
}

.tw .last\:-mt-85:last-child{
  margin-top: -425px;
}

.tw .last\:-mt-86:last-child{
  margin-top: -430px;
}

.tw .last\:-mt-87:last-child{
  margin-top: -435px;
}

.tw .last\:-mt-88:last-child{
  margin-top: -440px;
}

.tw .last\:-mt-89:last-child{
  margin-top: -445px;
}

.tw .last\:-mt-90:last-child{
  margin-top: -450px;
}

.tw .last\:-mt-91:last-child{
  margin-top: -455px;
}

.tw .last\:-mt-92:last-child{
  margin-top: -460px;
}

.tw .last\:-mt-93:last-child{
  margin-top: -465px;
}

.tw .last\:-mt-94:last-child{
  margin-top: -470px;
}

.tw .last\:-mt-95:last-child{
  margin-top: -475px;
}

.tw .last\:-mt-96:last-child{
  margin-top: -480px;
}

.tw .last\:-mt-97:last-child{
  margin-top: -485px;
}

.tw .last\:-mt-98:last-child{
  margin-top: -490px;
}

.tw .last\:-mt-99:last-child{
  margin-top: -495px;
}

.tw .last\:-mt-100:last-child{
  margin-top: -500px;
}

.tw .last\:-mt-101:last-child{
  margin-top: -505px;
}

.tw .last\:-mt-102:last-child{
  margin-top: -510px;
}

.tw .last\:-mt-103:last-child{
  margin-top: -515px;
}

.tw .last\:-mt-104:last-child{
  margin-top: -520px;
}

.tw .last\:-mt-105:last-child{
  margin-top: -525px;
}

.tw .last\:-mt-106:last-child{
  margin-top: -530px;
}

.tw .last\:-mt-107:last-child{
  margin-top: -535px;
}

.tw .last\:-mt-108:last-child{
  margin-top: -540px;
}

.tw .last\:-mt-109:last-child{
  margin-top: -545px;
}

.tw .last\:-mt-110:last-child{
  margin-top: -550px;
}

.tw .last\:-mt-111:last-child{
  margin-top: -555px;
}

.tw .last\:-mt-112:last-child{
  margin-top: -560px;
}

.tw .last\:-mt-113:last-child{
  margin-top: -565px;
}

.tw .last\:-mt-114:last-child{
  margin-top: -570px;
}

.tw .last\:-mt-115:last-child{
  margin-top: -575px;
}

.tw .last\:-mt-116:last-child{
  margin-top: -580px;
}

.tw .last\:-mt-117:last-child{
  margin-top: -585px;
}

.tw .last\:-mt-118:last-child{
  margin-top: -590px;
}

.tw .last\:-mt-119:last-child{
  margin-top: -595px;
}

.tw .last\:-mt-120:last-child{
  margin-top: -600px;
}

.tw .last\:-mt-121:last-child{
  margin-top: -605px;
}

.tw .last\:-mt-122:last-child{
  margin-top: -610px;
}

.tw .last\:-mt-123:last-child{
  margin-top: -615px;
}

.tw .last\:-mt-124:last-child{
  margin-top: -620px;
}

.tw .last\:-mt-125:last-child{
  margin-top: -625px;
}

.tw .last\:-mt-126:last-child{
  margin-top: -630px;
}

.tw .last\:-mt-127:last-child{
  margin-top: -635px;
}

.tw .last\:-mt-128:last-child{
  margin-top: -640px;
}

.tw .last\:-mt-129:last-child{
  margin-top: -645px;
}

.tw .last\:-mt-130:last-child{
  margin-top: -650px;
}

.tw .last\:-mt-131:last-child{
  margin-top: -655px;
}

.tw .last\:-mt-132:last-child{
  margin-top: -660px;
}

.tw .last\:-mt-133:last-child{
  margin-top: -665px;
}

.tw .last\:-mt-134:last-child{
  margin-top: -670px;
}

.tw .last\:-mt-135:last-child{
  margin-top: -675px;
}

.tw .last\:-mt-136:last-child{
  margin-top: -680px;
}

.tw .last\:-mt-137:last-child{
  margin-top: -685px;
}

.tw .last\:-mt-138:last-child{
  margin-top: -690px;
}

.tw .last\:-mt-139:last-child{
  margin-top: -695px;
}

.tw .last\:-mt-140:last-child{
  margin-top: -700px;
}

.tw .last\:-mt-141:last-child{
  margin-top: -705px;
}

.tw .last\:-mt-142:last-child{
  margin-top: -710px;
}

.tw .last\:-mt-143:last-child{
  margin-top: -715px;
}

.tw .last\:-mt-144:last-child{
  margin-top: -720px;
}

.tw .last\:-mt-145:last-child{
  margin-top: -725px;
}

.tw .last\:-mt-146:last-child{
  margin-top: -730px;
}

.tw .last\:-mt-147:last-child{
  margin-top: -735px;
}

.tw .last\:-mt-148:last-child{
  margin-top: -740px;
}

.tw .last\:-mt-149:last-child{
  margin-top: -745px;
}

.tw .last\:-mt-0\.5:last-child{
  margin-top: -3px;
}

.tw .last\:-mt-1px:last-child{
  margin-top: -1px;
}

.tw .last\:-mt-2px:last-child{
  margin-top: -2px;
}

.tw .last\:-mt-3px:last-child{
  margin-top: -3px;
}

.tw .last\:-mt-4px:last-child{
  margin-top: -4px;
}

.tw .last\:-mt-5px:last-child{
  margin-top: -5px;
}

.tw .last\:-mt-6px:last-child{
  margin-top: -6px;
}

.tw .last\:-mt-7px:last-child{
  margin-top: -7px;
}

.tw .last\:-mt-8px:last-child{
  margin-top: -8px;
}

.tw .last\:-mt-9px:last-child{
  margin-top: -9px;
}

.tw .last\:-mt-10px:last-child{
  margin-top: -10px;
}

.tw .last\:-mt-11px:last-child{
  margin-top: -11px;
}

.tw .last\:-mt-12px:last-child{
  margin-top: -12px;
}

.tw .last\:-mt-13px:last-child{
  margin-top: -13px;
}

.tw .last\:-mt-14px:last-child{
  margin-top: -14px;
}

.tw .last\:-mt-15px:last-child{
  margin-top: -15px;
}

.tw .last\:-mt-16px:last-child{
  margin-top: -16px;
}

.tw .last\:-mt-17px:last-child{
  margin-top: -17px;
}

.tw .last\:-mt-18px:last-child{
  margin-top: -18px;
}

.tw .last\:-mt-19px:last-child{
  margin-top: -19px;
}

.tw .last\:-mt-20px:last-child{
  margin-top: -20px;
}

.tw .last\:-mt-21px:last-child{
  margin-top: -21px;
}

.tw .last\:-mt-22px:last-child{
  margin-top: -22px;
}

.tw .last\:-mt-23px:last-child{
  margin-top: -23px;
}

.tw .last\:-mt-24px:last-child{
  margin-top: -24px;
}

.tw .last\:-mt-25px:last-child{
  margin-top: -25px;
}

.tw .last\:-mt-26px:last-child{
  margin-top: -26px;
}

.tw .last\:-mt-27px:last-child{
  margin-top: -27px;
}

.tw .last\:-mt-28px:last-child{
  margin-top: -28px;
}

.tw .last\:-mt-29px:last-child{
  margin-top: -29px;
}

.tw .last\:-mt-30px:last-child{
  margin-top: -30px;
}

.tw .last\:-mt-31px:last-child{
  margin-top: -31px;
}

.tw .last\:-mt-32px:last-child{
  margin-top: -32px;
}

.tw .last\:-mt-33px:last-child{
  margin-top: -33px;
}

.tw .last\:-mt-34px:last-child{
  margin-top: -34px;
}

.tw .last\:-mt-35px:last-child{
  margin-top: -35px;
}

.tw .last\:-mt-36px:last-child{
  margin-top: -36px;
}

.tw .last\:-mt-37px:last-child{
  margin-top: -37px;
}

.tw .last\:-mt-38px:last-child{
  margin-top: -38px;
}

.tw .last\:-mt-39px:last-child{
  margin-top: -39px;
}

.tw .last\:-mt-40px:last-child{
  margin-top: -40px;
}

.tw .last\:mr-0:last-child{
  margin-right: 0px;
}

.tw .last\:mr-1:last-child{
  margin-right: 5px;
}

.tw .last\:mr-2:last-child{
  margin-right: 10px;
}

.tw .last\:mr-3:last-child{
  margin-right: 15px;
}

.tw .last\:mr-4:last-child{
  margin-right: 20px;
}

.tw .last\:mr-5:last-child{
  margin-right: 25px;
}

.tw .last\:mr-6:last-child{
  margin-right: 30px;
}

.tw .last\:mr-7:last-child{
  margin-right: 35px;
}

.tw .last\:mr-8:last-child{
  margin-right: 40px;
}

.tw .last\:mr-9:last-child{
  margin-right: 45px;
}

.tw .last\:mr-10:last-child{
  margin-right: 50px;
}

.tw .last\:mr-11:last-child{
  margin-right: 55px;
}

.tw .last\:mr-12:last-child{
  margin-right: 60px;
}

.tw .last\:mr-13:last-child{
  margin-right: 65px;
}

.tw .last\:mr-14:last-child{
  margin-right: 70px;
}

.tw .last\:mr-15:last-child{
  margin-right: 75px;
}

.tw .last\:mr-16:last-child{
  margin-right: 80px;
}

.tw .last\:mr-17:last-child{
  margin-right: 85px;
}

.tw .last\:mr-18:last-child{
  margin-right: 90px;
}

.tw .last\:mr-19:last-child{
  margin-right: 95px;
}

.tw .last\:mr-20:last-child{
  margin-right: 100px;
}

.tw .last\:mr-21:last-child{
  margin-right: 105px;
}

.tw .last\:mr-22:last-child{
  margin-right: 110px;
}

.tw .last\:mr-23:last-child{
  margin-right: 115px;
}

.tw .last\:mr-24:last-child{
  margin-right: 120px;
}

.tw .last\:mr-25:last-child{
  margin-right: 125px;
}

.tw .last\:mr-26:last-child{
  margin-right: 130px;
}

.tw .last\:mr-27:last-child{
  margin-right: 135px;
}

.tw .last\:mr-28:last-child{
  margin-right: 140px;
}

.tw .last\:mr-29:last-child{
  margin-right: 145px;
}

.tw .last\:mr-30:last-child{
  margin-right: 150px;
}

.tw .last\:mr-31:last-child{
  margin-right: 155px;
}

.tw .last\:mr-32:last-child{
  margin-right: 160px;
}

.tw .last\:mr-33:last-child{
  margin-right: 165px;
}

.tw .last\:mr-34:last-child{
  margin-right: 170px;
}

.tw .last\:mr-35:last-child{
  margin-right: 175px;
}

.tw .last\:mr-36:last-child{
  margin-right: 180px;
}

.tw .last\:mr-37:last-child{
  margin-right: 185px;
}

.tw .last\:mr-38:last-child{
  margin-right: 190px;
}

.tw .last\:mr-39:last-child{
  margin-right: 195px;
}

.tw .last\:mr-40:last-child{
  margin-right: 200px;
}

.tw .last\:mr-41:last-child{
  margin-right: 205px;
}

.tw .last\:mr-42:last-child{
  margin-right: 210px;
}

.tw .last\:mr-43:last-child{
  margin-right: 215px;
}

.tw .last\:mr-44:last-child{
  margin-right: 220px;
}

.tw .last\:mr-45:last-child{
  margin-right: 225px;
}

.tw .last\:mr-46:last-child{
  margin-right: 230px;
}

.tw .last\:mr-47:last-child{
  margin-right: 235px;
}

.tw .last\:mr-48:last-child{
  margin-right: 240px;
}

.tw .last\:mr-49:last-child{
  margin-right: 245px;
}

.tw .last\:mr-50:last-child{
  margin-right: 250px;
}

.tw .last\:mr-51:last-child{
  margin-right: 255px;
}

.tw .last\:mr-52:last-child{
  margin-right: 260px;
}

.tw .last\:mr-53:last-child{
  margin-right: 265px;
}

.tw .last\:mr-54:last-child{
  margin-right: 270px;
}

.tw .last\:mr-55:last-child{
  margin-right: 275px;
}

.tw .last\:mr-56:last-child{
  margin-right: 280px;
}

.tw .last\:mr-57:last-child{
  margin-right: 285px;
}

.tw .last\:mr-58:last-child{
  margin-right: 290px;
}

.tw .last\:mr-59:last-child{
  margin-right: 295px;
}

.tw .last\:mr-60:last-child{
  margin-right: 300px;
}

.tw .last\:mr-61:last-child{
  margin-right: 305px;
}

.tw .last\:mr-62:last-child{
  margin-right: 310px;
}

.tw .last\:mr-63:last-child{
  margin-right: 315px;
}

.tw .last\:mr-64:last-child{
  margin-right: 320px;
}

.tw .last\:mr-65:last-child{
  margin-right: 325px;
}

.tw .last\:mr-66:last-child{
  margin-right: 330px;
}

.tw .last\:mr-67:last-child{
  margin-right: 335px;
}

.tw .last\:mr-68:last-child{
  margin-right: 340px;
}

.tw .last\:mr-69:last-child{
  margin-right: 345px;
}

.tw .last\:mr-70:last-child{
  margin-right: 350px;
}

.tw .last\:mr-71:last-child{
  margin-right: 355px;
}

.tw .last\:mr-72:last-child{
  margin-right: 360px;
}

.tw .last\:mr-73:last-child{
  margin-right: 365px;
}

.tw .last\:mr-74:last-child{
  margin-right: 370px;
}

.tw .last\:mr-75:last-child{
  margin-right: 375px;
}

.tw .last\:mr-76:last-child{
  margin-right: 380px;
}

.tw .last\:mr-77:last-child{
  margin-right: 385px;
}

.tw .last\:mr-78:last-child{
  margin-right: 390px;
}

.tw .last\:mr-79:last-child{
  margin-right: 395px;
}

.tw .last\:mr-80:last-child{
  margin-right: 400px;
}

.tw .last\:mr-81:last-child{
  margin-right: 405px;
}

.tw .last\:mr-82:last-child{
  margin-right: 410px;
}

.tw .last\:mr-83:last-child{
  margin-right: 415px;
}

.tw .last\:mr-84:last-child{
  margin-right: 420px;
}

.tw .last\:mr-85:last-child{
  margin-right: 425px;
}

.tw .last\:mr-86:last-child{
  margin-right: 430px;
}

.tw .last\:mr-87:last-child{
  margin-right: 435px;
}

.tw .last\:mr-88:last-child{
  margin-right: 440px;
}

.tw .last\:mr-89:last-child{
  margin-right: 445px;
}

.tw .last\:mr-90:last-child{
  margin-right: 450px;
}

.tw .last\:mr-91:last-child{
  margin-right: 455px;
}

.tw .last\:mr-92:last-child{
  margin-right: 460px;
}

.tw .last\:mr-93:last-child{
  margin-right: 465px;
}

.tw .last\:mr-94:last-child{
  margin-right: 470px;
}

.tw .last\:mr-95:last-child{
  margin-right: 475px;
}

.tw .last\:mr-96:last-child{
  margin-right: 480px;
}

.tw .last\:mr-97:last-child{
  margin-right: 485px;
}

.tw .last\:mr-98:last-child{
  margin-right: 490px;
}

.tw .last\:mr-99:last-child{
  margin-right: 495px;
}

.tw .last\:mr-100:last-child{
  margin-right: 500px;
}

.tw .last\:mr-101:last-child{
  margin-right: 505px;
}

.tw .last\:mr-102:last-child{
  margin-right: 510px;
}

.tw .last\:mr-103:last-child{
  margin-right: 515px;
}

.tw .last\:mr-104:last-child{
  margin-right: 520px;
}

.tw .last\:mr-105:last-child{
  margin-right: 525px;
}

.tw .last\:mr-106:last-child{
  margin-right: 530px;
}

.tw .last\:mr-107:last-child{
  margin-right: 535px;
}

.tw .last\:mr-108:last-child{
  margin-right: 540px;
}

.tw .last\:mr-109:last-child{
  margin-right: 545px;
}

.tw .last\:mr-110:last-child{
  margin-right: 550px;
}

.tw .last\:mr-111:last-child{
  margin-right: 555px;
}

.tw .last\:mr-112:last-child{
  margin-right: 560px;
}

.tw .last\:mr-113:last-child{
  margin-right: 565px;
}

.tw .last\:mr-114:last-child{
  margin-right: 570px;
}

.tw .last\:mr-115:last-child{
  margin-right: 575px;
}

.tw .last\:mr-116:last-child{
  margin-right: 580px;
}

.tw .last\:mr-117:last-child{
  margin-right: 585px;
}

.tw .last\:mr-118:last-child{
  margin-right: 590px;
}

.tw .last\:mr-119:last-child{
  margin-right: 595px;
}

.tw .last\:mr-120:last-child{
  margin-right: 600px;
}

.tw .last\:mr-121:last-child{
  margin-right: 605px;
}

.tw .last\:mr-122:last-child{
  margin-right: 610px;
}

.tw .last\:mr-123:last-child{
  margin-right: 615px;
}

.tw .last\:mr-124:last-child{
  margin-right: 620px;
}

.tw .last\:mr-125:last-child{
  margin-right: 625px;
}

.tw .last\:mr-126:last-child{
  margin-right: 630px;
}

.tw .last\:mr-127:last-child{
  margin-right: 635px;
}

.tw .last\:mr-128:last-child{
  margin-right: 640px;
}

.tw .last\:mr-129:last-child{
  margin-right: 645px;
}

.tw .last\:mr-130:last-child{
  margin-right: 650px;
}

.tw .last\:mr-131:last-child{
  margin-right: 655px;
}

.tw .last\:mr-132:last-child{
  margin-right: 660px;
}

.tw .last\:mr-133:last-child{
  margin-right: 665px;
}

.tw .last\:mr-134:last-child{
  margin-right: 670px;
}

.tw .last\:mr-135:last-child{
  margin-right: 675px;
}

.tw .last\:mr-136:last-child{
  margin-right: 680px;
}

.tw .last\:mr-137:last-child{
  margin-right: 685px;
}

.tw .last\:mr-138:last-child{
  margin-right: 690px;
}

.tw .last\:mr-139:last-child{
  margin-right: 695px;
}

.tw .last\:mr-140:last-child{
  margin-right: 700px;
}

.tw .last\:mr-141:last-child{
  margin-right: 705px;
}

.tw .last\:mr-142:last-child{
  margin-right: 710px;
}

.tw .last\:mr-143:last-child{
  margin-right: 715px;
}

.tw .last\:mr-144:last-child{
  margin-right: 720px;
}

.tw .last\:mr-145:last-child{
  margin-right: 725px;
}

.tw .last\:mr-146:last-child{
  margin-right: 730px;
}

.tw .last\:mr-147:last-child{
  margin-right: 735px;
}

.tw .last\:mr-148:last-child{
  margin-right: 740px;
}

.tw .last\:mr-149:last-child{
  margin-right: 745px;
}

.tw .last\:mr-auto:last-child{
  margin-right: auto;
}

.tw .last\:mr-0\.5:last-child{
  margin-right: 3px;
}

.tw .last\:mr-1px:last-child{
  margin-right: 1px;
}

.tw .last\:mr-2px:last-child{
  margin-right: 2px;
}

.tw .last\:mr-3px:last-child{
  margin-right: 3px;
}

.tw .last\:mr-4px:last-child{
  margin-right: 4px;
}

.tw .last\:mr-5px:last-child{
  margin-right: 5px;
}

.tw .last\:mr-6px:last-child{
  margin-right: 6px;
}

.tw .last\:mr-7px:last-child{
  margin-right: 7px;
}

.tw .last\:mr-8px:last-child{
  margin-right: 8px;
}

.tw .last\:mr-9px:last-child{
  margin-right: 9px;
}

.tw .last\:mr-10px:last-child{
  margin-right: 10px;
}

.tw .last\:mr-11px:last-child{
  margin-right: 11px;
}

.tw .last\:mr-12px:last-child{
  margin-right: 12px;
}

.tw .last\:mr-13px:last-child{
  margin-right: 13px;
}

.tw .last\:mr-14px:last-child{
  margin-right: 14px;
}

.tw .last\:mr-15px:last-child{
  margin-right: 15px;
}

.tw .last\:mr-16px:last-child{
  margin-right: 16px;
}

.tw .last\:mr-17px:last-child{
  margin-right: 17px;
}

.tw .last\:mr-18px:last-child{
  margin-right: 18px;
}

.tw .last\:mr-19px:last-child{
  margin-right: 19px;
}

.tw .last\:mr-20px:last-child{
  margin-right: 20px;
}

.tw .last\:mr-21px:last-child{
  margin-right: 21px;
}

.tw .last\:mr-22px:last-child{
  margin-right: 22px;
}

.tw .last\:mr-23px:last-child{
  margin-right: 23px;
}

.tw .last\:mr-24px:last-child{
  margin-right: 24px;
}

.tw .last\:mr-25px:last-child{
  margin-right: 25px;
}

.tw .last\:mr-26px:last-child{
  margin-right: 26px;
}

.tw .last\:mr-27px:last-child{
  margin-right: 27px;
}

.tw .last\:mr-28px:last-child{
  margin-right: 28px;
}

.tw .last\:mr-29px:last-child{
  margin-right: 29px;
}

.tw .last\:mr-30px:last-child{
  margin-right: 30px;
}

.tw .last\:mr-31px:last-child{
  margin-right: 31px;
}

.tw .last\:mr-32px:last-child{
  margin-right: 32px;
}

.tw .last\:mr-33px:last-child{
  margin-right: 33px;
}

.tw .last\:mr-34px:last-child{
  margin-right: 34px;
}

.tw .last\:mr-35px:last-child{
  margin-right: 35px;
}

.tw .last\:mr-36px:last-child{
  margin-right: 36px;
}

.tw .last\:mr-37px:last-child{
  margin-right: 37px;
}

.tw .last\:mr-38px:last-child{
  margin-right: 38px;
}

.tw .last\:mr-39px:last-child{
  margin-right: 39px;
}

.tw .last\:mr-40px:last-child{
  margin-right: 40px;
}

.tw .last\:-mr-0:last-child{
  margin-right: 0px;
}

.tw .last\:-mr-1:last-child{
  margin-right: -5px;
}

.tw .last\:-mr-2:last-child{
  margin-right: -10px;
}

.tw .last\:-mr-3:last-child{
  margin-right: -15px;
}

.tw .last\:-mr-4:last-child{
  margin-right: -20px;
}

.tw .last\:-mr-5:last-child{
  margin-right: -25px;
}

.tw .last\:-mr-6:last-child{
  margin-right: -30px;
}

.tw .last\:-mr-7:last-child{
  margin-right: -35px;
}

.tw .last\:-mr-8:last-child{
  margin-right: -40px;
}

.tw .last\:-mr-9:last-child{
  margin-right: -45px;
}

.tw .last\:-mr-10:last-child{
  margin-right: -50px;
}

.tw .last\:-mr-11:last-child{
  margin-right: -55px;
}

.tw .last\:-mr-12:last-child{
  margin-right: -60px;
}

.tw .last\:-mr-13:last-child{
  margin-right: -65px;
}

.tw .last\:-mr-14:last-child{
  margin-right: -70px;
}

.tw .last\:-mr-15:last-child{
  margin-right: -75px;
}

.tw .last\:-mr-16:last-child{
  margin-right: -80px;
}

.tw .last\:-mr-17:last-child{
  margin-right: -85px;
}

.tw .last\:-mr-18:last-child{
  margin-right: -90px;
}

.tw .last\:-mr-19:last-child{
  margin-right: -95px;
}

.tw .last\:-mr-20:last-child{
  margin-right: -100px;
}

.tw .last\:-mr-21:last-child{
  margin-right: -105px;
}

.tw .last\:-mr-22:last-child{
  margin-right: -110px;
}

.tw .last\:-mr-23:last-child{
  margin-right: -115px;
}

.tw .last\:-mr-24:last-child{
  margin-right: -120px;
}

.tw .last\:-mr-25:last-child{
  margin-right: -125px;
}

.tw .last\:-mr-26:last-child{
  margin-right: -130px;
}

.tw .last\:-mr-27:last-child{
  margin-right: -135px;
}

.tw .last\:-mr-28:last-child{
  margin-right: -140px;
}

.tw .last\:-mr-29:last-child{
  margin-right: -145px;
}

.tw .last\:-mr-30:last-child{
  margin-right: -150px;
}

.tw .last\:-mr-31:last-child{
  margin-right: -155px;
}

.tw .last\:-mr-32:last-child{
  margin-right: -160px;
}

.tw .last\:-mr-33:last-child{
  margin-right: -165px;
}

.tw .last\:-mr-34:last-child{
  margin-right: -170px;
}

.tw .last\:-mr-35:last-child{
  margin-right: -175px;
}

.tw .last\:-mr-36:last-child{
  margin-right: -180px;
}

.tw .last\:-mr-37:last-child{
  margin-right: -185px;
}

.tw .last\:-mr-38:last-child{
  margin-right: -190px;
}

.tw .last\:-mr-39:last-child{
  margin-right: -195px;
}

.tw .last\:-mr-40:last-child{
  margin-right: -200px;
}

.tw .last\:-mr-41:last-child{
  margin-right: -205px;
}

.tw .last\:-mr-42:last-child{
  margin-right: -210px;
}

.tw .last\:-mr-43:last-child{
  margin-right: -215px;
}

.tw .last\:-mr-44:last-child{
  margin-right: -220px;
}

.tw .last\:-mr-45:last-child{
  margin-right: -225px;
}

.tw .last\:-mr-46:last-child{
  margin-right: -230px;
}

.tw .last\:-mr-47:last-child{
  margin-right: -235px;
}

.tw .last\:-mr-48:last-child{
  margin-right: -240px;
}

.tw .last\:-mr-49:last-child{
  margin-right: -245px;
}

.tw .last\:-mr-50:last-child{
  margin-right: -250px;
}

.tw .last\:-mr-51:last-child{
  margin-right: -255px;
}

.tw .last\:-mr-52:last-child{
  margin-right: -260px;
}

.tw .last\:-mr-53:last-child{
  margin-right: -265px;
}

.tw .last\:-mr-54:last-child{
  margin-right: -270px;
}

.tw .last\:-mr-55:last-child{
  margin-right: -275px;
}

.tw .last\:-mr-56:last-child{
  margin-right: -280px;
}

.tw .last\:-mr-57:last-child{
  margin-right: -285px;
}

.tw .last\:-mr-58:last-child{
  margin-right: -290px;
}

.tw .last\:-mr-59:last-child{
  margin-right: -295px;
}

.tw .last\:-mr-60:last-child{
  margin-right: -300px;
}

.tw .last\:-mr-61:last-child{
  margin-right: -305px;
}

.tw .last\:-mr-62:last-child{
  margin-right: -310px;
}

.tw .last\:-mr-63:last-child{
  margin-right: -315px;
}

.tw .last\:-mr-64:last-child{
  margin-right: -320px;
}

.tw .last\:-mr-65:last-child{
  margin-right: -325px;
}

.tw .last\:-mr-66:last-child{
  margin-right: -330px;
}

.tw .last\:-mr-67:last-child{
  margin-right: -335px;
}

.tw .last\:-mr-68:last-child{
  margin-right: -340px;
}

.tw .last\:-mr-69:last-child{
  margin-right: -345px;
}

.tw .last\:-mr-70:last-child{
  margin-right: -350px;
}

.tw .last\:-mr-71:last-child{
  margin-right: -355px;
}

.tw .last\:-mr-72:last-child{
  margin-right: -360px;
}

.tw .last\:-mr-73:last-child{
  margin-right: -365px;
}

.tw .last\:-mr-74:last-child{
  margin-right: -370px;
}

.tw .last\:-mr-75:last-child{
  margin-right: -375px;
}

.tw .last\:-mr-76:last-child{
  margin-right: -380px;
}

.tw .last\:-mr-77:last-child{
  margin-right: -385px;
}

.tw .last\:-mr-78:last-child{
  margin-right: -390px;
}

.tw .last\:-mr-79:last-child{
  margin-right: -395px;
}

.tw .last\:-mr-80:last-child{
  margin-right: -400px;
}

.tw .last\:-mr-81:last-child{
  margin-right: -405px;
}

.tw .last\:-mr-82:last-child{
  margin-right: -410px;
}

.tw .last\:-mr-83:last-child{
  margin-right: -415px;
}

.tw .last\:-mr-84:last-child{
  margin-right: -420px;
}

.tw .last\:-mr-85:last-child{
  margin-right: -425px;
}

.tw .last\:-mr-86:last-child{
  margin-right: -430px;
}

.tw .last\:-mr-87:last-child{
  margin-right: -435px;
}

.tw .last\:-mr-88:last-child{
  margin-right: -440px;
}

.tw .last\:-mr-89:last-child{
  margin-right: -445px;
}

.tw .last\:-mr-90:last-child{
  margin-right: -450px;
}

.tw .last\:-mr-91:last-child{
  margin-right: -455px;
}

.tw .last\:-mr-92:last-child{
  margin-right: -460px;
}

.tw .last\:-mr-93:last-child{
  margin-right: -465px;
}

.tw .last\:-mr-94:last-child{
  margin-right: -470px;
}

.tw .last\:-mr-95:last-child{
  margin-right: -475px;
}

.tw .last\:-mr-96:last-child{
  margin-right: -480px;
}

.tw .last\:-mr-97:last-child{
  margin-right: -485px;
}

.tw .last\:-mr-98:last-child{
  margin-right: -490px;
}

.tw .last\:-mr-99:last-child{
  margin-right: -495px;
}

.tw .last\:-mr-100:last-child{
  margin-right: -500px;
}

.tw .last\:-mr-101:last-child{
  margin-right: -505px;
}

.tw .last\:-mr-102:last-child{
  margin-right: -510px;
}

.tw .last\:-mr-103:last-child{
  margin-right: -515px;
}

.tw .last\:-mr-104:last-child{
  margin-right: -520px;
}

.tw .last\:-mr-105:last-child{
  margin-right: -525px;
}

.tw .last\:-mr-106:last-child{
  margin-right: -530px;
}

.tw .last\:-mr-107:last-child{
  margin-right: -535px;
}

.tw .last\:-mr-108:last-child{
  margin-right: -540px;
}

.tw .last\:-mr-109:last-child{
  margin-right: -545px;
}

.tw .last\:-mr-110:last-child{
  margin-right: -550px;
}

.tw .last\:-mr-111:last-child{
  margin-right: -555px;
}

.tw .last\:-mr-112:last-child{
  margin-right: -560px;
}

.tw .last\:-mr-113:last-child{
  margin-right: -565px;
}

.tw .last\:-mr-114:last-child{
  margin-right: -570px;
}

.tw .last\:-mr-115:last-child{
  margin-right: -575px;
}

.tw .last\:-mr-116:last-child{
  margin-right: -580px;
}

.tw .last\:-mr-117:last-child{
  margin-right: -585px;
}

.tw .last\:-mr-118:last-child{
  margin-right: -590px;
}

.tw .last\:-mr-119:last-child{
  margin-right: -595px;
}

.tw .last\:-mr-120:last-child{
  margin-right: -600px;
}

.tw .last\:-mr-121:last-child{
  margin-right: -605px;
}

.tw .last\:-mr-122:last-child{
  margin-right: -610px;
}

.tw .last\:-mr-123:last-child{
  margin-right: -615px;
}

.tw .last\:-mr-124:last-child{
  margin-right: -620px;
}

.tw .last\:-mr-125:last-child{
  margin-right: -625px;
}

.tw .last\:-mr-126:last-child{
  margin-right: -630px;
}

.tw .last\:-mr-127:last-child{
  margin-right: -635px;
}

.tw .last\:-mr-128:last-child{
  margin-right: -640px;
}

.tw .last\:-mr-129:last-child{
  margin-right: -645px;
}

.tw .last\:-mr-130:last-child{
  margin-right: -650px;
}

.tw .last\:-mr-131:last-child{
  margin-right: -655px;
}

.tw .last\:-mr-132:last-child{
  margin-right: -660px;
}

.tw .last\:-mr-133:last-child{
  margin-right: -665px;
}

.tw .last\:-mr-134:last-child{
  margin-right: -670px;
}

.tw .last\:-mr-135:last-child{
  margin-right: -675px;
}

.tw .last\:-mr-136:last-child{
  margin-right: -680px;
}

.tw .last\:-mr-137:last-child{
  margin-right: -685px;
}

.tw .last\:-mr-138:last-child{
  margin-right: -690px;
}

.tw .last\:-mr-139:last-child{
  margin-right: -695px;
}

.tw .last\:-mr-140:last-child{
  margin-right: -700px;
}

.tw .last\:-mr-141:last-child{
  margin-right: -705px;
}

.tw .last\:-mr-142:last-child{
  margin-right: -710px;
}

.tw .last\:-mr-143:last-child{
  margin-right: -715px;
}

.tw .last\:-mr-144:last-child{
  margin-right: -720px;
}

.tw .last\:-mr-145:last-child{
  margin-right: -725px;
}

.tw .last\:-mr-146:last-child{
  margin-right: -730px;
}

.tw .last\:-mr-147:last-child{
  margin-right: -735px;
}

.tw .last\:-mr-148:last-child{
  margin-right: -740px;
}

.tw .last\:-mr-149:last-child{
  margin-right: -745px;
}

.tw .last\:-mr-0\.5:last-child{
  margin-right: -3px;
}

.tw .last\:-mr-1px:last-child{
  margin-right: -1px;
}

.tw .last\:-mr-2px:last-child{
  margin-right: -2px;
}

.tw .last\:-mr-3px:last-child{
  margin-right: -3px;
}

.tw .last\:-mr-4px:last-child{
  margin-right: -4px;
}

.tw .last\:-mr-5px:last-child{
  margin-right: -5px;
}

.tw .last\:-mr-6px:last-child{
  margin-right: -6px;
}

.tw .last\:-mr-7px:last-child{
  margin-right: -7px;
}

.tw .last\:-mr-8px:last-child{
  margin-right: -8px;
}

.tw .last\:-mr-9px:last-child{
  margin-right: -9px;
}

.tw .last\:-mr-10px:last-child{
  margin-right: -10px;
}

.tw .last\:-mr-11px:last-child{
  margin-right: -11px;
}

.tw .last\:-mr-12px:last-child{
  margin-right: -12px;
}

.tw .last\:-mr-13px:last-child{
  margin-right: -13px;
}

.tw .last\:-mr-14px:last-child{
  margin-right: -14px;
}

.tw .last\:-mr-15px:last-child{
  margin-right: -15px;
}

.tw .last\:-mr-16px:last-child{
  margin-right: -16px;
}

.tw .last\:-mr-17px:last-child{
  margin-right: -17px;
}

.tw .last\:-mr-18px:last-child{
  margin-right: -18px;
}

.tw .last\:-mr-19px:last-child{
  margin-right: -19px;
}

.tw .last\:-mr-20px:last-child{
  margin-right: -20px;
}

.tw .last\:-mr-21px:last-child{
  margin-right: -21px;
}

.tw .last\:-mr-22px:last-child{
  margin-right: -22px;
}

.tw .last\:-mr-23px:last-child{
  margin-right: -23px;
}

.tw .last\:-mr-24px:last-child{
  margin-right: -24px;
}

.tw .last\:-mr-25px:last-child{
  margin-right: -25px;
}

.tw .last\:-mr-26px:last-child{
  margin-right: -26px;
}

.tw .last\:-mr-27px:last-child{
  margin-right: -27px;
}

.tw .last\:-mr-28px:last-child{
  margin-right: -28px;
}

.tw .last\:-mr-29px:last-child{
  margin-right: -29px;
}

.tw .last\:-mr-30px:last-child{
  margin-right: -30px;
}

.tw .last\:-mr-31px:last-child{
  margin-right: -31px;
}

.tw .last\:-mr-32px:last-child{
  margin-right: -32px;
}

.tw .last\:-mr-33px:last-child{
  margin-right: -33px;
}

.tw .last\:-mr-34px:last-child{
  margin-right: -34px;
}

.tw .last\:-mr-35px:last-child{
  margin-right: -35px;
}

.tw .last\:-mr-36px:last-child{
  margin-right: -36px;
}

.tw .last\:-mr-37px:last-child{
  margin-right: -37px;
}

.tw .last\:-mr-38px:last-child{
  margin-right: -38px;
}

.tw .last\:-mr-39px:last-child{
  margin-right: -39px;
}

.tw .last\:-mr-40px:last-child{
  margin-right: -40px;
}

.tw .last\:mb-0:last-child{
  margin-bottom: 0px;
}

.tw .last\:mb-1:last-child{
  margin-bottom: 5px;
}

.tw .last\:mb-2:last-child{
  margin-bottom: 10px;
}

.tw .last\:mb-3:last-child{
  margin-bottom: 15px;
}

.tw .last\:mb-4:last-child{
  margin-bottom: 20px;
}

.tw .last\:mb-5:last-child{
  margin-bottom: 25px;
}

.tw .last\:mb-6:last-child{
  margin-bottom: 30px;
}

.tw .last\:mb-7:last-child{
  margin-bottom: 35px;
}

.tw .last\:mb-8:last-child{
  margin-bottom: 40px;
}

.tw .last\:mb-9:last-child{
  margin-bottom: 45px;
}

.tw .last\:mb-10:last-child{
  margin-bottom: 50px;
}

.tw .last\:mb-11:last-child{
  margin-bottom: 55px;
}

.tw .last\:mb-12:last-child{
  margin-bottom: 60px;
}

.tw .last\:mb-13:last-child{
  margin-bottom: 65px;
}

.tw .last\:mb-14:last-child{
  margin-bottom: 70px;
}

.tw .last\:mb-15:last-child{
  margin-bottom: 75px;
}

.tw .last\:mb-16:last-child{
  margin-bottom: 80px;
}

.tw .last\:mb-17:last-child{
  margin-bottom: 85px;
}

.tw .last\:mb-18:last-child{
  margin-bottom: 90px;
}

.tw .last\:mb-19:last-child{
  margin-bottom: 95px;
}

.tw .last\:mb-20:last-child{
  margin-bottom: 100px;
}

.tw .last\:mb-21:last-child{
  margin-bottom: 105px;
}

.tw .last\:mb-22:last-child{
  margin-bottom: 110px;
}

.tw .last\:mb-23:last-child{
  margin-bottom: 115px;
}

.tw .last\:mb-24:last-child{
  margin-bottom: 120px;
}

.tw .last\:mb-25:last-child{
  margin-bottom: 125px;
}

.tw .last\:mb-26:last-child{
  margin-bottom: 130px;
}

.tw .last\:mb-27:last-child{
  margin-bottom: 135px;
}

.tw .last\:mb-28:last-child{
  margin-bottom: 140px;
}

.tw .last\:mb-29:last-child{
  margin-bottom: 145px;
}

.tw .last\:mb-30:last-child{
  margin-bottom: 150px;
}

.tw .last\:mb-31:last-child{
  margin-bottom: 155px;
}

.tw .last\:mb-32:last-child{
  margin-bottom: 160px;
}

.tw .last\:mb-33:last-child{
  margin-bottom: 165px;
}

.tw .last\:mb-34:last-child{
  margin-bottom: 170px;
}

.tw .last\:mb-35:last-child{
  margin-bottom: 175px;
}

.tw .last\:mb-36:last-child{
  margin-bottom: 180px;
}

.tw .last\:mb-37:last-child{
  margin-bottom: 185px;
}

.tw .last\:mb-38:last-child{
  margin-bottom: 190px;
}

.tw .last\:mb-39:last-child{
  margin-bottom: 195px;
}

.tw .last\:mb-40:last-child{
  margin-bottom: 200px;
}

.tw .last\:mb-41:last-child{
  margin-bottom: 205px;
}

.tw .last\:mb-42:last-child{
  margin-bottom: 210px;
}

.tw .last\:mb-43:last-child{
  margin-bottom: 215px;
}

.tw .last\:mb-44:last-child{
  margin-bottom: 220px;
}

.tw .last\:mb-45:last-child{
  margin-bottom: 225px;
}

.tw .last\:mb-46:last-child{
  margin-bottom: 230px;
}

.tw .last\:mb-47:last-child{
  margin-bottom: 235px;
}

.tw .last\:mb-48:last-child{
  margin-bottom: 240px;
}

.tw .last\:mb-49:last-child{
  margin-bottom: 245px;
}

.tw .last\:mb-50:last-child{
  margin-bottom: 250px;
}

.tw .last\:mb-51:last-child{
  margin-bottom: 255px;
}

.tw .last\:mb-52:last-child{
  margin-bottom: 260px;
}

.tw .last\:mb-53:last-child{
  margin-bottom: 265px;
}

.tw .last\:mb-54:last-child{
  margin-bottom: 270px;
}

.tw .last\:mb-55:last-child{
  margin-bottom: 275px;
}

.tw .last\:mb-56:last-child{
  margin-bottom: 280px;
}

.tw .last\:mb-57:last-child{
  margin-bottom: 285px;
}

.tw .last\:mb-58:last-child{
  margin-bottom: 290px;
}

.tw .last\:mb-59:last-child{
  margin-bottom: 295px;
}

.tw .last\:mb-60:last-child{
  margin-bottom: 300px;
}

.tw .last\:mb-61:last-child{
  margin-bottom: 305px;
}

.tw .last\:mb-62:last-child{
  margin-bottom: 310px;
}

.tw .last\:mb-63:last-child{
  margin-bottom: 315px;
}

.tw .last\:mb-64:last-child{
  margin-bottom: 320px;
}

.tw .last\:mb-65:last-child{
  margin-bottom: 325px;
}

.tw .last\:mb-66:last-child{
  margin-bottom: 330px;
}

.tw .last\:mb-67:last-child{
  margin-bottom: 335px;
}

.tw .last\:mb-68:last-child{
  margin-bottom: 340px;
}

.tw .last\:mb-69:last-child{
  margin-bottom: 345px;
}

.tw .last\:mb-70:last-child{
  margin-bottom: 350px;
}

.tw .last\:mb-71:last-child{
  margin-bottom: 355px;
}

.tw .last\:mb-72:last-child{
  margin-bottom: 360px;
}

.tw .last\:mb-73:last-child{
  margin-bottom: 365px;
}

.tw .last\:mb-74:last-child{
  margin-bottom: 370px;
}

.tw .last\:mb-75:last-child{
  margin-bottom: 375px;
}

.tw .last\:mb-76:last-child{
  margin-bottom: 380px;
}

.tw .last\:mb-77:last-child{
  margin-bottom: 385px;
}

.tw .last\:mb-78:last-child{
  margin-bottom: 390px;
}

.tw .last\:mb-79:last-child{
  margin-bottom: 395px;
}

.tw .last\:mb-80:last-child{
  margin-bottom: 400px;
}

.tw .last\:mb-81:last-child{
  margin-bottom: 405px;
}

.tw .last\:mb-82:last-child{
  margin-bottom: 410px;
}

.tw .last\:mb-83:last-child{
  margin-bottom: 415px;
}

.tw .last\:mb-84:last-child{
  margin-bottom: 420px;
}

.tw .last\:mb-85:last-child{
  margin-bottom: 425px;
}

.tw .last\:mb-86:last-child{
  margin-bottom: 430px;
}

.tw .last\:mb-87:last-child{
  margin-bottom: 435px;
}

.tw .last\:mb-88:last-child{
  margin-bottom: 440px;
}

.tw .last\:mb-89:last-child{
  margin-bottom: 445px;
}

.tw .last\:mb-90:last-child{
  margin-bottom: 450px;
}

.tw .last\:mb-91:last-child{
  margin-bottom: 455px;
}

.tw .last\:mb-92:last-child{
  margin-bottom: 460px;
}

.tw .last\:mb-93:last-child{
  margin-bottom: 465px;
}

.tw .last\:mb-94:last-child{
  margin-bottom: 470px;
}

.tw .last\:mb-95:last-child{
  margin-bottom: 475px;
}

.tw .last\:mb-96:last-child{
  margin-bottom: 480px;
}

.tw .last\:mb-97:last-child{
  margin-bottom: 485px;
}

.tw .last\:mb-98:last-child{
  margin-bottom: 490px;
}

.tw .last\:mb-99:last-child{
  margin-bottom: 495px;
}

.tw .last\:mb-100:last-child{
  margin-bottom: 500px;
}

.tw .last\:mb-101:last-child{
  margin-bottom: 505px;
}

.tw .last\:mb-102:last-child{
  margin-bottom: 510px;
}

.tw .last\:mb-103:last-child{
  margin-bottom: 515px;
}

.tw .last\:mb-104:last-child{
  margin-bottom: 520px;
}

.tw .last\:mb-105:last-child{
  margin-bottom: 525px;
}

.tw .last\:mb-106:last-child{
  margin-bottom: 530px;
}

.tw .last\:mb-107:last-child{
  margin-bottom: 535px;
}

.tw .last\:mb-108:last-child{
  margin-bottom: 540px;
}

.tw .last\:mb-109:last-child{
  margin-bottom: 545px;
}

.tw .last\:mb-110:last-child{
  margin-bottom: 550px;
}

.tw .last\:mb-111:last-child{
  margin-bottom: 555px;
}

.tw .last\:mb-112:last-child{
  margin-bottom: 560px;
}

.tw .last\:mb-113:last-child{
  margin-bottom: 565px;
}

.tw .last\:mb-114:last-child{
  margin-bottom: 570px;
}

.tw .last\:mb-115:last-child{
  margin-bottom: 575px;
}

.tw .last\:mb-116:last-child{
  margin-bottom: 580px;
}

.tw .last\:mb-117:last-child{
  margin-bottom: 585px;
}

.tw .last\:mb-118:last-child{
  margin-bottom: 590px;
}

.tw .last\:mb-119:last-child{
  margin-bottom: 595px;
}

.tw .last\:mb-120:last-child{
  margin-bottom: 600px;
}

.tw .last\:mb-121:last-child{
  margin-bottom: 605px;
}

.tw .last\:mb-122:last-child{
  margin-bottom: 610px;
}

.tw .last\:mb-123:last-child{
  margin-bottom: 615px;
}

.tw .last\:mb-124:last-child{
  margin-bottom: 620px;
}

.tw .last\:mb-125:last-child{
  margin-bottom: 625px;
}

.tw .last\:mb-126:last-child{
  margin-bottom: 630px;
}

.tw .last\:mb-127:last-child{
  margin-bottom: 635px;
}

.tw .last\:mb-128:last-child{
  margin-bottom: 640px;
}

.tw .last\:mb-129:last-child{
  margin-bottom: 645px;
}

.tw .last\:mb-130:last-child{
  margin-bottom: 650px;
}

.tw .last\:mb-131:last-child{
  margin-bottom: 655px;
}

.tw .last\:mb-132:last-child{
  margin-bottom: 660px;
}

.tw .last\:mb-133:last-child{
  margin-bottom: 665px;
}

.tw .last\:mb-134:last-child{
  margin-bottom: 670px;
}

.tw .last\:mb-135:last-child{
  margin-bottom: 675px;
}

.tw .last\:mb-136:last-child{
  margin-bottom: 680px;
}

.tw .last\:mb-137:last-child{
  margin-bottom: 685px;
}

.tw .last\:mb-138:last-child{
  margin-bottom: 690px;
}

.tw .last\:mb-139:last-child{
  margin-bottom: 695px;
}

.tw .last\:mb-140:last-child{
  margin-bottom: 700px;
}

.tw .last\:mb-141:last-child{
  margin-bottom: 705px;
}

.tw .last\:mb-142:last-child{
  margin-bottom: 710px;
}

.tw .last\:mb-143:last-child{
  margin-bottom: 715px;
}

.tw .last\:mb-144:last-child{
  margin-bottom: 720px;
}

.tw .last\:mb-145:last-child{
  margin-bottom: 725px;
}

.tw .last\:mb-146:last-child{
  margin-bottom: 730px;
}

.tw .last\:mb-147:last-child{
  margin-bottom: 735px;
}

.tw .last\:mb-148:last-child{
  margin-bottom: 740px;
}

.tw .last\:mb-149:last-child{
  margin-bottom: 745px;
}

.tw .last\:mb-auto:last-child{
  margin-bottom: auto;
}

.tw .last\:mb-0\.5:last-child{
  margin-bottom: 3px;
}

.tw .last\:mb-1px:last-child{
  margin-bottom: 1px;
}

.tw .last\:mb-2px:last-child{
  margin-bottom: 2px;
}

.tw .last\:mb-3px:last-child{
  margin-bottom: 3px;
}

.tw .last\:mb-4px:last-child{
  margin-bottom: 4px;
}

.tw .last\:mb-5px:last-child{
  margin-bottom: 5px;
}

.tw .last\:mb-6px:last-child{
  margin-bottom: 6px;
}

.tw .last\:mb-7px:last-child{
  margin-bottom: 7px;
}

.tw .last\:mb-8px:last-child{
  margin-bottom: 8px;
}

.tw .last\:mb-9px:last-child{
  margin-bottom: 9px;
}

.tw .last\:mb-10px:last-child{
  margin-bottom: 10px;
}

.tw .last\:mb-11px:last-child{
  margin-bottom: 11px;
}

.tw .last\:mb-12px:last-child{
  margin-bottom: 12px;
}

.tw .last\:mb-13px:last-child{
  margin-bottom: 13px;
}

.tw .last\:mb-14px:last-child{
  margin-bottom: 14px;
}

.tw .last\:mb-15px:last-child{
  margin-bottom: 15px;
}

.tw .last\:mb-16px:last-child{
  margin-bottom: 16px;
}

.tw .last\:mb-17px:last-child{
  margin-bottom: 17px;
}

.tw .last\:mb-18px:last-child{
  margin-bottom: 18px;
}

.tw .last\:mb-19px:last-child{
  margin-bottom: 19px;
}

.tw .last\:mb-20px:last-child{
  margin-bottom: 20px;
}

.tw .last\:mb-21px:last-child{
  margin-bottom: 21px;
}

.tw .last\:mb-22px:last-child{
  margin-bottom: 22px;
}

.tw .last\:mb-23px:last-child{
  margin-bottom: 23px;
}

.tw .last\:mb-24px:last-child{
  margin-bottom: 24px;
}

.tw .last\:mb-25px:last-child{
  margin-bottom: 25px;
}

.tw .last\:mb-26px:last-child{
  margin-bottom: 26px;
}

.tw .last\:mb-27px:last-child{
  margin-bottom: 27px;
}

.tw .last\:mb-28px:last-child{
  margin-bottom: 28px;
}

.tw .last\:mb-29px:last-child{
  margin-bottom: 29px;
}

.tw .last\:mb-30px:last-child{
  margin-bottom: 30px;
}

.tw .last\:mb-31px:last-child{
  margin-bottom: 31px;
}

.tw .last\:mb-32px:last-child{
  margin-bottom: 32px;
}

.tw .last\:mb-33px:last-child{
  margin-bottom: 33px;
}

.tw .last\:mb-34px:last-child{
  margin-bottom: 34px;
}

.tw .last\:mb-35px:last-child{
  margin-bottom: 35px;
}

.tw .last\:mb-36px:last-child{
  margin-bottom: 36px;
}

.tw .last\:mb-37px:last-child{
  margin-bottom: 37px;
}

.tw .last\:mb-38px:last-child{
  margin-bottom: 38px;
}

.tw .last\:mb-39px:last-child{
  margin-bottom: 39px;
}

.tw .last\:mb-40px:last-child{
  margin-bottom: 40px;
}

.tw .last\:-mb-0:last-child{
  margin-bottom: 0px;
}

.tw .last\:-mb-1:last-child{
  margin-bottom: -5px;
}

.tw .last\:-mb-2:last-child{
  margin-bottom: -10px;
}

.tw .last\:-mb-3:last-child{
  margin-bottom: -15px;
}

.tw .last\:-mb-4:last-child{
  margin-bottom: -20px;
}

.tw .last\:-mb-5:last-child{
  margin-bottom: -25px;
}

.tw .last\:-mb-6:last-child{
  margin-bottom: -30px;
}

.tw .last\:-mb-7:last-child{
  margin-bottom: -35px;
}

.tw .last\:-mb-8:last-child{
  margin-bottom: -40px;
}

.tw .last\:-mb-9:last-child{
  margin-bottom: -45px;
}

.tw .last\:-mb-10:last-child{
  margin-bottom: -50px;
}

.tw .last\:-mb-11:last-child{
  margin-bottom: -55px;
}

.tw .last\:-mb-12:last-child{
  margin-bottom: -60px;
}

.tw .last\:-mb-13:last-child{
  margin-bottom: -65px;
}

.tw .last\:-mb-14:last-child{
  margin-bottom: -70px;
}

.tw .last\:-mb-15:last-child{
  margin-bottom: -75px;
}

.tw .last\:-mb-16:last-child{
  margin-bottom: -80px;
}

.tw .last\:-mb-17:last-child{
  margin-bottom: -85px;
}

.tw .last\:-mb-18:last-child{
  margin-bottom: -90px;
}

.tw .last\:-mb-19:last-child{
  margin-bottom: -95px;
}

.tw .last\:-mb-20:last-child{
  margin-bottom: -100px;
}

.tw .last\:-mb-21:last-child{
  margin-bottom: -105px;
}

.tw .last\:-mb-22:last-child{
  margin-bottom: -110px;
}

.tw .last\:-mb-23:last-child{
  margin-bottom: -115px;
}

.tw .last\:-mb-24:last-child{
  margin-bottom: -120px;
}

.tw .last\:-mb-25:last-child{
  margin-bottom: -125px;
}

.tw .last\:-mb-26:last-child{
  margin-bottom: -130px;
}

.tw .last\:-mb-27:last-child{
  margin-bottom: -135px;
}

.tw .last\:-mb-28:last-child{
  margin-bottom: -140px;
}

.tw .last\:-mb-29:last-child{
  margin-bottom: -145px;
}

.tw .last\:-mb-30:last-child{
  margin-bottom: -150px;
}

.tw .last\:-mb-31:last-child{
  margin-bottom: -155px;
}

.tw .last\:-mb-32:last-child{
  margin-bottom: -160px;
}

.tw .last\:-mb-33:last-child{
  margin-bottom: -165px;
}

.tw .last\:-mb-34:last-child{
  margin-bottom: -170px;
}

.tw .last\:-mb-35:last-child{
  margin-bottom: -175px;
}

.tw .last\:-mb-36:last-child{
  margin-bottom: -180px;
}

.tw .last\:-mb-37:last-child{
  margin-bottom: -185px;
}

.tw .last\:-mb-38:last-child{
  margin-bottom: -190px;
}

.tw .last\:-mb-39:last-child{
  margin-bottom: -195px;
}

.tw .last\:-mb-40:last-child{
  margin-bottom: -200px;
}

.tw .last\:-mb-41:last-child{
  margin-bottom: -205px;
}

.tw .last\:-mb-42:last-child{
  margin-bottom: -210px;
}

.tw .last\:-mb-43:last-child{
  margin-bottom: -215px;
}

.tw .last\:-mb-44:last-child{
  margin-bottom: -220px;
}

.tw .last\:-mb-45:last-child{
  margin-bottom: -225px;
}

.tw .last\:-mb-46:last-child{
  margin-bottom: -230px;
}

.tw .last\:-mb-47:last-child{
  margin-bottom: -235px;
}

.tw .last\:-mb-48:last-child{
  margin-bottom: -240px;
}

.tw .last\:-mb-49:last-child{
  margin-bottom: -245px;
}

.tw .last\:-mb-50:last-child{
  margin-bottom: -250px;
}

.tw .last\:-mb-51:last-child{
  margin-bottom: -255px;
}

.tw .last\:-mb-52:last-child{
  margin-bottom: -260px;
}

.tw .last\:-mb-53:last-child{
  margin-bottom: -265px;
}

.tw .last\:-mb-54:last-child{
  margin-bottom: -270px;
}

.tw .last\:-mb-55:last-child{
  margin-bottom: -275px;
}

.tw .last\:-mb-56:last-child{
  margin-bottom: -280px;
}

.tw .last\:-mb-57:last-child{
  margin-bottom: -285px;
}

.tw .last\:-mb-58:last-child{
  margin-bottom: -290px;
}

.tw .last\:-mb-59:last-child{
  margin-bottom: -295px;
}

.tw .last\:-mb-60:last-child{
  margin-bottom: -300px;
}

.tw .last\:-mb-61:last-child{
  margin-bottom: -305px;
}

.tw .last\:-mb-62:last-child{
  margin-bottom: -310px;
}

.tw .last\:-mb-63:last-child{
  margin-bottom: -315px;
}

.tw .last\:-mb-64:last-child{
  margin-bottom: -320px;
}

.tw .last\:-mb-65:last-child{
  margin-bottom: -325px;
}

.tw .last\:-mb-66:last-child{
  margin-bottom: -330px;
}

.tw .last\:-mb-67:last-child{
  margin-bottom: -335px;
}

.tw .last\:-mb-68:last-child{
  margin-bottom: -340px;
}

.tw .last\:-mb-69:last-child{
  margin-bottom: -345px;
}

.tw .last\:-mb-70:last-child{
  margin-bottom: -350px;
}

.tw .last\:-mb-71:last-child{
  margin-bottom: -355px;
}

.tw .last\:-mb-72:last-child{
  margin-bottom: -360px;
}

.tw .last\:-mb-73:last-child{
  margin-bottom: -365px;
}

.tw .last\:-mb-74:last-child{
  margin-bottom: -370px;
}

.tw .last\:-mb-75:last-child{
  margin-bottom: -375px;
}

.tw .last\:-mb-76:last-child{
  margin-bottom: -380px;
}

.tw .last\:-mb-77:last-child{
  margin-bottom: -385px;
}

.tw .last\:-mb-78:last-child{
  margin-bottom: -390px;
}

.tw .last\:-mb-79:last-child{
  margin-bottom: -395px;
}

.tw .last\:-mb-80:last-child{
  margin-bottom: -400px;
}

.tw .last\:-mb-81:last-child{
  margin-bottom: -405px;
}

.tw .last\:-mb-82:last-child{
  margin-bottom: -410px;
}

.tw .last\:-mb-83:last-child{
  margin-bottom: -415px;
}

.tw .last\:-mb-84:last-child{
  margin-bottom: -420px;
}

.tw .last\:-mb-85:last-child{
  margin-bottom: -425px;
}

.tw .last\:-mb-86:last-child{
  margin-bottom: -430px;
}

.tw .last\:-mb-87:last-child{
  margin-bottom: -435px;
}

.tw .last\:-mb-88:last-child{
  margin-bottom: -440px;
}

.tw .last\:-mb-89:last-child{
  margin-bottom: -445px;
}

.tw .last\:-mb-90:last-child{
  margin-bottom: -450px;
}

.tw .last\:-mb-91:last-child{
  margin-bottom: -455px;
}

.tw .last\:-mb-92:last-child{
  margin-bottom: -460px;
}

.tw .last\:-mb-93:last-child{
  margin-bottom: -465px;
}

.tw .last\:-mb-94:last-child{
  margin-bottom: -470px;
}

.tw .last\:-mb-95:last-child{
  margin-bottom: -475px;
}

.tw .last\:-mb-96:last-child{
  margin-bottom: -480px;
}

.tw .last\:-mb-97:last-child{
  margin-bottom: -485px;
}

.tw .last\:-mb-98:last-child{
  margin-bottom: -490px;
}

.tw .last\:-mb-99:last-child{
  margin-bottom: -495px;
}

.tw .last\:-mb-100:last-child{
  margin-bottom: -500px;
}

.tw .last\:-mb-101:last-child{
  margin-bottom: -505px;
}

.tw .last\:-mb-102:last-child{
  margin-bottom: -510px;
}

.tw .last\:-mb-103:last-child{
  margin-bottom: -515px;
}

.tw .last\:-mb-104:last-child{
  margin-bottom: -520px;
}

.tw .last\:-mb-105:last-child{
  margin-bottom: -525px;
}

.tw .last\:-mb-106:last-child{
  margin-bottom: -530px;
}

.tw .last\:-mb-107:last-child{
  margin-bottom: -535px;
}

.tw .last\:-mb-108:last-child{
  margin-bottom: -540px;
}

.tw .last\:-mb-109:last-child{
  margin-bottom: -545px;
}

.tw .last\:-mb-110:last-child{
  margin-bottom: -550px;
}

.tw .last\:-mb-111:last-child{
  margin-bottom: -555px;
}

.tw .last\:-mb-112:last-child{
  margin-bottom: -560px;
}

.tw .last\:-mb-113:last-child{
  margin-bottom: -565px;
}

.tw .last\:-mb-114:last-child{
  margin-bottom: -570px;
}

.tw .last\:-mb-115:last-child{
  margin-bottom: -575px;
}

.tw .last\:-mb-116:last-child{
  margin-bottom: -580px;
}

.tw .last\:-mb-117:last-child{
  margin-bottom: -585px;
}

.tw .last\:-mb-118:last-child{
  margin-bottom: -590px;
}

.tw .last\:-mb-119:last-child{
  margin-bottom: -595px;
}

.tw .last\:-mb-120:last-child{
  margin-bottom: -600px;
}

.tw .last\:-mb-121:last-child{
  margin-bottom: -605px;
}

.tw .last\:-mb-122:last-child{
  margin-bottom: -610px;
}

.tw .last\:-mb-123:last-child{
  margin-bottom: -615px;
}

.tw .last\:-mb-124:last-child{
  margin-bottom: -620px;
}

.tw .last\:-mb-125:last-child{
  margin-bottom: -625px;
}

.tw .last\:-mb-126:last-child{
  margin-bottom: -630px;
}

.tw .last\:-mb-127:last-child{
  margin-bottom: -635px;
}

.tw .last\:-mb-128:last-child{
  margin-bottom: -640px;
}

.tw .last\:-mb-129:last-child{
  margin-bottom: -645px;
}

.tw .last\:-mb-130:last-child{
  margin-bottom: -650px;
}

.tw .last\:-mb-131:last-child{
  margin-bottom: -655px;
}

.tw .last\:-mb-132:last-child{
  margin-bottom: -660px;
}

.tw .last\:-mb-133:last-child{
  margin-bottom: -665px;
}

.tw .last\:-mb-134:last-child{
  margin-bottom: -670px;
}

.tw .last\:-mb-135:last-child{
  margin-bottom: -675px;
}

.tw .last\:-mb-136:last-child{
  margin-bottom: -680px;
}

.tw .last\:-mb-137:last-child{
  margin-bottom: -685px;
}

.tw .last\:-mb-138:last-child{
  margin-bottom: -690px;
}

.tw .last\:-mb-139:last-child{
  margin-bottom: -695px;
}

.tw .last\:-mb-140:last-child{
  margin-bottom: -700px;
}

.tw .last\:-mb-141:last-child{
  margin-bottom: -705px;
}

.tw .last\:-mb-142:last-child{
  margin-bottom: -710px;
}

.tw .last\:-mb-143:last-child{
  margin-bottom: -715px;
}

.tw .last\:-mb-144:last-child{
  margin-bottom: -720px;
}

.tw .last\:-mb-145:last-child{
  margin-bottom: -725px;
}

.tw .last\:-mb-146:last-child{
  margin-bottom: -730px;
}

.tw .last\:-mb-147:last-child{
  margin-bottom: -735px;
}

.tw .last\:-mb-148:last-child{
  margin-bottom: -740px;
}

.tw .last\:-mb-149:last-child{
  margin-bottom: -745px;
}

.tw .last\:-mb-0\.5:last-child{
  margin-bottom: -3px;
}

.tw .last\:-mb-1px:last-child{
  margin-bottom: -1px;
}

.tw .last\:-mb-2px:last-child{
  margin-bottom: -2px;
}

.tw .last\:-mb-3px:last-child{
  margin-bottom: -3px;
}

.tw .last\:-mb-4px:last-child{
  margin-bottom: -4px;
}

.tw .last\:-mb-5px:last-child{
  margin-bottom: -5px;
}

.tw .last\:-mb-6px:last-child{
  margin-bottom: -6px;
}

.tw .last\:-mb-7px:last-child{
  margin-bottom: -7px;
}

.tw .last\:-mb-8px:last-child{
  margin-bottom: -8px;
}

.tw .last\:-mb-9px:last-child{
  margin-bottom: -9px;
}

.tw .last\:-mb-10px:last-child{
  margin-bottom: -10px;
}

.tw .last\:-mb-11px:last-child{
  margin-bottom: -11px;
}

.tw .last\:-mb-12px:last-child{
  margin-bottom: -12px;
}

.tw .last\:-mb-13px:last-child{
  margin-bottom: -13px;
}

.tw .last\:-mb-14px:last-child{
  margin-bottom: -14px;
}

.tw .last\:-mb-15px:last-child{
  margin-bottom: -15px;
}

.tw .last\:-mb-16px:last-child{
  margin-bottom: -16px;
}

.tw .last\:-mb-17px:last-child{
  margin-bottom: -17px;
}

.tw .last\:-mb-18px:last-child{
  margin-bottom: -18px;
}

.tw .last\:-mb-19px:last-child{
  margin-bottom: -19px;
}

.tw .last\:-mb-20px:last-child{
  margin-bottom: -20px;
}

.tw .last\:-mb-21px:last-child{
  margin-bottom: -21px;
}

.tw .last\:-mb-22px:last-child{
  margin-bottom: -22px;
}

.tw .last\:-mb-23px:last-child{
  margin-bottom: -23px;
}

.tw .last\:-mb-24px:last-child{
  margin-bottom: -24px;
}

.tw .last\:-mb-25px:last-child{
  margin-bottom: -25px;
}

.tw .last\:-mb-26px:last-child{
  margin-bottom: -26px;
}

.tw .last\:-mb-27px:last-child{
  margin-bottom: -27px;
}

.tw .last\:-mb-28px:last-child{
  margin-bottom: -28px;
}

.tw .last\:-mb-29px:last-child{
  margin-bottom: -29px;
}

.tw .last\:-mb-30px:last-child{
  margin-bottom: -30px;
}

.tw .last\:-mb-31px:last-child{
  margin-bottom: -31px;
}

.tw .last\:-mb-32px:last-child{
  margin-bottom: -32px;
}

.tw .last\:-mb-33px:last-child{
  margin-bottom: -33px;
}

.tw .last\:-mb-34px:last-child{
  margin-bottom: -34px;
}

.tw .last\:-mb-35px:last-child{
  margin-bottom: -35px;
}

.tw .last\:-mb-36px:last-child{
  margin-bottom: -36px;
}

.tw .last\:-mb-37px:last-child{
  margin-bottom: -37px;
}

.tw .last\:-mb-38px:last-child{
  margin-bottom: -38px;
}

.tw .last\:-mb-39px:last-child{
  margin-bottom: -39px;
}

.tw .last\:-mb-40px:last-child{
  margin-bottom: -40px;
}

.tw .last\:ml-0:last-child{
  margin-left: 0px;
}

.tw .last\:ml-1:last-child{
  margin-left: 5px;
}

.tw .last\:ml-2:last-child{
  margin-left: 10px;
}

.tw .last\:ml-3:last-child{
  margin-left: 15px;
}

.tw .last\:ml-4:last-child{
  margin-left: 20px;
}

.tw .last\:ml-5:last-child{
  margin-left: 25px;
}

.tw .last\:ml-6:last-child{
  margin-left: 30px;
}

.tw .last\:ml-7:last-child{
  margin-left: 35px;
}

.tw .last\:ml-8:last-child{
  margin-left: 40px;
}

.tw .last\:ml-9:last-child{
  margin-left: 45px;
}

.tw .last\:ml-10:last-child{
  margin-left: 50px;
}

.tw .last\:ml-11:last-child{
  margin-left: 55px;
}

.tw .last\:ml-12:last-child{
  margin-left: 60px;
}

.tw .last\:ml-13:last-child{
  margin-left: 65px;
}

.tw .last\:ml-14:last-child{
  margin-left: 70px;
}

.tw .last\:ml-15:last-child{
  margin-left: 75px;
}

.tw .last\:ml-16:last-child{
  margin-left: 80px;
}

.tw .last\:ml-17:last-child{
  margin-left: 85px;
}

.tw .last\:ml-18:last-child{
  margin-left: 90px;
}

.tw .last\:ml-19:last-child{
  margin-left: 95px;
}

.tw .last\:ml-20:last-child{
  margin-left: 100px;
}

.tw .last\:ml-21:last-child{
  margin-left: 105px;
}

.tw .last\:ml-22:last-child{
  margin-left: 110px;
}

.tw .last\:ml-23:last-child{
  margin-left: 115px;
}

.tw .last\:ml-24:last-child{
  margin-left: 120px;
}

.tw .last\:ml-25:last-child{
  margin-left: 125px;
}

.tw .last\:ml-26:last-child{
  margin-left: 130px;
}

.tw .last\:ml-27:last-child{
  margin-left: 135px;
}

.tw .last\:ml-28:last-child{
  margin-left: 140px;
}

.tw .last\:ml-29:last-child{
  margin-left: 145px;
}

.tw .last\:ml-30:last-child{
  margin-left: 150px;
}

.tw .last\:ml-31:last-child{
  margin-left: 155px;
}

.tw .last\:ml-32:last-child{
  margin-left: 160px;
}

.tw .last\:ml-33:last-child{
  margin-left: 165px;
}

.tw .last\:ml-34:last-child{
  margin-left: 170px;
}

.tw .last\:ml-35:last-child{
  margin-left: 175px;
}

.tw .last\:ml-36:last-child{
  margin-left: 180px;
}

.tw .last\:ml-37:last-child{
  margin-left: 185px;
}

.tw .last\:ml-38:last-child{
  margin-left: 190px;
}

.tw .last\:ml-39:last-child{
  margin-left: 195px;
}

.tw .last\:ml-40:last-child{
  margin-left: 200px;
}

.tw .last\:ml-41:last-child{
  margin-left: 205px;
}

.tw .last\:ml-42:last-child{
  margin-left: 210px;
}

.tw .last\:ml-43:last-child{
  margin-left: 215px;
}

.tw .last\:ml-44:last-child{
  margin-left: 220px;
}

.tw .last\:ml-45:last-child{
  margin-left: 225px;
}

.tw .last\:ml-46:last-child{
  margin-left: 230px;
}

.tw .last\:ml-47:last-child{
  margin-left: 235px;
}

.tw .last\:ml-48:last-child{
  margin-left: 240px;
}

.tw .last\:ml-49:last-child{
  margin-left: 245px;
}

.tw .last\:ml-50:last-child{
  margin-left: 250px;
}

.tw .last\:ml-51:last-child{
  margin-left: 255px;
}

.tw .last\:ml-52:last-child{
  margin-left: 260px;
}

.tw .last\:ml-53:last-child{
  margin-left: 265px;
}

.tw .last\:ml-54:last-child{
  margin-left: 270px;
}

.tw .last\:ml-55:last-child{
  margin-left: 275px;
}

.tw .last\:ml-56:last-child{
  margin-left: 280px;
}

.tw .last\:ml-57:last-child{
  margin-left: 285px;
}

.tw .last\:ml-58:last-child{
  margin-left: 290px;
}

.tw .last\:ml-59:last-child{
  margin-left: 295px;
}

.tw .last\:ml-60:last-child{
  margin-left: 300px;
}

.tw .last\:ml-61:last-child{
  margin-left: 305px;
}

.tw .last\:ml-62:last-child{
  margin-left: 310px;
}

.tw .last\:ml-63:last-child{
  margin-left: 315px;
}

.tw .last\:ml-64:last-child{
  margin-left: 320px;
}

.tw .last\:ml-65:last-child{
  margin-left: 325px;
}

.tw .last\:ml-66:last-child{
  margin-left: 330px;
}

.tw .last\:ml-67:last-child{
  margin-left: 335px;
}

.tw .last\:ml-68:last-child{
  margin-left: 340px;
}

.tw .last\:ml-69:last-child{
  margin-left: 345px;
}

.tw .last\:ml-70:last-child{
  margin-left: 350px;
}

.tw .last\:ml-71:last-child{
  margin-left: 355px;
}

.tw .last\:ml-72:last-child{
  margin-left: 360px;
}

.tw .last\:ml-73:last-child{
  margin-left: 365px;
}

.tw .last\:ml-74:last-child{
  margin-left: 370px;
}

.tw .last\:ml-75:last-child{
  margin-left: 375px;
}

.tw .last\:ml-76:last-child{
  margin-left: 380px;
}

.tw .last\:ml-77:last-child{
  margin-left: 385px;
}

.tw .last\:ml-78:last-child{
  margin-left: 390px;
}

.tw .last\:ml-79:last-child{
  margin-left: 395px;
}

.tw .last\:ml-80:last-child{
  margin-left: 400px;
}

.tw .last\:ml-81:last-child{
  margin-left: 405px;
}

.tw .last\:ml-82:last-child{
  margin-left: 410px;
}

.tw .last\:ml-83:last-child{
  margin-left: 415px;
}

.tw .last\:ml-84:last-child{
  margin-left: 420px;
}

.tw .last\:ml-85:last-child{
  margin-left: 425px;
}

.tw .last\:ml-86:last-child{
  margin-left: 430px;
}

.tw .last\:ml-87:last-child{
  margin-left: 435px;
}

.tw .last\:ml-88:last-child{
  margin-left: 440px;
}

.tw .last\:ml-89:last-child{
  margin-left: 445px;
}

.tw .last\:ml-90:last-child{
  margin-left: 450px;
}

.tw .last\:ml-91:last-child{
  margin-left: 455px;
}

.tw .last\:ml-92:last-child{
  margin-left: 460px;
}

.tw .last\:ml-93:last-child{
  margin-left: 465px;
}

.tw .last\:ml-94:last-child{
  margin-left: 470px;
}

.tw .last\:ml-95:last-child{
  margin-left: 475px;
}

.tw .last\:ml-96:last-child{
  margin-left: 480px;
}

.tw .last\:ml-97:last-child{
  margin-left: 485px;
}

.tw .last\:ml-98:last-child{
  margin-left: 490px;
}

.tw .last\:ml-99:last-child{
  margin-left: 495px;
}

.tw .last\:ml-100:last-child{
  margin-left: 500px;
}

.tw .last\:ml-101:last-child{
  margin-left: 505px;
}

.tw .last\:ml-102:last-child{
  margin-left: 510px;
}

.tw .last\:ml-103:last-child{
  margin-left: 515px;
}

.tw .last\:ml-104:last-child{
  margin-left: 520px;
}

.tw .last\:ml-105:last-child{
  margin-left: 525px;
}

.tw .last\:ml-106:last-child{
  margin-left: 530px;
}

.tw .last\:ml-107:last-child{
  margin-left: 535px;
}

.tw .last\:ml-108:last-child{
  margin-left: 540px;
}

.tw .last\:ml-109:last-child{
  margin-left: 545px;
}

.tw .last\:ml-110:last-child{
  margin-left: 550px;
}

.tw .last\:ml-111:last-child{
  margin-left: 555px;
}

.tw .last\:ml-112:last-child{
  margin-left: 560px;
}

.tw .last\:ml-113:last-child{
  margin-left: 565px;
}

.tw .last\:ml-114:last-child{
  margin-left: 570px;
}

.tw .last\:ml-115:last-child{
  margin-left: 575px;
}

.tw .last\:ml-116:last-child{
  margin-left: 580px;
}

.tw .last\:ml-117:last-child{
  margin-left: 585px;
}

.tw .last\:ml-118:last-child{
  margin-left: 590px;
}

.tw .last\:ml-119:last-child{
  margin-left: 595px;
}

.tw .last\:ml-120:last-child{
  margin-left: 600px;
}

.tw .last\:ml-121:last-child{
  margin-left: 605px;
}

.tw .last\:ml-122:last-child{
  margin-left: 610px;
}

.tw .last\:ml-123:last-child{
  margin-left: 615px;
}

.tw .last\:ml-124:last-child{
  margin-left: 620px;
}

.tw .last\:ml-125:last-child{
  margin-left: 625px;
}

.tw .last\:ml-126:last-child{
  margin-left: 630px;
}

.tw .last\:ml-127:last-child{
  margin-left: 635px;
}

.tw .last\:ml-128:last-child{
  margin-left: 640px;
}

.tw .last\:ml-129:last-child{
  margin-left: 645px;
}

.tw .last\:ml-130:last-child{
  margin-left: 650px;
}

.tw .last\:ml-131:last-child{
  margin-left: 655px;
}

.tw .last\:ml-132:last-child{
  margin-left: 660px;
}

.tw .last\:ml-133:last-child{
  margin-left: 665px;
}

.tw .last\:ml-134:last-child{
  margin-left: 670px;
}

.tw .last\:ml-135:last-child{
  margin-left: 675px;
}

.tw .last\:ml-136:last-child{
  margin-left: 680px;
}

.tw .last\:ml-137:last-child{
  margin-left: 685px;
}

.tw .last\:ml-138:last-child{
  margin-left: 690px;
}

.tw .last\:ml-139:last-child{
  margin-left: 695px;
}

.tw .last\:ml-140:last-child{
  margin-left: 700px;
}

.tw .last\:ml-141:last-child{
  margin-left: 705px;
}

.tw .last\:ml-142:last-child{
  margin-left: 710px;
}

.tw .last\:ml-143:last-child{
  margin-left: 715px;
}

.tw .last\:ml-144:last-child{
  margin-left: 720px;
}

.tw .last\:ml-145:last-child{
  margin-left: 725px;
}

.tw .last\:ml-146:last-child{
  margin-left: 730px;
}

.tw .last\:ml-147:last-child{
  margin-left: 735px;
}

.tw .last\:ml-148:last-child{
  margin-left: 740px;
}

.tw .last\:ml-149:last-child{
  margin-left: 745px;
}

.tw .last\:ml-auto:last-child{
  margin-left: auto;
}

.tw .last\:ml-0\.5:last-child{
  margin-left: 3px;
}

.tw .last\:ml-1px:last-child{
  margin-left: 1px;
}

.tw .last\:ml-2px:last-child{
  margin-left: 2px;
}

.tw .last\:ml-3px:last-child{
  margin-left: 3px;
}

.tw .last\:ml-4px:last-child{
  margin-left: 4px;
}

.tw .last\:ml-5px:last-child{
  margin-left: 5px;
}

.tw .last\:ml-6px:last-child{
  margin-left: 6px;
}

.tw .last\:ml-7px:last-child{
  margin-left: 7px;
}

.tw .last\:ml-8px:last-child{
  margin-left: 8px;
}

.tw .last\:ml-9px:last-child{
  margin-left: 9px;
}

.tw .last\:ml-10px:last-child{
  margin-left: 10px;
}

.tw .last\:ml-11px:last-child{
  margin-left: 11px;
}

.tw .last\:ml-12px:last-child{
  margin-left: 12px;
}

.tw .last\:ml-13px:last-child{
  margin-left: 13px;
}

.tw .last\:ml-14px:last-child{
  margin-left: 14px;
}

.tw .last\:ml-15px:last-child{
  margin-left: 15px;
}

.tw .last\:ml-16px:last-child{
  margin-left: 16px;
}

.tw .last\:ml-17px:last-child{
  margin-left: 17px;
}

.tw .last\:ml-18px:last-child{
  margin-left: 18px;
}

.tw .last\:ml-19px:last-child{
  margin-left: 19px;
}

.tw .last\:ml-20px:last-child{
  margin-left: 20px;
}

.tw .last\:ml-21px:last-child{
  margin-left: 21px;
}

.tw .last\:ml-22px:last-child{
  margin-left: 22px;
}

.tw .last\:ml-23px:last-child{
  margin-left: 23px;
}

.tw .last\:ml-24px:last-child{
  margin-left: 24px;
}

.tw .last\:ml-25px:last-child{
  margin-left: 25px;
}

.tw .last\:ml-26px:last-child{
  margin-left: 26px;
}

.tw .last\:ml-27px:last-child{
  margin-left: 27px;
}

.tw .last\:ml-28px:last-child{
  margin-left: 28px;
}

.tw .last\:ml-29px:last-child{
  margin-left: 29px;
}

.tw .last\:ml-30px:last-child{
  margin-left: 30px;
}

.tw .last\:ml-31px:last-child{
  margin-left: 31px;
}

.tw .last\:ml-32px:last-child{
  margin-left: 32px;
}

.tw .last\:ml-33px:last-child{
  margin-left: 33px;
}

.tw .last\:ml-34px:last-child{
  margin-left: 34px;
}

.tw .last\:ml-35px:last-child{
  margin-left: 35px;
}

.tw .last\:ml-36px:last-child{
  margin-left: 36px;
}

.tw .last\:ml-37px:last-child{
  margin-left: 37px;
}

.tw .last\:ml-38px:last-child{
  margin-left: 38px;
}

.tw .last\:ml-39px:last-child{
  margin-left: 39px;
}

.tw .last\:ml-40px:last-child{
  margin-left: 40px;
}

.tw .last\:-ml-0:last-child{
  margin-left: 0px;
}

.tw .last\:-ml-1:last-child{
  margin-left: -5px;
}

.tw .last\:-ml-2:last-child{
  margin-left: -10px;
}

.tw .last\:-ml-3:last-child{
  margin-left: -15px;
}

.tw .last\:-ml-4:last-child{
  margin-left: -20px;
}

.tw .last\:-ml-5:last-child{
  margin-left: -25px;
}

.tw .last\:-ml-6:last-child{
  margin-left: -30px;
}

.tw .last\:-ml-7:last-child{
  margin-left: -35px;
}

.tw .last\:-ml-8:last-child{
  margin-left: -40px;
}

.tw .last\:-ml-9:last-child{
  margin-left: -45px;
}

.tw .last\:-ml-10:last-child{
  margin-left: -50px;
}

.tw .last\:-ml-11:last-child{
  margin-left: -55px;
}

.tw .last\:-ml-12:last-child{
  margin-left: -60px;
}

.tw .last\:-ml-13:last-child{
  margin-left: -65px;
}

.tw .last\:-ml-14:last-child{
  margin-left: -70px;
}

.tw .last\:-ml-15:last-child{
  margin-left: -75px;
}

.tw .last\:-ml-16:last-child{
  margin-left: -80px;
}

.tw .last\:-ml-17:last-child{
  margin-left: -85px;
}

.tw .last\:-ml-18:last-child{
  margin-left: -90px;
}

.tw .last\:-ml-19:last-child{
  margin-left: -95px;
}

.tw .last\:-ml-20:last-child{
  margin-left: -100px;
}

.tw .last\:-ml-21:last-child{
  margin-left: -105px;
}

.tw .last\:-ml-22:last-child{
  margin-left: -110px;
}

.tw .last\:-ml-23:last-child{
  margin-left: -115px;
}

.tw .last\:-ml-24:last-child{
  margin-left: -120px;
}

.tw .last\:-ml-25:last-child{
  margin-left: -125px;
}

.tw .last\:-ml-26:last-child{
  margin-left: -130px;
}

.tw .last\:-ml-27:last-child{
  margin-left: -135px;
}

.tw .last\:-ml-28:last-child{
  margin-left: -140px;
}

.tw .last\:-ml-29:last-child{
  margin-left: -145px;
}

.tw .last\:-ml-30:last-child{
  margin-left: -150px;
}

.tw .last\:-ml-31:last-child{
  margin-left: -155px;
}

.tw .last\:-ml-32:last-child{
  margin-left: -160px;
}

.tw .last\:-ml-33:last-child{
  margin-left: -165px;
}

.tw .last\:-ml-34:last-child{
  margin-left: -170px;
}

.tw .last\:-ml-35:last-child{
  margin-left: -175px;
}

.tw .last\:-ml-36:last-child{
  margin-left: -180px;
}

.tw .last\:-ml-37:last-child{
  margin-left: -185px;
}

.tw .last\:-ml-38:last-child{
  margin-left: -190px;
}

.tw .last\:-ml-39:last-child{
  margin-left: -195px;
}

.tw .last\:-ml-40:last-child{
  margin-left: -200px;
}

.tw .last\:-ml-41:last-child{
  margin-left: -205px;
}

.tw .last\:-ml-42:last-child{
  margin-left: -210px;
}

.tw .last\:-ml-43:last-child{
  margin-left: -215px;
}

.tw .last\:-ml-44:last-child{
  margin-left: -220px;
}

.tw .last\:-ml-45:last-child{
  margin-left: -225px;
}

.tw .last\:-ml-46:last-child{
  margin-left: -230px;
}

.tw .last\:-ml-47:last-child{
  margin-left: -235px;
}

.tw .last\:-ml-48:last-child{
  margin-left: -240px;
}

.tw .last\:-ml-49:last-child{
  margin-left: -245px;
}

.tw .last\:-ml-50:last-child{
  margin-left: -250px;
}

.tw .last\:-ml-51:last-child{
  margin-left: -255px;
}

.tw .last\:-ml-52:last-child{
  margin-left: -260px;
}

.tw .last\:-ml-53:last-child{
  margin-left: -265px;
}

.tw .last\:-ml-54:last-child{
  margin-left: -270px;
}

.tw .last\:-ml-55:last-child{
  margin-left: -275px;
}

.tw .last\:-ml-56:last-child{
  margin-left: -280px;
}

.tw .last\:-ml-57:last-child{
  margin-left: -285px;
}

.tw .last\:-ml-58:last-child{
  margin-left: -290px;
}

.tw .last\:-ml-59:last-child{
  margin-left: -295px;
}

.tw .last\:-ml-60:last-child{
  margin-left: -300px;
}

.tw .last\:-ml-61:last-child{
  margin-left: -305px;
}

.tw .last\:-ml-62:last-child{
  margin-left: -310px;
}

.tw .last\:-ml-63:last-child{
  margin-left: -315px;
}

.tw .last\:-ml-64:last-child{
  margin-left: -320px;
}

.tw .last\:-ml-65:last-child{
  margin-left: -325px;
}

.tw .last\:-ml-66:last-child{
  margin-left: -330px;
}

.tw .last\:-ml-67:last-child{
  margin-left: -335px;
}

.tw .last\:-ml-68:last-child{
  margin-left: -340px;
}

.tw .last\:-ml-69:last-child{
  margin-left: -345px;
}

.tw .last\:-ml-70:last-child{
  margin-left: -350px;
}

.tw .last\:-ml-71:last-child{
  margin-left: -355px;
}

.tw .last\:-ml-72:last-child{
  margin-left: -360px;
}

.tw .last\:-ml-73:last-child{
  margin-left: -365px;
}

.tw .last\:-ml-74:last-child{
  margin-left: -370px;
}

.tw .last\:-ml-75:last-child{
  margin-left: -375px;
}

.tw .last\:-ml-76:last-child{
  margin-left: -380px;
}

.tw .last\:-ml-77:last-child{
  margin-left: -385px;
}

.tw .last\:-ml-78:last-child{
  margin-left: -390px;
}

.tw .last\:-ml-79:last-child{
  margin-left: -395px;
}

.tw .last\:-ml-80:last-child{
  margin-left: -400px;
}

.tw .last\:-ml-81:last-child{
  margin-left: -405px;
}

.tw .last\:-ml-82:last-child{
  margin-left: -410px;
}

.tw .last\:-ml-83:last-child{
  margin-left: -415px;
}

.tw .last\:-ml-84:last-child{
  margin-left: -420px;
}

.tw .last\:-ml-85:last-child{
  margin-left: -425px;
}

.tw .last\:-ml-86:last-child{
  margin-left: -430px;
}

.tw .last\:-ml-87:last-child{
  margin-left: -435px;
}

.tw .last\:-ml-88:last-child{
  margin-left: -440px;
}

.tw .last\:-ml-89:last-child{
  margin-left: -445px;
}

.tw .last\:-ml-90:last-child{
  margin-left: -450px;
}

.tw .last\:-ml-91:last-child{
  margin-left: -455px;
}

.tw .last\:-ml-92:last-child{
  margin-left: -460px;
}

.tw .last\:-ml-93:last-child{
  margin-left: -465px;
}

.tw .last\:-ml-94:last-child{
  margin-left: -470px;
}

.tw .last\:-ml-95:last-child{
  margin-left: -475px;
}

.tw .last\:-ml-96:last-child{
  margin-left: -480px;
}

.tw .last\:-ml-97:last-child{
  margin-left: -485px;
}

.tw .last\:-ml-98:last-child{
  margin-left: -490px;
}

.tw .last\:-ml-99:last-child{
  margin-left: -495px;
}

.tw .last\:-ml-100:last-child{
  margin-left: -500px;
}

.tw .last\:-ml-101:last-child{
  margin-left: -505px;
}

.tw .last\:-ml-102:last-child{
  margin-left: -510px;
}

.tw .last\:-ml-103:last-child{
  margin-left: -515px;
}

.tw .last\:-ml-104:last-child{
  margin-left: -520px;
}

.tw .last\:-ml-105:last-child{
  margin-left: -525px;
}

.tw .last\:-ml-106:last-child{
  margin-left: -530px;
}

.tw .last\:-ml-107:last-child{
  margin-left: -535px;
}

.tw .last\:-ml-108:last-child{
  margin-left: -540px;
}

.tw .last\:-ml-109:last-child{
  margin-left: -545px;
}

.tw .last\:-ml-110:last-child{
  margin-left: -550px;
}

.tw .last\:-ml-111:last-child{
  margin-left: -555px;
}

.tw .last\:-ml-112:last-child{
  margin-left: -560px;
}

.tw .last\:-ml-113:last-child{
  margin-left: -565px;
}

.tw .last\:-ml-114:last-child{
  margin-left: -570px;
}

.tw .last\:-ml-115:last-child{
  margin-left: -575px;
}

.tw .last\:-ml-116:last-child{
  margin-left: -580px;
}

.tw .last\:-ml-117:last-child{
  margin-left: -585px;
}

.tw .last\:-ml-118:last-child{
  margin-left: -590px;
}

.tw .last\:-ml-119:last-child{
  margin-left: -595px;
}

.tw .last\:-ml-120:last-child{
  margin-left: -600px;
}

.tw .last\:-ml-121:last-child{
  margin-left: -605px;
}

.tw .last\:-ml-122:last-child{
  margin-left: -610px;
}

.tw .last\:-ml-123:last-child{
  margin-left: -615px;
}

.tw .last\:-ml-124:last-child{
  margin-left: -620px;
}

.tw .last\:-ml-125:last-child{
  margin-left: -625px;
}

.tw .last\:-ml-126:last-child{
  margin-left: -630px;
}

.tw .last\:-ml-127:last-child{
  margin-left: -635px;
}

.tw .last\:-ml-128:last-child{
  margin-left: -640px;
}

.tw .last\:-ml-129:last-child{
  margin-left: -645px;
}

.tw .last\:-ml-130:last-child{
  margin-left: -650px;
}

.tw .last\:-ml-131:last-child{
  margin-left: -655px;
}

.tw .last\:-ml-132:last-child{
  margin-left: -660px;
}

.tw .last\:-ml-133:last-child{
  margin-left: -665px;
}

.tw .last\:-ml-134:last-child{
  margin-left: -670px;
}

.tw .last\:-ml-135:last-child{
  margin-left: -675px;
}

.tw .last\:-ml-136:last-child{
  margin-left: -680px;
}

.tw .last\:-ml-137:last-child{
  margin-left: -685px;
}

.tw .last\:-ml-138:last-child{
  margin-left: -690px;
}

.tw .last\:-ml-139:last-child{
  margin-left: -695px;
}

.tw .last\:-ml-140:last-child{
  margin-left: -700px;
}

.tw .last\:-ml-141:last-child{
  margin-left: -705px;
}

.tw .last\:-ml-142:last-child{
  margin-left: -710px;
}

.tw .last\:-ml-143:last-child{
  margin-left: -715px;
}

.tw .last\:-ml-144:last-child{
  margin-left: -720px;
}

.tw .last\:-ml-145:last-child{
  margin-left: -725px;
}

.tw .last\:-ml-146:last-child{
  margin-left: -730px;
}

.tw .last\:-ml-147:last-child{
  margin-left: -735px;
}

.tw .last\:-ml-148:last-child{
  margin-left: -740px;
}

.tw .last\:-ml-149:last-child{
  margin-left: -745px;
}

.tw .last\:-ml-0\.5:last-child{
  margin-left: -3px;
}

.tw .last\:-ml-1px:last-child{
  margin-left: -1px;
}

.tw .last\:-ml-2px:last-child{
  margin-left: -2px;
}

.tw .last\:-ml-3px:last-child{
  margin-left: -3px;
}

.tw .last\:-ml-4px:last-child{
  margin-left: -4px;
}

.tw .last\:-ml-5px:last-child{
  margin-left: -5px;
}

.tw .last\:-ml-6px:last-child{
  margin-left: -6px;
}

.tw .last\:-ml-7px:last-child{
  margin-left: -7px;
}

.tw .last\:-ml-8px:last-child{
  margin-left: -8px;
}

.tw .last\:-ml-9px:last-child{
  margin-left: -9px;
}

.tw .last\:-ml-10px:last-child{
  margin-left: -10px;
}

.tw .last\:-ml-11px:last-child{
  margin-left: -11px;
}

.tw .last\:-ml-12px:last-child{
  margin-left: -12px;
}

.tw .last\:-ml-13px:last-child{
  margin-left: -13px;
}

.tw .last\:-ml-14px:last-child{
  margin-left: -14px;
}

.tw .last\:-ml-15px:last-child{
  margin-left: -15px;
}

.tw .last\:-ml-16px:last-child{
  margin-left: -16px;
}

.tw .last\:-ml-17px:last-child{
  margin-left: -17px;
}

.tw .last\:-ml-18px:last-child{
  margin-left: -18px;
}

.tw .last\:-ml-19px:last-child{
  margin-left: -19px;
}

.tw .last\:-ml-20px:last-child{
  margin-left: -20px;
}

.tw .last\:-ml-21px:last-child{
  margin-left: -21px;
}

.tw .last\:-ml-22px:last-child{
  margin-left: -22px;
}

.tw .last\:-ml-23px:last-child{
  margin-left: -23px;
}

.tw .last\:-ml-24px:last-child{
  margin-left: -24px;
}

.tw .last\:-ml-25px:last-child{
  margin-left: -25px;
}

.tw .last\:-ml-26px:last-child{
  margin-left: -26px;
}

.tw .last\:-ml-27px:last-child{
  margin-left: -27px;
}

.tw .last\:-ml-28px:last-child{
  margin-left: -28px;
}

.tw .last\:-ml-29px:last-child{
  margin-left: -29px;
}

.tw .last\:-ml-30px:last-child{
  margin-left: -30px;
}

.tw .last\:-ml-31px:last-child{
  margin-left: -31px;
}

.tw .last\:-ml-32px:last-child{
  margin-left: -32px;
}

.tw .last\:-ml-33px:last-child{
  margin-left: -33px;
}

.tw .last\:-ml-34px:last-child{
  margin-left: -34px;
}

.tw .last\:-ml-35px:last-child{
  margin-left: -35px;
}

.tw .last\:-ml-36px:last-child{
  margin-left: -36px;
}

.tw .last\:-ml-37px:last-child{
  margin-left: -37px;
}

.tw .last\:-ml-38px:last-child{
  margin-left: -38px;
}

.tw .last\:-ml-39px:last-child{
  margin-left: -39px;
}

.tw .last\:-ml-40px:last-child{
  margin-left: -40px;
}

.tw .box-border{
  box-sizing: border-box;
}

.tw .box-content{
  box-sizing: content-box;
}

.tw .block{
  display: block;
}

.tw .inline-block{
  display: inline-block;
}

.tw .inline{
  display: inline;
}

.tw .flex{
  display: flex;
}

.tw .inline-flex{
  display: inline-flex;
}

.tw .table{
  display: table;
}

.tw .inline-table{
  display: inline-table;
}

.tw .table-caption{
  display: table-caption;
}

.tw .table-cell{
  display: table-cell;
}

.tw .table-column{
  display: table-column;
}

.tw .table-column-group{
  display: table-column-group;
}

.tw .table-footer-group{
  display: table-footer-group;
}

.tw .table-header-group{
  display: table-header-group;
}

.tw .table-row-group{
  display: table-row-group;
}

.tw .table-row{
  display: table-row;
}

.tw .flow-root{
  display: flow-root;
}

.tw .grid{
  display: grid;
}

.tw .inline-grid{
  display: inline-grid;
}

.tw .contents{
  display: contents;
}

.tw .list-item{
  display: list-item;
}

.tw .hidden{
  display: none;
}

.tw .hover\:block:hover{
  display: block;
}

.tw .hover\:inline-block:hover{
  display: inline-block;
}

.tw .hover\:inline:hover{
  display: inline;
}

.tw .hover\:flex:hover{
  display: flex;
}

.tw .hover\:inline-flex:hover{
  display: inline-flex;
}

.tw .hover\:table:hover{
  display: table;
}

.tw .hover\:inline-table:hover{
  display: inline-table;
}

.tw .hover\:table-caption:hover{
  display: table-caption;
}

.tw .hover\:table-cell:hover{
  display: table-cell;
}

.tw .hover\:table-column:hover{
  display: table-column;
}

.tw .hover\:table-column-group:hover{
  display: table-column-group;
}

.tw .hover\:table-footer-group:hover{
  display: table-footer-group;
}

.tw .hover\:table-header-group:hover{
  display: table-header-group;
}

.tw .hover\:table-row-group:hover{
  display: table-row-group;
}

.tw .hover\:table-row:hover{
  display: table-row;
}

.tw .hover\:flow-root:hover{
  display: flow-root;
}

.tw .hover\:grid:hover{
  display: grid;
}

.tw .hover\:inline-grid:hover{
  display: inline-grid;
}

.tw .hover\:contents:hover{
  display: contents;
}

.tw .hover\:list-item:hover{
  display: list-item;
}

.tw .hover\:hidden:hover{
  display: none;
}

.tw .focus\:block:focus{
  display: block;
}

.tw .focus\:inline-block:focus{
  display: inline-block;
}

.tw .focus\:inline:focus{
  display: inline;
}

.tw .focus\:flex:focus{
  display: flex;
}

.tw .focus\:inline-flex:focus{
  display: inline-flex;
}

.tw .focus\:table:focus{
  display: table;
}

.tw .focus\:inline-table:focus{
  display: inline-table;
}

.tw .focus\:table-caption:focus{
  display: table-caption;
}

.tw .focus\:table-cell:focus{
  display: table-cell;
}

.tw .focus\:table-column:focus{
  display: table-column;
}

.tw .focus\:table-column-group:focus{
  display: table-column-group;
}

.tw .focus\:table-footer-group:focus{
  display: table-footer-group;
}

.tw .focus\:table-header-group:focus{
  display: table-header-group;
}

.tw .focus\:table-row-group:focus{
  display: table-row-group;
}

.tw .focus\:table-row:focus{
  display: table-row;
}

.tw .focus\:flow-root:focus{
  display: flow-root;
}

.tw .focus\:grid:focus{
  display: grid;
}

.tw .focus\:inline-grid:focus{
  display: inline-grid;
}

.tw .focus\:contents:focus{
  display: contents;
}

.tw .focus\:list-item:focus{
  display: list-item;
}

.tw .focus\:hidden:focus{
  display: none;
}

.tw .active\:block:active{
  display: block;
}

.tw .active\:inline-block:active{
  display: inline-block;
}

.tw .active\:inline:active{
  display: inline;
}

.tw .active\:flex:active{
  display: flex;
}

.tw .active\:inline-flex:active{
  display: inline-flex;
}

.tw .active\:table:active{
  display: table;
}

.tw .active\:inline-table:active{
  display: inline-table;
}

.tw .active\:table-caption:active{
  display: table-caption;
}

.tw .active\:table-cell:active{
  display: table-cell;
}

.tw .active\:table-column:active{
  display: table-column;
}

.tw .active\:table-column-group:active{
  display: table-column-group;
}

.tw .active\:table-footer-group:active{
  display: table-footer-group;
}

.tw .active\:table-header-group:active{
  display: table-header-group;
}

.tw .active\:table-row-group:active{
  display: table-row-group;
}

.tw .active\:table-row:active{
  display: table-row;
}

.tw .active\:flow-root:active{
  display: flow-root;
}

.tw .active\:grid:active{
  display: grid;
}

.tw .active\:inline-grid:active{
  display: inline-grid;
}

.tw .active\:contents:active{
  display: contents;
}

.tw .active\:list-item:active{
  display: list-item;
}

.tw .active\:hidden:active{
  display: none;
}

.tw .group:hover .group-hover\:block{
  display: block;
}

.tw .group:hover .group-hover\:inline-block{
  display: inline-block;
}

.tw .group:hover .group-hover\:inline{
  display: inline;
}

.tw .group:hover .group-hover\:flex{
  display: flex;
}

.tw .group:hover .group-hover\:inline-flex{
  display: inline-flex;
}

.tw .group:hover .group-hover\:table{
  display: table;
}

.tw .group:hover .group-hover\:inline-table{
  display: inline-table;
}

.tw .group:hover .group-hover\:table-caption{
  display: table-caption;
}

.tw .group:hover .group-hover\:table-cell{
  display: table-cell;
}

.tw .group:hover .group-hover\:table-column{
  display: table-column;
}

.tw .group:hover .group-hover\:table-column-group{
  display: table-column-group;
}

.tw .group:hover .group-hover\:table-footer-group{
  display: table-footer-group;
}

.tw .group:hover .group-hover\:table-header-group{
  display: table-header-group;
}

.tw .group:hover .group-hover\:table-row-group{
  display: table-row-group;
}

.tw .group:hover .group-hover\:table-row{
  display: table-row;
}

.tw .group:hover .group-hover\:flow-root{
  display: flow-root;
}

.tw .group:hover .group-hover\:grid{
  display: grid;
}

.tw .group:hover .group-hover\:inline-grid{
  display: inline-grid;
}

.tw .group:hover .group-hover\:contents{
  display: contents;
}

.tw .group:hover .group-hover\:list-item{
  display: list-item;
}

.tw .group:hover .group-hover\:hidden{
  display: none;
}

.tw .h-0{
  height: 0px;
}

.tw .h-1{
  height: 5px;
}

.tw .h-2{
  height: 10px;
}

.tw .h-3{
  height: 15px;
}

.tw .h-4{
  height: 20px;
}

.tw .h-5{
  height: 25px;
}

.tw .h-6{
  height: 30px;
}

.tw .h-7{
  height: 35px;
}

.tw .h-8{
  height: 40px;
}

.tw .h-9{
  height: 45px;
}

.tw .h-10{
  height: 50px;
}

.tw .h-11{
  height: 55px;
}

.tw .h-12{
  height: 60px;
}

.tw .h-13{
  height: 65px;
}

.tw .h-14{
  height: 70px;
}

.tw .h-15{
  height: 75px;
}

.tw .h-16{
  height: 80px;
}

.tw .h-17{
  height: 85px;
}

.tw .h-18{
  height: 90px;
}

.tw .h-19{
  height: 95px;
}

.tw .h-20{
  height: 100px;
}

.tw .h-21{
  height: 105px;
}

.tw .h-22{
  height: 110px;
}

.tw .h-23{
  height: 115px;
}

.tw .h-24{
  height: 120px;
}

.tw .h-25{
  height: 125px;
}

.tw .h-26{
  height: 130px;
}

.tw .h-27{
  height: 135px;
}

.tw .h-28{
  height: 140px;
}

.tw .h-29{
  height: 145px;
}

.tw .h-30{
  height: 150px;
}

.tw .h-31{
  height: 155px;
}

.tw .h-32{
  height: 160px;
}

.tw .h-33{
  height: 165px;
}

.tw .h-34{
  height: 170px;
}

.tw .h-35{
  height: 175px;
}

.tw .h-36{
  height: 180px;
}

.tw .h-37{
  height: 185px;
}

.tw .h-38{
  height: 190px;
}

.tw .h-39{
  height: 195px;
}

.tw .h-40{
  height: 200px;
}

.tw .h-41{
  height: 205px;
}

.tw .h-42{
  height: 210px;
}

.tw .h-43{
  height: 215px;
}

.tw .h-44{
  height: 220px;
}

.tw .h-45{
  height: 225px;
}

.tw .h-46{
  height: 230px;
}

.tw .h-47{
  height: 235px;
}

.tw .h-48{
  height: 240px;
}

.tw .h-49{
  height: 245px;
}

.tw .h-50{
  height: 250px;
}

.tw .h-51{
  height: 255px;
}

.tw .h-52{
  height: 260px;
}

.tw .h-53{
  height: 265px;
}

.tw .h-54{
  height: 270px;
}

.tw .h-55{
  height: 275px;
}

.tw .h-56{
  height: 280px;
}

.tw .h-57{
  height: 285px;
}

.tw .h-58{
  height: 290px;
}

.tw .h-59{
  height: 295px;
}

.tw .h-60{
  height: 300px;
}

.tw .h-61{
  height: 305px;
}

.tw .h-62{
  height: 310px;
}

.tw .h-63{
  height: 315px;
}

.tw .h-64{
  height: 320px;
}

.tw .h-65{
  height: 325px;
}

.tw .h-66{
  height: 330px;
}

.tw .h-67{
  height: 335px;
}

.tw .h-68{
  height: 340px;
}

.tw .h-69{
  height: 345px;
}

.tw .h-70{
  height: 350px;
}

.tw .h-71{
  height: 355px;
}

.tw .h-72{
  height: 360px;
}

.tw .h-73{
  height: 365px;
}

.tw .h-74{
  height: 370px;
}

.tw .h-75{
  height: 375px;
}

.tw .h-76{
  height: 380px;
}

.tw .h-77{
  height: 385px;
}

.tw .h-78{
  height: 390px;
}

.tw .h-79{
  height: 395px;
}

.tw .h-80{
  height: 400px;
}

.tw .h-81{
  height: 405px;
}

.tw .h-82{
  height: 410px;
}

.tw .h-83{
  height: 415px;
}

.tw .h-84{
  height: 420px;
}

.tw .h-85{
  height: 425px;
}

.tw .h-86{
  height: 430px;
}

.tw .h-87{
  height: 435px;
}

.tw .h-88{
  height: 440px;
}

.tw .h-89{
  height: 445px;
}

.tw .h-90{
  height: 450px;
}

.tw .h-91{
  height: 455px;
}

.tw .h-92{
  height: 460px;
}

.tw .h-93{
  height: 465px;
}

.tw .h-94{
  height: 470px;
}

.tw .h-95{
  height: 475px;
}

.tw .h-96{
  height: 480px;
}

.tw .h-97{
  height: 485px;
}

.tw .h-98{
  height: 490px;
}

.tw .h-99{
  height: 495px;
}

.tw .h-100{
  height: 500px;
}

.tw .h-101{
  height: 505px;
}

.tw .h-102{
  height: 510px;
}

.tw .h-103{
  height: 515px;
}

.tw .h-104{
  height: 520px;
}

.tw .h-105{
  height: 525px;
}

.tw .h-106{
  height: 530px;
}

.tw .h-107{
  height: 535px;
}

.tw .h-108{
  height: 540px;
}

.tw .h-109{
  height: 545px;
}

.tw .h-110{
  height: 550px;
}

.tw .h-111{
  height: 555px;
}

.tw .h-112{
  height: 560px;
}

.tw .h-113{
  height: 565px;
}

.tw .h-114{
  height: 570px;
}

.tw .h-115{
  height: 575px;
}

.tw .h-116{
  height: 580px;
}

.tw .h-117{
  height: 585px;
}

.tw .h-118{
  height: 590px;
}

.tw .h-119{
  height: 595px;
}

.tw .h-120{
  height: 600px;
}

.tw .h-121{
  height: 605px;
}

.tw .h-122{
  height: 610px;
}

.tw .h-123{
  height: 615px;
}

.tw .h-124{
  height: 620px;
}

.tw .h-125{
  height: 625px;
}

.tw .h-126{
  height: 630px;
}

.tw .h-127{
  height: 635px;
}

.tw .h-128{
  height: 640px;
}

.tw .h-129{
  height: 645px;
}

.tw .h-130{
  height: 650px;
}

.tw .h-131{
  height: 655px;
}

.tw .h-132{
  height: 660px;
}

.tw .h-133{
  height: 665px;
}

.tw .h-134{
  height: 670px;
}

.tw .h-135{
  height: 675px;
}

.tw .h-136{
  height: 680px;
}

.tw .h-137{
  height: 685px;
}

.tw .h-138{
  height: 690px;
}

.tw .h-139{
  height: 695px;
}

.tw .h-140{
  height: 700px;
}

.tw .h-141{
  height: 705px;
}

.tw .h-142{
  height: 710px;
}

.tw .h-143{
  height: 715px;
}

.tw .h-144{
  height: 720px;
}

.tw .h-145{
  height: 725px;
}

.tw .h-146{
  height: 730px;
}

.tw .h-147{
  height: 735px;
}

.tw .h-148{
  height: 740px;
}

.tw .h-149{
  height: 745px;
}

.tw .h-auto{
  height: auto;
}

.tw .h-0\.5{
  height: 3px;
}

.tw .h-1px{
  height: 1px;
}

.tw .h-2px{
  height: 2px;
}

.tw .h-3px{
  height: 3px;
}

.tw .h-4px{
  height: 4px;
}

.tw .h-5px{
  height: 5px;
}

.tw .h-6px{
  height: 6px;
}

.tw .h-7px{
  height: 7px;
}

.tw .h-8px{
  height: 8px;
}

.tw .h-9px{
  height: 9px;
}

.tw .h-10px{
  height: 10px;
}

.tw .h-11px{
  height: 11px;
}

.tw .h-12px{
  height: 12px;
}

.tw .h-13px{
  height: 13px;
}

.tw .h-14px{
  height: 14px;
}

.tw .h-15px{
  height: 15px;
}

.tw .h-16px{
  height: 16px;
}

.tw .h-17px{
  height: 17px;
}

.tw .h-18px{
  height: 18px;
}

.tw .h-19px{
  height: 19px;
}

.tw .h-20px{
  height: 20px;
}

.tw .h-21px{
  height: 21px;
}

.tw .h-22px{
  height: 22px;
}

.tw .h-23px{
  height: 23px;
}

.tw .h-24px{
  height: 24px;
}

.tw .h-25px{
  height: 25px;
}

.tw .h-26px{
  height: 26px;
}

.tw .h-27px{
  height: 27px;
}

.tw .h-28px{
  height: 28px;
}

.tw .h-29px{
  height: 29px;
}

.tw .h-30px{
  height: 30px;
}

.tw .h-31px{
  height: 31px;
}

.tw .h-32px{
  height: 32px;
}

.tw .h-33px{
  height: 33px;
}

.tw .h-34px{
  height: 34px;
}

.tw .h-35px{
  height: 35px;
}

.tw .h-36px{
  height: 36px;
}

.tw .h-37px{
  height: 37px;
}

.tw .h-38px{
  height: 38px;
}

.tw .h-39px{
  height: 39px;
}

.tw .h-40px{
  height: 40px;
}

.tw .h-1\/2{
  height: 50%;
}

.tw .h-1\/3{
  height: 33.333333%;
}

.tw .h-2\/3{
  height: 66.666667%;
}

.tw .h-1\/4{
  height: 25%;
}

.tw .h-2\/4{
  height: 50%;
}

.tw .h-3\/4{
  height: 75%;
}

.tw .h-1\/5{
  height: 20%;
}

.tw .h-2\/5{
  height: 40%;
}

.tw .h-3\/5{
  height: 60%;
}

.tw .h-4\/5{
  height: 80%;
}

.tw .h-1\/6{
  height: 16.666667%;
}

.tw .h-2\/6{
  height: 33.333333%;
}

.tw .h-3\/6{
  height: 50%;
}

.tw .h-4\/6{
  height: 66.666667%;
}

.tw .h-5\/6{
  height: 83.333333%;
}

.tw .h-full{
  height: 100%;
}

.tw .h-screen{
  height: 100vh;
}

.tw .h-0\%{
  height: 0%;
}

.tw .h-10\%{
  height: 10%;
}

.tw .h-20\%{
  height: 20%;
}

.tw .h-30\%{
  height: 30%;
}

.tw .h-40\%{
  height: 40%;
}

.tw .h-50\%{
  height: 50%;
}

.tw .h-60\%{
  height: 60%;
}

.tw .h-70\%{
  height: 70%;
}

.tw .h-80\%{
  height: 80%;
}

.tw .h-90\%{
  height: 90%;
}

.tw .h-100\%{
  height: 100%;
}

.tw .max-h-0{
  max-height: 0px;
}

.tw .max-h-1{
  max-height: 5px;
}

.tw .max-h-2{
  max-height: 10px;
}

.tw .max-h-3{
  max-height: 15px;
}

.tw .max-h-4{
  max-height: 20px;
}

.tw .max-h-5{
  max-height: 25px;
}

.tw .max-h-6{
  max-height: 30px;
}

.tw .max-h-7{
  max-height: 35px;
}

.tw .max-h-8{
  max-height: 40px;
}

.tw .max-h-9{
  max-height: 45px;
}

.tw .max-h-10{
  max-height: 50px;
}

.tw .max-h-11{
  max-height: 55px;
}

.tw .max-h-12{
  max-height: 60px;
}

.tw .max-h-13{
  max-height: 65px;
}

.tw .max-h-14{
  max-height: 70px;
}

.tw .max-h-15{
  max-height: 75px;
}

.tw .max-h-16{
  max-height: 80px;
}

.tw .max-h-17{
  max-height: 85px;
}

.tw .max-h-18{
  max-height: 90px;
}

.tw .max-h-19{
  max-height: 95px;
}

.tw .max-h-20{
  max-height: 100px;
}

.tw .max-h-21{
  max-height: 105px;
}

.tw .max-h-22{
  max-height: 110px;
}

.tw .max-h-23{
  max-height: 115px;
}

.tw .max-h-24{
  max-height: 120px;
}

.tw .max-h-25{
  max-height: 125px;
}

.tw .max-h-26{
  max-height: 130px;
}

.tw .max-h-27{
  max-height: 135px;
}

.tw .max-h-28{
  max-height: 140px;
}

.tw .max-h-29{
  max-height: 145px;
}

.tw .max-h-30{
  max-height: 150px;
}

.tw .max-h-31{
  max-height: 155px;
}

.tw .max-h-32{
  max-height: 160px;
}

.tw .max-h-33{
  max-height: 165px;
}

.tw .max-h-34{
  max-height: 170px;
}

.tw .max-h-35{
  max-height: 175px;
}

.tw .max-h-36{
  max-height: 180px;
}

.tw .max-h-37{
  max-height: 185px;
}

.tw .max-h-38{
  max-height: 190px;
}

.tw .max-h-39{
  max-height: 195px;
}

.tw .max-h-40{
  max-height: 200px;
}

.tw .max-h-41{
  max-height: 205px;
}

.tw .max-h-42{
  max-height: 210px;
}

.tw .max-h-43{
  max-height: 215px;
}

.tw .max-h-44{
  max-height: 220px;
}

.tw .max-h-45{
  max-height: 225px;
}

.tw .max-h-46{
  max-height: 230px;
}

.tw .max-h-47{
  max-height: 235px;
}

.tw .max-h-48{
  max-height: 240px;
}

.tw .max-h-49{
  max-height: 245px;
}

.tw .max-h-50{
  max-height: 250px;
}

.tw .max-h-51{
  max-height: 255px;
}

.tw .max-h-52{
  max-height: 260px;
}

.tw .max-h-53{
  max-height: 265px;
}

.tw .max-h-54{
  max-height: 270px;
}

.tw .max-h-55{
  max-height: 275px;
}

.tw .max-h-56{
  max-height: 280px;
}

.tw .max-h-57{
  max-height: 285px;
}

.tw .max-h-58{
  max-height: 290px;
}

.tw .max-h-59{
  max-height: 295px;
}

.tw .max-h-60{
  max-height: 300px;
}

.tw .max-h-61{
  max-height: 305px;
}

.tw .max-h-62{
  max-height: 310px;
}

.tw .max-h-63{
  max-height: 315px;
}

.tw .max-h-64{
  max-height: 320px;
}

.tw .max-h-65{
  max-height: 325px;
}

.tw .max-h-66{
  max-height: 330px;
}

.tw .max-h-67{
  max-height: 335px;
}

.tw .max-h-68{
  max-height: 340px;
}

.tw .max-h-69{
  max-height: 345px;
}

.tw .max-h-70{
  max-height: 350px;
}

.tw .max-h-71{
  max-height: 355px;
}

.tw .max-h-72{
  max-height: 360px;
}

.tw .max-h-73{
  max-height: 365px;
}

.tw .max-h-74{
  max-height: 370px;
}

.tw .max-h-75{
  max-height: 375px;
}

.tw .max-h-76{
  max-height: 380px;
}

.tw .max-h-77{
  max-height: 385px;
}

.tw .max-h-78{
  max-height: 390px;
}

.tw .max-h-79{
  max-height: 395px;
}

.tw .max-h-80{
  max-height: 400px;
}

.tw .max-h-81{
  max-height: 405px;
}

.tw .max-h-82{
  max-height: 410px;
}

.tw .max-h-83{
  max-height: 415px;
}

.tw .max-h-84{
  max-height: 420px;
}

.tw .max-h-85{
  max-height: 425px;
}

.tw .max-h-86{
  max-height: 430px;
}

.tw .max-h-87{
  max-height: 435px;
}

.tw .max-h-88{
  max-height: 440px;
}

.tw .max-h-89{
  max-height: 445px;
}

.tw .max-h-90{
  max-height: 450px;
}

.tw .max-h-91{
  max-height: 455px;
}

.tw .max-h-92{
  max-height: 460px;
}

.tw .max-h-93{
  max-height: 465px;
}

.tw .max-h-94{
  max-height: 470px;
}

.tw .max-h-95{
  max-height: 475px;
}

.tw .max-h-96{
  max-height: 480px;
}

.tw .max-h-97{
  max-height: 485px;
}

.tw .max-h-98{
  max-height: 490px;
}

.tw .max-h-99{
  max-height: 495px;
}

.tw .max-h-100{
  max-height: 500px;
}

.tw .max-h-101{
  max-height: 505px;
}

.tw .max-h-102{
  max-height: 510px;
}

.tw .max-h-103{
  max-height: 515px;
}

.tw .max-h-104{
  max-height: 520px;
}

.tw .max-h-105{
  max-height: 525px;
}

.tw .max-h-106{
  max-height: 530px;
}

.tw .max-h-107{
  max-height: 535px;
}

.tw .max-h-108{
  max-height: 540px;
}

.tw .max-h-109{
  max-height: 545px;
}

.tw .max-h-110{
  max-height: 550px;
}

.tw .max-h-111{
  max-height: 555px;
}

.tw .max-h-112{
  max-height: 560px;
}

.tw .max-h-113{
  max-height: 565px;
}

.tw .max-h-114{
  max-height: 570px;
}

.tw .max-h-115{
  max-height: 575px;
}

.tw .max-h-116{
  max-height: 580px;
}

.tw .max-h-117{
  max-height: 585px;
}

.tw .max-h-118{
  max-height: 590px;
}

.tw .max-h-119{
  max-height: 595px;
}

.tw .max-h-120{
  max-height: 600px;
}

.tw .max-h-121{
  max-height: 605px;
}

.tw .max-h-122{
  max-height: 610px;
}

.tw .max-h-123{
  max-height: 615px;
}

.tw .max-h-124{
  max-height: 620px;
}

.tw .max-h-125{
  max-height: 625px;
}

.tw .max-h-126{
  max-height: 630px;
}

.tw .max-h-127{
  max-height: 635px;
}

.tw .max-h-128{
  max-height: 640px;
}

.tw .max-h-129{
  max-height: 645px;
}

.tw .max-h-130{
  max-height: 650px;
}

.tw .max-h-131{
  max-height: 655px;
}

.tw .max-h-132{
  max-height: 660px;
}

.tw .max-h-133{
  max-height: 665px;
}

.tw .max-h-134{
  max-height: 670px;
}

.tw .max-h-135{
  max-height: 675px;
}

.tw .max-h-136{
  max-height: 680px;
}

.tw .max-h-137{
  max-height: 685px;
}

.tw .max-h-138{
  max-height: 690px;
}

.tw .max-h-139{
  max-height: 695px;
}

.tw .max-h-140{
  max-height: 700px;
}

.tw .max-h-141{
  max-height: 705px;
}

.tw .max-h-142{
  max-height: 710px;
}

.tw .max-h-143{
  max-height: 715px;
}

.tw .max-h-144{
  max-height: 720px;
}

.tw .max-h-145{
  max-height: 725px;
}

.tw .max-h-146{
  max-height: 730px;
}

.tw .max-h-147{
  max-height: 735px;
}

.tw .max-h-148{
  max-height: 740px;
}

.tw .max-h-149{
  max-height: 745px;
}

.tw .max-h-0\.5{
  max-height: 3px;
}

.tw .max-h-1px{
  max-height: 1px;
}

.tw .max-h-2px{
  max-height: 2px;
}

.tw .max-h-3px{
  max-height: 3px;
}

.tw .max-h-4px{
  max-height: 4px;
}

.tw .max-h-5px{
  max-height: 5px;
}

.tw .max-h-6px{
  max-height: 6px;
}

.tw .max-h-7px{
  max-height: 7px;
}

.tw .max-h-8px{
  max-height: 8px;
}

.tw .max-h-9px{
  max-height: 9px;
}

.tw .max-h-10px{
  max-height: 10px;
}

.tw .max-h-11px{
  max-height: 11px;
}

.tw .max-h-12px{
  max-height: 12px;
}

.tw .max-h-13px{
  max-height: 13px;
}

.tw .max-h-14px{
  max-height: 14px;
}

.tw .max-h-15px{
  max-height: 15px;
}

.tw .max-h-16px{
  max-height: 16px;
}

.tw .max-h-17px{
  max-height: 17px;
}

.tw .max-h-18px{
  max-height: 18px;
}

.tw .max-h-19px{
  max-height: 19px;
}

.tw .max-h-20px{
  max-height: 20px;
}

.tw .max-h-21px{
  max-height: 21px;
}

.tw .max-h-22px{
  max-height: 22px;
}

.tw .max-h-23px{
  max-height: 23px;
}

.tw .max-h-24px{
  max-height: 24px;
}

.tw .max-h-25px{
  max-height: 25px;
}

.tw .max-h-26px{
  max-height: 26px;
}

.tw .max-h-27px{
  max-height: 27px;
}

.tw .max-h-28px{
  max-height: 28px;
}

.tw .max-h-29px{
  max-height: 29px;
}

.tw .max-h-30px{
  max-height: 30px;
}

.tw .max-h-31px{
  max-height: 31px;
}

.tw .max-h-32px{
  max-height: 32px;
}

.tw .max-h-33px{
  max-height: 33px;
}

.tw .max-h-34px{
  max-height: 34px;
}

.tw .max-h-35px{
  max-height: 35px;
}

.tw .max-h-36px{
  max-height: 36px;
}

.tw .max-h-37px{
  max-height: 37px;
}

.tw .max-h-38px{
  max-height: 38px;
}

.tw .max-h-39px{
  max-height: 39px;
}

.tw .max-h-40px{
  max-height: 40px;
}

.tw .max-h-full{
  max-height: 100%;
}

.tw .max-h-screen{
  max-height: 100vh;
}

.tw .max-h-1\/2{
  max-height: 50%;
}

.tw .max-h-4\/5{
  max-height: 80%;
}

.tw .max-h-0\%{
  max-height: 0%;
}

.tw .max-h-10\%{
  max-height: 10%;
}

.tw .max-h-20\%{
  max-height: 20%;
}

.tw .max-h-30\%{
  max-height: 30%;
}

.tw .max-h-40\%{
  max-height: 40%;
}

.tw .max-h-50\%{
  max-height: 50%;
}

.tw .max-h-60\%{
  max-height: 60%;
}

.tw .max-h-70\%{
  max-height: 70%;
}

.tw .max-h-80\%{
  max-height: 80%;
}

.tw .max-h-90\%{
  max-height: 90%;
}

.tw .max-h-100\%{
  max-height: 100%;
}

.tw .min-h-0{
  min-height: 0px;
}

.tw .min-h-full{
  min-height: 100%;
}

.tw .min-h-screen{
  min-height: 100vh;
}

.tw .w-0{
  width: 0px;
}

.tw .w-1{
  width: 5px;
}

.tw .w-2{
  width: 10px;
}

.tw .w-3{
  width: 15px;
}

.tw .w-4{
  width: 20px;
}

.tw .w-5{
  width: 25px;
}

.tw .w-6{
  width: 30px;
}

.tw .w-7{
  width: 35px;
}

.tw .w-8{
  width: 40px;
}

.tw .w-9{
  width: 45px;
}

.tw .w-10{
  width: 50px;
}

.tw .w-11{
  width: 55px;
}

.tw .w-12{
  width: 60px;
}

.tw .w-13{
  width: 65px;
}

.tw .w-14{
  width: 70px;
}

.tw .w-15{
  width: 75px;
}

.tw .w-16{
  width: 80px;
}

.tw .w-17{
  width: 85px;
}

.tw .w-18{
  width: 90px;
}

.tw .w-19{
  width: 95px;
}

.tw .w-20{
  width: 100px;
}

.tw .w-21{
  width: 105px;
}

.tw .w-22{
  width: 110px;
}

.tw .w-23{
  width: 115px;
}

.tw .w-24{
  width: 120px;
}

.tw .w-25{
  width: 125px;
}

.tw .w-26{
  width: 130px;
}

.tw .w-27{
  width: 135px;
}

.tw .w-28{
  width: 140px;
}

.tw .w-29{
  width: 145px;
}

.tw .w-30{
  width: 150px;
}

.tw .w-31{
  width: 155px;
}

.tw .w-32{
  width: 160px;
}

.tw .w-33{
  width: 165px;
}

.tw .w-34{
  width: 170px;
}

.tw .w-35{
  width: 175px;
}

.tw .w-36{
  width: 180px;
}

.tw .w-37{
  width: 185px;
}

.tw .w-38{
  width: 190px;
}

.tw .w-39{
  width: 195px;
}

.tw .w-40{
  width: 200px;
}

.tw .w-41{
  width: 205px;
}

.tw .w-42{
  width: 210px;
}

.tw .w-43{
  width: 215px;
}

.tw .w-44{
  width: 220px;
}

.tw .w-45{
  width: 225px;
}

.tw .w-46{
  width: 230px;
}

.tw .w-47{
  width: 235px;
}

.tw .w-48{
  width: 240px;
}

.tw .w-49{
  width: 245px;
}

.tw .w-50{
  width: 250px;
}

.tw .w-51{
  width: 255px;
}

.tw .w-52{
  width: 260px;
}

.tw .w-53{
  width: 265px;
}

.tw .w-54{
  width: 270px;
}

.tw .w-55{
  width: 275px;
}

.tw .w-56{
  width: 280px;
}

.tw .w-57{
  width: 285px;
}

.tw .w-58{
  width: 290px;
}

.tw .w-59{
  width: 295px;
}

.tw .w-60{
  width: 300px;
}

.tw .w-61{
  width: 305px;
}

.tw .w-62{
  width: 310px;
}

.tw .w-63{
  width: 315px;
}

.tw .w-64{
  width: 320px;
}

.tw .w-65{
  width: 325px;
}

.tw .w-66{
  width: 330px;
}

.tw .w-67{
  width: 335px;
}

.tw .w-68{
  width: 340px;
}

.tw .w-69{
  width: 345px;
}

.tw .w-70{
  width: 350px;
}

.tw .w-71{
  width: 355px;
}

.tw .w-72{
  width: 360px;
}

.tw .w-73{
  width: 365px;
}

.tw .w-74{
  width: 370px;
}

.tw .w-75{
  width: 375px;
}

.tw .w-76{
  width: 380px;
}

.tw .w-77{
  width: 385px;
}

.tw .w-78{
  width: 390px;
}

.tw .w-79{
  width: 395px;
}

.tw .w-80{
  width: 400px;
}

.tw .w-81{
  width: 405px;
}

.tw .w-82{
  width: 410px;
}

.tw .w-83{
  width: 415px;
}

.tw .w-84{
  width: 420px;
}

.tw .w-85{
  width: 425px;
}

.tw .w-86{
  width: 430px;
}

.tw .w-87{
  width: 435px;
}

.tw .w-88{
  width: 440px;
}

.tw .w-89{
  width: 445px;
}

.tw .w-90{
  width: 450px;
}

.tw .w-91{
  width: 455px;
}

.tw .w-92{
  width: 460px;
}

.tw .w-93{
  width: 465px;
}

.tw .w-94{
  width: 470px;
}

.tw .w-95{
  width: 475px;
}

.tw .w-96{
  width: 480px;
}

.tw .w-97{
  width: 485px;
}

.tw .w-98{
  width: 490px;
}

.tw .w-99{
  width: 495px;
}

.tw .w-100{
  width: 500px;
}

.tw .w-101{
  width: 505px;
}

.tw .w-102{
  width: 510px;
}

.tw .w-103{
  width: 515px;
}

.tw .w-104{
  width: 520px;
}

.tw .w-105{
  width: 525px;
}

.tw .w-106{
  width: 530px;
}

.tw .w-107{
  width: 535px;
}

.tw .w-108{
  width: 540px;
}

.tw .w-109{
  width: 545px;
}

.tw .w-110{
  width: 550px;
}

.tw .w-111{
  width: 555px;
}

.tw .w-112{
  width: 560px;
}

.tw .w-113{
  width: 565px;
}

.tw .w-114{
  width: 570px;
}

.tw .w-115{
  width: 575px;
}

.tw .w-116{
  width: 580px;
}

.tw .w-117{
  width: 585px;
}

.tw .w-118{
  width: 590px;
}

.tw .w-119{
  width: 595px;
}

.tw .w-120{
  width: 600px;
}

.tw .w-121{
  width: 605px;
}

.tw .w-122{
  width: 610px;
}

.tw .w-123{
  width: 615px;
}

.tw .w-124{
  width: 620px;
}

.tw .w-125{
  width: 625px;
}

.tw .w-126{
  width: 630px;
}

.tw .w-127{
  width: 635px;
}

.tw .w-128{
  width: 640px;
}

.tw .w-129{
  width: 645px;
}

.tw .w-130{
  width: 650px;
}

.tw .w-131{
  width: 655px;
}

.tw .w-132{
  width: 660px;
}

.tw .w-133{
  width: 665px;
}

.tw .w-134{
  width: 670px;
}

.tw .w-135{
  width: 675px;
}

.tw .w-136{
  width: 680px;
}

.tw .w-137{
  width: 685px;
}

.tw .w-138{
  width: 690px;
}

.tw .w-139{
  width: 695px;
}

.tw .w-140{
  width: 700px;
}

.tw .w-141{
  width: 705px;
}

.tw .w-142{
  width: 710px;
}

.tw .w-143{
  width: 715px;
}

.tw .w-144{
  width: 720px;
}

.tw .w-145{
  width: 725px;
}

.tw .w-146{
  width: 730px;
}

.tw .w-147{
  width: 735px;
}

.tw .w-148{
  width: 740px;
}

.tw .w-149{
  width: 745px;
}

.tw .w-auto{
  width: auto;
}

.tw .w-0\.5{
  width: 3px;
}

.tw .w-1px{
  width: 1px;
}

.tw .w-2px{
  width: 2px;
}

.tw .w-3px{
  width: 3px;
}

.tw .w-4px{
  width: 4px;
}

.tw .w-5px{
  width: 5px;
}

.tw .w-6px{
  width: 6px;
}

.tw .w-7px{
  width: 7px;
}

.tw .w-8px{
  width: 8px;
}

.tw .w-9px{
  width: 9px;
}

.tw .w-10px{
  width: 10px;
}

.tw .w-11px{
  width: 11px;
}

.tw .w-12px{
  width: 12px;
}

.tw .w-13px{
  width: 13px;
}

.tw .w-14px{
  width: 14px;
}

.tw .w-15px{
  width: 15px;
}

.tw .w-16px{
  width: 16px;
}

.tw .w-17px{
  width: 17px;
}

.tw .w-18px{
  width: 18px;
}

.tw .w-19px{
  width: 19px;
}

.tw .w-20px{
  width: 20px;
}

.tw .w-21px{
  width: 21px;
}

.tw .w-22px{
  width: 22px;
}

.tw .w-23px{
  width: 23px;
}

.tw .w-24px{
  width: 24px;
}

.tw .w-25px{
  width: 25px;
}

.tw .w-26px{
  width: 26px;
}

.tw .w-27px{
  width: 27px;
}

.tw .w-28px{
  width: 28px;
}

.tw .w-29px{
  width: 29px;
}

.tw .w-30px{
  width: 30px;
}

.tw .w-31px{
  width: 31px;
}

.tw .w-32px{
  width: 32px;
}

.tw .w-33px{
  width: 33px;
}

.tw .w-34px{
  width: 34px;
}

.tw .w-35px{
  width: 35px;
}

.tw .w-36px{
  width: 36px;
}

.tw .w-37px{
  width: 37px;
}

.tw .w-38px{
  width: 38px;
}

.tw .w-39px{
  width: 39px;
}

.tw .w-40px{
  width: 40px;
}

.tw .w-1\/2{
  width: 50%;
}

.tw .w-1\/3{
  width: 33.333333%;
}

.tw .w-2\/3{
  width: 66.666667%;
}

.tw .w-1\/4{
  width: 25%;
}

.tw .w-2\/4{
  width: 50%;
}

.tw .w-3\/4{
  width: 75%;
}

.tw .w-1\/5{
  width: 20%;
}

.tw .w-2\/5{
  width: 40%;
}

.tw .w-3\/5{
  width: 60%;
}

.tw .w-4\/5{
  width: 80%;
}

.tw .w-1\/6{
  width: 16.666667%;
}

.tw .w-2\/6{
  width: 33.333333%;
}

.tw .w-3\/6{
  width: 50%;
}

.tw .w-4\/6{
  width: 66.666667%;
}

.tw .w-5\/6{
  width: 83.333333%;
}

.tw .w-1\/12{
  width: 8.333333%;
}

.tw .w-2\/12{
  width: 16.666667%;
}

.tw .w-3\/12{
  width: 25%;
}

.tw .w-4\/12{
  width: 33.333333%;
}

.tw .w-5\/12{
  width: 41.666667%;
}

.tw .w-6\/12{
  width: 50%;
}

.tw .w-7\/12{
  width: 58.333333%;
}

.tw .w-8\/12{
  width: 66.666667%;
}

.tw .w-9\/12{
  width: 75%;
}

.tw .w-10\/12{
  width: 83.333333%;
}

.tw .w-11\/12{
  width: 91.666667%;
}

.tw .w-full{
  width: 100%;
}

.tw .w-screen{
  width: 100vw;
}

.tw .w-min{
  width: -moz-min-content;
  width: min-content;
}

.tw .w-max{
  width: -moz-max-content;
  width: max-content;
}

.tw .w-400px{
  width: 400px;
}

.tw .w-430px{
  width: 430px;
}

.tw .w-575px{
  width: 575px;
}

.tw .w-760px{
  width: 760px;
}

.tw .w-0\%{
  width: 0%;
}

.tw .w-10\%{
  width: 10%;
}

.tw .w-20\%{
  width: 20%;
}

.tw .w-30\%{
  width: 30%;
}

.tw .w-40\%{
  width: 40%;
}

.tw .w-50\%{
  width: 50%;
}

.tw .w-60\%{
  width: 60%;
}

.tw .w-70\%{
  width: 70%;
}

.tw .w-80\%{
  width: 80%;
}

.tw .w-90\%{
  width: 90%;
}

.tw .w-100\%{
  width: 100%;
}

.tw .first\:w-0:first-child{
  width: 0px;
}

.tw .first\:w-1:first-child{
  width: 5px;
}

.tw .first\:w-2:first-child{
  width: 10px;
}

.tw .first\:w-3:first-child{
  width: 15px;
}

.tw .first\:w-4:first-child{
  width: 20px;
}

.tw .first\:w-5:first-child{
  width: 25px;
}

.tw .first\:w-6:first-child{
  width: 30px;
}

.tw .first\:w-7:first-child{
  width: 35px;
}

.tw .first\:w-8:first-child{
  width: 40px;
}

.tw .first\:w-9:first-child{
  width: 45px;
}

.tw .first\:w-10:first-child{
  width: 50px;
}

.tw .first\:w-11:first-child{
  width: 55px;
}

.tw .first\:w-12:first-child{
  width: 60px;
}

.tw .first\:w-13:first-child{
  width: 65px;
}

.tw .first\:w-14:first-child{
  width: 70px;
}

.tw .first\:w-15:first-child{
  width: 75px;
}

.tw .first\:w-16:first-child{
  width: 80px;
}

.tw .first\:w-17:first-child{
  width: 85px;
}

.tw .first\:w-18:first-child{
  width: 90px;
}

.tw .first\:w-19:first-child{
  width: 95px;
}

.tw .first\:w-20:first-child{
  width: 100px;
}

.tw .first\:w-21:first-child{
  width: 105px;
}

.tw .first\:w-22:first-child{
  width: 110px;
}

.tw .first\:w-23:first-child{
  width: 115px;
}

.tw .first\:w-24:first-child{
  width: 120px;
}

.tw .first\:w-25:first-child{
  width: 125px;
}

.tw .first\:w-26:first-child{
  width: 130px;
}

.tw .first\:w-27:first-child{
  width: 135px;
}

.tw .first\:w-28:first-child{
  width: 140px;
}

.tw .first\:w-29:first-child{
  width: 145px;
}

.tw .first\:w-30:first-child{
  width: 150px;
}

.tw .first\:w-31:first-child{
  width: 155px;
}

.tw .first\:w-32:first-child{
  width: 160px;
}

.tw .first\:w-33:first-child{
  width: 165px;
}

.tw .first\:w-34:first-child{
  width: 170px;
}

.tw .first\:w-35:first-child{
  width: 175px;
}

.tw .first\:w-36:first-child{
  width: 180px;
}

.tw .first\:w-37:first-child{
  width: 185px;
}

.tw .first\:w-38:first-child{
  width: 190px;
}

.tw .first\:w-39:first-child{
  width: 195px;
}

.tw .first\:w-40:first-child{
  width: 200px;
}

.tw .first\:w-41:first-child{
  width: 205px;
}

.tw .first\:w-42:first-child{
  width: 210px;
}

.tw .first\:w-43:first-child{
  width: 215px;
}

.tw .first\:w-44:first-child{
  width: 220px;
}

.tw .first\:w-45:first-child{
  width: 225px;
}

.tw .first\:w-46:first-child{
  width: 230px;
}

.tw .first\:w-47:first-child{
  width: 235px;
}

.tw .first\:w-48:first-child{
  width: 240px;
}

.tw .first\:w-49:first-child{
  width: 245px;
}

.tw .first\:w-50:first-child{
  width: 250px;
}

.tw .first\:w-51:first-child{
  width: 255px;
}

.tw .first\:w-52:first-child{
  width: 260px;
}

.tw .first\:w-53:first-child{
  width: 265px;
}

.tw .first\:w-54:first-child{
  width: 270px;
}

.tw .first\:w-55:first-child{
  width: 275px;
}

.tw .first\:w-56:first-child{
  width: 280px;
}

.tw .first\:w-57:first-child{
  width: 285px;
}

.tw .first\:w-58:first-child{
  width: 290px;
}

.tw .first\:w-59:first-child{
  width: 295px;
}

.tw .first\:w-60:first-child{
  width: 300px;
}

.tw .first\:w-61:first-child{
  width: 305px;
}

.tw .first\:w-62:first-child{
  width: 310px;
}

.tw .first\:w-63:first-child{
  width: 315px;
}

.tw .first\:w-64:first-child{
  width: 320px;
}

.tw .first\:w-65:first-child{
  width: 325px;
}

.tw .first\:w-66:first-child{
  width: 330px;
}

.tw .first\:w-67:first-child{
  width: 335px;
}

.tw .first\:w-68:first-child{
  width: 340px;
}

.tw .first\:w-69:first-child{
  width: 345px;
}

.tw .first\:w-70:first-child{
  width: 350px;
}

.tw .first\:w-71:first-child{
  width: 355px;
}

.tw .first\:w-72:first-child{
  width: 360px;
}

.tw .first\:w-73:first-child{
  width: 365px;
}

.tw .first\:w-74:first-child{
  width: 370px;
}

.tw .first\:w-75:first-child{
  width: 375px;
}

.tw .first\:w-76:first-child{
  width: 380px;
}

.tw .first\:w-77:first-child{
  width: 385px;
}

.tw .first\:w-78:first-child{
  width: 390px;
}

.tw .first\:w-79:first-child{
  width: 395px;
}

.tw .first\:w-80:first-child{
  width: 400px;
}

.tw .first\:w-81:first-child{
  width: 405px;
}

.tw .first\:w-82:first-child{
  width: 410px;
}

.tw .first\:w-83:first-child{
  width: 415px;
}

.tw .first\:w-84:first-child{
  width: 420px;
}

.tw .first\:w-85:first-child{
  width: 425px;
}

.tw .first\:w-86:first-child{
  width: 430px;
}

.tw .first\:w-87:first-child{
  width: 435px;
}

.tw .first\:w-88:first-child{
  width: 440px;
}

.tw .first\:w-89:first-child{
  width: 445px;
}

.tw .first\:w-90:first-child{
  width: 450px;
}

.tw .first\:w-91:first-child{
  width: 455px;
}

.tw .first\:w-92:first-child{
  width: 460px;
}

.tw .first\:w-93:first-child{
  width: 465px;
}

.tw .first\:w-94:first-child{
  width: 470px;
}

.tw .first\:w-95:first-child{
  width: 475px;
}

.tw .first\:w-96:first-child{
  width: 480px;
}

.tw .first\:w-97:first-child{
  width: 485px;
}

.tw .first\:w-98:first-child{
  width: 490px;
}

.tw .first\:w-99:first-child{
  width: 495px;
}

.tw .first\:w-100:first-child{
  width: 500px;
}

.tw .first\:w-101:first-child{
  width: 505px;
}

.tw .first\:w-102:first-child{
  width: 510px;
}

.tw .first\:w-103:first-child{
  width: 515px;
}

.tw .first\:w-104:first-child{
  width: 520px;
}

.tw .first\:w-105:first-child{
  width: 525px;
}

.tw .first\:w-106:first-child{
  width: 530px;
}

.tw .first\:w-107:first-child{
  width: 535px;
}

.tw .first\:w-108:first-child{
  width: 540px;
}

.tw .first\:w-109:first-child{
  width: 545px;
}

.tw .first\:w-110:first-child{
  width: 550px;
}

.tw .first\:w-111:first-child{
  width: 555px;
}

.tw .first\:w-112:first-child{
  width: 560px;
}

.tw .first\:w-113:first-child{
  width: 565px;
}

.tw .first\:w-114:first-child{
  width: 570px;
}

.tw .first\:w-115:first-child{
  width: 575px;
}

.tw .first\:w-116:first-child{
  width: 580px;
}

.tw .first\:w-117:first-child{
  width: 585px;
}

.tw .first\:w-118:first-child{
  width: 590px;
}

.tw .first\:w-119:first-child{
  width: 595px;
}

.tw .first\:w-120:first-child{
  width: 600px;
}

.tw .first\:w-121:first-child{
  width: 605px;
}

.tw .first\:w-122:first-child{
  width: 610px;
}

.tw .first\:w-123:first-child{
  width: 615px;
}

.tw .first\:w-124:first-child{
  width: 620px;
}

.tw .first\:w-125:first-child{
  width: 625px;
}

.tw .first\:w-126:first-child{
  width: 630px;
}

.tw .first\:w-127:first-child{
  width: 635px;
}

.tw .first\:w-128:first-child{
  width: 640px;
}

.tw .first\:w-129:first-child{
  width: 645px;
}

.tw .first\:w-130:first-child{
  width: 650px;
}

.tw .first\:w-131:first-child{
  width: 655px;
}

.tw .first\:w-132:first-child{
  width: 660px;
}

.tw .first\:w-133:first-child{
  width: 665px;
}

.tw .first\:w-134:first-child{
  width: 670px;
}

.tw .first\:w-135:first-child{
  width: 675px;
}

.tw .first\:w-136:first-child{
  width: 680px;
}

.tw .first\:w-137:first-child{
  width: 685px;
}

.tw .first\:w-138:first-child{
  width: 690px;
}

.tw .first\:w-139:first-child{
  width: 695px;
}

.tw .first\:w-140:first-child{
  width: 700px;
}

.tw .first\:w-141:first-child{
  width: 705px;
}

.tw .first\:w-142:first-child{
  width: 710px;
}

.tw .first\:w-143:first-child{
  width: 715px;
}

.tw .first\:w-144:first-child{
  width: 720px;
}

.tw .first\:w-145:first-child{
  width: 725px;
}

.tw .first\:w-146:first-child{
  width: 730px;
}

.tw .first\:w-147:first-child{
  width: 735px;
}

.tw .first\:w-148:first-child{
  width: 740px;
}

.tw .first\:w-149:first-child{
  width: 745px;
}

.tw .first\:w-auto:first-child{
  width: auto;
}

.tw .first\:w-0\.5:first-child{
  width: 3px;
}

.tw .first\:w-1px:first-child{
  width: 1px;
}

.tw .first\:w-2px:first-child{
  width: 2px;
}

.tw .first\:w-3px:first-child{
  width: 3px;
}

.tw .first\:w-4px:first-child{
  width: 4px;
}

.tw .first\:w-5px:first-child{
  width: 5px;
}

.tw .first\:w-6px:first-child{
  width: 6px;
}

.tw .first\:w-7px:first-child{
  width: 7px;
}

.tw .first\:w-8px:first-child{
  width: 8px;
}

.tw .first\:w-9px:first-child{
  width: 9px;
}

.tw .first\:w-10px:first-child{
  width: 10px;
}

.tw .first\:w-11px:first-child{
  width: 11px;
}

.tw .first\:w-12px:first-child{
  width: 12px;
}

.tw .first\:w-13px:first-child{
  width: 13px;
}

.tw .first\:w-14px:first-child{
  width: 14px;
}

.tw .first\:w-15px:first-child{
  width: 15px;
}

.tw .first\:w-16px:first-child{
  width: 16px;
}

.tw .first\:w-17px:first-child{
  width: 17px;
}

.tw .first\:w-18px:first-child{
  width: 18px;
}

.tw .first\:w-19px:first-child{
  width: 19px;
}

.tw .first\:w-20px:first-child{
  width: 20px;
}

.tw .first\:w-21px:first-child{
  width: 21px;
}

.tw .first\:w-22px:first-child{
  width: 22px;
}

.tw .first\:w-23px:first-child{
  width: 23px;
}

.tw .first\:w-24px:first-child{
  width: 24px;
}

.tw .first\:w-25px:first-child{
  width: 25px;
}

.tw .first\:w-26px:first-child{
  width: 26px;
}

.tw .first\:w-27px:first-child{
  width: 27px;
}

.tw .first\:w-28px:first-child{
  width: 28px;
}

.tw .first\:w-29px:first-child{
  width: 29px;
}

.tw .first\:w-30px:first-child{
  width: 30px;
}

.tw .first\:w-31px:first-child{
  width: 31px;
}

.tw .first\:w-32px:first-child{
  width: 32px;
}

.tw .first\:w-33px:first-child{
  width: 33px;
}

.tw .first\:w-34px:first-child{
  width: 34px;
}

.tw .first\:w-35px:first-child{
  width: 35px;
}

.tw .first\:w-36px:first-child{
  width: 36px;
}

.tw .first\:w-37px:first-child{
  width: 37px;
}

.tw .first\:w-38px:first-child{
  width: 38px;
}

.tw .first\:w-39px:first-child{
  width: 39px;
}

.tw .first\:w-40px:first-child{
  width: 40px;
}

.tw .first\:w-1\/2:first-child{
  width: 50%;
}

.tw .first\:w-1\/3:first-child{
  width: 33.333333%;
}

.tw .first\:w-2\/3:first-child{
  width: 66.666667%;
}

.tw .first\:w-1\/4:first-child{
  width: 25%;
}

.tw .first\:w-2\/4:first-child{
  width: 50%;
}

.tw .first\:w-3\/4:first-child{
  width: 75%;
}

.tw .first\:w-1\/5:first-child{
  width: 20%;
}

.tw .first\:w-2\/5:first-child{
  width: 40%;
}

.tw .first\:w-3\/5:first-child{
  width: 60%;
}

.tw .first\:w-4\/5:first-child{
  width: 80%;
}

.tw .first\:w-1\/6:first-child{
  width: 16.666667%;
}

.tw .first\:w-2\/6:first-child{
  width: 33.333333%;
}

.tw .first\:w-3\/6:first-child{
  width: 50%;
}

.tw .first\:w-4\/6:first-child{
  width: 66.666667%;
}

.tw .first\:w-5\/6:first-child{
  width: 83.333333%;
}

.tw .first\:w-1\/12:first-child{
  width: 8.333333%;
}

.tw .first\:w-2\/12:first-child{
  width: 16.666667%;
}

.tw .first\:w-3\/12:first-child{
  width: 25%;
}

.tw .first\:w-4\/12:first-child{
  width: 33.333333%;
}

.tw .first\:w-5\/12:first-child{
  width: 41.666667%;
}

.tw .first\:w-6\/12:first-child{
  width: 50%;
}

.tw .first\:w-7\/12:first-child{
  width: 58.333333%;
}

.tw .first\:w-8\/12:first-child{
  width: 66.666667%;
}

.tw .first\:w-9\/12:first-child{
  width: 75%;
}

.tw .first\:w-10\/12:first-child{
  width: 83.333333%;
}

.tw .first\:w-11\/12:first-child{
  width: 91.666667%;
}

.tw .first\:w-full:first-child{
  width: 100%;
}

.tw .first\:w-screen:first-child{
  width: 100vw;
}

.tw .first\:w-min:first-child{
  width: -moz-min-content;
  width: min-content;
}

.tw .first\:w-max:first-child{
  width: -moz-max-content;
  width: max-content;
}

.tw .first\:w-400px:first-child{
  width: 400px;
}

.tw .first\:w-430px:first-child{
  width: 430px;
}

.tw .first\:w-575px:first-child{
  width: 575px;
}

.tw .first\:w-760px:first-child{
  width: 760px;
}

.tw .first\:w-0\%:first-child{
  width: 0%;
}

.tw .first\:w-10\%:first-child{
  width: 10%;
}

.tw .first\:w-20\%:first-child{
  width: 20%;
}

.tw .first\:w-30\%:first-child{
  width: 30%;
}

.tw .first\:w-40\%:first-child{
  width: 40%;
}

.tw .first\:w-50\%:first-child{
  width: 50%;
}

.tw .first\:w-60\%:first-child{
  width: 60%;
}

.tw .first\:w-70\%:first-child{
  width: 70%;
}

.tw .first\:w-80\%:first-child{
  width: 80%;
}

.tw .first\:w-90\%:first-child{
  width: 90%;
}

.tw .first\:w-100\%:first-child{
  width: 100%;
}

.tw .min-w-0{
  min-width: 0px;
}

.tw .min-w-full{
  min-width: 100%;
}

.tw .min-w-min{
  min-width: -moz-min-content;
  min-width: min-content;
}

.tw .min-w-max{
  min-width: -moz-max-content;
  min-width: max-content;
}

.tw .max-w-0{
  max-width: 0rem;
}

.tw .max-w-none{
  max-width: none;
}

.tw .max-w-xs{
  max-width: 20rem;
}

.tw .max-w-sm{
  max-width: 24rem;
}

.tw .max-w-md{
  max-width: 28rem;
}

.tw .max-w-lg{
  max-width: 32rem;
}

.tw .max-w-xl{
  max-width: 36rem;
}

.tw .max-w-2xl{
  max-width: 42rem;
}

.tw .max-w-3xl{
  max-width: 48rem;
}

.tw .max-w-4xl{
  max-width: 56rem;
}

.tw .max-w-5xl{
  max-width: 64rem;
}

.tw .max-w-6xl{
  max-width: 72rem;
}

.tw .max-w-7xl{
  max-width: 80rem;
}

.tw .max-w-full{
  max-width: 100%;
}

.tw .max-w-min{
  max-width: -moz-min-content;
  max-width: min-content;
}

.tw .max-w-max{
  max-width: -moz-max-content;
  max-width: max-content;
}

.tw .max-w-prose{
  max-width: 65ch;
}

.tw .max-w-screen-sm{
  max-width: 640px;
}

.tw .max-w-screen-md{
  max-width: 768px;
}

.tw .max-w-screen-lg{
  max-width: 1024px;
}

.tw .max-w-screen-xl{
  max-width: 1280px;
}

.tw .max-w-300px{
  max-width: 300px;
}

.tw .max-w-360px{
  max-width: 360px;
}

.tw .max-w-400px{
  max-width: 400px;
}

.tw .max-w-760px{
  max-width: 760px;
}

.tw .max-w-1\/2{
  max-width: 50%;
}

.tw .max-w-0\%{
  max-width: 0%;
}

.tw .max-w-10\%{
  max-width: 10%;
}

.tw .max-w-20\%{
  max-width: 20%;
}

.tw .max-w-30\%{
  max-width: 30%;
}

.tw .max-w-40\%{
  max-width: 40%;
}

.tw .max-w-50\%{
  max-width: 50%;
}

.tw .max-w-60\%{
  max-width: 60%;
}

.tw .max-w-70\%{
  max-width: 70%;
}

.tw .max-w-80\%{
  max-width: 80%;
}

.tw .max-w-90\%{
  max-width: 90%;
}

.tw .max-w-100\%{
  max-width: 100%;
}

.tw .flex-1{
  flex: 1 1 0%;
}

.tw .flex-auto{
  flex: 1 1 auto;
}

.tw .flex-initial{
  flex: 0 1 auto;
}

.tw .flex-none{
  flex: none;
}

.tw .flex-shrink-0{
  flex-shrink: 0;
}

.tw .flex-shrink{
  flex-shrink: 1;
}

.tw .flex-grow-0{
  flex-grow: 0;
}

.tw .flex-grow{
  flex-grow: 1;
}

.tw .table-auto{
  table-layout: auto;
}

.tw .table-fixed{
  table-layout: fixed;
}

.tw .border-collapse{
  border-collapse: collapse;
}

.tw .border-separate{
  border-collapse: separate;
}

.tw .origin-center{
  transform-origin: center;
}

.tw .origin-top{
  transform-origin: top;
}

.tw .origin-top-right{
  transform-origin: top right;
}

.tw .origin-right{
  transform-origin: right;
}

.tw .origin-bottom-right{
  transform-origin: bottom right;
}

.tw .origin-bottom{
  transform-origin: bottom;
}

.tw .origin-bottom-left{
  transform-origin: bottom left;
}

.tw .origin-left{
  transform-origin: left;
}

.tw .origin-top-left{
  transform-origin: top left;
}

.tw .transform{
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  transform: translateX(var(--tw-translate-x)) translateY(var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.tw .transform-gpu{
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  transform: translate3d(var(--tw-translate-x), var(--tw-translate-y), 0) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.tw .transform-none{
  transform: none;
}

.tw .translate-x-0{
  --tw-translate-x: 0px;
}

.tw .translate-x-1{
  --tw-translate-x: 5px;
}

.tw .translate-x-2{
  --tw-translate-x: 10px;
}

.tw .translate-x-3{
  --tw-translate-x: 15px;
}

.tw .translate-x-4{
  --tw-translate-x: 20px;
}

.tw .translate-x-5{
  --tw-translate-x: 25px;
}

.tw .translate-x-6{
  --tw-translate-x: 30px;
}

.tw .translate-x-7{
  --tw-translate-x: 35px;
}

.tw .translate-x-8{
  --tw-translate-x: 40px;
}

.tw .translate-x-9{
  --tw-translate-x: 45px;
}

.tw .translate-x-10{
  --tw-translate-x: 50px;
}

.tw .translate-x-11{
  --tw-translate-x: 55px;
}

.tw .translate-x-12{
  --tw-translate-x: 60px;
}

.tw .translate-x-13{
  --tw-translate-x: 65px;
}

.tw .translate-x-14{
  --tw-translate-x: 70px;
}

.tw .translate-x-15{
  --tw-translate-x: 75px;
}

.tw .translate-x-16{
  --tw-translate-x: 80px;
}

.tw .translate-x-17{
  --tw-translate-x: 85px;
}

.tw .translate-x-18{
  --tw-translate-x: 90px;
}

.tw .translate-x-19{
  --tw-translate-x: 95px;
}

.tw .translate-x-20{
  --tw-translate-x: 100px;
}

.tw .translate-x-21{
  --tw-translate-x: 105px;
}

.tw .translate-x-22{
  --tw-translate-x: 110px;
}

.tw .translate-x-23{
  --tw-translate-x: 115px;
}

.tw .translate-x-24{
  --tw-translate-x: 120px;
}

.tw .translate-x-25{
  --tw-translate-x: 125px;
}

.tw .translate-x-26{
  --tw-translate-x: 130px;
}

.tw .translate-x-27{
  --tw-translate-x: 135px;
}

.tw .translate-x-28{
  --tw-translate-x: 140px;
}

.tw .translate-x-29{
  --tw-translate-x: 145px;
}

.tw .translate-x-30{
  --tw-translate-x: 150px;
}

.tw .translate-x-31{
  --tw-translate-x: 155px;
}

.tw .translate-x-32{
  --tw-translate-x: 160px;
}

.tw .translate-x-33{
  --tw-translate-x: 165px;
}

.tw .translate-x-34{
  --tw-translate-x: 170px;
}

.tw .translate-x-35{
  --tw-translate-x: 175px;
}

.tw .translate-x-36{
  --tw-translate-x: 180px;
}

.tw .translate-x-37{
  --tw-translate-x: 185px;
}

.tw .translate-x-38{
  --tw-translate-x: 190px;
}

.tw .translate-x-39{
  --tw-translate-x: 195px;
}

.tw .translate-x-40{
  --tw-translate-x: 200px;
}

.tw .translate-x-41{
  --tw-translate-x: 205px;
}

.tw .translate-x-42{
  --tw-translate-x: 210px;
}

.tw .translate-x-43{
  --tw-translate-x: 215px;
}

.tw .translate-x-44{
  --tw-translate-x: 220px;
}

.tw .translate-x-45{
  --tw-translate-x: 225px;
}

.tw .translate-x-46{
  --tw-translate-x: 230px;
}

.tw .translate-x-47{
  --tw-translate-x: 235px;
}

.tw .translate-x-48{
  --tw-translate-x: 240px;
}

.tw .translate-x-49{
  --tw-translate-x: 245px;
}

.tw .translate-x-50{
  --tw-translate-x: 250px;
}

.tw .translate-x-51{
  --tw-translate-x: 255px;
}

.tw .translate-x-52{
  --tw-translate-x: 260px;
}

.tw .translate-x-53{
  --tw-translate-x: 265px;
}

.tw .translate-x-54{
  --tw-translate-x: 270px;
}

.tw .translate-x-55{
  --tw-translate-x: 275px;
}

.tw .translate-x-56{
  --tw-translate-x: 280px;
}

.tw .translate-x-57{
  --tw-translate-x: 285px;
}

.tw .translate-x-58{
  --tw-translate-x: 290px;
}

.tw .translate-x-59{
  --tw-translate-x: 295px;
}

.tw .translate-x-60{
  --tw-translate-x: 300px;
}

.tw .translate-x-61{
  --tw-translate-x: 305px;
}

.tw .translate-x-62{
  --tw-translate-x: 310px;
}

.tw .translate-x-63{
  --tw-translate-x: 315px;
}

.tw .translate-x-64{
  --tw-translate-x: 320px;
}

.tw .translate-x-65{
  --tw-translate-x: 325px;
}

.tw .translate-x-66{
  --tw-translate-x: 330px;
}

.tw .translate-x-67{
  --tw-translate-x: 335px;
}

.tw .translate-x-68{
  --tw-translate-x: 340px;
}

.tw .translate-x-69{
  --tw-translate-x: 345px;
}

.tw .translate-x-70{
  --tw-translate-x: 350px;
}

.tw .translate-x-71{
  --tw-translate-x: 355px;
}

.tw .translate-x-72{
  --tw-translate-x: 360px;
}

.tw .translate-x-73{
  --tw-translate-x: 365px;
}

.tw .translate-x-74{
  --tw-translate-x: 370px;
}

.tw .translate-x-75{
  --tw-translate-x: 375px;
}

.tw .translate-x-76{
  --tw-translate-x: 380px;
}

.tw .translate-x-77{
  --tw-translate-x: 385px;
}

.tw .translate-x-78{
  --tw-translate-x: 390px;
}

.tw .translate-x-79{
  --tw-translate-x: 395px;
}

.tw .translate-x-80{
  --tw-translate-x: 400px;
}

.tw .translate-x-81{
  --tw-translate-x: 405px;
}

.tw .translate-x-82{
  --tw-translate-x: 410px;
}

.tw .translate-x-83{
  --tw-translate-x: 415px;
}

.tw .translate-x-84{
  --tw-translate-x: 420px;
}

.tw .translate-x-85{
  --tw-translate-x: 425px;
}

.tw .translate-x-86{
  --tw-translate-x: 430px;
}

.tw .translate-x-87{
  --tw-translate-x: 435px;
}

.tw .translate-x-88{
  --tw-translate-x: 440px;
}

.tw .translate-x-89{
  --tw-translate-x: 445px;
}

.tw .translate-x-90{
  --tw-translate-x: 450px;
}

.tw .translate-x-91{
  --tw-translate-x: 455px;
}

.tw .translate-x-92{
  --tw-translate-x: 460px;
}

.tw .translate-x-93{
  --tw-translate-x: 465px;
}

.tw .translate-x-94{
  --tw-translate-x: 470px;
}

.tw .translate-x-95{
  --tw-translate-x: 475px;
}

.tw .translate-x-96{
  --tw-translate-x: 480px;
}

.tw .translate-x-97{
  --tw-translate-x: 485px;
}

.tw .translate-x-98{
  --tw-translate-x: 490px;
}

.tw .translate-x-99{
  --tw-translate-x: 495px;
}

.tw .translate-x-100{
  --tw-translate-x: 500px;
}

.tw .translate-x-101{
  --tw-translate-x: 505px;
}

.tw .translate-x-102{
  --tw-translate-x: 510px;
}

.tw .translate-x-103{
  --tw-translate-x: 515px;
}

.tw .translate-x-104{
  --tw-translate-x: 520px;
}

.tw .translate-x-105{
  --tw-translate-x: 525px;
}

.tw .translate-x-106{
  --tw-translate-x: 530px;
}

.tw .translate-x-107{
  --tw-translate-x: 535px;
}

.tw .translate-x-108{
  --tw-translate-x: 540px;
}

.tw .translate-x-109{
  --tw-translate-x: 545px;
}

.tw .translate-x-110{
  --tw-translate-x: 550px;
}

.tw .translate-x-111{
  --tw-translate-x: 555px;
}

.tw .translate-x-112{
  --tw-translate-x: 560px;
}

.tw .translate-x-113{
  --tw-translate-x: 565px;
}

.tw .translate-x-114{
  --tw-translate-x: 570px;
}

.tw .translate-x-115{
  --tw-translate-x: 575px;
}

.tw .translate-x-116{
  --tw-translate-x: 580px;
}

.tw .translate-x-117{
  --tw-translate-x: 585px;
}

.tw .translate-x-118{
  --tw-translate-x: 590px;
}

.tw .translate-x-119{
  --tw-translate-x: 595px;
}

.tw .translate-x-120{
  --tw-translate-x: 600px;
}

.tw .translate-x-121{
  --tw-translate-x: 605px;
}

.tw .translate-x-122{
  --tw-translate-x: 610px;
}

.tw .translate-x-123{
  --tw-translate-x: 615px;
}

.tw .translate-x-124{
  --tw-translate-x: 620px;
}

.tw .translate-x-125{
  --tw-translate-x: 625px;
}

.tw .translate-x-126{
  --tw-translate-x: 630px;
}

.tw .translate-x-127{
  --tw-translate-x: 635px;
}

.tw .translate-x-128{
  --tw-translate-x: 640px;
}

.tw .translate-x-129{
  --tw-translate-x: 645px;
}

.tw .translate-x-130{
  --tw-translate-x: 650px;
}

.tw .translate-x-131{
  --tw-translate-x: 655px;
}

.tw .translate-x-132{
  --tw-translate-x: 660px;
}

.tw .translate-x-133{
  --tw-translate-x: 665px;
}

.tw .translate-x-134{
  --tw-translate-x: 670px;
}

.tw .translate-x-135{
  --tw-translate-x: 675px;
}

.tw .translate-x-136{
  --tw-translate-x: 680px;
}

.tw .translate-x-137{
  --tw-translate-x: 685px;
}

.tw .translate-x-138{
  --tw-translate-x: 690px;
}

.tw .translate-x-139{
  --tw-translate-x: 695px;
}

.tw .translate-x-140{
  --tw-translate-x: 700px;
}

.tw .translate-x-141{
  --tw-translate-x: 705px;
}

.tw .translate-x-142{
  --tw-translate-x: 710px;
}

.tw .translate-x-143{
  --tw-translate-x: 715px;
}

.tw .translate-x-144{
  --tw-translate-x: 720px;
}

.tw .translate-x-145{
  --tw-translate-x: 725px;
}

.tw .translate-x-146{
  --tw-translate-x: 730px;
}

.tw .translate-x-147{
  --tw-translate-x: 735px;
}

.tw .translate-x-148{
  --tw-translate-x: 740px;
}

.tw .translate-x-149{
  --tw-translate-x: 745px;
}

.tw .translate-x-0\.5{
  --tw-translate-x: 3px;
}

.tw .translate-x-1px{
  --tw-translate-x: 1px;
}

.tw .translate-x-2px{
  --tw-translate-x: 2px;
}

.tw .translate-x-3px{
  --tw-translate-x: 3px;
}

.tw .translate-x-4px{
  --tw-translate-x: 4px;
}

.tw .translate-x-5px{
  --tw-translate-x: 5px;
}

.tw .translate-x-6px{
  --tw-translate-x: 6px;
}

.tw .translate-x-7px{
  --tw-translate-x: 7px;
}

.tw .translate-x-8px{
  --tw-translate-x: 8px;
}

.tw .translate-x-9px{
  --tw-translate-x: 9px;
}

.tw .translate-x-10px{
  --tw-translate-x: 10px;
}

.tw .translate-x-11px{
  --tw-translate-x: 11px;
}

.tw .translate-x-12px{
  --tw-translate-x: 12px;
}

.tw .translate-x-13px{
  --tw-translate-x: 13px;
}

.tw .translate-x-14px{
  --tw-translate-x: 14px;
}

.tw .translate-x-15px{
  --tw-translate-x: 15px;
}

.tw .translate-x-16px{
  --tw-translate-x: 16px;
}

.tw .translate-x-17px{
  --tw-translate-x: 17px;
}

.tw .translate-x-18px{
  --tw-translate-x: 18px;
}

.tw .translate-x-19px{
  --tw-translate-x: 19px;
}

.tw .translate-x-20px{
  --tw-translate-x: 20px;
}

.tw .translate-x-21px{
  --tw-translate-x: 21px;
}

.tw .translate-x-22px{
  --tw-translate-x: 22px;
}

.tw .translate-x-23px{
  --tw-translate-x: 23px;
}

.tw .translate-x-24px{
  --tw-translate-x: 24px;
}

.tw .translate-x-25px{
  --tw-translate-x: 25px;
}

.tw .translate-x-26px{
  --tw-translate-x: 26px;
}

.tw .translate-x-27px{
  --tw-translate-x: 27px;
}

.tw .translate-x-28px{
  --tw-translate-x: 28px;
}

.tw .translate-x-29px{
  --tw-translate-x: 29px;
}

.tw .translate-x-30px{
  --tw-translate-x: 30px;
}

.tw .translate-x-31px{
  --tw-translate-x: 31px;
}

.tw .translate-x-32px{
  --tw-translate-x: 32px;
}

.tw .translate-x-33px{
  --tw-translate-x: 33px;
}

.tw .translate-x-34px{
  --tw-translate-x: 34px;
}

.tw .translate-x-35px{
  --tw-translate-x: 35px;
}

.tw .translate-x-36px{
  --tw-translate-x: 36px;
}

.tw .translate-x-37px{
  --tw-translate-x: 37px;
}

.tw .translate-x-38px{
  --tw-translate-x: 38px;
}

.tw .translate-x-39px{
  --tw-translate-x: 39px;
}

.tw .translate-x-40px{
  --tw-translate-x: 40px;
}

.tw .-translate-x-0{
  --tw-translate-x: 0px;
}

.tw .-translate-x-1{
  --tw-translate-x: -5px;
}

.tw .-translate-x-2{
  --tw-translate-x: -10px;
}

.tw .-translate-x-3{
  --tw-translate-x: -15px;
}

.tw .-translate-x-4{
  --tw-translate-x: -20px;
}

.tw .-translate-x-5{
  --tw-translate-x: -25px;
}

.tw .-translate-x-6{
  --tw-translate-x: -30px;
}

.tw .-translate-x-7{
  --tw-translate-x: -35px;
}

.tw .-translate-x-8{
  --tw-translate-x: -40px;
}

.tw .-translate-x-9{
  --tw-translate-x: -45px;
}

.tw .-translate-x-10{
  --tw-translate-x: -50px;
}

.tw .-translate-x-11{
  --tw-translate-x: -55px;
}

.tw .-translate-x-12{
  --tw-translate-x: -60px;
}

.tw .-translate-x-13{
  --tw-translate-x: -65px;
}

.tw .-translate-x-14{
  --tw-translate-x: -70px;
}

.tw .-translate-x-15{
  --tw-translate-x: -75px;
}

.tw .-translate-x-16{
  --tw-translate-x: -80px;
}

.tw .-translate-x-17{
  --tw-translate-x: -85px;
}

.tw .-translate-x-18{
  --tw-translate-x: -90px;
}

.tw .-translate-x-19{
  --tw-translate-x: -95px;
}

.tw .-translate-x-20{
  --tw-translate-x: -100px;
}

.tw .-translate-x-21{
  --tw-translate-x: -105px;
}

.tw .-translate-x-22{
  --tw-translate-x: -110px;
}

.tw .-translate-x-23{
  --tw-translate-x: -115px;
}

.tw .-translate-x-24{
  --tw-translate-x: -120px;
}

.tw .-translate-x-25{
  --tw-translate-x: -125px;
}

.tw .-translate-x-26{
  --tw-translate-x: -130px;
}

.tw .-translate-x-27{
  --tw-translate-x: -135px;
}

.tw .-translate-x-28{
  --tw-translate-x: -140px;
}

.tw .-translate-x-29{
  --tw-translate-x: -145px;
}

.tw .-translate-x-30{
  --tw-translate-x: -150px;
}

.tw .-translate-x-31{
  --tw-translate-x: -155px;
}

.tw .-translate-x-32{
  --tw-translate-x: -160px;
}

.tw .-translate-x-33{
  --tw-translate-x: -165px;
}

.tw .-translate-x-34{
  --tw-translate-x: -170px;
}

.tw .-translate-x-35{
  --tw-translate-x: -175px;
}

.tw .-translate-x-36{
  --tw-translate-x: -180px;
}

.tw .-translate-x-37{
  --tw-translate-x: -185px;
}

.tw .-translate-x-38{
  --tw-translate-x: -190px;
}

.tw .-translate-x-39{
  --tw-translate-x: -195px;
}

.tw .-translate-x-40{
  --tw-translate-x: -200px;
}

.tw .-translate-x-41{
  --tw-translate-x: -205px;
}

.tw .-translate-x-42{
  --tw-translate-x: -210px;
}

.tw .-translate-x-43{
  --tw-translate-x: -215px;
}

.tw .-translate-x-44{
  --tw-translate-x: -220px;
}

.tw .-translate-x-45{
  --tw-translate-x: -225px;
}

.tw .-translate-x-46{
  --tw-translate-x: -230px;
}

.tw .-translate-x-47{
  --tw-translate-x: -235px;
}

.tw .-translate-x-48{
  --tw-translate-x: -240px;
}

.tw .-translate-x-49{
  --tw-translate-x: -245px;
}

.tw .-translate-x-50{
  --tw-translate-x: -250px;
}

.tw .-translate-x-51{
  --tw-translate-x: -255px;
}

.tw .-translate-x-52{
  --tw-translate-x: -260px;
}

.tw .-translate-x-53{
  --tw-translate-x: -265px;
}

.tw .-translate-x-54{
  --tw-translate-x: -270px;
}

.tw .-translate-x-55{
  --tw-translate-x: -275px;
}

.tw .-translate-x-56{
  --tw-translate-x: -280px;
}

.tw .-translate-x-57{
  --tw-translate-x: -285px;
}

.tw .-translate-x-58{
  --tw-translate-x: -290px;
}

.tw .-translate-x-59{
  --tw-translate-x: -295px;
}

.tw .-translate-x-60{
  --tw-translate-x: -300px;
}

.tw .-translate-x-61{
  --tw-translate-x: -305px;
}

.tw .-translate-x-62{
  --tw-translate-x: -310px;
}

.tw .-translate-x-63{
  --tw-translate-x: -315px;
}

.tw .-translate-x-64{
  --tw-translate-x: -320px;
}

.tw .-translate-x-65{
  --tw-translate-x: -325px;
}

.tw .-translate-x-66{
  --tw-translate-x: -330px;
}

.tw .-translate-x-67{
  --tw-translate-x: -335px;
}

.tw .-translate-x-68{
  --tw-translate-x: -340px;
}

.tw .-translate-x-69{
  --tw-translate-x: -345px;
}

.tw .-translate-x-70{
  --tw-translate-x: -350px;
}

.tw .-translate-x-71{
  --tw-translate-x: -355px;
}

.tw .-translate-x-72{
  --tw-translate-x: -360px;
}

.tw .-translate-x-73{
  --tw-translate-x: -365px;
}

.tw .-translate-x-74{
  --tw-translate-x: -370px;
}

.tw .-translate-x-75{
  --tw-translate-x: -375px;
}

.tw .-translate-x-76{
  --tw-translate-x: -380px;
}

.tw .-translate-x-77{
  --tw-translate-x: -385px;
}

.tw .-translate-x-78{
  --tw-translate-x: -390px;
}

.tw .-translate-x-79{
  --tw-translate-x: -395px;
}

.tw .-translate-x-80{
  --tw-translate-x: -400px;
}

.tw .-translate-x-81{
  --tw-translate-x: -405px;
}

.tw .-translate-x-82{
  --tw-translate-x: -410px;
}

.tw .-translate-x-83{
  --tw-translate-x: -415px;
}

.tw .-translate-x-84{
  --tw-translate-x: -420px;
}

.tw .-translate-x-85{
  --tw-translate-x: -425px;
}

.tw .-translate-x-86{
  --tw-translate-x: -430px;
}

.tw .-translate-x-87{
  --tw-translate-x: -435px;
}

.tw .-translate-x-88{
  --tw-translate-x: -440px;
}

.tw .-translate-x-89{
  --tw-translate-x: -445px;
}

.tw .-translate-x-90{
  --tw-translate-x: -450px;
}

.tw .-translate-x-91{
  --tw-translate-x: -455px;
}

.tw .-translate-x-92{
  --tw-translate-x: -460px;
}

.tw .-translate-x-93{
  --tw-translate-x: -465px;
}

.tw .-translate-x-94{
  --tw-translate-x: -470px;
}

.tw .-translate-x-95{
  --tw-translate-x: -475px;
}

.tw .-translate-x-96{
  --tw-translate-x: -480px;
}

.tw .-translate-x-97{
  --tw-translate-x: -485px;
}

.tw .-translate-x-98{
  --tw-translate-x: -490px;
}

.tw .-translate-x-99{
  --tw-translate-x: -495px;
}

.tw .-translate-x-100{
  --tw-translate-x: -500px;
}

.tw .-translate-x-101{
  --tw-translate-x: -505px;
}

.tw .-translate-x-102{
  --tw-translate-x: -510px;
}

.tw .-translate-x-103{
  --tw-translate-x: -515px;
}

.tw .-translate-x-104{
  --tw-translate-x: -520px;
}

.tw .-translate-x-105{
  --tw-translate-x: -525px;
}

.tw .-translate-x-106{
  --tw-translate-x: -530px;
}

.tw .-translate-x-107{
  --tw-translate-x: -535px;
}

.tw .-translate-x-108{
  --tw-translate-x: -540px;
}

.tw .-translate-x-109{
  --tw-translate-x: -545px;
}

.tw .-translate-x-110{
  --tw-translate-x: -550px;
}

.tw .-translate-x-111{
  --tw-translate-x: -555px;
}

.tw .-translate-x-112{
  --tw-translate-x: -560px;
}

.tw .-translate-x-113{
  --tw-translate-x: -565px;
}

.tw .-translate-x-114{
  --tw-translate-x: -570px;
}

.tw .-translate-x-115{
  --tw-translate-x: -575px;
}

.tw .-translate-x-116{
  --tw-translate-x: -580px;
}

.tw .-translate-x-117{
  --tw-translate-x: -585px;
}

.tw .-translate-x-118{
  --tw-translate-x: -590px;
}

.tw .-translate-x-119{
  --tw-translate-x: -595px;
}

.tw .-translate-x-120{
  --tw-translate-x: -600px;
}

.tw .-translate-x-121{
  --tw-translate-x: -605px;
}

.tw .-translate-x-122{
  --tw-translate-x: -610px;
}

.tw .-translate-x-123{
  --tw-translate-x: -615px;
}

.tw .-translate-x-124{
  --tw-translate-x: -620px;
}

.tw .-translate-x-125{
  --tw-translate-x: -625px;
}

.tw .-translate-x-126{
  --tw-translate-x: -630px;
}

.tw .-translate-x-127{
  --tw-translate-x: -635px;
}

.tw .-translate-x-128{
  --tw-translate-x: -640px;
}

.tw .-translate-x-129{
  --tw-translate-x: -645px;
}

.tw .-translate-x-130{
  --tw-translate-x: -650px;
}

.tw .-translate-x-131{
  --tw-translate-x: -655px;
}

.tw .-translate-x-132{
  --tw-translate-x: -660px;
}

.tw .-translate-x-133{
  --tw-translate-x: -665px;
}

.tw .-translate-x-134{
  --tw-translate-x: -670px;
}

.tw .-translate-x-135{
  --tw-translate-x: -675px;
}

.tw .-translate-x-136{
  --tw-translate-x: -680px;
}

.tw .-translate-x-137{
  --tw-translate-x: -685px;
}

.tw .-translate-x-138{
  --tw-translate-x: -690px;
}

.tw .-translate-x-139{
  --tw-translate-x: -695px;
}

.tw .-translate-x-140{
  --tw-translate-x: -700px;
}

.tw .-translate-x-141{
  --tw-translate-x: -705px;
}

.tw .-translate-x-142{
  --tw-translate-x: -710px;
}

.tw .-translate-x-143{
  --tw-translate-x: -715px;
}

.tw .-translate-x-144{
  --tw-translate-x: -720px;
}

.tw .-translate-x-145{
  --tw-translate-x: -725px;
}

.tw .-translate-x-146{
  --tw-translate-x: -730px;
}

.tw .-translate-x-147{
  --tw-translate-x: -735px;
}

.tw .-translate-x-148{
  --tw-translate-x: -740px;
}

.tw .-translate-x-149{
  --tw-translate-x: -745px;
}

.tw .-translate-x-0\.5{
  --tw-translate-x: -3px;
}

.tw .-translate-x-1px{
  --tw-translate-x: -1px;
}

.tw .-translate-x-2px{
  --tw-translate-x: -2px;
}

.tw .-translate-x-3px{
  --tw-translate-x: -3px;
}

.tw .-translate-x-4px{
  --tw-translate-x: -4px;
}

.tw .-translate-x-5px{
  --tw-translate-x: -5px;
}

.tw .-translate-x-6px{
  --tw-translate-x: -6px;
}

.tw .-translate-x-7px{
  --tw-translate-x: -7px;
}

.tw .-translate-x-8px{
  --tw-translate-x: -8px;
}

.tw .-translate-x-9px{
  --tw-translate-x: -9px;
}

.tw .-translate-x-10px{
  --tw-translate-x: -10px;
}

.tw .-translate-x-11px{
  --tw-translate-x: -11px;
}

.tw .-translate-x-12px{
  --tw-translate-x: -12px;
}

.tw .-translate-x-13px{
  --tw-translate-x: -13px;
}

.tw .-translate-x-14px{
  --tw-translate-x: -14px;
}

.tw .-translate-x-15px{
  --tw-translate-x: -15px;
}

.tw .-translate-x-16px{
  --tw-translate-x: -16px;
}

.tw .-translate-x-17px{
  --tw-translate-x: -17px;
}

.tw .-translate-x-18px{
  --tw-translate-x: -18px;
}

.tw .-translate-x-19px{
  --tw-translate-x: -19px;
}

.tw .-translate-x-20px{
  --tw-translate-x: -20px;
}

.tw .-translate-x-21px{
  --tw-translate-x: -21px;
}

.tw .-translate-x-22px{
  --tw-translate-x: -22px;
}

.tw .-translate-x-23px{
  --tw-translate-x: -23px;
}

.tw .-translate-x-24px{
  --tw-translate-x: -24px;
}

.tw .-translate-x-25px{
  --tw-translate-x: -25px;
}

.tw .-translate-x-26px{
  --tw-translate-x: -26px;
}

.tw .-translate-x-27px{
  --tw-translate-x: -27px;
}

.tw .-translate-x-28px{
  --tw-translate-x: -28px;
}

.tw .-translate-x-29px{
  --tw-translate-x: -29px;
}

.tw .-translate-x-30px{
  --tw-translate-x: -30px;
}

.tw .-translate-x-31px{
  --tw-translate-x: -31px;
}

.tw .-translate-x-32px{
  --tw-translate-x: -32px;
}

.tw .-translate-x-33px{
  --tw-translate-x: -33px;
}

.tw .-translate-x-34px{
  --tw-translate-x: -34px;
}

.tw .-translate-x-35px{
  --tw-translate-x: -35px;
}

.tw .-translate-x-36px{
  --tw-translate-x: -36px;
}

.tw .-translate-x-37px{
  --tw-translate-x: -37px;
}

.tw .-translate-x-38px{
  --tw-translate-x: -38px;
}

.tw .-translate-x-39px{
  --tw-translate-x: -39px;
}

.tw .-translate-x-40px{
  --tw-translate-x: -40px;
}

.tw .translate-x-1\/2{
  --tw-translate-x: 50%;
}

.tw .translate-x-1\/3{
  --tw-translate-x: 33.333333%;
}

.tw .translate-x-2\/3{
  --tw-translate-x: 66.666667%;
}

.tw .translate-x-1\/4{
  --tw-translate-x: 25%;
}

.tw .translate-x-2\/4{
  --tw-translate-x: 50%;
}

.tw .translate-x-3\/4{
  --tw-translate-x: 75%;
}

.tw .translate-x-full{
  --tw-translate-x: 100%;
}

.tw .-translate-x-1\/2{
  --tw-translate-x: -50%;
}

.tw .-translate-x-1\/3{
  --tw-translate-x: -33.333333%;
}

.tw .-translate-x-2\/3{
  --tw-translate-x: -66.666667%;
}

.tw .-translate-x-1\/4{
  --tw-translate-x: -25%;
}

.tw .-translate-x-2\/4{
  --tw-translate-x: -50%;
}

.tw .-translate-x-3\/4{
  --tw-translate-x: -75%;
}

.tw .-translate-x-full{
  --tw-translate-x: -100%;
}

.tw .translate-y-0{
  --tw-translate-y: 0px;
}

.tw .translate-y-1{
  --tw-translate-y: 5px;
}

.tw .translate-y-2{
  --tw-translate-y: 10px;
}

.tw .translate-y-3{
  --tw-translate-y: 15px;
}

.tw .translate-y-4{
  --tw-translate-y: 20px;
}

.tw .translate-y-5{
  --tw-translate-y: 25px;
}

.tw .translate-y-6{
  --tw-translate-y: 30px;
}

.tw .translate-y-7{
  --tw-translate-y: 35px;
}

.tw .translate-y-8{
  --tw-translate-y: 40px;
}

.tw .translate-y-9{
  --tw-translate-y: 45px;
}

.tw .translate-y-10{
  --tw-translate-y: 50px;
}

.tw .translate-y-11{
  --tw-translate-y: 55px;
}

.tw .translate-y-12{
  --tw-translate-y: 60px;
}

.tw .translate-y-13{
  --tw-translate-y: 65px;
}

.tw .translate-y-14{
  --tw-translate-y: 70px;
}

.tw .translate-y-15{
  --tw-translate-y: 75px;
}

.tw .translate-y-16{
  --tw-translate-y: 80px;
}

.tw .translate-y-17{
  --tw-translate-y: 85px;
}

.tw .translate-y-18{
  --tw-translate-y: 90px;
}

.tw .translate-y-19{
  --tw-translate-y: 95px;
}

.tw .translate-y-20{
  --tw-translate-y: 100px;
}

.tw .translate-y-21{
  --tw-translate-y: 105px;
}

.tw .translate-y-22{
  --tw-translate-y: 110px;
}

.tw .translate-y-23{
  --tw-translate-y: 115px;
}

.tw .translate-y-24{
  --tw-translate-y: 120px;
}

.tw .translate-y-25{
  --tw-translate-y: 125px;
}

.tw .translate-y-26{
  --tw-translate-y: 130px;
}

.tw .translate-y-27{
  --tw-translate-y: 135px;
}

.tw .translate-y-28{
  --tw-translate-y: 140px;
}

.tw .translate-y-29{
  --tw-translate-y: 145px;
}

.tw .translate-y-30{
  --tw-translate-y: 150px;
}

.tw .translate-y-31{
  --tw-translate-y: 155px;
}

.tw .translate-y-32{
  --tw-translate-y: 160px;
}

.tw .translate-y-33{
  --tw-translate-y: 165px;
}

.tw .translate-y-34{
  --tw-translate-y: 170px;
}

.tw .translate-y-35{
  --tw-translate-y: 175px;
}

.tw .translate-y-36{
  --tw-translate-y: 180px;
}

.tw .translate-y-37{
  --tw-translate-y: 185px;
}

.tw .translate-y-38{
  --tw-translate-y: 190px;
}

.tw .translate-y-39{
  --tw-translate-y: 195px;
}

.tw .translate-y-40{
  --tw-translate-y: 200px;
}

.tw .translate-y-41{
  --tw-translate-y: 205px;
}

.tw .translate-y-42{
  --tw-translate-y: 210px;
}

.tw .translate-y-43{
  --tw-translate-y: 215px;
}

.tw .translate-y-44{
  --tw-translate-y: 220px;
}

.tw .translate-y-45{
  --tw-translate-y: 225px;
}

.tw .translate-y-46{
  --tw-translate-y: 230px;
}

.tw .translate-y-47{
  --tw-translate-y: 235px;
}

.tw .translate-y-48{
  --tw-translate-y: 240px;
}

.tw .translate-y-49{
  --tw-translate-y: 245px;
}

.tw .translate-y-50{
  --tw-translate-y: 250px;
}

.tw .translate-y-51{
  --tw-translate-y: 255px;
}

.tw .translate-y-52{
  --tw-translate-y: 260px;
}

.tw .translate-y-53{
  --tw-translate-y: 265px;
}

.tw .translate-y-54{
  --tw-translate-y: 270px;
}

.tw .translate-y-55{
  --tw-translate-y: 275px;
}

.tw .translate-y-56{
  --tw-translate-y: 280px;
}

.tw .translate-y-57{
  --tw-translate-y: 285px;
}

.tw .translate-y-58{
  --tw-translate-y: 290px;
}

.tw .translate-y-59{
  --tw-translate-y: 295px;
}

.tw .translate-y-60{
  --tw-translate-y: 300px;
}

.tw .translate-y-61{
  --tw-translate-y: 305px;
}

.tw .translate-y-62{
  --tw-translate-y: 310px;
}

.tw .translate-y-63{
  --tw-translate-y: 315px;
}

.tw .translate-y-64{
  --tw-translate-y: 320px;
}

.tw .translate-y-65{
  --tw-translate-y: 325px;
}

.tw .translate-y-66{
  --tw-translate-y: 330px;
}

.tw .translate-y-67{
  --tw-translate-y: 335px;
}

.tw .translate-y-68{
  --tw-translate-y: 340px;
}

.tw .translate-y-69{
  --tw-translate-y: 345px;
}

.tw .translate-y-70{
  --tw-translate-y: 350px;
}

.tw .translate-y-71{
  --tw-translate-y: 355px;
}

.tw .translate-y-72{
  --tw-translate-y: 360px;
}

.tw .translate-y-73{
  --tw-translate-y: 365px;
}

.tw .translate-y-74{
  --tw-translate-y: 370px;
}

.tw .translate-y-75{
  --tw-translate-y: 375px;
}

.tw .translate-y-76{
  --tw-translate-y: 380px;
}

.tw .translate-y-77{
  --tw-translate-y: 385px;
}

.tw .translate-y-78{
  --tw-translate-y: 390px;
}

.tw .translate-y-79{
  --tw-translate-y: 395px;
}

.tw .translate-y-80{
  --tw-translate-y: 400px;
}

.tw .translate-y-81{
  --tw-translate-y: 405px;
}

.tw .translate-y-82{
  --tw-translate-y: 410px;
}

.tw .translate-y-83{
  --tw-translate-y: 415px;
}

.tw .translate-y-84{
  --tw-translate-y: 420px;
}

.tw .translate-y-85{
  --tw-translate-y: 425px;
}

.tw .translate-y-86{
  --tw-translate-y: 430px;
}

.tw .translate-y-87{
  --tw-translate-y: 435px;
}

.tw .translate-y-88{
  --tw-translate-y: 440px;
}

.tw .translate-y-89{
  --tw-translate-y: 445px;
}

.tw .translate-y-90{
  --tw-translate-y: 450px;
}

.tw .translate-y-91{
  --tw-translate-y: 455px;
}

.tw .translate-y-92{
  --tw-translate-y: 460px;
}

.tw .translate-y-93{
  --tw-translate-y: 465px;
}

.tw .translate-y-94{
  --tw-translate-y: 470px;
}

.tw .translate-y-95{
  --tw-translate-y: 475px;
}

.tw .translate-y-96{
  --tw-translate-y: 480px;
}

.tw .translate-y-97{
  --tw-translate-y: 485px;
}

.tw .translate-y-98{
  --tw-translate-y: 490px;
}

.tw .translate-y-99{
  --tw-translate-y: 495px;
}

.tw .translate-y-100{
  --tw-translate-y: 500px;
}

.tw .translate-y-101{
  --tw-translate-y: 505px;
}

.tw .translate-y-102{
  --tw-translate-y: 510px;
}

.tw .translate-y-103{
  --tw-translate-y: 515px;
}

.tw .translate-y-104{
  --tw-translate-y: 520px;
}

.tw .translate-y-105{
  --tw-translate-y: 525px;
}

.tw .translate-y-106{
  --tw-translate-y: 530px;
}

.tw .translate-y-107{
  --tw-translate-y: 535px;
}

.tw .translate-y-108{
  --tw-translate-y: 540px;
}

.tw .translate-y-109{
  --tw-translate-y: 545px;
}

.tw .translate-y-110{
  --tw-translate-y: 550px;
}

.tw .translate-y-111{
  --tw-translate-y: 555px;
}

.tw .translate-y-112{
  --tw-translate-y: 560px;
}

.tw .translate-y-113{
  --tw-translate-y: 565px;
}

.tw .translate-y-114{
  --tw-translate-y: 570px;
}

.tw .translate-y-115{
  --tw-translate-y: 575px;
}

.tw .translate-y-116{
  --tw-translate-y: 580px;
}

.tw .translate-y-117{
  --tw-translate-y: 585px;
}

.tw .translate-y-118{
  --tw-translate-y: 590px;
}

.tw .translate-y-119{
  --tw-translate-y: 595px;
}

.tw .translate-y-120{
  --tw-translate-y: 600px;
}

.tw .translate-y-121{
  --tw-translate-y: 605px;
}

.tw .translate-y-122{
  --tw-translate-y: 610px;
}

.tw .translate-y-123{
  --tw-translate-y: 615px;
}

.tw .translate-y-124{
  --tw-translate-y: 620px;
}

.tw .translate-y-125{
  --tw-translate-y: 625px;
}

.tw .translate-y-126{
  --tw-translate-y: 630px;
}

.tw .translate-y-127{
  --tw-translate-y: 635px;
}

.tw .translate-y-128{
  --tw-translate-y: 640px;
}

.tw .translate-y-129{
  --tw-translate-y: 645px;
}

.tw .translate-y-130{
  --tw-translate-y: 650px;
}

.tw .translate-y-131{
  --tw-translate-y: 655px;
}

.tw .translate-y-132{
  --tw-translate-y: 660px;
}

.tw .translate-y-133{
  --tw-translate-y: 665px;
}

.tw .translate-y-134{
  --tw-translate-y: 670px;
}

.tw .translate-y-135{
  --tw-translate-y: 675px;
}

.tw .translate-y-136{
  --tw-translate-y: 680px;
}

.tw .translate-y-137{
  --tw-translate-y: 685px;
}

.tw .translate-y-138{
  --tw-translate-y: 690px;
}

.tw .translate-y-139{
  --tw-translate-y: 695px;
}

.tw .translate-y-140{
  --tw-translate-y: 700px;
}

.tw .translate-y-141{
  --tw-translate-y: 705px;
}

.tw .translate-y-142{
  --tw-translate-y: 710px;
}

.tw .translate-y-143{
  --tw-translate-y: 715px;
}

.tw .translate-y-144{
  --tw-translate-y: 720px;
}

.tw .translate-y-145{
  --tw-translate-y: 725px;
}

.tw .translate-y-146{
  --tw-translate-y: 730px;
}

.tw .translate-y-147{
  --tw-translate-y: 735px;
}

.tw .translate-y-148{
  --tw-translate-y: 740px;
}

.tw .translate-y-149{
  --tw-translate-y: 745px;
}

.tw .translate-y-0\.5{
  --tw-translate-y: 3px;
}

.tw .translate-y-1px{
  --tw-translate-y: 1px;
}

.tw .translate-y-2px{
  --tw-translate-y: 2px;
}

.tw .translate-y-3px{
  --tw-translate-y: 3px;
}

.tw .translate-y-4px{
  --tw-translate-y: 4px;
}

.tw .translate-y-5px{
  --tw-translate-y: 5px;
}

.tw .translate-y-6px{
  --tw-translate-y: 6px;
}

.tw .translate-y-7px{
  --tw-translate-y: 7px;
}

.tw .translate-y-8px{
  --tw-translate-y: 8px;
}

.tw .translate-y-9px{
  --tw-translate-y: 9px;
}

.tw .translate-y-10px{
  --tw-translate-y: 10px;
}

.tw .translate-y-11px{
  --tw-translate-y: 11px;
}

.tw .translate-y-12px{
  --tw-translate-y: 12px;
}

.tw .translate-y-13px{
  --tw-translate-y: 13px;
}

.tw .translate-y-14px{
  --tw-translate-y: 14px;
}

.tw .translate-y-15px{
  --tw-translate-y: 15px;
}

.tw .translate-y-16px{
  --tw-translate-y: 16px;
}

.tw .translate-y-17px{
  --tw-translate-y: 17px;
}

.tw .translate-y-18px{
  --tw-translate-y: 18px;
}

.tw .translate-y-19px{
  --tw-translate-y: 19px;
}

.tw .translate-y-20px{
  --tw-translate-y: 20px;
}

.tw .translate-y-21px{
  --tw-translate-y: 21px;
}

.tw .translate-y-22px{
  --tw-translate-y: 22px;
}

.tw .translate-y-23px{
  --tw-translate-y: 23px;
}

.tw .translate-y-24px{
  --tw-translate-y: 24px;
}

.tw .translate-y-25px{
  --tw-translate-y: 25px;
}

.tw .translate-y-26px{
  --tw-translate-y: 26px;
}

.tw .translate-y-27px{
  --tw-translate-y: 27px;
}

.tw .translate-y-28px{
  --tw-translate-y: 28px;
}

.tw .translate-y-29px{
  --tw-translate-y: 29px;
}

.tw .translate-y-30px{
  --tw-translate-y: 30px;
}

.tw .translate-y-31px{
  --tw-translate-y: 31px;
}

.tw .translate-y-32px{
  --tw-translate-y: 32px;
}

.tw .translate-y-33px{
  --tw-translate-y: 33px;
}

.tw .translate-y-34px{
  --tw-translate-y: 34px;
}

.tw .translate-y-35px{
  --tw-translate-y: 35px;
}

.tw .translate-y-36px{
  --tw-translate-y: 36px;
}

.tw .translate-y-37px{
  --tw-translate-y: 37px;
}

.tw .translate-y-38px{
  --tw-translate-y: 38px;
}

.tw .translate-y-39px{
  --tw-translate-y: 39px;
}

.tw .translate-y-40px{
  --tw-translate-y: 40px;
}

.tw .-translate-y-0{
  --tw-translate-y: 0px;
}

.tw .-translate-y-1{
  --tw-translate-y: -5px;
}

.tw .-translate-y-2{
  --tw-translate-y: -10px;
}

.tw .-translate-y-3{
  --tw-translate-y: -15px;
}

.tw .-translate-y-4{
  --tw-translate-y: -20px;
}

.tw .-translate-y-5{
  --tw-translate-y: -25px;
}

.tw .-translate-y-6{
  --tw-translate-y: -30px;
}

.tw .-translate-y-7{
  --tw-translate-y: -35px;
}

.tw .-translate-y-8{
  --tw-translate-y: -40px;
}

.tw .-translate-y-9{
  --tw-translate-y: -45px;
}

.tw .-translate-y-10{
  --tw-translate-y: -50px;
}

.tw .-translate-y-11{
  --tw-translate-y: -55px;
}

.tw .-translate-y-12{
  --tw-translate-y: -60px;
}

.tw .-translate-y-13{
  --tw-translate-y: -65px;
}

.tw .-translate-y-14{
  --tw-translate-y: -70px;
}

.tw .-translate-y-15{
  --tw-translate-y: -75px;
}

.tw .-translate-y-16{
  --tw-translate-y: -80px;
}

.tw .-translate-y-17{
  --tw-translate-y: -85px;
}

.tw .-translate-y-18{
  --tw-translate-y: -90px;
}

.tw .-translate-y-19{
  --tw-translate-y: -95px;
}

.tw .-translate-y-20{
  --tw-translate-y: -100px;
}

.tw .-translate-y-21{
  --tw-translate-y: -105px;
}

.tw .-translate-y-22{
  --tw-translate-y: -110px;
}

.tw .-translate-y-23{
  --tw-translate-y: -115px;
}

.tw .-translate-y-24{
  --tw-translate-y: -120px;
}

.tw .-translate-y-25{
  --tw-translate-y: -125px;
}

.tw .-translate-y-26{
  --tw-translate-y: -130px;
}

.tw .-translate-y-27{
  --tw-translate-y: -135px;
}

.tw .-translate-y-28{
  --tw-translate-y: -140px;
}

.tw .-translate-y-29{
  --tw-translate-y: -145px;
}

.tw .-translate-y-30{
  --tw-translate-y: -150px;
}

.tw .-translate-y-31{
  --tw-translate-y: -155px;
}

.tw .-translate-y-32{
  --tw-translate-y: -160px;
}

.tw .-translate-y-33{
  --tw-translate-y: -165px;
}

.tw .-translate-y-34{
  --tw-translate-y: -170px;
}

.tw .-translate-y-35{
  --tw-translate-y: -175px;
}

.tw .-translate-y-36{
  --tw-translate-y: -180px;
}

.tw .-translate-y-37{
  --tw-translate-y: -185px;
}

.tw .-translate-y-38{
  --tw-translate-y: -190px;
}

.tw .-translate-y-39{
  --tw-translate-y: -195px;
}

.tw .-translate-y-40{
  --tw-translate-y: -200px;
}

.tw .-translate-y-41{
  --tw-translate-y: -205px;
}

.tw .-translate-y-42{
  --tw-translate-y: -210px;
}

.tw .-translate-y-43{
  --tw-translate-y: -215px;
}

.tw .-translate-y-44{
  --tw-translate-y: -220px;
}

.tw .-translate-y-45{
  --tw-translate-y: -225px;
}

.tw .-translate-y-46{
  --tw-translate-y: -230px;
}

.tw .-translate-y-47{
  --tw-translate-y: -235px;
}

.tw .-translate-y-48{
  --tw-translate-y: -240px;
}

.tw .-translate-y-49{
  --tw-translate-y: -245px;
}

.tw .-translate-y-50{
  --tw-translate-y: -250px;
}

.tw .-translate-y-51{
  --tw-translate-y: -255px;
}

.tw .-translate-y-52{
  --tw-translate-y: -260px;
}

.tw .-translate-y-53{
  --tw-translate-y: -265px;
}

.tw .-translate-y-54{
  --tw-translate-y: -270px;
}

.tw .-translate-y-55{
  --tw-translate-y: -275px;
}

.tw .-translate-y-56{
  --tw-translate-y: -280px;
}

.tw .-translate-y-57{
  --tw-translate-y: -285px;
}

.tw .-translate-y-58{
  --tw-translate-y: -290px;
}

.tw .-translate-y-59{
  --tw-translate-y: -295px;
}

.tw .-translate-y-60{
  --tw-translate-y: -300px;
}

.tw .-translate-y-61{
  --tw-translate-y: -305px;
}

.tw .-translate-y-62{
  --tw-translate-y: -310px;
}

.tw .-translate-y-63{
  --tw-translate-y: -315px;
}

.tw .-translate-y-64{
  --tw-translate-y: -320px;
}

.tw .-translate-y-65{
  --tw-translate-y: -325px;
}

.tw .-translate-y-66{
  --tw-translate-y: -330px;
}

.tw .-translate-y-67{
  --tw-translate-y: -335px;
}

.tw .-translate-y-68{
  --tw-translate-y: -340px;
}

.tw .-translate-y-69{
  --tw-translate-y: -345px;
}

.tw .-translate-y-70{
  --tw-translate-y: -350px;
}

.tw .-translate-y-71{
  --tw-translate-y: -355px;
}

.tw .-translate-y-72{
  --tw-translate-y: -360px;
}

.tw .-translate-y-73{
  --tw-translate-y: -365px;
}

.tw .-translate-y-74{
  --tw-translate-y: -370px;
}

.tw .-translate-y-75{
  --tw-translate-y: -375px;
}

.tw .-translate-y-76{
  --tw-translate-y: -380px;
}

.tw .-translate-y-77{
  --tw-translate-y: -385px;
}

.tw .-translate-y-78{
  --tw-translate-y: -390px;
}

.tw .-translate-y-79{
  --tw-translate-y: -395px;
}

.tw .-translate-y-80{
  --tw-translate-y: -400px;
}

.tw .-translate-y-81{
  --tw-translate-y: -405px;
}

.tw .-translate-y-82{
  --tw-translate-y: -410px;
}

.tw .-translate-y-83{
  --tw-translate-y: -415px;
}

.tw .-translate-y-84{
  --tw-translate-y: -420px;
}

.tw .-translate-y-85{
  --tw-translate-y: -425px;
}

.tw .-translate-y-86{
  --tw-translate-y: -430px;
}

.tw .-translate-y-87{
  --tw-translate-y: -435px;
}

.tw .-translate-y-88{
  --tw-translate-y: -440px;
}

.tw .-translate-y-89{
  --tw-translate-y: -445px;
}

.tw .-translate-y-90{
  --tw-translate-y: -450px;
}

.tw .-translate-y-91{
  --tw-translate-y: -455px;
}

.tw .-translate-y-92{
  --tw-translate-y: -460px;
}

.tw .-translate-y-93{
  --tw-translate-y: -465px;
}

.tw .-translate-y-94{
  --tw-translate-y: -470px;
}

.tw .-translate-y-95{
  --tw-translate-y: -475px;
}

.tw .-translate-y-96{
  --tw-translate-y: -480px;
}

.tw .-translate-y-97{
  --tw-translate-y: -485px;
}

.tw .-translate-y-98{
  --tw-translate-y: -490px;
}

.tw .-translate-y-99{
  --tw-translate-y: -495px;
}

.tw .-translate-y-100{
  --tw-translate-y: -500px;
}

.tw .-translate-y-101{
  --tw-translate-y: -505px;
}

.tw .-translate-y-102{
  --tw-translate-y: -510px;
}

.tw .-translate-y-103{
  --tw-translate-y: -515px;
}

.tw .-translate-y-104{
  --tw-translate-y: -520px;
}

.tw .-translate-y-105{
  --tw-translate-y: -525px;
}

.tw .-translate-y-106{
  --tw-translate-y: -530px;
}

.tw .-translate-y-107{
  --tw-translate-y: -535px;
}

.tw .-translate-y-108{
  --tw-translate-y: -540px;
}

.tw .-translate-y-109{
  --tw-translate-y: -545px;
}

.tw .-translate-y-110{
  --tw-translate-y: -550px;
}

.tw .-translate-y-111{
  --tw-translate-y: -555px;
}

.tw .-translate-y-112{
  --tw-translate-y: -560px;
}

.tw .-translate-y-113{
  --tw-translate-y: -565px;
}

.tw .-translate-y-114{
  --tw-translate-y: -570px;
}

.tw .-translate-y-115{
  --tw-translate-y: -575px;
}

.tw .-translate-y-116{
  --tw-translate-y: -580px;
}

.tw .-translate-y-117{
  --tw-translate-y: -585px;
}

.tw .-translate-y-118{
  --tw-translate-y: -590px;
}

.tw .-translate-y-119{
  --tw-translate-y: -595px;
}

.tw .-translate-y-120{
  --tw-translate-y: -600px;
}

.tw .-translate-y-121{
  --tw-translate-y: -605px;
}

.tw .-translate-y-122{
  --tw-translate-y: -610px;
}

.tw .-translate-y-123{
  --tw-translate-y: -615px;
}

.tw .-translate-y-124{
  --tw-translate-y: -620px;
}

.tw .-translate-y-125{
  --tw-translate-y: -625px;
}

.tw .-translate-y-126{
  --tw-translate-y: -630px;
}

.tw .-translate-y-127{
  --tw-translate-y: -635px;
}

.tw .-translate-y-128{
  --tw-translate-y: -640px;
}

.tw .-translate-y-129{
  --tw-translate-y: -645px;
}

.tw .-translate-y-130{
  --tw-translate-y: -650px;
}

.tw .-translate-y-131{
  --tw-translate-y: -655px;
}

.tw .-translate-y-132{
  --tw-translate-y: -660px;
}

.tw .-translate-y-133{
  --tw-translate-y: -665px;
}

.tw .-translate-y-134{
  --tw-translate-y: -670px;
}

.tw .-translate-y-135{
  --tw-translate-y: -675px;
}

.tw .-translate-y-136{
  --tw-translate-y: -680px;
}

.tw .-translate-y-137{
  --tw-translate-y: -685px;
}

.tw .-translate-y-138{
  --tw-translate-y: -690px;
}

.tw .-translate-y-139{
  --tw-translate-y: -695px;
}

.tw .-translate-y-140{
  --tw-translate-y: -700px;
}

.tw .-translate-y-141{
  --tw-translate-y: -705px;
}

.tw .-translate-y-142{
  --tw-translate-y: -710px;
}

.tw .-translate-y-143{
  --tw-translate-y: -715px;
}

.tw .-translate-y-144{
  --tw-translate-y: -720px;
}

.tw .-translate-y-145{
  --tw-translate-y: -725px;
}

.tw .-translate-y-146{
  --tw-translate-y: -730px;
}

.tw .-translate-y-147{
  --tw-translate-y: -735px;
}

.tw .-translate-y-148{
  --tw-translate-y: -740px;
}

.tw .-translate-y-149{
  --tw-translate-y: -745px;
}

.tw .-translate-y-0\.5{
  --tw-translate-y: -3px;
}

.tw .-translate-y-1px{
  --tw-translate-y: -1px;
}

.tw .-translate-y-2px{
  --tw-translate-y: -2px;
}

.tw .-translate-y-3px{
  --tw-translate-y: -3px;
}

.tw .-translate-y-4px{
  --tw-translate-y: -4px;
}

.tw .-translate-y-5px{
  --tw-translate-y: -5px;
}

.tw .-translate-y-6px{
  --tw-translate-y: -6px;
}

.tw .-translate-y-7px{
  --tw-translate-y: -7px;
}

.tw .-translate-y-8px{
  --tw-translate-y: -8px;
}

.tw .-translate-y-9px{
  --tw-translate-y: -9px;
}

.tw .-translate-y-10px{
  --tw-translate-y: -10px;
}

.tw .-translate-y-11px{
  --tw-translate-y: -11px;
}

.tw .-translate-y-12px{
  --tw-translate-y: -12px;
}

.tw .-translate-y-13px{
  --tw-translate-y: -13px;
}

.tw .-translate-y-14px{
  --tw-translate-y: -14px;
}

.tw .-translate-y-15px{
  --tw-translate-y: -15px;
}

.tw .-translate-y-16px{
  --tw-translate-y: -16px;
}

.tw .-translate-y-17px{
  --tw-translate-y: -17px;
}

.tw .-translate-y-18px{
  --tw-translate-y: -18px;
}

.tw .-translate-y-19px{
  --tw-translate-y: -19px;
}

.tw .-translate-y-20px{
  --tw-translate-y: -20px;
}

.tw .-translate-y-21px{
  --tw-translate-y: -21px;
}

.tw .-translate-y-22px{
  --tw-translate-y: -22px;
}

.tw .-translate-y-23px{
  --tw-translate-y: -23px;
}

.tw .-translate-y-24px{
  --tw-translate-y: -24px;
}

.tw .-translate-y-25px{
  --tw-translate-y: -25px;
}

.tw .-translate-y-26px{
  --tw-translate-y: -26px;
}

.tw .-translate-y-27px{
  --tw-translate-y: -27px;
}

.tw .-translate-y-28px{
  --tw-translate-y: -28px;
}

.tw .-translate-y-29px{
  --tw-translate-y: -29px;
}

.tw .-translate-y-30px{
  --tw-translate-y: -30px;
}

.tw .-translate-y-31px{
  --tw-translate-y: -31px;
}

.tw .-translate-y-32px{
  --tw-translate-y: -32px;
}

.tw .-translate-y-33px{
  --tw-translate-y: -33px;
}

.tw .-translate-y-34px{
  --tw-translate-y: -34px;
}

.tw .-translate-y-35px{
  --tw-translate-y: -35px;
}

.tw .-translate-y-36px{
  --tw-translate-y: -36px;
}

.tw .-translate-y-37px{
  --tw-translate-y: -37px;
}

.tw .-translate-y-38px{
  --tw-translate-y: -38px;
}

.tw .-translate-y-39px{
  --tw-translate-y: -39px;
}

.tw .-translate-y-40px{
  --tw-translate-y: -40px;
}

.tw .translate-y-1\/2{
  --tw-translate-y: 50%;
}

.tw .translate-y-1\/3{
  --tw-translate-y: 33.333333%;
}

.tw .translate-y-2\/3{
  --tw-translate-y: 66.666667%;
}

.tw .translate-y-1\/4{
  --tw-translate-y: 25%;
}

.tw .translate-y-2\/4{
  --tw-translate-y: 50%;
}

.tw .translate-y-3\/4{
  --tw-translate-y: 75%;
}

.tw .translate-y-full{
  --tw-translate-y: 100%;
}

.tw .-translate-y-1\/2{
  --tw-translate-y: -50%;
}

.tw .-translate-y-1\/3{
  --tw-translate-y: -33.333333%;
}

.tw .-translate-y-2\/3{
  --tw-translate-y: -66.666667%;
}

.tw .-translate-y-1\/4{
  --tw-translate-y: -25%;
}

.tw .-translate-y-2\/4{
  --tw-translate-y: -50%;
}

.tw .-translate-y-3\/4{
  --tw-translate-y: -75%;
}

.tw .-translate-y-full{
  --tw-translate-y: -100%;
}

.tw .group:hover .group-hover\:translate-x-0{
  --tw-translate-x: 0px;
}

.tw .group:hover .group-hover\:translate-x-1{
  --tw-translate-x: 5px;
}

.tw .group:hover .group-hover\:translate-x-2{
  --tw-translate-x: 10px;
}

.tw .group:hover .group-hover\:translate-x-3{
  --tw-translate-x: 15px;
}

.tw .group:hover .group-hover\:translate-x-4{
  --tw-translate-x: 20px;
}

.tw .group:hover .group-hover\:translate-x-5{
  --tw-translate-x: 25px;
}

.tw .group:hover .group-hover\:translate-x-6{
  --tw-translate-x: 30px;
}

.tw .group:hover .group-hover\:translate-x-7{
  --tw-translate-x: 35px;
}

.tw .group:hover .group-hover\:translate-x-8{
  --tw-translate-x: 40px;
}

.tw .group:hover .group-hover\:translate-x-9{
  --tw-translate-x: 45px;
}

.tw .group:hover .group-hover\:translate-x-10{
  --tw-translate-x: 50px;
}

.tw .group:hover .group-hover\:translate-x-11{
  --tw-translate-x: 55px;
}

.tw .group:hover .group-hover\:translate-x-12{
  --tw-translate-x: 60px;
}

.tw .group:hover .group-hover\:translate-x-13{
  --tw-translate-x: 65px;
}

.tw .group:hover .group-hover\:translate-x-14{
  --tw-translate-x: 70px;
}

.tw .group:hover .group-hover\:translate-x-15{
  --tw-translate-x: 75px;
}

.tw .group:hover .group-hover\:translate-x-16{
  --tw-translate-x: 80px;
}

.tw .group:hover .group-hover\:translate-x-17{
  --tw-translate-x: 85px;
}

.tw .group:hover .group-hover\:translate-x-18{
  --tw-translate-x: 90px;
}

.tw .group:hover .group-hover\:translate-x-19{
  --tw-translate-x: 95px;
}

.tw .group:hover .group-hover\:translate-x-20{
  --tw-translate-x: 100px;
}

.tw .group:hover .group-hover\:translate-x-21{
  --tw-translate-x: 105px;
}

.tw .group:hover .group-hover\:translate-x-22{
  --tw-translate-x: 110px;
}

.tw .group:hover .group-hover\:translate-x-23{
  --tw-translate-x: 115px;
}

.tw .group:hover .group-hover\:translate-x-24{
  --tw-translate-x: 120px;
}

.tw .group:hover .group-hover\:translate-x-25{
  --tw-translate-x: 125px;
}

.tw .group:hover .group-hover\:translate-x-26{
  --tw-translate-x: 130px;
}

.tw .group:hover .group-hover\:translate-x-27{
  --tw-translate-x: 135px;
}

.tw .group:hover .group-hover\:translate-x-28{
  --tw-translate-x: 140px;
}

.tw .group:hover .group-hover\:translate-x-29{
  --tw-translate-x: 145px;
}

.tw .group:hover .group-hover\:translate-x-30{
  --tw-translate-x: 150px;
}

.tw .group:hover .group-hover\:translate-x-31{
  --tw-translate-x: 155px;
}

.tw .group:hover .group-hover\:translate-x-32{
  --tw-translate-x: 160px;
}

.tw .group:hover .group-hover\:translate-x-33{
  --tw-translate-x: 165px;
}

.tw .group:hover .group-hover\:translate-x-34{
  --tw-translate-x: 170px;
}

.tw .group:hover .group-hover\:translate-x-35{
  --tw-translate-x: 175px;
}

.tw .group:hover .group-hover\:translate-x-36{
  --tw-translate-x: 180px;
}

.tw .group:hover .group-hover\:translate-x-37{
  --tw-translate-x: 185px;
}

.tw .group:hover .group-hover\:translate-x-38{
  --tw-translate-x: 190px;
}

.tw .group:hover .group-hover\:translate-x-39{
  --tw-translate-x: 195px;
}

.tw .group:hover .group-hover\:translate-x-40{
  --tw-translate-x: 200px;
}

.tw .group:hover .group-hover\:translate-x-41{
  --tw-translate-x: 205px;
}

.tw .group:hover .group-hover\:translate-x-42{
  --tw-translate-x: 210px;
}

.tw .group:hover .group-hover\:translate-x-43{
  --tw-translate-x: 215px;
}

.tw .group:hover .group-hover\:translate-x-44{
  --tw-translate-x: 220px;
}

.tw .group:hover .group-hover\:translate-x-45{
  --tw-translate-x: 225px;
}

.tw .group:hover .group-hover\:translate-x-46{
  --tw-translate-x: 230px;
}

.tw .group:hover .group-hover\:translate-x-47{
  --tw-translate-x: 235px;
}

.tw .group:hover .group-hover\:translate-x-48{
  --tw-translate-x: 240px;
}

.tw .group:hover .group-hover\:translate-x-49{
  --tw-translate-x: 245px;
}

.tw .group:hover .group-hover\:translate-x-50{
  --tw-translate-x: 250px;
}

.tw .group:hover .group-hover\:translate-x-51{
  --tw-translate-x: 255px;
}

.tw .group:hover .group-hover\:translate-x-52{
  --tw-translate-x: 260px;
}

.tw .group:hover .group-hover\:translate-x-53{
  --tw-translate-x: 265px;
}

.tw .group:hover .group-hover\:translate-x-54{
  --tw-translate-x: 270px;
}

.tw .group:hover .group-hover\:translate-x-55{
  --tw-translate-x: 275px;
}

.tw .group:hover .group-hover\:translate-x-56{
  --tw-translate-x: 280px;
}

.tw .group:hover .group-hover\:translate-x-57{
  --tw-translate-x: 285px;
}

.tw .group:hover .group-hover\:translate-x-58{
  --tw-translate-x: 290px;
}

.tw .group:hover .group-hover\:translate-x-59{
  --tw-translate-x: 295px;
}

.tw .group:hover .group-hover\:translate-x-60{
  --tw-translate-x: 300px;
}

.tw .group:hover .group-hover\:translate-x-61{
  --tw-translate-x: 305px;
}

.tw .group:hover .group-hover\:translate-x-62{
  --tw-translate-x: 310px;
}

.tw .group:hover .group-hover\:translate-x-63{
  --tw-translate-x: 315px;
}

.tw .group:hover .group-hover\:translate-x-64{
  --tw-translate-x: 320px;
}

.tw .group:hover .group-hover\:translate-x-65{
  --tw-translate-x: 325px;
}

.tw .group:hover .group-hover\:translate-x-66{
  --tw-translate-x: 330px;
}

.tw .group:hover .group-hover\:translate-x-67{
  --tw-translate-x: 335px;
}

.tw .group:hover .group-hover\:translate-x-68{
  --tw-translate-x: 340px;
}

.tw .group:hover .group-hover\:translate-x-69{
  --tw-translate-x: 345px;
}

.tw .group:hover .group-hover\:translate-x-70{
  --tw-translate-x: 350px;
}

.tw .group:hover .group-hover\:translate-x-71{
  --tw-translate-x: 355px;
}

.tw .group:hover .group-hover\:translate-x-72{
  --tw-translate-x: 360px;
}

.tw .group:hover .group-hover\:translate-x-73{
  --tw-translate-x: 365px;
}

.tw .group:hover .group-hover\:translate-x-74{
  --tw-translate-x: 370px;
}

.tw .group:hover .group-hover\:translate-x-75{
  --tw-translate-x: 375px;
}

.tw .group:hover .group-hover\:translate-x-76{
  --tw-translate-x: 380px;
}

.tw .group:hover .group-hover\:translate-x-77{
  --tw-translate-x: 385px;
}

.tw .group:hover .group-hover\:translate-x-78{
  --tw-translate-x: 390px;
}

.tw .group:hover .group-hover\:translate-x-79{
  --tw-translate-x: 395px;
}

.tw .group:hover .group-hover\:translate-x-80{
  --tw-translate-x: 400px;
}

.tw .group:hover .group-hover\:translate-x-81{
  --tw-translate-x: 405px;
}

.tw .group:hover .group-hover\:translate-x-82{
  --tw-translate-x: 410px;
}

.tw .group:hover .group-hover\:translate-x-83{
  --tw-translate-x: 415px;
}

.tw .group:hover .group-hover\:translate-x-84{
  --tw-translate-x: 420px;
}

.tw .group:hover .group-hover\:translate-x-85{
  --tw-translate-x: 425px;
}

.tw .group:hover .group-hover\:translate-x-86{
  --tw-translate-x: 430px;
}

.tw .group:hover .group-hover\:translate-x-87{
  --tw-translate-x: 435px;
}

.tw .group:hover .group-hover\:translate-x-88{
  --tw-translate-x: 440px;
}

.tw .group:hover .group-hover\:translate-x-89{
  --tw-translate-x: 445px;
}

.tw .group:hover .group-hover\:translate-x-90{
  --tw-translate-x: 450px;
}

.tw .group:hover .group-hover\:translate-x-91{
  --tw-translate-x: 455px;
}

.tw .group:hover .group-hover\:translate-x-92{
  --tw-translate-x: 460px;
}

.tw .group:hover .group-hover\:translate-x-93{
  --tw-translate-x: 465px;
}

.tw .group:hover .group-hover\:translate-x-94{
  --tw-translate-x: 470px;
}

.tw .group:hover .group-hover\:translate-x-95{
  --tw-translate-x: 475px;
}

.tw .group:hover .group-hover\:translate-x-96{
  --tw-translate-x: 480px;
}

.tw .group:hover .group-hover\:translate-x-97{
  --tw-translate-x: 485px;
}

.tw .group:hover .group-hover\:translate-x-98{
  --tw-translate-x: 490px;
}

.tw .group:hover .group-hover\:translate-x-99{
  --tw-translate-x: 495px;
}

.tw .group:hover .group-hover\:translate-x-100{
  --tw-translate-x: 500px;
}

.tw .group:hover .group-hover\:translate-x-101{
  --tw-translate-x: 505px;
}

.tw .group:hover .group-hover\:translate-x-102{
  --tw-translate-x: 510px;
}

.tw .group:hover .group-hover\:translate-x-103{
  --tw-translate-x: 515px;
}

.tw .group:hover .group-hover\:translate-x-104{
  --tw-translate-x: 520px;
}

.tw .group:hover .group-hover\:translate-x-105{
  --tw-translate-x: 525px;
}

.tw .group:hover .group-hover\:translate-x-106{
  --tw-translate-x: 530px;
}

.tw .group:hover .group-hover\:translate-x-107{
  --tw-translate-x: 535px;
}

.tw .group:hover .group-hover\:translate-x-108{
  --tw-translate-x: 540px;
}

.tw .group:hover .group-hover\:translate-x-109{
  --tw-translate-x: 545px;
}

.tw .group:hover .group-hover\:translate-x-110{
  --tw-translate-x: 550px;
}

.tw .group:hover .group-hover\:translate-x-111{
  --tw-translate-x: 555px;
}

.tw .group:hover .group-hover\:translate-x-112{
  --tw-translate-x: 560px;
}

.tw .group:hover .group-hover\:translate-x-113{
  --tw-translate-x: 565px;
}

.tw .group:hover .group-hover\:translate-x-114{
  --tw-translate-x: 570px;
}

.tw .group:hover .group-hover\:translate-x-115{
  --tw-translate-x: 575px;
}

.tw .group:hover .group-hover\:translate-x-116{
  --tw-translate-x: 580px;
}

.tw .group:hover .group-hover\:translate-x-117{
  --tw-translate-x: 585px;
}

.tw .group:hover .group-hover\:translate-x-118{
  --tw-translate-x: 590px;
}

.tw .group:hover .group-hover\:translate-x-119{
  --tw-translate-x: 595px;
}

.tw .group:hover .group-hover\:translate-x-120{
  --tw-translate-x: 600px;
}

.tw .group:hover .group-hover\:translate-x-121{
  --tw-translate-x: 605px;
}

.tw .group:hover .group-hover\:translate-x-122{
  --tw-translate-x: 610px;
}

.tw .group:hover .group-hover\:translate-x-123{
  --tw-translate-x: 615px;
}

.tw .group:hover .group-hover\:translate-x-124{
  --tw-translate-x: 620px;
}

.tw .group:hover .group-hover\:translate-x-125{
  --tw-translate-x: 625px;
}

.tw .group:hover .group-hover\:translate-x-126{
  --tw-translate-x: 630px;
}

.tw .group:hover .group-hover\:translate-x-127{
  --tw-translate-x: 635px;
}

.tw .group:hover .group-hover\:translate-x-128{
  --tw-translate-x: 640px;
}

.tw .group:hover .group-hover\:translate-x-129{
  --tw-translate-x: 645px;
}

.tw .group:hover .group-hover\:translate-x-130{
  --tw-translate-x: 650px;
}

.tw .group:hover .group-hover\:translate-x-131{
  --tw-translate-x: 655px;
}

.tw .group:hover .group-hover\:translate-x-132{
  --tw-translate-x: 660px;
}

.tw .group:hover .group-hover\:translate-x-133{
  --tw-translate-x: 665px;
}

.tw .group:hover .group-hover\:translate-x-134{
  --tw-translate-x: 670px;
}

.tw .group:hover .group-hover\:translate-x-135{
  --tw-translate-x: 675px;
}

.tw .group:hover .group-hover\:translate-x-136{
  --tw-translate-x: 680px;
}

.tw .group:hover .group-hover\:translate-x-137{
  --tw-translate-x: 685px;
}

.tw .group:hover .group-hover\:translate-x-138{
  --tw-translate-x: 690px;
}

.tw .group:hover .group-hover\:translate-x-139{
  --tw-translate-x: 695px;
}

.tw .group:hover .group-hover\:translate-x-140{
  --tw-translate-x: 700px;
}

.tw .group:hover .group-hover\:translate-x-141{
  --tw-translate-x: 705px;
}

.tw .group:hover .group-hover\:translate-x-142{
  --tw-translate-x: 710px;
}

.tw .group:hover .group-hover\:translate-x-143{
  --tw-translate-x: 715px;
}

.tw .group:hover .group-hover\:translate-x-144{
  --tw-translate-x: 720px;
}

.tw .group:hover .group-hover\:translate-x-145{
  --tw-translate-x: 725px;
}

.tw .group:hover .group-hover\:translate-x-146{
  --tw-translate-x: 730px;
}

.tw .group:hover .group-hover\:translate-x-147{
  --tw-translate-x: 735px;
}

.tw .group:hover .group-hover\:translate-x-148{
  --tw-translate-x: 740px;
}

.tw .group:hover .group-hover\:translate-x-149{
  --tw-translate-x: 745px;
}

.tw .group:hover .group-hover\:translate-x-0\.5{
  --tw-translate-x: 3px;
}

.tw .group:hover .group-hover\:translate-x-1px{
  --tw-translate-x: 1px;
}

.tw .group:hover .group-hover\:translate-x-2px{
  --tw-translate-x: 2px;
}

.tw .group:hover .group-hover\:translate-x-3px{
  --tw-translate-x: 3px;
}

.tw .group:hover .group-hover\:translate-x-4px{
  --tw-translate-x: 4px;
}

.tw .group:hover .group-hover\:translate-x-5px{
  --tw-translate-x: 5px;
}

.tw .group:hover .group-hover\:translate-x-6px{
  --tw-translate-x: 6px;
}

.tw .group:hover .group-hover\:translate-x-7px{
  --tw-translate-x: 7px;
}

.tw .group:hover .group-hover\:translate-x-8px{
  --tw-translate-x: 8px;
}

.tw .group:hover .group-hover\:translate-x-9px{
  --tw-translate-x: 9px;
}

.tw .group:hover .group-hover\:translate-x-10px{
  --tw-translate-x: 10px;
}

.tw .group:hover .group-hover\:translate-x-11px{
  --tw-translate-x: 11px;
}

.tw .group:hover .group-hover\:translate-x-12px{
  --tw-translate-x: 12px;
}

.tw .group:hover .group-hover\:translate-x-13px{
  --tw-translate-x: 13px;
}

.tw .group:hover .group-hover\:translate-x-14px{
  --tw-translate-x: 14px;
}

.tw .group:hover .group-hover\:translate-x-15px{
  --tw-translate-x: 15px;
}

.tw .group:hover .group-hover\:translate-x-16px{
  --tw-translate-x: 16px;
}

.tw .group:hover .group-hover\:translate-x-17px{
  --tw-translate-x: 17px;
}

.tw .group:hover .group-hover\:translate-x-18px{
  --tw-translate-x: 18px;
}

.tw .group:hover .group-hover\:translate-x-19px{
  --tw-translate-x: 19px;
}

.tw .group:hover .group-hover\:translate-x-20px{
  --tw-translate-x: 20px;
}

.tw .group:hover .group-hover\:translate-x-21px{
  --tw-translate-x: 21px;
}

.tw .group:hover .group-hover\:translate-x-22px{
  --tw-translate-x: 22px;
}

.tw .group:hover .group-hover\:translate-x-23px{
  --tw-translate-x: 23px;
}

.tw .group:hover .group-hover\:translate-x-24px{
  --tw-translate-x: 24px;
}

.tw .group:hover .group-hover\:translate-x-25px{
  --tw-translate-x: 25px;
}

.tw .group:hover .group-hover\:translate-x-26px{
  --tw-translate-x: 26px;
}

.tw .group:hover .group-hover\:translate-x-27px{
  --tw-translate-x: 27px;
}

.tw .group:hover .group-hover\:translate-x-28px{
  --tw-translate-x: 28px;
}

.tw .group:hover .group-hover\:translate-x-29px{
  --tw-translate-x: 29px;
}

.tw .group:hover .group-hover\:translate-x-30px{
  --tw-translate-x: 30px;
}

.tw .group:hover .group-hover\:translate-x-31px{
  --tw-translate-x: 31px;
}

.tw .group:hover .group-hover\:translate-x-32px{
  --tw-translate-x: 32px;
}

.tw .group:hover .group-hover\:translate-x-33px{
  --tw-translate-x: 33px;
}

.tw .group:hover .group-hover\:translate-x-34px{
  --tw-translate-x: 34px;
}

.tw .group:hover .group-hover\:translate-x-35px{
  --tw-translate-x: 35px;
}

.tw .group:hover .group-hover\:translate-x-36px{
  --tw-translate-x: 36px;
}

.tw .group:hover .group-hover\:translate-x-37px{
  --tw-translate-x: 37px;
}

.tw .group:hover .group-hover\:translate-x-38px{
  --tw-translate-x: 38px;
}

.tw .group:hover .group-hover\:translate-x-39px{
  --tw-translate-x: 39px;
}

.tw .group:hover .group-hover\:translate-x-40px{
  --tw-translate-x: 40px;
}

.tw .group:hover .group-hover\:-translate-x-0{
  --tw-translate-x: 0px;
}

.tw .group:hover .group-hover\:-translate-x-1{
  --tw-translate-x: -5px;
}

.tw .group:hover .group-hover\:-translate-x-2{
  --tw-translate-x: -10px;
}

.tw .group:hover .group-hover\:-translate-x-3{
  --tw-translate-x: -15px;
}

.tw .group:hover .group-hover\:-translate-x-4{
  --tw-translate-x: -20px;
}

.tw .group:hover .group-hover\:-translate-x-5{
  --tw-translate-x: -25px;
}

.tw .group:hover .group-hover\:-translate-x-6{
  --tw-translate-x: -30px;
}

.tw .group:hover .group-hover\:-translate-x-7{
  --tw-translate-x: -35px;
}

.tw .group:hover .group-hover\:-translate-x-8{
  --tw-translate-x: -40px;
}

.tw .group:hover .group-hover\:-translate-x-9{
  --tw-translate-x: -45px;
}

.tw .group:hover .group-hover\:-translate-x-10{
  --tw-translate-x: -50px;
}

.tw .group:hover .group-hover\:-translate-x-11{
  --tw-translate-x: -55px;
}

.tw .group:hover .group-hover\:-translate-x-12{
  --tw-translate-x: -60px;
}

.tw .group:hover .group-hover\:-translate-x-13{
  --tw-translate-x: -65px;
}

.tw .group:hover .group-hover\:-translate-x-14{
  --tw-translate-x: -70px;
}

.tw .group:hover .group-hover\:-translate-x-15{
  --tw-translate-x: -75px;
}

.tw .group:hover .group-hover\:-translate-x-16{
  --tw-translate-x: -80px;
}

.tw .group:hover .group-hover\:-translate-x-17{
  --tw-translate-x: -85px;
}

.tw .group:hover .group-hover\:-translate-x-18{
  --tw-translate-x: -90px;
}

.tw .group:hover .group-hover\:-translate-x-19{
  --tw-translate-x: -95px;
}

.tw .group:hover .group-hover\:-translate-x-20{
  --tw-translate-x: -100px;
}

.tw .group:hover .group-hover\:-translate-x-21{
  --tw-translate-x: -105px;
}

.tw .group:hover .group-hover\:-translate-x-22{
  --tw-translate-x: -110px;
}

.tw .group:hover .group-hover\:-translate-x-23{
  --tw-translate-x: -115px;
}

.tw .group:hover .group-hover\:-translate-x-24{
  --tw-translate-x: -120px;
}

.tw .group:hover .group-hover\:-translate-x-25{
  --tw-translate-x: -125px;
}

.tw .group:hover .group-hover\:-translate-x-26{
  --tw-translate-x: -130px;
}

.tw .group:hover .group-hover\:-translate-x-27{
  --tw-translate-x: -135px;
}

.tw .group:hover .group-hover\:-translate-x-28{
  --tw-translate-x: -140px;
}

.tw .group:hover .group-hover\:-translate-x-29{
  --tw-translate-x: -145px;
}

.tw .group:hover .group-hover\:-translate-x-30{
  --tw-translate-x: -150px;
}

.tw .group:hover .group-hover\:-translate-x-31{
  --tw-translate-x: -155px;
}

.tw .group:hover .group-hover\:-translate-x-32{
  --tw-translate-x: -160px;
}

.tw .group:hover .group-hover\:-translate-x-33{
  --tw-translate-x: -165px;
}

.tw .group:hover .group-hover\:-translate-x-34{
  --tw-translate-x: -170px;
}

.tw .group:hover .group-hover\:-translate-x-35{
  --tw-translate-x: -175px;
}

.tw .group:hover .group-hover\:-translate-x-36{
  --tw-translate-x: -180px;
}

.tw .group:hover .group-hover\:-translate-x-37{
  --tw-translate-x: -185px;
}

.tw .group:hover .group-hover\:-translate-x-38{
  --tw-translate-x: -190px;
}

.tw .group:hover .group-hover\:-translate-x-39{
  --tw-translate-x: -195px;
}

.tw .group:hover .group-hover\:-translate-x-40{
  --tw-translate-x: -200px;
}

.tw .group:hover .group-hover\:-translate-x-41{
  --tw-translate-x: -205px;
}

.tw .group:hover .group-hover\:-translate-x-42{
  --tw-translate-x: -210px;
}

.tw .group:hover .group-hover\:-translate-x-43{
  --tw-translate-x: -215px;
}

.tw .group:hover .group-hover\:-translate-x-44{
  --tw-translate-x: -220px;
}

.tw .group:hover .group-hover\:-translate-x-45{
  --tw-translate-x: -225px;
}

.tw .group:hover .group-hover\:-translate-x-46{
  --tw-translate-x: -230px;
}

.tw .group:hover .group-hover\:-translate-x-47{
  --tw-translate-x: -235px;
}

.tw .group:hover .group-hover\:-translate-x-48{
  --tw-translate-x: -240px;
}

.tw .group:hover .group-hover\:-translate-x-49{
  --tw-translate-x: -245px;
}

.tw .group:hover .group-hover\:-translate-x-50{
  --tw-translate-x: -250px;
}

.tw .group:hover .group-hover\:-translate-x-51{
  --tw-translate-x: -255px;
}

.tw .group:hover .group-hover\:-translate-x-52{
  --tw-translate-x: -260px;
}

.tw .group:hover .group-hover\:-translate-x-53{
  --tw-translate-x: -265px;
}

.tw .group:hover .group-hover\:-translate-x-54{
  --tw-translate-x: -270px;
}

.tw .group:hover .group-hover\:-translate-x-55{
  --tw-translate-x: -275px;
}

.tw .group:hover .group-hover\:-translate-x-56{
  --tw-translate-x: -280px;
}

.tw .group:hover .group-hover\:-translate-x-57{
  --tw-translate-x: -285px;
}

.tw .group:hover .group-hover\:-translate-x-58{
  --tw-translate-x: -290px;
}

.tw .group:hover .group-hover\:-translate-x-59{
  --tw-translate-x: -295px;
}

.tw .group:hover .group-hover\:-translate-x-60{
  --tw-translate-x: -300px;
}

.tw .group:hover .group-hover\:-translate-x-61{
  --tw-translate-x: -305px;
}

.tw .group:hover .group-hover\:-translate-x-62{
  --tw-translate-x: -310px;
}

.tw .group:hover .group-hover\:-translate-x-63{
  --tw-translate-x: -315px;
}

.tw .group:hover .group-hover\:-translate-x-64{
  --tw-translate-x: -320px;
}

.tw .group:hover .group-hover\:-translate-x-65{
  --tw-translate-x: -325px;
}

.tw .group:hover .group-hover\:-translate-x-66{
  --tw-translate-x: -330px;
}

.tw .group:hover .group-hover\:-translate-x-67{
  --tw-translate-x: -335px;
}

.tw .group:hover .group-hover\:-translate-x-68{
  --tw-translate-x: -340px;
}

.tw .group:hover .group-hover\:-translate-x-69{
  --tw-translate-x: -345px;
}

.tw .group:hover .group-hover\:-translate-x-70{
  --tw-translate-x: -350px;
}

.tw .group:hover .group-hover\:-translate-x-71{
  --tw-translate-x: -355px;
}

.tw .group:hover .group-hover\:-translate-x-72{
  --tw-translate-x: -360px;
}

.tw .group:hover .group-hover\:-translate-x-73{
  --tw-translate-x: -365px;
}

.tw .group:hover .group-hover\:-translate-x-74{
  --tw-translate-x: -370px;
}

.tw .group:hover .group-hover\:-translate-x-75{
  --tw-translate-x: -375px;
}

.tw .group:hover .group-hover\:-translate-x-76{
  --tw-translate-x: -380px;
}

.tw .group:hover .group-hover\:-translate-x-77{
  --tw-translate-x: -385px;
}

.tw .group:hover .group-hover\:-translate-x-78{
  --tw-translate-x: -390px;
}

.tw .group:hover .group-hover\:-translate-x-79{
  --tw-translate-x: -395px;
}

.tw .group:hover .group-hover\:-translate-x-80{
  --tw-translate-x: -400px;
}

.tw .group:hover .group-hover\:-translate-x-81{
  --tw-translate-x: -405px;
}

.tw .group:hover .group-hover\:-translate-x-82{
  --tw-translate-x: -410px;
}

.tw .group:hover .group-hover\:-translate-x-83{
  --tw-translate-x: -415px;
}

.tw .group:hover .group-hover\:-translate-x-84{
  --tw-translate-x: -420px;
}

.tw .group:hover .group-hover\:-translate-x-85{
  --tw-translate-x: -425px;
}

.tw .group:hover .group-hover\:-translate-x-86{
  --tw-translate-x: -430px;
}

.tw .group:hover .group-hover\:-translate-x-87{
  --tw-translate-x: -435px;
}

.tw .group:hover .group-hover\:-translate-x-88{
  --tw-translate-x: -440px;
}

.tw .group:hover .group-hover\:-translate-x-89{
  --tw-translate-x: -445px;
}

.tw .group:hover .group-hover\:-translate-x-90{
  --tw-translate-x: -450px;
}

.tw .group:hover .group-hover\:-translate-x-91{
  --tw-translate-x: -455px;
}

.tw .group:hover .group-hover\:-translate-x-92{
  --tw-translate-x: -460px;
}

.tw .group:hover .group-hover\:-translate-x-93{
  --tw-translate-x: -465px;
}

.tw .group:hover .group-hover\:-translate-x-94{
  --tw-translate-x: -470px;
}

.tw .group:hover .group-hover\:-translate-x-95{
  --tw-translate-x: -475px;
}

.tw .group:hover .group-hover\:-translate-x-96{
  --tw-translate-x: -480px;
}

.tw .group:hover .group-hover\:-translate-x-97{
  --tw-translate-x: -485px;
}

.tw .group:hover .group-hover\:-translate-x-98{
  --tw-translate-x: -490px;
}

.tw .group:hover .group-hover\:-translate-x-99{
  --tw-translate-x: -495px;
}

.tw .group:hover .group-hover\:-translate-x-100{
  --tw-translate-x: -500px;
}

.tw .group:hover .group-hover\:-translate-x-101{
  --tw-translate-x: -505px;
}

.tw .group:hover .group-hover\:-translate-x-102{
  --tw-translate-x: -510px;
}

.tw .group:hover .group-hover\:-translate-x-103{
  --tw-translate-x: -515px;
}

.tw .group:hover .group-hover\:-translate-x-104{
  --tw-translate-x: -520px;
}

.tw .group:hover .group-hover\:-translate-x-105{
  --tw-translate-x: -525px;
}

.tw .group:hover .group-hover\:-translate-x-106{
  --tw-translate-x: -530px;
}

.tw .group:hover .group-hover\:-translate-x-107{
  --tw-translate-x: -535px;
}

.tw .group:hover .group-hover\:-translate-x-108{
  --tw-translate-x: -540px;
}

.tw .group:hover .group-hover\:-translate-x-109{
  --tw-translate-x: -545px;
}

.tw .group:hover .group-hover\:-translate-x-110{
  --tw-translate-x: -550px;
}

.tw .group:hover .group-hover\:-translate-x-111{
  --tw-translate-x: -555px;
}

.tw .group:hover .group-hover\:-translate-x-112{
  --tw-translate-x: -560px;
}

.tw .group:hover .group-hover\:-translate-x-113{
  --tw-translate-x: -565px;
}

.tw .group:hover .group-hover\:-translate-x-114{
  --tw-translate-x: -570px;
}

.tw .group:hover .group-hover\:-translate-x-115{
  --tw-translate-x: -575px;
}

.tw .group:hover .group-hover\:-translate-x-116{
  --tw-translate-x: -580px;
}

.tw .group:hover .group-hover\:-translate-x-117{
  --tw-translate-x: -585px;
}

.tw .group:hover .group-hover\:-translate-x-118{
  --tw-translate-x: -590px;
}

.tw .group:hover .group-hover\:-translate-x-119{
  --tw-translate-x: -595px;
}

.tw .group:hover .group-hover\:-translate-x-120{
  --tw-translate-x: -600px;
}

.tw .group:hover .group-hover\:-translate-x-121{
  --tw-translate-x: -605px;
}

.tw .group:hover .group-hover\:-translate-x-122{
  --tw-translate-x: -610px;
}

.tw .group:hover .group-hover\:-translate-x-123{
  --tw-translate-x: -615px;
}

.tw .group:hover .group-hover\:-translate-x-124{
  --tw-translate-x: -620px;
}

.tw .group:hover .group-hover\:-translate-x-125{
  --tw-translate-x: -625px;
}

.tw .group:hover .group-hover\:-translate-x-126{
  --tw-translate-x: -630px;
}

.tw .group:hover .group-hover\:-translate-x-127{
  --tw-translate-x: -635px;
}

.tw .group:hover .group-hover\:-translate-x-128{
  --tw-translate-x: -640px;
}

.tw .group:hover .group-hover\:-translate-x-129{
  --tw-translate-x: -645px;
}

.tw .group:hover .group-hover\:-translate-x-130{
  --tw-translate-x: -650px;
}

.tw .group:hover .group-hover\:-translate-x-131{
  --tw-translate-x: -655px;
}

.tw .group:hover .group-hover\:-translate-x-132{
  --tw-translate-x: -660px;
}

.tw .group:hover .group-hover\:-translate-x-133{
  --tw-translate-x: -665px;
}

.tw .group:hover .group-hover\:-translate-x-134{
  --tw-translate-x: -670px;
}

.tw .group:hover .group-hover\:-translate-x-135{
  --tw-translate-x: -675px;
}

.tw .group:hover .group-hover\:-translate-x-136{
  --tw-translate-x: -680px;
}

.tw .group:hover .group-hover\:-translate-x-137{
  --tw-translate-x: -685px;
}

.tw .group:hover .group-hover\:-translate-x-138{
  --tw-translate-x: -690px;
}

.tw .group:hover .group-hover\:-translate-x-139{
  --tw-translate-x: -695px;
}

.tw .group:hover .group-hover\:-translate-x-140{
  --tw-translate-x: -700px;
}

.tw .group:hover .group-hover\:-translate-x-141{
  --tw-translate-x: -705px;
}

.tw .group:hover .group-hover\:-translate-x-142{
  --tw-translate-x: -710px;
}

.tw .group:hover .group-hover\:-translate-x-143{
  --tw-translate-x: -715px;
}

.tw .group:hover .group-hover\:-translate-x-144{
  --tw-translate-x: -720px;
}

.tw .group:hover .group-hover\:-translate-x-145{
  --tw-translate-x: -725px;
}

.tw .group:hover .group-hover\:-translate-x-146{
  --tw-translate-x: -730px;
}

.tw .group:hover .group-hover\:-translate-x-147{
  --tw-translate-x: -735px;
}

.tw .group:hover .group-hover\:-translate-x-148{
  --tw-translate-x: -740px;
}

.tw .group:hover .group-hover\:-translate-x-149{
  --tw-translate-x: -745px;
}

.tw .group:hover .group-hover\:-translate-x-0\.5{
  --tw-translate-x: -3px;
}

.tw .group:hover .group-hover\:-translate-x-1px{
  --tw-translate-x: -1px;
}

.tw .group:hover .group-hover\:-translate-x-2px{
  --tw-translate-x: -2px;
}

.tw .group:hover .group-hover\:-translate-x-3px{
  --tw-translate-x: -3px;
}

.tw .group:hover .group-hover\:-translate-x-4px{
  --tw-translate-x: -4px;
}

.tw .group:hover .group-hover\:-translate-x-5px{
  --tw-translate-x: -5px;
}

.tw .group:hover .group-hover\:-translate-x-6px{
  --tw-translate-x: -6px;
}

.tw .group:hover .group-hover\:-translate-x-7px{
  --tw-translate-x: -7px;
}

.tw .group:hover .group-hover\:-translate-x-8px{
  --tw-translate-x: -8px;
}

.tw .group:hover .group-hover\:-translate-x-9px{
  --tw-translate-x: -9px;
}

.tw .group:hover .group-hover\:-translate-x-10px{
  --tw-translate-x: -10px;
}

.tw .group:hover .group-hover\:-translate-x-11px{
  --tw-translate-x: -11px;
}

.tw .group:hover .group-hover\:-translate-x-12px{
  --tw-translate-x: -12px;
}

.tw .group:hover .group-hover\:-translate-x-13px{
  --tw-translate-x: -13px;
}

.tw .group:hover .group-hover\:-translate-x-14px{
  --tw-translate-x: -14px;
}

.tw .group:hover .group-hover\:-translate-x-15px{
  --tw-translate-x: -15px;
}

.tw .group:hover .group-hover\:-translate-x-16px{
  --tw-translate-x: -16px;
}

.tw .group:hover .group-hover\:-translate-x-17px{
  --tw-translate-x: -17px;
}

.tw .group:hover .group-hover\:-translate-x-18px{
  --tw-translate-x: -18px;
}

.tw .group:hover .group-hover\:-translate-x-19px{
  --tw-translate-x: -19px;
}

.tw .group:hover .group-hover\:-translate-x-20px{
  --tw-translate-x: -20px;
}

.tw .group:hover .group-hover\:-translate-x-21px{
  --tw-translate-x: -21px;
}

.tw .group:hover .group-hover\:-translate-x-22px{
  --tw-translate-x: -22px;
}

.tw .group:hover .group-hover\:-translate-x-23px{
  --tw-translate-x: -23px;
}

.tw .group:hover .group-hover\:-translate-x-24px{
  --tw-translate-x: -24px;
}

.tw .group:hover .group-hover\:-translate-x-25px{
  --tw-translate-x: -25px;
}

.tw .group:hover .group-hover\:-translate-x-26px{
  --tw-translate-x: -26px;
}

.tw .group:hover .group-hover\:-translate-x-27px{
  --tw-translate-x: -27px;
}

.tw .group:hover .group-hover\:-translate-x-28px{
  --tw-translate-x: -28px;
}

.tw .group:hover .group-hover\:-translate-x-29px{
  --tw-translate-x: -29px;
}

.tw .group:hover .group-hover\:-translate-x-30px{
  --tw-translate-x: -30px;
}

.tw .group:hover .group-hover\:-translate-x-31px{
  --tw-translate-x: -31px;
}

.tw .group:hover .group-hover\:-translate-x-32px{
  --tw-translate-x: -32px;
}

.tw .group:hover .group-hover\:-translate-x-33px{
  --tw-translate-x: -33px;
}

.tw .group:hover .group-hover\:-translate-x-34px{
  --tw-translate-x: -34px;
}

.tw .group:hover .group-hover\:-translate-x-35px{
  --tw-translate-x: -35px;
}

.tw .group:hover .group-hover\:-translate-x-36px{
  --tw-translate-x: -36px;
}

.tw .group:hover .group-hover\:-translate-x-37px{
  --tw-translate-x: -37px;
}

.tw .group:hover .group-hover\:-translate-x-38px{
  --tw-translate-x: -38px;
}

.tw .group:hover .group-hover\:-translate-x-39px{
  --tw-translate-x: -39px;
}

.tw .group:hover .group-hover\:-translate-x-40px{
  --tw-translate-x: -40px;
}

.tw .group:hover .group-hover\:translate-x-1\/2{
  --tw-translate-x: 50%;
}

.tw .group:hover .group-hover\:translate-x-1\/3{
  --tw-translate-x: 33.333333%;
}

.tw .group:hover .group-hover\:translate-x-2\/3{
  --tw-translate-x: 66.666667%;
}

.tw .group:hover .group-hover\:translate-x-1\/4{
  --tw-translate-x: 25%;
}

.tw .group:hover .group-hover\:translate-x-2\/4{
  --tw-translate-x: 50%;
}

.tw .group:hover .group-hover\:translate-x-3\/4{
  --tw-translate-x: 75%;
}

.tw .group:hover .group-hover\:translate-x-full{
  --tw-translate-x: 100%;
}

.tw .group:hover .group-hover\:-translate-x-1\/2{
  --tw-translate-x: -50%;
}

.tw .group:hover .group-hover\:-translate-x-1\/3{
  --tw-translate-x: -33.333333%;
}

.tw .group:hover .group-hover\:-translate-x-2\/3{
  --tw-translate-x: -66.666667%;
}

.tw .group:hover .group-hover\:-translate-x-1\/4{
  --tw-translate-x: -25%;
}

.tw .group:hover .group-hover\:-translate-x-2\/4{
  --tw-translate-x: -50%;
}

.tw .group:hover .group-hover\:-translate-x-3\/4{
  --tw-translate-x: -75%;
}

.tw .group:hover .group-hover\:-translate-x-full{
  --tw-translate-x: -100%;
}

.tw .group:hover .group-hover\:translate-y-0{
  --tw-translate-y: 0px;
}

.tw .group:hover .group-hover\:translate-y-1{
  --tw-translate-y: 5px;
}

.tw .group:hover .group-hover\:translate-y-2{
  --tw-translate-y: 10px;
}

.tw .group:hover .group-hover\:translate-y-3{
  --tw-translate-y: 15px;
}

.tw .group:hover .group-hover\:translate-y-4{
  --tw-translate-y: 20px;
}

.tw .group:hover .group-hover\:translate-y-5{
  --tw-translate-y: 25px;
}

.tw .group:hover .group-hover\:translate-y-6{
  --tw-translate-y: 30px;
}

.tw .group:hover .group-hover\:translate-y-7{
  --tw-translate-y: 35px;
}

.tw .group:hover .group-hover\:translate-y-8{
  --tw-translate-y: 40px;
}

.tw .group:hover .group-hover\:translate-y-9{
  --tw-translate-y: 45px;
}

.tw .group:hover .group-hover\:translate-y-10{
  --tw-translate-y: 50px;
}

.tw .group:hover .group-hover\:translate-y-11{
  --tw-translate-y: 55px;
}

.tw .group:hover .group-hover\:translate-y-12{
  --tw-translate-y: 60px;
}

.tw .group:hover .group-hover\:translate-y-13{
  --tw-translate-y: 65px;
}

.tw .group:hover .group-hover\:translate-y-14{
  --tw-translate-y: 70px;
}

.tw .group:hover .group-hover\:translate-y-15{
  --tw-translate-y: 75px;
}

.tw .group:hover .group-hover\:translate-y-16{
  --tw-translate-y: 80px;
}

.tw .group:hover .group-hover\:translate-y-17{
  --tw-translate-y: 85px;
}

.tw .group:hover .group-hover\:translate-y-18{
  --tw-translate-y: 90px;
}

.tw .group:hover .group-hover\:translate-y-19{
  --tw-translate-y: 95px;
}

.tw .group:hover .group-hover\:translate-y-20{
  --tw-translate-y: 100px;
}

.tw .group:hover .group-hover\:translate-y-21{
  --tw-translate-y: 105px;
}

.tw .group:hover .group-hover\:translate-y-22{
  --tw-translate-y: 110px;
}

.tw .group:hover .group-hover\:translate-y-23{
  --tw-translate-y: 115px;
}

.tw .group:hover .group-hover\:translate-y-24{
  --tw-translate-y: 120px;
}

.tw .group:hover .group-hover\:translate-y-25{
  --tw-translate-y: 125px;
}

.tw .group:hover .group-hover\:translate-y-26{
  --tw-translate-y: 130px;
}

.tw .group:hover .group-hover\:translate-y-27{
  --tw-translate-y: 135px;
}

.tw .group:hover .group-hover\:translate-y-28{
  --tw-translate-y: 140px;
}

.tw .group:hover .group-hover\:translate-y-29{
  --tw-translate-y: 145px;
}

.tw .group:hover .group-hover\:translate-y-30{
  --tw-translate-y: 150px;
}

.tw .group:hover .group-hover\:translate-y-31{
  --tw-translate-y: 155px;
}

.tw .group:hover .group-hover\:translate-y-32{
  --tw-translate-y: 160px;
}

.tw .group:hover .group-hover\:translate-y-33{
  --tw-translate-y: 165px;
}

.tw .group:hover .group-hover\:translate-y-34{
  --tw-translate-y: 170px;
}

.tw .group:hover .group-hover\:translate-y-35{
  --tw-translate-y: 175px;
}

.tw .group:hover .group-hover\:translate-y-36{
  --tw-translate-y: 180px;
}

.tw .group:hover .group-hover\:translate-y-37{
  --tw-translate-y: 185px;
}

.tw .group:hover .group-hover\:translate-y-38{
  --tw-translate-y: 190px;
}

.tw .group:hover .group-hover\:translate-y-39{
  --tw-translate-y: 195px;
}

.tw .group:hover .group-hover\:translate-y-40{
  --tw-translate-y: 200px;
}

.tw .group:hover .group-hover\:translate-y-41{
  --tw-translate-y: 205px;
}

.tw .group:hover .group-hover\:translate-y-42{
  --tw-translate-y: 210px;
}

.tw .group:hover .group-hover\:translate-y-43{
  --tw-translate-y: 215px;
}

.tw .group:hover .group-hover\:translate-y-44{
  --tw-translate-y: 220px;
}

.tw .group:hover .group-hover\:translate-y-45{
  --tw-translate-y: 225px;
}

.tw .group:hover .group-hover\:translate-y-46{
  --tw-translate-y: 230px;
}

.tw .group:hover .group-hover\:translate-y-47{
  --tw-translate-y: 235px;
}

.tw .group:hover .group-hover\:translate-y-48{
  --tw-translate-y: 240px;
}

.tw .group:hover .group-hover\:translate-y-49{
  --tw-translate-y: 245px;
}

.tw .group:hover .group-hover\:translate-y-50{
  --tw-translate-y: 250px;
}

.tw .group:hover .group-hover\:translate-y-51{
  --tw-translate-y: 255px;
}

.tw .group:hover .group-hover\:translate-y-52{
  --tw-translate-y: 260px;
}

.tw .group:hover .group-hover\:translate-y-53{
  --tw-translate-y: 265px;
}

.tw .group:hover .group-hover\:translate-y-54{
  --tw-translate-y: 270px;
}

.tw .group:hover .group-hover\:translate-y-55{
  --tw-translate-y: 275px;
}

.tw .group:hover .group-hover\:translate-y-56{
  --tw-translate-y: 280px;
}

.tw .group:hover .group-hover\:translate-y-57{
  --tw-translate-y: 285px;
}

.tw .group:hover .group-hover\:translate-y-58{
  --tw-translate-y: 290px;
}

.tw .group:hover .group-hover\:translate-y-59{
  --tw-translate-y: 295px;
}

.tw .group:hover .group-hover\:translate-y-60{
  --tw-translate-y: 300px;
}

.tw .group:hover .group-hover\:translate-y-61{
  --tw-translate-y: 305px;
}

.tw .group:hover .group-hover\:translate-y-62{
  --tw-translate-y: 310px;
}

.tw .group:hover .group-hover\:translate-y-63{
  --tw-translate-y: 315px;
}

.tw .group:hover .group-hover\:translate-y-64{
  --tw-translate-y: 320px;
}

.tw .group:hover .group-hover\:translate-y-65{
  --tw-translate-y: 325px;
}

.tw .group:hover .group-hover\:translate-y-66{
  --tw-translate-y: 330px;
}

.tw .group:hover .group-hover\:translate-y-67{
  --tw-translate-y: 335px;
}

.tw .group:hover .group-hover\:translate-y-68{
  --tw-translate-y: 340px;
}

.tw .group:hover .group-hover\:translate-y-69{
  --tw-translate-y: 345px;
}

.tw .group:hover .group-hover\:translate-y-70{
  --tw-translate-y: 350px;
}

.tw .group:hover .group-hover\:translate-y-71{
  --tw-translate-y: 355px;
}

.tw .group:hover .group-hover\:translate-y-72{
  --tw-translate-y: 360px;
}

.tw .group:hover .group-hover\:translate-y-73{
  --tw-translate-y: 365px;
}

.tw .group:hover .group-hover\:translate-y-74{
  --tw-translate-y: 370px;
}

.tw .group:hover .group-hover\:translate-y-75{
  --tw-translate-y: 375px;
}

.tw .group:hover .group-hover\:translate-y-76{
  --tw-translate-y: 380px;
}

.tw .group:hover .group-hover\:translate-y-77{
  --tw-translate-y: 385px;
}

.tw .group:hover .group-hover\:translate-y-78{
  --tw-translate-y: 390px;
}

.tw .group:hover .group-hover\:translate-y-79{
  --tw-translate-y: 395px;
}

.tw .group:hover .group-hover\:translate-y-80{
  --tw-translate-y: 400px;
}

.tw .group:hover .group-hover\:translate-y-81{
  --tw-translate-y: 405px;
}

.tw .group:hover .group-hover\:translate-y-82{
  --tw-translate-y: 410px;
}

.tw .group:hover .group-hover\:translate-y-83{
  --tw-translate-y: 415px;
}

.tw .group:hover .group-hover\:translate-y-84{
  --tw-translate-y: 420px;
}

.tw .group:hover .group-hover\:translate-y-85{
  --tw-translate-y: 425px;
}

.tw .group:hover .group-hover\:translate-y-86{
  --tw-translate-y: 430px;
}

.tw .group:hover .group-hover\:translate-y-87{
  --tw-translate-y: 435px;
}

.tw .group:hover .group-hover\:translate-y-88{
  --tw-translate-y: 440px;
}

.tw .group:hover .group-hover\:translate-y-89{
  --tw-translate-y: 445px;
}

.tw .group:hover .group-hover\:translate-y-90{
  --tw-translate-y: 450px;
}

.tw .group:hover .group-hover\:translate-y-91{
  --tw-translate-y: 455px;
}

.tw .group:hover .group-hover\:translate-y-92{
  --tw-translate-y: 460px;
}

.tw .group:hover .group-hover\:translate-y-93{
  --tw-translate-y: 465px;
}

.tw .group:hover .group-hover\:translate-y-94{
  --tw-translate-y: 470px;
}

.tw .group:hover .group-hover\:translate-y-95{
  --tw-translate-y: 475px;
}

.tw .group:hover .group-hover\:translate-y-96{
  --tw-translate-y: 480px;
}

.tw .group:hover .group-hover\:translate-y-97{
  --tw-translate-y: 485px;
}

.tw .group:hover .group-hover\:translate-y-98{
  --tw-translate-y: 490px;
}

.tw .group:hover .group-hover\:translate-y-99{
  --tw-translate-y: 495px;
}

.tw .group:hover .group-hover\:translate-y-100{
  --tw-translate-y: 500px;
}

.tw .group:hover .group-hover\:translate-y-101{
  --tw-translate-y: 505px;
}

.tw .group:hover .group-hover\:translate-y-102{
  --tw-translate-y: 510px;
}

.tw .group:hover .group-hover\:translate-y-103{
  --tw-translate-y: 515px;
}

.tw .group:hover .group-hover\:translate-y-104{
  --tw-translate-y: 520px;
}

.tw .group:hover .group-hover\:translate-y-105{
  --tw-translate-y: 525px;
}

.tw .group:hover .group-hover\:translate-y-106{
  --tw-translate-y: 530px;
}

.tw .group:hover .group-hover\:translate-y-107{
  --tw-translate-y: 535px;
}

.tw .group:hover .group-hover\:translate-y-108{
  --tw-translate-y: 540px;
}

.tw .group:hover .group-hover\:translate-y-109{
  --tw-translate-y: 545px;
}

.tw .group:hover .group-hover\:translate-y-110{
  --tw-translate-y: 550px;
}

.tw .group:hover .group-hover\:translate-y-111{
  --tw-translate-y: 555px;
}

.tw .group:hover .group-hover\:translate-y-112{
  --tw-translate-y: 560px;
}

.tw .group:hover .group-hover\:translate-y-113{
  --tw-translate-y: 565px;
}

.tw .group:hover .group-hover\:translate-y-114{
  --tw-translate-y: 570px;
}

.tw .group:hover .group-hover\:translate-y-115{
  --tw-translate-y: 575px;
}

.tw .group:hover .group-hover\:translate-y-116{
  --tw-translate-y: 580px;
}

.tw .group:hover .group-hover\:translate-y-117{
  --tw-translate-y: 585px;
}

.tw .group:hover .group-hover\:translate-y-118{
  --tw-translate-y: 590px;
}

.tw .group:hover .group-hover\:translate-y-119{
  --tw-translate-y: 595px;
}

.tw .group:hover .group-hover\:translate-y-120{
  --tw-translate-y: 600px;
}

.tw .group:hover .group-hover\:translate-y-121{
  --tw-translate-y: 605px;
}

.tw .group:hover .group-hover\:translate-y-122{
  --tw-translate-y: 610px;
}

.tw .group:hover .group-hover\:translate-y-123{
  --tw-translate-y: 615px;
}

.tw .group:hover .group-hover\:translate-y-124{
  --tw-translate-y: 620px;
}

.tw .group:hover .group-hover\:translate-y-125{
  --tw-translate-y: 625px;
}

.tw .group:hover .group-hover\:translate-y-126{
  --tw-translate-y: 630px;
}

.tw .group:hover .group-hover\:translate-y-127{
  --tw-translate-y: 635px;
}

.tw .group:hover .group-hover\:translate-y-128{
  --tw-translate-y: 640px;
}

.tw .group:hover .group-hover\:translate-y-129{
  --tw-translate-y: 645px;
}

.tw .group:hover .group-hover\:translate-y-130{
  --tw-translate-y: 650px;
}

.tw .group:hover .group-hover\:translate-y-131{
  --tw-translate-y: 655px;
}

.tw .group:hover .group-hover\:translate-y-132{
  --tw-translate-y: 660px;
}

.tw .group:hover .group-hover\:translate-y-133{
  --tw-translate-y: 665px;
}

.tw .group:hover .group-hover\:translate-y-134{
  --tw-translate-y: 670px;
}

.tw .group:hover .group-hover\:translate-y-135{
  --tw-translate-y: 675px;
}

.tw .group:hover .group-hover\:translate-y-136{
  --tw-translate-y: 680px;
}

.tw .group:hover .group-hover\:translate-y-137{
  --tw-translate-y: 685px;
}

.tw .group:hover .group-hover\:translate-y-138{
  --tw-translate-y: 690px;
}

.tw .group:hover .group-hover\:translate-y-139{
  --tw-translate-y: 695px;
}

.tw .group:hover .group-hover\:translate-y-140{
  --tw-translate-y: 700px;
}

.tw .group:hover .group-hover\:translate-y-141{
  --tw-translate-y: 705px;
}

.tw .group:hover .group-hover\:translate-y-142{
  --tw-translate-y: 710px;
}

.tw .group:hover .group-hover\:translate-y-143{
  --tw-translate-y: 715px;
}

.tw .group:hover .group-hover\:translate-y-144{
  --tw-translate-y: 720px;
}

.tw .group:hover .group-hover\:translate-y-145{
  --tw-translate-y: 725px;
}

.tw .group:hover .group-hover\:translate-y-146{
  --tw-translate-y: 730px;
}

.tw .group:hover .group-hover\:translate-y-147{
  --tw-translate-y: 735px;
}

.tw .group:hover .group-hover\:translate-y-148{
  --tw-translate-y: 740px;
}

.tw .group:hover .group-hover\:translate-y-149{
  --tw-translate-y: 745px;
}

.tw .group:hover .group-hover\:translate-y-0\.5{
  --tw-translate-y: 3px;
}

.tw .group:hover .group-hover\:translate-y-1px{
  --tw-translate-y: 1px;
}

.tw .group:hover .group-hover\:translate-y-2px{
  --tw-translate-y: 2px;
}

.tw .group:hover .group-hover\:translate-y-3px{
  --tw-translate-y: 3px;
}

.tw .group:hover .group-hover\:translate-y-4px{
  --tw-translate-y: 4px;
}

.tw .group:hover .group-hover\:translate-y-5px{
  --tw-translate-y: 5px;
}

.tw .group:hover .group-hover\:translate-y-6px{
  --tw-translate-y: 6px;
}

.tw .group:hover .group-hover\:translate-y-7px{
  --tw-translate-y: 7px;
}

.tw .group:hover .group-hover\:translate-y-8px{
  --tw-translate-y: 8px;
}

.tw .group:hover .group-hover\:translate-y-9px{
  --tw-translate-y: 9px;
}

.tw .group:hover .group-hover\:translate-y-10px{
  --tw-translate-y: 10px;
}

.tw .group:hover .group-hover\:translate-y-11px{
  --tw-translate-y: 11px;
}

.tw .group:hover .group-hover\:translate-y-12px{
  --tw-translate-y: 12px;
}

.tw .group:hover .group-hover\:translate-y-13px{
  --tw-translate-y: 13px;
}

.tw .group:hover .group-hover\:translate-y-14px{
  --tw-translate-y: 14px;
}

.tw .group:hover .group-hover\:translate-y-15px{
  --tw-translate-y: 15px;
}

.tw .group:hover .group-hover\:translate-y-16px{
  --tw-translate-y: 16px;
}

.tw .group:hover .group-hover\:translate-y-17px{
  --tw-translate-y: 17px;
}

.tw .group:hover .group-hover\:translate-y-18px{
  --tw-translate-y: 18px;
}

.tw .group:hover .group-hover\:translate-y-19px{
  --tw-translate-y: 19px;
}

.tw .group:hover .group-hover\:translate-y-20px{
  --tw-translate-y: 20px;
}

.tw .group:hover .group-hover\:translate-y-21px{
  --tw-translate-y: 21px;
}

.tw .group:hover .group-hover\:translate-y-22px{
  --tw-translate-y: 22px;
}

.tw .group:hover .group-hover\:translate-y-23px{
  --tw-translate-y: 23px;
}

.tw .group:hover .group-hover\:translate-y-24px{
  --tw-translate-y: 24px;
}

.tw .group:hover .group-hover\:translate-y-25px{
  --tw-translate-y: 25px;
}

.tw .group:hover .group-hover\:translate-y-26px{
  --tw-translate-y: 26px;
}

.tw .group:hover .group-hover\:translate-y-27px{
  --tw-translate-y: 27px;
}

.tw .group:hover .group-hover\:translate-y-28px{
  --tw-translate-y: 28px;
}

.tw .group:hover .group-hover\:translate-y-29px{
  --tw-translate-y: 29px;
}

.tw .group:hover .group-hover\:translate-y-30px{
  --tw-translate-y: 30px;
}

.tw .group:hover .group-hover\:translate-y-31px{
  --tw-translate-y: 31px;
}

.tw .group:hover .group-hover\:translate-y-32px{
  --tw-translate-y: 32px;
}

.tw .group:hover .group-hover\:translate-y-33px{
  --tw-translate-y: 33px;
}

.tw .group:hover .group-hover\:translate-y-34px{
  --tw-translate-y: 34px;
}

.tw .group:hover .group-hover\:translate-y-35px{
  --tw-translate-y: 35px;
}

.tw .group:hover .group-hover\:translate-y-36px{
  --tw-translate-y: 36px;
}

.tw .group:hover .group-hover\:translate-y-37px{
  --tw-translate-y: 37px;
}

.tw .group:hover .group-hover\:translate-y-38px{
  --tw-translate-y: 38px;
}

.tw .group:hover .group-hover\:translate-y-39px{
  --tw-translate-y: 39px;
}

.tw .group:hover .group-hover\:translate-y-40px{
  --tw-translate-y: 40px;
}

.tw .group:hover .group-hover\:-translate-y-0{
  --tw-translate-y: 0px;
}

.tw .group:hover .group-hover\:-translate-y-1{
  --tw-translate-y: -5px;
}

.tw .group:hover .group-hover\:-translate-y-2{
  --tw-translate-y: -10px;
}

.tw .group:hover .group-hover\:-translate-y-3{
  --tw-translate-y: -15px;
}

.tw .group:hover .group-hover\:-translate-y-4{
  --tw-translate-y: -20px;
}

.tw .group:hover .group-hover\:-translate-y-5{
  --tw-translate-y: -25px;
}

.tw .group:hover .group-hover\:-translate-y-6{
  --tw-translate-y: -30px;
}

.tw .group:hover .group-hover\:-translate-y-7{
  --tw-translate-y: -35px;
}

.tw .group:hover .group-hover\:-translate-y-8{
  --tw-translate-y: -40px;
}

.tw .group:hover .group-hover\:-translate-y-9{
  --tw-translate-y: -45px;
}

.tw .group:hover .group-hover\:-translate-y-10{
  --tw-translate-y: -50px;
}

.tw .group:hover .group-hover\:-translate-y-11{
  --tw-translate-y: -55px;
}

.tw .group:hover .group-hover\:-translate-y-12{
  --tw-translate-y: -60px;
}

.tw .group:hover .group-hover\:-translate-y-13{
  --tw-translate-y: -65px;
}

.tw .group:hover .group-hover\:-translate-y-14{
  --tw-translate-y: -70px;
}

.tw .group:hover .group-hover\:-translate-y-15{
  --tw-translate-y: -75px;
}

.tw .group:hover .group-hover\:-translate-y-16{
  --tw-translate-y: -80px;
}

.tw .group:hover .group-hover\:-translate-y-17{
  --tw-translate-y: -85px;
}

.tw .group:hover .group-hover\:-translate-y-18{
  --tw-translate-y: -90px;
}

.tw .group:hover .group-hover\:-translate-y-19{
  --tw-translate-y: -95px;
}

.tw .group:hover .group-hover\:-translate-y-20{
  --tw-translate-y: -100px;
}

.tw .group:hover .group-hover\:-translate-y-21{
  --tw-translate-y: -105px;
}

.tw .group:hover .group-hover\:-translate-y-22{
  --tw-translate-y: -110px;
}

.tw .group:hover .group-hover\:-translate-y-23{
  --tw-translate-y: -115px;
}

.tw .group:hover .group-hover\:-translate-y-24{
  --tw-translate-y: -120px;
}

.tw .group:hover .group-hover\:-translate-y-25{
  --tw-translate-y: -125px;
}

.tw .group:hover .group-hover\:-translate-y-26{
  --tw-translate-y: -130px;
}

.tw .group:hover .group-hover\:-translate-y-27{
  --tw-translate-y: -135px;
}

.tw .group:hover .group-hover\:-translate-y-28{
  --tw-translate-y: -140px;
}

.tw .group:hover .group-hover\:-translate-y-29{
  --tw-translate-y: -145px;
}

.tw .group:hover .group-hover\:-translate-y-30{
  --tw-translate-y: -150px;
}

.tw .group:hover .group-hover\:-translate-y-31{
  --tw-translate-y: -155px;
}

.tw .group:hover .group-hover\:-translate-y-32{
  --tw-translate-y: -160px;
}

.tw .group:hover .group-hover\:-translate-y-33{
  --tw-translate-y: -165px;
}

.tw .group:hover .group-hover\:-translate-y-34{
  --tw-translate-y: -170px;
}

.tw .group:hover .group-hover\:-translate-y-35{
  --tw-translate-y: -175px;
}

.tw .group:hover .group-hover\:-translate-y-36{
  --tw-translate-y: -180px;
}

.tw .group:hover .group-hover\:-translate-y-37{
  --tw-translate-y: -185px;
}

.tw .group:hover .group-hover\:-translate-y-38{
  --tw-translate-y: -190px;
}

.tw .group:hover .group-hover\:-translate-y-39{
  --tw-translate-y: -195px;
}

.tw .group:hover .group-hover\:-translate-y-40{
  --tw-translate-y: -200px;
}

.tw .group:hover .group-hover\:-translate-y-41{
  --tw-translate-y: -205px;
}

.tw .group:hover .group-hover\:-translate-y-42{
  --tw-translate-y: -210px;
}

.tw .group:hover .group-hover\:-translate-y-43{
  --tw-translate-y: -215px;
}

.tw .group:hover .group-hover\:-translate-y-44{
  --tw-translate-y: -220px;
}

.tw .group:hover .group-hover\:-translate-y-45{
  --tw-translate-y: -225px;
}

.tw .group:hover .group-hover\:-translate-y-46{
  --tw-translate-y: -230px;
}

.tw .group:hover .group-hover\:-translate-y-47{
  --tw-translate-y: -235px;
}

.tw .group:hover .group-hover\:-translate-y-48{
  --tw-translate-y: -240px;
}

.tw .group:hover .group-hover\:-translate-y-49{
  --tw-translate-y: -245px;
}

.tw .group:hover .group-hover\:-translate-y-50{
  --tw-translate-y: -250px;
}

.tw .group:hover .group-hover\:-translate-y-51{
  --tw-translate-y: -255px;
}

.tw .group:hover .group-hover\:-translate-y-52{
  --tw-translate-y: -260px;
}

.tw .group:hover .group-hover\:-translate-y-53{
  --tw-translate-y: -265px;
}

.tw .group:hover .group-hover\:-translate-y-54{
  --tw-translate-y: -270px;
}

.tw .group:hover .group-hover\:-translate-y-55{
  --tw-translate-y: -275px;
}

.tw .group:hover .group-hover\:-translate-y-56{
  --tw-translate-y: -280px;
}

.tw .group:hover .group-hover\:-translate-y-57{
  --tw-translate-y: -285px;
}

.tw .group:hover .group-hover\:-translate-y-58{
  --tw-translate-y: -290px;
}

.tw .group:hover .group-hover\:-translate-y-59{
  --tw-translate-y: -295px;
}

.tw .group:hover .group-hover\:-translate-y-60{
  --tw-translate-y: -300px;
}

.tw .group:hover .group-hover\:-translate-y-61{
  --tw-translate-y: -305px;
}

.tw .group:hover .group-hover\:-translate-y-62{
  --tw-translate-y: -310px;
}

.tw .group:hover .group-hover\:-translate-y-63{
  --tw-translate-y: -315px;
}

.tw .group:hover .group-hover\:-translate-y-64{
  --tw-translate-y: -320px;
}

.tw .group:hover .group-hover\:-translate-y-65{
  --tw-translate-y: -325px;
}

.tw .group:hover .group-hover\:-translate-y-66{
  --tw-translate-y: -330px;
}

.tw .group:hover .group-hover\:-translate-y-67{
  --tw-translate-y: -335px;
}

.tw .group:hover .group-hover\:-translate-y-68{
  --tw-translate-y: -340px;
}

.tw .group:hover .group-hover\:-translate-y-69{
  --tw-translate-y: -345px;
}

.tw .group:hover .group-hover\:-translate-y-70{
  --tw-translate-y: -350px;
}

.tw .group:hover .group-hover\:-translate-y-71{
  --tw-translate-y: -355px;
}

.tw .group:hover .group-hover\:-translate-y-72{
  --tw-translate-y: -360px;
}

.tw .group:hover .group-hover\:-translate-y-73{
  --tw-translate-y: -365px;
}

.tw .group:hover .group-hover\:-translate-y-74{
  --tw-translate-y: -370px;
}

.tw .group:hover .group-hover\:-translate-y-75{
  --tw-translate-y: -375px;
}

.tw .group:hover .group-hover\:-translate-y-76{
  --tw-translate-y: -380px;
}

.tw .group:hover .group-hover\:-translate-y-77{
  --tw-translate-y: -385px;
}

.tw .group:hover .group-hover\:-translate-y-78{
  --tw-translate-y: -390px;
}

.tw .group:hover .group-hover\:-translate-y-79{
  --tw-translate-y: -395px;
}

.tw .group:hover .group-hover\:-translate-y-80{
  --tw-translate-y: -400px;
}

.tw .group:hover .group-hover\:-translate-y-81{
  --tw-translate-y: -405px;
}

.tw .group:hover .group-hover\:-translate-y-82{
  --tw-translate-y: -410px;
}

.tw .group:hover .group-hover\:-translate-y-83{
  --tw-translate-y: -415px;
}

.tw .group:hover .group-hover\:-translate-y-84{
  --tw-translate-y: -420px;
}

.tw .group:hover .group-hover\:-translate-y-85{
  --tw-translate-y: -425px;
}

.tw .group:hover .group-hover\:-translate-y-86{
  --tw-translate-y: -430px;
}

.tw .group:hover .group-hover\:-translate-y-87{
  --tw-translate-y: -435px;
}

.tw .group:hover .group-hover\:-translate-y-88{
  --tw-translate-y: -440px;
}

.tw .group:hover .group-hover\:-translate-y-89{
  --tw-translate-y: -445px;
}

.tw .group:hover .group-hover\:-translate-y-90{
  --tw-translate-y: -450px;
}

.tw .group:hover .group-hover\:-translate-y-91{
  --tw-translate-y: -455px;
}

.tw .group:hover .group-hover\:-translate-y-92{
  --tw-translate-y: -460px;
}

.tw .group:hover .group-hover\:-translate-y-93{
  --tw-translate-y: -465px;
}

.tw .group:hover .group-hover\:-translate-y-94{
  --tw-translate-y: -470px;
}

.tw .group:hover .group-hover\:-translate-y-95{
  --tw-translate-y: -475px;
}

.tw .group:hover .group-hover\:-translate-y-96{
  --tw-translate-y: -480px;
}

.tw .group:hover .group-hover\:-translate-y-97{
  --tw-translate-y: -485px;
}

.tw .group:hover .group-hover\:-translate-y-98{
  --tw-translate-y: -490px;
}

.tw .group:hover .group-hover\:-translate-y-99{
  --tw-translate-y: -495px;
}

.tw .group:hover .group-hover\:-translate-y-100{
  --tw-translate-y: -500px;
}

.tw .group:hover .group-hover\:-translate-y-101{
  --tw-translate-y: -505px;
}

.tw .group:hover .group-hover\:-translate-y-102{
  --tw-translate-y: -510px;
}

.tw .group:hover .group-hover\:-translate-y-103{
  --tw-translate-y: -515px;
}

.tw .group:hover .group-hover\:-translate-y-104{
  --tw-translate-y: -520px;
}

.tw .group:hover .group-hover\:-translate-y-105{
  --tw-translate-y: -525px;
}

.tw .group:hover .group-hover\:-translate-y-106{
  --tw-translate-y: -530px;
}

.tw .group:hover .group-hover\:-translate-y-107{
  --tw-translate-y: -535px;
}

.tw .group:hover .group-hover\:-translate-y-108{
  --tw-translate-y: -540px;
}

.tw .group:hover .group-hover\:-translate-y-109{
  --tw-translate-y: -545px;
}

.tw .group:hover .group-hover\:-translate-y-110{
  --tw-translate-y: -550px;
}

.tw .group:hover .group-hover\:-translate-y-111{
  --tw-translate-y: -555px;
}

.tw .group:hover .group-hover\:-translate-y-112{
  --tw-translate-y: -560px;
}

.tw .group:hover .group-hover\:-translate-y-113{
  --tw-translate-y: -565px;
}

.tw .group:hover .group-hover\:-translate-y-114{
  --tw-translate-y: -570px;
}

.tw .group:hover .group-hover\:-translate-y-115{
  --tw-translate-y: -575px;
}

.tw .group:hover .group-hover\:-translate-y-116{
  --tw-translate-y: -580px;
}

.tw .group:hover .group-hover\:-translate-y-117{
  --tw-translate-y: -585px;
}

.tw .group:hover .group-hover\:-translate-y-118{
  --tw-translate-y: -590px;
}

.tw .group:hover .group-hover\:-translate-y-119{
  --tw-translate-y: -595px;
}

.tw .group:hover .group-hover\:-translate-y-120{
  --tw-translate-y: -600px;
}

.tw .group:hover .group-hover\:-translate-y-121{
  --tw-translate-y: -605px;
}

.tw .group:hover .group-hover\:-translate-y-122{
  --tw-translate-y: -610px;
}

.tw .group:hover .group-hover\:-translate-y-123{
  --tw-translate-y: -615px;
}

.tw .group:hover .group-hover\:-translate-y-124{
  --tw-translate-y: -620px;
}

.tw .group:hover .group-hover\:-translate-y-125{
  --tw-translate-y: -625px;
}

.tw .group:hover .group-hover\:-translate-y-126{
  --tw-translate-y: -630px;
}

.tw .group:hover .group-hover\:-translate-y-127{
  --tw-translate-y: -635px;
}

.tw .group:hover .group-hover\:-translate-y-128{
  --tw-translate-y: -640px;
}

.tw .group:hover .group-hover\:-translate-y-129{
  --tw-translate-y: -645px;
}

.tw .group:hover .group-hover\:-translate-y-130{
  --tw-translate-y: -650px;
}

.tw .group:hover .group-hover\:-translate-y-131{
  --tw-translate-y: -655px;
}

.tw .group:hover .group-hover\:-translate-y-132{
  --tw-translate-y: -660px;
}

.tw .group:hover .group-hover\:-translate-y-133{
  --tw-translate-y: -665px;
}

.tw .group:hover .group-hover\:-translate-y-134{
  --tw-translate-y: -670px;
}

.tw .group:hover .group-hover\:-translate-y-135{
  --tw-translate-y: -675px;
}

.tw .group:hover .group-hover\:-translate-y-136{
  --tw-translate-y: -680px;
}

.tw .group:hover .group-hover\:-translate-y-137{
  --tw-translate-y: -685px;
}

.tw .group:hover .group-hover\:-translate-y-138{
  --tw-translate-y: -690px;
}

.tw .group:hover .group-hover\:-translate-y-139{
  --tw-translate-y: -695px;
}

.tw .group:hover .group-hover\:-translate-y-140{
  --tw-translate-y: -700px;
}

.tw .group:hover .group-hover\:-translate-y-141{
  --tw-translate-y: -705px;
}

.tw .group:hover .group-hover\:-translate-y-142{
  --tw-translate-y: -710px;
}

.tw .group:hover .group-hover\:-translate-y-143{
  --tw-translate-y: -715px;
}

.tw .group:hover .group-hover\:-translate-y-144{
  --tw-translate-y: -720px;
}

.tw .group:hover .group-hover\:-translate-y-145{
  --tw-translate-y: -725px;
}

.tw .group:hover .group-hover\:-translate-y-146{
  --tw-translate-y: -730px;
}

.tw .group:hover .group-hover\:-translate-y-147{
  --tw-translate-y: -735px;
}

.tw .group:hover .group-hover\:-translate-y-148{
  --tw-translate-y: -740px;
}

.tw .group:hover .group-hover\:-translate-y-149{
  --tw-translate-y: -745px;
}

.tw .group:hover .group-hover\:-translate-y-0\.5{
  --tw-translate-y: -3px;
}

.tw .group:hover .group-hover\:-translate-y-1px{
  --tw-translate-y: -1px;
}

.tw .group:hover .group-hover\:-translate-y-2px{
  --tw-translate-y: -2px;
}

.tw .group:hover .group-hover\:-translate-y-3px{
  --tw-translate-y: -3px;
}

.tw .group:hover .group-hover\:-translate-y-4px{
  --tw-translate-y: -4px;
}

.tw .group:hover .group-hover\:-translate-y-5px{
  --tw-translate-y: -5px;
}

.tw .group:hover .group-hover\:-translate-y-6px{
  --tw-translate-y: -6px;
}

.tw .group:hover .group-hover\:-translate-y-7px{
  --tw-translate-y: -7px;
}

.tw .group:hover .group-hover\:-translate-y-8px{
  --tw-translate-y: -8px;
}

.tw .group:hover .group-hover\:-translate-y-9px{
  --tw-translate-y: -9px;
}

.tw .group:hover .group-hover\:-translate-y-10px{
  --tw-translate-y: -10px;
}

.tw .group:hover .group-hover\:-translate-y-11px{
  --tw-translate-y: -11px;
}

.tw .group:hover .group-hover\:-translate-y-12px{
  --tw-translate-y: -12px;
}

.tw .group:hover .group-hover\:-translate-y-13px{
  --tw-translate-y: -13px;
}

.tw .group:hover .group-hover\:-translate-y-14px{
  --tw-translate-y: -14px;
}

.tw .group:hover .group-hover\:-translate-y-15px{
  --tw-translate-y: -15px;
}

.tw .group:hover .group-hover\:-translate-y-16px{
  --tw-translate-y: -16px;
}

.tw .group:hover .group-hover\:-translate-y-17px{
  --tw-translate-y: -17px;
}

.tw .group:hover .group-hover\:-translate-y-18px{
  --tw-translate-y: -18px;
}

.tw .group:hover .group-hover\:-translate-y-19px{
  --tw-translate-y: -19px;
}

.tw .group:hover .group-hover\:-translate-y-20px{
  --tw-translate-y: -20px;
}

.tw .group:hover .group-hover\:-translate-y-21px{
  --tw-translate-y: -21px;
}

.tw .group:hover .group-hover\:-translate-y-22px{
  --tw-translate-y: -22px;
}

.tw .group:hover .group-hover\:-translate-y-23px{
  --tw-translate-y: -23px;
}

.tw .group:hover .group-hover\:-translate-y-24px{
  --tw-translate-y: -24px;
}

.tw .group:hover .group-hover\:-translate-y-25px{
  --tw-translate-y: -25px;
}

.tw .group:hover .group-hover\:-translate-y-26px{
  --tw-translate-y: -26px;
}

.tw .group:hover .group-hover\:-translate-y-27px{
  --tw-translate-y: -27px;
}

.tw .group:hover .group-hover\:-translate-y-28px{
  --tw-translate-y: -28px;
}

.tw .group:hover .group-hover\:-translate-y-29px{
  --tw-translate-y: -29px;
}

.tw .group:hover .group-hover\:-translate-y-30px{
  --tw-translate-y: -30px;
}

.tw .group:hover .group-hover\:-translate-y-31px{
  --tw-translate-y: -31px;
}

.tw .group:hover .group-hover\:-translate-y-32px{
  --tw-translate-y: -32px;
}

.tw .group:hover .group-hover\:-translate-y-33px{
  --tw-translate-y: -33px;
}

.tw .group:hover .group-hover\:-translate-y-34px{
  --tw-translate-y: -34px;
}

.tw .group:hover .group-hover\:-translate-y-35px{
  --tw-translate-y: -35px;
}

.tw .group:hover .group-hover\:-translate-y-36px{
  --tw-translate-y: -36px;
}

.tw .group:hover .group-hover\:-translate-y-37px{
  --tw-translate-y: -37px;
}

.tw .group:hover .group-hover\:-translate-y-38px{
  --tw-translate-y: -38px;
}

.tw .group:hover .group-hover\:-translate-y-39px{
  --tw-translate-y: -39px;
}

.tw .group:hover .group-hover\:-translate-y-40px{
  --tw-translate-y: -40px;
}

.tw .group:hover .group-hover\:translate-y-1\/2{
  --tw-translate-y: 50%;
}

.tw .group:hover .group-hover\:translate-y-1\/3{
  --tw-translate-y: 33.333333%;
}

.tw .group:hover .group-hover\:translate-y-2\/3{
  --tw-translate-y: 66.666667%;
}

.tw .group:hover .group-hover\:translate-y-1\/4{
  --tw-translate-y: 25%;
}

.tw .group:hover .group-hover\:translate-y-2\/4{
  --tw-translate-y: 50%;
}

.tw .group:hover .group-hover\:translate-y-3\/4{
  --tw-translate-y: 75%;
}

.tw .group:hover .group-hover\:translate-y-full{
  --tw-translate-y: 100%;
}

.tw .group:hover .group-hover\:-translate-y-1\/2{
  --tw-translate-y: -50%;
}

.tw .group:hover .group-hover\:-translate-y-1\/3{
  --tw-translate-y: -33.333333%;
}

.tw .group:hover .group-hover\:-translate-y-2\/3{
  --tw-translate-y: -66.666667%;
}

.tw .group:hover .group-hover\:-translate-y-1\/4{
  --tw-translate-y: -25%;
}

.tw .group:hover .group-hover\:-translate-y-2\/4{
  --tw-translate-y: -50%;
}

.tw .group:hover .group-hover\:-translate-y-3\/4{
  --tw-translate-y: -75%;
}

.tw .group:hover .group-hover\:-translate-y-full{
  --tw-translate-y: -100%;
}

.tw .hover\:translate-x-0:hover{
  --tw-translate-x: 0px;
}

.tw .hover\:translate-x-1:hover{
  --tw-translate-x: 5px;
}

.tw .hover\:translate-x-2:hover{
  --tw-translate-x: 10px;
}

.tw .hover\:translate-x-3:hover{
  --tw-translate-x: 15px;
}

.tw .hover\:translate-x-4:hover{
  --tw-translate-x: 20px;
}

.tw .hover\:translate-x-5:hover{
  --tw-translate-x: 25px;
}

.tw .hover\:translate-x-6:hover{
  --tw-translate-x: 30px;
}

.tw .hover\:translate-x-7:hover{
  --tw-translate-x: 35px;
}

.tw .hover\:translate-x-8:hover{
  --tw-translate-x: 40px;
}

.tw .hover\:translate-x-9:hover{
  --tw-translate-x: 45px;
}

.tw .hover\:translate-x-10:hover{
  --tw-translate-x: 50px;
}

.tw .hover\:translate-x-11:hover{
  --tw-translate-x: 55px;
}

.tw .hover\:translate-x-12:hover{
  --tw-translate-x: 60px;
}

.tw .hover\:translate-x-13:hover{
  --tw-translate-x: 65px;
}

.tw .hover\:translate-x-14:hover{
  --tw-translate-x: 70px;
}

.tw .hover\:translate-x-15:hover{
  --tw-translate-x: 75px;
}

.tw .hover\:translate-x-16:hover{
  --tw-translate-x: 80px;
}

.tw .hover\:translate-x-17:hover{
  --tw-translate-x: 85px;
}

.tw .hover\:translate-x-18:hover{
  --tw-translate-x: 90px;
}

.tw .hover\:translate-x-19:hover{
  --tw-translate-x: 95px;
}

.tw .hover\:translate-x-20:hover{
  --tw-translate-x: 100px;
}

.tw .hover\:translate-x-21:hover{
  --tw-translate-x: 105px;
}

.tw .hover\:translate-x-22:hover{
  --tw-translate-x: 110px;
}

.tw .hover\:translate-x-23:hover{
  --tw-translate-x: 115px;
}

.tw .hover\:translate-x-24:hover{
  --tw-translate-x: 120px;
}

.tw .hover\:translate-x-25:hover{
  --tw-translate-x: 125px;
}

.tw .hover\:translate-x-26:hover{
  --tw-translate-x: 130px;
}

.tw .hover\:translate-x-27:hover{
  --tw-translate-x: 135px;
}

.tw .hover\:translate-x-28:hover{
  --tw-translate-x: 140px;
}

.tw .hover\:translate-x-29:hover{
  --tw-translate-x: 145px;
}

.tw .hover\:translate-x-30:hover{
  --tw-translate-x: 150px;
}

.tw .hover\:translate-x-31:hover{
  --tw-translate-x: 155px;
}

.tw .hover\:translate-x-32:hover{
  --tw-translate-x: 160px;
}

.tw .hover\:translate-x-33:hover{
  --tw-translate-x: 165px;
}

.tw .hover\:translate-x-34:hover{
  --tw-translate-x: 170px;
}

.tw .hover\:translate-x-35:hover{
  --tw-translate-x: 175px;
}

.tw .hover\:translate-x-36:hover{
  --tw-translate-x: 180px;
}

.tw .hover\:translate-x-37:hover{
  --tw-translate-x: 185px;
}

.tw .hover\:translate-x-38:hover{
  --tw-translate-x: 190px;
}

.tw .hover\:translate-x-39:hover{
  --tw-translate-x: 195px;
}

.tw .hover\:translate-x-40:hover{
  --tw-translate-x: 200px;
}

.tw .hover\:translate-x-41:hover{
  --tw-translate-x: 205px;
}

.tw .hover\:translate-x-42:hover{
  --tw-translate-x: 210px;
}

.tw .hover\:translate-x-43:hover{
  --tw-translate-x: 215px;
}

.tw .hover\:translate-x-44:hover{
  --tw-translate-x: 220px;
}

.tw .hover\:translate-x-45:hover{
  --tw-translate-x: 225px;
}

.tw .hover\:translate-x-46:hover{
  --tw-translate-x: 230px;
}

.tw .hover\:translate-x-47:hover{
  --tw-translate-x: 235px;
}

.tw .hover\:translate-x-48:hover{
  --tw-translate-x: 240px;
}

.tw .hover\:translate-x-49:hover{
  --tw-translate-x: 245px;
}

.tw .hover\:translate-x-50:hover{
  --tw-translate-x: 250px;
}

.tw .hover\:translate-x-51:hover{
  --tw-translate-x: 255px;
}

.tw .hover\:translate-x-52:hover{
  --tw-translate-x: 260px;
}

.tw .hover\:translate-x-53:hover{
  --tw-translate-x: 265px;
}

.tw .hover\:translate-x-54:hover{
  --tw-translate-x: 270px;
}

.tw .hover\:translate-x-55:hover{
  --tw-translate-x: 275px;
}

.tw .hover\:translate-x-56:hover{
  --tw-translate-x: 280px;
}

.tw .hover\:translate-x-57:hover{
  --tw-translate-x: 285px;
}

.tw .hover\:translate-x-58:hover{
  --tw-translate-x: 290px;
}

.tw .hover\:translate-x-59:hover{
  --tw-translate-x: 295px;
}

.tw .hover\:translate-x-60:hover{
  --tw-translate-x: 300px;
}

.tw .hover\:translate-x-61:hover{
  --tw-translate-x: 305px;
}

.tw .hover\:translate-x-62:hover{
  --tw-translate-x: 310px;
}

.tw .hover\:translate-x-63:hover{
  --tw-translate-x: 315px;
}

.tw .hover\:translate-x-64:hover{
  --tw-translate-x: 320px;
}

.tw .hover\:translate-x-65:hover{
  --tw-translate-x: 325px;
}

.tw .hover\:translate-x-66:hover{
  --tw-translate-x: 330px;
}

.tw .hover\:translate-x-67:hover{
  --tw-translate-x: 335px;
}

.tw .hover\:translate-x-68:hover{
  --tw-translate-x: 340px;
}

.tw .hover\:translate-x-69:hover{
  --tw-translate-x: 345px;
}

.tw .hover\:translate-x-70:hover{
  --tw-translate-x: 350px;
}

.tw .hover\:translate-x-71:hover{
  --tw-translate-x: 355px;
}

.tw .hover\:translate-x-72:hover{
  --tw-translate-x: 360px;
}

.tw .hover\:translate-x-73:hover{
  --tw-translate-x: 365px;
}

.tw .hover\:translate-x-74:hover{
  --tw-translate-x: 370px;
}

.tw .hover\:translate-x-75:hover{
  --tw-translate-x: 375px;
}

.tw .hover\:translate-x-76:hover{
  --tw-translate-x: 380px;
}

.tw .hover\:translate-x-77:hover{
  --tw-translate-x: 385px;
}

.tw .hover\:translate-x-78:hover{
  --tw-translate-x: 390px;
}

.tw .hover\:translate-x-79:hover{
  --tw-translate-x: 395px;
}

.tw .hover\:translate-x-80:hover{
  --tw-translate-x: 400px;
}

.tw .hover\:translate-x-81:hover{
  --tw-translate-x: 405px;
}

.tw .hover\:translate-x-82:hover{
  --tw-translate-x: 410px;
}

.tw .hover\:translate-x-83:hover{
  --tw-translate-x: 415px;
}

.tw .hover\:translate-x-84:hover{
  --tw-translate-x: 420px;
}

.tw .hover\:translate-x-85:hover{
  --tw-translate-x: 425px;
}

.tw .hover\:translate-x-86:hover{
  --tw-translate-x: 430px;
}

.tw .hover\:translate-x-87:hover{
  --tw-translate-x: 435px;
}

.tw .hover\:translate-x-88:hover{
  --tw-translate-x: 440px;
}

.tw .hover\:translate-x-89:hover{
  --tw-translate-x: 445px;
}

.tw .hover\:translate-x-90:hover{
  --tw-translate-x: 450px;
}

.tw .hover\:translate-x-91:hover{
  --tw-translate-x: 455px;
}

.tw .hover\:translate-x-92:hover{
  --tw-translate-x: 460px;
}

.tw .hover\:translate-x-93:hover{
  --tw-translate-x: 465px;
}

.tw .hover\:translate-x-94:hover{
  --tw-translate-x: 470px;
}

.tw .hover\:translate-x-95:hover{
  --tw-translate-x: 475px;
}

.tw .hover\:translate-x-96:hover{
  --tw-translate-x: 480px;
}

.tw .hover\:translate-x-97:hover{
  --tw-translate-x: 485px;
}

.tw .hover\:translate-x-98:hover{
  --tw-translate-x: 490px;
}

.tw .hover\:translate-x-99:hover{
  --tw-translate-x: 495px;
}

.tw .hover\:translate-x-100:hover{
  --tw-translate-x: 500px;
}

.tw .hover\:translate-x-101:hover{
  --tw-translate-x: 505px;
}

.tw .hover\:translate-x-102:hover{
  --tw-translate-x: 510px;
}

.tw .hover\:translate-x-103:hover{
  --tw-translate-x: 515px;
}

.tw .hover\:translate-x-104:hover{
  --tw-translate-x: 520px;
}

.tw .hover\:translate-x-105:hover{
  --tw-translate-x: 525px;
}

.tw .hover\:translate-x-106:hover{
  --tw-translate-x: 530px;
}

.tw .hover\:translate-x-107:hover{
  --tw-translate-x: 535px;
}

.tw .hover\:translate-x-108:hover{
  --tw-translate-x: 540px;
}

.tw .hover\:translate-x-109:hover{
  --tw-translate-x: 545px;
}

.tw .hover\:translate-x-110:hover{
  --tw-translate-x: 550px;
}

.tw .hover\:translate-x-111:hover{
  --tw-translate-x: 555px;
}

.tw .hover\:translate-x-112:hover{
  --tw-translate-x: 560px;
}

.tw .hover\:translate-x-113:hover{
  --tw-translate-x: 565px;
}

.tw .hover\:translate-x-114:hover{
  --tw-translate-x: 570px;
}

.tw .hover\:translate-x-115:hover{
  --tw-translate-x: 575px;
}

.tw .hover\:translate-x-116:hover{
  --tw-translate-x: 580px;
}

.tw .hover\:translate-x-117:hover{
  --tw-translate-x: 585px;
}

.tw .hover\:translate-x-118:hover{
  --tw-translate-x: 590px;
}

.tw .hover\:translate-x-119:hover{
  --tw-translate-x: 595px;
}

.tw .hover\:translate-x-120:hover{
  --tw-translate-x: 600px;
}

.tw .hover\:translate-x-121:hover{
  --tw-translate-x: 605px;
}

.tw .hover\:translate-x-122:hover{
  --tw-translate-x: 610px;
}

.tw .hover\:translate-x-123:hover{
  --tw-translate-x: 615px;
}

.tw .hover\:translate-x-124:hover{
  --tw-translate-x: 620px;
}

.tw .hover\:translate-x-125:hover{
  --tw-translate-x: 625px;
}

.tw .hover\:translate-x-126:hover{
  --tw-translate-x: 630px;
}

.tw .hover\:translate-x-127:hover{
  --tw-translate-x: 635px;
}

.tw .hover\:translate-x-128:hover{
  --tw-translate-x: 640px;
}

.tw .hover\:translate-x-129:hover{
  --tw-translate-x: 645px;
}

.tw .hover\:translate-x-130:hover{
  --tw-translate-x: 650px;
}

.tw .hover\:translate-x-131:hover{
  --tw-translate-x: 655px;
}

.tw .hover\:translate-x-132:hover{
  --tw-translate-x: 660px;
}

.tw .hover\:translate-x-133:hover{
  --tw-translate-x: 665px;
}

.tw .hover\:translate-x-134:hover{
  --tw-translate-x: 670px;
}

.tw .hover\:translate-x-135:hover{
  --tw-translate-x: 675px;
}

.tw .hover\:translate-x-136:hover{
  --tw-translate-x: 680px;
}

.tw .hover\:translate-x-137:hover{
  --tw-translate-x: 685px;
}

.tw .hover\:translate-x-138:hover{
  --tw-translate-x: 690px;
}

.tw .hover\:translate-x-139:hover{
  --tw-translate-x: 695px;
}

.tw .hover\:translate-x-140:hover{
  --tw-translate-x: 700px;
}

.tw .hover\:translate-x-141:hover{
  --tw-translate-x: 705px;
}

.tw .hover\:translate-x-142:hover{
  --tw-translate-x: 710px;
}

.tw .hover\:translate-x-143:hover{
  --tw-translate-x: 715px;
}

.tw .hover\:translate-x-144:hover{
  --tw-translate-x: 720px;
}

.tw .hover\:translate-x-145:hover{
  --tw-translate-x: 725px;
}

.tw .hover\:translate-x-146:hover{
  --tw-translate-x: 730px;
}

.tw .hover\:translate-x-147:hover{
  --tw-translate-x: 735px;
}

.tw .hover\:translate-x-148:hover{
  --tw-translate-x: 740px;
}

.tw .hover\:translate-x-149:hover{
  --tw-translate-x: 745px;
}

.tw .hover\:translate-x-0\.5:hover{
  --tw-translate-x: 3px;
}

.tw .hover\:translate-x-1px:hover{
  --tw-translate-x: 1px;
}

.tw .hover\:translate-x-2px:hover{
  --tw-translate-x: 2px;
}

.tw .hover\:translate-x-3px:hover{
  --tw-translate-x: 3px;
}

.tw .hover\:translate-x-4px:hover{
  --tw-translate-x: 4px;
}

.tw .hover\:translate-x-5px:hover{
  --tw-translate-x: 5px;
}

.tw .hover\:translate-x-6px:hover{
  --tw-translate-x: 6px;
}

.tw .hover\:translate-x-7px:hover{
  --tw-translate-x: 7px;
}

.tw .hover\:translate-x-8px:hover{
  --tw-translate-x: 8px;
}

.tw .hover\:translate-x-9px:hover{
  --tw-translate-x: 9px;
}

.tw .hover\:translate-x-10px:hover{
  --tw-translate-x: 10px;
}

.tw .hover\:translate-x-11px:hover{
  --tw-translate-x: 11px;
}

.tw .hover\:translate-x-12px:hover{
  --tw-translate-x: 12px;
}

.tw .hover\:translate-x-13px:hover{
  --tw-translate-x: 13px;
}

.tw .hover\:translate-x-14px:hover{
  --tw-translate-x: 14px;
}

.tw .hover\:translate-x-15px:hover{
  --tw-translate-x: 15px;
}

.tw .hover\:translate-x-16px:hover{
  --tw-translate-x: 16px;
}

.tw .hover\:translate-x-17px:hover{
  --tw-translate-x: 17px;
}

.tw .hover\:translate-x-18px:hover{
  --tw-translate-x: 18px;
}

.tw .hover\:translate-x-19px:hover{
  --tw-translate-x: 19px;
}

.tw .hover\:translate-x-20px:hover{
  --tw-translate-x: 20px;
}

.tw .hover\:translate-x-21px:hover{
  --tw-translate-x: 21px;
}

.tw .hover\:translate-x-22px:hover{
  --tw-translate-x: 22px;
}

.tw .hover\:translate-x-23px:hover{
  --tw-translate-x: 23px;
}

.tw .hover\:translate-x-24px:hover{
  --tw-translate-x: 24px;
}

.tw .hover\:translate-x-25px:hover{
  --tw-translate-x: 25px;
}

.tw .hover\:translate-x-26px:hover{
  --tw-translate-x: 26px;
}

.tw .hover\:translate-x-27px:hover{
  --tw-translate-x: 27px;
}

.tw .hover\:translate-x-28px:hover{
  --tw-translate-x: 28px;
}

.tw .hover\:translate-x-29px:hover{
  --tw-translate-x: 29px;
}

.tw .hover\:translate-x-30px:hover{
  --tw-translate-x: 30px;
}

.tw .hover\:translate-x-31px:hover{
  --tw-translate-x: 31px;
}

.tw .hover\:translate-x-32px:hover{
  --tw-translate-x: 32px;
}

.tw .hover\:translate-x-33px:hover{
  --tw-translate-x: 33px;
}

.tw .hover\:translate-x-34px:hover{
  --tw-translate-x: 34px;
}

.tw .hover\:translate-x-35px:hover{
  --tw-translate-x: 35px;
}

.tw .hover\:translate-x-36px:hover{
  --tw-translate-x: 36px;
}

.tw .hover\:translate-x-37px:hover{
  --tw-translate-x: 37px;
}

.tw .hover\:translate-x-38px:hover{
  --tw-translate-x: 38px;
}

.tw .hover\:translate-x-39px:hover{
  --tw-translate-x: 39px;
}

.tw .hover\:translate-x-40px:hover{
  --tw-translate-x: 40px;
}

.tw .hover\:-translate-x-0:hover{
  --tw-translate-x: 0px;
}

.tw .hover\:-translate-x-1:hover{
  --tw-translate-x: -5px;
}

.tw .hover\:-translate-x-2:hover{
  --tw-translate-x: -10px;
}

.tw .hover\:-translate-x-3:hover{
  --tw-translate-x: -15px;
}

.tw .hover\:-translate-x-4:hover{
  --tw-translate-x: -20px;
}

.tw .hover\:-translate-x-5:hover{
  --tw-translate-x: -25px;
}

.tw .hover\:-translate-x-6:hover{
  --tw-translate-x: -30px;
}

.tw .hover\:-translate-x-7:hover{
  --tw-translate-x: -35px;
}

.tw .hover\:-translate-x-8:hover{
  --tw-translate-x: -40px;
}

.tw .hover\:-translate-x-9:hover{
  --tw-translate-x: -45px;
}

.tw .hover\:-translate-x-10:hover{
  --tw-translate-x: -50px;
}

.tw .hover\:-translate-x-11:hover{
  --tw-translate-x: -55px;
}

.tw .hover\:-translate-x-12:hover{
  --tw-translate-x: -60px;
}

.tw .hover\:-translate-x-13:hover{
  --tw-translate-x: -65px;
}

.tw .hover\:-translate-x-14:hover{
  --tw-translate-x: -70px;
}

.tw .hover\:-translate-x-15:hover{
  --tw-translate-x: -75px;
}

.tw .hover\:-translate-x-16:hover{
  --tw-translate-x: -80px;
}

.tw .hover\:-translate-x-17:hover{
  --tw-translate-x: -85px;
}

.tw .hover\:-translate-x-18:hover{
  --tw-translate-x: -90px;
}

.tw .hover\:-translate-x-19:hover{
  --tw-translate-x: -95px;
}

.tw .hover\:-translate-x-20:hover{
  --tw-translate-x: -100px;
}

.tw .hover\:-translate-x-21:hover{
  --tw-translate-x: -105px;
}

.tw .hover\:-translate-x-22:hover{
  --tw-translate-x: -110px;
}

.tw .hover\:-translate-x-23:hover{
  --tw-translate-x: -115px;
}

.tw .hover\:-translate-x-24:hover{
  --tw-translate-x: -120px;
}

.tw .hover\:-translate-x-25:hover{
  --tw-translate-x: -125px;
}

.tw .hover\:-translate-x-26:hover{
  --tw-translate-x: -130px;
}

.tw .hover\:-translate-x-27:hover{
  --tw-translate-x: -135px;
}

.tw .hover\:-translate-x-28:hover{
  --tw-translate-x: -140px;
}

.tw .hover\:-translate-x-29:hover{
  --tw-translate-x: -145px;
}

.tw .hover\:-translate-x-30:hover{
  --tw-translate-x: -150px;
}

.tw .hover\:-translate-x-31:hover{
  --tw-translate-x: -155px;
}

.tw .hover\:-translate-x-32:hover{
  --tw-translate-x: -160px;
}

.tw .hover\:-translate-x-33:hover{
  --tw-translate-x: -165px;
}

.tw .hover\:-translate-x-34:hover{
  --tw-translate-x: -170px;
}

.tw .hover\:-translate-x-35:hover{
  --tw-translate-x: -175px;
}

.tw .hover\:-translate-x-36:hover{
  --tw-translate-x: -180px;
}

.tw .hover\:-translate-x-37:hover{
  --tw-translate-x: -185px;
}

.tw .hover\:-translate-x-38:hover{
  --tw-translate-x: -190px;
}

.tw .hover\:-translate-x-39:hover{
  --tw-translate-x: -195px;
}

.tw .hover\:-translate-x-40:hover{
  --tw-translate-x: -200px;
}

.tw .hover\:-translate-x-41:hover{
  --tw-translate-x: -205px;
}

.tw .hover\:-translate-x-42:hover{
  --tw-translate-x: -210px;
}

.tw .hover\:-translate-x-43:hover{
  --tw-translate-x: -215px;
}

.tw .hover\:-translate-x-44:hover{
  --tw-translate-x: -220px;
}

.tw .hover\:-translate-x-45:hover{
  --tw-translate-x: -225px;
}

.tw .hover\:-translate-x-46:hover{
  --tw-translate-x: -230px;
}

.tw .hover\:-translate-x-47:hover{
  --tw-translate-x: -235px;
}

.tw .hover\:-translate-x-48:hover{
  --tw-translate-x: -240px;
}

.tw .hover\:-translate-x-49:hover{
  --tw-translate-x: -245px;
}

.tw .hover\:-translate-x-50:hover{
  --tw-translate-x: -250px;
}

.tw .hover\:-translate-x-51:hover{
  --tw-translate-x: -255px;
}

.tw .hover\:-translate-x-52:hover{
  --tw-translate-x: -260px;
}

.tw .hover\:-translate-x-53:hover{
  --tw-translate-x: -265px;
}

.tw .hover\:-translate-x-54:hover{
  --tw-translate-x: -270px;
}

.tw .hover\:-translate-x-55:hover{
  --tw-translate-x: -275px;
}

.tw .hover\:-translate-x-56:hover{
  --tw-translate-x: -280px;
}

.tw .hover\:-translate-x-57:hover{
  --tw-translate-x: -285px;
}

.tw .hover\:-translate-x-58:hover{
  --tw-translate-x: -290px;
}

.tw .hover\:-translate-x-59:hover{
  --tw-translate-x: -295px;
}

.tw .hover\:-translate-x-60:hover{
  --tw-translate-x: -300px;
}

.tw .hover\:-translate-x-61:hover{
  --tw-translate-x: -305px;
}

.tw .hover\:-translate-x-62:hover{
  --tw-translate-x: -310px;
}

.tw .hover\:-translate-x-63:hover{
  --tw-translate-x: -315px;
}

.tw .hover\:-translate-x-64:hover{
  --tw-translate-x: -320px;
}

.tw .hover\:-translate-x-65:hover{
  --tw-translate-x: -325px;
}

.tw .hover\:-translate-x-66:hover{
  --tw-translate-x: -330px;
}

.tw .hover\:-translate-x-67:hover{
  --tw-translate-x: -335px;
}

.tw .hover\:-translate-x-68:hover{
  --tw-translate-x: -340px;
}

.tw .hover\:-translate-x-69:hover{
  --tw-translate-x: -345px;
}

.tw .hover\:-translate-x-70:hover{
  --tw-translate-x: -350px;
}

.tw .hover\:-translate-x-71:hover{
  --tw-translate-x: -355px;
}

.tw .hover\:-translate-x-72:hover{
  --tw-translate-x: -360px;
}

.tw .hover\:-translate-x-73:hover{
  --tw-translate-x: -365px;
}

.tw .hover\:-translate-x-74:hover{
  --tw-translate-x: -370px;
}

.tw .hover\:-translate-x-75:hover{
  --tw-translate-x: -375px;
}

.tw .hover\:-translate-x-76:hover{
  --tw-translate-x: -380px;
}

.tw .hover\:-translate-x-77:hover{
  --tw-translate-x: -385px;
}

.tw .hover\:-translate-x-78:hover{
  --tw-translate-x: -390px;
}

.tw .hover\:-translate-x-79:hover{
  --tw-translate-x: -395px;
}

.tw .hover\:-translate-x-80:hover{
  --tw-translate-x: -400px;
}

.tw .hover\:-translate-x-81:hover{
  --tw-translate-x: -405px;
}

.tw .hover\:-translate-x-82:hover{
  --tw-translate-x: -410px;
}

.tw .hover\:-translate-x-83:hover{
  --tw-translate-x: -415px;
}

.tw .hover\:-translate-x-84:hover{
  --tw-translate-x: -420px;
}

.tw .hover\:-translate-x-85:hover{
  --tw-translate-x: -425px;
}

.tw .hover\:-translate-x-86:hover{
  --tw-translate-x: -430px;
}

.tw .hover\:-translate-x-87:hover{
  --tw-translate-x: -435px;
}

.tw .hover\:-translate-x-88:hover{
  --tw-translate-x: -440px;
}

.tw .hover\:-translate-x-89:hover{
  --tw-translate-x: -445px;
}

.tw .hover\:-translate-x-90:hover{
  --tw-translate-x: -450px;
}

.tw .hover\:-translate-x-91:hover{
  --tw-translate-x: -455px;
}

.tw .hover\:-translate-x-92:hover{
  --tw-translate-x: -460px;
}

.tw .hover\:-translate-x-93:hover{
  --tw-translate-x: -465px;
}

.tw .hover\:-translate-x-94:hover{
  --tw-translate-x: -470px;
}

.tw .hover\:-translate-x-95:hover{
  --tw-translate-x: -475px;
}

.tw .hover\:-translate-x-96:hover{
  --tw-translate-x: -480px;
}

.tw .hover\:-translate-x-97:hover{
  --tw-translate-x: -485px;
}

.tw .hover\:-translate-x-98:hover{
  --tw-translate-x: -490px;
}

.tw .hover\:-translate-x-99:hover{
  --tw-translate-x: -495px;
}

.tw .hover\:-translate-x-100:hover{
  --tw-translate-x: -500px;
}

.tw .hover\:-translate-x-101:hover{
  --tw-translate-x: -505px;
}

.tw .hover\:-translate-x-102:hover{
  --tw-translate-x: -510px;
}

.tw .hover\:-translate-x-103:hover{
  --tw-translate-x: -515px;
}

.tw .hover\:-translate-x-104:hover{
  --tw-translate-x: -520px;
}

.tw .hover\:-translate-x-105:hover{
  --tw-translate-x: -525px;
}

.tw .hover\:-translate-x-106:hover{
  --tw-translate-x: -530px;
}

.tw .hover\:-translate-x-107:hover{
  --tw-translate-x: -535px;
}

.tw .hover\:-translate-x-108:hover{
  --tw-translate-x: -540px;
}

.tw .hover\:-translate-x-109:hover{
  --tw-translate-x: -545px;
}

.tw .hover\:-translate-x-110:hover{
  --tw-translate-x: -550px;
}

.tw .hover\:-translate-x-111:hover{
  --tw-translate-x: -555px;
}

.tw .hover\:-translate-x-112:hover{
  --tw-translate-x: -560px;
}

.tw .hover\:-translate-x-113:hover{
  --tw-translate-x: -565px;
}

.tw .hover\:-translate-x-114:hover{
  --tw-translate-x: -570px;
}

.tw .hover\:-translate-x-115:hover{
  --tw-translate-x: -575px;
}

.tw .hover\:-translate-x-116:hover{
  --tw-translate-x: -580px;
}

.tw .hover\:-translate-x-117:hover{
  --tw-translate-x: -585px;
}

.tw .hover\:-translate-x-118:hover{
  --tw-translate-x: -590px;
}

.tw .hover\:-translate-x-119:hover{
  --tw-translate-x: -595px;
}

.tw .hover\:-translate-x-120:hover{
  --tw-translate-x: -600px;
}

.tw .hover\:-translate-x-121:hover{
  --tw-translate-x: -605px;
}

.tw .hover\:-translate-x-122:hover{
  --tw-translate-x: -610px;
}

.tw .hover\:-translate-x-123:hover{
  --tw-translate-x: -615px;
}

.tw .hover\:-translate-x-124:hover{
  --tw-translate-x: -620px;
}

.tw .hover\:-translate-x-125:hover{
  --tw-translate-x: -625px;
}

.tw .hover\:-translate-x-126:hover{
  --tw-translate-x: -630px;
}

.tw .hover\:-translate-x-127:hover{
  --tw-translate-x: -635px;
}

.tw .hover\:-translate-x-128:hover{
  --tw-translate-x: -640px;
}

.tw .hover\:-translate-x-129:hover{
  --tw-translate-x: -645px;
}

.tw .hover\:-translate-x-130:hover{
  --tw-translate-x: -650px;
}

.tw .hover\:-translate-x-131:hover{
  --tw-translate-x: -655px;
}

.tw .hover\:-translate-x-132:hover{
  --tw-translate-x: -660px;
}

.tw .hover\:-translate-x-133:hover{
  --tw-translate-x: -665px;
}

.tw .hover\:-translate-x-134:hover{
  --tw-translate-x: -670px;
}

.tw .hover\:-translate-x-135:hover{
  --tw-translate-x: -675px;
}

.tw .hover\:-translate-x-136:hover{
  --tw-translate-x: -680px;
}

.tw .hover\:-translate-x-137:hover{
  --tw-translate-x: -685px;
}

.tw .hover\:-translate-x-138:hover{
  --tw-translate-x: -690px;
}

.tw .hover\:-translate-x-139:hover{
  --tw-translate-x: -695px;
}

.tw .hover\:-translate-x-140:hover{
  --tw-translate-x: -700px;
}

.tw .hover\:-translate-x-141:hover{
  --tw-translate-x: -705px;
}

.tw .hover\:-translate-x-142:hover{
  --tw-translate-x: -710px;
}

.tw .hover\:-translate-x-143:hover{
  --tw-translate-x: -715px;
}

.tw .hover\:-translate-x-144:hover{
  --tw-translate-x: -720px;
}

.tw .hover\:-translate-x-145:hover{
  --tw-translate-x: -725px;
}

.tw .hover\:-translate-x-146:hover{
  --tw-translate-x: -730px;
}

.tw .hover\:-translate-x-147:hover{
  --tw-translate-x: -735px;
}

.tw .hover\:-translate-x-148:hover{
  --tw-translate-x: -740px;
}

.tw .hover\:-translate-x-149:hover{
  --tw-translate-x: -745px;
}

.tw .hover\:-translate-x-0\.5:hover{
  --tw-translate-x: -3px;
}

.tw .hover\:-translate-x-1px:hover{
  --tw-translate-x: -1px;
}

.tw .hover\:-translate-x-2px:hover{
  --tw-translate-x: -2px;
}

.tw .hover\:-translate-x-3px:hover{
  --tw-translate-x: -3px;
}

.tw .hover\:-translate-x-4px:hover{
  --tw-translate-x: -4px;
}

.tw .hover\:-translate-x-5px:hover{
  --tw-translate-x: -5px;
}

.tw .hover\:-translate-x-6px:hover{
  --tw-translate-x: -6px;
}

.tw .hover\:-translate-x-7px:hover{
  --tw-translate-x: -7px;
}

.tw .hover\:-translate-x-8px:hover{
  --tw-translate-x: -8px;
}

.tw .hover\:-translate-x-9px:hover{
  --tw-translate-x: -9px;
}

.tw .hover\:-translate-x-10px:hover{
  --tw-translate-x: -10px;
}

.tw .hover\:-translate-x-11px:hover{
  --tw-translate-x: -11px;
}

.tw .hover\:-translate-x-12px:hover{
  --tw-translate-x: -12px;
}

.tw .hover\:-translate-x-13px:hover{
  --tw-translate-x: -13px;
}

.tw .hover\:-translate-x-14px:hover{
  --tw-translate-x: -14px;
}

.tw .hover\:-translate-x-15px:hover{
  --tw-translate-x: -15px;
}

.tw .hover\:-translate-x-16px:hover{
  --tw-translate-x: -16px;
}

.tw .hover\:-translate-x-17px:hover{
  --tw-translate-x: -17px;
}

.tw .hover\:-translate-x-18px:hover{
  --tw-translate-x: -18px;
}

.tw .hover\:-translate-x-19px:hover{
  --tw-translate-x: -19px;
}

.tw .hover\:-translate-x-20px:hover{
  --tw-translate-x: -20px;
}

.tw .hover\:-translate-x-21px:hover{
  --tw-translate-x: -21px;
}

.tw .hover\:-translate-x-22px:hover{
  --tw-translate-x: -22px;
}

.tw .hover\:-translate-x-23px:hover{
  --tw-translate-x: -23px;
}

.tw .hover\:-translate-x-24px:hover{
  --tw-translate-x: -24px;
}

.tw .hover\:-translate-x-25px:hover{
  --tw-translate-x: -25px;
}

.tw .hover\:-translate-x-26px:hover{
  --tw-translate-x: -26px;
}

.tw .hover\:-translate-x-27px:hover{
  --tw-translate-x: -27px;
}

.tw .hover\:-translate-x-28px:hover{
  --tw-translate-x: -28px;
}

.tw .hover\:-translate-x-29px:hover{
  --tw-translate-x: -29px;
}

.tw .hover\:-translate-x-30px:hover{
  --tw-translate-x: -30px;
}

.tw .hover\:-translate-x-31px:hover{
  --tw-translate-x: -31px;
}

.tw .hover\:-translate-x-32px:hover{
  --tw-translate-x: -32px;
}

.tw .hover\:-translate-x-33px:hover{
  --tw-translate-x: -33px;
}

.tw .hover\:-translate-x-34px:hover{
  --tw-translate-x: -34px;
}

.tw .hover\:-translate-x-35px:hover{
  --tw-translate-x: -35px;
}

.tw .hover\:-translate-x-36px:hover{
  --tw-translate-x: -36px;
}

.tw .hover\:-translate-x-37px:hover{
  --tw-translate-x: -37px;
}

.tw .hover\:-translate-x-38px:hover{
  --tw-translate-x: -38px;
}

.tw .hover\:-translate-x-39px:hover{
  --tw-translate-x: -39px;
}

.tw .hover\:-translate-x-40px:hover{
  --tw-translate-x: -40px;
}

.tw .hover\:translate-x-1\/2:hover{
  --tw-translate-x: 50%;
}

.tw .hover\:translate-x-1\/3:hover{
  --tw-translate-x: 33.333333%;
}

.tw .hover\:translate-x-2\/3:hover{
  --tw-translate-x: 66.666667%;
}

.tw .hover\:translate-x-1\/4:hover{
  --tw-translate-x: 25%;
}

.tw .hover\:translate-x-2\/4:hover{
  --tw-translate-x: 50%;
}

.tw .hover\:translate-x-3\/4:hover{
  --tw-translate-x: 75%;
}

.tw .hover\:translate-x-full:hover{
  --tw-translate-x: 100%;
}

.tw .hover\:-translate-x-1\/2:hover{
  --tw-translate-x: -50%;
}

.tw .hover\:-translate-x-1\/3:hover{
  --tw-translate-x: -33.333333%;
}

.tw .hover\:-translate-x-2\/3:hover{
  --tw-translate-x: -66.666667%;
}

.tw .hover\:-translate-x-1\/4:hover{
  --tw-translate-x: -25%;
}

.tw .hover\:-translate-x-2\/4:hover{
  --tw-translate-x: -50%;
}

.tw .hover\:-translate-x-3\/4:hover{
  --tw-translate-x: -75%;
}

.tw .hover\:-translate-x-full:hover{
  --tw-translate-x: -100%;
}

.tw .hover\:translate-y-0:hover{
  --tw-translate-y: 0px;
}

.tw .hover\:translate-y-1:hover{
  --tw-translate-y: 5px;
}

.tw .hover\:translate-y-2:hover{
  --tw-translate-y: 10px;
}

.tw .hover\:translate-y-3:hover{
  --tw-translate-y: 15px;
}

.tw .hover\:translate-y-4:hover{
  --tw-translate-y: 20px;
}

.tw .hover\:translate-y-5:hover{
  --tw-translate-y: 25px;
}

.tw .hover\:translate-y-6:hover{
  --tw-translate-y: 30px;
}

.tw .hover\:translate-y-7:hover{
  --tw-translate-y: 35px;
}

.tw .hover\:translate-y-8:hover{
  --tw-translate-y: 40px;
}

.tw .hover\:translate-y-9:hover{
  --tw-translate-y: 45px;
}

.tw .hover\:translate-y-10:hover{
  --tw-translate-y: 50px;
}

.tw .hover\:translate-y-11:hover{
  --tw-translate-y: 55px;
}

.tw .hover\:translate-y-12:hover{
  --tw-translate-y: 60px;
}

.tw .hover\:translate-y-13:hover{
  --tw-translate-y: 65px;
}

.tw .hover\:translate-y-14:hover{
  --tw-translate-y: 70px;
}

.tw .hover\:translate-y-15:hover{
  --tw-translate-y: 75px;
}

.tw .hover\:translate-y-16:hover{
  --tw-translate-y: 80px;
}

.tw .hover\:translate-y-17:hover{
  --tw-translate-y: 85px;
}

.tw .hover\:translate-y-18:hover{
  --tw-translate-y: 90px;
}

.tw .hover\:translate-y-19:hover{
  --tw-translate-y: 95px;
}

.tw .hover\:translate-y-20:hover{
  --tw-translate-y: 100px;
}

.tw .hover\:translate-y-21:hover{
  --tw-translate-y: 105px;
}

.tw .hover\:translate-y-22:hover{
  --tw-translate-y: 110px;
}

.tw .hover\:translate-y-23:hover{
  --tw-translate-y: 115px;
}

.tw .hover\:translate-y-24:hover{
  --tw-translate-y: 120px;
}

.tw .hover\:translate-y-25:hover{
  --tw-translate-y: 125px;
}

.tw .hover\:translate-y-26:hover{
  --tw-translate-y: 130px;
}

.tw .hover\:translate-y-27:hover{
  --tw-translate-y: 135px;
}

.tw .hover\:translate-y-28:hover{
  --tw-translate-y: 140px;
}

.tw .hover\:translate-y-29:hover{
  --tw-translate-y: 145px;
}

.tw .hover\:translate-y-30:hover{
  --tw-translate-y: 150px;
}

.tw .hover\:translate-y-31:hover{
  --tw-translate-y: 155px;
}

.tw .hover\:translate-y-32:hover{
  --tw-translate-y: 160px;
}

.tw .hover\:translate-y-33:hover{
  --tw-translate-y: 165px;
}

.tw .hover\:translate-y-34:hover{
  --tw-translate-y: 170px;
}

.tw .hover\:translate-y-35:hover{
  --tw-translate-y: 175px;
}

.tw .hover\:translate-y-36:hover{
  --tw-translate-y: 180px;
}

.tw .hover\:translate-y-37:hover{
  --tw-translate-y: 185px;
}

.tw .hover\:translate-y-38:hover{
  --tw-translate-y: 190px;
}

.tw .hover\:translate-y-39:hover{
  --tw-translate-y: 195px;
}

.tw .hover\:translate-y-40:hover{
  --tw-translate-y: 200px;
}

.tw .hover\:translate-y-41:hover{
  --tw-translate-y: 205px;
}

.tw .hover\:translate-y-42:hover{
  --tw-translate-y: 210px;
}

.tw .hover\:translate-y-43:hover{
  --tw-translate-y: 215px;
}

.tw .hover\:translate-y-44:hover{
  --tw-translate-y: 220px;
}

.tw .hover\:translate-y-45:hover{
  --tw-translate-y: 225px;
}

.tw .hover\:translate-y-46:hover{
  --tw-translate-y: 230px;
}

.tw .hover\:translate-y-47:hover{
  --tw-translate-y: 235px;
}

.tw .hover\:translate-y-48:hover{
  --tw-translate-y: 240px;
}

.tw .hover\:translate-y-49:hover{
  --tw-translate-y: 245px;
}

.tw .hover\:translate-y-50:hover{
  --tw-translate-y: 250px;
}

.tw .hover\:translate-y-51:hover{
  --tw-translate-y: 255px;
}

.tw .hover\:translate-y-52:hover{
  --tw-translate-y: 260px;
}

.tw .hover\:translate-y-53:hover{
  --tw-translate-y: 265px;
}

.tw .hover\:translate-y-54:hover{
  --tw-translate-y: 270px;
}

.tw .hover\:translate-y-55:hover{
  --tw-translate-y: 275px;
}

.tw .hover\:translate-y-56:hover{
  --tw-translate-y: 280px;
}

.tw .hover\:translate-y-57:hover{
  --tw-translate-y: 285px;
}

.tw .hover\:translate-y-58:hover{
  --tw-translate-y: 290px;
}

.tw .hover\:translate-y-59:hover{
  --tw-translate-y: 295px;
}

.tw .hover\:translate-y-60:hover{
  --tw-translate-y: 300px;
}

.tw .hover\:translate-y-61:hover{
  --tw-translate-y: 305px;
}

.tw .hover\:translate-y-62:hover{
  --tw-translate-y: 310px;
}

.tw .hover\:translate-y-63:hover{
  --tw-translate-y: 315px;
}

.tw .hover\:translate-y-64:hover{
  --tw-translate-y: 320px;
}

.tw .hover\:translate-y-65:hover{
  --tw-translate-y: 325px;
}

.tw .hover\:translate-y-66:hover{
  --tw-translate-y: 330px;
}

.tw .hover\:translate-y-67:hover{
  --tw-translate-y: 335px;
}

.tw .hover\:translate-y-68:hover{
  --tw-translate-y: 340px;
}

.tw .hover\:translate-y-69:hover{
  --tw-translate-y: 345px;
}

.tw .hover\:translate-y-70:hover{
  --tw-translate-y: 350px;
}

.tw .hover\:translate-y-71:hover{
  --tw-translate-y: 355px;
}

.tw .hover\:translate-y-72:hover{
  --tw-translate-y: 360px;
}

.tw .hover\:translate-y-73:hover{
  --tw-translate-y: 365px;
}

.tw .hover\:translate-y-74:hover{
  --tw-translate-y: 370px;
}

.tw .hover\:translate-y-75:hover{
  --tw-translate-y: 375px;
}

.tw .hover\:translate-y-76:hover{
  --tw-translate-y: 380px;
}

.tw .hover\:translate-y-77:hover{
  --tw-translate-y: 385px;
}

.tw .hover\:translate-y-78:hover{
  --tw-translate-y: 390px;
}

.tw .hover\:translate-y-79:hover{
  --tw-translate-y: 395px;
}

.tw .hover\:translate-y-80:hover{
  --tw-translate-y: 400px;
}

.tw .hover\:translate-y-81:hover{
  --tw-translate-y: 405px;
}

.tw .hover\:translate-y-82:hover{
  --tw-translate-y: 410px;
}

.tw .hover\:translate-y-83:hover{
  --tw-translate-y: 415px;
}

.tw .hover\:translate-y-84:hover{
  --tw-translate-y: 420px;
}

.tw .hover\:translate-y-85:hover{
  --tw-translate-y: 425px;
}

.tw .hover\:translate-y-86:hover{
  --tw-translate-y: 430px;
}

.tw .hover\:translate-y-87:hover{
  --tw-translate-y: 435px;
}

.tw .hover\:translate-y-88:hover{
  --tw-translate-y: 440px;
}

.tw .hover\:translate-y-89:hover{
  --tw-translate-y: 445px;
}

.tw .hover\:translate-y-90:hover{
  --tw-translate-y: 450px;
}

.tw .hover\:translate-y-91:hover{
  --tw-translate-y: 455px;
}

.tw .hover\:translate-y-92:hover{
  --tw-translate-y: 460px;
}

.tw .hover\:translate-y-93:hover{
  --tw-translate-y: 465px;
}

.tw .hover\:translate-y-94:hover{
  --tw-translate-y: 470px;
}

.tw .hover\:translate-y-95:hover{
  --tw-translate-y: 475px;
}

.tw .hover\:translate-y-96:hover{
  --tw-translate-y: 480px;
}

.tw .hover\:translate-y-97:hover{
  --tw-translate-y: 485px;
}

.tw .hover\:translate-y-98:hover{
  --tw-translate-y: 490px;
}

.tw .hover\:translate-y-99:hover{
  --tw-translate-y: 495px;
}

.tw .hover\:translate-y-100:hover{
  --tw-translate-y: 500px;
}

.tw .hover\:translate-y-101:hover{
  --tw-translate-y: 505px;
}

.tw .hover\:translate-y-102:hover{
  --tw-translate-y: 510px;
}

.tw .hover\:translate-y-103:hover{
  --tw-translate-y: 515px;
}

.tw .hover\:translate-y-104:hover{
  --tw-translate-y: 520px;
}

.tw .hover\:translate-y-105:hover{
  --tw-translate-y: 525px;
}

.tw .hover\:translate-y-106:hover{
  --tw-translate-y: 530px;
}

.tw .hover\:translate-y-107:hover{
  --tw-translate-y: 535px;
}

.tw .hover\:translate-y-108:hover{
  --tw-translate-y: 540px;
}

.tw .hover\:translate-y-109:hover{
  --tw-translate-y: 545px;
}

.tw .hover\:translate-y-110:hover{
  --tw-translate-y: 550px;
}

.tw .hover\:translate-y-111:hover{
  --tw-translate-y: 555px;
}

.tw .hover\:translate-y-112:hover{
  --tw-translate-y: 560px;
}

.tw .hover\:translate-y-113:hover{
  --tw-translate-y: 565px;
}

.tw .hover\:translate-y-114:hover{
  --tw-translate-y: 570px;
}

.tw .hover\:translate-y-115:hover{
  --tw-translate-y: 575px;
}

.tw .hover\:translate-y-116:hover{
  --tw-translate-y: 580px;
}

.tw .hover\:translate-y-117:hover{
  --tw-translate-y: 585px;
}

.tw .hover\:translate-y-118:hover{
  --tw-translate-y: 590px;
}

.tw .hover\:translate-y-119:hover{
  --tw-translate-y: 595px;
}

.tw .hover\:translate-y-120:hover{
  --tw-translate-y: 600px;
}

.tw .hover\:translate-y-121:hover{
  --tw-translate-y: 605px;
}

.tw .hover\:translate-y-122:hover{
  --tw-translate-y: 610px;
}

.tw .hover\:translate-y-123:hover{
  --tw-translate-y: 615px;
}

.tw .hover\:translate-y-124:hover{
  --tw-translate-y: 620px;
}

.tw .hover\:translate-y-125:hover{
  --tw-translate-y: 625px;
}

.tw .hover\:translate-y-126:hover{
  --tw-translate-y: 630px;
}

.tw .hover\:translate-y-127:hover{
  --tw-translate-y: 635px;
}

.tw .hover\:translate-y-128:hover{
  --tw-translate-y: 640px;
}

.tw .hover\:translate-y-129:hover{
  --tw-translate-y: 645px;
}

.tw .hover\:translate-y-130:hover{
  --tw-translate-y: 650px;
}

.tw .hover\:translate-y-131:hover{
  --tw-translate-y: 655px;
}

.tw .hover\:translate-y-132:hover{
  --tw-translate-y: 660px;
}

.tw .hover\:translate-y-133:hover{
  --tw-translate-y: 665px;
}

.tw .hover\:translate-y-134:hover{
  --tw-translate-y: 670px;
}

.tw .hover\:translate-y-135:hover{
  --tw-translate-y: 675px;
}

.tw .hover\:translate-y-136:hover{
  --tw-translate-y: 680px;
}

.tw .hover\:translate-y-137:hover{
  --tw-translate-y: 685px;
}

.tw .hover\:translate-y-138:hover{
  --tw-translate-y: 690px;
}

.tw .hover\:translate-y-139:hover{
  --tw-translate-y: 695px;
}

.tw .hover\:translate-y-140:hover{
  --tw-translate-y: 700px;
}

.tw .hover\:translate-y-141:hover{
  --tw-translate-y: 705px;
}

.tw .hover\:translate-y-142:hover{
  --tw-translate-y: 710px;
}

.tw .hover\:translate-y-143:hover{
  --tw-translate-y: 715px;
}

.tw .hover\:translate-y-144:hover{
  --tw-translate-y: 720px;
}

.tw .hover\:translate-y-145:hover{
  --tw-translate-y: 725px;
}

.tw .hover\:translate-y-146:hover{
  --tw-translate-y: 730px;
}

.tw .hover\:translate-y-147:hover{
  --tw-translate-y: 735px;
}

.tw .hover\:translate-y-148:hover{
  --tw-translate-y: 740px;
}

.tw .hover\:translate-y-149:hover{
  --tw-translate-y: 745px;
}

.tw .hover\:translate-y-0\.5:hover{
  --tw-translate-y: 3px;
}

.tw .hover\:translate-y-1px:hover{
  --tw-translate-y: 1px;
}

.tw .hover\:translate-y-2px:hover{
  --tw-translate-y: 2px;
}

.tw .hover\:translate-y-3px:hover{
  --tw-translate-y: 3px;
}

.tw .hover\:translate-y-4px:hover{
  --tw-translate-y: 4px;
}

.tw .hover\:translate-y-5px:hover{
  --tw-translate-y: 5px;
}

.tw .hover\:translate-y-6px:hover{
  --tw-translate-y: 6px;
}

.tw .hover\:translate-y-7px:hover{
  --tw-translate-y: 7px;
}

.tw .hover\:translate-y-8px:hover{
  --tw-translate-y: 8px;
}

.tw .hover\:translate-y-9px:hover{
  --tw-translate-y: 9px;
}

.tw .hover\:translate-y-10px:hover{
  --tw-translate-y: 10px;
}

.tw .hover\:translate-y-11px:hover{
  --tw-translate-y: 11px;
}

.tw .hover\:translate-y-12px:hover{
  --tw-translate-y: 12px;
}

.tw .hover\:translate-y-13px:hover{
  --tw-translate-y: 13px;
}

.tw .hover\:translate-y-14px:hover{
  --tw-translate-y: 14px;
}

.tw .hover\:translate-y-15px:hover{
  --tw-translate-y: 15px;
}

.tw .hover\:translate-y-16px:hover{
  --tw-translate-y: 16px;
}

.tw .hover\:translate-y-17px:hover{
  --tw-translate-y: 17px;
}

.tw .hover\:translate-y-18px:hover{
  --tw-translate-y: 18px;
}

.tw .hover\:translate-y-19px:hover{
  --tw-translate-y: 19px;
}

.tw .hover\:translate-y-20px:hover{
  --tw-translate-y: 20px;
}

.tw .hover\:translate-y-21px:hover{
  --tw-translate-y: 21px;
}

.tw .hover\:translate-y-22px:hover{
  --tw-translate-y: 22px;
}

.tw .hover\:translate-y-23px:hover{
  --tw-translate-y: 23px;
}

.tw .hover\:translate-y-24px:hover{
  --tw-translate-y: 24px;
}

.tw .hover\:translate-y-25px:hover{
  --tw-translate-y: 25px;
}

.tw .hover\:translate-y-26px:hover{
  --tw-translate-y: 26px;
}

.tw .hover\:translate-y-27px:hover{
  --tw-translate-y: 27px;
}

.tw .hover\:translate-y-28px:hover{
  --tw-translate-y: 28px;
}

.tw .hover\:translate-y-29px:hover{
  --tw-translate-y: 29px;
}

.tw .hover\:translate-y-30px:hover{
  --tw-translate-y: 30px;
}

.tw .hover\:translate-y-31px:hover{
  --tw-translate-y: 31px;
}

.tw .hover\:translate-y-32px:hover{
  --tw-translate-y: 32px;
}

.tw .hover\:translate-y-33px:hover{
  --tw-translate-y: 33px;
}

.tw .hover\:translate-y-34px:hover{
  --tw-translate-y: 34px;
}

.tw .hover\:translate-y-35px:hover{
  --tw-translate-y: 35px;
}

.tw .hover\:translate-y-36px:hover{
  --tw-translate-y: 36px;
}

.tw .hover\:translate-y-37px:hover{
  --tw-translate-y: 37px;
}

.tw .hover\:translate-y-38px:hover{
  --tw-translate-y: 38px;
}

.tw .hover\:translate-y-39px:hover{
  --tw-translate-y: 39px;
}

.tw .hover\:translate-y-40px:hover{
  --tw-translate-y: 40px;
}

.tw .hover\:-translate-y-0:hover{
  --tw-translate-y: 0px;
}

.tw .hover\:-translate-y-1:hover{
  --tw-translate-y: -5px;
}

.tw .hover\:-translate-y-2:hover{
  --tw-translate-y: -10px;
}

.tw .hover\:-translate-y-3:hover{
  --tw-translate-y: -15px;
}

.tw .hover\:-translate-y-4:hover{
  --tw-translate-y: -20px;
}

.tw .hover\:-translate-y-5:hover{
  --tw-translate-y: -25px;
}

.tw .hover\:-translate-y-6:hover{
  --tw-translate-y: -30px;
}

.tw .hover\:-translate-y-7:hover{
  --tw-translate-y: -35px;
}

.tw .hover\:-translate-y-8:hover{
  --tw-translate-y: -40px;
}

.tw .hover\:-translate-y-9:hover{
  --tw-translate-y: -45px;
}

.tw .hover\:-translate-y-10:hover{
  --tw-translate-y: -50px;
}

.tw .hover\:-translate-y-11:hover{
  --tw-translate-y: -55px;
}

.tw .hover\:-translate-y-12:hover{
  --tw-translate-y: -60px;
}

.tw .hover\:-translate-y-13:hover{
  --tw-translate-y: -65px;
}

.tw .hover\:-translate-y-14:hover{
  --tw-translate-y: -70px;
}

.tw .hover\:-translate-y-15:hover{
  --tw-translate-y: -75px;
}

.tw .hover\:-translate-y-16:hover{
  --tw-translate-y: -80px;
}

.tw .hover\:-translate-y-17:hover{
  --tw-translate-y: -85px;
}

.tw .hover\:-translate-y-18:hover{
  --tw-translate-y: -90px;
}

.tw .hover\:-translate-y-19:hover{
  --tw-translate-y: -95px;
}

.tw .hover\:-translate-y-20:hover{
  --tw-translate-y: -100px;
}

.tw .hover\:-translate-y-21:hover{
  --tw-translate-y: -105px;
}

.tw .hover\:-translate-y-22:hover{
  --tw-translate-y: -110px;
}

.tw .hover\:-translate-y-23:hover{
  --tw-translate-y: -115px;
}

.tw .hover\:-translate-y-24:hover{
  --tw-translate-y: -120px;
}

.tw .hover\:-translate-y-25:hover{
  --tw-translate-y: -125px;
}

.tw .hover\:-translate-y-26:hover{
  --tw-translate-y: -130px;
}

.tw .hover\:-translate-y-27:hover{
  --tw-translate-y: -135px;
}

.tw .hover\:-translate-y-28:hover{
  --tw-translate-y: -140px;
}

.tw .hover\:-translate-y-29:hover{
  --tw-translate-y: -145px;
}

.tw .hover\:-translate-y-30:hover{
  --tw-translate-y: -150px;
}

.tw .hover\:-translate-y-31:hover{
  --tw-translate-y: -155px;
}

.tw .hover\:-translate-y-32:hover{
  --tw-translate-y: -160px;
}

.tw .hover\:-translate-y-33:hover{
  --tw-translate-y: -165px;
}

.tw .hover\:-translate-y-34:hover{
  --tw-translate-y: -170px;
}

.tw .hover\:-translate-y-35:hover{
  --tw-translate-y: -175px;
}

.tw .hover\:-translate-y-36:hover{
  --tw-translate-y: -180px;
}

.tw .hover\:-translate-y-37:hover{
  --tw-translate-y: -185px;
}

.tw .hover\:-translate-y-38:hover{
  --tw-translate-y: -190px;
}

.tw .hover\:-translate-y-39:hover{
  --tw-translate-y: -195px;
}

.tw .hover\:-translate-y-40:hover{
  --tw-translate-y: -200px;
}

.tw .hover\:-translate-y-41:hover{
  --tw-translate-y: -205px;
}

.tw .hover\:-translate-y-42:hover{
  --tw-translate-y: -210px;
}

.tw .hover\:-translate-y-43:hover{
  --tw-translate-y: -215px;
}

.tw .hover\:-translate-y-44:hover{
  --tw-translate-y: -220px;
}

.tw .hover\:-translate-y-45:hover{
  --tw-translate-y: -225px;
}

.tw .hover\:-translate-y-46:hover{
  --tw-translate-y: -230px;
}

.tw .hover\:-translate-y-47:hover{
  --tw-translate-y: -235px;
}

.tw .hover\:-translate-y-48:hover{
  --tw-translate-y: -240px;
}

.tw .hover\:-translate-y-49:hover{
  --tw-translate-y: -245px;
}

.tw .hover\:-translate-y-50:hover{
  --tw-translate-y: -250px;
}

.tw .hover\:-translate-y-51:hover{
  --tw-translate-y: -255px;
}

.tw .hover\:-translate-y-52:hover{
  --tw-translate-y: -260px;
}

.tw .hover\:-translate-y-53:hover{
  --tw-translate-y: -265px;
}

.tw .hover\:-translate-y-54:hover{
  --tw-translate-y: -270px;
}

.tw .hover\:-translate-y-55:hover{
  --tw-translate-y: -275px;
}

.tw .hover\:-translate-y-56:hover{
  --tw-translate-y: -280px;
}

.tw .hover\:-translate-y-57:hover{
  --tw-translate-y: -285px;
}

.tw .hover\:-translate-y-58:hover{
  --tw-translate-y: -290px;
}

.tw .hover\:-translate-y-59:hover{
  --tw-translate-y: -295px;
}

.tw .hover\:-translate-y-60:hover{
  --tw-translate-y: -300px;
}

.tw .hover\:-translate-y-61:hover{
  --tw-translate-y: -305px;
}

.tw .hover\:-translate-y-62:hover{
  --tw-translate-y: -310px;
}

.tw .hover\:-translate-y-63:hover{
  --tw-translate-y: -315px;
}

.tw .hover\:-translate-y-64:hover{
  --tw-translate-y: -320px;
}

.tw .hover\:-translate-y-65:hover{
  --tw-translate-y: -325px;
}

.tw .hover\:-translate-y-66:hover{
  --tw-translate-y: -330px;
}

.tw .hover\:-translate-y-67:hover{
  --tw-translate-y: -335px;
}

.tw .hover\:-translate-y-68:hover{
  --tw-translate-y: -340px;
}

.tw .hover\:-translate-y-69:hover{
  --tw-translate-y: -345px;
}

.tw .hover\:-translate-y-70:hover{
  --tw-translate-y: -350px;
}

.tw .hover\:-translate-y-71:hover{
  --tw-translate-y: -355px;
}

.tw .hover\:-translate-y-72:hover{
  --tw-translate-y: -360px;
}

.tw .hover\:-translate-y-73:hover{
  --tw-translate-y: -365px;
}

.tw .hover\:-translate-y-74:hover{
  --tw-translate-y: -370px;
}

.tw .hover\:-translate-y-75:hover{
  --tw-translate-y: -375px;
}

.tw .hover\:-translate-y-76:hover{
  --tw-translate-y: -380px;
}

.tw .hover\:-translate-y-77:hover{
  --tw-translate-y: -385px;
}

.tw .hover\:-translate-y-78:hover{
  --tw-translate-y: -390px;
}

.tw .hover\:-translate-y-79:hover{
  --tw-translate-y: -395px;
}

.tw .hover\:-translate-y-80:hover{
  --tw-translate-y: -400px;
}

.tw .hover\:-translate-y-81:hover{
  --tw-translate-y: -405px;
}

.tw .hover\:-translate-y-82:hover{
  --tw-translate-y: -410px;
}

.tw .hover\:-translate-y-83:hover{
  --tw-translate-y: -415px;
}

.tw .hover\:-translate-y-84:hover{
  --tw-translate-y: -420px;
}

.tw .hover\:-translate-y-85:hover{
  --tw-translate-y: -425px;
}

.tw .hover\:-translate-y-86:hover{
  --tw-translate-y: -430px;
}

.tw .hover\:-translate-y-87:hover{
  --tw-translate-y: -435px;
}

.tw .hover\:-translate-y-88:hover{
  --tw-translate-y: -440px;
}

.tw .hover\:-translate-y-89:hover{
  --tw-translate-y: -445px;
}

.tw .hover\:-translate-y-90:hover{
  --tw-translate-y: -450px;
}

.tw .hover\:-translate-y-91:hover{
  --tw-translate-y: -455px;
}

.tw .hover\:-translate-y-92:hover{
  --tw-translate-y: -460px;
}

.tw .hover\:-translate-y-93:hover{
  --tw-translate-y: -465px;
}

.tw .hover\:-translate-y-94:hover{
  --tw-translate-y: -470px;
}

.tw .hover\:-translate-y-95:hover{
  --tw-translate-y: -475px;
}

.tw .hover\:-translate-y-96:hover{
  --tw-translate-y: -480px;
}

.tw .hover\:-translate-y-97:hover{
  --tw-translate-y: -485px;
}

.tw .hover\:-translate-y-98:hover{
  --tw-translate-y: -490px;
}

.tw .hover\:-translate-y-99:hover{
  --tw-translate-y: -495px;
}

.tw .hover\:-translate-y-100:hover{
  --tw-translate-y: -500px;
}

.tw .hover\:-translate-y-101:hover{
  --tw-translate-y: -505px;
}

.tw .hover\:-translate-y-102:hover{
  --tw-translate-y: -510px;
}

.tw .hover\:-translate-y-103:hover{
  --tw-translate-y: -515px;
}

.tw .hover\:-translate-y-104:hover{
  --tw-translate-y: -520px;
}

.tw .hover\:-translate-y-105:hover{
  --tw-translate-y: -525px;
}

.tw .hover\:-translate-y-106:hover{
  --tw-translate-y: -530px;
}

.tw .hover\:-translate-y-107:hover{
  --tw-translate-y: -535px;
}

.tw .hover\:-translate-y-108:hover{
  --tw-translate-y: -540px;
}

.tw .hover\:-translate-y-109:hover{
  --tw-translate-y: -545px;
}

.tw .hover\:-translate-y-110:hover{
  --tw-translate-y: -550px;
}

.tw .hover\:-translate-y-111:hover{
  --tw-translate-y: -555px;
}

.tw .hover\:-translate-y-112:hover{
  --tw-translate-y: -560px;
}

.tw .hover\:-translate-y-113:hover{
  --tw-translate-y: -565px;
}

.tw .hover\:-translate-y-114:hover{
  --tw-translate-y: -570px;
}

.tw .hover\:-translate-y-115:hover{
  --tw-translate-y: -575px;
}

.tw .hover\:-translate-y-116:hover{
  --tw-translate-y: -580px;
}

.tw .hover\:-translate-y-117:hover{
  --tw-translate-y: -585px;
}

.tw .hover\:-translate-y-118:hover{
  --tw-translate-y: -590px;
}

.tw .hover\:-translate-y-119:hover{
  --tw-translate-y: -595px;
}

.tw .hover\:-translate-y-120:hover{
  --tw-translate-y: -600px;
}

.tw .hover\:-translate-y-121:hover{
  --tw-translate-y: -605px;
}

.tw .hover\:-translate-y-122:hover{
  --tw-translate-y: -610px;
}

.tw .hover\:-translate-y-123:hover{
  --tw-translate-y: -615px;
}

.tw .hover\:-translate-y-124:hover{
  --tw-translate-y: -620px;
}

.tw .hover\:-translate-y-125:hover{
  --tw-translate-y: -625px;
}

.tw .hover\:-translate-y-126:hover{
  --tw-translate-y: -630px;
}

.tw .hover\:-translate-y-127:hover{
  --tw-translate-y: -635px;
}

.tw .hover\:-translate-y-128:hover{
  --tw-translate-y: -640px;
}

.tw .hover\:-translate-y-129:hover{
  --tw-translate-y: -645px;
}

.tw .hover\:-translate-y-130:hover{
  --tw-translate-y: -650px;
}

.tw .hover\:-translate-y-131:hover{
  --tw-translate-y: -655px;
}

.tw .hover\:-translate-y-132:hover{
  --tw-translate-y: -660px;
}

.tw .hover\:-translate-y-133:hover{
  --tw-translate-y: -665px;
}

.tw .hover\:-translate-y-134:hover{
  --tw-translate-y: -670px;
}

.tw .hover\:-translate-y-135:hover{
  --tw-translate-y: -675px;
}

.tw .hover\:-translate-y-136:hover{
  --tw-translate-y: -680px;
}

.tw .hover\:-translate-y-137:hover{
  --tw-translate-y: -685px;
}

.tw .hover\:-translate-y-138:hover{
  --tw-translate-y: -690px;
}

.tw .hover\:-translate-y-139:hover{
  --tw-translate-y: -695px;
}

.tw .hover\:-translate-y-140:hover{
  --tw-translate-y: -700px;
}

.tw .hover\:-translate-y-141:hover{
  --tw-translate-y: -705px;
}

.tw .hover\:-translate-y-142:hover{
  --tw-translate-y: -710px;
}

.tw .hover\:-translate-y-143:hover{
  --tw-translate-y: -715px;
}

.tw .hover\:-translate-y-144:hover{
  --tw-translate-y: -720px;
}

.tw .hover\:-translate-y-145:hover{
  --tw-translate-y: -725px;
}

.tw .hover\:-translate-y-146:hover{
  --tw-translate-y: -730px;
}

.tw .hover\:-translate-y-147:hover{
  --tw-translate-y: -735px;
}

.tw .hover\:-translate-y-148:hover{
  --tw-translate-y: -740px;
}

.tw .hover\:-translate-y-149:hover{
  --tw-translate-y: -745px;
}

.tw .hover\:-translate-y-0\.5:hover{
  --tw-translate-y: -3px;
}

.tw .hover\:-translate-y-1px:hover{
  --tw-translate-y: -1px;
}

.tw .hover\:-translate-y-2px:hover{
  --tw-translate-y: -2px;
}

.tw .hover\:-translate-y-3px:hover{
  --tw-translate-y: -3px;
}

.tw .hover\:-translate-y-4px:hover{
  --tw-translate-y: -4px;
}

.tw .hover\:-translate-y-5px:hover{
  --tw-translate-y: -5px;
}

.tw .hover\:-translate-y-6px:hover{
  --tw-translate-y: -6px;
}

.tw .hover\:-translate-y-7px:hover{
  --tw-translate-y: -7px;
}

.tw .hover\:-translate-y-8px:hover{
  --tw-translate-y: -8px;
}

.tw .hover\:-translate-y-9px:hover{
  --tw-translate-y: -9px;
}

.tw .hover\:-translate-y-10px:hover{
  --tw-translate-y: -10px;
}

.tw .hover\:-translate-y-11px:hover{
  --tw-translate-y: -11px;
}

.tw .hover\:-translate-y-12px:hover{
  --tw-translate-y: -12px;
}

.tw .hover\:-translate-y-13px:hover{
  --tw-translate-y: -13px;
}

.tw .hover\:-translate-y-14px:hover{
  --tw-translate-y: -14px;
}

.tw .hover\:-translate-y-15px:hover{
  --tw-translate-y: -15px;
}

.tw .hover\:-translate-y-16px:hover{
  --tw-translate-y: -16px;
}

.tw .hover\:-translate-y-17px:hover{
  --tw-translate-y: -17px;
}

.tw .hover\:-translate-y-18px:hover{
  --tw-translate-y: -18px;
}

.tw .hover\:-translate-y-19px:hover{
  --tw-translate-y: -19px;
}

.tw .hover\:-translate-y-20px:hover{
  --tw-translate-y: -20px;
}

.tw .hover\:-translate-y-21px:hover{
  --tw-translate-y: -21px;
}

.tw .hover\:-translate-y-22px:hover{
  --tw-translate-y: -22px;
}

.tw .hover\:-translate-y-23px:hover{
  --tw-translate-y: -23px;
}

.tw .hover\:-translate-y-24px:hover{
  --tw-translate-y: -24px;
}

.tw .hover\:-translate-y-25px:hover{
  --tw-translate-y: -25px;
}

.tw .hover\:-translate-y-26px:hover{
  --tw-translate-y: -26px;
}

.tw .hover\:-translate-y-27px:hover{
  --tw-translate-y: -27px;
}

.tw .hover\:-translate-y-28px:hover{
  --tw-translate-y: -28px;
}

.tw .hover\:-translate-y-29px:hover{
  --tw-translate-y: -29px;
}

.tw .hover\:-translate-y-30px:hover{
  --tw-translate-y: -30px;
}

.tw .hover\:-translate-y-31px:hover{
  --tw-translate-y: -31px;
}

.tw .hover\:-translate-y-32px:hover{
  --tw-translate-y: -32px;
}

.tw .hover\:-translate-y-33px:hover{
  --tw-translate-y: -33px;
}

.tw .hover\:-translate-y-34px:hover{
  --tw-translate-y: -34px;
}

.tw .hover\:-translate-y-35px:hover{
  --tw-translate-y: -35px;
}

.tw .hover\:-translate-y-36px:hover{
  --tw-translate-y: -36px;
}

.tw .hover\:-translate-y-37px:hover{
  --tw-translate-y: -37px;
}

.tw .hover\:-translate-y-38px:hover{
  --tw-translate-y: -38px;
}

.tw .hover\:-translate-y-39px:hover{
  --tw-translate-y: -39px;
}

.tw .hover\:-translate-y-40px:hover{
  --tw-translate-y: -40px;
}

.tw .hover\:translate-y-1\/2:hover{
  --tw-translate-y: 50%;
}

.tw .hover\:translate-y-1\/3:hover{
  --tw-translate-y: 33.333333%;
}

.tw .hover\:translate-y-2\/3:hover{
  --tw-translate-y: 66.666667%;
}

.tw .hover\:translate-y-1\/4:hover{
  --tw-translate-y: 25%;
}

.tw .hover\:translate-y-2\/4:hover{
  --tw-translate-y: 50%;
}

.tw .hover\:translate-y-3\/4:hover{
  --tw-translate-y: 75%;
}

.tw .hover\:translate-y-full:hover{
  --tw-translate-y: 100%;
}

.tw .hover\:-translate-y-1\/2:hover{
  --tw-translate-y: -50%;
}

.tw .hover\:-translate-y-1\/3:hover{
  --tw-translate-y: -33.333333%;
}

.tw .hover\:-translate-y-2\/3:hover{
  --tw-translate-y: -66.666667%;
}

.tw .hover\:-translate-y-1\/4:hover{
  --tw-translate-y: -25%;
}

.tw .hover\:-translate-y-2\/4:hover{
  --tw-translate-y: -50%;
}

.tw .hover\:-translate-y-3\/4:hover{
  --tw-translate-y: -75%;
}

.tw .hover\:-translate-y-full:hover{
  --tw-translate-y: -100%;
}

.tw .focus\:translate-x-0:focus{
  --tw-translate-x: 0px;
}

.tw .focus\:translate-x-1:focus{
  --tw-translate-x: 5px;
}

.tw .focus\:translate-x-2:focus{
  --tw-translate-x: 10px;
}

.tw .focus\:translate-x-3:focus{
  --tw-translate-x: 15px;
}

.tw .focus\:translate-x-4:focus{
  --tw-translate-x: 20px;
}

.tw .focus\:translate-x-5:focus{
  --tw-translate-x: 25px;
}

.tw .focus\:translate-x-6:focus{
  --tw-translate-x: 30px;
}

.tw .focus\:translate-x-7:focus{
  --tw-translate-x: 35px;
}

.tw .focus\:translate-x-8:focus{
  --tw-translate-x: 40px;
}

.tw .focus\:translate-x-9:focus{
  --tw-translate-x: 45px;
}

.tw .focus\:translate-x-10:focus{
  --tw-translate-x: 50px;
}

.tw .focus\:translate-x-11:focus{
  --tw-translate-x: 55px;
}

.tw .focus\:translate-x-12:focus{
  --tw-translate-x: 60px;
}

.tw .focus\:translate-x-13:focus{
  --tw-translate-x: 65px;
}

.tw .focus\:translate-x-14:focus{
  --tw-translate-x: 70px;
}

.tw .focus\:translate-x-15:focus{
  --tw-translate-x: 75px;
}

.tw .focus\:translate-x-16:focus{
  --tw-translate-x: 80px;
}

.tw .focus\:translate-x-17:focus{
  --tw-translate-x: 85px;
}

.tw .focus\:translate-x-18:focus{
  --tw-translate-x: 90px;
}

.tw .focus\:translate-x-19:focus{
  --tw-translate-x: 95px;
}

.tw .focus\:translate-x-20:focus{
  --tw-translate-x: 100px;
}

.tw .focus\:translate-x-21:focus{
  --tw-translate-x: 105px;
}

.tw .focus\:translate-x-22:focus{
  --tw-translate-x: 110px;
}

.tw .focus\:translate-x-23:focus{
  --tw-translate-x: 115px;
}

.tw .focus\:translate-x-24:focus{
  --tw-translate-x: 120px;
}

.tw .focus\:translate-x-25:focus{
  --tw-translate-x: 125px;
}

.tw .focus\:translate-x-26:focus{
  --tw-translate-x: 130px;
}

.tw .focus\:translate-x-27:focus{
  --tw-translate-x: 135px;
}

.tw .focus\:translate-x-28:focus{
  --tw-translate-x: 140px;
}

.tw .focus\:translate-x-29:focus{
  --tw-translate-x: 145px;
}

.tw .focus\:translate-x-30:focus{
  --tw-translate-x: 150px;
}

.tw .focus\:translate-x-31:focus{
  --tw-translate-x: 155px;
}

.tw .focus\:translate-x-32:focus{
  --tw-translate-x: 160px;
}

.tw .focus\:translate-x-33:focus{
  --tw-translate-x: 165px;
}

.tw .focus\:translate-x-34:focus{
  --tw-translate-x: 170px;
}

.tw .focus\:translate-x-35:focus{
  --tw-translate-x: 175px;
}

.tw .focus\:translate-x-36:focus{
  --tw-translate-x: 180px;
}

.tw .focus\:translate-x-37:focus{
  --tw-translate-x: 185px;
}

.tw .focus\:translate-x-38:focus{
  --tw-translate-x: 190px;
}

.tw .focus\:translate-x-39:focus{
  --tw-translate-x: 195px;
}

.tw .focus\:translate-x-40:focus{
  --tw-translate-x: 200px;
}

.tw .focus\:translate-x-41:focus{
  --tw-translate-x: 205px;
}

.tw .focus\:translate-x-42:focus{
  --tw-translate-x: 210px;
}

.tw .focus\:translate-x-43:focus{
  --tw-translate-x: 215px;
}

.tw .focus\:translate-x-44:focus{
  --tw-translate-x: 220px;
}

.tw .focus\:translate-x-45:focus{
  --tw-translate-x: 225px;
}

.tw .focus\:translate-x-46:focus{
  --tw-translate-x: 230px;
}

.tw .focus\:translate-x-47:focus{
  --tw-translate-x: 235px;
}

.tw .focus\:translate-x-48:focus{
  --tw-translate-x: 240px;
}

.tw .focus\:translate-x-49:focus{
  --tw-translate-x: 245px;
}

.tw .focus\:translate-x-50:focus{
  --tw-translate-x: 250px;
}

.tw .focus\:translate-x-51:focus{
  --tw-translate-x: 255px;
}

.tw .focus\:translate-x-52:focus{
  --tw-translate-x: 260px;
}

.tw .focus\:translate-x-53:focus{
  --tw-translate-x: 265px;
}

.tw .focus\:translate-x-54:focus{
  --tw-translate-x: 270px;
}

.tw .focus\:translate-x-55:focus{
  --tw-translate-x: 275px;
}

.tw .focus\:translate-x-56:focus{
  --tw-translate-x: 280px;
}

.tw .focus\:translate-x-57:focus{
  --tw-translate-x: 285px;
}

.tw .focus\:translate-x-58:focus{
  --tw-translate-x: 290px;
}

.tw .focus\:translate-x-59:focus{
  --tw-translate-x: 295px;
}

.tw .focus\:translate-x-60:focus{
  --tw-translate-x: 300px;
}

.tw .focus\:translate-x-61:focus{
  --tw-translate-x: 305px;
}

.tw .focus\:translate-x-62:focus{
  --tw-translate-x: 310px;
}

.tw .focus\:translate-x-63:focus{
  --tw-translate-x: 315px;
}

.tw .focus\:translate-x-64:focus{
  --tw-translate-x: 320px;
}

.tw .focus\:translate-x-65:focus{
  --tw-translate-x: 325px;
}

.tw .focus\:translate-x-66:focus{
  --tw-translate-x: 330px;
}

.tw .focus\:translate-x-67:focus{
  --tw-translate-x: 335px;
}

.tw .focus\:translate-x-68:focus{
  --tw-translate-x: 340px;
}

.tw .focus\:translate-x-69:focus{
  --tw-translate-x: 345px;
}

.tw .focus\:translate-x-70:focus{
  --tw-translate-x: 350px;
}

.tw .focus\:translate-x-71:focus{
  --tw-translate-x: 355px;
}

.tw .focus\:translate-x-72:focus{
  --tw-translate-x: 360px;
}

.tw .focus\:translate-x-73:focus{
  --tw-translate-x: 365px;
}

.tw .focus\:translate-x-74:focus{
  --tw-translate-x: 370px;
}

.tw .focus\:translate-x-75:focus{
  --tw-translate-x: 375px;
}

.tw .focus\:translate-x-76:focus{
  --tw-translate-x: 380px;
}

.tw .focus\:translate-x-77:focus{
  --tw-translate-x: 385px;
}

.tw .focus\:translate-x-78:focus{
  --tw-translate-x: 390px;
}

.tw .focus\:translate-x-79:focus{
  --tw-translate-x: 395px;
}

.tw .focus\:translate-x-80:focus{
  --tw-translate-x: 400px;
}

.tw .focus\:translate-x-81:focus{
  --tw-translate-x: 405px;
}

.tw .focus\:translate-x-82:focus{
  --tw-translate-x: 410px;
}

.tw .focus\:translate-x-83:focus{
  --tw-translate-x: 415px;
}

.tw .focus\:translate-x-84:focus{
  --tw-translate-x: 420px;
}

.tw .focus\:translate-x-85:focus{
  --tw-translate-x: 425px;
}

.tw .focus\:translate-x-86:focus{
  --tw-translate-x: 430px;
}

.tw .focus\:translate-x-87:focus{
  --tw-translate-x: 435px;
}

.tw .focus\:translate-x-88:focus{
  --tw-translate-x: 440px;
}

.tw .focus\:translate-x-89:focus{
  --tw-translate-x: 445px;
}

.tw .focus\:translate-x-90:focus{
  --tw-translate-x: 450px;
}

.tw .focus\:translate-x-91:focus{
  --tw-translate-x: 455px;
}

.tw .focus\:translate-x-92:focus{
  --tw-translate-x: 460px;
}

.tw .focus\:translate-x-93:focus{
  --tw-translate-x: 465px;
}

.tw .focus\:translate-x-94:focus{
  --tw-translate-x: 470px;
}

.tw .focus\:translate-x-95:focus{
  --tw-translate-x: 475px;
}

.tw .focus\:translate-x-96:focus{
  --tw-translate-x: 480px;
}

.tw .focus\:translate-x-97:focus{
  --tw-translate-x: 485px;
}

.tw .focus\:translate-x-98:focus{
  --tw-translate-x: 490px;
}

.tw .focus\:translate-x-99:focus{
  --tw-translate-x: 495px;
}

.tw .focus\:translate-x-100:focus{
  --tw-translate-x: 500px;
}

.tw .focus\:translate-x-101:focus{
  --tw-translate-x: 505px;
}

.tw .focus\:translate-x-102:focus{
  --tw-translate-x: 510px;
}

.tw .focus\:translate-x-103:focus{
  --tw-translate-x: 515px;
}

.tw .focus\:translate-x-104:focus{
  --tw-translate-x: 520px;
}

.tw .focus\:translate-x-105:focus{
  --tw-translate-x: 525px;
}

.tw .focus\:translate-x-106:focus{
  --tw-translate-x: 530px;
}

.tw .focus\:translate-x-107:focus{
  --tw-translate-x: 535px;
}

.tw .focus\:translate-x-108:focus{
  --tw-translate-x: 540px;
}

.tw .focus\:translate-x-109:focus{
  --tw-translate-x: 545px;
}

.tw .focus\:translate-x-110:focus{
  --tw-translate-x: 550px;
}

.tw .focus\:translate-x-111:focus{
  --tw-translate-x: 555px;
}

.tw .focus\:translate-x-112:focus{
  --tw-translate-x: 560px;
}

.tw .focus\:translate-x-113:focus{
  --tw-translate-x: 565px;
}

.tw .focus\:translate-x-114:focus{
  --tw-translate-x: 570px;
}

.tw .focus\:translate-x-115:focus{
  --tw-translate-x: 575px;
}

.tw .focus\:translate-x-116:focus{
  --tw-translate-x: 580px;
}

.tw .focus\:translate-x-117:focus{
  --tw-translate-x: 585px;
}

.tw .focus\:translate-x-118:focus{
  --tw-translate-x: 590px;
}

.tw .focus\:translate-x-119:focus{
  --tw-translate-x: 595px;
}

.tw .focus\:translate-x-120:focus{
  --tw-translate-x: 600px;
}

.tw .focus\:translate-x-121:focus{
  --tw-translate-x: 605px;
}

.tw .focus\:translate-x-122:focus{
  --tw-translate-x: 610px;
}

.tw .focus\:translate-x-123:focus{
  --tw-translate-x: 615px;
}

.tw .focus\:translate-x-124:focus{
  --tw-translate-x: 620px;
}

.tw .focus\:translate-x-125:focus{
  --tw-translate-x: 625px;
}

.tw .focus\:translate-x-126:focus{
  --tw-translate-x: 630px;
}

.tw .focus\:translate-x-127:focus{
  --tw-translate-x: 635px;
}

.tw .focus\:translate-x-128:focus{
  --tw-translate-x: 640px;
}

.tw .focus\:translate-x-129:focus{
  --tw-translate-x: 645px;
}

.tw .focus\:translate-x-130:focus{
  --tw-translate-x: 650px;
}

.tw .focus\:translate-x-131:focus{
  --tw-translate-x: 655px;
}

.tw .focus\:translate-x-132:focus{
  --tw-translate-x: 660px;
}

.tw .focus\:translate-x-133:focus{
  --tw-translate-x: 665px;
}

.tw .focus\:translate-x-134:focus{
  --tw-translate-x: 670px;
}

.tw .focus\:translate-x-135:focus{
  --tw-translate-x: 675px;
}

.tw .focus\:translate-x-136:focus{
  --tw-translate-x: 680px;
}

.tw .focus\:translate-x-137:focus{
  --tw-translate-x: 685px;
}

.tw .focus\:translate-x-138:focus{
  --tw-translate-x: 690px;
}

.tw .focus\:translate-x-139:focus{
  --tw-translate-x: 695px;
}

.tw .focus\:translate-x-140:focus{
  --tw-translate-x: 700px;
}

.tw .focus\:translate-x-141:focus{
  --tw-translate-x: 705px;
}

.tw .focus\:translate-x-142:focus{
  --tw-translate-x: 710px;
}

.tw .focus\:translate-x-143:focus{
  --tw-translate-x: 715px;
}

.tw .focus\:translate-x-144:focus{
  --tw-translate-x: 720px;
}

.tw .focus\:translate-x-145:focus{
  --tw-translate-x: 725px;
}

.tw .focus\:translate-x-146:focus{
  --tw-translate-x: 730px;
}

.tw .focus\:translate-x-147:focus{
  --tw-translate-x: 735px;
}

.tw .focus\:translate-x-148:focus{
  --tw-translate-x: 740px;
}

.tw .focus\:translate-x-149:focus{
  --tw-translate-x: 745px;
}

.tw .focus\:translate-x-0\.5:focus{
  --tw-translate-x: 3px;
}

.tw .focus\:translate-x-1px:focus{
  --tw-translate-x: 1px;
}

.tw .focus\:translate-x-2px:focus{
  --tw-translate-x: 2px;
}

.tw .focus\:translate-x-3px:focus{
  --tw-translate-x: 3px;
}

.tw .focus\:translate-x-4px:focus{
  --tw-translate-x: 4px;
}

.tw .focus\:translate-x-5px:focus{
  --tw-translate-x: 5px;
}

.tw .focus\:translate-x-6px:focus{
  --tw-translate-x: 6px;
}

.tw .focus\:translate-x-7px:focus{
  --tw-translate-x: 7px;
}

.tw .focus\:translate-x-8px:focus{
  --tw-translate-x: 8px;
}

.tw .focus\:translate-x-9px:focus{
  --tw-translate-x: 9px;
}

.tw .focus\:translate-x-10px:focus{
  --tw-translate-x: 10px;
}

.tw .focus\:translate-x-11px:focus{
  --tw-translate-x: 11px;
}

.tw .focus\:translate-x-12px:focus{
  --tw-translate-x: 12px;
}

.tw .focus\:translate-x-13px:focus{
  --tw-translate-x: 13px;
}

.tw .focus\:translate-x-14px:focus{
  --tw-translate-x: 14px;
}

.tw .focus\:translate-x-15px:focus{
  --tw-translate-x: 15px;
}

.tw .focus\:translate-x-16px:focus{
  --tw-translate-x: 16px;
}

.tw .focus\:translate-x-17px:focus{
  --tw-translate-x: 17px;
}

.tw .focus\:translate-x-18px:focus{
  --tw-translate-x: 18px;
}

.tw .focus\:translate-x-19px:focus{
  --tw-translate-x: 19px;
}

.tw .focus\:translate-x-20px:focus{
  --tw-translate-x: 20px;
}

.tw .focus\:translate-x-21px:focus{
  --tw-translate-x: 21px;
}

.tw .focus\:translate-x-22px:focus{
  --tw-translate-x: 22px;
}

.tw .focus\:translate-x-23px:focus{
  --tw-translate-x: 23px;
}

.tw .focus\:translate-x-24px:focus{
  --tw-translate-x: 24px;
}

.tw .focus\:translate-x-25px:focus{
  --tw-translate-x: 25px;
}

.tw .focus\:translate-x-26px:focus{
  --tw-translate-x: 26px;
}

.tw .focus\:translate-x-27px:focus{
  --tw-translate-x: 27px;
}

.tw .focus\:translate-x-28px:focus{
  --tw-translate-x: 28px;
}

.tw .focus\:translate-x-29px:focus{
  --tw-translate-x: 29px;
}

.tw .focus\:translate-x-30px:focus{
  --tw-translate-x: 30px;
}

.tw .focus\:translate-x-31px:focus{
  --tw-translate-x: 31px;
}

.tw .focus\:translate-x-32px:focus{
  --tw-translate-x: 32px;
}

.tw .focus\:translate-x-33px:focus{
  --tw-translate-x: 33px;
}

.tw .focus\:translate-x-34px:focus{
  --tw-translate-x: 34px;
}

.tw .focus\:translate-x-35px:focus{
  --tw-translate-x: 35px;
}

.tw .focus\:translate-x-36px:focus{
  --tw-translate-x: 36px;
}

.tw .focus\:translate-x-37px:focus{
  --tw-translate-x: 37px;
}

.tw .focus\:translate-x-38px:focus{
  --tw-translate-x: 38px;
}

.tw .focus\:translate-x-39px:focus{
  --tw-translate-x: 39px;
}

.tw .focus\:translate-x-40px:focus{
  --tw-translate-x: 40px;
}

.tw .focus\:-translate-x-0:focus{
  --tw-translate-x: 0px;
}

.tw .focus\:-translate-x-1:focus{
  --tw-translate-x: -5px;
}

.tw .focus\:-translate-x-2:focus{
  --tw-translate-x: -10px;
}

.tw .focus\:-translate-x-3:focus{
  --tw-translate-x: -15px;
}

.tw .focus\:-translate-x-4:focus{
  --tw-translate-x: -20px;
}

.tw .focus\:-translate-x-5:focus{
  --tw-translate-x: -25px;
}

.tw .focus\:-translate-x-6:focus{
  --tw-translate-x: -30px;
}

.tw .focus\:-translate-x-7:focus{
  --tw-translate-x: -35px;
}

.tw .focus\:-translate-x-8:focus{
  --tw-translate-x: -40px;
}

.tw .focus\:-translate-x-9:focus{
  --tw-translate-x: -45px;
}

.tw .focus\:-translate-x-10:focus{
  --tw-translate-x: -50px;
}

.tw .focus\:-translate-x-11:focus{
  --tw-translate-x: -55px;
}

.tw .focus\:-translate-x-12:focus{
  --tw-translate-x: -60px;
}

.tw .focus\:-translate-x-13:focus{
  --tw-translate-x: -65px;
}

.tw .focus\:-translate-x-14:focus{
  --tw-translate-x: -70px;
}

.tw .focus\:-translate-x-15:focus{
  --tw-translate-x: -75px;
}

.tw .focus\:-translate-x-16:focus{
  --tw-translate-x: -80px;
}

.tw .focus\:-translate-x-17:focus{
  --tw-translate-x: -85px;
}

.tw .focus\:-translate-x-18:focus{
  --tw-translate-x: -90px;
}

.tw .focus\:-translate-x-19:focus{
  --tw-translate-x: -95px;
}

.tw .focus\:-translate-x-20:focus{
  --tw-translate-x: -100px;
}

.tw .focus\:-translate-x-21:focus{
  --tw-translate-x: -105px;
}

.tw .focus\:-translate-x-22:focus{
  --tw-translate-x: -110px;
}

.tw .focus\:-translate-x-23:focus{
  --tw-translate-x: -115px;
}

.tw .focus\:-translate-x-24:focus{
  --tw-translate-x: -120px;
}

.tw .focus\:-translate-x-25:focus{
  --tw-translate-x: -125px;
}

.tw .focus\:-translate-x-26:focus{
  --tw-translate-x: -130px;
}

.tw .focus\:-translate-x-27:focus{
  --tw-translate-x: -135px;
}

.tw .focus\:-translate-x-28:focus{
  --tw-translate-x: -140px;
}

.tw .focus\:-translate-x-29:focus{
  --tw-translate-x: -145px;
}

.tw .focus\:-translate-x-30:focus{
  --tw-translate-x: -150px;
}

.tw .focus\:-translate-x-31:focus{
  --tw-translate-x: -155px;
}

.tw .focus\:-translate-x-32:focus{
  --tw-translate-x: -160px;
}

.tw .focus\:-translate-x-33:focus{
  --tw-translate-x: -165px;
}

.tw .focus\:-translate-x-34:focus{
  --tw-translate-x: -170px;
}

.tw .focus\:-translate-x-35:focus{
  --tw-translate-x: -175px;
}

.tw .focus\:-translate-x-36:focus{
  --tw-translate-x: -180px;
}

.tw .focus\:-translate-x-37:focus{
  --tw-translate-x: -185px;
}

.tw .focus\:-translate-x-38:focus{
  --tw-translate-x: -190px;
}

.tw .focus\:-translate-x-39:focus{
  --tw-translate-x: -195px;
}

.tw .focus\:-translate-x-40:focus{
  --tw-translate-x: -200px;
}

.tw .focus\:-translate-x-41:focus{
  --tw-translate-x: -205px;
}

.tw .focus\:-translate-x-42:focus{
  --tw-translate-x: -210px;
}

.tw .focus\:-translate-x-43:focus{
  --tw-translate-x: -215px;
}

.tw .focus\:-translate-x-44:focus{
  --tw-translate-x: -220px;
}

.tw .focus\:-translate-x-45:focus{
  --tw-translate-x: -225px;
}

.tw .focus\:-translate-x-46:focus{
  --tw-translate-x: -230px;
}

.tw .focus\:-translate-x-47:focus{
  --tw-translate-x: -235px;
}

.tw .focus\:-translate-x-48:focus{
  --tw-translate-x: -240px;
}

.tw .focus\:-translate-x-49:focus{
  --tw-translate-x: -245px;
}

.tw .focus\:-translate-x-50:focus{
  --tw-translate-x: -250px;
}

.tw .focus\:-translate-x-51:focus{
  --tw-translate-x: -255px;
}

.tw .focus\:-translate-x-52:focus{
  --tw-translate-x: -260px;
}

.tw .focus\:-translate-x-53:focus{
  --tw-translate-x: -265px;
}

.tw .focus\:-translate-x-54:focus{
  --tw-translate-x: -270px;
}

.tw .focus\:-translate-x-55:focus{
  --tw-translate-x: -275px;
}

.tw .focus\:-translate-x-56:focus{
  --tw-translate-x: -280px;
}

.tw .focus\:-translate-x-57:focus{
  --tw-translate-x: -285px;
}

.tw .focus\:-translate-x-58:focus{
  --tw-translate-x: -290px;
}

.tw .focus\:-translate-x-59:focus{
  --tw-translate-x: -295px;
}

.tw .focus\:-translate-x-60:focus{
  --tw-translate-x: -300px;
}

.tw .focus\:-translate-x-61:focus{
  --tw-translate-x: -305px;
}

.tw .focus\:-translate-x-62:focus{
  --tw-translate-x: -310px;
}

.tw .focus\:-translate-x-63:focus{
  --tw-translate-x: -315px;
}

.tw .focus\:-translate-x-64:focus{
  --tw-translate-x: -320px;
}

.tw .focus\:-translate-x-65:focus{
  --tw-translate-x: -325px;
}

.tw .focus\:-translate-x-66:focus{
  --tw-translate-x: -330px;
}

.tw .focus\:-translate-x-67:focus{
  --tw-translate-x: -335px;
}

.tw .focus\:-translate-x-68:focus{
  --tw-translate-x: -340px;
}

.tw .focus\:-translate-x-69:focus{
  --tw-translate-x: -345px;
}

.tw .focus\:-translate-x-70:focus{
  --tw-translate-x: -350px;
}

.tw .focus\:-translate-x-71:focus{
  --tw-translate-x: -355px;
}

.tw .focus\:-translate-x-72:focus{
  --tw-translate-x: -360px;
}

.tw .focus\:-translate-x-73:focus{
  --tw-translate-x: -365px;
}

.tw .focus\:-translate-x-74:focus{
  --tw-translate-x: -370px;
}

.tw .focus\:-translate-x-75:focus{
  --tw-translate-x: -375px;
}

.tw .focus\:-translate-x-76:focus{
  --tw-translate-x: -380px;
}

.tw .focus\:-translate-x-77:focus{
  --tw-translate-x: -385px;
}

.tw .focus\:-translate-x-78:focus{
  --tw-translate-x: -390px;
}

.tw .focus\:-translate-x-79:focus{
  --tw-translate-x: -395px;
}

.tw .focus\:-translate-x-80:focus{
  --tw-translate-x: -400px;
}

.tw .focus\:-translate-x-81:focus{
  --tw-translate-x: -405px;
}

.tw .focus\:-translate-x-82:focus{
  --tw-translate-x: -410px;
}

.tw .focus\:-translate-x-83:focus{
  --tw-translate-x: -415px;
}

.tw .focus\:-translate-x-84:focus{
  --tw-translate-x: -420px;
}

.tw .focus\:-translate-x-85:focus{
  --tw-translate-x: -425px;
}

.tw .focus\:-translate-x-86:focus{
  --tw-translate-x: -430px;
}

.tw .focus\:-translate-x-87:focus{
  --tw-translate-x: -435px;
}

.tw .focus\:-translate-x-88:focus{
  --tw-translate-x: -440px;
}

.tw .focus\:-translate-x-89:focus{
  --tw-translate-x: -445px;
}

.tw .focus\:-translate-x-90:focus{
  --tw-translate-x: -450px;
}

.tw .focus\:-translate-x-91:focus{
  --tw-translate-x: -455px;
}

.tw .focus\:-translate-x-92:focus{
  --tw-translate-x: -460px;
}

.tw .focus\:-translate-x-93:focus{
  --tw-translate-x: -465px;
}

.tw .focus\:-translate-x-94:focus{
  --tw-translate-x: -470px;
}

.tw .focus\:-translate-x-95:focus{
  --tw-translate-x: -475px;
}

.tw .focus\:-translate-x-96:focus{
  --tw-translate-x: -480px;
}

.tw .focus\:-translate-x-97:focus{
  --tw-translate-x: -485px;
}

.tw .focus\:-translate-x-98:focus{
  --tw-translate-x: -490px;
}

.tw .focus\:-translate-x-99:focus{
  --tw-translate-x: -495px;
}

.tw .focus\:-translate-x-100:focus{
  --tw-translate-x: -500px;
}

.tw .focus\:-translate-x-101:focus{
  --tw-translate-x: -505px;
}

.tw .focus\:-translate-x-102:focus{
  --tw-translate-x: -510px;
}

.tw .focus\:-translate-x-103:focus{
  --tw-translate-x: -515px;
}

.tw .focus\:-translate-x-104:focus{
  --tw-translate-x: -520px;
}

.tw .focus\:-translate-x-105:focus{
  --tw-translate-x: -525px;
}

.tw .focus\:-translate-x-106:focus{
  --tw-translate-x: -530px;
}

.tw .focus\:-translate-x-107:focus{
  --tw-translate-x: -535px;
}

.tw .focus\:-translate-x-108:focus{
  --tw-translate-x: -540px;
}

.tw .focus\:-translate-x-109:focus{
  --tw-translate-x: -545px;
}

.tw .focus\:-translate-x-110:focus{
  --tw-translate-x: -550px;
}

.tw .focus\:-translate-x-111:focus{
  --tw-translate-x: -555px;
}

.tw .focus\:-translate-x-112:focus{
  --tw-translate-x: -560px;
}

.tw .focus\:-translate-x-113:focus{
  --tw-translate-x: -565px;
}

.tw .focus\:-translate-x-114:focus{
  --tw-translate-x: -570px;
}

.tw .focus\:-translate-x-115:focus{
  --tw-translate-x: -575px;
}

.tw .focus\:-translate-x-116:focus{
  --tw-translate-x: -580px;
}

.tw .focus\:-translate-x-117:focus{
  --tw-translate-x: -585px;
}

.tw .focus\:-translate-x-118:focus{
  --tw-translate-x: -590px;
}

.tw .focus\:-translate-x-119:focus{
  --tw-translate-x: -595px;
}

.tw .focus\:-translate-x-120:focus{
  --tw-translate-x: -600px;
}

.tw .focus\:-translate-x-121:focus{
  --tw-translate-x: -605px;
}

.tw .focus\:-translate-x-122:focus{
  --tw-translate-x: -610px;
}

.tw .focus\:-translate-x-123:focus{
  --tw-translate-x: -615px;
}

.tw .focus\:-translate-x-124:focus{
  --tw-translate-x: -620px;
}

.tw .focus\:-translate-x-125:focus{
  --tw-translate-x: -625px;
}

.tw .focus\:-translate-x-126:focus{
  --tw-translate-x: -630px;
}

.tw .focus\:-translate-x-127:focus{
  --tw-translate-x: -635px;
}

.tw .focus\:-translate-x-128:focus{
  --tw-translate-x: -640px;
}

.tw .focus\:-translate-x-129:focus{
  --tw-translate-x: -645px;
}

.tw .focus\:-translate-x-130:focus{
  --tw-translate-x: -650px;
}

.tw .focus\:-translate-x-131:focus{
  --tw-translate-x: -655px;
}

.tw .focus\:-translate-x-132:focus{
  --tw-translate-x: -660px;
}

.tw .focus\:-translate-x-133:focus{
  --tw-translate-x: -665px;
}

.tw .focus\:-translate-x-134:focus{
  --tw-translate-x: -670px;
}

.tw .focus\:-translate-x-135:focus{
  --tw-translate-x: -675px;
}

.tw .focus\:-translate-x-136:focus{
  --tw-translate-x: -680px;
}

.tw .focus\:-translate-x-137:focus{
  --tw-translate-x: -685px;
}

.tw .focus\:-translate-x-138:focus{
  --tw-translate-x: -690px;
}

.tw .focus\:-translate-x-139:focus{
  --tw-translate-x: -695px;
}

.tw .focus\:-translate-x-140:focus{
  --tw-translate-x: -700px;
}

.tw .focus\:-translate-x-141:focus{
  --tw-translate-x: -705px;
}

.tw .focus\:-translate-x-142:focus{
  --tw-translate-x: -710px;
}

.tw .focus\:-translate-x-143:focus{
  --tw-translate-x: -715px;
}

.tw .focus\:-translate-x-144:focus{
  --tw-translate-x: -720px;
}

.tw .focus\:-translate-x-145:focus{
  --tw-translate-x: -725px;
}

.tw .focus\:-translate-x-146:focus{
  --tw-translate-x: -730px;
}

.tw .focus\:-translate-x-147:focus{
  --tw-translate-x: -735px;
}

.tw .focus\:-translate-x-148:focus{
  --tw-translate-x: -740px;
}

.tw .focus\:-translate-x-149:focus{
  --tw-translate-x: -745px;
}

.tw .focus\:-translate-x-0\.5:focus{
  --tw-translate-x: -3px;
}

.tw .focus\:-translate-x-1px:focus{
  --tw-translate-x: -1px;
}

.tw .focus\:-translate-x-2px:focus{
  --tw-translate-x: -2px;
}

.tw .focus\:-translate-x-3px:focus{
  --tw-translate-x: -3px;
}

.tw .focus\:-translate-x-4px:focus{
  --tw-translate-x: -4px;
}

.tw .focus\:-translate-x-5px:focus{
  --tw-translate-x: -5px;
}

.tw .focus\:-translate-x-6px:focus{
  --tw-translate-x: -6px;
}

.tw .focus\:-translate-x-7px:focus{
  --tw-translate-x: -7px;
}

.tw .focus\:-translate-x-8px:focus{
  --tw-translate-x: -8px;
}

.tw .focus\:-translate-x-9px:focus{
  --tw-translate-x: -9px;
}

.tw .focus\:-translate-x-10px:focus{
  --tw-translate-x: -10px;
}

.tw .focus\:-translate-x-11px:focus{
  --tw-translate-x: -11px;
}

.tw .focus\:-translate-x-12px:focus{
  --tw-translate-x: -12px;
}

.tw .focus\:-translate-x-13px:focus{
  --tw-translate-x: -13px;
}

.tw .focus\:-translate-x-14px:focus{
  --tw-translate-x: -14px;
}

.tw .focus\:-translate-x-15px:focus{
  --tw-translate-x: -15px;
}

.tw .focus\:-translate-x-16px:focus{
  --tw-translate-x: -16px;
}

.tw .focus\:-translate-x-17px:focus{
  --tw-translate-x: -17px;
}

.tw .focus\:-translate-x-18px:focus{
  --tw-translate-x: -18px;
}

.tw .focus\:-translate-x-19px:focus{
  --tw-translate-x: -19px;
}

.tw .focus\:-translate-x-20px:focus{
  --tw-translate-x: -20px;
}

.tw .focus\:-translate-x-21px:focus{
  --tw-translate-x: -21px;
}

.tw .focus\:-translate-x-22px:focus{
  --tw-translate-x: -22px;
}

.tw .focus\:-translate-x-23px:focus{
  --tw-translate-x: -23px;
}

.tw .focus\:-translate-x-24px:focus{
  --tw-translate-x: -24px;
}

.tw .focus\:-translate-x-25px:focus{
  --tw-translate-x: -25px;
}

.tw .focus\:-translate-x-26px:focus{
  --tw-translate-x: -26px;
}

.tw .focus\:-translate-x-27px:focus{
  --tw-translate-x: -27px;
}

.tw .focus\:-translate-x-28px:focus{
  --tw-translate-x: -28px;
}

.tw .focus\:-translate-x-29px:focus{
  --tw-translate-x: -29px;
}

.tw .focus\:-translate-x-30px:focus{
  --tw-translate-x: -30px;
}

.tw .focus\:-translate-x-31px:focus{
  --tw-translate-x: -31px;
}

.tw .focus\:-translate-x-32px:focus{
  --tw-translate-x: -32px;
}

.tw .focus\:-translate-x-33px:focus{
  --tw-translate-x: -33px;
}

.tw .focus\:-translate-x-34px:focus{
  --tw-translate-x: -34px;
}

.tw .focus\:-translate-x-35px:focus{
  --tw-translate-x: -35px;
}

.tw .focus\:-translate-x-36px:focus{
  --tw-translate-x: -36px;
}

.tw .focus\:-translate-x-37px:focus{
  --tw-translate-x: -37px;
}

.tw .focus\:-translate-x-38px:focus{
  --tw-translate-x: -38px;
}

.tw .focus\:-translate-x-39px:focus{
  --tw-translate-x: -39px;
}

.tw .focus\:-translate-x-40px:focus{
  --tw-translate-x: -40px;
}

.tw .focus\:translate-x-1\/2:focus{
  --tw-translate-x: 50%;
}

.tw .focus\:translate-x-1\/3:focus{
  --tw-translate-x: 33.333333%;
}

.tw .focus\:translate-x-2\/3:focus{
  --tw-translate-x: 66.666667%;
}

.tw .focus\:translate-x-1\/4:focus{
  --tw-translate-x: 25%;
}

.tw .focus\:translate-x-2\/4:focus{
  --tw-translate-x: 50%;
}

.tw .focus\:translate-x-3\/4:focus{
  --tw-translate-x: 75%;
}

.tw .focus\:translate-x-full:focus{
  --tw-translate-x: 100%;
}

.tw .focus\:-translate-x-1\/2:focus{
  --tw-translate-x: -50%;
}

.tw .focus\:-translate-x-1\/3:focus{
  --tw-translate-x: -33.333333%;
}

.tw .focus\:-translate-x-2\/3:focus{
  --tw-translate-x: -66.666667%;
}

.tw .focus\:-translate-x-1\/4:focus{
  --tw-translate-x: -25%;
}

.tw .focus\:-translate-x-2\/4:focus{
  --tw-translate-x: -50%;
}

.tw .focus\:-translate-x-3\/4:focus{
  --tw-translate-x: -75%;
}

.tw .focus\:-translate-x-full:focus{
  --tw-translate-x: -100%;
}

.tw .focus\:translate-y-0:focus{
  --tw-translate-y: 0px;
}

.tw .focus\:translate-y-1:focus{
  --tw-translate-y: 5px;
}

.tw .focus\:translate-y-2:focus{
  --tw-translate-y: 10px;
}

.tw .focus\:translate-y-3:focus{
  --tw-translate-y: 15px;
}

.tw .focus\:translate-y-4:focus{
  --tw-translate-y: 20px;
}

.tw .focus\:translate-y-5:focus{
  --tw-translate-y: 25px;
}

.tw .focus\:translate-y-6:focus{
  --tw-translate-y: 30px;
}

.tw .focus\:translate-y-7:focus{
  --tw-translate-y: 35px;
}

.tw .focus\:translate-y-8:focus{
  --tw-translate-y: 40px;
}

.tw .focus\:translate-y-9:focus{
  --tw-translate-y: 45px;
}

.tw .focus\:translate-y-10:focus{
  --tw-translate-y: 50px;
}

.tw .focus\:translate-y-11:focus{
  --tw-translate-y: 55px;
}

.tw .focus\:translate-y-12:focus{
  --tw-translate-y: 60px;
}

.tw .focus\:translate-y-13:focus{
  --tw-translate-y: 65px;
}

.tw .focus\:translate-y-14:focus{
  --tw-translate-y: 70px;
}

.tw .focus\:translate-y-15:focus{
  --tw-translate-y: 75px;
}

.tw .focus\:translate-y-16:focus{
  --tw-translate-y: 80px;
}

.tw .focus\:translate-y-17:focus{
  --tw-translate-y: 85px;
}

.tw .focus\:translate-y-18:focus{
  --tw-translate-y: 90px;
}

.tw .focus\:translate-y-19:focus{
  --tw-translate-y: 95px;
}

.tw .focus\:translate-y-20:focus{
  --tw-translate-y: 100px;
}

.tw .focus\:translate-y-21:focus{
  --tw-translate-y: 105px;
}

.tw .focus\:translate-y-22:focus{
  --tw-translate-y: 110px;
}

.tw .focus\:translate-y-23:focus{
  --tw-translate-y: 115px;
}

.tw .focus\:translate-y-24:focus{
  --tw-translate-y: 120px;
}

.tw .focus\:translate-y-25:focus{
  --tw-translate-y: 125px;
}

.tw .focus\:translate-y-26:focus{
  --tw-translate-y: 130px;
}

.tw .focus\:translate-y-27:focus{
  --tw-translate-y: 135px;
}

.tw .focus\:translate-y-28:focus{
  --tw-translate-y: 140px;
}

.tw .focus\:translate-y-29:focus{
  --tw-translate-y: 145px;
}

.tw .focus\:translate-y-30:focus{
  --tw-translate-y: 150px;
}

.tw .focus\:translate-y-31:focus{
  --tw-translate-y: 155px;
}

.tw .focus\:translate-y-32:focus{
  --tw-translate-y: 160px;
}

.tw .focus\:translate-y-33:focus{
  --tw-translate-y: 165px;
}

.tw .focus\:translate-y-34:focus{
  --tw-translate-y: 170px;
}

.tw .focus\:translate-y-35:focus{
  --tw-translate-y: 175px;
}

.tw .focus\:translate-y-36:focus{
  --tw-translate-y: 180px;
}

.tw .focus\:translate-y-37:focus{
  --tw-translate-y: 185px;
}

.tw .focus\:translate-y-38:focus{
  --tw-translate-y: 190px;
}

.tw .focus\:translate-y-39:focus{
  --tw-translate-y: 195px;
}

.tw .focus\:translate-y-40:focus{
  --tw-translate-y: 200px;
}

.tw .focus\:translate-y-41:focus{
  --tw-translate-y: 205px;
}

.tw .focus\:translate-y-42:focus{
  --tw-translate-y: 210px;
}

.tw .focus\:translate-y-43:focus{
  --tw-translate-y: 215px;
}

.tw .focus\:translate-y-44:focus{
  --tw-translate-y: 220px;
}

.tw .focus\:translate-y-45:focus{
  --tw-translate-y: 225px;
}

.tw .focus\:translate-y-46:focus{
  --tw-translate-y: 230px;
}

.tw .focus\:translate-y-47:focus{
  --tw-translate-y: 235px;
}

.tw .focus\:translate-y-48:focus{
  --tw-translate-y: 240px;
}

.tw .focus\:translate-y-49:focus{
  --tw-translate-y: 245px;
}

.tw .focus\:translate-y-50:focus{
  --tw-translate-y: 250px;
}

.tw .focus\:translate-y-51:focus{
  --tw-translate-y: 255px;
}

.tw .focus\:translate-y-52:focus{
  --tw-translate-y: 260px;
}

.tw .focus\:translate-y-53:focus{
  --tw-translate-y: 265px;
}

.tw .focus\:translate-y-54:focus{
  --tw-translate-y: 270px;
}

.tw .focus\:translate-y-55:focus{
  --tw-translate-y: 275px;
}

.tw .focus\:translate-y-56:focus{
  --tw-translate-y: 280px;
}

.tw .focus\:translate-y-57:focus{
  --tw-translate-y: 285px;
}

.tw .focus\:translate-y-58:focus{
  --tw-translate-y: 290px;
}

.tw .focus\:translate-y-59:focus{
  --tw-translate-y: 295px;
}

.tw .focus\:translate-y-60:focus{
  --tw-translate-y: 300px;
}

.tw .focus\:translate-y-61:focus{
  --tw-translate-y: 305px;
}

.tw .focus\:translate-y-62:focus{
  --tw-translate-y: 310px;
}

.tw .focus\:translate-y-63:focus{
  --tw-translate-y: 315px;
}

.tw .focus\:translate-y-64:focus{
  --tw-translate-y: 320px;
}

.tw .focus\:translate-y-65:focus{
  --tw-translate-y: 325px;
}

.tw .focus\:translate-y-66:focus{
  --tw-translate-y: 330px;
}

.tw .focus\:translate-y-67:focus{
  --tw-translate-y: 335px;
}

.tw .focus\:translate-y-68:focus{
  --tw-translate-y: 340px;
}

.tw .focus\:translate-y-69:focus{
  --tw-translate-y: 345px;
}

.tw .focus\:translate-y-70:focus{
  --tw-translate-y: 350px;
}

.tw .focus\:translate-y-71:focus{
  --tw-translate-y: 355px;
}

.tw .focus\:translate-y-72:focus{
  --tw-translate-y: 360px;
}

.tw .focus\:translate-y-73:focus{
  --tw-translate-y: 365px;
}

.tw .focus\:translate-y-74:focus{
  --tw-translate-y: 370px;
}

.tw .focus\:translate-y-75:focus{
  --tw-translate-y: 375px;
}

.tw .focus\:translate-y-76:focus{
  --tw-translate-y: 380px;
}

.tw .focus\:translate-y-77:focus{
  --tw-translate-y: 385px;
}

.tw .focus\:translate-y-78:focus{
  --tw-translate-y: 390px;
}

.tw .focus\:translate-y-79:focus{
  --tw-translate-y: 395px;
}

.tw .focus\:translate-y-80:focus{
  --tw-translate-y: 400px;
}

.tw .focus\:translate-y-81:focus{
  --tw-translate-y: 405px;
}

.tw .focus\:translate-y-82:focus{
  --tw-translate-y: 410px;
}

.tw .focus\:translate-y-83:focus{
  --tw-translate-y: 415px;
}

.tw .focus\:translate-y-84:focus{
  --tw-translate-y: 420px;
}

.tw .focus\:translate-y-85:focus{
  --tw-translate-y: 425px;
}

.tw .focus\:translate-y-86:focus{
  --tw-translate-y: 430px;
}

.tw .focus\:translate-y-87:focus{
  --tw-translate-y: 435px;
}

.tw .focus\:translate-y-88:focus{
  --tw-translate-y: 440px;
}

.tw .focus\:translate-y-89:focus{
  --tw-translate-y: 445px;
}

.tw .focus\:translate-y-90:focus{
  --tw-translate-y: 450px;
}

.tw .focus\:translate-y-91:focus{
  --tw-translate-y: 455px;
}

.tw .focus\:translate-y-92:focus{
  --tw-translate-y: 460px;
}

.tw .focus\:translate-y-93:focus{
  --tw-translate-y: 465px;
}

.tw .focus\:translate-y-94:focus{
  --tw-translate-y: 470px;
}

.tw .focus\:translate-y-95:focus{
  --tw-translate-y: 475px;
}

.tw .focus\:translate-y-96:focus{
  --tw-translate-y: 480px;
}

.tw .focus\:translate-y-97:focus{
  --tw-translate-y: 485px;
}

.tw .focus\:translate-y-98:focus{
  --tw-translate-y: 490px;
}

.tw .focus\:translate-y-99:focus{
  --tw-translate-y: 495px;
}

.tw .focus\:translate-y-100:focus{
  --tw-translate-y: 500px;
}

.tw .focus\:translate-y-101:focus{
  --tw-translate-y: 505px;
}

.tw .focus\:translate-y-102:focus{
  --tw-translate-y: 510px;
}

.tw .focus\:translate-y-103:focus{
  --tw-translate-y: 515px;
}

.tw .focus\:translate-y-104:focus{
  --tw-translate-y: 520px;
}

.tw .focus\:translate-y-105:focus{
  --tw-translate-y: 525px;
}

.tw .focus\:translate-y-106:focus{
  --tw-translate-y: 530px;
}

.tw .focus\:translate-y-107:focus{
  --tw-translate-y: 535px;
}

.tw .focus\:translate-y-108:focus{
  --tw-translate-y: 540px;
}

.tw .focus\:translate-y-109:focus{
  --tw-translate-y: 545px;
}

.tw .focus\:translate-y-110:focus{
  --tw-translate-y: 550px;
}

.tw .focus\:translate-y-111:focus{
  --tw-translate-y: 555px;
}

.tw .focus\:translate-y-112:focus{
  --tw-translate-y: 560px;
}

.tw .focus\:translate-y-113:focus{
  --tw-translate-y: 565px;
}

.tw .focus\:translate-y-114:focus{
  --tw-translate-y: 570px;
}

.tw .focus\:translate-y-115:focus{
  --tw-translate-y: 575px;
}

.tw .focus\:translate-y-116:focus{
  --tw-translate-y: 580px;
}

.tw .focus\:translate-y-117:focus{
  --tw-translate-y: 585px;
}

.tw .focus\:translate-y-118:focus{
  --tw-translate-y: 590px;
}

.tw .focus\:translate-y-119:focus{
  --tw-translate-y: 595px;
}

.tw .focus\:translate-y-120:focus{
  --tw-translate-y: 600px;
}

.tw .focus\:translate-y-121:focus{
  --tw-translate-y: 605px;
}

.tw .focus\:translate-y-122:focus{
  --tw-translate-y: 610px;
}

.tw .focus\:translate-y-123:focus{
  --tw-translate-y: 615px;
}

.tw .focus\:translate-y-124:focus{
  --tw-translate-y: 620px;
}

.tw .focus\:translate-y-125:focus{
  --tw-translate-y: 625px;
}

.tw .focus\:translate-y-126:focus{
  --tw-translate-y: 630px;
}

.tw .focus\:translate-y-127:focus{
  --tw-translate-y: 635px;
}

.tw .focus\:translate-y-128:focus{
  --tw-translate-y: 640px;
}

.tw .focus\:translate-y-129:focus{
  --tw-translate-y: 645px;
}

.tw .focus\:translate-y-130:focus{
  --tw-translate-y: 650px;
}

.tw .focus\:translate-y-131:focus{
  --tw-translate-y: 655px;
}

.tw .focus\:translate-y-132:focus{
  --tw-translate-y: 660px;
}

.tw .focus\:translate-y-133:focus{
  --tw-translate-y: 665px;
}

.tw .focus\:translate-y-134:focus{
  --tw-translate-y: 670px;
}

.tw .focus\:translate-y-135:focus{
  --tw-translate-y: 675px;
}

.tw .focus\:translate-y-136:focus{
  --tw-translate-y: 680px;
}

.tw .focus\:translate-y-137:focus{
  --tw-translate-y: 685px;
}

.tw .focus\:translate-y-138:focus{
  --tw-translate-y: 690px;
}

.tw .focus\:translate-y-139:focus{
  --tw-translate-y: 695px;
}

.tw .focus\:translate-y-140:focus{
  --tw-translate-y: 700px;
}

.tw .focus\:translate-y-141:focus{
  --tw-translate-y: 705px;
}

.tw .focus\:translate-y-142:focus{
  --tw-translate-y: 710px;
}

.tw .focus\:translate-y-143:focus{
  --tw-translate-y: 715px;
}

.tw .focus\:translate-y-144:focus{
  --tw-translate-y: 720px;
}

.tw .focus\:translate-y-145:focus{
  --tw-translate-y: 725px;
}

.tw .focus\:translate-y-146:focus{
  --tw-translate-y: 730px;
}

.tw .focus\:translate-y-147:focus{
  --tw-translate-y: 735px;
}

.tw .focus\:translate-y-148:focus{
  --tw-translate-y: 740px;
}

.tw .focus\:translate-y-149:focus{
  --tw-translate-y: 745px;
}

.tw .focus\:translate-y-0\.5:focus{
  --tw-translate-y: 3px;
}

.tw .focus\:translate-y-1px:focus{
  --tw-translate-y: 1px;
}

.tw .focus\:translate-y-2px:focus{
  --tw-translate-y: 2px;
}

.tw .focus\:translate-y-3px:focus{
  --tw-translate-y: 3px;
}

.tw .focus\:translate-y-4px:focus{
  --tw-translate-y: 4px;
}

.tw .focus\:translate-y-5px:focus{
  --tw-translate-y: 5px;
}

.tw .focus\:translate-y-6px:focus{
  --tw-translate-y: 6px;
}

.tw .focus\:translate-y-7px:focus{
  --tw-translate-y: 7px;
}

.tw .focus\:translate-y-8px:focus{
  --tw-translate-y: 8px;
}

.tw .focus\:translate-y-9px:focus{
  --tw-translate-y: 9px;
}

.tw .focus\:translate-y-10px:focus{
  --tw-translate-y: 10px;
}

.tw .focus\:translate-y-11px:focus{
  --tw-translate-y: 11px;
}

.tw .focus\:translate-y-12px:focus{
  --tw-translate-y: 12px;
}

.tw .focus\:translate-y-13px:focus{
  --tw-translate-y: 13px;
}

.tw .focus\:translate-y-14px:focus{
  --tw-translate-y: 14px;
}

.tw .focus\:translate-y-15px:focus{
  --tw-translate-y: 15px;
}

.tw .focus\:translate-y-16px:focus{
  --tw-translate-y: 16px;
}

.tw .focus\:translate-y-17px:focus{
  --tw-translate-y: 17px;
}

.tw .focus\:translate-y-18px:focus{
  --tw-translate-y: 18px;
}

.tw .focus\:translate-y-19px:focus{
  --tw-translate-y: 19px;
}

.tw .focus\:translate-y-20px:focus{
  --tw-translate-y: 20px;
}

.tw .focus\:translate-y-21px:focus{
  --tw-translate-y: 21px;
}

.tw .focus\:translate-y-22px:focus{
  --tw-translate-y: 22px;
}

.tw .focus\:translate-y-23px:focus{
  --tw-translate-y: 23px;
}

.tw .focus\:translate-y-24px:focus{
  --tw-translate-y: 24px;
}

.tw .focus\:translate-y-25px:focus{
  --tw-translate-y: 25px;
}

.tw .focus\:translate-y-26px:focus{
  --tw-translate-y: 26px;
}

.tw .focus\:translate-y-27px:focus{
  --tw-translate-y: 27px;
}

.tw .focus\:translate-y-28px:focus{
  --tw-translate-y: 28px;
}

.tw .focus\:translate-y-29px:focus{
  --tw-translate-y: 29px;
}

.tw .focus\:translate-y-30px:focus{
  --tw-translate-y: 30px;
}

.tw .focus\:translate-y-31px:focus{
  --tw-translate-y: 31px;
}

.tw .focus\:translate-y-32px:focus{
  --tw-translate-y: 32px;
}

.tw .focus\:translate-y-33px:focus{
  --tw-translate-y: 33px;
}

.tw .focus\:translate-y-34px:focus{
  --tw-translate-y: 34px;
}

.tw .focus\:translate-y-35px:focus{
  --tw-translate-y: 35px;
}

.tw .focus\:translate-y-36px:focus{
  --tw-translate-y: 36px;
}

.tw .focus\:translate-y-37px:focus{
  --tw-translate-y: 37px;
}

.tw .focus\:translate-y-38px:focus{
  --tw-translate-y: 38px;
}

.tw .focus\:translate-y-39px:focus{
  --tw-translate-y: 39px;
}

.tw .focus\:translate-y-40px:focus{
  --tw-translate-y: 40px;
}

.tw .focus\:-translate-y-0:focus{
  --tw-translate-y: 0px;
}

.tw .focus\:-translate-y-1:focus{
  --tw-translate-y: -5px;
}

.tw .focus\:-translate-y-2:focus{
  --tw-translate-y: -10px;
}

.tw .focus\:-translate-y-3:focus{
  --tw-translate-y: -15px;
}

.tw .focus\:-translate-y-4:focus{
  --tw-translate-y: -20px;
}

.tw .focus\:-translate-y-5:focus{
  --tw-translate-y: -25px;
}

.tw .focus\:-translate-y-6:focus{
  --tw-translate-y: -30px;
}

.tw .focus\:-translate-y-7:focus{
  --tw-translate-y: -35px;
}

.tw .focus\:-translate-y-8:focus{
  --tw-translate-y: -40px;
}

.tw .focus\:-translate-y-9:focus{
  --tw-translate-y: -45px;
}

.tw .focus\:-translate-y-10:focus{
  --tw-translate-y: -50px;
}

.tw .focus\:-translate-y-11:focus{
  --tw-translate-y: -55px;
}

.tw .focus\:-translate-y-12:focus{
  --tw-translate-y: -60px;
}

.tw .focus\:-translate-y-13:focus{
  --tw-translate-y: -65px;
}

.tw .focus\:-translate-y-14:focus{
  --tw-translate-y: -70px;
}

.tw .focus\:-translate-y-15:focus{
  --tw-translate-y: -75px;
}

.tw .focus\:-translate-y-16:focus{
  --tw-translate-y: -80px;
}

.tw .focus\:-translate-y-17:focus{
  --tw-translate-y: -85px;
}

.tw .focus\:-translate-y-18:focus{
  --tw-translate-y: -90px;
}

.tw .focus\:-translate-y-19:focus{
  --tw-translate-y: -95px;
}

.tw .focus\:-translate-y-20:focus{
  --tw-translate-y: -100px;
}

.tw .focus\:-translate-y-21:focus{
  --tw-translate-y: -105px;
}

.tw .focus\:-translate-y-22:focus{
  --tw-translate-y: -110px;
}

.tw .focus\:-translate-y-23:focus{
  --tw-translate-y: -115px;
}

.tw .focus\:-translate-y-24:focus{
  --tw-translate-y: -120px;
}

.tw .focus\:-translate-y-25:focus{
  --tw-translate-y: -125px;
}

.tw .focus\:-translate-y-26:focus{
  --tw-translate-y: -130px;
}

.tw .focus\:-translate-y-27:focus{
  --tw-translate-y: -135px;
}

.tw .focus\:-translate-y-28:focus{
  --tw-translate-y: -140px;
}

.tw .focus\:-translate-y-29:focus{
  --tw-translate-y: -145px;
}

.tw .focus\:-translate-y-30:focus{
  --tw-translate-y: -150px;
}

.tw .focus\:-translate-y-31:focus{
  --tw-translate-y: -155px;
}

.tw .focus\:-translate-y-32:focus{
  --tw-translate-y: -160px;
}

.tw .focus\:-translate-y-33:focus{
  --tw-translate-y: -165px;
}

.tw .focus\:-translate-y-34:focus{
  --tw-translate-y: -170px;
}

.tw .focus\:-translate-y-35:focus{
  --tw-translate-y: -175px;
}

.tw .focus\:-translate-y-36:focus{
  --tw-translate-y: -180px;
}

.tw .focus\:-translate-y-37:focus{
  --tw-translate-y: -185px;
}

.tw .focus\:-translate-y-38:focus{
  --tw-translate-y: -190px;
}

.tw .focus\:-translate-y-39:focus{
  --tw-translate-y: -195px;
}

.tw .focus\:-translate-y-40:focus{
  --tw-translate-y: -200px;
}

.tw .focus\:-translate-y-41:focus{
  --tw-translate-y: -205px;
}

.tw .focus\:-translate-y-42:focus{
  --tw-translate-y: -210px;
}

.tw .focus\:-translate-y-43:focus{
  --tw-translate-y: -215px;
}

.tw .focus\:-translate-y-44:focus{
  --tw-translate-y: -220px;
}

.tw .focus\:-translate-y-45:focus{
  --tw-translate-y: -225px;
}

.tw .focus\:-translate-y-46:focus{
  --tw-translate-y: -230px;
}

.tw .focus\:-translate-y-47:focus{
  --tw-translate-y: -235px;
}

.tw .focus\:-translate-y-48:focus{
  --tw-translate-y: -240px;
}

.tw .focus\:-translate-y-49:focus{
  --tw-translate-y: -245px;
}

.tw .focus\:-translate-y-50:focus{
  --tw-translate-y: -250px;
}

.tw .focus\:-translate-y-51:focus{
  --tw-translate-y: -255px;
}

.tw .focus\:-translate-y-52:focus{
  --tw-translate-y: -260px;
}

.tw .focus\:-translate-y-53:focus{
  --tw-translate-y: -265px;
}

.tw .focus\:-translate-y-54:focus{
  --tw-translate-y: -270px;
}

.tw .focus\:-translate-y-55:focus{
  --tw-translate-y: -275px;
}

.tw .focus\:-translate-y-56:focus{
  --tw-translate-y: -280px;
}

.tw .focus\:-translate-y-57:focus{
  --tw-translate-y: -285px;
}

.tw .focus\:-translate-y-58:focus{
  --tw-translate-y: -290px;
}

.tw .focus\:-translate-y-59:focus{
  --tw-translate-y: -295px;
}

.tw .focus\:-translate-y-60:focus{
  --tw-translate-y: -300px;
}

.tw .focus\:-translate-y-61:focus{
  --tw-translate-y: -305px;
}

.tw .focus\:-translate-y-62:focus{
  --tw-translate-y: -310px;
}

.tw .focus\:-translate-y-63:focus{
  --tw-translate-y: -315px;
}

.tw .focus\:-translate-y-64:focus{
  --tw-translate-y: -320px;
}

.tw .focus\:-translate-y-65:focus{
  --tw-translate-y: -325px;
}

.tw .focus\:-translate-y-66:focus{
  --tw-translate-y: -330px;
}

.tw .focus\:-translate-y-67:focus{
  --tw-translate-y: -335px;
}

.tw .focus\:-translate-y-68:focus{
  --tw-translate-y: -340px;
}

.tw .focus\:-translate-y-69:focus{
  --tw-translate-y: -345px;
}

.tw .focus\:-translate-y-70:focus{
  --tw-translate-y: -350px;
}

.tw .focus\:-translate-y-71:focus{
  --tw-translate-y: -355px;
}

.tw .focus\:-translate-y-72:focus{
  --tw-translate-y: -360px;
}

.tw .focus\:-translate-y-73:focus{
  --tw-translate-y: -365px;
}

.tw .focus\:-translate-y-74:focus{
  --tw-translate-y: -370px;
}

.tw .focus\:-translate-y-75:focus{
  --tw-translate-y: -375px;
}

.tw .focus\:-translate-y-76:focus{
  --tw-translate-y: -380px;
}

.tw .focus\:-translate-y-77:focus{
  --tw-translate-y: -385px;
}

.tw .focus\:-translate-y-78:focus{
  --tw-translate-y: -390px;
}

.tw .focus\:-translate-y-79:focus{
  --tw-translate-y: -395px;
}

.tw .focus\:-translate-y-80:focus{
  --tw-translate-y: -400px;
}

.tw .focus\:-translate-y-81:focus{
  --tw-translate-y: -405px;
}

.tw .focus\:-translate-y-82:focus{
  --tw-translate-y: -410px;
}

.tw .focus\:-translate-y-83:focus{
  --tw-translate-y: -415px;
}

.tw .focus\:-translate-y-84:focus{
  --tw-translate-y: -420px;
}

.tw .focus\:-translate-y-85:focus{
  --tw-translate-y: -425px;
}

.tw .focus\:-translate-y-86:focus{
  --tw-translate-y: -430px;
}

.tw .focus\:-translate-y-87:focus{
  --tw-translate-y: -435px;
}

.tw .focus\:-translate-y-88:focus{
  --tw-translate-y: -440px;
}

.tw .focus\:-translate-y-89:focus{
  --tw-translate-y: -445px;
}

.tw .focus\:-translate-y-90:focus{
  --tw-translate-y: -450px;
}

.tw .focus\:-translate-y-91:focus{
  --tw-translate-y: -455px;
}

.tw .focus\:-translate-y-92:focus{
  --tw-translate-y: -460px;
}

.tw .focus\:-translate-y-93:focus{
  --tw-translate-y: -465px;
}

.tw .focus\:-translate-y-94:focus{
  --tw-translate-y: -470px;
}

.tw .focus\:-translate-y-95:focus{
  --tw-translate-y: -475px;
}

.tw .focus\:-translate-y-96:focus{
  --tw-translate-y: -480px;
}

.tw .focus\:-translate-y-97:focus{
  --tw-translate-y: -485px;
}

.tw .focus\:-translate-y-98:focus{
  --tw-translate-y: -490px;
}

.tw .focus\:-translate-y-99:focus{
  --tw-translate-y: -495px;
}

.tw .focus\:-translate-y-100:focus{
  --tw-translate-y: -500px;
}

.tw .focus\:-translate-y-101:focus{
  --tw-translate-y: -505px;
}

.tw .focus\:-translate-y-102:focus{
  --tw-translate-y: -510px;
}

.tw .focus\:-translate-y-103:focus{
  --tw-translate-y: -515px;
}

.tw .focus\:-translate-y-104:focus{
  --tw-translate-y: -520px;
}

.tw .focus\:-translate-y-105:focus{
  --tw-translate-y: -525px;
}

.tw .focus\:-translate-y-106:focus{
  --tw-translate-y: -530px;
}

.tw .focus\:-translate-y-107:focus{
  --tw-translate-y: -535px;
}

.tw .focus\:-translate-y-108:focus{
  --tw-translate-y: -540px;
}

.tw .focus\:-translate-y-109:focus{
  --tw-translate-y: -545px;
}

.tw .focus\:-translate-y-110:focus{
  --tw-translate-y: -550px;
}

.tw .focus\:-translate-y-111:focus{
  --tw-translate-y: -555px;
}

.tw .focus\:-translate-y-112:focus{
  --tw-translate-y: -560px;
}

.tw .focus\:-translate-y-113:focus{
  --tw-translate-y: -565px;
}

.tw .focus\:-translate-y-114:focus{
  --tw-translate-y: -570px;
}

.tw .focus\:-translate-y-115:focus{
  --tw-translate-y: -575px;
}

.tw .focus\:-translate-y-116:focus{
  --tw-translate-y: -580px;
}

.tw .focus\:-translate-y-117:focus{
  --tw-translate-y: -585px;
}

.tw .focus\:-translate-y-118:focus{
  --tw-translate-y: -590px;
}

.tw .focus\:-translate-y-119:focus{
  --tw-translate-y: -595px;
}

.tw .focus\:-translate-y-120:focus{
  --tw-translate-y: -600px;
}

.tw .focus\:-translate-y-121:focus{
  --tw-translate-y: -605px;
}

.tw .focus\:-translate-y-122:focus{
  --tw-translate-y: -610px;
}

.tw .focus\:-translate-y-123:focus{
  --tw-translate-y: -615px;
}

.tw .focus\:-translate-y-124:focus{
  --tw-translate-y: -620px;
}

.tw .focus\:-translate-y-125:focus{
  --tw-translate-y: -625px;
}

.tw .focus\:-translate-y-126:focus{
  --tw-translate-y: -630px;
}

.tw .focus\:-translate-y-127:focus{
  --tw-translate-y: -635px;
}

.tw .focus\:-translate-y-128:focus{
  --tw-translate-y: -640px;
}

.tw .focus\:-translate-y-129:focus{
  --tw-translate-y: -645px;
}

.tw .focus\:-translate-y-130:focus{
  --tw-translate-y: -650px;
}

.tw .focus\:-translate-y-131:focus{
  --tw-translate-y: -655px;
}

.tw .focus\:-translate-y-132:focus{
  --tw-translate-y: -660px;
}

.tw .focus\:-translate-y-133:focus{
  --tw-translate-y: -665px;
}

.tw .focus\:-translate-y-134:focus{
  --tw-translate-y: -670px;
}

.tw .focus\:-translate-y-135:focus{
  --tw-translate-y: -675px;
}

.tw .focus\:-translate-y-136:focus{
  --tw-translate-y: -680px;
}

.tw .focus\:-translate-y-137:focus{
  --tw-translate-y: -685px;
}

.tw .focus\:-translate-y-138:focus{
  --tw-translate-y: -690px;
}

.tw .focus\:-translate-y-139:focus{
  --tw-translate-y: -695px;
}

.tw .focus\:-translate-y-140:focus{
  --tw-translate-y: -700px;
}

.tw .focus\:-translate-y-141:focus{
  --tw-translate-y: -705px;
}

.tw .focus\:-translate-y-142:focus{
  --tw-translate-y: -710px;
}

.tw .focus\:-translate-y-143:focus{
  --tw-translate-y: -715px;
}

.tw .focus\:-translate-y-144:focus{
  --tw-translate-y: -720px;
}

.tw .focus\:-translate-y-145:focus{
  --tw-translate-y: -725px;
}

.tw .focus\:-translate-y-146:focus{
  --tw-translate-y: -730px;
}

.tw .focus\:-translate-y-147:focus{
  --tw-translate-y: -735px;
}

.tw .focus\:-translate-y-148:focus{
  --tw-translate-y: -740px;
}

.tw .focus\:-translate-y-149:focus{
  --tw-translate-y: -745px;
}

.tw .focus\:-translate-y-0\.5:focus{
  --tw-translate-y: -3px;
}

.tw .focus\:-translate-y-1px:focus{
  --tw-translate-y: -1px;
}

.tw .focus\:-translate-y-2px:focus{
  --tw-translate-y: -2px;
}

.tw .focus\:-translate-y-3px:focus{
  --tw-translate-y: -3px;
}

.tw .focus\:-translate-y-4px:focus{
  --tw-translate-y: -4px;
}

.tw .focus\:-translate-y-5px:focus{
  --tw-translate-y: -5px;
}

.tw .focus\:-translate-y-6px:focus{
  --tw-translate-y: -6px;
}

.tw .focus\:-translate-y-7px:focus{
  --tw-translate-y: -7px;
}

.tw .focus\:-translate-y-8px:focus{
  --tw-translate-y: -8px;
}

.tw .focus\:-translate-y-9px:focus{
  --tw-translate-y: -9px;
}

.tw .focus\:-translate-y-10px:focus{
  --tw-translate-y: -10px;
}

.tw .focus\:-translate-y-11px:focus{
  --tw-translate-y: -11px;
}

.tw .focus\:-translate-y-12px:focus{
  --tw-translate-y: -12px;
}

.tw .focus\:-translate-y-13px:focus{
  --tw-translate-y: -13px;
}

.tw .focus\:-translate-y-14px:focus{
  --tw-translate-y: -14px;
}

.tw .focus\:-translate-y-15px:focus{
  --tw-translate-y: -15px;
}

.tw .focus\:-translate-y-16px:focus{
  --tw-translate-y: -16px;
}

.tw .focus\:-translate-y-17px:focus{
  --tw-translate-y: -17px;
}

.tw .focus\:-translate-y-18px:focus{
  --tw-translate-y: -18px;
}

.tw .focus\:-translate-y-19px:focus{
  --tw-translate-y: -19px;
}

.tw .focus\:-translate-y-20px:focus{
  --tw-translate-y: -20px;
}

.tw .focus\:-translate-y-21px:focus{
  --tw-translate-y: -21px;
}

.tw .focus\:-translate-y-22px:focus{
  --tw-translate-y: -22px;
}

.tw .focus\:-translate-y-23px:focus{
  --tw-translate-y: -23px;
}

.tw .focus\:-translate-y-24px:focus{
  --tw-translate-y: -24px;
}

.tw .focus\:-translate-y-25px:focus{
  --tw-translate-y: -25px;
}

.tw .focus\:-translate-y-26px:focus{
  --tw-translate-y: -26px;
}

.tw .focus\:-translate-y-27px:focus{
  --tw-translate-y: -27px;
}

.tw .focus\:-translate-y-28px:focus{
  --tw-translate-y: -28px;
}

.tw .focus\:-translate-y-29px:focus{
  --tw-translate-y: -29px;
}

.tw .focus\:-translate-y-30px:focus{
  --tw-translate-y: -30px;
}

.tw .focus\:-translate-y-31px:focus{
  --tw-translate-y: -31px;
}

.tw .focus\:-translate-y-32px:focus{
  --tw-translate-y: -32px;
}

.tw .focus\:-translate-y-33px:focus{
  --tw-translate-y: -33px;
}

.tw .focus\:-translate-y-34px:focus{
  --tw-translate-y: -34px;
}

.tw .focus\:-translate-y-35px:focus{
  --tw-translate-y: -35px;
}

.tw .focus\:-translate-y-36px:focus{
  --tw-translate-y: -36px;
}

.tw .focus\:-translate-y-37px:focus{
  --tw-translate-y: -37px;
}

.tw .focus\:-translate-y-38px:focus{
  --tw-translate-y: -38px;
}

.tw .focus\:-translate-y-39px:focus{
  --tw-translate-y: -39px;
}

.tw .focus\:-translate-y-40px:focus{
  --tw-translate-y: -40px;
}

.tw .focus\:translate-y-1\/2:focus{
  --tw-translate-y: 50%;
}

.tw .focus\:translate-y-1\/3:focus{
  --tw-translate-y: 33.333333%;
}

.tw .focus\:translate-y-2\/3:focus{
  --tw-translate-y: 66.666667%;
}

.tw .focus\:translate-y-1\/4:focus{
  --tw-translate-y: 25%;
}

.tw .focus\:translate-y-2\/4:focus{
  --tw-translate-y: 50%;
}

.tw .focus\:translate-y-3\/4:focus{
  --tw-translate-y: 75%;
}

.tw .focus\:translate-y-full:focus{
  --tw-translate-y: 100%;
}

.tw .focus\:-translate-y-1\/2:focus{
  --tw-translate-y: -50%;
}

.tw .focus\:-translate-y-1\/3:focus{
  --tw-translate-y: -33.333333%;
}

.tw .focus\:-translate-y-2\/3:focus{
  --tw-translate-y: -66.666667%;
}

.tw .focus\:-translate-y-1\/4:focus{
  --tw-translate-y: -25%;
}

.tw .focus\:-translate-y-2\/4:focus{
  --tw-translate-y: -50%;
}

.tw .focus\:-translate-y-3\/4:focus{
  --tw-translate-y: -75%;
}

.tw .focus\:-translate-y-full:focus{
  --tw-translate-y: -100%;
}

.tw .rotate-0{
  --tw-rotate: 0deg;
}

.tw .rotate-1{
  --tw-rotate: 1deg;
}

.tw .rotate-2{
  --tw-rotate: 2deg;
}

.tw .rotate-3{
  --tw-rotate: 3deg;
}

.tw .rotate-6{
  --tw-rotate: 6deg;
}

.tw .rotate-12{
  --tw-rotate: 12deg;
}

.tw .rotate-45{
  --tw-rotate: 45deg;
}

.tw .rotate-90{
  --tw-rotate: 90deg;
}

.tw .rotate-180{
  --tw-rotate: 180deg;
}

.tw .-rotate-180{
  --tw-rotate: -180deg;
}

.tw .-rotate-90{
  --tw-rotate: -90deg;
}

.tw .-rotate-45{
  --tw-rotate: -45deg;
}

.tw .-rotate-12{
  --tw-rotate: -12deg;
}

.tw .-rotate-6{
  --tw-rotate: -6deg;
}

.tw .-rotate-3{
  --tw-rotate: -3deg;
}

.tw .-rotate-2{
  --tw-rotate: -2deg;
}

.tw .-rotate-1{
  --tw-rotate: -1deg;
}

.tw .hover\:rotate-0:hover{
  --tw-rotate: 0deg;
}

.tw .hover\:rotate-1:hover{
  --tw-rotate: 1deg;
}

.tw .hover\:rotate-2:hover{
  --tw-rotate: 2deg;
}

.tw .hover\:rotate-3:hover{
  --tw-rotate: 3deg;
}

.tw .hover\:rotate-6:hover{
  --tw-rotate: 6deg;
}

.tw .hover\:rotate-12:hover{
  --tw-rotate: 12deg;
}

.tw .hover\:rotate-45:hover{
  --tw-rotate: 45deg;
}

.tw .hover\:rotate-90:hover{
  --tw-rotate: 90deg;
}

.tw .hover\:rotate-180:hover{
  --tw-rotate: 180deg;
}

.tw .hover\:-rotate-180:hover{
  --tw-rotate: -180deg;
}

.tw .hover\:-rotate-90:hover{
  --tw-rotate: -90deg;
}

.tw .hover\:-rotate-45:hover{
  --tw-rotate: -45deg;
}

.tw .hover\:-rotate-12:hover{
  --tw-rotate: -12deg;
}

.tw .hover\:-rotate-6:hover{
  --tw-rotate: -6deg;
}

.tw .hover\:-rotate-3:hover{
  --tw-rotate: -3deg;
}

.tw .hover\:-rotate-2:hover{
  --tw-rotate: -2deg;
}

.tw .hover\:-rotate-1:hover{
  --tw-rotate: -1deg;
}

.tw .focus\:rotate-0:focus{
  --tw-rotate: 0deg;
}

.tw .focus\:rotate-1:focus{
  --tw-rotate: 1deg;
}

.tw .focus\:rotate-2:focus{
  --tw-rotate: 2deg;
}

.tw .focus\:rotate-3:focus{
  --tw-rotate: 3deg;
}

.tw .focus\:rotate-6:focus{
  --tw-rotate: 6deg;
}

.tw .focus\:rotate-12:focus{
  --tw-rotate: 12deg;
}

.tw .focus\:rotate-45:focus{
  --tw-rotate: 45deg;
}

.tw .focus\:rotate-90:focus{
  --tw-rotate: 90deg;
}

.tw .focus\:rotate-180:focus{
  --tw-rotate: 180deg;
}

.tw .focus\:-rotate-180:focus{
  --tw-rotate: -180deg;
}

.tw .focus\:-rotate-90:focus{
  --tw-rotate: -90deg;
}

.tw .focus\:-rotate-45:focus{
  --tw-rotate: -45deg;
}

.tw .focus\:-rotate-12:focus{
  --tw-rotate: -12deg;
}

.tw .focus\:-rotate-6:focus{
  --tw-rotate: -6deg;
}

.tw .focus\:-rotate-3:focus{
  --tw-rotate: -3deg;
}

.tw .focus\:-rotate-2:focus{
  --tw-rotate: -2deg;
}

.tw .focus\:-rotate-1:focus{
  --tw-rotate: -1deg;
}

.tw .skew-x-0{
  --tw-skew-x: 0deg;
}

.tw .skew-x-1{
  --tw-skew-x: 1deg;
}

.tw .skew-x-2{
  --tw-skew-x: 2deg;
}

.tw .skew-x-3{
  --tw-skew-x: 3deg;
}

.tw .skew-x-6{
  --tw-skew-x: 6deg;
}

.tw .skew-x-12{
  --tw-skew-x: 12deg;
}

.tw .-skew-x-12{
  --tw-skew-x: -12deg;
}

.tw .-skew-x-6{
  --tw-skew-x: -6deg;
}

.tw .-skew-x-3{
  --tw-skew-x: -3deg;
}

.tw .-skew-x-2{
  --tw-skew-x: -2deg;
}

.tw .-skew-x-1{
  --tw-skew-x: -1deg;
}

.tw .skew-y-0{
  --tw-skew-y: 0deg;
}

.tw .skew-y-1{
  --tw-skew-y: 1deg;
}

.tw .skew-y-2{
  --tw-skew-y: 2deg;
}

.tw .skew-y-3{
  --tw-skew-y: 3deg;
}

.tw .skew-y-6{
  --tw-skew-y: 6deg;
}

.tw .skew-y-12{
  --tw-skew-y: 12deg;
}

.tw .-skew-y-12{
  --tw-skew-y: -12deg;
}

.tw .-skew-y-6{
  --tw-skew-y: -6deg;
}

.tw .-skew-y-3{
  --tw-skew-y: -3deg;
}

.tw .-skew-y-2{
  --tw-skew-y: -2deg;
}

.tw .-skew-y-1{
  --tw-skew-y: -1deg;
}

.tw .hover\:skew-x-0:hover{
  --tw-skew-x: 0deg;
}

.tw .hover\:skew-x-1:hover{
  --tw-skew-x: 1deg;
}

.tw .hover\:skew-x-2:hover{
  --tw-skew-x: 2deg;
}

.tw .hover\:skew-x-3:hover{
  --tw-skew-x: 3deg;
}

.tw .hover\:skew-x-6:hover{
  --tw-skew-x: 6deg;
}

.tw .hover\:skew-x-12:hover{
  --tw-skew-x: 12deg;
}

.tw .hover\:-skew-x-12:hover{
  --tw-skew-x: -12deg;
}

.tw .hover\:-skew-x-6:hover{
  --tw-skew-x: -6deg;
}

.tw .hover\:-skew-x-3:hover{
  --tw-skew-x: -3deg;
}

.tw .hover\:-skew-x-2:hover{
  --tw-skew-x: -2deg;
}

.tw .hover\:-skew-x-1:hover{
  --tw-skew-x: -1deg;
}

.tw .hover\:skew-y-0:hover{
  --tw-skew-y: 0deg;
}

.tw .hover\:skew-y-1:hover{
  --tw-skew-y: 1deg;
}

.tw .hover\:skew-y-2:hover{
  --tw-skew-y: 2deg;
}

.tw .hover\:skew-y-3:hover{
  --tw-skew-y: 3deg;
}

.tw .hover\:skew-y-6:hover{
  --tw-skew-y: 6deg;
}

.tw .hover\:skew-y-12:hover{
  --tw-skew-y: 12deg;
}

.tw .hover\:-skew-y-12:hover{
  --tw-skew-y: -12deg;
}

.tw .hover\:-skew-y-6:hover{
  --tw-skew-y: -6deg;
}

.tw .hover\:-skew-y-3:hover{
  --tw-skew-y: -3deg;
}

.tw .hover\:-skew-y-2:hover{
  --tw-skew-y: -2deg;
}

.tw .hover\:-skew-y-1:hover{
  --tw-skew-y: -1deg;
}

.tw .focus\:skew-x-0:focus{
  --tw-skew-x: 0deg;
}

.tw .focus\:skew-x-1:focus{
  --tw-skew-x: 1deg;
}

.tw .focus\:skew-x-2:focus{
  --tw-skew-x: 2deg;
}

.tw .focus\:skew-x-3:focus{
  --tw-skew-x: 3deg;
}

.tw .focus\:skew-x-6:focus{
  --tw-skew-x: 6deg;
}

.tw .focus\:skew-x-12:focus{
  --tw-skew-x: 12deg;
}

.tw .focus\:-skew-x-12:focus{
  --tw-skew-x: -12deg;
}

.tw .focus\:-skew-x-6:focus{
  --tw-skew-x: -6deg;
}

.tw .focus\:-skew-x-3:focus{
  --tw-skew-x: -3deg;
}

.tw .focus\:-skew-x-2:focus{
  --tw-skew-x: -2deg;
}

.tw .focus\:-skew-x-1:focus{
  --tw-skew-x: -1deg;
}

.tw .focus\:skew-y-0:focus{
  --tw-skew-y: 0deg;
}

.tw .focus\:skew-y-1:focus{
  --tw-skew-y: 1deg;
}

.tw .focus\:skew-y-2:focus{
  --tw-skew-y: 2deg;
}

.tw .focus\:skew-y-3:focus{
  --tw-skew-y: 3deg;
}

.tw .focus\:skew-y-6:focus{
  --tw-skew-y: 6deg;
}

.tw .focus\:skew-y-12:focus{
  --tw-skew-y: 12deg;
}

.tw .focus\:-skew-y-12:focus{
  --tw-skew-y: -12deg;
}

.tw .focus\:-skew-y-6:focus{
  --tw-skew-y: -6deg;
}

.tw .focus\:-skew-y-3:focus{
  --tw-skew-y: -3deg;
}

.tw .focus\:-skew-y-2:focus{
  --tw-skew-y: -2deg;
}

.tw .focus\:-skew-y-1:focus{
  --tw-skew-y: -1deg;
}

.tw .scale-0{
  --tw-scale-x: 0;
  --tw-scale-y: 0;
}

.tw .scale-50{
  --tw-scale-x: .5;
  --tw-scale-y: .5;
}

.tw .scale-75{
  --tw-scale-x: .75;
  --tw-scale-y: .75;
}

.tw .scale-90{
  --tw-scale-x: .9;
  --tw-scale-y: .9;
}

.tw .scale-95{
  --tw-scale-x: .95;
  --tw-scale-y: .95;
}

.tw .scale-100{
  --tw-scale-x: 1;
  --tw-scale-y: 1;
}

.tw .scale-105{
  --tw-scale-x: 1.05;
  --tw-scale-y: 1.05;
}

.tw .scale-110{
  --tw-scale-x: 1.1;
  --tw-scale-y: 1.1;
}

.tw .scale-125{
  --tw-scale-x: 1.25;
  --tw-scale-y: 1.25;
}

.tw .scale-150{
  --tw-scale-x: 1.5;
  --tw-scale-y: 1.5;
}

.tw .hover\:scale-0:hover{
  --tw-scale-x: 0;
  --tw-scale-y: 0;
}

.tw .hover\:scale-50:hover{
  --tw-scale-x: .5;
  --tw-scale-y: .5;
}

.tw .hover\:scale-75:hover{
  --tw-scale-x: .75;
  --tw-scale-y: .75;
}

.tw .hover\:scale-90:hover{
  --tw-scale-x: .9;
  --tw-scale-y: .9;
}

.tw .hover\:scale-95:hover{
  --tw-scale-x: .95;
  --tw-scale-y: .95;
}

.tw .hover\:scale-100:hover{
  --tw-scale-x: 1;
  --tw-scale-y: 1;
}

.tw .hover\:scale-105:hover{
  --tw-scale-x: 1.05;
  --tw-scale-y: 1.05;
}

.tw .hover\:scale-110:hover{
  --tw-scale-x: 1.1;
  --tw-scale-y: 1.1;
}

.tw .hover\:scale-125:hover{
  --tw-scale-x: 1.25;
  --tw-scale-y: 1.25;
}

.tw .hover\:scale-150:hover{
  --tw-scale-x: 1.5;
  --tw-scale-y: 1.5;
}

.tw .focus\:scale-0:focus{
  --tw-scale-x: 0;
  --tw-scale-y: 0;
}

.tw .focus\:scale-50:focus{
  --tw-scale-x: .5;
  --tw-scale-y: .5;
}

.tw .focus\:scale-75:focus{
  --tw-scale-x: .75;
  --tw-scale-y: .75;
}

.tw .focus\:scale-90:focus{
  --tw-scale-x: .9;
  --tw-scale-y: .9;
}

.tw .focus\:scale-95:focus{
  --tw-scale-x: .95;
  --tw-scale-y: .95;
}

.tw .focus\:scale-100:focus{
  --tw-scale-x: 1;
  --tw-scale-y: 1;
}

.tw .focus\:scale-105:focus{
  --tw-scale-x: 1.05;
  --tw-scale-y: 1.05;
}

.tw .focus\:scale-110:focus{
  --tw-scale-x: 1.1;
  --tw-scale-y: 1.1;
}

.tw .focus\:scale-125:focus{
  --tw-scale-x: 1.25;
  --tw-scale-y: 1.25;
}

.tw .focus\:scale-150:focus{
  --tw-scale-x: 1.5;
  --tw-scale-y: 1.5;
}

.tw .scale-x-0{
  --tw-scale-x: 0;
}

.tw .scale-x-50{
  --tw-scale-x: .5;
}

.tw .scale-x-75{
  --tw-scale-x: .75;
}

.tw .scale-x-90{
  --tw-scale-x: .9;
}

.tw .scale-x-95{
  --tw-scale-x: .95;
}

.tw .scale-x-100{
  --tw-scale-x: 1;
}

.tw .scale-x-105{
  --tw-scale-x: 1.05;
}

.tw .scale-x-110{
  --tw-scale-x: 1.1;
}

.tw .scale-x-125{
  --tw-scale-x: 1.25;
}

.tw .scale-x-150{
  --tw-scale-x: 1.5;
}

.tw .scale-y-0{
  --tw-scale-y: 0;
}

.tw .scale-y-50{
  --tw-scale-y: .5;
}

.tw .scale-y-75{
  --tw-scale-y: .75;
}

.tw .scale-y-90{
  --tw-scale-y: .9;
}

.tw .scale-y-95{
  --tw-scale-y: .95;
}

.tw .scale-y-100{
  --tw-scale-y: 1;
}

.tw .scale-y-105{
  --tw-scale-y: 1.05;
}

.tw .scale-y-110{
  --tw-scale-y: 1.1;
}

.tw .scale-y-125{
  --tw-scale-y: 1.25;
}

.tw .scale-y-150{
  --tw-scale-y: 1.5;
}

.tw .hover\:scale-x-0:hover{
  --tw-scale-x: 0;
}

.tw .hover\:scale-x-50:hover{
  --tw-scale-x: .5;
}

.tw .hover\:scale-x-75:hover{
  --tw-scale-x: .75;
}

.tw .hover\:scale-x-90:hover{
  --tw-scale-x: .9;
}

.tw .hover\:scale-x-95:hover{
  --tw-scale-x: .95;
}

.tw .hover\:scale-x-100:hover{
  --tw-scale-x: 1;
}

.tw .hover\:scale-x-105:hover{
  --tw-scale-x: 1.05;
}

.tw .hover\:scale-x-110:hover{
  --tw-scale-x: 1.1;
}

.tw .hover\:scale-x-125:hover{
  --tw-scale-x: 1.25;
}

.tw .hover\:scale-x-150:hover{
  --tw-scale-x: 1.5;
}

.tw .hover\:scale-y-0:hover{
  --tw-scale-y: 0;
}

.tw .hover\:scale-y-50:hover{
  --tw-scale-y: .5;
}

.tw .hover\:scale-y-75:hover{
  --tw-scale-y: .75;
}

.tw .hover\:scale-y-90:hover{
  --tw-scale-y: .9;
}

.tw .hover\:scale-y-95:hover{
  --tw-scale-y: .95;
}

.tw .hover\:scale-y-100:hover{
  --tw-scale-y: 1;
}

.tw .hover\:scale-y-105:hover{
  --tw-scale-y: 1.05;
}

.tw .hover\:scale-y-110:hover{
  --tw-scale-y: 1.1;
}

.tw .hover\:scale-y-125:hover{
  --tw-scale-y: 1.25;
}

.tw .hover\:scale-y-150:hover{
  --tw-scale-y: 1.5;
}

.tw .focus\:scale-x-0:focus{
  --tw-scale-x: 0;
}

.tw .focus\:scale-x-50:focus{
  --tw-scale-x: .5;
}

.tw .focus\:scale-x-75:focus{
  --tw-scale-x: .75;
}

.tw .focus\:scale-x-90:focus{
  --tw-scale-x: .9;
}

.tw .focus\:scale-x-95:focus{
  --tw-scale-x: .95;
}

.tw .focus\:scale-x-100:focus{
  --tw-scale-x: 1;
}

.tw .focus\:scale-x-105:focus{
  --tw-scale-x: 1.05;
}

.tw .focus\:scale-x-110:focus{
  --tw-scale-x: 1.1;
}

.tw .focus\:scale-x-125:focus{
  --tw-scale-x: 1.25;
}

.tw .focus\:scale-x-150:focus{
  --tw-scale-x: 1.5;
}

.tw .focus\:scale-y-0:focus{
  --tw-scale-y: 0;
}

.tw .focus\:scale-y-50:focus{
  --tw-scale-y: .5;
}

.tw .focus\:scale-y-75:focus{
  --tw-scale-y: .75;
}

.tw .focus\:scale-y-90:focus{
  --tw-scale-y: .9;
}

.tw .focus\:scale-y-95:focus{
  --tw-scale-y: .95;
}

.tw .focus\:scale-y-100:focus{
  --tw-scale-y: 1;
}

.tw .focus\:scale-y-105:focus{
  --tw-scale-y: 1.05;
}

.tw .focus\:scale-y-110:focus{
  --tw-scale-y: 1.1;
}

.tw .focus\:scale-y-125:focus{
  --tw-scale-y: 1.25;
}

.tw .focus\:scale-y-150:focus{
  --tw-scale-y: 1.5;
}

@keyframes spin{
  to{
    transform: rotate(360deg);
  }
}

@keyframes ping{
  75%, 100%{
    transform: scale(2);
    opacity: 0;
  }
}

@keyframes pulse{
  50%{
    opacity: .5;
  }
}

@keyframes bounce{
  0%, 100%{
    transform: translateY(-25%);
    animation-timing-function: cubic-bezier(0.8,0,1,1);
  }

  50%{
    transform: none;
    animation-timing-function: cubic-bezier(0,0,0.2,1);
  }
}

.tw .animate-none{
  animation: none;
}

.tw .animate-spin{
  animation: spin 1s linear infinite;
}

.tw .animate-ping{
  animation: ping 1s cubic-bezier(0, 0, 0.2, 1) infinite;
}

.tw .animate-pulse{
  animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
}

.tw .animate-bounce{
  animation: bounce 1s infinite;
}

.tw .cursor-auto{
  cursor: auto;
}

.tw .cursor-default{
  cursor: default;
}

.tw .cursor-pointer{
  cursor: pointer;
}

.tw .cursor-wait{
  cursor: wait;
}

.tw .cursor-text{
  cursor: text;
}

.tw .cursor-move{
  cursor: move;
}

.tw .cursor-help{
  cursor: help;
}

.tw .cursor-not-allowed{
  cursor: not-allowed;
}

.tw .hover\:cursor-auto:hover{
  cursor: auto;
}

.tw .hover\:cursor-default:hover{
  cursor: default;
}

.tw .hover\:cursor-pointer:hover{
  cursor: pointer;
}

.tw .hover\:cursor-wait:hover{
  cursor: wait;
}

.tw .hover\:cursor-text:hover{
  cursor: text;
}

.tw .hover\:cursor-move:hover{
  cursor: move;
}

.tw .hover\:cursor-help:hover{
  cursor: help;
}

.tw .hover\:cursor-not-allowed:hover{
  cursor: not-allowed;
}

.tw .group:hover .group-hover\:cursor-auto{
  cursor: auto;
}

.tw .group:hover .group-hover\:cursor-default{
  cursor: default;
}

.tw .group:hover .group-hover\:cursor-pointer{
  cursor: pointer;
}

.tw .group:hover .group-hover\:cursor-wait{
  cursor: wait;
}

.tw .group:hover .group-hover\:cursor-text{
  cursor: text;
}

.tw .group:hover .group-hover\:cursor-move{
  cursor: move;
}

.tw .group:hover .group-hover\:cursor-help{
  cursor: help;
}

.tw .group:hover .group-hover\:cursor-not-allowed{
  cursor: not-allowed;
}

.tw .disabled\:cursor-auto:disabled{
  cursor: auto;
}

.tw .disabled\:cursor-default:disabled{
  cursor: default;
}

.tw .disabled\:cursor-pointer:disabled{
  cursor: pointer;
}

.tw .disabled\:cursor-wait:disabled{
  cursor: wait;
}

.tw .disabled\:cursor-text:disabled{
  cursor: text;
}

.tw .disabled\:cursor-move:disabled{
  cursor: move;
}

.tw .disabled\:cursor-help:disabled{
  cursor: help;
}

.tw .disabled\:cursor-not-allowed:disabled{
  cursor: not-allowed;
}

.tw .select-none{
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

.tw .select-text{
  -webkit-user-select: text;
     -moz-user-select: text;
          user-select: text;
}

.tw .select-all{
  -webkit-user-select: all;
     -moz-user-select: all;
          user-select: all;
}

.tw .select-auto{
  -webkit-user-select: auto;
     -moz-user-select: auto;
          user-select: auto;
}

.tw .resize-none{
  resize: none;
}

.tw .resize-y{
  resize: vertical;
}

.tw .resize-x{
  resize: horizontal;
}

.tw .resize{
  resize: both;
}

.tw .list-inside{
  list-style-position: inside;
}

.tw .list-outside{
  list-style-position: outside;
}

.tw .list-none{
  list-style-type: none;
}

.tw .list-disc{
  list-style-type: disc;
}

.tw .list-decimal{
  list-style-type: decimal;
}

.tw .list-lower-alpha{
  list-style-type: lower-alpha;
}

.tw .appearance-none{
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

.tw .auto-cols-auto{
  grid-auto-columns: auto;
}

.tw .auto-cols-min{
  grid-auto-columns: min-content;
}

.tw .auto-cols-max{
  grid-auto-columns: max-content;
}

.tw .auto-cols-fr{
  grid-auto-columns: minmax(0, 1fr);
}

.tw .grid-flow-row{
  grid-auto-flow: row;
}

.tw .grid-flow-col{
  grid-auto-flow: column;
}

.tw .grid-flow-row-dense{
  grid-auto-flow: row dense;
}

.tw .grid-flow-col-dense{
  grid-auto-flow: column dense;
}

.tw .auto-rows-auto{
  grid-auto-rows: auto;
}

.tw .auto-rows-min{
  grid-auto-rows: min-content;
}

.tw .auto-rows-max{
  grid-auto-rows: max-content;
}

.tw .auto-rows-fr{
  grid-auto-rows: minmax(0, 1fr);
}

.tw .grid-cols-1{
  grid-template-columns: repeat(1, minmax(0, 1fr));
}

.tw .grid-cols-2{
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.tw .grid-cols-3{
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.tw .grid-cols-4{
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.tw .grid-cols-5{
  grid-template-columns: repeat(5, minmax(0, 1fr));
}

.tw .grid-cols-6{
  grid-template-columns: repeat(6, minmax(0, 1fr));
}

.tw .grid-cols-7{
  grid-template-columns: repeat(7, minmax(0, 1fr));
}

.tw .grid-cols-8{
  grid-template-columns: repeat(8, minmax(0, 1fr));
}

.tw .grid-cols-9{
  grid-template-columns: repeat(9, minmax(0, 1fr));
}

.tw .grid-cols-10{
  grid-template-columns: repeat(10, minmax(0, 1fr));
}

.tw .grid-cols-11{
  grid-template-columns: repeat(11, minmax(0, 1fr));
}

.tw .grid-cols-12{
  grid-template-columns: repeat(12, minmax(0, 1fr));
}

.tw .grid-cols-none{
  grid-template-columns: none;
}

.tw .grid-rows-1{
  grid-template-rows: repeat(1, minmax(0, 1fr));
}

.tw .grid-rows-2{
  grid-template-rows: repeat(2, minmax(0, 1fr));
}

.tw .grid-rows-3{
  grid-template-rows: repeat(3, minmax(0, 1fr));
}

.tw .grid-rows-4{
  grid-template-rows: repeat(4, minmax(0, 1fr));
}

.tw .grid-rows-5{
  grid-template-rows: repeat(5, minmax(0, 1fr));
}

.tw .grid-rows-6{
  grid-template-rows: repeat(6, minmax(0, 1fr));
}

.tw .grid-rows-none{
  grid-template-rows: none;
}

.tw .flex-row{
  flex-direction: row;
}

.tw .flex-row-reverse{
  flex-direction: row-reverse;
}

.tw .flex-col{
  flex-direction: column;
}

.tw .flex-col-reverse{
  flex-direction: column-reverse;
}

.tw .flex-wrap{
  flex-wrap: wrap;
}

.tw .flex-wrap-reverse{
  flex-wrap: wrap-reverse;
}

.tw .flex-nowrap{
  flex-wrap: nowrap;
}

.tw .place-content-center{
  place-content: center;
}

.tw .place-content-start{
  place-content: start;
}

.tw .place-content-end{
  place-content: end;
}

.tw .place-content-between{
  place-content: space-between;
}

.tw .place-content-around{
  place-content: space-around;
}

.tw .place-content-evenly{
  place-content: space-evenly;
}

.tw .place-content-stretch{
  place-content: stretch;
}

.tw .place-items-start{
  place-items: start;
}

.tw .place-items-end{
  place-items: end;
}

.tw .place-items-center{
  place-items: center;
}

.tw .place-items-stretch{
  place-items: stretch;
}

.tw .content-center{
  align-content: center;
}

.tw .content-start{
  align-content: flex-start;
}

.tw .content-end{
  align-content: flex-end;
}

.tw .content-between{
  align-content: space-between;
}

.tw .content-around{
  align-content: space-around;
}

.tw .content-evenly{
  align-content: space-evenly;
}

.tw .items-start{
  align-items: flex-start;
}

.tw .items-end{
  align-items: flex-end;
}

.tw .items-center{
  align-items: center;
}

.tw .items-baseline{
  align-items: baseline;
}

.tw .items-stretch{
  align-items: stretch;
}

.tw .justify-start{
  justify-content: flex-start;
}

.tw .justify-end{
  justify-content: flex-end;
}

.tw .justify-center{
  justify-content: center;
}

.tw .justify-between{
  justify-content: space-between;
}

.tw .justify-around{
  justify-content: space-around;
}

.tw .justify-evenly{
  justify-content: space-evenly;
}

.tw .justify-items-start{
  justify-items: start;
}

.tw .justify-items-end{
  justify-items: end;
}

.tw .justify-items-center{
  justify-items: center;
}

.tw .justify-items-stretch{
  justify-items: stretch;
}

.tw .gap-0{
  gap: 0px;
}

.tw .gap-1{
  gap: 5px;
}

.tw .gap-2{
  gap: 10px;
}

.tw .gap-3{
  gap: 15px;
}

.tw .gap-4{
  gap: 20px;
}

.tw .gap-5{
  gap: 25px;
}

.tw .gap-6{
  gap: 30px;
}

.tw .gap-7{
  gap: 35px;
}

.tw .gap-8{
  gap: 40px;
}

.tw .gap-9{
  gap: 45px;
}

.tw .gap-10{
  gap: 50px;
}

.tw .gap-11{
  gap: 55px;
}

.tw .gap-12{
  gap: 60px;
}

.tw .gap-13{
  gap: 65px;
}

.tw .gap-14{
  gap: 70px;
}

.tw .gap-15{
  gap: 75px;
}

.tw .gap-16{
  gap: 80px;
}

.tw .gap-17{
  gap: 85px;
}

.tw .gap-18{
  gap: 90px;
}

.tw .gap-19{
  gap: 95px;
}

.tw .gap-20{
  gap: 100px;
}

.tw .gap-21{
  gap: 105px;
}

.tw .gap-22{
  gap: 110px;
}

.tw .gap-23{
  gap: 115px;
}

.tw .gap-24{
  gap: 120px;
}

.tw .gap-25{
  gap: 125px;
}

.tw .gap-26{
  gap: 130px;
}

.tw .gap-27{
  gap: 135px;
}

.tw .gap-28{
  gap: 140px;
}

.tw .gap-29{
  gap: 145px;
}

.tw .gap-30{
  gap: 150px;
}

.tw .gap-31{
  gap: 155px;
}

.tw .gap-32{
  gap: 160px;
}

.tw .gap-33{
  gap: 165px;
}

.tw .gap-34{
  gap: 170px;
}

.tw .gap-35{
  gap: 175px;
}

.tw .gap-36{
  gap: 180px;
}

.tw .gap-37{
  gap: 185px;
}

.tw .gap-38{
  gap: 190px;
}

.tw .gap-39{
  gap: 195px;
}

.tw .gap-40{
  gap: 200px;
}

.tw .gap-41{
  gap: 205px;
}

.tw .gap-42{
  gap: 210px;
}

.tw .gap-43{
  gap: 215px;
}

.tw .gap-44{
  gap: 220px;
}

.tw .gap-45{
  gap: 225px;
}

.tw .gap-46{
  gap: 230px;
}

.tw .gap-47{
  gap: 235px;
}

.tw .gap-48{
  gap: 240px;
}

.tw .gap-49{
  gap: 245px;
}

.tw .gap-50{
  gap: 250px;
}

.tw .gap-51{
  gap: 255px;
}

.tw .gap-52{
  gap: 260px;
}

.tw .gap-53{
  gap: 265px;
}

.tw .gap-54{
  gap: 270px;
}

.tw .gap-55{
  gap: 275px;
}

.tw .gap-56{
  gap: 280px;
}

.tw .gap-57{
  gap: 285px;
}

.tw .gap-58{
  gap: 290px;
}

.tw .gap-59{
  gap: 295px;
}

.tw .gap-60{
  gap: 300px;
}

.tw .gap-61{
  gap: 305px;
}

.tw .gap-62{
  gap: 310px;
}

.tw .gap-63{
  gap: 315px;
}

.tw .gap-64{
  gap: 320px;
}

.tw .gap-65{
  gap: 325px;
}

.tw .gap-66{
  gap: 330px;
}

.tw .gap-67{
  gap: 335px;
}

.tw .gap-68{
  gap: 340px;
}

.tw .gap-69{
  gap: 345px;
}

.tw .gap-70{
  gap: 350px;
}

.tw .gap-71{
  gap: 355px;
}

.tw .gap-72{
  gap: 360px;
}

.tw .gap-73{
  gap: 365px;
}

.tw .gap-74{
  gap: 370px;
}

.tw .gap-75{
  gap: 375px;
}

.tw .gap-76{
  gap: 380px;
}

.tw .gap-77{
  gap: 385px;
}

.tw .gap-78{
  gap: 390px;
}

.tw .gap-79{
  gap: 395px;
}

.tw .gap-80{
  gap: 400px;
}

.tw .gap-81{
  gap: 405px;
}

.tw .gap-82{
  gap: 410px;
}

.tw .gap-83{
  gap: 415px;
}

.tw .gap-84{
  gap: 420px;
}

.tw .gap-85{
  gap: 425px;
}

.tw .gap-86{
  gap: 430px;
}

.tw .gap-87{
  gap: 435px;
}

.tw .gap-88{
  gap: 440px;
}

.tw .gap-89{
  gap: 445px;
}

.tw .gap-90{
  gap: 450px;
}

.tw .gap-91{
  gap: 455px;
}

.tw .gap-92{
  gap: 460px;
}

.tw .gap-93{
  gap: 465px;
}

.tw .gap-94{
  gap: 470px;
}

.tw .gap-95{
  gap: 475px;
}

.tw .gap-96{
  gap: 480px;
}

.tw .gap-97{
  gap: 485px;
}

.tw .gap-98{
  gap: 490px;
}

.tw .gap-99{
  gap: 495px;
}

.tw .gap-100{
  gap: 500px;
}

.tw .gap-101{
  gap: 505px;
}

.tw .gap-102{
  gap: 510px;
}

.tw .gap-103{
  gap: 515px;
}

.tw .gap-104{
  gap: 520px;
}

.tw .gap-105{
  gap: 525px;
}

.tw .gap-106{
  gap: 530px;
}

.tw .gap-107{
  gap: 535px;
}

.tw .gap-108{
  gap: 540px;
}

.tw .gap-109{
  gap: 545px;
}

.tw .gap-110{
  gap: 550px;
}

.tw .gap-111{
  gap: 555px;
}

.tw .gap-112{
  gap: 560px;
}

.tw .gap-113{
  gap: 565px;
}

.tw .gap-114{
  gap: 570px;
}

.tw .gap-115{
  gap: 575px;
}

.tw .gap-116{
  gap: 580px;
}

.tw .gap-117{
  gap: 585px;
}

.tw .gap-118{
  gap: 590px;
}

.tw .gap-119{
  gap: 595px;
}

.tw .gap-120{
  gap: 600px;
}

.tw .gap-121{
  gap: 605px;
}

.tw .gap-122{
  gap: 610px;
}

.tw .gap-123{
  gap: 615px;
}

.tw .gap-124{
  gap: 620px;
}

.tw .gap-125{
  gap: 625px;
}

.tw .gap-126{
  gap: 630px;
}

.tw .gap-127{
  gap: 635px;
}

.tw .gap-128{
  gap: 640px;
}

.tw .gap-129{
  gap: 645px;
}

.tw .gap-130{
  gap: 650px;
}

.tw .gap-131{
  gap: 655px;
}

.tw .gap-132{
  gap: 660px;
}

.tw .gap-133{
  gap: 665px;
}

.tw .gap-134{
  gap: 670px;
}

.tw .gap-135{
  gap: 675px;
}

.tw .gap-136{
  gap: 680px;
}

.tw .gap-137{
  gap: 685px;
}

.tw .gap-138{
  gap: 690px;
}

.tw .gap-139{
  gap: 695px;
}

.tw .gap-140{
  gap: 700px;
}

.tw .gap-141{
  gap: 705px;
}

.tw .gap-142{
  gap: 710px;
}

.tw .gap-143{
  gap: 715px;
}

.tw .gap-144{
  gap: 720px;
}

.tw .gap-145{
  gap: 725px;
}

.tw .gap-146{
  gap: 730px;
}

.tw .gap-147{
  gap: 735px;
}

.tw .gap-148{
  gap: 740px;
}

.tw .gap-149{
  gap: 745px;
}

.tw .gap-0\.5{
  gap: 3px;
}

.tw .gap-1px{
  gap: 1px;
}

.tw .gap-2px{
  gap: 2px;
}

.tw .gap-3px{
  gap: 3px;
}

.tw .gap-4px{
  gap: 4px;
}

.tw .gap-5px{
  gap: 5px;
}

.tw .gap-6px{
  gap: 6px;
}

.tw .gap-7px{
  gap: 7px;
}

.tw .gap-8px{
  gap: 8px;
}

.tw .gap-9px{
  gap: 9px;
}

.tw .gap-10px{
  gap: 10px;
}

.tw .gap-11px{
  gap: 11px;
}

.tw .gap-12px{
  gap: 12px;
}

.tw .gap-13px{
  gap: 13px;
}

.tw .gap-14px{
  gap: 14px;
}

.tw .gap-15px{
  gap: 15px;
}

.tw .gap-16px{
  gap: 16px;
}

.tw .gap-17px{
  gap: 17px;
}

.tw .gap-18px{
  gap: 18px;
}

.tw .gap-19px{
  gap: 19px;
}

.tw .gap-20px{
  gap: 20px;
}

.tw .gap-21px{
  gap: 21px;
}

.tw .gap-22px{
  gap: 22px;
}

.tw .gap-23px{
  gap: 23px;
}

.tw .gap-24px{
  gap: 24px;
}

.tw .gap-25px{
  gap: 25px;
}

.tw .gap-26px{
  gap: 26px;
}

.tw .gap-27px{
  gap: 27px;
}

.tw .gap-28px{
  gap: 28px;
}

.tw .gap-29px{
  gap: 29px;
}

.tw .gap-30px{
  gap: 30px;
}

.tw .gap-31px{
  gap: 31px;
}

.tw .gap-32px{
  gap: 32px;
}

.tw .gap-33px{
  gap: 33px;
}

.tw .gap-34px{
  gap: 34px;
}

.tw .gap-35px{
  gap: 35px;
}

.tw .gap-36px{
  gap: 36px;
}

.tw .gap-37px{
  gap: 37px;
}

.tw .gap-38px{
  gap: 38px;
}

.tw .gap-39px{
  gap: 39px;
}

.tw .gap-40px{
  gap: 40px;
}

.tw .gap-x-0{
  -moz-column-gap: 0px;
       column-gap: 0px;
}

.tw .gap-x-1{
  -moz-column-gap: 5px;
       column-gap: 5px;
}

.tw .gap-x-2{
  -moz-column-gap: 10px;
       column-gap: 10px;
}

.tw .gap-x-3{
  -moz-column-gap: 15px;
       column-gap: 15px;
}

.tw .gap-x-4{
  -moz-column-gap: 20px;
       column-gap: 20px;
}

.tw .gap-x-5{
  -moz-column-gap: 25px;
       column-gap: 25px;
}

.tw .gap-x-6{
  -moz-column-gap: 30px;
       column-gap: 30px;
}

.tw .gap-x-7{
  -moz-column-gap: 35px;
       column-gap: 35px;
}

.tw .gap-x-8{
  -moz-column-gap: 40px;
       column-gap: 40px;
}

.tw .gap-x-9{
  -moz-column-gap: 45px;
       column-gap: 45px;
}

.tw .gap-x-10{
  -moz-column-gap: 50px;
       column-gap: 50px;
}

.tw .gap-x-11{
  -moz-column-gap: 55px;
       column-gap: 55px;
}

.tw .gap-x-12{
  -moz-column-gap: 60px;
       column-gap: 60px;
}

.tw .gap-x-13{
  -moz-column-gap: 65px;
       column-gap: 65px;
}

.tw .gap-x-14{
  -moz-column-gap: 70px;
       column-gap: 70px;
}

.tw .gap-x-15{
  -moz-column-gap: 75px;
       column-gap: 75px;
}

.tw .gap-x-16{
  -moz-column-gap: 80px;
       column-gap: 80px;
}

.tw .gap-x-17{
  -moz-column-gap: 85px;
       column-gap: 85px;
}

.tw .gap-x-18{
  -moz-column-gap: 90px;
       column-gap: 90px;
}

.tw .gap-x-19{
  -moz-column-gap: 95px;
       column-gap: 95px;
}

.tw .gap-x-20{
  -moz-column-gap: 100px;
       column-gap: 100px;
}

.tw .gap-x-21{
  -moz-column-gap: 105px;
       column-gap: 105px;
}

.tw .gap-x-22{
  -moz-column-gap: 110px;
       column-gap: 110px;
}

.tw .gap-x-23{
  -moz-column-gap: 115px;
       column-gap: 115px;
}

.tw .gap-x-24{
  -moz-column-gap: 120px;
       column-gap: 120px;
}

.tw .gap-x-25{
  -moz-column-gap: 125px;
       column-gap: 125px;
}

.tw .gap-x-26{
  -moz-column-gap: 130px;
       column-gap: 130px;
}

.tw .gap-x-27{
  -moz-column-gap: 135px;
       column-gap: 135px;
}

.tw .gap-x-28{
  -moz-column-gap: 140px;
       column-gap: 140px;
}

.tw .gap-x-29{
  -moz-column-gap: 145px;
       column-gap: 145px;
}

.tw .gap-x-30{
  -moz-column-gap: 150px;
       column-gap: 150px;
}

.tw .gap-x-31{
  -moz-column-gap: 155px;
       column-gap: 155px;
}

.tw .gap-x-32{
  -moz-column-gap: 160px;
       column-gap: 160px;
}

.tw .gap-x-33{
  -moz-column-gap: 165px;
       column-gap: 165px;
}

.tw .gap-x-34{
  -moz-column-gap: 170px;
       column-gap: 170px;
}

.tw .gap-x-35{
  -moz-column-gap: 175px;
       column-gap: 175px;
}

.tw .gap-x-36{
  -moz-column-gap: 180px;
       column-gap: 180px;
}

.tw .gap-x-37{
  -moz-column-gap: 185px;
       column-gap: 185px;
}

.tw .gap-x-38{
  -moz-column-gap: 190px;
       column-gap: 190px;
}

.tw .gap-x-39{
  -moz-column-gap: 195px;
       column-gap: 195px;
}

.tw .gap-x-40{
  -moz-column-gap: 200px;
       column-gap: 200px;
}

.tw .gap-x-41{
  -moz-column-gap: 205px;
       column-gap: 205px;
}

.tw .gap-x-42{
  -moz-column-gap: 210px;
       column-gap: 210px;
}

.tw .gap-x-43{
  -moz-column-gap: 215px;
       column-gap: 215px;
}

.tw .gap-x-44{
  -moz-column-gap: 220px;
       column-gap: 220px;
}

.tw .gap-x-45{
  -moz-column-gap: 225px;
       column-gap: 225px;
}

.tw .gap-x-46{
  -moz-column-gap: 230px;
       column-gap: 230px;
}

.tw .gap-x-47{
  -moz-column-gap: 235px;
       column-gap: 235px;
}

.tw .gap-x-48{
  -moz-column-gap: 240px;
       column-gap: 240px;
}

.tw .gap-x-49{
  -moz-column-gap: 245px;
       column-gap: 245px;
}

.tw .gap-x-50{
  -moz-column-gap: 250px;
       column-gap: 250px;
}

.tw .gap-x-51{
  -moz-column-gap: 255px;
       column-gap: 255px;
}

.tw .gap-x-52{
  -moz-column-gap: 260px;
       column-gap: 260px;
}

.tw .gap-x-53{
  -moz-column-gap: 265px;
       column-gap: 265px;
}

.tw .gap-x-54{
  -moz-column-gap: 270px;
       column-gap: 270px;
}

.tw .gap-x-55{
  -moz-column-gap: 275px;
       column-gap: 275px;
}

.tw .gap-x-56{
  -moz-column-gap: 280px;
       column-gap: 280px;
}

.tw .gap-x-57{
  -moz-column-gap: 285px;
       column-gap: 285px;
}

.tw .gap-x-58{
  -moz-column-gap: 290px;
       column-gap: 290px;
}

.tw .gap-x-59{
  -moz-column-gap: 295px;
       column-gap: 295px;
}

.tw .gap-x-60{
  -moz-column-gap: 300px;
       column-gap: 300px;
}

.tw .gap-x-61{
  -moz-column-gap: 305px;
       column-gap: 305px;
}

.tw .gap-x-62{
  -moz-column-gap: 310px;
       column-gap: 310px;
}

.tw .gap-x-63{
  -moz-column-gap: 315px;
       column-gap: 315px;
}

.tw .gap-x-64{
  -moz-column-gap: 320px;
       column-gap: 320px;
}

.tw .gap-x-65{
  -moz-column-gap: 325px;
       column-gap: 325px;
}

.tw .gap-x-66{
  -moz-column-gap: 330px;
       column-gap: 330px;
}

.tw .gap-x-67{
  -moz-column-gap: 335px;
       column-gap: 335px;
}

.tw .gap-x-68{
  -moz-column-gap: 340px;
       column-gap: 340px;
}

.tw .gap-x-69{
  -moz-column-gap: 345px;
       column-gap: 345px;
}

.tw .gap-x-70{
  -moz-column-gap: 350px;
       column-gap: 350px;
}

.tw .gap-x-71{
  -moz-column-gap: 355px;
       column-gap: 355px;
}

.tw .gap-x-72{
  -moz-column-gap: 360px;
       column-gap: 360px;
}

.tw .gap-x-73{
  -moz-column-gap: 365px;
       column-gap: 365px;
}

.tw .gap-x-74{
  -moz-column-gap: 370px;
       column-gap: 370px;
}

.tw .gap-x-75{
  -moz-column-gap: 375px;
       column-gap: 375px;
}

.tw .gap-x-76{
  -moz-column-gap: 380px;
       column-gap: 380px;
}

.tw .gap-x-77{
  -moz-column-gap: 385px;
       column-gap: 385px;
}

.tw .gap-x-78{
  -moz-column-gap: 390px;
       column-gap: 390px;
}

.tw .gap-x-79{
  -moz-column-gap: 395px;
       column-gap: 395px;
}

.tw .gap-x-80{
  -moz-column-gap: 400px;
       column-gap: 400px;
}

.tw .gap-x-81{
  -moz-column-gap: 405px;
       column-gap: 405px;
}

.tw .gap-x-82{
  -moz-column-gap: 410px;
       column-gap: 410px;
}

.tw .gap-x-83{
  -moz-column-gap: 415px;
       column-gap: 415px;
}

.tw .gap-x-84{
  -moz-column-gap: 420px;
       column-gap: 420px;
}

.tw .gap-x-85{
  -moz-column-gap: 425px;
       column-gap: 425px;
}

.tw .gap-x-86{
  -moz-column-gap: 430px;
       column-gap: 430px;
}

.tw .gap-x-87{
  -moz-column-gap: 435px;
       column-gap: 435px;
}

.tw .gap-x-88{
  -moz-column-gap: 440px;
       column-gap: 440px;
}

.tw .gap-x-89{
  -moz-column-gap: 445px;
       column-gap: 445px;
}

.tw .gap-x-90{
  -moz-column-gap: 450px;
       column-gap: 450px;
}

.tw .gap-x-91{
  -moz-column-gap: 455px;
       column-gap: 455px;
}

.tw .gap-x-92{
  -moz-column-gap: 460px;
       column-gap: 460px;
}

.tw .gap-x-93{
  -moz-column-gap: 465px;
       column-gap: 465px;
}

.tw .gap-x-94{
  -moz-column-gap: 470px;
       column-gap: 470px;
}

.tw .gap-x-95{
  -moz-column-gap: 475px;
       column-gap: 475px;
}

.tw .gap-x-96{
  -moz-column-gap: 480px;
       column-gap: 480px;
}

.tw .gap-x-97{
  -moz-column-gap: 485px;
       column-gap: 485px;
}

.tw .gap-x-98{
  -moz-column-gap: 490px;
       column-gap: 490px;
}

.tw .gap-x-99{
  -moz-column-gap: 495px;
       column-gap: 495px;
}

.tw .gap-x-100{
  -moz-column-gap: 500px;
       column-gap: 500px;
}

.tw .gap-x-101{
  -moz-column-gap: 505px;
       column-gap: 505px;
}

.tw .gap-x-102{
  -moz-column-gap: 510px;
       column-gap: 510px;
}

.tw .gap-x-103{
  -moz-column-gap: 515px;
       column-gap: 515px;
}

.tw .gap-x-104{
  -moz-column-gap: 520px;
       column-gap: 520px;
}

.tw .gap-x-105{
  -moz-column-gap: 525px;
       column-gap: 525px;
}

.tw .gap-x-106{
  -moz-column-gap: 530px;
       column-gap: 530px;
}

.tw .gap-x-107{
  -moz-column-gap: 535px;
       column-gap: 535px;
}

.tw .gap-x-108{
  -moz-column-gap: 540px;
       column-gap: 540px;
}

.tw .gap-x-109{
  -moz-column-gap: 545px;
       column-gap: 545px;
}

.tw .gap-x-110{
  -moz-column-gap: 550px;
       column-gap: 550px;
}

.tw .gap-x-111{
  -moz-column-gap: 555px;
       column-gap: 555px;
}

.tw .gap-x-112{
  -moz-column-gap: 560px;
       column-gap: 560px;
}

.tw .gap-x-113{
  -moz-column-gap: 565px;
       column-gap: 565px;
}

.tw .gap-x-114{
  -moz-column-gap: 570px;
       column-gap: 570px;
}

.tw .gap-x-115{
  -moz-column-gap: 575px;
       column-gap: 575px;
}

.tw .gap-x-116{
  -moz-column-gap: 580px;
       column-gap: 580px;
}

.tw .gap-x-117{
  -moz-column-gap: 585px;
       column-gap: 585px;
}

.tw .gap-x-118{
  -moz-column-gap: 590px;
       column-gap: 590px;
}

.tw .gap-x-119{
  -moz-column-gap: 595px;
       column-gap: 595px;
}

.tw .gap-x-120{
  -moz-column-gap: 600px;
       column-gap: 600px;
}

.tw .gap-x-121{
  -moz-column-gap: 605px;
       column-gap: 605px;
}

.tw .gap-x-122{
  -moz-column-gap: 610px;
       column-gap: 610px;
}

.tw .gap-x-123{
  -moz-column-gap: 615px;
       column-gap: 615px;
}

.tw .gap-x-124{
  -moz-column-gap: 620px;
       column-gap: 620px;
}

.tw .gap-x-125{
  -moz-column-gap: 625px;
       column-gap: 625px;
}

.tw .gap-x-126{
  -moz-column-gap: 630px;
       column-gap: 630px;
}

.tw .gap-x-127{
  -moz-column-gap: 635px;
       column-gap: 635px;
}

.tw .gap-x-128{
  -moz-column-gap: 640px;
       column-gap: 640px;
}

.tw .gap-x-129{
  -moz-column-gap: 645px;
       column-gap: 645px;
}

.tw .gap-x-130{
  -moz-column-gap: 650px;
       column-gap: 650px;
}

.tw .gap-x-131{
  -moz-column-gap: 655px;
       column-gap: 655px;
}

.tw .gap-x-132{
  -moz-column-gap: 660px;
       column-gap: 660px;
}

.tw .gap-x-133{
  -moz-column-gap: 665px;
       column-gap: 665px;
}

.tw .gap-x-134{
  -moz-column-gap: 670px;
       column-gap: 670px;
}

.tw .gap-x-135{
  -moz-column-gap: 675px;
       column-gap: 675px;
}

.tw .gap-x-136{
  -moz-column-gap: 680px;
       column-gap: 680px;
}

.tw .gap-x-137{
  -moz-column-gap: 685px;
       column-gap: 685px;
}

.tw .gap-x-138{
  -moz-column-gap: 690px;
       column-gap: 690px;
}

.tw .gap-x-139{
  -moz-column-gap: 695px;
       column-gap: 695px;
}

.tw .gap-x-140{
  -moz-column-gap: 700px;
       column-gap: 700px;
}

.tw .gap-x-141{
  -moz-column-gap: 705px;
       column-gap: 705px;
}

.tw .gap-x-142{
  -moz-column-gap: 710px;
       column-gap: 710px;
}

.tw .gap-x-143{
  -moz-column-gap: 715px;
       column-gap: 715px;
}

.tw .gap-x-144{
  -moz-column-gap: 720px;
       column-gap: 720px;
}

.tw .gap-x-145{
  -moz-column-gap: 725px;
       column-gap: 725px;
}

.tw .gap-x-146{
  -moz-column-gap: 730px;
       column-gap: 730px;
}

.tw .gap-x-147{
  -moz-column-gap: 735px;
       column-gap: 735px;
}

.tw .gap-x-148{
  -moz-column-gap: 740px;
       column-gap: 740px;
}

.tw .gap-x-149{
  -moz-column-gap: 745px;
       column-gap: 745px;
}

.tw .gap-x-0\.5{
  -moz-column-gap: 3px;
       column-gap: 3px;
}

.tw .gap-x-1px{
  -moz-column-gap: 1px;
       column-gap: 1px;
}

.tw .gap-x-2px{
  -moz-column-gap: 2px;
       column-gap: 2px;
}

.tw .gap-x-3px{
  -moz-column-gap: 3px;
       column-gap: 3px;
}

.tw .gap-x-4px{
  -moz-column-gap: 4px;
       column-gap: 4px;
}

.tw .gap-x-5px{
  -moz-column-gap: 5px;
       column-gap: 5px;
}

.tw .gap-x-6px{
  -moz-column-gap: 6px;
       column-gap: 6px;
}

.tw .gap-x-7px{
  -moz-column-gap: 7px;
       column-gap: 7px;
}

.tw .gap-x-8px{
  -moz-column-gap: 8px;
       column-gap: 8px;
}

.tw .gap-x-9px{
  -moz-column-gap: 9px;
       column-gap: 9px;
}

.tw .gap-x-10px{
  -moz-column-gap: 10px;
       column-gap: 10px;
}

.tw .gap-x-11px{
  -moz-column-gap: 11px;
       column-gap: 11px;
}

.tw .gap-x-12px{
  -moz-column-gap: 12px;
       column-gap: 12px;
}

.tw .gap-x-13px{
  -moz-column-gap: 13px;
       column-gap: 13px;
}

.tw .gap-x-14px{
  -moz-column-gap: 14px;
       column-gap: 14px;
}

.tw .gap-x-15px{
  -moz-column-gap: 15px;
       column-gap: 15px;
}

.tw .gap-x-16px{
  -moz-column-gap: 16px;
       column-gap: 16px;
}

.tw .gap-x-17px{
  -moz-column-gap: 17px;
       column-gap: 17px;
}

.tw .gap-x-18px{
  -moz-column-gap: 18px;
       column-gap: 18px;
}

.tw .gap-x-19px{
  -moz-column-gap: 19px;
       column-gap: 19px;
}

.tw .gap-x-20px{
  -moz-column-gap: 20px;
       column-gap: 20px;
}

.tw .gap-x-21px{
  -moz-column-gap: 21px;
       column-gap: 21px;
}

.tw .gap-x-22px{
  -moz-column-gap: 22px;
       column-gap: 22px;
}

.tw .gap-x-23px{
  -moz-column-gap: 23px;
       column-gap: 23px;
}

.tw .gap-x-24px{
  -moz-column-gap: 24px;
       column-gap: 24px;
}

.tw .gap-x-25px{
  -moz-column-gap: 25px;
       column-gap: 25px;
}

.tw .gap-x-26px{
  -moz-column-gap: 26px;
       column-gap: 26px;
}

.tw .gap-x-27px{
  -moz-column-gap: 27px;
       column-gap: 27px;
}

.tw .gap-x-28px{
  -moz-column-gap: 28px;
       column-gap: 28px;
}

.tw .gap-x-29px{
  -moz-column-gap: 29px;
       column-gap: 29px;
}

.tw .gap-x-30px{
  -moz-column-gap: 30px;
       column-gap: 30px;
}

.tw .gap-x-31px{
  -moz-column-gap: 31px;
       column-gap: 31px;
}

.tw .gap-x-32px{
  -moz-column-gap: 32px;
       column-gap: 32px;
}

.tw .gap-x-33px{
  -moz-column-gap: 33px;
       column-gap: 33px;
}

.tw .gap-x-34px{
  -moz-column-gap: 34px;
       column-gap: 34px;
}

.tw .gap-x-35px{
  -moz-column-gap: 35px;
       column-gap: 35px;
}

.tw .gap-x-36px{
  -moz-column-gap: 36px;
       column-gap: 36px;
}

.tw .gap-x-37px{
  -moz-column-gap: 37px;
       column-gap: 37px;
}

.tw .gap-x-38px{
  -moz-column-gap: 38px;
       column-gap: 38px;
}

.tw .gap-x-39px{
  -moz-column-gap: 39px;
       column-gap: 39px;
}

.tw .gap-x-40px{
  -moz-column-gap: 40px;
       column-gap: 40px;
}

.tw .gap-y-0{
  row-gap: 0px;
}

.tw .gap-y-1{
  row-gap: 5px;
}

.tw .gap-y-2{
  row-gap: 10px;
}

.tw .gap-y-3{
  row-gap: 15px;
}

.tw .gap-y-4{
  row-gap: 20px;
}

.tw .gap-y-5{
  row-gap: 25px;
}

.tw .gap-y-6{
  row-gap: 30px;
}

.tw .gap-y-7{
  row-gap: 35px;
}

.tw .gap-y-8{
  row-gap: 40px;
}

.tw .gap-y-9{
  row-gap: 45px;
}

.tw .gap-y-10{
  row-gap: 50px;
}

.tw .gap-y-11{
  row-gap: 55px;
}

.tw .gap-y-12{
  row-gap: 60px;
}

.tw .gap-y-13{
  row-gap: 65px;
}

.tw .gap-y-14{
  row-gap: 70px;
}

.tw .gap-y-15{
  row-gap: 75px;
}

.tw .gap-y-16{
  row-gap: 80px;
}

.tw .gap-y-17{
  row-gap: 85px;
}

.tw .gap-y-18{
  row-gap: 90px;
}

.tw .gap-y-19{
  row-gap: 95px;
}

.tw .gap-y-20{
  row-gap: 100px;
}

.tw .gap-y-21{
  row-gap: 105px;
}

.tw .gap-y-22{
  row-gap: 110px;
}

.tw .gap-y-23{
  row-gap: 115px;
}

.tw .gap-y-24{
  row-gap: 120px;
}

.tw .gap-y-25{
  row-gap: 125px;
}

.tw .gap-y-26{
  row-gap: 130px;
}

.tw .gap-y-27{
  row-gap: 135px;
}

.tw .gap-y-28{
  row-gap: 140px;
}

.tw .gap-y-29{
  row-gap: 145px;
}

.tw .gap-y-30{
  row-gap: 150px;
}

.tw .gap-y-31{
  row-gap: 155px;
}

.tw .gap-y-32{
  row-gap: 160px;
}

.tw .gap-y-33{
  row-gap: 165px;
}

.tw .gap-y-34{
  row-gap: 170px;
}

.tw .gap-y-35{
  row-gap: 175px;
}

.tw .gap-y-36{
  row-gap: 180px;
}

.tw .gap-y-37{
  row-gap: 185px;
}

.tw .gap-y-38{
  row-gap: 190px;
}

.tw .gap-y-39{
  row-gap: 195px;
}

.tw .gap-y-40{
  row-gap: 200px;
}

.tw .gap-y-41{
  row-gap: 205px;
}

.tw .gap-y-42{
  row-gap: 210px;
}

.tw .gap-y-43{
  row-gap: 215px;
}

.tw .gap-y-44{
  row-gap: 220px;
}

.tw .gap-y-45{
  row-gap: 225px;
}

.tw .gap-y-46{
  row-gap: 230px;
}

.tw .gap-y-47{
  row-gap: 235px;
}

.tw .gap-y-48{
  row-gap: 240px;
}

.tw .gap-y-49{
  row-gap: 245px;
}

.tw .gap-y-50{
  row-gap: 250px;
}

.tw .gap-y-51{
  row-gap: 255px;
}

.tw .gap-y-52{
  row-gap: 260px;
}

.tw .gap-y-53{
  row-gap: 265px;
}

.tw .gap-y-54{
  row-gap: 270px;
}

.tw .gap-y-55{
  row-gap: 275px;
}

.tw .gap-y-56{
  row-gap: 280px;
}

.tw .gap-y-57{
  row-gap: 285px;
}

.tw .gap-y-58{
  row-gap: 290px;
}

.tw .gap-y-59{
  row-gap: 295px;
}

.tw .gap-y-60{
  row-gap: 300px;
}

.tw .gap-y-61{
  row-gap: 305px;
}

.tw .gap-y-62{
  row-gap: 310px;
}

.tw .gap-y-63{
  row-gap: 315px;
}

.tw .gap-y-64{
  row-gap: 320px;
}

.tw .gap-y-65{
  row-gap: 325px;
}

.tw .gap-y-66{
  row-gap: 330px;
}

.tw .gap-y-67{
  row-gap: 335px;
}

.tw .gap-y-68{
  row-gap: 340px;
}

.tw .gap-y-69{
  row-gap: 345px;
}

.tw .gap-y-70{
  row-gap: 350px;
}

.tw .gap-y-71{
  row-gap: 355px;
}

.tw .gap-y-72{
  row-gap: 360px;
}

.tw .gap-y-73{
  row-gap: 365px;
}

.tw .gap-y-74{
  row-gap: 370px;
}

.tw .gap-y-75{
  row-gap: 375px;
}

.tw .gap-y-76{
  row-gap: 380px;
}

.tw .gap-y-77{
  row-gap: 385px;
}

.tw .gap-y-78{
  row-gap: 390px;
}

.tw .gap-y-79{
  row-gap: 395px;
}

.tw .gap-y-80{
  row-gap: 400px;
}

.tw .gap-y-81{
  row-gap: 405px;
}

.tw .gap-y-82{
  row-gap: 410px;
}

.tw .gap-y-83{
  row-gap: 415px;
}

.tw .gap-y-84{
  row-gap: 420px;
}

.tw .gap-y-85{
  row-gap: 425px;
}

.tw .gap-y-86{
  row-gap: 430px;
}

.tw .gap-y-87{
  row-gap: 435px;
}

.tw .gap-y-88{
  row-gap: 440px;
}

.tw .gap-y-89{
  row-gap: 445px;
}

.tw .gap-y-90{
  row-gap: 450px;
}

.tw .gap-y-91{
  row-gap: 455px;
}

.tw .gap-y-92{
  row-gap: 460px;
}

.tw .gap-y-93{
  row-gap: 465px;
}

.tw .gap-y-94{
  row-gap: 470px;
}

.tw .gap-y-95{
  row-gap: 475px;
}

.tw .gap-y-96{
  row-gap: 480px;
}

.tw .gap-y-97{
  row-gap: 485px;
}

.tw .gap-y-98{
  row-gap: 490px;
}

.tw .gap-y-99{
  row-gap: 495px;
}

.tw .gap-y-100{
  row-gap: 500px;
}

.tw .gap-y-101{
  row-gap: 505px;
}

.tw .gap-y-102{
  row-gap: 510px;
}

.tw .gap-y-103{
  row-gap: 515px;
}

.tw .gap-y-104{
  row-gap: 520px;
}

.tw .gap-y-105{
  row-gap: 525px;
}

.tw .gap-y-106{
  row-gap: 530px;
}

.tw .gap-y-107{
  row-gap: 535px;
}

.tw .gap-y-108{
  row-gap: 540px;
}

.tw .gap-y-109{
  row-gap: 545px;
}

.tw .gap-y-110{
  row-gap: 550px;
}

.tw .gap-y-111{
  row-gap: 555px;
}

.tw .gap-y-112{
  row-gap: 560px;
}

.tw .gap-y-113{
  row-gap: 565px;
}

.tw .gap-y-114{
  row-gap: 570px;
}

.tw .gap-y-115{
  row-gap: 575px;
}

.tw .gap-y-116{
  row-gap: 580px;
}

.tw .gap-y-117{
  row-gap: 585px;
}

.tw .gap-y-118{
  row-gap: 590px;
}

.tw .gap-y-119{
  row-gap: 595px;
}

.tw .gap-y-120{
  row-gap: 600px;
}

.tw .gap-y-121{
  row-gap: 605px;
}

.tw .gap-y-122{
  row-gap: 610px;
}

.tw .gap-y-123{
  row-gap: 615px;
}

.tw .gap-y-124{
  row-gap: 620px;
}

.tw .gap-y-125{
  row-gap: 625px;
}

.tw .gap-y-126{
  row-gap: 630px;
}

.tw .gap-y-127{
  row-gap: 635px;
}

.tw .gap-y-128{
  row-gap: 640px;
}

.tw .gap-y-129{
  row-gap: 645px;
}

.tw .gap-y-130{
  row-gap: 650px;
}

.tw .gap-y-131{
  row-gap: 655px;
}

.tw .gap-y-132{
  row-gap: 660px;
}

.tw .gap-y-133{
  row-gap: 665px;
}

.tw .gap-y-134{
  row-gap: 670px;
}

.tw .gap-y-135{
  row-gap: 675px;
}

.tw .gap-y-136{
  row-gap: 680px;
}

.tw .gap-y-137{
  row-gap: 685px;
}

.tw .gap-y-138{
  row-gap: 690px;
}

.tw .gap-y-139{
  row-gap: 695px;
}

.tw .gap-y-140{
  row-gap: 700px;
}

.tw .gap-y-141{
  row-gap: 705px;
}

.tw .gap-y-142{
  row-gap: 710px;
}

.tw .gap-y-143{
  row-gap: 715px;
}

.tw .gap-y-144{
  row-gap: 720px;
}

.tw .gap-y-145{
  row-gap: 725px;
}

.tw .gap-y-146{
  row-gap: 730px;
}

.tw .gap-y-147{
  row-gap: 735px;
}

.tw .gap-y-148{
  row-gap: 740px;
}

.tw .gap-y-149{
  row-gap: 745px;
}

.tw .gap-y-0\.5{
  row-gap: 3px;
}

.tw .gap-y-1px{
  row-gap: 1px;
}

.tw .gap-y-2px{
  row-gap: 2px;
}

.tw .gap-y-3px{
  row-gap: 3px;
}

.tw .gap-y-4px{
  row-gap: 4px;
}

.tw .gap-y-5px{
  row-gap: 5px;
}

.tw .gap-y-6px{
  row-gap: 6px;
}

.tw .gap-y-7px{
  row-gap: 7px;
}

.tw .gap-y-8px{
  row-gap: 8px;
}

.tw .gap-y-9px{
  row-gap: 9px;
}

.tw .gap-y-10px{
  row-gap: 10px;
}

.tw .gap-y-11px{
  row-gap: 11px;
}

.tw .gap-y-12px{
  row-gap: 12px;
}

.tw .gap-y-13px{
  row-gap: 13px;
}

.tw .gap-y-14px{
  row-gap: 14px;
}

.tw .gap-y-15px{
  row-gap: 15px;
}

.tw .gap-y-16px{
  row-gap: 16px;
}

.tw .gap-y-17px{
  row-gap: 17px;
}

.tw .gap-y-18px{
  row-gap: 18px;
}

.tw .gap-y-19px{
  row-gap: 19px;
}

.tw .gap-y-20px{
  row-gap: 20px;
}

.tw .gap-y-21px{
  row-gap: 21px;
}

.tw .gap-y-22px{
  row-gap: 22px;
}

.tw .gap-y-23px{
  row-gap: 23px;
}

.tw .gap-y-24px{
  row-gap: 24px;
}

.tw .gap-y-25px{
  row-gap: 25px;
}

.tw .gap-y-26px{
  row-gap: 26px;
}

.tw .gap-y-27px{
  row-gap: 27px;
}

.tw .gap-y-28px{
  row-gap: 28px;
}

.tw .gap-y-29px{
  row-gap: 29px;
}

.tw .gap-y-30px{
  row-gap: 30px;
}

.tw .gap-y-31px{
  row-gap: 31px;
}

.tw .gap-y-32px{
  row-gap: 32px;
}

.tw .gap-y-33px{
  row-gap: 33px;
}

.tw .gap-y-34px{
  row-gap: 34px;
}

.tw .gap-y-35px{
  row-gap: 35px;
}

.tw .gap-y-36px{
  row-gap: 36px;
}

.tw .gap-y-37px{
  row-gap: 37px;
}

.tw .gap-y-38px{
  row-gap: 38px;
}

.tw .gap-y-39px{
  row-gap: 39px;
}

.tw .gap-y-40px{
  row-gap: 40px;
}

.tw .divide-x-0 > :not([hidden]) ~ :not([hidden]){
  --tw-divide-x-reverse: 0;
  border-right-width: calc(0px * var(--tw-divide-x-reverse));
  border-left-width: calc(0px * calc(1 - var(--tw-divide-x-reverse)));
}

.tw .divide-x-1 > :not([hidden]) ~ :not([hidden]){
  --tw-divide-x-reverse: 0;
  border-right-width: calc(1px * var(--tw-divide-x-reverse));
  border-left-width: calc(1px * calc(1 - var(--tw-divide-x-reverse)));
}

.tw .divide-x-2 > :not([hidden]) ~ :not([hidden]){
  --tw-divide-x-reverse: 0;
  border-right-width: calc(2px * var(--tw-divide-x-reverse));
  border-left-width: calc(2px * calc(1 - var(--tw-divide-x-reverse)));
}

.tw .divide-x-3 > :not([hidden]) ~ :not([hidden]){
  --tw-divide-x-reverse: 0;
  border-right-width: calc(3px * var(--tw-divide-x-reverse));
  border-left-width: calc(3px * calc(1 - var(--tw-divide-x-reverse)));
}

.tw .divide-x-4 > :not([hidden]) ~ :not([hidden]){
  --tw-divide-x-reverse: 0;
  border-right-width: calc(4px * var(--tw-divide-x-reverse));
  border-left-width: calc(4px * calc(1 - var(--tw-divide-x-reverse)));
}

.tw .divide-x-8 > :not([hidden]) ~ :not([hidden]){
  --tw-divide-x-reverse: 0;
  border-right-width: calc(8px * var(--tw-divide-x-reverse));
  border-left-width: calc(8px * calc(1 - var(--tw-divide-x-reverse)));
}

.tw .divide-x > :not([hidden]) ~ :not([hidden]){
  --tw-divide-x-reverse: 0;
  border-right-width: calc(1px * var(--tw-divide-x-reverse));
  border-left-width: calc(1px * calc(1 - var(--tw-divide-x-reverse)));
}

.tw .divide-x-1\.5 > :not([hidden]) ~ :not([hidden]){
  --tw-divide-x-reverse: 0;
  border-right-width: calc(1.5px * var(--tw-divide-x-reverse));
  border-left-width: calc(1.5px * calc(1 - var(--tw-divide-x-reverse)));
}

.tw .divide-y-0 > :not([hidden]) ~ :not([hidden]){
  --tw-divide-y-reverse: 0;
  border-top-width: calc(0px * calc(1 - var(--tw-divide-y-reverse)));
  border-bottom-width: calc(0px * var(--tw-divide-y-reverse));
}

.tw .divide-y-1 > :not([hidden]) ~ :not([hidden]){
  --tw-divide-y-reverse: 0;
  border-top-width: calc(1px * calc(1 - var(--tw-divide-y-reverse)));
  border-bottom-width: calc(1px * var(--tw-divide-y-reverse));
}

.tw .divide-y-2 > :not([hidden]) ~ :not([hidden]){
  --tw-divide-y-reverse: 0;
  border-top-width: calc(2px * calc(1 - var(--tw-divide-y-reverse)));
  border-bottom-width: calc(2px * var(--tw-divide-y-reverse));
}

.tw .divide-y-3 > :not([hidden]) ~ :not([hidden]){
  --tw-divide-y-reverse: 0;
  border-top-width: calc(3px * calc(1 - var(--tw-divide-y-reverse)));
  border-bottom-width: calc(3px * var(--tw-divide-y-reverse));
}

.tw .divide-y-4 > :not([hidden]) ~ :not([hidden]){
  --tw-divide-y-reverse: 0;
  border-top-width: calc(4px * calc(1 - var(--tw-divide-y-reverse)));
  border-bottom-width: calc(4px * var(--tw-divide-y-reverse));
}

.tw .divide-y-8 > :not([hidden]) ~ :not([hidden]){
  --tw-divide-y-reverse: 0;
  border-top-width: calc(8px * calc(1 - var(--tw-divide-y-reverse)));
  border-bottom-width: calc(8px * var(--tw-divide-y-reverse));
}

.tw .divide-y > :not([hidden]) ~ :not([hidden]){
  --tw-divide-y-reverse: 0;
  border-top-width: calc(1px * calc(1 - var(--tw-divide-y-reverse)));
  border-bottom-width: calc(1px * var(--tw-divide-y-reverse));
}

.tw .divide-y-1\.5 > :not([hidden]) ~ :not([hidden]){
  --tw-divide-y-reverse: 0;
  border-top-width: calc(1.5px * calc(1 - var(--tw-divide-y-reverse)));
  border-bottom-width: calc(1.5px * var(--tw-divide-y-reverse));
}

.tw .divide-y-reverse > :not([hidden]) ~ :not([hidden]){
  --tw-divide-y-reverse: 1;
}

.tw .divide-x-reverse > :not([hidden]) ~ :not([hidden]){
  --tw-divide-x-reverse: 1;
}

.tw .divide-solid > :not([hidden]) ~ :not([hidden]){
  border-style: solid;
}

.tw .divide-dashed > :not([hidden]) ~ :not([hidden]){
  border-style: dashed;
}

.tw .divide-dotted > :not([hidden]) ~ :not([hidden]){
  border-style: dotted;
}

.tw .divide-double > :not([hidden]) ~ :not([hidden]){
  border-style: double;
}

.tw .divide-none > :not([hidden]) ~ :not([hidden]){
  border-style: none;
}

.tw .divide-current > :not([hidden]) ~ :not([hidden]){
  border-color: currentColor;
}

.tw .divide-transparent > :not([hidden]) ~ :not([hidden]){
  border-color: transparent;
}

.tw .divide-white > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity: 1;
  border-color: rgba(255, 255, 255, var(--tw-divide-opacity));
}

.tw .divide-black > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity: 1;
  border-color: rgba(0, 0, 0, var(--tw-divide-opacity));
}

.tw .divide-gray-10 > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity: 1;
  border-color: rgba(240, 240, 240, var(--tw-divide-opacity));
}

.tw .divide-gray-20 > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity: 1;
  border-color: rgba(226, 226, 226, var(--tw-divide-opacity));
}

.tw .divide-gray-30 > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity: 1;
  border-color: rgba(211, 211, 211, var(--tw-divide-opacity));
}

.tw .divide-gray-40 > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity: 1;
  border-color: rgba(197, 197, 197, var(--tw-divide-opacity));
}

.tw .divide-gray-50 > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity: 1;
  border-color: rgba(183, 183, 183, var(--tw-divide-opacity));
}

.tw .divide-gray-60 > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity: 1;
  border-color: rgba(169, 169, 169, var(--tw-divide-opacity));
}

.tw .divide-gray-70 > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity: 1;
  border-color: rgba(156, 156, 156, var(--tw-divide-opacity));
}

.tw .divide-gray-80 > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity: 1;
  border-color: rgba(142, 142, 142, var(--tw-divide-opacity));
}

.tw .divide-gray-90 > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity: 1;
  border-color: rgba(129, 129, 129, var(--tw-divide-opacity));
}

.tw .divide-gray-100 > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity: 1;
  border-color: rgba(108, 109, 114, var(--tw-divide-opacity));
}

.tw .divide-gray-200 > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity: 1;
  border-color: rgba(96, 97, 103, var(--tw-divide-opacity));
}

.tw .divide-gray-300 > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity: 1;
  border-color: rgba(84, 86, 91, var(--tw-divide-opacity));
}

.tw .divide-gray-400 > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity: 1;
  border-color: rgba(73, 73, 80, var(--tw-divide-opacity));
}

.tw .divide-gray-500 > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity: 1;
  border-color: rgba(61, 61, 68, var(--tw-divide-opacity));
}

.tw .divide-gray-600 > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity: 1;
  border-color: rgba(53, 53, 61, var(--tw-divide-opacity));
}

.tw .divide-gray-700 > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity: 1;
  border-color: rgba(45, 45, 49, var(--tw-divide-opacity));
}

.tw .divide-gray-800 > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity: 1;
  border-color: rgba(38, 37, 42, var(--tw-divide-opacity));
}

.tw .divide-gray-850 > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity: 1;
  border-color: rgba(32, 32, 37, var(--tw-divide-opacity));
}

.tw .divide-gray-900 > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity: 1;
  border-color: rgba(27, 27, 32, var(--tw-divide-opacity));
}

.tw .divide-gray-950 > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity: 1;
  border-color: rgba(20, 20, 23, var(--tw-divide-opacity));
}

.tw .divide-brand-50 > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity: 1;
  border-color: rgba(127, 255, 255, var(--tw-divide-opacity));
}

.tw .divide-brand-100 > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity: 1;
  border-color: rgba(87, 226, 255, var(--tw-divide-opacity));
}

.tw .divide-brand-200 > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity: 1;
  border-color: rgba(32, 197, 255, var(--tw-divide-opacity));
}

.tw .divide-brand-300 > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity: 1;
  border-color: rgba(0, 167, 231, var(--tw-divide-opacity));
}

.tw .divide-brand-400 > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity: 1;
  border-color: rgba(0, 139, 201, var(--tw-divide-opacity));
}

.tw .divide-brand-500 > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity: 1;
  border-color: rgba(0, 112, 172, var(--tw-divide-opacity));
}

.tw .divide-brand-600 > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity: 1;
  border-color: rgba(0, 86, 143, var(--tw-divide-opacity));
}

.tw .divide-brand-700 > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity: 1;
  border-color: rgba(0, 62, 116, var(--tw-divide-opacity));
}

.tw .divide-brand-800 > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity: 1;
  border-color: rgba(0, 39, 89, var(--tw-divide-opacity));
}

.tw .divide-brand-900 > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity: 1;
  border-color: rgba(0, 18, 63, var(--tw-divide-opacity));
}

.tw .divide-brand > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity: 1;
  border-color: rgba(0, 190, 255, var(--tw-divide-opacity));
}

.tw .divide-brand-base > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity: 1;
  border-color: rgba(0, 190, 255, var(--tw-divide-opacity));
}

.tw .divide-red-50 > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity: 1;
  border-color: rgba(255, 202, 200, var(--tw-divide-opacity));
}

.tw .divide-red-100 > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity: 1;
  border-color: rgba(255, 171, 171, var(--tw-divide-opacity));
}

.tw .divide-red-200 > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity: 1;
  border-color: rgba(255, 142, 142, var(--tw-divide-opacity));
}

.tw .divide-red-300 > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity: 1;
  border-color: rgba(247, 112, 115, var(--tw-divide-opacity));
}

.tw .divide-red-400 > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity: 1;
  border-color: rgba(215, 83, 89, var(--tw-divide-opacity));
}

.tw .divide-red-500 > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity: 1;
  border-color: rgba(182, 54, 64, var(--tw-divide-opacity));
}

.tw .divide-red-600 > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity: 1;
  border-color: rgba(150, 18, 41, var(--tw-divide-opacity));
}

.tw .divide-red-700 > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity: 1;
  border-color: rgba(119, 0, 19, var(--tw-divide-opacity));
}

.tw .divide-red-800 > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity: 1;
  border-color: rgba(89, 0, 0, var(--tw-divide-opacity));
}

.tw .divide-red-900 > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity: 1;
  border-color: rgba(65, 0, 0, var(--tw-divide-opacity));
}

.tw .divide-red > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity: 1;
  border-color: rgba(211, 80, 86, var(--tw-divide-opacity));
}

.tw .divide-red-brand > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity: 1;
  border-color: rgba(255, 79, 79, var(--tw-divide-opacity));
}

.tw .divide-green-50 > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity: 1;
  border-color: rgba(141, 255, 205, var(--tw-divide-opacity));
}

.tw .divide-green-100 > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity: 1;
  border-color: rgba(109, 236, 176, var(--tw-divide-opacity));
}

.tw .divide-green-200 > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity: 1;
  border-color: rgba(76, 206, 147, var(--tw-divide-opacity));
}

.tw .divide-green-300 > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity: 1;
  border-color: rgba(36, 176, 119, var(--tw-divide-opacity));
}

.tw .divide-green-400 > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity: 1;
  border-color: rgba(0, 147, 93, var(--tw-divide-opacity));
}

.tw .divide-green-500 > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity: 1;
  border-color: rgba(0, 119, 68, var(--tw-divide-opacity));
}

.tw .divide-green-600 > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity: 1;
  border-color: rgba(0, 91, 43, var(--tw-divide-opacity));
}

.tw .divide-green-700 > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity: 1;
  border-color: rgba(0, 65, 21, var(--tw-divide-opacity));
}

.tw .divide-green-800 > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity: 1;
  border-color: rgba(0, 43, 0, var(--tw-divide-opacity));
}

.tw .divide-green-900 > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity: 1;
  border-color: rgba(0, 27, 0, var(--tw-divide-opacity));
}

.tw .divide-green > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity: 1;
  border-color: rgba(46, 182, 125, var(--tw-divide-opacity));
}

.tw .divide-yellow-50 > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity: 1;
  border-color: rgba(255, 235, 87, var(--tw-divide-opacity));
}

.tw .divide-yellow-100 > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity: 1;
  border-color: rgba(255, 205, 55, var(--tw-divide-opacity));
}

.tw .divide-yellow-200 > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity: 1;
  border-color: rgba(228, 176, 9, var(--tw-divide-opacity));
}

.tw .divide-yellow-300 > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity: 1;
  border-color: rgba(195, 148, 0, var(--tw-divide-opacity));
}

.tw .divide-yellow-400 > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity: 1;
  border-color: rgba(163, 121, 0, var(--tw-divide-opacity));
}

.tw .divide-yellow-500 > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity: 1;
  border-color: rgba(133, 95, 0, var(--tw-divide-opacity));
}

.tw .divide-yellow-600 > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity: 1;
  border-color: rgba(104, 70, 0, var(--tw-divide-opacity));
}

.tw .divide-yellow-700 > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity: 1;
  border-color: rgba(79, 46, 0, var(--tw-divide-opacity));
}

.tw .divide-yellow-800 > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity: 1;
  border-color: rgba(61, 22, 0, var(--tw-divide-opacity));
}

.tw .divide-yellow-900 > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity: 1;
  border-color: rgba(50, 0, 0, var(--tw-divide-opacity));
}

.tw .divide-yellow > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity: 1;
  border-color: rgba(254, 199, 47, var(--tw-divide-opacity));
}

.tw .divide-purple-50 > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity: 1;
  border-color: rgba(255, 216, 255, var(--tw-divide-opacity));
}

.tw .divide-purple-100 > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity: 1;
  border-color: rgba(240, 186, 255, var(--tw-divide-opacity));
}

.tw .divide-purple-200 > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity: 1;
  border-color: rgba(208, 157, 255, var(--tw-divide-opacity));
}

.tw .divide-purple-300 > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity: 1;
  border-color: rgba(177, 128, 255, var(--tw-divide-opacity));
}

.tw .divide-purple-400 > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity: 1;
  border-color: rgba(146, 101, 233, var(--tw-divide-opacity));
}

.tw .divide-purple-500 > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity: 1;
  border-color: rgba(116, 74, 203, var(--tw-divide-opacity));
}

.tw .divide-purple-600 > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity: 1;
  border-color: rgba(85, 48, 173, var(--tw-divide-opacity));
}

.tw .divide-purple-700 > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity: 1;
  border-color: rgba(53, 22, 144, var(--tw-divide-opacity));
}

.tw .divide-purple-800 > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity: 1;
  border-color: rgba(9, 0, 116, var(--tw-divide-opacity));
}

.tw .divide-purple-900 > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity: 1;
  border-color: rgba(0, 0, 89, var(--tw-divide-opacity));
}

.tw .divide-purple > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity: 1;
  border-color: rgba(168, 120, 255, var(--tw-divide-opacity));
}

.tw .divide-orange-50 > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity: 1;
  border-color: rgba(255, 210, 131, var(--tw-divide-opacity));
}

.tw .divide-orange-100 > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity: 1;
  border-color: rgba(255, 180, 103, var(--tw-divide-opacity));
}

.tw .divide-orange-200 > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity: 1;
  border-color: rgba(255, 151, 75, var(--tw-divide-opacity));
}

.tw .divide-orange-300 > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity: 1;
  border-color: rgba(240, 122, 47, var(--tw-divide-opacity));
}

.tw .divide-orange-400 > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity: 1;
  border-color: rgba(206, 95, 17, var(--tw-divide-opacity));
}

.tw .divide-orange-500 > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity: 1;
  border-color: rgba(173, 68, 0, var(--tw-divide-opacity));
}

.tw .divide-orange-600 > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity: 1;
  border-color: rgba(141, 40, 0, var(--tw-divide-opacity));
}

.tw .divide-orange-700 > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity: 1;
  border-color: rgba(111, 6, 0, var(--tw-divide-opacity));
}

.tw .divide-orange-800 > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity: 1;
  border-color: rgba(84, 0, 0, var(--tw-divide-opacity));
}

.tw .divide-orange-900 > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity: 1;
  border-color: rgba(65, 0, 0, var(--tw-divide-opacity));
}

.tw .divide-orange > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity: 1;
  border-color: rgba(245, 127, 52, var(--tw-divide-opacity));
}

.tw .divide-surface-brand > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity: 1;
  border-color: rgba(26, 26, 26, var(--tw-divide-opacity));
}

.tw .divide-surface-lower > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity: 1;
  border-color: rgba(18, 19, 20, var(--tw-divide-opacity));
}

.tw .divide-surface-base > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity: 1;
  border-color: rgba(29, 30, 31, var(--tw-divide-opacity));
}

.tw .divide-surface-low > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity: 1;
  border-color: rgba(33, 33, 36, var(--tw-divide-opacity));
}

.tw .divide-surface-middle > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity: 1;
  border-color: rgba(38, 38, 42, var(--tw-divide-opacity));
}

.tw .divide-surface-upper > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity: 1;
  border-color: rgba(41, 41, 46, var(--tw-divide-opacity));
}

.tw .divide-surface-high > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity: 1;
  border-color: rgba(52, 52, 53, var(--tw-divide-opacity));
}

.tw .divide-surface-higher > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity: 1;
  border-color: rgba(74, 75, 75, var(--tw-divide-opacity));
}

.tw .divide-surface-highest > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity: 1;
  border-color: rgba(97, 97, 98, var(--tw-divide-opacity));
}

.tw .divide-glyph-base > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity: 1;
  border-color: rgba(255, 255, 255, var(--tw-divide-opacity));
}

.tw .divide-glyph-light > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity: 1;
  border-color: rgba(194, 194, 194, var(--tw-divide-opacity));
}

.tw .divide-glyph-lighter > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity: 1;
  border-color: rgba(150, 150, 150, var(--tw-divide-opacity));
}

.tw .divide-glyph-lightest > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity: 1;
  border-color: rgba(80, 80, 80, var(--tw-divide-opacity));
}

.tw .divide-link > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity: 1;
  border-color: rgba(0, 190, 255, var(--tw-divide-opacity));
}

.tw .divide-info-error > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity: 1;
  border-color: rgba(235, 51, 65, var(--tw-divide-opacity));
}

.tw .divide-info-danger > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity: 1;
  border-color: rgba(247, 127, 37, var(--tw-divide-opacity));
}

.tw .divide-info-warn > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity: 1;
  border-color: rgba(255, 200, 47, var(--tw-divide-opacity));
}

.tw .divide-info-ok > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity: 1;
  border-color: rgba(0, 151, 79, var(--tw-divide-opacity));
}

.tw .divide-info-notice > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity: 1;
  border-color: rgba(1, 128, 255, var(--tw-divide-opacity));
}

.tw .divide-accent-1 > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity: 1;
  border-color: rgba(255, 93, 105, var(--tw-divide-opacity));
}

.tw .divide-accent-2 > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity: 1;
  border-color: rgba(7, 245, 175, var(--tw-divide-opacity));
}

.tw .divide-accent-3 > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity: 1;
  border-color: rgba(4, 211, 114, var(--tw-divide-opacity));
}

.tw .divide-accent-4 > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity: 1;
  border-color: rgba(132, 81, 245, var(--tw-divide-opacity));
}

.tw .divide-opacity-0 > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity: 0;
}

.tw .divide-opacity-5 > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity: 0.05;
}

.tw .divide-opacity-10 > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity: 0.1;
}

.tw .divide-opacity-15 > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity: 0.15;
}

.tw .divide-opacity-20 > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity: 0.2;
}

.tw .divide-opacity-25 > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity: 0.25;
}

.tw .divide-opacity-30 > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity: 0.3;
}

.tw .divide-opacity-40 > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity: 0.4;
}

.tw .divide-opacity-50 > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity: 0.5;
}

.tw .divide-opacity-60 > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity: 0.6;
}

.tw .divide-opacity-70 > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity: 0.7;
}

.tw .divide-opacity-75 > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity: 0.75;
}

.tw .divide-opacity-80 > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity: 0.8;
}

.tw .divide-opacity-90 > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity: 0.9;
}

.tw .divide-opacity-95 > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity: 0.95;
}

.tw .divide-opacity-100 > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity: 1;
}

.tw .place-self-auto{
  place-self: auto;
}

.tw .place-self-start{
  place-self: start;
}

.tw .place-self-end{
  place-self: end;
}

.tw .place-self-center{
  place-self: center;
}

.tw .place-self-stretch{
  place-self: stretch;
}

.tw .self-auto{
  align-self: auto;
}

.tw .self-start{
  align-self: flex-start;
}

.tw .self-end{
  align-self: flex-end;
}

.tw .self-center{
  align-self: center;
}

.tw .self-stretch{
  align-self: stretch;
}

.tw .self-baseline{
  align-self: baseline;
}

.tw .justify-self-auto{
  justify-self: auto;
}

.tw .justify-self-start{
  justify-self: start;
}

.tw .justify-self-end{
  justify-self: end;
}

.tw .justify-self-center{
  justify-self: center;
}

.tw .justify-self-stretch{
  justify-self: stretch;
}

.tw .overflow-auto{
  overflow: auto;
}

.tw .overflow-hidden{
  overflow: hidden;
}

.tw .overflow-visible{
  overflow: visible;
}

.tw .overflow-scroll{
  overflow: scroll;
}

.tw .overflow-x-auto{
  overflow-x: auto;
}

.tw .overflow-y-auto{
  overflow-y: auto;
}

.tw .overflow-x-hidden{
  overflow-x: hidden;
}

.tw .overflow-y-hidden{
  overflow-y: hidden;
}

.tw .overflow-x-visible{
  overflow-x: visible;
}

.tw .overflow-y-visible{
  overflow-y: visible;
}

.tw .overflow-x-scroll{
  overflow-x: scroll;
}

.tw .overflow-y-scroll{
  overflow-y: scroll;
}

.tw .overscroll-auto{
  overscroll-behavior: auto;
}

.tw .overscroll-contain{
  overscroll-behavior: contain;
}

.tw .overscroll-none{
  overscroll-behavior: none;
}

.tw .overscroll-y-auto{
  overscroll-behavior-y: auto;
}

.tw .overscroll-y-contain{
  overscroll-behavior-y: contain;
}

.tw .overscroll-y-none{
  overscroll-behavior-y: none;
}

.tw .overscroll-x-auto{
  overscroll-behavior-x: auto;
}

.tw .overscroll-x-contain{
  overscroll-behavior-x: contain;
}

.tw .overscroll-x-none{
  overscroll-behavior-x: none;
}

.tw .truncate{
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.tw .overflow-ellipsis{
  text-overflow: ellipsis;
}

.tw .overflow-clip{
  text-overflow: clip;
}

.tw .whitespace-normal{
  white-space: normal;
}

.tw .whitespace-nowrap{
  white-space: nowrap;
}

.tw .whitespace-pre{
  white-space: pre;
}

.tw .whitespace-pre-line{
  white-space: pre-line;
}

.tw .whitespace-pre-wrap{
  white-space: pre-wrap;
}

.tw .break-normal{
  overflow-wrap: normal;
  word-break: normal;
}

.tw .break-words{
  overflow-wrap: break-word;
}

.tw .break-all{
  word-break: break-all;
}

.tw .rounded-none{
  border-radius: 0;
}

.tw .rounded-sm{
  border-radius: 0.125rem;
}

.tw .rounded{
  border-radius: 0.25rem;
}

.tw .rounded-md{
  border-radius: 0.375rem;
}

.tw .rounded-lg{
  border-radius: 0.5rem;
}

.tw .rounded-xl{
  border-radius: 0.75rem;
}

.tw .rounded-2xl{
  border-radius: 1rem;
}

.tw .rounded-3xl{
  border-radius: 1.5rem;
}

.tw .rounded-full{
  border-radius: 9999px;
}

.tw .rounded-base{
  border-radius: 5px;
}

.tw .rounded-small{
  border-radius: 2.5px;
}

.tw .rounded-large{
  border-radius: 10px;
}

.tw .rounded-36px{
  border-radius: 36px;
}

.tw .first\:rounded-none:first-child{
  border-radius: 0;
}

.tw .first\:rounded-sm:first-child{
  border-radius: 0.125rem;
}

.tw .first\:rounded:first-child{
  border-radius: 0.25rem;
}

.tw .first\:rounded-md:first-child{
  border-radius: 0.375rem;
}

.tw .first\:rounded-lg:first-child{
  border-radius: 0.5rem;
}

.tw .first\:rounded-xl:first-child{
  border-radius: 0.75rem;
}

.tw .first\:rounded-2xl:first-child{
  border-radius: 1rem;
}

.tw .first\:rounded-3xl:first-child{
  border-radius: 1.5rem;
}

.tw .first\:rounded-full:first-child{
  border-radius: 9999px;
}

.tw .first\:rounded-base:first-child{
  border-radius: 5px;
}

.tw .first\:rounded-small:first-child{
  border-radius: 2.5px;
}

.tw .first\:rounded-large:first-child{
  border-radius: 10px;
}

.tw .first\:rounded-36px:first-child{
  border-radius: 36px;
}

.tw .last\:rounded-none:last-child{
  border-radius: 0;
}

.tw .last\:rounded-sm:last-child{
  border-radius: 0.125rem;
}

.tw .last\:rounded:last-child{
  border-radius: 0.25rem;
}

.tw .last\:rounded-md:last-child{
  border-radius: 0.375rem;
}

.tw .last\:rounded-lg:last-child{
  border-radius: 0.5rem;
}

.tw .last\:rounded-xl:last-child{
  border-radius: 0.75rem;
}

.tw .last\:rounded-2xl:last-child{
  border-radius: 1rem;
}

.tw .last\:rounded-3xl:last-child{
  border-radius: 1.5rem;
}

.tw .last\:rounded-full:last-child{
  border-radius: 9999px;
}

.tw .last\:rounded-base:last-child{
  border-radius: 5px;
}

.tw .last\:rounded-small:last-child{
  border-radius: 2.5px;
}

.tw .last\:rounded-large:last-child{
  border-radius: 10px;
}

.tw .last\:rounded-36px:last-child{
  border-radius: 36px;
}

.tw .rounded-t-none{
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.tw .rounded-t-sm{
  border-top-left-radius: 0.125rem;
  border-top-right-radius: 0.125rem;
}

.tw .rounded-t{
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}

.tw .rounded-t-md{
  border-top-left-radius: 0.375rem;
  border-top-right-radius: 0.375rem;
}

.tw .rounded-t-lg{
  border-top-left-radius: 0.5rem;
  border-top-right-radius: 0.5rem;
}

.tw .rounded-t-xl{
  border-top-left-radius: 0.75rem;
  border-top-right-radius: 0.75rem;
}

.tw .rounded-t-2xl{
  border-top-left-radius: 1rem;
  border-top-right-radius: 1rem;
}

.tw .rounded-t-3xl{
  border-top-left-radius: 1.5rem;
  border-top-right-radius: 1.5rem;
}

.tw .rounded-t-full{
  border-top-left-radius: 9999px;
  border-top-right-radius: 9999px;
}

.tw .rounded-t-base{
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}

.tw .rounded-t-small{
  border-top-left-radius: 2.5px;
  border-top-right-radius: 2.5px;
}

.tw .rounded-t-large{
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

.tw .rounded-t-36px{
  border-top-left-radius: 36px;
  border-top-right-radius: 36px;
}

.tw .rounded-r-none{
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.tw .rounded-r-sm{
  border-top-right-radius: 0.125rem;
  border-bottom-right-radius: 0.125rem;
}

.tw .rounded-r{
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}

.tw .rounded-r-md{
  border-top-right-radius: 0.375rem;
  border-bottom-right-radius: 0.375rem;
}

.tw .rounded-r-lg{
  border-top-right-radius: 0.5rem;
  border-bottom-right-radius: 0.5rem;
}

.tw .rounded-r-xl{
  border-top-right-radius: 0.75rem;
  border-bottom-right-radius: 0.75rem;
}

.tw .rounded-r-2xl{
  border-top-right-radius: 1rem;
  border-bottom-right-radius: 1rem;
}

.tw .rounded-r-3xl{
  border-top-right-radius: 1.5rem;
  border-bottom-right-radius: 1.5rem;
}

.tw .rounded-r-full{
  border-top-right-radius: 9999px;
  border-bottom-right-radius: 9999px;
}

.tw .rounded-r-base{
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}

.tw .rounded-r-small{
  border-top-right-radius: 2.5px;
  border-bottom-right-radius: 2.5px;
}

.tw .rounded-r-large{
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
}

.tw .rounded-r-36px{
  border-top-right-radius: 36px;
  border-bottom-right-radius: 36px;
}

.tw .rounded-b-none{
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.tw .rounded-b-sm{
  border-bottom-right-radius: 0.125rem;
  border-bottom-left-radius: 0.125rem;
}

.tw .rounded-b{
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

.tw .rounded-b-md{
  border-bottom-right-radius: 0.375rem;
  border-bottom-left-radius: 0.375rem;
}

.tw .rounded-b-lg{
  border-bottom-right-radius: 0.5rem;
  border-bottom-left-radius: 0.5rem;
}

.tw .rounded-b-xl{
  border-bottom-right-radius: 0.75rem;
  border-bottom-left-radius: 0.75rem;
}

.tw .rounded-b-2xl{
  border-bottom-right-radius: 1rem;
  border-bottom-left-radius: 1rem;
}

.tw .rounded-b-3xl{
  border-bottom-right-radius: 1.5rem;
  border-bottom-left-radius: 1.5rem;
}

.tw .rounded-b-full{
  border-bottom-right-radius: 9999px;
  border-bottom-left-radius: 9999px;
}

.tw .rounded-b-base{
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
}

.tw .rounded-b-small{
  border-bottom-right-radius: 2.5px;
  border-bottom-left-radius: 2.5px;
}

.tw .rounded-b-large{
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
}

.tw .rounded-b-36px{
  border-bottom-right-radius: 36px;
  border-bottom-left-radius: 36px;
}

.tw .rounded-l-none{
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.tw .rounded-l-sm{
  border-top-left-radius: 0.125rem;
  border-bottom-left-radius: 0.125rem;
}

.tw .rounded-l{
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

.tw .rounded-l-md{
  border-top-left-radius: 0.375rem;
  border-bottom-left-radius: 0.375rem;
}

.tw .rounded-l-lg{
  border-top-left-radius: 0.5rem;
  border-bottom-left-radius: 0.5rem;
}

.tw .rounded-l-xl{
  border-top-left-radius: 0.75rem;
  border-bottom-left-radius: 0.75rem;
}

.tw .rounded-l-2xl{
  border-top-left-radius: 1rem;
  border-bottom-left-radius: 1rem;
}

.tw .rounded-l-3xl{
  border-top-left-radius: 1.5rem;
  border-bottom-left-radius: 1.5rem;
}

.tw .rounded-l-full{
  border-top-left-radius: 9999px;
  border-bottom-left-radius: 9999px;
}

.tw .rounded-l-base{
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}

.tw .rounded-l-small{
  border-top-left-radius: 2.5px;
  border-bottom-left-radius: 2.5px;
}

.tw .rounded-l-large{
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
}

.tw .rounded-l-36px{
  border-top-left-radius: 36px;
  border-bottom-left-radius: 36px;
}

.tw .first\:rounded-t-none:first-child{
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.tw .first\:rounded-t-sm:first-child{
  border-top-left-radius: 0.125rem;
  border-top-right-radius: 0.125rem;
}

.tw .first\:rounded-t:first-child{
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}

.tw .first\:rounded-t-md:first-child{
  border-top-left-radius: 0.375rem;
  border-top-right-radius: 0.375rem;
}

.tw .first\:rounded-t-lg:first-child{
  border-top-left-radius: 0.5rem;
  border-top-right-radius: 0.5rem;
}

.tw .first\:rounded-t-xl:first-child{
  border-top-left-radius: 0.75rem;
  border-top-right-radius: 0.75rem;
}

.tw .first\:rounded-t-2xl:first-child{
  border-top-left-radius: 1rem;
  border-top-right-radius: 1rem;
}

.tw .first\:rounded-t-3xl:first-child{
  border-top-left-radius: 1.5rem;
  border-top-right-radius: 1.5rem;
}

.tw .first\:rounded-t-full:first-child{
  border-top-left-radius: 9999px;
  border-top-right-radius: 9999px;
}

.tw .first\:rounded-t-base:first-child{
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}

.tw .first\:rounded-t-small:first-child{
  border-top-left-radius: 2.5px;
  border-top-right-radius: 2.5px;
}

.tw .first\:rounded-t-large:first-child{
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

.tw .first\:rounded-t-36px:first-child{
  border-top-left-radius: 36px;
  border-top-right-radius: 36px;
}

.tw .first\:rounded-r-none:first-child{
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.tw .first\:rounded-r-sm:first-child{
  border-top-right-radius: 0.125rem;
  border-bottom-right-radius: 0.125rem;
}

.tw .first\:rounded-r:first-child{
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}

.tw .first\:rounded-r-md:first-child{
  border-top-right-radius: 0.375rem;
  border-bottom-right-radius: 0.375rem;
}

.tw .first\:rounded-r-lg:first-child{
  border-top-right-radius: 0.5rem;
  border-bottom-right-radius: 0.5rem;
}

.tw .first\:rounded-r-xl:first-child{
  border-top-right-radius: 0.75rem;
  border-bottom-right-radius: 0.75rem;
}

.tw .first\:rounded-r-2xl:first-child{
  border-top-right-radius: 1rem;
  border-bottom-right-radius: 1rem;
}

.tw .first\:rounded-r-3xl:first-child{
  border-top-right-radius: 1.5rem;
  border-bottom-right-radius: 1.5rem;
}

.tw .first\:rounded-r-full:first-child{
  border-top-right-radius: 9999px;
  border-bottom-right-radius: 9999px;
}

.tw .first\:rounded-r-base:first-child{
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}

.tw .first\:rounded-r-small:first-child{
  border-top-right-radius: 2.5px;
  border-bottom-right-radius: 2.5px;
}

.tw .first\:rounded-r-large:first-child{
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
}

.tw .first\:rounded-r-36px:first-child{
  border-top-right-radius: 36px;
  border-bottom-right-radius: 36px;
}

.tw .first\:rounded-b-none:first-child{
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.tw .first\:rounded-b-sm:first-child{
  border-bottom-right-radius: 0.125rem;
  border-bottom-left-radius: 0.125rem;
}

.tw .first\:rounded-b:first-child{
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

.tw .first\:rounded-b-md:first-child{
  border-bottom-right-radius: 0.375rem;
  border-bottom-left-radius: 0.375rem;
}

.tw .first\:rounded-b-lg:first-child{
  border-bottom-right-radius: 0.5rem;
  border-bottom-left-radius: 0.5rem;
}

.tw .first\:rounded-b-xl:first-child{
  border-bottom-right-radius: 0.75rem;
  border-bottom-left-radius: 0.75rem;
}

.tw .first\:rounded-b-2xl:first-child{
  border-bottom-right-radius: 1rem;
  border-bottom-left-radius: 1rem;
}

.tw .first\:rounded-b-3xl:first-child{
  border-bottom-right-radius: 1.5rem;
  border-bottom-left-radius: 1.5rem;
}

.tw .first\:rounded-b-full:first-child{
  border-bottom-right-radius: 9999px;
  border-bottom-left-radius: 9999px;
}

.tw .first\:rounded-b-base:first-child{
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
}

.tw .first\:rounded-b-small:first-child{
  border-bottom-right-radius: 2.5px;
  border-bottom-left-radius: 2.5px;
}

.tw .first\:rounded-b-large:first-child{
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
}

.tw .first\:rounded-b-36px:first-child{
  border-bottom-right-radius: 36px;
  border-bottom-left-radius: 36px;
}

.tw .first\:rounded-l-none:first-child{
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.tw .first\:rounded-l-sm:first-child{
  border-top-left-radius: 0.125rem;
  border-bottom-left-radius: 0.125rem;
}

.tw .first\:rounded-l:first-child{
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

.tw .first\:rounded-l-md:first-child{
  border-top-left-radius: 0.375rem;
  border-bottom-left-radius: 0.375rem;
}

.tw .first\:rounded-l-lg:first-child{
  border-top-left-radius: 0.5rem;
  border-bottom-left-radius: 0.5rem;
}

.tw .first\:rounded-l-xl:first-child{
  border-top-left-radius: 0.75rem;
  border-bottom-left-radius: 0.75rem;
}

.tw .first\:rounded-l-2xl:first-child{
  border-top-left-radius: 1rem;
  border-bottom-left-radius: 1rem;
}

.tw .first\:rounded-l-3xl:first-child{
  border-top-left-radius: 1.5rem;
  border-bottom-left-radius: 1.5rem;
}

.tw .first\:rounded-l-full:first-child{
  border-top-left-radius: 9999px;
  border-bottom-left-radius: 9999px;
}

.tw .first\:rounded-l-base:first-child{
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}

.tw .first\:rounded-l-small:first-child{
  border-top-left-radius: 2.5px;
  border-bottom-left-radius: 2.5px;
}

.tw .first\:rounded-l-large:first-child{
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
}

.tw .first\:rounded-l-36px:first-child{
  border-top-left-radius: 36px;
  border-bottom-left-radius: 36px;
}

.tw .last\:rounded-t-none:last-child{
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.tw .last\:rounded-t-sm:last-child{
  border-top-left-radius: 0.125rem;
  border-top-right-radius: 0.125rem;
}

.tw .last\:rounded-t:last-child{
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}

.tw .last\:rounded-t-md:last-child{
  border-top-left-radius: 0.375rem;
  border-top-right-radius: 0.375rem;
}

.tw .last\:rounded-t-lg:last-child{
  border-top-left-radius: 0.5rem;
  border-top-right-radius: 0.5rem;
}

.tw .last\:rounded-t-xl:last-child{
  border-top-left-radius: 0.75rem;
  border-top-right-radius: 0.75rem;
}

.tw .last\:rounded-t-2xl:last-child{
  border-top-left-radius: 1rem;
  border-top-right-radius: 1rem;
}

.tw .last\:rounded-t-3xl:last-child{
  border-top-left-radius: 1.5rem;
  border-top-right-radius: 1.5rem;
}

.tw .last\:rounded-t-full:last-child{
  border-top-left-radius: 9999px;
  border-top-right-radius: 9999px;
}

.tw .last\:rounded-t-base:last-child{
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}

.tw .last\:rounded-t-small:last-child{
  border-top-left-radius: 2.5px;
  border-top-right-radius: 2.5px;
}

.tw .last\:rounded-t-large:last-child{
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

.tw .last\:rounded-t-36px:last-child{
  border-top-left-radius: 36px;
  border-top-right-radius: 36px;
}

.tw .last\:rounded-r-none:last-child{
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.tw .last\:rounded-r-sm:last-child{
  border-top-right-radius: 0.125rem;
  border-bottom-right-radius: 0.125rem;
}

.tw .last\:rounded-r:last-child{
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}

.tw .last\:rounded-r-md:last-child{
  border-top-right-radius: 0.375rem;
  border-bottom-right-radius: 0.375rem;
}

.tw .last\:rounded-r-lg:last-child{
  border-top-right-radius: 0.5rem;
  border-bottom-right-radius: 0.5rem;
}

.tw .last\:rounded-r-xl:last-child{
  border-top-right-radius: 0.75rem;
  border-bottom-right-radius: 0.75rem;
}

.tw .last\:rounded-r-2xl:last-child{
  border-top-right-radius: 1rem;
  border-bottom-right-radius: 1rem;
}

.tw .last\:rounded-r-3xl:last-child{
  border-top-right-radius: 1.5rem;
  border-bottom-right-radius: 1.5rem;
}

.tw .last\:rounded-r-full:last-child{
  border-top-right-radius: 9999px;
  border-bottom-right-radius: 9999px;
}

.tw .last\:rounded-r-base:last-child{
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}

.tw .last\:rounded-r-small:last-child{
  border-top-right-radius: 2.5px;
  border-bottom-right-radius: 2.5px;
}

.tw .last\:rounded-r-large:last-child{
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
}

.tw .last\:rounded-r-36px:last-child{
  border-top-right-radius: 36px;
  border-bottom-right-radius: 36px;
}

.tw .last\:rounded-b-none:last-child{
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.tw .last\:rounded-b-sm:last-child{
  border-bottom-right-radius: 0.125rem;
  border-bottom-left-radius: 0.125rem;
}

.tw .last\:rounded-b:last-child{
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

.tw .last\:rounded-b-md:last-child{
  border-bottom-right-radius: 0.375rem;
  border-bottom-left-radius: 0.375rem;
}

.tw .last\:rounded-b-lg:last-child{
  border-bottom-right-radius: 0.5rem;
  border-bottom-left-radius: 0.5rem;
}

.tw .last\:rounded-b-xl:last-child{
  border-bottom-right-radius: 0.75rem;
  border-bottom-left-radius: 0.75rem;
}

.tw .last\:rounded-b-2xl:last-child{
  border-bottom-right-radius: 1rem;
  border-bottom-left-radius: 1rem;
}

.tw .last\:rounded-b-3xl:last-child{
  border-bottom-right-radius: 1.5rem;
  border-bottom-left-radius: 1.5rem;
}

.tw .last\:rounded-b-full:last-child{
  border-bottom-right-radius: 9999px;
  border-bottom-left-radius: 9999px;
}

.tw .last\:rounded-b-base:last-child{
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
}

.tw .last\:rounded-b-small:last-child{
  border-bottom-right-radius: 2.5px;
  border-bottom-left-radius: 2.5px;
}

.tw .last\:rounded-b-large:last-child{
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
}

.tw .last\:rounded-b-36px:last-child{
  border-bottom-right-radius: 36px;
  border-bottom-left-radius: 36px;
}

.tw .last\:rounded-l-none:last-child{
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.tw .last\:rounded-l-sm:last-child{
  border-top-left-radius: 0.125rem;
  border-bottom-left-radius: 0.125rem;
}

.tw .last\:rounded-l:last-child{
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

.tw .last\:rounded-l-md:last-child{
  border-top-left-radius: 0.375rem;
  border-bottom-left-radius: 0.375rem;
}

.tw .last\:rounded-l-lg:last-child{
  border-top-left-radius: 0.5rem;
  border-bottom-left-radius: 0.5rem;
}

.tw .last\:rounded-l-xl:last-child{
  border-top-left-radius: 0.75rem;
  border-bottom-left-radius: 0.75rem;
}

.tw .last\:rounded-l-2xl:last-child{
  border-top-left-radius: 1rem;
  border-bottom-left-radius: 1rem;
}

.tw .last\:rounded-l-3xl:last-child{
  border-top-left-radius: 1.5rem;
  border-bottom-left-radius: 1.5rem;
}

.tw .last\:rounded-l-full:last-child{
  border-top-left-radius: 9999px;
  border-bottom-left-radius: 9999px;
}

.tw .last\:rounded-l-base:last-child{
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}

.tw .last\:rounded-l-small:last-child{
  border-top-left-radius: 2.5px;
  border-bottom-left-radius: 2.5px;
}

.tw .last\:rounded-l-large:last-child{
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
}

.tw .last\:rounded-l-36px:last-child{
  border-top-left-radius: 36px;
  border-bottom-left-radius: 36px;
}

.tw .rounded-tl-none{
  border-top-left-radius: 0;
}

.tw .rounded-tl-sm{
  border-top-left-radius: 0.125rem;
}

.tw .rounded-tl{
  border-top-left-radius: 0.25rem;
}

.tw .rounded-tl-md{
  border-top-left-radius: 0.375rem;
}

.tw .rounded-tl-lg{
  border-top-left-radius: 0.5rem;
}

.tw .rounded-tl-xl{
  border-top-left-radius: 0.75rem;
}

.tw .rounded-tl-2xl{
  border-top-left-radius: 1rem;
}

.tw .rounded-tl-3xl{
  border-top-left-radius: 1.5rem;
}

.tw .rounded-tl-full{
  border-top-left-radius: 9999px;
}

.tw .rounded-tl-base{
  border-top-left-radius: 5px;
}

.tw .rounded-tl-small{
  border-top-left-radius: 2.5px;
}

.tw .rounded-tl-large{
  border-top-left-radius: 10px;
}

.tw .rounded-tl-36px{
  border-top-left-radius: 36px;
}

.tw .rounded-tr-none{
  border-top-right-radius: 0;
}

.tw .rounded-tr-sm{
  border-top-right-radius: 0.125rem;
}

.tw .rounded-tr{
  border-top-right-radius: 0.25rem;
}

.tw .rounded-tr-md{
  border-top-right-radius: 0.375rem;
}

.tw .rounded-tr-lg{
  border-top-right-radius: 0.5rem;
}

.tw .rounded-tr-xl{
  border-top-right-radius: 0.75rem;
}

.tw .rounded-tr-2xl{
  border-top-right-radius: 1rem;
}

.tw .rounded-tr-3xl{
  border-top-right-radius: 1.5rem;
}

.tw .rounded-tr-full{
  border-top-right-radius: 9999px;
}

.tw .rounded-tr-base{
  border-top-right-radius: 5px;
}

.tw .rounded-tr-small{
  border-top-right-radius: 2.5px;
}

.tw .rounded-tr-large{
  border-top-right-radius: 10px;
}

.tw .rounded-tr-36px{
  border-top-right-radius: 36px;
}

.tw .rounded-br-none{
  border-bottom-right-radius: 0;
}

.tw .rounded-br-sm{
  border-bottom-right-radius: 0.125rem;
}

.tw .rounded-br{
  border-bottom-right-radius: 0.25rem;
}

.tw .rounded-br-md{
  border-bottom-right-radius: 0.375rem;
}

.tw .rounded-br-lg{
  border-bottom-right-radius: 0.5rem;
}

.tw .rounded-br-xl{
  border-bottom-right-radius: 0.75rem;
}

.tw .rounded-br-2xl{
  border-bottom-right-radius: 1rem;
}

.tw .rounded-br-3xl{
  border-bottom-right-radius: 1.5rem;
}

.tw .rounded-br-full{
  border-bottom-right-radius: 9999px;
}

.tw .rounded-br-base{
  border-bottom-right-radius: 5px;
}

.tw .rounded-br-small{
  border-bottom-right-radius: 2.5px;
}

.tw .rounded-br-large{
  border-bottom-right-radius: 10px;
}

.tw .rounded-br-36px{
  border-bottom-right-radius: 36px;
}

.tw .rounded-bl-none{
  border-bottom-left-radius: 0;
}

.tw .rounded-bl-sm{
  border-bottom-left-radius: 0.125rem;
}

.tw .rounded-bl{
  border-bottom-left-radius: 0.25rem;
}

.tw .rounded-bl-md{
  border-bottom-left-radius: 0.375rem;
}

.tw .rounded-bl-lg{
  border-bottom-left-radius: 0.5rem;
}

.tw .rounded-bl-xl{
  border-bottom-left-radius: 0.75rem;
}

.tw .rounded-bl-2xl{
  border-bottom-left-radius: 1rem;
}

.tw .rounded-bl-3xl{
  border-bottom-left-radius: 1.5rem;
}

.tw .rounded-bl-full{
  border-bottom-left-radius: 9999px;
}

.tw .rounded-bl-base{
  border-bottom-left-radius: 5px;
}

.tw .rounded-bl-small{
  border-bottom-left-radius: 2.5px;
}

.tw .rounded-bl-large{
  border-bottom-left-radius: 10px;
}

.tw .rounded-bl-36px{
  border-bottom-left-radius: 36px;
}

.tw .first\:rounded-tl-none:first-child{
  border-top-left-radius: 0;
}

.tw .first\:rounded-tl-sm:first-child{
  border-top-left-radius: 0.125rem;
}

.tw .first\:rounded-tl:first-child{
  border-top-left-radius: 0.25rem;
}

.tw .first\:rounded-tl-md:first-child{
  border-top-left-radius: 0.375rem;
}

.tw .first\:rounded-tl-lg:first-child{
  border-top-left-radius: 0.5rem;
}

.tw .first\:rounded-tl-xl:first-child{
  border-top-left-radius: 0.75rem;
}

.tw .first\:rounded-tl-2xl:first-child{
  border-top-left-radius: 1rem;
}

.tw .first\:rounded-tl-3xl:first-child{
  border-top-left-radius: 1.5rem;
}

.tw .first\:rounded-tl-full:first-child{
  border-top-left-radius: 9999px;
}

.tw .first\:rounded-tl-base:first-child{
  border-top-left-radius: 5px;
}

.tw .first\:rounded-tl-small:first-child{
  border-top-left-radius: 2.5px;
}

.tw .first\:rounded-tl-large:first-child{
  border-top-left-radius: 10px;
}

.tw .first\:rounded-tl-36px:first-child{
  border-top-left-radius: 36px;
}

.tw .first\:rounded-tr-none:first-child{
  border-top-right-radius: 0;
}

.tw .first\:rounded-tr-sm:first-child{
  border-top-right-radius: 0.125rem;
}

.tw .first\:rounded-tr:first-child{
  border-top-right-radius: 0.25rem;
}

.tw .first\:rounded-tr-md:first-child{
  border-top-right-radius: 0.375rem;
}

.tw .first\:rounded-tr-lg:first-child{
  border-top-right-radius: 0.5rem;
}

.tw .first\:rounded-tr-xl:first-child{
  border-top-right-radius: 0.75rem;
}

.tw .first\:rounded-tr-2xl:first-child{
  border-top-right-radius: 1rem;
}

.tw .first\:rounded-tr-3xl:first-child{
  border-top-right-radius: 1.5rem;
}

.tw .first\:rounded-tr-full:first-child{
  border-top-right-radius: 9999px;
}

.tw .first\:rounded-tr-base:first-child{
  border-top-right-radius: 5px;
}

.tw .first\:rounded-tr-small:first-child{
  border-top-right-radius: 2.5px;
}

.tw .first\:rounded-tr-large:first-child{
  border-top-right-radius: 10px;
}

.tw .first\:rounded-tr-36px:first-child{
  border-top-right-radius: 36px;
}

.tw .first\:rounded-br-none:first-child{
  border-bottom-right-radius: 0;
}

.tw .first\:rounded-br-sm:first-child{
  border-bottom-right-radius: 0.125rem;
}

.tw .first\:rounded-br:first-child{
  border-bottom-right-radius: 0.25rem;
}

.tw .first\:rounded-br-md:first-child{
  border-bottom-right-radius: 0.375rem;
}

.tw .first\:rounded-br-lg:first-child{
  border-bottom-right-radius: 0.5rem;
}

.tw .first\:rounded-br-xl:first-child{
  border-bottom-right-radius: 0.75rem;
}

.tw .first\:rounded-br-2xl:first-child{
  border-bottom-right-radius: 1rem;
}

.tw .first\:rounded-br-3xl:first-child{
  border-bottom-right-radius: 1.5rem;
}

.tw .first\:rounded-br-full:first-child{
  border-bottom-right-radius: 9999px;
}

.tw .first\:rounded-br-base:first-child{
  border-bottom-right-radius: 5px;
}

.tw .first\:rounded-br-small:first-child{
  border-bottom-right-radius: 2.5px;
}

.tw .first\:rounded-br-large:first-child{
  border-bottom-right-radius: 10px;
}

.tw .first\:rounded-br-36px:first-child{
  border-bottom-right-radius: 36px;
}

.tw .first\:rounded-bl-none:first-child{
  border-bottom-left-radius: 0;
}

.tw .first\:rounded-bl-sm:first-child{
  border-bottom-left-radius: 0.125rem;
}

.tw .first\:rounded-bl:first-child{
  border-bottom-left-radius: 0.25rem;
}

.tw .first\:rounded-bl-md:first-child{
  border-bottom-left-radius: 0.375rem;
}

.tw .first\:rounded-bl-lg:first-child{
  border-bottom-left-radius: 0.5rem;
}

.tw .first\:rounded-bl-xl:first-child{
  border-bottom-left-radius: 0.75rem;
}

.tw .first\:rounded-bl-2xl:first-child{
  border-bottom-left-radius: 1rem;
}

.tw .first\:rounded-bl-3xl:first-child{
  border-bottom-left-radius: 1.5rem;
}

.tw .first\:rounded-bl-full:first-child{
  border-bottom-left-radius: 9999px;
}

.tw .first\:rounded-bl-base:first-child{
  border-bottom-left-radius: 5px;
}

.tw .first\:rounded-bl-small:first-child{
  border-bottom-left-radius: 2.5px;
}

.tw .first\:rounded-bl-large:first-child{
  border-bottom-left-radius: 10px;
}

.tw .first\:rounded-bl-36px:first-child{
  border-bottom-left-radius: 36px;
}

.tw .last\:rounded-tl-none:last-child{
  border-top-left-radius: 0;
}

.tw .last\:rounded-tl-sm:last-child{
  border-top-left-radius: 0.125rem;
}

.tw .last\:rounded-tl:last-child{
  border-top-left-radius: 0.25rem;
}

.tw .last\:rounded-tl-md:last-child{
  border-top-left-radius: 0.375rem;
}

.tw .last\:rounded-tl-lg:last-child{
  border-top-left-radius: 0.5rem;
}

.tw .last\:rounded-tl-xl:last-child{
  border-top-left-radius: 0.75rem;
}

.tw .last\:rounded-tl-2xl:last-child{
  border-top-left-radius: 1rem;
}

.tw .last\:rounded-tl-3xl:last-child{
  border-top-left-radius: 1.5rem;
}

.tw .last\:rounded-tl-full:last-child{
  border-top-left-radius: 9999px;
}

.tw .last\:rounded-tl-base:last-child{
  border-top-left-radius: 5px;
}

.tw .last\:rounded-tl-small:last-child{
  border-top-left-radius: 2.5px;
}

.tw .last\:rounded-tl-large:last-child{
  border-top-left-radius: 10px;
}

.tw .last\:rounded-tl-36px:last-child{
  border-top-left-radius: 36px;
}

.tw .last\:rounded-tr-none:last-child{
  border-top-right-radius: 0;
}

.tw .last\:rounded-tr-sm:last-child{
  border-top-right-radius: 0.125rem;
}

.tw .last\:rounded-tr:last-child{
  border-top-right-radius: 0.25rem;
}

.tw .last\:rounded-tr-md:last-child{
  border-top-right-radius: 0.375rem;
}

.tw .last\:rounded-tr-lg:last-child{
  border-top-right-radius: 0.5rem;
}

.tw .last\:rounded-tr-xl:last-child{
  border-top-right-radius: 0.75rem;
}

.tw .last\:rounded-tr-2xl:last-child{
  border-top-right-radius: 1rem;
}

.tw .last\:rounded-tr-3xl:last-child{
  border-top-right-radius: 1.5rem;
}

.tw .last\:rounded-tr-full:last-child{
  border-top-right-radius: 9999px;
}

.tw .last\:rounded-tr-base:last-child{
  border-top-right-radius: 5px;
}

.tw .last\:rounded-tr-small:last-child{
  border-top-right-radius: 2.5px;
}

.tw .last\:rounded-tr-large:last-child{
  border-top-right-radius: 10px;
}

.tw .last\:rounded-tr-36px:last-child{
  border-top-right-radius: 36px;
}

.tw .last\:rounded-br-none:last-child{
  border-bottom-right-radius: 0;
}

.tw .last\:rounded-br-sm:last-child{
  border-bottom-right-radius: 0.125rem;
}

.tw .last\:rounded-br:last-child{
  border-bottom-right-radius: 0.25rem;
}

.tw .last\:rounded-br-md:last-child{
  border-bottom-right-radius: 0.375rem;
}

.tw .last\:rounded-br-lg:last-child{
  border-bottom-right-radius: 0.5rem;
}

.tw .last\:rounded-br-xl:last-child{
  border-bottom-right-radius: 0.75rem;
}

.tw .last\:rounded-br-2xl:last-child{
  border-bottom-right-radius: 1rem;
}

.tw .last\:rounded-br-3xl:last-child{
  border-bottom-right-radius: 1.5rem;
}

.tw .last\:rounded-br-full:last-child{
  border-bottom-right-radius: 9999px;
}

.tw .last\:rounded-br-base:last-child{
  border-bottom-right-radius: 5px;
}

.tw .last\:rounded-br-small:last-child{
  border-bottom-right-radius: 2.5px;
}

.tw .last\:rounded-br-large:last-child{
  border-bottom-right-radius: 10px;
}

.tw .last\:rounded-br-36px:last-child{
  border-bottom-right-radius: 36px;
}

.tw .last\:rounded-bl-none:last-child{
  border-bottom-left-radius: 0;
}

.tw .last\:rounded-bl-sm:last-child{
  border-bottom-left-radius: 0.125rem;
}

.tw .last\:rounded-bl:last-child{
  border-bottom-left-radius: 0.25rem;
}

.tw .last\:rounded-bl-md:last-child{
  border-bottom-left-radius: 0.375rem;
}

.tw .last\:rounded-bl-lg:last-child{
  border-bottom-left-radius: 0.5rem;
}

.tw .last\:rounded-bl-xl:last-child{
  border-bottom-left-radius: 0.75rem;
}

.tw .last\:rounded-bl-2xl:last-child{
  border-bottom-left-radius: 1rem;
}

.tw .last\:rounded-bl-3xl:last-child{
  border-bottom-left-radius: 1.5rem;
}

.tw .last\:rounded-bl-full:last-child{
  border-bottom-left-radius: 9999px;
}

.tw .last\:rounded-bl-base:last-child{
  border-bottom-left-radius: 5px;
}

.tw .last\:rounded-bl-small:last-child{
  border-bottom-left-radius: 2.5px;
}

.tw .last\:rounded-bl-large:last-child{
  border-bottom-left-radius: 10px;
}

.tw .last\:rounded-bl-36px:last-child{
  border-bottom-left-radius: 36px;
}

.tw .border-0{
  border-width: 0px;
}

.tw .border-1{
  border-width: 1px;
}

.tw .border-2{
  border-width: 2px;
}

.tw .border-3{
  border-width: 3px;
}

.tw .border-4{
  border-width: 4px;
}

.tw .border-8{
  border-width: 8px;
}

.tw .border{
  border-width: 1px;
}

.tw .border-1\.5{
  border-width: 1.5px;
}

.tw .border-t-0{
  border-top-width: 0px;
}

.tw .border-t-1{
  border-top-width: 1px;
}

.tw .border-t-2{
  border-top-width: 2px;
}

.tw .border-t-3{
  border-top-width: 3px;
}

.tw .border-t-4{
  border-top-width: 4px;
}

.tw .border-t-8{
  border-top-width: 8px;
}

.tw .border-t{
  border-top-width: 1px;
}

.tw .border-t-1\.5{
  border-top-width: 1.5px;
}

.tw .border-r-0{
  border-right-width: 0px;
}

.tw .border-r-1{
  border-right-width: 1px;
}

.tw .border-r-2{
  border-right-width: 2px;
}

.tw .border-r-3{
  border-right-width: 3px;
}

.tw .border-r-4{
  border-right-width: 4px;
}

.tw .border-r-8{
  border-right-width: 8px;
}

.tw .border-r{
  border-right-width: 1px;
}

.tw .border-r-1\.5{
  border-right-width: 1.5px;
}

.tw .border-b-0{
  border-bottom-width: 0px;
}

.tw .border-b-1{
  border-bottom-width: 1px;
}

.tw .border-b-2{
  border-bottom-width: 2px;
}

.tw .border-b-3{
  border-bottom-width: 3px;
}

.tw .border-b-4{
  border-bottom-width: 4px;
}

.tw .border-b-8{
  border-bottom-width: 8px;
}

.tw .border-b{
  border-bottom-width: 1px;
}

.tw .border-b-1\.5{
  border-bottom-width: 1.5px;
}

.tw .border-l-0{
  border-left-width: 0px;
}

.tw .border-l-1{
  border-left-width: 1px;
}

.tw .border-l-2{
  border-left-width: 2px;
}

.tw .border-l-3{
  border-left-width: 3px;
}

.tw .border-l-4{
  border-left-width: 4px;
}

.tw .border-l-8{
  border-left-width: 8px;
}

.tw .border-l{
  border-left-width: 1px;
}

.tw .border-l-1\.5{
  border-left-width: 1.5px;
}

.tw .border-solid{
  border-style: solid;
}

.tw .border-dashed{
  border-style: dashed;
}

.tw .border-dotted{
  border-style: dotted;
}

.tw .border-double{
  border-style: double;
}

.tw .border-none{
  border-style: none;
}

.tw .border-current{
  border-color: currentColor;
}

.tw .border-transparent{
  border-color: transparent;
}

.tw .border-white{
  --tw-border-opacity: 1;
  border-color: rgba(255, 255, 255, var(--tw-border-opacity));
}

.tw .border-black{
  --tw-border-opacity: 1;
  border-color: rgba(0, 0, 0, var(--tw-border-opacity));
}

.tw .border-gray-10{
  --tw-border-opacity: 1;
  border-color: rgba(240, 240, 240, var(--tw-border-opacity));
}

.tw .border-gray-20{
  --tw-border-opacity: 1;
  border-color: rgba(226, 226, 226, var(--tw-border-opacity));
}

.tw .border-gray-30{
  --tw-border-opacity: 1;
  border-color: rgba(211, 211, 211, var(--tw-border-opacity));
}

.tw .border-gray-40{
  --tw-border-opacity: 1;
  border-color: rgba(197, 197, 197, var(--tw-border-opacity));
}

.tw .border-gray-50{
  --tw-border-opacity: 1;
  border-color: rgba(183, 183, 183, var(--tw-border-opacity));
}

.tw .border-gray-60{
  --tw-border-opacity: 1;
  border-color: rgba(169, 169, 169, var(--tw-border-opacity));
}

.tw .border-gray-70{
  --tw-border-opacity: 1;
  border-color: rgba(156, 156, 156, var(--tw-border-opacity));
}

.tw .border-gray-80{
  --tw-border-opacity: 1;
  border-color: rgba(142, 142, 142, var(--tw-border-opacity));
}

.tw .border-gray-90{
  --tw-border-opacity: 1;
  border-color: rgba(129, 129, 129, var(--tw-border-opacity));
}

.tw .border-gray-100{
  --tw-border-opacity: 1;
  border-color: rgba(108, 109, 114, var(--tw-border-opacity));
}

.tw .border-gray-200{
  --tw-border-opacity: 1;
  border-color: rgba(96, 97, 103, var(--tw-border-opacity));
}

.tw .border-gray-300{
  --tw-border-opacity: 1;
  border-color: rgba(84, 86, 91, var(--tw-border-opacity));
}

.tw .border-gray-400{
  --tw-border-opacity: 1;
  border-color: rgba(73, 73, 80, var(--tw-border-opacity));
}

.tw .border-gray-500{
  --tw-border-opacity: 1;
  border-color: rgba(61, 61, 68, var(--tw-border-opacity));
}

.tw .border-gray-600{
  --tw-border-opacity: 1;
  border-color: rgba(53, 53, 61, var(--tw-border-opacity));
}

.tw .border-gray-700{
  --tw-border-opacity: 1;
  border-color: rgba(45, 45, 49, var(--tw-border-opacity));
}

.tw .border-gray-800{
  --tw-border-opacity: 1;
  border-color: rgba(38, 37, 42, var(--tw-border-opacity));
}

.tw .border-gray-850{
  --tw-border-opacity: 1;
  border-color: rgba(32, 32, 37, var(--tw-border-opacity));
}

.tw .border-gray-900{
  --tw-border-opacity: 1;
  border-color: rgba(27, 27, 32, var(--tw-border-opacity));
}

.tw .border-gray-950{
  --tw-border-opacity: 1;
  border-color: rgba(20, 20, 23, var(--tw-border-opacity));
}

.tw .border-brand-50{
  --tw-border-opacity: 1;
  border-color: rgba(127, 255, 255, var(--tw-border-opacity));
}

.tw .border-brand-100{
  --tw-border-opacity: 1;
  border-color: rgba(87, 226, 255, var(--tw-border-opacity));
}

.tw .border-brand-200{
  --tw-border-opacity: 1;
  border-color: rgba(32, 197, 255, var(--tw-border-opacity));
}

.tw .border-brand-300{
  --tw-border-opacity: 1;
  border-color: rgba(0, 167, 231, var(--tw-border-opacity));
}

.tw .border-brand-400{
  --tw-border-opacity: 1;
  border-color: rgba(0, 139, 201, var(--tw-border-opacity));
}

.tw .border-brand-500{
  --tw-border-opacity: 1;
  border-color: rgba(0, 112, 172, var(--tw-border-opacity));
}

.tw .border-brand-600{
  --tw-border-opacity: 1;
  border-color: rgba(0, 86, 143, var(--tw-border-opacity));
}

.tw .border-brand-700{
  --tw-border-opacity: 1;
  border-color: rgba(0, 62, 116, var(--tw-border-opacity));
}

.tw .border-brand-800{
  --tw-border-opacity: 1;
  border-color: rgba(0, 39, 89, var(--tw-border-opacity));
}

.tw .border-brand-900{
  --tw-border-opacity: 1;
  border-color: rgba(0, 18, 63, var(--tw-border-opacity));
}

.tw .border-brand{
  --tw-border-opacity: 1;
  border-color: rgba(0, 190, 255, var(--tw-border-opacity));
}

.tw .border-brand-base{
  --tw-border-opacity: 1;
  border-color: rgba(0, 190, 255, var(--tw-border-opacity));
}

.tw .border-red-50{
  --tw-border-opacity: 1;
  border-color: rgba(255, 202, 200, var(--tw-border-opacity));
}

.tw .border-red-100{
  --tw-border-opacity: 1;
  border-color: rgba(255, 171, 171, var(--tw-border-opacity));
}

.tw .border-red-200{
  --tw-border-opacity: 1;
  border-color: rgba(255, 142, 142, var(--tw-border-opacity));
}

.tw .border-red-300{
  --tw-border-opacity: 1;
  border-color: rgba(247, 112, 115, var(--tw-border-opacity));
}

.tw .border-red-400{
  --tw-border-opacity: 1;
  border-color: rgba(215, 83, 89, var(--tw-border-opacity));
}

.tw .border-red-500{
  --tw-border-opacity: 1;
  border-color: rgba(182, 54, 64, var(--tw-border-opacity));
}

.tw .border-red-600{
  --tw-border-opacity: 1;
  border-color: rgba(150, 18, 41, var(--tw-border-opacity));
}

.tw .border-red-700{
  --tw-border-opacity: 1;
  border-color: rgba(119, 0, 19, var(--tw-border-opacity));
}

.tw .border-red-800{
  --tw-border-opacity: 1;
  border-color: rgba(89, 0, 0, var(--tw-border-opacity));
}

.tw .border-red-900{
  --tw-border-opacity: 1;
  border-color: rgba(65, 0, 0, var(--tw-border-opacity));
}

.tw .border-red{
  --tw-border-opacity: 1;
  border-color: rgba(211, 80, 86, var(--tw-border-opacity));
}

.tw .border-red-brand{
  --tw-border-opacity: 1;
  border-color: rgba(255, 79, 79, var(--tw-border-opacity));
}

.tw .border-green-50{
  --tw-border-opacity: 1;
  border-color: rgba(141, 255, 205, var(--tw-border-opacity));
}

.tw .border-green-100{
  --tw-border-opacity: 1;
  border-color: rgba(109, 236, 176, var(--tw-border-opacity));
}

.tw .border-green-200{
  --tw-border-opacity: 1;
  border-color: rgba(76, 206, 147, var(--tw-border-opacity));
}

.tw .border-green-300{
  --tw-border-opacity: 1;
  border-color: rgba(36, 176, 119, var(--tw-border-opacity));
}

.tw .border-green-400{
  --tw-border-opacity: 1;
  border-color: rgba(0, 147, 93, var(--tw-border-opacity));
}

.tw .border-green-500{
  --tw-border-opacity: 1;
  border-color: rgba(0, 119, 68, var(--tw-border-opacity));
}

.tw .border-green-600{
  --tw-border-opacity: 1;
  border-color: rgba(0, 91, 43, var(--tw-border-opacity));
}

.tw .border-green-700{
  --tw-border-opacity: 1;
  border-color: rgba(0, 65, 21, var(--tw-border-opacity));
}

.tw .border-green-800{
  --tw-border-opacity: 1;
  border-color: rgba(0, 43, 0, var(--tw-border-opacity));
}

.tw .border-green-900{
  --tw-border-opacity: 1;
  border-color: rgba(0, 27, 0, var(--tw-border-opacity));
}

.tw .border-green{
  --tw-border-opacity: 1;
  border-color: rgba(46, 182, 125, var(--tw-border-opacity));
}

.tw .border-yellow-50{
  --tw-border-opacity: 1;
  border-color: rgba(255, 235, 87, var(--tw-border-opacity));
}

.tw .border-yellow-100{
  --tw-border-opacity: 1;
  border-color: rgba(255, 205, 55, var(--tw-border-opacity));
}

.tw .border-yellow-200{
  --tw-border-opacity: 1;
  border-color: rgba(228, 176, 9, var(--tw-border-opacity));
}

.tw .border-yellow-300{
  --tw-border-opacity: 1;
  border-color: rgba(195, 148, 0, var(--tw-border-opacity));
}

.tw .border-yellow-400{
  --tw-border-opacity: 1;
  border-color: rgba(163, 121, 0, var(--tw-border-opacity));
}

.tw .border-yellow-500{
  --tw-border-opacity: 1;
  border-color: rgba(133, 95, 0, var(--tw-border-opacity));
}

.tw .border-yellow-600{
  --tw-border-opacity: 1;
  border-color: rgba(104, 70, 0, var(--tw-border-opacity));
}

.tw .border-yellow-700{
  --tw-border-opacity: 1;
  border-color: rgba(79, 46, 0, var(--tw-border-opacity));
}

.tw .border-yellow-800{
  --tw-border-opacity: 1;
  border-color: rgba(61, 22, 0, var(--tw-border-opacity));
}

.tw .border-yellow-900{
  --tw-border-opacity: 1;
  border-color: rgba(50, 0, 0, var(--tw-border-opacity));
}

.tw .border-yellow{
  --tw-border-opacity: 1;
  border-color: rgba(254, 199, 47, var(--tw-border-opacity));
}

.tw .border-purple-50{
  --tw-border-opacity: 1;
  border-color: rgba(255, 216, 255, var(--tw-border-opacity));
}

.tw .border-purple-100{
  --tw-border-opacity: 1;
  border-color: rgba(240, 186, 255, var(--tw-border-opacity));
}

.tw .border-purple-200{
  --tw-border-opacity: 1;
  border-color: rgba(208, 157, 255, var(--tw-border-opacity));
}

.tw .border-purple-300{
  --tw-border-opacity: 1;
  border-color: rgba(177, 128, 255, var(--tw-border-opacity));
}

.tw .border-purple-400{
  --tw-border-opacity: 1;
  border-color: rgba(146, 101, 233, var(--tw-border-opacity));
}

.tw .border-purple-500{
  --tw-border-opacity: 1;
  border-color: rgba(116, 74, 203, var(--tw-border-opacity));
}

.tw .border-purple-600{
  --tw-border-opacity: 1;
  border-color: rgba(85, 48, 173, var(--tw-border-opacity));
}

.tw .border-purple-700{
  --tw-border-opacity: 1;
  border-color: rgba(53, 22, 144, var(--tw-border-opacity));
}

.tw .border-purple-800{
  --tw-border-opacity: 1;
  border-color: rgba(9, 0, 116, var(--tw-border-opacity));
}

.tw .border-purple-900{
  --tw-border-opacity: 1;
  border-color: rgba(0, 0, 89, var(--tw-border-opacity));
}

.tw .border-purple{
  --tw-border-opacity: 1;
  border-color: rgba(168, 120, 255, var(--tw-border-opacity));
}

.tw .border-orange-50{
  --tw-border-opacity: 1;
  border-color: rgba(255, 210, 131, var(--tw-border-opacity));
}

.tw .border-orange-100{
  --tw-border-opacity: 1;
  border-color: rgba(255, 180, 103, var(--tw-border-opacity));
}

.tw .border-orange-200{
  --tw-border-opacity: 1;
  border-color: rgba(255, 151, 75, var(--tw-border-opacity));
}

.tw .border-orange-300{
  --tw-border-opacity: 1;
  border-color: rgba(240, 122, 47, var(--tw-border-opacity));
}

.tw .border-orange-400{
  --tw-border-opacity: 1;
  border-color: rgba(206, 95, 17, var(--tw-border-opacity));
}

.tw .border-orange-500{
  --tw-border-opacity: 1;
  border-color: rgba(173, 68, 0, var(--tw-border-opacity));
}

.tw .border-orange-600{
  --tw-border-opacity: 1;
  border-color: rgba(141, 40, 0, var(--tw-border-opacity));
}

.tw .border-orange-700{
  --tw-border-opacity: 1;
  border-color: rgba(111, 6, 0, var(--tw-border-opacity));
}

.tw .border-orange-800{
  --tw-border-opacity: 1;
  border-color: rgba(84, 0, 0, var(--tw-border-opacity));
}

.tw .border-orange-900{
  --tw-border-opacity: 1;
  border-color: rgba(65, 0, 0, var(--tw-border-opacity));
}

.tw .border-orange{
  --tw-border-opacity: 1;
  border-color: rgba(245, 127, 52, var(--tw-border-opacity));
}

.tw .border-surface-brand{
  --tw-border-opacity: 1;
  border-color: rgba(26, 26, 26, var(--tw-border-opacity));
}

.tw .border-surface-lower{
  --tw-border-opacity: 1;
  border-color: rgba(18, 19, 20, var(--tw-border-opacity));
}

.tw .border-surface-base{
  --tw-border-opacity: 1;
  border-color: rgba(29, 30, 31, var(--tw-border-opacity));
}

.tw .border-surface-low{
  --tw-border-opacity: 1;
  border-color: rgba(33, 33, 36, var(--tw-border-opacity));
}

.tw .border-surface-middle{
  --tw-border-opacity: 1;
  border-color: rgba(38, 38, 42, var(--tw-border-opacity));
}

.tw .border-surface-upper{
  --tw-border-opacity: 1;
  border-color: rgba(41, 41, 46, var(--tw-border-opacity));
}

.tw .border-surface-high{
  --tw-border-opacity: 1;
  border-color: rgba(52, 52, 53, var(--tw-border-opacity));
}

.tw .border-surface-higher{
  --tw-border-opacity: 1;
  border-color: rgba(74, 75, 75, var(--tw-border-opacity));
}

.tw .border-surface-highest{
  --tw-border-opacity: 1;
  border-color: rgba(97, 97, 98, var(--tw-border-opacity));
}

.tw .border-glyph-base{
  --tw-border-opacity: 1;
  border-color: rgba(255, 255, 255, var(--tw-border-opacity));
}

.tw .border-glyph-light{
  --tw-border-opacity: 1;
  border-color: rgba(194, 194, 194, var(--tw-border-opacity));
}

.tw .border-glyph-lighter{
  --tw-border-opacity: 1;
  border-color: rgba(150, 150, 150, var(--tw-border-opacity));
}

.tw .border-glyph-lightest{
  --tw-border-opacity: 1;
  border-color: rgba(80, 80, 80, var(--tw-border-opacity));
}

.tw .border-link{
  --tw-border-opacity: 1;
  border-color: rgba(0, 190, 255, var(--tw-border-opacity));
}

.tw .border-info-error{
  --tw-border-opacity: 1;
  border-color: rgba(235, 51, 65, var(--tw-border-opacity));
}

.tw .border-info-danger{
  --tw-border-opacity: 1;
  border-color: rgba(247, 127, 37, var(--tw-border-opacity));
}

.tw .border-info-warn{
  --tw-border-opacity: 1;
  border-color: rgba(255, 200, 47, var(--tw-border-opacity));
}

.tw .border-info-ok{
  --tw-border-opacity: 1;
  border-color: rgba(0, 151, 79, var(--tw-border-opacity));
}

.tw .border-info-notice{
  --tw-border-opacity: 1;
  border-color: rgba(1, 128, 255, var(--tw-border-opacity));
}

.tw .border-accent-1{
  --tw-border-opacity: 1;
  border-color: rgba(255, 93, 105, var(--tw-border-opacity));
}

.tw .border-accent-2{
  --tw-border-opacity: 1;
  border-color: rgba(7, 245, 175, var(--tw-border-opacity));
}

.tw .border-accent-3{
  --tw-border-opacity: 1;
  border-color: rgba(4, 211, 114, var(--tw-border-opacity));
}

.tw .border-accent-4{
  --tw-border-opacity: 1;
  border-color: rgba(132, 81, 245, var(--tw-border-opacity));
}

.tw .hover\:border-current:hover{
  border-color: currentColor;
}

.tw .hover\:border-transparent:hover{
  border-color: transparent;
}

.tw .hover\:border-white:hover{
  --tw-border-opacity: 1;
  border-color: rgba(255, 255, 255, var(--tw-border-opacity));
}

.tw .hover\:border-black:hover{
  --tw-border-opacity: 1;
  border-color: rgba(0, 0, 0, var(--tw-border-opacity));
}

.tw .hover\:border-gray-10:hover{
  --tw-border-opacity: 1;
  border-color: rgba(240, 240, 240, var(--tw-border-opacity));
}

.tw .hover\:border-gray-20:hover{
  --tw-border-opacity: 1;
  border-color: rgba(226, 226, 226, var(--tw-border-opacity));
}

.tw .hover\:border-gray-30:hover{
  --tw-border-opacity: 1;
  border-color: rgba(211, 211, 211, var(--tw-border-opacity));
}

.tw .hover\:border-gray-40:hover{
  --tw-border-opacity: 1;
  border-color: rgba(197, 197, 197, var(--tw-border-opacity));
}

.tw .hover\:border-gray-50:hover{
  --tw-border-opacity: 1;
  border-color: rgba(183, 183, 183, var(--tw-border-opacity));
}

.tw .hover\:border-gray-60:hover{
  --tw-border-opacity: 1;
  border-color: rgba(169, 169, 169, var(--tw-border-opacity));
}

.tw .hover\:border-gray-70:hover{
  --tw-border-opacity: 1;
  border-color: rgba(156, 156, 156, var(--tw-border-opacity));
}

.tw .hover\:border-gray-80:hover{
  --tw-border-opacity: 1;
  border-color: rgba(142, 142, 142, var(--tw-border-opacity));
}

.tw .hover\:border-gray-90:hover{
  --tw-border-opacity: 1;
  border-color: rgba(129, 129, 129, var(--tw-border-opacity));
}

.tw .hover\:border-gray-100:hover{
  --tw-border-opacity: 1;
  border-color: rgba(108, 109, 114, var(--tw-border-opacity));
}

.tw .hover\:border-gray-200:hover{
  --tw-border-opacity: 1;
  border-color: rgba(96, 97, 103, var(--tw-border-opacity));
}

.tw .hover\:border-gray-300:hover{
  --tw-border-opacity: 1;
  border-color: rgba(84, 86, 91, var(--tw-border-opacity));
}

.tw .hover\:border-gray-400:hover{
  --tw-border-opacity: 1;
  border-color: rgba(73, 73, 80, var(--tw-border-opacity));
}

.tw .hover\:border-gray-500:hover{
  --tw-border-opacity: 1;
  border-color: rgba(61, 61, 68, var(--tw-border-opacity));
}

.tw .hover\:border-gray-600:hover{
  --tw-border-opacity: 1;
  border-color: rgba(53, 53, 61, var(--tw-border-opacity));
}

.tw .hover\:border-gray-700:hover{
  --tw-border-opacity: 1;
  border-color: rgba(45, 45, 49, var(--tw-border-opacity));
}

.tw .hover\:border-gray-800:hover{
  --tw-border-opacity: 1;
  border-color: rgba(38, 37, 42, var(--tw-border-opacity));
}

.tw .hover\:border-gray-850:hover{
  --tw-border-opacity: 1;
  border-color: rgba(32, 32, 37, var(--tw-border-opacity));
}

.tw .hover\:border-gray-900:hover{
  --tw-border-opacity: 1;
  border-color: rgba(27, 27, 32, var(--tw-border-opacity));
}

.tw .hover\:border-gray-950:hover{
  --tw-border-opacity: 1;
  border-color: rgba(20, 20, 23, var(--tw-border-opacity));
}

.tw .hover\:border-brand-50:hover{
  --tw-border-opacity: 1;
  border-color: rgba(127, 255, 255, var(--tw-border-opacity));
}

.tw .hover\:border-brand-100:hover{
  --tw-border-opacity: 1;
  border-color: rgba(87, 226, 255, var(--tw-border-opacity));
}

.tw .hover\:border-brand-200:hover{
  --tw-border-opacity: 1;
  border-color: rgba(32, 197, 255, var(--tw-border-opacity));
}

.tw .hover\:border-brand-300:hover{
  --tw-border-opacity: 1;
  border-color: rgba(0, 167, 231, var(--tw-border-opacity));
}

.tw .hover\:border-brand-400:hover{
  --tw-border-opacity: 1;
  border-color: rgba(0, 139, 201, var(--tw-border-opacity));
}

.tw .hover\:border-brand-500:hover{
  --tw-border-opacity: 1;
  border-color: rgba(0, 112, 172, var(--tw-border-opacity));
}

.tw .hover\:border-brand-600:hover{
  --tw-border-opacity: 1;
  border-color: rgba(0, 86, 143, var(--tw-border-opacity));
}

.tw .hover\:border-brand-700:hover{
  --tw-border-opacity: 1;
  border-color: rgba(0, 62, 116, var(--tw-border-opacity));
}

.tw .hover\:border-brand-800:hover{
  --tw-border-opacity: 1;
  border-color: rgba(0, 39, 89, var(--tw-border-opacity));
}

.tw .hover\:border-brand-900:hover{
  --tw-border-opacity: 1;
  border-color: rgba(0, 18, 63, var(--tw-border-opacity));
}

.tw .hover\:border-brand:hover{
  --tw-border-opacity: 1;
  border-color: rgba(0, 190, 255, var(--tw-border-opacity));
}

.tw .hover\:border-brand-base:hover{
  --tw-border-opacity: 1;
  border-color: rgba(0, 190, 255, var(--tw-border-opacity));
}

.tw .hover\:border-red-50:hover{
  --tw-border-opacity: 1;
  border-color: rgba(255, 202, 200, var(--tw-border-opacity));
}

.tw .hover\:border-red-100:hover{
  --tw-border-opacity: 1;
  border-color: rgba(255, 171, 171, var(--tw-border-opacity));
}

.tw .hover\:border-red-200:hover{
  --tw-border-opacity: 1;
  border-color: rgba(255, 142, 142, var(--tw-border-opacity));
}

.tw .hover\:border-red-300:hover{
  --tw-border-opacity: 1;
  border-color: rgba(247, 112, 115, var(--tw-border-opacity));
}

.tw .hover\:border-red-400:hover{
  --tw-border-opacity: 1;
  border-color: rgba(215, 83, 89, var(--tw-border-opacity));
}

.tw .hover\:border-red-500:hover{
  --tw-border-opacity: 1;
  border-color: rgba(182, 54, 64, var(--tw-border-opacity));
}

.tw .hover\:border-red-600:hover{
  --tw-border-opacity: 1;
  border-color: rgba(150, 18, 41, var(--tw-border-opacity));
}

.tw .hover\:border-red-700:hover{
  --tw-border-opacity: 1;
  border-color: rgba(119, 0, 19, var(--tw-border-opacity));
}

.tw .hover\:border-red-800:hover{
  --tw-border-opacity: 1;
  border-color: rgba(89, 0, 0, var(--tw-border-opacity));
}

.tw .hover\:border-red-900:hover{
  --tw-border-opacity: 1;
  border-color: rgba(65, 0, 0, var(--tw-border-opacity));
}

.tw .hover\:border-red:hover{
  --tw-border-opacity: 1;
  border-color: rgba(211, 80, 86, var(--tw-border-opacity));
}

.tw .hover\:border-red-brand:hover{
  --tw-border-opacity: 1;
  border-color: rgba(255, 79, 79, var(--tw-border-opacity));
}

.tw .hover\:border-green-50:hover{
  --tw-border-opacity: 1;
  border-color: rgba(141, 255, 205, var(--tw-border-opacity));
}

.tw .hover\:border-green-100:hover{
  --tw-border-opacity: 1;
  border-color: rgba(109, 236, 176, var(--tw-border-opacity));
}

.tw .hover\:border-green-200:hover{
  --tw-border-opacity: 1;
  border-color: rgba(76, 206, 147, var(--tw-border-opacity));
}

.tw .hover\:border-green-300:hover{
  --tw-border-opacity: 1;
  border-color: rgba(36, 176, 119, var(--tw-border-opacity));
}

.tw .hover\:border-green-400:hover{
  --tw-border-opacity: 1;
  border-color: rgba(0, 147, 93, var(--tw-border-opacity));
}

.tw .hover\:border-green-500:hover{
  --tw-border-opacity: 1;
  border-color: rgba(0, 119, 68, var(--tw-border-opacity));
}

.tw .hover\:border-green-600:hover{
  --tw-border-opacity: 1;
  border-color: rgba(0, 91, 43, var(--tw-border-opacity));
}

.tw .hover\:border-green-700:hover{
  --tw-border-opacity: 1;
  border-color: rgba(0, 65, 21, var(--tw-border-opacity));
}

.tw .hover\:border-green-800:hover{
  --tw-border-opacity: 1;
  border-color: rgba(0, 43, 0, var(--tw-border-opacity));
}

.tw .hover\:border-green-900:hover{
  --tw-border-opacity: 1;
  border-color: rgba(0, 27, 0, var(--tw-border-opacity));
}

.tw .hover\:border-green:hover{
  --tw-border-opacity: 1;
  border-color: rgba(46, 182, 125, var(--tw-border-opacity));
}

.tw .hover\:border-yellow-50:hover{
  --tw-border-opacity: 1;
  border-color: rgba(255, 235, 87, var(--tw-border-opacity));
}

.tw .hover\:border-yellow-100:hover{
  --tw-border-opacity: 1;
  border-color: rgba(255, 205, 55, var(--tw-border-opacity));
}

.tw .hover\:border-yellow-200:hover{
  --tw-border-opacity: 1;
  border-color: rgba(228, 176, 9, var(--tw-border-opacity));
}

.tw .hover\:border-yellow-300:hover{
  --tw-border-opacity: 1;
  border-color: rgba(195, 148, 0, var(--tw-border-opacity));
}

.tw .hover\:border-yellow-400:hover{
  --tw-border-opacity: 1;
  border-color: rgba(163, 121, 0, var(--tw-border-opacity));
}

.tw .hover\:border-yellow-500:hover{
  --tw-border-opacity: 1;
  border-color: rgba(133, 95, 0, var(--tw-border-opacity));
}

.tw .hover\:border-yellow-600:hover{
  --tw-border-opacity: 1;
  border-color: rgba(104, 70, 0, var(--tw-border-opacity));
}

.tw .hover\:border-yellow-700:hover{
  --tw-border-opacity: 1;
  border-color: rgba(79, 46, 0, var(--tw-border-opacity));
}

.tw .hover\:border-yellow-800:hover{
  --tw-border-opacity: 1;
  border-color: rgba(61, 22, 0, var(--tw-border-opacity));
}

.tw .hover\:border-yellow-900:hover{
  --tw-border-opacity: 1;
  border-color: rgba(50, 0, 0, var(--tw-border-opacity));
}

.tw .hover\:border-yellow:hover{
  --tw-border-opacity: 1;
  border-color: rgba(254, 199, 47, var(--tw-border-opacity));
}

.tw .hover\:border-purple-50:hover{
  --tw-border-opacity: 1;
  border-color: rgba(255, 216, 255, var(--tw-border-opacity));
}

.tw .hover\:border-purple-100:hover{
  --tw-border-opacity: 1;
  border-color: rgba(240, 186, 255, var(--tw-border-opacity));
}

.tw .hover\:border-purple-200:hover{
  --tw-border-opacity: 1;
  border-color: rgba(208, 157, 255, var(--tw-border-opacity));
}

.tw .hover\:border-purple-300:hover{
  --tw-border-opacity: 1;
  border-color: rgba(177, 128, 255, var(--tw-border-opacity));
}

.tw .hover\:border-purple-400:hover{
  --tw-border-opacity: 1;
  border-color: rgba(146, 101, 233, var(--tw-border-opacity));
}

.tw .hover\:border-purple-500:hover{
  --tw-border-opacity: 1;
  border-color: rgba(116, 74, 203, var(--tw-border-opacity));
}

.tw .hover\:border-purple-600:hover{
  --tw-border-opacity: 1;
  border-color: rgba(85, 48, 173, var(--tw-border-opacity));
}

.tw .hover\:border-purple-700:hover{
  --tw-border-opacity: 1;
  border-color: rgba(53, 22, 144, var(--tw-border-opacity));
}

.tw .hover\:border-purple-800:hover{
  --tw-border-opacity: 1;
  border-color: rgba(9, 0, 116, var(--tw-border-opacity));
}

.tw .hover\:border-purple-900:hover{
  --tw-border-opacity: 1;
  border-color: rgba(0, 0, 89, var(--tw-border-opacity));
}

.tw .hover\:border-purple:hover{
  --tw-border-opacity: 1;
  border-color: rgba(168, 120, 255, var(--tw-border-opacity));
}

.tw .hover\:border-orange-50:hover{
  --tw-border-opacity: 1;
  border-color: rgba(255, 210, 131, var(--tw-border-opacity));
}

.tw .hover\:border-orange-100:hover{
  --tw-border-opacity: 1;
  border-color: rgba(255, 180, 103, var(--tw-border-opacity));
}

.tw .hover\:border-orange-200:hover{
  --tw-border-opacity: 1;
  border-color: rgba(255, 151, 75, var(--tw-border-opacity));
}

.tw .hover\:border-orange-300:hover{
  --tw-border-opacity: 1;
  border-color: rgba(240, 122, 47, var(--tw-border-opacity));
}

.tw .hover\:border-orange-400:hover{
  --tw-border-opacity: 1;
  border-color: rgba(206, 95, 17, var(--tw-border-opacity));
}

.tw .hover\:border-orange-500:hover{
  --tw-border-opacity: 1;
  border-color: rgba(173, 68, 0, var(--tw-border-opacity));
}

.tw .hover\:border-orange-600:hover{
  --tw-border-opacity: 1;
  border-color: rgba(141, 40, 0, var(--tw-border-opacity));
}

.tw .hover\:border-orange-700:hover{
  --tw-border-opacity: 1;
  border-color: rgba(111, 6, 0, var(--tw-border-opacity));
}

.tw .hover\:border-orange-800:hover{
  --tw-border-opacity: 1;
  border-color: rgba(84, 0, 0, var(--tw-border-opacity));
}

.tw .hover\:border-orange-900:hover{
  --tw-border-opacity: 1;
  border-color: rgba(65, 0, 0, var(--tw-border-opacity));
}

.tw .hover\:border-orange:hover{
  --tw-border-opacity: 1;
  border-color: rgba(245, 127, 52, var(--tw-border-opacity));
}

.tw .hover\:border-surface-brand:hover{
  --tw-border-opacity: 1;
  border-color: rgba(26, 26, 26, var(--tw-border-opacity));
}

.tw .hover\:border-surface-lower:hover{
  --tw-border-opacity: 1;
  border-color: rgba(18, 19, 20, var(--tw-border-opacity));
}

.tw .hover\:border-surface-base:hover{
  --tw-border-opacity: 1;
  border-color: rgba(29, 30, 31, var(--tw-border-opacity));
}

.tw .hover\:border-surface-low:hover{
  --tw-border-opacity: 1;
  border-color: rgba(33, 33, 36, var(--tw-border-opacity));
}

.tw .hover\:border-surface-middle:hover{
  --tw-border-opacity: 1;
  border-color: rgba(38, 38, 42, var(--tw-border-opacity));
}

.tw .hover\:border-surface-upper:hover{
  --tw-border-opacity: 1;
  border-color: rgba(41, 41, 46, var(--tw-border-opacity));
}

.tw .hover\:border-surface-high:hover{
  --tw-border-opacity: 1;
  border-color: rgba(52, 52, 53, var(--tw-border-opacity));
}

.tw .hover\:border-surface-higher:hover{
  --tw-border-opacity: 1;
  border-color: rgba(74, 75, 75, var(--tw-border-opacity));
}

.tw .hover\:border-surface-highest:hover{
  --tw-border-opacity: 1;
  border-color: rgba(97, 97, 98, var(--tw-border-opacity));
}

.tw .hover\:border-glyph-base:hover{
  --tw-border-opacity: 1;
  border-color: rgba(255, 255, 255, var(--tw-border-opacity));
}

.tw .hover\:border-glyph-light:hover{
  --tw-border-opacity: 1;
  border-color: rgba(194, 194, 194, var(--tw-border-opacity));
}

.tw .hover\:border-glyph-lighter:hover{
  --tw-border-opacity: 1;
  border-color: rgba(150, 150, 150, var(--tw-border-opacity));
}

.tw .hover\:border-glyph-lightest:hover{
  --tw-border-opacity: 1;
  border-color: rgba(80, 80, 80, var(--tw-border-opacity));
}

.tw .hover\:border-link:hover{
  --tw-border-opacity: 1;
  border-color: rgba(0, 190, 255, var(--tw-border-opacity));
}

.tw .hover\:border-info-error:hover{
  --tw-border-opacity: 1;
  border-color: rgba(235, 51, 65, var(--tw-border-opacity));
}

.tw .hover\:border-info-danger:hover{
  --tw-border-opacity: 1;
  border-color: rgba(247, 127, 37, var(--tw-border-opacity));
}

.tw .hover\:border-info-warn:hover{
  --tw-border-opacity: 1;
  border-color: rgba(255, 200, 47, var(--tw-border-opacity));
}

.tw .hover\:border-info-ok:hover{
  --tw-border-opacity: 1;
  border-color: rgba(0, 151, 79, var(--tw-border-opacity));
}

.tw .hover\:border-info-notice:hover{
  --tw-border-opacity: 1;
  border-color: rgba(1, 128, 255, var(--tw-border-opacity));
}

.tw .hover\:border-accent-1:hover{
  --tw-border-opacity: 1;
  border-color: rgba(255, 93, 105, var(--tw-border-opacity));
}

.tw .hover\:border-accent-2:hover{
  --tw-border-opacity: 1;
  border-color: rgba(7, 245, 175, var(--tw-border-opacity));
}

.tw .hover\:border-accent-3:hover{
  --tw-border-opacity: 1;
  border-color: rgba(4, 211, 114, var(--tw-border-opacity));
}

.tw .hover\:border-accent-4:hover{
  --tw-border-opacity: 1;
  border-color: rgba(132, 81, 245, var(--tw-border-opacity));
}

.tw .group:hover .group-hover\:border-current{
  border-color: currentColor;
}

.tw .group:hover .group-hover\:border-transparent{
  border-color: transparent;
}

.tw .group:hover .group-hover\:border-white{
  --tw-border-opacity: 1;
  border-color: rgba(255, 255, 255, var(--tw-border-opacity));
}

.tw .group:hover .group-hover\:border-black{
  --tw-border-opacity: 1;
  border-color: rgba(0, 0, 0, var(--tw-border-opacity));
}

.tw .group:hover .group-hover\:border-gray-10{
  --tw-border-opacity: 1;
  border-color: rgba(240, 240, 240, var(--tw-border-opacity));
}

.tw .group:hover .group-hover\:border-gray-20{
  --tw-border-opacity: 1;
  border-color: rgba(226, 226, 226, var(--tw-border-opacity));
}

.tw .group:hover .group-hover\:border-gray-30{
  --tw-border-opacity: 1;
  border-color: rgba(211, 211, 211, var(--tw-border-opacity));
}

.tw .group:hover .group-hover\:border-gray-40{
  --tw-border-opacity: 1;
  border-color: rgba(197, 197, 197, var(--tw-border-opacity));
}

.tw .group:hover .group-hover\:border-gray-50{
  --tw-border-opacity: 1;
  border-color: rgba(183, 183, 183, var(--tw-border-opacity));
}

.tw .group:hover .group-hover\:border-gray-60{
  --tw-border-opacity: 1;
  border-color: rgba(169, 169, 169, var(--tw-border-opacity));
}

.tw .group:hover .group-hover\:border-gray-70{
  --tw-border-opacity: 1;
  border-color: rgba(156, 156, 156, var(--tw-border-opacity));
}

.tw .group:hover .group-hover\:border-gray-80{
  --tw-border-opacity: 1;
  border-color: rgba(142, 142, 142, var(--tw-border-opacity));
}

.tw .group:hover .group-hover\:border-gray-90{
  --tw-border-opacity: 1;
  border-color: rgba(129, 129, 129, var(--tw-border-opacity));
}

.tw .group:hover .group-hover\:border-gray-100{
  --tw-border-opacity: 1;
  border-color: rgba(108, 109, 114, var(--tw-border-opacity));
}

.tw .group:hover .group-hover\:border-gray-200{
  --tw-border-opacity: 1;
  border-color: rgba(96, 97, 103, var(--tw-border-opacity));
}

.tw .group:hover .group-hover\:border-gray-300{
  --tw-border-opacity: 1;
  border-color: rgba(84, 86, 91, var(--tw-border-opacity));
}

.tw .group:hover .group-hover\:border-gray-400{
  --tw-border-opacity: 1;
  border-color: rgba(73, 73, 80, var(--tw-border-opacity));
}

.tw .group:hover .group-hover\:border-gray-500{
  --tw-border-opacity: 1;
  border-color: rgba(61, 61, 68, var(--tw-border-opacity));
}

.tw .group:hover .group-hover\:border-gray-600{
  --tw-border-opacity: 1;
  border-color: rgba(53, 53, 61, var(--tw-border-opacity));
}

.tw .group:hover .group-hover\:border-gray-700{
  --tw-border-opacity: 1;
  border-color: rgba(45, 45, 49, var(--tw-border-opacity));
}

.tw .group:hover .group-hover\:border-gray-800{
  --tw-border-opacity: 1;
  border-color: rgba(38, 37, 42, var(--tw-border-opacity));
}

.tw .group:hover .group-hover\:border-gray-850{
  --tw-border-opacity: 1;
  border-color: rgba(32, 32, 37, var(--tw-border-opacity));
}

.tw .group:hover .group-hover\:border-gray-900{
  --tw-border-opacity: 1;
  border-color: rgba(27, 27, 32, var(--tw-border-opacity));
}

.tw .group:hover .group-hover\:border-gray-950{
  --tw-border-opacity: 1;
  border-color: rgba(20, 20, 23, var(--tw-border-opacity));
}

.tw .group:hover .group-hover\:border-brand-50{
  --tw-border-opacity: 1;
  border-color: rgba(127, 255, 255, var(--tw-border-opacity));
}

.tw .group:hover .group-hover\:border-brand-100{
  --tw-border-opacity: 1;
  border-color: rgba(87, 226, 255, var(--tw-border-opacity));
}

.tw .group:hover .group-hover\:border-brand-200{
  --tw-border-opacity: 1;
  border-color: rgba(32, 197, 255, var(--tw-border-opacity));
}

.tw .group:hover .group-hover\:border-brand-300{
  --tw-border-opacity: 1;
  border-color: rgba(0, 167, 231, var(--tw-border-opacity));
}

.tw .group:hover .group-hover\:border-brand-400{
  --tw-border-opacity: 1;
  border-color: rgba(0, 139, 201, var(--tw-border-opacity));
}

.tw .group:hover .group-hover\:border-brand-500{
  --tw-border-opacity: 1;
  border-color: rgba(0, 112, 172, var(--tw-border-opacity));
}

.tw .group:hover .group-hover\:border-brand-600{
  --tw-border-opacity: 1;
  border-color: rgba(0, 86, 143, var(--tw-border-opacity));
}

.tw .group:hover .group-hover\:border-brand-700{
  --tw-border-opacity: 1;
  border-color: rgba(0, 62, 116, var(--tw-border-opacity));
}

.tw .group:hover .group-hover\:border-brand-800{
  --tw-border-opacity: 1;
  border-color: rgba(0, 39, 89, var(--tw-border-opacity));
}

.tw .group:hover .group-hover\:border-brand-900{
  --tw-border-opacity: 1;
  border-color: rgba(0, 18, 63, var(--tw-border-opacity));
}

.tw .group:hover .group-hover\:border-brand{
  --tw-border-opacity: 1;
  border-color: rgba(0, 190, 255, var(--tw-border-opacity));
}

.tw .group:hover .group-hover\:border-brand-base{
  --tw-border-opacity: 1;
  border-color: rgba(0, 190, 255, var(--tw-border-opacity));
}

.tw .group:hover .group-hover\:border-red-50{
  --tw-border-opacity: 1;
  border-color: rgba(255, 202, 200, var(--tw-border-opacity));
}

.tw .group:hover .group-hover\:border-red-100{
  --tw-border-opacity: 1;
  border-color: rgba(255, 171, 171, var(--tw-border-opacity));
}

.tw .group:hover .group-hover\:border-red-200{
  --tw-border-opacity: 1;
  border-color: rgba(255, 142, 142, var(--tw-border-opacity));
}

.tw .group:hover .group-hover\:border-red-300{
  --tw-border-opacity: 1;
  border-color: rgba(247, 112, 115, var(--tw-border-opacity));
}

.tw .group:hover .group-hover\:border-red-400{
  --tw-border-opacity: 1;
  border-color: rgba(215, 83, 89, var(--tw-border-opacity));
}

.tw .group:hover .group-hover\:border-red-500{
  --tw-border-opacity: 1;
  border-color: rgba(182, 54, 64, var(--tw-border-opacity));
}

.tw .group:hover .group-hover\:border-red-600{
  --tw-border-opacity: 1;
  border-color: rgba(150, 18, 41, var(--tw-border-opacity));
}

.tw .group:hover .group-hover\:border-red-700{
  --tw-border-opacity: 1;
  border-color: rgba(119, 0, 19, var(--tw-border-opacity));
}

.tw .group:hover .group-hover\:border-red-800{
  --tw-border-opacity: 1;
  border-color: rgba(89, 0, 0, var(--tw-border-opacity));
}

.tw .group:hover .group-hover\:border-red-900{
  --tw-border-opacity: 1;
  border-color: rgba(65, 0, 0, var(--tw-border-opacity));
}

.tw .group:hover .group-hover\:border-red{
  --tw-border-opacity: 1;
  border-color: rgba(211, 80, 86, var(--tw-border-opacity));
}

.tw .group:hover .group-hover\:border-red-brand{
  --tw-border-opacity: 1;
  border-color: rgba(255, 79, 79, var(--tw-border-opacity));
}

.tw .group:hover .group-hover\:border-green-50{
  --tw-border-opacity: 1;
  border-color: rgba(141, 255, 205, var(--tw-border-opacity));
}

.tw .group:hover .group-hover\:border-green-100{
  --tw-border-opacity: 1;
  border-color: rgba(109, 236, 176, var(--tw-border-opacity));
}

.tw .group:hover .group-hover\:border-green-200{
  --tw-border-opacity: 1;
  border-color: rgba(76, 206, 147, var(--tw-border-opacity));
}

.tw .group:hover .group-hover\:border-green-300{
  --tw-border-opacity: 1;
  border-color: rgba(36, 176, 119, var(--tw-border-opacity));
}

.tw .group:hover .group-hover\:border-green-400{
  --tw-border-opacity: 1;
  border-color: rgba(0, 147, 93, var(--tw-border-opacity));
}

.tw .group:hover .group-hover\:border-green-500{
  --tw-border-opacity: 1;
  border-color: rgba(0, 119, 68, var(--tw-border-opacity));
}

.tw .group:hover .group-hover\:border-green-600{
  --tw-border-opacity: 1;
  border-color: rgba(0, 91, 43, var(--tw-border-opacity));
}

.tw .group:hover .group-hover\:border-green-700{
  --tw-border-opacity: 1;
  border-color: rgba(0, 65, 21, var(--tw-border-opacity));
}

.tw .group:hover .group-hover\:border-green-800{
  --tw-border-opacity: 1;
  border-color: rgba(0, 43, 0, var(--tw-border-opacity));
}

.tw .group:hover .group-hover\:border-green-900{
  --tw-border-opacity: 1;
  border-color: rgba(0, 27, 0, var(--tw-border-opacity));
}

.tw .group:hover .group-hover\:border-green{
  --tw-border-opacity: 1;
  border-color: rgba(46, 182, 125, var(--tw-border-opacity));
}

.tw .group:hover .group-hover\:border-yellow-50{
  --tw-border-opacity: 1;
  border-color: rgba(255, 235, 87, var(--tw-border-opacity));
}

.tw .group:hover .group-hover\:border-yellow-100{
  --tw-border-opacity: 1;
  border-color: rgba(255, 205, 55, var(--tw-border-opacity));
}

.tw .group:hover .group-hover\:border-yellow-200{
  --tw-border-opacity: 1;
  border-color: rgba(228, 176, 9, var(--tw-border-opacity));
}

.tw .group:hover .group-hover\:border-yellow-300{
  --tw-border-opacity: 1;
  border-color: rgba(195, 148, 0, var(--tw-border-opacity));
}

.tw .group:hover .group-hover\:border-yellow-400{
  --tw-border-opacity: 1;
  border-color: rgba(163, 121, 0, var(--tw-border-opacity));
}

.tw .group:hover .group-hover\:border-yellow-500{
  --tw-border-opacity: 1;
  border-color: rgba(133, 95, 0, var(--tw-border-opacity));
}

.tw .group:hover .group-hover\:border-yellow-600{
  --tw-border-opacity: 1;
  border-color: rgba(104, 70, 0, var(--tw-border-opacity));
}

.tw .group:hover .group-hover\:border-yellow-700{
  --tw-border-opacity: 1;
  border-color: rgba(79, 46, 0, var(--tw-border-opacity));
}

.tw .group:hover .group-hover\:border-yellow-800{
  --tw-border-opacity: 1;
  border-color: rgba(61, 22, 0, var(--tw-border-opacity));
}

.tw .group:hover .group-hover\:border-yellow-900{
  --tw-border-opacity: 1;
  border-color: rgba(50, 0, 0, var(--tw-border-opacity));
}

.tw .group:hover .group-hover\:border-yellow{
  --tw-border-opacity: 1;
  border-color: rgba(254, 199, 47, var(--tw-border-opacity));
}

.tw .group:hover .group-hover\:border-purple-50{
  --tw-border-opacity: 1;
  border-color: rgba(255, 216, 255, var(--tw-border-opacity));
}

.tw .group:hover .group-hover\:border-purple-100{
  --tw-border-opacity: 1;
  border-color: rgba(240, 186, 255, var(--tw-border-opacity));
}

.tw .group:hover .group-hover\:border-purple-200{
  --tw-border-opacity: 1;
  border-color: rgba(208, 157, 255, var(--tw-border-opacity));
}

.tw .group:hover .group-hover\:border-purple-300{
  --tw-border-opacity: 1;
  border-color: rgba(177, 128, 255, var(--tw-border-opacity));
}

.tw .group:hover .group-hover\:border-purple-400{
  --tw-border-opacity: 1;
  border-color: rgba(146, 101, 233, var(--tw-border-opacity));
}

.tw .group:hover .group-hover\:border-purple-500{
  --tw-border-opacity: 1;
  border-color: rgba(116, 74, 203, var(--tw-border-opacity));
}

.tw .group:hover .group-hover\:border-purple-600{
  --tw-border-opacity: 1;
  border-color: rgba(85, 48, 173, var(--tw-border-opacity));
}

.tw .group:hover .group-hover\:border-purple-700{
  --tw-border-opacity: 1;
  border-color: rgba(53, 22, 144, var(--tw-border-opacity));
}

.tw .group:hover .group-hover\:border-purple-800{
  --tw-border-opacity: 1;
  border-color: rgba(9, 0, 116, var(--tw-border-opacity));
}

.tw .group:hover .group-hover\:border-purple-900{
  --tw-border-opacity: 1;
  border-color: rgba(0, 0, 89, var(--tw-border-opacity));
}

.tw .group:hover .group-hover\:border-purple{
  --tw-border-opacity: 1;
  border-color: rgba(168, 120, 255, var(--tw-border-opacity));
}

.tw .group:hover .group-hover\:border-orange-50{
  --tw-border-opacity: 1;
  border-color: rgba(255, 210, 131, var(--tw-border-opacity));
}

.tw .group:hover .group-hover\:border-orange-100{
  --tw-border-opacity: 1;
  border-color: rgba(255, 180, 103, var(--tw-border-opacity));
}

.tw .group:hover .group-hover\:border-orange-200{
  --tw-border-opacity: 1;
  border-color: rgba(255, 151, 75, var(--tw-border-opacity));
}

.tw .group:hover .group-hover\:border-orange-300{
  --tw-border-opacity: 1;
  border-color: rgba(240, 122, 47, var(--tw-border-opacity));
}

.tw .group:hover .group-hover\:border-orange-400{
  --tw-border-opacity: 1;
  border-color: rgba(206, 95, 17, var(--tw-border-opacity));
}

.tw .group:hover .group-hover\:border-orange-500{
  --tw-border-opacity: 1;
  border-color: rgba(173, 68, 0, var(--tw-border-opacity));
}

.tw .group:hover .group-hover\:border-orange-600{
  --tw-border-opacity: 1;
  border-color: rgba(141, 40, 0, var(--tw-border-opacity));
}

.tw .group:hover .group-hover\:border-orange-700{
  --tw-border-opacity: 1;
  border-color: rgba(111, 6, 0, var(--tw-border-opacity));
}

.tw .group:hover .group-hover\:border-orange-800{
  --tw-border-opacity: 1;
  border-color: rgba(84, 0, 0, var(--tw-border-opacity));
}

.tw .group:hover .group-hover\:border-orange-900{
  --tw-border-opacity: 1;
  border-color: rgba(65, 0, 0, var(--tw-border-opacity));
}

.tw .group:hover .group-hover\:border-orange{
  --tw-border-opacity: 1;
  border-color: rgba(245, 127, 52, var(--tw-border-opacity));
}

.tw .group:hover .group-hover\:border-surface-brand{
  --tw-border-opacity: 1;
  border-color: rgba(26, 26, 26, var(--tw-border-opacity));
}

.tw .group:hover .group-hover\:border-surface-lower{
  --tw-border-opacity: 1;
  border-color: rgba(18, 19, 20, var(--tw-border-opacity));
}

.tw .group:hover .group-hover\:border-surface-base{
  --tw-border-opacity: 1;
  border-color: rgba(29, 30, 31, var(--tw-border-opacity));
}

.tw .group:hover .group-hover\:border-surface-low{
  --tw-border-opacity: 1;
  border-color: rgba(33, 33, 36, var(--tw-border-opacity));
}

.tw .group:hover .group-hover\:border-surface-middle{
  --tw-border-opacity: 1;
  border-color: rgba(38, 38, 42, var(--tw-border-opacity));
}

.tw .group:hover .group-hover\:border-surface-upper{
  --tw-border-opacity: 1;
  border-color: rgba(41, 41, 46, var(--tw-border-opacity));
}

.tw .group:hover .group-hover\:border-surface-high{
  --tw-border-opacity: 1;
  border-color: rgba(52, 52, 53, var(--tw-border-opacity));
}

.tw .group:hover .group-hover\:border-surface-higher{
  --tw-border-opacity: 1;
  border-color: rgba(74, 75, 75, var(--tw-border-opacity));
}

.tw .group:hover .group-hover\:border-surface-highest{
  --tw-border-opacity: 1;
  border-color: rgba(97, 97, 98, var(--tw-border-opacity));
}

.tw .group:hover .group-hover\:border-glyph-base{
  --tw-border-opacity: 1;
  border-color: rgba(255, 255, 255, var(--tw-border-opacity));
}

.tw .group:hover .group-hover\:border-glyph-light{
  --tw-border-opacity: 1;
  border-color: rgba(194, 194, 194, var(--tw-border-opacity));
}

.tw .group:hover .group-hover\:border-glyph-lighter{
  --tw-border-opacity: 1;
  border-color: rgba(150, 150, 150, var(--tw-border-opacity));
}

.tw .group:hover .group-hover\:border-glyph-lightest{
  --tw-border-opacity: 1;
  border-color: rgba(80, 80, 80, var(--tw-border-opacity));
}

.tw .group:hover .group-hover\:border-link{
  --tw-border-opacity: 1;
  border-color: rgba(0, 190, 255, var(--tw-border-opacity));
}

.tw .group:hover .group-hover\:border-info-error{
  --tw-border-opacity: 1;
  border-color: rgba(235, 51, 65, var(--tw-border-opacity));
}

.tw .group:hover .group-hover\:border-info-danger{
  --tw-border-opacity: 1;
  border-color: rgba(247, 127, 37, var(--tw-border-opacity));
}

.tw .group:hover .group-hover\:border-info-warn{
  --tw-border-opacity: 1;
  border-color: rgba(255, 200, 47, var(--tw-border-opacity));
}

.tw .group:hover .group-hover\:border-info-ok{
  --tw-border-opacity: 1;
  border-color: rgba(0, 151, 79, var(--tw-border-opacity));
}

.tw .group:hover .group-hover\:border-info-notice{
  --tw-border-opacity: 1;
  border-color: rgba(1, 128, 255, var(--tw-border-opacity));
}

.tw .group:hover .group-hover\:border-accent-1{
  --tw-border-opacity: 1;
  border-color: rgba(255, 93, 105, var(--tw-border-opacity));
}

.tw .group:hover .group-hover\:border-accent-2{
  --tw-border-opacity: 1;
  border-color: rgba(7, 245, 175, var(--tw-border-opacity));
}

.tw .group:hover .group-hover\:border-accent-3{
  --tw-border-opacity: 1;
  border-color: rgba(4, 211, 114, var(--tw-border-opacity));
}

.tw .group:hover .group-hover\:border-accent-4{
  --tw-border-opacity: 1;
  border-color: rgba(132, 81, 245, var(--tw-border-opacity));
}

.tw .focus\:border-current:focus{
  border-color: currentColor;
}

.tw .focus\:border-transparent:focus{
  border-color: transparent;
}

.tw .focus\:border-white:focus{
  --tw-border-opacity: 1;
  border-color: rgba(255, 255, 255, var(--tw-border-opacity));
}

.tw .focus\:border-black:focus{
  --tw-border-opacity: 1;
  border-color: rgba(0, 0, 0, var(--tw-border-opacity));
}

.tw .focus\:border-gray-10:focus{
  --tw-border-opacity: 1;
  border-color: rgba(240, 240, 240, var(--tw-border-opacity));
}

.tw .focus\:border-gray-20:focus{
  --tw-border-opacity: 1;
  border-color: rgba(226, 226, 226, var(--tw-border-opacity));
}

.tw .focus\:border-gray-30:focus{
  --tw-border-opacity: 1;
  border-color: rgba(211, 211, 211, var(--tw-border-opacity));
}

.tw .focus\:border-gray-40:focus{
  --tw-border-opacity: 1;
  border-color: rgba(197, 197, 197, var(--tw-border-opacity));
}

.tw .focus\:border-gray-50:focus{
  --tw-border-opacity: 1;
  border-color: rgba(183, 183, 183, var(--tw-border-opacity));
}

.tw .focus\:border-gray-60:focus{
  --tw-border-opacity: 1;
  border-color: rgba(169, 169, 169, var(--tw-border-opacity));
}

.tw .focus\:border-gray-70:focus{
  --tw-border-opacity: 1;
  border-color: rgba(156, 156, 156, var(--tw-border-opacity));
}

.tw .focus\:border-gray-80:focus{
  --tw-border-opacity: 1;
  border-color: rgba(142, 142, 142, var(--tw-border-opacity));
}

.tw .focus\:border-gray-90:focus{
  --tw-border-opacity: 1;
  border-color: rgba(129, 129, 129, var(--tw-border-opacity));
}

.tw .focus\:border-gray-100:focus{
  --tw-border-opacity: 1;
  border-color: rgba(108, 109, 114, var(--tw-border-opacity));
}

.tw .focus\:border-gray-200:focus{
  --tw-border-opacity: 1;
  border-color: rgba(96, 97, 103, var(--tw-border-opacity));
}

.tw .focus\:border-gray-300:focus{
  --tw-border-opacity: 1;
  border-color: rgba(84, 86, 91, var(--tw-border-opacity));
}

.tw .focus\:border-gray-400:focus{
  --tw-border-opacity: 1;
  border-color: rgba(73, 73, 80, var(--tw-border-opacity));
}

.tw .focus\:border-gray-500:focus{
  --tw-border-opacity: 1;
  border-color: rgba(61, 61, 68, var(--tw-border-opacity));
}

.tw .focus\:border-gray-600:focus{
  --tw-border-opacity: 1;
  border-color: rgba(53, 53, 61, var(--tw-border-opacity));
}

.tw .focus\:border-gray-700:focus{
  --tw-border-opacity: 1;
  border-color: rgba(45, 45, 49, var(--tw-border-opacity));
}

.tw .focus\:border-gray-800:focus{
  --tw-border-opacity: 1;
  border-color: rgba(38, 37, 42, var(--tw-border-opacity));
}

.tw .focus\:border-gray-850:focus{
  --tw-border-opacity: 1;
  border-color: rgba(32, 32, 37, var(--tw-border-opacity));
}

.tw .focus\:border-gray-900:focus{
  --tw-border-opacity: 1;
  border-color: rgba(27, 27, 32, var(--tw-border-opacity));
}

.tw .focus\:border-gray-950:focus{
  --tw-border-opacity: 1;
  border-color: rgba(20, 20, 23, var(--tw-border-opacity));
}

.tw .focus\:border-brand-50:focus{
  --tw-border-opacity: 1;
  border-color: rgba(127, 255, 255, var(--tw-border-opacity));
}

.tw .focus\:border-brand-100:focus{
  --tw-border-opacity: 1;
  border-color: rgba(87, 226, 255, var(--tw-border-opacity));
}

.tw .focus\:border-brand-200:focus{
  --tw-border-opacity: 1;
  border-color: rgba(32, 197, 255, var(--tw-border-opacity));
}

.tw .focus\:border-brand-300:focus{
  --tw-border-opacity: 1;
  border-color: rgba(0, 167, 231, var(--tw-border-opacity));
}

.tw .focus\:border-brand-400:focus{
  --tw-border-opacity: 1;
  border-color: rgba(0, 139, 201, var(--tw-border-opacity));
}

.tw .focus\:border-brand-500:focus{
  --tw-border-opacity: 1;
  border-color: rgba(0, 112, 172, var(--tw-border-opacity));
}

.tw .focus\:border-brand-600:focus{
  --tw-border-opacity: 1;
  border-color: rgba(0, 86, 143, var(--tw-border-opacity));
}

.tw .focus\:border-brand-700:focus{
  --tw-border-opacity: 1;
  border-color: rgba(0, 62, 116, var(--tw-border-opacity));
}

.tw .focus\:border-brand-800:focus{
  --tw-border-opacity: 1;
  border-color: rgba(0, 39, 89, var(--tw-border-opacity));
}

.tw .focus\:border-brand-900:focus{
  --tw-border-opacity: 1;
  border-color: rgba(0, 18, 63, var(--tw-border-opacity));
}

.tw .focus\:border-brand:focus{
  --tw-border-opacity: 1;
  border-color: rgba(0, 190, 255, var(--tw-border-opacity));
}

.tw .focus\:border-brand-base:focus{
  --tw-border-opacity: 1;
  border-color: rgba(0, 190, 255, var(--tw-border-opacity));
}

.tw .focus\:border-red-50:focus{
  --tw-border-opacity: 1;
  border-color: rgba(255, 202, 200, var(--tw-border-opacity));
}

.tw .focus\:border-red-100:focus{
  --tw-border-opacity: 1;
  border-color: rgba(255, 171, 171, var(--tw-border-opacity));
}

.tw .focus\:border-red-200:focus{
  --tw-border-opacity: 1;
  border-color: rgba(255, 142, 142, var(--tw-border-opacity));
}

.tw .focus\:border-red-300:focus{
  --tw-border-opacity: 1;
  border-color: rgba(247, 112, 115, var(--tw-border-opacity));
}

.tw .focus\:border-red-400:focus{
  --tw-border-opacity: 1;
  border-color: rgba(215, 83, 89, var(--tw-border-opacity));
}

.tw .focus\:border-red-500:focus{
  --tw-border-opacity: 1;
  border-color: rgba(182, 54, 64, var(--tw-border-opacity));
}

.tw .focus\:border-red-600:focus{
  --tw-border-opacity: 1;
  border-color: rgba(150, 18, 41, var(--tw-border-opacity));
}

.tw .focus\:border-red-700:focus{
  --tw-border-opacity: 1;
  border-color: rgba(119, 0, 19, var(--tw-border-opacity));
}

.tw .focus\:border-red-800:focus{
  --tw-border-opacity: 1;
  border-color: rgba(89, 0, 0, var(--tw-border-opacity));
}

.tw .focus\:border-red-900:focus{
  --tw-border-opacity: 1;
  border-color: rgba(65, 0, 0, var(--tw-border-opacity));
}

.tw .focus\:border-red:focus{
  --tw-border-opacity: 1;
  border-color: rgba(211, 80, 86, var(--tw-border-opacity));
}

.tw .focus\:border-red-brand:focus{
  --tw-border-opacity: 1;
  border-color: rgba(255, 79, 79, var(--tw-border-opacity));
}

.tw .focus\:border-green-50:focus{
  --tw-border-opacity: 1;
  border-color: rgba(141, 255, 205, var(--tw-border-opacity));
}

.tw .focus\:border-green-100:focus{
  --tw-border-opacity: 1;
  border-color: rgba(109, 236, 176, var(--tw-border-opacity));
}

.tw .focus\:border-green-200:focus{
  --tw-border-opacity: 1;
  border-color: rgba(76, 206, 147, var(--tw-border-opacity));
}

.tw .focus\:border-green-300:focus{
  --tw-border-opacity: 1;
  border-color: rgba(36, 176, 119, var(--tw-border-opacity));
}

.tw .focus\:border-green-400:focus{
  --tw-border-opacity: 1;
  border-color: rgba(0, 147, 93, var(--tw-border-opacity));
}

.tw .focus\:border-green-500:focus{
  --tw-border-opacity: 1;
  border-color: rgba(0, 119, 68, var(--tw-border-opacity));
}

.tw .focus\:border-green-600:focus{
  --tw-border-opacity: 1;
  border-color: rgba(0, 91, 43, var(--tw-border-opacity));
}

.tw .focus\:border-green-700:focus{
  --tw-border-opacity: 1;
  border-color: rgba(0, 65, 21, var(--tw-border-opacity));
}

.tw .focus\:border-green-800:focus{
  --tw-border-opacity: 1;
  border-color: rgba(0, 43, 0, var(--tw-border-opacity));
}

.tw .focus\:border-green-900:focus{
  --tw-border-opacity: 1;
  border-color: rgba(0, 27, 0, var(--tw-border-opacity));
}

.tw .focus\:border-green:focus{
  --tw-border-opacity: 1;
  border-color: rgba(46, 182, 125, var(--tw-border-opacity));
}

.tw .focus\:border-yellow-50:focus{
  --tw-border-opacity: 1;
  border-color: rgba(255, 235, 87, var(--tw-border-opacity));
}

.tw .focus\:border-yellow-100:focus{
  --tw-border-opacity: 1;
  border-color: rgba(255, 205, 55, var(--tw-border-opacity));
}

.tw .focus\:border-yellow-200:focus{
  --tw-border-opacity: 1;
  border-color: rgba(228, 176, 9, var(--tw-border-opacity));
}

.tw .focus\:border-yellow-300:focus{
  --tw-border-opacity: 1;
  border-color: rgba(195, 148, 0, var(--tw-border-opacity));
}

.tw .focus\:border-yellow-400:focus{
  --tw-border-opacity: 1;
  border-color: rgba(163, 121, 0, var(--tw-border-opacity));
}

.tw .focus\:border-yellow-500:focus{
  --tw-border-opacity: 1;
  border-color: rgba(133, 95, 0, var(--tw-border-opacity));
}

.tw .focus\:border-yellow-600:focus{
  --tw-border-opacity: 1;
  border-color: rgba(104, 70, 0, var(--tw-border-opacity));
}

.tw .focus\:border-yellow-700:focus{
  --tw-border-opacity: 1;
  border-color: rgba(79, 46, 0, var(--tw-border-opacity));
}

.tw .focus\:border-yellow-800:focus{
  --tw-border-opacity: 1;
  border-color: rgba(61, 22, 0, var(--tw-border-opacity));
}

.tw .focus\:border-yellow-900:focus{
  --tw-border-opacity: 1;
  border-color: rgba(50, 0, 0, var(--tw-border-opacity));
}

.tw .focus\:border-yellow:focus{
  --tw-border-opacity: 1;
  border-color: rgba(254, 199, 47, var(--tw-border-opacity));
}

.tw .focus\:border-purple-50:focus{
  --tw-border-opacity: 1;
  border-color: rgba(255, 216, 255, var(--tw-border-opacity));
}

.tw .focus\:border-purple-100:focus{
  --tw-border-opacity: 1;
  border-color: rgba(240, 186, 255, var(--tw-border-opacity));
}

.tw .focus\:border-purple-200:focus{
  --tw-border-opacity: 1;
  border-color: rgba(208, 157, 255, var(--tw-border-opacity));
}

.tw .focus\:border-purple-300:focus{
  --tw-border-opacity: 1;
  border-color: rgba(177, 128, 255, var(--tw-border-opacity));
}

.tw .focus\:border-purple-400:focus{
  --tw-border-opacity: 1;
  border-color: rgba(146, 101, 233, var(--tw-border-opacity));
}

.tw .focus\:border-purple-500:focus{
  --tw-border-opacity: 1;
  border-color: rgba(116, 74, 203, var(--tw-border-opacity));
}

.tw .focus\:border-purple-600:focus{
  --tw-border-opacity: 1;
  border-color: rgba(85, 48, 173, var(--tw-border-opacity));
}

.tw .focus\:border-purple-700:focus{
  --tw-border-opacity: 1;
  border-color: rgba(53, 22, 144, var(--tw-border-opacity));
}

.tw .focus\:border-purple-800:focus{
  --tw-border-opacity: 1;
  border-color: rgba(9, 0, 116, var(--tw-border-opacity));
}

.tw .focus\:border-purple-900:focus{
  --tw-border-opacity: 1;
  border-color: rgba(0, 0, 89, var(--tw-border-opacity));
}

.tw .focus\:border-purple:focus{
  --tw-border-opacity: 1;
  border-color: rgba(168, 120, 255, var(--tw-border-opacity));
}

.tw .focus\:border-orange-50:focus{
  --tw-border-opacity: 1;
  border-color: rgba(255, 210, 131, var(--tw-border-opacity));
}

.tw .focus\:border-orange-100:focus{
  --tw-border-opacity: 1;
  border-color: rgba(255, 180, 103, var(--tw-border-opacity));
}

.tw .focus\:border-orange-200:focus{
  --tw-border-opacity: 1;
  border-color: rgba(255, 151, 75, var(--tw-border-opacity));
}

.tw .focus\:border-orange-300:focus{
  --tw-border-opacity: 1;
  border-color: rgba(240, 122, 47, var(--tw-border-opacity));
}

.tw .focus\:border-orange-400:focus{
  --tw-border-opacity: 1;
  border-color: rgba(206, 95, 17, var(--tw-border-opacity));
}

.tw .focus\:border-orange-500:focus{
  --tw-border-opacity: 1;
  border-color: rgba(173, 68, 0, var(--tw-border-opacity));
}

.tw .focus\:border-orange-600:focus{
  --tw-border-opacity: 1;
  border-color: rgba(141, 40, 0, var(--tw-border-opacity));
}

.tw .focus\:border-orange-700:focus{
  --tw-border-opacity: 1;
  border-color: rgba(111, 6, 0, var(--tw-border-opacity));
}

.tw .focus\:border-orange-800:focus{
  --tw-border-opacity: 1;
  border-color: rgba(84, 0, 0, var(--tw-border-opacity));
}

.tw .focus\:border-orange-900:focus{
  --tw-border-opacity: 1;
  border-color: rgba(65, 0, 0, var(--tw-border-opacity));
}

.tw .focus\:border-orange:focus{
  --tw-border-opacity: 1;
  border-color: rgba(245, 127, 52, var(--tw-border-opacity));
}

.tw .focus\:border-surface-brand:focus{
  --tw-border-opacity: 1;
  border-color: rgba(26, 26, 26, var(--tw-border-opacity));
}

.tw .focus\:border-surface-lower:focus{
  --tw-border-opacity: 1;
  border-color: rgba(18, 19, 20, var(--tw-border-opacity));
}

.tw .focus\:border-surface-base:focus{
  --tw-border-opacity: 1;
  border-color: rgba(29, 30, 31, var(--tw-border-opacity));
}

.tw .focus\:border-surface-low:focus{
  --tw-border-opacity: 1;
  border-color: rgba(33, 33, 36, var(--tw-border-opacity));
}

.tw .focus\:border-surface-middle:focus{
  --tw-border-opacity: 1;
  border-color: rgba(38, 38, 42, var(--tw-border-opacity));
}

.tw .focus\:border-surface-upper:focus{
  --tw-border-opacity: 1;
  border-color: rgba(41, 41, 46, var(--tw-border-opacity));
}

.tw .focus\:border-surface-high:focus{
  --tw-border-opacity: 1;
  border-color: rgba(52, 52, 53, var(--tw-border-opacity));
}

.tw .focus\:border-surface-higher:focus{
  --tw-border-opacity: 1;
  border-color: rgba(74, 75, 75, var(--tw-border-opacity));
}

.tw .focus\:border-surface-highest:focus{
  --tw-border-opacity: 1;
  border-color: rgba(97, 97, 98, var(--tw-border-opacity));
}

.tw .focus\:border-glyph-base:focus{
  --tw-border-opacity: 1;
  border-color: rgba(255, 255, 255, var(--tw-border-opacity));
}

.tw .focus\:border-glyph-light:focus{
  --tw-border-opacity: 1;
  border-color: rgba(194, 194, 194, var(--tw-border-opacity));
}

.tw .focus\:border-glyph-lighter:focus{
  --tw-border-opacity: 1;
  border-color: rgba(150, 150, 150, var(--tw-border-opacity));
}

.tw .focus\:border-glyph-lightest:focus{
  --tw-border-opacity: 1;
  border-color: rgba(80, 80, 80, var(--tw-border-opacity));
}

.tw .focus\:border-link:focus{
  --tw-border-opacity: 1;
  border-color: rgba(0, 190, 255, var(--tw-border-opacity));
}

.tw .focus\:border-info-error:focus{
  --tw-border-opacity: 1;
  border-color: rgba(235, 51, 65, var(--tw-border-opacity));
}

.tw .focus\:border-info-danger:focus{
  --tw-border-opacity: 1;
  border-color: rgba(247, 127, 37, var(--tw-border-opacity));
}

.tw .focus\:border-info-warn:focus{
  --tw-border-opacity: 1;
  border-color: rgba(255, 200, 47, var(--tw-border-opacity));
}

.tw .focus\:border-info-ok:focus{
  --tw-border-opacity: 1;
  border-color: rgba(0, 151, 79, var(--tw-border-opacity));
}

.tw .focus\:border-info-notice:focus{
  --tw-border-opacity: 1;
  border-color: rgba(1, 128, 255, var(--tw-border-opacity));
}

.tw .focus\:border-accent-1:focus{
  --tw-border-opacity: 1;
  border-color: rgba(255, 93, 105, var(--tw-border-opacity));
}

.tw .focus\:border-accent-2:focus{
  --tw-border-opacity: 1;
  border-color: rgba(7, 245, 175, var(--tw-border-opacity));
}

.tw .focus\:border-accent-3:focus{
  --tw-border-opacity: 1;
  border-color: rgba(4, 211, 114, var(--tw-border-opacity));
}

.tw .focus\:border-accent-4:focus{
  --tw-border-opacity: 1;
  border-color: rgba(132, 81, 245, var(--tw-border-opacity));
}

.tw .checked\:border-current:checked{
  border-color: currentColor;
}

.tw .checked\:border-transparent:checked{
  border-color: transparent;
}

.tw .checked\:border-white:checked{
  --tw-border-opacity: 1;
  border-color: rgba(255, 255, 255, var(--tw-border-opacity));
}

.tw .checked\:border-black:checked{
  --tw-border-opacity: 1;
  border-color: rgba(0, 0, 0, var(--tw-border-opacity));
}

.tw .checked\:border-gray-10:checked{
  --tw-border-opacity: 1;
  border-color: rgba(240, 240, 240, var(--tw-border-opacity));
}

.tw .checked\:border-gray-20:checked{
  --tw-border-opacity: 1;
  border-color: rgba(226, 226, 226, var(--tw-border-opacity));
}

.tw .checked\:border-gray-30:checked{
  --tw-border-opacity: 1;
  border-color: rgba(211, 211, 211, var(--tw-border-opacity));
}

.tw .checked\:border-gray-40:checked{
  --tw-border-opacity: 1;
  border-color: rgba(197, 197, 197, var(--tw-border-opacity));
}

.tw .checked\:border-gray-50:checked{
  --tw-border-opacity: 1;
  border-color: rgba(183, 183, 183, var(--tw-border-opacity));
}

.tw .checked\:border-gray-60:checked{
  --tw-border-opacity: 1;
  border-color: rgba(169, 169, 169, var(--tw-border-opacity));
}

.tw .checked\:border-gray-70:checked{
  --tw-border-opacity: 1;
  border-color: rgba(156, 156, 156, var(--tw-border-opacity));
}

.tw .checked\:border-gray-80:checked{
  --tw-border-opacity: 1;
  border-color: rgba(142, 142, 142, var(--tw-border-opacity));
}

.tw .checked\:border-gray-90:checked{
  --tw-border-opacity: 1;
  border-color: rgba(129, 129, 129, var(--tw-border-opacity));
}

.tw .checked\:border-gray-100:checked{
  --tw-border-opacity: 1;
  border-color: rgba(108, 109, 114, var(--tw-border-opacity));
}

.tw .checked\:border-gray-200:checked{
  --tw-border-opacity: 1;
  border-color: rgba(96, 97, 103, var(--tw-border-opacity));
}

.tw .checked\:border-gray-300:checked{
  --tw-border-opacity: 1;
  border-color: rgba(84, 86, 91, var(--tw-border-opacity));
}

.tw .checked\:border-gray-400:checked{
  --tw-border-opacity: 1;
  border-color: rgba(73, 73, 80, var(--tw-border-opacity));
}

.tw .checked\:border-gray-500:checked{
  --tw-border-opacity: 1;
  border-color: rgba(61, 61, 68, var(--tw-border-opacity));
}

.tw .checked\:border-gray-600:checked{
  --tw-border-opacity: 1;
  border-color: rgba(53, 53, 61, var(--tw-border-opacity));
}

.tw .checked\:border-gray-700:checked{
  --tw-border-opacity: 1;
  border-color: rgba(45, 45, 49, var(--tw-border-opacity));
}

.tw .checked\:border-gray-800:checked{
  --tw-border-opacity: 1;
  border-color: rgba(38, 37, 42, var(--tw-border-opacity));
}

.tw .checked\:border-gray-850:checked{
  --tw-border-opacity: 1;
  border-color: rgba(32, 32, 37, var(--tw-border-opacity));
}

.tw .checked\:border-gray-900:checked{
  --tw-border-opacity: 1;
  border-color: rgba(27, 27, 32, var(--tw-border-opacity));
}

.tw .checked\:border-gray-950:checked{
  --tw-border-opacity: 1;
  border-color: rgba(20, 20, 23, var(--tw-border-opacity));
}

.tw .checked\:border-brand-50:checked{
  --tw-border-opacity: 1;
  border-color: rgba(127, 255, 255, var(--tw-border-opacity));
}

.tw .checked\:border-brand-100:checked{
  --tw-border-opacity: 1;
  border-color: rgba(87, 226, 255, var(--tw-border-opacity));
}

.tw .checked\:border-brand-200:checked{
  --tw-border-opacity: 1;
  border-color: rgba(32, 197, 255, var(--tw-border-opacity));
}

.tw .checked\:border-brand-300:checked{
  --tw-border-opacity: 1;
  border-color: rgba(0, 167, 231, var(--tw-border-opacity));
}

.tw .checked\:border-brand-400:checked{
  --tw-border-opacity: 1;
  border-color: rgba(0, 139, 201, var(--tw-border-opacity));
}

.tw .checked\:border-brand-500:checked{
  --tw-border-opacity: 1;
  border-color: rgba(0, 112, 172, var(--tw-border-opacity));
}

.tw .checked\:border-brand-600:checked{
  --tw-border-opacity: 1;
  border-color: rgba(0, 86, 143, var(--tw-border-opacity));
}

.tw .checked\:border-brand-700:checked{
  --tw-border-opacity: 1;
  border-color: rgba(0, 62, 116, var(--tw-border-opacity));
}

.tw .checked\:border-brand-800:checked{
  --tw-border-opacity: 1;
  border-color: rgba(0, 39, 89, var(--tw-border-opacity));
}

.tw .checked\:border-brand-900:checked{
  --tw-border-opacity: 1;
  border-color: rgba(0, 18, 63, var(--tw-border-opacity));
}

.tw .checked\:border-brand:checked{
  --tw-border-opacity: 1;
  border-color: rgba(0, 190, 255, var(--tw-border-opacity));
}

.tw .checked\:border-brand-base:checked{
  --tw-border-opacity: 1;
  border-color: rgba(0, 190, 255, var(--tw-border-opacity));
}

.tw .checked\:border-red-50:checked{
  --tw-border-opacity: 1;
  border-color: rgba(255, 202, 200, var(--tw-border-opacity));
}

.tw .checked\:border-red-100:checked{
  --tw-border-opacity: 1;
  border-color: rgba(255, 171, 171, var(--tw-border-opacity));
}

.tw .checked\:border-red-200:checked{
  --tw-border-opacity: 1;
  border-color: rgba(255, 142, 142, var(--tw-border-opacity));
}

.tw .checked\:border-red-300:checked{
  --tw-border-opacity: 1;
  border-color: rgba(247, 112, 115, var(--tw-border-opacity));
}

.tw .checked\:border-red-400:checked{
  --tw-border-opacity: 1;
  border-color: rgba(215, 83, 89, var(--tw-border-opacity));
}

.tw .checked\:border-red-500:checked{
  --tw-border-opacity: 1;
  border-color: rgba(182, 54, 64, var(--tw-border-opacity));
}

.tw .checked\:border-red-600:checked{
  --tw-border-opacity: 1;
  border-color: rgba(150, 18, 41, var(--tw-border-opacity));
}

.tw .checked\:border-red-700:checked{
  --tw-border-opacity: 1;
  border-color: rgba(119, 0, 19, var(--tw-border-opacity));
}

.tw .checked\:border-red-800:checked{
  --tw-border-opacity: 1;
  border-color: rgba(89, 0, 0, var(--tw-border-opacity));
}

.tw .checked\:border-red-900:checked{
  --tw-border-opacity: 1;
  border-color: rgba(65, 0, 0, var(--tw-border-opacity));
}

.tw .checked\:border-red:checked{
  --tw-border-opacity: 1;
  border-color: rgba(211, 80, 86, var(--tw-border-opacity));
}

.tw .checked\:border-red-brand:checked{
  --tw-border-opacity: 1;
  border-color: rgba(255, 79, 79, var(--tw-border-opacity));
}

.tw .checked\:border-green-50:checked{
  --tw-border-opacity: 1;
  border-color: rgba(141, 255, 205, var(--tw-border-opacity));
}

.tw .checked\:border-green-100:checked{
  --tw-border-opacity: 1;
  border-color: rgba(109, 236, 176, var(--tw-border-opacity));
}

.tw .checked\:border-green-200:checked{
  --tw-border-opacity: 1;
  border-color: rgba(76, 206, 147, var(--tw-border-opacity));
}

.tw .checked\:border-green-300:checked{
  --tw-border-opacity: 1;
  border-color: rgba(36, 176, 119, var(--tw-border-opacity));
}

.tw .checked\:border-green-400:checked{
  --tw-border-opacity: 1;
  border-color: rgba(0, 147, 93, var(--tw-border-opacity));
}

.tw .checked\:border-green-500:checked{
  --tw-border-opacity: 1;
  border-color: rgba(0, 119, 68, var(--tw-border-opacity));
}

.tw .checked\:border-green-600:checked{
  --tw-border-opacity: 1;
  border-color: rgba(0, 91, 43, var(--tw-border-opacity));
}

.tw .checked\:border-green-700:checked{
  --tw-border-opacity: 1;
  border-color: rgba(0, 65, 21, var(--tw-border-opacity));
}

.tw .checked\:border-green-800:checked{
  --tw-border-opacity: 1;
  border-color: rgba(0, 43, 0, var(--tw-border-opacity));
}

.tw .checked\:border-green-900:checked{
  --tw-border-opacity: 1;
  border-color: rgba(0, 27, 0, var(--tw-border-opacity));
}

.tw .checked\:border-green:checked{
  --tw-border-opacity: 1;
  border-color: rgba(46, 182, 125, var(--tw-border-opacity));
}

.tw .checked\:border-yellow-50:checked{
  --tw-border-opacity: 1;
  border-color: rgba(255, 235, 87, var(--tw-border-opacity));
}

.tw .checked\:border-yellow-100:checked{
  --tw-border-opacity: 1;
  border-color: rgba(255, 205, 55, var(--tw-border-opacity));
}

.tw .checked\:border-yellow-200:checked{
  --tw-border-opacity: 1;
  border-color: rgba(228, 176, 9, var(--tw-border-opacity));
}

.tw .checked\:border-yellow-300:checked{
  --tw-border-opacity: 1;
  border-color: rgba(195, 148, 0, var(--tw-border-opacity));
}

.tw .checked\:border-yellow-400:checked{
  --tw-border-opacity: 1;
  border-color: rgba(163, 121, 0, var(--tw-border-opacity));
}

.tw .checked\:border-yellow-500:checked{
  --tw-border-opacity: 1;
  border-color: rgba(133, 95, 0, var(--tw-border-opacity));
}

.tw .checked\:border-yellow-600:checked{
  --tw-border-opacity: 1;
  border-color: rgba(104, 70, 0, var(--tw-border-opacity));
}

.tw .checked\:border-yellow-700:checked{
  --tw-border-opacity: 1;
  border-color: rgba(79, 46, 0, var(--tw-border-opacity));
}

.tw .checked\:border-yellow-800:checked{
  --tw-border-opacity: 1;
  border-color: rgba(61, 22, 0, var(--tw-border-opacity));
}

.tw .checked\:border-yellow-900:checked{
  --tw-border-opacity: 1;
  border-color: rgba(50, 0, 0, var(--tw-border-opacity));
}

.tw .checked\:border-yellow:checked{
  --tw-border-opacity: 1;
  border-color: rgba(254, 199, 47, var(--tw-border-opacity));
}

.tw .checked\:border-purple-50:checked{
  --tw-border-opacity: 1;
  border-color: rgba(255, 216, 255, var(--tw-border-opacity));
}

.tw .checked\:border-purple-100:checked{
  --tw-border-opacity: 1;
  border-color: rgba(240, 186, 255, var(--tw-border-opacity));
}

.tw .checked\:border-purple-200:checked{
  --tw-border-opacity: 1;
  border-color: rgba(208, 157, 255, var(--tw-border-opacity));
}

.tw .checked\:border-purple-300:checked{
  --tw-border-opacity: 1;
  border-color: rgba(177, 128, 255, var(--tw-border-opacity));
}

.tw .checked\:border-purple-400:checked{
  --tw-border-opacity: 1;
  border-color: rgba(146, 101, 233, var(--tw-border-opacity));
}

.tw .checked\:border-purple-500:checked{
  --tw-border-opacity: 1;
  border-color: rgba(116, 74, 203, var(--tw-border-opacity));
}

.tw .checked\:border-purple-600:checked{
  --tw-border-opacity: 1;
  border-color: rgba(85, 48, 173, var(--tw-border-opacity));
}

.tw .checked\:border-purple-700:checked{
  --tw-border-opacity: 1;
  border-color: rgba(53, 22, 144, var(--tw-border-opacity));
}

.tw .checked\:border-purple-800:checked{
  --tw-border-opacity: 1;
  border-color: rgba(9, 0, 116, var(--tw-border-opacity));
}

.tw .checked\:border-purple-900:checked{
  --tw-border-opacity: 1;
  border-color: rgba(0, 0, 89, var(--tw-border-opacity));
}

.tw .checked\:border-purple:checked{
  --tw-border-opacity: 1;
  border-color: rgba(168, 120, 255, var(--tw-border-opacity));
}

.tw .checked\:border-orange-50:checked{
  --tw-border-opacity: 1;
  border-color: rgba(255, 210, 131, var(--tw-border-opacity));
}

.tw .checked\:border-orange-100:checked{
  --tw-border-opacity: 1;
  border-color: rgba(255, 180, 103, var(--tw-border-opacity));
}

.tw .checked\:border-orange-200:checked{
  --tw-border-opacity: 1;
  border-color: rgba(255, 151, 75, var(--tw-border-opacity));
}

.tw .checked\:border-orange-300:checked{
  --tw-border-opacity: 1;
  border-color: rgba(240, 122, 47, var(--tw-border-opacity));
}

.tw .checked\:border-orange-400:checked{
  --tw-border-opacity: 1;
  border-color: rgba(206, 95, 17, var(--tw-border-opacity));
}

.tw .checked\:border-orange-500:checked{
  --tw-border-opacity: 1;
  border-color: rgba(173, 68, 0, var(--tw-border-opacity));
}

.tw .checked\:border-orange-600:checked{
  --tw-border-opacity: 1;
  border-color: rgba(141, 40, 0, var(--tw-border-opacity));
}

.tw .checked\:border-orange-700:checked{
  --tw-border-opacity: 1;
  border-color: rgba(111, 6, 0, var(--tw-border-opacity));
}

.tw .checked\:border-orange-800:checked{
  --tw-border-opacity: 1;
  border-color: rgba(84, 0, 0, var(--tw-border-opacity));
}

.tw .checked\:border-orange-900:checked{
  --tw-border-opacity: 1;
  border-color: rgba(65, 0, 0, var(--tw-border-opacity));
}

.tw .checked\:border-orange:checked{
  --tw-border-opacity: 1;
  border-color: rgba(245, 127, 52, var(--tw-border-opacity));
}

.tw .checked\:border-surface-brand:checked{
  --tw-border-opacity: 1;
  border-color: rgba(26, 26, 26, var(--tw-border-opacity));
}

.tw .checked\:border-surface-lower:checked{
  --tw-border-opacity: 1;
  border-color: rgba(18, 19, 20, var(--tw-border-opacity));
}

.tw .checked\:border-surface-base:checked{
  --tw-border-opacity: 1;
  border-color: rgba(29, 30, 31, var(--tw-border-opacity));
}

.tw .checked\:border-surface-low:checked{
  --tw-border-opacity: 1;
  border-color: rgba(33, 33, 36, var(--tw-border-opacity));
}

.tw .checked\:border-surface-middle:checked{
  --tw-border-opacity: 1;
  border-color: rgba(38, 38, 42, var(--tw-border-opacity));
}

.tw .checked\:border-surface-upper:checked{
  --tw-border-opacity: 1;
  border-color: rgba(41, 41, 46, var(--tw-border-opacity));
}

.tw .checked\:border-surface-high:checked{
  --tw-border-opacity: 1;
  border-color: rgba(52, 52, 53, var(--tw-border-opacity));
}

.tw .checked\:border-surface-higher:checked{
  --tw-border-opacity: 1;
  border-color: rgba(74, 75, 75, var(--tw-border-opacity));
}

.tw .checked\:border-surface-highest:checked{
  --tw-border-opacity: 1;
  border-color: rgba(97, 97, 98, var(--tw-border-opacity));
}

.tw .checked\:border-glyph-base:checked{
  --tw-border-opacity: 1;
  border-color: rgba(255, 255, 255, var(--tw-border-opacity));
}

.tw .checked\:border-glyph-light:checked{
  --tw-border-opacity: 1;
  border-color: rgba(194, 194, 194, var(--tw-border-opacity));
}

.tw .checked\:border-glyph-lighter:checked{
  --tw-border-opacity: 1;
  border-color: rgba(150, 150, 150, var(--tw-border-opacity));
}

.tw .checked\:border-glyph-lightest:checked{
  --tw-border-opacity: 1;
  border-color: rgba(80, 80, 80, var(--tw-border-opacity));
}

.tw .checked\:border-link:checked{
  --tw-border-opacity: 1;
  border-color: rgba(0, 190, 255, var(--tw-border-opacity));
}

.tw .checked\:border-info-error:checked{
  --tw-border-opacity: 1;
  border-color: rgba(235, 51, 65, var(--tw-border-opacity));
}

.tw .checked\:border-info-danger:checked{
  --tw-border-opacity: 1;
  border-color: rgba(247, 127, 37, var(--tw-border-opacity));
}

.tw .checked\:border-info-warn:checked{
  --tw-border-opacity: 1;
  border-color: rgba(255, 200, 47, var(--tw-border-opacity));
}

.tw .checked\:border-info-ok:checked{
  --tw-border-opacity: 1;
  border-color: rgba(0, 151, 79, var(--tw-border-opacity));
}

.tw .checked\:border-info-notice:checked{
  --tw-border-opacity: 1;
  border-color: rgba(1, 128, 255, var(--tw-border-opacity));
}

.tw .checked\:border-accent-1:checked{
  --tw-border-opacity: 1;
  border-color: rgba(255, 93, 105, var(--tw-border-opacity));
}

.tw .checked\:border-accent-2:checked{
  --tw-border-opacity: 1;
  border-color: rgba(7, 245, 175, var(--tw-border-opacity));
}

.tw .checked\:border-accent-3:checked{
  --tw-border-opacity: 1;
  border-color: rgba(4, 211, 114, var(--tw-border-opacity));
}

.tw .checked\:border-accent-4:checked{
  --tw-border-opacity: 1;
  border-color: rgba(132, 81, 245, var(--tw-border-opacity));
}

.tw .border-opacity-0{
  --tw-border-opacity: 0;
}

.tw .border-opacity-5{
  --tw-border-opacity: 0.05;
}

.tw .border-opacity-10{
  --tw-border-opacity: 0.1;
}

.tw .border-opacity-15{
  --tw-border-opacity: 0.15;
}

.tw .border-opacity-20{
  --tw-border-opacity: 0.2;
}

.tw .border-opacity-25{
  --tw-border-opacity: 0.25;
}

.tw .border-opacity-30{
  --tw-border-opacity: 0.3;
}

.tw .border-opacity-40{
  --tw-border-opacity: 0.4;
}

.tw .border-opacity-50{
  --tw-border-opacity: 0.5;
}

.tw .border-opacity-60{
  --tw-border-opacity: 0.6;
}

.tw .border-opacity-70{
  --tw-border-opacity: 0.7;
}

.tw .border-opacity-75{
  --tw-border-opacity: 0.75;
}

.tw .border-opacity-80{
  --tw-border-opacity: 0.8;
}

.tw .border-opacity-90{
  --tw-border-opacity: 0.9;
}

.tw .border-opacity-95{
  --tw-border-opacity: 0.95;
}

.tw .border-opacity-100{
  --tw-border-opacity: 1;
}

.tw .group:hover .group-hover\:border-opacity-0{
  --tw-border-opacity: 0;
}

.tw .group:hover .group-hover\:border-opacity-5{
  --tw-border-opacity: 0.05;
}

.tw .group:hover .group-hover\:border-opacity-10{
  --tw-border-opacity: 0.1;
}

.tw .group:hover .group-hover\:border-opacity-15{
  --tw-border-opacity: 0.15;
}

.tw .group:hover .group-hover\:border-opacity-20{
  --tw-border-opacity: 0.2;
}

.tw .group:hover .group-hover\:border-opacity-25{
  --tw-border-opacity: 0.25;
}

.tw .group:hover .group-hover\:border-opacity-30{
  --tw-border-opacity: 0.3;
}

.tw .group:hover .group-hover\:border-opacity-40{
  --tw-border-opacity: 0.4;
}

.tw .group:hover .group-hover\:border-opacity-50{
  --tw-border-opacity: 0.5;
}

.tw .group:hover .group-hover\:border-opacity-60{
  --tw-border-opacity: 0.6;
}

.tw .group:hover .group-hover\:border-opacity-70{
  --tw-border-opacity: 0.7;
}

.tw .group:hover .group-hover\:border-opacity-75{
  --tw-border-opacity: 0.75;
}

.tw .group:hover .group-hover\:border-opacity-80{
  --tw-border-opacity: 0.8;
}

.tw .group:hover .group-hover\:border-opacity-90{
  --tw-border-opacity: 0.9;
}

.tw .group:hover .group-hover\:border-opacity-95{
  --tw-border-opacity: 0.95;
}

.tw .group:hover .group-hover\:border-opacity-100{
  --tw-border-opacity: 1;
}

.tw .focus-within\:border-opacity-0:focus-within{
  --tw-border-opacity: 0;
}

.tw .focus-within\:border-opacity-5:focus-within{
  --tw-border-opacity: 0.05;
}

.tw .focus-within\:border-opacity-10:focus-within{
  --tw-border-opacity: 0.1;
}

.tw .focus-within\:border-opacity-15:focus-within{
  --tw-border-opacity: 0.15;
}

.tw .focus-within\:border-opacity-20:focus-within{
  --tw-border-opacity: 0.2;
}

.tw .focus-within\:border-opacity-25:focus-within{
  --tw-border-opacity: 0.25;
}

.tw .focus-within\:border-opacity-30:focus-within{
  --tw-border-opacity: 0.3;
}

.tw .focus-within\:border-opacity-40:focus-within{
  --tw-border-opacity: 0.4;
}

.tw .focus-within\:border-opacity-50:focus-within{
  --tw-border-opacity: 0.5;
}

.tw .focus-within\:border-opacity-60:focus-within{
  --tw-border-opacity: 0.6;
}

.tw .focus-within\:border-opacity-70:focus-within{
  --tw-border-opacity: 0.7;
}

.tw .focus-within\:border-opacity-75:focus-within{
  --tw-border-opacity: 0.75;
}

.tw .focus-within\:border-opacity-80:focus-within{
  --tw-border-opacity: 0.8;
}

.tw .focus-within\:border-opacity-90:focus-within{
  --tw-border-opacity: 0.9;
}

.tw .focus-within\:border-opacity-95:focus-within{
  --tw-border-opacity: 0.95;
}

.tw .focus-within\:border-opacity-100:focus-within{
  --tw-border-opacity: 1;
}

.tw .hover\:border-opacity-0:hover{
  --tw-border-opacity: 0;
}

.tw .hover\:border-opacity-5:hover{
  --tw-border-opacity: 0.05;
}

.tw .hover\:border-opacity-10:hover{
  --tw-border-opacity: 0.1;
}

.tw .hover\:border-opacity-15:hover{
  --tw-border-opacity: 0.15;
}

.tw .hover\:border-opacity-20:hover{
  --tw-border-opacity: 0.2;
}

.tw .hover\:border-opacity-25:hover{
  --tw-border-opacity: 0.25;
}

.tw .hover\:border-opacity-30:hover{
  --tw-border-opacity: 0.3;
}

.tw .hover\:border-opacity-40:hover{
  --tw-border-opacity: 0.4;
}

.tw .hover\:border-opacity-50:hover{
  --tw-border-opacity: 0.5;
}

.tw .hover\:border-opacity-60:hover{
  --tw-border-opacity: 0.6;
}

.tw .hover\:border-opacity-70:hover{
  --tw-border-opacity: 0.7;
}

.tw .hover\:border-opacity-75:hover{
  --tw-border-opacity: 0.75;
}

.tw .hover\:border-opacity-80:hover{
  --tw-border-opacity: 0.8;
}

.tw .hover\:border-opacity-90:hover{
  --tw-border-opacity: 0.9;
}

.tw .hover\:border-opacity-95:hover{
  --tw-border-opacity: 0.95;
}

.tw .hover\:border-opacity-100:hover{
  --tw-border-opacity: 1;
}

.tw .focus\:border-opacity-0:focus{
  --tw-border-opacity: 0;
}

.tw .focus\:border-opacity-5:focus{
  --tw-border-opacity: 0.05;
}

.tw .focus\:border-opacity-10:focus{
  --tw-border-opacity: 0.1;
}

.tw .focus\:border-opacity-15:focus{
  --tw-border-opacity: 0.15;
}

.tw .focus\:border-opacity-20:focus{
  --tw-border-opacity: 0.2;
}

.tw .focus\:border-opacity-25:focus{
  --tw-border-opacity: 0.25;
}

.tw .focus\:border-opacity-30:focus{
  --tw-border-opacity: 0.3;
}

.tw .focus\:border-opacity-40:focus{
  --tw-border-opacity: 0.4;
}

.tw .focus\:border-opacity-50:focus{
  --tw-border-opacity: 0.5;
}

.tw .focus\:border-opacity-60:focus{
  --tw-border-opacity: 0.6;
}

.tw .focus\:border-opacity-70:focus{
  --tw-border-opacity: 0.7;
}

.tw .focus\:border-opacity-75:focus{
  --tw-border-opacity: 0.75;
}

.tw .focus\:border-opacity-80:focus{
  --tw-border-opacity: 0.8;
}

.tw .focus\:border-opacity-90:focus{
  --tw-border-opacity: 0.9;
}

.tw .focus\:border-opacity-95:focus{
  --tw-border-opacity: 0.95;
}

.tw .focus\:border-opacity-100:focus{
  --tw-border-opacity: 1;
}

.tw .bg-current{
  background-color: currentColor;
}

.tw .bg-transparent{
  background-color: transparent;
}

.tw .bg-white{
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
}

.tw .bg-black{
  --tw-bg-opacity: 1;
  background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
}

.tw .bg-gray-10{
  --tw-bg-opacity: 1;
  background-color: rgba(240, 240, 240, var(--tw-bg-opacity));
}

.tw .bg-gray-20{
  --tw-bg-opacity: 1;
  background-color: rgba(226, 226, 226, var(--tw-bg-opacity));
}

.tw .bg-gray-30{
  --tw-bg-opacity: 1;
  background-color: rgba(211, 211, 211, var(--tw-bg-opacity));
}

.tw .bg-gray-40{
  --tw-bg-opacity: 1;
  background-color: rgba(197, 197, 197, var(--tw-bg-opacity));
}

.tw .bg-gray-50{
  --tw-bg-opacity: 1;
  background-color: rgba(183, 183, 183, var(--tw-bg-opacity));
}

.tw .bg-gray-60{
  --tw-bg-opacity: 1;
  background-color: rgba(169, 169, 169, var(--tw-bg-opacity));
}

.tw .bg-gray-70{
  --tw-bg-opacity: 1;
  background-color: rgba(156, 156, 156, var(--tw-bg-opacity));
}

.tw .bg-gray-80{
  --tw-bg-opacity: 1;
  background-color: rgba(142, 142, 142, var(--tw-bg-opacity));
}

.tw .bg-gray-90{
  --tw-bg-opacity: 1;
  background-color: rgba(129, 129, 129, var(--tw-bg-opacity));
}

.tw .bg-gray-100{
  --tw-bg-opacity: 1;
  background-color: rgba(108, 109, 114, var(--tw-bg-opacity));
}

.tw .bg-gray-200{
  --tw-bg-opacity: 1;
  background-color: rgba(96, 97, 103, var(--tw-bg-opacity));
}

.tw .bg-gray-300{
  --tw-bg-opacity: 1;
  background-color: rgba(84, 86, 91, var(--tw-bg-opacity));
}

.tw .bg-gray-400{
  --tw-bg-opacity: 1;
  background-color: rgba(73, 73, 80, var(--tw-bg-opacity));
}

.tw .bg-gray-500{
  --tw-bg-opacity: 1;
  background-color: rgba(61, 61, 68, var(--tw-bg-opacity));
}

.tw .bg-gray-600{
  --tw-bg-opacity: 1;
  background-color: rgba(53, 53, 61, var(--tw-bg-opacity));
}

.tw .bg-gray-700{
  --tw-bg-opacity: 1;
  background-color: rgba(45, 45, 49, var(--tw-bg-opacity));
}

.tw .bg-gray-800{
  --tw-bg-opacity: 1;
  background-color: rgba(38, 37, 42, var(--tw-bg-opacity));
}

.tw .bg-gray-850{
  --tw-bg-opacity: 1;
  background-color: rgba(32, 32, 37, var(--tw-bg-opacity));
}

.tw .bg-gray-900{
  --tw-bg-opacity: 1;
  background-color: rgba(27, 27, 32, var(--tw-bg-opacity));
}

.tw .bg-gray-950{
  --tw-bg-opacity: 1;
  background-color: rgba(20, 20, 23, var(--tw-bg-opacity));
}

.tw .bg-brand-50{
  --tw-bg-opacity: 1;
  background-color: rgba(127, 255, 255, var(--tw-bg-opacity));
}

.tw .bg-brand-100{
  --tw-bg-opacity: 1;
  background-color: rgba(87, 226, 255, var(--tw-bg-opacity));
}

.tw .bg-brand-200{
  --tw-bg-opacity: 1;
  background-color: rgba(32, 197, 255, var(--tw-bg-opacity));
}

.tw .bg-brand-300{
  --tw-bg-opacity: 1;
  background-color: rgba(0, 167, 231, var(--tw-bg-opacity));
}

.tw .bg-brand-400{
  --tw-bg-opacity: 1;
  background-color: rgba(0, 139, 201, var(--tw-bg-opacity));
}

.tw .bg-brand-500{
  --tw-bg-opacity: 1;
  background-color: rgba(0, 112, 172, var(--tw-bg-opacity));
}

.tw .bg-brand-600{
  --tw-bg-opacity: 1;
  background-color: rgba(0, 86, 143, var(--tw-bg-opacity));
}

.tw .bg-brand-700{
  --tw-bg-opacity: 1;
  background-color: rgba(0, 62, 116, var(--tw-bg-opacity));
}

.tw .bg-brand-800{
  --tw-bg-opacity: 1;
  background-color: rgba(0, 39, 89, var(--tw-bg-opacity));
}

.tw .bg-brand-900{
  --tw-bg-opacity: 1;
  background-color: rgba(0, 18, 63, var(--tw-bg-opacity));
}

.tw .bg-brand{
  --tw-bg-opacity: 1;
  background-color: rgba(0, 190, 255, var(--tw-bg-opacity));
}

.tw .bg-brand-base{
  --tw-bg-opacity: 1;
  background-color: rgba(0, 190, 255, var(--tw-bg-opacity));
}

.tw .bg-red-50{
  --tw-bg-opacity: 1;
  background-color: rgba(255, 202, 200, var(--tw-bg-opacity));
}

.tw .bg-red-100{
  --tw-bg-opacity: 1;
  background-color: rgba(255, 171, 171, var(--tw-bg-opacity));
}

.tw .bg-red-200{
  --tw-bg-opacity: 1;
  background-color: rgba(255, 142, 142, var(--tw-bg-opacity));
}

.tw .bg-red-300{
  --tw-bg-opacity: 1;
  background-color: rgba(247, 112, 115, var(--tw-bg-opacity));
}

.tw .bg-red-400{
  --tw-bg-opacity: 1;
  background-color: rgba(215, 83, 89, var(--tw-bg-opacity));
}

.tw .bg-red-500{
  --tw-bg-opacity: 1;
  background-color: rgba(182, 54, 64, var(--tw-bg-opacity));
}

.tw .bg-red-600{
  --tw-bg-opacity: 1;
  background-color: rgba(150, 18, 41, var(--tw-bg-opacity));
}

.tw .bg-red-700{
  --tw-bg-opacity: 1;
  background-color: rgba(119, 0, 19, var(--tw-bg-opacity));
}

.tw .bg-red-800{
  --tw-bg-opacity: 1;
  background-color: rgba(89, 0, 0, var(--tw-bg-opacity));
}

.tw .bg-red-900{
  --tw-bg-opacity: 1;
  background-color: rgba(65, 0, 0, var(--tw-bg-opacity));
}

.tw .bg-red{
  --tw-bg-opacity: 1;
  background-color: rgba(211, 80, 86, var(--tw-bg-opacity));
}

.tw .bg-red-brand{
  --tw-bg-opacity: 1;
  background-color: rgba(255, 79, 79, var(--tw-bg-opacity));
}

.tw .bg-green-50{
  --tw-bg-opacity: 1;
  background-color: rgba(141, 255, 205, var(--tw-bg-opacity));
}

.tw .bg-green-100{
  --tw-bg-opacity: 1;
  background-color: rgba(109, 236, 176, var(--tw-bg-opacity));
}

.tw .bg-green-200{
  --tw-bg-opacity: 1;
  background-color: rgba(76, 206, 147, var(--tw-bg-opacity));
}

.tw .bg-green-300{
  --tw-bg-opacity: 1;
  background-color: rgba(36, 176, 119, var(--tw-bg-opacity));
}

.tw .bg-green-400{
  --tw-bg-opacity: 1;
  background-color: rgba(0, 147, 93, var(--tw-bg-opacity));
}

.tw .bg-green-500{
  --tw-bg-opacity: 1;
  background-color: rgba(0, 119, 68, var(--tw-bg-opacity));
}

.tw .bg-green-600{
  --tw-bg-opacity: 1;
  background-color: rgba(0, 91, 43, var(--tw-bg-opacity));
}

.tw .bg-green-700{
  --tw-bg-opacity: 1;
  background-color: rgba(0, 65, 21, var(--tw-bg-opacity));
}

.tw .bg-green-800{
  --tw-bg-opacity: 1;
  background-color: rgba(0, 43, 0, var(--tw-bg-opacity));
}

.tw .bg-green-900{
  --tw-bg-opacity: 1;
  background-color: rgba(0, 27, 0, var(--tw-bg-opacity));
}

.tw .bg-green{
  --tw-bg-opacity: 1;
  background-color: rgba(46, 182, 125, var(--tw-bg-opacity));
}

.tw .bg-yellow-50{
  --tw-bg-opacity: 1;
  background-color: rgba(255, 235, 87, var(--tw-bg-opacity));
}

.tw .bg-yellow-100{
  --tw-bg-opacity: 1;
  background-color: rgba(255, 205, 55, var(--tw-bg-opacity));
}

.tw .bg-yellow-200{
  --tw-bg-opacity: 1;
  background-color: rgba(228, 176, 9, var(--tw-bg-opacity));
}

.tw .bg-yellow-300{
  --tw-bg-opacity: 1;
  background-color: rgba(195, 148, 0, var(--tw-bg-opacity));
}

.tw .bg-yellow-400{
  --tw-bg-opacity: 1;
  background-color: rgba(163, 121, 0, var(--tw-bg-opacity));
}

.tw .bg-yellow-500{
  --tw-bg-opacity: 1;
  background-color: rgba(133, 95, 0, var(--tw-bg-opacity));
}

.tw .bg-yellow-600{
  --tw-bg-opacity: 1;
  background-color: rgba(104, 70, 0, var(--tw-bg-opacity));
}

.tw .bg-yellow-700{
  --tw-bg-opacity: 1;
  background-color: rgba(79, 46, 0, var(--tw-bg-opacity));
}

.tw .bg-yellow-800{
  --tw-bg-opacity: 1;
  background-color: rgba(61, 22, 0, var(--tw-bg-opacity));
}

.tw .bg-yellow-900{
  --tw-bg-opacity: 1;
  background-color: rgba(50, 0, 0, var(--tw-bg-opacity));
}

.tw .bg-yellow{
  --tw-bg-opacity: 1;
  background-color: rgba(254, 199, 47, var(--tw-bg-opacity));
}

.tw .bg-purple-50{
  --tw-bg-opacity: 1;
  background-color: rgba(255, 216, 255, var(--tw-bg-opacity));
}

.tw .bg-purple-100{
  --tw-bg-opacity: 1;
  background-color: rgba(240, 186, 255, var(--tw-bg-opacity));
}

.tw .bg-purple-200{
  --tw-bg-opacity: 1;
  background-color: rgba(208, 157, 255, var(--tw-bg-opacity));
}

.tw .bg-purple-300{
  --tw-bg-opacity: 1;
  background-color: rgba(177, 128, 255, var(--tw-bg-opacity));
}

.tw .bg-purple-400{
  --tw-bg-opacity: 1;
  background-color: rgba(146, 101, 233, var(--tw-bg-opacity));
}

.tw .bg-purple-500{
  --tw-bg-opacity: 1;
  background-color: rgba(116, 74, 203, var(--tw-bg-opacity));
}

.tw .bg-purple-600{
  --tw-bg-opacity: 1;
  background-color: rgba(85, 48, 173, var(--tw-bg-opacity));
}

.tw .bg-purple-700{
  --tw-bg-opacity: 1;
  background-color: rgba(53, 22, 144, var(--tw-bg-opacity));
}

.tw .bg-purple-800{
  --tw-bg-opacity: 1;
  background-color: rgba(9, 0, 116, var(--tw-bg-opacity));
}

.tw .bg-purple-900{
  --tw-bg-opacity: 1;
  background-color: rgba(0, 0, 89, var(--tw-bg-opacity));
}

.tw .bg-purple{
  --tw-bg-opacity: 1;
  background-color: rgba(168, 120, 255, var(--tw-bg-opacity));
}

.tw .bg-orange-50{
  --tw-bg-opacity: 1;
  background-color: rgba(255, 210, 131, var(--tw-bg-opacity));
}

.tw .bg-orange-100{
  --tw-bg-opacity: 1;
  background-color: rgba(255, 180, 103, var(--tw-bg-opacity));
}

.tw .bg-orange-200{
  --tw-bg-opacity: 1;
  background-color: rgba(255, 151, 75, var(--tw-bg-opacity));
}

.tw .bg-orange-300{
  --tw-bg-opacity: 1;
  background-color: rgba(240, 122, 47, var(--tw-bg-opacity));
}

.tw .bg-orange-400{
  --tw-bg-opacity: 1;
  background-color: rgba(206, 95, 17, var(--tw-bg-opacity));
}

.tw .bg-orange-500{
  --tw-bg-opacity: 1;
  background-color: rgba(173, 68, 0, var(--tw-bg-opacity));
}

.tw .bg-orange-600{
  --tw-bg-opacity: 1;
  background-color: rgba(141, 40, 0, var(--tw-bg-opacity));
}

.tw .bg-orange-700{
  --tw-bg-opacity: 1;
  background-color: rgba(111, 6, 0, var(--tw-bg-opacity));
}

.tw .bg-orange-800{
  --tw-bg-opacity: 1;
  background-color: rgba(84, 0, 0, var(--tw-bg-opacity));
}

.tw .bg-orange-900{
  --tw-bg-opacity: 1;
  background-color: rgba(65, 0, 0, var(--tw-bg-opacity));
}

.tw .bg-orange{
  --tw-bg-opacity: 1;
  background-color: rgba(245, 127, 52, var(--tw-bg-opacity));
}

.tw .bg-surface-brand{
  --tw-bg-opacity: 1;
  background-color: rgba(26, 26, 26, var(--tw-bg-opacity));
}

.tw .bg-surface-lower{
  --tw-bg-opacity: 1;
  background-color: rgba(18, 19, 20, var(--tw-bg-opacity));
}

.tw .bg-surface-base{
  --tw-bg-opacity: 1;
  background-color: rgba(29, 30, 31, var(--tw-bg-opacity));
}

.tw .bg-surface-low{
  --tw-bg-opacity: 1;
  background-color: rgba(33, 33, 36, var(--tw-bg-opacity));
}

.tw .bg-surface-middle{
  --tw-bg-opacity: 1;
  background-color: rgba(38, 38, 42, var(--tw-bg-opacity));
}

.tw .bg-surface-upper{
  --tw-bg-opacity: 1;
  background-color: rgba(41, 41, 46, var(--tw-bg-opacity));
}

.tw .bg-surface-high{
  --tw-bg-opacity: 1;
  background-color: rgba(52, 52, 53, var(--tw-bg-opacity));
}

.tw .bg-surface-higher{
  --tw-bg-opacity: 1;
  background-color: rgba(74, 75, 75, var(--tw-bg-opacity));
}

.tw .bg-surface-highest{
  --tw-bg-opacity: 1;
  background-color: rgba(97, 97, 98, var(--tw-bg-opacity));
}

.tw .bg-glyph-base{
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
}

.tw .bg-glyph-light{
  --tw-bg-opacity: 1;
  background-color: rgba(194, 194, 194, var(--tw-bg-opacity));
}

.tw .bg-glyph-lighter{
  --tw-bg-opacity: 1;
  background-color: rgba(150, 150, 150, var(--tw-bg-opacity));
}

.tw .bg-glyph-lightest{
  --tw-bg-opacity: 1;
  background-color: rgba(80, 80, 80, var(--tw-bg-opacity));
}

.tw .bg-link{
  --tw-bg-opacity: 1;
  background-color: rgba(0, 190, 255, var(--tw-bg-opacity));
}

.tw .bg-info-error{
  --tw-bg-opacity: 1;
  background-color: rgba(235, 51, 65, var(--tw-bg-opacity));
}

.tw .bg-info-danger{
  --tw-bg-opacity: 1;
  background-color: rgba(247, 127, 37, var(--tw-bg-opacity));
}

.tw .bg-info-warn{
  --tw-bg-opacity: 1;
  background-color: rgba(255, 200, 47, var(--tw-bg-opacity));
}

.tw .bg-info-ok{
  --tw-bg-opacity: 1;
  background-color: rgba(0, 151, 79, var(--tw-bg-opacity));
}

.tw .bg-info-notice{
  --tw-bg-opacity: 1;
  background-color: rgba(1, 128, 255, var(--tw-bg-opacity));
}

.tw .bg-accent-1{
  --tw-bg-opacity: 1;
  background-color: rgba(255, 93, 105, var(--tw-bg-opacity));
}

.tw .bg-accent-2{
  --tw-bg-opacity: 1;
  background-color: rgba(7, 245, 175, var(--tw-bg-opacity));
}

.tw .bg-accent-3{
  --tw-bg-opacity: 1;
  background-color: rgba(4, 211, 114, var(--tw-bg-opacity));
}

.tw .bg-accent-4{
  --tw-bg-opacity: 1;
  background-color: rgba(132, 81, 245, var(--tw-bg-opacity));
}

.tw .hover\:bg-current:hover{
  background-color: currentColor;
}

.tw .hover\:bg-transparent:hover{
  background-color: transparent;
}

.tw .hover\:bg-white:hover{
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
}

.tw .hover\:bg-black:hover{
  --tw-bg-opacity: 1;
  background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
}

.tw .hover\:bg-gray-10:hover{
  --tw-bg-opacity: 1;
  background-color: rgba(240, 240, 240, var(--tw-bg-opacity));
}

.tw .hover\:bg-gray-20:hover{
  --tw-bg-opacity: 1;
  background-color: rgba(226, 226, 226, var(--tw-bg-opacity));
}

.tw .hover\:bg-gray-30:hover{
  --tw-bg-opacity: 1;
  background-color: rgba(211, 211, 211, var(--tw-bg-opacity));
}

.tw .hover\:bg-gray-40:hover{
  --tw-bg-opacity: 1;
  background-color: rgba(197, 197, 197, var(--tw-bg-opacity));
}

.tw .hover\:bg-gray-50:hover{
  --tw-bg-opacity: 1;
  background-color: rgba(183, 183, 183, var(--tw-bg-opacity));
}

.tw .hover\:bg-gray-60:hover{
  --tw-bg-opacity: 1;
  background-color: rgba(169, 169, 169, var(--tw-bg-opacity));
}

.tw .hover\:bg-gray-70:hover{
  --tw-bg-opacity: 1;
  background-color: rgba(156, 156, 156, var(--tw-bg-opacity));
}

.tw .hover\:bg-gray-80:hover{
  --tw-bg-opacity: 1;
  background-color: rgba(142, 142, 142, var(--tw-bg-opacity));
}

.tw .hover\:bg-gray-90:hover{
  --tw-bg-opacity: 1;
  background-color: rgba(129, 129, 129, var(--tw-bg-opacity));
}

.tw .hover\:bg-gray-100:hover{
  --tw-bg-opacity: 1;
  background-color: rgba(108, 109, 114, var(--tw-bg-opacity));
}

.tw .hover\:bg-gray-200:hover{
  --tw-bg-opacity: 1;
  background-color: rgba(96, 97, 103, var(--tw-bg-opacity));
}

.tw .hover\:bg-gray-300:hover{
  --tw-bg-opacity: 1;
  background-color: rgba(84, 86, 91, var(--tw-bg-opacity));
}

.tw .hover\:bg-gray-400:hover{
  --tw-bg-opacity: 1;
  background-color: rgba(73, 73, 80, var(--tw-bg-opacity));
}

.tw .hover\:bg-gray-500:hover{
  --tw-bg-opacity: 1;
  background-color: rgba(61, 61, 68, var(--tw-bg-opacity));
}

.tw .hover\:bg-gray-600:hover{
  --tw-bg-opacity: 1;
  background-color: rgba(53, 53, 61, var(--tw-bg-opacity));
}

.tw .hover\:bg-gray-700:hover{
  --tw-bg-opacity: 1;
  background-color: rgba(45, 45, 49, var(--tw-bg-opacity));
}

.tw .hover\:bg-gray-800:hover{
  --tw-bg-opacity: 1;
  background-color: rgba(38, 37, 42, var(--tw-bg-opacity));
}

.tw .hover\:bg-gray-850:hover{
  --tw-bg-opacity: 1;
  background-color: rgba(32, 32, 37, var(--tw-bg-opacity));
}

.tw .hover\:bg-gray-900:hover{
  --tw-bg-opacity: 1;
  background-color: rgba(27, 27, 32, var(--tw-bg-opacity));
}

.tw .hover\:bg-gray-950:hover{
  --tw-bg-opacity: 1;
  background-color: rgba(20, 20, 23, var(--tw-bg-opacity));
}

.tw .hover\:bg-brand-50:hover{
  --tw-bg-opacity: 1;
  background-color: rgba(127, 255, 255, var(--tw-bg-opacity));
}

.tw .hover\:bg-brand-100:hover{
  --tw-bg-opacity: 1;
  background-color: rgba(87, 226, 255, var(--tw-bg-opacity));
}

.tw .hover\:bg-brand-200:hover{
  --tw-bg-opacity: 1;
  background-color: rgba(32, 197, 255, var(--tw-bg-opacity));
}

.tw .hover\:bg-brand-300:hover{
  --tw-bg-opacity: 1;
  background-color: rgba(0, 167, 231, var(--tw-bg-opacity));
}

.tw .hover\:bg-brand-400:hover{
  --tw-bg-opacity: 1;
  background-color: rgba(0, 139, 201, var(--tw-bg-opacity));
}

.tw .hover\:bg-brand-500:hover{
  --tw-bg-opacity: 1;
  background-color: rgba(0, 112, 172, var(--tw-bg-opacity));
}

.tw .hover\:bg-brand-600:hover{
  --tw-bg-opacity: 1;
  background-color: rgba(0, 86, 143, var(--tw-bg-opacity));
}

.tw .hover\:bg-brand-700:hover{
  --tw-bg-opacity: 1;
  background-color: rgba(0, 62, 116, var(--tw-bg-opacity));
}

.tw .hover\:bg-brand-800:hover{
  --tw-bg-opacity: 1;
  background-color: rgba(0, 39, 89, var(--tw-bg-opacity));
}

.tw .hover\:bg-brand-900:hover{
  --tw-bg-opacity: 1;
  background-color: rgba(0, 18, 63, var(--tw-bg-opacity));
}

.tw .hover\:bg-brand:hover{
  --tw-bg-opacity: 1;
  background-color: rgba(0, 190, 255, var(--tw-bg-opacity));
}

.tw .hover\:bg-brand-base:hover{
  --tw-bg-opacity: 1;
  background-color: rgba(0, 190, 255, var(--tw-bg-opacity));
}

.tw .hover\:bg-red-50:hover{
  --tw-bg-opacity: 1;
  background-color: rgba(255, 202, 200, var(--tw-bg-opacity));
}

.tw .hover\:bg-red-100:hover{
  --tw-bg-opacity: 1;
  background-color: rgba(255, 171, 171, var(--tw-bg-opacity));
}

.tw .hover\:bg-red-200:hover{
  --tw-bg-opacity: 1;
  background-color: rgba(255, 142, 142, var(--tw-bg-opacity));
}

.tw .hover\:bg-red-300:hover{
  --tw-bg-opacity: 1;
  background-color: rgba(247, 112, 115, var(--tw-bg-opacity));
}

.tw .hover\:bg-red-400:hover{
  --tw-bg-opacity: 1;
  background-color: rgba(215, 83, 89, var(--tw-bg-opacity));
}

.tw .hover\:bg-red-500:hover{
  --tw-bg-opacity: 1;
  background-color: rgba(182, 54, 64, var(--tw-bg-opacity));
}

.tw .hover\:bg-red-600:hover{
  --tw-bg-opacity: 1;
  background-color: rgba(150, 18, 41, var(--tw-bg-opacity));
}

.tw .hover\:bg-red-700:hover{
  --tw-bg-opacity: 1;
  background-color: rgba(119, 0, 19, var(--tw-bg-opacity));
}

.tw .hover\:bg-red-800:hover{
  --tw-bg-opacity: 1;
  background-color: rgba(89, 0, 0, var(--tw-bg-opacity));
}

.tw .hover\:bg-red-900:hover{
  --tw-bg-opacity: 1;
  background-color: rgba(65, 0, 0, var(--tw-bg-opacity));
}

.tw .hover\:bg-red:hover{
  --tw-bg-opacity: 1;
  background-color: rgba(211, 80, 86, var(--tw-bg-opacity));
}

.tw .hover\:bg-red-brand:hover{
  --tw-bg-opacity: 1;
  background-color: rgba(255, 79, 79, var(--tw-bg-opacity));
}

.tw .hover\:bg-green-50:hover{
  --tw-bg-opacity: 1;
  background-color: rgba(141, 255, 205, var(--tw-bg-opacity));
}

.tw .hover\:bg-green-100:hover{
  --tw-bg-opacity: 1;
  background-color: rgba(109, 236, 176, var(--tw-bg-opacity));
}

.tw .hover\:bg-green-200:hover{
  --tw-bg-opacity: 1;
  background-color: rgba(76, 206, 147, var(--tw-bg-opacity));
}

.tw .hover\:bg-green-300:hover{
  --tw-bg-opacity: 1;
  background-color: rgba(36, 176, 119, var(--tw-bg-opacity));
}

.tw .hover\:bg-green-400:hover{
  --tw-bg-opacity: 1;
  background-color: rgba(0, 147, 93, var(--tw-bg-opacity));
}

.tw .hover\:bg-green-500:hover{
  --tw-bg-opacity: 1;
  background-color: rgba(0, 119, 68, var(--tw-bg-opacity));
}

.tw .hover\:bg-green-600:hover{
  --tw-bg-opacity: 1;
  background-color: rgba(0, 91, 43, var(--tw-bg-opacity));
}

.tw .hover\:bg-green-700:hover{
  --tw-bg-opacity: 1;
  background-color: rgba(0, 65, 21, var(--tw-bg-opacity));
}

.tw .hover\:bg-green-800:hover{
  --tw-bg-opacity: 1;
  background-color: rgba(0, 43, 0, var(--tw-bg-opacity));
}

.tw .hover\:bg-green-900:hover{
  --tw-bg-opacity: 1;
  background-color: rgba(0, 27, 0, var(--tw-bg-opacity));
}

.tw .hover\:bg-green:hover{
  --tw-bg-opacity: 1;
  background-color: rgba(46, 182, 125, var(--tw-bg-opacity));
}

.tw .hover\:bg-yellow-50:hover{
  --tw-bg-opacity: 1;
  background-color: rgba(255, 235, 87, var(--tw-bg-opacity));
}

.tw .hover\:bg-yellow-100:hover{
  --tw-bg-opacity: 1;
  background-color: rgba(255, 205, 55, var(--tw-bg-opacity));
}

.tw .hover\:bg-yellow-200:hover{
  --tw-bg-opacity: 1;
  background-color: rgba(228, 176, 9, var(--tw-bg-opacity));
}

.tw .hover\:bg-yellow-300:hover{
  --tw-bg-opacity: 1;
  background-color: rgba(195, 148, 0, var(--tw-bg-opacity));
}

.tw .hover\:bg-yellow-400:hover{
  --tw-bg-opacity: 1;
  background-color: rgba(163, 121, 0, var(--tw-bg-opacity));
}

.tw .hover\:bg-yellow-500:hover{
  --tw-bg-opacity: 1;
  background-color: rgba(133, 95, 0, var(--tw-bg-opacity));
}

.tw .hover\:bg-yellow-600:hover{
  --tw-bg-opacity: 1;
  background-color: rgba(104, 70, 0, var(--tw-bg-opacity));
}

.tw .hover\:bg-yellow-700:hover{
  --tw-bg-opacity: 1;
  background-color: rgba(79, 46, 0, var(--tw-bg-opacity));
}

.tw .hover\:bg-yellow-800:hover{
  --tw-bg-opacity: 1;
  background-color: rgba(61, 22, 0, var(--tw-bg-opacity));
}

.tw .hover\:bg-yellow-900:hover{
  --tw-bg-opacity: 1;
  background-color: rgba(50, 0, 0, var(--tw-bg-opacity));
}

.tw .hover\:bg-yellow:hover{
  --tw-bg-opacity: 1;
  background-color: rgba(254, 199, 47, var(--tw-bg-opacity));
}

.tw .hover\:bg-purple-50:hover{
  --tw-bg-opacity: 1;
  background-color: rgba(255, 216, 255, var(--tw-bg-opacity));
}

.tw .hover\:bg-purple-100:hover{
  --tw-bg-opacity: 1;
  background-color: rgba(240, 186, 255, var(--tw-bg-opacity));
}

.tw .hover\:bg-purple-200:hover{
  --tw-bg-opacity: 1;
  background-color: rgba(208, 157, 255, var(--tw-bg-opacity));
}

.tw .hover\:bg-purple-300:hover{
  --tw-bg-opacity: 1;
  background-color: rgba(177, 128, 255, var(--tw-bg-opacity));
}

.tw .hover\:bg-purple-400:hover{
  --tw-bg-opacity: 1;
  background-color: rgba(146, 101, 233, var(--tw-bg-opacity));
}

.tw .hover\:bg-purple-500:hover{
  --tw-bg-opacity: 1;
  background-color: rgba(116, 74, 203, var(--tw-bg-opacity));
}

.tw .hover\:bg-purple-600:hover{
  --tw-bg-opacity: 1;
  background-color: rgba(85, 48, 173, var(--tw-bg-opacity));
}

.tw .hover\:bg-purple-700:hover{
  --tw-bg-opacity: 1;
  background-color: rgba(53, 22, 144, var(--tw-bg-opacity));
}

.tw .hover\:bg-purple-800:hover{
  --tw-bg-opacity: 1;
  background-color: rgba(9, 0, 116, var(--tw-bg-opacity));
}

.tw .hover\:bg-purple-900:hover{
  --tw-bg-opacity: 1;
  background-color: rgba(0, 0, 89, var(--tw-bg-opacity));
}

.tw .hover\:bg-purple:hover{
  --tw-bg-opacity: 1;
  background-color: rgba(168, 120, 255, var(--tw-bg-opacity));
}

.tw .hover\:bg-orange-50:hover{
  --tw-bg-opacity: 1;
  background-color: rgba(255, 210, 131, var(--tw-bg-opacity));
}

.tw .hover\:bg-orange-100:hover{
  --tw-bg-opacity: 1;
  background-color: rgba(255, 180, 103, var(--tw-bg-opacity));
}

.tw .hover\:bg-orange-200:hover{
  --tw-bg-opacity: 1;
  background-color: rgba(255, 151, 75, var(--tw-bg-opacity));
}

.tw .hover\:bg-orange-300:hover{
  --tw-bg-opacity: 1;
  background-color: rgba(240, 122, 47, var(--tw-bg-opacity));
}

.tw .hover\:bg-orange-400:hover{
  --tw-bg-opacity: 1;
  background-color: rgba(206, 95, 17, var(--tw-bg-opacity));
}

.tw .hover\:bg-orange-500:hover{
  --tw-bg-opacity: 1;
  background-color: rgba(173, 68, 0, var(--tw-bg-opacity));
}

.tw .hover\:bg-orange-600:hover{
  --tw-bg-opacity: 1;
  background-color: rgba(141, 40, 0, var(--tw-bg-opacity));
}

.tw .hover\:bg-orange-700:hover{
  --tw-bg-opacity: 1;
  background-color: rgba(111, 6, 0, var(--tw-bg-opacity));
}

.tw .hover\:bg-orange-800:hover{
  --tw-bg-opacity: 1;
  background-color: rgba(84, 0, 0, var(--tw-bg-opacity));
}

.tw .hover\:bg-orange-900:hover{
  --tw-bg-opacity: 1;
  background-color: rgba(65, 0, 0, var(--tw-bg-opacity));
}

.tw .hover\:bg-orange:hover{
  --tw-bg-opacity: 1;
  background-color: rgba(245, 127, 52, var(--tw-bg-opacity));
}

.tw .hover\:bg-surface-brand:hover{
  --tw-bg-opacity: 1;
  background-color: rgba(26, 26, 26, var(--tw-bg-opacity));
}

.tw .hover\:bg-surface-lower:hover{
  --tw-bg-opacity: 1;
  background-color: rgba(18, 19, 20, var(--tw-bg-opacity));
}

.tw .hover\:bg-surface-base:hover{
  --tw-bg-opacity: 1;
  background-color: rgba(29, 30, 31, var(--tw-bg-opacity));
}

.tw .hover\:bg-surface-low:hover{
  --tw-bg-opacity: 1;
  background-color: rgba(33, 33, 36, var(--tw-bg-opacity));
}

.tw .hover\:bg-surface-middle:hover{
  --tw-bg-opacity: 1;
  background-color: rgba(38, 38, 42, var(--tw-bg-opacity));
}

.tw .hover\:bg-surface-upper:hover{
  --tw-bg-opacity: 1;
  background-color: rgba(41, 41, 46, var(--tw-bg-opacity));
}

.tw .hover\:bg-surface-high:hover{
  --tw-bg-opacity: 1;
  background-color: rgba(52, 52, 53, var(--tw-bg-opacity));
}

.tw .hover\:bg-surface-higher:hover{
  --tw-bg-opacity: 1;
  background-color: rgba(74, 75, 75, var(--tw-bg-opacity));
}

.tw .hover\:bg-surface-highest:hover{
  --tw-bg-opacity: 1;
  background-color: rgba(97, 97, 98, var(--tw-bg-opacity));
}

.tw .hover\:bg-glyph-base:hover{
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
}

.tw .hover\:bg-glyph-light:hover{
  --tw-bg-opacity: 1;
  background-color: rgba(194, 194, 194, var(--tw-bg-opacity));
}

.tw .hover\:bg-glyph-lighter:hover{
  --tw-bg-opacity: 1;
  background-color: rgba(150, 150, 150, var(--tw-bg-opacity));
}

.tw .hover\:bg-glyph-lightest:hover{
  --tw-bg-opacity: 1;
  background-color: rgba(80, 80, 80, var(--tw-bg-opacity));
}

.tw .hover\:bg-link:hover{
  --tw-bg-opacity: 1;
  background-color: rgba(0, 190, 255, var(--tw-bg-opacity));
}

.tw .hover\:bg-info-error:hover{
  --tw-bg-opacity: 1;
  background-color: rgba(235, 51, 65, var(--tw-bg-opacity));
}

.tw .hover\:bg-info-danger:hover{
  --tw-bg-opacity: 1;
  background-color: rgba(247, 127, 37, var(--tw-bg-opacity));
}

.tw .hover\:bg-info-warn:hover{
  --tw-bg-opacity: 1;
  background-color: rgba(255, 200, 47, var(--tw-bg-opacity));
}

.tw .hover\:bg-info-ok:hover{
  --tw-bg-opacity: 1;
  background-color: rgba(0, 151, 79, var(--tw-bg-opacity));
}

.tw .hover\:bg-info-notice:hover{
  --tw-bg-opacity: 1;
  background-color: rgba(1, 128, 255, var(--tw-bg-opacity));
}

.tw .hover\:bg-accent-1:hover{
  --tw-bg-opacity: 1;
  background-color: rgba(255, 93, 105, var(--tw-bg-opacity));
}

.tw .hover\:bg-accent-2:hover{
  --tw-bg-opacity: 1;
  background-color: rgba(7, 245, 175, var(--tw-bg-opacity));
}

.tw .hover\:bg-accent-3:hover{
  --tw-bg-opacity: 1;
  background-color: rgba(4, 211, 114, var(--tw-bg-opacity));
}

.tw .hover\:bg-accent-4:hover{
  --tw-bg-opacity: 1;
  background-color: rgba(132, 81, 245, var(--tw-bg-opacity));
}

.tw .focus\:bg-current:focus{
  background-color: currentColor;
}

.tw .focus\:bg-transparent:focus{
  background-color: transparent;
}

.tw .focus\:bg-white:focus{
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
}

.tw .focus\:bg-black:focus{
  --tw-bg-opacity: 1;
  background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
}

.tw .focus\:bg-gray-10:focus{
  --tw-bg-opacity: 1;
  background-color: rgba(240, 240, 240, var(--tw-bg-opacity));
}

.tw .focus\:bg-gray-20:focus{
  --tw-bg-opacity: 1;
  background-color: rgba(226, 226, 226, var(--tw-bg-opacity));
}

.tw .focus\:bg-gray-30:focus{
  --tw-bg-opacity: 1;
  background-color: rgba(211, 211, 211, var(--tw-bg-opacity));
}

.tw .focus\:bg-gray-40:focus{
  --tw-bg-opacity: 1;
  background-color: rgba(197, 197, 197, var(--tw-bg-opacity));
}

.tw .focus\:bg-gray-50:focus{
  --tw-bg-opacity: 1;
  background-color: rgba(183, 183, 183, var(--tw-bg-opacity));
}

.tw .focus\:bg-gray-60:focus{
  --tw-bg-opacity: 1;
  background-color: rgba(169, 169, 169, var(--tw-bg-opacity));
}

.tw .focus\:bg-gray-70:focus{
  --tw-bg-opacity: 1;
  background-color: rgba(156, 156, 156, var(--tw-bg-opacity));
}

.tw .focus\:bg-gray-80:focus{
  --tw-bg-opacity: 1;
  background-color: rgba(142, 142, 142, var(--tw-bg-opacity));
}

.tw .focus\:bg-gray-90:focus{
  --tw-bg-opacity: 1;
  background-color: rgba(129, 129, 129, var(--tw-bg-opacity));
}

.tw .focus\:bg-gray-100:focus{
  --tw-bg-opacity: 1;
  background-color: rgba(108, 109, 114, var(--tw-bg-opacity));
}

.tw .focus\:bg-gray-200:focus{
  --tw-bg-opacity: 1;
  background-color: rgba(96, 97, 103, var(--tw-bg-opacity));
}

.tw .focus\:bg-gray-300:focus{
  --tw-bg-opacity: 1;
  background-color: rgba(84, 86, 91, var(--tw-bg-opacity));
}

.tw .focus\:bg-gray-400:focus{
  --tw-bg-opacity: 1;
  background-color: rgba(73, 73, 80, var(--tw-bg-opacity));
}

.tw .focus\:bg-gray-500:focus{
  --tw-bg-opacity: 1;
  background-color: rgba(61, 61, 68, var(--tw-bg-opacity));
}

.tw .focus\:bg-gray-600:focus{
  --tw-bg-opacity: 1;
  background-color: rgba(53, 53, 61, var(--tw-bg-opacity));
}

.tw .focus\:bg-gray-700:focus{
  --tw-bg-opacity: 1;
  background-color: rgba(45, 45, 49, var(--tw-bg-opacity));
}

.tw .focus\:bg-gray-800:focus{
  --tw-bg-opacity: 1;
  background-color: rgba(38, 37, 42, var(--tw-bg-opacity));
}

.tw .focus\:bg-gray-850:focus{
  --tw-bg-opacity: 1;
  background-color: rgba(32, 32, 37, var(--tw-bg-opacity));
}

.tw .focus\:bg-gray-900:focus{
  --tw-bg-opacity: 1;
  background-color: rgba(27, 27, 32, var(--tw-bg-opacity));
}

.tw .focus\:bg-gray-950:focus{
  --tw-bg-opacity: 1;
  background-color: rgba(20, 20, 23, var(--tw-bg-opacity));
}

.tw .focus\:bg-brand-50:focus{
  --tw-bg-opacity: 1;
  background-color: rgba(127, 255, 255, var(--tw-bg-opacity));
}

.tw .focus\:bg-brand-100:focus{
  --tw-bg-opacity: 1;
  background-color: rgba(87, 226, 255, var(--tw-bg-opacity));
}

.tw .focus\:bg-brand-200:focus{
  --tw-bg-opacity: 1;
  background-color: rgba(32, 197, 255, var(--tw-bg-opacity));
}

.tw .focus\:bg-brand-300:focus{
  --tw-bg-opacity: 1;
  background-color: rgba(0, 167, 231, var(--tw-bg-opacity));
}

.tw .focus\:bg-brand-400:focus{
  --tw-bg-opacity: 1;
  background-color: rgba(0, 139, 201, var(--tw-bg-opacity));
}

.tw .focus\:bg-brand-500:focus{
  --tw-bg-opacity: 1;
  background-color: rgba(0, 112, 172, var(--tw-bg-opacity));
}

.tw .focus\:bg-brand-600:focus{
  --tw-bg-opacity: 1;
  background-color: rgba(0, 86, 143, var(--tw-bg-opacity));
}

.tw .focus\:bg-brand-700:focus{
  --tw-bg-opacity: 1;
  background-color: rgba(0, 62, 116, var(--tw-bg-opacity));
}

.tw .focus\:bg-brand-800:focus{
  --tw-bg-opacity: 1;
  background-color: rgba(0, 39, 89, var(--tw-bg-opacity));
}

.tw .focus\:bg-brand-900:focus{
  --tw-bg-opacity: 1;
  background-color: rgba(0, 18, 63, var(--tw-bg-opacity));
}

.tw .focus\:bg-brand:focus{
  --tw-bg-opacity: 1;
  background-color: rgba(0, 190, 255, var(--tw-bg-opacity));
}

.tw .focus\:bg-brand-base:focus{
  --tw-bg-opacity: 1;
  background-color: rgba(0, 190, 255, var(--tw-bg-opacity));
}

.tw .focus\:bg-red-50:focus{
  --tw-bg-opacity: 1;
  background-color: rgba(255, 202, 200, var(--tw-bg-opacity));
}

.tw .focus\:bg-red-100:focus{
  --tw-bg-opacity: 1;
  background-color: rgba(255, 171, 171, var(--tw-bg-opacity));
}

.tw .focus\:bg-red-200:focus{
  --tw-bg-opacity: 1;
  background-color: rgba(255, 142, 142, var(--tw-bg-opacity));
}

.tw .focus\:bg-red-300:focus{
  --tw-bg-opacity: 1;
  background-color: rgba(247, 112, 115, var(--tw-bg-opacity));
}

.tw .focus\:bg-red-400:focus{
  --tw-bg-opacity: 1;
  background-color: rgba(215, 83, 89, var(--tw-bg-opacity));
}

.tw .focus\:bg-red-500:focus{
  --tw-bg-opacity: 1;
  background-color: rgba(182, 54, 64, var(--tw-bg-opacity));
}

.tw .focus\:bg-red-600:focus{
  --tw-bg-opacity: 1;
  background-color: rgba(150, 18, 41, var(--tw-bg-opacity));
}

.tw .focus\:bg-red-700:focus{
  --tw-bg-opacity: 1;
  background-color: rgba(119, 0, 19, var(--tw-bg-opacity));
}

.tw .focus\:bg-red-800:focus{
  --tw-bg-opacity: 1;
  background-color: rgba(89, 0, 0, var(--tw-bg-opacity));
}

.tw .focus\:bg-red-900:focus{
  --tw-bg-opacity: 1;
  background-color: rgba(65, 0, 0, var(--tw-bg-opacity));
}

.tw .focus\:bg-red:focus{
  --tw-bg-opacity: 1;
  background-color: rgba(211, 80, 86, var(--tw-bg-opacity));
}

.tw .focus\:bg-red-brand:focus{
  --tw-bg-opacity: 1;
  background-color: rgba(255, 79, 79, var(--tw-bg-opacity));
}

.tw .focus\:bg-green-50:focus{
  --tw-bg-opacity: 1;
  background-color: rgba(141, 255, 205, var(--tw-bg-opacity));
}

.tw .focus\:bg-green-100:focus{
  --tw-bg-opacity: 1;
  background-color: rgba(109, 236, 176, var(--tw-bg-opacity));
}

.tw .focus\:bg-green-200:focus{
  --tw-bg-opacity: 1;
  background-color: rgba(76, 206, 147, var(--tw-bg-opacity));
}

.tw .focus\:bg-green-300:focus{
  --tw-bg-opacity: 1;
  background-color: rgba(36, 176, 119, var(--tw-bg-opacity));
}

.tw .focus\:bg-green-400:focus{
  --tw-bg-opacity: 1;
  background-color: rgba(0, 147, 93, var(--tw-bg-opacity));
}

.tw .focus\:bg-green-500:focus{
  --tw-bg-opacity: 1;
  background-color: rgba(0, 119, 68, var(--tw-bg-opacity));
}

.tw .focus\:bg-green-600:focus{
  --tw-bg-opacity: 1;
  background-color: rgba(0, 91, 43, var(--tw-bg-opacity));
}

.tw .focus\:bg-green-700:focus{
  --tw-bg-opacity: 1;
  background-color: rgba(0, 65, 21, var(--tw-bg-opacity));
}

.tw .focus\:bg-green-800:focus{
  --tw-bg-opacity: 1;
  background-color: rgba(0, 43, 0, var(--tw-bg-opacity));
}

.tw .focus\:bg-green-900:focus{
  --tw-bg-opacity: 1;
  background-color: rgba(0, 27, 0, var(--tw-bg-opacity));
}

.tw .focus\:bg-green:focus{
  --tw-bg-opacity: 1;
  background-color: rgba(46, 182, 125, var(--tw-bg-opacity));
}

.tw .focus\:bg-yellow-50:focus{
  --tw-bg-opacity: 1;
  background-color: rgba(255, 235, 87, var(--tw-bg-opacity));
}

.tw .focus\:bg-yellow-100:focus{
  --tw-bg-opacity: 1;
  background-color: rgba(255, 205, 55, var(--tw-bg-opacity));
}

.tw .focus\:bg-yellow-200:focus{
  --tw-bg-opacity: 1;
  background-color: rgba(228, 176, 9, var(--tw-bg-opacity));
}

.tw .focus\:bg-yellow-300:focus{
  --tw-bg-opacity: 1;
  background-color: rgba(195, 148, 0, var(--tw-bg-opacity));
}

.tw .focus\:bg-yellow-400:focus{
  --tw-bg-opacity: 1;
  background-color: rgba(163, 121, 0, var(--tw-bg-opacity));
}

.tw .focus\:bg-yellow-500:focus{
  --tw-bg-opacity: 1;
  background-color: rgba(133, 95, 0, var(--tw-bg-opacity));
}

.tw .focus\:bg-yellow-600:focus{
  --tw-bg-opacity: 1;
  background-color: rgba(104, 70, 0, var(--tw-bg-opacity));
}

.tw .focus\:bg-yellow-700:focus{
  --tw-bg-opacity: 1;
  background-color: rgba(79, 46, 0, var(--tw-bg-opacity));
}

.tw .focus\:bg-yellow-800:focus{
  --tw-bg-opacity: 1;
  background-color: rgba(61, 22, 0, var(--tw-bg-opacity));
}

.tw .focus\:bg-yellow-900:focus{
  --tw-bg-opacity: 1;
  background-color: rgba(50, 0, 0, var(--tw-bg-opacity));
}

.tw .focus\:bg-yellow:focus{
  --tw-bg-opacity: 1;
  background-color: rgba(254, 199, 47, var(--tw-bg-opacity));
}

.tw .focus\:bg-purple-50:focus{
  --tw-bg-opacity: 1;
  background-color: rgba(255, 216, 255, var(--tw-bg-opacity));
}

.tw .focus\:bg-purple-100:focus{
  --tw-bg-opacity: 1;
  background-color: rgba(240, 186, 255, var(--tw-bg-opacity));
}

.tw .focus\:bg-purple-200:focus{
  --tw-bg-opacity: 1;
  background-color: rgba(208, 157, 255, var(--tw-bg-opacity));
}

.tw .focus\:bg-purple-300:focus{
  --tw-bg-opacity: 1;
  background-color: rgba(177, 128, 255, var(--tw-bg-opacity));
}

.tw .focus\:bg-purple-400:focus{
  --tw-bg-opacity: 1;
  background-color: rgba(146, 101, 233, var(--tw-bg-opacity));
}

.tw .focus\:bg-purple-500:focus{
  --tw-bg-opacity: 1;
  background-color: rgba(116, 74, 203, var(--tw-bg-opacity));
}

.tw .focus\:bg-purple-600:focus{
  --tw-bg-opacity: 1;
  background-color: rgba(85, 48, 173, var(--tw-bg-opacity));
}

.tw .focus\:bg-purple-700:focus{
  --tw-bg-opacity: 1;
  background-color: rgba(53, 22, 144, var(--tw-bg-opacity));
}

.tw .focus\:bg-purple-800:focus{
  --tw-bg-opacity: 1;
  background-color: rgba(9, 0, 116, var(--tw-bg-opacity));
}

.tw .focus\:bg-purple-900:focus{
  --tw-bg-opacity: 1;
  background-color: rgba(0, 0, 89, var(--tw-bg-opacity));
}

.tw .focus\:bg-purple:focus{
  --tw-bg-opacity: 1;
  background-color: rgba(168, 120, 255, var(--tw-bg-opacity));
}

.tw .focus\:bg-orange-50:focus{
  --tw-bg-opacity: 1;
  background-color: rgba(255, 210, 131, var(--tw-bg-opacity));
}

.tw .focus\:bg-orange-100:focus{
  --tw-bg-opacity: 1;
  background-color: rgba(255, 180, 103, var(--tw-bg-opacity));
}

.tw .focus\:bg-orange-200:focus{
  --tw-bg-opacity: 1;
  background-color: rgba(255, 151, 75, var(--tw-bg-opacity));
}

.tw .focus\:bg-orange-300:focus{
  --tw-bg-opacity: 1;
  background-color: rgba(240, 122, 47, var(--tw-bg-opacity));
}

.tw .focus\:bg-orange-400:focus{
  --tw-bg-opacity: 1;
  background-color: rgba(206, 95, 17, var(--tw-bg-opacity));
}

.tw .focus\:bg-orange-500:focus{
  --tw-bg-opacity: 1;
  background-color: rgba(173, 68, 0, var(--tw-bg-opacity));
}

.tw .focus\:bg-orange-600:focus{
  --tw-bg-opacity: 1;
  background-color: rgba(141, 40, 0, var(--tw-bg-opacity));
}

.tw .focus\:bg-orange-700:focus{
  --tw-bg-opacity: 1;
  background-color: rgba(111, 6, 0, var(--tw-bg-opacity));
}

.tw .focus\:bg-orange-800:focus{
  --tw-bg-opacity: 1;
  background-color: rgba(84, 0, 0, var(--tw-bg-opacity));
}

.tw .focus\:bg-orange-900:focus{
  --tw-bg-opacity: 1;
  background-color: rgba(65, 0, 0, var(--tw-bg-opacity));
}

.tw .focus\:bg-orange:focus{
  --tw-bg-opacity: 1;
  background-color: rgba(245, 127, 52, var(--tw-bg-opacity));
}

.tw .focus\:bg-surface-brand:focus{
  --tw-bg-opacity: 1;
  background-color: rgba(26, 26, 26, var(--tw-bg-opacity));
}

.tw .focus\:bg-surface-lower:focus{
  --tw-bg-opacity: 1;
  background-color: rgba(18, 19, 20, var(--tw-bg-opacity));
}

.tw .focus\:bg-surface-base:focus{
  --tw-bg-opacity: 1;
  background-color: rgba(29, 30, 31, var(--tw-bg-opacity));
}

.tw .focus\:bg-surface-low:focus{
  --tw-bg-opacity: 1;
  background-color: rgba(33, 33, 36, var(--tw-bg-opacity));
}

.tw .focus\:bg-surface-middle:focus{
  --tw-bg-opacity: 1;
  background-color: rgba(38, 38, 42, var(--tw-bg-opacity));
}

.tw .focus\:bg-surface-upper:focus{
  --tw-bg-opacity: 1;
  background-color: rgba(41, 41, 46, var(--tw-bg-opacity));
}

.tw .focus\:bg-surface-high:focus{
  --tw-bg-opacity: 1;
  background-color: rgba(52, 52, 53, var(--tw-bg-opacity));
}

.tw .focus\:bg-surface-higher:focus{
  --tw-bg-opacity: 1;
  background-color: rgba(74, 75, 75, var(--tw-bg-opacity));
}

.tw .focus\:bg-surface-highest:focus{
  --tw-bg-opacity: 1;
  background-color: rgba(97, 97, 98, var(--tw-bg-opacity));
}

.tw .focus\:bg-glyph-base:focus{
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
}

.tw .focus\:bg-glyph-light:focus{
  --tw-bg-opacity: 1;
  background-color: rgba(194, 194, 194, var(--tw-bg-opacity));
}

.tw .focus\:bg-glyph-lighter:focus{
  --tw-bg-opacity: 1;
  background-color: rgba(150, 150, 150, var(--tw-bg-opacity));
}

.tw .focus\:bg-glyph-lightest:focus{
  --tw-bg-opacity: 1;
  background-color: rgba(80, 80, 80, var(--tw-bg-opacity));
}

.tw .focus\:bg-link:focus{
  --tw-bg-opacity: 1;
  background-color: rgba(0, 190, 255, var(--tw-bg-opacity));
}

.tw .focus\:bg-info-error:focus{
  --tw-bg-opacity: 1;
  background-color: rgba(235, 51, 65, var(--tw-bg-opacity));
}

.tw .focus\:bg-info-danger:focus{
  --tw-bg-opacity: 1;
  background-color: rgba(247, 127, 37, var(--tw-bg-opacity));
}

.tw .focus\:bg-info-warn:focus{
  --tw-bg-opacity: 1;
  background-color: rgba(255, 200, 47, var(--tw-bg-opacity));
}

.tw .focus\:bg-info-ok:focus{
  --tw-bg-opacity: 1;
  background-color: rgba(0, 151, 79, var(--tw-bg-opacity));
}

.tw .focus\:bg-info-notice:focus{
  --tw-bg-opacity: 1;
  background-color: rgba(1, 128, 255, var(--tw-bg-opacity));
}

.tw .focus\:bg-accent-1:focus{
  --tw-bg-opacity: 1;
  background-color: rgba(255, 93, 105, var(--tw-bg-opacity));
}

.tw .focus\:bg-accent-2:focus{
  --tw-bg-opacity: 1;
  background-color: rgba(7, 245, 175, var(--tw-bg-opacity));
}

.tw .focus\:bg-accent-3:focus{
  --tw-bg-opacity: 1;
  background-color: rgba(4, 211, 114, var(--tw-bg-opacity));
}

.tw .focus\:bg-accent-4:focus{
  --tw-bg-opacity: 1;
  background-color: rgba(132, 81, 245, var(--tw-bg-opacity));
}

.tw .active\:bg-current:active{
  background-color: currentColor;
}

.tw .active\:bg-transparent:active{
  background-color: transparent;
}

.tw .active\:bg-white:active{
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
}

.tw .active\:bg-black:active{
  --tw-bg-opacity: 1;
  background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
}

.tw .active\:bg-gray-10:active{
  --tw-bg-opacity: 1;
  background-color: rgba(240, 240, 240, var(--tw-bg-opacity));
}

.tw .active\:bg-gray-20:active{
  --tw-bg-opacity: 1;
  background-color: rgba(226, 226, 226, var(--tw-bg-opacity));
}

.tw .active\:bg-gray-30:active{
  --tw-bg-opacity: 1;
  background-color: rgba(211, 211, 211, var(--tw-bg-opacity));
}

.tw .active\:bg-gray-40:active{
  --tw-bg-opacity: 1;
  background-color: rgba(197, 197, 197, var(--tw-bg-opacity));
}

.tw .active\:bg-gray-50:active{
  --tw-bg-opacity: 1;
  background-color: rgba(183, 183, 183, var(--tw-bg-opacity));
}

.tw .active\:bg-gray-60:active{
  --tw-bg-opacity: 1;
  background-color: rgba(169, 169, 169, var(--tw-bg-opacity));
}

.tw .active\:bg-gray-70:active{
  --tw-bg-opacity: 1;
  background-color: rgba(156, 156, 156, var(--tw-bg-opacity));
}

.tw .active\:bg-gray-80:active{
  --tw-bg-opacity: 1;
  background-color: rgba(142, 142, 142, var(--tw-bg-opacity));
}

.tw .active\:bg-gray-90:active{
  --tw-bg-opacity: 1;
  background-color: rgba(129, 129, 129, var(--tw-bg-opacity));
}

.tw .active\:bg-gray-100:active{
  --tw-bg-opacity: 1;
  background-color: rgba(108, 109, 114, var(--tw-bg-opacity));
}

.tw .active\:bg-gray-200:active{
  --tw-bg-opacity: 1;
  background-color: rgba(96, 97, 103, var(--tw-bg-opacity));
}

.tw .active\:bg-gray-300:active{
  --tw-bg-opacity: 1;
  background-color: rgba(84, 86, 91, var(--tw-bg-opacity));
}

.tw .active\:bg-gray-400:active{
  --tw-bg-opacity: 1;
  background-color: rgba(73, 73, 80, var(--tw-bg-opacity));
}

.tw .active\:bg-gray-500:active{
  --tw-bg-opacity: 1;
  background-color: rgba(61, 61, 68, var(--tw-bg-opacity));
}

.tw .active\:bg-gray-600:active{
  --tw-bg-opacity: 1;
  background-color: rgba(53, 53, 61, var(--tw-bg-opacity));
}

.tw .active\:bg-gray-700:active{
  --tw-bg-opacity: 1;
  background-color: rgba(45, 45, 49, var(--tw-bg-opacity));
}

.tw .active\:bg-gray-800:active{
  --tw-bg-opacity: 1;
  background-color: rgba(38, 37, 42, var(--tw-bg-opacity));
}

.tw .active\:bg-gray-850:active{
  --tw-bg-opacity: 1;
  background-color: rgba(32, 32, 37, var(--tw-bg-opacity));
}

.tw .active\:bg-gray-900:active{
  --tw-bg-opacity: 1;
  background-color: rgba(27, 27, 32, var(--tw-bg-opacity));
}

.tw .active\:bg-gray-950:active{
  --tw-bg-opacity: 1;
  background-color: rgba(20, 20, 23, var(--tw-bg-opacity));
}

.tw .active\:bg-brand-50:active{
  --tw-bg-opacity: 1;
  background-color: rgba(127, 255, 255, var(--tw-bg-opacity));
}

.tw .active\:bg-brand-100:active{
  --tw-bg-opacity: 1;
  background-color: rgba(87, 226, 255, var(--tw-bg-opacity));
}

.tw .active\:bg-brand-200:active{
  --tw-bg-opacity: 1;
  background-color: rgba(32, 197, 255, var(--tw-bg-opacity));
}

.tw .active\:bg-brand-300:active{
  --tw-bg-opacity: 1;
  background-color: rgba(0, 167, 231, var(--tw-bg-opacity));
}

.tw .active\:bg-brand-400:active{
  --tw-bg-opacity: 1;
  background-color: rgba(0, 139, 201, var(--tw-bg-opacity));
}

.tw .active\:bg-brand-500:active{
  --tw-bg-opacity: 1;
  background-color: rgba(0, 112, 172, var(--tw-bg-opacity));
}

.tw .active\:bg-brand-600:active{
  --tw-bg-opacity: 1;
  background-color: rgba(0, 86, 143, var(--tw-bg-opacity));
}

.tw .active\:bg-brand-700:active{
  --tw-bg-opacity: 1;
  background-color: rgba(0, 62, 116, var(--tw-bg-opacity));
}

.tw .active\:bg-brand-800:active{
  --tw-bg-opacity: 1;
  background-color: rgba(0, 39, 89, var(--tw-bg-opacity));
}

.tw .active\:bg-brand-900:active{
  --tw-bg-opacity: 1;
  background-color: rgba(0, 18, 63, var(--tw-bg-opacity));
}

.tw .active\:bg-brand:active{
  --tw-bg-opacity: 1;
  background-color: rgba(0, 190, 255, var(--tw-bg-opacity));
}

.tw .active\:bg-brand-base:active{
  --tw-bg-opacity: 1;
  background-color: rgba(0, 190, 255, var(--tw-bg-opacity));
}

.tw .active\:bg-red-50:active{
  --tw-bg-opacity: 1;
  background-color: rgba(255, 202, 200, var(--tw-bg-opacity));
}

.tw .active\:bg-red-100:active{
  --tw-bg-opacity: 1;
  background-color: rgba(255, 171, 171, var(--tw-bg-opacity));
}

.tw .active\:bg-red-200:active{
  --tw-bg-opacity: 1;
  background-color: rgba(255, 142, 142, var(--tw-bg-opacity));
}

.tw .active\:bg-red-300:active{
  --tw-bg-opacity: 1;
  background-color: rgba(247, 112, 115, var(--tw-bg-opacity));
}

.tw .active\:bg-red-400:active{
  --tw-bg-opacity: 1;
  background-color: rgba(215, 83, 89, var(--tw-bg-opacity));
}

.tw .active\:bg-red-500:active{
  --tw-bg-opacity: 1;
  background-color: rgba(182, 54, 64, var(--tw-bg-opacity));
}

.tw .active\:bg-red-600:active{
  --tw-bg-opacity: 1;
  background-color: rgba(150, 18, 41, var(--tw-bg-opacity));
}

.tw .active\:bg-red-700:active{
  --tw-bg-opacity: 1;
  background-color: rgba(119, 0, 19, var(--tw-bg-opacity));
}

.tw .active\:bg-red-800:active{
  --tw-bg-opacity: 1;
  background-color: rgba(89, 0, 0, var(--tw-bg-opacity));
}

.tw .active\:bg-red-900:active{
  --tw-bg-opacity: 1;
  background-color: rgba(65, 0, 0, var(--tw-bg-opacity));
}

.tw .active\:bg-red:active{
  --tw-bg-opacity: 1;
  background-color: rgba(211, 80, 86, var(--tw-bg-opacity));
}

.tw .active\:bg-red-brand:active{
  --tw-bg-opacity: 1;
  background-color: rgba(255, 79, 79, var(--tw-bg-opacity));
}

.tw .active\:bg-green-50:active{
  --tw-bg-opacity: 1;
  background-color: rgba(141, 255, 205, var(--tw-bg-opacity));
}

.tw .active\:bg-green-100:active{
  --tw-bg-opacity: 1;
  background-color: rgba(109, 236, 176, var(--tw-bg-opacity));
}

.tw .active\:bg-green-200:active{
  --tw-bg-opacity: 1;
  background-color: rgba(76, 206, 147, var(--tw-bg-opacity));
}

.tw .active\:bg-green-300:active{
  --tw-bg-opacity: 1;
  background-color: rgba(36, 176, 119, var(--tw-bg-opacity));
}

.tw .active\:bg-green-400:active{
  --tw-bg-opacity: 1;
  background-color: rgba(0, 147, 93, var(--tw-bg-opacity));
}

.tw .active\:bg-green-500:active{
  --tw-bg-opacity: 1;
  background-color: rgba(0, 119, 68, var(--tw-bg-opacity));
}

.tw .active\:bg-green-600:active{
  --tw-bg-opacity: 1;
  background-color: rgba(0, 91, 43, var(--tw-bg-opacity));
}

.tw .active\:bg-green-700:active{
  --tw-bg-opacity: 1;
  background-color: rgba(0, 65, 21, var(--tw-bg-opacity));
}

.tw .active\:bg-green-800:active{
  --tw-bg-opacity: 1;
  background-color: rgba(0, 43, 0, var(--tw-bg-opacity));
}

.tw .active\:bg-green-900:active{
  --tw-bg-opacity: 1;
  background-color: rgba(0, 27, 0, var(--tw-bg-opacity));
}

.tw .active\:bg-green:active{
  --tw-bg-opacity: 1;
  background-color: rgba(46, 182, 125, var(--tw-bg-opacity));
}

.tw .active\:bg-yellow-50:active{
  --tw-bg-opacity: 1;
  background-color: rgba(255, 235, 87, var(--tw-bg-opacity));
}

.tw .active\:bg-yellow-100:active{
  --tw-bg-opacity: 1;
  background-color: rgba(255, 205, 55, var(--tw-bg-opacity));
}

.tw .active\:bg-yellow-200:active{
  --tw-bg-opacity: 1;
  background-color: rgba(228, 176, 9, var(--tw-bg-opacity));
}

.tw .active\:bg-yellow-300:active{
  --tw-bg-opacity: 1;
  background-color: rgba(195, 148, 0, var(--tw-bg-opacity));
}

.tw .active\:bg-yellow-400:active{
  --tw-bg-opacity: 1;
  background-color: rgba(163, 121, 0, var(--tw-bg-opacity));
}

.tw .active\:bg-yellow-500:active{
  --tw-bg-opacity: 1;
  background-color: rgba(133, 95, 0, var(--tw-bg-opacity));
}

.tw .active\:bg-yellow-600:active{
  --tw-bg-opacity: 1;
  background-color: rgba(104, 70, 0, var(--tw-bg-opacity));
}

.tw .active\:bg-yellow-700:active{
  --tw-bg-opacity: 1;
  background-color: rgba(79, 46, 0, var(--tw-bg-opacity));
}

.tw .active\:bg-yellow-800:active{
  --tw-bg-opacity: 1;
  background-color: rgba(61, 22, 0, var(--tw-bg-opacity));
}

.tw .active\:bg-yellow-900:active{
  --tw-bg-opacity: 1;
  background-color: rgba(50, 0, 0, var(--tw-bg-opacity));
}

.tw .active\:bg-yellow:active{
  --tw-bg-opacity: 1;
  background-color: rgba(254, 199, 47, var(--tw-bg-opacity));
}

.tw .active\:bg-purple-50:active{
  --tw-bg-opacity: 1;
  background-color: rgba(255, 216, 255, var(--tw-bg-opacity));
}

.tw .active\:bg-purple-100:active{
  --tw-bg-opacity: 1;
  background-color: rgba(240, 186, 255, var(--tw-bg-opacity));
}

.tw .active\:bg-purple-200:active{
  --tw-bg-opacity: 1;
  background-color: rgba(208, 157, 255, var(--tw-bg-opacity));
}

.tw .active\:bg-purple-300:active{
  --tw-bg-opacity: 1;
  background-color: rgba(177, 128, 255, var(--tw-bg-opacity));
}

.tw .active\:bg-purple-400:active{
  --tw-bg-opacity: 1;
  background-color: rgba(146, 101, 233, var(--tw-bg-opacity));
}

.tw .active\:bg-purple-500:active{
  --tw-bg-opacity: 1;
  background-color: rgba(116, 74, 203, var(--tw-bg-opacity));
}

.tw .active\:bg-purple-600:active{
  --tw-bg-opacity: 1;
  background-color: rgba(85, 48, 173, var(--tw-bg-opacity));
}

.tw .active\:bg-purple-700:active{
  --tw-bg-opacity: 1;
  background-color: rgba(53, 22, 144, var(--tw-bg-opacity));
}

.tw .active\:bg-purple-800:active{
  --tw-bg-opacity: 1;
  background-color: rgba(9, 0, 116, var(--tw-bg-opacity));
}

.tw .active\:bg-purple-900:active{
  --tw-bg-opacity: 1;
  background-color: rgba(0, 0, 89, var(--tw-bg-opacity));
}

.tw .active\:bg-purple:active{
  --tw-bg-opacity: 1;
  background-color: rgba(168, 120, 255, var(--tw-bg-opacity));
}

.tw .active\:bg-orange-50:active{
  --tw-bg-opacity: 1;
  background-color: rgba(255, 210, 131, var(--tw-bg-opacity));
}

.tw .active\:bg-orange-100:active{
  --tw-bg-opacity: 1;
  background-color: rgba(255, 180, 103, var(--tw-bg-opacity));
}

.tw .active\:bg-orange-200:active{
  --tw-bg-opacity: 1;
  background-color: rgba(255, 151, 75, var(--tw-bg-opacity));
}

.tw .active\:bg-orange-300:active{
  --tw-bg-opacity: 1;
  background-color: rgba(240, 122, 47, var(--tw-bg-opacity));
}

.tw .active\:bg-orange-400:active{
  --tw-bg-opacity: 1;
  background-color: rgba(206, 95, 17, var(--tw-bg-opacity));
}

.tw .active\:bg-orange-500:active{
  --tw-bg-opacity: 1;
  background-color: rgba(173, 68, 0, var(--tw-bg-opacity));
}

.tw .active\:bg-orange-600:active{
  --tw-bg-opacity: 1;
  background-color: rgba(141, 40, 0, var(--tw-bg-opacity));
}

.tw .active\:bg-orange-700:active{
  --tw-bg-opacity: 1;
  background-color: rgba(111, 6, 0, var(--tw-bg-opacity));
}

.tw .active\:bg-orange-800:active{
  --tw-bg-opacity: 1;
  background-color: rgba(84, 0, 0, var(--tw-bg-opacity));
}

.tw .active\:bg-orange-900:active{
  --tw-bg-opacity: 1;
  background-color: rgba(65, 0, 0, var(--tw-bg-opacity));
}

.tw .active\:bg-orange:active{
  --tw-bg-opacity: 1;
  background-color: rgba(245, 127, 52, var(--tw-bg-opacity));
}

.tw .active\:bg-surface-brand:active{
  --tw-bg-opacity: 1;
  background-color: rgba(26, 26, 26, var(--tw-bg-opacity));
}

.tw .active\:bg-surface-lower:active{
  --tw-bg-opacity: 1;
  background-color: rgba(18, 19, 20, var(--tw-bg-opacity));
}

.tw .active\:bg-surface-base:active{
  --tw-bg-opacity: 1;
  background-color: rgba(29, 30, 31, var(--tw-bg-opacity));
}

.tw .active\:bg-surface-low:active{
  --tw-bg-opacity: 1;
  background-color: rgba(33, 33, 36, var(--tw-bg-opacity));
}

.tw .active\:bg-surface-middle:active{
  --tw-bg-opacity: 1;
  background-color: rgba(38, 38, 42, var(--tw-bg-opacity));
}

.tw .active\:bg-surface-upper:active{
  --tw-bg-opacity: 1;
  background-color: rgba(41, 41, 46, var(--tw-bg-opacity));
}

.tw .active\:bg-surface-high:active{
  --tw-bg-opacity: 1;
  background-color: rgba(52, 52, 53, var(--tw-bg-opacity));
}

.tw .active\:bg-surface-higher:active{
  --tw-bg-opacity: 1;
  background-color: rgba(74, 75, 75, var(--tw-bg-opacity));
}

.tw .active\:bg-surface-highest:active{
  --tw-bg-opacity: 1;
  background-color: rgba(97, 97, 98, var(--tw-bg-opacity));
}

.tw .active\:bg-glyph-base:active{
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
}

.tw .active\:bg-glyph-light:active{
  --tw-bg-opacity: 1;
  background-color: rgba(194, 194, 194, var(--tw-bg-opacity));
}

.tw .active\:bg-glyph-lighter:active{
  --tw-bg-opacity: 1;
  background-color: rgba(150, 150, 150, var(--tw-bg-opacity));
}

.tw .active\:bg-glyph-lightest:active{
  --tw-bg-opacity: 1;
  background-color: rgba(80, 80, 80, var(--tw-bg-opacity));
}

.tw .active\:bg-link:active{
  --tw-bg-opacity: 1;
  background-color: rgba(0, 190, 255, var(--tw-bg-opacity));
}

.tw .active\:bg-info-error:active{
  --tw-bg-opacity: 1;
  background-color: rgba(235, 51, 65, var(--tw-bg-opacity));
}

.tw .active\:bg-info-danger:active{
  --tw-bg-opacity: 1;
  background-color: rgba(247, 127, 37, var(--tw-bg-opacity));
}

.tw .active\:bg-info-warn:active{
  --tw-bg-opacity: 1;
  background-color: rgba(255, 200, 47, var(--tw-bg-opacity));
}

.tw .active\:bg-info-ok:active{
  --tw-bg-opacity: 1;
  background-color: rgba(0, 151, 79, var(--tw-bg-opacity));
}

.tw .active\:bg-info-notice:active{
  --tw-bg-opacity: 1;
  background-color: rgba(1, 128, 255, var(--tw-bg-opacity));
}

.tw .active\:bg-accent-1:active{
  --tw-bg-opacity: 1;
  background-color: rgba(255, 93, 105, var(--tw-bg-opacity));
}

.tw .active\:bg-accent-2:active{
  --tw-bg-opacity: 1;
  background-color: rgba(7, 245, 175, var(--tw-bg-opacity));
}

.tw .active\:bg-accent-3:active{
  --tw-bg-opacity: 1;
  background-color: rgba(4, 211, 114, var(--tw-bg-opacity));
}

.tw .active\:bg-accent-4:active{
  --tw-bg-opacity: 1;
  background-color: rgba(132, 81, 245, var(--tw-bg-opacity));
}

.tw .group:hover .group-hover\:bg-current{
  background-color: currentColor;
}

.tw .group:hover .group-hover\:bg-transparent{
  background-color: transparent;
}

.tw .group:hover .group-hover\:bg-white{
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
}

.tw .group:hover .group-hover\:bg-black{
  --tw-bg-opacity: 1;
  background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
}

.tw .group:hover .group-hover\:bg-gray-10{
  --tw-bg-opacity: 1;
  background-color: rgba(240, 240, 240, var(--tw-bg-opacity));
}

.tw .group:hover .group-hover\:bg-gray-20{
  --tw-bg-opacity: 1;
  background-color: rgba(226, 226, 226, var(--tw-bg-opacity));
}

.tw .group:hover .group-hover\:bg-gray-30{
  --tw-bg-opacity: 1;
  background-color: rgba(211, 211, 211, var(--tw-bg-opacity));
}

.tw .group:hover .group-hover\:bg-gray-40{
  --tw-bg-opacity: 1;
  background-color: rgba(197, 197, 197, var(--tw-bg-opacity));
}

.tw .group:hover .group-hover\:bg-gray-50{
  --tw-bg-opacity: 1;
  background-color: rgba(183, 183, 183, var(--tw-bg-opacity));
}

.tw .group:hover .group-hover\:bg-gray-60{
  --tw-bg-opacity: 1;
  background-color: rgba(169, 169, 169, var(--tw-bg-opacity));
}

.tw .group:hover .group-hover\:bg-gray-70{
  --tw-bg-opacity: 1;
  background-color: rgba(156, 156, 156, var(--tw-bg-opacity));
}

.tw .group:hover .group-hover\:bg-gray-80{
  --tw-bg-opacity: 1;
  background-color: rgba(142, 142, 142, var(--tw-bg-opacity));
}

.tw .group:hover .group-hover\:bg-gray-90{
  --tw-bg-opacity: 1;
  background-color: rgba(129, 129, 129, var(--tw-bg-opacity));
}

.tw .group:hover .group-hover\:bg-gray-100{
  --tw-bg-opacity: 1;
  background-color: rgba(108, 109, 114, var(--tw-bg-opacity));
}

.tw .group:hover .group-hover\:bg-gray-200{
  --tw-bg-opacity: 1;
  background-color: rgba(96, 97, 103, var(--tw-bg-opacity));
}

.tw .group:hover .group-hover\:bg-gray-300{
  --tw-bg-opacity: 1;
  background-color: rgba(84, 86, 91, var(--tw-bg-opacity));
}

.tw .group:hover .group-hover\:bg-gray-400{
  --tw-bg-opacity: 1;
  background-color: rgba(73, 73, 80, var(--tw-bg-opacity));
}

.tw .group:hover .group-hover\:bg-gray-500{
  --tw-bg-opacity: 1;
  background-color: rgba(61, 61, 68, var(--tw-bg-opacity));
}

.tw .group:hover .group-hover\:bg-gray-600{
  --tw-bg-opacity: 1;
  background-color: rgba(53, 53, 61, var(--tw-bg-opacity));
}

.tw .group:hover .group-hover\:bg-gray-700{
  --tw-bg-opacity: 1;
  background-color: rgba(45, 45, 49, var(--tw-bg-opacity));
}

.tw .group:hover .group-hover\:bg-gray-800{
  --tw-bg-opacity: 1;
  background-color: rgba(38, 37, 42, var(--tw-bg-opacity));
}

.tw .group:hover .group-hover\:bg-gray-850{
  --tw-bg-opacity: 1;
  background-color: rgba(32, 32, 37, var(--tw-bg-opacity));
}

.tw .group:hover .group-hover\:bg-gray-900{
  --tw-bg-opacity: 1;
  background-color: rgba(27, 27, 32, var(--tw-bg-opacity));
}

.tw .group:hover .group-hover\:bg-gray-950{
  --tw-bg-opacity: 1;
  background-color: rgba(20, 20, 23, var(--tw-bg-opacity));
}

.tw .group:hover .group-hover\:bg-brand-50{
  --tw-bg-opacity: 1;
  background-color: rgba(127, 255, 255, var(--tw-bg-opacity));
}

.tw .group:hover .group-hover\:bg-brand-100{
  --tw-bg-opacity: 1;
  background-color: rgba(87, 226, 255, var(--tw-bg-opacity));
}

.tw .group:hover .group-hover\:bg-brand-200{
  --tw-bg-opacity: 1;
  background-color: rgba(32, 197, 255, var(--tw-bg-opacity));
}

.tw .group:hover .group-hover\:bg-brand-300{
  --tw-bg-opacity: 1;
  background-color: rgba(0, 167, 231, var(--tw-bg-opacity));
}

.tw .group:hover .group-hover\:bg-brand-400{
  --tw-bg-opacity: 1;
  background-color: rgba(0, 139, 201, var(--tw-bg-opacity));
}

.tw .group:hover .group-hover\:bg-brand-500{
  --tw-bg-opacity: 1;
  background-color: rgba(0, 112, 172, var(--tw-bg-opacity));
}

.tw .group:hover .group-hover\:bg-brand-600{
  --tw-bg-opacity: 1;
  background-color: rgba(0, 86, 143, var(--tw-bg-opacity));
}

.tw .group:hover .group-hover\:bg-brand-700{
  --tw-bg-opacity: 1;
  background-color: rgba(0, 62, 116, var(--tw-bg-opacity));
}

.tw .group:hover .group-hover\:bg-brand-800{
  --tw-bg-opacity: 1;
  background-color: rgba(0, 39, 89, var(--tw-bg-opacity));
}

.tw .group:hover .group-hover\:bg-brand-900{
  --tw-bg-opacity: 1;
  background-color: rgba(0, 18, 63, var(--tw-bg-opacity));
}

.tw .group:hover .group-hover\:bg-brand{
  --tw-bg-opacity: 1;
  background-color: rgba(0, 190, 255, var(--tw-bg-opacity));
}

.tw .group:hover .group-hover\:bg-brand-base{
  --tw-bg-opacity: 1;
  background-color: rgba(0, 190, 255, var(--tw-bg-opacity));
}

.tw .group:hover .group-hover\:bg-red-50{
  --tw-bg-opacity: 1;
  background-color: rgba(255, 202, 200, var(--tw-bg-opacity));
}

.tw .group:hover .group-hover\:bg-red-100{
  --tw-bg-opacity: 1;
  background-color: rgba(255, 171, 171, var(--tw-bg-opacity));
}

.tw .group:hover .group-hover\:bg-red-200{
  --tw-bg-opacity: 1;
  background-color: rgba(255, 142, 142, var(--tw-bg-opacity));
}

.tw .group:hover .group-hover\:bg-red-300{
  --tw-bg-opacity: 1;
  background-color: rgba(247, 112, 115, var(--tw-bg-opacity));
}

.tw .group:hover .group-hover\:bg-red-400{
  --tw-bg-opacity: 1;
  background-color: rgba(215, 83, 89, var(--tw-bg-opacity));
}

.tw .group:hover .group-hover\:bg-red-500{
  --tw-bg-opacity: 1;
  background-color: rgba(182, 54, 64, var(--tw-bg-opacity));
}

.tw .group:hover .group-hover\:bg-red-600{
  --tw-bg-opacity: 1;
  background-color: rgba(150, 18, 41, var(--tw-bg-opacity));
}

.tw .group:hover .group-hover\:bg-red-700{
  --tw-bg-opacity: 1;
  background-color: rgba(119, 0, 19, var(--tw-bg-opacity));
}

.tw .group:hover .group-hover\:bg-red-800{
  --tw-bg-opacity: 1;
  background-color: rgba(89, 0, 0, var(--tw-bg-opacity));
}

.tw .group:hover .group-hover\:bg-red-900{
  --tw-bg-opacity: 1;
  background-color: rgba(65, 0, 0, var(--tw-bg-opacity));
}

.tw .group:hover .group-hover\:bg-red{
  --tw-bg-opacity: 1;
  background-color: rgba(211, 80, 86, var(--tw-bg-opacity));
}

.tw .group:hover .group-hover\:bg-red-brand{
  --tw-bg-opacity: 1;
  background-color: rgba(255, 79, 79, var(--tw-bg-opacity));
}

.tw .group:hover .group-hover\:bg-green-50{
  --tw-bg-opacity: 1;
  background-color: rgba(141, 255, 205, var(--tw-bg-opacity));
}

.tw .group:hover .group-hover\:bg-green-100{
  --tw-bg-opacity: 1;
  background-color: rgba(109, 236, 176, var(--tw-bg-opacity));
}

.tw .group:hover .group-hover\:bg-green-200{
  --tw-bg-opacity: 1;
  background-color: rgba(76, 206, 147, var(--tw-bg-opacity));
}

.tw .group:hover .group-hover\:bg-green-300{
  --tw-bg-opacity: 1;
  background-color: rgba(36, 176, 119, var(--tw-bg-opacity));
}

.tw .group:hover .group-hover\:bg-green-400{
  --tw-bg-opacity: 1;
  background-color: rgba(0, 147, 93, var(--tw-bg-opacity));
}

.tw .group:hover .group-hover\:bg-green-500{
  --tw-bg-opacity: 1;
  background-color: rgba(0, 119, 68, var(--tw-bg-opacity));
}

.tw .group:hover .group-hover\:bg-green-600{
  --tw-bg-opacity: 1;
  background-color: rgba(0, 91, 43, var(--tw-bg-opacity));
}

.tw .group:hover .group-hover\:bg-green-700{
  --tw-bg-opacity: 1;
  background-color: rgba(0, 65, 21, var(--tw-bg-opacity));
}

.tw .group:hover .group-hover\:bg-green-800{
  --tw-bg-opacity: 1;
  background-color: rgba(0, 43, 0, var(--tw-bg-opacity));
}

.tw .group:hover .group-hover\:bg-green-900{
  --tw-bg-opacity: 1;
  background-color: rgba(0, 27, 0, var(--tw-bg-opacity));
}

.tw .group:hover .group-hover\:bg-green{
  --tw-bg-opacity: 1;
  background-color: rgba(46, 182, 125, var(--tw-bg-opacity));
}

.tw .group:hover .group-hover\:bg-yellow-50{
  --tw-bg-opacity: 1;
  background-color: rgba(255, 235, 87, var(--tw-bg-opacity));
}

.tw .group:hover .group-hover\:bg-yellow-100{
  --tw-bg-opacity: 1;
  background-color: rgba(255, 205, 55, var(--tw-bg-opacity));
}

.tw .group:hover .group-hover\:bg-yellow-200{
  --tw-bg-opacity: 1;
  background-color: rgba(228, 176, 9, var(--tw-bg-opacity));
}

.tw .group:hover .group-hover\:bg-yellow-300{
  --tw-bg-opacity: 1;
  background-color: rgba(195, 148, 0, var(--tw-bg-opacity));
}

.tw .group:hover .group-hover\:bg-yellow-400{
  --tw-bg-opacity: 1;
  background-color: rgba(163, 121, 0, var(--tw-bg-opacity));
}

.tw .group:hover .group-hover\:bg-yellow-500{
  --tw-bg-opacity: 1;
  background-color: rgba(133, 95, 0, var(--tw-bg-opacity));
}

.tw .group:hover .group-hover\:bg-yellow-600{
  --tw-bg-opacity: 1;
  background-color: rgba(104, 70, 0, var(--tw-bg-opacity));
}

.tw .group:hover .group-hover\:bg-yellow-700{
  --tw-bg-opacity: 1;
  background-color: rgba(79, 46, 0, var(--tw-bg-opacity));
}

.tw .group:hover .group-hover\:bg-yellow-800{
  --tw-bg-opacity: 1;
  background-color: rgba(61, 22, 0, var(--tw-bg-opacity));
}

.tw .group:hover .group-hover\:bg-yellow-900{
  --tw-bg-opacity: 1;
  background-color: rgba(50, 0, 0, var(--tw-bg-opacity));
}

.tw .group:hover .group-hover\:bg-yellow{
  --tw-bg-opacity: 1;
  background-color: rgba(254, 199, 47, var(--tw-bg-opacity));
}

.tw .group:hover .group-hover\:bg-purple-50{
  --tw-bg-opacity: 1;
  background-color: rgba(255, 216, 255, var(--tw-bg-opacity));
}

.tw .group:hover .group-hover\:bg-purple-100{
  --tw-bg-opacity: 1;
  background-color: rgba(240, 186, 255, var(--tw-bg-opacity));
}

.tw .group:hover .group-hover\:bg-purple-200{
  --tw-bg-opacity: 1;
  background-color: rgba(208, 157, 255, var(--tw-bg-opacity));
}

.tw .group:hover .group-hover\:bg-purple-300{
  --tw-bg-opacity: 1;
  background-color: rgba(177, 128, 255, var(--tw-bg-opacity));
}

.tw .group:hover .group-hover\:bg-purple-400{
  --tw-bg-opacity: 1;
  background-color: rgba(146, 101, 233, var(--tw-bg-opacity));
}

.tw .group:hover .group-hover\:bg-purple-500{
  --tw-bg-opacity: 1;
  background-color: rgba(116, 74, 203, var(--tw-bg-opacity));
}

.tw .group:hover .group-hover\:bg-purple-600{
  --tw-bg-opacity: 1;
  background-color: rgba(85, 48, 173, var(--tw-bg-opacity));
}

.tw .group:hover .group-hover\:bg-purple-700{
  --tw-bg-opacity: 1;
  background-color: rgba(53, 22, 144, var(--tw-bg-opacity));
}

.tw .group:hover .group-hover\:bg-purple-800{
  --tw-bg-opacity: 1;
  background-color: rgba(9, 0, 116, var(--tw-bg-opacity));
}

.tw .group:hover .group-hover\:bg-purple-900{
  --tw-bg-opacity: 1;
  background-color: rgba(0, 0, 89, var(--tw-bg-opacity));
}

.tw .group:hover .group-hover\:bg-purple{
  --tw-bg-opacity: 1;
  background-color: rgba(168, 120, 255, var(--tw-bg-opacity));
}

.tw .group:hover .group-hover\:bg-orange-50{
  --tw-bg-opacity: 1;
  background-color: rgba(255, 210, 131, var(--tw-bg-opacity));
}

.tw .group:hover .group-hover\:bg-orange-100{
  --tw-bg-opacity: 1;
  background-color: rgba(255, 180, 103, var(--tw-bg-opacity));
}

.tw .group:hover .group-hover\:bg-orange-200{
  --tw-bg-opacity: 1;
  background-color: rgba(255, 151, 75, var(--tw-bg-opacity));
}

.tw .group:hover .group-hover\:bg-orange-300{
  --tw-bg-opacity: 1;
  background-color: rgba(240, 122, 47, var(--tw-bg-opacity));
}

.tw .group:hover .group-hover\:bg-orange-400{
  --tw-bg-opacity: 1;
  background-color: rgba(206, 95, 17, var(--tw-bg-opacity));
}

.tw .group:hover .group-hover\:bg-orange-500{
  --tw-bg-opacity: 1;
  background-color: rgba(173, 68, 0, var(--tw-bg-opacity));
}

.tw .group:hover .group-hover\:bg-orange-600{
  --tw-bg-opacity: 1;
  background-color: rgba(141, 40, 0, var(--tw-bg-opacity));
}

.tw .group:hover .group-hover\:bg-orange-700{
  --tw-bg-opacity: 1;
  background-color: rgba(111, 6, 0, var(--tw-bg-opacity));
}

.tw .group:hover .group-hover\:bg-orange-800{
  --tw-bg-opacity: 1;
  background-color: rgba(84, 0, 0, var(--tw-bg-opacity));
}

.tw .group:hover .group-hover\:bg-orange-900{
  --tw-bg-opacity: 1;
  background-color: rgba(65, 0, 0, var(--tw-bg-opacity));
}

.tw .group:hover .group-hover\:bg-orange{
  --tw-bg-opacity: 1;
  background-color: rgba(245, 127, 52, var(--tw-bg-opacity));
}

.tw .group:hover .group-hover\:bg-surface-brand{
  --tw-bg-opacity: 1;
  background-color: rgba(26, 26, 26, var(--tw-bg-opacity));
}

.tw .group:hover .group-hover\:bg-surface-lower{
  --tw-bg-opacity: 1;
  background-color: rgba(18, 19, 20, var(--tw-bg-opacity));
}

.tw .group:hover .group-hover\:bg-surface-base{
  --tw-bg-opacity: 1;
  background-color: rgba(29, 30, 31, var(--tw-bg-opacity));
}

.tw .group:hover .group-hover\:bg-surface-low{
  --tw-bg-opacity: 1;
  background-color: rgba(33, 33, 36, var(--tw-bg-opacity));
}

.tw .group:hover .group-hover\:bg-surface-middle{
  --tw-bg-opacity: 1;
  background-color: rgba(38, 38, 42, var(--tw-bg-opacity));
}

.tw .group:hover .group-hover\:bg-surface-upper{
  --tw-bg-opacity: 1;
  background-color: rgba(41, 41, 46, var(--tw-bg-opacity));
}

.tw .group:hover .group-hover\:bg-surface-high{
  --tw-bg-opacity: 1;
  background-color: rgba(52, 52, 53, var(--tw-bg-opacity));
}

.tw .group:hover .group-hover\:bg-surface-higher{
  --tw-bg-opacity: 1;
  background-color: rgba(74, 75, 75, var(--tw-bg-opacity));
}

.tw .group:hover .group-hover\:bg-surface-highest{
  --tw-bg-opacity: 1;
  background-color: rgba(97, 97, 98, var(--tw-bg-opacity));
}

.tw .group:hover .group-hover\:bg-glyph-base{
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
}

.tw .group:hover .group-hover\:bg-glyph-light{
  --tw-bg-opacity: 1;
  background-color: rgba(194, 194, 194, var(--tw-bg-opacity));
}

.tw .group:hover .group-hover\:bg-glyph-lighter{
  --tw-bg-opacity: 1;
  background-color: rgba(150, 150, 150, var(--tw-bg-opacity));
}

.tw .group:hover .group-hover\:bg-glyph-lightest{
  --tw-bg-opacity: 1;
  background-color: rgba(80, 80, 80, var(--tw-bg-opacity));
}

.tw .group:hover .group-hover\:bg-link{
  --tw-bg-opacity: 1;
  background-color: rgba(0, 190, 255, var(--tw-bg-opacity));
}

.tw .group:hover .group-hover\:bg-info-error{
  --tw-bg-opacity: 1;
  background-color: rgba(235, 51, 65, var(--tw-bg-opacity));
}

.tw .group:hover .group-hover\:bg-info-danger{
  --tw-bg-opacity: 1;
  background-color: rgba(247, 127, 37, var(--tw-bg-opacity));
}

.tw .group:hover .group-hover\:bg-info-warn{
  --tw-bg-opacity: 1;
  background-color: rgba(255, 200, 47, var(--tw-bg-opacity));
}

.tw .group:hover .group-hover\:bg-info-ok{
  --tw-bg-opacity: 1;
  background-color: rgba(0, 151, 79, var(--tw-bg-opacity));
}

.tw .group:hover .group-hover\:bg-info-notice{
  --tw-bg-opacity: 1;
  background-color: rgba(1, 128, 255, var(--tw-bg-opacity));
}

.tw .group:hover .group-hover\:bg-accent-1{
  --tw-bg-opacity: 1;
  background-color: rgba(255, 93, 105, var(--tw-bg-opacity));
}

.tw .group:hover .group-hover\:bg-accent-2{
  --tw-bg-opacity: 1;
  background-color: rgba(7, 245, 175, var(--tw-bg-opacity));
}

.tw .group:hover .group-hover\:bg-accent-3{
  --tw-bg-opacity: 1;
  background-color: rgba(4, 211, 114, var(--tw-bg-opacity));
}

.tw .group:hover .group-hover\:bg-accent-4{
  --tw-bg-opacity: 1;
  background-color: rgba(132, 81, 245, var(--tw-bg-opacity));
}

.tw .checked\:bg-current:checked{
  background-color: currentColor;
}

.tw .checked\:bg-transparent:checked{
  background-color: transparent;
}

.tw .checked\:bg-white:checked{
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
}

.tw .checked\:bg-black:checked{
  --tw-bg-opacity: 1;
  background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
}

.tw .checked\:bg-gray-10:checked{
  --tw-bg-opacity: 1;
  background-color: rgba(240, 240, 240, var(--tw-bg-opacity));
}

.tw .checked\:bg-gray-20:checked{
  --tw-bg-opacity: 1;
  background-color: rgba(226, 226, 226, var(--tw-bg-opacity));
}

.tw .checked\:bg-gray-30:checked{
  --tw-bg-opacity: 1;
  background-color: rgba(211, 211, 211, var(--tw-bg-opacity));
}

.tw .checked\:bg-gray-40:checked{
  --tw-bg-opacity: 1;
  background-color: rgba(197, 197, 197, var(--tw-bg-opacity));
}

.tw .checked\:bg-gray-50:checked{
  --tw-bg-opacity: 1;
  background-color: rgba(183, 183, 183, var(--tw-bg-opacity));
}

.tw .checked\:bg-gray-60:checked{
  --tw-bg-opacity: 1;
  background-color: rgba(169, 169, 169, var(--tw-bg-opacity));
}

.tw .checked\:bg-gray-70:checked{
  --tw-bg-opacity: 1;
  background-color: rgba(156, 156, 156, var(--tw-bg-opacity));
}

.tw .checked\:bg-gray-80:checked{
  --tw-bg-opacity: 1;
  background-color: rgba(142, 142, 142, var(--tw-bg-opacity));
}

.tw .checked\:bg-gray-90:checked{
  --tw-bg-opacity: 1;
  background-color: rgba(129, 129, 129, var(--tw-bg-opacity));
}

.tw .checked\:bg-gray-100:checked{
  --tw-bg-opacity: 1;
  background-color: rgba(108, 109, 114, var(--tw-bg-opacity));
}

.tw .checked\:bg-gray-200:checked{
  --tw-bg-opacity: 1;
  background-color: rgba(96, 97, 103, var(--tw-bg-opacity));
}

.tw .checked\:bg-gray-300:checked{
  --tw-bg-opacity: 1;
  background-color: rgba(84, 86, 91, var(--tw-bg-opacity));
}

.tw .checked\:bg-gray-400:checked{
  --tw-bg-opacity: 1;
  background-color: rgba(73, 73, 80, var(--tw-bg-opacity));
}

.tw .checked\:bg-gray-500:checked{
  --tw-bg-opacity: 1;
  background-color: rgba(61, 61, 68, var(--tw-bg-opacity));
}

.tw .checked\:bg-gray-600:checked{
  --tw-bg-opacity: 1;
  background-color: rgba(53, 53, 61, var(--tw-bg-opacity));
}

.tw .checked\:bg-gray-700:checked{
  --tw-bg-opacity: 1;
  background-color: rgba(45, 45, 49, var(--tw-bg-opacity));
}

.tw .checked\:bg-gray-800:checked{
  --tw-bg-opacity: 1;
  background-color: rgba(38, 37, 42, var(--tw-bg-opacity));
}

.tw .checked\:bg-gray-850:checked{
  --tw-bg-opacity: 1;
  background-color: rgba(32, 32, 37, var(--tw-bg-opacity));
}

.tw .checked\:bg-gray-900:checked{
  --tw-bg-opacity: 1;
  background-color: rgba(27, 27, 32, var(--tw-bg-opacity));
}

.tw .checked\:bg-gray-950:checked{
  --tw-bg-opacity: 1;
  background-color: rgba(20, 20, 23, var(--tw-bg-opacity));
}

.tw .checked\:bg-brand-50:checked{
  --tw-bg-opacity: 1;
  background-color: rgba(127, 255, 255, var(--tw-bg-opacity));
}

.tw .checked\:bg-brand-100:checked{
  --tw-bg-opacity: 1;
  background-color: rgba(87, 226, 255, var(--tw-bg-opacity));
}

.tw .checked\:bg-brand-200:checked{
  --tw-bg-opacity: 1;
  background-color: rgba(32, 197, 255, var(--tw-bg-opacity));
}

.tw .checked\:bg-brand-300:checked{
  --tw-bg-opacity: 1;
  background-color: rgba(0, 167, 231, var(--tw-bg-opacity));
}

.tw .checked\:bg-brand-400:checked{
  --tw-bg-opacity: 1;
  background-color: rgba(0, 139, 201, var(--tw-bg-opacity));
}

.tw .checked\:bg-brand-500:checked{
  --tw-bg-opacity: 1;
  background-color: rgba(0, 112, 172, var(--tw-bg-opacity));
}

.tw .checked\:bg-brand-600:checked{
  --tw-bg-opacity: 1;
  background-color: rgba(0, 86, 143, var(--tw-bg-opacity));
}

.tw .checked\:bg-brand-700:checked{
  --tw-bg-opacity: 1;
  background-color: rgba(0, 62, 116, var(--tw-bg-opacity));
}

.tw .checked\:bg-brand-800:checked{
  --tw-bg-opacity: 1;
  background-color: rgba(0, 39, 89, var(--tw-bg-opacity));
}

.tw .checked\:bg-brand-900:checked{
  --tw-bg-opacity: 1;
  background-color: rgba(0, 18, 63, var(--tw-bg-opacity));
}

.tw .checked\:bg-brand:checked{
  --tw-bg-opacity: 1;
  background-color: rgba(0, 190, 255, var(--tw-bg-opacity));
}

.tw .checked\:bg-brand-base:checked{
  --tw-bg-opacity: 1;
  background-color: rgba(0, 190, 255, var(--tw-bg-opacity));
}

.tw .checked\:bg-red-50:checked{
  --tw-bg-opacity: 1;
  background-color: rgba(255, 202, 200, var(--tw-bg-opacity));
}

.tw .checked\:bg-red-100:checked{
  --tw-bg-opacity: 1;
  background-color: rgba(255, 171, 171, var(--tw-bg-opacity));
}

.tw .checked\:bg-red-200:checked{
  --tw-bg-opacity: 1;
  background-color: rgba(255, 142, 142, var(--tw-bg-opacity));
}

.tw .checked\:bg-red-300:checked{
  --tw-bg-opacity: 1;
  background-color: rgba(247, 112, 115, var(--tw-bg-opacity));
}

.tw .checked\:bg-red-400:checked{
  --tw-bg-opacity: 1;
  background-color: rgba(215, 83, 89, var(--tw-bg-opacity));
}

.tw .checked\:bg-red-500:checked{
  --tw-bg-opacity: 1;
  background-color: rgba(182, 54, 64, var(--tw-bg-opacity));
}

.tw .checked\:bg-red-600:checked{
  --tw-bg-opacity: 1;
  background-color: rgba(150, 18, 41, var(--tw-bg-opacity));
}

.tw .checked\:bg-red-700:checked{
  --tw-bg-opacity: 1;
  background-color: rgba(119, 0, 19, var(--tw-bg-opacity));
}

.tw .checked\:bg-red-800:checked{
  --tw-bg-opacity: 1;
  background-color: rgba(89, 0, 0, var(--tw-bg-opacity));
}

.tw .checked\:bg-red-900:checked{
  --tw-bg-opacity: 1;
  background-color: rgba(65, 0, 0, var(--tw-bg-opacity));
}

.tw .checked\:bg-red:checked{
  --tw-bg-opacity: 1;
  background-color: rgba(211, 80, 86, var(--tw-bg-opacity));
}

.tw .checked\:bg-red-brand:checked{
  --tw-bg-opacity: 1;
  background-color: rgba(255, 79, 79, var(--tw-bg-opacity));
}

.tw .checked\:bg-green-50:checked{
  --tw-bg-opacity: 1;
  background-color: rgba(141, 255, 205, var(--tw-bg-opacity));
}

.tw .checked\:bg-green-100:checked{
  --tw-bg-opacity: 1;
  background-color: rgba(109, 236, 176, var(--tw-bg-opacity));
}

.tw .checked\:bg-green-200:checked{
  --tw-bg-opacity: 1;
  background-color: rgba(76, 206, 147, var(--tw-bg-opacity));
}

.tw .checked\:bg-green-300:checked{
  --tw-bg-opacity: 1;
  background-color: rgba(36, 176, 119, var(--tw-bg-opacity));
}

.tw .checked\:bg-green-400:checked{
  --tw-bg-opacity: 1;
  background-color: rgba(0, 147, 93, var(--tw-bg-opacity));
}

.tw .checked\:bg-green-500:checked{
  --tw-bg-opacity: 1;
  background-color: rgba(0, 119, 68, var(--tw-bg-opacity));
}

.tw .checked\:bg-green-600:checked{
  --tw-bg-opacity: 1;
  background-color: rgba(0, 91, 43, var(--tw-bg-opacity));
}

.tw .checked\:bg-green-700:checked{
  --tw-bg-opacity: 1;
  background-color: rgba(0, 65, 21, var(--tw-bg-opacity));
}

.tw .checked\:bg-green-800:checked{
  --tw-bg-opacity: 1;
  background-color: rgba(0, 43, 0, var(--tw-bg-opacity));
}

.tw .checked\:bg-green-900:checked{
  --tw-bg-opacity: 1;
  background-color: rgba(0, 27, 0, var(--tw-bg-opacity));
}

.tw .checked\:bg-green:checked{
  --tw-bg-opacity: 1;
  background-color: rgba(46, 182, 125, var(--tw-bg-opacity));
}

.tw .checked\:bg-yellow-50:checked{
  --tw-bg-opacity: 1;
  background-color: rgba(255, 235, 87, var(--tw-bg-opacity));
}

.tw .checked\:bg-yellow-100:checked{
  --tw-bg-opacity: 1;
  background-color: rgba(255, 205, 55, var(--tw-bg-opacity));
}

.tw .checked\:bg-yellow-200:checked{
  --tw-bg-opacity: 1;
  background-color: rgba(228, 176, 9, var(--tw-bg-opacity));
}

.tw .checked\:bg-yellow-300:checked{
  --tw-bg-opacity: 1;
  background-color: rgba(195, 148, 0, var(--tw-bg-opacity));
}

.tw .checked\:bg-yellow-400:checked{
  --tw-bg-opacity: 1;
  background-color: rgba(163, 121, 0, var(--tw-bg-opacity));
}

.tw .checked\:bg-yellow-500:checked{
  --tw-bg-opacity: 1;
  background-color: rgba(133, 95, 0, var(--tw-bg-opacity));
}

.tw .checked\:bg-yellow-600:checked{
  --tw-bg-opacity: 1;
  background-color: rgba(104, 70, 0, var(--tw-bg-opacity));
}

.tw .checked\:bg-yellow-700:checked{
  --tw-bg-opacity: 1;
  background-color: rgba(79, 46, 0, var(--tw-bg-opacity));
}

.tw .checked\:bg-yellow-800:checked{
  --tw-bg-opacity: 1;
  background-color: rgba(61, 22, 0, var(--tw-bg-opacity));
}

.tw .checked\:bg-yellow-900:checked{
  --tw-bg-opacity: 1;
  background-color: rgba(50, 0, 0, var(--tw-bg-opacity));
}

.tw .checked\:bg-yellow:checked{
  --tw-bg-opacity: 1;
  background-color: rgba(254, 199, 47, var(--tw-bg-opacity));
}

.tw .checked\:bg-purple-50:checked{
  --tw-bg-opacity: 1;
  background-color: rgba(255, 216, 255, var(--tw-bg-opacity));
}

.tw .checked\:bg-purple-100:checked{
  --tw-bg-opacity: 1;
  background-color: rgba(240, 186, 255, var(--tw-bg-opacity));
}

.tw .checked\:bg-purple-200:checked{
  --tw-bg-opacity: 1;
  background-color: rgba(208, 157, 255, var(--tw-bg-opacity));
}

.tw .checked\:bg-purple-300:checked{
  --tw-bg-opacity: 1;
  background-color: rgba(177, 128, 255, var(--tw-bg-opacity));
}

.tw .checked\:bg-purple-400:checked{
  --tw-bg-opacity: 1;
  background-color: rgba(146, 101, 233, var(--tw-bg-opacity));
}

.tw .checked\:bg-purple-500:checked{
  --tw-bg-opacity: 1;
  background-color: rgba(116, 74, 203, var(--tw-bg-opacity));
}

.tw .checked\:bg-purple-600:checked{
  --tw-bg-opacity: 1;
  background-color: rgba(85, 48, 173, var(--tw-bg-opacity));
}

.tw .checked\:bg-purple-700:checked{
  --tw-bg-opacity: 1;
  background-color: rgba(53, 22, 144, var(--tw-bg-opacity));
}

.tw .checked\:bg-purple-800:checked{
  --tw-bg-opacity: 1;
  background-color: rgba(9, 0, 116, var(--tw-bg-opacity));
}

.tw .checked\:bg-purple-900:checked{
  --tw-bg-opacity: 1;
  background-color: rgba(0, 0, 89, var(--tw-bg-opacity));
}

.tw .checked\:bg-purple:checked{
  --tw-bg-opacity: 1;
  background-color: rgba(168, 120, 255, var(--tw-bg-opacity));
}

.tw .checked\:bg-orange-50:checked{
  --tw-bg-opacity: 1;
  background-color: rgba(255, 210, 131, var(--tw-bg-opacity));
}

.tw .checked\:bg-orange-100:checked{
  --tw-bg-opacity: 1;
  background-color: rgba(255, 180, 103, var(--tw-bg-opacity));
}

.tw .checked\:bg-orange-200:checked{
  --tw-bg-opacity: 1;
  background-color: rgba(255, 151, 75, var(--tw-bg-opacity));
}

.tw .checked\:bg-orange-300:checked{
  --tw-bg-opacity: 1;
  background-color: rgba(240, 122, 47, var(--tw-bg-opacity));
}

.tw .checked\:bg-orange-400:checked{
  --tw-bg-opacity: 1;
  background-color: rgba(206, 95, 17, var(--tw-bg-opacity));
}

.tw .checked\:bg-orange-500:checked{
  --tw-bg-opacity: 1;
  background-color: rgba(173, 68, 0, var(--tw-bg-opacity));
}

.tw .checked\:bg-orange-600:checked{
  --tw-bg-opacity: 1;
  background-color: rgba(141, 40, 0, var(--tw-bg-opacity));
}

.tw .checked\:bg-orange-700:checked{
  --tw-bg-opacity: 1;
  background-color: rgba(111, 6, 0, var(--tw-bg-opacity));
}

.tw .checked\:bg-orange-800:checked{
  --tw-bg-opacity: 1;
  background-color: rgba(84, 0, 0, var(--tw-bg-opacity));
}

.tw .checked\:bg-orange-900:checked{
  --tw-bg-opacity: 1;
  background-color: rgba(65, 0, 0, var(--tw-bg-opacity));
}

.tw .checked\:bg-orange:checked{
  --tw-bg-opacity: 1;
  background-color: rgba(245, 127, 52, var(--tw-bg-opacity));
}

.tw .checked\:bg-surface-brand:checked{
  --tw-bg-opacity: 1;
  background-color: rgba(26, 26, 26, var(--tw-bg-opacity));
}

.tw .checked\:bg-surface-lower:checked{
  --tw-bg-opacity: 1;
  background-color: rgba(18, 19, 20, var(--tw-bg-opacity));
}

.tw .checked\:bg-surface-base:checked{
  --tw-bg-opacity: 1;
  background-color: rgba(29, 30, 31, var(--tw-bg-opacity));
}

.tw .checked\:bg-surface-low:checked{
  --tw-bg-opacity: 1;
  background-color: rgba(33, 33, 36, var(--tw-bg-opacity));
}

.tw .checked\:bg-surface-middle:checked{
  --tw-bg-opacity: 1;
  background-color: rgba(38, 38, 42, var(--tw-bg-opacity));
}

.tw .checked\:bg-surface-upper:checked{
  --tw-bg-opacity: 1;
  background-color: rgba(41, 41, 46, var(--tw-bg-opacity));
}

.tw .checked\:bg-surface-high:checked{
  --tw-bg-opacity: 1;
  background-color: rgba(52, 52, 53, var(--tw-bg-opacity));
}

.tw .checked\:bg-surface-higher:checked{
  --tw-bg-opacity: 1;
  background-color: rgba(74, 75, 75, var(--tw-bg-opacity));
}

.tw .checked\:bg-surface-highest:checked{
  --tw-bg-opacity: 1;
  background-color: rgba(97, 97, 98, var(--tw-bg-opacity));
}

.tw .checked\:bg-glyph-base:checked{
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
}

.tw .checked\:bg-glyph-light:checked{
  --tw-bg-opacity: 1;
  background-color: rgba(194, 194, 194, var(--tw-bg-opacity));
}

.tw .checked\:bg-glyph-lighter:checked{
  --tw-bg-opacity: 1;
  background-color: rgba(150, 150, 150, var(--tw-bg-opacity));
}

.tw .checked\:bg-glyph-lightest:checked{
  --tw-bg-opacity: 1;
  background-color: rgba(80, 80, 80, var(--tw-bg-opacity));
}

.tw .checked\:bg-link:checked{
  --tw-bg-opacity: 1;
  background-color: rgba(0, 190, 255, var(--tw-bg-opacity));
}

.tw .checked\:bg-info-error:checked{
  --tw-bg-opacity: 1;
  background-color: rgba(235, 51, 65, var(--tw-bg-opacity));
}

.tw .checked\:bg-info-danger:checked{
  --tw-bg-opacity: 1;
  background-color: rgba(247, 127, 37, var(--tw-bg-opacity));
}

.tw .checked\:bg-info-warn:checked{
  --tw-bg-opacity: 1;
  background-color: rgba(255, 200, 47, var(--tw-bg-opacity));
}

.tw .checked\:bg-info-ok:checked{
  --tw-bg-opacity: 1;
  background-color: rgba(0, 151, 79, var(--tw-bg-opacity));
}

.tw .checked\:bg-info-notice:checked{
  --tw-bg-opacity: 1;
  background-color: rgba(1, 128, 255, var(--tw-bg-opacity));
}

.tw .checked\:bg-accent-1:checked{
  --tw-bg-opacity: 1;
  background-color: rgba(255, 93, 105, var(--tw-bg-opacity));
}

.tw .checked\:bg-accent-2:checked{
  --tw-bg-opacity: 1;
  background-color: rgba(7, 245, 175, var(--tw-bg-opacity));
}

.tw .checked\:bg-accent-3:checked{
  --tw-bg-opacity: 1;
  background-color: rgba(4, 211, 114, var(--tw-bg-opacity));
}

.tw .checked\:bg-accent-4:checked{
  --tw-bg-opacity: 1;
  background-color: rgba(132, 81, 245, var(--tw-bg-opacity));
}

.tw .bg-opacity-0{
  --tw-bg-opacity: 0;
}

.tw .bg-opacity-5{
  --tw-bg-opacity: 0.05;
}

.tw .bg-opacity-10{
  --tw-bg-opacity: 0.1;
}

.tw .bg-opacity-15{
  --tw-bg-opacity: 0.15;
}

.tw .bg-opacity-20{
  --tw-bg-opacity: 0.2;
}

.tw .bg-opacity-25{
  --tw-bg-opacity: 0.25;
}

.tw .bg-opacity-30{
  --tw-bg-opacity: 0.3;
}

.tw .bg-opacity-40{
  --tw-bg-opacity: 0.4;
}

.tw .bg-opacity-50{
  --tw-bg-opacity: 0.5;
}

.tw .bg-opacity-60{
  --tw-bg-opacity: 0.6;
}

.tw .bg-opacity-70{
  --tw-bg-opacity: 0.7;
}

.tw .bg-opacity-75{
  --tw-bg-opacity: 0.75;
}

.tw .bg-opacity-80{
  --tw-bg-opacity: 0.8;
}

.tw .bg-opacity-90{
  --tw-bg-opacity: 0.9;
}

.tw .bg-opacity-95{
  --tw-bg-opacity: 0.95;
}

.tw .bg-opacity-100{
  --tw-bg-opacity: 1;
}

.tw .hover\:bg-opacity-0:hover{
  --tw-bg-opacity: 0;
}

.tw .hover\:bg-opacity-5:hover{
  --tw-bg-opacity: 0.05;
}

.tw .hover\:bg-opacity-10:hover{
  --tw-bg-opacity: 0.1;
}

.tw .hover\:bg-opacity-15:hover{
  --tw-bg-opacity: 0.15;
}

.tw .hover\:bg-opacity-20:hover{
  --tw-bg-opacity: 0.2;
}

.tw .hover\:bg-opacity-25:hover{
  --tw-bg-opacity: 0.25;
}

.tw .hover\:bg-opacity-30:hover{
  --tw-bg-opacity: 0.3;
}

.tw .hover\:bg-opacity-40:hover{
  --tw-bg-opacity: 0.4;
}

.tw .hover\:bg-opacity-50:hover{
  --tw-bg-opacity: 0.5;
}

.tw .hover\:bg-opacity-60:hover{
  --tw-bg-opacity: 0.6;
}

.tw .hover\:bg-opacity-70:hover{
  --tw-bg-opacity: 0.7;
}

.tw .hover\:bg-opacity-75:hover{
  --tw-bg-opacity: 0.75;
}

.tw .hover\:bg-opacity-80:hover{
  --tw-bg-opacity: 0.8;
}

.tw .hover\:bg-opacity-90:hover{
  --tw-bg-opacity: 0.9;
}

.tw .hover\:bg-opacity-95:hover{
  --tw-bg-opacity: 0.95;
}

.tw .hover\:bg-opacity-100:hover{
  --tw-bg-opacity: 1;
}

.tw .focus\:bg-opacity-0:focus{
  --tw-bg-opacity: 0;
}

.tw .focus\:bg-opacity-5:focus{
  --tw-bg-opacity: 0.05;
}

.tw .focus\:bg-opacity-10:focus{
  --tw-bg-opacity: 0.1;
}

.tw .focus\:bg-opacity-15:focus{
  --tw-bg-opacity: 0.15;
}

.tw .focus\:bg-opacity-20:focus{
  --tw-bg-opacity: 0.2;
}

.tw .focus\:bg-opacity-25:focus{
  --tw-bg-opacity: 0.25;
}

.tw .focus\:bg-opacity-30:focus{
  --tw-bg-opacity: 0.3;
}

.tw .focus\:bg-opacity-40:focus{
  --tw-bg-opacity: 0.4;
}

.tw .focus\:bg-opacity-50:focus{
  --tw-bg-opacity: 0.5;
}

.tw .focus\:bg-opacity-60:focus{
  --tw-bg-opacity: 0.6;
}

.tw .focus\:bg-opacity-70:focus{
  --tw-bg-opacity: 0.7;
}

.tw .focus\:bg-opacity-75:focus{
  --tw-bg-opacity: 0.75;
}

.tw .focus\:bg-opacity-80:focus{
  --tw-bg-opacity: 0.8;
}

.tw .focus\:bg-opacity-90:focus{
  --tw-bg-opacity: 0.9;
}

.tw .focus\:bg-opacity-95:focus{
  --tw-bg-opacity: 0.95;
}

.tw .focus\:bg-opacity-100:focus{
  --tw-bg-opacity: 1;
}

.tw .active\:bg-opacity-0:active{
  --tw-bg-opacity: 0;
}

.tw .active\:bg-opacity-5:active{
  --tw-bg-opacity: 0.05;
}

.tw .active\:bg-opacity-10:active{
  --tw-bg-opacity: 0.1;
}

.tw .active\:bg-opacity-15:active{
  --tw-bg-opacity: 0.15;
}

.tw .active\:bg-opacity-20:active{
  --tw-bg-opacity: 0.2;
}

.tw .active\:bg-opacity-25:active{
  --tw-bg-opacity: 0.25;
}

.tw .active\:bg-opacity-30:active{
  --tw-bg-opacity: 0.3;
}

.tw .active\:bg-opacity-40:active{
  --tw-bg-opacity: 0.4;
}

.tw .active\:bg-opacity-50:active{
  --tw-bg-opacity: 0.5;
}

.tw .active\:bg-opacity-60:active{
  --tw-bg-opacity: 0.6;
}

.tw .active\:bg-opacity-70:active{
  --tw-bg-opacity: 0.7;
}

.tw .active\:bg-opacity-75:active{
  --tw-bg-opacity: 0.75;
}

.tw .active\:bg-opacity-80:active{
  --tw-bg-opacity: 0.8;
}

.tw .active\:bg-opacity-90:active{
  --tw-bg-opacity: 0.9;
}

.tw .active\:bg-opacity-95:active{
  --tw-bg-opacity: 0.95;
}

.tw .active\:bg-opacity-100:active{
  --tw-bg-opacity: 1;
}

.tw .group:hover .group-hover\:bg-opacity-0{
  --tw-bg-opacity: 0;
}

.tw .group:hover .group-hover\:bg-opacity-5{
  --tw-bg-opacity: 0.05;
}

.tw .group:hover .group-hover\:bg-opacity-10{
  --tw-bg-opacity: 0.1;
}

.tw .group:hover .group-hover\:bg-opacity-15{
  --tw-bg-opacity: 0.15;
}

.tw .group:hover .group-hover\:bg-opacity-20{
  --tw-bg-opacity: 0.2;
}

.tw .group:hover .group-hover\:bg-opacity-25{
  --tw-bg-opacity: 0.25;
}

.tw .group:hover .group-hover\:bg-opacity-30{
  --tw-bg-opacity: 0.3;
}

.tw .group:hover .group-hover\:bg-opacity-40{
  --tw-bg-opacity: 0.4;
}

.tw .group:hover .group-hover\:bg-opacity-50{
  --tw-bg-opacity: 0.5;
}

.tw .group:hover .group-hover\:bg-opacity-60{
  --tw-bg-opacity: 0.6;
}

.tw .group:hover .group-hover\:bg-opacity-70{
  --tw-bg-opacity: 0.7;
}

.tw .group:hover .group-hover\:bg-opacity-75{
  --tw-bg-opacity: 0.75;
}

.tw .group:hover .group-hover\:bg-opacity-80{
  --tw-bg-opacity: 0.8;
}

.tw .group:hover .group-hover\:bg-opacity-90{
  --tw-bg-opacity: 0.9;
}

.tw .group:hover .group-hover\:bg-opacity-95{
  --tw-bg-opacity: 0.95;
}

.tw .group:hover .group-hover\:bg-opacity-100{
  --tw-bg-opacity: 1;
}

.tw .checked\:bg-opacity-0:checked{
  --tw-bg-opacity: 0;
}

.tw .checked\:bg-opacity-5:checked{
  --tw-bg-opacity: 0.05;
}

.tw .checked\:bg-opacity-10:checked{
  --tw-bg-opacity: 0.1;
}

.tw .checked\:bg-opacity-15:checked{
  --tw-bg-opacity: 0.15;
}

.tw .checked\:bg-opacity-20:checked{
  --tw-bg-opacity: 0.2;
}

.tw .checked\:bg-opacity-25:checked{
  --tw-bg-opacity: 0.25;
}

.tw .checked\:bg-opacity-30:checked{
  --tw-bg-opacity: 0.3;
}

.tw .checked\:bg-opacity-40:checked{
  --tw-bg-opacity: 0.4;
}

.tw .checked\:bg-opacity-50:checked{
  --tw-bg-opacity: 0.5;
}

.tw .checked\:bg-opacity-60:checked{
  --tw-bg-opacity: 0.6;
}

.tw .checked\:bg-opacity-70:checked{
  --tw-bg-opacity: 0.7;
}

.tw .checked\:bg-opacity-75:checked{
  --tw-bg-opacity: 0.75;
}

.tw .checked\:bg-opacity-80:checked{
  --tw-bg-opacity: 0.8;
}

.tw .checked\:bg-opacity-90:checked{
  --tw-bg-opacity: 0.9;
}

.tw .checked\:bg-opacity-95:checked{
  --tw-bg-opacity: 0.95;
}

.tw .checked\:bg-opacity-100:checked{
  --tw-bg-opacity: 1;
}

.tw .bg-none{
  background-image: none;
}

.tw .bg-gradient-to-t{
  background-image: linear-gradient(to top, var(--tw-gradient-stops));
}

.tw .bg-gradient-to-tr{
  background-image: linear-gradient(to top right, var(--tw-gradient-stops));
}

.tw .bg-gradient-to-r{
  background-image: linear-gradient(to right, var(--tw-gradient-stops));
}

.tw .bg-gradient-to-br{
  background-image: linear-gradient(to bottom right, var(--tw-gradient-stops));
}

.tw .bg-gradient-to-b{
  background-image: linear-gradient(to bottom, var(--tw-gradient-stops));
}

.tw .bg-gradient-to-bl{
  background-image: linear-gradient(to bottom left, var(--tw-gradient-stops));
}

.tw .bg-gradient-to-l{
  background-image: linear-gradient(to left, var(--tw-gradient-stops));
}

.tw .bg-gradient-to-tl{
  background-image: linear-gradient(to top left, var(--tw-gradient-stops));
}

.tw .from-current{
  --tw-gradient-from: currentColor;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.tw .from-transparent{
  --tw-gradient-from: transparent;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
}

.tw .from-white{
  --tw-gradient-from: #FFFFFF;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.tw .from-black{
  --tw-gradient-from: #000000;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
}

.tw .from-gray-10{
  --tw-gradient-from: #F0F0F0;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(240, 240, 240, 0));
}

.tw .from-gray-20{
  --tw-gradient-from: #E2E2E2;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(226, 226, 226, 0));
}

.tw .from-gray-30{
  --tw-gradient-from: #D3D3D3;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(211, 211, 211, 0));
}

.tw .from-gray-40{
  --tw-gradient-from: #C5C5C5;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(197, 197, 197, 0));
}

.tw .from-gray-50{
  --tw-gradient-from: #B7B7B7;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(183, 183, 183, 0));
}

.tw .from-gray-60{
  --tw-gradient-from: #A9A9A9;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(169, 169, 169, 0));
}

.tw .from-gray-70{
  --tw-gradient-from: #9C9C9C;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(156, 156, 156, 0));
}

.tw .from-gray-80{
  --tw-gradient-from: #8E8E8E;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(142, 142, 142, 0));
}

.tw .from-gray-90{
  --tw-gradient-from: #818181;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(129, 129, 129, 0));
}

.tw .from-gray-100{
  --tw-gradient-from: #6C6D72;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(108, 109, 114, 0));
}

.tw .from-gray-200{
  --tw-gradient-from: #606167;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(96, 97, 103, 0));
}

.tw .from-gray-300{
  --tw-gradient-from: #54565B;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(84, 86, 91, 0));
}

.tw .from-gray-400{
  --tw-gradient-from: #494950;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(73, 73, 80, 0));
}

.tw .from-gray-500{
  --tw-gradient-from: #3D3D44;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(61, 61, 68, 0));
}

.tw .from-gray-600{
  --tw-gradient-from: #35353D;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(53, 53, 61, 0));
}

.tw .from-gray-700{
  --tw-gradient-from: #2D2D31;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(45, 45, 49, 0));
}

.tw .from-gray-800{
  --tw-gradient-from: #26252A;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(38, 37, 42, 0));
}

.tw .from-gray-850{
  --tw-gradient-from: #202025;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(32, 32, 37, 0));
}

.tw .from-gray-900{
  --tw-gradient-from: #1B1B20;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(27, 27, 32, 0));
}

.tw .from-gray-950{
  --tw-gradient-from: #141417;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(20, 20, 23, 0));
}

.tw .from-brand-50{
  --tw-gradient-from: #7FFFFF;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(127, 255, 255, 0));
}

.tw .from-brand-100{
  --tw-gradient-from: #57E2FF;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(87, 226, 255, 0));
}

.tw .from-brand-200{
  --tw-gradient-from: #20C5FF;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(32, 197, 255, 0));
}

.tw .from-brand-300{
  --tw-gradient-from: #00A7E7;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 167, 231, 0));
}

.tw .from-brand-400{
  --tw-gradient-from: #008BC9;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 139, 201, 0));
}

.tw .from-brand-500{
  --tw-gradient-from: #0070AC;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 112, 172, 0));
}

.tw .from-brand-600{
  --tw-gradient-from: #00568F;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 86, 143, 0));
}

.tw .from-brand-700{
  --tw-gradient-from: #003E74;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 62, 116, 0));
}

.tw .from-brand-800{
  --tw-gradient-from: #002759;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 39, 89, 0));
}

.tw .from-brand-900{
  --tw-gradient-from: #00123F;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 18, 63, 0));
}

.tw .from-brand{
  --tw-gradient-from: #00BEFF;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 190, 255, 0));
}

.tw .from-brand-base{
  --tw-gradient-from: #00BEFF;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 190, 255, 0));
}

.tw .from-red-50{
  --tw-gradient-from: #FFCAC8;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 202, 200, 0));
}

.tw .from-red-100{
  --tw-gradient-from: #FFABAB;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 171, 171, 0));
}

.tw .from-red-200{
  --tw-gradient-from: #FF8E8E;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 142, 142, 0));
}

.tw .from-red-300{
  --tw-gradient-from: #F77073;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(247, 112, 115, 0));
}

.tw .from-red-400{
  --tw-gradient-from: #D75359;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(215, 83, 89, 0));
}

.tw .from-red-500{
  --tw-gradient-from: #B63640;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(182, 54, 64, 0));
}

.tw .from-red-600{
  --tw-gradient-from: #961229;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(150, 18, 41, 0));
}

.tw .from-red-700{
  --tw-gradient-from: #770013;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(119, 0, 19, 0));
}

.tw .from-red-800{
  --tw-gradient-from: #590000;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(89, 0, 0, 0));
}

.tw .from-red-900{
  --tw-gradient-from: #410000;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(65, 0, 0, 0));
}

.tw .from-red{
  --tw-gradient-from: #D35056;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(211, 80, 86, 0));
}

.tw .from-red-brand{
  --tw-gradient-from: #FF4F4F;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 79, 79, 0));
}

.tw .from-green-50{
  --tw-gradient-from: #8DFFCD;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(141, 255, 205, 0));
}

.tw .from-green-100{
  --tw-gradient-from: #6DECB0;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(109, 236, 176, 0));
}

.tw .from-green-200{
  --tw-gradient-from: #4CCE93;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(76, 206, 147, 0));
}

.tw .from-green-300{
  --tw-gradient-from: #24B077;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(36, 176, 119, 0));
}

.tw .from-green-400{
  --tw-gradient-from: #00935D;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 147, 93, 0));
}

.tw .from-green-500{
  --tw-gradient-from: #007744;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 119, 68, 0));
}

.tw .from-green-600{
  --tw-gradient-from: #005B2B;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 91, 43, 0));
}

.tw .from-green-700{
  --tw-gradient-from: #004115;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 65, 21, 0));
}

.tw .from-green-800{
  --tw-gradient-from: #002B00;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 43, 0, 0));
}

.tw .from-green-900{
  --tw-gradient-from: #001B00;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 27, 0, 0));
}

.tw .from-green{
  --tw-gradient-from: #2EB67D;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(46, 182, 125, 0));
}

.tw .from-yellow-50{
  --tw-gradient-from: #FFEB57;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 235, 87, 0));
}

.tw .from-yellow-100{
  --tw-gradient-from: #FFCD37;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 205, 55, 0));
}

.tw .from-yellow-200{
  --tw-gradient-from: #E4B009;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(228, 176, 9, 0));
}

.tw .from-yellow-300{
  --tw-gradient-from: #C39400;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(195, 148, 0, 0));
}

.tw .from-yellow-400{
  --tw-gradient-from: #A37900;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(163, 121, 0, 0));
}

.tw .from-yellow-500{
  --tw-gradient-from: #855F00;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(133, 95, 0, 0));
}

.tw .from-yellow-600{
  --tw-gradient-from: #684600;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(104, 70, 0, 0));
}

.tw .from-yellow-700{
  --tw-gradient-from: #4F2E00;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(79, 46, 0, 0));
}

.tw .from-yellow-800{
  --tw-gradient-from: #3D1600;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(61, 22, 0, 0));
}

.tw .from-yellow-900{
  --tw-gradient-from: #320000;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(50, 0, 0, 0));
}

.tw .from-yellow{
  --tw-gradient-from: #FEC72F;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 199, 47, 0));
}

.tw .from-purple-50{
  --tw-gradient-from: #FFD8FF;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 216, 255, 0));
}

.tw .from-purple-100{
  --tw-gradient-from: #F0BAFF;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(240, 186, 255, 0));
}

.tw .from-purple-200{
  --tw-gradient-from: #D09DFF;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(208, 157, 255, 0));
}

.tw .from-purple-300{
  --tw-gradient-from: #B180FF;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(177, 128, 255, 0));
}

.tw .from-purple-400{
  --tw-gradient-from: #9265E9;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(146, 101, 233, 0));
}

.tw .from-purple-500{
  --tw-gradient-from: #744ACB;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(116, 74, 203, 0));
}

.tw .from-purple-600{
  --tw-gradient-from: #5530AD;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(85, 48, 173, 0));
}

.tw .from-purple-700{
  --tw-gradient-from: #351690;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(53, 22, 144, 0));
}

.tw .from-purple-800{
  --tw-gradient-from: #090074;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(9, 0, 116, 0));
}

.tw .from-purple-900{
  --tw-gradient-from: #000059;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 89, 0));
}

.tw .from-purple{
  --tw-gradient-from: #A878FF;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(168, 120, 255, 0));
}

.tw .from-orange-50{
  --tw-gradient-from: #FFD283;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 210, 131, 0));
}

.tw .from-orange-100{
  --tw-gradient-from: #FFB467;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 180, 103, 0));
}

.tw .from-orange-200{
  --tw-gradient-from: #FF974B;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 151, 75, 0));
}

.tw .from-orange-300{
  --tw-gradient-from: #F07A2F;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(240, 122, 47, 0));
}

.tw .from-orange-400{
  --tw-gradient-from: #CE5F11;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(206, 95, 17, 0));
}

.tw .from-orange-500{
  --tw-gradient-from: #AD4400;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(173, 68, 0, 0));
}

.tw .from-orange-600{
  --tw-gradient-from: #8D2800;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(141, 40, 0, 0));
}

.tw .from-orange-700{
  --tw-gradient-from: #6F0600;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(111, 6, 0, 0));
}

.tw .from-orange-800{
  --tw-gradient-from: #540000;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(84, 0, 0, 0));
}

.tw .from-orange-900{
  --tw-gradient-from: #410000;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(65, 0, 0, 0));
}

.tw .from-orange{
  --tw-gradient-from: #F57F34;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 127, 52, 0));
}

.tw .from-surface-brand{
  --tw-gradient-from: #1A1A1A;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(26, 26, 26, 0));
}

.tw .from-surface-lower{
  --tw-gradient-from: #121314;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(18, 19, 20, 0));
}

.tw .from-surface-base{
  --tw-gradient-from: #1D1E1F;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(29, 30, 31, 0));
}

.tw .from-surface-low{
  --tw-gradient-from: #212124;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(33, 33, 36, 0));
}

.tw .from-surface-middle{
  --tw-gradient-from: #26262A;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(38, 38, 42, 0));
}

.tw .from-surface-upper{
  --tw-gradient-from: #29292E;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(41, 41, 46, 0));
}

.tw .from-surface-high{
  --tw-gradient-from: #343435;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(52, 52, 53, 0));
}

.tw .from-surface-higher{
  --tw-gradient-from: #4A4B4B;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(74, 75, 75, 0));
}

.tw .from-surface-highest{
  --tw-gradient-from: #616162;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(97, 97, 98, 0));
}

.tw .from-glyph-base{
  --tw-gradient-from: #FFFFFF;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.tw .from-glyph-light{
  --tw-gradient-from: #C2C2C2;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(194, 194, 194, 0));
}

.tw .from-glyph-lighter{
  --tw-gradient-from: #969696;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(150, 150, 150, 0));
}

.tw .from-glyph-lightest{
  --tw-gradient-from: #505050;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(80, 80, 80, 0));
}

.tw .from-link{
  --tw-gradient-from: #00BEFF;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 190, 255, 0));
}

.tw .from-info-error{
  --tw-gradient-from: #eb3341;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(235, 51, 65, 0));
}

.tw .from-info-danger{
  --tw-gradient-from: #F77F25;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(247, 127, 37, 0));
}

.tw .from-info-warn{
  --tw-gradient-from: #FFC82F;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 200, 47, 0));
}

.tw .from-info-ok{
  --tw-gradient-from: #00974F;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 151, 79, 0));
}

.tw .from-info-notice{
  --tw-gradient-from: #0180FF;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(1, 128, 255, 0));
}

.tw .from-accent-1{
  --tw-gradient-from: #FF5D69;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 93, 105, 0));
}

.tw .from-accent-2{
  --tw-gradient-from: #07F5AF;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(7, 245, 175, 0));
}

.tw .from-accent-3{
  --tw-gradient-from: #04D372;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(4, 211, 114, 0));
}

.tw .from-accent-4{
  --tw-gradient-from: #8451F5;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(132, 81, 245, 0));
}

.tw .hover\:from-current:hover{
  --tw-gradient-from: currentColor;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.tw .hover\:from-transparent:hover{
  --tw-gradient-from: transparent;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
}

.tw .hover\:from-white:hover{
  --tw-gradient-from: #FFFFFF;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.tw .hover\:from-black:hover{
  --tw-gradient-from: #000000;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
}

.tw .hover\:from-gray-10:hover{
  --tw-gradient-from: #F0F0F0;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(240, 240, 240, 0));
}

.tw .hover\:from-gray-20:hover{
  --tw-gradient-from: #E2E2E2;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(226, 226, 226, 0));
}

.tw .hover\:from-gray-30:hover{
  --tw-gradient-from: #D3D3D3;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(211, 211, 211, 0));
}

.tw .hover\:from-gray-40:hover{
  --tw-gradient-from: #C5C5C5;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(197, 197, 197, 0));
}

.tw .hover\:from-gray-50:hover{
  --tw-gradient-from: #B7B7B7;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(183, 183, 183, 0));
}

.tw .hover\:from-gray-60:hover{
  --tw-gradient-from: #A9A9A9;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(169, 169, 169, 0));
}

.tw .hover\:from-gray-70:hover{
  --tw-gradient-from: #9C9C9C;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(156, 156, 156, 0));
}

.tw .hover\:from-gray-80:hover{
  --tw-gradient-from: #8E8E8E;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(142, 142, 142, 0));
}

.tw .hover\:from-gray-90:hover{
  --tw-gradient-from: #818181;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(129, 129, 129, 0));
}

.tw .hover\:from-gray-100:hover{
  --tw-gradient-from: #6C6D72;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(108, 109, 114, 0));
}

.tw .hover\:from-gray-200:hover{
  --tw-gradient-from: #606167;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(96, 97, 103, 0));
}

.tw .hover\:from-gray-300:hover{
  --tw-gradient-from: #54565B;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(84, 86, 91, 0));
}

.tw .hover\:from-gray-400:hover{
  --tw-gradient-from: #494950;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(73, 73, 80, 0));
}

.tw .hover\:from-gray-500:hover{
  --tw-gradient-from: #3D3D44;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(61, 61, 68, 0));
}

.tw .hover\:from-gray-600:hover{
  --tw-gradient-from: #35353D;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(53, 53, 61, 0));
}

.tw .hover\:from-gray-700:hover{
  --tw-gradient-from: #2D2D31;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(45, 45, 49, 0));
}

.tw .hover\:from-gray-800:hover{
  --tw-gradient-from: #26252A;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(38, 37, 42, 0));
}

.tw .hover\:from-gray-850:hover{
  --tw-gradient-from: #202025;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(32, 32, 37, 0));
}

.tw .hover\:from-gray-900:hover{
  --tw-gradient-from: #1B1B20;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(27, 27, 32, 0));
}

.tw .hover\:from-gray-950:hover{
  --tw-gradient-from: #141417;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(20, 20, 23, 0));
}

.tw .hover\:from-brand-50:hover{
  --tw-gradient-from: #7FFFFF;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(127, 255, 255, 0));
}

.tw .hover\:from-brand-100:hover{
  --tw-gradient-from: #57E2FF;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(87, 226, 255, 0));
}

.tw .hover\:from-brand-200:hover{
  --tw-gradient-from: #20C5FF;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(32, 197, 255, 0));
}

.tw .hover\:from-brand-300:hover{
  --tw-gradient-from: #00A7E7;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 167, 231, 0));
}

.tw .hover\:from-brand-400:hover{
  --tw-gradient-from: #008BC9;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 139, 201, 0));
}

.tw .hover\:from-brand-500:hover{
  --tw-gradient-from: #0070AC;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 112, 172, 0));
}

.tw .hover\:from-brand-600:hover{
  --tw-gradient-from: #00568F;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 86, 143, 0));
}

.tw .hover\:from-brand-700:hover{
  --tw-gradient-from: #003E74;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 62, 116, 0));
}

.tw .hover\:from-brand-800:hover{
  --tw-gradient-from: #002759;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 39, 89, 0));
}

.tw .hover\:from-brand-900:hover{
  --tw-gradient-from: #00123F;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 18, 63, 0));
}

.tw .hover\:from-brand:hover{
  --tw-gradient-from: #00BEFF;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 190, 255, 0));
}

.tw .hover\:from-brand-base:hover{
  --tw-gradient-from: #00BEFF;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 190, 255, 0));
}

.tw .hover\:from-red-50:hover{
  --tw-gradient-from: #FFCAC8;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 202, 200, 0));
}

.tw .hover\:from-red-100:hover{
  --tw-gradient-from: #FFABAB;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 171, 171, 0));
}

.tw .hover\:from-red-200:hover{
  --tw-gradient-from: #FF8E8E;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 142, 142, 0));
}

.tw .hover\:from-red-300:hover{
  --tw-gradient-from: #F77073;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(247, 112, 115, 0));
}

.tw .hover\:from-red-400:hover{
  --tw-gradient-from: #D75359;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(215, 83, 89, 0));
}

.tw .hover\:from-red-500:hover{
  --tw-gradient-from: #B63640;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(182, 54, 64, 0));
}

.tw .hover\:from-red-600:hover{
  --tw-gradient-from: #961229;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(150, 18, 41, 0));
}

.tw .hover\:from-red-700:hover{
  --tw-gradient-from: #770013;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(119, 0, 19, 0));
}

.tw .hover\:from-red-800:hover{
  --tw-gradient-from: #590000;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(89, 0, 0, 0));
}

.tw .hover\:from-red-900:hover{
  --tw-gradient-from: #410000;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(65, 0, 0, 0));
}

.tw .hover\:from-red:hover{
  --tw-gradient-from: #D35056;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(211, 80, 86, 0));
}

.tw .hover\:from-red-brand:hover{
  --tw-gradient-from: #FF4F4F;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 79, 79, 0));
}

.tw .hover\:from-green-50:hover{
  --tw-gradient-from: #8DFFCD;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(141, 255, 205, 0));
}

.tw .hover\:from-green-100:hover{
  --tw-gradient-from: #6DECB0;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(109, 236, 176, 0));
}

.tw .hover\:from-green-200:hover{
  --tw-gradient-from: #4CCE93;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(76, 206, 147, 0));
}

.tw .hover\:from-green-300:hover{
  --tw-gradient-from: #24B077;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(36, 176, 119, 0));
}

.tw .hover\:from-green-400:hover{
  --tw-gradient-from: #00935D;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 147, 93, 0));
}

.tw .hover\:from-green-500:hover{
  --tw-gradient-from: #007744;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 119, 68, 0));
}

.tw .hover\:from-green-600:hover{
  --tw-gradient-from: #005B2B;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 91, 43, 0));
}

.tw .hover\:from-green-700:hover{
  --tw-gradient-from: #004115;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 65, 21, 0));
}

.tw .hover\:from-green-800:hover{
  --tw-gradient-from: #002B00;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 43, 0, 0));
}

.tw .hover\:from-green-900:hover{
  --tw-gradient-from: #001B00;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 27, 0, 0));
}

.tw .hover\:from-green:hover{
  --tw-gradient-from: #2EB67D;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(46, 182, 125, 0));
}

.tw .hover\:from-yellow-50:hover{
  --tw-gradient-from: #FFEB57;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 235, 87, 0));
}

.tw .hover\:from-yellow-100:hover{
  --tw-gradient-from: #FFCD37;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 205, 55, 0));
}

.tw .hover\:from-yellow-200:hover{
  --tw-gradient-from: #E4B009;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(228, 176, 9, 0));
}

.tw .hover\:from-yellow-300:hover{
  --tw-gradient-from: #C39400;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(195, 148, 0, 0));
}

.tw .hover\:from-yellow-400:hover{
  --tw-gradient-from: #A37900;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(163, 121, 0, 0));
}

.tw .hover\:from-yellow-500:hover{
  --tw-gradient-from: #855F00;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(133, 95, 0, 0));
}

.tw .hover\:from-yellow-600:hover{
  --tw-gradient-from: #684600;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(104, 70, 0, 0));
}

.tw .hover\:from-yellow-700:hover{
  --tw-gradient-from: #4F2E00;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(79, 46, 0, 0));
}

.tw .hover\:from-yellow-800:hover{
  --tw-gradient-from: #3D1600;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(61, 22, 0, 0));
}

.tw .hover\:from-yellow-900:hover{
  --tw-gradient-from: #320000;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(50, 0, 0, 0));
}

.tw .hover\:from-yellow:hover{
  --tw-gradient-from: #FEC72F;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 199, 47, 0));
}

.tw .hover\:from-purple-50:hover{
  --tw-gradient-from: #FFD8FF;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 216, 255, 0));
}

.tw .hover\:from-purple-100:hover{
  --tw-gradient-from: #F0BAFF;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(240, 186, 255, 0));
}

.tw .hover\:from-purple-200:hover{
  --tw-gradient-from: #D09DFF;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(208, 157, 255, 0));
}

.tw .hover\:from-purple-300:hover{
  --tw-gradient-from: #B180FF;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(177, 128, 255, 0));
}

.tw .hover\:from-purple-400:hover{
  --tw-gradient-from: #9265E9;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(146, 101, 233, 0));
}

.tw .hover\:from-purple-500:hover{
  --tw-gradient-from: #744ACB;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(116, 74, 203, 0));
}

.tw .hover\:from-purple-600:hover{
  --tw-gradient-from: #5530AD;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(85, 48, 173, 0));
}

.tw .hover\:from-purple-700:hover{
  --tw-gradient-from: #351690;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(53, 22, 144, 0));
}

.tw .hover\:from-purple-800:hover{
  --tw-gradient-from: #090074;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(9, 0, 116, 0));
}

.tw .hover\:from-purple-900:hover{
  --tw-gradient-from: #000059;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 89, 0));
}

.tw .hover\:from-purple:hover{
  --tw-gradient-from: #A878FF;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(168, 120, 255, 0));
}

.tw .hover\:from-orange-50:hover{
  --tw-gradient-from: #FFD283;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 210, 131, 0));
}

.tw .hover\:from-orange-100:hover{
  --tw-gradient-from: #FFB467;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 180, 103, 0));
}

.tw .hover\:from-orange-200:hover{
  --tw-gradient-from: #FF974B;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 151, 75, 0));
}

.tw .hover\:from-orange-300:hover{
  --tw-gradient-from: #F07A2F;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(240, 122, 47, 0));
}

.tw .hover\:from-orange-400:hover{
  --tw-gradient-from: #CE5F11;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(206, 95, 17, 0));
}

.tw .hover\:from-orange-500:hover{
  --tw-gradient-from: #AD4400;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(173, 68, 0, 0));
}

.tw .hover\:from-orange-600:hover{
  --tw-gradient-from: #8D2800;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(141, 40, 0, 0));
}

.tw .hover\:from-orange-700:hover{
  --tw-gradient-from: #6F0600;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(111, 6, 0, 0));
}

.tw .hover\:from-orange-800:hover{
  --tw-gradient-from: #540000;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(84, 0, 0, 0));
}

.tw .hover\:from-orange-900:hover{
  --tw-gradient-from: #410000;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(65, 0, 0, 0));
}

.tw .hover\:from-orange:hover{
  --tw-gradient-from: #F57F34;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 127, 52, 0));
}

.tw .hover\:from-surface-brand:hover{
  --tw-gradient-from: #1A1A1A;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(26, 26, 26, 0));
}

.tw .hover\:from-surface-lower:hover{
  --tw-gradient-from: #121314;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(18, 19, 20, 0));
}

.tw .hover\:from-surface-base:hover{
  --tw-gradient-from: #1D1E1F;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(29, 30, 31, 0));
}

.tw .hover\:from-surface-low:hover{
  --tw-gradient-from: #212124;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(33, 33, 36, 0));
}

.tw .hover\:from-surface-middle:hover{
  --tw-gradient-from: #26262A;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(38, 38, 42, 0));
}

.tw .hover\:from-surface-upper:hover{
  --tw-gradient-from: #29292E;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(41, 41, 46, 0));
}

.tw .hover\:from-surface-high:hover{
  --tw-gradient-from: #343435;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(52, 52, 53, 0));
}

.tw .hover\:from-surface-higher:hover{
  --tw-gradient-from: #4A4B4B;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(74, 75, 75, 0));
}

.tw .hover\:from-surface-highest:hover{
  --tw-gradient-from: #616162;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(97, 97, 98, 0));
}

.tw .hover\:from-glyph-base:hover{
  --tw-gradient-from: #FFFFFF;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.tw .hover\:from-glyph-light:hover{
  --tw-gradient-from: #C2C2C2;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(194, 194, 194, 0));
}

.tw .hover\:from-glyph-lighter:hover{
  --tw-gradient-from: #969696;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(150, 150, 150, 0));
}

.tw .hover\:from-glyph-lightest:hover{
  --tw-gradient-from: #505050;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(80, 80, 80, 0));
}

.tw .hover\:from-link:hover{
  --tw-gradient-from: #00BEFF;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 190, 255, 0));
}

.tw .hover\:from-info-error:hover{
  --tw-gradient-from: #eb3341;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(235, 51, 65, 0));
}

.tw .hover\:from-info-danger:hover{
  --tw-gradient-from: #F77F25;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(247, 127, 37, 0));
}

.tw .hover\:from-info-warn:hover{
  --tw-gradient-from: #FFC82F;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 200, 47, 0));
}

.tw .hover\:from-info-ok:hover{
  --tw-gradient-from: #00974F;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 151, 79, 0));
}

.tw .hover\:from-info-notice:hover{
  --tw-gradient-from: #0180FF;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(1, 128, 255, 0));
}

.tw .hover\:from-accent-1:hover{
  --tw-gradient-from: #FF5D69;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 93, 105, 0));
}

.tw .hover\:from-accent-2:hover{
  --tw-gradient-from: #07F5AF;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(7, 245, 175, 0));
}

.tw .hover\:from-accent-3:hover{
  --tw-gradient-from: #04D372;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(4, 211, 114, 0));
}

.tw .hover\:from-accent-4:hover{
  --tw-gradient-from: #8451F5;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(132, 81, 245, 0));
}

.tw .focus\:from-current:focus{
  --tw-gradient-from: currentColor;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.tw .focus\:from-transparent:focus{
  --tw-gradient-from: transparent;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
}

.tw .focus\:from-white:focus{
  --tw-gradient-from: #FFFFFF;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.tw .focus\:from-black:focus{
  --tw-gradient-from: #000000;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
}

.tw .focus\:from-gray-10:focus{
  --tw-gradient-from: #F0F0F0;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(240, 240, 240, 0));
}

.tw .focus\:from-gray-20:focus{
  --tw-gradient-from: #E2E2E2;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(226, 226, 226, 0));
}

.tw .focus\:from-gray-30:focus{
  --tw-gradient-from: #D3D3D3;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(211, 211, 211, 0));
}

.tw .focus\:from-gray-40:focus{
  --tw-gradient-from: #C5C5C5;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(197, 197, 197, 0));
}

.tw .focus\:from-gray-50:focus{
  --tw-gradient-from: #B7B7B7;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(183, 183, 183, 0));
}

.tw .focus\:from-gray-60:focus{
  --tw-gradient-from: #A9A9A9;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(169, 169, 169, 0));
}

.tw .focus\:from-gray-70:focus{
  --tw-gradient-from: #9C9C9C;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(156, 156, 156, 0));
}

.tw .focus\:from-gray-80:focus{
  --tw-gradient-from: #8E8E8E;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(142, 142, 142, 0));
}

.tw .focus\:from-gray-90:focus{
  --tw-gradient-from: #818181;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(129, 129, 129, 0));
}

.tw .focus\:from-gray-100:focus{
  --tw-gradient-from: #6C6D72;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(108, 109, 114, 0));
}

.tw .focus\:from-gray-200:focus{
  --tw-gradient-from: #606167;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(96, 97, 103, 0));
}

.tw .focus\:from-gray-300:focus{
  --tw-gradient-from: #54565B;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(84, 86, 91, 0));
}

.tw .focus\:from-gray-400:focus{
  --tw-gradient-from: #494950;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(73, 73, 80, 0));
}

.tw .focus\:from-gray-500:focus{
  --tw-gradient-from: #3D3D44;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(61, 61, 68, 0));
}

.tw .focus\:from-gray-600:focus{
  --tw-gradient-from: #35353D;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(53, 53, 61, 0));
}

.tw .focus\:from-gray-700:focus{
  --tw-gradient-from: #2D2D31;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(45, 45, 49, 0));
}

.tw .focus\:from-gray-800:focus{
  --tw-gradient-from: #26252A;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(38, 37, 42, 0));
}

.tw .focus\:from-gray-850:focus{
  --tw-gradient-from: #202025;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(32, 32, 37, 0));
}

.tw .focus\:from-gray-900:focus{
  --tw-gradient-from: #1B1B20;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(27, 27, 32, 0));
}

.tw .focus\:from-gray-950:focus{
  --tw-gradient-from: #141417;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(20, 20, 23, 0));
}

.tw .focus\:from-brand-50:focus{
  --tw-gradient-from: #7FFFFF;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(127, 255, 255, 0));
}

.tw .focus\:from-brand-100:focus{
  --tw-gradient-from: #57E2FF;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(87, 226, 255, 0));
}

.tw .focus\:from-brand-200:focus{
  --tw-gradient-from: #20C5FF;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(32, 197, 255, 0));
}

.tw .focus\:from-brand-300:focus{
  --tw-gradient-from: #00A7E7;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 167, 231, 0));
}

.tw .focus\:from-brand-400:focus{
  --tw-gradient-from: #008BC9;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 139, 201, 0));
}

.tw .focus\:from-brand-500:focus{
  --tw-gradient-from: #0070AC;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 112, 172, 0));
}

.tw .focus\:from-brand-600:focus{
  --tw-gradient-from: #00568F;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 86, 143, 0));
}

.tw .focus\:from-brand-700:focus{
  --tw-gradient-from: #003E74;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 62, 116, 0));
}

.tw .focus\:from-brand-800:focus{
  --tw-gradient-from: #002759;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 39, 89, 0));
}

.tw .focus\:from-brand-900:focus{
  --tw-gradient-from: #00123F;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 18, 63, 0));
}

.tw .focus\:from-brand:focus{
  --tw-gradient-from: #00BEFF;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 190, 255, 0));
}

.tw .focus\:from-brand-base:focus{
  --tw-gradient-from: #00BEFF;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 190, 255, 0));
}

.tw .focus\:from-red-50:focus{
  --tw-gradient-from: #FFCAC8;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 202, 200, 0));
}

.tw .focus\:from-red-100:focus{
  --tw-gradient-from: #FFABAB;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 171, 171, 0));
}

.tw .focus\:from-red-200:focus{
  --tw-gradient-from: #FF8E8E;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 142, 142, 0));
}

.tw .focus\:from-red-300:focus{
  --tw-gradient-from: #F77073;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(247, 112, 115, 0));
}

.tw .focus\:from-red-400:focus{
  --tw-gradient-from: #D75359;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(215, 83, 89, 0));
}

.tw .focus\:from-red-500:focus{
  --tw-gradient-from: #B63640;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(182, 54, 64, 0));
}

.tw .focus\:from-red-600:focus{
  --tw-gradient-from: #961229;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(150, 18, 41, 0));
}

.tw .focus\:from-red-700:focus{
  --tw-gradient-from: #770013;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(119, 0, 19, 0));
}

.tw .focus\:from-red-800:focus{
  --tw-gradient-from: #590000;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(89, 0, 0, 0));
}

.tw .focus\:from-red-900:focus{
  --tw-gradient-from: #410000;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(65, 0, 0, 0));
}

.tw .focus\:from-red:focus{
  --tw-gradient-from: #D35056;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(211, 80, 86, 0));
}

.tw .focus\:from-red-brand:focus{
  --tw-gradient-from: #FF4F4F;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 79, 79, 0));
}

.tw .focus\:from-green-50:focus{
  --tw-gradient-from: #8DFFCD;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(141, 255, 205, 0));
}

.tw .focus\:from-green-100:focus{
  --tw-gradient-from: #6DECB0;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(109, 236, 176, 0));
}

.tw .focus\:from-green-200:focus{
  --tw-gradient-from: #4CCE93;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(76, 206, 147, 0));
}

.tw .focus\:from-green-300:focus{
  --tw-gradient-from: #24B077;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(36, 176, 119, 0));
}

.tw .focus\:from-green-400:focus{
  --tw-gradient-from: #00935D;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 147, 93, 0));
}

.tw .focus\:from-green-500:focus{
  --tw-gradient-from: #007744;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 119, 68, 0));
}

.tw .focus\:from-green-600:focus{
  --tw-gradient-from: #005B2B;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 91, 43, 0));
}

.tw .focus\:from-green-700:focus{
  --tw-gradient-from: #004115;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 65, 21, 0));
}

.tw .focus\:from-green-800:focus{
  --tw-gradient-from: #002B00;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 43, 0, 0));
}

.tw .focus\:from-green-900:focus{
  --tw-gradient-from: #001B00;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 27, 0, 0));
}

.tw .focus\:from-green:focus{
  --tw-gradient-from: #2EB67D;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(46, 182, 125, 0));
}

.tw .focus\:from-yellow-50:focus{
  --tw-gradient-from: #FFEB57;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 235, 87, 0));
}

.tw .focus\:from-yellow-100:focus{
  --tw-gradient-from: #FFCD37;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 205, 55, 0));
}

.tw .focus\:from-yellow-200:focus{
  --tw-gradient-from: #E4B009;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(228, 176, 9, 0));
}

.tw .focus\:from-yellow-300:focus{
  --tw-gradient-from: #C39400;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(195, 148, 0, 0));
}

.tw .focus\:from-yellow-400:focus{
  --tw-gradient-from: #A37900;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(163, 121, 0, 0));
}

.tw .focus\:from-yellow-500:focus{
  --tw-gradient-from: #855F00;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(133, 95, 0, 0));
}

.tw .focus\:from-yellow-600:focus{
  --tw-gradient-from: #684600;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(104, 70, 0, 0));
}

.tw .focus\:from-yellow-700:focus{
  --tw-gradient-from: #4F2E00;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(79, 46, 0, 0));
}

.tw .focus\:from-yellow-800:focus{
  --tw-gradient-from: #3D1600;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(61, 22, 0, 0));
}

.tw .focus\:from-yellow-900:focus{
  --tw-gradient-from: #320000;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(50, 0, 0, 0));
}

.tw .focus\:from-yellow:focus{
  --tw-gradient-from: #FEC72F;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 199, 47, 0));
}

.tw .focus\:from-purple-50:focus{
  --tw-gradient-from: #FFD8FF;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 216, 255, 0));
}

.tw .focus\:from-purple-100:focus{
  --tw-gradient-from: #F0BAFF;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(240, 186, 255, 0));
}

.tw .focus\:from-purple-200:focus{
  --tw-gradient-from: #D09DFF;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(208, 157, 255, 0));
}

.tw .focus\:from-purple-300:focus{
  --tw-gradient-from: #B180FF;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(177, 128, 255, 0));
}

.tw .focus\:from-purple-400:focus{
  --tw-gradient-from: #9265E9;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(146, 101, 233, 0));
}

.tw .focus\:from-purple-500:focus{
  --tw-gradient-from: #744ACB;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(116, 74, 203, 0));
}

.tw .focus\:from-purple-600:focus{
  --tw-gradient-from: #5530AD;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(85, 48, 173, 0));
}

.tw .focus\:from-purple-700:focus{
  --tw-gradient-from: #351690;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(53, 22, 144, 0));
}

.tw .focus\:from-purple-800:focus{
  --tw-gradient-from: #090074;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(9, 0, 116, 0));
}

.tw .focus\:from-purple-900:focus{
  --tw-gradient-from: #000059;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 89, 0));
}

.tw .focus\:from-purple:focus{
  --tw-gradient-from: #A878FF;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(168, 120, 255, 0));
}

.tw .focus\:from-orange-50:focus{
  --tw-gradient-from: #FFD283;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 210, 131, 0));
}

.tw .focus\:from-orange-100:focus{
  --tw-gradient-from: #FFB467;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 180, 103, 0));
}

.tw .focus\:from-orange-200:focus{
  --tw-gradient-from: #FF974B;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 151, 75, 0));
}

.tw .focus\:from-orange-300:focus{
  --tw-gradient-from: #F07A2F;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(240, 122, 47, 0));
}

.tw .focus\:from-orange-400:focus{
  --tw-gradient-from: #CE5F11;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(206, 95, 17, 0));
}

.tw .focus\:from-orange-500:focus{
  --tw-gradient-from: #AD4400;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(173, 68, 0, 0));
}

.tw .focus\:from-orange-600:focus{
  --tw-gradient-from: #8D2800;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(141, 40, 0, 0));
}

.tw .focus\:from-orange-700:focus{
  --tw-gradient-from: #6F0600;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(111, 6, 0, 0));
}

.tw .focus\:from-orange-800:focus{
  --tw-gradient-from: #540000;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(84, 0, 0, 0));
}

.tw .focus\:from-orange-900:focus{
  --tw-gradient-from: #410000;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(65, 0, 0, 0));
}

.tw .focus\:from-orange:focus{
  --tw-gradient-from: #F57F34;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 127, 52, 0));
}

.tw .focus\:from-surface-brand:focus{
  --tw-gradient-from: #1A1A1A;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(26, 26, 26, 0));
}

.tw .focus\:from-surface-lower:focus{
  --tw-gradient-from: #121314;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(18, 19, 20, 0));
}

.tw .focus\:from-surface-base:focus{
  --tw-gradient-from: #1D1E1F;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(29, 30, 31, 0));
}

.tw .focus\:from-surface-low:focus{
  --tw-gradient-from: #212124;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(33, 33, 36, 0));
}

.tw .focus\:from-surface-middle:focus{
  --tw-gradient-from: #26262A;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(38, 38, 42, 0));
}

.tw .focus\:from-surface-upper:focus{
  --tw-gradient-from: #29292E;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(41, 41, 46, 0));
}

.tw .focus\:from-surface-high:focus{
  --tw-gradient-from: #343435;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(52, 52, 53, 0));
}

.tw .focus\:from-surface-higher:focus{
  --tw-gradient-from: #4A4B4B;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(74, 75, 75, 0));
}

.tw .focus\:from-surface-highest:focus{
  --tw-gradient-from: #616162;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(97, 97, 98, 0));
}

.tw .focus\:from-glyph-base:focus{
  --tw-gradient-from: #FFFFFF;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.tw .focus\:from-glyph-light:focus{
  --tw-gradient-from: #C2C2C2;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(194, 194, 194, 0));
}

.tw .focus\:from-glyph-lighter:focus{
  --tw-gradient-from: #969696;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(150, 150, 150, 0));
}

.tw .focus\:from-glyph-lightest:focus{
  --tw-gradient-from: #505050;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(80, 80, 80, 0));
}

.tw .focus\:from-link:focus{
  --tw-gradient-from: #00BEFF;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 190, 255, 0));
}

.tw .focus\:from-info-error:focus{
  --tw-gradient-from: #eb3341;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(235, 51, 65, 0));
}

.tw .focus\:from-info-danger:focus{
  --tw-gradient-from: #F77F25;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(247, 127, 37, 0));
}

.tw .focus\:from-info-warn:focus{
  --tw-gradient-from: #FFC82F;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 200, 47, 0));
}

.tw .focus\:from-info-ok:focus{
  --tw-gradient-from: #00974F;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 151, 79, 0));
}

.tw .focus\:from-info-notice:focus{
  --tw-gradient-from: #0180FF;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(1, 128, 255, 0));
}

.tw .focus\:from-accent-1:focus{
  --tw-gradient-from: #FF5D69;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 93, 105, 0));
}

.tw .focus\:from-accent-2:focus{
  --tw-gradient-from: #07F5AF;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(7, 245, 175, 0));
}

.tw .focus\:from-accent-3:focus{
  --tw-gradient-from: #04D372;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(4, 211, 114, 0));
}

.tw .focus\:from-accent-4:focus{
  --tw-gradient-from: #8451F5;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(132, 81, 245, 0));
}

.tw .via-current{
  --tw-gradient-stops: var(--tw-gradient-from), currentColor, var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.tw .via-transparent{
  --tw-gradient-stops: var(--tw-gradient-from), transparent, var(--tw-gradient-to, rgba(0, 0, 0, 0));
}

.tw .via-white{
  --tw-gradient-stops: var(--tw-gradient-from), #FFFFFF, var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.tw .via-black{
  --tw-gradient-stops: var(--tw-gradient-from), #000000, var(--tw-gradient-to, rgba(0, 0, 0, 0));
}

.tw .via-gray-10{
  --tw-gradient-stops: var(--tw-gradient-from), #F0F0F0, var(--tw-gradient-to, rgba(240, 240, 240, 0));
}

.tw .via-gray-20{
  --tw-gradient-stops: var(--tw-gradient-from), #E2E2E2, var(--tw-gradient-to, rgba(226, 226, 226, 0));
}

.tw .via-gray-30{
  --tw-gradient-stops: var(--tw-gradient-from), #D3D3D3, var(--tw-gradient-to, rgba(211, 211, 211, 0));
}

.tw .via-gray-40{
  --tw-gradient-stops: var(--tw-gradient-from), #C5C5C5, var(--tw-gradient-to, rgba(197, 197, 197, 0));
}

.tw .via-gray-50{
  --tw-gradient-stops: var(--tw-gradient-from), #B7B7B7, var(--tw-gradient-to, rgba(183, 183, 183, 0));
}

.tw .via-gray-60{
  --tw-gradient-stops: var(--tw-gradient-from), #A9A9A9, var(--tw-gradient-to, rgba(169, 169, 169, 0));
}

.tw .via-gray-70{
  --tw-gradient-stops: var(--tw-gradient-from), #9C9C9C, var(--tw-gradient-to, rgba(156, 156, 156, 0));
}

.tw .via-gray-80{
  --tw-gradient-stops: var(--tw-gradient-from), #8E8E8E, var(--tw-gradient-to, rgba(142, 142, 142, 0));
}

.tw .via-gray-90{
  --tw-gradient-stops: var(--tw-gradient-from), #818181, var(--tw-gradient-to, rgba(129, 129, 129, 0));
}

.tw .via-gray-100{
  --tw-gradient-stops: var(--tw-gradient-from), #6C6D72, var(--tw-gradient-to, rgba(108, 109, 114, 0));
}

.tw .via-gray-200{
  --tw-gradient-stops: var(--tw-gradient-from), #606167, var(--tw-gradient-to, rgba(96, 97, 103, 0));
}

.tw .via-gray-300{
  --tw-gradient-stops: var(--tw-gradient-from), #54565B, var(--tw-gradient-to, rgba(84, 86, 91, 0));
}

.tw .via-gray-400{
  --tw-gradient-stops: var(--tw-gradient-from), #494950, var(--tw-gradient-to, rgba(73, 73, 80, 0));
}

.tw .via-gray-500{
  --tw-gradient-stops: var(--tw-gradient-from), #3D3D44, var(--tw-gradient-to, rgba(61, 61, 68, 0));
}

.tw .via-gray-600{
  --tw-gradient-stops: var(--tw-gradient-from), #35353D, var(--tw-gradient-to, rgba(53, 53, 61, 0));
}

.tw .via-gray-700{
  --tw-gradient-stops: var(--tw-gradient-from), #2D2D31, var(--tw-gradient-to, rgba(45, 45, 49, 0));
}

.tw .via-gray-800{
  --tw-gradient-stops: var(--tw-gradient-from), #26252A, var(--tw-gradient-to, rgba(38, 37, 42, 0));
}

.tw .via-gray-850{
  --tw-gradient-stops: var(--tw-gradient-from), #202025, var(--tw-gradient-to, rgba(32, 32, 37, 0));
}

.tw .via-gray-900{
  --tw-gradient-stops: var(--tw-gradient-from), #1B1B20, var(--tw-gradient-to, rgba(27, 27, 32, 0));
}

.tw .via-gray-950{
  --tw-gradient-stops: var(--tw-gradient-from), #141417, var(--tw-gradient-to, rgba(20, 20, 23, 0));
}

.tw .via-brand-50{
  --tw-gradient-stops: var(--tw-gradient-from), #7FFFFF, var(--tw-gradient-to, rgba(127, 255, 255, 0));
}

.tw .via-brand-100{
  --tw-gradient-stops: var(--tw-gradient-from), #57E2FF, var(--tw-gradient-to, rgba(87, 226, 255, 0));
}

.tw .via-brand-200{
  --tw-gradient-stops: var(--tw-gradient-from), #20C5FF, var(--tw-gradient-to, rgba(32, 197, 255, 0));
}

.tw .via-brand-300{
  --tw-gradient-stops: var(--tw-gradient-from), #00A7E7, var(--tw-gradient-to, rgba(0, 167, 231, 0));
}

.tw .via-brand-400{
  --tw-gradient-stops: var(--tw-gradient-from), #008BC9, var(--tw-gradient-to, rgba(0, 139, 201, 0));
}

.tw .via-brand-500{
  --tw-gradient-stops: var(--tw-gradient-from), #0070AC, var(--tw-gradient-to, rgba(0, 112, 172, 0));
}

.tw .via-brand-600{
  --tw-gradient-stops: var(--tw-gradient-from), #00568F, var(--tw-gradient-to, rgba(0, 86, 143, 0));
}

.tw .via-brand-700{
  --tw-gradient-stops: var(--tw-gradient-from), #003E74, var(--tw-gradient-to, rgba(0, 62, 116, 0));
}

.tw .via-brand-800{
  --tw-gradient-stops: var(--tw-gradient-from), #002759, var(--tw-gradient-to, rgba(0, 39, 89, 0));
}

.tw .via-brand-900{
  --tw-gradient-stops: var(--tw-gradient-from), #00123F, var(--tw-gradient-to, rgba(0, 18, 63, 0));
}

.tw .via-brand{
  --tw-gradient-stops: var(--tw-gradient-from), #00BEFF, var(--tw-gradient-to, rgba(0, 190, 255, 0));
}

.tw .via-brand-base{
  --tw-gradient-stops: var(--tw-gradient-from), #00BEFF, var(--tw-gradient-to, rgba(0, 190, 255, 0));
}

.tw .via-red-50{
  --tw-gradient-stops: var(--tw-gradient-from), #FFCAC8, var(--tw-gradient-to, rgba(255, 202, 200, 0));
}

.tw .via-red-100{
  --tw-gradient-stops: var(--tw-gradient-from), #FFABAB, var(--tw-gradient-to, rgba(255, 171, 171, 0));
}

.tw .via-red-200{
  --tw-gradient-stops: var(--tw-gradient-from), #FF8E8E, var(--tw-gradient-to, rgba(255, 142, 142, 0));
}

.tw .via-red-300{
  --tw-gradient-stops: var(--tw-gradient-from), #F77073, var(--tw-gradient-to, rgba(247, 112, 115, 0));
}

.tw .via-red-400{
  --tw-gradient-stops: var(--tw-gradient-from), #D75359, var(--tw-gradient-to, rgba(215, 83, 89, 0));
}

.tw .via-red-500{
  --tw-gradient-stops: var(--tw-gradient-from), #B63640, var(--tw-gradient-to, rgba(182, 54, 64, 0));
}

.tw .via-red-600{
  --tw-gradient-stops: var(--tw-gradient-from), #961229, var(--tw-gradient-to, rgba(150, 18, 41, 0));
}

.tw .via-red-700{
  --tw-gradient-stops: var(--tw-gradient-from), #770013, var(--tw-gradient-to, rgba(119, 0, 19, 0));
}

.tw .via-red-800{
  --tw-gradient-stops: var(--tw-gradient-from), #590000, var(--tw-gradient-to, rgba(89, 0, 0, 0));
}

.tw .via-red-900{
  --tw-gradient-stops: var(--tw-gradient-from), #410000, var(--tw-gradient-to, rgba(65, 0, 0, 0));
}

.tw .via-red{
  --tw-gradient-stops: var(--tw-gradient-from), #D35056, var(--tw-gradient-to, rgba(211, 80, 86, 0));
}

.tw .via-red-brand{
  --tw-gradient-stops: var(--tw-gradient-from), #FF4F4F, var(--tw-gradient-to, rgba(255, 79, 79, 0));
}

.tw .via-green-50{
  --tw-gradient-stops: var(--tw-gradient-from), #8DFFCD, var(--tw-gradient-to, rgba(141, 255, 205, 0));
}

.tw .via-green-100{
  --tw-gradient-stops: var(--tw-gradient-from), #6DECB0, var(--tw-gradient-to, rgba(109, 236, 176, 0));
}

.tw .via-green-200{
  --tw-gradient-stops: var(--tw-gradient-from), #4CCE93, var(--tw-gradient-to, rgba(76, 206, 147, 0));
}

.tw .via-green-300{
  --tw-gradient-stops: var(--tw-gradient-from), #24B077, var(--tw-gradient-to, rgba(36, 176, 119, 0));
}

.tw .via-green-400{
  --tw-gradient-stops: var(--tw-gradient-from), #00935D, var(--tw-gradient-to, rgba(0, 147, 93, 0));
}

.tw .via-green-500{
  --tw-gradient-stops: var(--tw-gradient-from), #007744, var(--tw-gradient-to, rgba(0, 119, 68, 0));
}

.tw .via-green-600{
  --tw-gradient-stops: var(--tw-gradient-from), #005B2B, var(--tw-gradient-to, rgba(0, 91, 43, 0));
}

.tw .via-green-700{
  --tw-gradient-stops: var(--tw-gradient-from), #004115, var(--tw-gradient-to, rgba(0, 65, 21, 0));
}

.tw .via-green-800{
  --tw-gradient-stops: var(--tw-gradient-from), #002B00, var(--tw-gradient-to, rgba(0, 43, 0, 0));
}

.tw .via-green-900{
  --tw-gradient-stops: var(--tw-gradient-from), #001B00, var(--tw-gradient-to, rgba(0, 27, 0, 0));
}

.tw .via-green{
  --tw-gradient-stops: var(--tw-gradient-from), #2EB67D, var(--tw-gradient-to, rgba(46, 182, 125, 0));
}

.tw .via-yellow-50{
  --tw-gradient-stops: var(--tw-gradient-from), #FFEB57, var(--tw-gradient-to, rgba(255, 235, 87, 0));
}

.tw .via-yellow-100{
  --tw-gradient-stops: var(--tw-gradient-from), #FFCD37, var(--tw-gradient-to, rgba(255, 205, 55, 0));
}

.tw .via-yellow-200{
  --tw-gradient-stops: var(--tw-gradient-from), #E4B009, var(--tw-gradient-to, rgba(228, 176, 9, 0));
}

.tw .via-yellow-300{
  --tw-gradient-stops: var(--tw-gradient-from), #C39400, var(--tw-gradient-to, rgba(195, 148, 0, 0));
}

.tw .via-yellow-400{
  --tw-gradient-stops: var(--tw-gradient-from), #A37900, var(--tw-gradient-to, rgba(163, 121, 0, 0));
}

.tw .via-yellow-500{
  --tw-gradient-stops: var(--tw-gradient-from), #855F00, var(--tw-gradient-to, rgba(133, 95, 0, 0));
}

.tw .via-yellow-600{
  --tw-gradient-stops: var(--tw-gradient-from), #684600, var(--tw-gradient-to, rgba(104, 70, 0, 0));
}

.tw .via-yellow-700{
  --tw-gradient-stops: var(--tw-gradient-from), #4F2E00, var(--tw-gradient-to, rgba(79, 46, 0, 0));
}

.tw .via-yellow-800{
  --tw-gradient-stops: var(--tw-gradient-from), #3D1600, var(--tw-gradient-to, rgba(61, 22, 0, 0));
}

.tw .via-yellow-900{
  --tw-gradient-stops: var(--tw-gradient-from), #320000, var(--tw-gradient-to, rgba(50, 0, 0, 0));
}

.tw .via-yellow{
  --tw-gradient-stops: var(--tw-gradient-from), #FEC72F, var(--tw-gradient-to, rgba(254, 199, 47, 0));
}

.tw .via-purple-50{
  --tw-gradient-stops: var(--tw-gradient-from), #FFD8FF, var(--tw-gradient-to, rgba(255, 216, 255, 0));
}

.tw .via-purple-100{
  --tw-gradient-stops: var(--tw-gradient-from), #F0BAFF, var(--tw-gradient-to, rgba(240, 186, 255, 0));
}

.tw .via-purple-200{
  --tw-gradient-stops: var(--tw-gradient-from), #D09DFF, var(--tw-gradient-to, rgba(208, 157, 255, 0));
}

.tw .via-purple-300{
  --tw-gradient-stops: var(--tw-gradient-from), #B180FF, var(--tw-gradient-to, rgba(177, 128, 255, 0));
}

.tw .via-purple-400{
  --tw-gradient-stops: var(--tw-gradient-from), #9265E9, var(--tw-gradient-to, rgba(146, 101, 233, 0));
}

.tw .via-purple-500{
  --tw-gradient-stops: var(--tw-gradient-from), #744ACB, var(--tw-gradient-to, rgba(116, 74, 203, 0));
}

.tw .via-purple-600{
  --tw-gradient-stops: var(--tw-gradient-from), #5530AD, var(--tw-gradient-to, rgba(85, 48, 173, 0));
}

.tw .via-purple-700{
  --tw-gradient-stops: var(--tw-gradient-from), #351690, var(--tw-gradient-to, rgba(53, 22, 144, 0));
}

.tw .via-purple-800{
  --tw-gradient-stops: var(--tw-gradient-from), #090074, var(--tw-gradient-to, rgba(9, 0, 116, 0));
}

.tw .via-purple-900{
  --tw-gradient-stops: var(--tw-gradient-from), #000059, var(--tw-gradient-to, rgba(0, 0, 89, 0));
}

.tw .via-purple{
  --tw-gradient-stops: var(--tw-gradient-from), #A878FF, var(--tw-gradient-to, rgba(168, 120, 255, 0));
}

.tw .via-orange-50{
  --tw-gradient-stops: var(--tw-gradient-from), #FFD283, var(--tw-gradient-to, rgba(255, 210, 131, 0));
}

.tw .via-orange-100{
  --tw-gradient-stops: var(--tw-gradient-from), #FFB467, var(--tw-gradient-to, rgba(255, 180, 103, 0));
}

.tw .via-orange-200{
  --tw-gradient-stops: var(--tw-gradient-from), #FF974B, var(--tw-gradient-to, rgba(255, 151, 75, 0));
}

.tw .via-orange-300{
  --tw-gradient-stops: var(--tw-gradient-from), #F07A2F, var(--tw-gradient-to, rgba(240, 122, 47, 0));
}

.tw .via-orange-400{
  --tw-gradient-stops: var(--tw-gradient-from), #CE5F11, var(--tw-gradient-to, rgba(206, 95, 17, 0));
}

.tw .via-orange-500{
  --tw-gradient-stops: var(--tw-gradient-from), #AD4400, var(--tw-gradient-to, rgba(173, 68, 0, 0));
}

.tw .via-orange-600{
  --tw-gradient-stops: var(--tw-gradient-from), #8D2800, var(--tw-gradient-to, rgba(141, 40, 0, 0));
}

.tw .via-orange-700{
  --tw-gradient-stops: var(--tw-gradient-from), #6F0600, var(--tw-gradient-to, rgba(111, 6, 0, 0));
}

.tw .via-orange-800{
  --tw-gradient-stops: var(--tw-gradient-from), #540000, var(--tw-gradient-to, rgba(84, 0, 0, 0));
}

.tw .via-orange-900{
  --tw-gradient-stops: var(--tw-gradient-from), #410000, var(--tw-gradient-to, rgba(65, 0, 0, 0));
}

.tw .via-orange{
  --tw-gradient-stops: var(--tw-gradient-from), #F57F34, var(--tw-gradient-to, rgba(245, 127, 52, 0));
}

.tw .via-surface-brand{
  --tw-gradient-stops: var(--tw-gradient-from), #1A1A1A, var(--tw-gradient-to, rgba(26, 26, 26, 0));
}

.tw .via-surface-lower{
  --tw-gradient-stops: var(--tw-gradient-from), #121314, var(--tw-gradient-to, rgba(18, 19, 20, 0));
}

.tw .via-surface-base{
  --tw-gradient-stops: var(--tw-gradient-from), #1D1E1F, var(--tw-gradient-to, rgba(29, 30, 31, 0));
}

.tw .via-surface-low{
  --tw-gradient-stops: var(--tw-gradient-from), #212124, var(--tw-gradient-to, rgba(33, 33, 36, 0));
}

.tw .via-surface-middle{
  --tw-gradient-stops: var(--tw-gradient-from), #26262A, var(--tw-gradient-to, rgba(38, 38, 42, 0));
}

.tw .via-surface-upper{
  --tw-gradient-stops: var(--tw-gradient-from), #29292E, var(--tw-gradient-to, rgba(41, 41, 46, 0));
}

.tw .via-surface-high{
  --tw-gradient-stops: var(--tw-gradient-from), #343435, var(--tw-gradient-to, rgba(52, 52, 53, 0));
}

.tw .via-surface-higher{
  --tw-gradient-stops: var(--tw-gradient-from), #4A4B4B, var(--tw-gradient-to, rgba(74, 75, 75, 0));
}

.tw .via-surface-highest{
  --tw-gradient-stops: var(--tw-gradient-from), #616162, var(--tw-gradient-to, rgba(97, 97, 98, 0));
}

.tw .via-glyph-base{
  --tw-gradient-stops: var(--tw-gradient-from), #FFFFFF, var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.tw .via-glyph-light{
  --tw-gradient-stops: var(--tw-gradient-from), #C2C2C2, var(--tw-gradient-to, rgba(194, 194, 194, 0));
}

.tw .via-glyph-lighter{
  --tw-gradient-stops: var(--tw-gradient-from), #969696, var(--tw-gradient-to, rgba(150, 150, 150, 0));
}

.tw .via-glyph-lightest{
  --tw-gradient-stops: var(--tw-gradient-from), #505050, var(--tw-gradient-to, rgba(80, 80, 80, 0));
}

.tw .via-link{
  --tw-gradient-stops: var(--tw-gradient-from), #00BEFF, var(--tw-gradient-to, rgba(0, 190, 255, 0));
}

.tw .via-info-error{
  --tw-gradient-stops: var(--tw-gradient-from), #eb3341, var(--tw-gradient-to, rgba(235, 51, 65, 0));
}

.tw .via-info-danger{
  --tw-gradient-stops: var(--tw-gradient-from), #F77F25, var(--tw-gradient-to, rgba(247, 127, 37, 0));
}

.tw .via-info-warn{
  --tw-gradient-stops: var(--tw-gradient-from), #FFC82F, var(--tw-gradient-to, rgba(255, 200, 47, 0));
}

.tw .via-info-ok{
  --tw-gradient-stops: var(--tw-gradient-from), #00974F, var(--tw-gradient-to, rgba(0, 151, 79, 0));
}

.tw .via-info-notice{
  --tw-gradient-stops: var(--tw-gradient-from), #0180FF, var(--tw-gradient-to, rgba(1, 128, 255, 0));
}

.tw .via-accent-1{
  --tw-gradient-stops: var(--tw-gradient-from), #FF5D69, var(--tw-gradient-to, rgba(255, 93, 105, 0));
}

.tw .via-accent-2{
  --tw-gradient-stops: var(--tw-gradient-from), #07F5AF, var(--tw-gradient-to, rgba(7, 245, 175, 0));
}

.tw .via-accent-3{
  --tw-gradient-stops: var(--tw-gradient-from), #04D372, var(--tw-gradient-to, rgba(4, 211, 114, 0));
}

.tw .via-accent-4{
  --tw-gradient-stops: var(--tw-gradient-from), #8451F5, var(--tw-gradient-to, rgba(132, 81, 245, 0));
}

.tw .hover\:via-current:hover{
  --tw-gradient-stops: var(--tw-gradient-from), currentColor, var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.tw .hover\:via-transparent:hover{
  --tw-gradient-stops: var(--tw-gradient-from), transparent, var(--tw-gradient-to, rgba(0, 0, 0, 0));
}

.tw .hover\:via-white:hover{
  --tw-gradient-stops: var(--tw-gradient-from), #FFFFFF, var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.tw .hover\:via-black:hover{
  --tw-gradient-stops: var(--tw-gradient-from), #000000, var(--tw-gradient-to, rgba(0, 0, 0, 0));
}

.tw .hover\:via-gray-10:hover{
  --tw-gradient-stops: var(--tw-gradient-from), #F0F0F0, var(--tw-gradient-to, rgba(240, 240, 240, 0));
}

.tw .hover\:via-gray-20:hover{
  --tw-gradient-stops: var(--tw-gradient-from), #E2E2E2, var(--tw-gradient-to, rgba(226, 226, 226, 0));
}

.tw .hover\:via-gray-30:hover{
  --tw-gradient-stops: var(--tw-gradient-from), #D3D3D3, var(--tw-gradient-to, rgba(211, 211, 211, 0));
}

.tw .hover\:via-gray-40:hover{
  --tw-gradient-stops: var(--tw-gradient-from), #C5C5C5, var(--tw-gradient-to, rgba(197, 197, 197, 0));
}

.tw .hover\:via-gray-50:hover{
  --tw-gradient-stops: var(--tw-gradient-from), #B7B7B7, var(--tw-gradient-to, rgba(183, 183, 183, 0));
}

.tw .hover\:via-gray-60:hover{
  --tw-gradient-stops: var(--tw-gradient-from), #A9A9A9, var(--tw-gradient-to, rgba(169, 169, 169, 0));
}

.tw .hover\:via-gray-70:hover{
  --tw-gradient-stops: var(--tw-gradient-from), #9C9C9C, var(--tw-gradient-to, rgba(156, 156, 156, 0));
}

.tw .hover\:via-gray-80:hover{
  --tw-gradient-stops: var(--tw-gradient-from), #8E8E8E, var(--tw-gradient-to, rgba(142, 142, 142, 0));
}

.tw .hover\:via-gray-90:hover{
  --tw-gradient-stops: var(--tw-gradient-from), #818181, var(--tw-gradient-to, rgba(129, 129, 129, 0));
}

.tw .hover\:via-gray-100:hover{
  --tw-gradient-stops: var(--tw-gradient-from), #6C6D72, var(--tw-gradient-to, rgba(108, 109, 114, 0));
}

.tw .hover\:via-gray-200:hover{
  --tw-gradient-stops: var(--tw-gradient-from), #606167, var(--tw-gradient-to, rgba(96, 97, 103, 0));
}

.tw .hover\:via-gray-300:hover{
  --tw-gradient-stops: var(--tw-gradient-from), #54565B, var(--tw-gradient-to, rgba(84, 86, 91, 0));
}

.tw .hover\:via-gray-400:hover{
  --tw-gradient-stops: var(--tw-gradient-from), #494950, var(--tw-gradient-to, rgba(73, 73, 80, 0));
}

.tw .hover\:via-gray-500:hover{
  --tw-gradient-stops: var(--tw-gradient-from), #3D3D44, var(--tw-gradient-to, rgba(61, 61, 68, 0));
}

.tw .hover\:via-gray-600:hover{
  --tw-gradient-stops: var(--tw-gradient-from), #35353D, var(--tw-gradient-to, rgba(53, 53, 61, 0));
}

.tw .hover\:via-gray-700:hover{
  --tw-gradient-stops: var(--tw-gradient-from), #2D2D31, var(--tw-gradient-to, rgba(45, 45, 49, 0));
}

.tw .hover\:via-gray-800:hover{
  --tw-gradient-stops: var(--tw-gradient-from), #26252A, var(--tw-gradient-to, rgba(38, 37, 42, 0));
}

.tw .hover\:via-gray-850:hover{
  --tw-gradient-stops: var(--tw-gradient-from), #202025, var(--tw-gradient-to, rgba(32, 32, 37, 0));
}

.tw .hover\:via-gray-900:hover{
  --tw-gradient-stops: var(--tw-gradient-from), #1B1B20, var(--tw-gradient-to, rgba(27, 27, 32, 0));
}

.tw .hover\:via-gray-950:hover{
  --tw-gradient-stops: var(--tw-gradient-from), #141417, var(--tw-gradient-to, rgba(20, 20, 23, 0));
}

.tw .hover\:via-brand-50:hover{
  --tw-gradient-stops: var(--tw-gradient-from), #7FFFFF, var(--tw-gradient-to, rgba(127, 255, 255, 0));
}

.tw .hover\:via-brand-100:hover{
  --tw-gradient-stops: var(--tw-gradient-from), #57E2FF, var(--tw-gradient-to, rgba(87, 226, 255, 0));
}

.tw .hover\:via-brand-200:hover{
  --tw-gradient-stops: var(--tw-gradient-from), #20C5FF, var(--tw-gradient-to, rgba(32, 197, 255, 0));
}

.tw .hover\:via-brand-300:hover{
  --tw-gradient-stops: var(--tw-gradient-from), #00A7E7, var(--tw-gradient-to, rgba(0, 167, 231, 0));
}

.tw .hover\:via-brand-400:hover{
  --tw-gradient-stops: var(--tw-gradient-from), #008BC9, var(--tw-gradient-to, rgba(0, 139, 201, 0));
}

.tw .hover\:via-brand-500:hover{
  --tw-gradient-stops: var(--tw-gradient-from), #0070AC, var(--tw-gradient-to, rgba(0, 112, 172, 0));
}

.tw .hover\:via-brand-600:hover{
  --tw-gradient-stops: var(--tw-gradient-from), #00568F, var(--tw-gradient-to, rgba(0, 86, 143, 0));
}

.tw .hover\:via-brand-700:hover{
  --tw-gradient-stops: var(--tw-gradient-from), #003E74, var(--tw-gradient-to, rgba(0, 62, 116, 0));
}

.tw .hover\:via-brand-800:hover{
  --tw-gradient-stops: var(--tw-gradient-from), #002759, var(--tw-gradient-to, rgba(0, 39, 89, 0));
}

.tw .hover\:via-brand-900:hover{
  --tw-gradient-stops: var(--tw-gradient-from), #00123F, var(--tw-gradient-to, rgba(0, 18, 63, 0));
}

.tw .hover\:via-brand:hover{
  --tw-gradient-stops: var(--tw-gradient-from), #00BEFF, var(--tw-gradient-to, rgba(0, 190, 255, 0));
}

.tw .hover\:via-brand-base:hover{
  --tw-gradient-stops: var(--tw-gradient-from), #00BEFF, var(--tw-gradient-to, rgba(0, 190, 255, 0));
}

.tw .hover\:via-red-50:hover{
  --tw-gradient-stops: var(--tw-gradient-from), #FFCAC8, var(--tw-gradient-to, rgba(255, 202, 200, 0));
}

.tw .hover\:via-red-100:hover{
  --tw-gradient-stops: var(--tw-gradient-from), #FFABAB, var(--tw-gradient-to, rgba(255, 171, 171, 0));
}

.tw .hover\:via-red-200:hover{
  --tw-gradient-stops: var(--tw-gradient-from), #FF8E8E, var(--tw-gradient-to, rgba(255, 142, 142, 0));
}

.tw .hover\:via-red-300:hover{
  --tw-gradient-stops: var(--tw-gradient-from), #F77073, var(--tw-gradient-to, rgba(247, 112, 115, 0));
}

.tw .hover\:via-red-400:hover{
  --tw-gradient-stops: var(--tw-gradient-from), #D75359, var(--tw-gradient-to, rgba(215, 83, 89, 0));
}

.tw .hover\:via-red-500:hover{
  --tw-gradient-stops: var(--tw-gradient-from), #B63640, var(--tw-gradient-to, rgba(182, 54, 64, 0));
}

.tw .hover\:via-red-600:hover{
  --tw-gradient-stops: var(--tw-gradient-from), #961229, var(--tw-gradient-to, rgba(150, 18, 41, 0));
}

.tw .hover\:via-red-700:hover{
  --tw-gradient-stops: var(--tw-gradient-from), #770013, var(--tw-gradient-to, rgba(119, 0, 19, 0));
}

.tw .hover\:via-red-800:hover{
  --tw-gradient-stops: var(--tw-gradient-from), #590000, var(--tw-gradient-to, rgba(89, 0, 0, 0));
}

.tw .hover\:via-red-900:hover{
  --tw-gradient-stops: var(--tw-gradient-from), #410000, var(--tw-gradient-to, rgba(65, 0, 0, 0));
}

.tw .hover\:via-red:hover{
  --tw-gradient-stops: var(--tw-gradient-from), #D35056, var(--tw-gradient-to, rgba(211, 80, 86, 0));
}

.tw .hover\:via-red-brand:hover{
  --tw-gradient-stops: var(--tw-gradient-from), #FF4F4F, var(--tw-gradient-to, rgba(255, 79, 79, 0));
}

.tw .hover\:via-green-50:hover{
  --tw-gradient-stops: var(--tw-gradient-from), #8DFFCD, var(--tw-gradient-to, rgba(141, 255, 205, 0));
}

.tw .hover\:via-green-100:hover{
  --tw-gradient-stops: var(--tw-gradient-from), #6DECB0, var(--tw-gradient-to, rgba(109, 236, 176, 0));
}

.tw .hover\:via-green-200:hover{
  --tw-gradient-stops: var(--tw-gradient-from), #4CCE93, var(--tw-gradient-to, rgba(76, 206, 147, 0));
}

.tw .hover\:via-green-300:hover{
  --tw-gradient-stops: var(--tw-gradient-from), #24B077, var(--tw-gradient-to, rgba(36, 176, 119, 0));
}

.tw .hover\:via-green-400:hover{
  --tw-gradient-stops: var(--tw-gradient-from), #00935D, var(--tw-gradient-to, rgba(0, 147, 93, 0));
}

.tw .hover\:via-green-500:hover{
  --tw-gradient-stops: var(--tw-gradient-from), #007744, var(--tw-gradient-to, rgba(0, 119, 68, 0));
}

.tw .hover\:via-green-600:hover{
  --tw-gradient-stops: var(--tw-gradient-from), #005B2B, var(--tw-gradient-to, rgba(0, 91, 43, 0));
}

.tw .hover\:via-green-700:hover{
  --tw-gradient-stops: var(--tw-gradient-from), #004115, var(--tw-gradient-to, rgba(0, 65, 21, 0));
}

.tw .hover\:via-green-800:hover{
  --tw-gradient-stops: var(--tw-gradient-from), #002B00, var(--tw-gradient-to, rgba(0, 43, 0, 0));
}

.tw .hover\:via-green-900:hover{
  --tw-gradient-stops: var(--tw-gradient-from), #001B00, var(--tw-gradient-to, rgba(0, 27, 0, 0));
}

.tw .hover\:via-green:hover{
  --tw-gradient-stops: var(--tw-gradient-from), #2EB67D, var(--tw-gradient-to, rgba(46, 182, 125, 0));
}

.tw .hover\:via-yellow-50:hover{
  --tw-gradient-stops: var(--tw-gradient-from), #FFEB57, var(--tw-gradient-to, rgba(255, 235, 87, 0));
}

.tw .hover\:via-yellow-100:hover{
  --tw-gradient-stops: var(--tw-gradient-from), #FFCD37, var(--tw-gradient-to, rgba(255, 205, 55, 0));
}

.tw .hover\:via-yellow-200:hover{
  --tw-gradient-stops: var(--tw-gradient-from), #E4B009, var(--tw-gradient-to, rgba(228, 176, 9, 0));
}

.tw .hover\:via-yellow-300:hover{
  --tw-gradient-stops: var(--tw-gradient-from), #C39400, var(--tw-gradient-to, rgba(195, 148, 0, 0));
}

.tw .hover\:via-yellow-400:hover{
  --tw-gradient-stops: var(--tw-gradient-from), #A37900, var(--tw-gradient-to, rgba(163, 121, 0, 0));
}

.tw .hover\:via-yellow-500:hover{
  --tw-gradient-stops: var(--tw-gradient-from), #855F00, var(--tw-gradient-to, rgba(133, 95, 0, 0));
}

.tw .hover\:via-yellow-600:hover{
  --tw-gradient-stops: var(--tw-gradient-from), #684600, var(--tw-gradient-to, rgba(104, 70, 0, 0));
}

.tw .hover\:via-yellow-700:hover{
  --tw-gradient-stops: var(--tw-gradient-from), #4F2E00, var(--tw-gradient-to, rgba(79, 46, 0, 0));
}

.tw .hover\:via-yellow-800:hover{
  --tw-gradient-stops: var(--tw-gradient-from), #3D1600, var(--tw-gradient-to, rgba(61, 22, 0, 0));
}

.tw .hover\:via-yellow-900:hover{
  --tw-gradient-stops: var(--tw-gradient-from), #320000, var(--tw-gradient-to, rgba(50, 0, 0, 0));
}

.tw .hover\:via-yellow:hover{
  --tw-gradient-stops: var(--tw-gradient-from), #FEC72F, var(--tw-gradient-to, rgba(254, 199, 47, 0));
}

.tw .hover\:via-purple-50:hover{
  --tw-gradient-stops: var(--tw-gradient-from), #FFD8FF, var(--tw-gradient-to, rgba(255, 216, 255, 0));
}

.tw .hover\:via-purple-100:hover{
  --tw-gradient-stops: var(--tw-gradient-from), #F0BAFF, var(--tw-gradient-to, rgba(240, 186, 255, 0));
}

.tw .hover\:via-purple-200:hover{
  --tw-gradient-stops: var(--tw-gradient-from), #D09DFF, var(--tw-gradient-to, rgba(208, 157, 255, 0));
}

.tw .hover\:via-purple-300:hover{
  --tw-gradient-stops: var(--tw-gradient-from), #B180FF, var(--tw-gradient-to, rgba(177, 128, 255, 0));
}

.tw .hover\:via-purple-400:hover{
  --tw-gradient-stops: var(--tw-gradient-from), #9265E9, var(--tw-gradient-to, rgba(146, 101, 233, 0));
}

.tw .hover\:via-purple-500:hover{
  --tw-gradient-stops: var(--tw-gradient-from), #744ACB, var(--tw-gradient-to, rgba(116, 74, 203, 0));
}

.tw .hover\:via-purple-600:hover{
  --tw-gradient-stops: var(--tw-gradient-from), #5530AD, var(--tw-gradient-to, rgba(85, 48, 173, 0));
}

.tw .hover\:via-purple-700:hover{
  --tw-gradient-stops: var(--tw-gradient-from), #351690, var(--tw-gradient-to, rgba(53, 22, 144, 0));
}

.tw .hover\:via-purple-800:hover{
  --tw-gradient-stops: var(--tw-gradient-from), #090074, var(--tw-gradient-to, rgba(9, 0, 116, 0));
}

.tw .hover\:via-purple-900:hover{
  --tw-gradient-stops: var(--tw-gradient-from), #000059, var(--tw-gradient-to, rgba(0, 0, 89, 0));
}

.tw .hover\:via-purple:hover{
  --tw-gradient-stops: var(--tw-gradient-from), #A878FF, var(--tw-gradient-to, rgba(168, 120, 255, 0));
}

.tw .hover\:via-orange-50:hover{
  --tw-gradient-stops: var(--tw-gradient-from), #FFD283, var(--tw-gradient-to, rgba(255, 210, 131, 0));
}

.tw .hover\:via-orange-100:hover{
  --tw-gradient-stops: var(--tw-gradient-from), #FFB467, var(--tw-gradient-to, rgba(255, 180, 103, 0));
}

.tw .hover\:via-orange-200:hover{
  --tw-gradient-stops: var(--tw-gradient-from), #FF974B, var(--tw-gradient-to, rgba(255, 151, 75, 0));
}

.tw .hover\:via-orange-300:hover{
  --tw-gradient-stops: var(--tw-gradient-from), #F07A2F, var(--tw-gradient-to, rgba(240, 122, 47, 0));
}

.tw .hover\:via-orange-400:hover{
  --tw-gradient-stops: var(--tw-gradient-from), #CE5F11, var(--tw-gradient-to, rgba(206, 95, 17, 0));
}

.tw .hover\:via-orange-500:hover{
  --tw-gradient-stops: var(--tw-gradient-from), #AD4400, var(--tw-gradient-to, rgba(173, 68, 0, 0));
}

.tw .hover\:via-orange-600:hover{
  --tw-gradient-stops: var(--tw-gradient-from), #8D2800, var(--tw-gradient-to, rgba(141, 40, 0, 0));
}

.tw .hover\:via-orange-700:hover{
  --tw-gradient-stops: var(--tw-gradient-from), #6F0600, var(--tw-gradient-to, rgba(111, 6, 0, 0));
}

.tw .hover\:via-orange-800:hover{
  --tw-gradient-stops: var(--tw-gradient-from), #540000, var(--tw-gradient-to, rgba(84, 0, 0, 0));
}

.tw .hover\:via-orange-900:hover{
  --tw-gradient-stops: var(--tw-gradient-from), #410000, var(--tw-gradient-to, rgba(65, 0, 0, 0));
}

.tw .hover\:via-orange:hover{
  --tw-gradient-stops: var(--tw-gradient-from), #F57F34, var(--tw-gradient-to, rgba(245, 127, 52, 0));
}

.tw .hover\:via-surface-brand:hover{
  --tw-gradient-stops: var(--tw-gradient-from), #1A1A1A, var(--tw-gradient-to, rgba(26, 26, 26, 0));
}

.tw .hover\:via-surface-lower:hover{
  --tw-gradient-stops: var(--tw-gradient-from), #121314, var(--tw-gradient-to, rgba(18, 19, 20, 0));
}

.tw .hover\:via-surface-base:hover{
  --tw-gradient-stops: var(--tw-gradient-from), #1D1E1F, var(--tw-gradient-to, rgba(29, 30, 31, 0));
}

.tw .hover\:via-surface-low:hover{
  --tw-gradient-stops: var(--tw-gradient-from), #212124, var(--tw-gradient-to, rgba(33, 33, 36, 0));
}

.tw .hover\:via-surface-middle:hover{
  --tw-gradient-stops: var(--tw-gradient-from), #26262A, var(--tw-gradient-to, rgba(38, 38, 42, 0));
}

.tw .hover\:via-surface-upper:hover{
  --tw-gradient-stops: var(--tw-gradient-from), #29292E, var(--tw-gradient-to, rgba(41, 41, 46, 0));
}

.tw .hover\:via-surface-high:hover{
  --tw-gradient-stops: var(--tw-gradient-from), #343435, var(--tw-gradient-to, rgba(52, 52, 53, 0));
}

.tw .hover\:via-surface-higher:hover{
  --tw-gradient-stops: var(--tw-gradient-from), #4A4B4B, var(--tw-gradient-to, rgba(74, 75, 75, 0));
}

.tw .hover\:via-surface-highest:hover{
  --tw-gradient-stops: var(--tw-gradient-from), #616162, var(--tw-gradient-to, rgba(97, 97, 98, 0));
}

.tw .hover\:via-glyph-base:hover{
  --tw-gradient-stops: var(--tw-gradient-from), #FFFFFF, var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.tw .hover\:via-glyph-light:hover{
  --tw-gradient-stops: var(--tw-gradient-from), #C2C2C2, var(--tw-gradient-to, rgba(194, 194, 194, 0));
}

.tw .hover\:via-glyph-lighter:hover{
  --tw-gradient-stops: var(--tw-gradient-from), #969696, var(--tw-gradient-to, rgba(150, 150, 150, 0));
}

.tw .hover\:via-glyph-lightest:hover{
  --tw-gradient-stops: var(--tw-gradient-from), #505050, var(--tw-gradient-to, rgba(80, 80, 80, 0));
}

.tw .hover\:via-link:hover{
  --tw-gradient-stops: var(--tw-gradient-from), #00BEFF, var(--tw-gradient-to, rgba(0, 190, 255, 0));
}

.tw .hover\:via-info-error:hover{
  --tw-gradient-stops: var(--tw-gradient-from), #eb3341, var(--tw-gradient-to, rgba(235, 51, 65, 0));
}

.tw .hover\:via-info-danger:hover{
  --tw-gradient-stops: var(--tw-gradient-from), #F77F25, var(--tw-gradient-to, rgba(247, 127, 37, 0));
}

.tw .hover\:via-info-warn:hover{
  --tw-gradient-stops: var(--tw-gradient-from), #FFC82F, var(--tw-gradient-to, rgba(255, 200, 47, 0));
}

.tw .hover\:via-info-ok:hover{
  --tw-gradient-stops: var(--tw-gradient-from), #00974F, var(--tw-gradient-to, rgba(0, 151, 79, 0));
}

.tw .hover\:via-info-notice:hover{
  --tw-gradient-stops: var(--tw-gradient-from), #0180FF, var(--tw-gradient-to, rgba(1, 128, 255, 0));
}

.tw .hover\:via-accent-1:hover{
  --tw-gradient-stops: var(--tw-gradient-from), #FF5D69, var(--tw-gradient-to, rgba(255, 93, 105, 0));
}

.tw .hover\:via-accent-2:hover{
  --tw-gradient-stops: var(--tw-gradient-from), #07F5AF, var(--tw-gradient-to, rgba(7, 245, 175, 0));
}

.tw .hover\:via-accent-3:hover{
  --tw-gradient-stops: var(--tw-gradient-from), #04D372, var(--tw-gradient-to, rgba(4, 211, 114, 0));
}

.tw .hover\:via-accent-4:hover{
  --tw-gradient-stops: var(--tw-gradient-from), #8451F5, var(--tw-gradient-to, rgba(132, 81, 245, 0));
}

.tw .focus\:via-current:focus{
  --tw-gradient-stops: var(--tw-gradient-from), currentColor, var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.tw .focus\:via-transparent:focus{
  --tw-gradient-stops: var(--tw-gradient-from), transparent, var(--tw-gradient-to, rgba(0, 0, 0, 0));
}

.tw .focus\:via-white:focus{
  --tw-gradient-stops: var(--tw-gradient-from), #FFFFFF, var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.tw .focus\:via-black:focus{
  --tw-gradient-stops: var(--tw-gradient-from), #000000, var(--tw-gradient-to, rgba(0, 0, 0, 0));
}

.tw .focus\:via-gray-10:focus{
  --tw-gradient-stops: var(--tw-gradient-from), #F0F0F0, var(--tw-gradient-to, rgba(240, 240, 240, 0));
}

.tw .focus\:via-gray-20:focus{
  --tw-gradient-stops: var(--tw-gradient-from), #E2E2E2, var(--tw-gradient-to, rgba(226, 226, 226, 0));
}

.tw .focus\:via-gray-30:focus{
  --tw-gradient-stops: var(--tw-gradient-from), #D3D3D3, var(--tw-gradient-to, rgba(211, 211, 211, 0));
}

.tw .focus\:via-gray-40:focus{
  --tw-gradient-stops: var(--tw-gradient-from), #C5C5C5, var(--tw-gradient-to, rgba(197, 197, 197, 0));
}

.tw .focus\:via-gray-50:focus{
  --tw-gradient-stops: var(--tw-gradient-from), #B7B7B7, var(--tw-gradient-to, rgba(183, 183, 183, 0));
}

.tw .focus\:via-gray-60:focus{
  --tw-gradient-stops: var(--tw-gradient-from), #A9A9A9, var(--tw-gradient-to, rgba(169, 169, 169, 0));
}

.tw .focus\:via-gray-70:focus{
  --tw-gradient-stops: var(--tw-gradient-from), #9C9C9C, var(--tw-gradient-to, rgba(156, 156, 156, 0));
}

.tw .focus\:via-gray-80:focus{
  --tw-gradient-stops: var(--tw-gradient-from), #8E8E8E, var(--tw-gradient-to, rgba(142, 142, 142, 0));
}

.tw .focus\:via-gray-90:focus{
  --tw-gradient-stops: var(--tw-gradient-from), #818181, var(--tw-gradient-to, rgba(129, 129, 129, 0));
}

.tw .focus\:via-gray-100:focus{
  --tw-gradient-stops: var(--tw-gradient-from), #6C6D72, var(--tw-gradient-to, rgba(108, 109, 114, 0));
}

.tw .focus\:via-gray-200:focus{
  --tw-gradient-stops: var(--tw-gradient-from), #606167, var(--tw-gradient-to, rgba(96, 97, 103, 0));
}

.tw .focus\:via-gray-300:focus{
  --tw-gradient-stops: var(--tw-gradient-from), #54565B, var(--tw-gradient-to, rgba(84, 86, 91, 0));
}

.tw .focus\:via-gray-400:focus{
  --tw-gradient-stops: var(--tw-gradient-from), #494950, var(--tw-gradient-to, rgba(73, 73, 80, 0));
}

.tw .focus\:via-gray-500:focus{
  --tw-gradient-stops: var(--tw-gradient-from), #3D3D44, var(--tw-gradient-to, rgba(61, 61, 68, 0));
}

.tw .focus\:via-gray-600:focus{
  --tw-gradient-stops: var(--tw-gradient-from), #35353D, var(--tw-gradient-to, rgba(53, 53, 61, 0));
}

.tw .focus\:via-gray-700:focus{
  --tw-gradient-stops: var(--tw-gradient-from), #2D2D31, var(--tw-gradient-to, rgba(45, 45, 49, 0));
}

.tw .focus\:via-gray-800:focus{
  --tw-gradient-stops: var(--tw-gradient-from), #26252A, var(--tw-gradient-to, rgba(38, 37, 42, 0));
}

.tw .focus\:via-gray-850:focus{
  --tw-gradient-stops: var(--tw-gradient-from), #202025, var(--tw-gradient-to, rgba(32, 32, 37, 0));
}

.tw .focus\:via-gray-900:focus{
  --tw-gradient-stops: var(--tw-gradient-from), #1B1B20, var(--tw-gradient-to, rgba(27, 27, 32, 0));
}

.tw .focus\:via-gray-950:focus{
  --tw-gradient-stops: var(--tw-gradient-from), #141417, var(--tw-gradient-to, rgba(20, 20, 23, 0));
}

.tw .focus\:via-brand-50:focus{
  --tw-gradient-stops: var(--tw-gradient-from), #7FFFFF, var(--tw-gradient-to, rgba(127, 255, 255, 0));
}

.tw .focus\:via-brand-100:focus{
  --tw-gradient-stops: var(--tw-gradient-from), #57E2FF, var(--tw-gradient-to, rgba(87, 226, 255, 0));
}

.tw .focus\:via-brand-200:focus{
  --tw-gradient-stops: var(--tw-gradient-from), #20C5FF, var(--tw-gradient-to, rgba(32, 197, 255, 0));
}

.tw .focus\:via-brand-300:focus{
  --tw-gradient-stops: var(--tw-gradient-from), #00A7E7, var(--tw-gradient-to, rgba(0, 167, 231, 0));
}

.tw .focus\:via-brand-400:focus{
  --tw-gradient-stops: var(--tw-gradient-from), #008BC9, var(--tw-gradient-to, rgba(0, 139, 201, 0));
}

.tw .focus\:via-brand-500:focus{
  --tw-gradient-stops: var(--tw-gradient-from), #0070AC, var(--tw-gradient-to, rgba(0, 112, 172, 0));
}

.tw .focus\:via-brand-600:focus{
  --tw-gradient-stops: var(--tw-gradient-from), #00568F, var(--tw-gradient-to, rgba(0, 86, 143, 0));
}

.tw .focus\:via-brand-700:focus{
  --tw-gradient-stops: var(--tw-gradient-from), #003E74, var(--tw-gradient-to, rgba(0, 62, 116, 0));
}

.tw .focus\:via-brand-800:focus{
  --tw-gradient-stops: var(--tw-gradient-from), #002759, var(--tw-gradient-to, rgba(0, 39, 89, 0));
}

.tw .focus\:via-brand-900:focus{
  --tw-gradient-stops: var(--tw-gradient-from), #00123F, var(--tw-gradient-to, rgba(0, 18, 63, 0));
}

.tw .focus\:via-brand:focus{
  --tw-gradient-stops: var(--tw-gradient-from), #00BEFF, var(--tw-gradient-to, rgba(0, 190, 255, 0));
}

.tw .focus\:via-brand-base:focus{
  --tw-gradient-stops: var(--tw-gradient-from), #00BEFF, var(--tw-gradient-to, rgba(0, 190, 255, 0));
}

.tw .focus\:via-red-50:focus{
  --tw-gradient-stops: var(--tw-gradient-from), #FFCAC8, var(--tw-gradient-to, rgba(255, 202, 200, 0));
}

.tw .focus\:via-red-100:focus{
  --tw-gradient-stops: var(--tw-gradient-from), #FFABAB, var(--tw-gradient-to, rgba(255, 171, 171, 0));
}

.tw .focus\:via-red-200:focus{
  --tw-gradient-stops: var(--tw-gradient-from), #FF8E8E, var(--tw-gradient-to, rgba(255, 142, 142, 0));
}

.tw .focus\:via-red-300:focus{
  --tw-gradient-stops: var(--tw-gradient-from), #F77073, var(--tw-gradient-to, rgba(247, 112, 115, 0));
}

.tw .focus\:via-red-400:focus{
  --tw-gradient-stops: var(--tw-gradient-from), #D75359, var(--tw-gradient-to, rgba(215, 83, 89, 0));
}

.tw .focus\:via-red-500:focus{
  --tw-gradient-stops: var(--tw-gradient-from), #B63640, var(--tw-gradient-to, rgba(182, 54, 64, 0));
}

.tw .focus\:via-red-600:focus{
  --tw-gradient-stops: var(--tw-gradient-from), #961229, var(--tw-gradient-to, rgba(150, 18, 41, 0));
}

.tw .focus\:via-red-700:focus{
  --tw-gradient-stops: var(--tw-gradient-from), #770013, var(--tw-gradient-to, rgba(119, 0, 19, 0));
}

.tw .focus\:via-red-800:focus{
  --tw-gradient-stops: var(--tw-gradient-from), #590000, var(--tw-gradient-to, rgba(89, 0, 0, 0));
}

.tw .focus\:via-red-900:focus{
  --tw-gradient-stops: var(--tw-gradient-from), #410000, var(--tw-gradient-to, rgba(65, 0, 0, 0));
}

.tw .focus\:via-red:focus{
  --tw-gradient-stops: var(--tw-gradient-from), #D35056, var(--tw-gradient-to, rgba(211, 80, 86, 0));
}

.tw .focus\:via-red-brand:focus{
  --tw-gradient-stops: var(--tw-gradient-from), #FF4F4F, var(--tw-gradient-to, rgba(255, 79, 79, 0));
}

.tw .focus\:via-green-50:focus{
  --tw-gradient-stops: var(--tw-gradient-from), #8DFFCD, var(--tw-gradient-to, rgba(141, 255, 205, 0));
}

.tw .focus\:via-green-100:focus{
  --tw-gradient-stops: var(--tw-gradient-from), #6DECB0, var(--tw-gradient-to, rgba(109, 236, 176, 0));
}

.tw .focus\:via-green-200:focus{
  --tw-gradient-stops: var(--tw-gradient-from), #4CCE93, var(--tw-gradient-to, rgba(76, 206, 147, 0));
}

.tw .focus\:via-green-300:focus{
  --tw-gradient-stops: var(--tw-gradient-from), #24B077, var(--tw-gradient-to, rgba(36, 176, 119, 0));
}

.tw .focus\:via-green-400:focus{
  --tw-gradient-stops: var(--tw-gradient-from), #00935D, var(--tw-gradient-to, rgba(0, 147, 93, 0));
}

.tw .focus\:via-green-500:focus{
  --tw-gradient-stops: var(--tw-gradient-from), #007744, var(--tw-gradient-to, rgba(0, 119, 68, 0));
}

.tw .focus\:via-green-600:focus{
  --tw-gradient-stops: var(--tw-gradient-from), #005B2B, var(--tw-gradient-to, rgba(0, 91, 43, 0));
}

.tw .focus\:via-green-700:focus{
  --tw-gradient-stops: var(--tw-gradient-from), #004115, var(--tw-gradient-to, rgba(0, 65, 21, 0));
}

.tw .focus\:via-green-800:focus{
  --tw-gradient-stops: var(--tw-gradient-from), #002B00, var(--tw-gradient-to, rgba(0, 43, 0, 0));
}

.tw .focus\:via-green-900:focus{
  --tw-gradient-stops: var(--tw-gradient-from), #001B00, var(--tw-gradient-to, rgba(0, 27, 0, 0));
}

.tw .focus\:via-green:focus{
  --tw-gradient-stops: var(--tw-gradient-from), #2EB67D, var(--tw-gradient-to, rgba(46, 182, 125, 0));
}

.tw .focus\:via-yellow-50:focus{
  --tw-gradient-stops: var(--tw-gradient-from), #FFEB57, var(--tw-gradient-to, rgba(255, 235, 87, 0));
}

.tw .focus\:via-yellow-100:focus{
  --tw-gradient-stops: var(--tw-gradient-from), #FFCD37, var(--tw-gradient-to, rgba(255, 205, 55, 0));
}

.tw .focus\:via-yellow-200:focus{
  --tw-gradient-stops: var(--tw-gradient-from), #E4B009, var(--tw-gradient-to, rgba(228, 176, 9, 0));
}

.tw .focus\:via-yellow-300:focus{
  --tw-gradient-stops: var(--tw-gradient-from), #C39400, var(--tw-gradient-to, rgba(195, 148, 0, 0));
}

.tw .focus\:via-yellow-400:focus{
  --tw-gradient-stops: var(--tw-gradient-from), #A37900, var(--tw-gradient-to, rgba(163, 121, 0, 0));
}

.tw .focus\:via-yellow-500:focus{
  --tw-gradient-stops: var(--tw-gradient-from), #855F00, var(--tw-gradient-to, rgba(133, 95, 0, 0));
}

.tw .focus\:via-yellow-600:focus{
  --tw-gradient-stops: var(--tw-gradient-from), #684600, var(--tw-gradient-to, rgba(104, 70, 0, 0));
}

.tw .focus\:via-yellow-700:focus{
  --tw-gradient-stops: var(--tw-gradient-from), #4F2E00, var(--tw-gradient-to, rgba(79, 46, 0, 0));
}

.tw .focus\:via-yellow-800:focus{
  --tw-gradient-stops: var(--tw-gradient-from), #3D1600, var(--tw-gradient-to, rgba(61, 22, 0, 0));
}

.tw .focus\:via-yellow-900:focus{
  --tw-gradient-stops: var(--tw-gradient-from), #320000, var(--tw-gradient-to, rgba(50, 0, 0, 0));
}

.tw .focus\:via-yellow:focus{
  --tw-gradient-stops: var(--tw-gradient-from), #FEC72F, var(--tw-gradient-to, rgba(254, 199, 47, 0));
}

.tw .focus\:via-purple-50:focus{
  --tw-gradient-stops: var(--tw-gradient-from), #FFD8FF, var(--tw-gradient-to, rgba(255, 216, 255, 0));
}

.tw .focus\:via-purple-100:focus{
  --tw-gradient-stops: var(--tw-gradient-from), #F0BAFF, var(--tw-gradient-to, rgba(240, 186, 255, 0));
}

.tw .focus\:via-purple-200:focus{
  --tw-gradient-stops: var(--tw-gradient-from), #D09DFF, var(--tw-gradient-to, rgba(208, 157, 255, 0));
}

.tw .focus\:via-purple-300:focus{
  --tw-gradient-stops: var(--tw-gradient-from), #B180FF, var(--tw-gradient-to, rgba(177, 128, 255, 0));
}

.tw .focus\:via-purple-400:focus{
  --tw-gradient-stops: var(--tw-gradient-from), #9265E9, var(--tw-gradient-to, rgba(146, 101, 233, 0));
}

.tw .focus\:via-purple-500:focus{
  --tw-gradient-stops: var(--tw-gradient-from), #744ACB, var(--tw-gradient-to, rgba(116, 74, 203, 0));
}

.tw .focus\:via-purple-600:focus{
  --tw-gradient-stops: var(--tw-gradient-from), #5530AD, var(--tw-gradient-to, rgba(85, 48, 173, 0));
}

.tw .focus\:via-purple-700:focus{
  --tw-gradient-stops: var(--tw-gradient-from), #351690, var(--tw-gradient-to, rgba(53, 22, 144, 0));
}

.tw .focus\:via-purple-800:focus{
  --tw-gradient-stops: var(--tw-gradient-from), #090074, var(--tw-gradient-to, rgba(9, 0, 116, 0));
}

.tw .focus\:via-purple-900:focus{
  --tw-gradient-stops: var(--tw-gradient-from), #000059, var(--tw-gradient-to, rgba(0, 0, 89, 0));
}

.tw .focus\:via-purple:focus{
  --tw-gradient-stops: var(--tw-gradient-from), #A878FF, var(--tw-gradient-to, rgba(168, 120, 255, 0));
}

.tw .focus\:via-orange-50:focus{
  --tw-gradient-stops: var(--tw-gradient-from), #FFD283, var(--tw-gradient-to, rgba(255, 210, 131, 0));
}

.tw .focus\:via-orange-100:focus{
  --tw-gradient-stops: var(--tw-gradient-from), #FFB467, var(--tw-gradient-to, rgba(255, 180, 103, 0));
}

.tw .focus\:via-orange-200:focus{
  --tw-gradient-stops: var(--tw-gradient-from), #FF974B, var(--tw-gradient-to, rgba(255, 151, 75, 0));
}

.tw .focus\:via-orange-300:focus{
  --tw-gradient-stops: var(--tw-gradient-from), #F07A2F, var(--tw-gradient-to, rgba(240, 122, 47, 0));
}

.tw .focus\:via-orange-400:focus{
  --tw-gradient-stops: var(--tw-gradient-from), #CE5F11, var(--tw-gradient-to, rgba(206, 95, 17, 0));
}

.tw .focus\:via-orange-500:focus{
  --tw-gradient-stops: var(--tw-gradient-from), #AD4400, var(--tw-gradient-to, rgba(173, 68, 0, 0));
}

.tw .focus\:via-orange-600:focus{
  --tw-gradient-stops: var(--tw-gradient-from), #8D2800, var(--tw-gradient-to, rgba(141, 40, 0, 0));
}

.tw .focus\:via-orange-700:focus{
  --tw-gradient-stops: var(--tw-gradient-from), #6F0600, var(--tw-gradient-to, rgba(111, 6, 0, 0));
}

.tw .focus\:via-orange-800:focus{
  --tw-gradient-stops: var(--tw-gradient-from), #540000, var(--tw-gradient-to, rgba(84, 0, 0, 0));
}

.tw .focus\:via-orange-900:focus{
  --tw-gradient-stops: var(--tw-gradient-from), #410000, var(--tw-gradient-to, rgba(65, 0, 0, 0));
}

.tw .focus\:via-orange:focus{
  --tw-gradient-stops: var(--tw-gradient-from), #F57F34, var(--tw-gradient-to, rgba(245, 127, 52, 0));
}

.tw .focus\:via-surface-brand:focus{
  --tw-gradient-stops: var(--tw-gradient-from), #1A1A1A, var(--tw-gradient-to, rgba(26, 26, 26, 0));
}

.tw .focus\:via-surface-lower:focus{
  --tw-gradient-stops: var(--tw-gradient-from), #121314, var(--tw-gradient-to, rgba(18, 19, 20, 0));
}

.tw .focus\:via-surface-base:focus{
  --tw-gradient-stops: var(--tw-gradient-from), #1D1E1F, var(--tw-gradient-to, rgba(29, 30, 31, 0));
}

.tw .focus\:via-surface-low:focus{
  --tw-gradient-stops: var(--tw-gradient-from), #212124, var(--tw-gradient-to, rgba(33, 33, 36, 0));
}

.tw .focus\:via-surface-middle:focus{
  --tw-gradient-stops: var(--tw-gradient-from), #26262A, var(--tw-gradient-to, rgba(38, 38, 42, 0));
}

.tw .focus\:via-surface-upper:focus{
  --tw-gradient-stops: var(--tw-gradient-from), #29292E, var(--tw-gradient-to, rgba(41, 41, 46, 0));
}

.tw .focus\:via-surface-high:focus{
  --tw-gradient-stops: var(--tw-gradient-from), #343435, var(--tw-gradient-to, rgba(52, 52, 53, 0));
}

.tw .focus\:via-surface-higher:focus{
  --tw-gradient-stops: var(--tw-gradient-from), #4A4B4B, var(--tw-gradient-to, rgba(74, 75, 75, 0));
}

.tw .focus\:via-surface-highest:focus{
  --tw-gradient-stops: var(--tw-gradient-from), #616162, var(--tw-gradient-to, rgba(97, 97, 98, 0));
}

.tw .focus\:via-glyph-base:focus{
  --tw-gradient-stops: var(--tw-gradient-from), #FFFFFF, var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.tw .focus\:via-glyph-light:focus{
  --tw-gradient-stops: var(--tw-gradient-from), #C2C2C2, var(--tw-gradient-to, rgba(194, 194, 194, 0));
}

.tw .focus\:via-glyph-lighter:focus{
  --tw-gradient-stops: var(--tw-gradient-from), #969696, var(--tw-gradient-to, rgba(150, 150, 150, 0));
}

.tw .focus\:via-glyph-lightest:focus{
  --tw-gradient-stops: var(--tw-gradient-from), #505050, var(--tw-gradient-to, rgba(80, 80, 80, 0));
}

.tw .focus\:via-link:focus{
  --tw-gradient-stops: var(--tw-gradient-from), #00BEFF, var(--tw-gradient-to, rgba(0, 190, 255, 0));
}

.tw .focus\:via-info-error:focus{
  --tw-gradient-stops: var(--tw-gradient-from), #eb3341, var(--tw-gradient-to, rgba(235, 51, 65, 0));
}

.tw .focus\:via-info-danger:focus{
  --tw-gradient-stops: var(--tw-gradient-from), #F77F25, var(--tw-gradient-to, rgba(247, 127, 37, 0));
}

.tw .focus\:via-info-warn:focus{
  --tw-gradient-stops: var(--tw-gradient-from), #FFC82F, var(--tw-gradient-to, rgba(255, 200, 47, 0));
}

.tw .focus\:via-info-ok:focus{
  --tw-gradient-stops: var(--tw-gradient-from), #00974F, var(--tw-gradient-to, rgba(0, 151, 79, 0));
}

.tw .focus\:via-info-notice:focus{
  --tw-gradient-stops: var(--tw-gradient-from), #0180FF, var(--tw-gradient-to, rgba(1, 128, 255, 0));
}

.tw .focus\:via-accent-1:focus{
  --tw-gradient-stops: var(--tw-gradient-from), #FF5D69, var(--tw-gradient-to, rgba(255, 93, 105, 0));
}

.tw .focus\:via-accent-2:focus{
  --tw-gradient-stops: var(--tw-gradient-from), #07F5AF, var(--tw-gradient-to, rgba(7, 245, 175, 0));
}

.tw .focus\:via-accent-3:focus{
  --tw-gradient-stops: var(--tw-gradient-from), #04D372, var(--tw-gradient-to, rgba(4, 211, 114, 0));
}

.tw .focus\:via-accent-4:focus{
  --tw-gradient-stops: var(--tw-gradient-from), #8451F5, var(--tw-gradient-to, rgba(132, 81, 245, 0));
}

.tw .to-current{
  --tw-gradient-to: currentColor;
}

.tw .to-transparent{
  --tw-gradient-to: transparent;
}

.tw .to-white{
  --tw-gradient-to: #FFFFFF;
}

.tw .to-black{
  --tw-gradient-to: #000000;
}

.tw .to-gray-10{
  --tw-gradient-to: #F0F0F0;
}

.tw .to-gray-20{
  --tw-gradient-to: #E2E2E2;
}

.tw .to-gray-30{
  --tw-gradient-to: #D3D3D3;
}

.tw .to-gray-40{
  --tw-gradient-to: #C5C5C5;
}

.tw .to-gray-50{
  --tw-gradient-to: #B7B7B7;
}

.tw .to-gray-60{
  --tw-gradient-to: #A9A9A9;
}

.tw .to-gray-70{
  --tw-gradient-to: #9C9C9C;
}

.tw .to-gray-80{
  --tw-gradient-to: #8E8E8E;
}

.tw .to-gray-90{
  --tw-gradient-to: #818181;
}

.tw .to-gray-100{
  --tw-gradient-to: #6C6D72;
}

.tw .to-gray-200{
  --tw-gradient-to: #606167;
}

.tw .to-gray-300{
  --tw-gradient-to: #54565B;
}

.tw .to-gray-400{
  --tw-gradient-to: #494950;
}

.tw .to-gray-500{
  --tw-gradient-to: #3D3D44;
}

.tw .to-gray-600{
  --tw-gradient-to: #35353D;
}

.tw .to-gray-700{
  --tw-gradient-to: #2D2D31;
}

.tw .to-gray-800{
  --tw-gradient-to: #26252A;
}

.tw .to-gray-850{
  --tw-gradient-to: #202025;
}

.tw .to-gray-900{
  --tw-gradient-to: #1B1B20;
}

.tw .to-gray-950{
  --tw-gradient-to: #141417;
}

.tw .to-brand-50{
  --tw-gradient-to: #7FFFFF;
}

.tw .to-brand-100{
  --tw-gradient-to: #57E2FF;
}

.tw .to-brand-200{
  --tw-gradient-to: #20C5FF;
}

.tw .to-brand-300{
  --tw-gradient-to: #00A7E7;
}

.tw .to-brand-400{
  --tw-gradient-to: #008BC9;
}

.tw .to-brand-500{
  --tw-gradient-to: #0070AC;
}

.tw .to-brand-600{
  --tw-gradient-to: #00568F;
}

.tw .to-brand-700{
  --tw-gradient-to: #003E74;
}

.tw .to-brand-800{
  --tw-gradient-to: #002759;
}

.tw .to-brand-900{
  --tw-gradient-to: #00123F;
}

.tw .to-brand{
  --tw-gradient-to: #00BEFF;
}

.tw .to-brand-base{
  --tw-gradient-to: #00BEFF;
}

.tw .to-red-50{
  --tw-gradient-to: #FFCAC8;
}

.tw .to-red-100{
  --tw-gradient-to: #FFABAB;
}

.tw .to-red-200{
  --tw-gradient-to: #FF8E8E;
}

.tw .to-red-300{
  --tw-gradient-to: #F77073;
}

.tw .to-red-400{
  --tw-gradient-to: #D75359;
}

.tw .to-red-500{
  --tw-gradient-to: #B63640;
}

.tw .to-red-600{
  --tw-gradient-to: #961229;
}

.tw .to-red-700{
  --tw-gradient-to: #770013;
}

.tw .to-red-800{
  --tw-gradient-to: #590000;
}

.tw .to-red-900{
  --tw-gradient-to: #410000;
}

.tw .to-red{
  --tw-gradient-to: #D35056;
}

.tw .to-red-brand{
  --tw-gradient-to: #FF4F4F;
}

.tw .to-green-50{
  --tw-gradient-to: #8DFFCD;
}

.tw .to-green-100{
  --tw-gradient-to: #6DECB0;
}

.tw .to-green-200{
  --tw-gradient-to: #4CCE93;
}

.tw .to-green-300{
  --tw-gradient-to: #24B077;
}

.tw .to-green-400{
  --tw-gradient-to: #00935D;
}

.tw .to-green-500{
  --tw-gradient-to: #007744;
}

.tw .to-green-600{
  --tw-gradient-to: #005B2B;
}

.tw .to-green-700{
  --tw-gradient-to: #004115;
}

.tw .to-green-800{
  --tw-gradient-to: #002B00;
}

.tw .to-green-900{
  --tw-gradient-to: #001B00;
}

.tw .to-green{
  --tw-gradient-to: #2EB67D;
}

.tw .to-yellow-50{
  --tw-gradient-to: #FFEB57;
}

.tw .to-yellow-100{
  --tw-gradient-to: #FFCD37;
}

.tw .to-yellow-200{
  --tw-gradient-to: #E4B009;
}

.tw .to-yellow-300{
  --tw-gradient-to: #C39400;
}

.tw .to-yellow-400{
  --tw-gradient-to: #A37900;
}

.tw .to-yellow-500{
  --tw-gradient-to: #855F00;
}

.tw .to-yellow-600{
  --tw-gradient-to: #684600;
}

.tw .to-yellow-700{
  --tw-gradient-to: #4F2E00;
}

.tw .to-yellow-800{
  --tw-gradient-to: #3D1600;
}

.tw .to-yellow-900{
  --tw-gradient-to: #320000;
}

.tw .to-yellow{
  --tw-gradient-to: #FEC72F;
}

.tw .to-purple-50{
  --tw-gradient-to: #FFD8FF;
}

.tw .to-purple-100{
  --tw-gradient-to: #F0BAFF;
}

.tw .to-purple-200{
  --tw-gradient-to: #D09DFF;
}

.tw .to-purple-300{
  --tw-gradient-to: #B180FF;
}

.tw .to-purple-400{
  --tw-gradient-to: #9265E9;
}

.tw .to-purple-500{
  --tw-gradient-to: #744ACB;
}

.tw .to-purple-600{
  --tw-gradient-to: #5530AD;
}

.tw .to-purple-700{
  --tw-gradient-to: #351690;
}

.tw .to-purple-800{
  --tw-gradient-to: #090074;
}

.tw .to-purple-900{
  --tw-gradient-to: #000059;
}

.tw .to-purple{
  --tw-gradient-to: #A878FF;
}

.tw .to-orange-50{
  --tw-gradient-to: #FFD283;
}

.tw .to-orange-100{
  --tw-gradient-to: #FFB467;
}

.tw .to-orange-200{
  --tw-gradient-to: #FF974B;
}

.tw .to-orange-300{
  --tw-gradient-to: #F07A2F;
}

.tw .to-orange-400{
  --tw-gradient-to: #CE5F11;
}

.tw .to-orange-500{
  --tw-gradient-to: #AD4400;
}

.tw .to-orange-600{
  --tw-gradient-to: #8D2800;
}

.tw .to-orange-700{
  --tw-gradient-to: #6F0600;
}

.tw .to-orange-800{
  --tw-gradient-to: #540000;
}

.tw .to-orange-900{
  --tw-gradient-to: #410000;
}

.tw .to-orange{
  --tw-gradient-to: #F57F34;
}

.tw .to-surface-brand{
  --tw-gradient-to: #1A1A1A;
}

.tw .to-surface-lower{
  --tw-gradient-to: #121314;
}

.tw .to-surface-base{
  --tw-gradient-to: #1D1E1F;
}

.tw .to-surface-low{
  --tw-gradient-to: #212124;
}

.tw .to-surface-middle{
  --tw-gradient-to: #26262A;
}

.tw .to-surface-upper{
  --tw-gradient-to: #29292E;
}

.tw .to-surface-high{
  --tw-gradient-to: #343435;
}

.tw .to-surface-higher{
  --tw-gradient-to: #4A4B4B;
}

.tw .to-surface-highest{
  --tw-gradient-to: #616162;
}

.tw .to-glyph-base{
  --tw-gradient-to: #FFFFFF;
}

.tw .to-glyph-light{
  --tw-gradient-to: #C2C2C2;
}

.tw .to-glyph-lighter{
  --tw-gradient-to: #969696;
}

.tw .to-glyph-lightest{
  --tw-gradient-to: #505050;
}

.tw .to-link{
  --tw-gradient-to: #00BEFF;
}

.tw .to-info-error{
  --tw-gradient-to: #eb3341;
}

.tw .to-info-danger{
  --tw-gradient-to: #F77F25;
}

.tw .to-info-warn{
  --tw-gradient-to: #FFC82F;
}

.tw .to-info-ok{
  --tw-gradient-to: #00974F;
}

.tw .to-info-notice{
  --tw-gradient-to: #0180FF;
}

.tw .to-accent-1{
  --tw-gradient-to: #FF5D69;
}

.tw .to-accent-2{
  --tw-gradient-to: #07F5AF;
}

.tw .to-accent-3{
  --tw-gradient-to: #04D372;
}

.tw .to-accent-4{
  --tw-gradient-to: #8451F5;
}

.tw .hover\:to-current:hover{
  --tw-gradient-to: currentColor;
}

.tw .hover\:to-transparent:hover{
  --tw-gradient-to: transparent;
}

.tw .hover\:to-white:hover{
  --tw-gradient-to: #FFFFFF;
}

.tw .hover\:to-black:hover{
  --tw-gradient-to: #000000;
}

.tw .hover\:to-gray-10:hover{
  --tw-gradient-to: #F0F0F0;
}

.tw .hover\:to-gray-20:hover{
  --tw-gradient-to: #E2E2E2;
}

.tw .hover\:to-gray-30:hover{
  --tw-gradient-to: #D3D3D3;
}

.tw .hover\:to-gray-40:hover{
  --tw-gradient-to: #C5C5C5;
}

.tw .hover\:to-gray-50:hover{
  --tw-gradient-to: #B7B7B7;
}

.tw .hover\:to-gray-60:hover{
  --tw-gradient-to: #A9A9A9;
}

.tw .hover\:to-gray-70:hover{
  --tw-gradient-to: #9C9C9C;
}

.tw .hover\:to-gray-80:hover{
  --tw-gradient-to: #8E8E8E;
}

.tw .hover\:to-gray-90:hover{
  --tw-gradient-to: #818181;
}

.tw .hover\:to-gray-100:hover{
  --tw-gradient-to: #6C6D72;
}

.tw .hover\:to-gray-200:hover{
  --tw-gradient-to: #606167;
}

.tw .hover\:to-gray-300:hover{
  --tw-gradient-to: #54565B;
}

.tw .hover\:to-gray-400:hover{
  --tw-gradient-to: #494950;
}

.tw .hover\:to-gray-500:hover{
  --tw-gradient-to: #3D3D44;
}

.tw .hover\:to-gray-600:hover{
  --tw-gradient-to: #35353D;
}

.tw .hover\:to-gray-700:hover{
  --tw-gradient-to: #2D2D31;
}

.tw .hover\:to-gray-800:hover{
  --tw-gradient-to: #26252A;
}

.tw .hover\:to-gray-850:hover{
  --tw-gradient-to: #202025;
}

.tw .hover\:to-gray-900:hover{
  --tw-gradient-to: #1B1B20;
}

.tw .hover\:to-gray-950:hover{
  --tw-gradient-to: #141417;
}

.tw .hover\:to-brand-50:hover{
  --tw-gradient-to: #7FFFFF;
}

.tw .hover\:to-brand-100:hover{
  --tw-gradient-to: #57E2FF;
}

.tw .hover\:to-brand-200:hover{
  --tw-gradient-to: #20C5FF;
}

.tw .hover\:to-brand-300:hover{
  --tw-gradient-to: #00A7E7;
}

.tw .hover\:to-brand-400:hover{
  --tw-gradient-to: #008BC9;
}

.tw .hover\:to-brand-500:hover{
  --tw-gradient-to: #0070AC;
}

.tw .hover\:to-brand-600:hover{
  --tw-gradient-to: #00568F;
}

.tw .hover\:to-brand-700:hover{
  --tw-gradient-to: #003E74;
}

.tw .hover\:to-brand-800:hover{
  --tw-gradient-to: #002759;
}

.tw .hover\:to-brand-900:hover{
  --tw-gradient-to: #00123F;
}

.tw .hover\:to-brand:hover{
  --tw-gradient-to: #00BEFF;
}

.tw .hover\:to-brand-base:hover{
  --tw-gradient-to: #00BEFF;
}

.tw .hover\:to-red-50:hover{
  --tw-gradient-to: #FFCAC8;
}

.tw .hover\:to-red-100:hover{
  --tw-gradient-to: #FFABAB;
}

.tw .hover\:to-red-200:hover{
  --tw-gradient-to: #FF8E8E;
}

.tw .hover\:to-red-300:hover{
  --tw-gradient-to: #F77073;
}

.tw .hover\:to-red-400:hover{
  --tw-gradient-to: #D75359;
}

.tw .hover\:to-red-500:hover{
  --tw-gradient-to: #B63640;
}

.tw .hover\:to-red-600:hover{
  --tw-gradient-to: #961229;
}

.tw .hover\:to-red-700:hover{
  --tw-gradient-to: #770013;
}

.tw .hover\:to-red-800:hover{
  --tw-gradient-to: #590000;
}

.tw .hover\:to-red-900:hover{
  --tw-gradient-to: #410000;
}

.tw .hover\:to-red:hover{
  --tw-gradient-to: #D35056;
}

.tw .hover\:to-red-brand:hover{
  --tw-gradient-to: #FF4F4F;
}

.tw .hover\:to-green-50:hover{
  --tw-gradient-to: #8DFFCD;
}

.tw .hover\:to-green-100:hover{
  --tw-gradient-to: #6DECB0;
}

.tw .hover\:to-green-200:hover{
  --tw-gradient-to: #4CCE93;
}

.tw .hover\:to-green-300:hover{
  --tw-gradient-to: #24B077;
}

.tw .hover\:to-green-400:hover{
  --tw-gradient-to: #00935D;
}

.tw .hover\:to-green-500:hover{
  --tw-gradient-to: #007744;
}

.tw .hover\:to-green-600:hover{
  --tw-gradient-to: #005B2B;
}

.tw .hover\:to-green-700:hover{
  --tw-gradient-to: #004115;
}

.tw .hover\:to-green-800:hover{
  --tw-gradient-to: #002B00;
}

.tw .hover\:to-green-900:hover{
  --tw-gradient-to: #001B00;
}

.tw .hover\:to-green:hover{
  --tw-gradient-to: #2EB67D;
}

.tw .hover\:to-yellow-50:hover{
  --tw-gradient-to: #FFEB57;
}

.tw .hover\:to-yellow-100:hover{
  --tw-gradient-to: #FFCD37;
}

.tw .hover\:to-yellow-200:hover{
  --tw-gradient-to: #E4B009;
}

.tw .hover\:to-yellow-300:hover{
  --tw-gradient-to: #C39400;
}

.tw .hover\:to-yellow-400:hover{
  --tw-gradient-to: #A37900;
}

.tw .hover\:to-yellow-500:hover{
  --tw-gradient-to: #855F00;
}

.tw .hover\:to-yellow-600:hover{
  --tw-gradient-to: #684600;
}

.tw .hover\:to-yellow-700:hover{
  --tw-gradient-to: #4F2E00;
}

.tw .hover\:to-yellow-800:hover{
  --tw-gradient-to: #3D1600;
}

.tw .hover\:to-yellow-900:hover{
  --tw-gradient-to: #320000;
}

.tw .hover\:to-yellow:hover{
  --tw-gradient-to: #FEC72F;
}

.tw .hover\:to-purple-50:hover{
  --tw-gradient-to: #FFD8FF;
}

.tw .hover\:to-purple-100:hover{
  --tw-gradient-to: #F0BAFF;
}

.tw .hover\:to-purple-200:hover{
  --tw-gradient-to: #D09DFF;
}

.tw .hover\:to-purple-300:hover{
  --tw-gradient-to: #B180FF;
}

.tw .hover\:to-purple-400:hover{
  --tw-gradient-to: #9265E9;
}

.tw .hover\:to-purple-500:hover{
  --tw-gradient-to: #744ACB;
}

.tw .hover\:to-purple-600:hover{
  --tw-gradient-to: #5530AD;
}

.tw .hover\:to-purple-700:hover{
  --tw-gradient-to: #351690;
}

.tw .hover\:to-purple-800:hover{
  --tw-gradient-to: #090074;
}

.tw .hover\:to-purple-900:hover{
  --tw-gradient-to: #000059;
}

.tw .hover\:to-purple:hover{
  --tw-gradient-to: #A878FF;
}

.tw .hover\:to-orange-50:hover{
  --tw-gradient-to: #FFD283;
}

.tw .hover\:to-orange-100:hover{
  --tw-gradient-to: #FFB467;
}

.tw .hover\:to-orange-200:hover{
  --tw-gradient-to: #FF974B;
}

.tw .hover\:to-orange-300:hover{
  --tw-gradient-to: #F07A2F;
}

.tw .hover\:to-orange-400:hover{
  --tw-gradient-to: #CE5F11;
}

.tw .hover\:to-orange-500:hover{
  --tw-gradient-to: #AD4400;
}

.tw .hover\:to-orange-600:hover{
  --tw-gradient-to: #8D2800;
}

.tw .hover\:to-orange-700:hover{
  --tw-gradient-to: #6F0600;
}

.tw .hover\:to-orange-800:hover{
  --tw-gradient-to: #540000;
}

.tw .hover\:to-orange-900:hover{
  --tw-gradient-to: #410000;
}

.tw .hover\:to-orange:hover{
  --tw-gradient-to: #F57F34;
}

.tw .hover\:to-surface-brand:hover{
  --tw-gradient-to: #1A1A1A;
}

.tw .hover\:to-surface-lower:hover{
  --tw-gradient-to: #121314;
}

.tw .hover\:to-surface-base:hover{
  --tw-gradient-to: #1D1E1F;
}

.tw .hover\:to-surface-low:hover{
  --tw-gradient-to: #212124;
}

.tw .hover\:to-surface-middle:hover{
  --tw-gradient-to: #26262A;
}

.tw .hover\:to-surface-upper:hover{
  --tw-gradient-to: #29292E;
}

.tw .hover\:to-surface-high:hover{
  --tw-gradient-to: #343435;
}

.tw .hover\:to-surface-higher:hover{
  --tw-gradient-to: #4A4B4B;
}

.tw .hover\:to-surface-highest:hover{
  --tw-gradient-to: #616162;
}

.tw .hover\:to-glyph-base:hover{
  --tw-gradient-to: #FFFFFF;
}

.tw .hover\:to-glyph-light:hover{
  --tw-gradient-to: #C2C2C2;
}

.tw .hover\:to-glyph-lighter:hover{
  --tw-gradient-to: #969696;
}

.tw .hover\:to-glyph-lightest:hover{
  --tw-gradient-to: #505050;
}

.tw .hover\:to-link:hover{
  --tw-gradient-to: #00BEFF;
}

.tw .hover\:to-info-error:hover{
  --tw-gradient-to: #eb3341;
}

.tw .hover\:to-info-danger:hover{
  --tw-gradient-to: #F77F25;
}

.tw .hover\:to-info-warn:hover{
  --tw-gradient-to: #FFC82F;
}

.tw .hover\:to-info-ok:hover{
  --tw-gradient-to: #00974F;
}

.tw .hover\:to-info-notice:hover{
  --tw-gradient-to: #0180FF;
}

.tw .hover\:to-accent-1:hover{
  --tw-gradient-to: #FF5D69;
}

.tw .hover\:to-accent-2:hover{
  --tw-gradient-to: #07F5AF;
}

.tw .hover\:to-accent-3:hover{
  --tw-gradient-to: #04D372;
}

.tw .hover\:to-accent-4:hover{
  --tw-gradient-to: #8451F5;
}

.tw .focus\:to-current:focus{
  --tw-gradient-to: currentColor;
}

.tw .focus\:to-transparent:focus{
  --tw-gradient-to: transparent;
}

.tw .focus\:to-white:focus{
  --tw-gradient-to: #FFFFFF;
}

.tw .focus\:to-black:focus{
  --tw-gradient-to: #000000;
}

.tw .focus\:to-gray-10:focus{
  --tw-gradient-to: #F0F0F0;
}

.tw .focus\:to-gray-20:focus{
  --tw-gradient-to: #E2E2E2;
}

.tw .focus\:to-gray-30:focus{
  --tw-gradient-to: #D3D3D3;
}

.tw .focus\:to-gray-40:focus{
  --tw-gradient-to: #C5C5C5;
}

.tw .focus\:to-gray-50:focus{
  --tw-gradient-to: #B7B7B7;
}

.tw .focus\:to-gray-60:focus{
  --tw-gradient-to: #A9A9A9;
}

.tw .focus\:to-gray-70:focus{
  --tw-gradient-to: #9C9C9C;
}

.tw .focus\:to-gray-80:focus{
  --tw-gradient-to: #8E8E8E;
}

.tw .focus\:to-gray-90:focus{
  --tw-gradient-to: #818181;
}

.tw .focus\:to-gray-100:focus{
  --tw-gradient-to: #6C6D72;
}

.tw .focus\:to-gray-200:focus{
  --tw-gradient-to: #606167;
}

.tw .focus\:to-gray-300:focus{
  --tw-gradient-to: #54565B;
}

.tw .focus\:to-gray-400:focus{
  --tw-gradient-to: #494950;
}

.tw .focus\:to-gray-500:focus{
  --tw-gradient-to: #3D3D44;
}

.tw .focus\:to-gray-600:focus{
  --tw-gradient-to: #35353D;
}

.tw .focus\:to-gray-700:focus{
  --tw-gradient-to: #2D2D31;
}

.tw .focus\:to-gray-800:focus{
  --tw-gradient-to: #26252A;
}

.tw .focus\:to-gray-850:focus{
  --tw-gradient-to: #202025;
}

.tw .focus\:to-gray-900:focus{
  --tw-gradient-to: #1B1B20;
}

.tw .focus\:to-gray-950:focus{
  --tw-gradient-to: #141417;
}

.tw .focus\:to-brand-50:focus{
  --tw-gradient-to: #7FFFFF;
}

.tw .focus\:to-brand-100:focus{
  --tw-gradient-to: #57E2FF;
}

.tw .focus\:to-brand-200:focus{
  --tw-gradient-to: #20C5FF;
}

.tw .focus\:to-brand-300:focus{
  --tw-gradient-to: #00A7E7;
}

.tw .focus\:to-brand-400:focus{
  --tw-gradient-to: #008BC9;
}

.tw .focus\:to-brand-500:focus{
  --tw-gradient-to: #0070AC;
}

.tw .focus\:to-brand-600:focus{
  --tw-gradient-to: #00568F;
}

.tw .focus\:to-brand-700:focus{
  --tw-gradient-to: #003E74;
}

.tw .focus\:to-brand-800:focus{
  --tw-gradient-to: #002759;
}

.tw .focus\:to-brand-900:focus{
  --tw-gradient-to: #00123F;
}

.tw .focus\:to-brand:focus{
  --tw-gradient-to: #00BEFF;
}

.tw .focus\:to-brand-base:focus{
  --tw-gradient-to: #00BEFF;
}

.tw .focus\:to-red-50:focus{
  --tw-gradient-to: #FFCAC8;
}

.tw .focus\:to-red-100:focus{
  --tw-gradient-to: #FFABAB;
}

.tw .focus\:to-red-200:focus{
  --tw-gradient-to: #FF8E8E;
}

.tw .focus\:to-red-300:focus{
  --tw-gradient-to: #F77073;
}

.tw .focus\:to-red-400:focus{
  --tw-gradient-to: #D75359;
}

.tw .focus\:to-red-500:focus{
  --tw-gradient-to: #B63640;
}

.tw .focus\:to-red-600:focus{
  --tw-gradient-to: #961229;
}

.tw .focus\:to-red-700:focus{
  --tw-gradient-to: #770013;
}

.tw .focus\:to-red-800:focus{
  --tw-gradient-to: #590000;
}

.tw .focus\:to-red-900:focus{
  --tw-gradient-to: #410000;
}

.tw .focus\:to-red:focus{
  --tw-gradient-to: #D35056;
}

.tw .focus\:to-red-brand:focus{
  --tw-gradient-to: #FF4F4F;
}

.tw .focus\:to-green-50:focus{
  --tw-gradient-to: #8DFFCD;
}

.tw .focus\:to-green-100:focus{
  --tw-gradient-to: #6DECB0;
}

.tw .focus\:to-green-200:focus{
  --tw-gradient-to: #4CCE93;
}

.tw .focus\:to-green-300:focus{
  --tw-gradient-to: #24B077;
}

.tw .focus\:to-green-400:focus{
  --tw-gradient-to: #00935D;
}

.tw .focus\:to-green-500:focus{
  --tw-gradient-to: #007744;
}

.tw .focus\:to-green-600:focus{
  --tw-gradient-to: #005B2B;
}

.tw .focus\:to-green-700:focus{
  --tw-gradient-to: #004115;
}

.tw .focus\:to-green-800:focus{
  --tw-gradient-to: #002B00;
}

.tw .focus\:to-green-900:focus{
  --tw-gradient-to: #001B00;
}

.tw .focus\:to-green:focus{
  --tw-gradient-to: #2EB67D;
}

.tw .focus\:to-yellow-50:focus{
  --tw-gradient-to: #FFEB57;
}

.tw .focus\:to-yellow-100:focus{
  --tw-gradient-to: #FFCD37;
}

.tw .focus\:to-yellow-200:focus{
  --tw-gradient-to: #E4B009;
}

.tw .focus\:to-yellow-300:focus{
  --tw-gradient-to: #C39400;
}

.tw .focus\:to-yellow-400:focus{
  --tw-gradient-to: #A37900;
}

.tw .focus\:to-yellow-500:focus{
  --tw-gradient-to: #855F00;
}

.tw .focus\:to-yellow-600:focus{
  --tw-gradient-to: #684600;
}

.tw .focus\:to-yellow-700:focus{
  --tw-gradient-to: #4F2E00;
}

.tw .focus\:to-yellow-800:focus{
  --tw-gradient-to: #3D1600;
}

.tw .focus\:to-yellow-900:focus{
  --tw-gradient-to: #320000;
}

.tw .focus\:to-yellow:focus{
  --tw-gradient-to: #FEC72F;
}

.tw .focus\:to-purple-50:focus{
  --tw-gradient-to: #FFD8FF;
}

.tw .focus\:to-purple-100:focus{
  --tw-gradient-to: #F0BAFF;
}

.tw .focus\:to-purple-200:focus{
  --tw-gradient-to: #D09DFF;
}

.tw .focus\:to-purple-300:focus{
  --tw-gradient-to: #B180FF;
}

.tw .focus\:to-purple-400:focus{
  --tw-gradient-to: #9265E9;
}

.tw .focus\:to-purple-500:focus{
  --tw-gradient-to: #744ACB;
}

.tw .focus\:to-purple-600:focus{
  --tw-gradient-to: #5530AD;
}

.tw .focus\:to-purple-700:focus{
  --tw-gradient-to: #351690;
}

.tw .focus\:to-purple-800:focus{
  --tw-gradient-to: #090074;
}

.tw .focus\:to-purple-900:focus{
  --tw-gradient-to: #000059;
}

.tw .focus\:to-purple:focus{
  --tw-gradient-to: #A878FF;
}

.tw .focus\:to-orange-50:focus{
  --tw-gradient-to: #FFD283;
}

.tw .focus\:to-orange-100:focus{
  --tw-gradient-to: #FFB467;
}

.tw .focus\:to-orange-200:focus{
  --tw-gradient-to: #FF974B;
}

.tw .focus\:to-orange-300:focus{
  --tw-gradient-to: #F07A2F;
}

.tw .focus\:to-orange-400:focus{
  --tw-gradient-to: #CE5F11;
}

.tw .focus\:to-orange-500:focus{
  --tw-gradient-to: #AD4400;
}

.tw .focus\:to-orange-600:focus{
  --tw-gradient-to: #8D2800;
}

.tw .focus\:to-orange-700:focus{
  --tw-gradient-to: #6F0600;
}

.tw .focus\:to-orange-800:focus{
  --tw-gradient-to: #540000;
}

.tw .focus\:to-orange-900:focus{
  --tw-gradient-to: #410000;
}

.tw .focus\:to-orange:focus{
  --tw-gradient-to: #F57F34;
}

.tw .focus\:to-surface-brand:focus{
  --tw-gradient-to: #1A1A1A;
}

.tw .focus\:to-surface-lower:focus{
  --tw-gradient-to: #121314;
}

.tw .focus\:to-surface-base:focus{
  --tw-gradient-to: #1D1E1F;
}

.tw .focus\:to-surface-low:focus{
  --tw-gradient-to: #212124;
}

.tw .focus\:to-surface-middle:focus{
  --tw-gradient-to: #26262A;
}

.tw .focus\:to-surface-upper:focus{
  --tw-gradient-to: #29292E;
}

.tw .focus\:to-surface-high:focus{
  --tw-gradient-to: #343435;
}

.tw .focus\:to-surface-higher:focus{
  --tw-gradient-to: #4A4B4B;
}

.tw .focus\:to-surface-highest:focus{
  --tw-gradient-to: #616162;
}

.tw .focus\:to-glyph-base:focus{
  --tw-gradient-to: #FFFFFF;
}

.tw .focus\:to-glyph-light:focus{
  --tw-gradient-to: #C2C2C2;
}

.tw .focus\:to-glyph-lighter:focus{
  --tw-gradient-to: #969696;
}

.tw .focus\:to-glyph-lightest:focus{
  --tw-gradient-to: #505050;
}

.tw .focus\:to-link:focus{
  --tw-gradient-to: #00BEFF;
}

.tw .focus\:to-info-error:focus{
  --tw-gradient-to: #eb3341;
}

.tw .focus\:to-info-danger:focus{
  --tw-gradient-to: #F77F25;
}

.tw .focus\:to-info-warn:focus{
  --tw-gradient-to: #FFC82F;
}

.tw .focus\:to-info-ok:focus{
  --tw-gradient-to: #00974F;
}

.tw .focus\:to-info-notice:focus{
  --tw-gradient-to: #0180FF;
}

.tw .focus\:to-accent-1:focus{
  --tw-gradient-to: #FF5D69;
}

.tw .focus\:to-accent-2:focus{
  --tw-gradient-to: #07F5AF;
}

.tw .focus\:to-accent-3:focus{
  --tw-gradient-to: #04D372;
}

.tw .focus\:to-accent-4:focus{
  --tw-gradient-to: #8451F5;
}

.tw .decoration-slice{
  -webkit-box-decoration-break: slice;
          box-decoration-break: slice;
}

.tw .decoration-clone{
  -webkit-box-decoration-break: clone;
          box-decoration-break: clone;
}

.tw .bg-auto{
  background-size: auto;
}

.tw .bg-cover{
  background-size: cover;
}

.tw .bg-contain{
  background-size: contain;
}

.tw .bg-fixed{
  background-attachment: fixed;
}

.tw .bg-local{
  background-attachment: local;
}

.tw .bg-scroll{
  background-attachment: scroll;
}

.tw .bg-clip-border{
  background-clip: border-box;
}

.tw .bg-clip-padding{
  background-clip: padding-box;
}

.tw .bg-clip-content{
  background-clip: content-box;
}

.tw .bg-clip-text{
  -webkit-background-clip: text;
          background-clip: text;
}

.tw .bg-bottom{
  background-position: bottom;
}

.tw .bg-center{
  background-position: center;
}

.tw .bg-left{
  background-position: left;
}

.tw .bg-left-bottom{
  background-position: left bottom;
}

.tw .bg-left-top{
  background-position: left top;
}

.tw .bg-right{
  background-position: right;
}

.tw .bg-right-bottom{
  background-position: right bottom;
}

.tw .bg-right-top{
  background-position: right top;
}

.tw .bg-top{
  background-position: top;
}

.tw .bg-repeat{
  background-repeat: repeat;
}

.tw .bg-no-repeat{
  background-repeat: no-repeat;
}

.tw .bg-repeat-x{
  background-repeat: repeat-x;
}

.tw .bg-repeat-y{
  background-repeat: repeat-y;
}

.tw .bg-repeat-round{
  background-repeat: round;
}

.tw .bg-repeat-space{
  background-repeat: space;
}

.tw .bg-origin-border{
  background-origin: border-box;
}

.tw .bg-origin-padding{
  background-origin: padding-box;
}

.tw .bg-origin-content{
  background-origin: content-box;
}

.tw .fill-current{
  fill: currentColor;
}

.tw .fill-red{
  fill: #D35056;
}

.tw .fill-green{
  fill: #2EB67D;
}

.tw .fill-gray-10{
  fill: #F0F0F0;
}

.tw .fill-gray-100{
  fill: #6C6D72;
}

.tw .stroke-current{
  stroke: currentColor;
}

.tw .stroke-0{
  stroke-width: 0;
}

.tw .stroke-1{
  stroke-width: 1;
}

.tw .stroke-2{
  stroke-width: 2;
}

.tw .object-contain{
  -o-object-fit: contain;
     object-fit: contain;
}

.tw .object-cover{
  -o-object-fit: cover;
     object-fit: cover;
}

.tw .object-fill{
  -o-object-fit: fill;
     object-fit: fill;
}

.tw .object-none{
  -o-object-fit: none;
     object-fit: none;
}

.tw .object-scale-down{
  -o-object-fit: scale-down;
     object-fit: scale-down;
}

.tw .object-bottom{
  -o-object-position: bottom;
     object-position: bottom;
}

.tw .object-center{
  -o-object-position: center;
     object-position: center;
}

.tw .object-left{
  -o-object-position: left;
     object-position: left;
}

.tw .object-left-bottom{
  -o-object-position: left bottom;
     object-position: left bottom;
}

.tw .object-left-top{
  -o-object-position: left top;
     object-position: left top;
}

.tw .object-right{
  -o-object-position: right;
     object-position: right;
}

.tw .object-right-bottom{
  -o-object-position: right bottom;
     object-position: right bottom;
}

.tw .object-right-top{
  -o-object-position: right top;
     object-position: right top;
}

.tw .object-top{
  -o-object-position: top;
     object-position: top;
}

.tw .p-0{
  padding: 0px;
}

.tw .p-1{
  padding: 5px;
}

.tw .p-2{
  padding: 10px;
}

.tw .p-3{
  padding: 15px;
}

.tw .p-4{
  padding: 20px;
}

.tw .p-5{
  padding: 25px;
}

.tw .p-6{
  padding: 30px;
}

.tw .p-7{
  padding: 35px;
}

.tw .p-8{
  padding: 40px;
}

.tw .p-9{
  padding: 45px;
}

.tw .p-10{
  padding: 50px;
}

.tw .p-11{
  padding: 55px;
}

.tw .p-12{
  padding: 60px;
}

.tw .p-13{
  padding: 65px;
}

.tw .p-14{
  padding: 70px;
}

.tw .p-15{
  padding: 75px;
}

.tw .p-16{
  padding: 80px;
}

.tw .p-17{
  padding: 85px;
}

.tw .p-18{
  padding: 90px;
}

.tw .p-19{
  padding: 95px;
}

.tw .p-20{
  padding: 100px;
}

.tw .p-21{
  padding: 105px;
}

.tw .p-22{
  padding: 110px;
}

.tw .p-23{
  padding: 115px;
}

.tw .p-24{
  padding: 120px;
}

.tw .p-25{
  padding: 125px;
}

.tw .p-26{
  padding: 130px;
}

.tw .p-27{
  padding: 135px;
}

.tw .p-28{
  padding: 140px;
}

.tw .p-29{
  padding: 145px;
}

.tw .p-30{
  padding: 150px;
}

.tw .p-31{
  padding: 155px;
}

.tw .p-32{
  padding: 160px;
}

.tw .p-33{
  padding: 165px;
}

.tw .p-34{
  padding: 170px;
}

.tw .p-35{
  padding: 175px;
}

.tw .p-36{
  padding: 180px;
}

.tw .p-37{
  padding: 185px;
}

.tw .p-38{
  padding: 190px;
}

.tw .p-39{
  padding: 195px;
}

.tw .p-40{
  padding: 200px;
}

.tw .p-41{
  padding: 205px;
}

.tw .p-42{
  padding: 210px;
}

.tw .p-43{
  padding: 215px;
}

.tw .p-44{
  padding: 220px;
}

.tw .p-45{
  padding: 225px;
}

.tw .p-46{
  padding: 230px;
}

.tw .p-47{
  padding: 235px;
}

.tw .p-48{
  padding: 240px;
}

.tw .p-49{
  padding: 245px;
}

.tw .p-50{
  padding: 250px;
}

.tw .p-51{
  padding: 255px;
}

.tw .p-52{
  padding: 260px;
}

.tw .p-53{
  padding: 265px;
}

.tw .p-54{
  padding: 270px;
}

.tw .p-55{
  padding: 275px;
}

.tw .p-56{
  padding: 280px;
}

.tw .p-57{
  padding: 285px;
}

.tw .p-58{
  padding: 290px;
}

.tw .p-59{
  padding: 295px;
}

.tw .p-60{
  padding: 300px;
}

.tw .p-61{
  padding: 305px;
}

.tw .p-62{
  padding: 310px;
}

.tw .p-63{
  padding: 315px;
}

.tw .p-64{
  padding: 320px;
}

.tw .p-65{
  padding: 325px;
}

.tw .p-66{
  padding: 330px;
}

.tw .p-67{
  padding: 335px;
}

.tw .p-68{
  padding: 340px;
}

.tw .p-69{
  padding: 345px;
}

.tw .p-70{
  padding: 350px;
}

.tw .p-71{
  padding: 355px;
}

.tw .p-72{
  padding: 360px;
}

.tw .p-73{
  padding: 365px;
}

.tw .p-74{
  padding: 370px;
}

.tw .p-75{
  padding: 375px;
}

.tw .p-76{
  padding: 380px;
}

.tw .p-77{
  padding: 385px;
}

.tw .p-78{
  padding: 390px;
}

.tw .p-79{
  padding: 395px;
}

.tw .p-80{
  padding: 400px;
}

.tw .p-81{
  padding: 405px;
}

.tw .p-82{
  padding: 410px;
}

.tw .p-83{
  padding: 415px;
}

.tw .p-84{
  padding: 420px;
}

.tw .p-85{
  padding: 425px;
}

.tw .p-86{
  padding: 430px;
}

.tw .p-87{
  padding: 435px;
}

.tw .p-88{
  padding: 440px;
}

.tw .p-89{
  padding: 445px;
}

.tw .p-90{
  padding: 450px;
}

.tw .p-91{
  padding: 455px;
}

.tw .p-92{
  padding: 460px;
}

.tw .p-93{
  padding: 465px;
}

.tw .p-94{
  padding: 470px;
}

.tw .p-95{
  padding: 475px;
}

.tw .p-96{
  padding: 480px;
}

.tw .p-97{
  padding: 485px;
}

.tw .p-98{
  padding: 490px;
}

.tw .p-99{
  padding: 495px;
}

.tw .p-100{
  padding: 500px;
}

.tw .p-101{
  padding: 505px;
}

.tw .p-102{
  padding: 510px;
}

.tw .p-103{
  padding: 515px;
}

.tw .p-104{
  padding: 520px;
}

.tw .p-105{
  padding: 525px;
}

.tw .p-106{
  padding: 530px;
}

.tw .p-107{
  padding: 535px;
}

.tw .p-108{
  padding: 540px;
}

.tw .p-109{
  padding: 545px;
}

.tw .p-110{
  padding: 550px;
}

.tw .p-111{
  padding: 555px;
}

.tw .p-112{
  padding: 560px;
}

.tw .p-113{
  padding: 565px;
}

.tw .p-114{
  padding: 570px;
}

.tw .p-115{
  padding: 575px;
}

.tw .p-116{
  padding: 580px;
}

.tw .p-117{
  padding: 585px;
}

.tw .p-118{
  padding: 590px;
}

.tw .p-119{
  padding: 595px;
}

.tw .p-120{
  padding: 600px;
}

.tw .p-121{
  padding: 605px;
}

.tw .p-122{
  padding: 610px;
}

.tw .p-123{
  padding: 615px;
}

.tw .p-124{
  padding: 620px;
}

.tw .p-125{
  padding: 625px;
}

.tw .p-126{
  padding: 630px;
}

.tw .p-127{
  padding: 635px;
}

.tw .p-128{
  padding: 640px;
}

.tw .p-129{
  padding: 645px;
}

.tw .p-130{
  padding: 650px;
}

.tw .p-131{
  padding: 655px;
}

.tw .p-132{
  padding: 660px;
}

.tw .p-133{
  padding: 665px;
}

.tw .p-134{
  padding: 670px;
}

.tw .p-135{
  padding: 675px;
}

.tw .p-136{
  padding: 680px;
}

.tw .p-137{
  padding: 685px;
}

.tw .p-138{
  padding: 690px;
}

.tw .p-139{
  padding: 695px;
}

.tw .p-140{
  padding: 700px;
}

.tw .p-141{
  padding: 705px;
}

.tw .p-142{
  padding: 710px;
}

.tw .p-143{
  padding: 715px;
}

.tw .p-144{
  padding: 720px;
}

.tw .p-145{
  padding: 725px;
}

.tw .p-146{
  padding: 730px;
}

.tw .p-147{
  padding: 735px;
}

.tw .p-148{
  padding: 740px;
}

.tw .p-149{
  padding: 745px;
}

.tw .p-0\.5{
  padding: 3px;
}

.tw .p-1px{
  padding: 1px;
}

.tw .p-2px{
  padding: 2px;
}

.tw .p-3px{
  padding: 3px;
}

.tw .p-4px{
  padding: 4px;
}

.tw .p-5px{
  padding: 5px;
}

.tw .p-6px{
  padding: 6px;
}

.tw .p-7px{
  padding: 7px;
}

.tw .p-8px{
  padding: 8px;
}

.tw .p-9px{
  padding: 9px;
}

.tw .p-10px{
  padding: 10px;
}

.tw .p-11px{
  padding: 11px;
}

.tw .p-12px{
  padding: 12px;
}

.tw .p-13px{
  padding: 13px;
}

.tw .p-14px{
  padding: 14px;
}

.tw .p-15px{
  padding: 15px;
}

.tw .p-16px{
  padding: 16px;
}

.tw .p-17px{
  padding: 17px;
}

.tw .p-18px{
  padding: 18px;
}

.tw .p-19px{
  padding: 19px;
}

.tw .p-20px{
  padding: 20px;
}

.tw .p-21px{
  padding: 21px;
}

.tw .p-22px{
  padding: 22px;
}

.tw .p-23px{
  padding: 23px;
}

.tw .p-24px{
  padding: 24px;
}

.tw .p-25px{
  padding: 25px;
}

.tw .p-26px{
  padding: 26px;
}

.tw .p-27px{
  padding: 27px;
}

.tw .p-28px{
  padding: 28px;
}

.tw .p-29px{
  padding: 29px;
}

.tw .p-30px{
  padding: 30px;
}

.tw .p-31px{
  padding: 31px;
}

.tw .p-32px{
  padding: 32px;
}

.tw .p-33px{
  padding: 33px;
}

.tw .p-34px{
  padding: 34px;
}

.tw .p-35px{
  padding: 35px;
}

.tw .p-36px{
  padding: 36px;
}

.tw .p-37px{
  padding: 37px;
}

.tw .p-38px{
  padding: 38px;
}

.tw .p-39px{
  padding: 39px;
}

.tw .p-40px{
  padding: 40px;
}

.tw .first\:p-0:first-child{
  padding: 0px;
}

.tw .first\:p-1:first-child{
  padding: 5px;
}

.tw .first\:p-2:first-child{
  padding: 10px;
}

.tw .first\:p-3:first-child{
  padding: 15px;
}

.tw .first\:p-4:first-child{
  padding: 20px;
}

.tw .first\:p-5:first-child{
  padding: 25px;
}

.tw .first\:p-6:first-child{
  padding: 30px;
}

.tw .first\:p-7:first-child{
  padding: 35px;
}

.tw .first\:p-8:first-child{
  padding: 40px;
}

.tw .first\:p-9:first-child{
  padding: 45px;
}

.tw .first\:p-10:first-child{
  padding: 50px;
}

.tw .first\:p-11:first-child{
  padding: 55px;
}

.tw .first\:p-12:first-child{
  padding: 60px;
}

.tw .first\:p-13:first-child{
  padding: 65px;
}

.tw .first\:p-14:first-child{
  padding: 70px;
}

.tw .first\:p-15:first-child{
  padding: 75px;
}

.tw .first\:p-16:first-child{
  padding: 80px;
}

.tw .first\:p-17:first-child{
  padding: 85px;
}

.tw .first\:p-18:first-child{
  padding: 90px;
}

.tw .first\:p-19:first-child{
  padding: 95px;
}

.tw .first\:p-20:first-child{
  padding: 100px;
}

.tw .first\:p-21:first-child{
  padding: 105px;
}

.tw .first\:p-22:first-child{
  padding: 110px;
}

.tw .first\:p-23:first-child{
  padding: 115px;
}

.tw .first\:p-24:first-child{
  padding: 120px;
}

.tw .first\:p-25:first-child{
  padding: 125px;
}

.tw .first\:p-26:first-child{
  padding: 130px;
}

.tw .first\:p-27:first-child{
  padding: 135px;
}

.tw .first\:p-28:first-child{
  padding: 140px;
}

.tw .first\:p-29:first-child{
  padding: 145px;
}

.tw .first\:p-30:first-child{
  padding: 150px;
}

.tw .first\:p-31:first-child{
  padding: 155px;
}

.tw .first\:p-32:first-child{
  padding: 160px;
}

.tw .first\:p-33:first-child{
  padding: 165px;
}

.tw .first\:p-34:first-child{
  padding: 170px;
}

.tw .first\:p-35:first-child{
  padding: 175px;
}

.tw .first\:p-36:first-child{
  padding: 180px;
}

.tw .first\:p-37:first-child{
  padding: 185px;
}

.tw .first\:p-38:first-child{
  padding: 190px;
}

.tw .first\:p-39:first-child{
  padding: 195px;
}

.tw .first\:p-40:first-child{
  padding: 200px;
}

.tw .first\:p-41:first-child{
  padding: 205px;
}

.tw .first\:p-42:first-child{
  padding: 210px;
}

.tw .first\:p-43:first-child{
  padding: 215px;
}

.tw .first\:p-44:first-child{
  padding: 220px;
}

.tw .first\:p-45:first-child{
  padding: 225px;
}

.tw .first\:p-46:first-child{
  padding: 230px;
}

.tw .first\:p-47:first-child{
  padding: 235px;
}

.tw .first\:p-48:first-child{
  padding: 240px;
}

.tw .first\:p-49:first-child{
  padding: 245px;
}

.tw .first\:p-50:first-child{
  padding: 250px;
}

.tw .first\:p-51:first-child{
  padding: 255px;
}

.tw .first\:p-52:first-child{
  padding: 260px;
}

.tw .first\:p-53:first-child{
  padding: 265px;
}

.tw .first\:p-54:first-child{
  padding: 270px;
}

.tw .first\:p-55:first-child{
  padding: 275px;
}

.tw .first\:p-56:first-child{
  padding: 280px;
}

.tw .first\:p-57:first-child{
  padding: 285px;
}

.tw .first\:p-58:first-child{
  padding: 290px;
}

.tw .first\:p-59:first-child{
  padding: 295px;
}

.tw .first\:p-60:first-child{
  padding: 300px;
}

.tw .first\:p-61:first-child{
  padding: 305px;
}

.tw .first\:p-62:first-child{
  padding: 310px;
}

.tw .first\:p-63:first-child{
  padding: 315px;
}

.tw .first\:p-64:first-child{
  padding: 320px;
}

.tw .first\:p-65:first-child{
  padding: 325px;
}

.tw .first\:p-66:first-child{
  padding: 330px;
}

.tw .first\:p-67:first-child{
  padding: 335px;
}

.tw .first\:p-68:first-child{
  padding: 340px;
}

.tw .first\:p-69:first-child{
  padding: 345px;
}

.tw .first\:p-70:first-child{
  padding: 350px;
}

.tw .first\:p-71:first-child{
  padding: 355px;
}

.tw .first\:p-72:first-child{
  padding: 360px;
}

.tw .first\:p-73:first-child{
  padding: 365px;
}

.tw .first\:p-74:first-child{
  padding: 370px;
}

.tw .first\:p-75:first-child{
  padding: 375px;
}

.tw .first\:p-76:first-child{
  padding: 380px;
}

.tw .first\:p-77:first-child{
  padding: 385px;
}

.tw .first\:p-78:first-child{
  padding: 390px;
}

.tw .first\:p-79:first-child{
  padding: 395px;
}

.tw .first\:p-80:first-child{
  padding: 400px;
}

.tw .first\:p-81:first-child{
  padding: 405px;
}

.tw .first\:p-82:first-child{
  padding: 410px;
}

.tw .first\:p-83:first-child{
  padding: 415px;
}

.tw .first\:p-84:first-child{
  padding: 420px;
}

.tw .first\:p-85:first-child{
  padding: 425px;
}

.tw .first\:p-86:first-child{
  padding: 430px;
}

.tw .first\:p-87:first-child{
  padding: 435px;
}

.tw .first\:p-88:first-child{
  padding: 440px;
}

.tw .first\:p-89:first-child{
  padding: 445px;
}

.tw .first\:p-90:first-child{
  padding: 450px;
}

.tw .first\:p-91:first-child{
  padding: 455px;
}

.tw .first\:p-92:first-child{
  padding: 460px;
}

.tw .first\:p-93:first-child{
  padding: 465px;
}

.tw .first\:p-94:first-child{
  padding: 470px;
}

.tw .first\:p-95:first-child{
  padding: 475px;
}

.tw .first\:p-96:first-child{
  padding: 480px;
}

.tw .first\:p-97:first-child{
  padding: 485px;
}

.tw .first\:p-98:first-child{
  padding: 490px;
}

.tw .first\:p-99:first-child{
  padding: 495px;
}

.tw .first\:p-100:first-child{
  padding: 500px;
}

.tw .first\:p-101:first-child{
  padding: 505px;
}

.tw .first\:p-102:first-child{
  padding: 510px;
}

.tw .first\:p-103:first-child{
  padding: 515px;
}

.tw .first\:p-104:first-child{
  padding: 520px;
}

.tw .first\:p-105:first-child{
  padding: 525px;
}

.tw .first\:p-106:first-child{
  padding: 530px;
}

.tw .first\:p-107:first-child{
  padding: 535px;
}

.tw .first\:p-108:first-child{
  padding: 540px;
}

.tw .first\:p-109:first-child{
  padding: 545px;
}

.tw .first\:p-110:first-child{
  padding: 550px;
}

.tw .first\:p-111:first-child{
  padding: 555px;
}

.tw .first\:p-112:first-child{
  padding: 560px;
}

.tw .first\:p-113:first-child{
  padding: 565px;
}

.tw .first\:p-114:first-child{
  padding: 570px;
}

.tw .first\:p-115:first-child{
  padding: 575px;
}

.tw .first\:p-116:first-child{
  padding: 580px;
}

.tw .first\:p-117:first-child{
  padding: 585px;
}

.tw .first\:p-118:first-child{
  padding: 590px;
}

.tw .first\:p-119:first-child{
  padding: 595px;
}

.tw .first\:p-120:first-child{
  padding: 600px;
}

.tw .first\:p-121:first-child{
  padding: 605px;
}

.tw .first\:p-122:first-child{
  padding: 610px;
}

.tw .first\:p-123:first-child{
  padding: 615px;
}

.tw .first\:p-124:first-child{
  padding: 620px;
}

.tw .first\:p-125:first-child{
  padding: 625px;
}

.tw .first\:p-126:first-child{
  padding: 630px;
}

.tw .first\:p-127:first-child{
  padding: 635px;
}

.tw .first\:p-128:first-child{
  padding: 640px;
}

.tw .first\:p-129:first-child{
  padding: 645px;
}

.tw .first\:p-130:first-child{
  padding: 650px;
}

.tw .first\:p-131:first-child{
  padding: 655px;
}

.tw .first\:p-132:first-child{
  padding: 660px;
}

.tw .first\:p-133:first-child{
  padding: 665px;
}

.tw .first\:p-134:first-child{
  padding: 670px;
}

.tw .first\:p-135:first-child{
  padding: 675px;
}

.tw .first\:p-136:first-child{
  padding: 680px;
}

.tw .first\:p-137:first-child{
  padding: 685px;
}

.tw .first\:p-138:first-child{
  padding: 690px;
}

.tw .first\:p-139:first-child{
  padding: 695px;
}

.tw .first\:p-140:first-child{
  padding: 700px;
}

.tw .first\:p-141:first-child{
  padding: 705px;
}

.tw .first\:p-142:first-child{
  padding: 710px;
}

.tw .first\:p-143:first-child{
  padding: 715px;
}

.tw .first\:p-144:first-child{
  padding: 720px;
}

.tw .first\:p-145:first-child{
  padding: 725px;
}

.tw .first\:p-146:first-child{
  padding: 730px;
}

.tw .first\:p-147:first-child{
  padding: 735px;
}

.tw .first\:p-148:first-child{
  padding: 740px;
}

.tw .first\:p-149:first-child{
  padding: 745px;
}

.tw .first\:p-0\.5:first-child{
  padding: 3px;
}

.tw .first\:p-1px:first-child{
  padding: 1px;
}

.tw .first\:p-2px:first-child{
  padding: 2px;
}

.tw .first\:p-3px:first-child{
  padding: 3px;
}

.tw .first\:p-4px:first-child{
  padding: 4px;
}

.tw .first\:p-5px:first-child{
  padding: 5px;
}

.tw .first\:p-6px:first-child{
  padding: 6px;
}

.tw .first\:p-7px:first-child{
  padding: 7px;
}

.tw .first\:p-8px:first-child{
  padding: 8px;
}

.tw .first\:p-9px:first-child{
  padding: 9px;
}

.tw .first\:p-10px:first-child{
  padding: 10px;
}

.tw .first\:p-11px:first-child{
  padding: 11px;
}

.tw .first\:p-12px:first-child{
  padding: 12px;
}

.tw .first\:p-13px:first-child{
  padding: 13px;
}

.tw .first\:p-14px:first-child{
  padding: 14px;
}

.tw .first\:p-15px:first-child{
  padding: 15px;
}

.tw .first\:p-16px:first-child{
  padding: 16px;
}

.tw .first\:p-17px:first-child{
  padding: 17px;
}

.tw .first\:p-18px:first-child{
  padding: 18px;
}

.tw .first\:p-19px:first-child{
  padding: 19px;
}

.tw .first\:p-20px:first-child{
  padding: 20px;
}

.tw .first\:p-21px:first-child{
  padding: 21px;
}

.tw .first\:p-22px:first-child{
  padding: 22px;
}

.tw .first\:p-23px:first-child{
  padding: 23px;
}

.tw .first\:p-24px:first-child{
  padding: 24px;
}

.tw .first\:p-25px:first-child{
  padding: 25px;
}

.tw .first\:p-26px:first-child{
  padding: 26px;
}

.tw .first\:p-27px:first-child{
  padding: 27px;
}

.tw .first\:p-28px:first-child{
  padding: 28px;
}

.tw .first\:p-29px:first-child{
  padding: 29px;
}

.tw .first\:p-30px:first-child{
  padding: 30px;
}

.tw .first\:p-31px:first-child{
  padding: 31px;
}

.tw .first\:p-32px:first-child{
  padding: 32px;
}

.tw .first\:p-33px:first-child{
  padding: 33px;
}

.tw .first\:p-34px:first-child{
  padding: 34px;
}

.tw .first\:p-35px:first-child{
  padding: 35px;
}

.tw .first\:p-36px:first-child{
  padding: 36px;
}

.tw .first\:p-37px:first-child{
  padding: 37px;
}

.tw .first\:p-38px:first-child{
  padding: 38px;
}

.tw .first\:p-39px:first-child{
  padding: 39px;
}

.tw .first\:p-40px:first-child{
  padding: 40px;
}

.tw .last\:p-0:last-child{
  padding: 0px;
}

.tw .last\:p-1:last-child{
  padding: 5px;
}

.tw .last\:p-2:last-child{
  padding: 10px;
}

.tw .last\:p-3:last-child{
  padding: 15px;
}

.tw .last\:p-4:last-child{
  padding: 20px;
}

.tw .last\:p-5:last-child{
  padding: 25px;
}

.tw .last\:p-6:last-child{
  padding: 30px;
}

.tw .last\:p-7:last-child{
  padding: 35px;
}

.tw .last\:p-8:last-child{
  padding: 40px;
}

.tw .last\:p-9:last-child{
  padding: 45px;
}

.tw .last\:p-10:last-child{
  padding: 50px;
}

.tw .last\:p-11:last-child{
  padding: 55px;
}

.tw .last\:p-12:last-child{
  padding: 60px;
}

.tw .last\:p-13:last-child{
  padding: 65px;
}

.tw .last\:p-14:last-child{
  padding: 70px;
}

.tw .last\:p-15:last-child{
  padding: 75px;
}

.tw .last\:p-16:last-child{
  padding: 80px;
}

.tw .last\:p-17:last-child{
  padding: 85px;
}

.tw .last\:p-18:last-child{
  padding: 90px;
}

.tw .last\:p-19:last-child{
  padding: 95px;
}

.tw .last\:p-20:last-child{
  padding: 100px;
}

.tw .last\:p-21:last-child{
  padding: 105px;
}

.tw .last\:p-22:last-child{
  padding: 110px;
}

.tw .last\:p-23:last-child{
  padding: 115px;
}

.tw .last\:p-24:last-child{
  padding: 120px;
}

.tw .last\:p-25:last-child{
  padding: 125px;
}

.tw .last\:p-26:last-child{
  padding: 130px;
}

.tw .last\:p-27:last-child{
  padding: 135px;
}

.tw .last\:p-28:last-child{
  padding: 140px;
}

.tw .last\:p-29:last-child{
  padding: 145px;
}

.tw .last\:p-30:last-child{
  padding: 150px;
}

.tw .last\:p-31:last-child{
  padding: 155px;
}

.tw .last\:p-32:last-child{
  padding: 160px;
}

.tw .last\:p-33:last-child{
  padding: 165px;
}

.tw .last\:p-34:last-child{
  padding: 170px;
}

.tw .last\:p-35:last-child{
  padding: 175px;
}

.tw .last\:p-36:last-child{
  padding: 180px;
}

.tw .last\:p-37:last-child{
  padding: 185px;
}

.tw .last\:p-38:last-child{
  padding: 190px;
}

.tw .last\:p-39:last-child{
  padding: 195px;
}

.tw .last\:p-40:last-child{
  padding: 200px;
}

.tw .last\:p-41:last-child{
  padding: 205px;
}

.tw .last\:p-42:last-child{
  padding: 210px;
}

.tw .last\:p-43:last-child{
  padding: 215px;
}

.tw .last\:p-44:last-child{
  padding: 220px;
}

.tw .last\:p-45:last-child{
  padding: 225px;
}

.tw .last\:p-46:last-child{
  padding: 230px;
}

.tw .last\:p-47:last-child{
  padding: 235px;
}

.tw .last\:p-48:last-child{
  padding: 240px;
}

.tw .last\:p-49:last-child{
  padding: 245px;
}

.tw .last\:p-50:last-child{
  padding: 250px;
}

.tw .last\:p-51:last-child{
  padding: 255px;
}

.tw .last\:p-52:last-child{
  padding: 260px;
}

.tw .last\:p-53:last-child{
  padding: 265px;
}

.tw .last\:p-54:last-child{
  padding: 270px;
}

.tw .last\:p-55:last-child{
  padding: 275px;
}

.tw .last\:p-56:last-child{
  padding: 280px;
}

.tw .last\:p-57:last-child{
  padding: 285px;
}

.tw .last\:p-58:last-child{
  padding: 290px;
}

.tw .last\:p-59:last-child{
  padding: 295px;
}

.tw .last\:p-60:last-child{
  padding: 300px;
}

.tw .last\:p-61:last-child{
  padding: 305px;
}

.tw .last\:p-62:last-child{
  padding: 310px;
}

.tw .last\:p-63:last-child{
  padding: 315px;
}

.tw .last\:p-64:last-child{
  padding: 320px;
}

.tw .last\:p-65:last-child{
  padding: 325px;
}

.tw .last\:p-66:last-child{
  padding: 330px;
}

.tw .last\:p-67:last-child{
  padding: 335px;
}

.tw .last\:p-68:last-child{
  padding: 340px;
}

.tw .last\:p-69:last-child{
  padding: 345px;
}

.tw .last\:p-70:last-child{
  padding: 350px;
}

.tw .last\:p-71:last-child{
  padding: 355px;
}

.tw .last\:p-72:last-child{
  padding: 360px;
}

.tw .last\:p-73:last-child{
  padding: 365px;
}

.tw .last\:p-74:last-child{
  padding: 370px;
}

.tw .last\:p-75:last-child{
  padding: 375px;
}

.tw .last\:p-76:last-child{
  padding: 380px;
}

.tw .last\:p-77:last-child{
  padding: 385px;
}

.tw .last\:p-78:last-child{
  padding: 390px;
}

.tw .last\:p-79:last-child{
  padding: 395px;
}

.tw .last\:p-80:last-child{
  padding: 400px;
}

.tw .last\:p-81:last-child{
  padding: 405px;
}

.tw .last\:p-82:last-child{
  padding: 410px;
}

.tw .last\:p-83:last-child{
  padding: 415px;
}

.tw .last\:p-84:last-child{
  padding: 420px;
}

.tw .last\:p-85:last-child{
  padding: 425px;
}

.tw .last\:p-86:last-child{
  padding: 430px;
}

.tw .last\:p-87:last-child{
  padding: 435px;
}

.tw .last\:p-88:last-child{
  padding: 440px;
}

.tw .last\:p-89:last-child{
  padding: 445px;
}

.tw .last\:p-90:last-child{
  padding: 450px;
}

.tw .last\:p-91:last-child{
  padding: 455px;
}

.tw .last\:p-92:last-child{
  padding: 460px;
}

.tw .last\:p-93:last-child{
  padding: 465px;
}

.tw .last\:p-94:last-child{
  padding: 470px;
}

.tw .last\:p-95:last-child{
  padding: 475px;
}

.tw .last\:p-96:last-child{
  padding: 480px;
}

.tw .last\:p-97:last-child{
  padding: 485px;
}

.tw .last\:p-98:last-child{
  padding: 490px;
}

.tw .last\:p-99:last-child{
  padding: 495px;
}

.tw .last\:p-100:last-child{
  padding: 500px;
}

.tw .last\:p-101:last-child{
  padding: 505px;
}

.tw .last\:p-102:last-child{
  padding: 510px;
}

.tw .last\:p-103:last-child{
  padding: 515px;
}

.tw .last\:p-104:last-child{
  padding: 520px;
}

.tw .last\:p-105:last-child{
  padding: 525px;
}

.tw .last\:p-106:last-child{
  padding: 530px;
}

.tw .last\:p-107:last-child{
  padding: 535px;
}

.tw .last\:p-108:last-child{
  padding: 540px;
}

.tw .last\:p-109:last-child{
  padding: 545px;
}

.tw .last\:p-110:last-child{
  padding: 550px;
}

.tw .last\:p-111:last-child{
  padding: 555px;
}

.tw .last\:p-112:last-child{
  padding: 560px;
}

.tw .last\:p-113:last-child{
  padding: 565px;
}

.tw .last\:p-114:last-child{
  padding: 570px;
}

.tw .last\:p-115:last-child{
  padding: 575px;
}

.tw .last\:p-116:last-child{
  padding: 580px;
}

.tw .last\:p-117:last-child{
  padding: 585px;
}

.tw .last\:p-118:last-child{
  padding: 590px;
}

.tw .last\:p-119:last-child{
  padding: 595px;
}

.tw .last\:p-120:last-child{
  padding: 600px;
}

.tw .last\:p-121:last-child{
  padding: 605px;
}

.tw .last\:p-122:last-child{
  padding: 610px;
}

.tw .last\:p-123:last-child{
  padding: 615px;
}

.tw .last\:p-124:last-child{
  padding: 620px;
}

.tw .last\:p-125:last-child{
  padding: 625px;
}

.tw .last\:p-126:last-child{
  padding: 630px;
}

.tw .last\:p-127:last-child{
  padding: 635px;
}

.tw .last\:p-128:last-child{
  padding: 640px;
}

.tw .last\:p-129:last-child{
  padding: 645px;
}

.tw .last\:p-130:last-child{
  padding: 650px;
}

.tw .last\:p-131:last-child{
  padding: 655px;
}

.tw .last\:p-132:last-child{
  padding: 660px;
}

.tw .last\:p-133:last-child{
  padding: 665px;
}

.tw .last\:p-134:last-child{
  padding: 670px;
}

.tw .last\:p-135:last-child{
  padding: 675px;
}

.tw .last\:p-136:last-child{
  padding: 680px;
}

.tw .last\:p-137:last-child{
  padding: 685px;
}

.tw .last\:p-138:last-child{
  padding: 690px;
}

.tw .last\:p-139:last-child{
  padding: 695px;
}

.tw .last\:p-140:last-child{
  padding: 700px;
}

.tw .last\:p-141:last-child{
  padding: 705px;
}

.tw .last\:p-142:last-child{
  padding: 710px;
}

.tw .last\:p-143:last-child{
  padding: 715px;
}

.tw .last\:p-144:last-child{
  padding: 720px;
}

.tw .last\:p-145:last-child{
  padding: 725px;
}

.tw .last\:p-146:last-child{
  padding: 730px;
}

.tw .last\:p-147:last-child{
  padding: 735px;
}

.tw .last\:p-148:last-child{
  padding: 740px;
}

.tw .last\:p-149:last-child{
  padding: 745px;
}

.tw .last\:p-0\.5:last-child{
  padding: 3px;
}

.tw .last\:p-1px:last-child{
  padding: 1px;
}

.tw .last\:p-2px:last-child{
  padding: 2px;
}

.tw .last\:p-3px:last-child{
  padding: 3px;
}

.tw .last\:p-4px:last-child{
  padding: 4px;
}

.tw .last\:p-5px:last-child{
  padding: 5px;
}

.tw .last\:p-6px:last-child{
  padding: 6px;
}

.tw .last\:p-7px:last-child{
  padding: 7px;
}

.tw .last\:p-8px:last-child{
  padding: 8px;
}

.tw .last\:p-9px:last-child{
  padding: 9px;
}

.tw .last\:p-10px:last-child{
  padding: 10px;
}

.tw .last\:p-11px:last-child{
  padding: 11px;
}

.tw .last\:p-12px:last-child{
  padding: 12px;
}

.tw .last\:p-13px:last-child{
  padding: 13px;
}

.tw .last\:p-14px:last-child{
  padding: 14px;
}

.tw .last\:p-15px:last-child{
  padding: 15px;
}

.tw .last\:p-16px:last-child{
  padding: 16px;
}

.tw .last\:p-17px:last-child{
  padding: 17px;
}

.tw .last\:p-18px:last-child{
  padding: 18px;
}

.tw .last\:p-19px:last-child{
  padding: 19px;
}

.tw .last\:p-20px:last-child{
  padding: 20px;
}

.tw .last\:p-21px:last-child{
  padding: 21px;
}

.tw .last\:p-22px:last-child{
  padding: 22px;
}

.tw .last\:p-23px:last-child{
  padding: 23px;
}

.tw .last\:p-24px:last-child{
  padding: 24px;
}

.tw .last\:p-25px:last-child{
  padding: 25px;
}

.tw .last\:p-26px:last-child{
  padding: 26px;
}

.tw .last\:p-27px:last-child{
  padding: 27px;
}

.tw .last\:p-28px:last-child{
  padding: 28px;
}

.tw .last\:p-29px:last-child{
  padding: 29px;
}

.tw .last\:p-30px:last-child{
  padding: 30px;
}

.tw .last\:p-31px:last-child{
  padding: 31px;
}

.tw .last\:p-32px:last-child{
  padding: 32px;
}

.tw .last\:p-33px:last-child{
  padding: 33px;
}

.tw .last\:p-34px:last-child{
  padding: 34px;
}

.tw .last\:p-35px:last-child{
  padding: 35px;
}

.tw .last\:p-36px:last-child{
  padding: 36px;
}

.tw .last\:p-37px:last-child{
  padding: 37px;
}

.tw .last\:p-38px:last-child{
  padding: 38px;
}

.tw .last\:p-39px:last-child{
  padding: 39px;
}

.tw .last\:p-40px:last-child{
  padding: 40px;
}

.tw .px-0{
  padding-left: 0px;
  padding-right: 0px;
}

.tw .px-1{
  padding-left: 5px;
  padding-right: 5px;
}

.tw .px-2{
  padding-left: 10px;
  padding-right: 10px;
}

.tw .px-3{
  padding-left: 15px;
  padding-right: 15px;
}

.tw .px-4{
  padding-left: 20px;
  padding-right: 20px;
}

.tw .px-5{
  padding-left: 25px;
  padding-right: 25px;
}

.tw .px-6{
  padding-left: 30px;
  padding-right: 30px;
}

.tw .px-7{
  padding-left: 35px;
  padding-right: 35px;
}

.tw .px-8{
  padding-left: 40px;
  padding-right: 40px;
}

.tw .px-9{
  padding-left: 45px;
  padding-right: 45px;
}

.tw .px-10{
  padding-left: 50px;
  padding-right: 50px;
}

.tw .px-11{
  padding-left: 55px;
  padding-right: 55px;
}

.tw .px-12{
  padding-left: 60px;
  padding-right: 60px;
}

.tw .px-13{
  padding-left: 65px;
  padding-right: 65px;
}

.tw .px-14{
  padding-left: 70px;
  padding-right: 70px;
}

.tw .px-15{
  padding-left: 75px;
  padding-right: 75px;
}

.tw .px-16{
  padding-left: 80px;
  padding-right: 80px;
}

.tw .px-17{
  padding-left: 85px;
  padding-right: 85px;
}

.tw .px-18{
  padding-left: 90px;
  padding-right: 90px;
}

.tw .px-19{
  padding-left: 95px;
  padding-right: 95px;
}

.tw .px-20{
  padding-left: 100px;
  padding-right: 100px;
}

.tw .px-21{
  padding-left: 105px;
  padding-right: 105px;
}

.tw .px-22{
  padding-left: 110px;
  padding-right: 110px;
}

.tw .px-23{
  padding-left: 115px;
  padding-right: 115px;
}

.tw .px-24{
  padding-left: 120px;
  padding-right: 120px;
}

.tw .px-25{
  padding-left: 125px;
  padding-right: 125px;
}

.tw .px-26{
  padding-left: 130px;
  padding-right: 130px;
}

.tw .px-27{
  padding-left: 135px;
  padding-right: 135px;
}

.tw .px-28{
  padding-left: 140px;
  padding-right: 140px;
}

.tw .px-29{
  padding-left: 145px;
  padding-right: 145px;
}

.tw .px-30{
  padding-left: 150px;
  padding-right: 150px;
}

.tw .px-31{
  padding-left: 155px;
  padding-right: 155px;
}

.tw .px-32{
  padding-left: 160px;
  padding-right: 160px;
}

.tw .px-33{
  padding-left: 165px;
  padding-right: 165px;
}

.tw .px-34{
  padding-left: 170px;
  padding-right: 170px;
}

.tw .px-35{
  padding-left: 175px;
  padding-right: 175px;
}

.tw .px-36{
  padding-left: 180px;
  padding-right: 180px;
}

.tw .px-37{
  padding-left: 185px;
  padding-right: 185px;
}

.tw .px-38{
  padding-left: 190px;
  padding-right: 190px;
}

.tw .px-39{
  padding-left: 195px;
  padding-right: 195px;
}

.tw .px-40{
  padding-left: 200px;
  padding-right: 200px;
}

.tw .px-41{
  padding-left: 205px;
  padding-right: 205px;
}

.tw .px-42{
  padding-left: 210px;
  padding-right: 210px;
}

.tw .px-43{
  padding-left: 215px;
  padding-right: 215px;
}

.tw .px-44{
  padding-left: 220px;
  padding-right: 220px;
}

.tw .px-45{
  padding-left: 225px;
  padding-right: 225px;
}

.tw .px-46{
  padding-left: 230px;
  padding-right: 230px;
}

.tw .px-47{
  padding-left: 235px;
  padding-right: 235px;
}

.tw .px-48{
  padding-left: 240px;
  padding-right: 240px;
}

.tw .px-49{
  padding-left: 245px;
  padding-right: 245px;
}

.tw .px-50{
  padding-left: 250px;
  padding-right: 250px;
}

.tw .px-51{
  padding-left: 255px;
  padding-right: 255px;
}

.tw .px-52{
  padding-left: 260px;
  padding-right: 260px;
}

.tw .px-53{
  padding-left: 265px;
  padding-right: 265px;
}

.tw .px-54{
  padding-left: 270px;
  padding-right: 270px;
}

.tw .px-55{
  padding-left: 275px;
  padding-right: 275px;
}

.tw .px-56{
  padding-left: 280px;
  padding-right: 280px;
}

.tw .px-57{
  padding-left: 285px;
  padding-right: 285px;
}

.tw .px-58{
  padding-left: 290px;
  padding-right: 290px;
}

.tw .px-59{
  padding-left: 295px;
  padding-right: 295px;
}

.tw .px-60{
  padding-left: 300px;
  padding-right: 300px;
}

.tw .px-61{
  padding-left: 305px;
  padding-right: 305px;
}

.tw .px-62{
  padding-left: 310px;
  padding-right: 310px;
}

.tw .px-63{
  padding-left: 315px;
  padding-right: 315px;
}

.tw .px-64{
  padding-left: 320px;
  padding-right: 320px;
}

.tw .px-65{
  padding-left: 325px;
  padding-right: 325px;
}

.tw .px-66{
  padding-left: 330px;
  padding-right: 330px;
}

.tw .px-67{
  padding-left: 335px;
  padding-right: 335px;
}

.tw .px-68{
  padding-left: 340px;
  padding-right: 340px;
}

.tw .px-69{
  padding-left: 345px;
  padding-right: 345px;
}

.tw .px-70{
  padding-left: 350px;
  padding-right: 350px;
}

.tw .px-71{
  padding-left: 355px;
  padding-right: 355px;
}

.tw .px-72{
  padding-left: 360px;
  padding-right: 360px;
}

.tw .px-73{
  padding-left: 365px;
  padding-right: 365px;
}

.tw .px-74{
  padding-left: 370px;
  padding-right: 370px;
}

.tw .px-75{
  padding-left: 375px;
  padding-right: 375px;
}

.tw .px-76{
  padding-left: 380px;
  padding-right: 380px;
}

.tw .px-77{
  padding-left: 385px;
  padding-right: 385px;
}

.tw .px-78{
  padding-left: 390px;
  padding-right: 390px;
}

.tw .px-79{
  padding-left: 395px;
  padding-right: 395px;
}

.tw .px-80{
  padding-left: 400px;
  padding-right: 400px;
}

.tw .px-81{
  padding-left: 405px;
  padding-right: 405px;
}

.tw .px-82{
  padding-left: 410px;
  padding-right: 410px;
}

.tw .px-83{
  padding-left: 415px;
  padding-right: 415px;
}

.tw .px-84{
  padding-left: 420px;
  padding-right: 420px;
}

.tw .px-85{
  padding-left: 425px;
  padding-right: 425px;
}

.tw .px-86{
  padding-left: 430px;
  padding-right: 430px;
}

.tw .px-87{
  padding-left: 435px;
  padding-right: 435px;
}

.tw .px-88{
  padding-left: 440px;
  padding-right: 440px;
}

.tw .px-89{
  padding-left: 445px;
  padding-right: 445px;
}

.tw .px-90{
  padding-left: 450px;
  padding-right: 450px;
}

.tw .px-91{
  padding-left: 455px;
  padding-right: 455px;
}

.tw .px-92{
  padding-left: 460px;
  padding-right: 460px;
}

.tw .px-93{
  padding-left: 465px;
  padding-right: 465px;
}

.tw .px-94{
  padding-left: 470px;
  padding-right: 470px;
}

.tw .px-95{
  padding-left: 475px;
  padding-right: 475px;
}

.tw .px-96{
  padding-left: 480px;
  padding-right: 480px;
}

.tw .px-97{
  padding-left: 485px;
  padding-right: 485px;
}

.tw .px-98{
  padding-left: 490px;
  padding-right: 490px;
}

.tw .px-99{
  padding-left: 495px;
  padding-right: 495px;
}

.tw .px-100{
  padding-left: 500px;
  padding-right: 500px;
}

.tw .px-101{
  padding-left: 505px;
  padding-right: 505px;
}

.tw .px-102{
  padding-left: 510px;
  padding-right: 510px;
}

.tw .px-103{
  padding-left: 515px;
  padding-right: 515px;
}

.tw .px-104{
  padding-left: 520px;
  padding-right: 520px;
}

.tw .px-105{
  padding-left: 525px;
  padding-right: 525px;
}

.tw .px-106{
  padding-left: 530px;
  padding-right: 530px;
}

.tw .px-107{
  padding-left: 535px;
  padding-right: 535px;
}

.tw .px-108{
  padding-left: 540px;
  padding-right: 540px;
}

.tw .px-109{
  padding-left: 545px;
  padding-right: 545px;
}

.tw .px-110{
  padding-left: 550px;
  padding-right: 550px;
}

.tw .px-111{
  padding-left: 555px;
  padding-right: 555px;
}

.tw .px-112{
  padding-left: 560px;
  padding-right: 560px;
}

.tw .px-113{
  padding-left: 565px;
  padding-right: 565px;
}

.tw .px-114{
  padding-left: 570px;
  padding-right: 570px;
}

.tw .px-115{
  padding-left: 575px;
  padding-right: 575px;
}

.tw .px-116{
  padding-left: 580px;
  padding-right: 580px;
}

.tw .px-117{
  padding-left: 585px;
  padding-right: 585px;
}

.tw .px-118{
  padding-left: 590px;
  padding-right: 590px;
}

.tw .px-119{
  padding-left: 595px;
  padding-right: 595px;
}

.tw .px-120{
  padding-left: 600px;
  padding-right: 600px;
}

.tw .px-121{
  padding-left: 605px;
  padding-right: 605px;
}

.tw .px-122{
  padding-left: 610px;
  padding-right: 610px;
}

.tw .px-123{
  padding-left: 615px;
  padding-right: 615px;
}

.tw .px-124{
  padding-left: 620px;
  padding-right: 620px;
}

.tw .px-125{
  padding-left: 625px;
  padding-right: 625px;
}

.tw .px-126{
  padding-left: 630px;
  padding-right: 630px;
}

.tw .px-127{
  padding-left: 635px;
  padding-right: 635px;
}

.tw .px-128{
  padding-left: 640px;
  padding-right: 640px;
}

.tw .px-129{
  padding-left: 645px;
  padding-right: 645px;
}

.tw .px-130{
  padding-left: 650px;
  padding-right: 650px;
}

.tw .px-131{
  padding-left: 655px;
  padding-right: 655px;
}

.tw .px-132{
  padding-left: 660px;
  padding-right: 660px;
}

.tw .px-133{
  padding-left: 665px;
  padding-right: 665px;
}

.tw .px-134{
  padding-left: 670px;
  padding-right: 670px;
}

.tw .px-135{
  padding-left: 675px;
  padding-right: 675px;
}

.tw .px-136{
  padding-left: 680px;
  padding-right: 680px;
}

.tw .px-137{
  padding-left: 685px;
  padding-right: 685px;
}

.tw .px-138{
  padding-left: 690px;
  padding-right: 690px;
}

.tw .px-139{
  padding-left: 695px;
  padding-right: 695px;
}

.tw .px-140{
  padding-left: 700px;
  padding-right: 700px;
}

.tw .px-141{
  padding-left: 705px;
  padding-right: 705px;
}

.tw .px-142{
  padding-left: 710px;
  padding-right: 710px;
}

.tw .px-143{
  padding-left: 715px;
  padding-right: 715px;
}

.tw .px-144{
  padding-left: 720px;
  padding-right: 720px;
}

.tw .px-145{
  padding-left: 725px;
  padding-right: 725px;
}

.tw .px-146{
  padding-left: 730px;
  padding-right: 730px;
}

.tw .px-147{
  padding-left: 735px;
  padding-right: 735px;
}

.tw .px-148{
  padding-left: 740px;
  padding-right: 740px;
}

.tw .px-149{
  padding-left: 745px;
  padding-right: 745px;
}

.tw .px-0\.5{
  padding-left: 3px;
  padding-right: 3px;
}

.tw .px-1px{
  padding-left: 1px;
  padding-right: 1px;
}

.tw .px-2px{
  padding-left: 2px;
  padding-right: 2px;
}

.tw .px-3px{
  padding-left: 3px;
  padding-right: 3px;
}

.tw .px-4px{
  padding-left: 4px;
  padding-right: 4px;
}

.tw .px-5px{
  padding-left: 5px;
  padding-right: 5px;
}

.tw .px-6px{
  padding-left: 6px;
  padding-right: 6px;
}

.tw .px-7px{
  padding-left: 7px;
  padding-right: 7px;
}

.tw .px-8px{
  padding-left: 8px;
  padding-right: 8px;
}

.tw .px-9px{
  padding-left: 9px;
  padding-right: 9px;
}

.tw .px-10px{
  padding-left: 10px;
  padding-right: 10px;
}

.tw .px-11px{
  padding-left: 11px;
  padding-right: 11px;
}

.tw .px-12px{
  padding-left: 12px;
  padding-right: 12px;
}

.tw .px-13px{
  padding-left: 13px;
  padding-right: 13px;
}

.tw .px-14px{
  padding-left: 14px;
  padding-right: 14px;
}

.tw .px-15px{
  padding-left: 15px;
  padding-right: 15px;
}

.tw .px-16px{
  padding-left: 16px;
  padding-right: 16px;
}

.tw .px-17px{
  padding-left: 17px;
  padding-right: 17px;
}

.tw .px-18px{
  padding-left: 18px;
  padding-right: 18px;
}

.tw .px-19px{
  padding-left: 19px;
  padding-right: 19px;
}

.tw .px-20px{
  padding-left: 20px;
  padding-right: 20px;
}

.tw .px-21px{
  padding-left: 21px;
  padding-right: 21px;
}

.tw .px-22px{
  padding-left: 22px;
  padding-right: 22px;
}

.tw .px-23px{
  padding-left: 23px;
  padding-right: 23px;
}

.tw .px-24px{
  padding-left: 24px;
  padding-right: 24px;
}

.tw .px-25px{
  padding-left: 25px;
  padding-right: 25px;
}

.tw .px-26px{
  padding-left: 26px;
  padding-right: 26px;
}

.tw .px-27px{
  padding-left: 27px;
  padding-right: 27px;
}

.tw .px-28px{
  padding-left: 28px;
  padding-right: 28px;
}

.tw .px-29px{
  padding-left: 29px;
  padding-right: 29px;
}

.tw .px-30px{
  padding-left: 30px;
  padding-right: 30px;
}

.tw .px-31px{
  padding-left: 31px;
  padding-right: 31px;
}

.tw .px-32px{
  padding-left: 32px;
  padding-right: 32px;
}

.tw .px-33px{
  padding-left: 33px;
  padding-right: 33px;
}

.tw .px-34px{
  padding-left: 34px;
  padding-right: 34px;
}

.tw .px-35px{
  padding-left: 35px;
  padding-right: 35px;
}

.tw .px-36px{
  padding-left: 36px;
  padding-right: 36px;
}

.tw .px-37px{
  padding-left: 37px;
  padding-right: 37px;
}

.tw .px-38px{
  padding-left: 38px;
  padding-right: 38px;
}

.tw .px-39px{
  padding-left: 39px;
  padding-right: 39px;
}

.tw .px-40px{
  padding-left: 40px;
  padding-right: 40px;
}

.tw .py-0{
  padding-top: 0px;
  padding-bottom: 0px;
}

.tw .py-1{
  padding-top: 5px;
  padding-bottom: 5px;
}

.tw .py-2{
  padding-top: 10px;
  padding-bottom: 10px;
}

.tw .py-3{
  padding-top: 15px;
  padding-bottom: 15px;
}

.tw .py-4{
  padding-top: 20px;
  padding-bottom: 20px;
}

.tw .py-5{
  padding-top: 25px;
  padding-bottom: 25px;
}

.tw .py-6{
  padding-top: 30px;
  padding-bottom: 30px;
}

.tw .py-7{
  padding-top: 35px;
  padding-bottom: 35px;
}

.tw .py-8{
  padding-top: 40px;
  padding-bottom: 40px;
}

.tw .py-9{
  padding-top: 45px;
  padding-bottom: 45px;
}

.tw .py-10{
  padding-top: 50px;
  padding-bottom: 50px;
}

.tw .py-11{
  padding-top: 55px;
  padding-bottom: 55px;
}

.tw .py-12{
  padding-top: 60px;
  padding-bottom: 60px;
}

.tw .py-13{
  padding-top: 65px;
  padding-bottom: 65px;
}

.tw .py-14{
  padding-top: 70px;
  padding-bottom: 70px;
}

.tw .py-15{
  padding-top: 75px;
  padding-bottom: 75px;
}

.tw .py-16{
  padding-top: 80px;
  padding-bottom: 80px;
}

.tw .py-17{
  padding-top: 85px;
  padding-bottom: 85px;
}

.tw .py-18{
  padding-top: 90px;
  padding-bottom: 90px;
}

.tw .py-19{
  padding-top: 95px;
  padding-bottom: 95px;
}

.tw .py-20{
  padding-top: 100px;
  padding-bottom: 100px;
}

.tw .py-21{
  padding-top: 105px;
  padding-bottom: 105px;
}

.tw .py-22{
  padding-top: 110px;
  padding-bottom: 110px;
}

.tw .py-23{
  padding-top: 115px;
  padding-bottom: 115px;
}

.tw .py-24{
  padding-top: 120px;
  padding-bottom: 120px;
}

.tw .py-25{
  padding-top: 125px;
  padding-bottom: 125px;
}

.tw .py-26{
  padding-top: 130px;
  padding-bottom: 130px;
}

.tw .py-27{
  padding-top: 135px;
  padding-bottom: 135px;
}

.tw .py-28{
  padding-top: 140px;
  padding-bottom: 140px;
}

.tw .py-29{
  padding-top: 145px;
  padding-bottom: 145px;
}

.tw .py-30{
  padding-top: 150px;
  padding-bottom: 150px;
}

.tw .py-31{
  padding-top: 155px;
  padding-bottom: 155px;
}

.tw .py-32{
  padding-top: 160px;
  padding-bottom: 160px;
}

.tw .py-33{
  padding-top: 165px;
  padding-bottom: 165px;
}

.tw .py-34{
  padding-top: 170px;
  padding-bottom: 170px;
}

.tw .py-35{
  padding-top: 175px;
  padding-bottom: 175px;
}

.tw .py-36{
  padding-top: 180px;
  padding-bottom: 180px;
}

.tw .py-37{
  padding-top: 185px;
  padding-bottom: 185px;
}

.tw .py-38{
  padding-top: 190px;
  padding-bottom: 190px;
}

.tw .py-39{
  padding-top: 195px;
  padding-bottom: 195px;
}

.tw .py-40{
  padding-top: 200px;
  padding-bottom: 200px;
}

.tw .py-41{
  padding-top: 205px;
  padding-bottom: 205px;
}

.tw .py-42{
  padding-top: 210px;
  padding-bottom: 210px;
}

.tw .py-43{
  padding-top: 215px;
  padding-bottom: 215px;
}

.tw .py-44{
  padding-top: 220px;
  padding-bottom: 220px;
}

.tw .py-45{
  padding-top: 225px;
  padding-bottom: 225px;
}

.tw .py-46{
  padding-top: 230px;
  padding-bottom: 230px;
}

.tw .py-47{
  padding-top: 235px;
  padding-bottom: 235px;
}

.tw .py-48{
  padding-top: 240px;
  padding-bottom: 240px;
}

.tw .py-49{
  padding-top: 245px;
  padding-bottom: 245px;
}

.tw .py-50{
  padding-top: 250px;
  padding-bottom: 250px;
}

.tw .py-51{
  padding-top: 255px;
  padding-bottom: 255px;
}

.tw .py-52{
  padding-top: 260px;
  padding-bottom: 260px;
}

.tw .py-53{
  padding-top: 265px;
  padding-bottom: 265px;
}

.tw .py-54{
  padding-top: 270px;
  padding-bottom: 270px;
}

.tw .py-55{
  padding-top: 275px;
  padding-bottom: 275px;
}

.tw .py-56{
  padding-top: 280px;
  padding-bottom: 280px;
}

.tw .py-57{
  padding-top: 285px;
  padding-bottom: 285px;
}

.tw .py-58{
  padding-top: 290px;
  padding-bottom: 290px;
}

.tw .py-59{
  padding-top: 295px;
  padding-bottom: 295px;
}

.tw .py-60{
  padding-top: 300px;
  padding-bottom: 300px;
}

.tw .py-61{
  padding-top: 305px;
  padding-bottom: 305px;
}

.tw .py-62{
  padding-top: 310px;
  padding-bottom: 310px;
}

.tw .py-63{
  padding-top: 315px;
  padding-bottom: 315px;
}

.tw .py-64{
  padding-top: 320px;
  padding-bottom: 320px;
}

.tw .py-65{
  padding-top: 325px;
  padding-bottom: 325px;
}

.tw .py-66{
  padding-top: 330px;
  padding-bottom: 330px;
}

.tw .py-67{
  padding-top: 335px;
  padding-bottom: 335px;
}

.tw .py-68{
  padding-top: 340px;
  padding-bottom: 340px;
}

.tw .py-69{
  padding-top: 345px;
  padding-bottom: 345px;
}

.tw .py-70{
  padding-top: 350px;
  padding-bottom: 350px;
}

.tw .py-71{
  padding-top: 355px;
  padding-bottom: 355px;
}

.tw .py-72{
  padding-top: 360px;
  padding-bottom: 360px;
}

.tw .py-73{
  padding-top: 365px;
  padding-bottom: 365px;
}

.tw .py-74{
  padding-top: 370px;
  padding-bottom: 370px;
}

.tw .py-75{
  padding-top: 375px;
  padding-bottom: 375px;
}

.tw .py-76{
  padding-top: 380px;
  padding-bottom: 380px;
}

.tw .py-77{
  padding-top: 385px;
  padding-bottom: 385px;
}

.tw .py-78{
  padding-top: 390px;
  padding-bottom: 390px;
}

.tw .py-79{
  padding-top: 395px;
  padding-bottom: 395px;
}

.tw .py-80{
  padding-top: 400px;
  padding-bottom: 400px;
}

.tw .py-81{
  padding-top: 405px;
  padding-bottom: 405px;
}

.tw .py-82{
  padding-top: 410px;
  padding-bottom: 410px;
}

.tw .py-83{
  padding-top: 415px;
  padding-bottom: 415px;
}

.tw .py-84{
  padding-top: 420px;
  padding-bottom: 420px;
}

.tw .py-85{
  padding-top: 425px;
  padding-bottom: 425px;
}

.tw .py-86{
  padding-top: 430px;
  padding-bottom: 430px;
}

.tw .py-87{
  padding-top: 435px;
  padding-bottom: 435px;
}

.tw .py-88{
  padding-top: 440px;
  padding-bottom: 440px;
}

.tw .py-89{
  padding-top: 445px;
  padding-bottom: 445px;
}

.tw .py-90{
  padding-top: 450px;
  padding-bottom: 450px;
}

.tw .py-91{
  padding-top: 455px;
  padding-bottom: 455px;
}

.tw .py-92{
  padding-top: 460px;
  padding-bottom: 460px;
}

.tw .py-93{
  padding-top: 465px;
  padding-bottom: 465px;
}

.tw .py-94{
  padding-top: 470px;
  padding-bottom: 470px;
}

.tw .py-95{
  padding-top: 475px;
  padding-bottom: 475px;
}

.tw .py-96{
  padding-top: 480px;
  padding-bottom: 480px;
}

.tw .py-97{
  padding-top: 485px;
  padding-bottom: 485px;
}

.tw .py-98{
  padding-top: 490px;
  padding-bottom: 490px;
}

.tw .py-99{
  padding-top: 495px;
  padding-bottom: 495px;
}

.tw .py-100{
  padding-top: 500px;
  padding-bottom: 500px;
}

.tw .py-101{
  padding-top: 505px;
  padding-bottom: 505px;
}

.tw .py-102{
  padding-top: 510px;
  padding-bottom: 510px;
}

.tw .py-103{
  padding-top: 515px;
  padding-bottom: 515px;
}

.tw .py-104{
  padding-top: 520px;
  padding-bottom: 520px;
}

.tw .py-105{
  padding-top: 525px;
  padding-bottom: 525px;
}

.tw .py-106{
  padding-top: 530px;
  padding-bottom: 530px;
}

.tw .py-107{
  padding-top: 535px;
  padding-bottom: 535px;
}

.tw .py-108{
  padding-top: 540px;
  padding-bottom: 540px;
}

.tw .py-109{
  padding-top: 545px;
  padding-bottom: 545px;
}

.tw .py-110{
  padding-top: 550px;
  padding-bottom: 550px;
}

.tw .py-111{
  padding-top: 555px;
  padding-bottom: 555px;
}

.tw .py-112{
  padding-top: 560px;
  padding-bottom: 560px;
}

.tw .py-113{
  padding-top: 565px;
  padding-bottom: 565px;
}

.tw .py-114{
  padding-top: 570px;
  padding-bottom: 570px;
}

.tw .py-115{
  padding-top: 575px;
  padding-bottom: 575px;
}

.tw .py-116{
  padding-top: 580px;
  padding-bottom: 580px;
}

.tw .py-117{
  padding-top: 585px;
  padding-bottom: 585px;
}

.tw .py-118{
  padding-top: 590px;
  padding-bottom: 590px;
}

.tw .py-119{
  padding-top: 595px;
  padding-bottom: 595px;
}

.tw .py-120{
  padding-top: 600px;
  padding-bottom: 600px;
}

.tw .py-121{
  padding-top: 605px;
  padding-bottom: 605px;
}

.tw .py-122{
  padding-top: 610px;
  padding-bottom: 610px;
}

.tw .py-123{
  padding-top: 615px;
  padding-bottom: 615px;
}

.tw .py-124{
  padding-top: 620px;
  padding-bottom: 620px;
}

.tw .py-125{
  padding-top: 625px;
  padding-bottom: 625px;
}

.tw .py-126{
  padding-top: 630px;
  padding-bottom: 630px;
}

.tw .py-127{
  padding-top: 635px;
  padding-bottom: 635px;
}

.tw .py-128{
  padding-top: 640px;
  padding-bottom: 640px;
}

.tw .py-129{
  padding-top: 645px;
  padding-bottom: 645px;
}

.tw .py-130{
  padding-top: 650px;
  padding-bottom: 650px;
}

.tw .py-131{
  padding-top: 655px;
  padding-bottom: 655px;
}

.tw .py-132{
  padding-top: 660px;
  padding-bottom: 660px;
}

.tw .py-133{
  padding-top: 665px;
  padding-bottom: 665px;
}

.tw .py-134{
  padding-top: 670px;
  padding-bottom: 670px;
}

.tw .py-135{
  padding-top: 675px;
  padding-bottom: 675px;
}

.tw .py-136{
  padding-top: 680px;
  padding-bottom: 680px;
}

.tw .py-137{
  padding-top: 685px;
  padding-bottom: 685px;
}

.tw .py-138{
  padding-top: 690px;
  padding-bottom: 690px;
}

.tw .py-139{
  padding-top: 695px;
  padding-bottom: 695px;
}

.tw .py-140{
  padding-top: 700px;
  padding-bottom: 700px;
}

.tw .py-141{
  padding-top: 705px;
  padding-bottom: 705px;
}

.tw .py-142{
  padding-top: 710px;
  padding-bottom: 710px;
}

.tw .py-143{
  padding-top: 715px;
  padding-bottom: 715px;
}

.tw .py-144{
  padding-top: 720px;
  padding-bottom: 720px;
}

.tw .py-145{
  padding-top: 725px;
  padding-bottom: 725px;
}

.tw .py-146{
  padding-top: 730px;
  padding-bottom: 730px;
}

.tw .py-147{
  padding-top: 735px;
  padding-bottom: 735px;
}

.tw .py-148{
  padding-top: 740px;
  padding-bottom: 740px;
}

.tw .py-149{
  padding-top: 745px;
  padding-bottom: 745px;
}

.tw .py-0\.5{
  padding-top: 3px;
  padding-bottom: 3px;
}

.tw .py-1px{
  padding-top: 1px;
  padding-bottom: 1px;
}

.tw .py-2px{
  padding-top: 2px;
  padding-bottom: 2px;
}

.tw .py-3px{
  padding-top: 3px;
  padding-bottom: 3px;
}

.tw .py-4px{
  padding-top: 4px;
  padding-bottom: 4px;
}

.tw .py-5px{
  padding-top: 5px;
  padding-bottom: 5px;
}

.tw .py-6px{
  padding-top: 6px;
  padding-bottom: 6px;
}

.tw .py-7px{
  padding-top: 7px;
  padding-bottom: 7px;
}

.tw .py-8px{
  padding-top: 8px;
  padding-bottom: 8px;
}

.tw .py-9px{
  padding-top: 9px;
  padding-bottom: 9px;
}

.tw .py-10px{
  padding-top: 10px;
  padding-bottom: 10px;
}

.tw .py-11px{
  padding-top: 11px;
  padding-bottom: 11px;
}

.tw .py-12px{
  padding-top: 12px;
  padding-bottom: 12px;
}

.tw .py-13px{
  padding-top: 13px;
  padding-bottom: 13px;
}

.tw .py-14px{
  padding-top: 14px;
  padding-bottom: 14px;
}

.tw .py-15px{
  padding-top: 15px;
  padding-bottom: 15px;
}

.tw .py-16px{
  padding-top: 16px;
  padding-bottom: 16px;
}

.tw .py-17px{
  padding-top: 17px;
  padding-bottom: 17px;
}

.tw .py-18px{
  padding-top: 18px;
  padding-bottom: 18px;
}

.tw .py-19px{
  padding-top: 19px;
  padding-bottom: 19px;
}

.tw .py-20px{
  padding-top: 20px;
  padding-bottom: 20px;
}

.tw .py-21px{
  padding-top: 21px;
  padding-bottom: 21px;
}

.tw .py-22px{
  padding-top: 22px;
  padding-bottom: 22px;
}

.tw .py-23px{
  padding-top: 23px;
  padding-bottom: 23px;
}

.tw .py-24px{
  padding-top: 24px;
  padding-bottom: 24px;
}

.tw .py-25px{
  padding-top: 25px;
  padding-bottom: 25px;
}

.tw .py-26px{
  padding-top: 26px;
  padding-bottom: 26px;
}

.tw .py-27px{
  padding-top: 27px;
  padding-bottom: 27px;
}

.tw .py-28px{
  padding-top: 28px;
  padding-bottom: 28px;
}

.tw .py-29px{
  padding-top: 29px;
  padding-bottom: 29px;
}

.tw .py-30px{
  padding-top: 30px;
  padding-bottom: 30px;
}

.tw .py-31px{
  padding-top: 31px;
  padding-bottom: 31px;
}

.tw .py-32px{
  padding-top: 32px;
  padding-bottom: 32px;
}

.tw .py-33px{
  padding-top: 33px;
  padding-bottom: 33px;
}

.tw .py-34px{
  padding-top: 34px;
  padding-bottom: 34px;
}

.tw .py-35px{
  padding-top: 35px;
  padding-bottom: 35px;
}

.tw .py-36px{
  padding-top: 36px;
  padding-bottom: 36px;
}

.tw .py-37px{
  padding-top: 37px;
  padding-bottom: 37px;
}

.tw .py-38px{
  padding-top: 38px;
  padding-bottom: 38px;
}

.tw .py-39px{
  padding-top: 39px;
  padding-bottom: 39px;
}

.tw .py-40px{
  padding-top: 40px;
  padding-bottom: 40px;
}

.tw .first\:px-0:first-child{
  padding-left: 0px;
  padding-right: 0px;
}

.tw .first\:px-1:first-child{
  padding-left: 5px;
  padding-right: 5px;
}

.tw .first\:px-2:first-child{
  padding-left: 10px;
  padding-right: 10px;
}

.tw .first\:px-3:first-child{
  padding-left: 15px;
  padding-right: 15px;
}

.tw .first\:px-4:first-child{
  padding-left: 20px;
  padding-right: 20px;
}

.tw .first\:px-5:first-child{
  padding-left: 25px;
  padding-right: 25px;
}

.tw .first\:px-6:first-child{
  padding-left: 30px;
  padding-right: 30px;
}

.tw .first\:px-7:first-child{
  padding-left: 35px;
  padding-right: 35px;
}

.tw .first\:px-8:first-child{
  padding-left: 40px;
  padding-right: 40px;
}

.tw .first\:px-9:first-child{
  padding-left: 45px;
  padding-right: 45px;
}

.tw .first\:px-10:first-child{
  padding-left: 50px;
  padding-right: 50px;
}

.tw .first\:px-11:first-child{
  padding-left: 55px;
  padding-right: 55px;
}

.tw .first\:px-12:first-child{
  padding-left: 60px;
  padding-right: 60px;
}

.tw .first\:px-13:first-child{
  padding-left: 65px;
  padding-right: 65px;
}

.tw .first\:px-14:first-child{
  padding-left: 70px;
  padding-right: 70px;
}

.tw .first\:px-15:first-child{
  padding-left: 75px;
  padding-right: 75px;
}

.tw .first\:px-16:first-child{
  padding-left: 80px;
  padding-right: 80px;
}

.tw .first\:px-17:first-child{
  padding-left: 85px;
  padding-right: 85px;
}

.tw .first\:px-18:first-child{
  padding-left: 90px;
  padding-right: 90px;
}

.tw .first\:px-19:first-child{
  padding-left: 95px;
  padding-right: 95px;
}

.tw .first\:px-20:first-child{
  padding-left: 100px;
  padding-right: 100px;
}

.tw .first\:px-21:first-child{
  padding-left: 105px;
  padding-right: 105px;
}

.tw .first\:px-22:first-child{
  padding-left: 110px;
  padding-right: 110px;
}

.tw .first\:px-23:first-child{
  padding-left: 115px;
  padding-right: 115px;
}

.tw .first\:px-24:first-child{
  padding-left: 120px;
  padding-right: 120px;
}

.tw .first\:px-25:first-child{
  padding-left: 125px;
  padding-right: 125px;
}

.tw .first\:px-26:first-child{
  padding-left: 130px;
  padding-right: 130px;
}

.tw .first\:px-27:first-child{
  padding-left: 135px;
  padding-right: 135px;
}

.tw .first\:px-28:first-child{
  padding-left: 140px;
  padding-right: 140px;
}

.tw .first\:px-29:first-child{
  padding-left: 145px;
  padding-right: 145px;
}

.tw .first\:px-30:first-child{
  padding-left: 150px;
  padding-right: 150px;
}

.tw .first\:px-31:first-child{
  padding-left: 155px;
  padding-right: 155px;
}

.tw .first\:px-32:first-child{
  padding-left: 160px;
  padding-right: 160px;
}

.tw .first\:px-33:first-child{
  padding-left: 165px;
  padding-right: 165px;
}

.tw .first\:px-34:first-child{
  padding-left: 170px;
  padding-right: 170px;
}

.tw .first\:px-35:first-child{
  padding-left: 175px;
  padding-right: 175px;
}

.tw .first\:px-36:first-child{
  padding-left: 180px;
  padding-right: 180px;
}

.tw .first\:px-37:first-child{
  padding-left: 185px;
  padding-right: 185px;
}

.tw .first\:px-38:first-child{
  padding-left: 190px;
  padding-right: 190px;
}

.tw .first\:px-39:first-child{
  padding-left: 195px;
  padding-right: 195px;
}

.tw .first\:px-40:first-child{
  padding-left: 200px;
  padding-right: 200px;
}

.tw .first\:px-41:first-child{
  padding-left: 205px;
  padding-right: 205px;
}

.tw .first\:px-42:first-child{
  padding-left: 210px;
  padding-right: 210px;
}

.tw .first\:px-43:first-child{
  padding-left: 215px;
  padding-right: 215px;
}

.tw .first\:px-44:first-child{
  padding-left: 220px;
  padding-right: 220px;
}

.tw .first\:px-45:first-child{
  padding-left: 225px;
  padding-right: 225px;
}

.tw .first\:px-46:first-child{
  padding-left: 230px;
  padding-right: 230px;
}

.tw .first\:px-47:first-child{
  padding-left: 235px;
  padding-right: 235px;
}

.tw .first\:px-48:first-child{
  padding-left: 240px;
  padding-right: 240px;
}

.tw .first\:px-49:first-child{
  padding-left: 245px;
  padding-right: 245px;
}

.tw .first\:px-50:first-child{
  padding-left: 250px;
  padding-right: 250px;
}

.tw .first\:px-51:first-child{
  padding-left: 255px;
  padding-right: 255px;
}

.tw .first\:px-52:first-child{
  padding-left: 260px;
  padding-right: 260px;
}

.tw .first\:px-53:first-child{
  padding-left: 265px;
  padding-right: 265px;
}

.tw .first\:px-54:first-child{
  padding-left: 270px;
  padding-right: 270px;
}

.tw .first\:px-55:first-child{
  padding-left: 275px;
  padding-right: 275px;
}

.tw .first\:px-56:first-child{
  padding-left: 280px;
  padding-right: 280px;
}

.tw .first\:px-57:first-child{
  padding-left: 285px;
  padding-right: 285px;
}

.tw .first\:px-58:first-child{
  padding-left: 290px;
  padding-right: 290px;
}

.tw .first\:px-59:first-child{
  padding-left: 295px;
  padding-right: 295px;
}

.tw .first\:px-60:first-child{
  padding-left: 300px;
  padding-right: 300px;
}

.tw .first\:px-61:first-child{
  padding-left: 305px;
  padding-right: 305px;
}

.tw .first\:px-62:first-child{
  padding-left: 310px;
  padding-right: 310px;
}

.tw .first\:px-63:first-child{
  padding-left: 315px;
  padding-right: 315px;
}

.tw .first\:px-64:first-child{
  padding-left: 320px;
  padding-right: 320px;
}

.tw .first\:px-65:first-child{
  padding-left: 325px;
  padding-right: 325px;
}

.tw .first\:px-66:first-child{
  padding-left: 330px;
  padding-right: 330px;
}

.tw .first\:px-67:first-child{
  padding-left: 335px;
  padding-right: 335px;
}

.tw .first\:px-68:first-child{
  padding-left: 340px;
  padding-right: 340px;
}

.tw .first\:px-69:first-child{
  padding-left: 345px;
  padding-right: 345px;
}

.tw .first\:px-70:first-child{
  padding-left: 350px;
  padding-right: 350px;
}

.tw .first\:px-71:first-child{
  padding-left: 355px;
  padding-right: 355px;
}

.tw .first\:px-72:first-child{
  padding-left: 360px;
  padding-right: 360px;
}

.tw .first\:px-73:first-child{
  padding-left: 365px;
  padding-right: 365px;
}

.tw .first\:px-74:first-child{
  padding-left: 370px;
  padding-right: 370px;
}

.tw .first\:px-75:first-child{
  padding-left: 375px;
  padding-right: 375px;
}

.tw .first\:px-76:first-child{
  padding-left: 380px;
  padding-right: 380px;
}

.tw .first\:px-77:first-child{
  padding-left: 385px;
  padding-right: 385px;
}

.tw .first\:px-78:first-child{
  padding-left: 390px;
  padding-right: 390px;
}

.tw .first\:px-79:first-child{
  padding-left: 395px;
  padding-right: 395px;
}

.tw .first\:px-80:first-child{
  padding-left: 400px;
  padding-right: 400px;
}

.tw .first\:px-81:first-child{
  padding-left: 405px;
  padding-right: 405px;
}

.tw .first\:px-82:first-child{
  padding-left: 410px;
  padding-right: 410px;
}

.tw .first\:px-83:first-child{
  padding-left: 415px;
  padding-right: 415px;
}

.tw .first\:px-84:first-child{
  padding-left: 420px;
  padding-right: 420px;
}

.tw .first\:px-85:first-child{
  padding-left: 425px;
  padding-right: 425px;
}

.tw .first\:px-86:first-child{
  padding-left: 430px;
  padding-right: 430px;
}

.tw .first\:px-87:first-child{
  padding-left: 435px;
  padding-right: 435px;
}

.tw .first\:px-88:first-child{
  padding-left: 440px;
  padding-right: 440px;
}

.tw .first\:px-89:first-child{
  padding-left: 445px;
  padding-right: 445px;
}

.tw .first\:px-90:first-child{
  padding-left: 450px;
  padding-right: 450px;
}

.tw .first\:px-91:first-child{
  padding-left: 455px;
  padding-right: 455px;
}

.tw .first\:px-92:first-child{
  padding-left: 460px;
  padding-right: 460px;
}

.tw .first\:px-93:first-child{
  padding-left: 465px;
  padding-right: 465px;
}

.tw .first\:px-94:first-child{
  padding-left: 470px;
  padding-right: 470px;
}

.tw .first\:px-95:first-child{
  padding-left: 475px;
  padding-right: 475px;
}

.tw .first\:px-96:first-child{
  padding-left: 480px;
  padding-right: 480px;
}

.tw .first\:px-97:first-child{
  padding-left: 485px;
  padding-right: 485px;
}

.tw .first\:px-98:first-child{
  padding-left: 490px;
  padding-right: 490px;
}

.tw .first\:px-99:first-child{
  padding-left: 495px;
  padding-right: 495px;
}

.tw .first\:px-100:first-child{
  padding-left: 500px;
  padding-right: 500px;
}

.tw .first\:px-101:first-child{
  padding-left: 505px;
  padding-right: 505px;
}

.tw .first\:px-102:first-child{
  padding-left: 510px;
  padding-right: 510px;
}

.tw .first\:px-103:first-child{
  padding-left: 515px;
  padding-right: 515px;
}

.tw .first\:px-104:first-child{
  padding-left: 520px;
  padding-right: 520px;
}

.tw .first\:px-105:first-child{
  padding-left: 525px;
  padding-right: 525px;
}

.tw .first\:px-106:first-child{
  padding-left: 530px;
  padding-right: 530px;
}

.tw .first\:px-107:first-child{
  padding-left: 535px;
  padding-right: 535px;
}

.tw .first\:px-108:first-child{
  padding-left: 540px;
  padding-right: 540px;
}

.tw .first\:px-109:first-child{
  padding-left: 545px;
  padding-right: 545px;
}

.tw .first\:px-110:first-child{
  padding-left: 550px;
  padding-right: 550px;
}

.tw .first\:px-111:first-child{
  padding-left: 555px;
  padding-right: 555px;
}

.tw .first\:px-112:first-child{
  padding-left: 560px;
  padding-right: 560px;
}

.tw .first\:px-113:first-child{
  padding-left: 565px;
  padding-right: 565px;
}

.tw .first\:px-114:first-child{
  padding-left: 570px;
  padding-right: 570px;
}

.tw .first\:px-115:first-child{
  padding-left: 575px;
  padding-right: 575px;
}

.tw .first\:px-116:first-child{
  padding-left: 580px;
  padding-right: 580px;
}

.tw .first\:px-117:first-child{
  padding-left: 585px;
  padding-right: 585px;
}

.tw .first\:px-118:first-child{
  padding-left: 590px;
  padding-right: 590px;
}

.tw .first\:px-119:first-child{
  padding-left: 595px;
  padding-right: 595px;
}

.tw .first\:px-120:first-child{
  padding-left: 600px;
  padding-right: 600px;
}

.tw .first\:px-121:first-child{
  padding-left: 605px;
  padding-right: 605px;
}

.tw .first\:px-122:first-child{
  padding-left: 610px;
  padding-right: 610px;
}

.tw .first\:px-123:first-child{
  padding-left: 615px;
  padding-right: 615px;
}

.tw .first\:px-124:first-child{
  padding-left: 620px;
  padding-right: 620px;
}

.tw .first\:px-125:first-child{
  padding-left: 625px;
  padding-right: 625px;
}

.tw .first\:px-126:first-child{
  padding-left: 630px;
  padding-right: 630px;
}

.tw .first\:px-127:first-child{
  padding-left: 635px;
  padding-right: 635px;
}

.tw .first\:px-128:first-child{
  padding-left: 640px;
  padding-right: 640px;
}

.tw .first\:px-129:first-child{
  padding-left: 645px;
  padding-right: 645px;
}

.tw .first\:px-130:first-child{
  padding-left: 650px;
  padding-right: 650px;
}

.tw .first\:px-131:first-child{
  padding-left: 655px;
  padding-right: 655px;
}

.tw .first\:px-132:first-child{
  padding-left: 660px;
  padding-right: 660px;
}

.tw .first\:px-133:first-child{
  padding-left: 665px;
  padding-right: 665px;
}

.tw .first\:px-134:first-child{
  padding-left: 670px;
  padding-right: 670px;
}

.tw .first\:px-135:first-child{
  padding-left: 675px;
  padding-right: 675px;
}

.tw .first\:px-136:first-child{
  padding-left: 680px;
  padding-right: 680px;
}

.tw .first\:px-137:first-child{
  padding-left: 685px;
  padding-right: 685px;
}

.tw .first\:px-138:first-child{
  padding-left: 690px;
  padding-right: 690px;
}

.tw .first\:px-139:first-child{
  padding-left: 695px;
  padding-right: 695px;
}

.tw .first\:px-140:first-child{
  padding-left: 700px;
  padding-right: 700px;
}

.tw .first\:px-141:first-child{
  padding-left: 705px;
  padding-right: 705px;
}

.tw .first\:px-142:first-child{
  padding-left: 710px;
  padding-right: 710px;
}

.tw .first\:px-143:first-child{
  padding-left: 715px;
  padding-right: 715px;
}

.tw .first\:px-144:first-child{
  padding-left: 720px;
  padding-right: 720px;
}

.tw .first\:px-145:first-child{
  padding-left: 725px;
  padding-right: 725px;
}

.tw .first\:px-146:first-child{
  padding-left: 730px;
  padding-right: 730px;
}

.tw .first\:px-147:first-child{
  padding-left: 735px;
  padding-right: 735px;
}

.tw .first\:px-148:first-child{
  padding-left: 740px;
  padding-right: 740px;
}

.tw .first\:px-149:first-child{
  padding-left: 745px;
  padding-right: 745px;
}

.tw .first\:px-0\.5:first-child{
  padding-left: 3px;
  padding-right: 3px;
}

.tw .first\:px-1px:first-child{
  padding-left: 1px;
  padding-right: 1px;
}

.tw .first\:px-2px:first-child{
  padding-left: 2px;
  padding-right: 2px;
}

.tw .first\:px-3px:first-child{
  padding-left: 3px;
  padding-right: 3px;
}

.tw .first\:px-4px:first-child{
  padding-left: 4px;
  padding-right: 4px;
}

.tw .first\:px-5px:first-child{
  padding-left: 5px;
  padding-right: 5px;
}

.tw .first\:px-6px:first-child{
  padding-left: 6px;
  padding-right: 6px;
}

.tw .first\:px-7px:first-child{
  padding-left: 7px;
  padding-right: 7px;
}

.tw .first\:px-8px:first-child{
  padding-left: 8px;
  padding-right: 8px;
}

.tw .first\:px-9px:first-child{
  padding-left: 9px;
  padding-right: 9px;
}

.tw .first\:px-10px:first-child{
  padding-left: 10px;
  padding-right: 10px;
}

.tw .first\:px-11px:first-child{
  padding-left: 11px;
  padding-right: 11px;
}

.tw .first\:px-12px:first-child{
  padding-left: 12px;
  padding-right: 12px;
}

.tw .first\:px-13px:first-child{
  padding-left: 13px;
  padding-right: 13px;
}

.tw .first\:px-14px:first-child{
  padding-left: 14px;
  padding-right: 14px;
}

.tw .first\:px-15px:first-child{
  padding-left: 15px;
  padding-right: 15px;
}

.tw .first\:px-16px:first-child{
  padding-left: 16px;
  padding-right: 16px;
}

.tw .first\:px-17px:first-child{
  padding-left: 17px;
  padding-right: 17px;
}

.tw .first\:px-18px:first-child{
  padding-left: 18px;
  padding-right: 18px;
}

.tw .first\:px-19px:first-child{
  padding-left: 19px;
  padding-right: 19px;
}

.tw .first\:px-20px:first-child{
  padding-left: 20px;
  padding-right: 20px;
}

.tw .first\:px-21px:first-child{
  padding-left: 21px;
  padding-right: 21px;
}

.tw .first\:px-22px:first-child{
  padding-left: 22px;
  padding-right: 22px;
}

.tw .first\:px-23px:first-child{
  padding-left: 23px;
  padding-right: 23px;
}

.tw .first\:px-24px:first-child{
  padding-left: 24px;
  padding-right: 24px;
}

.tw .first\:px-25px:first-child{
  padding-left: 25px;
  padding-right: 25px;
}

.tw .first\:px-26px:first-child{
  padding-left: 26px;
  padding-right: 26px;
}

.tw .first\:px-27px:first-child{
  padding-left: 27px;
  padding-right: 27px;
}

.tw .first\:px-28px:first-child{
  padding-left: 28px;
  padding-right: 28px;
}

.tw .first\:px-29px:first-child{
  padding-left: 29px;
  padding-right: 29px;
}

.tw .first\:px-30px:first-child{
  padding-left: 30px;
  padding-right: 30px;
}

.tw .first\:px-31px:first-child{
  padding-left: 31px;
  padding-right: 31px;
}

.tw .first\:px-32px:first-child{
  padding-left: 32px;
  padding-right: 32px;
}

.tw .first\:px-33px:first-child{
  padding-left: 33px;
  padding-right: 33px;
}

.tw .first\:px-34px:first-child{
  padding-left: 34px;
  padding-right: 34px;
}

.tw .first\:px-35px:first-child{
  padding-left: 35px;
  padding-right: 35px;
}

.tw .first\:px-36px:first-child{
  padding-left: 36px;
  padding-right: 36px;
}

.tw .first\:px-37px:first-child{
  padding-left: 37px;
  padding-right: 37px;
}

.tw .first\:px-38px:first-child{
  padding-left: 38px;
  padding-right: 38px;
}

.tw .first\:px-39px:first-child{
  padding-left: 39px;
  padding-right: 39px;
}

.tw .first\:px-40px:first-child{
  padding-left: 40px;
  padding-right: 40px;
}

.tw .first\:py-0:first-child{
  padding-top: 0px;
  padding-bottom: 0px;
}

.tw .first\:py-1:first-child{
  padding-top: 5px;
  padding-bottom: 5px;
}

.tw .first\:py-2:first-child{
  padding-top: 10px;
  padding-bottom: 10px;
}

.tw .first\:py-3:first-child{
  padding-top: 15px;
  padding-bottom: 15px;
}

.tw .first\:py-4:first-child{
  padding-top: 20px;
  padding-bottom: 20px;
}

.tw .first\:py-5:first-child{
  padding-top: 25px;
  padding-bottom: 25px;
}

.tw .first\:py-6:first-child{
  padding-top: 30px;
  padding-bottom: 30px;
}

.tw .first\:py-7:first-child{
  padding-top: 35px;
  padding-bottom: 35px;
}

.tw .first\:py-8:first-child{
  padding-top: 40px;
  padding-bottom: 40px;
}

.tw .first\:py-9:first-child{
  padding-top: 45px;
  padding-bottom: 45px;
}

.tw .first\:py-10:first-child{
  padding-top: 50px;
  padding-bottom: 50px;
}

.tw .first\:py-11:first-child{
  padding-top: 55px;
  padding-bottom: 55px;
}

.tw .first\:py-12:first-child{
  padding-top: 60px;
  padding-bottom: 60px;
}

.tw .first\:py-13:first-child{
  padding-top: 65px;
  padding-bottom: 65px;
}

.tw .first\:py-14:first-child{
  padding-top: 70px;
  padding-bottom: 70px;
}

.tw .first\:py-15:first-child{
  padding-top: 75px;
  padding-bottom: 75px;
}

.tw .first\:py-16:first-child{
  padding-top: 80px;
  padding-bottom: 80px;
}

.tw .first\:py-17:first-child{
  padding-top: 85px;
  padding-bottom: 85px;
}

.tw .first\:py-18:first-child{
  padding-top: 90px;
  padding-bottom: 90px;
}

.tw .first\:py-19:first-child{
  padding-top: 95px;
  padding-bottom: 95px;
}

.tw .first\:py-20:first-child{
  padding-top: 100px;
  padding-bottom: 100px;
}

.tw .first\:py-21:first-child{
  padding-top: 105px;
  padding-bottom: 105px;
}

.tw .first\:py-22:first-child{
  padding-top: 110px;
  padding-bottom: 110px;
}

.tw .first\:py-23:first-child{
  padding-top: 115px;
  padding-bottom: 115px;
}

.tw .first\:py-24:first-child{
  padding-top: 120px;
  padding-bottom: 120px;
}

.tw .first\:py-25:first-child{
  padding-top: 125px;
  padding-bottom: 125px;
}

.tw .first\:py-26:first-child{
  padding-top: 130px;
  padding-bottom: 130px;
}

.tw .first\:py-27:first-child{
  padding-top: 135px;
  padding-bottom: 135px;
}

.tw .first\:py-28:first-child{
  padding-top: 140px;
  padding-bottom: 140px;
}

.tw .first\:py-29:first-child{
  padding-top: 145px;
  padding-bottom: 145px;
}

.tw .first\:py-30:first-child{
  padding-top: 150px;
  padding-bottom: 150px;
}

.tw .first\:py-31:first-child{
  padding-top: 155px;
  padding-bottom: 155px;
}

.tw .first\:py-32:first-child{
  padding-top: 160px;
  padding-bottom: 160px;
}

.tw .first\:py-33:first-child{
  padding-top: 165px;
  padding-bottom: 165px;
}

.tw .first\:py-34:first-child{
  padding-top: 170px;
  padding-bottom: 170px;
}

.tw .first\:py-35:first-child{
  padding-top: 175px;
  padding-bottom: 175px;
}

.tw .first\:py-36:first-child{
  padding-top: 180px;
  padding-bottom: 180px;
}

.tw .first\:py-37:first-child{
  padding-top: 185px;
  padding-bottom: 185px;
}

.tw .first\:py-38:first-child{
  padding-top: 190px;
  padding-bottom: 190px;
}

.tw .first\:py-39:first-child{
  padding-top: 195px;
  padding-bottom: 195px;
}

.tw .first\:py-40:first-child{
  padding-top: 200px;
  padding-bottom: 200px;
}

.tw .first\:py-41:first-child{
  padding-top: 205px;
  padding-bottom: 205px;
}

.tw .first\:py-42:first-child{
  padding-top: 210px;
  padding-bottom: 210px;
}

.tw .first\:py-43:first-child{
  padding-top: 215px;
  padding-bottom: 215px;
}

.tw .first\:py-44:first-child{
  padding-top: 220px;
  padding-bottom: 220px;
}

.tw .first\:py-45:first-child{
  padding-top: 225px;
  padding-bottom: 225px;
}

.tw .first\:py-46:first-child{
  padding-top: 230px;
  padding-bottom: 230px;
}

.tw .first\:py-47:first-child{
  padding-top: 235px;
  padding-bottom: 235px;
}

.tw .first\:py-48:first-child{
  padding-top: 240px;
  padding-bottom: 240px;
}

.tw .first\:py-49:first-child{
  padding-top: 245px;
  padding-bottom: 245px;
}

.tw .first\:py-50:first-child{
  padding-top: 250px;
  padding-bottom: 250px;
}

.tw .first\:py-51:first-child{
  padding-top: 255px;
  padding-bottom: 255px;
}

.tw .first\:py-52:first-child{
  padding-top: 260px;
  padding-bottom: 260px;
}

.tw .first\:py-53:first-child{
  padding-top: 265px;
  padding-bottom: 265px;
}

.tw .first\:py-54:first-child{
  padding-top: 270px;
  padding-bottom: 270px;
}

.tw .first\:py-55:first-child{
  padding-top: 275px;
  padding-bottom: 275px;
}

.tw .first\:py-56:first-child{
  padding-top: 280px;
  padding-bottom: 280px;
}

.tw .first\:py-57:first-child{
  padding-top: 285px;
  padding-bottom: 285px;
}

.tw .first\:py-58:first-child{
  padding-top: 290px;
  padding-bottom: 290px;
}

.tw .first\:py-59:first-child{
  padding-top: 295px;
  padding-bottom: 295px;
}

.tw .first\:py-60:first-child{
  padding-top: 300px;
  padding-bottom: 300px;
}

.tw .first\:py-61:first-child{
  padding-top: 305px;
  padding-bottom: 305px;
}

.tw .first\:py-62:first-child{
  padding-top: 310px;
  padding-bottom: 310px;
}

.tw .first\:py-63:first-child{
  padding-top: 315px;
  padding-bottom: 315px;
}

.tw .first\:py-64:first-child{
  padding-top: 320px;
  padding-bottom: 320px;
}

.tw .first\:py-65:first-child{
  padding-top: 325px;
  padding-bottom: 325px;
}

.tw .first\:py-66:first-child{
  padding-top: 330px;
  padding-bottom: 330px;
}

.tw .first\:py-67:first-child{
  padding-top: 335px;
  padding-bottom: 335px;
}

.tw .first\:py-68:first-child{
  padding-top: 340px;
  padding-bottom: 340px;
}

.tw .first\:py-69:first-child{
  padding-top: 345px;
  padding-bottom: 345px;
}

.tw .first\:py-70:first-child{
  padding-top: 350px;
  padding-bottom: 350px;
}

.tw .first\:py-71:first-child{
  padding-top: 355px;
  padding-bottom: 355px;
}

.tw .first\:py-72:first-child{
  padding-top: 360px;
  padding-bottom: 360px;
}

.tw .first\:py-73:first-child{
  padding-top: 365px;
  padding-bottom: 365px;
}

.tw .first\:py-74:first-child{
  padding-top: 370px;
  padding-bottom: 370px;
}

.tw .first\:py-75:first-child{
  padding-top: 375px;
  padding-bottom: 375px;
}

.tw .first\:py-76:first-child{
  padding-top: 380px;
  padding-bottom: 380px;
}

.tw .first\:py-77:first-child{
  padding-top: 385px;
  padding-bottom: 385px;
}

.tw .first\:py-78:first-child{
  padding-top: 390px;
  padding-bottom: 390px;
}

.tw .first\:py-79:first-child{
  padding-top: 395px;
  padding-bottom: 395px;
}

.tw .first\:py-80:first-child{
  padding-top: 400px;
  padding-bottom: 400px;
}

.tw .first\:py-81:first-child{
  padding-top: 405px;
  padding-bottom: 405px;
}

.tw .first\:py-82:first-child{
  padding-top: 410px;
  padding-bottom: 410px;
}

.tw .first\:py-83:first-child{
  padding-top: 415px;
  padding-bottom: 415px;
}

.tw .first\:py-84:first-child{
  padding-top: 420px;
  padding-bottom: 420px;
}

.tw .first\:py-85:first-child{
  padding-top: 425px;
  padding-bottom: 425px;
}

.tw .first\:py-86:first-child{
  padding-top: 430px;
  padding-bottom: 430px;
}

.tw .first\:py-87:first-child{
  padding-top: 435px;
  padding-bottom: 435px;
}

.tw .first\:py-88:first-child{
  padding-top: 440px;
  padding-bottom: 440px;
}

.tw .first\:py-89:first-child{
  padding-top: 445px;
  padding-bottom: 445px;
}

.tw .first\:py-90:first-child{
  padding-top: 450px;
  padding-bottom: 450px;
}

.tw .first\:py-91:first-child{
  padding-top: 455px;
  padding-bottom: 455px;
}

.tw .first\:py-92:first-child{
  padding-top: 460px;
  padding-bottom: 460px;
}

.tw .first\:py-93:first-child{
  padding-top: 465px;
  padding-bottom: 465px;
}

.tw .first\:py-94:first-child{
  padding-top: 470px;
  padding-bottom: 470px;
}

.tw .first\:py-95:first-child{
  padding-top: 475px;
  padding-bottom: 475px;
}

.tw .first\:py-96:first-child{
  padding-top: 480px;
  padding-bottom: 480px;
}

.tw .first\:py-97:first-child{
  padding-top: 485px;
  padding-bottom: 485px;
}

.tw .first\:py-98:first-child{
  padding-top: 490px;
  padding-bottom: 490px;
}

.tw .first\:py-99:first-child{
  padding-top: 495px;
  padding-bottom: 495px;
}

.tw .first\:py-100:first-child{
  padding-top: 500px;
  padding-bottom: 500px;
}

.tw .first\:py-101:first-child{
  padding-top: 505px;
  padding-bottom: 505px;
}

.tw .first\:py-102:first-child{
  padding-top: 510px;
  padding-bottom: 510px;
}

.tw .first\:py-103:first-child{
  padding-top: 515px;
  padding-bottom: 515px;
}

.tw .first\:py-104:first-child{
  padding-top: 520px;
  padding-bottom: 520px;
}

.tw .first\:py-105:first-child{
  padding-top: 525px;
  padding-bottom: 525px;
}

.tw .first\:py-106:first-child{
  padding-top: 530px;
  padding-bottom: 530px;
}

.tw .first\:py-107:first-child{
  padding-top: 535px;
  padding-bottom: 535px;
}

.tw .first\:py-108:first-child{
  padding-top: 540px;
  padding-bottom: 540px;
}

.tw .first\:py-109:first-child{
  padding-top: 545px;
  padding-bottom: 545px;
}

.tw .first\:py-110:first-child{
  padding-top: 550px;
  padding-bottom: 550px;
}

.tw .first\:py-111:first-child{
  padding-top: 555px;
  padding-bottom: 555px;
}

.tw .first\:py-112:first-child{
  padding-top: 560px;
  padding-bottom: 560px;
}

.tw .first\:py-113:first-child{
  padding-top: 565px;
  padding-bottom: 565px;
}

.tw .first\:py-114:first-child{
  padding-top: 570px;
  padding-bottom: 570px;
}

.tw .first\:py-115:first-child{
  padding-top: 575px;
  padding-bottom: 575px;
}

.tw .first\:py-116:first-child{
  padding-top: 580px;
  padding-bottom: 580px;
}

.tw .first\:py-117:first-child{
  padding-top: 585px;
  padding-bottom: 585px;
}

.tw .first\:py-118:first-child{
  padding-top: 590px;
  padding-bottom: 590px;
}

.tw .first\:py-119:first-child{
  padding-top: 595px;
  padding-bottom: 595px;
}

.tw .first\:py-120:first-child{
  padding-top: 600px;
  padding-bottom: 600px;
}

.tw .first\:py-121:first-child{
  padding-top: 605px;
  padding-bottom: 605px;
}

.tw .first\:py-122:first-child{
  padding-top: 610px;
  padding-bottom: 610px;
}

.tw .first\:py-123:first-child{
  padding-top: 615px;
  padding-bottom: 615px;
}

.tw .first\:py-124:first-child{
  padding-top: 620px;
  padding-bottom: 620px;
}

.tw .first\:py-125:first-child{
  padding-top: 625px;
  padding-bottom: 625px;
}

.tw .first\:py-126:first-child{
  padding-top: 630px;
  padding-bottom: 630px;
}

.tw .first\:py-127:first-child{
  padding-top: 635px;
  padding-bottom: 635px;
}

.tw .first\:py-128:first-child{
  padding-top: 640px;
  padding-bottom: 640px;
}

.tw .first\:py-129:first-child{
  padding-top: 645px;
  padding-bottom: 645px;
}

.tw .first\:py-130:first-child{
  padding-top: 650px;
  padding-bottom: 650px;
}

.tw .first\:py-131:first-child{
  padding-top: 655px;
  padding-bottom: 655px;
}

.tw .first\:py-132:first-child{
  padding-top: 660px;
  padding-bottom: 660px;
}

.tw .first\:py-133:first-child{
  padding-top: 665px;
  padding-bottom: 665px;
}

.tw .first\:py-134:first-child{
  padding-top: 670px;
  padding-bottom: 670px;
}

.tw .first\:py-135:first-child{
  padding-top: 675px;
  padding-bottom: 675px;
}

.tw .first\:py-136:first-child{
  padding-top: 680px;
  padding-bottom: 680px;
}

.tw .first\:py-137:first-child{
  padding-top: 685px;
  padding-bottom: 685px;
}

.tw .first\:py-138:first-child{
  padding-top: 690px;
  padding-bottom: 690px;
}

.tw .first\:py-139:first-child{
  padding-top: 695px;
  padding-bottom: 695px;
}

.tw .first\:py-140:first-child{
  padding-top: 700px;
  padding-bottom: 700px;
}

.tw .first\:py-141:first-child{
  padding-top: 705px;
  padding-bottom: 705px;
}

.tw .first\:py-142:first-child{
  padding-top: 710px;
  padding-bottom: 710px;
}

.tw .first\:py-143:first-child{
  padding-top: 715px;
  padding-bottom: 715px;
}

.tw .first\:py-144:first-child{
  padding-top: 720px;
  padding-bottom: 720px;
}

.tw .first\:py-145:first-child{
  padding-top: 725px;
  padding-bottom: 725px;
}

.tw .first\:py-146:first-child{
  padding-top: 730px;
  padding-bottom: 730px;
}

.tw .first\:py-147:first-child{
  padding-top: 735px;
  padding-bottom: 735px;
}

.tw .first\:py-148:first-child{
  padding-top: 740px;
  padding-bottom: 740px;
}

.tw .first\:py-149:first-child{
  padding-top: 745px;
  padding-bottom: 745px;
}

.tw .first\:py-0\.5:first-child{
  padding-top: 3px;
  padding-bottom: 3px;
}

.tw .first\:py-1px:first-child{
  padding-top: 1px;
  padding-bottom: 1px;
}

.tw .first\:py-2px:first-child{
  padding-top: 2px;
  padding-bottom: 2px;
}

.tw .first\:py-3px:first-child{
  padding-top: 3px;
  padding-bottom: 3px;
}

.tw .first\:py-4px:first-child{
  padding-top: 4px;
  padding-bottom: 4px;
}

.tw .first\:py-5px:first-child{
  padding-top: 5px;
  padding-bottom: 5px;
}

.tw .first\:py-6px:first-child{
  padding-top: 6px;
  padding-bottom: 6px;
}

.tw .first\:py-7px:first-child{
  padding-top: 7px;
  padding-bottom: 7px;
}

.tw .first\:py-8px:first-child{
  padding-top: 8px;
  padding-bottom: 8px;
}

.tw .first\:py-9px:first-child{
  padding-top: 9px;
  padding-bottom: 9px;
}

.tw .first\:py-10px:first-child{
  padding-top: 10px;
  padding-bottom: 10px;
}

.tw .first\:py-11px:first-child{
  padding-top: 11px;
  padding-bottom: 11px;
}

.tw .first\:py-12px:first-child{
  padding-top: 12px;
  padding-bottom: 12px;
}

.tw .first\:py-13px:first-child{
  padding-top: 13px;
  padding-bottom: 13px;
}

.tw .first\:py-14px:first-child{
  padding-top: 14px;
  padding-bottom: 14px;
}

.tw .first\:py-15px:first-child{
  padding-top: 15px;
  padding-bottom: 15px;
}

.tw .first\:py-16px:first-child{
  padding-top: 16px;
  padding-bottom: 16px;
}

.tw .first\:py-17px:first-child{
  padding-top: 17px;
  padding-bottom: 17px;
}

.tw .first\:py-18px:first-child{
  padding-top: 18px;
  padding-bottom: 18px;
}

.tw .first\:py-19px:first-child{
  padding-top: 19px;
  padding-bottom: 19px;
}

.tw .first\:py-20px:first-child{
  padding-top: 20px;
  padding-bottom: 20px;
}

.tw .first\:py-21px:first-child{
  padding-top: 21px;
  padding-bottom: 21px;
}

.tw .first\:py-22px:first-child{
  padding-top: 22px;
  padding-bottom: 22px;
}

.tw .first\:py-23px:first-child{
  padding-top: 23px;
  padding-bottom: 23px;
}

.tw .first\:py-24px:first-child{
  padding-top: 24px;
  padding-bottom: 24px;
}

.tw .first\:py-25px:first-child{
  padding-top: 25px;
  padding-bottom: 25px;
}

.tw .first\:py-26px:first-child{
  padding-top: 26px;
  padding-bottom: 26px;
}

.tw .first\:py-27px:first-child{
  padding-top: 27px;
  padding-bottom: 27px;
}

.tw .first\:py-28px:first-child{
  padding-top: 28px;
  padding-bottom: 28px;
}

.tw .first\:py-29px:first-child{
  padding-top: 29px;
  padding-bottom: 29px;
}

.tw .first\:py-30px:first-child{
  padding-top: 30px;
  padding-bottom: 30px;
}

.tw .first\:py-31px:first-child{
  padding-top: 31px;
  padding-bottom: 31px;
}

.tw .first\:py-32px:first-child{
  padding-top: 32px;
  padding-bottom: 32px;
}

.tw .first\:py-33px:first-child{
  padding-top: 33px;
  padding-bottom: 33px;
}

.tw .first\:py-34px:first-child{
  padding-top: 34px;
  padding-bottom: 34px;
}

.tw .first\:py-35px:first-child{
  padding-top: 35px;
  padding-bottom: 35px;
}

.tw .first\:py-36px:first-child{
  padding-top: 36px;
  padding-bottom: 36px;
}

.tw .first\:py-37px:first-child{
  padding-top: 37px;
  padding-bottom: 37px;
}

.tw .first\:py-38px:first-child{
  padding-top: 38px;
  padding-bottom: 38px;
}

.tw .first\:py-39px:first-child{
  padding-top: 39px;
  padding-bottom: 39px;
}

.tw .first\:py-40px:first-child{
  padding-top: 40px;
  padding-bottom: 40px;
}

.tw .last\:px-0:last-child{
  padding-left: 0px;
  padding-right: 0px;
}

.tw .last\:px-1:last-child{
  padding-left: 5px;
  padding-right: 5px;
}

.tw .last\:px-2:last-child{
  padding-left: 10px;
  padding-right: 10px;
}

.tw .last\:px-3:last-child{
  padding-left: 15px;
  padding-right: 15px;
}

.tw .last\:px-4:last-child{
  padding-left: 20px;
  padding-right: 20px;
}

.tw .last\:px-5:last-child{
  padding-left: 25px;
  padding-right: 25px;
}

.tw .last\:px-6:last-child{
  padding-left: 30px;
  padding-right: 30px;
}

.tw .last\:px-7:last-child{
  padding-left: 35px;
  padding-right: 35px;
}

.tw .last\:px-8:last-child{
  padding-left: 40px;
  padding-right: 40px;
}

.tw .last\:px-9:last-child{
  padding-left: 45px;
  padding-right: 45px;
}

.tw .last\:px-10:last-child{
  padding-left: 50px;
  padding-right: 50px;
}

.tw .last\:px-11:last-child{
  padding-left: 55px;
  padding-right: 55px;
}

.tw .last\:px-12:last-child{
  padding-left: 60px;
  padding-right: 60px;
}

.tw .last\:px-13:last-child{
  padding-left: 65px;
  padding-right: 65px;
}

.tw .last\:px-14:last-child{
  padding-left: 70px;
  padding-right: 70px;
}

.tw .last\:px-15:last-child{
  padding-left: 75px;
  padding-right: 75px;
}

.tw .last\:px-16:last-child{
  padding-left: 80px;
  padding-right: 80px;
}

.tw .last\:px-17:last-child{
  padding-left: 85px;
  padding-right: 85px;
}

.tw .last\:px-18:last-child{
  padding-left: 90px;
  padding-right: 90px;
}

.tw .last\:px-19:last-child{
  padding-left: 95px;
  padding-right: 95px;
}

.tw .last\:px-20:last-child{
  padding-left: 100px;
  padding-right: 100px;
}

.tw .last\:px-21:last-child{
  padding-left: 105px;
  padding-right: 105px;
}

.tw .last\:px-22:last-child{
  padding-left: 110px;
  padding-right: 110px;
}

.tw .last\:px-23:last-child{
  padding-left: 115px;
  padding-right: 115px;
}

.tw .last\:px-24:last-child{
  padding-left: 120px;
  padding-right: 120px;
}

.tw .last\:px-25:last-child{
  padding-left: 125px;
  padding-right: 125px;
}

.tw .last\:px-26:last-child{
  padding-left: 130px;
  padding-right: 130px;
}

.tw .last\:px-27:last-child{
  padding-left: 135px;
  padding-right: 135px;
}

.tw .last\:px-28:last-child{
  padding-left: 140px;
  padding-right: 140px;
}

.tw .last\:px-29:last-child{
  padding-left: 145px;
  padding-right: 145px;
}

.tw .last\:px-30:last-child{
  padding-left: 150px;
  padding-right: 150px;
}

.tw .last\:px-31:last-child{
  padding-left: 155px;
  padding-right: 155px;
}

.tw .last\:px-32:last-child{
  padding-left: 160px;
  padding-right: 160px;
}

.tw .last\:px-33:last-child{
  padding-left: 165px;
  padding-right: 165px;
}

.tw .last\:px-34:last-child{
  padding-left: 170px;
  padding-right: 170px;
}

.tw .last\:px-35:last-child{
  padding-left: 175px;
  padding-right: 175px;
}

.tw .last\:px-36:last-child{
  padding-left: 180px;
  padding-right: 180px;
}

.tw .last\:px-37:last-child{
  padding-left: 185px;
  padding-right: 185px;
}

.tw .last\:px-38:last-child{
  padding-left: 190px;
  padding-right: 190px;
}

.tw .last\:px-39:last-child{
  padding-left: 195px;
  padding-right: 195px;
}

.tw .last\:px-40:last-child{
  padding-left: 200px;
  padding-right: 200px;
}

.tw .last\:px-41:last-child{
  padding-left: 205px;
  padding-right: 205px;
}

.tw .last\:px-42:last-child{
  padding-left: 210px;
  padding-right: 210px;
}

.tw .last\:px-43:last-child{
  padding-left: 215px;
  padding-right: 215px;
}

.tw .last\:px-44:last-child{
  padding-left: 220px;
  padding-right: 220px;
}

.tw .last\:px-45:last-child{
  padding-left: 225px;
  padding-right: 225px;
}

.tw .last\:px-46:last-child{
  padding-left: 230px;
  padding-right: 230px;
}

.tw .last\:px-47:last-child{
  padding-left: 235px;
  padding-right: 235px;
}

.tw .last\:px-48:last-child{
  padding-left: 240px;
  padding-right: 240px;
}

.tw .last\:px-49:last-child{
  padding-left: 245px;
  padding-right: 245px;
}

.tw .last\:px-50:last-child{
  padding-left: 250px;
  padding-right: 250px;
}

.tw .last\:px-51:last-child{
  padding-left: 255px;
  padding-right: 255px;
}

.tw .last\:px-52:last-child{
  padding-left: 260px;
  padding-right: 260px;
}

.tw .last\:px-53:last-child{
  padding-left: 265px;
  padding-right: 265px;
}

.tw .last\:px-54:last-child{
  padding-left: 270px;
  padding-right: 270px;
}

.tw .last\:px-55:last-child{
  padding-left: 275px;
  padding-right: 275px;
}

.tw .last\:px-56:last-child{
  padding-left: 280px;
  padding-right: 280px;
}

.tw .last\:px-57:last-child{
  padding-left: 285px;
  padding-right: 285px;
}

.tw .last\:px-58:last-child{
  padding-left: 290px;
  padding-right: 290px;
}

.tw .last\:px-59:last-child{
  padding-left: 295px;
  padding-right: 295px;
}

.tw .last\:px-60:last-child{
  padding-left: 300px;
  padding-right: 300px;
}

.tw .last\:px-61:last-child{
  padding-left: 305px;
  padding-right: 305px;
}

.tw .last\:px-62:last-child{
  padding-left: 310px;
  padding-right: 310px;
}

.tw .last\:px-63:last-child{
  padding-left: 315px;
  padding-right: 315px;
}

.tw .last\:px-64:last-child{
  padding-left: 320px;
  padding-right: 320px;
}

.tw .last\:px-65:last-child{
  padding-left: 325px;
  padding-right: 325px;
}

.tw .last\:px-66:last-child{
  padding-left: 330px;
  padding-right: 330px;
}

.tw .last\:px-67:last-child{
  padding-left: 335px;
  padding-right: 335px;
}

.tw .last\:px-68:last-child{
  padding-left: 340px;
  padding-right: 340px;
}

.tw .last\:px-69:last-child{
  padding-left: 345px;
  padding-right: 345px;
}

.tw .last\:px-70:last-child{
  padding-left: 350px;
  padding-right: 350px;
}

.tw .last\:px-71:last-child{
  padding-left: 355px;
  padding-right: 355px;
}

.tw .last\:px-72:last-child{
  padding-left: 360px;
  padding-right: 360px;
}

.tw .last\:px-73:last-child{
  padding-left: 365px;
  padding-right: 365px;
}

.tw .last\:px-74:last-child{
  padding-left: 370px;
  padding-right: 370px;
}

.tw .last\:px-75:last-child{
  padding-left: 375px;
  padding-right: 375px;
}

.tw .last\:px-76:last-child{
  padding-left: 380px;
  padding-right: 380px;
}

.tw .last\:px-77:last-child{
  padding-left: 385px;
  padding-right: 385px;
}

.tw .last\:px-78:last-child{
  padding-left: 390px;
  padding-right: 390px;
}

.tw .last\:px-79:last-child{
  padding-left: 395px;
  padding-right: 395px;
}

.tw .last\:px-80:last-child{
  padding-left: 400px;
  padding-right: 400px;
}

.tw .last\:px-81:last-child{
  padding-left: 405px;
  padding-right: 405px;
}

.tw .last\:px-82:last-child{
  padding-left: 410px;
  padding-right: 410px;
}

.tw .last\:px-83:last-child{
  padding-left: 415px;
  padding-right: 415px;
}

.tw .last\:px-84:last-child{
  padding-left: 420px;
  padding-right: 420px;
}

.tw .last\:px-85:last-child{
  padding-left: 425px;
  padding-right: 425px;
}

.tw .last\:px-86:last-child{
  padding-left: 430px;
  padding-right: 430px;
}

.tw .last\:px-87:last-child{
  padding-left: 435px;
  padding-right: 435px;
}

.tw .last\:px-88:last-child{
  padding-left: 440px;
  padding-right: 440px;
}

.tw .last\:px-89:last-child{
  padding-left: 445px;
  padding-right: 445px;
}

.tw .last\:px-90:last-child{
  padding-left: 450px;
  padding-right: 450px;
}

.tw .last\:px-91:last-child{
  padding-left: 455px;
  padding-right: 455px;
}

.tw .last\:px-92:last-child{
  padding-left: 460px;
  padding-right: 460px;
}

.tw .last\:px-93:last-child{
  padding-left: 465px;
  padding-right: 465px;
}

.tw .last\:px-94:last-child{
  padding-left: 470px;
  padding-right: 470px;
}

.tw .last\:px-95:last-child{
  padding-left: 475px;
  padding-right: 475px;
}

.tw .last\:px-96:last-child{
  padding-left: 480px;
  padding-right: 480px;
}

.tw .last\:px-97:last-child{
  padding-left: 485px;
  padding-right: 485px;
}

.tw .last\:px-98:last-child{
  padding-left: 490px;
  padding-right: 490px;
}

.tw .last\:px-99:last-child{
  padding-left: 495px;
  padding-right: 495px;
}

.tw .last\:px-100:last-child{
  padding-left: 500px;
  padding-right: 500px;
}

.tw .last\:px-101:last-child{
  padding-left: 505px;
  padding-right: 505px;
}

.tw .last\:px-102:last-child{
  padding-left: 510px;
  padding-right: 510px;
}

.tw .last\:px-103:last-child{
  padding-left: 515px;
  padding-right: 515px;
}

.tw .last\:px-104:last-child{
  padding-left: 520px;
  padding-right: 520px;
}

.tw .last\:px-105:last-child{
  padding-left: 525px;
  padding-right: 525px;
}

.tw .last\:px-106:last-child{
  padding-left: 530px;
  padding-right: 530px;
}

.tw .last\:px-107:last-child{
  padding-left: 535px;
  padding-right: 535px;
}

.tw .last\:px-108:last-child{
  padding-left: 540px;
  padding-right: 540px;
}

.tw .last\:px-109:last-child{
  padding-left: 545px;
  padding-right: 545px;
}

.tw .last\:px-110:last-child{
  padding-left: 550px;
  padding-right: 550px;
}

.tw .last\:px-111:last-child{
  padding-left: 555px;
  padding-right: 555px;
}

.tw .last\:px-112:last-child{
  padding-left: 560px;
  padding-right: 560px;
}

.tw .last\:px-113:last-child{
  padding-left: 565px;
  padding-right: 565px;
}

.tw .last\:px-114:last-child{
  padding-left: 570px;
  padding-right: 570px;
}

.tw .last\:px-115:last-child{
  padding-left: 575px;
  padding-right: 575px;
}

.tw .last\:px-116:last-child{
  padding-left: 580px;
  padding-right: 580px;
}

.tw .last\:px-117:last-child{
  padding-left: 585px;
  padding-right: 585px;
}

.tw .last\:px-118:last-child{
  padding-left: 590px;
  padding-right: 590px;
}

.tw .last\:px-119:last-child{
  padding-left: 595px;
  padding-right: 595px;
}

.tw .last\:px-120:last-child{
  padding-left: 600px;
  padding-right: 600px;
}

.tw .last\:px-121:last-child{
  padding-left: 605px;
  padding-right: 605px;
}

.tw .last\:px-122:last-child{
  padding-left: 610px;
  padding-right: 610px;
}

.tw .last\:px-123:last-child{
  padding-left: 615px;
  padding-right: 615px;
}

.tw .last\:px-124:last-child{
  padding-left: 620px;
  padding-right: 620px;
}

.tw .last\:px-125:last-child{
  padding-left: 625px;
  padding-right: 625px;
}

.tw .last\:px-126:last-child{
  padding-left: 630px;
  padding-right: 630px;
}

.tw .last\:px-127:last-child{
  padding-left: 635px;
  padding-right: 635px;
}

.tw .last\:px-128:last-child{
  padding-left: 640px;
  padding-right: 640px;
}

.tw .last\:px-129:last-child{
  padding-left: 645px;
  padding-right: 645px;
}

.tw .last\:px-130:last-child{
  padding-left: 650px;
  padding-right: 650px;
}

.tw .last\:px-131:last-child{
  padding-left: 655px;
  padding-right: 655px;
}

.tw .last\:px-132:last-child{
  padding-left: 660px;
  padding-right: 660px;
}

.tw .last\:px-133:last-child{
  padding-left: 665px;
  padding-right: 665px;
}

.tw .last\:px-134:last-child{
  padding-left: 670px;
  padding-right: 670px;
}

.tw .last\:px-135:last-child{
  padding-left: 675px;
  padding-right: 675px;
}

.tw .last\:px-136:last-child{
  padding-left: 680px;
  padding-right: 680px;
}

.tw .last\:px-137:last-child{
  padding-left: 685px;
  padding-right: 685px;
}

.tw .last\:px-138:last-child{
  padding-left: 690px;
  padding-right: 690px;
}

.tw .last\:px-139:last-child{
  padding-left: 695px;
  padding-right: 695px;
}

.tw .last\:px-140:last-child{
  padding-left: 700px;
  padding-right: 700px;
}

.tw .last\:px-141:last-child{
  padding-left: 705px;
  padding-right: 705px;
}

.tw .last\:px-142:last-child{
  padding-left: 710px;
  padding-right: 710px;
}

.tw .last\:px-143:last-child{
  padding-left: 715px;
  padding-right: 715px;
}

.tw .last\:px-144:last-child{
  padding-left: 720px;
  padding-right: 720px;
}

.tw .last\:px-145:last-child{
  padding-left: 725px;
  padding-right: 725px;
}

.tw .last\:px-146:last-child{
  padding-left: 730px;
  padding-right: 730px;
}

.tw .last\:px-147:last-child{
  padding-left: 735px;
  padding-right: 735px;
}

.tw .last\:px-148:last-child{
  padding-left: 740px;
  padding-right: 740px;
}

.tw .last\:px-149:last-child{
  padding-left: 745px;
  padding-right: 745px;
}

.tw .last\:px-0\.5:last-child{
  padding-left: 3px;
  padding-right: 3px;
}

.tw .last\:px-1px:last-child{
  padding-left: 1px;
  padding-right: 1px;
}

.tw .last\:px-2px:last-child{
  padding-left: 2px;
  padding-right: 2px;
}

.tw .last\:px-3px:last-child{
  padding-left: 3px;
  padding-right: 3px;
}

.tw .last\:px-4px:last-child{
  padding-left: 4px;
  padding-right: 4px;
}

.tw .last\:px-5px:last-child{
  padding-left: 5px;
  padding-right: 5px;
}

.tw .last\:px-6px:last-child{
  padding-left: 6px;
  padding-right: 6px;
}

.tw .last\:px-7px:last-child{
  padding-left: 7px;
  padding-right: 7px;
}

.tw .last\:px-8px:last-child{
  padding-left: 8px;
  padding-right: 8px;
}

.tw .last\:px-9px:last-child{
  padding-left: 9px;
  padding-right: 9px;
}

.tw .last\:px-10px:last-child{
  padding-left: 10px;
  padding-right: 10px;
}

.tw .last\:px-11px:last-child{
  padding-left: 11px;
  padding-right: 11px;
}

.tw .last\:px-12px:last-child{
  padding-left: 12px;
  padding-right: 12px;
}

.tw .last\:px-13px:last-child{
  padding-left: 13px;
  padding-right: 13px;
}

.tw .last\:px-14px:last-child{
  padding-left: 14px;
  padding-right: 14px;
}

.tw .last\:px-15px:last-child{
  padding-left: 15px;
  padding-right: 15px;
}

.tw .last\:px-16px:last-child{
  padding-left: 16px;
  padding-right: 16px;
}

.tw .last\:px-17px:last-child{
  padding-left: 17px;
  padding-right: 17px;
}

.tw .last\:px-18px:last-child{
  padding-left: 18px;
  padding-right: 18px;
}

.tw .last\:px-19px:last-child{
  padding-left: 19px;
  padding-right: 19px;
}

.tw .last\:px-20px:last-child{
  padding-left: 20px;
  padding-right: 20px;
}

.tw .last\:px-21px:last-child{
  padding-left: 21px;
  padding-right: 21px;
}

.tw .last\:px-22px:last-child{
  padding-left: 22px;
  padding-right: 22px;
}

.tw .last\:px-23px:last-child{
  padding-left: 23px;
  padding-right: 23px;
}

.tw .last\:px-24px:last-child{
  padding-left: 24px;
  padding-right: 24px;
}

.tw .last\:px-25px:last-child{
  padding-left: 25px;
  padding-right: 25px;
}

.tw .last\:px-26px:last-child{
  padding-left: 26px;
  padding-right: 26px;
}

.tw .last\:px-27px:last-child{
  padding-left: 27px;
  padding-right: 27px;
}

.tw .last\:px-28px:last-child{
  padding-left: 28px;
  padding-right: 28px;
}

.tw .last\:px-29px:last-child{
  padding-left: 29px;
  padding-right: 29px;
}

.tw .last\:px-30px:last-child{
  padding-left: 30px;
  padding-right: 30px;
}

.tw .last\:px-31px:last-child{
  padding-left: 31px;
  padding-right: 31px;
}

.tw .last\:px-32px:last-child{
  padding-left: 32px;
  padding-right: 32px;
}

.tw .last\:px-33px:last-child{
  padding-left: 33px;
  padding-right: 33px;
}

.tw .last\:px-34px:last-child{
  padding-left: 34px;
  padding-right: 34px;
}

.tw .last\:px-35px:last-child{
  padding-left: 35px;
  padding-right: 35px;
}

.tw .last\:px-36px:last-child{
  padding-left: 36px;
  padding-right: 36px;
}

.tw .last\:px-37px:last-child{
  padding-left: 37px;
  padding-right: 37px;
}

.tw .last\:px-38px:last-child{
  padding-left: 38px;
  padding-right: 38px;
}

.tw .last\:px-39px:last-child{
  padding-left: 39px;
  padding-right: 39px;
}

.tw .last\:px-40px:last-child{
  padding-left: 40px;
  padding-right: 40px;
}

.tw .last\:py-0:last-child{
  padding-top: 0px;
  padding-bottom: 0px;
}

.tw .last\:py-1:last-child{
  padding-top: 5px;
  padding-bottom: 5px;
}

.tw .last\:py-2:last-child{
  padding-top: 10px;
  padding-bottom: 10px;
}

.tw .last\:py-3:last-child{
  padding-top: 15px;
  padding-bottom: 15px;
}

.tw .last\:py-4:last-child{
  padding-top: 20px;
  padding-bottom: 20px;
}

.tw .last\:py-5:last-child{
  padding-top: 25px;
  padding-bottom: 25px;
}

.tw .last\:py-6:last-child{
  padding-top: 30px;
  padding-bottom: 30px;
}

.tw .last\:py-7:last-child{
  padding-top: 35px;
  padding-bottom: 35px;
}

.tw .last\:py-8:last-child{
  padding-top: 40px;
  padding-bottom: 40px;
}

.tw .last\:py-9:last-child{
  padding-top: 45px;
  padding-bottom: 45px;
}

.tw .last\:py-10:last-child{
  padding-top: 50px;
  padding-bottom: 50px;
}

.tw .last\:py-11:last-child{
  padding-top: 55px;
  padding-bottom: 55px;
}

.tw .last\:py-12:last-child{
  padding-top: 60px;
  padding-bottom: 60px;
}

.tw .last\:py-13:last-child{
  padding-top: 65px;
  padding-bottom: 65px;
}

.tw .last\:py-14:last-child{
  padding-top: 70px;
  padding-bottom: 70px;
}

.tw .last\:py-15:last-child{
  padding-top: 75px;
  padding-bottom: 75px;
}

.tw .last\:py-16:last-child{
  padding-top: 80px;
  padding-bottom: 80px;
}

.tw .last\:py-17:last-child{
  padding-top: 85px;
  padding-bottom: 85px;
}

.tw .last\:py-18:last-child{
  padding-top: 90px;
  padding-bottom: 90px;
}

.tw .last\:py-19:last-child{
  padding-top: 95px;
  padding-bottom: 95px;
}

.tw .last\:py-20:last-child{
  padding-top: 100px;
  padding-bottom: 100px;
}

.tw .last\:py-21:last-child{
  padding-top: 105px;
  padding-bottom: 105px;
}

.tw .last\:py-22:last-child{
  padding-top: 110px;
  padding-bottom: 110px;
}

.tw .last\:py-23:last-child{
  padding-top: 115px;
  padding-bottom: 115px;
}

.tw .last\:py-24:last-child{
  padding-top: 120px;
  padding-bottom: 120px;
}

.tw .last\:py-25:last-child{
  padding-top: 125px;
  padding-bottom: 125px;
}

.tw .last\:py-26:last-child{
  padding-top: 130px;
  padding-bottom: 130px;
}

.tw .last\:py-27:last-child{
  padding-top: 135px;
  padding-bottom: 135px;
}

.tw .last\:py-28:last-child{
  padding-top: 140px;
  padding-bottom: 140px;
}

.tw .last\:py-29:last-child{
  padding-top: 145px;
  padding-bottom: 145px;
}

.tw .last\:py-30:last-child{
  padding-top: 150px;
  padding-bottom: 150px;
}

.tw .last\:py-31:last-child{
  padding-top: 155px;
  padding-bottom: 155px;
}

.tw .last\:py-32:last-child{
  padding-top: 160px;
  padding-bottom: 160px;
}

.tw .last\:py-33:last-child{
  padding-top: 165px;
  padding-bottom: 165px;
}

.tw .last\:py-34:last-child{
  padding-top: 170px;
  padding-bottom: 170px;
}

.tw .last\:py-35:last-child{
  padding-top: 175px;
  padding-bottom: 175px;
}

.tw .last\:py-36:last-child{
  padding-top: 180px;
  padding-bottom: 180px;
}

.tw .last\:py-37:last-child{
  padding-top: 185px;
  padding-bottom: 185px;
}

.tw .last\:py-38:last-child{
  padding-top: 190px;
  padding-bottom: 190px;
}

.tw .last\:py-39:last-child{
  padding-top: 195px;
  padding-bottom: 195px;
}

.tw .last\:py-40:last-child{
  padding-top: 200px;
  padding-bottom: 200px;
}

.tw .last\:py-41:last-child{
  padding-top: 205px;
  padding-bottom: 205px;
}

.tw .last\:py-42:last-child{
  padding-top: 210px;
  padding-bottom: 210px;
}

.tw .last\:py-43:last-child{
  padding-top: 215px;
  padding-bottom: 215px;
}

.tw .last\:py-44:last-child{
  padding-top: 220px;
  padding-bottom: 220px;
}

.tw .last\:py-45:last-child{
  padding-top: 225px;
  padding-bottom: 225px;
}

.tw .last\:py-46:last-child{
  padding-top: 230px;
  padding-bottom: 230px;
}

.tw .last\:py-47:last-child{
  padding-top: 235px;
  padding-bottom: 235px;
}

.tw .last\:py-48:last-child{
  padding-top: 240px;
  padding-bottom: 240px;
}

.tw .last\:py-49:last-child{
  padding-top: 245px;
  padding-bottom: 245px;
}

.tw .last\:py-50:last-child{
  padding-top: 250px;
  padding-bottom: 250px;
}

.tw .last\:py-51:last-child{
  padding-top: 255px;
  padding-bottom: 255px;
}

.tw .last\:py-52:last-child{
  padding-top: 260px;
  padding-bottom: 260px;
}

.tw .last\:py-53:last-child{
  padding-top: 265px;
  padding-bottom: 265px;
}

.tw .last\:py-54:last-child{
  padding-top: 270px;
  padding-bottom: 270px;
}

.tw .last\:py-55:last-child{
  padding-top: 275px;
  padding-bottom: 275px;
}

.tw .last\:py-56:last-child{
  padding-top: 280px;
  padding-bottom: 280px;
}

.tw .last\:py-57:last-child{
  padding-top: 285px;
  padding-bottom: 285px;
}

.tw .last\:py-58:last-child{
  padding-top: 290px;
  padding-bottom: 290px;
}

.tw .last\:py-59:last-child{
  padding-top: 295px;
  padding-bottom: 295px;
}

.tw .last\:py-60:last-child{
  padding-top: 300px;
  padding-bottom: 300px;
}

.tw .last\:py-61:last-child{
  padding-top: 305px;
  padding-bottom: 305px;
}

.tw .last\:py-62:last-child{
  padding-top: 310px;
  padding-bottom: 310px;
}

.tw .last\:py-63:last-child{
  padding-top: 315px;
  padding-bottom: 315px;
}

.tw .last\:py-64:last-child{
  padding-top: 320px;
  padding-bottom: 320px;
}

.tw .last\:py-65:last-child{
  padding-top: 325px;
  padding-bottom: 325px;
}

.tw .last\:py-66:last-child{
  padding-top: 330px;
  padding-bottom: 330px;
}

.tw .last\:py-67:last-child{
  padding-top: 335px;
  padding-bottom: 335px;
}

.tw .last\:py-68:last-child{
  padding-top: 340px;
  padding-bottom: 340px;
}

.tw .last\:py-69:last-child{
  padding-top: 345px;
  padding-bottom: 345px;
}

.tw .last\:py-70:last-child{
  padding-top: 350px;
  padding-bottom: 350px;
}

.tw .last\:py-71:last-child{
  padding-top: 355px;
  padding-bottom: 355px;
}

.tw .last\:py-72:last-child{
  padding-top: 360px;
  padding-bottom: 360px;
}

.tw .last\:py-73:last-child{
  padding-top: 365px;
  padding-bottom: 365px;
}

.tw .last\:py-74:last-child{
  padding-top: 370px;
  padding-bottom: 370px;
}

.tw .last\:py-75:last-child{
  padding-top: 375px;
  padding-bottom: 375px;
}

.tw .last\:py-76:last-child{
  padding-top: 380px;
  padding-bottom: 380px;
}

.tw .last\:py-77:last-child{
  padding-top: 385px;
  padding-bottom: 385px;
}

.tw .last\:py-78:last-child{
  padding-top: 390px;
  padding-bottom: 390px;
}

.tw .last\:py-79:last-child{
  padding-top: 395px;
  padding-bottom: 395px;
}

.tw .last\:py-80:last-child{
  padding-top: 400px;
  padding-bottom: 400px;
}

.tw .last\:py-81:last-child{
  padding-top: 405px;
  padding-bottom: 405px;
}

.tw .last\:py-82:last-child{
  padding-top: 410px;
  padding-bottom: 410px;
}

.tw .last\:py-83:last-child{
  padding-top: 415px;
  padding-bottom: 415px;
}

.tw .last\:py-84:last-child{
  padding-top: 420px;
  padding-bottom: 420px;
}

.tw .last\:py-85:last-child{
  padding-top: 425px;
  padding-bottom: 425px;
}

.tw .last\:py-86:last-child{
  padding-top: 430px;
  padding-bottom: 430px;
}

.tw .last\:py-87:last-child{
  padding-top: 435px;
  padding-bottom: 435px;
}

.tw .last\:py-88:last-child{
  padding-top: 440px;
  padding-bottom: 440px;
}

.tw .last\:py-89:last-child{
  padding-top: 445px;
  padding-bottom: 445px;
}

.tw .last\:py-90:last-child{
  padding-top: 450px;
  padding-bottom: 450px;
}

.tw .last\:py-91:last-child{
  padding-top: 455px;
  padding-bottom: 455px;
}

.tw .last\:py-92:last-child{
  padding-top: 460px;
  padding-bottom: 460px;
}

.tw .last\:py-93:last-child{
  padding-top: 465px;
  padding-bottom: 465px;
}

.tw .last\:py-94:last-child{
  padding-top: 470px;
  padding-bottom: 470px;
}

.tw .last\:py-95:last-child{
  padding-top: 475px;
  padding-bottom: 475px;
}

.tw .last\:py-96:last-child{
  padding-top: 480px;
  padding-bottom: 480px;
}

.tw .last\:py-97:last-child{
  padding-top: 485px;
  padding-bottom: 485px;
}

.tw .last\:py-98:last-child{
  padding-top: 490px;
  padding-bottom: 490px;
}

.tw .last\:py-99:last-child{
  padding-top: 495px;
  padding-bottom: 495px;
}

.tw .last\:py-100:last-child{
  padding-top: 500px;
  padding-bottom: 500px;
}

.tw .last\:py-101:last-child{
  padding-top: 505px;
  padding-bottom: 505px;
}

.tw .last\:py-102:last-child{
  padding-top: 510px;
  padding-bottom: 510px;
}

.tw .last\:py-103:last-child{
  padding-top: 515px;
  padding-bottom: 515px;
}

.tw .last\:py-104:last-child{
  padding-top: 520px;
  padding-bottom: 520px;
}

.tw .last\:py-105:last-child{
  padding-top: 525px;
  padding-bottom: 525px;
}

.tw .last\:py-106:last-child{
  padding-top: 530px;
  padding-bottom: 530px;
}

.tw .last\:py-107:last-child{
  padding-top: 535px;
  padding-bottom: 535px;
}

.tw .last\:py-108:last-child{
  padding-top: 540px;
  padding-bottom: 540px;
}

.tw .last\:py-109:last-child{
  padding-top: 545px;
  padding-bottom: 545px;
}

.tw .last\:py-110:last-child{
  padding-top: 550px;
  padding-bottom: 550px;
}

.tw .last\:py-111:last-child{
  padding-top: 555px;
  padding-bottom: 555px;
}

.tw .last\:py-112:last-child{
  padding-top: 560px;
  padding-bottom: 560px;
}

.tw .last\:py-113:last-child{
  padding-top: 565px;
  padding-bottom: 565px;
}

.tw .last\:py-114:last-child{
  padding-top: 570px;
  padding-bottom: 570px;
}

.tw .last\:py-115:last-child{
  padding-top: 575px;
  padding-bottom: 575px;
}

.tw .last\:py-116:last-child{
  padding-top: 580px;
  padding-bottom: 580px;
}

.tw .last\:py-117:last-child{
  padding-top: 585px;
  padding-bottom: 585px;
}

.tw .last\:py-118:last-child{
  padding-top: 590px;
  padding-bottom: 590px;
}

.tw .last\:py-119:last-child{
  padding-top: 595px;
  padding-bottom: 595px;
}

.tw .last\:py-120:last-child{
  padding-top: 600px;
  padding-bottom: 600px;
}

.tw .last\:py-121:last-child{
  padding-top: 605px;
  padding-bottom: 605px;
}

.tw .last\:py-122:last-child{
  padding-top: 610px;
  padding-bottom: 610px;
}

.tw .last\:py-123:last-child{
  padding-top: 615px;
  padding-bottom: 615px;
}

.tw .last\:py-124:last-child{
  padding-top: 620px;
  padding-bottom: 620px;
}

.tw .last\:py-125:last-child{
  padding-top: 625px;
  padding-bottom: 625px;
}

.tw .last\:py-126:last-child{
  padding-top: 630px;
  padding-bottom: 630px;
}

.tw .last\:py-127:last-child{
  padding-top: 635px;
  padding-bottom: 635px;
}

.tw .last\:py-128:last-child{
  padding-top: 640px;
  padding-bottom: 640px;
}

.tw .last\:py-129:last-child{
  padding-top: 645px;
  padding-bottom: 645px;
}

.tw .last\:py-130:last-child{
  padding-top: 650px;
  padding-bottom: 650px;
}

.tw .last\:py-131:last-child{
  padding-top: 655px;
  padding-bottom: 655px;
}

.tw .last\:py-132:last-child{
  padding-top: 660px;
  padding-bottom: 660px;
}

.tw .last\:py-133:last-child{
  padding-top: 665px;
  padding-bottom: 665px;
}

.tw .last\:py-134:last-child{
  padding-top: 670px;
  padding-bottom: 670px;
}

.tw .last\:py-135:last-child{
  padding-top: 675px;
  padding-bottom: 675px;
}

.tw .last\:py-136:last-child{
  padding-top: 680px;
  padding-bottom: 680px;
}

.tw .last\:py-137:last-child{
  padding-top: 685px;
  padding-bottom: 685px;
}

.tw .last\:py-138:last-child{
  padding-top: 690px;
  padding-bottom: 690px;
}

.tw .last\:py-139:last-child{
  padding-top: 695px;
  padding-bottom: 695px;
}

.tw .last\:py-140:last-child{
  padding-top: 700px;
  padding-bottom: 700px;
}

.tw .last\:py-141:last-child{
  padding-top: 705px;
  padding-bottom: 705px;
}

.tw .last\:py-142:last-child{
  padding-top: 710px;
  padding-bottom: 710px;
}

.tw .last\:py-143:last-child{
  padding-top: 715px;
  padding-bottom: 715px;
}

.tw .last\:py-144:last-child{
  padding-top: 720px;
  padding-bottom: 720px;
}

.tw .last\:py-145:last-child{
  padding-top: 725px;
  padding-bottom: 725px;
}

.tw .last\:py-146:last-child{
  padding-top: 730px;
  padding-bottom: 730px;
}

.tw .last\:py-147:last-child{
  padding-top: 735px;
  padding-bottom: 735px;
}

.tw .last\:py-148:last-child{
  padding-top: 740px;
  padding-bottom: 740px;
}

.tw .last\:py-149:last-child{
  padding-top: 745px;
  padding-bottom: 745px;
}

.tw .last\:py-0\.5:last-child{
  padding-top: 3px;
  padding-bottom: 3px;
}

.tw .last\:py-1px:last-child{
  padding-top: 1px;
  padding-bottom: 1px;
}

.tw .last\:py-2px:last-child{
  padding-top: 2px;
  padding-bottom: 2px;
}

.tw .last\:py-3px:last-child{
  padding-top: 3px;
  padding-bottom: 3px;
}

.tw .last\:py-4px:last-child{
  padding-top: 4px;
  padding-bottom: 4px;
}

.tw .last\:py-5px:last-child{
  padding-top: 5px;
  padding-bottom: 5px;
}

.tw .last\:py-6px:last-child{
  padding-top: 6px;
  padding-bottom: 6px;
}

.tw .last\:py-7px:last-child{
  padding-top: 7px;
  padding-bottom: 7px;
}

.tw .last\:py-8px:last-child{
  padding-top: 8px;
  padding-bottom: 8px;
}

.tw .last\:py-9px:last-child{
  padding-top: 9px;
  padding-bottom: 9px;
}

.tw .last\:py-10px:last-child{
  padding-top: 10px;
  padding-bottom: 10px;
}

.tw .last\:py-11px:last-child{
  padding-top: 11px;
  padding-bottom: 11px;
}

.tw .last\:py-12px:last-child{
  padding-top: 12px;
  padding-bottom: 12px;
}

.tw .last\:py-13px:last-child{
  padding-top: 13px;
  padding-bottom: 13px;
}

.tw .last\:py-14px:last-child{
  padding-top: 14px;
  padding-bottom: 14px;
}

.tw .last\:py-15px:last-child{
  padding-top: 15px;
  padding-bottom: 15px;
}

.tw .last\:py-16px:last-child{
  padding-top: 16px;
  padding-bottom: 16px;
}

.tw .last\:py-17px:last-child{
  padding-top: 17px;
  padding-bottom: 17px;
}

.tw .last\:py-18px:last-child{
  padding-top: 18px;
  padding-bottom: 18px;
}

.tw .last\:py-19px:last-child{
  padding-top: 19px;
  padding-bottom: 19px;
}

.tw .last\:py-20px:last-child{
  padding-top: 20px;
  padding-bottom: 20px;
}

.tw .last\:py-21px:last-child{
  padding-top: 21px;
  padding-bottom: 21px;
}

.tw .last\:py-22px:last-child{
  padding-top: 22px;
  padding-bottom: 22px;
}

.tw .last\:py-23px:last-child{
  padding-top: 23px;
  padding-bottom: 23px;
}

.tw .last\:py-24px:last-child{
  padding-top: 24px;
  padding-bottom: 24px;
}

.tw .last\:py-25px:last-child{
  padding-top: 25px;
  padding-bottom: 25px;
}

.tw .last\:py-26px:last-child{
  padding-top: 26px;
  padding-bottom: 26px;
}

.tw .last\:py-27px:last-child{
  padding-top: 27px;
  padding-bottom: 27px;
}

.tw .last\:py-28px:last-child{
  padding-top: 28px;
  padding-bottom: 28px;
}

.tw .last\:py-29px:last-child{
  padding-top: 29px;
  padding-bottom: 29px;
}

.tw .last\:py-30px:last-child{
  padding-top: 30px;
  padding-bottom: 30px;
}

.tw .last\:py-31px:last-child{
  padding-top: 31px;
  padding-bottom: 31px;
}

.tw .last\:py-32px:last-child{
  padding-top: 32px;
  padding-bottom: 32px;
}

.tw .last\:py-33px:last-child{
  padding-top: 33px;
  padding-bottom: 33px;
}

.tw .last\:py-34px:last-child{
  padding-top: 34px;
  padding-bottom: 34px;
}

.tw .last\:py-35px:last-child{
  padding-top: 35px;
  padding-bottom: 35px;
}

.tw .last\:py-36px:last-child{
  padding-top: 36px;
  padding-bottom: 36px;
}

.tw .last\:py-37px:last-child{
  padding-top: 37px;
  padding-bottom: 37px;
}

.tw .last\:py-38px:last-child{
  padding-top: 38px;
  padding-bottom: 38px;
}

.tw .last\:py-39px:last-child{
  padding-top: 39px;
  padding-bottom: 39px;
}

.tw .last\:py-40px:last-child{
  padding-top: 40px;
  padding-bottom: 40px;
}

.tw .pt-0{
  padding-top: 0px;
}

.tw .pt-1{
  padding-top: 5px;
}

.tw .pt-2{
  padding-top: 10px;
}

.tw .pt-3{
  padding-top: 15px;
}

.tw .pt-4{
  padding-top: 20px;
}

.tw .pt-5{
  padding-top: 25px;
}

.tw .pt-6{
  padding-top: 30px;
}

.tw .pt-7{
  padding-top: 35px;
}

.tw .pt-8{
  padding-top: 40px;
}

.tw .pt-9{
  padding-top: 45px;
}

.tw .pt-10{
  padding-top: 50px;
}

.tw .pt-11{
  padding-top: 55px;
}

.tw .pt-12{
  padding-top: 60px;
}

.tw .pt-13{
  padding-top: 65px;
}

.tw .pt-14{
  padding-top: 70px;
}

.tw .pt-15{
  padding-top: 75px;
}

.tw .pt-16{
  padding-top: 80px;
}

.tw .pt-17{
  padding-top: 85px;
}

.tw .pt-18{
  padding-top: 90px;
}

.tw .pt-19{
  padding-top: 95px;
}

.tw .pt-20{
  padding-top: 100px;
}

.tw .pt-21{
  padding-top: 105px;
}

.tw .pt-22{
  padding-top: 110px;
}

.tw .pt-23{
  padding-top: 115px;
}

.tw .pt-24{
  padding-top: 120px;
}

.tw .pt-25{
  padding-top: 125px;
}

.tw .pt-26{
  padding-top: 130px;
}

.tw .pt-27{
  padding-top: 135px;
}

.tw .pt-28{
  padding-top: 140px;
}

.tw .pt-29{
  padding-top: 145px;
}

.tw .pt-30{
  padding-top: 150px;
}

.tw .pt-31{
  padding-top: 155px;
}

.tw .pt-32{
  padding-top: 160px;
}

.tw .pt-33{
  padding-top: 165px;
}

.tw .pt-34{
  padding-top: 170px;
}

.tw .pt-35{
  padding-top: 175px;
}

.tw .pt-36{
  padding-top: 180px;
}

.tw .pt-37{
  padding-top: 185px;
}

.tw .pt-38{
  padding-top: 190px;
}

.tw .pt-39{
  padding-top: 195px;
}

.tw .pt-40{
  padding-top: 200px;
}

.tw .pt-41{
  padding-top: 205px;
}

.tw .pt-42{
  padding-top: 210px;
}

.tw .pt-43{
  padding-top: 215px;
}

.tw .pt-44{
  padding-top: 220px;
}

.tw .pt-45{
  padding-top: 225px;
}

.tw .pt-46{
  padding-top: 230px;
}

.tw .pt-47{
  padding-top: 235px;
}

.tw .pt-48{
  padding-top: 240px;
}

.tw .pt-49{
  padding-top: 245px;
}

.tw .pt-50{
  padding-top: 250px;
}

.tw .pt-51{
  padding-top: 255px;
}

.tw .pt-52{
  padding-top: 260px;
}

.tw .pt-53{
  padding-top: 265px;
}

.tw .pt-54{
  padding-top: 270px;
}

.tw .pt-55{
  padding-top: 275px;
}

.tw .pt-56{
  padding-top: 280px;
}

.tw .pt-57{
  padding-top: 285px;
}

.tw .pt-58{
  padding-top: 290px;
}

.tw .pt-59{
  padding-top: 295px;
}

.tw .pt-60{
  padding-top: 300px;
}

.tw .pt-61{
  padding-top: 305px;
}

.tw .pt-62{
  padding-top: 310px;
}

.tw .pt-63{
  padding-top: 315px;
}

.tw .pt-64{
  padding-top: 320px;
}

.tw .pt-65{
  padding-top: 325px;
}

.tw .pt-66{
  padding-top: 330px;
}

.tw .pt-67{
  padding-top: 335px;
}

.tw .pt-68{
  padding-top: 340px;
}

.tw .pt-69{
  padding-top: 345px;
}

.tw .pt-70{
  padding-top: 350px;
}

.tw .pt-71{
  padding-top: 355px;
}

.tw .pt-72{
  padding-top: 360px;
}

.tw .pt-73{
  padding-top: 365px;
}

.tw .pt-74{
  padding-top: 370px;
}

.tw .pt-75{
  padding-top: 375px;
}

.tw .pt-76{
  padding-top: 380px;
}

.tw .pt-77{
  padding-top: 385px;
}

.tw .pt-78{
  padding-top: 390px;
}

.tw .pt-79{
  padding-top: 395px;
}

.tw .pt-80{
  padding-top: 400px;
}

.tw .pt-81{
  padding-top: 405px;
}

.tw .pt-82{
  padding-top: 410px;
}

.tw .pt-83{
  padding-top: 415px;
}

.tw .pt-84{
  padding-top: 420px;
}

.tw .pt-85{
  padding-top: 425px;
}

.tw .pt-86{
  padding-top: 430px;
}

.tw .pt-87{
  padding-top: 435px;
}

.tw .pt-88{
  padding-top: 440px;
}

.tw .pt-89{
  padding-top: 445px;
}

.tw .pt-90{
  padding-top: 450px;
}

.tw .pt-91{
  padding-top: 455px;
}

.tw .pt-92{
  padding-top: 460px;
}

.tw .pt-93{
  padding-top: 465px;
}

.tw .pt-94{
  padding-top: 470px;
}

.tw .pt-95{
  padding-top: 475px;
}

.tw .pt-96{
  padding-top: 480px;
}

.tw .pt-97{
  padding-top: 485px;
}

.tw .pt-98{
  padding-top: 490px;
}

.tw .pt-99{
  padding-top: 495px;
}

.tw .pt-100{
  padding-top: 500px;
}

.tw .pt-101{
  padding-top: 505px;
}

.tw .pt-102{
  padding-top: 510px;
}

.tw .pt-103{
  padding-top: 515px;
}

.tw .pt-104{
  padding-top: 520px;
}

.tw .pt-105{
  padding-top: 525px;
}

.tw .pt-106{
  padding-top: 530px;
}

.tw .pt-107{
  padding-top: 535px;
}

.tw .pt-108{
  padding-top: 540px;
}

.tw .pt-109{
  padding-top: 545px;
}

.tw .pt-110{
  padding-top: 550px;
}

.tw .pt-111{
  padding-top: 555px;
}

.tw .pt-112{
  padding-top: 560px;
}

.tw .pt-113{
  padding-top: 565px;
}

.tw .pt-114{
  padding-top: 570px;
}

.tw .pt-115{
  padding-top: 575px;
}

.tw .pt-116{
  padding-top: 580px;
}

.tw .pt-117{
  padding-top: 585px;
}

.tw .pt-118{
  padding-top: 590px;
}

.tw .pt-119{
  padding-top: 595px;
}

.tw .pt-120{
  padding-top: 600px;
}

.tw .pt-121{
  padding-top: 605px;
}

.tw .pt-122{
  padding-top: 610px;
}

.tw .pt-123{
  padding-top: 615px;
}

.tw .pt-124{
  padding-top: 620px;
}

.tw .pt-125{
  padding-top: 625px;
}

.tw .pt-126{
  padding-top: 630px;
}

.tw .pt-127{
  padding-top: 635px;
}

.tw .pt-128{
  padding-top: 640px;
}

.tw .pt-129{
  padding-top: 645px;
}

.tw .pt-130{
  padding-top: 650px;
}

.tw .pt-131{
  padding-top: 655px;
}

.tw .pt-132{
  padding-top: 660px;
}

.tw .pt-133{
  padding-top: 665px;
}

.tw .pt-134{
  padding-top: 670px;
}

.tw .pt-135{
  padding-top: 675px;
}

.tw .pt-136{
  padding-top: 680px;
}

.tw .pt-137{
  padding-top: 685px;
}

.tw .pt-138{
  padding-top: 690px;
}

.tw .pt-139{
  padding-top: 695px;
}

.tw .pt-140{
  padding-top: 700px;
}

.tw .pt-141{
  padding-top: 705px;
}

.tw .pt-142{
  padding-top: 710px;
}

.tw .pt-143{
  padding-top: 715px;
}

.tw .pt-144{
  padding-top: 720px;
}

.tw .pt-145{
  padding-top: 725px;
}

.tw .pt-146{
  padding-top: 730px;
}

.tw .pt-147{
  padding-top: 735px;
}

.tw .pt-148{
  padding-top: 740px;
}

.tw .pt-149{
  padding-top: 745px;
}

.tw .pt-0\.5{
  padding-top: 3px;
}

.tw .pt-1px{
  padding-top: 1px;
}

.tw .pt-2px{
  padding-top: 2px;
}

.tw .pt-3px{
  padding-top: 3px;
}

.tw .pt-4px{
  padding-top: 4px;
}

.tw .pt-5px{
  padding-top: 5px;
}

.tw .pt-6px{
  padding-top: 6px;
}

.tw .pt-7px{
  padding-top: 7px;
}

.tw .pt-8px{
  padding-top: 8px;
}

.tw .pt-9px{
  padding-top: 9px;
}

.tw .pt-10px{
  padding-top: 10px;
}

.tw .pt-11px{
  padding-top: 11px;
}

.tw .pt-12px{
  padding-top: 12px;
}

.tw .pt-13px{
  padding-top: 13px;
}

.tw .pt-14px{
  padding-top: 14px;
}

.tw .pt-15px{
  padding-top: 15px;
}

.tw .pt-16px{
  padding-top: 16px;
}

.tw .pt-17px{
  padding-top: 17px;
}

.tw .pt-18px{
  padding-top: 18px;
}

.tw .pt-19px{
  padding-top: 19px;
}

.tw .pt-20px{
  padding-top: 20px;
}

.tw .pt-21px{
  padding-top: 21px;
}

.tw .pt-22px{
  padding-top: 22px;
}

.tw .pt-23px{
  padding-top: 23px;
}

.tw .pt-24px{
  padding-top: 24px;
}

.tw .pt-25px{
  padding-top: 25px;
}

.tw .pt-26px{
  padding-top: 26px;
}

.tw .pt-27px{
  padding-top: 27px;
}

.tw .pt-28px{
  padding-top: 28px;
}

.tw .pt-29px{
  padding-top: 29px;
}

.tw .pt-30px{
  padding-top: 30px;
}

.tw .pt-31px{
  padding-top: 31px;
}

.tw .pt-32px{
  padding-top: 32px;
}

.tw .pt-33px{
  padding-top: 33px;
}

.tw .pt-34px{
  padding-top: 34px;
}

.tw .pt-35px{
  padding-top: 35px;
}

.tw .pt-36px{
  padding-top: 36px;
}

.tw .pt-37px{
  padding-top: 37px;
}

.tw .pt-38px{
  padding-top: 38px;
}

.tw .pt-39px{
  padding-top: 39px;
}

.tw .pt-40px{
  padding-top: 40px;
}

.tw .pr-0{
  padding-right: 0px;
}

.tw .pr-1{
  padding-right: 5px;
}

.tw .pr-2{
  padding-right: 10px;
}

.tw .pr-3{
  padding-right: 15px;
}

.tw .pr-4{
  padding-right: 20px;
}

.tw .pr-5{
  padding-right: 25px;
}

.tw .pr-6{
  padding-right: 30px;
}

.tw .pr-7{
  padding-right: 35px;
}

.tw .pr-8{
  padding-right: 40px;
}

.tw .pr-9{
  padding-right: 45px;
}

.tw .pr-10{
  padding-right: 50px;
}

.tw .pr-11{
  padding-right: 55px;
}

.tw .pr-12{
  padding-right: 60px;
}

.tw .pr-13{
  padding-right: 65px;
}

.tw .pr-14{
  padding-right: 70px;
}

.tw .pr-15{
  padding-right: 75px;
}

.tw .pr-16{
  padding-right: 80px;
}

.tw .pr-17{
  padding-right: 85px;
}

.tw .pr-18{
  padding-right: 90px;
}

.tw .pr-19{
  padding-right: 95px;
}

.tw .pr-20{
  padding-right: 100px;
}

.tw .pr-21{
  padding-right: 105px;
}

.tw .pr-22{
  padding-right: 110px;
}

.tw .pr-23{
  padding-right: 115px;
}

.tw .pr-24{
  padding-right: 120px;
}

.tw .pr-25{
  padding-right: 125px;
}

.tw .pr-26{
  padding-right: 130px;
}

.tw .pr-27{
  padding-right: 135px;
}

.tw .pr-28{
  padding-right: 140px;
}

.tw .pr-29{
  padding-right: 145px;
}

.tw .pr-30{
  padding-right: 150px;
}

.tw .pr-31{
  padding-right: 155px;
}

.tw .pr-32{
  padding-right: 160px;
}

.tw .pr-33{
  padding-right: 165px;
}

.tw .pr-34{
  padding-right: 170px;
}

.tw .pr-35{
  padding-right: 175px;
}

.tw .pr-36{
  padding-right: 180px;
}

.tw .pr-37{
  padding-right: 185px;
}

.tw .pr-38{
  padding-right: 190px;
}

.tw .pr-39{
  padding-right: 195px;
}

.tw .pr-40{
  padding-right: 200px;
}

.tw .pr-41{
  padding-right: 205px;
}

.tw .pr-42{
  padding-right: 210px;
}

.tw .pr-43{
  padding-right: 215px;
}

.tw .pr-44{
  padding-right: 220px;
}

.tw .pr-45{
  padding-right: 225px;
}

.tw .pr-46{
  padding-right: 230px;
}

.tw .pr-47{
  padding-right: 235px;
}

.tw .pr-48{
  padding-right: 240px;
}

.tw .pr-49{
  padding-right: 245px;
}

.tw .pr-50{
  padding-right: 250px;
}

.tw .pr-51{
  padding-right: 255px;
}

.tw .pr-52{
  padding-right: 260px;
}

.tw .pr-53{
  padding-right: 265px;
}

.tw .pr-54{
  padding-right: 270px;
}

.tw .pr-55{
  padding-right: 275px;
}

.tw .pr-56{
  padding-right: 280px;
}

.tw .pr-57{
  padding-right: 285px;
}

.tw .pr-58{
  padding-right: 290px;
}

.tw .pr-59{
  padding-right: 295px;
}

.tw .pr-60{
  padding-right: 300px;
}

.tw .pr-61{
  padding-right: 305px;
}

.tw .pr-62{
  padding-right: 310px;
}

.tw .pr-63{
  padding-right: 315px;
}

.tw .pr-64{
  padding-right: 320px;
}

.tw .pr-65{
  padding-right: 325px;
}

.tw .pr-66{
  padding-right: 330px;
}

.tw .pr-67{
  padding-right: 335px;
}

.tw .pr-68{
  padding-right: 340px;
}

.tw .pr-69{
  padding-right: 345px;
}

.tw .pr-70{
  padding-right: 350px;
}

.tw .pr-71{
  padding-right: 355px;
}

.tw .pr-72{
  padding-right: 360px;
}

.tw .pr-73{
  padding-right: 365px;
}

.tw .pr-74{
  padding-right: 370px;
}

.tw .pr-75{
  padding-right: 375px;
}

.tw .pr-76{
  padding-right: 380px;
}

.tw .pr-77{
  padding-right: 385px;
}

.tw .pr-78{
  padding-right: 390px;
}

.tw .pr-79{
  padding-right: 395px;
}

.tw .pr-80{
  padding-right: 400px;
}

.tw .pr-81{
  padding-right: 405px;
}

.tw .pr-82{
  padding-right: 410px;
}

.tw .pr-83{
  padding-right: 415px;
}

.tw .pr-84{
  padding-right: 420px;
}

.tw .pr-85{
  padding-right: 425px;
}

.tw .pr-86{
  padding-right: 430px;
}

.tw .pr-87{
  padding-right: 435px;
}

.tw .pr-88{
  padding-right: 440px;
}

.tw .pr-89{
  padding-right: 445px;
}

.tw .pr-90{
  padding-right: 450px;
}

.tw .pr-91{
  padding-right: 455px;
}

.tw .pr-92{
  padding-right: 460px;
}

.tw .pr-93{
  padding-right: 465px;
}

.tw .pr-94{
  padding-right: 470px;
}

.tw .pr-95{
  padding-right: 475px;
}

.tw .pr-96{
  padding-right: 480px;
}

.tw .pr-97{
  padding-right: 485px;
}

.tw .pr-98{
  padding-right: 490px;
}

.tw .pr-99{
  padding-right: 495px;
}

.tw .pr-100{
  padding-right: 500px;
}

.tw .pr-101{
  padding-right: 505px;
}

.tw .pr-102{
  padding-right: 510px;
}

.tw .pr-103{
  padding-right: 515px;
}

.tw .pr-104{
  padding-right: 520px;
}

.tw .pr-105{
  padding-right: 525px;
}

.tw .pr-106{
  padding-right: 530px;
}

.tw .pr-107{
  padding-right: 535px;
}

.tw .pr-108{
  padding-right: 540px;
}

.tw .pr-109{
  padding-right: 545px;
}

.tw .pr-110{
  padding-right: 550px;
}

.tw .pr-111{
  padding-right: 555px;
}

.tw .pr-112{
  padding-right: 560px;
}

.tw .pr-113{
  padding-right: 565px;
}

.tw .pr-114{
  padding-right: 570px;
}

.tw .pr-115{
  padding-right: 575px;
}

.tw .pr-116{
  padding-right: 580px;
}

.tw .pr-117{
  padding-right: 585px;
}

.tw .pr-118{
  padding-right: 590px;
}

.tw .pr-119{
  padding-right: 595px;
}

.tw .pr-120{
  padding-right: 600px;
}

.tw .pr-121{
  padding-right: 605px;
}

.tw .pr-122{
  padding-right: 610px;
}

.tw .pr-123{
  padding-right: 615px;
}

.tw .pr-124{
  padding-right: 620px;
}

.tw .pr-125{
  padding-right: 625px;
}

.tw .pr-126{
  padding-right: 630px;
}

.tw .pr-127{
  padding-right: 635px;
}

.tw .pr-128{
  padding-right: 640px;
}

.tw .pr-129{
  padding-right: 645px;
}

.tw .pr-130{
  padding-right: 650px;
}

.tw .pr-131{
  padding-right: 655px;
}

.tw .pr-132{
  padding-right: 660px;
}

.tw .pr-133{
  padding-right: 665px;
}

.tw .pr-134{
  padding-right: 670px;
}

.tw .pr-135{
  padding-right: 675px;
}

.tw .pr-136{
  padding-right: 680px;
}

.tw .pr-137{
  padding-right: 685px;
}

.tw .pr-138{
  padding-right: 690px;
}

.tw .pr-139{
  padding-right: 695px;
}

.tw .pr-140{
  padding-right: 700px;
}

.tw .pr-141{
  padding-right: 705px;
}

.tw .pr-142{
  padding-right: 710px;
}

.tw .pr-143{
  padding-right: 715px;
}

.tw .pr-144{
  padding-right: 720px;
}

.tw .pr-145{
  padding-right: 725px;
}

.tw .pr-146{
  padding-right: 730px;
}

.tw .pr-147{
  padding-right: 735px;
}

.tw .pr-148{
  padding-right: 740px;
}

.tw .pr-149{
  padding-right: 745px;
}

.tw .pr-0\.5{
  padding-right: 3px;
}

.tw .pr-1px{
  padding-right: 1px;
}

.tw .pr-2px{
  padding-right: 2px;
}

.tw .pr-3px{
  padding-right: 3px;
}

.tw .pr-4px{
  padding-right: 4px;
}

.tw .pr-5px{
  padding-right: 5px;
}

.tw .pr-6px{
  padding-right: 6px;
}

.tw .pr-7px{
  padding-right: 7px;
}

.tw .pr-8px{
  padding-right: 8px;
}

.tw .pr-9px{
  padding-right: 9px;
}

.tw .pr-10px{
  padding-right: 10px;
}

.tw .pr-11px{
  padding-right: 11px;
}

.tw .pr-12px{
  padding-right: 12px;
}

.tw .pr-13px{
  padding-right: 13px;
}

.tw .pr-14px{
  padding-right: 14px;
}

.tw .pr-15px{
  padding-right: 15px;
}

.tw .pr-16px{
  padding-right: 16px;
}

.tw .pr-17px{
  padding-right: 17px;
}

.tw .pr-18px{
  padding-right: 18px;
}

.tw .pr-19px{
  padding-right: 19px;
}

.tw .pr-20px{
  padding-right: 20px;
}

.tw .pr-21px{
  padding-right: 21px;
}

.tw .pr-22px{
  padding-right: 22px;
}

.tw .pr-23px{
  padding-right: 23px;
}

.tw .pr-24px{
  padding-right: 24px;
}

.tw .pr-25px{
  padding-right: 25px;
}

.tw .pr-26px{
  padding-right: 26px;
}

.tw .pr-27px{
  padding-right: 27px;
}

.tw .pr-28px{
  padding-right: 28px;
}

.tw .pr-29px{
  padding-right: 29px;
}

.tw .pr-30px{
  padding-right: 30px;
}

.tw .pr-31px{
  padding-right: 31px;
}

.tw .pr-32px{
  padding-right: 32px;
}

.tw .pr-33px{
  padding-right: 33px;
}

.tw .pr-34px{
  padding-right: 34px;
}

.tw .pr-35px{
  padding-right: 35px;
}

.tw .pr-36px{
  padding-right: 36px;
}

.tw .pr-37px{
  padding-right: 37px;
}

.tw .pr-38px{
  padding-right: 38px;
}

.tw .pr-39px{
  padding-right: 39px;
}

.tw .pr-40px{
  padding-right: 40px;
}

.tw .pb-0{
  padding-bottom: 0px;
}

.tw .pb-1{
  padding-bottom: 5px;
}

.tw .pb-2{
  padding-bottom: 10px;
}

.tw .pb-3{
  padding-bottom: 15px;
}

.tw .pb-4{
  padding-bottom: 20px;
}

.tw .pb-5{
  padding-bottom: 25px;
}

.tw .pb-6{
  padding-bottom: 30px;
}

.tw .pb-7{
  padding-bottom: 35px;
}

.tw .pb-8{
  padding-bottom: 40px;
}

.tw .pb-9{
  padding-bottom: 45px;
}

.tw .pb-10{
  padding-bottom: 50px;
}

.tw .pb-11{
  padding-bottom: 55px;
}

.tw .pb-12{
  padding-bottom: 60px;
}

.tw .pb-13{
  padding-bottom: 65px;
}

.tw .pb-14{
  padding-bottom: 70px;
}

.tw .pb-15{
  padding-bottom: 75px;
}

.tw .pb-16{
  padding-bottom: 80px;
}

.tw .pb-17{
  padding-bottom: 85px;
}

.tw .pb-18{
  padding-bottom: 90px;
}

.tw .pb-19{
  padding-bottom: 95px;
}

.tw .pb-20{
  padding-bottom: 100px;
}

.tw .pb-21{
  padding-bottom: 105px;
}

.tw .pb-22{
  padding-bottom: 110px;
}

.tw .pb-23{
  padding-bottom: 115px;
}

.tw .pb-24{
  padding-bottom: 120px;
}

.tw .pb-25{
  padding-bottom: 125px;
}

.tw .pb-26{
  padding-bottom: 130px;
}

.tw .pb-27{
  padding-bottom: 135px;
}

.tw .pb-28{
  padding-bottom: 140px;
}

.tw .pb-29{
  padding-bottom: 145px;
}

.tw .pb-30{
  padding-bottom: 150px;
}

.tw .pb-31{
  padding-bottom: 155px;
}

.tw .pb-32{
  padding-bottom: 160px;
}

.tw .pb-33{
  padding-bottom: 165px;
}

.tw .pb-34{
  padding-bottom: 170px;
}

.tw .pb-35{
  padding-bottom: 175px;
}

.tw .pb-36{
  padding-bottom: 180px;
}

.tw .pb-37{
  padding-bottom: 185px;
}

.tw .pb-38{
  padding-bottom: 190px;
}

.tw .pb-39{
  padding-bottom: 195px;
}

.tw .pb-40{
  padding-bottom: 200px;
}

.tw .pb-41{
  padding-bottom: 205px;
}

.tw .pb-42{
  padding-bottom: 210px;
}

.tw .pb-43{
  padding-bottom: 215px;
}

.tw .pb-44{
  padding-bottom: 220px;
}

.tw .pb-45{
  padding-bottom: 225px;
}

.tw .pb-46{
  padding-bottom: 230px;
}

.tw .pb-47{
  padding-bottom: 235px;
}

.tw .pb-48{
  padding-bottom: 240px;
}

.tw .pb-49{
  padding-bottom: 245px;
}

.tw .pb-50{
  padding-bottom: 250px;
}

.tw .pb-51{
  padding-bottom: 255px;
}

.tw .pb-52{
  padding-bottom: 260px;
}

.tw .pb-53{
  padding-bottom: 265px;
}

.tw .pb-54{
  padding-bottom: 270px;
}

.tw .pb-55{
  padding-bottom: 275px;
}

.tw .pb-56{
  padding-bottom: 280px;
}

.tw .pb-57{
  padding-bottom: 285px;
}

.tw .pb-58{
  padding-bottom: 290px;
}

.tw .pb-59{
  padding-bottom: 295px;
}

.tw .pb-60{
  padding-bottom: 300px;
}

.tw .pb-61{
  padding-bottom: 305px;
}

.tw .pb-62{
  padding-bottom: 310px;
}

.tw .pb-63{
  padding-bottom: 315px;
}

.tw .pb-64{
  padding-bottom: 320px;
}

.tw .pb-65{
  padding-bottom: 325px;
}

.tw .pb-66{
  padding-bottom: 330px;
}

.tw .pb-67{
  padding-bottom: 335px;
}

.tw .pb-68{
  padding-bottom: 340px;
}

.tw .pb-69{
  padding-bottom: 345px;
}

.tw .pb-70{
  padding-bottom: 350px;
}

.tw .pb-71{
  padding-bottom: 355px;
}

.tw .pb-72{
  padding-bottom: 360px;
}

.tw .pb-73{
  padding-bottom: 365px;
}

.tw .pb-74{
  padding-bottom: 370px;
}

.tw .pb-75{
  padding-bottom: 375px;
}

.tw .pb-76{
  padding-bottom: 380px;
}

.tw .pb-77{
  padding-bottom: 385px;
}

.tw .pb-78{
  padding-bottom: 390px;
}

.tw .pb-79{
  padding-bottom: 395px;
}

.tw .pb-80{
  padding-bottom: 400px;
}

.tw .pb-81{
  padding-bottom: 405px;
}

.tw .pb-82{
  padding-bottom: 410px;
}

.tw .pb-83{
  padding-bottom: 415px;
}

.tw .pb-84{
  padding-bottom: 420px;
}

.tw .pb-85{
  padding-bottom: 425px;
}

.tw .pb-86{
  padding-bottom: 430px;
}

.tw .pb-87{
  padding-bottom: 435px;
}

.tw .pb-88{
  padding-bottom: 440px;
}

.tw .pb-89{
  padding-bottom: 445px;
}

.tw .pb-90{
  padding-bottom: 450px;
}

.tw .pb-91{
  padding-bottom: 455px;
}

.tw .pb-92{
  padding-bottom: 460px;
}

.tw .pb-93{
  padding-bottom: 465px;
}

.tw .pb-94{
  padding-bottom: 470px;
}

.tw .pb-95{
  padding-bottom: 475px;
}

.tw .pb-96{
  padding-bottom: 480px;
}

.tw .pb-97{
  padding-bottom: 485px;
}

.tw .pb-98{
  padding-bottom: 490px;
}

.tw .pb-99{
  padding-bottom: 495px;
}

.tw .pb-100{
  padding-bottom: 500px;
}

.tw .pb-101{
  padding-bottom: 505px;
}

.tw .pb-102{
  padding-bottom: 510px;
}

.tw .pb-103{
  padding-bottom: 515px;
}

.tw .pb-104{
  padding-bottom: 520px;
}

.tw .pb-105{
  padding-bottom: 525px;
}

.tw .pb-106{
  padding-bottom: 530px;
}

.tw .pb-107{
  padding-bottom: 535px;
}

.tw .pb-108{
  padding-bottom: 540px;
}

.tw .pb-109{
  padding-bottom: 545px;
}

.tw .pb-110{
  padding-bottom: 550px;
}

.tw .pb-111{
  padding-bottom: 555px;
}

.tw .pb-112{
  padding-bottom: 560px;
}

.tw .pb-113{
  padding-bottom: 565px;
}

.tw .pb-114{
  padding-bottom: 570px;
}

.tw .pb-115{
  padding-bottom: 575px;
}

.tw .pb-116{
  padding-bottom: 580px;
}

.tw .pb-117{
  padding-bottom: 585px;
}

.tw .pb-118{
  padding-bottom: 590px;
}

.tw .pb-119{
  padding-bottom: 595px;
}

.tw .pb-120{
  padding-bottom: 600px;
}

.tw .pb-121{
  padding-bottom: 605px;
}

.tw .pb-122{
  padding-bottom: 610px;
}

.tw .pb-123{
  padding-bottom: 615px;
}

.tw .pb-124{
  padding-bottom: 620px;
}

.tw .pb-125{
  padding-bottom: 625px;
}

.tw .pb-126{
  padding-bottom: 630px;
}

.tw .pb-127{
  padding-bottom: 635px;
}

.tw .pb-128{
  padding-bottom: 640px;
}

.tw .pb-129{
  padding-bottom: 645px;
}

.tw .pb-130{
  padding-bottom: 650px;
}

.tw .pb-131{
  padding-bottom: 655px;
}

.tw .pb-132{
  padding-bottom: 660px;
}

.tw .pb-133{
  padding-bottom: 665px;
}

.tw .pb-134{
  padding-bottom: 670px;
}

.tw .pb-135{
  padding-bottom: 675px;
}

.tw .pb-136{
  padding-bottom: 680px;
}

.tw .pb-137{
  padding-bottom: 685px;
}

.tw .pb-138{
  padding-bottom: 690px;
}

.tw .pb-139{
  padding-bottom: 695px;
}

.tw .pb-140{
  padding-bottom: 700px;
}

.tw .pb-141{
  padding-bottom: 705px;
}

.tw .pb-142{
  padding-bottom: 710px;
}

.tw .pb-143{
  padding-bottom: 715px;
}

.tw .pb-144{
  padding-bottom: 720px;
}

.tw .pb-145{
  padding-bottom: 725px;
}

.tw .pb-146{
  padding-bottom: 730px;
}

.tw .pb-147{
  padding-bottom: 735px;
}

.tw .pb-148{
  padding-bottom: 740px;
}

.tw .pb-149{
  padding-bottom: 745px;
}

.tw .pb-0\.5{
  padding-bottom: 3px;
}

.tw .pb-1px{
  padding-bottom: 1px;
}

.tw .pb-2px{
  padding-bottom: 2px;
}

.tw .pb-3px{
  padding-bottom: 3px;
}

.tw .pb-4px{
  padding-bottom: 4px;
}

.tw .pb-5px{
  padding-bottom: 5px;
}

.tw .pb-6px{
  padding-bottom: 6px;
}

.tw .pb-7px{
  padding-bottom: 7px;
}

.tw .pb-8px{
  padding-bottom: 8px;
}

.tw .pb-9px{
  padding-bottom: 9px;
}

.tw .pb-10px{
  padding-bottom: 10px;
}

.tw .pb-11px{
  padding-bottom: 11px;
}

.tw .pb-12px{
  padding-bottom: 12px;
}

.tw .pb-13px{
  padding-bottom: 13px;
}

.tw .pb-14px{
  padding-bottom: 14px;
}

.tw .pb-15px{
  padding-bottom: 15px;
}

.tw .pb-16px{
  padding-bottom: 16px;
}

.tw .pb-17px{
  padding-bottom: 17px;
}

.tw .pb-18px{
  padding-bottom: 18px;
}

.tw .pb-19px{
  padding-bottom: 19px;
}

.tw .pb-20px{
  padding-bottom: 20px;
}

.tw .pb-21px{
  padding-bottom: 21px;
}

.tw .pb-22px{
  padding-bottom: 22px;
}

.tw .pb-23px{
  padding-bottom: 23px;
}

.tw .pb-24px{
  padding-bottom: 24px;
}

.tw .pb-25px{
  padding-bottom: 25px;
}

.tw .pb-26px{
  padding-bottom: 26px;
}

.tw .pb-27px{
  padding-bottom: 27px;
}

.tw .pb-28px{
  padding-bottom: 28px;
}

.tw .pb-29px{
  padding-bottom: 29px;
}

.tw .pb-30px{
  padding-bottom: 30px;
}

.tw .pb-31px{
  padding-bottom: 31px;
}

.tw .pb-32px{
  padding-bottom: 32px;
}

.tw .pb-33px{
  padding-bottom: 33px;
}

.tw .pb-34px{
  padding-bottom: 34px;
}

.tw .pb-35px{
  padding-bottom: 35px;
}

.tw .pb-36px{
  padding-bottom: 36px;
}

.tw .pb-37px{
  padding-bottom: 37px;
}

.tw .pb-38px{
  padding-bottom: 38px;
}

.tw .pb-39px{
  padding-bottom: 39px;
}

.tw .pb-40px{
  padding-bottom: 40px;
}

.tw .pl-0{
  padding-left: 0px;
}

.tw .pl-1{
  padding-left: 5px;
}

.tw .pl-2{
  padding-left: 10px;
}

.tw .pl-3{
  padding-left: 15px;
}

.tw .pl-4{
  padding-left: 20px;
}

.tw .pl-5{
  padding-left: 25px;
}

.tw .pl-6{
  padding-left: 30px;
}

.tw .pl-7{
  padding-left: 35px;
}

.tw .pl-8{
  padding-left: 40px;
}

.tw .pl-9{
  padding-left: 45px;
}

.tw .pl-10{
  padding-left: 50px;
}

.tw .pl-11{
  padding-left: 55px;
}

.tw .pl-12{
  padding-left: 60px;
}

.tw .pl-13{
  padding-left: 65px;
}

.tw .pl-14{
  padding-left: 70px;
}

.tw .pl-15{
  padding-left: 75px;
}

.tw .pl-16{
  padding-left: 80px;
}

.tw .pl-17{
  padding-left: 85px;
}

.tw .pl-18{
  padding-left: 90px;
}

.tw .pl-19{
  padding-left: 95px;
}

.tw .pl-20{
  padding-left: 100px;
}

.tw .pl-21{
  padding-left: 105px;
}

.tw .pl-22{
  padding-left: 110px;
}

.tw .pl-23{
  padding-left: 115px;
}

.tw .pl-24{
  padding-left: 120px;
}

.tw .pl-25{
  padding-left: 125px;
}

.tw .pl-26{
  padding-left: 130px;
}

.tw .pl-27{
  padding-left: 135px;
}

.tw .pl-28{
  padding-left: 140px;
}

.tw .pl-29{
  padding-left: 145px;
}

.tw .pl-30{
  padding-left: 150px;
}

.tw .pl-31{
  padding-left: 155px;
}

.tw .pl-32{
  padding-left: 160px;
}

.tw .pl-33{
  padding-left: 165px;
}

.tw .pl-34{
  padding-left: 170px;
}

.tw .pl-35{
  padding-left: 175px;
}

.tw .pl-36{
  padding-left: 180px;
}

.tw .pl-37{
  padding-left: 185px;
}

.tw .pl-38{
  padding-left: 190px;
}

.tw .pl-39{
  padding-left: 195px;
}

.tw .pl-40{
  padding-left: 200px;
}

.tw .pl-41{
  padding-left: 205px;
}

.tw .pl-42{
  padding-left: 210px;
}

.tw .pl-43{
  padding-left: 215px;
}

.tw .pl-44{
  padding-left: 220px;
}

.tw .pl-45{
  padding-left: 225px;
}

.tw .pl-46{
  padding-left: 230px;
}

.tw .pl-47{
  padding-left: 235px;
}

.tw .pl-48{
  padding-left: 240px;
}

.tw .pl-49{
  padding-left: 245px;
}

.tw .pl-50{
  padding-left: 250px;
}

.tw .pl-51{
  padding-left: 255px;
}

.tw .pl-52{
  padding-left: 260px;
}

.tw .pl-53{
  padding-left: 265px;
}

.tw .pl-54{
  padding-left: 270px;
}

.tw .pl-55{
  padding-left: 275px;
}

.tw .pl-56{
  padding-left: 280px;
}

.tw .pl-57{
  padding-left: 285px;
}

.tw .pl-58{
  padding-left: 290px;
}

.tw .pl-59{
  padding-left: 295px;
}

.tw .pl-60{
  padding-left: 300px;
}

.tw .pl-61{
  padding-left: 305px;
}

.tw .pl-62{
  padding-left: 310px;
}

.tw .pl-63{
  padding-left: 315px;
}

.tw .pl-64{
  padding-left: 320px;
}

.tw .pl-65{
  padding-left: 325px;
}

.tw .pl-66{
  padding-left: 330px;
}

.tw .pl-67{
  padding-left: 335px;
}

.tw .pl-68{
  padding-left: 340px;
}

.tw .pl-69{
  padding-left: 345px;
}

.tw .pl-70{
  padding-left: 350px;
}

.tw .pl-71{
  padding-left: 355px;
}

.tw .pl-72{
  padding-left: 360px;
}

.tw .pl-73{
  padding-left: 365px;
}

.tw .pl-74{
  padding-left: 370px;
}

.tw .pl-75{
  padding-left: 375px;
}

.tw .pl-76{
  padding-left: 380px;
}

.tw .pl-77{
  padding-left: 385px;
}

.tw .pl-78{
  padding-left: 390px;
}

.tw .pl-79{
  padding-left: 395px;
}

.tw .pl-80{
  padding-left: 400px;
}

.tw .pl-81{
  padding-left: 405px;
}

.tw .pl-82{
  padding-left: 410px;
}

.tw .pl-83{
  padding-left: 415px;
}

.tw .pl-84{
  padding-left: 420px;
}

.tw .pl-85{
  padding-left: 425px;
}

.tw .pl-86{
  padding-left: 430px;
}

.tw .pl-87{
  padding-left: 435px;
}

.tw .pl-88{
  padding-left: 440px;
}

.tw .pl-89{
  padding-left: 445px;
}

.tw .pl-90{
  padding-left: 450px;
}

.tw .pl-91{
  padding-left: 455px;
}

.tw .pl-92{
  padding-left: 460px;
}

.tw .pl-93{
  padding-left: 465px;
}

.tw .pl-94{
  padding-left: 470px;
}

.tw .pl-95{
  padding-left: 475px;
}

.tw .pl-96{
  padding-left: 480px;
}

.tw .pl-97{
  padding-left: 485px;
}

.tw .pl-98{
  padding-left: 490px;
}

.tw .pl-99{
  padding-left: 495px;
}

.tw .pl-100{
  padding-left: 500px;
}

.tw .pl-101{
  padding-left: 505px;
}

.tw .pl-102{
  padding-left: 510px;
}

.tw .pl-103{
  padding-left: 515px;
}

.tw .pl-104{
  padding-left: 520px;
}

.tw .pl-105{
  padding-left: 525px;
}

.tw .pl-106{
  padding-left: 530px;
}

.tw .pl-107{
  padding-left: 535px;
}

.tw .pl-108{
  padding-left: 540px;
}

.tw .pl-109{
  padding-left: 545px;
}

.tw .pl-110{
  padding-left: 550px;
}

.tw .pl-111{
  padding-left: 555px;
}

.tw .pl-112{
  padding-left: 560px;
}

.tw .pl-113{
  padding-left: 565px;
}

.tw .pl-114{
  padding-left: 570px;
}

.tw .pl-115{
  padding-left: 575px;
}

.tw .pl-116{
  padding-left: 580px;
}

.tw .pl-117{
  padding-left: 585px;
}

.tw .pl-118{
  padding-left: 590px;
}

.tw .pl-119{
  padding-left: 595px;
}

.tw .pl-120{
  padding-left: 600px;
}

.tw .pl-121{
  padding-left: 605px;
}

.tw .pl-122{
  padding-left: 610px;
}

.tw .pl-123{
  padding-left: 615px;
}

.tw .pl-124{
  padding-left: 620px;
}

.tw .pl-125{
  padding-left: 625px;
}

.tw .pl-126{
  padding-left: 630px;
}

.tw .pl-127{
  padding-left: 635px;
}

.tw .pl-128{
  padding-left: 640px;
}

.tw .pl-129{
  padding-left: 645px;
}

.tw .pl-130{
  padding-left: 650px;
}

.tw .pl-131{
  padding-left: 655px;
}

.tw .pl-132{
  padding-left: 660px;
}

.tw .pl-133{
  padding-left: 665px;
}

.tw .pl-134{
  padding-left: 670px;
}

.tw .pl-135{
  padding-left: 675px;
}

.tw .pl-136{
  padding-left: 680px;
}

.tw .pl-137{
  padding-left: 685px;
}

.tw .pl-138{
  padding-left: 690px;
}

.tw .pl-139{
  padding-left: 695px;
}

.tw .pl-140{
  padding-left: 700px;
}

.tw .pl-141{
  padding-left: 705px;
}

.tw .pl-142{
  padding-left: 710px;
}

.tw .pl-143{
  padding-left: 715px;
}

.tw .pl-144{
  padding-left: 720px;
}

.tw .pl-145{
  padding-left: 725px;
}

.tw .pl-146{
  padding-left: 730px;
}

.tw .pl-147{
  padding-left: 735px;
}

.tw .pl-148{
  padding-left: 740px;
}

.tw .pl-149{
  padding-left: 745px;
}

.tw .pl-0\.5{
  padding-left: 3px;
}

.tw .pl-1px{
  padding-left: 1px;
}

.tw .pl-2px{
  padding-left: 2px;
}

.tw .pl-3px{
  padding-left: 3px;
}

.tw .pl-4px{
  padding-left: 4px;
}

.tw .pl-5px{
  padding-left: 5px;
}

.tw .pl-6px{
  padding-left: 6px;
}

.tw .pl-7px{
  padding-left: 7px;
}

.tw .pl-8px{
  padding-left: 8px;
}

.tw .pl-9px{
  padding-left: 9px;
}

.tw .pl-10px{
  padding-left: 10px;
}

.tw .pl-11px{
  padding-left: 11px;
}

.tw .pl-12px{
  padding-left: 12px;
}

.tw .pl-13px{
  padding-left: 13px;
}

.tw .pl-14px{
  padding-left: 14px;
}

.tw .pl-15px{
  padding-left: 15px;
}

.tw .pl-16px{
  padding-left: 16px;
}

.tw .pl-17px{
  padding-left: 17px;
}

.tw .pl-18px{
  padding-left: 18px;
}

.tw .pl-19px{
  padding-left: 19px;
}

.tw .pl-20px{
  padding-left: 20px;
}

.tw .pl-21px{
  padding-left: 21px;
}

.tw .pl-22px{
  padding-left: 22px;
}

.tw .pl-23px{
  padding-left: 23px;
}

.tw .pl-24px{
  padding-left: 24px;
}

.tw .pl-25px{
  padding-left: 25px;
}

.tw .pl-26px{
  padding-left: 26px;
}

.tw .pl-27px{
  padding-left: 27px;
}

.tw .pl-28px{
  padding-left: 28px;
}

.tw .pl-29px{
  padding-left: 29px;
}

.tw .pl-30px{
  padding-left: 30px;
}

.tw .pl-31px{
  padding-left: 31px;
}

.tw .pl-32px{
  padding-left: 32px;
}

.tw .pl-33px{
  padding-left: 33px;
}

.tw .pl-34px{
  padding-left: 34px;
}

.tw .pl-35px{
  padding-left: 35px;
}

.tw .pl-36px{
  padding-left: 36px;
}

.tw .pl-37px{
  padding-left: 37px;
}

.tw .pl-38px{
  padding-left: 38px;
}

.tw .pl-39px{
  padding-left: 39px;
}

.tw .pl-40px{
  padding-left: 40px;
}

.tw .first\:pt-0:first-child{
  padding-top: 0px;
}

.tw .first\:pt-1:first-child{
  padding-top: 5px;
}

.tw .first\:pt-2:first-child{
  padding-top: 10px;
}

.tw .first\:pt-3:first-child{
  padding-top: 15px;
}

.tw .first\:pt-4:first-child{
  padding-top: 20px;
}

.tw .first\:pt-5:first-child{
  padding-top: 25px;
}

.tw .first\:pt-6:first-child{
  padding-top: 30px;
}

.tw .first\:pt-7:first-child{
  padding-top: 35px;
}

.tw .first\:pt-8:first-child{
  padding-top: 40px;
}

.tw .first\:pt-9:first-child{
  padding-top: 45px;
}

.tw .first\:pt-10:first-child{
  padding-top: 50px;
}

.tw .first\:pt-11:first-child{
  padding-top: 55px;
}

.tw .first\:pt-12:first-child{
  padding-top: 60px;
}

.tw .first\:pt-13:first-child{
  padding-top: 65px;
}

.tw .first\:pt-14:first-child{
  padding-top: 70px;
}

.tw .first\:pt-15:first-child{
  padding-top: 75px;
}

.tw .first\:pt-16:first-child{
  padding-top: 80px;
}

.tw .first\:pt-17:first-child{
  padding-top: 85px;
}

.tw .first\:pt-18:first-child{
  padding-top: 90px;
}

.tw .first\:pt-19:first-child{
  padding-top: 95px;
}

.tw .first\:pt-20:first-child{
  padding-top: 100px;
}

.tw .first\:pt-21:first-child{
  padding-top: 105px;
}

.tw .first\:pt-22:first-child{
  padding-top: 110px;
}

.tw .first\:pt-23:first-child{
  padding-top: 115px;
}

.tw .first\:pt-24:first-child{
  padding-top: 120px;
}

.tw .first\:pt-25:first-child{
  padding-top: 125px;
}

.tw .first\:pt-26:first-child{
  padding-top: 130px;
}

.tw .first\:pt-27:first-child{
  padding-top: 135px;
}

.tw .first\:pt-28:first-child{
  padding-top: 140px;
}

.tw .first\:pt-29:first-child{
  padding-top: 145px;
}

.tw .first\:pt-30:first-child{
  padding-top: 150px;
}

.tw .first\:pt-31:first-child{
  padding-top: 155px;
}

.tw .first\:pt-32:first-child{
  padding-top: 160px;
}

.tw .first\:pt-33:first-child{
  padding-top: 165px;
}

.tw .first\:pt-34:first-child{
  padding-top: 170px;
}

.tw .first\:pt-35:first-child{
  padding-top: 175px;
}

.tw .first\:pt-36:first-child{
  padding-top: 180px;
}

.tw .first\:pt-37:first-child{
  padding-top: 185px;
}

.tw .first\:pt-38:first-child{
  padding-top: 190px;
}

.tw .first\:pt-39:first-child{
  padding-top: 195px;
}

.tw .first\:pt-40:first-child{
  padding-top: 200px;
}

.tw .first\:pt-41:first-child{
  padding-top: 205px;
}

.tw .first\:pt-42:first-child{
  padding-top: 210px;
}

.tw .first\:pt-43:first-child{
  padding-top: 215px;
}

.tw .first\:pt-44:first-child{
  padding-top: 220px;
}

.tw .first\:pt-45:first-child{
  padding-top: 225px;
}

.tw .first\:pt-46:first-child{
  padding-top: 230px;
}

.tw .first\:pt-47:first-child{
  padding-top: 235px;
}

.tw .first\:pt-48:first-child{
  padding-top: 240px;
}

.tw .first\:pt-49:first-child{
  padding-top: 245px;
}

.tw .first\:pt-50:first-child{
  padding-top: 250px;
}

.tw .first\:pt-51:first-child{
  padding-top: 255px;
}

.tw .first\:pt-52:first-child{
  padding-top: 260px;
}

.tw .first\:pt-53:first-child{
  padding-top: 265px;
}

.tw .first\:pt-54:first-child{
  padding-top: 270px;
}

.tw .first\:pt-55:first-child{
  padding-top: 275px;
}

.tw .first\:pt-56:first-child{
  padding-top: 280px;
}

.tw .first\:pt-57:first-child{
  padding-top: 285px;
}

.tw .first\:pt-58:first-child{
  padding-top: 290px;
}

.tw .first\:pt-59:first-child{
  padding-top: 295px;
}

.tw .first\:pt-60:first-child{
  padding-top: 300px;
}

.tw .first\:pt-61:first-child{
  padding-top: 305px;
}

.tw .first\:pt-62:first-child{
  padding-top: 310px;
}

.tw .first\:pt-63:first-child{
  padding-top: 315px;
}

.tw .first\:pt-64:first-child{
  padding-top: 320px;
}

.tw .first\:pt-65:first-child{
  padding-top: 325px;
}

.tw .first\:pt-66:first-child{
  padding-top: 330px;
}

.tw .first\:pt-67:first-child{
  padding-top: 335px;
}

.tw .first\:pt-68:first-child{
  padding-top: 340px;
}

.tw .first\:pt-69:first-child{
  padding-top: 345px;
}

.tw .first\:pt-70:first-child{
  padding-top: 350px;
}

.tw .first\:pt-71:first-child{
  padding-top: 355px;
}

.tw .first\:pt-72:first-child{
  padding-top: 360px;
}

.tw .first\:pt-73:first-child{
  padding-top: 365px;
}

.tw .first\:pt-74:first-child{
  padding-top: 370px;
}

.tw .first\:pt-75:first-child{
  padding-top: 375px;
}

.tw .first\:pt-76:first-child{
  padding-top: 380px;
}

.tw .first\:pt-77:first-child{
  padding-top: 385px;
}

.tw .first\:pt-78:first-child{
  padding-top: 390px;
}

.tw .first\:pt-79:first-child{
  padding-top: 395px;
}

.tw .first\:pt-80:first-child{
  padding-top: 400px;
}

.tw .first\:pt-81:first-child{
  padding-top: 405px;
}

.tw .first\:pt-82:first-child{
  padding-top: 410px;
}

.tw .first\:pt-83:first-child{
  padding-top: 415px;
}

.tw .first\:pt-84:first-child{
  padding-top: 420px;
}

.tw .first\:pt-85:first-child{
  padding-top: 425px;
}

.tw .first\:pt-86:first-child{
  padding-top: 430px;
}

.tw .first\:pt-87:first-child{
  padding-top: 435px;
}

.tw .first\:pt-88:first-child{
  padding-top: 440px;
}

.tw .first\:pt-89:first-child{
  padding-top: 445px;
}

.tw .first\:pt-90:first-child{
  padding-top: 450px;
}

.tw .first\:pt-91:first-child{
  padding-top: 455px;
}

.tw .first\:pt-92:first-child{
  padding-top: 460px;
}

.tw .first\:pt-93:first-child{
  padding-top: 465px;
}

.tw .first\:pt-94:first-child{
  padding-top: 470px;
}

.tw .first\:pt-95:first-child{
  padding-top: 475px;
}

.tw .first\:pt-96:first-child{
  padding-top: 480px;
}

.tw .first\:pt-97:first-child{
  padding-top: 485px;
}

.tw .first\:pt-98:first-child{
  padding-top: 490px;
}

.tw .first\:pt-99:first-child{
  padding-top: 495px;
}

.tw .first\:pt-100:first-child{
  padding-top: 500px;
}

.tw .first\:pt-101:first-child{
  padding-top: 505px;
}

.tw .first\:pt-102:first-child{
  padding-top: 510px;
}

.tw .first\:pt-103:first-child{
  padding-top: 515px;
}

.tw .first\:pt-104:first-child{
  padding-top: 520px;
}

.tw .first\:pt-105:first-child{
  padding-top: 525px;
}

.tw .first\:pt-106:first-child{
  padding-top: 530px;
}

.tw .first\:pt-107:first-child{
  padding-top: 535px;
}

.tw .first\:pt-108:first-child{
  padding-top: 540px;
}

.tw .first\:pt-109:first-child{
  padding-top: 545px;
}

.tw .first\:pt-110:first-child{
  padding-top: 550px;
}

.tw .first\:pt-111:first-child{
  padding-top: 555px;
}

.tw .first\:pt-112:first-child{
  padding-top: 560px;
}

.tw .first\:pt-113:first-child{
  padding-top: 565px;
}

.tw .first\:pt-114:first-child{
  padding-top: 570px;
}

.tw .first\:pt-115:first-child{
  padding-top: 575px;
}

.tw .first\:pt-116:first-child{
  padding-top: 580px;
}

.tw .first\:pt-117:first-child{
  padding-top: 585px;
}

.tw .first\:pt-118:first-child{
  padding-top: 590px;
}

.tw .first\:pt-119:first-child{
  padding-top: 595px;
}

.tw .first\:pt-120:first-child{
  padding-top: 600px;
}

.tw .first\:pt-121:first-child{
  padding-top: 605px;
}

.tw .first\:pt-122:first-child{
  padding-top: 610px;
}

.tw .first\:pt-123:first-child{
  padding-top: 615px;
}

.tw .first\:pt-124:first-child{
  padding-top: 620px;
}

.tw .first\:pt-125:first-child{
  padding-top: 625px;
}

.tw .first\:pt-126:first-child{
  padding-top: 630px;
}

.tw .first\:pt-127:first-child{
  padding-top: 635px;
}

.tw .first\:pt-128:first-child{
  padding-top: 640px;
}

.tw .first\:pt-129:first-child{
  padding-top: 645px;
}

.tw .first\:pt-130:first-child{
  padding-top: 650px;
}

.tw .first\:pt-131:first-child{
  padding-top: 655px;
}

.tw .first\:pt-132:first-child{
  padding-top: 660px;
}

.tw .first\:pt-133:first-child{
  padding-top: 665px;
}

.tw .first\:pt-134:first-child{
  padding-top: 670px;
}

.tw .first\:pt-135:first-child{
  padding-top: 675px;
}

.tw .first\:pt-136:first-child{
  padding-top: 680px;
}

.tw .first\:pt-137:first-child{
  padding-top: 685px;
}

.tw .first\:pt-138:first-child{
  padding-top: 690px;
}

.tw .first\:pt-139:first-child{
  padding-top: 695px;
}

.tw .first\:pt-140:first-child{
  padding-top: 700px;
}

.tw .first\:pt-141:first-child{
  padding-top: 705px;
}

.tw .first\:pt-142:first-child{
  padding-top: 710px;
}

.tw .first\:pt-143:first-child{
  padding-top: 715px;
}

.tw .first\:pt-144:first-child{
  padding-top: 720px;
}

.tw .first\:pt-145:first-child{
  padding-top: 725px;
}

.tw .first\:pt-146:first-child{
  padding-top: 730px;
}

.tw .first\:pt-147:first-child{
  padding-top: 735px;
}

.tw .first\:pt-148:first-child{
  padding-top: 740px;
}

.tw .first\:pt-149:first-child{
  padding-top: 745px;
}

.tw .first\:pt-0\.5:first-child{
  padding-top: 3px;
}

.tw .first\:pt-1px:first-child{
  padding-top: 1px;
}

.tw .first\:pt-2px:first-child{
  padding-top: 2px;
}

.tw .first\:pt-3px:first-child{
  padding-top: 3px;
}

.tw .first\:pt-4px:first-child{
  padding-top: 4px;
}

.tw .first\:pt-5px:first-child{
  padding-top: 5px;
}

.tw .first\:pt-6px:first-child{
  padding-top: 6px;
}

.tw .first\:pt-7px:first-child{
  padding-top: 7px;
}

.tw .first\:pt-8px:first-child{
  padding-top: 8px;
}

.tw .first\:pt-9px:first-child{
  padding-top: 9px;
}

.tw .first\:pt-10px:first-child{
  padding-top: 10px;
}

.tw .first\:pt-11px:first-child{
  padding-top: 11px;
}

.tw .first\:pt-12px:first-child{
  padding-top: 12px;
}

.tw .first\:pt-13px:first-child{
  padding-top: 13px;
}

.tw .first\:pt-14px:first-child{
  padding-top: 14px;
}

.tw .first\:pt-15px:first-child{
  padding-top: 15px;
}

.tw .first\:pt-16px:first-child{
  padding-top: 16px;
}

.tw .first\:pt-17px:first-child{
  padding-top: 17px;
}

.tw .first\:pt-18px:first-child{
  padding-top: 18px;
}

.tw .first\:pt-19px:first-child{
  padding-top: 19px;
}

.tw .first\:pt-20px:first-child{
  padding-top: 20px;
}

.tw .first\:pt-21px:first-child{
  padding-top: 21px;
}

.tw .first\:pt-22px:first-child{
  padding-top: 22px;
}

.tw .first\:pt-23px:first-child{
  padding-top: 23px;
}

.tw .first\:pt-24px:first-child{
  padding-top: 24px;
}

.tw .first\:pt-25px:first-child{
  padding-top: 25px;
}

.tw .first\:pt-26px:first-child{
  padding-top: 26px;
}

.tw .first\:pt-27px:first-child{
  padding-top: 27px;
}

.tw .first\:pt-28px:first-child{
  padding-top: 28px;
}

.tw .first\:pt-29px:first-child{
  padding-top: 29px;
}

.tw .first\:pt-30px:first-child{
  padding-top: 30px;
}

.tw .first\:pt-31px:first-child{
  padding-top: 31px;
}

.tw .first\:pt-32px:first-child{
  padding-top: 32px;
}

.tw .first\:pt-33px:first-child{
  padding-top: 33px;
}

.tw .first\:pt-34px:first-child{
  padding-top: 34px;
}

.tw .first\:pt-35px:first-child{
  padding-top: 35px;
}

.tw .first\:pt-36px:first-child{
  padding-top: 36px;
}

.tw .first\:pt-37px:first-child{
  padding-top: 37px;
}

.tw .first\:pt-38px:first-child{
  padding-top: 38px;
}

.tw .first\:pt-39px:first-child{
  padding-top: 39px;
}

.tw .first\:pt-40px:first-child{
  padding-top: 40px;
}

.tw .first\:pr-0:first-child{
  padding-right: 0px;
}

.tw .first\:pr-1:first-child{
  padding-right: 5px;
}

.tw .first\:pr-2:first-child{
  padding-right: 10px;
}

.tw .first\:pr-3:first-child{
  padding-right: 15px;
}

.tw .first\:pr-4:first-child{
  padding-right: 20px;
}

.tw .first\:pr-5:first-child{
  padding-right: 25px;
}

.tw .first\:pr-6:first-child{
  padding-right: 30px;
}

.tw .first\:pr-7:first-child{
  padding-right: 35px;
}

.tw .first\:pr-8:first-child{
  padding-right: 40px;
}

.tw .first\:pr-9:first-child{
  padding-right: 45px;
}

.tw .first\:pr-10:first-child{
  padding-right: 50px;
}

.tw .first\:pr-11:first-child{
  padding-right: 55px;
}

.tw .first\:pr-12:first-child{
  padding-right: 60px;
}

.tw .first\:pr-13:first-child{
  padding-right: 65px;
}

.tw .first\:pr-14:first-child{
  padding-right: 70px;
}

.tw .first\:pr-15:first-child{
  padding-right: 75px;
}

.tw .first\:pr-16:first-child{
  padding-right: 80px;
}

.tw .first\:pr-17:first-child{
  padding-right: 85px;
}

.tw .first\:pr-18:first-child{
  padding-right: 90px;
}

.tw .first\:pr-19:first-child{
  padding-right: 95px;
}

.tw .first\:pr-20:first-child{
  padding-right: 100px;
}

.tw .first\:pr-21:first-child{
  padding-right: 105px;
}

.tw .first\:pr-22:first-child{
  padding-right: 110px;
}

.tw .first\:pr-23:first-child{
  padding-right: 115px;
}

.tw .first\:pr-24:first-child{
  padding-right: 120px;
}

.tw .first\:pr-25:first-child{
  padding-right: 125px;
}

.tw .first\:pr-26:first-child{
  padding-right: 130px;
}

.tw .first\:pr-27:first-child{
  padding-right: 135px;
}

.tw .first\:pr-28:first-child{
  padding-right: 140px;
}

.tw .first\:pr-29:first-child{
  padding-right: 145px;
}

.tw .first\:pr-30:first-child{
  padding-right: 150px;
}

.tw .first\:pr-31:first-child{
  padding-right: 155px;
}

.tw .first\:pr-32:first-child{
  padding-right: 160px;
}

.tw .first\:pr-33:first-child{
  padding-right: 165px;
}

.tw .first\:pr-34:first-child{
  padding-right: 170px;
}

.tw .first\:pr-35:first-child{
  padding-right: 175px;
}

.tw .first\:pr-36:first-child{
  padding-right: 180px;
}

.tw .first\:pr-37:first-child{
  padding-right: 185px;
}

.tw .first\:pr-38:first-child{
  padding-right: 190px;
}

.tw .first\:pr-39:first-child{
  padding-right: 195px;
}

.tw .first\:pr-40:first-child{
  padding-right: 200px;
}

.tw .first\:pr-41:first-child{
  padding-right: 205px;
}

.tw .first\:pr-42:first-child{
  padding-right: 210px;
}

.tw .first\:pr-43:first-child{
  padding-right: 215px;
}

.tw .first\:pr-44:first-child{
  padding-right: 220px;
}

.tw .first\:pr-45:first-child{
  padding-right: 225px;
}

.tw .first\:pr-46:first-child{
  padding-right: 230px;
}

.tw .first\:pr-47:first-child{
  padding-right: 235px;
}

.tw .first\:pr-48:first-child{
  padding-right: 240px;
}

.tw .first\:pr-49:first-child{
  padding-right: 245px;
}

.tw .first\:pr-50:first-child{
  padding-right: 250px;
}

.tw .first\:pr-51:first-child{
  padding-right: 255px;
}

.tw .first\:pr-52:first-child{
  padding-right: 260px;
}

.tw .first\:pr-53:first-child{
  padding-right: 265px;
}

.tw .first\:pr-54:first-child{
  padding-right: 270px;
}

.tw .first\:pr-55:first-child{
  padding-right: 275px;
}

.tw .first\:pr-56:first-child{
  padding-right: 280px;
}

.tw .first\:pr-57:first-child{
  padding-right: 285px;
}

.tw .first\:pr-58:first-child{
  padding-right: 290px;
}

.tw .first\:pr-59:first-child{
  padding-right: 295px;
}

.tw .first\:pr-60:first-child{
  padding-right: 300px;
}

.tw .first\:pr-61:first-child{
  padding-right: 305px;
}

.tw .first\:pr-62:first-child{
  padding-right: 310px;
}

.tw .first\:pr-63:first-child{
  padding-right: 315px;
}

.tw .first\:pr-64:first-child{
  padding-right: 320px;
}

.tw .first\:pr-65:first-child{
  padding-right: 325px;
}

.tw .first\:pr-66:first-child{
  padding-right: 330px;
}

.tw .first\:pr-67:first-child{
  padding-right: 335px;
}

.tw .first\:pr-68:first-child{
  padding-right: 340px;
}

.tw .first\:pr-69:first-child{
  padding-right: 345px;
}

.tw .first\:pr-70:first-child{
  padding-right: 350px;
}

.tw .first\:pr-71:first-child{
  padding-right: 355px;
}

.tw .first\:pr-72:first-child{
  padding-right: 360px;
}

.tw .first\:pr-73:first-child{
  padding-right: 365px;
}

.tw .first\:pr-74:first-child{
  padding-right: 370px;
}

.tw .first\:pr-75:first-child{
  padding-right: 375px;
}

.tw .first\:pr-76:first-child{
  padding-right: 380px;
}

.tw .first\:pr-77:first-child{
  padding-right: 385px;
}

.tw .first\:pr-78:first-child{
  padding-right: 390px;
}

.tw .first\:pr-79:first-child{
  padding-right: 395px;
}

.tw .first\:pr-80:first-child{
  padding-right: 400px;
}

.tw .first\:pr-81:first-child{
  padding-right: 405px;
}

.tw .first\:pr-82:first-child{
  padding-right: 410px;
}

.tw .first\:pr-83:first-child{
  padding-right: 415px;
}

.tw .first\:pr-84:first-child{
  padding-right: 420px;
}

.tw .first\:pr-85:first-child{
  padding-right: 425px;
}

.tw .first\:pr-86:first-child{
  padding-right: 430px;
}

.tw .first\:pr-87:first-child{
  padding-right: 435px;
}

.tw .first\:pr-88:first-child{
  padding-right: 440px;
}

.tw .first\:pr-89:first-child{
  padding-right: 445px;
}

.tw .first\:pr-90:first-child{
  padding-right: 450px;
}

.tw .first\:pr-91:first-child{
  padding-right: 455px;
}

.tw .first\:pr-92:first-child{
  padding-right: 460px;
}

.tw .first\:pr-93:first-child{
  padding-right: 465px;
}

.tw .first\:pr-94:first-child{
  padding-right: 470px;
}

.tw .first\:pr-95:first-child{
  padding-right: 475px;
}

.tw .first\:pr-96:first-child{
  padding-right: 480px;
}

.tw .first\:pr-97:first-child{
  padding-right: 485px;
}

.tw .first\:pr-98:first-child{
  padding-right: 490px;
}

.tw .first\:pr-99:first-child{
  padding-right: 495px;
}

.tw .first\:pr-100:first-child{
  padding-right: 500px;
}

.tw .first\:pr-101:first-child{
  padding-right: 505px;
}

.tw .first\:pr-102:first-child{
  padding-right: 510px;
}

.tw .first\:pr-103:first-child{
  padding-right: 515px;
}

.tw .first\:pr-104:first-child{
  padding-right: 520px;
}

.tw .first\:pr-105:first-child{
  padding-right: 525px;
}

.tw .first\:pr-106:first-child{
  padding-right: 530px;
}

.tw .first\:pr-107:first-child{
  padding-right: 535px;
}

.tw .first\:pr-108:first-child{
  padding-right: 540px;
}

.tw .first\:pr-109:first-child{
  padding-right: 545px;
}

.tw .first\:pr-110:first-child{
  padding-right: 550px;
}

.tw .first\:pr-111:first-child{
  padding-right: 555px;
}

.tw .first\:pr-112:first-child{
  padding-right: 560px;
}

.tw .first\:pr-113:first-child{
  padding-right: 565px;
}

.tw .first\:pr-114:first-child{
  padding-right: 570px;
}

.tw .first\:pr-115:first-child{
  padding-right: 575px;
}

.tw .first\:pr-116:first-child{
  padding-right: 580px;
}

.tw .first\:pr-117:first-child{
  padding-right: 585px;
}

.tw .first\:pr-118:first-child{
  padding-right: 590px;
}

.tw .first\:pr-119:first-child{
  padding-right: 595px;
}

.tw .first\:pr-120:first-child{
  padding-right: 600px;
}

.tw .first\:pr-121:first-child{
  padding-right: 605px;
}

.tw .first\:pr-122:first-child{
  padding-right: 610px;
}

.tw .first\:pr-123:first-child{
  padding-right: 615px;
}

.tw .first\:pr-124:first-child{
  padding-right: 620px;
}

.tw .first\:pr-125:first-child{
  padding-right: 625px;
}

.tw .first\:pr-126:first-child{
  padding-right: 630px;
}

.tw .first\:pr-127:first-child{
  padding-right: 635px;
}

.tw .first\:pr-128:first-child{
  padding-right: 640px;
}

.tw .first\:pr-129:first-child{
  padding-right: 645px;
}

.tw .first\:pr-130:first-child{
  padding-right: 650px;
}

.tw .first\:pr-131:first-child{
  padding-right: 655px;
}

.tw .first\:pr-132:first-child{
  padding-right: 660px;
}

.tw .first\:pr-133:first-child{
  padding-right: 665px;
}

.tw .first\:pr-134:first-child{
  padding-right: 670px;
}

.tw .first\:pr-135:first-child{
  padding-right: 675px;
}

.tw .first\:pr-136:first-child{
  padding-right: 680px;
}

.tw .first\:pr-137:first-child{
  padding-right: 685px;
}

.tw .first\:pr-138:first-child{
  padding-right: 690px;
}

.tw .first\:pr-139:first-child{
  padding-right: 695px;
}

.tw .first\:pr-140:first-child{
  padding-right: 700px;
}

.tw .first\:pr-141:first-child{
  padding-right: 705px;
}

.tw .first\:pr-142:first-child{
  padding-right: 710px;
}

.tw .first\:pr-143:first-child{
  padding-right: 715px;
}

.tw .first\:pr-144:first-child{
  padding-right: 720px;
}

.tw .first\:pr-145:first-child{
  padding-right: 725px;
}

.tw .first\:pr-146:first-child{
  padding-right: 730px;
}

.tw .first\:pr-147:first-child{
  padding-right: 735px;
}

.tw .first\:pr-148:first-child{
  padding-right: 740px;
}

.tw .first\:pr-149:first-child{
  padding-right: 745px;
}

.tw .first\:pr-0\.5:first-child{
  padding-right: 3px;
}

.tw .first\:pr-1px:first-child{
  padding-right: 1px;
}

.tw .first\:pr-2px:first-child{
  padding-right: 2px;
}

.tw .first\:pr-3px:first-child{
  padding-right: 3px;
}

.tw .first\:pr-4px:first-child{
  padding-right: 4px;
}

.tw .first\:pr-5px:first-child{
  padding-right: 5px;
}

.tw .first\:pr-6px:first-child{
  padding-right: 6px;
}

.tw .first\:pr-7px:first-child{
  padding-right: 7px;
}

.tw .first\:pr-8px:first-child{
  padding-right: 8px;
}

.tw .first\:pr-9px:first-child{
  padding-right: 9px;
}

.tw .first\:pr-10px:first-child{
  padding-right: 10px;
}

.tw .first\:pr-11px:first-child{
  padding-right: 11px;
}

.tw .first\:pr-12px:first-child{
  padding-right: 12px;
}

.tw .first\:pr-13px:first-child{
  padding-right: 13px;
}

.tw .first\:pr-14px:first-child{
  padding-right: 14px;
}

.tw .first\:pr-15px:first-child{
  padding-right: 15px;
}

.tw .first\:pr-16px:first-child{
  padding-right: 16px;
}

.tw .first\:pr-17px:first-child{
  padding-right: 17px;
}

.tw .first\:pr-18px:first-child{
  padding-right: 18px;
}

.tw .first\:pr-19px:first-child{
  padding-right: 19px;
}

.tw .first\:pr-20px:first-child{
  padding-right: 20px;
}

.tw .first\:pr-21px:first-child{
  padding-right: 21px;
}

.tw .first\:pr-22px:first-child{
  padding-right: 22px;
}

.tw .first\:pr-23px:first-child{
  padding-right: 23px;
}

.tw .first\:pr-24px:first-child{
  padding-right: 24px;
}

.tw .first\:pr-25px:first-child{
  padding-right: 25px;
}

.tw .first\:pr-26px:first-child{
  padding-right: 26px;
}

.tw .first\:pr-27px:first-child{
  padding-right: 27px;
}

.tw .first\:pr-28px:first-child{
  padding-right: 28px;
}

.tw .first\:pr-29px:first-child{
  padding-right: 29px;
}

.tw .first\:pr-30px:first-child{
  padding-right: 30px;
}

.tw .first\:pr-31px:first-child{
  padding-right: 31px;
}

.tw .first\:pr-32px:first-child{
  padding-right: 32px;
}

.tw .first\:pr-33px:first-child{
  padding-right: 33px;
}

.tw .first\:pr-34px:first-child{
  padding-right: 34px;
}

.tw .first\:pr-35px:first-child{
  padding-right: 35px;
}

.tw .first\:pr-36px:first-child{
  padding-right: 36px;
}

.tw .first\:pr-37px:first-child{
  padding-right: 37px;
}

.tw .first\:pr-38px:first-child{
  padding-right: 38px;
}

.tw .first\:pr-39px:first-child{
  padding-right: 39px;
}

.tw .first\:pr-40px:first-child{
  padding-right: 40px;
}

.tw .first\:pb-0:first-child{
  padding-bottom: 0px;
}

.tw .first\:pb-1:first-child{
  padding-bottom: 5px;
}

.tw .first\:pb-2:first-child{
  padding-bottom: 10px;
}

.tw .first\:pb-3:first-child{
  padding-bottom: 15px;
}

.tw .first\:pb-4:first-child{
  padding-bottom: 20px;
}

.tw .first\:pb-5:first-child{
  padding-bottom: 25px;
}

.tw .first\:pb-6:first-child{
  padding-bottom: 30px;
}

.tw .first\:pb-7:first-child{
  padding-bottom: 35px;
}

.tw .first\:pb-8:first-child{
  padding-bottom: 40px;
}

.tw .first\:pb-9:first-child{
  padding-bottom: 45px;
}

.tw .first\:pb-10:first-child{
  padding-bottom: 50px;
}

.tw .first\:pb-11:first-child{
  padding-bottom: 55px;
}

.tw .first\:pb-12:first-child{
  padding-bottom: 60px;
}

.tw .first\:pb-13:first-child{
  padding-bottom: 65px;
}

.tw .first\:pb-14:first-child{
  padding-bottom: 70px;
}

.tw .first\:pb-15:first-child{
  padding-bottom: 75px;
}

.tw .first\:pb-16:first-child{
  padding-bottom: 80px;
}

.tw .first\:pb-17:first-child{
  padding-bottom: 85px;
}

.tw .first\:pb-18:first-child{
  padding-bottom: 90px;
}

.tw .first\:pb-19:first-child{
  padding-bottom: 95px;
}

.tw .first\:pb-20:first-child{
  padding-bottom: 100px;
}

.tw .first\:pb-21:first-child{
  padding-bottom: 105px;
}

.tw .first\:pb-22:first-child{
  padding-bottom: 110px;
}

.tw .first\:pb-23:first-child{
  padding-bottom: 115px;
}

.tw .first\:pb-24:first-child{
  padding-bottom: 120px;
}

.tw .first\:pb-25:first-child{
  padding-bottom: 125px;
}

.tw .first\:pb-26:first-child{
  padding-bottom: 130px;
}

.tw .first\:pb-27:first-child{
  padding-bottom: 135px;
}

.tw .first\:pb-28:first-child{
  padding-bottom: 140px;
}

.tw .first\:pb-29:first-child{
  padding-bottom: 145px;
}

.tw .first\:pb-30:first-child{
  padding-bottom: 150px;
}

.tw .first\:pb-31:first-child{
  padding-bottom: 155px;
}

.tw .first\:pb-32:first-child{
  padding-bottom: 160px;
}

.tw .first\:pb-33:first-child{
  padding-bottom: 165px;
}

.tw .first\:pb-34:first-child{
  padding-bottom: 170px;
}

.tw .first\:pb-35:first-child{
  padding-bottom: 175px;
}

.tw .first\:pb-36:first-child{
  padding-bottom: 180px;
}

.tw .first\:pb-37:first-child{
  padding-bottom: 185px;
}

.tw .first\:pb-38:first-child{
  padding-bottom: 190px;
}

.tw .first\:pb-39:first-child{
  padding-bottom: 195px;
}

.tw .first\:pb-40:first-child{
  padding-bottom: 200px;
}

.tw .first\:pb-41:first-child{
  padding-bottom: 205px;
}

.tw .first\:pb-42:first-child{
  padding-bottom: 210px;
}

.tw .first\:pb-43:first-child{
  padding-bottom: 215px;
}

.tw .first\:pb-44:first-child{
  padding-bottom: 220px;
}

.tw .first\:pb-45:first-child{
  padding-bottom: 225px;
}

.tw .first\:pb-46:first-child{
  padding-bottom: 230px;
}

.tw .first\:pb-47:first-child{
  padding-bottom: 235px;
}

.tw .first\:pb-48:first-child{
  padding-bottom: 240px;
}

.tw .first\:pb-49:first-child{
  padding-bottom: 245px;
}

.tw .first\:pb-50:first-child{
  padding-bottom: 250px;
}

.tw .first\:pb-51:first-child{
  padding-bottom: 255px;
}

.tw .first\:pb-52:first-child{
  padding-bottom: 260px;
}

.tw .first\:pb-53:first-child{
  padding-bottom: 265px;
}

.tw .first\:pb-54:first-child{
  padding-bottom: 270px;
}

.tw .first\:pb-55:first-child{
  padding-bottom: 275px;
}

.tw .first\:pb-56:first-child{
  padding-bottom: 280px;
}

.tw .first\:pb-57:first-child{
  padding-bottom: 285px;
}

.tw .first\:pb-58:first-child{
  padding-bottom: 290px;
}

.tw .first\:pb-59:first-child{
  padding-bottom: 295px;
}

.tw .first\:pb-60:first-child{
  padding-bottom: 300px;
}

.tw .first\:pb-61:first-child{
  padding-bottom: 305px;
}

.tw .first\:pb-62:first-child{
  padding-bottom: 310px;
}

.tw .first\:pb-63:first-child{
  padding-bottom: 315px;
}

.tw .first\:pb-64:first-child{
  padding-bottom: 320px;
}

.tw .first\:pb-65:first-child{
  padding-bottom: 325px;
}

.tw .first\:pb-66:first-child{
  padding-bottom: 330px;
}

.tw .first\:pb-67:first-child{
  padding-bottom: 335px;
}

.tw .first\:pb-68:first-child{
  padding-bottom: 340px;
}

.tw .first\:pb-69:first-child{
  padding-bottom: 345px;
}

.tw .first\:pb-70:first-child{
  padding-bottom: 350px;
}

.tw .first\:pb-71:first-child{
  padding-bottom: 355px;
}

.tw .first\:pb-72:first-child{
  padding-bottom: 360px;
}

.tw .first\:pb-73:first-child{
  padding-bottom: 365px;
}

.tw .first\:pb-74:first-child{
  padding-bottom: 370px;
}

.tw .first\:pb-75:first-child{
  padding-bottom: 375px;
}

.tw .first\:pb-76:first-child{
  padding-bottom: 380px;
}

.tw .first\:pb-77:first-child{
  padding-bottom: 385px;
}

.tw .first\:pb-78:first-child{
  padding-bottom: 390px;
}

.tw .first\:pb-79:first-child{
  padding-bottom: 395px;
}

.tw .first\:pb-80:first-child{
  padding-bottom: 400px;
}

.tw .first\:pb-81:first-child{
  padding-bottom: 405px;
}

.tw .first\:pb-82:first-child{
  padding-bottom: 410px;
}

.tw .first\:pb-83:first-child{
  padding-bottom: 415px;
}

.tw .first\:pb-84:first-child{
  padding-bottom: 420px;
}

.tw .first\:pb-85:first-child{
  padding-bottom: 425px;
}

.tw .first\:pb-86:first-child{
  padding-bottom: 430px;
}

.tw .first\:pb-87:first-child{
  padding-bottom: 435px;
}

.tw .first\:pb-88:first-child{
  padding-bottom: 440px;
}

.tw .first\:pb-89:first-child{
  padding-bottom: 445px;
}

.tw .first\:pb-90:first-child{
  padding-bottom: 450px;
}

.tw .first\:pb-91:first-child{
  padding-bottom: 455px;
}

.tw .first\:pb-92:first-child{
  padding-bottom: 460px;
}

.tw .first\:pb-93:first-child{
  padding-bottom: 465px;
}

.tw .first\:pb-94:first-child{
  padding-bottom: 470px;
}

.tw .first\:pb-95:first-child{
  padding-bottom: 475px;
}

.tw .first\:pb-96:first-child{
  padding-bottom: 480px;
}

.tw .first\:pb-97:first-child{
  padding-bottom: 485px;
}

.tw .first\:pb-98:first-child{
  padding-bottom: 490px;
}

.tw .first\:pb-99:first-child{
  padding-bottom: 495px;
}

.tw .first\:pb-100:first-child{
  padding-bottom: 500px;
}

.tw .first\:pb-101:first-child{
  padding-bottom: 505px;
}

.tw .first\:pb-102:first-child{
  padding-bottom: 510px;
}

.tw .first\:pb-103:first-child{
  padding-bottom: 515px;
}

.tw .first\:pb-104:first-child{
  padding-bottom: 520px;
}

.tw .first\:pb-105:first-child{
  padding-bottom: 525px;
}

.tw .first\:pb-106:first-child{
  padding-bottom: 530px;
}

.tw .first\:pb-107:first-child{
  padding-bottom: 535px;
}

.tw .first\:pb-108:first-child{
  padding-bottom: 540px;
}

.tw .first\:pb-109:first-child{
  padding-bottom: 545px;
}

.tw .first\:pb-110:first-child{
  padding-bottom: 550px;
}

.tw .first\:pb-111:first-child{
  padding-bottom: 555px;
}

.tw .first\:pb-112:first-child{
  padding-bottom: 560px;
}

.tw .first\:pb-113:first-child{
  padding-bottom: 565px;
}

.tw .first\:pb-114:first-child{
  padding-bottom: 570px;
}

.tw .first\:pb-115:first-child{
  padding-bottom: 575px;
}

.tw .first\:pb-116:first-child{
  padding-bottom: 580px;
}

.tw .first\:pb-117:first-child{
  padding-bottom: 585px;
}

.tw .first\:pb-118:first-child{
  padding-bottom: 590px;
}

.tw .first\:pb-119:first-child{
  padding-bottom: 595px;
}

.tw .first\:pb-120:first-child{
  padding-bottom: 600px;
}

.tw .first\:pb-121:first-child{
  padding-bottom: 605px;
}

.tw .first\:pb-122:first-child{
  padding-bottom: 610px;
}

.tw .first\:pb-123:first-child{
  padding-bottom: 615px;
}

.tw .first\:pb-124:first-child{
  padding-bottom: 620px;
}

.tw .first\:pb-125:first-child{
  padding-bottom: 625px;
}

.tw .first\:pb-126:first-child{
  padding-bottom: 630px;
}

.tw .first\:pb-127:first-child{
  padding-bottom: 635px;
}

.tw .first\:pb-128:first-child{
  padding-bottom: 640px;
}

.tw .first\:pb-129:first-child{
  padding-bottom: 645px;
}

.tw .first\:pb-130:first-child{
  padding-bottom: 650px;
}

.tw .first\:pb-131:first-child{
  padding-bottom: 655px;
}

.tw .first\:pb-132:first-child{
  padding-bottom: 660px;
}

.tw .first\:pb-133:first-child{
  padding-bottom: 665px;
}

.tw .first\:pb-134:first-child{
  padding-bottom: 670px;
}

.tw .first\:pb-135:first-child{
  padding-bottom: 675px;
}

.tw .first\:pb-136:first-child{
  padding-bottom: 680px;
}

.tw .first\:pb-137:first-child{
  padding-bottom: 685px;
}

.tw .first\:pb-138:first-child{
  padding-bottom: 690px;
}

.tw .first\:pb-139:first-child{
  padding-bottom: 695px;
}

.tw .first\:pb-140:first-child{
  padding-bottom: 700px;
}

.tw .first\:pb-141:first-child{
  padding-bottom: 705px;
}

.tw .first\:pb-142:first-child{
  padding-bottom: 710px;
}

.tw .first\:pb-143:first-child{
  padding-bottom: 715px;
}

.tw .first\:pb-144:first-child{
  padding-bottom: 720px;
}

.tw .first\:pb-145:first-child{
  padding-bottom: 725px;
}

.tw .first\:pb-146:first-child{
  padding-bottom: 730px;
}

.tw .first\:pb-147:first-child{
  padding-bottom: 735px;
}

.tw .first\:pb-148:first-child{
  padding-bottom: 740px;
}

.tw .first\:pb-149:first-child{
  padding-bottom: 745px;
}

.tw .first\:pb-0\.5:first-child{
  padding-bottom: 3px;
}

.tw .first\:pb-1px:first-child{
  padding-bottom: 1px;
}

.tw .first\:pb-2px:first-child{
  padding-bottom: 2px;
}

.tw .first\:pb-3px:first-child{
  padding-bottom: 3px;
}

.tw .first\:pb-4px:first-child{
  padding-bottom: 4px;
}

.tw .first\:pb-5px:first-child{
  padding-bottom: 5px;
}

.tw .first\:pb-6px:first-child{
  padding-bottom: 6px;
}

.tw .first\:pb-7px:first-child{
  padding-bottom: 7px;
}

.tw .first\:pb-8px:first-child{
  padding-bottom: 8px;
}

.tw .first\:pb-9px:first-child{
  padding-bottom: 9px;
}

.tw .first\:pb-10px:first-child{
  padding-bottom: 10px;
}

.tw .first\:pb-11px:first-child{
  padding-bottom: 11px;
}

.tw .first\:pb-12px:first-child{
  padding-bottom: 12px;
}

.tw .first\:pb-13px:first-child{
  padding-bottom: 13px;
}

.tw .first\:pb-14px:first-child{
  padding-bottom: 14px;
}

.tw .first\:pb-15px:first-child{
  padding-bottom: 15px;
}

.tw .first\:pb-16px:first-child{
  padding-bottom: 16px;
}

.tw .first\:pb-17px:first-child{
  padding-bottom: 17px;
}

.tw .first\:pb-18px:first-child{
  padding-bottom: 18px;
}

.tw .first\:pb-19px:first-child{
  padding-bottom: 19px;
}

.tw .first\:pb-20px:first-child{
  padding-bottom: 20px;
}

.tw .first\:pb-21px:first-child{
  padding-bottom: 21px;
}

.tw .first\:pb-22px:first-child{
  padding-bottom: 22px;
}

.tw .first\:pb-23px:first-child{
  padding-bottom: 23px;
}

.tw .first\:pb-24px:first-child{
  padding-bottom: 24px;
}

.tw .first\:pb-25px:first-child{
  padding-bottom: 25px;
}

.tw .first\:pb-26px:first-child{
  padding-bottom: 26px;
}

.tw .first\:pb-27px:first-child{
  padding-bottom: 27px;
}

.tw .first\:pb-28px:first-child{
  padding-bottom: 28px;
}

.tw .first\:pb-29px:first-child{
  padding-bottom: 29px;
}

.tw .first\:pb-30px:first-child{
  padding-bottom: 30px;
}

.tw .first\:pb-31px:first-child{
  padding-bottom: 31px;
}

.tw .first\:pb-32px:first-child{
  padding-bottom: 32px;
}

.tw .first\:pb-33px:first-child{
  padding-bottom: 33px;
}

.tw .first\:pb-34px:first-child{
  padding-bottom: 34px;
}

.tw .first\:pb-35px:first-child{
  padding-bottom: 35px;
}

.tw .first\:pb-36px:first-child{
  padding-bottom: 36px;
}

.tw .first\:pb-37px:first-child{
  padding-bottom: 37px;
}

.tw .first\:pb-38px:first-child{
  padding-bottom: 38px;
}

.tw .first\:pb-39px:first-child{
  padding-bottom: 39px;
}

.tw .first\:pb-40px:first-child{
  padding-bottom: 40px;
}

.tw .first\:pl-0:first-child{
  padding-left: 0px;
}

.tw .first\:pl-1:first-child{
  padding-left: 5px;
}

.tw .first\:pl-2:first-child{
  padding-left: 10px;
}

.tw .first\:pl-3:first-child{
  padding-left: 15px;
}

.tw .first\:pl-4:first-child{
  padding-left: 20px;
}

.tw .first\:pl-5:first-child{
  padding-left: 25px;
}

.tw .first\:pl-6:first-child{
  padding-left: 30px;
}

.tw .first\:pl-7:first-child{
  padding-left: 35px;
}

.tw .first\:pl-8:first-child{
  padding-left: 40px;
}

.tw .first\:pl-9:first-child{
  padding-left: 45px;
}

.tw .first\:pl-10:first-child{
  padding-left: 50px;
}

.tw .first\:pl-11:first-child{
  padding-left: 55px;
}

.tw .first\:pl-12:first-child{
  padding-left: 60px;
}

.tw .first\:pl-13:first-child{
  padding-left: 65px;
}

.tw .first\:pl-14:first-child{
  padding-left: 70px;
}

.tw .first\:pl-15:first-child{
  padding-left: 75px;
}

.tw .first\:pl-16:first-child{
  padding-left: 80px;
}

.tw .first\:pl-17:first-child{
  padding-left: 85px;
}

.tw .first\:pl-18:first-child{
  padding-left: 90px;
}

.tw .first\:pl-19:first-child{
  padding-left: 95px;
}

.tw .first\:pl-20:first-child{
  padding-left: 100px;
}

.tw .first\:pl-21:first-child{
  padding-left: 105px;
}

.tw .first\:pl-22:first-child{
  padding-left: 110px;
}

.tw .first\:pl-23:first-child{
  padding-left: 115px;
}

.tw .first\:pl-24:first-child{
  padding-left: 120px;
}

.tw .first\:pl-25:first-child{
  padding-left: 125px;
}

.tw .first\:pl-26:first-child{
  padding-left: 130px;
}

.tw .first\:pl-27:first-child{
  padding-left: 135px;
}

.tw .first\:pl-28:first-child{
  padding-left: 140px;
}

.tw .first\:pl-29:first-child{
  padding-left: 145px;
}

.tw .first\:pl-30:first-child{
  padding-left: 150px;
}

.tw .first\:pl-31:first-child{
  padding-left: 155px;
}

.tw .first\:pl-32:first-child{
  padding-left: 160px;
}

.tw .first\:pl-33:first-child{
  padding-left: 165px;
}

.tw .first\:pl-34:first-child{
  padding-left: 170px;
}

.tw .first\:pl-35:first-child{
  padding-left: 175px;
}

.tw .first\:pl-36:first-child{
  padding-left: 180px;
}

.tw .first\:pl-37:first-child{
  padding-left: 185px;
}

.tw .first\:pl-38:first-child{
  padding-left: 190px;
}

.tw .first\:pl-39:first-child{
  padding-left: 195px;
}

.tw .first\:pl-40:first-child{
  padding-left: 200px;
}

.tw .first\:pl-41:first-child{
  padding-left: 205px;
}

.tw .first\:pl-42:first-child{
  padding-left: 210px;
}

.tw .first\:pl-43:first-child{
  padding-left: 215px;
}

.tw .first\:pl-44:first-child{
  padding-left: 220px;
}

.tw .first\:pl-45:first-child{
  padding-left: 225px;
}

.tw .first\:pl-46:first-child{
  padding-left: 230px;
}

.tw .first\:pl-47:first-child{
  padding-left: 235px;
}

.tw .first\:pl-48:first-child{
  padding-left: 240px;
}

.tw .first\:pl-49:first-child{
  padding-left: 245px;
}

.tw .first\:pl-50:first-child{
  padding-left: 250px;
}

.tw .first\:pl-51:first-child{
  padding-left: 255px;
}

.tw .first\:pl-52:first-child{
  padding-left: 260px;
}

.tw .first\:pl-53:first-child{
  padding-left: 265px;
}

.tw .first\:pl-54:first-child{
  padding-left: 270px;
}

.tw .first\:pl-55:first-child{
  padding-left: 275px;
}

.tw .first\:pl-56:first-child{
  padding-left: 280px;
}

.tw .first\:pl-57:first-child{
  padding-left: 285px;
}

.tw .first\:pl-58:first-child{
  padding-left: 290px;
}

.tw .first\:pl-59:first-child{
  padding-left: 295px;
}

.tw .first\:pl-60:first-child{
  padding-left: 300px;
}

.tw .first\:pl-61:first-child{
  padding-left: 305px;
}

.tw .first\:pl-62:first-child{
  padding-left: 310px;
}

.tw .first\:pl-63:first-child{
  padding-left: 315px;
}

.tw .first\:pl-64:first-child{
  padding-left: 320px;
}

.tw .first\:pl-65:first-child{
  padding-left: 325px;
}

.tw .first\:pl-66:first-child{
  padding-left: 330px;
}

.tw .first\:pl-67:first-child{
  padding-left: 335px;
}

.tw .first\:pl-68:first-child{
  padding-left: 340px;
}

.tw .first\:pl-69:first-child{
  padding-left: 345px;
}

.tw .first\:pl-70:first-child{
  padding-left: 350px;
}

.tw .first\:pl-71:first-child{
  padding-left: 355px;
}

.tw .first\:pl-72:first-child{
  padding-left: 360px;
}

.tw .first\:pl-73:first-child{
  padding-left: 365px;
}

.tw .first\:pl-74:first-child{
  padding-left: 370px;
}

.tw .first\:pl-75:first-child{
  padding-left: 375px;
}

.tw .first\:pl-76:first-child{
  padding-left: 380px;
}

.tw .first\:pl-77:first-child{
  padding-left: 385px;
}

.tw .first\:pl-78:first-child{
  padding-left: 390px;
}

.tw .first\:pl-79:first-child{
  padding-left: 395px;
}

.tw .first\:pl-80:first-child{
  padding-left: 400px;
}

.tw .first\:pl-81:first-child{
  padding-left: 405px;
}

.tw .first\:pl-82:first-child{
  padding-left: 410px;
}

.tw .first\:pl-83:first-child{
  padding-left: 415px;
}

.tw .first\:pl-84:first-child{
  padding-left: 420px;
}

.tw .first\:pl-85:first-child{
  padding-left: 425px;
}

.tw .first\:pl-86:first-child{
  padding-left: 430px;
}

.tw .first\:pl-87:first-child{
  padding-left: 435px;
}

.tw .first\:pl-88:first-child{
  padding-left: 440px;
}

.tw .first\:pl-89:first-child{
  padding-left: 445px;
}

.tw .first\:pl-90:first-child{
  padding-left: 450px;
}

.tw .first\:pl-91:first-child{
  padding-left: 455px;
}

.tw .first\:pl-92:first-child{
  padding-left: 460px;
}

.tw .first\:pl-93:first-child{
  padding-left: 465px;
}

.tw .first\:pl-94:first-child{
  padding-left: 470px;
}

.tw .first\:pl-95:first-child{
  padding-left: 475px;
}

.tw .first\:pl-96:first-child{
  padding-left: 480px;
}

.tw .first\:pl-97:first-child{
  padding-left: 485px;
}

.tw .first\:pl-98:first-child{
  padding-left: 490px;
}

.tw .first\:pl-99:first-child{
  padding-left: 495px;
}

.tw .first\:pl-100:first-child{
  padding-left: 500px;
}

.tw .first\:pl-101:first-child{
  padding-left: 505px;
}

.tw .first\:pl-102:first-child{
  padding-left: 510px;
}

.tw .first\:pl-103:first-child{
  padding-left: 515px;
}

.tw .first\:pl-104:first-child{
  padding-left: 520px;
}

.tw .first\:pl-105:first-child{
  padding-left: 525px;
}

.tw .first\:pl-106:first-child{
  padding-left: 530px;
}

.tw .first\:pl-107:first-child{
  padding-left: 535px;
}

.tw .first\:pl-108:first-child{
  padding-left: 540px;
}

.tw .first\:pl-109:first-child{
  padding-left: 545px;
}

.tw .first\:pl-110:first-child{
  padding-left: 550px;
}

.tw .first\:pl-111:first-child{
  padding-left: 555px;
}

.tw .first\:pl-112:first-child{
  padding-left: 560px;
}

.tw .first\:pl-113:first-child{
  padding-left: 565px;
}

.tw .first\:pl-114:first-child{
  padding-left: 570px;
}

.tw .first\:pl-115:first-child{
  padding-left: 575px;
}

.tw .first\:pl-116:first-child{
  padding-left: 580px;
}

.tw .first\:pl-117:first-child{
  padding-left: 585px;
}

.tw .first\:pl-118:first-child{
  padding-left: 590px;
}

.tw .first\:pl-119:first-child{
  padding-left: 595px;
}

.tw .first\:pl-120:first-child{
  padding-left: 600px;
}

.tw .first\:pl-121:first-child{
  padding-left: 605px;
}

.tw .first\:pl-122:first-child{
  padding-left: 610px;
}

.tw .first\:pl-123:first-child{
  padding-left: 615px;
}

.tw .first\:pl-124:first-child{
  padding-left: 620px;
}

.tw .first\:pl-125:first-child{
  padding-left: 625px;
}

.tw .first\:pl-126:first-child{
  padding-left: 630px;
}

.tw .first\:pl-127:first-child{
  padding-left: 635px;
}

.tw .first\:pl-128:first-child{
  padding-left: 640px;
}

.tw .first\:pl-129:first-child{
  padding-left: 645px;
}

.tw .first\:pl-130:first-child{
  padding-left: 650px;
}

.tw .first\:pl-131:first-child{
  padding-left: 655px;
}

.tw .first\:pl-132:first-child{
  padding-left: 660px;
}

.tw .first\:pl-133:first-child{
  padding-left: 665px;
}

.tw .first\:pl-134:first-child{
  padding-left: 670px;
}

.tw .first\:pl-135:first-child{
  padding-left: 675px;
}

.tw .first\:pl-136:first-child{
  padding-left: 680px;
}

.tw .first\:pl-137:first-child{
  padding-left: 685px;
}

.tw .first\:pl-138:first-child{
  padding-left: 690px;
}

.tw .first\:pl-139:first-child{
  padding-left: 695px;
}

.tw .first\:pl-140:first-child{
  padding-left: 700px;
}

.tw .first\:pl-141:first-child{
  padding-left: 705px;
}

.tw .first\:pl-142:first-child{
  padding-left: 710px;
}

.tw .first\:pl-143:first-child{
  padding-left: 715px;
}

.tw .first\:pl-144:first-child{
  padding-left: 720px;
}

.tw .first\:pl-145:first-child{
  padding-left: 725px;
}

.tw .first\:pl-146:first-child{
  padding-left: 730px;
}

.tw .first\:pl-147:first-child{
  padding-left: 735px;
}

.tw .first\:pl-148:first-child{
  padding-left: 740px;
}

.tw .first\:pl-149:first-child{
  padding-left: 745px;
}

.tw .first\:pl-0\.5:first-child{
  padding-left: 3px;
}

.tw .first\:pl-1px:first-child{
  padding-left: 1px;
}

.tw .first\:pl-2px:first-child{
  padding-left: 2px;
}

.tw .first\:pl-3px:first-child{
  padding-left: 3px;
}

.tw .first\:pl-4px:first-child{
  padding-left: 4px;
}

.tw .first\:pl-5px:first-child{
  padding-left: 5px;
}

.tw .first\:pl-6px:first-child{
  padding-left: 6px;
}

.tw .first\:pl-7px:first-child{
  padding-left: 7px;
}

.tw .first\:pl-8px:first-child{
  padding-left: 8px;
}

.tw .first\:pl-9px:first-child{
  padding-left: 9px;
}

.tw .first\:pl-10px:first-child{
  padding-left: 10px;
}

.tw .first\:pl-11px:first-child{
  padding-left: 11px;
}

.tw .first\:pl-12px:first-child{
  padding-left: 12px;
}

.tw .first\:pl-13px:first-child{
  padding-left: 13px;
}

.tw .first\:pl-14px:first-child{
  padding-left: 14px;
}

.tw .first\:pl-15px:first-child{
  padding-left: 15px;
}

.tw .first\:pl-16px:first-child{
  padding-left: 16px;
}

.tw .first\:pl-17px:first-child{
  padding-left: 17px;
}

.tw .first\:pl-18px:first-child{
  padding-left: 18px;
}

.tw .first\:pl-19px:first-child{
  padding-left: 19px;
}

.tw .first\:pl-20px:first-child{
  padding-left: 20px;
}

.tw .first\:pl-21px:first-child{
  padding-left: 21px;
}

.tw .first\:pl-22px:first-child{
  padding-left: 22px;
}

.tw .first\:pl-23px:first-child{
  padding-left: 23px;
}

.tw .first\:pl-24px:first-child{
  padding-left: 24px;
}

.tw .first\:pl-25px:first-child{
  padding-left: 25px;
}

.tw .first\:pl-26px:first-child{
  padding-left: 26px;
}

.tw .first\:pl-27px:first-child{
  padding-left: 27px;
}

.tw .first\:pl-28px:first-child{
  padding-left: 28px;
}

.tw .first\:pl-29px:first-child{
  padding-left: 29px;
}

.tw .first\:pl-30px:first-child{
  padding-left: 30px;
}

.tw .first\:pl-31px:first-child{
  padding-left: 31px;
}

.tw .first\:pl-32px:first-child{
  padding-left: 32px;
}

.tw .first\:pl-33px:first-child{
  padding-left: 33px;
}

.tw .first\:pl-34px:first-child{
  padding-left: 34px;
}

.tw .first\:pl-35px:first-child{
  padding-left: 35px;
}

.tw .first\:pl-36px:first-child{
  padding-left: 36px;
}

.tw .first\:pl-37px:first-child{
  padding-left: 37px;
}

.tw .first\:pl-38px:first-child{
  padding-left: 38px;
}

.tw .first\:pl-39px:first-child{
  padding-left: 39px;
}

.tw .first\:pl-40px:first-child{
  padding-left: 40px;
}

.tw .last\:pt-0:last-child{
  padding-top: 0px;
}

.tw .last\:pt-1:last-child{
  padding-top: 5px;
}

.tw .last\:pt-2:last-child{
  padding-top: 10px;
}

.tw .last\:pt-3:last-child{
  padding-top: 15px;
}

.tw .last\:pt-4:last-child{
  padding-top: 20px;
}

.tw .last\:pt-5:last-child{
  padding-top: 25px;
}

.tw .last\:pt-6:last-child{
  padding-top: 30px;
}

.tw .last\:pt-7:last-child{
  padding-top: 35px;
}

.tw .last\:pt-8:last-child{
  padding-top: 40px;
}

.tw .last\:pt-9:last-child{
  padding-top: 45px;
}

.tw .last\:pt-10:last-child{
  padding-top: 50px;
}

.tw .last\:pt-11:last-child{
  padding-top: 55px;
}

.tw .last\:pt-12:last-child{
  padding-top: 60px;
}

.tw .last\:pt-13:last-child{
  padding-top: 65px;
}

.tw .last\:pt-14:last-child{
  padding-top: 70px;
}

.tw .last\:pt-15:last-child{
  padding-top: 75px;
}

.tw .last\:pt-16:last-child{
  padding-top: 80px;
}

.tw .last\:pt-17:last-child{
  padding-top: 85px;
}

.tw .last\:pt-18:last-child{
  padding-top: 90px;
}

.tw .last\:pt-19:last-child{
  padding-top: 95px;
}

.tw .last\:pt-20:last-child{
  padding-top: 100px;
}

.tw .last\:pt-21:last-child{
  padding-top: 105px;
}

.tw .last\:pt-22:last-child{
  padding-top: 110px;
}

.tw .last\:pt-23:last-child{
  padding-top: 115px;
}

.tw .last\:pt-24:last-child{
  padding-top: 120px;
}

.tw .last\:pt-25:last-child{
  padding-top: 125px;
}

.tw .last\:pt-26:last-child{
  padding-top: 130px;
}

.tw .last\:pt-27:last-child{
  padding-top: 135px;
}

.tw .last\:pt-28:last-child{
  padding-top: 140px;
}

.tw .last\:pt-29:last-child{
  padding-top: 145px;
}

.tw .last\:pt-30:last-child{
  padding-top: 150px;
}

.tw .last\:pt-31:last-child{
  padding-top: 155px;
}

.tw .last\:pt-32:last-child{
  padding-top: 160px;
}

.tw .last\:pt-33:last-child{
  padding-top: 165px;
}

.tw .last\:pt-34:last-child{
  padding-top: 170px;
}

.tw .last\:pt-35:last-child{
  padding-top: 175px;
}

.tw .last\:pt-36:last-child{
  padding-top: 180px;
}

.tw .last\:pt-37:last-child{
  padding-top: 185px;
}

.tw .last\:pt-38:last-child{
  padding-top: 190px;
}

.tw .last\:pt-39:last-child{
  padding-top: 195px;
}

.tw .last\:pt-40:last-child{
  padding-top: 200px;
}

.tw .last\:pt-41:last-child{
  padding-top: 205px;
}

.tw .last\:pt-42:last-child{
  padding-top: 210px;
}

.tw .last\:pt-43:last-child{
  padding-top: 215px;
}

.tw .last\:pt-44:last-child{
  padding-top: 220px;
}

.tw .last\:pt-45:last-child{
  padding-top: 225px;
}

.tw .last\:pt-46:last-child{
  padding-top: 230px;
}

.tw .last\:pt-47:last-child{
  padding-top: 235px;
}

.tw .last\:pt-48:last-child{
  padding-top: 240px;
}

.tw .last\:pt-49:last-child{
  padding-top: 245px;
}

.tw .last\:pt-50:last-child{
  padding-top: 250px;
}

.tw .last\:pt-51:last-child{
  padding-top: 255px;
}

.tw .last\:pt-52:last-child{
  padding-top: 260px;
}

.tw .last\:pt-53:last-child{
  padding-top: 265px;
}

.tw .last\:pt-54:last-child{
  padding-top: 270px;
}

.tw .last\:pt-55:last-child{
  padding-top: 275px;
}

.tw .last\:pt-56:last-child{
  padding-top: 280px;
}

.tw .last\:pt-57:last-child{
  padding-top: 285px;
}

.tw .last\:pt-58:last-child{
  padding-top: 290px;
}

.tw .last\:pt-59:last-child{
  padding-top: 295px;
}

.tw .last\:pt-60:last-child{
  padding-top: 300px;
}

.tw .last\:pt-61:last-child{
  padding-top: 305px;
}

.tw .last\:pt-62:last-child{
  padding-top: 310px;
}

.tw .last\:pt-63:last-child{
  padding-top: 315px;
}

.tw .last\:pt-64:last-child{
  padding-top: 320px;
}

.tw .last\:pt-65:last-child{
  padding-top: 325px;
}

.tw .last\:pt-66:last-child{
  padding-top: 330px;
}

.tw .last\:pt-67:last-child{
  padding-top: 335px;
}

.tw .last\:pt-68:last-child{
  padding-top: 340px;
}

.tw .last\:pt-69:last-child{
  padding-top: 345px;
}

.tw .last\:pt-70:last-child{
  padding-top: 350px;
}

.tw .last\:pt-71:last-child{
  padding-top: 355px;
}

.tw .last\:pt-72:last-child{
  padding-top: 360px;
}

.tw .last\:pt-73:last-child{
  padding-top: 365px;
}

.tw .last\:pt-74:last-child{
  padding-top: 370px;
}

.tw .last\:pt-75:last-child{
  padding-top: 375px;
}

.tw .last\:pt-76:last-child{
  padding-top: 380px;
}

.tw .last\:pt-77:last-child{
  padding-top: 385px;
}

.tw .last\:pt-78:last-child{
  padding-top: 390px;
}

.tw .last\:pt-79:last-child{
  padding-top: 395px;
}

.tw .last\:pt-80:last-child{
  padding-top: 400px;
}

.tw .last\:pt-81:last-child{
  padding-top: 405px;
}

.tw .last\:pt-82:last-child{
  padding-top: 410px;
}

.tw .last\:pt-83:last-child{
  padding-top: 415px;
}

.tw .last\:pt-84:last-child{
  padding-top: 420px;
}

.tw .last\:pt-85:last-child{
  padding-top: 425px;
}

.tw .last\:pt-86:last-child{
  padding-top: 430px;
}

.tw .last\:pt-87:last-child{
  padding-top: 435px;
}

.tw .last\:pt-88:last-child{
  padding-top: 440px;
}

.tw .last\:pt-89:last-child{
  padding-top: 445px;
}

.tw .last\:pt-90:last-child{
  padding-top: 450px;
}

.tw .last\:pt-91:last-child{
  padding-top: 455px;
}

.tw .last\:pt-92:last-child{
  padding-top: 460px;
}

.tw .last\:pt-93:last-child{
  padding-top: 465px;
}

.tw .last\:pt-94:last-child{
  padding-top: 470px;
}

.tw .last\:pt-95:last-child{
  padding-top: 475px;
}

.tw .last\:pt-96:last-child{
  padding-top: 480px;
}

.tw .last\:pt-97:last-child{
  padding-top: 485px;
}

.tw .last\:pt-98:last-child{
  padding-top: 490px;
}

.tw .last\:pt-99:last-child{
  padding-top: 495px;
}

.tw .last\:pt-100:last-child{
  padding-top: 500px;
}

.tw .last\:pt-101:last-child{
  padding-top: 505px;
}

.tw .last\:pt-102:last-child{
  padding-top: 510px;
}

.tw .last\:pt-103:last-child{
  padding-top: 515px;
}

.tw .last\:pt-104:last-child{
  padding-top: 520px;
}

.tw .last\:pt-105:last-child{
  padding-top: 525px;
}

.tw .last\:pt-106:last-child{
  padding-top: 530px;
}

.tw .last\:pt-107:last-child{
  padding-top: 535px;
}

.tw .last\:pt-108:last-child{
  padding-top: 540px;
}

.tw .last\:pt-109:last-child{
  padding-top: 545px;
}

.tw .last\:pt-110:last-child{
  padding-top: 550px;
}

.tw .last\:pt-111:last-child{
  padding-top: 555px;
}

.tw .last\:pt-112:last-child{
  padding-top: 560px;
}

.tw .last\:pt-113:last-child{
  padding-top: 565px;
}

.tw .last\:pt-114:last-child{
  padding-top: 570px;
}

.tw .last\:pt-115:last-child{
  padding-top: 575px;
}

.tw .last\:pt-116:last-child{
  padding-top: 580px;
}

.tw .last\:pt-117:last-child{
  padding-top: 585px;
}

.tw .last\:pt-118:last-child{
  padding-top: 590px;
}

.tw .last\:pt-119:last-child{
  padding-top: 595px;
}

.tw .last\:pt-120:last-child{
  padding-top: 600px;
}

.tw .last\:pt-121:last-child{
  padding-top: 605px;
}

.tw .last\:pt-122:last-child{
  padding-top: 610px;
}

.tw .last\:pt-123:last-child{
  padding-top: 615px;
}

.tw .last\:pt-124:last-child{
  padding-top: 620px;
}

.tw .last\:pt-125:last-child{
  padding-top: 625px;
}

.tw .last\:pt-126:last-child{
  padding-top: 630px;
}

.tw .last\:pt-127:last-child{
  padding-top: 635px;
}

.tw .last\:pt-128:last-child{
  padding-top: 640px;
}

.tw .last\:pt-129:last-child{
  padding-top: 645px;
}

.tw .last\:pt-130:last-child{
  padding-top: 650px;
}

.tw .last\:pt-131:last-child{
  padding-top: 655px;
}

.tw .last\:pt-132:last-child{
  padding-top: 660px;
}

.tw .last\:pt-133:last-child{
  padding-top: 665px;
}

.tw .last\:pt-134:last-child{
  padding-top: 670px;
}

.tw .last\:pt-135:last-child{
  padding-top: 675px;
}

.tw .last\:pt-136:last-child{
  padding-top: 680px;
}

.tw .last\:pt-137:last-child{
  padding-top: 685px;
}

.tw .last\:pt-138:last-child{
  padding-top: 690px;
}

.tw .last\:pt-139:last-child{
  padding-top: 695px;
}

.tw .last\:pt-140:last-child{
  padding-top: 700px;
}

.tw .last\:pt-141:last-child{
  padding-top: 705px;
}

.tw .last\:pt-142:last-child{
  padding-top: 710px;
}

.tw .last\:pt-143:last-child{
  padding-top: 715px;
}

.tw .last\:pt-144:last-child{
  padding-top: 720px;
}

.tw .last\:pt-145:last-child{
  padding-top: 725px;
}

.tw .last\:pt-146:last-child{
  padding-top: 730px;
}

.tw .last\:pt-147:last-child{
  padding-top: 735px;
}

.tw .last\:pt-148:last-child{
  padding-top: 740px;
}

.tw .last\:pt-149:last-child{
  padding-top: 745px;
}

.tw .last\:pt-0\.5:last-child{
  padding-top: 3px;
}

.tw .last\:pt-1px:last-child{
  padding-top: 1px;
}

.tw .last\:pt-2px:last-child{
  padding-top: 2px;
}

.tw .last\:pt-3px:last-child{
  padding-top: 3px;
}

.tw .last\:pt-4px:last-child{
  padding-top: 4px;
}

.tw .last\:pt-5px:last-child{
  padding-top: 5px;
}

.tw .last\:pt-6px:last-child{
  padding-top: 6px;
}

.tw .last\:pt-7px:last-child{
  padding-top: 7px;
}

.tw .last\:pt-8px:last-child{
  padding-top: 8px;
}

.tw .last\:pt-9px:last-child{
  padding-top: 9px;
}

.tw .last\:pt-10px:last-child{
  padding-top: 10px;
}

.tw .last\:pt-11px:last-child{
  padding-top: 11px;
}

.tw .last\:pt-12px:last-child{
  padding-top: 12px;
}

.tw .last\:pt-13px:last-child{
  padding-top: 13px;
}

.tw .last\:pt-14px:last-child{
  padding-top: 14px;
}

.tw .last\:pt-15px:last-child{
  padding-top: 15px;
}

.tw .last\:pt-16px:last-child{
  padding-top: 16px;
}

.tw .last\:pt-17px:last-child{
  padding-top: 17px;
}

.tw .last\:pt-18px:last-child{
  padding-top: 18px;
}

.tw .last\:pt-19px:last-child{
  padding-top: 19px;
}

.tw .last\:pt-20px:last-child{
  padding-top: 20px;
}

.tw .last\:pt-21px:last-child{
  padding-top: 21px;
}

.tw .last\:pt-22px:last-child{
  padding-top: 22px;
}

.tw .last\:pt-23px:last-child{
  padding-top: 23px;
}

.tw .last\:pt-24px:last-child{
  padding-top: 24px;
}

.tw .last\:pt-25px:last-child{
  padding-top: 25px;
}

.tw .last\:pt-26px:last-child{
  padding-top: 26px;
}

.tw .last\:pt-27px:last-child{
  padding-top: 27px;
}

.tw .last\:pt-28px:last-child{
  padding-top: 28px;
}

.tw .last\:pt-29px:last-child{
  padding-top: 29px;
}

.tw .last\:pt-30px:last-child{
  padding-top: 30px;
}

.tw .last\:pt-31px:last-child{
  padding-top: 31px;
}

.tw .last\:pt-32px:last-child{
  padding-top: 32px;
}

.tw .last\:pt-33px:last-child{
  padding-top: 33px;
}

.tw .last\:pt-34px:last-child{
  padding-top: 34px;
}

.tw .last\:pt-35px:last-child{
  padding-top: 35px;
}

.tw .last\:pt-36px:last-child{
  padding-top: 36px;
}

.tw .last\:pt-37px:last-child{
  padding-top: 37px;
}

.tw .last\:pt-38px:last-child{
  padding-top: 38px;
}

.tw .last\:pt-39px:last-child{
  padding-top: 39px;
}

.tw .last\:pt-40px:last-child{
  padding-top: 40px;
}

.tw .last\:pr-0:last-child{
  padding-right: 0px;
}

.tw .last\:pr-1:last-child{
  padding-right: 5px;
}

.tw .last\:pr-2:last-child{
  padding-right: 10px;
}

.tw .last\:pr-3:last-child{
  padding-right: 15px;
}

.tw .last\:pr-4:last-child{
  padding-right: 20px;
}

.tw .last\:pr-5:last-child{
  padding-right: 25px;
}

.tw .last\:pr-6:last-child{
  padding-right: 30px;
}

.tw .last\:pr-7:last-child{
  padding-right: 35px;
}

.tw .last\:pr-8:last-child{
  padding-right: 40px;
}

.tw .last\:pr-9:last-child{
  padding-right: 45px;
}

.tw .last\:pr-10:last-child{
  padding-right: 50px;
}

.tw .last\:pr-11:last-child{
  padding-right: 55px;
}

.tw .last\:pr-12:last-child{
  padding-right: 60px;
}

.tw .last\:pr-13:last-child{
  padding-right: 65px;
}

.tw .last\:pr-14:last-child{
  padding-right: 70px;
}

.tw .last\:pr-15:last-child{
  padding-right: 75px;
}

.tw .last\:pr-16:last-child{
  padding-right: 80px;
}

.tw .last\:pr-17:last-child{
  padding-right: 85px;
}

.tw .last\:pr-18:last-child{
  padding-right: 90px;
}

.tw .last\:pr-19:last-child{
  padding-right: 95px;
}

.tw .last\:pr-20:last-child{
  padding-right: 100px;
}

.tw .last\:pr-21:last-child{
  padding-right: 105px;
}

.tw .last\:pr-22:last-child{
  padding-right: 110px;
}

.tw .last\:pr-23:last-child{
  padding-right: 115px;
}

.tw .last\:pr-24:last-child{
  padding-right: 120px;
}

.tw .last\:pr-25:last-child{
  padding-right: 125px;
}

.tw .last\:pr-26:last-child{
  padding-right: 130px;
}

.tw .last\:pr-27:last-child{
  padding-right: 135px;
}

.tw .last\:pr-28:last-child{
  padding-right: 140px;
}

.tw .last\:pr-29:last-child{
  padding-right: 145px;
}

.tw .last\:pr-30:last-child{
  padding-right: 150px;
}

.tw .last\:pr-31:last-child{
  padding-right: 155px;
}

.tw .last\:pr-32:last-child{
  padding-right: 160px;
}

.tw .last\:pr-33:last-child{
  padding-right: 165px;
}

.tw .last\:pr-34:last-child{
  padding-right: 170px;
}

.tw .last\:pr-35:last-child{
  padding-right: 175px;
}

.tw .last\:pr-36:last-child{
  padding-right: 180px;
}

.tw .last\:pr-37:last-child{
  padding-right: 185px;
}

.tw .last\:pr-38:last-child{
  padding-right: 190px;
}

.tw .last\:pr-39:last-child{
  padding-right: 195px;
}

.tw .last\:pr-40:last-child{
  padding-right: 200px;
}

.tw .last\:pr-41:last-child{
  padding-right: 205px;
}

.tw .last\:pr-42:last-child{
  padding-right: 210px;
}

.tw .last\:pr-43:last-child{
  padding-right: 215px;
}

.tw .last\:pr-44:last-child{
  padding-right: 220px;
}

.tw .last\:pr-45:last-child{
  padding-right: 225px;
}

.tw .last\:pr-46:last-child{
  padding-right: 230px;
}

.tw .last\:pr-47:last-child{
  padding-right: 235px;
}

.tw .last\:pr-48:last-child{
  padding-right: 240px;
}

.tw .last\:pr-49:last-child{
  padding-right: 245px;
}

.tw .last\:pr-50:last-child{
  padding-right: 250px;
}

.tw .last\:pr-51:last-child{
  padding-right: 255px;
}

.tw .last\:pr-52:last-child{
  padding-right: 260px;
}

.tw .last\:pr-53:last-child{
  padding-right: 265px;
}

.tw .last\:pr-54:last-child{
  padding-right: 270px;
}

.tw .last\:pr-55:last-child{
  padding-right: 275px;
}

.tw .last\:pr-56:last-child{
  padding-right: 280px;
}

.tw .last\:pr-57:last-child{
  padding-right: 285px;
}

.tw .last\:pr-58:last-child{
  padding-right: 290px;
}

.tw .last\:pr-59:last-child{
  padding-right: 295px;
}

.tw .last\:pr-60:last-child{
  padding-right: 300px;
}

.tw .last\:pr-61:last-child{
  padding-right: 305px;
}

.tw .last\:pr-62:last-child{
  padding-right: 310px;
}

.tw .last\:pr-63:last-child{
  padding-right: 315px;
}

.tw .last\:pr-64:last-child{
  padding-right: 320px;
}

.tw .last\:pr-65:last-child{
  padding-right: 325px;
}

.tw .last\:pr-66:last-child{
  padding-right: 330px;
}

.tw .last\:pr-67:last-child{
  padding-right: 335px;
}

.tw .last\:pr-68:last-child{
  padding-right: 340px;
}

.tw .last\:pr-69:last-child{
  padding-right: 345px;
}

.tw .last\:pr-70:last-child{
  padding-right: 350px;
}

.tw .last\:pr-71:last-child{
  padding-right: 355px;
}

.tw .last\:pr-72:last-child{
  padding-right: 360px;
}

.tw .last\:pr-73:last-child{
  padding-right: 365px;
}

.tw .last\:pr-74:last-child{
  padding-right: 370px;
}

.tw .last\:pr-75:last-child{
  padding-right: 375px;
}

.tw .last\:pr-76:last-child{
  padding-right: 380px;
}

.tw .last\:pr-77:last-child{
  padding-right: 385px;
}

.tw .last\:pr-78:last-child{
  padding-right: 390px;
}

.tw .last\:pr-79:last-child{
  padding-right: 395px;
}

.tw .last\:pr-80:last-child{
  padding-right: 400px;
}

.tw .last\:pr-81:last-child{
  padding-right: 405px;
}

.tw .last\:pr-82:last-child{
  padding-right: 410px;
}

.tw .last\:pr-83:last-child{
  padding-right: 415px;
}

.tw .last\:pr-84:last-child{
  padding-right: 420px;
}

.tw .last\:pr-85:last-child{
  padding-right: 425px;
}

.tw .last\:pr-86:last-child{
  padding-right: 430px;
}

.tw .last\:pr-87:last-child{
  padding-right: 435px;
}

.tw .last\:pr-88:last-child{
  padding-right: 440px;
}

.tw .last\:pr-89:last-child{
  padding-right: 445px;
}

.tw .last\:pr-90:last-child{
  padding-right: 450px;
}

.tw .last\:pr-91:last-child{
  padding-right: 455px;
}

.tw .last\:pr-92:last-child{
  padding-right: 460px;
}

.tw .last\:pr-93:last-child{
  padding-right: 465px;
}

.tw .last\:pr-94:last-child{
  padding-right: 470px;
}

.tw .last\:pr-95:last-child{
  padding-right: 475px;
}

.tw .last\:pr-96:last-child{
  padding-right: 480px;
}

.tw .last\:pr-97:last-child{
  padding-right: 485px;
}

.tw .last\:pr-98:last-child{
  padding-right: 490px;
}

.tw .last\:pr-99:last-child{
  padding-right: 495px;
}

.tw .last\:pr-100:last-child{
  padding-right: 500px;
}

.tw .last\:pr-101:last-child{
  padding-right: 505px;
}

.tw .last\:pr-102:last-child{
  padding-right: 510px;
}

.tw .last\:pr-103:last-child{
  padding-right: 515px;
}

.tw .last\:pr-104:last-child{
  padding-right: 520px;
}

.tw .last\:pr-105:last-child{
  padding-right: 525px;
}

.tw .last\:pr-106:last-child{
  padding-right: 530px;
}

.tw .last\:pr-107:last-child{
  padding-right: 535px;
}

.tw .last\:pr-108:last-child{
  padding-right: 540px;
}

.tw .last\:pr-109:last-child{
  padding-right: 545px;
}

.tw .last\:pr-110:last-child{
  padding-right: 550px;
}

.tw .last\:pr-111:last-child{
  padding-right: 555px;
}

.tw .last\:pr-112:last-child{
  padding-right: 560px;
}

.tw .last\:pr-113:last-child{
  padding-right: 565px;
}

.tw .last\:pr-114:last-child{
  padding-right: 570px;
}

.tw .last\:pr-115:last-child{
  padding-right: 575px;
}

.tw .last\:pr-116:last-child{
  padding-right: 580px;
}

.tw .last\:pr-117:last-child{
  padding-right: 585px;
}

.tw .last\:pr-118:last-child{
  padding-right: 590px;
}

.tw .last\:pr-119:last-child{
  padding-right: 595px;
}

.tw .last\:pr-120:last-child{
  padding-right: 600px;
}

.tw .last\:pr-121:last-child{
  padding-right: 605px;
}

.tw .last\:pr-122:last-child{
  padding-right: 610px;
}

.tw .last\:pr-123:last-child{
  padding-right: 615px;
}

.tw .last\:pr-124:last-child{
  padding-right: 620px;
}

.tw .last\:pr-125:last-child{
  padding-right: 625px;
}

.tw .last\:pr-126:last-child{
  padding-right: 630px;
}

.tw .last\:pr-127:last-child{
  padding-right: 635px;
}

.tw .last\:pr-128:last-child{
  padding-right: 640px;
}

.tw .last\:pr-129:last-child{
  padding-right: 645px;
}

.tw .last\:pr-130:last-child{
  padding-right: 650px;
}

.tw .last\:pr-131:last-child{
  padding-right: 655px;
}

.tw .last\:pr-132:last-child{
  padding-right: 660px;
}

.tw .last\:pr-133:last-child{
  padding-right: 665px;
}

.tw .last\:pr-134:last-child{
  padding-right: 670px;
}

.tw .last\:pr-135:last-child{
  padding-right: 675px;
}

.tw .last\:pr-136:last-child{
  padding-right: 680px;
}

.tw .last\:pr-137:last-child{
  padding-right: 685px;
}

.tw .last\:pr-138:last-child{
  padding-right: 690px;
}

.tw .last\:pr-139:last-child{
  padding-right: 695px;
}

.tw .last\:pr-140:last-child{
  padding-right: 700px;
}

.tw .last\:pr-141:last-child{
  padding-right: 705px;
}

.tw .last\:pr-142:last-child{
  padding-right: 710px;
}

.tw .last\:pr-143:last-child{
  padding-right: 715px;
}

.tw .last\:pr-144:last-child{
  padding-right: 720px;
}

.tw .last\:pr-145:last-child{
  padding-right: 725px;
}

.tw .last\:pr-146:last-child{
  padding-right: 730px;
}

.tw .last\:pr-147:last-child{
  padding-right: 735px;
}

.tw .last\:pr-148:last-child{
  padding-right: 740px;
}

.tw .last\:pr-149:last-child{
  padding-right: 745px;
}

.tw .last\:pr-0\.5:last-child{
  padding-right: 3px;
}

.tw .last\:pr-1px:last-child{
  padding-right: 1px;
}

.tw .last\:pr-2px:last-child{
  padding-right: 2px;
}

.tw .last\:pr-3px:last-child{
  padding-right: 3px;
}

.tw .last\:pr-4px:last-child{
  padding-right: 4px;
}

.tw .last\:pr-5px:last-child{
  padding-right: 5px;
}

.tw .last\:pr-6px:last-child{
  padding-right: 6px;
}

.tw .last\:pr-7px:last-child{
  padding-right: 7px;
}

.tw .last\:pr-8px:last-child{
  padding-right: 8px;
}

.tw .last\:pr-9px:last-child{
  padding-right: 9px;
}

.tw .last\:pr-10px:last-child{
  padding-right: 10px;
}

.tw .last\:pr-11px:last-child{
  padding-right: 11px;
}

.tw .last\:pr-12px:last-child{
  padding-right: 12px;
}

.tw .last\:pr-13px:last-child{
  padding-right: 13px;
}

.tw .last\:pr-14px:last-child{
  padding-right: 14px;
}

.tw .last\:pr-15px:last-child{
  padding-right: 15px;
}

.tw .last\:pr-16px:last-child{
  padding-right: 16px;
}

.tw .last\:pr-17px:last-child{
  padding-right: 17px;
}

.tw .last\:pr-18px:last-child{
  padding-right: 18px;
}

.tw .last\:pr-19px:last-child{
  padding-right: 19px;
}

.tw .last\:pr-20px:last-child{
  padding-right: 20px;
}

.tw .last\:pr-21px:last-child{
  padding-right: 21px;
}

.tw .last\:pr-22px:last-child{
  padding-right: 22px;
}

.tw .last\:pr-23px:last-child{
  padding-right: 23px;
}

.tw .last\:pr-24px:last-child{
  padding-right: 24px;
}

.tw .last\:pr-25px:last-child{
  padding-right: 25px;
}

.tw .last\:pr-26px:last-child{
  padding-right: 26px;
}

.tw .last\:pr-27px:last-child{
  padding-right: 27px;
}

.tw .last\:pr-28px:last-child{
  padding-right: 28px;
}

.tw .last\:pr-29px:last-child{
  padding-right: 29px;
}

.tw .last\:pr-30px:last-child{
  padding-right: 30px;
}

.tw .last\:pr-31px:last-child{
  padding-right: 31px;
}

.tw .last\:pr-32px:last-child{
  padding-right: 32px;
}

.tw .last\:pr-33px:last-child{
  padding-right: 33px;
}

.tw .last\:pr-34px:last-child{
  padding-right: 34px;
}

.tw .last\:pr-35px:last-child{
  padding-right: 35px;
}

.tw .last\:pr-36px:last-child{
  padding-right: 36px;
}

.tw .last\:pr-37px:last-child{
  padding-right: 37px;
}

.tw .last\:pr-38px:last-child{
  padding-right: 38px;
}

.tw .last\:pr-39px:last-child{
  padding-right: 39px;
}

.tw .last\:pr-40px:last-child{
  padding-right: 40px;
}

.tw .last\:pb-0:last-child{
  padding-bottom: 0px;
}

.tw .last\:pb-1:last-child{
  padding-bottom: 5px;
}

.tw .last\:pb-2:last-child{
  padding-bottom: 10px;
}

.tw .last\:pb-3:last-child{
  padding-bottom: 15px;
}

.tw .last\:pb-4:last-child{
  padding-bottom: 20px;
}

.tw .last\:pb-5:last-child{
  padding-bottom: 25px;
}

.tw .last\:pb-6:last-child{
  padding-bottom: 30px;
}

.tw .last\:pb-7:last-child{
  padding-bottom: 35px;
}

.tw .last\:pb-8:last-child{
  padding-bottom: 40px;
}

.tw .last\:pb-9:last-child{
  padding-bottom: 45px;
}

.tw .last\:pb-10:last-child{
  padding-bottom: 50px;
}

.tw .last\:pb-11:last-child{
  padding-bottom: 55px;
}

.tw .last\:pb-12:last-child{
  padding-bottom: 60px;
}

.tw .last\:pb-13:last-child{
  padding-bottom: 65px;
}

.tw .last\:pb-14:last-child{
  padding-bottom: 70px;
}

.tw .last\:pb-15:last-child{
  padding-bottom: 75px;
}

.tw .last\:pb-16:last-child{
  padding-bottom: 80px;
}

.tw .last\:pb-17:last-child{
  padding-bottom: 85px;
}

.tw .last\:pb-18:last-child{
  padding-bottom: 90px;
}

.tw .last\:pb-19:last-child{
  padding-bottom: 95px;
}

.tw .last\:pb-20:last-child{
  padding-bottom: 100px;
}

.tw .last\:pb-21:last-child{
  padding-bottom: 105px;
}

.tw .last\:pb-22:last-child{
  padding-bottom: 110px;
}

.tw .last\:pb-23:last-child{
  padding-bottom: 115px;
}

.tw .last\:pb-24:last-child{
  padding-bottom: 120px;
}

.tw .last\:pb-25:last-child{
  padding-bottom: 125px;
}

.tw .last\:pb-26:last-child{
  padding-bottom: 130px;
}

.tw .last\:pb-27:last-child{
  padding-bottom: 135px;
}

.tw .last\:pb-28:last-child{
  padding-bottom: 140px;
}

.tw .last\:pb-29:last-child{
  padding-bottom: 145px;
}

.tw .last\:pb-30:last-child{
  padding-bottom: 150px;
}

.tw .last\:pb-31:last-child{
  padding-bottom: 155px;
}

.tw .last\:pb-32:last-child{
  padding-bottom: 160px;
}

.tw .last\:pb-33:last-child{
  padding-bottom: 165px;
}

.tw .last\:pb-34:last-child{
  padding-bottom: 170px;
}

.tw .last\:pb-35:last-child{
  padding-bottom: 175px;
}

.tw .last\:pb-36:last-child{
  padding-bottom: 180px;
}

.tw .last\:pb-37:last-child{
  padding-bottom: 185px;
}

.tw .last\:pb-38:last-child{
  padding-bottom: 190px;
}

.tw .last\:pb-39:last-child{
  padding-bottom: 195px;
}

.tw .last\:pb-40:last-child{
  padding-bottom: 200px;
}

.tw .last\:pb-41:last-child{
  padding-bottom: 205px;
}

.tw .last\:pb-42:last-child{
  padding-bottom: 210px;
}

.tw .last\:pb-43:last-child{
  padding-bottom: 215px;
}

.tw .last\:pb-44:last-child{
  padding-bottom: 220px;
}

.tw .last\:pb-45:last-child{
  padding-bottom: 225px;
}

.tw .last\:pb-46:last-child{
  padding-bottom: 230px;
}

.tw .last\:pb-47:last-child{
  padding-bottom: 235px;
}

.tw .last\:pb-48:last-child{
  padding-bottom: 240px;
}

.tw .last\:pb-49:last-child{
  padding-bottom: 245px;
}

.tw .last\:pb-50:last-child{
  padding-bottom: 250px;
}

.tw .last\:pb-51:last-child{
  padding-bottom: 255px;
}

.tw .last\:pb-52:last-child{
  padding-bottom: 260px;
}

.tw .last\:pb-53:last-child{
  padding-bottom: 265px;
}

.tw .last\:pb-54:last-child{
  padding-bottom: 270px;
}

.tw .last\:pb-55:last-child{
  padding-bottom: 275px;
}

.tw .last\:pb-56:last-child{
  padding-bottom: 280px;
}

.tw .last\:pb-57:last-child{
  padding-bottom: 285px;
}

.tw .last\:pb-58:last-child{
  padding-bottom: 290px;
}

.tw .last\:pb-59:last-child{
  padding-bottom: 295px;
}

.tw .last\:pb-60:last-child{
  padding-bottom: 300px;
}

.tw .last\:pb-61:last-child{
  padding-bottom: 305px;
}

.tw .last\:pb-62:last-child{
  padding-bottom: 310px;
}

.tw .last\:pb-63:last-child{
  padding-bottom: 315px;
}

.tw .last\:pb-64:last-child{
  padding-bottom: 320px;
}

.tw .last\:pb-65:last-child{
  padding-bottom: 325px;
}

.tw .last\:pb-66:last-child{
  padding-bottom: 330px;
}

.tw .last\:pb-67:last-child{
  padding-bottom: 335px;
}

.tw .last\:pb-68:last-child{
  padding-bottom: 340px;
}

.tw .last\:pb-69:last-child{
  padding-bottom: 345px;
}

.tw .last\:pb-70:last-child{
  padding-bottom: 350px;
}

.tw .last\:pb-71:last-child{
  padding-bottom: 355px;
}

.tw .last\:pb-72:last-child{
  padding-bottom: 360px;
}

.tw .last\:pb-73:last-child{
  padding-bottom: 365px;
}

.tw .last\:pb-74:last-child{
  padding-bottom: 370px;
}

.tw .last\:pb-75:last-child{
  padding-bottom: 375px;
}

.tw .last\:pb-76:last-child{
  padding-bottom: 380px;
}

.tw .last\:pb-77:last-child{
  padding-bottom: 385px;
}

.tw .last\:pb-78:last-child{
  padding-bottom: 390px;
}

.tw .last\:pb-79:last-child{
  padding-bottom: 395px;
}

.tw .last\:pb-80:last-child{
  padding-bottom: 400px;
}

.tw .last\:pb-81:last-child{
  padding-bottom: 405px;
}

.tw .last\:pb-82:last-child{
  padding-bottom: 410px;
}

.tw .last\:pb-83:last-child{
  padding-bottom: 415px;
}

.tw .last\:pb-84:last-child{
  padding-bottom: 420px;
}

.tw .last\:pb-85:last-child{
  padding-bottom: 425px;
}

.tw .last\:pb-86:last-child{
  padding-bottom: 430px;
}

.tw .last\:pb-87:last-child{
  padding-bottom: 435px;
}

.tw .last\:pb-88:last-child{
  padding-bottom: 440px;
}

.tw .last\:pb-89:last-child{
  padding-bottom: 445px;
}

.tw .last\:pb-90:last-child{
  padding-bottom: 450px;
}

.tw .last\:pb-91:last-child{
  padding-bottom: 455px;
}

.tw .last\:pb-92:last-child{
  padding-bottom: 460px;
}

.tw .last\:pb-93:last-child{
  padding-bottom: 465px;
}

.tw .last\:pb-94:last-child{
  padding-bottom: 470px;
}

.tw .last\:pb-95:last-child{
  padding-bottom: 475px;
}

.tw .last\:pb-96:last-child{
  padding-bottom: 480px;
}

.tw .last\:pb-97:last-child{
  padding-bottom: 485px;
}

.tw .last\:pb-98:last-child{
  padding-bottom: 490px;
}

.tw .last\:pb-99:last-child{
  padding-bottom: 495px;
}

.tw .last\:pb-100:last-child{
  padding-bottom: 500px;
}

.tw .last\:pb-101:last-child{
  padding-bottom: 505px;
}

.tw .last\:pb-102:last-child{
  padding-bottom: 510px;
}

.tw .last\:pb-103:last-child{
  padding-bottom: 515px;
}

.tw .last\:pb-104:last-child{
  padding-bottom: 520px;
}

.tw .last\:pb-105:last-child{
  padding-bottom: 525px;
}

.tw .last\:pb-106:last-child{
  padding-bottom: 530px;
}

.tw .last\:pb-107:last-child{
  padding-bottom: 535px;
}

.tw .last\:pb-108:last-child{
  padding-bottom: 540px;
}

.tw .last\:pb-109:last-child{
  padding-bottom: 545px;
}

.tw .last\:pb-110:last-child{
  padding-bottom: 550px;
}

.tw .last\:pb-111:last-child{
  padding-bottom: 555px;
}

.tw .last\:pb-112:last-child{
  padding-bottom: 560px;
}

.tw .last\:pb-113:last-child{
  padding-bottom: 565px;
}

.tw .last\:pb-114:last-child{
  padding-bottom: 570px;
}

.tw .last\:pb-115:last-child{
  padding-bottom: 575px;
}

.tw .last\:pb-116:last-child{
  padding-bottom: 580px;
}

.tw .last\:pb-117:last-child{
  padding-bottom: 585px;
}

.tw .last\:pb-118:last-child{
  padding-bottom: 590px;
}

.tw .last\:pb-119:last-child{
  padding-bottom: 595px;
}

.tw .last\:pb-120:last-child{
  padding-bottom: 600px;
}

.tw .last\:pb-121:last-child{
  padding-bottom: 605px;
}

.tw .last\:pb-122:last-child{
  padding-bottom: 610px;
}

.tw .last\:pb-123:last-child{
  padding-bottom: 615px;
}

.tw .last\:pb-124:last-child{
  padding-bottom: 620px;
}

.tw .last\:pb-125:last-child{
  padding-bottom: 625px;
}

.tw .last\:pb-126:last-child{
  padding-bottom: 630px;
}

.tw .last\:pb-127:last-child{
  padding-bottom: 635px;
}

.tw .last\:pb-128:last-child{
  padding-bottom: 640px;
}

.tw .last\:pb-129:last-child{
  padding-bottom: 645px;
}

.tw .last\:pb-130:last-child{
  padding-bottom: 650px;
}

.tw .last\:pb-131:last-child{
  padding-bottom: 655px;
}

.tw .last\:pb-132:last-child{
  padding-bottom: 660px;
}

.tw .last\:pb-133:last-child{
  padding-bottom: 665px;
}

.tw .last\:pb-134:last-child{
  padding-bottom: 670px;
}

.tw .last\:pb-135:last-child{
  padding-bottom: 675px;
}

.tw .last\:pb-136:last-child{
  padding-bottom: 680px;
}

.tw .last\:pb-137:last-child{
  padding-bottom: 685px;
}

.tw .last\:pb-138:last-child{
  padding-bottom: 690px;
}

.tw .last\:pb-139:last-child{
  padding-bottom: 695px;
}

.tw .last\:pb-140:last-child{
  padding-bottom: 700px;
}

.tw .last\:pb-141:last-child{
  padding-bottom: 705px;
}

.tw .last\:pb-142:last-child{
  padding-bottom: 710px;
}

.tw .last\:pb-143:last-child{
  padding-bottom: 715px;
}

.tw .last\:pb-144:last-child{
  padding-bottom: 720px;
}

.tw .last\:pb-145:last-child{
  padding-bottom: 725px;
}

.tw .last\:pb-146:last-child{
  padding-bottom: 730px;
}

.tw .last\:pb-147:last-child{
  padding-bottom: 735px;
}

.tw .last\:pb-148:last-child{
  padding-bottom: 740px;
}

.tw .last\:pb-149:last-child{
  padding-bottom: 745px;
}

.tw .last\:pb-0\.5:last-child{
  padding-bottom: 3px;
}

.tw .last\:pb-1px:last-child{
  padding-bottom: 1px;
}

.tw .last\:pb-2px:last-child{
  padding-bottom: 2px;
}

.tw .last\:pb-3px:last-child{
  padding-bottom: 3px;
}

.tw .last\:pb-4px:last-child{
  padding-bottom: 4px;
}

.tw .last\:pb-5px:last-child{
  padding-bottom: 5px;
}

.tw .last\:pb-6px:last-child{
  padding-bottom: 6px;
}

.tw .last\:pb-7px:last-child{
  padding-bottom: 7px;
}

.tw .last\:pb-8px:last-child{
  padding-bottom: 8px;
}

.tw .last\:pb-9px:last-child{
  padding-bottom: 9px;
}

.tw .last\:pb-10px:last-child{
  padding-bottom: 10px;
}

.tw .last\:pb-11px:last-child{
  padding-bottom: 11px;
}

.tw .last\:pb-12px:last-child{
  padding-bottom: 12px;
}

.tw .last\:pb-13px:last-child{
  padding-bottom: 13px;
}

.tw .last\:pb-14px:last-child{
  padding-bottom: 14px;
}

.tw .last\:pb-15px:last-child{
  padding-bottom: 15px;
}

.tw .last\:pb-16px:last-child{
  padding-bottom: 16px;
}

.tw .last\:pb-17px:last-child{
  padding-bottom: 17px;
}

.tw .last\:pb-18px:last-child{
  padding-bottom: 18px;
}

.tw .last\:pb-19px:last-child{
  padding-bottom: 19px;
}

.tw .last\:pb-20px:last-child{
  padding-bottom: 20px;
}

.tw .last\:pb-21px:last-child{
  padding-bottom: 21px;
}

.tw .last\:pb-22px:last-child{
  padding-bottom: 22px;
}

.tw .last\:pb-23px:last-child{
  padding-bottom: 23px;
}

.tw .last\:pb-24px:last-child{
  padding-bottom: 24px;
}

.tw .last\:pb-25px:last-child{
  padding-bottom: 25px;
}

.tw .last\:pb-26px:last-child{
  padding-bottom: 26px;
}

.tw .last\:pb-27px:last-child{
  padding-bottom: 27px;
}

.tw .last\:pb-28px:last-child{
  padding-bottom: 28px;
}

.tw .last\:pb-29px:last-child{
  padding-bottom: 29px;
}

.tw .last\:pb-30px:last-child{
  padding-bottom: 30px;
}

.tw .last\:pb-31px:last-child{
  padding-bottom: 31px;
}

.tw .last\:pb-32px:last-child{
  padding-bottom: 32px;
}

.tw .last\:pb-33px:last-child{
  padding-bottom: 33px;
}

.tw .last\:pb-34px:last-child{
  padding-bottom: 34px;
}

.tw .last\:pb-35px:last-child{
  padding-bottom: 35px;
}

.tw .last\:pb-36px:last-child{
  padding-bottom: 36px;
}

.tw .last\:pb-37px:last-child{
  padding-bottom: 37px;
}

.tw .last\:pb-38px:last-child{
  padding-bottom: 38px;
}

.tw .last\:pb-39px:last-child{
  padding-bottom: 39px;
}

.tw .last\:pb-40px:last-child{
  padding-bottom: 40px;
}

.tw .last\:pl-0:last-child{
  padding-left: 0px;
}

.tw .last\:pl-1:last-child{
  padding-left: 5px;
}

.tw .last\:pl-2:last-child{
  padding-left: 10px;
}

.tw .last\:pl-3:last-child{
  padding-left: 15px;
}

.tw .last\:pl-4:last-child{
  padding-left: 20px;
}

.tw .last\:pl-5:last-child{
  padding-left: 25px;
}

.tw .last\:pl-6:last-child{
  padding-left: 30px;
}

.tw .last\:pl-7:last-child{
  padding-left: 35px;
}

.tw .last\:pl-8:last-child{
  padding-left: 40px;
}

.tw .last\:pl-9:last-child{
  padding-left: 45px;
}

.tw .last\:pl-10:last-child{
  padding-left: 50px;
}

.tw .last\:pl-11:last-child{
  padding-left: 55px;
}

.tw .last\:pl-12:last-child{
  padding-left: 60px;
}

.tw .last\:pl-13:last-child{
  padding-left: 65px;
}

.tw .last\:pl-14:last-child{
  padding-left: 70px;
}

.tw .last\:pl-15:last-child{
  padding-left: 75px;
}

.tw .last\:pl-16:last-child{
  padding-left: 80px;
}

.tw .last\:pl-17:last-child{
  padding-left: 85px;
}

.tw .last\:pl-18:last-child{
  padding-left: 90px;
}

.tw .last\:pl-19:last-child{
  padding-left: 95px;
}

.tw .last\:pl-20:last-child{
  padding-left: 100px;
}

.tw .last\:pl-21:last-child{
  padding-left: 105px;
}

.tw .last\:pl-22:last-child{
  padding-left: 110px;
}

.tw .last\:pl-23:last-child{
  padding-left: 115px;
}

.tw .last\:pl-24:last-child{
  padding-left: 120px;
}

.tw .last\:pl-25:last-child{
  padding-left: 125px;
}

.tw .last\:pl-26:last-child{
  padding-left: 130px;
}

.tw .last\:pl-27:last-child{
  padding-left: 135px;
}

.tw .last\:pl-28:last-child{
  padding-left: 140px;
}

.tw .last\:pl-29:last-child{
  padding-left: 145px;
}

.tw .last\:pl-30:last-child{
  padding-left: 150px;
}

.tw .last\:pl-31:last-child{
  padding-left: 155px;
}

.tw .last\:pl-32:last-child{
  padding-left: 160px;
}

.tw .last\:pl-33:last-child{
  padding-left: 165px;
}

.tw .last\:pl-34:last-child{
  padding-left: 170px;
}

.tw .last\:pl-35:last-child{
  padding-left: 175px;
}

.tw .last\:pl-36:last-child{
  padding-left: 180px;
}

.tw .last\:pl-37:last-child{
  padding-left: 185px;
}

.tw .last\:pl-38:last-child{
  padding-left: 190px;
}

.tw .last\:pl-39:last-child{
  padding-left: 195px;
}

.tw .last\:pl-40:last-child{
  padding-left: 200px;
}

.tw .last\:pl-41:last-child{
  padding-left: 205px;
}

.tw .last\:pl-42:last-child{
  padding-left: 210px;
}

.tw .last\:pl-43:last-child{
  padding-left: 215px;
}

.tw .last\:pl-44:last-child{
  padding-left: 220px;
}

.tw .last\:pl-45:last-child{
  padding-left: 225px;
}

.tw .last\:pl-46:last-child{
  padding-left: 230px;
}

.tw .last\:pl-47:last-child{
  padding-left: 235px;
}

.tw .last\:pl-48:last-child{
  padding-left: 240px;
}

.tw .last\:pl-49:last-child{
  padding-left: 245px;
}

.tw .last\:pl-50:last-child{
  padding-left: 250px;
}

.tw .last\:pl-51:last-child{
  padding-left: 255px;
}

.tw .last\:pl-52:last-child{
  padding-left: 260px;
}

.tw .last\:pl-53:last-child{
  padding-left: 265px;
}

.tw .last\:pl-54:last-child{
  padding-left: 270px;
}

.tw .last\:pl-55:last-child{
  padding-left: 275px;
}

.tw .last\:pl-56:last-child{
  padding-left: 280px;
}

.tw .last\:pl-57:last-child{
  padding-left: 285px;
}

.tw .last\:pl-58:last-child{
  padding-left: 290px;
}

.tw .last\:pl-59:last-child{
  padding-left: 295px;
}

.tw .last\:pl-60:last-child{
  padding-left: 300px;
}

.tw .last\:pl-61:last-child{
  padding-left: 305px;
}

.tw .last\:pl-62:last-child{
  padding-left: 310px;
}

.tw .last\:pl-63:last-child{
  padding-left: 315px;
}

.tw .last\:pl-64:last-child{
  padding-left: 320px;
}

.tw .last\:pl-65:last-child{
  padding-left: 325px;
}

.tw .last\:pl-66:last-child{
  padding-left: 330px;
}

.tw .last\:pl-67:last-child{
  padding-left: 335px;
}

.tw .last\:pl-68:last-child{
  padding-left: 340px;
}

.tw .last\:pl-69:last-child{
  padding-left: 345px;
}

.tw .last\:pl-70:last-child{
  padding-left: 350px;
}

.tw .last\:pl-71:last-child{
  padding-left: 355px;
}

.tw .last\:pl-72:last-child{
  padding-left: 360px;
}

.tw .last\:pl-73:last-child{
  padding-left: 365px;
}

.tw .last\:pl-74:last-child{
  padding-left: 370px;
}

.tw .last\:pl-75:last-child{
  padding-left: 375px;
}

.tw .last\:pl-76:last-child{
  padding-left: 380px;
}

.tw .last\:pl-77:last-child{
  padding-left: 385px;
}

.tw .last\:pl-78:last-child{
  padding-left: 390px;
}

.tw .last\:pl-79:last-child{
  padding-left: 395px;
}

.tw .last\:pl-80:last-child{
  padding-left: 400px;
}

.tw .last\:pl-81:last-child{
  padding-left: 405px;
}

.tw .last\:pl-82:last-child{
  padding-left: 410px;
}

.tw .last\:pl-83:last-child{
  padding-left: 415px;
}

.tw .last\:pl-84:last-child{
  padding-left: 420px;
}

.tw .last\:pl-85:last-child{
  padding-left: 425px;
}

.tw .last\:pl-86:last-child{
  padding-left: 430px;
}

.tw .last\:pl-87:last-child{
  padding-left: 435px;
}

.tw .last\:pl-88:last-child{
  padding-left: 440px;
}

.tw .last\:pl-89:last-child{
  padding-left: 445px;
}

.tw .last\:pl-90:last-child{
  padding-left: 450px;
}

.tw .last\:pl-91:last-child{
  padding-left: 455px;
}

.tw .last\:pl-92:last-child{
  padding-left: 460px;
}

.tw .last\:pl-93:last-child{
  padding-left: 465px;
}

.tw .last\:pl-94:last-child{
  padding-left: 470px;
}

.tw .last\:pl-95:last-child{
  padding-left: 475px;
}

.tw .last\:pl-96:last-child{
  padding-left: 480px;
}

.tw .last\:pl-97:last-child{
  padding-left: 485px;
}

.tw .last\:pl-98:last-child{
  padding-left: 490px;
}

.tw .last\:pl-99:last-child{
  padding-left: 495px;
}

.tw .last\:pl-100:last-child{
  padding-left: 500px;
}

.tw .last\:pl-101:last-child{
  padding-left: 505px;
}

.tw .last\:pl-102:last-child{
  padding-left: 510px;
}

.tw .last\:pl-103:last-child{
  padding-left: 515px;
}

.tw .last\:pl-104:last-child{
  padding-left: 520px;
}

.tw .last\:pl-105:last-child{
  padding-left: 525px;
}

.tw .last\:pl-106:last-child{
  padding-left: 530px;
}

.tw .last\:pl-107:last-child{
  padding-left: 535px;
}

.tw .last\:pl-108:last-child{
  padding-left: 540px;
}

.tw .last\:pl-109:last-child{
  padding-left: 545px;
}

.tw .last\:pl-110:last-child{
  padding-left: 550px;
}

.tw .last\:pl-111:last-child{
  padding-left: 555px;
}

.tw .last\:pl-112:last-child{
  padding-left: 560px;
}

.tw .last\:pl-113:last-child{
  padding-left: 565px;
}

.tw .last\:pl-114:last-child{
  padding-left: 570px;
}

.tw .last\:pl-115:last-child{
  padding-left: 575px;
}

.tw .last\:pl-116:last-child{
  padding-left: 580px;
}

.tw .last\:pl-117:last-child{
  padding-left: 585px;
}

.tw .last\:pl-118:last-child{
  padding-left: 590px;
}

.tw .last\:pl-119:last-child{
  padding-left: 595px;
}

.tw .last\:pl-120:last-child{
  padding-left: 600px;
}

.tw .last\:pl-121:last-child{
  padding-left: 605px;
}

.tw .last\:pl-122:last-child{
  padding-left: 610px;
}

.tw .last\:pl-123:last-child{
  padding-left: 615px;
}

.tw .last\:pl-124:last-child{
  padding-left: 620px;
}

.tw .last\:pl-125:last-child{
  padding-left: 625px;
}

.tw .last\:pl-126:last-child{
  padding-left: 630px;
}

.tw .last\:pl-127:last-child{
  padding-left: 635px;
}

.tw .last\:pl-128:last-child{
  padding-left: 640px;
}

.tw .last\:pl-129:last-child{
  padding-left: 645px;
}

.tw .last\:pl-130:last-child{
  padding-left: 650px;
}

.tw .last\:pl-131:last-child{
  padding-left: 655px;
}

.tw .last\:pl-132:last-child{
  padding-left: 660px;
}

.tw .last\:pl-133:last-child{
  padding-left: 665px;
}

.tw .last\:pl-134:last-child{
  padding-left: 670px;
}

.tw .last\:pl-135:last-child{
  padding-left: 675px;
}

.tw .last\:pl-136:last-child{
  padding-left: 680px;
}

.tw .last\:pl-137:last-child{
  padding-left: 685px;
}

.tw .last\:pl-138:last-child{
  padding-left: 690px;
}

.tw .last\:pl-139:last-child{
  padding-left: 695px;
}

.tw .last\:pl-140:last-child{
  padding-left: 700px;
}

.tw .last\:pl-141:last-child{
  padding-left: 705px;
}

.tw .last\:pl-142:last-child{
  padding-left: 710px;
}

.tw .last\:pl-143:last-child{
  padding-left: 715px;
}

.tw .last\:pl-144:last-child{
  padding-left: 720px;
}

.tw .last\:pl-145:last-child{
  padding-left: 725px;
}

.tw .last\:pl-146:last-child{
  padding-left: 730px;
}

.tw .last\:pl-147:last-child{
  padding-left: 735px;
}

.tw .last\:pl-148:last-child{
  padding-left: 740px;
}

.tw .last\:pl-149:last-child{
  padding-left: 745px;
}

.tw .last\:pl-0\.5:last-child{
  padding-left: 3px;
}

.tw .last\:pl-1px:last-child{
  padding-left: 1px;
}

.tw .last\:pl-2px:last-child{
  padding-left: 2px;
}

.tw .last\:pl-3px:last-child{
  padding-left: 3px;
}

.tw .last\:pl-4px:last-child{
  padding-left: 4px;
}

.tw .last\:pl-5px:last-child{
  padding-left: 5px;
}

.tw .last\:pl-6px:last-child{
  padding-left: 6px;
}

.tw .last\:pl-7px:last-child{
  padding-left: 7px;
}

.tw .last\:pl-8px:last-child{
  padding-left: 8px;
}

.tw .last\:pl-9px:last-child{
  padding-left: 9px;
}

.tw .last\:pl-10px:last-child{
  padding-left: 10px;
}

.tw .last\:pl-11px:last-child{
  padding-left: 11px;
}

.tw .last\:pl-12px:last-child{
  padding-left: 12px;
}

.tw .last\:pl-13px:last-child{
  padding-left: 13px;
}

.tw .last\:pl-14px:last-child{
  padding-left: 14px;
}

.tw .last\:pl-15px:last-child{
  padding-left: 15px;
}

.tw .last\:pl-16px:last-child{
  padding-left: 16px;
}

.tw .last\:pl-17px:last-child{
  padding-left: 17px;
}

.tw .last\:pl-18px:last-child{
  padding-left: 18px;
}

.tw .last\:pl-19px:last-child{
  padding-left: 19px;
}

.tw .last\:pl-20px:last-child{
  padding-left: 20px;
}

.tw .last\:pl-21px:last-child{
  padding-left: 21px;
}

.tw .last\:pl-22px:last-child{
  padding-left: 22px;
}

.tw .last\:pl-23px:last-child{
  padding-left: 23px;
}

.tw .last\:pl-24px:last-child{
  padding-left: 24px;
}

.tw .last\:pl-25px:last-child{
  padding-left: 25px;
}

.tw .last\:pl-26px:last-child{
  padding-left: 26px;
}

.tw .last\:pl-27px:last-child{
  padding-left: 27px;
}

.tw .last\:pl-28px:last-child{
  padding-left: 28px;
}

.tw .last\:pl-29px:last-child{
  padding-left: 29px;
}

.tw .last\:pl-30px:last-child{
  padding-left: 30px;
}

.tw .last\:pl-31px:last-child{
  padding-left: 31px;
}

.tw .last\:pl-32px:last-child{
  padding-left: 32px;
}

.tw .last\:pl-33px:last-child{
  padding-left: 33px;
}

.tw .last\:pl-34px:last-child{
  padding-left: 34px;
}

.tw .last\:pl-35px:last-child{
  padding-left: 35px;
}

.tw .last\:pl-36px:last-child{
  padding-left: 36px;
}

.tw .last\:pl-37px:last-child{
  padding-left: 37px;
}

.tw .last\:pl-38px:last-child{
  padding-left: 38px;
}

.tw .last\:pl-39px:last-child{
  padding-left: 39px;
}

.tw .last\:pl-40px:last-child{
  padding-left: 40px;
}

.tw .text-left{
  text-align: left;
}

.tw .text-center{
  text-align: center;
}

.tw .text-right{
  text-align: right;
}

.tw .text-justify{
  text-align: justify;
}

.tw .first\:text-left:first-child{
  text-align: left;
}

.tw .first\:text-center:first-child{
  text-align: center;
}

.tw .first\:text-right:first-child{
  text-align: right;
}

.tw .first\:text-justify:first-child{
  text-align: justify;
}

.tw .align-baseline{
  vertical-align: baseline;
}

.tw .align-top{
  vertical-align: top;
}

.tw .align-middle{
  vertical-align: middle;
}

.tw .align-bottom{
  vertical-align: bottom;
}

.tw .align-text-top{
  vertical-align: text-top;
}

.tw .align-text-bottom{
  vertical-align: text-bottom;
}

.tw .font-sans{
  font-family: Inter, 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;
}

.tw .font-serif{
  font-family: ui-serif, Georgia, Cambria, "Times New Roman", Times, serif;
}

.tw .font-mono{
  font-family: IBM Plex Mono, Menlo, DejaVu Sans Mono, Bitstream Vera Sans Mono, Courier, monospace;
}

.tw .text-micro{
  font-size: 9px;
  line-height: 11.7px;
}

.tw .text-2xs{
  font-size: 11px;
  line-height: 8px;
}

.tw .text-xs{
  font-size: 12px;
  line-height: 16px;
}

.tw .text-sm{
  font-size: 13px;
  line-height: 16px;
}

.tw .text-md{
  font-size: 14px;
  line-height: 17px;
}

.tw .text-base{
  font-size: 15px;
  line-height: 24px;
}

.tw .text-lg{
  font-size: 18px;
  line-height: 24px;
}

.tw .text-xl{
  font-size: 20px;
  line-height: 24px;
}

.tw .text-2xl{
  font-size: 22px;
  line-height: 24px;
}

.tw .text-3xl{
  font-size: 25px;
  line-height: 32px;
}

.tw .text-4xl{
  font-size: 30px;
  line-height: 32px;
}

.tw .text-5xl{
  font-size: 35px;
  line-height: 40px;
}

.tw .text-6xl{
  font-size: 50px;
  line-height: 60px;
}

.tw .text-2xsmall{
  font-size: 10px;
  line-height: 12px;
}

.tw .text-xsmall{
  font-size: 11px;
  line-height: 13px;
  letter-spacing: -0.01em;
}

.tw .text-small{
  font-size: 12px;
  line-height: 14px;
  letter-spacing: -0.01em;
}

.tw .text-default{
  font-size: 13px;
  line-height: 16px;
  letter-spacing: -0.02em;
}

.tw .text-large{
  font-size: 14px;
  line-height: 16px;
  letter-spacing: -0.03em;
}

.tw .text-xlarge{
  font-size: 16px;
  line-height: 20px;
  letter-spacing: -0.02em;
}

.tw .text-2xlarge{
  font-size: 18px;
  line-height: 22px;
  letter-spacing: -0.02em;
}

.tw .text-3xlarge{
  font-size: 22px;
  line-height: 28px;
  letter-spacing: -0.02em;
}

.tw .text-4xlarge{
  font-size: 28px;
  line-height: 32px;
  letter-spacing: -0.02em;
}

.tw .text-1px{
  font-size: 1px;
}

.tw .text-2px{
  font-size: 2px;
}

.tw .text-3px{
  font-size: 3px;
}

.tw .text-4px{
  font-size: 4px;
}

.tw .text-5px{
  font-size: 5px;
}

.tw .text-6px{
  font-size: 6px;
}

.tw .text-7px{
  font-size: 7px;
}

.tw .text-8px{
  font-size: 8px;
}

.tw .text-9px{
  font-size: 9px;
}

.tw .text-10px{
  font-size: 10px;
}

.tw .text-11px{
  font-size: 11px;
}

.tw .text-12px{
  font-size: 12px;
}

.tw .text-13px{
  font-size: 13px;
}

.tw .text-14px{
  font-size: 14px;
}

.tw .text-15px{
  font-size: 15px;
}

.tw .text-16px{
  font-size: 16px;
}

.tw .text-17px{
  font-size: 17px;
}

.tw .text-18px{
  font-size: 18px;
}

.tw .text-19px{
  font-size: 19px;
}

.tw .text-20px{
  font-size: 20px;
}

.tw .text-21px{
  font-size: 21px;
}

.tw .text-22px{
  font-size: 22px;
}

.tw .text-23px{
  font-size: 23px;
}

.tw .text-24px{
  font-size: 24px;
}

.tw .text-25px{
  font-size: 25px;
}

.tw .text-26px{
  font-size: 26px;
}

.tw .text-27px{
  font-size: 27px;
}

.tw .text-28px{
  font-size: 28px;
}

.tw .text-29px{
  font-size: 29px;
}

.tw .text-30px{
  font-size: 30px;
}

.tw .text-31px{
  font-size: 31px;
}

.tw .text-32px{
  font-size: 32px;
}

.tw .text-33px{
  font-size: 33px;
}

.tw .text-34px{
  font-size: 34px;
}

.tw .text-35px{
  font-size: 35px;
}

.tw .text-36px{
  font-size: 36px;
}

.tw .text-37px{
  font-size: 37px;
}

.tw .text-38px{
  font-size: 38px;
}

.tw .text-39px{
  font-size: 39px;
}

.tw .text-40px{
  font-size: 40px;
}

.tw .text-41px{
  font-size: 41px;
}

.tw .text-42px{
  font-size: 42px;
}

.tw .text-43px{
  font-size: 43px;
}

.tw .text-44px{
  font-size: 44px;
}

.tw .text-45px{
  font-size: 45px;
}

.tw .text-46px{
  font-size: 46px;
}

.tw .text-47px{
  font-size: 47px;
}

.tw .text-48px{
  font-size: 48px;
}

.tw .text-49px{
  font-size: 49px;
}

.tw .text-50px{
  font-size: 50px;
}

.tw .text-51px{
  font-size: 51px;
}

.tw .text-52px{
  font-size: 52px;
}

.tw .text-53px{
  font-size: 53px;
}

.tw .text-54px{
  font-size: 54px;
}

.tw .text-55px{
  font-size: 55px;
}

.tw .text-56px{
  font-size: 56px;
}

.tw .text-57px{
  font-size: 57px;
}

.tw .text-58px{
  font-size: 58px;
}

.tw .text-59px{
  font-size: 59px;
}

.tw .text-60px{
  font-size: 60px;
}

.tw .font-thin{
  font-weight: 100;
}

.tw .font-light{
  font-weight: 200;
}

.tw .font-normal{
  font-weight: 300;
}

.tw .font-medium{
  font-weight: 400;
}

.tw .font-semibold{
  font-weight: 500;
}

.tw .font-bold{
  font-weight: 600;
}

.tw .font-extrabold{
  font-weight: 700;
}

.tw .font-black{
  font-weight: 800;
}

.tw .font-heavy{
  font-weight: 800;
}

.tw .uppercase{
  text-transform: uppercase;
}

.tw .lowercase{
  text-transform: lowercase;
}

.tw .capitalize{
  text-transform: capitalize;
}

.tw .normal-case{
  text-transform: none;
}

.tw .italic{
  font-style: italic;
}

.tw .not-italic{
  font-style: normal;
}

.tw .ordinal, .tw .slashed-zero, .tw .lining-nums, .tw .oldstyle-nums, .tw .proportional-nums, .tw .tabular-nums, .tw .diagonal-fractions, .tw .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);
}

.tw .normal-nums{
  font-variant-numeric: normal;
}

.tw .ordinal{
  --tw-ordinal: ordinal;
}

.tw .slashed-zero{
  --tw-slashed-zero: slashed-zero;
}

.tw .lining-nums{
  --tw-numeric-figure: lining-nums;
}

.tw .oldstyle-nums{
  --tw-numeric-figure: oldstyle-nums;
}

.tw .proportional-nums{
  --tw-numeric-spacing: proportional-nums;
}

.tw .tabular-nums{
  --tw-numeric-spacing: tabular-nums;
}

.tw .diagonal-fractions{
  --tw-numeric-fraction: diagonal-fractions;
}

.tw .stacked-fractions{
  --tw-numeric-fraction: stacked-fractions;
}

.tw .leading-normal{
  line-height: normal;
}

.tw .leading-none{
  line-height: 1;
}

.tw .leading-base{
  line-height: 8px;
}

.tw .leading-1em{
  line-height: 1em;
}

.tw .leading-lg{
  line-height: 16px;
}

.tw .leading-xl{
  line-height: 24px;
}

.tw .leading-2xl{
  line-height: 32px;
}

.tw .leading-3xl{
  line-height: 48px;
}

.tw .leading-4xl{
  line-height: 56px;
}

.tw .leading-5xl{
  line-height: 64px;
}

.tw .leading-125\%{
  line-height: 125%;
}

.tw .leading-140\%{
  line-height: 140%;
}

.tw .leading-1px{
  line-height: 1px;
}

.tw .leading-2px{
  line-height: 2px;
}

.tw .leading-3px{
  line-height: 3px;
}

.tw .leading-4px{
  line-height: 4px;
}

.tw .leading-5px{
  line-height: 5px;
}

.tw .leading-6px{
  line-height: 6px;
}

.tw .leading-7px{
  line-height: 7px;
}

.tw .leading-8px{
  line-height: 8px;
}

.tw .leading-9px{
  line-height: 9px;
}

.tw .leading-10px{
  line-height: 10px;
}

.tw .leading-11px{
  line-height: 11px;
}

.tw .leading-12px{
  line-height: 12px;
}

.tw .leading-13px{
  line-height: 13px;
}

.tw .leading-14px{
  line-height: 14px;
}

.tw .leading-15px{
  line-height: 15px;
}

.tw .leading-16px{
  line-height: 16px;
}

.tw .leading-17px{
  line-height: 17px;
}

.tw .leading-18px{
  line-height: 18px;
}

.tw .leading-19px{
  line-height: 19px;
}

.tw .leading-20px{
  line-height: 20px;
}

.tw .leading-21px{
  line-height: 21px;
}

.tw .leading-22px{
  line-height: 22px;
}

.tw .leading-23px{
  line-height: 23px;
}

.tw .leading-24px{
  line-height: 24px;
}

.tw .leading-25px{
  line-height: 25px;
}

.tw .leading-26px{
  line-height: 26px;
}

.tw .leading-27px{
  line-height: 27px;
}

.tw .leading-28px{
  line-height: 28px;
}

.tw .leading-29px{
  line-height: 29px;
}

.tw .leading-30px{
  line-height: 30px;
}

.tw .leading-31px{
  line-height: 31px;
}

.tw .leading-32px{
  line-height: 32px;
}

.tw .leading-33px{
  line-height: 33px;
}

.tw .leading-34px{
  line-height: 34px;
}

.tw .leading-35px{
  line-height: 35px;
}

.tw .leading-36px{
  line-height: 36px;
}

.tw .leading-37px{
  line-height: 37px;
}

.tw .leading-38px{
  line-height: 38px;
}

.tw .leading-39px{
  line-height: 39px;
}

.tw .leading-40px{
  line-height: 40px;
}

.tw .tracking-tighter{
  letter-spacing: -0.05em;
}

.tw .tracking-tight{
  letter-spacing: -0.025em;
}

.tw .tracking-normal{
  letter-spacing: 0em;
}

.tw .tracking-wide{
  letter-spacing: 0.025em;
}

.tw .tracking-wider{
  letter-spacing: 0.05em;
}

.tw .tracking-widest{
  letter-spacing: 0.1em;
}

.tw .tracking-dreamten-table-row{
  letter-spacing: -0.15em;
}

.tw .text-current{
  color: currentColor;
}

.tw .text-transparent{
  color: transparent;
}

.tw .text-white{
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
}

.tw .text-black{
  --tw-text-opacity: 1;
  color: rgba(0, 0, 0, var(--tw-text-opacity));
}

.tw .text-gray-10{
  --tw-text-opacity: 1;
  color: rgba(240, 240, 240, var(--tw-text-opacity));
}

.tw .text-gray-20{
  --tw-text-opacity: 1;
  color: rgba(226, 226, 226, var(--tw-text-opacity));
}

.tw .text-gray-30{
  --tw-text-opacity: 1;
  color: rgba(211, 211, 211, var(--tw-text-opacity));
}

.tw .text-gray-40{
  --tw-text-opacity: 1;
  color: rgba(197, 197, 197, var(--tw-text-opacity));
}

.tw .text-gray-50{
  --tw-text-opacity: 1;
  color: rgba(183, 183, 183, var(--tw-text-opacity));
}

.tw .text-gray-60{
  --tw-text-opacity: 1;
  color: rgba(169, 169, 169, var(--tw-text-opacity));
}

.tw .text-gray-70{
  --tw-text-opacity: 1;
  color: rgba(156, 156, 156, var(--tw-text-opacity));
}

.tw .text-gray-80{
  --tw-text-opacity: 1;
  color: rgba(142, 142, 142, var(--tw-text-opacity));
}

.tw .text-gray-90{
  --tw-text-opacity: 1;
  color: rgba(129, 129, 129, var(--tw-text-opacity));
}

.tw .text-gray-100{
  --tw-text-opacity: 1;
  color: rgba(108, 109, 114, var(--tw-text-opacity));
}

.tw .text-gray-200{
  --tw-text-opacity: 1;
  color: rgba(96, 97, 103, var(--tw-text-opacity));
}

.tw .text-gray-300{
  --tw-text-opacity: 1;
  color: rgba(84, 86, 91, var(--tw-text-opacity));
}

.tw .text-gray-400{
  --tw-text-opacity: 1;
  color: rgba(73, 73, 80, var(--tw-text-opacity));
}

.tw .text-gray-500{
  --tw-text-opacity: 1;
  color: rgba(61, 61, 68, var(--tw-text-opacity));
}

.tw .text-gray-600{
  --tw-text-opacity: 1;
  color: rgba(53, 53, 61, var(--tw-text-opacity));
}

.tw .text-gray-700{
  --tw-text-opacity: 1;
  color: rgba(45, 45, 49, var(--tw-text-opacity));
}

.tw .text-gray-800{
  --tw-text-opacity: 1;
  color: rgba(38, 37, 42, var(--tw-text-opacity));
}

.tw .text-gray-850{
  --tw-text-opacity: 1;
  color: rgba(32, 32, 37, var(--tw-text-opacity));
}

.tw .text-gray-900{
  --tw-text-opacity: 1;
  color: rgba(27, 27, 32, var(--tw-text-opacity));
}

.tw .text-gray-950{
  --tw-text-opacity: 1;
  color: rgba(20, 20, 23, var(--tw-text-opacity));
}

.tw .text-brand-50{
  --tw-text-opacity: 1;
  color: rgba(127, 255, 255, var(--tw-text-opacity));
}

.tw .text-brand-100{
  --tw-text-opacity: 1;
  color: rgba(87, 226, 255, var(--tw-text-opacity));
}

.tw .text-brand-200{
  --tw-text-opacity: 1;
  color: rgba(32, 197, 255, var(--tw-text-opacity));
}

.tw .text-brand-300{
  --tw-text-opacity: 1;
  color: rgba(0, 167, 231, var(--tw-text-opacity));
}

.tw .text-brand-400{
  --tw-text-opacity: 1;
  color: rgba(0, 139, 201, var(--tw-text-opacity));
}

.tw .text-brand-500{
  --tw-text-opacity: 1;
  color: rgba(0, 112, 172, var(--tw-text-opacity));
}

.tw .text-brand-600{
  --tw-text-opacity: 1;
  color: rgba(0, 86, 143, var(--tw-text-opacity));
}

.tw .text-brand-700{
  --tw-text-opacity: 1;
  color: rgba(0, 62, 116, var(--tw-text-opacity));
}

.tw .text-brand-800{
  --tw-text-opacity: 1;
  color: rgba(0, 39, 89, var(--tw-text-opacity));
}

.tw .text-brand-900{
  --tw-text-opacity: 1;
  color: rgba(0, 18, 63, var(--tw-text-opacity));
}

.tw .text-brand{
  --tw-text-opacity: 1;
  color: rgba(0, 190, 255, var(--tw-text-opacity));
}

.tw .text-brand-base{
  --tw-text-opacity: 1;
  color: rgba(0, 190, 255, var(--tw-text-opacity));
}

.tw .text-red-50{
  --tw-text-opacity: 1;
  color: rgba(255, 202, 200, var(--tw-text-opacity));
}

.tw .text-red-100{
  --tw-text-opacity: 1;
  color: rgba(255, 171, 171, var(--tw-text-opacity));
}

.tw .text-red-200{
  --tw-text-opacity: 1;
  color: rgba(255, 142, 142, var(--tw-text-opacity));
}

.tw .text-red-300{
  --tw-text-opacity: 1;
  color: rgba(247, 112, 115, var(--tw-text-opacity));
}

.tw .text-red-400{
  --tw-text-opacity: 1;
  color: rgba(215, 83, 89, var(--tw-text-opacity));
}

.tw .text-red-500{
  --tw-text-opacity: 1;
  color: rgba(182, 54, 64, var(--tw-text-opacity));
}

.tw .text-red-600{
  --tw-text-opacity: 1;
  color: rgba(150, 18, 41, var(--tw-text-opacity));
}

.tw .text-red-700{
  --tw-text-opacity: 1;
  color: rgba(119, 0, 19, var(--tw-text-opacity));
}

.tw .text-red-800{
  --tw-text-opacity: 1;
  color: rgba(89, 0, 0, var(--tw-text-opacity));
}

.tw .text-red-900{
  --tw-text-opacity: 1;
  color: rgba(65, 0, 0, var(--tw-text-opacity));
}

.tw .text-red{
  --tw-text-opacity: 1;
  color: rgba(211, 80, 86, var(--tw-text-opacity));
}

.tw .text-red-brand{
  --tw-text-opacity: 1;
  color: rgba(255, 79, 79, var(--tw-text-opacity));
}

.tw .text-green-50{
  --tw-text-opacity: 1;
  color: rgba(141, 255, 205, var(--tw-text-opacity));
}

.tw .text-green-100{
  --tw-text-opacity: 1;
  color: rgba(109, 236, 176, var(--tw-text-opacity));
}

.tw .text-green-200{
  --tw-text-opacity: 1;
  color: rgba(76, 206, 147, var(--tw-text-opacity));
}

.tw .text-green-300{
  --tw-text-opacity: 1;
  color: rgba(36, 176, 119, var(--tw-text-opacity));
}

.tw .text-green-400{
  --tw-text-opacity: 1;
  color: rgba(0, 147, 93, var(--tw-text-opacity));
}

.tw .text-green-500{
  --tw-text-opacity: 1;
  color: rgba(0, 119, 68, var(--tw-text-opacity));
}

.tw .text-green-600{
  --tw-text-opacity: 1;
  color: rgba(0, 91, 43, var(--tw-text-opacity));
}

.tw .text-green-700{
  --tw-text-opacity: 1;
  color: rgba(0, 65, 21, var(--tw-text-opacity));
}

.tw .text-green-800{
  --tw-text-opacity: 1;
  color: rgba(0, 43, 0, var(--tw-text-opacity));
}

.tw .text-green-900{
  --tw-text-opacity: 1;
  color: rgba(0, 27, 0, var(--tw-text-opacity));
}

.tw .text-green{
  --tw-text-opacity: 1;
  color: rgba(46, 182, 125, var(--tw-text-opacity));
}

.tw .text-yellow-50{
  --tw-text-opacity: 1;
  color: rgba(255, 235, 87, var(--tw-text-opacity));
}

.tw .text-yellow-100{
  --tw-text-opacity: 1;
  color: rgba(255, 205, 55, var(--tw-text-opacity));
}

.tw .text-yellow-200{
  --tw-text-opacity: 1;
  color: rgba(228, 176, 9, var(--tw-text-opacity));
}

.tw .text-yellow-300{
  --tw-text-opacity: 1;
  color: rgba(195, 148, 0, var(--tw-text-opacity));
}

.tw .text-yellow-400{
  --tw-text-opacity: 1;
  color: rgba(163, 121, 0, var(--tw-text-opacity));
}

.tw .text-yellow-500{
  --tw-text-opacity: 1;
  color: rgba(133, 95, 0, var(--tw-text-opacity));
}

.tw .text-yellow-600{
  --tw-text-opacity: 1;
  color: rgba(104, 70, 0, var(--tw-text-opacity));
}

.tw .text-yellow-700{
  --tw-text-opacity: 1;
  color: rgba(79, 46, 0, var(--tw-text-opacity));
}

.tw .text-yellow-800{
  --tw-text-opacity: 1;
  color: rgba(61, 22, 0, var(--tw-text-opacity));
}

.tw .text-yellow-900{
  --tw-text-opacity: 1;
  color: rgba(50, 0, 0, var(--tw-text-opacity));
}

.tw .text-yellow{
  --tw-text-opacity: 1;
  color: rgba(254, 199, 47, var(--tw-text-opacity));
}

.tw .text-purple-50{
  --tw-text-opacity: 1;
  color: rgba(255, 216, 255, var(--tw-text-opacity));
}

.tw .text-purple-100{
  --tw-text-opacity: 1;
  color: rgba(240, 186, 255, var(--tw-text-opacity));
}

.tw .text-purple-200{
  --tw-text-opacity: 1;
  color: rgba(208, 157, 255, var(--tw-text-opacity));
}

.tw .text-purple-300{
  --tw-text-opacity: 1;
  color: rgba(177, 128, 255, var(--tw-text-opacity));
}

.tw .text-purple-400{
  --tw-text-opacity: 1;
  color: rgba(146, 101, 233, var(--tw-text-opacity));
}

.tw .text-purple-500{
  --tw-text-opacity: 1;
  color: rgba(116, 74, 203, var(--tw-text-opacity));
}

.tw .text-purple-600{
  --tw-text-opacity: 1;
  color: rgba(85, 48, 173, var(--tw-text-opacity));
}

.tw .text-purple-700{
  --tw-text-opacity: 1;
  color: rgba(53, 22, 144, var(--tw-text-opacity));
}

.tw .text-purple-800{
  --tw-text-opacity: 1;
  color: rgba(9, 0, 116, var(--tw-text-opacity));
}

.tw .text-purple-900{
  --tw-text-opacity: 1;
  color: rgba(0, 0, 89, var(--tw-text-opacity));
}

.tw .text-purple{
  --tw-text-opacity: 1;
  color: rgba(168, 120, 255, var(--tw-text-opacity));
}

.tw .text-orange-50{
  --tw-text-opacity: 1;
  color: rgba(255, 210, 131, var(--tw-text-opacity));
}

.tw .text-orange-100{
  --tw-text-opacity: 1;
  color: rgba(255, 180, 103, var(--tw-text-opacity));
}

.tw .text-orange-200{
  --tw-text-opacity: 1;
  color: rgba(255, 151, 75, var(--tw-text-opacity));
}

.tw .text-orange-300{
  --tw-text-opacity: 1;
  color: rgba(240, 122, 47, var(--tw-text-opacity));
}

.tw .text-orange-400{
  --tw-text-opacity: 1;
  color: rgba(206, 95, 17, var(--tw-text-opacity));
}

.tw .text-orange-500{
  --tw-text-opacity: 1;
  color: rgba(173, 68, 0, var(--tw-text-opacity));
}

.tw .text-orange-600{
  --tw-text-opacity: 1;
  color: rgba(141, 40, 0, var(--tw-text-opacity));
}

.tw .text-orange-700{
  --tw-text-opacity: 1;
  color: rgba(111, 6, 0, var(--tw-text-opacity));
}

.tw .text-orange-800{
  --tw-text-opacity: 1;
  color: rgba(84, 0, 0, var(--tw-text-opacity));
}

.tw .text-orange-900{
  --tw-text-opacity: 1;
  color: rgba(65, 0, 0, var(--tw-text-opacity));
}

.tw .text-orange{
  --tw-text-opacity: 1;
  color: rgba(245, 127, 52, var(--tw-text-opacity));
}

.tw .text-surface-brand{
  --tw-text-opacity: 1;
  color: rgba(26, 26, 26, var(--tw-text-opacity));
}

.tw .text-surface-lower{
  --tw-text-opacity: 1;
  color: rgba(18, 19, 20, var(--tw-text-opacity));
}

.tw .text-surface-base{
  --tw-text-opacity: 1;
  color: rgba(29, 30, 31, var(--tw-text-opacity));
}

.tw .text-surface-low{
  --tw-text-opacity: 1;
  color: rgba(33, 33, 36, var(--tw-text-opacity));
}

.tw .text-surface-middle{
  --tw-text-opacity: 1;
  color: rgba(38, 38, 42, var(--tw-text-opacity));
}

.tw .text-surface-upper{
  --tw-text-opacity: 1;
  color: rgba(41, 41, 46, var(--tw-text-opacity));
}

.tw .text-surface-high{
  --tw-text-opacity: 1;
  color: rgba(52, 52, 53, var(--tw-text-opacity));
}

.tw .text-surface-higher{
  --tw-text-opacity: 1;
  color: rgba(74, 75, 75, var(--tw-text-opacity));
}

.tw .text-surface-highest{
  --tw-text-opacity: 1;
  color: rgba(97, 97, 98, var(--tw-text-opacity));
}

.tw .text-glyph-base{
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
}

.tw .text-glyph-light{
  --tw-text-opacity: 1;
  color: rgba(194, 194, 194, var(--tw-text-opacity));
}

.tw .text-glyph-lighter{
  --tw-text-opacity: 1;
  color: rgba(150, 150, 150, var(--tw-text-opacity));
}

.tw .text-glyph-lightest{
  --tw-text-opacity: 1;
  color: rgba(80, 80, 80, var(--tw-text-opacity));
}

.tw .text-link{
  --tw-text-opacity: 1;
  color: rgba(0, 190, 255, var(--tw-text-opacity));
}

.tw .text-info-error{
  --tw-text-opacity: 1;
  color: rgba(235, 51, 65, var(--tw-text-opacity));
}

.tw .text-info-danger{
  --tw-text-opacity: 1;
  color: rgba(247, 127, 37, var(--tw-text-opacity));
}

.tw .text-info-warn{
  --tw-text-opacity: 1;
  color: rgba(255, 200, 47, var(--tw-text-opacity));
}

.tw .text-info-ok{
  --tw-text-opacity: 1;
  color: rgba(0, 151, 79, var(--tw-text-opacity));
}

.tw .text-info-notice{
  --tw-text-opacity: 1;
  color: rgba(1, 128, 255, var(--tw-text-opacity));
}

.tw .text-accent-1{
  --tw-text-opacity: 1;
  color: rgba(255, 93, 105, var(--tw-text-opacity));
}

.tw .text-accent-2{
  --tw-text-opacity: 1;
  color: rgba(7, 245, 175, var(--tw-text-opacity));
}

.tw .text-accent-3{
  --tw-text-opacity: 1;
  color: rgba(4, 211, 114, var(--tw-text-opacity));
}

.tw .text-accent-4{
  --tw-text-opacity: 1;
  color: rgba(132, 81, 245, var(--tw-text-opacity));
}

.tw .hover\:text-current:hover{
  color: currentColor;
}

.tw .hover\:text-transparent:hover{
  color: transparent;
}

.tw .hover\:text-white:hover{
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
}

.tw .hover\:text-black:hover{
  --tw-text-opacity: 1;
  color: rgba(0, 0, 0, var(--tw-text-opacity));
}

.tw .hover\:text-gray-10:hover{
  --tw-text-opacity: 1;
  color: rgba(240, 240, 240, var(--tw-text-opacity));
}

.tw .hover\:text-gray-20:hover{
  --tw-text-opacity: 1;
  color: rgba(226, 226, 226, var(--tw-text-opacity));
}

.tw .hover\:text-gray-30:hover{
  --tw-text-opacity: 1;
  color: rgba(211, 211, 211, var(--tw-text-opacity));
}

.tw .hover\:text-gray-40:hover{
  --tw-text-opacity: 1;
  color: rgba(197, 197, 197, var(--tw-text-opacity));
}

.tw .hover\:text-gray-50:hover{
  --tw-text-opacity: 1;
  color: rgba(183, 183, 183, var(--tw-text-opacity));
}

.tw .hover\:text-gray-60:hover{
  --tw-text-opacity: 1;
  color: rgba(169, 169, 169, var(--tw-text-opacity));
}

.tw .hover\:text-gray-70:hover{
  --tw-text-opacity: 1;
  color: rgba(156, 156, 156, var(--tw-text-opacity));
}

.tw .hover\:text-gray-80:hover{
  --tw-text-opacity: 1;
  color: rgba(142, 142, 142, var(--tw-text-opacity));
}

.tw .hover\:text-gray-90:hover{
  --tw-text-opacity: 1;
  color: rgba(129, 129, 129, var(--tw-text-opacity));
}

.tw .hover\:text-gray-100:hover{
  --tw-text-opacity: 1;
  color: rgba(108, 109, 114, var(--tw-text-opacity));
}

.tw .hover\:text-gray-200:hover{
  --tw-text-opacity: 1;
  color: rgba(96, 97, 103, var(--tw-text-opacity));
}

.tw .hover\:text-gray-300:hover{
  --tw-text-opacity: 1;
  color: rgba(84, 86, 91, var(--tw-text-opacity));
}

.tw .hover\:text-gray-400:hover{
  --tw-text-opacity: 1;
  color: rgba(73, 73, 80, var(--tw-text-opacity));
}

.tw .hover\:text-gray-500:hover{
  --tw-text-opacity: 1;
  color: rgba(61, 61, 68, var(--tw-text-opacity));
}

.tw .hover\:text-gray-600:hover{
  --tw-text-opacity: 1;
  color: rgba(53, 53, 61, var(--tw-text-opacity));
}

.tw .hover\:text-gray-700:hover{
  --tw-text-opacity: 1;
  color: rgba(45, 45, 49, var(--tw-text-opacity));
}

.tw .hover\:text-gray-800:hover{
  --tw-text-opacity: 1;
  color: rgba(38, 37, 42, var(--tw-text-opacity));
}

.tw .hover\:text-gray-850:hover{
  --tw-text-opacity: 1;
  color: rgba(32, 32, 37, var(--tw-text-opacity));
}

.tw .hover\:text-gray-900:hover{
  --tw-text-opacity: 1;
  color: rgba(27, 27, 32, var(--tw-text-opacity));
}

.tw .hover\:text-gray-950:hover{
  --tw-text-opacity: 1;
  color: rgba(20, 20, 23, var(--tw-text-opacity));
}

.tw .hover\:text-brand-50:hover{
  --tw-text-opacity: 1;
  color: rgba(127, 255, 255, var(--tw-text-opacity));
}

.tw .hover\:text-brand-100:hover{
  --tw-text-opacity: 1;
  color: rgba(87, 226, 255, var(--tw-text-opacity));
}

.tw .hover\:text-brand-200:hover{
  --tw-text-opacity: 1;
  color: rgba(32, 197, 255, var(--tw-text-opacity));
}

.tw .hover\:text-brand-300:hover{
  --tw-text-opacity: 1;
  color: rgba(0, 167, 231, var(--tw-text-opacity));
}

.tw .hover\:text-brand-400:hover{
  --tw-text-opacity: 1;
  color: rgba(0, 139, 201, var(--tw-text-opacity));
}

.tw .hover\:text-brand-500:hover{
  --tw-text-opacity: 1;
  color: rgba(0, 112, 172, var(--tw-text-opacity));
}

.tw .hover\:text-brand-600:hover{
  --tw-text-opacity: 1;
  color: rgba(0, 86, 143, var(--tw-text-opacity));
}

.tw .hover\:text-brand-700:hover{
  --tw-text-opacity: 1;
  color: rgba(0, 62, 116, var(--tw-text-opacity));
}

.tw .hover\:text-brand-800:hover{
  --tw-text-opacity: 1;
  color: rgba(0, 39, 89, var(--tw-text-opacity));
}

.tw .hover\:text-brand-900:hover{
  --tw-text-opacity: 1;
  color: rgba(0, 18, 63, var(--tw-text-opacity));
}

.tw .hover\:text-brand:hover{
  --tw-text-opacity: 1;
  color: rgba(0, 190, 255, var(--tw-text-opacity));
}

.tw .hover\:text-brand-base:hover{
  --tw-text-opacity: 1;
  color: rgba(0, 190, 255, var(--tw-text-opacity));
}

.tw .hover\:text-red-50:hover{
  --tw-text-opacity: 1;
  color: rgba(255, 202, 200, var(--tw-text-opacity));
}

.tw .hover\:text-red-100:hover{
  --tw-text-opacity: 1;
  color: rgba(255, 171, 171, var(--tw-text-opacity));
}

.tw .hover\:text-red-200:hover{
  --tw-text-opacity: 1;
  color: rgba(255, 142, 142, var(--tw-text-opacity));
}

.tw .hover\:text-red-300:hover{
  --tw-text-opacity: 1;
  color: rgba(247, 112, 115, var(--tw-text-opacity));
}

.tw .hover\:text-red-400:hover{
  --tw-text-opacity: 1;
  color: rgba(215, 83, 89, var(--tw-text-opacity));
}

.tw .hover\:text-red-500:hover{
  --tw-text-opacity: 1;
  color: rgba(182, 54, 64, var(--tw-text-opacity));
}

.tw .hover\:text-red-600:hover{
  --tw-text-opacity: 1;
  color: rgba(150, 18, 41, var(--tw-text-opacity));
}

.tw .hover\:text-red-700:hover{
  --tw-text-opacity: 1;
  color: rgba(119, 0, 19, var(--tw-text-opacity));
}

.tw .hover\:text-red-800:hover{
  --tw-text-opacity: 1;
  color: rgba(89, 0, 0, var(--tw-text-opacity));
}

.tw .hover\:text-red-900:hover{
  --tw-text-opacity: 1;
  color: rgba(65, 0, 0, var(--tw-text-opacity));
}

.tw .hover\:text-red:hover{
  --tw-text-opacity: 1;
  color: rgba(211, 80, 86, var(--tw-text-opacity));
}

.tw .hover\:text-red-brand:hover{
  --tw-text-opacity: 1;
  color: rgba(255, 79, 79, var(--tw-text-opacity));
}

.tw .hover\:text-green-50:hover{
  --tw-text-opacity: 1;
  color: rgba(141, 255, 205, var(--tw-text-opacity));
}

.tw .hover\:text-green-100:hover{
  --tw-text-opacity: 1;
  color: rgba(109, 236, 176, var(--tw-text-opacity));
}

.tw .hover\:text-green-200:hover{
  --tw-text-opacity: 1;
  color: rgba(76, 206, 147, var(--tw-text-opacity));
}

.tw .hover\:text-green-300:hover{
  --tw-text-opacity: 1;
  color: rgba(36, 176, 119, var(--tw-text-opacity));
}

.tw .hover\:text-green-400:hover{
  --tw-text-opacity: 1;
  color: rgba(0, 147, 93, var(--tw-text-opacity));
}

.tw .hover\:text-green-500:hover{
  --tw-text-opacity: 1;
  color: rgba(0, 119, 68, var(--tw-text-opacity));
}

.tw .hover\:text-green-600:hover{
  --tw-text-opacity: 1;
  color: rgba(0, 91, 43, var(--tw-text-opacity));
}

.tw .hover\:text-green-700:hover{
  --tw-text-opacity: 1;
  color: rgba(0, 65, 21, var(--tw-text-opacity));
}

.tw .hover\:text-green-800:hover{
  --tw-text-opacity: 1;
  color: rgba(0, 43, 0, var(--tw-text-opacity));
}

.tw .hover\:text-green-900:hover{
  --tw-text-opacity: 1;
  color: rgba(0, 27, 0, var(--tw-text-opacity));
}

.tw .hover\:text-green:hover{
  --tw-text-opacity: 1;
  color: rgba(46, 182, 125, var(--tw-text-opacity));
}

.tw .hover\:text-yellow-50:hover{
  --tw-text-opacity: 1;
  color: rgba(255, 235, 87, var(--tw-text-opacity));
}

.tw .hover\:text-yellow-100:hover{
  --tw-text-opacity: 1;
  color: rgba(255, 205, 55, var(--tw-text-opacity));
}

.tw .hover\:text-yellow-200:hover{
  --tw-text-opacity: 1;
  color: rgba(228, 176, 9, var(--tw-text-opacity));
}

.tw .hover\:text-yellow-300:hover{
  --tw-text-opacity: 1;
  color: rgba(195, 148, 0, var(--tw-text-opacity));
}

.tw .hover\:text-yellow-400:hover{
  --tw-text-opacity: 1;
  color: rgba(163, 121, 0, var(--tw-text-opacity));
}

.tw .hover\:text-yellow-500:hover{
  --tw-text-opacity: 1;
  color: rgba(133, 95, 0, var(--tw-text-opacity));
}

.tw .hover\:text-yellow-600:hover{
  --tw-text-opacity: 1;
  color: rgba(104, 70, 0, var(--tw-text-opacity));
}

.tw .hover\:text-yellow-700:hover{
  --tw-text-opacity: 1;
  color: rgba(79, 46, 0, var(--tw-text-opacity));
}

.tw .hover\:text-yellow-800:hover{
  --tw-text-opacity: 1;
  color: rgba(61, 22, 0, var(--tw-text-opacity));
}

.tw .hover\:text-yellow-900:hover{
  --tw-text-opacity: 1;
  color: rgba(50, 0, 0, var(--tw-text-opacity));
}

.tw .hover\:text-yellow:hover{
  --tw-text-opacity: 1;
  color: rgba(254, 199, 47, var(--tw-text-opacity));
}

.tw .hover\:text-purple-50:hover{
  --tw-text-opacity: 1;
  color: rgba(255, 216, 255, var(--tw-text-opacity));
}

.tw .hover\:text-purple-100:hover{
  --tw-text-opacity: 1;
  color: rgba(240, 186, 255, var(--tw-text-opacity));
}

.tw .hover\:text-purple-200:hover{
  --tw-text-opacity: 1;
  color: rgba(208, 157, 255, var(--tw-text-opacity));
}

.tw .hover\:text-purple-300:hover{
  --tw-text-opacity: 1;
  color: rgba(177, 128, 255, var(--tw-text-opacity));
}

.tw .hover\:text-purple-400:hover{
  --tw-text-opacity: 1;
  color: rgba(146, 101, 233, var(--tw-text-opacity));
}

.tw .hover\:text-purple-500:hover{
  --tw-text-opacity: 1;
  color: rgba(116, 74, 203, var(--tw-text-opacity));
}

.tw .hover\:text-purple-600:hover{
  --tw-text-opacity: 1;
  color: rgba(85, 48, 173, var(--tw-text-opacity));
}

.tw .hover\:text-purple-700:hover{
  --tw-text-opacity: 1;
  color: rgba(53, 22, 144, var(--tw-text-opacity));
}

.tw .hover\:text-purple-800:hover{
  --tw-text-opacity: 1;
  color: rgba(9, 0, 116, var(--tw-text-opacity));
}

.tw .hover\:text-purple-900:hover{
  --tw-text-opacity: 1;
  color: rgba(0, 0, 89, var(--tw-text-opacity));
}

.tw .hover\:text-purple:hover{
  --tw-text-opacity: 1;
  color: rgba(168, 120, 255, var(--tw-text-opacity));
}

.tw .hover\:text-orange-50:hover{
  --tw-text-opacity: 1;
  color: rgba(255, 210, 131, var(--tw-text-opacity));
}

.tw .hover\:text-orange-100:hover{
  --tw-text-opacity: 1;
  color: rgba(255, 180, 103, var(--tw-text-opacity));
}

.tw .hover\:text-orange-200:hover{
  --tw-text-opacity: 1;
  color: rgba(255, 151, 75, var(--tw-text-opacity));
}

.tw .hover\:text-orange-300:hover{
  --tw-text-opacity: 1;
  color: rgba(240, 122, 47, var(--tw-text-opacity));
}

.tw .hover\:text-orange-400:hover{
  --tw-text-opacity: 1;
  color: rgba(206, 95, 17, var(--tw-text-opacity));
}

.tw .hover\:text-orange-500:hover{
  --tw-text-opacity: 1;
  color: rgba(173, 68, 0, var(--tw-text-opacity));
}

.tw .hover\:text-orange-600:hover{
  --tw-text-opacity: 1;
  color: rgba(141, 40, 0, var(--tw-text-opacity));
}

.tw .hover\:text-orange-700:hover{
  --tw-text-opacity: 1;
  color: rgba(111, 6, 0, var(--tw-text-opacity));
}

.tw .hover\:text-orange-800:hover{
  --tw-text-opacity: 1;
  color: rgba(84, 0, 0, var(--tw-text-opacity));
}

.tw .hover\:text-orange-900:hover{
  --tw-text-opacity: 1;
  color: rgba(65, 0, 0, var(--tw-text-opacity));
}

.tw .hover\:text-orange:hover{
  --tw-text-opacity: 1;
  color: rgba(245, 127, 52, var(--tw-text-opacity));
}

.tw .hover\:text-surface-brand:hover{
  --tw-text-opacity: 1;
  color: rgba(26, 26, 26, var(--tw-text-opacity));
}

.tw .hover\:text-surface-lower:hover{
  --tw-text-opacity: 1;
  color: rgba(18, 19, 20, var(--tw-text-opacity));
}

.tw .hover\:text-surface-base:hover{
  --tw-text-opacity: 1;
  color: rgba(29, 30, 31, var(--tw-text-opacity));
}

.tw .hover\:text-surface-low:hover{
  --tw-text-opacity: 1;
  color: rgba(33, 33, 36, var(--tw-text-opacity));
}

.tw .hover\:text-surface-middle:hover{
  --tw-text-opacity: 1;
  color: rgba(38, 38, 42, var(--tw-text-opacity));
}

.tw .hover\:text-surface-upper:hover{
  --tw-text-opacity: 1;
  color: rgba(41, 41, 46, var(--tw-text-opacity));
}

.tw .hover\:text-surface-high:hover{
  --tw-text-opacity: 1;
  color: rgba(52, 52, 53, var(--tw-text-opacity));
}

.tw .hover\:text-surface-higher:hover{
  --tw-text-opacity: 1;
  color: rgba(74, 75, 75, var(--tw-text-opacity));
}

.tw .hover\:text-surface-highest:hover{
  --tw-text-opacity: 1;
  color: rgba(97, 97, 98, var(--tw-text-opacity));
}

.tw .hover\:text-glyph-base:hover{
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
}

.tw .hover\:text-glyph-light:hover{
  --tw-text-opacity: 1;
  color: rgba(194, 194, 194, var(--tw-text-opacity));
}

.tw .hover\:text-glyph-lighter:hover{
  --tw-text-opacity: 1;
  color: rgba(150, 150, 150, var(--tw-text-opacity));
}

.tw .hover\:text-glyph-lightest:hover{
  --tw-text-opacity: 1;
  color: rgba(80, 80, 80, var(--tw-text-opacity));
}

.tw .hover\:text-link:hover{
  --tw-text-opacity: 1;
  color: rgba(0, 190, 255, var(--tw-text-opacity));
}

.tw .hover\:text-info-error:hover{
  --tw-text-opacity: 1;
  color: rgba(235, 51, 65, var(--tw-text-opacity));
}

.tw .hover\:text-info-danger:hover{
  --tw-text-opacity: 1;
  color: rgba(247, 127, 37, var(--tw-text-opacity));
}

.tw .hover\:text-info-warn:hover{
  --tw-text-opacity: 1;
  color: rgba(255, 200, 47, var(--tw-text-opacity));
}

.tw .hover\:text-info-ok:hover{
  --tw-text-opacity: 1;
  color: rgba(0, 151, 79, var(--tw-text-opacity));
}

.tw .hover\:text-info-notice:hover{
  --tw-text-opacity: 1;
  color: rgba(1, 128, 255, var(--tw-text-opacity));
}

.tw .hover\:text-accent-1:hover{
  --tw-text-opacity: 1;
  color: rgba(255, 93, 105, var(--tw-text-opacity));
}

.tw .hover\:text-accent-2:hover{
  --tw-text-opacity: 1;
  color: rgba(7, 245, 175, var(--tw-text-opacity));
}

.tw .hover\:text-accent-3:hover{
  --tw-text-opacity: 1;
  color: rgba(4, 211, 114, var(--tw-text-opacity));
}

.tw .hover\:text-accent-4:hover{
  --tw-text-opacity: 1;
  color: rgba(132, 81, 245, var(--tw-text-opacity));
}

.tw .group:hover .group-hover\:text-current{
  color: currentColor;
}

.tw .group:hover .group-hover\:text-transparent{
  color: transparent;
}

.tw .group:hover .group-hover\:text-white{
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
}

.tw .group:hover .group-hover\:text-black{
  --tw-text-opacity: 1;
  color: rgba(0, 0, 0, var(--tw-text-opacity));
}

.tw .group:hover .group-hover\:text-gray-10{
  --tw-text-opacity: 1;
  color: rgba(240, 240, 240, var(--tw-text-opacity));
}

.tw .group:hover .group-hover\:text-gray-20{
  --tw-text-opacity: 1;
  color: rgba(226, 226, 226, var(--tw-text-opacity));
}

.tw .group:hover .group-hover\:text-gray-30{
  --tw-text-opacity: 1;
  color: rgba(211, 211, 211, var(--tw-text-opacity));
}

.tw .group:hover .group-hover\:text-gray-40{
  --tw-text-opacity: 1;
  color: rgba(197, 197, 197, var(--tw-text-opacity));
}

.tw .group:hover .group-hover\:text-gray-50{
  --tw-text-opacity: 1;
  color: rgba(183, 183, 183, var(--tw-text-opacity));
}

.tw .group:hover .group-hover\:text-gray-60{
  --tw-text-opacity: 1;
  color: rgba(169, 169, 169, var(--tw-text-opacity));
}

.tw .group:hover .group-hover\:text-gray-70{
  --tw-text-opacity: 1;
  color: rgba(156, 156, 156, var(--tw-text-opacity));
}

.tw .group:hover .group-hover\:text-gray-80{
  --tw-text-opacity: 1;
  color: rgba(142, 142, 142, var(--tw-text-opacity));
}

.tw .group:hover .group-hover\:text-gray-90{
  --tw-text-opacity: 1;
  color: rgba(129, 129, 129, var(--tw-text-opacity));
}

.tw .group:hover .group-hover\:text-gray-100{
  --tw-text-opacity: 1;
  color: rgba(108, 109, 114, var(--tw-text-opacity));
}

.tw .group:hover .group-hover\:text-gray-200{
  --tw-text-opacity: 1;
  color: rgba(96, 97, 103, var(--tw-text-opacity));
}

.tw .group:hover .group-hover\:text-gray-300{
  --tw-text-opacity: 1;
  color: rgba(84, 86, 91, var(--tw-text-opacity));
}

.tw .group:hover .group-hover\:text-gray-400{
  --tw-text-opacity: 1;
  color: rgba(73, 73, 80, var(--tw-text-opacity));
}

.tw .group:hover .group-hover\:text-gray-500{
  --tw-text-opacity: 1;
  color: rgba(61, 61, 68, var(--tw-text-opacity));
}

.tw .group:hover .group-hover\:text-gray-600{
  --tw-text-opacity: 1;
  color: rgba(53, 53, 61, var(--tw-text-opacity));
}

.tw .group:hover .group-hover\:text-gray-700{
  --tw-text-opacity: 1;
  color: rgba(45, 45, 49, var(--tw-text-opacity));
}

.tw .group:hover .group-hover\:text-gray-800{
  --tw-text-opacity: 1;
  color: rgba(38, 37, 42, var(--tw-text-opacity));
}

.tw .group:hover .group-hover\:text-gray-850{
  --tw-text-opacity: 1;
  color: rgba(32, 32, 37, var(--tw-text-opacity));
}

.tw .group:hover .group-hover\:text-gray-900{
  --tw-text-opacity: 1;
  color: rgba(27, 27, 32, var(--tw-text-opacity));
}

.tw .group:hover .group-hover\:text-gray-950{
  --tw-text-opacity: 1;
  color: rgba(20, 20, 23, var(--tw-text-opacity));
}

.tw .group:hover .group-hover\:text-brand-50{
  --tw-text-opacity: 1;
  color: rgba(127, 255, 255, var(--tw-text-opacity));
}

.tw .group:hover .group-hover\:text-brand-100{
  --tw-text-opacity: 1;
  color: rgba(87, 226, 255, var(--tw-text-opacity));
}

.tw .group:hover .group-hover\:text-brand-200{
  --tw-text-opacity: 1;
  color: rgba(32, 197, 255, var(--tw-text-opacity));
}

.tw .group:hover .group-hover\:text-brand-300{
  --tw-text-opacity: 1;
  color: rgba(0, 167, 231, var(--tw-text-opacity));
}

.tw .group:hover .group-hover\:text-brand-400{
  --tw-text-opacity: 1;
  color: rgba(0, 139, 201, var(--tw-text-opacity));
}

.tw .group:hover .group-hover\:text-brand-500{
  --tw-text-opacity: 1;
  color: rgba(0, 112, 172, var(--tw-text-opacity));
}

.tw .group:hover .group-hover\:text-brand-600{
  --tw-text-opacity: 1;
  color: rgba(0, 86, 143, var(--tw-text-opacity));
}

.tw .group:hover .group-hover\:text-brand-700{
  --tw-text-opacity: 1;
  color: rgba(0, 62, 116, var(--tw-text-opacity));
}

.tw .group:hover .group-hover\:text-brand-800{
  --tw-text-opacity: 1;
  color: rgba(0, 39, 89, var(--tw-text-opacity));
}

.tw .group:hover .group-hover\:text-brand-900{
  --tw-text-opacity: 1;
  color: rgba(0, 18, 63, var(--tw-text-opacity));
}

.tw .group:hover .group-hover\:text-brand{
  --tw-text-opacity: 1;
  color: rgba(0, 190, 255, var(--tw-text-opacity));
}

.tw .group:hover .group-hover\:text-brand-base{
  --tw-text-opacity: 1;
  color: rgba(0, 190, 255, var(--tw-text-opacity));
}

.tw .group:hover .group-hover\:text-red-50{
  --tw-text-opacity: 1;
  color: rgba(255, 202, 200, var(--tw-text-opacity));
}

.tw .group:hover .group-hover\:text-red-100{
  --tw-text-opacity: 1;
  color: rgba(255, 171, 171, var(--tw-text-opacity));
}

.tw .group:hover .group-hover\:text-red-200{
  --tw-text-opacity: 1;
  color: rgba(255, 142, 142, var(--tw-text-opacity));
}

.tw .group:hover .group-hover\:text-red-300{
  --tw-text-opacity: 1;
  color: rgba(247, 112, 115, var(--tw-text-opacity));
}

.tw .group:hover .group-hover\:text-red-400{
  --tw-text-opacity: 1;
  color: rgba(215, 83, 89, var(--tw-text-opacity));
}

.tw .group:hover .group-hover\:text-red-500{
  --tw-text-opacity: 1;
  color: rgba(182, 54, 64, var(--tw-text-opacity));
}

.tw .group:hover .group-hover\:text-red-600{
  --tw-text-opacity: 1;
  color: rgba(150, 18, 41, var(--tw-text-opacity));
}

.tw .group:hover .group-hover\:text-red-700{
  --tw-text-opacity: 1;
  color: rgba(119, 0, 19, var(--tw-text-opacity));
}

.tw .group:hover .group-hover\:text-red-800{
  --tw-text-opacity: 1;
  color: rgba(89, 0, 0, var(--tw-text-opacity));
}

.tw .group:hover .group-hover\:text-red-900{
  --tw-text-opacity: 1;
  color: rgba(65, 0, 0, var(--tw-text-opacity));
}

.tw .group:hover .group-hover\:text-red{
  --tw-text-opacity: 1;
  color: rgba(211, 80, 86, var(--tw-text-opacity));
}

.tw .group:hover .group-hover\:text-red-brand{
  --tw-text-opacity: 1;
  color: rgba(255, 79, 79, var(--tw-text-opacity));
}

.tw .group:hover .group-hover\:text-green-50{
  --tw-text-opacity: 1;
  color: rgba(141, 255, 205, var(--tw-text-opacity));
}

.tw .group:hover .group-hover\:text-green-100{
  --tw-text-opacity: 1;
  color: rgba(109, 236, 176, var(--tw-text-opacity));
}

.tw .group:hover .group-hover\:text-green-200{
  --tw-text-opacity: 1;
  color: rgba(76, 206, 147, var(--tw-text-opacity));
}

.tw .group:hover .group-hover\:text-green-300{
  --tw-text-opacity: 1;
  color: rgba(36, 176, 119, var(--tw-text-opacity));
}

.tw .group:hover .group-hover\:text-green-400{
  --tw-text-opacity: 1;
  color: rgba(0, 147, 93, var(--tw-text-opacity));
}

.tw .group:hover .group-hover\:text-green-500{
  --tw-text-opacity: 1;
  color: rgba(0, 119, 68, var(--tw-text-opacity));
}

.tw .group:hover .group-hover\:text-green-600{
  --tw-text-opacity: 1;
  color: rgba(0, 91, 43, var(--tw-text-opacity));
}

.tw .group:hover .group-hover\:text-green-700{
  --tw-text-opacity: 1;
  color: rgba(0, 65, 21, var(--tw-text-opacity));
}

.tw .group:hover .group-hover\:text-green-800{
  --tw-text-opacity: 1;
  color: rgba(0, 43, 0, var(--tw-text-opacity));
}

.tw .group:hover .group-hover\:text-green-900{
  --tw-text-opacity: 1;
  color: rgba(0, 27, 0, var(--tw-text-opacity));
}

.tw .group:hover .group-hover\:text-green{
  --tw-text-opacity: 1;
  color: rgba(46, 182, 125, var(--tw-text-opacity));
}

.tw .group:hover .group-hover\:text-yellow-50{
  --tw-text-opacity: 1;
  color: rgba(255, 235, 87, var(--tw-text-opacity));
}

.tw .group:hover .group-hover\:text-yellow-100{
  --tw-text-opacity: 1;
  color: rgba(255, 205, 55, var(--tw-text-opacity));
}

.tw .group:hover .group-hover\:text-yellow-200{
  --tw-text-opacity: 1;
  color: rgba(228, 176, 9, var(--tw-text-opacity));
}

.tw .group:hover .group-hover\:text-yellow-300{
  --tw-text-opacity: 1;
  color: rgba(195, 148, 0, var(--tw-text-opacity));
}

.tw .group:hover .group-hover\:text-yellow-400{
  --tw-text-opacity: 1;
  color: rgba(163, 121, 0, var(--tw-text-opacity));
}

.tw .group:hover .group-hover\:text-yellow-500{
  --tw-text-opacity: 1;
  color: rgba(133, 95, 0, var(--tw-text-opacity));
}

.tw .group:hover .group-hover\:text-yellow-600{
  --tw-text-opacity: 1;
  color: rgba(104, 70, 0, var(--tw-text-opacity));
}

.tw .group:hover .group-hover\:text-yellow-700{
  --tw-text-opacity: 1;
  color: rgba(79, 46, 0, var(--tw-text-opacity));
}

.tw .group:hover .group-hover\:text-yellow-800{
  --tw-text-opacity: 1;
  color: rgba(61, 22, 0, var(--tw-text-opacity));
}

.tw .group:hover .group-hover\:text-yellow-900{
  --tw-text-opacity: 1;
  color: rgba(50, 0, 0, var(--tw-text-opacity));
}

.tw .group:hover .group-hover\:text-yellow{
  --tw-text-opacity: 1;
  color: rgba(254, 199, 47, var(--tw-text-opacity));
}

.tw .group:hover .group-hover\:text-purple-50{
  --tw-text-opacity: 1;
  color: rgba(255, 216, 255, var(--tw-text-opacity));
}

.tw .group:hover .group-hover\:text-purple-100{
  --tw-text-opacity: 1;
  color: rgba(240, 186, 255, var(--tw-text-opacity));
}

.tw .group:hover .group-hover\:text-purple-200{
  --tw-text-opacity: 1;
  color: rgba(208, 157, 255, var(--tw-text-opacity));
}

.tw .group:hover .group-hover\:text-purple-300{
  --tw-text-opacity: 1;
  color: rgba(177, 128, 255, var(--tw-text-opacity));
}

.tw .group:hover .group-hover\:text-purple-400{
  --tw-text-opacity: 1;
  color: rgba(146, 101, 233, var(--tw-text-opacity));
}

.tw .group:hover .group-hover\:text-purple-500{
  --tw-text-opacity: 1;
  color: rgba(116, 74, 203, var(--tw-text-opacity));
}

.tw .group:hover .group-hover\:text-purple-600{
  --tw-text-opacity: 1;
  color: rgba(85, 48, 173, var(--tw-text-opacity));
}

.tw .group:hover .group-hover\:text-purple-700{
  --tw-text-opacity: 1;
  color: rgba(53, 22, 144, var(--tw-text-opacity));
}

.tw .group:hover .group-hover\:text-purple-800{
  --tw-text-opacity: 1;
  color: rgba(9, 0, 116, var(--tw-text-opacity));
}

.tw .group:hover .group-hover\:text-purple-900{
  --tw-text-opacity: 1;
  color: rgba(0, 0, 89, var(--tw-text-opacity));
}

.tw .group:hover .group-hover\:text-purple{
  --tw-text-opacity: 1;
  color: rgba(168, 120, 255, var(--tw-text-opacity));
}

.tw .group:hover .group-hover\:text-orange-50{
  --tw-text-opacity: 1;
  color: rgba(255, 210, 131, var(--tw-text-opacity));
}

.tw .group:hover .group-hover\:text-orange-100{
  --tw-text-opacity: 1;
  color: rgba(255, 180, 103, var(--tw-text-opacity));
}

.tw .group:hover .group-hover\:text-orange-200{
  --tw-text-opacity: 1;
  color: rgba(255, 151, 75, var(--tw-text-opacity));
}

.tw .group:hover .group-hover\:text-orange-300{
  --tw-text-opacity: 1;
  color: rgba(240, 122, 47, var(--tw-text-opacity));
}

.tw .group:hover .group-hover\:text-orange-400{
  --tw-text-opacity: 1;
  color: rgba(206, 95, 17, var(--tw-text-opacity));
}

.tw .group:hover .group-hover\:text-orange-500{
  --tw-text-opacity: 1;
  color: rgba(173, 68, 0, var(--tw-text-opacity));
}

.tw .group:hover .group-hover\:text-orange-600{
  --tw-text-opacity: 1;
  color: rgba(141, 40, 0, var(--tw-text-opacity));
}

.tw .group:hover .group-hover\:text-orange-700{
  --tw-text-opacity: 1;
  color: rgba(111, 6, 0, var(--tw-text-opacity));
}

.tw .group:hover .group-hover\:text-orange-800{
  --tw-text-opacity: 1;
  color: rgba(84, 0, 0, var(--tw-text-opacity));
}

.tw .group:hover .group-hover\:text-orange-900{
  --tw-text-opacity: 1;
  color: rgba(65, 0, 0, var(--tw-text-opacity));
}

.tw .group:hover .group-hover\:text-orange{
  --tw-text-opacity: 1;
  color: rgba(245, 127, 52, var(--tw-text-opacity));
}

.tw .group:hover .group-hover\:text-surface-brand{
  --tw-text-opacity: 1;
  color: rgba(26, 26, 26, var(--tw-text-opacity));
}

.tw .group:hover .group-hover\:text-surface-lower{
  --tw-text-opacity: 1;
  color: rgba(18, 19, 20, var(--tw-text-opacity));
}

.tw .group:hover .group-hover\:text-surface-base{
  --tw-text-opacity: 1;
  color: rgba(29, 30, 31, var(--tw-text-opacity));
}

.tw .group:hover .group-hover\:text-surface-low{
  --tw-text-opacity: 1;
  color: rgba(33, 33, 36, var(--tw-text-opacity));
}

.tw .group:hover .group-hover\:text-surface-middle{
  --tw-text-opacity: 1;
  color: rgba(38, 38, 42, var(--tw-text-opacity));
}

.tw .group:hover .group-hover\:text-surface-upper{
  --tw-text-opacity: 1;
  color: rgba(41, 41, 46, var(--tw-text-opacity));
}

.tw .group:hover .group-hover\:text-surface-high{
  --tw-text-opacity: 1;
  color: rgba(52, 52, 53, var(--tw-text-opacity));
}

.tw .group:hover .group-hover\:text-surface-higher{
  --tw-text-opacity: 1;
  color: rgba(74, 75, 75, var(--tw-text-opacity));
}

.tw .group:hover .group-hover\:text-surface-highest{
  --tw-text-opacity: 1;
  color: rgba(97, 97, 98, var(--tw-text-opacity));
}

.tw .group:hover .group-hover\:text-glyph-base{
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
}

.tw .group:hover .group-hover\:text-glyph-light{
  --tw-text-opacity: 1;
  color: rgba(194, 194, 194, var(--tw-text-opacity));
}

.tw .group:hover .group-hover\:text-glyph-lighter{
  --tw-text-opacity: 1;
  color: rgba(150, 150, 150, var(--tw-text-opacity));
}

.tw .group:hover .group-hover\:text-glyph-lightest{
  --tw-text-opacity: 1;
  color: rgba(80, 80, 80, var(--tw-text-opacity));
}

.tw .group:hover .group-hover\:text-link{
  --tw-text-opacity: 1;
  color: rgba(0, 190, 255, var(--tw-text-opacity));
}

.tw .group:hover .group-hover\:text-info-error{
  --tw-text-opacity: 1;
  color: rgba(235, 51, 65, var(--tw-text-opacity));
}

.tw .group:hover .group-hover\:text-info-danger{
  --tw-text-opacity: 1;
  color: rgba(247, 127, 37, var(--tw-text-opacity));
}

.tw .group:hover .group-hover\:text-info-warn{
  --tw-text-opacity: 1;
  color: rgba(255, 200, 47, var(--tw-text-opacity));
}

.tw .group:hover .group-hover\:text-info-ok{
  --tw-text-opacity: 1;
  color: rgba(0, 151, 79, var(--tw-text-opacity));
}

.tw .group:hover .group-hover\:text-info-notice{
  --tw-text-opacity: 1;
  color: rgba(1, 128, 255, var(--tw-text-opacity));
}

.tw .group:hover .group-hover\:text-accent-1{
  --tw-text-opacity: 1;
  color: rgba(255, 93, 105, var(--tw-text-opacity));
}

.tw .group:hover .group-hover\:text-accent-2{
  --tw-text-opacity: 1;
  color: rgba(7, 245, 175, var(--tw-text-opacity));
}

.tw .group:hover .group-hover\:text-accent-3{
  --tw-text-opacity: 1;
  color: rgba(4, 211, 114, var(--tw-text-opacity));
}

.tw .group:hover .group-hover\:text-accent-4{
  --tw-text-opacity: 1;
  color: rgba(132, 81, 245, var(--tw-text-opacity));
}

.tw .text-opacity-0{
  --tw-text-opacity: 0;
}

.tw .text-opacity-5{
  --tw-text-opacity: 0.05;
}

.tw .text-opacity-10{
  --tw-text-opacity: 0.1;
}

.tw .text-opacity-15{
  --tw-text-opacity: 0.15;
}

.tw .text-opacity-20{
  --tw-text-opacity: 0.2;
}

.tw .text-opacity-25{
  --tw-text-opacity: 0.25;
}

.tw .text-opacity-30{
  --tw-text-opacity: 0.3;
}

.tw .text-opacity-40{
  --tw-text-opacity: 0.4;
}

.tw .text-opacity-50{
  --tw-text-opacity: 0.5;
}

.tw .text-opacity-60{
  --tw-text-opacity: 0.6;
}

.tw .text-opacity-70{
  --tw-text-opacity: 0.7;
}

.tw .text-opacity-75{
  --tw-text-opacity: 0.75;
}

.tw .text-opacity-80{
  --tw-text-opacity: 0.8;
}

.tw .text-opacity-90{
  --tw-text-opacity: 0.9;
}

.tw .text-opacity-95{
  --tw-text-opacity: 0.95;
}

.tw .text-opacity-100{
  --tw-text-opacity: 1;
}

.tw .group:hover .group-hover\:text-opacity-0{
  --tw-text-opacity: 0;
}

.tw .group:hover .group-hover\:text-opacity-5{
  --tw-text-opacity: 0.05;
}

.tw .group:hover .group-hover\:text-opacity-10{
  --tw-text-opacity: 0.1;
}

.tw .group:hover .group-hover\:text-opacity-15{
  --tw-text-opacity: 0.15;
}

.tw .group:hover .group-hover\:text-opacity-20{
  --tw-text-opacity: 0.2;
}

.tw .group:hover .group-hover\:text-opacity-25{
  --tw-text-opacity: 0.25;
}

.tw .group:hover .group-hover\:text-opacity-30{
  --tw-text-opacity: 0.3;
}

.tw .group:hover .group-hover\:text-opacity-40{
  --tw-text-opacity: 0.4;
}

.tw .group:hover .group-hover\:text-opacity-50{
  --tw-text-opacity: 0.5;
}

.tw .group:hover .group-hover\:text-opacity-60{
  --tw-text-opacity: 0.6;
}

.tw .group:hover .group-hover\:text-opacity-70{
  --tw-text-opacity: 0.7;
}

.tw .group:hover .group-hover\:text-opacity-75{
  --tw-text-opacity: 0.75;
}

.tw .group:hover .group-hover\:text-opacity-80{
  --tw-text-opacity: 0.8;
}

.tw .group:hover .group-hover\:text-opacity-90{
  --tw-text-opacity: 0.9;
}

.tw .group:hover .group-hover\:text-opacity-95{
  --tw-text-opacity: 0.95;
}

.tw .group:hover .group-hover\:text-opacity-100{
  --tw-text-opacity: 1;
}

.tw .focus-within\:text-opacity-0:focus-within{
  --tw-text-opacity: 0;
}

.tw .focus-within\:text-opacity-5:focus-within{
  --tw-text-opacity: 0.05;
}

.tw .focus-within\:text-opacity-10:focus-within{
  --tw-text-opacity: 0.1;
}

.tw .focus-within\:text-opacity-15:focus-within{
  --tw-text-opacity: 0.15;
}

.tw .focus-within\:text-opacity-20:focus-within{
  --tw-text-opacity: 0.2;
}

.tw .focus-within\:text-opacity-25:focus-within{
  --tw-text-opacity: 0.25;
}

.tw .focus-within\:text-opacity-30:focus-within{
  --tw-text-opacity: 0.3;
}

.tw .focus-within\:text-opacity-40:focus-within{
  --tw-text-opacity: 0.4;
}

.tw .focus-within\:text-opacity-50:focus-within{
  --tw-text-opacity: 0.5;
}

.tw .focus-within\:text-opacity-60:focus-within{
  --tw-text-opacity: 0.6;
}

.tw .focus-within\:text-opacity-70:focus-within{
  --tw-text-opacity: 0.7;
}

.tw .focus-within\:text-opacity-75:focus-within{
  --tw-text-opacity: 0.75;
}

.tw .focus-within\:text-opacity-80:focus-within{
  --tw-text-opacity: 0.8;
}

.tw .focus-within\:text-opacity-90:focus-within{
  --tw-text-opacity: 0.9;
}

.tw .focus-within\:text-opacity-95:focus-within{
  --tw-text-opacity: 0.95;
}

.tw .focus-within\:text-opacity-100:focus-within{
  --tw-text-opacity: 1;
}

.tw .hover\:text-opacity-0:hover{
  --tw-text-opacity: 0;
}

.tw .hover\:text-opacity-5:hover{
  --tw-text-opacity: 0.05;
}

.tw .hover\:text-opacity-10:hover{
  --tw-text-opacity: 0.1;
}

.tw .hover\:text-opacity-15:hover{
  --tw-text-opacity: 0.15;
}

.tw .hover\:text-opacity-20:hover{
  --tw-text-opacity: 0.2;
}

.tw .hover\:text-opacity-25:hover{
  --tw-text-opacity: 0.25;
}

.tw .hover\:text-opacity-30:hover{
  --tw-text-opacity: 0.3;
}

.tw .hover\:text-opacity-40:hover{
  --tw-text-opacity: 0.4;
}

.tw .hover\:text-opacity-50:hover{
  --tw-text-opacity: 0.5;
}

.tw .hover\:text-opacity-60:hover{
  --tw-text-opacity: 0.6;
}

.tw .hover\:text-opacity-70:hover{
  --tw-text-opacity: 0.7;
}

.tw .hover\:text-opacity-75:hover{
  --tw-text-opacity: 0.75;
}

.tw .hover\:text-opacity-80:hover{
  --tw-text-opacity: 0.8;
}

.tw .hover\:text-opacity-90:hover{
  --tw-text-opacity: 0.9;
}

.tw .hover\:text-opacity-95:hover{
  --tw-text-opacity: 0.95;
}

.tw .hover\:text-opacity-100:hover{
  --tw-text-opacity: 1;
}

.tw .focus\:text-opacity-0:focus{
  --tw-text-opacity: 0;
}

.tw .focus\:text-opacity-5:focus{
  --tw-text-opacity: 0.05;
}

.tw .focus\:text-opacity-10:focus{
  --tw-text-opacity: 0.1;
}

.tw .focus\:text-opacity-15:focus{
  --tw-text-opacity: 0.15;
}

.tw .focus\:text-opacity-20:focus{
  --tw-text-opacity: 0.2;
}

.tw .focus\:text-opacity-25:focus{
  --tw-text-opacity: 0.25;
}

.tw .focus\:text-opacity-30:focus{
  --tw-text-opacity: 0.3;
}

.tw .focus\:text-opacity-40:focus{
  --tw-text-opacity: 0.4;
}

.tw .focus\:text-opacity-50:focus{
  --tw-text-opacity: 0.5;
}

.tw .focus\:text-opacity-60:focus{
  --tw-text-opacity: 0.6;
}

.tw .focus\:text-opacity-70:focus{
  --tw-text-opacity: 0.7;
}

.tw .focus\:text-opacity-75:focus{
  --tw-text-opacity: 0.75;
}

.tw .focus\:text-opacity-80:focus{
  --tw-text-opacity: 0.8;
}

.tw .focus\:text-opacity-90:focus{
  --tw-text-opacity: 0.9;
}

.tw .focus\:text-opacity-95:focus{
  --tw-text-opacity: 0.95;
}

.tw .focus\:text-opacity-100:focus{
  --tw-text-opacity: 1;
}

.tw .underline{
  text-decoration: underline;
}

.tw .line-through{
  text-decoration: line-through;
}

.tw .no-underline{
  text-decoration: none;
}

.tw .group:hover .group-hover\:underline{
  text-decoration: underline;
}

.tw .group:hover .group-hover\:line-through{
  text-decoration: line-through;
}

.tw .group:hover .group-hover\:no-underline{
  text-decoration: none;
}

.tw .focus-within\:underline:focus-within{
  text-decoration: underline;
}

.tw .focus-within\:line-through:focus-within{
  text-decoration: line-through;
}

.tw .focus-within\:no-underline:focus-within{
  text-decoration: none;
}

.tw .hover\:underline:hover{
  text-decoration: underline;
}

.tw .hover\:line-through:hover{
  text-decoration: line-through;
}

.tw .hover\:no-underline:hover{
  text-decoration: none;
}

.tw .focus\:underline:focus{
  text-decoration: underline;
}

.tw .focus\:line-through:focus{
  text-decoration: line-through;
}

.tw .focus\:no-underline:focus{
  text-decoration: none;
}

.tw .antialiased{
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.tw .subpixel-antialiased{
  -webkit-font-smoothing: auto;
  -moz-osx-font-smoothing: auto;
}

.tw .placeholder-current::-moz-placeholder{
  color: currentColor;
}

.tw .placeholder-current::placeholder{
  color: currentColor;
}

.tw .placeholder-transparent::-moz-placeholder{
  color: transparent;
}

.tw .placeholder-transparent::placeholder{
  color: transparent;
}

.tw .placeholder-white::-moz-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
}

.tw .placeholder-white::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
}

.tw .placeholder-black::-moz-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(0, 0, 0, var(--tw-placeholder-opacity));
}

.tw .placeholder-black::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(0, 0, 0, var(--tw-placeholder-opacity));
}

.tw .placeholder-gray-10::-moz-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(240, 240, 240, var(--tw-placeholder-opacity));
}

.tw .placeholder-gray-10::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(240, 240, 240, var(--tw-placeholder-opacity));
}

.tw .placeholder-gray-20::-moz-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(226, 226, 226, var(--tw-placeholder-opacity));
}

.tw .placeholder-gray-20::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(226, 226, 226, var(--tw-placeholder-opacity));
}

.tw .placeholder-gray-30::-moz-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(211, 211, 211, var(--tw-placeholder-opacity));
}

.tw .placeholder-gray-30::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(211, 211, 211, var(--tw-placeholder-opacity));
}

.tw .placeholder-gray-40::-moz-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(197, 197, 197, var(--tw-placeholder-opacity));
}

.tw .placeholder-gray-40::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(197, 197, 197, var(--tw-placeholder-opacity));
}

.tw .placeholder-gray-50::-moz-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(183, 183, 183, var(--tw-placeholder-opacity));
}

.tw .placeholder-gray-50::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(183, 183, 183, var(--tw-placeholder-opacity));
}

.tw .placeholder-gray-60::-moz-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(169, 169, 169, var(--tw-placeholder-opacity));
}

.tw .placeholder-gray-60::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(169, 169, 169, var(--tw-placeholder-opacity));
}

.tw .placeholder-gray-70::-moz-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(156, 156, 156, var(--tw-placeholder-opacity));
}

.tw .placeholder-gray-70::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(156, 156, 156, var(--tw-placeholder-opacity));
}

.tw .placeholder-gray-80::-moz-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(142, 142, 142, var(--tw-placeholder-opacity));
}

.tw .placeholder-gray-80::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(142, 142, 142, var(--tw-placeholder-opacity));
}

.tw .placeholder-gray-90::-moz-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(129, 129, 129, var(--tw-placeholder-opacity));
}

.tw .placeholder-gray-90::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(129, 129, 129, var(--tw-placeholder-opacity));
}

.tw .placeholder-gray-100::-moz-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(108, 109, 114, var(--tw-placeholder-opacity));
}

.tw .placeholder-gray-100::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(108, 109, 114, var(--tw-placeholder-opacity));
}

.tw .placeholder-gray-200::-moz-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(96, 97, 103, var(--tw-placeholder-opacity));
}

.tw .placeholder-gray-200::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(96, 97, 103, var(--tw-placeholder-opacity));
}

.tw .placeholder-gray-300::-moz-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(84, 86, 91, var(--tw-placeholder-opacity));
}

.tw .placeholder-gray-300::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(84, 86, 91, var(--tw-placeholder-opacity));
}

.tw .placeholder-gray-400::-moz-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(73, 73, 80, var(--tw-placeholder-opacity));
}

.tw .placeholder-gray-400::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(73, 73, 80, var(--tw-placeholder-opacity));
}

.tw .placeholder-gray-500::-moz-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(61, 61, 68, var(--tw-placeholder-opacity));
}

.tw .placeholder-gray-500::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(61, 61, 68, var(--tw-placeholder-opacity));
}

.tw .placeholder-gray-600::-moz-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(53, 53, 61, var(--tw-placeholder-opacity));
}

.tw .placeholder-gray-600::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(53, 53, 61, var(--tw-placeholder-opacity));
}

.tw .placeholder-gray-700::-moz-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(45, 45, 49, var(--tw-placeholder-opacity));
}

.tw .placeholder-gray-700::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(45, 45, 49, var(--tw-placeholder-opacity));
}

.tw .placeholder-gray-800::-moz-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(38, 37, 42, var(--tw-placeholder-opacity));
}

.tw .placeholder-gray-800::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(38, 37, 42, var(--tw-placeholder-opacity));
}

.tw .placeholder-gray-850::-moz-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(32, 32, 37, var(--tw-placeholder-opacity));
}

.tw .placeholder-gray-850::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(32, 32, 37, var(--tw-placeholder-opacity));
}

.tw .placeholder-gray-900::-moz-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(27, 27, 32, var(--tw-placeholder-opacity));
}

.tw .placeholder-gray-900::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(27, 27, 32, var(--tw-placeholder-opacity));
}

.tw .placeholder-gray-950::-moz-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(20, 20, 23, var(--tw-placeholder-opacity));
}

.tw .placeholder-gray-950::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(20, 20, 23, var(--tw-placeholder-opacity));
}

.tw .placeholder-brand-50::-moz-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(127, 255, 255, var(--tw-placeholder-opacity));
}

.tw .placeholder-brand-50::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(127, 255, 255, var(--tw-placeholder-opacity));
}

.tw .placeholder-brand-100::-moz-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(87, 226, 255, var(--tw-placeholder-opacity));
}

.tw .placeholder-brand-100::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(87, 226, 255, var(--tw-placeholder-opacity));
}

.tw .placeholder-brand-200::-moz-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(32, 197, 255, var(--tw-placeholder-opacity));
}

.tw .placeholder-brand-200::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(32, 197, 255, var(--tw-placeholder-opacity));
}

.tw .placeholder-brand-300::-moz-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(0, 167, 231, var(--tw-placeholder-opacity));
}

.tw .placeholder-brand-300::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(0, 167, 231, var(--tw-placeholder-opacity));
}

.tw .placeholder-brand-400::-moz-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(0, 139, 201, var(--tw-placeholder-opacity));
}

.tw .placeholder-brand-400::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(0, 139, 201, var(--tw-placeholder-opacity));
}

.tw .placeholder-brand-500::-moz-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(0, 112, 172, var(--tw-placeholder-opacity));
}

.tw .placeholder-brand-500::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(0, 112, 172, var(--tw-placeholder-opacity));
}

.tw .placeholder-brand-600::-moz-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(0, 86, 143, var(--tw-placeholder-opacity));
}

.tw .placeholder-brand-600::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(0, 86, 143, var(--tw-placeholder-opacity));
}

.tw .placeholder-brand-700::-moz-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(0, 62, 116, var(--tw-placeholder-opacity));
}

.tw .placeholder-brand-700::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(0, 62, 116, var(--tw-placeholder-opacity));
}

.tw .placeholder-brand-800::-moz-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(0, 39, 89, var(--tw-placeholder-opacity));
}

.tw .placeholder-brand-800::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(0, 39, 89, var(--tw-placeholder-opacity));
}

.tw .placeholder-brand-900::-moz-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(0, 18, 63, var(--tw-placeholder-opacity));
}

.tw .placeholder-brand-900::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(0, 18, 63, var(--tw-placeholder-opacity));
}

.tw .placeholder-brand::-moz-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(0, 190, 255, var(--tw-placeholder-opacity));
}

.tw .placeholder-brand::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(0, 190, 255, var(--tw-placeholder-opacity));
}

.tw .placeholder-brand-base::-moz-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(0, 190, 255, var(--tw-placeholder-opacity));
}

.tw .placeholder-brand-base::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(0, 190, 255, var(--tw-placeholder-opacity));
}

.tw .placeholder-red-50::-moz-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(255, 202, 200, var(--tw-placeholder-opacity));
}

.tw .placeholder-red-50::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(255, 202, 200, var(--tw-placeholder-opacity));
}

.tw .placeholder-red-100::-moz-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(255, 171, 171, var(--tw-placeholder-opacity));
}

.tw .placeholder-red-100::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(255, 171, 171, var(--tw-placeholder-opacity));
}

.tw .placeholder-red-200::-moz-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(255, 142, 142, var(--tw-placeholder-opacity));
}

.tw .placeholder-red-200::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(255, 142, 142, var(--tw-placeholder-opacity));
}

.tw .placeholder-red-300::-moz-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(247, 112, 115, var(--tw-placeholder-opacity));
}

.tw .placeholder-red-300::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(247, 112, 115, var(--tw-placeholder-opacity));
}

.tw .placeholder-red-400::-moz-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(215, 83, 89, var(--tw-placeholder-opacity));
}

.tw .placeholder-red-400::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(215, 83, 89, var(--tw-placeholder-opacity));
}

.tw .placeholder-red-500::-moz-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(182, 54, 64, var(--tw-placeholder-opacity));
}

.tw .placeholder-red-500::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(182, 54, 64, var(--tw-placeholder-opacity));
}

.tw .placeholder-red-600::-moz-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(150, 18, 41, var(--tw-placeholder-opacity));
}

.tw .placeholder-red-600::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(150, 18, 41, var(--tw-placeholder-opacity));
}

.tw .placeholder-red-700::-moz-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(119, 0, 19, var(--tw-placeholder-opacity));
}

.tw .placeholder-red-700::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(119, 0, 19, var(--tw-placeholder-opacity));
}

.tw .placeholder-red-800::-moz-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(89, 0, 0, var(--tw-placeholder-opacity));
}

.tw .placeholder-red-800::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(89, 0, 0, var(--tw-placeholder-opacity));
}

.tw .placeholder-red-900::-moz-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(65, 0, 0, var(--tw-placeholder-opacity));
}

.tw .placeholder-red-900::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(65, 0, 0, var(--tw-placeholder-opacity));
}

.tw .placeholder-red::-moz-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(211, 80, 86, var(--tw-placeholder-opacity));
}

.tw .placeholder-red::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(211, 80, 86, var(--tw-placeholder-opacity));
}

.tw .placeholder-red-brand::-moz-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(255, 79, 79, var(--tw-placeholder-opacity));
}

.tw .placeholder-red-brand::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(255, 79, 79, var(--tw-placeholder-opacity));
}

.tw .placeholder-green-50::-moz-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(141, 255, 205, var(--tw-placeholder-opacity));
}

.tw .placeholder-green-50::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(141, 255, 205, var(--tw-placeholder-opacity));
}

.tw .placeholder-green-100::-moz-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(109, 236, 176, var(--tw-placeholder-opacity));
}

.tw .placeholder-green-100::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(109, 236, 176, var(--tw-placeholder-opacity));
}

.tw .placeholder-green-200::-moz-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(76, 206, 147, var(--tw-placeholder-opacity));
}

.tw .placeholder-green-200::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(76, 206, 147, var(--tw-placeholder-opacity));
}

.tw .placeholder-green-300::-moz-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(36, 176, 119, var(--tw-placeholder-opacity));
}

.tw .placeholder-green-300::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(36, 176, 119, var(--tw-placeholder-opacity));
}

.tw .placeholder-green-400::-moz-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(0, 147, 93, var(--tw-placeholder-opacity));
}

.tw .placeholder-green-400::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(0, 147, 93, var(--tw-placeholder-opacity));
}

.tw .placeholder-green-500::-moz-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(0, 119, 68, var(--tw-placeholder-opacity));
}

.tw .placeholder-green-500::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(0, 119, 68, var(--tw-placeholder-opacity));
}

.tw .placeholder-green-600::-moz-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(0, 91, 43, var(--tw-placeholder-opacity));
}

.tw .placeholder-green-600::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(0, 91, 43, var(--tw-placeholder-opacity));
}

.tw .placeholder-green-700::-moz-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(0, 65, 21, var(--tw-placeholder-opacity));
}

.tw .placeholder-green-700::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(0, 65, 21, var(--tw-placeholder-opacity));
}

.tw .placeholder-green-800::-moz-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(0, 43, 0, var(--tw-placeholder-opacity));
}

.tw .placeholder-green-800::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(0, 43, 0, var(--tw-placeholder-opacity));
}

.tw .placeholder-green-900::-moz-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(0, 27, 0, var(--tw-placeholder-opacity));
}

.tw .placeholder-green-900::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(0, 27, 0, var(--tw-placeholder-opacity));
}

.tw .placeholder-green::-moz-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(46, 182, 125, var(--tw-placeholder-opacity));
}

.tw .placeholder-green::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(46, 182, 125, var(--tw-placeholder-opacity));
}

.tw .placeholder-yellow-50::-moz-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(255, 235, 87, var(--tw-placeholder-opacity));
}

.tw .placeholder-yellow-50::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(255, 235, 87, var(--tw-placeholder-opacity));
}

.tw .placeholder-yellow-100::-moz-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(255, 205, 55, var(--tw-placeholder-opacity));
}

.tw .placeholder-yellow-100::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(255, 205, 55, var(--tw-placeholder-opacity));
}

.tw .placeholder-yellow-200::-moz-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(228, 176, 9, var(--tw-placeholder-opacity));
}

.tw .placeholder-yellow-200::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(228, 176, 9, var(--tw-placeholder-opacity));
}

.tw .placeholder-yellow-300::-moz-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(195, 148, 0, var(--tw-placeholder-opacity));
}

.tw .placeholder-yellow-300::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(195, 148, 0, var(--tw-placeholder-opacity));
}

.tw .placeholder-yellow-400::-moz-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(163, 121, 0, var(--tw-placeholder-opacity));
}

.tw .placeholder-yellow-400::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(163, 121, 0, var(--tw-placeholder-opacity));
}

.tw .placeholder-yellow-500::-moz-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(133, 95, 0, var(--tw-placeholder-opacity));
}

.tw .placeholder-yellow-500::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(133, 95, 0, var(--tw-placeholder-opacity));
}

.tw .placeholder-yellow-600::-moz-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(104, 70, 0, var(--tw-placeholder-opacity));
}

.tw .placeholder-yellow-600::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(104, 70, 0, var(--tw-placeholder-opacity));
}

.tw .placeholder-yellow-700::-moz-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(79, 46, 0, var(--tw-placeholder-opacity));
}

.tw .placeholder-yellow-700::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(79, 46, 0, var(--tw-placeholder-opacity));
}

.tw .placeholder-yellow-800::-moz-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(61, 22, 0, var(--tw-placeholder-opacity));
}

.tw .placeholder-yellow-800::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(61, 22, 0, var(--tw-placeholder-opacity));
}

.tw .placeholder-yellow-900::-moz-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(50, 0, 0, var(--tw-placeholder-opacity));
}

.tw .placeholder-yellow-900::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(50, 0, 0, var(--tw-placeholder-opacity));
}

.tw .placeholder-yellow::-moz-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(254, 199, 47, var(--tw-placeholder-opacity));
}

.tw .placeholder-yellow::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(254, 199, 47, var(--tw-placeholder-opacity));
}

.tw .placeholder-purple-50::-moz-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(255, 216, 255, var(--tw-placeholder-opacity));
}

.tw .placeholder-purple-50::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(255, 216, 255, var(--tw-placeholder-opacity));
}

.tw .placeholder-purple-100::-moz-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(240, 186, 255, var(--tw-placeholder-opacity));
}

.tw .placeholder-purple-100::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(240, 186, 255, var(--tw-placeholder-opacity));
}

.tw .placeholder-purple-200::-moz-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(208, 157, 255, var(--tw-placeholder-opacity));
}

.tw .placeholder-purple-200::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(208, 157, 255, var(--tw-placeholder-opacity));
}

.tw .placeholder-purple-300::-moz-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(177, 128, 255, var(--tw-placeholder-opacity));
}

.tw .placeholder-purple-300::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(177, 128, 255, var(--tw-placeholder-opacity));
}

.tw .placeholder-purple-400::-moz-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(146, 101, 233, var(--tw-placeholder-opacity));
}

.tw .placeholder-purple-400::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(146, 101, 233, var(--tw-placeholder-opacity));
}

.tw .placeholder-purple-500::-moz-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(116, 74, 203, var(--tw-placeholder-opacity));
}

.tw .placeholder-purple-500::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(116, 74, 203, var(--tw-placeholder-opacity));
}

.tw .placeholder-purple-600::-moz-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(85, 48, 173, var(--tw-placeholder-opacity));
}

.tw .placeholder-purple-600::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(85, 48, 173, var(--tw-placeholder-opacity));
}

.tw .placeholder-purple-700::-moz-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(53, 22, 144, var(--tw-placeholder-opacity));
}

.tw .placeholder-purple-700::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(53, 22, 144, var(--tw-placeholder-opacity));
}

.tw .placeholder-purple-800::-moz-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(9, 0, 116, var(--tw-placeholder-opacity));
}

.tw .placeholder-purple-800::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(9, 0, 116, var(--tw-placeholder-opacity));
}

.tw .placeholder-purple-900::-moz-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(0, 0, 89, var(--tw-placeholder-opacity));
}

.tw .placeholder-purple-900::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(0, 0, 89, var(--tw-placeholder-opacity));
}

.tw .placeholder-purple::-moz-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(168, 120, 255, var(--tw-placeholder-opacity));
}

.tw .placeholder-purple::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(168, 120, 255, var(--tw-placeholder-opacity));
}

.tw .placeholder-orange-50::-moz-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(255, 210, 131, var(--tw-placeholder-opacity));
}

.tw .placeholder-orange-50::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(255, 210, 131, var(--tw-placeholder-opacity));
}

.tw .placeholder-orange-100::-moz-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(255, 180, 103, var(--tw-placeholder-opacity));
}

.tw .placeholder-orange-100::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(255, 180, 103, var(--tw-placeholder-opacity));
}

.tw .placeholder-orange-200::-moz-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(255, 151, 75, var(--tw-placeholder-opacity));
}

.tw .placeholder-orange-200::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(255, 151, 75, var(--tw-placeholder-opacity));
}

.tw .placeholder-orange-300::-moz-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(240, 122, 47, var(--tw-placeholder-opacity));
}

.tw .placeholder-orange-300::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(240, 122, 47, var(--tw-placeholder-opacity));
}

.tw .placeholder-orange-400::-moz-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(206, 95, 17, var(--tw-placeholder-opacity));
}

.tw .placeholder-orange-400::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(206, 95, 17, var(--tw-placeholder-opacity));
}

.tw .placeholder-orange-500::-moz-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(173, 68, 0, var(--tw-placeholder-opacity));
}

.tw .placeholder-orange-500::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(173, 68, 0, var(--tw-placeholder-opacity));
}

.tw .placeholder-orange-600::-moz-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(141, 40, 0, var(--tw-placeholder-opacity));
}

.tw .placeholder-orange-600::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(141, 40, 0, var(--tw-placeholder-opacity));
}

.tw .placeholder-orange-700::-moz-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(111, 6, 0, var(--tw-placeholder-opacity));
}

.tw .placeholder-orange-700::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(111, 6, 0, var(--tw-placeholder-opacity));
}

.tw .placeholder-orange-800::-moz-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(84, 0, 0, var(--tw-placeholder-opacity));
}

.tw .placeholder-orange-800::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(84, 0, 0, var(--tw-placeholder-opacity));
}

.tw .placeholder-orange-900::-moz-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(65, 0, 0, var(--tw-placeholder-opacity));
}

.tw .placeholder-orange-900::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(65, 0, 0, var(--tw-placeholder-opacity));
}

.tw .placeholder-orange::-moz-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(245, 127, 52, var(--tw-placeholder-opacity));
}

.tw .placeholder-orange::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(245, 127, 52, var(--tw-placeholder-opacity));
}

.tw .placeholder-surface-brand::-moz-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(26, 26, 26, var(--tw-placeholder-opacity));
}

.tw .placeholder-surface-brand::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(26, 26, 26, var(--tw-placeholder-opacity));
}

.tw .placeholder-surface-lower::-moz-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(18, 19, 20, var(--tw-placeholder-opacity));
}

.tw .placeholder-surface-lower::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(18, 19, 20, var(--tw-placeholder-opacity));
}

.tw .placeholder-surface-base::-moz-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(29, 30, 31, var(--tw-placeholder-opacity));
}

.tw .placeholder-surface-base::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(29, 30, 31, var(--tw-placeholder-opacity));
}

.tw .placeholder-surface-low::-moz-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(33, 33, 36, var(--tw-placeholder-opacity));
}

.tw .placeholder-surface-low::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(33, 33, 36, var(--tw-placeholder-opacity));
}

.tw .placeholder-surface-middle::-moz-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(38, 38, 42, var(--tw-placeholder-opacity));
}

.tw .placeholder-surface-middle::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(38, 38, 42, var(--tw-placeholder-opacity));
}

.tw .placeholder-surface-upper::-moz-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(41, 41, 46, var(--tw-placeholder-opacity));
}

.tw .placeholder-surface-upper::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(41, 41, 46, var(--tw-placeholder-opacity));
}

.tw .placeholder-surface-high::-moz-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(52, 52, 53, var(--tw-placeholder-opacity));
}

.tw .placeholder-surface-high::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(52, 52, 53, var(--tw-placeholder-opacity));
}

.tw .placeholder-surface-higher::-moz-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(74, 75, 75, var(--tw-placeholder-opacity));
}

.tw .placeholder-surface-higher::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(74, 75, 75, var(--tw-placeholder-opacity));
}

.tw .placeholder-surface-highest::-moz-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(97, 97, 98, var(--tw-placeholder-opacity));
}

.tw .placeholder-surface-highest::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(97, 97, 98, var(--tw-placeholder-opacity));
}

.tw .placeholder-glyph-base::-moz-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
}

.tw .placeholder-glyph-base::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
}

.tw .placeholder-glyph-light::-moz-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(194, 194, 194, var(--tw-placeholder-opacity));
}

.tw .placeholder-glyph-light::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(194, 194, 194, var(--tw-placeholder-opacity));
}

.tw .placeholder-glyph-lighter::-moz-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(150, 150, 150, var(--tw-placeholder-opacity));
}

.tw .placeholder-glyph-lighter::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(150, 150, 150, var(--tw-placeholder-opacity));
}

.tw .placeholder-glyph-lightest::-moz-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(80, 80, 80, var(--tw-placeholder-opacity));
}

.tw .placeholder-glyph-lightest::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(80, 80, 80, var(--tw-placeholder-opacity));
}

.tw .placeholder-link::-moz-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(0, 190, 255, var(--tw-placeholder-opacity));
}

.tw .placeholder-link::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(0, 190, 255, var(--tw-placeholder-opacity));
}

.tw .placeholder-info-error::-moz-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(235, 51, 65, var(--tw-placeholder-opacity));
}

.tw .placeholder-info-error::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(235, 51, 65, var(--tw-placeholder-opacity));
}

.tw .placeholder-info-danger::-moz-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(247, 127, 37, var(--tw-placeholder-opacity));
}

.tw .placeholder-info-danger::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(247, 127, 37, var(--tw-placeholder-opacity));
}

.tw .placeholder-info-warn::-moz-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(255, 200, 47, var(--tw-placeholder-opacity));
}

.tw .placeholder-info-warn::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(255, 200, 47, var(--tw-placeholder-opacity));
}

.tw .placeholder-info-ok::-moz-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(0, 151, 79, var(--tw-placeholder-opacity));
}

.tw .placeholder-info-ok::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(0, 151, 79, var(--tw-placeholder-opacity));
}

.tw .placeholder-info-notice::-moz-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(1, 128, 255, var(--tw-placeholder-opacity));
}

.tw .placeholder-info-notice::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(1, 128, 255, var(--tw-placeholder-opacity));
}

.tw .placeholder-accent-1::-moz-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(255, 93, 105, var(--tw-placeholder-opacity));
}

.tw .placeholder-accent-1::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(255, 93, 105, var(--tw-placeholder-opacity));
}

.tw .placeholder-accent-2::-moz-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(7, 245, 175, var(--tw-placeholder-opacity));
}

.tw .placeholder-accent-2::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(7, 245, 175, var(--tw-placeholder-opacity));
}

.tw .placeholder-accent-3::-moz-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(4, 211, 114, var(--tw-placeholder-opacity));
}

.tw .placeholder-accent-3::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(4, 211, 114, var(--tw-placeholder-opacity));
}

.tw .placeholder-accent-4::-moz-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(132, 81, 245, var(--tw-placeholder-opacity));
}

.tw .placeholder-accent-4::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(132, 81, 245, var(--tw-placeholder-opacity));
}

.tw .focus\:placeholder-current:focus::-moz-placeholder{
  color: currentColor;
}

.tw .focus\:placeholder-current:focus::placeholder{
  color: currentColor;
}

.tw .focus\:placeholder-transparent:focus::-moz-placeholder{
  color: transparent;
}

.tw .focus\:placeholder-transparent:focus::placeholder{
  color: transparent;
}

.tw .focus\:placeholder-white:focus::-moz-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
}

.tw .focus\:placeholder-white:focus::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
}

.tw .focus\:placeholder-black:focus::-moz-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(0, 0, 0, var(--tw-placeholder-opacity));
}

.tw .focus\:placeholder-black:focus::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(0, 0, 0, var(--tw-placeholder-opacity));
}

.tw .focus\:placeholder-gray-10:focus::-moz-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(240, 240, 240, var(--tw-placeholder-opacity));
}

.tw .focus\:placeholder-gray-10:focus::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(240, 240, 240, var(--tw-placeholder-opacity));
}

.tw .focus\:placeholder-gray-20:focus::-moz-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(226, 226, 226, var(--tw-placeholder-opacity));
}

.tw .focus\:placeholder-gray-20:focus::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(226, 226, 226, var(--tw-placeholder-opacity));
}

.tw .focus\:placeholder-gray-30:focus::-moz-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(211, 211, 211, var(--tw-placeholder-opacity));
}

.tw .focus\:placeholder-gray-30:focus::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(211, 211, 211, var(--tw-placeholder-opacity));
}

.tw .focus\:placeholder-gray-40:focus::-moz-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(197, 197, 197, var(--tw-placeholder-opacity));
}

.tw .focus\:placeholder-gray-40:focus::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(197, 197, 197, var(--tw-placeholder-opacity));
}

.tw .focus\:placeholder-gray-50:focus::-moz-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(183, 183, 183, var(--tw-placeholder-opacity));
}

.tw .focus\:placeholder-gray-50:focus::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(183, 183, 183, var(--tw-placeholder-opacity));
}

.tw .focus\:placeholder-gray-60:focus::-moz-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(169, 169, 169, var(--tw-placeholder-opacity));
}

.tw .focus\:placeholder-gray-60:focus::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(169, 169, 169, var(--tw-placeholder-opacity));
}

.tw .focus\:placeholder-gray-70:focus::-moz-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(156, 156, 156, var(--tw-placeholder-opacity));
}

.tw .focus\:placeholder-gray-70:focus::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(156, 156, 156, var(--tw-placeholder-opacity));
}

.tw .focus\:placeholder-gray-80:focus::-moz-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(142, 142, 142, var(--tw-placeholder-opacity));
}

.tw .focus\:placeholder-gray-80:focus::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(142, 142, 142, var(--tw-placeholder-opacity));
}

.tw .focus\:placeholder-gray-90:focus::-moz-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(129, 129, 129, var(--tw-placeholder-opacity));
}

.tw .focus\:placeholder-gray-90:focus::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(129, 129, 129, var(--tw-placeholder-opacity));
}

.tw .focus\:placeholder-gray-100:focus::-moz-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(108, 109, 114, var(--tw-placeholder-opacity));
}

.tw .focus\:placeholder-gray-100:focus::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(108, 109, 114, var(--tw-placeholder-opacity));
}

.tw .focus\:placeholder-gray-200:focus::-moz-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(96, 97, 103, var(--tw-placeholder-opacity));
}

.tw .focus\:placeholder-gray-200:focus::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(96, 97, 103, var(--tw-placeholder-opacity));
}

.tw .focus\:placeholder-gray-300:focus::-moz-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(84, 86, 91, var(--tw-placeholder-opacity));
}

.tw .focus\:placeholder-gray-300:focus::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(84, 86, 91, var(--tw-placeholder-opacity));
}

.tw .focus\:placeholder-gray-400:focus::-moz-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(73, 73, 80, var(--tw-placeholder-opacity));
}

.tw .focus\:placeholder-gray-400:focus::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(73, 73, 80, var(--tw-placeholder-opacity));
}

.tw .focus\:placeholder-gray-500:focus::-moz-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(61, 61, 68, var(--tw-placeholder-opacity));
}

.tw .focus\:placeholder-gray-500:focus::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(61, 61, 68, var(--tw-placeholder-opacity));
}

.tw .focus\:placeholder-gray-600:focus::-moz-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(53, 53, 61, var(--tw-placeholder-opacity));
}

.tw .focus\:placeholder-gray-600:focus::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(53, 53, 61, var(--tw-placeholder-opacity));
}

.tw .focus\:placeholder-gray-700:focus::-moz-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(45, 45, 49, var(--tw-placeholder-opacity));
}

.tw .focus\:placeholder-gray-700:focus::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(45, 45, 49, var(--tw-placeholder-opacity));
}

.tw .focus\:placeholder-gray-800:focus::-moz-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(38, 37, 42, var(--tw-placeholder-opacity));
}

.tw .focus\:placeholder-gray-800:focus::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(38, 37, 42, var(--tw-placeholder-opacity));
}

.tw .focus\:placeholder-gray-850:focus::-moz-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(32, 32, 37, var(--tw-placeholder-opacity));
}

.tw .focus\:placeholder-gray-850:focus::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(32, 32, 37, var(--tw-placeholder-opacity));
}

.tw .focus\:placeholder-gray-900:focus::-moz-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(27, 27, 32, var(--tw-placeholder-opacity));
}

.tw .focus\:placeholder-gray-900:focus::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(27, 27, 32, var(--tw-placeholder-opacity));
}

.tw .focus\:placeholder-gray-950:focus::-moz-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(20, 20, 23, var(--tw-placeholder-opacity));
}

.tw .focus\:placeholder-gray-950:focus::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(20, 20, 23, var(--tw-placeholder-opacity));
}

.tw .focus\:placeholder-brand-50:focus::-moz-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(127, 255, 255, var(--tw-placeholder-opacity));
}

.tw .focus\:placeholder-brand-50:focus::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(127, 255, 255, var(--tw-placeholder-opacity));
}

.tw .focus\:placeholder-brand-100:focus::-moz-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(87, 226, 255, var(--tw-placeholder-opacity));
}

.tw .focus\:placeholder-brand-100:focus::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(87, 226, 255, var(--tw-placeholder-opacity));
}

.tw .focus\:placeholder-brand-200:focus::-moz-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(32, 197, 255, var(--tw-placeholder-opacity));
}

.tw .focus\:placeholder-brand-200:focus::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(32, 197, 255, var(--tw-placeholder-opacity));
}

.tw .focus\:placeholder-brand-300:focus::-moz-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(0, 167, 231, var(--tw-placeholder-opacity));
}

.tw .focus\:placeholder-brand-300:focus::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(0, 167, 231, var(--tw-placeholder-opacity));
}

.tw .focus\:placeholder-brand-400:focus::-moz-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(0, 139, 201, var(--tw-placeholder-opacity));
}

.tw .focus\:placeholder-brand-400:focus::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(0, 139, 201, var(--tw-placeholder-opacity));
}

.tw .focus\:placeholder-brand-500:focus::-moz-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(0, 112, 172, var(--tw-placeholder-opacity));
}

.tw .focus\:placeholder-brand-500:focus::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(0, 112, 172, var(--tw-placeholder-opacity));
}

.tw .focus\:placeholder-brand-600:focus::-moz-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(0, 86, 143, var(--tw-placeholder-opacity));
}

.tw .focus\:placeholder-brand-600:focus::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(0, 86, 143, var(--tw-placeholder-opacity));
}

.tw .focus\:placeholder-brand-700:focus::-moz-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(0, 62, 116, var(--tw-placeholder-opacity));
}

.tw .focus\:placeholder-brand-700:focus::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(0, 62, 116, var(--tw-placeholder-opacity));
}

.tw .focus\:placeholder-brand-800:focus::-moz-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(0, 39, 89, var(--tw-placeholder-opacity));
}

.tw .focus\:placeholder-brand-800:focus::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(0, 39, 89, var(--tw-placeholder-opacity));
}

.tw .focus\:placeholder-brand-900:focus::-moz-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(0, 18, 63, var(--tw-placeholder-opacity));
}

.tw .focus\:placeholder-brand-900:focus::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(0, 18, 63, var(--tw-placeholder-opacity));
}

.tw .focus\:placeholder-brand:focus::-moz-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(0, 190, 255, var(--tw-placeholder-opacity));
}

.tw .focus\:placeholder-brand:focus::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(0, 190, 255, var(--tw-placeholder-opacity));
}

.tw .focus\:placeholder-brand-base:focus::-moz-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(0, 190, 255, var(--tw-placeholder-opacity));
}

.tw .focus\:placeholder-brand-base:focus::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(0, 190, 255, var(--tw-placeholder-opacity));
}

.tw .focus\:placeholder-red-50:focus::-moz-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(255, 202, 200, var(--tw-placeholder-opacity));
}

.tw .focus\:placeholder-red-50:focus::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(255, 202, 200, var(--tw-placeholder-opacity));
}

.tw .focus\:placeholder-red-100:focus::-moz-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(255, 171, 171, var(--tw-placeholder-opacity));
}

.tw .focus\:placeholder-red-100:focus::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(255, 171, 171, var(--tw-placeholder-opacity));
}

.tw .focus\:placeholder-red-200:focus::-moz-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(255, 142, 142, var(--tw-placeholder-opacity));
}

.tw .focus\:placeholder-red-200:focus::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(255, 142, 142, var(--tw-placeholder-opacity));
}

.tw .focus\:placeholder-red-300:focus::-moz-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(247, 112, 115, var(--tw-placeholder-opacity));
}

.tw .focus\:placeholder-red-300:focus::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(247, 112, 115, var(--tw-placeholder-opacity));
}

.tw .focus\:placeholder-red-400:focus::-moz-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(215, 83, 89, var(--tw-placeholder-opacity));
}

.tw .focus\:placeholder-red-400:focus::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(215, 83, 89, var(--tw-placeholder-opacity));
}

.tw .focus\:placeholder-red-500:focus::-moz-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(182, 54, 64, var(--tw-placeholder-opacity));
}

.tw .focus\:placeholder-red-500:focus::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(182, 54, 64, var(--tw-placeholder-opacity));
}

.tw .focus\:placeholder-red-600:focus::-moz-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(150, 18, 41, var(--tw-placeholder-opacity));
}

.tw .focus\:placeholder-red-600:focus::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(150, 18, 41, var(--tw-placeholder-opacity));
}

.tw .focus\:placeholder-red-700:focus::-moz-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(119, 0, 19, var(--tw-placeholder-opacity));
}

.tw .focus\:placeholder-red-700:focus::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(119, 0, 19, var(--tw-placeholder-opacity));
}

.tw .focus\:placeholder-red-800:focus::-moz-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(89, 0, 0, var(--tw-placeholder-opacity));
}

.tw .focus\:placeholder-red-800:focus::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(89, 0, 0, var(--tw-placeholder-opacity));
}

.tw .focus\:placeholder-red-900:focus::-moz-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(65, 0, 0, var(--tw-placeholder-opacity));
}

.tw .focus\:placeholder-red-900:focus::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(65, 0, 0, var(--tw-placeholder-opacity));
}

.tw .focus\:placeholder-red:focus::-moz-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(211, 80, 86, var(--tw-placeholder-opacity));
}

.tw .focus\:placeholder-red:focus::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(211, 80, 86, var(--tw-placeholder-opacity));
}

.tw .focus\:placeholder-red-brand:focus::-moz-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(255, 79, 79, var(--tw-placeholder-opacity));
}

.tw .focus\:placeholder-red-brand:focus::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(255, 79, 79, var(--tw-placeholder-opacity));
}

.tw .focus\:placeholder-green-50:focus::-moz-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(141, 255, 205, var(--tw-placeholder-opacity));
}

.tw .focus\:placeholder-green-50:focus::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(141, 255, 205, var(--tw-placeholder-opacity));
}

.tw .focus\:placeholder-green-100:focus::-moz-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(109, 236, 176, var(--tw-placeholder-opacity));
}

.tw .focus\:placeholder-green-100:focus::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(109, 236, 176, var(--tw-placeholder-opacity));
}

.tw .focus\:placeholder-green-200:focus::-moz-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(76, 206, 147, var(--tw-placeholder-opacity));
}

.tw .focus\:placeholder-green-200:focus::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(76, 206, 147, var(--tw-placeholder-opacity));
}

.tw .focus\:placeholder-green-300:focus::-moz-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(36, 176, 119, var(--tw-placeholder-opacity));
}

.tw .focus\:placeholder-green-300:focus::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(36, 176, 119, var(--tw-placeholder-opacity));
}

.tw .focus\:placeholder-green-400:focus::-moz-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(0, 147, 93, var(--tw-placeholder-opacity));
}

.tw .focus\:placeholder-green-400:focus::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(0, 147, 93, var(--tw-placeholder-opacity));
}

.tw .focus\:placeholder-green-500:focus::-moz-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(0, 119, 68, var(--tw-placeholder-opacity));
}

.tw .focus\:placeholder-green-500:focus::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(0, 119, 68, var(--tw-placeholder-opacity));
}

.tw .focus\:placeholder-green-600:focus::-moz-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(0, 91, 43, var(--tw-placeholder-opacity));
}

.tw .focus\:placeholder-green-600:focus::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(0, 91, 43, var(--tw-placeholder-opacity));
}

.tw .focus\:placeholder-green-700:focus::-moz-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(0, 65, 21, var(--tw-placeholder-opacity));
}

.tw .focus\:placeholder-green-700:focus::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(0, 65, 21, var(--tw-placeholder-opacity));
}

.tw .focus\:placeholder-green-800:focus::-moz-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(0, 43, 0, var(--tw-placeholder-opacity));
}

.tw .focus\:placeholder-green-800:focus::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(0, 43, 0, var(--tw-placeholder-opacity));
}

.tw .focus\:placeholder-green-900:focus::-moz-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(0, 27, 0, var(--tw-placeholder-opacity));
}

.tw .focus\:placeholder-green-900:focus::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(0, 27, 0, var(--tw-placeholder-opacity));
}

.tw .focus\:placeholder-green:focus::-moz-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(46, 182, 125, var(--tw-placeholder-opacity));
}

.tw .focus\:placeholder-green:focus::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(46, 182, 125, var(--tw-placeholder-opacity));
}

.tw .focus\:placeholder-yellow-50:focus::-moz-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(255, 235, 87, var(--tw-placeholder-opacity));
}

.tw .focus\:placeholder-yellow-50:focus::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(255, 235, 87, var(--tw-placeholder-opacity));
}

.tw .focus\:placeholder-yellow-100:focus::-moz-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(255, 205, 55, var(--tw-placeholder-opacity));
}

.tw .focus\:placeholder-yellow-100:focus::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(255, 205, 55, var(--tw-placeholder-opacity));
}

.tw .focus\:placeholder-yellow-200:focus::-moz-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(228, 176, 9, var(--tw-placeholder-opacity));
}

.tw .focus\:placeholder-yellow-200:focus::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(228, 176, 9, var(--tw-placeholder-opacity));
}

.tw .focus\:placeholder-yellow-300:focus::-moz-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(195, 148, 0, var(--tw-placeholder-opacity));
}

.tw .focus\:placeholder-yellow-300:focus::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(195, 148, 0, var(--tw-placeholder-opacity));
}

.tw .focus\:placeholder-yellow-400:focus::-moz-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(163, 121, 0, var(--tw-placeholder-opacity));
}

.tw .focus\:placeholder-yellow-400:focus::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(163, 121, 0, var(--tw-placeholder-opacity));
}

.tw .focus\:placeholder-yellow-500:focus::-moz-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(133, 95, 0, var(--tw-placeholder-opacity));
}

.tw .focus\:placeholder-yellow-500:focus::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(133, 95, 0, var(--tw-placeholder-opacity));
}

.tw .focus\:placeholder-yellow-600:focus::-moz-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(104, 70, 0, var(--tw-placeholder-opacity));
}

.tw .focus\:placeholder-yellow-600:focus::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(104, 70, 0, var(--tw-placeholder-opacity));
}

.tw .focus\:placeholder-yellow-700:focus::-moz-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(79, 46, 0, var(--tw-placeholder-opacity));
}

.tw .focus\:placeholder-yellow-700:focus::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(79, 46, 0, var(--tw-placeholder-opacity));
}

.tw .focus\:placeholder-yellow-800:focus::-moz-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(61, 22, 0, var(--tw-placeholder-opacity));
}

.tw .focus\:placeholder-yellow-800:focus::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(61, 22, 0, var(--tw-placeholder-opacity));
}

.tw .focus\:placeholder-yellow-900:focus::-moz-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(50, 0, 0, var(--tw-placeholder-opacity));
}

.tw .focus\:placeholder-yellow-900:focus::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(50, 0, 0, var(--tw-placeholder-opacity));
}

.tw .focus\:placeholder-yellow:focus::-moz-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(254, 199, 47, var(--tw-placeholder-opacity));
}

.tw .focus\:placeholder-yellow:focus::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(254, 199, 47, var(--tw-placeholder-opacity));
}

.tw .focus\:placeholder-purple-50:focus::-moz-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(255, 216, 255, var(--tw-placeholder-opacity));
}

.tw .focus\:placeholder-purple-50:focus::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(255, 216, 255, var(--tw-placeholder-opacity));
}

.tw .focus\:placeholder-purple-100:focus::-moz-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(240, 186, 255, var(--tw-placeholder-opacity));
}

.tw .focus\:placeholder-purple-100:focus::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(240, 186, 255, var(--tw-placeholder-opacity));
}

.tw .focus\:placeholder-purple-200:focus::-moz-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(208, 157, 255, var(--tw-placeholder-opacity));
}

.tw .focus\:placeholder-purple-200:focus::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(208, 157, 255, var(--tw-placeholder-opacity));
}

.tw .focus\:placeholder-purple-300:focus::-moz-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(177, 128, 255, var(--tw-placeholder-opacity));
}

.tw .focus\:placeholder-purple-300:focus::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(177, 128, 255, var(--tw-placeholder-opacity));
}

.tw .focus\:placeholder-purple-400:focus::-moz-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(146, 101, 233, var(--tw-placeholder-opacity));
}

.tw .focus\:placeholder-purple-400:focus::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(146, 101, 233, var(--tw-placeholder-opacity));
}

.tw .focus\:placeholder-purple-500:focus::-moz-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(116, 74, 203, var(--tw-placeholder-opacity));
}

.tw .focus\:placeholder-purple-500:focus::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(116, 74, 203, var(--tw-placeholder-opacity));
}

.tw .focus\:placeholder-purple-600:focus::-moz-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(85, 48, 173, var(--tw-placeholder-opacity));
}

.tw .focus\:placeholder-purple-600:focus::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(85, 48, 173, var(--tw-placeholder-opacity));
}

.tw .focus\:placeholder-purple-700:focus::-moz-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(53, 22, 144, var(--tw-placeholder-opacity));
}

.tw .focus\:placeholder-purple-700:focus::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(53, 22, 144, var(--tw-placeholder-opacity));
}

.tw .focus\:placeholder-purple-800:focus::-moz-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(9, 0, 116, var(--tw-placeholder-opacity));
}

.tw .focus\:placeholder-purple-800:focus::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(9, 0, 116, var(--tw-placeholder-opacity));
}

.tw .focus\:placeholder-purple-900:focus::-moz-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(0, 0, 89, var(--tw-placeholder-opacity));
}

.tw .focus\:placeholder-purple-900:focus::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(0, 0, 89, var(--tw-placeholder-opacity));
}

.tw .focus\:placeholder-purple:focus::-moz-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(168, 120, 255, var(--tw-placeholder-opacity));
}

.tw .focus\:placeholder-purple:focus::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(168, 120, 255, var(--tw-placeholder-opacity));
}

.tw .focus\:placeholder-orange-50:focus::-moz-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(255, 210, 131, var(--tw-placeholder-opacity));
}

.tw .focus\:placeholder-orange-50:focus::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(255, 210, 131, var(--tw-placeholder-opacity));
}

.tw .focus\:placeholder-orange-100:focus::-moz-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(255, 180, 103, var(--tw-placeholder-opacity));
}

.tw .focus\:placeholder-orange-100:focus::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(255, 180, 103, var(--tw-placeholder-opacity));
}

.tw .focus\:placeholder-orange-200:focus::-moz-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(255, 151, 75, var(--tw-placeholder-opacity));
}

.tw .focus\:placeholder-orange-200:focus::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(255, 151, 75, var(--tw-placeholder-opacity));
}

.tw .focus\:placeholder-orange-300:focus::-moz-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(240, 122, 47, var(--tw-placeholder-opacity));
}

.tw .focus\:placeholder-orange-300:focus::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(240, 122, 47, var(--tw-placeholder-opacity));
}

.tw .focus\:placeholder-orange-400:focus::-moz-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(206, 95, 17, var(--tw-placeholder-opacity));
}

.tw .focus\:placeholder-orange-400:focus::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(206, 95, 17, var(--tw-placeholder-opacity));
}

.tw .focus\:placeholder-orange-500:focus::-moz-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(173, 68, 0, var(--tw-placeholder-opacity));
}

.tw .focus\:placeholder-orange-500:focus::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(173, 68, 0, var(--tw-placeholder-opacity));
}

.tw .focus\:placeholder-orange-600:focus::-moz-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(141, 40, 0, var(--tw-placeholder-opacity));
}

.tw .focus\:placeholder-orange-600:focus::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(141, 40, 0, var(--tw-placeholder-opacity));
}

.tw .focus\:placeholder-orange-700:focus::-moz-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(111, 6, 0, var(--tw-placeholder-opacity));
}

.tw .focus\:placeholder-orange-700:focus::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(111, 6, 0, var(--tw-placeholder-opacity));
}

.tw .focus\:placeholder-orange-800:focus::-moz-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(84, 0, 0, var(--tw-placeholder-opacity));
}

.tw .focus\:placeholder-orange-800:focus::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(84, 0, 0, var(--tw-placeholder-opacity));
}

.tw .focus\:placeholder-orange-900:focus::-moz-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(65, 0, 0, var(--tw-placeholder-opacity));
}

.tw .focus\:placeholder-orange-900:focus::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(65, 0, 0, var(--tw-placeholder-opacity));
}

.tw .focus\:placeholder-orange:focus::-moz-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(245, 127, 52, var(--tw-placeholder-opacity));
}

.tw .focus\:placeholder-orange:focus::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(245, 127, 52, var(--tw-placeholder-opacity));
}

.tw .focus\:placeholder-surface-brand:focus::-moz-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(26, 26, 26, var(--tw-placeholder-opacity));
}

.tw .focus\:placeholder-surface-brand:focus::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(26, 26, 26, var(--tw-placeholder-opacity));
}

.tw .focus\:placeholder-surface-lower:focus::-moz-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(18, 19, 20, var(--tw-placeholder-opacity));
}

.tw .focus\:placeholder-surface-lower:focus::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(18, 19, 20, var(--tw-placeholder-opacity));
}

.tw .focus\:placeholder-surface-base:focus::-moz-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(29, 30, 31, var(--tw-placeholder-opacity));
}

.tw .focus\:placeholder-surface-base:focus::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(29, 30, 31, var(--tw-placeholder-opacity));
}

.tw .focus\:placeholder-surface-low:focus::-moz-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(33, 33, 36, var(--tw-placeholder-opacity));
}

.tw .focus\:placeholder-surface-low:focus::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(33, 33, 36, var(--tw-placeholder-opacity));
}

.tw .focus\:placeholder-surface-middle:focus::-moz-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(38, 38, 42, var(--tw-placeholder-opacity));
}

.tw .focus\:placeholder-surface-middle:focus::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(38, 38, 42, var(--tw-placeholder-opacity));
}

.tw .focus\:placeholder-surface-upper:focus::-moz-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(41, 41, 46, var(--tw-placeholder-opacity));
}

.tw .focus\:placeholder-surface-upper:focus::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(41, 41, 46, var(--tw-placeholder-opacity));
}

.tw .focus\:placeholder-surface-high:focus::-moz-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(52, 52, 53, var(--tw-placeholder-opacity));
}

.tw .focus\:placeholder-surface-high:focus::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(52, 52, 53, var(--tw-placeholder-opacity));
}

.tw .focus\:placeholder-surface-higher:focus::-moz-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(74, 75, 75, var(--tw-placeholder-opacity));
}

.tw .focus\:placeholder-surface-higher:focus::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(74, 75, 75, var(--tw-placeholder-opacity));
}

.tw .focus\:placeholder-surface-highest:focus::-moz-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(97, 97, 98, var(--tw-placeholder-opacity));
}

.tw .focus\:placeholder-surface-highest:focus::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(97, 97, 98, var(--tw-placeholder-opacity));
}

.tw .focus\:placeholder-glyph-base:focus::-moz-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
}

.tw .focus\:placeholder-glyph-base:focus::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
}

.tw .focus\:placeholder-glyph-light:focus::-moz-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(194, 194, 194, var(--tw-placeholder-opacity));
}

.tw .focus\:placeholder-glyph-light:focus::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(194, 194, 194, var(--tw-placeholder-opacity));
}

.tw .focus\:placeholder-glyph-lighter:focus::-moz-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(150, 150, 150, var(--tw-placeholder-opacity));
}

.tw .focus\:placeholder-glyph-lighter:focus::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(150, 150, 150, var(--tw-placeholder-opacity));
}

.tw .focus\:placeholder-glyph-lightest:focus::-moz-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(80, 80, 80, var(--tw-placeholder-opacity));
}

.tw .focus\:placeholder-glyph-lightest:focus::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(80, 80, 80, var(--tw-placeholder-opacity));
}

.tw .focus\:placeholder-link:focus::-moz-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(0, 190, 255, var(--tw-placeholder-opacity));
}

.tw .focus\:placeholder-link:focus::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(0, 190, 255, var(--tw-placeholder-opacity));
}

.tw .focus\:placeholder-info-error:focus::-moz-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(235, 51, 65, var(--tw-placeholder-opacity));
}

.tw .focus\:placeholder-info-error:focus::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(235, 51, 65, var(--tw-placeholder-opacity));
}

.tw .focus\:placeholder-info-danger:focus::-moz-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(247, 127, 37, var(--tw-placeholder-opacity));
}

.tw .focus\:placeholder-info-danger:focus::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(247, 127, 37, var(--tw-placeholder-opacity));
}

.tw .focus\:placeholder-info-warn:focus::-moz-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(255, 200, 47, var(--tw-placeholder-opacity));
}

.tw .focus\:placeholder-info-warn:focus::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(255, 200, 47, var(--tw-placeholder-opacity));
}

.tw .focus\:placeholder-info-ok:focus::-moz-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(0, 151, 79, var(--tw-placeholder-opacity));
}

.tw .focus\:placeholder-info-ok:focus::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(0, 151, 79, var(--tw-placeholder-opacity));
}

.tw .focus\:placeholder-info-notice:focus::-moz-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(1, 128, 255, var(--tw-placeholder-opacity));
}

.tw .focus\:placeholder-info-notice:focus::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(1, 128, 255, var(--tw-placeholder-opacity));
}

.tw .focus\:placeholder-accent-1:focus::-moz-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(255, 93, 105, var(--tw-placeholder-opacity));
}

.tw .focus\:placeholder-accent-1:focus::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(255, 93, 105, var(--tw-placeholder-opacity));
}

.tw .focus\:placeholder-accent-2:focus::-moz-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(7, 245, 175, var(--tw-placeholder-opacity));
}

.tw .focus\:placeholder-accent-2:focus::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(7, 245, 175, var(--tw-placeholder-opacity));
}

.tw .focus\:placeholder-accent-3:focus::-moz-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(4, 211, 114, var(--tw-placeholder-opacity));
}

.tw .focus\:placeholder-accent-3:focus::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(4, 211, 114, var(--tw-placeholder-opacity));
}

.tw .focus\:placeholder-accent-4:focus::-moz-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(132, 81, 245, var(--tw-placeholder-opacity));
}

.tw .focus\:placeholder-accent-4:focus::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(132, 81, 245, var(--tw-placeholder-opacity));
}

.tw .placeholder-opacity-0::-moz-placeholder{
  --tw-placeholder-opacity: 0;
}

.tw .placeholder-opacity-0::placeholder{
  --tw-placeholder-opacity: 0;
}

.tw .placeholder-opacity-5::-moz-placeholder{
  --tw-placeholder-opacity: 0.05;
}

.tw .placeholder-opacity-5::placeholder{
  --tw-placeholder-opacity: 0.05;
}

.tw .placeholder-opacity-10::-moz-placeholder{
  --tw-placeholder-opacity: 0.1;
}

.tw .placeholder-opacity-10::placeholder{
  --tw-placeholder-opacity: 0.1;
}

.tw .placeholder-opacity-15::-moz-placeholder{
  --tw-placeholder-opacity: 0.15;
}

.tw .placeholder-opacity-15::placeholder{
  --tw-placeholder-opacity: 0.15;
}

.tw .placeholder-opacity-20::-moz-placeholder{
  --tw-placeholder-opacity: 0.2;
}

.tw .placeholder-opacity-20::placeholder{
  --tw-placeholder-opacity: 0.2;
}

.tw .placeholder-opacity-25::-moz-placeholder{
  --tw-placeholder-opacity: 0.25;
}

.tw .placeholder-opacity-25::placeholder{
  --tw-placeholder-opacity: 0.25;
}

.tw .placeholder-opacity-30::-moz-placeholder{
  --tw-placeholder-opacity: 0.3;
}

.tw .placeholder-opacity-30::placeholder{
  --tw-placeholder-opacity: 0.3;
}

.tw .placeholder-opacity-40::-moz-placeholder{
  --tw-placeholder-opacity: 0.4;
}

.tw .placeholder-opacity-40::placeholder{
  --tw-placeholder-opacity: 0.4;
}

.tw .placeholder-opacity-50::-moz-placeholder{
  --tw-placeholder-opacity: 0.5;
}

.tw .placeholder-opacity-50::placeholder{
  --tw-placeholder-opacity: 0.5;
}

.tw .placeholder-opacity-60::-moz-placeholder{
  --tw-placeholder-opacity: 0.6;
}

.tw .placeholder-opacity-60::placeholder{
  --tw-placeholder-opacity: 0.6;
}

.tw .placeholder-opacity-70::-moz-placeholder{
  --tw-placeholder-opacity: 0.7;
}

.tw .placeholder-opacity-70::placeholder{
  --tw-placeholder-opacity: 0.7;
}

.tw .placeholder-opacity-75::-moz-placeholder{
  --tw-placeholder-opacity: 0.75;
}

.tw .placeholder-opacity-75::placeholder{
  --tw-placeholder-opacity: 0.75;
}

.tw .placeholder-opacity-80::-moz-placeholder{
  --tw-placeholder-opacity: 0.8;
}

.tw .placeholder-opacity-80::placeholder{
  --tw-placeholder-opacity: 0.8;
}

.tw .placeholder-opacity-90::-moz-placeholder{
  --tw-placeholder-opacity: 0.9;
}

.tw .placeholder-opacity-90::placeholder{
  --tw-placeholder-opacity: 0.9;
}

.tw .placeholder-opacity-95::-moz-placeholder{
  --tw-placeholder-opacity: 0.95;
}

.tw .placeholder-opacity-95::placeholder{
  --tw-placeholder-opacity: 0.95;
}

.tw .placeholder-opacity-100::-moz-placeholder{
  --tw-placeholder-opacity: 1;
}

.tw .placeholder-opacity-100::placeholder{
  --tw-placeholder-opacity: 1;
}

.tw .focus\:placeholder-opacity-0:focus::-moz-placeholder{
  --tw-placeholder-opacity: 0;
}

.tw .focus\:placeholder-opacity-0:focus::placeholder{
  --tw-placeholder-opacity: 0;
}

.tw .focus\:placeholder-opacity-5:focus::-moz-placeholder{
  --tw-placeholder-opacity: 0.05;
}

.tw .focus\:placeholder-opacity-5:focus::placeholder{
  --tw-placeholder-opacity: 0.05;
}

.tw .focus\:placeholder-opacity-10:focus::-moz-placeholder{
  --tw-placeholder-opacity: 0.1;
}

.tw .focus\:placeholder-opacity-10:focus::placeholder{
  --tw-placeholder-opacity: 0.1;
}

.tw .focus\:placeholder-opacity-15:focus::-moz-placeholder{
  --tw-placeholder-opacity: 0.15;
}

.tw .focus\:placeholder-opacity-15:focus::placeholder{
  --tw-placeholder-opacity: 0.15;
}

.tw .focus\:placeholder-opacity-20:focus::-moz-placeholder{
  --tw-placeholder-opacity: 0.2;
}

.tw .focus\:placeholder-opacity-20:focus::placeholder{
  --tw-placeholder-opacity: 0.2;
}

.tw .focus\:placeholder-opacity-25:focus::-moz-placeholder{
  --tw-placeholder-opacity: 0.25;
}

.tw .focus\:placeholder-opacity-25:focus::placeholder{
  --tw-placeholder-opacity: 0.25;
}

.tw .focus\:placeholder-opacity-30:focus::-moz-placeholder{
  --tw-placeholder-opacity: 0.3;
}

.tw .focus\:placeholder-opacity-30:focus::placeholder{
  --tw-placeholder-opacity: 0.3;
}

.tw .focus\:placeholder-opacity-40:focus::-moz-placeholder{
  --tw-placeholder-opacity: 0.4;
}

.tw .focus\:placeholder-opacity-40:focus::placeholder{
  --tw-placeholder-opacity: 0.4;
}

.tw .focus\:placeholder-opacity-50:focus::-moz-placeholder{
  --tw-placeholder-opacity: 0.5;
}

.tw .focus\:placeholder-opacity-50:focus::placeholder{
  --tw-placeholder-opacity: 0.5;
}

.tw .focus\:placeholder-opacity-60:focus::-moz-placeholder{
  --tw-placeholder-opacity: 0.6;
}

.tw .focus\:placeholder-opacity-60:focus::placeholder{
  --tw-placeholder-opacity: 0.6;
}

.tw .focus\:placeholder-opacity-70:focus::-moz-placeholder{
  --tw-placeholder-opacity: 0.7;
}

.tw .focus\:placeholder-opacity-70:focus::placeholder{
  --tw-placeholder-opacity: 0.7;
}

.tw .focus\:placeholder-opacity-75:focus::-moz-placeholder{
  --tw-placeholder-opacity: 0.75;
}

.tw .focus\:placeholder-opacity-75:focus::placeholder{
  --tw-placeholder-opacity: 0.75;
}

.tw .focus\:placeholder-opacity-80:focus::-moz-placeholder{
  --tw-placeholder-opacity: 0.8;
}

.tw .focus\:placeholder-opacity-80:focus::placeholder{
  --tw-placeholder-opacity: 0.8;
}

.tw .focus\:placeholder-opacity-90:focus::-moz-placeholder{
  --tw-placeholder-opacity: 0.9;
}

.tw .focus\:placeholder-opacity-90:focus::placeholder{
  --tw-placeholder-opacity: 0.9;
}

.tw .focus\:placeholder-opacity-95:focus::-moz-placeholder{
  --tw-placeholder-opacity: 0.95;
}

.tw .focus\:placeholder-opacity-95:focus::placeholder{
  --tw-placeholder-opacity: 0.95;
}

.tw .focus\:placeholder-opacity-100:focus::-moz-placeholder{
  --tw-placeholder-opacity: 1;
}

.tw .focus\:placeholder-opacity-100:focus::placeholder{
  --tw-placeholder-opacity: 1;
}

.tw .opacity-0{
  opacity: 0;
}

.tw .opacity-5{
  opacity: 0.05;
}

.tw .opacity-10{
  opacity: 0.1;
}

.tw .opacity-15{
  opacity: 0.15;
}

.tw .opacity-20{
  opacity: 0.2;
}

.tw .opacity-25{
  opacity: 0.25;
}

.tw .opacity-30{
  opacity: 0.3;
}

.tw .opacity-40{
  opacity: 0.4;
}

.tw .opacity-50{
  opacity: 0.5;
}

.tw .opacity-60{
  opacity: 0.6;
}

.tw .opacity-70{
  opacity: 0.7;
}

.tw .opacity-75{
  opacity: 0.75;
}

.tw .opacity-80{
  opacity: 0.8;
}

.tw .opacity-90{
  opacity: 0.9;
}

.tw .opacity-95{
  opacity: 0.95;
}

.tw .opacity-100{
  opacity: 1;
}

.tw .hover\:opacity-0:hover{
  opacity: 0;
}

.tw .hover\:opacity-5:hover{
  opacity: 0.05;
}

.tw .hover\:opacity-10:hover{
  opacity: 0.1;
}

.tw .hover\:opacity-15:hover{
  opacity: 0.15;
}

.tw .hover\:opacity-20:hover{
  opacity: 0.2;
}

.tw .hover\:opacity-25:hover{
  opacity: 0.25;
}

.tw .hover\:opacity-30:hover{
  opacity: 0.3;
}

.tw .hover\:opacity-40:hover{
  opacity: 0.4;
}

.tw .hover\:opacity-50:hover{
  opacity: 0.5;
}

.tw .hover\:opacity-60:hover{
  opacity: 0.6;
}

.tw .hover\:opacity-70:hover{
  opacity: 0.7;
}

.tw .hover\:opacity-75:hover{
  opacity: 0.75;
}

.tw .hover\:opacity-80:hover{
  opacity: 0.8;
}

.tw .hover\:opacity-90:hover{
  opacity: 0.9;
}

.tw .hover\:opacity-95:hover{
  opacity: 0.95;
}

.tw .hover\:opacity-100:hover{
  opacity: 1;
}

.tw .focus\:opacity-0:focus{
  opacity: 0;
}

.tw .focus\:opacity-5:focus{
  opacity: 0.05;
}

.tw .focus\:opacity-10:focus{
  opacity: 0.1;
}

.tw .focus\:opacity-15:focus{
  opacity: 0.15;
}

.tw .focus\:opacity-20:focus{
  opacity: 0.2;
}

.tw .focus\:opacity-25:focus{
  opacity: 0.25;
}

.tw .focus\:opacity-30:focus{
  opacity: 0.3;
}

.tw .focus\:opacity-40:focus{
  opacity: 0.4;
}

.tw .focus\:opacity-50:focus{
  opacity: 0.5;
}

.tw .focus\:opacity-60:focus{
  opacity: 0.6;
}

.tw .focus\:opacity-70:focus{
  opacity: 0.7;
}

.tw .focus\:opacity-75:focus{
  opacity: 0.75;
}

.tw .focus\:opacity-80:focus{
  opacity: 0.8;
}

.tw .focus\:opacity-90:focus{
  opacity: 0.9;
}

.tw .focus\:opacity-95:focus{
  opacity: 0.95;
}

.tw .focus\:opacity-100:focus{
  opacity: 1;
}

.tw .active\:opacity-0:active{
  opacity: 0;
}

.tw .active\:opacity-5:active{
  opacity: 0.05;
}

.tw .active\:opacity-10:active{
  opacity: 0.1;
}

.tw .active\:opacity-15:active{
  opacity: 0.15;
}

.tw .active\:opacity-20:active{
  opacity: 0.2;
}

.tw .active\:opacity-25:active{
  opacity: 0.25;
}

.tw .active\:opacity-30:active{
  opacity: 0.3;
}

.tw .active\:opacity-40:active{
  opacity: 0.4;
}

.tw .active\:opacity-50:active{
  opacity: 0.5;
}

.tw .active\:opacity-60:active{
  opacity: 0.6;
}

.tw .active\:opacity-70:active{
  opacity: 0.7;
}

.tw .active\:opacity-75:active{
  opacity: 0.75;
}

.tw .active\:opacity-80:active{
  opacity: 0.8;
}

.tw .active\:opacity-90:active{
  opacity: 0.9;
}

.tw .active\:opacity-95:active{
  opacity: 0.95;
}

.tw .active\:opacity-100:active{
  opacity: 1;
}

.tw .group:hover .group-hover\:opacity-0{
  opacity: 0;
}

.tw .group:hover .group-hover\:opacity-5{
  opacity: 0.05;
}

.tw .group:hover .group-hover\:opacity-10{
  opacity: 0.1;
}

.tw .group:hover .group-hover\:opacity-15{
  opacity: 0.15;
}

.tw .group:hover .group-hover\:opacity-20{
  opacity: 0.2;
}

.tw .group:hover .group-hover\:opacity-25{
  opacity: 0.25;
}

.tw .group:hover .group-hover\:opacity-30{
  opacity: 0.3;
}

.tw .group:hover .group-hover\:opacity-40{
  opacity: 0.4;
}

.tw .group:hover .group-hover\:opacity-50{
  opacity: 0.5;
}

.tw .group:hover .group-hover\:opacity-60{
  opacity: 0.6;
}

.tw .group:hover .group-hover\:opacity-70{
  opacity: 0.7;
}

.tw .group:hover .group-hover\:opacity-75{
  opacity: 0.75;
}

.tw .group:hover .group-hover\:opacity-80{
  opacity: 0.8;
}

.tw .group:hover .group-hover\:opacity-90{
  opacity: 0.9;
}

.tw .group:hover .group-hover\:opacity-95{
  opacity: 0.95;
}

.tw .group:hover .group-hover\:opacity-100{
  opacity: 1;
}

.tw .bg-blend-normal{
  background-blend-mode: normal;
}

.tw .bg-blend-multiply{
  background-blend-mode: multiply;
}

.tw .bg-blend-screen{
  background-blend-mode: screen;
}

.tw .bg-blend-overlay{
  background-blend-mode: overlay;
}

.tw .bg-blend-darken{
  background-blend-mode: darken;
}

.tw .bg-blend-lighten{
  background-blend-mode: lighten;
}

.tw .bg-blend-color-dodge{
  background-blend-mode: color-dodge;
}

.tw .bg-blend-color-burn{
  background-blend-mode: color-burn;
}

.tw .bg-blend-hard-light{
  background-blend-mode: hard-light;
}

.tw .bg-blend-soft-light{
  background-blend-mode: soft-light;
}

.tw .bg-blend-difference{
  background-blend-mode: difference;
}

.tw .bg-blend-exclusion{
  background-blend-mode: exclusion;
}

.tw .bg-blend-hue{
  background-blend-mode: hue;
}

.tw .bg-blend-saturation{
  background-blend-mode: saturation;
}

.tw .bg-blend-color{
  background-blend-mode: color;
}

.tw .bg-blend-luminosity{
  background-blend-mode: luminosity;
}

.tw .mix-blend-normal{
  mix-blend-mode: normal;
}

.tw .mix-blend-multiply{
  mix-blend-mode: multiply;
}

.tw .mix-blend-screen{
  mix-blend-mode: screen;
}

.tw .mix-blend-overlay{
  mix-blend-mode: overlay;
}

.tw .mix-blend-darken{
  mix-blend-mode: darken;
}

.tw .mix-blend-lighten{
  mix-blend-mode: lighten;
}

.tw .mix-blend-color-dodge{
  mix-blend-mode: color-dodge;
}

.tw .mix-blend-color-burn{
  mix-blend-mode: color-burn;
}

.tw .mix-blend-hard-light{
  mix-blend-mode: hard-light;
}

.tw .mix-blend-soft-light{
  mix-blend-mode: soft-light;
}

.tw .mix-blend-difference{
  mix-blend-mode: difference;
}

.tw .mix-blend-exclusion{
  mix-blend-mode: exclusion;
}

.tw .mix-blend-hue{
  mix-blend-mode: hue;
}

.tw .mix-blend-saturation{
  mix-blend-mode: saturation;
}

.tw .mix-blend-color{
  mix-blend-mode: color;
}

.tw .mix-blend-luminosity{
  mix-blend-mode: luminosity;
}

*, ::before, ::after{
  --tw-shadow: 0 0 #0000;
}

.tw .shadow-sm{
  --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.tw .shadow{
  --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.tw .shadow-md{
  --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.tw .shadow-lg{
  --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.tw .shadow-xl{
  --tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.tw .shadow-2xl{
  --tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.tw .shadow-inner{
  --tw-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.tw .shadow-none{
  --tw-shadow: 0 0 #0000;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.tw .shadow-outline{
  --tw-shadow: 0 0 0 1px #00BEFF;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.tw .shadow-contrast{
  --tw-shadow: 0 0 0 1px rgba(0,0,0,0.1), 0 0 0 2px rgba(0,0,0,0.1);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.tw .shadow-modal{
  --tw-shadow: 0px 5px 20px rgba(0, 0, 0, 0.35);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.tw .shadow-dropdown{
  --tw-shadow: 0px 15px 25px rgba(0, 0, 0, 0.25);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.tw .shadow-form-toggle{
  --tw-shadow: 0px 1px 2px rgba(0,0,0,0.2);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.tw .shadow-mobile-panel{
  --tw-shadow: 0px -20px 50px rgba(0, 0, 0, 0.25);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.tw .shadow-dreamten-table-row{
  --tw-shadow: 10px 0 0 #26252A, -10px 0 0 #26252A;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.tw .hover\:shadow-sm:hover{
  --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.tw .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);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.tw .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);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.tw .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);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.tw .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);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.tw .hover\:shadow-2xl:hover{
  --tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.tw .hover\:shadow-inner:hover{
  --tw-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.tw .hover\:shadow-none:hover{
  --tw-shadow: 0 0 #0000;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.tw .hover\:shadow-outline:hover{
  --tw-shadow: 0 0 0 1px #00BEFF;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.tw .hover\:shadow-contrast:hover{
  --tw-shadow: 0 0 0 1px rgba(0,0,0,0.1), 0 0 0 2px rgba(0,0,0,0.1);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.tw .hover\:shadow-modal:hover{
  --tw-shadow: 0px 5px 20px rgba(0, 0, 0, 0.35);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.tw .hover\:shadow-dropdown:hover{
  --tw-shadow: 0px 15px 25px rgba(0, 0, 0, 0.25);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.tw .hover\:shadow-form-toggle:hover{
  --tw-shadow: 0px 1px 2px rgba(0,0,0,0.2);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.tw .hover\:shadow-mobile-panel:hover{
  --tw-shadow: 0px -20px 50px rgba(0, 0, 0, 0.25);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.tw .hover\:shadow-dreamten-table-row:hover{
  --tw-shadow: 10px 0 0 #26252A, -10px 0 0 #26252A;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.tw .focus\:shadow-sm:focus{
  --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.tw .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);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.tw .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);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.tw .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);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.tw .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);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.tw .focus\:shadow-2xl:focus{
  --tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.tw .focus\:shadow-inner:focus{
  --tw-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.tw .focus\:shadow-none:focus{
  --tw-shadow: 0 0 #0000;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.tw .focus\:shadow-outline:focus{
  --tw-shadow: 0 0 0 1px #00BEFF;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.tw .focus\:shadow-contrast:focus{
  --tw-shadow: 0 0 0 1px rgba(0,0,0,0.1), 0 0 0 2px rgba(0,0,0,0.1);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.tw .focus\:shadow-modal:focus{
  --tw-shadow: 0px 5px 20px rgba(0, 0, 0, 0.35);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.tw .focus\:shadow-dropdown:focus{
  --tw-shadow: 0px 15px 25px rgba(0, 0, 0, 0.25);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.tw .focus\:shadow-form-toggle:focus{
  --tw-shadow: 0px 1px 2px rgba(0,0,0,0.2);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.tw .focus\:shadow-mobile-panel:focus{
  --tw-shadow: 0px -20px 50px rgba(0, 0, 0, 0.25);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.tw .focus\:shadow-dreamten-table-row:focus{
  --tw-shadow: 10px 0 0 #26252A, -10px 0 0 #26252A;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.tw .focus-within\:shadow-sm:focus-within{
  --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.tw .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);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.tw .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);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.tw .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);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.tw .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);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.tw .focus-within\:shadow-2xl:focus-within{
  --tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.tw .focus-within\:shadow-inner:focus-within{
  --tw-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.tw .focus-within\:shadow-none:focus-within{
  --tw-shadow: 0 0 #0000;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.tw .focus-within\:shadow-outline:focus-within{
  --tw-shadow: 0 0 0 1px #00BEFF;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.tw .focus-within\:shadow-contrast:focus-within{
  --tw-shadow: 0 0 0 1px rgba(0,0,0,0.1), 0 0 0 2px rgba(0,0,0,0.1);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.tw .focus-within\:shadow-modal:focus-within{
  --tw-shadow: 0px 5px 20px rgba(0, 0, 0, 0.35);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.tw .focus-within\:shadow-dropdown:focus-within{
  --tw-shadow: 0px 15px 25px rgba(0, 0, 0, 0.25);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.tw .focus-within\:shadow-form-toggle:focus-within{
  --tw-shadow: 0px 1px 2px rgba(0,0,0,0.2);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.tw .focus-within\:shadow-mobile-panel:focus-within{
  --tw-shadow: 0px -20px 50px rgba(0, 0, 0, 0.25);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.tw .focus-within\:shadow-dreamten-table-row:focus-within{
  --tw-shadow: 10px 0 0 #26252A, -10px 0 0 #26252A;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.tw .active\:shadow-sm:active{
  --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.tw .active\:shadow:active{
  --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.tw .active\:shadow-md:active{
  --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.tw .active\:shadow-lg:active{
  --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.tw .active\:shadow-xl:active{
  --tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.tw .active\:shadow-2xl:active{
  --tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.tw .active\:shadow-inner:active{
  --tw-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.tw .active\:shadow-none:active{
  --tw-shadow: 0 0 #0000;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.tw .active\:shadow-outline:active{
  --tw-shadow: 0 0 0 1px #00BEFF;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.tw .active\:shadow-contrast:active{
  --tw-shadow: 0 0 0 1px rgba(0,0,0,0.1), 0 0 0 2px rgba(0,0,0,0.1);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.tw .active\:shadow-modal:active{
  --tw-shadow: 0px 5px 20px rgba(0, 0, 0, 0.35);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.tw .active\:shadow-dropdown:active{
  --tw-shadow: 0px 15px 25px rgba(0, 0, 0, 0.25);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.tw .active\:shadow-form-toggle:active{
  --tw-shadow: 0px 1px 2px rgba(0,0,0,0.2);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.tw .active\:shadow-mobile-panel:active{
  --tw-shadow: 0px -20px 50px rgba(0, 0, 0, 0.25);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.tw .active\:shadow-dreamten-table-row:active{
  --tw-shadow: 10px 0 0 #26252A, -10px 0 0 #26252A;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.tw .group:hover .group-hover\:shadow-sm{
  --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.tw .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);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.tw .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);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.tw .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);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.tw .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);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.tw .group:hover .group-hover\:shadow-2xl{
  --tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.tw .group:hover .group-hover\:shadow-inner{
  --tw-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.tw .group:hover .group-hover\:shadow-none{
  --tw-shadow: 0 0 #0000;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.tw .group:hover .group-hover\:shadow-outline{
  --tw-shadow: 0 0 0 1px #00BEFF;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.tw .group:hover .group-hover\:shadow-contrast{
  --tw-shadow: 0 0 0 1px rgba(0,0,0,0.1), 0 0 0 2px rgba(0,0,0,0.1);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.tw .group:hover .group-hover\:shadow-modal{
  --tw-shadow: 0px 5px 20px rgba(0, 0, 0, 0.35);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.tw .group:hover .group-hover\:shadow-dropdown{
  --tw-shadow: 0px 15px 25px rgba(0, 0, 0, 0.25);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.tw .group:hover .group-hover\:shadow-form-toggle{
  --tw-shadow: 0px 1px 2px rgba(0,0,0,0.2);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.tw .group:hover .group-hover\:shadow-mobile-panel{
  --tw-shadow: 0px -20px 50px rgba(0, 0, 0, 0.25);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.tw .group:hover .group-hover\:shadow-dreamten-table-row{
  --tw-shadow: 10px 0 0 #26252A, -10px 0 0 #26252A;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.tw .outline-none{
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.tw .outline-white{
  outline: 2px dotted white;
  outline-offset: 2px;
}

.tw .outline-black{
  outline: 2px dotted black;
  outline-offset: 2px;
}

.tw .focus-within\:outline-none:focus-within{
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.tw .focus-within\:outline-white:focus-within{
  outline: 2px dotted white;
  outline-offset: 2px;
}

.tw .focus-within\:outline-black:focus-within{
  outline: 2px dotted black;
  outline-offset: 2px;
}

.tw .focus\:outline-none:focus{
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.tw .focus\:outline-white:focus{
  outline: 2px dotted white;
  outline-offset: 2px;
}

.tw .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;
}

.tw .ring-0{
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

.tw .ring-1{
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

.tw .ring-2{
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

.tw .ring-4{
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(4px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

.tw .ring-8{
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(8px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

.tw .ring{
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

.tw .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 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

.tw .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 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

.tw .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 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

.tw .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 calc(4px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

.tw .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 calc(8px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

.tw .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 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

.tw .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 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

.tw .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 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

.tw .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 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

.tw .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 calc(4px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

.tw .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 calc(8px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

.tw .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 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

.tw .ring-inset{
  --tw-ring-inset: inset;
}

.tw .focus-within\:ring-inset:focus-within{
  --tw-ring-inset: inset;
}

.tw .focus\:ring-inset:focus{
  --tw-ring-inset: inset;
}

.tw .ring-current{
  --tw-ring-color: currentColor;
}

.tw .ring-transparent{
  --tw-ring-color: transparent;
}

.tw .ring-white{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(255, 255, 255, var(--tw-ring-opacity));
}

.tw .ring-black{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(0, 0, 0, var(--tw-ring-opacity));
}

.tw .ring-gray-10{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(240, 240, 240, var(--tw-ring-opacity));
}

.tw .ring-gray-20{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(226, 226, 226, var(--tw-ring-opacity));
}

.tw .ring-gray-30{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(211, 211, 211, var(--tw-ring-opacity));
}

.tw .ring-gray-40{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(197, 197, 197, var(--tw-ring-opacity));
}

.tw .ring-gray-50{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(183, 183, 183, var(--tw-ring-opacity));
}

.tw .ring-gray-60{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(169, 169, 169, var(--tw-ring-opacity));
}

.tw .ring-gray-70{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(156, 156, 156, var(--tw-ring-opacity));
}

.tw .ring-gray-80{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(142, 142, 142, var(--tw-ring-opacity));
}

.tw .ring-gray-90{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(129, 129, 129, var(--tw-ring-opacity));
}

.tw .ring-gray-100{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(108, 109, 114, var(--tw-ring-opacity));
}

.tw .ring-gray-200{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(96, 97, 103, var(--tw-ring-opacity));
}

.tw .ring-gray-300{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(84, 86, 91, var(--tw-ring-opacity));
}

.tw .ring-gray-400{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(73, 73, 80, var(--tw-ring-opacity));
}

.tw .ring-gray-500{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(61, 61, 68, var(--tw-ring-opacity));
}

.tw .ring-gray-600{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(53, 53, 61, var(--tw-ring-opacity));
}

.tw .ring-gray-700{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(45, 45, 49, var(--tw-ring-opacity));
}

.tw .ring-gray-800{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(38, 37, 42, var(--tw-ring-opacity));
}

.tw .ring-gray-850{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(32, 32, 37, var(--tw-ring-opacity));
}

.tw .ring-gray-900{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(27, 27, 32, var(--tw-ring-opacity));
}

.tw .ring-gray-950{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(20, 20, 23, var(--tw-ring-opacity));
}

.tw .ring-brand-50{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(127, 255, 255, var(--tw-ring-opacity));
}

.tw .ring-brand-100{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(87, 226, 255, var(--tw-ring-opacity));
}

.tw .ring-brand-200{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(32, 197, 255, var(--tw-ring-opacity));
}

.tw .ring-brand-300{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(0, 167, 231, var(--tw-ring-opacity));
}

.tw .ring-brand-400{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(0, 139, 201, var(--tw-ring-opacity));
}

.tw .ring-brand-500{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(0, 112, 172, var(--tw-ring-opacity));
}

.tw .ring-brand-600{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(0, 86, 143, var(--tw-ring-opacity));
}

.tw .ring-brand-700{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(0, 62, 116, var(--tw-ring-opacity));
}

.tw .ring-brand-800{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(0, 39, 89, var(--tw-ring-opacity));
}

.tw .ring-brand-900{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(0, 18, 63, var(--tw-ring-opacity));
}

.tw .ring-brand{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(0, 190, 255, var(--tw-ring-opacity));
}

.tw .ring-brand-base{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(0, 190, 255, var(--tw-ring-opacity));
}

.tw .ring-red-50{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(255, 202, 200, var(--tw-ring-opacity));
}

.tw .ring-red-100{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(255, 171, 171, var(--tw-ring-opacity));
}

.tw .ring-red-200{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(255, 142, 142, var(--tw-ring-opacity));
}

.tw .ring-red-300{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(247, 112, 115, var(--tw-ring-opacity));
}

.tw .ring-red-400{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(215, 83, 89, var(--tw-ring-opacity));
}

.tw .ring-red-500{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(182, 54, 64, var(--tw-ring-opacity));
}

.tw .ring-red-600{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(150, 18, 41, var(--tw-ring-opacity));
}

.tw .ring-red-700{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(119, 0, 19, var(--tw-ring-opacity));
}

.tw .ring-red-800{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(89, 0, 0, var(--tw-ring-opacity));
}

.tw .ring-red-900{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(65, 0, 0, var(--tw-ring-opacity));
}

.tw .ring-red{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(211, 80, 86, var(--tw-ring-opacity));
}

.tw .ring-red-brand{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(255, 79, 79, var(--tw-ring-opacity));
}

.tw .ring-green-50{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(141, 255, 205, var(--tw-ring-opacity));
}

.tw .ring-green-100{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(109, 236, 176, var(--tw-ring-opacity));
}

.tw .ring-green-200{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(76, 206, 147, var(--tw-ring-opacity));
}

.tw .ring-green-300{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(36, 176, 119, var(--tw-ring-opacity));
}

.tw .ring-green-400{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(0, 147, 93, var(--tw-ring-opacity));
}

.tw .ring-green-500{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(0, 119, 68, var(--tw-ring-opacity));
}

.tw .ring-green-600{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(0, 91, 43, var(--tw-ring-opacity));
}

.tw .ring-green-700{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(0, 65, 21, var(--tw-ring-opacity));
}

.tw .ring-green-800{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(0, 43, 0, var(--tw-ring-opacity));
}

.tw .ring-green-900{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(0, 27, 0, var(--tw-ring-opacity));
}

.tw .ring-green{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(46, 182, 125, var(--tw-ring-opacity));
}

.tw .ring-yellow-50{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(255, 235, 87, var(--tw-ring-opacity));
}

.tw .ring-yellow-100{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(255, 205, 55, var(--tw-ring-opacity));
}

.tw .ring-yellow-200{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(228, 176, 9, var(--tw-ring-opacity));
}

.tw .ring-yellow-300{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(195, 148, 0, var(--tw-ring-opacity));
}

.tw .ring-yellow-400{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(163, 121, 0, var(--tw-ring-opacity));
}

.tw .ring-yellow-500{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(133, 95, 0, var(--tw-ring-opacity));
}

.tw .ring-yellow-600{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(104, 70, 0, var(--tw-ring-opacity));
}

.tw .ring-yellow-700{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(79, 46, 0, var(--tw-ring-opacity));
}

.tw .ring-yellow-800{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(61, 22, 0, var(--tw-ring-opacity));
}

.tw .ring-yellow-900{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(50, 0, 0, var(--tw-ring-opacity));
}

.tw .ring-yellow{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(254, 199, 47, var(--tw-ring-opacity));
}

.tw .ring-purple-50{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(255, 216, 255, var(--tw-ring-opacity));
}

.tw .ring-purple-100{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(240, 186, 255, var(--tw-ring-opacity));
}

.tw .ring-purple-200{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(208, 157, 255, var(--tw-ring-opacity));
}

.tw .ring-purple-300{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(177, 128, 255, var(--tw-ring-opacity));
}

.tw .ring-purple-400{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(146, 101, 233, var(--tw-ring-opacity));
}

.tw .ring-purple-500{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(116, 74, 203, var(--tw-ring-opacity));
}

.tw .ring-purple-600{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(85, 48, 173, var(--tw-ring-opacity));
}

.tw .ring-purple-700{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(53, 22, 144, var(--tw-ring-opacity));
}

.tw .ring-purple-800{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(9, 0, 116, var(--tw-ring-opacity));
}

.tw .ring-purple-900{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(0, 0, 89, var(--tw-ring-opacity));
}

.tw .ring-purple{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(168, 120, 255, var(--tw-ring-opacity));
}

.tw .ring-orange-50{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(255, 210, 131, var(--tw-ring-opacity));
}

.tw .ring-orange-100{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(255, 180, 103, var(--tw-ring-opacity));
}

.tw .ring-orange-200{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(255, 151, 75, var(--tw-ring-opacity));
}

.tw .ring-orange-300{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(240, 122, 47, var(--tw-ring-opacity));
}

.tw .ring-orange-400{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(206, 95, 17, var(--tw-ring-opacity));
}

.tw .ring-orange-500{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(173, 68, 0, var(--tw-ring-opacity));
}

.tw .ring-orange-600{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(141, 40, 0, var(--tw-ring-opacity));
}

.tw .ring-orange-700{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(111, 6, 0, var(--tw-ring-opacity));
}

.tw .ring-orange-800{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(84, 0, 0, var(--tw-ring-opacity));
}

.tw .ring-orange-900{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(65, 0, 0, var(--tw-ring-opacity));
}

.tw .ring-orange{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(245, 127, 52, var(--tw-ring-opacity));
}

.tw .ring-surface-brand{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(26, 26, 26, var(--tw-ring-opacity));
}

.tw .ring-surface-lower{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(18, 19, 20, var(--tw-ring-opacity));
}

.tw .ring-surface-base{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(29, 30, 31, var(--tw-ring-opacity));
}

.tw .ring-surface-low{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(33, 33, 36, var(--tw-ring-opacity));
}

.tw .ring-surface-middle{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(38, 38, 42, var(--tw-ring-opacity));
}

.tw .ring-surface-upper{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(41, 41, 46, var(--tw-ring-opacity));
}

.tw .ring-surface-high{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(52, 52, 53, var(--tw-ring-opacity));
}

.tw .ring-surface-higher{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(74, 75, 75, var(--tw-ring-opacity));
}

.tw .ring-surface-highest{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(97, 97, 98, var(--tw-ring-opacity));
}

.tw .ring-glyph-base{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(255, 255, 255, var(--tw-ring-opacity));
}

.tw .ring-glyph-light{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(194, 194, 194, var(--tw-ring-opacity));
}

.tw .ring-glyph-lighter{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(150, 150, 150, var(--tw-ring-opacity));
}

.tw .ring-glyph-lightest{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(80, 80, 80, var(--tw-ring-opacity));
}

.tw .ring-link{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(0, 190, 255, var(--tw-ring-opacity));
}

.tw .ring-info-error{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(235, 51, 65, var(--tw-ring-opacity));
}

.tw .ring-info-danger{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(247, 127, 37, var(--tw-ring-opacity));
}

.tw .ring-info-warn{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(255, 200, 47, var(--tw-ring-opacity));
}

.tw .ring-info-ok{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(0, 151, 79, var(--tw-ring-opacity));
}

.tw .ring-info-notice{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(1, 128, 255, var(--tw-ring-opacity));
}

.tw .ring-accent-1{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(255, 93, 105, var(--tw-ring-opacity));
}

.tw .ring-accent-2{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(7, 245, 175, var(--tw-ring-opacity));
}

.tw .ring-accent-3{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(4, 211, 114, var(--tw-ring-opacity));
}

.tw .ring-accent-4{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(132, 81, 245, var(--tw-ring-opacity));
}

.tw .focus-within\:ring-current:focus-within{
  --tw-ring-color: currentColor;
}

.tw .focus-within\:ring-transparent:focus-within{
  --tw-ring-color: transparent;
}

.tw .focus-within\:ring-white:focus-within{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(255, 255, 255, var(--tw-ring-opacity));
}

.tw .focus-within\:ring-black:focus-within{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(0, 0, 0, var(--tw-ring-opacity));
}

.tw .focus-within\:ring-gray-10:focus-within{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(240, 240, 240, var(--tw-ring-opacity));
}

.tw .focus-within\:ring-gray-20:focus-within{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(226, 226, 226, var(--tw-ring-opacity));
}

.tw .focus-within\:ring-gray-30:focus-within{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(211, 211, 211, var(--tw-ring-opacity));
}

.tw .focus-within\:ring-gray-40:focus-within{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(197, 197, 197, var(--tw-ring-opacity));
}

.tw .focus-within\:ring-gray-50:focus-within{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(183, 183, 183, var(--tw-ring-opacity));
}

.tw .focus-within\:ring-gray-60:focus-within{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(169, 169, 169, var(--tw-ring-opacity));
}

.tw .focus-within\:ring-gray-70:focus-within{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(156, 156, 156, var(--tw-ring-opacity));
}

.tw .focus-within\:ring-gray-80:focus-within{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(142, 142, 142, var(--tw-ring-opacity));
}

.tw .focus-within\:ring-gray-90:focus-within{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(129, 129, 129, var(--tw-ring-opacity));
}

.tw .focus-within\:ring-gray-100:focus-within{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(108, 109, 114, var(--tw-ring-opacity));
}

.tw .focus-within\:ring-gray-200:focus-within{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(96, 97, 103, var(--tw-ring-opacity));
}

.tw .focus-within\:ring-gray-300:focus-within{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(84, 86, 91, var(--tw-ring-opacity));
}

.tw .focus-within\:ring-gray-400:focus-within{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(73, 73, 80, var(--tw-ring-opacity));
}

.tw .focus-within\:ring-gray-500:focus-within{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(61, 61, 68, var(--tw-ring-opacity));
}

.tw .focus-within\:ring-gray-600:focus-within{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(53, 53, 61, var(--tw-ring-opacity));
}

.tw .focus-within\:ring-gray-700:focus-within{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(45, 45, 49, var(--tw-ring-opacity));
}

.tw .focus-within\:ring-gray-800:focus-within{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(38, 37, 42, var(--tw-ring-opacity));
}

.tw .focus-within\:ring-gray-850:focus-within{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(32, 32, 37, var(--tw-ring-opacity));
}

.tw .focus-within\:ring-gray-900:focus-within{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(27, 27, 32, var(--tw-ring-opacity));
}

.tw .focus-within\:ring-gray-950:focus-within{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(20, 20, 23, var(--tw-ring-opacity));
}

.tw .focus-within\:ring-brand-50:focus-within{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(127, 255, 255, var(--tw-ring-opacity));
}

.tw .focus-within\:ring-brand-100:focus-within{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(87, 226, 255, var(--tw-ring-opacity));
}

.tw .focus-within\:ring-brand-200:focus-within{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(32, 197, 255, var(--tw-ring-opacity));
}

.tw .focus-within\:ring-brand-300:focus-within{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(0, 167, 231, var(--tw-ring-opacity));
}

.tw .focus-within\:ring-brand-400:focus-within{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(0, 139, 201, var(--tw-ring-opacity));
}

.tw .focus-within\:ring-brand-500:focus-within{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(0, 112, 172, var(--tw-ring-opacity));
}

.tw .focus-within\:ring-brand-600:focus-within{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(0, 86, 143, var(--tw-ring-opacity));
}

.tw .focus-within\:ring-brand-700:focus-within{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(0, 62, 116, var(--tw-ring-opacity));
}

.tw .focus-within\:ring-brand-800:focus-within{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(0, 39, 89, var(--tw-ring-opacity));
}

.tw .focus-within\:ring-brand-900:focus-within{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(0, 18, 63, var(--tw-ring-opacity));
}

.tw .focus-within\:ring-brand:focus-within{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(0, 190, 255, var(--tw-ring-opacity));
}

.tw .focus-within\:ring-brand-base:focus-within{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(0, 190, 255, var(--tw-ring-opacity));
}

.tw .focus-within\:ring-red-50:focus-within{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(255, 202, 200, var(--tw-ring-opacity));
}

.tw .focus-within\:ring-red-100:focus-within{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(255, 171, 171, var(--tw-ring-opacity));
}

.tw .focus-within\:ring-red-200:focus-within{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(255, 142, 142, var(--tw-ring-opacity));
}

.tw .focus-within\:ring-red-300:focus-within{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(247, 112, 115, var(--tw-ring-opacity));
}

.tw .focus-within\:ring-red-400:focus-within{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(215, 83, 89, var(--tw-ring-opacity));
}

.tw .focus-within\:ring-red-500:focus-within{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(182, 54, 64, var(--tw-ring-opacity));
}

.tw .focus-within\:ring-red-600:focus-within{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(150, 18, 41, var(--tw-ring-opacity));
}

.tw .focus-within\:ring-red-700:focus-within{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(119, 0, 19, var(--tw-ring-opacity));
}

.tw .focus-within\:ring-red-800:focus-within{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(89, 0, 0, var(--tw-ring-opacity));
}

.tw .focus-within\:ring-red-900:focus-within{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(65, 0, 0, var(--tw-ring-opacity));
}

.tw .focus-within\:ring-red:focus-within{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(211, 80, 86, var(--tw-ring-opacity));
}

.tw .focus-within\:ring-red-brand:focus-within{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(255, 79, 79, var(--tw-ring-opacity));
}

.tw .focus-within\:ring-green-50:focus-within{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(141, 255, 205, var(--tw-ring-opacity));
}

.tw .focus-within\:ring-green-100:focus-within{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(109, 236, 176, var(--tw-ring-opacity));
}

.tw .focus-within\:ring-green-200:focus-within{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(76, 206, 147, var(--tw-ring-opacity));
}

.tw .focus-within\:ring-green-300:focus-within{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(36, 176, 119, var(--tw-ring-opacity));
}

.tw .focus-within\:ring-green-400:focus-within{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(0, 147, 93, var(--tw-ring-opacity));
}

.tw .focus-within\:ring-green-500:focus-within{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(0, 119, 68, var(--tw-ring-opacity));
}

.tw .focus-within\:ring-green-600:focus-within{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(0, 91, 43, var(--tw-ring-opacity));
}

.tw .focus-within\:ring-green-700:focus-within{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(0, 65, 21, var(--tw-ring-opacity));
}

.tw .focus-within\:ring-green-800:focus-within{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(0, 43, 0, var(--tw-ring-opacity));
}

.tw .focus-within\:ring-green-900:focus-within{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(0, 27, 0, var(--tw-ring-opacity));
}

.tw .focus-within\:ring-green:focus-within{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(46, 182, 125, var(--tw-ring-opacity));
}

.tw .focus-within\:ring-yellow-50:focus-within{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(255, 235, 87, var(--tw-ring-opacity));
}

.tw .focus-within\:ring-yellow-100:focus-within{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(255, 205, 55, var(--tw-ring-opacity));
}

.tw .focus-within\:ring-yellow-200:focus-within{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(228, 176, 9, var(--tw-ring-opacity));
}

.tw .focus-within\:ring-yellow-300:focus-within{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(195, 148, 0, var(--tw-ring-opacity));
}

.tw .focus-within\:ring-yellow-400:focus-within{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(163, 121, 0, var(--tw-ring-opacity));
}

.tw .focus-within\:ring-yellow-500:focus-within{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(133, 95, 0, var(--tw-ring-opacity));
}

.tw .focus-within\:ring-yellow-600:focus-within{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(104, 70, 0, var(--tw-ring-opacity));
}

.tw .focus-within\:ring-yellow-700:focus-within{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(79, 46, 0, var(--tw-ring-opacity));
}

.tw .focus-within\:ring-yellow-800:focus-within{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(61, 22, 0, var(--tw-ring-opacity));
}

.tw .focus-within\:ring-yellow-900:focus-within{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(50, 0, 0, var(--tw-ring-opacity));
}

.tw .focus-within\:ring-yellow:focus-within{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(254, 199, 47, var(--tw-ring-opacity));
}

.tw .focus-within\:ring-purple-50:focus-within{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(255, 216, 255, var(--tw-ring-opacity));
}

.tw .focus-within\:ring-purple-100:focus-within{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(240, 186, 255, var(--tw-ring-opacity));
}

.tw .focus-within\:ring-purple-200:focus-within{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(208, 157, 255, var(--tw-ring-opacity));
}

.tw .focus-within\:ring-purple-300:focus-within{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(177, 128, 255, var(--tw-ring-opacity));
}

.tw .focus-within\:ring-purple-400:focus-within{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(146, 101, 233, var(--tw-ring-opacity));
}

.tw .focus-within\:ring-purple-500:focus-within{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(116, 74, 203, var(--tw-ring-opacity));
}

.tw .focus-within\:ring-purple-600:focus-within{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(85, 48, 173, var(--tw-ring-opacity));
}

.tw .focus-within\:ring-purple-700:focus-within{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(53, 22, 144, var(--tw-ring-opacity));
}

.tw .focus-within\:ring-purple-800:focus-within{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(9, 0, 116, var(--tw-ring-opacity));
}

.tw .focus-within\:ring-purple-900:focus-within{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(0, 0, 89, var(--tw-ring-opacity));
}

.tw .focus-within\:ring-purple:focus-within{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(168, 120, 255, var(--tw-ring-opacity));
}

.tw .focus-within\:ring-orange-50:focus-within{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(255, 210, 131, var(--tw-ring-opacity));
}

.tw .focus-within\:ring-orange-100:focus-within{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(255, 180, 103, var(--tw-ring-opacity));
}

.tw .focus-within\:ring-orange-200:focus-within{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(255, 151, 75, var(--tw-ring-opacity));
}

.tw .focus-within\:ring-orange-300:focus-within{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(240, 122, 47, var(--tw-ring-opacity));
}

.tw .focus-within\:ring-orange-400:focus-within{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(206, 95, 17, var(--tw-ring-opacity));
}

.tw .focus-within\:ring-orange-500:focus-within{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(173, 68, 0, var(--tw-ring-opacity));
}

.tw .focus-within\:ring-orange-600:focus-within{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(141, 40, 0, var(--tw-ring-opacity));
}

.tw .focus-within\:ring-orange-700:focus-within{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(111, 6, 0, var(--tw-ring-opacity));
}

.tw .focus-within\:ring-orange-800:focus-within{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(84, 0, 0, var(--tw-ring-opacity));
}

.tw .focus-within\:ring-orange-900:focus-within{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(65, 0, 0, var(--tw-ring-opacity));
}

.tw .focus-within\:ring-orange:focus-within{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(245, 127, 52, var(--tw-ring-opacity));
}

.tw .focus-within\:ring-surface-brand:focus-within{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(26, 26, 26, var(--tw-ring-opacity));
}

.tw .focus-within\:ring-surface-lower:focus-within{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(18, 19, 20, var(--tw-ring-opacity));
}

.tw .focus-within\:ring-surface-base:focus-within{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(29, 30, 31, var(--tw-ring-opacity));
}

.tw .focus-within\:ring-surface-low:focus-within{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(33, 33, 36, var(--tw-ring-opacity));
}

.tw .focus-within\:ring-surface-middle:focus-within{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(38, 38, 42, var(--tw-ring-opacity));
}

.tw .focus-within\:ring-surface-upper:focus-within{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(41, 41, 46, var(--tw-ring-opacity));
}

.tw .focus-within\:ring-surface-high:focus-within{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(52, 52, 53, var(--tw-ring-opacity));
}

.tw .focus-within\:ring-surface-higher:focus-within{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(74, 75, 75, var(--tw-ring-opacity));
}

.tw .focus-within\:ring-surface-highest:focus-within{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(97, 97, 98, var(--tw-ring-opacity));
}

.tw .focus-within\:ring-glyph-base:focus-within{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(255, 255, 255, var(--tw-ring-opacity));
}

.tw .focus-within\:ring-glyph-light:focus-within{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(194, 194, 194, var(--tw-ring-opacity));
}

.tw .focus-within\:ring-glyph-lighter:focus-within{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(150, 150, 150, var(--tw-ring-opacity));
}

.tw .focus-within\:ring-glyph-lightest:focus-within{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(80, 80, 80, var(--tw-ring-opacity));
}

.tw .focus-within\:ring-link:focus-within{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(0, 190, 255, var(--tw-ring-opacity));
}

.tw .focus-within\:ring-info-error:focus-within{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(235, 51, 65, var(--tw-ring-opacity));
}

.tw .focus-within\:ring-info-danger:focus-within{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(247, 127, 37, var(--tw-ring-opacity));
}

.tw .focus-within\:ring-info-warn:focus-within{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(255, 200, 47, var(--tw-ring-opacity));
}

.tw .focus-within\:ring-info-ok:focus-within{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(0, 151, 79, var(--tw-ring-opacity));
}

.tw .focus-within\:ring-info-notice:focus-within{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(1, 128, 255, var(--tw-ring-opacity));
}

.tw .focus-within\:ring-accent-1:focus-within{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(255, 93, 105, var(--tw-ring-opacity));
}

.tw .focus-within\:ring-accent-2:focus-within{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(7, 245, 175, var(--tw-ring-opacity));
}

.tw .focus-within\:ring-accent-3:focus-within{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(4, 211, 114, var(--tw-ring-opacity));
}

.tw .focus-within\:ring-accent-4:focus-within{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(132, 81, 245, var(--tw-ring-opacity));
}

.tw .focus\:ring-current:focus{
  --tw-ring-color: currentColor;
}

.tw .focus\:ring-transparent:focus{
  --tw-ring-color: transparent;
}

.tw .focus\:ring-white:focus{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(255, 255, 255, var(--tw-ring-opacity));
}

.tw .focus\:ring-black:focus{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(0, 0, 0, var(--tw-ring-opacity));
}

.tw .focus\:ring-gray-10:focus{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(240, 240, 240, var(--tw-ring-opacity));
}

.tw .focus\:ring-gray-20:focus{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(226, 226, 226, var(--tw-ring-opacity));
}

.tw .focus\:ring-gray-30:focus{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(211, 211, 211, var(--tw-ring-opacity));
}

.tw .focus\:ring-gray-40:focus{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(197, 197, 197, var(--tw-ring-opacity));
}

.tw .focus\:ring-gray-50:focus{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(183, 183, 183, var(--tw-ring-opacity));
}

.tw .focus\:ring-gray-60:focus{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(169, 169, 169, var(--tw-ring-opacity));
}

.tw .focus\:ring-gray-70:focus{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(156, 156, 156, var(--tw-ring-opacity));
}

.tw .focus\:ring-gray-80:focus{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(142, 142, 142, var(--tw-ring-opacity));
}

.tw .focus\:ring-gray-90:focus{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(129, 129, 129, var(--tw-ring-opacity));
}

.tw .focus\:ring-gray-100:focus{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(108, 109, 114, var(--tw-ring-opacity));
}

.tw .focus\:ring-gray-200:focus{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(96, 97, 103, var(--tw-ring-opacity));
}

.tw .focus\:ring-gray-300:focus{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(84, 86, 91, var(--tw-ring-opacity));
}

.tw .focus\:ring-gray-400:focus{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(73, 73, 80, var(--tw-ring-opacity));
}

.tw .focus\:ring-gray-500:focus{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(61, 61, 68, var(--tw-ring-opacity));
}

.tw .focus\:ring-gray-600:focus{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(53, 53, 61, var(--tw-ring-opacity));
}

.tw .focus\:ring-gray-700:focus{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(45, 45, 49, var(--tw-ring-opacity));
}

.tw .focus\:ring-gray-800:focus{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(38, 37, 42, var(--tw-ring-opacity));
}

.tw .focus\:ring-gray-850:focus{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(32, 32, 37, var(--tw-ring-opacity));
}

.tw .focus\:ring-gray-900:focus{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(27, 27, 32, var(--tw-ring-opacity));
}

.tw .focus\:ring-gray-950:focus{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(20, 20, 23, var(--tw-ring-opacity));
}

.tw .focus\:ring-brand-50:focus{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(127, 255, 255, var(--tw-ring-opacity));
}

.tw .focus\:ring-brand-100:focus{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(87, 226, 255, var(--tw-ring-opacity));
}

.tw .focus\:ring-brand-200:focus{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(32, 197, 255, var(--tw-ring-opacity));
}

.tw .focus\:ring-brand-300:focus{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(0, 167, 231, var(--tw-ring-opacity));
}

.tw .focus\:ring-brand-400:focus{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(0, 139, 201, var(--tw-ring-opacity));
}

.tw .focus\:ring-brand-500:focus{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(0, 112, 172, var(--tw-ring-opacity));
}

.tw .focus\:ring-brand-600:focus{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(0, 86, 143, var(--tw-ring-opacity));
}

.tw .focus\:ring-brand-700:focus{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(0, 62, 116, var(--tw-ring-opacity));
}

.tw .focus\:ring-brand-800:focus{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(0, 39, 89, var(--tw-ring-opacity));
}

.tw .focus\:ring-brand-900:focus{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(0, 18, 63, var(--tw-ring-opacity));
}

.tw .focus\:ring-brand:focus{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(0, 190, 255, var(--tw-ring-opacity));
}

.tw .focus\:ring-brand-base:focus{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(0, 190, 255, var(--tw-ring-opacity));
}

.tw .focus\:ring-red-50:focus{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(255, 202, 200, var(--tw-ring-opacity));
}

.tw .focus\:ring-red-100:focus{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(255, 171, 171, var(--tw-ring-opacity));
}

.tw .focus\:ring-red-200:focus{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(255, 142, 142, var(--tw-ring-opacity));
}

.tw .focus\:ring-red-300:focus{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(247, 112, 115, var(--tw-ring-opacity));
}

.tw .focus\:ring-red-400:focus{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(215, 83, 89, var(--tw-ring-opacity));
}

.tw .focus\:ring-red-500:focus{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(182, 54, 64, var(--tw-ring-opacity));
}

.tw .focus\:ring-red-600:focus{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(150, 18, 41, var(--tw-ring-opacity));
}

.tw .focus\:ring-red-700:focus{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(119, 0, 19, var(--tw-ring-opacity));
}

.tw .focus\:ring-red-800:focus{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(89, 0, 0, var(--tw-ring-opacity));
}

.tw .focus\:ring-red-900:focus{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(65, 0, 0, var(--tw-ring-opacity));
}

.tw .focus\:ring-red:focus{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(211, 80, 86, var(--tw-ring-opacity));
}

.tw .focus\:ring-red-brand:focus{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(255, 79, 79, var(--tw-ring-opacity));
}

.tw .focus\:ring-green-50:focus{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(141, 255, 205, var(--tw-ring-opacity));
}

.tw .focus\:ring-green-100:focus{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(109, 236, 176, var(--tw-ring-opacity));
}

.tw .focus\:ring-green-200:focus{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(76, 206, 147, var(--tw-ring-opacity));
}

.tw .focus\:ring-green-300:focus{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(36, 176, 119, var(--tw-ring-opacity));
}

.tw .focus\:ring-green-400:focus{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(0, 147, 93, var(--tw-ring-opacity));
}

.tw .focus\:ring-green-500:focus{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(0, 119, 68, var(--tw-ring-opacity));
}

.tw .focus\:ring-green-600:focus{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(0, 91, 43, var(--tw-ring-opacity));
}

.tw .focus\:ring-green-700:focus{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(0, 65, 21, var(--tw-ring-opacity));
}

.tw .focus\:ring-green-800:focus{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(0, 43, 0, var(--tw-ring-opacity));
}

.tw .focus\:ring-green-900:focus{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(0, 27, 0, var(--tw-ring-opacity));
}

.tw .focus\:ring-green:focus{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(46, 182, 125, var(--tw-ring-opacity));
}

.tw .focus\:ring-yellow-50:focus{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(255, 235, 87, var(--tw-ring-opacity));
}

.tw .focus\:ring-yellow-100:focus{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(255, 205, 55, var(--tw-ring-opacity));
}

.tw .focus\:ring-yellow-200:focus{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(228, 176, 9, var(--tw-ring-opacity));
}

.tw .focus\:ring-yellow-300:focus{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(195, 148, 0, var(--tw-ring-opacity));
}

.tw .focus\:ring-yellow-400:focus{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(163, 121, 0, var(--tw-ring-opacity));
}

.tw .focus\:ring-yellow-500:focus{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(133, 95, 0, var(--tw-ring-opacity));
}

.tw .focus\:ring-yellow-600:focus{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(104, 70, 0, var(--tw-ring-opacity));
}

.tw .focus\:ring-yellow-700:focus{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(79, 46, 0, var(--tw-ring-opacity));
}

.tw .focus\:ring-yellow-800:focus{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(61, 22, 0, var(--tw-ring-opacity));
}

.tw .focus\:ring-yellow-900:focus{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(50, 0, 0, var(--tw-ring-opacity));
}

.tw .focus\:ring-yellow:focus{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(254, 199, 47, var(--tw-ring-opacity));
}

.tw .focus\:ring-purple-50:focus{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(255, 216, 255, var(--tw-ring-opacity));
}

.tw .focus\:ring-purple-100:focus{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(240, 186, 255, var(--tw-ring-opacity));
}

.tw .focus\:ring-purple-200:focus{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(208, 157, 255, var(--tw-ring-opacity));
}

.tw .focus\:ring-purple-300:focus{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(177, 128, 255, var(--tw-ring-opacity));
}

.tw .focus\:ring-purple-400:focus{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(146, 101, 233, var(--tw-ring-opacity));
}

.tw .focus\:ring-purple-500:focus{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(116, 74, 203, var(--tw-ring-opacity));
}

.tw .focus\:ring-purple-600:focus{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(85, 48, 173, var(--tw-ring-opacity));
}

.tw .focus\:ring-purple-700:focus{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(53, 22, 144, var(--tw-ring-opacity));
}

.tw .focus\:ring-purple-800:focus{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(9, 0, 116, var(--tw-ring-opacity));
}

.tw .focus\:ring-purple-900:focus{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(0, 0, 89, var(--tw-ring-opacity));
}

.tw .focus\:ring-purple:focus{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(168, 120, 255, var(--tw-ring-opacity));
}

.tw .focus\:ring-orange-50:focus{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(255, 210, 131, var(--tw-ring-opacity));
}

.tw .focus\:ring-orange-100:focus{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(255, 180, 103, var(--tw-ring-opacity));
}

.tw .focus\:ring-orange-200:focus{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(255, 151, 75, var(--tw-ring-opacity));
}

.tw .focus\:ring-orange-300:focus{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(240, 122, 47, var(--tw-ring-opacity));
}

.tw .focus\:ring-orange-400:focus{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(206, 95, 17, var(--tw-ring-opacity));
}

.tw .focus\:ring-orange-500:focus{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(173, 68, 0, var(--tw-ring-opacity));
}

.tw .focus\:ring-orange-600:focus{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(141, 40, 0, var(--tw-ring-opacity));
}

.tw .focus\:ring-orange-700:focus{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(111, 6, 0, var(--tw-ring-opacity));
}

.tw .focus\:ring-orange-800:focus{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(84, 0, 0, var(--tw-ring-opacity));
}

.tw .focus\:ring-orange-900:focus{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(65, 0, 0, var(--tw-ring-opacity));
}

.tw .focus\:ring-orange:focus{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(245, 127, 52, var(--tw-ring-opacity));
}

.tw .focus\:ring-surface-brand:focus{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(26, 26, 26, var(--tw-ring-opacity));
}

.tw .focus\:ring-surface-lower:focus{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(18, 19, 20, var(--tw-ring-opacity));
}

.tw .focus\:ring-surface-base:focus{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(29, 30, 31, var(--tw-ring-opacity));
}

.tw .focus\:ring-surface-low:focus{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(33, 33, 36, var(--tw-ring-opacity));
}

.tw .focus\:ring-surface-middle:focus{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(38, 38, 42, var(--tw-ring-opacity));
}

.tw .focus\:ring-surface-upper:focus{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(41, 41, 46, var(--tw-ring-opacity));
}

.tw .focus\:ring-surface-high:focus{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(52, 52, 53, var(--tw-ring-opacity));
}

.tw .focus\:ring-surface-higher:focus{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(74, 75, 75, var(--tw-ring-opacity));
}

.tw .focus\:ring-surface-highest:focus{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(97, 97, 98, var(--tw-ring-opacity));
}

.tw .focus\:ring-glyph-base:focus{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(255, 255, 255, var(--tw-ring-opacity));
}

.tw .focus\:ring-glyph-light:focus{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(194, 194, 194, var(--tw-ring-opacity));
}

.tw .focus\:ring-glyph-lighter:focus{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(150, 150, 150, var(--tw-ring-opacity));
}

.tw .focus\:ring-glyph-lightest:focus{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(80, 80, 80, var(--tw-ring-opacity));
}

.tw .focus\:ring-link:focus{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(0, 190, 255, var(--tw-ring-opacity));
}

.tw .focus\:ring-info-error:focus{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(235, 51, 65, var(--tw-ring-opacity));
}

.tw .focus\:ring-info-danger:focus{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(247, 127, 37, var(--tw-ring-opacity));
}

.tw .focus\:ring-info-warn:focus{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(255, 200, 47, var(--tw-ring-opacity));
}

.tw .focus\:ring-info-ok:focus{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(0, 151, 79, var(--tw-ring-opacity));
}

.tw .focus\:ring-info-notice:focus{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(1, 128, 255, var(--tw-ring-opacity));
}

.tw .focus\:ring-accent-1:focus{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(255, 93, 105, var(--tw-ring-opacity));
}

.tw .focus\:ring-accent-2:focus{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(7, 245, 175, var(--tw-ring-opacity));
}

.tw .focus\:ring-accent-3:focus{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(4, 211, 114, var(--tw-ring-opacity));
}

.tw .focus\:ring-accent-4:focus{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(132, 81, 245, var(--tw-ring-opacity));
}

.tw .ring-opacity-0{
  --tw-ring-opacity: 0;
}

.tw .ring-opacity-5{
  --tw-ring-opacity: 0.05;
}

.tw .ring-opacity-10{
  --tw-ring-opacity: 0.1;
}

.tw .ring-opacity-15{
  --tw-ring-opacity: 0.15;
}

.tw .ring-opacity-20{
  --tw-ring-opacity: 0.2;
}

.tw .ring-opacity-25{
  --tw-ring-opacity: 0.25;
}

.tw .ring-opacity-30{
  --tw-ring-opacity: 0.3;
}

.tw .ring-opacity-40{
  --tw-ring-opacity: 0.4;
}

.tw .ring-opacity-50{
  --tw-ring-opacity: 0.5;
}

.tw .ring-opacity-60{
  --tw-ring-opacity: 0.6;
}

.tw .ring-opacity-70{
  --tw-ring-opacity: 0.7;
}

.tw .ring-opacity-75{
  --tw-ring-opacity: 0.75;
}

.tw .ring-opacity-80{
  --tw-ring-opacity: 0.8;
}

.tw .ring-opacity-90{
  --tw-ring-opacity: 0.9;
}

.tw .ring-opacity-95{
  --tw-ring-opacity: 0.95;
}

.tw .ring-opacity-100{
  --tw-ring-opacity: 1;
}

.tw .focus-within\:ring-opacity-0:focus-within{
  --tw-ring-opacity: 0;
}

.tw .focus-within\:ring-opacity-5:focus-within{
  --tw-ring-opacity: 0.05;
}

.tw .focus-within\:ring-opacity-10:focus-within{
  --tw-ring-opacity: 0.1;
}

.tw .focus-within\:ring-opacity-15:focus-within{
  --tw-ring-opacity: 0.15;
}

.tw .focus-within\:ring-opacity-20:focus-within{
  --tw-ring-opacity: 0.2;
}

.tw .focus-within\:ring-opacity-25:focus-within{
  --tw-ring-opacity: 0.25;
}

.tw .focus-within\:ring-opacity-30:focus-within{
  --tw-ring-opacity: 0.3;
}

.tw .focus-within\:ring-opacity-40:focus-within{
  --tw-ring-opacity: 0.4;
}

.tw .focus-within\:ring-opacity-50:focus-within{
  --tw-ring-opacity: 0.5;
}

.tw .focus-within\:ring-opacity-60:focus-within{
  --tw-ring-opacity: 0.6;
}

.tw .focus-within\:ring-opacity-70:focus-within{
  --tw-ring-opacity: 0.7;
}

.tw .focus-within\:ring-opacity-75:focus-within{
  --tw-ring-opacity: 0.75;
}

.tw .focus-within\:ring-opacity-80:focus-within{
  --tw-ring-opacity: 0.8;
}

.tw .focus-within\:ring-opacity-90:focus-within{
  --tw-ring-opacity: 0.9;
}

.tw .focus-within\:ring-opacity-95:focus-within{
  --tw-ring-opacity: 0.95;
}

.tw .focus-within\:ring-opacity-100:focus-within{
  --tw-ring-opacity: 1;
}

.tw .focus\:ring-opacity-0:focus{
  --tw-ring-opacity: 0;
}

.tw .focus\:ring-opacity-5:focus{
  --tw-ring-opacity: 0.05;
}

.tw .focus\:ring-opacity-10:focus{
  --tw-ring-opacity: 0.1;
}

.tw .focus\:ring-opacity-15:focus{
  --tw-ring-opacity: 0.15;
}

.tw .focus\:ring-opacity-20:focus{
  --tw-ring-opacity: 0.2;
}

.tw .focus\:ring-opacity-25:focus{
  --tw-ring-opacity: 0.25;
}

.tw .focus\:ring-opacity-30:focus{
  --tw-ring-opacity: 0.3;
}

.tw .focus\:ring-opacity-40:focus{
  --tw-ring-opacity: 0.4;
}

.tw .focus\:ring-opacity-50:focus{
  --tw-ring-opacity: 0.5;
}

.tw .focus\:ring-opacity-60:focus{
  --tw-ring-opacity: 0.6;
}

.tw .focus\:ring-opacity-70:focus{
  --tw-ring-opacity: 0.7;
}

.tw .focus\:ring-opacity-75:focus{
  --tw-ring-opacity: 0.75;
}

.tw .focus\:ring-opacity-80:focus{
  --tw-ring-opacity: 0.8;
}

.tw .focus\:ring-opacity-90:focus{
  --tw-ring-opacity: 0.9;
}

.tw .focus\:ring-opacity-95:focus{
  --tw-ring-opacity: 0.95;
}

.tw .focus\:ring-opacity-100:focus{
  --tw-ring-opacity: 1;
}

.tw .ring-offset-0{
  --tw-ring-offset-width: 0px;
}

.tw .ring-offset-1{
  --tw-ring-offset-width: 1px;
}

.tw .ring-offset-2{
  --tw-ring-offset-width: 2px;
}

.tw .ring-offset-4{
  --tw-ring-offset-width: 4px;
}

.tw .ring-offset-8{
  --tw-ring-offset-width: 8px;
}

.tw .focus-within\:ring-offset-0:focus-within{
  --tw-ring-offset-width: 0px;
}

.tw .focus-within\:ring-offset-1:focus-within{
  --tw-ring-offset-width: 1px;
}

.tw .focus-within\:ring-offset-2:focus-within{
  --tw-ring-offset-width: 2px;
}

.tw .focus-within\:ring-offset-4:focus-within{
  --tw-ring-offset-width: 4px;
}

.tw .focus-within\:ring-offset-8:focus-within{
  --tw-ring-offset-width: 8px;
}

.tw .focus\:ring-offset-0:focus{
  --tw-ring-offset-width: 0px;
}

.tw .focus\:ring-offset-1:focus{
  --tw-ring-offset-width: 1px;
}

.tw .focus\:ring-offset-2:focus{
  --tw-ring-offset-width: 2px;
}

.tw .focus\:ring-offset-4:focus{
  --tw-ring-offset-width: 4px;
}

.tw .focus\:ring-offset-8:focus{
  --tw-ring-offset-width: 8px;
}

.tw .ring-offset-current{
  --tw-ring-offset-color: currentColor;
}

.tw .ring-offset-transparent{
  --tw-ring-offset-color: transparent;
}

.tw .ring-offset-white{
  --tw-ring-offset-color: #FFFFFF;
}

.tw .ring-offset-black{
  --tw-ring-offset-color: #000000;
}

.tw .ring-offset-gray-10{
  --tw-ring-offset-color: #F0F0F0;
}

.tw .ring-offset-gray-20{
  --tw-ring-offset-color: #E2E2E2;
}

.tw .ring-offset-gray-30{
  --tw-ring-offset-color: #D3D3D3;
}

.tw .ring-offset-gray-40{
  --tw-ring-offset-color: #C5C5C5;
}

.tw .ring-offset-gray-50{
  --tw-ring-offset-color: #B7B7B7;
}

.tw .ring-offset-gray-60{
  --tw-ring-offset-color: #A9A9A9;
}

.tw .ring-offset-gray-70{
  --tw-ring-offset-color: #9C9C9C;
}

.tw .ring-offset-gray-80{
  --tw-ring-offset-color: #8E8E8E;
}

.tw .ring-offset-gray-90{
  --tw-ring-offset-color: #818181;
}

.tw .ring-offset-gray-100{
  --tw-ring-offset-color: #6C6D72;
}

.tw .ring-offset-gray-200{
  --tw-ring-offset-color: #606167;
}

.tw .ring-offset-gray-300{
  --tw-ring-offset-color: #54565B;
}

.tw .ring-offset-gray-400{
  --tw-ring-offset-color: #494950;
}

.tw .ring-offset-gray-500{
  --tw-ring-offset-color: #3D3D44;
}

.tw .ring-offset-gray-600{
  --tw-ring-offset-color: #35353D;
}

.tw .ring-offset-gray-700{
  --tw-ring-offset-color: #2D2D31;
}

.tw .ring-offset-gray-800{
  --tw-ring-offset-color: #26252A;
}

.tw .ring-offset-gray-850{
  --tw-ring-offset-color: #202025;
}

.tw .ring-offset-gray-900{
  --tw-ring-offset-color: #1B1B20;
}

.tw .ring-offset-gray-950{
  --tw-ring-offset-color: #141417;
}

.tw .ring-offset-brand-50{
  --tw-ring-offset-color: #7FFFFF;
}

.tw .ring-offset-brand-100{
  --tw-ring-offset-color: #57E2FF;
}

.tw .ring-offset-brand-200{
  --tw-ring-offset-color: #20C5FF;
}

.tw .ring-offset-brand-300{
  --tw-ring-offset-color: #00A7E7;
}

.tw .ring-offset-brand-400{
  --tw-ring-offset-color: #008BC9;
}

.tw .ring-offset-brand-500{
  --tw-ring-offset-color: #0070AC;
}

.tw .ring-offset-brand-600{
  --tw-ring-offset-color: #00568F;
}

.tw .ring-offset-brand-700{
  --tw-ring-offset-color: #003E74;
}

.tw .ring-offset-brand-800{
  --tw-ring-offset-color: #002759;
}

.tw .ring-offset-brand-900{
  --tw-ring-offset-color: #00123F;
}

.tw .ring-offset-brand{
  --tw-ring-offset-color: #00BEFF;
}

.tw .ring-offset-brand-base{
  --tw-ring-offset-color: #00BEFF;
}

.tw .ring-offset-red-50{
  --tw-ring-offset-color: #FFCAC8;
}

.tw .ring-offset-red-100{
  --tw-ring-offset-color: #FFABAB;
}

.tw .ring-offset-red-200{
  --tw-ring-offset-color: #FF8E8E;
}

.tw .ring-offset-red-300{
  --tw-ring-offset-color: #F77073;
}

.tw .ring-offset-red-400{
  --tw-ring-offset-color: #D75359;
}

.tw .ring-offset-red-500{
  --tw-ring-offset-color: #B63640;
}

.tw .ring-offset-red-600{
  --tw-ring-offset-color: #961229;
}

.tw .ring-offset-red-700{
  --tw-ring-offset-color: #770013;
}

.tw .ring-offset-red-800{
  --tw-ring-offset-color: #590000;
}

.tw .ring-offset-red-900{
  --tw-ring-offset-color: #410000;
}

.tw .ring-offset-red{
  --tw-ring-offset-color: #D35056;
}

.tw .ring-offset-red-brand{
  --tw-ring-offset-color: #FF4F4F;
}

.tw .ring-offset-green-50{
  --tw-ring-offset-color: #8DFFCD;
}

.tw .ring-offset-green-100{
  --tw-ring-offset-color: #6DECB0;
}

.tw .ring-offset-green-200{
  --tw-ring-offset-color: #4CCE93;
}

.tw .ring-offset-green-300{
  --tw-ring-offset-color: #24B077;
}

.tw .ring-offset-green-400{
  --tw-ring-offset-color: #00935D;
}

.tw .ring-offset-green-500{
  --tw-ring-offset-color: #007744;
}

.tw .ring-offset-green-600{
  --tw-ring-offset-color: #005B2B;
}

.tw .ring-offset-green-700{
  --tw-ring-offset-color: #004115;
}

.tw .ring-offset-green-800{
  --tw-ring-offset-color: #002B00;
}

.tw .ring-offset-green-900{
  --tw-ring-offset-color: #001B00;
}

.tw .ring-offset-green{
  --tw-ring-offset-color: #2EB67D;
}

.tw .ring-offset-yellow-50{
  --tw-ring-offset-color: #FFEB57;
}

.tw .ring-offset-yellow-100{
  --tw-ring-offset-color: #FFCD37;
}

.tw .ring-offset-yellow-200{
  --tw-ring-offset-color: #E4B009;
}

.tw .ring-offset-yellow-300{
  --tw-ring-offset-color: #C39400;
}

.tw .ring-offset-yellow-400{
  --tw-ring-offset-color: #A37900;
}

.tw .ring-offset-yellow-500{
  --tw-ring-offset-color: #855F00;
}

.tw .ring-offset-yellow-600{
  --tw-ring-offset-color: #684600;
}

.tw .ring-offset-yellow-700{
  --tw-ring-offset-color: #4F2E00;
}

.tw .ring-offset-yellow-800{
  --tw-ring-offset-color: #3D1600;
}

.tw .ring-offset-yellow-900{
  --tw-ring-offset-color: #320000;
}

.tw .ring-offset-yellow{
  --tw-ring-offset-color: #FEC72F;
}

.tw .ring-offset-purple-50{
  --tw-ring-offset-color: #FFD8FF;
}

.tw .ring-offset-purple-100{
  --tw-ring-offset-color: #F0BAFF;
}

.tw .ring-offset-purple-200{
  --tw-ring-offset-color: #D09DFF;
}

.tw .ring-offset-purple-300{
  --tw-ring-offset-color: #B180FF;
}

.tw .ring-offset-purple-400{
  --tw-ring-offset-color: #9265E9;
}

.tw .ring-offset-purple-500{
  --tw-ring-offset-color: #744ACB;
}

.tw .ring-offset-purple-600{
  --tw-ring-offset-color: #5530AD;
}

.tw .ring-offset-purple-700{
  --tw-ring-offset-color: #351690;
}

.tw .ring-offset-purple-800{
  --tw-ring-offset-color: #090074;
}

.tw .ring-offset-purple-900{
  --tw-ring-offset-color: #000059;
}

.tw .ring-offset-purple{
  --tw-ring-offset-color: #A878FF;
}

.tw .ring-offset-orange-50{
  --tw-ring-offset-color: #FFD283;
}

.tw .ring-offset-orange-100{
  --tw-ring-offset-color: #FFB467;
}

.tw .ring-offset-orange-200{
  --tw-ring-offset-color: #FF974B;
}

.tw .ring-offset-orange-300{
  --tw-ring-offset-color: #F07A2F;
}

.tw .ring-offset-orange-400{
  --tw-ring-offset-color: #CE5F11;
}

.tw .ring-offset-orange-500{
  --tw-ring-offset-color: #AD4400;
}

.tw .ring-offset-orange-600{
  --tw-ring-offset-color: #8D2800;
}

.tw .ring-offset-orange-700{
  --tw-ring-offset-color: #6F0600;
}

.tw .ring-offset-orange-800{
  --tw-ring-offset-color: #540000;
}

.tw .ring-offset-orange-900{
  --tw-ring-offset-color: #410000;
}

.tw .ring-offset-orange{
  --tw-ring-offset-color: #F57F34;
}

.tw .ring-offset-surface-brand{
  --tw-ring-offset-color: #1A1A1A;
}

.tw .ring-offset-surface-lower{
  --tw-ring-offset-color: #121314;
}

.tw .ring-offset-surface-base{
  --tw-ring-offset-color: #1D1E1F;
}

.tw .ring-offset-surface-low{
  --tw-ring-offset-color: #212124;
}

.tw .ring-offset-surface-middle{
  --tw-ring-offset-color: #26262A;
}

.tw .ring-offset-surface-upper{
  --tw-ring-offset-color: #29292E;
}

.tw .ring-offset-surface-high{
  --tw-ring-offset-color: #343435;
}

.tw .ring-offset-surface-higher{
  --tw-ring-offset-color: #4A4B4B;
}

.tw .ring-offset-surface-highest{
  --tw-ring-offset-color: #616162;
}

.tw .ring-offset-glyph-base{
  --tw-ring-offset-color: #FFFFFF;
}

.tw .ring-offset-glyph-light{
  --tw-ring-offset-color: #C2C2C2;
}

.tw .ring-offset-glyph-lighter{
  --tw-ring-offset-color: #969696;
}

.tw .ring-offset-glyph-lightest{
  --tw-ring-offset-color: #505050;
}

.tw .ring-offset-link{
  --tw-ring-offset-color: #00BEFF;
}

.tw .ring-offset-info-error{
  --tw-ring-offset-color: #eb3341;
}

.tw .ring-offset-info-danger{
  --tw-ring-offset-color: #F77F25;
}

.tw .ring-offset-info-warn{
  --tw-ring-offset-color: #FFC82F;
}

.tw .ring-offset-info-ok{
  --tw-ring-offset-color: #00974F;
}

.tw .ring-offset-info-notice{
  --tw-ring-offset-color: #0180FF;
}

.tw .ring-offset-accent-1{
  --tw-ring-offset-color: #FF5D69;
}

.tw .ring-offset-accent-2{
  --tw-ring-offset-color: #07F5AF;
}

.tw .ring-offset-accent-3{
  --tw-ring-offset-color: #04D372;
}

.tw .ring-offset-accent-4{
  --tw-ring-offset-color: #8451F5;
}

.tw .focus-within\:ring-offset-current:focus-within{
  --tw-ring-offset-color: currentColor;
}

.tw .focus-within\:ring-offset-transparent:focus-within{
  --tw-ring-offset-color: transparent;
}

.tw .focus-within\:ring-offset-white:focus-within{
  --tw-ring-offset-color: #FFFFFF;
}

.tw .focus-within\:ring-offset-black:focus-within{
  --tw-ring-offset-color: #000000;
}

.tw .focus-within\:ring-offset-gray-10:focus-within{
  --tw-ring-offset-color: #F0F0F0;
}

.tw .focus-within\:ring-offset-gray-20:focus-within{
  --tw-ring-offset-color: #E2E2E2;
}

.tw .focus-within\:ring-offset-gray-30:focus-within{
  --tw-ring-offset-color: #D3D3D3;
}

.tw .focus-within\:ring-offset-gray-40:focus-within{
  --tw-ring-offset-color: #C5C5C5;
}

.tw .focus-within\:ring-offset-gray-50:focus-within{
  --tw-ring-offset-color: #B7B7B7;
}

.tw .focus-within\:ring-offset-gray-60:focus-within{
  --tw-ring-offset-color: #A9A9A9;
}

.tw .focus-within\:ring-offset-gray-70:focus-within{
  --tw-ring-offset-color: #9C9C9C;
}

.tw .focus-within\:ring-offset-gray-80:focus-within{
  --tw-ring-offset-color: #8E8E8E;
}

.tw .focus-within\:ring-offset-gray-90:focus-within{
  --tw-ring-offset-color: #818181;
}

.tw .focus-within\:ring-offset-gray-100:focus-within{
  --tw-ring-offset-color: #6C6D72;
}

.tw .focus-within\:ring-offset-gray-200:focus-within{
  --tw-ring-offset-color: #606167;
}

.tw .focus-within\:ring-offset-gray-300:focus-within{
  --tw-ring-offset-color: #54565B;
}

.tw .focus-within\:ring-offset-gray-400:focus-within{
  --tw-ring-offset-color: #494950;
}

.tw .focus-within\:ring-offset-gray-500:focus-within{
  --tw-ring-offset-color: #3D3D44;
}

.tw .focus-within\:ring-offset-gray-600:focus-within{
  --tw-ring-offset-color: #35353D;
}

.tw .focus-within\:ring-offset-gray-700:focus-within{
  --tw-ring-offset-color: #2D2D31;
}

.tw .focus-within\:ring-offset-gray-800:focus-within{
  --tw-ring-offset-color: #26252A;
}

.tw .focus-within\:ring-offset-gray-850:focus-within{
  --tw-ring-offset-color: #202025;
}

.tw .focus-within\:ring-offset-gray-900:focus-within{
  --tw-ring-offset-color: #1B1B20;
}

.tw .focus-within\:ring-offset-gray-950:focus-within{
  --tw-ring-offset-color: #141417;
}

.tw .focus-within\:ring-offset-brand-50:focus-within{
  --tw-ring-offset-color: #7FFFFF;
}

.tw .focus-within\:ring-offset-brand-100:focus-within{
  --tw-ring-offset-color: #57E2FF;
}

.tw .focus-within\:ring-offset-brand-200:focus-within{
  --tw-ring-offset-color: #20C5FF;
}

.tw .focus-within\:ring-offset-brand-300:focus-within{
  --tw-ring-offset-color: #00A7E7;
}

.tw .focus-within\:ring-offset-brand-400:focus-within{
  --tw-ring-offset-color: #008BC9;
}

.tw .focus-within\:ring-offset-brand-500:focus-within{
  --tw-ring-offset-color: #0070AC;
}

.tw .focus-within\:ring-offset-brand-600:focus-within{
  --tw-ring-offset-color: #00568F;
}

.tw .focus-within\:ring-offset-brand-700:focus-within{
  --tw-ring-offset-color: #003E74;
}

.tw .focus-within\:ring-offset-brand-800:focus-within{
  --tw-ring-offset-color: #002759;
}

.tw .focus-within\:ring-offset-brand-900:focus-within{
  --tw-ring-offset-color: #00123F;
}

.tw .focus-within\:ring-offset-brand:focus-within{
  --tw-ring-offset-color: #00BEFF;
}

.tw .focus-within\:ring-offset-brand-base:focus-within{
  --tw-ring-offset-color: #00BEFF;
}

.tw .focus-within\:ring-offset-red-50:focus-within{
  --tw-ring-offset-color: #FFCAC8;
}

.tw .focus-within\:ring-offset-red-100:focus-within{
  --tw-ring-offset-color: #FFABAB;
}

.tw .focus-within\:ring-offset-red-200:focus-within{
  --tw-ring-offset-color: #FF8E8E;
}

.tw .focus-within\:ring-offset-red-300:focus-within{
  --tw-ring-offset-color: #F77073;
}

.tw .focus-within\:ring-offset-red-400:focus-within{
  --tw-ring-offset-color: #D75359;
}

.tw .focus-within\:ring-offset-red-500:focus-within{
  --tw-ring-offset-color: #B63640;
}

.tw .focus-within\:ring-offset-red-600:focus-within{
  --tw-ring-offset-color: #961229;
}

.tw .focus-within\:ring-offset-red-700:focus-within{
  --tw-ring-offset-color: #770013;
}

.tw .focus-within\:ring-offset-red-800:focus-within{
  --tw-ring-offset-color: #590000;
}

.tw .focus-within\:ring-offset-red-900:focus-within{
  --tw-ring-offset-color: #410000;
}

.tw .focus-within\:ring-offset-red:focus-within{
  --tw-ring-offset-color: #D35056;
}

.tw .focus-within\:ring-offset-red-brand:focus-within{
  --tw-ring-offset-color: #FF4F4F;
}

.tw .focus-within\:ring-offset-green-50:focus-within{
  --tw-ring-offset-color: #8DFFCD;
}

.tw .focus-within\:ring-offset-green-100:focus-within{
  --tw-ring-offset-color: #6DECB0;
}

.tw .focus-within\:ring-offset-green-200:focus-within{
  --tw-ring-offset-color: #4CCE93;
}

.tw .focus-within\:ring-offset-green-300:focus-within{
  --tw-ring-offset-color: #24B077;
}

.tw .focus-within\:ring-offset-green-400:focus-within{
  --tw-ring-offset-color: #00935D;
}

.tw .focus-within\:ring-offset-green-500:focus-within{
  --tw-ring-offset-color: #007744;
}

.tw .focus-within\:ring-offset-green-600:focus-within{
  --tw-ring-offset-color: #005B2B;
}

.tw .focus-within\:ring-offset-green-700:focus-within{
  --tw-ring-offset-color: #004115;
}

.tw .focus-within\:ring-offset-green-800:focus-within{
  --tw-ring-offset-color: #002B00;
}

.tw .focus-within\:ring-offset-green-900:focus-within{
  --tw-ring-offset-color: #001B00;
}

.tw .focus-within\:ring-offset-green:focus-within{
  --tw-ring-offset-color: #2EB67D;
}

.tw .focus-within\:ring-offset-yellow-50:focus-within{
  --tw-ring-offset-color: #FFEB57;
}

.tw .focus-within\:ring-offset-yellow-100:focus-within{
  --tw-ring-offset-color: #FFCD37;
}

.tw .focus-within\:ring-offset-yellow-200:focus-within{
  --tw-ring-offset-color: #E4B009;
}

.tw .focus-within\:ring-offset-yellow-300:focus-within{
  --tw-ring-offset-color: #C39400;
}

.tw .focus-within\:ring-offset-yellow-400:focus-within{
  --tw-ring-offset-color: #A37900;
}

.tw .focus-within\:ring-offset-yellow-500:focus-within{
  --tw-ring-offset-color: #855F00;
}

.tw .focus-within\:ring-offset-yellow-600:focus-within{
  --tw-ring-offset-color: #684600;
}

.tw .focus-within\:ring-offset-yellow-700:focus-within{
  --tw-ring-offset-color: #4F2E00;
}

.tw .focus-within\:ring-offset-yellow-800:focus-within{
  --tw-ring-offset-color: #3D1600;
}

.tw .focus-within\:ring-offset-yellow-900:focus-within{
  --tw-ring-offset-color: #320000;
}

.tw .focus-within\:ring-offset-yellow:focus-within{
  --tw-ring-offset-color: #FEC72F;
}

.tw .focus-within\:ring-offset-purple-50:focus-within{
  --tw-ring-offset-color: #FFD8FF;
}

.tw .focus-within\:ring-offset-purple-100:focus-within{
  --tw-ring-offset-color: #F0BAFF;
}

.tw .focus-within\:ring-offset-purple-200:focus-within{
  --tw-ring-offset-color: #D09DFF;
}

.tw .focus-within\:ring-offset-purple-300:focus-within{
  --tw-ring-offset-color: #B180FF;
}

.tw .focus-within\:ring-offset-purple-400:focus-within{
  --tw-ring-offset-color: #9265E9;
}

.tw .focus-within\:ring-offset-purple-500:focus-within{
  --tw-ring-offset-color: #744ACB;
}

.tw .focus-within\:ring-offset-purple-600:focus-within{
  --tw-ring-offset-color: #5530AD;
}

.tw .focus-within\:ring-offset-purple-700:focus-within{
  --tw-ring-offset-color: #351690;
}

.tw .focus-within\:ring-offset-purple-800:focus-within{
  --tw-ring-offset-color: #090074;
}

.tw .focus-within\:ring-offset-purple-900:focus-within{
  --tw-ring-offset-color: #000059;
}

.tw .focus-within\:ring-offset-purple:focus-within{
  --tw-ring-offset-color: #A878FF;
}

.tw .focus-within\:ring-offset-orange-50:focus-within{
  --tw-ring-offset-color: #FFD283;
}

.tw .focus-within\:ring-offset-orange-100:focus-within{
  --tw-ring-offset-color: #FFB467;
}

.tw .focus-within\:ring-offset-orange-200:focus-within{
  --tw-ring-offset-color: #FF974B;
}

.tw .focus-within\:ring-offset-orange-300:focus-within{
  --tw-ring-offset-color: #F07A2F;
}

.tw .focus-within\:ring-offset-orange-400:focus-within{
  --tw-ring-offset-color: #CE5F11;
}

.tw .focus-within\:ring-offset-orange-500:focus-within{
  --tw-ring-offset-color: #AD4400;
}

.tw .focus-within\:ring-offset-orange-600:focus-within{
  --tw-ring-offset-color: #8D2800;
}

.tw .focus-within\:ring-offset-orange-700:focus-within{
  --tw-ring-offset-color: #6F0600;
}

.tw .focus-within\:ring-offset-orange-800:focus-within{
  --tw-ring-offset-color: #540000;
}

.tw .focus-within\:ring-offset-orange-900:focus-within{
  --tw-ring-offset-color: #410000;
}

.tw .focus-within\:ring-offset-orange:focus-within{
  --tw-ring-offset-color: #F57F34;
}

.tw .focus-within\:ring-offset-surface-brand:focus-within{
  --tw-ring-offset-color: #1A1A1A;
}

.tw .focus-within\:ring-offset-surface-lower:focus-within{
  --tw-ring-offset-color: #121314;
}

.tw .focus-within\:ring-offset-surface-base:focus-within{
  --tw-ring-offset-color: #1D1E1F;
}

.tw .focus-within\:ring-offset-surface-low:focus-within{
  --tw-ring-offset-color: #212124;
}

.tw .focus-within\:ring-offset-surface-middle:focus-within{
  --tw-ring-offset-color: #26262A;
}

.tw .focus-within\:ring-offset-surface-upper:focus-within{
  --tw-ring-offset-color: #29292E;
}

.tw .focus-within\:ring-offset-surface-high:focus-within{
  --tw-ring-offset-color: #343435;
}

.tw .focus-within\:ring-offset-surface-higher:focus-within{
  --tw-ring-offset-color: #4A4B4B;
}

.tw .focus-within\:ring-offset-surface-highest:focus-within{
  --tw-ring-offset-color: #616162;
}

.tw .focus-within\:ring-offset-glyph-base:focus-within{
  --tw-ring-offset-color: #FFFFFF;
}

.tw .focus-within\:ring-offset-glyph-light:focus-within{
  --tw-ring-offset-color: #C2C2C2;
}

.tw .focus-within\:ring-offset-glyph-lighter:focus-within{
  --tw-ring-offset-color: #969696;
}

.tw .focus-within\:ring-offset-glyph-lightest:focus-within{
  --tw-ring-offset-color: #505050;
}

.tw .focus-within\:ring-offset-link:focus-within{
  --tw-ring-offset-color: #00BEFF;
}

.tw .focus-within\:ring-offset-info-error:focus-within{
  --tw-ring-offset-color: #eb3341;
}

.tw .focus-within\:ring-offset-info-danger:focus-within{
  --tw-ring-offset-color: #F77F25;
}

.tw .focus-within\:ring-offset-info-warn:focus-within{
  --tw-ring-offset-color: #FFC82F;
}

.tw .focus-within\:ring-offset-info-ok:focus-within{
  --tw-ring-offset-color: #00974F;
}

.tw .focus-within\:ring-offset-info-notice:focus-within{
  --tw-ring-offset-color: #0180FF;
}

.tw .focus-within\:ring-offset-accent-1:focus-within{
  --tw-ring-offset-color: #FF5D69;
}

.tw .focus-within\:ring-offset-accent-2:focus-within{
  --tw-ring-offset-color: #07F5AF;
}

.tw .focus-within\:ring-offset-accent-3:focus-within{
  --tw-ring-offset-color: #04D372;
}

.tw .focus-within\:ring-offset-accent-4:focus-within{
  --tw-ring-offset-color: #8451F5;
}

.tw .focus\:ring-offset-current:focus{
  --tw-ring-offset-color: currentColor;
}

.tw .focus\:ring-offset-transparent:focus{
  --tw-ring-offset-color: transparent;
}

.tw .focus\:ring-offset-white:focus{
  --tw-ring-offset-color: #FFFFFF;
}

.tw .focus\:ring-offset-black:focus{
  --tw-ring-offset-color: #000000;
}

.tw .focus\:ring-offset-gray-10:focus{
  --tw-ring-offset-color: #F0F0F0;
}

.tw .focus\:ring-offset-gray-20:focus{
  --tw-ring-offset-color: #E2E2E2;
}

.tw .focus\:ring-offset-gray-30:focus{
  --tw-ring-offset-color: #D3D3D3;
}

.tw .focus\:ring-offset-gray-40:focus{
  --tw-ring-offset-color: #C5C5C5;
}

.tw .focus\:ring-offset-gray-50:focus{
  --tw-ring-offset-color: #B7B7B7;
}

.tw .focus\:ring-offset-gray-60:focus{
  --tw-ring-offset-color: #A9A9A9;
}

.tw .focus\:ring-offset-gray-70:focus{
  --tw-ring-offset-color: #9C9C9C;
}

.tw .focus\:ring-offset-gray-80:focus{
  --tw-ring-offset-color: #8E8E8E;
}

.tw .focus\:ring-offset-gray-90:focus{
  --tw-ring-offset-color: #818181;
}

.tw .focus\:ring-offset-gray-100:focus{
  --tw-ring-offset-color: #6C6D72;
}

.tw .focus\:ring-offset-gray-200:focus{
  --tw-ring-offset-color: #606167;
}

.tw .focus\:ring-offset-gray-300:focus{
  --tw-ring-offset-color: #54565B;
}

.tw .focus\:ring-offset-gray-400:focus{
  --tw-ring-offset-color: #494950;
}

.tw .focus\:ring-offset-gray-500:focus{
  --tw-ring-offset-color: #3D3D44;
}

.tw .focus\:ring-offset-gray-600:focus{
  --tw-ring-offset-color: #35353D;
}

.tw .focus\:ring-offset-gray-700:focus{
  --tw-ring-offset-color: #2D2D31;
}

.tw .focus\:ring-offset-gray-800:focus{
  --tw-ring-offset-color: #26252A;
}

.tw .focus\:ring-offset-gray-850:focus{
  --tw-ring-offset-color: #202025;
}

.tw .focus\:ring-offset-gray-900:focus{
  --tw-ring-offset-color: #1B1B20;
}

.tw .focus\:ring-offset-gray-950:focus{
  --tw-ring-offset-color: #141417;
}

.tw .focus\:ring-offset-brand-50:focus{
  --tw-ring-offset-color: #7FFFFF;
}

.tw .focus\:ring-offset-brand-100:focus{
  --tw-ring-offset-color: #57E2FF;
}

.tw .focus\:ring-offset-brand-200:focus{
  --tw-ring-offset-color: #20C5FF;
}

.tw .focus\:ring-offset-brand-300:focus{
  --tw-ring-offset-color: #00A7E7;
}

.tw .focus\:ring-offset-brand-400:focus{
  --tw-ring-offset-color: #008BC9;
}

.tw .focus\:ring-offset-brand-500:focus{
  --tw-ring-offset-color: #0070AC;
}

.tw .focus\:ring-offset-brand-600:focus{
  --tw-ring-offset-color: #00568F;
}

.tw .focus\:ring-offset-brand-700:focus{
  --tw-ring-offset-color: #003E74;
}

.tw .focus\:ring-offset-brand-800:focus{
  --tw-ring-offset-color: #002759;
}

.tw .focus\:ring-offset-brand-900:focus{
  --tw-ring-offset-color: #00123F;
}

.tw .focus\:ring-offset-brand:focus{
  --tw-ring-offset-color: #00BEFF;
}

.tw .focus\:ring-offset-brand-base:focus{
  --tw-ring-offset-color: #00BEFF;
}

.tw .focus\:ring-offset-red-50:focus{
  --tw-ring-offset-color: #FFCAC8;
}

.tw .focus\:ring-offset-red-100:focus{
  --tw-ring-offset-color: #FFABAB;
}

.tw .focus\:ring-offset-red-200:focus{
  --tw-ring-offset-color: #FF8E8E;
}

.tw .focus\:ring-offset-red-300:focus{
  --tw-ring-offset-color: #F77073;
}

.tw .focus\:ring-offset-red-400:focus{
  --tw-ring-offset-color: #D75359;
}

.tw .focus\:ring-offset-red-500:focus{
  --tw-ring-offset-color: #B63640;
}

.tw .focus\:ring-offset-red-600:focus{
  --tw-ring-offset-color: #961229;
}

.tw .focus\:ring-offset-red-700:focus{
  --tw-ring-offset-color: #770013;
}

.tw .focus\:ring-offset-red-800:focus{
  --tw-ring-offset-color: #590000;
}

.tw .focus\:ring-offset-red-900:focus{
  --tw-ring-offset-color: #410000;
}

.tw .focus\:ring-offset-red:focus{
  --tw-ring-offset-color: #D35056;
}

.tw .focus\:ring-offset-red-brand:focus{
  --tw-ring-offset-color: #FF4F4F;
}

.tw .focus\:ring-offset-green-50:focus{
  --tw-ring-offset-color: #8DFFCD;
}

.tw .focus\:ring-offset-green-100:focus{
  --tw-ring-offset-color: #6DECB0;
}

.tw .focus\:ring-offset-green-200:focus{
  --tw-ring-offset-color: #4CCE93;
}

.tw .focus\:ring-offset-green-300:focus{
  --tw-ring-offset-color: #24B077;
}

.tw .focus\:ring-offset-green-400:focus{
  --tw-ring-offset-color: #00935D;
}

.tw .focus\:ring-offset-green-500:focus{
  --tw-ring-offset-color: #007744;
}

.tw .focus\:ring-offset-green-600:focus{
  --tw-ring-offset-color: #005B2B;
}

.tw .focus\:ring-offset-green-700:focus{
  --tw-ring-offset-color: #004115;
}

.tw .focus\:ring-offset-green-800:focus{
  --tw-ring-offset-color: #002B00;
}

.tw .focus\:ring-offset-green-900:focus{
  --tw-ring-offset-color: #001B00;
}

.tw .focus\:ring-offset-green:focus{
  --tw-ring-offset-color: #2EB67D;
}

.tw .focus\:ring-offset-yellow-50:focus{
  --tw-ring-offset-color: #FFEB57;
}

.tw .focus\:ring-offset-yellow-100:focus{
  --tw-ring-offset-color: #FFCD37;
}

.tw .focus\:ring-offset-yellow-200:focus{
  --tw-ring-offset-color: #E4B009;
}

.tw .focus\:ring-offset-yellow-300:focus{
  --tw-ring-offset-color: #C39400;
}

.tw .focus\:ring-offset-yellow-400:focus{
  --tw-ring-offset-color: #A37900;
}

.tw .focus\:ring-offset-yellow-500:focus{
  --tw-ring-offset-color: #855F00;
}

.tw .focus\:ring-offset-yellow-600:focus{
  --tw-ring-offset-color: #684600;
}

.tw .focus\:ring-offset-yellow-700:focus{
  --tw-ring-offset-color: #4F2E00;
}

.tw .focus\:ring-offset-yellow-800:focus{
  --tw-ring-offset-color: #3D1600;
}

.tw .focus\:ring-offset-yellow-900:focus{
  --tw-ring-offset-color: #320000;
}

.tw .focus\:ring-offset-yellow:focus{
  --tw-ring-offset-color: #FEC72F;
}

.tw .focus\:ring-offset-purple-50:focus{
  --tw-ring-offset-color: #FFD8FF;
}

.tw .focus\:ring-offset-purple-100:focus{
  --tw-ring-offset-color: #F0BAFF;
}

.tw .focus\:ring-offset-purple-200:focus{
  --tw-ring-offset-color: #D09DFF;
}

.tw .focus\:ring-offset-purple-300:focus{
  --tw-ring-offset-color: #B180FF;
}

.tw .focus\:ring-offset-purple-400:focus{
  --tw-ring-offset-color: #9265E9;
}

.tw .focus\:ring-offset-purple-500:focus{
  --tw-ring-offset-color: #744ACB;
}

.tw .focus\:ring-offset-purple-600:focus{
  --tw-ring-offset-color: #5530AD;
}

.tw .focus\:ring-offset-purple-700:focus{
  --tw-ring-offset-color: #351690;
}

.tw .focus\:ring-offset-purple-800:focus{
  --tw-ring-offset-color: #090074;
}

.tw .focus\:ring-offset-purple-900:focus{
  --tw-ring-offset-color: #000059;
}

.tw .focus\:ring-offset-purple:focus{
  --tw-ring-offset-color: #A878FF;
}

.tw .focus\:ring-offset-orange-50:focus{
  --tw-ring-offset-color: #FFD283;
}

.tw .focus\:ring-offset-orange-100:focus{
  --tw-ring-offset-color: #FFB467;
}

.tw .focus\:ring-offset-orange-200:focus{
  --tw-ring-offset-color: #FF974B;
}

.tw .focus\:ring-offset-orange-300:focus{
  --tw-ring-offset-color: #F07A2F;
}

.tw .focus\:ring-offset-orange-400:focus{
  --tw-ring-offset-color: #CE5F11;
}

.tw .focus\:ring-offset-orange-500:focus{
  --tw-ring-offset-color: #AD4400;
}

.tw .focus\:ring-offset-orange-600:focus{
  --tw-ring-offset-color: #8D2800;
}

.tw .focus\:ring-offset-orange-700:focus{
  --tw-ring-offset-color: #6F0600;
}

.tw .focus\:ring-offset-orange-800:focus{
  --tw-ring-offset-color: #540000;
}

.tw .focus\:ring-offset-orange-900:focus{
  --tw-ring-offset-color: #410000;
}

.tw .focus\:ring-offset-orange:focus{
  --tw-ring-offset-color: #F57F34;
}

.tw .focus\:ring-offset-surface-brand:focus{
  --tw-ring-offset-color: #1A1A1A;
}

.tw .focus\:ring-offset-surface-lower:focus{
  --tw-ring-offset-color: #121314;
}

.tw .focus\:ring-offset-surface-base:focus{
  --tw-ring-offset-color: #1D1E1F;
}

.tw .focus\:ring-offset-surface-low:focus{
  --tw-ring-offset-color: #212124;
}

.tw .focus\:ring-offset-surface-middle:focus{
  --tw-ring-offset-color: #26262A;
}

.tw .focus\:ring-offset-surface-upper:focus{
  --tw-ring-offset-color: #29292E;
}

.tw .focus\:ring-offset-surface-high:focus{
  --tw-ring-offset-color: #343435;
}

.tw .focus\:ring-offset-surface-higher:focus{
  --tw-ring-offset-color: #4A4B4B;
}

.tw .focus\:ring-offset-surface-highest:focus{
  --tw-ring-offset-color: #616162;
}

.tw .focus\:ring-offset-glyph-base:focus{
  --tw-ring-offset-color: #FFFFFF;
}

.tw .focus\:ring-offset-glyph-light:focus{
  --tw-ring-offset-color: #C2C2C2;
}

.tw .focus\:ring-offset-glyph-lighter:focus{
  --tw-ring-offset-color: #969696;
}

.tw .focus\:ring-offset-glyph-lightest:focus{
  --tw-ring-offset-color: #505050;
}

.tw .focus\:ring-offset-link:focus{
  --tw-ring-offset-color: #00BEFF;
}

.tw .focus\:ring-offset-info-error:focus{
  --tw-ring-offset-color: #eb3341;
}

.tw .focus\:ring-offset-info-danger:focus{
  --tw-ring-offset-color: #F77F25;
}

.tw .focus\:ring-offset-info-warn:focus{
  --tw-ring-offset-color: #FFC82F;
}

.tw .focus\:ring-offset-info-ok:focus{
  --tw-ring-offset-color: #00974F;
}

.tw .focus\:ring-offset-info-notice:focus{
  --tw-ring-offset-color: #0180FF;
}

.tw .focus\:ring-offset-accent-1:focus{
  --tw-ring-offset-color: #FF5D69;
}

.tw .focus\:ring-offset-accent-2:focus{
  --tw-ring-offset-color: #07F5AF;
}

.tw .focus\:ring-offset-accent-3:focus{
  --tw-ring-offset-color: #04D372;
}

.tw .focus\:ring-offset-accent-4:focus{
  --tw-ring-offset-color: #8451F5;
}

.tw .filter{
  --tw-blur: var(--tw-empty,/*!*/ /*!*/);
  --tw-brightness: var(--tw-empty,/*!*/ /*!*/);
  --tw-contrast: var(--tw-empty,/*!*/ /*!*/);
  --tw-grayscale: var(--tw-empty,/*!*/ /*!*/);
  --tw-hue-rotate: var(--tw-empty,/*!*/ /*!*/);
  --tw-invert: var(--tw-empty,/*!*/ /*!*/);
  --tw-saturate: var(--tw-empty,/*!*/ /*!*/);
  --tw-sepia: var(--tw-empty,/*!*/ /*!*/);
  --tw-drop-shadow: var(--tw-empty,/*!*/ /*!*/);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

.tw .filter-none{
  filter: none;
}

.tw .blur-0{
  --tw-blur: blur(0);
}

.tw .blur-none{
  --tw-blur: blur(0);
}

.tw .blur-sm{
  --tw-blur: blur(4px);
}

.tw .blur{
  --tw-blur: blur(8px);
}

.tw .blur-md{
  --tw-blur: blur(12px);
}

.tw .blur-lg{
  --tw-blur: blur(16px);
}

.tw .blur-xl{
  --tw-blur: blur(24px);
}

.tw .blur-2xl{
  --tw-blur: blur(40px);
}

.tw .blur-3xl{
  --tw-blur: blur(64px);
}

.tw .brightness-0{
  --tw-brightness: brightness(0);
}

.tw .brightness-50{
  --tw-brightness: brightness(.5);
}

.tw .brightness-75{
  --tw-brightness: brightness(.75);
}

.tw .brightness-90{
  --tw-brightness: brightness(.9);
}

.tw .brightness-95{
  --tw-brightness: brightness(.95);
}

.tw .brightness-100{
  --tw-brightness: brightness(1);
}

.tw .brightness-105{
  --tw-brightness: brightness(1.05);
}

.tw .brightness-110{
  --tw-brightness: brightness(1.1);
}

.tw .brightness-125{
  --tw-brightness: brightness(1.25);
}

.tw .brightness-150{
  --tw-brightness: brightness(1.5);
}

.tw .brightness-200{
  --tw-brightness: brightness(2);
}

.tw .contrast-0{
  --tw-contrast: contrast(0);
}

.tw .contrast-50{
  --tw-contrast: contrast(.5);
}

.tw .contrast-75{
  --tw-contrast: contrast(.75);
}

.tw .contrast-100{
  --tw-contrast: contrast(1);
}

.tw .contrast-125{
  --tw-contrast: contrast(1.25);
}

.tw .contrast-150{
  --tw-contrast: contrast(1.5);
}

.tw .contrast-200{
  --tw-contrast: contrast(2);
}

.tw .drop-shadow-sm{
  --tw-drop-shadow: drop-shadow(0 1px 1px rgba(0,0,0,0.05));
}

.tw .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));
}

.tw .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));
}

.tw .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));
}

.tw .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));
}

.tw .drop-shadow-2xl{
  --tw-drop-shadow: drop-shadow(0 25px 25px rgba(0, 0, 0, 0.15));
}

.tw .drop-shadow-none{
  --tw-drop-shadow: drop-shadow(0 0 #0000);
}

.tw .grayscale-0{
  --tw-grayscale: grayscale(0);
}

.tw .grayscale{
  --tw-grayscale: grayscale(100%);
}

.tw .hue-rotate-0{
  --tw-hue-rotate: hue-rotate(0deg);
}

.tw .hue-rotate-15{
  --tw-hue-rotate: hue-rotate(15deg);
}

.tw .hue-rotate-30{
  --tw-hue-rotate: hue-rotate(30deg);
}

.tw .hue-rotate-60{
  --tw-hue-rotate: hue-rotate(60deg);
}

.tw .hue-rotate-90{
  --tw-hue-rotate: hue-rotate(90deg);
}

.tw .hue-rotate-180{
  --tw-hue-rotate: hue-rotate(180deg);
}

.tw .-hue-rotate-180{
  --tw-hue-rotate: hue-rotate(-180deg);
}

.tw .-hue-rotate-90{
  --tw-hue-rotate: hue-rotate(-90deg);
}

.tw .-hue-rotate-60{
  --tw-hue-rotate: hue-rotate(-60deg);
}

.tw .-hue-rotate-30{
  --tw-hue-rotate: hue-rotate(-30deg);
}

.tw .-hue-rotate-15{
  --tw-hue-rotate: hue-rotate(-15deg);
}

.tw .invert-0{
  --tw-invert: invert(0);
}

.tw .invert{
  --tw-invert: invert(100%);
}

.tw .saturate-0{
  --tw-saturate: saturate(0);
}

.tw .saturate-50{
  --tw-saturate: saturate(.5);
}

.tw .saturate-100{
  --tw-saturate: saturate(1);
}

.tw .saturate-150{
  --tw-saturate: saturate(1.5);
}

.tw .saturate-200{
  --tw-saturate: saturate(2);
}

.tw .sepia-0{
  --tw-sepia: sepia(0);
}

.tw .sepia{
  --tw-sepia: sepia(100%);
}

.tw .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);
}

.tw .backdrop-filter-none{
  -webkit-backdrop-filter: none;
          backdrop-filter: none;
}

.tw .backdrop-blur-0{
  --tw-backdrop-blur: blur(0);
}

.tw .backdrop-blur-none{
  --tw-backdrop-blur: blur(0);
}

.tw .backdrop-blur-sm{
  --tw-backdrop-blur: blur(4px);
}

.tw .backdrop-blur{
  --tw-backdrop-blur: blur(8px);
}

.tw .backdrop-blur-md{
  --tw-backdrop-blur: blur(12px);
}

.tw .backdrop-blur-lg{
  --tw-backdrop-blur: blur(16px);
}

.tw .backdrop-blur-xl{
  --tw-backdrop-blur: blur(24px);
}

.tw .backdrop-blur-2xl{
  --tw-backdrop-blur: blur(40px);
}

.tw .backdrop-blur-3xl{
  --tw-backdrop-blur: blur(64px);
}

.tw .backdrop-brightness-0{
  --tw-backdrop-brightness: brightness(0);
}

.tw .backdrop-brightness-50{
  --tw-backdrop-brightness: brightness(.5);
}

.tw .backdrop-brightness-75{
  --tw-backdrop-brightness: brightness(.75);
}

.tw .backdrop-brightness-90{
  --tw-backdrop-brightness: brightness(.9);
}

.tw .backdrop-brightness-95{
  --tw-backdrop-brightness: brightness(.95);
}

.tw .backdrop-brightness-100{
  --tw-backdrop-brightness: brightness(1);
}

.tw .backdrop-brightness-105{
  --tw-backdrop-brightness: brightness(1.05);
}

.tw .backdrop-brightness-110{
  --tw-backdrop-brightness: brightness(1.1);
}

.tw .backdrop-brightness-125{
  --tw-backdrop-brightness: brightness(1.25);
}

.tw .backdrop-brightness-150{
  --tw-backdrop-brightness: brightness(1.5);
}

.tw .backdrop-brightness-200{
  --tw-backdrop-brightness: brightness(2);
}

.tw .backdrop-contrast-0{
  --tw-backdrop-contrast: contrast(0);
}

.tw .backdrop-contrast-50{
  --tw-backdrop-contrast: contrast(.5);
}

.tw .backdrop-contrast-75{
  --tw-backdrop-contrast: contrast(.75);
}

.tw .backdrop-contrast-100{
  --tw-backdrop-contrast: contrast(1);
}

.tw .backdrop-contrast-125{
  --tw-backdrop-contrast: contrast(1.25);
}

.tw .backdrop-contrast-150{
  --tw-backdrop-contrast: contrast(1.5);
}

.tw .backdrop-contrast-200{
  --tw-backdrop-contrast: contrast(2);
}

.tw .backdrop-grayscale-0{
  --tw-backdrop-grayscale: grayscale(0);
}

.tw .backdrop-grayscale{
  --tw-backdrop-grayscale: grayscale(100%);
}

.tw .backdrop-hue-rotate-0{
  --tw-backdrop-hue-rotate: hue-rotate(0deg);
}

.tw .backdrop-hue-rotate-15{
  --tw-backdrop-hue-rotate: hue-rotate(15deg);
}

.tw .backdrop-hue-rotate-30{
  --tw-backdrop-hue-rotate: hue-rotate(30deg);
}

.tw .backdrop-hue-rotate-60{
  --tw-backdrop-hue-rotate: hue-rotate(60deg);
}

.tw .backdrop-hue-rotate-90{
  --tw-backdrop-hue-rotate: hue-rotate(90deg);
}

.tw .backdrop-hue-rotate-180{
  --tw-backdrop-hue-rotate: hue-rotate(180deg);
}

.tw .-backdrop-hue-rotate-180{
  --tw-backdrop-hue-rotate: hue-rotate(-180deg);
}

.tw .-backdrop-hue-rotate-90{
  --tw-backdrop-hue-rotate: hue-rotate(-90deg);
}

.tw .-backdrop-hue-rotate-60{
  --tw-backdrop-hue-rotate: hue-rotate(-60deg);
}

.tw .-backdrop-hue-rotate-30{
  --tw-backdrop-hue-rotate: hue-rotate(-30deg);
}

.tw .-backdrop-hue-rotate-15{
  --tw-backdrop-hue-rotate: hue-rotate(-15deg);
}

.tw .backdrop-invert-0{
  --tw-backdrop-invert: invert(0);
}

.tw .backdrop-invert{
  --tw-backdrop-invert: invert(100%);
}

.tw .backdrop-opacity-0{
  --tw-backdrop-opacity: opacity(0);
}

.tw .backdrop-opacity-5{
  --tw-backdrop-opacity: opacity(0.05);
}

.tw .backdrop-opacity-10{
  --tw-backdrop-opacity: opacity(0.1);
}

.tw .backdrop-opacity-15{
  --tw-backdrop-opacity: opacity(0.15);
}

.tw .backdrop-opacity-20{
  --tw-backdrop-opacity: opacity(0.2);
}

.tw .backdrop-opacity-25{
  --tw-backdrop-opacity: opacity(0.25);
}

.tw .backdrop-opacity-30{
  --tw-backdrop-opacity: opacity(0.3);
}

.tw .backdrop-opacity-40{
  --tw-backdrop-opacity: opacity(0.4);
}

.tw .backdrop-opacity-50{
  --tw-backdrop-opacity: opacity(0.5);
}

.tw .backdrop-opacity-60{
  --tw-backdrop-opacity: opacity(0.6);
}

.tw .backdrop-opacity-70{
  --tw-backdrop-opacity: opacity(0.7);
}

.tw .backdrop-opacity-75{
  --tw-backdrop-opacity: opacity(0.75);
}

.tw .backdrop-opacity-80{
  --tw-backdrop-opacity: opacity(0.8);
}

.tw .backdrop-opacity-90{
  --tw-backdrop-opacity: opacity(0.9);
}

.tw .backdrop-opacity-95{
  --tw-backdrop-opacity: opacity(0.95);
}

.tw .backdrop-opacity-100{
  --tw-backdrop-opacity: opacity(1);
}

.tw .backdrop-saturate-0{
  --tw-backdrop-saturate: saturate(0);
}

.tw .backdrop-saturate-50{
  --tw-backdrop-saturate: saturate(.5);
}

.tw .backdrop-saturate-100{
  --tw-backdrop-saturate: saturate(1);
}

.tw .backdrop-saturate-150{
  --tw-backdrop-saturate: saturate(1.5);
}

.tw .backdrop-saturate-200{
  --tw-backdrop-saturate: saturate(2);
}

.tw .backdrop-sepia-0{
  --tw-backdrop-sepia: sepia(0);
}

.tw .backdrop-sepia{
  --tw-backdrop-sepia: sepia(100%);
}

.tw .transition-none{
  transition-property: none;
}

.tw .transition-all{
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.tw .transition{
  transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.tw .transition-colors{
  transition-property: background-color, border-color, color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.tw .transition-opacity{
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.tw .transition-shadow{
  transition-property: box-shadow;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.tw .transition-transform{
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.tw .delay-75{
  transition-delay: 75ms;
}

.tw .delay-100{
  transition-delay: 100ms;
}

.tw .delay-150{
  transition-delay: 150ms;
}

.tw .delay-200{
  transition-delay: 200ms;
}

.tw .delay-300{
  transition-delay: 300ms;
}

.tw .delay-500{
  transition-delay: 500ms;
}

.tw .delay-700{
  transition-delay: 700ms;
}

.tw .delay-1000{
  transition-delay: 1000ms;
}

.tw .duration-75{
  transition-duration: 75ms;
}

.tw .duration-100{
  transition-duration: 100ms;
}

.tw .duration-150{
  transition-duration: 150ms;
}

.tw .duration-200{
  transition-duration: 200ms;
}

.tw .duration-300{
  transition-duration: 300ms;
}

.tw .duration-500{
  transition-duration: 500ms;
}

.tw .duration-700{
  transition-duration: 700ms;
}

.tw .duration-1000{
  transition-duration: 1000ms;
}

.tw .ease-linear{
  transition-timing-function: linear;
}

.tw .ease-in{
  transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
}

.tw .ease-out{
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
}

.tw .ease-in-out{
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.tw .ease-in-out-back{
  transition-timing-function: cubic-bezier(0.68, -0.6, 0.32, 1.6);
}

.tw .ease-in-back{
  transition-timing-function: cubic-bezier(0.36, 0, 0.66, -0.56);
}

.tw .ease-out-back{
  transition-timing-function: cubic-bezier(0.34, 1.56, 0.64, 1);
}

.tw .spacing-x-1px > :not(:last-child){
  margin-right: 1px;
}

.tw .spacing-y-1px > :not(:last-child){
  margin-bottom: 1px;
}

.tw .-spacing-x-1px > :not(:last-child){
  margin-right: -1px;
}

.tw .-spacing-y-1px > :not(:last-child){
  margin-bottom: -1px;
}

.tw .spacing-x-2px > :not(:last-child){
  margin-right: 2px;
}

.tw .spacing-y-2px > :not(:last-child){
  margin-bottom: 2px;
}

.tw .-spacing-x-2px > :not(:last-child){
  margin-right: -2px;
}

.tw .-spacing-y-2px > :not(:last-child){
  margin-bottom: -2px;
}

.tw .spacing-x-3px > :not(:last-child){
  margin-right: 3px;
}

.tw .spacing-y-3px > :not(:last-child){
  margin-bottom: 3px;
}

.tw .-spacing-x-3px > :not(:last-child){
  margin-right: -3px;
}

.tw .-spacing-y-3px > :not(:last-child){
  margin-bottom: -3px;
}

.tw .spacing-x-4px > :not(:last-child){
  margin-right: 4px;
}

.tw .spacing-y-4px > :not(:last-child){
  margin-bottom: 4px;
}

.tw .-spacing-x-4px > :not(:last-child){
  margin-right: -4px;
}

.tw .-spacing-y-4px > :not(:last-child){
  margin-bottom: -4px;
}

.tw .spacing-x-5px > :not(:last-child){
  margin-right: 5px;
}

.tw .spacing-y-5px > :not(:last-child){
  margin-bottom: 5px;
}

.tw .-spacing-x-5px > :not(:last-child){
  margin-right: -5px;
}

.tw .-spacing-y-5px > :not(:last-child){
  margin-bottom: -5px;
}

.tw .spacing-x-6px > :not(:last-child){
  margin-right: 6px;
}

.tw .spacing-y-6px > :not(:last-child){
  margin-bottom: 6px;
}

.tw .-spacing-x-6px > :not(:last-child){
  margin-right: -6px;
}

.tw .-spacing-y-6px > :not(:last-child){
  margin-bottom: -6px;
}

.tw .spacing-x-7px > :not(:last-child){
  margin-right: 7px;
}

.tw .spacing-y-7px > :not(:last-child){
  margin-bottom: 7px;
}

.tw .-spacing-x-7px > :not(:last-child){
  margin-right: -7px;
}

.tw .-spacing-y-7px > :not(:last-child){
  margin-bottom: -7px;
}

.tw .spacing-x-8px > :not(:last-child){
  margin-right: 8px;
}

.tw .spacing-y-8px > :not(:last-child){
  margin-bottom: 8px;
}

.tw .-spacing-x-8px > :not(:last-child){
  margin-right: -8px;
}

.tw .-spacing-y-8px > :not(:last-child){
  margin-bottom: -8px;
}

.tw .spacing-x-9px > :not(:last-child){
  margin-right: 9px;
}

.tw .spacing-y-9px > :not(:last-child){
  margin-bottom: 9px;
}

.tw .-spacing-x-9px > :not(:last-child){
  margin-right: -9px;
}

.tw .-spacing-y-9px > :not(:last-child){
  margin-bottom: -9px;
}

.tw .spacing-x-10px > :not(:last-child){
  margin-right: 10px;
}

.tw .spacing-y-10px > :not(:last-child){
  margin-bottom: 10px;
}

.tw .-spacing-x-10px > :not(:last-child){
  margin-right: -10px;
}

.tw .-spacing-y-10px > :not(:last-child){
  margin-bottom: -10px;
}

.tw .spacing-x-11px > :not(:last-child){
  margin-right: 11px;
}

.tw .spacing-y-11px > :not(:last-child){
  margin-bottom: 11px;
}

.tw .-spacing-x-11px > :not(:last-child){
  margin-right: -11px;
}

.tw .-spacing-y-11px > :not(:last-child){
  margin-bottom: -11px;
}

.tw .spacing-x-12px > :not(:last-child){
  margin-right: 12px;
}

.tw .spacing-y-12px > :not(:last-child){
  margin-bottom: 12px;
}

.tw .-spacing-x-12px > :not(:last-child){
  margin-right: -12px;
}

.tw .-spacing-y-12px > :not(:last-child){
  margin-bottom: -12px;
}

.tw .spacing-x-13px > :not(:last-child){
  margin-right: 13px;
}

.tw .spacing-y-13px > :not(:last-child){
  margin-bottom: 13px;
}

.tw .-spacing-x-13px > :not(:last-child){
  margin-right: -13px;
}

.tw .-spacing-y-13px > :not(:last-child){
  margin-bottom: -13px;
}

.tw .spacing-x-14px > :not(:last-child){
  margin-right: 14px;
}

.tw .spacing-y-14px > :not(:last-child){
  margin-bottom: 14px;
}

.tw .-spacing-x-14px > :not(:last-child){
  margin-right: -14px;
}

.tw .-spacing-y-14px > :not(:last-child){
  margin-bottom: -14px;
}

.tw .spacing-x-15px > :not(:last-child){
  margin-right: 15px;
}

.tw .spacing-y-15px > :not(:last-child){
  margin-bottom: 15px;
}

.tw .-spacing-x-15px > :not(:last-child){
  margin-right: -15px;
}

.tw .-spacing-y-15px > :not(:last-child){
  margin-bottom: -15px;
}

.tw .spacing-x-16px > :not(:last-child){
  margin-right: 16px;
}

.tw .spacing-y-16px > :not(:last-child){
  margin-bottom: 16px;
}

.tw .-spacing-x-16px > :not(:last-child){
  margin-right: -16px;
}

.tw .-spacing-y-16px > :not(:last-child){
  margin-bottom: -16px;
}

.tw .spacing-x-17px > :not(:last-child){
  margin-right: 17px;
}

.tw .spacing-y-17px > :not(:last-child){
  margin-bottom: 17px;
}

.tw .-spacing-x-17px > :not(:last-child){
  margin-right: -17px;
}

.tw .-spacing-y-17px > :not(:last-child){
  margin-bottom: -17px;
}

.tw .spacing-x-18px > :not(:last-child){
  margin-right: 18px;
}

.tw .spacing-y-18px > :not(:last-child){
  margin-bottom: 18px;
}

.tw .-spacing-x-18px > :not(:last-child){
  margin-right: -18px;
}

.tw .-spacing-y-18px > :not(:last-child){
  margin-bottom: -18px;
}

.tw .spacing-x-19px > :not(:last-child){
  margin-right: 19px;
}

.tw .spacing-y-19px > :not(:last-child){
  margin-bottom: 19px;
}

.tw .-spacing-x-19px > :not(:last-child){
  margin-right: -19px;
}

.tw .-spacing-y-19px > :not(:last-child){
  margin-bottom: -19px;
}

.tw .spacing-x-20px > :not(:last-child){
  margin-right: 20px;
}

.tw .spacing-y-20px > :not(:last-child){
  margin-bottom: 20px;
}

.tw .-spacing-x-20px > :not(:last-child){
  margin-right: -20px;
}

.tw .-spacing-y-20px > :not(:last-child){
  margin-bottom: -20px;
}

.tw .spacing-x-21px > :not(:last-child){
  margin-right: 21px;
}

.tw .spacing-y-21px > :not(:last-child){
  margin-bottom: 21px;
}

.tw .-spacing-x-21px > :not(:last-child){
  margin-right: -21px;
}

.tw .-spacing-y-21px > :not(:last-child){
  margin-bottom: -21px;
}

.tw .spacing-x-22px > :not(:last-child){
  margin-right: 22px;
}

.tw .spacing-y-22px > :not(:last-child){
  margin-bottom: 22px;
}

.tw .-spacing-x-22px > :not(:last-child){
  margin-right: -22px;
}

.tw .-spacing-y-22px > :not(:last-child){
  margin-bottom: -22px;
}

.tw .spacing-x-23px > :not(:last-child){
  margin-right: 23px;
}

.tw .spacing-y-23px > :not(:last-child){
  margin-bottom: 23px;
}

.tw .-spacing-x-23px > :not(:last-child){
  margin-right: -23px;
}

.tw .-spacing-y-23px > :not(:last-child){
  margin-bottom: -23px;
}

.tw .spacing-x-24px > :not(:last-child){
  margin-right: 24px;
}

.tw .spacing-y-24px > :not(:last-child){
  margin-bottom: 24px;
}

.tw .-spacing-x-24px > :not(:last-child){
  margin-right: -24px;
}

.tw .-spacing-y-24px > :not(:last-child){
  margin-bottom: -24px;
}

.tw .spacing-x-25px > :not(:last-child){
  margin-right: 25px;
}

.tw .spacing-y-25px > :not(:last-child){
  margin-bottom: 25px;
}

.tw .-spacing-x-25px > :not(:last-child){
  margin-right: -25px;
}

.tw .-spacing-y-25px > :not(:last-child){
  margin-bottom: -25px;
}

.tw .spacing-x-26px > :not(:last-child){
  margin-right: 26px;
}

.tw .spacing-y-26px > :not(:last-child){
  margin-bottom: 26px;
}

.tw .-spacing-x-26px > :not(:last-child){
  margin-right: -26px;
}

.tw .-spacing-y-26px > :not(:last-child){
  margin-bottom: -26px;
}

.tw .spacing-x-27px > :not(:last-child){
  margin-right: 27px;
}

.tw .spacing-y-27px > :not(:last-child){
  margin-bottom: 27px;
}

.tw .-spacing-x-27px > :not(:last-child){
  margin-right: -27px;
}

.tw .-spacing-y-27px > :not(:last-child){
  margin-bottom: -27px;
}

.tw .spacing-x-28px > :not(:last-child){
  margin-right: 28px;
}

.tw .spacing-y-28px > :not(:last-child){
  margin-bottom: 28px;
}

.tw .-spacing-x-28px > :not(:last-child){
  margin-right: -28px;
}

.tw .-spacing-y-28px > :not(:last-child){
  margin-bottom: -28px;
}

.tw .spacing-x-29px > :not(:last-child){
  margin-right: 29px;
}

.tw .spacing-y-29px > :not(:last-child){
  margin-bottom: 29px;
}

.tw .-spacing-x-29px > :not(:last-child){
  margin-right: -29px;
}

.tw .-spacing-y-29px > :not(:last-child){
  margin-bottom: -29px;
}

.tw .spacing-x-30px > :not(:last-child){
  margin-right: 30px;
}

.tw .spacing-y-30px > :not(:last-child){
  margin-bottom: 30px;
}

.tw .-spacing-x-30px > :not(:last-child){
  margin-right: -30px;
}

.tw .-spacing-y-30px > :not(:last-child){
  margin-bottom: -30px;
}

.tw .spacing-x-31px > :not(:last-child){
  margin-right: 31px;
}

.tw .spacing-y-31px > :not(:last-child){
  margin-bottom: 31px;
}

.tw .-spacing-x-31px > :not(:last-child){
  margin-right: -31px;
}

.tw .-spacing-y-31px > :not(:last-child){
  margin-bottom: -31px;
}

.tw .spacing-x-32px > :not(:last-child){
  margin-right: 32px;
}

.tw .spacing-y-32px > :not(:last-child){
  margin-bottom: 32px;
}

.tw .-spacing-x-32px > :not(:last-child){
  margin-right: -32px;
}

.tw .-spacing-y-32px > :not(:last-child){
  margin-bottom: -32px;
}

.tw .spacing-x-33px > :not(:last-child){
  margin-right: 33px;
}

.tw .spacing-y-33px > :not(:last-child){
  margin-bottom: 33px;
}

.tw .-spacing-x-33px > :not(:last-child){
  margin-right: -33px;
}

.tw .-spacing-y-33px > :not(:last-child){
  margin-bottom: -33px;
}

.tw .spacing-x-34px > :not(:last-child){
  margin-right: 34px;
}

.tw .spacing-y-34px > :not(:last-child){
  margin-bottom: 34px;
}

.tw .-spacing-x-34px > :not(:last-child){
  margin-right: -34px;
}

.tw .-spacing-y-34px > :not(:last-child){
  margin-bottom: -34px;
}

.tw .spacing-x-35px > :not(:last-child){
  margin-right: 35px;
}

.tw .spacing-y-35px > :not(:last-child){
  margin-bottom: 35px;
}

.tw .-spacing-x-35px > :not(:last-child){
  margin-right: -35px;
}

.tw .-spacing-y-35px > :not(:last-child){
  margin-bottom: -35px;
}

.tw .spacing-x-36px > :not(:last-child){
  margin-right: 36px;
}

.tw .spacing-y-36px > :not(:last-child){
  margin-bottom: 36px;
}

.tw .-spacing-x-36px > :not(:last-child){
  margin-right: -36px;
}

.tw .-spacing-y-36px > :not(:last-child){
  margin-bottom: -36px;
}

.tw .spacing-x-37px > :not(:last-child){
  margin-right: 37px;
}

.tw .spacing-y-37px > :not(:last-child){
  margin-bottom: 37px;
}

.tw .-spacing-x-37px > :not(:last-child){
  margin-right: -37px;
}

.tw .-spacing-y-37px > :not(:last-child){
  margin-bottom: -37px;
}

.tw .spacing-x-38px > :not(:last-child){
  margin-right: 38px;
}

.tw .spacing-y-38px > :not(:last-child){
  margin-bottom: 38px;
}

.tw .-spacing-x-38px > :not(:last-child){
  margin-right: -38px;
}

.tw .-spacing-y-38px > :not(:last-child){
  margin-bottom: -38px;
}

.tw .spacing-x-39px > :not(:last-child){
  margin-right: 39px;
}

.tw .spacing-y-39px > :not(:last-child){
  margin-bottom: 39px;
}

.tw .-spacing-x-39px > :not(:last-child){
  margin-right: -39px;
}

.tw .-spacing-y-39px > :not(:last-child){
  margin-bottom: -39px;
}

.tw .spacing-x-40px > :not(:last-child){
  margin-right: 40px;
}

.tw .spacing-y-40px > :not(:last-child){
  margin-bottom: 40px;
}

.tw .-spacing-x-40px > :not(:last-child){
  margin-right: -40px;
}

.tw .-spacing-y-40px > :not(:last-child){
  margin-bottom: -40px;
}

.tw .spacing-x-0 > :not(:last-child){
  margin-right: 0px;
}

.tw .spacing-y-0 > :not(:last-child){
  margin-bottom: 0px;
}

.tw .-spacing-x-0 > :not(:last-child){
  margin-right: -0px;
}

.tw .-spacing-y-0 > :not(:last-child){
  margin-bottom: -0px;
}

.tw .spacing-x-1 > :not(:last-child){
  margin-right: 5px;
}

.tw .spacing-y-1 > :not(:last-child){
  margin-bottom: 5px;
}

.tw .-spacing-x-1 > :not(:last-child){
  margin-right: -5px;
}

.tw .-spacing-y-1 > :not(:last-child){
  margin-bottom: -5px;
}

.tw .spacing-x-2 > :not(:last-child){
  margin-right: 10px;
}

.tw .spacing-y-2 > :not(:last-child){
  margin-bottom: 10px;
}

.tw .-spacing-x-2 > :not(:last-child){
  margin-right: -10px;
}

.tw .-spacing-y-2 > :not(:last-child){
  margin-bottom: -10px;
}

.tw .spacing-x-3 > :not(:last-child){
  margin-right: 15px;
}

.tw .spacing-y-3 > :not(:last-child){
  margin-bottom: 15px;
}

.tw .-spacing-x-3 > :not(:last-child){
  margin-right: -15px;
}

.tw .-spacing-y-3 > :not(:last-child){
  margin-bottom: -15px;
}

.tw .spacing-x-4 > :not(:last-child){
  margin-right: 20px;
}

.tw .spacing-y-4 > :not(:last-child){
  margin-bottom: 20px;
}

.tw .-spacing-x-4 > :not(:last-child){
  margin-right: -20px;
}

.tw .-spacing-y-4 > :not(:last-child){
  margin-bottom: -20px;
}

.tw .spacing-x-5 > :not(:last-child){
  margin-right: 25px;
}

.tw .spacing-y-5 > :not(:last-child){
  margin-bottom: 25px;
}

.tw .-spacing-x-5 > :not(:last-child){
  margin-right: -25px;
}

.tw .-spacing-y-5 > :not(:last-child){
  margin-bottom: -25px;
}

.tw .spacing-x-6 > :not(:last-child){
  margin-right: 30px;
}

.tw .spacing-y-6 > :not(:last-child){
  margin-bottom: 30px;
}

.tw .-spacing-x-6 > :not(:last-child){
  margin-right: -30px;
}

.tw .-spacing-y-6 > :not(:last-child){
  margin-bottom: -30px;
}

.tw .spacing-x-7 > :not(:last-child){
  margin-right: 35px;
}

.tw .spacing-y-7 > :not(:last-child){
  margin-bottom: 35px;
}

.tw .-spacing-x-7 > :not(:last-child){
  margin-right: -35px;
}

.tw .-spacing-y-7 > :not(:last-child){
  margin-bottom: -35px;
}

.tw .spacing-x-8 > :not(:last-child){
  margin-right: 40px;
}

.tw .spacing-y-8 > :not(:last-child){
  margin-bottom: 40px;
}

.tw .-spacing-x-8 > :not(:last-child){
  margin-right: -40px;
}

.tw .-spacing-y-8 > :not(:last-child){
  margin-bottom: -40px;
}

.tw .spacing-x-9 > :not(:last-child){
  margin-right: 45px;
}

.tw .spacing-y-9 > :not(:last-child){
  margin-bottom: 45px;
}

.tw .-spacing-x-9 > :not(:last-child){
  margin-right: -45px;
}

.tw .-spacing-y-9 > :not(:last-child){
  margin-bottom: -45px;
}

.tw .spacing-x-10 > :not(:last-child){
  margin-right: 50px;
}

.tw .spacing-y-10 > :not(:last-child){
  margin-bottom: 50px;
}

.tw .-spacing-x-10 > :not(:last-child){
  margin-right: -50px;
}

.tw .-spacing-y-10 > :not(:last-child){
  margin-bottom: -50px;
}

.tw .spacing-x-11 > :not(:last-child){
  margin-right: 55px;
}

.tw .spacing-y-11 > :not(:last-child){
  margin-bottom: 55px;
}

.tw .-spacing-x-11 > :not(:last-child){
  margin-right: -55px;
}

.tw .-spacing-y-11 > :not(:last-child){
  margin-bottom: -55px;
}

.tw .spacing-x-12 > :not(:last-child){
  margin-right: 60px;
}

.tw .spacing-y-12 > :not(:last-child){
  margin-bottom: 60px;
}

.tw .-spacing-x-12 > :not(:last-child){
  margin-right: -60px;
}

.tw .-spacing-y-12 > :not(:last-child){
  margin-bottom: -60px;
}

.tw .spacing-x-13 > :not(:last-child){
  margin-right: 65px;
}

.tw .spacing-y-13 > :not(:last-child){
  margin-bottom: 65px;
}

.tw .-spacing-x-13 > :not(:last-child){
  margin-right: -65px;
}

.tw .-spacing-y-13 > :not(:last-child){
  margin-bottom: -65px;
}

.tw .spacing-x-14 > :not(:last-child){
  margin-right: 70px;
}

.tw .spacing-y-14 > :not(:last-child){
  margin-bottom: 70px;
}

.tw .-spacing-x-14 > :not(:last-child){
  margin-right: -70px;
}

.tw .-spacing-y-14 > :not(:last-child){
  margin-bottom: -70px;
}

.tw .spacing-x-15 > :not(:last-child){
  margin-right: 75px;
}

.tw .spacing-y-15 > :not(:last-child){
  margin-bottom: 75px;
}

.tw .-spacing-x-15 > :not(:last-child){
  margin-right: -75px;
}

.tw .-spacing-y-15 > :not(:last-child){
  margin-bottom: -75px;
}

.tw .spacing-x-16 > :not(:last-child){
  margin-right: 80px;
}

.tw .spacing-y-16 > :not(:last-child){
  margin-bottom: 80px;
}

.tw .-spacing-x-16 > :not(:last-child){
  margin-right: -80px;
}

.tw .-spacing-y-16 > :not(:last-child){
  margin-bottom: -80px;
}

.tw .spacing-x-17 > :not(:last-child){
  margin-right: 85px;
}

.tw .spacing-y-17 > :not(:last-child){
  margin-bottom: 85px;
}

.tw .-spacing-x-17 > :not(:last-child){
  margin-right: -85px;
}

.tw .-spacing-y-17 > :not(:last-child){
  margin-bottom: -85px;
}

.tw .spacing-x-18 > :not(:last-child){
  margin-right: 90px;
}

.tw .spacing-y-18 > :not(:last-child){
  margin-bottom: 90px;
}

.tw .-spacing-x-18 > :not(:last-child){
  margin-right: -90px;
}

.tw .-spacing-y-18 > :not(:last-child){
  margin-bottom: -90px;
}

.tw .spacing-x-19 > :not(:last-child){
  margin-right: 95px;
}

.tw .spacing-y-19 > :not(:last-child){
  margin-bottom: 95px;
}

.tw .-spacing-x-19 > :not(:last-child){
  margin-right: -95px;
}

.tw .-spacing-y-19 > :not(:last-child){
  margin-bottom: -95px;
}

.tw .spacing-x-20 > :not(:last-child){
  margin-right: 100px;
}

.tw .spacing-y-20 > :not(:last-child){
  margin-bottom: 100px;
}

.tw .-spacing-x-20 > :not(:last-child){
  margin-right: -100px;
}

.tw .-spacing-y-20 > :not(:last-child){
  margin-bottom: -100px;
}

.tw .spacing-x-21 > :not(:last-child){
  margin-right: 105px;
}

.tw .spacing-y-21 > :not(:last-child){
  margin-bottom: 105px;
}

.tw .-spacing-x-21 > :not(:last-child){
  margin-right: -105px;
}

.tw .-spacing-y-21 > :not(:last-child){
  margin-bottom: -105px;
}

.tw .spacing-x-22 > :not(:last-child){
  margin-right: 110px;
}

.tw .spacing-y-22 > :not(:last-child){
  margin-bottom: 110px;
}

.tw .-spacing-x-22 > :not(:last-child){
  margin-right: -110px;
}

.tw .-spacing-y-22 > :not(:last-child){
  margin-bottom: -110px;
}

.tw .spacing-x-23 > :not(:last-child){
  margin-right: 115px;
}

.tw .spacing-y-23 > :not(:last-child){
  margin-bottom: 115px;
}

.tw .-spacing-x-23 > :not(:last-child){
  margin-right: -115px;
}

.tw .-spacing-y-23 > :not(:last-child){
  margin-bottom: -115px;
}

.tw .spacing-x-24 > :not(:last-child){
  margin-right: 120px;
}

.tw .spacing-y-24 > :not(:last-child){
  margin-bottom: 120px;
}

.tw .-spacing-x-24 > :not(:last-child){
  margin-right: -120px;
}

.tw .-spacing-y-24 > :not(:last-child){
  margin-bottom: -120px;
}

.tw .spacing-x-25 > :not(:last-child){
  margin-right: 125px;
}

.tw .spacing-y-25 > :not(:last-child){
  margin-bottom: 125px;
}

.tw .-spacing-x-25 > :not(:last-child){
  margin-right: -125px;
}

.tw .-spacing-y-25 > :not(:last-child){
  margin-bottom: -125px;
}

.tw .spacing-x-26 > :not(:last-child){
  margin-right: 130px;
}

.tw .spacing-y-26 > :not(:last-child){
  margin-bottom: 130px;
}

.tw .-spacing-x-26 > :not(:last-child){
  margin-right: -130px;
}

.tw .-spacing-y-26 > :not(:last-child){
  margin-bottom: -130px;
}

.tw .spacing-x-27 > :not(:last-child){
  margin-right: 135px;
}

.tw .spacing-y-27 > :not(:last-child){
  margin-bottom: 135px;
}

.tw .-spacing-x-27 > :not(:last-child){
  margin-right: -135px;
}

.tw .-spacing-y-27 > :not(:last-child){
  margin-bottom: -135px;
}

.tw .spacing-x-28 > :not(:last-child){
  margin-right: 140px;
}

.tw .spacing-y-28 > :not(:last-child){
  margin-bottom: 140px;
}

.tw .-spacing-x-28 > :not(:last-child){
  margin-right: -140px;
}

.tw .-spacing-y-28 > :not(:last-child){
  margin-bottom: -140px;
}

.tw .spacing-x-29 > :not(:last-child){
  margin-right: 145px;
}

.tw .spacing-y-29 > :not(:last-child){
  margin-bottom: 145px;
}

.tw .-spacing-x-29 > :not(:last-child){
  margin-right: -145px;
}

.tw .-spacing-y-29 > :not(:last-child){
  margin-bottom: -145px;
}

.tw .spacing-x-30 > :not(:last-child){
  margin-right: 150px;
}

.tw .spacing-y-30 > :not(:last-child){
  margin-bottom: 150px;
}

.tw .-spacing-x-30 > :not(:last-child){
  margin-right: -150px;
}

.tw .-spacing-y-30 > :not(:last-child){
  margin-bottom: -150px;
}

.tw .spacing-x-31 > :not(:last-child){
  margin-right: 155px;
}

.tw .spacing-y-31 > :not(:last-child){
  margin-bottom: 155px;
}

.tw .-spacing-x-31 > :not(:last-child){
  margin-right: -155px;
}

.tw .-spacing-y-31 > :not(:last-child){
  margin-bottom: -155px;
}

.tw .spacing-x-32 > :not(:last-child){
  margin-right: 160px;
}

.tw .spacing-y-32 > :not(:last-child){
  margin-bottom: 160px;
}

.tw .-spacing-x-32 > :not(:last-child){
  margin-right: -160px;
}

.tw .-spacing-y-32 > :not(:last-child){
  margin-bottom: -160px;
}

.tw .spacing-x-33 > :not(:last-child){
  margin-right: 165px;
}

.tw .spacing-y-33 > :not(:last-child){
  margin-bottom: 165px;
}

.tw .-spacing-x-33 > :not(:last-child){
  margin-right: -165px;
}

.tw .-spacing-y-33 > :not(:last-child){
  margin-bottom: -165px;
}

.tw .spacing-x-34 > :not(:last-child){
  margin-right: 170px;
}

.tw .spacing-y-34 > :not(:last-child){
  margin-bottom: 170px;
}

.tw .-spacing-x-34 > :not(:last-child){
  margin-right: -170px;
}

.tw .-spacing-y-34 > :not(:last-child){
  margin-bottom: -170px;
}

.tw .spacing-x-35 > :not(:last-child){
  margin-right: 175px;
}

.tw .spacing-y-35 > :not(:last-child){
  margin-bottom: 175px;
}

.tw .-spacing-x-35 > :not(:last-child){
  margin-right: -175px;
}

.tw .-spacing-y-35 > :not(:last-child){
  margin-bottom: -175px;
}

.tw .spacing-x-36 > :not(:last-child){
  margin-right: 180px;
}

.tw .spacing-y-36 > :not(:last-child){
  margin-bottom: 180px;
}

.tw .-spacing-x-36 > :not(:last-child){
  margin-right: -180px;
}

.tw .-spacing-y-36 > :not(:last-child){
  margin-bottom: -180px;
}

.tw .spacing-x-37 > :not(:last-child){
  margin-right: 185px;
}

.tw .spacing-y-37 > :not(:last-child){
  margin-bottom: 185px;
}

.tw .-spacing-x-37 > :not(:last-child){
  margin-right: -185px;
}

.tw .-spacing-y-37 > :not(:last-child){
  margin-bottom: -185px;
}

.tw .spacing-x-38 > :not(:last-child){
  margin-right: 190px;
}

.tw .spacing-y-38 > :not(:last-child){
  margin-bottom: 190px;
}

.tw .-spacing-x-38 > :not(:last-child){
  margin-right: -190px;
}

.tw .-spacing-y-38 > :not(:last-child){
  margin-bottom: -190px;
}

.tw .spacing-x-39 > :not(:last-child){
  margin-right: 195px;
}

.tw .spacing-y-39 > :not(:last-child){
  margin-bottom: 195px;
}

.tw .-spacing-x-39 > :not(:last-child){
  margin-right: -195px;
}

.tw .-spacing-y-39 > :not(:last-child){
  margin-bottom: -195px;
}

.tw .spacing-x-40 > :not(:last-child){
  margin-right: 200px;
}

.tw .spacing-y-40 > :not(:last-child){
  margin-bottom: 200px;
}

.tw .-spacing-x-40 > :not(:last-child){
  margin-right: -200px;
}

.tw .-spacing-y-40 > :not(:last-child){
  margin-bottom: -200px;
}

.tw .spacing-x-41 > :not(:last-child){
  margin-right: 205px;
}

.tw .spacing-y-41 > :not(:last-child){
  margin-bottom: 205px;
}

.tw .-spacing-x-41 > :not(:last-child){
  margin-right: -205px;
}

.tw .-spacing-y-41 > :not(:last-child){
  margin-bottom: -205px;
}

.tw .spacing-x-42 > :not(:last-child){
  margin-right: 210px;
}

.tw .spacing-y-42 > :not(:last-child){
  margin-bottom: 210px;
}

.tw .-spacing-x-42 > :not(:last-child){
  margin-right: -210px;
}

.tw .-spacing-y-42 > :not(:last-child){
  margin-bottom: -210px;
}

.tw .spacing-x-43 > :not(:last-child){
  margin-right: 215px;
}

.tw .spacing-y-43 > :not(:last-child){
  margin-bottom: 215px;
}

.tw .-spacing-x-43 > :not(:last-child){
  margin-right: -215px;
}

.tw .-spacing-y-43 > :not(:last-child){
  margin-bottom: -215px;
}

.tw .spacing-x-44 > :not(:last-child){
  margin-right: 220px;
}

.tw .spacing-y-44 > :not(:last-child){
  margin-bottom: 220px;
}

.tw .-spacing-x-44 > :not(:last-child){
  margin-right: -220px;
}

.tw .-spacing-y-44 > :not(:last-child){
  margin-bottom: -220px;
}

.tw .spacing-x-45 > :not(:last-child){
  margin-right: 225px;
}

.tw .spacing-y-45 > :not(:last-child){
  margin-bottom: 225px;
}

.tw .-spacing-x-45 > :not(:last-child){
  margin-right: -225px;
}

.tw .-spacing-y-45 > :not(:last-child){
  margin-bottom: -225px;
}

.tw .spacing-x-46 > :not(:last-child){
  margin-right: 230px;
}

.tw .spacing-y-46 > :not(:last-child){
  margin-bottom: 230px;
}

.tw .-spacing-x-46 > :not(:last-child){
  margin-right: -230px;
}

.tw .-spacing-y-46 > :not(:last-child){
  margin-bottom: -230px;
}

.tw .spacing-x-47 > :not(:last-child){
  margin-right: 235px;
}

.tw .spacing-y-47 > :not(:last-child){
  margin-bottom: 235px;
}

.tw .-spacing-x-47 > :not(:last-child){
  margin-right: -235px;
}

.tw .-spacing-y-47 > :not(:last-child){
  margin-bottom: -235px;
}

.tw .spacing-x-48 > :not(:last-child){
  margin-right: 240px;
}

.tw .spacing-y-48 > :not(:last-child){
  margin-bottom: 240px;
}

.tw .-spacing-x-48 > :not(:last-child){
  margin-right: -240px;
}

.tw .-spacing-y-48 > :not(:last-child){
  margin-bottom: -240px;
}

.tw .spacing-x-49 > :not(:last-child){
  margin-right: 245px;
}

.tw .spacing-y-49 > :not(:last-child){
  margin-bottom: 245px;
}

.tw .-spacing-x-49 > :not(:last-child){
  margin-right: -245px;
}

.tw .-spacing-y-49 > :not(:last-child){
  margin-bottom: -245px;
}

.tw .spacing-x-50 > :not(:last-child){
  margin-right: 250px;
}

.tw .spacing-y-50 > :not(:last-child){
  margin-bottom: 250px;
}

.tw .-spacing-x-50 > :not(:last-child){
  margin-right: -250px;
}

.tw .-spacing-y-50 > :not(:last-child){
  margin-bottom: -250px;
}

.tw .spacing-x-51 > :not(:last-child){
  margin-right: 255px;
}

.tw .spacing-y-51 > :not(:last-child){
  margin-bottom: 255px;
}

.tw .-spacing-x-51 > :not(:last-child){
  margin-right: -255px;
}

.tw .-spacing-y-51 > :not(:last-child){
  margin-bottom: -255px;
}

.tw .spacing-x-52 > :not(:last-child){
  margin-right: 260px;
}

.tw .spacing-y-52 > :not(:last-child){
  margin-bottom: 260px;
}

.tw .-spacing-x-52 > :not(:last-child){
  margin-right: -260px;
}

.tw .-spacing-y-52 > :not(:last-child){
  margin-bottom: -260px;
}

.tw .spacing-x-53 > :not(:last-child){
  margin-right: 265px;
}

.tw .spacing-y-53 > :not(:last-child){
  margin-bottom: 265px;
}

.tw .-spacing-x-53 > :not(:last-child){
  margin-right: -265px;
}

.tw .-spacing-y-53 > :not(:last-child){
  margin-bottom: -265px;
}

.tw .spacing-x-54 > :not(:last-child){
  margin-right: 270px;
}

.tw .spacing-y-54 > :not(:last-child){
  margin-bottom: 270px;
}

.tw .-spacing-x-54 > :not(:last-child){
  margin-right: -270px;
}

.tw .-spacing-y-54 > :not(:last-child){
  margin-bottom: -270px;
}

.tw .spacing-x-55 > :not(:last-child){
  margin-right: 275px;
}

.tw .spacing-y-55 > :not(:last-child){
  margin-bottom: 275px;
}

.tw .-spacing-x-55 > :not(:last-child){
  margin-right: -275px;
}

.tw .-spacing-y-55 > :not(:last-child){
  margin-bottom: -275px;
}

.tw .spacing-x-56 > :not(:last-child){
  margin-right: 280px;
}

.tw .spacing-y-56 > :not(:last-child){
  margin-bottom: 280px;
}

.tw .-spacing-x-56 > :not(:last-child){
  margin-right: -280px;
}

.tw .-spacing-y-56 > :not(:last-child){
  margin-bottom: -280px;
}

.tw .spacing-x-57 > :not(:last-child){
  margin-right: 285px;
}

.tw .spacing-y-57 > :not(:last-child){
  margin-bottom: 285px;
}

.tw .-spacing-x-57 > :not(:last-child){
  margin-right: -285px;
}

.tw .-spacing-y-57 > :not(:last-child){
  margin-bottom: -285px;
}

.tw .spacing-x-58 > :not(:last-child){
  margin-right: 290px;
}

.tw .spacing-y-58 > :not(:last-child){
  margin-bottom: 290px;
}

.tw .-spacing-x-58 > :not(:last-child){
  margin-right: -290px;
}

.tw .-spacing-y-58 > :not(:last-child){
  margin-bottom: -290px;
}

.tw .spacing-x-59 > :not(:last-child){
  margin-right: 295px;
}

.tw .spacing-y-59 > :not(:last-child){
  margin-bottom: 295px;
}

.tw .-spacing-x-59 > :not(:last-child){
  margin-right: -295px;
}

.tw .-spacing-y-59 > :not(:last-child){
  margin-bottom: -295px;
}

.tw .spacing-x-60 > :not(:last-child){
  margin-right: 300px;
}

.tw .spacing-y-60 > :not(:last-child){
  margin-bottom: 300px;
}

.tw .-spacing-x-60 > :not(:last-child){
  margin-right: -300px;
}

.tw .-spacing-y-60 > :not(:last-child){
  margin-bottom: -300px;
}

.tw .spacing-x-61 > :not(:last-child){
  margin-right: 305px;
}

.tw .spacing-y-61 > :not(:last-child){
  margin-bottom: 305px;
}

.tw .-spacing-x-61 > :not(:last-child){
  margin-right: -305px;
}

.tw .-spacing-y-61 > :not(:last-child){
  margin-bottom: -305px;
}

.tw .spacing-x-62 > :not(:last-child){
  margin-right: 310px;
}

.tw .spacing-y-62 > :not(:last-child){
  margin-bottom: 310px;
}

.tw .-spacing-x-62 > :not(:last-child){
  margin-right: -310px;
}

.tw .-spacing-y-62 > :not(:last-child){
  margin-bottom: -310px;
}

.tw .spacing-x-63 > :not(:last-child){
  margin-right: 315px;
}

.tw .spacing-y-63 > :not(:last-child){
  margin-bottom: 315px;
}

.tw .-spacing-x-63 > :not(:last-child){
  margin-right: -315px;
}

.tw .-spacing-y-63 > :not(:last-child){
  margin-bottom: -315px;
}

.tw .spacing-x-64 > :not(:last-child){
  margin-right: 320px;
}

.tw .spacing-y-64 > :not(:last-child){
  margin-bottom: 320px;
}

.tw .-spacing-x-64 > :not(:last-child){
  margin-right: -320px;
}

.tw .-spacing-y-64 > :not(:last-child){
  margin-bottom: -320px;
}

.tw .spacing-x-65 > :not(:last-child){
  margin-right: 325px;
}

.tw .spacing-y-65 > :not(:last-child){
  margin-bottom: 325px;
}

.tw .-spacing-x-65 > :not(:last-child){
  margin-right: -325px;
}

.tw .-spacing-y-65 > :not(:last-child){
  margin-bottom: -325px;
}

.tw .spacing-x-66 > :not(:last-child){
  margin-right: 330px;
}

.tw .spacing-y-66 > :not(:last-child){
  margin-bottom: 330px;
}

.tw .-spacing-x-66 > :not(:last-child){
  margin-right: -330px;
}

.tw .-spacing-y-66 > :not(:last-child){
  margin-bottom: -330px;
}

.tw .spacing-x-67 > :not(:last-child){
  margin-right: 335px;
}

.tw .spacing-y-67 > :not(:last-child){
  margin-bottom: 335px;
}

.tw .-spacing-x-67 > :not(:last-child){
  margin-right: -335px;
}

.tw .-spacing-y-67 > :not(:last-child){
  margin-bottom: -335px;
}

.tw .spacing-x-68 > :not(:last-child){
  margin-right: 340px;
}

.tw .spacing-y-68 > :not(:last-child){
  margin-bottom: 340px;
}

.tw .-spacing-x-68 > :not(:last-child){
  margin-right: -340px;
}

.tw .-spacing-y-68 > :not(:last-child){
  margin-bottom: -340px;
}

.tw .spacing-x-69 > :not(:last-child){
  margin-right: 345px;
}

.tw .spacing-y-69 > :not(:last-child){
  margin-bottom: 345px;
}

.tw .-spacing-x-69 > :not(:last-child){
  margin-right: -345px;
}

.tw .-spacing-y-69 > :not(:last-child){
  margin-bottom: -345px;
}

.tw .spacing-x-70 > :not(:last-child){
  margin-right: 350px;
}

.tw .spacing-y-70 > :not(:last-child){
  margin-bottom: 350px;
}

.tw .-spacing-x-70 > :not(:last-child){
  margin-right: -350px;
}

.tw .-spacing-y-70 > :not(:last-child){
  margin-bottom: -350px;
}

.tw .spacing-x-71 > :not(:last-child){
  margin-right: 355px;
}

.tw .spacing-y-71 > :not(:last-child){
  margin-bottom: 355px;
}

.tw .-spacing-x-71 > :not(:last-child){
  margin-right: -355px;
}

.tw .-spacing-y-71 > :not(:last-child){
  margin-bottom: -355px;
}

.tw .spacing-x-72 > :not(:last-child){
  margin-right: 360px;
}

.tw .spacing-y-72 > :not(:last-child){
  margin-bottom: 360px;
}

.tw .-spacing-x-72 > :not(:last-child){
  margin-right: -360px;
}

.tw .-spacing-y-72 > :not(:last-child){
  margin-bottom: -360px;
}

.tw .spacing-x-73 > :not(:last-child){
  margin-right: 365px;
}

.tw .spacing-y-73 > :not(:last-child){
  margin-bottom: 365px;
}

.tw .-spacing-x-73 > :not(:last-child){
  margin-right: -365px;
}

.tw .-spacing-y-73 > :not(:last-child){
  margin-bottom: -365px;
}

.tw .spacing-x-74 > :not(:last-child){
  margin-right: 370px;
}

.tw .spacing-y-74 > :not(:last-child){
  margin-bottom: 370px;
}

.tw .-spacing-x-74 > :not(:last-child){
  margin-right: -370px;
}

.tw .-spacing-y-74 > :not(:last-child){
  margin-bottom: -370px;
}

.tw .spacing-x-75 > :not(:last-child){
  margin-right: 375px;
}

.tw .spacing-y-75 > :not(:last-child){
  margin-bottom: 375px;
}

.tw .-spacing-x-75 > :not(:last-child){
  margin-right: -375px;
}

.tw .-spacing-y-75 > :not(:last-child){
  margin-bottom: -375px;
}

.tw .spacing-x-76 > :not(:last-child){
  margin-right: 380px;
}

.tw .spacing-y-76 > :not(:last-child){
  margin-bottom: 380px;
}

.tw .-spacing-x-76 > :not(:last-child){
  margin-right: -380px;
}

.tw .-spacing-y-76 > :not(:last-child){
  margin-bottom: -380px;
}

.tw .spacing-x-77 > :not(:last-child){
  margin-right: 385px;
}

.tw .spacing-y-77 > :not(:last-child){
  margin-bottom: 385px;
}

.tw .-spacing-x-77 > :not(:last-child){
  margin-right: -385px;
}

.tw .-spacing-y-77 > :not(:last-child){
  margin-bottom: -385px;
}

.tw .spacing-x-78 > :not(:last-child){
  margin-right: 390px;
}

.tw .spacing-y-78 > :not(:last-child){
  margin-bottom: 390px;
}

.tw .-spacing-x-78 > :not(:last-child){
  margin-right: -390px;
}

.tw .-spacing-y-78 > :not(:last-child){
  margin-bottom: -390px;
}

.tw .spacing-x-79 > :not(:last-child){
  margin-right: 395px;
}

.tw .spacing-y-79 > :not(:last-child){
  margin-bottom: 395px;
}

.tw .-spacing-x-79 > :not(:last-child){
  margin-right: -395px;
}

.tw .-spacing-y-79 > :not(:last-child){
  margin-bottom: -395px;
}

.tw .spacing-x-80 > :not(:last-child){
  margin-right: 400px;
}

.tw .spacing-y-80 > :not(:last-child){
  margin-bottom: 400px;
}

.tw .-spacing-x-80 > :not(:last-child){
  margin-right: -400px;
}

.tw .-spacing-y-80 > :not(:last-child){
  margin-bottom: -400px;
}

.tw .spacing-x-81 > :not(:last-child){
  margin-right: 405px;
}

.tw .spacing-y-81 > :not(:last-child){
  margin-bottom: 405px;
}

.tw .-spacing-x-81 > :not(:last-child){
  margin-right: -405px;
}

.tw .-spacing-y-81 > :not(:last-child){
  margin-bottom: -405px;
}

.tw .spacing-x-82 > :not(:last-child){
  margin-right: 410px;
}

.tw .spacing-y-82 > :not(:last-child){
  margin-bottom: 410px;
}

.tw .-spacing-x-82 > :not(:last-child){
  margin-right: -410px;
}

.tw .-spacing-y-82 > :not(:last-child){
  margin-bottom: -410px;
}

.tw .spacing-x-83 > :not(:last-child){
  margin-right: 415px;
}

.tw .spacing-y-83 > :not(:last-child){
  margin-bottom: 415px;
}

.tw .-spacing-x-83 > :not(:last-child){
  margin-right: -415px;
}

.tw .-spacing-y-83 > :not(:last-child){
  margin-bottom: -415px;
}

.tw .spacing-x-84 > :not(:last-child){
  margin-right: 420px;
}

.tw .spacing-y-84 > :not(:last-child){
  margin-bottom: 420px;
}

.tw .-spacing-x-84 > :not(:last-child){
  margin-right: -420px;
}

.tw .-spacing-y-84 > :not(:last-child){
  margin-bottom: -420px;
}

.tw .spacing-x-85 > :not(:last-child){
  margin-right: 425px;
}

.tw .spacing-y-85 > :not(:last-child){
  margin-bottom: 425px;
}

.tw .-spacing-x-85 > :not(:last-child){
  margin-right: -425px;
}

.tw .-spacing-y-85 > :not(:last-child){
  margin-bottom: -425px;
}

.tw .spacing-x-86 > :not(:last-child){
  margin-right: 430px;
}

.tw .spacing-y-86 > :not(:last-child){
  margin-bottom: 430px;
}

.tw .-spacing-x-86 > :not(:last-child){
  margin-right: -430px;
}

.tw .-spacing-y-86 > :not(:last-child){
  margin-bottom: -430px;
}

.tw .spacing-x-87 > :not(:last-child){
  margin-right: 435px;
}

.tw .spacing-y-87 > :not(:last-child){
  margin-bottom: 435px;
}

.tw .-spacing-x-87 > :not(:last-child){
  margin-right: -435px;
}

.tw .-spacing-y-87 > :not(:last-child){
  margin-bottom: -435px;
}

.tw .spacing-x-88 > :not(:last-child){
  margin-right: 440px;
}

.tw .spacing-y-88 > :not(:last-child){
  margin-bottom: 440px;
}

.tw .-spacing-x-88 > :not(:last-child){
  margin-right: -440px;
}

.tw .-spacing-y-88 > :not(:last-child){
  margin-bottom: -440px;
}

.tw .spacing-x-89 > :not(:last-child){
  margin-right: 445px;
}

.tw .spacing-y-89 > :not(:last-child){
  margin-bottom: 445px;
}

.tw .-spacing-x-89 > :not(:last-child){
  margin-right: -445px;
}

.tw .-spacing-y-89 > :not(:last-child){
  margin-bottom: -445px;
}

.tw .spacing-x-90 > :not(:last-child){
  margin-right: 450px;
}

.tw .spacing-y-90 > :not(:last-child){
  margin-bottom: 450px;
}

.tw .-spacing-x-90 > :not(:last-child){
  margin-right: -450px;
}

.tw .-spacing-y-90 > :not(:last-child){
  margin-bottom: -450px;
}

.tw .spacing-x-91 > :not(:last-child){
  margin-right: 455px;
}

.tw .spacing-y-91 > :not(:last-child){
  margin-bottom: 455px;
}

.tw .-spacing-x-91 > :not(:last-child){
  margin-right: -455px;
}

.tw .-spacing-y-91 > :not(:last-child){
  margin-bottom: -455px;
}

.tw .spacing-x-92 > :not(:last-child){
  margin-right: 460px;
}

.tw .spacing-y-92 > :not(:last-child){
  margin-bottom: 460px;
}

.tw .-spacing-x-92 > :not(:last-child){
  margin-right: -460px;
}

.tw .-spacing-y-92 > :not(:last-child){
  margin-bottom: -460px;
}

.tw .spacing-x-93 > :not(:last-child){
  margin-right: 465px;
}

.tw .spacing-y-93 > :not(:last-child){
  margin-bottom: 465px;
}

.tw .-spacing-x-93 > :not(:last-child){
  margin-right: -465px;
}

.tw .-spacing-y-93 > :not(:last-child){
  margin-bottom: -465px;
}

.tw .spacing-x-94 > :not(:last-child){
  margin-right: 470px;
}

.tw .spacing-y-94 > :not(:last-child){
  margin-bottom: 470px;
}

.tw .-spacing-x-94 > :not(:last-child){
  margin-right: -470px;
}

.tw .-spacing-y-94 > :not(:last-child){
  margin-bottom: -470px;
}

.tw .spacing-x-95 > :not(:last-child){
  margin-right: 475px;
}

.tw .spacing-y-95 > :not(:last-child){
  margin-bottom: 475px;
}

.tw .-spacing-x-95 > :not(:last-child){
  margin-right: -475px;
}

.tw .-spacing-y-95 > :not(:last-child){
  margin-bottom: -475px;
}

.tw .spacing-x-96 > :not(:last-child){
  margin-right: 480px;
}

.tw .spacing-y-96 > :not(:last-child){
  margin-bottom: 480px;
}

.tw .-spacing-x-96 > :not(:last-child){
  margin-right: -480px;
}

.tw .-spacing-y-96 > :not(:last-child){
  margin-bottom: -480px;
}

.tw .spacing-x-97 > :not(:last-child){
  margin-right: 485px;
}

.tw .spacing-y-97 > :not(:last-child){
  margin-bottom: 485px;
}

.tw .-spacing-x-97 > :not(:last-child){
  margin-right: -485px;
}

.tw .-spacing-y-97 > :not(:last-child){
  margin-bottom: -485px;
}

.tw .spacing-x-98 > :not(:last-child){
  margin-right: 490px;
}

.tw .spacing-y-98 > :not(:last-child){
  margin-bottom: 490px;
}

.tw .-spacing-x-98 > :not(:last-child){
  margin-right: -490px;
}

.tw .-spacing-y-98 > :not(:last-child){
  margin-bottom: -490px;
}

.tw .spacing-x-99 > :not(:last-child){
  margin-right: 495px;
}

.tw .spacing-y-99 > :not(:last-child){
  margin-bottom: 495px;
}

.tw .-spacing-x-99 > :not(:last-child){
  margin-right: -495px;
}

.tw .-spacing-y-99 > :not(:last-child){
  margin-bottom: -495px;
}

.tw .spacing-x-100 > :not(:last-child){
  margin-right: 500px;
}

.tw .spacing-y-100 > :not(:last-child){
  margin-bottom: 500px;
}

.tw .-spacing-x-100 > :not(:last-child){
  margin-right: -500px;
}

.tw .-spacing-y-100 > :not(:last-child){
  margin-bottom: -500px;
}

.tw .spacing-x-101 > :not(:last-child){
  margin-right: 505px;
}

.tw .spacing-y-101 > :not(:last-child){
  margin-bottom: 505px;
}

.tw .-spacing-x-101 > :not(:last-child){
  margin-right: -505px;
}

.tw .-spacing-y-101 > :not(:last-child){
  margin-bottom: -505px;
}

.tw .spacing-x-102 > :not(:last-child){
  margin-right: 510px;
}

.tw .spacing-y-102 > :not(:last-child){
  margin-bottom: 510px;
}

.tw .-spacing-x-102 > :not(:last-child){
  margin-right: -510px;
}

.tw .-spacing-y-102 > :not(:last-child){
  margin-bottom: -510px;
}

.tw .spacing-x-103 > :not(:last-child){
  margin-right: 515px;
}

.tw .spacing-y-103 > :not(:last-child){
  margin-bottom: 515px;
}

.tw .-spacing-x-103 > :not(:last-child){
  margin-right: -515px;
}

.tw .-spacing-y-103 > :not(:last-child){
  margin-bottom: -515px;
}

.tw .spacing-x-104 > :not(:last-child){
  margin-right: 520px;
}

.tw .spacing-y-104 > :not(:last-child){
  margin-bottom: 520px;
}

.tw .-spacing-x-104 > :not(:last-child){
  margin-right: -520px;
}

.tw .-spacing-y-104 > :not(:last-child){
  margin-bottom: -520px;
}

.tw .spacing-x-105 > :not(:last-child){
  margin-right: 525px;
}

.tw .spacing-y-105 > :not(:last-child){
  margin-bottom: 525px;
}

.tw .-spacing-x-105 > :not(:last-child){
  margin-right: -525px;
}

.tw .-spacing-y-105 > :not(:last-child){
  margin-bottom: -525px;
}

.tw .spacing-x-106 > :not(:last-child){
  margin-right: 530px;
}

.tw .spacing-y-106 > :not(:last-child){
  margin-bottom: 530px;
}

.tw .-spacing-x-106 > :not(:last-child){
  margin-right: -530px;
}

.tw .-spacing-y-106 > :not(:last-child){
  margin-bottom: -530px;
}

.tw .spacing-x-107 > :not(:last-child){
  margin-right: 535px;
}

.tw .spacing-y-107 > :not(:last-child){
  margin-bottom: 535px;
}

.tw .-spacing-x-107 > :not(:last-child){
  margin-right: -535px;
}

.tw .-spacing-y-107 > :not(:last-child){
  margin-bottom: -535px;
}

.tw .spacing-x-108 > :not(:last-child){
  margin-right: 540px;
}

.tw .spacing-y-108 > :not(:last-child){
  margin-bottom: 540px;
}

.tw .-spacing-x-108 > :not(:last-child){
  margin-right: -540px;
}

.tw .-spacing-y-108 > :not(:last-child){
  margin-bottom: -540px;
}

.tw .spacing-x-109 > :not(:last-child){
  margin-right: 545px;
}

.tw .spacing-y-109 > :not(:last-child){
  margin-bottom: 545px;
}

.tw .-spacing-x-109 > :not(:last-child){
  margin-right: -545px;
}

.tw .-spacing-y-109 > :not(:last-child){
  margin-bottom: -545px;
}

.tw .spacing-x-110 > :not(:last-child){
  margin-right: 550px;
}

.tw .spacing-y-110 > :not(:last-child){
  margin-bottom: 550px;
}

.tw .-spacing-x-110 > :not(:last-child){
  margin-right: -550px;
}

.tw .-spacing-y-110 > :not(:last-child){
  margin-bottom: -550px;
}

.tw .spacing-x-111 > :not(:last-child){
  margin-right: 555px;
}

.tw .spacing-y-111 > :not(:last-child){
  margin-bottom: 555px;
}

.tw .-spacing-x-111 > :not(:last-child){
  margin-right: -555px;
}

.tw .-spacing-y-111 > :not(:last-child){
  margin-bottom: -555px;
}

.tw .spacing-x-112 > :not(:last-child){
  margin-right: 560px;
}

.tw .spacing-y-112 > :not(:last-child){
  margin-bottom: 560px;
}

.tw .-spacing-x-112 > :not(:last-child){
  margin-right: -560px;
}

.tw .-spacing-y-112 > :not(:last-child){
  margin-bottom: -560px;
}

.tw .spacing-x-113 > :not(:last-child){
  margin-right: 565px;
}

.tw .spacing-y-113 > :not(:last-child){
  margin-bottom: 565px;
}

.tw .-spacing-x-113 > :not(:last-child){
  margin-right: -565px;
}

.tw .-spacing-y-113 > :not(:last-child){
  margin-bottom: -565px;
}

.tw .spacing-x-114 > :not(:last-child){
  margin-right: 570px;
}

.tw .spacing-y-114 > :not(:last-child){
  margin-bottom: 570px;
}

.tw .-spacing-x-114 > :not(:last-child){
  margin-right: -570px;
}

.tw .-spacing-y-114 > :not(:last-child){
  margin-bottom: -570px;
}

.tw .spacing-x-115 > :not(:last-child){
  margin-right: 575px;
}

.tw .spacing-y-115 > :not(:last-child){
  margin-bottom: 575px;
}

.tw .-spacing-x-115 > :not(:last-child){
  margin-right: -575px;
}

.tw .-spacing-y-115 > :not(:last-child){
  margin-bottom: -575px;
}

.tw .spacing-x-116 > :not(:last-child){
  margin-right: 580px;
}

.tw .spacing-y-116 > :not(:last-child){
  margin-bottom: 580px;
}

.tw .-spacing-x-116 > :not(:last-child){
  margin-right: -580px;
}

.tw .-spacing-y-116 > :not(:last-child){
  margin-bottom: -580px;
}

.tw .spacing-x-117 > :not(:last-child){
  margin-right: 585px;
}

.tw .spacing-y-117 > :not(:last-child){
  margin-bottom: 585px;
}

.tw .-spacing-x-117 > :not(:last-child){
  margin-right: -585px;
}

.tw .-spacing-y-117 > :not(:last-child){
  margin-bottom: -585px;
}

.tw .spacing-x-118 > :not(:last-child){
  margin-right: 590px;
}

.tw .spacing-y-118 > :not(:last-child){
  margin-bottom: 590px;
}

.tw .-spacing-x-118 > :not(:last-child){
  margin-right: -590px;
}

.tw .-spacing-y-118 > :not(:last-child){
  margin-bottom: -590px;
}

.tw .spacing-x-119 > :not(:last-child){
  margin-right: 595px;
}

.tw .spacing-y-119 > :not(:last-child){
  margin-bottom: 595px;
}

.tw .-spacing-x-119 > :not(:last-child){
  margin-right: -595px;
}

.tw .-spacing-y-119 > :not(:last-child){
  margin-bottom: -595px;
}

.tw .spacing-x-120 > :not(:last-child){
  margin-right: 600px;
}

.tw .spacing-y-120 > :not(:last-child){
  margin-bottom: 600px;
}

.tw .-spacing-x-120 > :not(:last-child){
  margin-right: -600px;
}

.tw .-spacing-y-120 > :not(:last-child){
  margin-bottom: -600px;
}

.tw .spacing-x-121 > :not(:last-child){
  margin-right: 605px;
}

.tw .spacing-y-121 > :not(:last-child){
  margin-bottom: 605px;
}

.tw .-spacing-x-121 > :not(:last-child){
  margin-right: -605px;
}

.tw .-spacing-y-121 > :not(:last-child){
  margin-bottom: -605px;
}

.tw .spacing-x-122 > :not(:last-child){
  margin-right: 610px;
}

.tw .spacing-y-122 > :not(:last-child){
  margin-bottom: 610px;
}

.tw .-spacing-x-122 > :not(:last-child){
  margin-right: -610px;
}

.tw .-spacing-y-122 > :not(:last-child){
  margin-bottom: -610px;
}

.tw .spacing-x-123 > :not(:last-child){
  margin-right: 615px;
}

.tw .spacing-y-123 > :not(:last-child){
  margin-bottom: 615px;
}

.tw .-spacing-x-123 > :not(:last-child){
  margin-right: -615px;
}

.tw .-spacing-y-123 > :not(:last-child){
  margin-bottom: -615px;
}

.tw .spacing-x-124 > :not(:last-child){
  margin-right: 620px;
}

.tw .spacing-y-124 > :not(:last-child){
  margin-bottom: 620px;
}

.tw .-spacing-x-124 > :not(:last-child){
  margin-right: -620px;
}

.tw .-spacing-y-124 > :not(:last-child){
  margin-bottom: -620px;
}

.tw .spacing-x-125 > :not(:last-child){
  margin-right: 625px;
}

.tw .spacing-y-125 > :not(:last-child){
  margin-bottom: 625px;
}

.tw .-spacing-x-125 > :not(:last-child){
  margin-right: -625px;
}

.tw .-spacing-y-125 > :not(:last-child){
  margin-bottom: -625px;
}

.tw .spacing-x-126 > :not(:last-child){
  margin-right: 630px;
}

.tw .spacing-y-126 > :not(:last-child){
  margin-bottom: 630px;
}

.tw .-spacing-x-126 > :not(:last-child){
  margin-right: -630px;
}

.tw .-spacing-y-126 > :not(:last-child){
  margin-bottom: -630px;
}

.tw .spacing-x-127 > :not(:last-child){
  margin-right: 635px;
}

.tw .spacing-y-127 > :not(:last-child){
  margin-bottom: 635px;
}

.tw .-spacing-x-127 > :not(:last-child){
  margin-right: -635px;
}

.tw .-spacing-y-127 > :not(:last-child){
  margin-bottom: -635px;
}

.tw .spacing-x-128 > :not(:last-child){
  margin-right: 640px;
}

.tw .spacing-y-128 > :not(:last-child){
  margin-bottom: 640px;
}

.tw .-spacing-x-128 > :not(:last-child){
  margin-right: -640px;
}

.tw .-spacing-y-128 > :not(:last-child){
  margin-bottom: -640px;
}

.tw .spacing-x-129 > :not(:last-child){
  margin-right: 645px;
}

.tw .spacing-y-129 > :not(:last-child){
  margin-bottom: 645px;
}

.tw .-spacing-x-129 > :not(:last-child){
  margin-right: -645px;
}

.tw .-spacing-y-129 > :not(:last-child){
  margin-bottom: -645px;
}

.tw .spacing-x-130 > :not(:last-child){
  margin-right: 650px;
}

.tw .spacing-y-130 > :not(:last-child){
  margin-bottom: 650px;
}

.tw .-spacing-x-130 > :not(:last-child){
  margin-right: -650px;
}

.tw .-spacing-y-130 > :not(:last-child){
  margin-bottom: -650px;
}

.tw .spacing-x-131 > :not(:last-child){
  margin-right: 655px;
}

.tw .spacing-y-131 > :not(:last-child){
  margin-bottom: 655px;
}

.tw .-spacing-x-131 > :not(:last-child){
  margin-right: -655px;
}

.tw .-spacing-y-131 > :not(:last-child){
  margin-bottom: -655px;
}

.tw .spacing-x-132 > :not(:last-child){
  margin-right: 660px;
}

.tw .spacing-y-132 > :not(:last-child){
  margin-bottom: 660px;
}

.tw .-spacing-x-132 > :not(:last-child){
  margin-right: -660px;
}

.tw .-spacing-y-132 > :not(:last-child){
  margin-bottom: -660px;
}

.tw .spacing-x-133 > :not(:last-child){
  margin-right: 665px;
}

.tw .spacing-y-133 > :not(:last-child){
  margin-bottom: 665px;
}

.tw .-spacing-x-133 > :not(:last-child){
  margin-right: -665px;
}

.tw .-spacing-y-133 > :not(:last-child){
  margin-bottom: -665px;
}

.tw .spacing-x-134 > :not(:last-child){
  margin-right: 670px;
}

.tw .spacing-y-134 > :not(:last-child){
  margin-bottom: 670px;
}

.tw .-spacing-x-134 > :not(:last-child){
  margin-right: -670px;
}

.tw .-spacing-y-134 > :not(:last-child){
  margin-bottom: -670px;
}

.tw .spacing-x-135 > :not(:last-child){
  margin-right: 675px;
}

.tw .spacing-y-135 > :not(:last-child){
  margin-bottom: 675px;
}

.tw .-spacing-x-135 > :not(:last-child){
  margin-right: -675px;
}

.tw .-spacing-y-135 > :not(:last-child){
  margin-bottom: -675px;
}

.tw .spacing-x-136 > :not(:last-child){
  margin-right: 680px;
}

.tw .spacing-y-136 > :not(:last-child){
  margin-bottom: 680px;
}

.tw .-spacing-x-136 > :not(:last-child){
  margin-right: -680px;
}

.tw .-spacing-y-136 > :not(:last-child){
  margin-bottom: -680px;
}

.tw .spacing-x-137 > :not(:last-child){
  margin-right: 685px;
}

.tw .spacing-y-137 > :not(:last-child){
  margin-bottom: 685px;
}

.tw .-spacing-x-137 > :not(:last-child){
  margin-right: -685px;
}

.tw .-spacing-y-137 > :not(:last-child){
  margin-bottom: -685px;
}

.tw .spacing-x-138 > :not(:last-child){
  margin-right: 690px;
}

.tw .spacing-y-138 > :not(:last-child){
  margin-bottom: 690px;
}

.tw .-spacing-x-138 > :not(:last-child){
  margin-right: -690px;
}

.tw .-spacing-y-138 > :not(:last-child){
  margin-bottom: -690px;
}

.tw .spacing-x-139 > :not(:last-child){
  margin-right: 695px;
}

.tw .spacing-y-139 > :not(:last-child){
  margin-bottom: 695px;
}

.tw .-spacing-x-139 > :not(:last-child){
  margin-right: -695px;
}

.tw .-spacing-y-139 > :not(:last-child){
  margin-bottom: -695px;
}

.tw .spacing-x-140 > :not(:last-child){
  margin-right: 700px;
}

.tw .spacing-y-140 > :not(:last-child){
  margin-bottom: 700px;
}

.tw .-spacing-x-140 > :not(:last-child){
  margin-right: -700px;
}

.tw .-spacing-y-140 > :not(:last-child){
  margin-bottom: -700px;
}

.tw .spacing-x-141 > :not(:last-child){
  margin-right: 705px;
}

.tw .spacing-y-141 > :not(:last-child){
  margin-bottom: 705px;
}

.tw .-spacing-x-141 > :not(:last-child){
  margin-right: -705px;
}

.tw .-spacing-y-141 > :not(:last-child){
  margin-bottom: -705px;
}

.tw .spacing-x-142 > :not(:last-child){
  margin-right: 710px;
}

.tw .spacing-y-142 > :not(:last-child){
  margin-bottom: 710px;
}

.tw .-spacing-x-142 > :not(:last-child){
  margin-right: -710px;
}

.tw .-spacing-y-142 > :not(:last-child){
  margin-bottom: -710px;
}

.tw .spacing-x-143 > :not(:last-child){
  margin-right: 715px;
}

.tw .spacing-y-143 > :not(:last-child){
  margin-bottom: 715px;
}

.tw .-spacing-x-143 > :not(:last-child){
  margin-right: -715px;
}

.tw .-spacing-y-143 > :not(:last-child){
  margin-bottom: -715px;
}

.tw .spacing-x-144 > :not(:last-child){
  margin-right: 720px;
}

.tw .spacing-y-144 > :not(:last-child){
  margin-bottom: 720px;
}

.tw .-spacing-x-144 > :not(:last-child){
  margin-right: -720px;
}

.tw .-spacing-y-144 > :not(:last-child){
  margin-bottom: -720px;
}

.tw .spacing-x-145 > :not(:last-child){
  margin-right: 725px;
}

.tw .spacing-y-145 > :not(:last-child){
  margin-bottom: 725px;
}

.tw .-spacing-x-145 > :not(:last-child){
  margin-right: -725px;
}

.tw .-spacing-y-145 > :not(:last-child){
  margin-bottom: -725px;
}

.tw .spacing-x-146 > :not(:last-child){
  margin-right: 730px;
}

.tw .spacing-y-146 > :not(:last-child){
  margin-bottom: 730px;
}

.tw .-spacing-x-146 > :not(:last-child){
  margin-right: -730px;
}

.tw .-spacing-y-146 > :not(:last-child){
  margin-bottom: -730px;
}

.tw .spacing-x-147 > :not(:last-child){
  margin-right: 735px;
}

.tw .spacing-y-147 > :not(:last-child){
  margin-bottom: 735px;
}

.tw .-spacing-x-147 > :not(:last-child){
  margin-right: -735px;
}

.tw .-spacing-y-147 > :not(:last-child){
  margin-bottom: -735px;
}

.tw .spacing-x-148 > :not(:last-child){
  margin-right: 740px;
}

.tw .spacing-y-148 > :not(:last-child){
  margin-bottom: 740px;
}

.tw .-spacing-x-148 > :not(:last-child){
  margin-right: -740px;
}

.tw .-spacing-y-148 > :not(:last-child){
  margin-bottom: -740px;
}

.tw .spacing-x-149 > :not(:last-child){
  margin-right: 745px;
}

.tw .spacing-y-149 > :not(:last-child){
  margin-bottom: 745px;
}

.tw .-spacing-x-149 > :not(:last-child){
  margin-right: -745px;
}

.tw .-spacing-y-149 > :not(:last-child){
  margin-bottom: -745px;
}

.tw .spacing-x-0.\35 > :not(:last-child){
  margin-right: 3px;
}

.tw .spacing-y-0.\35 > :not(:last-child){
  margin-bottom: 3px;
}

.tw .-spacing-x-0.\35 > :not(:last-child){
  margin-right: -3px;
}

.tw .-spacing-y-0.\35 > :not(:last-child){
  margin-bottom: -3px;
}

.tw .draggable{
  -webkit-app-region: drag;
}

.tw .undraggable{
  -webkit-app-region: no-drag;
}

[hidden],
.hidden-empty:empty {
  display: none !important;
}

html {
  overflow: hidden;
}

body {
  font-weight: 300;
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  caret-color: #00BEFF;
}

mark {
  --tw-bg-opacity: 1;
  background-color: rgba(0, 190, 255, var(--tw-bg-opacity));
}

:focus {
  outline: none !important;
}

::-moz-selection {
  --tw-bg-opacity: 1;
  background-color: rgba(0, 190, 255, var(--tw-bg-opacity));
  --tw-bg-opacity: 0.5;
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
}

::selection {
  --tw-bg-opacity: 1;
  background-color: rgba(0, 190, 255, var(--tw-bg-opacity));
  --tw-bg-opacity: 0.5;
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
}

.truncate-multiline {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: var(--truncate-lines, 3);
  overflow: hidden;
}

ui-icon:not(.hydrated),
ui-tooltip:not(.hydrated),
ui-popper:not(.hydrated),
ui-dialog:not(.hydrated) {
  display: none !important;
}

ui-sfx {
  display: none;
}

@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: 1024px){
    .sm\:container{
      max-width: 1024px;
    }
  }

  @media (min-width: 1280px){
    .sm\:container{
      max-width: 1280px;
    }
  }

  .tw .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;
  }

  .tw .sm\:not-sr-only{
    position: static;
    width: auto;
    height: auto;
    padding: 0;
    margin: 0;
    overflow: visible;
    clip: auto;
    white-space: normal;
  }

  .tw .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;
  }

  .tw .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;
  }

  .tw .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;
  }

  .tw .sm\:focus\:not-sr-only:focus{
    position: static;
    width: auto;
    height: auto;
    padding: 0;
    margin: 0;
    overflow: visible;
    clip: auto;
    white-space: normal;
  }

  .tw .sm\:pointer-events-none{
    pointer-events: none;
  }

  .tw .sm\:pointer-events-auto{
    pointer-events: auto;
  }

  .tw .sm\:static{
    position: static;
  }

  .tw .sm\:fixed{
    position: fixed;
  }

  .tw .sm\:absolute{
    position: absolute;
  }

  .tw .sm\:relative{
    position: relative;
  }

  .tw .sm\:sticky{
    position: sticky;
  }

  .tw .sm\:inset-0{
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
  }

  .tw .sm\:inset-1{
    top: 5px;
    right: 5px;
    bottom: 5px;
    left: 5px;
  }

  .tw .sm\:inset-2{
    top: 10px;
    right: 10px;
    bottom: 10px;
    left: 10px;
  }

  .tw .sm\:inset-3{
    top: 15px;
    right: 15px;
    bottom: 15px;
    left: 15px;
  }

  .tw .sm\:inset-4{
    top: 20px;
    right: 20px;
    bottom: 20px;
    left: 20px;
  }

  .tw .sm\:inset-5{
    top: 25px;
    right: 25px;
    bottom: 25px;
    left: 25px;
  }

  .tw .sm\:inset-6{
    top: 30px;
    right: 30px;
    bottom: 30px;
    left: 30px;
  }

  .tw .sm\:inset-7{
    top: 35px;
    right: 35px;
    bottom: 35px;
    left: 35px;
  }

  .tw .sm\:inset-8{
    top: 40px;
    right: 40px;
    bottom: 40px;
    left: 40px;
  }

  .tw .sm\:inset-9{
    top: 45px;
    right: 45px;
    bottom: 45px;
    left: 45px;
  }

  .tw .sm\:inset-10{
    top: 50px;
    right: 50px;
    bottom: 50px;
    left: 50px;
  }

  .tw .sm\:inset-11{
    top: 55px;
    right: 55px;
    bottom: 55px;
    left: 55px;
  }

  .tw .sm\:inset-12{
    top: 60px;
    right: 60px;
    bottom: 60px;
    left: 60px;
  }

  .tw .sm\:inset-13{
    top: 65px;
    right: 65px;
    bottom: 65px;
    left: 65px;
  }

  .tw .sm\:inset-14{
    top: 70px;
    right: 70px;
    bottom: 70px;
    left: 70px;
  }

  .tw .sm\:inset-15{
    top: 75px;
    right: 75px;
    bottom: 75px;
    left: 75px;
  }

  .tw .sm\:inset-16{
    top: 80px;
    right: 80px;
    bottom: 80px;
    left: 80px;
  }

  .tw .sm\:inset-17{
    top: 85px;
    right: 85px;
    bottom: 85px;
    left: 85px;
  }

  .tw .sm\:inset-18{
    top: 90px;
    right: 90px;
    bottom: 90px;
    left: 90px;
  }

  .tw .sm\:inset-19{
    top: 95px;
    right: 95px;
    bottom: 95px;
    left: 95px;
  }

  .tw .sm\:inset-20{
    top: 100px;
    right: 100px;
    bottom: 100px;
    left: 100px;
  }

  .tw .sm\:inset-21{
    top: 105px;
    right: 105px;
    bottom: 105px;
    left: 105px;
  }

  .tw .sm\:inset-22{
    top: 110px;
    right: 110px;
    bottom: 110px;
    left: 110px;
  }

  .tw .sm\:inset-23{
    top: 115px;
    right: 115px;
    bottom: 115px;
    left: 115px;
  }

  .tw .sm\:inset-24{
    top: 120px;
    right: 120px;
    bottom: 120px;
    left: 120px;
  }

  .tw .sm\:inset-25{
    top: 125px;
    right: 125px;
    bottom: 125px;
    left: 125px;
  }

  .tw .sm\:inset-26{
    top: 130px;
    right: 130px;
    bottom: 130px;
    left: 130px;
  }

  .tw .sm\:inset-27{
    top: 135px;
    right: 135px;
    bottom: 135px;
    left: 135px;
  }

  .tw .sm\:inset-28{
    top: 140px;
    right: 140px;
    bottom: 140px;
    left: 140px;
  }

  .tw .sm\:inset-29{
    top: 145px;
    right: 145px;
    bottom: 145px;
    left: 145px;
  }

  .tw .sm\:inset-30{
    top: 150px;
    right: 150px;
    bottom: 150px;
    left: 150px;
  }

  .tw .sm\:inset-31{
    top: 155px;
    right: 155px;
    bottom: 155px;
    left: 155px;
  }

  .tw .sm\:inset-32{
    top: 160px;
    right: 160px;
    bottom: 160px;
    left: 160px;
  }

  .tw .sm\:inset-33{
    top: 165px;
    right: 165px;
    bottom: 165px;
    left: 165px;
  }

  .tw .sm\:inset-34{
    top: 170px;
    right: 170px;
    bottom: 170px;
    left: 170px;
  }

  .tw .sm\:inset-35{
    top: 175px;
    right: 175px;
    bottom: 175px;
    left: 175px;
  }

  .tw .sm\:inset-36{
    top: 180px;
    right: 180px;
    bottom: 180px;
    left: 180px;
  }

  .tw .sm\:inset-37{
    top: 185px;
    right: 185px;
    bottom: 185px;
    left: 185px;
  }

  .tw .sm\:inset-38{
    top: 190px;
    right: 190px;
    bottom: 190px;
    left: 190px;
  }

  .tw .sm\:inset-39{
    top: 195px;
    right: 195px;
    bottom: 195px;
    left: 195px;
  }

  .tw .sm\:inset-40{
    top: 200px;
    right: 200px;
    bottom: 200px;
    left: 200px;
  }

  .tw .sm\:inset-41{
    top: 205px;
    right: 205px;
    bottom: 205px;
    left: 205px;
  }

  .tw .sm\:inset-42{
    top: 210px;
    right: 210px;
    bottom: 210px;
    left: 210px;
  }

  .tw .sm\:inset-43{
    top: 215px;
    right: 215px;
    bottom: 215px;
    left: 215px;
  }

  .tw .sm\:inset-44{
    top: 220px;
    right: 220px;
    bottom: 220px;
    left: 220px;
  }

  .tw .sm\:inset-45{
    top: 225px;
    right: 225px;
    bottom: 225px;
    left: 225px;
  }

  .tw .sm\:inset-46{
    top: 230px;
    right: 230px;
    bottom: 230px;
    left: 230px;
  }

  .tw .sm\:inset-47{
    top: 235px;
    right: 235px;
    bottom: 235px;
    left: 235px;
  }

  .tw .sm\:inset-48{
    top: 240px;
    right: 240px;
    bottom: 240px;
    left: 240px;
  }

  .tw .sm\:inset-49{
    top: 245px;
    right: 245px;
    bottom: 245px;
    left: 245px;
  }

  .tw .sm\:inset-50{
    top: 250px;
    right: 250px;
    bottom: 250px;
    left: 250px;
  }

  .tw .sm\:inset-51{
    top: 255px;
    right: 255px;
    bottom: 255px;
    left: 255px;
  }

  .tw .sm\:inset-52{
    top: 260px;
    right: 260px;
    bottom: 260px;
    left: 260px;
  }

  .tw .sm\:inset-53{
    top: 265px;
    right: 265px;
    bottom: 265px;
    left: 265px;
  }

  .tw .sm\:inset-54{
    top: 270px;
    right: 270px;
    bottom: 270px;
    left: 270px;
  }

  .tw .sm\:inset-55{
    top: 275px;
    right: 275px;
    bottom: 275px;
    left: 275px;
  }

  .tw .sm\:inset-56{
    top: 280px;
    right: 280px;
    bottom: 280px;
    left: 280px;
  }

  .tw .sm\:inset-57{
    top: 285px;
    right: 285px;
    bottom: 285px;
    left: 285px;
  }

  .tw .sm\:inset-58{
    top: 290px;
    right: 290px;
    bottom: 290px;
    left: 290px;
  }

  .tw .sm\:inset-59{
    top: 295px;
    right: 295px;
    bottom: 295px;
    left: 295px;
  }

  .tw .sm\:inset-60{
    top: 300px;
    right: 300px;
    bottom: 300px;
    left: 300px;
  }

  .tw .sm\:inset-61{
    top: 305px;
    right: 305px;
    bottom: 305px;
    left: 305px;
  }

  .tw .sm\:inset-62{
    top: 310px;
    right: 310px;
    bottom: 310px;
    left: 310px;
  }

  .tw .sm\:inset-63{
    top: 315px;
    right: 315px;
    bottom: 315px;
    left: 315px;
  }

  .tw .sm\:inset-64{
    top: 320px;
    right: 320px;
    bottom: 320px;
    left: 320px;
  }

  .tw .sm\:inset-65{
    top: 325px;
    right: 325px;
    bottom: 325px;
    left: 325px;
  }

  .tw .sm\:inset-66{
    top: 330px;
    right: 330px;
    bottom: 330px;
    left: 330px;
  }

  .tw .sm\:inset-67{
    top: 335px;
    right: 335px;
    bottom: 335px;
    left: 335px;
  }

  .tw .sm\:inset-68{
    top: 340px;
    right: 340px;
    bottom: 340px;
    left: 340px;
  }

  .tw .sm\:inset-69{
    top: 345px;
    right: 345px;
    bottom: 345px;
    left: 345px;
  }

  .tw .sm\:inset-70{
    top: 350px;
    right: 350px;
    bottom: 350px;
    left: 350px;
  }

  .tw .sm\:inset-71{
    top: 355px;
    right: 355px;
    bottom: 355px;
    left: 355px;
  }

  .tw .sm\:inset-72{
    top: 360px;
    right: 360px;
    bottom: 360px;
    left: 360px;
  }

  .tw .sm\:inset-73{
    top: 365px;
    right: 365px;
    bottom: 365px;
    left: 365px;
  }

  .tw .sm\:inset-74{
    top: 370px;
    right: 370px;
    bottom: 370px;
    left: 370px;
  }

  .tw .sm\:inset-75{
    top: 375px;
    right: 375px;
    bottom: 375px;
    left: 375px;
  }

  .tw .sm\:inset-76{
    top: 380px;
    right: 380px;
    bottom: 380px;
    left: 380px;
  }

  .tw .sm\:inset-77{
    top: 385px;
    right: 385px;
    bottom: 385px;
    left: 385px;
  }

  .tw .sm\:inset-78{
    top: 390px;
    right: 390px;
    bottom: 390px;
    left: 390px;
  }

  .tw .sm\:inset-79{
    top: 395px;
    right: 395px;
    bottom: 395px;
    left: 395px;
  }

  .tw .sm\:inset-80{
    top: 400px;
    right: 400px;
    bottom: 400px;
    left: 400px;
  }

  .tw .sm\:inset-81{
    top: 405px;
    right: 405px;
    bottom: 405px;
    left: 405px;
  }

  .tw .sm\:inset-82{
    top: 410px;
    right: 410px;
    bottom: 410px;
    left: 410px;
  }

  .tw .sm\:inset-83{
    top: 415px;
    right: 415px;
    bottom: 415px;
    left: 415px;
  }

  .tw .sm\:inset-84{
    top: 420px;
    right: 420px;
    bottom: 420px;
    left: 420px;
  }

  .tw .sm\:inset-85{
    top: 425px;
    right: 425px;
    bottom: 425px;
    left: 425px;
  }

  .tw .sm\:inset-86{
    top: 430px;
    right: 430px;
    bottom: 430px;
    left: 430px;
  }

  .tw .sm\:inset-87{
    top: 435px;
    right: 435px;
    bottom: 435px;
    left: 435px;
  }

  .tw .sm\:inset-88{
    top: 440px;
    right: 440px;
    bottom: 440px;
    left: 440px;
  }

  .tw .sm\:inset-89{
    top: 445px;
    right: 445px;
    bottom: 445px;
    left: 445px;
  }

  .tw .sm\:inset-90{
    top: 450px;
    right: 450px;
    bottom: 450px;
    left: 450px;
  }

  .tw .sm\:inset-91{
    top: 455px;
    right: 455px;
    bottom: 455px;
    left: 455px;
  }

  .tw .sm\:inset-92{
    top: 460px;
    right: 460px;
    bottom: 460px;
    left: 460px;
  }

  .tw .sm\:inset-93{
    top: 465px;
    right: 465px;
    bottom: 465px;
    left: 465px;
  }

  .tw .sm\:inset-94{
    top: 470px;
    right: 470px;
    bottom: 470px;
    left: 470px;
  }

  .tw .sm\:inset-95{
    top: 475px;
    right: 475px;
    bottom: 475px;
    left: 475px;
  }

  .tw .sm\:inset-96{
    top: 480px;
    right: 480px;
    bottom: 480px;
    left: 480px;
  }

  .tw .sm\:inset-97{
    top: 485px;
    right: 485px;
    bottom: 485px;
    left: 485px;
  }

  .tw .sm\:inset-98{
    top: 490px;
    right: 490px;
    bottom: 490px;
    left: 490px;
  }

  .tw .sm\:inset-99{
    top: 495px;
    right: 495px;
    bottom: 495px;
    left: 495px;
  }

  .tw .sm\:inset-100{
    top: 500px;
    right: 500px;
    bottom: 500px;
    left: 500px;
  }

  .tw .sm\:inset-101{
    top: 505px;
    right: 505px;
    bottom: 505px;
    left: 505px;
  }

  .tw .sm\:inset-102{
    top: 510px;
    right: 510px;
    bottom: 510px;
    left: 510px;
  }

  .tw .sm\:inset-103{
    top: 515px;
    right: 515px;
    bottom: 515px;
    left: 515px;
  }

  .tw .sm\:inset-104{
    top: 520px;
    right: 520px;
    bottom: 520px;
    left: 520px;
  }

  .tw .sm\:inset-105{
    top: 525px;
    right: 525px;
    bottom: 525px;
    left: 525px;
  }

  .tw .sm\:inset-106{
    top: 530px;
    right: 530px;
    bottom: 530px;
    left: 530px;
  }

  .tw .sm\:inset-107{
    top: 535px;
    right: 535px;
    bottom: 535px;
    left: 535px;
  }

  .tw .sm\:inset-108{
    top: 540px;
    right: 540px;
    bottom: 540px;
    left: 540px;
  }

  .tw .sm\:inset-109{
    top: 545px;
    right: 545px;
    bottom: 545px;
    left: 545px;
  }

  .tw .sm\:inset-110{
    top: 550px;
    right: 550px;
    bottom: 550px;
    left: 550px;
  }

  .tw .sm\:inset-111{
    top: 555px;
    right: 555px;
    bottom: 555px;
    left: 555px;
  }

  .tw .sm\:inset-112{
    top: 560px;
    right: 560px;
    bottom: 560px;
    left: 560px;
  }

  .tw .sm\:inset-113{
    top: 565px;
    right: 565px;
    bottom: 565px;
    left: 565px;
  }

  .tw .sm\:inset-114{
    top: 570px;
    right: 570px;
    bottom: 570px;
    left: 570px;
  }

  .tw .sm\:inset-115{
    top: 575px;
    right: 575px;
    bottom: 575px;
    left: 575px;
  }

  .tw .sm\:inset-116{
    top: 580px;
    right: 580px;
    bottom: 580px;
    left: 580px;
  }

  .tw .sm\:inset-117{
    top: 585px;
    right: 585px;
    bottom: 585px;
    left: 585px;
  }

  .tw .sm\:inset-118{
    top: 590px;
    right: 590px;
    bottom: 590px;
    left: 590px;
  }

  .tw .sm\:inset-119{
    top: 595px;
    right: 595px;
    bottom: 595px;
    left: 595px;
  }

  .tw .sm\:inset-120{
    top: 600px;
    right: 600px;
    bottom: 600px;
    left: 600px;
  }

  .tw .sm\:inset-121{
    top: 605px;
    right: 605px;
    bottom: 605px;
    left: 605px;
  }

  .tw .sm\:inset-122{
    top: 610px;
    right: 610px;
    bottom: 610px;
    left: 610px;
  }

  .tw .sm\:inset-123{
    top: 615px;
    right: 615px;
    bottom: 615px;
    left: 615px;
  }

  .tw .sm\:inset-124{
    top: 620px;
    right: 620px;
    bottom: 620px;
    left: 620px;
  }

  .tw .sm\:inset-125{
    top: 625px;
    right: 625px;
    bottom: 625px;
    left: 625px;
  }

  .tw .sm\:inset-126{
    top: 630px;
    right: 630px;
    bottom: 630px;
    left: 630px;
  }

  .tw .sm\:inset-127{
    top: 635px;
    right: 635px;
    bottom: 635px;
    left: 635px;
  }

  .tw .sm\:inset-128{
    top: 640px;
    right: 640px;
    bottom: 640px;
    left: 640px;
  }

  .tw .sm\:inset-129{
    top: 645px;
    right: 645px;
    bottom: 645px;
    left: 645px;
  }

  .tw .sm\:inset-130{
    top: 650px;
    right: 650px;
    bottom: 650px;
    left: 650px;
  }

  .tw .sm\:inset-131{
    top: 655px;
    right: 655px;
    bottom: 655px;
    left: 655px;
  }

  .tw .sm\:inset-132{
    top: 660px;
    right: 660px;
    bottom: 660px;
    left: 660px;
  }

  .tw .sm\:inset-133{
    top: 665px;
    right: 665px;
    bottom: 665px;
    left: 665px;
  }

  .tw .sm\:inset-134{
    top: 670px;
    right: 670px;
    bottom: 670px;
    left: 670px;
  }

  .tw .sm\:inset-135{
    top: 675px;
    right: 675px;
    bottom: 675px;
    left: 675px;
  }

  .tw .sm\:inset-136{
    top: 680px;
    right: 680px;
    bottom: 680px;
    left: 680px;
  }

  .tw .sm\:inset-137{
    top: 685px;
    right: 685px;
    bottom: 685px;
    left: 685px;
  }

  .tw .sm\:inset-138{
    top: 690px;
    right: 690px;
    bottom: 690px;
    left: 690px;
  }

  .tw .sm\:inset-139{
    top: 695px;
    right: 695px;
    bottom: 695px;
    left: 695px;
  }

  .tw .sm\:inset-140{
    top: 700px;
    right: 700px;
    bottom: 700px;
    left: 700px;
  }

  .tw .sm\:inset-141{
    top: 705px;
    right: 705px;
    bottom: 705px;
    left: 705px;
  }

  .tw .sm\:inset-142{
    top: 710px;
    right: 710px;
    bottom: 710px;
    left: 710px;
  }

  .tw .sm\:inset-143{
    top: 715px;
    right: 715px;
    bottom: 715px;
    left: 715px;
  }

  .tw .sm\:inset-144{
    top: 720px;
    right: 720px;
    bottom: 720px;
    left: 720px;
  }

  .tw .sm\:inset-145{
    top: 725px;
    right: 725px;
    bottom: 725px;
    left: 725px;
  }

  .tw .sm\:inset-146{
    top: 730px;
    right: 730px;
    bottom: 730px;
    left: 730px;
  }

  .tw .sm\:inset-147{
    top: 735px;
    right: 735px;
    bottom: 735px;
    left: 735px;
  }

  .tw .sm\:inset-148{
    top: 740px;
    right: 740px;
    bottom: 740px;
    left: 740px;
  }

  .tw .sm\:inset-149{
    top: 745px;
    right: 745px;
    bottom: 745px;
    left: 745px;
  }

  .tw .sm\:inset-auto{
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
  }

  .tw .sm\:inset-0\.5{
    top: 3px;
    right: 3px;
    bottom: 3px;
    left: 3px;
  }

  .tw .sm\:inset-1px{
    top: 1px;
    right: 1px;
    bottom: 1px;
    left: 1px;
  }

  .tw .sm\:inset-2px{
    top: 2px;
    right: 2px;
    bottom: 2px;
    left: 2px;
  }

  .tw .sm\:inset-3px{
    top: 3px;
    right: 3px;
    bottom: 3px;
    left: 3px;
  }

  .tw .sm\:inset-4px{
    top: 4px;
    right: 4px;
    bottom: 4px;
    left: 4px;
  }

  .tw .sm\:inset-5px{
    top: 5px;
    right: 5px;
    bottom: 5px;
    left: 5px;
  }

  .tw .sm\:inset-6px{
    top: 6px;
    right: 6px;
    bottom: 6px;
    left: 6px;
  }

  .tw .sm\:inset-7px{
    top: 7px;
    right: 7px;
    bottom: 7px;
    left: 7px;
  }

  .tw .sm\:inset-8px{
    top: 8px;
    right: 8px;
    bottom: 8px;
    left: 8px;
  }

  .tw .sm\:inset-9px{
    top: 9px;
    right: 9px;
    bottom: 9px;
    left: 9px;
  }

  .tw .sm\:inset-10px{
    top: 10px;
    right: 10px;
    bottom: 10px;
    left: 10px;
  }

  .tw .sm\:inset-11px{
    top: 11px;
    right: 11px;
    bottom: 11px;
    left: 11px;
  }

  .tw .sm\:inset-12px{
    top: 12px;
    right: 12px;
    bottom: 12px;
    left: 12px;
  }

  .tw .sm\:inset-13px{
    top: 13px;
    right: 13px;
    bottom: 13px;
    left: 13px;
  }

  .tw .sm\:inset-14px{
    top: 14px;
    right: 14px;
    bottom: 14px;
    left: 14px;
  }

  .tw .sm\:inset-15px{
    top: 15px;
    right: 15px;
    bottom: 15px;
    left: 15px;
  }

  .tw .sm\:inset-16px{
    top: 16px;
    right: 16px;
    bottom: 16px;
    left: 16px;
  }

  .tw .sm\:inset-17px{
    top: 17px;
    right: 17px;
    bottom: 17px;
    left: 17px;
  }

  .tw .sm\:inset-18px{
    top: 18px;
    right: 18px;
    bottom: 18px;
    left: 18px;
  }

  .tw .sm\:inset-19px{
    top: 19px;
    right: 19px;
    bottom: 19px;
    left: 19px;
  }

  .tw .sm\:inset-20px{
    top: 20px;
    right: 20px;
    bottom: 20px;
    left: 20px;
  }

  .tw .sm\:inset-21px{
    top: 21px;
    right: 21px;
    bottom: 21px;
    left: 21px;
  }

  .tw .sm\:inset-22px{
    top: 22px;
    right: 22px;
    bottom: 22px;
    left: 22px;
  }

  .tw .sm\:inset-23px{
    top: 23px;
    right: 23px;
    bottom: 23px;
    left: 23px;
  }

  .tw .sm\:inset-24px{
    top: 24px;
    right: 24px;
    bottom: 24px;
    left: 24px;
  }

  .tw .sm\:inset-25px{
    top: 25px;
    right: 25px;
    bottom: 25px;
    left: 25px;
  }

  .tw .sm\:inset-26px{
    top: 26px;
    right: 26px;
    bottom: 26px;
    left: 26px;
  }

  .tw .sm\:inset-27px{
    top: 27px;
    right: 27px;
    bottom: 27px;
    left: 27px;
  }

  .tw .sm\:inset-28px{
    top: 28px;
    right: 28px;
    bottom: 28px;
    left: 28px;
  }

  .tw .sm\:inset-29px{
    top: 29px;
    right: 29px;
    bottom: 29px;
    left: 29px;
  }

  .tw .sm\:inset-30px{
    top: 30px;
    right: 30px;
    bottom: 30px;
    left: 30px;
  }

  .tw .sm\:inset-31px{
    top: 31px;
    right: 31px;
    bottom: 31px;
    left: 31px;
  }

  .tw .sm\:inset-32px{
    top: 32px;
    right: 32px;
    bottom: 32px;
    left: 32px;
  }

  .tw .sm\:inset-33px{
    top: 33px;
    right: 33px;
    bottom: 33px;
    left: 33px;
  }

  .tw .sm\:inset-34px{
    top: 34px;
    right: 34px;
    bottom: 34px;
    left: 34px;
  }

  .tw .sm\:inset-35px{
    top: 35px;
    right: 35px;
    bottom: 35px;
    left: 35px;
  }

  .tw .sm\:inset-36px{
    top: 36px;
    right: 36px;
    bottom: 36px;
    left: 36px;
  }

  .tw .sm\:inset-37px{
    top: 37px;
    right: 37px;
    bottom: 37px;
    left: 37px;
  }

  .tw .sm\:inset-38px{
    top: 38px;
    right: 38px;
    bottom: 38px;
    left: 38px;
  }

  .tw .sm\:inset-39px{
    top: 39px;
    right: 39px;
    bottom: 39px;
    left: 39px;
  }

  .tw .sm\:inset-40px{
    top: 40px;
    right: 40px;
    bottom: 40px;
    left: 40px;
  }

  .tw .sm\:-inset-0{
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
  }

  .tw .sm\:-inset-1{
    top: -5px;
    right: -5px;
    bottom: -5px;
    left: -5px;
  }

  .tw .sm\:-inset-2{
    top: -10px;
    right: -10px;
    bottom: -10px;
    left: -10px;
  }

  .tw .sm\:-inset-3{
    top: -15px;
    right: -15px;
    bottom: -15px;
    left: -15px;
  }

  .tw .sm\:-inset-4{
    top: -20px;
    right: -20px;
    bottom: -20px;
    left: -20px;
  }

  .tw .sm\:-inset-5{
    top: -25px;
    right: -25px;
    bottom: -25px;
    left: -25px;
  }

  .tw .sm\:-inset-6{
    top: -30px;
    right: -30px;
    bottom: -30px;
    left: -30px;
  }

  .tw .sm\:-inset-7{
    top: -35px;
    right: -35px;
    bottom: -35px;
    left: -35px;
  }

  .tw .sm\:-inset-8{
    top: -40px;
    right: -40px;
    bottom: -40px;
    left: -40px;
  }

  .tw .sm\:-inset-9{
    top: -45px;
    right: -45px;
    bottom: -45px;
    left: -45px;
  }

  .tw .sm\:-inset-10{
    top: -50px;
    right: -50px;
    bottom: -50px;
    left: -50px;
  }

  .tw .sm\:-inset-11{
    top: -55px;
    right: -55px;
    bottom: -55px;
    left: -55px;
  }

  .tw .sm\:-inset-12{
    top: -60px;
    right: -60px;
    bottom: -60px;
    left: -60px;
  }

  .tw .sm\:-inset-13{
    top: -65px;
    right: -65px;
    bottom: -65px;
    left: -65px;
  }

  .tw .sm\:-inset-14{
    top: -70px;
    right: -70px;
    bottom: -70px;
    left: -70px;
  }

  .tw .sm\:-inset-15{
    top: -75px;
    right: -75px;
    bottom: -75px;
    left: -75px;
  }

  .tw .sm\:-inset-16{
    top: -80px;
    right: -80px;
    bottom: -80px;
    left: -80px;
  }

  .tw .sm\:-inset-17{
    top: -85px;
    right: -85px;
    bottom: -85px;
    left: -85px;
  }

  .tw .sm\:-inset-18{
    top: -90px;
    right: -90px;
    bottom: -90px;
    left: -90px;
  }

  .tw .sm\:-inset-19{
    top: -95px;
    right: -95px;
    bottom: -95px;
    left: -95px;
  }

  .tw .sm\:-inset-20{
    top: -100px;
    right: -100px;
    bottom: -100px;
    left: -100px;
  }

  .tw .sm\:-inset-21{
    top: -105px;
    right: -105px;
    bottom: -105px;
    left: -105px;
  }

  .tw .sm\:-inset-22{
    top: -110px;
    right: -110px;
    bottom: -110px;
    left: -110px;
  }

  .tw .sm\:-inset-23{
    top: -115px;
    right: -115px;
    bottom: -115px;
    left: -115px;
  }

  .tw .sm\:-inset-24{
    top: -120px;
    right: -120px;
    bottom: -120px;
    left: -120px;
  }

  .tw .sm\:-inset-25{
    top: -125px;
    right: -125px;
    bottom: -125px;
    left: -125px;
  }

  .tw .sm\:-inset-26{
    top: -130px;
    right: -130px;
    bottom: -130px;
    left: -130px;
  }

  .tw .sm\:-inset-27{
    top: -135px;
    right: -135px;
    bottom: -135px;
    left: -135px;
  }

  .tw .sm\:-inset-28{
    top: -140px;
    right: -140px;
    bottom: -140px;
    left: -140px;
  }

  .tw .sm\:-inset-29{
    top: -145px;
    right: -145px;
    bottom: -145px;
    left: -145px;
  }

  .tw .sm\:-inset-30{
    top: -150px;
    right: -150px;
    bottom: -150px;
    left: -150px;
  }

  .tw .sm\:-inset-31{
    top: -155px;
    right: -155px;
    bottom: -155px;
    left: -155px;
  }

  .tw .sm\:-inset-32{
    top: -160px;
    right: -160px;
    bottom: -160px;
    left: -160px;
  }

  .tw .sm\:-inset-33{
    top: -165px;
    right: -165px;
    bottom: -165px;
    left: -165px;
  }

  .tw .sm\:-inset-34{
    top: -170px;
    right: -170px;
    bottom: -170px;
    left: -170px;
  }

  .tw .sm\:-inset-35{
    top: -175px;
    right: -175px;
    bottom: -175px;
    left: -175px;
  }

  .tw .sm\:-inset-36{
    top: -180px;
    right: -180px;
    bottom: -180px;
    left: -180px;
  }

  .tw .sm\:-inset-37{
    top: -185px;
    right: -185px;
    bottom: -185px;
    left: -185px;
  }

  .tw .sm\:-inset-38{
    top: -190px;
    right: -190px;
    bottom: -190px;
    left: -190px;
  }

  .tw .sm\:-inset-39{
    top: -195px;
    right: -195px;
    bottom: -195px;
    left: -195px;
  }

  .tw .sm\:-inset-40{
    top: -200px;
    right: -200px;
    bottom: -200px;
    left: -200px;
  }

  .tw .sm\:-inset-41{
    top: -205px;
    right: -205px;
    bottom: -205px;
    left: -205px;
  }

  .tw .sm\:-inset-42{
    top: -210px;
    right: -210px;
    bottom: -210px;
    left: -210px;
  }

  .tw .sm\:-inset-43{
    top: -215px;
    right: -215px;
    bottom: -215px;
    left: -215px;
  }

  .tw .sm\:-inset-44{
    top: -220px;
    right: -220px;
    bottom: -220px;
    left: -220px;
  }

  .tw .sm\:-inset-45{
    top: -225px;
    right: -225px;
    bottom: -225px;
    left: -225px;
  }

  .tw .sm\:-inset-46{
    top: -230px;
    right: -230px;
    bottom: -230px;
    left: -230px;
  }

  .tw .sm\:-inset-47{
    top: -235px;
    right: -235px;
    bottom: -235px;
    left: -235px;
  }

  .tw .sm\:-inset-48{
    top: -240px;
    right: -240px;
    bottom: -240px;
    left: -240px;
  }

  .tw .sm\:-inset-49{
    top: -245px;
    right: -245px;
    bottom: -245px;
    left: -245px;
  }

  .tw .sm\:-inset-50{
    top: -250px;
    right: -250px;
    bottom: -250px;
    left: -250px;
  }

  .tw .sm\:-inset-51{
    top: -255px;
    right: -255px;
    bottom: -255px;
    left: -255px;
  }

  .tw .sm\:-inset-52{
    top: -260px;
    right: -260px;
    bottom: -260px;
    left: -260px;
  }

  .tw .sm\:-inset-53{
    top: -265px;
    right: -265px;
    bottom: -265px;
    left: -265px;
  }

  .tw .sm\:-inset-54{
    top: -270px;
    right: -270px;
    bottom: -270px;
    left: -270px;
  }

  .tw .sm\:-inset-55{
    top: -275px;
    right: -275px;
    bottom: -275px;
    left: -275px;
  }

  .tw .sm\:-inset-56{
    top: -280px;
    right: -280px;
    bottom: -280px;
    left: -280px;
  }

  .tw .sm\:-inset-57{
    top: -285px;
    right: -285px;
    bottom: -285px;
    left: -285px;
  }

  .tw .sm\:-inset-58{
    top: -290px;
    right: -290px;
    bottom: -290px;
    left: -290px;
  }

  .tw .sm\:-inset-59{
    top: -295px;
    right: -295px;
    bottom: -295px;
    left: -295px;
  }

  .tw .sm\:-inset-60{
    top: -300px;
    right: -300px;
    bottom: -300px;
    left: -300px;
  }

  .tw .sm\:-inset-61{
    top: -305px;
    right: -305px;
    bottom: -305px;
    left: -305px;
  }

  .tw .sm\:-inset-62{
    top: -310px;
    right: -310px;
    bottom: -310px;
    left: -310px;
  }

  .tw .sm\:-inset-63{
    top: -315px;
    right: -315px;
    bottom: -315px;
    left: -315px;
  }

  .tw .sm\:-inset-64{
    top: -320px;
    right: -320px;
    bottom: -320px;
    left: -320px;
  }

  .tw .sm\:-inset-65{
    top: -325px;
    right: -325px;
    bottom: -325px;
    left: -325px;
  }

  .tw .sm\:-inset-66{
    top: -330px;
    right: -330px;
    bottom: -330px;
    left: -330px;
  }

  .tw .sm\:-inset-67{
    top: -335px;
    right: -335px;
    bottom: -335px;
    left: -335px;
  }

  .tw .sm\:-inset-68{
    top: -340px;
    right: -340px;
    bottom: -340px;
    left: -340px;
  }

  .tw .sm\:-inset-69{
    top: -345px;
    right: -345px;
    bottom: -345px;
    left: -345px;
  }

  .tw .sm\:-inset-70{
    top: -350px;
    right: -350px;
    bottom: -350px;
    left: -350px;
  }

  .tw .sm\:-inset-71{
    top: -355px;
    right: -355px;
    bottom: -355px;
    left: -355px;
  }

  .tw .sm\:-inset-72{
    top: -360px;
    right: -360px;
    bottom: -360px;
    left: -360px;
  }

  .tw .sm\:-inset-73{
    top: -365px;
    right: -365px;
    bottom: -365px;
    left: -365px;
  }

  .tw .sm\:-inset-74{
    top: -370px;
    right: -370px;
    bottom: -370px;
    left: -370px;
  }

  .tw .sm\:-inset-75{
    top: -375px;
    right: -375px;
    bottom: -375px;
    left: -375px;
  }

  .tw .sm\:-inset-76{
    top: -380px;
    right: -380px;
    bottom: -380px;
    left: -380px;
  }

  .tw .sm\:-inset-77{
    top: -385px;
    right: -385px;
    bottom: -385px;
    left: -385px;
  }

  .tw .sm\:-inset-78{
    top: -390px;
    right: -390px;
    bottom: -390px;
    left: -390px;
  }

  .tw .sm\:-inset-79{
    top: -395px;
    right: -395px;
    bottom: -395px;
    left: -395px;
  }

  .tw .sm\:-inset-80{
    top: -400px;
    right: -400px;
    bottom: -400px;
    left: -400px;
  }

  .tw .sm\:-inset-81{
    top: -405px;
    right: -405px;
    bottom: -405px;
    left: -405px;
  }

  .tw .sm\:-inset-82{
    top: -410px;
    right: -410px;
    bottom: -410px;
    left: -410px;
  }

  .tw .sm\:-inset-83{
    top: -415px;
    right: -415px;
    bottom: -415px;
    left: -415px;
  }

  .tw .sm\:-inset-84{
    top: -420px;
    right: -420px;
    bottom: -420px;
    left: -420px;
  }

  .tw .sm\:-inset-85{
    top: -425px;
    right: -425px;
    bottom: -425px;
    left: -425px;
  }

  .tw .sm\:-inset-86{
    top: -430px;
    right: -430px;
    bottom: -430px;
    left: -430px;
  }

  .tw .sm\:-inset-87{
    top: -435px;
    right: -435px;
    bottom: -435px;
    left: -435px;
  }

  .tw .sm\:-inset-88{
    top: -440px;
    right: -440px;
    bottom: -440px;
    left: -440px;
  }

  .tw .sm\:-inset-89{
    top: -445px;
    right: -445px;
    bottom: -445px;
    left: -445px;
  }

  .tw .sm\:-inset-90{
    top: -450px;
    right: -450px;
    bottom: -450px;
    left: -450px;
  }

  .tw .sm\:-inset-91{
    top: -455px;
    right: -455px;
    bottom: -455px;
    left: -455px;
  }

  .tw .sm\:-inset-92{
    top: -460px;
    right: -460px;
    bottom: -460px;
    left: -460px;
  }

  .tw .sm\:-inset-93{
    top: -465px;
    right: -465px;
    bottom: -465px;
    left: -465px;
  }

  .tw .sm\:-inset-94{
    top: -470px;
    right: -470px;
    bottom: -470px;
    left: -470px;
  }

  .tw .sm\:-inset-95{
    top: -475px;
    right: -475px;
    bottom: -475px;
    left: -475px;
  }

  .tw .sm\:-inset-96{
    top: -480px;
    right: -480px;
    bottom: -480px;
    left: -480px;
  }

  .tw .sm\:-inset-97{
    top: -485px;
    right: -485px;
    bottom: -485px;
    left: -485px;
  }

  .tw .sm\:-inset-98{
    top: -490px;
    right: -490px;
    bottom: -490px;
    left: -490px;
  }

  .tw .sm\:-inset-99{
    top: -495px;
    right: -495px;
    bottom: -495px;
    left: -495px;
  }

  .tw .sm\:-inset-100{
    top: -500px;
    right: -500px;
    bottom: -500px;
    left: -500px;
  }

  .tw .sm\:-inset-101{
    top: -505px;
    right: -505px;
    bottom: -505px;
    left: -505px;
  }

  .tw .sm\:-inset-102{
    top: -510px;
    right: -510px;
    bottom: -510px;
    left: -510px;
  }

  .tw .sm\:-inset-103{
    top: -515px;
    right: -515px;
    bottom: -515px;
    left: -515px;
  }

  .tw .sm\:-inset-104{
    top: -520px;
    right: -520px;
    bottom: -520px;
    left: -520px;
  }

  .tw .sm\:-inset-105{
    top: -525px;
    right: -525px;
    bottom: -525px;
    left: -525px;
  }

  .tw .sm\:-inset-106{
    top: -530px;
    right: -530px;
    bottom: -530px;
    left: -530px;
  }

  .tw .sm\:-inset-107{
    top: -535px;
    right: -535px;
    bottom: -535px;
    left: -535px;
  }

  .tw .sm\:-inset-108{
    top: -540px;
    right: -540px;
    bottom: -540px;
    left: -540px;
  }

  .tw .sm\:-inset-109{
    top: -545px;
    right: -545px;
    bottom: -545px;
    left: -545px;
  }

  .tw .sm\:-inset-110{
    top: -550px;
    right: -550px;
    bottom: -550px;
    left: -550px;
  }

  .tw .sm\:-inset-111{
    top: -555px;
    right: -555px;
    bottom: -555px;
    left: -555px;
  }

  .tw .sm\:-inset-112{
    top: -560px;
    right: -560px;
    bottom: -560px;
    left: -560px;
  }

  .tw .sm\:-inset-113{
    top: -565px;
    right: -565px;
    bottom: -565px;
    left: -565px;
  }

  .tw .sm\:-inset-114{
    top: -570px;
    right: -570px;
    bottom: -570px;
    left: -570px;
  }

  .tw .sm\:-inset-115{
    top: -575px;
    right: -575px;
    bottom: -575px;
    left: -575px;
  }

  .tw .sm\:-inset-116{
    top: -580px;
    right: -580px;
    bottom: -580px;
    left: -580px;
  }

  .tw .sm\:-inset-117{
    top: -585px;
    right: -585px;
    bottom: -585px;
    left: -585px;
  }

  .tw .sm\:-inset-118{
    top: -590px;
    right: -590px;
    bottom: -590px;
    left: -590px;
  }

  .tw .sm\:-inset-119{
    top: -595px;
    right: -595px;
    bottom: -595px;
    left: -595px;
  }

  .tw .sm\:-inset-120{
    top: -600px;
    right: -600px;
    bottom: -600px;
    left: -600px;
  }

  .tw .sm\:-inset-121{
    top: -605px;
    right: -605px;
    bottom: -605px;
    left: -605px;
  }

  .tw .sm\:-inset-122{
    top: -610px;
    right: -610px;
    bottom: -610px;
    left: -610px;
  }

  .tw .sm\:-inset-123{
    top: -615px;
    right: -615px;
    bottom: -615px;
    left: -615px;
  }

  .tw .sm\:-inset-124{
    top: -620px;
    right: -620px;
    bottom: -620px;
    left: -620px;
  }

  .tw .sm\:-inset-125{
    top: -625px;
    right: -625px;
    bottom: -625px;
    left: -625px;
  }

  .tw .sm\:-inset-126{
    top: -630px;
    right: -630px;
    bottom: -630px;
    left: -630px;
  }

  .tw .sm\:-inset-127{
    top: -635px;
    right: -635px;
    bottom: -635px;
    left: -635px;
  }

  .tw .sm\:-inset-128{
    top: -640px;
    right: -640px;
    bottom: -640px;
    left: -640px;
  }

  .tw .sm\:-inset-129{
    top: -645px;
    right: -645px;
    bottom: -645px;
    left: -645px;
  }

  .tw .sm\:-inset-130{
    top: -650px;
    right: -650px;
    bottom: -650px;
    left: -650px;
  }

  .tw .sm\:-inset-131{
    top: -655px;
    right: -655px;
    bottom: -655px;
    left: -655px;
  }

  .tw .sm\:-inset-132{
    top: -660px;
    right: -660px;
    bottom: -660px;
    left: -660px;
  }

  .tw .sm\:-inset-133{
    top: -665px;
    right: -665px;
    bottom: -665px;
    left: -665px;
  }

  .tw .sm\:-inset-134{
    top: -670px;
    right: -670px;
    bottom: -670px;
    left: -670px;
  }

  .tw .sm\:-inset-135{
    top: -675px;
    right: -675px;
    bottom: -675px;
    left: -675px;
  }

  .tw .sm\:-inset-136{
    top: -680px;
    right: -680px;
    bottom: -680px;
    left: -680px;
  }

  .tw .sm\:-inset-137{
    top: -685px;
    right: -685px;
    bottom: -685px;
    left: -685px;
  }

  .tw .sm\:-inset-138{
    top: -690px;
    right: -690px;
    bottom: -690px;
    left: -690px;
  }

  .tw .sm\:-inset-139{
    top: -695px;
    right: -695px;
    bottom: -695px;
    left: -695px;
  }

  .tw .sm\:-inset-140{
    top: -700px;
    right: -700px;
    bottom: -700px;
    left: -700px;
  }

  .tw .sm\:-inset-141{
    top: -705px;
    right: -705px;
    bottom: -705px;
    left: -705px;
  }

  .tw .sm\:-inset-142{
    top: -710px;
    right: -710px;
    bottom: -710px;
    left: -710px;
  }

  .tw .sm\:-inset-143{
    top: -715px;
    right: -715px;
    bottom: -715px;
    left: -715px;
  }

  .tw .sm\:-inset-144{
    top: -720px;
    right: -720px;
    bottom: -720px;
    left: -720px;
  }

  .tw .sm\:-inset-145{
    top: -725px;
    right: -725px;
    bottom: -725px;
    left: -725px;
  }

  .tw .sm\:-inset-146{
    top: -730px;
    right: -730px;
    bottom: -730px;
    left: -730px;
  }

  .tw .sm\:-inset-147{
    top: -735px;
    right: -735px;
    bottom: -735px;
    left: -735px;
  }

  .tw .sm\:-inset-148{
    top: -740px;
    right: -740px;
    bottom: -740px;
    left: -740px;
  }

  .tw .sm\:-inset-149{
    top: -745px;
    right: -745px;
    bottom: -745px;
    left: -745px;
  }

  .tw .sm\:-inset-0\.5{
    top: -3px;
    right: -3px;
    bottom: -3px;
    left: -3px;
  }

  .tw .sm\:-inset-1px{
    top: -1px;
    right: -1px;
    bottom: -1px;
    left: -1px;
  }

  .tw .sm\:-inset-2px{
    top: -2px;
    right: -2px;
    bottom: -2px;
    left: -2px;
  }

  .tw .sm\:-inset-3px{
    top: -3px;
    right: -3px;
    bottom: -3px;
    left: -3px;
  }

  .tw .sm\:-inset-4px{
    top: -4px;
    right: -4px;
    bottom: -4px;
    left: -4px;
  }

  .tw .sm\:-inset-5px{
    top: -5px;
    right: -5px;
    bottom: -5px;
    left: -5px;
  }

  .tw .sm\:-inset-6px{
    top: -6px;
    right: -6px;
    bottom: -6px;
    left: -6px;
  }

  .tw .sm\:-inset-7px{
    top: -7px;
    right: -7px;
    bottom: -7px;
    left: -7px;
  }

  .tw .sm\:-inset-8px{
    top: -8px;
    right: -8px;
    bottom: -8px;
    left: -8px;
  }

  .tw .sm\:-inset-9px{
    top: -9px;
    right: -9px;
    bottom: -9px;
    left: -9px;
  }

  .tw .sm\:-inset-10px{
    top: -10px;
    right: -10px;
    bottom: -10px;
    left: -10px;
  }

  .tw .sm\:-inset-11px{
    top: -11px;
    right: -11px;
    bottom: -11px;
    left: -11px;
  }

  .tw .sm\:-inset-12px{
    top: -12px;
    right: -12px;
    bottom: -12px;
    left: -12px;
  }

  .tw .sm\:-inset-13px{
    top: -13px;
    right: -13px;
    bottom: -13px;
    left: -13px;
  }

  .tw .sm\:-inset-14px{
    top: -14px;
    right: -14px;
    bottom: -14px;
    left: -14px;
  }

  .tw .sm\:-inset-15px{
    top: -15px;
    right: -15px;
    bottom: -15px;
    left: -15px;
  }

  .tw .sm\:-inset-16px{
    top: -16px;
    right: -16px;
    bottom: -16px;
    left: -16px;
  }

  .tw .sm\:-inset-17px{
    top: -17px;
    right: -17px;
    bottom: -17px;
    left: -17px;
  }

  .tw .sm\:-inset-18px{
    top: -18px;
    right: -18px;
    bottom: -18px;
    left: -18px;
  }

  .tw .sm\:-inset-19px{
    top: -19px;
    right: -19px;
    bottom: -19px;
    left: -19px;
  }

  .tw .sm\:-inset-20px{
    top: -20px;
    right: -20px;
    bottom: -20px;
    left: -20px;
  }

  .tw .sm\:-inset-21px{
    top: -21px;
    right: -21px;
    bottom: -21px;
    left: -21px;
  }

  .tw .sm\:-inset-22px{
    top: -22px;
    right: -22px;
    bottom: -22px;
    left: -22px;
  }

  .tw .sm\:-inset-23px{
    top: -23px;
    right: -23px;
    bottom: -23px;
    left: -23px;
  }

  .tw .sm\:-inset-24px{
    top: -24px;
    right: -24px;
    bottom: -24px;
    left: -24px;
  }

  .tw .sm\:-inset-25px{
    top: -25px;
    right: -25px;
    bottom: -25px;
    left: -25px;
  }

  .tw .sm\:-inset-26px{
    top: -26px;
    right: -26px;
    bottom: -26px;
    left: -26px;
  }

  .tw .sm\:-inset-27px{
    top: -27px;
    right: -27px;
    bottom: -27px;
    left: -27px;
  }

  .tw .sm\:-inset-28px{
    top: -28px;
    right: -28px;
    bottom: -28px;
    left: -28px;
  }

  .tw .sm\:-inset-29px{
    top: -29px;
    right: -29px;
    bottom: -29px;
    left: -29px;
  }

  .tw .sm\:-inset-30px{
    top: -30px;
    right: -30px;
    bottom: -30px;
    left: -30px;
  }

  .tw .sm\:-inset-31px{
    top: -31px;
    right: -31px;
    bottom: -31px;
    left: -31px;
  }

  .tw .sm\:-inset-32px{
    top: -32px;
    right: -32px;
    bottom: -32px;
    left: -32px;
  }

  .tw .sm\:-inset-33px{
    top: -33px;
    right: -33px;
    bottom: -33px;
    left: -33px;
  }

  .tw .sm\:-inset-34px{
    top: -34px;
    right: -34px;
    bottom: -34px;
    left: -34px;
  }

  .tw .sm\:-inset-35px{
    top: -35px;
    right: -35px;
    bottom: -35px;
    left: -35px;
  }

  .tw .sm\:-inset-36px{
    top: -36px;
    right: -36px;
    bottom: -36px;
    left: -36px;
  }

  .tw .sm\:-inset-37px{
    top: -37px;
    right: -37px;
    bottom: -37px;
    left: -37px;
  }

  .tw .sm\:-inset-38px{
    top: -38px;
    right: -38px;
    bottom: -38px;
    left: -38px;
  }

  .tw .sm\:-inset-39px{
    top: -39px;
    right: -39px;
    bottom: -39px;
    left: -39px;
  }

  .tw .sm\:-inset-40px{
    top: -40px;
    right: -40px;
    bottom: -40px;
    left: -40px;
  }

  .tw .sm\:inset-1\/2{
    top: 50%;
    right: 50%;
    bottom: 50%;
    left: 50%;
  }

  .tw .sm\:inset-1\/3{
    top: 33.333333%;
    right: 33.333333%;
    bottom: 33.333333%;
    left: 33.333333%;
  }

  .tw .sm\:inset-2\/3{
    top: 66.666667%;
    right: 66.666667%;
    bottom: 66.666667%;
    left: 66.666667%;
  }

  .tw .sm\:inset-1\/4{
    top: 25%;
    right: 25%;
    bottom: 25%;
    left: 25%;
  }

  .tw .sm\:inset-2\/4{
    top: 50%;
    right: 50%;
    bottom: 50%;
    left: 50%;
  }

  .tw .sm\:inset-3\/4{
    top: 75%;
    right: 75%;
    bottom: 75%;
    left: 75%;
  }

  .tw .sm\:inset-full{
    top: 100%;
    right: 100%;
    bottom: 100%;
    left: 100%;
  }

  .tw .sm\:-inset-1\/2{
    top: -50%;
    right: -50%;
    bottom: -50%;
    left: -50%;
  }

  .tw .sm\:-inset-1\/3{
    top: -33.333333%;
    right: -33.333333%;
    bottom: -33.333333%;
    left: -33.333333%;
  }

  .tw .sm\:-inset-2\/3{
    top: -66.666667%;
    right: -66.666667%;
    bottom: -66.666667%;
    left: -66.666667%;
  }

  .tw .sm\:-inset-1\/4{
    top: -25%;
    right: -25%;
    bottom: -25%;
    left: -25%;
  }

  .tw .sm\:-inset-2\/4{
    top: -50%;
    right: -50%;
    bottom: -50%;
    left: -50%;
  }

  .tw .sm\:-inset-3\/4{
    top: -75%;
    right: -75%;
    bottom: -75%;
    left: -75%;
  }

  .tw .sm\:-inset-full{
    top: -100%;
    right: -100%;
    bottom: -100%;
    left: -100%;
  }

  .tw .sm\:inset-x-0{
    left: 0px;
    right: 0px;
  }

  .tw .sm\:inset-x-1{
    left: 5px;
    right: 5px;
  }

  .tw .sm\:inset-x-2{
    left: 10px;
    right: 10px;
  }

  .tw .sm\:inset-x-3{
    left: 15px;
    right: 15px;
  }

  .tw .sm\:inset-x-4{
    left: 20px;
    right: 20px;
  }

  .tw .sm\:inset-x-5{
    left: 25px;
    right: 25px;
  }

  .tw .sm\:inset-x-6{
    left: 30px;
    right: 30px;
  }

  .tw .sm\:inset-x-7{
    left: 35px;
    right: 35px;
  }

  .tw .sm\:inset-x-8{
    left: 40px;
    right: 40px;
  }

  .tw .sm\:inset-x-9{
    left: 45px;
    right: 45px;
  }

  .tw .sm\:inset-x-10{
    left: 50px;
    right: 50px;
  }

  .tw .sm\:inset-x-11{
    left: 55px;
    right: 55px;
  }

  .tw .sm\:inset-x-12{
    left: 60px;
    right: 60px;
  }

  .tw .sm\:inset-x-13{
    left: 65px;
    right: 65px;
  }

  .tw .sm\:inset-x-14{
    left: 70px;
    right: 70px;
  }

  .tw .sm\:inset-x-15{
    left: 75px;
    right: 75px;
  }

  .tw .sm\:inset-x-16{
    left: 80px;
    right: 80px;
  }

  .tw .sm\:inset-x-17{
    left: 85px;
    right: 85px;
  }

  .tw .sm\:inset-x-18{
    left: 90px;
    right: 90px;
  }

  .tw .sm\:inset-x-19{
    left: 95px;
    right: 95px;
  }

  .tw .sm\:inset-x-20{
    left: 100px;
    right: 100px;
  }

  .tw .sm\:inset-x-21{
    left: 105px;
    right: 105px;
  }

  .tw .sm\:inset-x-22{
    left: 110px;
    right: 110px;
  }

  .tw .sm\:inset-x-23{
    left: 115px;
    right: 115px;
  }

  .tw .sm\:inset-x-24{
    left: 120px;
    right: 120px;
  }

  .tw .sm\:inset-x-25{
    left: 125px;
    right: 125px;
  }

  .tw .sm\:inset-x-26{
    left: 130px;
    right: 130px;
  }

  .tw .sm\:inset-x-27{
    left: 135px;
    right: 135px;
  }

  .tw .sm\:inset-x-28{
    left: 140px;
    right: 140px;
  }

  .tw .sm\:inset-x-29{
    left: 145px;
    right: 145px;
  }

  .tw .sm\:inset-x-30{
    left: 150px;
    right: 150px;
  }

  .tw .sm\:inset-x-31{
    left: 155px;
    right: 155px;
  }

  .tw .sm\:inset-x-32{
    left: 160px;
    right: 160px;
  }

  .tw .sm\:inset-x-33{
    left: 165px;
    right: 165px;
  }

  .tw .sm\:inset-x-34{
    left: 170px;
    right: 170px;
  }

  .tw .sm\:inset-x-35{
    left: 175px;
    right: 175px;
  }

  .tw .sm\:inset-x-36{
    left: 180px;
    right: 180px;
  }

  .tw .sm\:inset-x-37{
    left: 185px;
    right: 185px;
  }

  .tw .sm\:inset-x-38{
    left: 190px;
    right: 190px;
  }

  .tw .sm\:inset-x-39{
    left: 195px;
    right: 195px;
  }

  .tw .sm\:inset-x-40{
    left: 200px;
    right: 200px;
  }

  .tw .sm\:inset-x-41{
    left: 205px;
    right: 205px;
  }

  .tw .sm\:inset-x-42{
    left: 210px;
    right: 210px;
  }

  .tw .sm\:inset-x-43{
    left: 215px;
    right: 215px;
  }

  .tw .sm\:inset-x-44{
    left: 220px;
    right: 220px;
  }

  .tw .sm\:inset-x-45{
    left: 225px;
    right: 225px;
  }

  .tw .sm\:inset-x-46{
    left: 230px;
    right: 230px;
  }

  .tw .sm\:inset-x-47{
    left: 235px;
    right: 235px;
  }

  .tw .sm\:inset-x-48{
    left: 240px;
    right: 240px;
  }

  .tw .sm\:inset-x-49{
    left: 245px;
    right: 245px;
  }

  .tw .sm\:inset-x-50{
    left: 250px;
    right: 250px;
  }

  .tw .sm\:inset-x-51{
    left: 255px;
    right: 255px;
  }

  .tw .sm\:inset-x-52{
    left: 260px;
    right: 260px;
  }

  .tw .sm\:inset-x-53{
    left: 265px;
    right: 265px;
  }

  .tw .sm\:inset-x-54{
    left: 270px;
    right: 270px;
  }

  .tw .sm\:inset-x-55{
    left: 275px;
    right: 275px;
  }

  .tw .sm\:inset-x-56{
    left: 280px;
    right: 280px;
  }

  .tw .sm\:inset-x-57{
    left: 285px;
    right: 285px;
  }

  .tw .sm\:inset-x-58{
    left: 290px;
    right: 290px;
  }

  .tw .sm\:inset-x-59{
    left: 295px;
    right: 295px;
  }

  .tw .sm\:inset-x-60{
    left: 300px;
    right: 300px;
  }

  .tw .sm\:inset-x-61{
    left: 305px;
    right: 305px;
  }

  .tw .sm\:inset-x-62{
    left: 310px;
    right: 310px;
  }

  .tw .sm\:inset-x-63{
    left: 315px;
    right: 315px;
  }

  .tw .sm\:inset-x-64{
    left: 320px;
    right: 320px;
  }

  .tw .sm\:inset-x-65{
    left: 325px;
    right: 325px;
  }

  .tw .sm\:inset-x-66{
    left: 330px;
    right: 330px;
  }

  .tw .sm\:inset-x-67{
    left: 335px;
    right: 335px;
  }

  .tw .sm\:inset-x-68{
    left: 340px;
    right: 340px;
  }

  .tw .sm\:inset-x-69{
    left: 345px;
    right: 345px;
  }

  .tw .sm\:inset-x-70{
    left: 350px;
    right: 350px;
  }

  .tw .sm\:inset-x-71{
    left: 355px;
    right: 355px;
  }

  .tw .sm\:inset-x-72{
    left: 360px;
    right: 360px;
  }

  .tw .sm\:inset-x-73{
    left: 365px;
    right: 365px;
  }

  .tw .sm\:inset-x-74{
    left: 370px;
    right: 370px;
  }

  .tw .sm\:inset-x-75{
    left: 375px;
    right: 375px;
  }

  .tw .sm\:inset-x-76{
    left: 380px;
    right: 380px;
  }

  .tw .sm\:inset-x-77{
    left: 385px;
    right: 385px;
  }

  .tw .sm\:inset-x-78{
    left: 390px;
    right: 390px;
  }

  .tw .sm\:inset-x-79{
    left: 395px;
    right: 395px;
  }

  .tw .sm\:inset-x-80{
    left: 400px;
    right: 400px;
  }

  .tw .sm\:inset-x-81{
    left: 405px;
    right: 405px;
  }

  .tw .sm\:inset-x-82{
    left: 410px;
    right: 410px;
  }

  .tw .sm\:inset-x-83{
    left: 415px;
    right: 415px;
  }

  .tw .sm\:inset-x-84{
    left: 420px;
    right: 420px;
  }

  .tw .sm\:inset-x-85{
    left: 425px;
    right: 425px;
  }

  .tw .sm\:inset-x-86{
    left: 430px;
    right: 430px;
  }

  .tw .sm\:inset-x-87{
    left: 435px;
    right: 435px;
  }

  .tw .sm\:inset-x-88{
    left: 440px;
    right: 440px;
  }

  .tw .sm\:inset-x-89{
    left: 445px;
    right: 445px;
  }

  .tw .sm\:inset-x-90{
    left: 450px;
    right: 450px;
  }

  .tw .sm\:inset-x-91{
    left: 455px;
    right: 455px;
  }

  .tw .sm\:inset-x-92{
    left: 460px;
    right: 460px;
  }

  .tw .sm\:inset-x-93{
    left: 465px;
    right: 465px;
  }

  .tw .sm\:inset-x-94{
    left: 470px;
    right: 470px;
  }

  .tw .sm\:inset-x-95{
    left: 475px;
    right: 475px;
  }

  .tw .sm\:inset-x-96{
    left: 480px;
    right: 480px;
  }

  .tw .sm\:inset-x-97{
    left: 485px;
    right: 485px;
  }

  .tw .sm\:inset-x-98{
    left: 490px;
    right: 490px;
  }

  .tw .sm\:inset-x-99{
    left: 495px;
    right: 495px;
  }

  .tw .sm\:inset-x-100{
    left: 500px;
    right: 500px;
  }

  .tw .sm\:inset-x-101{
    left: 505px;
    right: 505px;
  }

  .tw .sm\:inset-x-102{
    left: 510px;
    right: 510px;
  }

  .tw .sm\:inset-x-103{
    left: 515px;
    right: 515px;
  }

  .tw .sm\:inset-x-104{
    left: 520px;
    right: 520px;
  }

  .tw .sm\:inset-x-105{
    left: 525px;
    right: 525px;
  }

  .tw .sm\:inset-x-106{
    left: 530px;
    right: 530px;
  }

  .tw .sm\:inset-x-107{
    left: 535px;
    right: 535px;
  }

  .tw .sm\:inset-x-108{
    left: 540px;
    right: 540px;
  }

  .tw .sm\:inset-x-109{
    left: 545px;
    right: 545px;
  }

  .tw .sm\:inset-x-110{
    left: 550px;
    right: 550px;
  }

  .tw .sm\:inset-x-111{
    left: 555px;
    right: 555px;
  }

  .tw .sm\:inset-x-112{
    left: 560px;
    right: 560px;
  }

  .tw .sm\:inset-x-113{
    left: 565px;
    right: 565px;
  }

  .tw .sm\:inset-x-114{
    left: 570px;
    right: 570px;
  }

  .tw .sm\:inset-x-115{
    left: 575px;
    right: 575px;
  }

  .tw .sm\:inset-x-116{
    left: 580px;
    right: 580px;
  }

  .tw .sm\:inset-x-117{
    left: 585px;
    right: 585px;
  }

  .tw .sm\:inset-x-118{
    left: 590px;
    right: 590px;
  }

  .tw .sm\:inset-x-119{
    left: 595px;
    right: 595px;
  }

  .tw .sm\:inset-x-120{
    left: 600px;
    right: 600px;
  }

  .tw .sm\:inset-x-121{
    left: 605px;
    right: 605px;
  }

  .tw .sm\:inset-x-122{
    left: 610px;
    right: 610px;
  }

  .tw .sm\:inset-x-123{
    left: 615px;
    right: 615px;
  }

  .tw .sm\:inset-x-124{
    left: 620px;
    right: 620px;
  }

  .tw .sm\:inset-x-125{
    left: 625px;
    right: 625px;
  }

  .tw .sm\:inset-x-126{
    left: 630px;
    right: 630px;
  }

  .tw .sm\:inset-x-127{
    left: 635px;
    right: 635px;
  }

  .tw .sm\:inset-x-128{
    left: 640px;
    right: 640px;
  }

  .tw .sm\:inset-x-129{
    left: 645px;
    right: 645px;
  }

  .tw .sm\:inset-x-130{
    left: 650px;
    right: 650px;
  }

  .tw .sm\:inset-x-131{
    left: 655px;
    right: 655px;
  }

  .tw .sm\:inset-x-132{
    left: 660px;
    right: 660px;
  }

  .tw .sm\:inset-x-133{
    left: 665px;
    right: 665px;
  }

  .tw .sm\:inset-x-134{
    left: 670px;
    right: 670px;
  }

  .tw .sm\:inset-x-135{
    left: 675px;
    right: 675px;
  }

  .tw .sm\:inset-x-136{
    left: 680px;
    right: 680px;
  }

  .tw .sm\:inset-x-137{
    left: 685px;
    right: 685px;
  }

  .tw .sm\:inset-x-138{
    left: 690px;
    right: 690px;
  }

  .tw .sm\:inset-x-139{
    left: 695px;
    right: 695px;
  }

  .tw .sm\:inset-x-140{
    left: 700px;
    right: 700px;
  }

  .tw .sm\:inset-x-141{
    left: 705px;
    right: 705px;
  }

  .tw .sm\:inset-x-142{
    left: 710px;
    right: 710px;
  }

  .tw .sm\:inset-x-143{
    left: 715px;
    right: 715px;
  }

  .tw .sm\:inset-x-144{
    left: 720px;
    right: 720px;
  }

  .tw .sm\:inset-x-145{
    left: 725px;
    right: 725px;
  }

  .tw .sm\:inset-x-146{
    left: 730px;
    right: 730px;
  }

  .tw .sm\:inset-x-147{
    left: 735px;
    right: 735px;
  }

  .tw .sm\:inset-x-148{
    left: 740px;
    right: 740px;
  }

  .tw .sm\:inset-x-149{
    left: 745px;
    right: 745px;
  }

  .tw .sm\:inset-x-auto{
    left: auto;
    right: auto;
  }

  .tw .sm\:inset-x-0\.5{
    left: 3px;
    right: 3px;
  }

  .tw .sm\:inset-x-1px{
    left: 1px;
    right: 1px;
  }

  .tw .sm\:inset-x-2px{
    left: 2px;
    right: 2px;
  }

  .tw .sm\:inset-x-3px{
    left: 3px;
    right: 3px;
  }

  .tw .sm\:inset-x-4px{
    left: 4px;
    right: 4px;
  }

  .tw .sm\:inset-x-5px{
    left: 5px;
    right: 5px;
  }

  .tw .sm\:inset-x-6px{
    left: 6px;
    right: 6px;
  }

  .tw .sm\:inset-x-7px{
    left: 7px;
    right: 7px;
  }

  .tw .sm\:inset-x-8px{
    left: 8px;
    right: 8px;
  }

  .tw .sm\:inset-x-9px{
    left: 9px;
    right: 9px;
  }

  .tw .sm\:inset-x-10px{
    left: 10px;
    right: 10px;
  }

  .tw .sm\:inset-x-11px{
    left: 11px;
    right: 11px;
  }

  .tw .sm\:inset-x-12px{
    left: 12px;
    right: 12px;
  }

  .tw .sm\:inset-x-13px{
    left: 13px;
    right: 13px;
  }

  .tw .sm\:inset-x-14px{
    left: 14px;
    right: 14px;
  }

  .tw .sm\:inset-x-15px{
    left: 15px;
    right: 15px;
  }

  .tw .sm\:inset-x-16px{
    left: 16px;
    right: 16px;
  }

  .tw .sm\:inset-x-17px{
    left: 17px;
    right: 17px;
  }

  .tw .sm\:inset-x-18px{
    left: 18px;
    right: 18px;
  }

  .tw .sm\:inset-x-19px{
    left: 19px;
    right: 19px;
  }

  .tw .sm\:inset-x-20px{
    left: 20px;
    right: 20px;
  }

  .tw .sm\:inset-x-21px{
    left: 21px;
    right: 21px;
  }

  .tw .sm\:inset-x-22px{
    left: 22px;
    right: 22px;
  }

  .tw .sm\:inset-x-23px{
    left: 23px;
    right: 23px;
  }

  .tw .sm\:inset-x-24px{
    left: 24px;
    right: 24px;
  }

  .tw .sm\:inset-x-25px{
    left: 25px;
    right: 25px;
  }

  .tw .sm\:inset-x-26px{
    left: 26px;
    right: 26px;
  }

  .tw .sm\:inset-x-27px{
    left: 27px;
    right: 27px;
  }

  .tw .sm\:inset-x-28px{
    left: 28px;
    right: 28px;
  }

  .tw .sm\:inset-x-29px{
    left: 29px;
    right: 29px;
  }

  .tw .sm\:inset-x-30px{
    left: 30px;
    right: 30px;
  }

  .tw .sm\:inset-x-31px{
    left: 31px;
    right: 31px;
  }

  .tw .sm\:inset-x-32px{
    left: 32px;
    right: 32px;
  }

  .tw .sm\:inset-x-33px{
    left: 33px;
    right: 33px;
  }

  .tw .sm\:inset-x-34px{
    left: 34px;
    right: 34px;
  }

  .tw .sm\:inset-x-35px{
    left: 35px;
    right: 35px;
  }

  .tw .sm\:inset-x-36px{
    left: 36px;
    right: 36px;
  }

  .tw .sm\:inset-x-37px{
    left: 37px;
    right: 37px;
  }

  .tw .sm\:inset-x-38px{
    left: 38px;
    right: 38px;
  }

  .tw .sm\:inset-x-39px{
    left: 39px;
    right: 39px;
  }

  .tw .sm\:inset-x-40px{
    left: 40px;
    right: 40px;
  }

  .tw .sm\:-inset-x-0{
    left: 0px;
    right: 0px;
  }

  .tw .sm\:-inset-x-1{
    left: -5px;
    right: -5px;
  }

  .tw .sm\:-inset-x-2{
    left: -10px;
    right: -10px;
  }

  .tw .sm\:-inset-x-3{
    left: -15px;
    right: -15px;
  }

  .tw .sm\:-inset-x-4{
    left: -20px;
    right: -20px;
  }

  .tw .sm\:-inset-x-5{
    left: -25px;
    right: -25px;
  }

  .tw .sm\:-inset-x-6{
    left: -30px;
    right: -30px;
  }

  .tw .sm\:-inset-x-7{
    left: -35px;
    right: -35px;
  }

  .tw .sm\:-inset-x-8{
    left: -40px;
    right: -40px;
  }

  .tw .sm\:-inset-x-9{
    left: -45px;
    right: -45px;
  }

  .tw .sm\:-inset-x-10{
    left: -50px;
    right: -50px;
  }

  .tw .sm\:-inset-x-11{
    left: -55px;
    right: -55px;
  }

  .tw .sm\:-inset-x-12{
    left: -60px;
    right: -60px;
  }

  .tw .sm\:-inset-x-13{
    left: -65px;
    right: -65px;
  }

  .tw .sm\:-inset-x-14{
    left: -70px;
    right: -70px;
  }

  .tw .sm\:-inset-x-15{
    left: -75px;
    right: -75px;
  }

  .tw .sm\:-inset-x-16{
    left: -80px;
    right: -80px;
  }

  .tw .sm\:-inset-x-17{
    left: -85px;
    right: -85px;
  }

  .tw .sm\:-inset-x-18{
    left: -90px;
    right: -90px;
  }

  .tw .sm\:-inset-x-19{
    left: -95px;
    right: -95px;
  }

  .tw .sm\:-inset-x-20{
    left: -100px;
    right: -100px;
  }

  .tw .sm\:-inset-x-21{
    left: -105px;
    right: -105px;
  }

  .tw .sm\:-inset-x-22{
    left: -110px;
    right: -110px;
  }

  .tw .sm\:-inset-x-23{
    left: -115px;
    right: -115px;
  }

  .tw .sm\:-inset-x-24{
    left: -120px;
    right: -120px;
  }

  .tw .sm\:-inset-x-25{
    left: -125px;
    right: -125px;
  }

  .tw .sm\:-inset-x-26{
    left: -130px;
    right: -130px;
  }

  .tw .sm\:-inset-x-27{
    left: -135px;
    right: -135px;
  }

  .tw .sm\:-inset-x-28{
    left: -140px;
    right: -140px;
  }

  .tw .sm\:-inset-x-29{
    left: -145px;
    right: -145px;
  }

  .tw .sm\:-inset-x-30{
    left: -150px;
    right: -150px;
  }

  .tw .sm\:-inset-x-31{
    left: -155px;
    right: -155px;
  }

  .tw .sm\:-inset-x-32{
    left: -160px;
    right: -160px;
  }

  .tw .sm\:-inset-x-33{
    left: -165px;
    right: -165px;
  }

  .tw .sm\:-inset-x-34{
    left: -170px;
    right: -170px;
  }

  .tw .sm\:-inset-x-35{
    left: -175px;
    right: -175px;
  }

  .tw .sm\:-inset-x-36{
    left: -180px;
    right: -180px;
  }

  .tw .sm\:-inset-x-37{
    left: -185px;
    right: -185px;
  }

  .tw .sm\:-inset-x-38{
    left: -190px;
    right: -190px;
  }

  .tw .sm\:-inset-x-39{
    left: -195px;
    right: -195px;
  }

  .tw .sm\:-inset-x-40{
    left: -200px;
    right: -200px;
  }

  .tw .sm\:-inset-x-41{
    left: -205px;
    right: -205px;
  }

  .tw .sm\:-inset-x-42{
    left: -210px;
    right: -210px;
  }

  .tw .sm\:-inset-x-43{
    left: -215px;
    right: -215px;
  }

  .tw .sm\:-inset-x-44{
    left: -220px;
    right: -220px;
  }

  .tw .sm\:-inset-x-45{
    left: -225px;
    right: -225px;
  }

  .tw .sm\:-inset-x-46{
    left: -230px;
    right: -230px;
  }

  .tw .sm\:-inset-x-47{
    left: -235px;
    right: -235px;
  }

  .tw .sm\:-inset-x-48{
    left: -240px;
    right: -240px;
  }

  .tw .sm\:-inset-x-49{
    left: -245px;
    right: -245px;
  }

  .tw .sm\:-inset-x-50{
    left: -250px;
    right: -250px;
  }

  .tw .sm\:-inset-x-51{
    left: -255px;
    right: -255px;
  }

  .tw .sm\:-inset-x-52{
    left: -260px;
    right: -260px;
  }

  .tw .sm\:-inset-x-53{
    left: -265px;
    right: -265px;
  }

  .tw .sm\:-inset-x-54{
    left: -270px;
    right: -270px;
  }

  .tw .sm\:-inset-x-55{
    left: -275px;
    right: -275px;
  }

  .tw .sm\:-inset-x-56{
    left: -280px;
    right: -280px;
  }

  .tw .sm\:-inset-x-57{
    left: -285px;
    right: -285px;
  }

  .tw .sm\:-inset-x-58{
    left: -290px;
    right: -290px;
  }

  .tw .sm\:-inset-x-59{
    left: -295px;
    right: -295px;
  }

  .tw .sm\:-inset-x-60{
    left: -300px;
    right: -300px;
  }

  .tw .sm\:-inset-x-61{
    left: -305px;
    right: -305px;
  }

  .tw .sm\:-inset-x-62{
    left: -310px;
    right: -310px;
  }

  .tw .sm\:-inset-x-63{
    left: -315px;
    right: -315px;
  }

  .tw .sm\:-inset-x-64{
    left: -320px;
    right: -320px;
  }

  .tw .sm\:-inset-x-65{
    left: -325px;
    right: -325px;
  }

  .tw .sm\:-inset-x-66{
    left: -330px;
    right: -330px;
  }

  .tw .sm\:-inset-x-67{
    left: -335px;
    right: -335px;
  }

  .tw .sm\:-inset-x-68{
    left: -340px;
    right: -340px;
  }

  .tw .sm\:-inset-x-69{
    left: -345px;
    right: -345px;
  }

  .tw .sm\:-inset-x-70{
    left: -350px;
    right: -350px;
  }

  .tw .sm\:-inset-x-71{
    left: -355px;
    right: -355px;
  }

  .tw .sm\:-inset-x-72{
    left: -360px;
    right: -360px;
  }

  .tw .sm\:-inset-x-73{
    left: -365px;
    right: -365px;
  }

  .tw .sm\:-inset-x-74{
    left: -370px;
    right: -370px;
  }

  .tw .sm\:-inset-x-75{
    left: -375px;
    right: -375px;
  }

  .tw .sm\:-inset-x-76{
    left: -380px;
    right: -380px;
  }

  .tw .sm\:-inset-x-77{
    left: -385px;
    right: -385px;
  }

  .tw .sm\:-inset-x-78{
    left: -390px;
    right: -390px;
  }

  .tw .sm\:-inset-x-79{
    left: -395px;
    right: -395px;
  }

  .tw .sm\:-inset-x-80{
    left: -400px;
    right: -400px;
  }

  .tw .sm\:-inset-x-81{
    left: -405px;
    right: -405px;
  }

  .tw .sm\:-inset-x-82{
    left: -410px;
    right: -410px;
  }

  .tw .sm\:-inset-x-83{
    left: -415px;
    right: -415px;
  }

  .tw .sm\:-inset-x-84{
    left: -420px;
    right: -420px;
  }

  .tw .sm\:-inset-x-85{
    left: -425px;
    right: -425px;
  }

  .tw .sm\:-inset-x-86{
    left: -430px;
    right: -430px;
  }

  .tw .sm\:-inset-x-87{
    left: -435px;
    right: -435px;
  }

  .tw .sm\:-inset-x-88{
    left: -440px;
    right: -440px;
  }

  .tw .sm\:-inset-x-89{
    left: -445px;
    right: -445px;
  }

  .tw .sm\:-inset-x-90{
    left: -450px;
    right: -450px;
  }

  .tw .sm\:-inset-x-91{
    left: -455px;
    right: -455px;
  }

  .tw .sm\:-inset-x-92{
    left: -460px;
    right: -460px;
  }

  .tw .sm\:-inset-x-93{
    left: -465px;
    right: -465px;
  }

  .tw .sm\:-inset-x-94{
    left: -470px;
    right: -470px;
  }

  .tw .sm\:-inset-x-95{
    left: -475px;
    right: -475px;
  }

  .tw .sm\:-inset-x-96{
    left: -480px;
    right: -480px;
  }

  .tw .sm\:-inset-x-97{
    left: -485px;
    right: -485px;
  }

  .tw .sm\:-inset-x-98{
    left: -490px;
    right: -490px;
  }

  .tw .sm\:-inset-x-99{
    left: -495px;
    right: -495px;
  }

  .tw .sm\:-inset-x-100{
    left: -500px;
    right: -500px;
  }

  .tw .sm\:-inset-x-101{
    left: -505px;
    right: -505px;
  }

  .tw .sm\:-inset-x-102{
    left: -510px;
    right: -510px;
  }

  .tw .sm\:-inset-x-103{
    left: -515px;
    right: -515px;
  }

  .tw .sm\:-inset-x-104{
    left: -520px;
    right: -520px;
  }

  .tw .sm\:-inset-x-105{
    left: -525px;
    right: -525px;
  }

  .tw .sm\:-inset-x-106{
    left: -530px;
    right: -530px;
  }

  .tw .sm\:-inset-x-107{
    left: -535px;
    right: -535px;
  }

  .tw .sm\:-inset-x-108{
    left: -540px;
    right: -540px;
  }

  .tw .sm\:-inset-x-109{
    left: -545px;
    right: -545px;
  }

  .tw .sm\:-inset-x-110{
    left: -550px;
    right: -550px;
  }

  .tw .sm\:-inset-x-111{
    left: -555px;
    right: -555px;
  }

  .tw .sm\:-inset-x-112{
    left: -560px;
    right: -560px;
  }

  .tw .sm\:-inset-x-113{
    left: -565px;
    right: -565px;
  }

  .tw .sm\:-inset-x-114{
    left: -570px;
    right: -570px;
  }

  .tw .sm\:-inset-x-115{
    left: -575px;
    right: -575px;
  }

  .tw .sm\:-inset-x-116{
    left: -580px;
    right: -580px;
  }

  .tw .sm\:-inset-x-117{
    left: -585px;
    right: -585px;
  }

  .tw .sm\:-inset-x-118{
    left: -590px;
    right: -590px;
  }

  .tw .sm\:-inset-x-119{
    left: -595px;
    right: -595px;
  }

  .tw .sm\:-inset-x-120{
    left: -600px;
    right: -600px;
  }

  .tw .sm\:-inset-x-121{
    left: -605px;
    right: -605px;
  }

  .tw .sm\:-inset-x-122{
    left: -610px;
    right: -610px;
  }

  .tw .sm\:-inset-x-123{
    left: -615px;
    right: -615px;
  }

  .tw .sm\:-inset-x-124{
    left: -620px;
    right: -620px;
  }

  .tw .sm\:-inset-x-125{
    left: -625px;
    right: -625px;
  }

  .tw .sm\:-inset-x-126{
    left: -630px;
    right: -630px;
  }

  .tw .sm\:-inset-x-127{
    left: -635px;
    right: -635px;
  }

  .tw .sm\:-inset-x-128{
    left: -640px;
    right: -640px;
  }

  .tw .sm\:-inset-x-129{
    left: -645px;
    right: -645px;
  }

  .tw .sm\:-inset-x-130{
    left: -650px;
    right: -650px;
  }

  .tw .sm\:-inset-x-131{
    left: -655px;
    right: -655px;
  }

  .tw .sm\:-inset-x-132{
    left: -660px;
    right: -660px;
  }

  .tw .sm\:-inset-x-133{
    left: -665px;
    right: -665px;
  }

  .tw .sm\:-inset-x-134{
    left: -670px;
    right: -670px;
  }

  .tw .sm\:-inset-x-135{
    left: -675px;
    right: -675px;
  }

  .tw .sm\:-inset-x-136{
    left: -680px;
    right: -680px;
  }

  .tw .sm\:-inset-x-137{
    left: -685px;
    right: -685px;
  }

  .tw .sm\:-inset-x-138{
    left: -690px;
    right: -690px;
  }

  .tw .sm\:-inset-x-139{
    left: -695px;
    right: -695px;
  }

  .tw .sm\:-inset-x-140{
    left: -700px;
    right: -700px;
  }

  .tw .sm\:-inset-x-141{
    left: -705px;
    right: -705px;
  }

  .tw .sm\:-inset-x-142{
    left: -710px;
    right: -710px;
  }

  .tw .sm\:-inset-x-143{
    left: -715px;
    right: -715px;
  }

  .tw .sm\:-inset-x-144{
    left: -720px;
    right: -720px;
  }

  .tw .sm\:-inset-x-145{
    left: -725px;
    right: -725px;
  }

  .tw .sm\:-inset-x-146{
    left: -730px;
    right: -730px;
  }

  .tw .sm\:-inset-x-147{
    left: -735px;
    right: -735px;
  }

  .tw .sm\:-inset-x-148{
    left: -740px;
    right: -740px;
  }

  .tw .sm\:-inset-x-149{
    left: -745px;
    right: -745px;
  }

  .tw .sm\:-inset-x-0\.5{
    left: -3px;
    right: -3px;
  }

  .tw .sm\:-inset-x-1px{
    left: -1px;
    right: -1px;
  }

  .tw .sm\:-inset-x-2px{
    left: -2px;
    right: -2px;
  }

  .tw .sm\:-inset-x-3px{
    left: -3px;
    right: -3px;
  }

  .tw .sm\:-inset-x-4px{
    left: -4px;
    right: -4px;
  }

  .tw .sm\:-inset-x-5px{
    left: -5px;
    right: -5px;
  }

  .tw .sm\:-inset-x-6px{
    left: -6px;
    right: -6px;
  }

  .tw .sm\:-inset-x-7px{
    left: -7px;
    right: -7px;
  }

  .tw .sm\:-inset-x-8px{
    left: -8px;
    right: -8px;
  }

  .tw .sm\:-inset-x-9px{
    left: -9px;
    right: -9px;
  }

  .tw .sm\:-inset-x-10px{
    left: -10px;
    right: -10px;
  }

  .tw .sm\:-inset-x-11px{
    left: -11px;
    right: -11px;
  }

  .tw .sm\:-inset-x-12px{
    left: -12px;
    right: -12px;
  }

  .tw .sm\:-inset-x-13px{
    left: -13px;
    right: -13px;
  }

  .tw .sm\:-inset-x-14px{
    left: -14px;
    right: -14px;
  }

  .tw .sm\:-inset-x-15px{
    left: -15px;
    right: -15px;
  }

  .tw .sm\:-inset-x-16px{
    left: -16px;
    right: -16px;
  }

  .tw .sm\:-inset-x-17px{
    left: -17px;
    right: -17px;
  }

  .tw .sm\:-inset-x-18px{
    left: -18px;
    right: -18px;
  }

  .tw .sm\:-inset-x-19px{
    left: -19px;
    right: -19px;
  }

  .tw .sm\:-inset-x-20px{
    left: -20px;
    right: -20px;
  }

  .tw .sm\:-inset-x-21px{
    left: -21px;
    right: -21px;
  }

  .tw .sm\:-inset-x-22px{
    left: -22px;
    right: -22px;
  }

  .tw .sm\:-inset-x-23px{
    left: -23px;
    right: -23px;
  }

  .tw .sm\:-inset-x-24px{
    left: -24px;
    right: -24px;
  }

  .tw .sm\:-inset-x-25px{
    left: -25px;
    right: -25px;
  }

  .tw .sm\:-inset-x-26px{
    left: -26px;
    right: -26px;
  }

  .tw .sm\:-inset-x-27px{
    left: -27px;
    right: -27px;
  }

  .tw .sm\:-inset-x-28px{
    left: -28px;
    right: -28px;
  }

  .tw .sm\:-inset-x-29px{
    left: -29px;
    right: -29px;
  }

  .tw .sm\:-inset-x-30px{
    left: -30px;
    right: -30px;
  }

  .tw .sm\:-inset-x-31px{
    left: -31px;
    right: -31px;
  }

  .tw .sm\:-inset-x-32px{
    left: -32px;
    right: -32px;
  }

  .tw .sm\:-inset-x-33px{
    left: -33px;
    right: -33px;
  }

  .tw .sm\:-inset-x-34px{
    left: -34px;
    right: -34px;
  }

  .tw .sm\:-inset-x-35px{
    left: -35px;
    right: -35px;
  }

  .tw .sm\:-inset-x-36px{
    left: -36px;
    right: -36px;
  }

  .tw .sm\:-inset-x-37px{
    left: -37px;
    right: -37px;
  }

  .tw .sm\:-inset-x-38px{
    left: -38px;
    right: -38px;
  }

  .tw .sm\:-inset-x-39px{
    left: -39px;
    right: -39px;
  }

  .tw .sm\:-inset-x-40px{
    left: -40px;
    right: -40px;
  }

  .tw .sm\:inset-x-1\/2{
    left: 50%;
    right: 50%;
  }

  .tw .sm\:inset-x-1\/3{
    left: 33.333333%;
    right: 33.333333%;
  }

  .tw .sm\:inset-x-2\/3{
    left: 66.666667%;
    right: 66.666667%;
  }

  .tw .sm\:inset-x-1\/4{
    left: 25%;
    right: 25%;
  }

  .tw .sm\:inset-x-2\/4{
    left: 50%;
    right: 50%;
  }

  .tw .sm\:inset-x-3\/4{
    left: 75%;
    right: 75%;
  }

  .tw .sm\:inset-x-full{
    left: 100%;
    right: 100%;
  }

  .tw .sm\:-inset-x-1\/2{
    left: -50%;
    right: -50%;
  }

  .tw .sm\:-inset-x-1\/3{
    left: -33.333333%;
    right: -33.333333%;
  }

  .tw .sm\:-inset-x-2\/3{
    left: -66.666667%;
    right: -66.666667%;
  }

  .tw .sm\:-inset-x-1\/4{
    left: -25%;
    right: -25%;
  }

  .tw .sm\:-inset-x-2\/4{
    left: -50%;
    right: -50%;
  }

  .tw .sm\:-inset-x-3\/4{
    left: -75%;
    right: -75%;
  }

  .tw .sm\:-inset-x-full{
    left: -100%;
    right: -100%;
  }

  .tw .sm\:inset-y-0{
    top: 0px;
    bottom: 0px;
  }

  .tw .sm\:inset-y-1{
    top: 5px;
    bottom: 5px;
  }

  .tw .sm\:inset-y-2{
    top: 10px;
    bottom: 10px;
  }

  .tw .sm\:inset-y-3{
    top: 15px;
    bottom: 15px;
  }

  .tw .sm\:inset-y-4{
    top: 20px;
    bottom: 20px;
  }

  .tw .sm\:inset-y-5{
    top: 25px;
    bottom: 25px;
  }

  .tw .sm\:inset-y-6{
    top: 30px;
    bottom: 30px;
  }

  .tw .sm\:inset-y-7{
    top: 35px;
    bottom: 35px;
  }

  .tw .sm\:inset-y-8{
    top: 40px;
    bottom: 40px;
  }

  .tw .sm\:inset-y-9{
    top: 45px;
    bottom: 45px;
  }

  .tw .sm\:inset-y-10{
    top: 50px;
    bottom: 50px;
  }

  .tw .sm\:inset-y-11{
    top: 55px;
    bottom: 55px;
  }

  .tw .sm\:inset-y-12{
    top: 60px;
    bottom: 60px;
  }

  .tw .sm\:inset-y-13{
    top: 65px;
    bottom: 65px;
  }

  .tw .sm\:inset-y-14{
    top: 70px;
    bottom: 70px;
  }

  .tw .sm\:inset-y-15{
    top: 75px;
    bottom: 75px;
  }

  .tw .sm\:inset-y-16{
    top: 80px;
    bottom: 80px;
  }

  .tw .sm\:inset-y-17{
    top: 85px;
    bottom: 85px;
  }

  .tw .sm\:inset-y-18{
    top: 90px;
    bottom: 90px;
  }

  .tw .sm\:inset-y-19{
    top: 95px;
    bottom: 95px;
  }

  .tw .sm\:inset-y-20{
    top: 100px;
    bottom: 100px;
  }

  .tw .sm\:inset-y-21{
    top: 105px;
    bottom: 105px;
  }

  .tw .sm\:inset-y-22{
    top: 110px;
    bottom: 110px;
  }

  .tw .sm\:inset-y-23{
    top: 115px;
    bottom: 115px;
  }

  .tw .sm\:inset-y-24{
    top: 120px;
    bottom: 120px;
  }

  .tw .sm\:inset-y-25{
    top: 125px;
    bottom: 125px;
  }

  .tw .sm\:inset-y-26{
    top: 130px;
    bottom: 130px;
  }

  .tw .sm\:inset-y-27{
    top: 135px;
    bottom: 135px;
  }

  .tw .sm\:inset-y-28{
    top: 140px;
    bottom: 140px;
  }

  .tw .sm\:inset-y-29{
    top: 145px;
    bottom: 145px;
  }

  .tw .sm\:inset-y-30{
    top: 150px;
    bottom: 150px;
  }

  .tw .sm\:inset-y-31{
    top: 155px;
    bottom: 155px;
  }

  .tw .sm\:inset-y-32{
    top: 160px;
    bottom: 160px;
  }

  .tw .sm\:inset-y-33{
    top: 165px;
    bottom: 165px;
  }

  .tw .sm\:inset-y-34{
    top: 170px;
    bottom: 170px;
  }

  .tw .sm\:inset-y-35{
    top: 175px;
    bottom: 175px;
  }

  .tw .sm\:inset-y-36{
    top: 180px;
    bottom: 180px;
  }

  .tw .sm\:inset-y-37{
    top: 185px;
    bottom: 185px;
  }

  .tw .sm\:inset-y-38{
    top: 190px;
    bottom: 190px;
  }

  .tw .sm\:inset-y-39{
    top: 195px;
    bottom: 195px;
  }

  .tw .sm\:inset-y-40{
    top: 200px;
    bottom: 200px;
  }

  .tw .sm\:inset-y-41{
    top: 205px;
    bottom: 205px;
  }

  .tw .sm\:inset-y-42{
    top: 210px;
    bottom: 210px;
  }

  .tw .sm\:inset-y-43{
    top: 215px;
    bottom: 215px;
  }

  .tw .sm\:inset-y-44{
    top: 220px;
    bottom: 220px;
  }

  .tw .sm\:inset-y-45{
    top: 225px;
    bottom: 225px;
  }

  .tw .sm\:inset-y-46{
    top: 230px;
    bottom: 230px;
  }

  .tw .sm\:inset-y-47{
    top: 235px;
    bottom: 235px;
  }

  .tw .sm\:inset-y-48{
    top: 240px;
    bottom: 240px;
  }

  .tw .sm\:inset-y-49{
    top: 245px;
    bottom: 245px;
  }

  .tw .sm\:inset-y-50{
    top: 250px;
    bottom: 250px;
  }

  .tw .sm\:inset-y-51{
    top: 255px;
    bottom: 255px;
  }

  .tw .sm\:inset-y-52{
    top: 260px;
    bottom: 260px;
  }

  .tw .sm\:inset-y-53{
    top: 265px;
    bottom: 265px;
  }

  .tw .sm\:inset-y-54{
    top: 270px;
    bottom: 270px;
  }

  .tw .sm\:inset-y-55{
    top: 275px;
    bottom: 275px;
  }

  .tw .sm\:inset-y-56{
    top: 280px;
    bottom: 280px;
  }

  .tw .sm\:inset-y-57{
    top: 285px;
    bottom: 285px;
  }

  .tw .sm\:inset-y-58{
    top: 290px;
    bottom: 290px;
  }

  .tw .sm\:inset-y-59{
    top: 295px;
    bottom: 295px;
  }

  .tw .sm\:inset-y-60{
    top: 300px;
    bottom: 300px;
  }

  .tw .sm\:inset-y-61{
    top: 305px;
    bottom: 305px;
  }

  .tw .sm\:inset-y-62{
    top: 310px;
    bottom: 310px;
  }

  .tw .sm\:inset-y-63{
    top: 315px;
    bottom: 315px;
  }

  .tw .sm\:inset-y-64{
    top: 320px;
    bottom: 320px;
  }

  .tw .sm\:inset-y-65{
    top: 325px;
    bottom: 325px;
  }

  .tw .sm\:inset-y-66{
    top: 330px;
    bottom: 330px;
  }

  .tw .sm\:inset-y-67{
    top: 335px;
    bottom: 335px;
  }

  .tw .sm\:inset-y-68{
    top: 340px;
    bottom: 340px;
  }

  .tw .sm\:inset-y-69{
    top: 345px;
    bottom: 345px;
  }

  .tw .sm\:inset-y-70{
    top: 350px;
    bottom: 350px;
  }

  .tw .sm\:inset-y-71{
    top: 355px;
    bottom: 355px;
  }

  .tw .sm\:inset-y-72{
    top: 360px;
    bottom: 360px;
  }

  .tw .sm\:inset-y-73{
    top: 365px;
    bottom: 365px;
  }

  .tw .sm\:inset-y-74{
    top: 370px;
    bottom: 370px;
  }

  .tw .sm\:inset-y-75{
    top: 375px;
    bottom: 375px;
  }

  .tw .sm\:inset-y-76{
    top: 380px;
    bottom: 380px;
  }

  .tw .sm\:inset-y-77{
    top: 385px;
    bottom: 385px;
  }

  .tw .sm\:inset-y-78{
    top: 390px;
    bottom: 390px;
  }

  .tw .sm\:inset-y-79{
    top: 395px;
    bottom: 395px;
  }

  .tw .sm\:inset-y-80{
    top: 400px;
    bottom: 400px;
  }

  .tw .sm\:inset-y-81{
    top: 405px;
    bottom: 405px;
  }

  .tw .sm\:inset-y-82{
    top: 410px;
    bottom: 410px;
  }

  .tw .sm\:inset-y-83{
    top: 415px;
    bottom: 415px;
  }

  .tw .sm\:inset-y-84{
    top: 420px;
    bottom: 420px;
  }

  .tw .sm\:inset-y-85{
    top: 425px;
    bottom: 425px;
  }

  .tw .sm\:inset-y-86{
    top: 430px;
    bottom: 430px;
  }

  .tw .sm\:inset-y-87{
    top: 435px;
    bottom: 435px;
  }

  .tw .sm\:inset-y-88{
    top: 440px;
    bottom: 440px;
  }

  .tw .sm\:inset-y-89{
    top: 445px;
    bottom: 445px;
  }

  .tw .sm\:inset-y-90{
    top: 450px;
    bottom: 450px;
  }

  .tw .sm\:inset-y-91{
    top: 455px;
    bottom: 455px;
  }

  .tw .sm\:inset-y-92{
    top: 460px;
    bottom: 460px;
  }

  .tw .sm\:inset-y-93{
    top: 465px;
    bottom: 465px;
  }

  .tw .sm\:inset-y-94{
    top: 470px;
    bottom: 470px;
  }

  .tw .sm\:inset-y-95{
    top: 475px;
    bottom: 475px;
  }

  .tw .sm\:inset-y-96{
    top: 480px;
    bottom: 480px;
  }

  .tw .sm\:inset-y-97{
    top: 485px;
    bottom: 485px;
  }

  .tw .sm\:inset-y-98{
    top: 490px;
    bottom: 490px;
  }

  .tw .sm\:inset-y-99{
    top: 495px;
    bottom: 495px;
  }

  .tw .sm\:inset-y-100{
    top: 500px;
    bottom: 500px;
  }

  .tw .sm\:inset-y-101{
    top: 505px;
    bottom: 505px;
  }

  .tw .sm\:inset-y-102{
    top: 510px;
    bottom: 510px;
  }

  .tw .sm\:inset-y-103{
    top: 515px;
    bottom: 515px;
  }

  .tw .sm\:inset-y-104{
    top: 520px;
    bottom: 520px;
  }

  .tw .sm\:inset-y-105{
    top: 525px;
    bottom: 525px;
  }

  .tw .sm\:inset-y-106{
    top: 530px;
    bottom: 530px;
  }

  .tw .sm\:inset-y-107{
    top: 535px;
    bottom: 535px;
  }

  .tw .sm\:inset-y-108{
    top: 540px;
    bottom: 540px;
  }

  .tw .sm\:inset-y-109{
    top: 545px;
    bottom: 545px;
  }

  .tw .sm\:inset-y-110{
    top: 550px;
    bottom: 550px;
  }

  .tw .sm\:inset-y-111{
    top: 555px;
    bottom: 555px;
  }

  .tw .sm\:inset-y-112{
    top: 560px;
    bottom: 560px;
  }

  .tw .sm\:inset-y-113{
    top: 565px;
    bottom: 565px;
  }

  .tw .sm\:inset-y-114{
    top: 570px;
    bottom: 570px;
  }

  .tw .sm\:inset-y-115{
    top: 575px;
    bottom: 575px;
  }

  .tw .sm\:inset-y-116{
    top: 580px;
    bottom: 580px;
  }

  .tw .sm\:inset-y-117{
    top: 585px;
    bottom: 585px;
  }

  .tw .sm\:inset-y-118{
    top: 590px;
    bottom: 590px;
  }

  .tw .sm\:inset-y-119{
    top: 595px;
    bottom: 595px;
  }

  .tw .sm\:inset-y-120{
    top: 600px;
    bottom: 600px;
  }

  .tw .sm\:inset-y-121{
    top: 605px;
    bottom: 605px;
  }

  .tw .sm\:inset-y-122{
    top: 610px;
    bottom: 610px;
  }

  .tw .sm\:inset-y-123{
    top: 615px;
    bottom: 615px;
  }

  .tw .sm\:inset-y-124{
    top: 620px;
    bottom: 620px;
  }

  .tw .sm\:inset-y-125{
    top: 625px;
    bottom: 625px;
  }

  .tw .sm\:inset-y-126{
    top: 630px;
    bottom: 630px;
  }

  .tw .sm\:inset-y-127{
    top: 635px;
    bottom: 635px;
  }

  .tw .sm\:inset-y-128{
    top: 640px;
    bottom: 640px;
  }

  .tw .sm\:inset-y-129{
    top: 645px;
    bottom: 645px;
  }

  .tw .sm\:inset-y-130{
    top: 650px;
    bottom: 650px;
  }

  .tw .sm\:inset-y-131{
    top: 655px;
    bottom: 655px;
  }

  .tw .sm\:inset-y-132{
    top: 660px;
    bottom: 660px;
  }

  .tw .sm\:inset-y-133{
    top: 665px;
    bottom: 665px;
  }

  .tw .sm\:inset-y-134{
    top: 670px;
    bottom: 670px;
  }

  .tw .sm\:inset-y-135{
    top: 675px;
    bottom: 675px;
  }

  .tw .sm\:inset-y-136{
    top: 680px;
    bottom: 680px;
  }

  .tw .sm\:inset-y-137{
    top: 685px;
    bottom: 685px;
  }

  .tw .sm\:inset-y-138{
    top: 690px;
    bottom: 690px;
  }

  .tw .sm\:inset-y-139{
    top: 695px;
    bottom: 695px;
  }

  .tw .sm\:inset-y-140{
    top: 700px;
    bottom: 700px;
  }

  .tw .sm\:inset-y-141{
    top: 705px;
    bottom: 705px;
  }

  .tw .sm\:inset-y-142{
    top: 710px;
    bottom: 710px;
  }

  .tw .sm\:inset-y-143{
    top: 715px;
    bottom: 715px;
  }

  .tw .sm\:inset-y-144{
    top: 720px;
    bottom: 720px;
  }

  .tw .sm\:inset-y-145{
    top: 725px;
    bottom: 725px;
  }

  .tw .sm\:inset-y-146{
    top: 730px;
    bottom: 730px;
  }

  .tw .sm\:inset-y-147{
    top: 735px;
    bottom: 735px;
  }

  .tw .sm\:inset-y-148{
    top: 740px;
    bottom: 740px;
  }

  .tw .sm\:inset-y-149{
    top: 745px;
    bottom: 745px;
  }

  .tw .sm\:inset-y-auto{
    top: auto;
    bottom: auto;
  }

  .tw .sm\:inset-y-0\.5{
    top: 3px;
    bottom: 3px;
  }

  .tw .sm\:inset-y-1px{
    top: 1px;
    bottom: 1px;
  }

  .tw .sm\:inset-y-2px{
    top: 2px;
    bottom: 2px;
  }

  .tw .sm\:inset-y-3px{
    top: 3px;
    bottom: 3px;
  }

  .tw .sm\:inset-y-4px{
    top: 4px;
    bottom: 4px;
  }

  .tw .sm\:inset-y-5px{
    top: 5px;
    bottom: 5px;
  }

  .tw .sm\:inset-y-6px{
    top: 6px;
    bottom: 6px;
  }

  .tw .sm\:inset-y-7px{
    top: 7px;
    bottom: 7px;
  }

  .tw .sm\:inset-y-8px{
    top: 8px;
    bottom: 8px;
  }

  .tw .sm\:inset-y-9px{
    top: 9px;
    bottom: 9px;
  }

  .tw .sm\:inset-y-10px{
    top: 10px;
    bottom: 10px;
  }

  .tw .sm\:inset-y-11px{
    top: 11px;
    bottom: 11px;
  }

  .tw .sm\:inset-y-12px{
    top: 12px;
    bottom: 12px;
  }

  .tw .sm\:inset-y-13px{
    top: 13px;
    bottom: 13px;
  }

  .tw .sm\:inset-y-14px{
    top: 14px;
    bottom: 14px;
  }

  .tw .sm\:inset-y-15px{
    top: 15px;
    bottom: 15px;
  }

  .tw .sm\:inset-y-16px{
    top: 16px;
    bottom: 16px;
  }

  .tw .sm\:inset-y-17px{
    top: 17px;
    bottom: 17px;
  }

  .tw .sm\:inset-y-18px{
    top: 18px;
    bottom: 18px;
  }

  .tw .sm\:inset-y-19px{
    top: 19px;
    bottom: 19px;
  }

  .tw .sm\:inset-y-20px{
    top: 20px;
    bottom: 20px;
  }

  .tw .sm\:inset-y-21px{
    top: 21px;
    bottom: 21px;
  }

  .tw .sm\:inset-y-22px{
    top: 22px;
    bottom: 22px;
  }

  .tw .sm\:inset-y-23px{
    top: 23px;
    bottom: 23px;
  }

  .tw .sm\:inset-y-24px{
    top: 24px;
    bottom: 24px;
  }

  .tw .sm\:inset-y-25px{
    top: 25px;
    bottom: 25px;
  }

  .tw .sm\:inset-y-26px{
    top: 26px;
    bottom: 26px;
  }

  .tw .sm\:inset-y-27px{
    top: 27px;
    bottom: 27px;
  }

  .tw .sm\:inset-y-28px{
    top: 28px;
    bottom: 28px;
  }

  .tw .sm\:inset-y-29px{
    top: 29px;
    bottom: 29px;
  }

  .tw .sm\:inset-y-30px{
    top: 30px;
    bottom: 30px;
  }

  .tw .sm\:inset-y-31px{
    top: 31px;
    bottom: 31px;
  }

  .tw .sm\:inset-y-32px{
    top: 32px;
    bottom: 32px;
  }

  .tw .sm\:inset-y-33px{
    top: 33px;
    bottom: 33px;
  }

  .tw .sm\:inset-y-34px{
    top: 34px;
    bottom: 34px;
  }

  .tw .sm\:inset-y-35px{
    top: 35px;
    bottom: 35px;
  }

  .tw .sm\:inset-y-36px{
    top: 36px;
    bottom: 36px;
  }

  .tw .sm\:inset-y-37px{
    top: 37px;
    bottom: 37px;
  }

  .tw .sm\:inset-y-38px{
    top: 38px;
    bottom: 38px;
  }

  .tw .sm\:inset-y-39px{
    top: 39px;
    bottom: 39px;
  }

  .tw .sm\:inset-y-40px{
    top: 40px;
    bottom: 40px;
  }

  .tw .sm\:-inset-y-0{
    top: 0px;
    bottom: 0px;
  }

  .tw .sm\:-inset-y-1{
    top: -5px;
    bottom: -5px;
  }

  .tw .sm\:-inset-y-2{
    top: -10px;
    bottom: -10px;
  }

  .tw .sm\:-inset-y-3{
    top: -15px;
    bottom: -15px;
  }

  .tw .sm\:-inset-y-4{
    top: -20px;
    bottom: -20px;
  }

  .tw .sm\:-inset-y-5{
    top: -25px;
    bottom: -25px;
  }

  .tw .sm\:-inset-y-6{
    top: -30px;
    bottom: -30px;
  }

  .tw .sm\:-inset-y-7{
    top: -35px;
    bottom: -35px;
  }

  .tw .sm\:-inset-y-8{
    top: -40px;
    bottom: -40px;
  }

  .tw .sm\:-inset-y-9{
    top: -45px;
    bottom: -45px;
  }

  .tw .sm\:-inset-y-10{
    top: -50px;
    bottom: -50px;
  }

  .tw .sm\:-inset-y-11{
    top: -55px;
    bottom: -55px;
  }

  .tw .sm\:-inset-y-12{
    top: -60px;
    bottom: -60px;
  }

  .tw .sm\:-inset-y-13{
    top: -65px;
    bottom: -65px;
  }

  .tw .sm\:-inset-y-14{
    top: -70px;
    bottom: -70px;
  }

  .tw .sm\:-inset-y-15{
    top: -75px;
    bottom: -75px;
  }

  .tw .sm\:-inset-y-16{
    top: -80px;
    bottom: -80px;
  }

  .tw .sm\:-inset-y-17{
    top: -85px;
    bottom: -85px;
  }

  .tw .sm\:-inset-y-18{
    top: -90px;
    bottom: -90px;
  }

  .tw .sm\:-inset-y-19{
    top: -95px;
    bottom: -95px;
  }

  .tw .sm\:-inset-y-20{
    top: -100px;
    bottom: -100px;
  }

  .tw .sm\:-inset-y-21{
    top: -105px;
    bottom: -105px;
  }

  .tw .sm\:-inset-y-22{
    top: -110px;
    bottom: -110px;
  }

  .tw .sm\:-inset-y-23{
    top: -115px;
    bottom: -115px;
  }

  .tw .sm\:-inset-y-24{
    top: -120px;
    bottom: -120px;
  }

  .tw .sm\:-inset-y-25{
    top: -125px;
    bottom: -125px;
  }

  .tw .sm\:-inset-y-26{
    top: -130px;
    bottom: -130px;
  }

  .tw .sm\:-inset-y-27{
    top: -135px;
    bottom: -135px;
  }

  .tw .sm\:-inset-y-28{
    top: -140px;
    bottom: -140px;
  }

  .tw .sm\:-inset-y-29{
    top: -145px;
    bottom: -145px;
  }

  .tw .sm\:-inset-y-30{
    top: -150px;
    bottom: -150px;
  }

  .tw .sm\:-inset-y-31{
    top: -155px;
    bottom: -155px;
  }

  .tw .sm\:-inset-y-32{
    top: -160px;
    bottom: -160px;
  }

  .tw .sm\:-inset-y-33{
    top: -165px;
    bottom: -165px;
  }

  .tw .sm\:-inset-y-34{
    top: -170px;
    bottom: -170px;
  }

  .tw .sm\:-inset-y-35{
    top: -175px;
    bottom: -175px;
  }

  .tw .sm\:-inset-y-36{
    top: -180px;
    bottom: -180px;
  }

  .tw .sm\:-inset-y-37{
    top: -185px;
    bottom: -185px;
  }

  .tw .sm\:-inset-y-38{
    top: -190px;
    bottom: -190px;
  }

  .tw .sm\:-inset-y-39{
    top: -195px;
    bottom: -195px;
  }

  .tw .sm\:-inset-y-40{
    top: -200px;
    bottom: -200px;
  }

  .tw .sm\:-inset-y-41{
    top: -205px;
    bottom: -205px;
  }

  .tw .sm\:-inset-y-42{
    top: -210px;
    bottom: -210px;
  }

  .tw .sm\:-inset-y-43{
    top: -215px;
    bottom: -215px;
  }

  .tw .sm\:-inset-y-44{
    top: -220px;
    bottom: -220px;
  }

  .tw .sm\:-inset-y-45{
    top: -225px;
    bottom: -225px;
  }

  .tw .sm\:-inset-y-46{
    top: -230px;
    bottom: -230px;
  }

  .tw .sm\:-inset-y-47{
    top: -235px;
    bottom: -235px;
  }

  .tw .sm\:-inset-y-48{
    top: -240px;
    bottom: -240px;
  }

  .tw .sm\:-inset-y-49{
    top: -245px;
    bottom: -245px;
  }

  .tw .sm\:-inset-y-50{
    top: -250px;
    bottom: -250px;
  }

  .tw .sm\:-inset-y-51{
    top: -255px;
    bottom: -255px;
  }

  .tw .sm\:-inset-y-52{
    top: -260px;
    bottom: -260px;
  }

  .tw .sm\:-inset-y-53{
    top: -265px;
    bottom: -265px;
  }

  .tw .sm\:-inset-y-54{
    top: -270px;
    bottom: -270px;
  }

  .tw .sm\:-inset-y-55{
    top: -275px;
    bottom: -275px;
  }

  .tw .sm\:-inset-y-56{
    top: -280px;
    bottom: -280px;
  }

  .tw .sm\:-inset-y-57{
    top: -285px;
    bottom: -285px;
  }

  .tw .sm\:-inset-y-58{
    top: -290px;
    bottom: -290px;
  }

  .tw .sm\:-inset-y-59{
    top: -295px;
    bottom: -295px;
  }

  .tw .sm\:-inset-y-60{
    top: -300px;
    bottom: -300px;
  }

  .tw .sm\:-inset-y-61{
    top: -305px;
    bottom: -305px;
  }

  .tw .sm\:-inset-y-62{
    top: -310px;
    bottom: -310px;
  }

  .tw .sm\:-inset-y-63{
    top: -315px;
    bottom: -315px;
  }

  .tw .sm\:-inset-y-64{
    top: -320px;
    bottom: -320px;
  }

  .tw .sm\:-inset-y-65{
    top: -325px;
    bottom: -325px;
  }

  .tw .sm\:-inset-y-66{
    top: -330px;
    bottom: -330px;
  }

  .tw .sm\:-inset-y-67{
    top: -335px;
    bottom: -335px;
  }

  .tw .sm\:-inset-y-68{
    top: -340px;
    bottom: -340px;
  }

  .tw .sm\:-inset-y-69{
    top: -345px;
    bottom: -345px;
  }

  .tw .sm\:-inset-y-70{
    top: -350px;
    bottom: -350px;
  }

  .tw .sm\:-inset-y-71{
    top: -355px;
    bottom: -355px;
  }

  .tw .sm\:-inset-y-72{
    top: -360px;
    bottom: -360px;
  }

  .tw .sm\:-inset-y-73{
    top: -365px;
    bottom: -365px;
  }

  .tw .sm\:-inset-y-74{
    top: -370px;
    bottom: -370px;
  }

  .tw .sm\:-inset-y-75{
    top: -375px;
    bottom: -375px;
  }

  .tw .sm\:-inset-y-76{
    top: -380px;
    bottom: -380px;
  }

  .tw .sm\:-inset-y-77{
    top: -385px;
    bottom: -385px;
  }

  .tw .sm\:-inset-y-78{
    top: -390px;
    bottom: -390px;
  }

  .tw .sm\:-inset-y-79{
    top: -395px;
    bottom: -395px;
  }

  .tw .sm\:-inset-y-80{
    top: -400px;
    bottom: -400px;
  }

  .tw .sm\:-inset-y-81{
    top: -405px;
    bottom: -405px;
  }

  .tw .sm\:-inset-y-82{
    top: -410px;
    bottom: -410px;
  }

  .tw .sm\:-inset-y-83{
    top: -415px;
    bottom: -415px;
  }

  .tw .sm\:-inset-y-84{
    top: -420px;
    bottom: -420px;
  }

  .tw .sm\:-inset-y-85{
    top: -425px;
    bottom: -425px;
  }

  .tw .sm\:-inset-y-86{
    top: -430px;
    bottom: -430px;
  }

  .tw .sm\:-inset-y-87{
    top: -435px;
    bottom: -435px;
  }

  .tw .sm\:-inset-y-88{
    top: -440px;
    bottom: -440px;
  }

  .tw .sm\:-inset-y-89{
    top: -445px;
    bottom: -445px;
  }

  .tw .sm\:-inset-y-90{
    top: -450px;
    bottom: -450px;
  }

  .tw .sm\:-inset-y-91{
    top: -455px;
    bottom: -455px;
  }

  .tw .sm\:-inset-y-92{
    top: -460px;
    bottom: -460px;
  }

  .tw .sm\:-inset-y-93{
    top: -465px;
    bottom: -465px;
  }

  .tw .sm\:-inset-y-94{
    top: -470px;
    bottom: -470px;
  }

  .tw .sm\:-inset-y-95{
    top: -475px;
    bottom: -475px;
  }

  .tw .sm\:-inset-y-96{
    top: -480px;
    bottom: -480px;
  }

  .tw .sm\:-inset-y-97{
    top: -485px;
    bottom: -485px;
  }

  .tw .sm\:-inset-y-98{
    top: -490px;
    bottom: -490px;
  }

  .tw .sm\:-inset-y-99{
    top: -495px;
    bottom: -495px;
  }

  .tw .sm\:-inset-y-100{
    top: -500px;
    bottom: -500px;
  }

  .tw .sm\:-inset-y-101{
    top: -505px;
    bottom: -505px;
  }

  .tw .sm\:-inset-y-102{
    top: -510px;
    bottom: -510px;
  }

  .tw .sm\:-inset-y-103{
    top: -515px;
    bottom: -515px;
  }

  .tw .sm\:-inset-y-104{
    top: -520px;
    bottom: -520px;
  }

  .tw .sm\:-inset-y-105{
    top: -525px;
    bottom: -525px;
  }

  .tw .sm\:-inset-y-106{
    top: -530px;
    bottom: -530px;
  }

  .tw .sm\:-inset-y-107{
    top: -535px;
    bottom: -535px;
  }

  .tw .sm\:-inset-y-108{
    top: -540px;
    bottom: -540px;
  }

  .tw .sm\:-inset-y-109{
    top: -545px;
    bottom: -545px;
  }

  .tw .sm\:-inset-y-110{
    top: -550px;
    bottom: -550px;
  }

  .tw .sm\:-inset-y-111{
    top: -555px;
    bottom: -555px;
  }

  .tw .sm\:-inset-y-112{
    top: -560px;
    bottom: -560px;
  }

  .tw .sm\:-inset-y-113{
    top: -565px;
    bottom: -565px;
  }

  .tw .sm\:-inset-y-114{
    top: -570px;
    bottom: -570px;
  }

  .tw .sm\:-inset-y-115{
    top: -575px;
    bottom: -575px;
  }

  .tw .sm\:-inset-y-116{
    top: -580px;
    bottom: -580px;
  }

  .tw .sm\:-inset-y-117{
    top: -585px;
    bottom: -585px;
  }

  .tw .sm\:-inset-y-118{
    top: -590px;
    bottom: -590px;
  }

  .tw .sm\:-inset-y-119{
    top: -595px;
    bottom: -595px;
  }

  .tw .sm\:-inset-y-120{
    top: -600px;
    bottom: -600px;
  }

  .tw .sm\:-inset-y-121{
    top: -605px;
    bottom: -605px;
  }

  .tw .sm\:-inset-y-122{
    top: -610px;
    bottom: -610px;
  }

  .tw .sm\:-inset-y-123{
    top: -615px;
    bottom: -615px;
  }

  .tw .sm\:-inset-y-124{
    top: -620px;
    bottom: -620px;
  }

  .tw .sm\:-inset-y-125{
    top: -625px;
    bottom: -625px;
  }

  .tw .sm\:-inset-y-126{
    top: -630px;
    bottom: -630px;
  }

  .tw .sm\:-inset-y-127{
    top: -635px;
    bottom: -635px;
  }

  .tw .sm\:-inset-y-128{
    top: -640px;
    bottom: -640px;
  }

  .tw .sm\:-inset-y-129{
    top: -645px;
    bottom: -645px;
  }

  .tw .sm\:-inset-y-130{
    top: -650px;
    bottom: -650px;
  }

  .tw .sm\:-inset-y-131{
    top: -655px;
    bottom: -655px;
  }

  .tw .sm\:-inset-y-132{
    top: -660px;
    bottom: -660px;
  }

  .tw .sm\:-inset-y-133{
    top: -665px;
    bottom: -665px;
  }

  .tw .sm\:-inset-y-134{
    top: -670px;
    bottom: -670px;
  }

  .tw .sm\:-inset-y-135{
    top: -675px;
    bottom: -675px;
  }

  .tw .sm\:-inset-y-136{
    top: -680px;
    bottom: -680px;
  }

  .tw .sm\:-inset-y-137{
    top: -685px;
    bottom: -685px;
  }

  .tw .sm\:-inset-y-138{
    top: -690px;
    bottom: -690px;
  }

  .tw .sm\:-inset-y-139{
    top: -695px;
    bottom: -695px;
  }

  .tw .sm\:-inset-y-140{
    top: -700px;
    bottom: -700px;
  }

  .tw .sm\:-inset-y-141{
    top: -705px;
    bottom: -705px;
  }

  .tw .sm\:-inset-y-142{
    top: -710px;
    bottom: -710px;
  }

  .tw .sm\:-inset-y-143{
    top: -715px;
    bottom: -715px;
  }

  .tw .sm\:-inset-y-144{
    top: -720px;
    bottom: -720px;
  }

  .tw .sm\:-inset-y-145{
    top: -725px;
    bottom: -725px;
  }

  .tw .sm\:-inset-y-146{
    top: -730px;
    bottom: -730px;
  }

  .tw .sm\:-inset-y-147{
    top: -735px;
    bottom: -735px;
  }

  .tw .sm\:-inset-y-148{
    top: -740px;
    bottom: -740px;
  }

  .tw .sm\:-inset-y-149{
    top: -745px;
    bottom: -745px;
  }

  .tw .sm\:-inset-y-0\.5{
    top: -3px;
    bottom: -3px;
  }

  .tw .sm\:-inset-y-1px{
    top: -1px;
    bottom: -1px;
  }

  .tw .sm\:-inset-y-2px{
    top: -2px;
    bottom: -2px;
  }

  .tw .sm\:-inset-y-3px{
    top: -3px;
    bottom: -3px;
  }

  .tw .sm\:-inset-y-4px{
    top: -4px;
    bottom: -4px;
  }

  .tw .sm\:-inset-y-5px{
    top: -5px;
    bottom: -5px;
  }

  .tw .sm\:-inset-y-6px{
    top: -6px;
    bottom: -6px;
  }

  .tw .sm\:-inset-y-7px{
    top: -7px;
    bottom: -7px;
  }

  .tw .sm\:-inset-y-8px{
    top: -8px;
    bottom: -8px;
  }

  .tw .sm\:-inset-y-9px{
    top: -9px;
    bottom: -9px;
  }

  .tw .sm\:-inset-y-10px{
    top: -10px;
    bottom: -10px;
  }

  .tw .sm\:-inset-y-11px{
    top: -11px;
    bottom: -11px;
  }

  .tw .sm\:-inset-y-12px{
    top: -12px;
    bottom: -12px;
  }

  .tw .sm\:-inset-y-13px{
    top: -13px;
    bottom: -13px;
  }

  .tw .sm\:-inset-y-14px{
    top: -14px;
    bottom: -14px;
  }

  .tw .sm\:-inset-y-15px{
    top: -15px;
    bottom: -15px;
  }

  .tw .sm\:-inset-y-16px{
    top: -16px;
    bottom: -16px;
  }

  .tw .sm\:-inset-y-17px{
    top: -17px;
    bottom: -17px;
  }

  .tw .sm\:-inset-y-18px{
    top: -18px;
    bottom: -18px;
  }

  .tw .sm\:-inset-y-19px{
    top: -19px;
    bottom: -19px;
  }

  .tw .sm\:-inset-y-20px{
    top: -20px;
    bottom: -20px;
  }

  .tw .sm\:-inset-y-21px{
    top: -21px;
    bottom: -21px;
  }

  .tw .sm\:-inset-y-22px{
    top: -22px;
    bottom: -22px;
  }

  .tw .sm\:-inset-y-23px{
    top: -23px;
    bottom: -23px;
  }

  .tw .sm\:-inset-y-24px{
    top: -24px;
    bottom: -24px;
  }

  .tw .sm\:-inset-y-25px{
    top: -25px;
    bottom: -25px;
  }

  .tw .sm\:-inset-y-26px{
    top: -26px;
    bottom: -26px;
  }

  .tw .sm\:-inset-y-27px{
    top: -27px;
    bottom: -27px;
  }

  .tw .sm\:-inset-y-28px{
    top: -28px;
    bottom: -28px;
  }

  .tw .sm\:-inset-y-29px{
    top: -29px;
    bottom: -29px;
  }

  .tw .sm\:-inset-y-30px{
    top: -30px;
    bottom: -30px;
  }

  .tw .sm\:-inset-y-31px{
    top: -31px;
    bottom: -31px;
  }

  .tw .sm\:-inset-y-32px{
    top: -32px;
    bottom: -32px;
  }

  .tw .sm\:-inset-y-33px{
    top: -33px;
    bottom: -33px;
  }

  .tw .sm\:-inset-y-34px{
    top: -34px;
    bottom: -34px;
  }

  .tw .sm\:-inset-y-35px{
    top: -35px;
    bottom: -35px;
  }

  .tw .sm\:-inset-y-36px{
    top: -36px;
    bottom: -36px;
  }

  .tw .sm\:-inset-y-37px{
    top: -37px;
    bottom: -37px;
  }

  .tw .sm\:-inset-y-38px{
    top: -38px;
    bottom: -38px;
  }

  .tw .sm\:-inset-y-39px{
    top: -39px;
    bottom: -39px;
  }

  .tw .sm\:-inset-y-40px{
    top: -40px;
    bottom: -40px;
  }

  .tw .sm\:inset-y-1\/2{
    top: 50%;
    bottom: 50%;
  }

  .tw .sm\:inset-y-1\/3{
    top: 33.333333%;
    bottom: 33.333333%;
  }

  .tw .sm\:inset-y-2\/3{
    top: 66.666667%;
    bottom: 66.666667%;
  }

  .tw .sm\:inset-y-1\/4{
    top: 25%;
    bottom: 25%;
  }

  .tw .sm\:inset-y-2\/4{
    top: 50%;
    bottom: 50%;
  }

  .tw .sm\:inset-y-3\/4{
    top: 75%;
    bottom: 75%;
  }

  .tw .sm\:inset-y-full{
    top: 100%;
    bottom: 100%;
  }

  .tw .sm\:-inset-y-1\/2{
    top: -50%;
    bottom: -50%;
  }

  .tw .sm\:-inset-y-1\/3{
    top: -33.333333%;
    bottom: -33.333333%;
  }

  .tw .sm\:-inset-y-2\/3{
    top: -66.666667%;
    bottom: -66.666667%;
  }

  .tw .sm\:-inset-y-1\/4{
    top: -25%;
    bottom: -25%;
  }

  .tw .sm\:-inset-y-2\/4{
    top: -50%;
    bottom: -50%;
  }

  .tw .sm\:-inset-y-3\/4{
    top: -75%;
    bottom: -75%;
  }

  .tw .sm\:-inset-y-full{
    top: -100%;
    bottom: -100%;
  }

  .tw .sm\:top-0{
    top: 0px;
  }

  .tw .sm\:top-1{
    top: 5px;
  }

  .tw .sm\:top-2{
    top: 10px;
  }

  .tw .sm\:top-3{
    top: 15px;
  }

  .tw .sm\:top-4{
    top: 20px;
  }

  .tw .sm\:top-5{
    top: 25px;
  }

  .tw .sm\:top-6{
    top: 30px;
  }

  .tw .sm\:top-7{
    top: 35px;
  }

  .tw .sm\:top-8{
    top: 40px;
  }

  .tw .sm\:top-9{
    top: 45px;
  }

  .tw .sm\:top-10{
    top: 50px;
  }

  .tw .sm\:top-11{
    top: 55px;
  }

  .tw .sm\:top-12{
    top: 60px;
  }

  .tw .sm\:top-13{
    top: 65px;
  }

  .tw .sm\:top-14{
    top: 70px;
  }

  .tw .sm\:top-15{
    top: 75px;
  }

  .tw .sm\:top-16{
    top: 80px;
  }

  .tw .sm\:top-17{
    top: 85px;
  }

  .tw .sm\:top-18{
    top: 90px;
  }

  .tw .sm\:top-19{
    top: 95px;
  }

  .tw .sm\:top-20{
    top: 100px;
  }

  .tw .sm\:top-21{
    top: 105px;
  }

  .tw .sm\:top-22{
    top: 110px;
  }

  .tw .sm\:top-23{
    top: 115px;
  }

  .tw .sm\:top-24{
    top: 120px;
  }

  .tw .sm\:top-25{
    top: 125px;
  }

  .tw .sm\:top-26{
    top: 130px;
  }

  .tw .sm\:top-27{
    top: 135px;
  }

  .tw .sm\:top-28{
    top: 140px;
  }

  .tw .sm\:top-29{
    top: 145px;
  }

  .tw .sm\:top-30{
    top: 150px;
  }

  .tw .sm\:top-31{
    top: 155px;
  }

  .tw .sm\:top-32{
    top: 160px;
  }

  .tw .sm\:top-33{
    top: 165px;
  }

  .tw .sm\:top-34{
    top: 170px;
  }

  .tw .sm\:top-35{
    top: 175px;
  }

  .tw .sm\:top-36{
    top: 180px;
  }

  .tw .sm\:top-37{
    top: 185px;
  }

  .tw .sm\:top-38{
    top: 190px;
  }

  .tw .sm\:top-39{
    top: 195px;
  }

  .tw .sm\:top-40{
    top: 200px;
  }

  .tw .sm\:top-41{
    top: 205px;
  }

  .tw .sm\:top-42{
    top: 210px;
  }

  .tw .sm\:top-43{
    top: 215px;
  }

  .tw .sm\:top-44{
    top: 220px;
  }

  .tw .sm\:top-45{
    top: 225px;
  }

  .tw .sm\:top-46{
    top: 230px;
  }

  .tw .sm\:top-47{
    top: 235px;
  }

  .tw .sm\:top-48{
    top: 240px;
  }

  .tw .sm\:top-49{
    top: 245px;
  }

  .tw .sm\:top-50{
    top: 250px;
  }

  .tw .sm\:top-51{
    top: 255px;
  }

  .tw .sm\:top-52{
    top: 260px;
  }

  .tw .sm\:top-53{
    top: 265px;
  }

  .tw .sm\:top-54{
    top: 270px;
  }

  .tw .sm\:top-55{
    top: 275px;
  }

  .tw .sm\:top-56{
    top: 280px;
  }

  .tw .sm\:top-57{
    top: 285px;
  }

  .tw .sm\:top-58{
    top: 290px;
  }

  .tw .sm\:top-59{
    top: 295px;
  }

  .tw .sm\:top-60{
    top: 300px;
  }

  .tw .sm\:top-61{
    top: 305px;
  }

  .tw .sm\:top-62{
    top: 310px;
  }

  .tw .sm\:top-63{
    top: 315px;
  }

  .tw .sm\:top-64{
    top: 320px;
  }

  .tw .sm\:top-65{
    top: 325px;
  }

  .tw .sm\:top-66{
    top: 330px;
  }

  .tw .sm\:top-67{
    top: 335px;
  }

  .tw .sm\:top-68{
    top: 340px;
  }

  .tw .sm\:top-69{
    top: 345px;
  }

  .tw .sm\:top-70{
    top: 350px;
  }

  .tw .sm\:top-71{
    top: 355px;
  }

  .tw .sm\:top-72{
    top: 360px;
  }

  .tw .sm\:top-73{
    top: 365px;
  }

  .tw .sm\:top-74{
    top: 370px;
  }

  .tw .sm\:top-75{
    top: 375px;
  }

  .tw .sm\:top-76{
    top: 380px;
  }

  .tw .sm\:top-77{
    top: 385px;
  }

  .tw .sm\:top-78{
    top: 390px;
  }

  .tw .sm\:top-79{
    top: 395px;
  }

  .tw .sm\:top-80{
    top: 400px;
  }

  .tw .sm\:top-81{
    top: 405px;
  }

  .tw .sm\:top-82{
    top: 410px;
  }

  .tw .sm\:top-83{
    top: 415px;
  }

  .tw .sm\:top-84{
    top: 420px;
  }

  .tw .sm\:top-85{
    top: 425px;
  }

  .tw .sm\:top-86{
    top: 430px;
  }

  .tw .sm\:top-87{
    top: 435px;
  }

  .tw .sm\:top-88{
    top: 440px;
  }

  .tw .sm\:top-89{
    top: 445px;
  }

  .tw .sm\:top-90{
    top: 450px;
  }

  .tw .sm\:top-91{
    top: 455px;
  }

  .tw .sm\:top-92{
    top: 460px;
  }

  .tw .sm\:top-93{
    top: 465px;
  }

  .tw .sm\:top-94{
    top: 470px;
  }

  .tw .sm\:top-95{
    top: 475px;
  }

  .tw .sm\:top-96{
    top: 480px;
  }

  .tw .sm\:top-97{
    top: 485px;
  }

  .tw .sm\:top-98{
    top: 490px;
  }

  .tw .sm\:top-99{
    top: 495px;
  }

  .tw .sm\:top-100{
    top: 500px;
  }

  .tw .sm\:top-101{
    top: 505px;
  }

  .tw .sm\:top-102{
    top: 510px;
  }

  .tw .sm\:top-103{
    top: 515px;
  }

  .tw .sm\:top-104{
    top: 520px;
  }

  .tw .sm\:top-105{
    top: 525px;
  }

  .tw .sm\:top-106{
    top: 530px;
  }

  .tw .sm\:top-107{
    top: 535px;
  }

  .tw .sm\:top-108{
    top: 540px;
  }

  .tw .sm\:top-109{
    top: 545px;
  }

  .tw .sm\:top-110{
    top: 550px;
  }

  .tw .sm\:top-111{
    top: 555px;
  }

  .tw .sm\:top-112{
    top: 560px;
  }

  .tw .sm\:top-113{
    top: 565px;
  }

  .tw .sm\:top-114{
    top: 570px;
  }

  .tw .sm\:top-115{
    top: 575px;
  }

  .tw .sm\:top-116{
    top: 580px;
  }

  .tw .sm\:top-117{
    top: 585px;
  }

  .tw .sm\:top-118{
    top: 590px;
  }

  .tw .sm\:top-119{
    top: 595px;
  }

  .tw .sm\:top-120{
    top: 600px;
  }

  .tw .sm\:top-121{
    top: 605px;
  }

  .tw .sm\:top-122{
    top: 610px;
  }

  .tw .sm\:top-123{
    top: 615px;
  }

  .tw .sm\:top-124{
    top: 620px;
  }

  .tw .sm\:top-125{
    top: 625px;
  }

  .tw .sm\:top-126{
    top: 630px;
  }

  .tw .sm\:top-127{
    top: 635px;
  }

  .tw .sm\:top-128{
    top: 640px;
  }

  .tw .sm\:top-129{
    top: 645px;
  }

  .tw .sm\:top-130{
    top: 650px;
  }

  .tw .sm\:top-131{
    top: 655px;
  }

  .tw .sm\:top-132{
    top: 660px;
  }

  .tw .sm\:top-133{
    top: 665px;
  }

  .tw .sm\:top-134{
    top: 670px;
  }

  .tw .sm\:top-135{
    top: 675px;
  }

  .tw .sm\:top-136{
    top: 680px;
  }

  .tw .sm\:top-137{
    top: 685px;
  }

  .tw .sm\:top-138{
    top: 690px;
  }

  .tw .sm\:top-139{
    top: 695px;
  }

  .tw .sm\:top-140{
    top: 700px;
  }

  .tw .sm\:top-141{
    top: 705px;
  }

  .tw .sm\:top-142{
    top: 710px;
  }

  .tw .sm\:top-143{
    top: 715px;
  }

  .tw .sm\:top-144{
    top: 720px;
  }

  .tw .sm\:top-145{
    top: 725px;
  }

  .tw .sm\:top-146{
    top: 730px;
  }

  .tw .sm\:top-147{
    top: 735px;
  }

  .tw .sm\:top-148{
    top: 740px;
  }

  .tw .sm\:top-149{
    top: 745px;
  }

  .tw .sm\:top-auto{
    top: auto;
  }

  .tw .sm\:top-0\.5{
    top: 3px;
  }

  .tw .sm\:top-1px{
    top: 1px;
  }

  .tw .sm\:top-2px{
    top: 2px;
  }

  .tw .sm\:top-3px{
    top: 3px;
  }

  .tw .sm\:top-4px{
    top: 4px;
  }

  .tw .sm\:top-5px{
    top: 5px;
  }

  .tw .sm\:top-6px{
    top: 6px;
  }

  .tw .sm\:top-7px{
    top: 7px;
  }

  .tw .sm\:top-8px{
    top: 8px;
  }

  .tw .sm\:top-9px{
    top: 9px;
  }

  .tw .sm\:top-10px{
    top: 10px;
  }

  .tw .sm\:top-11px{
    top: 11px;
  }

  .tw .sm\:top-12px{
    top: 12px;
  }

  .tw .sm\:top-13px{
    top: 13px;
  }

  .tw .sm\:top-14px{
    top: 14px;
  }

  .tw .sm\:top-15px{
    top: 15px;
  }

  .tw .sm\:top-16px{
    top: 16px;
  }

  .tw .sm\:top-17px{
    top: 17px;
  }

  .tw .sm\:top-18px{
    top: 18px;
  }

  .tw .sm\:top-19px{
    top: 19px;
  }

  .tw .sm\:top-20px{
    top: 20px;
  }

  .tw .sm\:top-21px{
    top: 21px;
  }

  .tw .sm\:top-22px{
    top: 22px;
  }

  .tw .sm\:top-23px{
    top: 23px;
  }

  .tw .sm\:top-24px{
    top: 24px;
  }

  .tw .sm\:top-25px{
    top: 25px;
  }

  .tw .sm\:top-26px{
    top: 26px;
  }

  .tw .sm\:top-27px{
    top: 27px;
  }

  .tw .sm\:top-28px{
    top: 28px;
  }

  .tw .sm\:top-29px{
    top: 29px;
  }

  .tw .sm\:top-30px{
    top: 30px;
  }

  .tw .sm\:top-31px{
    top: 31px;
  }

  .tw .sm\:top-32px{
    top: 32px;
  }

  .tw .sm\:top-33px{
    top: 33px;
  }

  .tw .sm\:top-34px{
    top: 34px;
  }

  .tw .sm\:top-35px{
    top: 35px;
  }

  .tw .sm\:top-36px{
    top: 36px;
  }

  .tw .sm\:top-37px{
    top: 37px;
  }

  .tw .sm\:top-38px{
    top: 38px;
  }

  .tw .sm\:top-39px{
    top: 39px;
  }

  .tw .sm\:top-40px{
    top: 40px;
  }

  .tw .sm\:-top-0{
    top: 0px;
  }

  .tw .sm\:-top-1{
    top: -5px;
  }

  .tw .sm\:-top-2{
    top: -10px;
  }

  .tw .sm\:-top-3{
    top: -15px;
  }

  .tw .sm\:-top-4{
    top: -20px;
  }

  .tw .sm\:-top-5{
    top: -25px;
  }

  .tw .sm\:-top-6{
    top: -30px;
  }

  .tw .sm\:-top-7{
    top: -35px;
  }

  .tw .sm\:-top-8{
    top: -40px;
  }

  .tw .sm\:-top-9{
    top: -45px;
  }

  .tw .sm\:-top-10{
    top: -50px;
  }

  .tw .sm\:-top-11{
    top: -55px;
  }

  .tw .sm\:-top-12{
    top: -60px;
  }

  .tw .sm\:-top-13{
    top: -65px;
  }

  .tw .sm\:-top-14{
    top: -70px;
  }

  .tw .sm\:-top-15{
    top: -75px;
  }

  .tw .sm\:-top-16{
    top: -80px;
  }

  .tw .sm\:-top-17{
    top: -85px;
  }

  .tw .sm\:-top-18{
    top: -90px;
  }

  .tw .sm\:-top-19{
    top: -95px;
  }

  .tw .sm\:-top-20{
    top: -100px;
  }

  .tw .sm\:-top-21{
    top: -105px;
  }

  .tw .sm\:-top-22{
    top: -110px;
  }

  .tw .sm\:-top-23{
    top: -115px;
  }

  .tw .sm\:-top-24{
    top: -120px;
  }

  .tw .sm\:-top-25{
    top: -125px;
  }

  .tw .sm\:-top-26{
    top: -130px;
  }

  .tw .sm\:-top-27{
    top: -135px;
  }

  .tw .sm\:-top-28{
    top: -140px;
  }

  .tw .sm\:-top-29{
    top: -145px;
  }

  .tw .sm\:-top-30{
    top: -150px;
  }

  .tw .sm\:-top-31{
    top: -155px;
  }

  .tw .sm\:-top-32{
    top: -160px;
  }

  .tw .sm\:-top-33{
    top: -165px;
  }

  .tw .sm\:-top-34{
    top: -170px;
  }

  .tw .sm\:-top-35{
    top: -175px;
  }

  .tw .sm\:-top-36{
    top: -180px;
  }

  .tw .sm\:-top-37{
    top: -185px;
  }

  .tw .sm\:-top-38{
    top: -190px;
  }

  .tw .sm\:-top-39{
    top: -195px;
  }

  .tw .sm\:-top-40{
    top: -200px;
  }

  .tw .sm\:-top-41{
    top: -205px;
  }

  .tw .sm\:-top-42{
    top: -210px;
  }

  .tw .sm\:-top-43{
    top: -215px;
  }

  .tw .sm\:-top-44{
    top: -220px;
  }

  .tw .sm\:-top-45{
    top: -225px;
  }

  .tw .sm\:-top-46{
    top: -230px;
  }

  .tw .sm\:-top-47{
    top: -235px;
  }

  .tw .sm\:-top-48{
    top: -240px;
  }

  .tw .sm\:-top-49{
    top: -245px;
  }

  .tw .sm\:-top-50{
    top: -250px;
  }

  .tw .sm\:-top-51{
    top: -255px;
  }

  .tw .sm\:-top-52{
    top: -260px;
  }

  .tw .sm\:-top-53{
    top: -265px;
  }

  .tw .sm\:-top-54{
    top: -270px;
  }

  .tw .sm\:-top-55{
    top: -275px;
  }

  .tw .sm\:-top-56{
    top: -280px;
  }

  .tw .sm\:-top-57{
    top: -285px;
  }

  .tw .sm\:-top-58{
    top: -290px;
  }

  .tw .sm\:-top-59{
    top: -295px;
  }

  .tw .sm\:-top-60{
    top: -300px;
  }

  .tw .sm\:-top-61{
    top: -305px;
  }

  .tw .sm\:-top-62{
    top: -310px;
  }

  .tw .sm\:-top-63{
    top: -315px;
  }

  .tw .sm\:-top-64{
    top: -320px;
  }

  .tw .sm\:-top-65{
    top: -325px;
  }

  .tw .sm\:-top-66{
    top: -330px;
  }

  .tw .sm\:-top-67{
    top: -335px;
  }

  .tw .sm\:-top-68{
    top: -340px;
  }

  .tw .sm\:-top-69{
    top: -345px;
  }

  .tw .sm\:-top-70{
    top: -350px;
  }

  .tw .sm\:-top-71{
    top: -355px;
  }

  .tw .sm\:-top-72{
    top: -360px;
  }

  .tw .sm\:-top-73{
    top: -365px;
  }

  .tw .sm\:-top-74{
    top: -370px;
  }

  .tw .sm\:-top-75{
    top: -375px;
  }

  .tw .sm\:-top-76{
    top: -380px;
  }

  .tw .sm\:-top-77{
    top: -385px;
  }

  .tw .sm\:-top-78{
    top: -390px;
  }

  .tw .sm\:-top-79{
    top: -395px;
  }

  .tw .sm\:-top-80{
    top: -400px;
  }

  .tw .sm\:-top-81{
    top: -405px;
  }

  .tw .sm\:-top-82{
    top: -410px;
  }

  .tw .sm\:-top-83{
    top: -415px;
  }

  .tw .sm\:-top-84{
    top: -420px;
  }

  .tw .sm\:-top-85{
    top: -425px;
  }

  .tw .sm\:-top-86{
    top: -430px;
  }

  .tw .sm\:-top-87{
    top: -435px;
  }

  .tw .sm\:-top-88{
    top: -440px;
  }

  .tw .sm\:-top-89{
    top: -445px;
  }

  .tw .sm\:-top-90{
    top: -450px;
  }

  .tw .sm\:-top-91{
    top: -455px;
  }

  .tw .sm\:-top-92{
    top: -460px;
  }

  .tw .sm\:-top-93{
    top: -465px;
  }

  .tw .sm\:-top-94{
    top: -470px;
  }

  .tw .sm\:-top-95{
    top: -475px;
  }

  .tw .sm\:-top-96{
    top: -480px;
  }

  .tw .sm\:-top-97{
    top: -485px;
  }

  .tw .sm\:-top-98{
    top: -490px;
  }

  .tw .sm\:-top-99{
    top: -495px;
  }

  .tw .sm\:-top-100{
    top: -500px;
  }

  .tw .sm\:-top-101{
    top: -505px;
  }

  .tw .sm\:-top-102{
    top: -510px;
  }

  .tw .sm\:-top-103{
    top: -515px;
  }

  .tw .sm\:-top-104{
    top: -520px;
  }

  .tw .sm\:-top-105{
    top: -525px;
  }

  .tw .sm\:-top-106{
    top: -530px;
  }

  .tw .sm\:-top-107{
    top: -535px;
  }

  .tw .sm\:-top-108{
    top: -540px;
  }

  .tw .sm\:-top-109{
    top: -545px;
  }

  .tw .sm\:-top-110{
    top: -550px;
  }

  .tw .sm\:-top-111{
    top: -555px;
  }

  .tw .sm\:-top-112{
    top: -560px;
  }

  .tw .sm\:-top-113{
    top: -565px;
  }

  .tw .sm\:-top-114{
    top: -570px;
  }

  .tw .sm\:-top-115{
    top: -575px;
  }

  .tw .sm\:-top-116{
    top: -580px;
  }

  .tw .sm\:-top-117{
    top: -585px;
  }

  .tw .sm\:-top-118{
    top: -590px;
  }

  .tw .sm\:-top-119{
    top: -595px;
  }

  .tw .sm\:-top-120{
    top: -600px;
  }

  .tw .sm\:-top-121{
    top: -605px;
  }

  .tw .sm\:-top-122{
    top: -610px;
  }

  .tw .sm\:-top-123{
    top: -615px;
  }

  .tw .sm\:-top-124{
    top: -620px;
  }

  .tw .sm\:-top-125{
    top: -625px;
  }

  .tw .sm\:-top-126{
    top: -630px;
  }

  .tw .sm\:-top-127{
    top: -635px;
  }

  .tw .sm\:-top-128{
    top: -640px;
  }

  .tw .sm\:-top-129{
    top: -645px;
  }

  .tw .sm\:-top-130{
    top: -650px;
  }

  .tw .sm\:-top-131{
    top: -655px;
  }

  .tw .sm\:-top-132{
    top: -660px;
  }

  .tw .sm\:-top-133{
    top: -665px;
  }

  .tw .sm\:-top-134{
    top: -670px;
  }

  .tw .sm\:-top-135{
    top: -675px;
  }

  .tw .sm\:-top-136{
    top: -680px;
  }

  .tw .sm\:-top-137{
    top: -685px;
  }

  .tw .sm\:-top-138{
    top: -690px;
  }

  .tw .sm\:-top-139{
    top: -695px;
  }

  .tw .sm\:-top-140{
    top: -700px;
  }

  .tw .sm\:-top-141{
    top: -705px;
  }

  .tw .sm\:-top-142{
    top: -710px;
  }

  .tw .sm\:-top-143{
    top: -715px;
  }

  .tw .sm\:-top-144{
    top: -720px;
  }

  .tw .sm\:-top-145{
    top: -725px;
  }

  .tw .sm\:-top-146{
    top: -730px;
  }

  .tw .sm\:-top-147{
    top: -735px;
  }

  .tw .sm\:-top-148{
    top: -740px;
  }

  .tw .sm\:-top-149{
    top: -745px;
  }

  .tw .sm\:-top-0\.5{
    top: -3px;
  }

  .tw .sm\:-top-1px{
    top: -1px;
  }

  .tw .sm\:-top-2px{
    top: -2px;
  }

  .tw .sm\:-top-3px{
    top: -3px;
  }

  .tw .sm\:-top-4px{
    top: -4px;
  }

  .tw .sm\:-top-5px{
    top: -5px;
  }

  .tw .sm\:-top-6px{
    top: -6px;
  }

  .tw .sm\:-top-7px{
    top: -7px;
  }

  .tw .sm\:-top-8px{
    top: -8px;
  }

  .tw .sm\:-top-9px{
    top: -9px;
  }

  .tw .sm\:-top-10px{
    top: -10px;
  }

  .tw .sm\:-top-11px{
    top: -11px;
  }

  .tw .sm\:-top-12px{
    top: -12px;
  }

  .tw .sm\:-top-13px{
    top: -13px;
  }

  .tw .sm\:-top-14px{
    top: -14px;
  }

  .tw .sm\:-top-15px{
    top: -15px;
  }

  .tw .sm\:-top-16px{
    top: -16px;
  }

  .tw .sm\:-top-17px{
    top: -17px;
  }

  .tw .sm\:-top-18px{
    top: -18px;
  }

  .tw .sm\:-top-19px{
    top: -19px;
  }

  .tw .sm\:-top-20px{
    top: -20px;
  }

  .tw .sm\:-top-21px{
    top: -21px;
  }

  .tw .sm\:-top-22px{
    top: -22px;
  }

  .tw .sm\:-top-23px{
    top: -23px;
  }

  .tw .sm\:-top-24px{
    top: -24px;
  }

  .tw .sm\:-top-25px{
    top: -25px;
  }

  .tw .sm\:-top-26px{
    top: -26px;
  }

  .tw .sm\:-top-27px{
    top: -27px;
  }

  .tw .sm\:-top-28px{
    top: -28px;
  }

  .tw .sm\:-top-29px{
    top: -29px;
  }

  .tw .sm\:-top-30px{
    top: -30px;
  }

  .tw .sm\:-top-31px{
    top: -31px;
  }

  .tw .sm\:-top-32px{
    top: -32px;
  }

  .tw .sm\:-top-33px{
    top: -33px;
  }

  .tw .sm\:-top-34px{
    top: -34px;
  }

  .tw .sm\:-top-35px{
    top: -35px;
  }

  .tw .sm\:-top-36px{
    top: -36px;
  }

  .tw .sm\:-top-37px{
    top: -37px;
  }

  .tw .sm\:-top-38px{
    top: -38px;
  }

  .tw .sm\:-top-39px{
    top: -39px;
  }

  .tw .sm\:-top-40px{
    top: -40px;
  }

  .tw .sm\:top-1\/2{
    top: 50%;
  }

  .tw .sm\:top-1\/3{
    top: 33.333333%;
  }

  .tw .sm\:top-2\/3{
    top: 66.666667%;
  }

  .tw .sm\:top-1\/4{
    top: 25%;
  }

  .tw .sm\:top-2\/4{
    top: 50%;
  }

  .tw .sm\:top-3\/4{
    top: 75%;
  }

  .tw .sm\:top-full{
    top: 100%;
  }

  .tw .sm\:-top-1\/2{
    top: -50%;
  }

  .tw .sm\:-top-1\/3{
    top: -33.333333%;
  }

  .tw .sm\:-top-2\/3{
    top: -66.666667%;
  }

  .tw .sm\:-top-1\/4{
    top: -25%;
  }

  .tw .sm\:-top-2\/4{
    top: -50%;
  }

  .tw .sm\:-top-3\/4{
    top: -75%;
  }

  .tw .sm\:-top-full{
    top: -100%;
  }

  .tw .sm\:right-0{
    right: 0px;
  }

  .tw .sm\:right-1{
    right: 5px;
  }

  .tw .sm\:right-2{
    right: 10px;
  }

  .tw .sm\:right-3{
    right: 15px;
  }

  .tw .sm\:right-4{
    right: 20px;
  }

  .tw .sm\:right-5{
    right: 25px;
  }

  .tw .sm\:right-6{
    right: 30px;
  }

  .tw .sm\:right-7{
    right: 35px;
  }

  .tw .sm\:right-8{
    right: 40px;
  }

  .tw .sm\:right-9{
    right: 45px;
  }

  .tw .sm\:right-10{
    right: 50px;
  }

  .tw .sm\:right-11{
    right: 55px;
  }

  .tw .sm\:right-12{
    right: 60px;
  }

  .tw .sm\:right-13{
    right: 65px;
  }

  .tw .sm\:right-14{
    right: 70px;
  }

  .tw .sm\:right-15{
    right: 75px;
  }

  .tw .sm\:right-16{
    right: 80px;
  }

  .tw .sm\:right-17{
    right: 85px;
  }

  .tw .sm\:right-18{
    right: 90px;
  }

  .tw .sm\:right-19{
    right: 95px;
  }

  .tw .sm\:right-20{
    right: 100px;
  }

  .tw .sm\:right-21{
    right: 105px;
  }

  .tw .sm\:right-22{
    right: 110px;
  }

  .tw .sm\:right-23{
    right: 115px;
  }

  .tw .sm\:right-24{
    right: 120px;
  }

  .tw .sm\:right-25{
    right: 125px;
  }

  .tw .sm\:right-26{
    right: 130px;
  }

  .tw .sm\:right-27{
    right: 135px;
  }

  .tw .sm\:right-28{
    right: 140px;
  }

  .tw .sm\:right-29{
    right: 145px;
  }

  .tw .sm\:right-30{
    right: 150px;
  }

  .tw .sm\:right-31{
    right: 155px;
  }

  .tw .sm\:right-32{
    right: 160px;
  }

  .tw .sm\:right-33{
    right: 165px;
  }

  .tw .sm\:right-34{
    right: 170px;
  }

  .tw .sm\:right-35{
    right: 175px;
  }

  .tw .sm\:right-36{
    right: 180px;
  }

  .tw .sm\:right-37{
    right: 185px;
  }

  .tw .sm\:right-38{
    right: 190px;
  }

  .tw .sm\:right-39{
    right: 195px;
  }

  .tw .sm\:right-40{
    right: 200px;
  }

  .tw .sm\:right-41{
    right: 205px;
  }

  .tw .sm\:right-42{
    right: 210px;
  }

  .tw .sm\:right-43{
    right: 215px;
  }

  .tw .sm\:right-44{
    right: 220px;
  }

  .tw .sm\:right-45{
    right: 225px;
  }

  .tw .sm\:right-46{
    right: 230px;
  }

  .tw .sm\:right-47{
    right: 235px;
  }

  .tw .sm\:right-48{
    right: 240px;
  }

  .tw .sm\:right-49{
    right: 245px;
  }

  .tw .sm\:right-50{
    right: 250px;
  }

  .tw .sm\:right-51{
    right: 255px;
  }

  .tw .sm\:right-52{
    right: 260px;
  }

  .tw .sm\:right-53{
    right: 265px;
  }

  .tw .sm\:right-54{
    right: 270px;
  }

  .tw .sm\:right-55{
    right: 275px;
  }

  .tw .sm\:right-56{
    right: 280px;
  }

  .tw .sm\:right-57{
    right: 285px;
  }

  .tw .sm\:right-58{
    right: 290px;
  }

  .tw .sm\:right-59{
    right: 295px;
  }

  .tw .sm\:right-60{
    right: 300px;
  }

  .tw .sm\:right-61{
    right: 305px;
  }

  .tw .sm\:right-62{
    right: 310px;
  }

  .tw .sm\:right-63{
    right: 315px;
  }

  .tw .sm\:right-64{
    right: 320px;
  }

  .tw .sm\:right-65{
    right: 325px;
  }

  .tw .sm\:right-66{
    right: 330px;
  }

  .tw .sm\:right-67{
    right: 335px;
  }

  .tw .sm\:right-68{
    right: 340px;
  }

  .tw .sm\:right-69{
    right: 345px;
  }

  .tw .sm\:right-70{
    right: 350px;
  }

  .tw .sm\:right-71{
    right: 355px;
  }

  .tw .sm\:right-72{
    right: 360px;
  }

  .tw .sm\:right-73{
    right: 365px;
  }

  .tw .sm\:right-74{
    right: 370px;
  }

  .tw .sm\:right-75{
    right: 375px;
  }

  .tw .sm\:right-76{
    right: 380px;
  }

  .tw .sm\:right-77{
    right: 385px;
  }

  .tw .sm\:right-78{
    right: 390px;
  }

  .tw .sm\:right-79{
    right: 395px;
  }

  .tw .sm\:right-80{
    right: 400px;
  }

  .tw .sm\:right-81{
    right: 405px;
  }

  .tw .sm\:right-82{
    right: 410px;
  }

  .tw .sm\:right-83{
    right: 415px;
  }

  .tw .sm\:right-84{
    right: 420px;
  }

  .tw .sm\:right-85{
    right: 425px;
  }

  .tw .sm\:right-86{
    right: 430px;
  }

  .tw .sm\:right-87{
    right: 435px;
  }

  .tw .sm\:right-88{
    right: 440px;
  }

  .tw .sm\:right-89{
    right: 445px;
  }

  .tw .sm\:right-90{
    right: 450px;
  }

  .tw .sm\:right-91{
    right: 455px;
  }

  .tw .sm\:right-92{
    right: 460px;
  }

  .tw .sm\:right-93{
    right: 465px;
  }

  .tw .sm\:right-94{
    right: 470px;
  }

  .tw .sm\:right-95{
    right: 475px;
  }

  .tw .sm\:right-96{
    right: 480px;
  }

  .tw .sm\:right-97{
    right: 485px;
  }

  .tw .sm\:right-98{
    right: 490px;
  }

  .tw .sm\:right-99{
    right: 495px;
  }

  .tw .sm\:right-100{
    right: 500px;
  }

  .tw .sm\:right-101{
    right: 505px;
  }

  .tw .sm\:right-102{
    right: 510px;
  }

  .tw .sm\:right-103{
    right: 515px;
  }

  .tw .sm\:right-104{
    right: 520px;
  }

  .tw .sm\:right-105{
    right: 525px;
  }

  .tw .sm\:right-106{
    right: 530px;
  }

  .tw .sm\:right-107{
    right: 535px;
  }

  .tw .sm\:right-108{
    right: 540px;
  }

  .tw .sm\:right-109{
    right: 545px;
  }

  .tw .sm\:right-110{
    right: 550px;
  }

  .tw .sm\:right-111{
    right: 555px;
  }

  .tw .sm\:right-112{
    right: 560px;
  }

  .tw .sm\:right-113{
    right: 565px;
  }

  .tw .sm\:right-114{
    right: 570px;
  }

  .tw .sm\:right-115{
    right: 575px;
  }

  .tw .sm\:right-116{
    right: 580px;
  }

  .tw .sm\:right-117{
    right: 585px;
  }

  .tw .sm\:right-118{
    right: 590px;
  }

  .tw .sm\:right-119{
    right: 595px;
  }

  .tw .sm\:right-120{
    right: 600px;
  }

  .tw .sm\:right-121{
    right: 605px;
  }

  .tw .sm\:right-122{
    right: 610px;
  }

  .tw .sm\:right-123{
    right: 615px;
  }

  .tw .sm\:right-124{
    right: 620px;
  }

  .tw .sm\:right-125{
    right: 625px;
  }

  .tw .sm\:right-126{
    right: 630px;
  }

  .tw .sm\:right-127{
    right: 635px;
  }

  .tw .sm\:right-128{
    right: 640px;
  }

  .tw .sm\:right-129{
    right: 645px;
  }

  .tw .sm\:right-130{
    right: 650px;
  }

  .tw .sm\:right-131{
    right: 655px;
  }

  .tw .sm\:right-132{
    right: 660px;
  }

  .tw .sm\:right-133{
    right: 665px;
  }

  .tw .sm\:right-134{
    right: 670px;
  }

  .tw .sm\:right-135{
    right: 675px;
  }

  .tw .sm\:right-136{
    right: 680px;
  }

  .tw .sm\:right-137{
    right: 685px;
  }

  .tw .sm\:right-138{
    right: 690px;
  }

  .tw .sm\:right-139{
    right: 695px;
  }

  .tw .sm\:right-140{
    right: 700px;
  }

  .tw .sm\:right-141{
    right: 705px;
  }

  .tw .sm\:right-142{
    right: 710px;
  }

  .tw .sm\:right-143{
    right: 715px;
  }

  .tw .sm\:right-144{
    right: 720px;
  }

  .tw .sm\:right-145{
    right: 725px;
  }

  .tw .sm\:right-146{
    right: 730px;
  }

  .tw .sm\:right-147{
    right: 735px;
  }

  .tw .sm\:right-148{
    right: 740px;
  }

  .tw .sm\:right-149{
    right: 745px;
  }

  .tw .sm\:right-auto{
    right: auto;
  }

  .tw .sm\:right-0\.5{
    right: 3px;
  }

  .tw .sm\:right-1px{
    right: 1px;
  }

  .tw .sm\:right-2px{
    right: 2px;
  }

  .tw .sm\:right-3px{
    right: 3px;
  }

  .tw .sm\:right-4px{
    right: 4px;
  }

  .tw .sm\:right-5px{
    right: 5px;
  }

  .tw .sm\:right-6px{
    right: 6px;
  }

  .tw .sm\:right-7px{
    right: 7px;
  }

  .tw .sm\:right-8px{
    right: 8px;
  }

  .tw .sm\:right-9px{
    right: 9px;
  }

  .tw .sm\:right-10px{
    right: 10px;
  }

  .tw .sm\:right-11px{
    right: 11px;
  }

  .tw .sm\:right-12px{
    right: 12px;
  }

  .tw .sm\:right-13px{
    right: 13px;
  }

  .tw .sm\:right-14px{
    right: 14px;
  }

  .tw .sm\:right-15px{
    right: 15px;
  }

  .tw .sm\:right-16px{
    right: 16px;
  }

  .tw .sm\:right-17px{
    right: 17px;
  }

  .tw .sm\:right-18px{
    right: 18px;
  }

  .tw .sm\:right-19px{
    right: 19px;
  }

  .tw .sm\:right-20px{
    right: 20px;
  }

  .tw .sm\:right-21px{
    right: 21px;
  }

  .tw .sm\:right-22px{
    right: 22px;
  }

  .tw .sm\:right-23px{
    right: 23px;
  }

  .tw .sm\:right-24px{
    right: 24px;
  }

  .tw .sm\:right-25px{
    right: 25px;
  }

  .tw .sm\:right-26px{
    right: 26px;
  }

  .tw .sm\:right-27px{
    right: 27px;
  }

  .tw .sm\:right-28px{
    right: 28px;
  }

  .tw .sm\:right-29px{
    right: 29px;
  }

  .tw .sm\:right-30px{
    right: 30px;
  }

  .tw .sm\:right-31px{
    right: 31px;
  }

  .tw .sm\:right-32px{
    right: 32px;
  }

  .tw .sm\:right-33px{
    right: 33px;
  }

  .tw .sm\:right-34px{
    right: 34px;
  }

  .tw .sm\:right-35px{
    right: 35px;
  }

  .tw .sm\:right-36px{
    right: 36px;
  }

  .tw .sm\:right-37px{
    right: 37px;
  }

  .tw .sm\:right-38px{
    right: 38px;
  }

  .tw .sm\:right-39px{
    right: 39px;
  }

  .tw .sm\:right-40px{
    right: 40px;
  }

  .tw .sm\:-right-0{
    right: 0px;
  }

  .tw .sm\:-right-1{
    right: -5px;
  }

  .tw .sm\:-right-2{
    right: -10px;
  }

  .tw .sm\:-right-3{
    right: -15px;
  }

  .tw .sm\:-right-4{
    right: -20px;
  }

  .tw .sm\:-right-5{
    right: -25px;
  }

  .tw .sm\:-right-6{
    right: -30px;
  }

  .tw .sm\:-right-7{
    right: -35px;
  }

  .tw .sm\:-right-8{
    right: -40px;
  }

  .tw .sm\:-right-9{
    right: -45px;
  }

  .tw .sm\:-right-10{
    right: -50px;
  }

  .tw .sm\:-right-11{
    right: -55px;
  }

  .tw .sm\:-right-12{
    right: -60px;
  }

  .tw .sm\:-right-13{
    right: -65px;
  }

  .tw .sm\:-right-14{
    right: -70px;
  }

  .tw .sm\:-right-15{
    right: -75px;
  }

  .tw .sm\:-right-16{
    right: -80px;
  }

  .tw .sm\:-right-17{
    right: -85px;
  }

  .tw .sm\:-right-18{
    right: -90px;
  }

  .tw .sm\:-right-19{
    right: -95px;
  }

  .tw .sm\:-right-20{
    right: -100px;
  }

  .tw .sm\:-right-21{
    right: -105px;
  }

  .tw .sm\:-right-22{
    right: -110px;
  }

  .tw .sm\:-right-23{
    right: -115px;
  }

  .tw .sm\:-right-24{
    right: -120px;
  }

  .tw .sm\:-right-25{
    right: -125px;
  }

  .tw .sm\:-right-26{
    right: -130px;
  }

  .tw .sm\:-right-27{
    right: -135px;
  }

  .tw .sm\:-right-28{
    right: -140px;
  }

  .tw .sm\:-right-29{
    right: -145px;
  }

  .tw .sm\:-right-30{
    right: -150px;
  }

  .tw .sm\:-right-31{
    right: -155px;
  }

  .tw .sm\:-right-32{
    right: -160px;
  }

  .tw .sm\:-right-33{
    right: -165px;
  }

  .tw .sm\:-right-34{
    right: -170px;
  }

  .tw .sm\:-right-35{
    right: -175px;
  }

  .tw .sm\:-right-36{
    right: -180px;
  }

  .tw .sm\:-right-37{
    right: -185px;
  }

  .tw .sm\:-right-38{
    right: -190px;
  }

  .tw .sm\:-right-39{
    right: -195px;
  }

  .tw .sm\:-right-40{
    right: -200px;
  }

  .tw .sm\:-right-41{
    right: -205px;
  }

  .tw .sm\:-right-42{
    right: -210px;
  }

  .tw .sm\:-right-43{
    right: -215px;
  }

  .tw .sm\:-right-44{
    right: -220px;
  }

  .tw .sm\:-right-45{
    right: -225px;
  }

  .tw .sm\:-right-46{
    right: -230px;
  }

  .tw .sm\:-right-47{
    right: -235px;
  }

  .tw .sm\:-right-48{
    right: -240px;
  }

  .tw .sm\:-right-49{
    right: -245px;
  }

  .tw .sm\:-right-50{
    right: -250px;
  }

  .tw .sm\:-right-51{
    right: -255px;
  }

  .tw .sm\:-right-52{
    right: -260px;
  }

  .tw .sm\:-right-53{
    right: -265px;
  }

  .tw .sm\:-right-54{
    right: -270px;
  }

  .tw .sm\:-right-55{
    right: -275px;
  }

  .tw .sm\:-right-56{
    right: -280px;
  }

  .tw .sm\:-right-57{
    right: -285px;
  }

  .tw .sm\:-right-58{
    right: -290px;
  }

  .tw .sm\:-right-59{
    right: -295px;
  }

  .tw .sm\:-right-60{
    right: -300px;
  }

  .tw .sm\:-right-61{
    right: -305px;
  }

  .tw .sm\:-right-62{
    right: -310px;
  }

  .tw .sm\:-right-63{
    right: -315px;
  }

  .tw .sm\:-right-64{
    right: -320px;
  }

  .tw .sm\:-right-65{
    right: -325px;
  }

  .tw .sm\:-right-66{
    right: -330px;
  }

  .tw .sm\:-right-67{
    right: -335px;
  }

  .tw .sm\:-right-68{
    right: -340px;
  }

  .tw .sm\:-right-69{
    right: -345px;
  }

  .tw .sm\:-right-70{
    right: -350px;
  }

  .tw .sm\:-right-71{
    right: -355px;
  }

  .tw .sm\:-right-72{
    right: -360px;
  }

  .tw .sm\:-right-73{
    right: -365px;
  }

  .tw .sm\:-right-74{
    right: -370px;
  }

  .tw .sm\:-right-75{
    right: -375px;
  }

  .tw .sm\:-right-76{
    right: -380px;
  }

  .tw .sm\:-right-77{
    right: -385px;
  }

  .tw .sm\:-right-78{
    right: -390px;
  }

  .tw .sm\:-right-79{
    right: -395px;
  }

  .tw .sm\:-right-80{
    right: -400px;
  }

  .tw .sm\:-right-81{
    right: -405px;
  }

  .tw .sm\:-right-82{
    right: -410px;
  }

  .tw .sm\:-right-83{
    right: -415px;
  }

  .tw .sm\:-right-84{
    right: -420px;
  }

  .tw .sm\:-right-85{
    right: -425px;
  }

  .tw .sm\:-right-86{
    right: -430px;
  }

  .tw .sm\:-right-87{
    right: -435px;
  }

  .tw .sm\:-right-88{
    right: -440px;
  }

  .tw .sm\:-right-89{
    right: -445px;
  }

  .tw .sm\:-right-90{
    right: -450px;
  }

  .tw .sm\:-right-91{
    right: -455px;
  }

  .tw .sm\:-right-92{
    right: -460px;
  }

  .tw .sm\:-right-93{
    right: -465px;
  }

  .tw .sm\:-right-94{
    right: -470px;
  }

  .tw .sm\:-right-95{
    right: -475px;
  }

  .tw .sm\:-right-96{
    right: -480px;
  }

  .tw .sm\:-right-97{
    right: -485px;
  }

  .tw .sm\:-right-98{
    right: -490px;
  }

  .tw .sm\:-right-99{
    right: -495px;
  }

  .tw .sm\:-right-100{
    right: -500px;
  }

  .tw .sm\:-right-101{
    right: -505px;
  }

  .tw .sm\:-right-102{
    right: -510px;
  }

  .tw .sm\:-right-103{
    right: -515px;
  }

  .tw .sm\:-right-104{
    right: -520px;
  }

  .tw .sm\:-right-105{
    right: -525px;
  }

  .tw .sm\:-right-106{
    right: -530px;
  }

  .tw .sm\:-right-107{
    right: -535px;
  }

  .tw .sm\:-right-108{
    right: -540px;
  }

  .tw .sm\:-right-109{
    right: -545px;
  }

  .tw .sm\:-right-110{
    right: -550px;
  }

  .tw .sm\:-right-111{
    right: -555px;
  }

  .tw .sm\:-right-112{
    right: -560px;
  }

  .tw .sm\:-right-113{
    right: -565px;
  }

  .tw .sm\:-right-114{
    right: -570px;
  }

  .tw .sm\:-right-115{
    right: -575px;
  }

  .tw .sm\:-right-116{
    right: -580px;
  }

  .tw .sm\:-right-117{
    right: -585px;
  }

  .tw .sm\:-right-118{
    right: -590px;
  }

  .tw .sm\:-right-119{
    right: -595px;
  }

  .tw .sm\:-right-120{
    right: -600px;
  }

  .tw .sm\:-right-121{
    right: -605px;
  }

  .tw .sm\:-right-122{
    right: -610px;
  }

  .tw .sm\:-right-123{
    right: -615px;
  }

  .tw .sm\:-right-124{
    right: -620px;
  }

  .tw .sm\:-right-125{
    right: -625px;
  }

  .tw .sm\:-right-126{
    right: -630px;
  }

  .tw .sm\:-right-127{
    right: -635px;
  }

  .tw .sm\:-right-128{
    right: -640px;
  }

  .tw .sm\:-right-129{
    right: -645px;
  }

  .tw .sm\:-right-130{
    right: -650px;
  }

  .tw .sm\:-right-131{
    right: -655px;
  }

  .tw .sm\:-right-132{
    right: -660px;
  }

  .tw .sm\:-right-133{
    right: -665px;
  }

  .tw .sm\:-right-134{
    right: -670px;
  }

  .tw .sm\:-right-135{
    right: -675px;
  }

  .tw .sm\:-right-136{
    right: -680px;
  }

  .tw .sm\:-right-137{
    right: -685px;
  }

  .tw .sm\:-right-138{
    right: -690px;
  }

  .tw .sm\:-right-139{
    right: -695px;
  }

  .tw .sm\:-right-140{
    right: -700px;
  }

  .tw .sm\:-right-141{
    right: -705px;
  }

  .tw .sm\:-right-142{
    right: -710px;
  }

  .tw .sm\:-right-143{
    right: -715px;
  }

  .tw .sm\:-right-144{
    right: -720px;
  }

  .tw .sm\:-right-145{
    right: -725px;
  }

  .tw .sm\:-right-146{
    right: -730px;
  }

  .tw .sm\:-right-147{
    right: -735px;
  }

  .tw .sm\:-right-148{
    right: -740px;
  }

  .tw .sm\:-right-149{
    right: -745px;
  }

  .tw .sm\:-right-0\.5{
    right: -3px;
  }

  .tw .sm\:-right-1px{
    right: -1px;
  }

  .tw .sm\:-right-2px{
    right: -2px;
  }

  .tw .sm\:-right-3px{
    right: -3px;
  }

  .tw .sm\:-right-4px{
    right: -4px;
  }

  .tw .sm\:-right-5px{
    right: -5px;
  }

  .tw .sm\:-right-6px{
    right: -6px;
  }

  .tw .sm\:-right-7px{
    right: -7px;
  }

  .tw .sm\:-right-8px{
    right: -8px;
  }

  .tw .sm\:-right-9px{
    right: -9px;
  }

  .tw .sm\:-right-10px{
    right: -10px;
  }

  .tw .sm\:-right-11px{
    right: -11px;
  }

  .tw .sm\:-right-12px{
    right: -12px;
  }

  .tw .sm\:-right-13px{
    right: -13px;
  }

  .tw .sm\:-right-14px{
    right: -14px;
  }

  .tw .sm\:-right-15px{
    right: -15px;
  }

  .tw .sm\:-right-16px{
    right: -16px;
  }

  .tw .sm\:-right-17px{
    right: -17px;
  }

  .tw .sm\:-right-18px{
    right: -18px;
  }

  .tw .sm\:-right-19px{
    right: -19px;
  }

  .tw .sm\:-right-20px{
    right: -20px;
  }

  .tw .sm\:-right-21px{
    right: -21px;
  }

  .tw .sm\:-right-22px{
    right: -22px;
  }

  .tw .sm\:-right-23px{
    right: -23px;
  }

  .tw .sm\:-right-24px{
    right: -24px;
  }

  .tw .sm\:-right-25px{
    right: -25px;
  }

  .tw .sm\:-right-26px{
    right: -26px;
  }

  .tw .sm\:-right-27px{
    right: -27px;
  }

  .tw .sm\:-right-28px{
    right: -28px;
  }

  .tw .sm\:-right-29px{
    right: -29px;
  }

  .tw .sm\:-right-30px{
    right: -30px;
  }

  .tw .sm\:-right-31px{
    right: -31px;
  }

  .tw .sm\:-right-32px{
    right: -32px;
  }

  .tw .sm\:-right-33px{
    right: -33px;
  }

  .tw .sm\:-right-34px{
    right: -34px;
  }

  .tw .sm\:-right-35px{
    right: -35px;
  }

  .tw .sm\:-right-36px{
    right: -36px;
  }

  .tw .sm\:-right-37px{
    right: -37px;
  }

  .tw .sm\:-right-38px{
    right: -38px;
  }

  .tw .sm\:-right-39px{
    right: -39px;
  }

  .tw .sm\:-right-40px{
    right: -40px;
  }

  .tw .sm\:right-1\/2{
    right: 50%;
  }

  .tw .sm\:right-1\/3{
    right: 33.333333%;
  }

  .tw .sm\:right-2\/3{
    right: 66.666667%;
  }

  .tw .sm\:right-1\/4{
    right: 25%;
  }

  .tw .sm\:right-2\/4{
    right: 50%;
  }

  .tw .sm\:right-3\/4{
    right: 75%;
  }

  .tw .sm\:right-full{
    right: 100%;
  }

  .tw .sm\:-right-1\/2{
    right: -50%;
  }

  .tw .sm\:-right-1\/3{
    right: -33.333333%;
  }

  .tw .sm\:-right-2\/3{
    right: -66.666667%;
  }

  .tw .sm\:-right-1\/4{
    right: -25%;
  }

  .tw .sm\:-right-2\/4{
    right: -50%;
  }

  .tw .sm\:-right-3\/4{
    right: -75%;
  }

  .tw .sm\:-right-full{
    right: -100%;
  }

  .tw .sm\:bottom-0{
    bottom: 0px;
  }

  .tw .sm\:bottom-1{
    bottom: 5px;
  }

  .tw .sm\:bottom-2{
    bottom: 10px;
  }

  .tw .sm\:bottom-3{
    bottom: 15px;
  }

  .tw .sm\:bottom-4{
    bottom: 20px;
  }

  .tw .sm\:bottom-5{
    bottom: 25px;
  }

  .tw .sm\:bottom-6{
    bottom: 30px;
  }

  .tw .sm\:bottom-7{
    bottom: 35px;
  }

  .tw .sm\:bottom-8{
    bottom: 40px;
  }

  .tw .sm\:bottom-9{
    bottom: 45px;
  }

  .tw .sm\:bottom-10{
    bottom: 50px;
  }

  .tw .sm\:bottom-11{
    bottom: 55px;
  }

  .tw .sm\:bottom-12{
    bottom: 60px;
  }

  .tw .sm\:bottom-13{
    bottom: 65px;
  }

  .tw .sm\:bottom-14{
    bottom: 70px;
  }

  .tw .sm\:bottom-15{
    bottom: 75px;
  }

  .tw .sm\:bottom-16{
    bottom: 80px;
  }

  .tw .sm\:bottom-17{
    bottom: 85px;
  }

  .tw .sm\:bottom-18{
    bottom: 90px;
  }

  .tw .sm\:bottom-19{
    bottom: 95px;
  }

  .tw .sm\:bottom-20{
    bottom: 100px;
  }

  .tw .sm\:bottom-21{
    bottom: 105px;
  }

  .tw .sm\:bottom-22{
    bottom: 110px;
  }

  .tw .sm\:bottom-23{
    bottom: 115px;
  }

  .tw .sm\:bottom-24{
    bottom: 120px;
  }

  .tw .sm\:bottom-25{
    bottom: 125px;
  }

  .tw .sm\:bottom-26{
    bottom: 130px;
  }

  .tw .sm\:bottom-27{
    bottom: 135px;
  }

  .tw .sm\:bottom-28{
    bottom: 140px;
  }

  .tw .sm\:bottom-29{
    bottom: 145px;
  }

  .tw .sm\:bottom-30{
    bottom: 150px;
  }

  .tw .sm\:bottom-31{
    bottom: 155px;
  }

  .tw .sm\:bottom-32{
    bottom: 160px;
  }

  .tw .sm\:bottom-33{
    bottom: 165px;
  }

  .tw .sm\:bottom-34{
    bottom: 170px;
  }

  .tw .sm\:bottom-35{
    bottom: 175px;
  }

  .tw .sm\:bottom-36{
    bottom: 180px;
  }

  .tw .sm\:bottom-37{
    bottom: 185px;
  }

  .tw .sm\:bottom-38{
    bottom: 190px;
  }

  .tw .sm\:bottom-39{
    bottom: 195px;
  }

  .tw .sm\:bottom-40{
    bottom: 200px;
  }

  .tw .sm\:bottom-41{
    bottom: 205px;
  }

  .tw .sm\:bottom-42{
    bottom: 210px;
  }

  .tw .sm\:bottom-43{
    bottom: 215px;
  }

  .tw .sm\:bottom-44{
    bottom: 220px;
  }

  .tw .sm\:bottom-45{
    bottom: 225px;
  }

  .tw .sm\:bottom-46{
    bottom: 230px;
  }

  .tw .sm\:bottom-47{
    bottom: 235px;
  }

  .tw .sm\:bottom-48{
    bottom: 240px;
  }

  .tw .sm\:bottom-49{
    bottom: 245px;
  }

  .tw .sm\:bottom-50{
    bottom: 250px;
  }

  .tw .sm\:bottom-51{
    bottom: 255px;
  }

  .tw .sm\:bottom-52{
    bottom: 260px;
  }

  .tw .sm\:bottom-53{
    bottom: 265px;
  }

  .tw .sm\:bottom-54{
    bottom: 270px;
  }

  .tw .sm\:bottom-55{
    bottom: 275px;
  }

  .tw .sm\:bottom-56{
    bottom: 280px;
  }

  .tw .sm\:bottom-57{
    bottom: 285px;
  }

  .tw .sm\:bottom-58{
    bottom: 290px;
  }

  .tw .sm\:bottom-59{
    bottom: 295px;
  }

  .tw .sm\:bottom-60{
    bottom: 300px;
  }

  .tw .sm\:bottom-61{
    bottom: 305px;
  }

  .tw .sm\:bottom-62{
    bottom: 310px;
  }

  .tw .sm\:bottom-63{
    bottom: 315px;
  }

  .tw .sm\:bottom-64{
    bottom: 320px;
  }

  .tw .sm\:bottom-65{
    bottom: 325px;
  }

  .tw .sm\:bottom-66{
    bottom: 330px;
  }

  .tw .sm\:bottom-67{
    bottom: 335px;
  }

  .tw .sm\:bottom-68{
    bottom: 340px;
  }

  .tw .sm\:bottom-69{
    bottom: 345px;
  }

  .tw .sm\:bottom-70{
    bottom: 350px;
  }

  .tw .sm\:bottom-71{
    bottom: 355px;
  }

  .tw .sm\:bottom-72{
    bottom: 360px;
  }

  .tw .sm\:bottom-73{
    bottom: 365px;
  }

  .tw .sm\:bottom-74{
    bottom: 370px;
  }

  .tw .sm\:bottom-75{
    bottom: 375px;
  }

  .tw .sm\:bottom-76{
    bottom: 380px;
  }

  .tw .sm\:bottom-77{
    bottom: 385px;
  }

  .tw .sm\:bottom-78{
    bottom: 390px;
  }

  .tw .sm\:bottom-79{
    bottom: 395px;
  }

  .tw .sm\:bottom-80{
    bottom: 400px;
  }

  .tw .sm\:bottom-81{
    bottom: 405px;
  }

  .tw .sm\:bottom-82{
    bottom: 410px;
  }

  .tw .sm\:bottom-83{
    bottom: 415px;
  }

  .tw .sm\:bottom-84{
    bottom: 420px;
  }

  .tw .sm\:bottom-85{
    bottom: 425px;
  }

  .tw .sm\:bottom-86{
    bottom: 430px;
  }

  .tw .sm\:bottom-87{
    bottom: 435px;
  }

  .tw .sm\:bottom-88{
    bottom: 440px;
  }

  .tw .sm\:bottom-89{
    bottom: 445px;
  }

  .tw .sm\:bottom-90{
    bottom: 450px;
  }

  .tw .sm\:bottom-91{
    bottom: 455px;
  }

  .tw .sm\:bottom-92{
    bottom: 460px;
  }

  .tw .sm\:bottom-93{
    bottom: 465px;
  }

  .tw .sm\:bottom-94{
    bottom: 470px;
  }

  .tw .sm\:bottom-95{
    bottom: 475px;
  }

  .tw .sm\:bottom-96{
    bottom: 480px;
  }

  .tw .sm\:bottom-97{
    bottom: 485px;
  }

  .tw .sm\:bottom-98{
    bottom: 490px;
  }

  .tw .sm\:bottom-99{
    bottom: 495px;
  }

  .tw .sm\:bottom-100{
    bottom: 500px;
  }

  .tw .sm\:bottom-101{
    bottom: 505px;
  }

  .tw .sm\:bottom-102{
    bottom: 510px;
  }

  .tw .sm\:bottom-103{
    bottom: 515px;
  }

  .tw .sm\:bottom-104{
    bottom: 520px;
  }

  .tw .sm\:bottom-105{
    bottom: 525px;
  }

  .tw .sm\:bottom-106{
    bottom: 530px;
  }

  .tw .sm\:bottom-107{
    bottom: 535px;
  }

  .tw .sm\:bottom-108{
    bottom: 540px;
  }

  .tw .sm\:bottom-109{
    bottom: 545px;
  }

  .tw .sm\:bottom-110{
    bottom: 550px;
  }

  .tw .sm\:bottom-111{
    bottom: 555px;
  }

  .tw .sm\:bottom-112{
    bottom: 560px;
  }

  .tw .sm\:bottom-113{
    bottom: 565px;
  }

  .tw .sm\:bottom-114{
    bottom: 570px;
  }

  .tw .sm\:bottom-115{
    bottom: 575px;
  }

  .tw .sm\:bottom-116{
    bottom: 580px;
  }

  .tw .sm\:bottom-117{
    bottom: 585px;
  }

  .tw .sm\:bottom-118{
    bottom: 590px;
  }

  .tw .sm\:bottom-119{
    bottom: 595px;
  }

  .tw .sm\:bottom-120{
    bottom: 600px;
  }

  .tw .sm\:bottom-121{
    bottom: 605px;
  }

  .tw .sm\:bottom-122{
    bottom: 610px;
  }

  .tw .sm\:bottom-123{
    bottom: 615px;
  }

  .tw .sm\:bottom-124{
    bottom: 620px;
  }

  .tw .sm\:bottom-125{
    bottom: 625px;
  }

  .tw .sm\:bottom-126{
    bottom: 630px;
  }

  .tw .sm\:bottom-127{
    bottom: 635px;
  }

  .tw .sm\:bottom-128{
    bottom: 640px;
  }

  .tw .sm\:bottom-129{
    bottom: 645px;
  }

  .tw .sm\:bottom-130{
    bottom: 650px;
  }

  .tw .sm\:bottom-131{
    bottom: 655px;
  }

  .tw .sm\:bottom-132{
    bottom: 660px;
  }

  .tw .sm\:bottom-133{
    bottom: 665px;
  }

  .tw .sm\:bottom-134{
    bottom: 670px;
  }

  .tw .sm\:bottom-135{
    bottom: 675px;
  }

  .tw .sm\:bottom-136{
    bottom: 680px;
  }

  .tw .sm\:bottom-137{
    bottom: 685px;
  }

  .tw .sm\:bottom-138{
    bottom: 690px;
  }

  .tw .sm\:bottom-139{
    bottom: 695px;
  }

  .tw .sm\:bottom-140{
    bottom: 700px;
  }

  .tw .sm\:bottom-141{
    bottom: 705px;
  }

  .tw .sm\:bottom-142{
    bottom: 710px;
  }

  .tw .sm\:bottom-143{
    bottom: 715px;
  }

  .tw .sm\:bottom-144{
    bottom: 720px;
  }

  .tw .sm\:bottom-145{
    bottom: 725px;
  }

  .tw .sm\:bottom-146{
    bottom: 730px;
  }

  .tw .sm\:bottom-147{
    bottom: 735px;
  }

  .tw .sm\:bottom-148{
    bottom: 740px;
  }

  .tw .sm\:bottom-149{
    bottom: 745px;
  }

  .tw .sm\:bottom-auto{
    bottom: auto;
  }

  .tw .sm\:bottom-0\.5{
    bottom: 3px;
  }

  .tw .sm\:bottom-1px{
    bottom: 1px;
  }

  .tw .sm\:bottom-2px{
    bottom: 2px;
  }

  .tw .sm\:bottom-3px{
    bottom: 3px;
  }

  .tw .sm\:bottom-4px{
    bottom: 4px;
  }

  .tw .sm\:bottom-5px{
    bottom: 5px;
  }

  .tw .sm\:bottom-6px{
    bottom: 6px;
  }

  .tw .sm\:bottom-7px{
    bottom: 7px;
  }

  .tw .sm\:bottom-8px{
    bottom: 8px;
  }

  .tw .sm\:bottom-9px{
    bottom: 9px;
  }

  .tw .sm\:bottom-10px{
    bottom: 10px;
  }

  .tw .sm\:bottom-11px{
    bottom: 11px;
  }

  .tw .sm\:bottom-12px{
    bottom: 12px;
  }

  .tw .sm\:bottom-13px{
    bottom: 13px;
  }

  .tw .sm\:bottom-14px{
    bottom: 14px;
  }

  .tw .sm\:bottom-15px{
    bottom: 15px;
  }

  .tw .sm\:bottom-16px{
    bottom: 16px;
  }

  .tw .sm\:bottom-17px{
    bottom: 17px;
  }

  .tw .sm\:bottom-18px{
    bottom: 18px;
  }

  .tw .sm\:bottom-19px{
    bottom: 19px;
  }

  .tw .sm\:bottom-20px{
    bottom: 20px;
  }

  .tw .sm\:bottom-21px{
    bottom: 21px;
  }

  .tw .sm\:bottom-22px{
    bottom: 22px;
  }

  .tw .sm\:bottom-23px{
    bottom: 23px;
  }

  .tw .sm\:bottom-24px{
    bottom: 24px;
  }

  .tw .sm\:bottom-25px{
    bottom: 25px;
  }

  .tw .sm\:bottom-26px{
    bottom: 26px;
  }

  .tw .sm\:bottom-27px{
    bottom: 27px;
  }

  .tw .sm\:bottom-28px{
    bottom: 28px;
  }

  .tw .sm\:bottom-29px{
    bottom: 29px;
  }

  .tw .sm\:bottom-30px{
    bottom: 30px;
  }

  .tw .sm\:bottom-31px{
    bottom: 31px;
  }

  .tw .sm\:bottom-32px{
    bottom: 32px;
  }

  .tw .sm\:bottom-33px{
    bottom: 33px;
  }

  .tw .sm\:bottom-34px{
    bottom: 34px;
  }

  .tw .sm\:bottom-35px{
    bottom: 35px;
  }

  .tw .sm\:bottom-36px{
    bottom: 36px;
  }

  .tw .sm\:bottom-37px{
    bottom: 37px;
  }

  .tw .sm\:bottom-38px{
    bottom: 38px;
  }

  .tw .sm\:bottom-39px{
    bottom: 39px;
  }

  .tw .sm\:bottom-40px{
    bottom: 40px;
  }

  .tw .sm\:-bottom-0{
    bottom: 0px;
  }

  .tw .sm\:-bottom-1{
    bottom: -5px;
  }

  .tw .sm\:-bottom-2{
    bottom: -10px;
  }

  .tw .sm\:-bottom-3{
    bottom: -15px;
  }

  .tw .sm\:-bottom-4{
    bottom: -20px;
  }

  .tw .sm\:-bottom-5{
    bottom: -25px;
  }

  .tw .sm\:-bottom-6{
    bottom: -30px;
  }

  .tw .sm\:-bottom-7{
    bottom: -35px;
  }

  .tw .sm\:-bottom-8{
    bottom: -40px;
  }

  .tw .sm\:-bottom-9{
    bottom: -45px;
  }

  .tw .sm\:-bottom-10{
    bottom: -50px;
  }

  .tw .sm\:-bottom-11{
    bottom: -55px;
  }

  .tw .sm\:-bottom-12{
    bottom: -60px;
  }

  .tw .sm\:-bottom-13{
    bottom: -65px;
  }

  .tw .sm\:-bottom-14{
    bottom: -70px;
  }

  .tw .sm\:-bottom-15{
    bottom: -75px;
  }

  .tw .sm\:-bottom-16{
    bottom: -80px;
  }

  .tw .sm\:-bottom-17{
    bottom: -85px;
  }

  .tw .sm\:-bottom-18{
    bottom: -90px;
  }

  .tw .sm\:-bottom-19{
    bottom: -95px;
  }

  .tw .sm\:-bottom-20{
    bottom: -100px;
  }

  .tw .sm\:-bottom-21{
    bottom: -105px;
  }

  .tw .sm\:-bottom-22{
    bottom: -110px;
  }

  .tw .sm\:-bottom-23{
    bottom: -115px;
  }

  .tw .sm\:-bottom-24{
    bottom: -120px;
  }

  .tw .sm\:-bottom-25{
    bottom: -125px;
  }

  .tw .sm\:-bottom-26{
    bottom: -130px;
  }

  .tw .sm\:-bottom-27{
    bottom: -135px;
  }

  .tw .sm\:-bottom-28{
    bottom: -140px;
  }

  .tw .sm\:-bottom-29{
    bottom: -145px;
  }

  .tw .sm\:-bottom-30{
    bottom: -150px;
  }

  .tw .sm\:-bottom-31{
    bottom: -155px;
  }

  .tw .sm\:-bottom-32{
    bottom: -160px;
  }

  .tw .sm\:-bottom-33{
    bottom: -165px;
  }

  .tw .sm\:-bottom-34{
    bottom: -170px;
  }

  .tw .sm\:-bottom-35{
    bottom: -175px;
  }

  .tw .sm\:-bottom-36{
    bottom: -180px;
  }

  .tw .sm\:-bottom-37{
    bottom: -185px;
  }

  .tw .sm\:-bottom-38{
    bottom: -190px;
  }

  .tw .sm\:-bottom-39{
    bottom: -195px;
  }

  .tw .sm\:-bottom-40{
    bottom: -200px;
  }

  .tw .sm\:-bottom-41{
    bottom: -205px;
  }

  .tw .sm\:-bottom-42{
    bottom: -210px;
  }

  .tw .sm\:-bottom-43{
    bottom: -215px;
  }

  .tw .sm\:-bottom-44{
    bottom: -220px;
  }

  .tw .sm\:-bottom-45{
    bottom: -225px;
  }

  .tw .sm\:-bottom-46{
    bottom: -230px;
  }

  .tw .sm\:-bottom-47{
    bottom: -235px;
  }

  .tw .sm\:-bottom-48{
    bottom: -240px;
  }

  .tw .sm\:-bottom-49{
    bottom: -245px;
  }

  .tw .sm\:-bottom-50{
    bottom: -250px;
  }

  .tw .sm\:-bottom-51{
    bottom: -255px;
  }

  .tw .sm\:-bottom-52{
    bottom: -260px;
  }

  .tw .sm\:-bottom-53{
    bottom: -265px;
  }

  .tw .sm\:-bottom-54{
    bottom: -270px;
  }

  .tw .sm\:-bottom-55{
    bottom: -275px;
  }

  .tw .sm\:-bottom-56{
    bottom: -280px;
  }

  .tw .sm\:-bottom-57{
    bottom: -285px;
  }

  .tw .sm\:-bottom-58{
    bottom: -290px;
  }

  .tw .sm\:-bottom-59{
    bottom: -295px;
  }

  .tw .sm\:-bottom-60{
    bottom: -300px;
  }

  .tw .sm\:-bottom-61{
    bottom: -305px;
  }

  .tw .sm\:-bottom-62{
    bottom: -310px;
  }

  .tw .sm\:-bottom-63{
    bottom: -315px;
  }

  .tw .sm\:-bottom-64{
    bottom: -320px;
  }

  .tw .sm\:-bottom-65{
    bottom: -325px;
  }

  .tw .sm\:-bottom-66{
    bottom: -330px;
  }

  .tw .sm\:-bottom-67{
    bottom: -335px;
  }

  .tw .sm\:-bottom-68{
    bottom: -340px;
  }

  .tw .sm\:-bottom-69{
    bottom: -345px;
  }

  .tw .sm\:-bottom-70{
    bottom: -350px;
  }

  .tw .sm\:-bottom-71{
    bottom: -355px;
  }

  .tw .sm\:-bottom-72{
    bottom: -360px;
  }

  .tw .sm\:-bottom-73{
    bottom: -365px;
  }

  .tw .sm\:-bottom-74{
    bottom: -370px;
  }

  .tw .sm\:-bottom-75{
    bottom: -375px;
  }

  .tw .sm\:-bottom-76{
    bottom: -380px;
  }

  .tw .sm\:-bottom-77{
    bottom: -385px;
  }

  .tw .sm\:-bottom-78{
    bottom: -390px;
  }

  .tw .sm\:-bottom-79{
    bottom: -395px;
  }

  .tw .sm\:-bottom-80{
    bottom: -400px;
  }

  .tw .sm\:-bottom-81{
    bottom: -405px;
  }

  .tw .sm\:-bottom-82{
    bottom: -410px;
  }

  .tw .sm\:-bottom-83{
    bottom: -415px;
  }

  .tw .sm\:-bottom-84{
    bottom: -420px;
  }

  .tw .sm\:-bottom-85{
    bottom: -425px;
  }

  .tw .sm\:-bottom-86{
    bottom: -430px;
  }

  .tw .sm\:-bottom-87{
    bottom: -435px;
  }

  .tw .sm\:-bottom-88{
    bottom: -440px;
  }

  .tw .sm\:-bottom-89{
    bottom: -445px;
  }

  .tw .sm\:-bottom-90{
    bottom: -450px;
  }

  .tw .sm\:-bottom-91{
    bottom: -455px;
  }

  .tw .sm\:-bottom-92{
    bottom: -460px;
  }

  .tw .sm\:-bottom-93{
    bottom: -465px;
  }

  .tw .sm\:-bottom-94{
    bottom: -470px;
  }

  .tw .sm\:-bottom-95{
    bottom: -475px;
  }

  .tw .sm\:-bottom-96{
    bottom: -480px;
  }

  .tw .sm\:-bottom-97{
    bottom: -485px;
  }

  .tw .sm\:-bottom-98{
    bottom: -490px;
  }

  .tw .sm\:-bottom-99{
    bottom: -495px;
  }

  .tw .sm\:-bottom-100{
    bottom: -500px;
  }

  .tw .sm\:-bottom-101{
    bottom: -505px;
  }

  .tw .sm\:-bottom-102{
    bottom: -510px;
  }

  .tw .sm\:-bottom-103{
    bottom: -515px;
  }

  .tw .sm\:-bottom-104{
    bottom: -520px;
  }

  .tw .sm\:-bottom-105{
    bottom: -525px;
  }

  .tw .sm\:-bottom-106{
    bottom: -530px;
  }

  .tw .sm\:-bottom-107{
    bottom: -535px;
  }

  .tw .sm\:-bottom-108{
    bottom: -540px;
  }

  .tw .sm\:-bottom-109{
    bottom: -545px;
  }

  .tw .sm\:-bottom-110{
    bottom: -550px;
  }

  .tw .sm\:-bottom-111{
    bottom: -555px;
  }

  .tw .sm\:-bottom-112{
    bottom: -560px;
  }

  .tw .sm\:-bottom-113{
    bottom: -565px;
  }

  .tw .sm\:-bottom-114{
    bottom: -570px;
  }

  .tw .sm\:-bottom-115{
    bottom: -575px;
  }

  .tw .sm\:-bottom-116{
    bottom: -580px;
  }

  .tw .sm\:-bottom-117{
    bottom: -585px;
  }

  .tw .sm\:-bottom-118{
    bottom: -590px;
  }

  .tw .sm\:-bottom-119{
    bottom: -595px;
  }

  .tw .sm\:-bottom-120{
    bottom: -600px;
  }

  .tw .sm\:-bottom-121{
    bottom: -605px;
  }

  .tw .sm\:-bottom-122{
    bottom: -610px;
  }

  .tw .sm\:-bottom-123{
    bottom: -615px;
  }

  .tw .sm\:-bottom-124{
    bottom: -620px;
  }

  .tw .sm\:-bottom-125{
    bottom: -625px;
  }

  .tw .sm\:-bottom-126{
    bottom: -630px;
  }

  .tw .sm\:-bottom-127{
    bottom: -635px;
  }

  .tw .sm\:-bottom-128{
    bottom: -640px;
  }

  .tw .sm\:-bottom-129{
    bottom: -645px;
  }

  .tw .sm\:-bottom-130{
    bottom: -650px;
  }

  .tw .sm\:-bottom-131{
    bottom: -655px;
  }

  .tw .sm\:-bottom-132{
    bottom: -660px;
  }

  .tw .sm\:-bottom-133{
    bottom: -665px;
  }

  .tw .sm\:-bottom-134{
    bottom: -670px;
  }

  .tw .sm\:-bottom-135{
    bottom: -675px;
  }

  .tw .sm\:-bottom-136{
    bottom: -680px;
  }

  .tw .sm\:-bottom-137{
    bottom: -685px;
  }

  .tw .sm\:-bottom-138{
    bottom: -690px;
  }

  .tw .sm\:-bottom-139{
    bottom: -695px;
  }

  .tw .sm\:-bottom-140{
    bottom: -700px;
  }

  .tw .sm\:-bottom-141{
    bottom: -705px;
  }

  .tw .sm\:-bottom-142{
    bottom: -710px;
  }

  .tw .sm\:-bottom-143{
    bottom: -715px;
  }

  .tw .sm\:-bottom-144{
    bottom: -720px;
  }

  .tw .sm\:-bottom-145{
    bottom: -725px;
  }

  .tw .sm\:-bottom-146{
    bottom: -730px;
  }

  .tw .sm\:-bottom-147{
    bottom: -735px;
  }

  .tw .sm\:-bottom-148{
    bottom: -740px;
  }

  .tw .sm\:-bottom-149{
    bottom: -745px;
  }

  .tw .sm\:-bottom-0\.5{
    bottom: -3px;
  }

  .tw .sm\:-bottom-1px{
    bottom: -1px;
  }

  .tw .sm\:-bottom-2px{
    bottom: -2px;
  }

  .tw .sm\:-bottom-3px{
    bottom: -3px;
  }

  .tw .sm\:-bottom-4px{
    bottom: -4px;
  }

  .tw .sm\:-bottom-5px{
    bottom: -5px;
  }

  .tw .sm\:-bottom-6px{
    bottom: -6px;
  }

  .tw .sm\:-bottom-7px{
    bottom: -7px;
  }

  .tw .sm\:-bottom-8px{
    bottom: -8px;
  }

  .tw .sm\:-bottom-9px{
    bottom: -9px;
  }

  .tw .sm\:-bottom-10px{
    bottom: -10px;
  }

  .tw .sm\:-bottom-11px{
    bottom: -11px;
  }

  .tw .sm\:-bottom-12px{
    bottom: -12px;
  }

  .tw .sm\:-bottom-13px{
    bottom: -13px;
  }

  .tw .sm\:-bottom-14px{
    bottom: -14px;
  }

  .tw .sm\:-bottom-15px{
    bottom: -15px;
  }

  .tw .sm\:-bottom-16px{
    bottom: -16px;
  }

  .tw .sm\:-bottom-17px{
    bottom: -17px;
  }

  .tw .sm\:-bottom-18px{
    bottom: -18px;
  }

  .tw .sm\:-bottom-19px{
    bottom: -19px;
  }

  .tw .sm\:-bottom-20px{
    bottom: -20px;
  }

  .tw .sm\:-bottom-21px{
    bottom: -21px;
  }

  .tw .sm\:-bottom-22px{
    bottom: -22px;
  }

  .tw .sm\:-bottom-23px{
    bottom: -23px;
  }

  .tw .sm\:-bottom-24px{
    bottom: -24px;
  }

  .tw .sm\:-bottom-25px{
    bottom: -25px;
  }

  .tw .sm\:-bottom-26px{
    bottom: -26px;
  }

  .tw .sm\:-bottom-27px{
    bottom: -27px;
  }

  .tw .sm\:-bottom-28px{
    bottom: -28px;
  }

  .tw .sm\:-bottom-29px{
    bottom: -29px;
  }

  .tw .sm\:-bottom-30px{
    bottom: -30px;
  }

  .tw .sm\:-bottom-31px{
    bottom: -31px;
  }

  .tw .sm\:-bottom-32px{
    bottom: -32px;
  }

  .tw .sm\:-bottom-33px{
    bottom: -33px;
  }

  .tw .sm\:-bottom-34px{
    bottom: -34px;
  }

  .tw .sm\:-bottom-35px{
    bottom: -35px;
  }

  .tw .sm\:-bottom-36px{
    bottom: -36px;
  }

  .tw .sm\:-bottom-37px{
    bottom: -37px;
  }

  .tw .sm\:-bottom-38px{
    bottom: -38px;
  }

  .tw .sm\:-bottom-39px{
    bottom: -39px;
  }

  .tw .sm\:-bottom-40px{
    bottom: -40px;
  }

  .tw .sm\:bottom-1\/2{
    bottom: 50%;
  }

  .tw .sm\:bottom-1\/3{
    bottom: 33.333333%;
  }

  .tw .sm\:bottom-2\/3{
    bottom: 66.666667%;
  }

  .tw .sm\:bottom-1\/4{
    bottom: 25%;
  }

  .tw .sm\:bottom-2\/4{
    bottom: 50%;
  }

  .tw .sm\:bottom-3\/4{
    bottom: 75%;
  }

  .tw .sm\:bottom-full{
    bottom: 100%;
  }

  .tw .sm\:-bottom-1\/2{
    bottom: -50%;
  }

  .tw .sm\:-bottom-1\/3{
    bottom: -33.333333%;
  }

  .tw .sm\:-bottom-2\/3{
    bottom: -66.666667%;
  }

  .tw .sm\:-bottom-1\/4{
    bottom: -25%;
  }

  .tw .sm\:-bottom-2\/4{
    bottom: -50%;
  }

  .tw .sm\:-bottom-3\/4{
    bottom: -75%;
  }

  .tw .sm\:-bottom-full{
    bottom: -100%;
  }

  .tw .sm\:left-0{
    left: 0px;
  }

  .tw .sm\:left-1{
    left: 5px;
  }

  .tw .sm\:left-2{
    left: 10px;
  }

  .tw .sm\:left-3{
    left: 15px;
  }

  .tw .sm\:left-4{
    left: 20px;
  }

  .tw .sm\:left-5{
    left: 25px;
  }

  .tw .sm\:left-6{
    left: 30px;
  }

  .tw .sm\:left-7{
    left: 35px;
  }

  .tw .sm\:left-8{
    left: 40px;
  }

  .tw .sm\:left-9{
    left: 45px;
  }

  .tw .sm\:left-10{
    left: 50px;
  }

  .tw .sm\:left-11{
    left: 55px;
  }

  .tw .sm\:left-12{
    left: 60px;
  }

  .tw .sm\:left-13{
    left: 65px;
  }

  .tw .sm\:left-14{
    left: 70px;
  }

  .tw .sm\:left-15{
    left: 75px;
  }

  .tw .sm\:left-16{
    left: 80px;
  }

  .tw .sm\:left-17{
    left: 85px;
  }

  .tw .sm\:left-18{
    left: 90px;
  }

  .tw .sm\:left-19{
    left: 95px;
  }

  .tw .sm\:left-20{
    left: 100px;
  }

  .tw .sm\:left-21{
    left: 105px;
  }

  .tw .sm\:left-22{
    left: 110px;
  }

  .tw .sm\:left-23{
    left: 115px;
  }

  .tw .sm\:left-24{
    left: 120px;
  }

  .tw .sm\:left-25{
    left: 125px;
  }

  .tw .sm\:left-26{
    left: 130px;
  }

  .tw .sm\:left-27{
    left: 135px;
  }

  .tw .sm\:left-28{
    left: 140px;
  }

  .tw .sm\:left-29{
    left: 145px;
  }

  .tw .sm\:left-30{
    left: 150px;
  }

  .tw .sm\:left-31{
    left: 155px;
  }

  .tw .sm\:left-32{
    left: 160px;
  }

  .tw .sm\:left-33{
    left: 165px;
  }

  .tw .sm\:left-34{
    left: 170px;
  }

  .tw .sm\:left-35{
    left: 175px;
  }

  .tw .sm\:left-36{
    left: 180px;
  }

  .tw .sm\:left-37{
    left: 185px;
  }

  .tw .sm\:left-38{
    left: 190px;
  }

  .tw .sm\:left-39{
    left: 195px;
  }

  .tw .sm\:left-40{
    left: 200px;
  }

  .tw .sm\:left-41{
    left: 205px;
  }

  .tw .sm\:left-42{
    left: 210px;
  }

  .tw .sm\:left-43{
    left: 215px;
  }

  .tw .sm\:left-44{
    left: 220px;
  }

  .tw .sm\:left-45{
    left: 225px;
  }

  .tw .sm\:left-46{
    left: 230px;
  }

  .tw .sm\:left-47{
    left: 235px;
  }

  .tw .sm\:left-48{
    left: 240px;
  }

  .tw .sm\:left-49{
    left: 245px;
  }

  .tw .sm\:left-50{
    left: 250px;
  }

  .tw .sm\:left-51{
    left: 255px;
  }

  .tw .sm\:left-52{
    left: 260px;
  }

  .tw .sm\:left-53{
    left: 265px;
  }

  .tw .sm\:left-54{
    left: 270px;
  }

  .tw .sm\:left-55{
    left: 275px;
  }

  .tw .sm\:left-56{
    left: 280px;
  }

  .tw .sm\:left-57{
    left: 285px;
  }

  .tw .sm\:left-58{
    left: 290px;
  }

  .tw .sm\:left-59{
    left: 295px;
  }

  .tw .sm\:left-60{
    left: 300px;
  }

  .tw .sm\:left-61{
    left: 305px;
  }

  .tw .sm\:left-62{
    left: 310px;
  }

  .tw .sm\:left-63{
    left: 315px;
  }

  .tw .sm\:left-64{
    left: 320px;
  }

  .tw .sm\:left-65{
    left: 325px;
  }

  .tw .sm\:left-66{
    left: 330px;
  }

  .tw .sm\:left-67{
    left: 335px;
  }

  .tw .sm\:left-68{
    left: 340px;
  }

  .tw .sm\:left-69{
    left: 345px;
  }

  .tw .sm\:left-70{
    left: 350px;
  }

  .tw .sm\:left-71{
    left: 355px;
  }

  .tw .sm\:left-72{
    left: 360px;
  }

  .tw .sm\:left-73{
    left: 365px;
  }

  .tw .sm\:left-74{
    left: 370px;
  }

  .tw .sm\:left-75{
    left: 375px;
  }

  .tw .sm\:left-76{
    left: 380px;
  }

  .tw .sm\:left-77{
    left: 385px;
  }

  .tw .sm\:left-78{
    left: 390px;
  }

  .tw .sm\:left-79{
    left: 395px;
  }

  .tw .sm\:left-80{
    left: 400px;
  }

  .tw .sm\:left-81{
    left: 405px;
  }

  .tw .sm\:left-82{
    left: 410px;
  }

  .tw .sm\:left-83{
    left: 415px;
  }

  .tw .sm\:left-84{
    left: 420px;
  }

  .tw .sm\:left-85{
    left: 425px;
  }

  .tw .sm\:left-86{
    left: 430px;
  }

  .tw .sm\:left-87{
    left: 435px;
  }

  .tw .sm\:left-88{
    left: 440px;
  }

  .tw .sm\:left-89{
    left: 445px;
  }

  .tw .sm\:left-90{
    left: 450px;
  }

  .tw .sm\:left-91{
    left: 455px;
  }

  .tw .sm\:left-92{
    left: 460px;
  }

  .tw .sm\:left-93{
    left: 465px;
  }

  .tw .sm\:left-94{
    left: 470px;
  }

  .tw .sm\:left-95{
    left: 475px;
  }

  .tw .sm\:left-96{
    left: 480px;
  }

  .tw .sm\:left-97{
    left: 485px;
  }

  .tw .sm\:left-98{
    left: 490px;
  }

  .tw .sm\:left-99{
    left: 495px;
  }

  .tw .sm\:left-100{
    left: 500px;
  }

  .tw .sm\:left-101{
    left: 505px;
  }

  .tw .sm\:left-102{
    left: 510px;
  }

  .tw .sm\:left-103{
    left: 515px;
  }

  .tw .sm\:left-104{
    left: 520px;
  }

  .tw .sm\:left-105{
    left: 525px;
  }

  .tw .sm\:left-106{
    left: 530px;
  }

  .tw .sm\:left-107{
    left: 535px;
  }

  .tw .sm\:left-108{
    left: 540px;
  }

  .tw .sm\:left-109{
    left: 545px;
  }

  .tw .sm\:left-110{
    left: 550px;
  }

  .tw .sm\:left-111{
    left: 555px;
  }

  .tw .sm\:left-112{
    left: 560px;
  }

  .tw .sm\:left-113{
    left: 565px;
  }

  .tw .sm\:left-114{
    left: 570px;
  }

  .tw .sm\:left-115{
    left: 575px;
  }

  .tw .sm\:left-116{
    left: 580px;
  }

  .tw .sm\:left-117{
    left: 585px;
  }

  .tw .sm\:left-118{
    left: 590px;
  }

  .tw .sm\:left-119{
    left: 595px;
  }

  .tw .sm\:left-120{
    left: 600px;
  }

  .tw .sm\:left-121{
    left: 605px;
  }

  .tw .sm\:left-122{
    left: 610px;
  }

  .tw .sm\:left-123{
    left: 615px;
  }

  .tw .sm\:left-124{
    left: 620px;
  }

  .tw .sm\:left-125{
    left: 625px;
  }

  .tw .sm\:left-126{
    left: 630px;
  }

  .tw .sm\:left-127{
    left: 635px;
  }

  .tw .sm\:left-128{
    left: 640px;
  }

  .tw .sm\:left-129{
    left: 645px;
  }

  .tw .sm\:left-130{
    left: 650px;
  }

  .tw .sm\:left-131{
    left: 655px;
  }

  .tw .sm\:left-132{
    left: 660px;
  }

  .tw .sm\:left-133{
    left: 665px;
  }

  .tw .sm\:left-134{
    left: 670px;
  }

  .tw .sm\:left-135{
    left: 675px;
  }

  .tw .sm\:left-136{
    left: 680px;
  }

  .tw .sm\:left-137{
    left: 685px;
  }

  .tw .sm\:left-138{
    left: 690px;
  }

  .tw .sm\:left-139{
    left: 695px;
  }

  .tw .sm\:left-140{
    left: 700px;
  }

  .tw .sm\:left-141{
    left: 705px;
  }

  .tw .sm\:left-142{
    left: 710px;
  }

  .tw .sm\:left-143{
    left: 715px;
  }

  .tw .sm\:left-144{
    left: 720px;
  }

  .tw .sm\:left-145{
    left: 725px;
  }

  .tw .sm\:left-146{
    left: 730px;
  }

  .tw .sm\:left-147{
    left: 735px;
  }

  .tw .sm\:left-148{
    left: 740px;
  }

  .tw .sm\:left-149{
    left: 745px;
  }

  .tw .sm\:left-auto{
    left: auto;
  }

  .tw .sm\:left-0\.5{
    left: 3px;
  }

  .tw .sm\:left-1px{
    left: 1px;
  }

  .tw .sm\:left-2px{
    left: 2px;
  }

  .tw .sm\:left-3px{
    left: 3px;
  }

  .tw .sm\:left-4px{
    left: 4px;
  }

  .tw .sm\:left-5px{
    left: 5px;
  }

  .tw .sm\:left-6px{
    left: 6px;
  }

  .tw .sm\:left-7px{
    left: 7px;
  }

  .tw .sm\:left-8px{
    left: 8px;
  }

  .tw .sm\:left-9px{
    left: 9px;
  }

  .tw .sm\:left-10px{
    left: 10px;
  }

  .tw .sm\:left-11px{
    left: 11px;
  }

  .tw .sm\:left-12px{
    left: 12px;
  }

  .tw .sm\:left-13px{
    left: 13px;
  }

  .tw .sm\:left-14px{
    left: 14px;
  }

  .tw .sm\:left-15px{
    left: 15px;
  }

  .tw .sm\:left-16px{
    left: 16px;
  }

  .tw .sm\:left-17px{
    left: 17px;
  }

  .tw .sm\:left-18px{
    left: 18px;
  }

  .tw .sm\:left-19px{
    left: 19px;
  }

  .tw .sm\:left-20px{
    left: 20px;
  }

  .tw .sm\:left-21px{
    left: 21px;
  }

  .tw .sm\:left-22px{
    left: 22px;
  }

  .tw .sm\:left-23px{
    left: 23px;
  }

  .tw .sm\:left-24px{
    left: 24px;
  }

  .tw .sm\:left-25px{
    left: 25px;
  }

  .tw .sm\:left-26px{
    left: 26px;
  }

  .tw .sm\:left-27px{
    left: 27px;
  }

  .tw .sm\:left-28px{
    left: 28px;
  }

  .tw .sm\:left-29px{
    left: 29px;
  }

  .tw .sm\:left-30px{
    left: 30px;
  }

  .tw .sm\:left-31px{
    left: 31px;
  }

  .tw .sm\:left-32px{
    left: 32px;
  }

  .tw .sm\:left-33px{
    left: 33px;
  }

  .tw .sm\:left-34px{
    left: 34px;
  }

  .tw .sm\:left-35px{
    left: 35px;
  }

  .tw .sm\:left-36px{
    left: 36px;
  }

  .tw .sm\:left-37px{
    left: 37px;
  }

  .tw .sm\:left-38px{
    left: 38px;
  }

  .tw .sm\:left-39px{
    left: 39px;
  }

  .tw .sm\:left-40px{
    left: 40px;
  }

  .tw .sm\:-left-0{
    left: 0px;
  }

  .tw .sm\:-left-1{
    left: -5px;
  }

  .tw .sm\:-left-2{
    left: -10px;
  }

  .tw .sm\:-left-3{
    left: -15px;
  }

  .tw .sm\:-left-4{
    left: -20px;
  }

  .tw .sm\:-left-5{
    left: -25px;
  }

  .tw .sm\:-left-6{
    left: -30px;
  }

  .tw .sm\:-left-7{
    left: -35px;
  }

  .tw .sm\:-left-8{
    left: -40px;
  }

  .tw .sm\:-left-9{
    left: -45px;
  }

  .tw .sm\:-left-10{
    left: -50px;
  }

  .tw .sm\:-left-11{
    left: -55px;
  }

  .tw .sm\:-left-12{
    left: -60px;
  }

  .tw .sm\:-left-13{
    left: -65px;
  }

  .tw .sm\:-left-14{
    left: -70px;
  }

  .tw .sm\:-left-15{
    left: -75px;
  }

  .tw .sm\:-left-16{
    left: -80px;
  }

  .tw .sm\:-left-17{
    left: -85px;
  }

  .tw .sm\:-left-18{
    left: -90px;
  }

  .tw .sm\:-left-19{
    left: -95px;
  }

  .tw .sm\:-left-20{
    left: -100px;
  }

  .tw .sm\:-left-21{
    left: -105px;
  }

  .tw .sm\:-left-22{
    left: -110px;
  }

  .tw .sm\:-left-23{
    left: -115px;
  }

  .tw .sm\:-left-24{
    left: -120px;
  }

  .tw .sm\:-left-25{
    left: -125px;
  }

  .tw .sm\:-left-26{
    left: -130px;
  }

  .tw .sm\:-left-27{
    left: -135px;
  }

  .tw .sm\:-left-28{
    left: -140px;
  }

  .tw .sm\:-left-29{
    left: -145px;
  }

  .tw .sm\:-left-30{
    left: -150px;
  }

  .tw .sm\:-left-31{
    left: -155px;
  }

  .tw .sm\:-left-32{
    left: -160px;
  }

  .tw .sm\:-left-33{
    left: -165px;
  }

  .tw .sm\:-left-34{
    left: -170px;
  }

  .tw .sm\:-left-35{
    left: -175px;
  }

  .tw .sm\:-left-36{
    left: -180px;
  }

  .tw .sm\:-left-37{
    left: -185px;
  }

  .tw .sm\:-left-38{
    left: -190px;
  }

  .tw .sm\:-left-39{
    left: -195px;
  }

  .tw .sm\:-left-40{
    left: -200px;
  }

  .tw .sm\:-left-41{
    left: -205px;
  }

  .tw .sm\:-left-42{
    left: -210px;
  }

  .tw .sm\:-left-43{
    left: -215px;
  }

  .tw .sm\:-left-44{
    left: -220px;
  }

  .tw .sm\:-left-45{
    left: -225px;
  }

  .tw .sm\:-left-46{
    left: -230px;
  }

  .tw .sm\:-left-47{
    left: -235px;
  }

  .tw .sm\:-left-48{
    left: -240px;
  }

  .tw .sm\:-left-49{
    left: -245px;
  }

  .tw .sm\:-left-50{
    left: -250px;
  }

  .tw .sm\:-left-51{
    left: -255px;
  }

  .tw .sm\:-left-52{
    left: -260px;
  }

  .tw .sm\:-left-53{
    left: -265px;
  }

  .tw .sm\:-left-54{
    left: -270px;
  }

  .tw .sm\:-left-55{
    left: -275px;
  }

  .tw .sm\:-left-56{
    left: -280px;
  }

  .tw .sm\:-left-57{
    left: -285px;
  }

  .tw .sm\:-left-58{
    left: -290px;
  }

  .tw .sm\:-left-59{
    left: -295px;
  }

  .tw .sm\:-left-60{
    left: -300px;
  }

  .tw .sm\:-left-61{
    left: -305px;
  }

  .tw .sm\:-left-62{
    left: -310px;
  }

  .tw .sm\:-left-63{
    left: -315px;
  }

  .tw .sm\:-left-64{
    left: -320px;
  }

  .tw .sm\:-left-65{
    left: -325px;
  }

  .tw .sm\:-left-66{
    left: -330px;
  }

  .tw .sm\:-left-67{
    left: -335px;
  }

  .tw .sm\:-left-68{
    left: -340px;
  }

  .tw .sm\:-left-69{
    left: -345px;
  }

  .tw .sm\:-left-70{
    left: -350px;
  }

  .tw .sm\:-left-71{
    left: -355px;
  }

  .tw .sm\:-left-72{
    left: -360px;
  }

  .tw .sm\:-left-73{
    left: -365px;
  }

  .tw .sm\:-left-74{
    left: -370px;
  }

  .tw .sm\:-left-75{
    left: -375px;
  }

  .tw .sm\:-left-76{
    left: -380px;
  }

  .tw .sm\:-left-77{
    left: -385px;
  }

  .tw .sm\:-left-78{
    left: -390px;
  }

  .tw .sm\:-left-79{
    left: -395px;
  }

  .tw .sm\:-left-80{
    left: -400px;
  }

  .tw .sm\:-left-81{
    left: -405px;
  }

  .tw .sm\:-left-82{
    left: -410px;
  }

  .tw .sm\:-left-83{
    left: -415px;
  }

  .tw .sm\:-left-84{
    left: -420px;
  }

  .tw .sm\:-left-85{
    left: -425px;
  }

  .tw .sm\:-left-86{
    left: -430px;
  }

  .tw .sm\:-left-87{
    left: -435px;
  }

  .tw .sm\:-left-88{
    left: -440px;
  }

  .tw .sm\:-left-89{
    left: -445px;
  }

  .tw .sm\:-left-90{
    left: -450px;
  }

  .tw .sm\:-left-91{
    left: -455px;
  }

  .tw .sm\:-left-92{
    left: -460px;
  }

  .tw .sm\:-left-93{
    left: -465px;
  }

  .tw .sm\:-left-94{
    left: -470px;
  }

  .tw .sm\:-left-95{
    left: -475px;
  }

  .tw .sm\:-left-96{
    left: -480px;
  }

  .tw .sm\:-left-97{
    left: -485px;
  }

  .tw .sm\:-left-98{
    left: -490px;
  }

  .tw .sm\:-left-99{
    left: -495px;
  }

  .tw .sm\:-left-100{
    left: -500px;
  }

  .tw .sm\:-left-101{
    left: -505px;
  }

  .tw .sm\:-left-102{
    left: -510px;
  }

  .tw .sm\:-left-103{
    left: -515px;
  }

  .tw .sm\:-left-104{
    left: -520px;
  }

  .tw .sm\:-left-105{
    left: -525px;
  }

  .tw .sm\:-left-106{
    left: -530px;
  }

  .tw .sm\:-left-107{
    left: -535px;
  }

  .tw .sm\:-left-108{
    left: -540px;
  }

  .tw .sm\:-left-109{
    left: -545px;
  }

  .tw .sm\:-left-110{
    left: -550px;
  }

  .tw .sm\:-left-111{
    left: -555px;
  }

  .tw .sm\:-left-112{
    left: -560px;
  }

  .tw .sm\:-left-113{
    left: -565px;
  }

  .tw .sm\:-left-114{
    left: -570px;
  }

  .tw .sm\:-left-115{
    left: -575px;
  }

  .tw .sm\:-left-116{
    left: -580px;
  }

  .tw .sm\:-left-117{
    left: -585px;
  }

  .tw .sm\:-left-118{
    left: -590px;
  }

  .tw .sm\:-left-119{
    left: -595px;
  }

  .tw .sm\:-left-120{
    left: -600px;
  }

  .tw .sm\:-left-121{
    left: -605px;
  }

  .tw .sm\:-left-122{
    left: -610px;
  }

  .tw .sm\:-left-123{
    left: -615px;
  }

  .tw .sm\:-left-124{
    left: -620px;
  }

  .tw .sm\:-left-125{
    left: -625px;
  }

  .tw .sm\:-left-126{
    left: -630px;
  }

  .tw .sm\:-left-127{
    left: -635px;
  }

  .tw .sm\:-left-128{
    left: -640px;
  }

  .tw .sm\:-left-129{
    left: -645px;
  }

  .tw .sm\:-left-130{
    left: -650px;
  }

  .tw .sm\:-left-131{
    left: -655px;
  }

  .tw .sm\:-left-132{
    left: -660px;
  }

  .tw .sm\:-left-133{
    left: -665px;
  }

  .tw .sm\:-left-134{
    left: -670px;
  }

  .tw .sm\:-left-135{
    left: -675px;
  }

  .tw .sm\:-left-136{
    left: -680px;
  }

  .tw .sm\:-left-137{
    left: -685px;
  }

  .tw .sm\:-left-138{
    left: -690px;
  }

  .tw .sm\:-left-139{
    left: -695px;
  }

  .tw .sm\:-left-140{
    left: -700px;
  }

  .tw .sm\:-left-141{
    left: -705px;
  }

  .tw .sm\:-left-142{
    left: -710px;
  }

  .tw .sm\:-left-143{
    left: -715px;
  }

  .tw .sm\:-left-144{
    left: -720px;
  }

  .tw .sm\:-left-145{
    left: -725px;
  }

  .tw .sm\:-left-146{
    left: -730px;
  }

  .tw .sm\:-left-147{
    left: -735px;
  }

  .tw .sm\:-left-148{
    left: -740px;
  }

  .tw .sm\:-left-149{
    left: -745px;
  }

  .tw .sm\:-left-0\.5{
    left: -3px;
  }

  .tw .sm\:-left-1px{
    left: -1px;
  }

  .tw .sm\:-left-2px{
    left: -2px;
  }

  .tw .sm\:-left-3px{
    left: -3px;
  }

  .tw .sm\:-left-4px{
    left: -4px;
  }

  .tw .sm\:-left-5px{
    left: -5px;
  }

  .tw .sm\:-left-6px{
    left: -6px;
  }

  .tw .sm\:-left-7px{
    left: -7px;
  }

  .tw .sm\:-left-8px{
    left: -8px;
  }

  .tw .sm\:-left-9px{
    left: -9px;
  }

  .tw .sm\:-left-10px{
    left: -10px;
  }

  .tw .sm\:-left-11px{
    left: -11px;
  }

  .tw .sm\:-left-12px{
    left: -12px;
  }

  .tw .sm\:-left-13px{
    left: -13px;
  }

  .tw .sm\:-left-14px{
    left: -14px;
  }

  .tw .sm\:-left-15px{
    left: -15px;
  }

  .tw .sm\:-left-16px{
    left: -16px;
  }

  .tw .sm\:-left-17px{
    left: -17px;
  }

  .tw .sm\:-left-18px{
    left: -18px;
  }

  .tw .sm\:-left-19px{
    left: -19px;
  }

  .tw .sm\:-left-20px{
    left: -20px;
  }

  .tw .sm\:-left-21px{
    left: -21px;
  }

  .tw .sm\:-left-22px{
    left: -22px;
  }

  .tw .sm\:-left-23px{
    left: -23px;
  }

  .tw .sm\:-left-24px{
    left: -24px;
  }

  .tw .sm\:-left-25px{
    left: -25px;
  }

  .tw .sm\:-left-26px{
    left: -26px;
  }

  .tw .sm\:-left-27px{
    left: -27px;
  }

  .tw .sm\:-left-28px{
    left: -28px;
  }

  .tw .sm\:-left-29px{
    left: -29px;
  }

  .tw .sm\:-left-30px{
    left: -30px;
  }

  .tw .sm\:-left-31px{
    left: -31px;
  }

  .tw .sm\:-left-32px{
    left: -32px;
  }

  .tw .sm\:-left-33px{
    left: -33px;
  }

  .tw .sm\:-left-34px{
    left: -34px;
  }

  .tw .sm\:-left-35px{
    left: -35px;
  }

  .tw .sm\:-left-36px{
    left: -36px;
  }

  .tw .sm\:-left-37px{
    left: -37px;
  }

  .tw .sm\:-left-38px{
    left: -38px;
  }

  .tw .sm\:-left-39px{
    left: -39px;
  }

  .tw .sm\:-left-40px{
    left: -40px;
  }

  .tw .sm\:left-1\/2{
    left: 50%;
  }

  .tw .sm\:left-1\/3{
    left: 33.333333%;
  }

  .tw .sm\:left-2\/3{
    left: 66.666667%;
  }

  .tw .sm\:left-1\/4{
    left: 25%;
  }

  .tw .sm\:left-2\/4{
    left: 50%;
  }

  .tw .sm\:left-3\/4{
    left: 75%;
  }

  .tw .sm\:left-full{
    left: 100%;
  }

  .tw .sm\:-left-1\/2{
    left: -50%;
  }

  .tw .sm\:-left-1\/3{
    left: -33.333333%;
  }

  .tw .sm\:-left-2\/3{
    left: -66.666667%;
  }

  .tw .sm\:-left-1\/4{
    left: -25%;
  }

  .tw .sm\:-left-2\/4{
    left: -50%;
  }

  .tw .sm\:-left-3\/4{
    left: -75%;
  }

  .tw .sm\:-left-full{
    left: -100%;
  }

  .tw .sm\:isolate{
    isolation: isolate;
  }

  .tw .sm\:isolation-auto{
    isolation: auto;
  }

  .tw .sm\:order-1{
    order: 1;
  }

  .tw .sm\:order-2{
    order: 2;
  }

  .tw .sm\:order-3{
    order: 3;
  }

  .tw .sm\:order-4{
    order: 4;
  }

  .tw .sm\:order-5{
    order: 5;
  }

  .tw .sm\:order-6{
    order: 6;
  }

  .tw .sm\:order-7{
    order: 7;
  }

  .tw .sm\:order-8{
    order: 8;
  }

  .tw .sm\:order-9{
    order: 9;
  }

  .tw .sm\:order-10{
    order: 10;
  }

  .tw .sm\:order-11{
    order: 11;
  }

  .tw .sm\:order-12{
    order: 12;
  }

  .tw .sm\:order-first{
    order: -9999;
  }

  .tw .sm\:order-last{
    order: 9999;
  }

  .tw .sm\:order-none{
    order: 0;
  }

  .tw .sm\:col-auto{
    grid-column: auto;
  }

  .tw .sm\:col-span-1{
    grid-column: span 1 / span 1;
  }

  .tw .sm\:col-span-2{
    grid-column: span 2 / span 2;
  }

  .tw .sm\:col-span-3{
    grid-column: span 3 / span 3;
  }

  .tw .sm\:col-span-4{
    grid-column: span 4 / span 4;
  }

  .tw .sm\:col-span-5{
    grid-column: span 5 / span 5;
  }

  .tw .sm\:col-span-6{
    grid-column: span 6 / span 6;
  }

  .tw .sm\:col-span-7{
    grid-column: span 7 / span 7;
  }

  .tw .sm\:col-span-8{
    grid-column: span 8 / span 8;
  }

  .tw .sm\:col-span-9{
    grid-column: span 9 / span 9;
  }

  .tw .sm\:col-span-10{
    grid-column: span 10 / span 10;
  }

  .tw .sm\:col-span-11{
    grid-column: span 11 / span 11;
  }

  .tw .sm\:col-span-12{
    grid-column: span 12 / span 12;
  }

  .tw .sm\:col-span-full{
    grid-column: 1 / -1;
  }

  .tw .sm\:col-start-1{
    grid-column-start: 1;
  }

  .tw .sm\:col-start-2{
    grid-column-start: 2;
  }

  .tw .sm\:col-start-3{
    grid-column-start: 3;
  }

  .tw .sm\:col-start-4{
    grid-column-start: 4;
  }

  .tw .sm\:col-start-5{
    grid-column-start: 5;
  }

  .tw .sm\:col-start-6{
    grid-column-start: 6;
  }

  .tw .sm\:col-start-7{
    grid-column-start: 7;
  }

  .tw .sm\:col-start-8{
    grid-column-start: 8;
  }

  .tw .sm\:col-start-9{
    grid-column-start: 9;
  }

  .tw .sm\:col-start-10{
    grid-column-start: 10;
  }

  .tw .sm\:col-start-11{
    grid-column-start: 11;
  }

  .tw .sm\:col-start-12{
    grid-column-start: 12;
  }

  .tw .sm\:col-start-13{
    grid-column-start: 13;
  }

  .tw .sm\:col-start-auto{
    grid-column-start: auto;
  }

  .tw .sm\:col-end-1{
    grid-column-end: 1;
  }

  .tw .sm\:col-end-2{
    grid-column-end: 2;
  }

  .tw .sm\:col-end-3{
    grid-column-end: 3;
  }

  .tw .sm\:col-end-4{
    grid-column-end: 4;
  }

  .tw .sm\:col-end-5{
    grid-column-end: 5;
  }

  .tw .sm\:col-end-6{
    grid-column-end: 6;
  }

  .tw .sm\:col-end-7{
    grid-column-end: 7;
  }

  .tw .sm\:col-end-8{
    grid-column-end: 8;
  }

  .tw .sm\:col-end-9{
    grid-column-end: 9;
  }

  .tw .sm\:col-end-10{
    grid-column-end: 10;
  }

  .tw .sm\:col-end-11{
    grid-column-end: 11;
  }

  .tw .sm\:col-end-12{
    grid-column-end: 12;
  }

  .tw .sm\:col-end-13{
    grid-column-end: 13;
  }

  .tw .sm\:col-end-auto{
    grid-column-end: auto;
  }

  .tw .sm\:row-auto{
    grid-row: auto;
  }

  .tw .sm\:row-span-1{
    grid-row: span 1 / span 1;
  }

  .tw .sm\:row-span-2{
    grid-row: span 2 / span 2;
  }

  .tw .sm\:row-span-3{
    grid-row: span 3 / span 3;
  }

  .tw .sm\:row-span-4{
    grid-row: span 4 / span 4;
  }

  .tw .sm\:row-span-5{
    grid-row: span 5 / span 5;
  }

  .tw .sm\:row-span-6{
    grid-row: span 6 / span 6;
  }

  .tw .sm\:row-span-full{
    grid-row: 1 / -1;
  }

  .tw .sm\:row-start-1{
    grid-row-start: 1;
  }

  .tw .sm\:row-start-2{
    grid-row-start: 2;
  }

  .tw .sm\:row-start-3{
    grid-row-start: 3;
  }

  .tw .sm\:row-start-4{
    grid-row-start: 4;
  }

  .tw .sm\:row-start-5{
    grid-row-start: 5;
  }

  .tw .sm\:row-start-6{
    grid-row-start: 6;
  }

  .tw .sm\:row-start-7{
    grid-row-start: 7;
  }

  .tw .sm\:row-start-auto{
    grid-row-start: auto;
  }

  .tw .sm\:row-end-1{
    grid-row-end: 1;
  }

  .tw .sm\:row-end-2{
    grid-row-end: 2;
  }

  .tw .sm\:row-end-3{
    grid-row-end: 3;
  }

  .tw .sm\:row-end-4{
    grid-row-end: 4;
  }

  .tw .sm\:row-end-5{
    grid-row-end: 5;
  }

  .tw .sm\:row-end-6{
    grid-row-end: 6;
  }

  .tw .sm\:row-end-7{
    grid-row-end: 7;
  }

  .tw .sm\:row-end-auto{
    grid-row-end: auto;
  }

  .tw .sm\:float-right{
    float: right;
  }

  .tw .sm\:float-left{
    float: left;
  }

  .tw .sm\:float-none{
    float: none;
  }

  .tw .sm\:clear-left{
    clear: left;
  }

  .tw .sm\:clear-right{
    clear: right;
  }

  .tw .sm\:clear-both{
    clear: both;
  }

  .tw .sm\:clear-none{
    clear: none;
  }

  .tw .sm\:m-0{
    margin: 0px;
  }

  .tw .sm\:m-1{
    margin: 5px;
  }

  .tw .sm\:m-2{
    margin: 10px;
  }

  .tw .sm\:m-3{
    margin: 15px;
  }

  .tw .sm\:m-4{
    margin: 20px;
  }

  .tw .sm\:m-5{
    margin: 25px;
  }

  .tw .sm\:m-6{
    margin: 30px;
  }

  .tw .sm\:m-7{
    margin: 35px;
  }

  .tw .sm\:m-8{
    margin: 40px;
  }

  .tw .sm\:m-9{
    margin: 45px;
  }

  .tw .sm\:m-10{
    margin: 50px;
  }

  .tw .sm\:m-11{
    margin: 55px;
  }

  .tw .sm\:m-12{
    margin: 60px;
  }

  .tw .sm\:m-13{
    margin: 65px;
  }

  .tw .sm\:m-14{
    margin: 70px;
  }

  .tw .sm\:m-15{
    margin: 75px;
  }

  .tw .sm\:m-16{
    margin: 80px;
  }

  .tw .sm\:m-17{
    margin: 85px;
  }

  .tw .sm\:m-18{
    margin: 90px;
  }

  .tw .sm\:m-19{
    margin: 95px;
  }

  .tw .sm\:m-20{
    margin: 100px;
  }

  .tw .sm\:m-21{
    margin: 105px;
  }

  .tw .sm\:m-22{
    margin: 110px;
  }

  .tw .sm\:m-23{
    margin: 115px;
  }

  .tw .sm\:m-24{
    margin: 120px;
  }

  .tw .sm\:m-25{
    margin: 125px;
  }

  .tw .sm\:m-26{
    margin: 130px;
  }

  .tw .sm\:m-27{
    margin: 135px;
  }

  .tw .sm\:m-28{
    margin: 140px;
  }

  .tw .sm\:m-29{
    margin: 145px;
  }

  .tw .sm\:m-30{
    margin: 150px;
  }

  .tw .sm\:m-31{
    margin: 155px;
  }

  .tw .sm\:m-32{
    margin: 160px;
  }

  .tw .sm\:m-33{
    margin: 165px;
  }

  .tw .sm\:m-34{
    margin: 170px;
  }

  .tw .sm\:m-35{
    margin: 175px;
  }

  .tw .sm\:m-36{
    margin: 180px;
  }

  .tw .sm\:m-37{
    margin: 185px;
  }

  .tw .sm\:m-38{
    margin: 190px;
  }

  .tw .sm\:m-39{
    margin: 195px;
  }

  .tw .sm\:m-40{
    margin: 200px;
  }

  .tw .sm\:m-41{
    margin: 205px;
  }

  .tw .sm\:m-42{
    margin: 210px;
  }

  .tw .sm\:m-43{
    margin: 215px;
  }

  .tw .sm\:m-44{
    margin: 220px;
  }

  .tw .sm\:m-45{
    margin: 225px;
  }

  .tw .sm\:m-46{
    margin: 230px;
  }

  .tw .sm\:m-47{
    margin: 235px;
  }

  .tw .sm\:m-48{
    margin: 240px;
  }

  .tw .sm\:m-49{
    margin: 245px;
  }

  .tw .sm\:m-50{
    margin: 250px;
  }

  .tw .sm\:m-51{
    margin: 255px;
  }

  .tw .sm\:m-52{
    margin: 260px;
  }

  .tw .sm\:m-53{
    margin: 265px;
  }

  .tw .sm\:m-54{
    margin: 270px;
  }

  .tw .sm\:m-55{
    margin: 275px;
  }

  .tw .sm\:m-56{
    margin: 280px;
  }

  .tw .sm\:m-57{
    margin: 285px;
  }

  .tw .sm\:m-58{
    margin: 290px;
  }

  .tw .sm\:m-59{
    margin: 295px;
  }

  .tw .sm\:m-60{
    margin: 300px;
  }

  .tw .sm\:m-61{
    margin: 305px;
  }

  .tw .sm\:m-62{
    margin: 310px;
  }

  .tw .sm\:m-63{
    margin: 315px;
  }

  .tw .sm\:m-64{
    margin: 320px;
  }

  .tw .sm\:m-65{
    margin: 325px;
  }

  .tw .sm\:m-66{
    margin: 330px;
  }

  .tw .sm\:m-67{
    margin: 335px;
  }

  .tw .sm\:m-68{
    margin: 340px;
  }

  .tw .sm\:m-69{
    margin: 345px;
  }

  .tw .sm\:m-70{
    margin: 350px;
  }

  .tw .sm\:m-71{
    margin: 355px;
  }

  .tw .sm\:m-72{
    margin: 360px;
  }

  .tw .sm\:m-73{
    margin: 365px;
  }

  .tw .sm\:m-74{
    margin: 370px;
  }

  .tw .sm\:m-75{
    margin: 375px;
  }

  .tw .sm\:m-76{
    margin: 380px;
  }

  .tw .sm\:m-77{
    margin: 385px;
  }

  .tw .sm\:m-78{
    margin: 390px;
  }

  .tw .sm\:m-79{
    margin: 395px;
  }

  .tw .sm\:m-80{
    margin: 400px;
  }

  .tw .sm\:m-81{
    margin: 405px;
  }

  .tw .sm\:m-82{
    margin: 410px;
  }

  .tw .sm\:m-83{
    margin: 415px;
  }

  .tw .sm\:m-84{
    margin: 420px;
  }

  .tw .sm\:m-85{
    margin: 425px;
  }

  .tw .sm\:m-86{
    margin: 430px;
  }

  .tw .sm\:m-87{
    margin: 435px;
  }

  .tw .sm\:m-88{
    margin: 440px;
  }

  .tw .sm\:m-89{
    margin: 445px;
  }

  .tw .sm\:m-90{
    margin: 450px;
  }

  .tw .sm\:m-91{
    margin: 455px;
  }

  .tw .sm\:m-92{
    margin: 460px;
  }

  .tw .sm\:m-93{
    margin: 465px;
  }

  .tw .sm\:m-94{
    margin: 470px;
  }

  .tw .sm\:m-95{
    margin: 475px;
  }

  .tw .sm\:m-96{
    margin: 480px;
  }

  .tw .sm\:m-97{
    margin: 485px;
  }

  .tw .sm\:m-98{
    margin: 490px;
  }

  .tw .sm\:m-99{
    margin: 495px;
  }

  .tw .sm\:m-100{
    margin: 500px;
  }

  .tw .sm\:m-101{
    margin: 505px;
  }

  .tw .sm\:m-102{
    margin: 510px;
  }

  .tw .sm\:m-103{
    margin: 515px;
  }

  .tw .sm\:m-104{
    margin: 520px;
  }

  .tw .sm\:m-105{
    margin: 525px;
  }

  .tw .sm\:m-106{
    margin: 530px;
  }

  .tw .sm\:m-107{
    margin: 535px;
  }

  .tw .sm\:m-108{
    margin: 540px;
  }

  .tw .sm\:m-109{
    margin: 545px;
  }

  .tw .sm\:m-110{
    margin: 550px;
  }

  .tw .sm\:m-111{
    margin: 555px;
  }

  .tw .sm\:m-112{
    margin: 560px;
  }

  .tw .sm\:m-113{
    margin: 565px;
  }

  .tw .sm\:m-114{
    margin: 570px;
  }

  .tw .sm\:m-115{
    margin: 575px;
  }

  .tw .sm\:m-116{
    margin: 580px;
  }

  .tw .sm\:m-117{
    margin: 585px;
  }

  .tw .sm\:m-118{
    margin: 590px;
  }

  .tw .sm\:m-119{
    margin: 595px;
  }

  .tw .sm\:m-120{
    margin: 600px;
  }

  .tw .sm\:m-121{
    margin: 605px;
  }

  .tw .sm\:m-122{
    margin: 610px;
  }

  .tw .sm\:m-123{
    margin: 615px;
  }

  .tw .sm\:m-124{
    margin: 620px;
  }

  .tw .sm\:m-125{
    margin: 625px;
  }

  .tw .sm\:m-126{
    margin: 630px;
  }

  .tw .sm\:m-127{
    margin: 635px;
  }

  .tw .sm\:m-128{
    margin: 640px;
  }

  .tw .sm\:m-129{
    margin: 645px;
  }

  .tw .sm\:m-130{
    margin: 650px;
  }

  .tw .sm\:m-131{
    margin: 655px;
  }

  .tw .sm\:m-132{
    margin: 660px;
  }

  .tw .sm\:m-133{
    margin: 665px;
  }

  .tw .sm\:m-134{
    margin: 670px;
  }

  .tw .sm\:m-135{
    margin: 675px;
  }

  .tw .sm\:m-136{
    margin: 680px;
  }

  .tw .sm\:m-137{
    margin: 685px;
  }

  .tw .sm\:m-138{
    margin: 690px;
  }

  .tw .sm\:m-139{
    margin: 695px;
  }

  .tw .sm\:m-140{
    margin: 700px;
  }

  .tw .sm\:m-141{
    margin: 705px;
  }

  .tw .sm\:m-142{
    margin: 710px;
  }

  .tw .sm\:m-143{
    margin: 715px;
  }

  .tw .sm\:m-144{
    margin: 720px;
  }

  .tw .sm\:m-145{
    margin: 725px;
  }

  .tw .sm\:m-146{
    margin: 730px;
  }

  .tw .sm\:m-147{
    margin: 735px;
  }

  .tw .sm\:m-148{
    margin: 740px;
  }

  .tw .sm\:m-149{
    margin: 745px;
  }

  .tw .sm\:m-auto{
    margin: auto;
  }

  .tw .sm\:m-0\.5{
    margin: 3px;
  }

  .tw .sm\:m-1px{
    margin: 1px;
  }

  .tw .sm\:m-2px{
    margin: 2px;
  }

  .tw .sm\:m-3px{
    margin: 3px;
  }

  .tw .sm\:m-4px{
    margin: 4px;
  }

  .tw .sm\:m-5px{
    margin: 5px;
  }

  .tw .sm\:m-6px{
    margin: 6px;
  }

  .tw .sm\:m-7px{
    margin: 7px;
  }

  .tw .sm\:m-8px{
    margin: 8px;
  }

  .tw .sm\:m-9px{
    margin: 9px;
  }

  .tw .sm\:m-10px{
    margin: 10px;
  }

  .tw .sm\:m-11px{
    margin: 11px;
  }

  .tw .sm\:m-12px{
    margin: 12px;
  }

  .tw .sm\:m-13px{
    margin: 13px;
  }

  .tw .sm\:m-14px{
    margin: 14px;
  }

  .tw .sm\:m-15px{
    margin: 15px;
  }

  .tw .sm\:m-16px{
    margin: 16px;
  }

  .tw .sm\:m-17px{
    margin: 17px;
  }

  .tw .sm\:m-18px{
    margin: 18px;
  }

  .tw .sm\:m-19px{
    margin: 19px;
  }

  .tw .sm\:m-20px{
    margin: 20px;
  }

  .tw .sm\:m-21px{
    margin: 21px;
  }

  .tw .sm\:m-22px{
    margin: 22px;
  }

  .tw .sm\:m-23px{
    margin: 23px;
  }

  .tw .sm\:m-24px{
    margin: 24px;
  }

  .tw .sm\:m-25px{
    margin: 25px;
  }

  .tw .sm\:m-26px{
    margin: 26px;
  }

  .tw .sm\:m-27px{
    margin: 27px;
  }

  .tw .sm\:m-28px{
    margin: 28px;
  }

  .tw .sm\:m-29px{
    margin: 29px;
  }

  .tw .sm\:m-30px{
    margin: 30px;
  }

  .tw .sm\:m-31px{
    margin: 31px;
  }

  .tw .sm\:m-32px{
    margin: 32px;
  }

  .tw .sm\:m-33px{
    margin: 33px;
  }

  .tw .sm\:m-34px{
    margin: 34px;
  }

  .tw .sm\:m-35px{
    margin: 35px;
  }

  .tw .sm\:m-36px{
    margin: 36px;
  }

  .tw .sm\:m-37px{
    margin: 37px;
  }

  .tw .sm\:m-38px{
    margin: 38px;
  }

  .tw .sm\:m-39px{
    margin: 39px;
  }

  .tw .sm\:m-40px{
    margin: 40px;
  }

  .tw .sm\:-m-0{
    margin: 0px;
  }

  .tw .sm\:-m-1{
    margin: -5px;
  }

  .tw .sm\:-m-2{
    margin: -10px;
  }

  .tw .sm\:-m-3{
    margin: -15px;
  }

  .tw .sm\:-m-4{
    margin: -20px;
  }

  .tw .sm\:-m-5{
    margin: -25px;
  }

  .tw .sm\:-m-6{
    margin: -30px;
  }

  .tw .sm\:-m-7{
    margin: -35px;
  }

  .tw .sm\:-m-8{
    margin: -40px;
  }

  .tw .sm\:-m-9{
    margin: -45px;
  }

  .tw .sm\:-m-10{
    margin: -50px;
  }

  .tw .sm\:-m-11{
    margin: -55px;
  }

  .tw .sm\:-m-12{
    margin: -60px;
  }

  .tw .sm\:-m-13{
    margin: -65px;
  }

  .tw .sm\:-m-14{
    margin: -70px;
  }

  .tw .sm\:-m-15{
    margin: -75px;
  }

  .tw .sm\:-m-16{
    margin: -80px;
  }

  .tw .sm\:-m-17{
    margin: -85px;
  }

  .tw .sm\:-m-18{
    margin: -90px;
  }

  .tw .sm\:-m-19{
    margin: -95px;
  }

  .tw .sm\:-m-20{
    margin: -100px;
  }

  .tw .sm\:-m-21{
    margin: -105px;
  }

  .tw .sm\:-m-22{
    margin: -110px;
  }

  .tw .sm\:-m-23{
    margin: -115px;
  }

  .tw .sm\:-m-24{
    margin: -120px;
  }

  .tw .sm\:-m-25{
    margin: -125px;
  }

  .tw .sm\:-m-26{
    margin: -130px;
  }

  .tw .sm\:-m-27{
    margin: -135px;
  }

  .tw .sm\:-m-28{
    margin: -140px;
  }

  .tw .sm\:-m-29{
    margin: -145px;
  }

  .tw .sm\:-m-30{
    margin: -150px;
  }

  .tw .sm\:-m-31{
    margin: -155px;
  }

  .tw .sm\:-m-32{
    margin: -160px;
  }

  .tw .sm\:-m-33{
    margin: -165px;
  }

  .tw .sm\:-m-34{
    margin: -170px;
  }

  .tw .sm\:-m-35{
    margin: -175px;
  }

  .tw .sm\:-m-36{
    margin: -180px;
  }

  .tw .sm\:-m-37{
    margin: -185px;
  }

  .tw .sm\:-m-38{
    margin: -190px;
  }

  .tw .sm\:-m-39{
    margin: -195px;
  }

  .tw .sm\:-m-40{
    margin: -200px;
  }

  .tw .sm\:-m-41{
    margin: -205px;
  }

  .tw .sm\:-m-42{
    margin: -210px;
  }

  .tw .sm\:-m-43{
    margin: -215px;
  }

  .tw .sm\:-m-44{
    margin: -220px;
  }

  .tw .sm\:-m-45{
    margin: -225px;
  }

  .tw .sm\:-m-46{
    margin: -230px;
  }

  .tw .sm\:-m-47{
    margin: -235px;
  }

  .tw .sm\:-m-48{
    margin: -240px;
  }

  .tw .sm\:-m-49{
    margin: -245px;
  }

  .tw .sm\:-m-50{
    margin: -250px;
  }

  .tw .sm\:-m-51{
    margin: -255px;
  }

  .tw .sm\:-m-52{
    margin: -260px;
  }

  .tw .sm\:-m-53{
    margin: -265px;
  }

  .tw .sm\:-m-54{
    margin: -270px;
  }

  .tw .sm\:-m-55{
    margin: -275px;
  }

  .tw .sm\:-m-56{
    margin: -280px;
  }

  .tw .sm\:-m-57{
    margin: -285px;
  }

  .tw .sm\:-m-58{
    margin: -290px;
  }

  .tw .sm\:-m-59{
    margin: -295px;
  }

  .tw .sm\:-m-60{
    margin: -300px;
  }

  .tw .sm\:-m-61{
    margin: -305px;
  }

  .tw .sm\:-m-62{
    margin: -310px;
  }

  .tw .sm\:-m-63{
    margin: -315px;
  }

  .tw .sm\:-m-64{
    margin: -320px;
  }

  .tw .sm\:-m-65{
    margin: -325px;
  }

  .tw .sm\:-m-66{
    margin: -330px;
  }

  .tw .sm\:-m-67{
    margin: -335px;
  }

  .tw .sm\:-m-68{
    margin: -340px;
  }

  .tw .sm\:-m-69{
    margin: -345px;
  }

  .tw .sm\:-m-70{
    margin: -350px;
  }

  .tw .sm\:-m-71{
    margin: -355px;
  }

  .tw .sm\:-m-72{
    margin: -360px;
  }

  .tw .sm\:-m-73{
    margin: -365px;
  }

  .tw .sm\:-m-74{
    margin: -370px;
  }

  .tw .sm\:-m-75{
    margin: -375px;
  }

  .tw .sm\:-m-76{
    margin: -380px;
  }

  .tw .sm\:-m-77{
    margin: -385px;
  }

  .tw .sm\:-m-78{
    margin: -390px;
  }

  .tw .sm\:-m-79{
    margin: -395px;
  }

  .tw .sm\:-m-80{
    margin: -400px;
  }

  .tw .sm\:-m-81{
    margin: -405px;
  }

  .tw .sm\:-m-82{
    margin: -410px;
  }

  .tw .sm\:-m-83{
    margin: -415px;
  }

  .tw .sm\:-m-84{
    margin: -420px;
  }

  .tw .sm\:-m-85{
    margin: -425px;
  }

  .tw .sm\:-m-86{
    margin: -430px;
  }

  .tw .sm\:-m-87{
    margin: -435px;
  }

  .tw .sm\:-m-88{
    margin: -440px;
  }

  .tw .sm\:-m-89{
    margin: -445px;
  }

  .tw .sm\:-m-90{
    margin: -450px;
  }

  .tw .sm\:-m-91{
    margin: -455px;
  }

  .tw .sm\:-m-92{
    margin: -460px;
  }

  .tw .sm\:-m-93{
    margin: -465px;
  }

  .tw .sm\:-m-94{
    margin: -470px;
  }

  .tw .sm\:-m-95{
    margin: -475px;
  }

  .tw .sm\:-m-96{
    margin: -480px;
  }

  .tw .sm\:-m-97{
    margin: -485px;
  }

  .tw .sm\:-m-98{
    margin: -490px;
  }

  .tw .sm\:-m-99{
    margin: -495px;
  }

  .tw .sm\:-m-100{
    margin: -500px;
  }

  .tw .sm\:-m-101{
    margin: -505px;
  }

  .tw .sm\:-m-102{
    margin: -510px;
  }

  .tw .sm\:-m-103{
    margin: -515px;
  }

  .tw .sm\:-m-104{
    margin: -520px;
  }

  .tw .sm\:-m-105{
    margin: -525px;
  }

  .tw .sm\:-m-106{
    margin: -530px;
  }

  .tw .sm\:-m-107{
    margin: -535px;
  }

  .tw .sm\:-m-108{
    margin: -540px;
  }

  .tw .sm\:-m-109{
    margin: -545px;
  }

  .tw .sm\:-m-110{
    margin: -550px;
  }

  .tw .sm\:-m-111{
    margin: -555px;
  }

  .tw .sm\:-m-112{
    margin: -560px;
  }

  .tw .sm\:-m-113{
    margin: -565px;
  }

  .tw .sm\:-m-114{
    margin: -570px;
  }

  .tw .sm\:-m-115{
    margin: -575px;
  }

  .tw .sm\:-m-116{
    margin: -580px;
  }

  .tw .sm\:-m-117{
    margin: -585px;
  }

  .tw .sm\:-m-118{
    margin: -590px;
  }

  .tw .sm\:-m-119{
    margin: -595px;
  }

  .tw .sm\:-m-120{
    margin: -600px;
  }

  .tw .sm\:-m-121{
    margin: -605px;
  }

  .tw .sm\:-m-122{
    margin: -610px;
  }

  .tw .sm\:-m-123{
    margin: -615px;
  }

  .tw .sm\:-m-124{
    margin: -620px;
  }

  .tw .sm\:-m-125{
    margin: -625px;
  }

  .tw .sm\:-m-126{
    margin: -630px;
  }

  .tw .sm\:-m-127{
    margin: -635px;
  }

  .tw .sm\:-m-128{
    margin: -640px;
  }

  .tw .sm\:-m-129{
    margin: -645px;
  }

  .tw .sm\:-m-130{
    margin: -650px;
  }

  .tw .sm\:-m-131{
    margin: -655px;
  }

  .tw .sm\:-m-132{
    margin: -660px;
  }

  .tw .sm\:-m-133{
    margin: -665px;
  }

  .tw .sm\:-m-134{
    margin: -670px;
  }

  .tw .sm\:-m-135{
    margin: -675px;
  }

  .tw .sm\:-m-136{
    margin: -680px;
  }

  .tw .sm\:-m-137{
    margin: -685px;
  }

  .tw .sm\:-m-138{
    margin: -690px;
  }

  .tw .sm\:-m-139{
    margin: -695px;
  }

  .tw .sm\:-m-140{
    margin: -700px;
  }

  .tw .sm\:-m-141{
    margin: -705px;
  }

  .tw .sm\:-m-142{
    margin: -710px;
  }

  .tw .sm\:-m-143{
    margin: -715px;
  }

  .tw .sm\:-m-144{
    margin: -720px;
  }

  .tw .sm\:-m-145{
    margin: -725px;
  }

  .tw .sm\:-m-146{
    margin: -730px;
  }

  .tw .sm\:-m-147{
    margin: -735px;
  }

  .tw .sm\:-m-148{
    margin: -740px;
  }

  .tw .sm\:-m-149{
    margin: -745px;
  }

  .tw .sm\:-m-0\.5{
    margin: -3px;
  }

  .tw .sm\:-m-1px{
    margin: -1px;
  }

  .tw .sm\:-m-2px{
    margin: -2px;
  }

  .tw .sm\:-m-3px{
    margin: -3px;
  }

  .tw .sm\:-m-4px{
    margin: -4px;
  }

  .tw .sm\:-m-5px{
    margin: -5px;
  }

  .tw .sm\:-m-6px{
    margin: -6px;
  }

  .tw .sm\:-m-7px{
    margin: -7px;
  }

  .tw .sm\:-m-8px{
    margin: -8px;
  }

  .tw .sm\:-m-9px{
    margin: -9px;
  }

  .tw .sm\:-m-10px{
    margin: -10px;
  }

  .tw .sm\:-m-11px{
    margin: -11px;
  }

  .tw .sm\:-m-12px{
    margin: -12px;
  }

  .tw .sm\:-m-13px{
    margin: -13px;
  }

  .tw .sm\:-m-14px{
    margin: -14px;
  }

  .tw .sm\:-m-15px{
    margin: -15px;
  }

  .tw .sm\:-m-16px{
    margin: -16px;
  }

  .tw .sm\:-m-17px{
    margin: -17px;
  }

  .tw .sm\:-m-18px{
    margin: -18px;
  }

  .tw .sm\:-m-19px{
    margin: -19px;
  }

  .tw .sm\:-m-20px{
    margin: -20px;
  }

  .tw .sm\:-m-21px{
    margin: -21px;
  }

  .tw .sm\:-m-22px{
    margin: -22px;
  }

  .tw .sm\:-m-23px{
    margin: -23px;
  }

  .tw .sm\:-m-24px{
    margin: -24px;
  }

  .tw .sm\:-m-25px{
    margin: -25px;
  }

  .tw .sm\:-m-26px{
    margin: -26px;
  }

  .tw .sm\:-m-27px{
    margin: -27px;
  }

  .tw .sm\:-m-28px{
    margin: -28px;
  }

  .tw .sm\:-m-29px{
    margin: -29px;
  }

  .tw .sm\:-m-30px{
    margin: -30px;
  }

  .tw .sm\:-m-31px{
    margin: -31px;
  }

  .tw .sm\:-m-32px{
    margin: -32px;
  }

  .tw .sm\:-m-33px{
    margin: -33px;
  }

  .tw .sm\:-m-34px{
    margin: -34px;
  }

  .tw .sm\:-m-35px{
    margin: -35px;
  }

  .tw .sm\:-m-36px{
    margin: -36px;
  }

  .tw .sm\:-m-37px{
    margin: -37px;
  }

  .tw .sm\:-m-38px{
    margin: -38px;
  }

  .tw .sm\:-m-39px{
    margin: -39px;
  }

  .tw .sm\:-m-40px{
    margin: -40px;
  }

  .tw .sm\:last\:m-0:last-child{
    margin: 0px;
  }

  .tw .sm\:last\:m-1:last-child{
    margin: 5px;
  }

  .tw .sm\:last\:m-2:last-child{
    margin: 10px;
  }

  .tw .sm\:last\:m-3:last-child{
    margin: 15px;
  }

  .tw .sm\:last\:m-4:last-child{
    margin: 20px;
  }

  .tw .sm\:last\:m-5:last-child{
    margin: 25px;
  }

  .tw .sm\:last\:m-6:last-child{
    margin: 30px;
  }

  .tw .sm\:last\:m-7:last-child{
    margin: 35px;
  }

  .tw .sm\:last\:m-8:last-child{
    margin: 40px;
  }

  .tw .sm\:last\:m-9:last-child{
    margin: 45px;
  }

  .tw .sm\:last\:m-10:last-child{
    margin: 50px;
  }

  .tw .sm\:last\:m-11:last-child{
    margin: 55px;
  }

  .tw .sm\:last\:m-12:last-child{
    margin: 60px;
  }

  .tw .sm\:last\:m-13:last-child{
    margin: 65px;
  }

  .tw .sm\:last\:m-14:last-child{
    margin: 70px;
  }

  .tw .sm\:last\:m-15:last-child{
    margin: 75px;
  }

  .tw .sm\:last\:m-16:last-child{
    margin: 80px;
  }

  .tw .sm\:last\:m-17:last-child{
    margin: 85px;
  }

  .tw .sm\:last\:m-18:last-child{
    margin: 90px;
  }

  .tw .sm\:last\:m-19:last-child{
    margin: 95px;
  }

  .tw .sm\:last\:m-20:last-child{
    margin: 100px;
  }

  .tw .sm\:last\:m-21:last-child{
    margin: 105px;
  }

  .tw .sm\:last\:m-22:last-child{
    margin: 110px;
  }

  .tw .sm\:last\:m-23:last-child{
    margin: 115px;
  }

  .tw .sm\:last\:m-24:last-child{
    margin: 120px;
  }

  .tw .sm\:last\:m-25:last-child{
    margin: 125px;
  }

  .tw .sm\:last\:m-26:last-child{
    margin: 130px;
  }

  .tw .sm\:last\:m-27:last-child{
    margin: 135px;
  }

  .tw .sm\:last\:m-28:last-child{
    margin: 140px;
  }

  .tw .sm\:last\:m-29:last-child{
    margin: 145px;
  }

  .tw .sm\:last\:m-30:last-child{
    margin: 150px;
  }

  .tw .sm\:last\:m-31:last-child{
    margin: 155px;
  }

  .tw .sm\:last\:m-32:last-child{
    margin: 160px;
  }

  .tw .sm\:last\:m-33:last-child{
    margin: 165px;
  }

  .tw .sm\:last\:m-34:last-child{
    margin: 170px;
  }

  .tw .sm\:last\:m-35:last-child{
    margin: 175px;
  }

  .tw .sm\:last\:m-36:last-child{
    margin: 180px;
  }

  .tw .sm\:last\:m-37:last-child{
    margin: 185px;
  }

  .tw .sm\:last\:m-38:last-child{
    margin: 190px;
  }

  .tw .sm\:last\:m-39:last-child{
    margin: 195px;
  }

  .tw .sm\:last\:m-40:last-child{
    margin: 200px;
  }

  .tw .sm\:last\:m-41:last-child{
    margin: 205px;
  }

  .tw .sm\:last\:m-42:last-child{
    margin: 210px;
  }

  .tw .sm\:last\:m-43:last-child{
    margin: 215px;
  }

  .tw .sm\:last\:m-44:last-child{
    margin: 220px;
  }

  .tw .sm\:last\:m-45:last-child{
    margin: 225px;
  }

  .tw .sm\:last\:m-46:last-child{
    margin: 230px;
  }

  .tw .sm\:last\:m-47:last-child{
    margin: 235px;
  }

  .tw .sm\:last\:m-48:last-child{
    margin: 240px;
  }

  .tw .sm\:last\:m-49:last-child{
    margin: 245px;
  }

  .tw .sm\:last\:m-50:last-child{
    margin: 250px;
  }

  .tw .sm\:last\:m-51:last-child{
    margin: 255px;
  }

  .tw .sm\:last\:m-52:last-child{
    margin: 260px;
  }

  .tw .sm\:last\:m-53:last-child{
    margin: 265px;
  }

  .tw .sm\:last\:m-54:last-child{
    margin: 270px;
  }

  .tw .sm\:last\:m-55:last-child{
    margin: 275px;
  }

  .tw .sm\:last\:m-56:last-child{
    margin: 280px;
  }

  .tw .sm\:last\:m-57:last-child{
    margin: 285px;
  }

  .tw .sm\:last\:m-58:last-child{
    margin: 290px;
  }

  .tw .sm\:last\:m-59:last-child{
    margin: 295px;
  }

  .tw .sm\:last\:m-60:last-child{
    margin: 300px;
  }

  .tw .sm\:last\:m-61:last-child{
    margin: 305px;
  }

  .tw .sm\:last\:m-62:last-child{
    margin: 310px;
  }

  .tw .sm\:last\:m-63:last-child{
    margin: 315px;
  }

  .tw .sm\:last\:m-64:last-child{
    margin: 320px;
  }

  .tw .sm\:last\:m-65:last-child{
    margin: 325px;
  }

  .tw .sm\:last\:m-66:last-child{
    margin: 330px;
  }

  .tw .sm\:last\:m-67:last-child{
    margin: 335px;
  }

  .tw .sm\:last\:m-68:last-child{
    margin: 340px;
  }

  .tw .sm\:last\:m-69:last-child{
    margin: 345px;
  }

  .tw .sm\:last\:m-70:last-child{
    margin: 350px;
  }

  .tw .sm\:last\:m-71:last-child{
    margin: 355px;
  }

  .tw .sm\:last\:m-72:last-child{
    margin: 360px;
  }

  .tw .sm\:last\:m-73:last-child{
    margin: 365px;
  }

  .tw .sm\:last\:m-74:last-child{
    margin: 370px;
  }

  .tw .sm\:last\:m-75:last-child{
    margin: 375px;
  }

  .tw .sm\:last\:m-76:last-child{
    margin: 380px;
  }

  .tw .sm\:last\:m-77:last-child{
    margin: 385px;
  }

  .tw .sm\:last\:m-78:last-child{
    margin: 390px;
  }

  .tw .sm\:last\:m-79:last-child{
    margin: 395px;
  }

  .tw .sm\:last\:m-80:last-child{
    margin: 400px;
  }

  .tw .sm\:last\:m-81:last-child{
    margin: 405px;
  }

  .tw .sm\:last\:m-82:last-child{
    margin: 410px;
  }

  .tw .sm\:last\:m-83:last-child{
    margin: 415px;
  }

  .tw .sm\:last\:m-84:last-child{
    margin: 420px;
  }

  .tw .sm\:last\:m-85:last-child{
    margin: 425px;
  }

  .tw .sm\:last\:m-86:last-child{
    margin: 430px;
  }

  .tw .sm\:last\:m-87:last-child{
    margin: 435px;
  }

  .tw .sm\:last\:m-88:last-child{
    margin: 440px;
  }

  .tw .sm\:last\:m-89:last-child{
    margin: 445px;
  }

  .tw .sm\:last\:m-90:last-child{
    margin: 450px;
  }

  .tw .sm\:last\:m-91:last-child{
    margin: 455px;
  }

  .tw .sm\:last\:m-92:last-child{
    margin: 460px;
  }

  .tw .sm\:last\:m-93:last-child{
    margin: 465px;
  }

  .tw .sm\:last\:m-94:last-child{
    margin: 470px;
  }

  .tw .sm\:last\:m-95:last-child{
    margin: 475px;
  }

  .tw .sm\:last\:m-96:last-child{
    margin: 480px;
  }

  .tw .sm\:last\:m-97:last-child{
    margin: 485px;
  }

  .tw .sm\:last\:m-98:last-child{
    margin: 490px;
  }

  .tw .sm\:last\:m-99:last-child{
    margin: 495px;
  }

  .tw .sm\:last\:m-100:last-child{
    margin: 500px;
  }

  .tw .sm\:last\:m-101:last-child{
    margin: 505px;
  }

  .tw .sm\:last\:m-102:last-child{
    margin: 510px;
  }

  .tw .sm\:last\:m-103:last-child{
    margin: 515px;
  }

  .tw .sm\:last\:m-104:last-child{
    margin: 520px;
  }

  .tw .sm\:last\:m-105:last-child{
    margin: 525px;
  }

  .tw .sm\:last\:m-106:last-child{
    margin: 530px;
  }

  .tw .sm\:last\:m-107:last-child{
    margin: 535px;
  }

  .tw .sm\:last\:m-108:last-child{
    margin: 540px;
  }

  .tw .sm\:last\:m-109:last-child{
    margin: 545px;
  }

  .tw .sm\:last\:m-110:last-child{
    margin: 550px;
  }

  .tw .sm\:last\:m-111:last-child{
    margin: 555px;
  }

  .tw .sm\:last\:m-112:last-child{
    margin: 560px;
  }

  .tw .sm\:last\:m-113:last-child{
    margin: 565px;
  }

  .tw .sm\:last\:m-114:last-child{
    margin: 570px;
  }

  .tw .sm\:last\:m-115:last-child{
    margin: 575px;
  }

  .tw .sm\:last\:m-116:last-child{
    margin: 580px;
  }

  .tw .sm\:last\:m-117:last-child{
    margin: 585px;
  }

  .tw .sm\:last\:m-118:last-child{
    margin: 590px;
  }

  .tw .sm\:last\:m-119:last-child{
    margin: 595px;
  }

  .tw .sm\:last\:m-120:last-child{
    margin: 600px;
  }

  .tw .sm\:last\:m-121:last-child{
    margin: 605px;
  }

  .tw .sm\:last\:m-122:last-child{
    margin: 610px;
  }

  .tw .sm\:last\:m-123:last-child{
    margin: 615px;
  }

  .tw .sm\:last\:m-124:last-child{
    margin: 620px;
  }

  .tw .sm\:last\:m-125:last-child{
    margin: 625px;
  }

  .tw .sm\:last\:m-126:last-child{
    margin: 630px;
  }

  .tw .sm\:last\:m-127:last-child{
    margin: 635px;
  }

  .tw .sm\:last\:m-128:last-child{
    margin: 640px;
  }

  .tw .sm\:last\:m-129:last-child{
    margin: 645px;
  }

  .tw .sm\:last\:m-130:last-child{
    margin: 650px;
  }

  .tw .sm\:last\:m-131:last-child{
    margin: 655px;
  }

  .tw .sm\:last\:m-132:last-child{
    margin: 660px;
  }

  .tw .sm\:last\:m-133:last-child{
    margin: 665px;
  }

  .tw .sm\:last\:m-134:last-child{
    margin: 670px;
  }

  .tw .sm\:last\:m-135:last-child{
    margin: 675px;
  }

  .tw .sm\:last\:m-136:last-child{
    margin: 680px;
  }

  .tw .sm\:last\:m-137:last-child{
    margin: 685px;
  }

  .tw .sm\:last\:m-138:last-child{
    margin: 690px;
  }

  .tw .sm\:last\:m-139:last-child{
    margin: 695px;
  }

  .tw .sm\:last\:m-140:last-child{
    margin: 700px;
  }

  .tw .sm\:last\:m-141:last-child{
    margin: 705px;
  }

  .tw .sm\:last\:m-142:last-child{
    margin: 710px;
  }

  .tw .sm\:last\:m-143:last-child{
    margin: 715px;
  }

  .tw .sm\:last\:m-144:last-child{
    margin: 720px;
  }

  .tw .sm\:last\:m-145:last-child{
    margin: 725px;
  }

  .tw .sm\:last\:m-146:last-child{
    margin: 730px;
  }

  .tw .sm\:last\:m-147:last-child{
    margin: 735px;
  }

  .tw .sm\:last\:m-148:last-child{
    margin: 740px;
  }

  .tw .sm\:last\:m-149:last-child{
    margin: 745px;
  }

  .tw .sm\:last\:m-auto:last-child{
    margin: auto;
  }

  .tw .sm\:last\:m-0\.5:last-child{
    margin: 3px;
  }

  .tw .sm\:last\:m-1px:last-child{
    margin: 1px;
  }

  .tw .sm\:last\:m-2px:last-child{
    margin: 2px;
  }

  .tw .sm\:last\:m-3px:last-child{
    margin: 3px;
  }

  .tw .sm\:last\:m-4px:last-child{
    margin: 4px;
  }

  .tw .sm\:last\:m-5px:last-child{
    margin: 5px;
  }

  .tw .sm\:last\:m-6px:last-child{
    margin: 6px;
  }

  .tw .sm\:last\:m-7px:last-child{
    margin: 7px;
  }

  .tw .sm\:last\:m-8px:last-child{
    margin: 8px;
  }

  .tw .sm\:last\:m-9px:last-child{
    margin: 9px;
  }

  .tw .sm\:last\:m-10px:last-child{
    margin: 10px;
  }

  .tw .sm\:last\:m-11px:last-child{
    margin: 11px;
  }

  .tw .sm\:last\:m-12px:last-child{
    margin: 12px;
  }

  .tw .sm\:last\:m-13px:last-child{
    margin: 13px;
  }

  .tw .sm\:last\:m-14px:last-child{
    margin: 14px;
  }

  .tw .sm\:last\:m-15px:last-child{
    margin: 15px;
  }

  .tw .sm\:last\:m-16px:last-child{
    margin: 16px;
  }

  .tw .sm\:last\:m-17px:last-child{
    margin: 17px;
  }

  .tw .sm\:last\:m-18px:last-child{
    margin: 18px;
  }

  .tw .sm\:last\:m-19px:last-child{
    margin: 19px;
  }

  .tw .sm\:last\:m-20px:last-child{
    margin: 20px;
  }

  .tw .sm\:last\:m-21px:last-child{
    margin: 21px;
  }

  .tw .sm\:last\:m-22px:last-child{
    margin: 22px;
  }

  .tw .sm\:last\:m-23px:last-child{
    margin: 23px;
  }

  .tw .sm\:last\:m-24px:last-child{
    margin: 24px;
  }

  .tw .sm\:last\:m-25px:last-child{
    margin: 25px;
  }

  .tw .sm\:last\:m-26px:last-child{
    margin: 26px;
  }

  .tw .sm\:last\:m-27px:last-child{
    margin: 27px;
  }

  .tw .sm\:last\:m-28px:last-child{
    margin: 28px;
  }

  .tw .sm\:last\:m-29px:last-child{
    margin: 29px;
  }

  .tw .sm\:last\:m-30px:last-child{
    margin: 30px;
  }

  .tw .sm\:last\:m-31px:last-child{
    margin: 31px;
  }

  .tw .sm\:last\:m-32px:last-child{
    margin: 32px;
  }

  .tw .sm\:last\:m-33px:last-child{
    margin: 33px;
  }

  .tw .sm\:last\:m-34px:last-child{
    margin: 34px;
  }

  .tw .sm\:last\:m-35px:last-child{
    margin: 35px;
  }

  .tw .sm\:last\:m-36px:last-child{
    margin: 36px;
  }

  .tw .sm\:last\:m-37px:last-child{
    margin: 37px;
  }

  .tw .sm\:last\:m-38px:last-child{
    margin: 38px;
  }

  .tw .sm\:last\:m-39px:last-child{
    margin: 39px;
  }

  .tw .sm\:last\:m-40px:last-child{
    margin: 40px;
  }

  .tw .sm\:last\:-m-0:last-child{
    margin: 0px;
  }

  .tw .sm\:last\:-m-1:last-child{
    margin: -5px;
  }

  .tw .sm\:last\:-m-2:last-child{
    margin: -10px;
  }

  .tw .sm\:last\:-m-3:last-child{
    margin: -15px;
  }

  .tw .sm\:last\:-m-4:last-child{
    margin: -20px;
  }

  .tw .sm\:last\:-m-5:last-child{
    margin: -25px;
  }

  .tw .sm\:last\:-m-6:last-child{
    margin: -30px;
  }

  .tw .sm\:last\:-m-7:last-child{
    margin: -35px;
  }

  .tw .sm\:last\:-m-8:last-child{
    margin: -40px;
  }

  .tw .sm\:last\:-m-9:last-child{
    margin: -45px;
  }

  .tw .sm\:last\:-m-10:last-child{
    margin: -50px;
  }

  .tw .sm\:last\:-m-11:last-child{
    margin: -55px;
  }

  .tw .sm\:last\:-m-12:last-child{
    margin: -60px;
  }

  .tw .sm\:last\:-m-13:last-child{
    margin: -65px;
  }

  .tw .sm\:last\:-m-14:last-child{
    margin: -70px;
  }

  .tw .sm\:last\:-m-15:last-child{
    margin: -75px;
  }

  .tw .sm\:last\:-m-16:last-child{
    margin: -80px;
  }

  .tw .sm\:last\:-m-17:last-child{
    margin: -85px;
  }

  .tw .sm\:last\:-m-18:last-child{
    margin: -90px;
  }

  .tw .sm\:last\:-m-19:last-child{
    margin: -95px;
  }

  .tw .sm\:last\:-m-20:last-child{
    margin: -100px;
  }

  .tw .sm\:last\:-m-21:last-child{
    margin: -105px;
  }

  .tw .sm\:last\:-m-22:last-child{
    margin: -110px;
  }

  .tw .sm\:last\:-m-23:last-child{
    margin: -115px;
  }

  .tw .sm\:last\:-m-24:last-child{
    margin: -120px;
  }

  .tw .sm\:last\:-m-25:last-child{
    margin: -125px;
  }

  .tw .sm\:last\:-m-26:last-child{
    margin: -130px;
  }

  .tw .sm\:last\:-m-27:last-child{
    margin: -135px;
  }

  .tw .sm\:last\:-m-28:last-child{
    margin: -140px;
  }

  .tw .sm\:last\:-m-29:last-child{
    margin: -145px;
  }

  .tw .sm\:last\:-m-30:last-child{
    margin: -150px;
  }

  .tw .sm\:last\:-m-31:last-child{
    margin: -155px;
  }

  .tw .sm\:last\:-m-32:last-child{
    margin: -160px;
  }

  .tw .sm\:last\:-m-33:last-child{
    margin: -165px;
  }

  .tw .sm\:last\:-m-34:last-child{
    margin: -170px;
  }

  .tw .sm\:last\:-m-35:last-child{
    margin: -175px;
  }

  .tw .sm\:last\:-m-36:last-child{
    margin: -180px;
  }

  .tw .sm\:last\:-m-37:last-child{
    margin: -185px;
  }

  .tw .sm\:last\:-m-38:last-child{
    margin: -190px;
  }

  .tw .sm\:last\:-m-39:last-child{
    margin: -195px;
  }

  .tw .sm\:last\:-m-40:last-child{
    margin: -200px;
  }

  .tw .sm\:last\:-m-41:last-child{
    margin: -205px;
  }

  .tw .sm\:last\:-m-42:last-child{
    margin: -210px;
  }

  .tw .sm\:last\:-m-43:last-child{
    margin: -215px;
  }

  .tw .sm\:last\:-m-44:last-child{
    margin: -220px;
  }

  .tw .sm\:last\:-m-45:last-child{
    margin: -225px;
  }

  .tw .sm\:last\:-m-46:last-child{
    margin: -230px;
  }

  .tw .sm\:last\:-m-47:last-child{
    margin: -235px;
  }

  .tw .sm\:last\:-m-48:last-child{
    margin: -240px;
  }

  .tw .sm\:last\:-m-49:last-child{
    margin: -245px;
  }

  .tw .sm\:last\:-m-50:last-child{
    margin: -250px;
  }

  .tw .sm\:last\:-m-51:last-child{
    margin: -255px;
  }

  .tw .sm\:last\:-m-52:last-child{
    margin: -260px;
  }

  .tw .sm\:last\:-m-53:last-child{
    margin: -265px;
  }

  .tw .sm\:last\:-m-54:last-child{
    margin: -270px;
  }

  .tw .sm\:last\:-m-55:last-child{
    margin: -275px;
  }

  .tw .sm\:last\:-m-56:last-child{
    margin: -280px;
  }

  .tw .sm\:last\:-m-57:last-child{
    margin: -285px;
  }

  .tw .sm\:last\:-m-58:last-child{
    margin: -290px;
  }

  .tw .sm\:last\:-m-59:last-child{
    margin: -295px;
  }

  .tw .sm\:last\:-m-60:last-child{
    margin: -300px;
  }

  .tw .sm\:last\:-m-61:last-child{
    margin: -305px;
  }

  .tw .sm\:last\:-m-62:last-child{
    margin: -310px;
  }

  .tw .sm\:last\:-m-63:last-child{
    margin: -315px;
  }

  .tw .sm\:last\:-m-64:last-child{
    margin: -320px;
  }

  .tw .sm\:last\:-m-65:last-child{
    margin: -325px;
  }

  .tw .sm\:last\:-m-66:last-child{
    margin: -330px;
  }

  .tw .sm\:last\:-m-67:last-child{
    margin: -335px;
  }

  .tw .sm\:last\:-m-68:last-child{
    margin: -340px;
  }

  .tw .sm\:last\:-m-69:last-child{
    margin: -345px;
  }

  .tw .sm\:last\:-m-70:last-child{
    margin: -350px;
  }

  .tw .sm\:last\:-m-71:last-child{
    margin: -355px;
  }

  .tw .sm\:last\:-m-72:last-child{
    margin: -360px;
  }

  .tw .sm\:last\:-m-73:last-child{
    margin: -365px;
  }

  .tw .sm\:last\:-m-74:last-child{
    margin: -370px;
  }

  .tw .sm\:last\:-m-75:last-child{
    margin: -375px;
  }

  .tw .sm\:last\:-m-76:last-child{
    margin: -380px;
  }

  .tw .sm\:last\:-m-77:last-child{
    margin: -385px;
  }

  .tw .sm\:last\:-m-78:last-child{
    margin: -390px;
  }

  .tw .sm\:last\:-m-79:last-child{
    margin: -395px;
  }

  .tw .sm\:last\:-m-80:last-child{
    margin: -400px;
  }

  .tw .sm\:last\:-m-81:last-child{
    margin: -405px;
  }

  .tw .sm\:last\:-m-82:last-child{
    margin: -410px;
  }

  .tw .sm\:last\:-m-83:last-child{
    margin: -415px;
  }

  .tw .sm\:last\:-m-84:last-child{
    margin: -420px;
  }

  .tw .sm\:last\:-m-85:last-child{
    margin: -425px;
  }

  .tw .sm\:last\:-m-86:last-child{
    margin: -430px;
  }

  .tw .sm\:last\:-m-87:last-child{
    margin: -435px;
  }

  .tw .sm\:last\:-m-88:last-child{
    margin: -440px;
  }

  .tw .sm\:last\:-m-89:last-child{
    margin: -445px;
  }

  .tw .sm\:last\:-m-90:last-child{
    margin: -450px;
  }

  .tw .sm\:last\:-m-91:last-child{
    margin: -455px;
  }

  .tw .sm\:last\:-m-92:last-child{
    margin: -460px;
  }

  .tw .sm\:last\:-m-93:last-child{
    margin: -465px;
  }

  .tw .sm\:last\:-m-94:last-child{
    margin: -470px;
  }

  .tw .sm\:last\:-m-95:last-child{
    margin: -475px;
  }

  .tw .sm\:last\:-m-96:last-child{
    margin: -480px;
  }

  .tw .sm\:last\:-m-97:last-child{
    margin: -485px;
  }

  .tw .sm\:last\:-m-98:last-child{
    margin: -490px;
  }

  .tw .sm\:last\:-m-99:last-child{
    margin: -495px;
  }

  .tw .sm\:last\:-m-100:last-child{
    margin: -500px;
  }

  .tw .sm\:last\:-m-101:last-child{
    margin: -505px;
  }

  .tw .sm\:last\:-m-102:last-child{
    margin: -510px;
  }

  .tw .sm\:last\:-m-103:last-child{
    margin: -515px;
  }

  .tw .sm\:last\:-m-104:last-child{
    margin: -520px;
  }

  .tw .sm\:last\:-m-105:last-child{
    margin: -525px;
  }

  .tw .sm\:last\:-m-106:last-child{
    margin: -530px;
  }

  .tw .sm\:last\:-m-107:last-child{
    margin: -535px;
  }

  .tw .sm\:last\:-m-108:last-child{
    margin: -540px;
  }

  .tw .sm\:last\:-m-109:last-child{
    margin: -545px;
  }

  .tw .sm\:last\:-m-110:last-child{
    margin: -550px;
  }

  .tw .sm\:last\:-m-111:last-child{
    margin: -555px;
  }

  .tw .sm\:last\:-m-112:last-child{
    margin: -560px;
  }

  .tw .sm\:last\:-m-113:last-child{
    margin: -565px;
  }

  .tw .sm\:last\:-m-114:last-child{
    margin: -570px;
  }

  .tw .sm\:last\:-m-115:last-child{
    margin: -575px;
  }

  .tw .sm\:last\:-m-116:last-child{
    margin: -580px;
  }

  .tw .sm\:last\:-m-117:last-child{
    margin: -585px;
  }

  .tw .sm\:last\:-m-118:last-child{
    margin: -590px;
  }

  .tw .sm\:last\:-m-119:last-child{
    margin: -595px;
  }

  .tw .sm\:last\:-m-120:last-child{
    margin: -600px;
  }

  .tw .sm\:last\:-m-121:last-child{
    margin: -605px;
  }

  .tw .sm\:last\:-m-122:last-child{
    margin: -610px;
  }

  .tw .sm\:last\:-m-123:last-child{
    margin: -615px;
  }

  .tw .sm\:last\:-m-124:last-child{
    margin: -620px;
  }

  .tw .sm\:last\:-m-125:last-child{
    margin: -625px;
  }

  .tw .sm\:last\:-m-126:last-child{
    margin: -630px;
  }

  .tw .sm\:last\:-m-127:last-child{
    margin: -635px;
  }

  .tw .sm\:last\:-m-128:last-child{
    margin: -640px;
  }

  .tw .sm\:last\:-m-129:last-child{
    margin: -645px;
  }

  .tw .sm\:last\:-m-130:last-child{
    margin: -650px;
  }

  .tw .sm\:last\:-m-131:last-child{
    margin: -655px;
  }

  .tw .sm\:last\:-m-132:last-child{
    margin: -660px;
  }

  .tw .sm\:last\:-m-133:last-child{
    margin: -665px;
  }

  .tw .sm\:last\:-m-134:last-child{
    margin: -670px;
  }

  .tw .sm\:last\:-m-135:last-child{
    margin: -675px;
  }

  .tw .sm\:last\:-m-136:last-child{
    margin: -680px;
  }

  .tw .sm\:last\:-m-137:last-child{
    margin: -685px;
  }

  .tw .sm\:last\:-m-138:last-child{
    margin: -690px;
  }

  .tw .sm\:last\:-m-139:last-child{
    margin: -695px;
  }

  .tw .sm\:last\:-m-140:last-child{
    margin: -700px;
  }

  .tw .sm\:last\:-m-141:last-child{
    margin: -705px;
  }

  .tw .sm\:last\:-m-142:last-child{
    margin: -710px;
  }

  .tw .sm\:last\:-m-143:last-child{
    margin: -715px;
  }

  .tw .sm\:last\:-m-144:last-child{
    margin: -720px;
  }

  .tw .sm\:last\:-m-145:last-child{
    margin: -725px;
  }

  .tw .sm\:last\:-m-146:last-child{
    margin: -730px;
  }

  .tw .sm\:last\:-m-147:last-child{
    margin: -735px;
  }

  .tw .sm\:last\:-m-148:last-child{
    margin: -740px;
  }

  .tw .sm\:last\:-m-149:last-child{
    margin: -745px;
  }

  .tw .sm\:last\:-m-0\.5:last-child{
    margin: -3px;
  }

  .tw .sm\:last\:-m-1px:last-child{
    margin: -1px;
  }

  .tw .sm\:last\:-m-2px:last-child{
    margin: -2px;
  }

  .tw .sm\:last\:-m-3px:last-child{
    margin: -3px;
  }

  .tw .sm\:last\:-m-4px:last-child{
    margin: -4px;
  }

  .tw .sm\:last\:-m-5px:last-child{
    margin: -5px;
  }

  .tw .sm\:last\:-m-6px:last-child{
    margin: -6px;
  }

  .tw .sm\:last\:-m-7px:last-child{
    margin: -7px;
  }

  .tw .sm\:last\:-m-8px:last-child{
    margin: -8px;
  }

  .tw .sm\:last\:-m-9px:last-child{
    margin: -9px;
  }

  .tw .sm\:last\:-m-10px:last-child{
    margin: -10px;
  }

  .tw .sm\:last\:-m-11px:last-child{
    margin: -11px;
  }

  .tw .sm\:last\:-m-12px:last-child{
    margin: -12px;
  }

  .tw .sm\:last\:-m-13px:last-child{
    margin: -13px;
  }

  .tw .sm\:last\:-m-14px:last-child{
    margin: -14px;
  }

  .tw .sm\:last\:-m-15px:last-child{
    margin: -15px;
  }

  .tw .sm\:last\:-m-16px:last-child{
    margin: -16px;
  }

  .tw .sm\:last\:-m-17px:last-child{
    margin: -17px;
  }

  .tw .sm\:last\:-m-18px:last-child{
    margin: -18px;
  }

  .tw .sm\:last\:-m-19px:last-child{
    margin: -19px;
  }

  .tw .sm\:last\:-m-20px:last-child{
    margin: -20px;
  }

  .tw .sm\:last\:-m-21px:last-child{
    margin: -21px;
  }

  .tw .sm\:last\:-m-22px:last-child{
    margin: -22px;
  }

  .tw .sm\:last\:-m-23px:last-child{
    margin: -23px;
  }

  .tw .sm\:last\:-m-24px:last-child{
    margin: -24px;
  }

  .tw .sm\:last\:-m-25px:last-child{
    margin: -25px;
  }

  .tw .sm\:last\:-m-26px:last-child{
    margin: -26px;
  }

  .tw .sm\:last\:-m-27px:last-child{
    margin: -27px;
  }

  .tw .sm\:last\:-m-28px:last-child{
    margin: -28px;
  }

  .tw .sm\:last\:-m-29px:last-child{
    margin: -29px;
  }

  .tw .sm\:last\:-m-30px:last-child{
    margin: -30px;
  }

  .tw .sm\:last\:-m-31px:last-child{
    margin: -31px;
  }

  .tw .sm\:last\:-m-32px:last-child{
    margin: -32px;
  }

  .tw .sm\:last\:-m-33px:last-child{
    margin: -33px;
  }

  .tw .sm\:last\:-m-34px:last-child{
    margin: -34px;
  }

  .tw .sm\:last\:-m-35px:last-child{
    margin: -35px;
  }

  .tw .sm\:last\:-m-36px:last-child{
    margin: -36px;
  }

  .tw .sm\:last\:-m-37px:last-child{
    margin: -37px;
  }

  .tw .sm\:last\:-m-38px:last-child{
    margin: -38px;
  }

  .tw .sm\:last\:-m-39px:last-child{
    margin: -39px;
  }

  .tw .sm\:last\:-m-40px:last-child{
    margin: -40px;
  }

  .tw .sm\:mx-0{
    margin-left: 0px;
    margin-right: 0px;
  }

  .tw .sm\:mx-1{
    margin-left: 5px;
    margin-right: 5px;
  }

  .tw .sm\:mx-2{
    margin-left: 10px;
    margin-right: 10px;
  }

  .tw .sm\:mx-3{
    margin-left: 15px;
    margin-right: 15px;
  }

  .tw .sm\:mx-4{
    margin-left: 20px;
    margin-right: 20px;
  }

  .tw .sm\:mx-5{
    margin-left: 25px;
    margin-right: 25px;
  }

  .tw .sm\:mx-6{
    margin-left: 30px;
    margin-right: 30px;
  }

  .tw .sm\:mx-7{
    margin-left: 35px;
    margin-right: 35px;
  }

  .tw .sm\:mx-8{
    margin-left: 40px;
    margin-right: 40px;
  }

  .tw .sm\:mx-9{
    margin-left: 45px;
    margin-right: 45px;
  }

  .tw .sm\:mx-10{
    margin-left: 50px;
    margin-right: 50px;
  }

  .tw .sm\:mx-11{
    margin-left: 55px;
    margin-right: 55px;
  }

  .tw .sm\:mx-12{
    margin-left: 60px;
    margin-right: 60px;
  }

  .tw .sm\:mx-13{
    margin-left: 65px;
    margin-right: 65px;
  }

  .tw .sm\:mx-14{
    margin-left: 70px;
    margin-right: 70px;
  }

  .tw .sm\:mx-15{
    margin-left: 75px;
    margin-right: 75px;
  }

  .tw .sm\:mx-16{
    margin-left: 80px;
    margin-right: 80px;
  }

  .tw .sm\:mx-17{
    margin-left: 85px;
    margin-right: 85px;
  }

  .tw .sm\:mx-18{
    margin-left: 90px;
    margin-right: 90px;
  }

  .tw .sm\:mx-19{
    margin-left: 95px;
    margin-right: 95px;
  }

  .tw .sm\:mx-20{
    margin-left: 100px;
    margin-right: 100px;
  }

  .tw .sm\:mx-21{
    margin-left: 105px;
    margin-right: 105px;
  }

  .tw .sm\:mx-22{
    margin-left: 110px;
    margin-right: 110px;
  }

  .tw .sm\:mx-23{
    margin-left: 115px;
    margin-right: 115px;
  }

  .tw .sm\:mx-24{
    margin-left: 120px;
    margin-right: 120px;
  }

  .tw .sm\:mx-25{
    margin-left: 125px;
    margin-right: 125px;
  }

  .tw .sm\:mx-26{
    margin-left: 130px;
    margin-right: 130px;
  }

  .tw .sm\:mx-27{
    margin-left: 135px;
    margin-right: 135px;
  }

  .tw .sm\:mx-28{
    margin-left: 140px;
    margin-right: 140px;
  }

  .tw .sm\:mx-29{
    margin-left: 145px;
    margin-right: 145px;
  }

  .tw .sm\:mx-30{
    margin-left: 150px;
    margin-right: 150px;
  }

  .tw .sm\:mx-31{
    margin-left: 155px;
    margin-right: 155px;
  }

  .tw .sm\:mx-32{
    margin-left: 160px;
    margin-right: 160px;
  }

  .tw .sm\:mx-33{
    margin-left: 165px;
    margin-right: 165px;
  }

  .tw .sm\:mx-34{
    margin-left: 170px;
    margin-right: 170px;
  }

  .tw .sm\:mx-35{
    margin-left: 175px;
    margin-right: 175px;
  }

  .tw .sm\:mx-36{
    margin-left: 180px;
    margin-right: 180px;
  }

  .tw .sm\:mx-37{
    margin-left: 185px;
    margin-right: 185px;
  }

  .tw .sm\:mx-38{
    margin-left: 190px;
    margin-right: 190px;
  }

  .tw .sm\:mx-39{
    margin-left: 195px;
    margin-right: 195px;
  }

  .tw .sm\:mx-40{
    margin-left: 200px;
    margin-right: 200px;
  }

  .tw .sm\:mx-41{
    margin-left: 205px;
    margin-right: 205px;
  }

  .tw .sm\:mx-42{
    margin-left: 210px;
    margin-right: 210px;
  }

  .tw .sm\:mx-43{
    margin-left: 215px;
    margin-right: 215px;
  }

  .tw .sm\:mx-44{
    margin-left: 220px;
    margin-right: 220px;
  }

  .tw .sm\:mx-45{
    margin-left: 225px;
    margin-right: 225px;
  }

  .tw .sm\:mx-46{
    margin-left: 230px;
    margin-right: 230px;
  }

  .tw .sm\:mx-47{
    margin-left: 235px;
    margin-right: 235px;
  }

  .tw .sm\:mx-48{
    margin-left: 240px;
    margin-right: 240px;
  }

  .tw .sm\:mx-49{
    margin-left: 245px;
    margin-right: 245px;
  }

  .tw .sm\:mx-50{
    margin-left: 250px;
    margin-right: 250px;
  }

  .tw .sm\:mx-51{
    margin-left: 255px;
    margin-right: 255px;
  }

  .tw .sm\:mx-52{
    margin-left: 260px;
    margin-right: 260px;
  }

  .tw .sm\:mx-53{
    margin-left: 265px;
    margin-right: 265px;
  }

  .tw .sm\:mx-54{
    margin-left: 270px;
    margin-right: 270px;
  }

  .tw .sm\:mx-55{
    margin-left: 275px;
    margin-right: 275px;
  }

  .tw .sm\:mx-56{
    margin-left: 280px;
    margin-right: 280px;
  }

  .tw .sm\:mx-57{
    margin-left: 285px;
    margin-right: 285px;
  }

  .tw .sm\:mx-58{
    margin-left: 290px;
    margin-right: 290px;
  }

  .tw .sm\:mx-59{
    margin-left: 295px;
    margin-right: 295px;
  }

  .tw .sm\:mx-60{
    margin-left: 300px;
    margin-right: 300px;
  }

  .tw .sm\:mx-61{
    margin-left: 305px;
    margin-right: 305px;
  }

  .tw .sm\:mx-62{
    margin-left: 310px;
    margin-right: 310px;
  }

  .tw .sm\:mx-63{
    margin-left: 315px;
    margin-right: 315px;
  }

  .tw .sm\:mx-64{
    margin-left: 320px;
    margin-right: 320px;
  }

  .tw .sm\:mx-65{
    margin-left: 325px;
    margin-right: 325px;
  }

  .tw .sm\:mx-66{
    margin-left: 330px;
    margin-right: 330px;
  }

  .tw .sm\:mx-67{
    margin-left: 335px;
    margin-right: 335px;
  }

  .tw .sm\:mx-68{
    margin-left: 340px;
    margin-right: 340px;
  }

  .tw .sm\:mx-69{
    margin-left: 345px;
    margin-right: 345px;
  }

  .tw .sm\:mx-70{
    margin-left: 350px;
    margin-right: 350px;
  }

  .tw .sm\:mx-71{
    margin-left: 355px;
    margin-right: 355px;
  }

  .tw .sm\:mx-72{
    margin-left: 360px;
    margin-right: 360px;
  }

  .tw .sm\:mx-73{
    margin-left: 365px;
    margin-right: 365px;
  }

  .tw .sm\:mx-74{
    margin-left: 370px;
    margin-right: 370px;
  }

  .tw .sm\:mx-75{
    margin-left: 375px;
    margin-right: 375px;
  }

  .tw .sm\:mx-76{
    margin-left: 380px;
    margin-right: 380px;
  }

  .tw .sm\:mx-77{
    margin-left: 385px;
    margin-right: 385px;
  }

  .tw .sm\:mx-78{
    margin-left: 390px;
    margin-right: 390px;
  }

  .tw .sm\:mx-79{
    margin-left: 395px;
    margin-right: 395px;
  }

  .tw .sm\:mx-80{
    margin-left: 400px;
    margin-right: 400px;
  }

  .tw .sm\:mx-81{
    margin-left: 405px;
    margin-right: 405px;
  }

  .tw .sm\:mx-82{
    margin-left: 410px;
    margin-right: 410px;
  }

  .tw .sm\:mx-83{
    margin-left: 415px;
    margin-right: 415px;
  }

  .tw .sm\:mx-84{
    margin-left: 420px;
    margin-right: 420px;
  }

  .tw .sm\:mx-85{
    margin-left: 425px;
    margin-right: 425px;
  }

  .tw .sm\:mx-86{
    margin-left: 430px;
    margin-right: 430px;
  }

  .tw .sm\:mx-87{
    margin-left: 435px;
    margin-right: 435px;
  }

  .tw .sm\:mx-88{
    margin-left: 440px;
    margin-right: 440px;
  }

  .tw .sm\:mx-89{
    margin-left: 445px;
    margin-right: 445px;
  }

  .tw .sm\:mx-90{
    margin-left: 450px;
    margin-right: 450px;
  }

  .tw .sm\:mx-91{
    margin-left: 455px;
    margin-right: 455px;
  }

  .tw .sm\:mx-92{
    margin-left: 460px;
    margin-right: 460px;
  }

  .tw .sm\:mx-93{
    margin-left: 465px;
    margin-right: 465px;
  }

  .tw .sm\:mx-94{
    margin-left: 470px;
    margin-right: 470px;
  }

  .tw .sm\:mx-95{
    margin-left: 475px;
    margin-right: 475px;
  }

  .tw .sm\:mx-96{
    margin-left: 480px;
    margin-right: 480px;
  }

  .tw .sm\:mx-97{
    margin-left: 485px;
    margin-right: 485px;
  }

  .tw .sm\:mx-98{
    margin-left: 490px;
    margin-right: 490px;
  }

  .tw .sm\:mx-99{
    margin-left: 495px;
    margin-right: 495px;
  }

  .tw .sm\:mx-100{
    margin-left: 500px;
    margin-right: 500px;
  }

  .tw .sm\:mx-101{
    margin-left: 505px;
    margin-right: 505px;
  }

  .tw .sm\:mx-102{
    margin-left: 510px;
    margin-right: 510px;
  }

  .tw .sm\:mx-103{
    margin-left: 515px;
    margin-right: 515px;
  }

  .tw .sm\:mx-104{
    margin-left: 520px;
    margin-right: 520px;
  }

  .tw .sm\:mx-105{
    margin-left: 525px;
    margin-right: 525px;
  }

  .tw .sm\:mx-106{
    margin-left: 530px;
    margin-right: 530px;
  }

  .tw .sm\:mx-107{
    margin-left: 535px;
    margin-right: 535px;
  }

  .tw .sm\:mx-108{
    margin-left: 540px;
    margin-right: 540px;
  }

  .tw .sm\:mx-109{
    margin-left: 545px;
    margin-right: 545px;
  }

  .tw .sm\:mx-110{
    margin-left: 550px;
    margin-right: 550px;
  }

  .tw .sm\:mx-111{
    margin-left: 555px;
    margin-right: 555px;
  }

  .tw .sm\:mx-112{
    margin-left: 560px;
    margin-right: 560px;
  }

  .tw .sm\:mx-113{
    margin-left: 565px;
    margin-right: 565px;
  }

  .tw .sm\:mx-114{
    margin-left: 570px;
    margin-right: 570px;
  }

  .tw .sm\:mx-115{
    margin-left: 575px;
    margin-right: 575px;
  }

  .tw .sm\:mx-116{
    margin-left: 580px;
    margin-right: 580px;
  }

  .tw .sm\:mx-117{
    margin-left: 585px;
    margin-right: 585px;
  }

  .tw .sm\:mx-118{
    margin-left: 590px;
    margin-right: 590px;
  }

  .tw .sm\:mx-119{
    margin-left: 595px;
    margin-right: 595px;
  }

  .tw .sm\:mx-120{
    margin-left: 600px;
    margin-right: 600px;
  }

  .tw .sm\:mx-121{
    margin-left: 605px;
    margin-right: 605px;
  }

  .tw .sm\:mx-122{
    margin-left: 610px;
    margin-right: 610px;
  }

  .tw .sm\:mx-123{
    margin-left: 615px;
    margin-right: 615px;
  }

  .tw .sm\:mx-124{
    margin-left: 620px;
    margin-right: 620px;
  }

  .tw .sm\:mx-125{
    margin-left: 625px;
    margin-right: 625px;
  }

  .tw .sm\:mx-126{
    margin-left: 630px;
    margin-right: 630px;
  }

  .tw .sm\:mx-127{
    margin-left: 635px;
    margin-right: 635px;
  }

  .tw .sm\:mx-128{
    margin-left: 640px;
    margin-right: 640px;
  }

  .tw .sm\:mx-129{
    margin-left: 645px;
    margin-right: 645px;
  }

  .tw .sm\:mx-130{
    margin-left: 650px;
    margin-right: 650px;
  }

  .tw .sm\:mx-131{
    margin-left: 655px;
    margin-right: 655px;
  }

  .tw .sm\:mx-132{
    margin-left: 660px;
    margin-right: 660px;
  }

  .tw .sm\:mx-133{
    margin-left: 665px;
    margin-right: 665px;
  }

  .tw .sm\:mx-134{
    margin-left: 670px;
    margin-right: 670px;
  }

  .tw .sm\:mx-135{
    margin-left: 675px;
    margin-right: 675px;
  }

  .tw .sm\:mx-136{
    margin-left: 680px;
    margin-right: 680px;
  }

  .tw .sm\:mx-137{
    margin-left: 685px;
    margin-right: 685px;
  }

  .tw .sm\:mx-138{
    margin-left: 690px;
    margin-right: 690px;
  }

  .tw .sm\:mx-139{
    margin-left: 695px;
    margin-right: 695px;
  }

  .tw .sm\:mx-140{
    margin-left: 700px;
    margin-right: 700px;
  }

  .tw .sm\:mx-141{
    margin-left: 705px;
    margin-right: 705px;
  }

  .tw .sm\:mx-142{
    margin-left: 710px;
    margin-right: 710px;
  }

  .tw .sm\:mx-143{
    margin-left: 715px;
    margin-right: 715px;
  }

  .tw .sm\:mx-144{
    margin-left: 720px;
    margin-right: 720px;
  }

  .tw .sm\:mx-145{
    margin-left: 725px;
    margin-right: 725px;
  }

  .tw .sm\:mx-146{
    margin-left: 730px;
    margin-right: 730px;
  }

  .tw .sm\:mx-147{
    margin-left: 735px;
    margin-right: 735px;
  }

  .tw .sm\:mx-148{
    margin-left: 740px;
    margin-right: 740px;
  }

  .tw .sm\:mx-149{
    margin-left: 745px;
    margin-right: 745px;
  }

  .tw .sm\:mx-auto{
    margin-left: auto;
    margin-right: auto;
  }

  .tw .sm\:mx-0\.5{
    margin-left: 3px;
    margin-right: 3px;
  }

  .tw .sm\:mx-1px{
    margin-left: 1px;
    margin-right: 1px;
  }

  .tw .sm\:mx-2px{
    margin-left: 2px;
    margin-right: 2px;
  }

  .tw .sm\:mx-3px{
    margin-left: 3px;
    margin-right: 3px;
  }

  .tw .sm\:mx-4px{
    margin-left: 4px;
    margin-right: 4px;
  }

  .tw .sm\:mx-5px{
    margin-left: 5px;
    margin-right: 5px;
  }

  .tw .sm\:mx-6px{
    margin-left: 6px;
    margin-right: 6px;
  }

  .tw .sm\:mx-7px{
    margin-left: 7px;
    margin-right: 7px;
  }

  .tw .sm\:mx-8px{
    margin-left: 8px;
    margin-right: 8px;
  }

  .tw .sm\:mx-9px{
    margin-left: 9px;
    margin-right: 9px;
  }

  .tw .sm\:mx-10px{
    margin-left: 10px;
    margin-right: 10px;
  }

  .tw .sm\:mx-11px{
    margin-left: 11px;
    margin-right: 11px;
  }

  .tw .sm\:mx-12px{
    margin-left: 12px;
    margin-right: 12px;
  }

  .tw .sm\:mx-13px{
    margin-left: 13px;
    margin-right: 13px;
  }

  .tw .sm\:mx-14px{
    margin-left: 14px;
    margin-right: 14px;
  }

  .tw .sm\:mx-15px{
    margin-left: 15px;
    margin-right: 15px;
  }

  .tw .sm\:mx-16px{
    margin-left: 16px;
    margin-right: 16px;
  }

  .tw .sm\:mx-17px{
    margin-left: 17px;
    margin-right: 17px;
  }

  .tw .sm\:mx-18px{
    margin-left: 18px;
    margin-right: 18px;
  }

  .tw .sm\:mx-19px{
    margin-left: 19px;
    margin-right: 19px;
  }

  .tw .sm\:mx-20px{
    margin-left: 20px;
    margin-right: 20px;
  }

  .tw .sm\:mx-21px{
    margin-left: 21px;
    margin-right: 21px;
  }

  .tw .sm\:mx-22px{
    margin-left: 22px;
    margin-right: 22px;
  }

  .tw .sm\:mx-23px{
    margin-left: 23px;
    margin-right: 23px;
  }

  .tw .sm\:mx-24px{
    margin-left: 24px;
    margin-right: 24px;
  }

  .tw .sm\:mx-25px{
    margin-left: 25px;
    margin-right: 25px;
  }

  .tw .sm\:mx-26px{
    margin-left: 26px;
    margin-right: 26px;
  }

  .tw .sm\:mx-27px{
    margin-left: 27px;
    margin-right: 27px;
  }

  .tw .sm\:mx-28px{
    margin-left: 28px;
    margin-right: 28px;
  }

  .tw .sm\:mx-29px{
    margin-left: 29px;
    margin-right: 29px;
  }

  .tw .sm\:mx-30px{
    margin-left: 30px;
    margin-right: 30px;
  }

  .tw .sm\:mx-31px{
    margin-left: 31px;
    margin-right: 31px;
  }

  .tw .sm\:mx-32px{
    margin-left: 32px;
    margin-right: 32px;
  }

  .tw .sm\:mx-33px{
    margin-left: 33px;
    margin-right: 33px;
  }

  .tw .sm\:mx-34px{
    margin-left: 34px;
    margin-right: 34px;
  }

  .tw .sm\:mx-35px{
    margin-left: 35px;
    margin-right: 35px;
  }

  .tw .sm\:mx-36px{
    margin-left: 36px;
    margin-right: 36px;
  }

  .tw .sm\:mx-37px{
    margin-left: 37px;
    margin-right: 37px;
  }

  .tw .sm\:mx-38px{
    margin-left: 38px;
    margin-right: 38px;
  }

  .tw .sm\:mx-39px{
    margin-left: 39px;
    margin-right: 39px;
  }

  .tw .sm\:mx-40px{
    margin-left: 40px;
    margin-right: 40px;
  }

  .tw .sm\:-mx-0{
    margin-left: 0px;
    margin-right: 0px;
  }

  .tw .sm\:-mx-1{
    margin-left: -5px;
    margin-right: -5px;
  }

  .tw .sm\:-mx-2{
    margin-left: -10px;
    margin-right: -10px;
  }

  .tw .sm\:-mx-3{
    margin-left: -15px;
    margin-right: -15px;
  }

  .tw .sm\:-mx-4{
    margin-left: -20px;
    margin-right: -20px;
  }

  .tw .sm\:-mx-5{
    margin-left: -25px;
    margin-right: -25px;
  }

  .tw .sm\:-mx-6{
    margin-left: -30px;
    margin-right: -30px;
  }

  .tw .sm\:-mx-7{
    margin-left: -35px;
    margin-right: -35px;
  }

  .tw .sm\:-mx-8{
    margin-left: -40px;
    margin-right: -40px;
  }

  .tw .sm\:-mx-9{
    margin-left: -45px;
    margin-right: -45px;
  }

  .tw .sm\:-mx-10{
    margin-left: -50px;
    margin-right: -50px;
  }

  .tw .sm\:-mx-11{
    margin-left: -55px;
    margin-right: -55px;
  }

  .tw .sm\:-mx-12{
    margin-left: -60px;
    margin-right: -60px;
  }

  .tw .sm\:-mx-13{
    margin-left: -65px;
    margin-right: -65px;
  }

  .tw .sm\:-mx-14{
    margin-left: -70px;
    margin-right: -70px;
  }

  .tw .sm\:-mx-15{
    margin-left: -75px;
    margin-right: -75px;
  }

  .tw .sm\:-mx-16{
    margin-left: -80px;
    margin-right: -80px;
  }

  .tw .sm\:-mx-17{
    margin-left: -85px;
    margin-right: -85px;
  }

  .tw .sm\:-mx-18{
    margin-left: -90px;
    margin-right: -90px;
  }

  .tw .sm\:-mx-19{
    margin-left: -95px;
    margin-right: -95px;
  }

  .tw .sm\:-mx-20{
    margin-left: -100px;
    margin-right: -100px;
  }

  .tw .sm\:-mx-21{
    margin-left: -105px;
    margin-right: -105px;
  }

  .tw .sm\:-mx-22{
    margin-left: -110px;
    margin-right: -110px;
  }

  .tw .sm\:-mx-23{
    margin-left: -115px;
    margin-right: -115px;
  }

  .tw .sm\:-mx-24{
    margin-left: -120px;
    margin-right: -120px;
  }

  .tw .sm\:-mx-25{
    margin-left: -125px;
    margin-right: -125px;
  }

  .tw .sm\:-mx-26{
    margin-left: -130px;
    margin-right: -130px;
  }

  .tw .sm\:-mx-27{
    margin-left: -135px;
    margin-right: -135px;
  }

  .tw .sm\:-mx-28{
    margin-left: -140px;
    margin-right: -140px;
  }

  .tw .sm\:-mx-29{
    margin-left: -145px;
    margin-right: -145px;
  }

  .tw .sm\:-mx-30{
    margin-left: -150px;
    margin-right: -150px;
  }

  .tw .sm\:-mx-31{
    margin-left: -155px;
    margin-right: -155px;
  }

  .tw .sm\:-mx-32{
    margin-left: -160px;
    margin-right: -160px;
  }

  .tw .sm\:-mx-33{
    margin-left: -165px;
    margin-right: -165px;
  }

  .tw .sm\:-mx-34{
    margin-left: -170px;
    margin-right: -170px;
  }

  .tw .sm\:-mx-35{
    margin-left: -175px;
    margin-right: -175px;
  }

  .tw .sm\:-mx-36{
    margin-left: -180px;
    margin-right: -180px;
  }

  .tw .sm\:-mx-37{
    margin-left: -185px;
    margin-right: -185px;
  }

  .tw .sm\:-mx-38{
    margin-left: -190px;
    margin-right: -190px;
  }

  .tw .sm\:-mx-39{
    margin-left: -195px;
    margin-right: -195px;
  }

  .tw .sm\:-mx-40{
    margin-left: -200px;
    margin-right: -200px;
  }

  .tw .sm\:-mx-41{
    margin-left: -205px;
    margin-right: -205px;
  }

  .tw .sm\:-mx-42{
    margin-left: -210px;
    margin-right: -210px;
  }

  .tw .sm\:-mx-43{
    margin-left: -215px;
    margin-right: -215px;
  }

  .tw .sm\:-mx-44{
    margin-left: -220px;
    margin-right: -220px;
  }

  .tw .sm\:-mx-45{
    margin-left: -225px;
    margin-right: -225px;
  }

  .tw .sm\:-mx-46{
    margin-left: -230px;
    margin-right: -230px;
  }

  .tw .sm\:-mx-47{
    margin-left: -235px;
    margin-right: -235px;
  }

  .tw .sm\:-mx-48{
    margin-left: -240px;
    margin-right: -240px;
  }

  .tw .sm\:-mx-49{
    margin-left: -245px;
    margin-right: -245px;
  }

  .tw .sm\:-mx-50{
    margin-left: -250px;
    margin-right: -250px;
  }

  .tw .sm\:-mx-51{
    margin-left: -255px;
    margin-right: -255px;
  }

  .tw .sm\:-mx-52{
    margin-left: -260px;
    margin-right: -260px;
  }

  .tw .sm\:-mx-53{
    margin-left: -265px;
    margin-right: -265px;
  }

  .tw .sm\:-mx-54{
    margin-left: -270px;
    margin-right: -270px;
  }

  .tw .sm\:-mx-55{
    margin-left: -275px;
    margin-right: -275px;
  }

  .tw .sm\:-mx-56{
    margin-left: -280px;
    margin-right: -280px;
  }

  .tw .sm\:-mx-57{
    margin-left: -285px;
    margin-right: -285px;
  }

  .tw .sm\:-mx-58{
    margin-left: -290px;
    margin-right: -290px;
  }

  .tw .sm\:-mx-59{
    margin-left: -295px;
    margin-right: -295px;
  }

  .tw .sm\:-mx-60{
    margin-left: -300px;
    margin-right: -300px;
  }

  .tw .sm\:-mx-61{
    margin-left: -305px;
    margin-right: -305px;
  }

  .tw .sm\:-mx-62{
    margin-left: -310px;
    margin-right: -310px;
  }

  .tw .sm\:-mx-63{
    margin-left: -315px;
    margin-right: -315px;
  }

  .tw .sm\:-mx-64{
    margin-left: -320px;
    margin-right: -320px;
  }

  .tw .sm\:-mx-65{
    margin-left: -325px;
    margin-right: -325px;
  }

  .tw .sm\:-mx-66{
    margin-left: -330px;
    margin-right: -330px;
  }

  .tw .sm\:-mx-67{
    margin-left: -335px;
    margin-right: -335px;
  }

  .tw .sm\:-mx-68{
    margin-left: -340px;
    margin-right: -340px;
  }

  .tw .sm\:-mx-69{
    margin-left: -345px;
    margin-right: -345px;
  }

  .tw .sm\:-mx-70{
    margin-left: -350px;
    margin-right: -350px;
  }

  .tw .sm\:-mx-71{
    margin-left: -355px;
    margin-right: -355px;
  }

  .tw .sm\:-mx-72{
    margin-left: -360px;
    margin-right: -360px;
  }

  .tw .sm\:-mx-73{
    margin-left: -365px;
    margin-right: -365px;
  }

  .tw .sm\:-mx-74{
    margin-left: -370px;
    margin-right: -370px;
  }

  .tw .sm\:-mx-75{
    margin-left: -375px;
    margin-right: -375px;
  }

  .tw .sm\:-mx-76{
    margin-left: -380px;
    margin-right: -380px;
  }

  .tw .sm\:-mx-77{
    margin-left: -385px;
    margin-right: -385px;
  }

  .tw .sm\:-mx-78{
    margin-left: -390px;
    margin-right: -390px;
  }

  .tw .sm\:-mx-79{
    margin-left: -395px;
    margin-right: -395px;
  }

  .tw .sm\:-mx-80{
    margin-left: -400px;
    margin-right: -400px;
  }

  .tw .sm\:-mx-81{
    margin-left: -405px;
    margin-right: -405px;
  }

  .tw .sm\:-mx-82{
    margin-left: -410px;
    margin-right: -410px;
  }

  .tw .sm\:-mx-83{
    margin-left: -415px;
    margin-right: -415px;
  }

  .tw .sm\:-mx-84{
    margin-left: -420px;
    margin-right: -420px;
  }

  .tw .sm\:-mx-85{
    margin-left: -425px;
    margin-right: -425px;
  }

  .tw .sm\:-mx-86{
    margin-left: -430px;
    margin-right: -430px;
  }

  .tw .sm\:-mx-87{
    margin-left: -435px;
    margin-right: -435px;
  }

  .tw .sm\:-mx-88{
    margin-left: -440px;
    margin-right: -440px;
  }

  .tw .sm\:-mx-89{
    margin-left: -445px;
    margin-right: -445px;
  }

  .tw .sm\:-mx-90{
    margin-left: -450px;
    margin-right: -450px;
  }

  .tw .sm\:-mx-91{
    margin-left: -455px;
    margin-right: -455px;
  }

  .tw .sm\:-mx-92{
    margin-left: -460px;
    margin-right: -460px;
  }

  .tw .sm\:-mx-93{
    margin-left: -465px;
    margin-right: -465px;
  }

  .tw .sm\:-mx-94{
    margin-left: -470px;
    margin-right: -470px;
  }

  .tw .sm\:-mx-95{
    margin-left: -475px;
    margin-right: -475px;
  }

  .tw .sm\:-mx-96{
    margin-left: -480px;
    margin-right: -480px;
  }

  .tw .sm\:-mx-97{
    margin-left: -485px;
    margin-right: -485px;
  }

  .tw .sm\:-mx-98{
    margin-left: -490px;
    margin-right: -490px;
  }

  .tw .sm\:-mx-99{
    margin-left: -495px;
    margin-right: -495px;
  }

  .tw .sm\:-mx-100{
    margin-left: -500px;
    margin-right: -500px;
  }

  .tw .sm\:-mx-101{
    margin-left: -505px;
    margin-right: -505px;
  }

  .tw .sm\:-mx-102{
    margin-left: -510px;
    margin-right: -510px;
  }

  .tw .sm\:-mx-103{
    margin-left: -515px;
    margin-right: -515px;
  }

  .tw .sm\:-mx-104{
    margin-left: -520px;
    margin-right: -520px;
  }

  .tw .sm\:-mx-105{
    margin-left: -525px;
    margin-right: -525px;
  }

  .tw .sm\:-mx-106{
    margin-left: -530px;
    margin-right: -530px;
  }

  .tw .sm\:-mx-107{
    margin-left: -535px;
    margin-right: -535px;
  }

  .tw .sm\:-mx-108{
    margin-left: -540px;
    margin-right: -540px;
  }

  .tw .sm\:-mx-109{
    margin-left: -545px;
    margin-right: -545px;
  }

  .tw .sm\:-mx-110{
    margin-left: -550px;
    margin-right: -550px;
  }

  .tw .sm\:-mx-111{
    margin-left: -555px;
    margin-right: -555px;
  }

  .tw .sm\:-mx-112{
    margin-left: -560px;
    margin-right: -560px;
  }

  .tw .sm\:-mx-113{
    margin-left: -565px;
    margin-right: -565px;
  }

  .tw .sm\:-mx-114{
    margin-left: -570px;
    margin-right: -570px;
  }

  .tw .sm\:-mx-115{
    margin-left: -575px;
    margin-right: -575px;
  }

  .tw .sm\:-mx-116{
    margin-left: -580px;
    margin-right: -580px;
  }

  .tw .sm\:-mx-117{
    margin-left: -585px;
    margin-right: -585px;
  }

  .tw .sm\:-mx-118{
    margin-left: -590px;
    margin-right: -590px;
  }

  .tw .sm\:-mx-119{
    margin-left: -595px;
    margin-right: -595px;
  }

  .tw .sm\:-mx-120{
    margin-left: -600px;
    margin-right: -600px;
  }

  .tw .sm\:-mx-121{
    margin-left: -605px;
    margin-right: -605px;
  }

  .tw .sm\:-mx-122{
    margin-left: -610px;
    margin-right: -610px;
  }

  .tw .sm\:-mx-123{
    margin-left: -615px;
    margin-right: -615px;
  }

  .tw .sm\:-mx-124{
    margin-left: -620px;
    margin-right: -620px;
  }

  .tw .sm\:-mx-125{
    margin-left: -625px;
    margin-right: -625px;
  }

  .tw .sm\:-mx-126{
    margin-left: -630px;
    margin-right: -630px;
  }

  .tw .sm\:-mx-127{
    margin-left: -635px;
    margin-right: -635px;
  }

  .tw .sm\:-mx-128{
    margin-left: -640px;
    margin-right: -640px;
  }

  .tw .sm\:-mx-129{
    margin-left: -645px;
    margin-right: -645px;
  }

  .tw .sm\:-mx-130{
    margin-left: -650px;
    margin-right: -650px;
  }

  .tw .sm\:-mx-131{
    margin-left: -655px;
    margin-right: -655px;
  }

  .tw .sm\:-mx-132{
    margin-left: -660px;
    margin-right: -660px;
  }

  .tw .sm\:-mx-133{
    margin-left: -665px;
    margin-right: -665px;
  }

  .tw .sm\:-mx-134{
    margin-left: -670px;
    margin-right: -670px;
  }

  .tw .sm\:-mx-135{
    margin-left: -675px;
    margin-right: -675px;
  }

  .tw .sm\:-mx-136{
    margin-left: -680px;
    margin-right: -680px;
  }

  .tw .sm\:-mx-137{
    margin-left: -685px;
    margin-right: -685px;
  }

  .tw .sm\:-mx-138{
    margin-left: -690px;
    margin-right: -690px;
  }

  .tw .sm\:-mx-139{
    margin-left: -695px;
    margin-right: -695px;
  }

  .tw .sm\:-mx-140{
    margin-left: -700px;
    margin-right: -700px;
  }

  .tw .sm\:-mx-141{
    margin-left: -705px;
    margin-right: -705px;
  }

  .tw .sm\:-mx-142{
    margin-left: -710px;
    margin-right: -710px;
  }

  .tw .sm\:-mx-143{
    margin-left: -715px;
    margin-right: -715px;
  }

  .tw .sm\:-mx-144{
    margin-left: -720px;
    margin-right: -720px;
  }

  .tw .sm\:-mx-145{
    margin-left: -725px;
    margin-right: -725px;
  }

  .tw .sm\:-mx-146{
    margin-left: -730px;
    margin-right: -730px;
  }

  .tw .sm\:-mx-147{
    margin-left: -735px;
    margin-right: -735px;
  }

  .tw .sm\:-mx-148{
    margin-left: -740px;
    margin-right: -740px;
  }

  .tw .sm\:-mx-149{
    margin-left: -745px;
    margin-right: -745px;
  }

  .tw .sm\:-mx-0\.5{
    margin-left: -3px;
    margin-right: -3px;
  }

  .tw .sm\:-mx-1px{
    margin-left: -1px;
    margin-right: -1px;
  }

  .tw .sm\:-mx-2px{
    margin-left: -2px;
    margin-right: -2px;
  }

  .tw .sm\:-mx-3px{
    margin-left: -3px;
    margin-right: -3px;
  }

  .tw .sm\:-mx-4px{
    margin-left: -4px;
    margin-right: -4px;
  }

  .tw .sm\:-mx-5px{
    margin-left: -5px;
    margin-right: -5px;
  }

  .tw .sm\:-mx-6px{
    margin-left: -6px;
    margin-right: -6px;
  }

  .tw .sm\:-mx-7px{
    margin-left: -7px;
    margin-right: -7px;
  }

  .tw .sm\:-mx-8px{
    margin-left: -8px;
    margin-right: -8px;
  }

  .tw .sm\:-mx-9px{
    margin-left: -9px;
    margin-right: -9px;
  }

  .tw .sm\:-mx-10px{
    margin-left: -10px;
    margin-right: -10px;
  }

  .tw .sm\:-mx-11px{
    margin-left: -11px;
    margin-right: -11px;
  }

  .tw .sm\:-mx-12px{
    margin-left: -12px;
    margin-right: -12px;
  }

  .tw .sm\:-mx-13px{
    margin-left: -13px;
    margin-right: -13px;
  }

  .tw .sm\:-mx-14px{
    margin-left: -14px;
    margin-right: -14px;
  }

  .tw .sm\:-mx-15px{
    margin-left: -15px;
    margin-right: -15px;
  }

  .tw .sm\:-mx-16px{
    margin-left: -16px;
    margin-right: -16px;
  }

  .tw .sm\:-mx-17px{
    margin-left: -17px;
    margin-right: -17px;
  }

  .tw .sm\:-mx-18px{
    margin-left: -18px;
    margin-right: -18px;
  }

  .tw .sm\:-mx-19px{
    margin-left: -19px;
    margin-right: -19px;
  }

  .tw .sm\:-mx-20px{
    margin-left: -20px;
    margin-right: -20px;
  }

  .tw .sm\:-mx-21px{
    margin-left: -21px;
    margin-right: -21px;
  }

  .tw .sm\:-mx-22px{
    margin-left: -22px;
    margin-right: -22px;
  }

  .tw .sm\:-mx-23px{
    margin-left: -23px;
    margin-right: -23px;
  }

  .tw .sm\:-mx-24px{
    margin-left: -24px;
    margin-right: -24px;
  }

  .tw .sm\:-mx-25px{
    margin-left: -25px;
    margin-right: -25px;
  }

  .tw .sm\:-mx-26px{
    margin-left: -26px;
    margin-right: -26px;
  }

  .tw .sm\:-mx-27px{
    margin-left: -27px;
    margin-right: -27px;
  }

  .tw .sm\:-mx-28px{
    margin-left: -28px;
    margin-right: -28px;
  }

  .tw .sm\:-mx-29px{
    margin-left: -29px;
    margin-right: -29px;
  }

  .tw .sm\:-mx-30px{
    margin-left: -30px;
    margin-right: -30px;
  }

  .tw .sm\:-mx-31px{
    margin-left: -31px;
    margin-right: -31px;
  }

  .tw .sm\:-mx-32px{
    margin-left: -32px;
    margin-right: -32px;
  }

  .tw .sm\:-mx-33px{
    margin-left: -33px;
    margin-right: -33px;
  }

  .tw .sm\:-mx-34px{
    margin-left: -34px;
    margin-right: -34px;
  }

  .tw .sm\:-mx-35px{
    margin-left: -35px;
    margin-right: -35px;
  }

  .tw .sm\:-mx-36px{
    margin-left: -36px;
    margin-right: -36px;
  }

  .tw .sm\:-mx-37px{
    margin-left: -37px;
    margin-right: -37px;
  }

  .tw .sm\:-mx-38px{
    margin-left: -38px;
    margin-right: -38px;
  }

  .tw .sm\:-mx-39px{
    margin-left: -39px;
    margin-right: -39px;
  }

  .tw .sm\:-mx-40px{
    margin-left: -40px;
    margin-right: -40px;
  }

  .tw .sm\:my-0{
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .tw .sm\:my-1{
    margin-top: 5px;
    margin-bottom: 5px;
  }

  .tw .sm\:my-2{
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .tw .sm\:my-3{
    margin-top: 15px;
    margin-bottom: 15px;
  }

  .tw .sm\:my-4{
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .tw .sm\:my-5{
    margin-top: 25px;
    margin-bottom: 25px;
  }

  .tw .sm\:my-6{
    margin-top: 30px;
    margin-bottom: 30px;
  }

  .tw .sm\:my-7{
    margin-top: 35px;
    margin-bottom: 35px;
  }

  .tw .sm\:my-8{
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .tw .sm\:my-9{
    margin-top: 45px;
    margin-bottom: 45px;
  }

  .tw .sm\:my-10{
    margin-top: 50px;
    margin-bottom: 50px;
  }

  .tw .sm\:my-11{
    margin-top: 55px;
    margin-bottom: 55px;
  }

  .tw .sm\:my-12{
    margin-top: 60px;
    margin-bottom: 60px;
  }

  .tw .sm\:my-13{
    margin-top: 65px;
    margin-bottom: 65px;
  }

  .tw .sm\:my-14{
    margin-top: 70px;
    margin-bottom: 70px;
  }

  .tw .sm\:my-15{
    margin-top: 75px;
    margin-bottom: 75px;
  }

  .tw .sm\:my-16{
    margin-top: 80px;
    margin-bottom: 80px;
  }

  .tw .sm\:my-17{
    margin-top: 85px;
    margin-bottom: 85px;
  }

  .tw .sm\:my-18{
    margin-top: 90px;
    margin-bottom: 90px;
  }

  .tw .sm\:my-19{
    margin-top: 95px;
    margin-bottom: 95px;
  }

  .tw .sm\:my-20{
    margin-top: 100px;
    margin-bottom: 100px;
  }

  .tw .sm\:my-21{
    margin-top: 105px;
    margin-bottom: 105px;
  }

  .tw .sm\:my-22{
    margin-top: 110px;
    margin-bottom: 110px;
  }

  .tw .sm\:my-23{
    margin-top: 115px;
    margin-bottom: 115px;
  }

  .tw .sm\:my-24{
    margin-top: 120px;
    margin-bottom: 120px;
  }

  .tw .sm\:my-25{
    margin-top: 125px;
    margin-bottom: 125px;
  }

  .tw .sm\:my-26{
    margin-top: 130px;
    margin-bottom: 130px;
  }

  .tw .sm\:my-27{
    margin-top: 135px;
    margin-bottom: 135px;
  }

  .tw .sm\:my-28{
    margin-top: 140px;
    margin-bottom: 140px;
  }

  .tw .sm\:my-29{
    margin-top: 145px;
    margin-bottom: 145px;
  }

  .tw .sm\:my-30{
    margin-top: 150px;
    margin-bottom: 150px;
  }

  .tw .sm\:my-31{
    margin-top: 155px;
    margin-bottom: 155px;
  }

  .tw .sm\:my-32{
    margin-top: 160px;
    margin-bottom: 160px;
  }

  .tw .sm\:my-33{
    margin-top: 165px;
    margin-bottom: 165px;
  }

  .tw .sm\:my-34{
    margin-top: 170px;
    margin-bottom: 170px;
  }

  .tw .sm\:my-35{
    margin-top: 175px;
    margin-bottom: 175px;
  }

  .tw .sm\:my-36{
    margin-top: 180px;
    margin-bottom: 180px;
  }

  .tw .sm\:my-37{
    margin-top: 185px;
    margin-bottom: 185px;
  }

  .tw .sm\:my-38{
    margin-top: 190px;
    margin-bottom: 190px;
  }

  .tw .sm\:my-39{
    margin-top: 195px;
    margin-bottom: 195px;
  }

  .tw .sm\:my-40{
    margin-top: 200px;
    margin-bottom: 200px;
  }

  .tw .sm\:my-41{
    margin-top: 205px;
    margin-bottom: 205px;
  }

  .tw .sm\:my-42{
    margin-top: 210px;
    margin-bottom: 210px;
  }

  .tw .sm\:my-43{
    margin-top: 215px;
    margin-bottom: 215px;
  }

  .tw .sm\:my-44{
    margin-top: 220px;
    margin-bottom: 220px;
  }

  .tw .sm\:my-45{
    margin-top: 225px;
    margin-bottom: 225px;
  }

  .tw .sm\:my-46{
    margin-top: 230px;
    margin-bottom: 230px;
  }

  .tw .sm\:my-47{
    margin-top: 235px;
    margin-bottom: 235px;
  }

  .tw .sm\:my-48{
    margin-top: 240px;
    margin-bottom: 240px;
  }

  .tw .sm\:my-49{
    margin-top: 245px;
    margin-bottom: 245px;
  }

  .tw .sm\:my-50{
    margin-top: 250px;
    margin-bottom: 250px;
  }

  .tw .sm\:my-51{
    margin-top: 255px;
    margin-bottom: 255px;
  }

  .tw .sm\:my-52{
    margin-top: 260px;
    margin-bottom: 260px;
  }

  .tw .sm\:my-53{
    margin-top: 265px;
    margin-bottom: 265px;
  }

  .tw .sm\:my-54{
    margin-top: 270px;
    margin-bottom: 270px;
  }

  .tw .sm\:my-55{
    margin-top: 275px;
    margin-bottom: 275px;
  }

  .tw .sm\:my-56{
    margin-top: 280px;
    margin-bottom: 280px;
  }

  .tw .sm\:my-57{
    margin-top: 285px;
    margin-bottom: 285px;
  }

  .tw .sm\:my-58{
    margin-top: 290px;
    margin-bottom: 290px;
  }

  .tw .sm\:my-59{
    margin-top: 295px;
    margin-bottom: 295px;
  }

  .tw .sm\:my-60{
    margin-top: 300px;
    margin-bottom: 300px;
  }

  .tw .sm\:my-61{
    margin-top: 305px;
    margin-bottom: 305px;
  }

  .tw .sm\:my-62{
    margin-top: 310px;
    margin-bottom: 310px;
  }

  .tw .sm\:my-63{
    margin-top: 315px;
    margin-bottom: 315px;
  }

  .tw .sm\:my-64{
    margin-top: 320px;
    margin-bottom: 320px;
  }

  .tw .sm\:my-65{
    margin-top: 325px;
    margin-bottom: 325px;
  }

  .tw .sm\:my-66{
    margin-top: 330px;
    margin-bottom: 330px;
  }

  .tw .sm\:my-67{
    margin-top: 335px;
    margin-bottom: 335px;
  }

  .tw .sm\:my-68{
    margin-top: 340px;
    margin-bottom: 340px;
  }

  .tw .sm\:my-69{
    margin-top: 345px;
    margin-bottom: 345px;
  }

  .tw .sm\:my-70{
    margin-top: 350px;
    margin-bottom: 350px;
  }

  .tw .sm\:my-71{
    margin-top: 355px;
    margin-bottom: 355px;
  }

  .tw .sm\:my-72{
    margin-top: 360px;
    margin-bottom: 360px;
  }

  .tw .sm\:my-73{
    margin-top: 365px;
    margin-bottom: 365px;
  }

  .tw .sm\:my-74{
    margin-top: 370px;
    margin-bottom: 370px;
  }

  .tw .sm\:my-75{
    margin-top: 375px;
    margin-bottom: 375px;
  }

  .tw .sm\:my-76{
    margin-top: 380px;
    margin-bottom: 380px;
  }

  .tw .sm\:my-77{
    margin-top: 385px;
    margin-bottom: 385px;
  }

  .tw .sm\:my-78{
    margin-top: 390px;
    margin-bottom: 390px;
  }

  .tw .sm\:my-79{
    margin-top: 395px;
    margin-bottom: 395px;
  }

  .tw .sm\:my-80{
    margin-top: 400px;
    margin-bottom: 400px;
  }

  .tw .sm\:my-81{
    margin-top: 405px;
    margin-bottom: 405px;
  }

  .tw .sm\:my-82{
    margin-top: 410px;
    margin-bottom: 410px;
  }

  .tw .sm\:my-83{
    margin-top: 415px;
    margin-bottom: 415px;
  }

  .tw .sm\:my-84{
    margin-top: 420px;
    margin-bottom: 420px;
  }

  .tw .sm\:my-85{
    margin-top: 425px;
    margin-bottom: 425px;
  }

  .tw .sm\:my-86{
    margin-top: 430px;
    margin-bottom: 430px;
  }

  .tw .sm\:my-87{
    margin-top: 435px;
    margin-bottom: 435px;
  }

  .tw .sm\:my-88{
    margin-top: 440px;
    margin-bottom: 440px;
  }

  .tw .sm\:my-89{
    margin-top: 445px;
    margin-bottom: 445px;
  }

  .tw .sm\:my-90{
    margin-top: 450px;
    margin-bottom: 450px;
  }

  .tw .sm\:my-91{
    margin-top: 455px;
    margin-bottom: 455px;
  }

  .tw .sm\:my-92{
    margin-top: 460px;
    margin-bottom: 460px;
  }

  .tw .sm\:my-93{
    margin-top: 465px;
    margin-bottom: 465px;
  }

  .tw .sm\:my-94{
    margin-top: 470px;
    margin-bottom: 470px;
  }

  .tw .sm\:my-95{
    margin-top: 475px;
    margin-bottom: 475px;
  }

  .tw .sm\:my-96{
    margin-top: 480px;
    margin-bottom: 480px;
  }

  .tw .sm\:my-97{
    margin-top: 485px;
    margin-bottom: 485px;
  }

  .tw .sm\:my-98{
    margin-top: 490px;
    margin-bottom: 490px;
  }

  .tw .sm\:my-99{
    margin-top: 495px;
    margin-bottom: 495px;
  }

  .tw .sm\:my-100{
    margin-top: 500px;
    margin-bottom: 500px;
  }

  .tw .sm\:my-101{
    margin-top: 505px;
    margin-bottom: 505px;
  }

  .tw .sm\:my-102{
    margin-top: 510px;
    margin-bottom: 510px;
  }

  .tw .sm\:my-103{
    margin-top: 515px;
    margin-bottom: 515px;
  }

  .tw .sm\:my-104{
    margin-top: 520px;
    margin-bottom: 520px;
  }

  .tw .sm\:my-105{
    margin-top: 525px;
    margin-bottom: 525px;
  }

  .tw .sm\:my-106{
    margin-top: 530px;
    margin-bottom: 530px;
  }

  .tw .sm\:my-107{
    margin-top: 535px;
    margin-bottom: 535px;
  }

  .tw .sm\:my-108{
    margin-top: 540px;
    margin-bottom: 540px;
  }

  .tw .sm\:my-109{
    margin-top: 545px;
    margin-bottom: 545px;
  }

  .tw .sm\:my-110{
    margin-top: 550px;
    margin-bottom: 550px;
  }

  .tw .sm\:my-111{
    margin-top: 555px;
    margin-bottom: 555px;
  }

  .tw .sm\:my-112{
    margin-top: 560px;
    margin-bottom: 560px;
  }

  .tw .sm\:my-113{
    margin-top: 565px;
    margin-bottom: 565px;
  }

  .tw .sm\:my-114{
    margin-top: 570px;
    margin-bottom: 570px;
  }

  .tw .sm\:my-115{
    margin-top: 575px;
    margin-bottom: 575px;
  }

  .tw .sm\:my-116{
    margin-top: 580px;
    margin-bottom: 580px;
  }

  .tw .sm\:my-117{
    margin-top: 585px;
    margin-bottom: 585px;
  }

  .tw .sm\:my-118{
    margin-top: 590px;
    margin-bottom: 590px;
  }

  .tw .sm\:my-119{
    margin-top: 595px;
    margin-bottom: 595px;
  }

  .tw .sm\:my-120{
    margin-top: 600px;
    margin-bottom: 600px;
  }

  .tw .sm\:my-121{
    margin-top: 605px;
    margin-bottom: 605px;
  }

  .tw .sm\:my-122{
    margin-top: 610px;
    margin-bottom: 610px;
  }

  .tw .sm\:my-123{
    margin-top: 615px;
    margin-bottom: 615px;
  }

  .tw .sm\:my-124{
    margin-top: 620px;
    margin-bottom: 620px;
  }

  .tw .sm\:my-125{
    margin-top: 625px;
    margin-bottom: 625px;
  }

  .tw .sm\:my-126{
    margin-top: 630px;
    margin-bottom: 630px;
  }

  .tw .sm\:my-127{
    margin-top: 635px;
    margin-bottom: 635px;
  }

  .tw .sm\:my-128{
    margin-top: 640px;
    margin-bottom: 640px;
  }

  .tw .sm\:my-129{
    margin-top: 645px;
    margin-bottom: 645px;
  }

  .tw .sm\:my-130{
    margin-top: 650px;
    margin-bottom: 650px;
  }

  .tw .sm\:my-131{
    margin-top: 655px;
    margin-bottom: 655px;
  }

  .tw .sm\:my-132{
    margin-top: 660px;
    margin-bottom: 660px;
  }

  .tw .sm\:my-133{
    margin-top: 665px;
    margin-bottom: 665px;
  }

  .tw .sm\:my-134{
    margin-top: 670px;
    margin-bottom: 670px;
  }

  .tw .sm\:my-135{
    margin-top: 675px;
    margin-bottom: 675px;
  }

  .tw .sm\:my-136{
    margin-top: 680px;
    margin-bottom: 680px;
  }

  .tw .sm\:my-137{
    margin-top: 685px;
    margin-bottom: 685px;
  }

  .tw .sm\:my-138{
    margin-top: 690px;
    margin-bottom: 690px;
  }

  .tw .sm\:my-139{
    margin-top: 695px;
    margin-bottom: 695px;
  }

  .tw .sm\:my-140{
    margin-top: 700px;
    margin-bottom: 700px;
  }

  .tw .sm\:my-141{
    margin-top: 705px;
    margin-bottom: 705px;
  }

  .tw .sm\:my-142{
    margin-top: 710px;
    margin-bottom: 710px;
  }

  .tw .sm\:my-143{
    margin-top: 715px;
    margin-bottom: 715px;
  }

  .tw .sm\:my-144{
    margin-top: 720px;
    margin-bottom: 720px;
  }

  .tw .sm\:my-145{
    margin-top: 725px;
    margin-bottom: 725px;
  }

  .tw .sm\:my-146{
    margin-top: 730px;
    margin-bottom: 730px;
  }

  .tw .sm\:my-147{
    margin-top: 735px;
    margin-bottom: 735px;
  }

  .tw .sm\:my-148{
    margin-top: 740px;
    margin-bottom: 740px;
  }

  .tw .sm\:my-149{
    margin-top: 745px;
    margin-bottom: 745px;
  }

  .tw .sm\:my-auto{
    margin-top: auto;
    margin-bottom: auto;
  }

  .tw .sm\:my-0\.5{
    margin-top: 3px;
    margin-bottom: 3px;
  }

  .tw .sm\:my-1px{
    margin-top: 1px;
    margin-bottom: 1px;
  }

  .tw .sm\:my-2px{
    margin-top: 2px;
    margin-bottom: 2px;
  }

  .tw .sm\:my-3px{
    margin-top: 3px;
    margin-bottom: 3px;
  }

  .tw .sm\:my-4px{
    margin-top: 4px;
    margin-bottom: 4px;
  }

  .tw .sm\:my-5px{
    margin-top: 5px;
    margin-bottom: 5px;
  }

  .tw .sm\:my-6px{
    margin-top: 6px;
    margin-bottom: 6px;
  }

  .tw .sm\:my-7px{
    margin-top: 7px;
    margin-bottom: 7px;
  }

  .tw .sm\:my-8px{
    margin-top: 8px;
    margin-bottom: 8px;
  }

  .tw .sm\:my-9px{
    margin-top: 9px;
    margin-bottom: 9px;
  }

  .tw .sm\:my-10px{
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .tw .sm\:my-11px{
    margin-top: 11px;
    margin-bottom: 11px;
  }

  .tw .sm\:my-12px{
    margin-top: 12px;
    margin-bottom: 12px;
  }

  .tw .sm\:my-13px{
    margin-top: 13px;
    margin-bottom: 13px;
  }

  .tw .sm\:my-14px{
    margin-top: 14px;
    margin-bottom: 14px;
  }

  .tw .sm\:my-15px{
    margin-top: 15px;
    margin-bottom: 15px;
  }

  .tw .sm\:my-16px{
    margin-top: 16px;
    margin-bottom: 16px;
  }

  .tw .sm\:my-17px{
    margin-top: 17px;
    margin-bottom: 17px;
  }

  .tw .sm\:my-18px{
    margin-top: 18px;
    margin-bottom: 18px;
  }

  .tw .sm\:my-19px{
    margin-top: 19px;
    margin-bottom: 19px;
  }

  .tw .sm\:my-20px{
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .tw .sm\:my-21px{
    margin-top: 21px;
    margin-bottom: 21px;
  }

  .tw .sm\:my-22px{
    margin-top: 22px;
    margin-bottom: 22px;
  }

  .tw .sm\:my-23px{
    margin-top: 23px;
    margin-bottom: 23px;
  }

  .tw .sm\:my-24px{
    margin-top: 24px;
    margin-bottom: 24px;
  }

  .tw .sm\:my-25px{
    margin-top: 25px;
    margin-bottom: 25px;
  }

  .tw .sm\:my-26px{
    margin-top: 26px;
    margin-bottom: 26px;
  }

  .tw .sm\:my-27px{
    margin-top: 27px;
    margin-bottom: 27px;
  }

  .tw .sm\:my-28px{
    margin-top: 28px;
    margin-bottom: 28px;
  }

  .tw .sm\:my-29px{
    margin-top: 29px;
    margin-bottom: 29px;
  }

  .tw .sm\:my-30px{
    margin-top: 30px;
    margin-bottom: 30px;
  }

  .tw .sm\:my-31px{
    margin-top: 31px;
    margin-bottom: 31px;
  }

  .tw .sm\:my-32px{
    margin-top: 32px;
    margin-bottom: 32px;
  }

  .tw .sm\:my-33px{
    margin-top: 33px;
    margin-bottom: 33px;
  }

  .tw .sm\:my-34px{
    margin-top: 34px;
    margin-bottom: 34px;
  }

  .tw .sm\:my-35px{
    margin-top: 35px;
    margin-bottom: 35px;
  }

  .tw .sm\:my-36px{
    margin-top: 36px;
    margin-bottom: 36px;
  }

  .tw .sm\:my-37px{
    margin-top: 37px;
    margin-bottom: 37px;
  }

  .tw .sm\:my-38px{
    margin-top: 38px;
    margin-bottom: 38px;
  }

  .tw .sm\:my-39px{
    margin-top: 39px;
    margin-bottom: 39px;
  }

  .tw .sm\:my-40px{
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .tw .sm\:-my-0{
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .tw .sm\:-my-1{
    margin-top: -5px;
    margin-bottom: -5px;
  }

  .tw .sm\:-my-2{
    margin-top: -10px;
    margin-bottom: -10px;
  }

  .tw .sm\:-my-3{
    margin-top: -15px;
    margin-bottom: -15px;
  }

  .tw .sm\:-my-4{
    margin-top: -20px;
    margin-bottom: -20px;
  }

  .tw .sm\:-my-5{
    margin-top: -25px;
    margin-bottom: -25px;
  }

  .tw .sm\:-my-6{
    margin-top: -30px;
    margin-bottom: -30px;
  }

  .tw .sm\:-my-7{
    margin-top: -35px;
    margin-bottom: -35px;
  }

  .tw .sm\:-my-8{
    margin-top: -40px;
    margin-bottom: -40px;
  }

  .tw .sm\:-my-9{
    margin-top: -45px;
    margin-bottom: -45px;
  }

  .tw .sm\:-my-10{
    margin-top: -50px;
    margin-bottom: -50px;
  }

  .tw .sm\:-my-11{
    margin-top: -55px;
    margin-bottom: -55px;
  }

  .tw .sm\:-my-12{
    margin-top: -60px;
    margin-bottom: -60px;
  }

  .tw .sm\:-my-13{
    margin-top: -65px;
    margin-bottom: -65px;
  }

  .tw .sm\:-my-14{
    margin-top: -70px;
    margin-bottom: -70px;
  }

  .tw .sm\:-my-15{
    margin-top: -75px;
    margin-bottom: -75px;
  }

  .tw .sm\:-my-16{
    margin-top: -80px;
    margin-bottom: -80px;
  }

  .tw .sm\:-my-17{
    margin-top: -85px;
    margin-bottom: -85px;
  }

  .tw .sm\:-my-18{
    margin-top: -90px;
    margin-bottom: -90px;
  }

  .tw .sm\:-my-19{
    margin-top: -95px;
    margin-bottom: -95px;
  }

  .tw .sm\:-my-20{
    margin-top: -100px;
    margin-bottom: -100px;
  }

  .tw .sm\:-my-21{
    margin-top: -105px;
    margin-bottom: -105px;
  }

  .tw .sm\:-my-22{
    margin-top: -110px;
    margin-bottom: -110px;
  }

  .tw .sm\:-my-23{
    margin-top: -115px;
    margin-bottom: -115px;
  }

  .tw .sm\:-my-24{
    margin-top: -120px;
    margin-bottom: -120px;
  }

  .tw .sm\:-my-25{
    margin-top: -125px;
    margin-bottom: -125px;
  }

  .tw .sm\:-my-26{
    margin-top: -130px;
    margin-bottom: -130px;
  }

  .tw .sm\:-my-27{
    margin-top: -135px;
    margin-bottom: -135px;
  }

  .tw .sm\:-my-28{
    margin-top: -140px;
    margin-bottom: -140px;
  }

  .tw .sm\:-my-29{
    margin-top: -145px;
    margin-bottom: -145px;
  }

  .tw .sm\:-my-30{
    margin-top: -150px;
    margin-bottom: -150px;
  }

  .tw .sm\:-my-31{
    margin-top: -155px;
    margin-bottom: -155px;
  }

  .tw .sm\:-my-32{
    margin-top: -160px;
    margin-bottom: -160px;
  }

  .tw .sm\:-my-33{
    margin-top: -165px;
    margin-bottom: -165px;
  }

  .tw .sm\:-my-34{
    margin-top: -170px;
    margin-bottom: -170px;
  }

  .tw .sm\:-my-35{
    margin-top: -175px;
    margin-bottom: -175px;
  }

  .tw .sm\:-my-36{
    margin-top: -180px;
    margin-bottom: -180px;
  }

  .tw .sm\:-my-37{
    margin-top: -185px;
    margin-bottom: -185px;
  }

  .tw .sm\:-my-38{
    margin-top: -190px;
    margin-bottom: -190px;
  }

  .tw .sm\:-my-39{
    margin-top: -195px;
    margin-bottom: -195px;
  }

  .tw .sm\:-my-40{
    margin-top: -200px;
    margin-bottom: -200px;
  }

  .tw .sm\:-my-41{
    margin-top: -205px;
    margin-bottom: -205px;
  }

  .tw .sm\:-my-42{
    margin-top: -210px;
    margin-bottom: -210px;
  }

  .tw .sm\:-my-43{
    margin-top: -215px;
    margin-bottom: -215px;
  }

  .tw .sm\:-my-44{
    margin-top: -220px;
    margin-bottom: -220px;
  }

  .tw .sm\:-my-45{
    margin-top: -225px;
    margin-bottom: -225px;
  }

  .tw .sm\:-my-46{
    margin-top: -230px;
    margin-bottom: -230px;
  }

  .tw .sm\:-my-47{
    margin-top: -235px;
    margin-bottom: -235px;
  }

  .tw .sm\:-my-48{
    margin-top: -240px;
    margin-bottom: -240px;
  }

  .tw .sm\:-my-49{
    margin-top: -245px;
    margin-bottom: -245px;
  }

  .tw .sm\:-my-50{
    margin-top: -250px;
    margin-bottom: -250px;
  }

  .tw .sm\:-my-51{
    margin-top: -255px;
    margin-bottom: -255px;
  }

  .tw .sm\:-my-52{
    margin-top: -260px;
    margin-bottom: -260px;
  }

  .tw .sm\:-my-53{
    margin-top: -265px;
    margin-bottom: -265px;
  }

  .tw .sm\:-my-54{
    margin-top: -270px;
    margin-bottom: -270px;
  }

  .tw .sm\:-my-55{
    margin-top: -275px;
    margin-bottom: -275px;
  }

  .tw .sm\:-my-56{
    margin-top: -280px;
    margin-bottom: -280px;
  }

  .tw .sm\:-my-57{
    margin-top: -285px;
    margin-bottom: -285px;
  }

  .tw .sm\:-my-58{
    margin-top: -290px;
    margin-bottom: -290px;
  }

  .tw .sm\:-my-59{
    margin-top: -295px;
    margin-bottom: -295px;
  }

  .tw .sm\:-my-60{
    margin-top: -300px;
    margin-bottom: -300px;
  }

  .tw .sm\:-my-61{
    margin-top: -305px;
    margin-bottom: -305px;
  }

  .tw .sm\:-my-62{
    margin-top: -310px;
    margin-bottom: -310px;
  }

  .tw .sm\:-my-63{
    margin-top: -315px;
    margin-bottom: -315px;
  }

  .tw .sm\:-my-64{
    margin-top: -320px;
    margin-bottom: -320px;
  }

  .tw .sm\:-my-65{
    margin-top: -325px;
    margin-bottom: -325px;
  }

  .tw .sm\:-my-66{
    margin-top: -330px;
    margin-bottom: -330px;
  }

  .tw .sm\:-my-67{
    margin-top: -335px;
    margin-bottom: -335px;
  }

  .tw .sm\:-my-68{
    margin-top: -340px;
    margin-bottom: -340px;
  }

  .tw .sm\:-my-69{
    margin-top: -345px;
    margin-bottom: -345px;
  }

  .tw .sm\:-my-70{
    margin-top: -350px;
    margin-bottom: -350px;
  }

  .tw .sm\:-my-71{
    margin-top: -355px;
    margin-bottom: -355px;
  }

  .tw .sm\:-my-72{
    margin-top: -360px;
    margin-bottom: -360px;
  }

  .tw .sm\:-my-73{
    margin-top: -365px;
    margin-bottom: -365px;
  }

  .tw .sm\:-my-74{
    margin-top: -370px;
    margin-bottom: -370px;
  }

  .tw .sm\:-my-75{
    margin-top: -375px;
    margin-bottom: -375px;
  }

  .tw .sm\:-my-76{
    margin-top: -380px;
    margin-bottom: -380px;
  }

  .tw .sm\:-my-77{
    margin-top: -385px;
    margin-bottom: -385px;
  }

  .tw .sm\:-my-78{
    margin-top: -390px;
    margin-bottom: -390px;
  }

  .tw .sm\:-my-79{
    margin-top: -395px;
    margin-bottom: -395px;
  }

  .tw .sm\:-my-80{
    margin-top: -400px;
    margin-bottom: -400px;
  }

  .tw .sm\:-my-81{
    margin-top: -405px;
    margin-bottom: -405px;
  }

  .tw .sm\:-my-82{
    margin-top: -410px;
    margin-bottom: -410px;
  }

  .tw .sm\:-my-83{
    margin-top: -415px;
    margin-bottom: -415px;
  }

  .tw .sm\:-my-84{
    margin-top: -420px;
    margin-bottom: -420px;
  }

  .tw .sm\:-my-85{
    margin-top: -425px;
    margin-bottom: -425px;
  }

  .tw .sm\:-my-86{
    margin-top: -430px;
    margin-bottom: -430px;
  }

  .tw .sm\:-my-87{
    margin-top: -435px;
    margin-bottom: -435px;
  }

  .tw .sm\:-my-88{
    margin-top: -440px;
    margin-bottom: -440px;
  }

  .tw .sm\:-my-89{
    margin-top: -445px;
    margin-bottom: -445px;
  }

  .tw .sm\:-my-90{
    margin-top: -450px;
    margin-bottom: -450px;
  }

  .tw .sm\:-my-91{
    margin-top: -455px;
    margin-bottom: -455px;
  }

  .tw .sm\:-my-92{
    margin-top: -460px;
    margin-bottom: -460px;
  }

  .tw .sm\:-my-93{
    margin-top: -465px;
    margin-bottom: -465px;
  }

  .tw .sm\:-my-94{
    margin-top: -470px;
    margin-bottom: -470px;
  }

  .tw .sm\:-my-95{
    margin-top: -475px;
    margin-bottom: -475px;
  }

  .tw .sm\:-my-96{
    margin-top: -480px;
    margin-bottom: -480px;
  }

  .tw .sm\:-my-97{
    margin-top: -485px;
    margin-bottom: -485px;
  }

  .tw .sm\:-my-98{
    margin-top: -490px;
    margin-bottom: -490px;
  }

  .tw .sm\:-my-99{
    margin-top: -495px;
    margin-bottom: -495px;
  }

  .tw .sm\:-my-100{
    margin-top: -500px;
    margin-bottom: -500px;
  }

  .tw .sm\:-my-101{
    margin-top: -505px;
    margin-bottom: -505px;
  }

  .tw .sm\:-my-102{
    margin-top: -510px;
    margin-bottom: -510px;
  }

  .tw .sm\:-my-103{
    margin-top: -515px;
    margin-bottom: -515px;
  }

  .tw .sm\:-my-104{
    margin-top: -520px;
    margin-bottom: -520px;
  }

  .tw .sm\:-my-105{
    margin-top: -525px;
    margin-bottom: -525px;
  }

  .tw .sm\:-my-106{
    margin-top: -530px;
    margin-bottom: -530px;
  }

  .tw .sm\:-my-107{
    margin-top: -535px;
    margin-bottom: -535px;
  }

  .tw .sm\:-my-108{
    margin-top: -540px;
    margin-bottom: -540px;
  }

  .tw .sm\:-my-109{
    margin-top: -545px;
    margin-bottom: -545px;
  }

  .tw .sm\:-my-110{
    margin-top: -550px;
    margin-bottom: -550px;
  }

  .tw .sm\:-my-111{
    margin-top: -555px;
    margin-bottom: -555px;
  }

  .tw .sm\:-my-112{
    margin-top: -560px;
    margin-bottom: -560px;
  }

  .tw .sm\:-my-113{
    margin-top: -565px;
    margin-bottom: -565px;
  }

  .tw .sm\:-my-114{
    margin-top: -570px;
    margin-bottom: -570px;
  }

  .tw .sm\:-my-115{
    margin-top: -575px;
    margin-bottom: -575px;
  }

  .tw .sm\:-my-116{
    margin-top: -580px;
    margin-bottom: -580px;
  }

  .tw .sm\:-my-117{
    margin-top: -585px;
    margin-bottom: -585px;
  }

  .tw .sm\:-my-118{
    margin-top: -590px;
    margin-bottom: -590px;
  }

  .tw .sm\:-my-119{
    margin-top: -595px;
    margin-bottom: -595px;
  }

  .tw .sm\:-my-120{
    margin-top: -600px;
    margin-bottom: -600px;
  }

  .tw .sm\:-my-121{
    margin-top: -605px;
    margin-bottom: -605px;
  }

  .tw .sm\:-my-122{
    margin-top: -610px;
    margin-bottom: -610px;
  }

  .tw .sm\:-my-123{
    margin-top: -615px;
    margin-bottom: -615px;
  }

  .tw .sm\:-my-124{
    margin-top: -620px;
    margin-bottom: -620px;
  }

  .tw .sm\:-my-125{
    margin-top: -625px;
    margin-bottom: -625px;
  }

  .tw .sm\:-my-126{
    margin-top: -630px;
    margin-bottom: -630px;
  }

  .tw .sm\:-my-127{
    margin-top: -635px;
    margin-bottom: -635px;
  }

  .tw .sm\:-my-128{
    margin-top: -640px;
    margin-bottom: -640px;
  }

  .tw .sm\:-my-129{
    margin-top: -645px;
    margin-bottom: -645px;
  }

  .tw .sm\:-my-130{
    margin-top: -650px;
    margin-bottom: -650px;
  }

  .tw .sm\:-my-131{
    margin-top: -655px;
    margin-bottom: -655px;
  }

  .tw .sm\:-my-132{
    margin-top: -660px;
    margin-bottom: -660px;
  }

  .tw .sm\:-my-133{
    margin-top: -665px;
    margin-bottom: -665px;
  }

  .tw .sm\:-my-134{
    margin-top: -670px;
    margin-bottom: -670px;
  }

  .tw .sm\:-my-135{
    margin-top: -675px;
    margin-bottom: -675px;
  }

  .tw .sm\:-my-136{
    margin-top: -680px;
    margin-bottom: -680px;
  }

  .tw .sm\:-my-137{
    margin-top: -685px;
    margin-bottom: -685px;
  }

  .tw .sm\:-my-138{
    margin-top: -690px;
    margin-bottom: -690px;
  }

  .tw .sm\:-my-139{
    margin-top: -695px;
    margin-bottom: -695px;
  }

  .tw .sm\:-my-140{
    margin-top: -700px;
    margin-bottom: -700px;
  }

  .tw .sm\:-my-141{
    margin-top: -705px;
    margin-bottom: -705px;
  }

  .tw .sm\:-my-142{
    margin-top: -710px;
    margin-bottom: -710px;
  }

  .tw .sm\:-my-143{
    margin-top: -715px;
    margin-bottom: -715px;
  }

  .tw .sm\:-my-144{
    margin-top: -720px;
    margin-bottom: -720px;
  }

  .tw .sm\:-my-145{
    margin-top: -725px;
    margin-bottom: -725px;
  }

  .tw .sm\:-my-146{
    margin-top: -730px;
    margin-bottom: -730px;
  }

  .tw .sm\:-my-147{
    margin-top: -735px;
    margin-bottom: -735px;
  }

  .tw .sm\:-my-148{
    margin-top: -740px;
    margin-bottom: -740px;
  }

  .tw .sm\:-my-149{
    margin-top: -745px;
    margin-bottom: -745px;
  }

  .tw .sm\:-my-0\.5{
    margin-top: -3px;
    margin-bottom: -3px;
  }

  .tw .sm\:-my-1px{
    margin-top: -1px;
    margin-bottom: -1px;
  }

  .tw .sm\:-my-2px{
    margin-top: -2px;
    margin-bottom: -2px;
  }

  .tw .sm\:-my-3px{
    margin-top: -3px;
    margin-bottom: -3px;
  }

  .tw .sm\:-my-4px{
    margin-top: -4px;
    margin-bottom: -4px;
  }

  .tw .sm\:-my-5px{
    margin-top: -5px;
    margin-bottom: -5px;
  }

  .tw .sm\:-my-6px{
    margin-top: -6px;
    margin-bottom: -6px;
  }

  .tw .sm\:-my-7px{
    margin-top: -7px;
    margin-bottom: -7px;
  }

  .tw .sm\:-my-8px{
    margin-top: -8px;
    margin-bottom: -8px;
  }

  .tw .sm\:-my-9px{
    margin-top: -9px;
    margin-bottom: -9px;
  }

  .tw .sm\:-my-10px{
    margin-top: -10px;
    margin-bottom: -10px;
  }

  .tw .sm\:-my-11px{
    margin-top: -11px;
    margin-bottom: -11px;
  }

  .tw .sm\:-my-12px{
    margin-top: -12px;
    margin-bottom: -12px;
  }

  .tw .sm\:-my-13px{
    margin-top: -13px;
    margin-bottom: -13px;
  }

  .tw .sm\:-my-14px{
    margin-top: -14px;
    margin-bottom: -14px;
  }

  .tw .sm\:-my-15px{
    margin-top: -15px;
    margin-bottom: -15px;
  }

  .tw .sm\:-my-16px{
    margin-top: -16px;
    margin-bottom: -16px;
  }

  .tw .sm\:-my-17px{
    margin-top: -17px;
    margin-bottom: -17px;
  }

  .tw .sm\:-my-18px{
    margin-top: -18px;
    margin-bottom: -18px;
  }

  .tw .sm\:-my-19px{
    margin-top: -19px;
    margin-bottom: -19px;
  }

  .tw .sm\:-my-20px{
    margin-top: -20px;
    margin-bottom: -20px;
  }

  .tw .sm\:-my-21px{
    margin-top: -21px;
    margin-bottom: -21px;
  }

  .tw .sm\:-my-22px{
    margin-top: -22px;
    margin-bottom: -22px;
  }

  .tw .sm\:-my-23px{
    margin-top: -23px;
    margin-bottom: -23px;
  }

  .tw .sm\:-my-24px{
    margin-top: -24px;
    margin-bottom: -24px;
  }

  .tw .sm\:-my-25px{
    margin-top: -25px;
    margin-bottom: -25px;
  }

  .tw .sm\:-my-26px{
    margin-top: -26px;
    margin-bottom: -26px;
  }

  .tw .sm\:-my-27px{
    margin-top: -27px;
    margin-bottom: -27px;
  }

  .tw .sm\:-my-28px{
    margin-top: -28px;
    margin-bottom: -28px;
  }

  .tw .sm\:-my-29px{
    margin-top: -29px;
    margin-bottom: -29px;
  }

  .tw .sm\:-my-30px{
    margin-top: -30px;
    margin-bottom: -30px;
  }

  .tw .sm\:-my-31px{
    margin-top: -31px;
    margin-bottom: -31px;
  }

  .tw .sm\:-my-32px{
    margin-top: -32px;
    margin-bottom: -32px;
  }

  .tw .sm\:-my-33px{
    margin-top: -33px;
    margin-bottom: -33px;
  }

  .tw .sm\:-my-34px{
    margin-top: -34px;
    margin-bottom: -34px;
  }

  .tw .sm\:-my-35px{
    margin-top: -35px;
    margin-bottom: -35px;
  }

  .tw .sm\:-my-36px{
    margin-top: -36px;
    margin-bottom: -36px;
  }

  .tw .sm\:-my-37px{
    margin-top: -37px;
    margin-bottom: -37px;
  }

  .tw .sm\:-my-38px{
    margin-top: -38px;
    margin-bottom: -38px;
  }

  .tw .sm\:-my-39px{
    margin-top: -39px;
    margin-bottom: -39px;
  }

  .tw .sm\:-my-40px{
    margin-top: -40px;
    margin-bottom: -40px;
  }

  .tw .sm\:last\:mx-0:last-child{
    margin-left: 0px;
    margin-right: 0px;
  }

  .tw .sm\:last\:mx-1:last-child{
    margin-left: 5px;
    margin-right: 5px;
  }

  .tw .sm\:last\:mx-2:last-child{
    margin-left: 10px;
    margin-right: 10px;
  }

  .tw .sm\:last\:mx-3:last-child{
    margin-left: 15px;
    margin-right: 15px;
  }

  .tw .sm\:last\:mx-4:last-child{
    margin-left: 20px;
    margin-right: 20px;
  }

  .tw .sm\:last\:mx-5:last-child{
    margin-left: 25px;
    margin-right: 25px;
  }

  .tw .sm\:last\:mx-6:last-child{
    margin-left: 30px;
    margin-right: 30px;
  }

  .tw .sm\:last\:mx-7:last-child{
    margin-left: 35px;
    margin-right: 35px;
  }

  .tw .sm\:last\:mx-8:last-child{
    margin-left: 40px;
    margin-right: 40px;
  }

  .tw .sm\:last\:mx-9:last-child{
    margin-left: 45px;
    margin-right: 45px;
  }

  .tw .sm\:last\:mx-10:last-child{
    margin-left: 50px;
    margin-right: 50px;
  }

  .tw .sm\:last\:mx-11:last-child{
    margin-left: 55px;
    margin-right: 55px;
  }

  .tw .sm\:last\:mx-12:last-child{
    margin-left: 60px;
    margin-right: 60px;
  }

  .tw .sm\:last\:mx-13:last-child{
    margin-left: 65px;
    margin-right: 65px;
  }

  .tw .sm\:last\:mx-14:last-child{
    margin-left: 70px;
    margin-right: 70px;
  }

  .tw .sm\:last\:mx-15:last-child{
    margin-left: 75px;
    margin-right: 75px;
  }

  .tw .sm\:last\:mx-16:last-child{
    margin-left: 80px;
    margin-right: 80px;
  }

  .tw .sm\:last\:mx-17:last-child{
    margin-left: 85px;
    margin-right: 85px;
  }

  .tw .sm\:last\:mx-18:last-child{
    margin-left: 90px;
    margin-right: 90px;
  }

  .tw .sm\:last\:mx-19:last-child{
    margin-left: 95px;
    margin-right: 95px;
  }

  .tw .sm\:last\:mx-20:last-child{
    margin-left: 100px;
    margin-right: 100px;
  }

  .tw .sm\:last\:mx-21:last-child{
    margin-left: 105px;
    margin-right: 105px;
  }

  .tw .sm\:last\:mx-22:last-child{
    margin-left: 110px;
    margin-right: 110px;
  }

  .tw .sm\:last\:mx-23:last-child{
    margin-left: 115px;
    margin-right: 115px;
  }

  .tw .sm\:last\:mx-24:last-child{
    margin-left: 120px;
    margin-right: 120px;
  }

  .tw .sm\:last\:mx-25:last-child{
    margin-left: 125px;
    margin-right: 125px;
  }

  .tw .sm\:last\:mx-26:last-child{
    margin-left: 130px;
    margin-right: 130px;
  }

  .tw .sm\:last\:mx-27:last-child{
    margin-left: 135px;
    margin-right: 135px;
  }

  .tw .sm\:last\:mx-28:last-child{
    margin-left: 140px;
    margin-right: 140px;
  }

  .tw .sm\:last\:mx-29:last-child{
    margin-left: 145px;
    margin-right: 145px;
  }

  .tw .sm\:last\:mx-30:last-child{
    margin-left: 150px;
    margin-right: 150px;
  }

  .tw .sm\:last\:mx-31:last-child{
    margin-left: 155px;
    margin-right: 155px;
  }

  .tw .sm\:last\:mx-32:last-child{
    margin-left: 160px;
    margin-right: 160px;
  }

  .tw .sm\:last\:mx-33:last-child{
    margin-left: 165px;
    margin-right: 165px;
  }

  .tw .sm\:last\:mx-34:last-child{
    margin-left: 170px;
    margin-right: 170px;
  }

  .tw .sm\:last\:mx-35:last-child{
    margin-left: 175px;
    margin-right: 175px;
  }

  .tw .sm\:last\:mx-36:last-child{
    margin-left: 180px;
    margin-right: 180px;
  }

  .tw .sm\:last\:mx-37:last-child{
    margin-left: 185px;
    margin-right: 185px;
  }

  .tw .sm\:last\:mx-38:last-child{
    margin-left: 190px;
    margin-right: 190px;
  }

  .tw .sm\:last\:mx-39:last-child{
    margin-left: 195px;
    margin-right: 195px;
  }

  .tw .sm\:last\:mx-40:last-child{
    margin-left: 200px;
    margin-right: 200px;
  }

  .tw .sm\:last\:mx-41:last-child{
    margin-left: 205px;
    margin-right: 205px;
  }

  .tw .sm\:last\:mx-42:last-child{
    margin-left: 210px;
    margin-right: 210px;
  }

  .tw .sm\:last\:mx-43:last-child{
    margin-left: 215px;
    margin-right: 215px;
  }

  .tw .sm\:last\:mx-44:last-child{
    margin-left: 220px;
    margin-right: 220px;
  }

  .tw .sm\:last\:mx-45:last-child{
    margin-left: 225px;
    margin-right: 225px;
  }

  .tw .sm\:last\:mx-46:last-child{
    margin-left: 230px;
    margin-right: 230px;
  }

  .tw .sm\:last\:mx-47:last-child{
    margin-left: 235px;
    margin-right: 235px;
  }

  .tw .sm\:last\:mx-48:last-child{
    margin-left: 240px;
    margin-right: 240px;
  }

  .tw .sm\:last\:mx-49:last-child{
    margin-left: 245px;
    margin-right: 245px;
  }

  .tw .sm\:last\:mx-50:last-child{
    margin-left: 250px;
    margin-right: 250px;
  }

  .tw .sm\:last\:mx-51:last-child{
    margin-left: 255px;
    margin-right: 255px;
  }

  .tw .sm\:last\:mx-52:last-child{
    margin-left: 260px;
    margin-right: 260px;
  }

  .tw .sm\:last\:mx-53:last-child{
    margin-left: 265px;
    margin-right: 265px;
  }

  .tw .sm\:last\:mx-54:last-child{
    margin-left: 270px;
    margin-right: 270px;
  }

  .tw .sm\:last\:mx-55:last-child{
    margin-left: 275px;
    margin-right: 275px;
  }

  .tw .sm\:last\:mx-56:last-child{
    margin-left: 280px;
    margin-right: 280px;
  }

  .tw .sm\:last\:mx-57:last-child{
    margin-left: 285px;
    margin-right: 285px;
  }

  .tw .sm\:last\:mx-58:last-child{
    margin-left: 290px;
    margin-right: 290px;
  }

  .tw .sm\:last\:mx-59:last-child{
    margin-left: 295px;
    margin-right: 295px;
  }

  .tw .sm\:last\:mx-60:last-child{
    margin-left: 300px;
    margin-right: 300px;
  }

  .tw .sm\:last\:mx-61:last-child{
    margin-left: 305px;
    margin-right: 305px;
  }

  .tw .sm\:last\:mx-62:last-child{
    margin-left: 310px;
    margin-right: 310px;
  }

  .tw .sm\:last\:mx-63:last-child{
    margin-left: 315px;
    margin-right: 315px;
  }

  .tw .sm\:last\:mx-64:last-child{
    margin-left: 320px;
    margin-right: 320px;
  }

  .tw .sm\:last\:mx-65:last-child{
    margin-left: 325px;
    margin-right: 325px;
  }

  .tw .sm\:last\:mx-66:last-child{
    margin-left: 330px;
    margin-right: 330px;
  }

  .tw .sm\:last\:mx-67:last-child{
    margin-left: 335px;
    margin-right: 335px;
  }

  .tw .sm\:last\:mx-68:last-child{
    margin-left: 340px;
    margin-right: 340px;
  }

  .tw .sm\:last\:mx-69:last-child{
    margin-left: 345px;
    margin-right: 345px;
  }

  .tw .sm\:last\:mx-70:last-child{
    margin-left: 350px;
    margin-right: 350px;
  }

  .tw .sm\:last\:mx-71:last-child{
    margin-left: 355px;
    margin-right: 355px;
  }

  .tw .sm\:last\:mx-72:last-child{
    margin-left: 360px;
    margin-right: 360px;
  }

  .tw .sm\:last\:mx-73:last-child{
    margin-left: 365px;
    margin-right: 365px;
  }

  .tw .sm\:last\:mx-74:last-child{
    margin-left: 370px;
    margin-right: 370px;
  }

  .tw .sm\:last\:mx-75:last-child{
    margin-left: 375px;
    margin-right: 375px;
  }

  .tw .sm\:last\:mx-76:last-child{
    margin-left: 380px;
    margin-right: 380px;
  }

  .tw .sm\:last\:mx-77:last-child{
    margin-left: 385px;
    margin-right: 385px;
  }

  .tw .sm\:last\:mx-78:last-child{
    margin-left: 390px;
    margin-right: 390px;
  }

  .tw .sm\:last\:mx-79:last-child{
    margin-left: 395px;
    margin-right: 395px;
  }

  .tw .sm\:last\:mx-80:last-child{
    margin-left: 400px;
    margin-right: 400px;
  }

  .tw .sm\:last\:mx-81:last-child{
    margin-left: 405px;
    margin-right: 405px;
  }

  .tw .sm\:last\:mx-82:last-child{
    margin-left: 410px;
    margin-right: 410px;
  }

  .tw .sm\:last\:mx-83:last-child{
    margin-left: 415px;
    margin-right: 415px;
  }

  .tw .sm\:last\:mx-84:last-child{
    margin-left: 420px;
    margin-right: 420px;
  }

  .tw .sm\:last\:mx-85:last-child{
    margin-left: 425px;
    margin-right: 425px;
  }

  .tw .sm\:last\:mx-86:last-child{
    margin-left: 430px;
    margin-right: 430px;
  }

  .tw .sm\:last\:mx-87:last-child{
    margin-left: 435px;
    margin-right: 435px;
  }

  .tw .sm\:last\:mx-88:last-child{
    margin-left: 440px;
    margin-right: 440px;
  }

  .tw .sm\:last\:mx-89:last-child{
    margin-left: 445px;
    margin-right: 445px;
  }

  .tw .sm\:last\:mx-90:last-child{
    margin-left: 450px;
    margin-right: 450px;
  }

  .tw .sm\:last\:mx-91:last-child{
    margin-left: 455px;
    margin-right: 455px;
  }

  .tw .sm\:last\:mx-92:last-child{
    margin-left: 460px;
    margin-right: 460px;
  }

  .tw .sm\:last\:mx-93:last-child{
    margin-left: 465px;
    margin-right: 465px;
  }

  .tw .sm\:last\:mx-94:last-child{
    margin-left: 470px;
    margin-right: 470px;
  }

  .tw .sm\:last\:mx-95:last-child{
    margin-left: 475px;
    margin-right: 475px;
  }

  .tw .sm\:last\:mx-96:last-child{
    margin-left: 480px;
    margin-right: 480px;
  }

  .tw .sm\:last\:mx-97:last-child{
    margin-left: 485px;
    margin-right: 485px;
  }

  .tw .sm\:last\:mx-98:last-child{
    margin-left: 490px;
    margin-right: 490px;
  }

  .tw .sm\:last\:mx-99:last-child{
    margin-left: 495px;
    margin-right: 495px;
  }

  .tw .sm\:last\:mx-100:last-child{
    margin-left: 500px;
    margin-right: 500px;
  }

  .tw .sm\:last\:mx-101:last-child{
    margin-left: 505px;
    margin-right: 505px;
  }

  .tw .sm\:last\:mx-102:last-child{
    margin-left: 510px;
    margin-right: 510px;
  }

  .tw .sm\:last\:mx-103:last-child{
    margin-left: 515px;
    margin-right: 515px;
  }

  .tw .sm\:last\:mx-104:last-child{
    margin-left: 520px;
    margin-right: 520px;
  }

  .tw .sm\:last\:mx-105:last-child{
    margin-left: 525px;
    margin-right: 525px;
  }

  .tw .sm\:last\:mx-106:last-child{
    margin-left: 530px;
    margin-right: 530px;
  }

  .tw .sm\:last\:mx-107:last-child{
    margin-left: 535px;
    margin-right: 535px;
  }

  .tw .sm\:last\:mx-108:last-child{
    margin-left: 540px;
    margin-right: 540px;
  }

  .tw .sm\:last\:mx-109:last-child{
    margin-left: 545px;
    margin-right: 545px;
  }

  .tw .sm\:last\:mx-110:last-child{
    margin-left: 550px;
    margin-right: 550px;
  }

  .tw .sm\:last\:mx-111:last-child{
    margin-left: 555px;
    margin-right: 555px;
  }

  .tw .sm\:last\:mx-112:last-child{
    margin-left: 560px;
    margin-right: 560px;
  }

  .tw .sm\:last\:mx-113:last-child{
    margin-left: 565px;
    margin-right: 565px;
  }

  .tw .sm\:last\:mx-114:last-child{
    margin-left: 570px;
    margin-right: 570px;
  }

  .tw .sm\:last\:mx-115:last-child{
    margin-left: 575px;
    margin-right: 575px;
  }

  .tw .sm\:last\:mx-116:last-child{
    margin-left: 580px;
    margin-right: 580px;
  }

  .tw .sm\:last\:mx-117:last-child{
    margin-left: 585px;
    margin-right: 585px;
  }

  .tw .sm\:last\:mx-118:last-child{
    margin-left: 590px;
    margin-right: 590px;
  }

  .tw .sm\:last\:mx-119:last-child{
    margin-left: 595px;
    margin-right: 595px;
  }

  .tw .sm\:last\:mx-120:last-child{
    margin-left: 600px;
    margin-right: 600px;
  }

  .tw .sm\:last\:mx-121:last-child{
    margin-left: 605px;
    margin-right: 605px;
  }

  .tw .sm\:last\:mx-122:last-child{
    margin-left: 610px;
    margin-right: 610px;
  }

  .tw .sm\:last\:mx-123:last-child{
    margin-left: 615px;
    margin-right: 615px;
  }

  .tw .sm\:last\:mx-124:last-child{
    margin-left: 620px;
    margin-right: 620px;
  }

  .tw .sm\:last\:mx-125:last-child{
    margin-left: 625px;
    margin-right: 625px;
  }

  .tw .sm\:last\:mx-126:last-child{
    margin-left: 630px;
    margin-right: 630px;
  }

  .tw .sm\:last\:mx-127:last-child{
    margin-left: 635px;
    margin-right: 635px;
  }

  .tw .sm\:last\:mx-128:last-child{
    margin-left: 640px;
    margin-right: 640px;
  }

  .tw .sm\:last\:mx-129:last-child{
    margin-left: 645px;
    margin-right: 645px;
  }

  .tw .sm\:last\:mx-130:last-child{
    margin-left: 650px;
    margin-right: 650px;
  }

  .tw .sm\:last\:mx-131:last-child{
    margin-left: 655px;
    margin-right: 655px;
  }

  .tw .sm\:last\:mx-132:last-child{
    margin-left: 660px;
    margin-right: 660px;
  }

  .tw .sm\:last\:mx-133:last-child{
    margin-left: 665px;
    margin-right: 665px;
  }

  .tw .sm\:last\:mx-134:last-child{
    margin-left: 670px;
    margin-right: 670px;
  }

  .tw .sm\:last\:mx-135:last-child{
    margin-left: 675px;
    margin-right: 675px;
  }

  .tw .sm\:last\:mx-136:last-child{
    margin-left: 680px;
    margin-right: 680px;
  }

  .tw .sm\:last\:mx-137:last-child{
    margin-left: 685px;
    margin-right: 685px;
  }

  .tw .sm\:last\:mx-138:last-child{
    margin-left: 690px;
    margin-right: 690px;
  }

  .tw .sm\:last\:mx-139:last-child{
    margin-left: 695px;
    margin-right: 695px;
  }

  .tw .sm\:last\:mx-140:last-child{
    margin-left: 700px;
    margin-right: 700px;
  }

  .tw .sm\:last\:mx-141:last-child{
    margin-left: 705px;
    margin-right: 705px;
  }

  .tw .sm\:last\:mx-142:last-child{
    margin-left: 710px;
    margin-right: 710px;
  }

  .tw .sm\:last\:mx-143:last-child{
    margin-left: 715px;
    margin-right: 715px;
  }

  .tw .sm\:last\:mx-144:last-child{
    margin-left: 720px;
    margin-right: 720px;
  }

  .tw .sm\:last\:mx-145:last-child{
    margin-left: 725px;
    margin-right: 725px;
  }

  .tw .sm\:last\:mx-146:last-child{
    margin-left: 730px;
    margin-right: 730px;
  }

  .tw .sm\:last\:mx-147:last-child{
    margin-left: 735px;
    margin-right: 735px;
  }

  .tw .sm\:last\:mx-148:last-child{
    margin-left: 740px;
    margin-right: 740px;
  }

  .tw .sm\:last\:mx-149:last-child{
    margin-left: 745px;
    margin-right: 745px;
  }

  .tw .sm\:last\:mx-auto:last-child{
    margin-left: auto;
    margin-right: auto;
  }

  .tw .sm\:last\:mx-0\.5:last-child{
    margin-left: 3px;
    margin-right: 3px;
  }

  .tw .sm\:last\:mx-1px:last-child{
    margin-left: 1px;
    margin-right: 1px;
  }

  .tw .sm\:last\:mx-2px:last-child{
    margin-left: 2px;
    margin-right: 2px;
  }

  .tw .sm\:last\:mx-3px:last-child{
    margin-left: 3px;
    margin-right: 3px;
  }

  .tw .sm\:last\:mx-4px:last-child{
    margin-left: 4px;
    margin-right: 4px;
  }

  .tw .sm\:last\:mx-5px:last-child{
    margin-left: 5px;
    margin-right: 5px;
  }

  .tw .sm\:last\:mx-6px:last-child{
    margin-left: 6px;
    margin-right: 6px;
  }

  .tw .sm\:last\:mx-7px:last-child{
    margin-left: 7px;
    margin-right: 7px;
  }

  .tw .sm\:last\:mx-8px:last-child{
    margin-left: 8px;
    margin-right: 8px;
  }

  .tw .sm\:last\:mx-9px:last-child{
    margin-left: 9px;
    margin-right: 9px;
  }

  .tw .sm\:last\:mx-10px:last-child{
    margin-left: 10px;
    margin-right: 10px;
  }

  .tw .sm\:last\:mx-11px:last-child{
    margin-left: 11px;
    margin-right: 11px;
  }

  .tw .sm\:last\:mx-12px:last-child{
    margin-left: 12px;
    margin-right: 12px;
  }

  .tw .sm\:last\:mx-13px:last-child{
    margin-left: 13px;
    margin-right: 13px;
  }

  .tw .sm\:last\:mx-14px:last-child{
    margin-left: 14px;
    margin-right: 14px;
  }

  .tw .sm\:last\:mx-15px:last-child{
    margin-left: 15px;
    margin-right: 15px;
  }

  .tw .sm\:last\:mx-16px:last-child{
    margin-left: 16px;
    margin-right: 16px;
  }

  .tw .sm\:last\:mx-17px:last-child{
    margin-left: 17px;
    margin-right: 17px;
  }

  .tw .sm\:last\:mx-18px:last-child{
    margin-left: 18px;
    margin-right: 18px;
  }

  .tw .sm\:last\:mx-19px:last-child{
    margin-left: 19px;
    margin-right: 19px;
  }

  .tw .sm\:last\:mx-20px:last-child{
    margin-left: 20px;
    margin-right: 20px;
  }

  .tw .sm\:last\:mx-21px:last-child{
    margin-left: 21px;
    margin-right: 21px;
  }

  .tw .sm\:last\:mx-22px:last-child{
    margin-left: 22px;
    margin-right: 22px;
  }

  .tw .sm\:last\:mx-23px:last-child{
    margin-left: 23px;
    margin-right: 23px;
  }

  .tw .sm\:last\:mx-24px:last-child{
    margin-left: 24px;
    margin-right: 24px;
  }

  .tw .sm\:last\:mx-25px:last-child{
    margin-left: 25px;
    margin-right: 25px;
  }

  .tw .sm\:last\:mx-26px:last-child{
    margin-left: 26px;
    margin-right: 26px;
  }

  .tw .sm\:last\:mx-27px:last-child{
    margin-left: 27px;
    margin-right: 27px;
  }

  .tw .sm\:last\:mx-28px:last-child{
    margin-left: 28px;
    margin-right: 28px;
  }

  .tw .sm\:last\:mx-29px:last-child{
    margin-left: 29px;
    margin-right: 29px;
  }

  .tw .sm\:last\:mx-30px:last-child{
    margin-left: 30px;
    margin-right: 30px;
  }

  .tw .sm\:last\:mx-31px:last-child{
    margin-left: 31px;
    margin-right: 31px;
  }

  .tw .sm\:last\:mx-32px:last-child{
    margin-left: 32px;
    margin-right: 32px;
  }

  .tw .sm\:last\:mx-33px:last-child{
    margin-left: 33px;
    margin-right: 33px;
  }

  .tw .sm\:last\:mx-34px:last-child{
    margin-left: 34px;
    margin-right: 34px;
  }

  .tw .sm\:last\:mx-35px:last-child{
    margin-left: 35px;
    margin-right: 35px;
  }

  .tw .sm\:last\:mx-36px:last-child{
    margin-left: 36px;
    margin-right: 36px;
  }

  .tw .sm\:last\:mx-37px:last-child{
    margin-left: 37px;
    margin-right: 37px;
  }

  .tw .sm\:last\:mx-38px:last-child{
    margin-left: 38px;
    margin-right: 38px;
  }

  .tw .sm\:last\:mx-39px:last-child{
    margin-left: 39px;
    margin-right: 39px;
  }

  .tw .sm\:last\:mx-40px:last-child{
    margin-left: 40px;
    margin-right: 40px;
  }

  .tw .sm\:last\:-mx-0:last-child{
    margin-left: 0px;
    margin-right: 0px;
  }

  .tw .sm\:last\:-mx-1:last-child{
    margin-left: -5px;
    margin-right: -5px;
  }

  .tw .sm\:last\:-mx-2:last-child{
    margin-left: -10px;
    margin-right: -10px;
  }

  .tw .sm\:last\:-mx-3:last-child{
    margin-left: -15px;
    margin-right: -15px;
  }

  .tw .sm\:last\:-mx-4:last-child{
    margin-left: -20px;
    margin-right: -20px;
  }

  .tw .sm\:last\:-mx-5:last-child{
    margin-left: -25px;
    margin-right: -25px;
  }

  .tw .sm\:last\:-mx-6:last-child{
    margin-left: -30px;
    margin-right: -30px;
  }

  .tw .sm\:last\:-mx-7:last-child{
    margin-left: -35px;
    margin-right: -35px;
  }

  .tw .sm\:last\:-mx-8:last-child{
    margin-left: -40px;
    margin-right: -40px;
  }

  .tw .sm\:last\:-mx-9:last-child{
    margin-left: -45px;
    margin-right: -45px;
  }

  .tw .sm\:last\:-mx-10:last-child{
    margin-left: -50px;
    margin-right: -50px;
  }

  .tw .sm\:last\:-mx-11:last-child{
    margin-left: -55px;
    margin-right: -55px;
  }

  .tw .sm\:last\:-mx-12:last-child{
    margin-left: -60px;
    margin-right: -60px;
  }

  .tw .sm\:last\:-mx-13:last-child{
    margin-left: -65px;
    margin-right: -65px;
  }

  .tw .sm\:last\:-mx-14:last-child{
    margin-left: -70px;
    margin-right: -70px;
  }

  .tw .sm\:last\:-mx-15:last-child{
    margin-left: -75px;
    margin-right: -75px;
  }

  .tw .sm\:last\:-mx-16:last-child{
    margin-left: -80px;
    margin-right: -80px;
  }

  .tw .sm\:last\:-mx-17:last-child{
    margin-left: -85px;
    margin-right: -85px;
  }

  .tw .sm\:last\:-mx-18:last-child{
    margin-left: -90px;
    margin-right: -90px;
  }

  .tw .sm\:last\:-mx-19:last-child{
    margin-left: -95px;
    margin-right: -95px;
  }

  .tw .sm\:last\:-mx-20:last-child{
    margin-left: -100px;
    margin-right: -100px;
  }

  .tw .sm\:last\:-mx-21:last-child{
    margin-left: -105px;
    margin-right: -105px;
  }

  .tw .sm\:last\:-mx-22:last-child{
    margin-left: -110px;
    margin-right: -110px;
  }

  .tw .sm\:last\:-mx-23:last-child{
    margin-left: -115px;
    margin-right: -115px;
  }

  .tw .sm\:last\:-mx-24:last-child{
    margin-left: -120px;
    margin-right: -120px;
  }

  .tw .sm\:last\:-mx-25:last-child{
    margin-left: -125px;
    margin-right: -125px;
  }

  .tw .sm\:last\:-mx-26:last-child{
    margin-left: -130px;
    margin-right: -130px;
  }

  .tw .sm\:last\:-mx-27:last-child{
    margin-left: -135px;
    margin-right: -135px;
  }

  .tw .sm\:last\:-mx-28:last-child{
    margin-left: -140px;
    margin-right: -140px;
  }

  .tw .sm\:last\:-mx-29:last-child{
    margin-left: -145px;
    margin-right: -145px;
  }

  .tw .sm\:last\:-mx-30:last-child{
    margin-left: -150px;
    margin-right: -150px;
  }

  .tw .sm\:last\:-mx-31:last-child{
    margin-left: -155px;
    margin-right: -155px;
  }

  .tw .sm\:last\:-mx-32:last-child{
    margin-left: -160px;
    margin-right: -160px;
  }

  .tw .sm\:last\:-mx-33:last-child{
    margin-left: -165px;
    margin-right: -165px;
  }

  .tw .sm\:last\:-mx-34:last-child{
    margin-left: -170px;
    margin-right: -170px;
  }

  .tw .sm\:last\:-mx-35:last-child{
    margin-left: -175px;
    margin-right: -175px;
  }

  .tw .sm\:last\:-mx-36:last-child{
    margin-left: -180px;
    margin-right: -180px;
  }

  .tw .sm\:last\:-mx-37:last-child{
    margin-left: -185px;
    margin-right: -185px;
  }

  .tw .sm\:last\:-mx-38:last-child{
    margin-left: -190px;
    margin-right: -190px;
  }

  .tw .sm\:last\:-mx-39:last-child{
    margin-left: -195px;
    margin-right: -195px;
  }

  .tw .sm\:last\:-mx-40:last-child{
    margin-left: -200px;
    margin-right: -200px;
  }

  .tw .sm\:last\:-mx-41:last-child{
    margin-left: -205px;
    margin-right: -205px;
  }

  .tw .sm\:last\:-mx-42:last-child{
    margin-left: -210px;
    margin-right: -210px;
  }

  .tw .sm\:last\:-mx-43:last-child{
    margin-left: -215px;
    margin-right: -215px;
  }

  .tw .sm\:last\:-mx-44:last-child{
    margin-left: -220px;
    margin-right: -220px;
  }

  .tw .sm\:last\:-mx-45:last-child{
    margin-left: -225px;
    margin-right: -225px;
  }

  .tw .sm\:last\:-mx-46:last-child{
    margin-left: -230px;
    margin-right: -230px;
  }

  .tw .sm\:last\:-mx-47:last-child{
    margin-left: -235px;
    margin-right: -235px;
  }

  .tw .sm\:last\:-mx-48:last-child{
    margin-left: -240px;
    margin-right: -240px;
  }

  .tw .sm\:last\:-mx-49:last-child{
    margin-left: -245px;
    margin-right: -245px;
  }

  .tw .sm\:last\:-mx-50:last-child{
    margin-left: -250px;
    margin-right: -250px;
  }

  .tw .sm\:last\:-mx-51:last-child{
    margin-left: -255px;
    margin-right: -255px;
  }

  .tw .sm\:last\:-mx-52:last-child{
    margin-left: -260px;
    margin-right: -260px;
  }

  .tw .sm\:last\:-mx-53:last-child{
    margin-left: -265px;
    margin-right: -265px;
  }

  .tw .sm\:last\:-mx-54:last-child{
    margin-left: -270px;
    margin-right: -270px;
  }

  .tw .sm\:last\:-mx-55:last-child{
    margin-left: -275px;
    margin-right: -275px;
  }

  .tw .sm\:last\:-mx-56:last-child{
    margin-left: -280px;
    margin-right: -280px;
  }

  .tw .sm\:last\:-mx-57:last-child{
    margin-left: -285px;
    margin-right: -285px;
  }

  .tw .sm\:last\:-mx-58:last-child{
    margin-left: -290px;
    margin-right: -290px;
  }

  .tw .sm\:last\:-mx-59:last-child{
    margin-left: -295px;
    margin-right: -295px;
  }

  .tw .sm\:last\:-mx-60:last-child{
    margin-left: -300px;
    margin-right: -300px;
  }

  .tw .sm\:last\:-mx-61:last-child{
    margin-left: -305px;
    margin-right: -305px;
  }

  .tw .sm\:last\:-mx-62:last-child{
    margin-left: -310px;
    margin-right: -310px;
  }

  .tw .sm\:last\:-mx-63:last-child{
    margin-left: -315px;
    margin-right: -315px;
  }

  .tw .sm\:last\:-mx-64:last-child{
    margin-left: -320px;
    margin-right: -320px;
  }

  .tw .sm\:last\:-mx-65:last-child{
    margin-left: -325px;
    margin-right: -325px;
  }

  .tw .sm\:last\:-mx-66:last-child{
    margin-left: -330px;
    margin-right: -330px;
  }

  .tw .sm\:last\:-mx-67:last-child{
    margin-left: -335px;
    margin-right: -335px;
  }

  .tw .sm\:last\:-mx-68:last-child{
    margin-left: -340px;
    margin-right: -340px;
  }

  .tw .sm\:last\:-mx-69:last-child{
    margin-left: -345px;
    margin-right: -345px;
  }

  .tw .sm\:last\:-mx-70:last-child{
    margin-left: -350px;
    margin-right: -350px;
  }

  .tw .sm\:last\:-mx-71:last-child{
    margin-left: -355px;
    margin-right: -355px;
  }

  .tw .sm\:last\:-mx-72:last-child{
    margin-left: -360px;
    margin-right: -360px;
  }

  .tw .sm\:last\:-mx-73:last-child{
    margin-left: -365px;
    margin-right: -365px;
  }

  .tw .sm\:last\:-mx-74:last-child{
    margin-left: -370px;
    margin-right: -370px;
  }

  .tw .sm\:last\:-mx-75:last-child{
    margin-left: -375px;
    margin-right: -375px;
  }

  .tw .sm\:last\:-mx-76:last-child{
    margin-left: -380px;
    margin-right: -380px;
  }

  .tw .sm\:last\:-mx-77:last-child{
    margin-left: -385px;
    margin-right: -385px;
  }

  .tw .sm\:last\:-mx-78:last-child{
    margin-left: -390px;
    margin-right: -390px;
  }

  .tw .sm\:last\:-mx-79:last-child{
    margin-left: -395px;
    margin-right: -395px;
  }

  .tw .sm\:last\:-mx-80:last-child{
    margin-left: -400px;
    margin-right: -400px;
  }

  .tw .sm\:last\:-mx-81:last-child{
    margin-left: -405px;
    margin-right: -405px;
  }

  .tw .sm\:last\:-mx-82:last-child{
    margin-left: -410px;
    margin-right: -410px;
  }

  .tw .sm\:last\:-mx-83:last-child{
    margin-left: -415px;
    margin-right: -415px;
  }

  .tw .sm\:last\:-mx-84:last-child{
    margin-left: -420px;
    margin-right: -420px;
  }

  .tw .sm\:last\:-mx-85:last-child{
    margin-left: -425px;
    margin-right: -425px;
  }

  .tw .sm\:last\:-mx-86:last-child{
    margin-left: -430px;
    margin-right: -430px;
  }

  .tw .sm\:last\:-mx-87:last-child{
    margin-left: -435px;
    margin-right: -435px;
  }

  .tw .sm\:last\:-mx-88:last-child{
    margin-left: -440px;
    margin-right: -440px;
  }

  .tw .sm\:last\:-mx-89:last-child{
    margin-left: -445px;
    margin-right: -445px;
  }

  .tw .sm\:last\:-mx-90:last-child{
    margin-left: -450px;
    margin-right: -450px;
  }

  .tw .sm\:last\:-mx-91:last-child{
    margin-left: -455px;
    margin-right: -455px;
  }

  .tw .sm\:last\:-mx-92:last-child{
    margin-left: -460px;
    margin-right: -460px;
  }

  .tw .sm\:last\:-mx-93:last-child{
    margin-left: -465px;
    margin-right: -465px;
  }

  .tw .sm\:last\:-mx-94:last-child{
    margin-left: -470px;
    margin-right: -470px;
  }

  .tw .sm\:last\:-mx-95:last-child{
    margin-left: -475px;
    margin-right: -475px;
  }

  .tw .sm\:last\:-mx-96:last-child{
    margin-left: -480px;
    margin-right: -480px;
  }

  .tw .sm\:last\:-mx-97:last-child{
    margin-left: -485px;
    margin-right: -485px;
  }

  .tw .sm\:last\:-mx-98:last-child{
    margin-left: -490px;
    margin-right: -490px;
  }

  .tw .sm\:last\:-mx-99:last-child{
    margin-left: -495px;
    margin-right: -495px;
  }

  .tw .sm\:last\:-mx-100:last-child{
    margin-left: -500px;
    margin-right: -500px;
  }

  .tw .sm\:last\:-mx-101:last-child{
    margin-left: -505px;
    margin-right: -505px;
  }

  .tw .sm\:last\:-mx-102:last-child{
    margin-left: -510px;
    margin-right: -510px;
  }

  .tw .sm\:last\:-mx-103:last-child{
    margin-left: -515px;
    margin-right: -515px;
  }

  .tw .sm\:last\:-mx-104:last-child{
    margin-left: -520px;
    margin-right: -520px;
  }

  .tw .sm\:last\:-mx-105:last-child{
    margin-left: -525px;
    margin-right: -525px;
  }

  .tw .sm\:last\:-mx-106:last-child{
    margin-left: -530px;
    margin-right: -530px;
  }

  .tw .sm\:last\:-mx-107:last-child{
    margin-left: -535px;
    margin-right: -535px;
  }

  .tw .sm\:last\:-mx-108:last-child{
    margin-left: -540px;
    margin-right: -540px;
  }

  .tw .sm\:last\:-mx-109:last-child{
    margin-left: -545px;
    margin-right: -545px;
  }

  .tw .sm\:last\:-mx-110:last-child{
    margin-left: -550px;
    margin-right: -550px;
  }

  .tw .sm\:last\:-mx-111:last-child{
    margin-left: -555px;
    margin-right: -555px;
  }

  .tw .sm\:last\:-mx-112:last-child{
    margin-left: -560px;
    margin-right: -560px;
  }

  .tw .sm\:last\:-mx-113:last-child{
    margin-left: -565px;
    margin-right: -565px;
  }

  .tw .sm\:last\:-mx-114:last-child{
    margin-left: -570px;
    margin-right: -570px;
  }

  .tw .sm\:last\:-mx-115:last-child{
    margin-left: -575px;
    margin-right: -575px;
  }

  .tw .sm\:last\:-mx-116:last-child{
    margin-left: -580px;
    margin-right: -580px;
  }

  .tw .sm\:last\:-mx-117:last-child{
    margin-left: -585px;
    margin-right: -585px;
  }

  .tw .sm\:last\:-mx-118:last-child{
    margin-left: -590px;
    margin-right: -590px;
  }

  .tw .sm\:last\:-mx-119:last-child{
    margin-left: -595px;
    margin-right: -595px;
  }

  .tw .sm\:last\:-mx-120:last-child{
    margin-left: -600px;
    margin-right: -600px;
  }

  .tw .sm\:last\:-mx-121:last-child{
    margin-left: -605px;
    margin-right: -605px;
  }

  .tw .sm\:last\:-mx-122:last-child{
    margin-left: -610px;
    margin-right: -610px;
  }

  .tw .sm\:last\:-mx-123:last-child{
    margin-left: -615px;
    margin-right: -615px;
  }

  .tw .sm\:last\:-mx-124:last-child{
    margin-left: -620px;
    margin-right: -620px;
  }

  .tw .sm\:last\:-mx-125:last-child{
    margin-left: -625px;
    margin-right: -625px;
  }

  .tw .sm\:last\:-mx-126:last-child{
    margin-left: -630px;
    margin-right: -630px;
  }

  .tw .sm\:last\:-mx-127:last-child{
    margin-left: -635px;
    margin-right: -635px;
  }

  .tw .sm\:last\:-mx-128:last-child{
    margin-left: -640px;
    margin-right: -640px;
  }

  .tw .sm\:last\:-mx-129:last-child{
    margin-left: -645px;
    margin-right: -645px;
  }

  .tw .sm\:last\:-mx-130:last-child{
    margin-left: -650px;
    margin-right: -650px;
  }

  .tw .sm\:last\:-mx-131:last-child{
    margin-left: -655px;
    margin-right: -655px;
  }

  .tw .sm\:last\:-mx-132:last-child{
    margin-left: -660px;
    margin-right: -660px;
  }

  .tw .sm\:last\:-mx-133:last-child{
    margin-left: -665px;
    margin-right: -665px;
  }

  .tw .sm\:last\:-mx-134:last-child{
    margin-left: -670px;
    margin-right: -670px;
  }

  .tw .sm\:last\:-mx-135:last-child{
    margin-left: -675px;
    margin-right: -675px;
  }

  .tw .sm\:last\:-mx-136:last-child{
    margin-left: -680px;
    margin-right: -680px;
  }

  .tw .sm\:last\:-mx-137:last-child{
    margin-left: -685px;
    margin-right: -685px;
  }

  .tw .sm\:last\:-mx-138:last-child{
    margin-left: -690px;
    margin-right: -690px;
  }

  .tw .sm\:last\:-mx-139:last-child{
    margin-left: -695px;
    margin-right: -695px;
  }

  .tw .sm\:last\:-mx-140:last-child{
    margin-left: -700px;
    margin-right: -700px;
  }

  .tw .sm\:last\:-mx-141:last-child{
    margin-left: -705px;
    margin-right: -705px;
  }

  .tw .sm\:last\:-mx-142:last-child{
    margin-left: -710px;
    margin-right: -710px;
  }

  .tw .sm\:last\:-mx-143:last-child{
    margin-left: -715px;
    margin-right: -715px;
  }

  .tw .sm\:last\:-mx-144:last-child{
    margin-left: -720px;
    margin-right: -720px;
  }

  .tw .sm\:last\:-mx-145:last-child{
    margin-left: -725px;
    margin-right: -725px;
  }

  .tw .sm\:last\:-mx-146:last-child{
    margin-left: -730px;
    margin-right: -730px;
  }

  .tw .sm\:last\:-mx-147:last-child{
    margin-left: -735px;
    margin-right: -735px;
  }

  .tw .sm\:last\:-mx-148:last-child{
    margin-left: -740px;
    margin-right: -740px;
  }

  .tw .sm\:last\:-mx-149:last-child{
    margin-left: -745px;
    margin-right: -745px;
  }

  .tw .sm\:last\:-mx-0\.5:last-child{
    margin-left: -3px;
    margin-right: -3px;
  }

  .tw .sm\:last\:-mx-1px:last-child{
    margin-left: -1px;
    margin-right: -1px;
  }

  .tw .sm\:last\:-mx-2px:last-child{
    margin-left: -2px;
    margin-right: -2px;
  }

  .tw .sm\:last\:-mx-3px:last-child{
    margin-left: -3px;
    margin-right: -3px;
  }

  .tw .sm\:last\:-mx-4px:last-child{
    margin-left: -4px;
    margin-right: -4px;
  }

  .tw .sm\:last\:-mx-5px:last-child{
    margin-left: -5px;
    margin-right: -5px;
  }

  .tw .sm\:last\:-mx-6px:last-child{
    margin-left: -6px;
    margin-right: -6px;
  }

  .tw .sm\:last\:-mx-7px:last-child{
    margin-left: -7px;
    margin-right: -7px;
  }

  .tw .sm\:last\:-mx-8px:last-child{
    margin-left: -8px;
    margin-right: -8px;
  }

  .tw .sm\:last\:-mx-9px:last-child{
    margin-left: -9px;
    margin-right: -9px;
  }

  .tw .sm\:last\:-mx-10px:last-child{
    margin-left: -10px;
    margin-right: -10px;
  }

  .tw .sm\:last\:-mx-11px:last-child{
    margin-left: -11px;
    margin-right: -11px;
  }

  .tw .sm\:last\:-mx-12px:last-child{
    margin-left: -12px;
    margin-right: -12px;
  }

  .tw .sm\:last\:-mx-13px:last-child{
    margin-left: -13px;
    margin-right: -13px;
  }

  .tw .sm\:last\:-mx-14px:last-child{
    margin-left: -14px;
    margin-right: -14px;
  }

  .tw .sm\:last\:-mx-15px:last-child{
    margin-left: -15px;
    margin-right: -15px;
  }

  .tw .sm\:last\:-mx-16px:last-child{
    margin-left: -16px;
    margin-right: -16px;
  }

  .tw .sm\:last\:-mx-17px:last-child{
    margin-left: -17px;
    margin-right: -17px;
  }

  .tw .sm\:last\:-mx-18px:last-child{
    margin-left: -18px;
    margin-right: -18px;
  }

  .tw .sm\:last\:-mx-19px:last-child{
    margin-left: -19px;
    margin-right: -19px;
  }

  .tw .sm\:last\:-mx-20px:last-child{
    margin-left: -20px;
    margin-right: -20px;
  }

  .tw .sm\:last\:-mx-21px:last-child{
    margin-left: -21px;
    margin-right: -21px;
  }

  .tw .sm\:last\:-mx-22px:last-child{
    margin-left: -22px;
    margin-right: -22px;
  }

  .tw .sm\:last\:-mx-23px:last-child{
    margin-left: -23px;
    margin-right: -23px;
  }

  .tw .sm\:last\:-mx-24px:last-child{
    margin-left: -24px;
    margin-right: -24px;
  }

  .tw .sm\:last\:-mx-25px:last-child{
    margin-left: -25px;
    margin-right: -25px;
  }

  .tw .sm\:last\:-mx-26px:last-child{
    margin-left: -26px;
    margin-right: -26px;
  }

  .tw .sm\:last\:-mx-27px:last-child{
    margin-left: -27px;
    margin-right: -27px;
  }

  .tw .sm\:last\:-mx-28px:last-child{
    margin-left: -28px;
    margin-right: -28px;
  }

  .tw .sm\:last\:-mx-29px:last-child{
    margin-left: -29px;
    margin-right: -29px;
  }

  .tw .sm\:last\:-mx-30px:last-child{
    margin-left: -30px;
    margin-right: -30px;
  }

  .tw .sm\:last\:-mx-31px:last-child{
    margin-left: -31px;
    margin-right: -31px;
  }

  .tw .sm\:last\:-mx-32px:last-child{
    margin-left: -32px;
    margin-right: -32px;
  }

  .tw .sm\:last\:-mx-33px:last-child{
    margin-left: -33px;
    margin-right: -33px;
  }

  .tw .sm\:last\:-mx-34px:last-child{
    margin-left: -34px;
    margin-right: -34px;
  }

  .tw .sm\:last\:-mx-35px:last-child{
    margin-left: -35px;
    margin-right: -35px;
  }

  .tw .sm\:last\:-mx-36px:last-child{
    margin-left: -36px;
    margin-right: -36px;
  }

  .tw .sm\:last\:-mx-37px:last-child{
    margin-left: -37px;
    margin-right: -37px;
  }

  .tw .sm\:last\:-mx-38px:last-child{
    margin-left: -38px;
    margin-right: -38px;
  }

  .tw .sm\:last\:-mx-39px:last-child{
    margin-left: -39px;
    margin-right: -39px;
  }

  .tw .sm\:last\:-mx-40px:last-child{
    margin-left: -40px;
    margin-right: -40px;
  }

  .tw .sm\:last\:my-0:last-child{
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .tw .sm\:last\:my-1:last-child{
    margin-top: 5px;
    margin-bottom: 5px;
  }

  .tw .sm\:last\:my-2:last-child{
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .tw .sm\:last\:my-3:last-child{
    margin-top: 15px;
    margin-bottom: 15px;
  }

  .tw .sm\:last\:my-4:last-child{
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .tw .sm\:last\:my-5:last-child{
    margin-top: 25px;
    margin-bottom: 25px;
  }

  .tw .sm\:last\:my-6:last-child{
    margin-top: 30px;
    margin-bottom: 30px;
  }

  .tw .sm\:last\:my-7:last-child{
    margin-top: 35px;
    margin-bottom: 35px;
  }

  .tw .sm\:last\:my-8:last-child{
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .tw .sm\:last\:my-9:last-child{
    margin-top: 45px;
    margin-bottom: 45px;
  }

  .tw .sm\:last\:my-10:last-child{
    margin-top: 50px;
    margin-bottom: 50px;
  }

  .tw .sm\:last\:my-11:last-child{
    margin-top: 55px;
    margin-bottom: 55px;
  }

  .tw .sm\:last\:my-12:last-child{
    margin-top: 60px;
    margin-bottom: 60px;
  }

  .tw .sm\:last\:my-13:last-child{
    margin-top: 65px;
    margin-bottom: 65px;
  }

  .tw .sm\:last\:my-14:last-child{
    margin-top: 70px;
    margin-bottom: 70px;
  }

  .tw .sm\:last\:my-15:last-child{
    margin-top: 75px;
    margin-bottom: 75px;
  }

  .tw .sm\:last\:my-16:last-child{
    margin-top: 80px;
    margin-bottom: 80px;
  }

  .tw .sm\:last\:my-17:last-child{
    margin-top: 85px;
    margin-bottom: 85px;
  }

  .tw .sm\:last\:my-18:last-child{
    margin-top: 90px;
    margin-bottom: 90px;
  }

  .tw .sm\:last\:my-19:last-child{
    margin-top: 95px;
    margin-bottom: 95px;
  }

  .tw .sm\:last\:my-20:last-child{
    margin-top: 100px;
    margin-bottom: 100px;
  }

  .tw .sm\:last\:my-21:last-child{
    margin-top: 105px;
    margin-bottom: 105px;
  }

  .tw .sm\:last\:my-22:last-child{
    margin-top: 110px;
    margin-bottom: 110px;
  }

  .tw .sm\:last\:my-23:last-child{
    margin-top: 115px;
    margin-bottom: 115px;
  }

  .tw .sm\:last\:my-24:last-child{
    margin-top: 120px;
    margin-bottom: 120px;
  }

  .tw .sm\:last\:my-25:last-child{
    margin-top: 125px;
    margin-bottom: 125px;
  }

  .tw .sm\:last\:my-26:last-child{
    margin-top: 130px;
    margin-bottom: 130px;
  }

  .tw .sm\:last\:my-27:last-child{
    margin-top: 135px;
    margin-bottom: 135px;
  }

  .tw .sm\:last\:my-28:last-child{
    margin-top: 140px;
    margin-bottom: 140px;
  }

  .tw .sm\:last\:my-29:last-child{
    margin-top: 145px;
    margin-bottom: 145px;
  }

  .tw .sm\:last\:my-30:last-child{
    margin-top: 150px;
    margin-bottom: 150px;
  }

  .tw .sm\:last\:my-31:last-child{
    margin-top: 155px;
    margin-bottom: 155px;
  }

  .tw .sm\:last\:my-32:last-child{
    margin-top: 160px;
    margin-bottom: 160px;
  }

  .tw .sm\:last\:my-33:last-child{
    margin-top: 165px;
    margin-bottom: 165px;
  }

  .tw .sm\:last\:my-34:last-child{
    margin-top: 170px;
    margin-bottom: 170px;
  }

  .tw .sm\:last\:my-35:last-child{
    margin-top: 175px;
    margin-bottom: 175px;
  }

  .tw .sm\:last\:my-36:last-child{
    margin-top: 180px;
    margin-bottom: 180px;
  }

  .tw .sm\:last\:my-37:last-child{
    margin-top: 185px;
    margin-bottom: 185px;
  }

  .tw .sm\:last\:my-38:last-child{
    margin-top: 190px;
    margin-bottom: 190px;
  }

  .tw .sm\:last\:my-39:last-child{
    margin-top: 195px;
    margin-bottom: 195px;
  }

  .tw .sm\:last\:my-40:last-child{
    margin-top: 200px;
    margin-bottom: 200px;
  }

  .tw .sm\:last\:my-41:last-child{
    margin-top: 205px;
    margin-bottom: 205px;
  }

  .tw .sm\:last\:my-42:last-child{
    margin-top: 210px;
    margin-bottom: 210px;
  }

  .tw .sm\:last\:my-43:last-child{
    margin-top: 215px;
    margin-bottom: 215px;
  }

  .tw .sm\:last\:my-44:last-child{
    margin-top: 220px;
    margin-bottom: 220px;
  }

  .tw .sm\:last\:my-45:last-child{
    margin-top: 225px;
    margin-bottom: 225px;
  }

  .tw .sm\:last\:my-46:last-child{
    margin-top: 230px;
    margin-bottom: 230px;
  }

  .tw .sm\:last\:my-47:last-child{
    margin-top: 235px;
    margin-bottom: 235px;
  }

  .tw .sm\:last\:my-48:last-child{
    margin-top: 240px;
    margin-bottom: 240px;
  }

  .tw .sm\:last\:my-49:last-child{
    margin-top: 245px;
    margin-bottom: 245px;
  }

  .tw .sm\:last\:my-50:last-child{
    margin-top: 250px;
    margin-bottom: 250px;
  }

  .tw .sm\:last\:my-51:last-child{
    margin-top: 255px;
    margin-bottom: 255px;
  }

  .tw .sm\:last\:my-52:last-child{
    margin-top: 260px;
    margin-bottom: 260px;
  }

  .tw .sm\:last\:my-53:last-child{
    margin-top: 265px;
    margin-bottom: 265px;
  }

  .tw .sm\:last\:my-54:last-child{
    margin-top: 270px;
    margin-bottom: 270px;
  }

  .tw .sm\:last\:my-55:last-child{
    margin-top: 275px;
    margin-bottom: 275px;
  }

  .tw .sm\:last\:my-56:last-child{
    margin-top: 280px;
    margin-bottom: 280px;
  }

  .tw .sm\:last\:my-57:last-child{
    margin-top: 285px;
    margin-bottom: 285px;
  }

  .tw .sm\:last\:my-58:last-child{
    margin-top: 290px;
    margin-bottom: 290px;
  }

  .tw .sm\:last\:my-59:last-child{
    margin-top: 295px;
    margin-bottom: 295px;
  }

  .tw .sm\:last\:my-60:last-child{
    margin-top: 300px;
    margin-bottom: 300px;
  }

  .tw .sm\:last\:my-61:last-child{
    margin-top: 305px;
    margin-bottom: 305px;
  }

  .tw .sm\:last\:my-62:last-child{
    margin-top: 310px;
    margin-bottom: 310px;
  }

  .tw .sm\:last\:my-63:last-child{
    margin-top: 315px;
    margin-bottom: 315px;
  }

  .tw .sm\:last\:my-64:last-child{
    margin-top: 320px;
    margin-bottom: 320px;
  }

  .tw .sm\:last\:my-65:last-child{
    margin-top: 325px;
    margin-bottom: 325px;
  }

  .tw .sm\:last\:my-66:last-child{
    margin-top: 330px;
    margin-bottom: 330px;
  }

  .tw .sm\:last\:my-67:last-child{
    margin-top: 335px;
    margin-bottom: 335px;
  }

  .tw .sm\:last\:my-68:last-child{
    margin-top: 340px;
    margin-bottom: 340px;
  }

  .tw .sm\:last\:my-69:last-child{
    margin-top: 345px;
    margin-bottom: 345px;
  }

  .tw .sm\:last\:my-70:last-child{
    margin-top: 350px;
    margin-bottom: 350px;
  }

  .tw .sm\:last\:my-71:last-child{
    margin-top: 355px;
    margin-bottom: 355px;
  }

  .tw .sm\:last\:my-72:last-child{
    margin-top: 360px;
    margin-bottom: 360px;
  }

  .tw .sm\:last\:my-73:last-child{
    margin-top: 365px;
    margin-bottom: 365px;
  }

  .tw .sm\:last\:my-74:last-child{
    margin-top: 370px;
    margin-bottom: 370px;
  }

  .tw .sm\:last\:my-75:last-child{
    margin-top: 375px;
    margin-bottom: 375px;
  }

  .tw .sm\:last\:my-76:last-child{
    margin-top: 380px;
    margin-bottom: 380px;
  }

  .tw .sm\:last\:my-77:last-child{
    margin-top: 385px;
    margin-bottom: 385px;
  }

  .tw .sm\:last\:my-78:last-child{
    margin-top: 390px;
    margin-bottom: 390px;
  }

  .tw .sm\:last\:my-79:last-child{
    margin-top: 395px;
    margin-bottom: 395px;
  }

  .tw .sm\:last\:my-80:last-child{
    margin-top: 400px;
    margin-bottom: 400px;
  }

  .tw .sm\:last\:my-81:last-child{
    margin-top: 405px;
    margin-bottom: 405px;
  }

  .tw .sm\:last\:my-82:last-child{
    margin-top: 410px;
    margin-bottom: 410px;
  }

  .tw .sm\:last\:my-83:last-child{
    margin-top: 415px;
    margin-bottom: 415px;
  }

  .tw .sm\:last\:my-84:last-child{
    margin-top: 420px;
    margin-bottom: 420px;
  }

  .tw .sm\:last\:my-85:last-child{
    margin-top: 425px;
    margin-bottom: 425px;
  }

  .tw .sm\:last\:my-86:last-child{
    margin-top: 430px;
    margin-bottom: 430px;
  }

  .tw .sm\:last\:my-87:last-child{
    margin-top: 435px;
    margin-bottom: 435px;
  }

  .tw .sm\:last\:my-88:last-child{
    margin-top: 440px;
    margin-bottom: 440px;
  }

  .tw .sm\:last\:my-89:last-child{
    margin-top: 445px;
    margin-bottom: 445px;
  }

  .tw .sm\:last\:my-90:last-child{
    margin-top: 450px;
    margin-bottom: 450px;
  }

  .tw .sm\:last\:my-91:last-child{
    margin-top: 455px;
    margin-bottom: 455px;
  }

  .tw .sm\:last\:my-92:last-child{
    margin-top: 460px;
    margin-bottom: 460px;
  }

  .tw .sm\:last\:my-93:last-child{
    margin-top: 465px;
    margin-bottom: 465px;
  }

  .tw .sm\:last\:my-94:last-child{
    margin-top: 470px;
    margin-bottom: 470px;
  }

  .tw .sm\:last\:my-95:last-child{
    margin-top: 475px;
    margin-bottom: 475px;
  }

  .tw .sm\:last\:my-96:last-child{
    margin-top: 480px;
    margin-bottom: 480px;
  }

  .tw .sm\:last\:my-97:last-child{
    margin-top: 485px;
    margin-bottom: 485px;
  }

  .tw .sm\:last\:my-98:last-child{
    margin-top: 490px;
    margin-bottom: 490px;
  }

  .tw .sm\:last\:my-99:last-child{
    margin-top: 495px;
    margin-bottom: 495px;
  }

  .tw .sm\:last\:my-100:last-child{
    margin-top: 500px;
    margin-bottom: 500px;
  }

  .tw .sm\:last\:my-101:last-child{
    margin-top: 505px;
    margin-bottom: 505px;
  }

  .tw .sm\:last\:my-102:last-child{
    margin-top: 510px;
    margin-bottom: 510px;
  }

  .tw .sm\:last\:my-103:last-child{
    margin-top: 515px;
    margin-bottom: 515px;
  }

  .tw .sm\:last\:my-104:last-child{
    margin-top: 520px;
    margin-bottom: 520px;
  }

  .tw .sm\:last\:my-105:last-child{
    margin-top: 525px;
    margin-bottom: 525px;
  }

  .tw .sm\:last\:my-106:last-child{
    margin-top: 530px;
    margin-bottom: 530px;
  }

  .tw .sm\:last\:my-107:last-child{
    margin-top: 535px;
    margin-bottom: 535px;
  }

  .tw .sm\:last\:my-108:last-child{
    margin-top: 540px;
    margin-bottom: 540px;
  }

  .tw .sm\:last\:my-109:last-child{
    margin-top: 545px;
    margin-bottom: 545px;
  }

  .tw .sm\:last\:my-110:last-child{
    margin-top: 550px;
    margin-bottom: 550px;
  }

  .tw .sm\:last\:my-111:last-child{
    margin-top: 555px;
    margin-bottom: 555px;
  }

  .tw .sm\:last\:my-112:last-child{
    margin-top: 560px;
    margin-bottom: 560px;
  }

  .tw .sm\:last\:my-113:last-child{
    margin-top: 565px;
    margin-bottom: 565px;
  }

  .tw .sm\:last\:my-114:last-child{
    margin-top: 570px;
    margin-bottom: 570px;
  }

  .tw .sm\:last\:my-115:last-child{
    margin-top: 575px;
    margin-bottom: 575px;
  }

  .tw .sm\:last\:my-116:last-child{
    margin-top: 580px;
    margin-bottom: 580px;
  }

  .tw .sm\:last\:my-117:last-child{
    margin-top: 585px;
    margin-bottom: 585px;
  }

  .tw .sm\:last\:my-118:last-child{
    margin-top: 590px;
    margin-bottom: 590px;
  }

  .tw .sm\:last\:my-119:last-child{
    margin-top: 595px;
    margin-bottom: 595px;
  }

  .tw .sm\:last\:my-120:last-child{
    margin-top: 600px;
    margin-bottom: 600px;
  }

  .tw .sm\:last\:my-121:last-child{
    margin-top: 605px;
    margin-bottom: 605px;
  }

  .tw .sm\:last\:my-122:last-child{
    margin-top: 610px;
    margin-bottom: 610px;
  }

  .tw .sm\:last\:my-123:last-child{
    margin-top: 615px;
    margin-bottom: 615px;
  }

  .tw .sm\:last\:my-124:last-child{
    margin-top: 620px;
    margin-bottom: 620px;
  }

  .tw .sm\:last\:my-125:last-child{
    margin-top: 625px;
    margin-bottom: 625px;
  }

  .tw .sm\:last\:my-126:last-child{
    margin-top: 630px;
    margin-bottom: 630px;
  }

  .tw .sm\:last\:my-127:last-child{
    margin-top: 635px;
    margin-bottom: 635px;
  }

  .tw .sm\:last\:my-128:last-child{
    margin-top: 640px;
    margin-bottom: 640px;
  }

  .tw .sm\:last\:my-129:last-child{
    margin-top: 645px;
    margin-bottom: 645px;
  }

  .tw .sm\:last\:my-130:last-child{
    margin-top: 650px;
    margin-bottom: 650px;
  }

  .tw .sm\:last\:my-131:last-child{
    margin-top: 655px;
    margin-bottom: 655px;
  }

  .tw .sm\:last\:my-132:last-child{
    margin-top: 660px;
    margin-bottom: 660px;
  }

  .tw .sm\:last\:my-133:last-child{
    margin-top: 665px;
    margin-bottom: 665px;
  }

  .tw .sm\:last\:my-134:last-child{
    margin-top: 670px;
    margin-bottom: 670px;
  }

  .tw .sm\:last\:my-135:last-child{
    margin-top: 675px;
    margin-bottom: 675px;
  }

  .tw .sm\:last\:my-136:last-child{
    margin-top: 680px;
    margin-bottom: 680px;
  }

  .tw .sm\:last\:my-137:last-child{
    margin-top: 685px;
    margin-bottom: 685px;
  }

  .tw .sm\:last\:my-138:last-child{
    margin-top: 690px;
    margin-bottom: 690px;
  }

  .tw .sm\:last\:my-139:last-child{
    margin-top: 695px;
    margin-bottom: 695px;
  }

  .tw .sm\:last\:my-140:last-child{
    margin-top: 700px;
    margin-bottom: 700px;
  }

  .tw .sm\:last\:my-141:last-child{
    margin-top: 705px;
    margin-bottom: 705px;
  }

  .tw .sm\:last\:my-142:last-child{
    margin-top: 710px;
    margin-bottom: 710px;
  }

  .tw .sm\:last\:my-143:last-child{
    margin-top: 715px;
    margin-bottom: 715px;
  }

  .tw .sm\:last\:my-144:last-child{
    margin-top: 720px;
    margin-bottom: 720px;
  }

  .tw .sm\:last\:my-145:last-child{
    margin-top: 725px;
    margin-bottom: 725px;
  }

  .tw .sm\:last\:my-146:last-child{
    margin-top: 730px;
    margin-bottom: 730px;
  }

  .tw .sm\:last\:my-147:last-child{
    margin-top: 735px;
    margin-bottom: 735px;
  }

  .tw .sm\:last\:my-148:last-child{
    margin-top: 740px;
    margin-bottom: 740px;
  }

  .tw .sm\:last\:my-149:last-child{
    margin-top: 745px;
    margin-bottom: 745px;
  }

  .tw .sm\:last\:my-auto:last-child{
    margin-top: auto;
    margin-bottom: auto;
  }

  .tw .sm\:last\:my-0\.5:last-child{
    margin-top: 3px;
    margin-bottom: 3px;
  }

  .tw .sm\:last\:my-1px:last-child{
    margin-top: 1px;
    margin-bottom: 1px;
  }

  .tw .sm\:last\:my-2px:last-child{
    margin-top: 2px;
    margin-bottom: 2px;
  }

  .tw .sm\:last\:my-3px:last-child{
    margin-top: 3px;
    margin-bottom: 3px;
  }

  .tw .sm\:last\:my-4px:last-child{
    margin-top: 4px;
    margin-bottom: 4px;
  }

  .tw .sm\:last\:my-5px:last-child{
    margin-top: 5px;
    margin-bottom: 5px;
  }

  .tw .sm\:last\:my-6px:last-child{
    margin-top: 6px;
    margin-bottom: 6px;
  }

  .tw .sm\:last\:my-7px:last-child{
    margin-top: 7px;
    margin-bottom: 7px;
  }

  .tw .sm\:last\:my-8px:last-child{
    margin-top: 8px;
    margin-bottom: 8px;
  }

  .tw .sm\:last\:my-9px:last-child{
    margin-top: 9px;
    margin-bottom: 9px;
  }

  .tw .sm\:last\:my-10px:last-child{
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .tw .sm\:last\:my-11px:last-child{
    margin-top: 11px;
    margin-bottom: 11px;
  }

  .tw .sm\:last\:my-12px:last-child{
    margin-top: 12px;
    margin-bottom: 12px;
  }

  .tw .sm\:last\:my-13px:last-child{
    margin-top: 13px;
    margin-bottom: 13px;
  }

  .tw .sm\:last\:my-14px:last-child{
    margin-top: 14px;
    margin-bottom: 14px;
  }

  .tw .sm\:last\:my-15px:last-child{
    margin-top: 15px;
    margin-bottom: 15px;
  }

  .tw .sm\:last\:my-16px:last-child{
    margin-top: 16px;
    margin-bottom: 16px;
  }

  .tw .sm\:last\:my-17px:last-child{
    margin-top: 17px;
    margin-bottom: 17px;
  }

  .tw .sm\:last\:my-18px:last-child{
    margin-top: 18px;
    margin-bottom: 18px;
  }

  .tw .sm\:last\:my-19px:last-child{
    margin-top: 19px;
    margin-bottom: 19px;
  }

  .tw .sm\:last\:my-20px:last-child{
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .tw .sm\:last\:my-21px:last-child{
    margin-top: 21px;
    margin-bottom: 21px;
  }

  .tw .sm\:last\:my-22px:last-child{
    margin-top: 22px;
    margin-bottom: 22px;
  }

  .tw .sm\:last\:my-23px:last-child{
    margin-top: 23px;
    margin-bottom: 23px;
  }

  .tw .sm\:last\:my-24px:last-child{
    margin-top: 24px;
    margin-bottom: 24px;
  }

  .tw .sm\:last\:my-25px:last-child{
    margin-top: 25px;
    margin-bottom: 25px;
  }

  .tw .sm\:last\:my-26px:last-child{
    margin-top: 26px;
    margin-bottom: 26px;
  }

  .tw .sm\:last\:my-27px:last-child{
    margin-top: 27px;
    margin-bottom: 27px;
  }

  .tw .sm\:last\:my-28px:last-child{
    margin-top: 28px;
    margin-bottom: 28px;
  }

  .tw .sm\:last\:my-29px:last-child{
    margin-top: 29px;
    margin-bottom: 29px;
  }

  .tw .sm\:last\:my-30px:last-child{
    margin-top: 30px;
    margin-bottom: 30px;
  }

  .tw .sm\:last\:my-31px:last-child{
    margin-top: 31px;
    margin-bottom: 31px;
  }

  .tw .sm\:last\:my-32px:last-child{
    margin-top: 32px;
    margin-bottom: 32px;
  }

  .tw .sm\:last\:my-33px:last-child{
    margin-top: 33px;
    margin-bottom: 33px;
  }

  .tw .sm\:last\:my-34px:last-child{
    margin-top: 34px;
    margin-bottom: 34px;
  }

  .tw .sm\:last\:my-35px:last-child{
    margin-top: 35px;
    margin-bottom: 35px;
  }

  .tw .sm\:last\:my-36px:last-child{
    margin-top: 36px;
    margin-bottom: 36px;
  }

  .tw .sm\:last\:my-37px:last-child{
    margin-top: 37px;
    margin-bottom: 37px;
  }

  .tw .sm\:last\:my-38px:last-child{
    margin-top: 38px;
    margin-bottom: 38px;
  }

  .tw .sm\:last\:my-39px:last-child{
    margin-top: 39px;
    margin-bottom: 39px;
  }

  .tw .sm\:last\:my-40px:last-child{
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .tw .sm\:last\:-my-0:last-child{
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .tw .sm\:last\:-my-1:last-child{
    margin-top: -5px;
    margin-bottom: -5px;
  }

  .tw .sm\:last\:-my-2:last-child{
    margin-top: -10px;
    margin-bottom: -10px;
  }

  .tw .sm\:last\:-my-3:last-child{
    margin-top: -15px;
    margin-bottom: -15px;
  }

  .tw .sm\:last\:-my-4:last-child{
    margin-top: -20px;
    margin-bottom: -20px;
  }

  .tw .sm\:last\:-my-5:last-child{
    margin-top: -25px;
    margin-bottom: -25px;
  }

  .tw .sm\:last\:-my-6:last-child{
    margin-top: -30px;
    margin-bottom: -30px;
  }

  .tw .sm\:last\:-my-7:last-child{
    margin-top: -35px;
    margin-bottom: -35px;
  }

  .tw .sm\:last\:-my-8:last-child{
    margin-top: -40px;
    margin-bottom: -40px;
  }

  .tw .sm\:last\:-my-9:last-child{
    margin-top: -45px;
    margin-bottom: -45px;
  }

  .tw .sm\:last\:-my-10:last-child{
    margin-top: -50px;
    margin-bottom: -50px;
  }

  .tw .sm\:last\:-my-11:last-child{
    margin-top: -55px;
    margin-bottom: -55px;
  }

  .tw .sm\:last\:-my-12:last-child{
    margin-top: -60px;
    margin-bottom: -60px;
  }

  .tw .sm\:last\:-my-13:last-child{
    margin-top: -65px;
    margin-bottom: -65px;
  }

  .tw .sm\:last\:-my-14:last-child{
    margin-top: -70px;
    margin-bottom: -70px;
  }

  .tw .sm\:last\:-my-15:last-child{
    margin-top: -75px;
    margin-bottom: -75px;
  }

  .tw .sm\:last\:-my-16:last-child{
    margin-top: -80px;
    margin-bottom: -80px;
  }

  .tw .sm\:last\:-my-17:last-child{
    margin-top: -85px;
    margin-bottom: -85px;
  }

  .tw .sm\:last\:-my-18:last-child{
    margin-top: -90px;
    margin-bottom: -90px;
  }

  .tw .sm\:last\:-my-19:last-child{
    margin-top: -95px;
    margin-bottom: -95px;
  }

  .tw .sm\:last\:-my-20:last-child{
    margin-top: -100px;
    margin-bottom: -100px;
  }

  .tw .sm\:last\:-my-21:last-child{
    margin-top: -105px;
    margin-bottom: -105px;
  }

  .tw .sm\:last\:-my-22:last-child{
    margin-top: -110px;
    margin-bottom: -110px;
  }

  .tw .sm\:last\:-my-23:last-child{
    margin-top: -115px;
    margin-bottom: -115px;
  }

  .tw .sm\:last\:-my-24:last-child{
    margin-top: -120px;
    margin-bottom: -120px;
  }

  .tw .sm\:last\:-my-25:last-child{
    margin-top: -125px;
    margin-bottom: -125px;
  }

  .tw .sm\:last\:-my-26:last-child{
    margin-top: -130px;
    margin-bottom: -130px;
  }

  .tw .sm\:last\:-my-27:last-child{
    margin-top: -135px;
    margin-bottom: -135px;
  }

  .tw .sm\:last\:-my-28:last-child{
    margin-top: -140px;
    margin-bottom: -140px;
  }

  .tw .sm\:last\:-my-29:last-child{
    margin-top: -145px;
    margin-bottom: -145px;
  }

  .tw .sm\:last\:-my-30:last-child{
    margin-top: -150px;
    margin-bottom: -150px;
  }

  .tw .sm\:last\:-my-31:last-child{
    margin-top: -155px;
    margin-bottom: -155px;
  }

  .tw .sm\:last\:-my-32:last-child{
    margin-top: -160px;
    margin-bottom: -160px;
  }

  .tw .sm\:last\:-my-33:last-child{
    margin-top: -165px;
    margin-bottom: -165px;
  }

  .tw .sm\:last\:-my-34:last-child{
    margin-top: -170px;
    margin-bottom: -170px;
  }

  .tw .sm\:last\:-my-35:last-child{
    margin-top: -175px;
    margin-bottom: -175px;
  }

  .tw .sm\:last\:-my-36:last-child{
    margin-top: -180px;
    margin-bottom: -180px;
  }

  .tw .sm\:last\:-my-37:last-child{
    margin-top: -185px;
    margin-bottom: -185px;
  }

  .tw .sm\:last\:-my-38:last-child{
    margin-top: -190px;
    margin-bottom: -190px;
  }

  .tw .sm\:last\:-my-39:last-child{
    margin-top: -195px;
    margin-bottom: -195px;
  }

  .tw .sm\:last\:-my-40:last-child{
    margin-top: -200px;
    margin-bottom: -200px;
  }

  .tw .sm\:last\:-my-41:last-child{
    margin-top: -205px;
    margin-bottom: -205px;
  }

  .tw .sm\:last\:-my-42:last-child{
    margin-top: -210px;
    margin-bottom: -210px;
  }

  .tw .sm\:last\:-my-43:last-child{
    margin-top: -215px;
    margin-bottom: -215px;
  }

  .tw .sm\:last\:-my-44:last-child{
    margin-top: -220px;
    margin-bottom: -220px;
  }

  .tw .sm\:last\:-my-45:last-child{
    margin-top: -225px;
    margin-bottom: -225px;
  }

  .tw .sm\:last\:-my-46:last-child{
    margin-top: -230px;
    margin-bottom: -230px;
  }

  .tw .sm\:last\:-my-47:last-child{
    margin-top: -235px;
    margin-bottom: -235px;
  }

  .tw .sm\:last\:-my-48:last-child{
    margin-top: -240px;
    margin-bottom: -240px;
  }

  .tw .sm\:last\:-my-49:last-child{
    margin-top: -245px;
    margin-bottom: -245px;
  }

  .tw .sm\:last\:-my-50:last-child{
    margin-top: -250px;
    margin-bottom: -250px;
  }

  .tw .sm\:last\:-my-51:last-child{
    margin-top: -255px;
    margin-bottom: -255px;
  }

  .tw .sm\:last\:-my-52:last-child{
    margin-top: -260px;
    margin-bottom: -260px;
  }

  .tw .sm\:last\:-my-53:last-child{
    margin-top: -265px;
    margin-bottom: -265px;
  }

  .tw .sm\:last\:-my-54:last-child{
    margin-top: -270px;
    margin-bottom: -270px;
  }

  .tw .sm\:last\:-my-55:last-child{
    margin-top: -275px;
    margin-bottom: -275px;
  }

  .tw .sm\:last\:-my-56:last-child{
    margin-top: -280px;
    margin-bottom: -280px;
  }

  .tw .sm\:last\:-my-57:last-child{
    margin-top: -285px;
    margin-bottom: -285px;
  }

  .tw .sm\:last\:-my-58:last-child{
    margin-top: -290px;
    margin-bottom: -290px;
  }

  .tw .sm\:last\:-my-59:last-child{
    margin-top: -295px;
    margin-bottom: -295px;
  }

  .tw .sm\:last\:-my-60:last-child{
    margin-top: -300px;
    margin-bottom: -300px;
  }

  .tw .sm\:last\:-my-61:last-child{
    margin-top: -305px;
    margin-bottom: -305px;
  }

  .tw .sm\:last\:-my-62:last-child{
    margin-top: -310px;
    margin-bottom: -310px;
  }

  .tw .sm\:last\:-my-63:last-child{
    margin-top: -315px;
    margin-bottom: -315px;
  }

  .tw .sm\:last\:-my-64:last-child{
    margin-top: -320px;
    margin-bottom: -320px;
  }

  .tw .sm\:last\:-my-65:last-child{
    margin-top: -325px;
    margin-bottom: -325px;
  }

  .tw .sm\:last\:-my-66:last-child{
    margin-top: -330px;
    margin-bottom: -330px;
  }

  .tw .sm\:last\:-my-67:last-child{
    margin-top: -335px;
    margin-bottom: -335px;
  }

  .tw .sm\:last\:-my-68:last-child{
    margin-top: -340px;
    margin-bottom: -340px;
  }

  .tw .sm\:last\:-my-69:last-child{
    margin-top: -345px;
    margin-bottom: -345px;
  }

  .tw .sm\:last\:-my-70:last-child{
    margin-top: -350px;
    margin-bottom: -350px;
  }

  .tw .sm\:last\:-my-71:last-child{
    margin-top: -355px;
    margin-bottom: -355px;
  }

  .tw .sm\:last\:-my-72:last-child{
    margin-top: -360px;
    margin-bottom: -360px;
  }

  .tw .sm\:last\:-my-73:last-child{
    margin-top: -365px;
    margin-bottom: -365px;
  }

  .tw .sm\:last\:-my-74:last-child{
    margin-top: -370px;
    margin-bottom: -370px;
  }

  .tw .sm\:last\:-my-75:last-child{
    margin-top: -375px;
    margin-bottom: -375px;
  }

  .tw .sm\:last\:-my-76:last-child{
    margin-top: -380px;
    margin-bottom: -380px;
  }

  .tw .sm\:last\:-my-77:last-child{
    margin-top: -385px;
    margin-bottom: -385px;
  }

  .tw .sm\:last\:-my-78:last-child{
    margin-top: -390px;
    margin-bottom: -390px;
  }

  .tw .sm\:last\:-my-79:last-child{
    margin-top: -395px;
    margin-bottom: -395px;
  }

  .tw .sm\:last\:-my-80:last-child{
    margin-top: -400px;
    margin-bottom: -400px;
  }

  .tw .sm\:last\:-my-81:last-child{
    margin-top: -405px;
    margin-bottom: -405px;
  }

  .tw .sm\:last\:-my-82:last-child{
    margin-top: -410px;
    margin-bottom: -410px;
  }

  .tw .sm\:last\:-my-83:last-child{
    margin-top: -415px;
    margin-bottom: -415px;
  }

  .tw .sm\:last\:-my-84:last-child{
    margin-top: -420px;
    margin-bottom: -420px;
  }

  .tw .sm\:last\:-my-85:last-child{
    margin-top: -425px;
    margin-bottom: -425px;
  }

  .tw .sm\:last\:-my-86:last-child{
    margin-top: -430px;
    margin-bottom: -430px;
  }

  .tw .sm\:last\:-my-87:last-child{
    margin-top: -435px;
    margin-bottom: -435px;
  }

  .tw .sm\:last\:-my-88:last-child{
    margin-top: -440px;
    margin-bottom: -440px;
  }

  .tw .sm\:last\:-my-89:last-child{
    margin-top: -445px;
    margin-bottom: -445px;
  }

  .tw .sm\:last\:-my-90:last-child{
    margin-top: -450px;
    margin-bottom: -450px;
  }

  .tw .sm\:last\:-my-91:last-child{
    margin-top: -455px;
    margin-bottom: -455px;
  }

  .tw .sm\:last\:-my-92:last-child{
    margin-top: -460px;
    margin-bottom: -460px;
  }

  .tw .sm\:last\:-my-93:last-child{
    margin-top: -465px;
    margin-bottom: -465px;
  }

  .tw .sm\:last\:-my-94:last-child{
    margin-top: -470px;
    margin-bottom: -470px;
  }

  .tw .sm\:last\:-my-95:last-child{
    margin-top: -475px;
    margin-bottom: -475px;
  }

  .tw .sm\:last\:-my-96:last-child{
    margin-top: -480px;
    margin-bottom: -480px;
  }

  .tw .sm\:last\:-my-97:last-child{
    margin-top: -485px;
    margin-bottom: -485px;
  }

  .tw .sm\:last\:-my-98:last-child{
    margin-top: -490px;
    margin-bottom: -490px;
  }

  .tw .sm\:last\:-my-99:last-child{
    margin-top: -495px;
    margin-bottom: -495px;
  }

  .tw .sm\:last\:-my-100:last-child{
    margin-top: -500px;
    margin-bottom: -500px;
  }

  .tw .sm\:last\:-my-101:last-child{
    margin-top: -505px;
    margin-bottom: -505px;
  }

  .tw .sm\:last\:-my-102:last-child{
    margin-top: -510px;
    margin-bottom: -510px;
  }

  .tw .sm\:last\:-my-103:last-child{
    margin-top: -515px;
    margin-bottom: -515px;
  }

  .tw .sm\:last\:-my-104:last-child{
    margin-top: -520px;
    margin-bottom: -520px;
  }

  .tw .sm\:last\:-my-105:last-child{
    margin-top: -525px;
    margin-bottom: -525px;
  }

  .tw .sm\:last\:-my-106:last-child{
    margin-top: -530px;
    margin-bottom: -530px;
  }

  .tw .sm\:last\:-my-107:last-child{
    margin-top: -535px;
    margin-bottom: -535px;
  }

  .tw .sm\:last\:-my-108:last-child{
    margin-top: -540px;
    margin-bottom: -540px;
  }

  .tw .sm\:last\:-my-109:last-child{
    margin-top: -545px;
    margin-bottom: -545px;
  }

  .tw .sm\:last\:-my-110:last-child{
    margin-top: -550px;
    margin-bottom: -550px;
  }

  .tw .sm\:last\:-my-111:last-child{
    margin-top: -555px;
    margin-bottom: -555px;
  }

  .tw .sm\:last\:-my-112:last-child{
    margin-top: -560px;
    margin-bottom: -560px;
  }

  .tw .sm\:last\:-my-113:last-child{
    margin-top: -565px;
    margin-bottom: -565px;
  }

  .tw .sm\:last\:-my-114:last-child{
    margin-top: -570px;
    margin-bottom: -570px;
  }

  .tw .sm\:last\:-my-115:last-child{
    margin-top: -575px;
    margin-bottom: -575px;
  }

  .tw .sm\:last\:-my-116:last-child{
    margin-top: -580px;
    margin-bottom: -580px;
  }

  .tw .sm\:last\:-my-117:last-child{
    margin-top: -585px;
    margin-bottom: -585px;
  }

  .tw .sm\:last\:-my-118:last-child{
    margin-top: -590px;
    margin-bottom: -590px;
  }

  .tw .sm\:last\:-my-119:last-child{
    margin-top: -595px;
    margin-bottom: -595px;
  }

  .tw .sm\:last\:-my-120:last-child{
    margin-top: -600px;
    margin-bottom: -600px;
  }

  .tw .sm\:last\:-my-121:last-child{
    margin-top: -605px;
    margin-bottom: -605px;
  }

  .tw .sm\:last\:-my-122:last-child{
    margin-top: -610px;
    margin-bottom: -610px;
  }

  .tw .sm\:last\:-my-123:last-child{
    margin-top: -615px;
    margin-bottom: -615px;
  }

  .tw .sm\:last\:-my-124:last-child{
    margin-top: -620px;
    margin-bottom: -620px;
  }

  .tw .sm\:last\:-my-125:last-child{
    margin-top: -625px;
    margin-bottom: -625px;
  }

  .tw .sm\:last\:-my-126:last-child{
    margin-top: -630px;
    margin-bottom: -630px;
  }

  .tw .sm\:last\:-my-127:last-child{
    margin-top: -635px;
    margin-bottom: -635px;
  }

  .tw .sm\:last\:-my-128:last-child{
    margin-top: -640px;
    margin-bottom: -640px;
  }

  .tw .sm\:last\:-my-129:last-child{
    margin-top: -645px;
    margin-bottom: -645px;
  }

  .tw .sm\:last\:-my-130:last-child{
    margin-top: -650px;
    margin-bottom: -650px;
  }

  .tw .sm\:last\:-my-131:last-child{
    margin-top: -655px;
    margin-bottom: -655px;
  }

  .tw .sm\:last\:-my-132:last-child{
    margin-top: -660px;
    margin-bottom: -660px;
  }

  .tw .sm\:last\:-my-133:last-child{
    margin-top: -665px;
    margin-bottom: -665px;
  }

  .tw .sm\:last\:-my-134:last-child{
    margin-top: -670px;
    margin-bottom: -670px;
  }

  .tw .sm\:last\:-my-135:last-child{
    margin-top: -675px;
    margin-bottom: -675px;
  }

  .tw .sm\:last\:-my-136:last-child{
    margin-top: -680px;
    margin-bottom: -680px;
  }

  .tw .sm\:last\:-my-137:last-child{
    margin-top: -685px;
    margin-bottom: -685px;
  }

  .tw .sm\:last\:-my-138:last-child{
    margin-top: -690px;
    margin-bottom: -690px;
  }

  .tw .sm\:last\:-my-139:last-child{
    margin-top: -695px;
    margin-bottom: -695px;
  }

  .tw .sm\:last\:-my-140:last-child{
    margin-top: -700px;
    margin-bottom: -700px;
  }

  .tw .sm\:last\:-my-141:last-child{
    margin-top: -705px;
    margin-bottom: -705px;
  }

  .tw .sm\:last\:-my-142:last-child{
    margin-top: -710px;
    margin-bottom: -710px;
  }

  .tw .sm\:last\:-my-143:last-child{
    margin-top: -715px;
    margin-bottom: -715px;
  }

  .tw .sm\:last\:-my-144:last-child{
    margin-top: -720px;
    margin-bottom: -720px;
  }

  .tw .sm\:last\:-my-145:last-child{
    margin-top: -725px;
    margin-bottom: -725px;
  }

  .tw .sm\:last\:-my-146:last-child{
    margin-top: -730px;
    margin-bottom: -730px;
  }

  .tw .sm\:last\:-my-147:last-child{
    margin-top: -735px;
    margin-bottom: -735px;
  }

  .tw .sm\:last\:-my-148:last-child{
    margin-top: -740px;
    margin-bottom: -740px;
  }

  .tw .sm\:last\:-my-149:last-child{
    margin-top: -745px;
    margin-bottom: -745px;
  }

  .tw .sm\:last\:-my-0\.5:last-child{
    margin-top: -3px;
    margin-bottom: -3px;
  }

  .tw .sm\:last\:-my-1px:last-child{
    margin-top: -1px;
    margin-bottom: -1px;
  }

  .tw .sm\:last\:-my-2px:last-child{
    margin-top: -2px;
    margin-bottom: -2px;
  }

  .tw .sm\:last\:-my-3px:last-child{
    margin-top: -3px;
    margin-bottom: -3px;
  }

  .tw .sm\:last\:-my-4px:last-child{
    margin-top: -4px;
    margin-bottom: -4px;
  }

  .tw .sm\:last\:-my-5px:last-child{
    margin-top: -5px;
    margin-bottom: -5px;
  }

  .tw .sm\:last\:-my-6px:last-child{
    margin-top: -6px;
    margin-bottom: -6px;
  }

  .tw .sm\:last\:-my-7px:last-child{
    margin-top: -7px;
    margin-bottom: -7px;
  }

  .tw .sm\:last\:-my-8px:last-child{
    margin-top: -8px;
    margin-bottom: -8px;
  }

  .tw .sm\:last\:-my-9px:last-child{
    margin-top: -9px;
    margin-bottom: -9px;
  }

  .tw .sm\:last\:-my-10px:last-child{
    margin-top: -10px;
    margin-bottom: -10px;
  }

  .tw .sm\:last\:-my-11px:last-child{
    margin-top: -11px;
    margin-bottom: -11px;
  }

  .tw .sm\:last\:-my-12px:last-child{
    margin-top: -12px;
    margin-bottom: -12px;
  }

  .tw .sm\:last\:-my-13px:last-child{
    margin-top: -13px;
    margin-bottom: -13px;
  }

  .tw .sm\:last\:-my-14px:last-child{
    margin-top: -14px;
    margin-bottom: -14px;
  }

  .tw .sm\:last\:-my-15px:last-child{
    margin-top: -15px;
    margin-bottom: -15px;
  }

  .tw .sm\:last\:-my-16px:last-child{
    margin-top: -16px;
    margin-bottom: -16px;
  }

  .tw .sm\:last\:-my-17px:last-child{
    margin-top: -17px;
    margin-bottom: -17px;
  }

  .tw .sm\:last\:-my-18px:last-child{
    margin-top: -18px;
    margin-bottom: -18px;
  }

  .tw .sm\:last\:-my-19px:last-child{
    margin-top: -19px;
    margin-bottom: -19px;
  }

  .tw .sm\:last\:-my-20px:last-child{
    margin-top: -20px;
    margin-bottom: -20px;
  }

  .tw .sm\:last\:-my-21px:last-child{
    margin-top: -21px;
    margin-bottom: -21px;
  }

  .tw .sm\:last\:-my-22px:last-child{
    margin-top: -22px;
    margin-bottom: -22px;
  }

  .tw .sm\:last\:-my-23px:last-child{
    margin-top: -23px;
    margin-bottom: -23px;
  }

  .tw .sm\:last\:-my-24px:last-child{
    margin-top: -24px;
    margin-bottom: -24px;
  }

  .tw .sm\:last\:-my-25px:last-child{
    margin-top: -25px;
    margin-bottom: -25px;
  }

  .tw .sm\:last\:-my-26px:last-child{
    margin-top: -26px;
    margin-bottom: -26px;
  }

  .tw .sm\:last\:-my-27px:last-child{
    margin-top: -27px;
    margin-bottom: -27px;
  }

  .tw .sm\:last\:-my-28px:last-child{
    margin-top: -28px;
    margin-bottom: -28px;
  }

  .tw .sm\:last\:-my-29px:last-child{
    margin-top: -29px;
    margin-bottom: -29px;
  }

  .tw .sm\:last\:-my-30px:last-child{
    margin-top: -30px;
    margin-bottom: -30px;
  }

  .tw .sm\:last\:-my-31px:last-child{
    margin-top: -31px;
    margin-bottom: -31px;
  }

  .tw .sm\:last\:-my-32px:last-child{
    margin-top: -32px;
    margin-bottom: -32px;
  }

  .tw .sm\:last\:-my-33px:last-child{
    margin-top: -33px;
    margin-bottom: -33px;
  }

  .tw .sm\:last\:-my-34px:last-child{
    margin-top: -34px;
    margin-bottom: -34px;
  }

  .tw .sm\:last\:-my-35px:last-child{
    margin-top: -35px;
    margin-bottom: -35px;
  }

  .tw .sm\:last\:-my-36px:last-child{
    margin-top: -36px;
    margin-bottom: -36px;
  }

  .tw .sm\:last\:-my-37px:last-child{
    margin-top: -37px;
    margin-bottom: -37px;
  }

  .tw .sm\:last\:-my-38px:last-child{
    margin-top: -38px;
    margin-bottom: -38px;
  }

  .tw .sm\:last\:-my-39px:last-child{
    margin-top: -39px;
    margin-bottom: -39px;
  }

  .tw .sm\:last\:-my-40px:last-child{
    margin-top: -40px;
    margin-bottom: -40px;
  }

  .tw .sm\:mt-0{
    margin-top: 0px;
  }

  .tw .sm\:mt-1{
    margin-top: 5px;
  }

  .tw .sm\:mt-2{
    margin-top: 10px;
  }

  .tw .sm\:mt-3{
    margin-top: 15px;
  }

  .tw .sm\:mt-4{
    margin-top: 20px;
  }

  .tw .sm\:mt-5{
    margin-top: 25px;
  }

  .tw .sm\:mt-6{
    margin-top: 30px;
  }

  .tw .sm\:mt-7{
    margin-top: 35px;
  }

  .tw .sm\:mt-8{
    margin-top: 40px;
  }

  .tw .sm\:mt-9{
    margin-top: 45px;
  }

  .tw .sm\:mt-10{
    margin-top: 50px;
  }

  .tw .sm\:mt-11{
    margin-top: 55px;
  }

  .tw .sm\:mt-12{
    margin-top: 60px;
  }

  .tw .sm\:mt-13{
    margin-top: 65px;
  }

  .tw .sm\:mt-14{
    margin-top: 70px;
  }

  .tw .sm\:mt-15{
    margin-top: 75px;
  }

  .tw .sm\:mt-16{
    margin-top: 80px;
  }

  .tw .sm\:mt-17{
    margin-top: 85px;
  }

  .tw .sm\:mt-18{
    margin-top: 90px;
  }

  .tw .sm\:mt-19{
    margin-top: 95px;
  }

  .tw .sm\:mt-20{
    margin-top: 100px;
  }

  .tw .sm\:mt-21{
    margin-top: 105px;
  }

  .tw .sm\:mt-22{
    margin-top: 110px;
  }

  .tw .sm\:mt-23{
    margin-top: 115px;
  }

  .tw .sm\:mt-24{
    margin-top: 120px;
  }

  .tw .sm\:mt-25{
    margin-top: 125px;
  }

  .tw .sm\:mt-26{
    margin-top: 130px;
  }

  .tw .sm\:mt-27{
    margin-top: 135px;
  }

  .tw .sm\:mt-28{
    margin-top: 140px;
  }

  .tw .sm\:mt-29{
    margin-top: 145px;
  }

  .tw .sm\:mt-30{
    margin-top: 150px;
  }

  .tw .sm\:mt-31{
    margin-top: 155px;
  }

  .tw .sm\:mt-32{
    margin-top: 160px;
  }

  .tw .sm\:mt-33{
    margin-top: 165px;
  }

  .tw .sm\:mt-34{
    margin-top: 170px;
  }

  .tw .sm\:mt-35{
    margin-top: 175px;
  }

  .tw .sm\:mt-36{
    margin-top: 180px;
  }

  .tw .sm\:mt-37{
    margin-top: 185px;
  }

  .tw .sm\:mt-38{
    margin-top: 190px;
  }

  .tw .sm\:mt-39{
    margin-top: 195px;
  }

  .tw .sm\:mt-40{
    margin-top: 200px;
  }

  .tw .sm\:mt-41{
    margin-top: 205px;
  }

  .tw .sm\:mt-42{
    margin-top: 210px;
  }

  .tw .sm\:mt-43{
    margin-top: 215px;
  }

  .tw .sm\:mt-44{
    margin-top: 220px;
  }

  .tw .sm\:mt-45{
    margin-top: 225px;
  }

  .tw .sm\:mt-46{
    margin-top: 230px;
  }

  .tw .sm\:mt-47{
    margin-top: 235px;
  }

  .tw .sm\:mt-48{
    margin-top: 240px;
  }

  .tw .sm\:mt-49{
    margin-top: 245px;
  }

  .tw .sm\:mt-50{
    margin-top: 250px;
  }

  .tw .sm\:mt-51{
    margin-top: 255px;
  }

  .tw .sm\:mt-52{
    margin-top: 260px;
  }

  .tw .sm\:mt-53{
    margin-top: 265px;
  }

  .tw .sm\:mt-54{
    margin-top: 270px;
  }

  .tw .sm\:mt-55{
    margin-top: 275px;
  }

  .tw .sm\:mt-56{
    margin-top: 280px;
  }

  .tw .sm\:mt-57{
    margin-top: 285px;
  }

  .tw .sm\:mt-58{
    margin-top: 290px;
  }

  .tw .sm\:mt-59{
    margin-top: 295px;
  }

  .tw .sm\:mt-60{
    margin-top: 300px;
  }

  .tw .sm\:mt-61{
    margin-top: 305px;
  }

  .tw .sm\:mt-62{
    margin-top: 310px;
  }

  .tw .sm\:mt-63{
    margin-top: 315px;
  }

  .tw .sm\:mt-64{
    margin-top: 320px;
  }

  .tw .sm\:mt-65{
    margin-top: 325px;
  }

  .tw .sm\:mt-66{
    margin-top: 330px;
  }

  .tw .sm\:mt-67{
    margin-top: 335px;
  }

  .tw .sm\:mt-68{
    margin-top: 340px;
  }

  .tw .sm\:mt-69{
    margin-top: 345px;
  }

  .tw .sm\:mt-70{
    margin-top: 350px;
  }

  .tw .sm\:mt-71{
    margin-top: 355px;
  }

  .tw .sm\:mt-72{
    margin-top: 360px;
  }

  .tw .sm\:mt-73{
    margin-top: 365px;
  }

  .tw .sm\:mt-74{
    margin-top: 370px;
  }

  .tw .sm\:mt-75{
    margin-top: 375px;
  }

  .tw .sm\:mt-76{
    margin-top: 380px;
  }

  .tw .sm\:mt-77{
    margin-top: 385px;
  }

  .tw .sm\:mt-78{
    margin-top: 390px;
  }

  .tw .sm\:mt-79{
    margin-top: 395px;
  }

  .tw .sm\:mt-80{
    margin-top: 400px;
  }

  .tw .sm\:mt-81{
    margin-top: 405px;
  }

  .tw .sm\:mt-82{
    margin-top: 410px;
  }

  .tw .sm\:mt-83{
    margin-top: 415px;
  }

  .tw .sm\:mt-84{
    margin-top: 420px;
  }

  .tw .sm\:mt-85{
    margin-top: 425px;
  }

  .tw .sm\:mt-86{
    margin-top: 430px;
  }

  .tw .sm\:mt-87{
    margin-top: 435px;
  }

  .tw .sm\:mt-88{
    margin-top: 440px;
  }

  .tw .sm\:mt-89{
    margin-top: 445px;
  }

  .tw .sm\:mt-90{
    margin-top: 450px;
  }

  .tw .sm\:mt-91{
    margin-top: 455px;
  }

  .tw .sm\:mt-92{
    margin-top: 460px;
  }

  .tw .sm\:mt-93{
    margin-top: 465px;
  }

  .tw .sm\:mt-94{
    margin-top: 470px;
  }

  .tw .sm\:mt-95{
    margin-top: 475px;
  }

  .tw .sm\:mt-96{
    margin-top: 480px;
  }

  .tw .sm\:mt-97{
    margin-top: 485px;
  }

  .tw .sm\:mt-98{
    margin-top: 490px;
  }

  .tw .sm\:mt-99{
    margin-top: 495px;
  }

  .tw .sm\:mt-100{
    margin-top: 500px;
  }

  .tw .sm\:mt-101{
    margin-top: 505px;
  }

  .tw .sm\:mt-102{
    margin-top: 510px;
  }

  .tw .sm\:mt-103{
    margin-top: 515px;
  }

  .tw .sm\:mt-104{
    margin-top: 520px;
  }

  .tw .sm\:mt-105{
    margin-top: 525px;
  }

  .tw .sm\:mt-106{
    margin-top: 530px;
  }

  .tw .sm\:mt-107{
    margin-top: 535px;
  }

  .tw .sm\:mt-108{
    margin-top: 540px;
  }

  .tw .sm\:mt-109{
    margin-top: 545px;
  }

  .tw .sm\:mt-110{
    margin-top: 550px;
  }

  .tw .sm\:mt-111{
    margin-top: 555px;
  }

  .tw .sm\:mt-112{
    margin-top: 560px;
  }

  .tw .sm\:mt-113{
    margin-top: 565px;
  }

  .tw .sm\:mt-114{
    margin-top: 570px;
  }

  .tw .sm\:mt-115{
    margin-top: 575px;
  }

  .tw .sm\:mt-116{
    margin-top: 580px;
  }

  .tw .sm\:mt-117{
    margin-top: 585px;
  }

  .tw .sm\:mt-118{
    margin-top: 590px;
  }

  .tw .sm\:mt-119{
    margin-top: 595px;
  }

  .tw .sm\:mt-120{
    margin-top: 600px;
  }

  .tw .sm\:mt-121{
    margin-top: 605px;
  }

  .tw .sm\:mt-122{
    margin-top: 610px;
  }

  .tw .sm\:mt-123{
    margin-top: 615px;
  }

  .tw .sm\:mt-124{
    margin-top: 620px;
  }

  .tw .sm\:mt-125{
    margin-top: 625px;
  }

  .tw .sm\:mt-126{
    margin-top: 630px;
  }

  .tw .sm\:mt-127{
    margin-top: 635px;
  }

  .tw .sm\:mt-128{
    margin-top: 640px;
  }

  .tw .sm\:mt-129{
    margin-top: 645px;
  }

  .tw .sm\:mt-130{
    margin-top: 650px;
  }

  .tw .sm\:mt-131{
    margin-top: 655px;
  }

  .tw .sm\:mt-132{
    margin-top: 660px;
  }

  .tw .sm\:mt-133{
    margin-top: 665px;
  }

  .tw .sm\:mt-134{
    margin-top: 670px;
  }

  .tw .sm\:mt-135{
    margin-top: 675px;
  }

  .tw .sm\:mt-136{
    margin-top: 680px;
  }

  .tw .sm\:mt-137{
    margin-top: 685px;
  }

  .tw .sm\:mt-138{
    margin-top: 690px;
  }

  .tw .sm\:mt-139{
    margin-top: 695px;
  }

  .tw .sm\:mt-140{
    margin-top: 700px;
  }

  .tw .sm\:mt-141{
    margin-top: 705px;
  }

  .tw .sm\:mt-142{
    margin-top: 710px;
  }

  .tw .sm\:mt-143{
    margin-top: 715px;
  }

  .tw .sm\:mt-144{
    margin-top: 720px;
  }

  .tw .sm\:mt-145{
    margin-top: 725px;
  }

  .tw .sm\:mt-146{
    margin-top: 730px;
  }

  .tw .sm\:mt-147{
    margin-top: 735px;
  }

  .tw .sm\:mt-148{
    margin-top: 740px;
  }

  .tw .sm\:mt-149{
    margin-top: 745px;
  }

  .tw .sm\:mt-auto{
    margin-top: auto;
  }

  .tw .sm\:mt-0\.5{
    margin-top: 3px;
  }

  .tw .sm\:mt-1px{
    margin-top: 1px;
  }

  .tw .sm\:mt-2px{
    margin-top: 2px;
  }

  .tw .sm\:mt-3px{
    margin-top: 3px;
  }

  .tw .sm\:mt-4px{
    margin-top: 4px;
  }

  .tw .sm\:mt-5px{
    margin-top: 5px;
  }

  .tw .sm\:mt-6px{
    margin-top: 6px;
  }

  .tw .sm\:mt-7px{
    margin-top: 7px;
  }

  .tw .sm\:mt-8px{
    margin-top: 8px;
  }

  .tw .sm\:mt-9px{
    margin-top: 9px;
  }

  .tw .sm\:mt-10px{
    margin-top: 10px;
  }

  .tw .sm\:mt-11px{
    margin-top: 11px;
  }

  .tw .sm\:mt-12px{
    margin-top: 12px;
  }

  .tw .sm\:mt-13px{
    margin-top: 13px;
  }

  .tw .sm\:mt-14px{
    margin-top: 14px;
  }

  .tw .sm\:mt-15px{
    margin-top: 15px;
  }

  .tw .sm\:mt-16px{
    margin-top: 16px;
  }

  .tw .sm\:mt-17px{
    margin-top: 17px;
  }

  .tw .sm\:mt-18px{
    margin-top: 18px;
  }

  .tw .sm\:mt-19px{
    margin-top: 19px;
  }

  .tw .sm\:mt-20px{
    margin-top: 20px;
  }

  .tw .sm\:mt-21px{
    margin-top: 21px;
  }

  .tw .sm\:mt-22px{
    margin-top: 22px;
  }

  .tw .sm\:mt-23px{
    margin-top: 23px;
  }

  .tw .sm\:mt-24px{
    margin-top: 24px;
  }

  .tw .sm\:mt-25px{
    margin-top: 25px;
  }

  .tw .sm\:mt-26px{
    margin-top: 26px;
  }

  .tw .sm\:mt-27px{
    margin-top: 27px;
  }

  .tw .sm\:mt-28px{
    margin-top: 28px;
  }

  .tw .sm\:mt-29px{
    margin-top: 29px;
  }

  .tw .sm\:mt-30px{
    margin-top: 30px;
  }

  .tw .sm\:mt-31px{
    margin-top: 31px;
  }

  .tw .sm\:mt-32px{
    margin-top: 32px;
  }

  .tw .sm\:mt-33px{
    margin-top: 33px;
  }

  .tw .sm\:mt-34px{
    margin-top: 34px;
  }

  .tw .sm\:mt-35px{
    margin-top: 35px;
  }

  .tw .sm\:mt-36px{
    margin-top: 36px;
  }

  .tw .sm\:mt-37px{
    margin-top: 37px;
  }

  .tw .sm\:mt-38px{
    margin-top: 38px;
  }

  .tw .sm\:mt-39px{
    margin-top: 39px;
  }

  .tw .sm\:mt-40px{
    margin-top: 40px;
  }

  .tw .sm\:-mt-0{
    margin-top: 0px;
  }

  .tw .sm\:-mt-1{
    margin-top: -5px;
  }

  .tw .sm\:-mt-2{
    margin-top: -10px;
  }

  .tw .sm\:-mt-3{
    margin-top: -15px;
  }

  .tw .sm\:-mt-4{
    margin-top: -20px;
  }

  .tw .sm\:-mt-5{
    margin-top: -25px;
  }

  .tw .sm\:-mt-6{
    margin-top: -30px;
  }

  .tw .sm\:-mt-7{
    margin-top: -35px;
  }

  .tw .sm\:-mt-8{
    margin-top: -40px;
  }

  .tw .sm\:-mt-9{
    margin-top: -45px;
  }

  .tw .sm\:-mt-10{
    margin-top: -50px;
  }

  .tw .sm\:-mt-11{
    margin-top: -55px;
  }

  .tw .sm\:-mt-12{
    margin-top: -60px;
  }

  .tw .sm\:-mt-13{
    margin-top: -65px;
  }

  .tw .sm\:-mt-14{
    margin-top: -70px;
  }

  .tw .sm\:-mt-15{
    margin-top: -75px;
  }

  .tw .sm\:-mt-16{
    margin-top: -80px;
  }

  .tw .sm\:-mt-17{
    margin-top: -85px;
  }

  .tw .sm\:-mt-18{
    margin-top: -90px;
  }

  .tw .sm\:-mt-19{
    margin-top: -95px;
  }

  .tw .sm\:-mt-20{
    margin-top: -100px;
  }

  .tw .sm\:-mt-21{
    margin-top: -105px;
  }

  .tw .sm\:-mt-22{
    margin-top: -110px;
  }

  .tw .sm\:-mt-23{
    margin-top: -115px;
  }

  .tw .sm\:-mt-24{
    margin-top: -120px;
  }

  .tw .sm\:-mt-25{
    margin-top: -125px;
  }

  .tw .sm\:-mt-26{
    margin-top: -130px;
  }

  .tw .sm\:-mt-27{
    margin-top: -135px;
  }

  .tw .sm\:-mt-28{
    margin-top: -140px;
  }

  .tw .sm\:-mt-29{
    margin-top: -145px;
  }

  .tw .sm\:-mt-30{
    margin-top: -150px;
  }

  .tw .sm\:-mt-31{
    margin-top: -155px;
  }

  .tw .sm\:-mt-32{
    margin-top: -160px;
  }

  .tw .sm\:-mt-33{
    margin-top: -165px;
  }

  .tw .sm\:-mt-34{
    margin-top: -170px;
  }

  .tw .sm\:-mt-35{
    margin-top: -175px;
  }

  .tw .sm\:-mt-36{
    margin-top: -180px;
  }

  .tw .sm\:-mt-37{
    margin-top: -185px;
  }

  .tw .sm\:-mt-38{
    margin-top: -190px;
  }

  .tw .sm\:-mt-39{
    margin-top: -195px;
  }

  .tw .sm\:-mt-40{
    margin-top: -200px;
  }

  .tw .sm\:-mt-41{
    margin-top: -205px;
  }

  .tw .sm\:-mt-42{
    margin-top: -210px;
  }

  .tw .sm\:-mt-43{
    margin-top: -215px;
  }

  .tw .sm\:-mt-44{
    margin-top: -220px;
  }

  .tw .sm\:-mt-45{
    margin-top: -225px;
  }

  .tw .sm\:-mt-46{
    margin-top: -230px;
  }

  .tw .sm\:-mt-47{
    margin-top: -235px;
  }

  .tw .sm\:-mt-48{
    margin-top: -240px;
  }

  .tw .sm\:-mt-49{
    margin-top: -245px;
  }

  .tw .sm\:-mt-50{
    margin-top: -250px;
  }

  .tw .sm\:-mt-51{
    margin-top: -255px;
  }

  .tw .sm\:-mt-52{
    margin-top: -260px;
  }

  .tw .sm\:-mt-53{
    margin-top: -265px;
  }

  .tw .sm\:-mt-54{
    margin-top: -270px;
  }

  .tw .sm\:-mt-55{
    margin-top: -275px;
  }

  .tw .sm\:-mt-56{
    margin-top: -280px;
  }

  .tw .sm\:-mt-57{
    margin-top: -285px;
  }

  .tw .sm\:-mt-58{
    margin-top: -290px;
  }

  .tw .sm\:-mt-59{
    margin-top: -295px;
  }

  .tw .sm\:-mt-60{
    margin-top: -300px;
  }

  .tw .sm\:-mt-61{
    margin-top: -305px;
  }

  .tw .sm\:-mt-62{
    margin-top: -310px;
  }

  .tw .sm\:-mt-63{
    margin-top: -315px;
  }

  .tw .sm\:-mt-64{
    margin-top: -320px;
  }

  .tw .sm\:-mt-65{
    margin-top: -325px;
  }

  .tw .sm\:-mt-66{
    margin-top: -330px;
  }

  .tw .sm\:-mt-67{
    margin-top: -335px;
  }

  .tw .sm\:-mt-68{
    margin-top: -340px;
  }

  .tw .sm\:-mt-69{
    margin-top: -345px;
  }

  .tw .sm\:-mt-70{
    margin-top: -350px;
  }

  .tw .sm\:-mt-71{
    margin-top: -355px;
  }

  .tw .sm\:-mt-72{
    margin-top: -360px;
  }

  .tw .sm\:-mt-73{
    margin-top: -365px;
  }

  .tw .sm\:-mt-74{
    margin-top: -370px;
  }

  .tw .sm\:-mt-75{
    margin-top: -375px;
  }

  .tw .sm\:-mt-76{
    margin-top: -380px;
  }

  .tw .sm\:-mt-77{
    margin-top: -385px;
  }

  .tw .sm\:-mt-78{
    margin-top: -390px;
  }

  .tw .sm\:-mt-79{
    margin-top: -395px;
  }

  .tw .sm\:-mt-80{
    margin-top: -400px;
  }

  .tw .sm\:-mt-81{
    margin-top: -405px;
  }

  .tw .sm\:-mt-82{
    margin-top: -410px;
  }

  .tw .sm\:-mt-83{
    margin-top: -415px;
  }

  .tw .sm\:-mt-84{
    margin-top: -420px;
  }

  .tw .sm\:-mt-85{
    margin-top: -425px;
  }

  .tw .sm\:-mt-86{
    margin-top: -430px;
  }

  .tw .sm\:-mt-87{
    margin-top: -435px;
  }

  .tw .sm\:-mt-88{
    margin-top: -440px;
  }

  .tw .sm\:-mt-89{
    margin-top: -445px;
  }

  .tw .sm\:-mt-90{
    margin-top: -450px;
  }

  .tw .sm\:-mt-91{
    margin-top: -455px;
  }

  .tw .sm\:-mt-92{
    margin-top: -460px;
  }

  .tw .sm\:-mt-93{
    margin-top: -465px;
  }

  .tw .sm\:-mt-94{
    margin-top: -470px;
  }

  .tw .sm\:-mt-95{
    margin-top: -475px;
  }

  .tw .sm\:-mt-96{
    margin-top: -480px;
  }

  .tw .sm\:-mt-97{
    margin-top: -485px;
  }

  .tw .sm\:-mt-98{
    margin-top: -490px;
  }

  .tw .sm\:-mt-99{
    margin-top: -495px;
  }

  .tw .sm\:-mt-100{
    margin-top: -500px;
  }

  .tw .sm\:-mt-101{
    margin-top: -505px;
  }

  .tw .sm\:-mt-102{
    margin-top: -510px;
  }

  .tw .sm\:-mt-103{
    margin-top: -515px;
  }

  .tw .sm\:-mt-104{
    margin-top: -520px;
  }

  .tw .sm\:-mt-105{
    margin-top: -525px;
  }

  .tw .sm\:-mt-106{
    margin-top: -530px;
  }

  .tw .sm\:-mt-107{
    margin-top: -535px;
  }

  .tw .sm\:-mt-108{
    margin-top: -540px;
  }

  .tw .sm\:-mt-109{
    margin-top: -545px;
  }

  .tw .sm\:-mt-110{
    margin-top: -550px;
  }

  .tw .sm\:-mt-111{
    margin-top: -555px;
  }

  .tw .sm\:-mt-112{
    margin-top: -560px;
  }

  .tw .sm\:-mt-113{
    margin-top: -565px;
  }

  .tw .sm\:-mt-114{
    margin-top: -570px;
  }

  .tw .sm\:-mt-115{
    margin-top: -575px;
  }

  .tw .sm\:-mt-116{
    margin-top: -580px;
  }

  .tw .sm\:-mt-117{
    margin-top: -585px;
  }

  .tw .sm\:-mt-118{
    margin-top: -590px;
  }

  .tw .sm\:-mt-119{
    margin-top: -595px;
  }

  .tw .sm\:-mt-120{
    margin-top: -600px;
  }

  .tw .sm\:-mt-121{
    margin-top: -605px;
  }

  .tw .sm\:-mt-122{
    margin-top: -610px;
  }

  .tw .sm\:-mt-123{
    margin-top: -615px;
  }

  .tw .sm\:-mt-124{
    margin-top: -620px;
  }

  .tw .sm\:-mt-125{
    margin-top: -625px;
  }

  .tw .sm\:-mt-126{
    margin-top: -630px;
  }

  .tw .sm\:-mt-127{
    margin-top: -635px;
  }

  .tw .sm\:-mt-128{
    margin-top: -640px;
  }

  .tw .sm\:-mt-129{
    margin-top: -645px;
  }

  .tw .sm\:-mt-130{
    margin-top: -650px;
  }

  .tw .sm\:-mt-131{
    margin-top: -655px;
  }

  .tw .sm\:-mt-132{
    margin-top: -660px;
  }

  .tw .sm\:-mt-133{
    margin-top: -665px;
  }

  .tw .sm\:-mt-134{
    margin-top: -670px;
  }

  .tw .sm\:-mt-135{
    margin-top: -675px;
  }

  .tw .sm\:-mt-136{
    margin-top: -680px;
  }

  .tw .sm\:-mt-137{
    margin-top: -685px;
  }

  .tw .sm\:-mt-138{
    margin-top: -690px;
  }

  .tw .sm\:-mt-139{
    margin-top: -695px;
  }

  .tw .sm\:-mt-140{
    margin-top: -700px;
  }

  .tw .sm\:-mt-141{
    margin-top: -705px;
  }

  .tw .sm\:-mt-142{
    margin-top: -710px;
  }

  .tw .sm\:-mt-143{
    margin-top: -715px;
  }

  .tw .sm\:-mt-144{
    margin-top: -720px;
  }

  .tw .sm\:-mt-145{
    margin-top: -725px;
  }

  .tw .sm\:-mt-146{
    margin-top: -730px;
  }

  .tw .sm\:-mt-147{
    margin-top: -735px;
  }

  .tw .sm\:-mt-148{
    margin-top: -740px;
  }

  .tw .sm\:-mt-149{
    margin-top: -745px;
  }

  .tw .sm\:-mt-0\.5{
    margin-top: -3px;
  }

  .tw .sm\:-mt-1px{
    margin-top: -1px;
  }

  .tw .sm\:-mt-2px{
    margin-top: -2px;
  }

  .tw .sm\:-mt-3px{
    margin-top: -3px;
  }

  .tw .sm\:-mt-4px{
    margin-top: -4px;
  }

  .tw .sm\:-mt-5px{
    margin-top: -5px;
  }

  .tw .sm\:-mt-6px{
    margin-top: -6px;
  }

  .tw .sm\:-mt-7px{
    margin-top: -7px;
  }

  .tw .sm\:-mt-8px{
    margin-top: -8px;
  }

  .tw .sm\:-mt-9px{
    margin-top: -9px;
  }

  .tw .sm\:-mt-10px{
    margin-top: -10px;
  }

  .tw .sm\:-mt-11px{
    margin-top: -11px;
  }

  .tw .sm\:-mt-12px{
    margin-top: -12px;
  }

  .tw .sm\:-mt-13px{
    margin-top: -13px;
  }

  .tw .sm\:-mt-14px{
    margin-top: -14px;
  }

  .tw .sm\:-mt-15px{
    margin-top: -15px;
  }

  .tw .sm\:-mt-16px{
    margin-top: -16px;
  }

  .tw .sm\:-mt-17px{
    margin-top: -17px;
  }

  .tw .sm\:-mt-18px{
    margin-top: -18px;
  }

  .tw .sm\:-mt-19px{
    margin-top: -19px;
  }

  .tw .sm\:-mt-20px{
    margin-top: -20px;
  }

  .tw .sm\:-mt-21px{
    margin-top: -21px;
  }

  .tw .sm\:-mt-22px{
    margin-top: -22px;
  }

  .tw .sm\:-mt-23px{
    margin-top: -23px;
  }

  .tw .sm\:-mt-24px{
    margin-top: -24px;
  }

  .tw .sm\:-mt-25px{
    margin-top: -25px;
  }

  .tw .sm\:-mt-26px{
    margin-top: -26px;
  }

  .tw .sm\:-mt-27px{
    margin-top: -27px;
  }

  .tw .sm\:-mt-28px{
    margin-top: -28px;
  }

  .tw .sm\:-mt-29px{
    margin-top: -29px;
  }

  .tw .sm\:-mt-30px{
    margin-top: -30px;
  }

  .tw .sm\:-mt-31px{
    margin-top: -31px;
  }

  .tw .sm\:-mt-32px{
    margin-top: -32px;
  }

  .tw .sm\:-mt-33px{
    margin-top: -33px;
  }

  .tw .sm\:-mt-34px{
    margin-top: -34px;
  }

  .tw .sm\:-mt-35px{
    margin-top: -35px;
  }

  .tw .sm\:-mt-36px{
    margin-top: -36px;
  }

  .tw .sm\:-mt-37px{
    margin-top: -37px;
  }

  .tw .sm\:-mt-38px{
    margin-top: -38px;
  }

  .tw .sm\:-mt-39px{
    margin-top: -39px;
  }

  .tw .sm\:-mt-40px{
    margin-top: -40px;
  }

  .tw .sm\:mr-0{
    margin-right: 0px;
  }

  .tw .sm\:mr-1{
    margin-right: 5px;
  }

  .tw .sm\:mr-2{
    margin-right: 10px;
  }

  .tw .sm\:mr-3{
    margin-right: 15px;
  }

  .tw .sm\:mr-4{
    margin-right: 20px;
  }

  .tw .sm\:mr-5{
    margin-right: 25px;
  }

  .tw .sm\:mr-6{
    margin-right: 30px;
  }

  .tw .sm\:mr-7{
    margin-right: 35px;
  }

  .tw .sm\:mr-8{
    margin-right: 40px;
  }

  .tw .sm\:mr-9{
    margin-right: 45px;
  }

  .tw .sm\:mr-10{
    margin-right: 50px;
  }

  .tw .sm\:mr-11{
    margin-right: 55px;
  }

  .tw .sm\:mr-12{
    margin-right: 60px;
  }

  .tw .sm\:mr-13{
    margin-right: 65px;
  }

  .tw .sm\:mr-14{
    margin-right: 70px;
  }

  .tw .sm\:mr-15{
    margin-right: 75px;
  }

  .tw .sm\:mr-16{
    margin-right: 80px;
  }

  .tw .sm\:mr-17{
    margin-right: 85px;
  }

  .tw .sm\:mr-18{
    margin-right: 90px;
  }

  .tw .sm\:mr-19{
    margin-right: 95px;
  }

  .tw .sm\:mr-20{
    margin-right: 100px;
  }

  .tw .sm\:mr-21{
    margin-right: 105px;
  }

  .tw .sm\:mr-22{
    margin-right: 110px;
  }

  .tw .sm\:mr-23{
    margin-right: 115px;
  }

  .tw .sm\:mr-24{
    margin-right: 120px;
  }

  .tw .sm\:mr-25{
    margin-right: 125px;
  }

  .tw .sm\:mr-26{
    margin-right: 130px;
  }

  .tw .sm\:mr-27{
    margin-right: 135px;
  }

  .tw .sm\:mr-28{
    margin-right: 140px;
  }

  .tw .sm\:mr-29{
    margin-right: 145px;
  }

  .tw .sm\:mr-30{
    margin-right: 150px;
  }

  .tw .sm\:mr-31{
    margin-right: 155px;
  }

  .tw .sm\:mr-32{
    margin-right: 160px;
  }

  .tw .sm\:mr-33{
    margin-right: 165px;
  }

  .tw .sm\:mr-34{
    margin-right: 170px;
  }

  .tw .sm\:mr-35{
    margin-right: 175px;
  }

  .tw .sm\:mr-36{
    margin-right: 180px;
  }

  .tw .sm\:mr-37{
    margin-right: 185px;
  }

  .tw .sm\:mr-38{
    margin-right: 190px;
  }

  .tw .sm\:mr-39{
    margin-right: 195px;
  }

  .tw .sm\:mr-40{
    margin-right: 200px;
  }

  .tw .sm\:mr-41{
    margin-right: 205px;
  }

  .tw .sm\:mr-42{
    margin-right: 210px;
  }

  .tw .sm\:mr-43{
    margin-right: 215px;
  }

  .tw .sm\:mr-44{
    margin-right: 220px;
  }

  .tw .sm\:mr-45{
    margin-right: 225px;
  }

  .tw .sm\:mr-46{
    margin-right: 230px;
  }

  .tw .sm\:mr-47{
    margin-right: 235px;
  }

  .tw .sm\:mr-48{
    margin-right: 240px;
  }

  .tw .sm\:mr-49{
    margin-right: 245px;
  }

  .tw .sm\:mr-50{
    margin-right: 250px;
  }

  .tw .sm\:mr-51{
    margin-right: 255px;
  }

  .tw .sm\:mr-52{
    margin-right: 260px;
  }

  .tw .sm\:mr-53{
    margin-right: 265px;
  }

  .tw .sm\:mr-54{
    margin-right: 270px;
  }

  .tw .sm\:mr-55{
    margin-right: 275px;
  }

  .tw .sm\:mr-56{
    margin-right: 280px;
  }

  .tw .sm\:mr-57{
    margin-right: 285px;
  }

  .tw .sm\:mr-58{
    margin-right: 290px;
  }

  .tw .sm\:mr-59{
    margin-right: 295px;
  }

  .tw .sm\:mr-60{
    margin-right: 300px;
  }

  .tw .sm\:mr-61{
    margin-right: 305px;
  }

  .tw .sm\:mr-62{
    margin-right: 310px;
  }

  .tw .sm\:mr-63{
    margin-right: 315px;
  }

  .tw .sm\:mr-64{
    margin-right: 320px;
  }

  .tw .sm\:mr-65{
    margin-right: 325px;
  }

  .tw .sm\:mr-66{
    margin-right: 330px;
  }

  .tw .sm\:mr-67{
    margin-right: 335px;
  }

  .tw .sm\:mr-68{
    margin-right: 340px;
  }

  .tw .sm\:mr-69{
    margin-right: 345px;
  }

  .tw .sm\:mr-70{
    margin-right: 350px;
  }

  .tw .sm\:mr-71{
    margin-right: 355px;
  }

  .tw .sm\:mr-72{
    margin-right: 360px;
  }

  .tw .sm\:mr-73{
    margin-right: 365px;
  }

  .tw .sm\:mr-74{
    margin-right: 370px;
  }

  .tw .sm\:mr-75{
    margin-right: 375px;
  }

  .tw .sm\:mr-76{
    margin-right: 380px;
  }

  .tw .sm\:mr-77{
    margin-right: 385px;
  }

  .tw .sm\:mr-78{
    margin-right: 390px;
  }

  .tw .sm\:mr-79{
    margin-right: 395px;
  }

  .tw .sm\:mr-80{
    margin-right: 400px;
  }

  .tw .sm\:mr-81{
    margin-right: 405px;
  }

  .tw .sm\:mr-82{
    margin-right: 410px;
  }

  .tw .sm\:mr-83{
    margin-right: 415px;
  }

  .tw .sm\:mr-84{
    margin-right: 420px;
  }

  .tw .sm\:mr-85{
    margin-right: 425px;
  }

  .tw .sm\:mr-86{
    margin-right: 430px;
  }

  .tw .sm\:mr-87{
    margin-right: 435px;
  }

  .tw .sm\:mr-88{
    margin-right: 440px;
  }

  .tw .sm\:mr-89{
    margin-right: 445px;
  }

  .tw .sm\:mr-90{
    margin-right: 450px;
  }

  .tw .sm\:mr-91{
    margin-right: 455px;
  }

  .tw .sm\:mr-92{
    margin-right: 460px;
  }

  .tw .sm\:mr-93{
    margin-right: 465px;
  }

  .tw .sm\:mr-94{
    margin-right: 470px;
  }

  .tw .sm\:mr-95{
    margin-right: 475px;
  }

  .tw .sm\:mr-96{
    margin-right: 480px;
  }

  .tw .sm\:mr-97{
    margin-right: 485px;
  }

  .tw .sm\:mr-98{
    margin-right: 490px;
  }

  .tw .sm\:mr-99{
    margin-right: 495px;
  }

  .tw .sm\:mr-100{
    margin-right: 500px;
  }

  .tw .sm\:mr-101{
    margin-right: 505px;
  }

  .tw .sm\:mr-102{
    margin-right: 510px;
  }

  .tw .sm\:mr-103{
    margin-right: 515px;
  }

  .tw .sm\:mr-104{
    margin-right: 520px;
  }

  .tw .sm\:mr-105{
    margin-right: 525px;
  }

  .tw .sm\:mr-106{
    margin-right: 530px;
  }

  .tw .sm\:mr-107{
    margin-right: 535px;
  }

  .tw .sm\:mr-108{
    margin-right: 540px;
  }

  .tw .sm\:mr-109{
    margin-right: 545px;
  }

  .tw .sm\:mr-110{
    margin-right: 550px;
  }

  .tw .sm\:mr-111{
    margin-right: 555px;
  }

  .tw .sm\:mr-112{
    margin-right: 560px;
  }

  .tw .sm\:mr-113{
    margin-right: 565px;
  }

  .tw .sm\:mr-114{
    margin-right: 570px;
  }

  .tw .sm\:mr-115{
    margin-right: 575px;
  }

  .tw .sm\:mr-116{
    margin-right: 580px;
  }

  .tw .sm\:mr-117{
    margin-right: 585px;
  }

  .tw .sm\:mr-118{
    margin-right: 590px;
  }

  .tw .sm\:mr-119{
    margin-right: 595px;
  }

  .tw .sm\:mr-120{
    margin-right: 600px;
  }

  .tw .sm\:mr-121{
    margin-right: 605px;
  }

  .tw .sm\:mr-122{
    margin-right: 610px;
  }

  .tw .sm\:mr-123{
    margin-right: 615px;
  }

  .tw .sm\:mr-124{
    margin-right: 620px;
  }

  .tw .sm\:mr-125{
    margin-right: 625px;
  }

  .tw .sm\:mr-126{
    margin-right: 630px;
  }

  .tw .sm\:mr-127{
    margin-right: 635px;
  }

  .tw .sm\:mr-128{
    margin-right: 640px;
  }

  .tw .sm\:mr-129{
    margin-right: 645px;
  }

  .tw .sm\:mr-130{
    margin-right: 650px;
  }

  .tw .sm\:mr-131{
    margin-right: 655px;
  }

  .tw .sm\:mr-132{
    margin-right: 660px;
  }

  .tw .sm\:mr-133{
    margin-right: 665px;
  }

  .tw .sm\:mr-134{
    margin-right: 670px;
  }

  .tw .sm\:mr-135{
    margin-right: 675px;
  }

  .tw .sm\:mr-136{
    margin-right: 680px;
  }

  .tw .sm\:mr-137{
    margin-right: 685px;
  }

  .tw .sm\:mr-138{
    margin-right: 690px;
  }

  .tw .sm\:mr-139{
    margin-right: 695px;
  }

  .tw .sm\:mr-140{
    margin-right: 700px;
  }

  .tw .sm\:mr-141{
    margin-right: 705px;
  }

  .tw .sm\:mr-142{
    margin-right: 710px;
  }

  .tw .sm\:mr-143{
    margin-right: 715px;
  }

  .tw .sm\:mr-144{
    margin-right: 720px;
  }

  .tw .sm\:mr-145{
    margin-right: 725px;
  }

  .tw .sm\:mr-146{
    margin-right: 730px;
  }

  .tw .sm\:mr-147{
    margin-right: 735px;
  }

  .tw .sm\:mr-148{
    margin-right: 740px;
  }

  .tw .sm\:mr-149{
    margin-right: 745px;
  }

  .tw .sm\:mr-auto{
    margin-right: auto;
  }

  .tw .sm\:mr-0\.5{
    margin-right: 3px;
  }

  .tw .sm\:mr-1px{
    margin-right: 1px;
  }

  .tw .sm\:mr-2px{
    margin-right: 2px;
  }

  .tw .sm\:mr-3px{
    margin-right: 3px;
  }

  .tw .sm\:mr-4px{
    margin-right: 4px;
  }

  .tw .sm\:mr-5px{
    margin-right: 5px;
  }

  .tw .sm\:mr-6px{
    margin-right: 6px;
  }

  .tw .sm\:mr-7px{
    margin-right: 7px;
  }

  .tw .sm\:mr-8px{
    margin-right: 8px;
  }

  .tw .sm\:mr-9px{
    margin-right: 9px;
  }

  .tw .sm\:mr-10px{
    margin-right: 10px;
  }

  .tw .sm\:mr-11px{
    margin-right: 11px;
  }

  .tw .sm\:mr-12px{
    margin-right: 12px;
  }

  .tw .sm\:mr-13px{
    margin-right: 13px;
  }

  .tw .sm\:mr-14px{
    margin-right: 14px;
  }

  .tw .sm\:mr-15px{
    margin-right: 15px;
  }

  .tw .sm\:mr-16px{
    margin-right: 16px;
  }

  .tw .sm\:mr-17px{
    margin-right: 17px;
  }

  .tw .sm\:mr-18px{
    margin-right: 18px;
  }

  .tw .sm\:mr-19px{
    margin-right: 19px;
  }

  .tw .sm\:mr-20px{
    margin-right: 20px;
  }

  .tw .sm\:mr-21px{
    margin-right: 21px;
  }

  .tw .sm\:mr-22px{
    margin-right: 22px;
  }

  .tw .sm\:mr-23px{
    margin-right: 23px;
  }

  .tw .sm\:mr-24px{
    margin-right: 24px;
  }

  .tw .sm\:mr-25px{
    margin-right: 25px;
  }

  .tw .sm\:mr-26px{
    margin-right: 26px;
  }

  .tw .sm\:mr-27px{
    margin-right: 27px;
  }

  .tw .sm\:mr-28px{
    margin-right: 28px;
  }

  .tw .sm\:mr-29px{
    margin-right: 29px;
  }

  .tw .sm\:mr-30px{
    margin-right: 30px;
  }

  .tw .sm\:mr-31px{
    margin-right: 31px;
  }

  .tw .sm\:mr-32px{
    margin-right: 32px;
  }

  .tw .sm\:mr-33px{
    margin-right: 33px;
  }

  .tw .sm\:mr-34px{
    margin-right: 34px;
  }

  .tw .sm\:mr-35px{
    margin-right: 35px;
  }

  .tw .sm\:mr-36px{
    margin-right: 36px;
  }

  .tw .sm\:mr-37px{
    margin-right: 37px;
  }

  .tw .sm\:mr-38px{
    margin-right: 38px;
  }

  .tw .sm\:mr-39px{
    margin-right: 39px;
  }

  .tw .sm\:mr-40px{
    margin-right: 40px;
  }

  .tw .sm\:-mr-0{
    margin-right: 0px;
  }

  .tw .sm\:-mr-1{
    margin-right: -5px;
  }

  .tw .sm\:-mr-2{
    margin-right: -10px;
  }

  .tw .sm\:-mr-3{
    margin-right: -15px;
  }

  .tw .sm\:-mr-4{
    margin-right: -20px;
  }

  .tw .sm\:-mr-5{
    margin-right: -25px;
  }

  .tw .sm\:-mr-6{
    margin-right: -30px;
  }

  .tw .sm\:-mr-7{
    margin-right: -35px;
  }

  .tw .sm\:-mr-8{
    margin-right: -40px;
  }

  .tw .sm\:-mr-9{
    margin-right: -45px;
  }

  .tw .sm\:-mr-10{
    margin-right: -50px;
  }

  .tw .sm\:-mr-11{
    margin-right: -55px;
  }

  .tw .sm\:-mr-12{
    margin-right: -60px;
  }

  .tw .sm\:-mr-13{
    margin-right: -65px;
  }

  .tw .sm\:-mr-14{
    margin-right: -70px;
  }

  .tw .sm\:-mr-15{
    margin-right: -75px;
  }

  .tw .sm\:-mr-16{
    margin-right: -80px;
  }

  .tw .sm\:-mr-17{
    margin-right: -85px;
  }

  .tw .sm\:-mr-18{
    margin-right: -90px;
  }

  .tw .sm\:-mr-19{
    margin-right: -95px;
  }

  .tw .sm\:-mr-20{
    margin-right: -100px;
  }

  .tw .sm\:-mr-21{
    margin-right: -105px;
  }

  .tw .sm\:-mr-22{
    margin-right: -110px;
  }

  .tw .sm\:-mr-23{
    margin-right: -115px;
  }

  .tw .sm\:-mr-24{
    margin-right: -120px;
  }

  .tw .sm\:-mr-25{
    margin-right: -125px;
  }

  .tw .sm\:-mr-26{
    margin-right: -130px;
  }

  .tw .sm\:-mr-27{
    margin-right: -135px;
  }

  .tw .sm\:-mr-28{
    margin-right: -140px;
  }

  .tw .sm\:-mr-29{
    margin-right: -145px;
  }

  .tw .sm\:-mr-30{
    margin-right: -150px;
  }

  .tw .sm\:-mr-31{
    margin-right: -155px;
  }

  .tw .sm\:-mr-32{
    margin-right: -160px;
  }

  .tw .sm\:-mr-33{
    margin-right: -165px;
  }

  .tw .sm\:-mr-34{
    margin-right: -170px;
  }

  .tw .sm\:-mr-35{
    margin-right: -175px;
  }

  .tw .sm\:-mr-36{
    margin-right: -180px;
  }

  .tw .sm\:-mr-37{
    margin-right: -185px;
  }

  .tw .sm\:-mr-38{
    margin-right: -190px;
  }

  .tw .sm\:-mr-39{
    margin-right: -195px;
  }

  .tw .sm\:-mr-40{
    margin-right: -200px;
  }

  .tw .sm\:-mr-41{
    margin-right: -205px;
  }

  .tw .sm\:-mr-42{
    margin-right: -210px;
  }

  .tw .sm\:-mr-43{
    margin-right: -215px;
  }

  .tw .sm\:-mr-44{
    margin-right: -220px;
  }

  .tw .sm\:-mr-45{
    margin-right: -225px;
  }

  .tw .sm\:-mr-46{
    margin-right: -230px;
  }

  .tw .sm\:-mr-47{
    margin-right: -235px;
  }

  .tw .sm\:-mr-48{
    margin-right: -240px;
  }

  .tw .sm\:-mr-49{
    margin-right: -245px;
  }

  .tw .sm\:-mr-50{
    margin-right: -250px;
  }

  .tw .sm\:-mr-51{
    margin-right: -255px;
  }

  .tw .sm\:-mr-52{
    margin-right: -260px;
  }

  .tw .sm\:-mr-53{
    margin-right: -265px;
  }

  .tw .sm\:-mr-54{
    margin-right: -270px;
  }

  .tw .sm\:-mr-55{
    margin-right: -275px;
  }

  .tw .sm\:-mr-56{
    margin-right: -280px;
  }

  .tw .sm\:-mr-57{
    margin-right: -285px;
  }

  .tw .sm\:-mr-58{
    margin-right: -290px;
  }

  .tw .sm\:-mr-59{
    margin-right: -295px;
  }

  .tw .sm\:-mr-60{
    margin-right: -300px;
  }

  .tw .sm\:-mr-61{
    margin-right: -305px;
  }

  .tw .sm\:-mr-62{
    margin-right: -310px;
  }

  .tw .sm\:-mr-63{
    margin-right: -315px;
  }

  .tw .sm\:-mr-64{
    margin-right: -320px;
  }

  .tw .sm\:-mr-65{
    margin-right: -325px;
  }

  .tw .sm\:-mr-66{
    margin-right: -330px;
  }

  .tw .sm\:-mr-67{
    margin-right: -335px;
  }

  .tw .sm\:-mr-68{
    margin-right: -340px;
  }

  .tw .sm\:-mr-69{
    margin-right: -345px;
  }

  .tw .sm\:-mr-70{
    margin-right: -350px;
  }

  .tw .sm\:-mr-71{
    margin-right: -355px;
  }

  .tw .sm\:-mr-72{
    margin-right: -360px;
  }

  .tw .sm\:-mr-73{
    margin-right: -365px;
  }

  .tw .sm\:-mr-74{
    margin-right: -370px;
  }

  .tw .sm\:-mr-75{
    margin-right: -375px;
  }

  .tw .sm\:-mr-76{
    margin-right: -380px;
  }

  .tw .sm\:-mr-77{
    margin-right: -385px;
  }

  .tw .sm\:-mr-78{
    margin-right: -390px;
  }

  .tw .sm\:-mr-79{
    margin-right: -395px;
  }

  .tw .sm\:-mr-80{
    margin-right: -400px;
  }

  .tw .sm\:-mr-81{
    margin-right: -405px;
  }

  .tw .sm\:-mr-82{
    margin-right: -410px;
  }

  .tw .sm\:-mr-83{
    margin-right: -415px;
  }

  .tw .sm\:-mr-84{
    margin-right: -420px;
  }

  .tw .sm\:-mr-85{
    margin-right: -425px;
  }

  .tw .sm\:-mr-86{
    margin-right: -430px;
  }

  .tw .sm\:-mr-87{
    margin-right: -435px;
  }

  .tw .sm\:-mr-88{
    margin-right: -440px;
  }

  .tw .sm\:-mr-89{
    margin-right: -445px;
  }

  .tw .sm\:-mr-90{
    margin-right: -450px;
  }

  .tw .sm\:-mr-91{
    margin-right: -455px;
  }

  .tw .sm\:-mr-92{
    margin-right: -460px;
  }

  .tw .sm\:-mr-93{
    margin-right: -465px;
  }

  .tw .sm\:-mr-94{
    margin-right: -470px;
  }

  .tw .sm\:-mr-95{
    margin-right: -475px;
  }

  .tw .sm\:-mr-96{
    margin-right: -480px;
  }

  .tw .sm\:-mr-97{
    margin-right: -485px;
  }

  .tw .sm\:-mr-98{
    margin-right: -490px;
  }

  .tw .sm\:-mr-99{
    margin-right: -495px;
  }

  .tw .sm\:-mr-100{
    margin-right: -500px;
  }

  .tw .sm\:-mr-101{
    margin-right: -505px;
  }

  .tw .sm\:-mr-102{
    margin-right: -510px;
  }

  .tw .sm\:-mr-103{
    margin-right: -515px;
  }

  .tw .sm\:-mr-104{
    margin-right: -520px;
  }

  .tw .sm\:-mr-105{
    margin-right: -525px;
  }

  .tw .sm\:-mr-106{
    margin-right: -530px;
  }

  .tw .sm\:-mr-107{
    margin-right: -535px;
  }

  .tw .sm\:-mr-108{
    margin-right: -540px;
  }

  .tw .sm\:-mr-109{
    margin-right: -545px;
  }

  .tw .sm\:-mr-110{
    margin-right: -550px;
  }

  .tw .sm\:-mr-111{
    margin-right: -555px;
  }

  .tw .sm\:-mr-112{
    margin-right: -560px;
  }

  .tw .sm\:-mr-113{
    margin-right: -565px;
  }

  .tw .sm\:-mr-114{
    margin-right: -570px;
  }

  .tw .sm\:-mr-115{
    margin-right: -575px;
  }

  .tw .sm\:-mr-116{
    margin-right: -580px;
  }

  .tw .sm\:-mr-117{
    margin-right: -585px;
  }

  .tw .sm\:-mr-118{
    margin-right: -590px;
  }

  .tw .sm\:-mr-119{
    margin-right: -595px;
  }

  .tw .sm\:-mr-120{
    margin-right: -600px;
  }

  .tw .sm\:-mr-121{
    margin-right: -605px;
  }

  .tw .sm\:-mr-122{
    margin-right: -610px;
  }

  .tw .sm\:-mr-123{
    margin-right: -615px;
  }

  .tw .sm\:-mr-124{
    margin-right: -620px;
  }

  .tw .sm\:-mr-125{
    margin-right: -625px;
  }

  .tw .sm\:-mr-126{
    margin-right: -630px;
  }

  .tw .sm\:-mr-127{
    margin-right: -635px;
  }

  .tw .sm\:-mr-128{
    margin-right: -640px;
  }

  .tw .sm\:-mr-129{
    margin-right: -645px;
  }

  .tw .sm\:-mr-130{
    margin-right: -650px;
  }

  .tw .sm\:-mr-131{
    margin-right: -655px;
  }

  .tw .sm\:-mr-132{
    margin-right: -660px;
  }

  .tw .sm\:-mr-133{
    margin-right: -665px;
  }

  .tw .sm\:-mr-134{
    margin-right: -670px;
  }

  .tw .sm\:-mr-135{
    margin-right: -675px;
  }

  .tw .sm\:-mr-136{
    margin-right: -680px;
  }

  .tw .sm\:-mr-137{
    margin-right: -685px;
  }

  .tw .sm\:-mr-138{
    margin-right: -690px;
  }

  .tw .sm\:-mr-139{
    margin-right: -695px;
  }

  .tw .sm\:-mr-140{
    margin-right: -700px;
  }

  .tw .sm\:-mr-141{
    margin-right: -705px;
  }

  .tw .sm\:-mr-142{
    margin-right: -710px;
  }

  .tw .sm\:-mr-143{
    margin-right: -715px;
  }

  .tw .sm\:-mr-144{
    margin-right: -720px;
  }

  .tw .sm\:-mr-145{
    margin-right: -725px;
  }

  .tw .sm\:-mr-146{
    margin-right: -730px;
  }

  .tw .sm\:-mr-147{
    margin-right: -735px;
  }

  .tw .sm\:-mr-148{
    margin-right: -740px;
  }

  .tw .sm\:-mr-149{
    margin-right: -745px;
  }

  .tw .sm\:-mr-0\.5{
    margin-right: -3px;
  }

  .tw .sm\:-mr-1px{
    margin-right: -1px;
  }

  .tw .sm\:-mr-2px{
    margin-right: -2px;
  }

  .tw .sm\:-mr-3px{
    margin-right: -3px;
  }

  .tw .sm\:-mr-4px{
    margin-right: -4px;
  }

  .tw .sm\:-mr-5px{
    margin-right: -5px;
  }

  .tw .sm\:-mr-6px{
    margin-right: -6px;
  }

  .tw .sm\:-mr-7px{
    margin-right: -7px;
  }

  .tw .sm\:-mr-8px{
    margin-right: -8px;
  }

  .tw .sm\:-mr-9px{
    margin-right: -9px;
  }

  .tw .sm\:-mr-10px{
    margin-right: -10px;
  }

  .tw .sm\:-mr-11px{
    margin-right: -11px;
  }

  .tw .sm\:-mr-12px{
    margin-right: -12px;
  }

  .tw .sm\:-mr-13px{
    margin-right: -13px;
  }

  .tw .sm\:-mr-14px{
    margin-right: -14px;
  }

  .tw .sm\:-mr-15px{
    margin-right: -15px;
  }

  .tw .sm\:-mr-16px{
    margin-right: -16px;
  }

  .tw .sm\:-mr-17px{
    margin-right: -17px;
  }

  .tw .sm\:-mr-18px{
    margin-right: -18px;
  }

  .tw .sm\:-mr-19px{
    margin-right: -19px;
  }

  .tw .sm\:-mr-20px{
    margin-right: -20px;
  }

  .tw .sm\:-mr-21px{
    margin-right: -21px;
  }

  .tw .sm\:-mr-22px{
    margin-right: -22px;
  }

  .tw .sm\:-mr-23px{
    margin-right: -23px;
  }

  .tw .sm\:-mr-24px{
    margin-right: -24px;
  }

  .tw .sm\:-mr-25px{
    margin-right: -25px;
  }

  .tw .sm\:-mr-26px{
    margin-right: -26px;
  }

  .tw .sm\:-mr-27px{
    margin-right: -27px;
  }

  .tw .sm\:-mr-28px{
    margin-right: -28px;
  }

  .tw .sm\:-mr-29px{
    margin-right: -29px;
  }

  .tw .sm\:-mr-30px{
    margin-right: -30px;
  }

  .tw .sm\:-mr-31px{
    margin-right: -31px;
  }

  .tw .sm\:-mr-32px{
    margin-right: -32px;
  }

  .tw .sm\:-mr-33px{
    margin-right: -33px;
  }

  .tw .sm\:-mr-34px{
    margin-right: -34px;
  }

  .tw .sm\:-mr-35px{
    margin-right: -35px;
  }

  .tw .sm\:-mr-36px{
    margin-right: -36px;
  }

  .tw .sm\:-mr-37px{
    margin-right: -37px;
  }

  .tw .sm\:-mr-38px{
    margin-right: -38px;
  }

  .tw .sm\:-mr-39px{
    margin-right: -39px;
  }

  .tw .sm\:-mr-40px{
    margin-right: -40px;
  }

  .tw .sm\:mb-0{
    margin-bottom: 0px;
  }

  .tw .sm\:mb-1{
    margin-bottom: 5px;
  }

  .tw .sm\:mb-2{
    margin-bottom: 10px;
  }

  .tw .sm\:mb-3{
    margin-bottom: 15px;
  }

  .tw .sm\:mb-4{
    margin-bottom: 20px;
  }

  .tw .sm\:mb-5{
    margin-bottom: 25px;
  }

  .tw .sm\:mb-6{
    margin-bottom: 30px;
  }

  .tw .sm\:mb-7{
    margin-bottom: 35px;
  }

  .tw .sm\:mb-8{
    margin-bottom: 40px;
  }

  .tw .sm\:mb-9{
    margin-bottom: 45px;
  }

  .tw .sm\:mb-10{
    margin-bottom: 50px;
  }

  .tw .sm\:mb-11{
    margin-bottom: 55px;
  }

  .tw .sm\:mb-12{
    margin-bottom: 60px;
  }

  .tw .sm\:mb-13{
    margin-bottom: 65px;
  }

  .tw .sm\:mb-14{
    margin-bottom: 70px;
  }

  .tw .sm\:mb-15{
    margin-bottom: 75px;
  }

  .tw .sm\:mb-16{
    margin-bottom: 80px;
  }

  .tw .sm\:mb-17{
    margin-bottom: 85px;
  }

  .tw .sm\:mb-18{
    margin-bottom: 90px;
  }

  .tw .sm\:mb-19{
    margin-bottom: 95px;
  }

  .tw .sm\:mb-20{
    margin-bottom: 100px;
  }

  .tw .sm\:mb-21{
    margin-bottom: 105px;
  }

  .tw .sm\:mb-22{
    margin-bottom: 110px;
  }

  .tw .sm\:mb-23{
    margin-bottom: 115px;
  }

  .tw .sm\:mb-24{
    margin-bottom: 120px;
  }

  .tw .sm\:mb-25{
    margin-bottom: 125px;
  }

  .tw .sm\:mb-26{
    margin-bottom: 130px;
  }

  .tw .sm\:mb-27{
    margin-bottom: 135px;
  }

  .tw .sm\:mb-28{
    margin-bottom: 140px;
  }

  .tw .sm\:mb-29{
    margin-bottom: 145px;
  }

  .tw .sm\:mb-30{
    margin-bottom: 150px;
  }

  .tw .sm\:mb-31{
    margin-bottom: 155px;
  }

  .tw .sm\:mb-32{
    margin-bottom: 160px;
  }

  .tw .sm\:mb-33{
    margin-bottom: 165px;
  }

  .tw .sm\:mb-34{
    margin-bottom: 170px;
  }

  .tw .sm\:mb-35{
    margin-bottom: 175px;
  }

  .tw .sm\:mb-36{
    margin-bottom: 180px;
  }

  .tw .sm\:mb-37{
    margin-bottom: 185px;
  }

  .tw .sm\:mb-38{
    margin-bottom: 190px;
  }

  .tw .sm\:mb-39{
    margin-bottom: 195px;
  }

  .tw .sm\:mb-40{
    margin-bottom: 200px;
  }

  .tw .sm\:mb-41{
    margin-bottom: 205px;
  }

  .tw .sm\:mb-42{
    margin-bottom: 210px;
  }

  .tw .sm\:mb-43{
    margin-bottom: 215px;
  }

  .tw .sm\:mb-44{
    margin-bottom: 220px;
  }

  .tw .sm\:mb-45{
    margin-bottom: 225px;
  }

  .tw .sm\:mb-46{
    margin-bottom: 230px;
  }

  .tw .sm\:mb-47{
    margin-bottom: 235px;
  }

  .tw .sm\:mb-48{
    margin-bottom: 240px;
  }

  .tw .sm\:mb-49{
    margin-bottom: 245px;
  }

  .tw .sm\:mb-50{
    margin-bottom: 250px;
  }

  .tw .sm\:mb-51{
    margin-bottom: 255px;
  }

  .tw .sm\:mb-52{
    margin-bottom: 260px;
  }

  .tw .sm\:mb-53{
    margin-bottom: 265px;
  }

  .tw .sm\:mb-54{
    margin-bottom: 270px;
  }

  .tw .sm\:mb-55{
    margin-bottom: 275px;
  }

  .tw .sm\:mb-56{
    margin-bottom: 280px;
  }

  .tw .sm\:mb-57{
    margin-bottom: 285px;
  }

  .tw .sm\:mb-58{
    margin-bottom: 290px;
  }

  .tw .sm\:mb-59{
    margin-bottom: 295px;
  }

  .tw .sm\:mb-60{
    margin-bottom: 300px;
  }

  .tw .sm\:mb-61{
    margin-bottom: 305px;
  }

  .tw .sm\:mb-62{
    margin-bottom: 310px;
  }

  .tw .sm\:mb-63{
    margin-bottom: 315px;
  }

  .tw .sm\:mb-64{
    margin-bottom: 320px;
  }

  .tw .sm\:mb-65{
    margin-bottom: 325px;
  }

  .tw .sm\:mb-66{
    margin-bottom: 330px;
  }

  .tw .sm\:mb-67{
    margin-bottom: 335px;
  }

  .tw .sm\:mb-68{
    margin-bottom: 340px;
  }

  .tw .sm\:mb-69{
    margin-bottom: 345px;
  }

  .tw .sm\:mb-70{
    margin-bottom: 350px;
  }

  .tw .sm\:mb-71{
    margin-bottom: 355px;
  }

  .tw .sm\:mb-72{
    margin-bottom: 360px;
  }

  .tw .sm\:mb-73{
    margin-bottom: 365px;
  }

  .tw .sm\:mb-74{
    margin-bottom: 370px;
  }

  .tw .sm\:mb-75{
    margin-bottom: 375px;
  }

  .tw .sm\:mb-76{
    margin-bottom: 380px;
  }

  .tw .sm\:mb-77{
    margin-bottom: 385px;
  }

  .tw .sm\:mb-78{
    margin-bottom: 390px;
  }

  .tw .sm\:mb-79{
    margin-bottom: 395px;
  }

  .tw .sm\:mb-80{
    margin-bottom: 400px;
  }

  .tw .sm\:mb-81{
    margin-bottom: 405px;
  }

  .tw .sm\:mb-82{
    margin-bottom: 410px;
  }

  .tw .sm\:mb-83{
    margin-bottom: 415px;
  }

  .tw .sm\:mb-84{
    margin-bottom: 420px;
  }

  .tw .sm\:mb-85{
    margin-bottom: 425px;
  }

  .tw .sm\:mb-86{
    margin-bottom: 430px;
  }

  .tw .sm\:mb-87{
    margin-bottom: 435px;
  }

  .tw .sm\:mb-88{
    margin-bottom: 440px;
  }

  .tw .sm\:mb-89{
    margin-bottom: 445px;
  }

  .tw .sm\:mb-90{
    margin-bottom: 450px;
  }

  .tw .sm\:mb-91{
    margin-bottom: 455px;
  }

  .tw .sm\:mb-92{
    margin-bottom: 460px;
  }

  .tw .sm\:mb-93{
    margin-bottom: 465px;
  }

  .tw .sm\:mb-94{
    margin-bottom: 470px;
  }

  .tw .sm\:mb-95{
    margin-bottom: 475px;
  }

  .tw .sm\:mb-96{
    margin-bottom: 480px;
  }

  .tw .sm\:mb-97{
    margin-bottom: 485px;
  }

  .tw .sm\:mb-98{
    margin-bottom: 490px;
  }

  .tw .sm\:mb-99{
    margin-bottom: 495px;
  }

  .tw .sm\:mb-100{
    margin-bottom: 500px;
  }

  .tw .sm\:mb-101{
    margin-bottom: 505px;
  }

  .tw .sm\:mb-102{
    margin-bottom: 510px;
  }

  .tw .sm\:mb-103{
    margin-bottom: 515px;
  }

  .tw .sm\:mb-104{
    margin-bottom: 520px;
  }

  .tw .sm\:mb-105{
    margin-bottom: 525px;
  }

  .tw .sm\:mb-106{
    margin-bottom: 530px;
  }

  .tw .sm\:mb-107{
    margin-bottom: 535px;
  }

  .tw .sm\:mb-108{
    margin-bottom: 540px;
  }

  .tw .sm\:mb-109{
    margin-bottom: 545px;
  }

  .tw .sm\:mb-110{
    margin-bottom: 550px;
  }

  .tw .sm\:mb-111{
    margin-bottom: 555px;
  }

  .tw .sm\:mb-112{
    margin-bottom: 560px;
  }

  .tw .sm\:mb-113{
    margin-bottom: 565px;
  }

  .tw .sm\:mb-114{
    margin-bottom: 570px;
  }

  .tw .sm\:mb-115{
    margin-bottom: 575px;
  }

  .tw .sm\:mb-116{
    margin-bottom: 580px;
  }

  .tw .sm\:mb-117{
    margin-bottom: 585px;
  }

  .tw .sm\:mb-118{
    margin-bottom: 590px;
  }

  .tw .sm\:mb-119{
    margin-bottom: 595px;
  }

  .tw .sm\:mb-120{
    margin-bottom: 600px;
  }

  .tw .sm\:mb-121{
    margin-bottom: 605px;
  }

  .tw .sm\:mb-122{
    margin-bottom: 610px;
  }

  .tw .sm\:mb-123{
    margin-bottom: 615px;
  }

  .tw .sm\:mb-124{
    margin-bottom: 620px;
  }

  .tw .sm\:mb-125{
    margin-bottom: 625px;
  }

  .tw .sm\:mb-126{
    margin-bottom: 630px;
  }

  .tw .sm\:mb-127{
    margin-bottom: 635px;
  }

  .tw .sm\:mb-128{
    margin-bottom: 640px;
  }

  .tw .sm\:mb-129{
    margin-bottom: 645px;
  }

  .tw .sm\:mb-130{
    margin-bottom: 650px;
  }

  .tw .sm\:mb-131{
    margin-bottom: 655px;
  }

  .tw .sm\:mb-132{
    margin-bottom: 660px;
  }

  .tw .sm\:mb-133{
    margin-bottom: 665px;
  }

  .tw .sm\:mb-134{
    margin-bottom: 670px;
  }

  .tw .sm\:mb-135{
    margin-bottom: 675px;
  }

  .tw .sm\:mb-136{
    margin-bottom: 680px;
  }

  .tw .sm\:mb-137{
    margin-bottom: 685px;
  }

  .tw .sm\:mb-138{
    margin-bottom: 690px;
  }

  .tw .sm\:mb-139{
    margin-bottom: 695px;
  }

  .tw .sm\:mb-140{
    margin-bottom: 700px;
  }

  .tw .sm\:mb-141{
    margin-bottom: 705px;
  }

  .tw .sm\:mb-142{
    margin-bottom: 710px;
  }

  .tw .sm\:mb-143{
    margin-bottom: 715px;
  }

  .tw .sm\:mb-144{
    margin-bottom: 720px;
  }

  .tw .sm\:mb-145{
    margin-bottom: 725px;
  }

  .tw .sm\:mb-146{
    margin-bottom: 730px;
  }

  .tw .sm\:mb-147{
    margin-bottom: 735px;
  }

  .tw .sm\:mb-148{
    margin-bottom: 740px;
  }

  .tw .sm\:mb-149{
    margin-bottom: 745px;
  }

  .tw .sm\:mb-auto{
    margin-bottom: auto;
  }

  .tw .sm\:mb-0\.5{
    margin-bottom: 3px;
  }

  .tw .sm\:mb-1px{
    margin-bottom: 1px;
  }

  .tw .sm\:mb-2px{
    margin-bottom: 2px;
  }

  .tw .sm\:mb-3px{
    margin-bottom: 3px;
  }

  .tw .sm\:mb-4px{
    margin-bottom: 4px;
  }

  .tw .sm\:mb-5px{
    margin-bottom: 5px;
  }

  .tw .sm\:mb-6px{
    margin-bottom: 6px;
  }

  .tw .sm\:mb-7px{
    margin-bottom: 7px;
  }

  .tw .sm\:mb-8px{
    margin-bottom: 8px;
  }

  .tw .sm\:mb-9px{
    margin-bottom: 9px;
  }

  .tw .sm\:mb-10px{
    margin-bottom: 10px;
  }

  .tw .sm\:mb-11px{
    margin-bottom: 11px;
  }

  .tw .sm\:mb-12px{
    margin-bottom: 12px;
  }

  .tw .sm\:mb-13px{
    margin-bottom: 13px;
  }

  .tw .sm\:mb-14px{
    margin-bottom: 14px;
  }

  .tw .sm\:mb-15px{
    margin-bottom: 15px;
  }

  .tw .sm\:mb-16px{
    margin-bottom: 16px;
  }

  .tw .sm\:mb-17px{
    margin-bottom: 17px;
  }

  .tw .sm\:mb-18px{
    margin-bottom: 18px;
  }

  .tw .sm\:mb-19px{
    margin-bottom: 19px;
  }

  .tw .sm\:mb-20px{
    margin-bottom: 20px;
  }

  .tw .sm\:mb-21px{
    margin-bottom: 21px;
  }

  .tw .sm\:mb-22px{
    margin-bottom: 22px;
  }

  .tw .sm\:mb-23px{
    margin-bottom: 23px;
  }

  .tw .sm\:mb-24px{
    margin-bottom: 24px;
  }

  .tw .sm\:mb-25px{
    margin-bottom: 25px;
  }

  .tw .sm\:mb-26px{
    margin-bottom: 26px;
  }

  .tw .sm\:mb-27px{
    margin-bottom: 27px;
  }

  .tw .sm\:mb-28px{
    margin-bottom: 28px;
  }

  .tw .sm\:mb-29px{
    margin-bottom: 29px;
  }

  .tw .sm\:mb-30px{
    margin-bottom: 30px;
  }

  .tw .sm\:mb-31px{
    margin-bottom: 31px;
  }

  .tw .sm\:mb-32px{
    margin-bottom: 32px;
  }

  .tw .sm\:mb-33px{
    margin-bottom: 33px;
  }

  .tw .sm\:mb-34px{
    margin-bottom: 34px;
  }

  .tw .sm\:mb-35px{
    margin-bottom: 35px;
  }

  .tw .sm\:mb-36px{
    margin-bottom: 36px;
  }

  .tw .sm\:mb-37px{
    margin-bottom: 37px;
  }

  .tw .sm\:mb-38px{
    margin-bottom: 38px;
  }

  .tw .sm\:mb-39px{
    margin-bottom: 39px;
  }

  .tw .sm\:mb-40px{
    margin-bottom: 40px;
  }

  .tw .sm\:-mb-0{
    margin-bottom: 0px;
  }

  .tw .sm\:-mb-1{
    margin-bottom: -5px;
  }

  .tw .sm\:-mb-2{
    margin-bottom: -10px;
  }

  .tw .sm\:-mb-3{
    margin-bottom: -15px;
  }

  .tw .sm\:-mb-4{
    margin-bottom: -20px;
  }

  .tw .sm\:-mb-5{
    margin-bottom: -25px;
  }

  .tw .sm\:-mb-6{
    margin-bottom: -30px;
  }

  .tw .sm\:-mb-7{
    margin-bottom: -35px;
  }

  .tw .sm\:-mb-8{
    margin-bottom: -40px;
  }

  .tw .sm\:-mb-9{
    margin-bottom: -45px;
  }

  .tw .sm\:-mb-10{
    margin-bottom: -50px;
  }

  .tw .sm\:-mb-11{
    margin-bottom: -55px;
  }

  .tw .sm\:-mb-12{
    margin-bottom: -60px;
  }

  .tw .sm\:-mb-13{
    margin-bottom: -65px;
  }

  .tw .sm\:-mb-14{
    margin-bottom: -70px;
  }

  .tw .sm\:-mb-15{
    margin-bottom: -75px;
  }

  .tw .sm\:-mb-16{
    margin-bottom: -80px;
  }

  .tw .sm\:-mb-17{
    margin-bottom: -85px;
  }

  .tw .sm\:-mb-18{
    margin-bottom: -90px;
  }

  .tw .sm\:-mb-19{
    margin-bottom: -95px;
  }

  .tw .sm\:-mb-20{
    margin-bottom: -100px;
  }

  .tw .sm\:-mb-21{
    margin-bottom: -105px;
  }

  .tw .sm\:-mb-22{
    margin-bottom: -110px;
  }

  .tw .sm\:-mb-23{
    margin-bottom: -115px;
  }

  .tw .sm\:-mb-24{
    margin-bottom: -120px;
  }

  .tw .sm\:-mb-25{
    margin-bottom: -125px;
  }

  .tw .sm\:-mb-26{
    margin-bottom: -130px;
  }

  .tw .sm\:-mb-27{
    margin-bottom: -135px;
  }

  .tw .sm\:-mb-28{
    margin-bottom: -140px;
  }

  .tw .sm\:-mb-29{
    margin-bottom: -145px;
  }

  .tw .sm\:-mb-30{
    margin-bottom: -150px;
  }

  .tw .sm\:-mb-31{
    margin-bottom: -155px;
  }

  .tw .sm\:-mb-32{
    margin-bottom: -160px;
  }

  .tw .sm\:-mb-33{
    margin-bottom: -165px;
  }

  .tw .sm\:-mb-34{
    margin-bottom: -170px;
  }

  .tw .sm\:-mb-35{
    margin-bottom: -175px;
  }

  .tw .sm\:-mb-36{
    margin-bottom: -180px;
  }

  .tw .sm\:-mb-37{
    margin-bottom: -185px;
  }

  .tw .sm\:-mb-38{
    margin-bottom: -190px;
  }

  .tw .sm\:-mb-39{
    margin-bottom: -195px;
  }

  .tw .sm\:-mb-40{
    margin-bottom: -200px;
  }

  .tw .sm\:-mb-41{
    margin-bottom: -205px;
  }

  .tw .sm\:-mb-42{
    margin-bottom: -210px;
  }

  .tw .sm\:-mb-43{
    margin-bottom: -215px;
  }

  .tw .sm\:-mb-44{
    margin-bottom: -220px;
  }

  .tw .sm\:-mb-45{
    margin-bottom: -225px;
  }

  .tw .sm\:-mb-46{
    margin-bottom: -230px;
  }

  .tw .sm\:-mb-47{
    margin-bottom: -235px;
  }

  .tw .sm\:-mb-48{
    margin-bottom: -240px;
  }

  .tw .sm\:-mb-49{
    margin-bottom: -245px;
  }

  .tw .sm\:-mb-50{
    margin-bottom: -250px;
  }

  .tw .sm\:-mb-51{
    margin-bottom: -255px;
  }

  .tw .sm\:-mb-52{
    margin-bottom: -260px;
  }

  .tw .sm\:-mb-53{
    margin-bottom: -265px;
  }

  .tw .sm\:-mb-54{
    margin-bottom: -270px;
  }

  .tw .sm\:-mb-55{
    margin-bottom: -275px;
  }

  .tw .sm\:-mb-56{
    margin-bottom: -280px;
  }

  .tw .sm\:-mb-57{
    margin-bottom: -285px;
  }

  .tw .sm\:-mb-58{
    margin-bottom: -290px;
  }

  .tw .sm\:-mb-59{
    margin-bottom: -295px;
  }

  .tw .sm\:-mb-60{
    margin-bottom: -300px;
  }

  .tw .sm\:-mb-61{
    margin-bottom: -305px;
  }

  .tw .sm\:-mb-62{
    margin-bottom: -310px;
  }

  .tw .sm\:-mb-63{
    margin-bottom: -315px;
  }

  .tw .sm\:-mb-64{
    margin-bottom: -320px;
  }

  .tw .sm\:-mb-65{
    margin-bottom: -325px;
  }

  .tw .sm\:-mb-66{
    margin-bottom: -330px;
  }

  .tw .sm\:-mb-67{
    margin-bottom: -335px;
  }

  .tw .sm\:-mb-68{
    margin-bottom: -340px;
  }

  .tw .sm\:-mb-69{
    margin-bottom: -345px;
  }

  .tw .sm\:-mb-70{
    margin-bottom: -350px;
  }

  .tw .sm\:-mb-71{
    margin-bottom: -355px;
  }

  .tw .sm\:-mb-72{
    margin-bottom: -360px;
  }

  .tw .sm\:-mb-73{
    margin-bottom: -365px;
  }

  .tw .sm\:-mb-74{
    margin-bottom: -370px;
  }

  .tw .sm\:-mb-75{
    margin-bottom: -375px;
  }

  .tw .sm\:-mb-76{
    margin-bottom: -380px;
  }

  .tw .sm\:-mb-77{
    margin-bottom: -385px;
  }

  .tw .sm\:-mb-78{
    margin-bottom: -390px;
  }

  .tw .sm\:-mb-79{
    margin-bottom: -395px;
  }

  .tw .sm\:-mb-80{
    margin-bottom: -400px;
  }

  .tw .sm\:-mb-81{
    margin-bottom: -405px;
  }

  .tw .sm\:-mb-82{
    margin-bottom: -410px;
  }

  .tw .sm\:-mb-83{
    margin-bottom: -415px;
  }

  .tw .sm\:-mb-84{
    margin-bottom: -420px;
  }

  .tw .sm\:-mb-85{
    margin-bottom: -425px;
  }

  .tw .sm\:-mb-86{
    margin-bottom: -430px;
  }

  .tw .sm\:-mb-87{
    margin-bottom: -435px;
  }

  .tw .sm\:-mb-88{
    margin-bottom: -440px;
  }

  .tw .sm\:-mb-89{
    margin-bottom: -445px;
  }

  .tw .sm\:-mb-90{
    margin-bottom: -450px;
  }

  .tw .sm\:-mb-91{
    margin-bottom: -455px;
  }

  .tw .sm\:-mb-92{
    margin-bottom: -460px;
  }

  .tw .sm\:-mb-93{
    margin-bottom: -465px;
  }

  .tw .sm\:-mb-94{
    margin-bottom: -470px;
  }

  .tw .sm\:-mb-95{
    margin-bottom: -475px;
  }

  .tw .sm\:-mb-96{
    margin-bottom: -480px;
  }

  .tw .sm\:-mb-97{
    margin-bottom: -485px;
  }

  .tw .sm\:-mb-98{
    margin-bottom: -490px;
  }

  .tw .sm\:-mb-99{
    margin-bottom: -495px;
  }

  .tw .sm\:-mb-100{
    margin-bottom: -500px;
  }

  .tw .sm\:-mb-101{
    margin-bottom: -505px;
  }

  .tw .sm\:-mb-102{
    margin-bottom: -510px;
  }

  .tw .sm\:-mb-103{
    margin-bottom: -515px;
  }

  .tw .sm\:-mb-104{
    margin-bottom: -520px;
  }

  .tw .sm\:-mb-105{
    margin-bottom: -525px;
  }

  .tw .sm\:-mb-106{
    margin-bottom: -530px;
  }

  .tw .sm\:-mb-107{
    margin-bottom: -535px;
  }

  .tw .sm\:-mb-108{
    margin-bottom: -540px;
  }

  .tw .sm\:-mb-109{
    margin-bottom: -545px;
  }

  .tw .sm\:-mb-110{
    margin-bottom: -550px;
  }

  .tw .sm\:-mb-111{
    margin-bottom: -555px;
  }

  .tw .sm\:-mb-112{
    margin-bottom: -560px;
  }

  .tw .sm\:-mb-113{
    margin-bottom: -565px;
  }

  .tw .sm\:-mb-114{
    margin-bottom: -570px;
  }

  .tw .sm\:-mb-115{
    margin-bottom: -575px;
  }

  .tw .sm\:-mb-116{
    margin-bottom: -580px;
  }

  .tw .sm\:-mb-117{
    margin-bottom: -585px;
  }

  .tw .sm\:-mb-118{
    margin-bottom: -590px;
  }

  .tw .sm\:-mb-119{
    margin-bottom: -595px;
  }

  .tw .sm\:-mb-120{
    margin-bottom: -600px;
  }

  .tw .sm\:-mb-121{
    margin-bottom: -605px;
  }

  .tw .sm\:-mb-122{
    margin-bottom: -610px;
  }

  .tw .sm\:-mb-123{
    margin-bottom: -615px;
  }

  .tw .sm\:-mb-124{
    margin-bottom: -620px;
  }

  .tw .sm\:-mb-125{
    margin-bottom: -625px;
  }

  .tw .sm\:-mb-126{
    margin-bottom: -630px;
  }

  .tw .sm\:-mb-127{
    margin-bottom: -635px;
  }

  .tw .sm\:-mb-128{
    margin-bottom: -640px;
  }

  .tw .sm\:-mb-129{
    margin-bottom: -645px;
  }

  .tw .sm\:-mb-130{
    margin-bottom: -650px;
  }

  .tw .sm\:-mb-131{
    margin-bottom: -655px;
  }

  .tw .sm\:-mb-132{
    margin-bottom: -660px;
  }

  .tw .sm\:-mb-133{
    margin-bottom: -665px;
  }

  .tw .sm\:-mb-134{
    margin-bottom: -670px;
  }

  .tw .sm\:-mb-135{
    margin-bottom: -675px;
  }

  .tw .sm\:-mb-136{
    margin-bottom: -680px;
  }

  .tw .sm\:-mb-137{
    margin-bottom: -685px;
  }

  .tw .sm\:-mb-138{
    margin-bottom: -690px;
  }

  .tw .sm\:-mb-139{
    margin-bottom: -695px;
  }

  .tw .sm\:-mb-140{
    margin-bottom: -700px;
  }

  .tw .sm\:-mb-141{
    margin-bottom: -705px;
  }

  .tw .sm\:-mb-142{
    margin-bottom: -710px;
  }

  .tw .sm\:-mb-143{
    margin-bottom: -715px;
  }

  .tw .sm\:-mb-144{
    margin-bottom: -720px;
  }

  .tw .sm\:-mb-145{
    margin-bottom: -725px;
  }

  .tw .sm\:-mb-146{
    margin-bottom: -730px;
  }

  .tw .sm\:-mb-147{
    margin-bottom: -735px;
  }

  .tw .sm\:-mb-148{
    margin-bottom: -740px;
  }

  .tw .sm\:-mb-149{
    margin-bottom: -745px;
  }

  .tw .sm\:-mb-0\.5{
    margin-bottom: -3px;
  }

  .tw .sm\:-mb-1px{
    margin-bottom: -1px;
  }

  .tw .sm\:-mb-2px{
    margin-bottom: -2px;
  }

  .tw .sm\:-mb-3px{
    margin-bottom: -3px;
  }

  .tw .sm\:-mb-4px{
    margin-bottom: -4px;
  }

  .tw .sm\:-mb-5px{
    margin-bottom: -5px;
  }

  .tw .sm\:-mb-6px{
    margin-bottom: -6px;
  }

  .tw .sm\:-mb-7px{
    margin-bottom: -7px;
  }

  .tw .sm\:-mb-8px{
    margin-bottom: -8px;
  }

  .tw .sm\:-mb-9px{
    margin-bottom: -9px;
  }

  .tw .sm\:-mb-10px{
    margin-bottom: -10px;
  }

  .tw .sm\:-mb-11px{
    margin-bottom: -11px;
  }

  .tw .sm\:-mb-12px{
    margin-bottom: -12px;
  }

  .tw .sm\:-mb-13px{
    margin-bottom: -13px;
  }

  .tw .sm\:-mb-14px{
    margin-bottom: -14px;
  }

  .tw .sm\:-mb-15px{
    margin-bottom: -15px;
  }

  .tw .sm\:-mb-16px{
    margin-bottom: -16px;
  }

  .tw .sm\:-mb-17px{
    margin-bottom: -17px;
  }

  .tw .sm\:-mb-18px{
    margin-bottom: -18px;
  }

  .tw .sm\:-mb-19px{
    margin-bottom: -19px;
  }

  .tw .sm\:-mb-20px{
    margin-bottom: -20px;
  }

  .tw .sm\:-mb-21px{
    margin-bottom: -21px;
  }

  .tw .sm\:-mb-22px{
    margin-bottom: -22px;
  }

  .tw .sm\:-mb-23px{
    margin-bottom: -23px;
  }

  .tw .sm\:-mb-24px{
    margin-bottom: -24px;
  }

  .tw .sm\:-mb-25px{
    margin-bottom: -25px;
  }

  .tw .sm\:-mb-26px{
    margin-bottom: -26px;
  }

  .tw .sm\:-mb-27px{
    margin-bottom: -27px;
  }

  .tw .sm\:-mb-28px{
    margin-bottom: -28px;
  }

  .tw .sm\:-mb-29px{
    margin-bottom: -29px;
  }

  .tw .sm\:-mb-30px{
    margin-bottom: -30px;
  }

  .tw .sm\:-mb-31px{
    margin-bottom: -31px;
  }

  .tw .sm\:-mb-32px{
    margin-bottom: -32px;
  }

  .tw .sm\:-mb-33px{
    margin-bottom: -33px;
  }

  .tw .sm\:-mb-34px{
    margin-bottom: -34px;
  }

  .tw .sm\:-mb-35px{
    margin-bottom: -35px;
  }

  .tw .sm\:-mb-36px{
    margin-bottom: -36px;
  }

  .tw .sm\:-mb-37px{
    margin-bottom: -37px;
  }

  .tw .sm\:-mb-38px{
    margin-bottom: -38px;
  }

  .tw .sm\:-mb-39px{
    margin-bottom: -39px;
  }

  .tw .sm\:-mb-40px{
    margin-bottom: -40px;
  }

  .tw .sm\:ml-0{
    margin-left: 0px;
  }

  .tw .sm\:ml-1{
    margin-left: 5px;
  }

  .tw .sm\:ml-2{
    margin-left: 10px;
  }

  .tw .sm\:ml-3{
    margin-left: 15px;
  }

  .tw .sm\:ml-4{
    margin-left: 20px;
  }

  .tw .sm\:ml-5{
    margin-left: 25px;
  }

  .tw .sm\:ml-6{
    margin-left: 30px;
  }

  .tw .sm\:ml-7{
    margin-left: 35px;
  }

  .tw .sm\:ml-8{
    margin-left: 40px;
  }

  .tw .sm\:ml-9{
    margin-left: 45px;
  }

  .tw .sm\:ml-10{
    margin-left: 50px;
  }

  .tw .sm\:ml-11{
    margin-left: 55px;
  }

  .tw .sm\:ml-12{
    margin-left: 60px;
  }

  .tw .sm\:ml-13{
    margin-left: 65px;
  }

  .tw .sm\:ml-14{
    margin-left: 70px;
  }

  .tw .sm\:ml-15{
    margin-left: 75px;
  }

  .tw .sm\:ml-16{
    margin-left: 80px;
  }

  .tw .sm\:ml-17{
    margin-left: 85px;
  }

  .tw .sm\:ml-18{
    margin-left: 90px;
  }

  .tw .sm\:ml-19{
    margin-left: 95px;
  }

  .tw .sm\:ml-20{
    margin-left: 100px;
  }

  .tw .sm\:ml-21{
    margin-left: 105px;
  }

  .tw .sm\:ml-22{
    margin-left: 110px;
  }

  .tw .sm\:ml-23{
    margin-left: 115px;
  }

  .tw .sm\:ml-24{
    margin-left: 120px;
  }

  .tw .sm\:ml-25{
    margin-left: 125px;
  }

  .tw .sm\:ml-26{
    margin-left: 130px;
  }

  .tw .sm\:ml-27{
    margin-left: 135px;
  }

  .tw .sm\:ml-28{
    margin-left: 140px;
  }

  .tw .sm\:ml-29{
    margin-left: 145px;
  }

  .tw .sm\:ml-30{
    margin-left: 150px;
  }

  .tw .sm\:ml-31{
    margin-left: 155px;
  }

  .tw .sm\:ml-32{
    margin-left: 160px;
  }

  .tw .sm\:ml-33{
    margin-left: 165px;
  }

  .tw .sm\:ml-34{
    margin-left: 170px;
  }

  .tw .sm\:ml-35{
    margin-left: 175px;
  }

  .tw .sm\:ml-36{
    margin-left: 180px;
  }

  .tw .sm\:ml-37{
    margin-left: 185px;
  }

  .tw .sm\:ml-38{
    margin-left: 190px;
  }

  .tw .sm\:ml-39{
    margin-left: 195px;
  }

  .tw .sm\:ml-40{
    margin-left: 200px;
  }

  .tw .sm\:ml-41{
    margin-left: 205px;
  }

  .tw .sm\:ml-42{
    margin-left: 210px;
  }

  .tw .sm\:ml-43{
    margin-left: 215px;
  }

  .tw .sm\:ml-44{
    margin-left: 220px;
  }

  .tw .sm\:ml-45{
    margin-left: 225px;
  }

  .tw .sm\:ml-46{
    margin-left: 230px;
  }

  .tw .sm\:ml-47{
    margin-left: 235px;
  }

  .tw .sm\:ml-48{
    margin-left: 240px;
  }

  .tw .sm\:ml-49{
    margin-left: 245px;
  }

  .tw .sm\:ml-50{
    margin-left: 250px;
  }

  .tw .sm\:ml-51{
    margin-left: 255px;
  }

  .tw .sm\:ml-52{
    margin-left: 260px;
  }

  .tw .sm\:ml-53{
    margin-left: 265px;
  }

  .tw .sm\:ml-54{
    margin-left: 270px;
  }

  .tw .sm\:ml-55{
    margin-left: 275px;
  }

  .tw .sm\:ml-56{
    margin-left: 280px;
  }

  .tw .sm\:ml-57{
    margin-left: 285px;
  }

  .tw .sm\:ml-58{
    margin-left: 290px;
  }

  .tw .sm\:ml-59{
    margin-left: 295px;
  }

  .tw .sm\:ml-60{
    margin-left: 300px;
  }

  .tw .sm\:ml-61{
    margin-left: 305px;
  }

  .tw .sm\:ml-62{
    margin-left: 310px;
  }

  .tw .sm\:ml-63{
    margin-left: 315px;
  }

  .tw .sm\:ml-64{
    margin-left: 320px;
  }

  .tw .sm\:ml-65{
    margin-left: 325px;
  }

  .tw .sm\:ml-66{
    margin-left: 330px;
  }

  .tw .sm\:ml-67{
    margin-left: 335px;
  }

  .tw .sm\:ml-68{
    margin-left: 340px;
  }

  .tw .sm\:ml-69{
    margin-left: 345px;
  }

  .tw .sm\:ml-70{
    margin-left: 350px;
  }

  .tw .sm\:ml-71{
    margin-left: 355px;
  }

  .tw .sm\:ml-72{
    margin-left: 360px;
  }

  .tw .sm\:ml-73{
    margin-left: 365px;
  }

  .tw .sm\:ml-74{
    margin-left: 370px;
  }

  .tw .sm\:ml-75{
    margin-left: 375px;
  }

  .tw .sm\:ml-76{
    margin-left: 380px;
  }

  .tw .sm\:ml-77{
    margin-left: 385px;
  }

  .tw .sm\:ml-78{
    margin-left: 390px;
  }

  .tw .sm\:ml-79{
    margin-left: 395px;
  }

  .tw .sm\:ml-80{
    margin-left: 400px;
  }

  .tw .sm\:ml-81{
    margin-left: 405px;
  }

  .tw .sm\:ml-82{
    margin-left: 410px;
  }

  .tw .sm\:ml-83{
    margin-left: 415px;
  }

  .tw .sm\:ml-84{
    margin-left: 420px;
  }

  .tw .sm\:ml-85{
    margin-left: 425px;
  }

  .tw .sm\:ml-86{
    margin-left: 430px;
  }

  .tw .sm\:ml-87{
    margin-left: 435px;
  }

  .tw .sm\:ml-88{
    margin-left: 440px;
  }

  .tw .sm\:ml-89{
    margin-left: 445px;
  }

  .tw .sm\:ml-90{
    margin-left: 450px;
  }

  .tw .sm\:ml-91{
    margin-left: 455px;
  }

  .tw .sm\:ml-92{
    margin-left: 460px;
  }

  .tw .sm\:ml-93{
    margin-left: 465px;
  }

  .tw .sm\:ml-94{
    margin-left: 470px;
  }

  .tw .sm\:ml-95{
    margin-left: 475px;
  }

  .tw .sm\:ml-96{
    margin-left: 480px;
  }

  .tw .sm\:ml-97{
    margin-left: 485px;
  }

  .tw .sm\:ml-98{
    margin-left: 490px;
  }

  .tw .sm\:ml-99{
    margin-left: 495px;
  }

  .tw .sm\:ml-100{
    margin-left: 500px;
  }

  .tw .sm\:ml-101{
    margin-left: 505px;
  }

  .tw .sm\:ml-102{
    margin-left: 510px;
  }

  .tw .sm\:ml-103{
    margin-left: 515px;
  }

  .tw .sm\:ml-104{
    margin-left: 520px;
  }

  .tw .sm\:ml-105{
    margin-left: 525px;
  }

  .tw .sm\:ml-106{
    margin-left: 530px;
  }

  .tw .sm\:ml-107{
    margin-left: 535px;
  }

  .tw .sm\:ml-108{
    margin-left: 540px;
  }

  .tw .sm\:ml-109{
    margin-left: 545px;
  }

  .tw .sm\:ml-110{
    margin-left: 550px;
  }

  .tw .sm\:ml-111{
    margin-left: 555px;
  }

  .tw .sm\:ml-112{
    margin-left: 560px;
  }

  .tw .sm\:ml-113{
    margin-left: 565px;
  }

  .tw .sm\:ml-114{
    margin-left: 570px;
  }

  .tw .sm\:ml-115{
    margin-left: 575px;
  }

  .tw .sm\:ml-116{
    margin-left: 580px;
  }

  .tw .sm\:ml-117{
    margin-left: 585px;
  }

  .tw .sm\:ml-118{
    margin-left: 590px;
  }

  .tw .sm\:ml-119{
    margin-left: 595px;
  }

  .tw .sm\:ml-120{
    margin-left: 600px;
  }

  .tw .sm\:ml-121{
    margin-left: 605px;
  }

  .tw .sm\:ml-122{
    margin-left: 610px;
  }

  .tw .sm\:ml-123{
    margin-left: 615px;
  }

  .tw .sm\:ml-124{
    margin-left: 620px;
  }

  .tw .sm\:ml-125{
    margin-left: 625px;
  }

  .tw .sm\:ml-126{
    margin-left: 630px;
  }

  .tw .sm\:ml-127{
    margin-left: 635px;
  }

  .tw .sm\:ml-128{
    margin-left: 640px;
  }

  .tw .sm\:ml-129{
    margin-left: 645px;
  }

  .tw .sm\:ml-130{
    margin-left: 650px;
  }

  .tw .sm\:ml-131{
    margin-left: 655px;
  }

  .tw .sm\:ml-132{
    margin-left: 660px;
  }

  .tw .sm\:ml-133{
    margin-left: 665px;
  }

  .tw .sm\:ml-134{
    margin-left: 670px;
  }

  .tw .sm\:ml-135{
    margin-left: 675px;
  }

  .tw .sm\:ml-136{
    margin-left: 680px;
  }

  .tw .sm\:ml-137{
    margin-left: 685px;
  }

  .tw .sm\:ml-138{
    margin-left: 690px;
  }

  .tw .sm\:ml-139{
    margin-left: 695px;
  }

  .tw .sm\:ml-140{
    margin-left: 700px;
  }

  .tw .sm\:ml-141{
    margin-left: 705px;
  }

  .tw .sm\:ml-142{
    margin-left: 710px;
  }

  .tw .sm\:ml-143{
    margin-left: 715px;
  }

  .tw .sm\:ml-144{
    margin-left: 720px;
  }

  .tw .sm\:ml-145{
    margin-left: 725px;
  }

  .tw .sm\:ml-146{
    margin-left: 730px;
  }

  .tw .sm\:ml-147{
    margin-left: 735px;
  }

  .tw .sm\:ml-148{
    margin-left: 740px;
  }

  .tw .sm\:ml-149{
    margin-left: 745px;
  }

  .tw .sm\:ml-auto{
    margin-left: auto;
  }

  .tw .sm\:ml-0\.5{
    margin-left: 3px;
  }

  .tw .sm\:ml-1px{
    margin-left: 1px;
  }

  .tw .sm\:ml-2px{
    margin-left: 2px;
  }

  .tw .sm\:ml-3px{
    margin-left: 3px;
  }

  .tw .sm\:ml-4px{
    margin-left: 4px;
  }

  .tw .sm\:ml-5px{
    margin-left: 5px;
  }

  .tw .sm\:ml-6px{
    margin-left: 6px;
  }

  .tw .sm\:ml-7px{
    margin-left: 7px;
  }

  .tw .sm\:ml-8px{
    margin-left: 8px;
  }

  .tw .sm\:ml-9px{
    margin-left: 9px;
  }

  .tw .sm\:ml-10px{
    margin-left: 10px;
  }

  .tw .sm\:ml-11px{
    margin-left: 11px;
  }

  .tw .sm\:ml-12px{
    margin-left: 12px;
  }

  .tw .sm\:ml-13px{
    margin-left: 13px;
  }

  .tw .sm\:ml-14px{
    margin-left: 14px;
  }

  .tw .sm\:ml-15px{
    margin-left: 15px;
  }

  .tw .sm\:ml-16px{
    margin-left: 16px;
  }

  .tw .sm\:ml-17px{
    margin-left: 17px;
  }

  .tw .sm\:ml-18px{
    margin-left: 18px;
  }

  .tw .sm\:ml-19px{
    margin-left: 19px;
  }

  .tw .sm\:ml-20px{
    margin-left: 20px;
  }

  .tw .sm\:ml-21px{
    margin-left: 21px;
  }

  .tw .sm\:ml-22px{
    margin-left: 22px;
  }

  .tw .sm\:ml-23px{
    margin-left: 23px;
  }

  .tw .sm\:ml-24px{
    margin-left: 24px;
  }

  .tw .sm\:ml-25px{
    margin-left: 25px;
  }

  .tw .sm\:ml-26px{
    margin-left: 26px;
  }

  .tw .sm\:ml-27px{
    margin-left: 27px;
  }

  .tw .sm\:ml-28px{
    margin-left: 28px;
  }

  .tw .sm\:ml-29px{
    margin-left: 29px;
  }

  .tw .sm\:ml-30px{
    margin-left: 30px;
  }

  .tw .sm\:ml-31px{
    margin-left: 31px;
  }

  .tw .sm\:ml-32px{
    margin-left: 32px;
  }

  .tw .sm\:ml-33px{
    margin-left: 33px;
  }

  .tw .sm\:ml-34px{
    margin-left: 34px;
  }

  .tw .sm\:ml-35px{
    margin-left: 35px;
  }

  .tw .sm\:ml-36px{
    margin-left: 36px;
  }

  .tw .sm\:ml-37px{
    margin-left: 37px;
  }

  .tw .sm\:ml-38px{
    margin-left: 38px;
  }

  .tw .sm\:ml-39px{
    margin-left: 39px;
  }

  .tw .sm\:ml-40px{
    margin-left: 40px;
  }

  .tw .sm\:-ml-0{
    margin-left: 0px;
  }

  .tw .sm\:-ml-1{
    margin-left: -5px;
  }

  .tw .sm\:-ml-2{
    margin-left: -10px;
  }

  .tw .sm\:-ml-3{
    margin-left: -15px;
  }

  .tw .sm\:-ml-4{
    margin-left: -20px;
  }

  .tw .sm\:-ml-5{
    margin-left: -25px;
  }

  .tw .sm\:-ml-6{
    margin-left: -30px;
  }

  .tw .sm\:-ml-7{
    margin-left: -35px;
  }

  .tw .sm\:-ml-8{
    margin-left: -40px;
  }

  .tw .sm\:-ml-9{
    margin-left: -45px;
  }

  .tw .sm\:-ml-10{
    margin-left: -50px;
  }

  .tw .sm\:-ml-11{
    margin-left: -55px;
  }

  .tw .sm\:-ml-12{
    margin-left: -60px;
  }

  .tw .sm\:-ml-13{
    margin-left: -65px;
  }

  .tw .sm\:-ml-14{
    margin-left: -70px;
  }

  .tw .sm\:-ml-15{
    margin-left: -75px;
  }

  .tw .sm\:-ml-16{
    margin-left: -80px;
  }

  .tw .sm\:-ml-17{
    margin-left: -85px;
  }

  .tw .sm\:-ml-18{
    margin-left: -90px;
  }

  .tw .sm\:-ml-19{
    margin-left: -95px;
  }

  .tw .sm\:-ml-20{
    margin-left: -100px;
  }

  .tw .sm\:-ml-21{
    margin-left: -105px;
  }

  .tw .sm\:-ml-22{
    margin-left: -110px;
  }

  .tw .sm\:-ml-23{
    margin-left: -115px;
  }

  .tw .sm\:-ml-24{
    margin-left: -120px;
  }

  .tw .sm\:-ml-25{
    margin-left: -125px;
  }

  .tw .sm\:-ml-26{
    margin-left: -130px;
  }

  .tw .sm\:-ml-27{
    margin-left: -135px;
  }

  .tw .sm\:-ml-28{
    margin-left: -140px;
  }

  .tw .sm\:-ml-29{
    margin-left: -145px;
  }

  .tw .sm\:-ml-30{
    margin-left: -150px;
  }

  .tw .sm\:-ml-31{
    margin-left: -155px;
  }

  .tw .sm\:-ml-32{
    margin-left: -160px;
  }

  .tw .sm\:-ml-33{
    margin-left: -165px;
  }

  .tw .sm\:-ml-34{
    margin-left: -170px;
  }

  .tw .sm\:-ml-35{
    margin-left: -175px;
  }

  .tw .sm\:-ml-36{
    margin-left: -180px;
  }

  .tw .sm\:-ml-37{
    margin-left: -185px;
  }

  .tw .sm\:-ml-38{
    margin-left: -190px;
  }

  .tw .sm\:-ml-39{
    margin-left: -195px;
  }

  .tw .sm\:-ml-40{
    margin-left: -200px;
  }

  .tw .sm\:-ml-41{
    margin-left: -205px;
  }

  .tw .sm\:-ml-42{
    margin-left: -210px;
  }

  .tw .sm\:-ml-43{
    margin-left: -215px;
  }

  .tw .sm\:-ml-44{
    margin-left: -220px;
  }

  .tw .sm\:-ml-45{
    margin-left: -225px;
  }

  .tw .sm\:-ml-46{
    margin-left: -230px;
  }

  .tw .sm\:-ml-47{
    margin-left: -235px;
  }

  .tw .sm\:-ml-48{
    margin-left: -240px;
  }

  .tw .sm\:-ml-49{
    margin-left: -245px;
  }

  .tw .sm\:-ml-50{
    margin-left: -250px;
  }

  .tw .sm\:-ml-51{
    margin-left: -255px;
  }

  .tw .sm\:-ml-52{
    margin-left: -260px;
  }

  .tw .sm\:-ml-53{
    margin-left: -265px;
  }

  .tw .sm\:-ml-54{
    margin-left: -270px;
  }

  .tw .sm\:-ml-55{
    margin-left: -275px;
  }

  .tw .sm\:-ml-56{
    margin-left: -280px;
  }

  .tw .sm\:-ml-57{
    margin-left: -285px;
  }

  .tw .sm\:-ml-58{
    margin-left: -290px;
  }

  .tw .sm\:-ml-59{
    margin-left: -295px;
  }

  .tw .sm\:-ml-60{
    margin-left: -300px;
  }

  .tw .sm\:-ml-61{
    margin-left: -305px;
  }

  .tw .sm\:-ml-62{
    margin-left: -310px;
  }

  .tw .sm\:-ml-63{
    margin-left: -315px;
  }

  .tw .sm\:-ml-64{
    margin-left: -320px;
  }

  .tw .sm\:-ml-65{
    margin-left: -325px;
  }

  .tw .sm\:-ml-66{
    margin-left: -330px;
  }

  .tw .sm\:-ml-67{
    margin-left: -335px;
  }

  .tw .sm\:-ml-68{
    margin-left: -340px;
  }

  .tw .sm\:-ml-69{
    margin-left: -345px;
  }

  .tw .sm\:-ml-70{
    margin-left: -350px;
  }

  .tw .sm\:-ml-71{
    margin-left: -355px;
  }

  .tw .sm\:-ml-72{
    margin-left: -360px;
  }

  .tw .sm\:-ml-73{
    margin-left: -365px;
  }

  .tw .sm\:-ml-74{
    margin-left: -370px;
  }

  .tw .sm\:-ml-75{
    margin-left: -375px;
  }

  .tw .sm\:-ml-76{
    margin-left: -380px;
  }

  .tw .sm\:-ml-77{
    margin-left: -385px;
  }

  .tw .sm\:-ml-78{
    margin-left: -390px;
  }

  .tw .sm\:-ml-79{
    margin-left: -395px;
  }

  .tw .sm\:-ml-80{
    margin-left: -400px;
  }

  .tw .sm\:-ml-81{
    margin-left: -405px;
  }

  .tw .sm\:-ml-82{
    margin-left: -410px;
  }

  .tw .sm\:-ml-83{
    margin-left: -415px;
  }

  .tw .sm\:-ml-84{
    margin-left: -420px;
  }

  .tw .sm\:-ml-85{
    margin-left: -425px;
  }

  .tw .sm\:-ml-86{
    margin-left: -430px;
  }

  .tw .sm\:-ml-87{
    margin-left: -435px;
  }

  .tw .sm\:-ml-88{
    margin-left: -440px;
  }

  .tw .sm\:-ml-89{
    margin-left: -445px;
  }

  .tw .sm\:-ml-90{
    margin-left: -450px;
  }

  .tw .sm\:-ml-91{
    margin-left: -455px;
  }

  .tw .sm\:-ml-92{
    margin-left: -460px;
  }

  .tw .sm\:-ml-93{
    margin-left: -465px;
  }

  .tw .sm\:-ml-94{
    margin-left: -470px;
  }

  .tw .sm\:-ml-95{
    margin-left: -475px;
  }

  .tw .sm\:-ml-96{
    margin-left: -480px;
  }

  .tw .sm\:-ml-97{
    margin-left: -485px;
  }

  .tw .sm\:-ml-98{
    margin-left: -490px;
  }

  .tw .sm\:-ml-99{
    margin-left: -495px;
  }

  .tw .sm\:-ml-100{
    margin-left: -500px;
  }

  .tw .sm\:-ml-101{
    margin-left: -505px;
  }

  .tw .sm\:-ml-102{
    margin-left: -510px;
  }

  .tw .sm\:-ml-103{
    margin-left: -515px;
  }

  .tw .sm\:-ml-104{
    margin-left: -520px;
  }

  .tw .sm\:-ml-105{
    margin-left: -525px;
  }

  .tw .sm\:-ml-106{
    margin-left: -530px;
  }

  .tw .sm\:-ml-107{
    margin-left: -535px;
  }

  .tw .sm\:-ml-108{
    margin-left: -540px;
  }

  .tw .sm\:-ml-109{
    margin-left: -545px;
  }

  .tw .sm\:-ml-110{
    margin-left: -550px;
  }

  .tw .sm\:-ml-111{
    margin-left: -555px;
  }

  .tw .sm\:-ml-112{
    margin-left: -560px;
  }

  .tw .sm\:-ml-113{
    margin-left: -565px;
  }

  .tw .sm\:-ml-114{
    margin-left: -570px;
  }

  .tw .sm\:-ml-115{
    margin-left: -575px;
  }

  .tw .sm\:-ml-116{
    margin-left: -580px;
  }

  .tw .sm\:-ml-117{
    margin-left: -585px;
  }

  .tw .sm\:-ml-118{
    margin-left: -590px;
  }

  .tw .sm\:-ml-119{
    margin-left: -595px;
  }

  .tw .sm\:-ml-120{
    margin-left: -600px;
  }

  .tw .sm\:-ml-121{
    margin-left: -605px;
  }

  .tw .sm\:-ml-122{
    margin-left: -610px;
  }

  .tw .sm\:-ml-123{
    margin-left: -615px;
  }

  .tw .sm\:-ml-124{
    margin-left: -620px;
  }

  .tw .sm\:-ml-125{
    margin-left: -625px;
  }

  .tw .sm\:-ml-126{
    margin-left: -630px;
  }

  .tw .sm\:-ml-127{
    margin-left: -635px;
  }

  .tw .sm\:-ml-128{
    margin-left: -640px;
  }

  .tw .sm\:-ml-129{
    margin-left: -645px;
  }

  .tw .sm\:-ml-130{
    margin-left: -650px;
  }

  .tw .sm\:-ml-131{
    margin-left: -655px;
  }

  .tw .sm\:-ml-132{
    margin-left: -660px;
  }

  .tw .sm\:-ml-133{
    margin-left: -665px;
  }

  .tw .sm\:-ml-134{
    margin-left: -670px;
  }

  .tw .sm\:-ml-135{
    margin-left: -675px;
  }

  .tw .sm\:-ml-136{
    margin-left: -680px;
  }

  .tw .sm\:-ml-137{
    margin-left: -685px;
  }

  .tw .sm\:-ml-138{
    margin-left: -690px;
  }

  .tw .sm\:-ml-139{
    margin-left: -695px;
  }

  .tw .sm\:-ml-140{
    margin-left: -700px;
  }

  .tw .sm\:-ml-141{
    margin-left: -705px;
  }

  .tw .sm\:-ml-142{
    margin-left: -710px;
  }

  .tw .sm\:-ml-143{
    margin-left: -715px;
  }

  .tw .sm\:-ml-144{
    margin-left: -720px;
  }

  .tw .sm\:-ml-145{
    margin-left: -725px;
  }

  .tw .sm\:-ml-146{
    margin-left: -730px;
  }

  .tw .sm\:-ml-147{
    margin-left: -735px;
  }

  .tw .sm\:-ml-148{
    margin-left: -740px;
  }

  .tw .sm\:-ml-149{
    margin-left: -745px;
  }

  .tw .sm\:-ml-0\.5{
    margin-left: -3px;
  }

  .tw .sm\:-ml-1px{
    margin-left: -1px;
  }

  .tw .sm\:-ml-2px{
    margin-left: -2px;
  }

  .tw .sm\:-ml-3px{
    margin-left: -3px;
  }

  .tw .sm\:-ml-4px{
    margin-left: -4px;
  }

  .tw .sm\:-ml-5px{
    margin-left: -5px;
  }

  .tw .sm\:-ml-6px{
    margin-left: -6px;
  }

  .tw .sm\:-ml-7px{
    margin-left: -7px;
  }

  .tw .sm\:-ml-8px{
    margin-left: -8px;
  }

  .tw .sm\:-ml-9px{
    margin-left: -9px;
  }

  .tw .sm\:-ml-10px{
    margin-left: -10px;
  }

  .tw .sm\:-ml-11px{
    margin-left: -11px;
  }

  .tw .sm\:-ml-12px{
    margin-left: -12px;
  }

  .tw .sm\:-ml-13px{
    margin-left: -13px;
  }

  .tw .sm\:-ml-14px{
    margin-left: -14px;
  }

  .tw .sm\:-ml-15px{
    margin-left: -15px;
  }

  .tw .sm\:-ml-16px{
    margin-left: -16px;
  }

  .tw .sm\:-ml-17px{
    margin-left: -17px;
  }

  .tw .sm\:-ml-18px{
    margin-left: -18px;
  }

  .tw .sm\:-ml-19px{
    margin-left: -19px;
  }

  .tw .sm\:-ml-20px{
    margin-left: -20px;
  }

  .tw .sm\:-ml-21px{
    margin-left: -21px;
  }

  .tw .sm\:-ml-22px{
    margin-left: -22px;
  }

  .tw .sm\:-ml-23px{
    margin-left: -23px;
  }

  .tw .sm\:-ml-24px{
    margin-left: -24px;
  }

  .tw .sm\:-ml-25px{
    margin-left: -25px;
  }

  .tw .sm\:-ml-26px{
    margin-left: -26px;
  }

  .tw .sm\:-ml-27px{
    margin-left: -27px;
  }

  .tw .sm\:-ml-28px{
    margin-left: -28px;
  }

  .tw .sm\:-ml-29px{
    margin-left: -29px;
  }

  .tw .sm\:-ml-30px{
    margin-left: -30px;
  }

  .tw .sm\:-ml-31px{
    margin-left: -31px;
  }

  .tw .sm\:-ml-32px{
    margin-left: -32px;
  }

  .tw .sm\:-ml-33px{
    margin-left: -33px;
  }

  .tw .sm\:-ml-34px{
    margin-left: -34px;
  }

  .tw .sm\:-ml-35px{
    margin-left: -35px;
  }

  .tw .sm\:-ml-36px{
    margin-left: -36px;
  }

  .tw .sm\:-ml-37px{
    margin-left: -37px;
  }

  .tw .sm\:-ml-38px{
    margin-left: -38px;
  }

  .tw .sm\:-ml-39px{
    margin-left: -39px;
  }

  .tw .sm\:-ml-40px{
    margin-left: -40px;
  }

  .tw .sm\:last\:mt-0:last-child{
    margin-top: 0px;
  }

  .tw .sm\:last\:mt-1:last-child{
    margin-top: 5px;
  }

  .tw .sm\:last\:mt-2:last-child{
    margin-top: 10px;
  }

  .tw .sm\:last\:mt-3:last-child{
    margin-top: 15px;
  }

  .tw .sm\:last\:mt-4:last-child{
    margin-top: 20px;
  }

  .tw .sm\:last\:mt-5:last-child{
    margin-top: 25px;
  }

  .tw .sm\:last\:mt-6:last-child{
    margin-top: 30px;
  }

  .tw .sm\:last\:mt-7:last-child{
    margin-top: 35px;
  }

  .tw .sm\:last\:mt-8:last-child{
    margin-top: 40px;
  }

  .tw .sm\:last\:mt-9:last-child{
    margin-top: 45px;
  }

  .tw .sm\:last\:mt-10:last-child{
    margin-top: 50px;
  }

  .tw .sm\:last\:mt-11:last-child{
    margin-top: 55px;
  }

  .tw .sm\:last\:mt-12:last-child{
    margin-top: 60px;
  }

  .tw .sm\:last\:mt-13:last-child{
    margin-top: 65px;
  }

  .tw .sm\:last\:mt-14:last-child{
    margin-top: 70px;
  }

  .tw .sm\:last\:mt-15:last-child{
    margin-top: 75px;
  }

  .tw .sm\:last\:mt-16:last-child{
    margin-top: 80px;
  }

  .tw .sm\:last\:mt-17:last-child{
    margin-top: 85px;
  }

  .tw .sm\:last\:mt-18:last-child{
    margin-top: 90px;
  }

  .tw .sm\:last\:mt-19:last-child{
    margin-top: 95px;
  }

  .tw .sm\:last\:mt-20:last-child{
    margin-top: 100px;
  }

  .tw .sm\:last\:mt-21:last-child{
    margin-top: 105px;
  }

  .tw .sm\:last\:mt-22:last-child{
    margin-top: 110px;
  }

  .tw .sm\:last\:mt-23:last-child{
    margin-top: 115px;
  }

  .tw .sm\:last\:mt-24:last-child{
    margin-top: 120px;
  }

  .tw .sm\:last\:mt-25:last-child{
    margin-top: 125px;
  }

  .tw .sm\:last\:mt-26:last-child{
    margin-top: 130px;
  }

  .tw .sm\:last\:mt-27:last-child{
    margin-top: 135px;
  }

  .tw .sm\:last\:mt-28:last-child{
    margin-top: 140px;
  }

  .tw .sm\:last\:mt-29:last-child{
    margin-top: 145px;
  }

  .tw .sm\:last\:mt-30:last-child{
    margin-top: 150px;
  }

  .tw .sm\:last\:mt-31:last-child{
    margin-top: 155px;
  }

  .tw .sm\:last\:mt-32:last-child{
    margin-top: 160px;
  }

  .tw .sm\:last\:mt-33:last-child{
    margin-top: 165px;
  }

  .tw .sm\:last\:mt-34:last-child{
    margin-top: 170px;
  }

  .tw .sm\:last\:mt-35:last-child{
    margin-top: 175px;
  }

  .tw .sm\:last\:mt-36:last-child{
    margin-top: 180px;
  }

  .tw .sm\:last\:mt-37:last-child{
    margin-top: 185px;
  }

  .tw .sm\:last\:mt-38:last-child{
    margin-top: 190px;
  }

  .tw .sm\:last\:mt-39:last-child{
    margin-top: 195px;
  }

  .tw .sm\:last\:mt-40:last-child{
    margin-top: 200px;
  }

  .tw .sm\:last\:mt-41:last-child{
    margin-top: 205px;
  }

  .tw .sm\:last\:mt-42:last-child{
    margin-top: 210px;
  }

  .tw .sm\:last\:mt-43:last-child{
    margin-top: 215px;
  }

  .tw .sm\:last\:mt-44:last-child{
    margin-top: 220px;
  }

  .tw .sm\:last\:mt-45:last-child{
    margin-top: 225px;
  }

  .tw .sm\:last\:mt-46:last-child{
    margin-top: 230px;
  }

  .tw .sm\:last\:mt-47:last-child{
    margin-top: 235px;
  }

  .tw .sm\:last\:mt-48:last-child{
    margin-top: 240px;
  }

  .tw .sm\:last\:mt-49:last-child{
    margin-top: 245px;
  }

  .tw .sm\:last\:mt-50:last-child{
    margin-top: 250px;
  }

  .tw .sm\:last\:mt-51:last-child{
    margin-top: 255px;
  }

  .tw .sm\:last\:mt-52:last-child{
    margin-top: 260px;
  }

  .tw .sm\:last\:mt-53:last-child{
    margin-top: 265px;
  }

  .tw .sm\:last\:mt-54:last-child{
    margin-top: 270px;
  }

  .tw .sm\:last\:mt-55:last-child{
    margin-top: 275px;
  }

  .tw .sm\:last\:mt-56:last-child{
    margin-top: 280px;
  }

  .tw .sm\:last\:mt-57:last-child{
    margin-top: 285px;
  }

  .tw .sm\:last\:mt-58:last-child{
    margin-top: 290px;
  }

  .tw .sm\:last\:mt-59:last-child{
    margin-top: 295px;
  }

  .tw .sm\:last\:mt-60:last-child{
    margin-top: 300px;
  }

  .tw .sm\:last\:mt-61:last-child{
    margin-top: 305px;
  }

  .tw .sm\:last\:mt-62:last-child{
    margin-top: 310px;
  }

  .tw .sm\:last\:mt-63:last-child{
    margin-top: 315px;
  }

  .tw .sm\:last\:mt-64:last-child{
    margin-top: 320px;
  }

  .tw .sm\:last\:mt-65:last-child{
    margin-top: 325px;
  }

  .tw .sm\:last\:mt-66:last-child{
    margin-top: 330px;
  }

  .tw .sm\:last\:mt-67:last-child{
    margin-top: 335px;
  }

  .tw .sm\:last\:mt-68:last-child{
    margin-top: 340px;
  }

  .tw .sm\:last\:mt-69:last-child{
    margin-top: 345px;
  }

  .tw .sm\:last\:mt-70:last-child{
    margin-top: 350px;
  }

  .tw .sm\:last\:mt-71:last-child{
    margin-top: 355px;
  }

  .tw .sm\:last\:mt-72:last-child{
    margin-top: 360px;
  }

  .tw .sm\:last\:mt-73:last-child{
    margin-top: 365px;
  }

  .tw .sm\:last\:mt-74:last-child{
    margin-top: 370px;
  }

  .tw .sm\:last\:mt-75:last-child{
    margin-top: 375px;
  }

  .tw .sm\:last\:mt-76:last-child{
    margin-top: 380px;
  }

  .tw .sm\:last\:mt-77:last-child{
    margin-top: 385px;
  }

  .tw .sm\:last\:mt-78:last-child{
    margin-top: 390px;
  }

  .tw .sm\:last\:mt-79:last-child{
    margin-top: 395px;
  }

  .tw .sm\:last\:mt-80:last-child{
    margin-top: 400px;
  }

  .tw .sm\:last\:mt-81:last-child{
    margin-top: 405px;
  }

  .tw .sm\:last\:mt-82:last-child{
    margin-top: 410px;
  }

  .tw .sm\:last\:mt-83:last-child{
    margin-top: 415px;
  }

  .tw .sm\:last\:mt-84:last-child{
    margin-top: 420px;
  }

  .tw .sm\:last\:mt-85:last-child{
    margin-top: 425px;
  }

  .tw .sm\:last\:mt-86:last-child{
    margin-top: 430px;
  }

  .tw .sm\:last\:mt-87:last-child{
    margin-top: 435px;
  }

  .tw .sm\:last\:mt-88:last-child{
    margin-top: 440px;
  }

  .tw .sm\:last\:mt-89:last-child{
    margin-top: 445px;
  }

  .tw .sm\:last\:mt-90:last-child{
    margin-top: 450px;
  }

  .tw .sm\:last\:mt-91:last-child{
    margin-top: 455px;
  }

  .tw .sm\:last\:mt-92:last-child{
    margin-top: 460px;
  }

  .tw .sm\:last\:mt-93:last-child{
    margin-top: 465px;
  }

  .tw .sm\:last\:mt-94:last-child{
    margin-top: 470px;
  }

  .tw .sm\:last\:mt-95:last-child{
    margin-top: 475px;
  }

  .tw .sm\:last\:mt-96:last-child{
    margin-top: 480px;
  }

  .tw .sm\:last\:mt-97:last-child{
    margin-top: 485px;
  }

  .tw .sm\:last\:mt-98:last-child{
    margin-top: 490px;
  }

  .tw .sm\:last\:mt-99:last-child{
    margin-top: 495px;
  }

  .tw .sm\:last\:mt-100:last-child{
    margin-top: 500px;
  }

  .tw .sm\:last\:mt-101:last-child{
    margin-top: 505px;
  }

  .tw .sm\:last\:mt-102:last-child{
    margin-top: 510px;
  }

  .tw .sm\:last\:mt-103:last-child{
    margin-top: 515px;
  }

  .tw .sm\:last\:mt-104:last-child{
    margin-top: 520px;
  }

  .tw .sm\:last\:mt-105:last-child{
    margin-top: 525px;
  }

  .tw .sm\:last\:mt-106:last-child{
    margin-top: 530px;
  }

  .tw .sm\:last\:mt-107:last-child{
    margin-top: 535px;
  }

  .tw .sm\:last\:mt-108:last-child{
    margin-top: 540px;
  }

  .tw .sm\:last\:mt-109:last-child{
    margin-top: 545px;
  }

  .tw .sm\:last\:mt-110:last-child{
    margin-top: 550px;
  }

  .tw .sm\:last\:mt-111:last-child{
    margin-top: 555px;
  }

  .tw .sm\:last\:mt-112:last-child{
    margin-top: 560px;
  }

  .tw .sm\:last\:mt-113:last-child{
    margin-top: 565px;
  }

  .tw .sm\:last\:mt-114:last-child{
    margin-top: 570px;
  }

  .tw .sm\:last\:mt-115:last-child{
    margin-top: 575px;
  }

  .tw .sm\:last\:mt-116:last-child{
    margin-top: 580px;
  }

  .tw .sm\:last\:mt-117:last-child{
    margin-top: 585px;
  }

  .tw .sm\:last\:mt-118:last-child{
    margin-top: 590px;
  }

  .tw .sm\:last\:mt-119:last-child{
    margin-top: 595px;
  }

  .tw .sm\:last\:mt-120:last-child{
    margin-top: 600px;
  }

  .tw .sm\:last\:mt-121:last-child{
    margin-top: 605px;
  }

  .tw .sm\:last\:mt-122:last-child{
    margin-top: 610px;
  }

  .tw .sm\:last\:mt-123:last-child{
    margin-top: 615px;
  }

  .tw .sm\:last\:mt-124:last-child{
    margin-top: 620px;
  }

  .tw .sm\:last\:mt-125:last-child{
    margin-top: 625px;
  }

  .tw .sm\:last\:mt-126:last-child{
    margin-top: 630px;
  }

  .tw .sm\:last\:mt-127:last-child{
    margin-top: 635px;
  }

  .tw .sm\:last\:mt-128:last-child{
    margin-top: 640px;
  }

  .tw .sm\:last\:mt-129:last-child{
    margin-top: 645px;
  }

  .tw .sm\:last\:mt-130:last-child{
    margin-top: 650px;
  }

  .tw .sm\:last\:mt-131:last-child{
    margin-top: 655px;
  }

  .tw .sm\:last\:mt-132:last-child{
    margin-top: 660px;
  }

  .tw .sm\:last\:mt-133:last-child{
    margin-top: 665px;
  }

  .tw .sm\:last\:mt-134:last-child{
    margin-top: 670px;
  }

  .tw .sm\:last\:mt-135:last-child{
    margin-top: 675px;
  }

  .tw .sm\:last\:mt-136:last-child{
    margin-top: 680px;
  }

  .tw .sm\:last\:mt-137:last-child{
    margin-top: 685px;
  }

  .tw .sm\:last\:mt-138:last-child{
    margin-top: 690px;
  }

  .tw .sm\:last\:mt-139:last-child{
    margin-top: 695px;
  }

  .tw .sm\:last\:mt-140:last-child{
    margin-top: 700px;
  }

  .tw .sm\:last\:mt-141:last-child{
    margin-top: 705px;
  }

  .tw .sm\:last\:mt-142:last-child{
    margin-top: 710px;
  }

  .tw .sm\:last\:mt-143:last-child{
    margin-top: 715px;
  }

  .tw .sm\:last\:mt-144:last-child{
    margin-top: 720px;
  }

  .tw .sm\:last\:mt-145:last-child{
    margin-top: 725px;
  }

  .tw .sm\:last\:mt-146:last-child{
    margin-top: 730px;
  }

  .tw .sm\:last\:mt-147:last-child{
    margin-top: 735px;
  }

  .tw .sm\:last\:mt-148:last-child{
    margin-top: 740px;
  }

  .tw .sm\:last\:mt-149:last-child{
    margin-top: 745px;
  }

  .tw .sm\:last\:mt-auto:last-child{
    margin-top: auto;
  }

  .tw .sm\:last\:mt-0\.5:last-child{
    margin-top: 3px;
  }

  .tw .sm\:last\:mt-1px:last-child{
    margin-top: 1px;
  }

  .tw .sm\:last\:mt-2px:last-child{
    margin-top: 2px;
  }

  .tw .sm\:last\:mt-3px:last-child{
    margin-top: 3px;
  }

  .tw .sm\:last\:mt-4px:last-child{
    margin-top: 4px;
  }

  .tw .sm\:last\:mt-5px:last-child{
    margin-top: 5px;
  }

  .tw .sm\:last\:mt-6px:last-child{
    margin-top: 6px;
  }

  .tw .sm\:last\:mt-7px:last-child{
    margin-top: 7px;
  }

  .tw .sm\:last\:mt-8px:last-child{
    margin-top: 8px;
  }

  .tw .sm\:last\:mt-9px:last-child{
    margin-top: 9px;
  }

  .tw .sm\:last\:mt-10px:last-child{
    margin-top: 10px;
  }

  .tw .sm\:last\:mt-11px:last-child{
    margin-top: 11px;
  }

  .tw .sm\:last\:mt-12px:last-child{
    margin-top: 12px;
  }

  .tw .sm\:last\:mt-13px:last-child{
    margin-top: 13px;
  }

  .tw .sm\:last\:mt-14px:last-child{
    margin-top: 14px;
  }

  .tw .sm\:last\:mt-15px:last-child{
    margin-top: 15px;
  }

  .tw .sm\:last\:mt-16px:last-child{
    margin-top: 16px;
  }

  .tw .sm\:last\:mt-17px:last-child{
    margin-top: 17px;
  }

  .tw .sm\:last\:mt-18px:last-child{
    margin-top: 18px;
  }

  .tw .sm\:last\:mt-19px:last-child{
    margin-top: 19px;
  }

  .tw .sm\:last\:mt-20px:last-child{
    margin-top: 20px;
  }

  .tw .sm\:last\:mt-21px:last-child{
    margin-top: 21px;
  }

  .tw .sm\:last\:mt-22px:last-child{
    margin-top: 22px;
  }

  .tw .sm\:last\:mt-23px:last-child{
    margin-top: 23px;
  }

  .tw .sm\:last\:mt-24px:last-child{
    margin-top: 24px;
  }

  .tw .sm\:last\:mt-25px:last-child{
    margin-top: 25px;
  }

  .tw .sm\:last\:mt-26px:last-child{
    margin-top: 26px;
  }

  .tw .sm\:last\:mt-27px:last-child{
    margin-top: 27px;
  }

  .tw .sm\:last\:mt-28px:last-child{
    margin-top: 28px;
  }

  .tw .sm\:last\:mt-29px:last-child{
    margin-top: 29px;
  }

  .tw .sm\:last\:mt-30px:last-child{
    margin-top: 30px;
  }

  .tw .sm\:last\:mt-31px:last-child{
    margin-top: 31px;
  }

  .tw .sm\:last\:mt-32px:last-child{
    margin-top: 32px;
  }

  .tw .sm\:last\:mt-33px:last-child{
    margin-top: 33px;
  }

  .tw .sm\:last\:mt-34px:last-child{
    margin-top: 34px;
  }

  .tw .sm\:last\:mt-35px:last-child{
    margin-top: 35px;
  }

  .tw .sm\:last\:mt-36px:last-child{
    margin-top: 36px;
  }

  .tw .sm\:last\:mt-37px:last-child{
    margin-top: 37px;
  }

  .tw .sm\:last\:mt-38px:last-child{
    margin-top: 38px;
  }

  .tw .sm\:last\:mt-39px:last-child{
    margin-top: 39px;
  }

  .tw .sm\:last\:mt-40px:last-child{
    margin-top: 40px;
  }

  .tw .sm\:last\:-mt-0:last-child{
    margin-top: 0px;
  }

  .tw .sm\:last\:-mt-1:last-child{
    margin-top: -5px;
  }

  .tw .sm\:last\:-mt-2:last-child{
    margin-top: -10px;
  }

  .tw .sm\:last\:-mt-3:last-child{
    margin-top: -15px;
  }

  .tw .sm\:last\:-mt-4:last-child{
    margin-top: -20px;
  }

  .tw .sm\:last\:-mt-5:last-child{
    margin-top: -25px;
  }

  .tw .sm\:last\:-mt-6:last-child{
    margin-top: -30px;
  }

  .tw .sm\:last\:-mt-7:last-child{
    margin-top: -35px;
  }

  .tw .sm\:last\:-mt-8:last-child{
    margin-top: -40px;
  }

  .tw .sm\:last\:-mt-9:last-child{
    margin-top: -45px;
  }

  .tw .sm\:last\:-mt-10:last-child{
    margin-top: -50px;
  }

  .tw .sm\:last\:-mt-11:last-child{
    margin-top: -55px;
  }

  .tw .sm\:last\:-mt-12:last-child{
    margin-top: -60px;
  }

  .tw .sm\:last\:-mt-13:last-child{
    margin-top: -65px;
  }

  .tw .sm\:last\:-mt-14:last-child{
    margin-top: -70px;
  }

  .tw .sm\:last\:-mt-15:last-child{
    margin-top: -75px;
  }

  .tw .sm\:last\:-mt-16:last-child{
    margin-top: -80px;
  }

  .tw .sm\:last\:-mt-17:last-child{
    margin-top: -85px;
  }

  .tw .sm\:last\:-mt-18:last-child{
    margin-top: -90px;
  }

  .tw .sm\:last\:-mt-19:last-child{
    margin-top: -95px;
  }

  .tw .sm\:last\:-mt-20:last-child{
    margin-top: -100px;
  }

  .tw .sm\:last\:-mt-21:last-child{
    margin-top: -105px;
  }

  .tw .sm\:last\:-mt-22:last-child{
    margin-top: -110px;
  }

  .tw .sm\:last\:-mt-23:last-child{
    margin-top: -115px;
  }

  .tw .sm\:last\:-mt-24:last-child{
    margin-top: -120px;
  }

  .tw .sm\:last\:-mt-25:last-child{
    margin-top: -125px;
  }

  .tw .sm\:last\:-mt-26:last-child{
    margin-top: -130px;
  }

  .tw .sm\:last\:-mt-27:last-child{
    margin-top: -135px;
  }

  .tw .sm\:last\:-mt-28:last-child{
    margin-top: -140px;
  }

  .tw .sm\:last\:-mt-29:last-child{
    margin-top: -145px;
  }

  .tw .sm\:last\:-mt-30:last-child{
    margin-top: -150px;
  }

  .tw .sm\:last\:-mt-31:last-child{
    margin-top: -155px;
  }

  .tw .sm\:last\:-mt-32:last-child{
    margin-top: -160px;
  }

  .tw .sm\:last\:-mt-33:last-child{
    margin-top: -165px;
  }

  .tw .sm\:last\:-mt-34:last-child{
    margin-top: -170px;
  }

  .tw .sm\:last\:-mt-35:last-child{
    margin-top: -175px;
  }

  .tw .sm\:last\:-mt-36:last-child{
    margin-top: -180px;
  }

  .tw .sm\:last\:-mt-37:last-child{
    margin-top: -185px;
  }

  .tw .sm\:last\:-mt-38:last-child{
    margin-top: -190px;
  }

  .tw .sm\:last\:-mt-39:last-child{
    margin-top: -195px;
  }

  .tw .sm\:last\:-mt-40:last-child{
    margin-top: -200px;
  }

  .tw .sm\:last\:-mt-41:last-child{
    margin-top: -205px;
  }

  .tw .sm\:last\:-mt-42:last-child{
    margin-top: -210px;
  }

  .tw .sm\:last\:-mt-43:last-child{
    margin-top: -215px;
  }

  .tw .sm\:last\:-mt-44:last-child{
    margin-top: -220px;
  }

  .tw .sm\:last\:-mt-45:last-child{
    margin-top: -225px;
  }

  .tw .sm\:last\:-mt-46:last-child{
    margin-top: -230px;
  }

  .tw .sm\:last\:-mt-47:last-child{
    margin-top: -235px;
  }

  .tw .sm\:last\:-mt-48:last-child{
    margin-top: -240px;
  }

  .tw .sm\:last\:-mt-49:last-child{
    margin-top: -245px;
  }

  .tw .sm\:last\:-mt-50:last-child{
    margin-top: -250px;
  }

  .tw .sm\:last\:-mt-51:last-child{
    margin-top: -255px;
  }

  .tw .sm\:last\:-mt-52:last-child{
    margin-top: -260px;
  }

  .tw .sm\:last\:-mt-53:last-child{
    margin-top: -265px;
  }

  .tw .sm\:last\:-mt-54:last-child{
    margin-top: -270px;
  }

  .tw .sm\:last\:-mt-55:last-child{
    margin-top: -275px;
  }

  .tw .sm\:last\:-mt-56:last-child{
    margin-top: -280px;
  }

  .tw .sm\:last\:-mt-57:last-child{
    margin-top: -285px;
  }

  .tw .sm\:last\:-mt-58:last-child{
    margin-top: -290px;
  }

  .tw .sm\:last\:-mt-59:last-child{
    margin-top: -295px;
  }

  .tw .sm\:last\:-mt-60:last-child{
    margin-top: -300px;
  }

  .tw .sm\:last\:-mt-61:last-child{
    margin-top: -305px;
  }

  .tw .sm\:last\:-mt-62:last-child{
    margin-top: -310px;
  }

  .tw .sm\:last\:-mt-63:last-child{
    margin-top: -315px;
  }

  .tw .sm\:last\:-mt-64:last-child{
    margin-top: -320px;
  }

  .tw .sm\:last\:-mt-65:last-child{
    margin-top: -325px;
  }

  .tw .sm\:last\:-mt-66:last-child{
    margin-top: -330px;
  }

  .tw .sm\:last\:-mt-67:last-child{
    margin-top: -335px;
  }

  .tw .sm\:last\:-mt-68:last-child{
    margin-top: -340px;
  }

  .tw .sm\:last\:-mt-69:last-child{
    margin-top: -345px;
  }

  .tw .sm\:last\:-mt-70:last-child{
    margin-top: -350px;
  }

  .tw .sm\:last\:-mt-71:last-child{
    margin-top: -355px;
  }

  .tw .sm\:last\:-mt-72:last-child{
    margin-top: -360px;
  }

  .tw .sm\:last\:-mt-73:last-child{
    margin-top: -365px;
  }

  .tw .sm\:last\:-mt-74:last-child{
    margin-top: -370px;
  }

  .tw .sm\:last\:-mt-75:last-child{
    margin-top: -375px;
  }

  .tw .sm\:last\:-mt-76:last-child{
    margin-top: -380px;
  }

  .tw .sm\:last\:-mt-77:last-child{
    margin-top: -385px;
  }

  .tw .sm\:last\:-mt-78:last-child{
    margin-top: -390px;
  }

  .tw .sm\:last\:-mt-79:last-child{
    margin-top: -395px;
  }

  .tw .sm\:last\:-mt-80:last-child{
    margin-top: -400px;
  }

  .tw .sm\:last\:-mt-81:last-child{
    margin-top: -405px;
  }

  .tw .sm\:last\:-mt-82:last-child{
    margin-top: -410px;
  }

  .tw .sm\:last\:-mt-83:last-child{
    margin-top: -415px;
  }

  .tw .sm\:last\:-mt-84:last-child{
    margin-top: -420px;
  }

  .tw .sm\:last\:-mt-85:last-child{
    margin-top: -425px;
  }

  .tw .sm\:last\:-mt-86:last-child{
    margin-top: -430px;
  }

  .tw .sm\:last\:-mt-87:last-child{
    margin-top: -435px;
  }

  .tw .sm\:last\:-mt-88:last-child{
    margin-top: -440px;
  }

  .tw .sm\:last\:-mt-89:last-child{
    margin-top: -445px;
  }

  .tw .sm\:last\:-mt-90:last-child{
    margin-top: -450px;
  }

  .tw .sm\:last\:-mt-91:last-child{
    margin-top: -455px;
  }

  .tw .sm\:last\:-mt-92:last-child{
    margin-top: -460px;
  }

  .tw .sm\:last\:-mt-93:last-child{
    margin-top: -465px;
  }

  .tw .sm\:last\:-mt-94:last-child{
    margin-top: -470px;
  }

  .tw .sm\:last\:-mt-95:last-child{
    margin-top: -475px;
  }

  .tw .sm\:last\:-mt-96:last-child{
    margin-top: -480px;
  }

  .tw .sm\:last\:-mt-97:last-child{
    margin-top: -485px;
  }

  .tw .sm\:last\:-mt-98:last-child{
    margin-top: -490px;
  }

  .tw .sm\:last\:-mt-99:last-child{
    margin-top: -495px;
  }

  .tw .sm\:last\:-mt-100:last-child{
    margin-top: -500px;
  }

  .tw .sm\:last\:-mt-101:last-child{
    margin-top: -505px;
  }

  .tw .sm\:last\:-mt-102:last-child{
    margin-top: -510px;
  }

  .tw .sm\:last\:-mt-103:last-child{
    margin-top: -515px;
  }

  .tw .sm\:last\:-mt-104:last-child{
    margin-top: -520px;
  }

  .tw .sm\:last\:-mt-105:last-child{
    margin-top: -525px;
  }

  .tw .sm\:last\:-mt-106:last-child{
    margin-top: -530px;
  }

  .tw .sm\:last\:-mt-107:last-child{
    margin-top: -535px;
  }

  .tw .sm\:last\:-mt-108:last-child{
    margin-top: -540px;
  }

  .tw .sm\:last\:-mt-109:last-child{
    margin-top: -545px;
  }

  .tw .sm\:last\:-mt-110:last-child{
    margin-top: -550px;
  }

  .tw .sm\:last\:-mt-111:last-child{
    margin-top: -555px;
  }

  .tw .sm\:last\:-mt-112:last-child{
    margin-top: -560px;
  }

  .tw .sm\:last\:-mt-113:last-child{
    margin-top: -565px;
  }

  .tw .sm\:last\:-mt-114:last-child{
    margin-top: -570px;
  }

  .tw .sm\:last\:-mt-115:last-child{
    margin-top: -575px;
  }

  .tw .sm\:last\:-mt-116:last-child{
    margin-top: -580px;
  }

  .tw .sm\:last\:-mt-117:last-child{
    margin-top: -585px;
  }

  .tw .sm\:last\:-mt-118:last-child{
    margin-top: -590px;
  }

  .tw .sm\:last\:-mt-119:last-child{
    margin-top: -595px;
  }

  .tw .sm\:last\:-mt-120:last-child{
    margin-top: -600px;
  }

  .tw .sm\:last\:-mt-121:last-child{
    margin-top: -605px;
  }

  .tw .sm\:last\:-mt-122:last-child{
    margin-top: -610px;
  }

  .tw .sm\:last\:-mt-123:last-child{
    margin-top: -615px;
  }

  .tw .sm\:last\:-mt-124:last-child{
    margin-top: -620px;
  }

  .tw .sm\:last\:-mt-125:last-child{
    margin-top: -625px;
  }

  .tw .sm\:last\:-mt-126:last-child{
    margin-top: -630px;
  }

  .tw .sm\:last\:-mt-127:last-child{
    margin-top: -635px;
  }

  .tw .sm\:last\:-mt-128:last-child{
    margin-top: -640px;
  }

  .tw .sm\:last\:-mt-129:last-child{
    margin-top: -645px;
  }

  .tw .sm\:last\:-mt-130:last-child{
    margin-top: -650px;
  }

  .tw .sm\:last\:-mt-131:last-child{
    margin-top: -655px;
  }

  .tw .sm\:last\:-mt-132:last-child{
    margin-top: -660px;
  }

  .tw .sm\:last\:-mt-133:last-child{
    margin-top: -665px;
  }

  .tw .sm\:last\:-mt-134:last-child{
    margin-top: -670px;
  }

  .tw .sm\:last\:-mt-135:last-child{
    margin-top: -675px;
  }

  .tw .sm\:last\:-mt-136:last-child{
    margin-top: -680px;
  }

  .tw .sm\:last\:-mt-137:last-child{
    margin-top: -685px;
  }

  .tw .sm\:last\:-mt-138:last-child{
    margin-top: -690px;
  }

  .tw .sm\:last\:-mt-139:last-child{
    margin-top: -695px;
  }

  .tw .sm\:last\:-mt-140:last-child{
    margin-top: -700px;
  }

  .tw .sm\:last\:-mt-141:last-child{
    margin-top: -705px;
  }

  .tw .sm\:last\:-mt-142:last-child{
    margin-top: -710px;
  }

  .tw .sm\:last\:-mt-143:last-child{
    margin-top: -715px;
  }

  .tw .sm\:last\:-mt-144:last-child{
    margin-top: -720px;
  }

  .tw .sm\:last\:-mt-145:last-child{
    margin-top: -725px;
  }

  .tw .sm\:last\:-mt-146:last-child{
    margin-top: -730px;
  }

  .tw .sm\:last\:-mt-147:last-child{
    margin-top: -735px;
  }

  .tw .sm\:last\:-mt-148:last-child{
    margin-top: -740px;
  }

  .tw .sm\:last\:-mt-149:last-child{
    margin-top: -745px;
  }

  .tw .sm\:last\:-mt-0\.5:last-child{
    margin-top: -3px;
  }

  .tw .sm\:last\:-mt-1px:last-child{
    margin-top: -1px;
  }

  .tw .sm\:last\:-mt-2px:last-child{
    margin-top: -2px;
  }

  .tw .sm\:last\:-mt-3px:last-child{
    margin-top: -3px;
  }

  .tw .sm\:last\:-mt-4px:last-child{
    margin-top: -4px;
  }

  .tw .sm\:last\:-mt-5px:last-child{
    margin-top: -5px;
  }

  .tw .sm\:last\:-mt-6px:last-child{
    margin-top: -6px;
  }

  .tw .sm\:last\:-mt-7px:last-child{
    margin-top: -7px;
  }

  .tw .sm\:last\:-mt-8px:last-child{
    margin-top: -8px;
  }

  .tw .sm\:last\:-mt-9px:last-child{
    margin-top: -9px;
  }

  .tw .sm\:last\:-mt-10px:last-child{
    margin-top: -10px;
  }

  .tw .sm\:last\:-mt-11px:last-child{
    margin-top: -11px;
  }

  .tw .sm\:last\:-mt-12px:last-child{
    margin-top: -12px;
  }

  .tw .sm\:last\:-mt-13px:last-child{
    margin-top: -13px;
  }

  .tw .sm\:last\:-mt-14px:last-child{
    margin-top: -14px;
  }

  .tw .sm\:last\:-mt-15px:last-child{
    margin-top: -15px;
  }

  .tw .sm\:last\:-mt-16px:last-child{
    margin-top: -16px;
  }

  .tw .sm\:last\:-mt-17px:last-child{
    margin-top: -17px;
  }

  .tw .sm\:last\:-mt-18px:last-child{
    margin-top: -18px;
  }

  .tw .sm\:last\:-mt-19px:last-child{
    margin-top: -19px;
  }

  .tw .sm\:last\:-mt-20px:last-child{
    margin-top: -20px;
  }

  .tw .sm\:last\:-mt-21px:last-child{
    margin-top: -21px;
  }

  .tw .sm\:last\:-mt-22px:last-child{
    margin-top: -22px;
  }

  .tw .sm\:last\:-mt-23px:last-child{
    margin-top: -23px;
  }

  .tw .sm\:last\:-mt-24px:last-child{
    margin-top: -24px;
  }

  .tw .sm\:last\:-mt-25px:last-child{
    margin-top: -25px;
  }

  .tw .sm\:last\:-mt-26px:last-child{
    margin-top: -26px;
  }

  .tw .sm\:last\:-mt-27px:last-child{
    margin-top: -27px;
  }

  .tw .sm\:last\:-mt-28px:last-child{
    margin-top: -28px;
  }

  .tw .sm\:last\:-mt-29px:last-child{
    margin-top: -29px;
  }

  .tw .sm\:last\:-mt-30px:last-child{
    margin-top: -30px;
  }

  .tw .sm\:last\:-mt-31px:last-child{
    margin-top: -31px;
  }

  .tw .sm\:last\:-mt-32px:last-child{
    margin-top: -32px;
  }

  .tw .sm\:last\:-mt-33px:last-child{
    margin-top: -33px;
  }

  .tw .sm\:last\:-mt-34px:last-child{
    margin-top: -34px;
  }

  .tw .sm\:last\:-mt-35px:last-child{
    margin-top: -35px;
  }

  .tw .sm\:last\:-mt-36px:last-child{
    margin-top: -36px;
  }

  .tw .sm\:last\:-mt-37px:last-child{
    margin-top: -37px;
  }

  .tw .sm\:last\:-mt-38px:last-child{
    margin-top: -38px;
  }

  .tw .sm\:last\:-mt-39px:last-child{
    margin-top: -39px;
  }

  .tw .sm\:last\:-mt-40px:last-child{
    margin-top: -40px;
  }

  .tw .sm\:last\:mr-0:last-child{
    margin-right: 0px;
  }

  .tw .sm\:last\:mr-1:last-child{
    margin-right: 5px;
  }

  .tw .sm\:last\:mr-2:last-child{
    margin-right: 10px;
  }

  .tw .sm\:last\:mr-3:last-child{
    margin-right: 15px;
  }

  .tw .sm\:last\:mr-4:last-child{
    margin-right: 20px;
  }

  .tw .sm\:last\:mr-5:last-child{
    margin-right: 25px;
  }

  .tw .sm\:last\:mr-6:last-child{
    margin-right: 30px;
  }

  .tw .sm\:last\:mr-7:last-child{
    margin-right: 35px;
  }

  .tw .sm\:last\:mr-8:last-child{
    margin-right: 40px;
  }

  .tw .sm\:last\:mr-9:last-child{
    margin-right: 45px;
  }

  .tw .sm\:last\:mr-10:last-child{
    margin-right: 50px;
  }

  .tw .sm\:last\:mr-11:last-child{
    margin-right: 55px;
  }

  .tw .sm\:last\:mr-12:last-child{
    margin-right: 60px;
  }

  .tw .sm\:last\:mr-13:last-child{
    margin-right: 65px;
  }

  .tw .sm\:last\:mr-14:last-child{
    margin-right: 70px;
  }

  .tw .sm\:last\:mr-15:last-child{
    margin-right: 75px;
  }

  .tw .sm\:last\:mr-16:last-child{
    margin-right: 80px;
  }

  .tw .sm\:last\:mr-17:last-child{
    margin-right: 85px;
  }

  .tw .sm\:last\:mr-18:last-child{
    margin-right: 90px;
  }

  .tw .sm\:last\:mr-19:last-child{
    margin-right: 95px;
  }

  .tw .sm\:last\:mr-20:last-child{
    margin-right: 100px;
  }

  .tw .sm\:last\:mr-21:last-child{
    margin-right: 105px;
  }

  .tw .sm\:last\:mr-22:last-child{
    margin-right: 110px;
  }

  .tw .sm\:last\:mr-23:last-child{
    margin-right: 115px;
  }

  .tw .sm\:last\:mr-24:last-child{
    margin-right: 120px;
  }

  .tw .sm\:last\:mr-25:last-child{
    margin-right: 125px;
  }

  .tw .sm\:last\:mr-26:last-child{
    margin-right: 130px;
  }

  .tw .sm\:last\:mr-27:last-child{
    margin-right: 135px;
  }

  .tw .sm\:last\:mr-28:last-child{
    margin-right: 140px;
  }

  .tw .sm\:last\:mr-29:last-child{
    margin-right: 145px;
  }

  .tw .sm\:last\:mr-30:last-child{
    margin-right: 150px;
  }

  .tw .sm\:last\:mr-31:last-child{
    margin-right: 155px;
  }

  .tw .sm\:last\:mr-32:last-child{
    margin-right: 160px;
  }

  .tw .sm\:last\:mr-33:last-child{
    margin-right: 165px;
  }

  .tw .sm\:last\:mr-34:last-child{
    margin-right: 170px;
  }

  .tw .sm\:last\:mr-35:last-child{
    margin-right: 175px;
  }

  .tw .sm\:last\:mr-36:last-child{
    margin-right: 180px;
  }

  .tw .sm\:last\:mr-37:last-child{
    margin-right: 185px;
  }

  .tw .sm\:last\:mr-38:last-child{
    margin-right: 190px;
  }

  .tw .sm\:last\:mr-39:last-child{
    margin-right: 195px;
  }

  .tw .sm\:last\:mr-40:last-child{
    margin-right: 200px;
  }

  .tw .sm\:last\:mr-41:last-child{
    margin-right: 205px;
  }

  .tw .sm\:last\:mr-42:last-child{
    margin-right: 210px;
  }

  .tw .sm\:last\:mr-43:last-child{
    margin-right: 215px;
  }

  .tw .sm\:last\:mr-44:last-child{
    margin-right: 220px;
  }

  .tw .sm\:last\:mr-45:last-child{
    margin-right: 225px;
  }

  .tw .sm\:last\:mr-46:last-child{
    margin-right: 230px;
  }

  .tw .sm\:last\:mr-47:last-child{
    margin-right: 235px;
  }

  .tw .sm\:last\:mr-48:last-child{
    margin-right: 240px;
  }

  .tw .sm\:last\:mr-49:last-child{
    margin-right: 245px;
  }

  .tw .sm\:last\:mr-50:last-child{
    margin-right: 250px;
  }

  .tw .sm\:last\:mr-51:last-child{
    margin-right: 255px;
  }

  .tw .sm\:last\:mr-52:last-child{
    margin-right: 260px;
  }

  .tw .sm\:last\:mr-53:last-child{
    margin-right: 265px;
  }

  .tw .sm\:last\:mr-54:last-child{
    margin-right: 270px;
  }

  .tw .sm\:last\:mr-55:last-child{
    margin-right: 275px;
  }

  .tw .sm\:last\:mr-56:last-child{
    margin-right: 280px;
  }

  .tw .sm\:last\:mr-57:last-child{
    margin-right: 285px;
  }

  .tw .sm\:last\:mr-58:last-child{
    margin-right: 290px;
  }

  .tw .sm\:last\:mr-59:last-child{
    margin-right: 295px;
  }

  .tw .sm\:last\:mr-60:last-child{
    margin-right: 300px;
  }

  .tw .sm\:last\:mr-61:last-child{
    margin-right: 305px;
  }

  .tw .sm\:last\:mr-62:last-child{
    margin-right: 310px;
  }

  .tw .sm\:last\:mr-63:last-child{
    margin-right: 315px;
  }

  .tw .sm\:last\:mr-64:last-child{
    margin-right: 320px;
  }

  .tw .sm\:last\:mr-65:last-child{
    margin-right: 325px;
  }

  .tw .sm\:last\:mr-66:last-child{
    margin-right: 330px;
  }

  .tw .sm\:last\:mr-67:last-child{
    margin-right: 335px;
  }

  .tw .sm\:last\:mr-68:last-child{
    margin-right: 340px;
  }

  .tw .sm\:last\:mr-69:last-child{
    margin-right: 345px;
  }

  .tw .sm\:last\:mr-70:last-child{
    margin-right: 350px;
  }

  .tw .sm\:last\:mr-71:last-child{
    margin-right: 355px;
  }

  .tw .sm\:last\:mr-72:last-child{
    margin-right: 360px;
  }

  .tw .sm\:last\:mr-73:last-child{
    margin-right: 365px;
  }

  .tw .sm\:last\:mr-74:last-child{
    margin-right: 370px;
  }

  .tw .sm\:last\:mr-75:last-child{
    margin-right: 375px;
  }

  .tw .sm\:last\:mr-76:last-child{
    margin-right: 380px;
  }

  .tw .sm\:last\:mr-77:last-child{
    margin-right: 385px;
  }

  .tw .sm\:last\:mr-78:last-child{
    margin-right: 390px;
  }

  .tw .sm\:last\:mr-79:last-child{
    margin-right: 395px;
  }

  .tw .sm\:last\:mr-80:last-child{
    margin-right: 400px;
  }

  .tw .sm\:last\:mr-81:last-child{
    margin-right: 405px;
  }

  .tw .sm\:last\:mr-82:last-child{
    margin-right: 410px;
  }

  .tw .sm\:last\:mr-83:last-child{
    margin-right: 415px;
  }

  .tw .sm\:last\:mr-84:last-child{
    margin-right: 420px;
  }

  .tw .sm\:last\:mr-85:last-child{
    margin-right: 425px;
  }

  .tw .sm\:last\:mr-86:last-child{
    margin-right: 430px;
  }

  .tw .sm\:last\:mr-87:last-child{
    margin-right: 435px;
  }

  .tw .sm\:last\:mr-88:last-child{
    margin-right: 440px;
  }

  .tw .sm\:last\:mr-89:last-child{
    margin-right: 445px;
  }

  .tw .sm\:last\:mr-90:last-child{
    margin-right: 450px;
  }

  .tw .sm\:last\:mr-91:last-child{
    margin-right: 455px;
  }

  .tw .sm\:last\:mr-92:last-child{
    margin-right: 460px;
  }

  .tw .sm\:last\:mr-93:last-child{
    margin-right: 465px;
  }

  .tw .sm\:last\:mr-94:last-child{
    margin-right: 470px;
  }

  .tw .sm\:last\:mr-95:last-child{
    margin-right: 475px;
  }

  .tw .sm\:last\:mr-96:last-child{
    margin-right: 480px;
  }

  .tw .sm\:last\:mr-97:last-child{
    margin-right: 485px;
  }

  .tw .sm\:last\:mr-98:last-child{
    margin-right: 490px;
  }

  .tw .sm\:last\:mr-99:last-child{
    margin-right: 495px;
  }

  .tw .sm\:last\:mr-100:last-child{
    margin-right: 500px;
  }

  .tw .sm\:last\:mr-101:last-child{
    margin-right: 505px;
  }

  .tw .sm\:last\:mr-102:last-child{
    margin-right: 510px;
  }

  .tw .sm\:last\:mr-103:last-child{
    margin-right: 515px;
  }

  .tw .sm\:last\:mr-104:last-child{
    margin-right: 520px;
  }

  .tw .sm\:last\:mr-105:last-child{
    margin-right: 525px;
  }

  .tw .sm\:last\:mr-106:last-child{
    margin-right: 530px;
  }

  .tw .sm\:last\:mr-107:last-child{
    margin-right: 535px;
  }

  .tw .sm\:last\:mr-108:last-child{
    margin-right: 540px;
  }

  .tw .sm\:last\:mr-109:last-child{
    margin-right: 545px;
  }

  .tw .sm\:last\:mr-110:last-child{
    margin-right: 550px;
  }

  .tw .sm\:last\:mr-111:last-child{
    margin-right: 555px;
  }

  .tw .sm\:last\:mr-112:last-child{
    margin-right: 560px;
  }

  .tw .sm\:last\:mr-113:last-child{
    margin-right: 565px;
  }

  .tw .sm\:last\:mr-114:last-child{
    margin-right: 570px;
  }

  .tw .sm\:last\:mr-115:last-child{
    margin-right: 575px;
  }

  .tw .sm\:last\:mr-116:last-child{
    margin-right: 580px;
  }

  .tw .sm\:last\:mr-117:last-child{
    margin-right: 585px;
  }

  .tw .sm\:last\:mr-118:last-child{
    margin-right: 590px;
  }

  .tw .sm\:last\:mr-119:last-child{
    margin-right: 595px;
  }

  .tw .sm\:last\:mr-120:last-child{
    margin-right: 600px;
  }

  .tw .sm\:last\:mr-121:last-child{
    margin-right: 605px;
  }

  .tw .sm\:last\:mr-122:last-child{
    margin-right: 610px;
  }

  .tw .sm\:last\:mr-123:last-child{
    margin-right: 615px;
  }

  .tw .sm\:last\:mr-124:last-child{
    margin-right: 620px;
  }

  .tw .sm\:last\:mr-125:last-child{
    margin-right: 625px;
  }

  .tw .sm\:last\:mr-126:last-child{
    margin-right: 630px;
  }

  .tw .sm\:last\:mr-127:last-child{
    margin-right: 635px;
  }

  .tw .sm\:last\:mr-128:last-child{
    margin-right: 640px;
  }

  .tw .sm\:last\:mr-129:last-child{
    margin-right: 645px;
  }

  .tw .sm\:last\:mr-130:last-child{
    margin-right: 650px;
  }

  .tw .sm\:last\:mr-131:last-child{
    margin-right: 655px;
  }

  .tw .sm\:last\:mr-132:last-child{
    margin-right: 660px;
  }

  .tw .sm\:last\:mr-133:last-child{
    margin-right: 665px;
  }

  .tw .sm\:last\:mr-134:last-child{
    margin-right: 670px;
  }

  .tw .sm\:last\:mr-135:last-child{
    margin-right: 675px;
  }

  .tw .sm\:last\:mr-136:last-child{
    margin-right: 680px;
  }

  .tw .sm\:last\:mr-137:last-child{
    margin-right: 685px;
  }

  .tw .sm\:last\:mr-138:last-child{
    margin-right: 690px;
  }

  .tw .sm\:last\:mr-139:last-child{
    margin-right: 695px;
  }

  .tw .sm\:last\:mr-140:last-child{
    margin-right: 700px;
  }

  .tw .sm\:last\:mr-141:last-child{
    margin-right: 705px;
  }

  .tw .sm\:last\:mr-142:last-child{
    margin-right: 710px;
  }

  .tw .sm\:last\:mr-143:last-child{
    margin-right: 715px;
  }

  .tw .sm\:last\:mr-144:last-child{
    margin-right: 720px;
  }

  .tw .sm\:last\:mr-145:last-child{
    margin-right: 725px;
  }

  .tw .sm\:last\:mr-146:last-child{
    margin-right: 730px;
  }

  .tw .sm\:last\:mr-147:last-child{
    margin-right: 735px;
  }

  .tw .sm\:last\:mr-148:last-child{
    margin-right: 740px;
  }

  .tw .sm\:last\:mr-149:last-child{
    margin-right: 745px;
  }

  .tw .sm\:last\:mr-auto:last-child{
    margin-right: auto;
  }

  .tw .sm\:last\:mr-0\.5:last-child{
    margin-right: 3px;
  }

  .tw .sm\:last\:mr-1px:last-child{
    margin-right: 1px;
  }

  .tw .sm\:last\:mr-2px:last-child{
    margin-right: 2px;
  }

  .tw .sm\:last\:mr-3px:last-child{
    margin-right: 3px;
  }

  .tw .sm\:last\:mr-4px:last-child{
    margin-right: 4px;
  }

  .tw .sm\:last\:mr-5px:last-child{
    margin-right: 5px;
  }

  .tw .sm\:last\:mr-6px:last-child{
    margin-right: 6px;
  }

  .tw .sm\:last\:mr-7px:last-child{
    margin-right: 7px;
  }

  .tw .sm\:last\:mr-8px:last-child{
    margin-right: 8px;
  }

  .tw .sm\:last\:mr-9px:last-child{
    margin-right: 9px;
  }

  .tw .sm\:last\:mr-10px:last-child{
    margin-right: 10px;
  }

  .tw .sm\:last\:mr-11px:last-child{
    margin-right: 11px;
  }

  .tw .sm\:last\:mr-12px:last-child{
    margin-right: 12px;
  }

  .tw .sm\:last\:mr-13px:last-child{
    margin-right: 13px;
  }

  .tw .sm\:last\:mr-14px:last-child{
    margin-right: 14px;
  }

  .tw .sm\:last\:mr-15px:last-child{
    margin-right: 15px;
  }

  .tw .sm\:last\:mr-16px:last-child{
    margin-right: 16px;
  }

  .tw .sm\:last\:mr-17px:last-child{
    margin-right: 17px;
  }

  .tw .sm\:last\:mr-18px:last-child{
    margin-right: 18px;
  }

  .tw .sm\:last\:mr-19px:last-child{
    margin-right: 19px;
  }

  .tw .sm\:last\:mr-20px:last-child{
    margin-right: 20px;
  }

  .tw .sm\:last\:mr-21px:last-child{
    margin-right: 21px;
  }

  .tw .sm\:last\:mr-22px:last-child{
    margin-right: 22px;
  }

  .tw .sm\:last\:mr-23px:last-child{
    margin-right: 23px;
  }

  .tw .sm\:last\:mr-24px:last-child{
    margin-right: 24px;
  }

  .tw .sm\:last\:mr-25px:last-child{
    margin-right: 25px;
  }

  .tw .sm\:last\:mr-26px:last-child{
    margin-right: 26px;
  }

  .tw .sm\:last\:mr-27px:last-child{
    margin-right: 27px;
  }

  .tw .sm\:last\:mr-28px:last-child{
    margin-right: 28px;
  }

  .tw .sm\:last\:mr-29px:last-child{
    margin-right: 29px;
  }

  .tw .sm\:last\:mr-30px:last-child{
    margin-right: 30px;
  }

  .tw .sm\:last\:mr-31px:last-child{
    margin-right: 31px;
  }

  .tw .sm\:last\:mr-32px:last-child{
    margin-right: 32px;
  }

  .tw .sm\:last\:mr-33px:last-child{
    margin-right: 33px;
  }

  .tw .sm\:last\:mr-34px:last-child{
    margin-right: 34px;
  }

  .tw .sm\:last\:mr-35px:last-child{
    margin-right: 35px;
  }

  .tw .sm\:last\:mr-36px:last-child{
    margin-right: 36px;
  }

  .tw .sm\:last\:mr-37px:last-child{
    margin-right: 37px;
  }

  .tw .sm\:last\:mr-38px:last-child{
    margin-right: 38px;
  }

  .tw .sm\:last\:mr-39px:last-child{
    margin-right: 39px;
  }

  .tw .sm\:last\:mr-40px:last-child{
    margin-right: 40px;
  }

  .tw .sm\:last\:-mr-0:last-child{
    margin-right: 0px;
  }

  .tw .sm\:last\:-mr-1:last-child{
    margin-right: -5px;
  }

  .tw .sm\:last\:-mr-2:last-child{
    margin-right: -10px;
  }

  .tw .sm\:last\:-mr-3:last-child{
    margin-right: -15px;
  }

  .tw .sm\:last\:-mr-4:last-child{
    margin-right: -20px;
  }

  .tw .sm\:last\:-mr-5:last-child{
    margin-right: -25px;
  }

  .tw .sm\:last\:-mr-6:last-child{
    margin-right: -30px;
  }

  .tw .sm\:last\:-mr-7:last-child{
    margin-right: -35px;
  }

  .tw .sm\:last\:-mr-8:last-child{
    margin-right: -40px;
  }

  .tw .sm\:last\:-mr-9:last-child{
    margin-right: -45px;
  }

  .tw .sm\:last\:-mr-10:last-child{
    margin-right: -50px;
  }

  .tw .sm\:last\:-mr-11:last-child{
    margin-right: -55px;
  }

  .tw .sm\:last\:-mr-12:last-child{
    margin-right: -60px;
  }

  .tw .sm\:last\:-mr-13:last-child{
    margin-right: -65px;
  }

  .tw .sm\:last\:-mr-14:last-child{
    margin-right: -70px;
  }

  .tw .sm\:last\:-mr-15:last-child{
    margin-right: -75px;
  }

  .tw .sm\:last\:-mr-16:last-child{
    margin-right: -80px;
  }

  .tw .sm\:last\:-mr-17:last-child{
    margin-right: -85px;
  }

  .tw .sm\:last\:-mr-18:last-child{
    margin-right: -90px;
  }

  .tw .sm\:last\:-mr-19:last-child{
    margin-right: -95px;
  }

  .tw .sm\:last\:-mr-20:last-child{
    margin-right: -100px;
  }

  .tw .sm\:last\:-mr-21:last-child{
    margin-right: -105px;
  }

  .tw .sm\:last\:-mr-22:last-child{
    margin-right: -110px;
  }

  .tw .sm\:last\:-mr-23:last-child{
    margin-right: -115px;
  }

  .tw .sm\:last\:-mr-24:last-child{
    margin-right: -120px;
  }

  .tw .sm\:last\:-mr-25:last-child{
    margin-right: -125px;
  }

  .tw .sm\:last\:-mr-26:last-child{
    margin-right: -130px;
  }

  .tw .sm\:last\:-mr-27:last-child{
    margin-right: -135px;
  }

  .tw .sm\:last\:-mr-28:last-child{
    margin-right: -140px;
  }

  .tw .sm\:last\:-mr-29:last-child{
    margin-right: -145px;
  }

  .tw .sm\:last\:-mr-30:last-child{
    margin-right: -150px;
  }

  .tw .sm\:last\:-mr-31:last-child{
    margin-right: -155px;
  }

  .tw .sm\:last\:-mr-32:last-child{
    margin-right: -160px;
  }

  .tw .sm\:last\:-mr-33:last-child{
    margin-right: -165px;
  }

  .tw .sm\:last\:-mr-34:last-child{
    margin-right: -170px;
  }

  .tw .sm\:last\:-mr-35:last-child{
    margin-right: -175px;
  }

  .tw .sm\:last\:-mr-36:last-child{
    margin-right: -180px;
  }

  .tw .sm\:last\:-mr-37:last-child{
    margin-right: -185px;
  }

  .tw .sm\:last\:-mr-38:last-child{
    margin-right: -190px;
  }

  .tw .sm\:last\:-mr-39:last-child{
    margin-right: -195px;
  }

  .tw .sm\:last\:-mr-40:last-child{
    margin-right: -200px;
  }

  .tw .sm\:last\:-mr-41:last-child{
    margin-right: -205px;
  }

  .tw .sm\:last\:-mr-42:last-child{
    margin-right: -210px;
  }

  .tw .sm\:last\:-mr-43:last-child{
    margin-right: -215px;
  }

  .tw .sm\:last\:-mr-44:last-child{
    margin-right: -220px;
  }

  .tw .sm\:last\:-mr-45:last-child{
    margin-right: -225px;
  }

  .tw .sm\:last\:-mr-46:last-child{
    margin-right: -230px;
  }

  .tw .sm\:last\:-mr-47:last-child{
    margin-right: -235px;
  }

  .tw .sm\:last\:-mr-48:last-child{
    margin-right: -240px;
  }

  .tw .sm\:last\:-mr-49:last-child{
    margin-right: -245px;
  }

  .tw .sm\:last\:-mr-50:last-child{
    margin-right: -250px;
  }

  .tw .sm\:last\:-mr-51:last-child{
    margin-right: -255px;
  }

  .tw .sm\:last\:-mr-52:last-child{
    margin-right: -260px;
  }

  .tw .sm\:last\:-mr-53:last-child{
    margin-right: -265px;
  }

  .tw .sm\:last\:-mr-54:last-child{
    margin-right: -270px;
  }

  .tw .sm\:last\:-mr-55:last-child{
    margin-right: -275px;
  }

  .tw .sm\:last\:-mr-56:last-child{
    margin-right: -280px;
  }

  .tw .sm\:last\:-mr-57:last-child{
    margin-right: -285px;
  }

  .tw .sm\:last\:-mr-58:last-child{
    margin-right: -290px;
  }

  .tw .sm\:last\:-mr-59:last-child{
    margin-right: -295px;
  }

  .tw .sm\:last\:-mr-60:last-child{
    margin-right: -300px;
  }

  .tw .sm\:last\:-mr-61:last-child{
    margin-right: -305px;
  }

  .tw .sm\:last\:-mr-62:last-child{
    margin-right: -310px;
  }

  .tw .sm\:last\:-mr-63:last-child{
    margin-right: -315px;
  }

  .tw .sm\:last\:-mr-64:last-child{
    margin-right: -320px;
  }

  .tw .sm\:last\:-mr-65:last-child{
    margin-right: -325px;
  }

  .tw .sm\:last\:-mr-66:last-child{
    margin-right: -330px;
  }

  .tw .sm\:last\:-mr-67:last-child{
    margin-right: -335px;
  }

  .tw .sm\:last\:-mr-68:last-child{
    margin-right: -340px;
  }

  .tw .sm\:last\:-mr-69:last-child{
    margin-right: -345px;
  }

  .tw .sm\:last\:-mr-70:last-child{
    margin-right: -350px;
  }

  .tw .sm\:last\:-mr-71:last-child{
    margin-right: -355px;
  }

  .tw .sm\:last\:-mr-72:last-child{
    margin-right: -360px;
  }

  .tw .sm\:last\:-mr-73:last-child{
    margin-right: -365px;
  }

  .tw .sm\:last\:-mr-74:last-child{
    margin-right: -370px;
  }

  .tw .sm\:last\:-mr-75:last-child{
    margin-right: -375px;
  }

  .tw .sm\:last\:-mr-76:last-child{
    margin-right: -380px;
  }

  .tw .sm\:last\:-mr-77:last-child{
    margin-right: -385px;
  }

  .tw .sm\:last\:-mr-78:last-child{
    margin-right: -390px;
  }

  .tw .sm\:last\:-mr-79:last-child{
    margin-right: -395px;
  }

  .tw .sm\:last\:-mr-80:last-child{
    margin-right: -400px;
  }

  .tw .sm\:last\:-mr-81:last-child{
    margin-right: -405px;
  }

  .tw .sm\:last\:-mr-82:last-child{
    margin-right: -410px;
  }

  .tw .sm\:last\:-mr-83:last-child{
    margin-right: -415px;
  }

  .tw .sm\:last\:-mr-84:last-child{
    margin-right: -420px;
  }

  .tw .sm\:last\:-mr-85:last-child{
    margin-right: -425px;
  }

  .tw .sm\:last\:-mr-86:last-child{
    margin-right: -430px;
  }

  .tw .sm\:last\:-mr-87:last-child{
    margin-right: -435px;
  }

  .tw .sm\:last\:-mr-88:last-child{
    margin-right: -440px;
  }

  .tw .sm\:last\:-mr-89:last-child{
    margin-right: -445px;
  }

  .tw .sm\:last\:-mr-90:last-child{
    margin-right: -450px;
  }

  .tw .sm\:last\:-mr-91:last-child{
    margin-right: -455px;
  }

  .tw .sm\:last\:-mr-92:last-child{
    margin-right: -460px;
  }

  .tw .sm\:last\:-mr-93:last-child{
    margin-right: -465px;
  }

  .tw .sm\:last\:-mr-94:last-child{
    margin-right: -470px;
  }

  .tw .sm\:last\:-mr-95:last-child{
    margin-right: -475px;
  }

  .tw .sm\:last\:-mr-96:last-child{
    margin-right: -480px;
  }

  .tw .sm\:last\:-mr-97:last-child{
    margin-right: -485px;
  }

  .tw .sm\:last\:-mr-98:last-child{
    margin-right: -490px;
  }

  .tw .sm\:last\:-mr-99:last-child{
    margin-right: -495px;
  }

  .tw .sm\:last\:-mr-100:last-child{
    margin-right: -500px;
  }

  .tw .sm\:last\:-mr-101:last-child{
    margin-right: -505px;
  }

  .tw .sm\:last\:-mr-102:last-child{
    margin-right: -510px;
  }

  .tw .sm\:last\:-mr-103:last-child{
    margin-right: -515px;
  }

  .tw .sm\:last\:-mr-104:last-child{
    margin-right: -520px;
  }

  .tw .sm\:last\:-mr-105:last-child{
    margin-right: -525px;
  }

  .tw .sm\:last\:-mr-106:last-child{
    margin-right: -530px;
  }

  .tw .sm\:last\:-mr-107:last-child{
    margin-right: -535px;
  }

  .tw .sm\:last\:-mr-108:last-child{
    margin-right: -540px;
  }

  .tw .sm\:last\:-mr-109:last-child{
    margin-right: -545px;
  }

  .tw .sm\:last\:-mr-110:last-child{
    margin-right: -550px;
  }

  .tw .sm\:last\:-mr-111:last-child{
    margin-right: -555px;
  }

  .tw .sm\:last\:-mr-112:last-child{
    margin-right: -560px;
  }

  .tw .sm\:last\:-mr-113:last-child{
    margin-right: -565px;
  }

  .tw .sm\:last\:-mr-114:last-child{
    margin-right: -570px;
  }

  .tw .sm\:last\:-mr-115:last-child{
    margin-right: -575px;
  }

  .tw .sm\:last\:-mr-116:last-child{
    margin-right: -580px;
  }

  .tw .sm\:last\:-mr-117:last-child{
    margin-right: -585px;
  }

  .tw .sm\:last\:-mr-118:last-child{
    margin-right: -590px;
  }

  .tw .sm\:last\:-mr-119:last-child{
    margin-right: -595px;
  }

  .tw .sm\:last\:-mr-120:last-child{
    margin-right: -600px;
  }

  .tw .sm\:last\:-mr-121:last-child{
    margin-right: -605px;
  }

  .tw .sm\:last\:-mr-122:last-child{
    margin-right: -610px;
  }

  .tw .sm\:last\:-mr-123:last-child{
    margin-right: -615px;
  }

  .tw .sm\:last\:-mr-124:last-child{
    margin-right: -620px;
  }

  .tw .sm\:last\:-mr-125:last-child{
    margin-right: -625px;
  }

  .tw .sm\:last\:-mr-126:last-child{
    margin-right: -630px;
  }

  .tw .sm\:last\:-mr-127:last-child{
    margin-right: -635px;
  }

  .tw .sm\:last\:-mr-128:last-child{
    margin-right: -640px;
  }

  .tw .sm\:last\:-mr-129:last-child{
    margin-right: -645px;
  }

  .tw .sm\:last\:-mr-130:last-child{
    margin-right: -650px;
  }

  .tw .sm\:last\:-mr-131:last-child{
    margin-right: -655px;
  }

  .tw .sm\:last\:-mr-132:last-child{
    margin-right: -660px;
  }

  .tw .sm\:last\:-mr-133:last-child{
    margin-right: -665px;
  }

  .tw .sm\:last\:-mr-134:last-child{
    margin-right: -670px;
  }

  .tw .sm\:last\:-mr-135:last-child{
    margin-right: -675px;
  }

  .tw .sm\:last\:-mr-136:last-child{
    margin-right: -680px;
  }

  .tw .sm\:last\:-mr-137:last-child{
    margin-right: -685px;
  }

  .tw .sm\:last\:-mr-138:last-child{
    margin-right: -690px;
  }

  .tw .sm\:last\:-mr-139:last-child{
    margin-right: -695px;
  }

  .tw .sm\:last\:-mr-140:last-child{
    margin-right: -700px;
  }

  .tw .sm\:last\:-mr-141:last-child{
    margin-right: -705px;
  }

  .tw .sm\:last\:-mr-142:last-child{
    margin-right: -710px;
  }

  .tw .sm\:last\:-mr-143:last-child{
    margin-right: -715px;
  }

  .tw .sm\:last\:-mr-144:last-child{
    margin-right: -720px;
  }

  .tw .sm\:last\:-mr-145:last-child{
    margin-right: -725px;
  }

  .tw .sm\:last\:-mr-146:last-child{
    margin-right: -730px;
  }

  .tw .sm\:last\:-mr-147:last-child{
    margin-right: -735px;
  }

  .tw .sm\:last\:-mr-148:last-child{
    margin-right: -740px;
  }

  .tw .sm\:last\:-mr-149:last-child{
    margin-right: -745px;
  }

  .tw .sm\:last\:-mr-0\.5:last-child{
    margin-right: -3px;
  }

  .tw .sm\:last\:-mr-1px:last-child{
    margin-right: -1px;
  }

  .tw .sm\:last\:-mr-2px:last-child{
    margin-right: -2px;
  }

  .tw .sm\:last\:-mr-3px:last-child{
    margin-right: -3px;
  }

  .tw .sm\:last\:-mr-4px:last-child{
    margin-right: -4px;
  }

  .tw .sm\:last\:-mr-5px:last-child{
    margin-right: -5px;
  }

  .tw .sm\:last\:-mr-6px:last-child{
    margin-right: -6px;
  }

  .tw .sm\:last\:-mr-7px:last-child{
    margin-right: -7px;
  }

  .tw .sm\:last\:-mr-8px:last-child{
    margin-right: -8px;
  }

  .tw .sm\:last\:-mr-9px:last-child{
    margin-right: -9px;
  }

  .tw .sm\:last\:-mr-10px:last-child{
    margin-right: -10px;
  }

  .tw .sm\:last\:-mr-11px:last-child{
    margin-right: -11px;
  }

  .tw .sm\:last\:-mr-12px:last-child{
    margin-right: -12px;
  }

  .tw .sm\:last\:-mr-13px:last-child{
    margin-right: -13px;
  }

  .tw .sm\:last\:-mr-14px:last-child{
    margin-right: -14px;
  }

  .tw .sm\:last\:-mr-15px:last-child{
    margin-right: -15px;
  }

  .tw .sm\:last\:-mr-16px:last-child{
    margin-right: -16px;
  }

  .tw .sm\:last\:-mr-17px:last-child{
    margin-right: -17px;
  }

  .tw .sm\:last\:-mr-18px:last-child{
    margin-right: -18px;
  }

  .tw .sm\:last\:-mr-19px:last-child{
    margin-right: -19px;
  }

  .tw .sm\:last\:-mr-20px:last-child{
    margin-right: -20px;
  }

  .tw .sm\:last\:-mr-21px:last-child{
    margin-right: -21px;
  }

  .tw .sm\:last\:-mr-22px:last-child{
    margin-right: -22px;
  }

  .tw .sm\:last\:-mr-23px:last-child{
    margin-right: -23px;
  }

  .tw .sm\:last\:-mr-24px:last-child{
    margin-right: -24px;
  }

  .tw .sm\:last\:-mr-25px:last-child{
    margin-right: -25px;
  }

  .tw .sm\:last\:-mr-26px:last-child{
    margin-right: -26px;
  }

  .tw .sm\:last\:-mr-27px:last-child{
    margin-right: -27px;
  }

  .tw .sm\:last\:-mr-28px:last-child{
    margin-right: -28px;
  }

  .tw .sm\:last\:-mr-29px:last-child{
    margin-right: -29px;
  }

  .tw .sm\:last\:-mr-30px:last-child{
    margin-right: -30px;
  }

  .tw .sm\:last\:-mr-31px:last-child{
    margin-right: -31px;
  }

  .tw .sm\:last\:-mr-32px:last-child{
    margin-right: -32px;
  }

  .tw .sm\:last\:-mr-33px:last-child{
    margin-right: -33px;
  }

  .tw .sm\:last\:-mr-34px:last-child{
    margin-right: -34px;
  }

  .tw .sm\:last\:-mr-35px:last-child{
    margin-right: -35px;
  }

  .tw .sm\:last\:-mr-36px:last-child{
    margin-right: -36px;
  }

  .tw .sm\:last\:-mr-37px:last-child{
    margin-right: -37px;
  }

  .tw .sm\:last\:-mr-38px:last-child{
    margin-right: -38px;
  }

  .tw .sm\:last\:-mr-39px:last-child{
    margin-right: -39px;
  }

  .tw .sm\:last\:-mr-40px:last-child{
    margin-right: -40px;
  }

  .tw .sm\:last\:mb-0:last-child{
    margin-bottom: 0px;
  }

  .tw .sm\:last\:mb-1:last-child{
    margin-bottom: 5px;
  }

  .tw .sm\:last\:mb-2:last-child{
    margin-bottom: 10px;
  }

  .tw .sm\:last\:mb-3:last-child{
    margin-bottom: 15px;
  }

  .tw .sm\:last\:mb-4:last-child{
    margin-bottom: 20px;
  }

  .tw .sm\:last\:mb-5:last-child{
    margin-bottom: 25px;
  }

  .tw .sm\:last\:mb-6:last-child{
    margin-bottom: 30px;
  }

  .tw .sm\:last\:mb-7:last-child{
    margin-bottom: 35px;
  }

  .tw .sm\:last\:mb-8:last-child{
    margin-bottom: 40px;
  }

  .tw .sm\:last\:mb-9:last-child{
    margin-bottom: 45px;
  }

  .tw .sm\:last\:mb-10:last-child{
    margin-bottom: 50px;
  }

  .tw .sm\:last\:mb-11:last-child{
    margin-bottom: 55px;
  }

  .tw .sm\:last\:mb-12:last-child{
    margin-bottom: 60px;
  }

  .tw .sm\:last\:mb-13:last-child{
    margin-bottom: 65px;
  }

  .tw .sm\:last\:mb-14:last-child{
    margin-bottom: 70px;
  }

  .tw .sm\:last\:mb-15:last-child{
    margin-bottom: 75px;
  }

  .tw .sm\:last\:mb-16:last-child{
    margin-bottom: 80px;
  }

  .tw .sm\:last\:mb-17:last-child{
    margin-bottom: 85px;
  }

  .tw .sm\:last\:mb-18:last-child{
    margin-bottom: 90px;
  }

  .tw .sm\:last\:mb-19:last-child{
    margin-bottom: 95px;
  }

  .tw .sm\:last\:mb-20:last-child{
    margin-bottom: 100px;
  }

  .tw .sm\:last\:mb-21:last-child{
    margin-bottom: 105px;
  }

  .tw .sm\:last\:mb-22:last-child{
    margin-bottom: 110px;
  }

  .tw .sm\:last\:mb-23:last-child{
    margin-bottom: 115px;
  }

  .tw .sm\:last\:mb-24:last-child{
    margin-bottom: 120px;
  }

  .tw .sm\:last\:mb-25:last-child{
    margin-bottom: 125px;
  }

  .tw .sm\:last\:mb-26:last-child{
    margin-bottom: 130px;
  }

  .tw .sm\:last\:mb-27:last-child{
    margin-bottom: 135px;
  }

  .tw .sm\:last\:mb-28:last-child{
    margin-bottom: 140px;
  }

  .tw .sm\:last\:mb-29:last-child{
    margin-bottom: 145px;
  }

  .tw .sm\:last\:mb-30:last-child{
    margin-bottom: 150px;
  }

  .tw .sm\:last\:mb-31:last-child{
    margin-bottom: 155px;
  }

  .tw .sm\:last\:mb-32:last-child{
    margin-bottom: 160px;
  }

  .tw .sm\:last\:mb-33:last-child{
    margin-bottom: 165px;
  }

  .tw .sm\:last\:mb-34:last-child{
    margin-bottom: 170px;
  }

  .tw .sm\:last\:mb-35:last-child{
    margin-bottom: 175px;
  }

  .tw .sm\:last\:mb-36:last-child{
    margin-bottom: 180px;
  }

  .tw .sm\:last\:mb-37:last-child{
    margin-bottom: 185px;
  }

  .tw .sm\:last\:mb-38:last-child{
    margin-bottom: 190px;
  }

  .tw .sm\:last\:mb-39:last-child{
    margin-bottom: 195px;
  }

  .tw .sm\:last\:mb-40:last-child{
    margin-bottom: 200px;
  }

  .tw .sm\:last\:mb-41:last-child{
    margin-bottom: 205px;
  }

  .tw .sm\:last\:mb-42:last-child{
    margin-bottom: 210px;
  }

  .tw .sm\:last\:mb-43:last-child{
    margin-bottom: 215px;
  }

  .tw .sm\:last\:mb-44:last-child{
    margin-bottom: 220px;
  }

  .tw .sm\:last\:mb-45:last-child{
    margin-bottom: 225px;
  }

  .tw .sm\:last\:mb-46:last-child{
    margin-bottom: 230px;
  }

  .tw .sm\:last\:mb-47:last-child{
    margin-bottom: 235px;
  }

  .tw .sm\:last\:mb-48:last-child{
    margin-bottom: 240px;
  }

  .tw .sm\:last\:mb-49:last-child{
    margin-bottom: 245px;
  }

  .tw .sm\:last\:mb-50:last-child{
    margin-bottom: 250px;
  }

  .tw .sm\:last\:mb-51:last-child{
    margin-bottom: 255px;
  }

  .tw .sm\:last\:mb-52:last-child{
    margin-bottom: 260px;
  }

  .tw .sm\:last\:mb-53:last-child{
    margin-bottom: 265px;
  }

  .tw .sm\:last\:mb-54:last-child{
    margin-bottom: 270px;
  }

  .tw .sm\:last\:mb-55:last-child{
    margin-bottom: 275px;
  }

  .tw .sm\:last\:mb-56:last-child{
    margin-bottom: 280px;
  }

  .tw .sm\:last\:mb-57:last-child{
    margin-bottom: 285px;
  }

  .tw .sm\:last\:mb-58:last-child{
    margin-bottom: 290px;
  }

  .tw .sm\:last\:mb-59:last-child{
    margin-bottom: 295px;
  }

  .tw .sm\:last\:mb-60:last-child{
    margin-bottom: 300px;
  }

  .tw .sm\:last\:mb-61:last-child{
    margin-bottom: 305px;
  }

  .tw .sm\:last\:mb-62:last-child{
    margin-bottom: 310px;
  }

  .tw .sm\:last\:mb-63:last-child{
    margin-bottom: 315px;
  }

  .tw .sm\:last\:mb-64:last-child{
    margin-bottom: 320px;
  }

  .tw .sm\:last\:mb-65:last-child{
    margin-bottom: 325px;
  }

  .tw .sm\:last\:mb-66:last-child{
    margin-bottom: 330px;
  }

  .tw .sm\:last\:mb-67:last-child{
    margin-bottom: 335px;
  }

  .tw .sm\:last\:mb-68:last-child{
    margin-bottom: 340px;
  }

  .tw .sm\:last\:mb-69:last-child{
    margin-bottom: 345px;
  }

  .tw .sm\:last\:mb-70:last-child{
    margin-bottom: 350px;
  }

  .tw .sm\:last\:mb-71:last-child{
    margin-bottom: 355px;
  }

  .tw .sm\:last\:mb-72:last-child{
    margin-bottom: 360px;
  }

  .tw .sm\:last\:mb-73:last-child{
    margin-bottom: 365px;
  }

  .tw .sm\:last\:mb-74:last-child{
    margin-bottom: 370px;
  }

  .tw .sm\:last\:mb-75:last-child{
    margin-bottom: 375px;
  }

  .tw .sm\:last\:mb-76:last-child{
    margin-bottom: 380px;
  }

  .tw .sm\:last\:mb-77:last-child{
    margin-bottom: 385px;
  }

  .tw .sm\:last\:mb-78:last-child{
    margin-bottom: 390px;
  }

  .tw .sm\:last\:mb-79:last-child{
    margin-bottom: 395px;
  }

  .tw .sm\:last\:mb-80:last-child{
    margin-bottom: 400px;
  }

  .tw .sm\:last\:mb-81:last-child{
    margin-bottom: 405px;
  }

  .tw .sm\:last\:mb-82:last-child{
    margin-bottom: 410px;
  }

  .tw .sm\:last\:mb-83:last-child{
    margin-bottom: 415px;
  }

  .tw .sm\:last\:mb-84:last-child{
    margin-bottom: 420px;
  }

  .tw .sm\:last\:mb-85:last-child{
    margin-bottom: 425px;
  }

  .tw .sm\:last\:mb-86:last-child{
    margin-bottom: 430px;
  }

  .tw .sm\:last\:mb-87:last-child{
    margin-bottom: 435px;
  }

  .tw .sm\:last\:mb-88:last-child{
    margin-bottom: 440px;
  }

  .tw .sm\:last\:mb-89:last-child{
    margin-bottom: 445px;
  }

  .tw .sm\:last\:mb-90:last-child{
    margin-bottom: 450px;
  }

  .tw .sm\:last\:mb-91:last-child{
    margin-bottom: 455px;
  }

  .tw .sm\:last\:mb-92:last-child{
    margin-bottom: 460px;
  }

  .tw .sm\:last\:mb-93:last-child{
    margin-bottom: 465px;
  }

  .tw .sm\:last\:mb-94:last-child{
    margin-bottom: 470px;
  }

  .tw .sm\:last\:mb-95:last-child{
    margin-bottom: 475px;
  }

  .tw .sm\:last\:mb-96:last-child{
    margin-bottom: 480px;
  }

  .tw .sm\:last\:mb-97:last-child{
    margin-bottom: 485px;
  }

  .tw .sm\:last\:mb-98:last-child{
    margin-bottom: 490px;
  }

  .tw .sm\:last\:mb-99:last-child{
    margin-bottom: 495px;
  }

  .tw .sm\:last\:mb-100:last-child{
    margin-bottom: 500px;
  }

  .tw .sm\:last\:mb-101:last-child{
    margin-bottom: 505px;
  }

  .tw .sm\:last\:mb-102:last-child{
    margin-bottom: 510px;
  }

  .tw .sm\:last\:mb-103:last-child{
    margin-bottom: 515px;
  }

  .tw .sm\:last\:mb-104:last-child{
    margin-bottom: 520px;
  }

  .tw .sm\:last\:mb-105:last-child{
    margin-bottom: 525px;
  }

  .tw .sm\:last\:mb-106:last-child{
    margin-bottom: 530px;
  }

  .tw .sm\:last\:mb-107:last-child{
    margin-bottom: 535px;
  }

  .tw .sm\:last\:mb-108:last-child{
    margin-bottom: 540px;
  }

  .tw .sm\:last\:mb-109:last-child{
    margin-bottom: 545px;
  }

  .tw .sm\:last\:mb-110:last-child{
    margin-bottom: 550px;
  }

  .tw .sm\:last\:mb-111:last-child{
    margin-bottom: 555px;
  }

  .tw .sm\:last\:mb-112:last-child{
    margin-bottom: 560px;
  }

  .tw .sm\:last\:mb-113:last-child{
    margin-bottom: 565px;
  }

  .tw .sm\:last\:mb-114:last-child{
    margin-bottom: 570px;
  }

  .tw .sm\:last\:mb-115:last-child{
    margin-bottom: 575px;
  }

  .tw .sm\:last\:mb-116:last-child{
    margin-bottom: 580px;
  }

  .tw .sm\:last\:mb-117:last-child{
    margin-bottom: 585px;
  }

  .tw .sm\:last\:mb-118:last-child{
    margin-bottom: 590px;
  }

  .tw .sm\:last\:mb-119:last-child{
    margin-bottom: 595px;
  }

  .tw .sm\:last\:mb-120:last-child{
    margin-bottom: 600px;
  }

  .tw .sm\:last\:mb-121:last-child{
    margin-bottom: 605px;
  }

  .tw .sm\:last\:mb-122:last-child{
    margin-bottom: 610px;
  }

  .tw .sm\:last\:mb-123:last-child{
    margin-bottom: 615px;
  }

  .tw .sm\:last\:mb-124:last-child{
    margin-bottom: 620px;
  }

  .tw .sm\:last\:mb-125:last-child{
    margin-bottom: 625px;
  }

  .tw .sm\:last\:mb-126:last-child{
    margin-bottom: 630px;
  }

  .tw .sm\:last\:mb-127:last-child{
    margin-bottom: 635px;
  }

  .tw .sm\:last\:mb-128:last-child{
    margin-bottom: 640px;
  }

  .tw .sm\:last\:mb-129:last-child{
    margin-bottom: 645px;
  }

  .tw .sm\:last\:mb-130:last-child{
    margin-bottom: 650px;
  }

  .tw .sm\:last\:mb-131:last-child{
    margin-bottom: 655px;
  }

  .tw .sm\:last\:mb-132:last-child{
    margin-bottom: 660px;
  }

  .tw .sm\:last\:mb-133:last-child{
    margin-bottom: 665px;
  }

  .tw .sm\:last\:mb-134:last-child{
    margin-bottom: 670px;
  }

  .tw .sm\:last\:mb-135:last-child{
    margin-bottom: 675px;
  }

  .tw .sm\:last\:mb-136:last-child{
    margin-bottom: 680px;
  }

  .tw .sm\:last\:mb-137:last-child{
    margin-bottom: 685px;
  }

  .tw .sm\:last\:mb-138:last-child{
    margin-bottom: 690px;
  }

  .tw .sm\:last\:mb-139:last-child{
    margin-bottom: 695px;
  }

  .tw .sm\:last\:mb-140:last-child{
    margin-bottom: 700px;
  }

  .tw .sm\:last\:mb-141:last-child{
    margin-bottom: 705px;
  }

  .tw .sm\:last\:mb-142:last-child{
    margin-bottom: 710px;
  }

  .tw .sm\:last\:mb-143:last-child{
    margin-bottom: 715px;
  }

  .tw .sm\:last\:mb-144:last-child{
    margin-bottom: 720px;
  }

  .tw .sm\:last\:mb-145:last-child{
    margin-bottom: 725px;
  }

  .tw .sm\:last\:mb-146:last-child{
    margin-bottom: 730px;
  }

  .tw .sm\:last\:mb-147:last-child{
    margin-bottom: 735px;
  }

  .tw .sm\:last\:mb-148:last-child{
    margin-bottom: 740px;
  }

  .tw .sm\:last\:mb-149:last-child{
    margin-bottom: 745px;
  }

  .tw .sm\:last\:mb-auto:last-child{
    margin-bottom: auto;
  }

  .tw .sm\:last\:mb-0\.5:last-child{
    margin-bottom: 3px;
  }

  .tw .sm\:last\:mb-1px:last-child{
    margin-bottom: 1px;
  }

  .tw .sm\:last\:mb-2px:last-child{
    margin-bottom: 2px;
  }

  .tw .sm\:last\:mb-3px:last-child{
    margin-bottom: 3px;
  }

  .tw .sm\:last\:mb-4px:last-child{
    margin-bottom: 4px;
  }

  .tw .sm\:last\:mb-5px:last-child{
    margin-bottom: 5px;
  }

  .tw .sm\:last\:mb-6px:last-child{
    margin-bottom: 6px;
  }

  .tw .sm\:last\:mb-7px:last-child{
    margin-bottom: 7px;
  }

  .tw .sm\:last\:mb-8px:last-child{
    margin-bottom: 8px;
  }

  .tw .sm\:last\:mb-9px:last-child{
    margin-bottom: 9px;
  }

  .tw .sm\:last\:mb-10px:last-child{
    margin-bottom: 10px;
  }

  .tw .sm\:last\:mb-11px:last-child{
    margin-bottom: 11px;
  }

  .tw .sm\:last\:mb-12px:last-child{
    margin-bottom: 12px;
  }

  .tw .sm\:last\:mb-13px:last-child{
    margin-bottom: 13px;
  }

  .tw .sm\:last\:mb-14px:last-child{
    margin-bottom: 14px;
  }

  .tw .sm\:last\:mb-15px:last-child{
    margin-bottom: 15px;
  }

  .tw .sm\:last\:mb-16px:last-child{
    margin-bottom: 16px;
  }

  .tw .sm\:last\:mb-17px:last-child{
    margin-bottom: 17px;
  }

  .tw .sm\:last\:mb-18px:last-child{
    margin-bottom: 18px;
  }

  .tw .sm\:last\:mb-19px:last-child{
    margin-bottom: 19px;
  }

  .tw .sm\:last\:mb-20px:last-child{
    margin-bottom: 20px;
  }

  .tw .sm\:last\:mb-21px:last-child{
    margin-bottom: 21px;
  }

  .tw .sm\:last\:mb-22px:last-child{
    margin-bottom: 22px;
  }

  .tw .sm\:last\:mb-23px:last-child{
    margin-bottom: 23px;
  }

  .tw .sm\:last\:mb-24px:last-child{
    margin-bottom: 24px;
  }

  .tw .sm\:last\:mb-25px:last-child{
    margin-bottom: 25px;
  }

  .tw .sm\:last\:mb-26px:last-child{
    margin-bottom: 26px;
  }

  .tw .sm\:last\:mb-27px:last-child{
    margin-bottom: 27px;
  }

  .tw .sm\:last\:mb-28px:last-child{
    margin-bottom: 28px;
  }

  .tw .sm\:last\:mb-29px:last-child{
    margin-bottom: 29px;
  }

  .tw .sm\:last\:mb-30px:last-child{
    margin-bottom: 30px;
  }

  .tw .sm\:last\:mb-31px:last-child{
    margin-bottom: 31px;
  }

  .tw .sm\:last\:mb-32px:last-child{
    margin-bottom: 32px;
  }

  .tw .sm\:last\:mb-33px:last-child{
    margin-bottom: 33px;
  }

  .tw .sm\:last\:mb-34px:last-child{
    margin-bottom: 34px;
  }

  .tw .sm\:last\:mb-35px:last-child{
    margin-bottom: 35px;
  }

  .tw .sm\:last\:mb-36px:last-child{
    margin-bottom: 36px;
  }

  .tw .sm\:last\:mb-37px:last-child{
    margin-bottom: 37px;
  }

  .tw .sm\:last\:mb-38px:last-child{
    margin-bottom: 38px;
  }

  .tw .sm\:last\:mb-39px:last-child{
    margin-bottom: 39px;
  }

  .tw .sm\:last\:mb-40px:last-child{
    margin-bottom: 40px;
  }

  .tw .sm\:last\:-mb-0:last-child{
    margin-bottom: 0px;
  }

  .tw .sm\:last\:-mb-1:last-child{
    margin-bottom: -5px;
  }

  .tw .sm\:last\:-mb-2:last-child{
    margin-bottom: -10px;
  }

  .tw .sm\:last\:-mb-3:last-child{
    margin-bottom: -15px;
  }

  .tw .sm\:last\:-mb-4:last-child{
    margin-bottom: -20px;
  }

  .tw .sm\:last\:-mb-5:last-child{
    margin-bottom: -25px;
  }

  .tw .sm\:last\:-mb-6:last-child{
    margin-bottom: -30px;
  }

  .tw .sm\:last\:-mb-7:last-child{
    margin-bottom: -35px;
  }

  .tw .sm\:last\:-mb-8:last-child{
    margin-bottom: -40px;
  }

  .tw .sm\:last\:-mb-9:last-child{
    margin-bottom: -45px;
  }

  .tw .sm\:last\:-mb-10:last-child{
    margin-bottom: -50px;
  }

  .tw .sm\:last\:-mb-11:last-child{
    margin-bottom: -55px;
  }

  .tw .sm\:last\:-mb-12:last-child{
    margin-bottom: -60px;
  }

  .tw .sm\:last\:-mb-13:last-child{
    margin-bottom: -65px;
  }

  .tw .sm\:last\:-mb-14:last-child{
    margin-bottom: -70px;
  }

  .tw .sm\:last\:-mb-15:last-child{
    margin-bottom: -75px;
  }

  .tw .sm\:last\:-mb-16:last-child{
    margin-bottom: -80px;
  }

  .tw .sm\:last\:-mb-17:last-child{
    margin-bottom: -85px;
  }

  .tw .sm\:last\:-mb-18:last-child{
    margin-bottom: -90px;
  }

  .tw .sm\:last\:-mb-19:last-child{
    margin-bottom: -95px;
  }

  .tw .sm\:last\:-mb-20:last-child{
    margin-bottom: -100px;
  }

  .tw .sm\:last\:-mb-21:last-child{
    margin-bottom: -105px;
  }

  .tw .sm\:last\:-mb-22:last-child{
    margin-bottom: -110px;
  }

  .tw .sm\:last\:-mb-23:last-child{
    margin-bottom: -115px;
  }

  .tw .sm\:last\:-mb-24:last-child{
    margin-bottom: -120px;
  }

  .tw .sm\:last\:-mb-25:last-child{
    margin-bottom: -125px;
  }

  .tw .sm\:last\:-mb-26:last-child{
    margin-bottom: -130px;
  }

  .tw .sm\:last\:-mb-27:last-child{
    margin-bottom: -135px;
  }

  .tw .sm\:last\:-mb-28:last-child{
    margin-bottom: -140px;
  }

  .tw .sm\:last\:-mb-29:last-child{
    margin-bottom: -145px;
  }

  .tw .sm\:last\:-mb-30:last-child{
    margin-bottom: -150px;
  }

  .tw .sm\:last\:-mb-31:last-child{
    margin-bottom: -155px;
  }

  .tw .sm\:last\:-mb-32:last-child{
    margin-bottom: -160px;
  }

  .tw .sm\:last\:-mb-33:last-child{
    margin-bottom: -165px;
  }

  .tw .sm\:last\:-mb-34:last-child{
    margin-bottom: -170px;
  }

  .tw .sm\:last\:-mb-35:last-child{
    margin-bottom: -175px;
  }

  .tw .sm\:last\:-mb-36:last-child{
    margin-bottom: -180px;
  }

  .tw .sm\:last\:-mb-37:last-child{
    margin-bottom: -185px;
  }

  .tw .sm\:last\:-mb-38:last-child{
    margin-bottom: -190px;
  }

  .tw .sm\:last\:-mb-39:last-child{
    margin-bottom: -195px;
  }

  .tw .sm\:last\:-mb-40:last-child{
    margin-bottom: -200px;
  }

  .tw .sm\:last\:-mb-41:last-child{
    margin-bottom: -205px;
  }

  .tw .sm\:last\:-mb-42:last-child{
    margin-bottom: -210px;
  }

  .tw .sm\:last\:-mb-43:last-child{
    margin-bottom: -215px;
  }

  .tw .sm\:last\:-mb-44:last-child{
    margin-bottom: -220px;
  }

  .tw .sm\:last\:-mb-45:last-child{
    margin-bottom: -225px;
  }

  .tw .sm\:last\:-mb-46:last-child{
    margin-bottom: -230px;
  }

  .tw .sm\:last\:-mb-47:last-child{
    margin-bottom: -235px;
  }

  .tw .sm\:last\:-mb-48:last-child{
    margin-bottom: -240px;
  }

  .tw .sm\:last\:-mb-49:last-child{
    margin-bottom: -245px;
  }

  .tw .sm\:last\:-mb-50:last-child{
    margin-bottom: -250px;
  }

  .tw .sm\:last\:-mb-51:last-child{
    margin-bottom: -255px;
  }

  .tw .sm\:last\:-mb-52:last-child{
    margin-bottom: -260px;
  }

  .tw .sm\:last\:-mb-53:last-child{
    margin-bottom: -265px;
  }

  .tw .sm\:last\:-mb-54:last-child{
    margin-bottom: -270px;
  }

  .tw .sm\:last\:-mb-55:last-child{
    margin-bottom: -275px;
  }

  .tw .sm\:last\:-mb-56:last-child{
    margin-bottom: -280px;
  }

  .tw .sm\:last\:-mb-57:last-child{
    margin-bottom: -285px;
  }

  .tw .sm\:last\:-mb-58:last-child{
    margin-bottom: -290px;
  }

  .tw .sm\:last\:-mb-59:last-child{
    margin-bottom: -295px;
  }

  .tw .sm\:last\:-mb-60:last-child{
    margin-bottom: -300px;
  }

  .tw .sm\:last\:-mb-61:last-child{
    margin-bottom: -305px;
  }

  .tw .sm\:last\:-mb-62:last-child{
    margin-bottom: -310px;
  }

  .tw .sm\:last\:-mb-63:last-child{
    margin-bottom: -315px;
  }

  .tw .sm\:last\:-mb-64:last-child{
    margin-bottom: -320px;
  }

  .tw .sm\:last\:-mb-65:last-child{
    margin-bottom: -325px;
  }

  .tw .sm\:last\:-mb-66:last-child{
    margin-bottom: -330px;
  }

  .tw .sm\:last\:-mb-67:last-child{
    margin-bottom: -335px;
  }

  .tw .sm\:last\:-mb-68:last-child{
    margin-bottom: -340px;
  }

  .tw .sm\:last\:-mb-69:last-child{
    margin-bottom: -345px;
  }

  .tw .sm\:last\:-mb-70:last-child{
    margin-bottom: -350px;
  }

  .tw .sm\:last\:-mb-71:last-child{
    margin-bottom: -355px;
  }

  .tw .sm\:last\:-mb-72:last-child{
    margin-bottom: -360px;
  }

  .tw .sm\:last\:-mb-73:last-child{
    margin-bottom: -365px;
  }

  .tw .sm\:last\:-mb-74:last-child{
    margin-bottom: -370px;
  }

  .tw .sm\:last\:-mb-75:last-child{
    margin-bottom: -375px;
  }

  .tw .sm\:last\:-mb-76:last-child{
    margin-bottom: -380px;
  }

  .tw .sm\:last\:-mb-77:last-child{
    margin-bottom: -385px;
  }

  .tw .sm\:last\:-mb-78:last-child{
    margin-bottom: -390px;
  }

  .tw .sm\:last\:-mb-79:last-child{
    margin-bottom: -395px;
  }

  .tw .sm\:last\:-mb-80:last-child{
    margin-bottom: -400px;
  }

  .tw .sm\:last\:-mb-81:last-child{
    margin-bottom: -405px;
  }

  .tw .sm\:last\:-mb-82:last-child{
    margin-bottom: -410px;
  }

  .tw .sm\:last\:-mb-83:last-child{
    margin-bottom: -415px;
  }

  .tw .sm\:last\:-mb-84:last-child{
    margin-bottom: -420px;
  }

  .tw .sm\:last\:-mb-85:last-child{
    margin-bottom: -425px;
  }

  .tw .sm\:last\:-mb-86:last-child{
    margin-bottom: -430px;
  }

  .tw .sm\:last\:-mb-87:last-child{
    margin-bottom: -435px;
  }

  .tw .sm\:last\:-mb-88:last-child{
    margin-bottom: -440px;
  }

  .tw .sm\:last\:-mb-89:last-child{
    margin-bottom: -445px;
  }

  .tw .sm\:last\:-mb-90:last-child{
    margin-bottom: -450px;
  }

  .tw .sm\:last\:-mb-91:last-child{
    margin-bottom: -455px;
  }

  .tw .sm\:last\:-mb-92:last-child{
    margin-bottom: -460px;
  }

  .tw .sm\:last\:-mb-93:last-child{
    margin-bottom: -465px;
  }

  .tw .sm\:last\:-mb-94:last-child{
    margin-bottom: -470px;
  }

  .tw .sm\:last\:-mb-95:last-child{
    margin-bottom: -475px;
  }

  .tw .sm\:last\:-mb-96:last-child{
    margin-bottom: -480px;
  }

  .tw .sm\:last\:-mb-97:last-child{
    margin-bottom: -485px;
  }

  .tw .sm\:last\:-mb-98:last-child{
    margin-bottom: -490px;
  }

  .tw .sm\:last\:-mb-99:last-child{
    margin-bottom: -495px;
  }

  .tw .sm\:last\:-mb-100:last-child{
    margin-bottom: -500px;
  }

  .tw .sm\:last\:-mb-101:last-child{
    margin-bottom: -505px;
  }

  .tw .sm\:last\:-mb-102:last-child{
    margin-bottom: -510px;
  }

  .tw .sm\:last\:-mb-103:last-child{
    margin-bottom: -515px;
  }

  .tw .sm\:last\:-mb-104:last-child{
    margin-bottom: -520px;
  }

  .tw .sm\:last\:-mb-105:last-child{
    margin-bottom: -525px;
  }

  .tw .sm\:last\:-mb-106:last-child{
    margin-bottom: -530px;
  }

  .tw .sm\:last\:-mb-107:last-child{
    margin-bottom: -535px;
  }

  .tw .sm\:last\:-mb-108:last-child{
    margin-bottom: -540px;
  }

  .tw .sm\:last\:-mb-109:last-child{
    margin-bottom: -545px;
  }

  .tw .sm\:last\:-mb-110:last-child{
    margin-bottom: -550px;
  }

  .tw .sm\:last\:-mb-111:last-child{
    margin-bottom: -555px;
  }

  .tw .sm\:last\:-mb-112:last-child{
    margin-bottom: -560px;
  }

  .tw .sm\:last\:-mb-113:last-child{
    margin-bottom: -565px;
  }

  .tw .sm\:last\:-mb-114:last-child{
    margin-bottom: -570px;
  }

  .tw .sm\:last\:-mb-115:last-child{
    margin-bottom: -575px;
  }

  .tw .sm\:last\:-mb-116:last-child{
    margin-bottom: -580px;
  }

  .tw .sm\:last\:-mb-117:last-child{
    margin-bottom: -585px;
  }

  .tw .sm\:last\:-mb-118:last-child{
    margin-bottom: -590px;
  }

  .tw .sm\:last\:-mb-119:last-child{
    margin-bottom: -595px;
  }

  .tw .sm\:last\:-mb-120:last-child{
    margin-bottom: -600px;
  }

  .tw .sm\:last\:-mb-121:last-child{
    margin-bottom: -605px;
  }

  .tw .sm\:last\:-mb-122:last-child{
    margin-bottom: -610px;
  }

  .tw .sm\:last\:-mb-123:last-child{
    margin-bottom: -615px;
  }

  .tw .sm\:last\:-mb-124:last-child{
    margin-bottom: -620px;
  }

  .tw .sm\:last\:-mb-125:last-child{
    margin-bottom: -625px;
  }

  .tw .sm\:last\:-mb-126:last-child{
    margin-bottom: -630px;
  }

  .tw .sm\:last\:-mb-127:last-child{
    margin-bottom: -635px;
  }

  .tw .sm\:last\:-mb-128:last-child{
    margin-bottom: -640px;
  }

  .tw .sm\:last\:-mb-129:last-child{
    margin-bottom: -645px;
  }

  .tw .sm\:last\:-mb-130:last-child{
    margin-bottom: -650px;
  }

  .tw .sm\:last\:-mb-131:last-child{
    margin-bottom: -655px;
  }

  .tw .sm\:last\:-mb-132:last-child{
    margin-bottom: -660px;
  }

  .tw .sm\:last\:-mb-133:last-child{
    margin-bottom: -665px;
  }

  .tw .sm\:last\:-mb-134:last-child{
    margin-bottom: -670px;
  }

  .tw .sm\:last\:-mb-135:last-child{
    margin-bottom: -675px;
  }

  .tw .sm\:last\:-mb-136:last-child{
    margin-bottom: -680px;
  }

  .tw .sm\:last\:-mb-137:last-child{
    margin-bottom: -685px;
  }

  .tw .sm\:last\:-mb-138:last-child{
    margin-bottom: -690px;
  }

  .tw .sm\:last\:-mb-139:last-child{
    margin-bottom: -695px;
  }

  .tw .sm\:last\:-mb-140:last-child{
    margin-bottom: -700px;
  }

  .tw .sm\:last\:-mb-141:last-child{
    margin-bottom: -705px;
  }

  .tw .sm\:last\:-mb-142:last-child{
    margin-bottom: -710px;
  }

  .tw .sm\:last\:-mb-143:last-child{
    margin-bottom: -715px;
  }

  .tw .sm\:last\:-mb-144:last-child{
    margin-bottom: -720px;
  }

  .tw .sm\:last\:-mb-145:last-child{
    margin-bottom: -725px;
  }

  .tw .sm\:last\:-mb-146:last-child{
    margin-bottom: -730px;
  }

  .tw .sm\:last\:-mb-147:last-child{
    margin-bottom: -735px;
  }

  .tw .sm\:last\:-mb-148:last-child{
    margin-bottom: -740px;
  }

  .tw .sm\:last\:-mb-149:last-child{
    margin-bottom: -745px;
  }

  .tw .sm\:last\:-mb-0\.5:last-child{
    margin-bottom: -3px;
  }

  .tw .sm\:last\:-mb-1px:last-child{
    margin-bottom: -1px;
  }

  .tw .sm\:last\:-mb-2px:last-child{
    margin-bottom: -2px;
  }

  .tw .sm\:last\:-mb-3px:last-child{
    margin-bottom: -3px;
  }

  .tw .sm\:last\:-mb-4px:last-child{
    margin-bottom: -4px;
  }

  .tw .sm\:last\:-mb-5px:last-child{
    margin-bottom: -5px;
  }

  .tw .sm\:last\:-mb-6px:last-child{
    margin-bottom: -6px;
  }

  .tw .sm\:last\:-mb-7px:last-child{
    margin-bottom: -7px;
  }

  .tw .sm\:last\:-mb-8px:last-child{
    margin-bottom: -8px;
  }

  .tw .sm\:last\:-mb-9px:last-child{
    margin-bottom: -9px;
  }

  .tw .sm\:last\:-mb-10px:last-child{
    margin-bottom: -10px;
  }

  .tw .sm\:last\:-mb-11px:last-child{
    margin-bottom: -11px;
  }

  .tw .sm\:last\:-mb-12px:last-child{
    margin-bottom: -12px;
  }

  .tw .sm\:last\:-mb-13px:last-child{
    margin-bottom: -13px;
  }

  .tw .sm\:last\:-mb-14px:last-child{
    margin-bottom: -14px;
  }

  .tw .sm\:last\:-mb-15px:last-child{
    margin-bottom: -15px;
  }

  .tw .sm\:last\:-mb-16px:last-child{
    margin-bottom: -16px;
  }

  .tw .sm\:last\:-mb-17px:last-child{
    margin-bottom: -17px;
  }

  .tw .sm\:last\:-mb-18px:last-child{
    margin-bottom: -18px;
  }

  .tw .sm\:last\:-mb-19px:last-child{
    margin-bottom: -19px;
  }

  .tw .sm\:last\:-mb-20px:last-child{
    margin-bottom: -20px;
  }

  .tw .sm\:last\:-mb-21px:last-child{
    margin-bottom: -21px;
  }

  .tw .sm\:last\:-mb-22px:last-child{
    margin-bottom: -22px;
  }

  .tw .sm\:last\:-mb-23px:last-child{
    margin-bottom: -23px;
  }

  .tw .sm\:last\:-mb-24px:last-child{
    margin-bottom: -24px;
  }

  .tw .sm\:last\:-mb-25px:last-child{
    margin-bottom: -25px;
  }

  .tw .sm\:last\:-mb-26px:last-child{
    margin-bottom: -26px;
  }

  .tw .sm\:last\:-mb-27px:last-child{
    margin-bottom: -27px;
  }

  .tw .sm\:last\:-mb-28px:last-child{
    margin-bottom: -28px;
  }

  .tw .sm\:last\:-mb-29px:last-child{
    margin-bottom: -29px;
  }

  .tw .sm\:last\:-mb-30px:last-child{
    margin-bottom: -30px;
  }

  .tw .sm\:last\:-mb-31px:last-child{
    margin-bottom: -31px;
  }

  .tw .sm\:last\:-mb-32px:last-child{
    margin-bottom: -32px;
  }

  .tw .sm\:last\:-mb-33px:last-child{
    margin-bottom: -33px;
  }

  .tw .sm\:last\:-mb-34px:last-child{
    margin-bottom: -34px;
  }

  .tw .sm\:last\:-mb-35px:last-child{
    margin-bottom: -35px;
  }

  .tw .sm\:last\:-mb-36px:last-child{
    margin-bottom: -36px;
  }

  .tw .sm\:last\:-mb-37px:last-child{
    margin-bottom: -37px;
  }

  .tw .sm\:last\:-mb-38px:last-child{
    margin-bottom: -38px;
  }

  .tw .sm\:last\:-mb-39px:last-child{
    margin-bottom: -39px;
  }

  .tw .sm\:last\:-mb-40px:last-child{
    margin-bottom: -40px;
  }

  .tw .sm\:last\:ml-0:last-child{
    margin-left: 0px;
  }

  .tw .sm\:last\:ml-1:last-child{
    margin-left: 5px;
  }

  .tw .sm\:last\:ml-2:last-child{
    margin-left: 10px;
  }

  .tw .sm\:last\:ml-3:last-child{
    margin-left: 15px;
  }

  .tw .sm\:last\:ml-4:last-child{
    margin-left: 20px;
  }

  .tw .sm\:last\:ml-5:last-child{
    margin-left: 25px;
  }

  .tw .sm\:last\:ml-6:last-child{
    margin-left: 30px;
  }

  .tw .sm\:last\:ml-7:last-child{
    margin-left: 35px;
  }

  .tw .sm\:last\:ml-8:last-child{
    margin-left: 40px;
  }

  .tw .sm\:last\:ml-9:last-child{
    margin-left: 45px;
  }

  .tw .sm\:last\:ml-10:last-child{
    margin-left: 50px;
  }

  .tw .sm\:last\:ml-11:last-child{
    margin-left: 55px;
  }

  .tw .sm\:last\:ml-12:last-child{
    margin-left: 60px;
  }

  .tw .sm\:last\:ml-13:last-child{
    margin-left: 65px;
  }

  .tw .sm\:last\:ml-14:last-child{
    margin-left: 70px;
  }

  .tw .sm\:last\:ml-15:last-child{
    margin-left: 75px;
  }

  .tw .sm\:last\:ml-16:last-child{
    margin-left: 80px;
  }

  .tw .sm\:last\:ml-17:last-child{
    margin-left: 85px;
  }

  .tw .sm\:last\:ml-18:last-child{
    margin-left: 90px;
  }

  .tw .sm\:last\:ml-19:last-child{
    margin-left: 95px;
  }

  .tw .sm\:last\:ml-20:last-child{
    margin-left: 100px;
  }

  .tw .sm\:last\:ml-21:last-child{
    margin-left: 105px;
  }

  .tw .sm\:last\:ml-22:last-child{
    margin-left: 110px;
  }

  .tw .sm\:last\:ml-23:last-child{
    margin-left: 115px;
  }

  .tw .sm\:last\:ml-24:last-child{
    margin-left: 120px;
  }

  .tw .sm\:last\:ml-25:last-child{
    margin-left: 125px;
  }

  .tw .sm\:last\:ml-26:last-child{
    margin-left: 130px;
  }

  .tw .sm\:last\:ml-27:last-child{
    margin-left: 135px;
  }

  .tw .sm\:last\:ml-28:last-child{
    margin-left: 140px;
  }

  .tw .sm\:last\:ml-29:last-child{
    margin-left: 145px;
  }

  .tw .sm\:last\:ml-30:last-child{
    margin-left: 150px;
  }

  .tw .sm\:last\:ml-31:last-child{
    margin-left: 155px;
  }

  .tw .sm\:last\:ml-32:last-child{
    margin-left: 160px;
  }

  .tw .sm\:last\:ml-33:last-child{
    margin-left: 165px;
  }

  .tw .sm\:last\:ml-34:last-child{
    margin-left: 170px;
  }

  .tw .sm\:last\:ml-35:last-child{
    margin-left: 175px;
  }

  .tw .sm\:last\:ml-36:last-child{
    margin-left: 180px;
  }

  .tw .sm\:last\:ml-37:last-child{
    margin-left: 185px;
  }

  .tw .sm\:last\:ml-38:last-child{
    margin-left: 190px;
  }

  .tw .sm\:last\:ml-39:last-child{
    margin-left: 195px;
  }

  .tw .sm\:last\:ml-40:last-child{
    margin-left: 200px;
  }

  .tw .sm\:last\:ml-41:last-child{
    margin-left: 205px;
  }

  .tw .sm\:last\:ml-42:last-child{
    margin-left: 210px;
  }

  .tw .sm\:last\:ml-43:last-child{
    margin-left: 215px;
  }

  .tw .sm\:last\:ml-44:last-child{
    margin-left: 220px;
  }

  .tw .sm\:last\:ml-45:last-child{
    margin-left: 225px;
  }

  .tw .sm\:last\:ml-46:last-child{
    margin-left: 230px;
  }

  .tw .sm\:last\:ml-47:last-child{
    margin-left: 235px;
  }

  .tw .sm\:last\:ml-48:last-child{
    margin-left: 240px;
  }

  .tw .sm\:last\:ml-49:last-child{
    margin-left: 245px;
  }

  .tw .sm\:last\:ml-50:last-child{
    margin-left: 250px;
  }

  .tw .sm\:last\:ml-51:last-child{
    margin-left: 255px;
  }

  .tw .sm\:last\:ml-52:last-child{
    margin-left: 260px;
  }

  .tw .sm\:last\:ml-53:last-child{
    margin-left: 265px;
  }

  .tw .sm\:last\:ml-54:last-child{
    margin-left: 270px;
  }

  .tw .sm\:last\:ml-55:last-child{
    margin-left: 275px;
  }

  .tw .sm\:last\:ml-56:last-child{
    margin-left: 280px;
  }

  .tw .sm\:last\:ml-57:last-child{
    margin-left: 285px;
  }

  .tw .sm\:last\:ml-58:last-child{
    margin-left: 290px;
  }

  .tw .sm\:last\:ml-59:last-child{
    margin-left: 295px;
  }

  .tw .sm\:last\:ml-60:last-child{
    margin-left: 300px;
  }

  .tw .sm\:last\:ml-61:last-child{
    margin-left: 305px;
  }

  .tw .sm\:last\:ml-62:last-child{
    margin-left: 310px;
  }

  .tw .sm\:last\:ml-63:last-child{
    margin-left: 315px;
  }

  .tw .sm\:last\:ml-64:last-child{
    margin-left: 320px;
  }

  .tw .sm\:last\:ml-65:last-child{
    margin-left: 325px;
  }

  .tw .sm\:last\:ml-66:last-child{
    margin-left: 330px;
  }

  .tw .sm\:last\:ml-67:last-child{
    margin-left: 335px;
  }

  .tw .sm\:last\:ml-68:last-child{
    margin-left: 340px;
  }

  .tw .sm\:last\:ml-69:last-child{
    margin-left: 345px;
  }

  .tw .sm\:last\:ml-70:last-child{
    margin-left: 350px;
  }

  .tw .sm\:last\:ml-71:last-child{
    margin-left: 355px;
  }

  .tw .sm\:last\:ml-72:last-child{
    margin-left: 360px;
  }

  .tw .sm\:last\:ml-73:last-child{
    margin-left: 365px;
  }

  .tw .sm\:last\:ml-74:last-child{
    margin-left: 370px;
  }

  .tw .sm\:last\:ml-75:last-child{
    margin-left: 375px;
  }

  .tw .sm\:last\:ml-76:last-child{
    margin-left: 380px;
  }

  .tw .sm\:last\:ml-77:last-child{
    margin-left: 385px;
  }

  .tw .sm\:last\:ml-78:last-child{
    margin-left: 390px;
  }

  .tw .sm\:last\:ml-79:last-child{
    margin-left: 395px;
  }

  .tw .sm\:last\:ml-80:last-child{
    margin-left: 400px;
  }

  .tw .sm\:last\:ml-81:last-child{
    margin-left: 405px;
  }

  .tw .sm\:last\:ml-82:last-child{
    margin-left: 410px;
  }

  .tw .sm\:last\:ml-83:last-child{
    margin-left: 415px;
  }

  .tw .sm\:last\:ml-84:last-child{
    margin-left: 420px;
  }

  .tw .sm\:last\:ml-85:last-child{
    margin-left: 425px;
  }

  .tw .sm\:last\:ml-86:last-child{
    margin-left: 430px;
  }

  .tw .sm\:last\:ml-87:last-child{
    margin-left: 435px;
  }

  .tw .sm\:last\:ml-88:last-child{
    margin-left: 440px;
  }

  .tw .sm\:last\:ml-89:last-child{
    margin-left: 445px;
  }

  .tw .sm\:last\:ml-90:last-child{
    margin-left: 450px;
  }

  .tw .sm\:last\:ml-91:last-child{
    margin-left: 455px;
  }

  .tw .sm\:last\:ml-92:last-child{
    margin-left: 460px;
  }

  .tw .sm\:last\:ml-93:last-child{
    margin-left: 465px;
  }

  .tw .sm\:last\:ml-94:last-child{
    margin-left: 470px;
  }

  .tw .sm\:last\:ml-95:last-child{
    margin-left: 475px;
  }

  .tw .sm\:last\:ml-96:last-child{
    margin-left: 480px;
  }

  .tw .sm\:last\:ml-97:last-child{
    margin-left: 485px;
  }

  .tw .sm\:last\:ml-98:last-child{
    margin-left: 490px;
  }

  .tw .sm\:last\:ml-99:last-child{
    margin-left: 495px;
  }

  .tw .sm\:last\:ml-100:last-child{
    margin-left: 500px;
  }

  .tw .sm\:last\:ml-101:last-child{
    margin-left: 505px;
  }

  .tw .sm\:last\:ml-102:last-child{
    margin-left: 510px;
  }

  .tw .sm\:last\:ml-103:last-child{
    margin-left: 515px;
  }

  .tw .sm\:last\:ml-104:last-child{
    margin-left: 520px;
  }

  .tw .sm\:last\:ml-105:last-child{
    margin-left: 525px;
  }

  .tw .sm\:last\:ml-106:last-child{
    margin-left: 530px;
  }

  .tw .sm\:last\:ml-107:last-child{
    margin-left: 535px;
  }

  .tw .sm\:last\:ml-108:last-child{
    margin-left: 540px;
  }

  .tw .sm\:last\:ml-109:last-child{
    margin-left: 545px;
  }

  .tw .sm\:last\:ml-110:last-child{
    margin-left: 550px;
  }

  .tw .sm\:last\:ml-111:last-child{
    margin-left: 555px;
  }

  .tw .sm\:last\:ml-112:last-child{
    margin-left: 560px;
  }

  .tw .sm\:last\:ml-113:last-child{
    margin-left: 565px;
  }

  .tw .sm\:last\:ml-114:last-child{
    margin-left: 570px;
  }

  .tw .sm\:last\:ml-115:last-child{
    margin-left: 575px;
  }

  .tw .sm\:last\:ml-116:last-child{
    margin-left: 580px;
  }

  .tw .sm\:last\:ml-117:last-child{
    margin-left: 585px;
  }

  .tw .sm\:last\:ml-118:last-child{
    margin-left: 590px;
  }

  .tw .sm\:last\:ml-119:last-child{
    margin-left: 595px;
  }

  .tw .sm\:last\:ml-120:last-child{
    margin-left: 600px;
  }

  .tw .sm\:last\:ml-121:last-child{
    margin-left: 605px;
  }

  .tw .sm\:last\:ml-122:last-child{
    margin-left: 610px;
  }

  .tw .sm\:last\:ml-123:last-child{
    margin-left: 615px;
  }

  .tw .sm\:last\:ml-124:last-child{
    margin-left: 620px;
  }

  .tw .sm\:last\:ml-125:last-child{
    margin-left: 625px;
  }

  .tw .sm\:last\:ml-126:last-child{
    margin-left: 630px;
  }

  .tw .sm\:last\:ml-127:last-child{
    margin-left: 635px;
  }

  .tw .sm\:last\:ml-128:last-child{
    margin-left: 640px;
  }

  .tw .sm\:last\:ml-129:last-child{
    margin-left: 645px;
  }

  .tw .sm\:last\:ml-130:last-child{
    margin-left: 650px;
  }

  .tw .sm\:last\:ml-131:last-child{
    margin-left: 655px;
  }

  .tw .sm\:last\:ml-132:last-child{
    margin-left: 660px;
  }

  .tw .sm\:last\:ml-133:last-child{
    margin-left: 665px;
  }

  .tw .sm\:last\:ml-134:last-child{
    margin-left: 670px;
  }

  .tw .sm\:last\:ml-135:last-child{
    margin-left: 675px;
  }

  .tw .sm\:last\:ml-136:last-child{
    margin-left: 680px;
  }

  .tw .sm\:last\:ml-137:last-child{
    margin-left: 685px;
  }

  .tw .sm\:last\:ml-138:last-child{
    margin-left: 690px;
  }

  .tw .sm\:last\:ml-139:last-child{
    margin-left: 695px;
  }

  .tw .sm\:last\:ml-140:last-child{
    margin-left: 700px;
  }

  .tw .sm\:last\:ml-141:last-child{
    margin-left: 705px;
  }

  .tw .sm\:last\:ml-142:last-child{
    margin-left: 710px;
  }

  .tw .sm\:last\:ml-143:last-child{
    margin-left: 715px;
  }

  .tw .sm\:last\:ml-144:last-child{
    margin-left: 720px;
  }

  .tw .sm\:last\:ml-145:last-child{
    margin-left: 725px;
  }

  .tw .sm\:last\:ml-146:last-child{
    margin-left: 730px;
  }

  .tw .sm\:last\:ml-147:last-child{
    margin-left: 735px;
  }

  .tw .sm\:last\:ml-148:last-child{
    margin-left: 740px;
  }

  .tw .sm\:last\:ml-149:last-child{
    margin-left: 745px;
  }

  .tw .sm\:last\:ml-auto:last-child{
    margin-left: auto;
  }

  .tw .sm\:last\:ml-0\.5:last-child{
    margin-left: 3px;
  }

  .tw .sm\:last\:ml-1px:last-child{
    margin-left: 1px;
  }

  .tw .sm\:last\:ml-2px:last-child{
    margin-left: 2px;
  }

  .tw .sm\:last\:ml-3px:last-child{
    margin-left: 3px;
  }

  .tw .sm\:last\:ml-4px:last-child{
    margin-left: 4px;
  }

  .tw .sm\:last\:ml-5px:last-child{
    margin-left: 5px;
  }

  .tw .sm\:last\:ml-6px:last-child{
    margin-left: 6px;
  }

  .tw .sm\:last\:ml-7px:last-child{
    margin-left: 7px;
  }

  .tw .sm\:last\:ml-8px:last-child{
    margin-left: 8px;
  }

  .tw .sm\:last\:ml-9px:last-child{
    margin-left: 9px;
  }

  .tw .sm\:last\:ml-10px:last-child{
    margin-left: 10px;
  }

  .tw .sm\:last\:ml-11px:last-child{
    margin-left: 11px;
  }

  .tw .sm\:last\:ml-12px:last-child{
    margin-left: 12px;
  }

  .tw .sm\:last\:ml-13px:last-child{
    margin-left: 13px;
  }

  .tw .sm\:last\:ml-14px:last-child{
    margin-left: 14px;
  }

  .tw .sm\:last\:ml-15px:last-child{
    margin-left: 15px;
  }

  .tw .sm\:last\:ml-16px:last-child{
    margin-left: 16px;
  }

  .tw .sm\:last\:ml-17px:last-child{
    margin-left: 17px;
  }

  .tw .sm\:last\:ml-18px:last-child{
    margin-left: 18px;
  }

  .tw .sm\:last\:ml-19px:last-child{
    margin-left: 19px;
  }

  .tw .sm\:last\:ml-20px:last-child{
    margin-left: 20px;
  }

  .tw .sm\:last\:ml-21px:last-child{
    margin-left: 21px;
  }

  .tw .sm\:last\:ml-22px:last-child{
    margin-left: 22px;
  }

  .tw .sm\:last\:ml-23px:last-child{
    margin-left: 23px;
  }

  .tw .sm\:last\:ml-24px:last-child{
    margin-left: 24px;
  }

  .tw .sm\:last\:ml-25px:last-child{
    margin-left: 25px;
  }

  .tw .sm\:last\:ml-26px:last-child{
    margin-left: 26px;
  }

  .tw .sm\:last\:ml-27px:last-child{
    margin-left: 27px;
  }

  .tw .sm\:last\:ml-28px:last-child{
    margin-left: 28px;
  }

  .tw .sm\:last\:ml-29px:last-child{
    margin-left: 29px;
  }

  .tw .sm\:last\:ml-30px:last-child{
    margin-left: 30px;
  }

  .tw .sm\:last\:ml-31px:last-child{
    margin-left: 31px;
  }

  .tw .sm\:last\:ml-32px:last-child{
    margin-left: 32px;
  }

  .tw .sm\:last\:ml-33px:last-child{
    margin-left: 33px;
  }

  .tw .sm\:last\:ml-34px:last-child{
    margin-left: 34px;
  }

  .tw .sm\:last\:ml-35px:last-child{
    margin-left: 35px;
  }

  .tw .sm\:last\:ml-36px:last-child{
    margin-left: 36px;
  }

  .tw .sm\:last\:ml-37px:last-child{
    margin-left: 37px;
  }

  .tw .sm\:last\:ml-38px:last-child{
    margin-left: 38px;
  }

  .tw .sm\:last\:ml-39px:last-child{
    margin-left: 39px;
  }

  .tw .sm\:last\:ml-40px:last-child{
    margin-left: 40px;
  }

  .tw .sm\:last\:-ml-0:last-child{
    margin-left: 0px;
  }

  .tw .sm\:last\:-ml-1:last-child{
    margin-left: -5px;
  }

  .tw .sm\:last\:-ml-2:last-child{
    margin-left: -10px;
  }

  .tw .sm\:last\:-ml-3:last-child{
    margin-left: -15px;
  }

  .tw .sm\:last\:-ml-4:last-child{
    margin-left: -20px;
  }

  .tw .sm\:last\:-ml-5:last-child{
    margin-left: -25px;
  }

  .tw .sm\:last\:-ml-6:last-child{
    margin-left: -30px;
  }

  .tw .sm\:last\:-ml-7:last-child{
    margin-left: -35px;
  }

  .tw .sm\:last\:-ml-8:last-child{
    margin-left: -40px;
  }

  .tw .sm\:last\:-ml-9:last-child{
    margin-left: -45px;
  }

  .tw .sm\:last\:-ml-10:last-child{
    margin-left: -50px;
  }

  .tw .sm\:last\:-ml-11:last-child{
    margin-left: -55px;
  }

  .tw .sm\:last\:-ml-12:last-child{
    margin-left: -60px;
  }

  .tw .sm\:last\:-ml-13:last-child{
    margin-left: -65px;
  }

  .tw .sm\:last\:-ml-14:last-child{
    margin-left: -70px;
  }

  .tw .sm\:last\:-ml-15:last-child{
    margin-left: -75px;
  }

  .tw .sm\:last\:-ml-16:last-child{
    margin-left: -80px;
  }

  .tw .sm\:last\:-ml-17:last-child{
    margin-left: -85px;
  }

  .tw .sm\:last\:-ml-18:last-child{
    margin-left: -90px;
  }

  .tw .sm\:last\:-ml-19:last-child{
    margin-left: -95px;
  }

  .tw .sm\:last\:-ml-20:last-child{
    margin-left: -100px;
  }

  .tw .sm\:last\:-ml-21:last-child{
    margin-left: -105px;
  }

  .tw .sm\:last\:-ml-22:last-child{
    margin-left: -110px;
  }

  .tw .sm\:last\:-ml-23:last-child{
    margin-left: -115px;
  }

  .tw .sm\:last\:-ml-24:last-child{
    margin-left: -120px;
  }

  .tw .sm\:last\:-ml-25:last-child{
    margin-left: -125px;
  }

  .tw .sm\:last\:-ml-26:last-child{
    margin-left: -130px;
  }

  .tw .sm\:last\:-ml-27:last-child{
    margin-left: -135px;
  }

  .tw .sm\:last\:-ml-28:last-child{
    margin-left: -140px;
  }

  .tw .sm\:last\:-ml-29:last-child{
    margin-left: -145px;
  }

  .tw .sm\:last\:-ml-30:last-child{
    margin-left: -150px;
  }

  .tw .sm\:last\:-ml-31:last-child{
    margin-left: -155px;
  }

  .tw .sm\:last\:-ml-32:last-child{
    margin-left: -160px;
  }

  .tw .sm\:last\:-ml-33:last-child{
    margin-left: -165px;
  }

  .tw .sm\:last\:-ml-34:last-child{
    margin-left: -170px;
  }

  .tw .sm\:last\:-ml-35:last-child{
    margin-left: -175px;
  }

  .tw .sm\:last\:-ml-36:last-child{
    margin-left: -180px;
  }

  .tw .sm\:last\:-ml-37:last-child{
    margin-left: -185px;
  }

  .tw .sm\:last\:-ml-38:last-child{
    margin-left: -190px;
  }

  .tw .sm\:last\:-ml-39:last-child{
    margin-left: -195px;
  }

  .tw .sm\:last\:-ml-40:last-child{
    margin-left: -200px;
  }

  .tw .sm\:last\:-ml-41:last-child{
    margin-left: -205px;
  }

  .tw .sm\:last\:-ml-42:last-child{
    margin-left: -210px;
  }

  .tw .sm\:last\:-ml-43:last-child{
    margin-left: -215px;
  }

  .tw .sm\:last\:-ml-44:last-child{
    margin-left: -220px;
  }

  .tw .sm\:last\:-ml-45:last-child{
    margin-left: -225px;
  }

  .tw .sm\:last\:-ml-46:last-child{
    margin-left: -230px;
  }

  .tw .sm\:last\:-ml-47:last-child{
    margin-left: -235px;
  }

  .tw .sm\:last\:-ml-48:last-child{
    margin-left: -240px;
  }

  .tw .sm\:last\:-ml-49:last-child{
    margin-left: -245px;
  }

  .tw .sm\:last\:-ml-50:last-child{
    margin-left: -250px;
  }

  .tw .sm\:last\:-ml-51:last-child{
    margin-left: -255px;
  }

  .tw .sm\:last\:-ml-52:last-child{
    margin-left: -260px;
  }

  .tw .sm\:last\:-ml-53:last-child{
    margin-left: -265px;
  }

  .tw .sm\:last\:-ml-54:last-child{
    margin-left: -270px;
  }

  .tw .sm\:last\:-ml-55:last-child{
    margin-left: -275px;
  }

  .tw .sm\:last\:-ml-56:last-child{
    margin-left: -280px;
  }

  .tw .sm\:last\:-ml-57:last-child{
    margin-left: -285px;
  }

  .tw .sm\:last\:-ml-58:last-child{
    margin-left: -290px;
  }

  .tw .sm\:last\:-ml-59:last-child{
    margin-left: -295px;
  }

  .tw .sm\:last\:-ml-60:last-child{
    margin-left: -300px;
  }

  .tw .sm\:last\:-ml-61:last-child{
    margin-left: -305px;
  }

  .tw .sm\:last\:-ml-62:last-child{
    margin-left: -310px;
  }

  .tw .sm\:last\:-ml-63:last-child{
    margin-left: -315px;
  }

  .tw .sm\:last\:-ml-64:last-child{
    margin-left: -320px;
  }

  .tw .sm\:last\:-ml-65:last-child{
    margin-left: -325px;
  }

  .tw .sm\:last\:-ml-66:last-child{
    margin-left: -330px;
  }

  .tw .sm\:last\:-ml-67:last-child{
    margin-left: -335px;
  }

  .tw .sm\:last\:-ml-68:last-child{
    margin-left: -340px;
  }

  .tw .sm\:last\:-ml-69:last-child{
    margin-left: -345px;
  }

  .tw .sm\:last\:-ml-70:last-child{
    margin-left: -350px;
  }

  .tw .sm\:last\:-ml-71:last-child{
    margin-left: -355px;
  }

  .tw .sm\:last\:-ml-72:last-child{
    margin-left: -360px;
  }

  .tw .sm\:last\:-ml-73:last-child{
    margin-left: -365px;
  }

  .tw .sm\:last\:-ml-74:last-child{
    margin-left: -370px;
  }

  .tw .sm\:last\:-ml-75:last-child{
    margin-left: -375px;
  }

  .tw .sm\:last\:-ml-76:last-child{
    margin-left: -380px;
  }

  .tw .sm\:last\:-ml-77:last-child{
    margin-left: -385px;
  }

  .tw .sm\:last\:-ml-78:last-child{
    margin-left: -390px;
  }

  .tw .sm\:last\:-ml-79:last-child{
    margin-left: -395px;
  }

  .tw .sm\:last\:-ml-80:last-child{
    margin-left: -400px;
  }

  .tw .sm\:last\:-ml-81:last-child{
    margin-left: -405px;
  }

  .tw .sm\:last\:-ml-82:last-child{
    margin-left: -410px;
  }

  .tw .sm\:last\:-ml-83:last-child{
    margin-left: -415px;
  }

  .tw .sm\:last\:-ml-84:last-child{
    margin-left: -420px;
  }

  .tw .sm\:last\:-ml-85:last-child{
    margin-left: -425px;
  }

  .tw .sm\:last\:-ml-86:last-child{
    margin-left: -430px;
  }

  .tw .sm\:last\:-ml-87:last-child{
    margin-left: -435px;
  }

  .tw .sm\:last\:-ml-88:last-child{
    margin-left: -440px;
  }

  .tw .sm\:last\:-ml-89:last-child{
    margin-left: -445px;
  }

  .tw .sm\:last\:-ml-90:last-child{
    margin-left: -450px;
  }

  .tw .sm\:last\:-ml-91:last-child{
    margin-left: -455px;
  }

  .tw .sm\:last\:-ml-92:last-child{
    margin-left: -460px;
  }

  .tw .sm\:last\:-ml-93:last-child{
    margin-left: -465px;
  }

  .tw .sm\:last\:-ml-94:last-child{
    margin-left: -470px;
  }

  .tw .sm\:last\:-ml-95:last-child{
    margin-left: -475px;
  }

  .tw .sm\:last\:-ml-96:last-child{
    margin-left: -480px;
  }

  .tw .sm\:last\:-ml-97:last-child{
    margin-left: -485px;
  }

  .tw .sm\:last\:-ml-98:last-child{
    margin-left: -490px;
  }

  .tw .sm\:last\:-ml-99:last-child{
    margin-left: -495px;
  }

  .tw .sm\:last\:-ml-100:last-child{
    margin-left: -500px;
  }

  .tw .sm\:last\:-ml-101:last-child{
    margin-left: -505px;
  }

  .tw .sm\:last\:-ml-102:last-child{
    margin-left: -510px;
  }

  .tw .sm\:last\:-ml-103:last-child{
    margin-left: -515px;
  }

  .tw .sm\:last\:-ml-104:last-child{
    margin-left: -520px;
  }

  .tw .sm\:last\:-ml-105:last-child{
    margin-left: -525px;
  }

  .tw .sm\:last\:-ml-106:last-child{
    margin-left: -530px;
  }

  .tw .sm\:last\:-ml-107:last-child{
    margin-left: -535px;
  }

  .tw .sm\:last\:-ml-108:last-child{
    margin-left: -540px;
  }

  .tw .sm\:last\:-ml-109:last-child{
    margin-left: -545px;
  }

  .tw .sm\:last\:-ml-110:last-child{
    margin-left: -550px;
  }

  .tw .sm\:last\:-ml-111:last-child{
    margin-left: -555px;
  }

  .tw .sm\:last\:-ml-112:last-child{
    margin-left: -560px;
  }

  .tw .sm\:last\:-ml-113:last-child{
    margin-left: -565px;
  }

  .tw .sm\:last\:-ml-114:last-child{
    margin-left: -570px;
  }

  .tw .sm\:last\:-ml-115:last-child{
    margin-left: -575px;
  }

  .tw .sm\:last\:-ml-116:last-child{
    margin-left: -580px;
  }

  .tw .sm\:last\:-ml-117:last-child{
    margin-left: -585px;
  }

  .tw .sm\:last\:-ml-118:last-child{
    margin-left: -590px;
  }

  .tw .sm\:last\:-ml-119:last-child{
    margin-left: -595px;
  }

  .tw .sm\:last\:-ml-120:last-child{
    margin-left: -600px;
  }

  .tw .sm\:last\:-ml-121:last-child{
    margin-left: -605px;
  }

  .tw .sm\:last\:-ml-122:last-child{
    margin-left: -610px;
  }

  .tw .sm\:last\:-ml-123:last-child{
    margin-left: -615px;
  }

  .tw .sm\:last\:-ml-124:last-child{
    margin-left: -620px;
  }

  .tw .sm\:last\:-ml-125:last-child{
    margin-left: -625px;
  }

  .tw .sm\:last\:-ml-126:last-child{
    margin-left: -630px;
  }

  .tw .sm\:last\:-ml-127:last-child{
    margin-left: -635px;
  }

  .tw .sm\:last\:-ml-128:last-child{
    margin-left: -640px;
  }

  .tw .sm\:last\:-ml-129:last-child{
    margin-left: -645px;
  }

  .tw .sm\:last\:-ml-130:last-child{
    margin-left: -650px;
  }

  .tw .sm\:last\:-ml-131:last-child{
    margin-left: -655px;
  }

  .tw .sm\:last\:-ml-132:last-child{
    margin-left: -660px;
  }

  .tw .sm\:last\:-ml-133:last-child{
    margin-left: -665px;
  }

  .tw .sm\:last\:-ml-134:last-child{
    margin-left: -670px;
  }

  .tw .sm\:last\:-ml-135:last-child{
    margin-left: -675px;
  }

  .tw .sm\:last\:-ml-136:last-child{
    margin-left: -680px;
  }

  .tw .sm\:last\:-ml-137:last-child{
    margin-left: -685px;
  }

  .tw .sm\:last\:-ml-138:last-child{
    margin-left: -690px;
  }

  .tw .sm\:last\:-ml-139:last-child{
    margin-left: -695px;
  }

  .tw .sm\:last\:-ml-140:last-child{
    margin-left: -700px;
  }

  .tw .sm\:last\:-ml-141:last-child{
    margin-left: -705px;
  }

  .tw .sm\:last\:-ml-142:last-child{
    margin-left: -710px;
  }

  .tw .sm\:last\:-ml-143:last-child{
    margin-left: -715px;
  }

  .tw .sm\:last\:-ml-144:last-child{
    margin-left: -720px;
  }

  .tw .sm\:last\:-ml-145:last-child{
    margin-left: -725px;
  }

  .tw .sm\:last\:-ml-146:last-child{
    margin-left: -730px;
  }

  .tw .sm\:last\:-ml-147:last-child{
    margin-left: -735px;
  }

  .tw .sm\:last\:-ml-148:last-child{
    margin-left: -740px;
  }

  .tw .sm\:last\:-ml-149:last-child{
    margin-left: -745px;
  }

  .tw .sm\:last\:-ml-0\.5:last-child{
    margin-left: -3px;
  }

  .tw .sm\:last\:-ml-1px:last-child{
    margin-left: -1px;
  }

  .tw .sm\:last\:-ml-2px:last-child{
    margin-left: -2px;
  }

  .tw .sm\:last\:-ml-3px:last-child{
    margin-left: -3px;
  }

  .tw .sm\:last\:-ml-4px:last-child{
    margin-left: -4px;
  }

  .tw .sm\:last\:-ml-5px:last-child{
    margin-left: -5px;
  }

  .tw .sm\:last\:-ml-6px:last-child{
    margin-left: -6px;
  }

  .tw .sm\:last\:-ml-7px:last-child{
    margin-left: -7px;
  }

  .tw .sm\:last\:-ml-8px:last-child{
    margin-left: -8px;
  }

  .tw .sm\:last\:-ml-9px:last-child{
    margin-left: -9px;
  }

  .tw .sm\:last\:-ml-10px:last-child{
    margin-left: -10px;
  }

  .tw .sm\:last\:-ml-11px:last-child{
    margin-left: -11px;
  }

  .tw .sm\:last\:-ml-12px:last-child{
    margin-left: -12px;
  }

  .tw .sm\:last\:-ml-13px:last-child{
    margin-left: -13px;
  }

  .tw .sm\:last\:-ml-14px:last-child{
    margin-left: -14px;
  }

  .tw .sm\:last\:-ml-15px:last-child{
    margin-left: -15px;
  }

  .tw .sm\:last\:-ml-16px:last-child{
    margin-left: -16px;
  }

  .tw .sm\:last\:-ml-17px:last-child{
    margin-left: -17px;
  }

  .tw .sm\:last\:-ml-18px:last-child{
    margin-left: -18px;
  }

  .tw .sm\:last\:-ml-19px:last-child{
    margin-left: -19px;
  }

  .tw .sm\:last\:-ml-20px:last-child{
    margin-left: -20px;
  }

  .tw .sm\:last\:-ml-21px:last-child{
    margin-left: -21px;
  }

  .tw .sm\:last\:-ml-22px:last-child{
    margin-left: -22px;
  }

  .tw .sm\:last\:-ml-23px:last-child{
    margin-left: -23px;
  }

  .tw .sm\:last\:-ml-24px:last-child{
    margin-left: -24px;
  }

  .tw .sm\:last\:-ml-25px:last-child{
    margin-left: -25px;
  }

  .tw .sm\:last\:-ml-26px:last-child{
    margin-left: -26px;
  }

  .tw .sm\:last\:-ml-27px:last-child{
    margin-left: -27px;
  }

  .tw .sm\:last\:-ml-28px:last-child{
    margin-left: -28px;
  }

  .tw .sm\:last\:-ml-29px:last-child{
    margin-left: -29px;
  }

  .tw .sm\:last\:-ml-30px:last-child{
    margin-left: -30px;
  }

  .tw .sm\:last\:-ml-31px:last-child{
    margin-left: -31px;
  }

  .tw .sm\:last\:-ml-32px:last-child{
    margin-left: -32px;
  }

  .tw .sm\:last\:-ml-33px:last-child{
    margin-left: -33px;
  }

  .tw .sm\:last\:-ml-34px:last-child{
    margin-left: -34px;
  }

  .tw .sm\:last\:-ml-35px:last-child{
    margin-left: -35px;
  }

  .tw .sm\:last\:-ml-36px:last-child{
    margin-left: -36px;
  }

  .tw .sm\:last\:-ml-37px:last-child{
    margin-left: -37px;
  }

  .tw .sm\:last\:-ml-38px:last-child{
    margin-left: -38px;
  }

  .tw .sm\:last\:-ml-39px:last-child{
    margin-left: -39px;
  }

  .tw .sm\:last\:-ml-40px:last-child{
    margin-left: -40px;
  }

  .tw .sm\:box-border{
    box-sizing: border-box;
  }

  .tw .sm\:box-content{
    box-sizing: content-box;
  }

  .tw .sm\:block{
    display: block;
  }

  .tw .sm\:inline-block{
    display: inline-block;
  }

  .tw .sm\:inline{
    display: inline;
  }

  .tw .sm\:flex{
    display: flex;
  }

  .tw .sm\:inline-flex{
    display: inline-flex;
  }

  .tw .sm\:table{
    display: table;
  }

  .tw .sm\:inline-table{
    display: inline-table;
  }

  .tw .sm\:table-caption{
    display: table-caption;
  }

  .tw .sm\:table-cell{
    display: table-cell;
  }

  .tw .sm\:table-column{
    display: table-column;
  }

  .tw .sm\:table-column-group{
    display: table-column-group;
  }

  .tw .sm\:table-footer-group{
    display: table-footer-group;
  }

  .tw .sm\:table-header-group{
    display: table-header-group;
  }

  .tw .sm\:table-row-group{
    display: table-row-group;
  }

  .tw .sm\:table-row{
    display: table-row;
  }

  .tw .sm\:flow-root{
    display: flow-root;
  }

  .tw .sm\:grid{
    display: grid;
  }

  .tw .sm\:inline-grid{
    display: inline-grid;
  }

  .tw .sm\:contents{
    display: contents;
  }

  .tw .sm\:list-item{
    display: list-item;
  }

  .tw .sm\:hidden{
    display: none;
  }

  .tw .sm\:hover\:block:hover{
    display: block;
  }

  .tw .sm\:hover\:inline-block:hover{
    display: inline-block;
  }

  .tw .sm\:hover\:inline:hover{
    display: inline;
  }

  .tw .sm\:hover\:flex:hover{
    display: flex;
  }

  .tw .sm\:hover\:inline-flex:hover{
    display: inline-flex;
  }

  .tw .sm\:hover\:table:hover{
    display: table;
  }

  .tw .sm\:hover\:inline-table:hover{
    display: inline-table;
  }

  .tw .sm\:hover\:table-caption:hover{
    display: table-caption;
  }

  .tw .sm\:hover\:table-cell:hover{
    display: table-cell;
  }

  .tw .sm\:hover\:table-column:hover{
    display: table-column;
  }

  .tw .sm\:hover\:table-column-group:hover{
    display: table-column-group;
  }

  .tw .sm\:hover\:table-footer-group:hover{
    display: table-footer-group;
  }

  .tw .sm\:hover\:table-header-group:hover{
    display: table-header-group;
  }

  .tw .sm\:hover\:table-row-group:hover{
    display: table-row-group;
  }

  .tw .sm\:hover\:table-row:hover{
    display: table-row;
  }

  .tw .sm\:hover\:flow-root:hover{
    display: flow-root;
  }

  .tw .sm\:hover\:grid:hover{
    display: grid;
  }

  .tw .sm\:hover\:inline-grid:hover{
    display: inline-grid;
  }

  .tw .sm\:hover\:contents:hover{
    display: contents;
  }

  .tw .sm\:hover\:list-item:hover{
    display: list-item;
  }

  .tw .sm\:hover\:hidden:hover{
    display: none;
  }

  .tw .sm\:focus\:block:focus{
    display: block;
  }

  .tw .sm\:focus\:inline-block:focus{
    display: inline-block;
  }

  .tw .sm\:focus\:inline:focus{
    display: inline;
  }

  .tw .sm\:focus\:flex:focus{
    display: flex;
  }

  .tw .sm\:focus\:inline-flex:focus{
    display: inline-flex;
  }

  .tw .sm\:focus\:table:focus{
    display: table;
  }

  .tw .sm\:focus\:inline-table:focus{
    display: inline-table;
  }

  .tw .sm\:focus\:table-caption:focus{
    display: table-caption;
  }

  .tw .sm\:focus\:table-cell:focus{
    display: table-cell;
  }

  .tw .sm\:focus\:table-column:focus{
    display: table-column;
  }

  .tw .sm\:focus\:table-column-group:focus{
    display: table-column-group;
  }

  .tw .sm\:focus\:table-footer-group:focus{
    display: table-footer-group;
  }

  .tw .sm\:focus\:table-header-group:focus{
    display: table-header-group;
  }

  .tw .sm\:focus\:table-row-group:focus{
    display: table-row-group;
  }

  .tw .sm\:focus\:table-row:focus{
    display: table-row;
  }

  .tw .sm\:focus\:flow-root:focus{
    display: flow-root;
  }

  .tw .sm\:focus\:grid:focus{
    display: grid;
  }

  .tw .sm\:focus\:inline-grid:focus{
    display: inline-grid;
  }

  .tw .sm\:focus\:contents:focus{
    display: contents;
  }

  .tw .sm\:focus\:list-item:focus{
    display: list-item;
  }

  .tw .sm\:focus\:hidden:focus{
    display: none;
  }

  .tw .sm\:active\:block:active{
    display: block;
  }

  .tw .sm\:active\:inline-block:active{
    display: inline-block;
  }

  .tw .sm\:active\:inline:active{
    display: inline;
  }

  .tw .sm\:active\:flex:active{
    display: flex;
  }

  .tw .sm\:active\:inline-flex:active{
    display: inline-flex;
  }

  .tw .sm\:active\:table:active{
    display: table;
  }

  .tw .sm\:active\:inline-table:active{
    display: inline-table;
  }

  .tw .sm\:active\:table-caption:active{
    display: table-caption;
  }

  .tw .sm\:active\:table-cell:active{
    display: table-cell;
  }

  .tw .sm\:active\:table-column:active{
    display: table-column;
  }

  .tw .sm\:active\:table-column-group:active{
    display: table-column-group;
  }

  .tw .sm\:active\:table-footer-group:active{
    display: table-footer-group;
  }

  .tw .sm\:active\:table-header-group:active{
    display: table-header-group;
  }

  .tw .sm\:active\:table-row-group:active{
    display: table-row-group;
  }

  .tw .sm\:active\:table-row:active{
    display: table-row;
  }

  .tw .sm\:active\:flow-root:active{
    display: flow-root;
  }

  .tw .sm\:active\:grid:active{
    display: grid;
  }

  .tw .sm\:active\:inline-grid:active{
    display: inline-grid;
  }

  .tw .sm\:active\:contents:active{
    display: contents;
  }

  .tw .sm\:active\:list-item:active{
    display: list-item;
  }

  .tw .sm\:active\:hidden:active{
    display: none;
  }

  .tw .group:hover .sm\:group-hover\:block{
    display: block;
  }

  .tw .group:hover .sm\:group-hover\:inline-block{
    display: inline-block;
  }

  .tw .group:hover .sm\:group-hover\:inline{
    display: inline;
  }

  .tw .group:hover .sm\:group-hover\:flex{
    display: flex;
  }

  .tw .group:hover .sm\:group-hover\:inline-flex{
    display: inline-flex;
  }

  .tw .group:hover .sm\:group-hover\:table{
    display: table;
  }

  .tw .group:hover .sm\:group-hover\:inline-table{
    display: inline-table;
  }

  .tw .group:hover .sm\:group-hover\:table-caption{
    display: table-caption;
  }

  .tw .group:hover .sm\:group-hover\:table-cell{
    display: table-cell;
  }

  .tw .group:hover .sm\:group-hover\:table-column{
    display: table-column;
  }

  .tw .group:hover .sm\:group-hover\:table-column-group{
    display: table-column-group;
  }

  .tw .group:hover .sm\:group-hover\:table-footer-group{
    display: table-footer-group;
  }

  .tw .group:hover .sm\:group-hover\:table-header-group{
    display: table-header-group;
  }

  .tw .group:hover .sm\:group-hover\:table-row-group{
    display: table-row-group;
  }

  .tw .group:hover .sm\:group-hover\:table-row{
    display: table-row;
  }

  .tw .group:hover .sm\:group-hover\:flow-root{
    display: flow-root;
  }

  .tw .group:hover .sm\:group-hover\:grid{
    display: grid;
  }

  .tw .group:hover .sm\:group-hover\:inline-grid{
    display: inline-grid;
  }

  .tw .group:hover .sm\:group-hover\:contents{
    display: contents;
  }

  .tw .group:hover .sm\:group-hover\:list-item{
    display: list-item;
  }

  .tw .group:hover .sm\:group-hover\:hidden{
    display: none;
  }

  .tw .sm\:h-0{
    height: 0px;
  }

  .tw .sm\:h-1{
    height: 5px;
  }

  .tw .sm\:h-2{
    height: 10px;
  }

  .tw .sm\:h-3{
    height: 15px;
  }

  .tw .sm\:h-4{
    height: 20px;
  }

  .tw .sm\:h-5{
    height: 25px;
  }

  .tw .sm\:h-6{
    height: 30px;
  }

  .tw .sm\:h-7{
    height: 35px;
  }

  .tw .sm\:h-8{
    height: 40px;
  }

  .tw .sm\:h-9{
    height: 45px;
  }

  .tw .sm\:h-10{
    height: 50px;
  }

  .tw .sm\:h-11{
    height: 55px;
  }

  .tw .sm\:h-12{
    height: 60px;
  }

  .tw .sm\:h-13{
    height: 65px;
  }

  .tw .sm\:h-14{
    height: 70px;
  }

  .tw .sm\:h-15{
    height: 75px;
  }

  .tw .sm\:h-16{
    height: 80px;
  }

  .tw .sm\:h-17{
    height: 85px;
  }

  .tw .sm\:h-18{
    height: 90px;
  }

  .tw .sm\:h-19{
    height: 95px;
  }

  .tw .sm\:h-20{
    height: 100px;
  }

  .tw .sm\:h-21{
    height: 105px;
  }

  .tw .sm\:h-22{
    height: 110px;
  }

  .tw .sm\:h-23{
    height: 115px;
  }

  .tw .sm\:h-24{
    height: 120px;
  }

  .tw .sm\:h-25{
    height: 125px;
  }

  .tw .sm\:h-26{
    height: 130px;
  }

  .tw .sm\:h-27{
    height: 135px;
  }

  .tw .sm\:h-28{
    height: 140px;
  }

  .tw .sm\:h-29{
    height: 145px;
  }

  .tw .sm\:h-30{
    height: 150px;
  }

  .tw .sm\:h-31{
    height: 155px;
  }

  .tw .sm\:h-32{
    height: 160px;
  }

  .tw .sm\:h-33{
    height: 165px;
  }

  .tw .sm\:h-34{
    height: 170px;
  }

  .tw .sm\:h-35{
    height: 175px;
  }

  .tw .sm\:h-36{
    height: 180px;
  }

  .tw .sm\:h-37{
    height: 185px;
  }

  .tw .sm\:h-38{
    height: 190px;
  }

  .tw .sm\:h-39{
    height: 195px;
  }

  .tw .sm\:h-40{
    height: 200px;
  }

  .tw .sm\:h-41{
    height: 205px;
  }

  .tw .sm\:h-42{
    height: 210px;
  }

  .tw .sm\:h-43{
    height: 215px;
  }

  .tw .sm\:h-44{
    height: 220px;
  }

  .tw .sm\:h-45{
    height: 225px;
  }

  .tw .sm\:h-46{
    height: 230px;
  }

  .tw .sm\:h-47{
    height: 235px;
  }

  .tw .sm\:h-48{
    height: 240px;
  }

  .tw .sm\:h-49{
    height: 245px;
  }

  .tw .sm\:h-50{
    height: 250px;
  }

  .tw .sm\:h-51{
    height: 255px;
  }

  .tw .sm\:h-52{
    height: 260px;
  }

  .tw .sm\:h-53{
    height: 265px;
  }

  .tw .sm\:h-54{
    height: 270px;
  }

  .tw .sm\:h-55{
    height: 275px;
  }

  .tw .sm\:h-56{
    height: 280px;
  }

  .tw .sm\:h-57{
    height: 285px;
  }

  .tw .sm\:h-58{
    height: 290px;
  }

  .tw .sm\:h-59{
    height: 295px;
  }

  .tw .sm\:h-60{
    height: 300px;
  }

  .tw .sm\:h-61{
    height: 305px;
  }

  .tw .sm\:h-62{
    height: 310px;
  }

  .tw .sm\:h-63{
    height: 315px;
  }

  .tw .sm\:h-64{
    height: 320px;
  }

  .tw .sm\:h-65{
    height: 325px;
  }

  .tw .sm\:h-66{
    height: 330px;
  }

  .tw .sm\:h-67{
    height: 335px;
  }

  .tw .sm\:h-68{
    height: 340px;
  }

  .tw .sm\:h-69{
    height: 345px;
  }

  .tw .sm\:h-70{
    height: 350px;
  }

  .tw .sm\:h-71{
    height: 355px;
  }

  .tw .sm\:h-72{
    height: 360px;
  }

  .tw .sm\:h-73{
    height: 365px;
  }

  .tw .sm\:h-74{
    height: 370px;
  }

  .tw .sm\:h-75{
    height: 375px;
  }

  .tw .sm\:h-76{
    height: 380px;
  }

  .tw .sm\:h-77{
    height: 385px;
  }

  .tw .sm\:h-78{
    height: 390px;
  }

  .tw .sm\:h-79{
    height: 395px;
  }

  .tw .sm\:h-80{
    height: 400px;
  }

  .tw .sm\:h-81{
    height: 405px;
  }

  .tw .sm\:h-82{
    height: 410px;
  }

  .tw .sm\:h-83{
    height: 415px;
  }

  .tw .sm\:h-84{
    height: 420px;
  }

  .tw .sm\:h-85{
    height: 425px;
  }

  .tw .sm\:h-86{
    height: 430px;
  }

  .tw .sm\:h-87{
    height: 435px;
  }

  .tw .sm\:h-88{
    height: 440px;
  }

  .tw .sm\:h-89{
    height: 445px;
  }

  .tw .sm\:h-90{
    height: 450px;
  }

  .tw .sm\:h-91{
    height: 455px;
  }

  .tw .sm\:h-92{
    height: 460px;
  }

  .tw .sm\:h-93{
    height: 465px;
  }

  .tw .sm\:h-94{
    height: 470px;
  }

  .tw .sm\:h-95{
    height: 475px;
  }

  .tw .sm\:h-96{
    height: 480px;
  }

  .tw .sm\:h-97{
    height: 485px;
  }

  .tw .sm\:h-98{
    height: 490px;
  }

  .tw .sm\:h-99{
    height: 495px;
  }

  .tw .sm\:h-100{
    height: 500px;
  }

  .tw .sm\:h-101{
    height: 505px;
  }

  .tw .sm\:h-102{
    height: 510px;
  }

  .tw .sm\:h-103{
    height: 515px;
  }

  .tw .sm\:h-104{
    height: 520px;
  }

  .tw .sm\:h-105{
    height: 525px;
  }

  .tw .sm\:h-106{
    height: 530px;
  }

  .tw .sm\:h-107{
    height: 535px;
  }

  .tw .sm\:h-108{
    height: 540px;
  }

  .tw .sm\:h-109{
    height: 545px;
  }

  .tw .sm\:h-110{
    height: 550px;
  }

  .tw .sm\:h-111{
    height: 555px;
  }

  .tw .sm\:h-112{
    height: 560px;
  }

  .tw .sm\:h-113{
    height: 565px;
  }

  .tw .sm\:h-114{
    height: 570px;
  }

  .tw .sm\:h-115{
    height: 575px;
  }

  .tw .sm\:h-116{
    height: 580px;
  }

  .tw .sm\:h-117{
    height: 585px;
  }

  .tw .sm\:h-118{
    height: 590px;
  }

  .tw .sm\:h-119{
    height: 595px;
  }

  .tw .sm\:h-120{
    height: 600px;
  }

  .tw .sm\:h-121{
    height: 605px;
  }

  .tw .sm\:h-122{
    height: 610px;
  }

  .tw .sm\:h-123{
    height: 615px;
  }

  .tw .sm\:h-124{
    height: 620px;
  }

  .tw .sm\:h-125{
    height: 625px;
  }

  .tw .sm\:h-126{
    height: 630px;
  }

  .tw .sm\:h-127{
    height: 635px;
  }

  .tw .sm\:h-128{
    height: 640px;
  }

  .tw .sm\:h-129{
    height: 645px;
  }

  .tw .sm\:h-130{
    height: 650px;
  }

  .tw .sm\:h-131{
    height: 655px;
  }

  .tw .sm\:h-132{
    height: 660px;
  }

  .tw .sm\:h-133{
    height: 665px;
  }

  .tw .sm\:h-134{
    height: 670px;
  }

  .tw .sm\:h-135{
    height: 675px;
  }

  .tw .sm\:h-136{
    height: 680px;
  }

  .tw .sm\:h-137{
    height: 685px;
  }

  .tw .sm\:h-138{
    height: 690px;
  }

  .tw .sm\:h-139{
    height: 695px;
  }

  .tw .sm\:h-140{
    height: 700px;
  }

  .tw .sm\:h-141{
    height: 705px;
  }

  .tw .sm\:h-142{
    height: 710px;
  }

  .tw .sm\:h-143{
    height: 715px;
  }

  .tw .sm\:h-144{
    height: 720px;
  }

  .tw .sm\:h-145{
    height: 725px;
  }

  .tw .sm\:h-146{
    height: 730px;
  }

  .tw .sm\:h-147{
    height: 735px;
  }

  .tw .sm\:h-148{
    height: 740px;
  }

  .tw .sm\:h-149{
    height: 745px;
  }

  .tw .sm\:h-auto{
    height: auto;
  }

  .tw .sm\:h-0\.5{
    height: 3px;
  }

  .tw .sm\:h-1px{
    height: 1px;
  }

  .tw .sm\:h-2px{
    height: 2px;
  }

  .tw .sm\:h-3px{
    height: 3px;
  }

  .tw .sm\:h-4px{
    height: 4px;
  }

  .tw .sm\:h-5px{
    height: 5px;
  }

  .tw .sm\:h-6px{
    height: 6px;
  }

  .tw .sm\:h-7px{
    height: 7px;
  }

  .tw .sm\:h-8px{
    height: 8px;
  }

  .tw .sm\:h-9px{
    height: 9px;
  }

  .tw .sm\:h-10px{
    height: 10px;
  }

  .tw .sm\:h-11px{
    height: 11px;
  }

  .tw .sm\:h-12px{
    height: 12px;
  }

  .tw .sm\:h-13px{
    height: 13px;
  }

  .tw .sm\:h-14px{
    height: 14px;
  }

  .tw .sm\:h-15px{
    height: 15px;
  }

  .tw .sm\:h-16px{
    height: 16px;
  }

  .tw .sm\:h-17px{
    height: 17px;
  }

  .tw .sm\:h-18px{
    height: 18px;
  }

  .tw .sm\:h-19px{
    height: 19px;
  }

  .tw .sm\:h-20px{
    height: 20px;
  }

  .tw .sm\:h-21px{
    height: 21px;
  }

  .tw .sm\:h-22px{
    height: 22px;
  }

  .tw .sm\:h-23px{
    height: 23px;
  }

  .tw .sm\:h-24px{
    height: 24px;
  }

  .tw .sm\:h-25px{
    height: 25px;
  }

  .tw .sm\:h-26px{
    height: 26px;
  }

  .tw .sm\:h-27px{
    height: 27px;
  }

  .tw .sm\:h-28px{
    height: 28px;
  }

  .tw .sm\:h-29px{
    height: 29px;
  }

  .tw .sm\:h-30px{
    height: 30px;
  }

  .tw .sm\:h-31px{
    height: 31px;
  }

  .tw .sm\:h-32px{
    height: 32px;
  }

  .tw .sm\:h-33px{
    height: 33px;
  }

  .tw .sm\:h-34px{
    height: 34px;
  }

  .tw .sm\:h-35px{
    height: 35px;
  }

  .tw .sm\:h-36px{
    height: 36px;
  }

  .tw .sm\:h-37px{
    height: 37px;
  }

  .tw .sm\:h-38px{
    height: 38px;
  }

  .tw .sm\:h-39px{
    height: 39px;
  }

  .tw .sm\:h-40px{
    height: 40px;
  }

  .tw .sm\:h-1\/2{
    height: 50%;
  }

  .tw .sm\:h-1\/3{
    height: 33.333333%;
  }

  .tw .sm\:h-2\/3{
    height: 66.666667%;
  }

  .tw .sm\:h-1\/4{
    height: 25%;
  }

  .tw .sm\:h-2\/4{
    height: 50%;
  }

  .tw .sm\:h-3\/4{
    height: 75%;
  }

  .tw .sm\:h-1\/5{
    height: 20%;
  }

  .tw .sm\:h-2\/5{
    height: 40%;
  }

  .tw .sm\:h-3\/5{
    height: 60%;
  }

  .tw .sm\:h-4\/5{
    height: 80%;
  }

  .tw .sm\:h-1\/6{
    height: 16.666667%;
  }

  .tw .sm\:h-2\/6{
    height: 33.333333%;
  }

  .tw .sm\:h-3\/6{
    height: 50%;
  }

  .tw .sm\:h-4\/6{
    height: 66.666667%;
  }

  .tw .sm\:h-5\/6{
    height: 83.333333%;
  }

  .tw .sm\:h-full{
    height: 100%;
  }

  .tw .sm\:h-screen{
    height: 100vh;
  }

  .tw .sm\:h-0\%{
    height: 0%;
  }

  .tw .sm\:h-10\%{
    height: 10%;
  }

  .tw .sm\:h-20\%{
    height: 20%;
  }

  .tw .sm\:h-30\%{
    height: 30%;
  }

  .tw .sm\:h-40\%{
    height: 40%;
  }

  .tw .sm\:h-50\%{
    height: 50%;
  }

  .tw .sm\:h-60\%{
    height: 60%;
  }

  .tw .sm\:h-70\%{
    height: 70%;
  }

  .tw .sm\:h-80\%{
    height: 80%;
  }

  .tw .sm\:h-90\%{
    height: 90%;
  }

  .tw .sm\:h-100\%{
    height: 100%;
  }

  .tw .sm\:max-h-0{
    max-height: 0px;
  }

  .tw .sm\:max-h-1{
    max-height: 5px;
  }

  .tw .sm\:max-h-2{
    max-height: 10px;
  }

  .tw .sm\:max-h-3{
    max-height: 15px;
  }

  .tw .sm\:max-h-4{
    max-height: 20px;
  }

  .tw .sm\:max-h-5{
    max-height: 25px;
  }

  .tw .sm\:max-h-6{
    max-height: 30px;
  }

  .tw .sm\:max-h-7{
    max-height: 35px;
  }

  .tw .sm\:max-h-8{
    max-height: 40px;
  }

  .tw .sm\:max-h-9{
    max-height: 45px;
  }

  .tw .sm\:max-h-10{
    max-height: 50px;
  }

  .tw .sm\:max-h-11{
    max-height: 55px;
  }

  .tw .sm\:max-h-12{
    max-height: 60px;
  }

  .tw .sm\:max-h-13{
    max-height: 65px;
  }

  .tw .sm\:max-h-14{
    max-height: 70px;
  }

  .tw .sm\:max-h-15{
    max-height: 75px;
  }

  .tw .sm\:max-h-16{
    max-height: 80px;
  }

  .tw .sm\:max-h-17{
    max-height: 85px;
  }

  .tw .sm\:max-h-18{
    max-height: 90px;
  }

  .tw .sm\:max-h-19{
    max-height: 95px;
  }

  .tw .sm\:max-h-20{
    max-height: 100px;
  }

  .tw .sm\:max-h-21{
    max-height: 105px;
  }

  .tw .sm\:max-h-22{
    max-height: 110px;
  }

  .tw .sm\:max-h-23{
    max-height: 115px;
  }

  .tw .sm\:max-h-24{
    max-height: 120px;
  }

  .tw .sm\:max-h-25{
    max-height: 125px;
  }

  .tw .sm\:max-h-26{
    max-height: 130px;
  }

  .tw .sm\:max-h-27{
    max-height: 135px;
  }

  .tw .sm\:max-h-28{
    max-height: 140px;
  }

  .tw .sm\:max-h-29{
    max-height: 145px;
  }

  .tw .sm\:max-h-30{
    max-height: 150px;
  }

  .tw .sm\:max-h-31{
    max-height: 155px;
  }

  .tw .sm\:max-h-32{
    max-height: 160px;
  }

  .tw .sm\:max-h-33{
    max-height: 165px;
  }

  .tw .sm\:max-h-34{
    max-height: 170px;
  }

  .tw .sm\:max-h-35{
    max-height: 175px;
  }

  .tw .sm\:max-h-36{
    max-height: 180px;
  }

  .tw .sm\:max-h-37{
    max-height: 185px;
  }

  .tw .sm\:max-h-38{
    max-height: 190px;
  }

  .tw .sm\:max-h-39{
    max-height: 195px;
  }

  .tw .sm\:max-h-40{
    max-height: 200px;
  }

  .tw .sm\:max-h-41{
    max-height: 205px;
  }

  .tw .sm\:max-h-42{
    max-height: 210px;
  }

  .tw .sm\:max-h-43{
    max-height: 215px;
  }

  .tw .sm\:max-h-44{
    max-height: 220px;
  }

  .tw .sm\:max-h-45{
    max-height: 225px;
  }

  .tw .sm\:max-h-46{
    max-height: 230px;
  }

  .tw .sm\:max-h-47{
    max-height: 235px;
  }

  .tw .sm\:max-h-48{
    max-height: 240px;
  }

  .tw .sm\:max-h-49{
    max-height: 245px;
  }

  .tw .sm\:max-h-50{
    max-height: 250px;
  }

  .tw .sm\:max-h-51{
    max-height: 255px;
  }

  .tw .sm\:max-h-52{
    max-height: 260px;
  }

  .tw .sm\:max-h-53{
    max-height: 265px;
  }

  .tw .sm\:max-h-54{
    max-height: 270px;
  }

  .tw .sm\:max-h-55{
    max-height: 275px;
  }

  .tw .sm\:max-h-56{
    max-height: 280px;
  }

  .tw .sm\:max-h-57{
    max-height: 285px;
  }

  .tw .sm\:max-h-58{
    max-height: 290px;
  }

  .tw .sm\:max-h-59{
    max-height: 295px;
  }

  .tw .sm\:max-h-60{
    max-height: 300px;
  }

  .tw .sm\:max-h-61{
    max-height: 305px;
  }

  .tw .sm\:max-h-62{
    max-height: 310px;
  }

  .tw .sm\:max-h-63{
    max-height: 315px;
  }

  .tw .sm\:max-h-64{
    max-height: 320px;
  }

  .tw .sm\:max-h-65{
    max-height: 325px;
  }

  .tw .sm\:max-h-66{
    max-height: 330px;
  }

  .tw .sm\:max-h-67{
    max-height: 335px;
  }

  .tw .sm\:max-h-68{
    max-height: 340px;
  }

  .tw .sm\:max-h-69{
    max-height: 345px;
  }

  .tw .sm\:max-h-70{
    max-height: 350px;
  }

  .tw .sm\:max-h-71{
    max-height: 355px;
  }

  .tw .sm\:max-h-72{
    max-height: 360px;
  }

  .tw .sm\:max-h-73{
    max-height: 365px;
  }

  .tw .sm\:max-h-74{
    max-height: 370px;
  }

  .tw .sm\:max-h-75{
    max-height: 375px;
  }

  .tw .sm\:max-h-76{
    max-height: 380px;
  }

  .tw .sm\:max-h-77{
    max-height: 385px;
  }

  .tw .sm\:max-h-78{
    max-height: 390px;
  }

  .tw .sm\:max-h-79{
    max-height: 395px;
  }

  .tw .sm\:max-h-80{
    max-height: 400px;
  }

  .tw .sm\:max-h-81{
    max-height: 405px;
  }

  .tw .sm\:max-h-82{
    max-height: 410px;
  }

  .tw .sm\:max-h-83{
    max-height: 415px;
  }

  .tw .sm\:max-h-84{
    max-height: 420px;
  }

  .tw .sm\:max-h-85{
    max-height: 425px;
  }

  .tw .sm\:max-h-86{
    max-height: 430px;
  }

  .tw .sm\:max-h-87{
    max-height: 435px;
  }

  .tw .sm\:max-h-88{
    max-height: 440px;
  }

  .tw .sm\:max-h-89{
    max-height: 445px;
  }

  .tw .sm\:max-h-90{
    max-height: 450px;
  }

  .tw .sm\:max-h-91{
    max-height: 455px;
  }

  .tw .sm\:max-h-92{
    max-height: 460px;
  }

  .tw .sm\:max-h-93{
    max-height: 465px;
  }

  .tw .sm\:max-h-94{
    max-height: 470px;
  }

  .tw .sm\:max-h-95{
    max-height: 475px;
  }

  .tw .sm\:max-h-96{
    max-height: 480px;
  }

  .tw .sm\:max-h-97{
    max-height: 485px;
  }

  .tw .sm\:max-h-98{
    max-height: 490px;
  }

  .tw .sm\:max-h-99{
    max-height: 495px;
  }

  .tw .sm\:max-h-100{
    max-height: 500px;
  }

  .tw .sm\:max-h-101{
    max-height: 505px;
  }

  .tw .sm\:max-h-102{
    max-height: 510px;
  }

  .tw .sm\:max-h-103{
    max-height: 515px;
  }

  .tw .sm\:max-h-104{
    max-height: 520px;
  }

  .tw .sm\:max-h-105{
    max-height: 525px;
  }

  .tw .sm\:max-h-106{
    max-height: 530px;
  }

  .tw .sm\:max-h-107{
    max-height: 535px;
  }

  .tw .sm\:max-h-108{
    max-height: 540px;
  }

  .tw .sm\:max-h-109{
    max-height: 545px;
  }

  .tw .sm\:max-h-110{
    max-height: 550px;
  }

  .tw .sm\:max-h-111{
    max-height: 555px;
  }

  .tw .sm\:max-h-112{
    max-height: 560px;
  }

  .tw .sm\:max-h-113{
    max-height: 565px;
  }

  .tw .sm\:max-h-114{
    max-height: 570px;
  }

  .tw .sm\:max-h-115{
    max-height: 575px;
  }

  .tw .sm\:max-h-116{
    max-height: 580px;
  }

  .tw .sm\:max-h-117{
    max-height: 585px;
  }

  .tw .sm\:max-h-118{
    max-height: 590px;
  }

  .tw .sm\:max-h-119{
    max-height: 595px;
  }

  .tw .sm\:max-h-120{
    max-height: 600px;
  }

  .tw .sm\:max-h-121{
    max-height: 605px;
  }

  .tw .sm\:max-h-122{
    max-height: 610px;
  }

  .tw .sm\:max-h-123{
    max-height: 615px;
  }

  .tw .sm\:max-h-124{
    max-height: 620px;
  }

  .tw .sm\:max-h-125{
    max-height: 625px;
  }

  .tw .sm\:max-h-126{
    max-height: 630px;
  }

  .tw .sm\:max-h-127{
    max-height: 635px;
  }

  .tw .sm\:max-h-128{
    max-height: 640px;
  }

  .tw .sm\:max-h-129{
    max-height: 645px;
  }

  .tw .sm\:max-h-130{
    max-height: 650px;
  }

  .tw .sm\:max-h-131{
    max-height: 655px;
  }

  .tw .sm\:max-h-132{
    max-height: 660px;
  }

  .tw .sm\:max-h-133{
    max-height: 665px;
  }

  .tw .sm\:max-h-134{
    max-height: 670px;
  }

  .tw .sm\:max-h-135{
    max-height: 675px;
  }

  .tw .sm\:max-h-136{
    max-height: 680px;
  }

  .tw .sm\:max-h-137{
    max-height: 685px;
  }

  .tw .sm\:max-h-138{
    max-height: 690px;
  }

  .tw .sm\:max-h-139{
    max-height: 695px;
  }

  .tw .sm\:max-h-140{
    max-height: 700px;
  }

  .tw .sm\:max-h-141{
    max-height: 705px;
  }

  .tw .sm\:max-h-142{
    max-height: 710px;
  }

  .tw .sm\:max-h-143{
    max-height: 715px;
  }

  .tw .sm\:max-h-144{
    max-height: 720px;
  }

  .tw .sm\:max-h-145{
    max-height: 725px;
  }

  .tw .sm\:max-h-146{
    max-height: 730px;
  }

  .tw .sm\:max-h-147{
    max-height: 735px;
  }

  .tw .sm\:max-h-148{
    max-height: 740px;
  }

  .tw .sm\:max-h-149{
    max-height: 745px;
  }

  .tw .sm\:max-h-0\.5{
    max-height: 3px;
  }

  .tw .sm\:max-h-1px{
    max-height: 1px;
  }

  .tw .sm\:max-h-2px{
    max-height: 2px;
  }

  .tw .sm\:max-h-3px{
    max-height: 3px;
  }

  .tw .sm\:max-h-4px{
    max-height: 4px;
  }

  .tw .sm\:max-h-5px{
    max-height: 5px;
  }

  .tw .sm\:max-h-6px{
    max-height: 6px;
  }

  .tw .sm\:max-h-7px{
    max-height: 7px;
  }

  .tw .sm\:max-h-8px{
    max-height: 8px;
  }

  .tw .sm\:max-h-9px{
    max-height: 9px;
  }

  .tw .sm\:max-h-10px{
    max-height: 10px;
  }

  .tw .sm\:max-h-11px{
    max-height: 11px;
  }

  .tw .sm\:max-h-12px{
    max-height: 12px;
  }

  .tw .sm\:max-h-13px{
    max-height: 13px;
  }

  .tw .sm\:max-h-14px{
    max-height: 14px;
  }

  .tw .sm\:max-h-15px{
    max-height: 15px;
  }

  .tw .sm\:max-h-16px{
    max-height: 16px;
  }

  .tw .sm\:max-h-17px{
    max-height: 17px;
  }

  .tw .sm\:max-h-18px{
    max-height: 18px;
  }

  .tw .sm\:max-h-19px{
    max-height: 19px;
  }

  .tw .sm\:max-h-20px{
    max-height: 20px;
  }

  .tw .sm\:max-h-21px{
    max-height: 21px;
  }

  .tw .sm\:max-h-22px{
    max-height: 22px;
  }

  .tw .sm\:max-h-23px{
    max-height: 23px;
  }

  .tw .sm\:max-h-24px{
    max-height: 24px;
  }

  .tw .sm\:max-h-25px{
    max-height: 25px;
  }

  .tw .sm\:max-h-26px{
    max-height: 26px;
  }

  .tw .sm\:max-h-27px{
    max-height: 27px;
  }

  .tw .sm\:max-h-28px{
    max-height: 28px;
  }

  .tw .sm\:max-h-29px{
    max-height: 29px;
  }

  .tw .sm\:max-h-30px{
    max-height: 30px;
  }

  .tw .sm\:max-h-31px{
    max-height: 31px;
  }

  .tw .sm\:max-h-32px{
    max-height: 32px;
  }

  .tw .sm\:max-h-33px{
    max-height: 33px;
  }

  .tw .sm\:max-h-34px{
    max-height: 34px;
  }

  .tw .sm\:max-h-35px{
    max-height: 35px;
  }

  .tw .sm\:max-h-36px{
    max-height: 36px;
  }

  .tw .sm\:max-h-37px{
    max-height: 37px;
  }

  .tw .sm\:max-h-38px{
    max-height: 38px;
  }

  .tw .sm\:max-h-39px{
    max-height: 39px;
  }

  .tw .sm\:max-h-40px{
    max-height: 40px;
  }

  .tw .sm\:max-h-full{
    max-height: 100%;
  }

  .tw .sm\:max-h-screen{
    max-height: 100vh;
  }

  .tw .sm\:max-h-1\/2{
    max-height: 50%;
  }

  .tw .sm\:max-h-4\/5{
    max-height: 80%;
  }

  .tw .sm\:max-h-0\%{
    max-height: 0%;
  }

  .tw .sm\:max-h-10\%{
    max-height: 10%;
  }

  .tw .sm\:max-h-20\%{
    max-height: 20%;
  }

  .tw .sm\:max-h-30\%{
    max-height: 30%;
  }

  .tw .sm\:max-h-40\%{
    max-height: 40%;
  }

  .tw .sm\:max-h-50\%{
    max-height: 50%;
  }

  .tw .sm\:max-h-60\%{
    max-height: 60%;
  }

  .tw .sm\:max-h-70\%{
    max-height: 70%;
  }

  .tw .sm\:max-h-80\%{
    max-height: 80%;
  }

  .tw .sm\:max-h-90\%{
    max-height: 90%;
  }

  .tw .sm\:max-h-100\%{
    max-height: 100%;
  }

  .tw .sm\:min-h-0{
    min-height: 0px;
  }

  .tw .sm\:min-h-full{
    min-height: 100%;
  }

  .tw .sm\:min-h-screen{
    min-height: 100vh;
  }

  .tw .sm\:w-0{
    width: 0px;
  }

  .tw .sm\:w-1{
    width: 5px;
  }

  .tw .sm\:w-2{
    width: 10px;
  }

  .tw .sm\:w-3{
    width: 15px;
  }

  .tw .sm\:w-4{
    width: 20px;
  }

  .tw .sm\:w-5{
    width: 25px;
  }

  .tw .sm\:w-6{
    width: 30px;
  }

  .tw .sm\:w-7{
    width: 35px;
  }

  .tw .sm\:w-8{
    width: 40px;
  }

  .tw .sm\:w-9{
    width: 45px;
  }

  .tw .sm\:w-10{
    width: 50px;
  }

  .tw .sm\:w-11{
    width: 55px;
  }

  .tw .sm\:w-12{
    width: 60px;
  }

  .tw .sm\:w-13{
    width: 65px;
  }

  .tw .sm\:w-14{
    width: 70px;
  }

  .tw .sm\:w-15{
    width: 75px;
  }

  .tw .sm\:w-16{
    width: 80px;
  }

  .tw .sm\:w-17{
    width: 85px;
  }

  .tw .sm\:w-18{
    width: 90px;
  }

  .tw .sm\:w-19{
    width: 95px;
  }

  .tw .sm\:w-20{
    width: 100px;
  }

  .tw .sm\:w-21{
    width: 105px;
  }

  .tw .sm\:w-22{
    width: 110px;
  }

  .tw .sm\:w-23{
    width: 115px;
  }

  .tw .sm\:w-24{
    width: 120px;
  }

  .tw .sm\:w-25{
    width: 125px;
  }

  .tw .sm\:w-26{
    width: 130px;
  }

  .tw .sm\:w-27{
    width: 135px;
  }

  .tw .sm\:w-28{
    width: 140px;
  }

  .tw .sm\:w-29{
    width: 145px;
  }

  .tw .sm\:w-30{
    width: 150px;
  }

  .tw .sm\:w-31{
    width: 155px;
  }

  .tw .sm\:w-32{
    width: 160px;
  }

  .tw .sm\:w-33{
    width: 165px;
  }

  .tw .sm\:w-34{
    width: 170px;
  }

  .tw .sm\:w-35{
    width: 175px;
  }

  .tw .sm\:w-36{
    width: 180px;
  }

  .tw .sm\:w-37{
    width: 185px;
  }

  .tw .sm\:w-38{
    width: 190px;
  }

  .tw .sm\:w-39{
    width: 195px;
  }

  .tw .sm\:w-40{
    width: 200px;
  }

  .tw .sm\:w-41{
    width: 205px;
  }

  .tw .sm\:w-42{
    width: 210px;
  }

  .tw .sm\:w-43{
    width: 215px;
  }

  .tw .sm\:w-44{
    width: 220px;
  }

  .tw .sm\:w-45{
    width: 225px;
  }

  .tw .sm\:w-46{
    width: 230px;
  }

  .tw .sm\:w-47{
    width: 235px;
  }

  .tw .sm\:w-48{
    width: 240px;
  }

  .tw .sm\:w-49{
    width: 245px;
  }

  .tw .sm\:w-50{
    width: 250px;
  }

  .tw .sm\:w-51{
    width: 255px;
  }

  .tw .sm\:w-52{
    width: 260px;
  }

  .tw .sm\:w-53{
    width: 265px;
  }

  .tw .sm\:w-54{
    width: 270px;
  }

  .tw .sm\:w-55{
    width: 275px;
  }

  .tw .sm\:w-56{
    width: 280px;
  }

  .tw .sm\:w-57{
    width: 285px;
  }

  .tw .sm\:w-58{
    width: 290px;
  }

  .tw .sm\:w-59{
    width: 295px;
  }

  .tw .sm\:w-60{
    width: 300px;
  }

  .tw .sm\:w-61{
    width: 305px;
  }

  .tw .sm\:w-62{
    width: 310px;
  }

  .tw .sm\:w-63{
    width: 315px;
  }

  .tw .sm\:w-64{
    width: 320px;
  }

  .tw .sm\:w-65{
    width: 325px;
  }

  .tw .sm\:w-66{
    width: 330px;
  }

  .tw .sm\:w-67{
    width: 335px;
  }

  .tw .sm\:w-68{
    width: 340px;
  }

  .tw .sm\:w-69{
    width: 345px;
  }

  .tw .sm\:w-70{
    width: 350px;
  }

  .tw .sm\:w-71{
    width: 355px;
  }

  .tw .sm\:w-72{
    width: 360px;
  }

  .tw .sm\:w-73{
    width: 365px;
  }

  .tw .sm\:w-74{
    width: 370px;
  }

  .tw .sm\:w-75{
    width: 375px;
  }

  .tw .sm\:w-76{
    width: 380px;
  }

  .tw .sm\:w-77{
    width: 385px;
  }

  .tw .sm\:w-78{
    width: 390px;
  }

  .tw .sm\:w-79{
    width: 395px;
  }

  .tw .sm\:w-80{
    width: 400px;
  }

  .tw .sm\:w-81{
    width: 405px;
  }

  .tw .sm\:w-82{
    width: 410px;
  }

  .tw .sm\:w-83{
    width: 415px;
  }

  .tw .sm\:w-84{
    width: 420px;
  }

  .tw .sm\:w-85{
    width: 425px;
  }

  .tw .sm\:w-86{
    width: 430px;
  }

  .tw .sm\:w-87{
    width: 435px;
  }

  .tw .sm\:w-88{
    width: 440px;
  }

  .tw .sm\:w-89{
    width: 445px;
  }

  .tw .sm\:w-90{
    width: 450px;
  }

  .tw .sm\:w-91{
    width: 455px;
  }

  .tw .sm\:w-92{
    width: 460px;
  }

  .tw .sm\:w-93{
    width: 465px;
  }

  .tw .sm\:w-94{
    width: 470px;
  }

  .tw .sm\:w-95{
    width: 475px;
  }

  .tw .sm\:w-96{
    width: 480px;
  }

  .tw .sm\:w-97{
    width: 485px;
  }

  .tw .sm\:w-98{
    width: 490px;
  }

  .tw .sm\:w-99{
    width: 495px;
  }

  .tw .sm\:w-100{
    width: 500px;
  }

  .tw .sm\:w-101{
    width: 505px;
  }

  .tw .sm\:w-102{
    width: 510px;
  }

  .tw .sm\:w-103{
    width: 515px;
  }

  .tw .sm\:w-104{
    width: 520px;
  }

  .tw .sm\:w-105{
    width: 525px;
  }

  .tw .sm\:w-106{
    width: 530px;
  }

  .tw .sm\:w-107{
    width: 535px;
  }

  .tw .sm\:w-108{
    width: 540px;
  }

  .tw .sm\:w-109{
    width: 545px;
  }

  .tw .sm\:w-110{
    width: 550px;
  }

  .tw .sm\:w-111{
    width: 555px;
  }

  .tw .sm\:w-112{
    width: 560px;
  }

  .tw .sm\:w-113{
    width: 565px;
  }

  .tw .sm\:w-114{
    width: 570px;
  }

  .tw .sm\:w-115{
    width: 575px;
  }

  .tw .sm\:w-116{
    width: 580px;
  }

  .tw .sm\:w-117{
    width: 585px;
  }

  .tw .sm\:w-118{
    width: 590px;
  }

  .tw .sm\:w-119{
    width: 595px;
  }

  .tw .sm\:w-120{
    width: 600px;
  }

  .tw .sm\:w-121{
    width: 605px;
  }

  .tw .sm\:w-122{
    width: 610px;
  }

  .tw .sm\:w-123{
    width: 615px;
  }

  .tw .sm\:w-124{
    width: 620px;
  }

  .tw .sm\:w-125{
    width: 625px;
  }

  .tw .sm\:w-126{
    width: 630px;
  }

  .tw .sm\:w-127{
    width: 635px;
  }

  .tw .sm\:w-128{
    width: 640px;
  }

  .tw .sm\:w-129{
    width: 645px;
  }

  .tw .sm\:w-130{
    width: 650px;
  }

  .tw .sm\:w-131{
    width: 655px;
  }

  .tw .sm\:w-132{
    width: 660px;
  }

  .tw .sm\:w-133{
    width: 665px;
  }

  .tw .sm\:w-134{
    width: 670px;
  }

  .tw .sm\:w-135{
    width: 675px;
  }

  .tw .sm\:w-136{
    width: 680px;
  }

  .tw .sm\:w-137{
    width: 685px;
  }

  .tw .sm\:w-138{
    width: 690px;
  }

  .tw .sm\:w-139{
    width: 695px;
  }

  .tw .sm\:w-140{
    width: 700px;
  }

  .tw .sm\:w-141{
    width: 705px;
  }

  .tw .sm\:w-142{
    width: 710px;
  }

  .tw .sm\:w-143{
    width: 715px;
  }

  .tw .sm\:w-144{
    width: 720px;
  }

  .tw .sm\:w-145{
    width: 725px;
  }

  .tw .sm\:w-146{
    width: 730px;
  }

  .tw .sm\:w-147{
    width: 735px;
  }

  .tw .sm\:w-148{
    width: 740px;
  }

  .tw .sm\:w-149{
    width: 745px;
  }

  .tw .sm\:w-auto{
    width: auto;
  }

  .tw .sm\:w-0\.5{
    width: 3px;
  }

  .tw .sm\:w-1px{
    width: 1px;
  }

  .tw .sm\:w-2px{
    width: 2px;
  }

  .tw .sm\:w-3px{
    width: 3px;
  }

  .tw .sm\:w-4px{
    width: 4px;
  }

  .tw .sm\:w-5px{
    width: 5px;
  }

  .tw .sm\:w-6px{
    width: 6px;
  }

  .tw .sm\:w-7px{
    width: 7px;
  }

  .tw .sm\:w-8px{
    width: 8px;
  }

  .tw .sm\:w-9px{
    width: 9px;
  }

  .tw .sm\:w-10px{
    width: 10px;
  }

  .tw .sm\:w-11px{
    width: 11px;
  }

  .tw .sm\:w-12px{
    width: 12px;
  }

  .tw .sm\:w-13px{
    width: 13px;
  }

  .tw .sm\:w-14px{
    width: 14px;
  }

  .tw .sm\:w-15px{
    width: 15px;
  }

  .tw .sm\:w-16px{
    width: 16px;
  }

  .tw .sm\:w-17px{
    width: 17px;
  }

  .tw .sm\:w-18px{
    width: 18px;
  }

  .tw .sm\:w-19px{
    width: 19px;
  }

  .tw .sm\:w-20px{
    width: 20px;
  }

  .tw .sm\:w-21px{
    width: 21px;
  }

  .tw .sm\:w-22px{
    width: 22px;
  }

  .tw .sm\:w-23px{
    width: 23px;
  }

  .tw .sm\:w-24px{
    width: 24px;
  }

  .tw .sm\:w-25px{
    width: 25px;
  }

  .tw .sm\:w-26px{
    width: 26px;
  }

  .tw .sm\:w-27px{
    width: 27px;
  }

  .tw .sm\:w-28px{
    width: 28px;
  }

  .tw .sm\:w-29px{
    width: 29px;
  }

  .tw .sm\:w-30px{
    width: 30px;
  }

  .tw .sm\:w-31px{
    width: 31px;
  }

  .tw .sm\:w-32px{
    width: 32px;
  }

  .tw .sm\:w-33px{
    width: 33px;
  }

  .tw .sm\:w-34px{
    width: 34px;
  }

  .tw .sm\:w-35px{
    width: 35px;
  }

  .tw .sm\:w-36px{
    width: 36px;
  }

  .tw .sm\:w-37px{
    width: 37px;
  }

  .tw .sm\:w-38px{
    width: 38px;
  }

  .tw .sm\:w-39px{
    width: 39px;
  }

  .tw .sm\:w-40px{
    width: 40px;
  }

  .tw .sm\:w-1\/2{
    width: 50%;
  }

  .tw .sm\:w-1\/3{
    width: 33.333333%;
  }

  .tw .sm\:w-2\/3{
    width: 66.666667%;
  }

  .tw .sm\:w-1\/4{
    width: 25%;
  }

  .tw .sm\:w-2\/4{
    width: 50%;
  }

  .tw .sm\:w-3\/4{
    width: 75%;
  }

  .tw .sm\:w-1\/5{
    width: 20%;
  }

  .tw .sm\:w-2\/5{
    width: 40%;
  }

  .tw .sm\:w-3\/5{
    width: 60%;
  }

  .tw .sm\:w-4\/5{
    width: 80%;
  }

  .tw .sm\:w-1\/6{
    width: 16.666667%;
  }

  .tw .sm\:w-2\/6{
    width: 33.333333%;
  }

  .tw .sm\:w-3\/6{
    width: 50%;
  }

  .tw .sm\:w-4\/6{
    width: 66.666667%;
  }

  .tw .sm\:w-5\/6{
    width: 83.333333%;
  }

  .tw .sm\:w-1\/12{
    width: 8.333333%;
  }

  .tw .sm\:w-2\/12{
    width: 16.666667%;
  }

  .tw .sm\:w-3\/12{
    width: 25%;
  }

  .tw .sm\:w-4\/12{
    width: 33.333333%;
  }

  .tw .sm\:w-5\/12{
    width: 41.666667%;
  }

  .tw .sm\:w-6\/12{
    width: 50%;
  }

  .tw .sm\:w-7\/12{
    width: 58.333333%;
  }

  .tw .sm\:w-8\/12{
    width: 66.666667%;
  }

  .tw .sm\:w-9\/12{
    width: 75%;
  }

  .tw .sm\:w-10\/12{
    width: 83.333333%;
  }

  .tw .sm\:w-11\/12{
    width: 91.666667%;
  }

  .tw .sm\:w-full{
    width: 100%;
  }

  .tw .sm\:w-screen{
    width: 100vw;
  }

  .tw .sm\:w-min{
    width: -moz-min-content;
    width: min-content;
  }

  .tw .sm\:w-max{
    width: -moz-max-content;
    width: max-content;
  }

  .tw .sm\:w-400px{
    width: 400px;
  }

  .tw .sm\:w-430px{
    width: 430px;
  }

  .tw .sm\:w-575px{
    width: 575px;
  }

  .tw .sm\:w-760px{
    width: 760px;
  }

  .tw .sm\:w-0\%{
    width: 0%;
  }

  .tw .sm\:w-10\%{
    width: 10%;
  }

  .tw .sm\:w-20\%{
    width: 20%;
  }

  .tw .sm\:w-30\%{
    width: 30%;
  }

  .tw .sm\:w-40\%{
    width: 40%;
  }

  .tw .sm\:w-50\%{
    width: 50%;
  }

  .tw .sm\:w-60\%{
    width: 60%;
  }

  .tw .sm\:w-70\%{
    width: 70%;
  }

  .tw .sm\:w-80\%{
    width: 80%;
  }

  .tw .sm\:w-90\%{
    width: 90%;
  }

  .tw .sm\:w-100\%{
    width: 100%;
  }

  .tw .sm\:first\:w-0:first-child{
    width: 0px;
  }

  .tw .sm\:first\:w-1:first-child{
    width: 5px;
  }

  .tw .sm\:first\:w-2:first-child{
    width: 10px;
  }

  .tw .sm\:first\:w-3:first-child{
    width: 15px;
  }

  .tw .sm\:first\:w-4:first-child{
    width: 20px;
  }

  .tw .sm\:first\:w-5:first-child{
    width: 25px;
  }

  .tw .sm\:first\:w-6:first-child{
    width: 30px;
  }

  .tw .sm\:first\:w-7:first-child{
    width: 35px;
  }

  .tw .sm\:first\:w-8:first-child{
    width: 40px;
  }

  .tw .sm\:first\:w-9:first-child{
    width: 45px;
  }

  .tw .sm\:first\:w-10:first-child{
    width: 50px;
  }

  .tw .sm\:first\:w-11:first-child{
    width: 55px;
  }

  .tw .sm\:first\:w-12:first-child{
    width: 60px;
  }

  .tw .sm\:first\:w-13:first-child{
    width: 65px;
  }

  .tw .sm\:first\:w-14:first-child{
    width: 70px;
  }

  .tw .sm\:first\:w-15:first-child{
    width: 75px;
  }

  .tw .sm\:first\:w-16:first-child{
    width: 80px;
  }

  .tw .sm\:first\:w-17:first-child{
    width: 85px;
  }

  .tw .sm\:first\:w-18:first-child{
    width: 90px;
  }

  .tw .sm\:first\:w-19:first-child{
    width: 95px;
  }

  .tw .sm\:first\:w-20:first-child{
    width: 100px;
  }

  .tw .sm\:first\:w-21:first-child{
    width: 105px;
  }

  .tw .sm\:first\:w-22:first-child{
    width: 110px;
  }

  .tw .sm\:first\:w-23:first-child{
    width: 115px;
  }

  .tw .sm\:first\:w-24:first-child{
    width: 120px;
  }

  .tw .sm\:first\:w-25:first-child{
    width: 125px;
  }

  .tw .sm\:first\:w-26:first-child{
    width: 130px;
  }

  .tw .sm\:first\:w-27:first-child{
    width: 135px;
  }

  .tw .sm\:first\:w-28:first-child{
    width: 140px;
  }

  .tw .sm\:first\:w-29:first-child{
    width: 145px;
  }

  .tw .sm\:first\:w-30:first-child{
    width: 150px;
  }

  .tw .sm\:first\:w-31:first-child{
    width: 155px;
  }

  .tw .sm\:first\:w-32:first-child{
    width: 160px;
  }

  .tw .sm\:first\:w-33:first-child{
    width: 165px;
  }

  .tw .sm\:first\:w-34:first-child{
    width: 170px;
  }

  .tw .sm\:first\:w-35:first-child{
    width: 175px;
  }

  .tw .sm\:first\:w-36:first-child{
    width: 180px;
  }

  .tw .sm\:first\:w-37:first-child{
    width: 185px;
  }

  .tw .sm\:first\:w-38:first-child{
    width: 190px;
  }

  .tw .sm\:first\:w-39:first-child{
    width: 195px;
  }

  .tw .sm\:first\:w-40:first-child{
    width: 200px;
  }

  .tw .sm\:first\:w-41:first-child{
    width: 205px;
  }

  .tw .sm\:first\:w-42:first-child{
    width: 210px;
  }

  .tw .sm\:first\:w-43:first-child{
    width: 215px;
  }

  .tw .sm\:first\:w-44:first-child{
    width: 220px;
  }

  .tw .sm\:first\:w-45:first-child{
    width: 225px;
  }

  .tw .sm\:first\:w-46:first-child{
    width: 230px;
  }

  .tw .sm\:first\:w-47:first-child{
    width: 235px;
  }

  .tw .sm\:first\:w-48:first-child{
    width: 240px;
  }

  .tw .sm\:first\:w-49:first-child{
    width: 245px;
  }

  .tw .sm\:first\:w-50:first-child{
    width: 250px;
  }

  .tw .sm\:first\:w-51:first-child{
    width: 255px;
  }

  .tw .sm\:first\:w-52:first-child{
    width: 260px;
  }

  .tw .sm\:first\:w-53:first-child{
    width: 265px;
  }

  .tw .sm\:first\:w-54:first-child{
    width: 270px;
  }

  .tw .sm\:first\:w-55:first-child{
    width: 275px;
  }

  .tw .sm\:first\:w-56:first-child{
    width: 280px;
  }

  .tw .sm\:first\:w-57:first-child{
    width: 285px;
  }

  .tw .sm\:first\:w-58:first-child{
    width: 290px;
  }

  .tw .sm\:first\:w-59:first-child{
    width: 295px;
  }

  .tw .sm\:first\:w-60:first-child{
    width: 300px;
  }

  .tw .sm\:first\:w-61:first-child{
    width: 305px;
  }

  .tw .sm\:first\:w-62:first-child{
    width: 310px;
  }

  .tw .sm\:first\:w-63:first-child{
    width: 315px;
  }

  .tw .sm\:first\:w-64:first-child{
    width: 320px;
  }

  .tw .sm\:first\:w-65:first-child{
    width: 325px;
  }

  .tw .sm\:first\:w-66:first-child{
    width: 330px;
  }

  .tw .sm\:first\:w-67:first-child{
    width: 335px;
  }

  .tw .sm\:first\:w-68:first-child{
    width: 340px;
  }

  .tw .sm\:first\:w-69:first-child{
    width: 345px;
  }

  .tw .sm\:first\:w-70:first-child{
    width: 350px;
  }

  .tw .sm\:first\:w-71:first-child{
    width: 355px;
  }

  .tw .sm\:first\:w-72:first-child{
    width: 360px;
  }

  .tw .sm\:first\:w-73:first-child{
    width: 365px;
  }

  .tw .sm\:first\:w-74:first-child{
    width: 370px;
  }

  .tw .sm\:first\:w-75:first-child{
    width: 375px;
  }

  .tw .sm\:first\:w-76:first-child{
    width: 380px;
  }

  .tw .sm\:first\:w-77:first-child{
    width: 385px;
  }

  .tw .sm\:first\:w-78:first-child{
    width: 390px;
  }

  .tw .sm\:first\:w-79:first-child{
    width: 395px;
  }

  .tw .sm\:first\:w-80:first-child{
    width: 400px;
  }

  .tw .sm\:first\:w-81:first-child{
    width: 405px;
  }

  .tw .sm\:first\:w-82:first-child{
    width: 410px;
  }

  .tw .sm\:first\:w-83:first-child{
    width: 415px;
  }

  .tw .sm\:first\:w-84:first-child{
    width: 420px;
  }

  .tw .sm\:first\:w-85:first-child{
    width: 425px;
  }

  .tw .sm\:first\:w-86:first-child{
    width: 430px;
  }

  .tw .sm\:first\:w-87:first-child{
    width: 435px;
  }

  .tw .sm\:first\:w-88:first-child{
    width: 440px;
  }

  .tw .sm\:first\:w-89:first-child{
    width: 445px;
  }

  .tw .sm\:first\:w-90:first-child{
    width: 450px;
  }

  .tw .sm\:first\:w-91:first-child{
    width: 455px;
  }

  .tw .sm\:first\:w-92:first-child{
    width: 460px;
  }

  .tw .sm\:first\:w-93:first-child{
    width: 465px;
  }

  .tw .sm\:first\:w-94:first-child{
    width: 470px;
  }

  .tw .sm\:first\:w-95:first-child{
    width: 475px;
  }

  .tw .sm\:first\:w-96:first-child{
    width: 480px;
  }

  .tw .sm\:first\:w-97:first-child{
    width: 485px;
  }

  .tw .sm\:first\:w-98:first-child{
    width: 490px;
  }

  .tw .sm\:first\:w-99:first-child{
    width: 495px;
  }

  .tw .sm\:first\:w-100:first-child{
    width: 500px;
  }

  .tw .sm\:first\:w-101:first-child{
    width: 505px;
  }

  .tw .sm\:first\:w-102:first-child{
    width: 510px;
  }

  .tw .sm\:first\:w-103:first-child{
    width: 515px;
  }

  .tw .sm\:first\:w-104:first-child{
    width: 520px;
  }

  .tw .sm\:first\:w-105:first-child{
    width: 525px;
  }

  .tw .sm\:first\:w-106:first-child{
    width: 530px;
  }

  .tw .sm\:first\:w-107:first-child{
    width: 535px;
  }

  .tw .sm\:first\:w-108:first-child{
    width: 540px;
  }

  .tw .sm\:first\:w-109:first-child{
    width: 545px;
  }

  .tw .sm\:first\:w-110:first-child{
    width: 550px;
  }

  .tw .sm\:first\:w-111:first-child{
    width: 555px;
  }

  .tw .sm\:first\:w-112:first-child{
    width: 560px;
  }

  .tw .sm\:first\:w-113:first-child{
    width: 565px;
  }

  .tw .sm\:first\:w-114:first-child{
    width: 570px;
  }

  .tw .sm\:first\:w-115:first-child{
    width: 575px;
  }

  .tw .sm\:first\:w-116:first-child{
    width: 580px;
  }

  .tw .sm\:first\:w-117:first-child{
    width: 585px;
  }

  .tw .sm\:first\:w-118:first-child{
    width: 590px;
  }

  .tw .sm\:first\:w-119:first-child{
    width: 595px;
  }

  .tw .sm\:first\:w-120:first-child{
    width: 600px;
  }

  .tw .sm\:first\:w-121:first-child{
    width: 605px;
  }

  .tw .sm\:first\:w-122:first-child{
    width: 610px;
  }

  .tw .sm\:first\:w-123:first-child{
    width: 615px;
  }

  .tw .sm\:first\:w-124:first-child{
    width: 620px;
  }

  .tw .sm\:first\:w-125:first-child{
    width: 625px;
  }

  .tw .sm\:first\:w-126:first-child{
    width: 630px;
  }

  .tw .sm\:first\:w-127:first-child{
    width: 635px;
  }

  .tw .sm\:first\:w-128:first-child{
    width: 640px;
  }

  .tw .sm\:first\:w-129:first-child{
    width: 645px;
  }

  .tw .sm\:first\:w-130:first-child{
    width: 650px;
  }

  .tw .sm\:first\:w-131:first-child{
    width: 655px;
  }

  .tw .sm\:first\:w-132:first-child{
    width: 660px;
  }

  .tw .sm\:first\:w-133:first-child{
    width: 665px;
  }

  .tw .sm\:first\:w-134:first-child{
    width: 670px;
  }

  .tw .sm\:first\:w-135:first-child{
    width: 675px;
  }

  .tw .sm\:first\:w-136:first-child{
    width: 680px;
  }

  .tw .sm\:first\:w-137:first-child{
    width: 685px;
  }

  .tw .sm\:first\:w-138:first-child{
    width: 690px;
  }

  .tw .sm\:first\:w-139:first-child{
    width: 695px;
  }

  .tw .sm\:first\:w-140:first-child{
    width: 700px;
  }

  .tw .sm\:first\:w-141:first-child{
    width: 705px;
  }

  .tw .sm\:first\:w-142:first-child{
    width: 710px;
  }

  .tw .sm\:first\:w-143:first-child{
    width: 715px;
  }

  .tw .sm\:first\:w-144:first-child{
    width: 720px;
  }

  .tw .sm\:first\:w-145:first-child{
    width: 725px;
  }

  .tw .sm\:first\:w-146:first-child{
    width: 730px;
  }

  .tw .sm\:first\:w-147:first-child{
    width: 735px;
  }

  .tw .sm\:first\:w-148:first-child{
    width: 740px;
  }

  .tw .sm\:first\:w-149:first-child{
    width: 745px;
  }

  .tw .sm\:first\:w-auto:first-child{
    width: auto;
  }

  .tw .sm\:first\:w-0\.5:first-child{
    width: 3px;
  }

  .tw .sm\:first\:w-1px:first-child{
    width: 1px;
  }

  .tw .sm\:first\:w-2px:first-child{
    width: 2px;
  }

  .tw .sm\:first\:w-3px:first-child{
    width: 3px;
  }

  .tw .sm\:first\:w-4px:first-child{
    width: 4px;
  }

  .tw .sm\:first\:w-5px:first-child{
    width: 5px;
  }

  .tw .sm\:first\:w-6px:first-child{
    width: 6px;
  }

  .tw .sm\:first\:w-7px:first-child{
    width: 7px;
  }

  .tw .sm\:first\:w-8px:first-child{
    width: 8px;
  }

  .tw .sm\:first\:w-9px:first-child{
    width: 9px;
  }

  .tw .sm\:first\:w-10px:first-child{
    width: 10px;
  }

  .tw .sm\:first\:w-11px:first-child{
    width: 11px;
  }

  .tw .sm\:first\:w-12px:first-child{
    width: 12px;
  }

  .tw .sm\:first\:w-13px:first-child{
    width: 13px;
  }

  .tw .sm\:first\:w-14px:first-child{
    width: 14px;
  }

  .tw .sm\:first\:w-15px:first-child{
    width: 15px;
  }

  .tw .sm\:first\:w-16px:first-child{
    width: 16px;
  }

  .tw .sm\:first\:w-17px:first-child{
    width: 17px;
  }

  .tw .sm\:first\:w-18px:first-child{
    width: 18px;
  }

  .tw .sm\:first\:w-19px:first-child{
    width: 19px;
  }

  .tw .sm\:first\:w-20px:first-child{
    width: 20px;
  }

  .tw .sm\:first\:w-21px:first-child{
    width: 21px;
  }

  .tw .sm\:first\:w-22px:first-child{
    width: 22px;
  }

  .tw .sm\:first\:w-23px:first-child{
    width: 23px;
  }

  .tw .sm\:first\:w-24px:first-child{
    width: 24px;
  }

  .tw .sm\:first\:w-25px:first-child{
    width: 25px;
  }

  .tw .sm\:first\:w-26px:first-child{
    width: 26px;
  }

  .tw .sm\:first\:w-27px:first-child{
    width: 27px;
  }

  .tw .sm\:first\:w-28px:first-child{
    width: 28px;
  }

  .tw .sm\:first\:w-29px:first-child{
    width: 29px;
  }

  .tw .sm\:first\:w-30px:first-child{
    width: 30px;
  }

  .tw .sm\:first\:w-31px:first-child{
    width: 31px;
  }

  .tw .sm\:first\:w-32px:first-child{
    width: 32px;
  }

  .tw .sm\:first\:w-33px:first-child{
    width: 33px;
  }

  .tw .sm\:first\:w-34px:first-child{
    width: 34px;
  }

  .tw .sm\:first\:w-35px:first-child{
    width: 35px;
  }

  .tw .sm\:first\:w-36px:first-child{
    width: 36px;
  }

  .tw .sm\:first\:w-37px:first-child{
    width: 37px;
  }

  .tw .sm\:first\:w-38px:first-child{
    width: 38px;
  }

  .tw .sm\:first\:w-39px:first-child{
    width: 39px;
  }

  .tw .sm\:first\:w-40px:first-child{
    width: 40px;
  }

  .tw .sm\:first\:w-1\/2:first-child{
    width: 50%;
  }

  .tw .sm\:first\:w-1\/3:first-child{
    width: 33.333333%;
  }

  .tw .sm\:first\:w-2\/3:first-child{
    width: 66.666667%;
  }

  .tw .sm\:first\:w-1\/4:first-child{
    width: 25%;
  }

  .tw .sm\:first\:w-2\/4:first-child{
    width: 50%;
  }

  .tw .sm\:first\:w-3\/4:first-child{
    width: 75%;
  }

  .tw .sm\:first\:w-1\/5:first-child{
    width: 20%;
  }

  .tw .sm\:first\:w-2\/5:first-child{
    width: 40%;
  }

  .tw .sm\:first\:w-3\/5:first-child{
    width: 60%;
  }

  .tw .sm\:first\:w-4\/5:first-child{
    width: 80%;
  }

  .tw .sm\:first\:w-1\/6:first-child{
    width: 16.666667%;
  }

  .tw .sm\:first\:w-2\/6:first-child{
    width: 33.333333%;
  }

  .tw .sm\:first\:w-3\/6:first-child{
    width: 50%;
  }

  .tw .sm\:first\:w-4\/6:first-child{
    width: 66.666667%;
  }

  .tw .sm\:first\:w-5\/6:first-child{
    width: 83.333333%;
  }

  .tw .sm\:first\:w-1\/12:first-child{
    width: 8.333333%;
  }

  .tw .sm\:first\:w-2\/12:first-child{
    width: 16.666667%;
  }

  .tw .sm\:first\:w-3\/12:first-child{
    width: 25%;
  }

  .tw .sm\:first\:w-4\/12:first-child{
    width: 33.333333%;
  }

  .tw .sm\:first\:w-5\/12:first-child{
    width: 41.666667%;
  }

  .tw .sm\:first\:w-6\/12:first-child{
    width: 50%;
  }

  .tw .sm\:first\:w-7\/12:first-child{
    width: 58.333333%;
  }

  .tw .sm\:first\:w-8\/12:first-child{
    width: 66.666667%;
  }

  .tw .sm\:first\:w-9\/12:first-child{
    width: 75%;
  }

  .tw .sm\:first\:w-10\/12:first-child{
    width: 83.333333%;
  }

  .tw .sm\:first\:w-11\/12:first-child{
    width: 91.666667%;
  }

  .tw .sm\:first\:w-full:first-child{
    width: 100%;
  }

  .tw .sm\:first\:w-screen:first-child{
    width: 100vw;
  }

  .tw .sm\:first\:w-min:first-child{
    width: -moz-min-content;
    width: min-content;
  }

  .tw .sm\:first\:w-max:first-child{
    width: -moz-max-content;
    width: max-content;
  }

  .tw .sm\:first\:w-400px:first-child{
    width: 400px;
  }

  .tw .sm\:first\:w-430px:first-child{
    width: 430px;
  }

  .tw .sm\:first\:w-575px:first-child{
    width: 575px;
  }

  .tw .sm\:first\:w-760px:first-child{
    width: 760px;
  }

  .tw .sm\:first\:w-0\%:first-child{
    width: 0%;
  }

  .tw .sm\:first\:w-10\%:first-child{
    width: 10%;
  }

  .tw .sm\:first\:w-20\%:first-child{
    width: 20%;
  }

  .tw .sm\:first\:w-30\%:first-child{
    width: 30%;
  }

  .tw .sm\:first\:w-40\%:first-child{
    width: 40%;
  }

  .tw .sm\:first\:w-50\%:first-child{
    width: 50%;
  }

  .tw .sm\:first\:w-60\%:first-child{
    width: 60%;
  }

  .tw .sm\:first\:w-70\%:first-child{
    width: 70%;
  }

  .tw .sm\:first\:w-80\%:first-child{
    width: 80%;
  }

  .tw .sm\:first\:w-90\%:first-child{
    width: 90%;
  }

  .tw .sm\:first\:w-100\%:first-child{
    width: 100%;
  }

  .tw .sm\:min-w-0{
    min-width: 0px;
  }

  .tw .sm\:min-w-full{
    min-width: 100%;
  }

  .tw .sm\:min-w-min{
    min-width: -moz-min-content;
    min-width: min-content;
  }

  .tw .sm\:min-w-max{
    min-width: -moz-max-content;
    min-width: max-content;
  }

  .tw .sm\:max-w-0{
    max-width: 0rem;
  }

  .tw .sm\:max-w-none{
    max-width: none;
  }

  .tw .sm\:max-w-xs{
    max-width: 20rem;
  }

  .tw .sm\:max-w-sm{
    max-width: 24rem;
  }

  .tw .sm\:max-w-md{
    max-width: 28rem;
  }

  .tw .sm\:max-w-lg{
    max-width: 32rem;
  }

  .tw .sm\:max-w-xl{
    max-width: 36rem;
  }

  .tw .sm\:max-w-2xl{
    max-width: 42rem;
  }

  .tw .sm\:max-w-3xl{
    max-width: 48rem;
  }

  .tw .sm\:max-w-4xl{
    max-width: 56rem;
  }

  .tw .sm\:max-w-5xl{
    max-width: 64rem;
  }

  .tw .sm\:max-w-6xl{
    max-width: 72rem;
  }

  .tw .sm\:max-w-7xl{
    max-width: 80rem;
  }

  .tw .sm\:max-w-full{
    max-width: 100%;
  }

  .tw .sm\:max-w-min{
    max-width: -moz-min-content;
    max-width: min-content;
  }

  .tw .sm\:max-w-max{
    max-width: -moz-max-content;
    max-width: max-content;
  }

  .tw .sm\:max-w-prose{
    max-width: 65ch;
  }

  .tw .sm\:max-w-screen-sm{
    max-width: 640px;
  }

  .tw .sm\:max-w-screen-md{
    max-width: 768px;
  }

  .tw .sm\:max-w-screen-lg{
    max-width: 1024px;
  }

  .tw .sm\:max-w-screen-xl{
    max-width: 1280px;
  }

  .tw .sm\:max-w-300px{
    max-width: 300px;
  }

  .tw .sm\:max-w-360px{
    max-width: 360px;
  }

  .tw .sm\:max-w-400px{
    max-width: 400px;
  }

  .tw .sm\:max-w-760px{
    max-width: 760px;
  }

  .tw .sm\:max-w-1\/2{
    max-width: 50%;
  }

  .tw .sm\:max-w-0\%{
    max-width: 0%;
  }

  .tw .sm\:max-w-10\%{
    max-width: 10%;
  }

  .tw .sm\:max-w-20\%{
    max-width: 20%;
  }

  .tw .sm\:max-w-30\%{
    max-width: 30%;
  }

  .tw .sm\:max-w-40\%{
    max-width: 40%;
  }

  .tw .sm\:max-w-50\%{
    max-width: 50%;
  }

  .tw .sm\:max-w-60\%{
    max-width: 60%;
  }

  .tw .sm\:max-w-70\%{
    max-width: 70%;
  }

  .tw .sm\:max-w-80\%{
    max-width: 80%;
  }

  .tw .sm\:max-w-90\%{
    max-width: 90%;
  }

  .tw .sm\:max-w-100\%{
    max-width: 100%;
  }

  .tw .sm\:flex-1{
    flex: 1 1 0%;
  }

  .tw .sm\:flex-auto{
    flex: 1 1 auto;
  }

  .tw .sm\:flex-initial{
    flex: 0 1 auto;
  }

  .tw .sm\:flex-none{
    flex: none;
  }

  .tw .sm\:flex-shrink-0{
    flex-shrink: 0;
  }

  .tw .sm\:flex-shrink{
    flex-shrink: 1;
  }

  .tw .sm\:flex-grow-0{
    flex-grow: 0;
  }

  .tw .sm\:flex-grow{
    flex-grow: 1;
  }

  .tw .sm\:table-auto{
    table-layout: auto;
  }

  .tw .sm\:table-fixed{
    table-layout: fixed;
  }

  .tw .sm\:border-collapse{
    border-collapse: collapse;
  }

  .tw .sm\:border-separate{
    border-collapse: separate;
  }

  .tw .sm\:origin-center{
    transform-origin: center;
  }

  .tw .sm\:origin-top{
    transform-origin: top;
  }

  .tw .sm\:origin-top-right{
    transform-origin: top right;
  }

  .tw .sm\:origin-right{
    transform-origin: right;
  }

  .tw .sm\:origin-bottom-right{
    transform-origin: bottom right;
  }

  .tw .sm\:origin-bottom{
    transform-origin: bottom;
  }

  .tw .sm\:origin-bottom-left{
    transform-origin: bottom left;
  }

  .tw .sm\:origin-left{
    transform-origin: left;
  }

  .tw .sm\:origin-top-left{
    transform-origin: top left;
  }

  .tw .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;
    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));
  }

  .tw .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;
    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));
  }

  .tw .sm\:transform-none{
    transform: none;
  }

  .tw .sm\:translate-x-0{
    --tw-translate-x: 0px;
  }

  .tw .sm\:translate-x-1{
    --tw-translate-x: 5px;
  }

  .tw .sm\:translate-x-2{
    --tw-translate-x: 10px;
  }

  .tw .sm\:translate-x-3{
    --tw-translate-x: 15px;
  }

  .tw .sm\:translate-x-4{
    --tw-translate-x: 20px;
  }

  .tw .sm\:translate-x-5{
    --tw-translate-x: 25px;
  }

  .tw .sm\:translate-x-6{
    --tw-translate-x: 30px;
  }

  .tw .sm\:translate-x-7{
    --tw-translate-x: 35px;
  }

  .tw .sm\:translate-x-8{
    --tw-translate-x: 40px;
  }

  .tw .sm\:translate-x-9{
    --tw-translate-x: 45px;
  }

  .tw .sm\:translate-x-10{
    --tw-translate-x: 50px;
  }

  .tw .sm\:translate-x-11{
    --tw-translate-x: 55px;
  }

  .tw .sm\:translate-x-12{
    --tw-translate-x: 60px;
  }

  .tw .sm\:translate-x-13{
    --tw-translate-x: 65px;
  }

  .tw .sm\:translate-x-14{
    --tw-translate-x: 70px;
  }

  .tw .sm\:translate-x-15{
    --tw-translate-x: 75px;
  }

  .tw .sm\:translate-x-16{
    --tw-translate-x: 80px;
  }

  .tw .sm\:translate-x-17{
    --tw-translate-x: 85px;
  }

  .tw .sm\:translate-x-18{
    --tw-translate-x: 90px;
  }

  .tw .sm\:translate-x-19{
    --tw-translate-x: 95px;
  }

  .tw .sm\:translate-x-20{
    --tw-translate-x: 100px;
  }

  .tw .sm\:translate-x-21{
    --tw-translate-x: 105px;
  }

  .tw .sm\:translate-x-22{
    --tw-translate-x: 110px;
  }

  .tw .sm\:translate-x-23{
    --tw-translate-x: 115px;
  }

  .tw .sm\:translate-x-24{
    --tw-translate-x: 120px;
  }

  .tw .sm\:translate-x-25{
    --tw-translate-x: 125px;
  }

  .tw .sm\:translate-x-26{
    --tw-translate-x: 130px;
  }

  .tw .sm\:translate-x-27{
    --tw-translate-x: 135px;
  }

  .tw .sm\:translate-x-28{
    --tw-translate-x: 140px;
  }

  .tw .sm\:translate-x-29{
    --tw-translate-x: 145px;
  }

  .tw .sm\:translate-x-30{
    --tw-translate-x: 150px;
  }

  .tw .sm\:translate-x-31{
    --tw-translate-x: 155px;
  }

  .tw .sm\:translate-x-32{
    --tw-translate-x: 160px;
  }

  .tw .sm\:translate-x-33{
    --tw-translate-x: 165px;
  }

  .tw .sm\:translate-x-34{
    --tw-translate-x: 170px;
  }

  .tw .sm\:translate-x-35{
    --tw-translate-x: 175px;
  }

  .tw .sm\:translate-x-36{
    --tw-translate-x: 180px;
  }

  .tw .sm\:translate-x-37{
    --tw-translate-x: 185px;
  }

  .tw .sm\:translate-x-38{
    --tw-translate-x: 190px;
  }

  .tw .sm\:translate-x-39{
    --tw-translate-x: 195px;
  }

  .tw .sm\:translate-x-40{
    --tw-translate-x: 200px;
  }

  .tw .sm\:translate-x-41{
    --tw-translate-x: 205px;
  }

  .tw .sm\:translate-x-42{
    --tw-translate-x: 210px;
  }

  .tw .sm\:translate-x-43{
    --tw-translate-x: 215px;
  }

  .tw .sm\:translate-x-44{
    --tw-translate-x: 220px;
  }

  .tw .sm\:translate-x-45{
    --tw-translate-x: 225px;
  }

  .tw .sm\:translate-x-46{
    --tw-translate-x: 230px;
  }

  .tw .sm\:translate-x-47{
    --tw-translate-x: 235px;
  }

  .tw .sm\:translate-x-48{
    --tw-translate-x: 240px;
  }

  .tw .sm\:translate-x-49{
    --tw-translate-x: 245px;
  }

  .tw .sm\:translate-x-50{
    --tw-translate-x: 250px;
  }

  .tw .sm\:translate-x-51{
    --tw-translate-x: 255px;
  }

  .tw .sm\:translate-x-52{
    --tw-translate-x: 260px;
  }

  .tw .sm\:translate-x-53{
    --tw-translate-x: 265px;
  }

  .tw .sm\:translate-x-54{
    --tw-translate-x: 270px;
  }

  .tw .sm\:translate-x-55{
    --tw-translate-x: 275px;
  }

  .tw .sm\:translate-x-56{
    --tw-translate-x: 280px;
  }

  .tw .sm\:translate-x-57{
    --tw-translate-x: 285px;
  }

  .tw .sm\:translate-x-58{
    --tw-translate-x: 290px;
  }

  .tw .sm\:translate-x-59{
    --tw-translate-x: 295px;
  }

  .tw .sm\:translate-x-60{
    --tw-translate-x: 300px;
  }

  .tw .sm\:translate-x-61{
    --tw-translate-x: 305px;
  }

  .tw .sm\:translate-x-62{
    --tw-translate-x: 310px;
  }

  .tw .sm\:translate-x-63{
    --tw-translate-x: 315px;
  }

  .tw .sm\:translate-x-64{
    --tw-translate-x: 320px;
  }

  .tw .sm\:translate-x-65{
    --tw-translate-x: 325px;
  }

  .tw .sm\:translate-x-66{
    --tw-translate-x: 330px;
  }

  .tw .sm\:translate-x-67{
    --tw-translate-x: 335px;
  }

  .tw .sm\:translate-x-68{
    --tw-translate-x: 340px;
  }

  .tw .sm\:translate-x-69{
    --tw-translate-x: 345px;
  }

  .tw .sm\:translate-x-70{
    --tw-translate-x: 350px;
  }

  .tw .sm\:translate-x-71{
    --tw-translate-x: 355px;
  }

  .tw .sm\:translate-x-72{
    --tw-translate-x: 360px;
  }

  .tw .sm\:translate-x-73{
    --tw-translate-x: 365px;
  }

  .tw .sm\:translate-x-74{
    --tw-translate-x: 370px;
  }

  .tw .sm\:translate-x-75{
    --tw-translate-x: 375px;
  }

  .tw .sm\:translate-x-76{
    --tw-translate-x: 380px;
  }

  .tw .sm\:translate-x-77{
    --tw-translate-x: 385px;
  }

  .tw .sm\:translate-x-78{
    --tw-translate-x: 390px;
  }

  .tw .sm\:translate-x-79{
    --tw-translate-x: 395px;
  }

  .tw .sm\:translate-x-80{
    --tw-translate-x: 400px;
  }

  .tw .sm\:translate-x-81{
    --tw-translate-x: 405px;
  }

  .tw .sm\:translate-x-82{
    --tw-translate-x: 410px;
  }

  .tw .sm\:translate-x-83{
    --tw-translate-x: 415px;
  }

  .tw .sm\:translate-x-84{
    --tw-translate-x: 420px;
  }

  .tw .sm\:translate-x-85{
    --tw-translate-x: 425px;
  }

  .tw .sm\:translate-x-86{
    --tw-translate-x: 430px;
  }

  .tw .sm\:translate-x-87{
    --tw-translate-x: 435px;
  }

  .tw .sm\:translate-x-88{
    --tw-translate-x: 440px;
  }

  .tw .sm\:translate-x-89{
    --tw-translate-x: 445px;
  }

  .tw .sm\:translate-x-90{
    --tw-translate-x: 450px;
  }

  .tw .sm\:translate-x-91{
    --tw-translate-x: 455px;
  }

  .tw .sm\:translate-x-92{
    --tw-translate-x: 460px;
  }

  .tw .sm\:translate-x-93{
    --tw-translate-x: 465px;
  }

  .tw .sm\:translate-x-94{
    --tw-translate-x: 470px;
  }

  .tw .sm\:translate-x-95{
    --tw-translate-x: 475px;
  }

  .tw .sm\:translate-x-96{
    --tw-translate-x: 480px;
  }

  .tw .sm\:translate-x-97{
    --tw-translate-x: 485px;
  }

  .tw .sm\:translate-x-98{
    --tw-translate-x: 490px;
  }

  .tw .sm\:translate-x-99{
    --tw-translate-x: 495px;
  }

  .tw .sm\:translate-x-100{
    --tw-translate-x: 500px;
  }

  .tw .sm\:translate-x-101{
    --tw-translate-x: 505px;
  }

  .tw .sm\:translate-x-102{
    --tw-translate-x: 510px;
  }

  .tw .sm\:translate-x-103{
    --tw-translate-x: 515px;
  }

  .tw .sm\:translate-x-104{
    --tw-translate-x: 520px;
  }

  .tw .sm\:translate-x-105{
    --tw-translate-x: 525px;
  }

  .tw .sm\:translate-x-106{
    --tw-translate-x: 530px;
  }

  .tw .sm\:translate-x-107{
    --tw-translate-x: 535px;
  }

  .tw .sm\:translate-x-108{
    --tw-translate-x: 540px;
  }

  .tw .sm\:translate-x-109{
    --tw-translate-x: 545px;
  }

  .tw .sm\:translate-x-110{
    --tw-translate-x: 550px;
  }

  .tw .sm\:translate-x-111{
    --tw-translate-x: 555px;
  }

  .tw .sm\:translate-x-112{
    --tw-translate-x: 560px;
  }

  .tw .sm\:translate-x-113{
    --tw-translate-x: 565px;
  }

  .tw .sm\:translate-x-114{
    --tw-translate-x: 570px;
  }

  .tw .sm\:translate-x-115{
    --tw-translate-x: 575px;
  }

  .tw .sm\:translate-x-116{
    --tw-translate-x: 580px;
  }

  .tw .sm\:translate-x-117{
    --tw-translate-x: 585px;
  }

  .tw .sm\:translate-x-118{
    --tw-translate-x: 590px;
  }

  .tw .sm\:translate-x-119{
    --tw-translate-x: 595px;
  }

  .tw .sm\:translate-x-120{
    --tw-translate-x: 600px;
  }

  .tw .sm\:translate-x-121{
    --tw-translate-x: 605px;
  }

  .tw .sm\:translate-x-122{
    --tw-translate-x: 610px;
  }

  .tw .sm\:translate-x-123{
    --tw-translate-x: 615px;
  }

  .tw .sm\:translate-x-124{
    --tw-translate-x: 620px;
  }

  .tw .sm\:translate-x-125{
    --tw-translate-x: 625px;
  }

  .tw .sm\:translate-x-126{
    --tw-translate-x: 630px;
  }

  .tw .sm\:translate-x-127{
    --tw-translate-x: 635px;
  }

  .tw .sm\:translate-x-128{
    --tw-translate-x: 640px;
  }

  .tw .sm\:translate-x-129{
    --tw-translate-x: 645px;
  }

  .tw .sm\:translate-x-130{
    --tw-translate-x: 650px;
  }

  .tw .sm\:translate-x-131{
    --tw-translate-x: 655px;
  }

  .tw .sm\:translate-x-132{
    --tw-translate-x: 660px;
  }

  .tw .sm\:translate-x-133{
    --tw-translate-x: 665px;
  }

  .tw .sm\:translate-x-134{
    --tw-translate-x: 670px;
  }

  .tw .sm\:translate-x-135{
    --tw-translate-x: 675px;
  }

  .tw .sm\:translate-x-136{
    --tw-translate-x: 680px;
  }

  .tw .sm\:translate-x-137{
    --tw-translate-x: 685px;
  }

  .tw .sm\:translate-x-138{
    --tw-translate-x: 690px;
  }

  .tw .sm\:translate-x-139{
    --tw-translate-x: 695px;
  }

  .tw .sm\:translate-x-140{
    --tw-translate-x: 700px;
  }

  .tw .sm\:translate-x-141{
    --tw-translate-x: 705px;
  }

  .tw .sm\:translate-x-142{
    --tw-translate-x: 710px;
  }

  .tw .sm\:translate-x-143{
    --tw-translate-x: 715px;
  }

  .tw .sm\:translate-x-144{
    --tw-translate-x: 720px;
  }

  .tw .sm\:translate-x-145{
    --tw-translate-x: 725px;
  }

  .tw .sm\:translate-x-146{
    --tw-translate-x: 730px;
  }

  .tw .sm\:translate-x-147{
    --tw-translate-x: 735px;
  }

  .tw .sm\:translate-x-148{
    --tw-translate-x: 740px;
  }

  .tw .sm\:translate-x-149{
    --tw-translate-x: 745px;
  }

  .tw .sm\:translate-x-0\.5{
    --tw-translate-x: 3px;
  }

  .tw .sm\:translate-x-1px{
    --tw-translate-x: 1px;
  }

  .tw .sm\:translate-x-2px{
    --tw-translate-x: 2px;
  }

  .tw .sm\:translate-x-3px{
    --tw-translate-x: 3px;
  }

  .tw .sm\:translate-x-4px{
    --tw-translate-x: 4px;
  }

  .tw .sm\:translate-x-5px{
    --tw-translate-x: 5px;
  }

  .tw .sm\:translate-x-6px{
    --tw-translate-x: 6px;
  }

  .tw .sm\:translate-x-7px{
    --tw-translate-x: 7px;
  }

  .tw .sm\:translate-x-8px{
    --tw-translate-x: 8px;
  }

  .tw .sm\:translate-x-9px{
    --tw-translate-x: 9px;
  }

  .tw .sm\:translate-x-10px{
    --tw-translate-x: 10px;
  }

  .tw .sm\:translate-x-11px{
    --tw-translate-x: 11px;
  }

  .tw .sm\:translate-x-12px{
    --tw-translate-x: 12px;
  }

  .tw .sm\:translate-x-13px{
    --tw-translate-x: 13px;
  }

  .tw .sm\:translate-x-14px{
    --tw-translate-x: 14px;
  }

  .tw .sm\:translate-x-15px{
    --tw-translate-x: 15px;
  }

  .tw .sm\:translate-x-16px{
    --tw-translate-x: 16px;
  }

  .tw .sm\:translate-x-17px{
    --tw-translate-x: 17px;
  }

  .tw .sm\:translate-x-18px{
    --tw-translate-x: 18px;
  }

  .tw .sm\:translate-x-19px{
    --tw-translate-x: 19px;
  }

  .tw .sm\:translate-x-20px{
    --tw-translate-x: 20px;
  }

  .tw .sm\:translate-x-21px{
    --tw-translate-x: 21px;
  }

  .tw .sm\:translate-x-22px{
    --tw-translate-x: 22px;
  }

  .tw .sm\:translate-x-23px{
    --tw-translate-x: 23px;
  }

  .tw .sm\:translate-x-24px{
    --tw-translate-x: 24px;
  }

  .tw .sm\:translate-x-25px{
    --tw-translate-x: 25px;
  }

  .tw .sm\:translate-x-26px{
    --tw-translate-x: 26px;
  }

  .tw .sm\:translate-x-27px{
    --tw-translate-x: 27px;
  }

  .tw .sm\:translate-x-28px{
    --tw-translate-x: 28px;
  }

  .tw .sm\:translate-x-29px{
    --tw-translate-x: 29px;
  }

  .tw .sm\:translate-x-30px{
    --tw-translate-x: 30px;
  }

  .tw .sm\:translate-x-31px{
    --tw-translate-x: 31px;
  }

  .tw .sm\:translate-x-32px{
    --tw-translate-x: 32px;
  }

  .tw .sm\:translate-x-33px{
    --tw-translate-x: 33px;
  }

  .tw .sm\:translate-x-34px{
    --tw-translate-x: 34px;
  }

  .tw .sm\:translate-x-35px{
    --tw-translate-x: 35px;
  }

  .tw .sm\:translate-x-36px{
    --tw-translate-x: 36px;
  }

  .tw .sm\:translate-x-37px{
    --tw-translate-x: 37px;
  }

  .tw .sm\:translate-x-38px{
    --tw-translate-x: 38px;
  }

  .tw .sm\:translate-x-39px{
    --tw-translate-x: 39px;
  }

  .tw .sm\:translate-x-40px{
    --tw-translate-x: 40px;
  }

  .tw .sm\:-translate-x-0{
    --tw-translate-x: 0px;
  }

  .tw .sm\:-translate-x-1{
    --tw-translate-x: -5px;
  }

  .tw .sm\:-translate-x-2{
    --tw-translate-x: -10px;
  }

  .tw .sm\:-translate-x-3{
    --tw-translate-x: -15px;
  }

  .tw .sm\:-translate-x-4{
    --tw-translate-x: -20px;
  }

  .tw .sm\:-translate-x-5{
    --tw-translate-x: -25px;
  }

  .tw .sm\:-translate-x-6{
    --tw-translate-x: -30px;
  }

  .tw .sm\:-translate-x-7{
    --tw-translate-x: -35px;
  }

  .tw .sm\:-translate-x-8{
    --tw-translate-x: -40px;
  }

  .tw .sm\:-translate-x-9{
    --tw-translate-x: -45px;
  }

  .tw .sm\:-translate-x-10{
    --tw-translate-x: -50px;
  }

  .tw .sm\:-translate-x-11{
    --tw-translate-x: -55px;
  }

  .tw .sm\:-translate-x-12{
    --tw-translate-x: -60px;
  }

  .tw .sm\:-translate-x-13{
    --tw-translate-x: -65px;
  }

  .tw .sm\:-translate-x-14{
    --tw-translate-x: -70px;
  }

  .tw .sm\:-translate-x-15{
    --tw-translate-x: -75px;
  }

  .tw .sm\:-translate-x-16{
    --tw-translate-x: -80px;
  }

  .tw .sm\:-translate-x-17{
    --tw-translate-x: -85px;
  }

  .tw .sm\:-translate-x-18{
    --tw-translate-x: -90px;
  }

  .tw .sm\:-translate-x-19{
    --tw-translate-x: -95px;
  }

  .tw .sm\:-translate-x-20{
    --tw-translate-x: -100px;
  }

  .tw .sm\:-translate-x-21{
    --tw-translate-x: -105px;
  }

  .tw .sm\:-translate-x-22{
    --tw-translate-x: -110px;
  }

  .tw .sm\:-translate-x-23{
    --tw-translate-x: -115px;
  }

  .tw .sm\:-translate-x-24{
    --tw-translate-x: -120px;
  }

  .tw .sm\:-translate-x-25{
    --tw-translate-x: -125px;
  }

  .tw .sm\:-translate-x-26{
    --tw-translate-x: -130px;
  }

  .tw .sm\:-translate-x-27{
    --tw-translate-x: -135px;
  }

  .tw .sm\:-translate-x-28{
    --tw-translate-x: -140px;
  }

  .tw .sm\:-translate-x-29{
    --tw-translate-x: -145px;
  }

  .tw .sm\:-translate-x-30{
    --tw-translate-x: -150px;
  }

  .tw .sm\:-translate-x-31{
    --tw-translate-x: -155px;
  }

  .tw .sm\:-translate-x-32{
    --tw-translate-x: -160px;
  }

  .tw .sm\:-translate-x-33{
    --tw-translate-x: -165px;
  }

  .tw .sm\:-translate-x-34{
    --tw-translate-x: -170px;
  }

  .tw .sm\:-translate-x-35{
    --tw-translate-x: -175px;
  }

  .tw .sm\:-translate-x-36{
    --tw-translate-x: -180px;
  }

  .tw .sm\:-translate-x-37{
    --tw-translate-x: -185px;
  }

  .tw .sm\:-translate-x-38{
    --tw-translate-x: -190px;
  }

  .tw .sm\:-translate-x-39{
    --tw-translate-x: -195px;
  }

  .tw .sm\:-translate-x-40{
    --tw-translate-x: -200px;
  }

  .tw .sm\:-translate-x-41{
    --tw-translate-x: -205px;
  }

  .tw .sm\:-translate-x-42{
    --tw-translate-x: -210px;
  }

  .tw .sm\:-translate-x-43{
    --tw-translate-x: -215px;
  }

  .tw .sm\:-translate-x-44{
    --tw-translate-x: -220px;
  }

  .tw .sm\:-translate-x-45{
    --tw-translate-x: -225px;
  }

  .tw .sm\:-translate-x-46{
    --tw-translate-x: -230px;
  }

  .tw .sm\:-translate-x-47{
    --tw-translate-x: -235px;
  }

  .tw .sm\:-translate-x-48{
    --tw-translate-x: -240px;
  }

  .tw .sm\:-translate-x-49{
    --tw-translate-x: -245px;
  }

  .tw .sm\:-translate-x-50{
    --tw-translate-x: -250px;
  }

  .tw .sm\:-translate-x-51{
    --tw-translate-x: -255px;
  }

  .tw .sm\:-translate-x-52{
    --tw-translate-x: -260px;
  }

  .tw .sm\:-translate-x-53{
    --tw-translate-x: -265px;
  }

  .tw .sm\:-translate-x-54{
    --tw-translate-x: -270px;
  }

  .tw .sm\:-translate-x-55{
    --tw-translate-x: -275px;
  }

  .tw .sm\:-translate-x-56{
    --tw-translate-x: -280px;
  }

  .tw .sm\:-translate-x-57{
    --tw-translate-x: -285px;
  }

  .tw .sm\:-translate-x-58{
    --tw-translate-x: -290px;
  }

  .tw .sm\:-translate-x-59{
    --tw-translate-x: -295px;
  }

  .tw .sm\:-translate-x-60{
    --tw-translate-x: -300px;
  }

  .tw .sm\:-translate-x-61{
    --tw-translate-x: -305px;
  }

  .tw .sm\:-translate-x-62{
    --tw-translate-x: -310px;
  }

  .tw .sm\:-translate-x-63{
    --tw-translate-x: -315px;
  }

  .tw .sm\:-translate-x-64{
    --tw-translate-x: -320px;
  }

  .tw .sm\:-translate-x-65{
    --tw-translate-x: -325px;
  }

  .tw .sm\:-translate-x-66{
    --tw-translate-x: -330px;
  }

  .tw .sm\:-translate-x-67{
    --tw-translate-x: -335px;
  }

  .tw .sm\:-translate-x-68{
    --tw-translate-x: -340px;
  }

  .tw .sm\:-translate-x-69{
    --tw-translate-x: -345px;
  }

  .tw .sm\:-translate-x-70{
    --tw-translate-x: -350px;
  }

  .tw .sm\:-translate-x-71{
    --tw-translate-x: -355px;
  }

  .tw .sm\:-translate-x-72{
    --tw-translate-x: -360px;
  }

  .tw .sm\:-translate-x-73{
    --tw-translate-x: -365px;
  }

  .tw .sm\:-translate-x-74{
    --tw-translate-x: -370px;
  }

  .tw .sm\:-translate-x-75{
    --tw-translate-x: -375px;
  }

  .tw .sm\:-translate-x-76{
    --tw-translate-x: -380px;
  }

  .tw .sm\:-translate-x-77{
    --tw-translate-x: -385px;
  }

  .tw .sm\:-translate-x-78{
    --tw-translate-x: -390px;
  }

  .tw .sm\:-translate-x-79{
    --tw-translate-x: -395px;
  }

  .tw .sm\:-translate-x-80{
    --tw-translate-x: -400px;
  }

  .tw .sm\:-translate-x-81{
    --tw-translate-x: -405px;
  }

  .tw .sm\:-translate-x-82{
    --tw-translate-x: -410px;
  }

  .tw .sm\:-translate-x-83{
    --tw-translate-x: -415px;
  }

  .tw .sm\:-translate-x-84{
    --tw-translate-x: -420px;
  }

  .tw .sm\:-translate-x-85{
    --tw-translate-x: -425px;
  }

  .tw .sm\:-translate-x-86{
    --tw-translate-x: -430px;
  }

  .tw .sm\:-translate-x-87{
    --tw-translate-x: -435px;
  }

  .tw .sm\:-translate-x-88{
    --tw-translate-x: -440px;
  }

  .tw .sm\:-translate-x-89{
    --tw-translate-x: -445px;
  }

  .tw .sm\:-translate-x-90{
    --tw-translate-x: -450px;
  }

  .tw .sm\:-translate-x-91{
    --tw-translate-x: -455px;
  }

  .tw .sm\:-translate-x-92{
    --tw-translate-x: -460px;
  }

  .tw .sm\:-translate-x-93{
    --tw-translate-x: -465px;
  }

  .tw .sm\:-translate-x-94{
    --tw-translate-x: -470px;
  }

  .tw .sm\:-translate-x-95{
    --tw-translate-x: -475px;
  }

  .tw .sm\:-translate-x-96{
    --tw-translate-x: -480px;
  }

  .tw .sm\:-translate-x-97{
    --tw-translate-x: -485px;
  }

  .tw .sm\:-translate-x-98{
    --tw-translate-x: -490px;
  }

  .tw .sm\:-translate-x-99{
    --tw-translate-x: -495px;
  }

  .tw .sm\:-translate-x-100{
    --tw-translate-x: -500px;
  }

  .tw .sm\:-translate-x-101{
    --tw-translate-x: -505px;
  }

  .tw .sm\:-translate-x-102{
    --tw-translate-x: -510px;
  }

  .tw .sm\:-translate-x-103{
    --tw-translate-x: -515px;
  }

  .tw .sm\:-translate-x-104{
    --tw-translate-x: -520px;
  }

  .tw .sm\:-translate-x-105{
    --tw-translate-x: -525px;
  }

  .tw .sm\:-translate-x-106{
    --tw-translate-x: -530px;
  }

  .tw .sm\:-translate-x-107{
    --tw-translate-x: -535px;
  }

  .tw .sm\:-translate-x-108{
    --tw-translate-x: -540px;
  }

  .tw .sm\:-translate-x-109{
    --tw-translate-x: -545px;
  }

  .tw .sm\:-translate-x-110{
    --tw-translate-x: -550px;
  }

  .tw .sm\:-translate-x-111{
    --tw-translate-x: -555px;
  }

  .tw .sm\:-translate-x-112{
    --tw-translate-x: -560px;
  }

  .tw .sm\:-translate-x-113{
    --tw-translate-x: -565px;
  }

  .tw .sm\:-translate-x-114{
    --tw-translate-x: -570px;
  }

  .tw .sm\:-translate-x-115{
    --tw-translate-x: -575px;
  }

  .tw .sm\:-translate-x-116{
    --tw-translate-x: -580px;
  }

  .tw .sm\:-translate-x-117{
    --tw-translate-x: -585px;
  }

  .tw .sm\:-translate-x-118{
    --tw-translate-x: -590px;
  }

  .tw .sm\:-translate-x-119{
    --tw-translate-x: -595px;
  }

  .tw .sm\:-translate-x-120{
    --tw-translate-x: -600px;
  }

  .tw .sm\:-translate-x-121{
    --tw-translate-x: -605px;
  }

  .tw .sm\:-translate-x-122{
    --tw-translate-x: -610px;
  }

  .tw .sm\:-translate-x-123{
    --tw-translate-x: -615px;
  }

  .tw .sm\:-translate-x-124{
    --tw-translate-x: -620px;
  }

  .tw .sm\:-translate-x-125{
    --tw-translate-x: -625px;
  }

  .tw .sm\:-translate-x-126{
    --tw-translate-x: -630px;
  }

  .tw .sm\:-translate-x-127{
    --tw-translate-x: -635px;
  }

  .tw .sm\:-translate-x-128{
    --tw-translate-x: -640px;
  }

  .tw .sm\:-translate-x-129{
    --tw-translate-x: -645px;
  }

  .tw .sm\:-translate-x-130{
    --tw-translate-x: -650px;
  }

  .tw .sm\:-translate-x-131{
    --tw-translate-x: -655px;
  }

  .tw .sm\:-translate-x-132{
    --tw-translate-x: -660px;
  }

  .tw .sm\:-translate-x-133{
    --tw-translate-x: -665px;
  }

  .tw .sm\:-translate-x-134{
    --tw-translate-x: -670px;
  }

  .tw .sm\:-translate-x-135{
    --tw-translate-x: -675px;
  }

  .tw .sm\:-translate-x-136{
    --tw-translate-x: -680px;
  }

  .tw .sm\:-translate-x-137{
    --tw-translate-x: -685px;
  }

  .tw .sm\:-translate-x-138{
    --tw-translate-x: -690px;
  }

  .tw .sm\:-translate-x-139{
    --tw-translate-x: -695px;
  }

  .tw .sm\:-translate-x-140{
    --tw-translate-x: -700px;
  }

  .tw .sm\:-translate-x-141{
    --tw-translate-x: -705px;
  }

  .tw .sm\:-translate-x-142{
    --tw-translate-x: -710px;
  }

  .tw .sm\:-translate-x-143{
    --tw-translate-x: -715px;
  }

  .tw .sm\:-translate-x-144{
    --tw-translate-x: -720px;
  }

  .tw .sm\:-translate-x-145{
    --tw-translate-x: -725px;
  }

  .tw .sm\:-translate-x-146{
    --tw-translate-x: -730px;
  }

  .tw .sm\:-translate-x-147{
    --tw-translate-x: -735px;
  }

  .tw .sm\:-translate-x-148{
    --tw-translate-x: -740px;
  }

  .tw .sm\:-translate-x-149{
    --tw-translate-x: -745px;
  }

  .tw .sm\:-translate-x-0\.5{
    --tw-translate-x: -3px;
  }

  .tw .sm\:-translate-x-1px{
    --tw-translate-x: -1px;
  }

  .tw .sm\:-translate-x-2px{
    --tw-translate-x: -2px;
  }

  .tw .sm\:-translate-x-3px{
    --tw-translate-x: -3px;
  }

  .tw .sm\:-translate-x-4px{
    --tw-translate-x: -4px;
  }

  .tw .sm\:-translate-x-5px{
    --tw-translate-x: -5px;
  }

  .tw .sm\:-translate-x-6px{
    --tw-translate-x: -6px;
  }

  .tw .sm\:-translate-x-7px{
    --tw-translate-x: -7px;
  }

  .tw .sm\:-translate-x-8px{
    --tw-translate-x: -8px;
  }

  .tw .sm\:-translate-x-9px{
    --tw-translate-x: -9px;
  }

  .tw .sm\:-translate-x-10px{
    --tw-translate-x: -10px;
  }

  .tw .sm\:-translate-x-11px{
    --tw-translate-x: -11px;
  }

  .tw .sm\:-translate-x-12px{
    --tw-translate-x: -12px;
  }

  .tw .sm\:-translate-x-13px{
    --tw-translate-x: -13px;
  }

  .tw .sm\:-translate-x-14px{
    --tw-translate-x: -14px;
  }

  .tw .sm\:-translate-x-15px{
    --tw-translate-x: -15px;
  }

  .tw .sm\:-translate-x-16px{
    --tw-translate-x: -16px;
  }

  .tw .sm\:-translate-x-17px{
    --tw-translate-x: -17px;
  }

  .tw .sm\:-translate-x-18px{
    --tw-translate-x: -18px;
  }

  .tw .sm\:-translate-x-19px{
    --tw-translate-x: -19px;
  }

  .tw .sm\:-translate-x-20px{
    --tw-translate-x: -20px;
  }

  .tw .sm\:-translate-x-21px{
    --tw-translate-x: -21px;
  }

  .tw .sm\:-translate-x-22px{
    --tw-translate-x: -22px;
  }

  .tw .sm\:-translate-x-23px{
    --tw-translate-x: -23px;
  }

  .tw .sm\:-translate-x-24px{
    --tw-translate-x: -24px;
  }

  .tw .sm\:-translate-x-25px{
    --tw-translate-x: -25px;
  }

  .tw .sm\:-translate-x-26px{
    --tw-translate-x: -26px;
  }

  .tw .sm\:-translate-x-27px{
    --tw-translate-x: -27px;
  }

  .tw .sm\:-translate-x-28px{
    --tw-translate-x: -28px;
  }

  .tw .sm\:-translate-x-29px{
    --tw-translate-x: -29px;
  }

  .tw .sm\:-translate-x-30px{
    --tw-translate-x: -30px;
  }

  .tw .sm\:-translate-x-31px{
    --tw-translate-x: -31px;
  }

  .tw .sm\:-translate-x-32px{
    --tw-translate-x: -32px;
  }

  .tw .sm\:-translate-x-33px{
    --tw-translate-x: -33px;
  }

  .tw .sm\:-translate-x-34px{
    --tw-translate-x: -34px;
  }

  .tw .sm\:-translate-x-35px{
    --tw-translate-x: -35px;
  }

  .tw .sm\:-translate-x-36px{
    --tw-translate-x: -36px;
  }

  .tw .sm\:-translate-x-37px{
    --tw-translate-x: -37px;
  }

  .tw .sm\:-translate-x-38px{
    --tw-translate-x: -38px;
  }

  .tw .sm\:-translate-x-39px{
    --tw-translate-x: -39px;
  }

  .tw .sm\:-translate-x-40px{
    --tw-translate-x: -40px;
  }

  .tw .sm\:translate-x-1\/2{
    --tw-translate-x: 50%;
  }

  .tw .sm\:translate-x-1\/3{
    --tw-translate-x: 33.333333%;
  }

  .tw .sm\:translate-x-2\/3{
    --tw-translate-x: 66.666667%;
  }

  .tw .sm\:translate-x-1\/4{
    --tw-translate-x: 25%;
  }

  .tw .sm\:translate-x-2\/4{
    --tw-translate-x: 50%;
  }

  .tw .sm\:translate-x-3\/4{
    --tw-translate-x: 75%;
  }

  .tw .sm\:translate-x-full{
    --tw-translate-x: 100%;
  }

  .tw .sm\:-translate-x-1\/2{
    --tw-translate-x: -50%;
  }

  .tw .sm\:-translate-x-1\/3{
    --tw-translate-x: -33.333333%;
  }

  .tw .sm\:-translate-x-2\/3{
    --tw-translate-x: -66.666667%;
  }

  .tw .sm\:-translate-x-1\/4{
    --tw-translate-x: -25%;
  }

  .tw .sm\:-translate-x-2\/4{
    --tw-translate-x: -50%;
  }

  .tw .sm\:-translate-x-3\/4{
    --tw-translate-x: -75%;
  }

  .tw .sm\:-translate-x-full{
    --tw-translate-x: -100%;
  }

  .tw .sm\:translate-y-0{
    --tw-translate-y: 0px;
  }

  .tw .sm\:translate-y-1{
    --tw-translate-y: 5px;
  }

  .tw .sm\:translate-y-2{
    --tw-translate-y: 10px;
  }

  .tw .sm\:translate-y-3{
    --tw-translate-y: 15px;
  }

  .tw .sm\:translate-y-4{
    --tw-translate-y: 20px;
  }

  .tw .sm\:translate-y-5{
    --tw-translate-y: 25px;
  }

  .tw .sm\:translate-y-6{
    --tw-translate-y: 30px;
  }

  .tw .sm\:translate-y-7{
    --tw-translate-y: 35px;
  }

  .tw .sm\:translate-y-8{
    --tw-translate-y: 40px;
  }

  .tw .sm\:translate-y-9{
    --tw-translate-y: 45px;
  }

  .tw .sm\:translate-y-10{
    --tw-translate-y: 50px;
  }

  .tw .sm\:translate-y-11{
    --tw-translate-y: 55px;
  }

  .tw .sm\:translate-y-12{
    --tw-translate-y: 60px;
  }

  .tw .sm\:translate-y-13{
    --tw-translate-y: 65px;
  }

  .tw .sm\:translate-y-14{
    --tw-translate-y: 70px;
  }

  .tw .sm\:translate-y-15{
    --tw-translate-y: 75px;
  }

  .tw .sm\:translate-y-16{
    --tw-translate-y: 80px;
  }

  .tw .sm\:translate-y-17{
    --tw-translate-y: 85px;
  }

  .tw .sm\:translate-y-18{
    --tw-translate-y: 90px;
  }

  .tw .sm\:translate-y-19{
    --tw-translate-y: 95px;
  }

  .tw .sm\:translate-y-20{
    --tw-translate-y: 100px;
  }

  .tw .sm\:translate-y-21{
    --tw-translate-y: 105px;
  }

  .tw .sm\:translate-y-22{
    --tw-translate-y: 110px;
  }

  .tw .sm\:translate-y-23{
    --tw-translate-y: 115px;
  }

  .tw .sm\:translate-y-24{
    --tw-translate-y: 120px;
  }

  .tw .sm\:translate-y-25{
    --tw-translate-y: 125px;
  }

  .tw .sm\:translate-y-26{
    --tw-translate-y: 130px;
  }

  .tw .sm\:translate-y-27{
    --tw-translate-y: 135px;
  }

  .tw .sm\:translate-y-28{
    --tw-translate-y: 140px;
  }

  .tw .sm\:translate-y-29{
    --tw-translate-y: 145px;
  }

  .tw .sm\:translate-y-30{
    --tw-translate-y: 150px;
  }

  .tw .sm\:translate-y-31{
    --tw-translate-y: 155px;
  }

  .tw .sm\:translate-y-32{
    --tw-translate-y: 160px;
  }

  .tw .sm\:translate-y-33{
    --tw-translate-y: 165px;
  }

  .tw .sm\:translate-y-34{
    --tw-translate-y: 170px;
  }

  .tw .sm\:translate-y-35{
    --tw-translate-y: 175px;
  }

  .tw .sm\:translate-y-36{
    --tw-translate-y: 180px;
  }

  .tw .sm\:translate-y-37{
    --tw-translate-y: 185px;
  }

  .tw .sm\:translate-y-38{
    --tw-translate-y: 190px;
  }

  .tw .sm\:translate-y-39{
    --tw-translate-y: 195px;
  }

  .tw .sm\:translate-y-40{
    --tw-translate-y: 200px;
  }

  .tw .sm\:translate-y-41{
    --tw-translate-y: 205px;
  }

  .tw .sm\:translate-y-42{
    --tw-translate-y: 210px;
  }

  .tw .sm\:translate-y-43{
    --tw-translate-y: 215px;
  }

  .tw .sm\:translate-y-44{
    --tw-translate-y: 220px;
  }

  .tw .sm\:translate-y-45{
    --tw-translate-y: 225px;
  }

  .tw .sm\:translate-y-46{
    --tw-translate-y: 230px;
  }

  .tw .sm\:translate-y-47{
    --tw-translate-y: 235px;
  }

  .tw .sm\:translate-y-48{
    --tw-translate-y: 240px;
  }

  .tw .sm\:translate-y-49{
    --tw-translate-y: 245px;
  }

  .tw .sm\:translate-y-50{
    --tw-translate-y: 250px;
  }

  .tw .sm\:translate-y-51{
    --tw-translate-y: 255px;
  }

  .tw .sm\:translate-y-52{
    --tw-translate-y: 260px;
  }

  .tw .sm\:translate-y-53{
    --tw-translate-y: 265px;
  }

  .tw .sm\:translate-y-54{
    --tw-translate-y: 270px;
  }

  .tw .sm\:translate-y-55{
    --tw-translate-y: 275px;
  }

  .tw .sm\:translate-y-56{
    --tw-translate-y: 280px;
  }

  .tw .sm\:translate-y-57{
    --tw-translate-y: 285px;
  }

  .tw .sm\:translate-y-58{
    --tw-translate-y: 290px;
  }

  .tw .sm\:translate-y-59{
    --tw-translate-y: 295px;
  }

  .tw .sm\:translate-y-60{
    --tw-translate-y: 300px;
  }

  .tw .sm\:translate-y-61{
    --tw-translate-y: 305px;
  }

  .tw .sm\:translate-y-62{
    --tw-translate-y: 310px;
  }

  .tw .sm\:translate-y-63{
    --tw-translate-y: 315px;
  }

  .tw .sm\:translate-y-64{
    --tw-translate-y: 320px;
  }

  .tw .sm\:translate-y-65{
    --tw-translate-y: 325px;
  }

  .tw .sm\:translate-y-66{
    --tw-translate-y: 330px;
  }

  .tw .sm\:translate-y-67{
    --tw-translate-y: 335px;
  }

  .tw .sm\:translate-y-68{
    --tw-translate-y: 340px;
  }

  .tw .sm\:translate-y-69{
    --tw-translate-y: 345px;
  }

  .tw .sm\:translate-y-70{
    --tw-translate-y: 350px;
  }

  .tw .sm\:translate-y-71{
    --tw-translate-y: 355px;
  }

  .tw .sm\:translate-y-72{
    --tw-translate-y: 360px;
  }

  .tw .sm\:translate-y-73{
    --tw-translate-y: 365px;
  }

  .tw .sm\:translate-y-74{
    --tw-translate-y: 370px;
  }

  .tw .sm\:translate-y-75{
    --tw-translate-y: 375px;
  }

  .tw .sm\:translate-y-76{
    --tw-translate-y: 380px;
  }

  .tw .sm\:translate-y-77{
    --tw-translate-y: 385px;
  }

  .tw .sm\:translate-y-78{
    --tw-translate-y: 390px;
  }

  .tw .sm\:translate-y-79{
    --tw-translate-y: 395px;
  }

  .tw .sm\:translate-y-80{
    --tw-translate-y: 400px;
  }

  .tw .sm\:translate-y-81{
    --tw-translate-y: 405px;
  }

  .tw .sm\:translate-y-82{
    --tw-translate-y: 410px;
  }

  .tw .sm\:translate-y-83{
    --tw-translate-y: 415px;
  }

  .tw .sm\:translate-y-84{
    --tw-translate-y: 420px;
  }

  .tw .sm\:translate-y-85{
    --tw-translate-y: 425px;
  }

  .tw .sm\:translate-y-86{
    --tw-translate-y: 430px;
  }

  .tw .sm\:translate-y-87{
    --tw-translate-y: 435px;
  }

  .tw .sm\:translate-y-88{
    --tw-translate-y: 440px;
  }

  .tw .sm\:translate-y-89{
    --tw-translate-y: 445px;
  }

  .tw .sm\:translate-y-90{
    --tw-translate-y: 450px;
  }

  .tw .sm\:translate-y-91{
    --tw-translate-y: 455px;
  }

  .tw .sm\:translate-y-92{
    --tw-translate-y: 460px;
  }

  .tw .sm\:translate-y-93{
    --tw-translate-y: 465px;
  }

  .tw .sm\:translate-y-94{
    --tw-translate-y: 470px;
  }

  .tw .sm\:translate-y-95{
    --tw-translate-y: 475px;
  }

  .tw .sm\:translate-y-96{
    --tw-translate-y: 480px;
  }

  .tw .sm\:translate-y-97{
    --tw-translate-y: 485px;
  }

  .tw .sm\:translate-y-98{
    --tw-translate-y: 490px;
  }

  .tw .sm\:translate-y-99{
    --tw-translate-y: 495px;
  }

  .tw .sm\:translate-y-100{
    --tw-translate-y: 500px;
  }

  .tw .sm\:translate-y-101{
    --tw-translate-y: 505px;
  }

  .tw .sm\:translate-y-102{
    --tw-translate-y: 510px;
  }

  .tw .sm\:translate-y-103{
    --tw-translate-y: 515px;
  }

  .tw .sm\:translate-y-104{
    --tw-translate-y: 520px;
  }

  .tw .sm\:translate-y-105{
    --tw-translate-y: 525px;
  }

  .tw .sm\:translate-y-106{
    --tw-translate-y: 530px;
  }

  .tw .sm\:translate-y-107{
    --tw-translate-y: 535px;
  }

  .tw .sm\:translate-y-108{
    --tw-translate-y: 540px;
  }

  .tw .sm\:translate-y-109{
    --tw-translate-y: 545px;
  }

  .tw .sm\:translate-y-110{
    --tw-translate-y: 550px;
  }

  .tw .sm\:translate-y-111{
    --tw-translate-y: 555px;
  }

  .tw .sm\:translate-y-112{
    --tw-translate-y: 560px;
  }

  .tw .sm\:translate-y-113{
    --tw-translate-y: 565px;
  }

  .tw .sm\:translate-y-114{
    --tw-translate-y: 570px;
  }

  .tw .sm\:translate-y-115{
    --tw-translate-y: 575px;
  }

  .tw .sm\:translate-y-116{
    --tw-translate-y: 580px;
  }

  .tw .sm\:translate-y-117{
    --tw-translate-y: 585px;
  }

  .tw .sm\:translate-y-118{
    --tw-translate-y: 590px;
  }

  .tw .sm\:translate-y-119{
    --tw-translate-y: 595px;
  }

  .tw .sm\:translate-y-120{
    --tw-translate-y: 600px;
  }

  .tw .sm\:translate-y-121{
    --tw-translate-y: 605px;
  }

  .tw .sm\:translate-y-122{
    --tw-translate-y: 610px;
  }

  .tw .sm\:translate-y-123{
    --tw-translate-y: 615px;
  }

  .tw .sm\:translate-y-124{
    --tw-translate-y: 620px;
  }

  .tw .sm\:translate-y-125{
    --tw-translate-y: 625px;
  }

  .tw .sm\:translate-y-126{
    --tw-translate-y: 630px;
  }

  .tw .sm\:translate-y-127{
    --tw-translate-y: 635px;
  }

  .tw .sm\:translate-y-128{
    --tw-translate-y: 640px;
  }

  .tw .sm\:translate-y-129{
    --tw-translate-y: 645px;
  }

  .tw .sm\:translate-y-130{
    --tw-translate-y: 650px;
  }

  .tw .sm\:translate-y-131{
    --tw-translate-y: 655px;
  }

  .tw .sm\:translate-y-132{
    --tw-translate-y: 660px;
  }

  .tw .sm\:translate-y-133{
    --tw-translate-y: 665px;
  }

  .tw .sm\:translate-y-134{
    --tw-translate-y: 670px;
  }

  .tw .sm\:translate-y-135{
    --tw-translate-y: 675px;
  }

  .tw .sm\:translate-y-136{
    --tw-translate-y: 680px;
  }

  .tw .sm\:translate-y-137{
    --tw-translate-y: 685px;
  }

  .tw .sm\:translate-y-138{
    --tw-translate-y: 690px;
  }

  .tw .sm\:translate-y-139{
    --tw-translate-y: 695px;
  }

  .tw .sm\:translate-y-140{
    --tw-translate-y: 700px;
  }

  .tw .sm\:translate-y-141{
    --tw-translate-y: 705px;
  }

  .tw .sm\:translate-y-142{
    --tw-translate-y: 710px;
  }

  .tw .sm\:translate-y-143{
    --tw-translate-y: 715px;
  }

  .tw .sm\:translate-y-144{
    --tw-translate-y: 720px;
  }

  .tw .sm\:translate-y-145{
    --tw-translate-y: 725px;
  }

  .tw .sm\:translate-y-146{
    --tw-translate-y: 730px;
  }

  .tw .sm\:translate-y-147{
    --tw-translate-y: 735px;
  }

  .tw .sm\:translate-y-148{
    --tw-translate-y: 740px;
  }

  .tw .sm\:translate-y-149{
    --tw-translate-y: 745px;
  }

  .tw .sm\:translate-y-0\.5{
    --tw-translate-y: 3px;
  }

  .tw .sm\:translate-y-1px{
    --tw-translate-y: 1px;
  }

  .tw .sm\:translate-y-2px{
    --tw-translate-y: 2px;
  }

  .tw .sm\:translate-y-3px{
    --tw-translate-y: 3px;
  }

  .tw .sm\:translate-y-4px{
    --tw-translate-y: 4px;
  }

  .tw .sm\:translate-y-5px{
    --tw-translate-y: 5px;
  }

  .tw .sm\:translate-y-6px{
    --tw-translate-y: 6px;
  }

  .tw .sm\:translate-y-7px{
    --tw-translate-y: 7px;
  }

  .tw .sm\:translate-y-8px{
    --tw-translate-y: 8px;
  }

  .tw .sm\:translate-y-9px{
    --tw-translate-y: 9px;
  }

  .tw .sm\:translate-y-10px{
    --tw-translate-y: 10px;
  }

  .tw .sm\:translate-y-11px{
    --tw-translate-y: 11px;
  }

  .tw .sm\:translate-y-12px{
    --tw-translate-y: 12px;
  }

  .tw .sm\:translate-y-13px{
    --tw-translate-y: 13px;
  }

  .tw .sm\:translate-y-14px{
    --tw-translate-y: 14px;
  }

  .tw .sm\:translate-y-15px{
    --tw-translate-y: 15px;
  }

  .tw .sm\:translate-y-16px{
    --tw-translate-y: 16px;
  }

  .tw .sm\:translate-y-17px{
    --tw-translate-y: 17px;
  }

  .tw .sm\:translate-y-18px{
    --tw-translate-y: 18px;
  }

  .tw .sm\:translate-y-19px{
    --tw-translate-y: 19px;
  }

  .tw .sm\:translate-y-20px{
    --tw-translate-y: 20px;
  }

  .tw .sm\:translate-y-21px{
    --tw-translate-y: 21px;
  }

  .tw .sm\:translate-y-22px{
    --tw-translate-y: 22px;
  }

  .tw .sm\:translate-y-23px{
    --tw-translate-y: 23px;
  }

  .tw .sm\:translate-y-24px{
    --tw-translate-y: 24px;
  }

  .tw .sm\:translate-y-25px{
    --tw-translate-y: 25px;
  }

  .tw .sm\:translate-y-26px{
    --tw-translate-y: 26px;
  }

  .tw .sm\:translate-y-27px{
    --tw-translate-y: 27px;
  }

  .tw .sm\:translate-y-28px{
    --tw-translate-y: 28px;
  }

  .tw .sm\:translate-y-29px{
    --tw-translate-y: 29px;
  }

  .tw .sm\:translate-y-30px{
    --tw-translate-y: 30px;
  }

  .tw .sm\:translate-y-31px{
    --tw-translate-y: 31px;
  }

  .tw .sm\:translate-y-32px{
    --tw-translate-y: 32px;
  }

  .tw .sm\:translate-y-33px{
    --tw-translate-y: 33px;
  }

  .tw .sm\:translate-y-34px{
    --tw-translate-y: 34px;
  }

  .tw .sm\:translate-y-35px{
    --tw-translate-y: 35px;
  }

  .tw .sm\:translate-y-36px{
    --tw-translate-y: 36px;
  }

  .tw .sm\:translate-y-37px{
    --tw-translate-y: 37px;
  }

  .tw .sm\:translate-y-38px{
    --tw-translate-y: 38px;
  }

  .tw .sm\:translate-y-39px{
    --tw-translate-y: 39px;
  }

  .tw .sm\:translate-y-40px{
    --tw-translate-y: 40px;
  }

  .tw .sm\:-translate-y-0{
    --tw-translate-y: 0px;
  }

  .tw .sm\:-translate-y-1{
    --tw-translate-y: -5px;
  }

  .tw .sm\:-translate-y-2{
    --tw-translate-y: -10px;
  }

  .tw .sm\:-translate-y-3{
    --tw-translate-y: -15px;
  }

  .tw .sm\:-translate-y-4{
    --tw-translate-y: -20px;
  }

  .tw .sm\:-translate-y-5{
    --tw-translate-y: -25px;
  }

  .tw .sm\:-translate-y-6{
    --tw-translate-y: -30px;
  }

  .tw .sm\:-translate-y-7{
    --tw-translate-y: -35px;
  }

  .tw .sm\:-translate-y-8{
    --tw-translate-y: -40px;
  }

  .tw .sm\:-translate-y-9{
    --tw-translate-y: -45px;
  }

  .tw .sm\:-translate-y-10{
    --tw-translate-y: -50px;
  }

  .tw .sm\:-translate-y-11{
    --tw-translate-y: -55px;
  }

  .tw .sm\:-translate-y-12{
    --tw-translate-y: -60px;
  }

  .tw .sm\:-translate-y-13{
    --tw-translate-y: -65px;
  }

  .tw .sm\:-translate-y-14{
    --tw-translate-y: -70px;
  }

  .tw .sm\:-translate-y-15{
    --tw-translate-y: -75px;
  }

  .tw .sm\:-translate-y-16{
    --tw-translate-y: -80px;
  }

  .tw .sm\:-translate-y-17{
    --tw-translate-y: -85px;
  }

  .tw .sm\:-translate-y-18{
    --tw-translate-y: -90px;
  }

  .tw .sm\:-translate-y-19{
    --tw-translate-y: -95px;
  }

  .tw .sm\:-translate-y-20{
    --tw-translate-y: -100px;
  }

  .tw .sm\:-translate-y-21{
    --tw-translate-y: -105px;
  }

  .tw .sm\:-translate-y-22{
    --tw-translate-y: -110px;
  }

  .tw .sm\:-translate-y-23{
    --tw-translate-y: -115px;
  }

  .tw .sm\:-translate-y-24{
    --tw-translate-y: -120px;
  }

  .tw .sm\:-translate-y-25{
    --tw-translate-y: -125px;
  }

  .tw .sm\:-translate-y-26{
    --tw-translate-y: -130px;
  }

  .tw .sm\:-translate-y-27{
    --tw-translate-y: -135px;
  }

  .tw .sm\:-translate-y-28{
    --tw-translate-y: -140px;
  }

  .tw .sm\:-translate-y-29{
    --tw-translate-y: -145px;
  }

  .tw .sm\:-translate-y-30{
    --tw-translate-y: -150px;
  }

  .tw .sm\:-translate-y-31{
    --tw-translate-y: -155px;
  }

  .tw .sm\:-translate-y-32{
    --tw-translate-y: -160px;
  }

  .tw .sm\:-translate-y-33{
    --tw-translate-y: -165px;
  }

  .tw .sm\:-translate-y-34{
    --tw-translate-y: -170px;
  }

  .tw .sm\:-translate-y-35{
    --tw-translate-y: -175px;
  }

  .tw .sm\:-translate-y-36{
    --tw-translate-y: -180px;
  }

  .tw .sm\:-translate-y-37{
    --tw-translate-y: -185px;
  }

  .tw .sm\:-translate-y-38{
    --tw-translate-y: -190px;
  }

  .tw .sm\:-translate-y-39{
    --tw-translate-y: -195px;
  }

  .tw .sm\:-translate-y-40{
    --tw-translate-y: -200px;
  }

  .tw .sm\:-translate-y-41{
    --tw-translate-y: -205px;
  }

  .tw .sm\:-translate-y-42{
    --tw-translate-y: -210px;
  }

  .tw .sm\:-translate-y-43{
    --tw-translate-y: -215px;
  }

  .tw .sm\:-translate-y-44{
    --tw-translate-y: -220px;
  }

  .tw .sm\:-translate-y-45{
    --tw-translate-y: -225px;
  }

  .tw .sm\:-translate-y-46{
    --tw-translate-y: -230px;
  }

  .tw .sm\:-translate-y-47{
    --tw-translate-y: -235px;
  }

  .tw .sm\:-translate-y-48{
    --tw-translate-y: -240px;
  }

  .tw .sm\:-translate-y-49{
    --tw-translate-y: -245px;
  }

  .tw .sm\:-translate-y-50{
    --tw-translate-y: -250px;
  }

  .tw .sm\:-translate-y-51{
    --tw-translate-y: -255px;
  }

  .tw .sm\:-translate-y-52{
    --tw-translate-y: -260px;
  }

  .tw .sm\:-translate-y-53{
    --tw-translate-y: -265px;
  }

  .tw .sm\:-translate-y-54{
    --tw-translate-y: -270px;
  }

  .tw .sm\:-translate-y-55{
    --tw-translate-y: -275px;
  }

  .tw .sm\:-translate-y-56{
    --tw-translate-y: -280px;
  }

  .tw .sm\:-translate-y-57{
    --tw-translate-y: -285px;
  }

  .tw .sm\:-translate-y-58{
    --tw-translate-y: -290px;
  }

  .tw .sm\:-translate-y-59{
    --tw-translate-y: -295px;
  }

  .tw .sm\:-translate-y-60{
    --tw-translate-y: -300px;
  }

  .tw .sm\:-translate-y-61{
    --tw-translate-y: -305px;
  }

  .tw .sm\:-translate-y-62{
    --tw-translate-y: -310px;
  }

  .tw .sm\:-translate-y-63{
    --tw-translate-y: -315px;
  }

  .tw .sm\:-translate-y-64{
    --tw-translate-y: -320px;
  }

  .tw .sm\:-translate-y-65{
    --tw-translate-y: -325px;
  }

  .tw .sm\:-translate-y-66{
    --tw-translate-y: -330px;
  }

  .tw .sm\:-translate-y-67{
    --tw-translate-y: -335px;
  }

  .tw .sm\:-translate-y-68{
    --tw-translate-y: -340px;
  }

  .tw .sm\:-translate-y-69{
    --tw-translate-y: -345px;
  }

  .tw .sm\:-translate-y-70{
    --tw-translate-y: -350px;
  }

  .tw .sm\:-translate-y-71{
    --tw-translate-y: -355px;
  }

  .tw .sm\:-translate-y-72{
    --tw-translate-y: -360px;
  }

  .tw .sm\:-translate-y-73{
    --tw-translate-y: -365px;
  }

  .tw .sm\:-translate-y-74{
    --tw-translate-y: -370px;
  }

  .tw .sm\:-translate-y-75{
    --tw-translate-y: -375px;
  }

  .tw .sm\:-translate-y-76{
    --tw-translate-y: -380px;
  }

  .tw .sm\:-translate-y-77{
    --tw-translate-y: -385px;
  }

  .tw .sm\:-translate-y-78{
    --tw-translate-y: -390px;
  }

  .tw .sm\:-translate-y-79{
    --tw-translate-y: -395px;
  }

  .tw .sm\:-translate-y-80{
    --tw-translate-y: -400px;
  }

  .tw .sm\:-translate-y-81{
    --tw-translate-y: -405px;
  }

  .tw .sm\:-translate-y-82{
    --tw-translate-y: -410px;
  }

  .tw .sm\:-translate-y-83{
    --tw-translate-y: -415px;
  }

  .tw .sm\:-translate-y-84{
    --tw-translate-y: -420px;
  }

  .tw .sm\:-translate-y-85{
    --tw-translate-y: -425px;
  }

  .tw .sm\:-translate-y-86{
    --tw-translate-y: -430px;
  }

  .tw .sm\:-translate-y-87{
    --tw-translate-y: -435px;
  }

  .tw .sm\:-translate-y-88{
    --tw-translate-y: -440px;
  }

  .tw .sm\:-translate-y-89{
    --tw-translate-y: -445px;
  }

  .tw .sm\:-translate-y-90{
    --tw-translate-y: -450px;
  }

  .tw .sm\:-translate-y-91{
    --tw-translate-y: -455px;
  }

  .tw .sm\:-translate-y-92{
    --tw-translate-y: -460px;
  }

  .tw .sm\:-translate-y-93{
    --tw-translate-y: -465px;
  }

  .tw .sm\:-translate-y-94{
    --tw-translate-y: -470px;
  }

  .tw .sm\:-translate-y-95{
    --tw-translate-y: -475px;
  }

  .tw .sm\:-translate-y-96{
    --tw-translate-y: -480px;
  }

  .tw .sm\:-translate-y-97{
    --tw-translate-y: -485px;
  }

  .tw .sm\:-translate-y-98{
    --tw-translate-y: -490px;
  }

  .tw .sm\:-translate-y-99{
    --tw-translate-y: -495px;
  }

  .tw .sm\:-translate-y-100{
    --tw-translate-y: -500px;
  }

  .tw .sm\:-translate-y-101{
    --tw-translate-y: -505px;
  }

  .tw .sm\:-translate-y-102{
    --tw-translate-y: -510px;
  }

  .tw .sm\:-translate-y-103{
    --tw-translate-y: -515px;
  }

  .tw .sm\:-translate-y-104{
    --tw-translate-y: -520px;
  }

  .tw .sm\:-translate-y-105{
    --tw-translate-y: -525px;
  }

  .tw .sm\:-translate-y-106{
    --tw-translate-y: -530px;
  }

  .tw .sm\:-translate-y-107{
    --tw-translate-y: -535px;
  }

  .tw .sm\:-translate-y-108{
    --tw-translate-y: -540px;
  }

  .tw .sm\:-translate-y-109{
    --tw-translate-y: -545px;
  }

  .tw .sm\:-translate-y-110{
    --tw-translate-y: -550px;
  }

  .tw .sm\:-translate-y-111{
    --tw-translate-y: -555px;
  }

  .tw .sm\:-translate-y-112{
    --tw-translate-y: -560px;
  }

  .tw .sm\:-translate-y-113{
    --tw-translate-y: -565px;
  }

  .tw .sm\:-translate-y-114{
    --tw-translate-y: -570px;
  }

  .tw .sm\:-translate-y-115{
    --tw-translate-y: -575px;
  }

  .tw .sm\:-translate-y-116{
    --tw-translate-y: -580px;
  }

  .tw .sm\:-translate-y-117{
    --tw-translate-y: -585px;
  }

  .tw .sm\:-translate-y-118{
    --tw-translate-y: -590px;
  }

  .tw .sm\:-translate-y-119{
    --tw-translate-y: -595px;
  }

  .tw .sm\:-translate-y-120{
    --tw-translate-y: -600px;
  }

  .tw .sm\:-translate-y-121{
    --tw-translate-y: -605px;
  }

  .tw .sm\:-translate-y-122{
    --tw-translate-y: -610px;
  }

  .tw .sm\:-translate-y-123{
    --tw-translate-y: -615px;
  }

  .tw .sm\:-translate-y-124{
    --tw-translate-y: -620px;
  }

  .tw .sm\:-translate-y-125{
    --tw-translate-y: -625px;
  }

  .tw .sm\:-translate-y-126{
    --tw-translate-y: -630px;
  }

  .tw .sm\:-translate-y-127{
    --tw-translate-y: -635px;
  }

  .tw .sm\:-translate-y-128{
    --tw-translate-y: -640px;
  }

  .tw .sm\:-translate-y-129{
    --tw-translate-y: -645px;
  }

  .tw .sm\:-translate-y-130{
    --tw-translate-y: -650px;
  }

  .tw .sm\:-translate-y-131{
    --tw-translate-y: -655px;
  }

  .tw .sm\:-translate-y-132{
    --tw-translate-y: -660px;
  }

  .tw .sm\:-translate-y-133{
    --tw-translate-y: -665px;
  }

  .tw .sm\:-translate-y-134{
    --tw-translate-y: -670px;
  }

  .tw .sm\:-translate-y-135{
    --tw-translate-y: -675px;
  }

  .tw .sm\:-translate-y-136{
    --tw-translate-y: -680px;
  }

  .tw .sm\:-translate-y-137{
    --tw-translate-y: -685px;
  }

  .tw .sm\:-translate-y-138{
    --tw-translate-y: -690px;
  }

  .tw .sm\:-translate-y-139{
    --tw-translate-y: -695px;
  }

  .tw .sm\:-translate-y-140{
    --tw-translate-y: -700px;
  }

  .tw .sm\:-translate-y-141{
    --tw-translate-y: -705px;
  }

  .tw .sm\:-translate-y-142{
    --tw-translate-y: -710px;
  }

  .tw .sm\:-translate-y-143{
    --tw-translate-y: -715px;
  }

  .tw .sm\:-translate-y-144{
    --tw-translate-y: -720px;
  }

  .tw .sm\:-translate-y-145{
    --tw-translate-y: -725px;
  }

  .tw .sm\:-translate-y-146{
    --tw-translate-y: -730px;
  }

  .tw .sm\:-translate-y-147{
    --tw-translate-y: -735px;
  }

  .tw .sm\:-translate-y-148{
    --tw-translate-y: -740px;
  }

  .tw .sm\:-translate-y-149{
    --tw-translate-y: -745px;
  }

  .tw .sm\:-translate-y-0\.5{
    --tw-translate-y: -3px;
  }

  .tw .sm\:-translate-y-1px{
    --tw-translate-y: -1px;
  }

  .tw .sm\:-translate-y-2px{
    --tw-translate-y: -2px;
  }

  .tw .sm\:-translate-y-3px{
    --tw-translate-y: -3px;
  }

  .tw .sm\:-translate-y-4px{
    --tw-translate-y: -4px;
  }

  .tw .sm\:-translate-y-5px{
    --tw-translate-y: -5px;
  }

  .tw .sm\:-translate-y-6px{
    --tw-translate-y: -6px;
  }

  .tw .sm\:-translate-y-7px{
    --tw-translate-y: -7px;
  }

  .tw .sm\:-translate-y-8px{
    --tw-translate-y: -8px;
  }

  .tw .sm\:-translate-y-9px{
    --tw-translate-y: -9px;
  }

  .tw .sm\:-translate-y-10px{
    --tw-translate-y: -10px;
  }

  .tw .sm\:-translate-y-11px{
    --tw-translate-y: -11px;
  }

  .tw .sm\:-translate-y-12px{
    --tw-translate-y: -12px;
  }

  .tw .sm\:-translate-y-13px{
    --tw-translate-y: -13px;
  }

  .tw .sm\:-translate-y-14px{
    --tw-translate-y: -14px;
  }

  .tw .sm\:-translate-y-15px{
    --tw-translate-y: -15px;
  }

  .tw .sm\:-translate-y-16px{
    --tw-translate-y: -16px;
  }

  .tw .sm\:-translate-y-17px{
    --tw-translate-y: -17px;
  }

  .tw .sm\:-translate-y-18px{
    --tw-translate-y: -18px;
  }

  .tw .sm\:-translate-y-19px{
    --tw-translate-y: -19px;
  }

  .tw .sm\:-translate-y-20px{
    --tw-translate-y: -20px;
  }

  .tw .sm\:-translate-y-21px{
    --tw-translate-y: -21px;
  }

  .tw .sm\:-translate-y-22px{
    --tw-translate-y: -22px;
  }

  .tw .sm\:-translate-y-23px{
    --tw-translate-y: -23px;
  }

  .tw .sm\:-translate-y-24px{
    --tw-translate-y: -24px;
  }

  .tw .sm\:-translate-y-25px{
    --tw-translate-y: -25px;
  }

  .tw .sm\:-translate-y-26px{
    --tw-translate-y: -26px;
  }

  .tw .sm\:-translate-y-27px{
    --tw-translate-y: -27px;
  }

  .tw .sm\:-translate-y-28px{
    --tw-translate-y: -28px;
  }

  .tw .sm\:-translate-y-29px{
    --tw-translate-y: -29px;
  }

  .tw .sm\:-translate-y-30px{
    --tw-translate-y: -30px;
  }

  .tw .sm\:-translate-y-31px{
    --tw-translate-y: -31px;
  }

  .tw .sm\:-translate-y-32px{
    --tw-translate-y: -32px;
  }

  .tw .sm\:-translate-y-33px{
    --tw-translate-y: -33px;
  }

  .tw .sm\:-translate-y-34px{
    --tw-translate-y: -34px;
  }

  .tw .sm\:-translate-y-35px{
    --tw-translate-y: -35px;
  }

  .tw .sm\:-translate-y-36px{
    --tw-translate-y: -36px;
  }

  .tw .sm\:-translate-y-37px{
    --tw-translate-y: -37px;
  }

  .tw .sm\:-translate-y-38px{
    --tw-translate-y: -38px;
  }

  .tw .sm\:-translate-y-39px{
    --tw-translate-y: -39px;
  }

  .tw .sm\:-translate-y-40px{
    --tw-translate-y: -40px;
  }

  .tw .sm\:translate-y-1\/2{
    --tw-translate-y: 50%;
  }

  .tw .sm\:translate-y-1\/3{
    --tw-translate-y: 33.333333%;
  }

  .tw .sm\:translate-y-2\/3{
    --tw-translate-y: 66.666667%;
  }

  .tw .sm\:translate-y-1\/4{
    --tw-translate-y: 25%;
  }

  .tw .sm\:translate-y-2\/4{
    --tw-translate-y: 50%;
  }

  .tw .sm\:translate-y-3\/4{
    --tw-translate-y: 75%;
  }

  .tw .sm\:translate-y-full{
    --tw-translate-y: 100%;
  }

  .tw .sm\:-translate-y-1\/2{
    --tw-translate-y: -50%;
  }

  .tw .sm\:-translate-y-1\/3{
    --tw-translate-y: -33.333333%;
  }

  .tw .sm\:-translate-y-2\/3{
    --tw-translate-y: -66.666667%;
  }

  .tw .sm\:-translate-y-1\/4{
    --tw-translate-y: -25%;
  }

  .tw .sm\:-translate-y-2\/4{
    --tw-translate-y: -50%;
  }

  .tw .sm\:-translate-y-3\/4{
    --tw-translate-y: -75%;
  }

  .tw .sm\:-translate-y-full{
    --tw-translate-y: -100%;
  }

  .tw .group:hover .sm\:group-hover\:translate-x-0{
    --tw-translate-x: 0px;
  }

  .tw .group:hover .sm\:group-hover\:translate-x-1{
    --tw-translate-x: 5px;
  }

  .tw .group:hover .sm\:group-hover\:translate-x-2{
    --tw-translate-x: 10px;
  }

  .tw .group:hover .sm\:group-hover\:translate-x-3{
    --tw-translate-x: 15px;
  }

  .tw .group:hover .sm\:group-hover\:translate-x-4{
    --tw-translate-x: 20px;
  }

  .tw .group:hover .sm\:group-hover\:translate-x-5{
    --tw-translate-x: 25px;
  }

  .tw .group:hover .sm\:group-hover\:translate-x-6{
    --tw-translate-x: 30px;
  }

  .tw .group:hover .sm\:group-hover\:translate-x-7{
    --tw-translate-x: 35px;
  }

  .tw .group:hover .sm\:group-hover\:translate-x-8{
    --tw-translate-x: 40px;
  }

  .tw .group:hover .sm\:group-hover\:translate-x-9{
    --tw-translate-x: 45px;
  }

  .tw .group:hover .sm\:group-hover\:translate-x-10{
    --tw-translate-x: 50px;
  }

  .tw .group:hover .sm\:group-hover\:translate-x-11{
    --tw-translate-x: 55px;
  }

  .tw .group:hover .sm\:group-hover\:translate-x-12{
    --tw-translate-x: 60px;
  }

  .tw .group:hover .sm\:group-hover\:translate-x-13{
    --tw-translate-x: 65px;
  }

  .tw .group:hover .sm\:group-hover\:translate-x-14{
    --tw-translate-x: 70px;
  }

  .tw .group:hover .sm\:group-hover\:translate-x-15{
    --tw-translate-x: 75px;
  }

  .tw .group:hover .sm\:group-hover\:translate-x-16{
    --tw-translate-x: 80px;
  }

  .tw .group:hover .sm\:group-hover\:translate-x-17{
    --tw-translate-x: 85px;
  }

  .tw .group:hover .sm\:group-hover\:translate-x-18{
    --tw-translate-x: 90px;
  }

  .tw .group:hover .sm\:group-hover\:translate-x-19{
    --tw-translate-x: 95px;
  }

  .tw .group:hover .sm\:group-hover\:translate-x-20{
    --tw-translate-x: 100px;
  }

  .tw .group:hover .sm\:group-hover\:translate-x-21{
    --tw-translate-x: 105px;
  }

  .tw .group:hover .sm\:group-hover\:translate-x-22{
    --tw-translate-x: 110px;
  }

  .tw .group:hover .sm\:group-hover\:translate-x-23{
    --tw-translate-x: 115px;
  }

  .tw .group:hover .sm\:group-hover\:translate-x-24{
    --tw-translate-x: 120px;
  }

  .tw .group:hover .sm\:group-hover\:translate-x-25{
    --tw-translate-x: 125px;
  }

  .tw .group:hover .sm\:group-hover\:translate-x-26{
    --tw-translate-x: 130px;
  }

  .tw .group:hover .sm\:group-hover\:translate-x-27{
    --tw-translate-x: 135px;
  }

  .tw .group:hover .sm\:group-hover\:translate-x-28{
    --tw-translate-x: 140px;
  }

  .tw .group:hover .sm\:group-hover\:translate-x-29{
    --tw-translate-x: 145px;
  }

  .tw .group:hover .sm\:group-hover\:translate-x-30{
    --tw-translate-x: 150px;
  }

  .tw .group:hover .sm\:group-hover\:translate-x-31{
    --tw-translate-x: 155px;
  }

  .tw .group:hover .sm\:group-hover\:translate-x-32{
    --tw-translate-x: 160px;
  }

  .tw .group:hover .sm\:group-hover\:translate-x-33{
    --tw-translate-x: 165px;
  }

  .tw .group:hover .sm\:group-hover\:translate-x-34{
    --tw-translate-x: 170px;
  }

  .tw .group:hover .sm\:group-hover\:translate-x-35{
    --tw-translate-x: 175px;
  }

  .tw .group:hover .sm\:group-hover\:translate-x-36{
    --tw-translate-x: 180px;
  }

  .tw .group:hover .sm\:group-hover\:translate-x-37{
    --tw-translate-x: 185px;
  }

  .tw .group:hover .sm\:group-hover\:translate-x-38{
    --tw-translate-x: 190px;
  }

  .tw .group:hover .sm\:group-hover\:translate-x-39{
    --tw-translate-x: 195px;
  }

  .tw .group:hover .sm\:group-hover\:translate-x-40{
    --tw-translate-x: 200px;
  }

  .tw .group:hover .sm\:group-hover\:translate-x-41{
    --tw-translate-x: 205px;
  }

  .tw .group:hover .sm\:group-hover\:translate-x-42{
    --tw-translate-x: 210px;
  }

  .tw .group:hover .sm\:group-hover\:translate-x-43{
    --tw-translate-x: 215px;
  }

  .tw .group:hover .sm\:group-hover\:translate-x-44{
    --tw-translate-x: 220px;
  }

  .tw .group:hover .sm\:group-hover\:translate-x-45{
    --tw-translate-x: 225px;
  }

  .tw .group:hover .sm\:group-hover\:translate-x-46{
    --tw-translate-x: 230px;
  }

  .tw .group:hover .sm\:group-hover\:translate-x-47{
    --tw-translate-x: 235px;
  }

  .tw .group:hover .sm\:group-hover\:translate-x-48{
    --tw-translate-x: 240px;
  }

  .tw .group:hover .sm\:group-hover\:translate-x-49{
    --tw-translate-x: 245px;
  }

  .tw .group:hover .sm\:group-hover\:translate-x-50{
    --tw-translate-x: 250px;
  }

  .tw .group:hover .sm\:group-hover\:translate-x-51{
    --tw-translate-x: 255px;
  }

  .tw .group:hover .sm\:group-hover\:translate-x-52{
    --tw-translate-x: 260px;
  }

  .tw .group:hover .sm\:group-hover\:translate-x-53{
    --tw-translate-x: 265px;
  }

  .tw .group:hover .sm\:group-hover\:translate-x-54{
    --tw-translate-x: 270px;
  }

  .tw .group:hover .sm\:group-hover\:translate-x-55{
    --tw-translate-x: 275px;
  }

  .tw .group:hover .sm\:group-hover\:translate-x-56{
    --tw-translate-x: 280px;
  }

  .tw .group:hover .sm\:group-hover\:translate-x-57{
    --tw-translate-x: 285px;
  }

  .tw .group:hover .sm\:group-hover\:translate-x-58{
    --tw-translate-x: 290px;
  }

  .tw .group:hover .sm\:group-hover\:translate-x-59{
    --tw-translate-x: 295px;
  }

  .tw .group:hover .sm\:group-hover\:translate-x-60{
    --tw-translate-x: 300px;
  }

  .tw .group:hover .sm\:group-hover\:translate-x-61{
    --tw-translate-x: 305px;
  }

  .tw .group:hover .sm\:group-hover\:translate-x-62{
    --tw-translate-x: 310px;
  }

  .tw .group:hover .sm\:group-hover\:translate-x-63{
    --tw-translate-x: 315px;
  }

  .tw .group:hover .sm\:group-hover\:translate-x-64{
    --tw-translate-x: 320px;
  }

  .tw .group:hover .sm\:group-hover\:translate-x-65{
    --tw-translate-x: 325px;
  }

  .tw .group:hover .sm\:group-hover\:translate-x-66{
    --tw-translate-x: 330px;
  }

  .tw .group:hover .sm\:group-hover\:translate-x-67{
    --tw-translate-x: 335px;
  }

  .tw .group:hover .sm\:group-hover\:translate-x-68{
    --tw-translate-x: 340px;
  }

  .tw .group:hover .sm\:group-hover\:translate-x-69{
    --tw-translate-x: 345px;
  }

  .tw .group:hover .sm\:group-hover\:translate-x-70{
    --tw-translate-x: 350px;
  }

  .tw .group:hover .sm\:group-hover\:translate-x-71{
    --tw-translate-x: 355px;
  }

  .tw .group:hover .sm\:group-hover\:translate-x-72{
    --tw-translate-x: 360px;
  }

  .tw .group:hover .sm\:group-hover\:translate-x-73{
    --tw-translate-x: 365px;
  }

  .tw .group:hover .sm\:group-hover\:translate-x-74{
    --tw-translate-x: 370px;
  }

  .tw .group:hover .sm\:group-hover\:translate-x-75{
    --tw-translate-x: 375px;
  }

  .tw .group:hover .sm\:group-hover\:translate-x-76{
    --tw-translate-x: 380px;
  }

  .tw .group:hover .sm\:group-hover\:translate-x-77{
    --tw-translate-x: 385px;
  }

  .tw .group:hover .sm\:group-hover\:translate-x-78{
    --tw-translate-x: 390px;
  }

  .tw .group:hover .sm\:group-hover\:translate-x-79{
    --tw-translate-x: 395px;
  }

  .tw .group:hover .sm\:group-hover\:translate-x-80{
    --tw-translate-x: 400px;
  }

  .tw .group:hover .sm\:group-hover\:translate-x-81{
    --tw-translate-x: 405px;
  }

  .tw .group:hover .sm\:group-hover\:translate-x-82{
    --tw-translate-x: 410px;
  }

  .tw .group:hover .sm\:group-hover\:translate-x-83{
    --tw-translate-x: 415px;
  }

  .tw .group:hover .sm\:group-hover\:translate-x-84{
    --tw-translate-x: 420px;
  }

  .tw .group:hover .sm\:group-hover\:translate-x-85{
    --tw-translate-x: 425px;
  }

  .tw .group:hover .sm\:group-hover\:translate-x-86{
    --tw-translate-x: 430px;
  }

  .tw .group:hover .sm\:group-hover\:translate-x-87{
    --tw-translate-x: 435px;
  }

  .tw .group:hover .sm\:group-hover\:translate-x-88{
    --tw-translate-x: 440px;
  }

  .tw .group:hover .sm\:group-hover\:translate-x-89{
    --tw-translate-x: 445px;
  }

  .tw .group:hover .sm\:group-hover\:translate-x-90{
    --tw-translate-x: 450px;
  }

  .tw .group:hover .sm\:group-hover\:translate-x-91{
    --tw-translate-x: 455px;
  }

  .tw .group:hover .sm\:group-hover\:translate-x-92{
    --tw-translate-x: 460px;
  }

  .tw .group:hover .sm\:group-hover\:translate-x-93{
    --tw-translate-x: 465px;
  }

  .tw .group:hover .sm\:group-hover\:translate-x-94{
    --tw-translate-x: 470px;
  }

  .tw .group:hover .sm\:group-hover\:translate-x-95{
    --tw-translate-x: 475px;
  }

  .tw .group:hover .sm\:group-hover\:translate-x-96{
    --tw-translate-x: 480px;
  }

  .tw .group:hover .sm\:group-hover\:translate-x-97{
    --tw-translate-x: 485px;
  }

  .tw .group:hover .sm\:group-hover\:translate-x-98{
    --tw-translate-x: 490px;
  }

  .tw .group:hover .sm\:group-hover\:translate-x-99{
    --tw-translate-x: 495px;
  }

  .tw .group:hover .sm\:group-hover\:translate-x-100{
    --tw-translate-x: 500px;
  }

  .tw .group:hover .sm\:group-hover\:translate-x-101{
    --tw-translate-x: 505px;
  }

  .tw .group:hover .sm\:group-hover\:translate-x-102{
    --tw-translate-x: 510px;
  }

  .tw .group:hover .sm\:group-hover\:translate-x-103{
    --tw-translate-x: 515px;
  }

  .tw .group:hover .sm\:group-hover\:translate-x-104{
    --tw-translate-x: 520px;
  }

  .tw .group:hover .sm\:group-hover\:translate-x-105{
    --tw-translate-x: 525px;
  }

  .tw .group:hover .sm\:group-hover\:translate-x-106{
    --tw-translate-x: 530px;
  }

  .tw .group:hover .sm\:group-hover\:translate-x-107{
    --tw-translate-x: 535px;
  }

  .tw .group:hover .sm\:group-hover\:translate-x-108{
    --tw-translate-x: 540px;
  }

  .tw .group:hover .sm\:group-hover\:translate-x-109{
    --tw-translate-x: 545px;
  }

  .tw .group:hover .sm\:group-hover\:translate-x-110{
    --tw-translate-x: 550px;
  }

  .tw .group:hover .sm\:group-hover\:translate-x-111{
    --tw-translate-x: 555px;
  }

  .tw .group:hover .sm\:group-hover\:translate-x-112{
    --tw-translate-x: 560px;
  }

  .tw .group:hover .sm\:group-hover\:translate-x-113{
    --tw-translate-x: 565px;
  }

  .tw .group:hover .sm\:group-hover\:translate-x-114{
    --tw-translate-x: 570px;
  }

  .tw .group:hover .sm\:group-hover\:translate-x-115{
    --tw-translate-x: 575px;
  }

  .tw .group:hover .sm\:group-hover\:translate-x-116{
    --tw-translate-x: 580px;
  }

  .tw .group:hover .sm\:group-hover\:translate-x-117{
    --tw-translate-x: 585px;
  }

  .tw .group:hover .sm\:group-hover\:translate-x-118{
    --tw-translate-x: 590px;
  }

  .tw .group:hover .sm\:group-hover\:translate-x-119{
    --tw-translate-x: 595px;
  }

  .tw .group:hover .sm\:group-hover\:translate-x-120{
    --tw-translate-x: 600px;
  }

  .tw .group:hover .sm\:group-hover\:translate-x-121{
    --tw-translate-x: 605px;
  }

  .tw .group:hover .sm\:group-hover\:translate-x-122{
    --tw-translate-x: 610px;
  }

  .tw .group:hover .sm\:group-hover\:translate-x-123{
    --tw-translate-x: 615px;
  }

  .tw .group:hover .sm\:group-hover\:translate-x-124{
    --tw-translate-x: 620px;
  }

  .tw .group:hover .sm\:group-hover\:translate-x-125{
    --tw-translate-x: 625px;
  }

  .tw .group:hover .sm\:group-hover\:translate-x-126{
    --tw-translate-x: 630px;
  }

  .tw .group:hover .sm\:group-hover\:translate-x-127{
    --tw-translate-x: 635px;
  }

  .tw .group:hover .sm\:group-hover\:translate-x-128{
    --tw-translate-x: 640px;
  }

  .tw .group:hover .sm\:group-hover\:translate-x-129{
    --tw-translate-x: 645px;
  }

  .tw .group:hover .sm\:group-hover\:translate-x-130{
    --tw-translate-x: 650px;
  }

  .tw .group:hover .sm\:group-hover\:translate-x-131{
    --tw-translate-x: 655px;
  }

  .tw .group:hover .sm\:group-hover\:translate-x-132{
    --tw-translate-x: 660px;
  }

  .tw .group:hover .sm\:group-hover\:translate-x-133{
    --tw-translate-x: 665px;
  }

  .tw .group:hover .sm\:group-hover\:translate-x-134{
    --tw-translate-x: 670px;
  }

  .tw .group:hover .sm\:group-hover\:translate-x-135{
    --tw-translate-x: 675px;
  }

  .tw .group:hover .sm\:group-hover\:translate-x-136{
    --tw-translate-x: 680px;
  }

  .tw .group:hover .sm\:group-hover\:translate-x-137{
    --tw-translate-x: 685px;
  }

  .tw .group:hover .sm\:group-hover\:translate-x-138{
    --tw-translate-x: 690px;
  }

  .tw .group:hover .sm\:group-hover\:translate-x-139{
    --tw-translate-x: 695px;
  }

  .tw .group:hover .sm\:group-hover\:translate-x-140{
    --tw-translate-x: 700px;
  }

  .tw .group:hover .sm\:group-hover\:translate-x-141{
    --tw-translate-x: 705px;
  }

  .tw .group:hover .sm\:group-hover\:translate-x-142{
    --tw-translate-x: 710px;
  }

  .tw .group:hover .sm\:group-hover\:translate-x-143{
    --tw-translate-x: 715px;
  }

  .tw .group:hover .sm\:group-hover\:translate-x-144{
    --tw-translate-x: 720px;
  }

  .tw .group:hover .sm\:group-hover\:translate-x-145{
    --tw-translate-x: 725px;
  }

  .tw .group:hover .sm\:group-hover\:translate-x-146{
    --tw-translate-x: 730px;
  }

  .tw .group:hover .sm\:group-hover\:translate-x-147{
    --tw-translate-x: 735px;
  }

  .tw .group:hover .sm\:group-hover\:translate-x-148{
    --tw-translate-x: 740px;
  }

  .tw .group:hover .sm\:group-hover\:translate-x-149{
    --tw-translate-x: 745px;
  }

  .tw .group:hover .sm\:group-hover\:translate-x-0\.5{
    --tw-translate-x: 3px;
  }

  .tw .group:hover .sm\:group-hover\:translate-x-1px{
    --tw-translate-x: 1px;
  }

  .tw .group:hover .sm\:group-hover\:translate-x-2px{
    --tw-translate-x: 2px;
  }

  .tw .group:hover .sm\:group-hover\:translate-x-3px{
    --tw-translate-x: 3px;
  }

  .tw .group:hover .sm\:group-hover\:translate-x-4px{
    --tw-translate-x: 4px;
  }

  .tw .group:hover .sm\:group-hover\:translate-x-5px{
    --tw-translate-x: 5px;
  }

  .tw .group:hover .sm\:group-hover\:translate-x-6px{
    --tw-translate-x: 6px;
  }

  .tw .group:hover .sm\:group-hover\:translate-x-7px{
    --tw-translate-x: 7px;
  }

  .tw .group:hover .sm\:group-hover\:translate-x-8px{
    --tw-translate-x: 8px;
  }

  .tw .group:hover .sm\:group-hover\:translate-x-9px{
    --tw-translate-x: 9px;
  }

  .tw .group:hover .sm\:group-hover\:translate-x-10px{
    --tw-translate-x: 10px;
  }

  .tw .group:hover .sm\:group-hover\:translate-x-11px{
    --tw-translate-x: 11px;
  }

  .tw .group:hover .sm\:group-hover\:translate-x-12px{
    --tw-translate-x: 12px;
  }

  .tw .group:hover .sm\:group-hover\:translate-x-13px{
    --tw-translate-x: 13px;
  }

  .tw .group:hover .sm\:group-hover\:translate-x-14px{
    --tw-translate-x: 14px;
  }

  .tw .group:hover .sm\:group-hover\:translate-x-15px{
    --tw-translate-x: 15px;
  }

  .tw .group:hover .sm\:group-hover\:translate-x-16px{
    --tw-translate-x: 16px;
  }

  .tw .group:hover .sm\:group-hover\:translate-x-17px{
    --tw-translate-x: 17px;
  }

  .tw .group:hover .sm\:group-hover\:translate-x-18px{
    --tw-translate-x: 18px;
  }

  .tw .group:hover .sm\:group-hover\:translate-x-19px{
    --tw-translate-x: 19px;
  }

  .tw .group:hover .sm\:group-hover\:translate-x-20px{
    --tw-translate-x: 20px;
  }

  .tw .group:hover .sm\:group-hover\:translate-x-21px{
    --tw-translate-x: 21px;
  }

  .tw .group:hover .sm\:group-hover\:translate-x-22px{
    --tw-translate-x: 22px;
  }

  .tw .group:hover .sm\:group-hover\:translate-x-23px{
    --tw-translate-x: 23px;
  }

  .tw .group:hover .sm\:group-hover\:translate-x-24px{
    --tw-translate-x: 24px;
  }

  .tw .group:hover .sm\:group-hover\:translate-x-25px{
    --tw-translate-x: 25px;
  }

  .tw .group:hover .sm\:group-hover\:translate-x-26px{
    --tw-translate-x: 26px;
  }

  .tw .group:hover .sm\:group-hover\:translate-x-27px{
    --tw-translate-x: 27px;
  }

  .tw .group:hover .sm\:group-hover\:translate-x-28px{
    --tw-translate-x: 28px;
  }

  .tw .group:hover .sm\:group-hover\:translate-x-29px{
    --tw-translate-x: 29px;
  }

  .tw .group:hover .sm\:group-hover\:translate-x-30px{
    --tw-translate-x: 30px;
  }

  .tw .group:hover .sm\:group-hover\:translate-x-31px{
    --tw-translate-x: 31px;
  }

  .tw .group:hover .sm\:group-hover\:translate-x-32px{
    --tw-translate-x: 32px;
  }

  .tw .group:hover .sm\:group-hover\:translate-x-33px{
    --tw-translate-x: 33px;
  }

  .tw .group:hover .sm\:group-hover\:translate-x-34px{
    --tw-translate-x: 34px;
  }

  .tw .group:hover .sm\:group-hover\:translate-x-35px{
    --tw-translate-x: 35px;
  }

  .tw .group:hover .sm\:group-hover\:translate-x-36px{
    --tw-translate-x: 36px;
  }

  .tw .group:hover .sm\:group-hover\:translate-x-37px{
    --tw-translate-x: 37px;
  }

  .tw .group:hover .sm\:group-hover\:translate-x-38px{
    --tw-translate-x: 38px;
  }

  .tw .group:hover .sm\:group-hover\:translate-x-39px{
    --tw-translate-x: 39px;
  }

  .tw .group:hover .sm\:group-hover\:translate-x-40px{
    --tw-translate-x: 40px;
  }

  .tw .group:hover .sm\:group-hover\:-translate-x-0{
    --tw-translate-x: 0px;
  }

  .tw .group:hover .sm\:group-hover\:-translate-x-1{
    --tw-translate-x: -5px;
  }

  .tw .group:hover .sm\:group-hover\:-translate-x-2{
    --tw-translate-x: -10px;
  }

  .tw .group:hover .sm\:group-hover\:-translate-x-3{
    --tw-translate-x: -15px;
  }

  .tw .group:hover .sm\:group-hover\:-translate-x-4{
    --tw-translate-x: -20px;
  }

  .tw .group:hover .sm\:group-hover\:-translate-x-5{
    --tw-translate-x: -25px;
  }

  .tw .group:hover .sm\:group-hover\:-translate-x-6{
    --tw-translate-x: -30px;
  }

  .tw .group:hover .sm\:group-hover\:-translate-x-7{
    --tw-translate-x: -35px;
  }

  .tw .group:hover .sm\:group-hover\:-translate-x-8{
    --tw-translate-x: -40px;
  }

  .tw .group:hover .sm\:group-hover\:-translate-x-9{
    --tw-translate-x: -45px;
  }

  .tw .group:hover .sm\:group-hover\:-translate-x-10{
    --tw-translate-x: -50px;
  }

  .tw .group:hover .sm\:group-hover\:-translate-x-11{
    --tw-translate-x: -55px;
  }

  .tw .group:hover .sm\:group-hover\:-translate-x-12{
    --tw-translate-x: -60px;
  }

  .tw .group:hover .sm\:group-hover\:-translate-x-13{
    --tw-translate-x: -65px;
  }

  .tw .group:hover .sm\:group-hover\:-translate-x-14{
    --tw-translate-x: -70px;
  }

  .tw .group:hover .sm\:group-hover\:-translate-x-15{
    --tw-translate-x: -75px;
  }

  .tw .group:hover .sm\:group-hover\:-translate-x-16{
    --tw-translate-x: -80px;
  }

  .tw .group:hover .sm\:group-hover\:-translate-x-17{
    --tw-translate-x: -85px;
  }

  .tw .group:hover .sm\:group-hover\:-translate-x-18{
    --tw-translate-x: -90px;
  }

  .tw .group:hover .sm\:group-hover\:-translate-x-19{
    --tw-translate-x: -95px;
  }

  .tw .group:hover .sm\:group-hover\:-translate-x-20{
    --tw-translate-x: -100px;
  }

  .tw .group:hover .sm\:group-hover\:-translate-x-21{
    --tw-translate-x: -105px;
  }

  .tw .group:hover .sm\:group-hover\:-translate-x-22{
    --tw-translate-x: -110px;
  }

  .tw .group:hover .sm\:group-hover\:-translate-x-23{
    --tw-translate-x: -115px;
  }

  .tw .group:hover .sm\:group-hover\:-translate-x-24{
    --tw-translate-x: -120px;
  }

  .tw .group:hover .sm\:group-hover\:-translate-x-25{
    --tw-translate-x: -125px;
  }

  .tw .group:hover .sm\:group-hover\:-translate-x-26{
    --tw-translate-x: -130px;
  }

  .tw .group:hover .sm\:group-hover\:-translate-x-27{
    --tw-translate-x: -135px;
  }

  .tw .group:hover .sm\:group-hover\:-translate-x-28{
    --tw-translate-x: -140px;
  }

  .tw .group:hover .sm\:group-hover\:-translate-x-29{
    --tw-translate-x: -145px;
  }

  .tw .group:hover .sm\:group-hover\:-translate-x-30{
    --tw-translate-x: -150px;
  }

  .tw .group:hover .sm\:group-hover\:-translate-x-31{
    --tw-translate-x: -155px;
  }

  .tw .group:hover .sm\:group-hover\:-translate-x-32{
    --tw-translate-x: -160px;
  }

  .tw .group:hover .sm\:group-hover\:-translate-x-33{
    --tw-translate-x: -165px;
  }

  .tw .group:hover .sm\:group-hover\:-translate-x-34{
    --tw-translate-x: -170px;
  }

  .tw .group:hover .sm\:group-hover\:-translate-x-35{
    --tw-translate-x: -175px;
  }

  .tw .group:hover .sm\:group-hover\:-translate-x-36{
    --tw-translate-x: -180px;
  }

  .tw .group:hover .sm\:group-hover\:-translate-x-37{
    --tw-translate-x: -185px;
  }

  .tw .group:hover .sm\:group-hover\:-translate-x-38{
    --tw-translate-x: -190px;
  }

  .tw .group:hover .sm\:group-hover\:-translate-x-39{
    --tw-translate-x: -195px;
  }

  .tw .group:hover .sm\:group-hover\:-translate-x-40{
    --tw-translate-x: -200px;
  }

  .tw .group:hover .sm\:group-hover\:-translate-x-41{
    --tw-translate-x: -205px;
  }

  .tw .group:hover .sm\:group-hover\:-translate-x-42{
    --tw-translate-x: -210px;
  }

  .tw .group:hover .sm\:group-hover\:-translate-x-43{
    --tw-translate-x: -215px;
  }

  .tw .group:hover .sm\:group-hover\:-translate-x-44{
    --tw-translate-x: -220px;
  }

  .tw .group:hover .sm\:group-hover\:-translate-x-45{
    --tw-translate-x: -225px;
  }

  .tw .group:hover .sm\:group-hover\:-translate-x-46{
    --tw-translate-x: -230px;
  }

  .tw .group:hover .sm\:group-hover\:-translate-x-47{
    --tw-translate-x: -235px;
  }

  .tw .group:hover .sm\:group-hover\:-translate-x-48{
    --tw-translate-x: -240px;
  }

  .tw .group:hover .sm\:group-hover\:-translate-x-49{
    --tw-translate-x: -245px;
  }

  .tw .group:hover .sm\:group-hover\:-translate-x-50{
    --tw-translate-x: -250px;
  }

  .tw .group:hover .sm\:group-hover\:-translate-x-51{
    --tw-translate-x: -255px;
  }

  .tw .group:hover .sm\:group-hover\:-translate-x-52{
    --tw-translate-x: -260px;
  }

  .tw .group:hover .sm\:group-hover\:-translate-x-53{
    --tw-translate-x: -265px;
  }

  .tw .group:hover .sm\:group-hover\:-translate-x-54{
    --tw-translate-x: -270px;
  }

  .tw .group:hover .sm\:group-hover\:-translate-x-55{
    --tw-translate-x: -275px;
  }

  .tw .group:hover .sm\:group-hover\:-translate-x-56{
    --tw-translate-x: -280px;
  }

  .tw .group:hover .sm\:group-hover\:-translate-x-57{
    --tw-translate-x: -285px;
  }

  .tw .group:hover .sm\:group-hover\:-translate-x-58{
    --tw-translate-x: -290px;
  }

  .tw .group:hover .sm\:group-hover\:-translate-x-59{
    --tw-translate-x: -295px;
  }

  .tw .group:hover .sm\:group-hover\:-translate-x-60{
    --tw-translate-x: -300px;
  }

  .tw .group:hover .sm\:group-hover\:-translate-x-61{
    --tw-translate-x: -305px;
  }

  .tw .group:hover .sm\:group-hover\:-translate-x-62{
    --tw-translate-x: -310px;
  }

  .tw .group:hover .sm\:group-hover\:-translate-x-63{
    --tw-translate-x: -315px;
  }

  .tw .group:hover .sm\:group-hover\:-translate-x-64{
    --tw-translate-x: -320px;
  }

  .tw .group:hover .sm\:group-hover\:-translate-x-65{
    --tw-translate-x: -325px;
  }

  .tw .group:hover .sm\:group-hover\:-translate-x-66{
    --tw-translate-x: -330px;
  }

  .tw .group:hover .sm\:group-hover\:-translate-x-67{
    --tw-translate-x: -335px;
  }

  .tw .group:hover .sm\:group-hover\:-translate-x-68{
    --tw-translate-x: -340px;
  }

  .tw .group:hover .sm\:group-hover\:-translate-x-69{
    --tw-translate-x: -345px;
  }

  .tw .group:hover .sm\:group-hover\:-translate-x-70{
    --tw-translate-x: -350px;
  }

  .tw .group:hover .sm\:group-hover\:-translate-x-71{
    --tw-translate-x: -355px;
  }

  .tw .group:hover .sm\:group-hover\:-translate-x-72{
    --tw-translate-x: -360px;
  }

  .tw .group:hover .sm\:group-hover\:-translate-x-73{
    --tw-translate-x: -365px;
  }

  .tw .group:hover .sm\:group-hover\:-translate-x-74{
    --tw-translate-x: -370px;
  }

  .tw .group:hover .sm\:group-hover\:-translate-x-75{
    --tw-translate-x: -375px;
  }

  .tw .group:hover .sm\:group-hover\:-translate-x-76{
    --tw-translate-x: -380px;
  }

  .tw .group:hover .sm\:group-hover\:-translate-x-77{
    --tw-translate-x: -385px;
  }

  .tw .group:hover .sm\:group-hover\:-translate-x-78{
    --tw-translate-x: -390px;
  }

  .tw .group:hover .sm\:group-hover\:-translate-x-79{
    --tw-translate-x: -395px;
  }

  .tw .group:hover .sm\:group-hover\:-translate-x-80{
    --tw-translate-x: -400px;
  }

  .tw .group:hover .sm\:group-hover\:-translate-x-81{
    --tw-translate-x: -405px;
  }

  .tw .group:hover .sm\:group-hover\:-translate-x-82{
    --tw-translate-x: -410px;
  }

  .tw .group:hover .sm\:group-hover\:-translate-x-83{
    --tw-translate-x: -415px;
  }

  .tw .group:hover .sm\:group-hover\:-translate-x-84{
    --tw-translate-x: -420px;
  }

  .tw .group:hover .sm\:group-hover\:-translate-x-85{
    --tw-translate-x: -425px;
  }

  .tw .group:hover .sm\:group-hover\:-translate-x-86{
    --tw-translate-x: -430px;
  }

  .tw .group:hover .sm\:group-hover\:-translate-x-87{
    --tw-translate-x: -435px;
  }

  .tw .group:hover .sm\:group-hover\:-translate-x-88{
    --tw-translate-x: -440px;
  }

  .tw .group:hover .sm\:group-hover\:-translate-x-89{
    --tw-translate-x: -445px;
  }

  .tw .group:hover .sm\:group-hover\:-translate-x-90{
    --tw-translate-x: -450px;
  }

  .tw .group:hover .sm\:group-hover\:-translate-x-91{
    --tw-translate-x: -455px;
  }

  .tw .group:hover .sm\:group-hover\:-translate-x-92{
    --tw-translate-x: -460px;
  }

  .tw .group:hover .sm\:group-hover\:-translate-x-93{
    --tw-translate-x: -465px;
  }

  .tw .group:hover .sm\:group-hover\:-translate-x-94{
    --tw-translate-x: -470px;
  }

  .tw .group:hover .sm\:group-hover\:-translate-x-95{
    --tw-translate-x: -475px;
  }

  .tw .group:hover .sm\:group-hover\:-translate-x-96{
    --tw-translate-x: -480px;
  }

  .tw .group:hover .sm\:group-hover\:-translate-x-97{
    --tw-translate-x: -485px;
  }

  .tw .group:hover .sm\:group-hover\:-translate-x-98{
    --tw-translate-x: -490px;
  }

  .tw .group:hover .sm\:group-hover\:-translate-x-99{
    --tw-translate-x: -495px;
  }

  .tw .group:hover .sm\:group-hover\:-translate-x-100{
    --tw-translate-x: -500px;
  }

  .tw .group:hover .sm\:group-hover\:-translate-x-101{
    --tw-translate-x: -505px;
  }

  .tw .group:hover .sm\:group-hover\:-translate-x-102{
    --tw-translate-x: -510px;
  }

  .tw .group:hover .sm\:group-hover\:-translate-x-103{
    --tw-translate-x: -515px;
  }

  .tw .group:hover .sm\:group-hover\:-translate-x-104{
    --tw-translate-x: -520px;
  }

  .tw .group:hover .sm\:group-hover\:-translate-x-105{
    --tw-translate-x: -525px;
  }

  .tw .group:hover .sm\:group-hover\:-translate-x-106{
    --tw-translate-x: -530px;
  }

  .tw .group:hover .sm\:group-hover\:-translate-x-107{
    --tw-translate-x: -535px;
  }

  .tw .group:hover .sm\:group-hover\:-translate-x-108{
    --tw-translate-x: -540px;
  }

  .tw .group:hover .sm\:group-hover\:-translate-x-109{
    --tw-translate-x: -545px;
  }

  .tw .group:hover .sm\:group-hover\:-translate-x-110{
    --tw-translate-x: -550px;
  }

  .tw .group:hover .sm\:group-hover\:-translate-x-111{
    --tw-translate-x: -555px;
  }

  .tw .group:hover .sm\:group-hover\:-translate-x-112{
    --tw-translate-x: -560px;
  }

  .tw .group:hover .sm\:group-hover\:-translate-x-113{
    --tw-translate-x: -565px;
  }

  .tw .group:hover .sm\:group-hover\:-translate-x-114{
    --tw-translate-x: -570px;
  }

  .tw .group:hover .sm\:group-hover\:-translate-x-115{
    --tw-translate-x: -575px;
  }

  .tw .group:hover .sm\:group-hover\:-translate-x-116{
    --tw-translate-x: -580px;
  }

  .tw .group:hover .sm\:group-hover\:-translate-x-117{
    --tw-translate-x: -585px;
  }

  .tw .group:hover .sm\:group-hover\:-translate-x-118{
    --tw-translate-x: -590px;
  }

  .tw .group:hover .sm\:group-hover\:-translate-x-119{
    --tw-translate-x: -595px;
  }

  .tw .group:hover .sm\:group-hover\:-translate-x-120{
    --tw-translate-x: -600px;
  }

  .tw .group:hover .sm\:group-hover\:-translate-x-121{
    --tw-translate-x: -605px;
  }

  .tw .group:hover .sm\:group-hover\:-translate-x-122{
    --tw-translate-x: -610px;
  }

  .tw .group:hover .sm\:group-hover\:-translate-x-123{
    --tw-translate-x: -615px;
  }

  .tw .group:hover .sm\:group-hover\:-translate-x-124{
    --tw-translate-x: -620px;
  }

  .tw .group:hover .sm\:group-hover\:-translate-x-125{
    --tw-translate-x: -625px;
  }

  .tw .group:hover .sm\:group-hover\:-translate-x-126{
    --tw-translate-x: -630px;
  }

  .tw .group:hover .sm\:group-hover\:-translate-x-127{
    --tw-translate-x: -635px;
  }

  .tw .group:hover .sm\:group-hover\:-translate-x-128{
    --tw-translate-x: -640px;
  }

  .tw .group:hover .sm\:group-hover\:-translate-x-129{
    --tw-translate-x: -645px;
  }

  .tw .group:hover .sm\:group-hover\:-translate-x-130{
    --tw-translate-x: -650px;
  }

  .tw .group:hover .sm\:group-hover\:-translate-x-131{
    --tw-translate-x: -655px;
  }

  .tw .group:hover .sm\:group-hover\:-translate-x-132{
    --tw-translate-x: -660px;
  }

  .tw .group:hover .sm\:group-hover\:-translate-x-133{
    --tw-translate-x: -665px;
  }

  .tw .group:hover .sm\:group-hover\:-translate-x-134{
    --tw-translate-x: -670px;
  }

  .tw .group:hover .sm\:group-hover\:-translate-x-135{
    --tw-translate-x: -675px;
  }

  .tw .group:hover .sm\:group-hover\:-translate-x-136{
    --tw-translate-x: -680px;
  }

  .tw .group:hover .sm\:group-hover\:-translate-x-137{
    --tw-translate-x: -685px;
  }

  .tw .group:hover .sm\:group-hover\:-translate-x-138{
    --tw-translate-x: -690px;
  }

  .tw .group:hover .sm\:group-hover\:-translate-x-139{
    --tw-translate-x: -695px;
  }

  .tw .group:hover .sm\:group-hover\:-translate-x-140{
    --tw-translate-x: -700px;
  }

  .tw .group:hover .sm\:group-hover\:-translate-x-141{
    --tw-translate-x: -705px;
  }

  .tw .group:hover .sm\:group-hover\:-translate-x-142{
    --tw-translate-x: -710px;
  }

  .tw .group:hover .sm\:group-hover\:-translate-x-143{
    --tw-translate-x: -715px;
  }

  .tw .group:hover .sm\:group-hover\:-translate-x-144{
    --tw-translate-x: -720px;
  }

  .tw .group:hover .sm\:group-hover\:-translate-x-145{
    --tw-translate-x: -725px;
  }

  .tw .group:hover .sm\:group-hover\:-translate-x-146{
    --tw-translate-x: -730px;
  }

  .tw .group:hover .sm\:group-hover\:-translate-x-147{
    --tw-translate-x: -735px;
  }

  .tw .group:hover .sm\:group-hover\:-translate-x-148{
    --tw-translate-x: -740px;
  }

  .tw .group:hover .sm\:group-hover\:-translate-x-149{
    --tw-translate-x: -745px;
  }

  .tw .group:hover .sm\:group-hover\:-translate-x-0\.5{
    --tw-translate-x: -3px;
  }

  .tw .group:hover .sm\:group-hover\:-translate-x-1px{
    --tw-translate-x: -1px;
  }

  .tw .group:hover .sm\:group-hover\:-translate-x-2px{
    --tw-translate-x: -2px;
  }

  .tw .group:hover .sm\:group-hover\:-translate-x-3px{
    --tw-translate-x: -3px;
  }

  .tw .group:hover .sm\:group-hover\:-translate-x-4px{
    --tw-translate-x: -4px;
  }

  .tw .group:hover .sm\:group-hover\:-translate-x-5px{
    --tw-translate-x: -5px;
  }

  .tw .group:hover .sm\:group-hover\:-translate-x-6px{
    --tw-translate-x: -6px;
  }

  .tw .group:hover .sm\:group-hover\:-translate-x-7px{
    --tw-translate-x: -7px;
  }

  .tw .group:hover .sm\:group-hover\:-translate-x-8px{
    --tw-translate-x: -8px;
  }

  .tw .group:hover .sm\:group-hover\:-translate-x-9px{
    --tw-translate-x: -9px;
  }

  .tw .group:hover .sm\:group-hover\:-translate-x-10px{
    --tw-translate-x: -10px;
  }

  .tw .group:hover .sm\:group-hover\:-translate-x-11px{
    --tw-translate-x: -11px;
  }

  .tw .group:hover .sm\:group-hover\:-translate-x-12px{
    --tw-translate-x: -12px;
  }

  .tw .group:hover .sm\:group-hover\:-translate-x-13px{
    --tw-translate-x: -13px;
  }

  .tw .group:hover .sm\:group-hover\:-translate-x-14px{
    --tw-translate-x: -14px;
  }

  .tw .group:hover .sm\:group-hover\:-translate-x-15px{
    --tw-translate-x: -15px;
  }

  .tw .group:hover .sm\:group-hover\:-translate-x-16px{
    --tw-translate-x: -16px;
  }

  .tw .group:hover .sm\:group-hover\:-translate-x-17px{
    --tw-translate-x: -17px;
  }

  .tw .group:hover .sm\:group-hover\:-translate-x-18px{
    --tw-translate-x: -18px;
  }

  .tw .group:hover .sm\:group-hover\:-translate-x-19px{
    --tw-translate-x: -19px;
  }

  .tw .group:hover .sm\:group-hover\:-translate-x-20px{
    --tw-translate-x: -20px;
  }

  .tw .group:hover .sm\:group-hover\:-translate-x-21px{
    --tw-translate-x: -21px;
  }

  .tw .group:hover .sm\:group-hover\:-translate-x-22px{
    --tw-translate-x: -22px;
  }

  .tw .group:hover .sm\:group-hover\:-translate-x-23px{
    --tw-translate-x: -23px;
  }

  .tw .group:hover .sm\:group-hover\:-translate-x-24px{
    --tw-translate-x: -24px;
  }

  .tw .group:hover .sm\:group-hover\:-translate-x-25px{
    --tw-translate-x: -25px;
  }

  .tw .group:hover .sm\:group-hover\:-translate-x-26px{
    --tw-translate-x: -26px;
  }

  .tw .group:hover .sm\:group-hover\:-translate-x-27px{
    --tw-translate-x: -27px;
  }

  .tw .group:hover .sm\:group-hover\:-translate-x-28px{
    --tw-translate-x: -28px;
  }

  .tw .group:hover .sm\:group-hover\:-translate-x-29px{
    --tw-translate-x: -29px;
  }

  .tw .group:hover .sm\:group-hover\:-translate-x-30px{
    --tw-translate-x: -30px;
  }

  .tw .group:hover .sm\:group-hover\:-translate-x-31px{
    --tw-translate-x: -31px;
  }

  .tw .group:hover .sm\:group-hover\:-translate-x-32px{
    --tw-translate-x: -32px;
  }

  .tw .group:hover .sm\:group-hover\:-translate-x-33px{
    --tw-translate-x: -33px;
  }

  .tw .group:hover .sm\:group-hover\:-translate-x-34px{
    --tw-translate-x: -34px;
  }

  .tw .group:hover .sm\:group-hover\:-translate-x-35px{
    --tw-translate-x: -35px;
  }

  .tw .group:hover .sm\:group-hover\:-translate-x-36px{
    --tw-translate-x: -36px;
  }

  .tw .group:hover .sm\:group-hover\:-translate-x-37px{
    --tw-translate-x: -37px;
  }

  .tw .group:hover .sm\:group-hover\:-translate-x-38px{
    --tw-translate-x: -38px;
  }

  .tw .group:hover .sm\:group-hover\:-translate-x-39px{
    --tw-translate-x: -39px;
  }

  .tw .group:hover .sm\:group-hover\:-translate-x-40px{
    --tw-translate-x: -40px;
  }

  .tw .group:hover .sm\:group-hover\:translate-x-1\/2{
    --tw-translate-x: 50%;
  }

  .tw .group:hover .sm\:group-hover\:translate-x-1\/3{
    --tw-translate-x: 33.333333%;
  }

  .tw .group:hover .sm\:group-hover\:translate-x-2\/3{
    --tw-translate-x: 66.666667%;
  }

  .tw .group:hover .sm\:group-hover\:translate-x-1\/4{
    --tw-translate-x: 25%;
  }

  .tw .group:hover .sm\:group-hover\:translate-x-2\/4{
    --tw-translate-x: 50%;
  }

  .tw .group:hover .sm\:group-hover\:translate-x-3\/4{
    --tw-translate-x: 75%;
  }

  .tw .group:hover .sm\:group-hover\:translate-x-full{
    --tw-translate-x: 100%;
  }

  .tw .group:hover .sm\:group-hover\:-translate-x-1\/2{
    --tw-translate-x: -50%;
  }

  .tw .group:hover .sm\:group-hover\:-translate-x-1\/3{
    --tw-translate-x: -33.333333%;
  }

  .tw .group:hover .sm\:group-hover\:-translate-x-2\/3{
    --tw-translate-x: -66.666667%;
  }

  .tw .group:hover .sm\:group-hover\:-translate-x-1\/4{
    --tw-translate-x: -25%;
  }

  .tw .group:hover .sm\:group-hover\:-translate-x-2\/4{
    --tw-translate-x: -50%;
  }

  .tw .group:hover .sm\:group-hover\:-translate-x-3\/4{
    --tw-translate-x: -75%;
  }

  .tw .group:hover .sm\:group-hover\:-translate-x-full{
    --tw-translate-x: -100%;
  }

  .tw .group:hover .sm\:group-hover\:translate-y-0{
    --tw-translate-y: 0px;
  }

  .tw .group:hover .sm\:group-hover\:translate-y-1{
    --tw-translate-y: 5px;
  }

  .tw .group:hover .sm\:group-hover\:translate-y-2{
    --tw-translate-y: 10px;
  }

  .tw .group:hover .sm\:group-hover\:translate-y-3{
    --tw-translate-y: 15px;
  }

  .tw .group:hover .sm\:group-hover\:translate-y-4{
    --tw-translate-y: 20px;
  }

  .tw .group:hover .sm\:group-hover\:translate-y-5{
    --tw-translate-y: 25px;
  }

  .tw .group:hover .sm\:group-hover\:translate-y-6{
    --tw-translate-y: 30px;
  }

  .tw .group:hover .sm\:group-hover\:translate-y-7{
    --tw-translate-y: 35px;
  }

  .tw .group:hover .sm\:group-hover\:translate-y-8{
    --tw-translate-y: 40px;
  }

  .tw .group:hover .sm\:group-hover\:translate-y-9{
    --tw-translate-y: 45px;
  }

  .tw .group:hover .sm\:group-hover\:translate-y-10{
    --tw-translate-y: 50px;
  }

  .tw .group:hover .sm\:group-hover\:translate-y-11{
    --tw-translate-y: 55px;
  }

  .tw .group:hover .sm\:group-hover\:translate-y-12{
    --tw-translate-y: 60px;
  }

  .tw .group:hover .sm\:group-hover\:translate-y-13{
    --tw-translate-y: 65px;
  }

  .tw .group:hover .sm\:group-hover\:translate-y-14{
    --tw-translate-y: 70px;
  }

  .tw .group:hover .sm\:group-hover\:translate-y-15{
    --tw-translate-y: 75px;
  }

  .tw .group:hover .sm\:group-hover\:translate-y-16{
    --tw-translate-y: 80px;
  }

  .tw .group:hover .sm\:group-hover\:translate-y-17{
    --tw-translate-y: 85px;
  }

  .tw .group:hover .sm\:group-hover\:translate-y-18{
    --tw-translate-y: 90px;
  }

  .tw .group:hover .sm\:group-hover\:translate-y-19{
    --tw-translate-y: 95px;
  }

  .tw .group:hover .sm\:group-hover\:translate-y-20{
    --tw-translate-y: 100px;
  }

  .tw .group:hover .sm\:group-hover\:translate-y-21{
    --tw-translate-y: 105px;
  }

  .tw .group:hover .sm\:group-hover\:translate-y-22{
    --tw-translate-y: 110px;
  }

  .tw .group:hover .sm\:group-hover\:translate-y-23{
    --tw-translate-y: 115px;
  }

  .tw .group:hover .sm\:group-hover\:translate-y-24{
    --tw-translate-y: 120px;
  }

  .tw .group:hover .sm\:group-hover\:translate-y-25{
    --tw-translate-y: 125px;
  }

  .tw .group:hover .sm\:group-hover\:translate-y-26{
    --tw-translate-y: 130px;
  }

  .tw .group:hover .sm\:group-hover\:translate-y-27{
    --tw-translate-y: 135px;
  }

  .tw .group:hover .sm\:group-hover\:translate-y-28{
    --tw-translate-y: 140px;
  }

  .tw .group:hover .sm\:group-hover\:translate-y-29{
    --tw-translate-y: 145px;
  }

  .tw .group:hover .sm\:group-hover\:translate-y-30{
    --tw-translate-y: 150px;
  }

  .tw .group:hover .sm\:group-hover\:translate-y-31{
    --tw-translate-y: 155px;
  }

  .tw .group:hover .sm\:group-hover\:translate-y-32{
    --tw-translate-y: 160px;
  }

  .tw .group:hover .sm\:group-hover\:translate-y-33{
    --tw-translate-y: 165px;
  }

  .tw .group:hover .sm\:group-hover\:translate-y-34{
    --tw-translate-y: 170px;
  }

  .tw .group:hover .sm\:group-hover\:translate-y-35{
    --tw-translate-y: 175px;
  }

  .tw .group:hover .sm\:group-hover\:translate-y-36{
    --tw-translate-y: 180px;
  }

  .tw .group:hover .sm\:group-hover\:translate-y-37{
    --tw-translate-y: 185px;
  }

  .tw .group:hover .sm\:group-hover\:translate-y-38{
    --tw-translate-y: 190px;
  }

  .tw .group:hover .sm\:group-hover\:translate-y-39{
    --tw-translate-y: 195px;
  }

  .tw .group:hover .sm\:group-hover\:translate-y-40{
    --tw-translate-y: 200px;
  }

  .tw .group:hover .sm\:group-hover\:translate-y-41{
    --tw-translate-y: 205px;
  }

  .tw .group:hover .sm\:group-hover\:translate-y-42{
    --tw-translate-y: 210px;
  }

  .tw .group:hover .sm\:group-hover\:translate-y-43{
    --tw-translate-y: 215px;
  }

  .tw .group:hover .sm\:group-hover\:translate-y-44{
    --tw-translate-y: 220px;
  }

  .tw .group:hover .sm\:group-hover\:translate-y-45{
    --tw-translate-y: 225px;
  }

  .tw .group:hover .sm\:group-hover\:translate-y-46{
    --tw-translate-y: 230px;
  }

  .tw .group:hover .sm\:group-hover\:translate-y-47{
    --tw-translate-y: 235px;
  }

  .tw .group:hover .sm\:group-hover\:translate-y-48{
    --tw-translate-y: 240px;
  }

  .tw .group:hover .sm\:group-hover\:translate-y-49{
    --tw-translate-y: 245px;
  }

  .tw .group:hover .sm\:group-hover\:translate-y-50{
    --tw-translate-y: 250px;
  }

  .tw .group:hover .sm\:group-hover\:translate-y-51{
    --tw-translate-y: 255px;
  }

  .tw .group:hover .sm\:group-hover\:translate-y-52{
    --tw-translate-y: 260px;
  }

  .tw .group:hover .sm\:group-hover\:translate-y-53{
    --tw-translate-y: 265px;
  }

  .tw .group:hover .sm\:group-hover\:translate-y-54{
    --tw-translate-y: 270px;
  }

  .tw .group:hover .sm\:group-hover\:translate-y-55{
    --tw-translate-y: 275px;
  }

  .tw .group:hover .sm\:group-hover\:translate-y-56{
    --tw-translate-y: 280px;
  }

  .tw .group:hover .sm\:group-hover\:translate-y-57{
    --tw-translate-y: 285px;
  }

  .tw .group:hover .sm\:group-hover\:translate-y-58{
    --tw-translate-y: 290px;
  }

  .tw .group:hover .sm\:group-hover\:translate-y-59{
    --tw-translate-y: 295px;
  }

  .tw .group:hover .sm\:group-hover\:translate-y-60{
    --tw-translate-y: 300px;
  }

  .tw .group:hover .sm\:group-hover\:translate-y-61{
    --tw-translate-y: 305px;
  }

  .tw .group:hover .sm\:group-hover\:translate-y-62{
    --tw-translate-y: 310px;
  }

  .tw .group:hover .sm\:group-hover\:translate-y-63{
    --tw-translate-y: 315px;
  }

  .tw .group:hover .sm\:group-hover\:translate-y-64{
    --tw-translate-y: 320px;
  }

  .tw .group:hover .sm\:group-hover\:translate-y-65{
    --tw-translate-y: 325px;
  }

  .tw .group:hover .sm\:group-hover\:translate-y-66{
    --tw-translate-y: 330px;
  }

  .tw .group:hover .sm\:group-hover\:translate-y-67{
    --tw-translate-y: 335px;
  }

  .tw .group:hover .sm\:group-hover\:translate-y-68{
    --tw-translate-y: 340px;
  }

  .tw .group:hover .sm\:group-hover\:translate-y-69{
    --tw-translate-y: 345px;
  }

  .tw .group:hover .sm\:group-hover\:translate-y-70{
    --tw-translate-y: 350px;
  }

  .tw .group:hover .sm\:group-hover\:translate-y-71{
    --tw-translate-y: 355px;
  }

  .tw .group:hover .sm\:group-hover\:translate-y-72{
    --tw-translate-y: 360px;
  }

  .tw .group:hover .sm\:group-hover\:translate-y-73{
    --tw-translate-y: 365px;
  }

  .tw .group:hover .sm\:group-hover\:translate-y-74{
    --tw-translate-y: 370px;
  }

  .tw .group:hover .sm\:group-hover\:translate-y-75{
    --tw-translate-y: 375px;
  }

  .tw .group:hover .sm\:group-hover\:translate-y-76{
    --tw-translate-y: 380px;
  }

  .tw .group:hover .sm\:group-hover\:translate-y-77{
    --tw-translate-y: 385px;
  }

  .tw .group:hover .sm\:group-hover\:translate-y-78{
    --tw-translate-y: 390px;
  }

  .tw .group:hover .sm\:group-hover\:translate-y-79{
    --tw-translate-y: 395px;
  }

  .tw .group:hover .sm\:group-hover\:translate-y-80{
    --tw-translate-y: 400px;
  }

  .tw .group:hover .sm\:group-hover\:translate-y-81{
    --tw-translate-y: 405px;
  }

  .tw .group:hover .sm\:group-hover\:translate-y-82{
    --tw-translate-y: 410px;
  }

  .tw .group:hover .sm\:group-hover\:translate-y-83{
    --tw-translate-y: 415px;
  }

  .tw .group:hover .sm\:group-hover\:translate-y-84{
    --tw-translate-y: 420px;
  }

  .tw .group:hover .sm\:group-hover\:translate-y-85{
    --tw-translate-y: 425px;
  }

  .tw .group:hover .sm\:group-hover\:translate-y-86{
    --tw-translate-y: 430px;
  }

  .tw .group:hover .sm\:group-hover\:translate-y-87{
    --tw-translate-y: 435px;
  }

  .tw .group:hover .sm\:group-hover\:translate-y-88{
    --tw-translate-y: 440px;
  }

  .tw .group:hover .sm\:group-hover\:translate-y-89{
    --tw-translate-y: 445px;
  }

  .tw .group:hover .sm\:group-hover\:translate-y-90{
    --tw-translate-y: 450px;
  }

  .tw .group:hover .sm\:group-hover\:translate-y-91{
    --tw-translate-y: 455px;
  }

  .tw .group:hover .sm\:group-hover\:translate-y-92{
    --tw-translate-y: 460px;
  }

  .tw .group:hover .sm\:group-hover\:translate-y-93{
    --tw-translate-y: 465px;
  }

  .tw .group:hover .sm\:group-hover\:translate-y-94{
    --tw-translate-y: 470px;
  }

  .tw .group:hover .sm\:group-hover\:translate-y-95{
    --tw-translate-y: 475px;
  }

  .tw .group:hover .sm\:group-hover\:translate-y-96{
    --tw-translate-y: 480px;
  }

  .tw .group:hover .sm\:group-hover\:translate-y-97{
    --tw-translate-y: 485px;
  }

  .tw .group:hover .sm\:group-hover\:translate-y-98{
    --tw-translate-y: 490px;
  }

  .tw .group:hover .sm\:group-hover\:translate-y-99{
    --tw-translate-y: 495px;
  }

  .tw .group:hover .sm\:group-hover\:translate-y-100{
    --tw-translate-y: 500px;
  }

  .tw .group:hover .sm\:group-hover\:translate-y-101{
    --tw-translate-y: 505px;
  }

  .tw .group:hover .sm\:group-hover\:translate-y-102{
    --tw-translate-y: 510px;
  }

  .tw .group:hover .sm\:group-hover\:translate-y-103{
    --tw-translate-y: 515px;
  }

  .tw .group:hover .sm\:group-hover\:translate-y-104{
    --tw-translate-y: 520px;
  }

  .tw .group:hover .sm\:group-hover\:translate-y-105{
    --tw-translate-y: 525px;
  }

  .tw .group:hover .sm\:group-hover\:translate-y-106{
    --tw-translate-y: 530px;
  }

  .tw .group:hover .sm\:group-hover\:translate-y-107{
    --tw-translate-y: 535px;
  }

  .tw .group:hover .sm\:group-hover\:translate-y-108{
    --tw-translate-y: 540px;
  }

  .tw .group:hover .sm\:group-hover\:translate-y-109{
    --tw-translate-y: 545px;
  }

  .tw .group:hover .sm\:group-hover\:translate-y-110{
    --tw-translate-y: 550px;
  }

  .tw .group:hover .sm\:group-hover\:translate-y-111{
    --tw-translate-y: 555px;
  }

  .tw .group:hover .sm\:group-hover\:translate-y-112{
    --tw-translate-y: 560px;
  }

  .tw .group:hover .sm\:group-hover\:translate-y-113{
    --tw-translate-y: 565px;
  }

  .tw .group:hover .sm\:group-hover\:translate-y-114{
    --tw-translate-y: 570px;
  }

  .tw .group:hover .sm\:group-hover\:translate-y-115{
    --tw-translate-y: 575px;
  }

  .tw .group:hover .sm\:group-hover\:translate-y-116{
    --tw-translate-y: 580px;
  }

  .tw .group:hover .sm\:group-hover\:translate-y-117{
    --tw-translate-y: 585px;
  }

  .tw .group:hover .sm\:group-hover\:translate-y-118{
    --tw-translate-y: 590px;
  }

  .tw .group:hover .sm\:group-hover\:translate-y-119{
    --tw-translate-y: 595px;
  }

  .tw .group:hover .sm\:group-hover\:translate-y-120{
    --tw-translate-y: 600px;
  }

  .tw .group:hover .sm\:group-hover\:translate-y-121{
    --tw-translate-y: 605px;
  }

  .tw .group:hover .sm\:group-hover\:translate-y-122{
    --tw-translate-y: 610px;
  }

  .tw .group:hover .sm\:group-hover\:translate-y-123{
    --tw-translate-y: 615px;
  }

  .tw .group:hover .sm\:group-hover\:translate-y-124{
    --tw-translate-y: 620px;
  }

  .tw .group:hover .sm\:group-hover\:translate-y-125{
    --tw-translate-y: 625px;
  }

  .tw .group:hover .sm\:group-hover\:translate-y-126{
    --tw-translate-y: 630px;
  }

  .tw .group:hover .sm\:group-hover\:translate-y-127{
    --tw-translate-y: 635px;
  }

  .tw .group:hover .sm\:group-hover\:translate-y-128{
    --tw-translate-y: 640px;
  }

  .tw .group:hover .sm\:group-hover\:translate-y-129{
    --tw-translate-y: 645px;
  }

  .tw .group:hover .sm\:group-hover\:translate-y-130{
    --tw-translate-y: 650px;
  }

  .tw .group:hover .sm\:group-hover\:translate-y-131{
    --tw-translate-y: 655px;
  }

  .tw .group:hover .sm\:group-hover\:translate-y-132{
    --tw-translate-y: 660px;
  }

  .tw .group:hover .sm\:group-hover\:translate-y-133{
    --tw-translate-y: 665px;
  }

  .tw .group:hover .sm\:group-hover\:translate-y-134{
    --tw-translate-y: 670px;
  }

  .tw .group:hover .sm\:group-hover\:translate-y-135{
    --tw-translate-y: 675px;
  }

  .tw .group:hover .sm\:group-hover\:translate-y-136{
    --tw-translate-y: 680px;
  }

  .tw .group:hover .sm\:group-hover\:translate-y-137{
    --tw-translate-y: 685px;
  }

  .tw .group:hover .sm\:group-hover\:translate-y-138{
    --tw-translate-y: 690px;
  }

  .tw .group:hover .sm\:group-hover\:translate-y-139{
    --tw-translate-y: 695px;
  }

  .tw .group:hover .sm\:group-hover\:translate-y-140{
    --tw-translate-y: 700px;
  }

  .tw .group:hover .sm\:group-hover\:translate-y-141{
    --tw-translate-y: 705px;
  }

  .tw .group:hover .sm\:group-hover\:translate-y-142{
    --tw-translate-y: 710px;
  }

  .tw .group:hover .sm\:group-hover\:translate-y-143{
    --tw-translate-y: 715px;
  }

  .tw .group:hover .sm\:group-hover\:translate-y-144{
    --tw-translate-y: 720px;
  }

  .tw .group:hover .sm\:group-hover\:translate-y-145{
    --tw-translate-y: 725px;
  }

  .tw .group:hover .sm\:group-hover\:translate-y-146{
    --tw-translate-y: 730px;
  }

  .tw .group:hover .sm\:group-hover\:translate-y-147{
    --tw-translate-y: 735px;
  }

  .tw .group:hover .sm\:group-hover\:translate-y-148{
    --tw-translate-y: 740px;
  }

  .tw .group:hover .sm\:group-hover\:translate-y-149{
    --tw-translate-y: 745px;
  }

  .tw .group:hover .sm\:group-hover\:translate-y-0\.5{
    --tw-translate-y: 3px;
  }

  .tw .group:hover .sm\:group-hover\:translate-y-1px{
    --tw-translate-y: 1px;
  }

  .tw .group:hover .sm\:group-hover\:translate-y-2px{
    --tw-translate-y: 2px;
  }

  .tw .group:hover .sm\:group-hover\:translate-y-3px{
    --tw-translate-y: 3px;
  }

  .tw .group:hover .sm\:group-hover\:translate-y-4px{
    --tw-translate-y: 4px;
  }

  .tw .group:hover .sm\:group-hover\:translate-y-5px{
    --tw-translate-y: 5px;
  }

  .tw .group:hover .sm\:group-hover\:translate-y-6px{
    --tw-translate-y: 6px;
  }

  .tw .group:hover .sm\:group-hover\:translate-y-7px{
    --tw-translate-y: 7px;
  }

  .tw .group:hover .sm\:group-hover\:translate-y-8px{
    --tw-translate-y: 8px;
  }

  .tw .group:hover .sm\:group-hover\:translate-y-9px{
    --tw-translate-y: 9px;
  }

  .tw .group:hover .sm\:group-hover\:translate-y-10px{
    --tw-translate-y: 10px;
  }

  .tw .group:hover .sm\:group-hover\:translate-y-11px{
    --tw-translate-y: 11px;
  }

  .tw .group:hover .sm\:group-hover\:translate-y-12px{
    --tw-translate-y: 12px;
  }

  .tw .group:hover .sm\:group-hover\:translate-y-13px{
    --tw-translate-y: 13px;
  }

  .tw .group:hover .sm\:group-hover\:translate-y-14px{
    --tw-translate-y: 14px;
  }

  .tw .group:hover .sm\:group-hover\:translate-y-15px{
    --tw-translate-y: 15px;
  }

  .tw .group:hover .sm\:group-hover\:translate-y-16px{
    --tw-translate-y: 16px;
  }

  .tw .group:hover .sm\:group-hover\:translate-y-17px{
    --tw-translate-y: 17px;
  }

  .tw .group:hover .sm\:group-hover\:translate-y-18px{
    --tw-translate-y: 18px;
  }

  .tw .group:hover .sm\:group-hover\:translate-y-19px{
    --tw-translate-y: 19px;
  }

  .tw .group:hover .sm\:group-hover\:translate-y-20px{
    --tw-translate-y: 20px;
  }

  .tw .group:hover .sm\:group-hover\:translate-y-21px{
    --tw-translate-y: 21px;
  }

  .tw .group:hover .sm\:group-hover\:translate-y-22px{
    --tw-translate-y: 22px;
  }

  .tw .group:hover .sm\:group-hover\:translate-y-23px{
    --tw-translate-y: 23px;
  }

  .tw .group:hover .sm\:group-hover\:translate-y-24px{
    --tw-translate-y: 24px;
  }

  .tw .group:hover .sm\:group-hover\:translate-y-25px{
    --tw-translate-y: 25px;
  }

  .tw .group:hover .sm\:group-hover\:translate-y-26px{
    --tw-translate-y: 26px;
  }

  .tw .group:hover .sm\:group-hover\:translate-y-27px{
    --tw-translate-y: 27px;
  }

  .tw .group:hover .sm\:group-hover\:translate-y-28px{
    --tw-translate-y: 28px;
  }

  .tw .group:hover .sm\:group-hover\:translate-y-29px{
    --tw-translate-y: 29px;
  }

  .tw .group:hover .sm\:group-hover\:translate-y-30px{
    --tw-translate-y: 30px;
  }

  .tw .group:hover .sm\:group-hover\:translate-y-31px{
    --tw-translate-y: 31px;
  }

  .tw .group:hover .sm\:group-hover\:translate-y-32px{
    --tw-translate-y: 32px;
  }

  .tw .group:hover .sm\:group-hover\:translate-y-33px{
    --tw-translate-y: 33px;
  }

  .tw .group:hover .sm\:group-hover\:translate-y-34px{
    --tw-translate-y: 34px;
  }

  .tw .group:hover .sm\:group-hover\:translate-y-35px{
    --tw-translate-y: 35px;
  }

  .tw .group:hover .sm\:group-hover\:translate-y-36px{
    --tw-translate-y: 36px;
  }

  .tw .group:hover .sm\:group-hover\:translate-y-37px{
    --tw-translate-y: 37px;
  }

  .tw .group:hover .sm\:group-hover\:translate-y-38px{
    --tw-translate-y: 38px;
  }

  .tw .group:hover .sm\:group-hover\:translate-y-39px{
    --tw-translate-y: 39px;
  }

  .tw .group:hover .sm\:group-hover\:translate-y-40px{
    --tw-translate-y: 40px;
  }

  .tw .group:hover .sm\:group-hover\:-translate-y-0{
    --tw-translate-y: 0px;
  }

  .tw .group:hover .sm\:group-hover\:-translate-y-1{
    --tw-translate-y: -5px;
  }

  .tw .group:hover .sm\:group-hover\:-translate-y-2{
    --tw-translate-y: -10px;
  }

  .tw .group:hover .sm\:group-hover\:-translate-y-3{
    --tw-translate-y: -15px;
  }

  .tw .group:hover .sm\:group-hover\:-translate-y-4{
    --tw-translate-y: -20px;
  }

  .tw .group:hover .sm\:group-hover\:-translate-y-5{
    --tw-translate-y: -25px;
  }

  .tw .group:hover .sm\:group-hover\:-translate-y-6{
    --tw-translate-y: -30px;
  }

  .tw .group:hover .sm\:group-hover\:-translate-y-7{
    --tw-translate-y: -35px;
  }

  .tw .group:hover .sm\:group-hover\:-translate-y-8{
    --tw-translate-y: -40px;
  }

  .tw .group:hover .sm\:group-hover\:-translate-y-9{
    --tw-translate-y: -45px;
  }

  .tw .group:hover .sm\:group-hover\:-translate-y-10{
    --tw-translate-y: -50px;
  }

  .tw .group:hover .sm\:group-hover\:-translate-y-11{
    --tw-translate-y: -55px;
  }

  .tw .group:hover .sm\:group-hover\:-translate-y-12{
    --tw-translate-y: -60px;
  }

  .tw .group:hover .sm\:group-hover\:-translate-y-13{
    --tw-translate-y: -65px;
  }

  .tw .group:hover .sm\:group-hover\:-translate-y-14{
    --tw-translate-y: -70px;
  }

  .tw .group:hover .sm\:group-hover\:-translate-y-15{
    --tw-translate-y: -75px;
  }

  .tw .group:hover .sm\:group-hover\:-translate-y-16{
    --tw-translate-y: -80px;
  }

  .tw .group:hover .sm\:group-hover\:-translate-y-17{
    --tw-translate-y: -85px;
  }

  .tw .group:hover .sm\:group-hover\:-translate-y-18{
    --tw-translate-y: -90px;
  }

  .tw .group:hover .sm\:group-hover\:-translate-y-19{
    --tw-translate-y: -95px;
  }

  .tw .group:hover .sm\:group-hover\:-translate-y-20{
    --tw-translate-y: -100px;
  }

  .tw .group:hover .sm\:group-hover\:-translate-y-21{
    --tw-translate-y: -105px;
  }

  .tw .group:hover .sm\:group-hover\:-translate-y-22{
    --tw-translate-y: -110px;
  }

  .tw .group:hover .sm\:group-hover\:-translate-y-23{
    --tw-translate-y: -115px;
  }

  .tw .group:hover .sm\:group-hover\:-translate-y-24{
    --tw-translate-y: -120px;
  }

  .tw .group:hover .sm\:group-hover\:-translate-y-25{
    --tw-translate-y: -125px;
  }

  .tw .group:hover .sm\:group-hover\:-translate-y-26{
    --tw-translate-y: -130px;
  }

  .tw .group:hover .sm\:group-hover\:-translate-y-27{
    --tw-translate-y: -135px;
  }

  .tw .group:hover .sm\:group-hover\:-translate-y-28{
    --tw-translate-y: -140px;
  }

  .tw .group:hover .sm\:group-hover\:-translate-y-29{
    --tw-translate-y: -145px;
  }

  .tw .group:hover .sm\:group-hover\:-translate-y-30{
    --tw-translate-y: -150px;
  }

  .tw .group:hover .sm\:group-hover\:-translate-y-31{
    --tw-translate-y: -155px;
  }

  .tw .group:hover .sm\:group-hover\:-translate-y-32{
    --tw-translate-y: -160px;
  }

  .tw .group:hover .sm\:group-hover\:-translate-y-33{
    --tw-translate-y: -165px;
  }

  .tw .group:hover .sm\:group-hover\:-translate-y-34{
    --tw-translate-y: -170px;
  }

  .tw .group:hover .sm\:group-hover\:-translate-y-35{
    --tw-translate-y: -175px;
  }

  .tw .group:hover .sm\:group-hover\:-translate-y-36{
    --tw-translate-y: -180px;
  }

  .tw .group:hover .sm\:group-hover\:-translate-y-37{
    --tw-translate-y: -185px;
  }

  .tw .group:hover .sm\:group-hover\:-translate-y-38{
    --tw-translate-y: -190px;
  }

  .tw .group:hover .sm\:group-hover\:-translate-y-39{
    --tw-translate-y: -195px;
  }

  .tw .group:hover .sm\:group-hover\:-translate-y-40{
    --tw-translate-y: -200px;
  }

  .tw .group:hover .sm\:group-hover\:-translate-y-41{
    --tw-translate-y: -205px;
  }

  .tw .group:hover .sm\:group-hover\:-translate-y-42{
    --tw-translate-y: -210px;
  }

  .tw .group:hover .sm\:group-hover\:-translate-y-43{
    --tw-translate-y: -215px;
  }

  .tw .group:hover .sm\:group-hover\:-translate-y-44{
    --tw-translate-y: -220px;
  }

  .tw .group:hover .sm\:group-hover\:-translate-y-45{
    --tw-translate-y: -225px;
  }

  .tw .group:hover .sm\:group-hover\:-translate-y-46{
    --tw-translate-y: -230px;
  }

  .tw .group:hover .sm\:group-hover\:-translate-y-47{
    --tw-translate-y: -235px;
  }

  .tw .group:hover .sm\:group-hover\:-translate-y-48{
    --tw-translate-y: -240px;
  }

  .tw .group:hover .sm\:group-hover\:-translate-y-49{
    --tw-translate-y: -245px;
  }

  .tw .group:hover .sm\:group-hover\:-translate-y-50{
    --tw-translate-y: -250px;
  }

  .tw .group:hover .sm\:group-hover\:-translate-y-51{
    --tw-translate-y: -255px;
  }

  .tw .group:hover .sm\:group-hover\:-translate-y-52{
    --tw-translate-y: -260px;
  }

  .tw .group:hover .sm\:group-hover\:-translate-y-53{
    --tw-translate-y: -265px;
  }

  .tw .group:hover .sm\:group-hover\:-translate-y-54{
    --tw-translate-y: -270px;
  }

  .tw .group:hover .sm\:group-hover\:-translate-y-55{
    --tw-translate-y: -275px;
  }

  .tw .group:hover .sm\:group-hover\:-translate-y-56{
    --tw-translate-y: -280px;
  }

  .tw .group:hover .sm\:group-hover\:-translate-y-57{
    --tw-translate-y: -285px;
  }

  .tw .group:hover .sm\:group-hover\:-translate-y-58{
    --tw-translate-y: -290px;
  }

  .tw .group:hover .sm\:group-hover\:-translate-y-59{
    --tw-translate-y: -295px;
  }

  .tw .group:hover .sm\:group-hover\:-translate-y-60{
    --tw-translate-y: -300px;
  }

  .tw .group:hover .sm\:group-hover\:-translate-y-61{
    --tw-translate-y: -305px;
  }

  .tw .group:hover .sm\:group-hover\:-translate-y-62{
    --tw-translate-y: -310px;
  }

  .tw .group:hover .sm\:group-hover\:-translate-y-63{
    --tw-translate-y: -315px;
  }

  .tw .group:hover .sm\:group-hover\:-translate-y-64{
    --tw-translate-y: -320px;
  }

  .tw .group:hover .sm\:group-hover\:-translate-y-65{
    --tw-translate-y: -325px;
  }

  .tw .group:hover .sm\:group-hover\:-translate-y-66{
    --tw-translate-y: -330px;
  }

  .tw .group:hover .sm\:group-hover\:-translate-y-67{
    --tw-translate-y: -335px;
  }

  .tw .group:hover .sm\:group-hover\:-translate-y-68{
    --tw-translate-y: -340px;
  }

  .tw .group:hover .sm\:group-hover\:-translate-y-69{
    --tw-translate-y: -345px;
  }

  .tw .group:hover .sm\:group-hover\:-translate-y-70{
    --tw-translate-y: -350px;
  }

  .tw .group:hover .sm\:group-hover\:-translate-y-71{
    --tw-translate-y: -355px;
  }

  .tw .group:hover .sm\:group-hover\:-translate-y-72{
    --tw-translate-y: -360px;
  }

  .tw .group:hover .sm\:group-hover\:-translate-y-73{
    --tw-translate-y: -365px;
  }

  .tw .group:hover .sm\:group-hover\:-translate-y-74{
    --tw-translate-y: -370px;
  }

  .tw .group:hover .sm\:group-hover\:-translate-y-75{
    --tw-translate-y: -375px;
  }

  .tw .group:hover .sm\:group-hover\:-translate-y-76{
    --tw-translate-y: -380px;
  }

  .tw .group:hover .sm\:group-hover\:-translate-y-77{
    --tw-translate-y: -385px;
  }

  .tw .group:hover .sm\:group-hover\:-translate-y-78{
    --tw-translate-y: -390px;
  }

  .tw .group:hover .sm\:group-hover\:-translate-y-79{
    --tw-translate-y: -395px;
  }

  .tw .group:hover .sm\:group-hover\:-translate-y-80{
    --tw-translate-y: -400px;
  }

  .tw .group:hover .sm\:group-hover\:-translate-y-81{
    --tw-translate-y: -405px;
  }

  .tw .group:hover .sm\:group-hover\:-translate-y-82{
    --tw-translate-y: -410px;
  }

  .tw .group:hover .sm\:group-hover\:-translate-y-83{
    --tw-translate-y: -415px;
  }

  .tw .group:hover .sm\:group-hover\:-translate-y-84{
    --tw-translate-y: -420px;
  }

  .tw .group:hover .sm\:group-hover\:-translate-y-85{
    --tw-translate-y: -425px;
  }

  .tw .group:hover .sm\:group-hover\:-translate-y-86{
    --tw-translate-y: -430px;
  }

  .tw .group:hover .sm\:group-hover\:-translate-y-87{
    --tw-translate-y: -435px;
  }

  .tw .group:hover .sm\:group-hover\:-translate-y-88{
    --tw-translate-y: -440px;
  }

  .tw .group:hover .sm\:group-hover\:-translate-y-89{
    --tw-translate-y: -445px;
  }

  .tw .group:hover .sm\:group-hover\:-translate-y-90{
    --tw-translate-y: -450px;
  }

  .tw .group:hover .sm\:group-hover\:-translate-y-91{
    --tw-translate-y: -455px;
  }

  .tw .group:hover .sm\:group-hover\:-translate-y-92{
    --tw-translate-y: -460px;
  }

  .tw .group:hover .sm\:group-hover\:-translate-y-93{
    --tw-translate-y: -465px;
  }

  .tw .group:hover .sm\:group-hover\:-translate-y-94{
    --tw-translate-y: -470px;
  }

  .tw .group:hover .sm\:group-hover\:-translate-y-95{
    --tw-translate-y: -475px;
  }

  .tw .group:hover .sm\:group-hover\:-translate-y-96{
    --tw-translate-y: -480px;
  }

  .tw .group:hover .sm\:group-hover\:-translate-y-97{
    --tw-translate-y: -485px;
  }

  .tw .group:hover .sm\:group-hover\:-translate-y-98{
    --tw-translate-y: -490px;
  }

  .tw .group:hover .sm\:group-hover\:-translate-y-99{
    --tw-translate-y: -495px;
  }

  .tw .group:hover .sm\:group-hover\:-translate-y-100{
    --tw-translate-y: -500px;
  }

  .tw .group:hover .sm\:group-hover\:-translate-y-101{
    --tw-translate-y: -505px;
  }

  .tw .group:hover .sm\:group-hover\:-translate-y-102{
    --tw-translate-y: -510px;
  }

  .tw .group:hover .sm\:group-hover\:-translate-y-103{
    --tw-translate-y: -515px;
  }

  .tw .group:hover .sm\:group-hover\:-translate-y-104{
    --tw-translate-y: -520px;
  }

  .tw .group:hover .sm\:group-hover\:-translate-y-105{
    --tw-translate-y: -525px;
  }

  .tw .group:hover .sm\:group-hover\:-translate-y-106{
    --tw-translate-y: -530px;
  }

  .tw .group:hover .sm\:group-hover\:-translate-y-107{
    --tw-translate-y: -535px;
  }

  .tw .group:hover .sm\:group-hover\:-translate-y-108{
    --tw-translate-y: -540px;
  }

  .tw .group:hover .sm\:group-hover\:-translate-y-109{
    --tw-translate-y: -545px;
  }

  .tw .group:hover .sm\:group-hover\:-translate-y-110{
    --tw-translate-y: -550px;
  }

  .tw .group:hover .sm\:group-hover\:-translate-y-111{
    --tw-translate-y: -555px;
  }

  .tw .group:hover .sm\:group-hover\:-translate-y-112{
    --tw-translate-y: -560px;
  }

  .tw .group:hover .sm\:group-hover\:-translate-y-113{
    --tw-translate-y: -565px;
  }

  .tw .group:hover .sm\:group-hover\:-translate-y-114{
    --tw-translate-y: -570px;
  }

  .tw .group:hover .sm\:group-hover\:-translate-y-115{
    --tw-translate-y: -575px;
  }

  .tw .group:hover .sm\:group-hover\:-translate-y-116{
    --tw-translate-y: -580px;
  }

  .tw .group:hover .sm\:group-hover\:-translate-y-117{
    --tw-translate-y: -585px;
  }

  .tw .group:hover .sm\:group-hover\:-translate-y-118{
    --tw-translate-y: -590px;
  }

  .tw .group:hover .sm\:group-hover\:-translate-y-119{
    --tw-translate-y: -595px;
  }

  .tw .group:hover .sm\:group-hover\:-translate-y-120{
    --tw-translate-y: -600px;
  }

  .tw .group:hover .sm\:group-hover\:-translate-y-121{
    --tw-translate-y: -605px;
  }

  .tw .group:hover .sm\:group-hover\:-translate-y-122{
    --tw-translate-y: -610px;
  }

  .tw .group:hover .sm\:group-hover\:-translate-y-123{
    --tw-translate-y: -615px;
  }

  .tw .group:hover .sm\:group-hover\:-translate-y-124{
    --tw-translate-y: -620px;
  }

  .tw .group:hover .sm\:group-hover\:-translate-y-125{
    --tw-translate-y: -625px;
  }

  .tw .group:hover .sm\:group-hover\:-translate-y-126{
    --tw-translate-y: -630px;
  }

  .tw .group:hover .sm\:group-hover\:-translate-y-127{
    --tw-translate-y: -635px;
  }

  .tw .group:hover .sm\:group-hover\:-translate-y-128{
    --tw-translate-y: -640px;
  }

  .tw .group:hover .sm\:group-hover\:-translate-y-129{
    --tw-translate-y: -645px;
  }

  .tw .group:hover .sm\:group-hover\:-translate-y-130{
    --tw-translate-y: -650px;
  }

  .tw .group:hover .sm\:group-hover\:-translate-y-131{
    --tw-translate-y: -655px;
  }

  .tw .group:hover .sm\:group-hover\:-translate-y-132{
    --tw-translate-y: -660px;
  }

  .tw .group:hover .sm\:group-hover\:-translate-y-133{
    --tw-translate-y: -665px;
  }

  .tw .group:hover .sm\:group-hover\:-translate-y-134{
    --tw-translate-y: -670px;
  }

  .tw .group:hover .sm\:group-hover\:-translate-y-135{
    --tw-translate-y: -675px;
  }

  .tw .group:hover .sm\:group-hover\:-translate-y-136{
    --tw-translate-y: -680px;
  }

  .tw .group:hover .sm\:group-hover\:-translate-y-137{
    --tw-translate-y: -685px;
  }

  .tw .group:hover .sm\:group-hover\:-translate-y-138{
    --tw-translate-y: -690px;
  }

  .tw .group:hover .sm\:group-hover\:-translate-y-139{
    --tw-translate-y: -695px;
  }

  .tw .group:hover .sm\:group-hover\:-translate-y-140{
    --tw-translate-y: -700px;
  }

  .tw .group:hover .sm\:group-hover\:-translate-y-141{
    --tw-translate-y: -705px;
  }

  .tw .group:hover .sm\:group-hover\:-translate-y-142{
    --tw-translate-y: -710px;
  }

  .tw .group:hover .sm\:group-hover\:-translate-y-143{
    --tw-translate-y: -715px;
  }

  .tw .group:hover .sm\:group-hover\:-translate-y-144{
    --tw-translate-y: -720px;
  }

  .tw .group:hover .sm\:group-hover\:-translate-y-145{
    --tw-translate-y: -725px;
  }

  .tw .group:hover .sm\:group-hover\:-translate-y-146{
    --tw-translate-y: -730px;
  }

  .tw .group:hover .sm\:group-hover\:-translate-y-147{
    --tw-translate-y: -735px;
  }

  .tw .group:hover .sm\:group-hover\:-translate-y-148{
    --tw-translate-y: -740px;
  }

  .tw .group:hover .sm\:group-hover\:-translate-y-149{
    --tw-translate-y: -745px;
  }

  .tw .group:hover .sm\:group-hover\:-translate-y-0\.5{
    --tw-translate-y: -3px;
  }

  .tw .group:hover .sm\:group-hover\:-translate-y-1px{
    --tw-translate-y: -1px;
  }

  .tw .group:hover .sm\:group-hover\:-translate-y-2px{
    --tw-translate-y: -2px;
  }

  .tw .group:hover .sm\:group-hover\:-translate-y-3px{
    --tw-translate-y: -3px;
  }

  .tw .group:hover .sm\:group-hover\:-translate-y-4px{
    --tw-translate-y: -4px;
  }

  .tw .group:hover .sm\:group-hover\:-translate-y-5px{
    --tw-translate-y: -5px;
  }

  .tw .group:hover .sm\:group-hover\:-translate-y-6px{
    --tw-translate-y: -6px;
  }

  .tw .group:hover .sm\:group-hover\:-translate-y-7px{
    --tw-translate-y: -7px;
  }

  .tw .group:hover .sm\:group-hover\:-translate-y-8px{
    --tw-translate-y: -8px;
  }

  .tw .group:hover .sm\:group-hover\:-translate-y-9px{
    --tw-translate-y: -9px;
  }

  .tw .group:hover .sm\:group-hover\:-translate-y-10px{
    --tw-translate-y: -10px;
  }

  .tw .group:hover .sm\:group-hover\:-translate-y-11px{
    --tw-translate-y: -11px;
  }

  .tw .group:hover .sm\:group-hover\:-translate-y-12px{
    --tw-translate-y: -12px;
  }

  .tw .group:hover .sm\:group-hover\:-translate-y-13px{
    --tw-translate-y: -13px;
  }

  .tw .group:hover .sm\:group-hover\:-translate-y-14px{
    --tw-translate-y: -14px;
  }

  .tw .group:hover .sm\:group-hover\:-translate-y-15px{
    --tw-translate-y: -15px;
  }

  .tw .group:hover .sm\:group-hover\:-translate-y-16px{
    --tw-translate-y: -16px;
  }

  .tw .group:hover .sm\:group-hover\:-translate-y-17px{
    --tw-translate-y: -17px;
  }

  .tw .group:hover .sm\:group-hover\:-translate-y-18px{
    --tw-translate-y: -18px;
  }

  .tw .group:hover .sm\:group-hover\:-translate-y-19px{
    --tw-translate-y: -19px;
  }

  .tw .group:hover .sm\:group-hover\:-translate-y-20px{
    --tw-translate-y: -20px;
  }

  .tw .group:hover .sm\:group-hover\:-translate-y-21px{
    --tw-translate-y: -21px;
  }

  .tw .group:hover .sm\:group-hover\:-translate-y-22px{
    --tw-translate-y: -22px;
  }

  .tw .group:hover .sm\:group-hover\:-translate-y-23px{
    --tw-translate-y: -23px;
  }

  .tw .group:hover .sm\:group-hover\:-translate-y-24px{
    --tw-translate-y: -24px;
  }

  .tw .group:hover .sm\:group-hover\:-translate-y-25px{
    --tw-translate-y: -25px;
  }

  .tw .group:hover .sm\:group-hover\:-translate-y-26px{
    --tw-translate-y: -26px;
  }

  .tw .group:hover .sm\:group-hover\:-translate-y-27px{
    --tw-translate-y: -27px;
  }

  .tw .group:hover .sm\:group-hover\:-translate-y-28px{
    --tw-translate-y: -28px;
  }

  .tw .group:hover .sm\:group-hover\:-translate-y-29px{
    --tw-translate-y: -29px;
  }

  .tw .group:hover .sm\:group-hover\:-translate-y-30px{
    --tw-translate-y: -30px;
  }

  .tw .group:hover .sm\:group-hover\:-translate-y-31px{
    --tw-translate-y: -31px;
  }

  .tw .group:hover .sm\:group-hover\:-translate-y-32px{
    --tw-translate-y: -32px;
  }

  .tw .group:hover .sm\:group-hover\:-translate-y-33px{
    --tw-translate-y: -33px;
  }

  .tw .group:hover .sm\:group-hover\:-translate-y-34px{
    --tw-translate-y: -34px;
  }

  .tw .group:hover .sm\:group-hover\:-translate-y-35px{
    --tw-translate-y: -35px;
  }

  .tw .group:hover .sm\:group-hover\:-translate-y-36px{
    --tw-translate-y: -36px;
  }

  .tw .group:hover .sm\:group-hover\:-translate-y-37px{
    --tw-translate-y: -37px;
  }

  .tw .group:hover .sm\:group-hover\:-translate-y-38px{
    --tw-translate-y: -38px;
  }

  .tw .group:hover .sm\:group-hover\:-translate-y-39px{
    --tw-translate-y: -39px;
  }

  .tw .group:hover .sm\:group-hover\:-translate-y-40px{
    --tw-translate-y: -40px;
  }

  .tw .group:hover .sm\:group-hover\:translate-y-1\/2{
    --tw-translate-y: 50%;
  }

  .tw .group:hover .sm\:group-hover\:translate-y-1\/3{
    --tw-translate-y: 33.333333%;
  }

  .tw .group:hover .sm\:group-hover\:translate-y-2\/3{
    --tw-translate-y: 66.666667%;
  }

  .tw .group:hover .sm\:group-hover\:translate-y-1\/4{
    --tw-translate-y: 25%;
  }

  .tw .group:hover .sm\:group-hover\:translate-y-2\/4{
    --tw-translate-y: 50%;
  }

  .tw .group:hover .sm\:group-hover\:translate-y-3\/4{
    --tw-translate-y: 75%;
  }

  .tw .group:hover .sm\:group-hover\:translate-y-full{
    --tw-translate-y: 100%;
  }

  .tw .group:hover .sm\:group-hover\:-translate-y-1\/2{
    --tw-translate-y: -50%;
  }

  .tw .group:hover .sm\:group-hover\:-translate-y-1\/3{
    --tw-translate-y: -33.333333%;
  }

  .tw .group:hover .sm\:group-hover\:-translate-y-2\/3{
    --tw-translate-y: -66.666667%;
  }

  .tw .group:hover .sm\:group-hover\:-translate-y-1\/4{
    --tw-translate-y: -25%;
  }

  .tw .group:hover .sm\:group-hover\:-translate-y-2\/4{
    --tw-translate-y: -50%;
  }

  .tw .group:hover .sm\:group-hover\:-translate-y-3\/4{
    --tw-translate-y: -75%;
  }

  .tw .group:hover .sm\:group-hover\:-translate-y-full{
    --tw-translate-y: -100%;
  }

  .tw .sm\:hover\:translate-x-0:hover{
    --tw-translate-x: 0px;
  }

  .tw .sm\:hover\:translate-x-1:hover{
    --tw-translate-x: 5px;
  }

  .tw .sm\:hover\:translate-x-2:hover{
    --tw-translate-x: 10px;
  }

  .tw .sm\:hover\:translate-x-3:hover{
    --tw-translate-x: 15px;
  }

  .tw .sm\:hover\:translate-x-4:hover{
    --tw-translate-x: 20px;
  }

  .tw .sm\:hover\:translate-x-5:hover{
    --tw-translate-x: 25px;
  }

  .tw .sm\:hover\:translate-x-6:hover{
    --tw-translate-x: 30px;
  }

  .tw .sm\:hover\:translate-x-7:hover{
    --tw-translate-x: 35px;
  }

  .tw .sm\:hover\:translate-x-8:hover{
    --tw-translate-x: 40px;
  }

  .tw .sm\:hover\:translate-x-9:hover{
    --tw-translate-x: 45px;
  }

  .tw .sm\:hover\:translate-x-10:hover{
    --tw-translate-x: 50px;
  }

  .tw .sm\:hover\:translate-x-11:hover{
    --tw-translate-x: 55px;
  }

  .tw .sm\:hover\:translate-x-12:hover{
    --tw-translate-x: 60px;
  }

  .tw .sm\:hover\:translate-x-13:hover{
    --tw-translate-x: 65px;
  }

  .tw .sm\:hover\:translate-x-14:hover{
    --tw-translate-x: 70px;
  }

  .tw .sm\:hover\:translate-x-15:hover{
    --tw-translate-x: 75px;
  }

  .tw .sm\:hover\:translate-x-16:hover{
    --tw-translate-x: 80px;
  }

  .tw .sm\:hover\:translate-x-17:hover{
    --tw-translate-x: 85px;
  }

  .tw .sm\:hover\:translate-x-18:hover{
    --tw-translate-x: 90px;
  }

  .tw .sm\:hover\:translate-x-19:hover{
    --tw-translate-x: 95px;
  }

  .tw .sm\:hover\:translate-x-20:hover{
    --tw-translate-x: 100px;
  }

  .tw .sm\:hover\:translate-x-21:hover{
    --tw-translate-x: 105px;
  }

  .tw .sm\:hover\:translate-x-22:hover{
    --tw-translate-x: 110px;
  }

  .tw .sm\:hover\:translate-x-23:hover{
    --tw-translate-x: 115px;
  }

  .tw .sm\:hover\:translate-x-24:hover{
    --tw-translate-x: 120px;
  }

  .tw .sm\:hover\:translate-x-25:hover{
    --tw-translate-x: 125px;
  }

  .tw .sm\:hover\:translate-x-26:hover{
    --tw-translate-x: 130px;
  }

  .tw .sm\:hover\:translate-x-27:hover{
    --tw-translate-x: 135px;
  }

  .tw .sm\:hover\:translate-x-28:hover{
    --tw-translate-x: 140px;
  }

  .tw .sm\:hover\:translate-x-29:hover{
    --tw-translate-x: 145px;
  }

  .tw .sm\:hover\:translate-x-30:hover{
    --tw-translate-x: 150px;
  }

  .tw .sm\:hover\:translate-x-31:hover{
    --tw-translate-x: 155px;
  }

  .tw .sm\:hover\:translate-x-32:hover{
    --tw-translate-x: 160px;
  }

  .tw .sm\:hover\:translate-x-33:hover{
    --tw-translate-x: 165px;
  }

  .tw .sm\:hover\:translate-x-34:hover{
    --tw-translate-x: 170px;
  }

  .tw .sm\:hover\:translate-x-35:hover{
    --tw-translate-x: 175px;
  }

  .tw .sm\:hover\:translate-x-36:hover{
    --tw-translate-x: 180px;
  }

  .tw .sm\:hover\:translate-x-37:hover{
    --tw-translate-x: 185px;
  }

  .tw .sm\:hover\:translate-x-38:hover{
    --tw-translate-x: 190px;
  }

  .tw .sm\:hover\:translate-x-39:hover{
    --tw-translate-x: 195px;
  }

  .tw .sm\:hover\:translate-x-40:hover{
    --tw-translate-x: 200px;
  }

  .tw .sm\:hover\:translate-x-41:hover{
    --tw-translate-x: 205px;
  }

  .tw .sm\:hover\:translate-x-42:hover{
    --tw-translate-x: 210px;
  }

  .tw .sm\:hover\:translate-x-43:hover{
    --tw-translate-x: 215px;
  }

  .tw .sm\:hover\:translate-x-44:hover{
    --tw-translate-x: 220px;
  }

  .tw .sm\:hover\:translate-x-45:hover{
    --tw-translate-x: 225px;
  }

  .tw .sm\:hover\:translate-x-46:hover{
    --tw-translate-x: 230px;
  }

  .tw .sm\:hover\:translate-x-47:hover{
    --tw-translate-x: 235px;
  }

  .tw .sm\:hover\:translate-x-48:hover{
    --tw-translate-x: 240px;
  }

  .tw .sm\:hover\:translate-x-49:hover{
    --tw-translate-x: 245px;
  }

  .tw .sm\:hover\:translate-x-50:hover{
    --tw-translate-x: 250px;
  }

  .tw .sm\:hover\:translate-x-51:hover{
    --tw-translate-x: 255px;
  }

  .tw .sm\:hover\:translate-x-52:hover{
    --tw-translate-x: 260px;
  }

  .tw .sm\:hover\:translate-x-53:hover{
    --tw-translate-x: 265px;
  }

  .tw .sm\:hover\:translate-x-54:hover{
    --tw-translate-x: 270px;
  }

  .tw .sm\:hover\:translate-x-55:hover{
    --tw-translate-x: 275px;
  }

  .tw .sm\:hover\:translate-x-56:hover{
    --tw-translate-x: 280px;
  }

  .tw .sm\:hover\:translate-x-57:hover{
    --tw-translate-x: 285px;
  }

  .tw .sm\:hover\:translate-x-58:hover{
    --tw-translate-x: 290px;
  }

  .tw .sm\:hover\:translate-x-59:hover{
    --tw-translate-x: 295px;
  }

  .tw .sm\:hover\:translate-x-60:hover{
    --tw-translate-x: 300px;
  }

  .tw .sm\:hover\:translate-x-61:hover{
    --tw-translate-x: 305px;
  }

  .tw .sm\:hover\:translate-x-62:hover{
    --tw-translate-x: 310px;
  }

  .tw .sm\:hover\:translate-x-63:hover{
    --tw-translate-x: 315px;
  }

  .tw .sm\:hover\:translate-x-64:hover{
    --tw-translate-x: 320px;
  }

  .tw .sm\:hover\:translate-x-65:hover{
    --tw-translate-x: 325px;
  }

  .tw .sm\:hover\:translate-x-66:hover{
    --tw-translate-x: 330px;
  }

  .tw .sm\:hover\:translate-x-67:hover{
    --tw-translate-x: 335px;
  }

  .tw .sm\:hover\:translate-x-68:hover{
    --tw-translate-x: 340px;
  }

  .tw .sm\:hover\:translate-x-69:hover{
    --tw-translate-x: 345px;
  }

  .tw .sm\:hover\:translate-x-70:hover{
    --tw-translate-x: 350px;
  }

  .tw .sm\:hover\:translate-x-71:hover{
    --tw-translate-x: 355px;
  }

  .tw .sm\:hover\:translate-x-72:hover{
    --tw-translate-x: 360px;
  }

  .tw .sm\:hover\:translate-x-73:hover{
    --tw-translate-x: 365px;
  }

  .tw .sm\:hover\:translate-x-74:hover{
    --tw-translate-x: 370px;
  }

  .tw .sm\:hover\:translate-x-75:hover{
    --tw-translate-x: 375px;
  }

  .tw .sm\:hover\:translate-x-76:hover{
    --tw-translate-x: 380px;
  }

  .tw .sm\:hover\:translate-x-77:hover{
    --tw-translate-x: 385px;
  }

  .tw .sm\:hover\:translate-x-78:hover{
    --tw-translate-x: 390px;
  }

  .tw .sm\:hover\:translate-x-79:hover{
    --tw-translate-x: 395px;
  }

  .tw .sm\:hover\:translate-x-80:hover{
    --tw-translate-x: 400px;
  }

  .tw .sm\:hover\:translate-x-81:hover{
    --tw-translate-x: 405px;
  }

  .tw .sm\:hover\:translate-x-82:hover{
    --tw-translate-x: 410px;
  }

  .tw .sm\:hover\:translate-x-83:hover{
    --tw-translate-x: 415px;
  }

  .tw .sm\:hover\:translate-x-84:hover{
    --tw-translate-x: 420px;
  }

  .tw .sm\:hover\:translate-x-85:hover{
    --tw-translate-x: 425px;
  }

  .tw .sm\:hover\:translate-x-86:hover{
    --tw-translate-x: 430px;
  }

  .tw .sm\:hover\:translate-x-87:hover{
    --tw-translate-x: 435px;
  }

  .tw .sm\:hover\:translate-x-88:hover{
    --tw-translate-x: 440px;
  }

  .tw .sm\:hover\:translate-x-89:hover{
    --tw-translate-x: 445px;
  }

  .tw .sm\:hover\:translate-x-90:hover{
    --tw-translate-x: 450px;
  }

  .tw .sm\:hover\:translate-x-91:hover{
    --tw-translate-x: 455px;
  }

  .tw .sm\:hover\:translate-x-92:hover{
    --tw-translate-x: 460px;
  }

  .tw .sm\:hover\:translate-x-93:hover{
    --tw-translate-x: 465px;
  }

  .tw .sm\:hover\:translate-x-94:hover{
    --tw-translate-x: 470px;
  }

  .tw .sm\:hover\:translate-x-95:hover{
    --tw-translate-x: 475px;
  }

  .tw .sm\:hover\:translate-x-96:hover{
    --tw-translate-x: 480px;
  }

  .tw .sm\:hover\:translate-x-97:hover{
    --tw-translate-x: 485px;
  }

  .tw .sm\:hover\:translate-x-98:hover{
    --tw-translate-x: 490px;
  }

  .tw .sm\:hover\:translate-x-99:hover{
    --tw-translate-x: 495px;
  }

  .tw .sm\:hover\:translate-x-100:hover{
    --tw-translate-x: 500px;
  }

  .tw .sm\:hover\:translate-x-101:hover{
    --tw-translate-x: 505px;
  }

  .tw .sm\:hover\:translate-x-102:hover{
    --tw-translate-x: 510px;
  }

  .tw .sm\:hover\:translate-x-103:hover{
    --tw-translate-x: 515px;
  }

  .tw .sm\:hover\:translate-x-104:hover{
    --tw-translate-x: 520px;
  }

  .tw .sm\:hover\:translate-x-105:hover{
    --tw-translate-x: 525px;
  }

  .tw .sm\:hover\:translate-x-106:hover{
    --tw-translate-x: 530px;
  }

  .tw .sm\:hover\:translate-x-107:hover{
    --tw-translate-x: 535px;
  }

  .tw .sm\:hover\:translate-x-108:hover{
    --tw-translate-x: 540px;
  }

  .tw .sm\:hover\:translate-x-109:hover{
    --tw-translate-x: 545px;
  }

  .tw .sm\:hover\:translate-x-110:hover{
    --tw-translate-x: 550px;
  }

  .tw .sm\:hover\:translate-x-111:hover{
    --tw-translate-x: 555px;
  }

  .tw .sm\:hover\:translate-x-112:hover{
    --tw-translate-x: 560px;
  }

  .tw .sm\:hover\:translate-x-113:hover{
    --tw-translate-x: 565px;
  }

  .tw .sm\:hover\:translate-x-114:hover{
    --tw-translate-x: 570px;
  }

  .tw .sm\:hover\:translate-x-115:hover{
    --tw-translate-x: 575px;
  }

  .tw .sm\:hover\:translate-x-116:hover{
    --tw-translate-x: 580px;
  }

  .tw .sm\:hover\:translate-x-117:hover{
    --tw-translate-x: 585px;
  }

  .tw .sm\:hover\:translate-x-118:hover{
    --tw-translate-x: 590px;
  }

  .tw .sm\:hover\:translate-x-119:hover{
    --tw-translate-x: 595px;
  }

  .tw .sm\:hover\:translate-x-120:hover{
    --tw-translate-x: 600px;
  }

  .tw .sm\:hover\:translate-x-121:hover{
    --tw-translate-x: 605px;
  }

  .tw .sm\:hover\:translate-x-122:hover{
    --tw-translate-x: 610px;
  }

  .tw .sm\:hover\:translate-x-123:hover{
    --tw-translate-x: 615px;
  }

  .tw .sm\:hover\:translate-x-124:hover{
    --tw-translate-x: 620px;
  }

  .tw .sm\:hover\:translate-x-125:hover{
    --tw-translate-x: 625px;
  }

  .tw .sm\:hover\:translate-x-126:hover{
    --tw-translate-x: 630px;
  }

  .tw .sm\:hover\:translate-x-127:hover{
    --tw-translate-x: 635px;
  }

  .tw .sm\:hover\:translate-x-128:hover{
    --tw-translate-x: 640px;
  }

  .tw .sm\:hover\:translate-x-129:hover{
    --tw-translate-x: 645px;
  }

  .tw .sm\:hover\:translate-x-130:hover{
    --tw-translate-x: 650px;
  }

  .tw .sm\:hover\:translate-x-131:hover{
    --tw-translate-x: 655px;
  }

  .tw .sm\:hover\:translate-x-132:hover{
    --tw-translate-x: 660px;
  }

  .tw .sm\:hover\:translate-x-133:hover{
    --tw-translate-x: 665px;
  }

  .tw .sm\:hover\:translate-x-134:hover{
    --tw-translate-x: 670px;
  }

  .tw .sm\:hover\:translate-x-135:hover{
    --tw-translate-x: 675px;
  }

  .tw .sm\:hover\:translate-x-136:hover{
    --tw-translate-x: 680px;
  }

  .tw .sm\:hover\:translate-x-137:hover{
    --tw-translate-x: 685px;
  }

  .tw .sm\:hover\:translate-x-138:hover{
    --tw-translate-x: 690px;
  }

  .tw .sm\:hover\:translate-x-139:hover{
    --tw-translate-x: 695px;
  }

  .tw .sm\:hover\:translate-x-140:hover{
    --tw-translate-x: 700px;
  }

  .tw .sm\:hover\:translate-x-141:hover{
    --tw-translate-x: 705px;
  }

  .tw .sm\:hover\:translate-x-142:hover{
    --tw-translate-x: 710px;
  }

  .tw .sm\:hover\:translate-x-143:hover{
    --tw-translate-x: 715px;
  }

  .tw .sm\:hover\:translate-x-144:hover{
    --tw-translate-x: 720px;
  }

  .tw .sm\:hover\:translate-x-145:hover{
    --tw-translate-x: 725px;
  }

  .tw .sm\:hover\:translate-x-146:hover{
    --tw-translate-x: 730px;
  }

  .tw .sm\:hover\:translate-x-147:hover{
    --tw-translate-x: 735px;
  }

  .tw .sm\:hover\:translate-x-148:hover{
    --tw-translate-x: 740px;
  }

  .tw .sm\:hover\:translate-x-149:hover{
    --tw-translate-x: 745px;
  }

  .tw .sm\:hover\:translate-x-0\.5:hover{
    --tw-translate-x: 3px;
  }

  .tw .sm\:hover\:translate-x-1px:hover{
    --tw-translate-x: 1px;
  }

  .tw .sm\:hover\:translate-x-2px:hover{
    --tw-translate-x: 2px;
  }

  .tw .sm\:hover\:translate-x-3px:hover{
    --tw-translate-x: 3px;
  }

  .tw .sm\:hover\:translate-x-4px:hover{
    --tw-translate-x: 4px;
  }

  .tw .sm\:hover\:translate-x-5px:hover{
    --tw-translate-x: 5px;
  }

  .tw .sm\:hover\:translate-x-6px:hover{
    --tw-translate-x: 6px;
  }

  .tw .sm\:hover\:translate-x-7px:hover{
    --tw-translate-x: 7px;
  }

  .tw .sm\:hover\:translate-x-8px:hover{
    --tw-translate-x: 8px;
  }

  .tw .sm\:hover\:translate-x-9px:hover{
    --tw-translate-x: 9px;
  }

  .tw .sm\:hover\:translate-x-10px:hover{
    --tw-translate-x: 10px;
  }

  .tw .sm\:hover\:translate-x-11px:hover{
    --tw-translate-x: 11px;
  }

  .tw .sm\:hover\:translate-x-12px:hover{
    --tw-translate-x: 12px;
  }

  .tw .sm\:hover\:translate-x-13px:hover{
    --tw-translate-x: 13px;
  }

  .tw .sm\:hover\:translate-x-14px:hover{
    --tw-translate-x: 14px;
  }

  .tw .sm\:hover\:translate-x-15px:hover{
    --tw-translate-x: 15px;
  }

  .tw .sm\:hover\:translate-x-16px:hover{
    --tw-translate-x: 16px;
  }

  .tw .sm\:hover\:translate-x-17px:hover{
    --tw-translate-x: 17px;
  }

  .tw .sm\:hover\:translate-x-18px:hover{
    --tw-translate-x: 18px;
  }

  .tw .sm\:hover\:translate-x-19px:hover{
    --tw-translate-x: 19px;
  }

  .tw .sm\:hover\:translate-x-20px:hover{
    --tw-translate-x: 20px;
  }

  .tw .sm\:hover\:translate-x-21px:hover{
    --tw-translate-x: 21px;
  }

  .tw .sm\:hover\:translate-x-22px:hover{
    --tw-translate-x: 22px;
  }

  .tw .sm\:hover\:translate-x-23px:hover{
    --tw-translate-x: 23px;
  }

  .tw .sm\:hover\:translate-x-24px:hover{
    --tw-translate-x: 24px;
  }

  .tw .sm\:hover\:translate-x-25px:hover{
    --tw-translate-x: 25px;
  }

  .tw .sm\:hover\:translate-x-26px:hover{
    --tw-translate-x: 26px;
  }

  .tw .sm\:hover\:translate-x-27px:hover{
    --tw-translate-x: 27px;
  }

  .tw .sm\:hover\:translate-x-28px:hover{
    --tw-translate-x: 28px;
  }

  .tw .sm\:hover\:translate-x-29px:hover{
    --tw-translate-x: 29px;
  }

  .tw .sm\:hover\:translate-x-30px:hover{
    --tw-translate-x: 30px;
  }

  .tw .sm\:hover\:translate-x-31px:hover{
    --tw-translate-x: 31px;
  }

  .tw .sm\:hover\:translate-x-32px:hover{
    --tw-translate-x: 32px;
  }

  .tw .sm\:hover\:translate-x-33px:hover{
    --tw-translate-x: 33px;
  }

  .tw .sm\:hover\:translate-x-34px:hover{
    --tw-translate-x: 34px;
  }

  .tw .sm\:hover\:translate-x-35px:hover{
    --tw-translate-x: 35px;
  }

  .tw .sm\:hover\:translate-x-36px:hover{
    --tw-translate-x: 36px;
  }

  .tw .sm\:hover\:translate-x-37px:hover{
    --tw-translate-x: 37px;
  }

  .tw .sm\:hover\:translate-x-38px:hover{
    --tw-translate-x: 38px;
  }

  .tw .sm\:hover\:translate-x-39px:hover{
    --tw-translate-x: 39px;
  }

  .tw .sm\:hover\:translate-x-40px:hover{
    --tw-translate-x: 40px;
  }

  .tw .sm\:hover\:-translate-x-0:hover{
    --tw-translate-x: 0px;
  }

  .tw .sm\:hover\:-translate-x-1:hover{
    --tw-translate-x: -5px;
  }

  .tw .sm\:hover\:-translate-x-2:hover{
    --tw-translate-x: -10px;
  }

  .tw .sm\:hover\:-translate-x-3:hover{
    --tw-translate-x: -15px;
  }

  .tw .sm\:hover\:-translate-x-4:hover{
    --tw-translate-x: -20px;
  }

  .tw .sm\:hover\:-translate-x-5:hover{
    --tw-translate-x: -25px;
  }

  .tw .sm\:hover\:-translate-x-6:hover{
    --tw-translate-x: -30px;
  }

  .tw .sm\:hover\:-translate-x-7:hover{
    --tw-translate-x: -35px;
  }

  .tw .sm\:hover\:-translate-x-8:hover{
    --tw-translate-x: -40px;
  }

  .tw .sm\:hover\:-translate-x-9:hover{
    --tw-translate-x: -45px;
  }

  .tw .sm\:hover\:-translate-x-10:hover{
    --tw-translate-x: -50px;
  }

  .tw .sm\:hover\:-translate-x-11:hover{
    --tw-translate-x: -55px;
  }

  .tw .sm\:hover\:-translate-x-12:hover{
    --tw-translate-x: -60px;
  }

  .tw .sm\:hover\:-translate-x-13:hover{
    --tw-translate-x: -65px;
  }

  .tw .sm\:hover\:-translate-x-14:hover{
    --tw-translate-x: -70px;
  }

  .tw .sm\:hover\:-translate-x-15:hover{
    --tw-translate-x: -75px;
  }

  .tw .sm\:hover\:-translate-x-16:hover{
    --tw-translate-x: -80px;
  }

  .tw .sm\:hover\:-translate-x-17:hover{
    --tw-translate-x: -85px;
  }

  .tw .sm\:hover\:-translate-x-18:hover{
    --tw-translate-x: -90px;
  }

  .tw .sm\:hover\:-translate-x-19:hover{
    --tw-translate-x: -95px;
  }

  .tw .sm\:hover\:-translate-x-20:hover{
    --tw-translate-x: -100px;
  }

  .tw .sm\:hover\:-translate-x-21:hover{
    --tw-translate-x: -105px;
  }

  .tw .sm\:hover\:-translate-x-22:hover{
    --tw-translate-x: -110px;
  }

  .tw .sm\:hover\:-translate-x-23:hover{
    --tw-translate-x: -115px;
  }

  .tw .sm\:hover\:-translate-x-24:hover{
    --tw-translate-x: -120px;
  }

  .tw .sm\:hover\:-translate-x-25:hover{
    --tw-translate-x: -125px;
  }

  .tw .sm\:hover\:-translate-x-26:hover{
    --tw-translate-x: -130px;
  }

  .tw .sm\:hover\:-translate-x-27:hover{
    --tw-translate-x: -135px;
  }

  .tw .sm\:hover\:-translate-x-28:hover{
    --tw-translate-x: -140px;
  }

  .tw .sm\:hover\:-translate-x-29:hover{
    --tw-translate-x: -145px;
  }

  .tw .sm\:hover\:-translate-x-30:hover{
    --tw-translate-x: -150px;
  }

  .tw .sm\:hover\:-translate-x-31:hover{
    --tw-translate-x: -155px;
  }

  .tw .sm\:hover\:-translate-x-32:hover{
    --tw-translate-x: -160px;
  }

  .tw .sm\:hover\:-translate-x-33:hover{
    --tw-translate-x: -165px;
  }

  .tw .sm\:hover\:-translate-x-34:hover{
    --tw-translate-x: -170px;
  }

  .tw .sm\:hover\:-translate-x-35:hover{
    --tw-translate-x: -175px;
  }

  .tw .sm\:hover\:-translate-x-36:hover{
    --tw-translate-x: -180px;
  }

  .tw .sm\:hover\:-translate-x-37:hover{
    --tw-translate-x: -185px;
  }

  .tw .sm\:hover\:-translate-x-38:hover{
    --tw-translate-x: -190px;
  }

  .tw .sm\:hover\:-translate-x-39:hover{
    --tw-translate-x: -195px;
  }

  .tw .sm\:hover\:-translate-x-40:hover{
    --tw-translate-x: -200px;
  }

  .tw .sm\:hover\:-translate-x-41:hover{
    --tw-translate-x: -205px;
  }

  .tw .sm\:hover\:-translate-x-42:hover{
    --tw-translate-x: -210px;
  }

  .tw .sm\:hover\:-translate-x-43:hover{
    --tw-translate-x: -215px;
  }

  .tw .sm\:hover\:-translate-x-44:hover{
    --tw-translate-x: -220px;
  }

  .tw .sm\:hover\:-translate-x-45:hover{
    --tw-translate-x: -225px;
  }

  .tw .sm\:hover\:-translate-x-46:hover{
    --tw-translate-x: -230px;
  }

  .tw .sm\:hover\:-translate-x-47:hover{
    --tw-translate-x: -235px;
  }

  .tw .sm\:hover\:-translate-x-48:hover{
    --tw-translate-x: -240px;
  }

  .tw .sm\:hover\:-translate-x-49:hover{
    --tw-translate-x: -245px;
  }

  .tw .sm\:hover\:-translate-x-50:hover{
    --tw-translate-x: -250px;
  }

  .tw .sm\:hover\:-translate-x-51:hover{
    --tw-translate-x: -255px;
  }

  .tw .sm\:hover\:-translate-x-52:hover{
    --tw-translate-x: -260px;
  }

  .tw .sm\:hover\:-translate-x-53:hover{
    --tw-translate-x: -265px;
  }

  .tw .sm\:hover\:-translate-x-54:hover{
    --tw-translate-x: -270px;
  }

  .tw .sm\:hover\:-translate-x-55:hover{
    --tw-translate-x: -275px;
  }

  .tw .sm\:hover\:-translate-x-56:hover{
    --tw-translate-x: -280px;
  }

  .tw .sm\:hover\:-translate-x-57:hover{
    --tw-translate-x: -285px;
  }

  .tw .sm\:hover\:-translate-x-58:hover{
    --tw-translate-x: -290px;
  }

  .tw .sm\:hover\:-translate-x-59:hover{
    --tw-translate-x: -295px;
  }

  .tw .sm\:hover\:-translate-x-60:hover{
    --tw-translate-x: -300px;
  }

  .tw .sm\:hover\:-translate-x-61:hover{
    --tw-translate-x: -305px;
  }

  .tw .sm\:hover\:-translate-x-62:hover{
    --tw-translate-x: -310px;
  }

  .tw .sm\:hover\:-translate-x-63:hover{
    --tw-translate-x: -315px;
  }

  .tw .sm\:hover\:-translate-x-64:hover{
    --tw-translate-x: -320px;
  }

  .tw .sm\:hover\:-translate-x-65:hover{
    --tw-translate-x: -325px;
  }

  .tw .sm\:hover\:-translate-x-66:hover{
    --tw-translate-x: -330px;
  }

  .tw .sm\:hover\:-translate-x-67:hover{
    --tw-translate-x: -335px;
  }

  .tw .sm\:hover\:-translate-x-68:hover{
    --tw-translate-x: -340px;
  }

  .tw .sm\:hover\:-translate-x-69:hover{
    --tw-translate-x: -345px;
  }

  .tw .sm\:hover\:-translate-x-70:hover{
    --tw-translate-x: -350px;
  }

  .tw .sm\:hover\:-translate-x-71:hover{
    --tw-translate-x: -355px;
  }

  .tw .sm\:hover\:-translate-x-72:hover{
    --tw-translate-x: -360px;
  }

  .tw .sm\:hover\:-translate-x-73:hover{
    --tw-translate-x: -365px;
  }

  .tw .sm\:hover\:-translate-x-74:hover{
    --tw-translate-x: -370px;
  }

  .tw .sm\:hover\:-translate-x-75:hover{
    --tw-translate-x: -375px;
  }

  .tw .sm\:hover\:-translate-x-76:hover{
    --tw-translate-x: -380px;
  }

  .tw .sm\:hover\:-translate-x-77:hover{
    --tw-translate-x: -385px;
  }

  .tw .sm\:hover\:-translate-x-78:hover{
    --tw-translate-x: -390px;
  }

  .tw .sm\:hover\:-translate-x-79:hover{
    --tw-translate-x: -395px;
  }

  .tw .sm\:hover\:-translate-x-80:hover{
    --tw-translate-x: -400px;
  }

  .tw .sm\:hover\:-translate-x-81:hover{
    --tw-translate-x: -405px;
  }

  .tw .sm\:hover\:-translate-x-82:hover{
    --tw-translate-x: -410px;
  }

  .tw .sm\:hover\:-translate-x-83:hover{
    --tw-translate-x: -415px;
  }

  .tw .sm\:hover\:-translate-x-84:hover{
    --tw-translate-x: -420px;
  }

  .tw .sm\:hover\:-translate-x-85:hover{
    --tw-translate-x: -425px;
  }

  .tw .sm\:hover\:-translate-x-86:hover{
    --tw-translate-x: -430px;
  }

  .tw .sm\:hover\:-translate-x-87:hover{
    --tw-translate-x: -435px;
  }

  .tw .sm\:hover\:-translate-x-88:hover{
    --tw-translate-x: -440px;
  }

  .tw .sm\:hover\:-translate-x-89:hover{
    --tw-translate-x: -445px;
  }

  .tw .sm\:hover\:-translate-x-90:hover{
    --tw-translate-x: -450px;
  }

  .tw .sm\:hover\:-translate-x-91:hover{
    --tw-translate-x: -455px;
  }

  .tw .sm\:hover\:-translate-x-92:hover{
    --tw-translate-x: -460px;
  }

  .tw .sm\:hover\:-translate-x-93:hover{
    --tw-translate-x: -465px;
  }

  .tw .sm\:hover\:-translate-x-94:hover{
    --tw-translate-x: -470px;
  }

  .tw .sm\:hover\:-translate-x-95:hover{
    --tw-translate-x: -475px;
  }

  .tw .sm\:hover\:-translate-x-96:hover{
    --tw-translate-x: -480px;
  }

  .tw .sm\:hover\:-translate-x-97:hover{
    --tw-translate-x: -485px;
  }

  .tw .sm\:hover\:-translate-x-98:hover{
    --tw-translate-x: -490px;
  }

  .tw .sm\:hover\:-translate-x-99:hover{
    --tw-translate-x: -495px;
  }

  .tw .sm\:hover\:-translate-x-100:hover{
    --tw-translate-x: -500px;
  }

  .tw .sm\:hover\:-translate-x-101:hover{
    --tw-translate-x: -505px;
  }

  .tw .sm\:hover\:-translate-x-102:hover{
    --tw-translate-x: -510px;
  }

  .tw .sm\:hover\:-translate-x-103:hover{
    --tw-translate-x: -515px;
  }

  .tw .sm\:hover\:-translate-x-104:hover{
    --tw-translate-x: -520px;
  }

  .tw .sm\:hover\:-translate-x-105:hover{
    --tw-translate-x: -525px;
  }

  .tw .sm\:hover\:-translate-x-106:hover{
    --tw-translate-x: -530px;
  }

  .tw .sm\:hover\:-translate-x-107:hover{
    --tw-translate-x: -535px;
  }

  .tw .sm\:hover\:-translate-x-108:hover{
    --tw-translate-x: -540px;
  }

  .tw .sm\:hover\:-translate-x-109:hover{
    --tw-translate-x: -545px;
  }

  .tw .sm\:hover\:-translate-x-110:hover{
    --tw-translate-x: -550px;
  }

  .tw .sm\:hover\:-translate-x-111:hover{
    --tw-translate-x: -555px;
  }

  .tw .sm\:hover\:-translate-x-112:hover{
    --tw-translate-x: -560px;
  }

  .tw .sm\:hover\:-translate-x-113:hover{
    --tw-translate-x: -565px;
  }

  .tw .sm\:hover\:-translate-x-114:hover{
    --tw-translate-x: -570px;
  }

  .tw .sm\:hover\:-translate-x-115:hover{
    --tw-translate-x: -575px;
  }

  .tw .sm\:hover\:-translate-x-116:hover{
    --tw-translate-x: -580px;
  }

  .tw .sm\:hover\:-translate-x-117:hover{
    --tw-translate-x: -585px;
  }

  .tw .sm\:hover\:-translate-x-118:hover{
    --tw-translate-x: -590px;
  }

  .tw .sm\:hover\:-translate-x-119:hover{
    --tw-translate-x: -595px;
  }

  .tw .sm\:hover\:-translate-x-120:hover{
    --tw-translate-x: -600px;
  }

  .tw .sm\:hover\:-translate-x-121:hover{
    --tw-translate-x: -605px;
  }

  .tw .sm\:hover\:-translate-x-122:hover{
    --tw-translate-x: -610px;
  }

  .tw .sm\:hover\:-translate-x-123:hover{
    --tw-translate-x: -615px;
  }

  .tw .sm\:hover\:-translate-x-124:hover{
    --tw-translate-x: -620px;
  }

  .tw .sm\:hover\:-translate-x-125:hover{
    --tw-translate-x: -625px;
  }

  .tw .sm\:hover\:-translate-x-126:hover{
    --tw-translate-x: -630px;
  }

  .tw .sm\:hover\:-translate-x-127:hover{
    --tw-translate-x: -635px;
  }

  .tw .sm\:hover\:-translate-x-128:hover{
    --tw-translate-x: -640px;
  }

  .tw .sm\:hover\:-translate-x-129:hover{
    --tw-translate-x: -645px;
  }

  .tw .sm\:hover\:-translate-x-130:hover{
    --tw-translate-x: -650px;
  }

  .tw .sm\:hover\:-translate-x-131:hover{
    --tw-translate-x: -655px;
  }

  .tw .sm\:hover\:-translate-x-132:hover{
    --tw-translate-x: -660px;
  }

  .tw .sm\:hover\:-translate-x-133:hover{
    --tw-translate-x: -665px;
  }

  .tw .sm\:hover\:-translate-x-134:hover{
    --tw-translate-x: -670px;
  }

  .tw .sm\:hover\:-translate-x-135:hover{
    --tw-translate-x: -675px;
  }

  .tw .sm\:hover\:-translate-x-136:hover{
    --tw-translate-x: -680px;
  }

  .tw .sm\:hover\:-translate-x-137:hover{
    --tw-translate-x: -685px;
  }

  .tw .sm\:hover\:-translate-x-138:hover{
    --tw-translate-x: -690px;
  }

  .tw .sm\:hover\:-translate-x-139:hover{
    --tw-translate-x: -695px;
  }

  .tw .sm\:hover\:-translate-x-140:hover{
    --tw-translate-x: -700px;
  }

  .tw .sm\:hover\:-translate-x-141:hover{
    --tw-translate-x: -705px;
  }

  .tw .sm\:hover\:-translate-x-142:hover{
    --tw-translate-x: -710px;
  }

  .tw .sm\:hover\:-translate-x-143:hover{
    --tw-translate-x: -715px;
  }

  .tw .sm\:hover\:-translate-x-144:hover{
    --tw-translate-x: -720px;
  }

  .tw .sm\:hover\:-translate-x-145:hover{
    --tw-translate-x: -725px;
  }

  .tw .sm\:hover\:-translate-x-146:hover{
    --tw-translate-x: -730px;
  }

  .tw .sm\:hover\:-translate-x-147:hover{
    --tw-translate-x: -735px;
  }

  .tw .sm\:hover\:-translate-x-148:hover{
    --tw-translate-x: -740px;
  }

  .tw .sm\:hover\:-translate-x-149:hover{
    --tw-translate-x: -745px;
  }

  .tw .sm\:hover\:-translate-x-0\.5:hover{
    --tw-translate-x: -3px;
  }

  .tw .sm\:hover\:-translate-x-1px:hover{
    --tw-translate-x: -1px;
  }

  .tw .sm\:hover\:-translate-x-2px:hover{
    --tw-translate-x: -2px;
  }

  .tw .sm\:hover\:-translate-x-3px:hover{
    --tw-translate-x: -3px;
  }

  .tw .sm\:hover\:-translate-x-4px:hover{
    --tw-translate-x: -4px;
  }

  .tw .sm\:hover\:-translate-x-5px:hover{
    --tw-translate-x: -5px;
  }

  .tw .sm\:hover\:-translate-x-6px:hover{
    --tw-translate-x: -6px;
  }

  .tw .sm\:hover\:-translate-x-7px:hover{
    --tw-translate-x: -7px;
  }

  .tw .sm\:hover\:-translate-x-8px:hover{
    --tw-translate-x: -8px;
  }

  .tw .sm\:hover\:-translate-x-9px:hover{
    --tw-translate-x: -9px;
  }

  .tw .sm\:hover\:-translate-x-10px:hover{
    --tw-translate-x: -10px;
  }

  .tw .sm\:hover\:-translate-x-11px:hover{
    --tw-translate-x: -11px;
  }

  .tw .sm\:hover\:-translate-x-12px:hover{
    --tw-translate-x: -12px;
  }

  .tw .sm\:hover\:-translate-x-13px:hover{
    --tw-translate-x: -13px;
  }

  .tw .sm\:hover\:-translate-x-14px:hover{
    --tw-translate-x: -14px;
  }

  .tw .sm\:hover\:-translate-x-15px:hover{
    --tw-translate-x: -15px;
  }

  .tw .sm\:hover\:-translate-x-16px:hover{
    --tw-translate-x: -16px;
  }

  .tw .sm\:hover\:-translate-x-17px:hover{
    --tw-translate-x: -17px;
  }

  .tw .sm\:hover\:-translate-x-18px:hover{
    --tw-translate-x: -18px;
  }

  .tw .sm\:hover\:-translate-x-19px:hover{
    --tw-translate-x: -19px;
  }

  .tw .sm\:hover\:-translate-x-20px:hover{
    --tw-translate-x: -20px;
  }

  .tw .sm\:hover\:-translate-x-21px:hover{
    --tw-translate-x: -21px;
  }

  .tw .sm\:hover\:-translate-x-22px:hover{
    --tw-translate-x: -22px;
  }

  .tw .sm\:hover\:-translate-x-23px:hover{
    --tw-translate-x: -23px;
  }

  .tw .sm\:hover\:-translate-x-24px:hover{
    --tw-translate-x: -24px;
  }

  .tw .sm\:hover\:-translate-x-25px:hover{
    --tw-translate-x: -25px;
  }

  .tw .sm\:hover\:-translate-x-26px:hover{
    --tw-translate-x: -26px;
  }

  .tw .sm\:hover\:-translate-x-27px:hover{
    --tw-translate-x: -27px;
  }

  .tw .sm\:hover\:-translate-x-28px:hover{
    --tw-translate-x: -28px;
  }

  .tw .sm\:hover\:-translate-x-29px:hover{
    --tw-translate-x: -29px;
  }

  .tw .sm\:hover\:-translate-x-30px:hover{
    --tw-translate-x: -30px;
  }

  .tw .sm\:hover\:-translate-x-31px:hover{
    --tw-translate-x: -31px;
  }

  .tw .sm\:hover\:-translate-x-32px:hover{
    --tw-translate-x: -32px;
  }

  .tw .sm\:hover\:-translate-x-33px:hover{
    --tw-translate-x: -33px;
  }

  .tw .sm\:hover\:-translate-x-34px:hover{
    --tw-translate-x: -34px;
  }

  .tw .sm\:hover\:-translate-x-35px:hover{
    --tw-translate-x: -35px;
  }

  .tw .sm\:hover\:-translate-x-36px:hover{
    --tw-translate-x: -36px;
  }

  .tw .sm\:hover\:-translate-x-37px:hover{
    --tw-translate-x: -37px;
  }

  .tw .sm\:hover\:-translate-x-38px:hover{
    --tw-translate-x: -38px;
  }

  .tw .sm\:hover\:-translate-x-39px:hover{
    --tw-translate-x: -39px;
  }

  .tw .sm\:hover\:-translate-x-40px:hover{
    --tw-translate-x: -40px;
  }

  .tw .sm\:hover\:translate-x-1\/2:hover{
    --tw-translate-x: 50%;
  }

  .tw .sm\:hover\:translate-x-1\/3:hover{
    --tw-translate-x: 33.333333%;
  }

  .tw .sm\:hover\:translate-x-2\/3:hover{
    --tw-translate-x: 66.666667%;
  }

  .tw .sm\:hover\:translate-x-1\/4:hover{
    --tw-translate-x: 25%;
  }

  .tw .sm\:hover\:translate-x-2\/4:hover{
    --tw-translate-x: 50%;
  }

  .tw .sm\:hover\:translate-x-3\/4:hover{
    --tw-translate-x: 75%;
  }

  .tw .sm\:hover\:translate-x-full:hover{
    --tw-translate-x: 100%;
  }

  .tw .sm\:hover\:-translate-x-1\/2:hover{
    --tw-translate-x: -50%;
  }

  .tw .sm\:hover\:-translate-x-1\/3:hover{
    --tw-translate-x: -33.333333%;
  }

  .tw .sm\:hover\:-translate-x-2\/3:hover{
    --tw-translate-x: -66.666667%;
  }

  .tw .sm\:hover\:-translate-x-1\/4:hover{
    --tw-translate-x: -25%;
  }

  .tw .sm\:hover\:-translate-x-2\/4:hover{
    --tw-translate-x: -50%;
  }

  .tw .sm\:hover\:-translate-x-3\/4:hover{
    --tw-translate-x: -75%;
  }

  .tw .sm\:hover\:-translate-x-full:hover{
    --tw-translate-x: -100%;
  }

  .tw .sm\:hover\:translate-y-0:hover{
    --tw-translate-y: 0px;
  }

  .tw .sm\:hover\:translate-y-1:hover{
    --tw-translate-y: 5px;
  }

  .tw .sm\:hover\:translate-y-2:hover{
    --tw-translate-y: 10px;
  }

  .tw .sm\:hover\:translate-y-3:hover{
    --tw-translate-y: 15px;
  }

  .tw .sm\:hover\:translate-y-4:hover{
    --tw-translate-y: 20px;
  }

  .tw .sm\:hover\:translate-y-5:hover{
    --tw-translate-y: 25px;
  }

  .tw .sm\:hover\:translate-y-6:hover{
    --tw-translate-y: 30px;
  }

  .tw .sm\:hover\:translate-y-7:hover{
    --tw-translate-y: 35px;
  }

  .tw .sm\:hover\:translate-y-8:hover{
    --tw-translate-y: 40px;
  }

  .tw .sm\:hover\:translate-y-9:hover{
    --tw-translate-y: 45px;
  }

  .tw .sm\:hover\:translate-y-10:hover{
    --tw-translate-y: 50px;
  }

  .tw .sm\:hover\:translate-y-11:hover{
    --tw-translate-y: 55px;
  }

  .tw .sm\:hover\:translate-y-12:hover{
    --tw-translate-y: 60px;
  }

  .tw .sm\:hover\:translate-y-13:hover{
    --tw-translate-y: 65px;
  }

  .tw .sm\:hover\:translate-y-14:hover{
    --tw-translate-y: 70px;
  }

  .tw .sm\:hover\:translate-y-15:hover{
    --tw-translate-y: 75px;
  }

  .tw .sm\:hover\:translate-y-16:hover{
    --tw-translate-y: 80px;
  }

  .tw .sm\:hover\:translate-y-17:hover{
    --tw-translate-y: 85px;
  }

  .tw .sm\:hover\:translate-y-18:hover{
    --tw-translate-y: 90px;
  }

  .tw .sm\:hover\:translate-y-19:hover{
    --tw-translate-y: 95px;
  }

  .tw .sm\:hover\:translate-y-20:hover{
    --tw-translate-y: 100px;
  }

  .tw .sm\:hover\:translate-y-21:hover{
    --tw-translate-y: 105px;
  }

  .tw .sm\:hover\:translate-y-22:hover{
    --tw-translate-y: 110px;
  }

  .tw .sm\:hover\:translate-y-23:hover{
    --tw-translate-y: 115px;
  }

  .tw .sm\:hover\:translate-y-24:hover{
    --tw-translate-y: 120px;
  }

  .tw .sm\:hover\:translate-y-25:hover{
    --tw-translate-y: 125px;
  }

  .tw .sm\:hover\:translate-y-26:hover{
    --tw-translate-y: 130px;
  }

  .tw .sm\:hover\:translate-y-27:hover{
    --tw-translate-y: 135px;
  }

  .tw .sm\:hover\:translate-y-28:hover{
    --tw-translate-y: 140px;
  }

  .tw .sm\:hover\:translate-y-29:hover{
    --tw-translate-y: 145px;
  }

  .tw .sm\:hover\:translate-y-30:hover{
    --tw-translate-y: 150px;
  }

  .tw .sm\:hover\:translate-y-31:hover{
    --tw-translate-y: 155px;
  }

  .tw .sm\:hover\:translate-y-32:hover{
    --tw-translate-y: 160px;
  }

  .tw .sm\:hover\:translate-y-33:hover{
    --tw-translate-y: 165px;
  }

  .tw .sm\:hover\:translate-y-34:hover{
    --tw-translate-y: 170px;
  }

  .tw .sm\:hover\:translate-y-35:hover{
    --tw-translate-y: 175px;
  }

  .tw .sm\:hover\:translate-y-36:hover{
    --tw-translate-y: 180px;
  }

  .tw .sm\:hover\:translate-y-37:hover{
    --tw-translate-y: 185px;
  }

  .tw .sm\:hover\:translate-y-38:hover{
    --tw-translate-y: 190px;
  }

  .tw .sm\:hover\:translate-y-39:hover{
    --tw-translate-y: 195px;
  }

  .tw .sm\:hover\:translate-y-40:hover{
    --tw-translate-y: 200px;
  }

  .tw .sm\:hover\:translate-y-41:hover{
    --tw-translate-y: 205px;
  }

  .tw .sm\:hover\:translate-y-42:hover{
    --tw-translate-y: 210px;
  }

  .tw .sm\:hover\:translate-y-43:hover{
    --tw-translate-y: 215px;
  }

  .tw .sm\:hover\:translate-y-44:hover{
    --tw-translate-y: 220px;
  }

  .tw .sm\:hover\:translate-y-45:hover{
    --tw-translate-y: 225px;
  }

  .tw .sm\:hover\:translate-y-46:hover{
    --tw-translate-y: 230px;
  }

  .tw .sm\:hover\:translate-y-47:hover{
    --tw-translate-y: 235px;
  }

  .tw .sm\:hover\:translate-y-48:hover{
    --tw-translate-y: 240px;
  }

  .tw .sm\:hover\:translate-y-49:hover{
    --tw-translate-y: 245px;
  }

  .tw .sm\:hover\:translate-y-50:hover{
    --tw-translate-y: 250px;
  }

  .tw .sm\:hover\:translate-y-51:hover{
    --tw-translate-y: 255px;
  }

  .tw .sm\:hover\:translate-y-52:hover{
    --tw-translate-y: 260px;
  }

  .tw .sm\:hover\:translate-y-53:hover{
    --tw-translate-y: 265px;
  }

  .tw .sm\:hover\:translate-y-54:hover{
    --tw-translate-y: 270px;
  }

  .tw .sm\:hover\:translate-y-55:hover{
    --tw-translate-y: 275px;
  }

  .tw .sm\:hover\:translate-y-56:hover{
    --tw-translate-y: 280px;
  }

  .tw .sm\:hover\:translate-y-57:hover{
    --tw-translate-y: 285px;
  }

  .tw .sm\:hover\:translate-y-58:hover{
    --tw-translate-y: 290px;
  }

  .tw .sm\:hover\:translate-y-59:hover{
    --tw-translate-y: 295px;
  }

  .tw .sm\:hover\:translate-y-60:hover{
    --tw-translate-y: 300px;
  }

  .tw .sm\:hover\:translate-y-61:hover{
    --tw-translate-y: 305px;
  }

  .tw .sm\:hover\:translate-y-62:hover{
    --tw-translate-y: 310px;
  }

  .tw .sm\:hover\:translate-y-63:hover{
    --tw-translate-y: 315px;
  }

  .tw .sm\:hover\:translate-y-64:hover{
    --tw-translate-y: 320px;
  }

  .tw .sm\:hover\:translate-y-65:hover{
    --tw-translate-y: 325px;
  }

  .tw .sm\:hover\:translate-y-66:hover{
    --tw-translate-y: 330px;
  }

  .tw .sm\:hover\:translate-y-67:hover{
    --tw-translate-y: 335px;
  }

  .tw .sm\:hover\:translate-y-68:hover{
    --tw-translate-y: 340px;
  }

  .tw .sm\:hover\:translate-y-69:hover{
    --tw-translate-y: 345px;
  }

  .tw .sm\:hover\:translate-y-70:hover{
    --tw-translate-y: 350px;
  }

  .tw .sm\:hover\:translate-y-71:hover{
    --tw-translate-y: 355px;
  }

  .tw .sm\:hover\:translate-y-72:hover{
    --tw-translate-y: 360px;
  }

  .tw .sm\:hover\:translate-y-73:hover{
    --tw-translate-y: 365px;
  }

  .tw .sm\:hover\:translate-y-74:hover{
    --tw-translate-y: 370px;
  }

  .tw .sm\:hover\:translate-y-75:hover{
    --tw-translate-y: 375px;
  }

  .tw .sm\:hover\:translate-y-76:hover{
    --tw-translate-y: 380px;
  }

  .tw .sm\:hover\:translate-y-77:hover{
    --tw-translate-y: 385px;
  }

  .tw .sm\:hover\:translate-y-78:hover{
    --tw-translate-y: 390px;
  }

  .tw .sm\:hover\:translate-y-79:hover{
    --tw-translate-y: 395px;
  }

  .tw .sm\:hover\:translate-y-80:hover{
    --tw-translate-y: 400px;
  }

  .tw .sm\:hover\:translate-y-81:hover{
    --tw-translate-y: 405px;
  }

  .tw .sm\:hover\:translate-y-82:hover{
    --tw-translate-y: 410px;
  }

  .tw .sm\:hover\:translate-y-83:hover{
    --tw-translate-y: 415px;
  }

  .tw .sm\:hover\:translate-y-84:hover{
    --tw-translate-y: 420px;
  }

  .tw .sm\:hover\:translate-y-85:hover{
    --tw-translate-y: 425px;
  }

  .tw .sm\:hover\:translate-y-86:hover{
    --tw-translate-y: 430px;
  }

  .tw .sm\:hover\:translate-y-87:hover{
    --tw-translate-y: 435px;
  }

  .tw .sm\:hover\:translate-y-88:hover{
    --tw-translate-y: 440px;
  }

  .tw .sm\:hover\:translate-y-89:hover{
    --tw-translate-y: 445px;
  }

  .tw .sm\:hover\:translate-y-90:hover{
    --tw-translate-y: 450px;
  }

  .tw .sm\:hover\:translate-y-91:hover{
    --tw-translate-y: 455px;
  }

  .tw .sm\:hover\:translate-y-92:hover{
    --tw-translate-y: 460px;
  }

  .tw .sm\:hover\:translate-y-93:hover{
    --tw-translate-y: 465px;
  }

  .tw .sm\:hover\:translate-y-94:hover{
    --tw-translate-y: 470px;
  }

  .tw .sm\:hover\:translate-y-95:hover{
    --tw-translate-y: 475px;
  }

  .tw .sm\:hover\:translate-y-96:hover{
    --tw-translate-y: 480px;
  }

  .tw .sm\:hover\:translate-y-97:hover{
    --tw-translate-y: 485px;
  }

  .tw .sm\:hover\:translate-y-98:hover{
    --tw-translate-y: 490px;
  }

  .tw .sm\:hover\:translate-y-99:hover{
    --tw-translate-y: 495px;
  }

  .tw .sm\:hover\:translate-y-100:hover{
    --tw-translate-y: 500px;
  }

  .tw .sm\:hover\:translate-y-101:hover{
    --tw-translate-y: 505px;
  }

  .tw .sm\:hover\:translate-y-102:hover{
    --tw-translate-y: 510px;
  }

  .tw .sm\:hover\:translate-y-103:hover{
    --tw-translate-y: 515px;
  }

  .tw .sm\:hover\:translate-y-104:hover{
    --tw-translate-y: 520px;
  }

  .tw .sm\:hover\:translate-y-105:hover{
    --tw-translate-y: 525px;
  }

  .tw .sm\:hover\:translate-y-106:hover{
    --tw-translate-y: 530px;
  }

  .tw .sm\:hover\:translate-y-107:hover{
    --tw-translate-y: 535px;
  }

  .tw .sm\:hover\:translate-y-108:hover{
    --tw-translate-y: 540px;
  }

  .tw .sm\:hover\:translate-y-109:hover{
    --tw-translate-y: 545px;
  }

  .tw .sm\:hover\:translate-y-110:hover{
    --tw-translate-y: 550px;
  }

  .tw .sm\:hover\:translate-y-111:hover{
    --tw-translate-y: 555px;
  }

  .tw .sm\:hover\:translate-y-112:hover{
    --tw-translate-y: 560px;
  }

  .tw .sm\:hover\:translate-y-113:hover{
    --tw-translate-y: 565px;
  }

  .tw .sm\:hover\:translate-y-114:hover{
    --tw-translate-y: 570px;
  }

  .tw .sm\:hover\:translate-y-115:hover{
    --tw-translate-y: 575px;
  }

  .tw .sm\:hover\:translate-y-116:hover{
    --tw-translate-y: 580px;
  }

  .tw .sm\:hover\:translate-y-117:hover{
    --tw-translate-y: 585px;
  }

  .tw .sm\:hover\:translate-y-118:hover{
    --tw-translate-y: 590px;
  }

  .tw .sm\:hover\:translate-y-119:hover{
    --tw-translate-y: 595px;
  }

  .tw .sm\:hover\:translate-y-120:hover{
    --tw-translate-y: 600px;
  }

  .tw .sm\:hover\:translate-y-121:hover{
    --tw-translate-y: 605px;
  }

  .tw .sm\:hover\:translate-y-122:hover{
    --tw-translate-y: 610px;
  }

  .tw .sm\:hover\:translate-y-123:hover{
    --tw-translate-y: 615px;
  }

  .tw .sm\:hover\:translate-y-124:hover{
    --tw-translate-y: 620px;
  }

  .tw .sm\:hover\:translate-y-125:hover{
    --tw-translate-y: 625px;
  }

  .tw .sm\:hover\:translate-y-126:hover{
    --tw-translate-y: 630px;
  }

  .tw .sm\:hover\:translate-y-127:hover{
    --tw-translate-y: 635px;
  }

  .tw .sm\:hover\:translate-y-128:hover{
    --tw-translate-y: 640px;
  }

  .tw .sm\:hover\:translate-y-129:hover{
    --tw-translate-y: 645px;
  }

  .tw .sm\:hover\:translate-y-130:hover{
    --tw-translate-y: 650px;
  }

  .tw .sm\:hover\:translate-y-131:hover{
    --tw-translate-y: 655px;
  }

  .tw .sm\:hover\:translate-y-132:hover{
    --tw-translate-y: 660px;
  }

  .tw .sm\:hover\:translate-y-133:hover{
    --tw-translate-y: 665px;
  }

  .tw .sm\:hover\:translate-y-134:hover{
    --tw-translate-y: 670px;
  }

  .tw .sm\:hover\:translate-y-135:hover{
    --tw-translate-y: 675px;
  }

  .tw .sm\:hover\:translate-y-136:hover{
    --tw-translate-y: 680px;
  }

  .tw .sm\:hover\:translate-y-137:hover{
    --tw-translate-y: 685px;
  }

  .tw .sm\:hover\:translate-y-138:hover{
    --tw-translate-y: 690px;
  }

  .tw .sm\:hover\:translate-y-139:hover{
    --tw-translate-y: 695px;
  }

  .tw .sm\:hover\:translate-y-140:hover{
    --tw-translate-y: 700px;
  }

  .tw .sm\:hover\:translate-y-141:hover{
    --tw-translate-y: 705px;
  }

  .tw .sm\:hover\:translate-y-142:hover{
    --tw-translate-y: 710px;
  }

  .tw .sm\:hover\:translate-y-143:hover{
    --tw-translate-y: 715px;
  }

  .tw .sm\:hover\:translate-y-144:hover{
    --tw-translate-y: 720px;
  }

  .tw .sm\:hover\:translate-y-145:hover{
    --tw-translate-y: 725px;
  }

  .tw .sm\:hover\:translate-y-146:hover{
    --tw-translate-y: 730px;
  }

  .tw .sm\:hover\:translate-y-147:hover{
    --tw-translate-y: 735px;
  }

  .tw .sm\:hover\:translate-y-148:hover{
    --tw-translate-y: 740px;
  }

  .tw .sm\:hover\:translate-y-149:hover{
    --tw-translate-y: 745px;
  }

  .tw .sm\:hover\:translate-y-0\.5:hover{
    --tw-translate-y: 3px;
  }

  .tw .sm\:hover\:translate-y-1px:hover{
    --tw-translate-y: 1px;
  }

  .tw .sm\:hover\:translate-y-2px:hover{
    --tw-translate-y: 2px;
  }

  .tw .sm\:hover\:translate-y-3px:hover{
    --tw-translate-y: 3px;
  }

  .tw .sm\:hover\:translate-y-4px:hover{
    --tw-translate-y: 4px;
  }

  .tw .sm\:hover\:translate-y-5px:hover{
    --tw-translate-y: 5px;
  }

  .tw .sm\:hover\:translate-y-6px:hover{
    --tw-translate-y: 6px;
  }

  .tw .sm\:hover\:translate-y-7px:hover{
    --tw-translate-y: 7px;
  }

  .tw .sm\:hover\:translate-y-8px:hover{
    --tw-translate-y: 8px;
  }

  .tw .sm\:hover\:translate-y-9px:hover{
    --tw-translate-y: 9px;
  }

  .tw .sm\:hover\:translate-y-10px:hover{
    --tw-translate-y: 10px;
  }

  .tw .sm\:hover\:translate-y-11px:hover{
    --tw-translate-y: 11px;
  }

  .tw .sm\:hover\:translate-y-12px:hover{
    --tw-translate-y: 12px;
  }

  .tw .sm\:hover\:translate-y-13px:hover{
    --tw-translate-y: 13px;
  }

  .tw .sm\:hover\:translate-y-14px:hover{
    --tw-translate-y: 14px;
  }

  .tw .sm\:hover\:translate-y-15px:hover{
    --tw-translate-y: 15px;
  }

  .tw .sm\:hover\:translate-y-16px:hover{
    --tw-translate-y: 16px;
  }

  .tw .sm\:hover\:translate-y-17px:hover{
    --tw-translate-y: 17px;
  }

  .tw .sm\:hover\:translate-y-18px:hover{
    --tw-translate-y: 18px;
  }

  .tw .sm\:hover\:translate-y-19px:hover{
    --tw-translate-y: 19px;
  }

  .tw .sm\:hover\:translate-y-20px:hover{
    --tw-translate-y: 20px;
  }

  .tw .sm\:hover\:translate-y-21px:hover{
    --tw-translate-y: 21px;
  }

  .tw .sm\:hover\:translate-y-22px:hover{
    --tw-translate-y: 22px;
  }

  .tw .sm\:hover\:translate-y-23px:hover{
    --tw-translate-y: 23px;
  }

  .tw .sm\:hover\:translate-y-24px:hover{
    --tw-translate-y: 24px;
  }

  .tw .sm\:hover\:translate-y-25px:hover{
    --tw-translate-y: 25px;
  }

  .tw .sm\:hover\:translate-y-26px:hover{
    --tw-translate-y: 26px;
  }

  .tw .sm\:hover\:translate-y-27px:hover{
    --tw-translate-y: 27px;
  }

  .tw .sm\:hover\:translate-y-28px:hover{
    --tw-translate-y: 28px;
  }

  .tw .sm\:hover\:translate-y-29px:hover{
    --tw-translate-y: 29px;
  }

  .tw .sm\:hover\:translate-y-30px:hover{
    --tw-translate-y: 30px;
  }

  .tw .sm\:hover\:translate-y-31px:hover{
    --tw-translate-y: 31px;
  }

  .tw .sm\:hover\:translate-y-32px:hover{
    --tw-translate-y: 32px;
  }

  .tw .sm\:hover\:translate-y-33px:hover{
    --tw-translate-y: 33px;
  }

  .tw .sm\:hover\:translate-y-34px:hover{
    --tw-translate-y: 34px;
  }

  .tw .sm\:hover\:translate-y-35px:hover{
    --tw-translate-y: 35px;
  }

  .tw .sm\:hover\:translate-y-36px:hover{
    --tw-translate-y: 36px;
  }

  .tw .sm\:hover\:translate-y-37px:hover{
    --tw-translate-y: 37px;
  }

  .tw .sm\:hover\:translate-y-38px:hover{
    --tw-translate-y: 38px;
  }

  .tw .sm\:hover\:translate-y-39px:hover{
    --tw-translate-y: 39px;
  }

  .tw .sm\:hover\:translate-y-40px:hover{
    --tw-translate-y: 40px;
  }

  .tw .sm\:hover\:-translate-y-0:hover{
    --tw-translate-y: 0px;
  }

  .tw .sm\:hover\:-translate-y-1:hover{
    --tw-translate-y: -5px;
  }

  .tw .sm\:hover\:-translate-y-2:hover{
    --tw-translate-y: -10px;
  }

  .tw .sm\:hover\:-translate-y-3:hover{
    --tw-translate-y: -15px;
  }

  .tw .sm\:hover\:-translate-y-4:hover{
    --tw-translate-y: -20px;
  }

  .tw .sm\:hover\:-translate-y-5:hover{
    --tw-translate-y: -25px;
  }

  .tw .sm\:hover\:-translate-y-6:hover{
    --tw-translate-y: -30px;
  }

  .tw .sm\:hover\:-translate-y-7:hover{
    --tw-translate-y: -35px;
  }

  .tw .sm\:hover\:-translate-y-8:hover{
    --tw-translate-y: -40px;
  }

  .tw .sm\:hover\:-translate-y-9:hover{
    --tw-translate-y: -45px;
  }

  .tw .sm\:hover\:-translate-y-10:hover{
    --tw-translate-y: -50px;
  }

  .tw .sm\:hover\:-translate-y-11:hover{
    --tw-translate-y: -55px;
  }

  .tw .sm\:hover\:-translate-y-12:hover{
    --tw-translate-y: -60px;
  }

  .tw .sm\:hover\:-translate-y-13:hover{
    --tw-translate-y: -65px;
  }

  .tw .sm\:hover\:-translate-y-14:hover{
    --tw-translate-y: -70px;
  }

  .tw .sm\:hover\:-translate-y-15:hover{
    --tw-translate-y: -75px;
  }

  .tw .sm\:hover\:-translate-y-16:hover{
    --tw-translate-y: -80px;
  }

  .tw .sm\:hover\:-translate-y-17:hover{
    --tw-translate-y: -85px;
  }

  .tw .sm\:hover\:-translate-y-18:hover{
    --tw-translate-y: -90px;
  }

  .tw .sm\:hover\:-translate-y-19:hover{
    --tw-translate-y: -95px;
  }

  .tw .sm\:hover\:-translate-y-20:hover{
    --tw-translate-y: -100px;
  }

  .tw .sm\:hover\:-translate-y-21:hover{
    --tw-translate-y: -105px;
  }

  .tw .sm\:hover\:-translate-y-22:hover{
    --tw-translate-y: -110px;
  }

  .tw .sm\:hover\:-translate-y-23:hover{
    --tw-translate-y: -115px;
  }

  .tw .sm\:hover\:-translate-y-24:hover{
    --tw-translate-y: -120px;
  }

  .tw .sm\:hover\:-translate-y-25:hover{
    --tw-translate-y: -125px;
  }

  .tw .sm\:hover\:-translate-y-26:hover{
    --tw-translate-y: -130px;
  }

  .tw .sm\:hover\:-translate-y-27:hover{
    --tw-translate-y: -135px;
  }

  .tw .sm\:hover\:-translate-y-28:hover{
    --tw-translate-y: -140px;
  }

  .tw .sm\:hover\:-translate-y-29:hover{
    --tw-translate-y: -145px;
  }

  .tw .sm\:hover\:-translate-y-30:hover{
    --tw-translate-y: -150px;
  }

  .tw .sm\:hover\:-translate-y-31:hover{
    --tw-translate-y: -155px;
  }

  .tw .sm\:hover\:-translate-y-32:hover{
    --tw-translate-y: -160px;
  }

  .tw .sm\:hover\:-translate-y-33:hover{
    --tw-translate-y: -165px;
  }

  .tw .sm\:hover\:-translate-y-34:hover{
    --tw-translate-y: -170px;
  }

  .tw .sm\:hover\:-translate-y-35:hover{
    --tw-translate-y: -175px;
  }

  .tw .sm\:hover\:-translate-y-36:hover{
    --tw-translate-y: -180px;
  }

  .tw .sm\:hover\:-translate-y-37:hover{
    --tw-translate-y: -185px;
  }

  .tw .sm\:hover\:-translate-y-38:hover{
    --tw-translate-y: -190px;
  }

  .tw .sm\:hover\:-translate-y-39:hover{
    --tw-translate-y: -195px;
  }

  .tw .sm\:hover\:-translate-y-40:hover{
    --tw-translate-y: -200px;
  }

  .tw .sm\:hover\:-translate-y-41:hover{
    --tw-translate-y: -205px;
  }

  .tw .sm\:hover\:-translate-y-42:hover{
    --tw-translate-y: -210px;
  }

  .tw .sm\:hover\:-translate-y-43:hover{
    --tw-translate-y: -215px;
  }

  .tw .sm\:hover\:-translate-y-44:hover{
    --tw-translate-y: -220px;
  }

  .tw .sm\:hover\:-translate-y-45:hover{
    --tw-translate-y: -225px;
  }

  .tw .sm\:hover\:-translate-y-46:hover{
    --tw-translate-y: -230px;
  }

  .tw .sm\:hover\:-translate-y-47:hover{
    --tw-translate-y: -235px;
  }

  .tw .sm\:hover\:-translate-y-48:hover{
    --tw-translate-y: -240px;
  }

  .tw .sm\:hover\:-translate-y-49:hover{
    --tw-translate-y: -245px;
  }

  .tw .sm\:hover\:-translate-y-50:hover{
    --tw-translate-y: -250px;
  }

  .tw .sm\:hover\:-translate-y-51:hover{
    --tw-translate-y: -255px;
  }

  .tw .sm\:hover\:-translate-y-52:hover{
    --tw-translate-y: -260px;
  }

  .tw .sm\:hover\:-translate-y-53:hover{
    --tw-translate-y: -265px;
  }

  .tw .sm\:hover\:-translate-y-54:hover{
    --tw-translate-y: -270px;
  }

  .tw .sm\:hover\:-translate-y-55:hover{
    --tw-translate-y: -275px;
  }

  .tw .sm\:hover\:-translate-y-56:hover{
    --tw-translate-y: -280px;
  }

  .tw .sm\:hover\:-translate-y-57:hover{
    --tw-translate-y: -285px;
  }

  .tw .sm\:hover\:-translate-y-58:hover{
    --tw-translate-y: -290px;
  }

  .tw .sm\:hover\:-translate-y-59:hover{
    --tw-translate-y: -295px;
  }

  .tw .sm\:hover\:-translate-y-60:hover{
    --tw-translate-y: -300px;
  }

  .tw .sm\:hover\:-translate-y-61:hover{
    --tw-translate-y: -305px;
  }

  .tw .sm\:hover\:-translate-y-62:hover{
    --tw-translate-y: -310px;
  }

  .tw .sm\:hover\:-translate-y-63:hover{
    --tw-translate-y: -315px;
  }

  .tw .sm\:hover\:-translate-y-64:hover{
    --tw-translate-y: -320px;
  }

  .tw .sm\:hover\:-translate-y-65:hover{
    --tw-translate-y: -325px;
  }

  .tw .sm\:hover\:-translate-y-66:hover{
    --tw-translate-y: -330px;
  }

  .tw .sm\:hover\:-translate-y-67:hover{
    --tw-translate-y: -335px;
  }

  .tw .sm\:hover\:-translate-y-68:hover{
    --tw-translate-y: -340px;
  }

  .tw .sm\:hover\:-translate-y-69:hover{
    --tw-translate-y: -345px;
  }

  .tw .sm\:hover\:-translate-y-70:hover{
    --tw-translate-y: -350px;
  }

  .tw .sm\:hover\:-translate-y-71:hover{
    --tw-translate-y: -355px;
  }

  .tw .sm\:hover\:-translate-y-72:hover{
    --tw-translate-y: -360px;
  }

  .tw .sm\:hover\:-translate-y-73:hover{
    --tw-translate-y: -365px;
  }

  .tw .sm\:hover\:-translate-y-74:hover{
    --tw-translate-y: -370px;
  }

  .tw .sm\:hover\:-translate-y-75:hover{
    --tw-translate-y: -375px;
  }

  .tw .sm\:hover\:-translate-y-76:hover{
    --tw-translate-y: -380px;
  }

  .tw .sm\:hover\:-translate-y-77:hover{
    --tw-translate-y: -385px;
  }

  .tw .sm\:hover\:-translate-y-78:hover{
    --tw-translate-y: -390px;
  }

  .tw .sm\:hover\:-translate-y-79:hover{
    --tw-translate-y: -395px;
  }

  .tw .sm\:hover\:-translate-y-80:hover{
    --tw-translate-y: -400px;
  }

  .tw .sm\:hover\:-translate-y-81:hover{
    --tw-translate-y: -405px;
  }

  .tw .sm\:hover\:-translate-y-82:hover{
    --tw-translate-y: -410px;
  }

  .tw .sm\:hover\:-translate-y-83:hover{
    --tw-translate-y: -415px;
  }

  .tw .sm\:hover\:-translate-y-84:hover{
    --tw-translate-y: -420px;
  }

  .tw .sm\:hover\:-translate-y-85:hover{
    --tw-translate-y: -425px;
  }

  .tw .sm\:hover\:-translate-y-86:hover{
    --tw-translate-y: -430px;
  }

  .tw .sm\:hover\:-translate-y-87:hover{
    --tw-translate-y: -435px;
  }

  .tw .sm\:hover\:-translate-y-88:hover{
    --tw-translate-y: -440px;
  }

  .tw .sm\:hover\:-translate-y-89:hover{
    --tw-translate-y: -445px;
  }

  .tw .sm\:hover\:-translate-y-90:hover{
    --tw-translate-y: -450px;
  }

  .tw .sm\:hover\:-translate-y-91:hover{
    --tw-translate-y: -455px;
  }

  .tw .sm\:hover\:-translate-y-92:hover{
    --tw-translate-y: -460px;
  }

  .tw .sm\:hover\:-translate-y-93:hover{
    --tw-translate-y: -465px;
  }

  .tw .sm\:hover\:-translate-y-94:hover{
    --tw-translate-y: -470px;
  }

  .tw .sm\:hover\:-translate-y-95:hover{
    --tw-translate-y: -475px;
  }

  .tw .sm\:hover\:-translate-y-96:hover{
    --tw-translate-y: -480px;
  }

  .tw .sm\:hover\:-translate-y-97:hover{
    --tw-translate-y: -485px;
  }

  .tw .sm\:hover\:-translate-y-98:hover{
    --tw-translate-y: -490px;
  }

  .tw .sm\:hover\:-translate-y-99:hover{
    --tw-translate-y: -495px;
  }

  .tw .sm\:hover\:-translate-y-100:hover{
    --tw-translate-y: -500px;
  }

  .tw .sm\:hover\:-translate-y-101:hover{
    --tw-translate-y: -505px;
  }

  .tw .sm\:hover\:-translate-y-102:hover{
    --tw-translate-y: -510px;
  }

  .tw .sm\:hover\:-translate-y-103:hover{
    --tw-translate-y: -515px;
  }

  .tw .sm\:hover\:-translate-y-104:hover{
    --tw-translate-y: -520px;
  }

  .tw .sm\:hover\:-translate-y-105:hover{
    --tw-translate-y: -525px;
  }

  .tw .sm\:hover\:-translate-y-106:hover{
    --tw-translate-y: -530px;
  }

  .tw .sm\:hover\:-translate-y-107:hover{
    --tw-translate-y: -535px;
  }

  .tw .sm\:hover\:-translate-y-108:hover{
    --tw-translate-y: -540px;
  }

  .tw .sm\:hover\:-translate-y-109:hover{
    --tw-translate-y: -545px;
  }

  .tw .sm\:hover\:-translate-y-110:hover{
    --tw-translate-y: -550px;
  }

  .tw .sm\:hover\:-translate-y-111:hover{
    --tw-translate-y: -555px;
  }

  .tw .sm\:hover\:-translate-y-112:hover{
    --tw-translate-y: -560px;
  }

  .tw .sm\:hover\:-translate-y-113:hover{
    --tw-translate-y: -565px;
  }

  .tw .sm\:hover\:-translate-y-114:hover{
    --tw-translate-y: -570px;
  }

  .tw .sm\:hover\:-translate-y-115:hover{
    --tw-translate-y: -575px;
  }

  .tw .sm\:hover\:-translate-y-116:hover{
    --tw-translate-y: -580px;
  }

  .tw .sm\:hover\:-translate-y-117:hover{
    --tw-translate-y: -585px;
  }

  .tw .sm\:hover\:-translate-y-118:hover{
    --tw-translate-y: -590px;
  }

  .tw .sm\:hover\:-translate-y-119:hover{
    --tw-translate-y: -595px;
  }

  .tw .sm\:hover\:-translate-y-120:hover{
    --tw-translate-y: -600px;
  }

  .tw .sm\:hover\:-translate-y-121:hover{
    --tw-translate-y: -605px;
  }

  .tw .sm\:hover\:-translate-y-122:hover{
    --tw-translate-y: -610px;
  }

  .tw .sm\:hover\:-translate-y-123:hover{
    --tw-translate-y: -615px;
  }

  .tw .sm\:hover\:-translate-y-124:hover{
    --tw-translate-y: -620px;
  }

  .tw .sm\:hover\:-translate-y-125:hover{
    --tw-translate-y: -625px;
  }

  .tw .sm\:hover\:-translate-y-126:hover{
    --tw-translate-y: -630px;
  }

  .tw .sm\:hover\:-translate-y-127:hover{
    --tw-translate-y: -635px;
  }

  .tw .sm\:hover\:-translate-y-128:hover{
    --tw-translate-y: -640px;
  }

  .tw .sm\:hover\:-translate-y-129:hover{
    --tw-translate-y: -645px;
  }

  .tw .sm\:hover\:-translate-y-130:hover{
    --tw-translate-y: -650px;
  }

  .tw .sm\:hover\:-translate-y-131:hover{
    --tw-translate-y: -655px;
  }

  .tw .sm\:hover\:-translate-y-132:hover{
    --tw-translate-y: -660px;
  }

  .tw .sm\:hover\:-translate-y-133:hover{
    --tw-translate-y: -665px;
  }

  .tw .sm\:hover\:-translate-y-134:hover{
    --tw-translate-y: -670px;
  }

  .tw .sm\:hover\:-translate-y-135:hover{
    --tw-translate-y: -675px;
  }

  .tw .sm\:hover\:-translate-y-136:hover{
    --tw-translate-y: -680px;
  }

  .tw .sm\:hover\:-translate-y-137:hover{
    --tw-translate-y: -685px;
  }

  .tw .sm\:hover\:-translate-y-138:hover{
    --tw-translate-y: -690px;
  }

  .tw .sm\:hover\:-translate-y-139:hover{
    --tw-translate-y: -695px;
  }

  .tw .sm\:hover\:-translate-y-140:hover{
    --tw-translate-y: -700px;
  }

  .tw .sm\:hover\:-translate-y-141:hover{
    --tw-translate-y: -705px;
  }

  .tw .sm\:hover\:-translate-y-142:hover{
    --tw-translate-y: -710px;
  }

  .tw .sm\:hover\:-translate-y-143:hover{
    --tw-translate-y: -715px;
  }

  .tw .sm\:hover\:-translate-y-144:hover{
    --tw-translate-y: -720px;
  }

  .tw .sm\:hover\:-translate-y-145:hover{
    --tw-translate-y: -725px;
  }

  .tw .sm\:hover\:-translate-y-146:hover{
    --tw-translate-y: -730px;
  }

  .tw .sm\:hover\:-translate-y-147:hover{
    --tw-translate-y: -735px;
  }

  .tw .sm\:hover\:-translate-y-148:hover{
    --tw-translate-y: -740px;
  }

  .tw .sm\:hover\:-translate-y-149:hover{
    --tw-translate-y: -745px;
  }

  .tw .sm\:hover\:-translate-y-0\.5:hover{
    --tw-translate-y: -3px;
  }

  .tw .sm\:hover\:-translate-y-1px:hover{
    --tw-translate-y: -1px;
  }

  .tw .sm\:hover\:-translate-y-2px:hover{
    --tw-translate-y: -2px;
  }

  .tw .sm\:hover\:-translate-y-3px:hover{
    --tw-translate-y: -3px;
  }

  .tw .sm\:hover\:-translate-y-4px:hover{
    --tw-translate-y: -4px;
  }

  .tw .sm\:hover\:-translate-y-5px:hover{
    --tw-translate-y: -5px;
  }

  .tw .sm\:hover\:-translate-y-6px:hover{
    --tw-translate-y: -6px;
  }

  .tw .sm\:hover\:-translate-y-7px:hover{
    --tw-translate-y: -7px;
  }

  .tw .sm\:hover\:-translate-y-8px:hover{
    --tw-translate-y: -8px;
  }

  .tw .sm\:hover\:-translate-y-9px:hover{
    --tw-translate-y: -9px;
  }

  .tw .sm\:hover\:-translate-y-10px:hover{
    --tw-translate-y: -10px;
  }

  .tw .sm\:hover\:-translate-y-11px:hover{
    --tw-translate-y: -11px;
  }

  .tw .sm\:hover\:-translate-y-12px:hover{
    --tw-translate-y: -12px;
  }

  .tw .sm\:hover\:-translate-y-13px:hover{
    --tw-translate-y: -13px;
  }

  .tw .sm\:hover\:-translate-y-14px:hover{
    --tw-translate-y: -14px;
  }

  .tw .sm\:hover\:-translate-y-15px:hover{
    --tw-translate-y: -15px;
  }

  .tw .sm\:hover\:-translate-y-16px:hover{
    --tw-translate-y: -16px;
  }

  .tw .sm\:hover\:-translate-y-17px:hover{
    --tw-translate-y: -17px;
  }

  .tw .sm\:hover\:-translate-y-18px:hover{
    --tw-translate-y: -18px;
  }

  .tw .sm\:hover\:-translate-y-19px:hover{
    --tw-translate-y: -19px;
  }

  .tw .sm\:hover\:-translate-y-20px:hover{
    --tw-translate-y: -20px;
  }

  .tw .sm\:hover\:-translate-y-21px:hover{
    --tw-translate-y: -21px;
  }

  .tw .sm\:hover\:-translate-y-22px:hover{
    --tw-translate-y: -22px;
  }

  .tw .sm\:hover\:-translate-y-23px:hover{
    --tw-translate-y: -23px;
  }

  .tw .sm\:hover\:-translate-y-24px:hover{
    --tw-translate-y: -24px;
  }

  .tw .sm\:hover\:-translate-y-25px:hover{
    --tw-translate-y: -25px;
  }

  .tw .sm\:hover\:-translate-y-26px:hover{
    --tw-translate-y: -26px;
  }

  .tw .sm\:hover\:-translate-y-27px:hover{
    --tw-translate-y: -27px;
  }

  .tw .sm\:hover\:-translate-y-28px:hover{
    --tw-translate-y: -28px;
  }

  .tw .sm\:hover\:-translate-y-29px:hover{
    --tw-translate-y: -29px;
  }

  .tw .sm\:hover\:-translate-y-30px:hover{
    --tw-translate-y: -30px;
  }

  .tw .sm\:hover\:-translate-y-31px:hover{
    --tw-translate-y: -31px;
  }

  .tw .sm\:hover\:-translate-y-32px:hover{
    --tw-translate-y: -32px;
  }

  .tw .sm\:hover\:-translate-y-33px:hover{
    --tw-translate-y: -33px;
  }

  .tw .sm\:hover\:-translate-y-34px:hover{
    --tw-translate-y: -34px;
  }

  .tw .sm\:hover\:-translate-y-35px:hover{
    --tw-translate-y: -35px;
  }

  .tw .sm\:hover\:-translate-y-36px:hover{
    --tw-translate-y: -36px;
  }

  .tw .sm\:hover\:-translate-y-37px:hover{
    --tw-translate-y: -37px;
  }

  .tw .sm\:hover\:-translate-y-38px:hover{
    --tw-translate-y: -38px;
  }

  .tw .sm\:hover\:-translate-y-39px:hover{
    --tw-translate-y: -39px;
  }

  .tw .sm\:hover\:-translate-y-40px:hover{
    --tw-translate-y: -40px;
  }

  .tw .sm\:hover\:translate-y-1\/2:hover{
    --tw-translate-y: 50%;
  }

  .tw .sm\:hover\:translate-y-1\/3:hover{
    --tw-translate-y: 33.333333%;
  }

  .tw .sm\:hover\:translate-y-2\/3:hover{
    --tw-translate-y: 66.666667%;
  }

  .tw .sm\:hover\:translate-y-1\/4:hover{
    --tw-translate-y: 25%;
  }

  .tw .sm\:hover\:translate-y-2\/4:hover{
    --tw-translate-y: 50%;
  }

  .tw .sm\:hover\:translate-y-3\/4:hover{
    --tw-translate-y: 75%;
  }

  .tw .sm\:hover\:translate-y-full:hover{
    --tw-translate-y: 100%;
  }

  .tw .sm\:hover\:-translate-y-1\/2:hover{
    --tw-translate-y: -50%;
  }

  .tw .sm\:hover\:-translate-y-1\/3:hover{
    --tw-translate-y: -33.333333%;
  }

  .tw .sm\:hover\:-translate-y-2\/3:hover{
    --tw-translate-y: -66.666667%;
  }

  .tw .sm\:hover\:-translate-y-1\/4:hover{
    --tw-translate-y: -25%;
  }

  .tw .sm\:hover\:-translate-y-2\/4:hover{
    --tw-translate-y: -50%;
  }

  .tw .sm\:hover\:-translate-y-3\/4:hover{
    --tw-translate-y: -75%;
  }

  .tw .sm\:hover\:-translate-y-full:hover{
    --tw-translate-y: -100%;
  }

  .tw .sm\:focus\:translate-x-0:focus{
    --tw-translate-x: 0px;
  }

  .tw .sm\:focus\:translate-x-1:focus{
    --tw-translate-x: 5px;
  }

  .tw .sm\:focus\:translate-x-2:focus{
    --tw-translate-x: 10px;
  }

  .tw .sm\:focus\:translate-x-3:focus{
    --tw-translate-x: 15px;
  }

  .tw .sm\:focus\:translate-x-4:focus{
    --tw-translate-x: 20px;
  }

  .tw .sm\:focus\:translate-x-5:focus{
    --tw-translate-x: 25px;
  }

  .tw .sm\:focus\:translate-x-6:focus{
    --tw-translate-x: 30px;
  }

  .tw .sm\:focus\:translate-x-7:focus{
    --tw-translate-x: 35px;
  }

  .tw .sm\:focus\:translate-x-8:focus{
    --tw-translate-x: 40px;
  }

  .tw .sm\:focus\:translate-x-9:focus{
    --tw-translate-x: 45px;
  }

  .tw .sm\:focus\:translate-x-10:focus{
    --tw-translate-x: 50px;
  }

  .tw .sm\:focus\:translate-x-11:focus{
    --tw-translate-x: 55px;
  }

  .tw .sm\:focus\:translate-x-12:focus{
    --tw-translate-x: 60px;
  }

  .tw .sm\:focus\:translate-x-13:focus{
    --tw-translate-x: 65px;
  }

  .tw .sm\:focus\:translate-x-14:focus{
    --tw-translate-x: 70px;
  }

  .tw .sm\:focus\:translate-x-15:focus{
    --tw-translate-x: 75px;
  }

  .tw .sm\:focus\:translate-x-16:focus{
    --tw-translate-x: 80px;
  }

  .tw .sm\:focus\:translate-x-17:focus{
    --tw-translate-x: 85px;
  }

  .tw .sm\:focus\:translate-x-18:focus{
    --tw-translate-x: 90px;
  }

  .tw .sm\:focus\:translate-x-19:focus{
    --tw-translate-x: 95px;
  }

  .tw .sm\:focus\:translate-x-20:focus{
    --tw-translate-x: 100px;
  }

  .tw .sm\:focus\:translate-x-21:focus{
    --tw-translate-x: 105px;
  }

  .tw .sm\:focus\:translate-x-22:focus{
    --tw-translate-x: 110px;
  }

  .tw .sm\:focus\:translate-x-23:focus{
    --tw-translate-x: 115px;
  }

  .tw .sm\:focus\:translate-x-24:focus{
    --tw-translate-x: 120px;
  }

  .tw .sm\:focus\:translate-x-25:focus{
    --tw-translate-x: 125px;
  }

  .tw .sm\:focus\:translate-x-26:focus{
    --tw-translate-x: 130px;
  }

  .tw .sm\:focus\:translate-x-27:focus{
    --tw-translate-x: 135px;
  }

  .tw .sm\:focus\:translate-x-28:focus{
    --tw-translate-x: 140px;
  }

  .tw .sm\:focus\:translate-x-29:focus{
    --tw-translate-x: 145px;
  }

  .tw .sm\:focus\:translate-x-30:focus{
    --tw-translate-x: 150px;
  }

  .tw .sm\:focus\:translate-x-31:focus{
    --tw-translate-x: 155px;
  }

  .tw .sm\:focus\:translate-x-32:focus{
    --tw-translate-x: 160px;
  }

  .tw .sm\:focus\:translate-x-33:focus{
    --tw-translate-x: 165px;
  }

  .tw .sm\:focus\:translate-x-34:focus{
    --tw-translate-x: 170px;
  }

  .tw .sm\:focus\:translate-x-35:focus{
    --tw-translate-x: 175px;
  }

  .tw .sm\:focus\:translate-x-36:focus{
    --tw-translate-x: 180px;
  }

  .tw .sm\:focus\:translate-x-37:focus{
    --tw-translate-x: 185px;
  }

  .tw .sm\:focus\:translate-x-38:focus{
    --tw-translate-x: 190px;
  }

  .tw .sm\:focus\:translate-x-39:focus{
    --tw-translate-x: 195px;
  }

  .tw .sm\:focus\:translate-x-40:focus{
    --tw-translate-x: 200px;
  }

  .tw .sm\:focus\:translate-x-41:focus{
    --tw-translate-x: 205px;
  }

  .tw .sm\:focus\:translate-x-42:focus{
    --tw-translate-x: 210px;
  }

  .tw .sm\:focus\:translate-x-43:focus{
    --tw-translate-x: 215px;
  }

  .tw .sm\:focus\:translate-x-44:focus{
    --tw-translate-x: 220px;
  }

  .tw .sm\:focus\:translate-x-45:focus{
    --tw-translate-x: 225px;
  }

  .tw .sm\:focus\:translate-x-46:focus{
    --tw-translate-x: 230px;
  }

  .tw .sm\:focus\:translate-x-47:focus{
    --tw-translate-x: 235px;
  }

  .tw .sm\:focus\:translate-x-48:focus{
    --tw-translate-x: 240px;
  }

  .tw .sm\:focus\:translate-x-49:focus{
    --tw-translate-x: 245px;
  }

  .tw .sm\:focus\:translate-x-50:focus{
    --tw-translate-x: 250px;
  }

  .tw .sm\:focus\:translate-x-51:focus{
    --tw-translate-x: 255px;
  }

  .tw .sm\:focus\:translate-x-52:focus{
    --tw-translate-x: 260px;
  }

  .tw .sm\:focus\:translate-x-53:focus{
    --tw-translate-x: 265px;
  }

  .tw .sm\:focus\:translate-x-54:focus{
    --tw-translate-x: 270px;
  }

  .tw .sm\:focus\:translate-x-55:focus{
    --tw-translate-x: 275px;
  }

  .tw .sm\:focus\:translate-x-56:focus{
    --tw-translate-x: 280px;
  }

  .tw .sm\:focus\:translate-x-57:focus{
    --tw-translate-x: 285px;
  }

  .tw .sm\:focus\:translate-x-58:focus{
    --tw-translate-x: 290px;
  }

  .tw .sm\:focus\:translate-x-59:focus{
    --tw-translate-x: 295px;
  }

  .tw .sm\:focus\:translate-x-60:focus{
    --tw-translate-x: 300px;
  }

  .tw .sm\:focus\:translate-x-61:focus{
    --tw-translate-x: 305px;
  }

  .tw .sm\:focus\:translate-x-62:focus{
    --tw-translate-x: 310px;
  }

  .tw .sm\:focus\:translate-x-63:focus{
    --tw-translate-x: 315px;
  }

  .tw .sm\:focus\:translate-x-64:focus{
    --tw-translate-x: 320px;
  }

  .tw .sm\:focus\:translate-x-65:focus{
    --tw-translate-x: 325px;
  }

  .tw .sm\:focus\:translate-x-66:focus{
    --tw-translate-x: 330px;
  }

  .tw .sm\:focus\:translate-x-67:focus{
    --tw-translate-x: 335px;
  }

  .tw .sm\:focus\:translate-x-68:focus{
    --tw-translate-x: 340px;
  }

  .tw .sm\:focus\:translate-x-69:focus{
    --tw-translate-x: 345px;
  }

  .tw .sm\:focus\:translate-x-70:focus{
    --tw-translate-x: 350px;
  }

  .tw .sm\:focus\:translate-x-71:focus{
    --tw-translate-x: 355px;
  }

  .tw .sm\:focus\:translate-x-72:focus{
    --tw-translate-x: 360px;
  }

  .tw .sm\:focus\:translate-x-73:focus{
    --tw-translate-x: 365px;
  }

  .tw .sm\:focus\:translate-x-74:focus{
    --tw-translate-x: 370px;
  }

  .tw .sm\:focus\:translate-x-75:focus{
    --tw-translate-x: 375px;
  }

  .tw .sm\:focus\:translate-x-76:focus{
    --tw-translate-x: 380px;
  }

  .tw .sm\:focus\:translate-x-77:focus{
    --tw-translate-x: 385px;
  }

  .tw .sm\:focus\:translate-x-78:focus{
    --tw-translate-x: 390px;
  }

  .tw .sm\:focus\:translate-x-79:focus{
    --tw-translate-x: 395px;
  }

  .tw .sm\:focus\:translate-x-80:focus{
    --tw-translate-x: 400px;
  }

  .tw .sm\:focus\:translate-x-81:focus{
    --tw-translate-x: 405px;
  }

  .tw .sm\:focus\:translate-x-82:focus{
    --tw-translate-x: 410px;
  }

  .tw .sm\:focus\:translate-x-83:focus{
    --tw-translate-x: 415px;
  }

  .tw .sm\:focus\:translate-x-84:focus{
    --tw-translate-x: 420px;
  }

  .tw .sm\:focus\:translate-x-85:focus{
    --tw-translate-x: 425px;
  }

  .tw .sm\:focus\:translate-x-86:focus{
    --tw-translate-x: 430px;
  }

  .tw .sm\:focus\:translate-x-87:focus{
    --tw-translate-x: 435px;
  }

  .tw .sm\:focus\:translate-x-88:focus{
    --tw-translate-x: 440px;
  }

  .tw .sm\:focus\:translate-x-89:focus{
    --tw-translate-x: 445px;
  }

  .tw .sm\:focus\:translate-x-90:focus{
    --tw-translate-x: 450px;
  }

  .tw .sm\:focus\:translate-x-91:focus{
    --tw-translate-x: 455px;
  }

  .tw .sm\:focus\:translate-x-92:focus{
    --tw-translate-x: 460px;
  }

  .tw .sm\:focus\:translate-x-93:focus{
    --tw-translate-x: 465px;
  }

  .tw .sm\:focus\:translate-x-94:focus{
    --tw-translate-x: 470px;
  }

  .tw .sm\:focus\:translate-x-95:focus{
    --tw-translate-x: 475px;
  }

  .tw .sm\:focus\:translate-x-96:focus{
    --tw-translate-x: 480px;
  }

  .tw .sm\:focus\:translate-x-97:focus{
    --tw-translate-x: 485px;
  }

  .tw .sm\:focus\:translate-x-98:focus{
    --tw-translate-x: 490px;
  }

  .tw .sm\:focus\:translate-x-99:focus{
    --tw-translate-x: 495px;
  }

  .tw .sm\:focus\:translate-x-100:focus{
    --tw-translate-x: 500px;
  }

  .tw .sm\:focus\:translate-x-101:focus{
    --tw-translate-x: 505px;
  }

  .tw .sm\:focus\:translate-x-102:focus{
    --tw-translate-x: 510px;
  }

  .tw .sm\:focus\:translate-x-103:focus{
    --tw-translate-x: 515px;
  }

  .tw .sm\:focus\:translate-x-104:focus{
    --tw-translate-x: 520px;
  }

  .tw .sm\:focus\:translate-x-105:focus{
    --tw-translate-x: 525px;
  }

  .tw .sm\:focus\:translate-x-106:focus{
    --tw-translate-x: 530px;
  }

  .tw .sm\:focus\:translate-x-107:focus{
    --tw-translate-x: 535px;
  }

  .tw .sm\:focus\:translate-x-108:focus{
    --tw-translate-x: 540px;
  }

  .tw .sm\:focus\:translate-x-109:focus{
    --tw-translate-x: 545px;
  }

  .tw .sm\:focus\:translate-x-110:focus{
    --tw-translate-x: 550px;
  }

  .tw .sm\:focus\:translate-x-111:focus{
    --tw-translate-x: 555px;
  }

  .tw .sm\:focus\:translate-x-112:focus{
    --tw-translate-x: 560px;
  }

  .tw .sm\:focus\:translate-x-113:focus{
    --tw-translate-x: 565px;
  }

  .tw .sm\:focus\:translate-x-114:focus{
    --tw-translate-x: 570px;
  }

  .tw .sm\:focus\:translate-x-115:focus{
    --tw-translate-x: 575px;
  }

  .tw .sm\:focus\:translate-x-116:focus{
    --tw-translate-x: 580px;
  }

  .tw .sm\:focus\:translate-x-117:focus{
    --tw-translate-x: 585px;
  }

  .tw .sm\:focus\:translate-x-118:focus{
    --tw-translate-x: 590px;
  }

  .tw .sm\:focus\:translate-x-119:focus{
    --tw-translate-x: 595px;
  }

  .tw .sm\:focus\:translate-x-120:focus{
    --tw-translate-x: 600px;
  }

  .tw .sm\:focus\:translate-x-121:focus{
    --tw-translate-x: 605px;
  }

  .tw .sm\:focus\:translate-x-122:focus{
    --tw-translate-x: 610px;
  }

  .tw .sm\:focus\:translate-x-123:focus{
    --tw-translate-x: 615px;
  }

  .tw .sm\:focus\:translate-x-124:focus{
    --tw-translate-x: 620px;
  }

  .tw .sm\:focus\:translate-x-125:focus{
    --tw-translate-x: 625px;
  }

  .tw .sm\:focus\:translate-x-126:focus{
    --tw-translate-x: 630px;
  }

  .tw .sm\:focus\:translate-x-127:focus{
    --tw-translate-x: 635px;
  }

  .tw .sm\:focus\:translate-x-128:focus{
    --tw-translate-x: 640px;
  }

  .tw .sm\:focus\:translate-x-129:focus{
    --tw-translate-x: 645px;
  }

  .tw .sm\:focus\:translate-x-130:focus{
    --tw-translate-x: 650px;
  }

  .tw .sm\:focus\:translate-x-131:focus{
    --tw-translate-x: 655px;
  }

  .tw .sm\:focus\:translate-x-132:focus{
    --tw-translate-x: 660px;
  }

  .tw .sm\:focus\:translate-x-133:focus{
    --tw-translate-x: 665px;
  }

  .tw .sm\:focus\:translate-x-134:focus{
    --tw-translate-x: 670px;
  }

  .tw .sm\:focus\:translate-x-135:focus{
    --tw-translate-x: 675px;
  }

  .tw .sm\:focus\:translate-x-136:focus{
    --tw-translate-x: 680px;
  }

  .tw .sm\:focus\:translate-x-137:focus{
    --tw-translate-x: 685px;
  }

  .tw .sm\:focus\:translate-x-138:focus{
    --tw-translate-x: 690px;
  }

  .tw .sm\:focus\:translate-x-139:focus{
    --tw-translate-x: 695px;
  }

  .tw .sm\:focus\:translate-x-140:focus{
    --tw-translate-x: 700px;
  }

  .tw .sm\:focus\:translate-x-141:focus{
    --tw-translate-x: 705px;
  }

  .tw .sm\:focus\:translate-x-142:focus{
    --tw-translate-x: 710px;
  }

  .tw .sm\:focus\:translate-x-143:focus{
    --tw-translate-x: 715px;
  }

  .tw .sm\:focus\:translate-x-144:focus{
    --tw-translate-x: 720px;
  }

  .tw .sm\:focus\:translate-x-145:focus{
    --tw-translate-x: 725px;
  }

  .tw .sm\:focus\:translate-x-146:focus{
    --tw-translate-x: 730px;
  }

  .tw .sm\:focus\:translate-x-147:focus{
    --tw-translate-x: 735px;
  }

  .tw .sm\:focus\:translate-x-148:focus{
    --tw-translate-x: 740px;
  }

  .tw .sm\:focus\:translate-x-149:focus{
    --tw-translate-x: 745px;
  }

  .tw .sm\:focus\:translate-x-0\.5:focus{
    --tw-translate-x: 3px;
  }

  .tw .sm\:focus\:translate-x-1px:focus{
    --tw-translate-x: 1px;
  }

  .tw .sm\:focus\:translate-x-2px:focus{
    --tw-translate-x: 2px;
  }

  .tw .sm\:focus\:translate-x-3px:focus{
    --tw-translate-x: 3px;
  }

  .tw .sm\:focus\:translate-x-4px:focus{
    --tw-translate-x: 4px;
  }

  .tw .sm\:focus\:translate-x-5px:focus{
    --tw-translate-x: 5px;
  }

  .tw .sm\:focus\:translate-x-6px:focus{
    --tw-translate-x: 6px;
  }

  .tw .sm\:focus\:translate-x-7px:focus{
    --tw-translate-x: 7px;
  }

  .tw .sm\:focus\:translate-x-8px:focus{
    --tw-translate-x: 8px;
  }

  .tw .sm\:focus\:translate-x-9px:focus{
    --tw-translate-x: 9px;
  }

  .tw .sm\:focus\:translate-x-10px:focus{
    --tw-translate-x: 10px;
  }

  .tw .sm\:focus\:translate-x-11px:focus{
    --tw-translate-x: 11px;
  }

  .tw .sm\:focus\:translate-x-12px:focus{
    --tw-translate-x: 12px;
  }

  .tw .sm\:focus\:translate-x-13px:focus{
    --tw-translate-x: 13px;
  }

  .tw .sm\:focus\:translate-x-14px:focus{
    --tw-translate-x: 14px;
  }

  .tw .sm\:focus\:translate-x-15px:focus{
    --tw-translate-x: 15px;
  }

  .tw .sm\:focus\:translate-x-16px:focus{
    --tw-translate-x: 16px;
  }

  .tw .sm\:focus\:translate-x-17px:focus{
    --tw-translate-x: 17px;
  }

  .tw .sm\:focus\:translate-x-18px:focus{
    --tw-translate-x: 18px;
  }

  .tw .sm\:focus\:translate-x-19px:focus{
    --tw-translate-x: 19px;
  }

  .tw .sm\:focus\:translate-x-20px:focus{
    --tw-translate-x: 20px;
  }

  .tw .sm\:focus\:translate-x-21px:focus{
    --tw-translate-x: 21px;
  }

  .tw .sm\:focus\:translate-x-22px:focus{
    --tw-translate-x: 22px;
  }

  .tw .sm\:focus\:translate-x-23px:focus{
    --tw-translate-x: 23px;
  }

  .tw .sm\:focus\:translate-x-24px:focus{
    --tw-translate-x: 24px;
  }

  .tw .sm\:focus\:translate-x-25px:focus{
    --tw-translate-x: 25px;
  }

  .tw .sm\:focus\:translate-x-26px:focus{
    --tw-translate-x: 26px;
  }

  .tw .sm\:focus\:translate-x-27px:focus{
    --tw-translate-x: 27px;
  }

  .tw .sm\:focus\:translate-x-28px:focus{
    --tw-translate-x: 28px;
  }

  .tw .sm\:focus\:translate-x-29px:focus{
    --tw-translate-x: 29px;
  }

  .tw .sm\:focus\:translate-x-30px:focus{
    --tw-translate-x: 30px;
  }

  .tw .sm\:focus\:translate-x-31px:focus{
    --tw-translate-x: 31px;
  }

  .tw .sm\:focus\:translate-x-32px:focus{
    --tw-translate-x: 32px;
  }

  .tw .sm\:focus\:translate-x-33px:focus{
    --tw-translate-x: 33px;
  }

  .tw .sm\:focus\:translate-x-34px:focus{
    --tw-translate-x: 34px;
  }

  .tw .sm\:focus\:translate-x-35px:focus{
    --tw-translate-x: 35px;
  }

  .tw .sm\:focus\:translate-x-36px:focus{
    --tw-translate-x: 36px;
  }

  .tw .sm\:focus\:translate-x-37px:focus{
    --tw-translate-x: 37px;
  }

  .tw .sm\:focus\:translate-x-38px:focus{
    --tw-translate-x: 38px;
  }

  .tw .sm\:focus\:translate-x-39px:focus{
    --tw-translate-x: 39px;
  }

  .tw .sm\:focus\:translate-x-40px:focus{
    --tw-translate-x: 40px;
  }

  .tw .sm\:focus\:-translate-x-0:focus{
    --tw-translate-x: 0px;
  }

  .tw .sm\:focus\:-translate-x-1:focus{
    --tw-translate-x: -5px;
  }

  .tw .sm\:focus\:-translate-x-2:focus{
    --tw-translate-x: -10px;
  }

  .tw .sm\:focus\:-translate-x-3:focus{
    --tw-translate-x: -15px;
  }

  .tw .sm\:focus\:-translate-x-4:focus{
    --tw-translate-x: -20px;
  }

  .tw .sm\:focus\:-translate-x-5:focus{
    --tw-translate-x: -25px;
  }

  .tw .sm\:focus\:-translate-x-6:focus{
    --tw-translate-x: -30px;
  }

  .tw .sm\:focus\:-translate-x-7:focus{
    --tw-translate-x: -35px;
  }

  .tw .sm\:focus\:-translate-x-8:focus{
    --tw-translate-x: -40px;
  }

  .tw .sm\:focus\:-translate-x-9:focus{
    --tw-translate-x: -45px;
  }

  .tw .sm\:focus\:-translate-x-10:focus{
    --tw-translate-x: -50px;
  }

  .tw .sm\:focus\:-translate-x-11:focus{
    --tw-translate-x: -55px;
  }

  .tw .sm\:focus\:-translate-x-12:focus{
    --tw-translate-x: -60px;
  }

  .tw .sm\:focus\:-translate-x-13:focus{
    --tw-translate-x: -65px;
  }

  .tw .sm\:focus\:-translate-x-14:focus{
    --tw-translate-x: -70px;
  }

  .tw .sm\:focus\:-translate-x-15:focus{
    --tw-translate-x: -75px;
  }

  .tw .sm\:focus\:-translate-x-16:focus{
    --tw-translate-x: -80px;
  }

  .tw .sm\:focus\:-translate-x-17:focus{
    --tw-translate-x: -85px;
  }

  .tw .sm\:focus\:-translate-x-18:focus{
    --tw-translate-x: -90px;
  }

  .tw .sm\:focus\:-translate-x-19:focus{
    --tw-translate-x: -95px;
  }

  .tw .sm\:focus\:-translate-x-20:focus{
    --tw-translate-x: -100px;
  }

  .tw .sm\:focus\:-translate-x-21:focus{
    --tw-translate-x: -105px;
  }

  .tw .sm\:focus\:-translate-x-22:focus{
    --tw-translate-x: -110px;
  }

  .tw .sm\:focus\:-translate-x-23:focus{
    --tw-translate-x: -115px;
  }

  .tw .sm\:focus\:-translate-x-24:focus{
    --tw-translate-x: -120px;
  }

  .tw .sm\:focus\:-translate-x-25:focus{
    --tw-translate-x: -125px;
  }

  .tw .sm\:focus\:-translate-x-26:focus{
    --tw-translate-x: -130px;
  }

  .tw .sm\:focus\:-translate-x-27:focus{
    --tw-translate-x: -135px;
  }

  .tw .sm\:focus\:-translate-x-28:focus{
    --tw-translate-x: -140px;
  }

  .tw .sm\:focus\:-translate-x-29:focus{
    --tw-translate-x: -145px;
  }

  .tw .sm\:focus\:-translate-x-30:focus{
    --tw-translate-x: -150px;
  }

  .tw .sm\:focus\:-translate-x-31:focus{
    --tw-translate-x: -155px;
  }

  .tw .sm\:focus\:-translate-x-32:focus{
    --tw-translate-x: -160px;
  }

  .tw .sm\:focus\:-translate-x-33:focus{
    --tw-translate-x: -165px;
  }

  .tw .sm\:focus\:-translate-x-34:focus{
    --tw-translate-x: -170px;
  }

  .tw .sm\:focus\:-translate-x-35:focus{
    --tw-translate-x: -175px;
  }

  .tw .sm\:focus\:-translate-x-36:focus{
    --tw-translate-x: -180px;
  }

  .tw .sm\:focus\:-translate-x-37:focus{
    --tw-translate-x: -185px;
  }

  .tw .sm\:focus\:-translate-x-38:focus{
    --tw-translate-x: -190px;
  }

  .tw .sm\:focus\:-translate-x-39:focus{
    --tw-translate-x: -195px;
  }

  .tw .sm\:focus\:-translate-x-40:focus{
    --tw-translate-x: -200px;
  }

  .tw .sm\:focus\:-translate-x-41:focus{
    --tw-translate-x: -205px;
  }

  .tw .sm\:focus\:-translate-x-42:focus{
    --tw-translate-x: -210px;
  }

  .tw .sm\:focus\:-translate-x-43:focus{
    --tw-translate-x: -215px;
  }

  .tw .sm\:focus\:-translate-x-44:focus{
    --tw-translate-x: -220px;
  }

  .tw .sm\:focus\:-translate-x-45:focus{
    --tw-translate-x: -225px;
  }

  .tw .sm\:focus\:-translate-x-46:focus{
    --tw-translate-x: -230px;
  }

  .tw .sm\:focus\:-translate-x-47:focus{
    --tw-translate-x: -235px;
  }

  .tw .sm\:focus\:-translate-x-48:focus{
    --tw-translate-x: -240px;
  }

  .tw .sm\:focus\:-translate-x-49:focus{
    --tw-translate-x: -245px;
  }

  .tw .sm\:focus\:-translate-x-50:focus{
    --tw-translate-x: -250px;
  }

  .tw .sm\:focus\:-translate-x-51:focus{
    --tw-translate-x: -255px;
  }

  .tw .sm\:focus\:-translate-x-52:focus{
    --tw-translate-x: -260px;
  }

  .tw .sm\:focus\:-translate-x-53:focus{
    --tw-translate-x: -265px;
  }

  .tw .sm\:focus\:-translate-x-54:focus{
    --tw-translate-x: -270px;
  }

  .tw .sm\:focus\:-translate-x-55:focus{
    --tw-translate-x: -275px;
  }

  .tw .sm\:focus\:-translate-x-56:focus{
    --tw-translate-x: -280px;
  }

  .tw .sm\:focus\:-translate-x-57:focus{
    --tw-translate-x: -285px;
  }

  .tw .sm\:focus\:-translate-x-58:focus{
    --tw-translate-x: -290px;
  }

  .tw .sm\:focus\:-translate-x-59:focus{
    --tw-translate-x: -295px;
  }

  .tw .sm\:focus\:-translate-x-60:focus{
    --tw-translate-x: -300px;
  }

  .tw .sm\:focus\:-translate-x-61:focus{
    --tw-translate-x: -305px;
  }

  .tw .sm\:focus\:-translate-x-62:focus{
    --tw-translate-x: -310px;
  }

  .tw .sm\:focus\:-translate-x-63:focus{
    --tw-translate-x: -315px;
  }

  .tw .sm\:focus\:-translate-x-64:focus{
    --tw-translate-x: -320px;
  }

  .tw .sm\:focus\:-translate-x-65:focus{
    --tw-translate-x: -325px;
  }

  .tw .sm\:focus\:-translate-x-66:focus{
    --tw-translate-x: -330px;
  }

  .tw .sm\:focus\:-translate-x-67:focus{
    --tw-translate-x: -335px;
  }

  .tw .sm\:focus\:-translate-x-68:focus{
    --tw-translate-x: -340px;
  }

  .tw .sm\:focus\:-translate-x-69:focus{
    --tw-translate-x: -345px;
  }

  .tw .sm\:focus\:-translate-x-70:focus{
    --tw-translate-x: -350px;
  }

  .tw .sm\:focus\:-translate-x-71:focus{
    --tw-translate-x: -355px;
  }

  .tw .sm\:focus\:-translate-x-72:focus{
    --tw-translate-x: -360px;
  }

  .tw .sm\:focus\:-translate-x-73:focus{
    --tw-translate-x: -365px;
  }

  .tw .sm\:focus\:-translate-x-74:focus{
    --tw-translate-x: -370px;
  }

  .tw .sm\:focus\:-translate-x-75:focus{
    --tw-translate-x: -375px;
  }

  .tw .sm\:focus\:-translate-x-76:focus{
    --tw-translate-x: -380px;
  }

  .tw .sm\:focus\:-translate-x-77:focus{
    --tw-translate-x: -385px;
  }

  .tw .sm\:focus\:-translate-x-78:focus{
    --tw-translate-x: -390px;
  }

  .tw .sm\:focus\:-translate-x-79:focus{
    --tw-translate-x: -395px;
  }

  .tw .sm\:focus\:-translate-x-80:focus{
    --tw-translate-x: -400px;
  }

  .tw .sm\:focus\:-translate-x-81:focus{
    --tw-translate-x: -405px;
  }

  .tw .sm\:focus\:-translate-x-82:focus{
    --tw-translate-x: -410px;
  }

  .tw .sm\:focus\:-translate-x-83:focus{
    --tw-translate-x: -415px;
  }

  .tw .sm\:focus\:-translate-x-84:focus{
    --tw-translate-x: -420px;
  }

  .tw .sm\:focus\:-translate-x-85:focus{
    --tw-translate-x: -425px;
  }

  .tw .sm\:focus\:-translate-x-86:focus{
    --tw-translate-x: -430px;
  }

  .tw .sm\:focus\:-translate-x-87:focus{
    --tw-translate-x: -435px;
  }

  .tw .sm\:focus\:-translate-x-88:focus{
    --tw-translate-x: -440px;
  }

  .tw .sm\:focus\:-translate-x-89:focus{
    --tw-translate-x: -445px;
  }

  .tw .sm\:focus\:-translate-x-90:focus{
    --tw-translate-x: -450px;
  }

  .tw .sm\:focus\:-translate-x-91:focus{
    --tw-translate-x: -455px;
  }

  .tw .sm\:focus\:-translate-x-92:focus{
    --tw-translate-x: -460px;
  }

  .tw .sm\:focus\:-translate-x-93:focus{
    --tw-translate-x: -465px;
  }

  .tw .sm\:focus\:-translate-x-94:focus{
    --tw-translate-x: -470px;
  }

  .tw .sm\:focus\:-translate-x-95:focus{
    --tw-translate-x: -475px;
  }

  .tw .sm\:focus\:-translate-x-96:focus{
    --tw-translate-x: -480px;
  }

  .tw .sm\:focus\:-translate-x-97:focus{
    --tw-translate-x: -485px;
  }

  .tw .sm\:focus\:-translate-x-98:focus{
    --tw-translate-x: -490px;
  }

  .tw .sm\:focus\:-translate-x-99:focus{
    --tw-translate-x: -495px;
  }

  .tw .sm\:focus\:-translate-x-100:focus{
    --tw-translate-x: -500px;
  }

  .tw .sm\:focus\:-translate-x-101:focus{
    --tw-translate-x: -505px;
  }

  .tw .sm\:focus\:-translate-x-102:focus{
    --tw-translate-x: -510px;
  }

  .tw .sm\:focus\:-translate-x-103:focus{
    --tw-translate-x: -515px;
  }

  .tw .sm\:focus\:-translate-x-104:focus{
    --tw-translate-x: -520px;
  }

  .tw .sm\:focus\:-translate-x-105:focus{
    --tw-translate-x: -525px;
  }

  .tw .sm\:focus\:-translate-x-106:focus{
    --tw-translate-x: -530px;
  }

  .tw .sm\:focus\:-translate-x-107:focus{
    --tw-translate-x: -535px;
  }

  .tw .sm\:focus\:-translate-x-108:focus{
    --tw-translate-x: -540px;
  }

  .tw .sm\:focus\:-translate-x-109:focus{
    --tw-translate-x: -545px;
  }

  .tw .sm\:focus\:-translate-x-110:focus{
    --tw-translate-x: -550px;
  }

  .tw .sm\:focus\:-translate-x-111:focus{
    --tw-translate-x: -555px;
  }

  .tw .sm\:focus\:-translate-x-112:focus{
    --tw-translate-x: -560px;
  }

  .tw .sm\:focus\:-translate-x-113:focus{
    --tw-translate-x: -565px;
  }

  .tw .sm\:focus\:-translate-x-114:focus{
    --tw-translate-x: -570px;
  }

  .tw .sm\:focus\:-translate-x-115:focus{
    --tw-translate-x: -575px;
  }

  .tw .sm\:focus\:-translate-x-116:focus{
    --tw-translate-x: -580px;
  }

  .tw .sm\:focus\:-translate-x-117:focus{
    --tw-translate-x: -585px;
  }

  .tw .sm\:focus\:-translate-x-118:focus{
    --tw-translate-x: -590px;
  }

  .tw .sm\:focus\:-translate-x-119:focus{
    --tw-translate-x: -595px;
  }

  .tw .sm\:focus\:-translate-x-120:focus{
    --tw-translate-x: -600px;
  }

  .tw .sm\:focus\:-translate-x-121:focus{
    --tw-translate-x: -605px;
  }

  .tw .sm\:focus\:-translate-x-122:focus{
    --tw-translate-x: -610px;
  }

  .tw .sm\:focus\:-translate-x-123:focus{
    --tw-translate-x: -615px;
  }

  .tw .sm\:focus\:-translate-x-124:focus{
    --tw-translate-x: -620px;
  }

  .tw .sm\:focus\:-translate-x-125:focus{
    --tw-translate-x: -625px;
  }

  .tw .sm\:focus\:-translate-x-126:focus{
    --tw-translate-x: -630px;
  }

  .tw .sm\:focus\:-translate-x-127:focus{
    --tw-translate-x: -635px;
  }

  .tw .sm\:focus\:-translate-x-128:focus{
    --tw-translate-x: -640px;
  }

  .tw .sm\:focus\:-translate-x-129:focus{
    --tw-translate-x: -645px;
  }

  .tw .sm\:focus\:-translate-x-130:focus{
    --tw-translate-x: -650px;
  }

  .tw .sm\:focus\:-translate-x-131:focus{
    --tw-translate-x: -655px;
  }

  .tw .sm\:focus\:-translate-x-132:focus{
    --tw-translate-x: -660px;
  }

  .tw .sm\:focus\:-translate-x-133:focus{
    --tw-translate-x: -665px;
  }

  .tw .sm\:focus\:-translate-x-134:focus{
    --tw-translate-x: -670px;
  }

  .tw .sm\:focus\:-translate-x-135:focus{
    --tw-translate-x: -675px;
  }

  .tw .sm\:focus\:-translate-x-136:focus{
    --tw-translate-x: -680px;
  }

  .tw .sm\:focus\:-translate-x-137:focus{
    --tw-translate-x: -685px;
  }

  .tw .sm\:focus\:-translate-x-138:focus{
    --tw-translate-x: -690px;
  }

  .tw .sm\:focus\:-translate-x-139:focus{
    --tw-translate-x: -695px;
  }

  .tw .sm\:focus\:-translate-x-140:focus{
    --tw-translate-x: -700px;
  }

  .tw .sm\:focus\:-translate-x-141:focus{
    --tw-translate-x: -705px;
  }

  .tw .sm\:focus\:-translate-x-142:focus{
    --tw-translate-x: -710px;
  }

  .tw .sm\:focus\:-translate-x-143:focus{
    --tw-translate-x: -715px;
  }

  .tw .sm\:focus\:-translate-x-144:focus{
    --tw-translate-x: -720px;
  }

  .tw .sm\:focus\:-translate-x-145:focus{
    --tw-translate-x: -725px;
  }

  .tw .sm\:focus\:-translate-x-146:focus{
    --tw-translate-x: -730px;
  }

  .tw .sm\:focus\:-translate-x-147:focus{
    --tw-translate-x: -735px;
  }

  .tw .sm\:focus\:-translate-x-148:focus{
    --tw-translate-x: -740px;
  }

  .tw .sm\:focus\:-translate-x-149:focus{
    --tw-translate-x: -745px;
  }

  .tw .sm\:focus\:-translate-x-0\.5:focus{
    --tw-translate-x: -3px;
  }

  .tw .sm\:focus\:-translate-x-1px:focus{
    --tw-translate-x: -1px;
  }

  .tw .sm\:focus\:-translate-x-2px:focus{
    --tw-translate-x: -2px;
  }

  .tw .sm\:focus\:-translate-x-3px:focus{
    --tw-translate-x: -3px;
  }

  .tw .sm\:focus\:-translate-x-4px:focus{
    --tw-translate-x: -4px;
  }

  .tw .sm\:focus\:-translate-x-5px:focus{
    --tw-translate-x: -5px;
  }

  .tw .sm\:focus\:-translate-x-6px:focus{
    --tw-translate-x: -6px;
  }

  .tw .sm\:focus\:-translate-x-7px:focus{
    --tw-translate-x: -7px;
  }

  .tw .sm\:focus\:-translate-x-8px:focus{
    --tw-translate-x: -8px;
  }

  .tw .sm\:focus\:-translate-x-9px:focus{
    --tw-translate-x: -9px;
  }

  .tw .sm\:focus\:-translate-x-10px:focus{
    --tw-translate-x: -10px;
  }

  .tw .sm\:focus\:-translate-x-11px:focus{
    --tw-translate-x: -11px;
  }

  .tw .sm\:focus\:-translate-x-12px:focus{
    --tw-translate-x: -12px;
  }

  .tw .sm\:focus\:-translate-x-13px:focus{
    --tw-translate-x: -13px;
  }

  .tw .sm\:focus\:-translate-x-14px:focus{
    --tw-translate-x: -14px;
  }

  .tw .sm\:focus\:-translate-x-15px:focus{
    --tw-translate-x: -15px;
  }

  .tw .sm\:focus\:-translate-x-16px:focus{
    --tw-translate-x: -16px;
  }

  .tw .sm\:focus\:-translate-x-17px:focus{
    --tw-translate-x: -17px;
  }

  .tw .sm\:focus\:-translate-x-18px:focus{
    --tw-translate-x: -18px;
  }

  .tw .sm\:focus\:-translate-x-19px:focus{
    --tw-translate-x: -19px;
  }

  .tw .sm\:focus\:-translate-x-20px:focus{
    --tw-translate-x: -20px;
  }

  .tw .sm\:focus\:-translate-x-21px:focus{
    --tw-translate-x: -21px;
  }

  .tw .sm\:focus\:-translate-x-22px:focus{
    --tw-translate-x: -22px;
  }

  .tw .sm\:focus\:-translate-x-23px:focus{
    --tw-translate-x: -23px;
  }

  .tw .sm\:focus\:-translate-x-24px:focus{
    --tw-translate-x: -24px;
  }

  .tw .sm\:focus\:-translate-x-25px:focus{
    --tw-translate-x: -25px;
  }

  .tw .sm\:focus\:-translate-x-26px:focus{
    --tw-translate-x: -26px;
  }

  .tw .sm\:focus\:-translate-x-27px:focus{
    --tw-translate-x: -27px;
  }

  .tw .sm\:focus\:-translate-x-28px:focus{
    --tw-translate-x: -28px;
  }

  .tw .sm\:focus\:-translate-x-29px:focus{
    --tw-translate-x: -29px;
  }

  .tw .sm\:focus\:-translate-x-30px:focus{
    --tw-translate-x: -30px;
  }

  .tw .sm\:focus\:-translate-x-31px:focus{
    --tw-translate-x: -31px;
  }

  .tw .sm\:focus\:-translate-x-32px:focus{
    --tw-translate-x: -32px;
  }

  .tw .sm\:focus\:-translate-x-33px:focus{
    --tw-translate-x: -33px;
  }

  .tw .sm\:focus\:-translate-x-34px:focus{
    --tw-translate-x: -34px;
  }

  .tw .sm\:focus\:-translate-x-35px:focus{
    --tw-translate-x: -35px;
  }

  .tw .sm\:focus\:-translate-x-36px:focus{
    --tw-translate-x: -36px;
  }

  .tw .sm\:focus\:-translate-x-37px:focus{
    --tw-translate-x: -37px;
  }

  .tw .sm\:focus\:-translate-x-38px:focus{
    --tw-translate-x: -38px;
  }

  .tw .sm\:focus\:-translate-x-39px:focus{
    --tw-translate-x: -39px;
  }

  .tw .sm\:focus\:-translate-x-40px:focus{
    --tw-translate-x: -40px;
  }

  .tw .sm\:focus\:translate-x-1\/2:focus{
    --tw-translate-x: 50%;
  }

  .tw .sm\:focus\:translate-x-1\/3:focus{
    --tw-translate-x: 33.333333%;
  }

  .tw .sm\:focus\:translate-x-2\/3:focus{
    --tw-translate-x: 66.666667%;
  }

  .tw .sm\:focus\:translate-x-1\/4:focus{
    --tw-translate-x: 25%;
  }

  .tw .sm\:focus\:translate-x-2\/4:focus{
    --tw-translate-x: 50%;
  }

  .tw .sm\:focus\:translate-x-3\/4:focus{
    --tw-translate-x: 75%;
  }

  .tw .sm\:focus\:translate-x-full:focus{
    --tw-translate-x: 100%;
  }

  .tw .sm\:focus\:-translate-x-1\/2:focus{
    --tw-translate-x: -50%;
  }

  .tw .sm\:focus\:-translate-x-1\/3:focus{
    --tw-translate-x: -33.333333%;
  }

  .tw .sm\:focus\:-translate-x-2\/3:focus{
    --tw-translate-x: -66.666667%;
  }

  .tw .sm\:focus\:-translate-x-1\/4:focus{
    --tw-translate-x: -25%;
  }

  .tw .sm\:focus\:-translate-x-2\/4:focus{
    --tw-translate-x: -50%;
  }

  .tw .sm\:focus\:-translate-x-3\/4:focus{
    --tw-translate-x: -75%;
  }

  .tw .sm\:focus\:-translate-x-full:focus{
    --tw-translate-x: -100%;
  }

  .tw .sm\:focus\:translate-y-0:focus{
    --tw-translate-y: 0px;
  }

  .tw .sm\:focus\:translate-y-1:focus{
    --tw-translate-y: 5px;
  }

  .tw .sm\:focus\:translate-y-2:focus{
    --tw-translate-y: 10px;
  }

  .tw .sm\:focus\:translate-y-3:focus{
    --tw-translate-y: 15px;
  }

  .tw .sm\:focus\:translate-y-4:focus{
    --tw-translate-y: 20px;
  }

  .tw .sm\:focus\:translate-y-5:focus{
    --tw-translate-y: 25px;
  }

  .tw .sm\:focus\:translate-y-6:focus{
    --tw-translate-y: 30px;
  }

  .tw .sm\:focus\:translate-y-7:focus{
    --tw-translate-y: 35px;
  }

  .tw .sm\:focus\:translate-y-8:focus{
    --tw-translate-y: 40px;
  }

  .tw .sm\:focus\:translate-y-9:focus{
    --tw-translate-y: 45px;
  }

  .tw .sm\:focus\:translate-y-10:focus{
    --tw-translate-y: 50px;
  }

  .tw .sm\:focus\:translate-y-11:focus{
    --tw-translate-y: 55px;
  }

  .tw .sm\:focus\:translate-y-12:focus{
    --tw-translate-y: 60px;
  }

  .tw .sm\:focus\:translate-y-13:focus{
    --tw-translate-y: 65px;
  }

  .tw .sm\:focus\:translate-y-14:focus{
    --tw-translate-y: 70px;
  }

  .tw .sm\:focus\:translate-y-15:focus{
    --tw-translate-y: 75px;
  }

  .tw .sm\:focus\:translate-y-16:focus{
    --tw-translate-y: 80px;
  }

  .tw .sm\:focus\:translate-y-17:focus{
    --tw-translate-y: 85px;
  }

  .tw .sm\:focus\:translate-y-18:focus{
    --tw-translate-y: 90px;
  }

  .tw .sm\:focus\:translate-y-19:focus{
    --tw-translate-y: 95px;
  }

  .tw .sm\:focus\:translate-y-20:focus{
    --tw-translate-y: 100px;
  }

  .tw .sm\:focus\:translate-y-21:focus{
    --tw-translate-y: 105px;
  }

  .tw .sm\:focus\:translate-y-22:focus{
    --tw-translate-y: 110px;
  }

  .tw .sm\:focus\:translate-y-23:focus{
    --tw-translate-y: 115px;
  }

  .tw .sm\:focus\:translate-y-24:focus{
    --tw-translate-y: 120px;
  }

  .tw .sm\:focus\:translate-y-25:focus{
    --tw-translate-y: 125px;
  }

  .tw .sm\:focus\:translate-y-26:focus{
    --tw-translate-y: 130px;
  }

  .tw .sm\:focus\:translate-y-27:focus{
    --tw-translate-y: 135px;
  }

  .tw .sm\:focus\:translate-y-28:focus{
    --tw-translate-y: 140px;
  }

  .tw .sm\:focus\:translate-y-29:focus{
    --tw-translate-y: 145px;
  }

  .tw .sm\:focus\:translate-y-30:focus{
    --tw-translate-y: 150px;
  }

  .tw .sm\:focus\:translate-y-31:focus{
    --tw-translate-y: 155px;
  }

  .tw .sm\:focus\:translate-y-32:focus{
    --tw-translate-y: 160px;
  }

  .tw .sm\:focus\:translate-y-33:focus{
    --tw-translate-y: 165px;
  }

  .tw .sm\:focus\:translate-y-34:focus{
    --tw-translate-y: 170px;
  }

  .tw .sm\:focus\:translate-y-35:focus{
    --tw-translate-y: 175px;
  }

  .tw .sm\:focus\:translate-y-36:focus{
    --tw-translate-y: 180px;
  }

  .tw .sm\:focus\:translate-y-37:focus{
    --tw-translate-y: 185px;
  }

  .tw .sm\:focus\:translate-y-38:focus{
    --tw-translate-y: 190px;
  }

  .tw .sm\:focus\:translate-y-39:focus{
    --tw-translate-y: 195px;
  }

  .tw .sm\:focus\:translate-y-40:focus{
    --tw-translate-y: 200px;
  }

  .tw .sm\:focus\:translate-y-41:focus{
    --tw-translate-y: 205px;
  }

  .tw .sm\:focus\:translate-y-42:focus{
    --tw-translate-y: 210px;
  }

  .tw .sm\:focus\:translate-y-43:focus{
    --tw-translate-y: 215px;
  }

  .tw .sm\:focus\:translate-y-44:focus{
    --tw-translate-y: 220px;
  }

  .tw .sm\:focus\:translate-y-45:focus{
    --tw-translate-y: 225px;
  }

  .tw .sm\:focus\:translate-y-46:focus{
    --tw-translate-y: 230px;
  }

  .tw .sm\:focus\:translate-y-47:focus{
    --tw-translate-y: 235px;
  }

  .tw .sm\:focus\:translate-y-48:focus{
    --tw-translate-y: 240px;
  }

  .tw .sm\:focus\:translate-y-49:focus{
    --tw-translate-y: 245px;
  }

  .tw .sm\:focus\:translate-y-50:focus{
    --tw-translate-y: 250px;
  }

  .tw .sm\:focus\:translate-y-51:focus{
    --tw-translate-y: 255px;
  }

  .tw .sm\:focus\:translate-y-52:focus{
    --tw-translate-y: 260px;
  }

  .tw .sm\:focus\:translate-y-53:focus{
    --tw-translate-y: 265px;
  }

  .tw .sm\:focus\:translate-y-54:focus{
    --tw-translate-y: 270px;
  }

  .tw .sm\:focus\:translate-y-55:focus{
    --tw-translate-y: 275px;
  }

  .tw .sm\:focus\:translate-y-56:focus{
    --tw-translate-y: 280px;
  }

  .tw .sm\:focus\:translate-y-57:focus{
    --tw-translate-y: 285px;
  }

  .tw .sm\:focus\:translate-y-58:focus{
    --tw-translate-y: 290px;
  }

  .tw .sm\:focus\:translate-y-59:focus{
    --tw-translate-y: 295px;
  }

  .tw .sm\:focus\:translate-y-60:focus{
    --tw-translate-y: 300px;
  }

  .tw .sm\:focus\:translate-y-61:focus{
    --tw-translate-y: 305px;
  }

  .tw .sm\:focus\:translate-y-62:focus{
    --tw-translate-y: 310px;
  }

  .tw .sm\:focus\:translate-y-63:focus{
    --tw-translate-y: 315px;
  }

  .tw .sm\:focus\:translate-y-64:focus{
    --tw-translate-y: 320px;
  }

  .tw .sm\:focus\:translate-y-65:focus{
    --tw-translate-y: 325px;
  }

  .tw .sm\:focus\:translate-y-66:focus{
    --tw-translate-y: 330px;
  }

  .tw .sm\:focus\:translate-y-67:focus{
    --tw-translate-y: 335px;
  }

  .tw .sm\:focus\:translate-y-68:focus{
    --tw-translate-y: 340px;
  }

  .tw .sm\:focus\:translate-y-69:focus{
    --tw-translate-y: 345px;
  }

  .tw .sm\:focus\:translate-y-70:focus{
    --tw-translate-y: 350px;
  }

  .tw .sm\:focus\:translate-y-71:focus{
    --tw-translate-y: 355px;
  }

  .tw .sm\:focus\:translate-y-72:focus{
    --tw-translate-y: 360px;
  }

  .tw .sm\:focus\:translate-y-73:focus{
    --tw-translate-y: 365px;
  }

  .tw .sm\:focus\:translate-y-74:focus{
    --tw-translate-y: 370px;
  }

  .tw .sm\:focus\:translate-y-75:focus{
    --tw-translate-y: 375px;
  }

  .tw .sm\:focus\:translate-y-76:focus{
    --tw-translate-y: 380px;
  }

  .tw .sm\:focus\:translate-y-77:focus{
    --tw-translate-y: 385px;
  }

  .tw .sm\:focus\:translate-y-78:focus{
    --tw-translate-y: 390px;
  }

  .tw .sm\:focus\:translate-y-79:focus{
    --tw-translate-y: 395px;
  }

  .tw .sm\:focus\:translate-y-80:focus{
    --tw-translate-y: 400px;
  }

  .tw .sm\:focus\:translate-y-81:focus{
    --tw-translate-y: 405px;
  }

  .tw .sm\:focus\:translate-y-82:focus{
    --tw-translate-y: 410px;
  }

  .tw .sm\:focus\:translate-y-83:focus{
    --tw-translate-y: 415px;
  }

  .tw .sm\:focus\:translate-y-84:focus{
    --tw-translate-y: 420px;
  }

  .tw .sm\:focus\:translate-y-85:focus{
    --tw-translate-y: 425px;
  }

  .tw .sm\:focus\:translate-y-86:focus{
    --tw-translate-y: 430px;
  }

  .tw .sm\:focus\:translate-y-87:focus{
    --tw-translate-y: 435px;
  }

  .tw .sm\:focus\:translate-y-88:focus{
    --tw-translate-y: 440px;
  }

  .tw .sm\:focus\:translate-y-89:focus{
    --tw-translate-y: 445px;
  }

  .tw .sm\:focus\:translate-y-90:focus{
    --tw-translate-y: 450px;
  }

  .tw .sm\:focus\:translate-y-91:focus{
    --tw-translate-y: 455px;
  }

  .tw .sm\:focus\:translate-y-92:focus{
    --tw-translate-y: 460px;
  }

  .tw .sm\:focus\:translate-y-93:focus{
    --tw-translate-y: 465px;
  }

  .tw .sm\:focus\:translate-y-94:focus{
    --tw-translate-y: 470px;
  }

  .tw .sm\:focus\:translate-y-95:focus{
    --tw-translate-y: 475px;
  }

  .tw .sm\:focus\:translate-y-96:focus{
    --tw-translate-y: 480px;
  }

  .tw .sm\:focus\:translate-y-97:focus{
    --tw-translate-y: 485px;
  }

  .tw .sm\:focus\:translate-y-98:focus{
    --tw-translate-y: 490px;
  }

  .tw .sm\:focus\:translate-y-99:focus{
    --tw-translate-y: 495px;
  }

  .tw .sm\:focus\:translate-y-100:focus{
    --tw-translate-y: 500px;
  }

  .tw .sm\:focus\:translate-y-101:focus{
    --tw-translate-y: 505px;
  }

  .tw .sm\:focus\:translate-y-102:focus{
    --tw-translate-y: 510px;
  }

  .tw .sm\:focus\:translate-y-103:focus{
    --tw-translate-y: 515px;
  }

  .tw .sm\:focus\:translate-y-104:focus{
    --tw-translate-y: 520px;
  }

  .tw .sm\:focus\:translate-y-105:focus{
    --tw-translate-y: 525px;
  }

  .tw .sm\:focus\:translate-y-106:focus{
    --tw-translate-y: 530px;
  }

  .tw .sm\:focus\:translate-y-107:focus{
    --tw-translate-y: 535px;
  }

  .tw .sm\:focus\:translate-y-108:focus{
    --tw-translate-y: 540px;
  }

  .tw .sm\:focus\:translate-y-109:focus{
    --tw-translate-y: 545px;
  }

  .tw .sm\:focus\:translate-y-110:focus{
    --tw-translate-y: 550px;
  }

  .tw .sm\:focus\:translate-y-111:focus{
    --tw-translate-y: 555px;
  }

  .tw .sm\:focus\:translate-y-112:focus{
    --tw-translate-y: 560px;
  }

  .tw .sm\:focus\:translate-y-113:focus{
    --tw-translate-y: 565px;
  }

  .tw .sm\:focus\:translate-y-114:focus{
    --tw-translate-y: 570px;
  }

  .tw .sm\:focus\:translate-y-115:focus{
    --tw-translate-y: 575px;
  }

  .tw .sm\:focus\:translate-y-116:focus{
    --tw-translate-y: 580px;
  }

  .tw .sm\:focus\:translate-y-117:focus{
    --tw-translate-y: 585px;
  }

  .tw .sm\:focus\:translate-y-118:focus{
    --tw-translate-y: 590px;
  }

  .tw .sm\:focus\:translate-y-119:focus{
    --tw-translate-y: 595px;
  }

  .tw .sm\:focus\:translate-y-120:focus{
    --tw-translate-y: 600px;
  }

  .tw .sm\:focus\:translate-y-121:focus{
    --tw-translate-y: 605px;
  }

  .tw .sm\:focus\:translate-y-122:focus{
    --tw-translate-y: 610px;
  }

  .tw .sm\:focus\:translate-y-123:focus{
    --tw-translate-y: 615px;
  }

  .tw .sm\:focus\:translate-y-124:focus{
    --tw-translate-y: 620px;
  }

  .tw .sm\:focus\:translate-y-125:focus{
    --tw-translate-y: 625px;
  }

  .tw .sm\:focus\:translate-y-126:focus{
    --tw-translate-y: 630px;
  }

  .tw .sm\:focus\:translate-y-127:focus{
    --tw-translate-y: 635px;
  }

  .tw .sm\:focus\:translate-y-128:focus{
    --tw-translate-y: 640px;
  }

  .tw .sm\:focus\:translate-y-129:focus{
    --tw-translate-y: 645px;
  }

  .tw .sm\:focus\:translate-y-130:focus{
    --tw-translate-y: 650px;
  }

  .tw .sm\:focus\:translate-y-131:focus{
    --tw-translate-y: 655px;
  }

  .tw .sm\:focus\:translate-y-132:focus{
    --tw-translate-y: 660px;
  }

  .tw .sm\:focus\:translate-y-133:focus{
    --tw-translate-y: 665px;
  }

  .tw .sm\:focus\:translate-y-134:focus{
    --tw-translate-y: 670px;
  }

  .tw .sm\:focus\:translate-y-135:focus{
    --tw-translate-y: 675px;
  }

  .tw .sm\:focus\:translate-y-136:focus{
    --tw-translate-y: 680px;
  }

  .tw .sm\:focus\:translate-y-137:focus{
    --tw-translate-y: 685px;
  }

  .tw .sm\:focus\:translate-y-138:focus{
    --tw-translate-y: 690px;
  }

  .tw .sm\:focus\:translate-y-139:focus{
    --tw-translate-y: 695px;
  }

  .tw .sm\:focus\:translate-y-140:focus{
    --tw-translate-y: 700px;
  }

  .tw .sm\:focus\:translate-y-141:focus{
    --tw-translate-y: 705px;
  }

  .tw .sm\:focus\:translate-y-142:focus{
    --tw-translate-y: 710px;
  }

  .tw .sm\:focus\:translate-y-143:focus{
    --tw-translate-y: 715px;
  }

  .tw .sm\:focus\:translate-y-144:focus{
    --tw-translate-y: 720px;
  }

  .tw .sm\:focus\:translate-y-145:focus{
    --tw-translate-y: 725px;
  }

  .tw .sm\:focus\:translate-y-146:focus{
    --tw-translate-y: 730px;
  }

  .tw .sm\:focus\:translate-y-147:focus{
    --tw-translate-y: 735px;
  }

  .tw .sm\:focus\:translate-y-148:focus{
    --tw-translate-y: 740px;
  }

  .tw .sm\:focus\:translate-y-149:focus{
    --tw-translate-y: 745px;
  }

  .tw .sm\:focus\:translate-y-0\.5:focus{
    --tw-translate-y: 3px;
  }

  .tw .sm\:focus\:translate-y-1px:focus{
    --tw-translate-y: 1px;
  }

  .tw .sm\:focus\:translate-y-2px:focus{
    --tw-translate-y: 2px;
  }

  .tw .sm\:focus\:translate-y-3px:focus{
    --tw-translate-y: 3px;
  }

  .tw .sm\:focus\:translate-y-4px:focus{
    --tw-translate-y: 4px;
  }

  .tw .sm\:focus\:translate-y-5px:focus{
    --tw-translate-y: 5px;
  }

  .tw .sm\:focus\:translate-y-6px:focus{
    --tw-translate-y: 6px;
  }

  .tw .sm\:focus\:translate-y-7px:focus{
    --tw-translate-y: 7px;
  }

  .tw .sm\:focus\:translate-y-8px:focus{
    --tw-translate-y: 8px;
  }

  .tw .sm\:focus\:translate-y-9px:focus{
    --tw-translate-y: 9px;
  }

  .tw .sm\:focus\:translate-y-10px:focus{
    --tw-translate-y: 10px;
  }

  .tw .sm\:focus\:translate-y-11px:focus{
    --tw-translate-y: 11px;
  }

  .tw .sm\:focus\:translate-y-12px:focus{
    --tw-translate-y: 12px;
  }

  .tw .sm\:focus\:translate-y-13px:focus{
    --tw-translate-y: 13px;
  }

  .tw .sm\:focus\:translate-y-14px:focus{
    --tw-translate-y: 14px;
  }

  .tw .sm\:focus\:translate-y-15px:focus{
    --tw-translate-y: 15px;
  }

  .tw .sm\:focus\:translate-y-16px:focus{
    --tw-translate-y: 16px;
  }

  .tw .sm\:focus\:translate-y-17px:focus{
    --tw-translate-y: 17px;
  }

  .tw .sm\:focus\:translate-y-18px:focus{
    --tw-translate-y: 18px;
  }

  .tw .sm\:focus\:translate-y-19px:focus{
    --tw-translate-y: 19px;
  }

  .tw .sm\:focus\:translate-y-20px:focus{
    --tw-translate-y: 20px;
  }

  .tw .sm\:focus\:translate-y-21px:focus{
    --tw-translate-y: 21px;
  }

  .tw .sm\:focus\:translate-y-22px:focus{
    --tw-translate-y: 22px;
  }

  .tw .sm\:focus\:translate-y-23px:focus{
    --tw-translate-y: 23px;
  }

  .tw .sm\:focus\:translate-y-24px:focus{
    --tw-translate-y: 24px;
  }

  .tw .sm\:focus\:translate-y-25px:focus{
    --tw-translate-y: 25px;
  }

  .tw .sm\:focus\:translate-y-26px:focus{
    --tw-translate-y: 26px;
  }

  .tw .sm\:focus\:translate-y-27px:focus{
    --tw-translate-y: 27px;
  }

  .tw .sm\:focus\:translate-y-28px:focus{
    --tw-translate-y: 28px;
  }

  .tw .sm\:focus\:translate-y-29px:focus{
    --tw-translate-y: 29px;
  }

  .tw .sm\:focus\:translate-y-30px:focus{
    --tw-translate-y: 30px;
  }

  .tw .sm\:focus\:translate-y-31px:focus{
    --tw-translate-y: 31px;
  }

  .tw .sm\:focus\:translate-y-32px:focus{
    --tw-translate-y: 32px;
  }

  .tw .sm\:focus\:translate-y-33px:focus{
    --tw-translate-y: 33px;
  }

  .tw .sm\:focus\:translate-y-34px:focus{
    --tw-translate-y: 34px;
  }

  .tw .sm\:focus\:translate-y-35px:focus{
    --tw-translate-y: 35px;
  }

  .tw .sm\:focus\:translate-y-36px:focus{
    --tw-translate-y: 36px;
  }

  .tw .sm\:focus\:translate-y-37px:focus{
    --tw-translate-y: 37px;
  }

  .tw .sm\:focus\:translate-y-38px:focus{
    --tw-translate-y: 38px;
  }

  .tw .sm\:focus\:translate-y-39px:focus{
    --tw-translate-y: 39px;
  }

  .tw .sm\:focus\:translate-y-40px:focus{
    --tw-translate-y: 40px;
  }

  .tw .sm\:focus\:-translate-y-0:focus{
    --tw-translate-y: 0px;
  }

  .tw .sm\:focus\:-translate-y-1:focus{
    --tw-translate-y: -5px;
  }

  .tw .sm\:focus\:-translate-y-2:focus{
    --tw-translate-y: -10px;
  }

  .tw .sm\:focus\:-translate-y-3:focus{
    --tw-translate-y: -15px;
  }

  .tw .sm\:focus\:-translate-y-4:focus{
    --tw-translate-y: -20px;
  }

  .tw .sm\:focus\:-translate-y-5:focus{
    --tw-translate-y: -25px;
  }

  .tw .sm\:focus\:-translate-y-6:focus{
    --tw-translate-y: -30px;
  }

  .tw .sm\:focus\:-translate-y-7:focus{
    --tw-translate-y: -35px;
  }

  .tw .sm\:focus\:-translate-y-8:focus{
    --tw-translate-y: -40px;
  }

  .tw .sm\:focus\:-translate-y-9:focus{
    --tw-translate-y: -45px;
  }

  .tw .sm\:focus\:-translate-y-10:focus{
    --tw-translate-y: -50px;
  }

  .tw .sm\:focus\:-translate-y-11:focus{
    --tw-translate-y: -55px;
  }

  .tw .sm\:focus\:-translate-y-12:focus{
    --tw-translate-y: -60px;
  }

  .tw .sm\:focus\:-translate-y-13:focus{
    --tw-translate-y: -65px;
  }

  .tw .sm\:focus\:-translate-y-14:focus{
    --tw-translate-y: -70px;
  }

  .tw .sm\:focus\:-translate-y-15:focus{
    --tw-translate-y: -75px;
  }

  .tw .sm\:focus\:-translate-y-16:focus{
    --tw-translate-y: -80px;
  }

  .tw .sm\:focus\:-translate-y-17:focus{
    --tw-translate-y: -85px;
  }

  .tw .sm\:focus\:-translate-y-18:focus{
    --tw-translate-y: -90px;
  }

  .tw .sm\:focus\:-translate-y-19:focus{
    --tw-translate-y: -95px;
  }

  .tw .sm\:focus\:-translate-y-20:focus{
    --tw-translate-y: -100px;
  }

  .tw .sm\:focus\:-translate-y-21:focus{
    --tw-translate-y: -105px;
  }

  .tw .sm\:focus\:-translate-y-22:focus{
    --tw-translate-y: -110px;
  }

  .tw .sm\:focus\:-translate-y-23:focus{
    --tw-translate-y: -115px;
  }

  .tw .sm\:focus\:-translate-y-24:focus{
    --tw-translate-y: -120px;
  }

  .tw .sm\:focus\:-translate-y-25:focus{
    --tw-translate-y: -125px;
  }

  .tw .sm\:focus\:-translate-y-26:focus{
    --tw-translate-y: -130px;
  }

  .tw .sm\:focus\:-translate-y-27:focus{
    --tw-translate-y: -135px;
  }

  .tw .sm\:focus\:-translate-y-28:focus{
    --tw-translate-y: -140px;
  }

  .tw .sm\:focus\:-translate-y-29:focus{
    --tw-translate-y: -145px;
  }

  .tw .sm\:focus\:-translate-y-30:focus{
    --tw-translate-y: -150px;
  }

  .tw .sm\:focus\:-translate-y-31:focus{
    --tw-translate-y: -155px;
  }

  .tw .sm\:focus\:-translate-y-32:focus{
    --tw-translate-y: -160px;
  }

  .tw .sm\:focus\:-translate-y-33:focus{
    --tw-translate-y: -165px;
  }

  .tw .sm\:focus\:-translate-y-34:focus{
    --tw-translate-y: -170px;
  }

  .tw .sm\:focus\:-translate-y-35:focus{
    --tw-translate-y: -175px;
  }

  .tw .sm\:focus\:-translate-y-36:focus{
    --tw-translate-y: -180px;
  }

  .tw .sm\:focus\:-translate-y-37:focus{
    --tw-translate-y: -185px;
  }

  .tw .sm\:focus\:-translate-y-38:focus{
    --tw-translate-y: -190px;
  }

  .tw .sm\:focus\:-translate-y-39:focus{
    --tw-translate-y: -195px;
  }

  .tw .sm\:focus\:-translate-y-40:focus{
    --tw-translate-y: -200px;
  }

  .tw .sm\:focus\:-translate-y-41:focus{
    --tw-translate-y: -205px;
  }

  .tw .sm\:focus\:-translate-y-42:focus{
    --tw-translate-y: -210px;
  }

  .tw .sm\:focus\:-translate-y-43:focus{
    --tw-translate-y: -215px;
  }

  .tw .sm\:focus\:-translate-y-44:focus{
    --tw-translate-y: -220px;
  }

  .tw .sm\:focus\:-translate-y-45:focus{
    --tw-translate-y: -225px;
  }

  .tw .sm\:focus\:-translate-y-46:focus{
    --tw-translate-y: -230px;
  }

  .tw .sm\:focus\:-translate-y-47:focus{
    --tw-translate-y: -235px;
  }

  .tw .sm\:focus\:-translate-y-48:focus{
    --tw-translate-y: -240px;
  }

  .tw .sm\:focus\:-translate-y-49:focus{
    --tw-translate-y: -245px;
  }

  .tw .sm\:focus\:-translate-y-50:focus{
    --tw-translate-y: -250px;
  }

  .tw .sm\:focus\:-translate-y-51:focus{
    --tw-translate-y: -255px;
  }

  .tw .sm\:focus\:-translate-y-52:focus{
    --tw-translate-y: -260px;
  }

  .tw .sm\:focus\:-translate-y-53:focus{
    --tw-translate-y: -265px;
  }

  .tw .sm\:focus\:-translate-y-54:focus{
    --tw-translate-y: -270px;
  }

  .tw .sm\:focus\:-translate-y-55:focus{
    --tw-translate-y: -275px;
  }

  .tw .sm\:focus\:-translate-y-56:focus{
    --tw-translate-y: -280px;
  }

  .tw .sm\:focus\:-translate-y-57:focus{
    --tw-translate-y: -285px;
  }

  .tw .sm\:focus\:-translate-y-58:focus{
    --tw-translate-y: -290px;
  }

  .tw .sm\:focus\:-translate-y-59:focus{
    --tw-translate-y: -295px;
  }

  .tw .sm\:focus\:-translate-y-60:focus{
    --tw-translate-y: -300px;
  }

  .tw .sm\:focus\:-translate-y-61:focus{
    --tw-translate-y: -305px;
  }

  .tw .sm\:focus\:-translate-y-62:focus{
    --tw-translate-y: -310px;
  }

  .tw .sm\:focus\:-translate-y-63:focus{
    --tw-translate-y: -315px;
  }

  .tw .sm\:focus\:-translate-y-64:focus{
    --tw-translate-y: -320px;
  }

  .tw .sm\:focus\:-translate-y-65:focus{
    --tw-translate-y: -325px;
  }

  .tw .sm\:focus\:-translate-y-66:focus{
    --tw-translate-y: -330px;
  }

  .tw .sm\:focus\:-translate-y-67:focus{
    --tw-translate-y: -335px;
  }

  .tw .sm\:focus\:-translate-y-68:focus{
    --tw-translate-y: -340px;
  }

  .tw .sm\:focus\:-translate-y-69:focus{
    --tw-translate-y: -345px;
  }

  .tw .sm\:focus\:-translate-y-70:focus{
    --tw-translate-y: -350px;
  }

  .tw .sm\:focus\:-translate-y-71:focus{
    --tw-translate-y: -355px;
  }

  .tw .sm\:focus\:-translate-y-72:focus{
    --tw-translate-y: -360px;
  }

  .tw .sm\:focus\:-translate-y-73:focus{
    --tw-translate-y: -365px;
  }

  .tw .sm\:focus\:-translate-y-74:focus{
    --tw-translate-y: -370px;
  }

  .tw .sm\:focus\:-translate-y-75:focus{
    --tw-translate-y: -375px;
  }

  .tw .sm\:focus\:-translate-y-76:focus{
    --tw-translate-y: -380px;
  }

  .tw .sm\:focus\:-translate-y-77:focus{
    --tw-translate-y: -385px;
  }

  .tw .sm\:focus\:-translate-y-78:focus{
    --tw-translate-y: -390px;
  }

  .tw .sm\:focus\:-translate-y-79:focus{
    --tw-translate-y: -395px;
  }

  .tw .sm\:focus\:-translate-y-80:focus{
    --tw-translate-y: -400px;
  }

  .tw .sm\:focus\:-translate-y-81:focus{
    --tw-translate-y: -405px;
  }

  .tw .sm\:focus\:-translate-y-82:focus{
    --tw-translate-y: -410px;
  }

  .tw .sm\:focus\:-translate-y-83:focus{
    --tw-translate-y: -415px;
  }

  .tw .sm\:focus\:-translate-y-84:focus{
    --tw-translate-y: -420px;
  }

  .tw .sm\:focus\:-translate-y-85:focus{
    --tw-translate-y: -425px;
  }

  .tw .sm\:focus\:-translate-y-86:focus{
    --tw-translate-y: -430px;
  }

  .tw .sm\:focus\:-translate-y-87:focus{
    --tw-translate-y: -435px;
  }

  .tw .sm\:focus\:-translate-y-88:focus{
    --tw-translate-y: -440px;
  }

  .tw .sm\:focus\:-translate-y-89:focus{
    --tw-translate-y: -445px;
  }

  .tw .sm\:focus\:-translate-y-90:focus{
    --tw-translate-y: -450px;
  }

  .tw .sm\:focus\:-translate-y-91:focus{
    --tw-translate-y: -455px;
  }

  .tw .sm\:focus\:-translate-y-92:focus{
    --tw-translate-y: -460px;
  }

  .tw .sm\:focus\:-translate-y-93:focus{
    --tw-translate-y: -465px;
  }

  .tw .sm\:focus\:-translate-y-94:focus{
    --tw-translate-y: -470px;
  }

  .tw .sm\:focus\:-translate-y-95:focus{
    --tw-translate-y: -475px;
  }

  .tw .sm\:focus\:-translate-y-96:focus{
    --tw-translate-y: -480px;
  }

  .tw .sm\:focus\:-translate-y-97:focus{
    --tw-translate-y: -485px;
  }

  .tw .sm\:focus\:-translate-y-98:focus{
    --tw-translate-y: -490px;
  }

  .tw .sm\:focus\:-translate-y-99:focus{
    --tw-translate-y: -495px;
  }

  .tw .sm\:focus\:-translate-y-100:focus{
    --tw-translate-y: -500px;
  }

  .tw .sm\:focus\:-translate-y-101:focus{
    --tw-translate-y: -505px;
  }

  .tw .sm\:focus\:-translate-y-102:focus{
    --tw-translate-y: -510px;
  }

  .tw .sm\:focus\:-translate-y-103:focus{
    --tw-translate-y: -515px;
  }

  .tw .sm\:focus\:-translate-y-104:focus{
    --tw-translate-y: -520px;
  }

  .tw .sm\:focus\:-translate-y-105:focus{
    --tw-translate-y: -525px;
  }

  .tw .sm\:focus\:-translate-y-106:focus{
    --tw-translate-y: -530px;
  }

  .tw .sm\:focus\:-translate-y-107:focus{
    --tw-translate-y: -535px;
  }

  .tw .sm\:focus\:-translate-y-108:focus{
    --tw-translate-y: -540px;
  }

  .tw .sm\:focus\:-translate-y-109:focus{
    --tw-translate-y: -545px;
  }

  .tw .sm\:focus\:-translate-y-110:focus{
    --tw-translate-y: -550px;
  }

  .tw .sm\:focus\:-translate-y-111:focus{
    --tw-translate-y: -555px;
  }

  .tw .sm\:focus\:-translate-y-112:focus{
    --tw-translate-y: -560px;
  }

  .tw .sm\:focus\:-translate-y-113:focus{
    --tw-translate-y: -565px;
  }

  .tw .sm\:focus\:-translate-y-114:focus{
    --tw-translate-y: -570px;
  }

  .tw .sm\:focus\:-translate-y-115:focus{
    --tw-translate-y: -575px;
  }

  .tw .sm\:focus\:-translate-y-116:focus{
    --tw-translate-y: -580px;
  }

  .tw .sm\:focus\:-translate-y-117:focus{
    --tw-translate-y: -585px;
  }

  .tw .sm\:focus\:-translate-y-118:focus{
    --tw-translate-y: -590px;
  }

  .tw .sm\:focus\:-translate-y-119:focus{
    --tw-translate-y: -595px;
  }

  .tw .sm\:focus\:-translate-y-120:focus{
    --tw-translate-y: -600px;
  }

  .tw .sm\:focus\:-translate-y-121:focus{
    --tw-translate-y: -605px;
  }

  .tw .sm\:focus\:-translate-y-122:focus{
    --tw-translate-y: -610px;
  }

  .tw .sm\:focus\:-translate-y-123:focus{
    --tw-translate-y: -615px;
  }

  .tw .sm\:focus\:-translate-y-124:focus{
    --tw-translate-y: -620px;
  }

  .tw .sm\:focus\:-translate-y-125:focus{
    --tw-translate-y: -625px;
  }

  .tw .sm\:focus\:-translate-y-126:focus{
    --tw-translate-y: -630px;
  }

  .tw .sm\:focus\:-translate-y-127:focus{
    --tw-translate-y: -635px;
  }

  .tw .sm\:focus\:-translate-y-128:focus{
    --tw-translate-y: -640px;
  }

  .tw .sm\:focus\:-translate-y-129:focus{
    --tw-translate-y: -645px;
  }

  .tw .sm\:focus\:-translate-y-130:focus{
    --tw-translate-y: -650px;
  }

  .tw .sm\:focus\:-translate-y-131:focus{
    --tw-translate-y: -655px;
  }

  .tw .sm\:focus\:-translate-y-132:focus{
    --tw-translate-y: -660px;
  }

  .tw .sm\:focus\:-translate-y-133:focus{
    --tw-translate-y: -665px;
  }

  .tw .sm\:focus\:-translate-y-134:focus{
    --tw-translate-y: -670px;
  }

  .tw .sm\:focus\:-translate-y-135:focus{
    --tw-translate-y: -675px;
  }

  .tw .sm\:focus\:-translate-y-136:focus{
    --tw-translate-y: -680px;
  }

  .tw .sm\:focus\:-translate-y-137:focus{
    --tw-translate-y: -685px;
  }

  .tw .sm\:focus\:-translate-y-138:focus{
    --tw-translate-y: -690px;
  }

  .tw .sm\:focus\:-translate-y-139:focus{
    --tw-translate-y: -695px;
  }

  .tw .sm\:focus\:-translate-y-140:focus{
    --tw-translate-y: -700px;
  }

  .tw .sm\:focus\:-translate-y-141:focus{
    --tw-translate-y: -705px;
  }

  .tw .sm\:focus\:-translate-y-142:focus{
    --tw-translate-y: -710px;
  }

  .tw .sm\:focus\:-translate-y-143:focus{
    --tw-translate-y: -715px;
  }

  .tw .sm\:focus\:-translate-y-144:focus{
    --tw-translate-y: -720px;
  }

  .tw .sm\:focus\:-translate-y-145:focus{
    --tw-translate-y: -725px;
  }

  .tw .sm\:focus\:-translate-y-146:focus{
    --tw-translate-y: -730px;
  }

  .tw .sm\:focus\:-translate-y-147:focus{
    --tw-translate-y: -735px;
  }

  .tw .sm\:focus\:-translate-y-148:focus{
    --tw-translate-y: -740px;
  }

  .tw .sm\:focus\:-translate-y-149:focus{
    --tw-translate-y: -745px;
  }

  .tw .sm\:focus\:-translate-y-0\.5:focus{
    --tw-translate-y: -3px;
  }

  .tw .sm\:focus\:-translate-y-1px:focus{
    --tw-translate-y: -1px;
  }

  .tw .sm\:focus\:-translate-y-2px:focus{
    --tw-translate-y: -2px;
  }

  .tw .sm\:focus\:-translate-y-3px:focus{
    --tw-translate-y: -3px;
  }

  .tw .sm\:focus\:-translate-y-4px:focus{
    --tw-translate-y: -4px;
  }

  .tw .sm\:focus\:-translate-y-5px:focus{
    --tw-translate-y: -5px;
  }

  .tw .sm\:focus\:-translate-y-6px:focus{
    --tw-translate-y: -6px;
  }

  .tw .sm\:focus\:-translate-y-7px:focus{
    --tw-translate-y: -7px;
  }

  .tw .sm\:focus\:-translate-y-8px:focus{
    --tw-translate-y: -8px;
  }

  .tw .sm\:focus\:-translate-y-9px:focus{
    --tw-translate-y: -9px;
  }

  .tw .sm\:focus\:-translate-y-10px:focus{
    --tw-translate-y: -10px;
  }

  .tw .sm\:focus\:-translate-y-11px:focus{
    --tw-translate-y: -11px;
  }

  .tw .sm\:focus\:-translate-y-12px:focus{
    --tw-translate-y: -12px;
  }

  .tw .sm\:focus\:-translate-y-13px:focus{
    --tw-translate-y: -13px;
  }

  .tw .sm\:focus\:-translate-y-14px:focus{
    --tw-translate-y: -14px;
  }

  .tw .sm\:focus\:-translate-y-15px:focus{
    --tw-translate-y: -15px;
  }

  .tw .sm\:focus\:-translate-y-16px:focus{
    --tw-translate-y: -16px;
  }

  .tw .sm\:focus\:-translate-y-17px:focus{
    --tw-translate-y: -17px;
  }

  .tw .sm\:focus\:-translate-y-18px:focus{
    --tw-translate-y: -18px;
  }

  .tw .sm\:focus\:-translate-y-19px:focus{
    --tw-translate-y: -19px;
  }

  .tw .sm\:focus\:-translate-y-20px:focus{
    --tw-translate-y: -20px;
  }

  .tw .sm\:focus\:-translate-y-21px:focus{
    --tw-translate-y: -21px;
  }

  .tw .sm\:focus\:-translate-y-22px:focus{
    --tw-translate-y: -22px;
  }

  .tw .sm\:focus\:-translate-y-23px:focus{
    --tw-translate-y: -23px;
  }

  .tw .sm\:focus\:-translate-y-24px:focus{
    --tw-translate-y: -24px;
  }

  .tw .sm\:focus\:-translate-y-25px:focus{
    --tw-translate-y: -25px;
  }

  .tw .sm\:focus\:-translate-y-26px:focus{
    --tw-translate-y: -26px;
  }

  .tw .sm\:focus\:-translate-y-27px:focus{
    --tw-translate-y: -27px;
  }

  .tw .sm\:focus\:-translate-y-28px:focus{
    --tw-translate-y: -28px;
  }

  .tw .sm\:focus\:-translate-y-29px:focus{
    --tw-translate-y: -29px;
  }

  .tw .sm\:focus\:-translate-y-30px:focus{
    --tw-translate-y: -30px;
  }

  .tw .sm\:focus\:-translate-y-31px:focus{
    --tw-translate-y: -31px;
  }

  .tw .sm\:focus\:-translate-y-32px:focus{
    --tw-translate-y: -32px;
  }

  .tw .sm\:focus\:-translate-y-33px:focus{
    --tw-translate-y: -33px;
  }

  .tw .sm\:focus\:-translate-y-34px:focus{
    --tw-translate-y: -34px;
  }

  .tw .sm\:focus\:-translate-y-35px:focus{
    --tw-translate-y: -35px;
  }

  .tw .sm\:focus\:-translate-y-36px:focus{
    --tw-translate-y: -36px;
  }

  .tw .sm\:focus\:-translate-y-37px:focus{
    --tw-translate-y: -37px;
  }

  .tw .sm\:focus\:-translate-y-38px:focus{
    --tw-translate-y: -38px;
  }

  .tw .sm\:focus\:-translate-y-39px:focus{
    --tw-translate-y: -39px;
  }

  .tw .sm\:focus\:-translate-y-40px:focus{
    --tw-translate-y: -40px;
  }

  .tw .sm\:focus\:translate-y-1\/2:focus{
    --tw-translate-y: 50%;
  }

  .tw .sm\:focus\:translate-y-1\/3:focus{
    --tw-translate-y: 33.333333%;
  }

  .tw .sm\:focus\:translate-y-2\/3:focus{
    --tw-translate-y: 66.666667%;
  }

  .tw .sm\:focus\:translate-y-1\/4:focus{
    --tw-translate-y: 25%;
  }

  .tw .sm\:focus\:translate-y-2\/4:focus{
    --tw-translate-y: 50%;
  }

  .tw .sm\:focus\:translate-y-3\/4:focus{
    --tw-translate-y: 75%;
  }

  .tw .sm\:focus\:translate-y-full:focus{
    --tw-translate-y: 100%;
  }

  .tw .sm\:focus\:-translate-y-1\/2:focus{
    --tw-translate-y: -50%;
  }

  .tw .sm\:focus\:-translate-y-1\/3:focus{
    --tw-translate-y: -33.333333%;
  }

  .tw .sm\:focus\:-translate-y-2\/3:focus{
    --tw-translate-y: -66.666667%;
  }

  .tw .sm\:focus\:-translate-y-1\/4:focus{
    --tw-translate-y: -25%;
  }

  .tw .sm\:focus\:-translate-y-2\/4:focus{
    --tw-translate-y: -50%;
  }

  .tw .sm\:focus\:-translate-y-3\/4:focus{
    --tw-translate-y: -75%;
  }

  .tw .sm\:focus\:-translate-y-full:focus{
    --tw-translate-y: -100%;
  }

  .tw .sm\:rotate-0{
    --tw-rotate: 0deg;
  }

  .tw .sm\:rotate-1{
    --tw-rotate: 1deg;
  }

  .tw .sm\:rotate-2{
    --tw-rotate: 2deg;
  }

  .tw .sm\:rotate-3{
    --tw-rotate: 3deg;
  }

  .tw .sm\:rotate-6{
    --tw-rotate: 6deg;
  }

  .tw .sm\:rotate-12{
    --tw-rotate: 12deg;
  }

  .tw .sm\:rotate-45{
    --tw-rotate: 45deg;
  }

  .tw .sm\:rotate-90{
    --tw-rotate: 90deg;
  }

  .tw .sm\:rotate-180{
    --tw-rotate: 180deg;
  }

  .tw .sm\:-rotate-180{
    --tw-rotate: -180deg;
  }

  .tw .sm\:-rotate-90{
    --tw-rotate: -90deg;
  }

  .tw .sm\:-rotate-45{
    --tw-rotate: -45deg;
  }

  .tw .sm\:-rotate-12{
    --tw-rotate: -12deg;
  }

  .tw .sm\:-rotate-6{
    --tw-rotate: -6deg;
  }

  .tw .sm\:-rotate-3{
    --tw-rotate: -3deg;
  }

  .tw .sm\:-rotate-2{
    --tw-rotate: -2deg;
  }

  .tw .sm\:-rotate-1{
    --tw-rotate: -1deg;
  }

  .tw .sm\:hover\:rotate-0:hover{
    --tw-rotate: 0deg;
  }

  .tw .sm\:hover\:rotate-1:hover{
    --tw-rotate: 1deg;
  }

  .tw .sm\:hover\:rotate-2:hover{
    --tw-rotate: 2deg;
  }

  .tw .sm\:hover\:rotate-3:hover{
    --tw-rotate: 3deg;
  }

  .tw .sm\:hover\:rotate-6:hover{
    --tw-rotate: 6deg;
  }

  .tw .sm\:hover\:rotate-12:hover{
    --tw-rotate: 12deg;
  }

  .tw .sm\:hover\:rotate-45:hover{
    --tw-rotate: 45deg;
  }

  .tw .sm\:hover\:rotate-90:hover{
    --tw-rotate: 90deg;
  }

  .tw .sm\:hover\:rotate-180:hover{
    --tw-rotate: 180deg;
  }

  .tw .sm\:hover\:-rotate-180:hover{
    --tw-rotate: -180deg;
  }

  .tw .sm\:hover\:-rotate-90:hover{
    --tw-rotate: -90deg;
  }

  .tw .sm\:hover\:-rotate-45:hover{
    --tw-rotate: -45deg;
  }

  .tw .sm\:hover\:-rotate-12:hover{
    --tw-rotate: -12deg;
  }

  .tw .sm\:hover\:-rotate-6:hover{
    --tw-rotate: -6deg;
  }

  .tw .sm\:hover\:-rotate-3:hover{
    --tw-rotate: -3deg;
  }

  .tw .sm\:hover\:-rotate-2:hover{
    --tw-rotate: -2deg;
  }

  .tw .sm\:hover\:-rotate-1:hover{
    --tw-rotate: -1deg;
  }

  .tw .sm\:focus\:rotate-0:focus{
    --tw-rotate: 0deg;
  }

  .tw .sm\:focus\:rotate-1:focus{
    --tw-rotate: 1deg;
  }

  .tw .sm\:focus\:rotate-2:focus{
    --tw-rotate: 2deg;
  }

  .tw .sm\:focus\:rotate-3:focus{
    --tw-rotate: 3deg;
  }

  .tw .sm\:focus\:rotate-6:focus{
    --tw-rotate: 6deg;
  }

  .tw .sm\:focus\:rotate-12:focus{
    --tw-rotate: 12deg;
  }

  .tw .sm\:focus\:rotate-45:focus{
    --tw-rotate: 45deg;
  }

  .tw .sm\:focus\:rotate-90:focus{
    --tw-rotate: 90deg;
  }

  .tw .sm\:focus\:rotate-180:focus{
    --tw-rotate: 180deg;
  }

  .tw .sm\:focus\:-rotate-180:focus{
    --tw-rotate: -180deg;
  }

  .tw .sm\:focus\:-rotate-90:focus{
    --tw-rotate: -90deg;
  }

  .tw .sm\:focus\:-rotate-45:focus{
    --tw-rotate: -45deg;
  }

  .tw .sm\:focus\:-rotate-12:focus{
    --tw-rotate: -12deg;
  }

  .tw .sm\:focus\:-rotate-6:focus{
    --tw-rotate: -6deg;
  }

  .tw .sm\:focus\:-rotate-3:focus{
    --tw-rotate: -3deg;
  }

  .tw .sm\:focus\:-rotate-2:focus{
    --tw-rotate: -2deg;
  }

  .tw .sm\:focus\:-rotate-1:focus{
    --tw-rotate: -1deg;
  }

  .tw .sm\:skew-x-0{
    --tw-skew-x: 0deg;
  }

  .tw .sm\:skew-x-1{
    --tw-skew-x: 1deg;
  }

  .tw .sm\:skew-x-2{
    --tw-skew-x: 2deg;
  }

  .tw .sm\:skew-x-3{
    --tw-skew-x: 3deg;
  }

  .tw .sm\:skew-x-6{
    --tw-skew-x: 6deg;
  }

  .tw .sm\:skew-x-12{
    --tw-skew-x: 12deg;
  }

  .tw .sm\:-skew-x-12{
    --tw-skew-x: -12deg;
  }

  .tw .sm\:-skew-x-6{
    --tw-skew-x: -6deg;
  }

  .tw .sm\:-skew-x-3{
    --tw-skew-x: -3deg;
  }

  .tw .sm\:-skew-x-2{
    --tw-skew-x: -2deg;
  }

  .tw .sm\:-skew-x-1{
    --tw-skew-x: -1deg;
  }

  .tw .sm\:skew-y-0{
    --tw-skew-y: 0deg;
  }

  .tw .sm\:skew-y-1{
    --tw-skew-y: 1deg;
  }

  .tw .sm\:skew-y-2{
    --tw-skew-y: 2deg;
  }

  .tw .sm\:skew-y-3{
    --tw-skew-y: 3deg;
  }

  .tw .sm\:skew-y-6{
    --tw-skew-y: 6deg;
  }

  .tw .sm\:skew-y-12{
    --tw-skew-y: 12deg;
  }

  .tw .sm\:-skew-y-12{
    --tw-skew-y: -12deg;
  }

  .tw .sm\:-skew-y-6{
    --tw-skew-y: -6deg;
  }

  .tw .sm\:-skew-y-3{
    --tw-skew-y: -3deg;
  }

  .tw .sm\:-skew-y-2{
    --tw-skew-y: -2deg;
  }

  .tw .sm\:-skew-y-1{
    --tw-skew-y: -1deg;
  }

  .tw .sm\:hover\:skew-x-0:hover{
    --tw-skew-x: 0deg;
  }

  .tw .sm\:hover\:skew-x-1:hover{
    --tw-skew-x: 1deg;
  }

  .tw .sm\:hover\:skew-x-2:hover{
    --tw-skew-x: 2deg;
  }

  .tw .sm\:hover\:skew-x-3:hover{
    --tw-skew-x: 3deg;
  }

  .tw .sm\:hover\:skew-x-6:hover{
    --tw-skew-x: 6deg;
  }

  .tw .sm\:hover\:skew-x-12:hover{
    --tw-skew-x: 12deg;
  }

  .tw .sm\:hover\:-skew-x-12:hover{
    --tw-skew-x: -12deg;
  }

  .tw .sm\:hover\:-skew-x-6:hover{
    --tw-skew-x: -6deg;
  }

  .tw .sm\:hover\:-skew-x-3:hover{
    --tw-skew-x: -3deg;
  }

  .tw .sm\:hover\:-skew-x-2:hover{
    --tw-skew-x: -2deg;
  }

  .tw .sm\:hover\:-skew-x-1:hover{
    --tw-skew-x: -1deg;
  }

  .tw .sm\:hover\:skew-y-0:hover{
    --tw-skew-y: 0deg;
  }

  .tw .sm\:hover\:skew-y-1:hover{
    --tw-skew-y: 1deg;
  }

  .tw .sm\:hover\:skew-y-2:hover{
    --tw-skew-y: 2deg;
  }

  .tw .sm\:hover\:skew-y-3:hover{
    --tw-skew-y: 3deg;
  }

  .tw .sm\:hover\:skew-y-6:hover{
    --tw-skew-y: 6deg;
  }

  .tw .sm\:hover\:skew-y-12:hover{
    --tw-skew-y: 12deg;
  }

  .tw .sm\:hover\:-skew-y-12:hover{
    --tw-skew-y: -12deg;
  }

  .tw .sm\:hover\:-skew-y-6:hover{
    --tw-skew-y: -6deg;
  }

  .tw .sm\:hover\:-skew-y-3:hover{
    --tw-skew-y: -3deg;
  }

  .tw .sm\:hover\:-skew-y-2:hover{
    --tw-skew-y: -2deg;
  }

  .tw .sm\:hover\:-skew-y-1:hover{
    --tw-skew-y: -1deg;
  }

  .tw .sm\:focus\:skew-x-0:focus{
    --tw-skew-x: 0deg;
  }

  .tw .sm\:focus\:skew-x-1:focus{
    --tw-skew-x: 1deg;
  }

  .tw .sm\:focus\:skew-x-2:focus{
    --tw-skew-x: 2deg;
  }

  .tw .sm\:focus\:skew-x-3:focus{
    --tw-skew-x: 3deg;
  }

  .tw .sm\:focus\:skew-x-6:focus{
    --tw-skew-x: 6deg;
  }

  .tw .sm\:focus\:skew-x-12:focus{
    --tw-skew-x: 12deg;
  }

  .tw .sm\:focus\:-skew-x-12:focus{
    --tw-skew-x: -12deg;
  }

  .tw .sm\:focus\:-skew-x-6:focus{
    --tw-skew-x: -6deg;
  }

  .tw .sm\:focus\:-skew-x-3:focus{
    --tw-skew-x: -3deg;
  }

  .tw .sm\:focus\:-skew-x-2:focus{
    --tw-skew-x: -2deg;
  }

  .tw .sm\:focus\:-skew-x-1:focus{
    --tw-skew-x: -1deg;
  }

  .tw .sm\:focus\:skew-y-0:focus{
    --tw-skew-y: 0deg;
  }

  .tw .sm\:focus\:skew-y-1:focus{
    --tw-skew-y: 1deg;
  }

  .tw .sm\:focus\:skew-y-2:focus{
    --tw-skew-y: 2deg;
  }

  .tw .sm\:focus\:skew-y-3:focus{
    --tw-skew-y: 3deg;
  }

  .tw .sm\:focus\:skew-y-6:focus{
    --tw-skew-y: 6deg;
  }

  .tw .sm\:focus\:skew-y-12:focus{
    --tw-skew-y: 12deg;
  }

  .tw .sm\:focus\:-skew-y-12:focus{
    --tw-skew-y: -12deg;
  }

  .tw .sm\:focus\:-skew-y-6:focus{
    --tw-skew-y: -6deg;
  }

  .tw .sm\:focus\:-skew-y-3:focus{
    --tw-skew-y: -3deg;
  }

  .tw .sm\:focus\:-skew-y-2:focus{
    --tw-skew-y: -2deg;
  }

  .tw .sm\:focus\:-skew-y-1:focus{
    --tw-skew-y: -1deg;
  }

  .tw .sm\:scale-0{
    --tw-scale-x: 0;
    --tw-scale-y: 0;
  }

  .tw .sm\:scale-50{
    --tw-scale-x: .5;
    --tw-scale-y: .5;
  }

  .tw .sm\:scale-75{
    --tw-scale-x: .75;
    --tw-scale-y: .75;
  }

  .tw .sm\:scale-90{
    --tw-scale-x: .9;
    --tw-scale-y: .9;
  }

  .tw .sm\:scale-95{
    --tw-scale-x: .95;
    --tw-scale-y: .95;
  }

  .tw .sm\:scale-100{
    --tw-scale-x: 1;
    --tw-scale-y: 1;
  }

  .tw .sm\:scale-105{
    --tw-scale-x: 1.05;
    --tw-scale-y: 1.05;
  }

  .tw .sm\:scale-110{
    --tw-scale-x: 1.1;
    --tw-scale-y: 1.1;
  }

  .tw .sm\:scale-125{
    --tw-scale-x: 1.25;
    --tw-scale-y: 1.25;
  }

  .tw .sm\:scale-150{
    --tw-scale-x: 1.5;
    --tw-scale-y: 1.5;
  }

  .tw .sm\:hover\:scale-0:hover{
    --tw-scale-x: 0;
    --tw-scale-y: 0;
  }

  .tw .sm\:hover\:scale-50:hover{
    --tw-scale-x: .5;
    --tw-scale-y: .5;
  }

  .tw .sm\:hover\:scale-75:hover{
    --tw-scale-x: .75;
    --tw-scale-y: .75;
  }

  .tw .sm\:hover\:scale-90:hover{
    --tw-scale-x: .9;
    --tw-scale-y: .9;
  }

  .tw .sm\:hover\:scale-95:hover{
    --tw-scale-x: .95;
    --tw-scale-y: .95;
  }

  .tw .sm\:hover\:scale-100:hover{
    --tw-scale-x: 1;
    --tw-scale-y: 1;
  }

  .tw .sm\:hover\:scale-105:hover{
    --tw-scale-x: 1.05;
    --tw-scale-y: 1.05;
  }

  .tw .sm\:hover\:scale-110:hover{
    --tw-scale-x: 1.1;
    --tw-scale-y: 1.1;
  }

  .tw .sm\:hover\:scale-125:hover{
    --tw-scale-x: 1.25;
    --tw-scale-y: 1.25;
  }

  .tw .sm\:hover\:scale-150:hover{
    --tw-scale-x: 1.5;
    --tw-scale-y: 1.5;
  }

  .tw .sm\:focus\:scale-0:focus{
    --tw-scale-x: 0;
    --tw-scale-y: 0;
  }

  .tw .sm\:focus\:scale-50:focus{
    --tw-scale-x: .5;
    --tw-scale-y: .5;
  }

  .tw .sm\:focus\:scale-75:focus{
    --tw-scale-x: .75;
    --tw-scale-y: .75;
  }

  .tw .sm\:focus\:scale-90:focus{
    --tw-scale-x: .9;
    --tw-scale-y: .9;
  }

  .tw .sm\:focus\:scale-95:focus{
    --tw-scale-x: .95;
    --tw-scale-y: .95;
  }

  .tw .sm\:focus\:scale-100:focus{
    --tw-scale-x: 1;
    --tw-scale-y: 1;
  }

  .tw .sm\:focus\:scale-105:focus{
    --tw-scale-x: 1.05;
    --tw-scale-y: 1.05;
  }

  .tw .sm\:focus\:scale-110:focus{
    --tw-scale-x: 1.1;
    --tw-scale-y: 1.1;
  }

  .tw .sm\:focus\:scale-125:focus{
    --tw-scale-x: 1.25;
    --tw-scale-y: 1.25;
  }

  .tw .sm\:focus\:scale-150:focus{
    --tw-scale-x: 1.5;
    --tw-scale-y: 1.5;
  }

  .tw .sm\:scale-x-0{
    --tw-scale-x: 0;
  }

  .tw .sm\:scale-x-50{
    --tw-scale-x: .5;
  }

  .tw .sm\:scale-x-75{
    --tw-scale-x: .75;
  }

  .tw .sm\:scale-x-90{
    --tw-scale-x: .9;
  }

  .tw .sm\:scale-x-95{
    --tw-scale-x: .95;
  }

  .tw .sm\:scale-x-100{
    --tw-scale-x: 1;
  }

  .tw .sm\:scale-x-105{
    --tw-scale-x: 1.05;
  }

  .tw .sm\:scale-x-110{
    --tw-scale-x: 1.1;
  }

  .tw .sm\:scale-x-125{
    --tw-scale-x: 1.25;
  }

  .tw .sm\:scale-x-150{
    --tw-scale-x: 1.5;
  }

  .tw .sm\:scale-y-0{
    --tw-scale-y: 0;
  }

  .tw .sm\:scale-y-50{
    --tw-scale-y: .5;
  }

  .tw .sm\:scale-y-75{
    --tw-scale-y: .75;
  }

  .tw .sm\:scale-y-90{
    --tw-scale-y: .9;
  }

  .tw .sm\:scale-y-95{
    --tw-scale-y: .95;
  }

  .tw .sm\:scale-y-100{
    --tw-scale-y: 1;
  }

  .tw .sm\:scale-y-105{
    --tw-scale-y: 1.05;
  }

  .tw .sm\:scale-y-110{
    --tw-scale-y: 1.1;
  }

  .tw .sm\:scale-y-125{
    --tw-scale-y: 1.25;
  }

  .tw .sm\:scale-y-150{
    --tw-scale-y: 1.5;
  }

  .tw .sm\:hover\:scale-x-0:hover{
    --tw-scale-x: 0;
  }

  .tw .sm\:hover\:scale-x-50:hover{
    --tw-scale-x: .5;
  }

  .tw .sm\:hover\:scale-x-75:hover{
    --tw-scale-x: .75;
  }

  .tw .sm\:hover\:scale-x-90:hover{
    --tw-scale-x: .9;
  }

  .tw .sm\:hover\:scale-x-95:hover{
    --tw-scale-x: .95;
  }

  .tw .sm\:hover\:scale-x-100:hover{
    --tw-scale-x: 1;
  }

  .tw .sm\:hover\:scale-x-105:hover{
    --tw-scale-x: 1.05;
  }

  .tw .sm\:hover\:scale-x-110:hover{
    --tw-scale-x: 1.1;
  }

  .tw .sm\:hover\:scale-x-125:hover{
    --tw-scale-x: 1.25;
  }

  .tw .sm\:hover\:scale-x-150:hover{
    --tw-scale-x: 1.5;
  }

  .tw .sm\:hover\:scale-y-0:hover{
    --tw-scale-y: 0;
  }

  .tw .sm\:hover\:scale-y-50:hover{
    --tw-scale-y: .5;
  }

  .tw .sm\:hover\:scale-y-75:hover{
    --tw-scale-y: .75;
  }

  .tw .sm\:hover\:scale-y-90:hover{
    --tw-scale-y: .9;
  }

  .tw .sm\:hover\:scale-y-95:hover{
    --tw-scale-y: .95;
  }

  .tw .sm\:hover\:scale-y-100:hover{
    --tw-scale-y: 1;
  }

  .tw .sm\:hover\:scale-y-105:hover{
    --tw-scale-y: 1.05;
  }

  .tw .sm\:hover\:scale-y-110:hover{
    --tw-scale-y: 1.1;
  }

  .tw .sm\:hover\:scale-y-125:hover{
    --tw-scale-y: 1.25;
  }

  .tw .sm\:hover\:scale-y-150:hover{
    --tw-scale-y: 1.5;
  }

  .tw .sm\:focus\:scale-x-0:focus{
    --tw-scale-x: 0;
  }

  .tw .sm\:focus\:scale-x-50:focus{
    --tw-scale-x: .5;
  }

  .tw .sm\:focus\:scale-x-75:focus{
    --tw-scale-x: .75;
  }

  .tw .sm\:focus\:scale-x-90:focus{
    --tw-scale-x: .9;
  }

  .tw .sm\:focus\:scale-x-95:focus{
    --tw-scale-x: .95;
  }

  .tw .sm\:focus\:scale-x-100:focus{
    --tw-scale-x: 1;
  }

  .tw .sm\:focus\:scale-x-105:focus{
    --tw-scale-x: 1.05;
  }

  .tw .sm\:focus\:scale-x-110:focus{
    --tw-scale-x: 1.1;
  }

  .tw .sm\:focus\:scale-x-125:focus{
    --tw-scale-x: 1.25;
  }

  .tw .sm\:focus\:scale-x-150:focus{
    --tw-scale-x: 1.5;
  }

  .tw .sm\:focus\:scale-y-0:focus{
    --tw-scale-y: 0;
  }

  .tw .sm\:focus\:scale-y-50:focus{
    --tw-scale-y: .5;
  }

  .tw .sm\:focus\:scale-y-75:focus{
    --tw-scale-y: .75;
  }

  .tw .sm\:focus\:scale-y-90:focus{
    --tw-scale-y: .9;
  }

  .tw .sm\:focus\:scale-y-95:focus{
    --tw-scale-y: .95;
  }

  .tw .sm\:focus\:scale-y-100:focus{
    --tw-scale-y: 1;
  }

  .tw .sm\:focus\:scale-y-105:focus{
    --tw-scale-y: 1.05;
  }

  .tw .sm\:focus\:scale-y-110:focus{
    --tw-scale-y: 1.1;
  }

  .tw .sm\:focus\:scale-y-125:focus{
    --tw-scale-y: 1.25;
  }

  .tw .sm\:focus\:scale-y-150:focus{
    --tw-scale-y: 1.5;
  }

  .tw .sm\:animate-none{
    animation: none;
  }

  .tw .sm\:animate-spin{
    animation: spin 1s linear infinite;
  }

  .tw .sm\:animate-ping{
    animation: ping 1s cubic-bezier(0, 0, 0.2, 1) infinite;
  }

  .tw .sm\:animate-pulse{
    animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
  }

  .tw .sm\:animate-bounce{
    animation: bounce 1s infinite;
  }

  .tw .sm\:select-none{
    -webkit-user-select: none;
       -moz-user-select: none;
            user-select: none;
  }

  .tw .sm\:select-text{
    -webkit-user-select: text;
       -moz-user-select: text;
            user-select: text;
  }

  .tw .sm\:select-all{
    -webkit-user-select: all;
       -moz-user-select: all;
            user-select: all;
  }

  .tw .sm\:select-auto{
    -webkit-user-select: auto;
       -moz-user-select: auto;
            user-select: auto;
  }

  .tw .sm\:resize-none{
    resize: none;
  }

  .tw .sm\:resize-y{
    resize: vertical;
  }

  .tw .sm\:resize-x{
    resize: horizontal;
  }

  .tw .sm\:resize{
    resize: both;
  }

  .tw .sm\:list-inside{
    list-style-position: inside;
  }

  .tw .sm\:list-outside{
    list-style-position: outside;
  }

  .tw .sm\:list-none{
    list-style-type: none;
  }

  .tw .sm\:list-disc{
    list-style-type: disc;
  }

  .tw .sm\:list-decimal{
    list-style-type: decimal;
  }

  .tw .sm\:list-lower-alpha{
    list-style-type: lower-alpha;
  }

  .tw .sm\:appearance-none{
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
  }

  .tw .sm\:auto-cols-auto{
    grid-auto-columns: auto;
  }

  .tw .sm\:auto-cols-min{
    grid-auto-columns: min-content;
  }

  .tw .sm\:auto-cols-max{
    grid-auto-columns: max-content;
  }

  .tw .sm\:auto-cols-fr{
    grid-auto-columns: minmax(0, 1fr);
  }

  .tw .sm\:grid-flow-row{
    grid-auto-flow: row;
  }

  .tw .sm\:grid-flow-col{
    grid-auto-flow: column;
  }

  .tw .sm\:grid-flow-row-dense{
    grid-auto-flow: row dense;
  }

  .tw .sm\:grid-flow-col-dense{
    grid-auto-flow: column dense;
  }

  .tw .sm\:auto-rows-auto{
    grid-auto-rows: auto;
  }

  .tw .sm\:auto-rows-min{
    grid-auto-rows: min-content;
  }

  .tw .sm\:auto-rows-max{
    grid-auto-rows: max-content;
  }

  .tw .sm\:auto-rows-fr{
    grid-auto-rows: minmax(0, 1fr);
  }

  .tw .sm\:grid-cols-1{
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }

  .tw .sm\:grid-cols-2{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .tw .sm\:grid-cols-3{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .tw .sm\:grid-cols-4{
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .tw .sm\:grid-cols-5{
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }

  .tw .sm\:grid-cols-6{
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }

  .tw .sm\:grid-cols-7{
    grid-template-columns: repeat(7, minmax(0, 1fr));
  }

  .tw .sm\:grid-cols-8{
    grid-template-columns: repeat(8, minmax(0, 1fr));
  }

  .tw .sm\:grid-cols-9{
    grid-template-columns: repeat(9, minmax(0, 1fr));
  }

  .tw .sm\:grid-cols-10{
    grid-template-columns: repeat(10, minmax(0, 1fr));
  }

  .tw .sm\:grid-cols-11{
    grid-template-columns: repeat(11, minmax(0, 1fr));
  }

  .tw .sm\:grid-cols-12{
    grid-template-columns: repeat(12, minmax(0, 1fr));
  }

  .tw .sm\:grid-cols-none{
    grid-template-columns: none;
  }

  .tw .sm\:grid-rows-1{
    grid-template-rows: repeat(1, minmax(0, 1fr));
  }

  .tw .sm\:grid-rows-2{
    grid-template-rows: repeat(2, minmax(0, 1fr));
  }

  .tw .sm\:grid-rows-3{
    grid-template-rows: repeat(3, minmax(0, 1fr));
  }

  .tw .sm\:grid-rows-4{
    grid-template-rows: repeat(4, minmax(0, 1fr));
  }

  .tw .sm\:grid-rows-5{
    grid-template-rows: repeat(5, minmax(0, 1fr));
  }

  .tw .sm\:grid-rows-6{
    grid-template-rows: repeat(6, minmax(0, 1fr));
  }

  .tw .sm\:grid-rows-none{
    grid-template-rows: none;
  }

  .tw .sm\:flex-row{
    flex-direction: row;
  }

  .tw .sm\:flex-row-reverse{
    flex-direction: row-reverse;
  }

  .tw .sm\:flex-col{
    flex-direction: column;
  }

  .tw .sm\:flex-col-reverse{
    flex-direction: column-reverse;
  }

  .tw .sm\:flex-wrap{
    flex-wrap: wrap;
  }

  .tw .sm\:flex-wrap-reverse{
    flex-wrap: wrap-reverse;
  }

  .tw .sm\:flex-nowrap{
    flex-wrap: nowrap;
  }

  .tw .sm\:place-content-center{
    place-content: center;
  }

  .tw .sm\:place-content-start{
    place-content: start;
  }

  .tw .sm\:place-content-end{
    place-content: end;
  }

  .tw .sm\:place-content-between{
    place-content: space-between;
  }

  .tw .sm\:place-content-around{
    place-content: space-around;
  }

  .tw .sm\:place-content-evenly{
    place-content: space-evenly;
  }

  .tw .sm\:place-content-stretch{
    place-content: stretch;
  }

  .tw .sm\:place-items-start{
    place-items: start;
  }

  .tw .sm\:place-items-end{
    place-items: end;
  }

  .tw .sm\:place-items-center{
    place-items: center;
  }

  .tw .sm\:place-items-stretch{
    place-items: stretch;
  }

  .tw .sm\:content-center{
    align-content: center;
  }

  .tw .sm\:content-start{
    align-content: flex-start;
  }

  .tw .sm\:content-end{
    align-content: flex-end;
  }

  .tw .sm\:content-between{
    align-content: space-between;
  }

  .tw .sm\:content-around{
    align-content: space-around;
  }

  .tw .sm\:content-evenly{
    align-content: space-evenly;
  }

  .tw .sm\:items-start{
    align-items: flex-start;
  }

  .tw .sm\:items-end{
    align-items: flex-end;
  }

  .tw .sm\:items-center{
    align-items: center;
  }

  .tw .sm\:items-baseline{
    align-items: baseline;
  }

  .tw .sm\:items-stretch{
    align-items: stretch;
  }

  .tw .sm\:justify-start{
    justify-content: flex-start;
  }

  .tw .sm\:justify-end{
    justify-content: flex-end;
  }

  .tw .sm\:justify-center{
    justify-content: center;
  }

  .tw .sm\:justify-between{
    justify-content: space-between;
  }

  .tw .sm\:justify-around{
    justify-content: space-around;
  }

  .tw .sm\:justify-evenly{
    justify-content: space-evenly;
  }

  .tw .sm\:justify-items-start{
    justify-items: start;
  }

  .tw .sm\:justify-items-end{
    justify-items: end;
  }

  .tw .sm\:justify-items-center{
    justify-items: center;
  }

  .tw .sm\:justify-items-stretch{
    justify-items: stretch;
  }

  .tw .sm\:gap-0{
    gap: 0px;
  }

  .tw .sm\:gap-1{
    gap: 5px;
  }

  .tw .sm\:gap-2{
    gap: 10px;
  }

  .tw .sm\:gap-3{
    gap: 15px;
  }

  .tw .sm\:gap-4{
    gap: 20px;
  }

  .tw .sm\:gap-5{
    gap: 25px;
  }

  .tw .sm\:gap-6{
    gap: 30px;
  }

  .tw .sm\:gap-7{
    gap: 35px;
  }

  .tw .sm\:gap-8{
    gap: 40px;
  }

  .tw .sm\:gap-9{
    gap: 45px;
  }

  .tw .sm\:gap-10{
    gap: 50px;
  }

  .tw .sm\:gap-11{
    gap: 55px;
  }

  .tw .sm\:gap-12{
    gap: 60px;
  }

  .tw .sm\:gap-13{
    gap: 65px;
  }

  .tw .sm\:gap-14{
    gap: 70px;
  }

  .tw .sm\:gap-15{
    gap: 75px;
  }

  .tw .sm\:gap-16{
    gap: 80px;
  }

  .tw .sm\:gap-17{
    gap: 85px;
  }

  .tw .sm\:gap-18{
    gap: 90px;
  }

  .tw .sm\:gap-19{
    gap: 95px;
  }

  .tw .sm\:gap-20{
    gap: 100px;
  }

  .tw .sm\:gap-21{
    gap: 105px;
  }

  .tw .sm\:gap-22{
    gap: 110px;
  }

  .tw .sm\:gap-23{
    gap: 115px;
  }

  .tw .sm\:gap-24{
    gap: 120px;
  }

  .tw .sm\:gap-25{
    gap: 125px;
  }

  .tw .sm\:gap-26{
    gap: 130px;
  }

  .tw .sm\:gap-27{
    gap: 135px;
  }

  .tw .sm\:gap-28{
    gap: 140px;
  }

  .tw .sm\:gap-29{
    gap: 145px;
  }

  .tw .sm\:gap-30{
    gap: 150px;
  }

  .tw .sm\:gap-31{
    gap: 155px;
  }

  .tw .sm\:gap-32{
    gap: 160px;
  }

  .tw .sm\:gap-33{
    gap: 165px;
  }

  .tw .sm\:gap-34{
    gap: 170px;
  }

  .tw .sm\:gap-35{
    gap: 175px;
  }

  .tw .sm\:gap-36{
    gap: 180px;
  }

  .tw .sm\:gap-37{
    gap: 185px;
  }

  .tw .sm\:gap-38{
    gap: 190px;
  }

  .tw .sm\:gap-39{
    gap: 195px;
  }

  .tw .sm\:gap-40{
    gap: 200px;
  }

  .tw .sm\:gap-41{
    gap: 205px;
  }

  .tw .sm\:gap-42{
    gap: 210px;
  }

  .tw .sm\:gap-43{
    gap: 215px;
  }

  .tw .sm\:gap-44{
    gap: 220px;
  }

  .tw .sm\:gap-45{
    gap: 225px;
  }

  .tw .sm\:gap-46{
    gap: 230px;
  }

  .tw .sm\:gap-47{
    gap: 235px;
  }

  .tw .sm\:gap-48{
    gap: 240px;
  }

  .tw .sm\:gap-49{
    gap: 245px;
  }

  .tw .sm\:gap-50{
    gap: 250px;
  }

  .tw .sm\:gap-51{
    gap: 255px;
  }

  .tw .sm\:gap-52{
    gap: 260px;
  }

  .tw .sm\:gap-53{
    gap: 265px;
  }

  .tw .sm\:gap-54{
    gap: 270px;
  }

  .tw .sm\:gap-55{
    gap: 275px;
  }

  .tw .sm\:gap-56{
    gap: 280px;
  }

  .tw .sm\:gap-57{
    gap: 285px;
  }

  .tw .sm\:gap-58{
    gap: 290px;
  }

  .tw .sm\:gap-59{
    gap: 295px;
  }

  .tw .sm\:gap-60{
    gap: 300px;
  }

  .tw .sm\:gap-61{
    gap: 305px;
  }

  .tw .sm\:gap-62{
    gap: 310px;
  }

  .tw .sm\:gap-63{
    gap: 315px;
  }

  .tw .sm\:gap-64{
    gap: 320px;
  }

  .tw .sm\:gap-65{
    gap: 325px;
  }

  .tw .sm\:gap-66{
    gap: 330px;
  }

  .tw .sm\:gap-67{
    gap: 335px;
  }

  .tw .sm\:gap-68{
    gap: 340px;
  }

  .tw .sm\:gap-69{
    gap: 345px;
  }

  .tw .sm\:gap-70{
    gap: 350px;
  }

  .tw .sm\:gap-71{
    gap: 355px;
  }

  .tw .sm\:gap-72{
    gap: 360px;
  }

  .tw .sm\:gap-73{
    gap: 365px;
  }

  .tw .sm\:gap-74{
    gap: 370px;
  }

  .tw .sm\:gap-75{
    gap: 375px;
  }

  .tw .sm\:gap-76{
    gap: 380px;
  }

  .tw .sm\:gap-77{
    gap: 385px;
  }

  .tw .sm\:gap-78{
    gap: 390px;
  }

  .tw .sm\:gap-79{
    gap: 395px;
  }

  .tw .sm\:gap-80{
    gap: 400px;
  }

  .tw .sm\:gap-81{
    gap: 405px;
  }

  .tw .sm\:gap-82{
    gap: 410px;
  }

  .tw .sm\:gap-83{
    gap: 415px;
  }

  .tw .sm\:gap-84{
    gap: 420px;
  }

  .tw .sm\:gap-85{
    gap: 425px;
  }

  .tw .sm\:gap-86{
    gap: 430px;
  }

  .tw .sm\:gap-87{
    gap: 435px;
  }

  .tw .sm\:gap-88{
    gap: 440px;
  }

  .tw .sm\:gap-89{
    gap: 445px;
  }

  .tw .sm\:gap-90{
    gap: 450px;
  }

  .tw .sm\:gap-91{
    gap: 455px;
  }

  .tw .sm\:gap-92{
    gap: 460px;
  }

  .tw .sm\:gap-93{
    gap: 465px;
  }

  .tw .sm\:gap-94{
    gap: 470px;
  }

  .tw .sm\:gap-95{
    gap: 475px;
  }

  .tw .sm\:gap-96{
    gap: 480px;
  }

  .tw .sm\:gap-97{
    gap: 485px;
  }

  .tw .sm\:gap-98{
    gap: 490px;
  }

  .tw .sm\:gap-99{
    gap: 495px;
  }

  .tw .sm\:gap-100{
    gap: 500px;
  }

  .tw .sm\:gap-101{
    gap: 505px;
  }

  .tw .sm\:gap-102{
    gap: 510px;
  }

  .tw .sm\:gap-103{
    gap: 515px;
  }

  .tw .sm\:gap-104{
    gap: 520px;
  }

  .tw .sm\:gap-105{
    gap: 525px;
  }

  .tw .sm\:gap-106{
    gap: 530px;
  }

  .tw .sm\:gap-107{
    gap: 535px;
  }

  .tw .sm\:gap-108{
    gap: 540px;
  }

  .tw .sm\:gap-109{
    gap: 545px;
  }

  .tw .sm\:gap-110{
    gap: 550px;
  }

  .tw .sm\:gap-111{
    gap: 555px;
  }

  .tw .sm\:gap-112{
    gap: 560px;
  }

  .tw .sm\:gap-113{
    gap: 565px;
  }

  .tw .sm\:gap-114{
    gap: 570px;
  }

  .tw .sm\:gap-115{
    gap: 575px;
  }

  .tw .sm\:gap-116{
    gap: 580px;
  }

  .tw .sm\:gap-117{
    gap: 585px;
  }

  .tw .sm\:gap-118{
    gap: 590px;
  }

  .tw .sm\:gap-119{
    gap: 595px;
  }

  .tw .sm\:gap-120{
    gap: 600px;
  }

  .tw .sm\:gap-121{
    gap: 605px;
  }

  .tw .sm\:gap-122{
    gap: 610px;
  }

  .tw .sm\:gap-123{
    gap: 615px;
  }

  .tw .sm\:gap-124{
    gap: 620px;
  }

  .tw .sm\:gap-125{
    gap: 625px;
  }

  .tw .sm\:gap-126{
    gap: 630px;
  }

  .tw .sm\:gap-127{
    gap: 635px;
  }

  .tw .sm\:gap-128{
    gap: 640px;
  }

  .tw .sm\:gap-129{
    gap: 645px;
  }

  .tw .sm\:gap-130{
    gap: 650px;
  }

  .tw .sm\:gap-131{
    gap: 655px;
  }

  .tw .sm\:gap-132{
    gap: 660px;
  }

  .tw .sm\:gap-133{
    gap: 665px;
  }

  .tw .sm\:gap-134{
    gap: 670px;
  }

  .tw .sm\:gap-135{
    gap: 675px;
  }

  .tw .sm\:gap-136{
    gap: 680px;
  }

  .tw .sm\:gap-137{
    gap: 685px;
  }

  .tw .sm\:gap-138{
    gap: 690px;
  }

  .tw .sm\:gap-139{
    gap: 695px;
  }

  .tw .sm\:gap-140{
    gap: 700px;
  }

  .tw .sm\:gap-141{
    gap: 705px;
  }

  .tw .sm\:gap-142{
    gap: 710px;
  }

  .tw .sm\:gap-143{
    gap: 715px;
  }

  .tw .sm\:gap-144{
    gap: 720px;
  }

  .tw .sm\:gap-145{
    gap: 725px;
  }

  .tw .sm\:gap-146{
    gap: 730px;
  }

  .tw .sm\:gap-147{
    gap: 735px;
  }

  .tw .sm\:gap-148{
    gap: 740px;
  }

  .tw .sm\:gap-149{
    gap: 745px;
  }

  .tw .sm\:gap-0\.5{
    gap: 3px;
  }

  .tw .sm\:gap-1px{
    gap: 1px;
  }

  .tw .sm\:gap-2px{
    gap: 2px;
  }

  .tw .sm\:gap-3px{
    gap: 3px;
  }

  .tw .sm\:gap-4px{
    gap: 4px;
  }

  .tw .sm\:gap-5px{
    gap: 5px;
  }

  .tw .sm\:gap-6px{
    gap: 6px;
  }

  .tw .sm\:gap-7px{
    gap: 7px;
  }

  .tw .sm\:gap-8px{
    gap: 8px;
  }

  .tw .sm\:gap-9px{
    gap: 9px;
  }

  .tw .sm\:gap-10px{
    gap: 10px;
  }

  .tw .sm\:gap-11px{
    gap: 11px;
  }

  .tw .sm\:gap-12px{
    gap: 12px;
  }

  .tw .sm\:gap-13px{
    gap: 13px;
  }

  .tw .sm\:gap-14px{
    gap: 14px;
  }

  .tw .sm\:gap-15px{
    gap: 15px;
  }

  .tw .sm\:gap-16px{
    gap: 16px;
  }

  .tw .sm\:gap-17px{
    gap: 17px;
  }

  .tw .sm\:gap-18px{
    gap: 18px;
  }

  .tw .sm\:gap-19px{
    gap: 19px;
  }

  .tw .sm\:gap-20px{
    gap: 20px;
  }

  .tw .sm\:gap-21px{
    gap: 21px;
  }

  .tw .sm\:gap-22px{
    gap: 22px;
  }

  .tw .sm\:gap-23px{
    gap: 23px;
  }

  .tw .sm\:gap-24px{
    gap: 24px;
  }

  .tw .sm\:gap-25px{
    gap: 25px;
  }

  .tw .sm\:gap-26px{
    gap: 26px;
  }

  .tw .sm\:gap-27px{
    gap: 27px;
  }

  .tw .sm\:gap-28px{
    gap: 28px;
  }

  .tw .sm\:gap-29px{
    gap: 29px;
  }

  .tw .sm\:gap-30px{
    gap: 30px;
  }

  .tw .sm\:gap-31px{
    gap: 31px;
  }

  .tw .sm\:gap-32px{
    gap: 32px;
  }

  .tw .sm\:gap-33px{
    gap: 33px;
  }

  .tw .sm\:gap-34px{
    gap: 34px;
  }

  .tw .sm\:gap-35px{
    gap: 35px;
  }

  .tw .sm\:gap-36px{
    gap: 36px;
  }

  .tw .sm\:gap-37px{
    gap: 37px;
  }

  .tw .sm\:gap-38px{
    gap: 38px;
  }

  .tw .sm\:gap-39px{
    gap: 39px;
  }

  .tw .sm\:gap-40px{
    gap: 40px;
  }

  .tw .sm\:gap-x-0{
    -moz-column-gap: 0px;
         column-gap: 0px;
  }

  .tw .sm\:gap-x-1{
    -moz-column-gap: 5px;
         column-gap: 5px;
  }

  .tw .sm\:gap-x-2{
    -moz-column-gap: 10px;
         column-gap: 10px;
  }

  .tw .sm\:gap-x-3{
    -moz-column-gap: 15px;
         column-gap: 15px;
  }

  .tw .sm\:gap-x-4{
    -moz-column-gap: 20px;
         column-gap: 20px;
  }

  .tw .sm\:gap-x-5{
    -moz-column-gap: 25px;
         column-gap: 25px;
  }

  .tw .sm\:gap-x-6{
    -moz-column-gap: 30px;
         column-gap: 30px;
  }

  .tw .sm\:gap-x-7{
    -moz-column-gap: 35px;
         column-gap: 35px;
  }

  .tw .sm\:gap-x-8{
    -moz-column-gap: 40px;
         column-gap: 40px;
  }

  .tw .sm\:gap-x-9{
    -moz-column-gap: 45px;
         column-gap: 45px;
  }

  .tw .sm\:gap-x-10{
    -moz-column-gap: 50px;
         column-gap: 50px;
  }

  .tw .sm\:gap-x-11{
    -moz-column-gap: 55px;
         column-gap: 55px;
  }

  .tw .sm\:gap-x-12{
    -moz-column-gap: 60px;
         column-gap: 60px;
  }

  .tw .sm\:gap-x-13{
    -moz-column-gap: 65px;
         column-gap: 65px;
  }

  .tw .sm\:gap-x-14{
    -moz-column-gap: 70px;
         column-gap: 70px;
  }

  .tw .sm\:gap-x-15{
    -moz-column-gap: 75px;
         column-gap: 75px;
  }

  .tw .sm\:gap-x-16{
    -moz-column-gap: 80px;
         column-gap: 80px;
  }

  .tw .sm\:gap-x-17{
    -moz-column-gap: 85px;
         column-gap: 85px;
  }

  .tw .sm\:gap-x-18{
    -moz-column-gap: 90px;
         column-gap: 90px;
  }

  .tw .sm\:gap-x-19{
    -moz-column-gap: 95px;
         column-gap: 95px;
  }

  .tw .sm\:gap-x-20{
    -moz-column-gap: 100px;
         column-gap: 100px;
  }

  .tw .sm\:gap-x-21{
    -moz-column-gap: 105px;
         column-gap: 105px;
  }

  .tw .sm\:gap-x-22{
    -moz-column-gap: 110px;
         column-gap: 110px;
  }

  .tw .sm\:gap-x-23{
    -moz-column-gap: 115px;
         column-gap: 115px;
  }

  .tw .sm\:gap-x-24{
    -moz-column-gap: 120px;
         column-gap: 120px;
  }

  .tw .sm\:gap-x-25{
    -moz-column-gap: 125px;
         column-gap: 125px;
  }

  .tw .sm\:gap-x-26{
    -moz-column-gap: 130px;
         column-gap: 130px;
  }

  .tw .sm\:gap-x-27{
    -moz-column-gap: 135px;
         column-gap: 135px;
  }

  .tw .sm\:gap-x-28{
    -moz-column-gap: 140px;
         column-gap: 140px;
  }

  .tw .sm\:gap-x-29{
    -moz-column-gap: 145px;
         column-gap: 145px;
  }

  .tw .sm\:gap-x-30{
    -moz-column-gap: 150px;
         column-gap: 150px;
  }

  .tw .sm\:gap-x-31{
    -moz-column-gap: 155px;
         column-gap: 155px;
  }

  .tw .sm\:gap-x-32{
    -moz-column-gap: 160px;
         column-gap: 160px;
  }

  .tw .sm\:gap-x-33{
    -moz-column-gap: 165px;
         column-gap: 165px;
  }

  .tw .sm\:gap-x-34{
    -moz-column-gap: 170px;
         column-gap: 170px;
  }

  .tw .sm\:gap-x-35{
    -moz-column-gap: 175px;
         column-gap: 175px;
  }

  .tw .sm\:gap-x-36{
    -moz-column-gap: 180px;
         column-gap: 180px;
  }

  .tw .sm\:gap-x-37{
    -moz-column-gap: 185px;
         column-gap: 185px;
  }

  .tw .sm\:gap-x-38{
    -moz-column-gap: 190px;
         column-gap: 190px;
  }

  .tw .sm\:gap-x-39{
    -moz-column-gap: 195px;
         column-gap: 195px;
  }

  .tw .sm\:gap-x-40{
    -moz-column-gap: 200px;
         column-gap: 200px;
  }

  .tw .sm\:gap-x-41{
    -moz-column-gap: 205px;
         column-gap: 205px;
  }

  .tw .sm\:gap-x-42{
    -moz-column-gap: 210px;
         column-gap: 210px;
  }

  .tw .sm\:gap-x-43{
    -moz-column-gap: 215px;
         column-gap: 215px;
  }

  .tw .sm\:gap-x-44{
    -moz-column-gap: 220px;
         column-gap: 220px;
  }

  .tw .sm\:gap-x-45{
    -moz-column-gap: 225px;
         column-gap: 225px;
  }

  .tw .sm\:gap-x-46{
    -moz-column-gap: 230px;
         column-gap: 230px;
  }

  .tw .sm\:gap-x-47{
    -moz-column-gap: 235px;
         column-gap: 235px;
  }

  .tw .sm\:gap-x-48{
    -moz-column-gap: 240px;
         column-gap: 240px;
  }

  .tw .sm\:gap-x-49{
    -moz-column-gap: 245px;
         column-gap: 245px;
  }

  .tw .sm\:gap-x-50{
    -moz-column-gap: 250px;
         column-gap: 250px;
  }

  .tw .sm\:gap-x-51{
    -moz-column-gap: 255px;
         column-gap: 255px;
  }

  .tw .sm\:gap-x-52{
    -moz-column-gap: 260px;
         column-gap: 260px;
  }

  .tw .sm\:gap-x-53{
    -moz-column-gap: 265px;
         column-gap: 265px;
  }

  .tw .sm\:gap-x-54{
    -moz-column-gap: 270px;
         column-gap: 270px;
  }

  .tw .sm\:gap-x-55{
    -moz-column-gap: 275px;
         column-gap: 275px;
  }

  .tw .sm\:gap-x-56{
    -moz-column-gap: 280px;
         column-gap: 280px;
  }

  .tw .sm\:gap-x-57{
    -moz-column-gap: 285px;
         column-gap: 285px;
  }

  .tw .sm\:gap-x-58{
    -moz-column-gap: 290px;
         column-gap: 290px;
  }

  .tw .sm\:gap-x-59{
    -moz-column-gap: 295px;
         column-gap: 295px;
  }

  .tw .sm\:gap-x-60{
    -moz-column-gap: 300px;
         column-gap: 300px;
  }

  .tw .sm\:gap-x-61{
    -moz-column-gap: 305px;
         column-gap: 305px;
  }

  .tw .sm\:gap-x-62{
    -moz-column-gap: 310px;
         column-gap: 310px;
  }

  .tw .sm\:gap-x-63{
    -moz-column-gap: 315px;
         column-gap: 315px;
  }

  .tw .sm\:gap-x-64{
    -moz-column-gap: 320px;
         column-gap: 320px;
  }

  .tw .sm\:gap-x-65{
    -moz-column-gap: 325px;
         column-gap: 325px;
  }

  .tw .sm\:gap-x-66{
    -moz-column-gap: 330px;
         column-gap: 330px;
  }

  .tw .sm\:gap-x-67{
    -moz-column-gap: 335px;
         column-gap: 335px;
  }

  .tw .sm\:gap-x-68{
    -moz-column-gap: 340px;
         column-gap: 340px;
  }

  .tw .sm\:gap-x-69{
    -moz-column-gap: 345px;
         column-gap: 345px;
  }

  .tw .sm\:gap-x-70{
    -moz-column-gap: 350px;
         column-gap: 350px;
  }

  .tw .sm\:gap-x-71{
    -moz-column-gap: 355px;
         column-gap: 355px;
  }

  .tw .sm\:gap-x-72{
    -moz-column-gap: 360px;
         column-gap: 360px;
  }

  .tw .sm\:gap-x-73{
    -moz-column-gap: 365px;
         column-gap: 365px;
  }

  .tw .sm\:gap-x-74{
    -moz-column-gap: 370px;
         column-gap: 370px;
  }

  .tw .sm\:gap-x-75{
    -moz-column-gap: 375px;
         column-gap: 375px;
  }

  .tw .sm\:gap-x-76{
    -moz-column-gap: 380px;
         column-gap: 380px;
  }

  .tw .sm\:gap-x-77{
    -moz-column-gap: 385px;
         column-gap: 385px;
  }

  .tw .sm\:gap-x-78{
    -moz-column-gap: 390px;
         column-gap: 390px;
  }

  .tw .sm\:gap-x-79{
    -moz-column-gap: 395px;
         column-gap: 395px;
  }

  .tw .sm\:gap-x-80{
    -moz-column-gap: 400px;
         column-gap: 400px;
  }

  .tw .sm\:gap-x-81{
    -moz-column-gap: 405px;
         column-gap: 405px;
  }

  .tw .sm\:gap-x-82{
    -moz-column-gap: 410px;
         column-gap: 410px;
  }

  .tw .sm\:gap-x-83{
    -moz-column-gap: 415px;
         column-gap: 415px;
  }

  .tw .sm\:gap-x-84{
    -moz-column-gap: 420px;
         column-gap: 420px;
  }

  .tw .sm\:gap-x-85{
    -moz-column-gap: 425px;
         column-gap: 425px;
  }

  .tw .sm\:gap-x-86{
    -moz-column-gap: 430px;
         column-gap: 430px;
  }

  .tw .sm\:gap-x-87{
    -moz-column-gap: 435px;
         column-gap: 435px;
  }

  .tw .sm\:gap-x-88{
    -moz-column-gap: 440px;
         column-gap: 440px;
  }

  .tw .sm\:gap-x-89{
    -moz-column-gap: 445px;
         column-gap: 445px;
  }

  .tw .sm\:gap-x-90{
    -moz-column-gap: 450px;
         column-gap: 450px;
  }

  .tw .sm\:gap-x-91{
    -moz-column-gap: 455px;
         column-gap: 455px;
  }

  .tw .sm\:gap-x-92{
    -moz-column-gap: 460px;
         column-gap: 460px;
  }

  .tw .sm\:gap-x-93{
    -moz-column-gap: 465px;
         column-gap: 465px;
  }

  .tw .sm\:gap-x-94{
    -moz-column-gap: 470px;
         column-gap: 470px;
  }

  .tw .sm\:gap-x-95{
    -moz-column-gap: 475px;
         column-gap: 475px;
  }

  .tw .sm\:gap-x-96{
    -moz-column-gap: 480px;
         column-gap: 480px;
  }

  .tw .sm\:gap-x-97{
    -moz-column-gap: 485px;
         column-gap: 485px;
  }

  .tw .sm\:gap-x-98{
    -moz-column-gap: 490px;
         column-gap: 490px;
  }

  .tw .sm\:gap-x-99{
    -moz-column-gap: 495px;
         column-gap: 495px;
  }

  .tw .sm\:gap-x-100{
    -moz-column-gap: 500px;
         column-gap: 500px;
  }

  .tw .sm\:gap-x-101{
    -moz-column-gap: 505px;
         column-gap: 505px;
  }

  .tw .sm\:gap-x-102{
    -moz-column-gap: 510px;
         column-gap: 510px;
  }

  .tw .sm\:gap-x-103{
    -moz-column-gap: 515px;
         column-gap: 515px;
  }

  .tw .sm\:gap-x-104{
    -moz-column-gap: 520px;
         column-gap: 520px;
  }

  .tw .sm\:gap-x-105{
    -moz-column-gap: 525px;
         column-gap: 525px;
  }

  .tw .sm\:gap-x-106{
    -moz-column-gap: 530px;
         column-gap: 530px;
  }

  .tw .sm\:gap-x-107{
    -moz-column-gap: 535px;
         column-gap: 535px;
  }

  .tw .sm\:gap-x-108{
    -moz-column-gap: 540px;
         column-gap: 540px;
  }

  .tw .sm\:gap-x-109{
    -moz-column-gap: 545px;
         column-gap: 545px;
  }

  .tw .sm\:gap-x-110{
    -moz-column-gap: 550px;
         column-gap: 550px;
  }

  .tw .sm\:gap-x-111{
    -moz-column-gap: 555px;
         column-gap: 555px;
  }

  .tw .sm\:gap-x-112{
    -moz-column-gap: 560px;
         column-gap: 560px;
  }

  .tw .sm\:gap-x-113{
    -moz-column-gap: 565px;
         column-gap: 565px;
  }

  .tw .sm\:gap-x-114{
    -moz-column-gap: 570px;
         column-gap: 570px;
  }

  .tw .sm\:gap-x-115{
    -moz-column-gap: 575px;
         column-gap: 575px;
  }

  .tw .sm\:gap-x-116{
    -moz-column-gap: 580px;
         column-gap: 580px;
  }

  .tw .sm\:gap-x-117{
    -moz-column-gap: 585px;
         column-gap: 585px;
  }

  .tw .sm\:gap-x-118{
    -moz-column-gap: 590px;
         column-gap: 590px;
  }

  .tw .sm\:gap-x-119{
    -moz-column-gap: 595px;
         column-gap: 595px;
  }

  .tw .sm\:gap-x-120{
    -moz-column-gap: 600px;
         column-gap: 600px;
  }

  .tw .sm\:gap-x-121{
    -moz-column-gap: 605px;
         column-gap: 605px;
  }

  .tw .sm\:gap-x-122{
    -moz-column-gap: 610px;
         column-gap: 610px;
  }

  .tw .sm\:gap-x-123{
    -moz-column-gap: 615px;
         column-gap: 615px;
  }

  .tw .sm\:gap-x-124{
    -moz-column-gap: 620px;
         column-gap: 620px;
  }

  .tw .sm\:gap-x-125{
    -moz-column-gap: 625px;
         column-gap: 625px;
  }

  .tw .sm\:gap-x-126{
    -moz-column-gap: 630px;
         column-gap: 630px;
  }

  .tw .sm\:gap-x-127{
    -moz-column-gap: 635px;
         column-gap: 635px;
  }

  .tw .sm\:gap-x-128{
    -moz-column-gap: 640px;
         column-gap: 640px;
  }

  .tw .sm\:gap-x-129{
    -moz-column-gap: 645px;
         column-gap: 645px;
  }

  .tw .sm\:gap-x-130{
    -moz-column-gap: 650px;
         column-gap: 650px;
  }

  .tw .sm\:gap-x-131{
    -moz-column-gap: 655px;
         column-gap: 655px;
  }

  .tw .sm\:gap-x-132{
    -moz-column-gap: 660px;
         column-gap: 660px;
  }

  .tw .sm\:gap-x-133{
    -moz-column-gap: 665px;
         column-gap: 665px;
  }

  .tw .sm\:gap-x-134{
    -moz-column-gap: 670px;
         column-gap: 670px;
  }

  .tw .sm\:gap-x-135{
    -moz-column-gap: 675px;
         column-gap: 675px;
  }

  .tw .sm\:gap-x-136{
    -moz-column-gap: 680px;
         column-gap: 680px;
  }

  .tw .sm\:gap-x-137{
    -moz-column-gap: 685px;
         column-gap: 685px;
  }

  .tw .sm\:gap-x-138{
    -moz-column-gap: 690px;
         column-gap: 690px;
  }

  .tw .sm\:gap-x-139{
    -moz-column-gap: 695px;
         column-gap: 695px;
  }

  .tw .sm\:gap-x-140{
    -moz-column-gap: 700px;
         column-gap: 700px;
  }

  .tw .sm\:gap-x-141{
    -moz-column-gap: 705px;
         column-gap: 705px;
  }

  .tw .sm\:gap-x-142{
    -moz-column-gap: 710px;
         column-gap: 710px;
  }

  .tw .sm\:gap-x-143{
    -moz-column-gap: 715px;
         column-gap: 715px;
  }

  .tw .sm\:gap-x-144{
    -moz-column-gap: 720px;
         column-gap: 720px;
  }

  .tw .sm\:gap-x-145{
    -moz-column-gap: 725px;
         column-gap: 725px;
  }

  .tw .sm\:gap-x-146{
    -moz-column-gap: 730px;
         column-gap: 730px;
  }

  .tw .sm\:gap-x-147{
    -moz-column-gap: 735px;
         column-gap: 735px;
  }

  .tw .sm\:gap-x-148{
    -moz-column-gap: 740px;
         column-gap: 740px;
  }

  .tw .sm\:gap-x-149{
    -moz-column-gap: 745px;
         column-gap: 745px;
  }

  .tw .sm\:gap-x-0\.5{
    -moz-column-gap: 3px;
         column-gap: 3px;
  }

  .tw .sm\:gap-x-1px{
    -moz-column-gap: 1px;
         column-gap: 1px;
  }

  .tw .sm\:gap-x-2px{
    -moz-column-gap: 2px;
         column-gap: 2px;
  }

  .tw .sm\:gap-x-3px{
    -moz-column-gap: 3px;
         column-gap: 3px;
  }

  .tw .sm\:gap-x-4px{
    -moz-column-gap: 4px;
         column-gap: 4px;
  }

  .tw .sm\:gap-x-5px{
    -moz-column-gap: 5px;
         column-gap: 5px;
  }

  .tw .sm\:gap-x-6px{
    -moz-column-gap: 6px;
         column-gap: 6px;
  }

  .tw .sm\:gap-x-7px{
    -moz-column-gap: 7px;
         column-gap: 7px;
  }

  .tw .sm\:gap-x-8px{
    -moz-column-gap: 8px;
         column-gap: 8px;
  }

  .tw .sm\:gap-x-9px{
    -moz-column-gap: 9px;
         column-gap: 9px;
  }

  .tw .sm\:gap-x-10px{
    -moz-column-gap: 10px;
         column-gap: 10px;
  }

  .tw .sm\:gap-x-11px{
    -moz-column-gap: 11px;
         column-gap: 11px;
  }

  .tw .sm\:gap-x-12px{
    -moz-column-gap: 12px;
         column-gap: 12px;
  }

  .tw .sm\:gap-x-13px{
    -moz-column-gap: 13px;
         column-gap: 13px;
  }

  .tw .sm\:gap-x-14px{
    -moz-column-gap: 14px;
         column-gap: 14px;
  }

  .tw .sm\:gap-x-15px{
    -moz-column-gap: 15px;
         column-gap: 15px;
  }

  .tw .sm\:gap-x-16px{
    -moz-column-gap: 16px;
         column-gap: 16px;
  }

  .tw .sm\:gap-x-17px{
    -moz-column-gap: 17px;
         column-gap: 17px;
  }

  .tw .sm\:gap-x-18px{
    -moz-column-gap: 18px;
         column-gap: 18px;
  }

  .tw .sm\:gap-x-19px{
    -moz-column-gap: 19px;
         column-gap: 19px;
  }

  .tw .sm\:gap-x-20px{
    -moz-column-gap: 20px;
         column-gap: 20px;
  }

  .tw .sm\:gap-x-21px{
    -moz-column-gap: 21px;
         column-gap: 21px;
  }

  .tw .sm\:gap-x-22px{
    -moz-column-gap: 22px;
         column-gap: 22px;
  }

  .tw .sm\:gap-x-23px{
    -moz-column-gap: 23px;
         column-gap: 23px;
  }

  .tw .sm\:gap-x-24px{
    -moz-column-gap: 24px;
         column-gap: 24px;
  }

  .tw .sm\:gap-x-25px{
    -moz-column-gap: 25px;
         column-gap: 25px;
  }

  .tw .sm\:gap-x-26px{
    -moz-column-gap: 26px;
         column-gap: 26px;
  }

  .tw .sm\:gap-x-27px{
    -moz-column-gap: 27px;
         column-gap: 27px;
  }

  .tw .sm\:gap-x-28px{
    -moz-column-gap: 28px;
         column-gap: 28px;
  }

  .tw .sm\:gap-x-29px{
    -moz-column-gap: 29px;
         column-gap: 29px;
  }

  .tw .sm\:gap-x-30px{
    -moz-column-gap: 30px;
         column-gap: 30px;
  }

  .tw .sm\:gap-x-31px{
    -moz-column-gap: 31px;
         column-gap: 31px;
  }

  .tw .sm\:gap-x-32px{
    -moz-column-gap: 32px;
         column-gap: 32px;
  }

  .tw .sm\:gap-x-33px{
    -moz-column-gap: 33px;
         column-gap: 33px;
  }

  .tw .sm\:gap-x-34px{
    -moz-column-gap: 34px;
         column-gap: 34px;
  }

  .tw .sm\:gap-x-35px{
    -moz-column-gap: 35px;
         column-gap: 35px;
  }

  .tw .sm\:gap-x-36px{
    -moz-column-gap: 36px;
         column-gap: 36px;
  }

  .tw .sm\:gap-x-37px{
    -moz-column-gap: 37px;
         column-gap: 37px;
  }

  .tw .sm\:gap-x-38px{
    -moz-column-gap: 38px;
         column-gap: 38px;
  }

  .tw .sm\:gap-x-39px{
    -moz-column-gap: 39px;
         column-gap: 39px;
  }

  .tw .sm\:gap-x-40px{
    -moz-column-gap: 40px;
         column-gap: 40px;
  }

  .tw .sm\:gap-y-0{
    row-gap: 0px;
  }

  .tw .sm\:gap-y-1{
    row-gap: 5px;
  }

  .tw .sm\:gap-y-2{
    row-gap: 10px;
  }

  .tw .sm\:gap-y-3{
    row-gap: 15px;
  }

  .tw .sm\:gap-y-4{
    row-gap: 20px;
  }

  .tw .sm\:gap-y-5{
    row-gap: 25px;
  }

  .tw .sm\:gap-y-6{
    row-gap: 30px;
  }

  .tw .sm\:gap-y-7{
    row-gap: 35px;
  }

  .tw .sm\:gap-y-8{
    row-gap: 40px;
  }

  .tw .sm\:gap-y-9{
    row-gap: 45px;
  }

  .tw .sm\:gap-y-10{
    row-gap: 50px;
  }

  .tw .sm\:gap-y-11{
    row-gap: 55px;
  }

  .tw .sm\:gap-y-12{
    row-gap: 60px;
  }

  .tw .sm\:gap-y-13{
    row-gap: 65px;
  }

  .tw .sm\:gap-y-14{
    row-gap: 70px;
  }

  .tw .sm\:gap-y-15{
    row-gap: 75px;
  }

  .tw .sm\:gap-y-16{
    row-gap: 80px;
  }

  .tw .sm\:gap-y-17{
    row-gap: 85px;
  }

  .tw .sm\:gap-y-18{
    row-gap: 90px;
  }

  .tw .sm\:gap-y-19{
    row-gap: 95px;
  }

  .tw .sm\:gap-y-20{
    row-gap: 100px;
  }

  .tw .sm\:gap-y-21{
    row-gap: 105px;
  }

  .tw .sm\:gap-y-22{
    row-gap: 110px;
  }

  .tw .sm\:gap-y-23{
    row-gap: 115px;
  }

  .tw .sm\:gap-y-24{
    row-gap: 120px;
  }

  .tw .sm\:gap-y-25{
    row-gap: 125px;
  }

  .tw .sm\:gap-y-26{
    row-gap: 130px;
  }

  .tw .sm\:gap-y-27{
    row-gap: 135px;
  }

  .tw .sm\:gap-y-28{
    row-gap: 140px;
  }

  .tw .sm\:gap-y-29{
    row-gap: 145px;
  }

  .tw .sm\:gap-y-30{
    row-gap: 150px;
  }

  .tw .sm\:gap-y-31{
    row-gap: 155px;
  }

  .tw .sm\:gap-y-32{
    row-gap: 160px;
  }

  .tw .sm\:gap-y-33{
    row-gap: 165px;
  }

  .tw .sm\:gap-y-34{
    row-gap: 170px;
  }

  .tw .sm\:gap-y-35{
    row-gap: 175px;
  }

  .tw .sm\:gap-y-36{
    row-gap: 180px;
  }

  .tw .sm\:gap-y-37{
    row-gap: 185px;
  }

  .tw .sm\:gap-y-38{
    row-gap: 190px;
  }

  .tw .sm\:gap-y-39{
    row-gap: 195px;
  }

  .tw .sm\:gap-y-40{
    row-gap: 200px;
  }

  .tw .sm\:gap-y-41{
    row-gap: 205px;
  }

  .tw .sm\:gap-y-42{
    row-gap: 210px;
  }

  .tw .sm\:gap-y-43{
    row-gap: 215px;
  }

  .tw .sm\:gap-y-44{
    row-gap: 220px;
  }

  .tw .sm\:gap-y-45{
    row-gap: 225px;
  }

  .tw .sm\:gap-y-46{
    row-gap: 230px;
  }

  .tw .sm\:gap-y-47{
    row-gap: 235px;
  }

  .tw .sm\:gap-y-48{
    row-gap: 240px;
  }

  .tw .sm\:gap-y-49{
    row-gap: 245px;
  }

  .tw .sm\:gap-y-50{
    row-gap: 250px;
  }

  .tw .sm\:gap-y-51{
    row-gap: 255px;
  }

  .tw .sm\:gap-y-52{
    row-gap: 260px;
  }

  .tw .sm\:gap-y-53{
    row-gap: 265px;
  }

  .tw .sm\:gap-y-54{
    row-gap: 270px;
  }

  .tw .sm\:gap-y-55{
    row-gap: 275px;
  }

  .tw .sm\:gap-y-56{
    row-gap: 280px;
  }

  .tw .sm\:gap-y-57{
    row-gap: 285px;
  }

  .tw .sm\:gap-y-58{
    row-gap: 290px;
  }

  .tw .sm\:gap-y-59{
    row-gap: 295px;
  }

  .tw .sm\:gap-y-60{
    row-gap: 300px;
  }

  .tw .sm\:gap-y-61{
    row-gap: 305px;
  }

  .tw .sm\:gap-y-62{
    row-gap: 310px;
  }

  .tw .sm\:gap-y-63{
    row-gap: 315px;
  }

  .tw .sm\:gap-y-64{
    row-gap: 320px;
  }

  .tw .sm\:gap-y-65{
    row-gap: 325px;
  }

  .tw .sm\:gap-y-66{
    row-gap: 330px;
  }

  .tw .sm\:gap-y-67{
    row-gap: 335px;
  }

  .tw .sm\:gap-y-68{
    row-gap: 340px;
  }

  .tw .sm\:gap-y-69{
    row-gap: 345px;
  }

  .tw .sm\:gap-y-70{
    row-gap: 350px;
  }

  .tw .sm\:gap-y-71{
    row-gap: 355px;
  }

  .tw .sm\:gap-y-72{
    row-gap: 360px;
  }

  .tw .sm\:gap-y-73{
    row-gap: 365px;
  }

  .tw .sm\:gap-y-74{
    row-gap: 370px;
  }

  .tw .sm\:gap-y-75{
    row-gap: 375px;
  }

  .tw .sm\:gap-y-76{
    row-gap: 380px;
  }

  .tw .sm\:gap-y-77{
    row-gap: 385px;
  }

  .tw .sm\:gap-y-78{
    row-gap: 390px;
  }

  .tw .sm\:gap-y-79{
    row-gap: 395px;
  }

  .tw .sm\:gap-y-80{
    row-gap: 400px;
  }

  .tw .sm\:gap-y-81{
    row-gap: 405px;
  }

  .tw .sm\:gap-y-82{
    row-gap: 410px;
  }

  .tw .sm\:gap-y-83{
    row-gap: 415px;
  }

  .tw .sm\:gap-y-84{
    row-gap: 420px;
  }

  .tw .sm\:gap-y-85{
    row-gap: 425px;
  }

  .tw .sm\:gap-y-86{
    row-gap: 430px;
  }

  .tw .sm\:gap-y-87{
    row-gap: 435px;
  }

  .tw .sm\:gap-y-88{
    row-gap: 440px;
  }

  .tw .sm\:gap-y-89{
    row-gap: 445px;
  }

  .tw .sm\:gap-y-90{
    row-gap: 450px;
  }

  .tw .sm\:gap-y-91{
    row-gap: 455px;
  }

  .tw .sm\:gap-y-92{
    row-gap: 460px;
  }

  .tw .sm\:gap-y-93{
    row-gap: 465px;
  }

  .tw .sm\:gap-y-94{
    row-gap: 470px;
  }

  .tw .sm\:gap-y-95{
    row-gap: 475px;
  }

  .tw .sm\:gap-y-96{
    row-gap: 480px;
  }

  .tw .sm\:gap-y-97{
    row-gap: 485px;
  }

  .tw .sm\:gap-y-98{
    row-gap: 490px;
  }

  .tw .sm\:gap-y-99{
    row-gap: 495px;
  }

  .tw .sm\:gap-y-100{
    row-gap: 500px;
  }

  .tw .sm\:gap-y-101{
    row-gap: 505px;
  }

  .tw .sm\:gap-y-102{
    row-gap: 510px;
  }

  .tw .sm\:gap-y-103{
    row-gap: 515px;
  }

  .tw .sm\:gap-y-104{
    row-gap: 520px;
  }

  .tw .sm\:gap-y-105{
    row-gap: 525px;
  }

  .tw .sm\:gap-y-106{
    row-gap: 530px;
  }

  .tw .sm\:gap-y-107{
    row-gap: 535px;
  }

  .tw .sm\:gap-y-108{
    row-gap: 540px;
  }

  .tw .sm\:gap-y-109{
    row-gap: 545px;
  }

  .tw .sm\:gap-y-110{
    row-gap: 550px;
  }

  .tw .sm\:gap-y-111{
    row-gap: 555px;
  }

  .tw .sm\:gap-y-112{
    row-gap: 560px;
  }

  .tw .sm\:gap-y-113{
    row-gap: 565px;
  }

  .tw .sm\:gap-y-114{
    row-gap: 570px;
  }

  .tw .sm\:gap-y-115{
    row-gap: 575px;
  }

  .tw .sm\:gap-y-116{
    row-gap: 580px;
  }

  .tw .sm\:gap-y-117{
    row-gap: 585px;
  }

  .tw .sm\:gap-y-118{
    row-gap: 590px;
  }

  .tw .sm\:gap-y-119{
    row-gap: 595px;
  }

  .tw .sm\:gap-y-120{
    row-gap: 600px;
  }

  .tw .sm\:gap-y-121{
    row-gap: 605px;
  }

  .tw .sm\:gap-y-122{
    row-gap: 610px;
  }

  .tw .sm\:gap-y-123{
    row-gap: 615px;
  }

  .tw .sm\:gap-y-124{
    row-gap: 620px;
  }

  .tw .sm\:gap-y-125{
    row-gap: 625px;
  }

  .tw .sm\:gap-y-126{
    row-gap: 630px;
  }

  .tw .sm\:gap-y-127{
    row-gap: 635px;
  }

  .tw .sm\:gap-y-128{
    row-gap: 640px;
  }

  .tw .sm\:gap-y-129{
    row-gap: 645px;
  }

  .tw .sm\:gap-y-130{
    row-gap: 650px;
  }

  .tw .sm\:gap-y-131{
    row-gap: 655px;
  }

  .tw .sm\:gap-y-132{
    row-gap: 660px;
  }

  .tw .sm\:gap-y-133{
    row-gap: 665px;
  }

  .tw .sm\:gap-y-134{
    row-gap: 670px;
  }

  .tw .sm\:gap-y-135{
    row-gap: 675px;
  }

  .tw .sm\:gap-y-136{
    row-gap: 680px;
  }

  .tw .sm\:gap-y-137{
    row-gap: 685px;
  }

  .tw .sm\:gap-y-138{
    row-gap: 690px;
  }

  .tw .sm\:gap-y-139{
    row-gap: 695px;
  }

  .tw .sm\:gap-y-140{
    row-gap: 700px;
  }

  .tw .sm\:gap-y-141{
    row-gap: 705px;
  }

  .tw .sm\:gap-y-142{
    row-gap: 710px;
  }

  .tw .sm\:gap-y-143{
    row-gap: 715px;
  }

  .tw .sm\:gap-y-144{
    row-gap: 720px;
  }

  .tw .sm\:gap-y-145{
    row-gap: 725px;
  }

  .tw .sm\:gap-y-146{
    row-gap: 730px;
  }

  .tw .sm\:gap-y-147{
    row-gap: 735px;
  }

  .tw .sm\:gap-y-148{
    row-gap: 740px;
  }

  .tw .sm\:gap-y-149{
    row-gap: 745px;
  }

  .tw .sm\:gap-y-0\.5{
    row-gap: 3px;
  }

  .tw .sm\:gap-y-1px{
    row-gap: 1px;
  }

  .tw .sm\:gap-y-2px{
    row-gap: 2px;
  }

  .tw .sm\:gap-y-3px{
    row-gap: 3px;
  }

  .tw .sm\:gap-y-4px{
    row-gap: 4px;
  }

  .tw .sm\:gap-y-5px{
    row-gap: 5px;
  }

  .tw .sm\:gap-y-6px{
    row-gap: 6px;
  }

  .tw .sm\:gap-y-7px{
    row-gap: 7px;
  }

  .tw .sm\:gap-y-8px{
    row-gap: 8px;
  }

  .tw .sm\:gap-y-9px{
    row-gap: 9px;
  }

  .tw .sm\:gap-y-10px{
    row-gap: 10px;
  }

  .tw .sm\:gap-y-11px{
    row-gap: 11px;
  }

  .tw .sm\:gap-y-12px{
    row-gap: 12px;
  }

  .tw .sm\:gap-y-13px{
    row-gap: 13px;
  }

  .tw .sm\:gap-y-14px{
    row-gap: 14px;
  }

  .tw .sm\:gap-y-15px{
    row-gap: 15px;
  }

  .tw .sm\:gap-y-16px{
    row-gap: 16px;
  }

  .tw .sm\:gap-y-17px{
    row-gap: 17px;
  }

  .tw .sm\:gap-y-18px{
    row-gap: 18px;
  }

  .tw .sm\:gap-y-19px{
    row-gap: 19px;
  }

  .tw .sm\:gap-y-20px{
    row-gap: 20px;
  }

  .tw .sm\:gap-y-21px{
    row-gap: 21px;
  }

  .tw .sm\:gap-y-22px{
    row-gap: 22px;
  }

  .tw .sm\:gap-y-23px{
    row-gap: 23px;
  }

  .tw .sm\:gap-y-24px{
    row-gap: 24px;
  }

  .tw .sm\:gap-y-25px{
    row-gap: 25px;
  }

  .tw .sm\:gap-y-26px{
    row-gap: 26px;
  }

  .tw .sm\:gap-y-27px{
    row-gap: 27px;
  }

  .tw .sm\:gap-y-28px{
    row-gap: 28px;
  }

  .tw .sm\:gap-y-29px{
    row-gap: 29px;
  }

  .tw .sm\:gap-y-30px{
    row-gap: 30px;
  }

  .tw .sm\:gap-y-31px{
    row-gap: 31px;
  }

  .tw .sm\:gap-y-32px{
    row-gap: 32px;
  }

  .tw .sm\:gap-y-33px{
    row-gap: 33px;
  }

  .tw .sm\:gap-y-34px{
    row-gap: 34px;
  }

  .tw .sm\:gap-y-35px{
    row-gap: 35px;
  }

  .tw .sm\:gap-y-36px{
    row-gap: 36px;
  }

  .tw .sm\:gap-y-37px{
    row-gap: 37px;
  }

  .tw .sm\:gap-y-38px{
    row-gap: 38px;
  }

  .tw .sm\:gap-y-39px{
    row-gap: 39px;
  }

  .tw .sm\:gap-y-40px{
    row-gap: 40px;
  }

  .tw .sm\:divide-x-0 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-x-reverse: 0;
    border-right-width: calc(0px * var(--tw-divide-x-reverse));
    border-left-width: calc(0px * calc(1 - var(--tw-divide-x-reverse)));
  }

  .tw .sm\:divide-x-1 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-x-reverse: 0;
    border-right-width: calc(1px * var(--tw-divide-x-reverse));
    border-left-width: calc(1px * calc(1 - var(--tw-divide-x-reverse)));
  }

  .tw .sm\:divide-x-2 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-x-reverse: 0;
    border-right-width: calc(2px * var(--tw-divide-x-reverse));
    border-left-width: calc(2px * calc(1 - var(--tw-divide-x-reverse)));
  }

  .tw .sm\:divide-x-3 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-x-reverse: 0;
    border-right-width: calc(3px * var(--tw-divide-x-reverse));
    border-left-width: calc(3px * calc(1 - var(--tw-divide-x-reverse)));
  }

  .tw .sm\:divide-x-4 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-x-reverse: 0;
    border-right-width: calc(4px * var(--tw-divide-x-reverse));
    border-left-width: calc(4px * calc(1 - var(--tw-divide-x-reverse)));
  }

  .tw .sm\:divide-x-8 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-x-reverse: 0;
    border-right-width: calc(8px * var(--tw-divide-x-reverse));
    border-left-width: calc(8px * calc(1 - var(--tw-divide-x-reverse)));
  }

  .tw .sm\:divide-x > :not([hidden]) ~ :not([hidden]){
    --tw-divide-x-reverse: 0;
    border-right-width: calc(1px * var(--tw-divide-x-reverse));
    border-left-width: calc(1px * calc(1 - var(--tw-divide-x-reverse)));
  }

  .tw .sm\:divide-x-1\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-x-reverse: 0;
    border-right-width: calc(1.5px * var(--tw-divide-x-reverse));
    border-left-width: calc(1.5px * calc(1 - var(--tw-divide-x-reverse)));
  }

  .tw .sm\:divide-y-0 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-y-reverse: 0;
    border-top-width: calc(0px * calc(1 - var(--tw-divide-y-reverse)));
    border-bottom-width: calc(0px * var(--tw-divide-y-reverse));
  }

  .tw .sm\:divide-y-1 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-y-reverse: 0;
    border-top-width: calc(1px * calc(1 - var(--tw-divide-y-reverse)));
    border-bottom-width: calc(1px * var(--tw-divide-y-reverse));
  }

  .tw .sm\:divide-y-2 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-y-reverse: 0;
    border-top-width: calc(2px * calc(1 - var(--tw-divide-y-reverse)));
    border-bottom-width: calc(2px * var(--tw-divide-y-reverse));
  }

  .tw .sm\:divide-y-3 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-y-reverse: 0;
    border-top-width: calc(3px * calc(1 - var(--tw-divide-y-reverse)));
    border-bottom-width: calc(3px * var(--tw-divide-y-reverse));
  }

  .tw .sm\:divide-y-4 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-y-reverse: 0;
    border-top-width: calc(4px * calc(1 - var(--tw-divide-y-reverse)));
    border-bottom-width: calc(4px * var(--tw-divide-y-reverse));
  }

  .tw .sm\:divide-y-8 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-y-reverse: 0;
    border-top-width: calc(8px * calc(1 - var(--tw-divide-y-reverse)));
    border-bottom-width: calc(8px * var(--tw-divide-y-reverse));
  }

  .tw .sm\:divide-y > :not([hidden]) ~ :not([hidden]){
    --tw-divide-y-reverse: 0;
    border-top-width: calc(1px * calc(1 - var(--tw-divide-y-reverse)));
    border-bottom-width: calc(1px * var(--tw-divide-y-reverse));
  }

  .tw .sm\:divide-y-1\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-y-reverse: 0;
    border-top-width: calc(1.5px * calc(1 - var(--tw-divide-y-reverse)));
    border-bottom-width: calc(1.5px * var(--tw-divide-y-reverse));
  }

  .tw .sm\:divide-y-reverse > :not([hidden]) ~ :not([hidden]){
    --tw-divide-y-reverse: 1;
  }

  .tw .sm\:divide-x-reverse > :not([hidden]) ~ :not([hidden]){
    --tw-divide-x-reverse: 1;
  }

  .tw .sm\:divide-solid > :not([hidden]) ~ :not([hidden]){
    border-style: solid;
  }

  .tw .sm\:divide-dashed > :not([hidden]) ~ :not([hidden]){
    border-style: dashed;
  }

  .tw .sm\:divide-dotted > :not([hidden]) ~ :not([hidden]){
    border-style: dotted;
  }

  .tw .sm\:divide-double > :not([hidden]) ~ :not([hidden]){
    border-style: double;
  }

  .tw .sm\:divide-none > :not([hidden]) ~ :not([hidden]){
    border-style: none;
  }

  .tw .sm\:divide-current > :not([hidden]) ~ :not([hidden]){
    border-color: currentColor;
  }

  .tw .sm\:divide-transparent > :not([hidden]) ~ :not([hidden]){
    border-color: transparent;
  }

  .tw .sm\:divide-white > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-divide-opacity));
  }

  .tw .sm\:divide-black > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(0, 0, 0, var(--tw-divide-opacity));
  }

  .tw .sm\:divide-gray-10 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(240, 240, 240, var(--tw-divide-opacity));
  }

  .tw .sm\:divide-gray-20 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(226, 226, 226, var(--tw-divide-opacity));
  }

  .tw .sm\:divide-gray-30 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(211, 211, 211, var(--tw-divide-opacity));
  }

  .tw .sm\:divide-gray-40 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(197, 197, 197, var(--tw-divide-opacity));
  }

  .tw .sm\:divide-gray-50 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(183, 183, 183, var(--tw-divide-opacity));
  }

  .tw .sm\:divide-gray-60 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(169, 169, 169, var(--tw-divide-opacity));
  }

  .tw .sm\:divide-gray-70 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(156, 156, 156, var(--tw-divide-opacity));
  }

  .tw .sm\:divide-gray-80 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(142, 142, 142, var(--tw-divide-opacity));
  }

  .tw .sm\:divide-gray-90 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(129, 129, 129, var(--tw-divide-opacity));
  }

  .tw .sm\:divide-gray-100 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(108, 109, 114, var(--tw-divide-opacity));
  }

  .tw .sm\:divide-gray-200 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(96, 97, 103, var(--tw-divide-opacity));
  }

  .tw .sm\:divide-gray-300 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(84, 86, 91, var(--tw-divide-opacity));
  }

  .tw .sm\:divide-gray-400 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(73, 73, 80, var(--tw-divide-opacity));
  }

  .tw .sm\:divide-gray-500 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(61, 61, 68, var(--tw-divide-opacity));
  }

  .tw .sm\:divide-gray-600 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(53, 53, 61, var(--tw-divide-opacity));
  }

  .tw .sm\:divide-gray-700 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(45, 45, 49, var(--tw-divide-opacity));
  }

  .tw .sm\:divide-gray-800 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(38, 37, 42, var(--tw-divide-opacity));
  }

  .tw .sm\:divide-gray-850 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(32, 32, 37, var(--tw-divide-opacity));
  }

  .tw .sm\:divide-gray-900 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(27, 27, 32, var(--tw-divide-opacity));
  }

  .tw .sm\:divide-gray-950 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(20, 20, 23, var(--tw-divide-opacity));
  }

  .tw .sm\:divide-brand-50 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(127, 255, 255, var(--tw-divide-opacity));
  }

  .tw .sm\:divide-brand-100 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(87, 226, 255, var(--tw-divide-opacity));
  }

  .tw .sm\:divide-brand-200 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(32, 197, 255, var(--tw-divide-opacity));
  }

  .tw .sm\:divide-brand-300 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(0, 167, 231, var(--tw-divide-opacity));
  }

  .tw .sm\:divide-brand-400 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(0, 139, 201, var(--tw-divide-opacity));
  }

  .tw .sm\:divide-brand-500 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(0, 112, 172, var(--tw-divide-opacity));
  }

  .tw .sm\:divide-brand-600 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(0, 86, 143, var(--tw-divide-opacity));
  }

  .tw .sm\:divide-brand-700 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(0, 62, 116, var(--tw-divide-opacity));
  }

  .tw .sm\:divide-brand-800 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(0, 39, 89, var(--tw-divide-opacity));
  }

  .tw .sm\:divide-brand-900 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(0, 18, 63, var(--tw-divide-opacity));
  }

  .tw .sm\:divide-brand > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(0, 190, 255, var(--tw-divide-opacity));
  }

  .tw .sm\:divide-brand-base > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(0, 190, 255, var(--tw-divide-opacity));
  }

  .tw .sm\:divide-red-50 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(255, 202, 200, var(--tw-divide-opacity));
  }

  .tw .sm\:divide-red-100 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(255, 171, 171, var(--tw-divide-opacity));
  }

  .tw .sm\:divide-red-200 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(255, 142, 142, var(--tw-divide-opacity));
  }

  .tw .sm\:divide-red-300 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(247, 112, 115, var(--tw-divide-opacity));
  }

  .tw .sm\:divide-red-400 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(215, 83, 89, var(--tw-divide-opacity));
  }

  .tw .sm\:divide-red-500 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(182, 54, 64, var(--tw-divide-opacity));
  }

  .tw .sm\:divide-red-600 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(150, 18, 41, var(--tw-divide-opacity));
  }

  .tw .sm\:divide-red-700 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(119, 0, 19, var(--tw-divide-opacity));
  }

  .tw .sm\:divide-red-800 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(89, 0, 0, var(--tw-divide-opacity));
  }

  .tw .sm\:divide-red-900 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(65, 0, 0, var(--tw-divide-opacity));
  }

  .tw .sm\:divide-red > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(211, 80, 86, var(--tw-divide-opacity));
  }

  .tw .sm\:divide-red-brand > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(255, 79, 79, var(--tw-divide-opacity));
  }

  .tw .sm\:divide-green-50 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(141, 255, 205, var(--tw-divide-opacity));
  }

  .tw .sm\:divide-green-100 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(109, 236, 176, var(--tw-divide-opacity));
  }

  .tw .sm\:divide-green-200 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(76, 206, 147, var(--tw-divide-opacity));
  }

  .tw .sm\:divide-green-300 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(36, 176, 119, var(--tw-divide-opacity));
  }

  .tw .sm\:divide-green-400 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(0, 147, 93, var(--tw-divide-opacity));
  }

  .tw .sm\:divide-green-500 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(0, 119, 68, var(--tw-divide-opacity));
  }

  .tw .sm\:divide-green-600 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(0, 91, 43, var(--tw-divide-opacity));
  }

  .tw .sm\:divide-green-700 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(0, 65, 21, var(--tw-divide-opacity));
  }

  .tw .sm\:divide-green-800 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(0, 43, 0, var(--tw-divide-opacity));
  }

  .tw .sm\:divide-green-900 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(0, 27, 0, var(--tw-divide-opacity));
  }

  .tw .sm\:divide-green > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(46, 182, 125, var(--tw-divide-opacity));
  }

  .tw .sm\:divide-yellow-50 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(255, 235, 87, var(--tw-divide-opacity));
  }

  .tw .sm\:divide-yellow-100 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(255, 205, 55, var(--tw-divide-opacity));
  }

  .tw .sm\:divide-yellow-200 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(228, 176, 9, var(--tw-divide-opacity));
  }

  .tw .sm\:divide-yellow-300 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(195, 148, 0, var(--tw-divide-opacity));
  }

  .tw .sm\:divide-yellow-400 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(163, 121, 0, var(--tw-divide-opacity));
  }

  .tw .sm\:divide-yellow-500 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(133, 95, 0, var(--tw-divide-opacity));
  }

  .tw .sm\:divide-yellow-600 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(104, 70, 0, var(--tw-divide-opacity));
  }

  .tw .sm\:divide-yellow-700 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(79, 46, 0, var(--tw-divide-opacity));
  }

  .tw .sm\:divide-yellow-800 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(61, 22, 0, var(--tw-divide-opacity));
  }

  .tw .sm\:divide-yellow-900 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(50, 0, 0, var(--tw-divide-opacity));
  }

  .tw .sm\:divide-yellow > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(254, 199, 47, var(--tw-divide-opacity));
  }

  .tw .sm\:divide-purple-50 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(255, 216, 255, var(--tw-divide-opacity));
  }

  .tw .sm\:divide-purple-100 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(240, 186, 255, var(--tw-divide-opacity));
  }

  .tw .sm\:divide-purple-200 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(208, 157, 255, var(--tw-divide-opacity));
  }

  .tw .sm\:divide-purple-300 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(177, 128, 255, var(--tw-divide-opacity));
  }

  .tw .sm\:divide-purple-400 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(146, 101, 233, var(--tw-divide-opacity));
  }

  .tw .sm\:divide-purple-500 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(116, 74, 203, var(--tw-divide-opacity));
  }

  .tw .sm\:divide-purple-600 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(85, 48, 173, var(--tw-divide-opacity));
  }

  .tw .sm\:divide-purple-700 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(53, 22, 144, var(--tw-divide-opacity));
  }

  .tw .sm\:divide-purple-800 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(9, 0, 116, var(--tw-divide-opacity));
  }

  .tw .sm\:divide-purple-900 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(0, 0, 89, var(--tw-divide-opacity));
  }

  .tw .sm\:divide-purple > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(168, 120, 255, var(--tw-divide-opacity));
  }

  .tw .sm\:divide-orange-50 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(255, 210, 131, var(--tw-divide-opacity));
  }

  .tw .sm\:divide-orange-100 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(255, 180, 103, var(--tw-divide-opacity));
  }

  .tw .sm\:divide-orange-200 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(255, 151, 75, var(--tw-divide-opacity));
  }

  .tw .sm\:divide-orange-300 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(240, 122, 47, var(--tw-divide-opacity));
  }

  .tw .sm\:divide-orange-400 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(206, 95, 17, var(--tw-divide-opacity));
  }

  .tw .sm\:divide-orange-500 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(173, 68, 0, var(--tw-divide-opacity));
  }

  .tw .sm\:divide-orange-600 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(141, 40, 0, var(--tw-divide-opacity));
  }

  .tw .sm\:divide-orange-700 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(111, 6, 0, var(--tw-divide-opacity));
  }

  .tw .sm\:divide-orange-800 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(84, 0, 0, var(--tw-divide-opacity));
  }

  .tw .sm\:divide-orange-900 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(65, 0, 0, var(--tw-divide-opacity));
  }

  .tw .sm\:divide-orange > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(245, 127, 52, var(--tw-divide-opacity));
  }

  .tw .sm\:divide-surface-brand > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(26, 26, 26, var(--tw-divide-opacity));
  }

  .tw .sm\:divide-surface-lower > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(18, 19, 20, var(--tw-divide-opacity));
  }

  .tw .sm\:divide-surface-base > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(29, 30, 31, var(--tw-divide-opacity));
  }

  .tw .sm\:divide-surface-low > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(33, 33, 36, var(--tw-divide-opacity));
  }

  .tw .sm\:divide-surface-middle > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(38, 38, 42, var(--tw-divide-opacity));
  }

  .tw .sm\:divide-surface-upper > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(41, 41, 46, var(--tw-divide-opacity));
  }

  .tw .sm\:divide-surface-high > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(52, 52, 53, var(--tw-divide-opacity));
  }

  .tw .sm\:divide-surface-higher > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(74, 75, 75, var(--tw-divide-opacity));
  }

  .tw .sm\:divide-surface-highest > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(97, 97, 98, var(--tw-divide-opacity));
  }

  .tw .sm\:divide-glyph-base > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-divide-opacity));
  }

  .tw .sm\:divide-glyph-light > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(194, 194, 194, var(--tw-divide-opacity));
  }

  .tw .sm\:divide-glyph-lighter > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(150, 150, 150, var(--tw-divide-opacity));
  }

  .tw .sm\:divide-glyph-lightest > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(80, 80, 80, var(--tw-divide-opacity));
  }

  .tw .sm\:divide-link > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(0, 190, 255, var(--tw-divide-opacity));
  }

  .tw .sm\:divide-info-error > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(235, 51, 65, var(--tw-divide-opacity));
  }

  .tw .sm\:divide-info-danger > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(247, 127, 37, var(--tw-divide-opacity));
  }

  .tw .sm\:divide-info-warn > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(255, 200, 47, var(--tw-divide-opacity));
  }

  .tw .sm\:divide-info-ok > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(0, 151, 79, var(--tw-divide-opacity));
  }

  .tw .sm\:divide-info-notice > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(1, 128, 255, var(--tw-divide-opacity));
  }

  .tw .sm\:divide-accent-1 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(255, 93, 105, var(--tw-divide-opacity));
  }

  .tw .sm\:divide-accent-2 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(7, 245, 175, var(--tw-divide-opacity));
  }

  .tw .sm\:divide-accent-3 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(4, 211, 114, var(--tw-divide-opacity));
  }

  .tw .sm\:divide-accent-4 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(132, 81, 245, var(--tw-divide-opacity));
  }

  .tw .sm\:divide-opacity-0 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0;
  }

  .tw .sm\:divide-opacity-5 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0.05;
  }

  .tw .sm\:divide-opacity-10 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0.1;
  }

  .tw .sm\:divide-opacity-15 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0.15;
  }

  .tw .sm\:divide-opacity-20 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0.2;
  }

  .tw .sm\:divide-opacity-25 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0.25;
  }

  .tw .sm\:divide-opacity-30 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0.3;
  }

  .tw .sm\:divide-opacity-40 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0.4;
  }

  .tw .sm\:divide-opacity-50 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0.5;
  }

  .tw .sm\:divide-opacity-60 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0.6;
  }

  .tw .sm\:divide-opacity-70 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0.7;
  }

  .tw .sm\:divide-opacity-75 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0.75;
  }

  .tw .sm\:divide-opacity-80 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0.8;
  }

  .tw .sm\:divide-opacity-90 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0.9;
  }

  .tw .sm\:divide-opacity-95 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0.95;
  }

  .tw .sm\:divide-opacity-100 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
  }

  .tw .sm\:place-self-auto{
    place-self: auto;
  }

  .tw .sm\:place-self-start{
    place-self: start;
  }

  .tw .sm\:place-self-end{
    place-self: end;
  }

  .tw .sm\:place-self-center{
    place-self: center;
  }

  .tw .sm\:place-self-stretch{
    place-self: stretch;
  }

  .tw .sm\:self-auto{
    align-self: auto;
  }

  .tw .sm\:self-start{
    align-self: flex-start;
  }

  .tw .sm\:self-end{
    align-self: flex-end;
  }

  .tw .sm\:self-center{
    align-self: center;
  }

  .tw .sm\:self-stretch{
    align-self: stretch;
  }

  .tw .sm\:self-baseline{
    align-self: baseline;
  }

  .tw .sm\:justify-self-auto{
    justify-self: auto;
  }

  .tw .sm\:justify-self-start{
    justify-self: start;
  }

  .tw .sm\:justify-self-end{
    justify-self: end;
  }

  .tw .sm\:justify-self-center{
    justify-self: center;
  }

  .tw .sm\:justify-self-stretch{
    justify-self: stretch;
  }

  .tw .sm\:overflow-auto{
    overflow: auto;
  }

  .tw .sm\:overflow-hidden{
    overflow: hidden;
  }

  .tw .sm\:overflow-visible{
    overflow: visible;
  }

  .tw .sm\:overflow-scroll{
    overflow: scroll;
  }

  .tw .sm\:overflow-x-auto{
    overflow-x: auto;
  }

  .tw .sm\:overflow-y-auto{
    overflow-y: auto;
  }

  .tw .sm\:overflow-x-hidden{
    overflow-x: hidden;
  }

  .tw .sm\:overflow-y-hidden{
    overflow-y: hidden;
  }

  .tw .sm\:overflow-x-visible{
    overflow-x: visible;
  }

  .tw .sm\:overflow-y-visible{
    overflow-y: visible;
  }

  .tw .sm\:overflow-x-scroll{
    overflow-x: scroll;
  }

  .tw .sm\:overflow-y-scroll{
    overflow-y: scroll;
  }

  .tw .sm\:overscroll-auto{
    overscroll-behavior: auto;
  }

  .tw .sm\:overscroll-contain{
    overscroll-behavior: contain;
  }

  .tw .sm\:overscroll-none{
    overscroll-behavior: none;
  }

  .tw .sm\:overscroll-y-auto{
    overscroll-behavior-y: auto;
  }

  .tw .sm\:overscroll-y-contain{
    overscroll-behavior-y: contain;
  }

  .tw .sm\:overscroll-y-none{
    overscroll-behavior-y: none;
  }

  .tw .sm\:overscroll-x-auto{
    overscroll-behavior-x: auto;
  }

  .tw .sm\:overscroll-x-contain{
    overscroll-behavior-x: contain;
  }

  .tw .sm\:overscroll-x-none{
    overscroll-behavior-x: none;
  }

  .tw .sm\:truncate{
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .tw .sm\:overflow-ellipsis{
    text-overflow: ellipsis;
  }

  .tw .sm\:overflow-clip{
    text-overflow: clip;
  }

  .tw .sm\:whitespace-normal{
    white-space: normal;
  }

  .tw .sm\:whitespace-nowrap{
    white-space: nowrap;
  }

  .tw .sm\:whitespace-pre{
    white-space: pre;
  }

  .tw .sm\:whitespace-pre-line{
    white-space: pre-line;
  }

  .tw .sm\:whitespace-pre-wrap{
    white-space: pre-wrap;
  }

  .tw .sm\:break-normal{
    overflow-wrap: normal;
    word-break: normal;
  }

  .tw .sm\:break-words{
    overflow-wrap: break-word;
  }

  .tw .sm\:break-all{
    word-break: break-all;
  }

  .tw .sm\:border-0{
    border-width: 0px;
  }

  .tw .sm\:border-1{
    border-width: 1px;
  }

  .tw .sm\:border-2{
    border-width: 2px;
  }

  .tw .sm\:border-3{
    border-width: 3px;
  }

  .tw .sm\:border-4{
    border-width: 4px;
  }

  .tw .sm\:border-8{
    border-width: 8px;
  }

  .tw .sm\:border{
    border-width: 1px;
  }

  .tw .sm\:border-1\.5{
    border-width: 1.5px;
  }

  .tw .sm\:border-t-0{
    border-top-width: 0px;
  }

  .tw .sm\:border-t-1{
    border-top-width: 1px;
  }

  .tw .sm\:border-t-2{
    border-top-width: 2px;
  }

  .tw .sm\:border-t-3{
    border-top-width: 3px;
  }

  .tw .sm\:border-t-4{
    border-top-width: 4px;
  }

  .tw .sm\:border-t-8{
    border-top-width: 8px;
  }

  .tw .sm\:border-t{
    border-top-width: 1px;
  }

  .tw .sm\:border-t-1\.5{
    border-top-width: 1.5px;
  }

  .tw .sm\:border-r-0{
    border-right-width: 0px;
  }

  .tw .sm\:border-r-1{
    border-right-width: 1px;
  }

  .tw .sm\:border-r-2{
    border-right-width: 2px;
  }

  .tw .sm\:border-r-3{
    border-right-width: 3px;
  }

  .tw .sm\:border-r-4{
    border-right-width: 4px;
  }

  .tw .sm\:border-r-8{
    border-right-width: 8px;
  }

  .tw .sm\:border-r{
    border-right-width: 1px;
  }

  .tw .sm\:border-r-1\.5{
    border-right-width: 1.5px;
  }

  .tw .sm\:border-b-0{
    border-bottom-width: 0px;
  }

  .tw .sm\:border-b-1{
    border-bottom-width: 1px;
  }

  .tw .sm\:border-b-2{
    border-bottom-width: 2px;
  }

  .tw .sm\:border-b-3{
    border-bottom-width: 3px;
  }

  .tw .sm\:border-b-4{
    border-bottom-width: 4px;
  }

  .tw .sm\:border-b-8{
    border-bottom-width: 8px;
  }

  .tw .sm\:border-b{
    border-bottom-width: 1px;
  }

  .tw .sm\:border-b-1\.5{
    border-bottom-width: 1.5px;
  }

  .tw .sm\:border-l-0{
    border-left-width: 0px;
  }

  .tw .sm\:border-l-1{
    border-left-width: 1px;
  }

  .tw .sm\:border-l-2{
    border-left-width: 2px;
  }

  .tw .sm\:border-l-3{
    border-left-width: 3px;
  }

  .tw .sm\:border-l-4{
    border-left-width: 4px;
  }

  .tw .sm\:border-l-8{
    border-left-width: 8px;
  }

  .tw .sm\:border-l{
    border-left-width: 1px;
  }

  .tw .sm\:border-l-1\.5{
    border-left-width: 1.5px;
  }

  .tw .sm\:border-solid{
    border-style: solid;
  }

  .tw .sm\:border-dashed{
    border-style: dashed;
  }

  .tw .sm\:border-dotted{
    border-style: dotted;
  }

  .tw .sm\:border-double{
    border-style: double;
  }

  .tw .sm\:border-none{
    border-style: none;
  }

  .tw .sm\:border-current{
    border-color: currentColor;
  }

  .tw .sm\:border-transparent{
    border-color: transparent;
  }

  .tw .sm\:border-white{
    --tw-border-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity));
  }

  .tw .sm\:border-black{
    --tw-border-opacity: 1;
    border-color: rgba(0, 0, 0, var(--tw-border-opacity));
  }

  .tw .sm\:border-gray-10{
    --tw-border-opacity: 1;
    border-color: rgba(240, 240, 240, var(--tw-border-opacity));
  }

  .tw .sm\:border-gray-20{
    --tw-border-opacity: 1;
    border-color: rgba(226, 226, 226, var(--tw-border-opacity));
  }

  .tw .sm\:border-gray-30{
    --tw-border-opacity: 1;
    border-color: rgba(211, 211, 211, var(--tw-border-opacity));
  }

  .tw .sm\:border-gray-40{
    --tw-border-opacity: 1;
    border-color: rgba(197, 197, 197, var(--tw-border-opacity));
  }

  .tw .sm\:border-gray-50{
    --tw-border-opacity: 1;
    border-color: rgba(183, 183, 183, var(--tw-border-opacity));
  }

  .tw .sm\:border-gray-60{
    --tw-border-opacity: 1;
    border-color: rgba(169, 169, 169, var(--tw-border-opacity));
  }

  .tw .sm\:border-gray-70{
    --tw-border-opacity: 1;
    border-color: rgba(156, 156, 156, var(--tw-border-opacity));
  }

  .tw .sm\:border-gray-80{
    --tw-border-opacity: 1;
    border-color: rgba(142, 142, 142, var(--tw-border-opacity));
  }

  .tw .sm\:border-gray-90{
    --tw-border-opacity: 1;
    border-color: rgba(129, 129, 129, var(--tw-border-opacity));
  }

  .tw .sm\:border-gray-100{
    --tw-border-opacity: 1;
    border-color: rgba(108, 109, 114, var(--tw-border-opacity));
  }

  .tw .sm\:border-gray-200{
    --tw-border-opacity: 1;
    border-color: rgba(96, 97, 103, var(--tw-border-opacity));
  }

  .tw .sm\:border-gray-300{
    --tw-border-opacity: 1;
    border-color: rgba(84, 86, 91, var(--tw-border-opacity));
  }

  .tw .sm\:border-gray-400{
    --tw-border-opacity: 1;
    border-color: rgba(73, 73, 80, var(--tw-border-opacity));
  }

  .tw .sm\:border-gray-500{
    --tw-border-opacity: 1;
    border-color: rgba(61, 61, 68, var(--tw-border-opacity));
  }

  .tw .sm\:border-gray-600{
    --tw-border-opacity: 1;
    border-color: rgba(53, 53, 61, var(--tw-border-opacity));
  }

  .tw .sm\:border-gray-700{
    --tw-border-opacity: 1;
    border-color: rgba(45, 45, 49, var(--tw-border-opacity));
  }

  .tw .sm\:border-gray-800{
    --tw-border-opacity: 1;
    border-color: rgba(38, 37, 42, var(--tw-border-opacity));
  }

  .tw .sm\:border-gray-850{
    --tw-border-opacity: 1;
    border-color: rgba(32, 32, 37, var(--tw-border-opacity));
  }

  .tw .sm\:border-gray-900{
    --tw-border-opacity: 1;
    border-color: rgba(27, 27, 32, var(--tw-border-opacity));
  }

  .tw .sm\:border-gray-950{
    --tw-border-opacity: 1;
    border-color: rgba(20, 20, 23, var(--tw-border-opacity));
  }

  .tw .sm\:border-brand-50{
    --tw-border-opacity: 1;
    border-color: rgba(127, 255, 255, var(--tw-border-opacity));
  }

  .tw .sm\:border-brand-100{
    --tw-border-opacity: 1;
    border-color: rgba(87, 226, 255, var(--tw-border-opacity));
  }

  .tw .sm\:border-brand-200{
    --tw-border-opacity: 1;
    border-color: rgba(32, 197, 255, var(--tw-border-opacity));
  }

  .tw .sm\:border-brand-300{
    --tw-border-opacity: 1;
    border-color: rgba(0, 167, 231, var(--tw-border-opacity));
  }

  .tw .sm\:border-brand-400{
    --tw-border-opacity: 1;
    border-color: rgba(0, 139, 201, var(--tw-border-opacity));
  }

  .tw .sm\:border-brand-500{
    --tw-border-opacity: 1;
    border-color: rgba(0, 112, 172, var(--tw-border-opacity));
  }

  .tw .sm\:border-brand-600{
    --tw-border-opacity: 1;
    border-color: rgba(0, 86, 143, var(--tw-border-opacity));
  }

  .tw .sm\:border-brand-700{
    --tw-border-opacity: 1;
    border-color: rgba(0, 62, 116, var(--tw-border-opacity));
  }

  .tw .sm\:border-brand-800{
    --tw-border-opacity: 1;
    border-color: rgba(0, 39, 89, var(--tw-border-opacity));
  }

  .tw .sm\:border-brand-900{
    --tw-border-opacity: 1;
    border-color: rgba(0, 18, 63, var(--tw-border-opacity));
  }

  .tw .sm\:border-brand{
    --tw-border-opacity: 1;
    border-color: rgba(0, 190, 255, var(--tw-border-opacity));
  }

  .tw .sm\:border-brand-base{
    --tw-border-opacity: 1;
    border-color: rgba(0, 190, 255, var(--tw-border-opacity));
  }

  .tw .sm\:border-red-50{
    --tw-border-opacity: 1;
    border-color: rgba(255, 202, 200, var(--tw-border-opacity));
  }

  .tw .sm\:border-red-100{
    --tw-border-opacity: 1;
    border-color: rgba(255, 171, 171, var(--tw-border-opacity));
  }

  .tw .sm\:border-red-200{
    --tw-border-opacity: 1;
    border-color: rgba(255, 142, 142, var(--tw-border-opacity));
  }

  .tw .sm\:border-red-300{
    --tw-border-opacity: 1;
    border-color: rgba(247, 112, 115, var(--tw-border-opacity));
  }

  .tw .sm\:border-red-400{
    --tw-border-opacity: 1;
    border-color: rgba(215, 83, 89, var(--tw-border-opacity));
  }

  .tw .sm\:border-red-500{
    --tw-border-opacity: 1;
    border-color: rgba(182, 54, 64, var(--tw-border-opacity));
  }

  .tw .sm\:border-red-600{
    --tw-border-opacity: 1;
    border-color: rgba(150, 18, 41, var(--tw-border-opacity));
  }

  .tw .sm\:border-red-700{
    --tw-border-opacity: 1;
    border-color: rgba(119, 0, 19, var(--tw-border-opacity));
  }

  .tw .sm\:border-red-800{
    --tw-border-opacity: 1;
    border-color: rgba(89, 0, 0, var(--tw-border-opacity));
  }

  .tw .sm\:border-red-900{
    --tw-border-opacity: 1;
    border-color: rgba(65, 0, 0, var(--tw-border-opacity));
  }

  .tw .sm\:border-red{
    --tw-border-opacity: 1;
    border-color: rgba(211, 80, 86, var(--tw-border-opacity));
  }

  .tw .sm\:border-red-brand{
    --tw-border-opacity: 1;
    border-color: rgba(255, 79, 79, var(--tw-border-opacity));
  }

  .tw .sm\:border-green-50{
    --tw-border-opacity: 1;
    border-color: rgba(141, 255, 205, var(--tw-border-opacity));
  }

  .tw .sm\:border-green-100{
    --tw-border-opacity: 1;
    border-color: rgba(109, 236, 176, var(--tw-border-opacity));
  }

  .tw .sm\:border-green-200{
    --tw-border-opacity: 1;
    border-color: rgba(76, 206, 147, var(--tw-border-opacity));
  }

  .tw .sm\:border-green-300{
    --tw-border-opacity: 1;
    border-color: rgba(36, 176, 119, var(--tw-border-opacity));
  }

  .tw .sm\:border-green-400{
    --tw-border-opacity: 1;
    border-color: rgba(0, 147, 93, var(--tw-border-opacity));
  }

  .tw .sm\:border-green-500{
    --tw-border-opacity: 1;
    border-color: rgba(0, 119, 68, var(--tw-border-opacity));
  }

  .tw .sm\:border-green-600{
    --tw-border-opacity: 1;
    border-color: rgba(0, 91, 43, var(--tw-border-opacity));
  }

  .tw .sm\:border-green-700{
    --tw-border-opacity: 1;
    border-color: rgba(0, 65, 21, var(--tw-border-opacity));
  }

  .tw .sm\:border-green-800{
    --tw-border-opacity: 1;
    border-color: rgba(0, 43, 0, var(--tw-border-opacity));
  }

  .tw .sm\:border-green-900{
    --tw-border-opacity: 1;
    border-color: rgba(0, 27, 0, var(--tw-border-opacity));
  }

  .tw .sm\:border-green{
    --tw-border-opacity: 1;
    border-color: rgba(46, 182, 125, var(--tw-border-opacity));
  }

  .tw .sm\:border-yellow-50{
    --tw-border-opacity: 1;
    border-color: rgba(255, 235, 87, var(--tw-border-opacity));
  }

  .tw .sm\:border-yellow-100{
    --tw-border-opacity: 1;
    border-color: rgba(255, 205, 55, var(--tw-border-opacity));
  }

  .tw .sm\:border-yellow-200{
    --tw-border-opacity: 1;
    border-color: rgba(228, 176, 9, var(--tw-border-opacity));
  }

  .tw .sm\:border-yellow-300{
    --tw-border-opacity: 1;
    border-color: rgba(195, 148, 0, var(--tw-border-opacity));
  }

  .tw .sm\:border-yellow-400{
    --tw-border-opacity: 1;
    border-color: rgba(163, 121, 0, var(--tw-border-opacity));
  }

  .tw .sm\:border-yellow-500{
    --tw-border-opacity: 1;
    border-color: rgba(133, 95, 0, var(--tw-border-opacity));
  }

  .tw .sm\:border-yellow-600{
    --tw-border-opacity: 1;
    border-color: rgba(104, 70, 0, var(--tw-border-opacity));
  }

  .tw .sm\:border-yellow-700{
    --tw-border-opacity: 1;
    border-color: rgba(79, 46, 0, var(--tw-border-opacity));
  }

  .tw .sm\:border-yellow-800{
    --tw-border-opacity: 1;
    border-color: rgba(61, 22, 0, var(--tw-border-opacity));
  }

  .tw .sm\:border-yellow-900{
    --tw-border-opacity: 1;
    border-color: rgba(50, 0, 0, var(--tw-border-opacity));
  }

  .tw .sm\:border-yellow{
    --tw-border-opacity: 1;
    border-color: rgba(254, 199, 47, var(--tw-border-opacity));
  }

  .tw .sm\:border-purple-50{
    --tw-border-opacity: 1;
    border-color: rgba(255, 216, 255, var(--tw-border-opacity));
  }

  .tw .sm\:border-purple-100{
    --tw-border-opacity: 1;
    border-color: rgba(240, 186, 255, var(--tw-border-opacity));
  }

  .tw .sm\:border-purple-200{
    --tw-border-opacity: 1;
    border-color: rgba(208, 157, 255, var(--tw-border-opacity));
  }

  .tw .sm\:border-purple-300{
    --tw-border-opacity: 1;
    border-color: rgba(177, 128, 255, var(--tw-border-opacity));
  }

  .tw .sm\:border-purple-400{
    --tw-border-opacity: 1;
    border-color: rgba(146, 101, 233, var(--tw-border-opacity));
  }

  .tw .sm\:border-purple-500{
    --tw-border-opacity: 1;
    border-color: rgba(116, 74, 203, var(--tw-border-opacity));
  }

  .tw .sm\:border-purple-600{
    --tw-border-opacity: 1;
    border-color: rgba(85, 48, 173, var(--tw-border-opacity));
  }

  .tw .sm\:border-purple-700{
    --tw-border-opacity: 1;
    border-color: rgba(53, 22, 144, var(--tw-border-opacity));
  }

  .tw .sm\:border-purple-800{
    --tw-border-opacity: 1;
    border-color: rgba(9, 0, 116, var(--tw-border-opacity));
  }

  .tw .sm\:border-purple-900{
    --tw-border-opacity: 1;
    border-color: rgba(0, 0, 89, var(--tw-border-opacity));
  }

  .tw .sm\:border-purple{
    --tw-border-opacity: 1;
    border-color: rgba(168, 120, 255, var(--tw-border-opacity));
  }

  .tw .sm\:border-orange-50{
    --tw-border-opacity: 1;
    border-color: rgba(255, 210, 131, var(--tw-border-opacity));
  }

  .tw .sm\:border-orange-100{
    --tw-border-opacity: 1;
    border-color: rgba(255, 180, 103, var(--tw-border-opacity));
  }

  .tw .sm\:border-orange-200{
    --tw-border-opacity: 1;
    border-color: rgba(255, 151, 75, var(--tw-border-opacity));
  }

  .tw .sm\:border-orange-300{
    --tw-border-opacity: 1;
    border-color: rgba(240, 122, 47, var(--tw-border-opacity));
  }

  .tw .sm\:border-orange-400{
    --tw-border-opacity: 1;
    border-color: rgba(206, 95, 17, var(--tw-border-opacity));
  }

  .tw .sm\:border-orange-500{
    --tw-border-opacity: 1;
    border-color: rgba(173, 68, 0, var(--tw-border-opacity));
  }

  .tw .sm\:border-orange-600{
    --tw-border-opacity: 1;
    border-color: rgba(141, 40, 0, var(--tw-border-opacity));
  }

  .tw .sm\:border-orange-700{
    --tw-border-opacity: 1;
    border-color: rgba(111, 6, 0, var(--tw-border-opacity));
  }

  .tw .sm\:border-orange-800{
    --tw-border-opacity: 1;
    border-color: rgba(84, 0, 0, var(--tw-border-opacity));
  }

  .tw .sm\:border-orange-900{
    --tw-border-opacity: 1;
    border-color: rgba(65, 0, 0, var(--tw-border-opacity));
  }

  .tw .sm\:border-orange{
    --tw-border-opacity: 1;
    border-color: rgba(245, 127, 52, var(--tw-border-opacity));
  }

  .tw .sm\:border-surface-brand{
    --tw-border-opacity: 1;
    border-color: rgba(26, 26, 26, var(--tw-border-opacity));
  }

  .tw .sm\:border-surface-lower{
    --tw-border-opacity: 1;
    border-color: rgba(18, 19, 20, var(--tw-border-opacity));
  }

  .tw .sm\:border-surface-base{
    --tw-border-opacity: 1;
    border-color: rgba(29, 30, 31, var(--tw-border-opacity));
  }

  .tw .sm\:border-surface-low{
    --tw-border-opacity: 1;
    border-color: rgba(33, 33, 36, var(--tw-border-opacity));
  }

  .tw .sm\:border-surface-middle{
    --tw-border-opacity: 1;
    border-color: rgba(38, 38, 42, var(--tw-border-opacity));
  }

  .tw .sm\:border-surface-upper{
    --tw-border-opacity: 1;
    border-color: rgba(41, 41, 46, var(--tw-border-opacity));
  }

  .tw .sm\:border-surface-high{
    --tw-border-opacity: 1;
    border-color: rgba(52, 52, 53, var(--tw-border-opacity));
  }

  .tw .sm\:border-surface-higher{
    --tw-border-opacity: 1;
    border-color: rgba(74, 75, 75, var(--tw-border-opacity));
  }

  .tw .sm\:border-surface-highest{
    --tw-border-opacity: 1;
    border-color: rgba(97, 97, 98, var(--tw-border-opacity));
  }

  .tw .sm\:border-glyph-base{
    --tw-border-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity));
  }

  .tw .sm\:border-glyph-light{
    --tw-border-opacity: 1;
    border-color: rgba(194, 194, 194, var(--tw-border-opacity));
  }

  .tw .sm\:border-glyph-lighter{
    --tw-border-opacity: 1;
    border-color: rgba(150, 150, 150, var(--tw-border-opacity));
  }

  .tw .sm\:border-glyph-lightest{
    --tw-border-opacity: 1;
    border-color: rgba(80, 80, 80, var(--tw-border-opacity));
  }

  .tw .sm\:border-link{
    --tw-border-opacity: 1;
    border-color: rgba(0, 190, 255, var(--tw-border-opacity));
  }

  .tw .sm\:border-info-error{
    --tw-border-opacity: 1;
    border-color: rgba(235, 51, 65, var(--tw-border-opacity));
  }

  .tw .sm\:border-info-danger{
    --tw-border-opacity: 1;
    border-color: rgba(247, 127, 37, var(--tw-border-opacity));
  }

  .tw .sm\:border-info-warn{
    --tw-border-opacity: 1;
    border-color: rgba(255, 200, 47, var(--tw-border-opacity));
  }

  .tw .sm\:border-info-ok{
    --tw-border-opacity: 1;
    border-color: rgba(0, 151, 79, var(--tw-border-opacity));
  }

  .tw .sm\:border-info-notice{
    --tw-border-opacity: 1;
    border-color: rgba(1, 128, 255, var(--tw-border-opacity));
  }

  .tw .sm\:border-accent-1{
    --tw-border-opacity: 1;
    border-color: rgba(255, 93, 105, var(--tw-border-opacity));
  }

  .tw .sm\:border-accent-2{
    --tw-border-opacity: 1;
    border-color: rgba(7, 245, 175, var(--tw-border-opacity));
  }

  .tw .sm\:border-accent-3{
    --tw-border-opacity: 1;
    border-color: rgba(4, 211, 114, var(--tw-border-opacity));
  }

  .tw .sm\:border-accent-4{
    --tw-border-opacity: 1;
    border-color: rgba(132, 81, 245, var(--tw-border-opacity));
  }

  .tw .sm\:hover\:border-current:hover{
    border-color: currentColor;
  }

  .tw .sm\:hover\:border-transparent:hover{
    border-color: transparent;
  }

  .tw .sm\:hover\:border-white:hover{
    --tw-border-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity));
  }

  .tw .sm\:hover\:border-black:hover{
    --tw-border-opacity: 1;
    border-color: rgba(0, 0, 0, var(--tw-border-opacity));
  }

  .tw .sm\:hover\:border-gray-10:hover{
    --tw-border-opacity: 1;
    border-color: rgba(240, 240, 240, var(--tw-border-opacity));
  }

  .tw .sm\:hover\:border-gray-20:hover{
    --tw-border-opacity: 1;
    border-color: rgba(226, 226, 226, var(--tw-border-opacity));
  }

  .tw .sm\:hover\:border-gray-30:hover{
    --tw-border-opacity: 1;
    border-color: rgba(211, 211, 211, var(--tw-border-opacity));
  }

  .tw .sm\:hover\:border-gray-40:hover{
    --tw-border-opacity: 1;
    border-color: rgba(197, 197, 197, var(--tw-border-opacity));
  }

  .tw .sm\:hover\:border-gray-50:hover{
    --tw-border-opacity: 1;
    border-color: rgba(183, 183, 183, var(--tw-border-opacity));
  }

  .tw .sm\:hover\:border-gray-60:hover{
    --tw-border-opacity: 1;
    border-color: rgba(169, 169, 169, var(--tw-border-opacity));
  }

  .tw .sm\:hover\:border-gray-70:hover{
    --tw-border-opacity: 1;
    border-color: rgba(156, 156, 156, var(--tw-border-opacity));
  }

  .tw .sm\:hover\:border-gray-80:hover{
    --tw-border-opacity: 1;
    border-color: rgba(142, 142, 142, var(--tw-border-opacity));
  }

  .tw .sm\:hover\:border-gray-90:hover{
    --tw-border-opacity: 1;
    border-color: rgba(129, 129, 129, var(--tw-border-opacity));
  }

  .tw .sm\:hover\:border-gray-100:hover{
    --tw-border-opacity: 1;
    border-color: rgba(108, 109, 114, var(--tw-border-opacity));
  }

  .tw .sm\:hover\:border-gray-200:hover{
    --tw-border-opacity: 1;
    border-color: rgba(96, 97, 103, var(--tw-border-opacity));
  }

  .tw .sm\:hover\:border-gray-300:hover{
    --tw-border-opacity: 1;
    border-color: rgba(84, 86, 91, var(--tw-border-opacity));
  }

  .tw .sm\:hover\:border-gray-400:hover{
    --tw-border-opacity: 1;
    border-color: rgba(73, 73, 80, var(--tw-border-opacity));
  }

  .tw .sm\:hover\:border-gray-500:hover{
    --tw-border-opacity: 1;
    border-color: rgba(61, 61, 68, var(--tw-border-opacity));
  }

  .tw .sm\:hover\:border-gray-600:hover{
    --tw-border-opacity: 1;
    border-color: rgba(53, 53, 61, var(--tw-border-opacity));
  }

  .tw .sm\:hover\:border-gray-700:hover{
    --tw-border-opacity: 1;
    border-color: rgba(45, 45, 49, var(--tw-border-opacity));
  }

  .tw .sm\:hover\:border-gray-800:hover{
    --tw-border-opacity: 1;
    border-color: rgba(38, 37, 42, var(--tw-border-opacity));
  }

  .tw .sm\:hover\:border-gray-850:hover{
    --tw-border-opacity: 1;
    border-color: rgba(32, 32, 37, var(--tw-border-opacity));
  }

  .tw .sm\:hover\:border-gray-900:hover{
    --tw-border-opacity: 1;
    border-color: rgba(27, 27, 32, var(--tw-border-opacity));
  }

  .tw .sm\:hover\:border-gray-950:hover{
    --tw-border-opacity: 1;
    border-color: rgba(20, 20, 23, var(--tw-border-opacity));
  }

  .tw .sm\:hover\:border-brand-50:hover{
    --tw-border-opacity: 1;
    border-color: rgba(127, 255, 255, var(--tw-border-opacity));
  }

  .tw .sm\:hover\:border-brand-100:hover{
    --tw-border-opacity: 1;
    border-color: rgba(87, 226, 255, var(--tw-border-opacity));
  }

  .tw .sm\:hover\:border-brand-200:hover{
    --tw-border-opacity: 1;
    border-color: rgba(32, 197, 255, var(--tw-border-opacity));
  }

  .tw .sm\:hover\:border-brand-300:hover{
    --tw-border-opacity: 1;
    border-color: rgba(0, 167, 231, var(--tw-border-opacity));
  }

  .tw .sm\:hover\:border-brand-400:hover{
    --tw-border-opacity: 1;
    border-color: rgba(0, 139, 201, var(--tw-border-opacity));
  }

  .tw .sm\:hover\:border-brand-500:hover{
    --tw-border-opacity: 1;
    border-color: rgba(0, 112, 172, var(--tw-border-opacity));
  }

  .tw .sm\:hover\:border-brand-600:hover{
    --tw-border-opacity: 1;
    border-color: rgba(0, 86, 143, var(--tw-border-opacity));
  }

  .tw .sm\:hover\:border-brand-700:hover{
    --tw-border-opacity: 1;
    border-color: rgba(0, 62, 116, var(--tw-border-opacity));
  }

  .tw .sm\:hover\:border-brand-800:hover{
    --tw-border-opacity: 1;
    border-color: rgba(0, 39, 89, var(--tw-border-opacity));
  }

  .tw .sm\:hover\:border-brand-900:hover{
    --tw-border-opacity: 1;
    border-color: rgba(0, 18, 63, var(--tw-border-opacity));
  }

  .tw .sm\:hover\:border-brand:hover{
    --tw-border-opacity: 1;
    border-color: rgba(0, 190, 255, var(--tw-border-opacity));
  }

  .tw .sm\:hover\:border-brand-base:hover{
    --tw-border-opacity: 1;
    border-color: rgba(0, 190, 255, var(--tw-border-opacity));
  }

  .tw .sm\:hover\:border-red-50:hover{
    --tw-border-opacity: 1;
    border-color: rgba(255, 202, 200, var(--tw-border-opacity));
  }

  .tw .sm\:hover\:border-red-100:hover{
    --tw-border-opacity: 1;
    border-color: rgba(255, 171, 171, var(--tw-border-opacity));
  }

  .tw .sm\:hover\:border-red-200:hover{
    --tw-border-opacity: 1;
    border-color: rgba(255, 142, 142, var(--tw-border-opacity));
  }

  .tw .sm\:hover\:border-red-300:hover{
    --tw-border-opacity: 1;
    border-color: rgba(247, 112, 115, var(--tw-border-opacity));
  }

  .tw .sm\:hover\:border-red-400:hover{
    --tw-border-opacity: 1;
    border-color: rgba(215, 83, 89, var(--tw-border-opacity));
  }

  .tw .sm\:hover\:border-red-500:hover{
    --tw-border-opacity: 1;
    border-color: rgba(182, 54, 64, var(--tw-border-opacity));
  }

  .tw .sm\:hover\:border-red-600:hover{
    --tw-border-opacity: 1;
    border-color: rgba(150, 18, 41, var(--tw-border-opacity));
  }

  .tw .sm\:hover\:border-red-700:hover{
    --tw-border-opacity: 1;
    border-color: rgba(119, 0, 19, var(--tw-border-opacity));
  }

  .tw .sm\:hover\:border-red-800:hover{
    --tw-border-opacity: 1;
    border-color: rgba(89, 0, 0, var(--tw-border-opacity));
  }

  .tw .sm\:hover\:border-red-900:hover{
    --tw-border-opacity: 1;
    border-color: rgba(65, 0, 0, var(--tw-border-opacity));
  }

  .tw .sm\:hover\:border-red:hover{
    --tw-border-opacity: 1;
    border-color: rgba(211, 80, 86, var(--tw-border-opacity));
  }

  .tw .sm\:hover\:border-red-brand:hover{
    --tw-border-opacity: 1;
    border-color: rgba(255, 79, 79, var(--tw-border-opacity));
  }

  .tw .sm\:hover\:border-green-50:hover{
    --tw-border-opacity: 1;
    border-color: rgba(141, 255, 205, var(--tw-border-opacity));
  }

  .tw .sm\:hover\:border-green-100:hover{
    --tw-border-opacity: 1;
    border-color: rgba(109, 236, 176, var(--tw-border-opacity));
  }

  .tw .sm\:hover\:border-green-200:hover{
    --tw-border-opacity: 1;
    border-color: rgba(76, 206, 147, var(--tw-border-opacity));
  }

  .tw .sm\:hover\:border-green-300:hover{
    --tw-border-opacity: 1;
    border-color: rgba(36, 176, 119, var(--tw-border-opacity));
  }

  .tw .sm\:hover\:border-green-400:hover{
    --tw-border-opacity: 1;
    border-color: rgba(0, 147, 93, var(--tw-border-opacity));
  }

  .tw .sm\:hover\:border-green-500:hover{
    --tw-border-opacity: 1;
    border-color: rgba(0, 119, 68, var(--tw-border-opacity));
  }

  .tw .sm\:hover\:border-green-600:hover{
    --tw-border-opacity: 1;
    border-color: rgba(0, 91, 43, var(--tw-border-opacity));
  }

  .tw .sm\:hover\:border-green-700:hover{
    --tw-border-opacity: 1;
    border-color: rgba(0, 65, 21, var(--tw-border-opacity));
  }

  .tw .sm\:hover\:border-green-800:hover{
    --tw-border-opacity: 1;
    border-color: rgba(0, 43, 0, var(--tw-border-opacity));
  }

  .tw .sm\:hover\:border-green-900:hover{
    --tw-border-opacity: 1;
    border-color: rgba(0, 27, 0, var(--tw-border-opacity));
  }

  .tw .sm\:hover\:border-green:hover{
    --tw-border-opacity: 1;
    border-color: rgba(46, 182, 125, var(--tw-border-opacity));
  }

  .tw .sm\:hover\:border-yellow-50:hover{
    --tw-border-opacity: 1;
    border-color: rgba(255, 235, 87, var(--tw-border-opacity));
  }

  .tw .sm\:hover\:border-yellow-100:hover{
    --tw-border-opacity: 1;
    border-color: rgba(255, 205, 55, var(--tw-border-opacity));
  }

  .tw .sm\:hover\:border-yellow-200:hover{
    --tw-border-opacity: 1;
    border-color: rgba(228, 176, 9, var(--tw-border-opacity));
  }

  .tw .sm\:hover\:border-yellow-300:hover{
    --tw-border-opacity: 1;
    border-color: rgba(195, 148, 0, var(--tw-border-opacity));
  }

  .tw .sm\:hover\:border-yellow-400:hover{
    --tw-border-opacity: 1;
    border-color: rgba(163, 121, 0, var(--tw-border-opacity));
  }

  .tw .sm\:hover\:border-yellow-500:hover{
    --tw-border-opacity: 1;
    border-color: rgba(133, 95, 0, var(--tw-border-opacity));
  }

  .tw .sm\:hover\:border-yellow-600:hover{
    --tw-border-opacity: 1;
    border-color: rgba(104, 70, 0, var(--tw-border-opacity));
  }

  .tw .sm\:hover\:border-yellow-700:hover{
    --tw-border-opacity: 1;
    border-color: rgba(79, 46, 0, var(--tw-border-opacity));
  }

  .tw .sm\:hover\:border-yellow-800:hover{
    --tw-border-opacity: 1;
    border-color: rgba(61, 22, 0, var(--tw-border-opacity));
  }

  .tw .sm\:hover\:border-yellow-900:hover{
    --tw-border-opacity: 1;
    border-color: rgba(50, 0, 0, var(--tw-border-opacity));
  }

  .tw .sm\:hover\:border-yellow:hover{
    --tw-border-opacity: 1;
    border-color: rgba(254, 199, 47, var(--tw-border-opacity));
  }

  .tw .sm\:hover\:border-purple-50:hover{
    --tw-border-opacity: 1;
    border-color: rgba(255, 216, 255, var(--tw-border-opacity));
  }

  .tw .sm\:hover\:border-purple-100:hover{
    --tw-border-opacity: 1;
    border-color: rgba(240, 186, 255, var(--tw-border-opacity));
  }

  .tw .sm\:hover\:border-purple-200:hover{
    --tw-border-opacity: 1;
    border-color: rgba(208, 157, 255, var(--tw-border-opacity));
  }

  .tw .sm\:hover\:border-purple-300:hover{
    --tw-border-opacity: 1;
    border-color: rgba(177, 128, 255, var(--tw-border-opacity));
  }

  .tw .sm\:hover\:border-purple-400:hover{
    --tw-border-opacity: 1;
    border-color: rgba(146, 101, 233, var(--tw-border-opacity));
  }

  .tw .sm\:hover\:border-purple-500:hover{
    --tw-border-opacity: 1;
    border-color: rgba(116, 74, 203, var(--tw-border-opacity));
  }

  .tw .sm\:hover\:border-purple-600:hover{
    --tw-border-opacity: 1;
    border-color: rgba(85, 48, 173, var(--tw-border-opacity));
  }

  .tw .sm\:hover\:border-purple-700:hover{
    --tw-border-opacity: 1;
    border-color: rgba(53, 22, 144, var(--tw-border-opacity));
  }

  .tw .sm\:hover\:border-purple-800:hover{
    --tw-border-opacity: 1;
    border-color: rgba(9, 0, 116, var(--tw-border-opacity));
  }

  .tw .sm\:hover\:border-purple-900:hover{
    --tw-border-opacity: 1;
    border-color: rgba(0, 0, 89, var(--tw-border-opacity));
  }

  .tw .sm\:hover\:border-purple:hover{
    --tw-border-opacity: 1;
    border-color: rgba(168, 120, 255, var(--tw-border-opacity));
  }

  .tw .sm\:hover\:border-orange-50:hover{
    --tw-border-opacity: 1;
    border-color: rgba(255, 210, 131, var(--tw-border-opacity));
  }

  .tw .sm\:hover\:border-orange-100:hover{
    --tw-border-opacity: 1;
    border-color: rgba(255, 180, 103, var(--tw-border-opacity));
  }

  .tw .sm\:hover\:border-orange-200:hover{
    --tw-border-opacity: 1;
    border-color: rgba(255, 151, 75, var(--tw-border-opacity));
  }

  .tw .sm\:hover\:border-orange-300:hover{
    --tw-border-opacity: 1;
    border-color: rgba(240, 122, 47, var(--tw-border-opacity));
  }

  .tw .sm\:hover\:border-orange-400:hover{
    --tw-border-opacity: 1;
    border-color: rgba(206, 95, 17, var(--tw-border-opacity));
  }

  .tw .sm\:hover\:border-orange-500:hover{
    --tw-border-opacity: 1;
    border-color: rgba(173, 68, 0, var(--tw-border-opacity));
  }

  .tw .sm\:hover\:border-orange-600:hover{
    --tw-border-opacity: 1;
    border-color: rgba(141, 40, 0, var(--tw-border-opacity));
  }

  .tw .sm\:hover\:border-orange-700:hover{
    --tw-border-opacity: 1;
    border-color: rgba(111, 6, 0, var(--tw-border-opacity));
  }

  .tw .sm\:hover\:border-orange-800:hover{
    --tw-border-opacity: 1;
    border-color: rgba(84, 0, 0, var(--tw-border-opacity));
  }

  .tw .sm\:hover\:border-orange-900:hover{
    --tw-border-opacity: 1;
    border-color: rgba(65, 0, 0, var(--tw-border-opacity));
  }

  .tw .sm\:hover\:border-orange:hover{
    --tw-border-opacity: 1;
    border-color: rgba(245, 127, 52, var(--tw-border-opacity));
  }

  .tw .sm\:hover\:border-surface-brand:hover{
    --tw-border-opacity: 1;
    border-color: rgba(26, 26, 26, var(--tw-border-opacity));
  }

  .tw .sm\:hover\:border-surface-lower:hover{
    --tw-border-opacity: 1;
    border-color: rgba(18, 19, 20, var(--tw-border-opacity));
  }

  .tw .sm\:hover\:border-surface-base:hover{
    --tw-border-opacity: 1;
    border-color: rgba(29, 30, 31, var(--tw-border-opacity));
  }

  .tw .sm\:hover\:border-surface-low:hover{
    --tw-border-opacity: 1;
    border-color: rgba(33, 33, 36, var(--tw-border-opacity));
  }

  .tw .sm\:hover\:border-surface-middle:hover{
    --tw-border-opacity: 1;
    border-color: rgba(38, 38, 42, var(--tw-border-opacity));
  }

  .tw .sm\:hover\:border-surface-upper:hover{
    --tw-border-opacity: 1;
    border-color: rgba(41, 41, 46, var(--tw-border-opacity));
  }

  .tw .sm\:hover\:border-surface-high:hover{
    --tw-border-opacity: 1;
    border-color: rgba(52, 52, 53, var(--tw-border-opacity));
  }

  .tw .sm\:hover\:border-surface-higher:hover{
    --tw-border-opacity: 1;
    border-color: rgba(74, 75, 75, var(--tw-border-opacity));
  }

  .tw .sm\:hover\:border-surface-highest:hover{
    --tw-border-opacity: 1;
    border-color: rgba(97, 97, 98, var(--tw-border-opacity));
  }

  .tw .sm\:hover\:border-glyph-base:hover{
    --tw-border-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity));
  }

  .tw .sm\:hover\:border-glyph-light:hover{
    --tw-border-opacity: 1;
    border-color: rgba(194, 194, 194, var(--tw-border-opacity));
  }

  .tw .sm\:hover\:border-glyph-lighter:hover{
    --tw-border-opacity: 1;
    border-color: rgba(150, 150, 150, var(--tw-border-opacity));
  }

  .tw .sm\:hover\:border-glyph-lightest:hover{
    --tw-border-opacity: 1;
    border-color: rgba(80, 80, 80, var(--tw-border-opacity));
  }

  .tw .sm\:hover\:border-link:hover{
    --tw-border-opacity: 1;
    border-color: rgba(0, 190, 255, var(--tw-border-opacity));
  }

  .tw .sm\:hover\:border-info-error:hover{
    --tw-border-opacity: 1;
    border-color: rgba(235, 51, 65, var(--tw-border-opacity));
  }

  .tw .sm\:hover\:border-info-danger:hover{
    --tw-border-opacity: 1;
    border-color: rgba(247, 127, 37, var(--tw-border-opacity));
  }

  .tw .sm\:hover\:border-info-warn:hover{
    --tw-border-opacity: 1;
    border-color: rgba(255, 200, 47, var(--tw-border-opacity));
  }

  .tw .sm\:hover\:border-info-ok:hover{
    --tw-border-opacity: 1;
    border-color: rgba(0, 151, 79, var(--tw-border-opacity));
  }

  .tw .sm\:hover\:border-info-notice:hover{
    --tw-border-opacity: 1;
    border-color: rgba(1, 128, 255, var(--tw-border-opacity));
  }

  .tw .sm\:hover\:border-accent-1:hover{
    --tw-border-opacity: 1;
    border-color: rgba(255, 93, 105, var(--tw-border-opacity));
  }

  .tw .sm\:hover\:border-accent-2:hover{
    --tw-border-opacity: 1;
    border-color: rgba(7, 245, 175, var(--tw-border-opacity));
  }

  .tw .sm\:hover\:border-accent-3:hover{
    --tw-border-opacity: 1;
    border-color: rgba(4, 211, 114, var(--tw-border-opacity));
  }

  .tw .sm\:hover\:border-accent-4:hover{
    --tw-border-opacity: 1;
    border-color: rgba(132, 81, 245, var(--tw-border-opacity));
  }

  .tw .group:hover .sm\:group-hover\:border-current{
    border-color: currentColor;
  }

  .tw .group:hover .sm\:group-hover\:border-transparent{
    border-color: transparent;
  }

  .tw .group:hover .sm\:group-hover\:border-white{
    --tw-border-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity));
  }

  .tw .group:hover .sm\:group-hover\:border-black{
    --tw-border-opacity: 1;
    border-color: rgba(0, 0, 0, var(--tw-border-opacity));
  }

  .tw .group:hover .sm\:group-hover\:border-gray-10{
    --tw-border-opacity: 1;
    border-color: rgba(240, 240, 240, var(--tw-border-opacity));
  }

  .tw .group:hover .sm\:group-hover\:border-gray-20{
    --tw-border-opacity: 1;
    border-color: rgba(226, 226, 226, var(--tw-border-opacity));
  }

  .tw .group:hover .sm\:group-hover\:border-gray-30{
    --tw-border-opacity: 1;
    border-color: rgba(211, 211, 211, var(--tw-border-opacity));
  }

  .tw .group:hover .sm\:group-hover\:border-gray-40{
    --tw-border-opacity: 1;
    border-color: rgba(197, 197, 197, var(--tw-border-opacity));
  }

  .tw .group:hover .sm\:group-hover\:border-gray-50{
    --tw-border-opacity: 1;
    border-color: rgba(183, 183, 183, var(--tw-border-opacity));
  }

  .tw .group:hover .sm\:group-hover\:border-gray-60{
    --tw-border-opacity: 1;
    border-color: rgba(169, 169, 169, var(--tw-border-opacity));
  }

  .tw .group:hover .sm\:group-hover\:border-gray-70{
    --tw-border-opacity: 1;
    border-color: rgba(156, 156, 156, var(--tw-border-opacity));
  }

  .tw .group:hover .sm\:group-hover\:border-gray-80{
    --tw-border-opacity: 1;
    border-color: rgba(142, 142, 142, var(--tw-border-opacity));
  }

  .tw .group:hover .sm\:group-hover\:border-gray-90{
    --tw-border-opacity: 1;
    border-color: rgba(129, 129, 129, var(--tw-border-opacity));
  }

  .tw .group:hover .sm\:group-hover\:border-gray-100{
    --tw-border-opacity: 1;
    border-color: rgba(108, 109, 114, var(--tw-border-opacity));
  }

  .tw .group:hover .sm\:group-hover\:border-gray-200{
    --tw-border-opacity: 1;
    border-color: rgba(96, 97, 103, var(--tw-border-opacity));
  }

  .tw .group:hover .sm\:group-hover\:border-gray-300{
    --tw-border-opacity: 1;
    border-color: rgba(84, 86, 91, var(--tw-border-opacity));
  }

  .tw .group:hover .sm\:group-hover\:border-gray-400{
    --tw-border-opacity: 1;
    border-color: rgba(73, 73, 80, var(--tw-border-opacity));
  }

  .tw .group:hover .sm\:group-hover\:border-gray-500{
    --tw-border-opacity: 1;
    border-color: rgba(61, 61, 68, var(--tw-border-opacity));
  }

  .tw .group:hover .sm\:group-hover\:border-gray-600{
    --tw-border-opacity: 1;
    border-color: rgba(53, 53, 61, var(--tw-border-opacity));
  }

  .tw .group:hover .sm\:group-hover\:border-gray-700{
    --tw-border-opacity: 1;
    border-color: rgba(45, 45, 49, var(--tw-border-opacity));
  }

  .tw .group:hover .sm\:group-hover\:border-gray-800{
    --tw-border-opacity: 1;
    border-color: rgba(38, 37, 42, var(--tw-border-opacity));
  }

  .tw .group:hover .sm\:group-hover\:border-gray-850{
    --tw-border-opacity: 1;
    border-color: rgba(32, 32, 37, var(--tw-border-opacity));
  }

  .tw .group:hover .sm\:group-hover\:border-gray-900{
    --tw-border-opacity: 1;
    border-color: rgba(27, 27, 32, var(--tw-border-opacity));
  }

  .tw .group:hover .sm\:group-hover\:border-gray-950{
    --tw-border-opacity: 1;
    border-color: rgba(20, 20, 23, var(--tw-border-opacity));
  }

  .tw .group:hover .sm\:group-hover\:border-brand-50{
    --tw-border-opacity: 1;
    border-color: rgba(127, 255, 255, var(--tw-border-opacity));
  }

  .tw .group:hover .sm\:group-hover\:border-brand-100{
    --tw-border-opacity: 1;
    border-color: rgba(87, 226, 255, var(--tw-border-opacity));
  }

  .tw .group:hover .sm\:group-hover\:border-brand-200{
    --tw-border-opacity: 1;
    border-color: rgba(32, 197, 255, var(--tw-border-opacity));
  }

  .tw .group:hover .sm\:group-hover\:border-brand-300{
    --tw-border-opacity: 1;
    border-color: rgba(0, 167, 231, var(--tw-border-opacity));
  }

  .tw .group:hover .sm\:group-hover\:border-brand-400{
    --tw-border-opacity: 1;
    border-color: rgba(0, 139, 201, var(--tw-border-opacity));
  }

  .tw .group:hover .sm\:group-hover\:border-brand-500{
    --tw-border-opacity: 1;
    border-color: rgba(0, 112, 172, var(--tw-border-opacity));
  }

  .tw .group:hover .sm\:group-hover\:border-brand-600{
    --tw-border-opacity: 1;
    border-color: rgba(0, 86, 143, var(--tw-border-opacity));
  }

  .tw .group:hover .sm\:group-hover\:border-brand-700{
    --tw-border-opacity: 1;
    border-color: rgba(0, 62, 116, var(--tw-border-opacity));
  }

  .tw .group:hover .sm\:group-hover\:border-brand-800{
    --tw-border-opacity: 1;
    border-color: rgba(0, 39, 89, var(--tw-border-opacity));
  }

  .tw .group:hover .sm\:group-hover\:border-brand-900{
    --tw-border-opacity: 1;
    border-color: rgba(0, 18, 63, var(--tw-border-opacity));
  }

  .tw .group:hover .sm\:group-hover\:border-brand{
    --tw-border-opacity: 1;
    border-color: rgba(0, 190, 255, var(--tw-border-opacity));
  }

  .tw .group:hover .sm\:group-hover\:border-brand-base{
    --tw-border-opacity: 1;
    border-color: rgba(0, 190, 255, var(--tw-border-opacity));
  }

  .tw .group:hover .sm\:group-hover\:border-red-50{
    --tw-border-opacity: 1;
    border-color: rgba(255, 202, 200, var(--tw-border-opacity));
  }

  .tw .group:hover .sm\:group-hover\:border-red-100{
    --tw-border-opacity: 1;
    border-color: rgba(255, 171, 171, var(--tw-border-opacity));
  }

  .tw .group:hover .sm\:group-hover\:border-red-200{
    --tw-border-opacity: 1;
    border-color: rgba(255, 142, 142, var(--tw-border-opacity));
  }

  .tw .group:hover .sm\:group-hover\:border-red-300{
    --tw-border-opacity: 1;
    border-color: rgba(247, 112, 115, var(--tw-border-opacity));
  }

  .tw .group:hover .sm\:group-hover\:border-red-400{
    --tw-border-opacity: 1;
    border-color: rgba(215, 83, 89, var(--tw-border-opacity));
  }

  .tw .group:hover .sm\:group-hover\:border-red-500{
    --tw-border-opacity: 1;
    border-color: rgba(182, 54, 64, var(--tw-border-opacity));
  }

  .tw .group:hover .sm\:group-hover\:border-red-600{
    --tw-border-opacity: 1;
    border-color: rgba(150, 18, 41, var(--tw-border-opacity));
  }

  .tw .group:hover .sm\:group-hover\:border-red-700{
    --tw-border-opacity: 1;
    border-color: rgba(119, 0, 19, var(--tw-border-opacity));
  }

  .tw .group:hover .sm\:group-hover\:border-red-800{
    --tw-border-opacity: 1;
    border-color: rgba(89, 0, 0, var(--tw-border-opacity));
  }

  .tw .group:hover .sm\:group-hover\:border-red-900{
    --tw-border-opacity: 1;
    border-color: rgba(65, 0, 0, var(--tw-border-opacity));
  }

  .tw .group:hover .sm\:group-hover\:border-red{
    --tw-border-opacity: 1;
    border-color: rgba(211, 80, 86, var(--tw-border-opacity));
  }

  .tw .group:hover .sm\:group-hover\:border-red-brand{
    --tw-border-opacity: 1;
    border-color: rgba(255, 79, 79, var(--tw-border-opacity));
  }

  .tw .group:hover .sm\:group-hover\:border-green-50{
    --tw-border-opacity: 1;
    border-color: rgba(141, 255, 205, var(--tw-border-opacity));
  }

  .tw .group:hover .sm\:group-hover\:border-green-100{
    --tw-border-opacity: 1;
    border-color: rgba(109, 236, 176, var(--tw-border-opacity));
  }

  .tw .group:hover .sm\:group-hover\:border-green-200{
    --tw-border-opacity: 1;
    border-color: rgba(76, 206, 147, var(--tw-border-opacity));
  }

  .tw .group:hover .sm\:group-hover\:border-green-300{
    --tw-border-opacity: 1;
    border-color: rgba(36, 176, 119, var(--tw-border-opacity));
  }

  .tw .group:hover .sm\:group-hover\:border-green-400{
    --tw-border-opacity: 1;
    border-color: rgba(0, 147, 93, var(--tw-border-opacity));
  }

  .tw .group:hover .sm\:group-hover\:border-green-500{
    --tw-border-opacity: 1;
    border-color: rgba(0, 119, 68, var(--tw-border-opacity));
  }

  .tw .group:hover .sm\:group-hover\:border-green-600{
    --tw-border-opacity: 1;
    border-color: rgba(0, 91, 43, var(--tw-border-opacity));
  }

  .tw .group:hover .sm\:group-hover\:border-green-700{
    --tw-border-opacity: 1;
    border-color: rgba(0, 65, 21, var(--tw-border-opacity));
  }

  .tw .group:hover .sm\:group-hover\:border-green-800{
    --tw-border-opacity: 1;
    border-color: rgba(0, 43, 0, var(--tw-border-opacity));
  }

  .tw .group:hover .sm\:group-hover\:border-green-900{
    --tw-border-opacity: 1;
    border-color: rgba(0, 27, 0, var(--tw-border-opacity));
  }

  .tw .group:hover .sm\:group-hover\:border-green{
    --tw-border-opacity: 1;
    border-color: rgba(46, 182, 125, var(--tw-border-opacity));
  }

  .tw .group:hover .sm\:group-hover\:border-yellow-50{
    --tw-border-opacity: 1;
    border-color: rgba(255, 235, 87, var(--tw-border-opacity));
  }

  .tw .group:hover .sm\:group-hover\:border-yellow-100{
    --tw-border-opacity: 1;
    border-color: rgba(255, 205, 55, var(--tw-border-opacity));
  }

  .tw .group:hover .sm\:group-hover\:border-yellow-200{
    --tw-border-opacity: 1;
    border-color: rgba(228, 176, 9, var(--tw-border-opacity));
  }

  .tw .group:hover .sm\:group-hover\:border-yellow-300{
    --tw-border-opacity: 1;
    border-color: rgba(195, 148, 0, var(--tw-border-opacity));
  }

  .tw .group:hover .sm\:group-hover\:border-yellow-400{
    --tw-border-opacity: 1;
    border-color: rgba(163, 121, 0, var(--tw-border-opacity));
  }

  .tw .group:hover .sm\:group-hover\:border-yellow-500{
    --tw-border-opacity: 1;
    border-color: rgba(133, 95, 0, var(--tw-border-opacity));
  }

  .tw .group:hover .sm\:group-hover\:border-yellow-600{
    --tw-border-opacity: 1;
    border-color: rgba(104, 70, 0, var(--tw-border-opacity));
  }

  .tw .group:hover .sm\:group-hover\:border-yellow-700{
    --tw-border-opacity: 1;
    border-color: rgba(79, 46, 0, var(--tw-border-opacity));
  }

  .tw .group:hover .sm\:group-hover\:border-yellow-800{
    --tw-border-opacity: 1;
    border-color: rgba(61, 22, 0, var(--tw-border-opacity));
  }

  .tw .group:hover .sm\:group-hover\:border-yellow-900{
    --tw-border-opacity: 1;
    border-color: rgba(50, 0, 0, var(--tw-border-opacity));
  }

  .tw .group:hover .sm\:group-hover\:border-yellow{
    --tw-border-opacity: 1;
    border-color: rgba(254, 199, 47, var(--tw-border-opacity));
  }

  .tw .group:hover .sm\:group-hover\:border-purple-50{
    --tw-border-opacity: 1;
    border-color: rgba(255, 216, 255, var(--tw-border-opacity));
  }

  .tw .group:hover .sm\:group-hover\:border-purple-100{
    --tw-border-opacity: 1;
    border-color: rgba(240, 186, 255, var(--tw-border-opacity));
  }

  .tw .group:hover .sm\:group-hover\:border-purple-200{
    --tw-border-opacity: 1;
    border-color: rgba(208, 157, 255, var(--tw-border-opacity));
  }

  .tw .group:hover .sm\:group-hover\:border-purple-300{
    --tw-border-opacity: 1;
    border-color: rgba(177, 128, 255, var(--tw-border-opacity));
  }

  .tw .group:hover .sm\:group-hover\:border-purple-400{
    --tw-border-opacity: 1;
    border-color: rgba(146, 101, 233, var(--tw-border-opacity));
  }

  .tw .group:hover .sm\:group-hover\:border-purple-500{
    --tw-border-opacity: 1;
    border-color: rgba(116, 74, 203, var(--tw-border-opacity));
  }

  .tw .group:hover .sm\:group-hover\:border-purple-600{
    --tw-border-opacity: 1;
    border-color: rgba(85, 48, 173, var(--tw-border-opacity));
  }

  .tw .group:hover .sm\:group-hover\:border-purple-700{
    --tw-border-opacity: 1;
    border-color: rgba(53, 22, 144, var(--tw-border-opacity));
  }

  .tw .group:hover .sm\:group-hover\:border-purple-800{
    --tw-border-opacity: 1;
    border-color: rgba(9, 0, 116, var(--tw-border-opacity));
  }

  .tw .group:hover .sm\:group-hover\:border-purple-900{
    --tw-border-opacity: 1;
    border-color: rgba(0, 0, 89, var(--tw-border-opacity));
  }

  .tw .group:hover .sm\:group-hover\:border-purple{
    --tw-border-opacity: 1;
    border-color: rgba(168, 120, 255, var(--tw-border-opacity));
  }

  .tw .group:hover .sm\:group-hover\:border-orange-50{
    --tw-border-opacity: 1;
    border-color: rgba(255, 210, 131, var(--tw-border-opacity));
  }

  .tw .group:hover .sm\:group-hover\:border-orange-100{
    --tw-border-opacity: 1;
    border-color: rgba(255, 180, 103, var(--tw-border-opacity));
  }

  .tw .group:hover .sm\:group-hover\:border-orange-200{
    --tw-border-opacity: 1;
    border-color: rgba(255, 151, 75, var(--tw-border-opacity));
  }

  .tw .group:hover .sm\:group-hover\:border-orange-300{
    --tw-border-opacity: 1;
    border-color: rgba(240, 122, 47, var(--tw-border-opacity));
  }

  .tw .group:hover .sm\:group-hover\:border-orange-400{
    --tw-border-opacity: 1;
    border-color: rgba(206, 95, 17, var(--tw-border-opacity));
  }

  .tw .group:hover .sm\:group-hover\:border-orange-500{
    --tw-border-opacity: 1;
    border-color: rgba(173, 68, 0, var(--tw-border-opacity));
  }

  .tw .group:hover .sm\:group-hover\:border-orange-600{
    --tw-border-opacity: 1;
    border-color: rgba(141, 40, 0, var(--tw-border-opacity));
  }

  .tw .group:hover .sm\:group-hover\:border-orange-700{
    --tw-border-opacity: 1;
    border-color: rgba(111, 6, 0, var(--tw-border-opacity));
  }

  .tw .group:hover .sm\:group-hover\:border-orange-800{
    --tw-border-opacity: 1;
    border-color: rgba(84, 0, 0, var(--tw-border-opacity));
  }

  .tw .group:hover .sm\:group-hover\:border-orange-900{
    --tw-border-opacity: 1;
    border-color: rgba(65, 0, 0, var(--tw-border-opacity));
  }

  .tw .group:hover .sm\:group-hover\:border-orange{
    --tw-border-opacity: 1;
    border-color: rgba(245, 127, 52, var(--tw-border-opacity));
  }

  .tw .group:hover .sm\:group-hover\:border-surface-brand{
    --tw-border-opacity: 1;
    border-color: rgba(26, 26, 26, var(--tw-border-opacity));
  }

  .tw .group:hover .sm\:group-hover\:border-surface-lower{
    --tw-border-opacity: 1;
    border-color: rgba(18, 19, 20, var(--tw-border-opacity));
  }

  .tw .group:hover .sm\:group-hover\:border-surface-base{
    --tw-border-opacity: 1;
    border-color: rgba(29, 30, 31, var(--tw-border-opacity));
  }

  .tw .group:hover .sm\:group-hover\:border-surface-low{
    --tw-border-opacity: 1;
    border-color: rgba(33, 33, 36, var(--tw-border-opacity));
  }

  .tw .group:hover .sm\:group-hover\:border-surface-middle{
    --tw-border-opacity: 1;
    border-color: rgba(38, 38, 42, var(--tw-border-opacity));
  }

  .tw .group:hover .sm\:group-hover\:border-surface-upper{
    --tw-border-opacity: 1;
    border-color: rgba(41, 41, 46, var(--tw-border-opacity));
  }

  .tw .group:hover .sm\:group-hover\:border-surface-high{
    --tw-border-opacity: 1;
    border-color: rgba(52, 52, 53, var(--tw-border-opacity));
  }

  .tw .group:hover .sm\:group-hover\:border-surface-higher{
    --tw-border-opacity: 1;
    border-color: rgba(74, 75, 75, var(--tw-border-opacity));
  }

  .tw .group:hover .sm\:group-hover\:border-surface-highest{
    --tw-border-opacity: 1;
    border-color: rgba(97, 97, 98, var(--tw-border-opacity));
  }

  .tw .group:hover .sm\:group-hover\:border-glyph-base{
    --tw-border-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity));
  }

  .tw .group:hover .sm\:group-hover\:border-glyph-light{
    --tw-border-opacity: 1;
    border-color: rgba(194, 194, 194, var(--tw-border-opacity));
  }

  .tw .group:hover .sm\:group-hover\:border-glyph-lighter{
    --tw-border-opacity: 1;
    border-color: rgba(150, 150, 150, var(--tw-border-opacity));
  }

  .tw .group:hover .sm\:group-hover\:border-glyph-lightest{
    --tw-border-opacity: 1;
    border-color: rgba(80, 80, 80, var(--tw-border-opacity));
  }

  .tw .group:hover .sm\:group-hover\:border-link{
    --tw-border-opacity: 1;
    border-color: rgba(0, 190, 255, var(--tw-border-opacity));
  }

  .tw .group:hover .sm\:group-hover\:border-info-error{
    --tw-border-opacity: 1;
    border-color: rgba(235, 51, 65, var(--tw-border-opacity));
  }

  .tw .group:hover .sm\:group-hover\:border-info-danger{
    --tw-border-opacity: 1;
    border-color: rgba(247, 127, 37, var(--tw-border-opacity));
  }

  .tw .group:hover .sm\:group-hover\:border-info-warn{
    --tw-border-opacity: 1;
    border-color: rgba(255, 200, 47, var(--tw-border-opacity));
  }

  .tw .group:hover .sm\:group-hover\:border-info-ok{
    --tw-border-opacity: 1;
    border-color: rgba(0, 151, 79, var(--tw-border-opacity));
  }

  .tw .group:hover .sm\:group-hover\:border-info-notice{
    --tw-border-opacity: 1;
    border-color: rgba(1, 128, 255, var(--tw-border-opacity));
  }

  .tw .group:hover .sm\:group-hover\:border-accent-1{
    --tw-border-opacity: 1;
    border-color: rgba(255, 93, 105, var(--tw-border-opacity));
  }

  .tw .group:hover .sm\:group-hover\:border-accent-2{
    --tw-border-opacity: 1;
    border-color: rgba(7, 245, 175, var(--tw-border-opacity));
  }

  .tw .group:hover .sm\:group-hover\:border-accent-3{
    --tw-border-opacity: 1;
    border-color: rgba(4, 211, 114, var(--tw-border-opacity));
  }

  .tw .group:hover .sm\:group-hover\:border-accent-4{
    --tw-border-opacity: 1;
    border-color: rgba(132, 81, 245, var(--tw-border-opacity));
  }

  .tw .sm\:focus\:border-current:focus{
    border-color: currentColor;
  }

  .tw .sm\:focus\:border-transparent:focus{
    border-color: transparent;
  }

  .tw .sm\:focus\:border-white:focus{
    --tw-border-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity));
  }

  .tw .sm\:focus\:border-black:focus{
    --tw-border-opacity: 1;
    border-color: rgba(0, 0, 0, var(--tw-border-opacity));
  }

  .tw .sm\:focus\:border-gray-10:focus{
    --tw-border-opacity: 1;
    border-color: rgba(240, 240, 240, var(--tw-border-opacity));
  }

  .tw .sm\:focus\:border-gray-20:focus{
    --tw-border-opacity: 1;
    border-color: rgba(226, 226, 226, var(--tw-border-opacity));
  }

  .tw .sm\:focus\:border-gray-30:focus{
    --tw-border-opacity: 1;
    border-color: rgba(211, 211, 211, var(--tw-border-opacity));
  }

  .tw .sm\:focus\:border-gray-40:focus{
    --tw-border-opacity: 1;
    border-color: rgba(197, 197, 197, var(--tw-border-opacity));
  }

  .tw .sm\:focus\:border-gray-50:focus{
    --tw-border-opacity: 1;
    border-color: rgba(183, 183, 183, var(--tw-border-opacity));
  }

  .tw .sm\:focus\:border-gray-60:focus{
    --tw-border-opacity: 1;
    border-color: rgba(169, 169, 169, var(--tw-border-opacity));
  }

  .tw .sm\:focus\:border-gray-70:focus{
    --tw-border-opacity: 1;
    border-color: rgba(156, 156, 156, var(--tw-border-opacity));
  }

  .tw .sm\:focus\:border-gray-80:focus{
    --tw-border-opacity: 1;
    border-color: rgba(142, 142, 142, var(--tw-border-opacity));
  }

  .tw .sm\:focus\:border-gray-90:focus{
    --tw-border-opacity: 1;
    border-color: rgba(129, 129, 129, var(--tw-border-opacity));
  }

  .tw .sm\:focus\:border-gray-100:focus{
    --tw-border-opacity: 1;
    border-color: rgba(108, 109, 114, var(--tw-border-opacity));
  }

  .tw .sm\:focus\:border-gray-200:focus{
    --tw-border-opacity: 1;
    border-color: rgba(96, 97, 103, var(--tw-border-opacity));
  }

  .tw .sm\:focus\:border-gray-300:focus{
    --tw-border-opacity: 1;
    border-color: rgba(84, 86, 91, var(--tw-border-opacity));
  }

  .tw .sm\:focus\:border-gray-400:focus{
    --tw-border-opacity: 1;
    border-color: rgba(73, 73, 80, var(--tw-border-opacity));
  }

  .tw .sm\:focus\:border-gray-500:focus{
    --tw-border-opacity: 1;
    border-color: rgba(61, 61, 68, var(--tw-border-opacity));
  }

  .tw .sm\:focus\:border-gray-600:focus{
    --tw-border-opacity: 1;
    border-color: rgba(53, 53, 61, var(--tw-border-opacity));
  }

  .tw .sm\:focus\:border-gray-700:focus{
    --tw-border-opacity: 1;
    border-color: rgba(45, 45, 49, var(--tw-border-opacity));
  }

  .tw .sm\:focus\:border-gray-800:focus{
    --tw-border-opacity: 1;
    border-color: rgba(38, 37, 42, var(--tw-border-opacity));
  }

  .tw .sm\:focus\:border-gray-850:focus{
    --tw-border-opacity: 1;
    border-color: rgba(32, 32, 37, var(--tw-border-opacity));
  }

  .tw .sm\:focus\:border-gray-900:focus{
    --tw-border-opacity: 1;
    border-color: rgba(27, 27, 32, var(--tw-border-opacity));
  }

  .tw .sm\:focus\:border-gray-950:focus{
    --tw-border-opacity: 1;
    border-color: rgba(20, 20, 23, var(--tw-border-opacity));
  }

  .tw .sm\:focus\:border-brand-50:focus{
    --tw-border-opacity: 1;
    border-color: rgba(127, 255, 255, var(--tw-border-opacity));
  }

  .tw .sm\:focus\:border-brand-100:focus{
    --tw-border-opacity: 1;
    border-color: rgba(87, 226, 255, var(--tw-border-opacity));
  }

  .tw .sm\:focus\:border-brand-200:focus{
    --tw-border-opacity: 1;
    border-color: rgba(32, 197, 255, var(--tw-border-opacity));
  }

  .tw .sm\:focus\:border-brand-300:focus{
    --tw-border-opacity: 1;
    border-color: rgba(0, 167, 231, var(--tw-border-opacity));
  }

  .tw .sm\:focus\:border-brand-400:focus{
    --tw-border-opacity: 1;
    border-color: rgba(0, 139, 201, var(--tw-border-opacity));
  }

  .tw .sm\:focus\:border-brand-500:focus{
    --tw-border-opacity: 1;
    border-color: rgba(0, 112, 172, var(--tw-border-opacity));
  }

  .tw .sm\:focus\:border-brand-600:focus{
    --tw-border-opacity: 1;
    border-color: rgba(0, 86, 143, var(--tw-border-opacity));
  }

  .tw .sm\:focus\:border-brand-700:focus{
    --tw-border-opacity: 1;
    border-color: rgba(0, 62, 116, var(--tw-border-opacity));
  }

  .tw .sm\:focus\:border-brand-800:focus{
    --tw-border-opacity: 1;
    border-color: rgba(0, 39, 89, var(--tw-border-opacity));
  }

  .tw .sm\:focus\:border-brand-900:focus{
    --tw-border-opacity: 1;
    border-color: rgba(0, 18, 63, var(--tw-border-opacity));
  }

  .tw .sm\:focus\:border-brand:focus{
    --tw-border-opacity: 1;
    border-color: rgba(0, 190, 255, var(--tw-border-opacity));
  }

  .tw .sm\:focus\:border-brand-base:focus{
    --tw-border-opacity: 1;
    border-color: rgba(0, 190, 255, var(--tw-border-opacity));
  }

  .tw .sm\:focus\:border-red-50:focus{
    --tw-border-opacity: 1;
    border-color: rgba(255, 202, 200, var(--tw-border-opacity));
  }

  .tw .sm\:focus\:border-red-100:focus{
    --tw-border-opacity: 1;
    border-color: rgba(255, 171, 171, var(--tw-border-opacity));
  }

  .tw .sm\:focus\:border-red-200:focus{
    --tw-border-opacity: 1;
    border-color: rgba(255, 142, 142, var(--tw-border-opacity));
  }

  .tw .sm\:focus\:border-red-300:focus{
    --tw-border-opacity: 1;
    border-color: rgba(247, 112, 115, var(--tw-border-opacity));
  }

  .tw .sm\:focus\:border-red-400:focus{
    --tw-border-opacity: 1;
    border-color: rgba(215, 83, 89, var(--tw-border-opacity));
  }

  .tw .sm\:focus\:border-red-500:focus{
    --tw-border-opacity: 1;
    border-color: rgba(182, 54, 64, var(--tw-border-opacity));
  }

  .tw .sm\:focus\:border-red-600:focus{
    --tw-border-opacity: 1;
    border-color: rgba(150, 18, 41, var(--tw-border-opacity));
  }

  .tw .sm\:focus\:border-red-700:focus{
    --tw-border-opacity: 1;
    border-color: rgba(119, 0, 19, var(--tw-border-opacity));
  }

  .tw .sm\:focus\:border-red-800:focus{
    --tw-border-opacity: 1;
    border-color: rgba(89, 0, 0, var(--tw-border-opacity));
  }

  .tw .sm\:focus\:border-red-900:focus{
    --tw-border-opacity: 1;
    border-color: rgba(65, 0, 0, var(--tw-border-opacity));
  }

  .tw .sm\:focus\:border-red:focus{
    --tw-border-opacity: 1;
    border-color: rgba(211, 80, 86, var(--tw-border-opacity));
  }

  .tw .sm\:focus\:border-red-brand:focus{
    --tw-border-opacity: 1;
    border-color: rgba(255, 79, 79, var(--tw-border-opacity));
  }

  .tw .sm\:focus\:border-green-50:focus{
    --tw-border-opacity: 1;
    border-color: rgba(141, 255, 205, var(--tw-border-opacity));
  }

  .tw .sm\:focus\:border-green-100:focus{
    --tw-border-opacity: 1;
    border-color: rgba(109, 236, 176, var(--tw-border-opacity));
  }

  .tw .sm\:focus\:border-green-200:focus{
    --tw-border-opacity: 1;
    border-color: rgba(76, 206, 147, var(--tw-border-opacity));
  }

  .tw .sm\:focus\:border-green-300:focus{
    --tw-border-opacity: 1;
    border-color: rgba(36, 176, 119, var(--tw-border-opacity));
  }

  .tw .sm\:focus\:border-green-400:focus{
    --tw-border-opacity: 1;
    border-color: rgba(0, 147, 93, var(--tw-border-opacity));
  }

  .tw .sm\:focus\:border-green-500:focus{
    --tw-border-opacity: 1;
    border-color: rgba(0, 119, 68, var(--tw-border-opacity));
  }

  .tw .sm\:focus\:border-green-600:focus{
    --tw-border-opacity: 1;
    border-color: rgba(0, 91, 43, var(--tw-border-opacity));
  }

  .tw .sm\:focus\:border-green-700:focus{
    --tw-border-opacity: 1;
    border-color: rgba(0, 65, 21, var(--tw-border-opacity));
  }

  .tw .sm\:focus\:border-green-800:focus{
    --tw-border-opacity: 1;
    border-color: rgba(0, 43, 0, var(--tw-border-opacity));
  }

  .tw .sm\:focus\:border-green-900:focus{
    --tw-border-opacity: 1;
    border-color: rgba(0, 27, 0, var(--tw-border-opacity));
  }

  .tw .sm\:focus\:border-green:focus{
    --tw-border-opacity: 1;
    border-color: rgba(46, 182, 125, var(--tw-border-opacity));
  }

  .tw .sm\:focus\:border-yellow-50:focus{
    --tw-border-opacity: 1;
    border-color: rgba(255, 235, 87, var(--tw-border-opacity));
  }

  .tw .sm\:focus\:border-yellow-100:focus{
    --tw-border-opacity: 1;
    border-color: rgba(255, 205, 55, var(--tw-border-opacity));
  }

  .tw .sm\:focus\:border-yellow-200:focus{
    --tw-border-opacity: 1;
    border-color: rgba(228, 176, 9, var(--tw-border-opacity));
  }

  .tw .sm\:focus\:border-yellow-300:focus{
    --tw-border-opacity: 1;
    border-color: rgba(195, 148, 0, var(--tw-border-opacity));
  }

  .tw .sm\:focus\:border-yellow-400:focus{
    --tw-border-opacity: 1;
    border-color: rgba(163, 121, 0, var(--tw-border-opacity));
  }

  .tw .sm\:focus\:border-yellow-500:focus{
    --tw-border-opacity: 1;
    border-color: rgba(133, 95, 0, var(--tw-border-opacity));
  }

  .tw .sm\:focus\:border-yellow-600:focus{
    --tw-border-opacity: 1;
    border-color: rgba(104, 70, 0, var(--tw-border-opacity));
  }

  .tw .sm\:focus\:border-yellow-700:focus{
    --tw-border-opacity: 1;
    border-color: rgba(79, 46, 0, var(--tw-border-opacity));
  }

  .tw .sm\:focus\:border-yellow-800:focus{
    --tw-border-opacity: 1;
    border-color: rgba(61, 22, 0, var(--tw-border-opacity));
  }

  .tw .sm\:focus\:border-yellow-900:focus{
    --tw-border-opacity: 1;
    border-color: rgba(50, 0, 0, var(--tw-border-opacity));
  }

  .tw .sm\:focus\:border-yellow:focus{
    --tw-border-opacity: 1;
    border-color: rgba(254, 199, 47, var(--tw-border-opacity));
  }

  .tw .sm\:focus\:border-purple-50:focus{
    --tw-border-opacity: 1;
    border-color: rgba(255, 216, 255, var(--tw-border-opacity));
  }

  .tw .sm\:focus\:border-purple-100:focus{
    --tw-border-opacity: 1;
    border-color: rgba(240, 186, 255, var(--tw-border-opacity));
  }

  .tw .sm\:focus\:border-purple-200:focus{
    --tw-border-opacity: 1;
    border-color: rgba(208, 157, 255, var(--tw-border-opacity));
  }

  .tw .sm\:focus\:border-purple-300:focus{
    --tw-border-opacity: 1;
    border-color: rgba(177, 128, 255, var(--tw-border-opacity));
  }

  .tw .sm\:focus\:border-purple-400:focus{
    --tw-border-opacity: 1;
    border-color: rgba(146, 101, 233, var(--tw-border-opacity));
  }

  .tw .sm\:focus\:border-purple-500:focus{
    --tw-border-opacity: 1;
    border-color: rgba(116, 74, 203, var(--tw-border-opacity));
  }

  .tw .sm\:focus\:border-purple-600:focus{
    --tw-border-opacity: 1;
    border-color: rgba(85, 48, 173, var(--tw-border-opacity));
  }

  .tw .sm\:focus\:border-purple-700:focus{
    --tw-border-opacity: 1;
    border-color: rgba(53, 22, 144, var(--tw-border-opacity));
  }

  .tw .sm\:focus\:border-purple-800:focus{
    --tw-border-opacity: 1;
    border-color: rgba(9, 0, 116, var(--tw-border-opacity));
  }

  .tw .sm\:focus\:border-purple-900:focus{
    --tw-border-opacity: 1;
    border-color: rgba(0, 0, 89, var(--tw-border-opacity));
  }

  .tw .sm\:focus\:border-purple:focus{
    --tw-border-opacity: 1;
    border-color: rgba(168, 120, 255, var(--tw-border-opacity));
  }

  .tw .sm\:focus\:border-orange-50:focus{
    --tw-border-opacity: 1;
    border-color: rgba(255, 210, 131, var(--tw-border-opacity));
  }

  .tw .sm\:focus\:border-orange-100:focus{
    --tw-border-opacity: 1;
    border-color: rgba(255, 180, 103, var(--tw-border-opacity));
  }

  .tw .sm\:focus\:border-orange-200:focus{
    --tw-border-opacity: 1;
    border-color: rgba(255, 151, 75, var(--tw-border-opacity));
  }

  .tw .sm\:focus\:border-orange-300:focus{
    --tw-border-opacity: 1;
    border-color: rgba(240, 122, 47, var(--tw-border-opacity));
  }

  .tw .sm\:focus\:border-orange-400:focus{
    --tw-border-opacity: 1;
    border-color: rgba(206, 95, 17, var(--tw-border-opacity));
  }

  .tw .sm\:focus\:border-orange-500:focus{
    --tw-border-opacity: 1;
    border-color: rgba(173, 68, 0, var(--tw-border-opacity));
  }

  .tw .sm\:focus\:border-orange-600:focus{
    --tw-border-opacity: 1;
    border-color: rgba(141, 40, 0, var(--tw-border-opacity));
  }

  .tw .sm\:focus\:border-orange-700:focus{
    --tw-border-opacity: 1;
    border-color: rgba(111, 6, 0, var(--tw-border-opacity));
  }

  .tw .sm\:focus\:border-orange-800:focus{
    --tw-border-opacity: 1;
    border-color: rgba(84, 0, 0, var(--tw-border-opacity));
  }

  .tw .sm\:focus\:border-orange-900:focus{
    --tw-border-opacity: 1;
    border-color: rgba(65, 0, 0, var(--tw-border-opacity));
  }

  .tw .sm\:focus\:border-orange:focus{
    --tw-border-opacity: 1;
    border-color: rgba(245, 127, 52, var(--tw-border-opacity));
  }

  .tw .sm\:focus\:border-surface-brand:focus{
    --tw-border-opacity: 1;
    border-color: rgba(26, 26, 26, var(--tw-border-opacity));
  }

  .tw .sm\:focus\:border-surface-lower:focus{
    --tw-border-opacity: 1;
    border-color: rgba(18, 19, 20, var(--tw-border-opacity));
  }

  .tw .sm\:focus\:border-surface-base:focus{
    --tw-border-opacity: 1;
    border-color: rgba(29, 30, 31, var(--tw-border-opacity));
  }

  .tw .sm\:focus\:border-surface-low:focus{
    --tw-border-opacity: 1;
    border-color: rgba(33, 33, 36, var(--tw-border-opacity));
  }

  .tw .sm\:focus\:border-surface-middle:focus{
    --tw-border-opacity: 1;
    border-color: rgba(38, 38, 42, var(--tw-border-opacity));
  }

  .tw .sm\:focus\:border-surface-upper:focus{
    --tw-border-opacity: 1;
    border-color: rgba(41, 41, 46, var(--tw-border-opacity));
  }

  .tw .sm\:focus\:border-surface-high:focus{
    --tw-border-opacity: 1;
    border-color: rgba(52, 52, 53, var(--tw-border-opacity));
  }

  .tw .sm\:focus\:border-surface-higher:focus{
    --tw-border-opacity: 1;
    border-color: rgba(74, 75, 75, var(--tw-border-opacity));
  }

  .tw .sm\:focus\:border-surface-highest:focus{
    --tw-border-opacity: 1;
    border-color: rgba(97, 97, 98, var(--tw-border-opacity));
  }

  .tw .sm\:focus\:border-glyph-base:focus{
    --tw-border-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity));
  }

  .tw .sm\:focus\:border-glyph-light:focus{
    --tw-border-opacity: 1;
    border-color: rgba(194, 194, 194, var(--tw-border-opacity));
  }

  .tw .sm\:focus\:border-glyph-lighter:focus{
    --tw-border-opacity: 1;
    border-color: rgba(150, 150, 150, var(--tw-border-opacity));
  }

  .tw .sm\:focus\:border-glyph-lightest:focus{
    --tw-border-opacity: 1;
    border-color: rgba(80, 80, 80, var(--tw-border-opacity));
  }

  .tw .sm\:focus\:border-link:focus{
    --tw-border-opacity: 1;
    border-color: rgba(0, 190, 255, var(--tw-border-opacity));
  }

  .tw .sm\:focus\:border-info-error:focus{
    --tw-border-opacity: 1;
    border-color: rgba(235, 51, 65, var(--tw-border-opacity));
  }

  .tw .sm\:focus\:border-info-danger:focus{
    --tw-border-opacity: 1;
    border-color: rgba(247, 127, 37, var(--tw-border-opacity));
  }

  .tw .sm\:focus\:border-info-warn:focus{
    --tw-border-opacity: 1;
    border-color: rgba(255, 200, 47, var(--tw-border-opacity));
  }

  .tw .sm\:focus\:border-info-ok:focus{
    --tw-border-opacity: 1;
    border-color: rgba(0, 151, 79, var(--tw-border-opacity));
  }

  .tw .sm\:focus\:border-info-notice:focus{
    --tw-border-opacity: 1;
    border-color: rgba(1, 128, 255, var(--tw-border-opacity));
  }

  .tw .sm\:focus\:border-accent-1:focus{
    --tw-border-opacity: 1;
    border-color: rgba(255, 93, 105, var(--tw-border-opacity));
  }

  .tw .sm\:focus\:border-accent-2:focus{
    --tw-border-opacity: 1;
    border-color: rgba(7, 245, 175, var(--tw-border-opacity));
  }

  .tw .sm\:focus\:border-accent-3:focus{
    --tw-border-opacity: 1;
    border-color: rgba(4, 211, 114, var(--tw-border-opacity));
  }

  .tw .sm\:focus\:border-accent-4:focus{
    --tw-border-opacity: 1;
    border-color: rgba(132, 81, 245, var(--tw-border-opacity));
  }

  .tw .sm\:checked\:border-current:checked{
    border-color: currentColor;
  }

  .tw .sm\:checked\:border-transparent:checked{
    border-color: transparent;
  }

  .tw .sm\:checked\:border-white:checked{
    --tw-border-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity));
  }

  .tw .sm\:checked\:border-black:checked{
    --tw-border-opacity: 1;
    border-color: rgba(0, 0, 0, var(--tw-border-opacity));
  }

  .tw .sm\:checked\:border-gray-10:checked{
    --tw-border-opacity: 1;
    border-color: rgba(240, 240, 240, var(--tw-border-opacity));
  }

  .tw .sm\:checked\:border-gray-20:checked{
    --tw-border-opacity: 1;
    border-color: rgba(226, 226, 226, var(--tw-border-opacity));
  }

  .tw .sm\:checked\:border-gray-30:checked{
    --tw-border-opacity: 1;
    border-color: rgba(211, 211, 211, var(--tw-border-opacity));
  }

  .tw .sm\:checked\:border-gray-40:checked{
    --tw-border-opacity: 1;
    border-color: rgba(197, 197, 197, var(--tw-border-opacity));
  }

  .tw .sm\:checked\:border-gray-50:checked{
    --tw-border-opacity: 1;
    border-color: rgba(183, 183, 183, var(--tw-border-opacity));
  }

  .tw .sm\:checked\:border-gray-60:checked{
    --tw-border-opacity: 1;
    border-color: rgba(169, 169, 169, var(--tw-border-opacity));
  }

  .tw .sm\:checked\:border-gray-70:checked{
    --tw-border-opacity: 1;
    border-color: rgba(156, 156, 156, var(--tw-border-opacity));
  }

  .tw .sm\:checked\:border-gray-80:checked{
    --tw-border-opacity: 1;
    border-color: rgba(142, 142, 142, var(--tw-border-opacity));
  }

  .tw .sm\:checked\:border-gray-90:checked{
    --tw-border-opacity: 1;
    border-color: rgba(129, 129, 129, var(--tw-border-opacity));
  }

  .tw .sm\:checked\:border-gray-100:checked{
    --tw-border-opacity: 1;
    border-color: rgba(108, 109, 114, var(--tw-border-opacity));
  }

  .tw .sm\:checked\:border-gray-200:checked{
    --tw-border-opacity: 1;
    border-color: rgba(96, 97, 103, var(--tw-border-opacity));
  }

  .tw .sm\:checked\:border-gray-300:checked{
    --tw-border-opacity: 1;
    border-color: rgba(84, 86, 91, var(--tw-border-opacity));
  }

  .tw .sm\:checked\:border-gray-400:checked{
    --tw-border-opacity: 1;
    border-color: rgba(73, 73, 80, var(--tw-border-opacity));
  }

  .tw .sm\:checked\:border-gray-500:checked{
    --tw-border-opacity: 1;
    border-color: rgba(61, 61, 68, var(--tw-border-opacity));
  }

  .tw .sm\:checked\:border-gray-600:checked{
    --tw-border-opacity: 1;
    border-color: rgba(53, 53, 61, var(--tw-border-opacity));
  }

  .tw .sm\:checked\:border-gray-700:checked{
    --tw-border-opacity: 1;
    border-color: rgba(45, 45, 49, var(--tw-border-opacity));
  }

  .tw .sm\:checked\:border-gray-800:checked{
    --tw-border-opacity: 1;
    border-color: rgba(38, 37, 42, var(--tw-border-opacity));
  }

  .tw .sm\:checked\:border-gray-850:checked{
    --tw-border-opacity: 1;
    border-color: rgba(32, 32, 37, var(--tw-border-opacity));
  }

  .tw .sm\:checked\:border-gray-900:checked{
    --tw-border-opacity: 1;
    border-color: rgba(27, 27, 32, var(--tw-border-opacity));
  }

  .tw .sm\:checked\:border-gray-950:checked{
    --tw-border-opacity: 1;
    border-color: rgba(20, 20, 23, var(--tw-border-opacity));
  }

  .tw .sm\:checked\:border-brand-50:checked{
    --tw-border-opacity: 1;
    border-color: rgba(127, 255, 255, var(--tw-border-opacity));
  }

  .tw .sm\:checked\:border-brand-100:checked{
    --tw-border-opacity: 1;
    border-color: rgba(87, 226, 255, var(--tw-border-opacity));
  }

  .tw .sm\:checked\:border-brand-200:checked{
    --tw-border-opacity: 1;
    border-color: rgba(32, 197, 255, var(--tw-border-opacity));
  }

  .tw .sm\:checked\:border-brand-300:checked{
    --tw-border-opacity: 1;
    border-color: rgba(0, 167, 231, var(--tw-border-opacity));
  }

  .tw .sm\:checked\:border-brand-400:checked{
    --tw-border-opacity: 1;
    border-color: rgba(0, 139, 201, var(--tw-border-opacity));
  }

  .tw .sm\:checked\:border-brand-500:checked{
    --tw-border-opacity: 1;
    border-color: rgba(0, 112, 172, var(--tw-border-opacity));
  }

  .tw .sm\:checked\:border-brand-600:checked{
    --tw-border-opacity: 1;
    border-color: rgba(0, 86, 143, var(--tw-border-opacity));
  }

  .tw .sm\:checked\:border-brand-700:checked{
    --tw-border-opacity: 1;
    border-color: rgba(0, 62, 116, var(--tw-border-opacity));
  }

  .tw .sm\:checked\:border-brand-800:checked{
    --tw-border-opacity: 1;
    border-color: rgba(0, 39, 89, var(--tw-border-opacity));
  }

  .tw .sm\:checked\:border-brand-900:checked{
    --tw-border-opacity: 1;
    border-color: rgba(0, 18, 63, var(--tw-border-opacity));
  }

  .tw .sm\:checked\:border-brand:checked{
    --tw-border-opacity: 1;
    border-color: rgba(0, 190, 255, var(--tw-border-opacity));
  }

  .tw .sm\:checked\:border-brand-base:checked{
    --tw-border-opacity: 1;
    border-color: rgba(0, 190, 255, var(--tw-border-opacity));
  }

  .tw .sm\:checked\:border-red-50:checked{
    --tw-border-opacity: 1;
    border-color: rgba(255, 202, 200, var(--tw-border-opacity));
  }

  .tw .sm\:checked\:border-red-100:checked{
    --tw-border-opacity: 1;
    border-color: rgba(255, 171, 171, var(--tw-border-opacity));
  }

  .tw .sm\:checked\:border-red-200:checked{
    --tw-border-opacity: 1;
    border-color: rgba(255, 142, 142, var(--tw-border-opacity));
  }

  .tw .sm\:checked\:border-red-300:checked{
    --tw-border-opacity: 1;
    border-color: rgba(247, 112, 115, var(--tw-border-opacity));
  }

  .tw .sm\:checked\:border-red-400:checked{
    --tw-border-opacity: 1;
    border-color: rgba(215, 83, 89, var(--tw-border-opacity));
  }

  .tw .sm\:checked\:border-red-500:checked{
    --tw-border-opacity: 1;
    border-color: rgba(182, 54, 64, var(--tw-border-opacity));
  }

  .tw .sm\:checked\:border-red-600:checked{
    --tw-border-opacity: 1;
    border-color: rgba(150, 18, 41, var(--tw-border-opacity));
  }

  .tw .sm\:checked\:border-red-700:checked{
    --tw-border-opacity: 1;
    border-color: rgba(119, 0, 19, var(--tw-border-opacity));
  }

  .tw .sm\:checked\:border-red-800:checked{
    --tw-border-opacity: 1;
    border-color: rgba(89, 0, 0, var(--tw-border-opacity));
  }

  .tw .sm\:checked\:border-red-900:checked{
    --tw-border-opacity: 1;
    border-color: rgba(65, 0, 0, var(--tw-border-opacity));
  }

  .tw .sm\:checked\:border-red:checked{
    --tw-border-opacity: 1;
    border-color: rgba(211, 80, 86, var(--tw-border-opacity));
  }

  .tw .sm\:checked\:border-red-brand:checked{
    --tw-border-opacity: 1;
    border-color: rgba(255, 79, 79, var(--tw-border-opacity));
  }

  .tw .sm\:checked\:border-green-50:checked{
    --tw-border-opacity: 1;
    border-color: rgba(141, 255, 205, var(--tw-border-opacity));
  }

  .tw .sm\:checked\:border-green-100:checked{
    --tw-border-opacity: 1;
    border-color: rgba(109, 236, 176, var(--tw-border-opacity));
  }

  .tw .sm\:checked\:border-green-200:checked{
    --tw-border-opacity: 1;
    border-color: rgba(76, 206, 147, var(--tw-border-opacity));
  }

  .tw .sm\:checked\:border-green-300:checked{
    --tw-border-opacity: 1;
    border-color: rgba(36, 176, 119, var(--tw-border-opacity));
  }

  .tw .sm\:checked\:border-green-400:checked{
    --tw-border-opacity: 1;
    border-color: rgba(0, 147, 93, var(--tw-border-opacity));
  }

  .tw .sm\:checked\:border-green-500:checked{
    --tw-border-opacity: 1;
    border-color: rgba(0, 119, 68, var(--tw-border-opacity));
  }

  .tw .sm\:checked\:border-green-600:checked{
    --tw-border-opacity: 1;
    border-color: rgba(0, 91, 43, var(--tw-border-opacity));
  }

  .tw .sm\:checked\:border-green-700:checked{
    --tw-border-opacity: 1;
    border-color: rgba(0, 65, 21, var(--tw-border-opacity));
  }

  .tw .sm\:checked\:border-green-800:checked{
    --tw-border-opacity: 1;
    border-color: rgba(0, 43, 0, var(--tw-border-opacity));
  }

  .tw .sm\:checked\:border-green-900:checked{
    --tw-border-opacity: 1;
    border-color: rgba(0, 27, 0, var(--tw-border-opacity));
  }

  .tw .sm\:checked\:border-green:checked{
    --tw-border-opacity: 1;
    border-color: rgba(46, 182, 125, var(--tw-border-opacity));
  }

  .tw .sm\:checked\:border-yellow-50:checked{
    --tw-border-opacity: 1;
    border-color: rgba(255, 235, 87, var(--tw-border-opacity));
  }

  .tw .sm\:checked\:border-yellow-100:checked{
    --tw-border-opacity: 1;
    border-color: rgba(255, 205, 55, var(--tw-border-opacity));
  }

  .tw .sm\:checked\:border-yellow-200:checked{
    --tw-border-opacity: 1;
    border-color: rgba(228, 176, 9, var(--tw-border-opacity));
  }

  .tw .sm\:checked\:border-yellow-300:checked{
    --tw-border-opacity: 1;
    border-color: rgba(195, 148, 0, var(--tw-border-opacity));
  }

  .tw .sm\:checked\:border-yellow-400:checked{
    --tw-border-opacity: 1;
    border-color: rgba(163, 121, 0, var(--tw-border-opacity));
  }

  .tw .sm\:checked\:border-yellow-500:checked{
    --tw-border-opacity: 1;
    border-color: rgba(133, 95, 0, var(--tw-border-opacity));
  }

  .tw .sm\:checked\:border-yellow-600:checked{
    --tw-border-opacity: 1;
    border-color: rgba(104, 70, 0, var(--tw-border-opacity));
  }

  .tw .sm\:checked\:border-yellow-700:checked{
    --tw-border-opacity: 1;
    border-color: rgba(79, 46, 0, var(--tw-border-opacity));
  }

  .tw .sm\:checked\:border-yellow-800:checked{
    --tw-border-opacity: 1;
    border-color: rgba(61, 22, 0, var(--tw-border-opacity));
  }

  .tw .sm\:checked\:border-yellow-900:checked{
    --tw-border-opacity: 1;
    border-color: rgba(50, 0, 0, var(--tw-border-opacity));
  }

  .tw .sm\:checked\:border-yellow:checked{
    --tw-border-opacity: 1;
    border-color: rgba(254, 199, 47, var(--tw-border-opacity));
  }

  .tw .sm\:checked\:border-purple-50:checked{
    --tw-border-opacity: 1;
    border-color: rgba(255, 216, 255, var(--tw-border-opacity));
  }

  .tw .sm\:checked\:border-purple-100:checked{
    --tw-border-opacity: 1;
    border-color: rgba(240, 186, 255, var(--tw-border-opacity));
  }

  .tw .sm\:checked\:border-purple-200:checked{
    --tw-border-opacity: 1;
    border-color: rgba(208, 157, 255, var(--tw-border-opacity));
  }

  .tw .sm\:checked\:border-purple-300:checked{
    --tw-border-opacity: 1;
    border-color: rgba(177, 128, 255, var(--tw-border-opacity));
  }

  .tw .sm\:checked\:border-purple-400:checked{
    --tw-border-opacity: 1;
    border-color: rgba(146, 101, 233, var(--tw-border-opacity));
  }

  .tw .sm\:checked\:border-purple-500:checked{
    --tw-border-opacity: 1;
    border-color: rgba(116, 74, 203, var(--tw-border-opacity));
  }

  .tw .sm\:checked\:border-purple-600:checked{
    --tw-border-opacity: 1;
    border-color: rgba(85, 48, 173, var(--tw-border-opacity));
  }

  .tw .sm\:checked\:border-purple-700:checked{
    --tw-border-opacity: 1;
    border-color: rgba(53, 22, 144, var(--tw-border-opacity));
  }

  .tw .sm\:checked\:border-purple-800:checked{
    --tw-border-opacity: 1;
    border-color: rgba(9, 0, 116, var(--tw-border-opacity));
  }

  .tw .sm\:checked\:border-purple-900:checked{
    --tw-border-opacity: 1;
    border-color: rgba(0, 0, 89, var(--tw-border-opacity));
  }

  .tw .sm\:checked\:border-purple:checked{
    --tw-border-opacity: 1;
    border-color: rgba(168, 120, 255, var(--tw-border-opacity));
  }

  .tw .sm\:checked\:border-orange-50:checked{
    --tw-border-opacity: 1;
    border-color: rgba(255, 210, 131, var(--tw-border-opacity));
  }

  .tw .sm\:checked\:border-orange-100:checked{
    --tw-border-opacity: 1;
    border-color: rgba(255, 180, 103, var(--tw-border-opacity));
  }

  .tw .sm\:checked\:border-orange-200:checked{
    --tw-border-opacity: 1;
    border-color: rgba(255, 151, 75, var(--tw-border-opacity));
  }

  .tw .sm\:checked\:border-orange-300:checked{
    --tw-border-opacity: 1;
    border-color: rgba(240, 122, 47, var(--tw-border-opacity));
  }

  .tw .sm\:checked\:border-orange-400:checked{
    --tw-border-opacity: 1;
    border-color: rgba(206, 95, 17, var(--tw-border-opacity));
  }

  .tw .sm\:checked\:border-orange-500:checked{
    --tw-border-opacity: 1;
    border-color: rgba(173, 68, 0, var(--tw-border-opacity));
  }

  .tw .sm\:checked\:border-orange-600:checked{
    --tw-border-opacity: 1;
    border-color: rgba(141, 40, 0, var(--tw-border-opacity));
  }

  .tw .sm\:checked\:border-orange-700:checked{
    --tw-border-opacity: 1;
    border-color: rgba(111, 6, 0, var(--tw-border-opacity));
  }

  .tw .sm\:checked\:border-orange-800:checked{
    --tw-border-opacity: 1;
    border-color: rgba(84, 0, 0, var(--tw-border-opacity));
  }

  .tw .sm\:checked\:border-orange-900:checked{
    --tw-border-opacity: 1;
    border-color: rgba(65, 0, 0, var(--tw-border-opacity));
  }

  .tw .sm\:checked\:border-orange:checked{
    --tw-border-opacity: 1;
    border-color: rgba(245, 127, 52, var(--tw-border-opacity));
  }

  .tw .sm\:checked\:border-surface-brand:checked{
    --tw-border-opacity: 1;
    border-color: rgba(26, 26, 26, var(--tw-border-opacity));
  }

  .tw .sm\:checked\:border-surface-lower:checked{
    --tw-border-opacity: 1;
    border-color: rgba(18, 19, 20, var(--tw-border-opacity));
  }

  .tw .sm\:checked\:border-surface-base:checked{
    --tw-border-opacity: 1;
    border-color: rgba(29, 30, 31, var(--tw-border-opacity));
  }

  .tw .sm\:checked\:border-surface-low:checked{
    --tw-border-opacity: 1;
    border-color: rgba(33, 33, 36, var(--tw-border-opacity));
  }

  .tw .sm\:checked\:border-surface-middle:checked{
    --tw-border-opacity: 1;
    border-color: rgba(38, 38, 42, var(--tw-border-opacity));
  }

  .tw .sm\:checked\:border-surface-upper:checked{
    --tw-border-opacity: 1;
    border-color: rgba(41, 41, 46, var(--tw-border-opacity));
  }

  .tw .sm\:checked\:border-surface-high:checked{
    --tw-border-opacity: 1;
    border-color: rgba(52, 52, 53, var(--tw-border-opacity));
  }

  .tw .sm\:checked\:border-surface-higher:checked{
    --tw-border-opacity: 1;
    border-color: rgba(74, 75, 75, var(--tw-border-opacity));
  }

  .tw .sm\:checked\:border-surface-highest:checked{
    --tw-border-opacity: 1;
    border-color: rgba(97, 97, 98, var(--tw-border-opacity));
  }

  .tw .sm\:checked\:border-glyph-base:checked{
    --tw-border-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity));
  }

  .tw .sm\:checked\:border-glyph-light:checked{
    --tw-border-opacity: 1;
    border-color: rgba(194, 194, 194, var(--tw-border-opacity));
  }

  .tw .sm\:checked\:border-glyph-lighter:checked{
    --tw-border-opacity: 1;
    border-color: rgba(150, 150, 150, var(--tw-border-opacity));
  }

  .tw .sm\:checked\:border-glyph-lightest:checked{
    --tw-border-opacity: 1;
    border-color: rgba(80, 80, 80, var(--tw-border-opacity));
  }

  .tw .sm\:checked\:border-link:checked{
    --tw-border-opacity: 1;
    border-color: rgba(0, 190, 255, var(--tw-border-opacity));
  }

  .tw .sm\:checked\:border-info-error:checked{
    --tw-border-opacity: 1;
    border-color: rgba(235, 51, 65, var(--tw-border-opacity));
  }

  .tw .sm\:checked\:border-info-danger:checked{
    --tw-border-opacity: 1;
    border-color: rgba(247, 127, 37, var(--tw-border-opacity));
  }

  .tw .sm\:checked\:border-info-warn:checked{
    --tw-border-opacity: 1;
    border-color: rgba(255, 200, 47, var(--tw-border-opacity));
  }

  .tw .sm\:checked\:border-info-ok:checked{
    --tw-border-opacity: 1;
    border-color: rgba(0, 151, 79, var(--tw-border-opacity));
  }

  .tw .sm\:checked\:border-info-notice:checked{
    --tw-border-opacity: 1;
    border-color: rgba(1, 128, 255, var(--tw-border-opacity));
  }

  .tw .sm\:checked\:border-accent-1:checked{
    --tw-border-opacity: 1;
    border-color: rgba(255, 93, 105, var(--tw-border-opacity));
  }

  .tw .sm\:checked\:border-accent-2:checked{
    --tw-border-opacity: 1;
    border-color: rgba(7, 245, 175, var(--tw-border-opacity));
  }

  .tw .sm\:checked\:border-accent-3:checked{
    --tw-border-opacity: 1;
    border-color: rgba(4, 211, 114, var(--tw-border-opacity));
  }

  .tw .sm\:checked\:border-accent-4:checked{
    --tw-border-opacity: 1;
    border-color: rgba(132, 81, 245, var(--tw-border-opacity));
  }

  .tw .sm\:border-opacity-0{
    --tw-border-opacity: 0;
  }

  .tw .sm\:border-opacity-5{
    --tw-border-opacity: 0.05;
  }

  .tw .sm\:border-opacity-10{
    --tw-border-opacity: 0.1;
  }

  .tw .sm\:border-opacity-15{
    --tw-border-opacity: 0.15;
  }

  .tw .sm\:border-opacity-20{
    --tw-border-opacity: 0.2;
  }

  .tw .sm\:border-opacity-25{
    --tw-border-opacity: 0.25;
  }

  .tw .sm\:border-opacity-30{
    --tw-border-opacity: 0.3;
  }

  .tw .sm\:border-opacity-40{
    --tw-border-opacity: 0.4;
  }

  .tw .sm\:border-opacity-50{
    --tw-border-opacity: 0.5;
  }

  .tw .sm\:border-opacity-60{
    --tw-border-opacity: 0.6;
  }

  .tw .sm\:border-opacity-70{
    --tw-border-opacity: 0.7;
  }

  .tw .sm\:border-opacity-75{
    --tw-border-opacity: 0.75;
  }

  .tw .sm\:border-opacity-80{
    --tw-border-opacity: 0.8;
  }

  .tw .sm\:border-opacity-90{
    --tw-border-opacity: 0.9;
  }

  .tw .sm\:border-opacity-95{
    --tw-border-opacity: 0.95;
  }

  .tw .sm\:border-opacity-100{
    --tw-border-opacity: 1;
  }

  .tw .group:hover .sm\:group-hover\:border-opacity-0{
    --tw-border-opacity: 0;
  }

  .tw .group:hover .sm\:group-hover\:border-opacity-5{
    --tw-border-opacity: 0.05;
  }

  .tw .group:hover .sm\:group-hover\:border-opacity-10{
    --tw-border-opacity: 0.1;
  }

  .tw .group:hover .sm\:group-hover\:border-opacity-15{
    --tw-border-opacity: 0.15;
  }

  .tw .group:hover .sm\:group-hover\:border-opacity-20{
    --tw-border-opacity: 0.2;
  }

  .tw .group:hover .sm\:group-hover\:border-opacity-25{
    --tw-border-opacity: 0.25;
  }

  .tw .group:hover .sm\:group-hover\:border-opacity-30{
    --tw-border-opacity: 0.3;
  }

  .tw .group:hover .sm\:group-hover\:border-opacity-40{
    --tw-border-opacity: 0.4;
  }

  .tw .group:hover .sm\:group-hover\:border-opacity-50{
    --tw-border-opacity: 0.5;
  }

  .tw .group:hover .sm\:group-hover\:border-opacity-60{
    --tw-border-opacity: 0.6;
  }

  .tw .group:hover .sm\:group-hover\:border-opacity-70{
    --tw-border-opacity: 0.7;
  }

  .tw .group:hover .sm\:group-hover\:border-opacity-75{
    --tw-border-opacity: 0.75;
  }

  .tw .group:hover .sm\:group-hover\:border-opacity-80{
    --tw-border-opacity: 0.8;
  }

  .tw .group:hover .sm\:group-hover\:border-opacity-90{
    --tw-border-opacity: 0.9;
  }

  .tw .group:hover .sm\:group-hover\:border-opacity-95{
    --tw-border-opacity: 0.95;
  }

  .tw .group:hover .sm\:group-hover\:border-opacity-100{
    --tw-border-opacity: 1;
  }

  .tw .sm\:focus-within\:border-opacity-0:focus-within{
    --tw-border-opacity: 0;
  }

  .tw .sm\:focus-within\:border-opacity-5:focus-within{
    --tw-border-opacity: 0.05;
  }

  .tw .sm\:focus-within\:border-opacity-10:focus-within{
    --tw-border-opacity: 0.1;
  }

  .tw .sm\:focus-within\:border-opacity-15:focus-within{
    --tw-border-opacity: 0.15;
  }

  .tw .sm\:focus-within\:border-opacity-20:focus-within{
    --tw-border-opacity: 0.2;
  }

  .tw .sm\:focus-within\:border-opacity-25:focus-within{
    --tw-border-opacity: 0.25;
  }

  .tw .sm\:focus-within\:border-opacity-30:focus-within{
    --tw-border-opacity: 0.3;
  }

  .tw .sm\:focus-within\:border-opacity-40:focus-within{
    --tw-border-opacity: 0.4;
  }

  .tw .sm\:focus-within\:border-opacity-50:focus-within{
    --tw-border-opacity: 0.5;
  }

  .tw .sm\:focus-within\:border-opacity-60:focus-within{
    --tw-border-opacity: 0.6;
  }

  .tw .sm\:focus-within\:border-opacity-70:focus-within{
    --tw-border-opacity: 0.7;
  }

  .tw .sm\:focus-within\:border-opacity-75:focus-within{
    --tw-border-opacity: 0.75;
  }

  .tw .sm\:focus-within\:border-opacity-80:focus-within{
    --tw-border-opacity: 0.8;
  }

  .tw .sm\:focus-within\:border-opacity-90:focus-within{
    --tw-border-opacity: 0.9;
  }

  .tw .sm\:focus-within\:border-opacity-95:focus-within{
    --tw-border-opacity: 0.95;
  }

  .tw .sm\:focus-within\:border-opacity-100:focus-within{
    --tw-border-opacity: 1;
  }

  .tw .sm\:hover\:border-opacity-0:hover{
    --tw-border-opacity: 0;
  }

  .tw .sm\:hover\:border-opacity-5:hover{
    --tw-border-opacity: 0.05;
  }

  .tw .sm\:hover\:border-opacity-10:hover{
    --tw-border-opacity: 0.1;
  }

  .tw .sm\:hover\:border-opacity-15:hover{
    --tw-border-opacity: 0.15;
  }

  .tw .sm\:hover\:border-opacity-20:hover{
    --tw-border-opacity: 0.2;
  }

  .tw .sm\:hover\:border-opacity-25:hover{
    --tw-border-opacity: 0.25;
  }

  .tw .sm\:hover\:border-opacity-30:hover{
    --tw-border-opacity: 0.3;
  }

  .tw .sm\:hover\:border-opacity-40:hover{
    --tw-border-opacity: 0.4;
  }

  .tw .sm\:hover\:border-opacity-50:hover{
    --tw-border-opacity: 0.5;
  }

  .tw .sm\:hover\:border-opacity-60:hover{
    --tw-border-opacity: 0.6;
  }

  .tw .sm\:hover\:border-opacity-70:hover{
    --tw-border-opacity: 0.7;
  }

  .tw .sm\:hover\:border-opacity-75:hover{
    --tw-border-opacity: 0.75;
  }

  .tw .sm\:hover\:border-opacity-80:hover{
    --tw-border-opacity: 0.8;
  }

  .tw .sm\:hover\:border-opacity-90:hover{
    --tw-border-opacity: 0.9;
  }

  .tw .sm\:hover\:border-opacity-95:hover{
    --tw-border-opacity: 0.95;
  }

  .tw .sm\:hover\:border-opacity-100:hover{
    --tw-border-opacity: 1;
  }

  .tw .sm\:focus\:border-opacity-0:focus{
    --tw-border-opacity: 0;
  }

  .tw .sm\:focus\:border-opacity-5:focus{
    --tw-border-opacity: 0.05;
  }

  .tw .sm\:focus\:border-opacity-10:focus{
    --tw-border-opacity: 0.1;
  }

  .tw .sm\:focus\:border-opacity-15:focus{
    --tw-border-opacity: 0.15;
  }

  .tw .sm\:focus\:border-opacity-20:focus{
    --tw-border-opacity: 0.2;
  }

  .tw .sm\:focus\:border-opacity-25:focus{
    --tw-border-opacity: 0.25;
  }

  .tw .sm\:focus\:border-opacity-30:focus{
    --tw-border-opacity: 0.3;
  }

  .tw .sm\:focus\:border-opacity-40:focus{
    --tw-border-opacity: 0.4;
  }

  .tw .sm\:focus\:border-opacity-50:focus{
    --tw-border-opacity: 0.5;
  }

  .tw .sm\:focus\:border-opacity-60:focus{
    --tw-border-opacity: 0.6;
  }

  .tw .sm\:focus\:border-opacity-70:focus{
    --tw-border-opacity: 0.7;
  }

  .tw .sm\:focus\:border-opacity-75:focus{
    --tw-border-opacity: 0.75;
  }

  .tw .sm\:focus\:border-opacity-80:focus{
    --tw-border-opacity: 0.8;
  }

  .tw .sm\:focus\:border-opacity-90:focus{
    --tw-border-opacity: 0.9;
  }

  .tw .sm\:focus\:border-opacity-95:focus{
    --tw-border-opacity: 0.95;
  }

  .tw .sm\:focus\:border-opacity-100:focus{
    --tw-border-opacity: 1;
  }

  .tw .sm\:bg-current{
    background-color: currentColor;
  }

  .tw .sm\:bg-transparent{
    background-color: transparent;
  }

  .tw .sm\:bg-white{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  }

  .tw .sm\:bg-black{
    --tw-bg-opacity: 1;
    background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
  }

  .tw .sm\:bg-gray-10{
    --tw-bg-opacity: 1;
    background-color: rgba(240, 240, 240, var(--tw-bg-opacity));
  }

  .tw .sm\:bg-gray-20{
    --tw-bg-opacity: 1;
    background-color: rgba(226, 226, 226, var(--tw-bg-opacity));
  }

  .tw .sm\:bg-gray-30{
    --tw-bg-opacity: 1;
    background-color: rgba(211, 211, 211, var(--tw-bg-opacity));
  }

  .tw .sm\:bg-gray-40{
    --tw-bg-opacity: 1;
    background-color: rgba(197, 197, 197, var(--tw-bg-opacity));
  }

  .tw .sm\:bg-gray-50{
    --tw-bg-opacity: 1;
    background-color: rgba(183, 183, 183, var(--tw-bg-opacity));
  }

  .tw .sm\:bg-gray-60{
    --tw-bg-opacity: 1;
    background-color: rgba(169, 169, 169, var(--tw-bg-opacity));
  }

  .tw .sm\:bg-gray-70{
    --tw-bg-opacity: 1;
    background-color: rgba(156, 156, 156, var(--tw-bg-opacity));
  }

  .tw .sm\:bg-gray-80{
    --tw-bg-opacity: 1;
    background-color: rgba(142, 142, 142, var(--tw-bg-opacity));
  }

  .tw .sm\:bg-gray-90{
    --tw-bg-opacity: 1;
    background-color: rgba(129, 129, 129, var(--tw-bg-opacity));
  }

  .tw .sm\:bg-gray-100{
    --tw-bg-opacity: 1;
    background-color: rgba(108, 109, 114, var(--tw-bg-opacity));
  }

  .tw .sm\:bg-gray-200{
    --tw-bg-opacity: 1;
    background-color: rgba(96, 97, 103, var(--tw-bg-opacity));
  }

  .tw .sm\:bg-gray-300{
    --tw-bg-opacity: 1;
    background-color: rgba(84, 86, 91, var(--tw-bg-opacity));
  }

  .tw .sm\:bg-gray-400{
    --tw-bg-opacity: 1;
    background-color: rgba(73, 73, 80, var(--tw-bg-opacity));
  }

  .tw .sm\:bg-gray-500{
    --tw-bg-opacity: 1;
    background-color: rgba(61, 61, 68, var(--tw-bg-opacity));
  }

  .tw .sm\:bg-gray-600{
    --tw-bg-opacity: 1;
    background-color: rgba(53, 53, 61, var(--tw-bg-opacity));
  }

  .tw .sm\:bg-gray-700{
    --tw-bg-opacity: 1;
    background-color: rgba(45, 45, 49, var(--tw-bg-opacity));
  }

  .tw .sm\:bg-gray-800{
    --tw-bg-opacity: 1;
    background-color: rgba(38, 37, 42, var(--tw-bg-opacity));
  }

  .tw .sm\:bg-gray-850{
    --tw-bg-opacity: 1;
    background-color: rgba(32, 32, 37, var(--tw-bg-opacity));
  }

  .tw .sm\:bg-gray-900{
    --tw-bg-opacity: 1;
    background-color: rgba(27, 27, 32, var(--tw-bg-opacity));
  }

  .tw .sm\:bg-gray-950{
    --tw-bg-opacity: 1;
    background-color: rgba(20, 20, 23, var(--tw-bg-opacity));
  }

  .tw .sm\:bg-brand-50{
    --tw-bg-opacity: 1;
    background-color: rgba(127, 255, 255, var(--tw-bg-opacity));
  }

  .tw .sm\:bg-brand-100{
    --tw-bg-opacity: 1;
    background-color: rgba(87, 226, 255, var(--tw-bg-opacity));
  }

  .tw .sm\:bg-brand-200{
    --tw-bg-opacity: 1;
    background-color: rgba(32, 197, 255, var(--tw-bg-opacity));
  }

  .tw .sm\:bg-brand-300{
    --tw-bg-opacity: 1;
    background-color: rgba(0, 167, 231, var(--tw-bg-opacity));
  }

  .tw .sm\:bg-brand-400{
    --tw-bg-opacity: 1;
    background-color: rgba(0, 139, 201, var(--tw-bg-opacity));
  }

  .tw .sm\:bg-brand-500{
    --tw-bg-opacity: 1;
    background-color: rgba(0, 112, 172, var(--tw-bg-opacity));
  }

  .tw .sm\:bg-brand-600{
    --tw-bg-opacity: 1;
    background-color: rgba(0, 86, 143, var(--tw-bg-opacity));
  }

  .tw .sm\:bg-brand-700{
    --tw-bg-opacity: 1;
    background-color: rgba(0, 62, 116, var(--tw-bg-opacity));
  }

  .tw .sm\:bg-brand-800{
    --tw-bg-opacity: 1;
    background-color: rgba(0, 39, 89, var(--tw-bg-opacity));
  }

  .tw .sm\:bg-brand-900{
    --tw-bg-opacity: 1;
    background-color: rgba(0, 18, 63, var(--tw-bg-opacity));
  }

  .tw .sm\:bg-brand{
    --tw-bg-opacity: 1;
    background-color: rgba(0, 190, 255, var(--tw-bg-opacity));
  }

  .tw .sm\:bg-brand-base{
    --tw-bg-opacity: 1;
    background-color: rgba(0, 190, 255, var(--tw-bg-opacity));
  }

  .tw .sm\:bg-red-50{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 202, 200, var(--tw-bg-opacity));
  }

  .tw .sm\:bg-red-100{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 171, 171, var(--tw-bg-opacity));
  }

  .tw .sm\:bg-red-200{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 142, 142, var(--tw-bg-opacity));
  }

  .tw .sm\:bg-red-300{
    --tw-bg-opacity: 1;
    background-color: rgba(247, 112, 115, var(--tw-bg-opacity));
  }

  .tw .sm\:bg-red-400{
    --tw-bg-opacity: 1;
    background-color: rgba(215, 83, 89, var(--tw-bg-opacity));
  }

  .tw .sm\:bg-red-500{
    --tw-bg-opacity: 1;
    background-color: rgba(182, 54, 64, var(--tw-bg-opacity));
  }

  .tw .sm\:bg-red-600{
    --tw-bg-opacity: 1;
    background-color: rgba(150, 18, 41, var(--tw-bg-opacity));
  }

  .tw .sm\:bg-red-700{
    --tw-bg-opacity: 1;
    background-color: rgba(119, 0, 19, var(--tw-bg-opacity));
  }

  .tw .sm\:bg-red-800{
    --tw-bg-opacity: 1;
    background-color: rgba(89, 0, 0, var(--tw-bg-opacity));
  }

  .tw .sm\:bg-red-900{
    --tw-bg-opacity: 1;
    background-color: rgba(65, 0, 0, var(--tw-bg-opacity));
  }

  .tw .sm\:bg-red{
    --tw-bg-opacity: 1;
    background-color: rgba(211, 80, 86, var(--tw-bg-opacity));
  }

  .tw .sm\:bg-red-brand{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 79, 79, var(--tw-bg-opacity));
  }

  .tw .sm\:bg-green-50{
    --tw-bg-opacity: 1;
    background-color: rgba(141, 255, 205, var(--tw-bg-opacity));
  }

  .tw .sm\:bg-green-100{
    --tw-bg-opacity: 1;
    background-color: rgba(109, 236, 176, var(--tw-bg-opacity));
  }

  .tw .sm\:bg-green-200{
    --tw-bg-opacity: 1;
    background-color: rgba(76, 206, 147, var(--tw-bg-opacity));
  }

  .tw .sm\:bg-green-300{
    --tw-bg-opacity: 1;
    background-color: rgba(36, 176, 119, var(--tw-bg-opacity));
  }

  .tw .sm\:bg-green-400{
    --tw-bg-opacity: 1;
    background-color: rgba(0, 147, 93, var(--tw-bg-opacity));
  }

  .tw .sm\:bg-green-500{
    --tw-bg-opacity: 1;
    background-color: rgba(0, 119, 68, var(--tw-bg-opacity));
  }

  .tw .sm\:bg-green-600{
    --tw-bg-opacity: 1;
    background-color: rgba(0, 91, 43, var(--tw-bg-opacity));
  }

  .tw .sm\:bg-green-700{
    --tw-bg-opacity: 1;
    background-color: rgba(0, 65, 21, var(--tw-bg-opacity));
  }

  .tw .sm\:bg-green-800{
    --tw-bg-opacity: 1;
    background-color: rgba(0, 43, 0, var(--tw-bg-opacity));
  }

  .tw .sm\:bg-green-900{
    --tw-bg-opacity: 1;
    background-color: rgba(0, 27, 0, var(--tw-bg-opacity));
  }

  .tw .sm\:bg-green{
    --tw-bg-opacity: 1;
    background-color: rgba(46, 182, 125, var(--tw-bg-opacity));
  }

  .tw .sm\:bg-yellow-50{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 235, 87, var(--tw-bg-opacity));
  }

  .tw .sm\:bg-yellow-100{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 205, 55, var(--tw-bg-opacity));
  }

  .tw .sm\:bg-yellow-200{
    --tw-bg-opacity: 1;
    background-color: rgba(228, 176, 9, var(--tw-bg-opacity));
  }

  .tw .sm\:bg-yellow-300{
    --tw-bg-opacity: 1;
    background-color: rgba(195, 148, 0, var(--tw-bg-opacity));
  }

  .tw .sm\:bg-yellow-400{
    --tw-bg-opacity: 1;
    background-color: rgba(163, 121, 0, var(--tw-bg-opacity));
  }

  .tw .sm\:bg-yellow-500{
    --tw-bg-opacity: 1;
    background-color: rgba(133, 95, 0, var(--tw-bg-opacity));
  }

  .tw .sm\:bg-yellow-600{
    --tw-bg-opacity: 1;
    background-color: rgba(104, 70, 0, var(--tw-bg-opacity));
  }

  .tw .sm\:bg-yellow-700{
    --tw-bg-opacity: 1;
    background-color: rgba(79, 46, 0, var(--tw-bg-opacity));
  }

  .tw .sm\:bg-yellow-800{
    --tw-bg-opacity: 1;
    background-color: rgba(61, 22, 0, var(--tw-bg-opacity));
  }

  .tw .sm\:bg-yellow-900{
    --tw-bg-opacity: 1;
    background-color: rgba(50, 0, 0, var(--tw-bg-opacity));
  }

  .tw .sm\:bg-yellow{
    --tw-bg-opacity: 1;
    background-color: rgba(254, 199, 47, var(--tw-bg-opacity));
  }

  .tw .sm\:bg-purple-50{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 216, 255, var(--tw-bg-opacity));
  }

  .tw .sm\:bg-purple-100{
    --tw-bg-opacity: 1;
    background-color: rgba(240, 186, 255, var(--tw-bg-opacity));
  }

  .tw .sm\:bg-purple-200{
    --tw-bg-opacity: 1;
    background-color: rgba(208, 157, 255, var(--tw-bg-opacity));
  }

  .tw .sm\:bg-purple-300{
    --tw-bg-opacity: 1;
    background-color: rgba(177, 128, 255, var(--tw-bg-opacity));
  }

  .tw .sm\:bg-purple-400{
    --tw-bg-opacity: 1;
    background-color: rgba(146, 101, 233, var(--tw-bg-opacity));
  }

  .tw .sm\:bg-purple-500{
    --tw-bg-opacity: 1;
    background-color: rgba(116, 74, 203, var(--tw-bg-opacity));
  }

  .tw .sm\:bg-purple-600{
    --tw-bg-opacity: 1;
    background-color: rgba(85, 48, 173, var(--tw-bg-opacity));
  }

  .tw .sm\:bg-purple-700{
    --tw-bg-opacity: 1;
    background-color: rgba(53, 22, 144, var(--tw-bg-opacity));
  }

  .tw .sm\:bg-purple-800{
    --tw-bg-opacity: 1;
    background-color: rgba(9, 0, 116, var(--tw-bg-opacity));
  }

  .tw .sm\:bg-purple-900{
    --tw-bg-opacity: 1;
    background-color: rgba(0, 0, 89, var(--tw-bg-opacity));
  }

  .tw .sm\:bg-purple{
    --tw-bg-opacity: 1;
    background-color: rgba(168, 120, 255, var(--tw-bg-opacity));
  }

  .tw .sm\:bg-orange-50{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 210, 131, var(--tw-bg-opacity));
  }

  .tw .sm\:bg-orange-100{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 180, 103, var(--tw-bg-opacity));
  }

  .tw .sm\:bg-orange-200{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 151, 75, var(--tw-bg-opacity));
  }

  .tw .sm\:bg-orange-300{
    --tw-bg-opacity: 1;
    background-color: rgba(240, 122, 47, var(--tw-bg-opacity));
  }

  .tw .sm\:bg-orange-400{
    --tw-bg-opacity: 1;
    background-color: rgba(206, 95, 17, var(--tw-bg-opacity));
  }

  .tw .sm\:bg-orange-500{
    --tw-bg-opacity: 1;
    background-color: rgba(173, 68, 0, var(--tw-bg-opacity));
  }

  .tw .sm\:bg-orange-600{
    --tw-bg-opacity: 1;
    background-color: rgba(141, 40, 0, var(--tw-bg-opacity));
  }

  .tw .sm\:bg-orange-700{
    --tw-bg-opacity: 1;
    background-color: rgba(111, 6, 0, var(--tw-bg-opacity));
  }

  .tw .sm\:bg-orange-800{
    --tw-bg-opacity: 1;
    background-color: rgba(84, 0, 0, var(--tw-bg-opacity));
  }

  .tw .sm\:bg-orange-900{
    --tw-bg-opacity: 1;
    background-color: rgba(65, 0, 0, var(--tw-bg-opacity));
  }

  .tw .sm\:bg-orange{
    --tw-bg-opacity: 1;
    background-color: rgba(245, 127, 52, var(--tw-bg-opacity));
  }

  .tw .sm\:bg-surface-brand{
    --tw-bg-opacity: 1;
    background-color: rgba(26, 26, 26, var(--tw-bg-opacity));
  }

  .tw .sm\:bg-surface-lower{
    --tw-bg-opacity: 1;
    background-color: rgba(18, 19, 20, var(--tw-bg-opacity));
  }

  .tw .sm\:bg-surface-base{
    --tw-bg-opacity: 1;
    background-color: rgba(29, 30, 31, var(--tw-bg-opacity));
  }

  .tw .sm\:bg-surface-low{
    --tw-bg-opacity: 1;
    background-color: rgba(33, 33, 36, var(--tw-bg-opacity));
  }

  .tw .sm\:bg-surface-middle{
    --tw-bg-opacity: 1;
    background-color: rgba(38, 38, 42, var(--tw-bg-opacity));
  }

  .tw .sm\:bg-surface-upper{
    --tw-bg-opacity: 1;
    background-color: rgba(41, 41, 46, var(--tw-bg-opacity));
  }

  .tw .sm\:bg-surface-high{
    --tw-bg-opacity: 1;
    background-color: rgba(52, 52, 53, var(--tw-bg-opacity));
  }

  .tw .sm\:bg-surface-higher{
    --tw-bg-opacity: 1;
    background-color: rgba(74, 75, 75, var(--tw-bg-opacity));
  }

  .tw .sm\:bg-surface-highest{
    --tw-bg-opacity: 1;
    background-color: rgba(97, 97, 98, var(--tw-bg-opacity));
  }

  .tw .sm\:bg-glyph-base{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  }

  .tw .sm\:bg-glyph-light{
    --tw-bg-opacity: 1;
    background-color: rgba(194, 194, 194, var(--tw-bg-opacity));
  }

  .tw .sm\:bg-glyph-lighter{
    --tw-bg-opacity: 1;
    background-color: rgba(150, 150, 150, var(--tw-bg-opacity));
  }

  .tw .sm\:bg-glyph-lightest{
    --tw-bg-opacity: 1;
    background-color: rgba(80, 80, 80, var(--tw-bg-opacity));
  }

  .tw .sm\:bg-link{
    --tw-bg-opacity: 1;
    background-color: rgba(0, 190, 255, var(--tw-bg-opacity));
  }

  .tw .sm\:bg-info-error{
    --tw-bg-opacity: 1;
    background-color: rgba(235, 51, 65, var(--tw-bg-opacity));
  }

  .tw .sm\:bg-info-danger{
    --tw-bg-opacity: 1;
    background-color: rgba(247, 127, 37, var(--tw-bg-opacity));
  }

  .tw .sm\:bg-info-warn{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 200, 47, var(--tw-bg-opacity));
  }

  .tw .sm\:bg-info-ok{
    --tw-bg-opacity: 1;
    background-color: rgba(0, 151, 79, var(--tw-bg-opacity));
  }

  .tw .sm\:bg-info-notice{
    --tw-bg-opacity: 1;
    background-color: rgba(1, 128, 255, var(--tw-bg-opacity));
  }

  .tw .sm\:bg-accent-1{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 93, 105, var(--tw-bg-opacity));
  }

  .tw .sm\:bg-accent-2{
    --tw-bg-opacity: 1;
    background-color: rgba(7, 245, 175, var(--tw-bg-opacity));
  }

  .tw .sm\:bg-accent-3{
    --tw-bg-opacity: 1;
    background-color: rgba(4, 211, 114, var(--tw-bg-opacity));
  }

  .tw .sm\:bg-accent-4{
    --tw-bg-opacity: 1;
    background-color: rgba(132, 81, 245, var(--tw-bg-opacity));
  }

  .tw .sm\:hover\:bg-current:hover{
    background-color: currentColor;
  }

  .tw .sm\:hover\:bg-transparent:hover{
    background-color: transparent;
  }

  .tw .sm\:hover\:bg-white:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  }

  .tw .sm\:hover\:bg-black:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
  }

  .tw .sm\:hover\:bg-gray-10:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(240, 240, 240, var(--tw-bg-opacity));
  }

  .tw .sm\:hover\:bg-gray-20:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(226, 226, 226, var(--tw-bg-opacity));
  }

  .tw .sm\:hover\:bg-gray-30:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(211, 211, 211, var(--tw-bg-opacity));
  }

  .tw .sm\:hover\:bg-gray-40:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(197, 197, 197, var(--tw-bg-opacity));
  }

  .tw .sm\:hover\:bg-gray-50:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(183, 183, 183, var(--tw-bg-opacity));
  }

  .tw .sm\:hover\:bg-gray-60:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(169, 169, 169, var(--tw-bg-opacity));
  }

  .tw .sm\:hover\:bg-gray-70:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(156, 156, 156, var(--tw-bg-opacity));
  }

  .tw .sm\:hover\:bg-gray-80:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(142, 142, 142, var(--tw-bg-opacity));
  }

  .tw .sm\:hover\:bg-gray-90:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(129, 129, 129, var(--tw-bg-opacity));
  }

  .tw .sm\:hover\:bg-gray-100:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(108, 109, 114, var(--tw-bg-opacity));
  }

  .tw .sm\:hover\:bg-gray-200:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(96, 97, 103, var(--tw-bg-opacity));
  }

  .tw .sm\:hover\:bg-gray-300:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(84, 86, 91, var(--tw-bg-opacity));
  }

  .tw .sm\:hover\:bg-gray-400:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(73, 73, 80, var(--tw-bg-opacity));
  }

  .tw .sm\:hover\:bg-gray-500:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(61, 61, 68, var(--tw-bg-opacity));
  }

  .tw .sm\:hover\:bg-gray-600:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(53, 53, 61, var(--tw-bg-opacity));
  }

  .tw .sm\:hover\:bg-gray-700:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(45, 45, 49, var(--tw-bg-opacity));
  }

  .tw .sm\:hover\:bg-gray-800:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(38, 37, 42, var(--tw-bg-opacity));
  }

  .tw .sm\:hover\:bg-gray-850:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(32, 32, 37, var(--tw-bg-opacity));
  }

  .tw .sm\:hover\:bg-gray-900:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(27, 27, 32, var(--tw-bg-opacity));
  }

  .tw .sm\:hover\:bg-gray-950:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(20, 20, 23, var(--tw-bg-opacity));
  }

  .tw .sm\:hover\:bg-brand-50:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(127, 255, 255, var(--tw-bg-opacity));
  }

  .tw .sm\:hover\:bg-brand-100:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(87, 226, 255, var(--tw-bg-opacity));
  }

  .tw .sm\:hover\:bg-brand-200:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(32, 197, 255, var(--tw-bg-opacity));
  }

  .tw .sm\:hover\:bg-brand-300:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(0, 167, 231, var(--tw-bg-opacity));
  }

  .tw .sm\:hover\:bg-brand-400:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(0, 139, 201, var(--tw-bg-opacity));
  }

  .tw .sm\:hover\:bg-brand-500:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(0, 112, 172, var(--tw-bg-opacity));
  }

  .tw .sm\:hover\:bg-brand-600:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(0, 86, 143, var(--tw-bg-opacity));
  }

  .tw .sm\:hover\:bg-brand-700:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(0, 62, 116, var(--tw-bg-opacity));
  }

  .tw .sm\:hover\:bg-brand-800:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(0, 39, 89, var(--tw-bg-opacity));
  }

  .tw .sm\:hover\:bg-brand-900:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(0, 18, 63, var(--tw-bg-opacity));
  }

  .tw .sm\:hover\:bg-brand:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(0, 190, 255, var(--tw-bg-opacity));
  }

  .tw .sm\:hover\:bg-brand-base:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(0, 190, 255, var(--tw-bg-opacity));
  }

  .tw .sm\:hover\:bg-red-50:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 202, 200, var(--tw-bg-opacity));
  }

  .tw .sm\:hover\:bg-red-100:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 171, 171, var(--tw-bg-opacity));
  }

  .tw .sm\:hover\:bg-red-200:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 142, 142, var(--tw-bg-opacity));
  }

  .tw .sm\:hover\:bg-red-300:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(247, 112, 115, var(--tw-bg-opacity));
  }

  .tw .sm\:hover\:bg-red-400:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(215, 83, 89, var(--tw-bg-opacity));
  }

  .tw .sm\:hover\:bg-red-500:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(182, 54, 64, var(--tw-bg-opacity));
  }

  .tw .sm\:hover\:bg-red-600:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(150, 18, 41, var(--tw-bg-opacity));
  }

  .tw .sm\:hover\:bg-red-700:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(119, 0, 19, var(--tw-bg-opacity));
  }

  .tw .sm\:hover\:bg-red-800:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(89, 0, 0, var(--tw-bg-opacity));
  }

  .tw .sm\:hover\:bg-red-900:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(65, 0, 0, var(--tw-bg-opacity));
  }

  .tw .sm\:hover\:bg-red:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(211, 80, 86, var(--tw-bg-opacity));
  }

  .tw .sm\:hover\:bg-red-brand:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 79, 79, var(--tw-bg-opacity));
  }

  .tw .sm\:hover\:bg-green-50:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(141, 255, 205, var(--tw-bg-opacity));
  }

  .tw .sm\:hover\:bg-green-100:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(109, 236, 176, var(--tw-bg-opacity));
  }

  .tw .sm\:hover\:bg-green-200:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(76, 206, 147, var(--tw-bg-opacity));
  }

  .tw .sm\:hover\:bg-green-300:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(36, 176, 119, var(--tw-bg-opacity));
  }

  .tw .sm\:hover\:bg-green-400:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(0, 147, 93, var(--tw-bg-opacity));
  }

  .tw .sm\:hover\:bg-green-500:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(0, 119, 68, var(--tw-bg-opacity));
  }

  .tw .sm\:hover\:bg-green-600:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(0, 91, 43, var(--tw-bg-opacity));
  }

  .tw .sm\:hover\:bg-green-700:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(0, 65, 21, var(--tw-bg-opacity));
  }

  .tw .sm\:hover\:bg-green-800:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(0, 43, 0, var(--tw-bg-opacity));
  }

  .tw .sm\:hover\:bg-green-900:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(0, 27, 0, var(--tw-bg-opacity));
  }

  .tw .sm\:hover\:bg-green:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(46, 182, 125, var(--tw-bg-opacity));
  }

  .tw .sm\:hover\:bg-yellow-50:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 235, 87, var(--tw-bg-opacity));
  }

  .tw .sm\:hover\:bg-yellow-100:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 205, 55, var(--tw-bg-opacity));
  }

  .tw .sm\:hover\:bg-yellow-200:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(228, 176, 9, var(--tw-bg-opacity));
  }

  .tw .sm\:hover\:bg-yellow-300:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(195, 148, 0, var(--tw-bg-opacity));
  }

  .tw .sm\:hover\:bg-yellow-400:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(163, 121, 0, var(--tw-bg-opacity));
  }

  .tw .sm\:hover\:bg-yellow-500:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(133, 95, 0, var(--tw-bg-opacity));
  }

  .tw .sm\:hover\:bg-yellow-600:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(104, 70, 0, var(--tw-bg-opacity));
  }

  .tw .sm\:hover\:bg-yellow-700:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(79, 46, 0, var(--tw-bg-opacity));
  }

  .tw .sm\:hover\:bg-yellow-800:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(61, 22, 0, var(--tw-bg-opacity));
  }

  .tw .sm\:hover\:bg-yellow-900:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(50, 0, 0, var(--tw-bg-opacity));
  }

  .tw .sm\:hover\:bg-yellow:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(254, 199, 47, var(--tw-bg-opacity));
  }

  .tw .sm\:hover\:bg-purple-50:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 216, 255, var(--tw-bg-opacity));
  }

  .tw .sm\:hover\:bg-purple-100:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(240, 186, 255, var(--tw-bg-opacity));
  }

  .tw .sm\:hover\:bg-purple-200:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(208, 157, 255, var(--tw-bg-opacity));
  }

  .tw .sm\:hover\:bg-purple-300:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(177, 128, 255, var(--tw-bg-opacity));
  }

  .tw .sm\:hover\:bg-purple-400:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(146, 101, 233, var(--tw-bg-opacity));
  }

  .tw .sm\:hover\:bg-purple-500:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(116, 74, 203, var(--tw-bg-opacity));
  }

  .tw .sm\:hover\:bg-purple-600:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(85, 48, 173, var(--tw-bg-opacity));
  }

  .tw .sm\:hover\:bg-purple-700:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(53, 22, 144, var(--tw-bg-opacity));
  }

  .tw .sm\:hover\:bg-purple-800:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(9, 0, 116, var(--tw-bg-opacity));
  }

  .tw .sm\:hover\:bg-purple-900:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(0, 0, 89, var(--tw-bg-opacity));
  }

  .tw .sm\:hover\:bg-purple:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(168, 120, 255, var(--tw-bg-opacity));
  }

  .tw .sm\:hover\:bg-orange-50:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 210, 131, var(--tw-bg-opacity));
  }

  .tw .sm\:hover\:bg-orange-100:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 180, 103, var(--tw-bg-opacity));
  }

  .tw .sm\:hover\:bg-orange-200:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 151, 75, var(--tw-bg-opacity));
  }

  .tw .sm\:hover\:bg-orange-300:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(240, 122, 47, var(--tw-bg-opacity));
  }

  .tw .sm\:hover\:bg-orange-400:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(206, 95, 17, var(--tw-bg-opacity));
  }

  .tw .sm\:hover\:bg-orange-500:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(173, 68, 0, var(--tw-bg-opacity));
  }

  .tw .sm\:hover\:bg-orange-600:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(141, 40, 0, var(--tw-bg-opacity));
  }

  .tw .sm\:hover\:bg-orange-700:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(111, 6, 0, var(--tw-bg-opacity));
  }

  .tw .sm\:hover\:bg-orange-800:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(84, 0, 0, var(--tw-bg-opacity));
  }

  .tw .sm\:hover\:bg-orange-900:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(65, 0, 0, var(--tw-bg-opacity));
  }

  .tw .sm\:hover\:bg-orange:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(245, 127, 52, var(--tw-bg-opacity));
  }

  .tw .sm\:hover\:bg-surface-brand:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(26, 26, 26, var(--tw-bg-opacity));
  }

  .tw .sm\:hover\:bg-surface-lower:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(18, 19, 20, var(--tw-bg-opacity));
  }

  .tw .sm\:hover\:bg-surface-base:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(29, 30, 31, var(--tw-bg-opacity));
  }

  .tw .sm\:hover\:bg-surface-low:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(33, 33, 36, var(--tw-bg-opacity));
  }

  .tw .sm\:hover\:bg-surface-middle:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(38, 38, 42, var(--tw-bg-opacity));
  }

  .tw .sm\:hover\:bg-surface-upper:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(41, 41, 46, var(--tw-bg-opacity));
  }

  .tw .sm\:hover\:bg-surface-high:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(52, 52, 53, var(--tw-bg-opacity));
  }

  .tw .sm\:hover\:bg-surface-higher:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(74, 75, 75, var(--tw-bg-opacity));
  }

  .tw .sm\:hover\:bg-surface-highest:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(97, 97, 98, var(--tw-bg-opacity));
  }

  .tw .sm\:hover\:bg-glyph-base:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  }

  .tw .sm\:hover\:bg-glyph-light:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(194, 194, 194, var(--tw-bg-opacity));
  }

  .tw .sm\:hover\:bg-glyph-lighter:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(150, 150, 150, var(--tw-bg-opacity));
  }

  .tw .sm\:hover\:bg-glyph-lightest:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(80, 80, 80, var(--tw-bg-opacity));
  }

  .tw .sm\:hover\:bg-link:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(0, 190, 255, var(--tw-bg-opacity));
  }

  .tw .sm\:hover\:bg-info-error:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(235, 51, 65, var(--tw-bg-opacity));
  }

  .tw .sm\:hover\:bg-info-danger:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(247, 127, 37, var(--tw-bg-opacity));
  }

  .tw .sm\:hover\:bg-info-warn:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 200, 47, var(--tw-bg-opacity));
  }

  .tw .sm\:hover\:bg-info-ok:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(0, 151, 79, var(--tw-bg-opacity));
  }

  .tw .sm\:hover\:bg-info-notice:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(1, 128, 255, var(--tw-bg-opacity));
  }

  .tw .sm\:hover\:bg-accent-1:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 93, 105, var(--tw-bg-opacity));
  }

  .tw .sm\:hover\:bg-accent-2:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(7, 245, 175, var(--tw-bg-opacity));
  }

  .tw .sm\:hover\:bg-accent-3:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(4, 211, 114, var(--tw-bg-opacity));
  }

  .tw .sm\:hover\:bg-accent-4:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(132, 81, 245, var(--tw-bg-opacity));
  }

  .tw .sm\:focus\:bg-current:focus{
    background-color: currentColor;
  }

  .tw .sm\:focus\:bg-transparent:focus{
    background-color: transparent;
  }

  .tw .sm\:focus\:bg-white:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  }

  .tw .sm\:focus\:bg-black:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
  }

  .tw .sm\:focus\:bg-gray-10:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(240, 240, 240, var(--tw-bg-opacity));
  }

  .tw .sm\:focus\:bg-gray-20:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(226, 226, 226, var(--tw-bg-opacity));
  }

  .tw .sm\:focus\:bg-gray-30:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(211, 211, 211, var(--tw-bg-opacity));
  }

  .tw .sm\:focus\:bg-gray-40:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(197, 197, 197, var(--tw-bg-opacity));
  }

  .tw .sm\:focus\:bg-gray-50:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(183, 183, 183, var(--tw-bg-opacity));
  }

  .tw .sm\:focus\:bg-gray-60:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(169, 169, 169, var(--tw-bg-opacity));
  }

  .tw .sm\:focus\:bg-gray-70:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(156, 156, 156, var(--tw-bg-opacity));
  }

  .tw .sm\:focus\:bg-gray-80:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(142, 142, 142, var(--tw-bg-opacity));
  }

  .tw .sm\:focus\:bg-gray-90:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(129, 129, 129, var(--tw-bg-opacity));
  }

  .tw .sm\:focus\:bg-gray-100:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(108, 109, 114, var(--tw-bg-opacity));
  }

  .tw .sm\:focus\:bg-gray-200:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(96, 97, 103, var(--tw-bg-opacity));
  }

  .tw .sm\:focus\:bg-gray-300:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(84, 86, 91, var(--tw-bg-opacity));
  }

  .tw .sm\:focus\:bg-gray-400:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(73, 73, 80, var(--tw-bg-opacity));
  }

  .tw .sm\:focus\:bg-gray-500:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(61, 61, 68, var(--tw-bg-opacity));
  }

  .tw .sm\:focus\:bg-gray-600:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(53, 53, 61, var(--tw-bg-opacity));
  }

  .tw .sm\:focus\:bg-gray-700:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(45, 45, 49, var(--tw-bg-opacity));
  }

  .tw .sm\:focus\:bg-gray-800:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(38, 37, 42, var(--tw-bg-opacity));
  }

  .tw .sm\:focus\:bg-gray-850:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(32, 32, 37, var(--tw-bg-opacity));
  }

  .tw .sm\:focus\:bg-gray-900:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(27, 27, 32, var(--tw-bg-opacity));
  }

  .tw .sm\:focus\:bg-gray-950:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(20, 20, 23, var(--tw-bg-opacity));
  }

  .tw .sm\:focus\:bg-brand-50:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(127, 255, 255, var(--tw-bg-opacity));
  }

  .tw .sm\:focus\:bg-brand-100:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(87, 226, 255, var(--tw-bg-opacity));
  }

  .tw .sm\:focus\:bg-brand-200:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(32, 197, 255, var(--tw-bg-opacity));
  }

  .tw .sm\:focus\:bg-brand-300:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(0, 167, 231, var(--tw-bg-opacity));
  }

  .tw .sm\:focus\:bg-brand-400:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(0, 139, 201, var(--tw-bg-opacity));
  }

  .tw .sm\:focus\:bg-brand-500:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(0, 112, 172, var(--tw-bg-opacity));
  }

  .tw .sm\:focus\:bg-brand-600:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(0, 86, 143, var(--tw-bg-opacity));
  }

  .tw .sm\:focus\:bg-brand-700:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(0, 62, 116, var(--tw-bg-opacity));
  }

  .tw .sm\:focus\:bg-brand-800:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(0, 39, 89, var(--tw-bg-opacity));
  }

  .tw .sm\:focus\:bg-brand-900:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(0, 18, 63, var(--tw-bg-opacity));
  }

  .tw .sm\:focus\:bg-brand:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(0, 190, 255, var(--tw-bg-opacity));
  }

  .tw .sm\:focus\:bg-brand-base:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(0, 190, 255, var(--tw-bg-opacity));
  }

  .tw .sm\:focus\:bg-red-50:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 202, 200, var(--tw-bg-opacity));
  }

  .tw .sm\:focus\:bg-red-100:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 171, 171, var(--tw-bg-opacity));
  }

  .tw .sm\:focus\:bg-red-200:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 142, 142, var(--tw-bg-opacity));
  }

  .tw .sm\:focus\:bg-red-300:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(247, 112, 115, var(--tw-bg-opacity));
  }

  .tw .sm\:focus\:bg-red-400:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(215, 83, 89, var(--tw-bg-opacity));
  }

  .tw .sm\:focus\:bg-red-500:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(182, 54, 64, var(--tw-bg-opacity));
  }

  .tw .sm\:focus\:bg-red-600:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(150, 18, 41, var(--tw-bg-opacity));
  }

  .tw .sm\:focus\:bg-red-700:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(119, 0, 19, var(--tw-bg-opacity));
  }

  .tw .sm\:focus\:bg-red-800:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(89, 0, 0, var(--tw-bg-opacity));
  }

  .tw .sm\:focus\:bg-red-900:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(65, 0, 0, var(--tw-bg-opacity));
  }

  .tw .sm\:focus\:bg-red:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(211, 80, 86, var(--tw-bg-opacity));
  }

  .tw .sm\:focus\:bg-red-brand:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 79, 79, var(--tw-bg-opacity));
  }

  .tw .sm\:focus\:bg-green-50:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(141, 255, 205, var(--tw-bg-opacity));
  }

  .tw .sm\:focus\:bg-green-100:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(109, 236, 176, var(--tw-bg-opacity));
  }

  .tw .sm\:focus\:bg-green-200:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(76, 206, 147, var(--tw-bg-opacity));
  }

  .tw .sm\:focus\:bg-green-300:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(36, 176, 119, var(--tw-bg-opacity));
  }

  .tw .sm\:focus\:bg-green-400:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(0, 147, 93, var(--tw-bg-opacity));
  }

  .tw .sm\:focus\:bg-green-500:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(0, 119, 68, var(--tw-bg-opacity));
  }

  .tw .sm\:focus\:bg-green-600:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(0, 91, 43, var(--tw-bg-opacity));
  }

  .tw .sm\:focus\:bg-green-700:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(0, 65, 21, var(--tw-bg-opacity));
  }

  .tw .sm\:focus\:bg-green-800:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(0, 43, 0, var(--tw-bg-opacity));
  }

  .tw .sm\:focus\:bg-green-900:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(0, 27, 0, var(--tw-bg-opacity));
  }

  .tw .sm\:focus\:bg-green:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(46, 182, 125, var(--tw-bg-opacity));
  }

  .tw .sm\:focus\:bg-yellow-50:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 235, 87, var(--tw-bg-opacity));
  }

  .tw .sm\:focus\:bg-yellow-100:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 205, 55, var(--tw-bg-opacity));
  }

  .tw .sm\:focus\:bg-yellow-200:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(228, 176, 9, var(--tw-bg-opacity));
  }

  .tw .sm\:focus\:bg-yellow-300:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(195, 148, 0, var(--tw-bg-opacity));
  }

  .tw .sm\:focus\:bg-yellow-400:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(163, 121, 0, var(--tw-bg-opacity));
  }

  .tw .sm\:focus\:bg-yellow-500:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(133, 95, 0, var(--tw-bg-opacity));
  }

  .tw .sm\:focus\:bg-yellow-600:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(104, 70, 0, var(--tw-bg-opacity));
  }

  .tw .sm\:focus\:bg-yellow-700:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(79, 46, 0, var(--tw-bg-opacity));
  }

  .tw .sm\:focus\:bg-yellow-800:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(61, 22, 0, var(--tw-bg-opacity));
  }

  .tw .sm\:focus\:bg-yellow-900:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(50, 0, 0, var(--tw-bg-opacity));
  }

  .tw .sm\:focus\:bg-yellow:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(254, 199, 47, var(--tw-bg-opacity));
  }

  .tw .sm\:focus\:bg-purple-50:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 216, 255, var(--tw-bg-opacity));
  }

  .tw .sm\:focus\:bg-purple-100:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(240, 186, 255, var(--tw-bg-opacity));
  }

  .tw .sm\:focus\:bg-purple-200:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(208, 157, 255, var(--tw-bg-opacity));
  }

  .tw .sm\:focus\:bg-purple-300:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(177, 128, 255, var(--tw-bg-opacity));
  }

  .tw .sm\:focus\:bg-purple-400:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(146, 101, 233, var(--tw-bg-opacity));
  }

  .tw .sm\:focus\:bg-purple-500:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(116, 74, 203, var(--tw-bg-opacity));
  }

  .tw .sm\:focus\:bg-purple-600:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(85, 48, 173, var(--tw-bg-opacity));
  }

  .tw .sm\:focus\:bg-purple-700:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(53, 22, 144, var(--tw-bg-opacity));
  }

  .tw .sm\:focus\:bg-purple-800:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(9, 0, 116, var(--tw-bg-opacity));
  }

  .tw .sm\:focus\:bg-purple-900:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(0, 0, 89, var(--tw-bg-opacity));
  }

  .tw .sm\:focus\:bg-purple:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(168, 120, 255, var(--tw-bg-opacity));
  }

  .tw .sm\:focus\:bg-orange-50:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 210, 131, var(--tw-bg-opacity));
  }

  .tw .sm\:focus\:bg-orange-100:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 180, 103, var(--tw-bg-opacity));
  }

  .tw .sm\:focus\:bg-orange-200:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 151, 75, var(--tw-bg-opacity));
  }

  .tw .sm\:focus\:bg-orange-300:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(240, 122, 47, var(--tw-bg-opacity));
  }

  .tw .sm\:focus\:bg-orange-400:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(206, 95, 17, var(--tw-bg-opacity));
  }

  .tw .sm\:focus\:bg-orange-500:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(173, 68, 0, var(--tw-bg-opacity));
  }

  .tw .sm\:focus\:bg-orange-600:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(141, 40, 0, var(--tw-bg-opacity));
  }

  .tw .sm\:focus\:bg-orange-700:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(111, 6, 0, var(--tw-bg-opacity));
  }

  .tw .sm\:focus\:bg-orange-800:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(84, 0, 0, var(--tw-bg-opacity));
  }

  .tw .sm\:focus\:bg-orange-900:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(65, 0, 0, var(--tw-bg-opacity));
  }

  .tw .sm\:focus\:bg-orange:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(245, 127, 52, var(--tw-bg-opacity));
  }

  .tw .sm\:focus\:bg-surface-brand:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(26, 26, 26, var(--tw-bg-opacity));
  }

  .tw .sm\:focus\:bg-surface-lower:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(18, 19, 20, var(--tw-bg-opacity));
  }

  .tw .sm\:focus\:bg-surface-base:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(29, 30, 31, var(--tw-bg-opacity));
  }

  .tw .sm\:focus\:bg-surface-low:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(33, 33, 36, var(--tw-bg-opacity));
  }

  .tw .sm\:focus\:bg-surface-middle:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(38, 38, 42, var(--tw-bg-opacity));
  }

  .tw .sm\:focus\:bg-surface-upper:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(41, 41, 46, var(--tw-bg-opacity));
  }

  .tw .sm\:focus\:bg-surface-high:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(52, 52, 53, var(--tw-bg-opacity));
  }

  .tw .sm\:focus\:bg-surface-higher:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(74, 75, 75, var(--tw-bg-opacity));
  }

  .tw .sm\:focus\:bg-surface-highest:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(97, 97, 98, var(--tw-bg-opacity));
  }

  .tw .sm\:focus\:bg-glyph-base:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  }

  .tw .sm\:focus\:bg-glyph-light:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(194, 194, 194, var(--tw-bg-opacity));
  }

  .tw .sm\:focus\:bg-glyph-lighter:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(150, 150, 150, var(--tw-bg-opacity));
  }

  .tw .sm\:focus\:bg-glyph-lightest:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(80, 80, 80, var(--tw-bg-opacity));
  }

  .tw .sm\:focus\:bg-link:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(0, 190, 255, var(--tw-bg-opacity));
  }

  .tw .sm\:focus\:bg-info-error:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(235, 51, 65, var(--tw-bg-opacity));
  }

  .tw .sm\:focus\:bg-info-danger:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(247, 127, 37, var(--tw-bg-opacity));
  }

  .tw .sm\:focus\:bg-info-warn:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 200, 47, var(--tw-bg-opacity));
  }

  .tw .sm\:focus\:bg-info-ok:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(0, 151, 79, var(--tw-bg-opacity));
  }

  .tw .sm\:focus\:bg-info-notice:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(1, 128, 255, var(--tw-bg-opacity));
  }

  .tw .sm\:focus\:bg-accent-1:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 93, 105, var(--tw-bg-opacity));
  }

  .tw .sm\:focus\:bg-accent-2:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(7, 245, 175, var(--tw-bg-opacity));
  }

  .tw .sm\:focus\:bg-accent-3:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(4, 211, 114, var(--tw-bg-opacity));
  }

  .tw .sm\:focus\:bg-accent-4:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(132, 81, 245, var(--tw-bg-opacity));
  }

  .tw .sm\:active\:bg-current:active{
    background-color: currentColor;
  }

  .tw .sm\:active\:bg-transparent:active{
    background-color: transparent;
  }

  .tw .sm\:active\:bg-white:active{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  }

  .tw .sm\:active\:bg-black:active{
    --tw-bg-opacity: 1;
    background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
  }

  .tw .sm\:active\:bg-gray-10:active{
    --tw-bg-opacity: 1;
    background-color: rgba(240, 240, 240, var(--tw-bg-opacity));
  }

  .tw .sm\:active\:bg-gray-20:active{
    --tw-bg-opacity: 1;
    background-color: rgba(226, 226, 226, var(--tw-bg-opacity));
  }

  .tw .sm\:active\:bg-gray-30:active{
    --tw-bg-opacity: 1;
    background-color: rgba(211, 211, 211, var(--tw-bg-opacity));
  }

  .tw .sm\:active\:bg-gray-40:active{
    --tw-bg-opacity: 1;
    background-color: rgba(197, 197, 197, var(--tw-bg-opacity));
  }

  .tw .sm\:active\:bg-gray-50:active{
    --tw-bg-opacity: 1;
    background-color: rgba(183, 183, 183, var(--tw-bg-opacity));
  }

  .tw .sm\:active\:bg-gray-60:active{
    --tw-bg-opacity: 1;
    background-color: rgba(169, 169, 169, var(--tw-bg-opacity));
  }

  .tw .sm\:active\:bg-gray-70:active{
    --tw-bg-opacity: 1;
    background-color: rgba(156, 156, 156, var(--tw-bg-opacity));
  }

  .tw .sm\:active\:bg-gray-80:active{
    --tw-bg-opacity: 1;
    background-color: rgba(142, 142, 142, var(--tw-bg-opacity));
  }

  .tw .sm\:active\:bg-gray-90:active{
    --tw-bg-opacity: 1;
    background-color: rgba(129, 129, 129, var(--tw-bg-opacity));
  }

  .tw .sm\:active\:bg-gray-100:active{
    --tw-bg-opacity: 1;
    background-color: rgba(108, 109, 114, var(--tw-bg-opacity));
  }

  .tw .sm\:active\:bg-gray-200:active{
    --tw-bg-opacity: 1;
    background-color: rgba(96, 97, 103, var(--tw-bg-opacity));
  }

  .tw .sm\:active\:bg-gray-300:active{
    --tw-bg-opacity: 1;
    background-color: rgba(84, 86, 91, var(--tw-bg-opacity));
  }

  .tw .sm\:active\:bg-gray-400:active{
    --tw-bg-opacity: 1;
    background-color: rgba(73, 73, 80, var(--tw-bg-opacity));
  }

  .tw .sm\:active\:bg-gray-500:active{
    --tw-bg-opacity: 1;
    background-color: rgba(61, 61, 68, var(--tw-bg-opacity));
  }

  .tw .sm\:active\:bg-gray-600:active{
    --tw-bg-opacity: 1;
    background-color: rgba(53, 53, 61, var(--tw-bg-opacity));
  }

  .tw .sm\:active\:bg-gray-700:active{
    --tw-bg-opacity: 1;
    background-color: rgba(45, 45, 49, var(--tw-bg-opacity));
  }

  .tw .sm\:active\:bg-gray-800:active{
    --tw-bg-opacity: 1;
    background-color: rgba(38, 37, 42, var(--tw-bg-opacity));
  }

  .tw .sm\:active\:bg-gray-850:active{
    --tw-bg-opacity: 1;
    background-color: rgba(32, 32, 37, var(--tw-bg-opacity));
  }

  .tw .sm\:active\:bg-gray-900:active{
    --tw-bg-opacity: 1;
    background-color: rgba(27, 27, 32, var(--tw-bg-opacity));
  }

  .tw .sm\:active\:bg-gray-950:active{
    --tw-bg-opacity: 1;
    background-color: rgba(20, 20, 23, var(--tw-bg-opacity));
  }

  .tw .sm\:active\:bg-brand-50:active{
    --tw-bg-opacity: 1;
    background-color: rgba(127, 255, 255, var(--tw-bg-opacity));
  }

  .tw .sm\:active\:bg-brand-100:active{
    --tw-bg-opacity: 1;
    background-color: rgba(87, 226, 255, var(--tw-bg-opacity));
  }

  .tw .sm\:active\:bg-brand-200:active{
    --tw-bg-opacity: 1;
    background-color: rgba(32, 197, 255, var(--tw-bg-opacity));
  }

  .tw .sm\:active\:bg-brand-300:active{
    --tw-bg-opacity: 1;
    background-color: rgba(0, 167, 231, var(--tw-bg-opacity));
  }

  .tw .sm\:active\:bg-brand-400:active{
    --tw-bg-opacity: 1;
    background-color: rgba(0, 139, 201, var(--tw-bg-opacity));
  }

  .tw .sm\:active\:bg-brand-500:active{
    --tw-bg-opacity: 1;
    background-color: rgba(0, 112, 172, var(--tw-bg-opacity));
  }

  .tw .sm\:active\:bg-brand-600:active{
    --tw-bg-opacity: 1;
    background-color: rgba(0, 86, 143, var(--tw-bg-opacity));
  }

  .tw .sm\:active\:bg-brand-700:active{
    --tw-bg-opacity: 1;
    background-color: rgba(0, 62, 116, var(--tw-bg-opacity));
  }

  .tw .sm\:active\:bg-brand-800:active{
    --tw-bg-opacity: 1;
    background-color: rgba(0, 39, 89, var(--tw-bg-opacity));
  }

  .tw .sm\:active\:bg-brand-900:active{
    --tw-bg-opacity: 1;
    background-color: rgba(0, 18, 63, var(--tw-bg-opacity));
  }

  .tw .sm\:active\:bg-brand:active{
    --tw-bg-opacity: 1;
    background-color: rgba(0, 190, 255, var(--tw-bg-opacity));
  }

  .tw .sm\:active\:bg-brand-base:active{
    --tw-bg-opacity: 1;
    background-color: rgba(0, 190, 255, var(--tw-bg-opacity));
  }

  .tw .sm\:active\:bg-red-50:active{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 202, 200, var(--tw-bg-opacity));
  }

  .tw .sm\:active\:bg-red-100:active{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 171, 171, var(--tw-bg-opacity));
  }

  .tw .sm\:active\:bg-red-200:active{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 142, 142, var(--tw-bg-opacity));
  }

  .tw .sm\:active\:bg-red-300:active{
    --tw-bg-opacity: 1;
    background-color: rgba(247, 112, 115, var(--tw-bg-opacity));
  }

  .tw .sm\:active\:bg-red-400:active{
    --tw-bg-opacity: 1;
    background-color: rgba(215, 83, 89, var(--tw-bg-opacity));
  }

  .tw .sm\:active\:bg-red-500:active{
    --tw-bg-opacity: 1;
    background-color: rgba(182, 54, 64, var(--tw-bg-opacity));
  }

  .tw .sm\:active\:bg-red-600:active{
    --tw-bg-opacity: 1;
    background-color: rgba(150, 18, 41, var(--tw-bg-opacity));
  }

  .tw .sm\:active\:bg-red-700:active{
    --tw-bg-opacity: 1;
    background-color: rgba(119, 0, 19, var(--tw-bg-opacity));
  }

  .tw .sm\:active\:bg-red-800:active{
    --tw-bg-opacity: 1;
    background-color: rgba(89, 0, 0, var(--tw-bg-opacity));
  }

  .tw .sm\:active\:bg-red-900:active{
    --tw-bg-opacity: 1;
    background-color: rgba(65, 0, 0, var(--tw-bg-opacity));
  }

  .tw .sm\:active\:bg-red:active{
    --tw-bg-opacity: 1;
    background-color: rgba(211, 80, 86, var(--tw-bg-opacity));
  }

  .tw .sm\:active\:bg-red-brand:active{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 79, 79, var(--tw-bg-opacity));
  }

  .tw .sm\:active\:bg-green-50:active{
    --tw-bg-opacity: 1;
    background-color: rgba(141, 255, 205, var(--tw-bg-opacity));
  }

  .tw .sm\:active\:bg-green-100:active{
    --tw-bg-opacity: 1;
    background-color: rgba(109, 236, 176, var(--tw-bg-opacity));
  }

  .tw .sm\:active\:bg-green-200:active{
    --tw-bg-opacity: 1;
    background-color: rgba(76, 206, 147, var(--tw-bg-opacity));
  }

  .tw .sm\:active\:bg-green-300:active{
    --tw-bg-opacity: 1;
    background-color: rgba(36, 176, 119, var(--tw-bg-opacity));
  }

  .tw .sm\:active\:bg-green-400:active{
    --tw-bg-opacity: 1;
    background-color: rgba(0, 147, 93, var(--tw-bg-opacity));
  }

  .tw .sm\:active\:bg-green-500:active{
    --tw-bg-opacity: 1;
    background-color: rgba(0, 119, 68, var(--tw-bg-opacity));
  }

  .tw .sm\:active\:bg-green-600:active{
    --tw-bg-opacity: 1;
    background-color: rgba(0, 91, 43, var(--tw-bg-opacity));
  }

  .tw .sm\:active\:bg-green-700:active{
    --tw-bg-opacity: 1;
    background-color: rgba(0, 65, 21, var(--tw-bg-opacity));
  }

  .tw .sm\:active\:bg-green-800:active{
    --tw-bg-opacity: 1;
    background-color: rgba(0, 43, 0, var(--tw-bg-opacity));
  }

  .tw .sm\:active\:bg-green-900:active{
    --tw-bg-opacity: 1;
    background-color: rgba(0, 27, 0, var(--tw-bg-opacity));
  }

  .tw .sm\:active\:bg-green:active{
    --tw-bg-opacity: 1;
    background-color: rgba(46, 182, 125, var(--tw-bg-opacity));
  }

  .tw .sm\:active\:bg-yellow-50:active{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 235, 87, var(--tw-bg-opacity));
  }

  .tw .sm\:active\:bg-yellow-100:active{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 205, 55, var(--tw-bg-opacity));
  }

  .tw .sm\:active\:bg-yellow-200:active{
    --tw-bg-opacity: 1;
    background-color: rgba(228, 176, 9, var(--tw-bg-opacity));
  }

  .tw .sm\:active\:bg-yellow-300:active{
    --tw-bg-opacity: 1;
    background-color: rgba(195, 148, 0, var(--tw-bg-opacity));
  }

  .tw .sm\:active\:bg-yellow-400:active{
    --tw-bg-opacity: 1;
    background-color: rgba(163, 121, 0, var(--tw-bg-opacity));
  }

  .tw .sm\:active\:bg-yellow-500:active{
    --tw-bg-opacity: 1;
    background-color: rgba(133, 95, 0, var(--tw-bg-opacity));
  }

  .tw .sm\:active\:bg-yellow-600:active{
    --tw-bg-opacity: 1;
    background-color: rgba(104, 70, 0, var(--tw-bg-opacity));
  }

  .tw .sm\:active\:bg-yellow-700:active{
    --tw-bg-opacity: 1;
    background-color: rgba(79, 46, 0, var(--tw-bg-opacity));
  }

  .tw .sm\:active\:bg-yellow-800:active{
    --tw-bg-opacity: 1;
    background-color: rgba(61, 22, 0, var(--tw-bg-opacity));
  }

  .tw .sm\:active\:bg-yellow-900:active{
    --tw-bg-opacity: 1;
    background-color: rgba(50, 0, 0, var(--tw-bg-opacity));
  }

  .tw .sm\:active\:bg-yellow:active{
    --tw-bg-opacity: 1;
    background-color: rgba(254, 199, 47, var(--tw-bg-opacity));
  }

  .tw .sm\:active\:bg-purple-50:active{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 216, 255, var(--tw-bg-opacity));
  }

  .tw .sm\:active\:bg-purple-100:active{
    --tw-bg-opacity: 1;
    background-color: rgba(240, 186, 255, var(--tw-bg-opacity));
  }

  .tw .sm\:active\:bg-purple-200:active{
    --tw-bg-opacity: 1;
    background-color: rgba(208, 157, 255, var(--tw-bg-opacity));
  }

  .tw .sm\:active\:bg-purple-300:active{
    --tw-bg-opacity: 1;
    background-color: rgba(177, 128, 255, var(--tw-bg-opacity));
  }

  .tw .sm\:active\:bg-purple-400:active{
    --tw-bg-opacity: 1;
    background-color: rgba(146, 101, 233, var(--tw-bg-opacity));
  }

  .tw .sm\:active\:bg-purple-500:active{
    --tw-bg-opacity: 1;
    background-color: rgba(116, 74, 203, var(--tw-bg-opacity));
  }

  .tw .sm\:active\:bg-purple-600:active{
    --tw-bg-opacity: 1;
    background-color: rgba(85, 48, 173, var(--tw-bg-opacity));
  }

  .tw .sm\:active\:bg-purple-700:active{
    --tw-bg-opacity: 1;
    background-color: rgba(53, 22, 144, var(--tw-bg-opacity));
  }

  .tw .sm\:active\:bg-purple-800:active{
    --tw-bg-opacity: 1;
    background-color: rgba(9, 0, 116, var(--tw-bg-opacity));
  }

  .tw .sm\:active\:bg-purple-900:active{
    --tw-bg-opacity: 1;
    background-color: rgba(0, 0, 89, var(--tw-bg-opacity));
  }

  .tw .sm\:active\:bg-purple:active{
    --tw-bg-opacity: 1;
    background-color: rgba(168, 120, 255, var(--tw-bg-opacity));
  }

  .tw .sm\:active\:bg-orange-50:active{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 210, 131, var(--tw-bg-opacity));
  }

  .tw .sm\:active\:bg-orange-100:active{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 180, 103, var(--tw-bg-opacity));
  }

  .tw .sm\:active\:bg-orange-200:active{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 151, 75, var(--tw-bg-opacity));
  }

  .tw .sm\:active\:bg-orange-300:active{
    --tw-bg-opacity: 1;
    background-color: rgba(240, 122, 47, var(--tw-bg-opacity));
  }

  .tw .sm\:active\:bg-orange-400:active{
    --tw-bg-opacity: 1;
    background-color: rgba(206, 95, 17, var(--tw-bg-opacity));
  }

  .tw .sm\:active\:bg-orange-500:active{
    --tw-bg-opacity: 1;
    background-color: rgba(173, 68, 0, var(--tw-bg-opacity));
  }

  .tw .sm\:active\:bg-orange-600:active{
    --tw-bg-opacity: 1;
    background-color: rgba(141, 40, 0, var(--tw-bg-opacity));
  }

  .tw .sm\:active\:bg-orange-700:active{
    --tw-bg-opacity: 1;
    background-color: rgba(111, 6, 0, var(--tw-bg-opacity));
  }

  .tw .sm\:active\:bg-orange-800:active{
    --tw-bg-opacity: 1;
    background-color: rgba(84, 0, 0, var(--tw-bg-opacity));
  }

  .tw .sm\:active\:bg-orange-900:active{
    --tw-bg-opacity: 1;
    background-color: rgba(65, 0, 0, var(--tw-bg-opacity));
  }

  .tw .sm\:active\:bg-orange:active{
    --tw-bg-opacity: 1;
    background-color: rgba(245, 127, 52, var(--tw-bg-opacity));
  }

  .tw .sm\:active\:bg-surface-brand:active{
    --tw-bg-opacity: 1;
    background-color: rgba(26, 26, 26, var(--tw-bg-opacity));
  }

  .tw .sm\:active\:bg-surface-lower:active{
    --tw-bg-opacity: 1;
    background-color: rgba(18, 19, 20, var(--tw-bg-opacity));
  }

  .tw .sm\:active\:bg-surface-base:active{
    --tw-bg-opacity: 1;
    background-color: rgba(29, 30, 31, var(--tw-bg-opacity));
  }

  .tw .sm\:active\:bg-surface-low:active{
    --tw-bg-opacity: 1;
    background-color: rgba(33, 33, 36, var(--tw-bg-opacity));
  }

  .tw .sm\:active\:bg-surface-middle:active{
    --tw-bg-opacity: 1;
    background-color: rgba(38, 38, 42, var(--tw-bg-opacity));
  }

  .tw .sm\:active\:bg-surface-upper:active{
    --tw-bg-opacity: 1;
    background-color: rgba(41, 41, 46, var(--tw-bg-opacity));
  }

  .tw .sm\:active\:bg-surface-high:active{
    --tw-bg-opacity: 1;
    background-color: rgba(52, 52, 53, var(--tw-bg-opacity));
  }

  .tw .sm\:active\:bg-surface-higher:active{
    --tw-bg-opacity: 1;
    background-color: rgba(74, 75, 75, var(--tw-bg-opacity));
  }

  .tw .sm\:active\:bg-surface-highest:active{
    --tw-bg-opacity: 1;
    background-color: rgba(97, 97, 98, var(--tw-bg-opacity));
  }

  .tw .sm\:active\:bg-glyph-base:active{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  }

  .tw .sm\:active\:bg-glyph-light:active{
    --tw-bg-opacity: 1;
    background-color: rgba(194, 194, 194, var(--tw-bg-opacity));
  }

  .tw .sm\:active\:bg-glyph-lighter:active{
    --tw-bg-opacity: 1;
    background-color: rgba(150, 150, 150, var(--tw-bg-opacity));
  }

  .tw .sm\:active\:bg-glyph-lightest:active{
    --tw-bg-opacity: 1;
    background-color: rgba(80, 80, 80, var(--tw-bg-opacity));
  }

  .tw .sm\:active\:bg-link:active{
    --tw-bg-opacity: 1;
    background-color: rgba(0, 190, 255, var(--tw-bg-opacity));
  }

  .tw .sm\:active\:bg-info-error:active{
    --tw-bg-opacity: 1;
    background-color: rgba(235, 51, 65, var(--tw-bg-opacity));
  }

  .tw .sm\:active\:bg-info-danger:active{
    --tw-bg-opacity: 1;
    background-color: rgba(247, 127, 37, var(--tw-bg-opacity));
  }

  .tw .sm\:active\:bg-info-warn:active{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 200, 47, var(--tw-bg-opacity));
  }

  .tw .sm\:active\:bg-info-ok:active{
    --tw-bg-opacity: 1;
    background-color: rgba(0, 151, 79, var(--tw-bg-opacity));
  }

  .tw .sm\:active\:bg-info-notice:active{
    --tw-bg-opacity: 1;
    background-color: rgba(1, 128, 255, var(--tw-bg-opacity));
  }

  .tw .sm\:active\:bg-accent-1:active{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 93, 105, var(--tw-bg-opacity));
  }

  .tw .sm\:active\:bg-accent-2:active{
    --tw-bg-opacity: 1;
    background-color: rgba(7, 245, 175, var(--tw-bg-opacity));
  }

  .tw .sm\:active\:bg-accent-3:active{
    --tw-bg-opacity: 1;
    background-color: rgba(4, 211, 114, var(--tw-bg-opacity));
  }

  .tw .sm\:active\:bg-accent-4:active{
    --tw-bg-opacity: 1;
    background-color: rgba(132, 81, 245, var(--tw-bg-opacity));
  }

  .tw .group:hover .sm\:group-hover\:bg-current{
    background-color: currentColor;
  }

  .tw .group:hover .sm\:group-hover\:bg-transparent{
    background-color: transparent;
  }

  .tw .group:hover .sm\:group-hover\:bg-white{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  }

  .tw .group:hover .sm\:group-hover\:bg-black{
    --tw-bg-opacity: 1;
    background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
  }

  .tw .group:hover .sm\:group-hover\:bg-gray-10{
    --tw-bg-opacity: 1;
    background-color: rgba(240, 240, 240, var(--tw-bg-opacity));
  }

  .tw .group:hover .sm\:group-hover\:bg-gray-20{
    --tw-bg-opacity: 1;
    background-color: rgba(226, 226, 226, var(--tw-bg-opacity));
  }

  .tw .group:hover .sm\:group-hover\:bg-gray-30{
    --tw-bg-opacity: 1;
    background-color: rgba(211, 211, 211, var(--tw-bg-opacity));
  }

  .tw .group:hover .sm\:group-hover\:bg-gray-40{
    --tw-bg-opacity: 1;
    background-color: rgba(197, 197, 197, var(--tw-bg-opacity));
  }

  .tw .group:hover .sm\:group-hover\:bg-gray-50{
    --tw-bg-opacity: 1;
    background-color: rgba(183, 183, 183, var(--tw-bg-opacity));
  }

  .tw .group:hover .sm\:group-hover\:bg-gray-60{
    --tw-bg-opacity: 1;
    background-color: rgba(169, 169, 169, var(--tw-bg-opacity));
  }

  .tw .group:hover .sm\:group-hover\:bg-gray-70{
    --tw-bg-opacity: 1;
    background-color: rgba(156, 156, 156, var(--tw-bg-opacity));
  }

  .tw .group:hover .sm\:group-hover\:bg-gray-80{
    --tw-bg-opacity: 1;
    background-color: rgba(142, 142, 142, var(--tw-bg-opacity));
  }

  .tw .group:hover .sm\:group-hover\:bg-gray-90{
    --tw-bg-opacity: 1;
    background-color: rgba(129, 129, 129, var(--tw-bg-opacity));
  }

  .tw .group:hover .sm\:group-hover\:bg-gray-100{
    --tw-bg-opacity: 1;
    background-color: rgba(108, 109, 114, var(--tw-bg-opacity));
  }

  .tw .group:hover .sm\:group-hover\:bg-gray-200{
    --tw-bg-opacity: 1;
    background-color: rgba(96, 97, 103, var(--tw-bg-opacity));
  }

  .tw .group:hover .sm\:group-hover\:bg-gray-300{
    --tw-bg-opacity: 1;
    background-color: rgba(84, 86, 91, var(--tw-bg-opacity));
  }

  .tw .group:hover .sm\:group-hover\:bg-gray-400{
    --tw-bg-opacity: 1;
    background-color: rgba(73, 73, 80, var(--tw-bg-opacity));
  }

  .tw .group:hover .sm\:group-hover\:bg-gray-500{
    --tw-bg-opacity: 1;
    background-color: rgba(61, 61, 68, var(--tw-bg-opacity));
  }

  .tw .group:hover .sm\:group-hover\:bg-gray-600{
    --tw-bg-opacity: 1;
    background-color: rgba(53, 53, 61, var(--tw-bg-opacity));
  }

  .tw .group:hover .sm\:group-hover\:bg-gray-700{
    --tw-bg-opacity: 1;
    background-color: rgba(45, 45, 49, var(--tw-bg-opacity));
  }

  .tw .group:hover .sm\:group-hover\:bg-gray-800{
    --tw-bg-opacity: 1;
    background-color: rgba(38, 37, 42, var(--tw-bg-opacity));
  }

  .tw .group:hover .sm\:group-hover\:bg-gray-850{
    --tw-bg-opacity: 1;
    background-color: rgba(32, 32, 37, var(--tw-bg-opacity));
  }

  .tw .group:hover .sm\:group-hover\:bg-gray-900{
    --tw-bg-opacity: 1;
    background-color: rgba(27, 27, 32, var(--tw-bg-opacity));
  }

  .tw .group:hover .sm\:group-hover\:bg-gray-950{
    --tw-bg-opacity: 1;
    background-color: rgba(20, 20, 23, var(--tw-bg-opacity));
  }

  .tw .group:hover .sm\:group-hover\:bg-brand-50{
    --tw-bg-opacity: 1;
    background-color: rgba(127, 255, 255, var(--tw-bg-opacity));
  }

  .tw .group:hover .sm\:group-hover\:bg-brand-100{
    --tw-bg-opacity: 1;
    background-color: rgba(87, 226, 255, var(--tw-bg-opacity));
  }

  .tw .group:hover .sm\:group-hover\:bg-brand-200{
    --tw-bg-opacity: 1;
    background-color: rgba(32, 197, 255, var(--tw-bg-opacity));
  }

  .tw .group:hover .sm\:group-hover\:bg-brand-300{
    --tw-bg-opacity: 1;
    background-color: rgba(0, 167, 231, var(--tw-bg-opacity));
  }

  .tw .group:hover .sm\:group-hover\:bg-brand-400{
    --tw-bg-opacity: 1;
    background-color: rgba(0, 139, 201, var(--tw-bg-opacity));
  }

  .tw .group:hover .sm\:group-hover\:bg-brand-500{
    --tw-bg-opacity: 1;
    background-color: rgba(0, 112, 172, var(--tw-bg-opacity));
  }

  .tw .group:hover .sm\:group-hover\:bg-brand-600{
    --tw-bg-opacity: 1;
    background-color: rgba(0, 86, 143, var(--tw-bg-opacity));
  }

  .tw .group:hover .sm\:group-hover\:bg-brand-700{
    --tw-bg-opacity: 1;
    background-color: rgba(0, 62, 116, var(--tw-bg-opacity));
  }

  .tw .group:hover .sm\:group-hover\:bg-brand-800{
    --tw-bg-opacity: 1;
    background-color: rgba(0, 39, 89, var(--tw-bg-opacity));
  }

  .tw .group:hover .sm\:group-hover\:bg-brand-900{
    --tw-bg-opacity: 1;
    background-color: rgba(0, 18, 63, var(--tw-bg-opacity));
  }

  .tw .group:hover .sm\:group-hover\:bg-brand{
    --tw-bg-opacity: 1;
    background-color: rgba(0, 190, 255, var(--tw-bg-opacity));
  }

  .tw .group:hover .sm\:group-hover\:bg-brand-base{
    --tw-bg-opacity: 1;
    background-color: rgba(0, 190, 255, var(--tw-bg-opacity));
  }

  .tw .group:hover .sm\:group-hover\:bg-red-50{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 202, 200, var(--tw-bg-opacity));
  }

  .tw .group:hover .sm\:group-hover\:bg-red-100{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 171, 171, var(--tw-bg-opacity));
  }

  .tw .group:hover .sm\:group-hover\:bg-red-200{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 142, 142, var(--tw-bg-opacity));
  }

  .tw .group:hover .sm\:group-hover\:bg-red-300{
    --tw-bg-opacity: 1;
    background-color: rgba(247, 112, 115, var(--tw-bg-opacity));
  }

  .tw .group:hover .sm\:group-hover\:bg-red-400{
    --tw-bg-opacity: 1;
    background-color: rgba(215, 83, 89, var(--tw-bg-opacity));
  }

  .tw .group:hover .sm\:group-hover\:bg-red-500{
    --tw-bg-opacity: 1;
    background-color: rgba(182, 54, 64, var(--tw-bg-opacity));
  }

  .tw .group:hover .sm\:group-hover\:bg-red-600{
    --tw-bg-opacity: 1;
    background-color: rgba(150, 18, 41, var(--tw-bg-opacity));
  }

  .tw .group:hover .sm\:group-hover\:bg-red-700{
    --tw-bg-opacity: 1;
    background-color: rgba(119, 0, 19, var(--tw-bg-opacity));
  }

  .tw .group:hover .sm\:group-hover\:bg-red-800{
    --tw-bg-opacity: 1;
    background-color: rgba(89, 0, 0, var(--tw-bg-opacity));
  }

  .tw .group:hover .sm\:group-hover\:bg-red-900{
    --tw-bg-opacity: 1;
    background-color: rgba(65, 0, 0, var(--tw-bg-opacity));
  }

  .tw .group:hover .sm\:group-hover\:bg-red{
    --tw-bg-opacity: 1;
    background-color: rgba(211, 80, 86, var(--tw-bg-opacity));
  }

  .tw .group:hover .sm\:group-hover\:bg-red-brand{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 79, 79, var(--tw-bg-opacity));
  }

  .tw .group:hover .sm\:group-hover\:bg-green-50{
    --tw-bg-opacity: 1;
    background-color: rgba(141, 255, 205, var(--tw-bg-opacity));
  }

  .tw .group:hover .sm\:group-hover\:bg-green-100{
    --tw-bg-opacity: 1;
    background-color: rgba(109, 236, 176, var(--tw-bg-opacity));
  }

  .tw .group:hover .sm\:group-hover\:bg-green-200{
    --tw-bg-opacity: 1;
    background-color: rgba(76, 206, 147, var(--tw-bg-opacity));
  }

  .tw .group:hover .sm\:group-hover\:bg-green-300{
    --tw-bg-opacity: 1;
    background-color: rgba(36, 176, 119, var(--tw-bg-opacity));
  }

  .tw .group:hover .sm\:group-hover\:bg-green-400{
    --tw-bg-opacity: 1;
    background-color: rgba(0, 147, 93, var(--tw-bg-opacity));
  }

  .tw .group:hover .sm\:group-hover\:bg-green-500{
    --tw-bg-opacity: 1;
    background-color: rgba(0, 119, 68, var(--tw-bg-opacity));
  }

  .tw .group:hover .sm\:group-hover\:bg-green-600{
    --tw-bg-opacity: 1;
    background-color: rgba(0, 91, 43, var(--tw-bg-opacity));
  }

  .tw .group:hover .sm\:group-hover\:bg-green-700{
    --tw-bg-opacity: 1;
    background-color: rgba(0, 65, 21, var(--tw-bg-opacity));
  }

  .tw .group:hover .sm\:group-hover\:bg-green-800{
    --tw-bg-opacity: 1;
    background-color: rgba(0, 43, 0, var(--tw-bg-opacity));
  }

  .tw .group:hover .sm\:group-hover\:bg-green-900{
    --tw-bg-opacity: 1;
    background-color: rgba(0, 27, 0, var(--tw-bg-opacity));
  }

  .tw .group:hover .sm\:group-hover\:bg-green{
    --tw-bg-opacity: 1;
    background-color: rgba(46, 182, 125, var(--tw-bg-opacity));
  }

  .tw .group:hover .sm\:group-hover\:bg-yellow-50{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 235, 87, var(--tw-bg-opacity));
  }

  .tw .group:hover .sm\:group-hover\:bg-yellow-100{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 205, 55, var(--tw-bg-opacity));
  }

  .tw .group:hover .sm\:group-hover\:bg-yellow-200{
    --tw-bg-opacity: 1;
    background-color: rgba(228, 176, 9, var(--tw-bg-opacity));
  }

  .tw .group:hover .sm\:group-hover\:bg-yellow-300{
    --tw-bg-opacity: 1;
    background-color: rgba(195, 148, 0, var(--tw-bg-opacity));
  }

  .tw .group:hover .sm\:group-hover\:bg-yellow-400{
    --tw-bg-opacity: 1;
    background-color: rgba(163, 121, 0, var(--tw-bg-opacity));
  }

  .tw .group:hover .sm\:group-hover\:bg-yellow-500{
    --tw-bg-opacity: 1;
    background-color: rgba(133, 95, 0, var(--tw-bg-opacity));
  }

  .tw .group:hover .sm\:group-hover\:bg-yellow-600{
    --tw-bg-opacity: 1;
    background-color: rgba(104, 70, 0, var(--tw-bg-opacity));
  }

  .tw .group:hover .sm\:group-hover\:bg-yellow-700{
    --tw-bg-opacity: 1;
    background-color: rgba(79, 46, 0, var(--tw-bg-opacity));
  }

  .tw .group:hover .sm\:group-hover\:bg-yellow-800{
    --tw-bg-opacity: 1;
    background-color: rgba(61, 22, 0, var(--tw-bg-opacity));
  }

  .tw .group:hover .sm\:group-hover\:bg-yellow-900{
    --tw-bg-opacity: 1;
    background-color: rgba(50, 0, 0, var(--tw-bg-opacity));
  }

  .tw .group:hover .sm\:group-hover\:bg-yellow{
    --tw-bg-opacity: 1;
    background-color: rgba(254, 199, 47, var(--tw-bg-opacity));
  }

  .tw .group:hover .sm\:group-hover\:bg-purple-50{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 216, 255, var(--tw-bg-opacity));
  }

  .tw .group:hover .sm\:group-hover\:bg-purple-100{
    --tw-bg-opacity: 1;
    background-color: rgba(240, 186, 255, var(--tw-bg-opacity));
  }

  .tw .group:hover .sm\:group-hover\:bg-purple-200{
    --tw-bg-opacity: 1;
    background-color: rgba(208, 157, 255, var(--tw-bg-opacity));
  }

  .tw .group:hover .sm\:group-hover\:bg-purple-300{
    --tw-bg-opacity: 1;
    background-color: rgba(177, 128, 255, var(--tw-bg-opacity));
  }

  .tw .group:hover .sm\:group-hover\:bg-purple-400{
    --tw-bg-opacity: 1;
    background-color: rgba(146, 101, 233, var(--tw-bg-opacity));
  }

  .tw .group:hover .sm\:group-hover\:bg-purple-500{
    --tw-bg-opacity: 1;
    background-color: rgba(116, 74, 203, var(--tw-bg-opacity));
  }

  .tw .group:hover .sm\:group-hover\:bg-purple-600{
    --tw-bg-opacity: 1;
    background-color: rgba(85, 48, 173, var(--tw-bg-opacity));
  }

  .tw .group:hover .sm\:group-hover\:bg-purple-700{
    --tw-bg-opacity: 1;
    background-color: rgba(53, 22, 144, var(--tw-bg-opacity));
  }

  .tw .group:hover .sm\:group-hover\:bg-purple-800{
    --tw-bg-opacity: 1;
    background-color: rgba(9, 0, 116, var(--tw-bg-opacity));
  }

  .tw .group:hover .sm\:group-hover\:bg-purple-900{
    --tw-bg-opacity: 1;
    background-color: rgba(0, 0, 89, var(--tw-bg-opacity));
  }

  .tw .group:hover .sm\:group-hover\:bg-purple{
    --tw-bg-opacity: 1;
    background-color: rgba(168, 120, 255, var(--tw-bg-opacity));
  }

  .tw .group:hover .sm\:group-hover\:bg-orange-50{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 210, 131, var(--tw-bg-opacity));
  }

  .tw .group:hover .sm\:group-hover\:bg-orange-100{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 180, 103, var(--tw-bg-opacity));
  }

  .tw .group:hover .sm\:group-hover\:bg-orange-200{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 151, 75, var(--tw-bg-opacity));
  }

  .tw .group:hover .sm\:group-hover\:bg-orange-300{
    --tw-bg-opacity: 1;
    background-color: rgba(240, 122, 47, var(--tw-bg-opacity));
  }

  .tw .group:hover .sm\:group-hover\:bg-orange-400{
    --tw-bg-opacity: 1;
    background-color: rgba(206, 95, 17, var(--tw-bg-opacity));
  }

  .tw .group:hover .sm\:group-hover\:bg-orange-500{
    --tw-bg-opacity: 1;
    background-color: rgba(173, 68, 0, var(--tw-bg-opacity));
  }

  .tw .group:hover .sm\:group-hover\:bg-orange-600{
    --tw-bg-opacity: 1;
    background-color: rgba(141, 40, 0, var(--tw-bg-opacity));
  }

  .tw .group:hover .sm\:group-hover\:bg-orange-700{
    --tw-bg-opacity: 1;
    background-color: rgba(111, 6, 0, var(--tw-bg-opacity));
  }

  .tw .group:hover .sm\:group-hover\:bg-orange-800{
    --tw-bg-opacity: 1;
    background-color: rgba(84, 0, 0, var(--tw-bg-opacity));
  }

  .tw .group:hover .sm\:group-hover\:bg-orange-900{
    --tw-bg-opacity: 1;
    background-color: rgba(65, 0, 0, var(--tw-bg-opacity));
  }

  .tw .group:hover .sm\:group-hover\:bg-orange{
    --tw-bg-opacity: 1;
    background-color: rgba(245, 127, 52, var(--tw-bg-opacity));
  }

  .tw .group:hover .sm\:group-hover\:bg-surface-brand{
    --tw-bg-opacity: 1;
    background-color: rgba(26, 26, 26, var(--tw-bg-opacity));
  }

  .tw .group:hover .sm\:group-hover\:bg-surface-lower{
    --tw-bg-opacity: 1;
    background-color: rgba(18, 19, 20, var(--tw-bg-opacity));
  }

  .tw .group:hover .sm\:group-hover\:bg-surface-base{
    --tw-bg-opacity: 1;
    background-color: rgba(29, 30, 31, var(--tw-bg-opacity));
  }

  .tw .group:hover .sm\:group-hover\:bg-surface-low{
    --tw-bg-opacity: 1;
    background-color: rgba(33, 33, 36, var(--tw-bg-opacity));
  }

  .tw .group:hover .sm\:group-hover\:bg-surface-middle{
    --tw-bg-opacity: 1;
    background-color: rgba(38, 38, 42, var(--tw-bg-opacity));
  }

  .tw .group:hover .sm\:group-hover\:bg-surface-upper{
    --tw-bg-opacity: 1;
    background-color: rgba(41, 41, 46, var(--tw-bg-opacity));
  }

  .tw .group:hover .sm\:group-hover\:bg-surface-high{
    --tw-bg-opacity: 1;
    background-color: rgba(52, 52, 53, var(--tw-bg-opacity));
  }

  .tw .group:hover .sm\:group-hover\:bg-surface-higher{
    --tw-bg-opacity: 1;
    background-color: rgba(74, 75, 75, var(--tw-bg-opacity));
  }

  .tw .group:hover .sm\:group-hover\:bg-surface-highest{
    --tw-bg-opacity: 1;
    background-color: rgba(97, 97, 98, var(--tw-bg-opacity));
  }

  .tw .group:hover .sm\:group-hover\:bg-glyph-base{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  }

  .tw .group:hover .sm\:group-hover\:bg-glyph-light{
    --tw-bg-opacity: 1;
    background-color: rgba(194, 194, 194, var(--tw-bg-opacity));
  }

  .tw .group:hover .sm\:group-hover\:bg-glyph-lighter{
    --tw-bg-opacity: 1;
    background-color: rgba(150, 150, 150, var(--tw-bg-opacity));
  }

  .tw .group:hover .sm\:group-hover\:bg-glyph-lightest{
    --tw-bg-opacity: 1;
    background-color: rgba(80, 80, 80, var(--tw-bg-opacity));
  }

  .tw .group:hover .sm\:group-hover\:bg-link{
    --tw-bg-opacity: 1;
    background-color: rgba(0, 190, 255, var(--tw-bg-opacity));
  }

  .tw .group:hover .sm\:group-hover\:bg-info-error{
    --tw-bg-opacity: 1;
    background-color: rgba(235, 51, 65, var(--tw-bg-opacity));
  }

  .tw .group:hover .sm\:group-hover\:bg-info-danger{
    --tw-bg-opacity: 1;
    background-color: rgba(247, 127, 37, var(--tw-bg-opacity));
  }

  .tw .group:hover .sm\:group-hover\:bg-info-warn{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 200, 47, var(--tw-bg-opacity));
  }

  .tw .group:hover .sm\:group-hover\:bg-info-ok{
    --tw-bg-opacity: 1;
    background-color: rgba(0, 151, 79, var(--tw-bg-opacity));
  }

  .tw .group:hover .sm\:group-hover\:bg-info-notice{
    --tw-bg-opacity: 1;
    background-color: rgba(1, 128, 255, var(--tw-bg-opacity));
  }

  .tw .group:hover .sm\:group-hover\:bg-accent-1{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 93, 105, var(--tw-bg-opacity));
  }

  .tw .group:hover .sm\:group-hover\:bg-accent-2{
    --tw-bg-opacity: 1;
    background-color: rgba(7, 245, 175, var(--tw-bg-opacity));
  }

  .tw .group:hover .sm\:group-hover\:bg-accent-3{
    --tw-bg-opacity: 1;
    background-color: rgba(4, 211, 114, var(--tw-bg-opacity));
  }

  .tw .group:hover .sm\:group-hover\:bg-accent-4{
    --tw-bg-opacity: 1;
    background-color: rgba(132, 81, 245, var(--tw-bg-opacity));
  }

  .tw .sm\:checked\:bg-current:checked{
    background-color: currentColor;
  }

  .tw .sm\:checked\:bg-transparent:checked{
    background-color: transparent;
  }

  .tw .sm\:checked\:bg-white:checked{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  }

  .tw .sm\:checked\:bg-black:checked{
    --tw-bg-opacity: 1;
    background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
  }

  .tw .sm\:checked\:bg-gray-10:checked{
    --tw-bg-opacity: 1;
    background-color: rgba(240, 240, 240, var(--tw-bg-opacity));
  }

  .tw .sm\:checked\:bg-gray-20:checked{
    --tw-bg-opacity: 1;
    background-color: rgba(226, 226, 226, var(--tw-bg-opacity));
  }

  .tw .sm\:checked\:bg-gray-30:checked{
    --tw-bg-opacity: 1;
    background-color: rgba(211, 211, 211, var(--tw-bg-opacity));
  }

  .tw .sm\:checked\:bg-gray-40:checked{
    --tw-bg-opacity: 1;
    background-color: rgba(197, 197, 197, var(--tw-bg-opacity));
  }

  .tw .sm\:checked\:bg-gray-50:checked{
    --tw-bg-opacity: 1;
    background-color: rgba(183, 183, 183, var(--tw-bg-opacity));
  }

  .tw .sm\:checked\:bg-gray-60:checked{
    --tw-bg-opacity: 1;
    background-color: rgba(169, 169, 169, var(--tw-bg-opacity));
  }

  .tw .sm\:checked\:bg-gray-70:checked{
    --tw-bg-opacity: 1;
    background-color: rgba(156, 156, 156, var(--tw-bg-opacity));
  }

  .tw .sm\:checked\:bg-gray-80:checked{
    --tw-bg-opacity: 1;
    background-color: rgba(142, 142, 142, var(--tw-bg-opacity));
  }

  .tw .sm\:checked\:bg-gray-90:checked{
    --tw-bg-opacity: 1;
    background-color: rgba(129, 129, 129, var(--tw-bg-opacity));
  }

  .tw .sm\:checked\:bg-gray-100:checked{
    --tw-bg-opacity: 1;
    background-color: rgba(108, 109, 114, var(--tw-bg-opacity));
  }

  .tw .sm\:checked\:bg-gray-200:checked{
    --tw-bg-opacity: 1;
    background-color: rgba(96, 97, 103, var(--tw-bg-opacity));
  }

  .tw .sm\:checked\:bg-gray-300:checked{
    --tw-bg-opacity: 1;
    background-color: rgba(84, 86, 91, var(--tw-bg-opacity));
  }

  .tw .sm\:checked\:bg-gray-400:checked{
    --tw-bg-opacity: 1;
    background-color: rgba(73, 73, 80, var(--tw-bg-opacity));
  }

  .tw .sm\:checked\:bg-gray-500:checked{
    --tw-bg-opacity: 1;
    background-color: rgba(61, 61, 68, var(--tw-bg-opacity));
  }

  .tw .sm\:checked\:bg-gray-600:checked{
    --tw-bg-opacity: 1;
    background-color: rgba(53, 53, 61, var(--tw-bg-opacity));
  }

  .tw .sm\:checked\:bg-gray-700:checked{
    --tw-bg-opacity: 1;
    background-color: rgba(45, 45, 49, var(--tw-bg-opacity));
  }

  .tw .sm\:checked\:bg-gray-800:checked{
    --tw-bg-opacity: 1;
    background-color: rgba(38, 37, 42, var(--tw-bg-opacity));
  }

  .tw .sm\:checked\:bg-gray-850:checked{
    --tw-bg-opacity: 1;
    background-color: rgba(32, 32, 37, var(--tw-bg-opacity));
  }

  .tw .sm\:checked\:bg-gray-900:checked{
    --tw-bg-opacity: 1;
    background-color: rgba(27, 27, 32, var(--tw-bg-opacity));
  }

  .tw .sm\:checked\:bg-gray-950:checked{
    --tw-bg-opacity: 1;
    background-color: rgba(20, 20, 23, var(--tw-bg-opacity));
  }

  .tw .sm\:checked\:bg-brand-50:checked{
    --tw-bg-opacity: 1;
    background-color: rgba(127, 255, 255, var(--tw-bg-opacity));
  }

  .tw .sm\:checked\:bg-brand-100:checked{
    --tw-bg-opacity: 1;
    background-color: rgba(87, 226, 255, var(--tw-bg-opacity));
  }

  .tw .sm\:checked\:bg-brand-200:checked{
    --tw-bg-opacity: 1;
    background-color: rgba(32, 197, 255, var(--tw-bg-opacity));
  }

  .tw .sm\:checked\:bg-brand-300:checked{
    --tw-bg-opacity: 1;
    background-color: rgba(0, 167, 231, var(--tw-bg-opacity));
  }

  .tw .sm\:checked\:bg-brand-400:checked{
    --tw-bg-opacity: 1;
    background-color: rgba(0, 139, 201, var(--tw-bg-opacity));
  }

  .tw .sm\:checked\:bg-brand-500:checked{
    --tw-bg-opacity: 1;
    background-color: rgba(0, 112, 172, var(--tw-bg-opacity));
  }

  .tw .sm\:checked\:bg-brand-600:checked{
    --tw-bg-opacity: 1;
    background-color: rgba(0, 86, 143, var(--tw-bg-opacity));
  }

  .tw .sm\:checked\:bg-brand-700:checked{
    --tw-bg-opacity: 1;
    background-color: rgba(0, 62, 116, var(--tw-bg-opacity));
  }

  .tw .sm\:checked\:bg-brand-800:checked{
    --tw-bg-opacity: 1;
    background-color: rgba(0, 39, 89, var(--tw-bg-opacity));
  }

  .tw .sm\:checked\:bg-brand-900:checked{
    --tw-bg-opacity: 1;
    background-color: rgba(0, 18, 63, var(--tw-bg-opacity));
  }

  .tw .sm\:checked\:bg-brand:checked{
    --tw-bg-opacity: 1;
    background-color: rgba(0, 190, 255, var(--tw-bg-opacity));
  }

  .tw .sm\:checked\:bg-brand-base:checked{
    --tw-bg-opacity: 1;
    background-color: rgba(0, 190, 255, var(--tw-bg-opacity));
  }

  .tw .sm\:checked\:bg-red-50:checked{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 202, 200, var(--tw-bg-opacity));
  }

  .tw .sm\:checked\:bg-red-100:checked{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 171, 171, var(--tw-bg-opacity));
  }

  .tw .sm\:checked\:bg-red-200:checked{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 142, 142, var(--tw-bg-opacity));
  }

  .tw .sm\:checked\:bg-red-300:checked{
    --tw-bg-opacity: 1;
    background-color: rgba(247, 112, 115, var(--tw-bg-opacity));
  }

  .tw .sm\:checked\:bg-red-400:checked{
    --tw-bg-opacity: 1;
    background-color: rgba(215, 83, 89, var(--tw-bg-opacity));
  }

  .tw .sm\:checked\:bg-red-500:checked{
    --tw-bg-opacity: 1;
    background-color: rgba(182, 54, 64, var(--tw-bg-opacity));
  }

  .tw .sm\:checked\:bg-red-600:checked{
    --tw-bg-opacity: 1;
    background-color: rgba(150, 18, 41, var(--tw-bg-opacity));
  }

  .tw .sm\:checked\:bg-red-700:checked{
    --tw-bg-opacity: 1;
    background-color: rgba(119, 0, 19, var(--tw-bg-opacity));
  }

  .tw .sm\:checked\:bg-red-800:checked{
    --tw-bg-opacity: 1;
    background-color: rgba(89, 0, 0, var(--tw-bg-opacity));
  }

  .tw .sm\:checked\:bg-red-900:checked{
    --tw-bg-opacity: 1;
    background-color: rgba(65, 0, 0, var(--tw-bg-opacity));
  }

  .tw .sm\:checked\:bg-red:checked{
    --tw-bg-opacity: 1;
    background-color: rgba(211, 80, 86, var(--tw-bg-opacity));
  }

  .tw .sm\:checked\:bg-red-brand:checked{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 79, 79, var(--tw-bg-opacity));
  }

  .tw .sm\:checked\:bg-green-50:checked{
    --tw-bg-opacity: 1;
    background-color: rgba(141, 255, 205, var(--tw-bg-opacity));
  }

  .tw .sm\:checked\:bg-green-100:checked{
    --tw-bg-opacity: 1;
    background-color: rgba(109, 236, 176, var(--tw-bg-opacity));
  }

  .tw .sm\:checked\:bg-green-200:checked{
    --tw-bg-opacity: 1;
    background-color: rgba(76, 206, 147, var(--tw-bg-opacity));
  }

  .tw .sm\:checked\:bg-green-300:checked{
    --tw-bg-opacity: 1;
    background-color: rgba(36, 176, 119, var(--tw-bg-opacity));
  }

  .tw .sm\:checked\:bg-green-400:checked{
    --tw-bg-opacity: 1;
    background-color: rgba(0, 147, 93, var(--tw-bg-opacity));
  }

  .tw .sm\:checked\:bg-green-500:checked{
    --tw-bg-opacity: 1;
    background-color: rgba(0, 119, 68, var(--tw-bg-opacity));
  }

  .tw .sm\:checked\:bg-green-600:checked{
    --tw-bg-opacity: 1;
    background-color: rgba(0, 91, 43, var(--tw-bg-opacity));
  }

  .tw .sm\:checked\:bg-green-700:checked{
    --tw-bg-opacity: 1;
    background-color: rgba(0, 65, 21, var(--tw-bg-opacity));
  }

  .tw .sm\:checked\:bg-green-800:checked{
    --tw-bg-opacity: 1;
    background-color: rgba(0, 43, 0, var(--tw-bg-opacity));
  }

  .tw .sm\:checked\:bg-green-900:checked{
    --tw-bg-opacity: 1;
    background-color: rgba(0, 27, 0, var(--tw-bg-opacity));
  }

  .tw .sm\:checked\:bg-green:checked{
    --tw-bg-opacity: 1;
    background-color: rgba(46, 182, 125, var(--tw-bg-opacity));
  }

  .tw .sm\:checked\:bg-yellow-50:checked{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 235, 87, var(--tw-bg-opacity));
  }

  .tw .sm\:checked\:bg-yellow-100:checked{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 205, 55, var(--tw-bg-opacity));
  }

  .tw .sm\:checked\:bg-yellow-200:checked{
    --tw-bg-opacity: 1;
    background-color: rgba(228, 176, 9, var(--tw-bg-opacity));
  }

  .tw .sm\:checked\:bg-yellow-300:checked{
    --tw-bg-opacity: 1;
    background-color: rgba(195, 148, 0, var(--tw-bg-opacity));
  }

  .tw .sm\:checked\:bg-yellow-400:checked{
    --tw-bg-opacity: 1;
    background-color: rgba(163, 121, 0, var(--tw-bg-opacity));
  }

  .tw .sm\:checked\:bg-yellow-500:checked{
    --tw-bg-opacity: 1;
    background-color: rgba(133, 95, 0, var(--tw-bg-opacity));
  }

  .tw .sm\:checked\:bg-yellow-600:checked{
    --tw-bg-opacity: 1;
    background-color: rgba(104, 70, 0, var(--tw-bg-opacity));
  }

  .tw .sm\:checked\:bg-yellow-700:checked{
    --tw-bg-opacity: 1;
    background-color: rgba(79, 46, 0, var(--tw-bg-opacity));
  }

  .tw .sm\:checked\:bg-yellow-800:checked{
    --tw-bg-opacity: 1;
    background-color: rgba(61, 22, 0, var(--tw-bg-opacity));
  }

  .tw .sm\:checked\:bg-yellow-900:checked{
    --tw-bg-opacity: 1;
    background-color: rgba(50, 0, 0, var(--tw-bg-opacity));
  }

  .tw .sm\:checked\:bg-yellow:checked{
    --tw-bg-opacity: 1;
    background-color: rgba(254, 199, 47, var(--tw-bg-opacity));
  }

  .tw .sm\:checked\:bg-purple-50:checked{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 216, 255, var(--tw-bg-opacity));
  }

  .tw .sm\:checked\:bg-purple-100:checked{
    --tw-bg-opacity: 1;
    background-color: rgba(240, 186, 255, var(--tw-bg-opacity));
  }

  .tw .sm\:checked\:bg-purple-200:checked{
    --tw-bg-opacity: 1;
    background-color: rgba(208, 157, 255, var(--tw-bg-opacity));
  }

  .tw .sm\:checked\:bg-purple-300:checked{
    --tw-bg-opacity: 1;
    background-color: rgba(177, 128, 255, var(--tw-bg-opacity));
  }

  .tw .sm\:checked\:bg-purple-400:checked{
    --tw-bg-opacity: 1;
    background-color: rgba(146, 101, 233, var(--tw-bg-opacity));
  }

  .tw .sm\:checked\:bg-purple-500:checked{
    --tw-bg-opacity: 1;
    background-color: rgba(116, 74, 203, var(--tw-bg-opacity));
  }

  .tw .sm\:checked\:bg-purple-600:checked{
    --tw-bg-opacity: 1;
    background-color: rgba(85, 48, 173, var(--tw-bg-opacity));
  }

  .tw .sm\:checked\:bg-purple-700:checked{
    --tw-bg-opacity: 1;
    background-color: rgba(53, 22, 144, var(--tw-bg-opacity));
  }

  .tw .sm\:checked\:bg-purple-800:checked{
    --tw-bg-opacity: 1;
    background-color: rgba(9, 0, 116, var(--tw-bg-opacity));
  }

  .tw .sm\:checked\:bg-purple-900:checked{
    --tw-bg-opacity: 1;
    background-color: rgba(0, 0, 89, var(--tw-bg-opacity));
  }

  .tw .sm\:checked\:bg-purple:checked{
    --tw-bg-opacity: 1;
    background-color: rgba(168, 120, 255, var(--tw-bg-opacity));
  }

  .tw .sm\:checked\:bg-orange-50:checked{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 210, 131, var(--tw-bg-opacity));
  }

  .tw .sm\:checked\:bg-orange-100:checked{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 180, 103, var(--tw-bg-opacity));
  }

  .tw .sm\:checked\:bg-orange-200:checked{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 151, 75, var(--tw-bg-opacity));
  }

  .tw .sm\:checked\:bg-orange-300:checked{
    --tw-bg-opacity: 1;
    background-color: rgba(240, 122, 47, var(--tw-bg-opacity));
  }

  .tw .sm\:checked\:bg-orange-400:checked{
    --tw-bg-opacity: 1;
    background-color: rgba(206, 95, 17, var(--tw-bg-opacity));
  }

  .tw .sm\:checked\:bg-orange-500:checked{
    --tw-bg-opacity: 1;
    background-color: rgba(173, 68, 0, var(--tw-bg-opacity));
  }

  .tw .sm\:checked\:bg-orange-600:checked{
    --tw-bg-opacity: 1;
    background-color: rgba(141, 40, 0, var(--tw-bg-opacity));
  }

  .tw .sm\:checked\:bg-orange-700:checked{
    --tw-bg-opacity: 1;
    background-color: rgba(111, 6, 0, var(--tw-bg-opacity));
  }

  .tw .sm\:checked\:bg-orange-800:checked{
    --tw-bg-opacity: 1;
    background-color: rgba(84, 0, 0, var(--tw-bg-opacity));
  }

  .tw .sm\:checked\:bg-orange-900:checked{
    --tw-bg-opacity: 1;
    background-color: rgba(65, 0, 0, var(--tw-bg-opacity));
  }

  .tw .sm\:checked\:bg-orange:checked{
    --tw-bg-opacity: 1;
    background-color: rgba(245, 127, 52, var(--tw-bg-opacity));
  }

  .tw .sm\:checked\:bg-surface-brand:checked{
    --tw-bg-opacity: 1;
    background-color: rgba(26, 26, 26, var(--tw-bg-opacity));
  }

  .tw .sm\:checked\:bg-surface-lower:checked{
    --tw-bg-opacity: 1;
    background-color: rgba(18, 19, 20, var(--tw-bg-opacity));
  }

  .tw .sm\:checked\:bg-surface-base:checked{
    --tw-bg-opacity: 1;
    background-color: rgba(29, 30, 31, var(--tw-bg-opacity));
  }

  .tw .sm\:checked\:bg-surface-low:checked{
    --tw-bg-opacity: 1;
    background-color: rgba(33, 33, 36, var(--tw-bg-opacity));
  }

  .tw .sm\:checked\:bg-surface-middle:checked{
    --tw-bg-opacity: 1;
    background-color: rgba(38, 38, 42, var(--tw-bg-opacity));
  }

  .tw .sm\:checked\:bg-surface-upper:checked{
    --tw-bg-opacity: 1;
    background-color: rgba(41, 41, 46, var(--tw-bg-opacity));
  }

  .tw .sm\:checked\:bg-surface-high:checked{
    --tw-bg-opacity: 1;
    background-color: rgba(52, 52, 53, var(--tw-bg-opacity));
  }

  .tw .sm\:checked\:bg-surface-higher:checked{
    --tw-bg-opacity: 1;
    background-color: rgba(74, 75, 75, var(--tw-bg-opacity));
  }

  .tw .sm\:checked\:bg-surface-highest:checked{
    --tw-bg-opacity: 1;
    background-color: rgba(97, 97, 98, var(--tw-bg-opacity));
  }

  .tw .sm\:checked\:bg-glyph-base:checked{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  }

  .tw .sm\:checked\:bg-glyph-light:checked{
    --tw-bg-opacity: 1;
    background-color: rgba(194, 194, 194, var(--tw-bg-opacity));
  }

  .tw .sm\:checked\:bg-glyph-lighter:checked{
    --tw-bg-opacity: 1;
    background-color: rgba(150, 150, 150, var(--tw-bg-opacity));
  }

  .tw .sm\:checked\:bg-glyph-lightest:checked{
    --tw-bg-opacity: 1;
    background-color: rgba(80, 80, 80, var(--tw-bg-opacity));
  }

  .tw .sm\:checked\:bg-link:checked{
    --tw-bg-opacity: 1;
    background-color: rgba(0, 190, 255, var(--tw-bg-opacity));
  }

  .tw .sm\:checked\:bg-info-error:checked{
    --tw-bg-opacity: 1;
    background-color: rgba(235, 51, 65, var(--tw-bg-opacity));
  }

  .tw .sm\:checked\:bg-info-danger:checked{
    --tw-bg-opacity: 1;
    background-color: rgba(247, 127, 37, var(--tw-bg-opacity));
  }

  .tw .sm\:checked\:bg-info-warn:checked{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 200, 47, var(--tw-bg-opacity));
  }

  .tw .sm\:checked\:bg-info-ok:checked{
    --tw-bg-opacity: 1;
    background-color: rgba(0, 151, 79, var(--tw-bg-opacity));
  }

  .tw .sm\:checked\:bg-info-notice:checked{
    --tw-bg-opacity: 1;
    background-color: rgba(1, 128, 255, var(--tw-bg-opacity));
  }

  .tw .sm\:checked\:bg-accent-1:checked{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 93, 105, var(--tw-bg-opacity));
  }

  .tw .sm\:checked\:bg-accent-2:checked{
    --tw-bg-opacity: 1;
    background-color: rgba(7, 245, 175, var(--tw-bg-opacity));
  }

  .tw .sm\:checked\:bg-accent-3:checked{
    --tw-bg-opacity: 1;
    background-color: rgba(4, 211, 114, var(--tw-bg-opacity));
  }

  .tw .sm\:checked\:bg-accent-4:checked{
    --tw-bg-opacity: 1;
    background-color: rgba(132, 81, 245, var(--tw-bg-opacity));
  }

  .tw .sm\:bg-none{
    background-image: none;
  }

  .tw .sm\:bg-gradient-to-t{
    background-image: linear-gradient(to top, var(--tw-gradient-stops));
  }

  .tw .sm\:bg-gradient-to-tr{
    background-image: linear-gradient(to top right, var(--tw-gradient-stops));
  }

  .tw .sm\:bg-gradient-to-r{
    background-image: linear-gradient(to right, var(--tw-gradient-stops));
  }

  .tw .sm\:bg-gradient-to-br{
    background-image: linear-gradient(to bottom right, var(--tw-gradient-stops));
  }

  .tw .sm\:bg-gradient-to-b{
    background-image: linear-gradient(to bottom, var(--tw-gradient-stops));
  }

  .tw .sm\:bg-gradient-to-bl{
    background-image: linear-gradient(to bottom left, var(--tw-gradient-stops));
  }

  .tw .sm\:bg-gradient-to-l{
    background-image: linear-gradient(to left, var(--tw-gradient-stops));
  }

  .tw .sm\:bg-gradient-to-tl{
    background-image: linear-gradient(to top left, var(--tw-gradient-stops));
  }

  .tw .sm\:from-current{
    --tw-gradient-from: currentColor;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .tw .sm\:from-transparent{
    --tw-gradient-from: transparent;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .tw .sm\:from-white{
    --tw-gradient-from: #FFFFFF;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .tw .sm\:from-black{
    --tw-gradient-from: #000000;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .tw .sm\:from-gray-10{
    --tw-gradient-from: #F0F0F0;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(240, 240, 240, 0));
  }

  .tw .sm\:from-gray-20{
    --tw-gradient-from: #E2E2E2;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(226, 226, 226, 0));
  }

  .tw .sm\:from-gray-30{
    --tw-gradient-from: #D3D3D3;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(211, 211, 211, 0));
  }

  .tw .sm\:from-gray-40{
    --tw-gradient-from: #C5C5C5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(197, 197, 197, 0));
  }

  .tw .sm\:from-gray-50{
    --tw-gradient-from: #B7B7B7;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(183, 183, 183, 0));
  }

  .tw .sm\:from-gray-60{
    --tw-gradient-from: #A9A9A9;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(169, 169, 169, 0));
  }

  .tw .sm\:from-gray-70{
    --tw-gradient-from: #9C9C9C;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(156, 156, 156, 0));
  }

  .tw .sm\:from-gray-80{
    --tw-gradient-from: #8E8E8E;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(142, 142, 142, 0));
  }

  .tw .sm\:from-gray-90{
    --tw-gradient-from: #818181;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(129, 129, 129, 0));
  }

  .tw .sm\:from-gray-100{
    --tw-gradient-from: #6C6D72;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(108, 109, 114, 0));
  }

  .tw .sm\:from-gray-200{
    --tw-gradient-from: #606167;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(96, 97, 103, 0));
  }

  .tw .sm\:from-gray-300{
    --tw-gradient-from: #54565B;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(84, 86, 91, 0));
  }

  .tw .sm\:from-gray-400{
    --tw-gradient-from: #494950;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(73, 73, 80, 0));
  }

  .tw .sm\:from-gray-500{
    --tw-gradient-from: #3D3D44;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(61, 61, 68, 0));
  }

  .tw .sm\:from-gray-600{
    --tw-gradient-from: #35353D;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(53, 53, 61, 0));
  }

  .tw .sm\:from-gray-700{
    --tw-gradient-from: #2D2D31;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(45, 45, 49, 0));
  }

  .tw .sm\:from-gray-800{
    --tw-gradient-from: #26252A;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(38, 37, 42, 0));
  }

  .tw .sm\:from-gray-850{
    --tw-gradient-from: #202025;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(32, 32, 37, 0));
  }

  .tw .sm\:from-gray-900{
    --tw-gradient-from: #1B1B20;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(27, 27, 32, 0));
  }

  .tw .sm\:from-gray-950{
    --tw-gradient-from: #141417;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(20, 20, 23, 0));
  }

  .tw .sm\:from-brand-50{
    --tw-gradient-from: #7FFFFF;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(127, 255, 255, 0));
  }

  .tw .sm\:from-brand-100{
    --tw-gradient-from: #57E2FF;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(87, 226, 255, 0));
  }

  .tw .sm\:from-brand-200{
    --tw-gradient-from: #20C5FF;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(32, 197, 255, 0));
  }

  .tw .sm\:from-brand-300{
    --tw-gradient-from: #00A7E7;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 167, 231, 0));
  }

  .tw .sm\:from-brand-400{
    --tw-gradient-from: #008BC9;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 139, 201, 0));
  }

  .tw .sm\:from-brand-500{
    --tw-gradient-from: #0070AC;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 112, 172, 0));
  }

  .tw .sm\:from-brand-600{
    --tw-gradient-from: #00568F;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 86, 143, 0));
  }

  .tw .sm\:from-brand-700{
    --tw-gradient-from: #003E74;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 62, 116, 0));
  }

  .tw .sm\:from-brand-800{
    --tw-gradient-from: #002759;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 39, 89, 0));
  }

  .tw .sm\:from-brand-900{
    --tw-gradient-from: #00123F;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 18, 63, 0));
  }

  .tw .sm\:from-brand{
    --tw-gradient-from: #00BEFF;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 190, 255, 0));
  }

  .tw .sm\:from-brand-base{
    --tw-gradient-from: #00BEFF;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 190, 255, 0));
  }

  .tw .sm\:from-red-50{
    --tw-gradient-from: #FFCAC8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 202, 200, 0));
  }

  .tw .sm\:from-red-100{
    --tw-gradient-from: #FFABAB;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 171, 171, 0));
  }

  .tw .sm\:from-red-200{
    --tw-gradient-from: #FF8E8E;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 142, 142, 0));
  }

  .tw .sm\:from-red-300{
    --tw-gradient-from: #F77073;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(247, 112, 115, 0));
  }

  .tw .sm\:from-red-400{
    --tw-gradient-from: #D75359;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(215, 83, 89, 0));
  }

  .tw .sm\:from-red-500{
    --tw-gradient-from: #B63640;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(182, 54, 64, 0));
  }

  .tw .sm\:from-red-600{
    --tw-gradient-from: #961229;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(150, 18, 41, 0));
  }

  .tw .sm\:from-red-700{
    --tw-gradient-from: #770013;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(119, 0, 19, 0));
  }

  .tw .sm\:from-red-800{
    --tw-gradient-from: #590000;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(89, 0, 0, 0));
  }

  .tw .sm\:from-red-900{
    --tw-gradient-from: #410000;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(65, 0, 0, 0));
  }

  .tw .sm\:from-red{
    --tw-gradient-from: #D35056;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(211, 80, 86, 0));
  }

  .tw .sm\:from-red-brand{
    --tw-gradient-from: #FF4F4F;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 79, 79, 0));
  }

  .tw .sm\:from-green-50{
    --tw-gradient-from: #8DFFCD;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(141, 255, 205, 0));
  }

  .tw .sm\:from-green-100{
    --tw-gradient-from: #6DECB0;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(109, 236, 176, 0));
  }

  .tw .sm\:from-green-200{
    --tw-gradient-from: #4CCE93;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(76, 206, 147, 0));
  }

  .tw .sm\:from-green-300{
    --tw-gradient-from: #24B077;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(36, 176, 119, 0));
  }

  .tw .sm\:from-green-400{
    --tw-gradient-from: #00935D;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 147, 93, 0));
  }

  .tw .sm\:from-green-500{
    --tw-gradient-from: #007744;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 119, 68, 0));
  }

  .tw .sm\:from-green-600{
    --tw-gradient-from: #005B2B;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 91, 43, 0));
  }

  .tw .sm\:from-green-700{
    --tw-gradient-from: #004115;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 65, 21, 0));
  }

  .tw .sm\:from-green-800{
    --tw-gradient-from: #002B00;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 43, 0, 0));
  }

  .tw .sm\:from-green-900{
    --tw-gradient-from: #001B00;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 27, 0, 0));
  }

  .tw .sm\:from-green{
    --tw-gradient-from: #2EB67D;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(46, 182, 125, 0));
  }

  .tw .sm\:from-yellow-50{
    --tw-gradient-from: #FFEB57;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 235, 87, 0));
  }

  .tw .sm\:from-yellow-100{
    --tw-gradient-from: #FFCD37;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 205, 55, 0));
  }

  .tw .sm\:from-yellow-200{
    --tw-gradient-from: #E4B009;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(228, 176, 9, 0));
  }

  .tw .sm\:from-yellow-300{
    --tw-gradient-from: #C39400;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(195, 148, 0, 0));
  }

  .tw .sm\:from-yellow-400{
    --tw-gradient-from: #A37900;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(163, 121, 0, 0));
  }

  .tw .sm\:from-yellow-500{
    --tw-gradient-from: #855F00;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(133, 95, 0, 0));
  }

  .tw .sm\:from-yellow-600{
    --tw-gradient-from: #684600;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(104, 70, 0, 0));
  }

  .tw .sm\:from-yellow-700{
    --tw-gradient-from: #4F2E00;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(79, 46, 0, 0));
  }

  .tw .sm\:from-yellow-800{
    --tw-gradient-from: #3D1600;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(61, 22, 0, 0));
  }

  .tw .sm\:from-yellow-900{
    --tw-gradient-from: #320000;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(50, 0, 0, 0));
  }

  .tw .sm\:from-yellow{
    --tw-gradient-from: #FEC72F;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 199, 47, 0));
  }

  .tw .sm\:from-purple-50{
    --tw-gradient-from: #FFD8FF;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 216, 255, 0));
  }

  .tw .sm\:from-purple-100{
    --tw-gradient-from: #F0BAFF;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(240, 186, 255, 0));
  }

  .tw .sm\:from-purple-200{
    --tw-gradient-from: #D09DFF;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(208, 157, 255, 0));
  }

  .tw .sm\:from-purple-300{
    --tw-gradient-from: #B180FF;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(177, 128, 255, 0));
  }

  .tw .sm\:from-purple-400{
    --tw-gradient-from: #9265E9;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(146, 101, 233, 0));
  }

  .tw .sm\:from-purple-500{
    --tw-gradient-from: #744ACB;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(116, 74, 203, 0));
  }

  .tw .sm\:from-purple-600{
    --tw-gradient-from: #5530AD;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(85, 48, 173, 0));
  }

  .tw .sm\:from-purple-700{
    --tw-gradient-from: #351690;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(53, 22, 144, 0));
  }

  .tw .sm\:from-purple-800{
    --tw-gradient-from: #090074;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(9, 0, 116, 0));
  }

  .tw .sm\:from-purple-900{
    --tw-gradient-from: #000059;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 89, 0));
  }

  .tw .sm\:from-purple{
    --tw-gradient-from: #A878FF;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(168, 120, 255, 0));
  }

  .tw .sm\:from-orange-50{
    --tw-gradient-from: #FFD283;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 210, 131, 0));
  }

  .tw .sm\:from-orange-100{
    --tw-gradient-from: #FFB467;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 180, 103, 0));
  }

  .tw .sm\:from-orange-200{
    --tw-gradient-from: #FF974B;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 151, 75, 0));
  }

  .tw .sm\:from-orange-300{
    --tw-gradient-from: #F07A2F;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(240, 122, 47, 0));
  }

  .tw .sm\:from-orange-400{
    --tw-gradient-from: #CE5F11;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(206, 95, 17, 0));
  }

  .tw .sm\:from-orange-500{
    --tw-gradient-from: #AD4400;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(173, 68, 0, 0));
  }

  .tw .sm\:from-orange-600{
    --tw-gradient-from: #8D2800;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(141, 40, 0, 0));
  }

  .tw .sm\:from-orange-700{
    --tw-gradient-from: #6F0600;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(111, 6, 0, 0));
  }

  .tw .sm\:from-orange-800{
    --tw-gradient-from: #540000;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(84, 0, 0, 0));
  }

  .tw .sm\:from-orange-900{
    --tw-gradient-from: #410000;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(65, 0, 0, 0));
  }

  .tw .sm\:from-orange{
    --tw-gradient-from: #F57F34;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 127, 52, 0));
  }

  .tw .sm\:from-surface-brand{
    --tw-gradient-from: #1A1A1A;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(26, 26, 26, 0));
  }

  .tw .sm\:from-surface-lower{
    --tw-gradient-from: #121314;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(18, 19, 20, 0));
  }

  .tw .sm\:from-surface-base{
    --tw-gradient-from: #1D1E1F;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(29, 30, 31, 0));
  }

  .tw .sm\:from-surface-low{
    --tw-gradient-from: #212124;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(33, 33, 36, 0));
  }

  .tw .sm\:from-surface-middle{
    --tw-gradient-from: #26262A;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(38, 38, 42, 0));
  }

  .tw .sm\:from-surface-upper{
    --tw-gradient-from: #29292E;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(41, 41, 46, 0));
  }

  .tw .sm\:from-surface-high{
    --tw-gradient-from: #343435;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(52, 52, 53, 0));
  }

  .tw .sm\:from-surface-higher{
    --tw-gradient-from: #4A4B4B;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(74, 75, 75, 0));
  }

  .tw .sm\:from-surface-highest{
    --tw-gradient-from: #616162;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(97, 97, 98, 0));
  }

  .tw .sm\:from-glyph-base{
    --tw-gradient-from: #FFFFFF;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .tw .sm\:from-glyph-light{
    --tw-gradient-from: #C2C2C2;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(194, 194, 194, 0));
  }

  .tw .sm\:from-glyph-lighter{
    --tw-gradient-from: #969696;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(150, 150, 150, 0));
  }

  .tw .sm\:from-glyph-lightest{
    --tw-gradient-from: #505050;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(80, 80, 80, 0));
  }

  .tw .sm\:from-link{
    --tw-gradient-from: #00BEFF;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 190, 255, 0));
  }

  .tw .sm\:from-info-error{
    --tw-gradient-from: #eb3341;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(235, 51, 65, 0));
  }

  .tw .sm\:from-info-danger{
    --tw-gradient-from: #F77F25;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(247, 127, 37, 0));
  }

  .tw .sm\:from-info-warn{
    --tw-gradient-from: #FFC82F;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 200, 47, 0));
  }

  .tw .sm\:from-info-ok{
    --tw-gradient-from: #00974F;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 151, 79, 0));
  }

  .tw .sm\:from-info-notice{
    --tw-gradient-from: #0180FF;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(1, 128, 255, 0));
  }

  .tw .sm\:from-accent-1{
    --tw-gradient-from: #FF5D69;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 93, 105, 0));
  }

  .tw .sm\:from-accent-2{
    --tw-gradient-from: #07F5AF;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(7, 245, 175, 0));
  }

  .tw .sm\:from-accent-3{
    --tw-gradient-from: #04D372;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(4, 211, 114, 0));
  }

  .tw .sm\:from-accent-4{
    --tw-gradient-from: #8451F5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(132, 81, 245, 0));
  }

  .tw .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));
  }

  .tw .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));
  }

  .tw .sm\:hover\:from-white:hover{
    --tw-gradient-from: #FFFFFF;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .tw .sm\:hover\:from-black:hover{
    --tw-gradient-from: #000000;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .tw .sm\:hover\:from-gray-10:hover{
    --tw-gradient-from: #F0F0F0;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(240, 240, 240, 0));
  }

  .tw .sm\:hover\:from-gray-20:hover{
    --tw-gradient-from: #E2E2E2;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(226, 226, 226, 0));
  }

  .tw .sm\:hover\:from-gray-30:hover{
    --tw-gradient-from: #D3D3D3;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(211, 211, 211, 0));
  }

  .tw .sm\:hover\:from-gray-40:hover{
    --tw-gradient-from: #C5C5C5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(197, 197, 197, 0));
  }

  .tw .sm\:hover\:from-gray-50:hover{
    --tw-gradient-from: #B7B7B7;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(183, 183, 183, 0));
  }

  .tw .sm\:hover\:from-gray-60:hover{
    --tw-gradient-from: #A9A9A9;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(169, 169, 169, 0));
  }

  .tw .sm\:hover\:from-gray-70:hover{
    --tw-gradient-from: #9C9C9C;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(156, 156, 156, 0));
  }

  .tw .sm\:hover\:from-gray-80:hover{
    --tw-gradient-from: #8E8E8E;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(142, 142, 142, 0));
  }

  .tw .sm\:hover\:from-gray-90:hover{
    --tw-gradient-from: #818181;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(129, 129, 129, 0));
  }

  .tw .sm\:hover\:from-gray-100:hover{
    --tw-gradient-from: #6C6D72;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(108, 109, 114, 0));
  }

  .tw .sm\:hover\:from-gray-200:hover{
    --tw-gradient-from: #606167;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(96, 97, 103, 0));
  }

  .tw .sm\:hover\:from-gray-300:hover{
    --tw-gradient-from: #54565B;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(84, 86, 91, 0));
  }

  .tw .sm\:hover\:from-gray-400:hover{
    --tw-gradient-from: #494950;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(73, 73, 80, 0));
  }

  .tw .sm\:hover\:from-gray-500:hover{
    --tw-gradient-from: #3D3D44;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(61, 61, 68, 0));
  }

  .tw .sm\:hover\:from-gray-600:hover{
    --tw-gradient-from: #35353D;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(53, 53, 61, 0));
  }

  .tw .sm\:hover\:from-gray-700:hover{
    --tw-gradient-from: #2D2D31;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(45, 45, 49, 0));
  }

  .tw .sm\:hover\:from-gray-800:hover{
    --tw-gradient-from: #26252A;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(38, 37, 42, 0));
  }

  .tw .sm\:hover\:from-gray-850:hover{
    --tw-gradient-from: #202025;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(32, 32, 37, 0));
  }

  .tw .sm\:hover\:from-gray-900:hover{
    --tw-gradient-from: #1B1B20;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(27, 27, 32, 0));
  }

  .tw .sm\:hover\:from-gray-950:hover{
    --tw-gradient-from: #141417;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(20, 20, 23, 0));
  }

  .tw .sm\:hover\:from-brand-50:hover{
    --tw-gradient-from: #7FFFFF;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(127, 255, 255, 0));
  }

  .tw .sm\:hover\:from-brand-100:hover{
    --tw-gradient-from: #57E2FF;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(87, 226, 255, 0));
  }

  .tw .sm\:hover\:from-brand-200:hover{
    --tw-gradient-from: #20C5FF;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(32, 197, 255, 0));
  }

  .tw .sm\:hover\:from-brand-300:hover{
    --tw-gradient-from: #00A7E7;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 167, 231, 0));
  }

  .tw .sm\:hover\:from-brand-400:hover{
    --tw-gradient-from: #008BC9;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 139, 201, 0));
  }

  .tw .sm\:hover\:from-brand-500:hover{
    --tw-gradient-from: #0070AC;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 112, 172, 0));
  }

  .tw .sm\:hover\:from-brand-600:hover{
    --tw-gradient-from: #00568F;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 86, 143, 0));
  }

  .tw .sm\:hover\:from-brand-700:hover{
    --tw-gradient-from: #003E74;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 62, 116, 0));
  }

  .tw .sm\:hover\:from-brand-800:hover{
    --tw-gradient-from: #002759;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 39, 89, 0));
  }

  .tw .sm\:hover\:from-brand-900:hover{
    --tw-gradient-from: #00123F;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 18, 63, 0));
  }

  .tw .sm\:hover\:from-brand:hover{
    --tw-gradient-from: #00BEFF;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 190, 255, 0));
  }

  .tw .sm\:hover\:from-brand-base:hover{
    --tw-gradient-from: #00BEFF;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 190, 255, 0));
  }

  .tw .sm\:hover\:from-red-50:hover{
    --tw-gradient-from: #FFCAC8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 202, 200, 0));
  }

  .tw .sm\:hover\:from-red-100:hover{
    --tw-gradient-from: #FFABAB;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 171, 171, 0));
  }

  .tw .sm\:hover\:from-red-200:hover{
    --tw-gradient-from: #FF8E8E;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 142, 142, 0));
  }

  .tw .sm\:hover\:from-red-300:hover{
    --tw-gradient-from: #F77073;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(247, 112, 115, 0));
  }

  .tw .sm\:hover\:from-red-400:hover{
    --tw-gradient-from: #D75359;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(215, 83, 89, 0));
  }

  .tw .sm\:hover\:from-red-500:hover{
    --tw-gradient-from: #B63640;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(182, 54, 64, 0));
  }

  .tw .sm\:hover\:from-red-600:hover{
    --tw-gradient-from: #961229;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(150, 18, 41, 0));
  }

  .tw .sm\:hover\:from-red-700:hover{
    --tw-gradient-from: #770013;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(119, 0, 19, 0));
  }

  .tw .sm\:hover\:from-red-800:hover{
    --tw-gradient-from: #590000;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(89, 0, 0, 0));
  }

  .tw .sm\:hover\:from-red-900:hover{
    --tw-gradient-from: #410000;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(65, 0, 0, 0));
  }

  .tw .sm\:hover\:from-red:hover{
    --tw-gradient-from: #D35056;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(211, 80, 86, 0));
  }

  .tw .sm\:hover\:from-red-brand:hover{
    --tw-gradient-from: #FF4F4F;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 79, 79, 0));
  }

  .tw .sm\:hover\:from-green-50:hover{
    --tw-gradient-from: #8DFFCD;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(141, 255, 205, 0));
  }

  .tw .sm\:hover\:from-green-100:hover{
    --tw-gradient-from: #6DECB0;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(109, 236, 176, 0));
  }

  .tw .sm\:hover\:from-green-200:hover{
    --tw-gradient-from: #4CCE93;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(76, 206, 147, 0));
  }

  .tw .sm\:hover\:from-green-300:hover{
    --tw-gradient-from: #24B077;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(36, 176, 119, 0));
  }

  .tw .sm\:hover\:from-green-400:hover{
    --tw-gradient-from: #00935D;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 147, 93, 0));
  }

  .tw .sm\:hover\:from-green-500:hover{
    --tw-gradient-from: #007744;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 119, 68, 0));
  }

  .tw .sm\:hover\:from-green-600:hover{
    --tw-gradient-from: #005B2B;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 91, 43, 0));
  }

  .tw .sm\:hover\:from-green-700:hover{
    --tw-gradient-from: #004115;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 65, 21, 0));
  }

  .tw .sm\:hover\:from-green-800:hover{
    --tw-gradient-from: #002B00;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 43, 0, 0));
  }

  .tw .sm\:hover\:from-green-900:hover{
    --tw-gradient-from: #001B00;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 27, 0, 0));
  }

  .tw .sm\:hover\:from-green:hover{
    --tw-gradient-from: #2EB67D;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(46, 182, 125, 0));
  }

  .tw .sm\:hover\:from-yellow-50:hover{
    --tw-gradient-from: #FFEB57;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 235, 87, 0));
  }

  .tw .sm\:hover\:from-yellow-100:hover{
    --tw-gradient-from: #FFCD37;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 205, 55, 0));
  }

  .tw .sm\:hover\:from-yellow-200:hover{
    --tw-gradient-from: #E4B009;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(228, 176, 9, 0));
  }

  .tw .sm\:hover\:from-yellow-300:hover{
    --tw-gradient-from: #C39400;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(195, 148, 0, 0));
  }

  .tw .sm\:hover\:from-yellow-400:hover{
    --tw-gradient-from: #A37900;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(163, 121, 0, 0));
  }

  .tw .sm\:hover\:from-yellow-500:hover{
    --tw-gradient-from: #855F00;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(133, 95, 0, 0));
  }

  .tw .sm\:hover\:from-yellow-600:hover{
    --tw-gradient-from: #684600;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(104, 70, 0, 0));
  }

  .tw .sm\:hover\:from-yellow-700:hover{
    --tw-gradient-from: #4F2E00;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(79, 46, 0, 0));
  }

  .tw .sm\:hover\:from-yellow-800:hover{
    --tw-gradient-from: #3D1600;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(61, 22, 0, 0));
  }

  .tw .sm\:hover\:from-yellow-900:hover{
    --tw-gradient-from: #320000;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(50, 0, 0, 0));
  }

  .tw .sm\:hover\:from-yellow:hover{
    --tw-gradient-from: #FEC72F;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 199, 47, 0));
  }

  .tw .sm\:hover\:from-purple-50:hover{
    --tw-gradient-from: #FFD8FF;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 216, 255, 0));
  }

  .tw .sm\:hover\:from-purple-100:hover{
    --tw-gradient-from: #F0BAFF;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(240, 186, 255, 0));
  }

  .tw .sm\:hover\:from-purple-200:hover{
    --tw-gradient-from: #D09DFF;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(208, 157, 255, 0));
  }

  .tw .sm\:hover\:from-purple-300:hover{
    --tw-gradient-from: #B180FF;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(177, 128, 255, 0));
  }

  .tw .sm\:hover\:from-purple-400:hover{
    --tw-gradient-from: #9265E9;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(146, 101, 233, 0));
  }

  .tw .sm\:hover\:from-purple-500:hover{
    --tw-gradient-from: #744ACB;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(116, 74, 203, 0));
  }

  .tw .sm\:hover\:from-purple-600:hover{
    --tw-gradient-from: #5530AD;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(85, 48, 173, 0));
  }

  .tw .sm\:hover\:from-purple-700:hover{
    --tw-gradient-from: #351690;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(53, 22, 144, 0));
  }

  .tw .sm\:hover\:from-purple-800:hover{
    --tw-gradient-from: #090074;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(9, 0, 116, 0));
  }

  .tw .sm\:hover\:from-purple-900:hover{
    --tw-gradient-from: #000059;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 89, 0));
  }

  .tw .sm\:hover\:from-purple:hover{
    --tw-gradient-from: #A878FF;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(168, 120, 255, 0));
  }

  .tw .sm\:hover\:from-orange-50:hover{
    --tw-gradient-from: #FFD283;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 210, 131, 0));
  }

  .tw .sm\:hover\:from-orange-100:hover{
    --tw-gradient-from: #FFB467;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 180, 103, 0));
  }

  .tw .sm\:hover\:from-orange-200:hover{
    --tw-gradient-from: #FF974B;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 151, 75, 0));
  }

  .tw .sm\:hover\:from-orange-300:hover{
    --tw-gradient-from: #F07A2F;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(240, 122, 47, 0));
  }

  .tw .sm\:hover\:from-orange-400:hover{
    --tw-gradient-from: #CE5F11;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(206, 95, 17, 0));
  }

  .tw .sm\:hover\:from-orange-500:hover{
    --tw-gradient-from: #AD4400;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(173, 68, 0, 0));
  }

  .tw .sm\:hover\:from-orange-600:hover{
    --tw-gradient-from: #8D2800;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(141, 40, 0, 0));
  }

  .tw .sm\:hover\:from-orange-700:hover{
    --tw-gradient-from: #6F0600;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(111, 6, 0, 0));
  }

  .tw .sm\:hover\:from-orange-800:hover{
    --tw-gradient-from: #540000;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(84, 0, 0, 0));
  }

  .tw .sm\:hover\:from-orange-900:hover{
    --tw-gradient-from: #410000;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(65, 0, 0, 0));
  }

  .tw .sm\:hover\:from-orange:hover{
    --tw-gradient-from: #F57F34;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 127, 52, 0));
  }

  .tw .sm\:hover\:from-surface-brand:hover{
    --tw-gradient-from: #1A1A1A;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(26, 26, 26, 0));
  }

  .tw .sm\:hover\:from-surface-lower:hover{
    --tw-gradient-from: #121314;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(18, 19, 20, 0));
  }

  .tw .sm\:hover\:from-surface-base:hover{
    --tw-gradient-from: #1D1E1F;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(29, 30, 31, 0));
  }

  .tw .sm\:hover\:from-surface-low:hover{
    --tw-gradient-from: #212124;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(33, 33, 36, 0));
  }

  .tw .sm\:hover\:from-surface-middle:hover{
    --tw-gradient-from: #26262A;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(38, 38, 42, 0));
  }

  .tw .sm\:hover\:from-surface-upper:hover{
    --tw-gradient-from: #29292E;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(41, 41, 46, 0));
  }

  .tw .sm\:hover\:from-surface-high:hover{
    --tw-gradient-from: #343435;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(52, 52, 53, 0));
  }

  .tw .sm\:hover\:from-surface-higher:hover{
    --tw-gradient-from: #4A4B4B;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(74, 75, 75, 0));
  }

  .tw .sm\:hover\:from-surface-highest:hover{
    --tw-gradient-from: #616162;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(97, 97, 98, 0));
  }

  .tw .sm\:hover\:from-glyph-base:hover{
    --tw-gradient-from: #FFFFFF;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .tw .sm\:hover\:from-glyph-light:hover{
    --tw-gradient-from: #C2C2C2;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(194, 194, 194, 0));
  }

  .tw .sm\:hover\:from-glyph-lighter:hover{
    --tw-gradient-from: #969696;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(150, 150, 150, 0));
  }

  .tw .sm\:hover\:from-glyph-lightest:hover{
    --tw-gradient-from: #505050;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(80, 80, 80, 0));
  }

  .tw .sm\:hover\:from-link:hover{
    --tw-gradient-from: #00BEFF;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 190, 255, 0));
  }

  .tw .sm\:hover\:from-info-error:hover{
    --tw-gradient-from: #eb3341;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(235, 51, 65, 0));
  }

  .tw .sm\:hover\:from-info-danger:hover{
    --tw-gradient-from: #F77F25;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(247, 127, 37, 0));
  }

  .tw .sm\:hover\:from-info-warn:hover{
    --tw-gradient-from: #FFC82F;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 200, 47, 0));
  }

  .tw .sm\:hover\:from-info-ok:hover{
    --tw-gradient-from: #00974F;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 151, 79, 0));
  }

  .tw .sm\:hover\:from-info-notice:hover{
    --tw-gradient-from: #0180FF;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(1, 128, 255, 0));
  }

  .tw .sm\:hover\:from-accent-1:hover{
    --tw-gradient-from: #FF5D69;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 93, 105, 0));
  }

  .tw .sm\:hover\:from-accent-2:hover{
    --tw-gradient-from: #07F5AF;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(7, 245, 175, 0));
  }

  .tw .sm\:hover\:from-accent-3:hover{
    --tw-gradient-from: #04D372;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(4, 211, 114, 0));
  }

  .tw .sm\:hover\:from-accent-4:hover{
    --tw-gradient-from: #8451F5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(132, 81, 245, 0));
  }

  .tw .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));
  }

  .tw .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));
  }

  .tw .sm\:focus\:from-white:focus{
    --tw-gradient-from: #FFFFFF;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .tw .sm\:focus\:from-black:focus{
    --tw-gradient-from: #000000;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .tw .sm\:focus\:from-gray-10:focus{
    --tw-gradient-from: #F0F0F0;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(240, 240, 240, 0));
  }

  .tw .sm\:focus\:from-gray-20:focus{
    --tw-gradient-from: #E2E2E2;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(226, 226, 226, 0));
  }

  .tw .sm\:focus\:from-gray-30:focus{
    --tw-gradient-from: #D3D3D3;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(211, 211, 211, 0));
  }

  .tw .sm\:focus\:from-gray-40:focus{
    --tw-gradient-from: #C5C5C5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(197, 197, 197, 0));
  }

  .tw .sm\:focus\:from-gray-50:focus{
    --tw-gradient-from: #B7B7B7;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(183, 183, 183, 0));
  }

  .tw .sm\:focus\:from-gray-60:focus{
    --tw-gradient-from: #A9A9A9;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(169, 169, 169, 0));
  }

  .tw .sm\:focus\:from-gray-70:focus{
    --tw-gradient-from: #9C9C9C;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(156, 156, 156, 0));
  }

  .tw .sm\:focus\:from-gray-80:focus{
    --tw-gradient-from: #8E8E8E;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(142, 142, 142, 0));
  }

  .tw .sm\:focus\:from-gray-90:focus{
    --tw-gradient-from: #818181;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(129, 129, 129, 0));
  }

  .tw .sm\:focus\:from-gray-100:focus{
    --tw-gradient-from: #6C6D72;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(108, 109, 114, 0));
  }

  .tw .sm\:focus\:from-gray-200:focus{
    --tw-gradient-from: #606167;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(96, 97, 103, 0));
  }

  .tw .sm\:focus\:from-gray-300:focus{
    --tw-gradient-from: #54565B;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(84, 86, 91, 0));
  }

  .tw .sm\:focus\:from-gray-400:focus{
    --tw-gradient-from: #494950;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(73, 73, 80, 0));
  }

  .tw .sm\:focus\:from-gray-500:focus{
    --tw-gradient-from: #3D3D44;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(61, 61, 68, 0));
  }

  .tw .sm\:focus\:from-gray-600:focus{
    --tw-gradient-from: #35353D;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(53, 53, 61, 0));
  }

  .tw .sm\:focus\:from-gray-700:focus{
    --tw-gradient-from: #2D2D31;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(45, 45, 49, 0));
  }

  .tw .sm\:focus\:from-gray-800:focus{
    --tw-gradient-from: #26252A;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(38, 37, 42, 0));
  }

  .tw .sm\:focus\:from-gray-850:focus{
    --tw-gradient-from: #202025;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(32, 32, 37, 0));
  }

  .tw .sm\:focus\:from-gray-900:focus{
    --tw-gradient-from: #1B1B20;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(27, 27, 32, 0));
  }

  .tw .sm\:focus\:from-gray-950:focus{
    --tw-gradient-from: #141417;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(20, 20, 23, 0));
  }

  .tw .sm\:focus\:from-brand-50:focus{
    --tw-gradient-from: #7FFFFF;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(127, 255, 255, 0));
  }

  .tw .sm\:focus\:from-brand-100:focus{
    --tw-gradient-from: #57E2FF;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(87, 226, 255, 0));
  }

  .tw .sm\:focus\:from-brand-200:focus{
    --tw-gradient-from: #20C5FF;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(32, 197, 255, 0));
  }

  .tw .sm\:focus\:from-brand-300:focus{
    --tw-gradient-from: #00A7E7;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 167, 231, 0));
  }

  .tw .sm\:focus\:from-brand-400:focus{
    --tw-gradient-from: #008BC9;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 139, 201, 0));
  }

  .tw .sm\:focus\:from-brand-500:focus{
    --tw-gradient-from: #0070AC;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 112, 172, 0));
  }

  .tw .sm\:focus\:from-brand-600:focus{
    --tw-gradient-from: #00568F;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 86, 143, 0));
  }

  .tw .sm\:focus\:from-brand-700:focus{
    --tw-gradient-from: #003E74;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 62, 116, 0));
  }

  .tw .sm\:focus\:from-brand-800:focus{
    --tw-gradient-from: #002759;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 39, 89, 0));
  }

  .tw .sm\:focus\:from-brand-900:focus{
    --tw-gradient-from: #00123F;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 18, 63, 0));
  }

  .tw .sm\:focus\:from-brand:focus{
    --tw-gradient-from: #00BEFF;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 190, 255, 0));
  }

  .tw .sm\:focus\:from-brand-base:focus{
    --tw-gradient-from: #00BEFF;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 190, 255, 0));
  }

  .tw .sm\:focus\:from-red-50:focus{
    --tw-gradient-from: #FFCAC8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 202, 200, 0));
  }

  .tw .sm\:focus\:from-red-100:focus{
    --tw-gradient-from: #FFABAB;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 171, 171, 0));
  }

  .tw .sm\:focus\:from-red-200:focus{
    --tw-gradient-from: #FF8E8E;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 142, 142, 0));
  }

  .tw .sm\:focus\:from-red-300:focus{
    --tw-gradient-from: #F77073;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(247, 112, 115, 0));
  }

  .tw .sm\:focus\:from-red-400:focus{
    --tw-gradient-from: #D75359;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(215, 83, 89, 0));
  }

  .tw .sm\:focus\:from-red-500:focus{
    --tw-gradient-from: #B63640;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(182, 54, 64, 0));
  }

  .tw .sm\:focus\:from-red-600:focus{
    --tw-gradient-from: #961229;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(150, 18, 41, 0));
  }

  .tw .sm\:focus\:from-red-700:focus{
    --tw-gradient-from: #770013;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(119, 0, 19, 0));
  }

  .tw .sm\:focus\:from-red-800:focus{
    --tw-gradient-from: #590000;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(89, 0, 0, 0));
  }

  .tw .sm\:focus\:from-red-900:focus{
    --tw-gradient-from: #410000;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(65, 0, 0, 0));
  }

  .tw .sm\:focus\:from-red:focus{
    --tw-gradient-from: #D35056;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(211, 80, 86, 0));
  }

  .tw .sm\:focus\:from-red-brand:focus{
    --tw-gradient-from: #FF4F4F;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 79, 79, 0));
  }

  .tw .sm\:focus\:from-green-50:focus{
    --tw-gradient-from: #8DFFCD;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(141, 255, 205, 0));
  }

  .tw .sm\:focus\:from-green-100:focus{
    --tw-gradient-from: #6DECB0;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(109, 236, 176, 0));
  }

  .tw .sm\:focus\:from-green-200:focus{
    --tw-gradient-from: #4CCE93;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(76, 206, 147, 0));
  }

  .tw .sm\:focus\:from-green-300:focus{
    --tw-gradient-from: #24B077;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(36, 176, 119, 0));
  }

  .tw .sm\:focus\:from-green-400:focus{
    --tw-gradient-from: #00935D;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 147, 93, 0));
  }

  .tw .sm\:focus\:from-green-500:focus{
    --tw-gradient-from: #007744;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 119, 68, 0));
  }

  .tw .sm\:focus\:from-green-600:focus{
    --tw-gradient-from: #005B2B;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 91, 43, 0));
  }

  .tw .sm\:focus\:from-green-700:focus{
    --tw-gradient-from: #004115;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 65, 21, 0));
  }

  .tw .sm\:focus\:from-green-800:focus{
    --tw-gradient-from: #002B00;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 43, 0, 0));
  }

  .tw .sm\:focus\:from-green-900:focus{
    --tw-gradient-from: #001B00;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 27, 0, 0));
  }

  .tw .sm\:focus\:from-green:focus{
    --tw-gradient-from: #2EB67D;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(46, 182, 125, 0));
  }

  .tw .sm\:focus\:from-yellow-50:focus{
    --tw-gradient-from: #FFEB57;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 235, 87, 0));
  }

  .tw .sm\:focus\:from-yellow-100:focus{
    --tw-gradient-from: #FFCD37;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 205, 55, 0));
  }

  .tw .sm\:focus\:from-yellow-200:focus{
    --tw-gradient-from: #E4B009;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(228, 176, 9, 0));
  }

  .tw .sm\:focus\:from-yellow-300:focus{
    --tw-gradient-from: #C39400;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(195, 148, 0, 0));
  }

  .tw .sm\:focus\:from-yellow-400:focus{
    --tw-gradient-from: #A37900;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(163, 121, 0, 0));
  }

  .tw .sm\:focus\:from-yellow-500:focus{
    --tw-gradient-from: #855F00;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(133, 95, 0, 0));
  }

  .tw .sm\:focus\:from-yellow-600:focus{
    --tw-gradient-from: #684600;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(104, 70, 0, 0));
  }

  .tw .sm\:focus\:from-yellow-700:focus{
    --tw-gradient-from: #4F2E00;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(79, 46, 0, 0));
  }

  .tw .sm\:focus\:from-yellow-800:focus{
    --tw-gradient-from: #3D1600;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(61, 22, 0, 0));
  }

  .tw .sm\:focus\:from-yellow-900:focus{
    --tw-gradient-from: #320000;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(50, 0, 0, 0));
  }

  .tw .sm\:focus\:from-yellow:focus{
    --tw-gradient-from: #FEC72F;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 199, 47, 0));
  }

  .tw .sm\:focus\:from-purple-50:focus{
    --tw-gradient-from: #FFD8FF;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 216, 255, 0));
  }

  .tw .sm\:focus\:from-purple-100:focus{
    --tw-gradient-from: #F0BAFF;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(240, 186, 255, 0));
  }

  .tw .sm\:focus\:from-purple-200:focus{
    --tw-gradient-from: #D09DFF;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(208, 157, 255, 0));
  }

  .tw .sm\:focus\:from-purple-300:focus{
    --tw-gradient-from: #B180FF;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(177, 128, 255, 0));
  }

  .tw .sm\:focus\:from-purple-400:focus{
    --tw-gradient-from: #9265E9;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(146, 101, 233, 0));
  }

  .tw .sm\:focus\:from-purple-500:focus{
    --tw-gradient-from: #744ACB;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(116, 74, 203, 0));
  }

  .tw .sm\:focus\:from-purple-600:focus{
    --tw-gradient-from: #5530AD;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(85, 48, 173, 0));
  }

  .tw .sm\:focus\:from-purple-700:focus{
    --tw-gradient-from: #351690;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(53, 22, 144, 0));
  }

  .tw .sm\:focus\:from-purple-800:focus{
    --tw-gradient-from: #090074;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(9, 0, 116, 0));
  }

  .tw .sm\:focus\:from-purple-900:focus{
    --tw-gradient-from: #000059;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 89, 0));
  }

  .tw .sm\:focus\:from-purple:focus{
    --tw-gradient-from: #A878FF;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(168, 120, 255, 0));
  }

  .tw .sm\:focus\:from-orange-50:focus{
    --tw-gradient-from: #FFD283;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 210, 131, 0));
  }

  .tw .sm\:focus\:from-orange-100:focus{
    --tw-gradient-from: #FFB467;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 180, 103, 0));
  }

  .tw .sm\:focus\:from-orange-200:focus{
    --tw-gradient-from: #FF974B;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 151, 75, 0));
  }

  .tw .sm\:focus\:from-orange-300:focus{
    --tw-gradient-from: #F07A2F;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(240, 122, 47, 0));
  }

  .tw .sm\:focus\:from-orange-400:focus{
    --tw-gradient-from: #CE5F11;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(206, 95, 17, 0));
  }

  .tw .sm\:focus\:from-orange-500:focus{
    --tw-gradient-from: #AD4400;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(173, 68, 0, 0));
  }

  .tw .sm\:focus\:from-orange-600:focus{
    --tw-gradient-from: #8D2800;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(141, 40, 0, 0));
  }

  .tw .sm\:focus\:from-orange-700:focus{
    --tw-gradient-from: #6F0600;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(111, 6, 0, 0));
  }

  .tw .sm\:focus\:from-orange-800:focus{
    --tw-gradient-from: #540000;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(84, 0, 0, 0));
  }

  .tw .sm\:focus\:from-orange-900:focus{
    --tw-gradient-from: #410000;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(65, 0, 0, 0));
  }

  .tw .sm\:focus\:from-orange:focus{
    --tw-gradient-from: #F57F34;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 127, 52, 0));
  }

  .tw .sm\:focus\:from-surface-brand:focus{
    --tw-gradient-from: #1A1A1A;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(26, 26, 26, 0));
  }

  .tw .sm\:focus\:from-surface-lower:focus{
    --tw-gradient-from: #121314;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(18, 19, 20, 0));
  }

  .tw .sm\:focus\:from-surface-base:focus{
    --tw-gradient-from: #1D1E1F;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(29, 30, 31, 0));
  }

  .tw .sm\:focus\:from-surface-low:focus{
    --tw-gradient-from: #212124;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(33, 33, 36, 0));
  }

  .tw .sm\:focus\:from-surface-middle:focus{
    --tw-gradient-from: #26262A;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(38, 38, 42, 0));
  }

  .tw .sm\:focus\:from-surface-upper:focus{
    --tw-gradient-from: #29292E;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(41, 41, 46, 0));
  }

  .tw .sm\:focus\:from-surface-high:focus{
    --tw-gradient-from: #343435;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(52, 52, 53, 0));
  }

  .tw .sm\:focus\:from-surface-higher:focus{
    --tw-gradient-from: #4A4B4B;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(74, 75, 75, 0));
  }

  .tw .sm\:focus\:from-surface-highest:focus{
    --tw-gradient-from: #616162;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(97, 97, 98, 0));
  }

  .tw .sm\:focus\:from-glyph-base:focus{
    --tw-gradient-from: #FFFFFF;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .tw .sm\:focus\:from-glyph-light:focus{
    --tw-gradient-from: #C2C2C2;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(194, 194, 194, 0));
  }

  .tw .sm\:focus\:from-glyph-lighter:focus{
    --tw-gradient-from: #969696;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(150, 150, 150, 0));
  }

  .tw .sm\:focus\:from-glyph-lightest:focus{
    --tw-gradient-from: #505050;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(80, 80, 80, 0));
  }

  .tw .sm\:focus\:from-link:focus{
    --tw-gradient-from: #00BEFF;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 190, 255, 0));
  }

  .tw .sm\:focus\:from-info-error:focus{
    --tw-gradient-from: #eb3341;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(235, 51, 65, 0));
  }

  .tw .sm\:focus\:from-info-danger:focus{
    --tw-gradient-from: #F77F25;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(247, 127, 37, 0));
  }

  .tw .sm\:focus\:from-info-warn:focus{
    --tw-gradient-from: #FFC82F;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 200, 47, 0));
  }

  .tw .sm\:focus\:from-info-ok:focus{
    --tw-gradient-from: #00974F;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 151, 79, 0));
  }

  .tw .sm\:focus\:from-info-notice:focus{
    --tw-gradient-from: #0180FF;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(1, 128, 255, 0));
  }

  .tw .sm\:focus\:from-accent-1:focus{
    --tw-gradient-from: #FF5D69;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 93, 105, 0));
  }

  .tw .sm\:focus\:from-accent-2:focus{
    --tw-gradient-from: #07F5AF;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(7, 245, 175, 0));
  }

  .tw .sm\:focus\:from-accent-3:focus{
    --tw-gradient-from: #04D372;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(4, 211, 114, 0));
  }

  .tw .sm\:focus\:from-accent-4:focus{
    --tw-gradient-from: #8451F5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(132, 81, 245, 0));
  }

  .tw .sm\:via-current{
    --tw-gradient-stops: var(--tw-gradient-from), currentColor, var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .tw .sm\:via-transparent{
    --tw-gradient-stops: var(--tw-gradient-from), transparent, var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .tw .sm\:via-white{
    --tw-gradient-stops: var(--tw-gradient-from), #FFFFFF, var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .tw .sm\:via-black{
    --tw-gradient-stops: var(--tw-gradient-from), #000000, var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .tw .sm\:via-gray-10{
    --tw-gradient-stops: var(--tw-gradient-from), #F0F0F0, var(--tw-gradient-to, rgba(240, 240, 240, 0));
  }

  .tw .sm\:via-gray-20{
    --tw-gradient-stops: var(--tw-gradient-from), #E2E2E2, var(--tw-gradient-to, rgba(226, 226, 226, 0));
  }

  .tw .sm\:via-gray-30{
    --tw-gradient-stops: var(--tw-gradient-from), #D3D3D3, var(--tw-gradient-to, rgba(211, 211, 211, 0));
  }

  .tw .sm\:via-gray-40{
    --tw-gradient-stops: var(--tw-gradient-from), #C5C5C5, var(--tw-gradient-to, rgba(197, 197, 197, 0));
  }

  .tw .sm\:via-gray-50{
    --tw-gradient-stops: var(--tw-gradient-from), #B7B7B7, var(--tw-gradient-to, rgba(183, 183, 183, 0));
  }

  .tw .sm\:via-gray-60{
    --tw-gradient-stops: var(--tw-gradient-from), #A9A9A9, var(--tw-gradient-to, rgba(169, 169, 169, 0));
  }

  .tw .sm\:via-gray-70{
    --tw-gradient-stops: var(--tw-gradient-from), #9C9C9C, var(--tw-gradient-to, rgba(156, 156, 156, 0));
  }

  .tw .sm\:via-gray-80{
    --tw-gradient-stops: var(--tw-gradient-from), #8E8E8E, var(--tw-gradient-to, rgba(142, 142, 142, 0));
  }

  .tw .sm\:via-gray-90{
    --tw-gradient-stops: var(--tw-gradient-from), #818181, var(--tw-gradient-to, rgba(129, 129, 129, 0));
  }

  .tw .sm\:via-gray-100{
    --tw-gradient-stops: var(--tw-gradient-from), #6C6D72, var(--tw-gradient-to, rgba(108, 109, 114, 0));
  }

  .tw .sm\:via-gray-200{
    --tw-gradient-stops: var(--tw-gradient-from), #606167, var(--tw-gradient-to, rgba(96, 97, 103, 0));
  }

  .tw .sm\:via-gray-300{
    --tw-gradient-stops: var(--tw-gradient-from), #54565B, var(--tw-gradient-to, rgba(84, 86, 91, 0));
  }

  .tw .sm\:via-gray-400{
    --tw-gradient-stops: var(--tw-gradient-from), #494950, var(--tw-gradient-to, rgba(73, 73, 80, 0));
  }

  .tw .sm\:via-gray-500{
    --tw-gradient-stops: var(--tw-gradient-from), #3D3D44, var(--tw-gradient-to, rgba(61, 61, 68, 0));
  }

  .tw .sm\:via-gray-600{
    --tw-gradient-stops: var(--tw-gradient-from), #35353D, var(--tw-gradient-to, rgba(53, 53, 61, 0));
  }

  .tw .sm\:via-gray-700{
    --tw-gradient-stops: var(--tw-gradient-from), #2D2D31, var(--tw-gradient-to, rgba(45, 45, 49, 0));
  }

  .tw .sm\:via-gray-800{
    --tw-gradient-stops: var(--tw-gradient-from), #26252A, var(--tw-gradient-to, rgba(38, 37, 42, 0));
  }

  .tw .sm\:via-gray-850{
    --tw-gradient-stops: var(--tw-gradient-from), #202025, var(--tw-gradient-to, rgba(32, 32, 37, 0));
  }

  .tw .sm\:via-gray-900{
    --tw-gradient-stops: var(--tw-gradient-from), #1B1B20, var(--tw-gradient-to, rgba(27, 27, 32, 0));
  }

  .tw .sm\:via-gray-950{
    --tw-gradient-stops: var(--tw-gradient-from), #141417, var(--tw-gradient-to, rgba(20, 20, 23, 0));
  }

  .tw .sm\:via-brand-50{
    --tw-gradient-stops: var(--tw-gradient-from), #7FFFFF, var(--tw-gradient-to, rgba(127, 255, 255, 0));
  }

  .tw .sm\:via-brand-100{
    --tw-gradient-stops: var(--tw-gradient-from), #57E2FF, var(--tw-gradient-to, rgba(87, 226, 255, 0));
  }

  .tw .sm\:via-brand-200{
    --tw-gradient-stops: var(--tw-gradient-from), #20C5FF, var(--tw-gradient-to, rgba(32, 197, 255, 0));
  }

  .tw .sm\:via-brand-300{
    --tw-gradient-stops: var(--tw-gradient-from), #00A7E7, var(--tw-gradient-to, rgba(0, 167, 231, 0));
  }

  .tw .sm\:via-brand-400{
    --tw-gradient-stops: var(--tw-gradient-from), #008BC9, var(--tw-gradient-to, rgba(0, 139, 201, 0));
  }

  .tw .sm\:via-brand-500{
    --tw-gradient-stops: var(--tw-gradient-from), #0070AC, var(--tw-gradient-to, rgba(0, 112, 172, 0));
  }

  .tw .sm\:via-brand-600{
    --tw-gradient-stops: var(--tw-gradient-from), #00568F, var(--tw-gradient-to, rgba(0, 86, 143, 0));
  }

  .tw .sm\:via-brand-700{
    --tw-gradient-stops: var(--tw-gradient-from), #003E74, var(--tw-gradient-to, rgba(0, 62, 116, 0));
  }

  .tw .sm\:via-brand-800{
    --tw-gradient-stops: var(--tw-gradient-from), #002759, var(--tw-gradient-to, rgba(0, 39, 89, 0));
  }

  .tw .sm\:via-brand-900{
    --tw-gradient-stops: var(--tw-gradient-from), #00123F, var(--tw-gradient-to, rgba(0, 18, 63, 0));
  }

  .tw .sm\:via-brand{
    --tw-gradient-stops: var(--tw-gradient-from), #00BEFF, var(--tw-gradient-to, rgba(0, 190, 255, 0));
  }

  .tw .sm\:via-brand-base{
    --tw-gradient-stops: var(--tw-gradient-from), #00BEFF, var(--tw-gradient-to, rgba(0, 190, 255, 0));
  }

  .tw .sm\:via-red-50{
    --tw-gradient-stops: var(--tw-gradient-from), #FFCAC8, var(--tw-gradient-to, rgba(255, 202, 200, 0));
  }

  .tw .sm\:via-red-100{
    --tw-gradient-stops: var(--tw-gradient-from), #FFABAB, var(--tw-gradient-to, rgba(255, 171, 171, 0));
  }

  .tw .sm\:via-red-200{
    --tw-gradient-stops: var(--tw-gradient-from), #FF8E8E, var(--tw-gradient-to, rgba(255, 142, 142, 0));
  }

  .tw .sm\:via-red-300{
    --tw-gradient-stops: var(--tw-gradient-from), #F77073, var(--tw-gradient-to, rgba(247, 112, 115, 0));
  }

  .tw .sm\:via-red-400{
    --tw-gradient-stops: var(--tw-gradient-from), #D75359, var(--tw-gradient-to, rgba(215, 83, 89, 0));
  }

  .tw .sm\:via-red-500{
    --tw-gradient-stops: var(--tw-gradient-from), #B63640, var(--tw-gradient-to, rgba(182, 54, 64, 0));
  }

  .tw .sm\:via-red-600{
    --tw-gradient-stops: var(--tw-gradient-from), #961229, var(--tw-gradient-to, rgba(150, 18, 41, 0));
  }

  .tw .sm\:via-red-700{
    --tw-gradient-stops: var(--tw-gradient-from), #770013, var(--tw-gradient-to, rgba(119, 0, 19, 0));
  }

  .tw .sm\:via-red-800{
    --tw-gradient-stops: var(--tw-gradient-from), #590000, var(--tw-gradient-to, rgba(89, 0, 0, 0));
  }

  .tw .sm\:via-red-900{
    --tw-gradient-stops: var(--tw-gradient-from), #410000, var(--tw-gradient-to, rgba(65, 0, 0, 0));
  }

  .tw .sm\:via-red{
    --tw-gradient-stops: var(--tw-gradient-from), #D35056, var(--tw-gradient-to, rgba(211, 80, 86, 0));
  }

  .tw .sm\:via-red-brand{
    --tw-gradient-stops: var(--tw-gradient-from), #FF4F4F, var(--tw-gradient-to, rgba(255, 79, 79, 0));
  }

  .tw .sm\:via-green-50{
    --tw-gradient-stops: var(--tw-gradient-from), #8DFFCD, var(--tw-gradient-to, rgba(141, 255, 205, 0));
  }

  .tw .sm\:via-green-100{
    --tw-gradient-stops: var(--tw-gradient-from), #6DECB0, var(--tw-gradient-to, rgba(109, 236, 176, 0));
  }

  .tw .sm\:via-green-200{
    --tw-gradient-stops: var(--tw-gradient-from), #4CCE93, var(--tw-gradient-to, rgba(76, 206, 147, 0));
  }

  .tw .sm\:via-green-300{
    --tw-gradient-stops: var(--tw-gradient-from), #24B077, var(--tw-gradient-to, rgba(36, 176, 119, 0));
  }

  .tw .sm\:via-green-400{
    --tw-gradient-stops: var(--tw-gradient-from), #00935D, var(--tw-gradient-to, rgba(0, 147, 93, 0));
  }

  .tw .sm\:via-green-500{
    --tw-gradient-stops: var(--tw-gradient-from), #007744, var(--tw-gradient-to, rgba(0, 119, 68, 0));
  }

  .tw .sm\:via-green-600{
    --tw-gradient-stops: var(--tw-gradient-from), #005B2B, var(--tw-gradient-to, rgba(0, 91, 43, 0));
  }

  .tw .sm\:via-green-700{
    --tw-gradient-stops: var(--tw-gradient-from), #004115, var(--tw-gradient-to, rgba(0, 65, 21, 0));
  }

  .tw .sm\:via-green-800{
    --tw-gradient-stops: var(--tw-gradient-from), #002B00, var(--tw-gradient-to, rgba(0, 43, 0, 0));
  }

  .tw .sm\:via-green-900{
    --tw-gradient-stops: var(--tw-gradient-from), #001B00, var(--tw-gradient-to, rgba(0, 27, 0, 0));
  }

  .tw .sm\:via-green{
    --tw-gradient-stops: var(--tw-gradient-from), #2EB67D, var(--tw-gradient-to, rgba(46, 182, 125, 0));
  }

  .tw .sm\:via-yellow-50{
    --tw-gradient-stops: var(--tw-gradient-from), #FFEB57, var(--tw-gradient-to, rgba(255, 235, 87, 0));
  }

  .tw .sm\:via-yellow-100{
    --tw-gradient-stops: var(--tw-gradient-from), #FFCD37, var(--tw-gradient-to, rgba(255, 205, 55, 0));
  }

  .tw .sm\:via-yellow-200{
    --tw-gradient-stops: var(--tw-gradient-from), #E4B009, var(--tw-gradient-to, rgba(228, 176, 9, 0));
  }

  .tw .sm\:via-yellow-300{
    --tw-gradient-stops: var(--tw-gradient-from), #C39400, var(--tw-gradient-to, rgba(195, 148, 0, 0));
  }

  .tw .sm\:via-yellow-400{
    --tw-gradient-stops: var(--tw-gradient-from), #A37900, var(--tw-gradient-to, rgba(163, 121, 0, 0));
  }

  .tw .sm\:via-yellow-500{
    --tw-gradient-stops: var(--tw-gradient-from), #855F00, var(--tw-gradient-to, rgba(133, 95, 0, 0));
  }

  .tw .sm\:via-yellow-600{
    --tw-gradient-stops: var(--tw-gradient-from), #684600, var(--tw-gradient-to, rgba(104, 70, 0, 0));
  }

  .tw .sm\:via-yellow-700{
    --tw-gradient-stops: var(--tw-gradient-from), #4F2E00, var(--tw-gradient-to, rgba(79, 46, 0, 0));
  }

  .tw .sm\:via-yellow-800{
    --tw-gradient-stops: var(--tw-gradient-from), #3D1600, var(--tw-gradient-to, rgba(61, 22, 0, 0));
  }

  .tw .sm\:via-yellow-900{
    --tw-gradient-stops: var(--tw-gradient-from), #320000, var(--tw-gradient-to, rgba(50, 0, 0, 0));
  }

  .tw .sm\:via-yellow{
    --tw-gradient-stops: var(--tw-gradient-from), #FEC72F, var(--tw-gradient-to, rgba(254, 199, 47, 0));
  }

  .tw .sm\:via-purple-50{
    --tw-gradient-stops: var(--tw-gradient-from), #FFD8FF, var(--tw-gradient-to, rgba(255, 216, 255, 0));
  }

  .tw .sm\:via-purple-100{
    --tw-gradient-stops: var(--tw-gradient-from), #F0BAFF, var(--tw-gradient-to, rgba(240, 186, 255, 0));
  }

  .tw .sm\:via-purple-200{
    --tw-gradient-stops: var(--tw-gradient-from), #D09DFF, var(--tw-gradient-to, rgba(208, 157, 255, 0));
  }

  .tw .sm\:via-purple-300{
    --tw-gradient-stops: var(--tw-gradient-from), #B180FF, var(--tw-gradient-to, rgba(177, 128, 255, 0));
  }

  .tw .sm\:via-purple-400{
    --tw-gradient-stops: var(--tw-gradient-from), #9265E9, var(--tw-gradient-to, rgba(146, 101, 233, 0));
  }

  .tw .sm\:via-purple-500{
    --tw-gradient-stops: var(--tw-gradient-from), #744ACB, var(--tw-gradient-to, rgba(116, 74, 203, 0));
  }

  .tw .sm\:via-purple-600{
    --tw-gradient-stops: var(--tw-gradient-from), #5530AD, var(--tw-gradient-to, rgba(85, 48, 173, 0));
  }

  .tw .sm\:via-purple-700{
    --tw-gradient-stops: var(--tw-gradient-from), #351690, var(--tw-gradient-to, rgba(53, 22, 144, 0));
  }

  .tw .sm\:via-purple-800{
    --tw-gradient-stops: var(--tw-gradient-from), #090074, var(--tw-gradient-to, rgba(9, 0, 116, 0));
  }

  .tw .sm\:via-purple-900{
    --tw-gradient-stops: var(--tw-gradient-from), #000059, var(--tw-gradient-to, rgba(0, 0, 89, 0));
  }

  .tw .sm\:via-purple{
    --tw-gradient-stops: var(--tw-gradient-from), #A878FF, var(--tw-gradient-to, rgba(168, 120, 255, 0));
  }

  .tw .sm\:via-orange-50{
    --tw-gradient-stops: var(--tw-gradient-from), #FFD283, var(--tw-gradient-to, rgba(255, 210, 131, 0));
  }

  .tw .sm\:via-orange-100{
    --tw-gradient-stops: var(--tw-gradient-from), #FFB467, var(--tw-gradient-to, rgba(255, 180, 103, 0));
  }

  .tw .sm\:via-orange-200{
    --tw-gradient-stops: var(--tw-gradient-from), #FF974B, var(--tw-gradient-to, rgba(255, 151, 75, 0));
  }

  .tw .sm\:via-orange-300{
    --tw-gradient-stops: var(--tw-gradient-from), #F07A2F, var(--tw-gradient-to, rgba(240, 122, 47, 0));
  }

  .tw .sm\:via-orange-400{
    --tw-gradient-stops: var(--tw-gradient-from), #CE5F11, var(--tw-gradient-to, rgba(206, 95, 17, 0));
  }

  .tw .sm\:via-orange-500{
    --tw-gradient-stops: var(--tw-gradient-from), #AD4400, var(--tw-gradient-to, rgba(173, 68, 0, 0));
  }

  .tw .sm\:via-orange-600{
    --tw-gradient-stops: var(--tw-gradient-from), #8D2800, var(--tw-gradient-to, rgba(141, 40, 0, 0));
  }

  .tw .sm\:via-orange-700{
    --tw-gradient-stops: var(--tw-gradient-from), #6F0600, var(--tw-gradient-to, rgba(111, 6, 0, 0));
  }

  .tw .sm\:via-orange-800{
    --tw-gradient-stops: var(--tw-gradient-from), #540000, var(--tw-gradient-to, rgba(84, 0, 0, 0));
  }

  .tw .sm\:via-orange-900{
    --tw-gradient-stops: var(--tw-gradient-from), #410000, var(--tw-gradient-to, rgba(65, 0, 0, 0));
  }

  .tw .sm\:via-orange{
    --tw-gradient-stops: var(--tw-gradient-from), #F57F34, var(--tw-gradient-to, rgba(245, 127, 52, 0));
  }

  .tw .sm\:via-surface-brand{
    --tw-gradient-stops: var(--tw-gradient-from), #1A1A1A, var(--tw-gradient-to, rgba(26, 26, 26, 0));
  }

  .tw .sm\:via-surface-lower{
    --tw-gradient-stops: var(--tw-gradient-from), #121314, var(--tw-gradient-to, rgba(18, 19, 20, 0));
  }

  .tw .sm\:via-surface-base{
    --tw-gradient-stops: var(--tw-gradient-from), #1D1E1F, var(--tw-gradient-to, rgba(29, 30, 31, 0));
  }

  .tw .sm\:via-surface-low{
    --tw-gradient-stops: var(--tw-gradient-from), #212124, var(--tw-gradient-to, rgba(33, 33, 36, 0));
  }

  .tw .sm\:via-surface-middle{
    --tw-gradient-stops: var(--tw-gradient-from), #26262A, var(--tw-gradient-to, rgba(38, 38, 42, 0));
  }

  .tw .sm\:via-surface-upper{
    --tw-gradient-stops: var(--tw-gradient-from), #29292E, var(--tw-gradient-to, rgba(41, 41, 46, 0));
  }

  .tw .sm\:via-surface-high{
    --tw-gradient-stops: var(--tw-gradient-from), #343435, var(--tw-gradient-to, rgba(52, 52, 53, 0));
  }

  .tw .sm\:via-surface-higher{
    --tw-gradient-stops: var(--tw-gradient-from), #4A4B4B, var(--tw-gradient-to, rgba(74, 75, 75, 0));
  }

  .tw .sm\:via-surface-highest{
    --tw-gradient-stops: var(--tw-gradient-from), #616162, var(--tw-gradient-to, rgba(97, 97, 98, 0));
  }

  .tw .sm\:via-glyph-base{
    --tw-gradient-stops: var(--tw-gradient-from), #FFFFFF, var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .tw .sm\:via-glyph-light{
    --tw-gradient-stops: var(--tw-gradient-from), #C2C2C2, var(--tw-gradient-to, rgba(194, 194, 194, 0));
  }

  .tw .sm\:via-glyph-lighter{
    --tw-gradient-stops: var(--tw-gradient-from), #969696, var(--tw-gradient-to, rgba(150, 150, 150, 0));
  }

  .tw .sm\:via-glyph-lightest{
    --tw-gradient-stops: var(--tw-gradient-from), #505050, var(--tw-gradient-to, rgba(80, 80, 80, 0));
  }

  .tw .sm\:via-link{
    --tw-gradient-stops: var(--tw-gradient-from), #00BEFF, var(--tw-gradient-to, rgba(0, 190, 255, 0));
  }

  .tw .sm\:via-info-error{
    --tw-gradient-stops: var(--tw-gradient-from), #eb3341, var(--tw-gradient-to, rgba(235, 51, 65, 0));
  }

  .tw .sm\:via-info-danger{
    --tw-gradient-stops: var(--tw-gradient-from), #F77F25, var(--tw-gradient-to, rgba(247, 127, 37, 0));
  }

  .tw .sm\:via-info-warn{
    --tw-gradient-stops: var(--tw-gradient-from), #FFC82F, var(--tw-gradient-to, rgba(255, 200, 47, 0));
  }

  .tw .sm\:via-info-ok{
    --tw-gradient-stops: var(--tw-gradient-from), #00974F, var(--tw-gradient-to, rgba(0, 151, 79, 0));
  }

  .tw .sm\:via-info-notice{
    --tw-gradient-stops: var(--tw-gradient-from), #0180FF, var(--tw-gradient-to, rgba(1, 128, 255, 0));
  }

  .tw .sm\:via-accent-1{
    --tw-gradient-stops: var(--tw-gradient-from), #FF5D69, var(--tw-gradient-to, rgba(255, 93, 105, 0));
  }

  .tw .sm\:via-accent-2{
    --tw-gradient-stops: var(--tw-gradient-from), #07F5AF, var(--tw-gradient-to, rgba(7, 245, 175, 0));
  }

  .tw .sm\:via-accent-3{
    --tw-gradient-stops: var(--tw-gradient-from), #04D372, var(--tw-gradient-to, rgba(4, 211, 114, 0));
  }

  .tw .sm\:via-accent-4{
    --tw-gradient-stops: var(--tw-gradient-from), #8451F5, var(--tw-gradient-to, rgba(132, 81, 245, 0));
  }

  .tw .sm\:hover\:via-current:hover{
    --tw-gradient-stops: var(--tw-gradient-from), currentColor, var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .tw .sm\:hover\:via-transparent:hover{
    --tw-gradient-stops: var(--tw-gradient-from), transparent, var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .tw .sm\:hover\:via-white:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #FFFFFF, var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .tw .sm\:hover\:via-black:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #000000, var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .tw .sm\:hover\:via-gray-10:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #F0F0F0, var(--tw-gradient-to, rgba(240, 240, 240, 0));
  }

  .tw .sm\:hover\:via-gray-20:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #E2E2E2, var(--tw-gradient-to, rgba(226, 226, 226, 0));
  }

  .tw .sm\:hover\:via-gray-30:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #D3D3D3, var(--tw-gradient-to, rgba(211, 211, 211, 0));
  }

  .tw .sm\:hover\:via-gray-40:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #C5C5C5, var(--tw-gradient-to, rgba(197, 197, 197, 0));
  }

  .tw .sm\:hover\:via-gray-50:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #B7B7B7, var(--tw-gradient-to, rgba(183, 183, 183, 0));
  }

  .tw .sm\:hover\:via-gray-60:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #A9A9A9, var(--tw-gradient-to, rgba(169, 169, 169, 0));
  }

  .tw .sm\:hover\:via-gray-70:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #9C9C9C, var(--tw-gradient-to, rgba(156, 156, 156, 0));
  }

  .tw .sm\:hover\:via-gray-80:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #8E8E8E, var(--tw-gradient-to, rgba(142, 142, 142, 0));
  }

  .tw .sm\:hover\:via-gray-90:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #818181, var(--tw-gradient-to, rgba(129, 129, 129, 0));
  }

  .tw .sm\:hover\:via-gray-100:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #6C6D72, var(--tw-gradient-to, rgba(108, 109, 114, 0));
  }

  .tw .sm\:hover\:via-gray-200:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #606167, var(--tw-gradient-to, rgba(96, 97, 103, 0));
  }

  .tw .sm\:hover\:via-gray-300:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #54565B, var(--tw-gradient-to, rgba(84, 86, 91, 0));
  }

  .tw .sm\:hover\:via-gray-400:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #494950, var(--tw-gradient-to, rgba(73, 73, 80, 0));
  }

  .tw .sm\:hover\:via-gray-500:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #3D3D44, var(--tw-gradient-to, rgba(61, 61, 68, 0));
  }

  .tw .sm\:hover\:via-gray-600:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #35353D, var(--tw-gradient-to, rgba(53, 53, 61, 0));
  }

  .tw .sm\:hover\:via-gray-700:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #2D2D31, var(--tw-gradient-to, rgba(45, 45, 49, 0));
  }

  .tw .sm\:hover\:via-gray-800:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #26252A, var(--tw-gradient-to, rgba(38, 37, 42, 0));
  }

  .tw .sm\:hover\:via-gray-850:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #202025, var(--tw-gradient-to, rgba(32, 32, 37, 0));
  }

  .tw .sm\:hover\:via-gray-900:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #1B1B20, var(--tw-gradient-to, rgba(27, 27, 32, 0));
  }

  .tw .sm\:hover\:via-gray-950:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #141417, var(--tw-gradient-to, rgba(20, 20, 23, 0));
  }

  .tw .sm\:hover\:via-brand-50:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #7FFFFF, var(--tw-gradient-to, rgba(127, 255, 255, 0));
  }

  .tw .sm\:hover\:via-brand-100:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #57E2FF, var(--tw-gradient-to, rgba(87, 226, 255, 0));
  }

  .tw .sm\:hover\:via-brand-200:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #20C5FF, var(--tw-gradient-to, rgba(32, 197, 255, 0));
  }

  .tw .sm\:hover\:via-brand-300:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #00A7E7, var(--tw-gradient-to, rgba(0, 167, 231, 0));
  }

  .tw .sm\:hover\:via-brand-400:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #008BC9, var(--tw-gradient-to, rgba(0, 139, 201, 0));
  }

  .tw .sm\:hover\:via-brand-500:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #0070AC, var(--tw-gradient-to, rgba(0, 112, 172, 0));
  }

  .tw .sm\:hover\:via-brand-600:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #00568F, var(--tw-gradient-to, rgba(0, 86, 143, 0));
  }

  .tw .sm\:hover\:via-brand-700:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #003E74, var(--tw-gradient-to, rgba(0, 62, 116, 0));
  }

  .tw .sm\:hover\:via-brand-800:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #002759, var(--tw-gradient-to, rgba(0, 39, 89, 0));
  }

  .tw .sm\:hover\:via-brand-900:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #00123F, var(--tw-gradient-to, rgba(0, 18, 63, 0));
  }

  .tw .sm\:hover\:via-brand:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #00BEFF, var(--tw-gradient-to, rgba(0, 190, 255, 0));
  }

  .tw .sm\:hover\:via-brand-base:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #00BEFF, var(--tw-gradient-to, rgba(0, 190, 255, 0));
  }

  .tw .sm\:hover\:via-red-50:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #FFCAC8, var(--tw-gradient-to, rgba(255, 202, 200, 0));
  }

  .tw .sm\:hover\:via-red-100:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #FFABAB, var(--tw-gradient-to, rgba(255, 171, 171, 0));
  }

  .tw .sm\:hover\:via-red-200:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #FF8E8E, var(--tw-gradient-to, rgba(255, 142, 142, 0));
  }

  .tw .sm\:hover\:via-red-300:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #F77073, var(--tw-gradient-to, rgba(247, 112, 115, 0));
  }

  .tw .sm\:hover\:via-red-400:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #D75359, var(--tw-gradient-to, rgba(215, 83, 89, 0));
  }

  .tw .sm\:hover\:via-red-500:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #B63640, var(--tw-gradient-to, rgba(182, 54, 64, 0));
  }

  .tw .sm\:hover\:via-red-600:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #961229, var(--tw-gradient-to, rgba(150, 18, 41, 0));
  }

  .tw .sm\:hover\:via-red-700:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #770013, var(--tw-gradient-to, rgba(119, 0, 19, 0));
  }

  .tw .sm\:hover\:via-red-800:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #590000, var(--tw-gradient-to, rgba(89, 0, 0, 0));
  }

  .tw .sm\:hover\:via-red-900:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #410000, var(--tw-gradient-to, rgba(65, 0, 0, 0));
  }

  .tw .sm\:hover\:via-red:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #D35056, var(--tw-gradient-to, rgba(211, 80, 86, 0));
  }

  .tw .sm\:hover\:via-red-brand:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #FF4F4F, var(--tw-gradient-to, rgba(255, 79, 79, 0));
  }

  .tw .sm\:hover\:via-green-50:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #8DFFCD, var(--tw-gradient-to, rgba(141, 255, 205, 0));
  }

  .tw .sm\:hover\:via-green-100:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #6DECB0, var(--tw-gradient-to, rgba(109, 236, 176, 0));
  }

  .tw .sm\:hover\:via-green-200:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #4CCE93, var(--tw-gradient-to, rgba(76, 206, 147, 0));
  }

  .tw .sm\:hover\:via-green-300:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #24B077, var(--tw-gradient-to, rgba(36, 176, 119, 0));
  }

  .tw .sm\:hover\:via-green-400:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #00935D, var(--tw-gradient-to, rgba(0, 147, 93, 0));
  }

  .tw .sm\:hover\:via-green-500:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #007744, var(--tw-gradient-to, rgba(0, 119, 68, 0));
  }

  .tw .sm\:hover\:via-green-600:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #005B2B, var(--tw-gradient-to, rgba(0, 91, 43, 0));
  }

  .tw .sm\:hover\:via-green-700:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #004115, var(--tw-gradient-to, rgba(0, 65, 21, 0));
  }

  .tw .sm\:hover\:via-green-800:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #002B00, var(--tw-gradient-to, rgba(0, 43, 0, 0));
  }

  .tw .sm\:hover\:via-green-900:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #001B00, var(--tw-gradient-to, rgba(0, 27, 0, 0));
  }

  .tw .sm\:hover\:via-green:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #2EB67D, var(--tw-gradient-to, rgba(46, 182, 125, 0));
  }

  .tw .sm\:hover\:via-yellow-50:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #FFEB57, var(--tw-gradient-to, rgba(255, 235, 87, 0));
  }

  .tw .sm\:hover\:via-yellow-100:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #FFCD37, var(--tw-gradient-to, rgba(255, 205, 55, 0));
  }

  .tw .sm\:hover\:via-yellow-200:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #E4B009, var(--tw-gradient-to, rgba(228, 176, 9, 0));
  }

  .tw .sm\:hover\:via-yellow-300:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #C39400, var(--tw-gradient-to, rgba(195, 148, 0, 0));
  }

  .tw .sm\:hover\:via-yellow-400:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #A37900, var(--tw-gradient-to, rgba(163, 121, 0, 0));
  }

  .tw .sm\:hover\:via-yellow-500:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #855F00, var(--tw-gradient-to, rgba(133, 95, 0, 0));
  }

  .tw .sm\:hover\:via-yellow-600:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #684600, var(--tw-gradient-to, rgba(104, 70, 0, 0));
  }

  .tw .sm\:hover\:via-yellow-700:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #4F2E00, var(--tw-gradient-to, rgba(79, 46, 0, 0));
  }

  .tw .sm\:hover\:via-yellow-800:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #3D1600, var(--tw-gradient-to, rgba(61, 22, 0, 0));
  }

  .tw .sm\:hover\:via-yellow-900:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #320000, var(--tw-gradient-to, rgba(50, 0, 0, 0));
  }

  .tw .sm\:hover\:via-yellow:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #FEC72F, var(--tw-gradient-to, rgba(254, 199, 47, 0));
  }

  .tw .sm\:hover\:via-purple-50:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #FFD8FF, var(--tw-gradient-to, rgba(255, 216, 255, 0));
  }

  .tw .sm\:hover\:via-purple-100:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #F0BAFF, var(--tw-gradient-to, rgba(240, 186, 255, 0));
  }

  .tw .sm\:hover\:via-purple-200:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #D09DFF, var(--tw-gradient-to, rgba(208, 157, 255, 0));
  }

  .tw .sm\:hover\:via-purple-300:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #B180FF, var(--tw-gradient-to, rgba(177, 128, 255, 0));
  }

  .tw .sm\:hover\:via-purple-400:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #9265E9, var(--tw-gradient-to, rgba(146, 101, 233, 0));
  }

  .tw .sm\:hover\:via-purple-500:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #744ACB, var(--tw-gradient-to, rgba(116, 74, 203, 0));
  }

  .tw .sm\:hover\:via-purple-600:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #5530AD, var(--tw-gradient-to, rgba(85, 48, 173, 0));
  }

  .tw .sm\:hover\:via-purple-700:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #351690, var(--tw-gradient-to, rgba(53, 22, 144, 0));
  }

  .tw .sm\:hover\:via-purple-800:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #090074, var(--tw-gradient-to, rgba(9, 0, 116, 0));
  }

  .tw .sm\:hover\:via-purple-900:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #000059, var(--tw-gradient-to, rgba(0, 0, 89, 0));
  }

  .tw .sm\:hover\:via-purple:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #A878FF, var(--tw-gradient-to, rgba(168, 120, 255, 0));
  }

  .tw .sm\:hover\:via-orange-50:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #FFD283, var(--tw-gradient-to, rgba(255, 210, 131, 0));
  }

  .tw .sm\:hover\:via-orange-100:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #FFB467, var(--tw-gradient-to, rgba(255, 180, 103, 0));
  }

  .tw .sm\:hover\:via-orange-200:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #FF974B, var(--tw-gradient-to, rgba(255, 151, 75, 0));
  }

  .tw .sm\:hover\:via-orange-300:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #F07A2F, var(--tw-gradient-to, rgba(240, 122, 47, 0));
  }

  .tw .sm\:hover\:via-orange-400:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #CE5F11, var(--tw-gradient-to, rgba(206, 95, 17, 0));
  }

  .tw .sm\:hover\:via-orange-500:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #AD4400, var(--tw-gradient-to, rgba(173, 68, 0, 0));
  }

  .tw .sm\:hover\:via-orange-600:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #8D2800, var(--tw-gradient-to, rgba(141, 40, 0, 0));
  }

  .tw .sm\:hover\:via-orange-700:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #6F0600, var(--tw-gradient-to, rgba(111, 6, 0, 0));
  }

  .tw .sm\:hover\:via-orange-800:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #540000, var(--tw-gradient-to, rgba(84, 0, 0, 0));
  }

  .tw .sm\:hover\:via-orange-900:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #410000, var(--tw-gradient-to, rgba(65, 0, 0, 0));
  }

  .tw .sm\:hover\:via-orange:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #F57F34, var(--tw-gradient-to, rgba(245, 127, 52, 0));
  }

  .tw .sm\:hover\:via-surface-brand:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #1A1A1A, var(--tw-gradient-to, rgba(26, 26, 26, 0));
  }

  .tw .sm\:hover\:via-surface-lower:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #121314, var(--tw-gradient-to, rgba(18, 19, 20, 0));
  }

  .tw .sm\:hover\:via-surface-base:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #1D1E1F, var(--tw-gradient-to, rgba(29, 30, 31, 0));
  }

  .tw .sm\:hover\:via-surface-low:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #212124, var(--tw-gradient-to, rgba(33, 33, 36, 0));
  }

  .tw .sm\:hover\:via-surface-middle:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #26262A, var(--tw-gradient-to, rgba(38, 38, 42, 0));
  }

  .tw .sm\:hover\:via-surface-upper:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #29292E, var(--tw-gradient-to, rgba(41, 41, 46, 0));
  }

  .tw .sm\:hover\:via-surface-high:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #343435, var(--tw-gradient-to, rgba(52, 52, 53, 0));
  }

  .tw .sm\:hover\:via-surface-higher:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #4A4B4B, var(--tw-gradient-to, rgba(74, 75, 75, 0));
  }

  .tw .sm\:hover\:via-surface-highest:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #616162, var(--tw-gradient-to, rgba(97, 97, 98, 0));
  }

  .tw .sm\:hover\:via-glyph-base:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #FFFFFF, var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .tw .sm\:hover\:via-glyph-light:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #C2C2C2, var(--tw-gradient-to, rgba(194, 194, 194, 0));
  }

  .tw .sm\:hover\:via-glyph-lighter:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #969696, var(--tw-gradient-to, rgba(150, 150, 150, 0));
  }

  .tw .sm\:hover\:via-glyph-lightest:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #505050, var(--tw-gradient-to, rgba(80, 80, 80, 0));
  }

  .tw .sm\:hover\:via-link:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #00BEFF, var(--tw-gradient-to, rgba(0, 190, 255, 0));
  }

  .tw .sm\:hover\:via-info-error:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #eb3341, var(--tw-gradient-to, rgba(235, 51, 65, 0));
  }

  .tw .sm\:hover\:via-info-danger:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #F77F25, var(--tw-gradient-to, rgba(247, 127, 37, 0));
  }

  .tw .sm\:hover\:via-info-warn:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #FFC82F, var(--tw-gradient-to, rgba(255, 200, 47, 0));
  }

  .tw .sm\:hover\:via-info-ok:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #00974F, var(--tw-gradient-to, rgba(0, 151, 79, 0));
  }

  .tw .sm\:hover\:via-info-notice:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #0180FF, var(--tw-gradient-to, rgba(1, 128, 255, 0));
  }

  .tw .sm\:hover\:via-accent-1:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #FF5D69, var(--tw-gradient-to, rgba(255, 93, 105, 0));
  }

  .tw .sm\:hover\:via-accent-2:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #07F5AF, var(--tw-gradient-to, rgba(7, 245, 175, 0));
  }

  .tw .sm\:hover\:via-accent-3:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #04D372, var(--tw-gradient-to, rgba(4, 211, 114, 0));
  }

  .tw .sm\:hover\:via-accent-4:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #8451F5, var(--tw-gradient-to, rgba(132, 81, 245, 0));
  }

  .tw .sm\:focus\:via-current:focus{
    --tw-gradient-stops: var(--tw-gradient-from), currentColor, var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .tw .sm\:focus\:via-transparent:focus{
    --tw-gradient-stops: var(--tw-gradient-from), transparent, var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .tw .sm\:focus\:via-white:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #FFFFFF, var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .tw .sm\:focus\:via-black:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #000000, var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .tw .sm\:focus\:via-gray-10:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #F0F0F0, var(--tw-gradient-to, rgba(240, 240, 240, 0));
  }

  .tw .sm\:focus\:via-gray-20:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #E2E2E2, var(--tw-gradient-to, rgba(226, 226, 226, 0));
  }

  .tw .sm\:focus\:via-gray-30:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #D3D3D3, var(--tw-gradient-to, rgba(211, 211, 211, 0));
  }

  .tw .sm\:focus\:via-gray-40:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #C5C5C5, var(--tw-gradient-to, rgba(197, 197, 197, 0));
  }

  .tw .sm\:focus\:via-gray-50:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #B7B7B7, var(--tw-gradient-to, rgba(183, 183, 183, 0));
  }

  .tw .sm\:focus\:via-gray-60:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #A9A9A9, var(--tw-gradient-to, rgba(169, 169, 169, 0));
  }

  .tw .sm\:focus\:via-gray-70:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #9C9C9C, var(--tw-gradient-to, rgba(156, 156, 156, 0));
  }

  .tw .sm\:focus\:via-gray-80:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #8E8E8E, var(--tw-gradient-to, rgba(142, 142, 142, 0));
  }

  .tw .sm\:focus\:via-gray-90:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #818181, var(--tw-gradient-to, rgba(129, 129, 129, 0));
  }

  .tw .sm\:focus\:via-gray-100:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #6C6D72, var(--tw-gradient-to, rgba(108, 109, 114, 0));
  }

  .tw .sm\:focus\:via-gray-200:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #606167, var(--tw-gradient-to, rgba(96, 97, 103, 0));
  }

  .tw .sm\:focus\:via-gray-300:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #54565B, var(--tw-gradient-to, rgba(84, 86, 91, 0));
  }

  .tw .sm\:focus\:via-gray-400:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #494950, var(--tw-gradient-to, rgba(73, 73, 80, 0));
  }

  .tw .sm\:focus\:via-gray-500:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #3D3D44, var(--tw-gradient-to, rgba(61, 61, 68, 0));
  }

  .tw .sm\:focus\:via-gray-600:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #35353D, var(--tw-gradient-to, rgba(53, 53, 61, 0));
  }

  .tw .sm\:focus\:via-gray-700:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #2D2D31, var(--tw-gradient-to, rgba(45, 45, 49, 0));
  }

  .tw .sm\:focus\:via-gray-800:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #26252A, var(--tw-gradient-to, rgba(38, 37, 42, 0));
  }

  .tw .sm\:focus\:via-gray-850:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #202025, var(--tw-gradient-to, rgba(32, 32, 37, 0));
  }

  .tw .sm\:focus\:via-gray-900:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #1B1B20, var(--tw-gradient-to, rgba(27, 27, 32, 0));
  }

  .tw .sm\:focus\:via-gray-950:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #141417, var(--tw-gradient-to, rgba(20, 20, 23, 0));
  }

  .tw .sm\:focus\:via-brand-50:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #7FFFFF, var(--tw-gradient-to, rgba(127, 255, 255, 0));
  }

  .tw .sm\:focus\:via-brand-100:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #57E2FF, var(--tw-gradient-to, rgba(87, 226, 255, 0));
  }

  .tw .sm\:focus\:via-brand-200:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #20C5FF, var(--tw-gradient-to, rgba(32, 197, 255, 0));
  }

  .tw .sm\:focus\:via-brand-300:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #00A7E7, var(--tw-gradient-to, rgba(0, 167, 231, 0));
  }

  .tw .sm\:focus\:via-brand-400:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #008BC9, var(--tw-gradient-to, rgba(0, 139, 201, 0));
  }

  .tw .sm\:focus\:via-brand-500:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #0070AC, var(--tw-gradient-to, rgba(0, 112, 172, 0));
  }

  .tw .sm\:focus\:via-brand-600:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #00568F, var(--tw-gradient-to, rgba(0, 86, 143, 0));
  }

  .tw .sm\:focus\:via-brand-700:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #003E74, var(--tw-gradient-to, rgba(0, 62, 116, 0));
  }

  .tw .sm\:focus\:via-brand-800:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #002759, var(--tw-gradient-to, rgba(0, 39, 89, 0));
  }

  .tw .sm\:focus\:via-brand-900:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #00123F, var(--tw-gradient-to, rgba(0, 18, 63, 0));
  }

  .tw .sm\:focus\:via-brand:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #00BEFF, var(--tw-gradient-to, rgba(0, 190, 255, 0));
  }

  .tw .sm\:focus\:via-brand-base:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #00BEFF, var(--tw-gradient-to, rgba(0, 190, 255, 0));
  }

  .tw .sm\:focus\:via-red-50:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #FFCAC8, var(--tw-gradient-to, rgba(255, 202, 200, 0));
  }

  .tw .sm\:focus\:via-red-100:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #FFABAB, var(--tw-gradient-to, rgba(255, 171, 171, 0));
  }

  .tw .sm\:focus\:via-red-200:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #FF8E8E, var(--tw-gradient-to, rgba(255, 142, 142, 0));
  }

  .tw .sm\:focus\:via-red-300:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #F77073, var(--tw-gradient-to, rgba(247, 112, 115, 0));
  }

  .tw .sm\:focus\:via-red-400:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #D75359, var(--tw-gradient-to, rgba(215, 83, 89, 0));
  }

  .tw .sm\:focus\:via-red-500:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #B63640, var(--tw-gradient-to, rgba(182, 54, 64, 0));
  }

  .tw .sm\:focus\:via-red-600:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #961229, var(--tw-gradient-to, rgba(150, 18, 41, 0));
  }

  .tw .sm\:focus\:via-red-700:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #770013, var(--tw-gradient-to, rgba(119, 0, 19, 0));
  }

  .tw .sm\:focus\:via-red-800:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #590000, var(--tw-gradient-to, rgba(89, 0, 0, 0));
  }

  .tw .sm\:focus\:via-red-900:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #410000, var(--tw-gradient-to, rgba(65, 0, 0, 0));
  }

  .tw .sm\:focus\:via-red:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #D35056, var(--tw-gradient-to, rgba(211, 80, 86, 0));
  }

  .tw .sm\:focus\:via-red-brand:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #FF4F4F, var(--tw-gradient-to, rgba(255, 79, 79, 0));
  }

  .tw .sm\:focus\:via-green-50:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #8DFFCD, var(--tw-gradient-to, rgba(141, 255, 205, 0));
  }

  .tw .sm\:focus\:via-green-100:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #6DECB0, var(--tw-gradient-to, rgba(109, 236, 176, 0));
  }

  .tw .sm\:focus\:via-green-200:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #4CCE93, var(--tw-gradient-to, rgba(76, 206, 147, 0));
  }

  .tw .sm\:focus\:via-green-300:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #24B077, var(--tw-gradient-to, rgba(36, 176, 119, 0));
  }

  .tw .sm\:focus\:via-green-400:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #00935D, var(--tw-gradient-to, rgba(0, 147, 93, 0));
  }

  .tw .sm\:focus\:via-green-500:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #007744, var(--tw-gradient-to, rgba(0, 119, 68, 0));
  }

  .tw .sm\:focus\:via-green-600:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #005B2B, var(--tw-gradient-to, rgba(0, 91, 43, 0));
  }

  .tw .sm\:focus\:via-green-700:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #004115, var(--tw-gradient-to, rgba(0, 65, 21, 0));
  }

  .tw .sm\:focus\:via-green-800:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #002B00, var(--tw-gradient-to, rgba(0, 43, 0, 0));
  }

  .tw .sm\:focus\:via-green-900:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #001B00, var(--tw-gradient-to, rgba(0, 27, 0, 0));
  }

  .tw .sm\:focus\:via-green:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #2EB67D, var(--tw-gradient-to, rgba(46, 182, 125, 0));
  }

  .tw .sm\:focus\:via-yellow-50:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #FFEB57, var(--tw-gradient-to, rgba(255, 235, 87, 0));
  }

  .tw .sm\:focus\:via-yellow-100:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #FFCD37, var(--tw-gradient-to, rgba(255, 205, 55, 0));
  }

  .tw .sm\:focus\:via-yellow-200:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #E4B009, var(--tw-gradient-to, rgba(228, 176, 9, 0));
  }

  .tw .sm\:focus\:via-yellow-300:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #C39400, var(--tw-gradient-to, rgba(195, 148, 0, 0));
  }

  .tw .sm\:focus\:via-yellow-400:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #A37900, var(--tw-gradient-to, rgba(163, 121, 0, 0));
  }

  .tw .sm\:focus\:via-yellow-500:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #855F00, var(--tw-gradient-to, rgba(133, 95, 0, 0));
  }

  .tw .sm\:focus\:via-yellow-600:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #684600, var(--tw-gradient-to, rgba(104, 70, 0, 0));
  }

  .tw .sm\:focus\:via-yellow-700:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #4F2E00, var(--tw-gradient-to, rgba(79, 46, 0, 0));
  }

  .tw .sm\:focus\:via-yellow-800:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #3D1600, var(--tw-gradient-to, rgba(61, 22, 0, 0));
  }

  .tw .sm\:focus\:via-yellow-900:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #320000, var(--tw-gradient-to, rgba(50, 0, 0, 0));
  }

  .tw .sm\:focus\:via-yellow:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #FEC72F, var(--tw-gradient-to, rgba(254, 199, 47, 0));
  }

  .tw .sm\:focus\:via-purple-50:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #FFD8FF, var(--tw-gradient-to, rgba(255, 216, 255, 0));
  }

  .tw .sm\:focus\:via-purple-100:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #F0BAFF, var(--tw-gradient-to, rgba(240, 186, 255, 0));
  }

  .tw .sm\:focus\:via-purple-200:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #D09DFF, var(--tw-gradient-to, rgba(208, 157, 255, 0));
  }

  .tw .sm\:focus\:via-purple-300:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #B180FF, var(--tw-gradient-to, rgba(177, 128, 255, 0));
  }

  .tw .sm\:focus\:via-purple-400:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #9265E9, var(--tw-gradient-to, rgba(146, 101, 233, 0));
  }

  .tw .sm\:focus\:via-purple-500:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #744ACB, var(--tw-gradient-to, rgba(116, 74, 203, 0));
  }

  .tw .sm\:focus\:via-purple-600:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #5530AD, var(--tw-gradient-to, rgba(85, 48, 173, 0));
  }

  .tw .sm\:focus\:via-purple-700:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #351690, var(--tw-gradient-to, rgba(53, 22, 144, 0));
  }

  .tw .sm\:focus\:via-purple-800:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #090074, var(--tw-gradient-to, rgba(9, 0, 116, 0));
  }

  .tw .sm\:focus\:via-purple-900:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #000059, var(--tw-gradient-to, rgba(0, 0, 89, 0));
  }

  .tw .sm\:focus\:via-purple:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #A878FF, var(--tw-gradient-to, rgba(168, 120, 255, 0));
  }

  .tw .sm\:focus\:via-orange-50:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #FFD283, var(--tw-gradient-to, rgba(255, 210, 131, 0));
  }

  .tw .sm\:focus\:via-orange-100:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #FFB467, var(--tw-gradient-to, rgba(255, 180, 103, 0));
  }

  .tw .sm\:focus\:via-orange-200:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #FF974B, var(--tw-gradient-to, rgba(255, 151, 75, 0));
  }

  .tw .sm\:focus\:via-orange-300:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #F07A2F, var(--tw-gradient-to, rgba(240, 122, 47, 0));
  }

  .tw .sm\:focus\:via-orange-400:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #CE5F11, var(--tw-gradient-to, rgba(206, 95, 17, 0));
  }

  .tw .sm\:focus\:via-orange-500:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #AD4400, var(--tw-gradient-to, rgba(173, 68, 0, 0));
  }

  .tw .sm\:focus\:via-orange-600:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #8D2800, var(--tw-gradient-to, rgba(141, 40, 0, 0));
  }

  .tw .sm\:focus\:via-orange-700:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #6F0600, var(--tw-gradient-to, rgba(111, 6, 0, 0));
  }

  .tw .sm\:focus\:via-orange-800:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #540000, var(--tw-gradient-to, rgba(84, 0, 0, 0));
  }

  .tw .sm\:focus\:via-orange-900:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #410000, var(--tw-gradient-to, rgba(65, 0, 0, 0));
  }

  .tw .sm\:focus\:via-orange:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #F57F34, var(--tw-gradient-to, rgba(245, 127, 52, 0));
  }

  .tw .sm\:focus\:via-surface-brand:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #1A1A1A, var(--tw-gradient-to, rgba(26, 26, 26, 0));
  }

  .tw .sm\:focus\:via-surface-lower:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #121314, var(--tw-gradient-to, rgba(18, 19, 20, 0));
  }

  .tw .sm\:focus\:via-surface-base:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #1D1E1F, var(--tw-gradient-to, rgba(29, 30, 31, 0));
  }

  .tw .sm\:focus\:via-surface-low:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #212124, var(--tw-gradient-to, rgba(33, 33, 36, 0));
  }

  .tw .sm\:focus\:via-surface-middle:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #26262A, var(--tw-gradient-to, rgba(38, 38, 42, 0));
  }

  .tw .sm\:focus\:via-surface-upper:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #29292E, var(--tw-gradient-to, rgba(41, 41, 46, 0));
  }

  .tw .sm\:focus\:via-surface-high:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #343435, var(--tw-gradient-to, rgba(52, 52, 53, 0));
  }

  .tw .sm\:focus\:via-surface-higher:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #4A4B4B, var(--tw-gradient-to, rgba(74, 75, 75, 0));
  }

  .tw .sm\:focus\:via-surface-highest:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #616162, var(--tw-gradient-to, rgba(97, 97, 98, 0));
  }

  .tw .sm\:focus\:via-glyph-base:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #FFFFFF, var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .tw .sm\:focus\:via-glyph-light:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #C2C2C2, var(--tw-gradient-to, rgba(194, 194, 194, 0));
  }

  .tw .sm\:focus\:via-glyph-lighter:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #969696, var(--tw-gradient-to, rgba(150, 150, 150, 0));
  }

  .tw .sm\:focus\:via-glyph-lightest:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #505050, var(--tw-gradient-to, rgba(80, 80, 80, 0));
  }

  .tw .sm\:focus\:via-link:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #00BEFF, var(--tw-gradient-to, rgba(0, 190, 255, 0));
  }

  .tw .sm\:focus\:via-info-error:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #eb3341, var(--tw-gradient-to, rgba(235, 51, 65, 0));
  }

  .tw .sm\:focus\:via-info-danger:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #F77F25, var(--tw-gradient-to, rgba(247, 127, 37, 0));
  }

  .tw .sm\:focus\:via-info-warn:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #FFC82F, var(--tw-gradient-to, rgba(255, 200, 47, 0));
  }

  .tw .sm\:focus\:via-info-ok:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #00974F, var(--tw-gradient-to, rgba(0, 151, 79, 0));
  }

  .tw .sm\:focus\:via-info-notice:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #0180FF, var(--tw-gradient-to, rgba(1, 128, 255, 0));
  }

  .tw .sm\:focus\:via-accent-1:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #FF5D69, var(--tw-gradient-to, rgba(255, 93, 105, 0));
  }

  .tw .sm\:focus\:via-accent-2:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #07F5AF, var(--tw-gradient-to, rgba(7, 245, 175, 0));
  }

  .tw .sm\:focus\:via-accent-3:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #04D372, var(--tw-gradient-to, rgba(4, 211, 114, 0));
  }

  .tw .sm\:focus\:via-accent-4:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #8451F5, var(--tw-gradient-to, rgba(132, 81, 245, 0));
  }

  .tw .sm\:to-current{
    --tw-gradient-to: currentColor;
  }

  .tw .sm\:to-transparent{
    --tw-gradient-to: transparent;
  }

  .tw .sm\:to-white{
    --tw-gradient-to: #FFFFFF;
  }

  .tw .sm\:to-black{
    --tw-gradient-to: #000000;
  }

  .tw .sm\:to-gray-10{
    --tw-gradient-to: #F0F0F0;
  }

  .tw .sm\:to-gray-20{
    --tw-gradient-to: #E2E2E2;
  }

  .tw .sm\:to-gray-30{
    --tw-gradient-to: #D3D3D3;
  }

  .tw .sm\:to-gray-40{
    --tw-gradient-to: #C5C5C5;
  }

  .tw .sm\:to-gray-50{
    --tw-gradient-to: #B7B7B7;
  }

  .tw .sm\:to-gray-60{
    --tw-gradient-to: #A9A9A9;
  }

  .tw .sm\:to-gray-70{
    --tw-gradient-to: #9C9C9C;
  }

  .tw .sm\:to-gray-80{
    --tw-gradient-to: #8E8E8E;
  }

  .tw .sm\:to-gray-90{
    --tw-gradient-to: #818181;
  }

  .tw .sm\:to-gray-100{
    --tw-gradient-to: #6C6D72;
  }

  .tw .sm\:to-gray-200{
    --tw-gradient-to: #606167;
  }

  .tw .sm\:to-gray-300{
    --tw-gradient-to: #54565B;
  }

  .tw .sm\:to-gray-400{
    --tw-gradient-to: #494950;
  }

  .tw .sm\:to-gray-500{
    --tw-gradient-to: #3D3D44;
  }

  .tw .sm\:to-gray-600{
    --tw-gradient-to: #35353D;
  }

  .tw .sm\:to-gray-700{
    --tw-gradient-to: #2D2D31;
  }

  .tw .sm\:to-gray-800{
    --tw-gradient-to: #26252A;
  }

  .tw .sm\:to-gray-850{
    --tw-gradient-to: #202025;
  }

  .tw .sm\:to-gray-900{
    --tw-gradient-to: #1B1B20;
  }

  .tw .sm\:to-gray-950{
    --tw-gradient-to: #141417;
  }

  .tw .sm\:to-brand-50{
    --tw-gradient-to: #7FFFFF;
  }

  .tw .sm\:to-brand-100{
    --tw-gradient-to: #57E2FF;
  }

  .tw .sm\:to-brand-200{
    --tw-gradient-to: #20C5FF;
  }

  .tw .sm\:to-brand-300{
    --tw-gradient-to: #00A7E7;
  }

  .tw .sm\:to-brand-400{
    --tw-gradient-to: #008BC9;
  }

  .tw .sm\:to-brand-500{
    --tw-gradient-to: #0070AC;
  }

  .tw .sm\:to-brand-600{
    --tw-gradient-to: #00568F;
  }

  .tw .sm\:to-brand-700{
    --tw-gradient-to: #003E74;
  }

  .tw .sm\:to-brand-800{
    --tw-gradient-to: #002759;
  }

  .tw .sm\:to-brand-900{
    --tw-gradient-to: #00123F;
  }

  .tw .sm\:to-brand{
    --tw-gradient-to: #00BEFF;
  }

  .tw .sm\:to-brand-base{
    --tw-gradient-to: #00BEFF;
  }

  .tw .sm\:to-red-50{
    --tw-gradient-to: #FFCAC8;
  }

  .tw .sm\:to-red-100{
    --tw-gradient-to: #FFABAB;
  }

  .tw .sm\:to-red-200{
    --tw-gradient-to: #FF8E8E;
  }

  .tw .sm\:to-red-300{
    --tw-gradient-to: #F77073;
  }

  .tw .sm\:to-red-400{
    --tw-gradient-to: #D75359;
  }

  .tw .sm\:to-red-500{
    --tw-gradient-to: #B63640;
  }

  .tw .sm\:to-red-600{
    --tw-gradient-to: #961229;
  }

  .tw .sm\:to-red-700{
    --tw-gradient-to: #770013;
  }

  .tw .sm\:to-red-800{
    --tw-gradient-to: #590000;
  }

  .tw .sm\:to-red-900{
    --tw-gradient-to: #410000;
  }

  .tw .sm\:to-red{
    --tw-gradient-to: #D35056;
  }

  .tw .sm\:to-red-brand{
    --tw-gradient-to: #FF4F4F;
  }

  .tw .sm\:to-green-50{
    --tw-gradient-to: #8DFFCD;
  }

  .tw .sm\:to-green-100{
    --tw-gradient-to: #6DECB0;
  }

  .tw .sm\:to-green-200{
    --tw-gradient-to: #4CCE93;
  }

  .tw .sm\:to-green-300{
    --tw-gradient-to: #24B077;
  }

  .tw .sm\:to-green-400{
    --tw-gradient-to: #00935D;
  }

  .tw .sm\:to-green-500{
    --tw-gradient-to: #007744;
  }

  .tw .sm\:to-green-600{
    --tw-gradient-to: #005B2B;
  }

  .tw .sm\:to-green-700{
    --tw-gradient-to: #004115;
  }

  .tw .sm\:to-green-800{
    --tw-gradient-to: #002B00;
  }

  .tw .sm\:to-green-900{
    --tw-gradient-to: #001B00;
  }

  .tw .sm\:to-green{
    --tw-gradient-to: #2EB67D;
  }

  .tw .sm\:to-yellow-50{
    --tw-gradient-to: #FFEB57;
  }

  .tw .sm\:to-yellow-100{
    --tw-gradient-to: #FFCD37;
  }

  .tw .sm\:to-yellow-200{
    --tw-gradient-to: #E4B009;
  }

  .tw .sm\:to-yellow-300{
    --tw-gradient-to: #C39400;
  }

  .tw .sm\:to-yellow-400{
    --tw-gradient-to: #A37900;
  }

  .tw .sm\:to-yellow-500{
    --tw-gradient-to: #855F00;
  }

  .tw .sm\:to-yellow-600{
    --tw-gradient-to: #684600;
  }

  .tw .sm\:to-yellow-700{
    --tw-gradient-to: #4F2E00;
  }

  .tw .sm\:to-yellow-800{
    --tw-gradient-to: #3D1600;
  }

  .tw .sm\:to-yellow-900{
    --tw-gradient-to: #320000;
  }

  .tw .sm\:to-yellow{
    --tw-gradient-to: #FEC72F;
  }

  .tw .sm\:to-purple-50{
    --tw-gradient-to: #FFD8FF;
  }

  .tw .sm\:to-purple-100{
    --tw-gradient-to: #F0BAFF;
  }

  .tw .sm\:to-purple-200{
    --tw-gradient-to: #D09DFF;
  }

  .tw .sm\:to-purple-300{
    --tw-gradient-to: #B180FF;
  }

  .tw .sm\:to-purple-400{
    --tw-gradient-to: #9265E9;
  }

  .tw .sm\:to-purple-500{
    --tw-gradient-to: #744ACB;
  }

  .tw .sm\:to-purple-600{
    --tw-gradient-to: #5530AD;
  }

  .tw .sm\:to-purple-700{
    --tw-gradient-to: #351690;
  }

  .tw .sm\:to-purple-800{
    --tw-gradient-to: #090074;
  }

  .tw .sm\:to-purple-900{
    --tw-gradient-to: #000059;
  }

  .tw .sm\:to-purple{
    --tw-gradient-to: #A878FF;
  }

  .tw .sm\:to-orange-50{
    --tw-gradient-to: #FFD283;
  }

  .tw .sm\:to-orange-100{
    --tw-gradient-to: #FFB467;
  }

  .tw .sm\:to-orange-200{
    --tw-gradient-to: #FF974B;
  }

  .tw .sm\:to-orange-300{
    --tw-gradient-to: #F07A2F;
  }

  .tw .sm\:to-orange-400{
    --tw-gradient-to: #CE5F11;
  }

  .tw .sm\:to-orange-500{
    --tw-gradient-to: #AD4400;
  }

  .tw .sm\:to-orange-600{
    --tw-gradient-to: #8D2800;
  }

  .tw .sm\:to-orange-700{
    --tw-gradient-to: #6F0600;
  }

  .tw .sm\:to-orange-800{
    --tw-gradient-to: #540000;
  }

  .tw .sm\:to-orange-900{
    --tw-gradient-to: #410000;
  }

  .tw .sm\:to-orange{
    --tw-gradient-to: #F57F34;
  }

  .tw .sm\:to-surface-brand{
    --tw-gradient-to: #1A1A1A;
  }

  .tw .sm\:to-surface-lower{
    --tw-gradient-to: #121314;
  }

  .tw .sm\:to-surface-base{
    --tw-gradient-to: #1D1E1F;
  }

  .tw .sm\:to-surface-low{
    --tw-gradient-to: #212124;
  }

  .tw .sm\:to-surface-middle{
    --tw-gradient-to: #26262A;
  }

  .tw .sm\:to-surface-upper{
    --tw-gradient-to: #29292E;
  }

  .tw .sm\:to-surface-high{
    --tw-gradient-to: #343435;
  }

  .tw .sm\:to-surface-higher{
    --tw-gradient-to: #4A4B4B;
  }

  .tw .sm\:to-surface-highest{
    --tw-gradient-to: #616162;
  }

  .tw .sm\:to-glyph-base{
    --tw-gradient-to: #FFFFFF;
  }

  .tw .sm\:to-glyph-light{
    --tw-gradient-to: #C2C2C2;
  }

  .tw .sm\:to-glyph-lighter{
    --tw-gradient-to: #969696;
  }

  .tw .sm\:to-glyph-lightest{
    --tw-gradient-to: #505050;
  }

  .tw .sm\:to-link{
    --tw-gradient-to: #00BEFF;
  }

  .tw .sm\:to-info-error{
    --tw-gradient-to: #eb3341;
  }

  .tw .sm\:to-info-danger{
    --tw-gradient-to: #F77F25;
  }

  .tw .sm\:to-info-warn{
    --tw-gradient-to: #FFC82F;
  }

  .tw .sm\:to-info-ok{
    --tw-gradient-to: #00974F;
  }

  .tw .sm\:to-info-notice{
    --tw-gradient-to: #0180FF;
  }

  .tw .sm\:to-accent-1{
    --tw-gradient-to: #FF5D69;
  }

  .tw .sm\:to-accent-2{
    --tw-gradient-to: #07F5AF;
  }

  .tw .sm\:to-accent-3{
    --tw-gradient-to: #04D372;
  }

  .tw .sm\:to-accent-4{
    --tw-gradient-to: #8451F5;
  }

  .tw .sm\:hover\:to-current:hover{
    --tw-gradient-to: currentColor;
  }

  .tw .sm\:hover\:to-transparent:hover{
    --tw-gradient-to: transparent;
  }

  .tw .sm\:hover\:to-white:hover{
    --tw-gradient-to: #FFFFFF;
  }

  .tw .sm\:hover\:to-black:hover{
    --tw-gradient-to: #000000;
  }

  .tw .sm\:hover\:to-gray-10:hover{
    --tw-gradient-to: #F0F0F0;
  }

  .tw .sm\:hover\:to-gray-20:hover{
    --tw-gradient-to: #E2E2E2;
  }

  .tw .sm\:hover\:to-gray-30:hover{
    --tw-gradient-to: #D3D3D3;
  }

  .tw .sm\:hover\:to-gray-40:hover{
    --tw-gradient-to: #C5C5C5;
  }

  .tw .sm\:hover\:to-gray-50:hover{
    --tw-gradient-to: #B7B7B7;
  }

  .tw .sm\:hover\:to-gray-60:hover{
    --tw-gradient-to: #A9A9A9;
  }

  .tw .sm\:hover\:to-gray-70:hover{
    --tw-gradient-to: #9C9C9C;
  }

  .tw .sm\:hover\:to-gray-80:hover{
    --tw-gradient-to: #8E8E8E;
  }

  .tw .sm\:hover\:to-gray-90:hover{
    --tw-gradient-to: #818181;
  }

  .tw .sm\:hover\:to-gray-100:hover{
    --tw-gradient-to: #6C6D72;
  }

  .tw .sm\:hover\:to-gray-200:hover{
    --tw-gradient-to: #606167;
  }

  .tw .sm\:hover\:to-gray-300:hover{
    --tw-gradient-to: #54565B;
  }

  .tw .sm\:hover\:to-gray-400:hover{
    --tw-gradient-to: #494950;
  }

  .tw .sm\:hover\:to-gray-500:hover{
    --tw-gradient-to: #3D3D44;
  }

  .tw .sm\:hover\:to-gray-600:hover{
    --tw-gradient-to: #35353D;
  }

  .tw .sm\:hover\:to-gray-700:hover{
    --tw-gradient-to: #2D2D31;
  }

  .tw .sm\:hover\:to-gray-800:hover{
    --tw-gradient-to: #26252A;
  }

  .tw .sm\:hover\:to-gray-850:hover{
    --tw-gradient-to: #202025;
  }

  .tw .sm\:hover\:to-gray-900:hover{
    --tw-gradient-to: #1B1B20;
  }

  .tw .sm\:hover\:to-gray-950:hover{
    --tw-gradient-to: #141417;
  }

  .tw .sm\:hover\:to-brand-50:hover{
    --tw-gradient-to: #7FFFFF;
  }

  .tw .sm\:hover\:to-brand-100:hover{
    --tw-gradient-to: #57E2FF;
  }

  .tw .sm\:hover\:to-brand-200:hover{
    --tw-gradient-to: #20C5FF;
  }

  .tw .sm\:hover\:to-brand-300:hover{
    --tw-gradient-to: #00A7E7;
  }

  .tw .sm\:hover\:to-brand-400:hover{
    --tw-gradient-to: #008BC9;
  }

  .tw .sm\:hover\:to-brand-500:hover{
    --tw-gradient-to: #0070AC;
  }

  .tw .sm\:hover\:to-brand-600:hover{
    --tw-gradient-to: #00568F;
  }

  .tw .sm\:hover\:to-brand-700:hover{
    --tw-gradient-to: #003E74;
  }

  .tw .sm\:hover\:to-brand-800:hover{
    --tw-gradient-to: #002759;
  }

  .tw .sm\:hover\:to-brand-900:hover{
    --tw-gradient-to: #00123F;
  }

  .tw .sm\:hover\:to-brand:hover{
    --tw-gradient-to: #00BEFF;
  }

  .tw .sm\:hover\:to-brand-base:hover{
    --tw-gradient-to: #00BEFF;
  }

  .tw .sm\:hover\:to-red-50:hover{
    --tw-gradient-to: #FFCAC8;
  }

  .tw .sm\:hover\:to-red-100:hover{
    --tw-gradient-to: #FFABAB;
  }

  .tw .sm\:hover\:to-red-200:hover{
    --tw-gradient-to: #FF8E8E;
  }

  .tw .sm\:hover\:to-red-300:hover{
    --tw-gradient-to: #F77073;
  }

  .tw .sm\:hover\:to-red-400:hover{
    --tw-gradient-to: #D75359;
  }

  .tw .sm\:hover\:to-red-500:hover{
    --tw-gradient-to: #B63640;
  }

  .tw .sm\:hover\:to-red-600:hover{
    --tw-gradient-to: #961229;
  }

  .tw .sm\:hover\:to-red-700:hover{
    --tw-gradient-to: #770013;
  }

  .tw .sm\:hover\:to-red-800:hover{
    --tw-gradient-to: #590000;
  }

  .tw .sm\:hover\:to-red-900:hover{
    --tw-gradient-to: #410000;
  }

  .tw .sm\:hover\:to-red:hover{
    --tw-gradient-to: #D35056;
  }

  .tw .sm\:hover\:to-red-brand:hover{
    --tw-gradient-to: #FF4F4F;
  }

  .tw .sm\:hover\:to-green-50:hover{
    --tw-gradient-to: #8DFFCD;
  }

  .tw .sm\:hover\:to-green-100:hover{
    --tw-gradient-to: #6DECB0;
  }

  .tw .sm\:hover\:to-green-200:hover{
    --tw-gradient-to: #4CCE93;
  }

  .tw .sm\:hover\:to-green-300:hover{
    --tw-gradient-to: #24B077;
  }

  .tw .sm\:hover\:to-green-400:hover{
    --tw-gradient-to: #00935D;
  }

  .tw .sm\:hover\:to-green-500:hover{
    --tw-gradient-to: #007744;
  }

  .tw .sm\:hover\:to-green-600:hover{
    --tw-gradient-to: #005B2B;
  }

  .tw .sm\:hover\:to-green-700:hover{
    --tw-gradient-to: #004115;
  }

  .tw .sm\:hover\:to-green-800:hover{
    --tw-gradient-to: #002B00;
  }

  .tw .sm\:hover\:to-green-900:hover{
    --tw-gradient-to: #001B00;
  }

  .tw .sm\:hover\:to-green:hover{
    --tw-gradient-to: #2EB67D;
  }

  .tw .sm\:hover\:to-yellow-50:hover{
    --tw-gradient-to: #FFEB57;
  }

  .tw .sm\:hover\:to-yellow-100:hover{
    --tw-gradient-to: #FFCD37;
  }

  .tw .sm\:hover\:to-yellow-200:hover{
    --tw-gradient-to: #E4B009;
  }

  .tw .sm\:hover\:to-yellow-300:hover{
    --tw-gradient-to: #C39400;
  }

  .tw .sm\:hover\:to-yellow-400:hover{
    --tw-gradient-to: #A37900;
  }

  .tw .sm\:hover\:to-yellow-500:hover{
    --tw-gradient-to: #855F00;
  }

  .tw .sm\:hover\:to-yellow-600:hover{
    --tw-gradient-to: #684600;
  }

  .tw .sm\:hover\:to-yellow-700:hover{
    --tw-gradient-to: #4F2E00;
  }

  .tw .sm\:hover\:to-yellow-800:hover{
    --tw-gradient-to: #3D1600;
  }

  .tw .sm\:hover\:to-yellow-900:hover{
    --tw-gradient-to: #320000;
  }

  .tw .sm\:hover\:to-yellow:hover{
    --tw-gradient-to: #FEC72F;
  }

  .tw .sm\:hover\:to-purple-50:hover{
    --tw-gradient-to: #FFD8FF;
  }

  .tw .sm\:hover\:to-purple-100:hover{
    --tw-gradient-to: #F0BAFF;
  }

  .tw .sm\:hover\:to-purple-200:hover{
    --tw-gradient-to: #D09DFF;
  }

  .tw .sm\:hover\:to-purple-300:hover{
    --tw-gradient-to: #B180FF;
  }

  .tw .sm\:hover\:to-purple-400:hover{
    --tw-gradient-to: #9265E9;
  }

  .tw .sm\:hover\:to-purple-500:hover{
    --tw-gradient-to: #744ACB;
  }

  .tw .sm\:hover\:to-purple-600:hover{
    --tw-gradient-to: #5530AD;
  }

  .tw .sm\:hover\:to-purple-700:hover{
    --tw-gradient-to: #351690;
  }

  .tw .sm\:hover\:to-purple-800:hover{
    --tw-gradient-to: #090074;
  }

  .tw .sm\:hover\:to-purple-900:hover{
    --tw-gradient-to: #000059;
  }

  .tw .sm\:hover\:to-purple:hover{
    --tw-gradient-to: #A878FF;
  }

  .tw .sm\:hover\:to-orange-50:hover{
    --tw-gradient-to: #FFD283;
  }

  .tw .sm\:hover\:to-orange-100:hover{
    --tw-gradient-to: #FFB467;
  }

  .tw .sm\:hover\:to-orange-200:hover{
    --tw-gradient-to: #FF974B;
  }

  .tw .sm\:hover\:to-orange-300:hover{
    --tw-gradient-to: #F07A2F;
  }

  .tw .sm\:hover\:to-orange-400:hover{
    --tw-gradient-to: #CE5F11;
  }

  .tw .sm\:hover\:to-orange-500:hover{
    --tw-gradient-to: #AD4400;
  }

  .tw .sm\:hover\:to-orange-600:hover{
    --tw-gradient-to: #8D2800;
  }

  .tw .sm\:hover\:to-orange-700:hover{
    --tw-gradient-to: #6F0600;
  }

  .tw .sm\:hover\:to-orange-800:hover{
    --tw-gradient-to: #540000;
  }

  .tw .sm\:hover\:to-orange-900:hover{
    --tw-gradient-to: #410000;
  }

  .tw .sm\:hover\:to-orange:hover{
    --tw-gradient-to: #F57F34;
  }

  .tw .sm\:hover\:to-surface-brand:hover{
    --tw-gradient-to: #1A1A1A;
  }

  .tw .sm\:hover\:to-surface-lower:hover{
    --tw-gradient-to: #121314;
  }

  .tw .sm\:hover\:to-surface-base:hover{
    --tw-gradient-to: #1D1E1F;
  }

  .tw .sm\:hover\:to-surface-low:hover{
    --tw-gradient-to: #212124;
  }

  .tw .sm\:hover\:to-surface-middle:hover{
    --tw-gradient-to: #26262A;
  }

  .tw .sm\:hover\:to-surface-upper:hover{
    --tw-gradient-to: #29292E;
  }

  .tw .sm\:hover\:to-surface-high:hover{
    --tw-gradient-to: #343435;
  }

  .tw .sm\:hover\:to-surface-higher:hover{
    --tw-gradient-to: #4A4B4B;
  }

  .tw .sm\:hover\:to-surface-highest:hover{
    --tw-gradient-to: #616162;
  }

  .tw .sm\:hover\:to-glyph-base:hover{
    --tw-gradient-to: #FFFFFF;
  }

  .tw .sm\:hover\:to-glyph-light:hover{
    --tw-gradient-to: #C2C2C2;
  }

  .tw .sm\:hover\:to-glyph-lighter:hover{
    --tw-gradient-to: #969696;
  }

  .tw .sm\:hover\:to-glyph-lightest:hover{
    --tw-gradient-to: #505050;
  }

  .tw .sm\:hover\:to-link:hover{
    --tw-gradient-to: #00BEFF;
  }

  .tw .sm\:hover\:to-info-error:hover{
    --tw-gradient-to: #eb3341;
  }

  .tw .sm\:hover\:to-info-danger:hover{
    --tw-gradient-to: #F77F25;
  }

  .tw .sm\:hover\:to-info-warn:hover{
    --tw-gradient-to: #FFC82F;
  }

  .tw .sm\:hover\:to-info-ok:hover{
    --tw-gradient-to: #00974F;
  }

  .tw .sm\:hover\:to-info-notice:hover{
    --tw-gradient-to: #0180FF;
  }

  .tw .sm\:hover\:to-accent-1:hover{
    --tw-gradient-to: #FF5D69;
  }

  .tw .sm\:hover\:to-accent-2:hover{
    --tw-gradient-to: #07F5AF;
  }

  .tw .sm\:hover\:to-accent-3:hover{
    --tw-gradient-to: #04D372;
  }

  .tw .sm\:hover\:to-accent-4:hover{
    --tw-gradient-to: #8451F5;
  }

  .tw .sm\:focus\:to-current:focus{
    --tw-gradient-to: currentColor;
  }

  .tw .sm\:focus\:to-transparent:focus{
    --tw-gradient-to: transparent;
  }

  .tw .sm\:focus\:to-white:focus{
    --tw-gradient-to: #FFFFFF;
  }

  .tw .sm\:focus\:to-black:focus{
    --tw-gradient-to: #000000;
  }

  .tw .sm\:focus\:to-gray-10:focus{
    --tw-gradient-to: #F0F0F0;
  }

  .tw .sm\:focus\:to-gray-20:focus{
    --tw-gradient-to: #E2E2E2;
  }

  .tw .sm\:focus\:to-gray-30:focus{
    --tw-gradient-to: #D3D3D3;
  }

  .tw .sm\:focus\:to-gray-40:focus{
    --tw-gradient-to: #C5C5C5;
  }

  .tw .sm\:focus\:to-gray-50:focus{
    --tw-gradient-to: #B7B7B7;
  }

  .tw .sm\:focus\:to-gray-60:focus{
    --tw-gradient-to: #A9A9A9;
  }

  .tw .sm\:focus\:to-gray-70:focus{
    --tw-gradient-to: #9C9C9C;
  }

  .tw .sm\:focus\:to-gray-80:focus{
    --tw-gradient-to: #8E8E8E;
  }

  .tw .sm\:focus\:to-gray-90:focus{
    --tw-gradient-to: #818181;
  }

  .tw .sm\:focus\:to-gray-100:focus{
    --tw-gradient-to: #6C6D72;
  }

  .tw .sm\:focus\:to-gray-200:focus{
    --tw-gradient-to: #606167;
  }

  .tw .sm\:focus\:to-gray-300:focus{
    --tw-gradient-to: #54565B;
  }

  .tw .sm\:focus\:to-gray-400:focus{
    --tw-gradient-to: #494950;
  }

  .tw .sm\:focus\:to-gray-500:focus{
    --tw-gradient-to: #3D3D44;
  }

  .tw .sm\:focus\:to-gray-600:focus{
    --tw-gradient-to: #35353D;
  }

  .tw .sm\:focus\:to-gray-700:focus{
    --tw-gradient-to: #2D2D31;
  }

  .tw .sm\:focus\:to-gray-800:focus{
    --tw-gradient-to: #26252A;
  }

  .tw .sm\:focus\:to-gray-850:focus{
    --tw-gradient-to: #202025;
  }

  .tw .sm\:focus\:to-gray-900:focus{
    --tw-gradient-to: #1B1B20;
  }

  .tw .sm\:focus\:to-gray-950:focus{
    --tw-gradient-to: #141417;
  }

  .tw .sm\:focus\:to-brand-50:focus{
    --tw-gradient-to: #7FFFFF;
  }

  .tw .sm\:focus\:to-brand-100:focus{
    --tw-gradient-to: #57E2FF;
  }

  .tw .sm\:focus\:to-brand-200:focus{
    --tw-gradient-to: #20C5FF;
  }

  .tw .sm\:focus\:to-brand-300:focus{
    --tw-gradient-to: #00A7E7;
  }

  .tw .sm\:focus\:to-brand-400:focus{
    --tw-gradient-to: #008BC9;
  }

  .tw .sm\:focus\:to-brand-500:focus{
    --tw-gradient-to: #0070AC;
  }

  .tw .sm\:focus\:to-brand-600:focus{
    --tw-gradient-to: #00568F;
  }

  .tw .sm\:focus\:to-brand-700:focus{
    --tw-gradient-to: #003E74;
  }

  .tw .sm\:focus\:to-brand-800:focus{
    --tw-gradient-to: #002759;
  }

  .tw .sm\:focus\:to-brand-900:focus{
    --tw-gradient-to: #00123F;
  }

  .tw .sm\:focus\:to-brand:focus{
    --tw-gradient-to: #00BEFF;
  }

  .tw .sm\:focus\:to-brand-base:focus{
    --tw-gradient-to: #00BEFF;
  }

  .tw .sm\:focus\:to-red-50:focus{
    --tw-gradient-to: #FFCAC8;
  }

  .tw .sm\:focus\:to-red-100:focus{
    --tw-gradient-to: #FFABAB;
  }

  .tw .sm\:focus\:to-red-200:focus{
    --tw-gradient-to: #FF8E8E;
  }

  .tw .sm\:focus\:to-red-300:focus{
    --tw-gradient-to: #F77073;
  }

  .tw .sm\:focus\:to-red-400:focus{
    --tw-gradient-to: #D75359;
  }

  .tw .sm\:focus\:to-red-500:focus{
    --tw-gradient-to: #B63640;
  }

  .tw .sm\:focus\:to-red-600:focus{
    --tw-gradient-to: #961229;
  }

  .tw .sm\:focus\:to-red-700:focus{
    --tw-gradient-to: #770013;
  }

  .tw .sm\:focus\:to-red-800:focus{
    --tw-gradient-to: #590000;
  }

  .tw .sm\:focus\:to-red-900:focus{
    --tw-gradient-to: #410000;
  }

  .tw .sm\:focus\:to-red:focus{
    --tw-gradient-to: #D35056;
  }

  .tw .sm\:focus\:to-red-brand:focus{
    --tw-gradient-to: #FF4F4F;
  }

  .tw .sm\:focus\:to-green-50:focus{
    --tw-gradient-to: #8DFFCD;
  }

  .tw .sm\:focus\:to-green-100:focus{
    --tw-gradient-to: #6DECB0;
  }

  .tw .sm\:focus\:to-green-200:focus{
    --tw-gradient-to: #4CCE93;
  }

  .tw .sm\:focus\:to-green-300:focus{
    --tw-gradient-to: #24B077;
  }

  .tw .sm\:focus\:to-green-400:focus{
    --tw-gradient-to: #00935D;
  }

  .tw .sm\:focus\:to-green-500:focus{
    --tw-gradient-to: #007744;
  }

  .tw .sm\:focus\:to-green-600:focus{
    --tw-gradient-to: #005B2B;
  }

  .tw .sm\:focus\:to-green-700:focus{
    --tw-gradient-to: #004115;
  }

  .tw .sm\:focus\:to-green-800:focus{
    --tw-gradient-to: #002B00;
  }

  .tw .sm\:focus\:to-green-900:focus{
    --tw-gradient-to: #001B00;
  }

  .tw .sm\:focus\:to-green:focus{
    --tw-gradient-to: #2EB67D;
  }

  .tw .sm\:focus\:to-yellow-50:focus{
    --tw-gradient-to: #FFEB57;
  }

  .tw .sm\:focus\:to-yellow-100:focus{
    --tw-gradient-to: #FFCD37;
  }

  .tw .sm\:focus\:to-yellow-200:focus{
    --tw-gradient-to: #E4B009;
  }

  .tw .sm\:focus\:to-yellow-300:focus{
    --tw-gradient-to: #C39400;
  }

  .tw .sm\:focus\:to-yellow-400:focus{
    --tw-gradient-to: #A37900;
  }

  .tw .sm\:focus\:to-yellow-500:focus{
    --tw-gradient-to: #855F00;
  }

  .tw .sm\:focus\:to-yellow-600:focus{
    --tw-gradient-to: #684600;
  }

  .tw .sm\:focus\:to-yellow-700:focus{
    --tw-gradient-to: #4F2E00;
  }

  .tw .sm\:focus\:to-yellow-800:focus{
    --tw-gradient-to: #3D1600;
  }

  .tw .sm\:focus\:to-yellow-900:focus{
    --tw-gradient-to: #320000;
  }

  .tw .sm\:focus\:to-yellow:focus{
    --tw-gradient-to: #FEC72F;
  }

  .tw .sm\:focus\:to-purple-50:focus{
    --tw-gradient-to: #FFD8FF;
  }

  .tw .sm\:focus\:to-purple-100:focus{
    --tw-gradient-to: #F0BAFF;
  }

  .tw .sm\:focus\:to-purple-200:focus{
    --tw-gradient-to: #D09DFF;
  }

  .tw .sm\:focus\:to-purple-300:focus{
    --tw-gradient-to: #B180FF;
  }

  .tw .sm\:focus\:to-purple-400:focus{
    --tw-gradient-to: #9265E9;
  }

  .tw .sm\:focus\:to-purple-500:focus{
    --tw-gradient-to: #744ACB;
  }

  .tw .sm\:focus\:to-purple-600:focus{
    --tw-gradient-to: #5530AD;
  }

  .tw .sm\:focus\:to-purple-700:focus{
    --tw-gradient-to: #351690;
  }

  .tw .sm\:focus\:to-purple-800:focus{
    --tw-gradient-to: #090074;
  }

  .tw .sm\:focus\:to-purple-900:focus{
    --tw-gradient-to: #000059;
  }

  .tw .sm\:focus\:to-purple:focus{
    --tw-gradient-to: #A878FF;
  }

  .tw .sm\:focus\:to-orange-50:focus{
    --tw-gradient-to: #FFD283;
  }

  .tw .sm\:focus\:to-orange-100:focus{
    --tw-gradient-to: #FFB467;
  }

  .tw .sm\:focus\:to-orange-200:focus{
    --tw-gradient-to: #FF974B;
  }

  .tw .sm\:focus\:to-orange-300:focus{
    --tw-gradient-to: #F07A2F;
  }

  .tw .sm\:focus\:to-orange-400:focus{
    --tw-gradient-to: #CE5F11;
  }

  .tw .sm\:focus\:to-orange-500:focus{
    --tw-gradient-to: #AD4400;
  }

  .tw .sm\:focus\:to-orange-600:focus{
    --tw-gradient-to: #8D2800;
  }

  .tw .sm\:focus\:to-orange-700:focus{
    --tw-gradient-to: #6F0600;
  }

  .tw .sm\:focus\:to-orange-800:focus{
    --tw-gradient-to: #540000;
  }

  .tw .sm\:focus\:to-orange-900:focus{
    --tw-gradient-to: #410000;
  }

  .tw .sm\:focus\:to-orange:focus{
    --tw-gradient-to: #F57F34;
  }

  .tw .sm\:focus\:to-surface-brand:focus{
    --tw-gradient-to: #1A1A1A;
  }

  .tw .sm\:focus\:to-surface-lower:focus{
    --tw-gradient-to: #121314;
  }

  .tw .sm\:focus\:to-surface-base:focus{
    --tw-gradient-to: #1D1E1F;
  }

  .tw .sm\:focus\:to-surface-low:focus{
    --tw-gradient-to: #212124;
  }

  .tw .sm\:focus\:to-surface-middle:focus{
    --tw-gradient-to: #26262A;
  }

  .tw .sm\:focus\:to-surface-upper:focus{
    --tw-gradient-to: #29292E;
  }

  .tw .sm\:focus\:to-surface-high:focus{
    --tw-gradient-to: #343435;
  }

  .tw .sm\:focus\:to-surface-higher:focus{
    --tw-gradient-to: #4A4B4B;
  }

  .tw .sm\:focus\:to-surface-highest:focus{
    --tw-gradient-to: #616162;
  }

  .tw .sm\:focus\:to-glyph-base:focus{
    --tw-gradient-to: #FFFFFF;
  }

  .tw .sm\:focus\:to-glyph-light:focus{
    --tw-gradient-to: #C2C2C2;
  }

  .tw .sm\:focus\:to-glyph-lighter:focus{
    --tw-gradient-to: #969696;
  }

  .tw .sm\:focus\:to-glyph-lightest:focus{
    --tw-gradient-to: #505050;
  }

  .tw .sm\:focus\:to-link:focus{
    --tw-gradient-to: #00BEFF;
  }

  .tw .sm\:focus\:to-info-error:focus{
    --tw-gradient-to: #eb3341;
  }

  .tw .sm\:focus\:to-info-danger:focus{
    --tw-gradient-to: #F77F25;
  }

  .tw .sm\:focus\:to-info-warn:focus{
    --tw-gradient-to: #FFC82F;
  }

  .tw .sm\:focus\:to-info-ok:focus{
    --tw-gradient-to: #00974F;
  }

  .tw .sm\:focus\:to-info-notice:focus{
    --tw-gradient-to: #0180FF;
  }

  .tw .sm\:focus\:to-accent-1:focus{
    --tw-gradient-to: #FF5D69;
  }

  .tw .sm\:focus\:to-accent-2:focus{
    --tw-gradient-to: #07F5AF;
  }

  .tw .sm\:focus\:to-accent-3:focus{
    --tw-gradient-to: #04D372;
  }

  .tw .sm\:focus\:to-accent-4:focus{
    --tw-gradient-to: #8451F5;
  }

  .tw .sm\:decoration-slice{
    -webkit-box-decoration-break: slice;
            box-decoration-break: slice;
  }

  .tw .sm\:decoration-clone{
    -webkit-box-decoration-break: clone;
            box-decoration-break: clone;
  }

  .tw .sm\:bg-auto{
    background-size: auto;
  }

  .tw .sm\:bg-cover{
    background-size: cover;
  }

  .tw .sm\:bg-contain{
    background-size: contain;
  }

  .tw .sm\:bg-fixed{
    background-attachment: fixed;
  }

  .tw .sm\:bg-local{
    background-attachment: local;
  }

  .tw .sm\:bg-scroll{
    background-attachment: scroll;
  }

  .tw .sm\:bg-clip-border{
    background-clip: border-box;
  }

  .tw .sm\:bg-clip-padding{
    background-clip: padding-box;
  }

  .tw .sm\:bg-clip-content{
    background-clip: content-box;
  }

  .tw .sm\:bg-clip-text{
    -webkit-background-clip: text;
            background-clip: text;
  }

  .tw .sm\:bg-bottom{
    background-position: bottom;
  }

  .tw .sm\:bg-center{
    background-position: center;
  }

  .tw .sm\:bg-left{
    background-position: left;
  }

  .tw .sm\:bg-left-bottom{
    background-position: left bottom;
  }

  .tw .sm\:bg-left-top{
    background-position: left top;
  }

  .tw .sm\:bg-right{
    background-position: right;
  }

  .tw .sm\:bg-right-bottom{
    background-position: right bottom;
  }

  .tw .sm\:bg-right-top{
    background-position: right top;
  }

  .tw .sm\:bg-top{
    background-position: top;
  }

  .tw .sm\:bg-repeat{
    background-repeat: repeat;
  }

  .tw .sm\:bg-no-repeat{
    background-repeat: no-repeat;
  }

  .tw .sm\:bg-repeat-x{
    background-repeat: repeat-x;
  }

  .tw .sm\:bg-repeat-y{
    background-repeat: repeat-y;
  }

  .tw .sm\:bg-repeat-round{
    background-repeat: round;
  }

  .tw .sm\:bg-repeat-space{
    background-repeat: space;
  }

  .tw .sm\:bg-origin-border{
    background-origin: border-box;
  }

  .tw .sm\:bg-origin-padding{
    background-origin: padding-box;
  }

  .tw .sm\:bg-origin-content{
    background-origin: content-box;
  }

  .tw .sm\:fill-current{
    fill: currentColor;
  }

  .tw .sm\:fill-red{
    fill: #D35056;
  }

  .tw .sm\:fill-green{
    fill: #2EB67D;
  }

  .tw .sm\:fill-gray-10{
    fill: #F0F0F0;
  }

  .tw .sm\:fill-gray-100{
    fill: #6C6D72;
  }

  .tw .sm\:stroke-current{
    stroke: currentColor;
  }

  .tw .sm\:stroke-0{
    stroke-width: 0;
  }

  .tw .sm\:stroke-1{
    stroke-width: 1;
  }

  .tw .sm\:stroke-2{
    stroke-width: 2;
  }

  .tw .sm\:object-contain{
    -o-object-fit: contain;
       object-fit: contain;
  }

  .tw .sm\:object-cover{
    -o-object-fit: cover;
       object-fit: cover;
  }

  .tw .sm\:object-fill{
    -o-object-fit: fill;
       object-fit: fill;
  }

  .tw .sm\:object-none{
    -o-object-fit: none;
       object-fit: none;
  }

  .tw .sm\:object-scale-down{
    -o-object-fit: scale-down;
       object-fit: scale-down;
  }

  .tw .sm\:object-bottom{
    -o-object-position: bottom;
       object-position: bottom;
  }

  .tw .sm\:object-center{
    -o-object-position: center;
       object-position: center;
  }

  .tw .sm\:object-left{
    -o-object-position: left;
       object-position: left;
  }

  .tw .sm\:object-left-bottom{
    -o-object-position: left bottom;
       object-position: left bottom;
  }

  .tw .sm\:object-left-top{
    -o-object-position: left top;
       object-position: left top;
  }

  .tw .sm\:object-right{
    -o-object-position: right;
       object-position: right;
  }

  .tw .sm\:object-right-bottom{
    -o-object-position: right bottom;
       object-position: right bottom;
  }

  .tw .sm\:object-right-top{
    -o-object-position: right top;
       object-position: right top;
  }

  .tw .sm\:object-top{
    -o-object-position: top;
       object-position: top;
  }

  .tw .sm\:p-0{
    padding: 0px;
  }

  .tw .sm\:p-1{
    padding: 5px;
  }

  .tw .sm\:p-2{
    padding: 10px;
  }

  .tw .sm\:p-3{
    padding: 15px;
  }

  .tw .sm\:p-4{
    padding: 20px;
  }

  .tw .sm\:p-5{
    padding: 25px;
  }

  .tw .sm\:p-6{
    padding: 30px;
  }

  .tw .sm\:p-7{
    padding: 35px;
  }

  .tw .sm\:p-8{
    padding: 40px;
  }

  .tw .sm\:p-9{
    padding: 45px;
  }

  .tw .sm\:p-10{
    padding: 50px;
  }

  .tw .sm\:p-11{
    padding: 55px;
  }

  .tw .sm\:p-12{
    padding: 60px;
  }

  .tw .sm\:p-13{
    padding: 65px;
  }

  .tw .sm\:p-14{
    padding: 70px;
  }

  .tw .sm\:p-15{
    padding: 75px;
  }

  .tw .sm\:p-16{
    padding: 80px;
  }

  .tw .sm\:p-17{
    padding: 85px;
  }

  .tw .sm\:p-18{
    padding: 90px;
  }

  .tw .sm\:p-19{
    padding: 95px;
  }

  .tw .sm\:p-20{
    padding: 100px;
  }

  .tw .sm\:p-21{
    padding: 105px;
  }

  .tw .sm\:p-22{
    padding: 110px;
  }

  .tw .sm\:p-23{
    padding: 115px;
  }

  .tw .sm\:p-24{
    padding: 120px;
  }

  .tw .sm\:p-25{
    padding: 125px;
  }

  .tw .sm\:p-26{
    padding: 130px;
  }

  .tw .sm\:p-27{
    padding: 135px;
  }

  .tw .sm\:p-28{
    padding: 140px;
  }

  .tw .sm\:p-29{
    padding: 145px;
  }

  .tw .sm\:p-30{
    padding: 150px;
  }

  .tw .sm\:p-31{
    padding: 155px;
  }

  .tw .sm\:p-32{
    padding: 160px;
  }

  .tw .sm\:p-33{
    padding: 165px;
  }

  .tw .sm\:p-34{
    padding: 170px;
  }

  .tw .sm\:p-35{
    padding: 175px;
  }

  .tw .sm\:p-36{
    padding: 180px;
  }

  .tw .sm\:p-37{
    padding: 185px;
  }

  .tw .sm\:p-38{
    padding: 190px;
  }

  .tw .sm\:p-39{
    padding: 195px;
  }

  .tw .sm\:p-40{
    padding: 200px;
  }

  .tw .sm\:p-41{
    padding: 205px;
  }

  .tw .sm\:p-42{
    padding: 210px;
  }

  .tw .sm\:p-43{
    padding: 215px;
  }

  .tw .sm\:p-44{
    padding: 220px;
  }

  .tw .sm\:p-45{
    padding: 225px;
  }

  .tw .sm\:p-46{
    padding: 230px;
  }

  .tw .sm\:p-47{
    padding: 235px;
  }

  .tw .sm\:p-48{
    padding: 240px;
  }

  .tw .sm\:p-49{
    padding: 245px;
  }

  .tw .sm\:p-50{
    padding: 250px;
  }

  .tw .sm\:p-51{
    padding: 255px;
  }

  .tw .sm\:p-52{
    padding: 260px;
  }

  .tw .sm\:p-53{
    padding: 265px;
  }

  .tw .sm\:p-54{
    padding: 270px;
  }

  .tw .sm\:p-55{
    padding: 275px;
  }

  .tw .sm\:p-56{
    padding: 280px;
  }

  .tw .sm\:p-57{
    padding: 285px;
  }

  .tw .sm\:p-58{
    padding: 290px;
  }

  .tw .sm\:p-59{
    padding: 295px;
  }

  .tw .sm\:p-60{
    padding: 300px;
  }

  .tw .sm\:p-61{
    padding: 305px;
  }

  .tw .sm\:p-62{
    padding: 310px;
  }

  .tw .sm\:p-63{
    padding: 315px;
  }

  .tw .sm\:p-64{
    padding: 320px;
  }

  .tw .sm\:p-65{
    padding: 325px;
  }

  .tw .sm\:p-66{
    padding: 330px;
  }

  .tw .sm\:p-67{
    padding: 335px;
  }

  .tw .sm\:p-68{
    padding: 340px;
  }

  .tw .sm\:p-69{
    padding: 345px;
  }

  .tw .sm\:p-70{
    padding: 350px;
  }

  .tw .sm\:p-71{
    padding: 355px;
  }

  .tw .sm\:p-72{
    padding: 360px;
  }

  .tw .sm\:p-73{
    padding: 365px;
  }

  .tw .sm\:p-74{
    padding: 370px;
  }

  .tw .sm\:p-75{
    padding: 375px;
  }

  .tw .sm\:p-76{
    padding: 380px;
  }

  .tw .sm\:p-77{
    padding: 385px;
  }

  .tw .sm\:p-78{
    padding: 390px;
  }

  .tw .sm\:p-79{
    padding: 395px;
  }

  .tw .sm\:p-80{
    padding: 400px;
  }

  .tw .sm\:p-81{
    padding: 405px;
  }

  .tw .sm\:p-82{
    padding: 410px;
  }

  .tw .sm\:p-83{
    padding: 415px;
  }

  .tw .sm\:p-84{
    padding: 420px;
  }

  .tw .sm\:p-85{
    padding: 425px;
  }

  .tw .sm\:p-86{
    padding: 430px;
  }

  .tw .sm\:p-87{
    padding: 435px;
  }

  .tw .sm\:p-88{
    padding: 440px;
  }

  .tw .sm\:p-89{
    padding: 445px;
  }

  .tw .sm\:p-90{
    padding: 450px;
  }

  .tw .sm\:p-91{
    padding: 455px;
  }

  .tw .sm\:p-92{
    padding: 460px;
  }

  .tw .sm\:p-93{
    padding: 465px;
  }

  .tw .sm\:p-94{
    padding: 470px;
  }

  .tw .sm\:p-95{
    padding: 475px;
  }

  .tw .sm\:p-96{
    padding: 480px;
  }

  .tw .sm\:p-97{
    padding: 485px;
  }

  .tw .sm\:p-98{
    padding: 490px;
  }

  .tw .sm\:p-99{
    padding: 495px;
  }

  .tw .sm\:p-100{
    padding: 500px;
  }

  .tw .sm\:p-101{
    padding: 505px;
  }

  .tw .sm\:p-102{
    padding: 510px;
  }

  .tw .sm\:p-103{
    padding: 515px;
  }

  .tw .sm\:p-104{
    padding: 520px;
  }

  .tw .sm\:p-105{
    padding: 525px;
  }

  .tw .sm\:p-106{
    padding: 530px;
  }

  .tw .sm\:p-107{
    padding: 535px;
  }

  .tw .sm\:p-108{
    padding: 540px;
  }

  .tw .sm\:p-109{
    padding: 545px;
  }

  .tw .sm\:p-110{
    padding: 550px;
  }

  .tw .sm\:p-111{
    padding: 555px;
  }

  .tw .sm\:p-112{
    padding: 560px;
  }

  .tw .sm\:p-113{
    padding: 565px;
  }

  .tw .sm\:p-114{
    padding: 570px;
  }

  .tw .sm\:p-115{
    padding: 575px;
  }

  .tw .sm\:p-116{
    padding: 580px;
  }

  .tw .sm\:p-117{
    padding: 585px;
  }

  .tw .sm\:p-118{
    padding: 590px;
  }

  .tw .sm\:p-119{
    padding: 595px;
  }

  .tw .sm\:p-120{
    padding: 600px;
  }

  .tw .sm\:p-121{
    padding: 605px;
  }

  .tw .sm\:p-122{
    padding: 610px;
  }

  .tw .sm\:p-123{
    padding: 615px;
  }

  .tw .sm\:p-124{
    padding: 620px;
  }

  .tw .sm\:p-125{
    padding: 625px;
  }

  .tw .sm\:p-126{
    padding: 630px;
  }

  .tw .sm\:p-127{
    padding: 635px;
  }

  .tw .sm\:p-128{
    padding: 640px;
  }

  .tw .sm\:p-129{
    padding: 645px;
  }

  .tw .sm\:p-130{
    padding: 650px;
  }

  .tw .sm\:p-131{
    padding: 655px;
  }

  .tw .sm\:p-132{
    padding: 660px;
  }

  .tw .sm\:p-133{
    padding: 665px;
  }

  .tw .sm\:p-134{
    padding: 670px;
  }

  .tw .sm\:p-135{
    padding: 675px;
  }

  .tw .sm\:p-136{
    padding: 680px;
  }

  .tw .sm\:p-137{
    padding: 685px;
  }

  .tw .sm\:p-138{
    padding: 690px;
  }

  .tw .sm\:p-139{
    padding: 695px;
  }

  .tw .sm\:p-140{
    padding: 700px;
  }

  .tw .sm\:p-141{
    padding: 705px;
  }

  .tw .sm\:p-142{
    padding: 710px;
  }

  .tw .sm\:p-143{
    padding: 715px;
  }

  .tw .sm\:p-144{
    padding: 720px;
  }

  .tw .sm\:p-145{
    padding: 725px;
  }

  .tw .sm\:p-146{
    padding: 730px;
  }

  .tw .sm\:p-147{
    padding: 735px;
  }

  .tw .sm\:p-148{
    padding: 740px;
  }

  .tw .sm\:p-149{
    padding: 745px;
  }

  .tw .sm\:p-0\.5{
    padding: 3px;
  }

  .tw .sm\:p-1px{
    padding: 1px;
  }

  .tw .sm\:p-2px{
    padding: 2px;
  }

  .tw .sm\:p-3px{
    padding: 3px;
  }

  .tw .sm\:p-4px{
    padding: 4px;
  }

  .tw .sm\:p-5px{
    padding: 5px;
  }

  .tw .sm\:p-6px{
    padding: 6px;
  }

  .tw .sm\:p-7px{
    padding: 7px;
  }

  .tw .sm\:p-8px{
    padding: 8px;
  }

  .tw .sm\:p-9px{
    padding: 9px;
  }

  .tw .sm\:p-10px{
    padding: 10px;
  }

  .tw .sm\:p-11px{
    padding: 11px;
  }

  .tw .sm\:p-12px{
    padding: 12px;
  }

  .tw .sm\:p-13px{
    padding: 13px;
  }

  .tw .sm\:p-14px{
    padding: 14px;
  }

  .tw .sm\:p-15px{
    padding: 15px;
  }

  .tw .sm\:p-16px{
    padding: 16px;
  }

  .tw .sm\:p-17px{
    padding: 17px;
  }

  .tw .sm\:p-18px{
    padding: 18px;
  }

  .tw .sm\:p-19px{
    padding: 19px;
  }

  .tw .sm\:p-20px{
    padding: 20px;
  }

  .tw .sm\:p-21px{
    padding: 21px;
  }

  .tw .sm\:p-22px{
    padding: 22px;
  }

  .tw .sm\:p-23px{
    padding: 23px;
  }

  .tw .sm\:p-24px{
    padding: 24px;
  }

  .tw .sm\:p-25px{
    padding: 25px;
  }

  .tw .sm\:p-26px{
    padding: 26px;
  }

  .tw .sm\:p-27px{
    padding: 27px;
  }

  .tw .sm\:p-28px{
    padding: 28px;
  }

  .tw .sm\:p-29px{
    padding: 29px;
  }

  .tw .sm\:p-30px{
    padding: 30px;
  }

  .tw .sm\:p-31px{
    padding: 31px;
  }

  .tw .sm\:p-32px{
    padding: 32px;
  }

  .tw .sm\:p-33px{
    padding: 33px;
  }

  .tw .sm\:p-34px{
    padding: 34px;
  }

  .tw .sm\:p-35px{
    padding: 35px;
  }

  .tw .sm\:p-36px{
    padding: 36px;
  }

  .tw .sm\:p-37px{
    padding: 37px;
  }

  .tw .sm\:p-38px{
    padding: 38px;
  }

  .tw .sm\:p-39px{
    padding: 39px;
  }

  .tw .sm\:p-40px{
    padding: 40px;
  }

  .tw .sm\:first\:p-0:first-child{
    padding: 0px;
  }

  .tw .sm\:first\:p-1:first-child{
    padding: 5px;
  }

  .tw .sm\:first\:p-2:first-child{
    padding: 10px;
  }

  .tw .sm\:first\:p-3:first-child{
    padding: 15px;
  }

  .tw .sm\:first\:p-4:first-child{
    padding: 20px;
  }

  .tw .sm\:first\:p-5:first-child{
    padding: 25px;
  }

  .tw .sm\:first\:p-6:first-child{
    padding: 30px;
  }

  .tw .sm\:first\:p-7:first-child{
    padding: 35px;
  }

  .tw .sm\:first\:p-8:first-child{
    padding: 40px;
  }

  .tw .sm\:first\:p-9:first-child{
    padding: 45px;
  }

  .tw .sm\:first\:p-10:first-child{
    padding: 50px;
  }

  .tw .sm\:first\:p-11:first-child{
    padding: 55px;
  }

  .tw .sm\:first\:p-12:first-child{
    padding: 60px;
  }

  .tw .sm\:first\:p-13:first-child{
    padding: 65px;
  }

  .tw .sm\:first\:p-14:first-child{
    padding: 70px;
  }

  .tw .sm\:first\:p-15:first-child{
    padding: 75px;
  }

  .tw .sm\:first\:p-16:first-child{
    padding: 80px;
  }

  .tw .sm\:first\:p-17:first-child{
    padding: 85px;
  }

  .tw .sm\:first\:p-18:first-child{
    padding: 90px;
  }

  .tw .sm\:first\:p-19:first-child{
    padding: 95px;
  }

  .tw .sm\:first\:p-20:first-child{
    padding: 100px;
  }

  .tw .sm\:first\:p-21:first-child{
    padding: 105px;
  }

  .tw .sm\:first\:p-22:first-child{
    padding: 110px;
  }

  .tw .sm\:first\:p-23:first-child{
    padding: 115px;
  }

  .tw .sm\:first\:p-24:first-child{
    padding: 120px;
  }

  .tw .sm\:first\:p-25:first-child{
    padding: 125px;
  }

  .tw .sm\:first\:p-26:first-child{
    padding: 130px;
  }

  .tw .sm\:first\:p-27:first-child{
    padding: 135px;
  }

  .tw .sm\:first\:p-28:first-child{
    padding: 140px;
  }

  .tw .sm\:first\:p-29:first-child{
    padding: 145px;
  }

  .tw .sm\:first\:p-30:first-child{
    padding: 150px;
  }

  .tw .sm\:first\:p-31:first-child{
    padding: 155px;
  }

  .tw .sm\:first\:p-32:first-child{
    padding: 160px;
  }

  .tw .sm\:first\:p-33:first-child{
    padding: 165px;
  }

  .tw .sm\:first\:p-34:first-child{
    padding: 170px;
  }

  .tw .sm\:first\:p-35:first-child{
    padding: 175px;
  }

  .tw .sm\:first\:p-36:first-child{
    padding: 180px;
  }

  .tw .sm\:first\:p-37:first-child{
    padding: 185px;
  }

  .tw .sm\:first\:p-38:first-child{
    padding: 190px;
  }

  .tw .sm\:first\:p-39:first-child{
    padding: 195px;
  }

  .tw .sm\:first\:p-40:first-child{
    padding: 200px;
  }

  .tw .sm\:first\:p-41:first-child{
    padding: 205px;
  }

  .tw .sm\:first\:p-42:first-child{
    padding: 210px;
  }

  .tw .sm\:first\:p-43:first-child{
    padding: 215px;
  }

  .tw .sm\:first\:p-44:first-child{
    padding: 220px;
  }

  .tw .sm\:first\:p-45:first-child{
    padding: 225px;
  }

  .tw .sm\:first\:p-46:first-child{
    padding: 230px;
  }

  .tw .sm\:first\:p-47:first-child{
    padding: 235px;
  }

  .tw .sm\:first\:p-48:first-child{
    padding: 240px;
  }

  .tw .sm\:first\:p-49:first-child{
    padding: 245px;
  }

  .tw .sm\:first\:p-50:first-child{
    padding: 250px;
  }

  .tw .sm\:first\:p-51:first-child{
    padding: 255px;
  }

  .tw .sm\:first\:p-52:first-child{
    padding: 260px;
  }

  .tw .sm\:first\:p-53:first-child{
    padding: 265px;
  }

  .tw .sm\:first\:p-54:first-child{
    padding: 270px;
  }

  .tw .sm\:first\:p-55:first-child{
    padding: 275px;
  }

  .tw .sm\:first\:p-56:first-child{
    padding: 280px;
  }

  .tw .sm\:first\:p-57:first-child{
    padding: 285px;
  }

  .tw .sm\:first\:p-58:first-child{
    padding: 290px;
  }

  .tw .sm\:first\:p-59:first-child{
    padding: 295px;
  }

  .tw .sm\:first\:p-60:first-child{
    padding: 300px;
  }

  .tw .sm\:first\:p-61:first-child{
    padding: 305px;
  }

  .tw .sm\:first\:p-62:first-child{
    padding: 310px;
  }

  .tw .sm\:first\:p-63:first-child{
    padding: 315px;
  }

  .tw .sm\:first\:p-64:first-child{
    padding: 320px;
  }

  .tw .sm\:first\:p-65:first-child{
    padding: 325px;
  }

  .tw .sm\:first\:p-66:first-child{
    padding: 330px;
  }

  .tw .sm\:first\:p-67:first-child{
    padding: 335px;
  }

  .tw .sm\:first\:p-68:first-child{
    padding: 340px;
  }

  .tw .sm\:first\:p-69:first-child{
    padding: 345px;
  }

  .tw .sm\:first\:p-70:first-child{
    padding: 350px;
  }

  .tw .sm\:first\:p-71:first-child{
    padding: 355px;
  }

  .tw .sm\:first\:p-72:first-child{
    padding: 360px;
  }

  .tw .sm\:first\:p-73:first-child{
    padding: 365px;
  }

  .tw .sm\:first\:p-74:first-child{
    padding: 370px;
  }

  .tw .sm\:first\:p-75:first-child{
    padding: 375px;
  }

  .tw .sm\:first\:p-76:first-child{
    padding: 380px;
  }

  .tw .sm\:first\:p-77:first-child{
    padding: 385px;
  }

  .tw .sm\:first\:p-78:first-child{
    padding: 390px;
  }

  .tw .sm\:first\:p-79:first-child{
    padding: 395px;
  }

  .tw .sm\:first\:p-80:first-child{
    padding: 400px;
  }

  .tw .sm\:first\:p-81:first-child{
    padding: 405px;
  }

  .tw .sm\:first\:p-82:first-child{
    padding: 410px;
  }

  .tw .sm\:first\:p-83:first-child{
    padding: 415px;
  }

  .tw .sm\:first\:p-84:first-child{
    padding: 420px;
  }

  .tw .sm\:first\:p-85:first-child{
    padding: 425px;
  }

  .tw .sm\:first\:p-86:first-child{
    padding: 430px;
  }

  .tw .sm\:first\:p-87:first-child{
    padding: 435px;
  }

  .tw .sm\:first\:p-88:first-child{
    padding: 440px;
  }

  .tw .sm\:first\:p-89:first-child{
    padding: 445px;
  }

  .tw .sm\:first\:p-90:first-child{
    padding: 450px;
  }

  .tw .sm\:first\:p-91:first-child{
    padding: 455px;
  }

  .tw .sm\:first\:p-92:first-child{
    padding: 460px;
  }

  .tw .sm\:first\:p-93:first-child{
    padding: 465px;
  }

  .tw .sm\:first\:p-94:first-child{
    padding: 470px;
  }

  .tw .sm\:first\:p-95:first-child{
    padding: 475px;
  }

  .tw .sm\:first\:p-96:first-child{
    padding: 480px;
  }

  .tw .sm\:first\:p-97:first-child{
    padding: 485px;
  }

  .tw .sm\:first\:p-98:first-child{
    padding: 490px;
  }

  .tw .sm\:first\:p-99:first-child{
    padding: 495px;
  }

  .tw .sm\:first\:p-100:first-child{
    padding: 500px;
  }

  .tw .sm\:first\:p-101:first-child{
    padding: 505px;
  }

  .tw .sm\:first\:p-102:first-child{
    padding: 510px;
  }

  .tw .sm\:first\:p-103:first-child{
    padding: 515px;
  }

  .tw .sm\:first\:p-104:first-child{
    padding: 520px;
  }

  .tw .sm\:first\:p-105:first-child{
    padding: 525px;
  }

  .tw .sm\:first\:p-106:first-child{
    padding: 530px;
  }

  .tw .sm\:first\:p-107:first-child{
    padding: 535px;
  }

  .tw .sm\:first\:p-108:first-child{
    padding: 540px;
  }

  .tw .sm\:first\:p-109:first-child{
    padding: 545px;
  }

  .tw .sm\:first\:p-110:first-child{
    padding: 550px;
  }

  .tw .sm\:first\:p-111:first-child{
    padding: 555px;
  }

  .tw .sm\:first\:p-112:first-child{
    padding: 560px;
  }

  .tw .sm\:first\:p-113:first-child{
    padding: 565px;
  }

  .tw .sm\:first\:p-114:first-child{
    padding: 570px;
  }

  .tw .sm\:first\:p-115:first-child{
    padding: 575px;
  }

  .tw .sm\:first\:p-116:first-child{
    padding: 580px;
  }

  .tw .sm\:first\:p-117:first-child{
    padding: 585px;
  }

  .tw .sm\:first\:p-118:first-child{
    padding: 590px;
  }

  .tw .sm\:first\:p-119:first-child{
    padding: 595px;
  }

  .tw .sm\:first\:p-120:first-child{
    padding: 600px;
  }

  .tw .sm\:first\:p-121:first-child{
    padding: 605px;
  }

  .tw .sm\:first\:p-122:first-child{
    padding: 610px;
  }

  .tw .sm\:first\:p-123:first-child{
    padding: 615px;
  }

  .tw .sm\:first\:p-124:first-child{
    padding: 620px;
  }

  .tw .sm\:first\:p-125:first-child{
    padding: 625px;
  }

  .tw .sm\:first\:p-126:first-child{
    padding: 630px;
  }

  .tw .sm\:first\:p-127:first-child{
    padding: 635px;
  }

  .tw .sm\:first\:p-128:first-child{
    padding: 640px;
  }

  .tw .sm\:first\:p-129:first-child{
    padding: 645px;
  }

  .tw .sm\:first\:p-130:first-child{
    padding: 650px;
  }

  .tw .sm\:first\:p-131:first-child{
    padding: 655px;
  }

  .tw .sm\:first\:p-132:first-child{
    padding: 660px;
  }

  .tw .sm\:first\:p-133:first-child{
    padding: 665px;
  }

  .tw .sm\:first\:p-134:first-child{
    padding: 670px;
  }

  .tw .sm\:first\:p-135:first-child{
    padding: 675px;
  }

  .tw .sm\:first\:p-136:first-child{
    padding: 680px;
  }

  .tw .sm\:first\:p-137:first-child{
    padding: 685px;
  }

  .tw .sm\:first\:p-138:first-child{
    padding: 690px;
  }

  .tw .sm\:first\:p-139:first-child{
    padding: 695px;
  }

  .tw .sm\:first\:p-140:first-child{
    padding: 700px;
  }

  .tw .sm\:first\:p-141:first-child{
    padding: 705px;
  }

  .tw .sm\:first\:p-142:first-child{
    padding: 710px;
  }

  .tw .sm\:first\:p-143:first-child{
    padding: 715px;
  }

  .tw .sm\:first\:p-144:first-child{
    padding: 720px;
  }

  .tw .sm\:first\:p-145:first-child{
    padding: 725px;
  }

  .tw .sm\:first\:p-146:first-child{
    padding: 730px;
  }

  .tw .sm\:first\:p-147:first-child{
    padding: 735px;
  }

  .tw .sm\:first\:p-148:first-child{
    padding: 740px;
  }

  .tw .sm\:first\:p-149:first-child{
    padding: 745px;
  }

  .tw .sm\:first\:p-0\.5:first-child{
    padding: 3px;
  }

  .tw .sm\:first\:p-1px:first-child{
    padding: 1px;
  }

  .tw .sm\:first\:p-2px:first-child{
    padding: 2px;
  }

  .tw .sm\:first\:p-3px:first-child{
    padding: 3px;
  }

  .tw .sm\:first\:p-4px:first-child{
    padding: 4px;
  }

  .tw .sm\:first\:p-5px:first-child{
    padding: 5px;
  }

  .tw .sm\:first\:p-6px:first-child{
    padding: 6px;
  }

  .tw .sm\:first\:p-7px:first-child{
    padding: 7px;
  }

  .tw .sm\:first\:p-8px:first-child{
    padding: 8px;
  }

  .tw .sm\:first\:p-9px:first-child{
    padding: 9px;
  }

  .tw .sm\:first\:p-10px:first-child{
    padding: 10px;
  }

  .tw .sm\:first\:p-11px:first-child{
    padding: 11px;
  }

  .tw .sm\:first\:p-12px:first-child{
    padding: 12px;
  }

  .tw .sm\:first\:p-13px:first-child{
    padding: 13px;
  }

  .tw .sm\:first\:p-14px:first-child{
    padding: 14px;
  }

  .tw .sm\:first\:p-15px:first-child{
    padding: 15px;
  }

  .tw .sm\:first\:p-16px:first-child{
    padding: 16px;
  }

  .tw .sm\:first\:p-17px:first-child{
    padding: 17px;
  }

  .tw .sm\:first\:p-18px:first-child{
    padding: 18px;
  }

  .tw .sm\:first\:p-19px:first-child{
    padding: 19px;
  }

  .tw .sm\:first\:p-20px:first-child{
    padding: 20px;
  }

  .tw .sm\:first\:p-21px:first-child{
    padding: 21px;
  }

  .tw .sm\:first\:p-22px:first-child{
    padding: 22px;
  }

  .tw .sm\:first\:p-23px:first-child{
    padding: 23px;
  }

  .tw .sm\:first\:p-24px:first-child{
    padding: 24px;
  }

  .tw .sm\:first\:p-25px:first-child{
    padding: 25px;
  }

  .tw .sm\:first\:p-26px:first-child{
    padding: 26px;
  }

  .tw .sm\:first\:p-27px:first-child{
    padding: 27px;
  }

  .tw .sm\:first\:p-28px:first-child{
    padding: 28px;
  }

  .tw .sm\:first\:p-29px:first-child{
    padding: 29px;
  }

  .tw .sm\:first\:p-30px:first-child{
    padding: 30px;
  }

  .tw .sm\:first\:p-31px:first-child{
    padding: 31px;
  }

  .tw .sm\:first\:p-32px:first-child{
    padding: 32px;
  }

  .tw .sm\:first\:p-33px:first-child{
    padding: 33px;
  }

  .tw .sm\:first\:p-34px:first-child{
    padding: 34px;
  }

  .tw .sm\:first\:p-35px:first-child{
    padding: 35px;
  }

  .tw .sm\:first\:p-36px:first-child{
    padding: 36px;
  }

  .tw .sm\:first\:p-37px:first-child{
    padding: 37px;
  }

  .tw .sm\:first\:p-38px:first-child{
    padding: 38px;
  }

  .tw .sm\:first\:p-39px:first-child{
    padding: 39px;
  }

  .tw .sm\:first\:p-40px:first-child{
    padding: 40px;
  }

  .tw .sm\:last\:p-0:last-child{
    padding: 0px;
  }

  .tw .sm\:last\:p-1:last-child{
    padding: 5px;
  }

  .tw .sm\:last\:p-2:last-child{
    padding: 10px;
  }

  .tw .sm\:last\:p-3:last-child{
    padding: 15px;
  }

  .tw .sm\:last\:p-4:last-child{
    padding: 20px;
  }

  .tw .sm\:last\:p-5:last-child{
    padding: 25px;
  }

  .tw .sm\:last\:p-6:last-child{
    padding: 30px;
  }

  .tw .sm\:last\:p-7:last-child{
    padding: 35px;
  }

  .tw .sm\:last\:p-8:last-child{
    padding: 40px;
  }

  .tw .sm\:last\:p-9:last-child{
    padding: 45px;
  }

  .tw .sm\:last\:p-10:last-child{
    padding: 50px;
  }

  .tw .sm\:last\:p-11:last-child{
    padding: 55px;
  }

  .tw .sm\:last\:p-12:last-child{
    padding: 60px;
  }

  .tw .sm\:last\:p-13:last-child{
    padding: 65px;
  }

  .tw .sm\:last\:p-14:last-child{
    padding: 70px;
  }

  .tw .sm\:last\:p-15:last-child{
    padding: 75px;
  }

  .tw .sm\:last\:p-16:last-child{
    padding: 80px;
  }

  .tw .sm\:last\:p-17:last-child{
    padding: 85px;
  }

  .tw .sm\:last\:p-18:last-child{
    padding: 90px;
  }

  .tw .sm\:last\:p-19:last-child{
    padding: 95px;
  }

  .tw .sm\:last\:p-20:last-child{
    padding: 100px;
  }

  .tw .sm\:last\:p-21:last-child{
    padding: 105px;
  }

  .tw .sm\:last\:p-22:last-child{
    padding: 110px;
  }

  .tw .sm\:last\:p-23:last-child{
    padding: 115px;
  }

  .tw .sm\:last\:p-24:last-child{
    padding: 120px;
  }

  .tw .sm\:last\:p-25:last-child{
    padding: 125px;
  }

  .tw .sm\:last\:p-26:last-child{
    padding: 130px;
  }

  .tw .sm\:last\:p-27:last-child{
    padding: 135px;
  }

  .tw .sm\:last\:p-28:last-child{
    padding: 140px;
  }

  .tw .sm\:last\:p-29:last-child{
    padding: 145px;
  }

  .tw .sm\:last\:p-30:last-child{
    padding: 150px;
  }

  .tw .sm\:last\:p-31:last-child{
    padding: 155px;
  }

  .tw .sm\:last\:p-32:last-child{
    padding: 160px;
  }

  .tw .sm\:last\:p-33:last-child{
    padding: 165px;
  }

  .tw .sm\:last\:p-34:last-child{
    padding: 170px;
  }

  .tw .sm\:last\:p-35:last-child{
    padding: 175px;
  }

  .tw .sm\:last\:p-36:last-child{
    padding: 180px;
  }

  .tw .sm\:last\:p-37:last-child{
    padding: 185px;
  }

  .tw .sm\:last\:p-38:last-child{
    padding: 190px;
  }

  .tw .sm\:last\:p-39:last-child{
    padding: 195px;
  }

  .tw .sm\:last\:p-40:last-child{
    padding: 200px;
  }

  .tw .sm\:last\:p-41:last-child{
    padding: 205px;
  }

  .tw .sm\:last\:p-42:last-child{
    padding: 210px;
  }

  .tw .sm\:last\:p-43:last-child{
    padding: 215px;
  }

  .tw .sm\:last\:p-44:last-child{
    padding: 220px;
  }

  .tw .sm\:last\:p-45:last-child{
    padding: 225px;
  }

  .tw .sm\:last\:p-46:last-child{
    padding: 230px;
  }

  .tw .sm\:last\:p-47:last-child{
    padding: 235px;
  }

  .tw .sm\:last\:p-48:last-child{
    padding: 240px;
  }

  .tw .sm\:last\:p-49:last-child{
    padding: 245px;
  }

  .tw .sm\:last\:p-50:last-child{
    padding: 250px;
  }

  .tw .sm\:last\:p-51:last-child{
    padding: 255px;
  }

  .tw .sm\:last\:p-52:last-child{
    padding: 260px;
  }

  .tw .sm\:last\:p-53:last-child{
    padding: 265px;
  }

  .tw .sm\:last\:p-54:last-child{
    padding: 270px;
  }

  .tw .sm\:last\:p-55:last-child{
    padding: 275px;
  }

  .tw .sm\:last\:p-56:last-child{
    padding: 280px;
  }

  .tw .sm\:last\:p-57:last-child{
    padding: 285px;
  }

  .tw .sm\:last\:p-58:last-child{
    padding: 290px;
  }

  .tw .sm\:last\:p-59:last-child{
    padding: 295px;
  }

  .tw .sm\:last\:p-60:last-child{
    padding: 300px;
  }

  .tw .sm\:last\:p-61:last-child{
    padding: 305px;
  }

  .tw .sm\:last\:p-62:last-child{
    padding: 310px;
  }

  .tw .sm\:last\:p-63:last-child{
    padding: 315px;
  }

  .tw .sm\:last\:p-64:last-child{
    padding: 320px;
  }

  .tw .sm\:last\:p-65:last-child{
    padding: 325px;
  }

  .tw .sm\:last\:p-66:last-child{
    padding: 330px;
  }

  .tw .sm\:last\:p-67:last-child{
    padding: 335px;
  }

  .tw .sm\:last\:p-68:last-child{
    padding: 340px;
  }

  .tw .sm\:last\:p-69:last-child{
    padding: 345px;
  }

  .tw .sm\:last\:p-70:last-child{
    padding: 350px;
  }

  .tw .sm\:last\:p-71:last-child{
    padding: 355px;
  }

  .tw .sm\:last\:p-72:last-child{
    padding: 360px;
  }

  .tw .sm\:last\:p-73:last-child{
    padding: 365px;
  }

  .tw .sm\:last\:p-74:last-child{
    padding: 370px;
  }

  .tw .sm\:last\:p-75:last-child{
    padding: 375px;
  }

  .tw .sm\:last\:p-76:last-child{
    padding: 380px;
  }

  .tw .sm\:last\:p-77:last-child{
    padding: 385px;
  }

  .tw .sm\:last\:p-78:last-child{
    padding: 390px;
  }

  .tw .sm\:last\:p-79:last-child{
    padding: 395px;
  }

  .tw .sm\:last\:p-80:last-child{
    padding: 400px;
  }

  .tw .sm\:last\:p-81:last-child{
    padding: 405px;
  }

  .tw .sm\:last\:p-82:last-child{
    padding: 410px;
  }

  .tw .sm\:last\:p-83:last-child{
    padding: 415px;
  }

  .tw .sm\:last\:p-84:last-child{
    padding: 420px;
  }

  .tw .sm\:last\:p-85:last-child{
    padding: 425px;
  }

  .tw .sm\:last\:p-86:last-child{
    padding: 430px;
  }

  .tw .sm\:last\:p-87:last-child{
    padding: 435px;
  }

  .tw .sm\:last\:p-88:last-child{
    padding: 440px;
  }

  .tw .sm\:last\:p-89:last-child{
    padding: 445px;
  }

  .tw .sm\:last\:p-90:last-child{
    padding: 450px;
  }

  .tw .sm\:last\:p-91:last-child{
    padding: 455px;
  }

  .tw .sm\:last\:p-92:last-child{
    padding: 460px;
  }

  .tw .sm\:last\:p-93:last-child{
    padding: 465px;
  }

  .tw .sm\:last\:p-94:last-child{
    padding: 470px;
  }

  .tw .sm\:last\:p-95:last-child{
    padding: 475px;
  }

  .tw .sm\:last\:p-96:last-child{
    padding: 480px;
  }

  .tw .sm\:last\:p-97:last-child{
    padding: 485px;
  }

  .tw .sm\:last\:p-98:last-child{
    padding: 490px;
  }

  .tw .sm\:last\:p-99:last-child{
    padding: 495px;
  }

  .tw .sm\:last\:p-100:last-child{
    padding: 500px;
  }

  .tw .sm\:last\:p-101:last-child{
    padding: 505px;
  }

  .tw .sm\:last\:p-102:last-child{
    padding: 510px;
  }

  .tw .sm\:last\:p-103:last-child{
    padding: 515px;
  }

  .tw .sm\:last\:p-104:last-child{
    padding: 520px;
  }

  .tw .sm\:last\:p-105:last-child{
    padding: 525px;
  }

  .tw .sm\:last\:p-106:last-child{
    padding: 530px;
  }

  .tw .sm\:last\:p-107:last-child{
    padding: 535px;
  }

  .tw .sm\:last\:p-108:last-child{
    padding: 540px;
  }

  .tw .sm\:last\:p-109:last-child{
    padding: 545px;
  }

  .tw .sm\:last\:p-110:last-child{
    padding: 550px;
  }

  .tw .sm\:last\:p-111:last-child{
    padding: 555px;
  }

  .tw .sm\:last\:p-112:last-child{
    padding: 560px;
  }

  .tw .sm\:last\:p-113:last-child{
    padding: 565px;
  }

  .tw .sm\:last\:p-114:last-child{
    padding: 570px;
  }

  .tw .sm\:last\:p-115:last-child{
    padding: 575px;
  }

  .tw .sm\:last\:p-116:last-child{
    padding: 580px;
  }

  .tw .sm\:last\:p-117:last-child{
    padding: 585px;
  }

  .tw .sm\:last\:p-118:last-child{
    padding: 590px;
  }

  .tw .sm\:last\:p-119:last-child{
    padding: 595px;
  }

  .tw .sm\:last\:p-120:last-child{
    padding: 600px;
  }

  .tw .sm\:last\:p-121:last-child{
    padding: 605px;
  }

  .tw .sm\:last\:p-122:last-child{
    padding: 610px;
  }

  .tw .sm\:last\:p-123:last-child{
    padding: 615px;
  }

  .tw .sm\:last\:p-124:last-child{
    padding: 620px;
  }

  .tw .sm\:last\:p-125:last-child{
    padding: 625px;
  }

  .tw .sm\:last\:p-126:last-child{
    padding: 630px;
  }

  .tw .sm\:last\:p-127:last-child{
    padding: 635px;
  }

  .tw .sm\:last\:p-128:last-child{
    padding: 640px;
  }

  .tw .sm\:last\:p-129:last-child{
    padding: 645px;
  }

  .tw .sm\:last\:p-130:last-child{
    padding: 650px;
  }

  .tw .sm\:last\:p-131:last-child{
    padding: 655px;
  }

  .tw .sm\:last\:p-132:last-child{
    padding: 660px;
  }

  .tw .sm\:last\:p-133:last-child{
    padding: 665px;
  }

  .tw .sm\:last\:p-134:last-child{
    padding: 670px;
  }

  .tw .sm\:last\:p-135:last-child{
    padding: 675px;
  }

  .tw .sm\:last\:p-136:last-child{
    padding: 680px;
  }

  .tw .sm\:last\:p-137:last-child{
    padding: 685px;
  }

  .tw .sm\:last\:p-138:last-child{
    padding: 690px;
  }

  .tw .sm\:last\:p-139:last-child{
    padding: 695px;
  }

  .tw .sm\:last\:p-140:last-child{
    padding: 700px;
  }

  .tw .sm\:last\:p-141:last-child{
    padding: 705px;
  }

  .tw .sm\:last\:p-142:last-child{
    padding: 710px;
  }

  .tw .sm\:last\:p-143:last-child{
    padding: 715px;
  }

  .tw .sm\:last\:p-144:last-child{
    padding: 720px;
  }

  .tw .sm\:last\:p-145:last-child{
    padding: 725px;
  }

  .tw .sm\:last\:p-146:last-child{
    padding: 730px;
  }

  .tw .sm\:last\:p-147:last-child{
    padding: 735px;
  }

  .tw .sm\:last\:p-148:last-child{
    padding: 740px;
  }

  .tw .sm\:last\:p-149:last-child{
    padding: 745px;
  }

  .tw .sm\:last\:p-0\.5:last-child{
    padding: 3px;
  }

  .tw .sm\:last\:p-1px:last-child{
    padding: 1px;
  }

  .tw .sm\:last\:p-2px:last-child{
    padding: 2px;
  }

  .tw .sm\:last\:p-3px:last-child{
    padding: 3px;
  }

  .tw .sm\:last\:p-4px:last-child{
    padding: 4px;
  }

  .tw .sm\:last\:p-5px:last-child{
    padding: 5px;
  }

  .tw .sm\:last\:p-6px:last-child{
    padding: 6px;
  }

  .tw .sm\:last\:p-7px:last-child{
    padding: 7px;
  }

  .tw .sm\:last\:p-8px:last-child{
    padding: 8px;
  }

  .tw .sm\:last\:p-9px:last-child{
    padding: 9px;
  }

  .tw .sm\:last\:p-10px:last-child{
    padding: 10px;
  }

  .tw .sm\:last\:p-11px:last-child{
    padding: 11px;
  }

  .tw .sm\:last\:p-12px:last-child{
    padding: 12px;
  }

  .tw .sm\:last\:p-13px:last-child{
    padding: 13px;
  }

  .tw .sm\:last\:p-14px:last-child{
    padding: 14px;
  }

  .tw .sm\:last\:p-15px:last-child{
    padding: 15px;
  }

  .tw .sm\:last\:p-16px:last-child{
    padding: 16px;
  }

  .tw .sm\:last\:p-17px:last-child{
    padding: 17px;
  }

  .tw .sm\:last\:p-18px:last-child{
    padding: 18px;
  }

  .tw .sm\:last\:p-19px:last-child{
    padding: 19px;
  }

  .tw .sm\:last\:p-20px:last-child{
    padding: 20px;
  }

  .tw .sm\:last\:p-21px:last-child{
    padding: 21px;
  }

  .tw .sm\:last\:p-22px:last-child{
    padding: 22px;
  }

  .tw .sm\:last\:p-23px:last-child{
    padding: 23px;
  }

  .tw .sm\:last\:p-24px:last-child{
    padding: 24px;
  }

  .tw .sm\:last\:p-25px:last-child{
    padding: 25px;
  }

  .tw .sm\:last\:p-26px:last-child{
    padding: 26px;
  }

  .tw .sm\:last\:p-27px:last-child{
    padding: 27px;
  }

  .tw .sm\:last\:p-28px:last-child{
    padding: 28px;
  }

  .tw .sm\:last\:p-29px:last-child{
    padding: 29px;
  }

  .tw .sm\:last\:p-30px:last-child{
    padding: 30px;
  }

  .tw .sm\:last\:p-31px:last-child{
    padding: 31px;
  }

  .tw .sm\:last\:p-32px:last-child{
    padding: 32px;
  }

  .tw .sm\:last\:p-33px:last-child{
    padding: 33px;
  }

  .tw .sm\:last\:p-34px:last-child{
    padding: 34px;
  }

  .tw .sm\:last\:p-35px:last-child{
    padding: 35px;
  }

  .tw .sm\:last\:p-36px:last-child{
    padding: 36px;
  }

  .tw .sm\:last\:p-37px:last-child{
    padding: 37px;
  }

  .tw .sm\:last\:p-38px:last-child{
    padding: 38px;
  }

  .tw .sm\:last\:p-39px:last-child{
    padding: 39px;
  }

  .tw .sm\:last\:p-40px:last-child{
    padding: 40px;
  }

  .tw .sm\:px-0{
    padding-left: 0px;
    padding-right: 0px;
  }

  .tw .sm\:px-1{
    padding-left: 5px;
    padding-right: 5px;
  }

  .tw .sm\:px-2{
    padding-left: 10px;
    padding-right: 10px;
  }

  .tw .sm\:px-3{
    padding-left: 15px;
    padding-right: 15px;
  }

  .tw .sm\:px-4{
    padding-left: 20px;
    padding-right: 20px;
  }

  .tw .sm\:px-5{
    padding-left: 25px;
    padding-right: 25px;
  }

  .tw .sm\:px-6{
    padding-left: 30px;
    padding-right: 30px;
  }

  .tw .sm\:px-7{
    padding-left: 35px;
    padding-right: 35px;
  }

  .tw .sm\:px-8{
    padding-left: 40px;
    padding-right: 40px;
  }

  .tw .sm\:px-9{
    padding-left: 45px;
    padding-right: 45px;
  }

  .tw .sm\:px-10{
    padding-left: 50px;
    padding-right: 50px;
  }

  .tw .sm\:px-11{
    padding-left: 55px;
    padding-right: 55px;
  }

  .tw .sm\:px-12{
    padding-left: 60px;
    padding-right: 60px;
  }

  .tw .sm\:px-13{
    padding-left: 65px;
    padding-right: 65px;
  }

  .tw .sm\:px-14{
    padding-left: 70px;
    padding-right: 70px;
  }

  .tw .sm\:px-15{
    padding-left: 75px;
    padding-right: 75px;
  }

  .tw .sm\:px-16{
    padding-left: 80px;
    padding-right: 80px;
  }

  .tw .sm\:px-17{
    padding-left: 85px;
    padding-right: 85px;
  }

  .tw .sm\:px-18{
    padding-left: 90px;
    padding-right: 90px;
  }

  .tw .sm\:px-19{
    padding-left: 95px;
    padding-right: 95px;
  }

  .tw .sm\:px-20{
    padding-left: 100px;
    padding-right: 100px;
  }

  .tw .sm\:px-21{
    padding-left: 105px;
    padding-right: 105px;
  }

  .tw .sm\:px-22{
    padding-left: 110px;
    padding-right: 110px;
  }

  .tw .sm\:px-23{
    padding-left: 115px;
    padding-right: 115px;
  }

  .tw .sm\:px-24{
    padding-left: 120px;
    padding-right: 120px;
  }

  .tw .sm\:px-25{
    padding-left: 125px;
    padding-right: 125px;
  }

  .tw .sm\:px-26{
    padding-left: 130px;
    padding-right: 130px;
  }

  .tw .sm\:px-27{
    padding-left: 135px;
    padding-right: 135px;
  }

  .tw .sm\:px-28{
    padding-left: 140px;
    padding-right: 140px;
  }

  .tw .sm\:px-29{
    padding-left: 145px;
    padding-right: 145px;
  }

  .tw .sm\:px-30{
    padding-left: 150px;
    padding-right: 150px;
  }

  .tw .sm\:px-31{
    padding-left: 155px;
    padding-right: 155px;
  }

  .tw .sm\:px-32{
    padding-left: 160px;
    padding-right: 160px;
  }

  .tw .sm\:px-33{
    padding-left: 165px;
    padding-right: 165px;
  }

  .tw .sm\:px-34{
    padding-left: 170px;
    padding-right: 170px;
  }

  .tw .sm\:px-35{
    padding-left: 175px;
    padding-right: 175px;
  }

  .tw .sm\:px-36{
    padding-left: 180px;
    padding-right: 180px;
  }

  .tw .sm\:px-37{
    padding-left: 185px;
    padding-right: 185px;
  }

  .tw .sm\:px-38{
    padding-left: 190px;
    padding-right: 190px;
  }

  .tw .sm\:px-39{
    padding-left: 195px;
    padding-right: 195px;
  }

  .tw .sm\:px-40{
    padding-left: 200px;
    padding-right: 200px;
  }

  .tw .sm\:px-41{
    padding-left: 205px;
    padding-right: 205px;
  }

  .tw .sm\:px-42{
    padding-left: 210px;
    padding-right: 210px;
  }

  .tw .sm\:px-43{
    padding-left: 215px;
    padding-right: 215px;
  }

  .tw .sm\:px-44{
    padding-left: 220px;
    padding-right: 220px;
  }

  .tw .sm\:px-45{
    padding-left: 225px;
    padding-right: 225px;
  }

  .tw .sm\:px-46{
    padding-left: 230px;
    padding-right: 230px;
  }

  .tw .sm\:px-47{
    padding-left: 235px;
    padding-right: 235px;
  }

  .tw .sm\:px-48{
    padding-left: 240px;
    padding-right: 240px;
  }

  .tw .sm\:px-49{
    padding-left: 245px;
    padding-right: 245px;
  }

  .tw .sm\:px-50{
    padding-left: 250px;
    padding-right: 250px;
  }

  .tw .sm\:px-51{
    padding-left: 255px;
    padding-right: 255px;
  }

  .tw .sm\:px-52{
    padding-left: 260px;
    padding-right: 260px;
  }

  .tw .sm\:px-53{
    padding-left: 265px;
    padding-right: 265px;
  }

  .tw .sm\:px-54{
    padding-left: 270px;
    padding-right: 270px;
  }

  .tw .sm\:px-55{
    padding-left: 275px;
    padding-right: 275px;
  }

  .tw .sm\:px-56{
    padding-left: 280px;
    padding-right: 280px;
  }

  .tw .sm\:px-57{
    padding-left: 285px;
    padding-right: 285px;
  }

  .tw .sm\:px-58{
    padding-left: 290px;
    padding-right: 290px;
  }

  .tw .sm\:px-59{
    padding-left: 295px;
    padding-right: 295px;
  }

  .tw .sm\:px-60{
    padding-left: 300px;
    padding-right: 300px;
  }

  .tw .sm\:px-61{
    padding-left: 305px;
    padding-right: 305px;
  }

  .tw .sm\:px-62{
    padding-left: 310px;
    padding-right: 310px;
  }

  .tw .sm\:px-63{
    padding-left: 315px;
    padding-right: 315px;
  }

  .tw .sm\:px-64{
    padding-left: 320px;
    padding-right: 320px;
  }

  .tw .sm\:px-65{
    padding-left: 325px;
    padding-right: 325px;
  }

  .tw .sm\:px-66{
    padding-left: 330px;
    padding-right: 330px;
  }

  .tw .sm\:px-67{
    padding-left: 335px;
    padding-right: 335px;
  }

  .tw .sm\:px-68{
    padding-left: 340px;
    padding-right: 340px;
  }

  .tw .sm\:px-69{
    padding-left: 345px;
    padding-right: 345px;
  }

  .tw .sm\:px-70{
    padding-left: 350px;
    padding-right: 350px;
  }

  .tw .sm\:px-71{
    padding-left: 355px;
    padding-right: 355px;
  }

  .tw .sm\:px-72{
    padding-left: 360px;
    padding-right: 360px;
  }

  .tw .sm\:px-73{
    padding-left: 365px;
    padding-right: 365px;
  }

  .tw .sm\:px-74{
    padding-left: 370px;
    padding-right: 370px;
  }

  .tw .sm\:px-75{
    padding-left: 375px;
    padding-right: 375px;
  }

  .tw .sm\:px-76{
    padding-left: 380px;
    padding-right: 380px;
  }

  .tw .sm\:px-77{
    padding-left: 385px;
    padding-right: 385px;
  }

  .tw .sm\:px-78{
    padding-left: 390px;
    padding-right: 390px;
  }

  .tw .sm\:px-79{
    padding-left: 395px;
    padding-right: 395px;
  }

  .tw .sm\:px-80{
    padding-left: 400px;
    padding-right: 400px;
  }

  .tw .sm\:px-81{
    padding-left: 405px;
    padding-right: 405px;
  }

  .tw .sm\:px-82{
    padding-left: 410px;
    padding-right: 410px;
  }

  .tw .sm\:px-83{
    padding-left: 415px;
    padding-right: 415px;
  }

  .tw .sm\:px-84{
    padding-left: 420px;
    padding-right: 420px;
  }

  .tw .sm\:px-85{
    padding-left: 425px;
    padding-right: 425px;
  }

  .tw .sm\:px-86{
    padding-left: 430px;
    padding-right: 430px;
  }

  .tw .sm\:px-87{
    padding-left: 435px;
    padding-right: 435px;
  }

  .tw .sm\:px-88{
    padding-left: 440px;
    padding-right: 440px;
  }

  .tw .sm\:px-89{
    padding-left: 445px;
    padding-right: 445px;
  }

  .tw .sm\:px-90{
    padding-left: 450px;
    padding-right: 450px;
  }

  .tw .sm\:px-91{
    padding-left: 455px;
    padding-right: 455px;
  }

  .tw .sm\:px-92{
    padding-left: 460px;
    padding-right: 460px;
  }

  .tw .sm\:px-93{
    padding-left: 465px;
    padding-right: 465px;
  }

  .tw .sm\:px-94{
    padding-left: 470px;
    padding-right: 470px;
  }

  .tw .sm\:px-95{
    padding-left: 475px;
    padding-right: 475px;
  }

  .tw .sm\:px-96{
    padding-left: 480px;
    padding-right: 480px;
  }

  .tw .sm\:px-97{
    padding-left: 485px;
    padding-right: 485px;
  }

  .tw .sm\:px-98{
    padding-left: 490px;
    padding-right: 490px;
  }

  .tw .sm\:px-99{
    padding-left: 495px;
    padding-right: 495px;
  }

  .tw .sm\:px-100{
    padding-left: 500px;
    padding-right: 500px;
  }

  .tw .sm\:px-101{
    padding-left: 505px;
    padding-right: 505px;
  }

  .tw .sm\:px-102{
    padding-left: 510px;
    padding-right: 510px;
  }

  .tw .sm\:px-103{
    padding-left: 515px;
    padding-right: 515px;
  }

  .tw .sm\:px-104{
    padding-left: 520px;
    padding-right: 520px;
  }

  .tw .sm\:px-105{
    padding-left: 525px;
    padding-right: 525px;
  }

  .tw .sm\:px-106{
    padding-left: 530px;
    padding-right: 530px;
  }

  .tw .sm\:px-107{
    padding-left: 535px;
    padding-right: 535px;
  }

  .tw .sm\:px-108{
    padding-left: 540px;
    padding-right: 540px;
  }

  .tw .sm\:px-109{
    padding-left: 545px;
    padding-right: 545px;
  }

  .tw .sm\:px-110{
    padding-left: 550px;
    padding-right: 550px;
  }

  .tw .sm\:px-111{
    padding-left: 555px;
    padding-right: 555px;
  }

  .tw .sm\:px-112{
    padding-left: 560px;
    padding-right: 560px;
  }

  .tw .sm\:px-113{
    padding-left: 565px;
    padding-right: 565px;
  }

  .tw .sm\:px-114{
    padding-left: 570px;
    padding-right: 570px;
  }

  .tw .sm\:px-115{
    padding-left: 575px;
    padding-right: 575px;
  }

  .tw .sm\:px-116{
    padding-left: 580px;
    padding-right: 580px;
  }

  .tw .sm\:px-117{
    padding-left: 585px;
    padding-right: 585px;
  }

  .tw .sm\:px-118{
    padding-left: 590px;
    padding-right: 590px;
  }

  .tw .sm\:px-119{
    padding-left: 595px;
    padding-right: 595px;
  }

  .tw .sm\:px-120{
    padding-left: 600px;
    padding-right: 600px;
  }

  .tw .sm\:px-121{
    padding-left: 605px;
    padding-right: 605px;
  }

  .tw .sm\:px-122{
    padding-left: 610px;
    padding-right: 610px;
  }

  .tw .sm\:px-123{
    padding-left: 615px;
    padding-right: 615px;
  }

  .tw .sm\:px-124{
    padding-left: 620px;
    padding-right: 620px;
  }

  .tw .sm\:px-125{
    padding-left: 625px;
    padding-right: 625px;
  }

  .tw .sm\:px-126{
    padding-left: 630px;
    padding-right: 630px;
  }

  .tw .sm\:px-127{
    padding-left: 635px;
    padding-right: 635px;
  }

  .tw .sm\:px-128{
    padding-left: 640px;
    padding-right: 640px;
  }

  .tw .sm\:px-129{
    padding-left: 645px;
    padding-right: 645px;
  }

  .tw .sm\:px-130{
    padding-left: 650px;
    padding-right: 650px;
  }

  .tw .sm\:px-131{
    padding-left: 655px;
    padding-right: 655px;
  }

  .tw .sm\:px-132{
    padding-left: 660px;
    padding-right: 660px;
  }

  .tw .sm\:px-133{
    padding-left: 665px;
    padding-right: 665px;
  }

  .tw .sm\:px-134{
    padding-left: 670px;
    padding-right: 670px;
  }

  .tw .sm\:px-135{
    padding-left: 675px;
    padding-right: 675px;
  }

  .tw .sm\:px-136{
    padding-left: 680px;
    padding-right: 680px;
  }

  .tw .sm\:px-137{
    padding-left: 685px;
    padding-right: 685px;
  }

  .tw .sm\:px-138{
    padding-left: 690px;
    padding-right: 690px;
  }

  .tw .sm\:px-139{
    padding-left: 695px;
    padding-right: 695px;
  }

  .tw .sm\:px-140{
    padding-left: 700px;
    padding-right: 700px;
  }

  .tw .sm\:px-141{
    padding-left: 705px;
    padding-right: 705px;
  }

  .tw .sm\:px-142{
    padding-left: 710px;
    padding-right: 710px;
  }

  .tw .sm\:px-143{
    padding-left: 715px;
    padding-right: 715px;
  }

  .tw .sm\:px-144{
    padding-left: 720px;
    padding-right: 720px;
  }

  .tw .sm\:px-145{
    padding-left: 725px;
    padding-right: 725px;
  }

  .tw .sm\:px-146{
    padding-left: 730px;
    padding-right: 730px;
  }

  .tw .sm\:px-147{
    padding-left: 735px;
    padding-right: 735px;
  }

  .tw .sm\:px-148{
    padding-left: 740px;
    padding-right: 740px;
  }

  .tw .sm\:px-149{
    padding-left: 745px;
    padding-right: 745px;
  }

  .tw .sm\:px-0\.5{
    padding-left: 3px;
    padding-right: 3px;
  }

  .tw .sm\:px-1px{
    padding-left: 1px;
    padding-right: 1px;
  }

  .tw .sm\:px-2px{
    padding-left: 2px;
    padding-right: 2px;
  }

  .tw .sm\:px-3px{
    padding-left: 3px;
    padding-right: 3px;
  }

  .tw .sm\:px-4px{
    padding-left: 4px;
    padding-right: 4px;
  }

  .tw .sm\:px-5px{
    padding-left: 5px;
    padding-right: 5px;
  }

  .tw .sm\:px-6px{
    padding-left: 6px;
    padding-right: 6px;
  }

  .tw .sm\:px-7px{
    padding-left: 7px;
    padding-right: 7px;
  }

  .tw .sm\:px-8px{
    padding-left: 8px;
    padding-right: 8px;
  }

  .tw .sm\:px-9px{
    padding-left: 9px;
    padding-right: 9px;
  }

  .tw .sm\:px-10px{
    padding-left: 10px;
    padding-right: 10px;
  }

  .tw .sm\:px-11px{
    padding-left: 11px;
    padding-right: 11px;
  }

  .tw .sm\:px-12px{
    padding-left: 12px;
    padding-right: 12px;
  }

  .tw .sm\:px-13px{
    padding-left: 13px;
    padding-right: 13px;
  }

  .tw .sm\:px-14px{
    padding-left: 14px;
    padding-right: 14px;
  }

  .tw .sm\:px-15px{
    padding-left: 15px;
    padding-right: 15px;
  }

  .tw .sm\:px-16px{
    padding-left: 16px;
    padding-right: 16px;
  }

  .tw .sm\:px-17px{
    padding-left: 17px;
    padding-right: 17px;
  }

  .tw .sm\:px-18px{
    padding-left: 18px;
    padding-right: 18px;
  }

  .tw .sm\:px-19px{
    padding-left: 19px;
    padding-right: 19px;
  }

  .tw .sm\:px-20px{
    padding-left: 20px;
    padding-right: 20px;
  }

  .tw .sm\:px-21px{
    padding-left: 21px;
    padding-right: 21px;
  }

  .tw .sm\:px-22px{
    padding-left: 22px;
    padding-right: 22px;
  }

  .tw .sm\:px-23px{
    padding-left: 23px;
    padding-right: 23px;
  }

  .tw .sm\:px-24px{
    padding-left: 24px;
    padding-right: 24px;
  }

  .tw .sm\:px-25px{
    padding-left: 25px;
    padding-right: 25px;
  }

  .tw .sm\:px-26px{
    padding-left: 26px;
    padding-right: 26px;
  }

  .tw .sm\:px-27px{
    padding-left: 27px;
    padding-right: 27px;
  }

  .tw .sm\:px-28px{
    padding-left: 28px;
    padding-right: 28px;
  }

  .tw .sm\:px-29px{
    padding-left: 29px;
    padding-right: 29px;
  }

  .tw .sm\:px-30px{
    padding-left: 30px;
    padding-right: 30px;
  }

  .tw .sm\:px-31px{
    padding-left: 31px;
    padding-right: 31px;
  }

  .tw .sm\:px-32px{
    padding-left: 32px;
    padding-right: 32px;
  }

  .tw .sm\:px-33px{
    padding-left: 33px;
    padding-right: 33px;
  }

  .tw .sm\:px-34px{
    padding-left: 34px;
    padding-right: 34px;
  }

  .tw .sm\:px-35px{
    padding-left: 35px;
    padding-right: 35px;
  }

  .tw .sm\:px-36px{
    padding-left: 36px;
    padding-right: 36px;
  }

  .tw .sm\:px-37px{
    padding-left: 37px;
    padding-right: 37px;
  }

  .tw .sm\:px-38px{
    padding-left: 38px;
    padding-right: 38px;
  }

  .tw .sm\:px-39px{
    padding-left: 39px;
    padding-right: 39px;
  }

  .tw .sm\:px-40px{
    padding-left: 40px;
    padding-right: 40px;
  }

  .tw .sm\:py-0{
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .tw .sm\:py-1{
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .tw .sm\:py-2{
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .tw .sm\:py-3{
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .tw .sm\:py-4{
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .tw .sm\:py-5{
    padding-top: 25px;
    padding-bottom: 25px;
  }

  .tw .sm\:py-6{
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .tw .sm\:py-7{
    padding-top: 35px;
    padding-bottom: 35px;
  }

  .tw .sm\:py-8{
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .tw .sm\:py-9{
    padding-top: 45px;
    padding-bottom: 45px;
  }

  .tw .sm\:py-10{
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .tw .sm\:py-11{
    padding-top: 55px;
    padding-bottom: 55px;
  }

  .tw .sm\:py-12{
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .tw .sm\:py-13{
    padding-top: 65px;
    padding-bottom: 65px;
  }

  .tw .sm\:py-14{
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .tw .sm\:py-15{
    padding-top: 75px;
    padding-bottom: 75px;
  }

  .tw .sm\:py-16{
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .tw .sm\:py-17{
    padding-top: 85px;
    padding-bottom: 85px;
  }

  .tw .sm\:py-18{
    padding-top: 90px;
    padding-bottom: 90px;
  }

  .tw .sm\:py-19{
    padding-top: 95px;
    padding-bottom: 95px;
  }

  .tw .sm\:py-20{
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .tw .sm\:py-21{
    padding-top: 105px;
    padding-bottom: 105px;
  }

  .tw .sm\:py-22{
    padding-top: 110px;
    padding-bottom: 110px;
  }

  .tw .sm\:py-23{
    padding-top: 115px;
    padding-bottom: 115px;
  }

  .tw .sm\:py-24{
    padding-top: 120px;
    padding-bottom: 120px;
  }

  .tw .sm\:py-25{
    padding-top: 125px;
    padding-bottom: 125px;
  }

  .tw .sm\:py-26{
    padding-top: 130px;
    padding-bottom: 130px;
  }

  .tw .sm\:py-27{
    padding-top: 135px;
    padding-bottom: 135px;
  }

  .tw .sm\:py-28{
    padding-top: 140px;
    padding-bottom: 140px;
  }

  .tw .sm\:py-29{
    padding-top: 145px;
    padding-bottom: 145px;
  }

  .tw .sm\:py-30{
    padding-top: 150px;
    padding-bottom: 150px;
  }

  .tw .sm\:py-31{
    padding-top: 155px;
    padding-bottom: 155px;
  }

  .tw .sm\:py-32{
    padding-top: 160px;
    padding-bottom: 160px;
  }

  .tw .sm\:py-33{
    padding-top: 165px;
    padding-bottom: 165px;
  }

  .tw .sm\:py-34{
    padding-top: 170px;
    padding-bottom: 170px;
  }

  .tw .sm\:py-35{
    padding-top: 175px;
    padding-bottom: 175px;
  }

  .tw .sm\:py-36{
    padding-top: 180px;
    padding-bottom: 180px;
  }

  .tw .sm\:py-37{
    padding-top: 185px;
    padding-bottom: 185px;
  }

  .tw .sm\:py-38{
    padding-top: 190px;
    padding-bottom: 190px;
  }

  .tw .sm\:py-39{
    padding-top: 195px;
    padding-bottom: 195px;
  }

  .tw .sm\:py-40{
    padding-top: 200px;
    padding-bottom: 200px;
  }

  .tw .sm\:py-41{
    padding-top: 205px;
    padding-bottom: 205px;
  }

  .tw .sm\:py-42{
    padding-top: 210px;
    padding-bottom: 210px;
  }

  .tw .sm\:py-43{
    padding-top: 215px;
    padding-bottom: 215px;
  }

  .tw .sm\:py-44{
    padding-top: 220px;
    padding-bottom: 220px;
  }

  .tw .sm\:py-45{
    padding-top: 225px;
    padding-bottom: 225px;
  }

  .tw .sm\:py-46{
    padding-top: 230px;
    padding-bottom: 230px;
  }

  .tw .sm\:py-47{
    padding-top: 235px;
    padding-bottom: 235px;
  }

  .tw .sm\:py-48{
    padding-top: 240px;
    padding-bottom: 240px;
  }

  .tw .sm\:py-49{
    padding-top: 245px;
    padding-bottom: 245px;
  }

  .tw .sm\:py-50{
    padding-top: 250px;
    padding-bottom: 250px;
  }

  .tw .sm\:py-51{
    padding-top: 255px;
    padding-bottom: 255px;
  }

  .tw .sm\:py-52{
    padding-top: 260px;
    padding-bottom: 260px;
  }

  .tw .sm\:py-53{
    padding-top: 265px;
    padding-bottom: 265px;
  }

  .tw .sm\:py-54{
    padding-top: 270px;
    padding-bottom: 270px;
  }

  .tw .sm\:py-55{
    padding-top: 275px;
    padding-bottom: 275px;
  }

  .tw .sm\:py-56{
    padding-top: 280px;
    padding-bottom: 280px;
  }

  .tw .sm\:py-57{
    padding-top: 285px;
    padding-bottom: 285px;
  }

  .tw .sm\:py-58{
    padding-top: 290px;
    padding-bottom: 290px;
  }

  .tw .sm\:py-59{
    padding-top: 295px;
    padding-bottom: 295px;
  }

  .tw .sm\:py-60{
    padding-top: 300px;
    padding-bottom: 300px;
  }

  .tw .sm\:py-61{
    padding-top: 305px;
    padding-bottom: 305px;
  }

  .tw .sm\:py-62{
    padding-top: 310px;
    padding-bottom: 310px;
  }

  .tw .sm\:py-63{
    padding-top: 315px;
    padding-bottom: 315px;
  }

  .tw .sm\:py-64{
    padding-top: 320px;
    padding-bottom: 320px;
  }

  .tw .sm\:py-65{
    padding-top: 325px;
    padding-bottom: 325px;
  }

  .tw .sm\:py-66{
    padding-top: 330px;
    padding-bottom: 330px;
  }

  .tw .sm\:py-67{
    padding-top: 335px;
    padding-bottom: 335px;
  }

  .tw .sm\:py-68{
    padding-top: 340px;
    padding-bottom: 340px;
  }

  .tw .sm\:py-69{
    padding-top: 345px;
    padding-bottom: 345px;
  }

  .tw .sm\:py-70{
    padding-top: 350px;
    padding-bottom: 350px;
  }

  .tw .sm\:py-71{
    padding-top: 355px;
    padding-bottom: 355px;
  }

  .tw .sm\:py-72{
    padding-top: 360px;
    padding-bottom: 360px;
  }

  .tw .sm\:py-73{
    padding-top: 365px;
    padding-bottom: 365px;
  }

  .tw .sm\:py-74{
    padding-top: 370px;
    padding-bottom: 370px;
  }

  .tw .sm\:py-75{
    padding-top: 375px;
    padding-bottom: 375px;
  }

  .tw .sm\:py-76{
    padding-top: 380px;
    padding-bottom: 380px;
  }

  .tw .sm\:py-77{
    padding-top: 385px;
    padding-bottom: 385px;
  }

  .tw .sm\:py-78{
    padding-top: 390px;
    padding-bottom: 390px;
  }

  .tw .sm\:py-79{
    padding-top: 395px;
    padding-bottom: 395px;
  }

  .tw .sm\:py-80{
    padding-top: 400px;
    padding-bottom: 400px;
  }

  .tw .sm\:py-81{
    padding-top: 405px;
    padding-bottom: 405px;
  }

  .tw .sm\:py-82{
    padding-top: 410px;
    padding-bottom: 410px;
  }

  .tw .sm\:py-83{
    padding-top: 415px;
    padding-bottom: 415px;
  }

  .tw .sm\:py-84{
    padding-top: 420px;
    padding-bottom: 420px;
  }

  .tw .sm\:py-85{
    padding-top: 425px;
    padding-bottom: 425px;
  }

  .tw .sm\:py-86{
    padding-top: 430px;
    padding-bottom: 430px;
  }

  .tw .sm\:py-87{
    padding-top: 435px;
    padding-bottom: 435px;
  }

  .tw .sm\:py-88{
    padding-top: 440px;
    padding-bottom: 440px;
  }

  .tw .sm\:py-89{
    padding-top: 445px;
    padding-bottom: 445px;
  }

  .tw .sm\:py-90{
    padding-top: 450px;
    padding-bottom: 450px;
  }

  .tw .sm\:py-91{
    padding-top: 455px;
    padding-bottom: 455px;
  }

  .tw .sm\:py-92{
    padding-top: 460px;
    padding-bottom: 460px;
  }

  .tw .sm\:py-93{
    padding-top: 465px;
    padding-bottom: 465px;
  }

  .tw .sm\:py-94{
    padding-top: 470px;
    padding-bottom: 470px;
  }

  .tw .sm\:py-95{
    padding-top: 475px;
    padding-bottom: 475px;
  }

  .tw .sm\:py-96{
    padding-top: 480px;
    padding-bottom: 480px;
  }

  .tw .sm\:py-97{
    padding-top: 485px;
    padding-bottom: 485px;
  }

  .tw .sm\:py-98{
    padding-top: 490px;
    padding-bottom: 490px;
  }

  .tw .sm\:py-99{
    padding-top: 495px;
    padding-bottom: 495px;
  }

  .tw .sm\:py-100{
    padding-top: 500px;
    padding-bottom: 500px;
  }

  .tw .sm\:py-101{
    padding-top: 505px;
    padding-bottom: 505px;
  }

  .tw .sm\:py-102{
    padding-top: 510px;
    padding-bottom: 510px;
  }

  .tw .sm\:py-103{
    padding-top: 515px;
    padding-bottom: 515px;
  }

  .tw .sm\:py-104{
    padding-top: 520px;
    padding-bottom: 520px;
  }

  .tw .sm\:py-105{
    padding-top: 525px;
    padding-bottom: 525px;
  }

  .tw .sm\:py-106{
    padding-top: 530px;
    padding-bottom: 530px;
  }

  .tw .sm\:py-107{
    padding-top: 535px;
    padding-bottom: 535px;
  }

  .tw .sm\:py-108{
    padding-top: 540px;
    padding-bottom: 540px;
  }

  .tw .sm\:py-109{
    padding-top: 545px;
    padding-bottom: 545px;
  }

  .tw .sm\:py-110{
    padding-top: 550px;
    padding-bottom: 550px;
  }

  .tw .sm\:py-111{
    padding-top: 555px;
    padding-bottom: 555px;
  }

  .tw .sm\:py-112{
    padding-top: 560px;
    padding-bottom: 560px;
  }

  .tw .sm\:py-113{
    padding-top: 565px;
    padding-bottom: 565px;
  }

  .tw .sm\:py-114{
    padding-top: 570px;
    padding-bottom: 570px;
  }

  .tw .sm\:py-115{
    padding-top: 575px;
    padding-bottom: 575px;
  }

  .tw .sm\:py-116{
    padding-top: 580px;
    padding-bottom: 580px;
  }

  .tw .sm\:py-117{
    padding-top: 585px;
    padding-bottom: 585px;
  }

  .tw .sm\:py-118{
    padding-top: 590px;
    padding-bottom: 590px;
  }

  .tw .sm\:py-119{
    padding-top: 595px;
    padding-bottom: 595px;
  }

  .tw .sm\:py-120{
    padding-top: 600px;
    padding-bottom: 600px;
  }

  .tw .sm\:py-121{
    padding-top: 605px;
    padding-bottom: 605px;
  }

  .tw .sm\:py-122{
    padding-top: 610px;
    padding-bottom: 610px;
  }

  .tw .sm\:py-123{
    padding-top: 615px;
    padding-bottom: 615px;
  }

  .tw .sm\:py-124{
    padding-top: 620px;
    padding-bottom: 620px;
  }

  .tw .sm\:py-125{
    padding-top: 625px;
    padding-bottom: 625px;
  }

  .tw .sm\:py-126{
    padding-top: 630px;
    padding-bottom: 630px;
  }

  .tw .sm\:py-127{
    padding-top: 635px;
    padding-bottom: 635px;
  }

  .tw .sm\:py-128{
    padding-top: 640px;
    padding-bottom: 640px;
  }

  .tw .sm\:py-129{
    padding-top: 645px;
    padding-bottom: 645px;
  }

  .tw .sm\:py-130{
    padding-top: 650px;
    padding-bottom: 650px;
  }

  .tw .sm\:py-131{
    padding-top: 655px;
    padding-bottom: 655px;
  }

  .tw .sm\:py-132{
    padding-top: 660px;
    padding-bottom: 660px;
  }

  .tw .sm\:py-133{
    padding-top: 665px;
    padding-bottom: 665px;
  }

  .tw .sm\:py-134{
    padding-top: 670px;
    padding-bottom: 670px;
  }

  .tw .sm\:py-135{
    padding-top: 675px;
    padding-bottom: 675px;
  }

  .tw .sm\:py-136{
    padding-top: 680px;
    padding-bottom: 680px;
  }

  .tw .sm\:py-137{
    padding-top: 685px;
    padding-bottom: 685px;
  }

  .tw .sm\:py-138{
    padding-top: 690px;
    padding-bottom: 690px;
  }

  .tw .sm\:py-139{
    padding-top: 695px;
    padding-bottom: 695px;
  }

  .tw .sm\:py-140{
    padding-top: 700px;
    padding-bottom: 700px;
  }

  .tw .sm\:py-141{
    padding-top: 705px;
    padding-bottom: 705px;
  }

  .tw .sm\:py-142{
    padding-top: 710px;
    padding-bottom: 710px;
  }

  .tw .sm\:py-143{
    padding-top: 715px;
    padding-bottom: 715px;
  }

  .tw .sm\:py-144{
    padding-top: 720px;
    padding-bottom: 720px;
  }

  .tw .sm\:py-145{
    padding-top: 725px;
    padding-bottom: 725px;
  }

  .tw .sm\:py-146{
    padding-top: 730px;
    padding-bottom: 730px;
  }

  .tw .sm\:py-147{
    padding-top: 735px;
    padding-bottom: 735px;
  }

  .tw .sm\:py-148{
    padding-top: 740px;
    padding-bottom: 740px;
  }

  .tw .sm\:py-149{
    padding-top: 745px;
    padding-bottom: 745px;
  }

  .tw .sm\:py-0\.5{
    padding-top: 3px;
    padding-bottom: 3px;
  }

  .tw .sm\:py-1px{
    padding-top: 1px;
    padding-bottom: 1px;
  }

  .tw .sm\:py-2px{
    padding-top: 2px;
    padding-bottom: 2px;
  }

  .tw .sm\:py-3px{
    padding-top: 3px;
    padding-bottom: 3px;
  }

  .tw .sm\:py-4px{
    padding-top: 4px;
    padding-bottom: 4px;
  }

  .tw .sm\:py-5px{
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .tw .sm\:py-6px{
    padding-top: 6px;
    padding-bottom: 6px;
  }

  .tw .sm\:py-7px{
    padding-top: 7px;
    padding-bottom: 7px;
  }

  .tw .sm\:py-8px{
    padding-top: 8px;
    padding-bottom: 8px;
  }

  .tw .sm\:py-9px{
    padding-top: 9px;
    padding-bottom: 9px;
  }

  .tw .sm\:py-10px{
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .tw .sm\:py-11px{
    padding-top: 11px;
    padding-bottom: 11px;
  }

  .tw .sm\:py-12px{
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .tw .sm\:py-13px{
    padding-top: 13px;
    padding-bottom: 13px;
  }

  .tw .sm\:py-14px{
    padding-top: 14px;
    padding-bottom: 14px;
  }

  .tw .sm\:py-15px{
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .tw .sm\:py-16px{
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .tw .sm\:py-17px{
    padding-top: 17px;
    padding-bottom: 17px;
  }

  .tw .sm\:py-18px{
    padding-top: 18px;
    padding-bottom: 18px;
  }

  .tw .sm\:py-19px{
    padding-top: 19px;
    padding-bottom: 19px;
  }

  .tw .sm\:py-20px{
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .tw .sm\:py-21px{
    padding-top: 21px;
    padding-bottom: 21px;
  }

  .tw .sm\:py-22px{
    padding-top: 22px;
    padding-bottom: 22px;
  }

  .tw .sm\:py-23px{
    padding-top: 23px;
    padding-bottom: 23px;
  }

  .tw .sm\:py-24px{
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .tw .sm\:py-25px{
    padding-top: 25px;
    padding-bottom: 25px;
  }

  .tw .sm\:py-26px{
    padding-top: 26px;
    padding-bottom: 26px;
  }

  .tw .sm\:py-27px{
    padding-top: 27px;
    padding-bottom: 27px;
  }

  .tw .sm\:py-28px{
    padding-top: 28px;
    padding-bottom: 28px;
  }

  .tw .sm\:py-29px{
    padding-top: 29px;
    padding-bottom: 29px;
  }

  .tw .sm\:py-30px{
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .tw .sm\:py-31px{
    padding-top: 31px;
    padding-bottom: 31px;
  }

  .tw .sm\:py-32px{
    padding-top: 32px;
    padding-bottom: 32px;
  }

  .tw .sm\:py-33px{
    padding-top: 33px;
    padding-bottom: 33px;
  }

  .tw .sm\:py-34px{
    padding-top: 34px;
    padding-bottom: 34px;
  }

  .tw .sm\:py-35px{
    padding-top: 35px;
    padding-bottom: 35px;
  }

  .tw .sm\:py-36px{
    padding-top: 36px;
    padding-bottom: 36px;
  }

  .tw .sm\:py-37px{
    padding-top: 37px;
    padding-bottom: 37px;
  }

  .tw .sm\:py-38px{
    padding-top: 38px;
    padding-bottom: 38px;
  }

  .tw .sm\:py-39px{
    padding-top: 39px;
    padding-bottom: 39px;
  }

  .tw .sm\:py-40px{
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .tw .sm\:first\:px-0:first-child{
    padding-left: 0px;
    padding-right: 0px;
  }

  .tw .sm\:first\:px-1:first-child{
    padding-left: 5px;
    padding-right: 5px;
  }

  .tw .sm\:first\:px-2:first-child{
    padding-left: 10px;
    padding-right: 10px;
  }

  .tw .sm\:first\:px-3:first-child{
    padding-left: 15px;
    padding-right: 15px;
  }

  .tw .sm\:first\:px-4:first-child{
    padding-left: 20px;
    padding-right: 20px;
  }

  .tw .sm\:first\:px-5:first-child{
    padding-left: 25px;
    padding-right: 25px;
  }

  .tw .sm\:first\:px-6:first-child{
    padding-left: 30px;
    padding-right: 30px;
  }

  .tw .sm\:first\:px-7:first-child{
    padding-left: 35px;
    padding-right: 35px;
  }

  .tw .sm\:first\:px-8:first-child{
    padding-left: 40px;
    padding-right: 40px;
  }

  .tw .sm\:first\:px-9:first-child{
    padding-left: 45px;
    padding-right: 45px;
  }

  .tw .sm\:first\:px-10:first-child{
    padding-left: 50px;
    padding-right: 50px;
  }

  .tw .sm\:first\:px-11:first-child{
    padding-left: 55px;
    padding-right: 55px;
  }

  .tw .sm\:first\:px-12:first-child{
    padding-left: 60px;
    padding-right: 60px;
  }

  .tw .sm\:first\:px-13:first-child{
    padding-left: 65px;
    padding-right: 65px;
  }

  .tw .sm\:first\:px-14:first-child{
    padding-left: 70px;
    padding-right: 70px;
  }

  .tw .sm\:first\:px-15:first-child{
    padding-left: 75px;
    padding-right: 75px;
  }

  .tw .sm\:first\:px-16:first-child{
    padding-left: 80px;
    padding-right: 80px;
  }

  .tw .sm\:first\:px-17:first-child{
    padding-left: 85px;
    padding-right: 85px;
  }

  .tw .sm\:first\:px-18:first-child{
    padding-left: 90px;
    padding-right: 90px;
  }

  .tw .sm\:first\:px-19:first-child{
    padding-left: 95px;
    padding-right: 95px;
  }

  .tw .sm\:first\:px-20:first-child{
    padding-left: 100px;
    padding-right: 100px;
  }

  .tw .sm\:first\:px-21:first-child{
    padding-left: 105px;
    padding-right: 105px;
  }

  .tw .sm\:first\:px-22:first-child{
    padding-left: 110px;
    padding-right: 110px;
  }

  .tw .sm\:first\:px-23:first-child{
    padding-left: 115px;
    padding-right: 115px;
  }

  .tw .sm\:first\:px-24:first-child{
    padding-left: 120px;
    padding-right: 120px;
  }

  .tw .sm\:first\:px-25:first-child{
    padding-left: 125px;
    padding-right: 125px;
  }

  .tw .sm\:first\:px-26:first-child{
    padding-left: 130px;
    padding-right: 130px;
  }

  .tw .sm\:first\:px-27:first-child{
    padding-left: 135px;
    padding-right: 135px;
  }

  .tw .sm\:first\:px-28:first-child{
    padding-left: 140px;
    padding-right: 140px;
  }

  .tw .sm\:first\:px-29:first-child{
    padding-left: 145px;
    padding-right: 145px;
  }

  .tw .sm\:first\:px-30:first-child{
    padding-left: 150px;
    padding-right: 150px;
  }

  .tw .sm\:first\:px-31:first-child{
    padding-left: 155px;
    padding-right: 155px;
  }

  .tw .sm\:first\:px-32:first-child{
    padding-left: 160px;
    padding-right: 160px;
  }

  .tw .sm\:first\:px-33:first-child{
    padding-left: 165px;
    padding-right: 165px;
  }

  .tw .sm\:first\:px-34:first-child{
    padding-left: 170px;
    padding-right: 170px;
  }

  .tw .sm\:first\:px-35:first-child{
    padding-left: 175px;
    padding-right: 175px;
  }

  .tw .sm\:first\:px-36:first-child{
    padding-left: 180px;
    padding-right: 180px;
  }

  .tw .sm\:first\:px-37:first-child{
    padding-left: 185px;
    padding-right: 185px;
  }

  .tw .sm\:first\:px-38:first-child{
    padding-left: 190px;
    padding-right: 190px;
  }

  .tw .sm\:first\:px-39:first-child{
    padding-left: 195px;
    padding-right: 195px;
  }

  .tw .sm\:first\:px-40:first-child{
    padding-left: 200px;
    padding-right: 200px;
  }

  .tw .sm\:first\:px-41:first-child{
    padding-left: 205px;
    padding-right: 205px;
  }

  .tw .sm\:first\:px-42:first-child{
    padding-left: 210px;
    padding-right: 210px;
  }

  .tw .sm\:first\:px-43:first-child{
    padding-left: 215px;
    padding-right: 215px;
  }

  .tw .sm\:first\:px-44:first-child{
    padding-left: 220px;
    padding-right: 220px;
  }

  .tw .sm\:first\:px-45:first-child{
    padding-left: 225px;
    padding-right: 225px;
  }

  .tw .sm\:first\:px-46:first-child{
    padding-left: 230px;
    padding-right: 230px;
  }

  .tw .sm\:first\:px-47:first-child{
    padding-left: 235px;
    padding-right: 235px;
  }

  .tw .sm\:first\:px-48:first-child{
    padding-left: 240px;
    padding-right: 240px;
  }

  .tw .sm\:first\:px-49:first-child{
    padding-left: 245px;
    padding-right: 245px;
  }

  .tw .sm\:first\:px-50:first-child{
    padding-left: 250px;
    padding-right: 250px;
  }

  .tw .sm\:first\:px-51:first-child{
    padding-left: 255px;
    padding-right: 255px;
  }

  .tw .sm\:first\:px-52:first-child{
    padding-left: 260px;
    padding-right: 260px;
  }

  .tw .sm\:first\:px-53:first-child{
    padding-left: 265px;
    padding-right: 265px;
  }

  .tw .sm\:first\:px-54:first-child{
    padding-left: 270px;
    padding-right: 270px;
  }

  .tw .sm\:first\:px-55:first-child{
    padding-left: 275px;
    padding-right: 275px;
  }

  .tw .sm\:first\:px-56:first-child{
    padding-left: 280px;
    padding-right: 280px;
  }

  .tw .sm\:first\:px-57:first-child{
    padding-left: 285px;
    padding-right: 285px;
  }

  .tw .sm\:first\:px-58:first-child{
    padding-left: 290px;
    padding-right: 290px;
  }

  .tw .sm\:first\:px-59:first-child{
    padding-left: 295px;
    padding-right: 295px;
  }

  .tw .sm\:first\:px-60:first-child{
    padding-left: 300px;
    padding-right: 300px;
  }

  .tw .sm\:first\:px-61:first-child{
    padding-left: 305px;
    padding-right: 305px;
  }

  .tw .sm\:first\:px-62:first-child{
    padding-left: 310px;
    padding-right: 310px;
  }

  .tw .sm\:first\:px-63:first-child{
    padding-left: 315px;
    padding-right: 315px;
  }

  .tw .sm\:first\:px-64:first-child{
    padding-left: 320px;
    padding-right: 320px;
  }

  .tw .sm\:first\:px-65:first-child{
    padding-left: 325px;
    padding-right: 325px;
  }

  .tw .sm\:first\:px-66:first-child{
    padding-left: 330px;
    padding-right: 330px;
  }

  .tw .sm\:first\:px-67:first-child{
    padding-left: 335px;
    padding-right: 335px;
  }

  .tw .sm\:first\:px-68:first-child{
    padding-left: 340px;
    padding-right: 340px;
  }

  .tw .sm\:first\:px-69:first-child{
    padding-left: 345px;
    padding-right: 345px;
  }

  .tw .sm\:first\:px-70:first-child{
    padding-left: 350px;
    padding-right: 350px;
  }

  .tw .sm\:first\:px-71:first-child{
    padding-left: 355px;
    padding-right: 355px;
  }

  .tw .sm\:first\:px-72:first-child{
    padding-left: 360px;
    padding-right: 360px;
  }

  .tw .sm\:first\:px-73:first-child{
    padding-left: 365px;
    padding-right: 365px;
  }

  .tw .sm\:first\:px-74:first-child{
    padding-left: 370px;
    padding-right: 370px;
  }

  .tw .sm\:first\:px-75:first-child{
    padding-left: 375px;
    padding-right: 375px;
  }

  .tw .sm\:first\:px-76:first-child{
    padding-left: 380px;
    padding-right: 380px;
  }

  .tw .sm\:first\:px-77:first-child{
    padding-left: 385px;
    padding-right: 385px;
  }

  .tw .sm\:first\:px-78:first-child{
    padding-left: 390px;
    padding-right: 390px;
  }

  .tw .sm\:first\:px-79:first-child{
    padding-left: 395px;
    padding-right: 395px;
  }

  .tw .sm\:first\:px-80:first-child{
    padding-left: 400px;
    padding-right: 400px;
  }

  .tw .sm\:first\:px-81:first-child{
    padding-left: 405px;
    padding-right: 405px;
  }

  .tw .sm\:first\:px-82:first-child{
    padding-left: 410px;
    padding-right: 410px;
  }

  .tw .sm\:first\:px-83:first-child{
    padding-left: 415px;
    padding-right: 415px;
  }

  .tw .sm\:first\:px-84:first-child{
    padding-left: 420px;
    padding-right: 420px;
  }

  .tw .sm\:first\:px-85:first-child{
    padding-left: 425px;
    padding-right: 425px;
  }

  .tw .sm\:first\:px-86:first-child{
    padding-left: 430px;
    padding-right: 430px;
  }

  .tw .sm\:first\:px-87:first-child{
    padding-left: 435px;
    padding-right: 435px;
  }

  .tw .sm\:first\:px-88:first-child{
    padding-left: 440px;
    padding-right: 440px;
  }

  .tw .sm\:first\:px-89:first-child{
    padding-left: 445px;
    padding-right: 445px;
  }

  .tw .sm\:first\:px-90:first-child{
    padding-left: 450px;
    padding-right: 450px;
  }

  .tw .sm\:first\:px-91:first-child{
    padding-left: 455px;
    padding-right: 455px;
  }

  .tw .sm\:first\:px-92:first-child{
    padding-left: 460px;
    padding-right: 460px;
  }

  .tw .sm\:first\:px-93:first-child{
    padding-left: 465px;
    padding-right: 465px;
  }

  .tw .sm\:first\:px-94:first-child{
    padding-left: 470px;
    padding-right: 470px;
  }

  .tw .sm\:first\:px-95:first-child{
    padding-left: 475px;
    padding-right: 475px;
  }

  .tw .sm\:first\:px-96:first-child{
    padding-left: 480px;
    padding-right: 480px;
  }

  .tw .sm\:first\:px-97:first-child{
    padding-left: 485px;
    padding-right: 485px;
  }

  .tw .sm\:first\:px-98:first-child{
    padding-left: 490px;
    padding-right: 490px;
  }

  .tw .sm\:first\:px-99:first-child{
    padding-left: 495px;
    padding-right: 495px;
  }

  .tw .sm\:first\:px-100:first-child{
    padding-left: 500px;
    padding-right: 500px;
  }

  .tw .sm\:first\:px-101:first-child{
    padding-left: 505px;
    padding-right: 505px;
  }

  .tw .sm\:first\:px-102:first-child{
    padding-left: 510px;
    padding-right: 510px;
  }

  .tw .sm\:first\:px-103:first-child{
    padding-left: 515px;
    padding-right: 515px;
  }

  .tw .sm\:first\:px-104:first-child{
    padding-left: 520px;
    padding-right: 520px;
  }

  .tw .sm\:first\:px-105:first-child{
    padding-left: 525px;
    padding-right: 525px;
  }

  .tw .sm\:first\:px-106:first-child{
    padding-left: 530px;
    padding-right: 530px;
  }

  .tw .sm\:first\:px-107:first-child{
    padding-left: 535px;
    padding-right: 535px;
  }

  .tw .sm\:first\:px-108:first-child{
    padding-left: 540px;
    padding-right: 540px;
  }

  .tw .sm\:first\:px-109:first-child{
    padding-left: 545px;
    padding-right: 545px;
  }

  .tw .sm\:first\:px-110:first-child{
    padding-left: 550px;
    padding-right: 550px;
  }

  .tw .sm\:first\:px-111:first-child{
    padding-left: 555px;
    padding-right: 555px;
  }

  .tw .sm\:first\:px-112:first-child{
    padding-left: 560px;
    padding-right: 560px;
  }

  .tw .sm\:first\:px-113:first-child{
    padding-left: 565px;
    padding-right: 565px;
  }

  .tw .sm\:first\:px-114:first-child{
    padding-left: 570px;
    padding-right: 570px;
  }

  .tw .sm\:first\:px-115:first-child{
    padding-left: 575px;
    padding-right: 575px;
  }

  .tw .sm\:first\:px-116:first-child{
    padding-left: 580px;
    padding-right: 580px;
  }

  .tw .sm\:first\:px-117:first-child{
    padding-left: 585px;
    padding-right: 585px;
  }

  .tw .sm\:first\:px-118:first-child{
    padding-left: 590px;
    padding-right: 590px;
  }

  .tw .sm\:first\:px-119:first-child{
    padding-left: 595px;
    padding-right: 595px;
  }

  .tw .sm\:first\:px-120:first-child{
    padding-left: 600px;
    padding-right: 600px;
  }

  .tw .sm\:first\:px-121:first-child{
    padding-left: 605px;
    padding-right: 605px;
  }

  .tw .sm\:first\:px-122:first-child{
    padding-left: 610px;
    padding-right: 610px;
  }

  .tw .sm\:first\:px-123:first-child{
    padding-left: 615px;
    padding-right: 615px;
  }

  .tw .sm\:first\:px-124:first-child{
    padding-left: 620px;
    padding-right: 620px;
  }

  .tw .sm\:first\:px-125:first-child{
    padding-left: 625px;
    padding-right: 625px;
  }

  .tw .sm\:first\:px-126:first-child{
    padding-left: 630px;
    padding-right: 630px;
  }

  .tw .sm\:first\:px-127:first-child{
    padding-left: 635px;
    padding-right: 635px;
  }

  .tw .sm\:first\:px-128:first-child{
    padding-left: 640px;
    padding-right: 640px;
  }

  .tw .sm\:first\:px-129:first-child{
    padding-left: 645px;
    padding-right: 645px;
  }

  .tw .sm\:first\:px-130:first-child{
    padding-left: 650px;
    padding-right: 650px;
  }

  .tw .sm\:first\:px-131:first-child{
    padding-left: 655px;
    padding-right: 655px;
  }

  .tw .sm\:first\:px-132:first-child{
    padding-left: 660px;
    padding-right: 660px;
  }

  .tw .sm\:first\:px-133:first-child{
    padding-left: 665px;
    padding-right: 665px;
  }

  .tw .sm\:first\:px-134:first-child{
    padding-left: 670px;
    padding-right: 670px;
  }

  .tw .sm\:first\:px-135:first-child{
    padding-left: 675px;
    padding-right: 675px;
  }

  .tw .sm\:first\:px-136:first-child{
    padding-left: 680px;
    padding-right: 680px;
  }

  .tw .sm\:first\:px-137:first-child{
    padding-left: 685px;
    padding-right: 685px;
  }

  .tw .sm\:first\:px-138:first-child{
    padding-left: 690px;
    padding-right: 690px;
  }

  .tw .sm\:first\:px-139:first-child{
    padding-left: 695px;
    padding-right: 695px;
  }

  .tw .sm\:first\:px-140:first-child{
    padding-left: 700px;
    padding-right: 700px;
  }

  .tw .sm\:first\:px-141:first-child{
    padding-left: 705px;
    padding-right: 705px;
  }

  .tw .sm\:first\:px-142:first-child{
    padding-left: 710px;
    padding-right: 710px;
  }

  .tw .sm\:first\:px-143:first-child{
    padding-left: 715px;
    padding-right: 715px;
  }

  .tw .sm\:first\:px-144:first-child{
    padding-left: 720px;
    padding-right: 720px;
  }

  .tw .sm\:first\:px-145:first-child{
    padding-left: 725px;
    padding-right: 725px;
  }

  .tw .sm\:first\:px-146:first-child{
    padding-left: 730px;
    padding-right: 730px;
  }

  .tw .sm\:first\:px-147:first-child{
    padding-left: 735px;
    padding-right: 735px;
  }

  .tw .sm\:first\:px-148:first-child{
    padding-left: 740px;
    padding-right: 740px;
  }

  .tw .sm\:first\:px-149:first-child{
    padding-left: 745px;
    padding-right: 745px;
  }

  .tw .sm\:first\:px-0\.5:first-child{
    padding-left: 3px;
    padding-right: 3px;
  }

  .tw .sm\:first\:px-1px:first-child{
    padding-left: 1px;
    padding-right: 1px;
  }

  .tw .sm\:first\:px-2px:first-child{
    padding-left: 2px;
    padding-right: 2px;
  }

  .tw .sm\:first\:px-3px:first-child{
    padding-left: 3px;
    padding-right: 3px;
  }

  .tw .sm\:first\:px-4px:first-child{
    padding-left: 4px;
    padding-right: 4px;
  }

  .tw .sm\:first\:px-5px:first-child{
    padding-left: 5px;
    padding-right: 5px;
  }

  .tw .sm\:first\:px-6px:first-child{
    padding-left: 6px;
    padding-right: 6px;
  }

  .tw .sm\:first\:px-7px:first-child{
    padding-left: 7px;
    padding-right: 7px;
  }

  .tw .sm\:first\:px-8px:first-child{
    padding-left: 8px;
    padding-right: 8px;
  }

  .tw .sm\:first\:px-9px:first-child{
    padding-left: 9px;
    padding-right: 9px;
  }

  .tw .sm\:first\:px-10px:first-child{
    padding-left: 10px;
    padding-right: 10px;
  }

  .tw .sm\:first\:px-11px:first-child{
    padding-left: 11px;
    padding-right: 11px;
  }

  .tw .sm\:first\:px-12px:first-child{
    padding-left: 12px;
    padding-right: 12px;
  }

  .tw .sm\:first\:px-13px:first-child{
    padding-left: 13px;
    padding-right: 13px;
  }

  .tw .sm\:first\:px-14px:first-child{
    padding-left: 14px;
    padding-right: 14px;
  }

  .tw .sm\:first\:px-15px:first-child{
    padding-left: 15px;
    padding-right: 15px;
  }

  .tw .sm\:first\:px-16px:first-child{
    padding-left: 16px;
    padding-right: 16px;
  }

  .tw .sm\:first\:px-17px:first-child{
    padding-left: 17px;
    padding-right: 17px;
  }

  .tw .sm\:first\:px-18px:first-child{
    padding-left: 18px;
    padding-right: 18px;
  }

  .tw .sm\:first\:px-19px:first-child{
    padding-left: 19px;
    padding-right: 19px;
  }

  .tw .sm\:first\:px-20px:first-child{
    padding-left: 20px;
    padding-right: 20px;
  }

  .tw .sm\:first\:px-21px:first-child{
    padding-left: 21px;
    padding-right: 21px;
  }

  .tw .sm\:first\:px-22px:first-child{
    padding-left: 22px;
    padding-right: 22px;
  }

  .tw .sm\:first\:px-23px:first-child{
    padding-left: 23px;
    padding-right: 23px;
  }

  .tw .sm\:first\:px-24px:first-child{
    padding-left: 24px;
    padding-right: 24px;
  }

  .tw .sm\:first\:px-25px:first-child{
    padding-left: 25px;
    padding-right: 25px;
  }

  .tw .sm\:first\:px-26px:first-child{
    padding-left: 26px;
    padding-right: 26px;
  }

  .tw .sm\:first\:px-27px:first-child{
    padding-left: 27px;
    padding-right: 27px;
  }

  .tw .sm\:first\:px-28px:first-child{
    padding-left: 28px;
    padding-right: 28px;
  }

  .tw .sm\:first\:px-29px:first-child{
    padding-left: 29px;
    padding-right: 29px;
  }

  .tw .sm\:first\:px-30px:first-child{
    padding-left: 30px;
    padding-right: 30px;
  }

  .tw .sm\:first\:px-31px:first-child{
    padding-left: 31px;
    padding-right: 31px;
  }

  .tw .sm\:first\:px-32px:first-child{
    padding-left: 32px;
    padding-right: 32px;
  }

  .tw .sm\:first\:px-33px:first-child{
    padding-left: 33px;
    padding-right: 33px;
  }

  .tw .sm\:first\:px-34px:first-child{
    padding-left: 34px;
    padding-right: 34px;
  }

  .tw .sm\:first\:px-35px:first-child{
    padding-left: 35px;
    padding-right: 35px;
  }

  .tw .sm\:first\:px-36px:first-child{
    padding-left: 36px;
    padding-right: 36px;
  }

  .tw .sm\:first\:px-37px:first-child{
    padding-left: 37px;
    padding-right: 37px;
  }

  .tw .sm\:first\:px-38px:first-child{
    padding-left: 38px;
    padding-right: 38px;
  }

  .tw .sm\:first\:px-39px:first-child{
    padding-left: 39px;
    padding-right: 39px;
  }

  .tw .sm\:first\:px-40px:first-child{
    padding-left: 40px;
    padding-right: 40px;
  }

  .tw .sm\:first\:py-0:first-child{
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .tw .sm\:first\:py-1:first-child{
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .tw .sm\:first\:py-2:first-child{
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .tw .sm\:first\:py-3:first-child{
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .tw .sm\:first\:py-4:first-child{
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .tw .sm\:first\:py-5:first-child{
    padding-top: 25px;
    padding-bottom: 25px;
  }

  .tw .sm\:first\:py-6:first-child{
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .tw .sm\:first\:py-7:first-child{
    padding-top: 35px;
    padding-bottom: 35px;
  }

  .tw .sm\:first\:py-8:first-child{
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .tw .sm\:first\:py-9:first-child{
    padding-top: 45px;
    padding-bottom: 45px;
  }

  .tw .sm\:first\:py-10:first-child{
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .tw .sm\:first\:py-11:first-child{
    padding-top: 55px;
    padding-bottom: 55px;
  }

  .tw .sm\:first\:py-12:first-child{
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .tw .sm\:first\:py-13:first-child{
    padding-top: 65px;
    padding-bottom: 65px;
  }

  .tw .sm\:first\:py-14:first-child{
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .tw .sm\:first\:py-15:first-child{
    padding-top: 75px;
    padding-bottom: 75px;
  }

  .tw .sm\:first\:py-16:first-child{
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .tw .sm\:first\:py-17:first-child{
    padding-top: 85px;
    padding-bottom: 85px;
  }

  .tw .sm\:first\:py-18:first-child{
    padding-top: 90px;
    padding-bottom: 90px;
  }

  .tw .sm\:first\:py-19:first-child{
    padding-top: 95px;
    padding-bottom: 95px;
  }

  .tw .sm\:first\:py-20:first-child{
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .tw .sm\:first\:py-21:first-child{
    padding-top: 105px;
    padding-bottom: 105px;
  }

  .tw .sm\:first\:py-22:first-child{
    padding-top: 110px;
    padding-bottom: 110px;
  }

  .tw .sm\:first\:py-23:first-child{
    padding-top: 115px;
    padding-bottom: 115px;
  }

  .tw .sm\:first\:py-24:first-child{
    padding-top: 120px;
    padding-bottom: 120px;
  }

  .tw .sm\:first\:py-25:first-child{
    padding-top: 125px;
    padding-bottom: 125px;
  }

  .tw .sm\:first\:py-26:first-child{
    padding-top: 130px;
    padding-bottom: 130px;
  }

  .tw .sm\:first\:py-27:first-child{
    padding-top: 135px;
    padding-bottom: 135px;
  }

  .tw .sm\:first\:py-28:first-child{
    padding-top: 140px;
    padding-bottom: 140px;
  }

  .tw .sm\:first\:py-29:first-child{
    padding-top: 145px;
    padding-bottom: 145px;
  }

  .tw .sm\:first\:py-30:first-child{
    padding-top: 150px;
    padding-bottom: 150px;
  }

  .tw .sm\:first\:py-31:first-child{
    padding-top: 155px;
    padding-bottom: 155px;
  }

  .tw .sm\:first\:py-32:first-child{
    padding-top: 160px;
    padding-bottom: 160px;
  }

  .tw .sm\:first\:py-33:first-child{
    padding-top: 165px;
    padding-bottom: 165px;
  }

  .tw .sm\:first\:py-34:first-child{
    padding-top: 170px;
    padding-bottom: 170px;
  }

  .tw .sm\:first\:py-35:first-child{
    padding-top: 175px;
    padding-bottom: 175px;
  }

  .tw .sm\:first\:py-36:first-child{
    padding-top: 180px;
    padding-bottom: 180px;
  }

  .tw .sm\:first\:py-37:first-child{
    padding-top: 185px;
    padding-bottom: 185px;
  }

  .tw .sm\:first\:py-38:first-child{
    padding-top: 190px;
    padding-bottom: 190px;
  }

  .tw .sm\:first\:py-39:first-child{
    padding-top: 195px;
    padding-bottom: 195px;
  }

  .tw .sm\:first\:py-40:first-child{
    padding-top: 200px;
    padding-bottom: 200px;
  }

  .tw .sm\:first\:py-41:first-child{
    padding-top: 205px;
    padding-bottom: 205px;
  }

  .tw .sm\:first\:py-42:first-child{
    padding-top: 210px;
    padding-bottom: 210px;
  }

  .tw .sm\:first\:py-43:first-child{
    padding-top: 215px;
    padding-bottom: 215px;
  }

  .tw .sm\:first\:py-44:first-child{
    padding-top: 220px;
    padding-bottom: 220px;
  }

  .tw .sm\:first\:py-45:first-child{
    padding-top: 225px;
    padding-bottom: 225px;
  }

  .tw .sm\:first\:py-46:first-child{
    padding-top: 230px;
    padding-bottom: 230px;
  }

  .tw .sm\:first\:py-47:first-child{
    padding-top: 235px;
    padding-bottom: 235px;
  }

  .tw .sm\:first\:py-48:first-child{
    padding-top: 240px;
    padding-bottom: 240px;
  }

  .tw .sm\:first\:py-49:first-child{
    padding-top: 245px;
    padding-bottom: 245px;
  }

  .tw .sm\:first\:py-50:first-child{
    padding-top: 250px;
    padding-bottom: 250px;
  }

  .tw .sm\:first\:py-51:first-child{
    padding-top: 255px;
    padding-bottom: 255px;
  }

  .tw .sm\:first\:py-52:first-child{
    padding-top: 260px;
    padding-bottom: 260px;
  }

  .tw .sm\:first\:py-53:first-child{
    padding-top: 265px;
    padding-bottom: 265px;
  }

  .tw .sm\:first\:py-54:first-child{
    padding-top: 270px;
    padding-bottom: 270px;
  }

  .tw .sm\:first\:py-55:first-child{
    padding-top: 275px;
    padding-bottom: 275px;
  }

  .tw .sm\:first\:py-56:first-child{
    padding-top: 280px;
    padding-bottom: 280px;
  }

  .tw .sm\:first\:py-57:first-child{
    padding-top: 285px;
    padding-bottom: 285px;
  }

  .tw .sm\:first\:py-58:first-child{
    padding-top: 290px;
    padding-bottom: 290px;
  }

  .tw .sm\:first\:py-59:first-child{
    padding-top: 295px;
    padding-bottom: 295px;
  }

  .tw .sm\:first\:py-60:first-child{
    padding-top: 300px;
    padding-bottom: 300px;
  }

  .tw .sm\:first\:py-61:first-child{
    padding-top: 305px;
    padding-bottom: 305px;
  }

  .tw .sm\:first\:py-62:first-child{
    padding-top: 310px;
    padding-bottom: 310px;
  }

  .tw .sm\:first\:py-63:first-child{
    padding-top: 315px;
    padding-bottom: 315px;
  }

  .tw .sm\:first\:py-64:first-child{
    padding-top: 320px;
    padding-bottom: 320px;
  }

  .tw .sm\:first\:py-65:first-child{
    padding-top: 325px;
    padding-bottom: 325px;
  }

  .tw .sm\:first\:py-66:first-child{
    padding-top: 330px;
    padding-bottom: 330px;
  }

  .tw .sm\:first\:py-67:first-child{
    padding-top: 335px;
    padding-bottom: 335px;
  }

  .tw .sm\:first\:py-68:first-child{
    padding-top: 340px;
    padding-bottom: 340px;
  }

  .tw .sm\:first\:py-69:first-child{
    padding-top: 345px;
    padding-bottom: 345px;
  }

  .tw .sm\:first\:py-70:first-child{
    padding-top: 350px;
    padding-bottom: 350px;
  }

  .tw .sm\:first\:py-71:first-child{
    padding-top: 355px;
    padding-bottom: 355px;
  }

  .tw .sm\:first\:py-72:first-child{
    padding-top: 360px;
    padding-bottom: 360px;
  }

  .tw .sm\:first\:py-73:first-child{
    padding-top: 365px;
    padding-bottom: 365px;
  }

  .tw .sm\:first\:py-74:first-child{
    padding-top: 370px;
    padding-bottom: 370px;
  }

  .tw .sm\:first\:py-75:first-child{
    padding-top: 375px;
    padding-bottom: 375px;
  }

  .tw .sm\:first\:py-76:first-child{
    padding-top: 380px;
    padding-bottom: 380px;
  }

  .tw .sm\:first\:py-77:first-child{
    padding-top: 385px;
    padding-bottom: 385px;
  }

  .tw .sm\:first\:py-78:first-child{
    padding-top: 390px;
    padding-bottom: 390px;
  }

  .tw .sm\:first\:py-79:first-child{
    padding-top: 395px;
    padding-bottom: 395px;
  }

  .tw .sm\:first\:py-80:first-child{
    padding-top: 400px;
    padding-bottom: 400px;
  }

  .tw .sm\:first\:py-81:first-child{
    padding-top: 405px;
    padding-bottom: 405px;
  }

  .tw .sm\:first\:py-82:first-child{
    padding-top: 410px;
    padding-bottom: 410px;
  }

  .tw .sm\:first\:py-83:first-child{
    padding-top: 415px;
    padding-bottom: 415px;
  }

  .tw .sm\:first\:py-84:first-child{
    padding-top: 420px;
    padding-bottom: 420px;
  }

  .tw .sm\:first\:py-85:first-child{
    padding-top: 425px;
    padding-bottom: 425px;
  }

  .tw .sm\:first\:py-86:first-child{
    padding-top: 430px;
    padding-bottom: 430px;
  }

  .tw .sm\:first\:py-87:first-child{
    padding-top: 435px;
    padding-bottom: 435px;
  }

  .tw .sm\:first\:py-88:first-child{
    padding-top: 440px;
    padding-bottom: 440px;
  }

  .tw .sm\:first\:py-89:first-child{
    padding-top: 445px;
    padding-bottom: 445px;
  }

  .tw .sm\:first\:py-90:first-child{
    padding-top: 450px;
    padding-bottom: 450px;
  }

  .tw .sm\:first\:py-91:first-child{
    padding-top: 455px;
    padding-bottom: 455px;
  }

  .tw .sm\:first\:py-92:first-child{
    padding-top: 460px;
    padding-bottom: 460px;
  }

  .tw .sm\:first\:py-93:first-child{
    padding-top: 465px;
    padding-bottom: 465px;
  }

  .tw .sm\:first\:py-94:first-child{
    padding-top: 470px;
    padding-bottom: 470px;
  }

  .tw .sm\:first\:py-95:first-child{
    padding-top: 475px;
    padding-bottom: 475px;
  }

  .tw .sm\:first\:py-96:first-child{
    padding-top: 480px;
    padding-bottom: 480px;
  }

  .tw .sm\:first\:py-97:first-child{
    padding-top: 485px;
    padding-bottom: 485px;
  }

  .tw .sm\:first\:py-98:first-child{
    padding-top: 490px;
    padding-bottom: 490px;
  }

  .tw .sm\:first\:py-99:first-child{
    padding-top: 495px;
    padding-bottom: 495px;
  }

  .tw .sm\:first\:py-100:first-child{
    padding-top: 500px;
    padding-bottom: 500px;
  }

  .tw .sm\:first\:py-101:first-child{
    padding-top: 505px;
    padding-bottom: 505px;
  }

  .tw .sm\:first\:py-102:first-child{
    padding-top: 510px;
    padding-bottom: 510px;
  }

  .tw .sm\:first\:py-103:first-child{
    padding-top: 515px;
    padding-bottom: 515px;
  }

  .tw .sm\:first\:py-104:first-child{
    padding-top: 520px;
    padding-bottom: 520px;
  }

  .tw .sm\:first\:py-105:first-child{
    padding-top: 525px;
    padding-bottom: 525px;
  }

  .tw .sm\:first\:py-106:first-child{
    padding-top: 530px;
    padding-bottom: 530px;
  }

  .tw .sm\:first\:py-107:first-child{
    padding-top: 535px;
    padding-bottom: 535px;
  }

  .tw .sm\:first\:py-108:first-child{
    padding-top: 540px;
    padding-bottom: 540px;
  }

  .tw .sm\:first\:py-109:first-child{
    padding-top: 545px;
    padding-bottom: 545px;
  }

  .tw .sm\:first\:py-110:first-child{
    padding-top: 550px;
    padding-bottom: 550px;
  }

  .tw .sm\:first\:py-111:first-child{
    padding-top: 555px;
    padding-bottom: 555px;
  }

  .tw .sm\:first\:py-112:first-child{
    padding-top: 560px;
    padding-bottom: 560px;
  }

  .tw .sm\:first\:py-113:first-child{
    padding-top: 565px;
    padding-bottom: 565px;
  }

  .tw .sm\:first\:py-114:first-child{
    padding-top: 570px;
    padding-bottom: 570px;
  }

  .tw .sm\:first\:py-115:first-child{
    padding-top: 575px;
    padding-bottom: 575px;
  }

  .tw .sm\:first\:py-116:first-child{
    padding-top: 580px;
    padding-bottom: 580px;
  }

  .tw .sm\:first\:py-117:first-child{
    padding-top: 585px;
    padding-bottom: 585px;
  }

  .tw .sm\:first\:py-118:first-child{
    padding-top: 590px;
    padding-bottom: 590px;
  }

  .tw .sm\:first\:py-119:first-child{
    padding-top: 595px;
    padding-bottom: 595px;
  }

  .tw .sm\:first\:py-120:first-child{
    padding-top: 600px;
    padding-bottom: 600px;
  }

  .tw .sm\:first\:py-121:first-child{
    padding-top: 605px;
    padding-bottom: 605px;
  }

  .tw .sm\:first\:py-122:first-child{
    padding-top: 610px;
    padding-bottom: 610px;
  }

  .tw .sm\:first\:py-123:first-child{
    padding-top: 615px;
    padding-bottom: 615px;
  }

  .tw .sm\:first\:py-124:first-child{
    padding-top: 620px;
    padding-bottom: 620px;
  }

  .tw .sm\:first\:py-125:first-child{
    padding-top: 625px;
    padding-bottom: 625px;
  }

  .tw .sm\:first\:py-126:first-child{
    padding-top: 630px;
    padding-bottom: 630px;
  }

  .tw .sm\:first\:py-127:first-child{
    padding-top: 635px;
    padding-bottom: 635px;
  }

  .tw .sm\:first\:py-128:first-child{
    padding-top: 640px;
    padding-bottom: 640px;
  }

  .tw .sm\:first\:py-129:first-child{
    padding-top: 645px;
    padding-bottom: 645px;
  }

  .tw .sm\:first\:py-130:first-child{
    padding-top: 650px;
    padding-bottom: 650px;
  }

  .tw .sm\:first\:py-131:first-child{
    padding-top: 655px;
    padding-bottom: 655px;
  }

  .tw .sm\:first\:py-132:first-child{
    padding-top: 660px;
    padding-bottom: 660px;
  }

  .tw .sm\:first\:py-133:first-child{
    padding-top: 665px;
    padding-bottom: 665px;
  }

  .tw .sm\:first\:py-134:first-child{
    padding-top: 670px;
    padding-bottom: 670px;
  }

  .tw .sm\:first\:py-135:first-child{
    padding-top: 675px;
    padding-bottom: 675px;
  }

  .tw .sm\:first\:py-136:first-child{
    padding-top: 680px;
    padding-bottom: 680px;
  }

  .tw .sm\:first\:py-137:first-child{
    padding-top: 685px;
    padding-bottom: 685px;
  }

  .tw .sm\:first\:py-138:first-child{
    padding-top: 690px;
    padding-bottom: 690px;
  }

  .tw .sm\:first\:py-139:first-child{
    padding-top: 695px;
    padding-bottom: 695px;
  }

  .tw .sm\:first\:py-140:first-child{
    padding-top: 700px;
    padding-bottom: 700px;
  }

  .tw .sm\:first\:py-141:first-child{
    padding-top: 705px;
    padding-bottom: 705px;
  }

  .tw .sm\:first\:py-142:first-child{
    padding-top: 710px;
    padding-bottom: 710px;
  }

  .tw .sm\:first\:py-143:first-child{
    padding-top: 715px;
    padding-bottom: 715px;
  }

  .tw .sm\:first\:py-144:first-child{
    padding-top: 720px;
    padding-bottom: 720px;
  }

  .tw .sm\:first\:py-145:first-child{
    padding-top: 725px;
    padding-bottom: 725px;
  }

  .tw .sm\:first\:py-146:first-child{
    padding-top: 730px;
    padding-bottom: 730px;
  }

  .tw .sm\:first\:py-147:first-child{
    padding-top: 735px;
    padding-bottom: 735px;
  }

  .tw .sm\:first\:py-148:first-child{
    padding-top: 740px;
    padding-bottom: 740px;
  }

  .tw .sm\:first\:py-149:first-child{
    padding-top: 745px;
    padding-bottom: 745px;
  }

  .tw .sm\:first\:py-0\.5:first-child{
    padding-top: 3px;
    padding-bottom: 3px;
  }

  .tw .sm\:first\:py-1px:first-child{
    padding-top: 1px;
    padding-bottom: 1px;
  }

  .tw .sm\:first\:py-2px:first-child{
    padding-top: 2px;
    padding-bottom: 2px;
  }

  .tw .sm\:first\:py-3px:first-child{
    padding-top: 3px;
    padding-bottom: 3px;
  }

  .tw .sm\:first\:py-4px:first-child{
    padding-top: 4px;
    padding-bottom: 4px;
  }

  .tw .sm\:first\:py-5px:first-child{
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .tw .sm\:first\:py-6px:first-child{
    padding-top: 6px;
    padding-bottom: 6px;
  }

  .tw .sm\:first\:py-7px:first-child{
    padding-top: 7px;
    padding-bottom: 7px;
  }

  .tw .sm\:first\:py-8px:first-child{
    padding-top: 8px;
    padding-bottom: 8px;
  }

  .tw .sm\:first\:py-9px:first-child{
    padding-top: 9px;
    padding-bottom: 9px;
  }

  .tw .sm\:first\:py-10px:first-child{
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .tw .sm\:first\:py-11px:first-child{
    padding-top: 11px;
    padding-bottom: 11px;
  }

  .tw .sm\:first\:py-12px:first-child{
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .tw .sm\:first\:py-13px:first-child{
    padding-top: 13px;
    padding-bottom: 13px;
  }

  .tw .sm\:first\:py-14px:first-child{
    padding-top: 14px;
    padding-bottom: 14px;
  }

  .tw .sm\:first\:py-15px:first-child{
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .tw .sm\:first\:py-16px:first-child{
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .tw .sm\:first\:py-17px:first-child{
    padding-top: 17px;
    padding-bottom: 17px;
  }

  .tw .sm\:first\:py-18px:first-child{
    padding-top: 18px;
    padding-bottom: 18px;
  }

  .tw .sm\:first\:py-19px:first-child{
    padding-top: 19px;
    padding-bottom: 19px;
  }

  .tw .sm\:first\:py-20px:first-child{
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .tw .sm\:first\:py-21px:first-child{
    padding-top: 21px;
    padding-bottom: 21px;
  }

  .tw .sm\:first\:py-22px:first-child{
    padding-top: 22px;
    padding-bottom: 22px;
  }

  .tw .sm\:first\:py-23px:first-child{
    padding-top: 23px;
    padding-bottom: 23px;
  }

  .tw .sm\:first\:py-24px:first-child{
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .tw .sm\:first\:py-25px:first-child{
    padding-top: 25px;
    padding-bottom: 25px;
  }

  .tw .sm\:first\:py-26px:first-child{
    padding-top: 26px;
    padding-bottom: 26px;
  }

  .tw .sm\:first\:py-27px:first-child{
    padding-top: 27px;
    padding-bottom: 27px;
  }

  .tw .sm\:first\:py-28px:first-child{
    padding-top: 28px;
    padding-bottom: 28px;
  }

  .tw .sm\:first\:py-29px:first-child{
    padding-top: 29px;
    padding-bottom: 29px;
  }

  .tw .sm\:first\:py-30px:first-child{
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .tw .sm\:first\:py-31px:first-child{
    padding-top: 31px;
    padding-bottom: 31px;
  }

  .tw .sm\:first\:py-32px:first-child{
    padding-top: 32px;
    padding-bottom: 32px;
  }

  .tw .sm\:first\:py-33px:first-child{
    padding-top: 33px;
    padding-bottom: 33px;
  }

  .tw .sm\:first\:py-34px:first-child{
    padding-top: 34px;
    padding-bottom: 34px;
  }

  .tw .sm\:first\:py-35px:first-child{
    padding-top: 35px;
    padding-bottom: 35px;
  }

  .tw .sm\:first\:py-36px:first-child{
    padding-top: 36px;
    padding-bottom: 36px;
  }

  .tw .sm\:first\:py-37px:first-child{
    padding-top: 37px;
    padding-bottom: 37px;
  }

  .tw .sm\:first\:py-38px:first-child{
    padding-top: 38px;
    padding-bottom: 38px;
  }

  .tw .sm\:first\:py-39px:first-child{
    padding-top: 39px;
    padding-bottom: 39px;
  }

  .tw .sm\:first\:py-40px:first-child{
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .tw .sm\:last\:px-0:last-child{
    padding-left: 0px;
    padding-right: 0px;
  }

  .tw .sm\:last\:px-1:last-child{
    padding-left: 5px;
    padding-right: 5px;
  }

  .tw .sm\:last\:px-2:last-child{
    padding-left: 10px;
    padding-right: 10px;
  }

  .tw .sm\:last\:px-3:last-child{
    padding-left: 15px;
    padding-right: 15px;
  }

  .tw .sm\:last\:px-4:last-child{
    padding-left: 20px;
    padding-right: 20px;
  }

  .tw .sm\:last\:px-5:last-child{
    padding-left: 25px;
    padding-right: 25px;
  }

  .tw .sm\:last\:px-6:last-child{
    padding-left: 30px;
    padding-right: 30px;
  }

  .tw .sm\:last\:px-7:last-child{
    padding-left: 35px;
    padding-right: 35px;
  }

  .tw .sm\:last\:px-8:last-child{
    padding-left: 40px;
    padding-right: 40px;
  }

  .tw .sm\:last\:px-9:last-child{
    padding-left: 45px;
    padding-right: 45px;
  }

  .tw .sm\:last\:px-10:last-child{
    padding-left: 50px;
    padding-right: 50px;
  }

  .tw .sm\:last\:px-11:last-child{
    padding-left: 55px;
    padding-right: 55px;
  }

  .tw .sm\:last\:px-12:last-child{
    padding-left: 60px;
    padding-right: 60px;
  }

  .tw .sm\:last\:px-13:last-child{
    padding-left: 65px;
    padding-right: 65px;
  }

  .tw .sm\:last\:px-14:last-child{
    padding-left: 70px;
    padding-right: 70px;
  }

  .tw .sm\:last\:px-15:last-child{
    padding-left: 75px;
    padding-right: 75px;
  }

  .tw .sm\:last\:px-16:last-child{
    padding-left: 80px;
    padding-right: 80px;
  }

  .tw .sm\:last\:px-17:last-child{
    padding-left: 85px;
    padding-right: 85px;
  }

  .tw .sm\:last\:px-18:last-child{
    padding-left: 90px;
    padding-right: 90px;
  }

  .tw .sm\:last\:px-19:last-child{
    padding-left: 95px;
    padding-right: 95px;
  }

  .tw .sm\:last\:px-20:last-child{
    padding-left: 100px;
    padding-right: 100px;
  }

  .tw .sm\:last\:px-21:last-child{
    padding-left: 105px;
    padding-right: 105px;
  }

  .tw .sm\:last\:px-22:last-child{
    padding-left: 110px;
    padding-right: 110px;
  }

  .tw .sm\:last\:px-23:last-child{
    padding-left: 115px;
    padding-right: 115px;
  }

  .tw .sm\:last\:px-24:last-child{
    padding-left: 120px;
    padding-right: 120px;
  }

  .tw .sm\:last\:px-25:last-child{
    padding-left: 125px;
    padding-right: 125px;
  }

  .tw .sm\:last\:px-26:last-child{
    padding-left: 130px;
    padding-right: 130px;
  }

  .tw .sm\:last\:px-27:last-child{
    padding-left: 135px;
    padding-right: 135px;
  }

  .tw .sm\:last\:px-28:last-child{
    padding-left: 140px;
    padding-right: 140px;
  }

  .tw .sm\:last\:px-29:last-child{
    padding-left: 145px;
    padding-right: 145px;
  }

  .tw .sm\:last\:px-30:last-child{
    padding-left: 150px;
    padding-right: 150px;
  }

  .tw .sm\:last\:px-31:last-child{
    padding-left: 155px;
    padding-right: 155px;
  }

  .tw .sm\:last\:px-32:last-child{
    padding-left: 160px;
    padding-right: 160px;
  }

  .tw .sm\:last\:px-33:last-child{
    padding-left: 165px;
    padding-right: 165px;
  }

  .tw .sm\:last\:px-34:last-child{
    padding-left: 170px;
    padding-right: 170px;
  }

  .tw .sm\:last\:px-35:last-child{
    padding-left: 175px;
    padding-right: 175px;
  }

  .tw .sm\:last\:px-36:last-child{
    padding-left: 180px;
    padding-right: 180px;
  }

  .tw .sm\:last\:px-37:last-child{
    padding-left: 185px;
    padding-right: 185px;
  }

  .tw .sm\:last\:px-38:last-child{
    padding-left: 190px;
    padding-right: 190px;
  }

  .tw .sm\:last\:px-39:last-child{
    padding-left: 195px;
    padding-right: 195px;
  }

  .tw .sm\:last\:px-40:last-child{
    padding-left: 200px;
    padding-right: 200px;
  }

  .tw .sm\:last\:px-41:last-child{
    padding-left: 205px;
    padding-right: 205px;
  }

  .tw .sm\:last\:px-42:last-child{
    padding-left: 210px;
    padding-right: 210px;
  }

  .tw .sm\:last\:px-43:last-child{
    padding-left: 215px;
    padding-right: 215px;
  }

  .tw .sm\:last\:px-44:last-child{
    padding-left: 220px;
    padding-right: 220px;
  }

  .tw .sm\:last\:px-45:last-child{
    padding-left: 225px;
    padding-right: 225px;
  }

  .tw .sm\:last\:px-46:last-child{
    padding-left: 230px;
    padding-right: 230px;
  }

  .tw .sm\:last\:px-47:last-child{
    padding-left: 235px;
    padding-right: 235px;
  }

  .tw .sm\:last\:px-48:last-child{
    padding-left: 240px;
    padding-right: 240px;
  }

  .tw .sm\:last\:px-49:last-child{
    padding-left: 245px;
    padding-right: 245px;
  }

  .tw .sm\:last\:px-50:last-child{
    padding-left: 250px;
    padding-right: 250px;
  }

  .tw .sm\:last\:px-51:last-child{
    padding-left: 255px;
    padding-right: 255px;
  }

  .tw .sm\:last\:px-52:last-child{
    padding-left: 260px;
    padding-right: 260px;
  }

  .tw .sm\:last\:px-53:last-child{
    padding-left: 265px;
    padding-right: 265px;
  }

  .tw .sm\:last\:px-54:last-child{
    padding-left: 270px;
    padding-right: 270px;
  }

  .tw .sm\:last\:px-55:last-child{
    padding-left: 275px;
    padding-right: 275px;
  }

  .tw .sm\:last\:px-56:last-child{
    padding-left: 280px;
    padding-right: 280px;
  }

  .tw .sm\:last\:px-57:last-child{
    padding-left: 285px;
    padding-right: 285px;
  }

  .tw .sm\:last\:px-58:last-child{
    padding-left: 290px;
    padding-right: 290px;
  }

  .tw .sm\:last\:px-59:last-child{
    padding-left: 295px;
    padding-right: 295px;
  }

  .tw .sm\:last\:px-60:last-child{
    padding-left: 300px;
    padding-right: 300px;
  }

  .tw .sm\:last\:px-61:last-child{
    padding-left: 305px;
    padding-right: 305px;
  }

  .tw .sm\:last\:px-62:last-child{
    padding-left: 310px;
    padding-right: 310px;
  }

  .tw .sm\:last\:px-63:last-child{
    padding-left: 315px;
    padding-right: 315px;
  }

  .tw .sm\:last\:px-64:last-child{
    padding-left: 320px;
    padding-right: 320px;
  }

  .tw .sm\:last\:px-65:last-child{
    padding-left: 325px;
    padding-right: 325px;
  }

  .tw .sm\:last\:px-66:last-child{
    padding-left: 330px;
    padding-right: 330px;
  }

  .tw .sm\:last\:px-67:last-child{
    padding-left: 335px;
    padding-right: 335px;
  }

  .tw .sm\:last\:px-68:last-child{
    padding-left: 340px;
    padding-right: 340px;
  }

  .tw .sm\:last\:px-69:last-child{
    padding-left: 345px;
    padding-right: 345px;
  }

  .tw .sm\:last\:px-70:last-child{
    padding-left: 350px;
    padding-right: 350px;
  }

  .tw .sm\:last\:px-71:last-child{
    padding-left: 355px;
    padding-right: 355px;
  }

  .tw .sm\:last\:px-72:last-child{
    padding-left: 360px;
    padding-right: 360px;
  }

  .tw .sm\:last\:px-73:last-child{
    padding-left: 365px;
    padding-right: 365px;
  }

  .tw .sm\:last\:px-74:last-child{
    padding-left: 370px;
    padding-right: 370px;
  }

  .tw .sm\:last\:px-75:last-child{
    padding-left: 375px;
    padding-right: 375px;
  }

  .tw .sm\:last\:px-76:last-child{
    padding-left: 380px;
    padding-right: 380px;
  }

  .tw .sm\:last\:px-77:last-child{
    padding-left: 385px;
    padding-right: 385px;
  }

  .tw .sm\:last\:px-78:last-child{
    padding-left: 390px;
    padding-right: 390px;
  }

  .tw .sm\:last\:px-79:last-child{
    padding-left: 395px;
    padding-right: 395px;
  }

  .tw .sm\:last\:px-80:last-child{
    padding-left: 400px;
    padding-right: 400px;
  }

  .tw .sm\:last\:px-81:last-child{
    padding-left: 405px;
    padding-right: 405px;
  }

  .tw .sm\:last\:px-82:last-child{
    padding-left: 410px;
    padding-right: 410px;
  }

  .tw .sm\:last\:px-83:last-child{
    padding-left: 415px;
    padding-right: 415px;
  }

  .tw .sm\:last\:px-84:last-child{
    padding-left: 420px;
    padding-right: 420px;
  }

  .tw .sm\:last\:px-85:last-child{
    padding-left: 425px;
    padding-right: 425px;
  }

  .tw .sm\:last\:px-86:last-child{
    padding-left: 430px;
    padding-right: 430px;
  }

  .tw .sm\:last\:px-87:last-child{
    padding-left: 435px;
    padding-right: 435px;
  }

  .tw .sm\:last\:px-88:last-child{
    padding-left: 440px;
    padding-right: 440px;
  }

  .tw .sm\:last\:px-89:last-child{
    padding-left: 445px;
    padding-right: 445px;
  }

  .tw .sm\:last\:px-90:last-child{
    padding-left: 450px;
    padding-right: 450px;
  }

  .tw .sm\:last\:px-91:last-child{
    padding-left: 455px;
    padding-right: 455px;
  }

  .tw .sm\:last\:px-92:last-child{
    padding-left: 460px;
    padding-right: 460px;
  }

  .tw .sm\:last\:px-93:last-child{
    padding-left: 465px;
    padding-right: 465px;
  }

  .tw .sm\:last\:px-94:last-child{
    padding-left: 470px;
    padding-right: 470px;
  }

  .tw .sm\:last\:px-95:last-child{
    padding-left: 475px;
    padding-right: 475px;
  }

  .tw .sm\:last\:px-96:last-child{
    padding-left: 480px;
    padding-right: 480px;
  }

  .tw .sm\:last\:px-97:last-child{
    padding-left: 485px;
    padding-right: 485px;
  }

  .tw .sm\:last\:px-98:last-child{
    padding-left: 490px;
    padding-right: 490px;
  }

  .tw .sm\:last\:px-99:last-child{
    padding-left: 495px;
    padding-right: 495px;
  }

  .tw .sm\:last\:px-100:last-child{
    padding-left: 500px;
    padding-right: 500px;
  }

  .tw .sm\:last\:px-101:last-child{
    padding-left: 505px;
    padding-right: 505px;
  }

  .tw .sm\:last\:px-102:last-child{
    padding-left: 510px;
    padding-right: 510px;
  }

  .tw .sm\:last\:px-103:last-child{
    padding-left: 515px;
    padding-right: 515px;
  }

  .tw .sm\:last\:px-104:last-child{
    padding-left: 520px;
    padding-right: 520px;
  }

  .tw .sm\:last\:px-105:last-child{
    padding-left: 525px;
    padding-right: 525px;
  }

  .tw .sm\:last\:px-106:last-child{
    padding-left: 530px;
    padding-right: 530px;
  }

  .tw .sm\:last\:px-107:last-child{
    padding-left: 535px;
    padding-right: 535px;
  }

  .tw .sm\:last\:px-108:last-child{
    padding-left: 540px;
    padding-right: 540px;
  }

  .tw .sm\:last\:px-109:last-child{
    padding-left: 545px;
    padding-right: 545px;
  }

  .tw .sm\:last\:px-110:last-child{
    padding-left: 550px;
    padding-right: 550px;
  }

  .tw .sm\:last\:px-111:last-child{
    padding-left: 555px;
    padding-right: 555px;
  }

  .tw .sm\:last\:px-112:last-child{
    padding-left: 560px;
    padding-right: 560px;
  }

  .tw .sm\:last\:px-113:last-child{
    padding-left: 565px;
    padding-right: 565px;
  }

  .tw .sm\:last\:px-114:last-child{
    padding-left: 570px;
    padding-right: 570px;
  }

  .tw .sm\:last\:px-115:last-child{
    padding-left: 575px;
    padding-right: 575px;
  }

  .tw .sm\:last\:px-116:last-child{
    padding-left: 580px;
    padding-right: 580px;
  }

  .tw .sm\:last\:px-117:last-child{
    padding-left: 585px;
    padding-right: 585px;
  }

  .tw .sm\:last\:px-118:last-child{
    padding-left: 590px;
    padding-right: 590px;
  }

  .tw .sm\:last\:px-119:last-child{
    padding-left: 595px;
    padding-right: 595px;
  }

  .tw .sm\:last\:px-120:last-child{
    padding-left: 600px;
    padding-right: 600px;
  }

  .tw .sm\:last\:px-121:last-child{
    padding-left: 605px;
    padding-right: 605px;
  }

  .tw .sm\:last\:px-122:last-child{
    padding-left: 610px;
    padding-right: 610px;
  }

  .tw .sm\:last\:px-123:last-child{
    padding-left: 615px;
    padding-right: 615px;
  }

  .tw .sm\:last\:px-124:last-child{
    padding-left: 620px;
    padding-right: 620px;
  }

  .tw .sm\:last\:px-125:last-child{
    padding-left: 625px;
    padding-right: 625px;
  }

  .tw .sm\:last\:px-126:last-child{
    padding-left: 630px;
    padding-right: 630px;
  }

  .tw .sm\:last\:px-127:last-child{
    padding-left: 635px;
    padding-right: 635px;
  }

  .tw .sm\:last\:px-128:last-child{
    padding-left: 640px;
    padding-right: 640px;
  }

  .tw .sm\:last\:px-129:last-child{
    padding-left: 645px;
    padding-right: 645px;
  }

  .tw .sm\:last\:px-130:last-child{
    padding-left: 650px;
    padding-right: 650px;
  }

  .tw .sm\:last\:px-131:last-child{
    padding-left: 655px;
    padding-right: 655px;
  }

  .tw .sm\:last\:px-132:last-child{
    padding-left: 660px;
    padding-right: 660px;
  }

  .tw .sm\:last\:px-133:last-child{
    padding-left: 665px;
    padding-right: 665px;
  }

  .tw .sm\:last\:px-134:last-child{
    padding-left: 670px;
    padding-right: 670px;
  }

  .tw .sm\:last\:px-135:last-child{
    padding-left: 675px;
    padding-right: 675px;
  }

  .tw .sm\:last\:px-136:last-child{
    padding-left: 680px;
    padding-right: 680px;
  }

  .tw .sm\:last\:px-137:last-child{
    padding-left: 685px;
    padding-right: 685px;
  }

  .tw .sm\:last\:px-138:last-child{
    padding-left: 690px;
    padding-right: 690px;
  }

  .tw .sm\:last\:px-139:last-child{
    padding-left: 695px;
    padding-right: 695px;
  }

  .tw .sm\:last\:px-140:last-child{
    padding-left: 700px;
    padding-right: 700px;
  }

  .tw .sm\:last\:px-141:last-child{
    padding-left: 705px;
    padding-right: 705px;
  }

  .tw .sm\:last\:px-142:last-child{
    padding-left: 710px;
    padding-right: 710px;
  }

  .tw .sm\:last\:px-143:last-child{
    padding-left: 715px;
    padding-right: 715px;
  }

  .tw .sm\:last\:px-144:last-child{
    padding-left: 720px;
    padding-right: 720px;
  }

  .tw .sm\:last\:px-145:last-child{
    padding-left: 725px;
    padding-right: 725px;
  }

  .tw .sm\:last\:px-146:last-child{
    padding-left: 730px;
    padding-right: 730px;
  }

  .tw .sm\:last\:px-147:last-child{
    padding-left: 735px;
    padding-right: 735px;
  }

  .tw .sm\:last\:px-148:last-child{
    padding-left: 740px;
    padding-right: 740px;
  }

  .tw .sm\:last\:px-149:last-child{
    padding-left: 745px;
    padding-right: 745px;
  }

  .tw .sm\:last\:px-0\.5:last-child{
    padding-left: 3px;
    padding-right: 3px;
  }

  .tw .sm\:last\:px-1px:last-child{
    padding-left: 1px;
    padding-right: 1px;
  }

  .tw .sm\:last\:px-2px:last-child{
    padding-left: 2px;
    padding-right: 2px;
  }

  .tw .sm\:last\:px-3px:last-child{
    padding-left: 3px;
    padding-right: 3px;
  }

  .tw .sm\:last\:px-4px:last-child{
    padding-left: 4px;
    padding-right: 4px;
  }

  .tw .sm\:last\:px-5px:last-child{
    padding-left: 5px;
    padding-right: 5px;
  }

  .tw .sm\:last\:px-6px:last-child{
    padding-left: 6px;
    padding-right: 6px;
  }

  .tw .sm\:last\:px-7px:last-child{
    padding-left: 7px;
    padding-right: 7px;
  }

  .tw .sm\:last\:px-8px:last-child{
    padding-left: 8px;
    padding-right: 8px;
  }

  .tw .sm\:last\:px-9px:last-child{
    padding-left: 9px;
    padding-right: 9px;
  }

  .tw .sm\:last\:px-10px:last-child{
    padding-left: 10px;
    padding-right: 10px;
  }

  .tw .sm\:last\:px-11px:last-child{
    padding-left: 11px;
    padding-right: 11px;
  }

  .tw .sm\:last\:px-12px:last-child{
    padding-left: 12px;
    padding-right: 12px;
  }

  .tw .sm\:last\:px-13px:last-child{
    padding-left: 13px;
    padding-right: 13px;
  }

  .tw .sm\:last\:px-14px:last-child{
    padding-left: 14px;
    padding-right: 14px;
  }

  .tw .sm\:last\:px-15px:last-child{
    padding-left: 15px;
    padding-right: 15px;
  }

  .tw .sm\:last\:px-16px:last-child{
    padding-left: 16px;
    padding-right: 16px;
  }

  .tw .sm\:last\:px-17px:last-child{
    padding-left: 17px;
    padding-right: 17px;
  }

  .tw .sm\:last\:px-18px:last-child{
    padding-left: 18px;
    padding-right: 18px;
  }

  .tw .sm\:last\:px-19px:last-child{
    padding-left: 19px;
    padding-right: 19px;
  }

  .tw .sm\:last\:px-20px:last-child{
    padding-left: 20px;
    padding-right: 20px;
  }

  .tw .sm\:last\:px-21px:last-child{
    padding-left: 21px;
    padding-right: 21px;
  }

  .tw .sm\:last\:px-22px:last-child{
    padding-left: 22px;
    padding-right: 22px;
  }

  .tw .sm\:last\:px-23px:last-child{
    padding-left: 23px;
    padding-right: 23px;
  }

  .tw .sm\:last\:px-24px:last-child{
    padding-left: 24px;
    padding-right: 24px;
  }

  .tw .sm\:last\:px-25px:last-child{
    padding-left: 25px;
    padding-right: 25px;
  }

  .tw .sm\:last\:px-26px:last-child{
    padding-left: 26px;
    padding-right: 26px;
  }

  .tw .sm\:last\:px-27px:last-child{
    padding-left: 27px;
    padding-right: 27px;
  }

  .tw .sm\:last\:px-28px:last-child{
    padding-left: 28px;
    padding-right: 28px;
  }

  .tw .sm\:last\:px-29px:last-child{
    padding-left: 29px;
    padding-right: 29px;
  }

  .tw .sm\:last\:px-30px:last-child{
    padding-left: 30px;
    padding-right: 30px;
  }

  .tw .sm\:last\:px-31px:last-child{
    padding-left: 31px;
    padding-right: 31px;
  }

  .tw .sm\:last\:px-32px:last-child{
    padding-left: 32px;
    padding-right: 32px;
  }

  .tw .sm\:last\:px-33px:last-child{
    padding-left: 33px;
    padding-right: 33px;
  }

  .tw .sm\:last\:px-34px:last-child{
    padding-left: 34px;
    padding-right: 34px;
  }

  .tw .sm\:last\:px-35px:last-child{
    padding-left: 35px;
    padding-right: 35px;
  }

  .tw .sm\:last\:px-36px:last-child{
    padding-left: 36px;
    padding-right: 36px;
  }

  .tw .sm\:last\:px-37px:last-child{
    padding-left: 37px;
    padding-right: 37px;
  }

  .tw .sm\:last\:px-38px:last-child{
    padding-left: 38px;
    padding-right: 38px;
  }

  .tw .sm\:last\:px-39px:last-child{
    padding-left: 39px;
    padding-right: 39px;
  }

  .tw .sm\:last\:px-40px:last-child{
    padding-left: 40px;
    padding-right: 40px;
  }

  .tw .sm\:last\:py-0:last-child{
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .tw .sm\:last\:py-1:last-child{
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .tw .sm\:last\:py-2:last-child{
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .tw .sm\:last\:py-3:last-child{
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .tw .sm\:last\:py-4:last-child{
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .tw .sm\:last\:py-5:last-child{
    padding-top: 25px;
    padding-bottom: 25px;
  }

  .tw .sm\:last\:py-6:last-child{
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .tw .sm\:last\:py-7:last-child{
    padding-top: 35px;
    padding-bottom: 35px;
  }

  .tw .sm\:last\:py-8:last-child{
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .tw .sm\:last\:py-9:last-child{
    padding-top: 45px;
    padding-bottom: 45px;
  }

  .tw .sm\:last\:py-10:last-child{
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .tw .sm\:last\:py-11:last-child{
    padding-top: 55px;
    padding-bottom: 55px;
  }

  .tw .sm\:last\:py-12:last-child{
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .tw .sm\:last\:py-13:last-child{
    padding-top: 65px;
    padding-bottom: 65px;
  }

  .tw .sm\:last\:py-14:last-child{
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .tw .sm\:last\:py-15:last-child{
    padding-top: 75px;
    padding-bottom: 75px;
  }

  .tw .sm\:last\:py-16:last-child{
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .tw .sm\:last\:py-17:last-child{
    padding-top: 85px;
    padding-bottom: 85px;
  }

  .tw .sm\:last\:py-18:last-child{
    padding-top: 90px;
    padding-bottom: 90px;
  }

  .tw .sm\:last\:py-19:last-child{
    padding-top: 95px;
    padding-bottom: 95px;
  }

  .tw .sm\:last\:py-20:last-child{
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .tw .sm\:last\:py-21:last-child{
    padding-top: 105px;
    padding-bottom: 105px;
  }

  .tw .sm\:last\:py-22:last-child{
    padding-top: 110px;
    padding-bottom: 110px;
  }

  .tw .sm\:last\:py-23:last-child{
    padding-top: 115px;
    padding-bottom: 115px;
  }

  .tw .sm\:last\:py-24:last-child{
    padding-top: 120px;
    padding-bottom: 120px;
  }

  .tw .sm\:last\:py-25:last-child{
    padding-top: 125px;
    padding-bottom: 125px;
  }

  .tw .sm\:last\:py-26:last-child{
    padding-top: 130px;
    padding-bottom: 130px;
  }

  .tw .sm\:last\:py-27:last-child{
    padding-top: 135px;
    padding-bottom: 135px;
  }

  .tw .sm\:last\:py-28:last-child{
    padding-top: 140px;
    padding-bottom: 140px;
  }

  .tw .sm\:last\:py-29:last-child{
    padding-top: 145px;
    padding-bottom: 145px;
  }

  .tw .sm\:last\:py-30:last-child{
    padding-top: 150px;
    padding-bottom: 150px;
  }

  .tw .sm\:last\:py-31:last-child{
    padding-top: 155px;
    padding-bottom: 155px;
  }

  .tw .sm\:last\:py-32:last-child{
    padding-top: 160px;
    padding-bottom: 160px;
  }

  .tw .sm\:last\:py-33:last-child{
    padding-top: 165px;
    padding-bottom: 165px;
  }

  .tw .sm\:last\:py-34:last-child{
    padding-top: 170px;
    padding-bottom: 170px;
  }

  .tw .sm\:last\:py-35:last-child{
    padding-top: 175px;
    padding-bottom: 175px;
  }

  .tw .sm\:last\:py-36:last-child{
    padding-top: 180px;
    padding-bottom: 180px;
  }

  .tw .sm\:last\:py-37:last-child{
    padding-top: 185px;
    padding-bottom: 185px;
  }

  .tw .sm\:last\:py-38:last-child{
    padding-top: 190px;
    padding-bottom: 190px;
  }

  .tw .sm\:last\:py-39:last-child{
    padding-top: 195px;
    padding-bottom: 195px;
  }

  .tw .sm\:last\:py-40:last-child{
    padding-top: 200px;
    padding-bottom: 200px;
  }

  .tw .sm\:last\:py-41:last-child{
    padding-top: 205px;
    padding-bottom: 205px;
  }

  .tw .sm\:last\:py-42:last-child{
    padding-top: 210px;
    padding-bottom: 210px;
  }

  .tw .sm\:last\:py-43:last-child{
    padding-top: 215px;
    padding-bottom: 215px;
  }

  .tw .sm\:last\:py-44:last-child{
    padding-top: 220px;
    padding-bottom: 220px;
  }

  .tw .sm\:last\:py-45:last-child{
    padding-top: 225px;
    padding-bottom: 225px;
  }

  .tw .sm\:last\:py-46:last-child{
    padding-top: 230px;
    padding-bottom: 230px;
  }

  .tw .sm\:last\:py-47:last-child{
    padding-top: 235px;
    padding-bottom: 235px;
  }

  .tw .sm\:last\:py-48:last-child{
    padding-top: 240px;
    padding-bottom: 240px;
  }

  .tw .sm\:last\:py-49:last-child{
    padding-top: 245px;
    padding-bottom: 245px;
  }

  .tw .sm\:last\:py-50:last-child{
    padding-top: 250px;
    padding-bottom: 250px;
  }

  .tw .sm\:last\:py-51:last-child{
    padding-top: 255px;
    padding-bottom: 255px;
  }

  .tw .sm\:last\:py-52:last-child{
    padding-top: 260px;
    padding-bottom: 260px;
  }

  .tw .sm\:last\:py-53:last-child{
    padding-top: 265px;
    padding-bottom: 265px;
  }

  .tw .sm\:last\:py-54:last-child{
    padding-top: 270px;
    padding-bottom: 270px;
  }

  .tw .sm\:last\:py-55:last-child{
    padding-top: 275px;
    padding-bottom: 275px;
  }

  .tw .sm\:last\:py-56:last-child{
    padding-top: 280px;
    padding-bottom: 280px;
  }

  .tw .sm\:last\:py-57:last-child{
    padding-top: 285px;
    padding-bottom: 285px;
  }

  .tw .sm\:last\:py-58:last-child{
    padding-top: 290px;
    padding-bottom: 290px;
  }

  .tw .sm\:last\:py-59:last-child{
    padding-top: 295px;
    padding-bottom: 295px;
  }

  .tw .sm\:last\:py-60:last-child{
    padding-top: 300px;
    padding-bottom: 300px;
  }

  .tw .sm\:last\:py-61:last-child{
    padding-top: 305px;
    padding-bottom: 305px;
  }

  .tw .sm\:last\:py-62:last-child{
    padding-top: 310px;
    padding-bottom: 310px;
  }

  .tw .sm\:last\:py-63:last-child{
    padding-top: 315px;
    padding-bottom: 315px;
  }

  .tw .sm\:last\:py-64:last-child{
    padding-top: 320px;
    padding-bottom: 320px;
  }

  .tw .sm\:last\:py-65:last-child{
    padding-top: 325px;
    padding-bottom: 325px;
  }

  .tw .sm\:last\:py-66:last-child{
    padding-top: 330px;
    padding-bottom: 330px;
  }

  .tw .sm\:last\:py-67:last-child{
    padding-top: 335px;
    padding-bottom: 335px;
  }

  .tw .sm\:last\:py-68:last-child{
    padding-top: 340px;
    padding-bottom: 340px;
  }

  .tw .sm\:last\:py-69:last-child{
    padding-top: 345px;
    padding-bottom: 345px;
  }

  .tw .sm\:last\:py-70:last-child{
    padding-top: 350px;
    padding-bottom: 350px;
  }

  .tw .sm\:last\:py-71:last-child{
    padding-top: 355px;
    padding-bottom: 355px;
  }

  .tw .sm\:last\:py-72:last-child{
    padding-top: 360px;
    padding-bottom: 360px;
  }

  .tw .sm\:last\:py-73:last-child{
    padding-top: 365px;
    padding-bottom: 365px;
  }

  .tw .sm\:last\:py-74:last-child{
    padding-top: 370px;
    padding-bottom: 370px;
  }

  .tw .sm\:last\:py-75:last-child{
    padding-top: 375px;
    padding-bottom: 375px;
  }

  .tw .sm\:last\:py-76:last-child{
    padding-top: 380px;
    padding-bottom: 380px;
  }

  .tw .sm\:last\:py-77:last-child{
    padding-top: 385px;
    padding-bottom: 385px;
  }

  .tw .sm\:last\:py-78:last-child{
    padding-top: 390px;
    padding-bottom: 390px;
  }

  .tw .sm\:last\:py-79:last-child{
    padding-top: 395px;
    padding-bottom: 395px;
  }

  .tw .sm\:last\:py-80:last-child{
    padding-top: 400px;
    padding-bottom: 400px;
  }

  .tw .sm\:last\:py-81:last-child{
    padding-top: 405px;
    padding-bottom: 405px;
  }

  .tw .sm\:last\:py-82:last-child{
    padding-top: 410px;
    padding-bottom: 410px;
  }

  .tw .sm\:last\:py-83:last-child{
    padding-top: 415px;
    padding-bottom: 415px;
  }

  .tw .sm\:last\:py-84:last-child{
    padding-top: 420px;
    padding-bottom: 420px;
  }

  .tw .sm\:last\:py-85:last-child{
    padding-top: 425px;
    padding-bottom: 425px;
  }

  .tw .sm\:last\:py-86:last-child{
    padding-top: 430px;
    padding-bottom: 430px;
  }

  .tw .sm\:last\:py-87:last-child{
    padding-top: 435px;
    padding-bottom: 435px;
  }

  .tw .sm\:last\:py-88:last-child{
    padding-top: 440px;
    padding-bottom: 440px;
  }

  .tw .sm\:last\:py-89:last-child{
    padding-top: 445px;
    padding-bottom: 445px;
  }

  .tw .sm\:last\:py-90:last-child{
    padding-top: 450px;
    padding-bottom: 450px;
  }

  .tw .sm\:last\:py-91:last-child{
    padding-top: 455px;
    padding-bottom: 455px;
  }

  .tw .sm\:last\:py-92:last-child{
    padding-top: 460px;
    padding-bottom: 460px;
  }

  .tw .sm\:last\:py-93:last-child{
    padding-top: 465px;
    padding-bottom: 465px;
  }

  .tw .sm\:last\:py-94:last-child{
    padding-top: 470px;
    padding-bottom: 470px;
  }

  .tw .sm\:last\:py-95:last-child{
    padding-top: 475px;
    padding-bottom: 475px;
  }

  .tw .sm\:last\:py-96:last-child{
    padding-top: 480px;
    padding-bottom: 480px;
  }

  .tw .sm\:last\:py-97:last-child{
    padding-top: 485px;
    padding-bottom: 485px;
  }

  .tw .sm\:last\:py-98:last-child{
    padding-top: 490px;
    padding-bottom: 490px;
  }

  .tw .sm\:last\:py-99:last-child{
    padding-top: 495px;
    padding-bottom: 495px;
  }

  .tw .sm\:last\:py-100:last-child{
    padding-top: 500px;
    padding-bottom: 500px;
  }

  .tw .sm\:last\:py-101:last-child{
    padding-top: 505px;
    padding-bottom: 505px;
  }

  .tw .sm\:last\:py-102:last-child{
    padding-top: 510px;
    padding-bottom: 510px;
  }

  .tw .sm\:last\:py-103:last-child{
    padding-top: 515px;
    padding-bottom: 515px;
  }

  .tw .sm\:last\:py-104:last-child{
    padding-top: 520px;
    padding-bottom: 520px;
  }

  .tw .sm\:last\:py-105:last-child{
    padding-top: 525px;
    padding-bottom: 525px;
  }

  .tw .sm\:last\:py-106:last-child{
    padding-top: 530px;
    padding-bottom: 530px;
  }

  .tw .sm\:last\:py-107:last-child{
    padding-top: 535px;
    padding-bottom: 535px;
  }

  .tw .sm\:last\:py-108:last-child{
    padding-top: 540px;
    padding-bottom: 540px;
  }

  .tw .sm\:last\:py-109:last-child{
    padding-top: 545px;
    padding-bottom: 545px;
  }

  .tw .sm\:last\:py-110:last-child{
    padding-top: 550px;
    padding-bottom: 550px;
  }

  .tw .sm\:last\:py-111:last-child{
    padding-top: 555px;
    padding-bottom: 555px;
  }

  .tw .sm\:last\:py-112:last-child{
    padding-top: 560px;
    padding-bottom: 560px;
  }

  .tw .sm\:last\:py-113:last-child{
    padding-top: 565px;
    padding-bottom: 565px;
  }

  .tw .sm\:last\:py-114:last-child{
    padding-top: 570px;
    padding-bottom: 570px;
  }

  .tw .sm\:last\:py-115:last-child{
    padding-top: 575px;
    padding-bottom: 575px;
  }

  .tw .sm\:last\:py-116:last-child{
    padding-top: 580px;
    padding-bottom: 580px;
  }

  .tw .sm\:last\:py-117:last-child{
    padding-top: 585px;
    padding-bottom: 585px;
  }

  .tw .sm\:last\:py-118:last-child{
    padding-top: 590px;
    padding-bottom: 590px;
  }

  .tw .sm\:last\:py-119:last-child{
    padding-top: 595px;
    padding-bottom: 595px;
  }

  .tw .sm\:last\:py-120:last-child{
    padding-top: 600px;
    padding-bottom: 600px;
  }

  .tw .sm\:last\:py-121:last-child{
    padding-top: 605px;
    padding-bottom: 605px;
  }

  .tw .sm\:last\:py-122:last-child{
    padding-top: 610px;
    padding-bottom: 610px;
  }

  .tw .sm\:last\:py-123:last-child{
    padding-top: 615px;
    padding-bottom: 615px;
  }

  .tw .sm\:last\:py-124:last-child{
    padding-top: 620px;
    padding-bottom: 620px;
  }

  .tw .sm\:last\:py-125:last-child{
    padding-top: 625px;
    padding-bottom: 625px;
  }

  .tw .sm\:last\:py-126:last-child{
    padding-top: 630px;
    padding-bottom: 630px;
  }

  .tw .sm\:last\:py-127:last-child{
    padding-top: 635px;
    padding-bottom: 635px;
  }

  .tw .sm\:last\:py-128:last-child{
    padding-top: 640px;
    padding-bottom: 640px;
  }

  .tw .sm\:last\:py-129:last-child{
    padding-top: 645px;
    padding-bottom: 645px;
  }

  .tw .sm\:last\:py-130:last-child{
    padding-top: 650px;
    padding-bottom: 650px;
  }

  .tw .sm\:last\:py-131:last-child{
    padding-top: 655px;
    padding-bottom: 655px;
  }

  .tw .sm\:last\:py-132:last-child{
    padding-top: 660px;
    padding-bottom: 660px;
  }

  .tw .sm\:last\:py-133:last-child{
    padding-top: 665px;
    padding-bottom: 665px;
  }

  .tw .sm\:last\:py-134:last-child{
    padding-top: 670px;
    padding-bottom: 670px;
  }

  .tw .sm\:last\:py-135:last-child{
    padding-top: 675px;
    padding-bottom: 675px;
  }

  .tw .sm\:last\:py-136:last-child{
    padding-top: 680px;
    padding-bottom: 680px;
  }

  .tw .sm\:last\:py-137:last-child{
    padding-top: 685px;
    padding-bottom: 685px;
  }

  .tw .sm\:last\:py-138:last-child{
    padding-top: 690px;
    padding-bottom: 690px;
  }

  .tw .sm\:last\:py-139:last-child{
    padding-top: 695px;
    padding-bottom: 695px;
  }

  .tw .sm\:last\:py-140:last-child{
    padding-top: 700px;
    padding-bottom: 700px;
  }

  .tw .sm\:last\:py-141:last-child{
    padding-top: 705px;
    padding-bottom: 705px;
  }

  .tw .sm\:last\:py-142:last-child{
    padding-top: 710px;
    padding-bottom: 710px;
  }

  .tw .sm\:last\:py-143:last-child{
    padding-top: 715px;
    padding-bottom: 715px;
  }

  .tw .sm\:last\:py-144:last-child{
    padding-top: 720px;
    padding-bottom: 720px;
  }

  .tw .sm\:last\:py-145:last-child{
    padding-top: 725px;
    padding-bottom: 725px;
  }

  .tw .sm\:last\:py-146:last-child{
    padding-top: 730px;
    padding-bottom: 730px;
  }

  .tw .sm\:last\:py-147:last-child{
    padding-top: 735px;
    padding-bottom: 735px;
  }

  .tw .sm\:last\:py-148:last-child{
    padding-top: 740px;
    padding-bottom: 740px;
  }

  .tw .sm\:last\:py-149:last-child{
    padding-top: 745px;
    padding-bottom: 745px;
  }

  .tw .sm\:last\:py-0\.5:last-child{
    padding-top: 3px;
    padding-bottom: 3px;
  }

  .tw .sm\:last\:py-1px:last-child{
    padding-top: 1px;
    padding-bottom: 1px;
  }

  .tw .sm\:last\:py-2px:last-child{
    padding-top: 2px;
    padding-bottom: 2px;
  }

  .tw .sm\:last\:py-3px:last-child{
    padding-top: 3px;
    padding-bottom: 3px;
  }

  .tw .sm\:last\:py-4px:last-child{
    padding-top: 4px;
    padding-bottom: 4px;
  }

  .tw .sm\:last\:py-5px:last-child{
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .tw .sm\:last\:py-6px:last-child{
    padding-top: 6px;
    padding-bottom: 6px;
  }

  .tw .sm\:last\:py-7px:last-child{
    padding-top: 7px;
    padding-bottom: 7px;
  }

  .tw .sm\:last\:py-8px:last-child{
    padding-top: 8px;
    padding-bottom: 8px;
  }

  .tw .sm\:last\:py-9px:last-child{
    padding-top: 9px;
    padding-bottom: 9px;
  }

  .tw .sm\:last\:py-10px:last-child{
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .tw .sm\:last\:py-11px:last-child{
    padding-top: 11px;
    padding-bottom: 11px;
  }

  .tw .sm\:last\:py-12px:last-child{
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .tw .sm\:last\:py-13px:last-child{
    padding-top: 13px;
    padding-bottom: 13px;
  }

  .tw .sm\:last\:py-14px:last-child{
    padding-top: 14px;
    padding-bottom: 14px;
  }

  .tw .sm\:last\:py-15px:last-child{
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .tw .sm\:last\:py-16px:last-child{
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .tw .sm\:last\:py-17px:last-child{
    padding-top: 17px;
    padding-bottom: 17px;
  }

  .tw .sm\:last\:py-18px:last-child{
    padding-top: 18px;
    padding-bottom: 18px;
  }

  .tw .sm\:last\:py-19px:last-child{
    padding-top: 19px;
    padding-bottom: 19px;
  }

  .tw .sm\:last\:py-20px:last-child{
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .tw .sm\:last\:py-21px:last-child{
    padding-top: 21px;
    padding-bottom: 21px;
  }

  .tw .sm\:last\:py-22px:last-child{
    padding-top: 22px;
    padding-bottom: 22px;
  }

  .tw .sm\:last\:py-23px:last-child{
    padding-top: 23px;
    padding-bottom: 23px;
  }

  .tw .sm\:last\:py-24px:last-child{
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .tw .sm\:last\:py-25px:last-child{
    padding-top: 25px;
    padding-bottom: 25px;
  }

  .tw .sm\:last\:py-26px:last-child{
    padding-top: 26px;
    padding-bottom: 26px;
  }

  .tw .sm\:last\:py-27px:last-child{
    padding-top: 27px;
    padding-bottom: 27px;
  }

  .tw .sm\:last\:py-28px:last-child{
    padding-top: 28px;
    padding-bottom: 28px;
  }

  .tw .sm\:last\:py-29px:last-child{
    padding-top: 29px;
    padding-bottom: 29px;
  }

  .tw .sm\:last\:py-30px:last-child{
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .tw .sm\:last\:py-31px:last-child{
    padding-top: 31px;
    padding-bottom: 31px;
  }

  .tw .sm\:last\:py-32px:last-child{
    padding-top: 32px;
    padding-bottom: 32px;
  }

  .tw .sm\:last\:py-33px:last-child{
    padding-top: 33px;
    padding-bottom: 33px;
  }

  .tw .sm\:last\:py-34px:last-child{
    padding-top: 34px;
    padding-bottom: 34px;
  }

  .tw .sm\:last\:py-35px:last-child{
    padding-top: 35px;
    padding-bottom: 35px;
  }

  .tw .sm\:last\:py-36px:last-child{
    padding-top: 36px;
    padding-bottom: 36px;
  }

  .tw .sm\:last\:py-37px:last-child{
    padding-top: 37px;
    padding-bottom: 37px;
  }

  .tw .sm\:last\:py-38px:last-child{
    padding-top: 38px;
    padding-bottom: 38px;
  }

  .tw .sm\:last\:py-39px:last-child{
    padding-top: 39px;
    padding-bottom: 39px;
  }

  .tw .sm\:last\:py-40px:last-child{
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .tw .sm\:pt-0{
    padding-top: 0px;
  }

  .tw .sm\:pt-1{
    padding-top: 5px;
  }

  .tw .sm\:pt-2{
    padding-top: 10px;
  }

  .tw .sm\:pt-3{
    padding-top: 15px;
  }

  .tw .sm\:pt-4{
    padding-top: 20px;
  }

  .tw .sm\:pt-5{
    padding-top: 25px;
  }

  .tw .sm\:pt-6{
    padding-top: 30px;
  }

  .tw .sm\:pt-7{
    padding-top: 35px;
  }

  .tw .sm\:pt-8{
    padding-top: 40px;
  }

  .tw .sm\:pt-9{
    padding-top: 45px;
  }

  .tw .sm\:pt-10{
    padding-top: 50px;
  }

  .tw .sm\:pt-11{
    padding-top: 55px;
  }

  .tw .sm\:pt-12{
    padding-top: 60px;
  }

  .tw .sm\:pt-13{
    padding-top: 65px;
  }

  .tw .sm\:pt-14{
    padding-top: 70px;
  }

  .tw .sm\:pt-15{
    padding-top: 75px;
  }

  .tw .sm\:pt-16{
    padding-top: 80px;
  }

  .tw .sm\:pt-17{
    padding-top: 85px;
  }

  .tw .sm\:pt-18{
    padding-top: 90px;
  }

  .tw .sm\:pt-19{
    padding-top: 95px;
  }

  .tw .sm\:pt-20{
    padding-top: 100px;
  }

  .tw .sm\:pt-21{
    padding-top: 105px;
  }

  .tw .sm\:pt-22{
    padding-top: 110px;
  }

  .tw .sm\:pt-23{
    padding-top: 115px;
  }

  .tw .sm\:pt-24{
    padding-top: 120px;
  }

  .tw .sm\:pt-25{
    padding-top: 125px;
  }

  .tw .sm\:pt-26{
    padding-top: 130px;
  }

  .tw .sm\:pt-27{
    padding-top: 135px;
  }

  .tw .sm\:pt-28{
    padding-top: 140px;
  }

  .tw .sm\:pt-29{
    padding-top: 145px;
  }

  .tw .sm\:pt-30{
    padding-top: 150px;
  }

  .tw .sm\:pt-31{
    padding-top: 155px;
  }

  .tw .sm\:pt-32{
    padding-top: 160px;
  }

  .tw .sm\:pt-33{
    padding-top: 165px;
  }

  .tw .sm\:pt-34{
    padding-top: 170px;
  }

  .tw .sm\:pt-35{
    padding-top: 175px;
  }

  .tw .sm\:pt-36{
    padding-top: 180px;
  }

  .tw .sm\:pt-37{
    padding-top: 185px;
  }

  .tw .sm\:pt-38{
    padding-top: 190px;
  }

  .tw .sm\:pt-39{
    padding-top: 195px;
  }

  .tw .sm\:pt-40{
    padding-top: 200px;
  }

  .tw .sm\:pt-41{
    padding-top: 205px;
  }

  .tw .sm\:pt-42{
    padding-top: 210px;
  }

  .tw .sm\:pt-43{
    padding-top: 215px;
  }

  .tw .sm\:pt-44{
    padding-top: 220px;
  }

  .tw .sm\:pt-45{
    padding-top: 225px;
  }

  .tw .sm\:pt-46{
    padding-top: 230px;
  }

  .tw .sm\:pt-47{
    padding-top: 235px;
  }

  .tw .sm\:pt-48{
    padding-top: 240px;
  }

  .tw .sm\:pt-49{
    padding-top: 245px;
  }

  .tw .sm\:pt-50{
    padding-top: 250px;
  }

  .tw .sm\:pt-51{
    padding-top: 255px;
  }

  .tw .sm\:pt-52{
    padding-top: 260px;
  }

  .tw .sm\:pt-53{
    padding-top: 265px;
  }

  .tw .sm\:pt-54{
    padding-top: 270px;
  }

  .tw .sm\:pt-55{
    padding-top: 275px;
  }

  .tw .sm\:pt-56{
    padding-top: 280px;
  }

  .tw .sm\:pt-57{
    padding-top: 285px;
  }

  .tw .sm\:pt-58{
    padding-top: 290px;
  }

  .tw .sm\:pt-59{
    padding-top: 295px;
  }

  .tw .sm\:pt-60{
    padding-top: 300px;
  }

  .tw .sm\:pt-61{
    padding-top: 305px;
  }

  .tw .sm\:pt-62{
    padding-top: 310px;
  }

  .tw .sm\:pt-63{
    padding-top: 315px;
  }

  .tw .sm\:pt-64{
    padding-top: 320px;
  }

  .tw .sm\:pt-65{
    padding-top: 325px;
  }

  .tw .sm\:pt-66{
    padding-top: 330px;
  }

  .tw .sm\:pt-67{
    padding-top: 335px;
  }

  .tw .sm\:pt-68{
    padding-top: 340px;
  }

  .tw .sm\:pt-69{
    padding-top: 345px;
  }

  .tw .sm\:pt-70{
    padding-top: 350px;
  }

  .tw .sm\:pt-71{
    padding-top: 355px;
  }

  .tw .sm\:pt-72{
    padding-top: 360px;
  }

  .tw .sm\:pt-73{
    padding-top: 365px;
  }

  .tw .sm\:pt-74{
    padding-top: 370px;
  }

  .tw .sm\:pt-75{
    padding-top: 375px;
  }

  .tw .sm\:pt-76{
    padding-top: 380px;
  }

  .tw .sm\:pt-77{
    padding-top: 385px;
  }

  .tw .sm\:pt-78{
    padding-top: 390px;
  }

  .tw .sm\:pt-79{
    padding-top: 395px;
  }

  .tw .sm\:pt-80{
    padding-top: 400px;
  }

  .tw .sm\:pt-81{
    padding-top: 405px;
  }

  .tw .sm\:pt-82{
    padding-top: 410px;
  }

  .tw .sm\:pt-83{
    padding-top: 415px;
  }

  .tw .sm\:pt-84{
    padding-top: 420px;
  }

  .tw .sm\:pt-85{
    padding-top: 425px;
  }

  .tw .sm\:pt-86{
    padding-top: 430px;
  }

  .tw .sm\:pt-87{
    padding-top: 435px;
  }

  .tw .sm\:pt-88{
    padding-top: 440px;
  }

  .tw .sm\:pt-89{
    padding-top: 445px;
  }

  .tw .sm\:pt-90{
    padding-top: 450px;
  }

  .tw .sm\:pt-91{
    padding-top: 455px;
  }

  .tw .sm\:pt-92{
    padding-top: 460px;
  }

  .tw .sm\:pt-93{
    padding-top: 465px;
  }

  .tw .sm\:pt-94{
    padding-top: 470px;
  }

  .tw .sm\:pt-95{
    padding-top: 475px;
  }

  .tw .sm\:pt-96{
    padding-top: 480px;
  }

  .tw .sm\:pt-97{
    padding-top: 485px;
  }

  .tw .sm\:pt-98{
    padding-top: 490px;
  }

  .tw .sm\:pt-99{
    padding-top: 495px;
  }

  .tw .sm\:pt-100{
    padding-top: 500px;
  }

  .tw .sm\:pt-101{
    padding-top: 505px;
  }

  .tw .sm\:pt-102{
    padding-top: 510px;
  }

  .tw .sm\:pt-103{
    padding-top: 515px;
  }

  .tw .sm\:pt-104{
    padding-top: 520px;
  }

  .tw .sm\:pt-105{
    padding-top: 525px;
  }

  .tw .sm\:pt-106{
    padding-top: 530px;
  }

  .tw .sm\:pt-107{
    padding-top: 535px;
  }

  .tw .sm\:pt-108{
    padding-top: 540px;
  }

  .tw .sm\:pt-109{
    padding-top: 545px;
  }

  .tw .sm\:pt-110{
    padding-top: 550px;
  }

  .tw .sm\:pt-111{
    padding-top: 555px;
  }

  .tw .sm\:pt-112{
    padding-top: 560px;
  }

  .tw .sm\:pt-113{
    padding-top: 565px;
  }

  .tw .sm\:pt-114{
    padding-top: 570px;
  }

  .tw .sm\:pt-115{
    padding-top: 575px;
  }

  .tw .sm\:pt-116{
    padding-top: 580px;
  }

  .tw .sm\:pt-117{
    padding-top: 585px;
  }

  .tw .sm\:pt-118{
    padding-top: 590px;
  }

  .tw .sm\:pt-119{
    padding-top: 595px;
  }

  .tw .sm\:pt-120{
    padding-top: 600px;
  }

  .tw .sm\:pt-121{
    padding-top: 605px;
  }

  .tw .sm\:pt-122{
    padding-top: 610px;
  }

  .tw .sm\:pt-123{
    padding-top: 615px;
  }

  .tw .sm\:pt-124{
    padding-top: 620px;
  }

  .tw .sm\:pt-125{
    padding-top: 625px;
  }

  .tw .sm\:pt-126{
    padding-top: 630px;
  }

  .tw .sm\:pt-127{
    padding-top: 635px;
  }

  .tw .sm\:pt-128{
    padding-top: 640px;
  }

  .tw .sm\:pt-129{
    padding-top: 645px;
  }

  .tw .sm\:pt-130{
    padding-top: 650px;
  }

  .tw .sm\:pt-131{
    padding-top: 655px;
  }

  .tw .sm\:pt-132{
    padding-top: 660px;
  }

  .tw .sm\:pt-133{
    padding-top: 665px;
  }

  .tw .sm\:pt-134{
    padding-top: 670px;
  }

  .tw .sm\:pt-135{
    padding-top: 675px;
  }

  .tw .sm\:pt-136{
    padding-top: 680px;
  }

  .tw .sm\:pt-137{
    padding-top: 685px;
  }

  .tw .sm\:pt-138{
    padding-top: 690px;
  }

  .tw .sm\:pt-139{
    padding-top: 695px;
  }

  .tw .sm\:pt-140{
    padding-top: 700px;
  }

  .tw .sm\:pt-141{
    padding-top: 705px;
  }

  .tw .sm\:pt-142{
    padding-top: 710px;
  }

  .tw .sm\:pt-143{
    padding-top: 715px;
  }

  .tw .sm\:pt-144{
    padding-top: 720px;
  }

  .tw .sm\:pt-145{
    padding-top: 725px;
  }

  .tw .sm\:pt-146{
    padding-top: 730px;
  }

  .tw .sm\:pt-147{
    padding-top: 735px;
  }

  .tw .sm\:pt-148{
    padding-top: 740px;
  }

  .tw .sm\:pt-149{
    padding-top: 745px;
  }

  .tw .sm\:pt-0\.5{
    padding-top: 3px;
  }

  .tw .sm\:pt-1px{
    padding-top: 1px;
  }

  .tw .sm\:pt-2px{
    padding-top: 2px;
  }

  .tw .sm\:pt-3px{
    padding-top: 3px;
  }

  .tw .sm\:pt-4px{
    padding-top: 4px;
  }

  .tw .sm\:pt-5px{
    padding-top: 5px;
  }

  .tw .sm\:pt-6px{
    padding-top: 6px;
  }

  .tw .sm\:pt-7px{
    padding-top: 7px;
  }

  .tw .sm\:pt-8px{
    padding-top: 8px;
  }

  .tw .sm\:pt-9px{
    padding-top: 9px;
  }

  .tw .sm\:pt-10px{
    padding-top: 10px;
  }

  .tw .sm\:pt-11px{
    padding-top: 11px;
  }

  .tw .sm\:pt-12px{
    padding-top: 12px;
  }

  .tw .sm\:pt-13px{
    padding-top: 13px;
  }

  .tw .sm\:pt-14px{
    padding-top: 14px;
  }

  .tw .sm\:pt-15px{
    padding-top: 15px;
  }

  .tw .sm\:pt-16px{
    padding-top: 16px;
  }

  .tw .sm\:pt-17px{
    padding-top: 17px;
  }

  .tw .sm\:pt-18px{
    padding-top: 18px;
  }

  .tw .sm\:pt-19px{
    padding-top: 19px;
  }

  .tw .sm\:pt-20px{
    padding-top: 20px;
  }

  .tw .sm\:pt-21px{
    padding-top: 21px;
  }

  .tw .sm\:pt-22px{
    padding-top: 22px;
  }

  .tw .sm\:pt-23px{
    padding-top: 23px;
  }

  .tw .sm\:pt-24px{
    padding-top: 24px;
  }

  .tw .sm\:pt-25px{
    padding-top: 25px;
  }

  .tw .sm\:pt-26px{
    padding-top: 26px;
  }

  .tw .sm\:pt-27px{
    padding-top: 27px;
  }

  .tw .sm\:pt-28px{
    padding-top: 28px;
  }

  .tw .sm\:pt-29px{
    padding-top: 29px;
  }

  .tw .sm\:pt-30px{
    padding-top: 30px;
  }

  .tw .sm\:pt-31px{
    padding-top: 31px;
  }

  .tw .sm\:pt-32px{
    padding-top: 32px;
  }

  .tw .sm\:pt-33px{
    padding-top: 33px;
  }

  .tw .sm\:pt-34px{
    padding-top: 34px;
  }

  .tw .sm\:pt-35px{
    padding-top: 35px;
  }

  .tw .sm\:pt-36px{
    padding-top: 36px;
  }

  .tw .sm\:pt-37px{
    padding-top: 37px;
  }

  .tw .sm\:pt-38px{
    padding-top: 38px;
  }

  .tw .sm\:pt-39px{
    padding-top: 39px;
  }

  .tw .sm\:pt-40px{
    padding-top: 40px;
  }

  .tw .sm\:pr-0{
    padding-right: 0px;
  }

  .tw .sm\:pr-1{
    padding-right: 5px;
  }

  .tw .sm\:pr-2{
    padding-right: 10px;
  }

  .tw .sm\:pr-3{
    padding-right: 15px;
  }

  .tw .sm\:pr-4{
    padding-right: 20px;
  }

  .tw .sm\:pr-5{
    padding-right: 25px;
  }

  .tw .sm\:pr-6{
    padding-right: 30px;
  }

  .tw .sm\:pr-7{
    padding-right: 35px;
  }

  .tw .sm\:pr-8{
    padding-right: 40px;
  }

  .tw .sm\:pr-9{
    padding-right: 45px;
  }

  .tw .sm\:pr-10{
    padding-right: 50px;
  }

  .tw .sm\:pr-11{
    padding-right: 55px;
  }

  .tw .sm\:pr-12{
    padding-right: 60px;
  }

  .tw .sm\:pr-13{
    padding-right: 65px;
  }

  .tw .sm\:pr-14{
    padding-right: 70px;
  }

  .tw .sm\:pr-15{
    padding-right: 75px;
  }

  .tw .sm\:pr-16{
    padding-right: 80px;
  }

  .tw .sm\:pr-17{
    padding-right: 85px;
  }

  .tw .sm\:pr-18{
    padding-right: 90px;
  }

  .tw .sm\:pr-19{
    padding-right: 95px;
  }

  .tw .sm\:pr-20{
    padding-right: 100px;
  }

  .tw .sm\:pr-21{
    padding-right: 105px;
  }

  .tw .sm\:pr-22{
    padding-right: 110px;
  }

  .tw .sm\:pr-23{
    padding-right: 115px;
  }

  .tw .sm\:pr-24{
    padding-right: 120px;
  }

  .tw .sm\:pr-25{
    padding-right: 125px;
  }

  .tw .sm\:pr-26{
    padding-right: 130px;
  }

  .tw .sm\:pr-27{
    padding-right: 135px;
  }

  .tw .sm\:pr-28{
    padding-right: 140px;
  }

  .tw .sm\:pr-29{
    padding-right: 145px;
  }

  .tw .sm\:pr-30{
    padding-right: 150px;
  }

  .tw .sm\:pr-31{
    padding-right: 155px;
  }

  .tw .sm\:pr-32{
    padding-right: 160px;
  }

  .tw .sm\:pr-33{
    padding-right: 165px;
  }

  .tw .sm\:pr-34{
    padding-right: 170px;
  }

  .tw .sm\:pr-35{
    padding-right: 175px;
  }

  .tw .sm\:pr-36{
    padding-right: 180px;
  }

  .tw .sm\:pr-37{
    padding-right: 185px;
  }

  .tw .sm\:pr-38{
    padding-right: 190px;
  }

  .tw .sm\:pr-39{
    padding-right: 195px;
  }

  .tw .sm\:pr-40{
    padding-right: 200px;
  }

  .tw .sm\:pr-41{
    padding-right: 205px;
  }

  .tw .sm\:pr-42{
    padding-right: 210px;
  }

  .tw .sm\:pr-43{
    padding-right: 215px;
  }

  .tw .sm\:pr-44{
    padding-right: 220px;
  }

  .tw .sm\:pr-45{
    padding-right: 225px;
  }

  .tw .sm\:pr-46{
    padding-right: 230px;
  }

  .tw .sm\:pr-47{
    padding-right: 235px;
  }

  .tw .sm\:pr-48{
    padding-right: 240px;
  }

  .tw .sm\:pr-49{
    padding-right: 245px;
  }

  .tw .sm\:pr-50{
    padding-right: 250px;
  }

  .tw .sm\:pr-51{
    padding-right: 255px;
  }

  .tw .sm\:pr-52{
    padding-right: 260px;
  }

  .tw .sm\:pr-53{
    padding-right: 265px;
  }

  .tw .sm\:pr-54{
    padding-right: 270px;
  }

  .tw .sm\:pr-55{
    padding-right: 275px;
  }

  .tw .sm\:pr-56{
    padding-right: 280px;
  }

  .tw .sm\:pr-57{
    padding-right: 285px;
  }

  .tw .sm\:pr-58{
    padding-right: 290px;
  }

  .tw .sm\:pr-59{
    padding-right: 295px;
  }

  .tw .sm\:pr-60{
    padding-right: 300px;
  }

  .tw .sm\:pr-61{
    padding-right: 305px;
  }

  .tw .sm\:pr-62{
    padding-right: 310px;
  }

  .tw .sm\:pr-63{
    padding-right: 315px;
  }

  .tw .sm\:pr-64{
    padding-right: 320px;
  }

  .tw .sm\:pr-65{
    padding-right: 325px;
  }

  .tw .sm\:pr-66{
    padding-right: 330px;
  }

  .tw .sm\:pr-67{
    padding-right: 335px;
  }

  .tw .sm\:pr-68{
    padding-right: 340px;
  }

  .tw .sm\:pr-69{
    padding-right: 345px;
  }

  .tw .sm\:pr-70{
    padding-right: 350px;
  }

  .tw .sm\:pr-71{
    padding-right: 355px;
  }

  .tw .sm\:pr-72{
    padding-right: 360px;
  }

  .tw .sm\:pr-73{
    padding-right: 365px;
  }

  .tw .sm\:pr-74{
    padding-right: 370px;
  }

  .tw .sm\:pr-75{
    padding-right: 375px;
  }

  .tw .sm\:pr-76{
    padding-right: 380px;
  }

  .tw .sm\:pr-77{
    padding-right: 385px;
  }

  .tw .sm\:pr-78{
    padding-right: 390px;
  }

  .tw .sm\:pr-79{
    padding-right: 395px;
  }

  .tw .sm\:pr-80{
    padding-right: 400px;
  }

  .tw .sm\:pr-81{
    padding-right: 405px;
  }

  .tw .sm\:pr-82{
    padding-right: 410px;
  }

  .tw .sm\:pr-83{
    padding-right: 415px;
  }

  .tw .sm\:pr-84{
    padding-right: 420px;
  }

  .tw .sm\:pr-85{
    padding-right: 425px;
  }

  .tw .sm\:pr-86{
    padding-right: 430px;
  }

  .tw .sm\:pr-87{
    padding-right: 435px;
  }

  .tw .sm\:pr-88{
    padding-right: 440px;
  }

  .tw .sm\:pr-89{
    padding-right: 445px;
  }

  .tw .sm\:pr-90{
    padding-right: 450px;
  }

  .tw .sm\:pr-91{
    padding-right: 455px;
  }

  .tw .sm\:pr-92{
    padding-right: 460px;
  }

  .tw .sm\:pr-93{
    padding-right: 465px;
  }

  .tw .sm\:pr-94{
    padding-right: 470px;
  }

  .tw .sm\:pr-95{
    padding-right: 475px;
  }

  .tw .sm\:pr-96{
    padding-right: 480px;
  }

  .tw .sm\:pr-97{
    padding-right: 485px;
  }

  .tw .sm\:pr-98{
    padding-right: 490px;
  }

  .tw .sm\:pr-99{
    padding-right: 495px;
  }

  .tw .sm\:pr-100{
    padding-right: 500px;
  }

  .tw .sm\:pr-101{
    padding-right: 505px;
  }

  .tw .sm\:pr-102{
    padding-right: 510px;
  }

  .tw .sm\:pr-103{
    padding-right: 515px;
  }

  .tw .sm\:pr-104{
    padding-right: 520px;
  }

  .tw .sm\:pr-105{
    padding-right: 525px;
  }

  .tw .sm\:pr-106{
    padding-right: 530px;
  }

  .tw .sm\:pr-107{
    padding-right: 535px;
  }

  .tw .sm\:pr-108{
    padding-right: 540px;
  }

  .tw .sm\:pr-109{
    padding-right: 545px;
  }

  .tw .sm\:pr-110{
    padding-right: 550px;
  }

  .tw .sm\:pr-111{
    padding-right: 555px;
  }

  .tw .sm\:pr-112{
    padding-right: 560px;
  }

  .tw .sm\:pr-113{
    padding-right: 565px;
  }

  .tw .sm\:pr-114{
    padding-right: 570px;
  }

  .tw .sm\:pr-115{
    padding-right: 575px;
  }

  .tw .sm\:pr-116{
    padding-right: 580px;
  }

  .tw .sm\:pr-117{
    padding-right: 585px;
  }

  .tw .sm\:pr-118{
    padding-right: 590px;
  }

  .tw .sm\:pr-119{
    padding-right: 595px;
  }

  .tw .sm\:pr-120{
    padding-right: 600px;
  }

  .tw .sm\:pr-121{
    padding-right: 605px;
  }

  .tw .sm\:pr-122{
    padding-right: 610px;
  }

  .tw .sm\:pr-123{
    padding-right: 615px;
  }

  .tw .sm\:pr-124{
    padding-right: 620px;
  }

  .tw .sm\:pr-125{
    padding-right: 625px;
  }

  .tw .sm\:pr-126{
    padding-right: 630px;
  }

  .tw .sm\:pr-127{
    padding-right: 635px;
  }

  .tw .sm\:pr-128{
    padding-right: 640px;
  }

  .tw .sm\:pr-129{
    padding-right: 645px;
  }

  .tw .sm\:pr-130{
    padding-right: 650px;
  }

  .tw .sm\:pr-131{
    padding-right: 655px;
  }

  .tw .sm\:pr-132{
    padding-right: 660px;
  }

  .tw .sm\:pr-133{
    padding-right: 665px;
  }

  .tw .sm\:pr-134{
    padding-right: 670px;
  }

  .tw .sm\:pr-135{
    padding-right: 675px;
  }

  .tw .sm\:pr-136{
    padding-right: 680px;
  }

  .tw .sm\:pr-137{
    padding-right: 685px;
  }

  .tw .sm\:pr-138{
    padding-right: 690px;
  }

  .tw .sm\:pr-139{
    padding-right: 695px;
  }

  .tw .sm\:pr-140{
    padding-right: 700px;
  }

  .tw .sm\:pr-141{
    padding-right: 705px;
  }

  .tw .sm\:pr-142{
    padding-right: 710px;
  }

  .tw .sm\:pr-143{
    padding-right: 715px;
  }

  .tw .sm\:pr-144{
    padding-right: 720px;
  }

  .tw .sm\:pr-145{
    padding-right: 725px;
  }

  .tw .sm\:pr-146{
    padding-right: 730px;
  }

  .tw .sm\:pr-147{
    padding-right: 735px;
  }

  .tw .sm\:pr-148{
    padding-right: 740px;
  }

  .tw .sm\:pr-149{
    padding-right: 745px;
  }

  .tw .sm\:pr-0\.5{
    padding-right: 3px;
  }

  .tw .sm\:pr-1px{
    padding-right: 1px;
  }

  .tw .sm\:pr-2px{
    padding-right: 2px;
  }

  .tw .sm\:pr-3px{
    padding-right: 3px;
  }

  .tw .sm\:pr-4px{
    padding-right: 4px;
  }

  .tw .sm\:pr-5px{
    padding-right: 5px;
  }

  .tw .sm\:pr-6px{
    padding-right: 6px;
  }

  .tw .sm\:pr-7px{
    padding-right: 7px;
  }

  .tw .sm\:pr-8px{
    padding-right: 8px;
  }

  .tw .sm\:pr-9px{
    padding-right: 9px;
  }

  .tw .sm\:pr-10px{
    padding-right: 10px;
  }

  .tw .sm\:pr-11px{
    padding-right: 11px;
  }

  .tw .sm\:pr-12px{
    padding-right: 12px;
  }

  .tw .sm\:pr-13px{
    padding-right: 13px;
  }

  .tw .sm\:pr-14px{
    padding-right: 14px;
  }

  .tw .sm\:pr-15px{
    padding-right: 15px;
  }

  .tw .sm\:pr-16px{
    padding-right: 16px;
  }

  .tw .sm\:pr-17px{
    padding-right: 17px;
  }

  .tw .sm\:pr-18px{
    padding-right: 18px;
  }

  .tw .sm\:pr-19px{
    padding-right: 19px;
  }

  .tw .sm\:pr-20px{
    padding-right: 20px;
  }

  .tw .sm\:pr-21px{
    padding-right: 21px;
  }

  .tw .sm\:pr-22px{
    padding-right: 22px;
  }

  .tw .sm\:pr-23px{
    padding-right: 23px;
  }

  .tw .sm\:pr-24px{
    padding-right: 24px;
  }

  .tw .sm\:pr-25px{
    padding-right: 25px;
  }

  .tw .sm\:pr-26px{
    padding-right: 26px;
  }

  .tw .sm\:pr-27px{
    padding-right: 27px;
  }

  .tw .sm\:pr-28px{
    padding-right: 28px;
  }

  .tw .sm\:pr-29px{
    padding-right: 29px;
  }

  .tw .sm\:pr-30px{
    padding-right: 30px;
  }

  .tw .sm\:pr-31px{
    padding-right: 31px;
  }

  .tw .sm\:pr-32px{
    padding-right: 32px;
  }

  .tw .sm\:pr-33px{
    padding-right: 33px;
  }

  .tw .sm\:pr-34px{
    padding-right: 34px;
  }

  .tw .sm\:pr-35px{
    padding-right: 35px;
  }

  .tw .sm\:pr-36px{
    padding-right: 36px;
  }

  .tw .sm\:pr-37px{
    padding-right: 37px;
  }

  .tw .sm\:pr-38px{
    padding-right: 38px;
  }

  .tw .sm\:pr-39px{
    padding-right: 39px;
  }

  .tw .sm\:pr-40px{
    padding-right: 40px;
  }

  .tw .sm\:pb-0{
    padding-bottom: 0px;
  }

  .tw .sm\:pb-1{
    padding-bottom: 5px;
  }

  .tw .sm\:pb-2{
    padding-bottom: 10px;
  }

  .tw .sm\:pb-3{
    padding-bottom: 15px;
  }

  .tw .sm\:pb-4{
    padding-bottom: 20px;
  }

  .tw .sm\:pb-5{
    padding-bottom: 25px;
  }

  .tw .sm\:pb-6{
    padding-bottom: 30px;
  }

  .tw .sm\:pb-7{
    padding-bottom: 35px;
  }

  .tw .sm\:pb-8{
    padding-bottom: 40px;
  }

  .tw .sm\:pb-9{
    padding-bottom: 45px;
  }

  .tw .sm\:pb-10{
    padding-bottom: 50px;
  }

  .tw .sm\:pb-11{
    padding-bottom: 55px;
  }

  .tw .sm\:pb-12{
    padding-bottom: 60px;
  }

  .tw .sm\:pb-13{
    padding-bottom: 65px;
  }

  .tw .sm\:pb-14{
    padding-bottom: 70px;
  }

  .tw .sm\:pb-15{
    padding-bottom: 75px;
  }

  .tw .sm\:pb-16{
    padding-bottom: 80px;
  }

  .tw .sm\:pb-17{
    padding-bottom: 85px;
  }

  .tw .sm\:pb-18{
    padding-bottom: 90px;
  }

  .tw .sm\:pb-19{
    padding-bottom: 95px;
  }

  .tw .sm\:pb-20{
    padding-bottom: 100px;
  }

  .tw .sm\:pb-21{
    padding-bottom: 105px;
  }

  .tw .sm\:pb-22{
    padding-bottom: 110px;
  }

  .tw .sm\:pb-23{
    padding-bottom: 115px;
  }

  .tw .sm\:pb-24{
    padding-bottom: 120px;
  }

  .tw .sm\:pb-25{
    padding-bottom: 125px;
  }

  .tw .sm\:pb-26{
    padding-bottom: 130px;
  }

  .tw .sm\:pb-27{
    padding-bottom: 135px;
  }

  .tw .sm\:pb-28{
    padding-bottom: 140px;
  }

  .tw .sm\:pb-29{
    padding-bottom: 145px;
  }

  .tw .sm\:pb-30{
    padding-bottom: 150px;
  }

  .tw .sm\:pb-31{
    padding-bottom: 155px;
  }

  .tw .sm\:pb-32{
    padding-bottom: 160px;
  }

  .tw .sm\:pb-33{
    padding-bottom: 165px;
  }

  .tw .sm\:pb-34{
    padding-bottom: 170px;
  }

  .tw .sm\:pb-35{
    padding-bottom: 175px;
  }

  .tw .sm\:pb-36{
    padding-bottom: 180px;
  }

  .tw .sm\:pb-37{
    padding-bottom: 185px;
  }

  .tw .sm\:pb-38{
    padding-bottom: 190px;
  }

  .tw .sm\:pb-39{
    padding-bottom: 195px;
  }

  .tw .sm\:pb-40{
    padding-bottom: 200px;
  }

  .tw .sm\:pb-41{
    padding-bottom: 205px;
  }

  .tw .sm\:pb-42{
    padding-bottom: 210px;
  }

  .tw .sm\:pb-43{
    padding-bottom: 215px;
  }

  .tw .sm\:pb-44{
    padding-bottom: 220px;
  }

  .tw .sm\:pb-45{
    padding-bottom: 225px;
  }

  .tw .sm\:pb-46{
    padding-bottom: 230px;
  }

  .tw .sm\:pb-47{
    padding-bottom: 235px;
  }

  .tw .sm\:pb-48{
    padding-bottom: 240px;
  }

  .tw .sm\:pb-49{
    padding-bottom: 245px;
  }

  .tw .sm\:pb-50{
    padding-bottom: 250px;
  }

  .tw .sm\:pb-51{
    padding-bottom: 255px;
  }

  .tw .sm\:pb-52{
    padding-bottom: 260px;
  }

  .tw .sm\:pb-53{
    padding-bottom: 265px;
  }

  .tw .sm\:pb-54{
    padding-bottom: 270px;
  }

  .tw .sm\:pb-55{
    padding-bottom: 275px;
  }

  .tw .sm\:pb-56{
    padding-bottom: 280px;
  }

  .tw .sm\:pb-57{
    padding-bottom: 285px;
  }

  .tw .sm\:pb-58{
    padding-bottom: 290px;
  }

  .tw .sm\:pb-59{
    padding-bottom: 295px;
  }

  .tw .sm\:pb-60{
    padding-bottom: 300px;
  }

  .tw .sm\:pb-61{
    padding-bottom: 305px;
  }

  .tw .sm\:pb-62{
    padding-bottom: 310px;
  }

  .tw .sm\:pb-63{
    padding-bottom: 315px;
  }

  .tw .sm\:pb-64{
    padding-bottom: 320px;
  }

  .tw .sm\:pb-65{
    padding-bottom: 325px;
  }

  .tw .sm\:pb-66{
    padding-bottom: 330px;
  }

  .tw .sm\:pb-67{
    padding-bottom: 335px;
  }

  .tw .sm\:pb-68{
    padding-bottom: 340px;
  }

  .tw .sm\:pb-69{
    padding-bottom: 345px;
  }

  .tw .sm\:pb-70{
    padding-bottom: 350px;
  }

  .tw .sm\:pb-71{
    padding-bottom: 355px;
  }

  .tw .sm\:pb-72{
    padding-bottom: 360px;
  }

  .tw .sm\:pb-73{
    padding-bottom: 365px;
  }

  .tw .sm\:pb-74{
    padding-bottom: 370px;
  }

  .tw .sm\:pb-75{
    padding-bottom: 375px;
  }

  .tw .sm\:pb-76{
    padding-bottom: 380px;
  }

  .tw .sm\:pb-77{
    padding-bottom: 385px;
  }

  .tw .sm\:pb-78{
    padding-bottom: 390px;
  }

  .tw .sm\:pb-79{
    padding-bottom: 395px;
  }

  .tw .sm\:pb-80{
    padding-bottom: 400px;
  }

  .tw .sm\:pb-81{
    padding-bottom: 405px;
  }

  .tw .sm\:pb-82{
    padding-bottom: 410px;
  }

  .tw .sm\:pb-83{
    padding-bottom: 415px;
  }

  .tw .sm\:pb-84{
    padding-bottom: 420px;
  }

  .tw .sm\:pb-85{
    padding-bottom: 425px;
  }

  .tw .sm\:pb-86{
    padding-bottom: 430px;
  }

  .tw .sm\:pb-87{
    padding-bottom: 435px;
  }

  .tw .sm\:pb-88{
    padding-bottom: 440px;
  }

  .tw .sm\:pb-89{
    padding-bottom: 445px;
  }

  .tw .sm\:pb-90{
    padding-bottom: 450px;
  }

  .tw .sm\:pb-91{
    padding-bottom: 455px;
  }

  .tw .sm\:pb-92{
    padding-bottom: 460px;
  }

  .tw .sm\:pb-93{
    padding-bottom: 465px;
  }

  .tw .sm\:pb-94{
    padding-bottom: 470px;
  }

  .tw .sm\:pb-95{
    padding-bottom: 475px;
  }

  .tw .sm\:pb-96{
    padding-bottom: 480px;
  }

  .tw .sm\:pb-97{
    padding-bottom: 485px;
  }

  .tw .sm\:pb-98{
    padding-bottom: 490px;
  }

  .tw .sm\:pb-99{
    padding-bottom: 495px;
  }

  .tw .sm\:pb-100{
    padding-bottom: 500px;
  }

  .tw .sm\:pb-101{
    padding-bottom: 505px;
  }

  .tw .sm\:pb-102{
    padding-bottom: 510px;
  }

  .tw .sm\:pb-103{
    padding-bottom: 515px;
  }

  .tw .sm\:pb-104{
    padding-bottom: 520px;
  }

  .tw .sm\:pb-105{
    padding-bottom: 525px;
  }

  .tw .sm\:pb-106{
    padding-bottom: 530px;
  }

  .tw .sm\:pb-107{
    padding-bottom: 535px;
  }

  .tw .sm\:pb-108{
    padding-bottom: 540px;
  }

  .tw .sm\:pb-109{
    padding-bottom: 545px;
  }

  .tw .sm\:pb-110{
    padding-bottom: 550px;
  }

  .tw .sm\:pb-111{
    padding-bottom: 555px;
  }

  .tw .sm\:pb-112{
    padding-bottom: 560px;
  }

  .tw .sm\:pb-113{
    padding-bottom: 565px;
  }

  .tw .sm\:pb-114{
    padding-bottom: 570px;
  }

  .tw .sm\:pb-115{
    padding-bottom: 575px;
  }

  .tw .sm\:pb-116{
    padding-bottom: 580px;
  }

  .tw .sm\:pb-117{
    padding-bottom: 585px;
  }

  .tw .sm\:pb-118{
    padding-bottom: 590px;
  }

  .tw .sm\:pb-119{
    padding-bottom: 595px;
  }

  .tw .sm\:pb-120{
    padding-bottom: 600px;
  }

  .tw .sm\:pb-121{
    padding-bottom: 605px;
  }

  .tw .sm\:pb-122{
    padding-bottom: 610px;
  }

  .tw .sm\:pb-123{
    padding-bottom: 615px;
  }

  .tw .sm\:pb-124{
    padding-bottom: 620px;
  }

  .tw .sm\:pb-125{
    padding-bottom: 625px;
  }

  .tw .sm\:pb-126{
    padding-bottom: 630px;
  }

  .tw .sm\:pb-127{
    padding-bottom: 635px;
  }

  .tw .sm\:pb-128{
    padding-bottom: 640px;
  }

  .tw .sm\:pb-129{
    padding-bottom: 645px;
  }

  .tw .sm\:pb-130{
    padding-bottom: 650px;
  }

  .tw .sm\:pb-131{
    padding-bottom: 655px;
  }

  .tw .sm\:pb-132{
    padding-bottom: 660px;
  }

  .tw .sm\:pb-133{
    padding-bottom: 665px;
  }

  .tw .sm\:pb-134{
    padding-bottom: 670px;
  }

  .tw .sm\:pb-135{
    padding-bottom: 675px;
  }

  .tw .sm\:pb-136{
    padding-bottom: 680px;
  }

  .tw .sm\:pb-137{
    padding-bottom: 685px;
  }

  .tw .sm\:pb-138{
    padding-bottom: 690px;
  }

  .tw .sm\:pb-139{
    padding-bottom: 695px;
  }

  .tw .sm\:pb-140{
    padding-bottom: 700px;
  }

  .tw .sm\:pb-141{
    padding-bottom: 705px;
  }

  .tw .sm\:pb-142{
    padding-bottom: 710px;
  }

  .tw .sm\:pb-143{
    padding-bottom: 715px;
  }

  .tw .sm\:pb-144{
    padding-bottom: 720px;
  }

  .tw .sm\:pb-145{
    padding-bottom: 725px;
  }

  .tw .sm\:pb-146{
    padding-bottom: 730px;
  }

  .tw .sm\:pb-147{
    padding-bottom: 735px;
  }

  .tw .sm\:pb-148{
    padding-bottom: 740px;
  }

  .tw .sm\:pb-149{
    padding-bottom: 745px;
  }

  .tw .sm\:pb-0\.5{
    padding-bottom: 3px;
  }

  .tw .sm\:pb-1px{
    padding-bottom: 1px;
  }

  .tw .sm\:pb-2px{
    padding-bottom: 2px;
  }

  .tw .sm\:pb-3px{
    padding-bottom: 3px;
  }

  .tw .sm\:pb-4px{
    padding-bottom: 4px;
  }

  .tw .sm\:pb-5px{
    padding-bottom: 5px;
  }

  .tw .sm\:pb-6px{
    padding-bottom: 6px;
  }

  .tw .sm\:pb-7px{
    padding-bottom: 7px;
  }

  .tw .sm\:pb-8px{
    padding-bottom: 8px;
  }

  .tw .sm\:pb-9px{
    padding-bottom: 9px;
  }

  .tw .sm\:pb-10px{
    padding-bottom: 10px;
  }

  .tw .sm\:pb-11px{
    padding-bottom: 11px;
  }

  .tw .sm\:pb-12px{
    padding-bottom: 12px;
  }

  .tw .sm\:pb-13px{
    padding-bottom: 13px;
  }

  .tw .sm\:pb-14px{
    padding-bottom: 14px;
  }

  .tw .sm\:pb-15px{
    padding-bottom: 15px;
  }

  .tw .sm\:pb-16px{
    padding-bottom: 16px;
  }

  .tw .sm\:pb-17px{
    padding-bottom: 17px;
  }

  .tw .sm\:pb-18px{
    padding-bottom: 18px;
  }

  .tw .sm\:pb-19px{
    padding-bottom: 19px;
  }

  .tw .sm\:pb-20px{
    padding-bottom: 20px;
  }

  .tw .sm\:pb-21px{
    padding-bottom: 21px;
  }

  .tw .sm\:pb-22px{
    padding-bottom: 22px;
  }

  .tw .sm\:pb-23px{
    padding-bottom: 23px;
  }

  .tw .sm\:pb-24px{
    padding-bottom: 24px;
  }

  .tw .sm\:pb-25px{
    padding-bottom: 25px;
  }

  .tw .sm\:pb-26px{
    padding-bottom: 26px;
  }

  .tw .sm\:pb-27px{
    padding-bottom: 27px;
  }

  .tw .sm\:pb-28px{
    padding-bottom: 28px;
  }

  .tw .sm\:pb-29px{
    padding-bottom: 29px;
  }

  .tw .sm\:pb-30px{
    padding-bottom: 30px;
  }

  .tw .sm\:pb-31px{
    padding-bottom: 31px;
  }

  .tw .sm\:pb-32px{
    padding-bottom: 32px;
  }

  .tw .sm\:pb-33px{
    padding-bottom: 33px;
  }

  .tw .sm\:pb-34px{
    padding-bottom: 34px;
  }

  .tw .sm\:pb-35px{
    padding-bottom: 35px;
  }

  .tw .sm\:pb-36px{
    padding-bottom: 36px;
  }

  .tw .sm\:pb-37px{
    padding-bottom: 37px;
  }

  .tw .sm\:pb-38px{
    padding-bottom: 38px;
  }

  .tw .sm\:pb-39px{
    padding-bottom: 39px;
  }

  .tw .sm\:pb-40px{
    padding-bottom: 40px;
  }

  .tw .sm\:pl-0{
    padding-left: 0px;
  }

  .tw .sm\:pl-1{
    padding-left: 5px;
  }

  .tw .sm\:pl-2{
    padding-left: 10px;
  }

  .tw .sm\:pl-3{
    padding-left: 15px;
  }

  .tw .sm\:pl-4{
    padding-left: 20px;
  }

  .tw .sm\:pl-5{
    padding-left: 25px;
  }

  .tw .sm\:pl-6{
    padding-left: 30px;
  }

  .tw .sm\:pl-7{
    padding-left: 35px;
  }

  .tw .sm\:pl-8{
    padding-left: 40px;
  }

  .tw .sm\:pl-9{
    padding-left: 45px;
  }

  .tw .sm\:pl-10{
    padding-left: 50px;
  }

  .tw .sm\:pl-11{
    padding-left: 55px;
  }

  .tw .sm\:pl-12{
    padding-left: 60px;
  }

  .tw .sm\:pl-13{
    padding-left: 65px;
  }

  .tw .sm\:pl-14{
    padding-left: 70px;
  }

  .tw .sm\:pl-15{
    padding-left: 75px;
  }

  .tw .sm\:pl-16{
    padding-left: 80px;
  }

  .tw .sm\:pl-17{
    padding-left: 85px;
  }

  .tw .sm\:pl-18{
    padding-left: 90px;
  }

  .tw .sm\:pl-19{
    padding-left: 95px;
  }

  .tw .sm\:pl-20{
    padding-left: 100px;
  }

  .tw .sm\:pl-21{
    padding-left: 105px;
  }

  .tw .sm\:pl-22{
    padding-left: 110px;
  }

  .tw .sm\:pl-23{
    padding-left: 115px;
  }

  .tw .sm\:pl-24{
    padding-left: 120px;
  }

  .tw .sm\:pl-25{
    padding-left: 125px;
  }

  .tw .sm\:pl-26{
    padding-left: 130px;
  }

  .tw .sm\:pl-27{
    padding-left: 135px;
  }

  .tw .sm\:pl-28{
    padding-left: 140px;
  }

  .tw .sm\:pl-29{
    padding-left: 145px;
  }

  .tw .sm\:pl-30{
    padding-left: 150px;
  }

  .tw .sm\:pl-31{
    padding-left: 155px;
  }

  .tw .sm\:pl-32{
    padding-left: 160px;
  }

  .tw .sm\:pl-33{
    padding-left: 165px;
  }

  .tw .sm\:pl-34{
    padding-left: 170px;
  }

  .tw .sm\:pl-35{
    padding-left: 175px;
  }

  .tw .sm\:pl-36{
    padding-left: 180px;
  }

  .tw .sm\:pl-37{
    padding-left: 185px;
  }

  .tw .sm\:pl-38{
    padding-left: 190px;
  }

  .tw .sm\:pl-39{
    padding-left: 195px;
  }

  .tw .sm\:pl-40{
    padding-left: 200px;
  }

  .tw .sm\:pl-41{
    padding-left: 205px;
  }

  .tw .sm\:pl-42{
    padding-left: 210px;
  }

  .tw .sm\:pl-43{
    padding-left: 215px;
  }

  .tw .sm\:pl-44{
    padding-left: 220px;
  }

  .tw .sm\:pl-45{
    padding-left: 225px;
  }

  .tw .sm\:pl-46{
    padding-left: 230px;
  }

  .tw .sm\:pl-47{
    padding-left: 235px;
  }

  .tw .sm\:pl-48{
    padding-left: 240px;
  }

  .tw .sm\:pl-49{
    padding-left: 245px;
  }

  .tw .sm\:pl-50{
    padding-left: 250px;
  }

  .tw .sm\:pl-51{
    padding-left: 255px;
  }

  .tw .sm\:pl-52{
    padding-left: 260px;
  }

  .tw .sm\:pl-53{
    padding-left: 265px;
  }

  .tw .sm\:pl-54{
    padding-left: 270px;
  }

  .tw .sm\:pl-55{
    padding-left: 275px;
  }

  .tw .sm\:pl-56{
    padding-left: 280px;
  }

  .tw .sm\:pl-57{
    padding-left: 285px;
  }

  .tw .sm\:pl-58{
    padding-left: 290px;
  }

  .tw .sm\:pl-59{
    padding-left: 295px;
  }

  .tw .sm\:pl-60{
    padding-left: 300px;
  }

  .tw .sm\:pl-61{
    padding-left: 305px;
  }

  .tw .sm\:pl-62{
    padding-left: 310px;
  }

  .tw .sm\:pl-63{
    padding-left: 315px;
  }

  .tw .sm\:pl-64{
    padding-left: 320px;
  }

  .tw .sm\:pl-65{
    padding-left: 325px;
  }

  .tw .sm\:pl-66{
    padding-left: 330px;
  }

  .tw .sm\:pl-67{
    padding-left: 335px;
  }

  .tw .sm\:pl-68{
    padding-left: 340px;
  }

  .tw .sm\:pl-69{
    padding-left: 345px;
  }

  .tw .sm\:pl-70{
    padding-left: 350px;
  }

  .tw .sm\:pl-71{
    padding-left: 355px;
  }

  .tw .sm\:pl-72{
    padding-left: 360px;
  }

  .tw .sm\:pl-73{
    padding-left: 365px;
  }

  .tw .sm\:pl-74{
    padding-left: 370px;
  }

  .tw .sm\:pl-75{
    padding-left: 375px;
  }

  .tw .sm\:pl-76{
    padding-left: 380px;
  }

  .tw .sm\:pl-77{
    padding-left: 385px;
  }

  .tw .sm\:pl-78{
    padding-left: 390px;
  }

  .tw .sm\:pl-79{
    padding-left: 395px;
  }

  .tw .sm\:pl-80{
    padding-left: 400px;
  }

  .tw .sm\:pl-81{
    padding-left: 405px;
  }

  .tw .sm\:pl-82{
    padding-left: 410px;
  }

  .tw .sm\:pl-83{
    padding-left: 415px;
  }

  .tw .sm\:pl-84{
    padding-left: 420px;
  }

  .tw .sm\:pl-85{
    padding-left: 425px;
  }

  .tw .sm\:pl-86{
    padding-left: 430px;
  }

  .tw .sm\:pl-87{
    padding-left: 435px;
  }

  .tw .sm\:pl-88{
    padding-left: 440px;
  }

  .tw .sm\:pl-89{
    padding-left: 445px;
  }

  .tw .sm\:pl-90{
    padding-left: 450px;
  }

  .tw .sm\:pl-91{
    padding-left: 455px;
  }

  .tw .sm\:pl-92{
    padding-left: 460px;
  }

  .tw .sm\:pl-93{
    padding-left: 465px;
  }

  .tw .sm\:pl-94{
    padding-left: 470px;
  }

  .tw .sm\:pl-95{
    padding-left: 475px;
  }

  .tw .sm\:pl-96{
    padding-left: 480px;
  }

  .tw .sm\:pl-97{
    padding-left: 485px;
  }

  .tw .sm\:pl-98{
    padding-left: 490px;
  }

  .tw .sm\:pl-99{
    padding-left: 495px;
  }

  .tw .sm\:pl-100{
    padding-left: 500px;
  }

  .tw .sm\:pl-101{
    padding-left: 505px;
  }

  .tw .sm\:pl-102{
    padding-left: 510px;
  }

  .tw .sm\:pl-103{
    padding-left: 515px;
  }

  .tw .sm\:pl-104{
    padding-left: 520px;
  }

  .tw .sm\:pl-105{
    padding-left: 525px;
  }

  .tw .sm\:pl-106{
    padding-left: 530px;
  }

  .tw .sm\:pl-107{
    padding-left: 535px;
  }

  .tw .sm\:pl-108{
    padding-left: 540px;
  }

  .tw .sm\:pl-109{
    padding-left: 545px;
  }

  .tw .sm\:pl-110{
    padding-left: 550px;
  }

  .tw .sm\:pl-111{
    padding-left: 555px;
  }

  .tw .sm\:pl-112{
    padding-left: 560px;
  }

  .tw .sm\:pl-113{
    padding-left: 565px;
  }

  .tw .sm\:pl-114{
    padding-left: 570px;
  }

  .tw .sm\:pl-115{
    padding-left: 575px;
  }

  .tw .sm\:pl-116{
    padding-left: 580px;
  }

  .tw .sm\:pl-117{
    padding-left: 585px;
  }

  .tw .sm\:pl-118{
    padding-left: 590px;
  }

  .tw .sm\:pl-119{
    padding-left: 595px;
  }

  .tw .sm\:pl-120{
    padding-left: 600px;
  }

  .tw .sm\:pl-121{
    padding-left: 605px;
  }

  .tw .sm\:pl-122{
    padding-left: 610px;
  }

  .tw .sm\:pl-123{
    padding-left: 615px;
  }

  .tw .sm\:pl-124{
    padding-left: 620px;
  }

  .tw .sm\:pl-125{
    padding-left: 625px;
  }

  .tw .sm\:pl-126{
    padding-left: 630px;
  }

  .tw .sm\:pl-127{
    padding-left: 635px;
  }

  .tw .sm\:pl-128{
    padding-left: 640px;
  }

  .tw .sm\:pl-129{
    padding-left: 645px;
  }

  .tw .sm\:pl-130{
    padding-left: 650px;
  }

  .tw .sm\:pl-131{
    padding-left: 655px;
  }

  .tw .sm\:pl-132{
    padding-left: 660px;
  }

  .tw .sm\:pl-133{
    padding-left: 665px;
  }

  .tw .sm\:pl-134{
    padding-left: 670px;
  }

  .tw .sm\:pl-135{
    padding-left: 675px;
  }

  .tw .sm\:pl-136{
    padding-left: 680px;
  }

  .tw .sm\:pl-137{
    padding-left: 685px;
  }

  .tw .sm\:pl-138{
    padding-left: 690px;
  }

  .tw .sm\:pl-139{
    padding-left: 695px;
  }

  .tw .sm\:pl-140{
    padding-left: 700px;
  }

  .tw .sm\:pl-141{
    padding-left: 705px;
  }

  .tw .sm\:pl-142{
    padding-left: 710px;
  }

  .tw .sm\:pl-143{
    padding-left: 715px;
  }

  .tw .sm\:pl-144{
    padding-left: 720px;
  }

  .tw .sm\:pl-145{
    padding-left: 725px;
  }

  .tw .sm\:pl-146{
    padding-left: 730px;
  }

  .tw .sm\:pl-147{
    padding-left: 735px;
  }

  .tw .sm\:pl-148{
    padding-left: 740px;
  }

  .tw .sm\:pl-149{
    padding-left: 745px;
  }

  .tw .sm\:pl-0\.5{
    padding-left: 3px;
  }

  .tw .sm\:pl-1px{
    padding-left: 1px;
  }

  .tw .sm\:pl-2px{
    padding-left: 2px;
  }

  .tw .sm\:pl-3px{
    padding-left: 3px;
  }

  .tw .sm\:pl-4px{
    padding-left: 4px;
  }

  .tw .sm\:pl-5px{
    padding-left: 5px;
  }

  .tw .sm\:pl-6px{
    padding-left: 6px;
  }

  .tw .sm\:pl-7px{
    padding-left: 7px;
  }

  .tw .sm\:pl-8px{
    padding-left: 8px;
  }

  .tw .sm\:pl-9px{
    padding-left: 9px;
  }

  .tw .sm\:pl-10px{
    padding-left: 10px;
  }

  .tw .sm\:pl-11px{
    padding-left: 11px;
  }

  .tw .sm\:pl-12px{
    padding-left: 12px;
  }

  .tw .sm\:pl-13px{
    padding-left: 13px;
  }

  .tw .sm\:pl-14px{
    padding-left: 14px;
  }

  .tw .sm\:pl-15px{
    padding-left: 15px;
  }

  .tw .sm\:pl-16px{
    padding-left: 16px;
  }

  .tw .sm\:pl-17px{
    padding-left: 17px;
  }

  .tw .sm\:pl-18px{
    padding-left: 18px;
  }

  .tw .sm\:pl-19px{
    padding-left: 19px;
  }

  .tw .sm\:pl-20px{
    padding-left: 20px;
  }

  .tw .sm\:pl-21px{
    padding-left: 21px;
  }

  .tw .sm\:pl-22px{
    padding-left: 22px;
  }

  .tw .sm\:pl-23px{
    padding-left: 23px;
  }

  .tw .sm\:pl-24px{
    padding-left: 24px;
  }

  .tw .sm\:pl-25px{
    padding-left: 25px;
  }

  .tw .sm\:pl-26px{
    padding-left: 26px;
  }

  .tw .sm\:pl-27px{
    padding-left: 27px;
  }

  .tw .sm\:pl-28px{
    padding-left: 28px;
  }

  .tw .sm\:pl-29px{
    padding-left: 29px;
  }

  .tw .sm\:pl-30px{
    padding-left: 30px;
  }

  .tw .sm\:pl-31px{
    padding-left: 31px;
  }

  .tw .sm\:pl-32px{
    padding-left: 32px;
  }

  .tw .sm\:pl-33px{
    padding-left: 33px;
  }

  .tw .sm\:pl-34px{
    padding-left: 34px;
  }

  .tw .sm\:pl-35px{
    padding-left: 35px;
  }

  .tw .sm\:pl-36px{
    padding-left: 36px;
  }

  .tw .sm\:pl-37px{
    padding-left: 37px;
  }

  .tw .sm\:pl-38px{
    padding-left: 38px;
  }

  .tw .sm\:pl-39px{
    padding-left: 39px;
  }

  .tw .sm\:pl-40px{
    padding-left: 40px;
  }

  .tw .sm\:first\:pt-0:first-child{
    padding-top: 0px;
  }

  .tw .sm\:first\:pt-1:first-child{
    padding-top: 5px;
  }

  .tw .sm\:first\:pt-2:first-child{
    padding-top: 10px;
  }

  .tw .sm\:first\:pt-3:first-child{
    padding-top: 15px;
  }

  .tw .sm\:first\:pt-4:first-child{
    padding-top: 20px;
  }

  .tw .sm\:first\:pt-5:first-child{
    padding-top: 25px;
  }

  .tw .sm\:first\:pt-6:first-child{
    padding-top: 30px;
  }

  .tw .sm\:first\:pt-7:first-child{
    padding-top: 35px;
  }

  .tw .sm\:first\:pt-8:first-child{
    padding-top: 40px;
  }

  .tw .sm\:first\:pt-9:first-child{
    padding-top: 45px;
  }

  .tw .sm\:first\:pt-10:first-child{
    padding-top: 50px;
  }

  .tw .sm\:first\:pt-11:first-child{
    padding-top: 55px;
  }

  .tw .sm\:first\:pt-12:first-child{
    padding-top: 60px;
  }

  .tw .sm\:first\:pt-13:first-child{
    padding-top: 65px;
  }

  .tw .sm\:first\:pt-14:first-child{
    padding-top: 70px;
  }

  .tw .sm\:first\:pt-15:first-child{
    padding-top: 75px;
  }

  .tw .sm\:first\:pt-16:first-child{
    padding-top: 80px;
  }

  .tw .sm\:first\:pt-17:first-child{
    padding-top: 85px;
  }

  .tw .sm\:first\:pt-18:first-child{
    padding-top: 90px;
  }

  .tw .sm\:first\:pt-19:first-child{
    padding-top: 95px;
  }

  .tw .sm\:first\:pt-20:first-child{
    padding-top: 100px;
  }

  .tw .sm\:first\:pt-21:first-child{
    padding-top: 105px;
  }

  .tw .sm\:first\:pt-22:first-child{
    padding-top: 110px;
  }

  .tw .sm\:first\:pt-23:first-child{
    padding-top: 115px;
  }

  .tw .sm\:first\:pt-24:first-child{
    padding-top: 120px;
  }

  .tw .sm\:first\:pt-25:first-child{
    padding-top: 125px;
  }

  .tw .sm\:first\:pt-26:first-child{
    padding-top: 130px;
  }

  .tw .sm\:first\:pt-27:first-child{
    padding-top: 135px;
  }

  .tw .sm\:first\:pt-28:first-child{
    padding-top: 140px;
  }

  .tw .sm\:first\:pt-29:first-child{
    padding-top: 145px;
  }

  .tw .sm\:first\:pt-30:first-child{
    padding-top: 150px;
  }

  .tw .sm\:first\:pt-31:first-child{
    padding-top: 155px;
  }

  .tw .sm\:first\:pt-32:first-child{
    padding-top: 160px;
  }

  .tw .sm\:first\:pt-33:first-child{
    padding-top: 165px;
  }

  .tw .sm\:first\:pt-34:first-child{
    padding-top: 170px;
  }

  .tw .sm\:first\:pt-35:first-child{
    padding-top: 175px;
  }

  .tw .sm\:first\:pt-36:first-child{
    padding-top: 180px;
  }

  .tw .sm\:first\:pt-37:first-child{
    padding-top: 185px;
  }

  .tw .sm\:first\:pt-38:first-child{
    padding-top: 190px;
  }

  .tw .sm\:first\:pt-39:first-child{
    padding-top: 195px;
  }

  .tw .sm\:first\:pt-40:first-child{
    padding-top: 200px;
  }

  .tw .sm\:first\:pt-41:first-child{
    padding-top: 205px;
  }

  .tw .sm\:first\:pt-42:first-child{
    padding-top: 210px;
  }

  .tw .sm\:first\:pt-43:first-child{
    padding-top: 215px;
  }

  .tw .sm\:first\:pt-44:first-child{
    padding-top: 220px;
  }

  .tw .sm\:first\:pt-45:first-child{
    padding-top: 225px;
  }

  .tw .sm\:first\:pt-46:first-child{
    padding-top: 230px;
  }

  .tw .sm\:first\:pt-47:first-child{
    padding-top: 235px;
  }

  .tw .sm\:first\:pt-48:first-child{
    padding-top: 240px;
  }

  .tw .sm\:first\:pt-49:first-child{
    padding-top: 245px;
  }

  .tw .sm\:first\:pt-50:first-child{
    padding-top: 250px;
  }

  .tw .sm\:first\:pt-51:first-child{
    padding-top: 255px;
  }

  .tw .sm\:first\:pt-52:first-child{
    padding-top: 260px;
  }

  .tw .sm\:first\:pt-53:first-child{
    padding-top: 265px;
  }

  .tw .sm\:first\:pt-54:first-child{
    padding-top: 270px;
  }

  .tw .sm\:first\:pt-55:first-child{
    padding-top: 275px;
  }

  .tw .sm\:first\:pt-56:first-child{
    padding-top: 280px;
  }

  .tw .sm\:first\:pt-57:first-child{
    padding-top: 285px;
  }

  .tw .sm\:first\:pt-58:first-child{
    padding-top: 290px;
  }

  .tw .sm\:first\:pt-59:first-child{
    padding-top: 295px;
  }

  .tw .sm\:first\:pt-60:first-child{
    padding-top: 300px;
  }

  .tw .sm\:first\:pt-61:first-child{
    padding-top: 305px;
  }

  .tw .sm\:first\:pt-62:first-child{
    padding-top: 310px;
  }

  .tw .sm\:first\:pt-63:first-child{
    padding-top: 315px;
  }

  .tw .sm\:first\:pt-64:first-child{
    padding-top: 320px;
  }

  .tw .sm\:first\:pt-65:first-child{
    padding-top: 325px;
  }

  .tw .sm\:first\:pt-66:first-child{
    padding-top: 330px;
  }

  .tw .sm\:first\:pt-67:first-child{
    padding-top: 335px;
  }

  .tw .sm\:first\:pt-68:first-child{
    padding-top: 340px;
  }

  .tw .sm\:first\:pt-69:first-child{
    padding-top: 345px;
  }

  .tw .sm\:first\:pt-70:first-child{
    padding-top: 350px;
  }

  .tw .sm\:first\:pt-71:first-child{
    padding-top: 355px;
  }

  .tw .sm\:first\:pt-72:first-child{
    padding-top: 360px;
  }

  .tw .sm\:first\:pt-73:first-child{
    padding-top: 365px;
  }

  .tw .sm\:first\:pt-74:first-child{
    padding-top: 370px;
  }

  .tw .sm\:first\:pt-75:first-child{
    padding-top: 375px;
  }

  .tw .sm\:first\:pt-76:first-child{
    padding-top: 380px;
  }

  .tw .sm\:first\:pt-77:first-child{
    padding-top: 385px;
  }

  .tw .sm\:first\:pt-78:first-child{
    padding-top: 390px;
  }

  .tw .sm\:first\:pt-79:first-child{
    padding-top: 395px;
  }

  .tw .sm\:first\:pt-80:first-child{
    padding-top: 400px;
  }

  .tw .sm\:first\:pt-81:first-child{
    padding-top: 405px;
  }

  .tw .sm\:first\:pt-82:first-child{
    padding-top: 410px;
  }

  .tw .sm\:first\:pt-83:first-child{
    padding-top: 415px;
  }

  .tw .sm\:first\:pt-84:first-child{
    padding-top: 420px;
  }

  .tw .sm\:first\:pt-85:first-child{
    padding-top: 425px;
  }

  .tw .sm\:first\:pt-86:first-child{
    padding-top: 430px;
  }

  .tw .sm\:first\:pt-87:first-child{
    padding-top: 435px;
  }

  .tw .sm\:first\:pt-88:first-child{
    padding-top: 440px;
  }

  .tw .sm\:first\:pt-89:first-child{
    padding-top: 445px;
  }

  .tw .sm\:first\:pt-90:first-child{
    padding-top: 450px;
  }

  .tw .sm\:first\:pt-91:first-child{
    padding-top: 455px;
  }

  .tw .sm\:first\:pt-92:first-child{
    padding-top: 460px;
  }

  .tw .sm\:first\:pt-93:first-child{
    padding-top: 465px;
  }

  .tw .sm\:first\:pt-94:first-child{
    padding-top: 470px;
  }

  .tw .sm\:first\:pt-95:first-child{
    padding-top: 475px;
  }

  .tw .sm\:first\:pt-96:first-child{
    padding-top: 480px;
  }

  .tw .sm\:first\:pt-97:first-child{
    padding-top: 485px;
  }

  .tw .sm\:first\:pt-98:first-child{
    padding-top: 490px;
  }

  .tw .sm\:first\:pt-99:first-child{
    padding-top: 495px;
  }

  .tw .sm\:first\:pt-100:first-child{
    padding-top: 500px;
  }

  .tw .sm\:first\:pt-101:first-child{
    padding-top: 505px;
  }

  .tw .sm\:first\:pt-102:first-child{
    padding-top: 510px;
  }

  .tw .sm\:first\:pt-103:first-child{
    padding-top: 515px;
  }

  .tw .sm\:first\:pt-104:first-child{
    padding-top: 520px;
  }

  .tw .sm\:first\:pt-105:first-child{
    padding-top: 525px;
  }

  .tw .sm\:first\:pt-106:first-child{
    padding-top: 530px;
  }

  .tw .sm\:first\:pt-107:first-child{
    padding-top: 535px;
  }

  .tw .sm\:first\:pt-108:first-child{
    padding-top: 540px;
  }

  .tw .sm\:first\:pt-109:first-child{
    padding-top: 545px;
  }

  .tw .sm\:first\:pt-110:first-child{
    padding-top: 550px;
  }

  .tw .sm\:first\:pt-111:first-child{
    padding-top: 555px;
  }

  .tw .sm\:first\:pt-112:first-child{
    padding-top: 560px;
  }

  .tw .sm\:first\:pt-113:first-child{
    padding-top: 565px;
  }

  .tw .sm\:first\:pt-114:first-child{
    padding-top: 570px;
  }

  .tw .sm\:first\:pt-115:first-child{
    padding-top: 575px;
  }

  .tw .sm\:first\:pt-116:first-child{
    padding-top: 580px;
  }

  .tw .sm\:first\:pt-117:first-child{
    padding-top: 585px;
  }

  .tw .sm\:first\:pt-118:first-child{
    padding-top: 590px;
  }

  .tw .sm\:first\:pt-119:first-child{
    padding-top: 595px;
  }

  .tw .sm\:first\:pt-120:first-child{
    padding-top: 600px;
  }

  .tw .sm\:first\:pt-121:first-child{
    padding-top: 605px;
  }

  .tw .sm\:first\:pt-122:first-child{
    padding-top: 610px;
  }

  .tw .sm\:first\:pt-123:first-child{
    padding-top: 615px;
  }

  .tw .sm\:first\:pt-124:first-child{
    padding-top: 620px;
  }

  .tw .sm\:first\:pt-125:first-child{
    padding-top: 625px;
  }

  .tw .sm\:first\:pt-126:first-child{
    padding-top: 630px;
  }

  .tw .sm\:first\:pt-127:first-child{
    padding-top: 635px;
  }

  .tw .sm\:first\:pt-128:first-child{
    padding-top: 640px;
  }

  .tw .sm\:first\:pt-129:first-child{
    padding-top: 645px;
  }

  .tw .sm\:first\:pt-130:first-child{
    padding-top: 650px;
  }

  .tw .sm\:first\:pt-131:first-child{
    padding-top: 655px;
  }

  .tw .sm\:first\:pt-132:first-child{
    padding-top: 660px;
  }

  .tw .sm\:first\:pt-133:first-child{
    padding-top: 665px;
  }

  .tw .sm\:first\:pt-134:first-child{
    padding-top: 670px;
  }

  .tw .sm\:first\:pt-135:first-child{
    padding-top: 675px;
  }

  .tw .sm\:first\:pt-136:first-child{
    padding-top: 680px;
  }

  .tw .sm\:first\:pt-137:first-child{
    padding-top: 685px;
  }

  .tw .sm\:first\:pt-138:first-child{
    padding-top: 690px;
  }

  .tw .sm\:first\:pt-139:first-child{
    padding-top: 695px;
  }

  .tw .sm\:first\:pt-140:first-child{
    padding-top: 700px;
  }

  .tw .sm\:first\:pt-141:first-child{
    padding-top: 705px;
  }

  .tw .sm\:first\:pt-142:first-child{
    padding-top: 710px;
  }

  .tw .sm\:first\:pt-143:first-child{
    padding-top: 715px;
  }

  .tw .sm\:first\:pt-144:first-child{
    padding-top: 720px;
  }

  .tw .sm\:first\:pt-145:first-child{
    padding-top: 725px;
  }

  .tw .sm\:first\:pt-146:first-child{
    padding-top: 730px;
  }

  .tw .sm\:first\:pt-147:first-child{
    padding-top: 735px;
  }

  .tw .sm\:first\:pt-148:first-child{
    padding-top: 740px;
  }

  .tw .sm\:first\:pt-149:first-child{
    padding-top: 745px;
  }

  .tw .sm\:first\:pt-0\.5:first-child{
    padding-top: 3px;
  }

  .tw .sm\:first\:pt-1px:first-child{
    padding-top: 1px;
  }

  .tw .sm\:first\:pt-2px:first-child{
    padding-top: 2px;
  }

  .tw .sm\:first\:pt-3px:first-child{
    padding-top: 3px;
  }

  .tw .sm\:first\:pt-4px:first-child{
    padding-top: 4px;
  }

  .tw .sm\:first\:pt-5px:first-child{
    padding-top: 5px;
  }

  .tw .sm\:first\:pt-6px:first-child{
    padding-top: 6px;
  }

  .tw .sm\:first\:pt-7px:first-child{
    padding-top: 7px;
  }

  .tw .sm\:first\:pt-8px:first-child{
    padding-top: 8px;
  }

  .tw .sm\:first\:pt-9px:first-child{
    padding-top: 9px;
  }

  .tw .sm\:first\:pt-10px:first-child{
    padding-top: 10px;
  }

  .tw .sm\:first\:pt-11px:first-child{
    padding-top: 11px;
  }

  .tw .sm\:first\:pt-12px:first-child{
    padding-top: 12px;
  }

  .tw .sm\:first\:pt-13px:first-child{
    padding-top: 13px;
  }

  .tw .sm\:first\:pt-14px:first-child{
    padding-top: 14px;
  }

  .tw .sm\:first\:pt-15px:first-child{
    padding-top: 15px;
  }

  .tw .sm\:first\:pt-16px:first-child{
    padding-top: 16px;
  }

  .tw .sm\:first\:pt-17px:first-child{
    padding-top: 17px;
  }

  .tw .sm\:first\:pt-18px:first-child{
    padding-top: 18px;
  }

  .tw .sm\:first\:pt-19px:first-child{
    padding-top: 19px;
  }

  .tw .sm\:first\:pt-20px:first-child{
    padding-top: 20px;
  }

  .tw .sm\:first\:pt-21px:first-child{
    padding-top: 21px;
  }

  .tw .sm\:first\:pt-22px:first-child{
    padding-top: 22px;
  }

  .tw .sm\:first\:pt-23px:first-child{
    padding-top: 23px;
  }

  .tw .sm\:first\:pt-24px:first-child{
    padding-top: 24px;
  }

  .tw .sm\:first\:pt-25px:first-child{
    padding-top: 25px;
  }

  .tw .sm\:first\:pt-26px:first-child{
    padding-top: 26px;
  }

  .tw .sm\:first\:pt-27px:first-child{
    padding-top: 27px;
  }

  .tw .sm\:first\:pt-28px:first-child{
    padding-top: 28px;
  }

  .tw .sm\:first\:pt-29px:first-child{
    padding-top: 29px;
  }

  .tw .sm\:first\:pt-30px:first-child{
    padding-top: 30px;
  }

  .tw .sm\:first\:pt-31px:first-child{
    padding-top: 31px;
  }

  .tw .sm\:first\:pt-32px:first-child{
    padding-top: 32px;
  }

  .tw .sm\:first\:pt-33px:first-child{
    padding-top: 33px;
  }

  .tw .sm\:first\:pt-34px:first-child{
    padding-top: 34px;
  }

  .tw .sm\:first\:pt-35px:first-child{
    padding-top: 35px;
  }

  .tw .sm\:first\:pt-36px:first-child{
    padding-top: 36px;
  }

  .tw .sm\:first\:pt-37px:first-child{
    padding-top: 37px;
  }

  .tw .sm\:first\:pt-38px:first-child{
    padding-top: 38px;
  }

  .tw .sm\:first\:pt-39px:first-child{
    padding-top: 39px;
  }

  .tw .sm\:first\:pt-40px:first-child{
    padding-top: 40px;
  }

  .tw .sm\:first\:pr-0:first-child{
    padding-right: 0px;
  }

  .tw .sm\:first\:pr-1:first-child{
    padding-right: 5px;
  }

  .tw .sm\:first\:pr-2:first-child{
    padding-right: 10px;
  }

  .tw .sm\:first\:pr-3:first-child{
    padding-right: 15px;
  }

  .tw .sm\:first\:pr-4:first-child{
    padding-right: 20px;
  }

  .tw .sm\:first\:pr-5:first-child{
    padding-right: 25px;
  }

  .tw .sm\:first\:pr-6:first-child{
    padding-right: 30px;
  }

  .tw .sm\:first\:pr-7:first-child{
    padding-right: 35px;
  }

  .tw .sm\:first\:pr-8:first-child{
    padding-right: 40px;
  }

  .tw .sm\:first\:pr-9:first-child{
    padding-right: 45px;
  }

  .tw .sm\:first\:pr-10:first-child{
    padding-right: 50px;
  }

  .tw .sm\:first\:pr-11:first-child{
    padding-right: 55px;
  }

  .tw .sm\:first\:pr-12:first-child{
    padding-right: 60px;
  }

  .tw .sm\:first\:pr-13:first-child{
    padding-right: 65px;
  }

  .tw .sm\:first\:pr-14:first-child{
    padding-right: 70px;
  }

  .tw .sm\:first\:pr-15:first-child{
    padding-right: 75px;
  }

  .tw .sm\:first\:pr-16:first-child{
    padding-right: 80px;
  }

  .tw .sm\:first\:pr-17:first-child{
    padding-right: 85px;
  }

  .tw .sm\:first\:pr-18:first-child{
    padding-right: 90px;
  }

  .tw .sm\:first\:pr-19:first-child{
    padding-right: 95px;
  }

  .tw .sm\:first\:pr-20:first-child{
    padding-right: 100px;
  }

  .tw .sm\:first\:pr-21:first-child{
    padding-right: 105px;
  }

  .tw .sm\:first\:pr-22:first-child{
    padding-right: 110px;
  }

  .tw .sm\:first\:pr-23:first-child{
    padding-right: 115px;
  }

  .tw .sm\:first\:pr-24:first-child{
    padding-right: 120px;
  }

  .tw .sm\:first\:pr-25:first-child{
    padding-right: 125px;
  }

  .tw .sm\:first\:pr-26:first-child{
    padding-right: 130px;
  }

  .tw .sm\:first\:pr-27:first-child{
    padding-right: 135px;
  }

  .tw .sm\:first\:pr-28:first-child{
    padding-right: 140px;
  }

  .tw .sm\:first\:pr-29:first-child{
    padding-right: 145px;
  }

  .tw .sm\:first\:pr-30:first-child{
    padding-right: 150px;
  }

  .tw .sm\:first\:pr-31:first-child{
    padding-right: 155px;
  }

  .tw .sm\:first\:pr-32:first-child{
    padding-right: 160px;
  }

  .tw .sm\:first\:pr-33:first-child{
    padding-right: 165px;
  }

  .tw .sm\:first\:pr-34:first-child{
    padding-right: 170px;
  }

  .tw .sm\:first\:pr-35:first-child{
    padding-right: 175px;
  }

  .tw .sm\:first\:pr-36:first-child{
    padding-right: 180px;
  }

  .tw .sm\:first\:pr-37:first-child{
    padding-right: 185px;
  }

  .tw .sm\:first\:pr-38:first-child{
    padding-right: 190px;
  }

  .tw .sm\:first\:pr-39:first-child{
    padding-right: 195px;
  }

  .tw .sm\:first\:pr-40:first-child{
    padding-right: 200px;
  }

  .tw .sm\:first\:pr-41:first-child{
    padding-right: 205px;
  }

  .tw .sm\:first\:pr-42:first-child{
    padding-right: 210px;
  }

  .tw .sm\:first\:pr-43:first-child{
    padding-right: 215px;
  }

  .tw .sm\:first\:pr-44:first-child{
    padding-right: 220px;
  }

  .tw .sm\:first\:pr-45:first-child{
    padding-right: 225px;
  }

  .tw .sm\:first\:pr-46:first-child{
    padding-right: 230px;
  }

  .tw .sm\:first\:pr-47:first-child{
    padding-right: 235px;
  }

  .tw .sm\:first\:pr-48:first-child{
    padding-right: 240px;
  }

  .tw .sm\:first\:pr-49:first-child{
    padding-right: 245px;
  }

  .tw .sm\:first\:pr-50:first-child{
    padding-right: 250px;
  }

  .tw .sm\:first\:pr-51:first-child{
    padding-right: 255px;
  }

  .tw .sm\:first\:pr-52:first-child{
    padding-right: 260px;
  }

  .tw .sm\:first\:pr-53:first-child{
    padding-right: 265px;
  }

  .tw .sm\:first\:pr-54:first-child{
    padding-right: 270px;
  }

  .tw .sm\:first\:pr-55:first-child{
    padding-right: 275px;
  }

  .tw .sm\:first\:pr-56:first-child{
    padding-right: 280px;
  }

  .tw .sm\:first\:pr-57:first-child{
    padding-right: 285px;
  }

  .tw .sm\:first\:pr-58:first-child{
    padding-right: 290px;
  }

  .tw .sm\:first\:pr-59:first-child{
    padding-right: 295px;
  }

  .tw .sm\:first\:pr-60:first-child{
    padding-right: 300px;
  }

  .tw .sm\:first\:pr-61:first-child{
    padding-right: 305px;
  }

  .tw .sm\:first\:pr-62:first-child{
    padding-right: 310px;
  }

  .tw .sm\:first\:pr-63:first-child{
    padding-right: 315px;
  }

  .tw .sm\:first\:pr-64:first-child{
    padding-right: 320px;
  }

  .tw .sm\:first\:pr-65:first-child{
    padding-right: 325px;
  }

  .tw .sm\:first\:pr-66:first-child{
    padding-right: 330px;
  }

  .tw .sm\:first\:pr-67:first-child{
    padding-right: 335px;
  }

  .tw .sm\:first\:pr-68:first-child{
    padding-right: 340px;
  }

  .tw .sm\:first\:pr-69:first-child{
    padding-right: 345px;
  }

  .tw .sm\:first\:pr-70:first-child{
    padding-right: 350px;
  }

  .tw .sm\:first\:pr-71:first-child{
    padding-right: 355px;
  }

  .tw .sm\:first\:pr-72:first-child{
    padding-right: 360px;
  }

  .tw .sm\:first\:pr-73:first-child{
    padding-right: 365px;
  }

  .tw .sm\:first\:pr-74:first-child{
    padding-right: 370px;
  }

  .tw .sm\:first\:pr-75:first-child{
    padding-right: 375px;
  }

  .tw .sm\:first\:pr-76:first-child{
    padding-right: 380px;
  }

  .tw .sm\:first\:pr-77:first-child{
    padding-right: 385px;
  }

  .tw .sm\:first\:pr-78:first-child{
    padding-right: 390px;
  }

  .tw .sm\:first\:pr-79:first-child{
    padding-right: 395px;
  }

  .tw .sm\:first\:pr-80:first-child{
    padding-right: 400px;
  }

  .tw .sm\:first\:pr-81:first-child{
    padding-right: 405px;
  }

  .tw .sm\:first\:pr-82:first-child{
    padding-right: 410px;
  }

  .tw .sm\:first\:pr-83:first-child{
    padding-right: 415px;
  }

  .tw .sm\:first\:pr-84:first-child{
    padding-right: 420px;
  }

  .tw .sm\:first\:pr-85:first-child{
    padding-right: 425px;
  }

  .tw .sm\:first\:pr-86:first-child{
    padding-right: 430px;
  }

  .tw .sm\:first\:pr-87:first-child{
    padding-right: 435px;
  }

  .tw .sm\:first\:pr-88:first-child{
    padding-right: 440px;
  }

  .tw .sm\:first\:pr-89:first-child{
    padding-right: 445px;
  }

  .tw .sm\:first\:pr-90:first-child{
    padding-right: 450px;
  }

  .tw .sm\:first\:pr-91:first-child{
    padding-right: 455px;
  }

  .tw .sm\:first\:pr-92:first-child{
    padding-right: 460px;
  }

  .tw .sm\:first\:pr-93:first-child{
    padding-right: 465px;
  }

  .tw .sm\:first\:pr-94:first-child{
    padding-right: 470px;
  }

  .tw .sm\:first\:pr-95:first-child{
    padding-right: 475px;
  }

  .tw .sm\:first\:pr-96:first-child{
    padding-right: 480px;
  }

  .tw .sm\:first\:pr-97:first-child{
    padding-right: 485px;
  }

  .tw .sm\:first\:pr-98:first-child{
    padding-right: 490px;
  }

  .tw .sm\:first\:pr-99:first-child{
    padding-right: 495px;
  }

  .tw .sm\:first\:pr-100:first-child{
    padding-right: 500px;
  }

  .tw .sm\:first\:pr-101:first-child{
    padding-right: 505px;
  }

  .tw .sm\:first\:pr-102:first-child{
    padding-right: 510px;
  }

  .tw .sm\:first\:pr-103:first-child{
    padding-right: 515px;
  }

  .tw .sm\:first\:pr-104:first-child{
    padding-right: 520px;
  }

  .tw .sm\:first\:pr-105:first-child{
    padding-right: 525px;
  }

  .tw .sm\:first\:pr-106:first-child{
    padding-right: 530px;
  }

  .tw .sm\:first\:pr-107:first-child{
    padding-right: 535px;
  }

  .tw .sm\:first\:pr-108:first-child{
    padding-right: 540px;
  }

  .tw .sm\:first\:pr-109:first-child{
    padding-right: 545px;
  }

  .tw .sm\:first\:pr-110:first-child{
    padding-right: 550px;
  }

  .tw .sm\:first\:pr-111:first-child{
    padding-right: 555px;
  }

  .tw .sm\:first\:pr-112:first-child{
    padding-right: 560px;
  }

  .tw .sm\:first\:pr-113:first-child{
    padding-right: 565px;
  }

  .tw .sm\:first\:pr-114:first-child{
    padding-right: 570px;
  }

  .tw .sm\:first\:pr-115:first-child{
    padding-right: 575px;
  }

  .tw .sm\:first\:pr-116:first-child{
    padding-right: 580px;
  }

  .tw .sm\:first\:pr-117:first-child{
    padding-right: 585px;
  }

  .tw .sm\:first\:pr-118:first-child{
    padding-right: 590px;
  }

  .tw .sm\:first\:pr-119:first-child{
    padding-right: 595px;
  }

  .tw .sm\:first\:pr-120:first-child{
    padding-right: 600px;
  }

  .tw .sm\:first\:pr-121:first-child{
    padding-right: 605px;
  }

  .tw .sm\:first\:pr-122:first-child{
    padding-right: 610px;
  }

  .tw .sm\:first\:pr-123:first-child{
    padding-right: 615px;
  }

  .tw .sm\:first\:pr-124:first-child{
    padding-right: 620px;
  }

  .tw .sm\:first\:pr-125:first-child{
    padding-right: 625px;
  }

  .tw .sm\:first\:pr-126:first-child{
    padding-right: 630px;
  }

  .tw .sm\:first\:pr-127:first-child{
    padding-right: 635px;
  }

  .tw .sm\:first\:pr-128:first-child{
    padding-right: 640px;
  }

  .tw .sm\:first\:pr-129:first-child{
    padding-right: 645px;
  }

  .tw .sm\:first\:pr-130:first-child{
    padding-right: 650px;
  }

  .tw .sm\:first\:pr-131:first-child{
    padding-right: 655px;
  }

  .tw .sm\:first\:pr-132:first-child{
    padding-right: 660px;
  }

  .tw .sm\:first\:pr-133:first-child{
    padding-right: 665px;
  }

  .tw .sm\:first\:pr-134:first-child{
    padding-right: 670px;
  }

  .tw .sm\:first\:pr-135:first-child{
    padding-right: 675px;
  }

  .tw .sm\:first\:pr-136:first-child{
    padding-right: 680px;
  }

  .tw .sm\:first\:pr-137:first-child{
    padding-right: 685px;
  }

  .tw .sm\:first\:pr-138:first-child{
    padding-right: 690px;
  }

  .tw .sm\:first\:pr-139:first-child{
    padding-right: 695px;
  }

  .tw .sm\:first\:pr-140:first-child{
    padding-right: 700px;
  }

  .tw .sm\:first\:pr-141:first-child{
    padding-right: 705px;
  }

  .tw .sm\:first\:pr-142:first-child{
    padding-right: 710px;
  }

  .tw .sm\:first\:pr-143:first-child{
    padding-right: 715px;
  }

  .tw .sm\:first\:pr-144:first-child{
    padding-right: 720px;
  }

  .tw .sm\:first\:pr-145:first-child{
    padding-right: 725px;
  }

  .tw .sm\:first\:pr-146:first-child{
    padding-right: 730px;
  }

  .tw .sm\:first\:pr-147:first-child{
    padding-right: 735px;
  }

  .tw .sm\:first\:pr-148:first-child{
    padding-right: 740px;
  }

  .tw .sm\:first\:pr-149:first-child{
    padding-right: 745px;
  }

  .tw .sm\:first\:pr-0\.5:first-child{
    padding-right: 3px;
  }

  .tw .sm\:first\:pr-1px:first-child{
    padding-right: 1px;
  }

  .tw .sm\:first\:pr-2px:first-child{
    padding-right: 2px;
  }

  .tw .sm\:first\:pr-3px:first-child{
    padding-right: 3px;
  }

  .tw .sm\:first\:pr-4px:first-child{
    padding-right: 4px;
  }

  .tw .sm\:first\:pr-5px:first-child{
    padding-right: 5px;
  }

  .tw .sm\:first\:pr-6px:first-child{
    padding-right: 6px;
  }

  .tw .sm\:first\:pr-7px:first-child{
    padding-right: 7px;
  }

  .tw .sm\:first\:pr-8px:first-child{
    padding-right: 8px;
  }

  .tw .sm\:first\:pr-9px:first-child{
    padding-right: 9px;
  }

  .tw .sm\:first\:pr-10px:first-child{
    padding-right: 10px;
  }

  .tw .sm\:first\:pr-11px:first-child{
    padding-right: 11px;
  }

  .tw .sm\:first\:pr-12px:first-child{
    padding-right: 12px;
  }

  .tw .sm\:first\:pr-13px:first-child{
    padding-right: 13px;
  }

  .tw .sm\:first\:pr-14px:first-child{
    padding-right: 14px;
  }

  .tw .sm\:first\:pr-15px:first-child{
    padding-right: 15px;
  }

  .tw .sm\:first\:pr-16px:first-child{
    padding-right: 16px;
  }

  .tw .sm\:first\:pr-17px:first-child{
    padding-right: 17px;
  }

  .tw .sm\:first\:pr-18px:first-child{
    padding-right: 18px;
  }

  .tw .sm\:first\:pr-19px:first-child{
    padding-right: 19px;
  }

  .tw .sm\:first\:pr-20px:first-child{
    padding-right: 20px;
  }

  .tw .sm\:first\:pr-21px:first-child{
    padding-right: 21px;
  }

  .tw .sm\:first\:pr-22px:first-child{
    padding-right: 22px;
  }

  .tw .sm\:first\:pr-23px:first-child{
    padding-right: 23px;
  }

  .tw .sm\:first\:pr-24px:first-child{
    padding-right: 24px;
  }

  .tw .sm\:first\:pr-25px:first-child{
    padding-right: 25px;
  }

  .tw .sm\:first\:pr-26px:first-child{
    padding-right: 26px;
  }

  .tw .sm\:first\:pr-27px:first-child{
    padding-right: 27px;
  }

  .tw .sm\:first\:pr-28px:first-child{
    padding-right: 28px;
  }

  .tw .sm\:first\:pr-29px:first-child{
    padding-right: 29px;
  }

  .tw .sm\:first\:pr-30px:first-child{
    padding-right: 30px;
  }

  .tw .sm\:first\:pr-31px:first-child{
    padding-right: 31px;
  }

  .tw .sm\:first\:pr-32px:first-child{
    padding-right: 32px;
  }

  .tw .sm\:first\:pr-33px:first-child{
    padding-right: 33px;
  }

  .tw .sm\:first\:pr-34px:first-child{
    padding-right: 34px;
  }

  .tw .sm\:first\:pr-35px:first-child{
    padding-right: 35px;
  }

  .tw .sm\:first\:pr-36px:first-child{
    padding-right: 36px;
  }

  .tw .sm\:first\:pr-37px:first-child{
    padding-right: 37px;
  }

  .tw .sm\:first\:pr-38px:first-child{
    padding-right: 38px;
  }

  .tw .sm\:first\:pr-39px:first-child{
    padding-right: 39px;
  }

  .tw .sm\:first\:pr-40px:first-child{
    padding-right: 40px;
  }

  .tw .sm\:first\:pb-0:first-child{
    padding-bottom: 0px;
  }

  .tw .sm\:first\:pb-1:first-child{
    padding-bottom: 5px;
  }

  .tw .sm\:first\:pb-2:first-child{
    padding-bottom: 10px;
  }

  .tw .sm\:first\:pb-3:first-child{
    padding-bottom: 15px;
  }

  .tw .sm\:first\:pb-4:first-child{
    padding-bottom: 20px;
  }

  .tw .sm\:first\:pb-5:first-child{
    padding-bottom: 25px;
  }

  .tw .sm\:first\:pb-6:first-child{
    padding-bottom: 30px;
  }

  .tw .sm\:first\:pb-7:first-child{
    padding-bottom: 35px;
  }

  .tw .sm\:first\:pb-8:first-child{
    padding-bottom: 40px;
  }

  .tw .sm\:first\:pb-9:first-child{
    padding-bottom: 45px;
  }

  .tw .sm\:first\:pb-10:first-child{
    padding-bottom: 50px;
  }

  .tw .sm\:first\:pb-11:first-child{
    padding-bottom: 55px;
  }

  .tw .sm\:first\:pb-12:first-child{
    padding-bottom: 60px;
  }

  .tw .sm\:first\:pb-13:first-child{
    padding-bottom: 65px;
  }

  .tw .sm\:first\:pb-14:first-child{
    padding-bottom: 70px;
  }

  .tw .sm\:first\:pb-15:first-child{
    padding-bottom: 75px;
  }

  .tw .sm\:first\:pb-16:first-child{
    padding-bottom: 80px;
  }

  .tw .sm\:first\:pb-17:first-child{
    padding-bottom: 85px;
  }

  .tw .sm\:first\:pb-18:first-child{
    padding-bottom: 90px;
  }

  .tw .sm\:first\:pb-19:first-child{
    padding-bottom: 95px;
  }

  .tw .sm\:first\:pb-20:first-child{
    padding-bottom: 100px;
  }

  .tw .sm\:first\:pb-21:first-child{
    padding-bottom: 105px;
  }

  .tw .sm\:first\:pb-22:first-child{
    padding-bottom: 110px;
  }

  .tw .sm\:first\:pb-23:first-child{
    padding-bottom: 115px;
  }

  .tw .sm\:first\:pb-24:first-child{
    padding-bottom: 120px;
  }

  .tw .sm\:first\:pb-25:first-child{
    padding-bottom: 125px;
  }

  .tw .sm\:first\:pb-26:first-child{
    padding-bottom: 130px;
  }

  .tw .sm\:first\:pb-27:first-child{
    padding-bottom: 135px;
  }

  .tw .sm\:first\:pb-28:first-child{
    padding-bottom: 140px;
  }

  .tw .sm\:first\:pb-29:first-child{
    padding-bottom: 145px;
  }

  .tw .sm\:first\:pb-30:first-child{
    padding-bottom: 150px;
  }

  .tw .sm\:first\:pb-31:first-child{
    padding-bottom: 155px;
  }

  .tw .sm\:first\:pb-32:first-child{
    padding-bottom: 160px;
  }

  .tw .sm\:first\:pb-33:first-child{
    padding-bottom: 165px;
  }

  .tw .sm\:first\:pb-34:first-child{
    padding-bottom: 170px;
  }

  .tw .sm\:first\:pb-35:first-child{
    padding-bottom: 175px;
  }

  .tw .sm\:first\:pb-36:first-child{
    padding-bottom: 180px;
  }

  .tw .sm\:first\:pb-37:first-child{
    padding-bottom: 185px;
  }

  .tw .sm\:first\:pb-38:first-child{
    padding-bottom: 190px;
  }

  .tw .sm\:first\:pb-39:first-child{
    padding-bottom: 195px;
  }

  .tw .sm\:first\:pb-40:first-child{
    padding-bottom: 200px;
  }

  .tw .sm\:first\:pb-41:first-child{
    padding-bottom: 205px;
  }

  .tw .sm\:first\:pb-42:first-child{
    padding-bottom: 210px;
  }

  .tw .sm\:first\:pb-43:first-child{
    padding-bottom: 215px;
  }

  .tw .sm\:first\:pb-44:first-child{
    padding-bottom: 220px;
  }

  .tw .sm\:first\:pb-45:first-child{
    padding-bottom: 225px;
  }

  .tw .sm\:first\:pb-46:first-child{
    padding-bottom: 230px;
  }

  .tw .sm\:first\:pb-47:first-child{
    padding-bottom: 235px;
  }

  .tw .sm\:first\:pb-48:first-child{
    padding-bottom: 240px;
  }

  .tw .sm\:first\:pb-49:first-child{
    padding-bottom: 245px;
  }

  .tw .sm\:first\:pb-50:first-child{
    padding-bottom: 250px;
  }

  .tw .sm\:first\:pb-51:first-child{
    padding-bottom: 255px;
  }

  .tw .sm\:first\:pb-52:first-child{
    padding-bottom: 260px;
  }

  .tw .sm\:first\:pb-53:first-child{
    padding-bottom: 265px;
  }

  .tw .sm\:first\:pb-54:first-child{
    padding-bottom: 270px;
  }

  .tw .sm\:first\:pb-55:first-child{
    padding-bottom: 275px;
  }

  .tw .sm\:first\:pb-56:first-child{
    padding-bottom: 280px;
  }

  .tw .sm\:first\:pb-57:first-child{
    padding-bottom: 285px;
  }

  .tw .sm\:first\:pb-58:first-child{
    padding-bottom: 290px;
  }

  .tw .sm\:first\:pb-59:first-child{
    padding-bottom: 295px;
  }

  .tw .sm\:first\:pb-60:first-child{
    padding-bottom: 300px;
  }

  .tw .sm\:first\:pb-61:first-child{
    padding-bottom: 305px;
  }

  .tw .sm\:first\:pb-62:first-child{
    padding-bottom: 310px;
  }

  .tw .sm\:first\:pb-63:first-child{
    padding-bottom: 315px;
  }

  .tw .sm\:first\:pb-64:first-child{
    padding-bottom: 320px;
  }

  .tw .sm\:first\:pb-65:first-child{
    padding-bottom: 325px;
  }

  .tw .sm\:first\:pb-66:first-child{
    padding-bottom: 330px;
  }

  .tw .sm\:first\:pb-67:first-child{
    padding-bottom: 335px;
  }

  .tw .sm\:first\:pb-68:first-child{
    padding-bottom: 340px;
  }

  .tw .sm\:first\:pb-69:first-child{
    padding-bottom: 345px;
  }

  .tw .sm\:first\:pb-70:first-child{
    padding-bottom: 350px;
  }

  .tw .sm\:first\:pb-71:first-child{
    padding-bottom: 355px;
  }

  .tw .sm\:first\:pb-72:first-child{
    padding-bottom: 360px;
  }

  .tw .sm\:first\:pb-73:first-child{
    padding-bottom: 365px;
  }

  .tw .sm\:first\:pb-74:first-child{
    padding-bottom: 370px;
  }

  .tw .sm\:first\:pb-75:first-child{
    padding-bottom: 375px;
  }

  .tw .sm\:first\:pb-76:first-child{
    padding-bottom: 380px;
  }

  .tw .sm\:first\:pb-77:first-child{
    padding-bottom: 385px;
  }

  .tw .sm\:first\:pb-78:first-child{
    padding-bottom: 390px;
  }

  .tw .sm\:first\:pb-79:first-child{
    padding-bottom: 395px;
  }

  .tw .sm\:first\:pb-80:first-child{
    padding-bottom: 400px;
  }

  .tw .sm\:first\:pb-81:first-child{
    padding-bottom: 405px;
  }

  .tw .sm\:first\:pb-82:first-child{
    padding-bottom: 410px;
  }

  .tw .sm\:first\:pb-83:first-child{
    padding-bottom: 415px;
  }

  .tw .sm\:first\:pb-84:first-child{
    padding-bottom: 420px;
  }

  .tw .sm\:first\:pb-85:first-child{
    padding-bottom: 425px;
  }

  .tw .sm\:first\:pb-86:first-child{
    padding-bottom: 430px;
  }

  .tw .sm\:first\:pb-87:first-child{
    padding-bottom: 435px;
  }

  .tw .sm\:first\:pb-88:first-child{
    padding-bottom: 440px;
  }

  .tw .sm\:first\:pb-89:first-child{
    padding-bottom: 445px;
  }

  .tw .sm\:first\:pb-90:first-child{
    padding-bottom: 450px;
  }

  .tw .sm\:first\:pb-91:first-child{
    padding-bottom: 455px;
  }

  .tw .sm\:first\:pb-92:first-child{
    padding-bottom: 460px;
  }

  .tw .sm\:first\:pb-93:first-child{
    padding-bottom: 465px;
  }

  .tw .sm\:first\:pb-94:first-child{
    padding-bottom: 470px;
  }

  .tw .sm\:first\:pb-95:first-child{
    padding-bottom: 475px;
  }

  .tw .sm\:first\:pb-96:first-child{
    padding-bottom: 480px;
  }

  .tw .sm\:first\:pb-97:first-child{
    padding-bottom: 485px;
  }

  .tw .sm\:first\:pb-98:first-child{
    padding-bottom: 490px;
  }

  .tw .sm\:first\:pb-99:first-child{
    padding-bottom: 495px;
  }

  .tw .sm\:first\:pb-100:first-child{
    padding-bottom: 500px;
  }

  .tw .sm\:first\:pb-101:first-child{
    padding-bottom: 505px;
  }

  .tw .sm\:first\:pb-102:first-child{
    padding-bottom: 510px;
  }

  .tw .sm\:first\:pb-103:first-child{
    padding-bottom: 515px;
  }

  .tw .sm\:first\:pb-104:first-child{
    padding-bottom: 520px;
  }

  .tw .sm\:first\:pb-105:first-child{
    padding-bottom: 525px;
  }

  .tw .sm\:first\:pb-106:first-child{
    padding-bottom: 530px;
  }

  .tw .sm\:first\:pb-107:first-child{
    padding-bottom: 535px;
  }

  .tw .sm\:first\:pb-108:first-child{
    padding-bottom: 540px;
  }

  .tw .sm\:first\:pb-109:first-child{
    padding-bottom: 545px;
  }

  .tw .sm\:first\:pb-110:first-child{
    padding-bottom: 550px;
  }

  .tw .sm\:first\:pb-111:first-child{
    padding-bottom: 555px;
  }

  .tw .sm\:first\:pb-112:first-child{
    padding-bottom: 560px;
  }

  .tw .sm\:first\:pb-113:first-child{
    padding-bottom: 565px;
  }

  .tw .sm\:first\:pb-114:first-child{
    padding-bottom: 570px;
  }

  .tw .sm\:first\:pb-115:first-child{
    padding-bottom: 575px;
  }

  .tw .sm\:first\:pb-116:first-child{
    padding-bottom: 580px;
  }

  .tw .sm\:first\:pb-117:first-child{
    padding-bottom: 585px;
  }

  .tw .sm\:first\:pb-118:first-child{
    padding-bottom: 590px;
  }

  .tw .sm\:first\:pb-119:first-child{
    padding-bottom: 595px;
  }

  .tw .sm\:first\:pb-120:first-child{
    padding-bottom: 600px;
  }

  .tw .sm\:first\:pb-121:first-child{
    padding-bottom: 605px;
  }

  .tw .sm\:first\:pb-122:first-child{
    padding-bottom: 610px;
  }

  .tw .sm\:first\:pb-123:first-child{
    padding-bottom: 615px;
  }

  .tw .sm\:first\:pb-124:first-child{
    padding-bottom: 620px;
  }

  .tw .sm\:first\:pb-125:first-child{
    padding-bottom: 625px;
  }

  .tw .sm\:first\:pb-126:first-child{
    padding-bottom: 630px;
  }

  .tw .sm\:first\:pb-127:first-child{
    padding-bottom: 635px;
  }

  .tw .sm\:first\:pb-128:first-child{
    padding-bottom: 640px;
  }

  .tw .sm\:first\:pb-129:first-child{
    padding-bottom: 645px;
  }

  .tw .sm\:first\:pb-130:first-child{
    padding-bottom: 650px;
  }

  .tw .sm\:first\:pb-131:first-child{
    padding-bottom: 655px;
  }

  .tw .sm\:first\:pb-132:first-child{
    padding-bottom: 660px;
  }

  .tw .sm\:first\:pb-133:first-child{
    padding-bottom: 665px;
  }

  .tw .sm\:first\:pb-134:first-child{
    padding-bottom: 670px;
  }

  .tw .sm\:first\:pb-135:first-child{
    padding-bottom: 675px;
  }

  .tw .sm\:first\:pb-136:first-child{
    padding-bottom: 680px;
  }

  .tw .sm\:first\:pb-137:first-child{
    padding-bottom: 685px;
  }

  .tw .sm\:first\:pb-138:first-child{
    padding-bottom: 690px;
  }

  .tw .sm\:first\:pb-139:first-child{
    padding-bottom: 695px;
  }

  .tw .sm\:first\:pb-140:first-child{
    padding-bottom: 700px;
  }

  .tw .sm\:first\:pb-141:first-child{
    padding-bottom: 705px;
  }

  .tw .sm\:first\:pb-142:first-child{
    padding-bottom: 710px;
  }

  .tw .sm\:first\:pb-143:first-child{
    padding-bottom: 715px;
  }

  .tw .sm\:first\:pb-144:first-child{
    padding-bottom: 720px;
  }

  .tw .sm\:first\:pb-145:first-child{
    padding-bottom: 725px;
  }

  .tw .sm\:first\:pb-146:first-child{
    padding-bottom: 730px;
  }

  .tw .sm\:first\:pb-147:first-child{
    padding-bottom: 735px;
  }

  .tw .sm\:first\:pb-148:first-child{
    padding-bottom: 740px;
  }

  .tw .sm\:first\:pb-149:first-child{
    padding-bottom: 745px;
  }

  .tw .sm\:first\:pb-0\.5:first-child{
    padding-bottom: 3px;
  }

  .tw .sm\:first\:pb-1px:first-child{
    padding-bottom: 1px;
  }

  .tw .sm\:first\:pb-2px:first-child{
    padding-bottom: 2px;
  }

  .tw .sm\:first\:pb-3px:first-child{
    padding-bottom: 3px;
  }

  .tw .sm\:first\:pb-4px:first-child{
    padding-bottom: 4px;
  }

  .tw .sm\:first\:pb-5px:first-child{
    padding-bottom: 5px;
  }

  .tw .sm\:first\:pb-6px:first-child{
    padding-bottom: 6px;
  }

  .tw .sm\:first\:pb-7px:first-child{
    padding-bottom: 7px;
  }

  .tw .sm\:first\:pb-8px:first-child{
    padding-bottom: 8px;
  }

  .tw .sm\:first\:pb-9px:first-child{
    padding-bottom: 9px;
  }

  .tw .sm\:first\:pb-10px:first-child{
    padding-bottom: 10px;
  }

  .tw .sm\:first\:pb-11px:first-child{
    padding-bottom: 11px;
  }

  .tw .sm\:first\:pb-12px:first-child{
    padding-bottom: 12px;
  }

  .tw .sm\:first\:pb-13px:first-child{
    padding-bottom: 13px;
  }

  .tw .sm\:first\:pb-14px:first-child{
    padding-bottom: 14px;
  }

  .tw .sm\:first\:pb-15px:first-child{
    padding-bottom: 15px;
  }

  .tw .sm\:first\:pb-16px:first-child{
    padding-bottom: 16px;
  }

  .tw .sm\:first\:pb-17px:first-child{
    padding-bottom: 17px;
  }

  .tw .sm\:first\:pb-18px:first-child{
    padding-bottom: 18px;
  }

  .tw .sm\:first\:pb-19px:first-child{
    padding-bottom: 19px;
  }

  .tw .sm\:first\:pb-20px:first-child{
    padding-bottom: 20px;
  }

  .tw .sm\:first\:pb-21px:first-child{
    padding-bottom: 21px;
  }

  .tw .sm\:first\:pb-22px:first-child{
    padding-bottom: 22px;
  }

  .tw .sm\:first\:pb-23px:first-child{
    padding-bottom: 23px;
  }

  .tw .sm\:first\:pb-24px:first-child{
    padding-bottom: 24px;
  }

  .tw .sm\:first\:pb-25px:first-child{
    padding-bottom: 25px;
  }

  .tw .sm\:first\:pb-26px:first-child{
    padding-bottom: 26px;
  }

  .tw .sm\:first\:pb-27px:first-child{
    padding-bottom: 27px;
  }

  .tw .sm\:first\:pb-28px:first-child{
    padding-bottom: 28px;
  }

  .tw .sm\:first\:pb-29px:first-child{
    padding-bottom: 29px;
  }

  .tw .sm\:first\:pb-30px:first-child{
    padding-bottom: 30px;
  }

  .tw .sm\:first\:pb-31px:first-child{
    padding-bottom: 31px;
  }

  .tw .sm\:first\:pb-32px:first-child{
    padding-bottom: 32px;
  }

  .tw .sm\:first\:pb-33px:first-child{
    padding-bottom: 33px;
  }

  .tw .sm\:first\:pb-34px:first-child{
    padding-bottom: 34px;
  }

  .tw .sm\:first\:pb-35px:first-child{
    padding-bottom: 35px;
  }

  .tw .sm\:first\:pb-36px:first-child{
    padding-bottom: 36px;
  }

  .tw .sm\:first\:pb-37px:first-child{
    padding-bottom: 37px;
  }

  .tw .sm\:first\:pb-38px:first-child{
    padding-bottom: 38px;
  }

  .tw .sm\:first\:pb-39px:first-child{
    padding-bottom: 39px;
  }

  .tw .sm\:first\:pb-40px:first-child{
    padding-bottom: 40px;
  }

  .tw .sm\:first\:pl-0:first-child{
    padding-left: 0px;
  }

  .tw .sm\:first\:pl-1:first-child{
    padding-left: 5px;
  }

  .tw .sm\:first\:pl-2:first-child{
    padding-left: 10px;
  }

  .tw .sm\:first\:pl-3:first-child{
    padding-left: 15px;
  }

  .tw .sm\:first\:pl-4:first-child{
    padding-left: 20px;
  }

  .tw .sm\:first\:pl-5:first-child{
    padding-left: 25px;
  }

  .tw .sm\:first\:pl-6:first-child{
    padding-left: 30px;
  }

  .tw .sm\:first\:pl-7:first-child{
    padding-left: 35px;
  }

  .tw .sm\:first\:pl-8:first-child{
    padding-left: 40px;
  }

  .tw .sm\:first\:pl-9:first-child{
    padding-left: 45px;
  }

  .tw .sm\:first\:pl-10:first-child{
    padding-left: 50px;
  }

  .tw .sm\:first\:pl-11:first-child{
    padding-left: 55px;
  }

  .tw .sm\:first\:pl-12:first-child{
    padding-left: 60px;
  }

  .tw .sm\:first\:pl-13:first-child{
    padding-left: 65px;
  }

  .tw .sm\:first\:pl-14:first-child{
    padding-left: 70px;
  }

  .tw .sm\:first\:pl-15:first-child{
    padding-left: 75px;
  }

  .tw .sm\:first\:pl-16:first-child{
    padding-left: 80px;
  }

  .tw .sm\:first\:pl-17:first-child{
    padding-left: 85px;
  }

  .tw .sm\:first\:pl-18:first-child{
    padding-left: 90px;
  }

  .tw .sm\:first\:pl-19:first-child{
    padding-left: 95px;
  }

  .tw .sm\:first\:pl-20:first-child{
    padding-left: 100px;
  }

  .tw .sm\:first\:pl-21:first-child{
    padding-left: 105px;
  }

  .tw .sm\:first\:pl-22:first-child{
    padding-left: 110px;
  }

  .tw .sm\:first\:pl-23:first-child{
    padding-left: 115px;
  }

  .tw .sm\:first\:pl-24:first-child{
    padding-left: 120px;
  }

  .tw .sm\:first\:pl-25:first-child{
    padding-left: 125px;
  }

  .tw .sm\:first\:pl-26:first-child{
    padding-left: 130px;
  }

  .tw .sm\:first\:pl-27:first-child{
    padding-left: 135px;
  }

  .tw .sm\:first\:pl-28:first-child{
    padding-left: 140px;
  }

  .tw .sm\:first\:pl-29:first-child{
    padding-left: 145px;
  }

  .tw .sm\:first\:pl-30:first-child{
    padding-left: 150px;
  }

  .tw .sm\:first\:pl-31:first-child{
    padding-left: 155px;
  }

  .tw .sm\:first\:pl-32:first-child{
    padding-left: 160px;
  }

  .tw .sm\:first\:pl-33:first-child{
    padding-left: 165px;
  }

  .tw .sm\:first\:pl-34:first-child{
    padding-left: 170px;
  }

  .tw .sm\:first\:pl-35:first-child{
    padding-left: 175px;
  }

  .tw .sm\:first\:pl-36:first-child{
    padding-left: 180px;
  }

  .tw .sm\:first\:pl-37:first-child{
    padding-left: 185px;
  }

  .tw .sm\:first\:pl-38:first-child{
    padding-left: 190px;
  }

  .tw .sm\:first\:pl-39:first-child{
    padding-left: 195px;
  }

  .tw .sm\:first\:pl-40:first-child{
    padding-left: 200px;
  }

  .tw .sm\:first\:pl-41:first-child{
    padding-left: 205px;
  }

  .tw .sm\:first\:pl-42:first-child{
    padding-left: 210px;
  }

  .tw .sm\:first\:pl-43:first-child{
    padding-left: 215px;
  }

  .tw .sm\:first\:pl-44:first-child{
    padding-left: 220px;
  }

  .tw .sm\:first\:pl-45:first-child{
    padding-left: 225px;
  }

  .tw .sm\:first\:pl-46:first-child{
    padding-left: 230px;
  }

  .tw .sm\:first\:pl-47:first-child{
    padding-left: 235px;
  }

  .tw .sm\:first\:pl-48:first-child{
    padding-left: 240px;
  }

  .tw .sm\:first\:pl-49:first-child{
    padding-left: 245px;
  }

  .tw .sm\:first\:pl-50:first-child{
    padding-left: 250px;
  }

  .tw .sm\:first\:pl-51:first-child{
    padding-left: 255px;
  }

  .tw .sm\:first\:pl-52:first-child{
    padding-left: 260px;
  }

  .tw .sm\:first\:pl-53:first-child{
    padding-left: 265px;
  }

  .tw .sm\:first\:pl-54:first-child{
    padding-left: 270px;
  }

  .tw .sm\:first\:pl-55:first-child{
    padding-left: 275px;
  }

  .tw .sm\:first\:pl-56:first-child{
    padding-left: 280px;
  }

  .tw .sm\:first\:pl-57:first-child{
    padding-left: 285px;
  }

  .tw .sm\:first\:pl-58:first-child{
    padding-left: 290px;
  }

  .tw .sm\:first\:pl-59:first-child{
    padding-left: 295px;
  }

  .tw .sm\:first\:pl-60:first-child{
    padding-left: 300px;
  }

  .tw .sm\:first\:pl-61:first-child{
    padding-left: 305px;
  }

  .tw .sm\:first\:pl-62:first-child{
    padding-left: 310px;
  }

  .tw .sm\:first\:pl-63:first-child{
    padding-left: 315px;
  }

  .tw .sm\:first\:pl-64:first-child{
    padding-left: 320px;
  }

  .tw .sm\:first\:pl-65:first-child{
    padding-left: 325px;
  }

  .tw .sm\:first\:pl-66:first-child{
    padding-left: 330px;
  }

  .tw .sm\:first\:pl-67:first-child{
    padding-left: 335px;
  }

  .tw .sm\:first\:pl-68:first-child{
    padding-left: 340px;
  }

  .tw .sm\:first\:pl-69:first-child{
    padding-left: 345px;
  }

  .tw .sm\:first\:pl-70:first-child{
    padding-left: 350px;
  }

  .tw .sm\:first\:pl-71:first-child{
    padding-left: 355px;
  }

  .tw .sm\:first\:pl-72:first-child{
    padding-left: 360px;
  }

  .tw .sm\:first\:pl-73:first-child{
    padding-left: 365px;
  }

  .tw .sm\:first\:pl-74:first-child{
    padding-left: 370px;
  }

  .tw .sm\:first\:pl-75:first-child{
    padding-left: 375px;
  }

  .tw .sm\:first\:pl-76:first-child{
    padding-left: 380px;
  }

  .tw .sm\:first\:pl-77:first-child{
    padding-left: 385px;
  }

  .tw .sm\:first\:pl-78:first-child{
    padding-left: 390px;
  }

  .tw .sm\:first\:pl-79:first-child{
    padding-left: 395px;
  }

  .tw .sm\:first\:pl-80:first-child{
    padding-left: 400px;
  }

  .tw .sm\:first\:pl-81:first-child{
    padding-left: 405px;
  }

  .tw .sm\:first\:pl-82:first-child{
    padding-left: 410px;
  }

  .tw .sm\:first\:pl-83:first-child{
    padding-left: 415px;
  }

  .tw .sm\:first\:pl-84:first-child{
    padding-left: 420px;
  }

  .tw .sm\:first\:pl-85:first-child{
    padding-left: 425px;
  }

  .tw .sm\:first\:pl-86:first-child{
    padding-left: 430px;
  }

  .tw .sm\:first\:pl-87:first-child{
    padding-left: 435px;
  }

  .tw .sm\:first\:pl-88:first-child{
    padding-left: 440px;
  }

  .tw .sm\:first\:pl-89:first-child{
    padding-left: 445px;
  }

  .tw .sm\:first\:pl-90:first-child{
    padding-left: 450px;
  }

  .tw .sm\:first\:pl-91:first-child{
    padding-left: 455px;
  }

  .tw .sm\:first\:pl-92:first-child{
    padding-left: 460px;
  }

  .tw .sm\:first\:pl-93:first-child{
    padding-left: 465px;
  }

  .tw .sm\:first\:pl-94:first-child{
    padding-left: 470px;
  }

  .tw .sm\:first\:pl-95:first-child{
    padding-left: 475px;
  }

  .tw .sm\:first\:pl-96:first-child{
    padding-left: 480px;
  }

  .tw .sm\:first\:pl-97:first-child{
    padding-left: 485px;
  }

  .tw .sm\:first\:pl-98:first-child{
    padding-left: 490px;
  }

  .tw .sm\:first\:pl-99:first-child{
    padding-left: 495px;
  }

  .tw .sm\:first\:pl-100:first-child{
    padding-left: 500px;
  }

  .tw .sm\:first\:pl-101:first-child{
    padding-left: 505px;
  }

  .tw .sm\:first\:pl-102:first-child{
    padding-left: 510px;
  }

  .tw .sm\:first\:pl-103:first-child{
    padding-left: 515px;
  }

  .tw .sm\:first\:pl-104:first-child{
    padding-left: 520px;
  }

  .tw .sm\:first\:pl-105:first-child{
    padding-left: 525px;
  }

  .tw .sm\:first\:pl-106:first-child{
    padding-left: 530px;
  }

  .tw .sm\:first\:pl-107:first-child{
    padding-left: 535px;
  }

  .tw .sm\:first\:pl-108:first-child{
    padding-left: 540px;
  }

  .tw .sm\:first\:pl-109:first-child{
    padding-left: 545px;
  }

  .tw .sm\:first\:pl-110:first-child{
    padding-left: 550px;
  }

  .tw .sm\:first\:pl-111:first-child{
    padding-left: 555px;
  }

  .tw .sm\:first\:pl-112:first-child{
    padding-left: 560px;
  }

  .tw .sm\:first\:pl-113:first-child{
    padding-left: 565px;
  }

  .tw .sm\:first\:pl-114:first-child{
    padding-left: 570px;
  }

  .tw .sm\:first\:pl-115:first-child{
    padding-left: 575px;
  }

  .tw .sm\:first\:pl-116:first-child{
    padding-left: 580px;
  }

  .tw .sm\:first\:pl-117:first-child{
    padding-left: 585px;
  }

  .tw .sm\:first\:pl-118:first-child{
    padding-left: 590px;
  }

  .tw .sm\:first\:pl-119:first-child{
    padding-left: 595px;
  }

  .tw .sm\:first\:pl-120:first-child{
    padding-left: 600px;
  }

  .tw .sm\:first\:pl-121:first-child{
    padding-left: 605px;
  }

  .tw .sm\:first\:pl-122:first-child{
    padding-left: 610px;
  }

  .tw .sm\:first\:pl-123:first-child{
    padding-left: 615px;
  }

  .tw .sm\:first\:pl-124:first-child{
    padding-left: 620px;
  }

  .tw .sm\:first\:pl-125:first-child{
    padding-left: 625px;
  }

  .tw .sm\:first\:pl-126:first-child{
    padding-left: 630px;
  }

  .tw .sm\:first\:pl-127:first-child{
    padding-left: 635px;
  }

  .tw .sm\:first\:pl-128:first-child{
    padding-left: 640px;
  }

  .tw .sm\:first\:pl-129:first-child{
    padding-left: 645px;
  }

  .tw .sm\:first\:pl-130:first-child{
    padding-left: 650px;
  }

  .tw .sm\:first\:pl-131:first-child{
    padding-left: 655px;
  }

  .tw .sm\:first\:pl-132:first-child{
    padding-left: 660px;
  }

  .tw .sm\:first\:pl-133:first-child{
    padding-left: 665px;
  }

  .tw .sm\:first\:pl-134:first-child{
    padding-left: 670px;
  }

  .tw .sm\:first\:pl-135:first-child{
    padding-left: 675px;
  }

  .tw .sm\:first\:pl-136:first-child{
    padding-left: 680px;
  }

  .tw .sm\:first\:pl-137:first-child{
    padding-left: 685px;
  }

  .tw .sm\:first\:pl-138:first-child{
    padding-left: 690px;
  }

  .tw .sm\:first\:pl-139:first-child{
    padding-left: 695px;
  }

  .tw .sm\:first\:pl-140:first-child{
    padding-left: 700px;
  }

  .tw .sm\:first\:pl-141:first-child{
    padding-left: 705px;
  }

  .tw .sm\:first\:pl-142:first-child{
    padding-left: 710px;
  }

  .tw .sm\:first\:pl-143:first-child{
    padding-left: 715px;
  }

  .tw .sm\:first\:pl-144:first-child{
    padding-left: 720px;
  }

  .tw .sm\:first\:pl-145:first-child{
    padding-left: 725px;
  }

  .tw .sm\:first\:pl-146:first-child{
    padding-left: 730px;
  }

  .tw .sm\:first\:pl-147:first-child{
    padding-left: 735px;
  }

  .tw .sm\:first\:pl-148:first-child{
    padding-left: 740px;
  }

  .tw .sm\:first\:pl-149:first-child{
    padding-left: 745px;
  }

  .tw .sm\:first\:pl-0\.5:first-child{
    padding-left: 3px;
  }

  .tw .sm\:first\:pl-1px:first-child{
    padding-left: 1px;
  }

  .tw .sm\:first\:pl-2px:first-child{
    padding-left: 2px;
  }

  .tw .sm\:first\:pl-3px:first-child{
    padding-left: 3px;
  }

  .tw .sm\:first\:pl-4px:first-child{
    padding-left: 4px;
  }

  .tw .sm\:first\:pl-5px:first-child{
    padding-left: 5px;
  }

  .tw .sm\:first\:pl-6px:first-child{
    padding-left: 6px;
  }

  .tw .sm\:first\:pl-7px:first-child{
    padding-left: 7px;
  }

  .tw .sm\:first\:pl-8px:first-child{
    padding-left: 8px;
  }

  .tw .sm\:first\:pl-9px:first-child{
    padding-left: 9px;
  }

  .tw .sm\:first\:pl-10px:first-child{
    padding-left: 10px;
  }

  .tw .sm\:first\:pl-11px:first-child{
    padding-left: 11px;
  }

  .tw .sm\:first\:pl-12px:first-child{
    padding-left: 12px;
  }

  .tw .sm\:first\:pl-13px:first-child{
    padding-left: 13px;
  }

  .tw .sm\:first\:pl-14px:first-child{
    padding-left: 14px;
  }

  .tw .sm\:first\:pl-15px:first-child{
    padding-left: 15px;
  }

  .tw .sm\:first\:pl-16px:first-child{
    padding-left: 16px;
  }

  .tw .sm\:first\:pl-17px:first-child{
    padding-left: 17px;
  }

  .tw .sm\:first\:pl-18px:first-child{
    padding-left: 18px;
  }

  .tw .sm\:first\:pl-19px:first-child{
    padding-left: 19px;
  }

  .tw .sm\:first\:pl-20px:first-child{
    padding-left: 20px;
  }

  .tw .sm\:first\:pl-21px:first-child{
    padding-left: 21px;
  }

  .tw .sm\:first\:pl-22px:first-child{
    padding-left: 22px;
  }

  .tw .sm\:first\:pl-23px:first-child{
    padding-left: 23px;
  }

  .tw .sm\:first\:pl-24px:first-child{
    padding-left: 24px;
  }

  .tw .sm\:first\:pl-25px:first-child{
    padding-left: 25px;
  }

  .tw .sm\:first\:pl-26px:first-child{
    padding-left: 26px;
  }

  .tw .sm\:first\:pl-27px:first-child{
    padding-left: 27px;
  }

  .tw .sm\:first\:pl-28px:first-child{
    padding-left: 28px;
  }

  .tw .sm\:first\:pl-29px:first-child{
    padding-left: 29px;
  }

  .tw .sm\:first\:pl-30px:first-child{
    padding-left: 30px;
  }

  .tw .sm\:first\:pl-31px:first-child{
    padding-left: 31px;
  }

  .tw .sm\:first\:pl-32px:first-child{
    padding-left: 32px;
  }

  .tw .sm\:first\:pl-33px:first-child{
    padding-left: 33px;
  }

  .tw .sm\:first\:pl-34px:first-child{
    padding-left: 34px;
  }

  .tw .sm\:first\:pl-35px:first-child{
    padding-left: 35px;
  }

  .tw .sm\:first\:pl-36px:first-child{
    padding-left: 36px;
  }

  .tw .sm\:first\:pl-37px:first-child{
    padding-left: 37px;
  }

  .tw .sm\:first\:pl-38px:first-child{
    padding-left: 38px;
  }

  .tw .sm\:first\:pl-39px:first-child{
    padding-left: 39px;
  }

  .tw .sm\:first\:pl-40px:first-child{
    padding-left: 40px;
  }

  .tw .sm\:last\:pt-0:last-child{
    padding-top: 0px;
  }

  .tw .sm\:last\:pt-1:last-child{
    padding-top: 5px;
  }

  .tw .sm\:last\:pt-2:last-child{
    padding-top: 10px;
  }

  .tw .sm\:last\:pt-3:last-child{
    padding-top: 15px;
  }

  .tw .sm\:last\:pt-4:last-child{
    padding-top: 20px;
  }

  .tw .sm\:last\:pt-5:last-child{
    padding-top: 25px;
  }

  .tw .sm\:last\:pt-6:last-child{
    padding-top: 30px;
  }

  .tw .sm\:last\:pt-7:last-child{
    padding-top: 35px;
  }

  .tw .sm\:last\:pt-8:last-child{
    padding-top: 40px;
  }

  .tw .sm\:last\:pt-9:last-child{
    padding-top: 45px;
  }

  .tw .sm\:last\:pt-10:last-child{
    padding-top: 50px;
  }

  .tw .sm\:last\:pt-11:last-child{
    padding-top: 55px;
  }

  .tw .sm\:last\:pt-12:last-child{
    padding-top: 60px;
  }

  .tw .sm\:last\:pt-13:last-child{
    padding-top: 65px;
  }

  .tw .sm\:last\:pt-14:last-child{
    padding-top: 70px;
  }

  .tw .sm\:last\:pt-15:last-child{
    padding-top: 75px;
  }

  .tw .sm\:last\:pt-16:last-child{
    padding-top: 80px;
  }

  .tw .sm\:last\:pt-17:last-child{
    padding-top: 85px;
  }

  .tw .sm\:last\:pt-18:last-child{
    padding-top: 90px;
  }

  .tw .sm\:last\:pt-19:last-child{
    padding-top: 95px;
  }

  .tw .sm\:last\:pt-20:last-child{
    padding-top: 100px;
  }

  .tw .sm\:last\:pt-21:last-child{
    padding-top: 105px;
  }

  .tw .sm\:last\:pt-22:last-child{
    padding-top: 110px;
  }

  .tw .sm\:last\:pt-23:last-child{
    padding-top: 115px;
  }

  .tw .sm\:last\:pt-24:last-child{
    padding-top: 120px;
  }

  .tw .sm\:last\:pt-25:last-child{
    padding-top: 125px;
  }

  .tw .sm\:last\:pt-26:last-child{
    padding-top: 130px;
  }

  .tw .sm\:last\:pt-27:last-child{
    padding-top: 135px;
  }

  .tw .sm\:last\:pt-28:last-child{
    padding-top: 140px;
  }

  .tw .sm\:last\:pt-29:last-child{
    padding-top: 145px;
  }

  .tw .sm\:last\:pt-30:last-child{
    padding-top: 150px;
  }

  .tw .sm\:last\:pt-31:last-child{
    padding-top: 155px;
  }

  .tw .sm\:last\:pt-32:last-child{
    padding-top: 160px;
  }

  .tw .sm\:last\:pt-33:last-child{
    padding-top: 165px;
  }

  .tw .sm\:last\:pt-34:last-child{
    padding-top: 170px;
  }

  .tw .sm\:last\:pt-35:last-child{
    padding-top: 175px;
  }

  .tw .sm\:last\:pt-36:last-child{
    padding-top: 180px;
  }

  .tw .sm\:last\:pt-37:last-child{
    padding-top: 185px;
  }

  .tw .sm\:last\:pt-38:last-child{
    padding-top: 190px;
  }

  .tw .sm\:last\:pt-39:last-child{
    padding-top: 195px;
  }

  .tw .sm\:last\:pt-40:last-child{
    padding-top: 200px;
  }

  .tw .sm\:last\:pt-41:last-child{
    padding-top: 205px;
  }

  .tw .sm\:last\:pt-42:last-child{
    padding-top: 210px;
  }

  .tw .sm\:last\:pt-43:last-child{
    padding-top: 215px;
  }

  .tw .sm\:last\:pt-44:last-child{
    padding-top: 220px;
  }

  .tw .sm\:last\:pt-45:last-child{
    padding-top: 225px;
  }

  .tw .sm\:last\:pt-46:last-child{
    padding-top: 230px;
  }

  .tw .sm\:last\:pt-47:last-child{
    padding-top: 235px;
  }

  .tw .sm\:last\:pt-48:last-child{
    padding-top: 240px;
  }

  .tw .sm\:last\:pt-49:last-child{
    padding-top: 245px;
  }

  .tw .sm\:last\:pt-50:last-child{
    padding-top: 250px;
  }

  .tw .sm\:last\:pt-51:last-child{
    padding-top: 255px;
  }

  .tw .sm\:last\:pt-52:last-child{
    padding-top: 260px;
  }

  .tw .sm\:last\:pt-53:last-child{
    padding-top: 265px;
  }

  .tw .sm\:last\:pt-54:last-child{
    padding-top: 270px;
  }

  .tw .sm\:last\:pt-55:last-child{
    padding-top: 275px;
  }

  .tw .sm\:last\:pt-56:last-child{
    padding-top: 280px;
  }

  .tw .sm\:last\:pt-57:last-child{
    padding-top: 285px;
  }

  .tw .sm\:last\:pt-58:last-child{
    padding-top: 290px;
  }

  .tw .sm\:last\:pt-59:last-child{
    padding-top: 295px;
  }

  .tw .sm\:last\:pt-60:last-child{
    padding-top: 300px;
  }

  .tw .sm\:last\:pt-61:last-child{
    padding-top: 305px;
  }

  .tw .sm\:last\:pt-62:last-child{
    padding-top: 310px;
  }

  .tw .sm\:last\:pt-63:last-child{
    padding-top: 315px;
  }

  .tw .sm\:last\:pt-64:last-child{
    padding-top: 320px;
  }

  .tw .sm\:last\:pt-65:last-child{
    padding-top: 325px;
  }

  .tw .sm\:last\:pt-66:last-child{
    padding-top: 330px;
  }

  .tw .sm\:last\:pt-67:last-child{
    padding-top: 335px;
  }

  .tw .sm\:last\:pt-68:last-child{
    padding-top: 340px;
  }

  .tw .sm\:last\:pt-69:last-child{
    padding-top: 345px;
  }

  .tw .sm\:last\:pt-70:last-child{
    padding-top: 350px;
  }

  .tw .sm\:last\:pt-71:last-child{
    padding-top: 355px;
  }

  .tw .sm\:last\:pt-72:last-child{
    padding-top: 360px;
  }

  .tw .sm\:last\:pt-73:last-child{
    padding-top: 365px;
  }

  .tw .sm\:last\:pt-74:last-child{
    padding-top: 370px;
  }

  .tw .sm\:last\:pt-75:last-child{
    padding-top: 375px;
  }

  .tw .sm\:last\:pt-76:last-child{
    padding-top: 380px;
  }

  .tw .sm\:last\:pt-77:last-child{
    padding-top: 385px;
  }

  .tw .sm\:last\:pt-78:last-child{
    padding-top: 390px;
  }

  .tw .sm\:last\:pt-79:last-child{
    padding-top: 395px;
  }

  .tw .sm\:last\:pt-80:last-child{
    padding-top: 400px;
  }

  .tw .sm\:last\:pt-81:last-child{
    padding-top: 405px;
  }

  .tw .sm\:last\:pt-82:last-child{
    padding-top: 410px;
  }

  .tw .sm\:last\:pt-83:last-child{
    padding-top: 415px;
  }

  .tw .sm\:last\:pt-84:last-child{
    padding-top: 420px;
  }

  .tw .sm\:last\:pt-85:last-child{
    padding-top: 425px;
  }

  .tw .sm\:last\:pt-86:last-child{
    padding-top: 430px;
  }

  .tw .sm\:last\:pt-87:last-child{
    padding-top: 435px;
  }

  .tw .sm\:last\:pt-88:last-child{
    padding-top: 440px;
  }

  .tw .sm\:last\:pt-89:last-child{
    padding-top: 445px;
  }

  .tw .sm\:last\:pt-90:last-child{
    padding-top: 450px;
  }

  .tw .sm\:last\:pt-91:last-child{
    padding-top: 455px;
  }

  .tw .sm\:last\:pt-92:last-child{
    padding-top: 460px;
  }

  .tw .sm\:last\:pt-93:last-child{
    padding-top: 465px;
  }

  .tw .sm\:last\:pt-94:last-child{
    padding-top: 470px;
  }

  .tw .sm\:last\:pt-95:last-child{
    padding-top: 475px;
  }

  .tw .sm\:last\:pt-96:last-child{
    padding-top: 480px;
  }

  .tw .sm\:last\:pt-97:last-child{
    padding-top: 485px;
  }

  .tw .sm\:last\:pt-98:last-child{
    padding-top: 490px;
  }

  .tw .sm\:last\:pt-99:last-child{
    padding-top: 495px;
  }

  .tw .sm\:last\:pt-100:last-child{
    padding-top: 500px;
  }

  .tw .sm\:last\:pt-101:last-child{
    padding-top: 505px;
  }

  .tw .sm\:last\:pt-102:last-child{
    padding-top: 510px;
  }

  .tw .sm\:last\:pt-103:last-child{
    padding-top: 515px;
  }

  .tw .sm\:last\:pt-104:last-child{
    padding-top: 520px;
  }

  .tw .sm\:last\:pt-105:last-child{
    padding-top: 525px;
  }

  .tw .sm\:last\:pt-106:last-child{
    padding-top: 530px;
  }

  .tw .sm\:last\:pt-107:last-child{
    padding-top: 535px;
  }

  .tw .sm\:last\:pt-108:last-child{
    padding-top: 540px;
  }

  .tw .sm\:last\:pt-109:last-child{
    padding-top: 545px;
  }

  .tw .sm\:last\:pt-110:last-child{
    padding-top: 550px;
  }

  .tw .sm\:last\:pt-111:last-child{
    padding-top: 555px;
  }

  .tw .sm\:last\:pt-112:last-child{
    padding-top: 560px;
  }

  .tw .sm\:last\:pt-113:last-child{
    padding-top: 565px;
  }

  .tw .sm\:last\:pt-114:last-child{
    padding-top: 570px;
  }

  .tw .sm\:last\:pt-115:last-child{
    padding-top: 575px;
  }

  .tw .sm\:last\:pt-116:last-child{
    padding-top: 580px;
  }

  .tw .sm\:last\:pt-117:last-child{
    padding-top: 585px;
  }

  .tw .sm\:last\:pt-118:last-child{
    padding-top: 590px;
  }

  .tw .sm\:last\:pt-119:last-child{
    padding-top: 595px;
  }

  .tw .sm\:last\:pt-120:last-child{
    padding-top: 600px;
  }

  .tw .sm\:last\:pt-121:last-child{
    padding-top: 605px;
  }

  .tw .sm\:last\:pt-122:last-child{
    padding-top: 610px;
  }

  .tw .sm\:last\:pt-123:last-child{
    padding-top: 615px;
  }

  .tw .sm\:last\:pt-124:last-child{
    padding-top: 620px;
  }

  .tw .sm\:last\:pt-125:last-child{
    padding-top: 625px;
  }

  .tw .sm\:last\:pt-126:last-child{
    padding-top: 630px;
  }

  .tw .sm\:last\:pt-127:last-child{
    padding-top: 635px;
  }

  .tw .sm\:last\:pt-128:last-child{
    padding-top: 640px;
  }

  .tw .sm\:last\:pt-129:last-child{
    padding-top: 645px;
  }

  .tw .sm\:last\:pt-130:last-child{
    padding-top: 650px;
  }

  .tw .sm\:last\:pt-131:last-child{
    padding-top: 655px;
  }

  .tw .sm\:last\:pt-132:last-child{
    padding-top: 660px;
  }

  .tw .sm\:last\:pt-133:last-child{
    padding-top: 665px;
  }

  .tw .sm\:last\:pt-134:last-child{
    padding-top: 670px;
  }

  .tw .sm\:last\:pt-135:last-child{
    padding-top: 675px;
  }

  .tw .sm\:last\:pt-136:last-child{
    padding-top: 680px;
  }

  .tw .sm\:last\:pt-137:last-child{
    padding-top: 685px;
  }

  .tw .sm\:last\:pt-138:last-child{
    padding-top: 690px;
  }

  .tw .sm\:last\:pt-139:last-child{
    padding-top: 695px;
  }

  .tw .sm\:last\:pt-140:last-child{
    padding-top: 700px;
  }

  .tw .sm\:last\:pt-141:last-child{
    padding-top: 705px;
  }

  .tw .sm\:last\:pt-142:last-child{
    padding-top: 710px;
  }

  .tw .sm\:last\:pt-143:last-child{
    padding-top: 715px;
  }

  .tw .sm\:last\:pt-144:last-child{
    padding-top: 720px;
  }

  .tw .sm\:last\:pt-145:last-child{
    padding-top: 725px;
  }

  .tw .sm\:last\:pt-146:last-child{
    padding-top: 730px;
  }

  .tw .sm\:last\:pt-147:last-child{
    padding-top: 735px;
  }

  .tw .sm\:last\:pt-148:last-child{
    padding-top: 740px;
  }

  .tw .sm\:last\:pt-149:last-child{
    padding-top: 745px;
  }

  .tw .sm\:last\:pt-0\.5:last-child{
    padding-top: 3px;
  }

  .tw .sm\:last\:pt-1px:last-child{
    padding-top: 1px;
  }

  .tw .sm\:last\:pt-2px:last-child{
    padding-top: 2px;
  }

  .tw .sm\:last\:pt-3px:last-child{
    padding-top: 3px;
  }

  .tw .sm\:last\:pt-4px:last-child{
    padding-top: 4px;
  }

  .tw .sm\:last\:pt-5px:last-child{
    padding-top: 5px;
  }

  .tw .sm\:last\:pt-6px:last-child{
    padding-top: 6px;
  }

  .tw .sm\:last\:pt-7px:last-child{
    padding-top: 7px;
  }

  .tw .sm\:last\:pt-8px:last-child{
    padding-top: 8px;
  }

  .tw .sm\:last\:pt-9px:last-child{
    padding-top: 9px;
  }

  .tw .sm\:last\:pt-10px:last-child{
    padding-top: 10px;
  }

  .tw .sm\:last\:pt-11px:last-child{
    padding-top: 11px;
  }

  .tw .sm\:last\:pt-12px:last-child{
    padding-top: 12px;
  }

  .tw .sm\:last\:pt-13px:last-child{
    padding-top: 13px;
  }

  .tw .sm\:last\:pt-14px:last-child{
    padding-top: 14px;
  }

  .tw .sm\:last\:pt-15px:last-child{
    padding-top: 15px;
  }

  .tw .sm\:last\:pt-16px:last-child{
    padding-top: 16px;
  }

  .tw .sm\:last\:pt-17px:last-child{
    padding-top: 17px;
  }

  .tw .sm\:last\:pt-18px:last-child{
    padding-top: 18px;
  }

  .tw .sm\:last\:pt-19px:last-child{
    padding-top: 19px;
  }

  .tw .sm\:last\:pt-20px:last-child{
    padding-top: 20px;
  }

  .tw .sm\:last\:pt-21px:last-child{
    padding-top: 21px;
  }

  .tw .sm\:last\:pt-22px:last-child{
    padding-top: 22px;
  }

  .tw .sm\:last\:pt-23px:last-child{
    padding-top: 23px;
  }

  .tw .sm\:last\:pt-24px:last-child{
    padding-top: 24px;
  }

  .tw .sm\:last\:pt-25px:last-child{
    padding-top: 25px;
  }

  .tw .sm\:last\:pt-26px:last-child{
    padding-top: 26px;
  }

  .tw .sm\:last\:pt-27px:last-child{
    padding-top: 27px;
  }

  .tw .sm\:last\:pt-28px:last-child{
    padding-top: 28px;
  }

  .tw .sm\:last\:pt-29px:last-child{
    padding-top: 29px;
  }

  .tw .sm\:last\:pt-30px:last-child{
    padding-top: 30px;
  }

  .tw .sm\:last\:pt-31px:last-child{
    padding-top: 31px;
  }

  .tw .sm\:last\:pt-32px:last-child{
    padding-top: 32px;
  }

  .tw .sm\:last\:pt-33px:last-child{
    padding-top: 33px;
  }

  .tw .sm\:last\:pt-34px:last-child{
    padding-top: 34px;
  }

  .tw .sm\:last\:pt-35px:last-child{
    padding-top: 35px;
  }

  .tw .sm\:last\:pt-36px:last-child{
    padding-top: 36px;
  }

  .tw .sm\:last\:pt-37px:last-child{
    padding-top: 37px;
  }

  .tw .sm\:last\:pt-38px:last-child{
    padding-top: 38px;
  }

  .tw .sm\:last\:pt-39px:last-child{
    padding-top: 39px;
  }

  .tw .sm\:last\:pt-40px:last-child{
    padding-top: 40px;
  }

  .tw .sm\:last\:pr-0:last-child{
    padding-right: 0px;
  }

  .tw .sm\:last\:pr-1:last-child{
    padding-right: 5px;
  }

  .tw .sm\:last\:pr-2:last-child{
    padding-right: 10px;
  }

  .tw .sm\:last\:pr-3:last-child{
    padding-right: 15px;
  }

  .tw .sm\:last\:pr-4:last-child{
    padding-right: 20px;
  }

  .tw .sm\:last\:pr-5:last-child{
    padding-right: 25px;
  }

  .tw .sm\:last\:pr-6:last-child{
    padding-right: 30px;
  }

  .tw .sm\:last\:pr-7:last-child{
    padding-right: 35px;
  }

  .tw .sm\:last\:pr-8:last-child{
    padding-right: 40px;
  }

  .tw .sm\:last\:pr-9:last-child{
    padding-right: 45px;
  }

  .tw .sm\:last\:pr-10:last-child{
    padding-right: 50px;
  }

  .tw .sm\:last\:pr-11:last-child{
    padding-right: 55px;
  }

  .tw .sm\:last\:pr-12:last-child{
    padding-right: 60px;
  }

  .tw .sm\:last\:pr-13:last-child{
    padding-right: 65px;
  }

  .tw .sm\:last\:pr-14:last-child{
    padding-right: 70px;
  }

  .tw .sm\:last\:pr-15:last-child{
    padding-right: 75px;
  }

  .tw .sm\:last\:pr-16:last-child{
    padding-right: 80px;
  }

  .tw .sm\:last\:pr-17:last-child{
    padding-right: 85px;
  }

  .tw .sm\:last\:pr-18:last-child{
    padding-right: 90px;
  }

  .tw .sm\:last\:pr-19:last-child{
    padding-right: 95px;
  }

  .tw .sm\:last\:pr-20:last-child{
    padding-right: 100px;
  }

  .tw .sm\:last\:pr-21:last-child{
    padding-right: 105px;
  }

  .tw .sm\:last\:pr-22:last-child{
    padding-right: 110px;
  }

  .tw .sm\:last\:pr-23:last-child{
    padding-right: 115px;
  }

  .tw .sm\:last\:pr-24:last-child{
    padding-right: 120px;
  }

  .tw .sm\:last\:pr-25:last-child{
    padding-right: 125px;
  }

  .tw .sm\:last\:pr-26:last-child{
    padding-right: 130px;
  }

  .tw .sm\:last\:pr-27:last-child{
    padding-right: 135px;
  }

  .tw .sm\:last\:pr-28:last-child{
    padding-right: 140px;
  }

  .tw .sm\:last\:pr-29:last-child{
    padding-right: 145px;
  }

  .tw .sm\:last\:pr-30:last-child{
    padding-right: 150px;
  }

  .tw .sm\:last\:pr-31:last-child{
    padding-right: 155px;
  }

  .tw .sm\:last\:pr-32:last-child{
    padding-right: 160px;
  }

  .tw .sm\:last\:pr-33:last-child{
    padding-right: 165px;
  }

  .tw .sm\:last\:pr-34:last-child{
    padding-right: 170px;
  }

  .tw .sm\:last\:pr-35:last-child{
    padding-right: 175px;
  }

  .tw .sm\:last\:pr-36:last-child{
    padding-right: 180px;
  }

  .tw .sm\:last\:pr-37:last-child{
    padding-right: 185px;
  }

  .tw .sm\:last\:pr-38:last-child{
    padding-right: 190px;
  }

  .tw .sm\:last\:pr-39:last-child{
    padding-right: 195px;
  }

  .tw .sm\:last\:pr-40:last-child{
    padding-right: 200px;
  }

  .tw .sm\:last\:pr-41:last-child{
    padding-right: 205px;
  }

  .tw .sm\:last\:pr-42:last-child{
    padding-right: 210px;
  }

  .tw .sm\:last\:pr-43:last-child{
    padding-right: 215px;
  }

  .tw .sm\:last\:pr-44:last-child{
    padding-right: 220px;
  }

  .tw .sm\:last\:pr-45:last-child{
    padding-right: 225px;
  }

  .tw .sm\:last\:pr-46:last-child{
    padding-right: 230px;
  }

  .tw .sm\:last\:pr-47:last-child{
    padding-right: 235px;
  }

  .tw .sm\:last\:pr-48:last-child{
    padding-right: 240px;
  }

  .tw .sm\:last\:pr-49:last-child{
    padding-right: 245px;
  }

  .tw .sm\:last\:pr-50:last-child{
    padding-right: 250px;
  }

  .tw .sm\:last\:pr-51:last-child{
    padding-right: 255px;
  }

  .tw .sm\:last\:pr-52:last-child{
    padding-right: 260px;
  }

  .tw .sm\:last\:pr-53:last-child{
    padding-right: 265px;
  }

  .tw .sm\:last\:pr-54:last-child{
    padding-right: 270px;
  }

  .tw .sm\:last\:pr-55:last-child{
    padding-right: 275px;
  }

  .tw .sm\:last\:pr-56:last-child{
    padding-right: 280px;
  }

  .tw .sm\:last\:pr-57:last-child{
    padding-right: 285px;
  }

  .tw .sm\:last\:pr-58:last-child{
    padding-right: 290px;
  }

  .tw .sm\:last\:pr-59:last-child{
    padding-right: 295px;
  }

  .tw .sm\:last\:pr-60:last-child{
    padding-right: 300px;
  }

  .tw .sm\:last\:pr-61:last-child{
    padding-right: 305px;
  }

  .tw .sm\:last\:pr-62:last-child{
    padding-right: 310px;
  }

  .tw .sm\:last\:pr-63:last-child{
    padding-right: 315px;
  }

  .tw .sm\:last\:pr-64:last-child{
    padding-right: 320px;
  }

  .tw .sm\:last\:pr-65:last-child{
    padding-right: 325px;
  }

  .tw .sm\:last\:pr-66:last-child{
    padding-right: 330px;
  }

  .tw .sm\:last\:pr-67:last-child{
    padding-right: 335px;
  }

  .tw .sm\:last\:pr-68:last-child{
    padding-right: 340px;
  }

  .tw .sm\:last\:pr-69:last-child{
    padding-right: 345px;
  }

  .tw .sm\:last\:pr-70:last-child{
    padding-right: 350px;
  }

  .tw .sm\:last\:pr-71:last-child{
    padding-right: 355px;
  }

  .tw .sm\:last\:pr-72:last-child{
    padding-right: 360px;
  }

  .tw .sm\:last\:pr-73:last-child{
    padding-right: 365px;
  }

  .tw .sm\:last\:pr-74:last-child{
    padding-right: 370px;
  }

  .tw .sm\:last\:pr-75:last-child{
    padding-right: 375px;
  }

  .tw .sm\:last\:pr-76:last-child{
    padding-right: 380px;
  }

  .tw .sm\:last\:pr-77:last-child{
    padding-right: 385px;
  }

  .tw .sm\:last\:pr-78:last-child{
    padding-right: 390px;
  }

  .tw .sm\:last\:pr-79:last-child{
    padding-right: 395px;
  }

  .tw .sm\:last\:pr-80:last-child{
    padding-right: 400px;
  }

  .tw .sm\:last\:pr-81:last-child{
    padding-right: 405px;
  }

  .tw .sm\:last\:pr-82:last-child{
    padding-right: 410px;
  }

  .tw .sm\:last\:pr-83:last-child{
    padding-right: 415px;
  }

  .tw .sm\:last\:pr-84:last-child{
    padding-right: 420px;
  }

  .tw .sm\:last\:pr-85:last-child{
    padding-right: 425px;
  }

  .tw .sm\:last\:pr-86:last-child{
    padding-right: 430px;
  }

  .tw .sm\:last\:pr-87:last-child{
    padding-right: 435px;
  }

  .tw .sm\:last\:pr-88:last-child{
    padding-right: 440px;
  }

  .tw .sm\:last\:pr-89:last-child{
    padding-right: 445px;
  }

  .tw .sm\:last\:pr-90:last-child{
    padding-right: 450px;
  }

  .tw .sm\:last\:pr-91:last-child{
    padding-right: 455px;
  }

  .tw .sm\:last\:pr-92:last-child{
    padding-right: 460px;
  }

  .tw .sm\:last\:pr-93:last-child{
    padding-right: 465px;
  }

  .tw .sm\:last\:pr-94:last-child{
    padding-right: 470px;
  }

  .tw .sm\:last\:pr-95:last-child{
    padding-right: 475px;
  }

  .tw .sm\:last\:pr-96:last-child{
    padding-right: 480px;
  }

  .tw .sm\:last\:pr-97:last-child{
    padding-right: 485px;
  }

  .tw .sm\:last\:pr-98:last-child{
    padding-right: 490px;
  }

  .tw .sm\:last\:pr-99:last-child{
    padding-right: 495px;
  }

  .tw .sm\:last\:pr-100:last-child{
    padding-right: 500px;
  }

  .tw .sm\:last\:pr-101:last-child{
    padding-right: 505px;
  }

  .tw .sm\:last\:pr-102:last-child{
    padding-right: 510px;
  }

  .tw .sm\:last\:pr-103:last-child{
    padding-right: 515px;
  }

  .tw .sm\:last\:pr-104:last-child{
    padding-right: 520px;
  }

  .tw .sm\:last\:pr-105:last-child{
    padding-right: 525px;
  }

  .tw .sm\:last\:pr-106:last-child{
    padding-right: 530px;
  }

  .tw .sm\:last\:pr-107:last-child{
    padding-right: 535px;
  }

  .tw .sm\:last\:pr-108:last-child{
    padding-right: 540px;
  }

  .tw .sm\:last\:pr-109:last-child{
    padding-right: 545px;
  }

  .tw .sm\:last\:pr-110:last-child{
    padding-right: 550px;
  }

  .tw .sm\:last\:pr-111:last-child{
    padding-right: 555px;
  }

  .tw .sm\:last\:pr-112:last-child{
    padding-right: 560px;
  }

  .tw .sm\:last\:pr-113:last-child{
    padding-right: 565px;
  }

  .tw .sm\:last\:pr-114:last-child{
    padding-right: 570px;
  }

  .tw .sm\:last\:pr-115:last-child{
    padding-right: 575px;
  }

  .tw .sm\:last\:pr-116:last-child{
    padding-right: 580px;
  }

  .tw .sm\:last\:pr-117:last-child{
    padding-right: 585px;
  }

  .tw .sm\:last\:pr-118:last-child{
    padding-right: 590px;
  }

  .tw .sm\:last\:pr-119:last-child{
    padding-right: 595px;
  }

  .tw .sm\:last\:pr-120:last-child{
    padding-right: 600px;
  }

  .tw .sm\:last\:pr-121:last-child{
    padding-right: 605px;
  }

  .tw .sm\:last\:pr-122:last-child{
    padding-right: 610px;
  }

  .tw .sm\:last\:pr-123:last-child{
    padding-right: 615px;
  }

  .tw .sm\:last\:pr-124:last-child{
    padding-right: 620px;
  }

  .tw .sm\:last\:pr-125:last-child{
    padding-right: 625px;
  }

  .tw .sm\:last\:pr-126:last-child{
    padding-right: 630px;
  }

  .tw .sm\:last\:pr-127:last-child{
    padding-right: 635px;
  }

  .tw .sm\:last\:pr-128:last-child{
    padding-right: 640px;
  }

  .tw .sm\:last\:pr-129:last-child{
    padding-right: 645px;
  }

  .tw .sm\:last\:pr-130:last-child{
    padding-right: 650px;
  }

  .tw .sm\:last\:pr-131:last-child{
    padding-right: 655px;
  }

  .tw .sm\:last\:pr-132:last-child{
    padding-right: 660px;
  }

  .tw .sm\:last\:pr-133:last-child{
    padding-right: 665px;
  }

  .tw .sm\:last\:pr-134:last-child{
    padding-right: 670px;
  }

  .tw .sm\:last\:pr-135:last-child{
    padding-right: 675px;
  }

  .tw .sm\:last\:pr-136:last-child{
    padding-right: 680px;
  }

  .tw .sm\:last\:pr-137:last-child{
    padding-right: 685px;
  }

  .tw .sm\:last\:pr-138:last-child{
    padding-right: 690px;
  }

  .tw .sm\:last\:pr-139:last-child{
    padding-right: 695px;
  }

  .tw .sm\:last\:pr-140:last-child{
    padding-right: 700px;
  }

  .tw .sm\:last\:pr-141:last-child{
    padding-right: 705px;
  }

  .tw .sm\:last\:pr-142:last-child{
    padding-right: 710px;
  }

  .tw .sm\:last\:pr-143:last-child{
    padding-right: 715px;
  }

  .tw .sm\:last\:pr-144:last-child{
    padding-right: 720px;
  }

  .tw .sm\:last\:pr-145:last-child{
    padding-right: 725px;
  }

  .tw .sm\:last\:pr-146:last-child{
    padding-right: 730px;
  }

  .tw .sm\:last\:pr-147:last-child{
    padding-right: 735px;
  }

  .tw .sm\:last\:pr-148:last-child{
    padding-right: 740px;
  }

  .tw .sm\:last\:pr-149:last-child{
    padding-right: 745px;
  }

  .tw .sm\:last\:pr-0\.5:last-child{
    padding-right: 3px;
  }

  .tw .sm\:last\:pr-1px:last-child{
    padding-right: 1px;
  }

  .tw .sm\:last\:pr-2px:last-child{
    padding-right: 2px;
  }

  .tw .sm\:last\:pr-3px:last-child{
    padding-right: 3px;
  }

  .tw .sm\:last\:pr-4px:last-child{
    padding-right: 4px;
  }

  .tw .sm\:last\:pr-5px:last-child{
    padding-right: 5px;
  }

  .tw .sm\:last\:pr-6px:last-child{
    padding-right: 6px;
  }

  .tw .sm\:last\:pr-7px:last-child{
    padding-right: 7px;
  }

  .tw .sm\:last\:pr-8px:last-child{
    padding-right: 8px;
  }

  .tw .sm\:last\:pr-9px:last-child{
    padding-right: 9px;
  }

  .tw .sm\:last\:pr-10px:last-child{
    padding-right: 10px;
  }

  .tw .sm\:last\:pr-11px:last-child{
    padding-right: 11px;
  }

  .tw .sm\:last\:pr-12px:last-child{
    padding-right: 12px;
  }

  .tw .sm\:last\:pr-13px:last-child{
    padding-right: 13px;
  }

  .tw .sm\:last\:pr-14px:last-child{
    padding-right: 14px;
  }

  .tw .sm\:last\:pr-15px:last-child{
    padding-right: 15px;
  }

  .tw .sm\:last\:pr-16px:last-child{
    padding-right: 16px;
  }

  .tw .sm\:last\:pr-17px:last-child{
    padding-right: 17px;
  }

  .tw .sm\:last\:pr-18px:last-child{
    padding-right: 18px;
  }

  .tw .sm\:last\:pr-19px:last-child{
    padding-right: 19px;
  }

  .tw .sm\:last\:pr-20px:last-child{
    padding-right: 20px;
  }

  .tw .sm\:last\:pr-21px:last-child{
    padding-right: 21px;
  }

  .tw .sm\:last\:pr-22px:last-child{
    padding-right: 22px;
  }

  .tw .sm\:last\:pr-23px:last-child{
    padding-right: 23px;
  }

  .tw .sm\:last\:pr-24px:last-child{
    padding-right: 24px;
  }

  .tw .sm\:last\:pr-25px:last-child{
    padding-right: 25px;
  }

  .tw .sm\:last\:pr-26px:last-child{
    padding-right: 26px;
  }

  .tw .sm\:last\:pr-27px:last-child{
    padding-right: 27px;
  }

  .tw .sm\:last\:pr-28px:last-child{
    padding-right: 28px;
  }

  .tw .sm\:last\:pr-29px:last-child{
    padding-right: 29px;
  }

  .tw .sm\:last\:pr-30px:last-child{
    padding-right: 30px;
  }

  .tw .sm\:last\:pr-31px:last-child{
    padding-right: 31px;
  }

  .tw .sm\:last\:pr-32px:last-child{
    padding-right: 32px;
  }

  .tw .sm\:last\:pr-33px:last-child{
    padding-right: 33px;
  }

  .tw .sm\:last\:pr-34px:last-child{
    padding-right: 34px;
  }

  .tw .sm\:last\:pr-35px:last-child{
    padding-right: 35px;
  }

  .tw .sm\:last\:pr-36px:last-child{
    padding-right: 36px;
  }

  .tw .sm\:last\:pr-37px:last-child{
    padding-right: 37px;
  }

  .tw .sm\:last\:pr-38px:last-child{
    padding-right: 38px;
  }

  .tw .sm\:last\:pr-39px:last-child{
    padding-right: 39px;
  }

  .tw .sm\:last\:pr-40px:last-child{
    padding-right: 40px;
  }

  .tw .sm\:last\:pb-0:last-child{
    padding-bottom: 0px;
  }

  .tw .sm\:last\:pb-1:last-child{
    padding-bottom: 5px;
  }

  .tw .sm\:last\:pb-2:last-child{
    padding-bottom: 10px;
  }

  .tw .sm\:last\:pb-3:last-child{
    padding-bottom: 15px;
  }

  .tw .sm\:last\:pb-4:last-child{
    padding-bottom: 20px;
  }

  .tw .sm\:last\:pb-5:last-child{
    padding-bottom: 25px;
  }

  .tw .sm\:last\:pb-6:last-child{
    padding-bottom: 30px;
  }

  .tw .sm\:last\:pb-7:last-child{
    padding-bottom: 35px;
  }

  .tw .sm\:last\:pb-8:last-child{
    padding-bottom: 40px;
  }

  .tw .sm\:last\:pb-9:last-child{
    padding-bottom: 45px;
  }

  .tw .sm\:last\:pb-10:last-child{
    padding-bottom: 50px;
  }

  .tw .sm\:last\:pb-11:last-child{
    padding-bottom: 55px;
  }

  .tw .sm\:last\:pb-12:last-child{
    padding-bottom: 60px;
  }

  .tw .sm\:last\:pb-13:last-child{
    padding-bottom: 65px;
  }

  .tw .sm\:last\:pb-14:last-child{
    padding-bottom: 70px;
  }

  .tw .sm\:last\:pb-15:last-child{
    padding-bottom: 75px;
  }

  .tw .sm\:last\:pb-16:last-child{
    padding-bottom: 80px;
  }

  .tw .sm\:last\:pb-17:last-child{
    padding-bottom: 85px;
  }

  .tw .sm\:last\:pb-18:last-child{
    padding-bottom: 90px;
  }

  .tw .sm\:last\:pb-19:last-child{
    padding-bottom: 95px;
  }

  .tw .sm\:last\:pb-20:last-child{
    padding-bottom: 100px;
  }

  .tw .sm\:last\:pb-21:last-child{
    padding-bottom: 105px;
  }

  .tw .sm\:last\:pb-22:last-child{
    padding-bottom: 110px;
  }

  .tw .sm\:last\:pb-23:last-child{
    padding-bottom: 115px;
  }

  .tw .sm\:last\:pb-24:last-child{
    padding-bottom: 120px;
  }

  .tw .sm\:last\:pb-25:last-child{
    padding-bottom: 125px;
  }

  .tw .sm\:last\:pb-26:last-child{
    padding-bottom: 130px;
  }

  .tw .sm\:last\:pb-27:last-child{
    padding-bottom: 135px;
  }

  .tw .sm\:last\:pb-28:last-child{
    padding-bottom: 140px;
  }

  .tw .sm\:last\:pb-29:last-child{
    padding-bottom: 145px;
  }

  .tw .sm\:last\:pb-30:last-child{
    padding-bottom: 150px;
  }

  .tw .sm\:last\:pb-31:last-child{
    padding-bottom: 155px;
  }

  .tw .sm\:last\:pb-32:last-child{
    padding-bottom: 160px;
  }

  .tw .sm\:last\:pb-33:last-child{
    padding-bottom: 165px;
  }

  .tw .sm\:last\:pb-34:last-child{
    padding-bottom: 170px;
  }

  .tw .sm\:last\:pb-35:last-child{
    padding-bottom: 175px;
  }

  .tw .sm\:last\:pb-36:last-child{
    padding-bottom: 180px;
  }

  .tw .sm\:last\:pb-37:last-child{
    padding-bottom: 185px;
  }

  .tw .sm\:last\:pb-38:last-child{
    padding-bottom: 190px;
  }

  .tw .sm\:last\:pb-39:last-child{
    padding-bottom: 195px;
  }

  .tw .sm\:last\:pb-40:last-child{
    padding-bottom: 200px;
  }

  .tw .sm\:last\:pb-41:last-child{
    padding-bottom: 205px;
  }

  .tw .sm\:last\:pb-42:last-child{
    padding-bottom: 210px;
  }

  .tw .sm\:last\:pb-43:last-child{
    padding-bottom: 215px;
  }

  .tw .sm\:last\:pb-44:last-child{
    padding-bottom: 220px;
  }

  .tw .sm\:last\:pb-45:last-child{
    padding-bottom: 225px;
  }

  .tw .sm\:last\:pb-46:last-child{
    padding-bottom: 230px;
  }

  .tw .sm\:last\:pb-47:last-child{
    padding-bottom: 235px;
  }

  .tw .sm\:last\:pb-48:last-child{
    padding-bottom: 240px;
  }

  .tw .sm\:last\:pb-49:last-child{
    padding-bottom: 245px;
  }

  .tw .sm\:last\:pb-50:last-child{
    padding-bottom: 250px;
  }

  .tw .sm\:last\:pb-51:last-child{
    padding-bottom: 255px;
  }

  .tw .sm\:last\:pb-52:last-child{
    padding-bottom: 260px;
  }

  .tw .sm\:last\:pb-53:last-child{
    padding-bottom: 265px;
  }

  .tw .sm\:last\:pb-54:last-child{
    padding-bottom: 270px;
  }

  .tw .sm\:last\:pb-55:last-child{
    padding-bottom: 275px;
  }

  .tw .sm\:last\:pb-56:last-child{
    padding-bottom: 280px;
  }

  .tw .sm\:last\:pb-57:last-child{
    padding-bottom: 285px;
  }

  .tw .sm\:last\:pb-58:last-child{
    padding-bottom: 290px;
  }

  .tw .sm\:last\:pb-59:last-child{
    padding-bottom: 295px;
  }

  .tw .sm\:last\:pb-60:last-child{
    padding-bottom: 300px;
  }

  .tw .sm\:last\:pb-61:last-child{
    padding-bottom: 305px;
  }

  .tw .sm\:last\:pb-62:last-child{
    padding-bottom: 310px;
  }

  .tw .sm\:last\:pb-63:last-child{
    padding-bottom: 315px;
  }

  .tw .sm\:last\:pb-64:last-child{
    padding-bottom: 320px;
  }

  .tw .sm\:last\:pb-65:last-child{
    padding-bottom: 325px;
  }

  .tw .sm\:last\:pb-66:last-child{
    padding-bottom: 330px;
  }

  .tw .sm\:last\:pb-67:last-child{
    padding-bottom: 335px;
  }

  .tw .sm\:last\:pb-68:last-child{
    padding-bottom: 340px;
  }

  .tw .sm\:last\:pb-69:last-child{
    padding-bottom: 345px;
  }

  .tw .sm\:last\:pb-70:last-child{
    padding-bottom: 350px;
  }

  .tw .sm\:last\:pb-71:last-child{
    padding-bottom: 355px;
  }

  .tw .sm\:last\:pb-72:last-child{
    padding-bottom: 360px;
  }

  .tw .sm\:last\:pb-73:last-child{
    padding-bottom: 365px;
  }

  .tw .sm\:last\:pb-74:last-child{
    padding-bottom: 370px;
  }

  .tw .sm\:last\:pb-75:last-child{
    padding-bottom: 375px;
  }

  .tw .sm\:last\:pb-76:last-child{
    padding-bottom: 380px;
  }

  .tw .sm\:last\:pb-77:last-child{
    padding-bottom: 385px;
  }

  .tw .sm\:last\:pb-78:last-child{
    padding-bottom: 390px;
  }

  .tw .sm\:last\:pb-79:last-child{
    padding-bottom: 395px;
  }

  .tw .sm\:last\:pb-80:last-child{
    padding-bottom: 400px;
  }

  .tw .sm\:last\:pb-81:last-child{
    padding-bottom: 405px;
  }

  .tw .sm\:last\:pb-82:last-child{
    padding-bottom: 410px;
  }

  .tw .sm\:last\:pb-83:last-child{
    padding-bottom: 415px;
  }

  .tw .sm\:last\:pb-84:last-child{
    padding-bottom: 420px;
  }

  .tw .sm\:last\:pb-85:last-child{
    padding-bottom: 425px;
  }

  .tw .sm\:last\:pb-86:last-child{
    padding-bottom: 430px;
  }

  .tw .sm\:last\:pb-87:last-child{
    padding-bottom: 435px;
  }

  .tw .sm\:last\:pb-88:last-child{
    padding-bottom: 440px;
  }

  .tw .sm\:last\:pb-89:last-child{
    padding-bottom: 445px;
  }

  .tw .sm\:last\:pb-90:last-child{
    padding-bottom: 450px;
  }

  .tw .sm\:last\:pb-91:last-child{
    padding-bottom: 455px;
  }

  .tw .sm\:last\:pb-92:last-child{
    padding-bottom: 460px;
  }

  .tw .sm\:last\:pb-93:last-child{
    padding-bottom: 465px;
  }

  .tw .sm\:last\:pb-94:last-child{
    padding-bottom: 470px;
  }

  .tw .sm\:last\:pb-95:last-child{
    padding-bottom: 475px;
  }

  .tw .sm\:last\:pb-96:last-child{
    padding-bottom: 480px;
  }

  .tw .sm\:last\:pb-97:last-child{
    padding-bottom: 485px;
  }

  .tw .sm\:last\:pb-98:last-child{
    padding-bottom: 490px;
  }

  .tw .sm\:last\:pb-99:last-child{
    padding-bottom: 495px;
  }

  .tw .sm\:last\:pb-100:last-child{
    padding-bottom: 500px;
  }

  .tw .sm\:last\:pb-101:last-child{
    padding-bottom: 505px;
  }

  .tw .sm\:last\:pb-102:last-child{
    padding-bottom: 510px;
  }

  .tw .sm\:last\:pb-103:last-child{
    padding-bottom: 515px;
  }

  .tw .sm\:last\:pb-104:last-child{
    padding-bottom: 520px;
  }

  .tw .sm\:last\:pb-105:last-child{
    padding-bottom: 525px;
  }

  .tw .sm\:last\:pb-106:last-child{
    padding-bottom: 530px;
  }

  .tw .sm\:last\:pb-107:last-child{
    padding-bottom: 535px;
  }

  .tw .sm\:last\:pb-108:last-child{
    padding-bottom: 540px;
  }

  .tw .sm\:last\:pb-109:last-child{
    padding-bottom: 545px;
  }

  .tw .sm\:last\:pb-110:last-child{
    padding-bottom: 550px;
  }

  .tw .sm\:last\:pb-111:last-child{
    padding-bottom: 555px;
  }

  .tw .sm\:last\:pb-112:last-child{
    padding-bottom: 560px;
  }

  .tw .sm\:last\:pb-113:last-child{
    padding-bottom: 565px;
  }

  .tw .sm\:last\:pb-114:last-child{
    padding-bottom: 570px;
  }

  .tw .sm\:last\:pb-115:last-child{
    padding-bottom: 575px;
  }

  .tw .sm\:last\:pb-116:last-child{
    padding-bottom: 580px;
  }

  .tw .sm\:last\:pb-117:last-child{
    padding-bottom: 585px;
  }

  .tw .sm\:last\:pb-118:last-child{
    padding-bottom: 590px;
  }

  .tw .sm\:last\:pb-119:last-child{
    padding-bottom: 595px;
  }

  .tw .sm\:last\:pb-120:last-child{
    padding-bottom: 600px;
  }

  .tw .sm\:last\:pb-121:last-child{
    padding-bottom: 605px;
  }

  .tw .sm\:last\:pb-122:last-child{
    padding-bottom: 610px;
  }

  .tw .sm\:last\:pb-123:last-child{
    padding-bottom: 615px;
  }

  .tw .sm\:last\:pb-124:last-child{
    padding-bottom: 620px;
  }

  .tw .sm\:last\:pb-125:last-child{
    padding-bottom: 625px;
  }

  .tw .sm\:last\:pb-126:last-child{
    padding-bottom: 630px;
  }

  .tw .sm\:last\:pb-127:last-child{
    padding-bottom: 635px;
  }

  .tw .sm\:last\:pb-128:last-child{
    padding-bottom: 640px;
  }

  .tw .sm\:last\:pb-129:last-child{
    padding-bottom: 645px;
  }

  .tw .sm\:last\:pb-130:last-child{
    padding-bottom: 650px;
  }

  .tw .sm\:last\:pb-131:last-child{
    padding-bottom: 655px;
  }

  .tw .sm\:last\:pb-132:last-child{
    padding-bottom: 660px;
  }

  .tw .sm\:last\:pb-133:last-child{
    padding-bottom: 665px;
  }

  .tw .sm\:last\:pb-134:last-child{
    padding-bottom: 670px;
  }

  .tw .sm\:last\:pb-135:last-child{
    padding-bottom: 675px;
  }

  .tw .sm\:last\:pb-136:last-child{
    padding-bottom: 680px;
  }

  .tw .sm\:last\:pb-137:last-child{
    padding-bottom: 685px;
  }

  .tw .sm\:last\:pb-138:last-child{
    padding-bottom: 690px;
  }

  .tw .sm\:last\:pb-139:last-child{
    padding-bottom: 695px;
  }

  .tw .sm\:last\:pb-140:last-child{
    padding-bottom: 700px;
  }

  .tw .sm\:last\:pb-141:last-child{
    padding-bottom: 705px;
  }

  .tw .sm\:last\:pb-142:last-child{
    padding-bottom: 710px;
  }

  .tw .sm\:last\:pb-143:last-child{
    padding-bottom: 715px;
  }

  .tw .sm\:last\:pb-144:last-child{
    padding-bottom: 720px;
  }

  .tw .sm\:last\:pb-145:last-child{
    padding-bottom: 725px;
  }

  .tw .sm\:last\:pb-146:last-child{
    padding-bottom: 730px;
  }

  .tw .sm\:last\:pb-147:last-child{
    padding-bottom: 735px;
  }

  .tw .sm\:last\:pb-148:last-child{
    padding-bottom: 740px;
  }

  .tw .sm\:last\:pb-149:last-child{
    padding-bottom: 745px;
  }

  .tw .sm\:last\:pb-0\.5:last-child{
    padding-bottom: 3px;
  }

  .tw .sm\:last\:pb-1px:last-child{
    padding-bottom: 1px;
  }

  .tw .sm\:last\:pb-2px:last-child{
    padding-bottom: 2px;
  }

  .tw .sm\:last\:pb-3px:last-child{
    padding-bottom: 3px;
  }

  .tw .sm\:last\:pb-4px:last-child{
    padding-bottom: 4px;
  }

  .tw .sm\:last\:pb-5px:last-child{
    padding-bottom: 5px;
  }

  .tw .sm\:last\:pb-6px:last-child{
    padding-bottom: 6px;
  }

  .tw .sm\:last\:pb-7px:last-child{
    padding-bottom: 7px;
  }

  .tw .sm\:last\:pb-8px:last-child{
    padding-bottom: 8px;
  }

  .tw .sm\:last\:pb-9px:last-child{
    padding-bottom: 9px;
  }

  .tw .sm\:last\:pb-10px:last-child{
    padding-bottom: 10px;
  }

  .tw .sm\:last\:pb-11px:last-child{
    padding-bottom: 11px;
  }

  .tw .sm\:last\:pb-12px:last-child{
    padding-bottom: 12px;
  }

  .tw .sm\:last\:pb-13px:last-child{
    padding-bottom: 13px;
  }

  .tw .sm\:last\:pb-14px:last-child{
    padding-bottom: 14px;
  }

  .tw .sm\:last\:pb-15px:last-child{
    padding-bottom: 15px;
  }

  .tw .sm\:last\:pb-16px:last-child{
    padding-bottom: 16px;
  }

  .tw .sm\:last\:pb-17px:last-child{
    padding-bottom: 17px;
  }

  .tw .sm\:last\:pb-18px:last-child{
    padding-bottom: 18px;
  }

  .tw .sm\:last\:pb-19px:last-child{
    padding-bottom: 19px;
  }

  .tw .sm\:last\:pb-20px:last-child{
    padding-bottom: 20px;
  }

  .tw .sm\:last\:pb-21px:last-child{
    padding-bottom: 21px;
  }

  .tw .sm\:last\:pb-22px:last-child{
    padding-bottom: 22px;
  }

  .tw .sm\:last\:pb-23px:last-child{
    padding-bottom: 23px;
  }

  .tw .sm\:last\:pb-24px:last-child{
    padding-bottom: 24px;
  }

  .tw .sm\:last\:pb-25px:last-child{
    padding-bottom: 25px;
  }

  .tw .sm\:last\:pb-26px:last-child{
    padding-bottom: 26px;
  }

  .tw .sm\:last\:pb-27px:last-child{
    padding-bottom: 27px;
  }

  .tw .sm\:last\:pb-28px:last-child{
    padding-bottom: 28px;
  }

  .tw .sm\:last\:pb-29px:last-child{
    padding-bottom: 29px;
  }

  .tw .sm\:last\:pb-30px:last-child{
    padding-bottom: 30px;
  }

  .tw .sm\:last\:pb-31px:last-child{
    padding-bottom: 31px;
  }

  .tw .sm\:last\:pb-32px:last-child{
    padding-bottom: 32px;
  }

  .tw .sm\:last\:pb-33px:last-child{
    padding-bottom: 33px;
  }

  .tw .sm\:last\:pb-34px:last-child{
    padding-bottom: 34px;
  }

  .tw .sm\:last\:pb-35px:last-child{
    padding-bottom: 35px;
  }

  .tw .sm\:last\:pb-36px:last-child{
    padding-bottom: 36px;
  }

  .tw .sm\:last\:pb-37px:last-child{
    padding-bottom: 37px;
  }

  .tw .sm\:last\:pb-38px:last-child{
    padding-bottom: 38px;
  }

  .tw .sm\:last\:pb-39px:last-child{
    padding-bottom: 39px;
  }

  .tw .sm\:last\:pb-40px:last-child{
    padding-bottom: 40px;
  }

  .tw .sm\:last\:pl-0:last-child{
    padding-left: 0px;
  }

  .tw .sm\:last\:pl-1:last-child{
    padding-left: 5px;
  }

  .tw .sm\:last\:pl-2:last-child{
    padding-left: 10px;
  }

  .tw .sm\:last\:pl-3:last-child{
    padding-left: 15px;
  }

  .tw .sm\:last\:pl-4:last-child{
    padding-left: 20px;
  }

  .tw .sm\:last\:pl-5:last-child{
    padding-left: 25px;
  }

  .tw .sm\:last\:pl-6:last-child{
    padding-left: 30px;
  }

  .tw .sm\:last\:pl-7:last-child{
    padding-left: 35px;
  }

  .tw .sm\:last\:pl-8:last-child{
    padding-left: 40px;
  }

  .tw .sm\:last\:pl-9:last-child{
    padding-left: 45px;
  }

  .tw .sm\:last\:pl-10:last-child{
    padding-left: 50px;
  }

  .tw .sm\:last\:pl-11:last-child{
    padding-left: 55px;
  }

  .tw .sm\:last\:pl-12:last-child{
    padding-left: 60px;
  }

  .tw .sm\:last\:pl-13:last-child{
    padding-left: 65px;
  }

  .tw .sm\:last\:pl-14:last-child{
    padding-left: 70px;
  }

  .tw .sm\:last\:pl-15:last-child{
    padding-left: 75px;
  }

  .tw .sm\:last\:pl-16:last-child{
    padding-left: 80px;
  }

  .tw .sm\:last\:pl-17:last-child{
    padding-left: 85px;
  }

  .tw .sm\:last\:pl-18:last-child{
    padding-left: 90px;
  }

  .tw .sm\:last\:pl-19:last-child{
    padding-left: 95px;
  }

  .tw .sm\:last\:pl-20:last-child{
    padding-left: 100px;
  }

  .tw .sm\:last\:pl-21:last-child{
    padding-left: 105px;
  }

  .tw .sm\:last\:pl-22:last-child{
    padding-left: 110px;
  }

  .tw .sm\:last\:pl-23:last-child{
    padding-left: 115px;
  }

  .tw .sm\:last\:pl-24:last-child{
    padding-left: 120px;
  }

  .tw .sm\:last\:pl-25:last-child{
    padding-left: 125px;
  }

  .tw .sm\:last\:pl-26:last-child{
    padding-left: 130px;
  }

  .tw .sm\:last\:pl-27:last-child{
    padding-left: 135px;
  }

  .tw .sm\:last\:pl-28:last-child{
    padding-left: 140px;
  }

  .tw .sm\:last\:pl-29:last-child{
    padding-left: 145px;
  }

  .tw .sm\:last\:pl-30:last-child{
    padding-left: 150px;
  }

  .tw .sm\:last\:pl-31:last-child{
    padding-left: 155px;
  }

  .tw .sm\:last\:pl-32:last-child{
    padding-left: 160px;
  }

  .tw .sm\:last\:pl-33:last-child{
    padding-left: 165px;
  }

  .tw .sm\:last\:pl-34:last-child{
    padding-left: 170px;
  }

  .tw .sm\:last\:pl-35:last-child{
    padding-left: 175px;
  }

  .tw .sm\:last\:pl-36:last-child{
    padding-left: 180px;
  }

  .tw .sm\:last\:pl-37:last-child{
    padding-left: 185px;
  }

  .tw .sm\:last\:pl-38:last-child{
    padding-left: 190px;
  }

  .tw .sm\:last\:pl-39:last-child{
    padding-left: 195px;
  }

  .tw .sm\:last\:pl-40:last-child{
    padding-left: 200px;
  }

  .tw .sm\:last\:pl-41:last-child{
    padding-left: 205px;
  }

  .tw .sm\:last\:pl-42:last-child{
    padding-left: 210px;
  }

  .tw .sm\:last\:pl-43:last-child{
    padding-left: 215px;
  }

  .tw .sm\:last\:pl-44:last-child{
    padding-left: 220px;
  }

  .tw .sm\:last\:pl-45:last-child{
    padding-left: 225px;
  }

  .tw .sm\:last\:pl-46:last-child{
    padding-left: 230px;
  }

  .tw .sm\:last\:pl-47:last-child{
    padding-left: 235px;
  }

  .tw .sm\:last\:pl-48:last-child{
    padding-left: 240px;
  }

  .tw .sm\:last\:pl-49:last-child{
    padding-left: 245px;
  }

  .tw .sm\:last\:pl-50:last-child{
    padding-left: 250px;
  }

  .tw .sm\:last\:pl-51:last-child{
    padding-left: 255px;
  }

  .tw .sm\:last\:pl-52:last-child{
    padding-left: 260px;
  }

  .tw .sm\:last\:pl-53:last-child{
    padding-left: 265px;
  }

  .tw .sm\:last\:pl-54:last-child{
    padding-left: 270px;
  }

  .tw .sm\:last\:pl-55:last-child{
    padding-left: 275px;
  }

  .tw .sm\:last\:pl-56:last-child{
    padding-left: 280px;
  }

  .tw .sm\:last\:pl-57:last-child{
    padding-left: 285px;
  }

  .tw .sm\:last\:pl-58:last-child{
    padding-left: 290px;
  }

  .tw .sm\:last\:pl-59:last-child{
    padding-left: 295px;
  }

  .tw .sm\:last\:pl-60:last-child{
    padding-left: 300px;
  }

  .tw .sm\:last\:pl-61:last-child{
    padding-left: 305px;
  }

  .tw .sm\:last\:pl-62:last-child{
    padding-left: 310px;
  }

  .tw .sm\:last\:pl-63:last-child{
    padding-left: 315px;
  }

  .tw .sm\:last\:pl-64:last-child{
    padding-left: 320px;
  }

  .tw .sm\:last\:pl-65:last-child{
    padding-left: 325px;
  }

  .tw .sm\:last\:pl-66:last-child{
    padding-left: 330px;
  }

  .tw .sm\:last\:pl-67:last-child{
    padding-left: 335px;
  }

  .tw .sm\:last\:pl-68:last-child{
    padding-left: 340px;
  }

  .tw .sm\:last\:pl-69:last-child{
    padding-left: 345px;
  }

  .tw .sm\:last\:pl-70:last-child{
    padding-left: 350px;
  }

  .tw .sm\:last\:pl-71:last-child{
    padding-left: 355px;
  }

  .tw .sm\:last\:pl-72:last-child{
    padding-left: 360px;
  }

  .tw .sm\:last\:pl-73:last-child{
    padding-left: 365px;
  }

  .tw .sm\:last\:pl-74:last-child{
    padding-left: 370px;
  }

  .tw .sm\:last\:pl-75:last-child{
    padding-left: 375px;
  }

  .tw .sm\:last\:pl-76:last-child{
    padding-left: 380px;
  }

  .tw .sm\:last\:pl-77:last-child{
    padding-left: 385px;
  }

  .tw .sm\:last\:pl-78:last-child{
    padding-left: 390px;
  }

  .tw .sm\:last\:pl-79:last-child{
    padding-left: 395px;
  }

  .tw .sm\:last\:pl-80:last-child{
    padding-left: 400px;
  }

  .tw .sm\:last\:pl-81:last-child{
    padding-left: 405px;
  }

  .tw .sm\:last\:pl-82:last-child{
    padding-left: 410px;
  }

  .tw .sm\:last\:pl-83:last-child{
    padding-left: 415px;
  }

  .tw .sm\:last\:pl-84:last-child{
    padding-left: 420px;
  }

  .tw .sm\:last\:pl-85:last-child{
    padding-left: 425px;
  }

  .tw .sm\:last\:pl-86:last-child{
    padding-left: 430px;
  }

  .tw .sm\:last\:pl-87:last-child{
    padding-left: 435px;
  }

  .tw .sm\:last\:pl-88:last-child{
    padding-left: 440px;
  }

  .tw .sm\:last\:pl-89:last-child{
    padding-left: 445px;
  }

  .tw .sm\:last\:pl-90:last-child{
    padding-left: 450px;
  }

  .tw .sm\:last\:pl-91:last-child{
    padding-left: 455px;
  }

  .tw .sm\:last\:pl-92:last-child{
    padding-left: 460px;
  }

  .tw .sm\:last\:pl-93:last-child{
    padding-left: 465px;
  }

  .tw .sm\:last\:pl-94:last-child{
    padding-left: 470px;
  }

  .tw .sm\:last\:pl-95:last-child{
    padding-left: 475px;
  }

  .tw .sm\:last\:pl-96:last-child{
    padding-left: 480px;
  }

  .tw .sm\:last\:pl-97:last-child{
    padding-left: 485px;
  }

  .tw .sm\:last\:pl-98:last-child{
    padding-left: 490px;
  }

  .tw .sm\:last\:pl-99:last-child{
    padding-left: 495px;
  }

  .tw .sm\:last\:pl-100:last-child{
    padding-left: 500px;
  }

  .tw .sm\:last\:pl-101:last-child{
    padding-left: 505px;
  }

  .tw .sm\:last\:pl-102:last-child{
    padding-left: 510px;
  }

  .tw .sm\:last\:pl-103:last-child{
    padding-left: 515px;
  }

  .tw .sm\:last\:pl-104:last-child{
    padding-left: 520px;
  }

  .tw .sm\:last\:pl-105:last-child{
    padding-left: 525px;
  }

  .tw .sm\:last\:pl-106:last-child{
    padding-left: 530px;
  }

  .tw .sm\:last\:pl-107:last-child{
    padding-left: 535px;
  }

  .tw .sm\:last\:pl-108:last-child{
    padding-left: 540px;
  }

  .tw .sm\:last\:pl-109:last-child{
    padding-left: 545px;
  }

  .tw .sm\:last\:pl-110:last-child{
    padding-left: 550px;
  }

  .tw .sm\:last\:pl-111:last-child{
    padding-left: 555px;
  }

  .tw .sm\:last\:pl-112:last-child{
    padding-left: 560px;
  }

  .tw .sm\:last\:pl-113:last-child{
    padding-left: 565px;
  }

  .tw .sm\:last\:pl-114:last-child{
    padding-left: 570px;
  }

  .tw .sm\:last\:pl-115:last-child{
    padding-left: 575px;
  }

  .tw .sm\:last\:pl-116:last-child{
    padding-left: 580px;
  }

  .tw .sm\:last\:pl-117:last-child{
    padding-left: 585px;
  }

  .tw .sm\:last\:pl-118:last-child{
    padding-left: 590px;
  }

  .tw .sm\:last\:pl-119:last-child{
    padding-left: 595px;
  }

  .tw .sm\:last\:pl-120:last-child{
    padding-left: 600px;
  }

  .tw .sm\:last\:pl-121:last-child{
    padding-left: 605px;
  }

  .tw .sm\:last\:pl-122:last-child{
    padding-left: 610px;
  }

  .tw .sm\:last\:pl-123:last-child{
    padding-left: 615px;
  }

  .tw .sm\:last\:pl-124:last-child{
    padding-left: 620px;
  }

  .tw .sm\:last\:pl-125:last-child{
    padding-left: 625px;
  }

  .tw .sm\:last\:pl-126:last-child{
    padding-left: 630px;
  }

  .tw .sm\:last\:pl-127:last-child{
    padding-left: 635px;
  }

  .tw .sm\:last\:pl-128:last-child{
    padding-left: 640px;
  }

  .tw .sm\:last\:pl-129:last-child{
    padding-left: 645px;
  }

  .tw .sm\:last\:pl-130:last-child{
    padding-left: 650px;
  }

  .tw .sm\:last\:pl-131:last-child{
    padding-left: 655px;
  }

  .tw .sm\:last\:pl-132:last-child{
    padding-left: 660px;
  }

  .tw .sm\:last\:pl-133:last-child{
    padding-left: 665px;
  }

  .tw .sm\:last\:pl-134:last-child{
    padding-left: 670px;
  }

  .tw .sm\:last\:pl-135:last-child{
    padding-left: 675px;
  }

  .tw .sm\:last\:pl-136:last-child{
    padding-left: 680px;
  }

  .tw .sm\:last\:pl-137:last-child{
    padding-left: 685px;
  }

  .tw .sm\:last\:pl-138:last-child{
    padding-left: 690px;
  }

  .tw .sm\:last\:pl-139:last-child{
    padding-left: 695px;
  }

  .tw .sm\:last\:pl-140:last-child{
    padding-left: 700px;
  }

  .tw .sm\:last\:pl-141:last-child{
    padding-left: 705px;
  }

  .tw .sm\:last\:pl-142:last-child{
    padding-left: 710px;
  }

  .tw .sm\:last\:pl-143:last-child{
    padding-left: 715px;
  }

  .tw .sm\:last\:pl-144:last-child{
    padding-left: 720px;
  }

  .tw .sm\:last\:pl-145:last-child{
    padding-left: 725px;
  }

  .tw .sm\:last\:pl-146:last-child{
    padding-left: 730px;
  }

  .tw .sm\:last\:pl-147:last-child{
    padding-left: 735px;
  }

  .tw .sm\:last\:pl-148:last-child{
    padding-left: 740px;
  }

  .tw .sm\:last\:pl-149:last-child{
    padding-left: 745px;
  }

  .tw .sm\:last\:pl-0\.5:last-child{
    padding-left: 3px;
  }

  .tw .sm\:last\:pl-1px:last-child{
    padding-left: 1px;
  }

  .tw .sm\:last\:pl-2px:last-child{
    padding-left: 2px;
  }

  .tw .sm\:last\:pl-3px:last-child{
    padding-left: 3px;
  }

  .tw .sm\:last\:pl-4px:last-child{
    padding-left: 4px;
  }

  .tw .sm\:last\:pl-5px:last-child{
    padding-left: 5px;
  }

  .tw .sm\:last\:pl-6px:last-child{
    padding-left: 6px;
  }

  .tw .sm\:last\:pl-7px:last-child{
    padding-left: 7px;
  }

  .tw .sm\:last\:pl-8px:last-child{
    padding-left: 8px;
  }

  .tw .sm\:last\:pl-9px:last-child{
    padding-left: 9px;
  }

  .tw .sm\:last\:pl-10px:last-child{
    padding-left: 10px;
  }

  .tw .sm\:last\:pl-11px:last-child{
    padding-left: 11px;
  }

  .tw .sm\:last\:pl-12px:last-child{
    padding-left: 12px;
  }

  .tw .sm\:last\:pl-13px:last-child{
    padding-left: 13px;
  }

  .tw .sm\:last\:pl-14px:last-child{
    padding-left: 14px;
  }

  .tw .sm\:last\:pl-15px:last-child{
    padding-left: 15px;
  }

  .tw .sm\:last\:pl-16px:last-child{
    padding-left: 16px;
  }

  .tw .sm\:last\:pl-17px:last-child{
    padding-left: 17px;
  }

  .tw .sm\:last\:pl-18px:last-child{
    padding-left: 18px;
  }

  .tw .sm\:last\:pl-19px:last-child{
    padding-left: 19px;
  }

  .tw .sm\:last\:pl-20px:last-child{
    padding-left: 20px;
  }

  .tw .sm\:last\:pl-21px:last-child{
    padding-left: 21px;
  }

  .tw .sm\:last\:pl-22px:last-child{
    padding-left: 22px;
  }

  .tw .sm\:last\:pl-23px:last-child{
    padding-left: 23px;
  }

  .tw .sm\:last\:pl-24px:last-child{
    padding-left: 24px;
  }

  .tw .sm\:last\:pl-25px:last-child{
    padding-left: 25px;
  }

  .tw .sm\:last\:pl-26px:last-child{
    padding-left: 26px;
  }

  .tw .sm\:last\:pl-27px:last-child{
    padding-left: 27px;
  }

  .tw .sm\:last\:pl-28px:last-child{
    padding-left: 28px;
  }

  .tw .sm\:last\:pl-29px:last-child{
    padding-left: 29px;
  }

  .tw .sm\:last\:pl-30px:last-child{
    padding-left: 30px;
  }

  .tw .sm\:last\:pl-31px:last-child{
    padding-left: 31px;
  }

  .tw .sm\:last\:pl-32px:last-child{
    padding-left: 32px;
  }

  .tw .sm\:last\:pl-33px:last-child{
    padding-left: 33px;
  }

  .tw .sm\:last\:pl-34px:last-child{
    padding-left: 34px;
  }

  .tw .sm\:last\:pl-35px:last-child{
    padding-left: 35px;
  }

  .tw .sm\:last\:pl-36px:last-child{
    padding-left: 36px;
  }

  .tw .sm\:last\:pl-37px:last-child{
    padding-left: 37px;
  }

  .tw .sm\:last\:pl-38px:last-child{
    padding-left: 38px;
  }

  .tw .sm\:last\:pl-39px:last-child{
    padding-left: 39px;
  }

  .tw .sm\:last\:pl-40px:last-child{
    padding-left: 40px;
  }

  .tw .sm\:text-left{
    text-align: left;
  }

  .tw .sm\:text-center{
    text-align: center;
  }

  .tw .sm\:text-right{
    text-align: right;
  }

  .tw .sm\:text-justify{
    text-align: justify;
  }

  .tw .sm\:first\:text-left:first-child{
    text-align: left;
  }

  .tw .sm\:first\:text-center:first-child{
    text-align: center;
  }

  .tw .sm\:first\:text-right:first-child{
    text-align: right;
  }

  .tw .sm\:first\:text-justify:first-child{
    text-align: justify;
  }

  .tw .sm\:align-baseline{
    vertical-align: baseline;
  }

  .tw .sm\:align-top{
    vertical-align: top;
  }

  .tw .sm\:align-middle{
    vertical-align: middle;
  }

  .tw .sm\:align-bottom{
    vertical-align: bottom;
  }

  .tw .sm\:align-text-top{
    vertical-align: text-top;
  }

  .tw .sm\:align-text-bottom{
    vertical-align: text-bottom;
  }

  .tw .sm\:font-sans{
    font-family: Inter, 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;
  }

  .tw .sm\:font-serif{
    font-family: ui-serif, Georgia, Cambria, "Times New Roman", Times, serif;
  }

  .tw .sm\:font-mono{
    font-family: IBM Plex Mono, Menlo, DejaVu Sans Mono, Bitstream Vera Sans Mono, Courier, monospace;
  }

  .tw .sm\:text-micro{
    font-size: 9px;
    line-height: 11.7px;
  }

  .tw .sm\:text-2xs{
    font-size: 11px;
    line-height: 8px;
  }

  .tw .sm\:text-xs{
    font-size: 12px;
    line-height: 16px;
  }

  .tw .sm\:text-sm{
    font-size: 13px;
    line-height: 16px;
  }

  .tw .sm\:text-md{
    font-size: 14px;
    line-height: 17px;
  }

  .tw .sm\:text-base{
    font-size: 15px;
    line-height: 24px;
  }

  .tw .sm\:text-lg{
    font-size: 18px;
    line-height: 24px;
  }

  .tw .sm\:text-xl{
    font-size: 20px;
    line-height: 24px;
  }

  .tw .sm\:text-2xl{
    font-size: 22px;
    line-height: 24px;
  }

  .tw .sm\:text-3xl{
    font-size: 25px;
    line-height: 32px;
  }

  .tw .sm\:text-4xl{
    font-size: 30px;
    line-height: 32px;
  }

  .tw .sm\:text-5xl{
    font-size: 35px;
    line-height: 40px;
  }

  .tw .sm\:text-6xl{
    font-size: 50px;
    line-height: 60px;
  }

  .tw .sm\:text-2xsmall{
    font-size: 10px;
    line-height: 12px;
  }

  .tw .sm\:text-xsmall{
    font-size: 11px;
    line-height: 13px;
    letter-spacing: -0.01em;
  }

  .tw .sm\:text-small{
    font-size: 12px;
    line-height: 14px;
    letter-spacing: -0.01em;
  }

  .tw .sm\:text-default{
    font-size: 13px;
    line-height: 16px;
    letter-spacing: -0.02em;
  }

  .tw .sm\:text-large{
    font-size: 14px;
    line-height: 16px;
    letter-spacing: -0.03em;
  }

  .tw .sm\:text-xlarge{
    font-size: 16px;
    line-height: 20px;
    letter-spacing: -0.02em;
  }

  .tw .sm\:text-2xlarge{
    font-size: 18px;
    line-height: 22px;
    letter-spacing: -0.02em;
  }

  .tw .sm\:text-3xlarge{
    font-size: 22px;
    line-height: 28px;
    letter-spacing: -0.02em;
  }

  .tw .sm\:text-4xlarge{
    font-size: 28px;
    line-height: 32px;
    letter-spacing: -0.02em;
  }

  .tw .sm\:text-1px{
    font-size: 1px;
  }

  .tw .sm\:text-2px{
    font-size: 2px;
  }

  .tw .sm\:text-3px{
    font-size: 3px;
  }

  .tw .sm\:text-4px{
    font-size: 4px;
  }

  .tw .sm\:text-5px{
    font-size: 5px;
  }

  .tw .sm\:text-6px{
    font-size: 6px;
  }

  .tw .sm\:text-7px{
    font-size: 7px;
  }

  .tw .sm\:text-8px{
    font-size: 8px;
  }

  .tw .sm\:text-9px{
    font-size: 9px;
  }

  .tw .sm\:text-10px{
    font-size: 10px;
  }

  .tw .sm\:text-11px{
    font-size: 11px;
  }

  .tw .sm\:text-12px{
    font-size: 12px;
  }

  .tw .sm\:text-13px{
    font-size: 13px;
  }

  .tw .sm\:text-14px{
    font-size: 14px;
  }

  .tw .sm\:text-15px{
    font-size: 15px;
  }

  .tw .sm\:text-16px{
    font-size: 16px;
  }

  .tw .sm\:text-17px{
    font-size: 17px;
  }

  .tw .sm\:text-18px{
    font-size: 18px;
  }

  .tw .sm\:text-19px{
    font-size: 19px;
  }

  .tw .sm\:text-20px{
    font-size: 20px;
  }

  .tw .sm\:text-21px{
    font-size: 21px;
  }

  .tw .sm\:text-22px{
    font-size: 22px;
  }

  .tw .sm\:text-23px{
    font-size: 23px;
  }

  .tw .sm\:text-24px{
    font-size: 24px;
  }

  .tw .sm\:text-25px{
    font-size: 25px;
  }

  .tw .sm\:text-26px{
    font-size: 26px;
  }

  .tw .sm\:text-27px{
    font-size: 27px;
  }

  .tw .sm\:text-28px{
    font-size: 28px;
  }

  .tw .sm\:text-29px{
    font-size: 29px;
  }

  .tw .sm\:text-30px{
    font-size: 30px;
  }

  .tw .sm\:text-31px{
    font-size: 31px;
  }

  .tw .sm\:text-32px{
    font-size: 32px;
  }

  .tw .sm\:text-33px{
    font-size: 33px;
  }

  .tw .sm\:text-34px{
    font-size: 34px;
  }

  .tw .sm\:text-35px{
    font-size: 35px;
  }

  .tw .sm\:text-36px{
    font-size: 36px;
  }

  .tw .sm\:text-37px{
    font-size: 37px;
  }

  .tw .sm\:text-38px{
    font-size: 38px;
  }

  .tw .sm\:text-39px{
    font-size: 39px;
  }

  .tw .sm\:text-40px{
    font-size: 40px;
  }

  .tw .sm\:text-41px{
    font-size: 41px;
  }

  .tw .sm\:text-42px{
    font-size: 42px;
  }

  .tw .sm\:text-43px{
    font-size: 43px;
  }

  .tw .sm\:text-44px{
    font-size: 44px;
  }

  .tw .sm\:text-45px{
    font-size: 45px;
  }

  .tw .sm\:text-46px{
    font-size: 46px;
  }

  .tw .sm\:text-47px{
    font-size: 47px;
  }

  .tw .sm\:text-48px{
    font-size: 48px;
  }

  .tw .sm\:text-49px{
    font-size: 49px;
  }

  .tw .sm\:text-50px{
    font-size: 50px;
  }

  .tw .sm\:text-51px{
    font-size: 51px;
  }

  .tw .sm\:text-52px{
    font-size: 52px;
  }

  .tw .sm\:text-53px{
    font-size: 53px;
  }

  .tw .sm\:text-54px{
    font-size: 54px;
  }

  .tw .sm\:text-55px{
    font-size: 55px;
  }

  .tw .sm\:text-56px{
    font-size: 56px;
  }

  .tw .sm\:text-57px{
    font-size: 57px;
  }

  .tw .sm\:text-58px{
    font-size: 58px;
  }

  .tw .sm\:text-59px{
    font-size: 59px;
  }

  .tw .sm\:text-60px{
    font-size: 60px;
  }

  .tw .sm\:font-thin{
    font-weight: 100;
  }

  .tw .sm\:font-light{
    font-weight: 200;
  }

  .tw .sm\:font-normal{
    font-weight: 300;
  }

  .tw .sm\:font-medium{
    font-weight: 400;
  }

  .tw .sm\:font-semibold{
    font-weight: 500;
  }

  .tw .sm\:font-bold{
    font-weight: 600;
  }

  .tw .sm\:font-extrabold{
    font-weight: 700;
  }

  .tw .sm\:font-black{
    font-weight: 800;
  }

  .tw .sm\:font-heavy{
    font-weight: 800;
  }

  .tw .sm\:uppercase{
    text-transform: uppercase;
  }

  .tw .sm\:lowercase{
    text-transform: lowercase;
  }

  .tw .sm\:capitalize{
    text-transform: capitalize;
  }

  .tw .sm\:normal-case{
    text-transform: none;
  }

  .tw .sm\:italic{
    font-style: italic;
  }

  .tw .sm\:not-italic{
    font-style: normal;
  }

  .tw .sm\:ordinal, .tw .sm\:slashed-zero, .tw .sm\:lining-nums, .tw .sm\:oldstyle-nums, .tw .sm\:proportional-nums, .tw .sm\:tabular-nums, .tw .sm\:diagonal-fractions, .tw .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);
  }

  .tw .sm\:normal-nums{
    font-variant-numeric: normal;
  }

  .tw .sm\:ordinal{
    --tw-ordinal: ordinal;
  }

  .tw .sm\:slashed-zero{
    --tw-slashed-zero: slashed-zero;
  }

  .tw .sm\:lining-nums{
    --tw-numeric-figure: lining-nums;
  }

  .tw .sm\:oldstyle-nums{
    --tw-numeric-figure: oldstyle-nums;
  }

  .tw .sm\:proportional-nums{
    --tw-numeric-spacing: proportional-nums;
  }

  .tw .sm\:tabular-nums{
    --tw-numeric-spacing: tabular-nums;
  }

  .tw .sm\:diagonal-fractions{
    --tw-numeric-fraction: diagonal-fractions;
  }

  .tw .sm\:stacked-fractions{
    --tw-numeric-fraction: stacked-fractions;
  }

  .tw .sm\:leading-normal{
    line-height: normal;
  }

  .tw .sm\:leading-none{
    line-height: 1;
  }

  .tw .sm\:leading-base{
    line-height: 8px;
  }

  .tw .sm\:leading-1em{
    line-height: 1em;
  }

  .tw .sm\:leading-lg{
    line-height: 16px;
  }

  .tw .sm\:leading-xl{
    line-height: 24px;
  }

  .tw .sm\:leading-2xl{
    line-height: 32px;
  }

  .tw .sm\:leading-3xl{
    line-height: 48px;
  }

  .tw .sm\:leading-4xl{
    line-height: 56px;
  }

  .tw .sm\:leading-5xl{
    line-height: 64px;
  }

  .tw .sm\:leading-125\%{
    line-height: 125%;
  }

  .tw .sm\:leading-140\%{
    line-height: 140%;
  }

  .tw .sm\:leading-1px{
    line-height: 1px;
  }

  .tw .sm\:leading-2px{
    line-height: 2px;
  }

  .tw .sm\:leading-3px{
    line-height: 3px;
  }

  .tw .sm\:leading-4px{
    line-height: 4px;
  }

  .tw .sm\:leading-5px{
    line-height: 5px;
  }

  .tw .sm\:leading-6px{
    line-height: 6px;
  }

  .tw .sm\:leading-7px{
    line-height: 7px;
  }

  .tw .sm\:leading-8px{
    line-height: 8px;
  }

  .tw .sm\:leading-9px{
    line-height: 9px;
  }

  .tw .sm\:leading-10px{
    line-height: 10px;
  }

  .tw .sm\:leading-11px{
    line-height: 11px;
  }

  .tw .sm\:leading-12px{
    line-height: 12px;
  }

  .tw .sm\:leading-13px{
    line-height: 13px;
  }

  .tw .sm\:leading-14px{
    line-height: 14px;
  }

  .tw .sm\:leading-15px{
    line-height: 15px;
  }

  .tw .sm\:leading-16px{
    line-height: 16px;
  }

  .tw .sm\:leading-17px{
    line-height: 17px;
  }

  .tw .sm\:leading-18px{
    line-height: 18px;
  }

  .tw .sm\:leading-19px{
    line-height: 19px;
  }

  .tw .sm\:leading-20px{
    line-height: 20px;
  }

  .tw .sm\:leading-21px{
    line-height: 21px;
  }

  .tw .sm\:leading-22px{
    line-height: 22px;
  }

  .tw .sm\:leading-23px{
    line-height: 23px;
  }

  .tw .sm\:leading-24px{
    line-height: 24px;
  }

  .tw .sm\:leading-25px{
    line-height: 25px;
  }

  .tw .sm\:leading-26px{
    line-height: 26px;
  }

  .tw .sm\:leading-27px{
    line-height: 27px;
  }

  .tw .sm\:leading-28px{
    line-height: 28px;
  }

  .tw .sm\:leading-29px{
    line-height: 29px;
  }

  .tw .sm\:leading-30px{
    line-height: 30px;
  }

  .tw .sm\:leading-31px{
    line-height: 31px;
  }

  .tw .sm\:leading-32px{
    line-height: 32px;
  }

  .tw .sm\:leading-33px{
    line-height: 33px;
  }

  .tw .sm\:leading-34px{
    line-height: 34px;
  }

  .tw .sm\:leading-35px{
    line-height: 35px;
  }

  .tw .sm\:leading-36px{
    line-height: 36px;
  }

  .tw .sm\:leading-37px{
    line-height: 37px;
  }

  .tw .sm\:leading-38px{
    line-height: 38px;
  }

  .tw .sm\:leading-39px{
    line-height: 39px;
  }

  .tw .sm\:leading-40px{
    line-height: 40px;
  }

  .tw .sm\:tracking-tighter{
    letter-spacing: -0.05em;
  }

  .tw .sm\:tracking-tight{
    letter-spacing: -0.025em;
  }

  .tw .sm\:tracking-normal{
    letter-spacing: 0em;
  }

  .tw .sm\:tracking-wide{
    letter-spacing: 0.025em;
  }

  .tw .sm\:tracking-wider{
    letter-spacing: 0.05em;
  }

  .tw .sm\:tracking-widest{
    letter-spacing: 0.1em;
  }

  .tw .sm\:tracking-dreamten-table-row{
    letter-spacing: -0.15em;
  }

  .tw .sm\:text-opacity-0{
    --tw-text-opacity: 0;
  }

  .tw .sm\:text-opacity-5{
    --tw-text-opacity: 0.05;
  }

  .tw .sm\:text-opacity-10{
    --tw-text-opacity: 0.1;
  }

  .tw .sm\:text-opacity-15{
    --tw-text-opacity: 0.15;
  }

  .tw .sm\:text-opacity-20{
    --tw-text-opacity: 0.2;
  }

  .tw .sm\:text-opacity-25{
    --tw-text-opacity: 0.25;
  }

  .tw .sm\:text-opacity-30{
    --tw-text-opacity: 0.3;
  }

  .tw .sm\:text-opacity-40{
    --tw-text-opacity: 0.4;
  }

  .tw .sm\:text-opacity-50{
    --tw-text-opacity: 0.5;
  }

  .tw .sm\:text-opacity-60{
    --tw-text-opacity: 0.6;
  }

  .tw .sm\:text-opacity-70{
    --tw-text-opacity: 0.7;
  }

  .tw .sm\:text-opacity-75{
    --tw-text-opacity: 0.75;
  }

  .tw .sm\:text-opacity-80{
    --tw-text-opacity: 0.8;
  }

  .tw .sm\:text-opacity-90{
    --tw-text-opacity: 0.9;
  }

  .tw .sm\:text-opacity-95{
    --tw-text-opacity: 0.95;
  }

  .tw .sm\:text-opacity-100{
    --tw-text-opacity: 1;
  }

  .tw .group:hover .sm\:group-hover\:text-opacity-0{
    --tw-text-opacity: 0;
  }

  .tw .group:hover .sm\:group-hover\:text-opacity-5{
    --tw-text-opacity: 0.05;
  }

  .tw .group:hover .sm\:group-hover\:text-opacity-10{
    --tw-text-opacity: 0.1;
  }

  .tw .group:hover .sm\:group-hover\:text-opacity-15{
    --tw-text-opacity: 0.15;
  }

  .tw .group:hover .sm\:group-hover\:text-opacity-20{
    --tw-text-opacity: 0.2;
  }

  .tw .group:hover .sm\:group-hover\:text-opacity-25{
    --tw-text-opacity: 0.25;
  }

  .tw .group:hover .sm\:group-hover\:text-opacity-30{
    --tw-text-opacity: 0.3;
  }

  .tw .group:hover .sm\:group-hover\:text-opacity-40{
    --tw-text-opacity: 0.4;
  }

  .tw .group:hover .sm\:group-hover\:text-opacity-50{
    --tw-text-opacity: 0.5;
  }

  .tw .group:hover .sm\:group-hover\:text-opacity-60{
    --tw-text-opacity: 0.6;
  }

  .tw .group:hover .sm\:group-hover\:text-opacity-70{
    --tw-text-opacity: 0.7;
  }

  .tw .group:hover .sm\:group-hover\:text-opacity-75{
    --tw-text-opacity: 0.75;
  }

  .tw .group:hover .sm\:group-hover\:text-opacity-80{
    --tw-text-opacity: 0.8;
  }

  .tw .group:hover .sm\:group-hover\:text-opacity-90{
    --tw-text-opacity: 0.9;
  }

  .tw .group:hover .sm\:group-hover\:text-opacity-95{
    --tw-text-opacity: 0.95;
  }

  .tw .group:hover .sm\:group-hover\:text-opacity-100{
    --tw-text-opacity: 1;
  }

  .tw .sm\:focus-within\:text-opacity-0:focus-within{
    --tw-text-opacity: 0;
  }

  .tw .sm\:focus-within\:text-opacity-5:focus-within{
    --tw-text-opacity: 0.05;
  }

  .tw .sm\:focus-within\:text-opacity-10:focus-within{
    --tw-text-opacity: 0.1;
  }

  .tw .sm\:focus-within\:text-opacity-15:focus-within{
    --tw-text-opacity: 0.15;
  }

  .tw .sm\:focus-within\:text-opacity-20:focus-within{
    --tw-text-opacity: 0.2;
  }

  .tw .sm\:focus-within\:text-opacity-25:focus-within{
    --tw-text-opacity: 0.25;
  }

  .tw .sm\:focus-within\:text-opacity-30:focus-within{
    --tw-text-opacity: 0.3;
  }

  .tw .sm\:focus-within\:text-opacity-40:focus-within{
    --tw-text-opacity: 0.4;
  }

  .tw .sm\:focus-within\:text-opacity-50:focus-within{
    --tw-text-opacity: 0.5;
  }

  .tw .sm\:focus-within\:text-opacity-60:focus-within{
    --tw-text-opacity: 0.6;
  }

  .tw .sm\:focus-within\:text-opacity-70:focus-within{
    --tw-text-opacity: 0.7;
  }

  .tw .sm\:focus-within\:text-opacity-75:focus-within{
    --tw-text-opacity: 0.75;
  }

  .tw .sm\:focus-within\:text-opacity-80:focus-within{
    --tw-text-opacity: 0.8;
  }

  .tw .sm\:focus-within\:text-opacity-90:focus-within{
    --tw-text-opacity: 0.9;
  }

  .tw .sm\:focus-within\:text-opacity-95:focus-within{
    --tw-text-opacity: 0.95;
  }

  .tw .sm\:focus-within\:text-opacity-100:focus-within{
    --tw-text-opacity: 1;
  }

  .tw .sm\:hover\:text-opacity-0:hover{
    --tw-text-opacity: 0;
  }

  .tw .sm\:hover\:text-opacity-5:hover{
    --tw-text-opacity: 0.05;
  }

  .tw .sm\:hover\:text-opacity-10:hover{
    --tw-text-opacity: 0.1;
  }

  .tw .sm\:hover\:text-opacity-15:hover{
    --tw-text-opacity: 0.15;
  }

  .tw .sm\:hover\:text-opacity-20:hover{
    --tw-text-opacity: 0.2;
  }

  .tw .sm\:hover\:text-opacity-25:hover{
    --tw-text-opacity: 0.25;
  }

  .tw .sm\:hover\:text-opacity-30:hover{
    --tw-text-opacity: 0.3;
  }

  .tw .sm\:hover\:text-opacity-40:hover{
    --tw-text-opacity: 0.4;
  }

  .tw .sm\:hover\:text-opacity-50:hover{
    --tw-text-opacity: 0.5;
  }

  .tw .sm\:hover\:text-opacity-60:hover{
    --tw-text-opacity: 0.6;
  }

  .tw .sm\:hover\:text-opacity-70:hover{
    --tw-text-opacity: 0.7;
  }

  .tw .sm\:hover\:text-opacity-75:hover{
    --tw-text-opacity: 0.75;
  }

  .tw .sm\:hover\:text-opacity-80:hover{
    --tw-text-opacity: 0.8;
  }

  .tw .sm\:hover\:text-opacity-90:hover{
    --tw-text-opacity: 0.9;
  }

  .tw .sm\:hover\:text-opacity-95:hover{
    --tw-text-opacity: 0.95;
  }

  .tw .sm\:hover\:text-opacity-100:hover{
    --tw-text-opacity: 1;
  }

  .tw .sm\:focus\:text-opacity-0:focus{
    --tw-text-opacity: 0;
  }

  .tw .sm\:focus\:text-opacity-5:focus{
    --tw-text-opacity: 0.05;
  }

  .tw .sm\:focus\:text-opacity-10:focus{
    --tw-text-opacity: 0.1;
  }

  .tw .sm\:focus\:text-opacity-15:focus{
    --tw-text-opacity: 0.15;
  }

  .tw .sm\:focus\:text-opacity-20:focus{
    --tw-text-opacity: 0.2;
  }

  .tw .sm\:focus\:text-opacity-25:focus{
    --tw-text-opacity: 0.25;
  }

  .tw .sm\:focus\:text-opacity-30:focus{
    --tw-text-opacity: 0.3;
  }

  .tw .sm\:focus\:text-opacity-40:focus{
    --tw-text-opacity: 0.4;
  }

  .tw .sm\:focus\:text-opacity-50:focus{
    --tw-text-opacity: 0.5;
  }

  .tw .sm\:focus\:text-opacity-60:focus{
    --tw-text-opacity: 0.6;
  }

  .tw .sm\:focus\:text-opacity-70:focus{
    --tw-text-opacity: 0.7;
  }

  .tw .sm\:focus\:text-opacity-75:focus{
    --tw-text-opacity: 0.75;
  }

  .tw .sm\:focus\:text-opacity-80:focus{
    --tw-text-opacity: 0.8;
  }

  .tw .sm\:focus\:text-opacity-90:focus{
    --tw-text-opacity: 0.9;
  }

  .tw .sm\:focus\:text-opacity-95:focus{
    --tw-text-opacity: 0.95;
  }

  .tw .sm\:focus\:text-opacity-100:focus{
    --tw-text-opacity: 1;
  }

  .tw .sm\:underline{
    text-decoration: underline;
  }

  .tw .sm\:line-through{
    text-decoration: line-through;
  }

  .tw .sm\:no-underline{
    text-decoration: none;
  }

  .tw .group:hover .sm\:group-hover\:underline{
    text-decoration: underline;
  }

  .tw .group:hover .sm\:group-hover\:line-through{
    text-decoration: line-through;
  }

  .tw .group:hover .sm\:group-hover\:no-underline{
    text-decoration: none;
  }

  .tw .sm\:focus-within\:underline:focus-within{
    text-decoration: underline;
  }

  .tw .sm\:focus-within\:line-through:focus-within{
    text-decoration: line-through;
  }

  .tw .sm\:focus-within\:no-underline:focus-within{
    text-decoration: none;
  }

  .tw .sm\:hover\:underline:hover{
    text-decoration: underline;
  }

  .tw .sm\:hover\:line-through:hover{
    text-decoration: line-through;
  }

  .tw .sm\:hover\:no-underline:hover{
    text-decoration: none;
  }

  .tw .sm\:focus\:underline:focus{
    text-decoration: underline;
  }

  .tw .sm\:focus\:line-through:focus{
    text-decoration: line-through;
  }

  .tw .sm\:focus\:no-underline:focus{
    text-decoration: none;
  }

  .tw .sm\:antialiased{
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }

  .tw .sm\:subpixel-antialiased{
    -webkit-font-smoothing: auto;
    -moz-osx-font-smoothing: auto;
  }

  .tw .sm\:placeholder-current::-moz-placeholder{
    color: currentColor;
  }

  .tw .sm\:placeholder-current::placeholder{
    color: currentColor;
  }

  .tw .sm\:placeholder-transparent::-moz-placeholder{
    color: transparent;
  }

  .tw .sm\:placeholder-transparent::placeholder{
    color: transparent;
  }

  .tw .sm\:placeholder-white::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
  }

  .tw .sm\:placeholder-white::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
  }

  .tw .sm\:placeholder-black::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-placeholder-opacity));
  }

  .tw .sm\:placeholder-black::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-placeholder-opacity));
  }

  .tw .sm\:placeholder-gray-10::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(240, 240, 240, var(--tw-placeholder-opacity));
  }

  .tw .sm\:placeholder-gray-10::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(240, 240, 240, var(--tw-placeholder-opacity));
  }

  .tw .sm\:placeholder-gray-20::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(226, 226, 226, var(--tw-placeholder-opacity));
  }

  .tw .sm\:placeholder-gray-20::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(226, 226, 226, var(--tw-placeholder-opacity));
  }

  .tw .sm\:placeholder-gray-30::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(211, 211, 211, var(--tw-placeholder-opacity));
  }

  .tw .sm\:placeholder-gray-30::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(211, 211, 211, var(--tw-placeholder-opacity));
  }

  .tw .sm\:placeholder-gray-40::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(197, 197, 197, var(--tw-placeholder-opacity));
  }

  .tw .sm\:placeholder-gray-40::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(197, 197, 197, var(--tw-placeholder-opacity));
  }

  .tw .sm\:placeholder-gray-50::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(183, 183, 183, var(--tw-placeholder-opacity));
  }

  .tw .sm\:placeholder-gray-50::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(183, 183, 183, var(--tw-placeholder-opacity));
  }

  .tw .sm\:placeholder-gray-60::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(169, 169, 169, var(--tw-placeholder-opacity));
  }

  .tw .sm\:placeholder-gray-60::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(169, 169, 169, var(--tw-placeholder-opacity));
  }

  .tw .sm\:placeholder-gray-70::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(156, 156, 156, var(--tw-placeholder-opacity));
  }

  .tw .sm\:placeholder-gray-70::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(156, 156, 156, var(--tw-placeholder-opacity));
  }

  .tw .sm\:placeholder-gray-80::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(142, 142, 142, var(--tw-placeholder-opacity));
  }

  .tw .sm\:placeholder-gray-80::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(142, 142, 142, var(--tw-placeholder-opacity));
  }

  .tw .sm\:placeholder-gray-90::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(129, 129, 129, var(--tw-placeholder-opacity));
  }

  .tw .sm\:placeholder-gray-90::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(129, 129, 129, var(--tw-placeholder-opacity));
  }

  .tw .sm\:placeholder-gray-100::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(108, 109, 114, var(--tw-placeholder-opacity));
  }

  .tw .sm\:placeholder-gray-100::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(108, 109, 114, var(--tw-placeholder-opacity));
  }

  .tw .sm\:placeholder-gray-200::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(96, 97, 103, var(--tw-placeholder-opacity));
  }

  .tw .sm\:placeholder-gray-200::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(96, 97, 103, var(--tw-placeholder-opacity));
  }

  .tw .sm\:placeholder-gray-300::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(84, 86, 91, var(--tw-placeholder-opacity));
  }

  .tw .sm\:placeholder-gray-300::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(84, 86, 91, var(--tw-placeholder-opacity));
  }

  .tw .sm\:placeholder-gray-400::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(73, 73, 80, var(--tw-placeholder-opacity));
  }

  .tw .sm\:placeholder-gray-400::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(73, 73, 80, var(--tw-placeholder-opacity));
  }

  .tw .sm\:placeholder-gray-500::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(61, 61, 68, var(--tw-placeholder-opacity));
  }

  .tw .sm\:placeholder-gray-500::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(61, 61, 68, var(--tw-placeholder-opacity));
  }

  .tw .sm\:placeholder-gray-600::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(53, 53, 61, var(--tw-placeholder-opacity));
  }

  .tw .sm\:placeholder-gray-600::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(53, 53, 61, var(--tw-placeholder-opacity));
  }

  .tw .sm\:placeholder-gray-700::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(45, 45, 49, var(--tw-placeholder-opacity));
  }

  .tw .sm\:placeholder-gray-700::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(45, 45, 49, var(--tw-placeholder-opacity));
  }

  .tw .sm\:placeholder-gray-800::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(38, 37, 42, var(--tw-placeholder-opacity));
  }

  .tw .sm\:placeholder-gray-800::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(38, 37, 42, var(--tw-placeholder-opacity));
  }

  .tw .sm\:placeholder-gray-850::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(32, 32, 37, var(--tw-placeholder-opacity));
  }

  .tw .sm\:placeholder-gray-850::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(32, 32, 37, var(--tw-placeholder-opacity));
  }

  .tw .sm\:placeholder-gray-900::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(27, 27, 32, var(--tw-placeholder-opacity));
  }

  .tw .sm\:placeholder-gray-900::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(27, 27, 32, var(--tw-placeholder-opacity));
  }

  .tw .sm\:placeholder-gray-950::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(20, 20, 23, var(--tw-placeholder-opacity));
  }

  .tw .sm\:placeholder-gray-950::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(20, 20, 23, var(--tw-placeholder-opacity));
  }

  .tw .sm\:placeholder-brand-50::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(127, 255, 255, var(--tw-placeholder-opacity));
  }

  .tw .sm\:placeholder-brand-50::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(127, 255, 255, var(--tw-placeholder-opacity));
  }

  .tw .sm\:placeholder-brand-100::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(87, 226, 255, var(--tw-placeholder-opacity));
  }

  .tw .sm\:placeholder-brand-100::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(87, 226, 255, var(--tw-placeholder-opacity));
  }

  .tw .sm\:placeholder-brand-200::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(32, 197, 255, var(--tw-placeholder-opacity));
  }

  .tw .sm\:placeholder-brand-200::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(32, 197, 255, var(--tw-placeholder-opacity));
  }

  .tw .sm\:placeholder-brand-300::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(0, 167, 231, var(--tw-placeholder-opacity));
  }

  .tw .sm\:placeholder-brand-300::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(0, 167, 231, var(--tw-placeholder-opacity));
  }

  .tw .sm\:placeholder-brand-400::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(0, 139, 201, var(--tw-placeholder-opacity));
  }

  .tw .sm\:placeholder-brand-400::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(0, 139, 201, var(--tw-placeholder-opacity));
  }

  .tw .sm\:placeholder-brand-500::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(0, 112, 172, var(--tw-placeholder-opacity));
  }

  .tw .sm\:placeholder-brand-500::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(0, 112, 172, var(--tw-placeholder-opacity));
  }

  .tw .sm\:placeholder-brand-600::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(0, 86, 143, var(--tw-placeholder-opacity));
  }

  .tw .sm\:placeholder-brand-600::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(0, 86, 143, var(--tw-placeholder-opacity));
  }

  .tw .sm\:placeholder-brand-700::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(0, 62, 116, var(--tw-placeholder-opacity));
  }

  .tw .sm\:placeholder-brand-700::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(0, 62, 116, var(--tw-placeholder-opacity));
  }

  .tw .sm\:placeholder-brand-800::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(0, 39, 89, var(--tw-placeholder-opacity));
  }

  .tw .sm\:placeholder-brand-800::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(0, 39, 89, var(--tw-placeholder-opacity));
  }

  .tw .sm\:placeholder-brand-900::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(0, 18, 63, var(--tw-placeholder-opacity));
  }

  .tw .sm\:placeholder-brand-900::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(0, 18, 63, var(--tw-placeholder-opacity));
  }

  .tw .sm\:placeholder-brand::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(0, 190, 255, var(--tw-placeholder-opacity));
  }

  .tw .sm\:placeholder-brand::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(0, 190, 255, var(--tw-placeholder-opacity));
  }

  .tw .sm\:placeholder-brand-base::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(0, 190, 255, var(--tw-placeholder-opacity));
  }

  .tw .sm\:placeholder-brand-base::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(0, 190, 255, var(--tw-placeholder-opacity));
  }

  .tw .sm\:placeholder-red-50::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(255, 202, 200, var(--tw-placeholder-opacity));
  }

  .tw .sm\:placeholder-red-50::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(255, 202, 200, var(--tw-placeholder-opacity));
  }

  .tw .sm\:placeholder-red-100::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(255, 171, 171, var(--tw-placeholder-opacity));
  }

  .tw .sm\:placeholder-red-100::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(255, 171, 171, var(--tw-placeholder-opacity));
  }

  .tw .sm\:placeholder-red-200::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(255, 142, 142, var(--tw-placeholder-opacity));
  }

  .tw .sm\:placeholder-red-200::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(255, 142, 142, var(--tw-placeholder-opacity));
  }

  .tw .sm\:placeholder-red-300::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(247, 112, 115, var(--tw-placeholder-opacity));
  }

  .tw .sm\:placeholder-red-300::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(247, 112, 115, var(--tw-placeholder-opacity));
  }

  .tw .sm\:placeholder-red-400::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(215, 83, 89, var(--tw-placeholder-opacity));
  }

  .tw .sm\:placeholder-red-400::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(215, 83, 89, var(--tw-placeholder-opacity));
  }

  .tw .sm\:placeholder-red-500::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(182, 54, 64, var(--tw-placeholder-opacity));
  }

  .tw .sm\:placeholder-red-500::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(182, 54, 64, var(--tw-placeholder-opacity));
  }

  .tw .sm\:placeholder-red-600::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(150, 18, 41, var(--tw-placeholder-opacity));
  }

  .tw .sm\:placeholder-red-600::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(150, 18, 41, var(--tw-placeholder-opacity));
  }

  .tw .sm\:placeholder-red-700::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(119, 0, 19, var(--tw-placeholder-opacity));
  }

  .tw .sm\:placeholder-red-700::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(119, 0, 19, var(--tw-placeholder-opacity));
  }

  .tw .sm\:placeholder-red-800::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(89, 0, 0, var(--tw-placeholder-opacity));
  }

  .tw .sm\:placeholder-red-800::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(89, 0, 0, var(--tw-placeholder-opacity));
  }

  .tw .sm\:placeholder-red-900::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(65, 0, 0, var(--tw-placeholder-opacity));
  }

  .tw .sm\:placeholder-red-900::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(65, 0, 0, var(--tw-placeholder-opacity));
  }

  .tw .sm\:placeholder-red::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(211, 80, 86, var(--tw-placeholder-opacity));
  }

  .tw .sm\:placeholder-red::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(211, 80, 86, var(--tw-placeholder-opacity));
  }

  .tw .sm\:placeholder-red-brand::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(255, 79, 79, var(--tw-placeholder-opacity));
  }

  .tw .sm\:placeholder-red-brand::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(255, 79, 79, var(--tw-placeholder-opacity));
  }

  .tw .sm\:placeholder-green-50::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(141, 255, 205, var(--tw-placeholder-opacity));
  }

  .tw .sm\:placeholder-green-50::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(141, 255, 205, var(--tw-placeholder-opacity));
  }

  .tw .sm\:placeholder-green-100::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(109, 236, 176, var(--tw-placeholder-opacity));
  }

  .tw .sm\:placeholder-green-100::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(109, 236, 176, var(--tw-placeholder-opacity));
  }

  .tw .sm\:placeholder-green-200::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(76, 206, 147, var(--tw-placeholder-opacity));
  }

  .tw .sm\:placeholder-green-200::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(76, 206, 147, var(--tw-placeholder-opacity));
  }

  .tw .sm\:placeholder-green-300::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(36, 176, 119, var(--tw-placeholder-opacity));
  }

  .tw .sm\:placeholder-green-300::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(36, 176, 119, var(--tw-placeholder-opacity));
  }

  .tw .sm\:placeholder-green-400::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(0, 147, 93, var(--tw-placeholder-opacity));
  }

  .tw .sm\:placeholder-green-400::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(0, 147, 93, var(--tw-placeholder-opacity));
  }

  .tw .sm\:placeholder-green-500::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(0, 119, 68, var(--tw-placeholder-opacity));
  }

  .tw .sm\:placeholder-green-500::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(0, 119, 68, var(--tw-placeholder-opacity));
  }

  .tw .sm\:placeholder-green-600::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(0, 91, 43, var(--tw-placeholder-opacity));
  }

  .tw .sm\:placeholder-green-600::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(0, 91, 43, var(--tw-placeholder-opacity));
  }

  .tw .sm\:placeholder-green-700::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(0, 65, 21, var(--tw-placeholder-opacity));
  }

  .tw .sm\:placeholder-green-700::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(0, 65, 21, var(--tw-placeholder-opacity));
  }

  .tw .sm\:placeholder-green-800::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(0, 43, 0, var(--tw-placeholder-opacity));
  }

  .tw .sm\:placeholder-green-800::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(0, 43, 0, var(--tw-placeholder-opacity));
  }

  .tw .sm\:placeholder-green-900::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(0, 27, 0, var(--tw-placeholder-opacity));
  }

  .tw .sm\:placeholder-green-900::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(0, 27, 0, var(--tw-placeholder-opacity));
  }

  .tw .sm\:placeholder-green::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(46, 182, 125, var(--tw-placeholder-opacity));
  }

  .tw .sm\:placeholder-green::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(46, 182, 125, var(--tw-placeholder-opacity));
  }

  .tw .sm\:placeholder-yellow-50::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(255, 235, 87, var(--tw-placeholder-opacity));
  }

  .tw .sm\:placeholder-yellow-50::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(255, 235, 87, var(--tw-placeholder-opacity));
  }

  .tw .sm\:placeholder-yellow-100::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(255, 205, 55, var(--tw-placeholder-opacity));
  }

  .tw .sm\:placeholder-yellow-100::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(255, 205, 55, var(--tw-placeholder-opacity));
  }

  .tw .sm\:placeholder-yellow-200::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(228, 176, 9, var(--tw-placeholder-opacity));
  }

  .tw .sm\:placeholder-yellow-200::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(228, 176, 9, var(--tw-placeholder-opacity));
  }

  .tw .sm\:placeholder-yellow-300::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(195, 148, 0, var(--tw-placeholder-opacity));
  }

  .tw .sm\:placeholder-yellow-300::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(195, 148, 0, var(--tw-placeholder-opacity));
  }

  .tw .sm\:placeholder-yellow-400::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(163, 121, 0, var(--tw-placeholder-opacity));
  }

  .tw .sm\:placeholder-yellow-400::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(163, 121, 0, var(--tw-placeholder-opacity));
  }

  .tw .sm\:placeholder-yellow-500::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(133, 95, 0, var(--tw-placeholder-opacity));
  }

  .tw .sm\:placeholder-yellow-500::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(133, 95, 0, var(--tw-placeholder-opacity));
  }

  .tw .sm\:placeholder-yellow-600::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(104, 70, 0, var(--tw-placeholder-opacity));
  }

  .tw .sm\:placeholder-yellow-600::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(104, 70, 0, var(--tw-placeholder-opacity));
  }

  .tw .sm\:placeholder-yellow-700::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(79, 46, 0, var(--tw-placeholder-opacity));
  }

  .tw .sm\:placeholder-yellow-700::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(79, 46, 0, var(--tw-placeholder-opacity));
  }

  .tw .sm\:placeholder-yellow-800::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(61, 22, 0, var(--tw-placeholder-opacity));
  }

  .tw .sm\:placeholder-yellow-800::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(61, 22, 0, var(--tw-placeholder-opacity));
  }

  .tw .sm\:placeholder-yellow-900::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(50, 0, 0, var(--tw-placeholder-opacity));
  }

  .tw .sm\:placeholder-yellow-900::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(50, 0, 0, var(--tw-placeholder-opacity));
  }

  .tw .sm\:placeholder-yellow::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(254, 199, 47, var(--tw-placeholder-opacity));
  }

  .tw .sm\:placeholder-yellow::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(254, 199, 47, var(--tw-placeholder-opacity));
  }

  .tw .sm\:placeholder-purple-50::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(255, 216, 255, var(--tw-placeholder-opacity));
  }

  .tw .sm\:placeholder-purple-50::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(255, 216, 255, var(--tw-placeholder-opacity));
  }

  .tw .sm\:placeholder-purple-100::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(240, 186, 255, var(--tw-placeholder-opacity));
  }

  .tw .sm\:placeholder-purple-100::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(240, 186, 255, var(--tw-placeholder-opacity));
  }

  .tw .sm\:placeholder-purple-200::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(208, 157, 255, var(--tw-placeholder-opacity));
  }

  .tw .sm\:placeholder-purple-200::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(208, 157, 255, var(--tw-placeholder-opacity));
  }

  .tw .sm\:placeholder-purple-300::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(177, 128, 255, var(--tw-placeholder-opacity));
  }

  .tw .sm\:placeholder-purple-300::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(177, 128, 255, var(--tw-placeholder-opacity));
  }

  .tw .sm\:placeholder-purple-400::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(146, 101, 233, var(--tw-placeholder-opacity));
  }

  .tw .sm\:placeholder-purple-400::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(146, 101, 233, var(--tw-placeholder-opacity));
  }

  .tw .sm\:placeholder-purple-500::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(116, 74, 203, var(--tw-placeholder-opacity));
  }

  .tw .sm\:placeholder-purple-500::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(116, 74, 203, var(--tw-placeholder-opacity));
  }

  .tw .sm\:placeholder-purple-600::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(85, 48, 173, var(--tw-placeholder-opacity));
  }

  .tw .sm\:placeholder-purple-600::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(85, 48, 173, var(--tw-placeholder-opacity));
  }

  .tw .sm\:placeholder-purple-700::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(53, 22, 144, var(--tw-placeholder-opacity));
  }

  .tw .sm\:placeholder-purple-700::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(53, 22, 144, var(--tw-placeholder-opacity));
  }

  .tw .sm\:placeholder-purple-800::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(9, 0, 116, var(--tw-placeholder-opacity));
  }

  .tw .sm\:placeholder-purple-800::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(9, 0, 116, var(--tw-placeholder-opacity));
  }

  .tw .sm\:placeholder-purple-900::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(0, 0, 89, var(--tw-placeholder-opacity));
  }

  .tw .sm\:placeholder-purple-900::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(0, 0, 89, var(--tw-placeholder-opacity));
  }

  .tw .sm\:placeholder-purple::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(168, 120, 255, var(--tw-placeholder-opacity));
  }

  .tw .sm\:placeholder-purple::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(168, 120, 255, var(--tw-placeholder-opacity));
  }

  .tw .sm\:placeholder-orange-50::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(255, 210, 131, var(--tw-placeholder-opacity));
  }

  .tw .sm\:placeholder-orange-50::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(255, 210, 131, var(--tw-placeholder-opacity));
  }

  .tw .sm\:placeholder-orange-100::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(255, 180, 103, var(--tw-placeholder-opacity));
  }

  .tw .sm\:placeholder-orange-100::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(255, 180, 103, var(--tw-placeholder-opacity));
  }

  .tw .sm\:placeholder-orange-200::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(255, 151, 75, var(--tw-placeholder-opacity));
  }

  .tw .sm\:placeholder-orange-200::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(255, 151, 75, var(--tw-placeholder-opacity));
  }

  .tw .sm\:placeholder-orange-300::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(240, 122, 47, var(--tw-placeholder-opacity));
  }

  .tw .sm\:placeholder-orange-300::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(240, 122, 47, var(--tw-placeholder-opacity));
  }

  .tw .sm\:placeholder-orange-400::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(206, 95, 17, var(--tw-placeholder-opacity));
  }

  .tw .sm\:placeholder-orange-400::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(206, 95, 17, var(--tw-placeholder-opacity));
  }

  .tw .sm\:placeholder-orange-500::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(173, 68, 0, var(--tw-placeholder-opacity));
  }

  .tw .sm\:placeholder-orange-500::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(173, 68, 0, var(--tw-placeholder-opacity));
  }

  .tw .sm\:placeholder-orange-600::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(141, 40, 0, var(--tw-placeholder-opacity));
  }

  .tw .sm\:placeholder-orange-600::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(141, 40, 0, var(--tw-placeholder-opacity));
  }

  .tw .sm\:placeholder-orange-700::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(111, 6, 0, var(--tw-placeholder-opacity));
  }

  .tw .sm\:placeholder-orange-700::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(111, 6, 0, var(--tw-placeholder-opacity));
  }

  .tw .sm\:placeholder-orange-800::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(84, 0, 0, var(--tw-placeholder-opacity));
  }

  .tw .sm\:placeholder-orange-800::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(84, 0, 0, var(--tw-placeholder-opacity));
  }

  .tw .sm\:placeholder-orange-900::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(65, 0, 0, var(--tw-placeholder-opacity));
  }

  .tw .sm\:placeholder-orange-900::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(65, 0, 0, var(--tw-placeholder-opacity));
  }

  .tw .sm\:placeholder-orange::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(245, 127, 52, var(--tw-placeholder-opacity));
  }

  .tw .sm\:placeholder-orange::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(245, 127, 52, var(--tw-placeholder-opacity));
  }

  .tw .sm\:placeholder-surface-brand::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(26, 26, 26, var(--tw-placeholder-opacity));
  }

  .tw .sm\:placeholder-surface-brand::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(26, 26, 26, var(--tw-placeholder-opacity));
  }

  .tw .sm\:placeholder-surface-lower::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(18, 19, 20, var(--tw-placeholder-opacity));
  }

  .tw .sm\:placeholder-surface-lower::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(18, 19, 20, var(--tw-placeholder-opacity));
  }

  .tw .sm\:placeholder-surface-base::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(29, 30, 31, var(--tw-placeholder-opacity));
  }

  .tw .sm\:placeholder-surface-base::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(29, 30, 31, var(--tw-placeholder-opacity));
  }

  .tw .sm\:placeholder-surface-low::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(33, 33, 36, var(--tw-placeholder-opacity));
  }

  .tw .sm\:placeholder-surface-low::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(33, 33, 36, var(--tw-placeholder-opacity));
  }

  .tw .sm\:placeholder-surface-middle::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(38, 38, 42, var(--tw-placeholder-opacity));
  }

  .tw .sm\:placeholder-surface-middle::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(38, 38, 42, var(--tw-placeholder-opacity));
  }

  .tw .sm\:placeholder-surface-upper::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(41, 41, 46, var(--tw-placeholder-opacity));
  }

  .tw .sm\:placeholder-surface-upper::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(41, 41, 46, var(--tw-placeholder-opacity));
  }

  .tw .sm\:placeholder-surface-high::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(52, 52, 53, var(--tw-placeholder-opacity));
  }

  .tw .sm\:placeholder-surface-high::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(52, 52, 53, var(--tw-placeholder-opacity));
  }

  .tw .sm\:placeholder-surface-higher::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(74, 75, 75, var(--tw-placeholder-opacity));
  }

  .tw .sm\:placeholder-surface-higher::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(74, 75, 75, var(--tw-placeholder-opacity));
  }

  .tw .sm\:placeholder-surface-highest::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(97, 97, 98, var(--tw-placeholder-opacity));
  }

  .tw .sm\:placeholder-surface-highest::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(97, 97, 98, var(--tw-placeholder-opacity));
  }

  .tw .sm\:placeholder-glyph-base::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
  }

  .tw .sm\:placeholder-glyph-base::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
  }

  .tw .sm\:placeholder-glyph-light::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(194, 194, 194, var(--tw-placeholder-opacity));
  }

  .tw .sm\:placeholder-glyph-light::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(194, 194, 194, var(--tw-placeholder-opacity));
  }

  .tw .sm\:placeholder-glyph-lighter::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(150, 150, 150, var(--tw-placeholder-opacity));
  }

  .tw .sm\:placeholder-glyph-lighter::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(150, 150, 150, var(--tw-placeholder-opacity));
  }

  .tw .sm\:placeholder-glyph-lightest::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(80, 80, 80, var(--tw-placeholder-opacity));
  }

  .tw .sm\:placeholder-glyph-lightest::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(80, 80, 80, var(--tw-placeholder-opacity));
  }

  .tw .sm\:placeholder-link::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(0, 190, 255, var(--tw-placeholder-opacity));
  }

  .tw .sm\:placeholder-link::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(0, 190, 255, var(--tw-placeholder-opacity));
  }

  .tw .sm\:placeholder-info-error::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(235, 51, 65, var(--tw-placeholder-opacity));
  }

  .tw .sm\:placeholder-info-error::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(235, 51, 65, var(--tw-placeholder-opacity));
  }

  .tw .sm\:placeholder-info-danger::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(247, 127, 37, var(--tw-placeholder-opacity));
  }

  .tw .sm\:placeholder-info-danger::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(247, 127, 37, var(--tw-placeholder-opacity));
  }

  .tw .sm\:placeholder-info-warn::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(255, 200, 47, var(--tw-placeholder-opacity));
  }

  .tw .sm\:placeholder-info-warn::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(255, 200, 47, var(--tw-placeholder-opacity));
  }

  .tw .sm\:placeholder-info-ok::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(0, 151, 79, var(--tw-placeholder-opacity));
  }

  .tw .sm\:placeholder-info-ok::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(0, 151, 79, var(--tw-placeholder-opacity));
  }

  .tw .sm\:placeholder-info-notice::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(1, 128, 255, var(--tw-placeholder-opacity));
  }

  .tw .sm\:placeholder-info-notice::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(1, 128, 255, var(--tw-placeholder-opacity));
  }

  .tw .sm\:placeholder-accent-1::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(255, 93, 105, var(--tw-placeholder-opacity));
  }

  .tw .sm\:placeholder-accent-1::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(255, 93, 105, var(--tw-placeholder-opacity));
  }

  .tw .sm\:placeholder-accent-2::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(7, 245, 175, var(--tw-placeholder-opacity));
  }

  .tw .sm\:placeholder-accent-2::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(7, 245, 175, var(--tw-placeholder-opacity));
  }

  .tw .sm\:placeholder-accent-3::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(4, 211, 114, var(--tw-placeholder-opacity));
  }

  .tw .sm\:placeholder-accent-3::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(4, 211, 114, var(--tw-placeholder-opacity));
  }

  .tw .sm\:placeholder-accent-4::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(132, 81, 245, var(--tw-placeholder-opacity));
  }

  .tw .sm\:placeholder-accent-4::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(132, 81, 245, var(--tw-placeholder-opacity));
  }

  .tw .sm\:focus\:placeholder-current:focus::-moz-placeholder{
    color: currentColor;
  }

  .tw .sm\:focus\:placeholder-current:focus::placeholder{
    color: currentColor;
  }

  .tw .sm\:focus\:placeholder-transparent:focus::-moz-placeholder{
    color: transparent;
  }

  .tw .sm\:focus\:placeholder-transparent:focus::placeholder{
    color: transparent;
  }

  .tw .sm\:focus\:placeholder-white:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
  }

  .tw .sm\:focus\:placeholder-white:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
  }

  .tw .sm\:focus\:placeholder-black:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-placeholder-opacity));
  }

  .tw .sm\:focus\:placeholder-black:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-placeholder-opacity));
  }

  .tw .sm\:focus\:placeholder-gray-10:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(240, 240, 240, var(--tw-placeholder-opacity));
  }

  .tw .sm\:focus\:placeholder-gray-10:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(240, 240, 240, var(--tw-placeholder-opacity));
  }

  .tw .sm\:focus\:placeholder-gray-20:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(226, 226, 226, var(--tw-placeholder-opacity));
  }

  .tw .sm\:focus\:placeholder-gray-20:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(226, 226, 226, var(--tw-placeholder-opacity));
  }

  .tw .sm\:focus\:placeholder-gray-30:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(211, 211, 211, var(--tw-placeholder-opacity));
  }

  .tw .sm\:focus\:placeholder-gray-30:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(211, 211, 211, var(--tw-placeholder-opacity));
  }

  .tw .sm\:focus\:placeholder-gray-40:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(197, 197, 197, var(--tw-placeholder-opacity));
  }

  .tw .sm\:focus\:placeholder-gray-40:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(197, 197, 197, var(--tw-placeholder-opacity));
  }

  .tw .sm\:focus\:placeholder-gray-50:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(183, 183, 183, var(--tw-placeholder-opacity));
  }

  .tw .sm\:focus\:placeholder-gray-50:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(183, 183, 183, var(--tw-placeholder-opacity));
  }

  .tw .sm\:focus\:placeholder-gray-60:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(169, 169, 169, var(--tw-placeholder-opacity));
  }

  .tw .sm\:focus\:placeholder-gray-60:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(169, 169, 169, var(--tw-placeholder-opacity));
  }

  .tw .sm\:focus\:placeholder-gray-70:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(156, 156, 156, var(--tw-placeholder-opacity));
  }

  .tw .sm\:focus\:placeholder-gray-70:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(156, 156, 156, var(--tw-placeholder-opacity));
  }

  .tw .sm\:focus\:placeholder-gray-80:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(142, 142, 142, var(--tw-placeholder-opacity));
  }

  .tw .sm\:focus\:placeholder-gray-80:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(142, 142, 142, var(--tw-placeholder-opacity));
  }

  .tw .sm\:focus\:placeholder-gray-90:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(129, 129, 129, var(--tw-placeholder-opacity));
  }

  .tw .sm\:focus\:placeholder-gray-90:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(129, 129, 129, var(--tw-placeholder-opacity));
  }

  .tw .sm\:focus\:placeholder-gray-100:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(108, 109, 114, var(--tw-placeholder-opacity));
  }

  .tw .sm\:focus\:placeholder-gray-100:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(108, 109, 114, var(--tw-placeholder-opacity));
  }

  .tw .sm\:focus\:placeholder-gray-200:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(96, 97, 103, var(--tw-placeholder-opacity));
  }

  .tw .sm\:focus\:placeholder-gray-200:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(96, 97, 103, var(--tw-placeholder-opacity));
  }

  .tw .sm\:focus\:placeholder-gray-300:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(84, 86, 91, var(--tw-placeholder-opacity));
  }

  .tw .sm\:focus\:placeholder-gray-300:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(84, 86, 91, var(--tw-placeholder-opacity));
  }

  .tw .sm\:focus\:placeholder-gray-400:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(73, 73, 80, var(--tw-placeholder-opacity));
  }

  .tw .sm\:focus\:placeholder-gray-400:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(73, 73, 80, var(--tw-placeholder-opacity));
  }

  .tw .sm\:focus\:placeholder-gray-500:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(61, 61, 68, var(--tw-placeholder-opacity));
  }

  .tw .sm\:focus\:placeholder-gray-500:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(61, 61, 68, var(--tw-placeholder-opacity));
  }

  .tw .sm\:focus\:placeholder-gray-600:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(53, 53, 61, var(--tw-placeholder-opacity));
  }

  .tw .sm\:focus\:placeholder-gray-600:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(53, 53, 61, var(--tw-placeholder-opacity));
  }

  .tw .sm\:focus\:placeholder-gray-700:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(45, 45, 49, var(--tw-placeholder-opacity));
  }

  .tw .sm\:focus\:placeholder-gray-700:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(45, 45, 49, var(--tw-placeholder-opacity));
  }

  .tw .sm\:focus\:placeholder-gray-800:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(38, 37, 42, var(--tw-placeholder-opacity));
  }

  .tw .sm\:focus\:placeholder-gray-800:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(38, 37, 42, var(--tw-placeholder-opacity));
  }

  .tw .sm\:focus\:placeholder-gray-850:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(32, 32, 37, var(--tw-placeholder-opacity));
  }

  .tw .sm\:focus\:placeholder-gray-850:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(32, 32, 37, var(--tw-placeholder-opacity));
  }

  .tw .sm\:focus\:placeholder-gray-900:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(27, 27, 32, var(--tw-placeholder-opacity));
  }

  .tw .sm\:focus\:placeholder-gray-900:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(27, 27, 32, var(--tw-placeholder-opacity));
  }

  .tw .sm\:focus\:placeholder-gray-950:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(20, 20, 23, var(--tw-placeholder-opacity));
  }

  .tw .sm\:focus\:placeholder-gray-950:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(20, 20, 23, var(--tw-placeholder-opacity));
  }

  .tw .sm\:focus\:placeholder-brand-50:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(127, 255, 255, var(--tw-placeholder-opacity));
  }

  .tw .sm\:focus\:placeholder-brand-50:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(127, 255, 255, var(--tw-placeholder-opacity));
  }

  .tw .sm\:focus\:placeholder-brand-100:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(87, 226, 255, var(--tw-placeholder-opacity));
  }

  .tw .sm\:focus\:placeholder-brand-100:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(87, 226, 255, var(--tw-placeholder-opacity));
  }

  .tw .sm\:focus\:placeholder-brand-200:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(32, 197, 255, var(--tw-placeholder-opacity));
  }

  .tw .sm\:focus\:placeholder-brand-200:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(32, 197, 255, var(--tw-placeholder-opacity));
  }

  .tw .sm\:focus\:placeholder-brand-300:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(0, 167, 231, var(--tw-placeholder-opacity));
  }

  .tw .sm\:focus\:placeholder-brand-300:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(0, 167, 231, var(--tw-placeholder-opacity));
  }

  .tw .sm\:focus\:placeholder-brand-400:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(0, 139, 201, var(--tw-placeholder-opacity));
  }

  .tw .sm\:focus\:placeholder-brand-400:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(0, 139, 201, var(--tw-placeholder-opacity));
  }

  .tw .sm\:focus\:placeholder-brand-500:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(0, 112, 172, var(--tw-placeholder-opacity));
  }

  .tw .sm\:focus\:placeholder-brand-500:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(0, 112, 172, var(--tw-placeholder-opacity));
  }

  .tw .sm\:focus\:placeholder-brand-600:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(0, 86, 143, var(--tw-placeholder-opacity));
  }

  .tw .sm\:focus\:placeholder-brand-600:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(0, 86, 143, var(--tw-placeholder-opacity));
  }

  .tw .sm\:focus\:placeholder-brand-700:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(0, 62, 116, var(--tw-placeholder-opacity));
  }

  .tw .sm\:focus\:placeholder-brand-700:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(0, 62, 116, var(--tw-placeholder-opacity));
  }

  .tw .sm\:focus\:placeholder-brand-800:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(0, 39, 89, var(--tw-placeholder-opacity));
  }

  .tw .sm\:focus\:placeholder-brand-800:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(0, 39, 89, var(--tw-placeholder-opacity));
  }

  .tw .sm\:focus\:placeholder-brand-900:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(0, 18, 63, var(--tw-placeholder-opacity));
  }

  .tw .sm\:focus\:placeholder-brand-900:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(0, 18, 63, var(--tw-placeholder-opacity));
  }

  .tw .sm\:focus\:placeholder-brand:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(0, 190, 255, var(--tw-placeholder-opacity));
  }

  .tw .sm\:focus\:placeholder-brand:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(0, 190, 255, var(--tw-placeholder-opacity));
  }

  .tw .sm\:focus\:placeholder-brand-base:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(0, 190, 255, var(--tw-placeholder-opacity));
  }

  .tw .sm\:focus\:placeholder-brand-base:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(0, 190, 255, var(--tw-placeholder-opacity));
  }

  .tw .sm\:focus\:placeholder-red-50:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(255, 202, 200, var(--tw-placeholder-opacity));
  }

  .tw .sm\:focus\:placeholder-red-50:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(255, 202, 200, var(--tw-placeholder-opacity));
  }

  .tw .sm\:focus\:placeholder-red-100:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(255, 171, 171, var(--tw-placeholder-opacity));
  }

  .tw .sm\:focus\:placeholder-red-100:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(255, 171, 171, var(--tw-placeholder-opacity));
  }

  .tw .sm\:focus\:placeholder-red-200:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(255, 142, 142, var(--tw-placeholder-opacity));
  }

  .tw .sm\:focus\:placeholder-red-200:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(255, 142, 142, var(--tw-placeholder-opacity));
  }

  .tw .sm\:focus\:placeholder-red-300:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(247, 112, 115, var(--tw-placeholder-opacity));
  }

  .tw .sm\:focus\:placeholder-red-300:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(247, 112, 115, var(--tw-placeholder-opacity));
  }

  .tw .sm\:focus\:placeholder-red-400:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(215, 83, 89, var(--tw-placeholder-opacity));
  }

  .tw .sm\:focus\:placeholder-red-400:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(215, 83, 89, var(--tw-placeholder-opacity));
  }

  .tw .sm\:focus\:placeholder-red-500:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(182, 54, 64, var(--tw-placeholder-opacity));
  }

  .tw .sm\:focus\:placeholder-red-500:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(182, 54, 64, var(--tw-placeholder-opacity));
  }

  .tw .sm\:focus\:placeholder-red-600:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(150, 18, 41, var(--tw-placeholder-opacity));
  }

  .tw .sm\:focus\:placeholder-red-600:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(150, 18, 41, var(--tw-placeholder-opacity));
  }

  .tw .sm\:focus\:placeholder-red-700:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(119, 0, 19, var(--tw-placeholder-opacity));
  }

  .tw .sm\:focus\:placeholder-red-700:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(119, 0, 19, var(--tw-placeholder-opacity));
  }

  .tw .sm\:focus\:placeholder-red-800:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(89, 0, 0, var(--tw-placeholder-opacity));
  }

  .tw .sm\:focus\:placeholder-red-800:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(89, 0, 0, var(--tw-placeholder-opacity));
  }

  .tw .sm\:focus\:placeholder-red-900:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(65, 0, 0, var(--tw-placeholder-opacity));
  }

  .tw .sm\:focus\:placeholder-red-900:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(65, 0, 0, var(--tw-placeholder-opacity));
  }

  .tw .sm\:focus\:placeholder-red:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(211, 80, 86, var(--tw-placeholder-opacity));
  }

  .tw .sm\:focus\:placeholder-red:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(211, 80, 86, var(--tw-placeholder-opacity));
  }

  .tw .sm\:focus\:placeholder-red-brand:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(255, 79, 79, var(--tw-placeholder-opacity));
  }

  .tw .sm\:focus\:placeholder-red-brand:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(255, 79, 79, var(--tw-placeholder-opacity));
  }

  .tw .sm\:focus\:placeholder-green-50:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(141, 255, 205, var(--tw-placeholder-opacity));
  }

  .tw .sm\:focus\:placeholder-green-50:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(141, 255, 205, var(--tw-placeholder-opacity));
  }

  .tw .sm\:focus\:placeholder-green-100:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(109, 236, 176, var(--tw-placeholder-opacity));
  }

  .tw .sm\:focus\:placeholder-green-100:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(109, 236, 176, var(--tw-placeholder-opacity));
  }

  .tw .sm\:focus\:placeholder-green-200:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(76, 206, 147, var(--tw-placeholder-opacity));
  }

  .tw .sm\:focus\:placeholder-green-200:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(76, 206, 147, var(--tw-placeholder-opacity));
  }

  .tw .sm\:focus\:placeholder-green-300:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(36, 176, 119, var(--tw-placeholder-opacity));
  }

  .tw .sm\:focus\:placeholder-green-300:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(36, 176, 119, var(--tw-placeholder-opacity));
  }

  .tw .sm\:focus\:placeholder-green-400:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(0, 147, 93, var(--tw-placeholder-opacity));
  }

  .tw .sm\:focus\:placeholder-green-400:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(0, 147, 93, var(--tw-placeholder-opacity));
  }

  .tw .sm\:focus\:placeholder-green-500:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(0, 119, 68, var(--tw-placeholder-opacity));
  }

  .tw .sm\:focus\:placeholder-green-500:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(0, 119, 68, var(--tw-placeholder-opacity));
  }

  .tw .sm\:focus\:placeholder-green-600:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(0, 91, 43, var(--tw-placeholder-opacity));
  }

  .tw .sm\:focus\:placeholder-green-600:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(0, 91, 43, var(--tw-placeholder-opacity));
  }

  .tw .sm\:focus\:placeholder-green-700:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(0, 65, 21, var(--tw-placeholder-opacity));
  }

  .tw .sm\:focus\:placeholder-green-700:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(0, 65, 21, var(--tw-placeholder-opacity));
  }

  .tw .sm\:focus\:placeholder-green-800:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(0, 43, 0, var(--tw-placeholder-opacity));
  }

  .tw .sm\:focus\:placeholder-green-800:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(0, 43, 0, var(--tw-placeholder-opacity));
  }

  .tw .sm\:focus\:placeholder-green-900:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(0, 27, 0, var(--tw-placeholder-opacity));
  }

  .tw .sm\:focus\:placeholder-green-900:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(0, 27, 0, var(--tw-placeholder-opacity));
  }

  .tw .sm\:focus\:placeholder-green:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(46, 182, 125, var(--tw-placeholder-opacity));
  }

  .tw .sm\:focus\:placeholder-green:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(46, 182, 125, var(--tw-placeholder-opacity));
  }

  .tw .sm\:focus\:placeholder-yellow-50:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(255, 235, 87, var(--tw-placeholder-opacity));
  }

  .tw .sm\:focus\:placeholder-yellow-50:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(255, 235, 87, var(--tw-placeholder-opacity));
  }

  .tw .sm\:focus\:placeholder-yellow-100:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(255, 205, 55, var(--tw-placeholder-opacity));
  }

  .tw .sm\:focus\:placeholder-yellow-100:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(255, 205, 55, var(--tw-placeholder-opacity));
  }

  .tw .sm\:focus\:placeholder-yellow-200:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(228, 176, 9, var(--tw-placeholder-opacity));
  }

  .tw .sm\:focus\:placeholder-yellow-200:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(228, 176, 9, var(--tw-placeholder-opacity));
  }

  .tw .sm\:focus\:placeholder-yellow-300:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(195, 148, 0, var(--tw-placeholder-opacity));
  }

  .tw .sm\:focus\:placeholder-yellow-300:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(195, 148, 0, var(--tw-placeholder-opacity));
  }

  .tw .sm\:focus\:placeholder-yellow-400:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(163, 121, 0, var(--tw-placeholder-opacity));
  }

  .tw .sm\:focus\:placeholder-yellow-400:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(163, 121, 0, var(--tw-placeholder-opacity));
  }

  .tw .sm\:focus\:placeholder-yellow-500:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(133, 95, 0, var(--tw-placeholder-opacity));
  }

  .tw .sm\:focus\:placeholder-yellow-500:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(133, 95, 0, var(--tw-placeholder-opacity));
  }

  .tw .sm\:focus\:placeholder-yellow-600:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(104, 70, 0, var(--tw-placeholder-opacity));
  }

  .tw .sm\:focus\:placeholder-yellow-600:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(104, 70, 0, var(--tw-placeholder-opacity));
  }

  .tw .sm\:focus\:placeholder-yellow-700:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(79, 46, 0, var(--tw-placeholder-opacity));
  }

  .tw .sm\:focus\:placeholder-yellow-700:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(79, 46, 0, var(--tw-placeholder-opacity));
  }

  .tw .sm\:focus\:placeholder-yellow-800:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(61, 22, 0, var(--tw-placeholder-opacity));
  }

  .tw .sm\:focus\:placeholder-yellow-800:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(61, 22, 0, var(--tw-placeholder-opacity));
  }

  .tw .sm\:focus\:placeholder-yellow-900:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(50, 0, 0, var(--tw-placeholder-opacity));
  }

  .tw .sm\:focus\:placeholder-yellow-900:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(50, 0, 0, var(--tw-placeholder-opacity));
  }

  .tw .sm\:focus\:placeholder-yellow:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(254, 199, 47, var(--tw-placeholder-opacity));
  }

  .tw .sm\:focus\:placeholder-yellow:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(254, 199, 47, var(--tw-placeholder-opacity));
  }

  .tw .sm\:focus\:placeholder-purple-50:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(255, 216, 255, var(--tw-placeholder-opacity));
  }

  .tw .sm\:focus\:placeholder-purple-50:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(255, 216, 255, var(--tw-placeholder-opacity));
  }

  .tw .sm\:focus\:placeholder-purple-100:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(240, 186, 255, var(--tw-placeholder-opacity));
  }

  .tw .sm\:focus\:placeholder-purple-100:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(240, 186, 255, var(--tw-placeholder-opacity));
  }

  .tw .sm\:focus\:placeholder-purple-200:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(208, 157, 255, var(--tw-placeholder-opacity));
  }

  .tw .sm\:focus\:placeholder-purple-200:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(208, 157, 255, var(--tw-placeholder-opacity));
  }

  .tw .sm\:focus\:placeholder-purple-300:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(177, 128, 255, var(--tw-placeholder-opacity));
  }

  .tw .sm\:focus\:placeholder-purple-300:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(177, 128, 255, var(--tw-placeholder-opacity));
  }

  .tw .sm\:focus\:placeholder-purple-400:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(146, 101, 233, var(--tw-placeholder-opacity));
  }

  .tw .sm\:focus\:placeholder-purple-400:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(146, 101, 233, var(--tw-placeholder-opacity));
  }

  .tw .sm\:focus\:placeholder-purple-500:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(116, 74, 203, var(--tw-placeholder-opacity));
  }

  .tw .sm\:focus\:placeholder-purple-500:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(116, 74, 203, var(--tw-placeholder-opacity));
  }

  .tw .sm\:focus\:placeholder-purple-600:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(85, 48, 173, var(--tw-placeholder-opacity));
  }

  .tw .sm\:focus\:placeholder-purple-600:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(85, 48, 173, var(--tw-placeholder-opacity));
  }

  .tw .sm\:focus\:placeholder-purple-700:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(53, 22, 144, var(--tw-placeholder-opacity));
  }

  .tw .sm\:focus\:placeholder-purple-700:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(53, 22, 144, var(--tw-placeholder-opacity));
  }

  .tw .sm\:focus\:placeholder-purple-800:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(9, 0, 116, var(--tw-placeholder-opacity));
  }

  .tw .sm\:focus\:placeholder-purple-800:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(9, 0, 116, var(--tw-placeholder-opacity));
  }

  .tw .sm\:focus\:placeholder-purple-900:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(0, 0, 89, var(--tw-placeholder-opacity));
  }

  .tw .sm\:focus\:placeholder-purple-900:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(0, 0, 89, var(--tw-placeholder-opacity));
  }

  .tw .sm\:focus\:placeholder-purple:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(168, 120, 255, var(--tw-placeholder-opacity));
  }

  .tw .sm\:focus\:placeholder-purple:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(168, 120, 255, var(--tw-placeholder-opacity));
  }

  .tw .sm\:focus\:placeholder-orange-50:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(255, 210, 131, var(--tw-placeholder-opacity));
  }

  .tw .sm\:focus\:placeholder-orange-50:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(255, 210, 131, var(--tw-placeholder-opacity));
  }

  .tw .sm\:focus\:placeholder-orange-100:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(255, 180, 103, var(--tw-placeholder-opacity));
  }

  .tw .sm\:focus\:placeholder-orange-100:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(255, 180, 103, var(--tw-placeholder-opacity));
  }

  .tw .sm\:focus\:placeholder-orange-200:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(255, 151, 75, var(--tw-placeholder-opacity));
  }

  .tw .sm\:focus\:placeholder-orange-200:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(255, 151, 75, var(--tw-placeholder-opacity));
  }

  .tw .sm\:focus\:placeholder-orange-300:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(240, 122, 47, var(--tw-placeholder-opacity));
  }

  .tw .sm\:focus\:placeholder-orange-300:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(240, 122, 47, var(--tw-placeholder-opacity));
  }

  .tw .sm\:focus\:placeholder-orange-400:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(206, 95, 17, var(--tw-placeholder-opacity));
  }

  .tw .sm\:focus\:placeholder-orange-400:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(206, 95, 17, var(--tw-placeholder-opacity));
  }

  .tw .sm\:focus\:placeholder-orange-500:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(173, 68, 0, var(--tw-placeholder-opacity));
  }

  .tw .sm\:focus\:placeholder-orange-500:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(173, 68, 0, var(--tw-placeholder-opacity));
  }

  .tw .sm\:focus\:placeholder-orange-600:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(141, 40, 0, var(--tw-placeholder-opacity));
  }

  .tw .sm\:focus\:placeholder-orange-600:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(141, 40, 0, var(--tw-placeholder-opacity));
  }

  .tw .sm\:focus\:placeholder-orange-700:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(111, 6, 0, var(--tw-placeholder-opacity));
  }

  .tw .sm\:focus\:placeholder-orange-700:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(111, 6, 0, var(--tw-placeholder-opacity));
  }

  .tw .sm\:focus\:placeholder-orange-800:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(84, 0, 0, var(--tw-placeholder-opacity));
  }

  .tw .sm\:focus\:placeholder-orange-800:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(84, 0, 0, var(--tw-placeholder-opacity));
  }

  .tw .sm\:focus\:placeholder-orange-900:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(65, 0, 0, var(--tw-placeholder-opacity));
  }

  .tw .sm\:focus\:placeholder-orange-900:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(65, 0, 0, var(--tw-placeholder-opacity));
  }

  .tw .sm\:focus\:placeholder-orange:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(245, 127, 52, var(--tw-placeholder-opacity));
  }

  .tw .sm\:focus\:placeholder-orange:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(245, 127, 52, var(--tw-placeholder-opacity));
  }

  .tw .sm\:focus\:placeholder-surface-brand:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(26, 26, 26, var(--tw-placeholder-opacity));
  }

  .tw .sm\:focus\:placeholder-surface-brand:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(26, 26, 26, var(--tw-placeholder-opacity));
  }

  .tw .sm\:focus\:placeholder-surface-lower:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(18, 19, 20, var(--tw-placeholder-opacity));
  }

  .tw .sm\:focus\:placeholder-surface-lower:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(18, 19, 20, var(--tw-placeholder-opacity));
  }

  .tw .sm\:focus\:placeholder-surface-base:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(29, 30, 31, var(--tw-placeholder-opacity));
  }

  .tw .sm\:focus\:placeholder-surface-base:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(29, 30, 31, var(--tw-placeholder-opacity));
  }

  .tw .sm\:focus\:placeholder-surface-low:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(33, 33, 36, var(--tw-placeholder-opacity));
  }

  .tw .sm\:focus\:placeholder-surface-low:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(33, 33, 36, var(--tw-placeholder-opacity));
  }

  .tw .sm\:focus\:placeholder-surface-middle:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(38, 38, 42, var(--tw-placeholder-opacity));
  }

  .tw .sm\:focus\:placeholder-surface-middle:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(38, 38, 42, var(--tw-placeholder-opacity));
  }

  .tw .sm\:focus\:placeholder-surface-upper:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(41, 41, 46, var(--tw-placeholder-opacity));
  }

  .tw .sm\:focus\:placeholder-surface-upper:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(41, 41, 46, var(--tw-placeholder-opacity));
  }

  .tw .sm\:focus\:placeholder-surface-high:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(52, 52, 53, var(--tw-placeholder-opacity));
  }

  .tw .sm\:focus\:placeholder-surface-high:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(52, 52, 53, var(--tw-placeholder-opacity));
  }

  .tw .sm\:focus\:placeholder-surface-higher:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(74, 75, 75, var(--tw-placeholder-opacity));
  }

  .tw .sm\:focus\:placeholder-surface-higher:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(74, 75, 75, var(--tw-placeholder-opacity));
  }

  .tw .sm\:focus\:placeholder-surface-highest:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(97, 97, 98, var(--tw-placeholder-opacity));
  }

  .tw .sm\:focus\:placeholder-surface-highest:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(97, 97, 98, var(--tw-placeholder-opacity));
  }

  .tw .sm\:focus\:placeholder-glyph-base:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
  }

  .tw .sm\:focus\:placeholder-glyph-base:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
  }

  .tw .sm\:focus\:placeholder-glyph-light:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(194, 194, 194, var(--tw-placeholder-opacity));
  }

  .tw .sm\:focus\:placeholder-glyph-light:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(194, 194, 194, var(--tw-placeholder-opacity));
  }

  .tw .sm\:focus\:placeholder-glyph-lighter:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(150, 150, 150, var(--tw-placeholder-opacity));
  }

  .tw .sm\:focus\:placeholder-glyph-lighter:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(150, 150, 150, var(--tw-placeholder-opacity));
  }

  .tw .sm\:focus\:placeholder-glyph-lightest:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(80, 80, 80, var(--tw-placeholder-opacity));
  }

  .tw .sm\:focus\:placeholder-glyph-lightest:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(80, 80, 80, var(--tw-placeholder-opacity));
  }

  .tw .sm\:focus\:placeholder-link:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(0, 190, 255, var(--tw-placeholder-opacity));
  }

  .tw .sm\:focus\:placeholder-link:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(0, 190, 255, var(--tw-placeholder-opacity));
  }

  .tw .sm\:focus\:placeholder-info-error:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(235, 51, 65, var(--tw-placeholder-opacity));
  }

  .tw .sm\:focus\:placeholder-info-error:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(235, 51, 65, var(--tw-placeholder-opacity));
  }

  .tw .sm\:focus\:placeholder-info-danger:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(247, 127, 37, var(--tw-placeholder-opacity));
  }

  .tw .sm\:focus\:placeholder-info-danger:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(247, 127, 37, var(--tw-placeholder-opacity));
  }

  .tw .sm\:focus\:placeholder-info-warn:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(255, 200, 47, var(--tw-placeholder-opacity));
  }

  .tw .sm\:focus\:placeholder-info-warn:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(255, 200, 47, var(--tw-placeholder-opacity));
  }

  .tw .sm\:focus\:placeholder-info-ok:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(0, 151, 79, var(--tw-placeholder-opacity));
  }

  .tw .sm\:focus\:placeholder-info-ok:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(0, 151, 79, var(--tw-placeholder-opacity));
  }

  .tw .sm\:focus\:placeholder-info-notice:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(1, 128, 255, var(--tw-placeholder-opacity));
  }

  .tw .sm\:focus\:placeholder-info-notice:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(1, 128, 255, var(--tw-placeholder-opacity));
  }

  .tw .sm\:focus\:placeholder-accent-1:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(255, 93, 105, var(--tw-placeholder-opacity));
  }

  .tw .sm\:focus\:placeholder-accent-1:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(255, 93, 105, var(--tw-placeholder-opacity));
  }

  .tw .sm\:focus\:placeholder-accent-2:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(7, 245, 175, var(--tw-placeholder-opacity));
  }

  .tw .sm\:focus\:placeholder-accent-2:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(7, 245, 175, var(--tw-placeholder-opacity));
  }

  .tw .sm\:focus\:placeholder-accent-3:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(4, 211, 114, var(--tw-placeholder-opacity));
  }

  .tw .sm\:focus\:placeholder-accent-3:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(4, 211, 114, var(--tw-placeholder-opacity));
  }

  .tw .sm\:focus\:placeholder-accent-4:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(132, 81, 245, var(--tw-placeholder-opacity));
  }

  .tw .sm\:focus\:placeholder-accent-4:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(132, 81, 245, var(--tw-placeholder-opacity));
  }

  .tw .sm\:placeholder-opacity-0::-moz-placeholder{
    --tw-placeholder-opacity: 0;
  }

  .tw .sm\:placeholder-opacity-0::placeholder{
    --tw-placeholder-opacity: 0;
  }

  .tw .sm\:placeholder-opacity-5::-moz-placeholder{
    --tw-placeholder-opacity: 0.05;
  }

  .tw .sm\:placeholder-opacity-5::placeholder{
    --tw-placeholder-opacity: 0.05;
  }

  .tw .sm\:placeholder-opacity-10::-moz-placeholder{
    --tw-placeholder-opacity: 0.1;
  }

  .tw .sm\:placeholder-opacity-10::placeholder{
    --tw-placeholder-opacity: 0.1;
  }

  .tw .sm\:placeholder-opacity-15::-moz-placeholder{
    --tw-placeholder-opacity: 0.15;
  }

  .tw .sm\:placeholder-opacity-15::placeholder{
    --tw-placeholder-opacity: 0.15;
  }

  .tw .sm\:placeholder-opacity-20::-moz-placeholder{
    --tw-placeholder-opacity: 0.2;
  }

  .tw .sm\:placeholder-opacity-20::placeholder{
    --tw-placeholder-opacity: 0.2;
  }

  .tw .sm\:placeholder-opacity-25::-moz-placeholder{
    --tw-placeholder-opacity: 0.25;
  }

  .tw .sm\:placeholder-opacity-25::placeholder{
    --tw-placeholder-opacity: 0.25;
  }

  .tw .sm\:placeholder-opacity-30::-moz-placeholder{
    --tw-placeholder-opacity: 0.3;
  }

  .tw .sm\:placeholder-opacity-30::placeholder{
    --tw-placeholder-opacity: 0.3;
  }

  .tw .sm\:placeholder-opacity-40::-moz-placeholder{
    --tw-placeholder-opacity: 0.4;
  }

  .tw .sm\:placeholder-opacity-40::placeholder{
    --tw-placeholder-opacity: 0.4;
  }

  .tw .sm\:placeholder-opacity-50::-moz-placeholder{
    --tw-placeholder-opacity: 0.5;
  }

  .tw .sm\:placeholder-opacity-50::placeholder{
    --tw-placeholder-opacity: 0.5;
  }

  .tw .sm\:placeholder-opacity-60::-moz-placeholder{
    --tw-placeholder-opacity: 0.6;
  }

  .tw .sm\:placeholder-opacity-60::placeholder{
    --tw-placeholder-opacity: 0.6;
  }

  .tw .sm\:placeholder-opacity-70::-moz-placeholder{
    --tw-placeholder-opacity: 0.7;
  }

  .tw .sm\:placeholder-opacity-70::placeholder{
    --tw-placeholder-opacity: 0.7;
  }

  .tw .sm\:placeholder-opacity-75::-moz-placeholder{
    --tw-placeholder-opacity: 0.75;
  }

  .tw .sm\:placeholder-opacity-75::placeholder{
    --tw-placeholder-opacity: 0.75;
  }

  .tw .sm\:placeholder-opacity-80::-moz-placeholder{
    --tw-placeholder-opacity: 0.8;
  }

  .tw .sm\:placeholder-opacity-80::placeholder{
    --tw-placeholder-opacity: 0.8;
  }

  .tw .sm\:placeholder-opacity-90::-moz-placeholder{
    --tw-placeholder-opacity: 0.9;
  }

  .tw .sm\:placeholder-opacity-90::placeholder{
    --tw-placeholder-opacity: 0.9;
  }

  .tw .sm\:placeholder-opacity-95::-moz-placeholder{
    --tw-placeholder-opacity: 0.95;
  }

  .tw .sm\:placeholder-opacity-95::placeholder{
    --tw-placeholder-opacity: 0.95;
  }

  .tw .sm\:placeholder-opacity-100::-moz-placeholder{
    --tw-placeholder-opacity: 1;
  }

  .tw .sm\:placeholder-opacity-100::placeholder{
    --tw-placeholder-opacity: 1;
  }

  .tw .sm\:focus\:placeholder-opacity-0:focus::-moz-placeholder{
    --tw-placeholder-opacity: 0;
  }

  .tw .sm\:focus\:placeholder-opacity-0:focus::placeholder{
    --tw-placeholder-opacity: 0;
  }

  .tw .sm\:focus\:placeholder-opacity-5:focus::-moz-placeholder{
    --tw-placeholder-opacity: 0.05;
  }

  .tw .sm\:focus\:placeholder-opacity-5:focus::placeholder{
    --tw-placeholder-opacity: 0.05;
  }

  .tw .sm\:focus\:placeholder-opacity-10:focus::-moz-placeholder{
    --tw-placeholder-opacity: 0.1;
  }

  .tw .sm\:focus\:placeholder-opacity-10:focus::placeholder{
    --tw-placeholder-opacity: 0.1;
  }

  .tw .sm\:focus\:placeholder-opacity-15:focus::-moz-placeholder{
    --tw-placeholder-opacity: 0.15;
  }

  .tw .sm\:focus\:placeholder-opacity-15:focus::placeholder{
    --tw-placeholder-opacity: 0.15;
  }

  .tw .sm\:focus\:placeholder-opacity-20:focus::-moz-placeholder{
    --tw-placeholder-opacity: 0.2;
  }

  .tw .sm\:focus\:placeholder-opacity-20:focus::placeholder{
    --tw-placeholder-opacity: 0.2;
  }

  .tw .sm\:focus\:placeholder-opacity-25:focus::-moz-placeholder{
    --tw-placeholder-opacity: 0.25;
  }

  .tw .sm\:focus\:placeholder-opacity-25:focus::placeholder{
    --tw-placeholder-opacity: 0.25;
  }

  .tw .sm\:focus\:placeholder-opacity-30:focus::-moz-placeholder{
    --tw-placeholder-opacity: 0.3;
  }

  .tw .sm\:focus\:placeholder-opacity-30:focus::placeholder{
    --tw-placeholder-opacity: 0.3;
  }

  .tw .sm\:focus\:placeholder-opacity-40:focus::-moz-placeholder{
    --tw-placeholder-opacity: 0.4;
  }

  .tw .sm\:focus\:placeholder-opacity-40:focus::placeholder{
    --tw-placeholder-opacity: 0.4;
  }

  .tw .sm\:focus\:placeholder-opacity-50:focus::-moz-placeholder{
    --tw-placeholder-opacity: 0.5;
  }

  .tw .sm\:focus\:placeholder-opacity-50:focus::placeholder{
    --tw-placeholder-opacity: 0.5;
  }

  .tw .sm\:focus\:placeholder-opacity-60:focus::-moz-placeholder{
    --tw-placeholder-opacity: 0.6;
  }

  .tw .sm\:focus\:placeholder-opacity-60:focus::placeholder{
    --tw-placeholder-opacity: 0.6;
  }

  .tw .sm\:focus\:placeholder-opacity-70:focus::-moz-placeholder{
    --tw-placeholder-opacity: 0.7;
  }

  .tw .sm\:focus\:placeholder-opacity-70:focus::placeholder{
    --tw-placeholder-opacity: 0.7;
  }

  .tw .sm\:focus\:placeholder-opacity-75:focus::-moz-placeholder{
    --tw-placeholder-opacity: 0.75;
  }

  .tw .sm\:focus\:placeholder-opacity-75:focus::placeholder{
    --tw-placeholder-opacity: 0.75;
  }

  .tw .sm\:focus\:placeholder-opacity-80:focus::-moz-placeholder{
    --tw-placeholder-opacity: 0.8;
  }

  .tw .sm\:focus\:placeholder-opacity-80:focus::placeholder{
    --tw-placeholder-opacity: 0.8;
  }

  .tw .sm\:focus\:placeholder-opacity-90:focus::-moz-placeholder{
    --tw-placeholder-opacity: 0.9;
  }

  .tw .sm\:focus\:placeholder-opacity-90:focus::placeholder{
    --tw-placeholder-opacity: 0.9;
  }

  .tw .sm\:focus\:placeholder-opacity-95:focus::-moz-placeholder{
    --tw-placeholder-opacity: 0.95;
  }

  .tw .sm\:focus\:placeholder-opacity-95:focus::placeholder{
    --tw-placeholder-opacity: 0.95;
  }

  .tw .sm\:focus\:placeholder-opacity-100:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
  }

  .tw .sm\:focus\:placeholder-opacity-100:focus::placeholder{
    --tw-placeholder-opacity: 1;
  }

  .tw .sm\:opacity-0{
    opacity: 0;
  }

  .tw .sm\:opacity-5{
    opacity: 0.05;
  }

  .tw .sm\:opacity-10{
    opacity: 0.1;
  }

  .tw .sm\:opacity-15{
    opacity: 0.15;
  }

  .tw .sm\:opacity-20{
    opacity: 0.2;
  }

  .tw .sm\:opacity-25{
    opacity: 0.25;
  }

  .tw .sm\:opacity-30{
    opacity: 0.3;
  }

  .tw .sm\:opacity-40{
    opacity: 0.4;
  }

  .tw .sm\:opacity-50{
    opacity: 0.5;
  }

  .tw .sm\:opacity-60{
    opacity: 0.6;
  }

  .tw .sm\:opacity-70{
    opacity: 0.7;
  }

  .tw .sm\:opacity-75{
    opacity: 0.75;
  }

  .tw .sm\:opacity-80{
    opacity: 0.8;
  }

  .tw .sm\:opacity-90{
    opacity: 0.9;
  }

  .tw .sm\:opacity-95{
    opacity: 0.95;
  }

  .tw .sm\:opacity-100{
    opacity: 1;
  }

  .tw .sm\:hover\:opacity-0:hover{
    opacity: 0;
  }

  .tw .sm\:hover\:opacity-5:hover{
    opacity: 0.05;
  }

  .tw .sm\:hover\:opacity-10:hover{
    opacity: 0.1;
  }

  .tw .sm\:hover\:opacity-15:hover{
    opacity: 0.15;
  }

  .tw .sm\:hover\:opacity-20:hover{
    opacity: 0.2;
  }

  .tw .sm\:hover\:opacity-25:hover{
    opacity: 0.25;
  }

  .tw .sm\:hover\:opacity-30:hover{
    opacity: 0.3;
  }

  .tw .sm\:hover\:opacity-40:hover{
    opacity: 0.4;
  }

  .tw .sm\:hover\:opacity-50:hover{
    opacity: 0.5;
  }

  .tw .sm\:hover\:opacity-60:hover{
    opacity: 0.6;
  }

  .tw .sm\:hover\:opacity-70:hover{
    opacity: 0.7;
  }

  .tw .sm\:hover\:opacity-75:hover{
    opacity: 0.75;
  }

  .tw .sm\:hover\:opacity-80:hover{
    opacity: 0.8;
  }

  .tw .sm\:hover\:opacity-90:hover{
    opacity: 0.9;
  }

  .tw .sm\:hover\:opacity-95:hover{
    opacity: 0.95;
  }

  .tw .sm\:hover\:opacity-100:hover{
    opacity: 1;
  }

  .tw .sm\:focus\:opacity-0:focus{
    opacity: 0;
  }

  .tw .sm\:focus\:opacity-5:focus{
    opacity: 0.05;
  }

  .tw .sm\:focus\:opacity-10:focus{
    opacity: 0.1;
  }

  .tw .sm\:focus\:opacity-15:focus{
    opacity: 0.15;
  }

  .tw .sm\:focus\:opacity-20:focus{
    opacity: 0.2;
  }

  .tw .sm\:focus\:opacity-25:focus{
    opacity: 0.25;
  }

  .tw .sm\:focus\:opacity-30:focus{
    opacity: 0.3;
  }

  .tw .sm\:focus\:opacity-40:focus{
    opacity: 0.4;
  }

  .tw .sm\:focus\:opacity-50:focus{
    opacity: 0.5;
  }

  .tw .sm\:focus\:opacity-60:focus{
    opacity: 0.6;
  }

  .tw .sm\:focus\:opacity-70:focus{
    opacity: 0.7;
  }

  .tw .sm\:focus\:opacity-75:focus{
    opacity: 0.75;
  }

  .tw .sm\:focus\:opacity-80:focus{
    opacity: 0.8;
  }

  .tw .sm\:focus\:opacity-90:focus{
    opacity: 0.9;
  }

  .tw .sm\:focus\:opacity-95:focus{
    opacity: 0.95;
  }

  .tw .sm\:focus\:opacity-100:focus{
    opacity: 1;
  }

  .tw .sm\:active\:opacity-0:active{
    opacity: 0;
  }

  .tw .sm\:active\:opacity-5:active{
    opacity: 0.05;
  }

  .tw .sm\:active\:opacity-10:active{
    opacity: 0.1;
  }

  .tw .sm\:active\:opacity-15:active{
    opacity: 0.15;
  }

  .tw .sm\:active\:opacity-20:active{
    opacity: 0.2;
  }

  .tw .sm\:active\:opacity-25:active{
    opacity: 0.25;
  }

  .tw .sm\:active\:opacity-30:active{
    opacity: 0.3;
  }

  .tw .sm\:active\:opacity-40:active{
    opacity: 0.4;
  }

  .tw .sm\:active\:opacity-50:active{
    opacity: 0.5;
  }

  .tw .sm\:active\:opacity-60:active{
    opacity: 0.6;
  }

  .tw .sm\:active\:opacity-70:active{
    opacity: 0.7;
  }

  .tw .sm\:active\:opacity-75:active{
    opacity: 0.75;
  }

  .tw .sm\:active\:opacity-80:active{
    opacity: 0.8;
  }

  .tw .sm\:active\:opacity-90:active{
    opacity: 0.9;
  }

  .tw .sm\:active\:opacity-95:active{
    opacity: 0.95;
  }

  .tw .sm\:active\:opacity-100:active{
    opacity: 1;
  }

  .tw .group:hover .sm\:group-hover\:opacity-0{
    opacity: 0;
  }

  .tw .group:hover .sm\:group-hover\:opacity-5{
    opacity: 0.05;
  }

  .tw .group:hover .sm\:group-hover\:opacity-10{
    opacity: 0.1;
  }

  .tw .group:hover .sm\:group-hover\:opacity-15{
    opacity: 0.15;
  }

  .tw .group:hover .sm\:group-hover\:opacity-20{
    opacity: 0.2;
  }

  .tw .group:hover .sm\:group-hover\:opacity-25{
    opacity: 0.25;
  }

  .tw .group:hover .sm\:group-hover\:opacity-30{
    opacity: 0.3;
  }

  .tw .group:hover .sm\:group-hover\:opacity-40{
    opacity: 0.4;
  }

  .tw .group:hover .sm\:group-hover\:opacity-50{
    opacity: 0.5;
  }

  .tw .group:hover .sm\:group-hover\:opacity-60{
    opacity: 0.6;
  }

  .tw .group:hover .sm\:group-hover\:opacity-70{
    opacity: 0.7;
  }

  .tw .group:hover .sm\:group-hover\:opacity-75{
    opacity: 0.75;
  }

  .tw .group:hover .sm\:group-hover\:opacity-80{
    opacity: 0.8;
  }

  .tw .group:hover .sm\:group-hover\:opacity-90{
    opacity: 0.9;
  }

  .tw .group:hover .sm\:group-hover\:opacity-95{
    opacity: 0.95;
  }

  .tw .group:hover .sm\:group-hover\:opacity-100{
    opacity: 1;
  }

  .tw .sm\:bg-blend-normal{
    background-blend-mode: normal;
  }

  .tw .sm\:bg-blend-multiply{
    background-blend-mode: multiply;
  }

  .tw .sm\:bg-blend-screen{
    background-blend-mode: screen;
  }

  .tw .sm\:bg-blend-overlay{
    background-blend-mode: overlay;
  }

  .tw .sm\:bg-blend-darken{
    background-blend-mode: darken;
  }

  .tw .sm\:bg-blend-lighten{
    background-blend-mode: lighten;
  }

  .tw .sm\:bg-blend-color-dodge{
    background-blend-mode: color-dodge;
  }

  .tw .sm\:bg-blend-color-burn{
    background-blend-mode: color-burn;
  }

  .tw .sm\:bg-blend-hard-light{
    background-blend-mode: hard-light;
  }

  .tw .sm\:bg-blend-soft-light{
    background-blend-mode: soft-light;
  }

  .tw .sm\:bg-blend-difference{
    background-blend-mode: difference;
  }

  .tw .sm\:bg-blend-exclusion{
    background-blend-mode: exclusion;
  }

  .tw .sm\:bg-blend-hue{
    background-blend-mode: hue;
  }

  .tw .sm\:bg-blend-saturation{
    background-blend-mode: saturation;
  }

  .tw .sm\:bg-blend-color{
    background-blend-mode: color;
  }

  .tw .sm\:bg-blend-luminosity{
    background-blend-mode: luminosity;
  }

  .tw .sm\:mix-blend-normal{
    mix-blend-mode: normal;
  }

  .tw .sm\:mix-blend-multiply{
    mix-blend-mode: multiply;
  }

  .tw .sm\:mix-blend-screen{
    mix-blend-mode: screen;
  }

  .tw .sm\:mix-blend-overlay{
    mix-blend-mode: overlay;
  }

  .tw .sm\:mix-blend-darken{
    mix-blend-mode: darken;
  }

  .tw .sm\:mix-blend-lighten{
    mix-blend-mode: lighten;
  }

  .tw .sm\:mix-blend-color-dodge{
    mix-blend-mode: color-dodge;
  }

  .tw .sm\:mix-blend-color-burn{
    mix-blend-mode: color-burn;
  }

  .tw .sm\:mix-blend-hard-light{
    mix-blend-mode: hard-light;
  }

  .tw .sm\:mix-blend-soft-light{
    mix-blend-mode: soft-light;
  }

  .tw .sm\:mix-blend-difference{
    mix-blend-mode: difference;
  }

  .tw .sm\:mix-blend-exclusion{
    mix-blend-mode: exclusion;
  }

  .tw .sm\:mix-blend-hue{
    mix-blend-mode: hue;
  }

  .tw .sm\:mix-blend-saturation{
    mix-blend-mode: saturation;
  }

  .tw .sm\:mix-blend-color{
    mix-blend-mode: color;
  }

  .tw .sm\:mix-blend-luminosity{
    mix-blend-mode: luminosity;
  }

  .tw .sm\:shadow-sm{
    --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .tw .sm\:shadow{
    --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .tw .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);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .tw .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);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .tw .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);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .tw .sm\:shadow-2xl{
    --tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .tw .sm\:shadow-inner{
    --tw-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .tw .sm\:shadow-none{
    --tw-shadow: 0 0 #0000;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .tw .sm\:shadow-outline{
    --tw-shadow: 0 0 0 1px #00BEFF;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .tw .sm\:shadow-contrast{
    --tw-shadow: 0 0 0 1px rgba(0,0,0,0.1), 0 0 0 2px rgba(0,0,0,0.1);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .tw .sm\:shadow-modal{
    --tw-shadow: 0px 5px 20px rgba(0, 0, 0, 0.35);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .tw .sm\:shadow-dropdown{
    --tw-shadow: 0px 15px 25px rgba(0, 0, 0, 0.25);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .tw .sm\:shadow-form-toggle{
    --tw-shadow: 0px 1px 2px rgba(0,0,0,0.2);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .tw .sm\:shadow-mobile-panel{
    --tw-shadow: 0px -20px 50px rgba(0, 0, 0, 0.25);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .tw .sm\:shadow-dreamten-table-row{
    --tw-shadow: 10px 0 0 #26252A, -10px 0 0 #26252A;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .tw .sm\:hover\:shadow-sm:hover{
    --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .tw .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);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .tw .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);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .tw .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);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .tw .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);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .tw .sm\:hover\:shadow-2xl:hover{
    --tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .tw .sm\:hover\:shadow-inner:hover{
    --tw-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .tw .sm\:hover\:shadow-none:hover{
    --tw-shadow: 0 0 #0000;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .tw .sm\:hover\:shadow-outline:hover{
    --tw-shadow: 0 0 0 1px #00BEFF;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .tw .sm\:hover\:shadow-contrast:hover{
    --tw-shadow: 0 0 0 1px rgba(0,0,0,0.1), 0 0 0 2px rgba(0,0,0,0.1);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .tw .sm\:hover\:shadow-modal:hover{
    --tw-shadow: 0px 5px 20px rgba(0, 0, 0, 0.35);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .tw .sm\:hover\:shadow-dropdown:hover{
    --tw-shadow: 0px 15px 25px rgba(0, 0, 0, 0.25);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .tw .sm\:hover\:shadow-form-toggle:hover{
    --tw-shadow: 0px 1px 2px rgba(0,0,0,0.2);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .tw .sm\:hover\:shadow-mobile-panel:hover{
    --tw-shadow: 0px -20px 50px rgba(0, 0, 0, 0.25);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .tw .sm\:hover\:shadow-dreamten-table-row:hover{
    --tw-shadow: 10px 0 0 #26252A, -10px 0 0 #26252A;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .tw .sm\:focus\:shadow-sm:focus{
    --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .tw .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);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .tw .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);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .tw .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);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .tw .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);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .tw .sm\:focus\:shadow-2xl:focus{
    --tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .tw .sm\:focus\:shadow-inner:focus{
    --tw-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .tw .sm\:focus\:shadow-none:focus{
    --tw-shadow: 0 0 #0000;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .tw .sm\:focus\:shadow-outline:focus{
    --tw-shadow: 0 0 0 1px #00BEFF;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .tw .sm\:focus\:shadow-contrast:focus{
    --tw-shadow: 0 0 0 1px rgba(0,0,0,0.1), 0 0 0 2px rgba(0,0,0,0.1);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .tw .sm\:focus\:shadow-modal:focus{
    --tw-shadow: 0px 5px 20px rgba(0, 0, 0, 0.35);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .tw .sm\:focus\:shadow-dropdown:focus{
    --tw-shadow: 0px 15px 25px rgba(0, 0, 0, 0.25);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .tw .sm\:focus\:shadow-form-toggle:focus{
    --tw-shadow: 0px 1px 2px rgba(0,0,0,0.2);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .tw .sm\:focus\:shadow-mobile-panel:focus{
    --tw-shadow: 0px -20px 50px rgba(0, 0, 0, 0.25);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .tw .sm\:focus\:shadow-dreamten-table-row:focus{
    --tw-shadow: 10px 0 0 #26252A, -10px 0 0 #26252A;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .tw .sm\:focus-within\:shadow-sm:focus-within{
    --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .tw .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);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .tw .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);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .tw .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);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .tw .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);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .tw .sm\:focus-within\:shadow-2xl:focus-within{
    --tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .tw .sm\:focus-within\:shadow-inner:focus-within{
    --tw-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .tw .sm\:focus-within\:shadow-none:focus-within{
    --tw-shadow: 0 0 #0000;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .tw .sm\:focus-within\:shadow-outline:focus-within{
    --tw-shadow: 0 0 0 1px #00BEFF;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .tw .sm\:focus-within\:shadow-contrast:focus-within{
    --tw-shadow: 0 0 0 1px rgba(0,0,0,0.1), 0 0 0 2px rgba(0,0,0,0.1);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .tw .sm\:focus-within\:shadow-modal:focus-within{
    --tw-shadow: 0px 5px 20px rgba(0, 0, 0, 0.35);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .tw .sm\:focus-within\:shadow-dropdown:focus-within{
    --tw-shadow: 0px 15px 25px rgba(0, 0, 0, 0.25);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .tw .sm\:focus-within\:shadow-form-toggle:focus-within{
    --tw-shadow: 0px 1px 2px rgba(0,0,0,0.2);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .tw .sm\:focus-within\:shadow-mobile-panel:focus-within{
    --tw-shadow: 0px -20px 50px rgba(0, 0, 0, 0.25);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .tw .sm\:focus-within\:shadow-dreamten-table-row:focus-within{
    --tw-shadow: 10px 0 0 #26252A, -10px 0 0 #26252A;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .tw .sm\:active\:shadow-sm:active{
    --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .tw .sm\:active\:shadow:active{
    --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .tw .sm\:active\:shadow-md:active{
    --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .tw .sm\:active\:shadow-lg:active{
    --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .tw .sm\:active\:shadow-xl:active{
    --tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .tw .sm\:active\:shadow-2xl:active{
    --tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .tw .sm\:active\:shadow-inner:active{
    --tw-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .tw .sm\:active\:shadow-none:active{
    --tw-shadow: 0 0 #0000;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .tw .sm\:active\:shadow-outline:active{
    --tw-shadow: 0 0 0 1px #00BEFF;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .tw .sm\:active\:shadow-contrast:active{
    --tw-shadow: 0 0 0 1px rgba(0,0,0,0.1), 0 0 0 2px rgba(0,0,0,0.1);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .tw .sm\:active\:shadow-modal:active{
    --tw-shadow: 0px 5px 20px rgba(0, 0, 0, 0.35);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .tw .sm\:active\:shadow-dropdown:active{
    --tw-shadow: 0px 15px 25px rgba(0, 0, 0, 0.25);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .tw .sm\:active\:shadow-form-toggle:active{
    --tw-shadow: 0px 1px 2px rgba(0,0,0,0.2);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .tw .sm\:active\:shadow-mobile-panel:active{
    --tw-shadow: 0px -20px 50px rgba(0, 0, 0, 0.25);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .tw .sm\:active\:shadow-dreamten-table-row:active{
    --tw-shadow: 10px 0 0 #26252A, -10px 0 0 #26252A;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .tw .group:hover .sm\:group-hover\:shadow-sm{
    --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .tw .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);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .tw .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);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .tw .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);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .tw .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);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .tw .group:hover .sm\:group-hover\:shadow-2xl{
    --tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .tw .group:hover .sm\:group-hover\:shadow-inner{
    --tw-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .tw .group:hover .sm\:group-hover\:shadow-none{
    --tw-shadow: 0 0 #0000;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .tw .group:hover .sm\:group-hover\:shadow-outline{
    --tw-shadow: 0 0 0 1px #00BEFF;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .tw .group:hover .sm\:group-hover\:shadow-contrast{
    --tw-shadow: 0 0 0 1px rgba(0,0,0,0.1), 0 0 0 2px rgba(0,0,0,0.1);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .tw .group:hover .sm\:group-hover\:shadow-modal{
    --tw-shadow: 0px 5px 20px rgba(0, 0, 0, 0.35);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .tw .group:hover .sm\:group-hover\:shadow-dropdown{
    --tw-shadow: 0px 15px 25px rgba(0, 0, 0, 0.25);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .tw .group:hover .sm\:group-hover\:shadow-form-toggle{
    --tw-shadow: 0px 1px 2px rgba(0,0,0,0.2);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .tw .group:hover .sm\:group-hover\:shadow-mobile-panel{
    --tw-shadow: 0px -20px 50px rgba(0, 0, 0, 0.25);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .tw .group:hover .sm\:group-hover\:shadow-dreamten-table-row{
    --tw-shadow: 10px 0 0 #26252A, -10px 0 0 #26252A;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .tw .sm\:outline-none{
    outline: 2px solid transparent;
    outline-offset: 2px;
  }

  .tw .sm\:outline-white{
    outline: 2px dotted white;
    outline-offset: 2px;
  }

  .tw .sm\:outline-black{
    outline: 2px dotted black;
    outline-offset: 2px;
  }

  .tw .sm\:focus-within\:outline-none:focus-within{
    outline: 2px solid transparent;
    outline-offset: 2px;
  }

  .tw .sm\:focus-within\:outline-white:focus-within{
    outline: 2px dotted white;
    outline-offset: 2px;
  }

  .tw .sm\:focus-within\:outline-black:focus-within{
    outline: 2px dotted black;
    outline-offset: 2px;
  }

  .tw .sm\:focus\:outline-none:focus{
    outline: 2px solid transparent;
    outline-offset: 2px;
  }

  .tw .sm\:focus\:outline-white:focus{
    outline: 2px dotted white;
    outline-offset: 2px;
  }

  .tw .sm\:focus\:outline-black:focus{
    outline: 2px dotted black;
    outline-offset: 2px;
  }

  .tw .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 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .tw .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 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .tw .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 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .tw .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 calc(4px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .tw .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 calc(8px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .tw .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 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .tw .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 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .tw .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 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .tw .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 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .tw .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 calc(4px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .tw .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 calc(8px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .tw .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 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .tw .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 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .tw .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 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .tw .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 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .tw .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 calc(4px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .tw .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 calc(8px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .tw .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 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .tw .sm\:ring-inset{
    --tw-ring-inset: inset;
  }

  .tw .sm\:focus-within\:ring-inset:focus-within{
    --tw-ring-inset: inset;
  }

  .tw .sm\:focus\:ring-inset:focus{
    --tw-ring-inset: inset;
  }

  .tw .sm\:ring-current{
    --tw-ring-color: currentColor;
  }

  .tw .sm\:ring-transparent{
    --tw-ring-color: transparent;
  }

  .tw .sm\:ring-white{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 255, 255, var(--tw-ring-opacity));
  }

  .tw .sm\:ring-black{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(0, 0, 0, var(--tw-ring-opacity));
  }

  .tw .sm\:ring-gray-10{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(240, 240, 240, var(--tw-ring-opacity));
  }

  .tw .sm\:ring-gray-20{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(226, 226, 226, var(--tw-ring-opacity));
  }

  .tw .sm\:ring-gray-30{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(211, 211, 211, var(--tw-ring-opacity));
  }

  .tw .sm\:ring-gray-40{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(197, 197, 197, var(--tw-ring-opacity));
  }

  .tw .sm\:ring-gray-50{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(183, 183, 183, var(--tw-ring-opacity));
  }

  .tw .sm\:ring-gray-60{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(169, 169, 169, var(--tw-ring-opacity));
  }

  .tw .sm\:ring-gray-70{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(156, 156, 156, var(--tw-ring-opacity));
  }

  .tw .sm\:ring-gray-80{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(142, 142, 142, var(--tw-ring-opacity));
  }

  .tw .sm\:ring-gray-90{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(129, 129, 129, var(--tw-ring-opacity));
  }

  .tw .sm\:ring-gray-100{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(108, 109, 114, var(--tw-ring-opacity));
  }

  .tw .sm\:ring-gray-200{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(96, 97, 103, var(--tw-ring-opacity));
  }

  .tw .sm\:ring-gray-300{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(84, 86, 91, var(--tw-ring-opacity));
  }

  .tw .sm\:ring-gray-400{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(73, 73, 80, var(--tw-ring-opacity));
  }

  .tw .sm\:ring-gray-500{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(61, 61, 68, var(--tw-ring-opacity));
  }

  .tw .sm\:ring-gray-600{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(53, 53, 61, var(--tw-ring-opacity));
  }

  .tw .sm\:ring-gray-700{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(45, 45, 49, var(--tw-ring-opacity));
  }

  .tw .sm\:ring-gray-800{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(38, 37, 42, var(--tw-ring-opacity));
  }

  .tw .sm\:ring-gray-850{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(32, 32, 37, var(--tw-ring-opacity));
  }

  .tw .sm\:ring-gray-900{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(27, 27, 32, var(--tw-ring-opacity));
  }

  .tw .sm\:ring-gray-950{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(20, 20, 23, var(--tw-ring-opacity));
  }

  .tw .sm\:ring-brand-50{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(127, 255, 255, var(--tw-ring-opacity));
  }

  .tw .sm\:ring-brand-100{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(87, 226, 255, var(--tw-ring-opacity));
  }

  .tw .sm\:ring-brand-200{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(32, 197, 255, var(--tw-ring-opacity));
  }

  .tw .sm\:ring-brand-300{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(0, 167, 231, var(--tw-ring-opacity));
  }

  .tw .sm\:ring-brand-400{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(0, 139, 201, var(--tw-ring-opacity));
  }

  .tw .sm\:ring-brand-500{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(0, 112, 172, var(--tw-ring-opacity));
  }

  .tw .sm\:ring-brand-600{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(0, 86, 143, var(--tw-ring-opacity));
  }

  .tw .sm\:ring-brand-700{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(0, 62, 116, var(--tw-ring-opacity));
  }

  .tw .sm\:ring-brand-800{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(0, 39, 89, var(--tw-ring-opacity));
  }

  .tw .sm\:ring-brand-900{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(0, 18, 63, var(--tw-ring-opacity));
  }

  .tw .sm\:ring-brand{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(0, 190, 255, var(--tw-ring-opacity));
  }

  .tw .sm\:ring-brand-base{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(0, 190, 255, var(--tw-ring-opacity));
  }

  .tw .sm\:ring-red-50{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 202, 200, var(--tw-ring-opacity));
  }

  .tw .sm\:ring-red-100{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 171, 171, var(--tw-ring-opacity));
  }

  .tw .sm\:ring-red-200{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 142, 142, var(--tw-ring-opacity));
  }

  .tw .sm\:ring-red-300{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(247, 112, 115, var(--tw-ring-opacity));
  }

  .tw .sm\:ring-red-400{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(215, 83, 89, var(--tw-ring-opacity));
  }

  .tw .sm\:ring-red-500{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(182, 54, 64, var(--tw-ring-opacity));
  }

  .tw .sm\:ring-red-600{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(150, 18, 41, var(--tw-ring-opacity));
  }

  .tw .sm\:ring-red-700{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(119, 0, 19, var(--tw-ring-opacity));
  }

  .tw .sm\:ring-red-800{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(89, 0, 0, var(--tw-ring-opacity));
  }

  .tw .sm\:ring-red-900{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(65, 0, 0, var(--tw-ring-opacity));
  }

  .tw .sm\:ring-red{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(211, 80, 86, var(--tw-ring-opacity));
  }

  .tw .sm\:ring-red-brand{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 79, 79, var(--tw-ring-opacity));
  }

  .tw .sm\:ring-green-50{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(141, 255, 205, var(--tw-ring-opacity));
  }

  .tw .sm\:ring-green-100{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(109, 236, 176, var(--tw-ring-opacity));
  }

  .tw .sm\:ring-green-200{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(76, 206, 147, var(--tw-ring-opacity));
  }

  .tw .sm\:ring-green-300{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(36, 176, 119, var(--tw-ring-opacity));
  }

  .tw .sm\:ring-green-400{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(0, 147, 93, var(--tw-ring-opacity));
  }

  .tw .sm\:ring-green-500{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(0, 119, 68, var(--tw-ring-opacity));
  }

  .tw .sm\:ring-green-600{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(0, 91, 43, var(--tw-ring-opacity));
  }

  .tw .sm\:ring-green-700{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(0, 65, 21, var(--tw-ring-opacity));
  }

  .tw .sm\:ring-green-800{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(0, 43, 0, var(--tw-ring-opacity));
  }

  .tw .sm\:ring-green-900{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(0, 27, 0, var(--tw-ring-opacity));
  }

  .tw .sm\:ring-green{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(46, 182, 125, var(--tw-ring-opacity));
  }

  .tw .sm\:ring-yellow-50{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 235, 87, var(--tw-ring-opacity));
  }

  .tw .sm\:ring-yellow-100{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 205, 55, var(--tw-ring-opacity));
  }

  .tw .sm\:ring-yellow-200{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(228, 176, 9, var(--tw-ring-opacity));
  }

  .tw .sm\:ring-yellow-300{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(195, 148, 0, var(--tw-ring-opacity));
  }

  .tw .sm\:ring-yellow-400{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(163, 121, 0, var(--tw-ring-opacity));
  }

  .tw .sm\:ring-yellow-500{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(133, 95, 0, var(--tw-ring-opacity));
  }

  .tw .sm\:ring-yellow-600{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(104, 70, 0, var(--tw-ring-opacity));
  }

  .tw .sm\:ring-yellow-700{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(79, 46, 0, var(--tw-ring-opacity));
  }

  .tw .sm\:ring-yellow-800{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(61, 22, 0, var(--tw-ring-opacity));
  }

  .tw .sm\:ring-yellow-900{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(50, 0, 0, var(--tw-ring-opacity));
  }

  .tw .sm\:ring-yellow{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 199, 47, var(--tw-ring-opacity));
  }

  .tw .sm\:ring-purple-50{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 216, 255, var(--tw-ring-opacity));
  }

  .tw .sm\:ring-purple-100{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(240, 186, 255, var(--tw-ring-opacity));
  }

  .tw .sm\:ring-purple-200{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(208, 157, 255, var(--tw-ring-opacity));
  }

  .tw .sm\:ring-purple-300{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(177, 128, 255, var(--tw-ring-opacity));
  }

  .tw .sm\:ring-purple-400{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(146, 101, 233, var(--tw-ring-opacity));
  }

  .tw .sm\:ring-purple-500{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(116, 74, 203, var(--tw-ring-opacity));
  }

  .tw .sm\:ring-purple-600{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(85, 48, 173, var(--tw-ring-opacity));
  }

  .tw .sm\:ring-purple-700{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(53, 22, 144, var(--tw-ring-opacity));
  }

  .tw .sm\:ring-purple-800{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(9, 0, 116, var(--tw-ring-opacity));
  }

  .tw .sm\:ring-purple-900{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(0, 0, 89, var(--tw-ring-opacity));
  }

  .tw .sm\:ring-purple{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(168, 120, 255, var(--tw-ring-opacity));
  }

  .tw .sm\:ring-orange-50{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 210, 131, var(--tw-ring-opacity));
  }

  .tw .sm\:ring-orange-100{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 180, 103, var(--tw-ring-opacity));
  }

  .tw .sm\:ring-orange-200{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 151, 75, var(--tw-ring-opacity));
  }

  .tw .sm\:ring-orange-300{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(240, 122, 47, var(--tw-ring-opacity));
  }

  .tw .sm\:ring-orange-400{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(206, 95, 17, var(--tw-ring-opacity));
  }

  .tw .sm\:ring-orange-500{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(173, 68, 0, var(--tw-ring-opacity));
  }

  .tw .sm\:ring-orange-600{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(141, 40, 0, var(--tw-ring-opacity));
  }

  .tw .sm\:ring-orange-700{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(111, 6, 0, var(--tw-ring-opacity));
  }

  .tw .sm\:ring-orange-800{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(84, 0, 0, var(--tw-ring-opacity));
  }

  .tw .sm\:ring-orange-900{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(65, 0, 0, var(--tw-ring-opacity));
  }

  .tw .sm\:ring-orange{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(245, 127, 52, var(--tw-ring-opacity));
  }

  .tw .sm\:ring-surface-brand{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(26, 26, 26, var(--tw-ring-opacity));
  }

  .tw .sm\:ring-surface-lower{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(18, 19, 20, var(--tw-ring-opacity));
  }

  .tw .sm\:ring-surface-base{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(29, 30, 31, var(--tw-ring-opacity));
  }

  .tw .sm\:ring-surface-low{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(33, 33, 36, var(--tw-ring-opacity));
  }

  .tw .sm\:ring-surface-middle{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(38, 38, 42, var(--tw-ring-opacity));
  }

  .tw .sm\:ring-surface-upper{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(41, 41, 46, var(--tw-ring-opacity));
  }

  .tw .sm\:ring-surface-high{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(52, 52, 53, var(--tw-ring-opacity));
  }

  .tw .sm\:ring-surface-higher{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(74, 75, 75, var(--tw-ring-opacity));
  }

  .tw .sm\:ring-surface-highest{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(97, 97, 98, var(--tw-ring-opacity));
  }

  .tw .sm\:ring-glyph-base{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 255, 255, var(--tw-ring-opacity));
  }

  .tw .sm\:ring-glyph-light{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(194, 194, 194, var(--tw-ring-opacity));
  }

  .tw .sm\:ring-glyph-lighter{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(150, 150, 150, var(--tw-ring-opacity));
  }

  .tw .sm\:ring-glyph-lightest{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(80, 80, 80, var(--tw-ring-opacity));
  }

  .tw .sm\:ring-link{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(0, 190, 255, var(--tw-ring-opacity));
  }

  .tw .sm\:ring-info-error{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(235, 51, 65, var(--tw-ring-opacity));
  }

  .tw .sm\:ring-info-danger{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(247, 127, 37, var(--tw-ring-opacity));
  }

  .tw .sm\:ring-info-warn{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 200, 47, var(--tw-ring-opacity));
  }

  .tw .sm\:ring-info-ok{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(0, 151, 79, var(--tw-ring-opacity));
  }

  .tw .sm\:ring-info-notice{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(1, 128, 255, var(--tw-ring-opacity));
  }

  .tw .sm\:ring-accent-1{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 93, 105, var(--tw-ring-opacity));
  }

  .tw .sm\:ring-accent-2{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(7, 245, 175, var(--tw-ring-opacity));
  }

  .tw .sm\:ring-accent-3{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(4, 211, 114, var(--tw-ring-opacity));
  }

  .tw .sm\:ring-accent-4{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(132, 81, 245, var(--tw-ring-opacity));
  }

  .tw .sm\:focus-within\:ring-current:focus-within{
    --tw-ring-color: currentColor;
  }

  .tw .sm\:focus-within\:ring-transparent:focus-within{
    --tw-ring-color: transparent;
  }

  .tw .sm\:focus-within\:ring-white:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 255, 255, var(--tw-ring-opacity));
  }

  .tw .sm\:focus-within\:ring-black:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(0, 0, 0, var(--tw-ring-opacity));
  }

  .tw .sm\:focus-within\:ring-gray-10:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(240, 240, 240, var(--tw-ring-opacity));
  }

  .tw .sm\:focus-within\:ring-gray-20:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(226, 226, 226, var(--tw-ring-opacity));
  }

  .tw .sm\:focus-within\:ring-gray-30:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(211, 211, 211, var(--tw-ring-opacity));
  }

  .tw .sm\:focus-within\:ring-gray-40:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(197, 197, 197, var(--tw-ring-opacity));
  }

  .tw .sm\:focus-within\:ring-gray-50:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(183, 183, 183, var(--tw-ring-opacity));
  }

  .tw .sm\:focus-within\:ring-gray-60:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(169, 169, 169, var(--tw-ring-opacity));
  }

  .tw .sm\:focus-within\:ring-gray-70:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(156, 156, 156, var(--tw-ring-opacity));
  }

  .tw .sm\:focus-within\:ring-gray-80:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(142, 142, 142, var(--tw-ring-opacity));
  }

  .tw .sm\:focus-within\:ring-gray-90:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(129, 129, 129, var(--tw-ring-opacity));
  }

  .tw .sm\:focus-within\:ring-gray-100:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(108, 109, 114, var(--tw-ring-opacity));
  }

  .tw .sm\:focus-within\:ring-gray-200:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(96, 97, 103, var(--tw-ring-opacity));
  }

  .tw .sm\:focus-within\:ring-gray-300:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(84, 86, 91, var(--tw-ring-opacity));
  }

  .tw .sm\:focus-within\:ring-gray-400:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(73, 73, 80, var(--tw-ring-opacity));
  }

  .tw .sm\:focus-within\:ring-gray-500:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(61, 61, 68, var(--tw-ring-opacity));
  }

  .tw .sm\:focus-within\:ring-gray-600:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(53, 53, 61, var(--tw-ring-opacity));
  }

  .tw .sm\:focus-within\:ring-gray-700:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(45, 45, 49, var(--tw-ring-opacity));
  }

  .tw .sm\:focus-within\:ring-gray-800:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(38, 37, 42, var(--tw-ring-opacity));
  }

  .tw .sm\:focus-within\:ring-gray-850:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(32, 32, 37, var(--tw-ring-opacity));
  }

  .tw .sm\:focus-within\:ring-gray-900:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(27, 27, 32, var(--tw-ring-opacity));
  }

  .tw .sm\:focus-within\:ring-gray-950:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(20, 20, 23, var(--tw-ring-opacity));
  }

  .tw .sm\:focus-within\:ring-brand-50:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(127, 255, 255, var(--tw-ring-opacity));
  }

  .tw .sm\:focus-within\:ring-brand-100:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(87, 226, 255, var(--tw-ring-opacity));
  }

  .tw .sm\:focus-within\:ring-brand-200:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(32, 197, 255, var(--tw-ring-opacity));
  }

  .tw .sm\:focus-within\:ring-brand-300:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(0, 167, 231, var(--tw-ring-opacity));
  }

  .tw .sm\:focus-within\:ring-brand-400:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(0, 139, 201, var(--tw-ring-opacity));
  }

  .tw .sm\:focus-within\:ring-brand-500:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(0, 112, 172, var(--tw-ring-opacity));
  }

  .tw .sm\:focus-within\:ring-brand-600:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(0, 86, 143, var(--tw-ring-opacity));
  }

  .tw .sm\:focus-within\:ring-brand-700:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(0, 62, 116, var(--tw-ring-opacity));
  }

  .tw .sm\:focus-within\:ring-brand-800:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(0, 39, 89, var(--tw-ring-opacity));
  }

  .tw .sm\:focus-within\:ring-brand-900:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(0, 18, 63, var(--tw-ring-opacity));
  }

  .tw .sm\:focus-within\:ring-brand:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(0, 190, 255, var(--tw-ring-opacity));
  }

  .tw .sm\:focus-within\:ring-brand-base:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(0, 190, 255, var(--tw-ring-opacity));
  }

  .tw .sm\:focus-within\:ring-red-50:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 202, 200, var(--tw-ring-opacity));
  }

  .tw .sm\:focus-within\:ring-red-100:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 171, 171, var(--tw-ring-opacity));
  }

  .tw .sm\:focus-within\:ring-red-200:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 142, 142, var(--tw-ring-opacity));
  }

  .tw .sm\:focus-within\:ring-red-300:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(247, 112, 115, var(--tw-ring-opacity));
  }

  .tw .sm\:focus-within\:ring-red-400:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(215, 83, 89, var(--tw-ring-opacity));
  }

  .tw .sm\:focus-within\:ring-red-500:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(182, 54, 64, var(--tw-ring-opacity));
  }

  .tw .sm\:focus-within\:ring-red-600:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(150, 18, 41, var(--tw-ring-opacity));
  }

  .tw .sm\:focus-within\:ring-red-700:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(119, 0, 19, var(--tw-ring-opacity));
  }

  .tw .sm\:focus-within\:ring-red-800:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(89, 0, 0, var(--tw-ring-opacity));
  }

  .tw .sm\:focus-within\:ring-red-900:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(65, 0, 0, var(--tw-ring-opacity));
  }

  .tw .sm\:focus-within\:ring-red:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(211, 80, 86, var(--tw-ring-opacity));
  }

  .tw .sm\:focus-within\:ring-red-brand:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 79, 79, var(--tw-ring-opacity));
  }

  .tw .sm\:focus-within\:ring-green-50:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(141, 255, 205, var(--tw-ring-opacity));
  }

  .tw .sm\:focus-within\:ring-green-100:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(109, 236, 176, var(--tw-ring-opacity));
  }

  .tw .sm\:focus-within\:ring-green-200:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(76, 206, 147, var(--tw-ring-opacity));
  }

  .tw .sm\:focus-within\:ring-green-300:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(36, 176, 119, var(--tw-ring-opacity));
  }

  .tw .sm\:focus-within\:ring-green-400:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(0, 147, 93, var(--tw-ring-opacity));
  }

  .tw .sm\:focus-within\:ring-green-500:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(0, 119, 68, var(--tw-ring-opacity));
  }

  .tw .sm\:focus-within\:ring-green-600:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(0, 91, 43, var(--tw-ring-opacity));
  }

  .tw .sm\:focus-within\:ring-green-700:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(0, 65, 21, var(--tw-ring-opacity));
  }

  .tw .sm\:focus-within\:ring-green-800:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(0, 43, 0, var(--tw-ring-opacity));
  }

  .tw .sm\:focus-within\:ring-green-900:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(0, 27, 0, var(--tw-ring-opacity));
  }

  .tw .sm\:focus-within\:ring-green:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(46, 182, 125, var(--tw-ring-opacity));
  }

  .tw .sm\:focus-within\:ring-yellow-50:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 235, 87, var(--tw-ring-opacity));
  }

  .tw .sm\:focus-within\:ring-yellow-100:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 205, 55, var(--tw-ring-opacity));
  }

  .tw .sm\:focus-within\:ring-yellow-200:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(228, 176, 9, var(--tw-ring-opacity));
  }

  .tw .sm\:focus-within\:ring-yellow-300:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(195, 148, 0, var(--tw-ring-opacity));
  }

  .tw .sm\:focus-within\:ring-yellow-400:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(163, 121, 0, var(--tw-ring-opacity));
  }

  .tw .sm\:focus-within\:ring-yellow-500:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(133, 95, 0, var(--tw-ring-opacity));
  }

  .tw .sm\:focus-within\:ring-yellow-600:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(104, 70, 0, var(--tw-ring-opacity));
  }

  .tw .sm\:focus-within\:ring-yellow-700:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(79, 46, 0, var(--tw-ring-opacity));
  }

  .tw .sm\:focus-within\:ring-yellow-800:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(61, 22, 0, var(--tw-ring-opacity));
  }

  .tw .sm\:focus-within\:ring-yellow-900:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(50, 0, 0, var(--tw-ring-opacity));
  }

  .tw .sm\:focus-within\:ring-yellow:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 199, 47, var(--tw-ring-opacity));
  }

  .tw .sm\:focus-within\:ring-purple-50:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 216, 255, var(--tw-ring-opacity));
  }

  .tw .sm\:focus-within\:ring-purple-100:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(240, 186, 255, var(--tw-ring-opacity));
  }

  .tw .sm\:focus-within\:ring-purple-200:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(208, 157, 255, var(--tw-ring-opacity));
  }

  .tw .sm\:focus-within\:ring-purple-300:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(177, 128, 255, var(--tw-ring-opacity));
  }

  .tw .sm\:focus-within\:ring-purple-400:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(146, 101, 233, var(--tw-ring-opacity));
  }

  .tw .sm\:focus-within\:ring-purple-500:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(116, 74, 203, var(--tw-ring-opacity));
  }

  .tw .sm\:focus-within\:ring-purple-600:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(85, 48, 173, var(--tw-ring-opacity));
  }

  .tw .sm\:focus-within\:ring-purple-700:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(53, 22, 144, var(--tw-ring-opacity));
  }

  .tw .sm\:focus-within\:ring-purple-800:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(9, 0, 116, var(--tw-ring-opacity));
  }

  .tw .sm\:focus-within\:ring-purple-900:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(0, 0, 89, var(--tw-ring-opacity));
  }

  .tw .sm\:focus-within\:ring-purple:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(168, 120, 255, var(--tw-ring-opacity));
  }

  .tw .sm\:focus-within\:ring-orange-50:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 210, 131, var(--tw-ring-opacity));
  }

  .tw .sm\:focus-within\:ring-orange-100:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 180, 103, var(--tw-ring-opacity));
  }

  .tw .sm\:focus-within\:ring-orange-200:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 151, 75, var(--tw-ring-opacity));
  }

  .tw .sm\:focus-within\:ring-orange-300:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(240, 122, 47, var(--tw-ring-opacity));
  }

  .tw .sm\:focus-within\:ring-orange-400:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(206, 95, 17, var(--tw-ring-opacity));
  }

  .tw .sm\:focus-within\:ring-orange-500:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(173, 68, 0, var(--tw-ring-opacity));
  }

  .tw .sm\:focus-within\:ring-orange-600:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(141, 40, 0, var(--tw-ring-opacity));
  }

  .tw .sm\:focus-within\:ring-orange-700:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(111, 6, 0, var(--tw-ring-opacity));
  }

  .tw .sm\:focus-within\:ring-orange-800:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(84, 0, 0, var(--tw-ring-opacity));
  }

  .tw .sm\:focus-within\:ring-orange-900:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(65, 0, 0, var(--tw-ring-opacity));
  }

  .tw .sm\:focus-within\:ring-orange:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(245, 127, 52, var(--tw-ring-opacity));
  }

  .tw .sm\:focus-within\:ring-surface-brand:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(26, 26, 26, var(--tw-ring-opacity));
  }

  .tw .sm\:focus-within\:ring-surface-lower:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(18, 19, 20, var(--tw-ring-opacity));
  }

  .tw .sm\:focus-within\:ring-surface-base:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(29, 30, 31, var(--tw-ring-opacity));
  }

  .tw .sm\:focus-within\:ring-surface-low:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(33, 33, 36, var(--tw-ring-opacity));
  }

  .tw .sm\:focus-within\:ring-surface-middle:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(38, 38, 42, var(--tw-ring-opacity));
  }

  .tw .sm\:focus-within\:ring-surface-upper:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(41, 41, 46, var(--tw-ring-opacity));
  }

  .tw .sm\:focus-within\:ring-surface-high:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(52, 52, 53, var(--tw-ring-opacity));
  }

  .tw .sm\:focus-within\:ring-surface-higher:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(74, 75, 75, var(--tw-ring-opacity));
  }

  .tw .sm\:focus-within\:ring-surface-highest:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(97, 97, 98, var(--tw-ring-opacity));
  }

  .tw .sm\:focus-within\:ring-glyph-base:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 255, 255, var(--tw-ring-opacity));
  }

  .tw .sm\:focus-within\:ring-glyph-light:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(194, 194, 194, var(--tw-ring-opacity));
  }

  .tw .sm\:focus-within\:ring-glyph-lighter:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(150, 150, 150, var(--tw-ring-opacity));
  }

  .tw .sm\:focus-within\:ring-glyph-lightest:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(80, 80, 80, var(--tw-ring-opacity));
  }

  .tw .sm\:focus-within\:ring-link:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(0, 190, 255, var(--tw-ring-opacity));
  }

  .tw .sm\:focus-within\:ring-info-error:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(235, 51, 65, var(--tw-ring-opacity));
  }

  .tw .sm\:focus-within\:ring-info-danger:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(247, 127, 37, var(--tw-ring-opacity));
  }

  .tw .sm\:focus-within\:ring-info-warn:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 200, 47, var(--tw-ring-opacity));
  }

  .tw .sm\:focus-within\:ring-info-ok:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(0, 151, 79, var(--tw-ring-opacity));
  }

  .tw .sm\:focus-within\:ring-info-notice:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(1, 128, 255, var(--tw-ring-opacity));
  }

  .tw .sm\:focus-within\:ring-accent-1:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 93, 105, var(--tw-ring-opacity));
  }

  .tw .sm\:focus-within\:ring-accent-2:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(7, 245, 175, var(--tw-ring-opacity));
  }

  .tw .sm\:focus-within\:ring-accent-3:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(4, 211, 114, var(--tw-ring-opacity));
  }

  .tw .sm\:focus-within\:ring-accent-4:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(132, 81, 245, var(--tw-ring-opacity));
  }

  .tw .sm\:focus\:ring-current:focus{
    --tw-ring-color: currentColor;
  }

  .tw .sm\:focus\:ring-transparent:focus{
    --tw-ring-color: transparent;
  }

  .tw .sm\:focus\:ring-white:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 255, 255, var(--tw-ring-opacity));
  }

  .tw .sm\:focus\:ring-black:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(0, 0, 0, var(--tw-ring-opacity));
  }

  .tw .sm\:focus\:ring-gray-10:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(240, 240, 240, var(--tw-ring-opacity));
  }

  .tw .sm\:focus\:ring-gray-20:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(226, 226, 226, var(--tw-ring-opacity));
  }

  .tw .sm\:focus\:ring-gray-30:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(211, 211, 211, var(--tw-ring-opacity));
  }

  .tw .sm\:focus\:ring-gray-40:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(197, 197, 197, var(--tw-ring-opacity));
  }

  .tw .sm\:focus\:ring-gray-50:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(183, 183, 183, var(--tw-ring-opacity));
  }

  .tw .sm\:focus\:ring-gray-60:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(169, 169, 169, var(--tw-ring-opacity));
  }

  .tw .sm\:focus\:ring-gray-70:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(156, 156, 156, var(--tw-ring-opacity));
  }

  .tw .sm\:focus\:ring-gray-80:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(142, 142, 142, var(--tw-ring-opacity));
  }

  .tw .sm\:focus\:ring-gray-90:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(129, 129, 129, var(--tw-ring-opacity));
  }

  .tw .sm\:focus\:ring-gray-100:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(108, 109, 114, var(--tw-ring-opacity));
  }

  .tw .sm\:focus\:ring-gray-200:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(96, 97, 103, var(--tw-ring-opacity));
  }

  .tw .sm\:focus\:ring-gray-300:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(84, 86, 91, var(--tw-ring-opacity));
  }

  .tw .sm\:focus\:ring-gray-400:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(73, 73, 80, var(--tw-ring-opacity));
  }

  .tw .sm\:focus\:ring-gray-500:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(61, 61, 68, var(--tw-ring-opacity));
  }

  .tw .sm\:focus\:ring-gray-600:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(53, 53, 61, var(--tw-ring-opacity));
  }

  .tw .sm\:focus\:ring-gray-700:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(45, 45, 49, var(--tw-ring-opacity));
  }

  .tw .sm\:focus\:ring-gray-800:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(38, 37, 42, var(--tw-ring-opacity));
  }

  .tw .sm\:focus\:ring-gray-850:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(32, 32, 37, var(--tw-ring-opacity));
  }

  .tw .sm\:focus\:ring-gray-900:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(27, 27, 32, var(--tw-ring-opacity));
  }

  .tw .sm\:focus\:ring-gray-950:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(20, 20, 23, var(--tw-ring-opacity));
  }

  .tw .sm\:focus\:ring-brand-50:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(127, 255, 255, var(--tw-ring-opacity));
  }

  .tw .sm\:focus\:ring-brand-100:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(87, 226, 255, var(--tw-ring-opacity));
  }

  .tw .sm\:focus\:ring-brand-200:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(32, 197, 255, var(--tw-ring-opacity));
  }

  .tw .sm\:focus\:ring-brand-300:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(0, 167, 231, var(--tw-ring-opacity));
  }

  .tw .sm\:focus\:ring-brand-400:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(0, 139, 201, var(--tw-ring-opacity));
  }

  .tw .sm\:focus\:ring-brand-500:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(0, 112, 172, var(--tw-ring-opacity));
  }

  .tw .sm\:focus\:ring-brand-600:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(0, 86, 143, var(--tw-ring-opacity));
  }

  .tw .sm\:focus\:ring-brand-700:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(0, 62, 116, var(--tw-ring-opacity));
  }

  .tw .sm\:focus\:ring-brand-800:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(0, 39, 89, var(--tw-ring-opacity));
  }

  .tw .sm\:focus\:ring-brand-900:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(0, 18, 63, var(--tw-ring-opacity));
  }

  .tw .sm\:focus\:ring-brand:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(0, 190, 255, var(--tw-ring-opacity));
  }

  .tw .sm\:focus\:ring-brand-base:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(0, 190, 255, var(--tw-ring-opacity));
  }

  .tw .sm\:focus\:ring-red-50:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 202, 200, var(--tw-ring-opacity));
  }

  .tw .sm\:focus\:ring-red-100:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 171, 171, var(--tw-ring-opacity));
  }

  .tw .sm\:focus\:ring-red-200:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 142, 142, var(--tw-ring-opacity));
  }

  .tw .sm\:focus\:ring-red-300:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(247, 112, 115, var(--tw-ring-opacity));
  }

  .tw .sm\:focus\:ring-red-400:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(215, 83, 89, var(--tw-ring-opacity));
  }

  .tw .sm\:focus\:ring-red-500:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(182, 54, 64, var(--tw-ring-opacity));
  }

  .tw .sm\:focus\:ring-red-600:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(150, 18, 41, var(--tw-ring-opacity));
  }

  .tw .sm\:focus\:ring-red-700:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(119, 0, 19, var(--tw-ring-opacity));
  }

  .tw .sm\:focus\:ring-red-800:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(89, 0, 0, var(--tw-ring-opacity));
  }

  .tw .sm\:focus\:ring-red-900:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(65, 0, 0, var(--tw-ring-opacity));
  }

  .tw .sm\:focus\:ring-red:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(211, 80, 86, var(--tw-ring-opacity));
  }

  .tw .sm\:focus\:ring-red-brand:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 79, 79, var(--tw-ring-opacity));
  }

  .tw .sm\:focus\:ring-green-50:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(141, 255, 205, var(--tw-ring-opacity));
  }

  .tw .sm\:focus\:ring-green-100:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(109, 236, 176, var(--tw-ring-opacity));
  }

  .tw .sm\:focus\:ring-green-200:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(76, 206, 147, var(--tw-ring-opacity));
  }

  .tw .sm\:focus\:ring-green-300:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(36, 176, 119, var(--tw-ring-opacity));
  }

  .tw .sm\:focus\:ring-green-400:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(0, 147, 93, var(--tw-ring-opacity));
  }

  .tw .sm\:focus\:ring-green-500:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(0, 119, 68, var(--tw-ring-opacity));
  }

  .tw .sm\:focus\:ring-green-600:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(0, 91, 43, var(--tw-ring-opacity));
  }

  .tw .sm\:focus\:ring-green-700:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(0, 65, 21, var(--tw-ring-opacity));
  }

  .tw .sm\:focus\:ring-green-800:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(0, 43, 0, var(--tw-ring-opacity));
  }

  .tw .sm\:focus\:ring-green-900:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(0, 27, 0, var(--tw-ring-opacity));
  }

  .tw .sm\:focus\:ring-green:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(46, 182, 125, var(--tw-ring-opacity));
  }

  .tw .sm\:focus\:ring-yellow-50:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 235, 87, var(--tw-ring-opacity));
  }

  .tw .sm\:focus\:ring-yellow-100:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 205, 55, var(--tw-ring-opacity));
  }

  .tw .sm\:focus\:ring-yellow-200:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(228, 176, 9, var(--tw-ring-opacity));
  }

  .tw .sm\:focus\:ring-yellow-300:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(195, 148, 0, var(--tw-ring-opacity));
  }

  .tw .sm\:focus\:ring-yellow-400:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(163, 121, 0, var(--tw-ring-opacity));
  }

  .tw .sm\:focus\:ring-yellow-500:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(133, 95, 0, var(--tw-ring-opacity));
  }

  .tw .sm\:focus\:ring-yellow-600:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(104, 70, 0, var(--tw-ring-opacity));
  }

  .tw .sm\:focus\:ring-yellow-700:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(79, 46, 0, var(--tw-ring-opacity));
  }

  .tw .sm\:focus\:ring-yellow-800:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(61, 22, 0, var(--tw-ring-opacity));
  }

  .tw .sm\:focus\:ring-yellow-900:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(50, 0, 0, var(--tw-ring-opacity));
  }

  .tw .sm\:focus\:ring-yellow:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 199, 47, var(--tw-ring-opacity));
  }

  .tw .sm\:focus\:ring-purple-50:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 216, 255, var(--tw-ring-opacity));
  }

  .tw .sm\:focus\:ring-purple-100:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(240, 186, 255, var(--tw-ring-opacity));
  }

  .tw .sm\:focus\:ring-purple-200:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(208, 157, 255, var(--tw-ring-opacity));
  }

  .tw .sm\:focus\:ring-purple-300:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(177, 128, 255, var(--tw-ring-opacity));
  }

  .tw .sm\:focus\:ring-purple-400:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(146, 101, 233, var(--tw-ring-opacity));
  }

  .tw .sm\:focus\:ring-purple-500:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(116, 74, 203, var(--tw-ring-opacity));
  }

  .tw .sm\:focus\:ring-purple-600:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(85, 48, 173, var(--tw-ring-opacity));
  }

  .tw .sm\:focus\:ring-purple-700:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(53, 22, 144, var(--tw-ring-opacity));
  }

  .tw .sm\:focus\:ring-purple-800:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(9, 0, 116, var(--tw-ring-opacity));
  }

  .tw .sm\:focus\:ring-purple-900:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(0, 0, 89, var(--tw-ring-opacity));
  }

  .tw .sm\:focus\:ring-purple:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(168, 120, 255, var(--tw-ring-opacity));
  }

  .tw .sm\:focus\:ring-orange-50:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 210, 131, var(--tw-ring-opacity));
  }

  .tw .sm\:focus\:ring-orange-100:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 180, 103, var(--tw-ring-opacity));
  }

  .tw .sm\:focus\:ring-orange-200:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 151, 75, var(--tw-ring-opacity));
  }

  .tw .sm\:focus\:ring-orange-300:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(240, 122, 47, var(--tw-ring-opacity));
  }

  .tw .sm\:focus\:ring-orange-400:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(206, 95, 17, var(--tw-ring-opacity));
  }

  .tw .sm\:focus\:ring-orange-500:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(173, 68, 0, var(--tw-ring-opacity));
  }

  .tw .sm\:focus\:ring-orange-600:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(141, 40, 0, var(--tw-ring-opacity));
  }

  .tw .sm\:focus\:ring-orange-700:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(111, 6, 0, var(--tw-ring-opacity));
  }

  .tw .sm\:focus\:ring-orange-800:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(84, 0, 0, var(--tw-ring-opacity));
  }

  .tw .sm\:focus\:ring-orange-900:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(65, 0, 0, var(--tw-ring-opacity));
  }

  .tw .sm\:focus\:ring-orange:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(245, 127, 52, var(--tw-ring-opacity));
  }

  .tw .sm\:focus\:ring-surface-brand:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(26, 26, 26, var(--tw-ring-opacity));
  }

  .tw .sm\:focus\:ring-surface-lower:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(18, 19, 20, var(--tw-ring-opacity));
  }

  .tw .sm\:focus\:ring-surface-base:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(29, 30, 31, var(--tw-ring-opacity));
  }

  .tw .sm\:focus\:ring-surface-low:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(33, 33, 36, var(--tw-ring-opacity));
  }

  .tw .sm\:focus\:ring-surface-middle:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(38, 38, 42, var(--tw-ring-opacity));
  }

  .tw .sm\:focus\:ring-surface-upper:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(41, 41, 46, var(--tw-ring-opacity));
  }

  .tw .sm\:focus\:ring-surface-high:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(52, 52, 53, var(--tw-ring-opacity));
  }

  .tw .sm\:focus\:ring-surface-higher:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(74, 75, 75, var(--tw-ring-opacity));
  }

  .tw .sm\:focus\:ring-surface-highest:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(97, 97, 98, var(--tw-ring-opacity));
  }

  .tw .sm\:focus\:ring-glyph-base:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 255, 255, var(--tw-ring-opacity));
  }

  .tw .sm\:focus\:ring-glyph-light:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(194, 194, 194, var(--tw-ring-opacity));
  }

  .tw .sm\:focus\:ring-glyph-lighter:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(150, 150, 150, var(--tw-ring-opacity));
  }

  .tw .sm\:focus\:ring-glyph-lightest:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(80, 80, 80, var(--tw-ring-opacity));
  }

  .tw .sm\:focus\:ring-link:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(0, 190, 255, var(--tw-ring-opacity));
  }

  .tw .sm\:focus\:ring-info-error:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(235, 51, 65, var(--tw-ring-opacity));
  }

  .tw .sm\:focus\:ring-info-danger:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(247, 127, 37, var(--tw-ring-opacity));
  }

  .tw .sm\:focus\:ring-info-warn:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 200, 47, var(--tw-ring-opacity));
  }

  .tw .sm\:focus\:ring-info-ok:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(0, 151, 79, var(--tw-ring-opacity));
  }

  .tw .sm\:focus\:ring-info-notice:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(1, 128, 255, var(--tw-ring-opacity));
  }

  .tw .sm\:focus\:ring-accent-1:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 93, 105, var(--tw-ring-opacity));
  }

  .tw .sm\:focus\:ring-accent-2:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(7, 245, 175, var(--tw-ring-opacity));
  }

  .tw .sm\:focus\:ring-accent-3:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(4, 211, 114, var(--tw-ring-opacity));
  }

  .tw .sm\:focus\:ring-accent-4:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(132, 81, 245, var(--tw-ring-opacity));
  }

  .tw .sm\:ring-opacity-0{
    --tw-ring-opacity: 0;
  }

  .tw .sm\:ring-opacity-5{
    --tw-ring-opacity: 0.05;
  }

  .tw .sm\:ring-opacity-10{
    --tw-ring-opacity: 0.1;
  }

  .tw .sm\:ring-opacity-15{
    --tw-ring-opacity: 0.15;
  }

  .tw .sm\:ring-opacity-20{
    --tw-ring-opacity: 0.2;
  }

  .tw .sm\:ring-opacity-25{
    --tw-ring-opacity: 0.25;
  }

  .tw .sm\:ring-opacity-30{
    --tw-ring-opacity: 0.3;
  }

  .tw .sm\:ring-opacity-40{
    --tw-ring-opacity: 0.4;
  }

  .tw .sm\:ring-opacity-50{
    --tw-ring-opacity: 0.5;
  }

  .tw .sm\:ring-opacity-60{
    --tw-ring-opacity: 0.6;
  }

  .tw .sm\:ring-opacity-70{
    --tw-ring-opacity: 0.7;
  }

  .tw .sm\:ring-opacity-75{
    --tw-ring-opacity: 0.75;
  }

  .tw .sm\:ring-opacity-80{
    --tw-ring-opacity: 0.8;
  }

  .tw .sm\:ring-opacity-90{
    --tw-ring-opacity: 0.9;
  }

  .tw .sm\:ring-opacity-95{
    --tw-ring-opacity: 0.95;
  }

  .tw .sm\:ring-opacity-100{
    --tw-ring-opacity: 1;
  }

  .tw .sm\:focus-within\:ring-opacity-0:focus-within{
    --tw-ring-opacity: 0;
  }

  .tw .sm\:focus-within\:ring-opacity-5:focus-within{
    --tw-ring-opacity: 0.05;
  }

  .tw .sm\:focus-within\:ring-opacity-10:focus-within{
    --tw-ring-opacity: 0.1;
  }

  .tw .sm\:focus-within\:ring-opacity-15:focus-within{
    --tw-ring-opacity: 0.15;
  }

  .tw .sm\:focus-within\:ring-opacity-20:focus-within{
    --tw-ring-opacity: 0.2;
  }

  .tw .sm\:focus-within\:ring-opacity-25:focus-within{
    --tw-ring-opacity: 0.25;
  }

  .tw .sm\:focus-within\:ring-opacity-30:focus-within{
    --tw-ring-opacity: 0.3;
  }

  .tw .sm\:focus-within\:ring-opacity-40:focus-within{
    --tw-ring-opacity: 0.4;
  }

  .tw .sm\:focus-within\:ring-opacity-50:focus-within{
    --tw-ring-opacity: 0.5;
  }

  .tw .sm\:focus-within\:ring-opacity-60:focus-within{
    --tw-ring-opacity: 0.6;
  }

  .tw .sm\:focus-within\:ring-opacity-70:focus-within{
    --tw-ring-opacity: 0.7;
  }

  .tw .sm\:focus-within\:ring-opacity-75:focus-within{
    --tw-ring-opacity: 0.75;
  }

  .tw .sm\:focus-within\:ring-opacity-80:focus-within{
    --tw-ring-opacity: 0.8;
  }

  .tw .sm\:focus-within\:ring-opacity-90:focus-within{
    --tw-ring-opacity: 0.9;
  }

  .tw .sm\:focus-within\:ring-opacity-95:focus-within{
    --tw-ring-opacity: 0.95;
  }

  .tw .sm\:focus-within\:ring-opacity-100:focus-within{
    --tw-ring-opacity: 1;
  }

  .tw .sm\:focus\:ring-opacity-0:focus{
    --tw-ring-opacity: 0;
  }

  .tw .sm\:focus\:ring-opacity-5:focus{
    --tw-ring-opacity: 0.05;
  }

  .tw .sm\:focus\:ring-opacity-10:focus{
    --tw-ring-opacity: 0.1;
  }

  .tw .sm\:focus\:ring-opacity-15:focus{
    --tw-ring-opacity: 0.15;
  }

  .tw .sm\:focus\:ring-opacity-20:focus{
    --tw-ring-opacity: 0.2;
  }

  .tw .sm\:focus\:ring-opacity-25:focus{
    --tw-ring-opacity: 0.25;
  }

  .tw .sm\:focus\:ring-opacity-30:focus{
    --tw-ring-opacity: 0.3;
  }

  .tw .sm\:focus\:ring-opacity-40:focus{
    --tw-ring-opacity: 0.4;
  }

  .tw .sm\:focus\:ring-opacity-50:focus{
    --tw-ring-opacity: 0.5;
  }

  .tw .sm\:focus\:ring-opacity-60:focus{
    --tw-ring-opacity: 0.6;
  }

  .tw .sm\:focus\:ring-opacity-70:focus{
    --tw-ring-opacity: 0.7;
  }

  .tw .sm\:focus\:ring-opacity-75:focus{
    --tw-ring-opacity: 0.75;
  }

  .tw .sm\:focus\:ring-opacity-80:focus{
    --tw-ring-opacity: 0.8;
  }

  .tw .sm\:focus\:ring-opacity-90:focus{
    --tw-ring-opacity: 0.9;
  }

  .tw .sm\:focus\:ring-opacity-95:focus{
    --tw-ring-opacity: 0.95;
  }

  .tw .sm\:focus\:ring-opacity-100:focus{
    --tw-ring-opacity: 1;
  }

  .tw .sm\:ring-offset-0{
    --tw-ring-offset-width: 0px;
  }

  .tw .sm\:ring-offset-1{
    --tw-ring-offset-width: 1px;
  }

  .tw .sm\:ring-offset-2{
    --tw-ring-offset-width: 2px;
  }

  .tw .sm\:ring-offset-4{
    --tw-ring-offset-width: 4px;
  }

  .tw .sm\:ring-offset-8{
    --tw-ring-offset-width: 8px;
  }

  .tw .sm\:focus-within\:ring-offset-0:focus-within{
    --tw-ring-offset-width: 0px;
  }

  .tw .sm\:focus-within\:ring-offset-1:focus-within{
    --tw-ring-offset-width: 1px;
  }

  .tw .sm\:focus-within\:ring-offset-2:focus-within{
    --tw-ring-offset-width: 2px;
  }

  .tw .sm\:focus-within\:ring-offset-4:focus-within{
    --tw-ring-offset-width: 4px;
  }

  .tw .sm\:focus-within\:ring-offset-8:focus-within{
    --tw-ring-offset-width: 8px;
  }

  .tw .sm\:focus\:ring-offset-0:focus{
    --tw-ring-offset-width: 0px;
  }

  .tw .sm\:focus\:ring-offset-1:focus{
    --tw-ring-offset-width: 1px;
  }

  .tw .sm\:focus\:ring-offset-2:focus{
    --tw-ring-offset-width: 2px;
  }

  .tw .sm\:focus\:ring-offset-4:focus{
    --tw-ring-offset-width: 4px;
  }

  .tw .sm\:focus\:ring-offset-8:focus{
    --tw-ring-offset-width: 8px;
  }

  .tw .sm\:ring-offset-current{
    --tw-ring-offset-color: currentColor;
  }

  .tw .sm\:ring-offset-transparent{
    --tw-ring-offset-color: transparent;
  }

  .tw .sm\:ring-offset-white{
    --tw-ring-offset-color: #FFFFFF;
  }

  .tw .sm\:ring-offset-black{
    --tw-ring-offset-color: #000000;
  }

  .tw .sm\:ring-offset-gray-10{
    --tw-ring-offset-color: #F0F0F0;
  }

  .tw .sm\:ring-offset-gray-20{
    --tw-ring-offset-color: #E2E2E2;
  }

  .tw .sm\:ring-offset-gray-30{
    --tw-ring-offset-color: #D3D3D3;
  }

  .tw .sm\:ring-offset-gray-40{
    --tw-ring-offset-color: #C5C5C5;
  }

  .tw .sm\:ring-offset-gray-50{
    --tw-ring-offset-color: #B7B7B7;
  }

  .tw .sm\:ring-offset-gray-60{
    --tw-ring-offset-color: #A9A9A9;
  }

  .tw .sm\:ring-offset-gray-70{
    --tw-ring-offset-color: #9C9C9C;
  }

  .tw .sm\:ring-offset-gray-80{
    --tw-ring-offset-color: #8E8E8E;
  }

  .tw .sm\:ring-offset-gray-90{
    --tw-ring-offset-color: #818181;
  }

  .tw .sm\:ring-offset-gray-100{
    --tw-ring-offset-color: #6C6D72;
  }

  .tw .sm\:ring-offset-gray-200{
    --tw-ring-offset-color: #606167;
  }

  .tw .sm\:ring-offset-gray-300{
    --tw-ring-offset-color: #54565B;
  }

  .tw .sm\:ring-offset-gray-400{
    --tw-ring-offset-color: #494950;
  }

  .tw .sm\:ring-offset-gray-500{
    --tw-ring-offset-color: #3D3D44;
  }

  .tw .sm\:ring-offset-gray-600{
    --tw-ring-offset-color: #35353D;
  }

  .tw .sm\:ring-offset-gray-700{
    --tw-ring-offset-color: #2D2D31;
  }

  .tw .sm\:ring-offset-gray-800{
    --tw-ring-offset-color: #26252A;
  }

  .tw .sm\:ring-offset-gray-850{
    --tw-ring-offset-color: #202025;
  }

  .tw .sm\:ring-offset-gray-900{
    --tw-ring-offset-color: #1B1B20;
  }

  .tw .sm\:ring-offset-gray-950{
    --tw-ring-offset-color: #141417;
  }

  .tw .sm\:ring-offset-brand-50{
    --tw-ring-offset-color: #7FFFFF;
  }

  .tw .sm\:ring-offset-brand-100{
    --tw-ring-offset-color: #57E2FF;
  }

  .tw .sm\:ring-offset-brand-200{
    --tw-ring-offset-color: #20C5FF;
  }

  .tw .sm\:ring-offset-brand-300{
    --tw-ring-offset-color: #00A7E7;
  }

  .tw .sm\:ring-offset-brand-400{
    --tw-ring-offset-color: #008BC9;
  }

  .tw .sm\:ring-offset-brand-500{
    --tw-ring-offset-color: #0070AC;
  }

  .tw .sm\:ring-offset-brand-600{
    --tw-ring-offset-color: #00568F;
  }

  .tw .sm\:ring-offset-brand-700{
    --tw-ring-offset-color: #003E74;
  }

  .tw .sm\:ring-offset-brand-800{
    --tw-ring-offset-color: #002759;
  }

  .tw .sm\:ring-offset-brand-900{
    --tw-ring-offset-color: #00123F;
  }

  .tw .sm\:ring-offset-brand{
    --tw-ring-offset-color: #00BEFF;
  }

  .tw .sm\:ring-offset-brand-base{
    --tw-ring-offset-color: #00BEFF;
  }

  .tw .sm\:ring-offset-red-50{
    --tw-ring-offset-color: #FFCAC8;
  }

  .tw .sm\:ring-offset-red-100{
    --tw-ring-offset-color: #FFABAB;
  }

  .tw .sm\:ring-offset-red-200{
    --tw-ring-offset-color: #FF8E8E;
  }

  .tw .sm\:ring-offset-red-300{
    --tw-ring-offset-color: #F77073;
  }

  .tw .sm\:ring-offset-red-400{
    --tw-ring-offset-color: #D75359;
  }

  .tw .sm\:ring-offset-red-500{
    --tw-ring-offset-color: #B63640;
  }

  .tw .sm\:ring-offset-red-600{
    --tw-ring-offset-color: #961229;
  }

  .tw .sm\:ring-offset-red-700{
    --tw-ring-offset-color: #770013;
  }

  .tw .sm\:ring-offset-red-800{
    --tw-ring-offset-color: #590000;
  }

  .tw .sm\:ring-offset-red-900{
    --tw-ring-offset-color: #410000;
  }

  .tw .sm\:ring-offset-red{
    --tw-ring-offset-color: #D35056;
  }

  .tw .sm\:ring-offset-red-brand{
    --tw-ring-offset-color: #FF4F4F;
  }

  .tw .sm\:ring-offset-green-50{
    --tw-ring-offset-color: #8DFFCD;
  }

  .tw .sm\:ring-offset-green-100{
    --tw-ring-offset-color: #6DECB0;
  }

  .tw .sm\:ring-offset-green-200{
    --tw-ring-offset-color: #4CCE93;
  }

  .tw .sm\:ring-offset-green-300{
    --tw-ring-offset-color: #24B077;
  }

  .tw .sm\:ring-offset-green-400{
    --tw-ring-offset-color: #00935D;
  }

  .tw .sm\:ring-offset-green-500{
    --tw-ring-offset-color: #007744;
  }

  .tw .sm\:ring-offset-green-600{
    --tw-ring-offset-color: #005B2B;
  }

  .tw .sm\:ring-offset-green-700{
    --tw-ring-offset-color: #004115;
  }

  .tw .sm\:ring-offset-green-800{
    --tw-ring-offset-color: #002B00;
  }

  .tw .sm\:ring-offset-green-900{
    --tw-ring-offset-color: #001B00;
  }

  .tw .sm\:ring-offset-green{
    --tw-ring-offset-color: #2EB67D;
  }

  .tw .sm\:ring-offset-yellow-50{
    --tw-ring-offset-color: #FFEB57;
  }

  .tw .sm\:ring-offset-yellow-100{
    --tw-ring-offset-color: #FFCD37;
  }

  .tw .sm\:ring-offset-yellow-200{
    --tw-ring-offset-color: #E4B009;
  }

  .tw .sm\:ring-offset-yellow-300{
    --tw-ring-offset-color: #C39400;
  }

  .tw .sm\:ring-offset-yellow-400{
    --tw-ring-offset-color: #A37900;
  }

  .tw .sm\:ring-offset-yellow-500{
    --tw-ring-offset-color: #855F00;
  }

  .tw .sm\:ring-offset-yellow-600{
    --tw-ring-offset-color: #684600;
  }

  .tw .sm\:ring-offset-yellow-700{
    --tw-ring-offset-color: #4F2E00;
  }

  .tw .sm\:ring-offset-yellow-800{
    --tw-ring-offset-color: #3D1600;
  }

  .tw .sm\:ring-offset-yellow-900{
    --tw-ring-offset-color: #320000;
  }

  .tw .sm\:ring-offset-yellow{
    --tw-ring-offset-color: #FEC72F;
  }

  .tw .sm\:ring-offset-purple-50{
    --tw-ring-offset-color: #FFD8FF;
  }

  .tw .sm\:ring-offset-purple-100{
    --tw-ring-offset-color: #F0BAFF;
  }

  .tw .sm\:ring-offset-purple-200{
    --tw-ring-offset-color: #D09DFF;
  }

  .tw .sm\:ring-offset-purple-300{
    --tw-ring-offset-color: #B180FF;
  }

  .tw .sm\:ring-offset-purple-400{
    --tw-ring-offset-color: #9265E9;
  }

  .tw .sm\:ring-offset-purple-500{
    --tw-ring-offset-color: #744ACB;
  }

  .tw .sm\:ring-offset-purple-600{
    --tw-ring-offset-color: #5530AD;
  }

  .tw .sm\:ring-offset-purple-700{
    --tw-ring-offset-color: #351690;
  }

  .tw .sm\:ring-offset-purple-800{
    --tw-ring-offset-color: #090074;
  }

  .tw .sm\:ring-offset-purple-900{
    --tw-ring-offset-color: #000059;
  }

  .tw .sm\:ring-offset-purple{
    --tw-ring-offset-color: #A878FF;
  }

  .tw .sm\:ring-offset-orange-50{
    --tw-ring-offset-color: #FFD283;
  }

  .tw .sm\:ring-offset-orange-100{
    --tw-ring-offset-color: #FFB467;
  }

  .tw .sm\:ring-offset-orange-200{
    --tw-ring-offset-color: #FF974B;
  }

  .tw .sm\:ring-offset-orange-300{
    --tw-ring-offset-color: #F07A2F;
  }

  .tw .sm\:ring-offset-orange-400{
    --tw-ring-offset-color: #CE5F11;
  }

  .tw .sm\:ring-offset-orange-500{
    --tw-ring-offset-color: #AD4400;
  }

  .tw .sm\:ring-offset-orange-600{
    --tw-ring-offset-color: #8D2800;
  }

  .tw .sm\:ring-offset-orange-700{
    --tw-ring-offset-color: #6F0600;
  }

  .tw .sm\:ring-offset-orange-800{
    --tw-ring-offset-color: #540000;
  }

  .tw .sm\:ring-offset-orange-900{
    --tw-ring-offset-color: #410000;
  }

  .tw .sm\:ring-offset-orange{
    --tw-ring-offset-color: #F57F34;
  }

  .tw .sm\:ring-offset-surface-brand{
    --tw-ring-offset-color: #1A1A1A;
  }

  .tw .sm\:ring-offset-surface-lower{
    --tw-ring-offset-color: #121314;
  }

  .tw .sm\:ring-offset-surface-base{
    --tw-ring-offset-color: #1D1E1F;
  }

  .tw .sm\:ring-offset-surface-low{
    --tw-ring-offset-color: #212124;
  }

  .tw .sm\:ring-offset-surface-middle{
    --tw-ring-offset-color: #26262A;
  }

  .tw .sm\:ring-offset-surface-upper{
    --tw-ring-offset-color: #29292E;
  }

  .tw .sm\:ring-offset-surface-high{
    --tw-ring-offset-color: #343435;
  }

  .tw .sm\:ring-offset-surface-higher{
    --tw-ring-offset-color: #4A4B4B;
  }

  .tw .sm\:ring-offset-surface-highest{
    --tw-ring-offset-color: #616162;
  }

  .tw .sm\:ring-offset-glyph-base{
    --tw-ring-offset-color: #FFFFFF;
  }

  .tw .sm\:ring-offset-glyph-light{
    --tw-ring-offset-color: #C2C2C2;
  }

  .tw .sm\:ring-offset-glyph-lighter{
    --tw-ring-offset-color: #969696;
  }

  .tw .sm\:ring-offset-glyph-lightest{
    --tw-ring-offset-color: #505050;
  }

  .tw .sm\:ring-offset-link{
    --tw-ring-offset-color: #00BEFF;
  }

  .tw .sm\:ring-offset-info-error{
    --tw-ring-offset-color: #eb3341;
  }

  .tw .sm\:ring-offset-info-danger{
    --tw-ring-offset-color: #F77F25;
  }

  .tw .sm\:ring-offset-info-warn{
    --tw-ring-offset-color: #FFC82F;
  }

  .tw .sm\:ring-offset-info-ok{
    --tw-ring-offset-color: #00974F;
  }

  .tw .sm\:ring-offset-info-notice{
    --tw-ring-offset-color: #0180FF;
  }

  .tw .sm\:ring-offset-accent-1{
    --tw-ring-offset-color: #FF5D69;
  }

  .tw .sm\:ring-offset-accent-2{
    --tw-ring-offset-color: #07F5AF;
  }

  .tw .sm\:ring-offset-accent-3{
    --tw-ring-offset-color: #04D372;
  }

  .tw .sm\:ring-offset-accent-4{
    --tw-ring-offset-color: #8451F5;
  }

  .tw .sm\:focus-within\:ring-offset-current:focus-within{
    --tw-ring-offset-color: currentColor;
  }

  .tw .sm\:focus-within\:ring-offset-transparent:focus-within{
    --tw-ring-offset-color: transparent;
  }

  .tw .sm\:focus-within\:ring-offset-white:focus-within{
    --tw-ring-offset-color: #FFFFFF;
  }

  .tw .sm\:focus-within\:ring-offset-black:focus-within{
    --tw-ring-offset-color: #000000;
  }

  .tw .sm\:focus-within\:ring-offset-gray-10:focus-within{
    --tw-ring-offset-color: #F0F0F0;
  }

  .tw .sm\:focus-within\:ring-offset-gray-20:focus-within{
    --tw-ring-offset-color: #E2E2E2;
  }

  .tw .sm\:focus-within\:ring-offset-gray-30:focus-within{
    --tw-ring-offset-color: #D3D3D3;
  }

  .tw .sm\:focus-within\:ring-offset-gray-40:focus-within{
    --tw-ring-offset-color: #C5C5C5;
  }

  .tw .sm\:focus-within\:ring-offset-gray-50:focus-within{
    --tw-ring-offset-color: #B7B7B7;
  }

  .tw .sm\:focus-within\:ring-offset-gray-60:focus-within{
    --tw-ring-offset-color: #A9A9A9;
  }

  .tw .sm\:focus-within\:ring-offset-gray-70:focus-within{
    --tw-ring-offset-color: #9C9C9C;
  }

  .tw .sm\:focus-within\:ring-offset-gray-80:focus-within{
    --tw-ring-offset-color: #8E8E8E;
  }

  .tw .sm\:focus-within\:ring-offset-gray-90:focus-within{
    --tw-ring-offset-color: #818181;
  }

  .tw .sm\:focus-within\:ring-offset-gray-100:focus-within{
    --tw-ring-offset-color: #6C6D72;
  }

  .tw .sm\:focus-within\:ring-offset-gray-200:focus-within{
    --tw-ring-offset-color: #606167;
  }

  .tw .sm\:focus-within\:ring-offset-gray-300:focus-within{
    --tw-ring-offset-color: #54565B;
  }

  .tw .sm\:focus-within\:ring-offset-gray-400:focus-within{
    --tw-ring-offset-color: #494950;
  }

  .tw .sm\:focus-within\:ring-offset-gray-500:focus-within{
    --tw-ring-offset-color: #3D3D44;
  }

  .tw .sm\:focus-within\:ring-offset-gray-600:focus-within{
    --tw-ring-offset-color: #35353D;
  }

  .tw .sm\:focus-within\:ring-offset-gray-700:focus-within{
    --tw-ring-offset-color: #2D2D31;
  }

  .tw .sm\:focus-within\:ring-offset-gray-800:focus-within{
    --tw-ring-offset-color: #26252A;
  }

  .tw .sm\:focus-within\:ring-offset-gray-850:focus-within{
    --tw-ring-offset-color: #202025;
  }

  .tw .sm\:focus-within\:ring-offset-gray-900:focus-within{
    --tw-ring-offset-color: #1B1B20;
  }

  .tw .sm\:focus-within\:ring-offset-gray-950:focus-within{
    --tw-ring-offset-color: #141417;
  }

  .tw .sm\:focus-within\:ring-offset-brand-50:focus-within{
    --tw-ring-offset-color: #7FFFFF;
  }

  .tw .sm\:focus-within\:ring-offset-brand-100:focus-within{
    --tw-ring-offset-color: #57E2FF;
  }

  .tw .sm\:focus-within\:ring-offset-brand-200:focus-within{
    --tw-ring-offset-color: #20C5FF;
  }

  .tw .sm\:focus-within\:ring-offset-brand-300:focus-within{
    --tw-ring-offset-color: #00A7E7;
  }

  .tw .sm\:focus-within\:ring-offset-brand-400:focus-within{
    --tw-ring-offset-color: #008BC9;
  }

  .tw .sm\:focus-within\:ring-offset-brand-500:focus-within{
    --tw-ring-offset-color: #0070AC;
  }

  .tw .sm\:focus-within\:ring-offset-brand-600:focus-within{
    --tw-ring-offset-color: #00568F;
  }

  .tw .sm\:focus-within\:ring-offset-brand-700:focus-within{
    --tw-ring-offset-color: #003E74;
  }

  .tw .sm\:focus-within\:ring-offset-brand-800:focus-within{
    --tw-ring-offset-color: #002759;
  }

  .tw .sm\:focus-within\:ring-offset-brand-900:focus-within{
    --tw-ring-offset-color: #00123F;
  }

  .tw .sm\:focus-within\:ring-offset-brand:focus-within{
    --tw-ring-offset-color: #00BEFF;
  }

  .tw .sm\:focus-within\:ring-offset-brand-base:focus-within{
    --tw-ring-offset-color: #00BEFF;
  }

  .tw .sm\:focus-within\:ring-offset-red-50:focus-within{
    --tw-ring-offset-color: #FFCAC8;
  }

  .tw .sm\:focus-within\:ring-offset-red-100:focus-within{
    --tw-ring-offset-color: #FFABAB;
  }

  .tw .sm\:focus-within\:ring-offset-red-200:focus-within{
    --tw-ring-offset-color: #FF8E8E;
  }

  .tw .sm\:focus-within\:ring-offset-red-300:focus-within{
    --tw-ring-offset-color: #F77073;
  }

  .tw .sm\:focus-within\:ring-offset-red-400:focus-within{
    --tw-ring-offset-color: #D75359;
  }

  .tw .sm\:focus-within\:ring-offset-red-500:focus-within{
    --tw-ring-offset-color: #B63640;
  }

  .tw .sm\:focus-within\:ring-offset-red-600:focus-within{
    --tw-ring-offset-color: #961229;
  }

  .tw .sm\:focus-within\:ring-offset-red-700:focus-within{
    --tw-ring-offset-color: #770013;
  }

  .tw .sm\:focus-within\:ring-offset-red-800:focus-within{
    --tw-ring-offset-color: #590000;
  }

  .tw .sm\:focus-within\:ring-offset-red-900:focus-within{
    --tw-ring-offset-color: #410000;
  }

  .tw .sm\:focus-within\:ring-offset-red:focus-within{
    --tw-ring-offset-color: #D35056;
  }

  .tw .sm\:focus-within\:ring-offset-red-brand:focus-within{
    --tw-ring-offset-color: #FF4F4F;
  }

  .tw .sm\:focus-within\:ring-offset-green-50:focus-within{
    --tw-ring-offset-color: #8DFFCD;
  }

  .tw .sm\:focus-within\:ring-offset-green-100:focus-within{
    --tw-ring-offset-color: #6DECB0;
  }

  .tw .sm\:focus-within\:ring-offset-green-200:focus-within{
    --tw-ring-offset-color: #4CCE93;
  }

  .tw .sm\:focus-within\:ring-offset-green-300:focus-within{
    --tw-ring-offset-color: #24B077;
  }

  .tw .sm\:focus-within\:ring-offset-green-400:focus-within{
    --tw-ring-offset-color: #00935D;
  }

  .tw .sm\:focus-within\:ring-offset-green-500:focus-within{
    --tw-ring-offset-color: #007744;
  }

  .tw .sm\:focus-within\:ring-offset-green-600:focus-within{
    --tw-ring-offset-color: #005B2B;
  }

  .tw .sm\:focus-within\:ring-offset-green-700:focus-within{
    --tw-ring-offset-color: #004115;
  }

  .tw .sm\:focus-within\:ring-offset-green-800:focus-within{
    --tw-ring-offset-color: #002B00;
  }

  .tw .sm\:focus-within\:ring-offset-green-900:focus-within{
    --tw-ring-offset-color: #001B00;
  }

  .tw .sm\:focus-within\:ring-offset-green:focus-within{
    --tw-ring-offset-color: #2EB67D;
  }

  .tw .sm\:focus-within\:ring-offset-yellow-50:focus-within{
    --tw-ring-offset-color: #FFEB57;
  }

  .tw .sm\:focus-within\:ring-offset-yellow-100:focus-within{
    --tw-ring-offset-color: #FFCD37;
  }

  .tw .sm\:focus-within\:ring-offset-yellow-200:focus-within{
    --tw-ring-offset-color: #E4B009;
  }

  .tw .sm\:focus-within\:ring-offset-yellow-300:focus-within{
    --tw-ring-offset-color: #C39400;
  }

  .tw .sm\:focus-within\:ring-offset-yellow-400:focus-within{
    --tw-ring-offset-color: #A37900;
  }

  .tw .sm\:focus-within\:ring-offset-yellow-500:focus-within{
    --tw-ring-offset-color: #855F00;
  }

  .tw .sm\:focus-within\:ring-offset-yellow-600:focus-within{
    --tw-ring-offset-color: #684600;
  }

  .tw .sm\:focus-within\:ring-offset-yellow-700:focus-within{
    --tw-ring-offset-color: #4F2E00;
  }

  .tw .sm\:focus-within\:ring-offset-yellow-800:focus-within{
    --tw-ring-offset-color: #3D1600;
  }

  .tw .sm\:focus-within\:ring-offset-yellow-900:focus-within{
    --tw-ring-offset-color: #320000;
  }

  .tw .sm\:focus-within\:ring-offset-yellow:focus-within{
    --tw-ring-offset-color: #FEC72F;
  }

  .tw .sm\:focus-within\:ring-offset-purple-50:focus-within{
    --tw-ring-offset-color: #FFD8FF;
  }

  .tw .sm\:focus-within\:ring-offset-purple-100:focus-within{
    --tw-ring-offset-color: #F0BAFF;
  }

  .tw .sm\:focus-within\:ring-offset-purple-200:focus-within{
    --tw-ring-offset-color: #D09DFF;
  }

  .tw .sm\:focus-within\:ring-offset-purple-300:focus-within{
    --tw-ring-offset-color: #B180FF;
  }

  .tw .sm\:focus-within\:ring-offset-purple-400:focus-within{
    --tw-ring-offset-color: #9265E9;
  }

  .tw .sm\:focus-within\:ring-offset-purple-500:focus-within{
    --tw-ring-offset-color: #744ACB;
  }

  .tw .sm\:focus-within\:ring-offset-purple-600:focus-within{
    --tw-ring-offset-color: #5530AD;
  }

  .tw .sm\:focus-within\:ring-offset-purple-700:focus-within{
    --tw-ring-offset-color: #351690;
  }

  .tw .sm\:focus-within\:ring-offset-purple-800:focus-within{
    --tw-ring-offset-color: #090074;
  }

  .tw .sm\:focus-within\:ring-offset-purple-900:focus-within{
    --tw-ring-offset-color: #000059;
  }

  .tw .sm\:focus-within\:ring-offset-purple:focus-within{
    --tw-ring-offset-color: #A878FF;
  }

  .tw .sm\:focus-within\:ring-offset-orange-50:focus-within{
    --tw-ring-offset-color: #FFD283;
  }

  .tw .sm\:focus-within\:ring-offset-orange-100:focus-within{
    --tw-ring-offset-color: #FFB467;
  }

  .tw .sm\:focus-within\:ring-offset-orange-200:focus-within{
    --tw-ring-offset-color: #FF974B;
  }

  .tw .sm\:focus-within\:ring-offset-orange-300:focus-within{
    --tw-ring-offset-color: #F07A2F;
  }

  .tw .sm\:focus-within\:ring-offset-orange-400:focus-within{
    --tw-ring-offset-color: #CE5F11;
  }

  .tw .sm\:focus-within\:ring-offset-orange-500:focus-within{
    --tw-ring-offset-color: #AD4400;
  }

  .tw .sm\:focus-within\:ring-offset-orange-600:focus-within{
    --tw-ring-offset-color: #8D2800;
  }

  .tw .sm\:focus-within\:ring-offset-orange-700:focus-within{
    --tw-ring-offset-color: #6F0600;
  }

  .tw .sm\:focus-within\:ring-offset-orange-800:focus-within{
    --tw-ring-offset-color: #540000;
  }

  .tw .sm\:focus-within\:ring-offset-orange-900:focus-within{
    --tw-ring-offset-color: #410000;
  }

  .tw .sm\:focus-within\:ring-offset-orange:focus-within{
    --tw-ring-offset-color: #F57F34;
  }

  .tw .sm\:focus-within\:ring-offset-surface-brand:focus-within{
    --tw-ring-offset-color: #1A1A1A;
  }

  .tw .sm\:focus-within\:ring-offset-surface-lower:focus-within{
    --tw-ring-offset-color: #121314;
  }

  .tw .sm\:focus-within\:ring-offset-surface-base:focus-within{
    --tw-ring-offset-color: #1D1E1F;
  }

  .tw .sm\:focus-within\:ring-offset-surface-low:focus-within{
    --tw-ring-offset-color: #212124;
  }

  .tw .sm\:focus-within\:ring-offset-surface-middle:focus-within{
    --tw-ring-offset-color: #26262A;
  }

  .tw .sm\:focus-within\:ring-offset-surface-upper:focus-within{
    --tw-ring-offset-color: #29292E;
  }

  .tw .sm\:focus-within\:ring-offset-surface-high:focus-within{
    --tw-ring-offset-color: #343435;
  }

  .tw .sm\:focus-within\:ring-offset-surface-higher:focus-within{
    --tw-ring-offset-color: #4A4B4B;
  }

  .tw .sm\:focus-within\:ring-offset-surface-highest:focus-within{
    --tw-ring-offset-color: #616162;
  }

  .tw .sm\:focus-within\:ring-offset-glyph-base:focus-within{
    --tw-ring-offset-color: #FFFFFF;
  }

  .tw .sm\:focus-within\:ring-offset-glyph-light:focus-within{
    --tw-ring-offset-color: #C2C2C2;
  }

  .tw .sm\:focus-within\:ring-offset-glyph-lighter:focus-within{
    --tw-ring-offset-color: #969696;
  }

  .tw .sm\:focus-within\:ring-offset-glyph-lightest:focus-within{
    --tw-ring-offset-color: #505050;
  }

  .tw .sm\:focus-within\:ring-offset-link:focus-within{
    --tw-ring-offset-color: #00BEFF;
  }

  .tw .sm\:focus-within\:ring-offset-info-error:focus-within{
    --tw-ring-offset-color: #eb3341;
  }

  .tw .sm\:focus-within\:ring-offset-info-danger:focus-within{
    --tw-ring-offset-color: #F77F25;
  }

  .tw .sm\:focus-within\:ring-offset-info-warn:focus-within{
    --tw-ring-offset-color: #FFC82F;
  }

  .tw .sm\:focus-within\:ring-offset-info-ok:focus-within{
    --tw-ring-offset-color: #00974F;
  }

  .tw .sm\:focus-within\:ring-offset-info-notice:focus-within{
    --tw-ring-offset-color: #0180FF;
  }

  .tw .sm\:focus-within\:ring-offset-accent-1:focus-within{
    --tw-ring-offset-color: #FF5D69;
  }

  .tw .sm\:focus-within\:ring-offset-accent-2:focus-within{
    --tw-ring-offset-color: #07F5AF;
  }

  .tw .sm\:focus-within\:ring-offset-accent-3:focus-within{
    --tw-ring-offset-color: #04D372;
  }

  .tw .sm\:focus-within\:ring-offset-accent-4:focus-within{
    --tw-ring-offset-color: #8451F5;
  }

  .tw .sm\:focus\:ring-offset-current:focus{
    --tw-ring-offset-color: currentColor;
  }

  .tw .sm\:focus\:ring-offset-transparent:focus{
    --tw-ring-offset-color: transparent;
  }

  .tw .sm\:focus\:ring-offset-white:focus{
    --tw-ring-offset-color: #FFFFFF;
  }

  .tw .sm\:focus\:ring-offset-black:focus{
    --tw-ring-offset-color: #000000;
  }

  .tw .sm\:focus\:ring-offset-gray-10:focus{
    --tw-ring-offset-color: #F0F0F0;
  }

  .tw .sm\:focus\:ring-offset-gray-20:focus{
    --tw-ring-offset-color: #E2E2E2;
  }

  .tw .sm\:focus\:ring-offset-gray-30:focus{
    --tw-ring-offset-color: #D3D3D3;
  }

  .tw .sm\:focus\:ring-offset-gray-40:focus{
    --tw-ring-offset-color: #C5C5C5;
  }

  .tw .sm\:focus\:ring-offset-gray-50:focus{
    --tw-ring-offset-color: #B7B7B7;
  }

  .tw .sm\:focus\:ring-offset-gray-60:focus{
    --tw-ring-offset-color: #A9A9A9;
  }

  .tw .sm\:focus\:ring-offset-gray-70:focus{
    --tw-ring-offset-color: #9C9C9C;
  }

  .tw .sm\:focus\:ring-offset-gray-80:focus{
    --tw-ring-offset-color: #8E8E8E;
  }

  .tw .sm\:focus\:ring-offset-gray-90:focus{
    --tw-ring-offset-color: #818181;
  }

  .tw .sm\:focus\:ring-offset-gray-100:focus{
    --tw-ring-offset-color: #6C6D72;
  }

  .tw .sm\:focus\:ring-offset-gray-200:focus{
    --tw-ring-offset-color: #606167;
  }

  .tw .sm\:focus\:ring-offset-gray-300:focus{
    --tw-ring-offset-color: #54565B;
  }

  .tw .sm\:focus\:ring-offset-gray-400:focus{
    --tw-ring-offset-color: #494950;
  }

  .tw .sm\:focus\:ring-offset-gray-500:focus{
    --tw-ring-offset-color: #3D3D44;
  }

  .tw .sm\:focus\:ring-offset-gray-600:focus{
    --tw-ring-offset-color: #35353D;
  }

  .tw .sm\:focus\:ring-offset-gray-700:focus{
    --tw-ring-offset-color: #2D2D31;
  }

  .tw .sm\:focus\:ring-offset-gray-800:focus{
    --tw-ring-offset-color: #26252A;
  }

  .tw .sm\:focus\:ring-offset-gray-850:focus{
    --tw-ring-offset-color: #202025;
  }

  .tw .sm\:focus\:ring-offset-gray-900:focus{
    --tw-ring-offset-color: #1B1B20;
  }

  .tw .sm\:focus\:ring-offset-gray-950:focus{
    --tw-ring-offset-color: #141417;
  }

  .tw .sm\:focus\:ring-offset-brand-50:focus{
    --tw-ring-offset-color: #7FFFFF;
  }

  .tw .sm\:focus\:ring-offset-brand-100:focus{
    --tw-ring-offset-color: #57E2FF;
  }

  .tw .sm\:focus\:ring-offset-brand-200:focus{
    --tw-ring-offset-color: #20C5FF;
  }

  .tw .sm\:focus\:ring-offset-brand-300:focus{
    --tw-ring-offset-color: #00A7E7;
  }

  .tw .sm\:focus\:ring-offset-brand-400:focus{
    --tw-ring-offset-color: #008BC9;
  }

  .tw .sm\:focus\:ring-offset-brand-500:focus{
    --tw-ring-offset-color: #0070AC;
  }

  .tw .sm\:focus\:ring-offset-brand-600:focus{
    --tw-ring-offset-color: #00568F;
  }

  .tw .sm\:focus\:ring-offset-brand-700:focus{
    --tw-ring-offset-color: #003E74;
  }

  .tw .sm\:focus\:ring-offset-brand-800:focus{
    --tw-ring-offset-color: #002759;
  }

  .tw .sm\:focus\:ring-offset-brand-900:focus{
    --tw-ring-offset-color: #00123F;
  }

  .tw .sm\:focus\:ring-offset-brand:focus{
    --tw-ring-offset-color: #00BEFF;
  }

  .tw .sm\:focus\:ring-offset-brand-base:focus{
    --tw-ring-offset-color: #00BEFF;
  }

  .tw .sm\:focus\:ring-offset-red-50:focus{
    --tw-ring-offset-color: #FFCAC8;
  }

  .tw .sm\:focus\:ring-offset-red-100:focus{
    --tw-ring-offset-color: #FFABAB;
  }

  .tw .sm\:focus\:ring-offset-red-200:focus{
    --tw-ring-offset-color: #FF8E8E;
  }

  .tw .sm\:focus\:ring-offset-red-300:focus{
    --tw-ring-offset-color: #F77073;
  }

  .tw .sm\:focus\:ring-offset-red-400:focus{
    --tw-ring-offset-color: #D75359;
  }

  .tw .sm\:focus\:ring-offset-red-500:focus{
    --tw-ring-offset-color: #B63640;
  }

  .tw .sm\:focus\:ring-offset-red-600:focus{
    --tw-ring-offset-color: #961229;
  }

  .tw .sm\:focus\:ring-offset-red-700:focus{
    --tw-ring-offset-color: #770013;
  }

  .tw .sm\:focus\:ring-offset-red-800:focus{
    --tw-ring-offset-color: #590000;
  }

  .tw .sm\:focus\:ring-offset-red-900:focus{
    --tw-ring-offset-color: #410000;
  }

  .tw .sm\:focus\:ring-offset-red:focus{
    --tw-ring-offset-color: #D35056;
  }

  .tw .sm\:focus\:ring-offset-red-brand:focus{
    --tw-ring-offset-color: #FF4F4F;
  }

  .tw .sm\:focus\:ring-offset-green-50:focus{
    --tw-ring-offset-color: #8DFFCD;
  }

  .tw .sm\:focus\:ring-offset-green-100:focus{
    --tw-ring-offset-color: #6DECB0;
  }

  .tw .sm\:focus\:ring-offset-green-200:focus{
    --tw-ring-offset-color: #4CCE93;
  }

  .tw .sm\:focus\:ring-offset-green-300:focus{
    --tw-ring-offset-color: #24B077;
  }

  .tw .sm\:focus\:ring-offset-green-400:focus{
    --tw-ring-offset-color: #00935D;
  }

  .tw .sm\:focus\:ring-offset-green-500:focus{
    --tw-ring-offset-color: #007744;
  }

  .tw .sm\:focus\:ring-offset-green-600:focus{
    --tw-ring-offset-color: #005B2B;
  }

  .tw .sm\:focus\:ring-offset-green-700:focus{
    --tw-ring-offset-color: #004115;
  }

  .tw .sm\:focus\:ring-offset-green-800:focus{
    --tw-ring-offset-color: #002B00;
  }

  .tw .sm\:focus\:ring-offset-green-900:focus{
    --tw-ring-offset-color: #001B00;
  }

  .tw .sm\:focus\:ring-offset-green:focus{
    --tw-ring-offset-color: #2EB67D;
  }

  .tw .sm\:focus\:ring-offset-yellow-50:focus{
    --tw-ring-offset-color: #FFEB57;
  }

  .tw .sm\:focus\:ring-offset-yellow-100:focus{
    --tw-ring-offset-color: #FFCD37;
  }

  .tw .sm\:focus\:ring-offset-yellow-200:focus{
    --tw-ring-offset-color: #E4B009;
  }

  .tw .sm\:focus\:ring-offset-yellow-300:focus{
    --tw-ring-offset-color: #C39400;
  }

  .tw .sm\:focus\:ring-offset-yellow-400:focus{
    --tw-ring-offset-color: #A37900;
  }

  .tw .sm\:focus\:ring-offset-yellow-500:focus{
    --tw-ring-offset-color: #855F00;
  }

  .tw .sm\:focus\:ring-offset-yellow-600:focus{
    --tw-ring-offset-color: #684600;
  }

  .tw .sm\:focus\:ring-offset-yellow-700:focus{
    --tw-ring-offset-color: #4F2E00;
  }

  .tw .sm\:focus\:ring-offset-yellow-800:focus{
    --tw-ring-offset-color: #3D1600;
  }

  .tw .sm\:focus\:ring-offset-yellow-900:focus{
    --tw-ring-offset-color: #320000;
  }

  .tw .sm\:focus\:ring-offset-yellow:focus{
    --tw-ring-offset-color: #FEC72F;
  }

  .tw .sm\:focus\:ring-offset-purple-50:focus{
    --tw-ring-offset-color: #FFD8FF;
  }

  .tw .sm\:focus\:ring-offset-purple-100:focus{
    --tw-ring-offset-color: #F0BAFF;
  }

  .tw .sm\:focus\:ring-offset-purple-200:focus{
    --tw-ring-offset-color: #D09DFF;
  }

  .tw .sm\:focus\:ring-offset-purple-300:focus{
    --tw-ring-offset-color: #B180FF;
  }

  .tw .sm\:focus\:ring-offset-purple-400:focus{
    --tw-ring-offset-color: #9265E9;
  }

  .tw .sm\:focus\:ring-offset-purple-500:focus{
    --tw-ring-offset-color: #744ACB;
  }

  .tw .sm\:focus\:ring-offset-purple-600:focus{
    --tw-ring-offset-color: #5530AD;
  }

  .tw .sm\:focus\:ring-offset-purple-700:focus{
    --tw-ring-offset-color: #351690;
  }

  .tw .sm\:focus\:ring-offset-purple-800:focus{
    --tw-ring-offset-color: #090074;
  }

  .tw .sm\:focus\:ring-offset-purple-900:focus{
    --tw-ring-offset-color: #000059;
  }

  .tw .sm\:focus\:ring-offset-purple:focus{
    --tw-ring-offset-color: #A878FF;
  }

  .tw .sm\:focus\:ring-offset-orange-50:focus{
    --tw-ring-offset-color: #FFD283;
  }

  .tw .sm\:focus\:ring-offset-orange-100:focus{
    --tw-ring-offset-color: #FFB467;
  }

  .tw .sm\:focus\:ring-offset-orange-200:focus{
    --tw-ring-offset-color: #FF974B;
  }

  .tw .sm\:focus\:ring-offset-orange-300:focus{
    --tw-ring-offset-color: #F07A2F;
  }

  .tw .sm\:focus\:ring-offset-orange-400:focus{
    --tw-ring-offset-color: #CE5F11;
  }

  .tw .sm\:focus\:ring-offset-orange-500:focus{
    --tw-ring-offset-color: #AD4400;
  }

  .tw .sm\:focus\:ring-offset-orange-600:focus{
    --tw-ring-offset-color: #8D2800;
  }

  .tw .sm\:focus\:ring-offset-orange-700:focus{
    --tw-ring-offset-color: #6F0600;
  }

  .tw .sm\:focus\:ring-offset-orange-800:focus{
    --tw-ring-offset-color: #540000;
  }

  .tw .sm\:focus\:ring-offset-orange-900:focus{
    --tw-ring-offset-color: #410000;
  }

  .tw .sm\:focus\:ring-offset-orange:focus{
    --tw-ring-offset-color: #F57F34;
  }

  .tw .sm\:focus\:ring-offset-surface-brand:focus{
    --tw-ring-offset-color: #1A1A1A;
  }

  .tw .sm\:focus\:ring-offset-surface-lower:focus{
    --tw-ring-offset-color: #121314;
  }

  .tw .sm\:focus\:ring-offset-surface-base:focus{
    --tw-ring-offset-color: #1D1E1F;
  }

  .tw .sm\:focus\:ring-offset-surface-low:focus{
    --tw-ring-offset-color: #212124;
  }

  .tw .sm\:focus\:ring-offset-surface-middle:focus{
    --tw-ring-offset-color: #26262A;
  }

  .tw .sm\:focus\:ring-offset-surface-upper:focus{
    --tw-ring-offset-color: #29292E;
  }

  .tw .sm\:focus\:ring-offset-surface-high:focus{
    --tw-ring-offset-color: #343435;
  }

  .tw .sm\:focus\:ring-offset-surface-higher:focus{
    --tw-ring-offset-color: #4A4B4B;
  }

  .tw .sm\:focus\:ring-offset-surface-highest:focus{
    --tw-ring-offset-color: #616162;
  }

  .tw .sm\:focus\:ring-offset-glyph-base:focus{
    --tw-ring-offset-color: #FFFFFF;
  }

  .tw .sm\:focus\:ring-offset-glyph-light:focus{
    --tw-ring-offset-color: #C2C2C2;
  }

  .tw .sm\:focus\:ring-offset-glyph-lighter:focus{
    --tw-ring-offset-color: #969696;
  }

  .tw .sm\:focus\:ring-offset-glyph-lightest:focus{
    --tw-ring-offset-color: #505050;
  }

  .tw .sm\:focus\:ring-offset-link:focus{
    --tw-ring-offset-color: #00BEFF;
  }

  .tw .sm\:focus\:ring-offset-info-error:focus{
    --tw-ring-offset-color: #eb3341;
  }

  .tw .sm\:focus\:ring-offset-info-danger:focus{
    --tw-ring-offset-color: #F77F25;
  }

  .tw .sm\:focus\:ring-offset-info-warn:focus{
    --tw-ring-offset-color: #FFC82F;
  }

  .tw .sm\:focus\:ring-offset-info-ok:focus{
    --tw-ring-offset-color: #00974F;
  }

  .tw .sm\:focus\:ring-offset-info-notice:focus{
    --tw-ring-offset-color: #0180FF;
  }

  .tw .sm\:focus\:ring-offset-accent-1:focus{
    --tw-ring-offset-color: #FF5D69;
  }

  .tw .sm\:focus\:ring-offset-accent-2:focus{
    --tw-ring-offset-color: #07F5AF;
  }

  .tw .sm\:focus\:ring-offset-accent-3:focus{
    --tw-ring-offset-color: #04D372;
  }

  .tw .sm\:focus\:ring-offset-accent-4:focus{
    --tw-ring-offset-color: #8451F5;
  }

  .tw .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,/*!*/ /*!*/);
    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);
  }

  .tw .sm\:filter-none{
    filter: none;
  }

  .tw .sm\:blur-0{
    --tw-blur: blur(0);
  }

  .tw .sm\:blur-none{
    --tw-blur: blur(0);
  }

  .tw .sm\:blur-sm{
    --tw-blur: blur(4px);
  }

  .tw .sm\:blur{
    --tw-blur: blur(8px);
  }

  .tw .sm\:blur-md{
    --tw-blur: blur(12px);
  }

  .tw .sm\:blur-lg{
    --tw-blur: blur(16px);
  }

  .tw .sm\:blur-xl{
    --tw-blur: blur(24px);
  }

  .tw .sm\:blur-2xl{
    --tw-blur: blur(40px);
  }

  .tw .sm\:blur-3xl{
    --tw-blur: blur(64px);
  }

  .tw .sm\:brightness-0{
    --tw-brightness: brightness(0);
  }

  .tw .sm\:brightness-50{
    --tw-brightness: brightness(.5);
  }

  .tw .sm\:brightness-75{
    --tw-brightness: brightness(.75);
  }

  .tw .sm\:brightness-90{
    --tw-brightness: brightness(.9);
  }

  .tw .sm\:brightness-95{
    --tw-brightness: brightness(.95);
  }

  .tw .sm\:brightness-100{
    --tw-brightness: brightness(1);
  }

  .tw .sm\:brightness-105{
    --tw-brightness: brightness(1.05);
  }

  .tw .sm\:brightness-110{
    --tw-brightness: brightness(1.1);
  }

  .tw .sm\:brightness-125{
    --tw-brightness: brightness(1.25);
  }

  .tw .sm\:brightness-150{
    --tw-brightness: brightness(1.5);
  }

  .tw .sm\:brightness-200{
    --tw-brightness: brightness(2);
  }

  .tw .sm\:contrast-0{
    --tw-contrast: contrast(0);
  }

  .tw .sm\:contrast-50{
    --tw-contrast: contrast(.5);
  }

  .tw .sm\:contrast-75{
    --tw-contrast: contrast(.75);
  }

  .tw .sm\:contrast-100{
    --tw-contrast: contrast(1);
  }

  .tw .sm\:contrast-125{
    --tw-contrast: contrast(1.25);
  }

  .tw .sm\:contrast-150{
    --tw-contrast: contrast(1.5);
  }

  .tw .sm\:contrast-200{
    --tw-contrast: contrast(2);
  }

  .tw .sm\:drop-shadow-sm{
    --tw-drop-shadow: drop-shadow(0 1px 1px rgba(0,0,0,0.05));
  }

  .tw .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));
  }

  .tw .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));
  }

  .tw .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));
  }

  .tw .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));
  }

  .tw .sm\:drop-shadow-2xl{
    --tw-drop-shadow: drop-shadow(0 25px 25px rgba(0, 0, 0, 0.15));
  }

  .tw .sm\:drop-shadow-none{
    --tw-drop-shadow: drop-shadow(0 0 #0000);
  }

  .tw .sm\:grayscale-0{
    --tw-grayscale: grayscale(0);
  }

  .tw .sm\:grayscale{
    --tw-grayscale: grayscale(100%);
  }

  .tw .sm\:hue-rotate-0{
    --tw-hue-rotate: hue-rotate(0deg);
  }

  .tw .sm\:hue-rotate-15{
    --tw-hue-rotate: hue-rotate(15deg);
  }

  .tw .sm\:hue-rotate-30{
    --tw-hue-rotate: hue-rotate(30deg);
  }

  .tw .sm\:hue-rotate-60{
    --tw-hue-rotate: hue-rotate(60deg);
  }

  .tw .sm\:hue-rotate-90{
    --tw-hue-rotate: hue-rotate(90deg);
  }

  .tw .sm\:hue-rotate-180{
    --tw-hue-rotate: hue-rotate(180deg);
  }

  .tw .sm\:-hue-rotate-180{
    --tw-hue-rotate: hue-rotate(-180deg);
  }

  .tw .sm\:-hue-rotate-90{
    --tw-hue-rotate: hue-rotate(-90deg);
  }

  .tw .sm\:-hue-rotate-60{
    --tw-hue-rotate: hue-rotate(-60deg);
  }

  .tw .sm\:-hue-rotate-30{
    --tw-hue-rotate: hue-rotate(-30deg);
  }

  .tw .sm\:-hue-rotate-15{
    --tw-hue-rotate: hue-rotate(-15deg);
  }

  .tw .sm\:invert-0{
    --tw-invert: invert(0);
  }

  .tw .sm\:invert{
    --tw-invert: invert(100%);
  }

  .tw .sm\:saturate-0{
    --tw-saturate: saturate(0);
  }

  .tw .sm\:saturate-50{
    --tw-saturate: saturate(.5);
  }

  .tw .sm\:saturate-100{
    --tw-saturate: saturate(1);
  }

  .tw .sm\:saturate-150{
    --tw-saturate: saturate(1.5);
  }

  .tw .sm\:saturate-200{
    --tw-saturate: saturate(2);
  }

  .tw .sm\:sepia-0{
    --tw-sepia: sepia(0);
  }

  .tw .sm\:sepia{
    --tw-sepia: sepia(100%);
  }

  .tw .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);
  }

  .tw .sm\:backdrop-filter-none{
    -webkit-backdrop-filter: none;
            backdrop-filter: none;
  }

  .tw .sm\:backdrop-blur-0{
    --tw-backdrop-blur: blur(0);
  }

  .tw .sm\:backdrop-blur-none{
    --tw-backdrop-blur: blur(0);
  }

  .tw .sm\:backdrop-blur-sm{
    --tw-backdrop-blur: blur(4px);
  }

  .tw .sm\:backdrop-blur{
    --tw-backdrop-blur: blur(8px);
  }

  .tw .sm\:backdrop-blur-md{
    --tw-backdrop-blur: blur(12px);
  }

  .tw .sm\:backdrop-blur-lg{
    --tw-backdrop-blur: blur(16px);
  }

  .tw .sm\:backdrop-blur-xl{
    --tw-backdrop-blur: blur(24px);
  }

  .tw .sm\:backdrop-blur-2xl{
    --tw-backdrop-blur: blur(40px);
  }

  .tw .sm\:backdrop-blur-3xl{
    --tw-backdrop-blur: blur(64px);
  }

  .tw .sm\:backdrop-brightness-0{
    --tw-backdrop-brightness: brightness(0);
  }

  .tw .sm\:backdrop-brightness-50{
    --tw-backdrop-brightness: brightness(.5);
  }

  .tw .sm\:backdrop-brightness-75{
    --tw-backdrop-brightness: brightness(.75);
  }

  .tw .sm\:backdrop-brightness-90{
    --tw-backdrop-brightness: brightness(.9);
  }

  .tw .sm\:backdrop-brightness-95{
    --tw-backdrop-brightness: brightness(.95);
  }

  .tw .sm\:backdrop-brightness-100{
    --tw-backdrop-brightness: brightness(1);
  }

  .tw .sm\:backdrop-brightness-105{
    --tw-backdrop-brightness: brightness(1.05);
  }

  .tw .sm\:backdrop-brightness-110{
    --tw-backdrop-brightness: brightness(1.1);
  }

  .tw .sm\:backdrop-brightness-125{
    --tw-backdrop-brightness: brightness(1.25);
  }

  .tw .sm\:backdrop-brightness-150{
    --tw-backdrop-brightness: brightness(1.5);
  }

  .tw .sm\:backdrop-brightness-200{
    --tw-backdrop-brightness: brightness(2);
  }

  .tw .sm\:backdrop-contrast-0{
    --tw-backdrop-contrast: contrast(0);
  }

  .tw .sm\:backdrop-contrast-50{
    --tw-backdrop-contrast: contrast(.5);
  }

  .tw .sm\:backdrop-contrast-75{
    --tw-backdrop-contrast: contrast(.75);
  }

  .tw .sm\:backdrop-contrast-100{
    --tw-backdrop-contrast: contrast(1);
  }

  .tw .sm\:backdrop-contrast-125{
    --tw-backdrop-contrast: contrast(1.25);
  }

  .tw .sm\:backdrop-contrast-150{
    --tw-backdrop-contrast: contrast(1.5);
  }

  .tw .sm\:backdrop-contrast-200{
    --tw-backdrop-contrast: contrast(2);
  }

  .tw .sm\:backdrop-grayscale-0{
    --tw-backdrop-grayscale: grayscale(0);
  }

  .tw .sm\:backdrop-grayscale{
    --tw-backdrop-grayscale: grayscale(100%);
  }

  .tw .sm\:backdrop-hue-rotate-0{
    --tw-backdrop-hue-rotate: hue-rotate(0deg);
  }

  .tw .sm\:backdrop-hue-rotate-15{
    --tw-backdrop-hue-rotate: hue-rotate(15deg);
  }

  .tw .sm\:backdrop-hue-rotate-30{
    --tw-backdrop-hue-rotate: hue-rotate(30deg);
  }

  .tw .sm\:backdrop-hue-rotate-60{
    --tw-backdrop-hue-rotate: hue-rotate(60deg);
  }

  .tw .sm\:backdrop-hue-rotate-90{
    --tw-backdrop-hue-rotate: hue-rotate(90deg);
  }

  .tw .sm\:backdrop-hue-rotate-180{
    --tw-backdrop-hue-rotate: hue-rotate(180deg);
  }

  .tw .sm\:-backdrop-hue-rotate-180{
    --tw-backdrop-hue-rotate: hue-rotate(-180deg);
  }

  .tw .sm\:-backdrop-hue-rotate-90{
    --tw-backdrop-hue-rotate: hue-rotate(-90deg);
  }

  .tw .sm\:-backdrop-hue-rotate-60{
    --tw-backdrop-hue-rotate: hue-rotate(-60deg);
  }

  .tw .sm\:-backdrop-hue-rotate-30{
    --tw-backdrop-hue-rotate: hue-rotate(-30deg);
  }

  .tw .sm\:-backdrop-hue-rotate-15{
    --tw-backdrop-hue-rotate: hue-rotate(-15deg);
  }

  .tw .sm\:backdrop-invert-0{
    --tw-backdrop-invert: invert(0);
  }

  .tw .sm\:backdrop-invert{
    --tw-backdrop-invert: invert(100%);
  }

  .tw .sm\:backdrop-opacity-0{
    --tw-backdrop-opacity: opacity(0);
  }

  .tw .sm\:backdrop-opacity-5{
    --tw-backdrop-opacity: opacity(0.05);
  }

  .tw .sm\:backdrop-opacity-10{
    --tw-backdrop-opacity: opacity(0.1);
  }

  .tw .sm\:backdrop-opacity-15{
    --tw-backdrop-opacity: opacity(0.15);
  }

  .tw .sm\:backdrop-opacity-20{
    --tw-backdrop-opacity: opacity(0.2);
  }

  .tw .sm\:backdrop-opacity-25{
    --tw-backdrop-opacity: opacity(0.25);
  }

  .tw .sm\:backdrop-opacity-30{
    --tw-backdrop-opacity: opacity(0.3);
  }

  .tw .sm\:backdrop-opacity-40{
    --tw-backdrop-opacity: opacity(0.4);
  }

  .tw .sm\:backdrop-opacity-50{
    --tw-backdrop-opacity: opacity(0.5);
  }

  .tw .sm\:backdrop-opacity-60{
    --tw-backdrop-opacity: opacity(0.6);
  }

  .tw .sm\:backdrop-opacity-70{
    --tw-backdrop-opacity: opacity(0.7);
  }

  .tw .sm\:backdrop-opacity-75{
    --tw-backdrop-opacity: opacity(0.75);
  }

  .tw .sm\:backdrop-opacity-80{
    --tw-backdrop-opacity: opacity(0.8);
  }

  .tw .sm\:backdrop-opacity-90{
    --tw-backdrop-opacity: opacity(0.9);
  }

  .tw .sm\:backdrop-opacity-95{
    --tw-backdrop-opacity: opacity(0.95);
  }

  .tw .sm\:backdrop-opacity-100{
    --tw-backdrop-opacity: opacity(1);
  }

  .tw .sm\:backdrop-saturate-0{
    --tw-backdrop-saturate: saturate(0);
  }

  .tw .sm\:backdrop-saturate-50{
    --tw-backdrop-saturate: saturate(.5);
  }

  .tw .sm\:backdrop-saturate-100{
    --tw-backdrop-saturate: saturate(1);
  }

  .tw .sm\:backdrop-saturate-150{
    --tw-backdrop-saturate: saturate(1.5);
  }

  .tw .sm\:backdrop-saturate-200{
    --tw-backdrop-saturate: saturate(2);
  }

  .tw .sm\:backdrop-sepia-0{
    --tw-backdrop-sepia: sepia(0);
  }

  .tw .sm\:backdrop-sepia{
    --tw-backdrop-sepia: sepia(100%);
  }

  .tw .sm\:transition-none{
    transition-property: none;
  }

  .tw .sm\:transition-all{
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }

  .tw .sm\:transition{
    transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
    transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
    transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }

  .tw .sm\:transition-colors{
    transition-property: background-color, border-color, color, fill, stroke;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }

  .tw .sm\:transition-opacity{
    transition-property: opacity;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }

  .tw .sm\:transition-shadow{
    transition-property: box-shadow;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }

  .tw .sm\:transition-transform{
    transition-property: transform;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }

  .tw .sm\:delay-75{
    transition-delay: 75ms;
  }

  .tw .sm\:delay-100{
    transition-delay: 100ms;
  }

  .tw .sm\:delay-150{
    transition-delay: 150ms;
  }

  .tw .sm\:delay-200{
    transition-delay: 200ms;
  }

  .tw .sm\:delay-300{
    transition-delay: 300ms;
  }

  .tw .sm\:delay-500{
    transition-delay: 500ms;
  }

  .tw .sm\:delay-700{
    transition-delay: 700ms;
  }

  .tw .sm\:delay-1000{
    transition-delay: 1000ms;
  }

  .tw .sm\:duration-75{
    transition-duration: 75ms;
  }

  .tw .sm\:duration-100{
    transition-duration: 100ms;
  }

  .tw .sm\:duration-150{
    transition-duration: 150ms;
  }

  .tw .sm\:duration-200{
    transition-duration: 200ms;
  }

  .tw .sm\:duration-300{
    transition-duration: 300ms;
  }

  .tw .sm\:duration-500{
    transition-duration: 500ms;
  }

  .tw .sm\:duration-700{
    transition-duration: 700ms;
  }

  .tw .sm\:duration-1000{
    transition-duration: 1000ms;
  }

  .tw .sm\:ease-linear{
    transition-timing-function: linear;
  }

  .tw .sm\:ease-in{
    transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
  }

  .tw .sm\:ease-out{
    transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
  }

  .tw .sm\:ease-in-out{
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  }

  .tw .sm\:ease-in-out-back{
    transition-timing-function: cubic-bezier(0.68, -0.6, 0.32, 1.6);
  }

  .tw .sm\:ease-in-back{
    transition-timing-function: cubic-bezier(0.36, 0, 0.66, -0.56);
  }

  .tw .sm\:ease-out-back{
    transition-timing-function: cubic-bezier(0.34, 1.56, 0.64, 1);
  }

  .tw .sm\:spacing-x-1px > :not(:last-child){
    margin-right: 1px;
  }

  .tw .sm\:spacing-y-1px > :not(:last-child){
    margin-bottom: 1px;
  }

  .tw .sm\:-spacing-x-1px > :not(:last-child){
    margin-right: -1px;
  }

  .tw .sm\:-spacing-y-1px > :not(:last-child){
    margin-bottom: -1px;
  }

  .tw .sm\:spacing-x-2px > :not(:last-child){
    margin-right: 2px;
  }

  .tw .sm\:spacing-y-2px > :not(:last-child){
    margin-bottom: 2px;
  }

  .tw .sm\:-spacing-x-2px > :not(:last-child){
    margin-right: -2px;
  }

  .tw .sm\:-spacing-y-2px > :not(:last-child){
    margin-bottom: -2px;
  }

  .tw .sm\:spacing-x-3px > :not(:last-child){
    margin-right: 3px;
  }

  .tw .sm\:spacing-y-3px > :not(:last-child){
    margin-bottom: 3px;
  }

  .tw .sm\:-spacing-x-3px > :not(:last-child){
    margin-right: -3px;
  }

  .tw .sm\:-spacing-y-3px > :not(:last-child){
    margin-bottom: -3px;
  }

  .tw .sm\:spacing-x-4px > :not(:last-child){
    margin-right: 4px;
  }

  .tw .sm\:spacing-y-4px > :not(:last-child){
    margin-bottom: 4px;
  }

  .tw .sm\:-spacing-x-4px > :not(:last-child){
    margin-right: -4px;
  }

  .tw .sm\:-spacing-y-4px > :not(:last-child){
    margin-bottom: -4px;
  }

  .tw .sm\:spacing-x-5px > :not(:last-child){
    margin-right: 5px;
  }

  .tw .sm\:spacing-y-5px > :not(:last-child){
    margin-bottom: 5px;
  }

  .tw .sm\:-spacing-x-5px > :not(:last-child){
    margin-right: -5px;
  }

  .tw .sm\:-spacing-y-5px > :not(:last-child){
    margin-bottom: -5px;
  }

  .tw .sm\:spacing-x-6px > :not(:last-child){
    margin-right: 6px;
  }

  .tw .sm\:spacing-y-6px > :not(:last-child){
    margin-bottom: 6px;
  }

  .tw .sm\:-spacing-x-6px > :not(:last-child){
    margin-right: -6px;
  }

  .tw .sm\:-spacing-y-6px > :not(:last-child){
    margin-bottom: -6px;
  }

  .tw .sm\:spacing-x-7px > :not(:last-child){
    margin-right: 7px;
  }

  .tw .sm\:spacing-y-7px > :not(:last-child){
    margin-bottom: 7px;
  }

  .tw .sm\:-spacing-x-7px > :not(:last-child){
    margin-right: -7px;
  }

  .tw .sm\:-spacing-y-7px > :not(:last-child){
    margin-bottom: -7px;
  }

  .tw .sm\:spacing-x-8px > :not(:last-child){
    margin-right: 8px;
  }

  .tw .sm\:spacing-y-8px > :not(:last-child){
    margin-bottom: 8px;
  }

  .tw .sm\:-spacing-x-8px > :not(:last-child){
    margin-right: -8px;
  }

  .tw .sm\:-spacing-y-8px > :not(:last-child){
    margin-bottom: -8px;
  }

  .tw .sm\:spacing-x-9px > :not(:last-child){
    margin-right: 9px;
  }

  .tw .sm\:spacing-y-9px > :not(:last-child){
    margin-bottom: 9px;
  }

  .tw .sm\:-spacing-x-9px > :not(:last-child){
    margin-right: -9px;
  }

  .tw .sm\:-spacing-y-9px > :not(:last-child){
    margin-bottom: -9px;
  }

  .tw .sm\:spacing-x-10px > :not(:last-child){
    margin-right: 10px;
  }

  .tw .sm\:spacing-y-10px > :not(:last-child){
    margin-bottom: 10px;
  }

  .tw .sm\:-spacing-x-10px > :not(:last-child){
    margin-right: -10px;
  }

  .tw .sm\:-spacing-y-10px > :not(:last-child){
    margin-bottom: -10px;
  }

  .tw .sm\:spacing-x-11px > :not(:last-child){
    margin-right: 11px;
  }

  .tw .sm\:spacing-y-11px > :not(:last-child){
    margin-bottom: 11px;
  }

  .tw .sm\:-spacing-x-11px > :not(:last-child){
    margin-right: -11px;
  }

  .tw .sm\:-spacing-y-11px > :not(:last-child){
    margin-bottom: -11px;
  }

  .tw .sm\:spacing-x-12px > :not(:last-child){
    margin-right: 12px;
  }

  .tw .sm\:spacing-y-12px > :not(:last-child){
    margin-bottom: 12px;
  }

  .tw .sm\:-spacing-x-12px > :not(:last-child){
    margin-right: -12px;
  }

  .tw .sm\:-spacing-y-12px > :not(:last-child){
    margin-bottom: -12px;
  }

  .tw .sm\:spacing-x-13px > :not(:last-child){
    margin-right: 13px;
  }

  .tw .sm\:spacing-y-13px > :not(:last-child){
    margin-bottom: 13px;
  }

  .tw .sm\:-spacing-x-13px > :not(:last-child){
    margin-right: -13px;
  }

  .tw .sm\:-spacing-y-13px > :not(:last-child){
    margin-bottom: -13px;
  }

  .tw .sm\:spacing-x-14px > :not(:last-child){
    margin-right: 14px;
  }

  .tw .sm\:spacing-y-14px > :not(:last-child){
    margin-bottom: 14px;
  }

  .tw .sm\:-spacing-x-14px > :not(:last-child){
    margin-right: -14px;
  }

  .tw .sm\:-spacing-y-14px > :not(:last-child){
    margin-bottom: -14px;
  }

  .tw .sm\:spacing-x-15px > :not(:last-child){
    margin-right: 15px;
  }

  .tw .sm\:spacing-y-15px > :not(:last-child){
    margin-bottom: 15px;
  }

  .tw .sm\:-spacing-x-15px > :not(:last-child){
    margin-right: -15px;
  }

  .tw .sm\:-spacing-y-15px > :not(:last-child){
    margin-bottom: -15px;
  }

  .tw .sm\:spacing-x-16px > :not(:last-child){
    margin-right: 16px;
  }

  .tw .sm\:spacing-y-16px > :not(:last-child){
    margin-bottom: 16px;
  }

  .tw .sm\:-spacing-x-16px > :not(:last-child){
    margin-right: -16px;
  }

  .tw .sm\:-spacing-y-16px > :not(:last-child){
    margin-bottom: -16px;
  }

  .tw .sm\:spacing-x-17px > :not(:last-child){
    margin-right: 17px;
  }

  .tw .sm\:spacing-y-17px > :not(:last-child){
    margin-bottom: 17px;
  }

  .tw .sm\:-spacing-x-17px > :not(:last-child){
    margin-right: -17px;
  }

  .tw .sm\:-spacing-y-17px > :not(:last-child){
    margin-bottom: -17px;
  }

  .tw .sm\:spacing-x-18px > :not(:last-child){
    margin-right: 18px;
  }

  .tw .sm\:spacing-y-18px > :not(:last-child){
    margin-bottom: 18px;
  }

  .tw .sm\:-spacing-x-18px > :not(:last-child){
    margin-right: -18px;
  }

  .tw .sm\:-spacing-y-18px > :not(:last-child){
    margin-bottom: -18px;
  }

  .tw .sm\:spacing-x-19px > :not(:last-child){
    margin-right: 19px;
  }

  .tw .sm\:spacing-y-19px > :not(:last-child){
    margin-bottom: 19px;
  }

  .tw .sm\:-spacing-x-19px > :not(:last-child){
    margin-right: -19px;
  }

  .tw .sm\:-spacing-y-19px > :not(:last-child){
    margin-bottom: -19px;
  }

  .tw .sm\:spacing-x-20px > :not(:last-child){
    margin-right: 20px;
  }

  .tw .sm\:spacing-y-20px > :not(:last-child){
    margin-bottom: 20px;
  }

  .tw .sm\:-spacing-x-20px > :not(:last-child){
    margin-right: -20px;
  }

  .tw .sm\:-spacing-y-20px > :not(:last-child){
    margin-bottom: -20px;
  }

  .tw .sm\:spacing-x-21px > :not(:last-child){
    margin-right: 21px;
  }

  .tw .sm\:spacing-y-21px > :not(:last-child){
    margin-bottom: 21px;
  }

  .tw .sm\:-spacing-x-21px > :not(:last-child){
    margin-right: -21px;
  }

  .tw .sm\:-spacing-y-21px > :not(:last-child){
    margin-bottom: -21px;
  }

  .tw .sm\:spacing-x-22px > :not(:last-child){
    margin-right: 22px;
  }

  .tw .sm\:spacing-y-22px > :not(:last-child){
    margin-bottom: 22px;
  }

  .tw .sm\:-spacing-x-22px > :not(:last-child){
    margin-right: -22px;
  }

  .tw .sm\:-spacing-y-22px > :not(:last-child){
    margin-bottom: -22px;
  }

  .tw .sm\:spacing-x-23px > :not(:last-child){
    margin-right: 23px;
  }

  .tw .sm\:spacing-y-23px > :not(:last-child){
    margin-bottom: 23px;
  }

  .tw .sm\:-spacing-x-23px > :not(:last-child){
    margin-right: -23px;
  }

  .tw .sm\:-spacing-y-23px > :not(:last-child){
    margin-bottom: -23px;
  }

  .tw .sm\:spacing-x-24px > :not(:last-child){
    margin-right: 24px;
  }

  .tw .sm\:spacing-y-24px > :not(:last-child){
    margin-bottom: 24px;
  }

  .tw .sm\:-spacing-x-24px > :not(:last-child){
    margin-right: -24px;
  }

  .tw .sm\:-spacing-y-24px > :not(:last-child){
    margin-bottom: -24px;
  }

  .tw .sm\:spacing-x-25px > :not(:last-child){
    margin-right: 25px;
  }

  .tw .sm\:spacing-y-25px > :not(:last-child){
    margin-bottom: 25px;
  }

  .tw .sm\:-spacing-x-25px > :not(:last-child){
    margin-right: -25px;
  }

  .tw .sm\:-spacing-y-25px > :not(:last-child){
    margin-bottom: -25px;
  }

  .tw .sm\:spacing-x-26px > :not(:last-child){
    margin-right: 26px;
  }

  .tw .sm\:spacing-y-26px > :not(:last-child){
    margin-bottom: 26px;
  }

  .tw .sm\:-spacing-x-26px > :not(:last-child){
    margin-right: -26px;
  }

  .tw .sm\:-spacing-y-26px > :not(:last-child){
    margin-bottom: -26px;
  }

  .tw .sm\:spacing-x-27px > :not(:last-child){
    margin-right: 27px;
  }

  .tw .sm\:spacing-y-27px > :not(:last-child){
    margin-bottom: 27px;
  }

  .tw .sm\:-spacing-x-27px > :not(:last-child){
    margin-right: -27px;
  }

  .tw .sm\:-spacing-y-27px > :not(:last-child){
    margin-bottom: -27px;
  }

  .tw .sm\:spacing-x-28px > :not(:last-child){
    margin-right: 28px;
  }

  .tw .sm\:spacing-y-28px > :not(:last-child){
    margin-bottom: 28px;
  }

  .tw .sm\:-spacing-x-28px > :not(:last-child){
    margin-right: -28px;
  }

  .tw .sm\:-spacing-y-28px > :not(:last-child){
    margin-bottom: -28px;
  }

  .tw .sm\:spacing-x-29px > :not(:last-child){
    margin-right: 29px;
  }

  .tw .sm\:spacing-y-29px > :not(:last-child){
    margin-bottom: 29px;
  }

  .tw .sm\:-spacing-x-29px > :not(:last-child){
    margin-right: -29px;
  }

  .tw .sm\:-spacing-y-29px > :not(:last-child){
    margin-bottom: -29px;
  }

  .tw .sm\:spacing-x-30px > :not(:last-child){
    margin-right: 30px;
  }

  .tw .sm\:spacing-y-30px > :not(:last-child){
    margin-bottom: 30px;
  }

  .tw .sm\:-spacing-x-30px > :not(:last-child){
    margin-right: -30px;
  }

  .tw .sm\:-spacing-y-30px > :not(:last-child){
    margin-bottom: -30px;
  }

  .tw .sm\:spacing-x-31px > :not(:last-child){
    margin-right: 31px;
  }

  .tw .sm\:spacing-y-31px > :not(:last-child){
    margin-bottom: 31px;
  }

  .tw .sm\:-spacing-x-31px > :not(:last-child){
    margin-right: -31px;
  }

  .tw .sm\:-spacing-y-31px > :not(:last-child){
    margin-bottom: -31px;
  }

  .tw .sm\:spacing-x-32px > :not(:last-child){
    margin-right: 32px;
  }

  .tw .sm\:spacing-y-32px > :not(:last-child){
    margin-bottom: 32px;
  }

  .tw .sm\:-spacing-x-32px > :not(:last-child){
    margin-right: -32px;
  }

  .tw .sm\:-spacing-y-32px > :not(:last-child){
    margin-bottom: -32px;
  }

  .tw .sm\:spacing-x-33px > :not(:last-child){
    margin-right: 33px;
  }

  .tw .sm\:spacing-y-33px > :not(:last-child){
    margin-bottom: 33px;
  }

  .tw .sm\:-spacing-x-33px > :not(:last-child){
    margin-right: -33px;
  }

  .tw .sm\:-spacing-y-33px > :not(:last-child){
    margin-bottom: -33px;
  }

  .tw .sm\:spacing-x-34px > :not(:last-child){
    margin-right: 34px;
  }

  .tw .sm\:spacing-y-34px > :not(:last-child){
    margin-bottom: 34px;
  }

  .tw .sm\:-spacing-x-34px > :not(:last-child){
    margin-right: -34px;
  }

  .tw .sm\:-spacing-y-34px > :not(:last-child){
    margin-bottom: -34px;
  }

  .tw .sm\:spacing-x-35px > :not(:last-child){
    margin-right: 35px;
  }

  .tw .sm\:spacing-y-35px > :not(:last-child){
    margin-bottom: 35px;
  }

  .tw .sm\:-spacing-x-35px > :not(:last-child){
    margin-right: -35px;
  }

  .tw .sm\:-spacing-y-35px > :not(:last-child){
    margin-bottom: -35px;
  }

  .tw .sm\:spacing-x-36px > :not(:last-child){
    margin-right: 36px;
  }

  .tw .sm\:spacing-y-36px > :not(:last-child){
    margin-bottom: 36px;
  }

  .tw .sm\:-spacing-x-36px > :not(:last-child){
    margin-right: -36px;
  }

  .tw .sm\:-spacing-y-36px > :not(:last-child){
    margin-bottom: -36px;
  }

  .tw .sm\:spacing-x-37px > :not(:last-child){
    margin-right: 37px;
  }

  .tw .sm\:spacing-y-37px > :not(:last-child){
    margin-bottom: 37px;
  }

  .tw .sm\:-spacing-x-37px > :not(:last-child){
    margin-right: -37px;
  }

  .tw .sm\:-spacing-y-37px > :not(:last-child){
    margin-bottom: -37px;
  }

  .tw .sm\:spacing-x-38px > :not(:last-child){
    margin-right: 38px;
  }

  .tw .sm\:spacing-y-38px > :not(:last-child){
    margin-bottom: 38px;
  }

  .tw .sm\:-spacing-x-38px > :not(:last-child){
    margin-right: -38px;
  }

  .tw .sm\:-spacing-y-38px > :not(:last-child){
    margin-bottom: -38px;
  }

  .tw .sm\:spacing-x-39px > :not(:last-child){
    margin-right: 39px;
  }

  .tw .sm\:spacing-y-39px > :not(:last-child){
    margin-bottom: 39px;
  }

  .tw .sm\:-spacing-x-39px > :not(:last-child){
    margin-right: -39px;
  }

  .tw .sm\:-spacing-y-39px > :not(:last-child){
    margin-bottom: -39px;
  }

  .tw .sm\:spacing-x-40px > :not(:last-child){
    margin-right: 40px;
  }

  .tw .sm\:spacing-y-40px > :not(:last-child){
    margin-bottom: 40px;
  }

  .tw .sm\:-spacing-x-40px > :not(:last-child){
    margin-right: -40px;
  }

  .tw .sm\:-spacing-y-40px > :not(:last-child){
    margin-bottom: -40px;
  }

  .tw .sm\:spacing-x-0 > :not(:last-child){
    margin-right: 0px;
  }

  .tw .sm\:spacing-y-0 > :not(:last-child){
    margin-bottom: 0px;
  }

  .tw .sm\:-spacing-x-0 > :not(:last-child){
    margin-right: -0px;
  }

  .tw .sm\:-spacing-y-0 > :not(:last-child){
    margin-bottom: -0px;
  }

  .tw .sm\:spacing-x-1 > :not(:last-child){
    margin-right: 5px;
  }

  .tw .sm\:spacing-y-1 > :not(:last-child){
    margin-bottom: 5px;
  }

  .tw .sm\:-spacing-x-1 > :not(:last-child){
    margin-right: -5px;
  }

  .tw .sm\:-spacing-y-1 > :not(:last-child){
    margin-bottom: -5px;
  }

  .tw .sm\:spacing-x-2 > :not(:last-child){
    margin-right: 10px;
  }

  .tw .sm\:spacing-y-2 > :not(:last-child){
    margin-bottom: 10px;
  }

  .tw .sm\:-spacing-x-2 > :not(:last-child){
    margin-right: -10px;
  }

  .tw .sm\:-spacing-y-2 > :not(:last-child){
    margin-bottom: -10px;
  }

  .tw .sm\:spacing-x-3 > :not(:last-child){
    margin-right: 15px;
  }

  .tw .sm\:spacing-y-3 > :not(:last-child){
    margin-bottom: 15px;
  }

  .tw .sm\:-spacing-x-3 > :not(:last-child){
    margin-right: -15px;
  }

  .tw .sm\:-spacing-y-3 > :not(:last-child){
    margin-bottom: -15px;
  }

  .tw .sm\:spacing-x-4 > :not(:last-child){
    margin-right: 20px;
  }

  .tw .sm\:spacing-y-4 > :not(:last-child){
    margin-bottom: 20px;
  }

  .tw .sm\:-spacing-x-4 > :not(:last-child){
    margin-right: -20px;
  }

  .tw .sm\:-spacing-y-4 > :not(:last-child){
    margin-bottom: -20px;
  }

  .tw .sm\:spacing-x-5 > :not(:last-child){
    margin-right: 25px;
  }

  .tw .sm\:spacing-y-5 > :not(:last-child){
    margin-bottom: 25px;
  }

  .tw .sm\:-spacing-x-5 > :not(:last-child){
    margin-right: -25px;
  }

  .tw .sm\:-spacing-y-5 > :not(:last-child){
    margin-bottom: -25px;
  }

  .tw .sm\:spacing-x-6 > :not(:last-child){
    margin-right: 30px;
  }

  .tw .sm\:spacing-y-6 > :not(:last-child){
    margin-bottom: 30px;
  }

  .tw .sm\:-spacing-x-6 > :not(:last-child){
    margin-right: -30px;
  }

  .tw .sm\:-spacing-y-6 > :not(:last-child){
    margin-bottom: -30px;
  }

  .tw .sm\:spacing-x-7 > :not(:last-child){
    margin-right: 35px;
  }

  .tw .sm\:spacing-y-7 > :not(:last-child){
    margin-bottom: 35px;
  }

  .tw .sm\:-spacing-x-7 > :not(:last-child){
    margin-right: -35px;
  }

  .tw .sm\:-spacing-y-7 > :not(:last-child){
    margin-bottom: -35px;
  }

  .tw .sm\:spacing-x-8 > :not(:last-child){
    margin-right: 40px;
  }

  .tw .sm\:spacing-y-8 > :not(:last-child){
    margin-bottom: 40px;
  }

  .tw .sm\:-spacing-x-8 > :not(:last-child){
    margin-right: -40px;
  }

  .tw .sm\:-spacing-y-8 > :not(:last-child){
    margin-bottom: -40px;
  }

  .tw .sm\:spacing-x-9 > :not(:last-child){
    margin-right: 45px;
  }

  .tw .sm\:spacing-y-9 > :not(:last-child){
    margin-bottom: 45px;
  }

  .tw .sm\:-spacing-x-9 > :not(:last-child){
    margin-right: -45px;
  }

  .tw .sm\:-spacing-y-9 > :not(:last-child){
    margin-bottom: -45px;
  }

  .tw .sm\:spacing-x-10 > :not(:last-child){
    margin-right: 50px;
  }

  .tw .sm\:spacing-y-10 > :not(:last-child){
    margin-bottom: 50px;
  }

  .tw .sm\:-spacing-x-10 > :not(:last-child){
    margin-right: -50px;
  }

  .tw .sm\:-spacing-y-10 > :not(:last-child){
    margin-bottom: -50px;
  }

  .tw .sm\:spacing-x-11 > :not(:last-child){
    margin-right: 55px;
  }

  .tw .sm\:spacing-y-11 > :not(:last-child){
    margin-bottom: 55px;
  }

  .tw .sm\:-spacing-x-11 > :not(:last-child){
    margin-right: -55px;
  }

  .tw .sm\:-spacing-y-11 > :not(:last-child){
    margin-bottom: -55px;
  }

  .tw .sm\:spacing-x-12 > :not(:last-child){
    margin-right: 60px;
  }

  .tw .sm\:spacing-y-12 > :not(:last-child){
    margin-bottom: 60px;
  }

  .tw .sm\:-spacing-x-12 > :not(:last-child){
    margin-right: -60px;
  }

  .tw .sm\:-spacing-y-12 > :not(:last-child){
    margin-bottom: -60px;
  }

  .tw .sm\:spacing-x-13 > :not(:last-child){
    margin-right: 65px;
  }

  .tw .sm\:spacing-y-13 > :not(:last-child){
    margin-bottom: 65px;
  }

  .tw .sm\:-spacing-x-13 > :not(:last-child){
    margin-right: -65px;
  }

  .tw .sm\:-spacing-y-13 > :not(:last-child){
    margin-bottom: -65px;
  }

  .tw .sm\:spacing-x-14 > :not(:last-child){
    margin-right: 70px;
  }

  .tw .sm\:spacing-y-14 > :not(:last-child){
    margin-bottom: 70px;
  }

  .tw .sm\:-spacing-x-14 > :not(:last-child){
    margin-right: -70px;
  }

  .tw .sm\:-spacing-y-14 > :not(:last-child){
    margin-bottom: -70px;
  }

  .tw .sm\:spacing-x-15 > :not(:last-child){
    margin-right: 75px;
  }

  .tw .sm\:spacing-y-15 > :not(:last-child){
    margin-bottom: 75px;
  }

  .tw .sm\:-spacing-x-15 > :not(:last-child){
    margin-right: -75px;
  }

  .tw .sm\:-spacing-y-15 > :not(:last-child){
    margin-bottom: -75px;
  }

  .tw .sm\:spacing-x-16 > :not(:last-child){
    margin-right: 80px;
  }

  .tw .sm\:spacing-y-16 > :not(:last-child){
    margin-bottom: 80px;
  }

  .tw .sm\:-spacing-x-16 > :not(:last-child){
    margin-right: -80px;
  }

  .tw .sm\:-spacing-y-16 > :not(:last-child){
    margin-bottom: -80px;
  }

  .tw .sm\:spacing-x-17 > :not(:last-child){
    margin-right: 85px;
  }

  .tw .sm\:spacing-y-17 > :not(:last-child){
    margin-bottom: 85px;
  }

  .tw .sm\:-spacing-x-17 > :not(:last-child){
    margin-right: -85px;
  }

  .tw .sm\:-spacing-y-17 > :not(:last-child){
    margin-bottom: -85px;
  }

  .tw .sm\:spacing-x-18 > :not(:last-child){
    margin-right: 90px;
  }

  .tw .sm\:spacing-y-18 > :not(:last-child){
    margin-bottom: 90px;
  }

  .tw .sm\:-spacing-x-18 > :not(:last-child){
    margin-right: -90px;
  }

  .tw .sm\:-spacing-y-18 > :not(:last-child){
    margin-bottom: -90px;
  }

  .tw .sm\:spacing-x-19 > :not(:last-child){
    margin-right: 95px;
  }

  .tw .sm\:spacing-y-19 > :not(:last-child){
    margin-bottom: 95px;
  }

  .tw .sm\:-spacing-x-19 > :not(:last-child){
    margin-right: -95px;
  }

  .tw .sm\:-spacing-y-19 > :not(:last-child){
    margin-bottom: -95px;
  }

  .tw .sm\:spacing-x-20 > :not(:last-child){
    margin-right: 100px;
  }

  .tw .sm\:spacing-y-20 > :not(:last-child){
    margin-bottom: 100px;
  }

  .tw .sm\:-spacing-x-20 > :not(:last-child){
    margin-right: -100px;
  }

  .tw .sm\:-spacing-y-20 > :not(:last-child){
    margin-bottom: -100px;
  }

  .tw .sm\:spacing-x-21 > :not(:last-child){
    margin-right: 105px;
  }

  .tw .sm\:spacing-y-21 > :not(:last-child){
    margin-bottom: 105px;
  }

  .tw .sm\:-spacing-x-21 > :not(:last-child){
    margin-right: -105px;
  }

  .tw .sm\:-spacing-y-21 > :not(:last-child){
    margin-bottom: -105px;
  }

  .tw .sm\:spacing-x-22 > :not(:last-child){
    margin-right: 110px;
  }

  .tw .sm\:spacing-y-22 > :not(:last-child){
    margin-bottom: 110px;
  }

  .tw .sm\:-spacing-x-22 > :not(:last-child){
    margin-right: -110px;
  }

  .tw .sm\:-spacing-y-22 > :not(:last-child){
    margin-bottom: -110px;
  }

  .tw .sm\:spacing-x-23 > :not(:last-child){
    margin-right: 115px;
  }

  .tw .sm\:spacing-y-23 > :not(:last-child){
    margin-bottom: 115px;
  }

  .tw .sm\:-spacing-x-23 > :not(:last-child){
    margin-right: -115px;
  }

  .tw .sm\:-spacing-y-23 > :not(:last-child){
    margin-bottom: -115px;
  }

  .tw .sm\:spacing-x-24 > :not(:last-child){
    margin-right: 120px;
  }

  .tw .sm\:spacing-y-24 > :not(:last-child){
    margin-bottom: 120px;
  }

  .tw .sm\:-spacing-x-24 > :not(:last-child){
    margin-right: -120px;
  }

  .tw .sm\:-spacing-y-24 > :not(:last-child){
    margin-bottom: -120px;
  }

  .tw .sm\:spacing-x-25 > :not(:last-child){
    margin-right: 125px;
  }

  .tw .sm\:spacing-y-25 > :not(:last-child){
    margin-bottom: 125px;
  }

  .tw .sm\:-spacing-x-25 > :not(:last-child){
    margin-right: -125px;
  }

  .tw .sm\:-spacing-y-25 > :not(:last-child){
    margin-bottom: -125px;
  }

  .tw .sm\:spacing-x-26 > :not(:last-child){
    margin-right: 130px;
  }

  .tw .sm\:spacing-y-26 > :not(:last-child){
    margin-bottom: 130px;
  }

  .tw .sm\:-spacing-x-26 > :not(:last-child){
    margin-right: -130px;
  }

  .tw .sm\:-spacing-y-26 > :not(:last-child){
    margin-bottom: -130px;
  }

  .tw .sm\:spacing-x-27 > :not(:last-child){
    margin-right: 135px;
  }

  .tw .sm\:spacing-y-27 > :not(:last-child){
    margin-bottom: 135px;
  }

  .tw .sm\:-spacing-x-27 > :not(:last-child){
    margin-right: -135px;
  }

  .tw .sm\:-spacing-y-27 > :not(:last-child){
    margin-bottom: -135px;
  }

  .tw .sm\:spacing-x-28 > :not(:last-child){
    margin-right: 140px;
  }

  .tw .sm\:spacing-y-28 > :not(:last-child){
    margin-bottom: 140px;
  }

  .tw .sm\:-spacing-x-28 > :not(:last-child){
    margin-right: -140px;
  }

  .tw .sm\:-spacing-y-28 > :not(:last-child){
    margin-bottom: -140px;
  }

  .tw .sm\:spacing-x-29 > :not(:last-child){
    margin-right: 145px;
  }

  .tw .sm\:spacing-y-29 > :not(:last-child){
    margin-bottom: 145px;
  }

  .tw .sm\:-spacing-x-29 > :not(:last-child){
    margin-right: -145px;
  }

  .tw .sm\:-spacing-y-29 > :not(:last-child){
    margin-bottom: -145px;
  }

  .tw .sm\:spacing-x-30 > :not(:last-child){
    margin-right: 150px;
  }

  .tw .sm\:spacing-y-30 > :not(:last-child){
    margin-bottom: 150px;
  }

  .tw .sm\:-spacing-x-30 > :not(:last-child){
    margin-right: -150px;
  }

  .tw .sm\:-spacing-y-30 > :not(:last-child){
    margin-bottom: -150px;
  }

  .tw .sm\:spacing-x-31 > :not(:last-child){
    margin-right: 155px;
  }

  .tw .sm\:spacing-y-31 > :not(:last-child){
    margin-bottom: 155px;
  }

  .tw .sm\:-spacing-x-31 > :not(:last-child){
    margin-right: -155px;
  }

  .tw .sm\:-spacing-y-31 > :not(:last-child){
    margin-bottom: -155px;
  }

  .tw .sm\:spacing-x-32 > :not(:last-child){
    margin-right: 160px;
  }

  .tw .sm\:spacing-y-32 > :not(:last-child){
    margin-bottom: 160px;
  }

  .tw .sm\:-spacing-x-32 > :not(:last-child){
    margin-right: -160px;
  }

  .tw .sm\:-spacing-y-32 > :not(:last-child){
    margin-bottom: -160px;
  }

  .tw .sm\:spacing-x-33 > :not(:last-child){
    margin-right: 165px;
  }

  .tw .sm\:spacing-y-33 > :not(:last-child){
    margin-bottom: 165px;
  }

  .tw .sm\:-spacing-x-33 > :not(:last-child){
    margin-right: -165px;
  }

  .tw .sm\:-spacing-y-33 > :not(:last-child){
    margin-bottom: -165px;
  }

  .tw .sm\:spacing-x-34 > :not(:last-child){
    margin-right: 170px;
  }

  .tw .sm\:spacing-y-34 > :not(:last-child){
    margin-bottom: 170px;
  }

  .tw .sm\:-spacing-x-34 > :not(:last-child){
    margin-right: -170px;
  }

  .tw .sm\:-spacing-y-34 > :not(:last-child){
    margin-bottom: -170px;
  }

  .tw .sm\:spacing-x-35 > :not(:last-child){
    margin-right: 175px;
  }

  .tw .sm\:spacing-y-35 > :not(:last-child){
    margin-bottom: 175px;
  }

  .tw .sm\:-spacing-x-35 > :not(:last-child){
    margin-right: -175px;
  }

  .tw .sm\:-spacing-y-35 > :not(:last-child){
    margin-bottom: -175px;
  }

  .tw .sm\:spacing-x-36 > :not(:last-child){
    margin-right: 180px;
  }

  .tw .sm\:spacing-y-36 > :not(:last-child){
    margin-bottom: 180px;
  }

  .tw .sm\:-spacing-x-36 > :not(:last-child){
    margin-right: -180px;
  }

  .tw .sm\:-spacing-y-36 > :not(:last-child){
    margin-bottom: -180px;
  }

  .tw .sm\:spacing-x-37 > :not(:last-child){
    margin-right: 185px;
  }

  .tw .sm\:spacing-y-37 > :not(:last-child){
    margin-bottom: 185px;
  }

  .tw .sm\:-spacing-x-37 > :not(:last-child){
    margin-right: -185px;
  }

  .tw .sm\:-spacing-y-37 > :not(:last-child){
    margin-bottom: -185px;
  }

  .tw .sm\:spacing-x-38 > :not(:last-child){
    margin-right: 190px;
  }

  .tw .sm\:spacing-y-38 > :not(:last-child){
    margin-bottom: 190px;
  }

  .tw .sm\:-spacing-x-38 > :not(:last-child){
    margin-right: -190px;
  }

  .tw .sm\:-spacing-y-38 > :not(:last-child){
    margin-bottom: -190px;
  }

  .tw .sm\:spacing-x-39 > :not(:last-child){
    margin-right: 195px;
  }

  .tw .sm\:spacing-y-39 > :not(:last-child){
    margin-bottom: 195px;
  }

  .tw .sm\:-spacing-x-39 > :not(:last-child){
    margin-right: -195px;
  }

  .tw .sm\:-spacing-y-39 > :not(:last-child){
    margin-bottom: -195px;
  }

  .tw .sm\:spacing-x-40 > :not(:last-child){
    margin-right: 200px;
  }

  .tw .sm\:spacing-y-40 > :not(:last-child){
    margin-bottom: 200px;
  }

  .tw .sm\:-spacing-x-40 > :not(:last-child){
    margin-right: -200px;
  }

  .tw .sm\:-spacing-y-40 > :not(:last-child){
    margin-bottom: -200px;
  }

  .tw .sm\:spacing-x-41 > :not(:last-child){
    margin-right: 205px;
  }

  .tw .sm\:spacing-y-41 > :not(:last-child){
    margin-bottom: 205px;
  }

  .tw .sm\:-spacing-x-41 > :not(:last-child){
    margin-right: -205px;
  }

  .tw .sm\:-spacing-y-41 > :not(:last-child){
    margin-bottom: -205px;
  }

  .tw .sm\:spacing-x-42 > :not(:last-child){
    margin-right: 210px;
  }

  .tw .sm\:spacing-y-42 > :not(:last-child){
    margin-bottom: 210px;
  }

  .tw .sm\:-spacing-x-42 > :not(:last-child){
    margin-right: -210px;
  }

  .tw .sm\:-spacing-y-42 > :not(:last-child){
    margin-bottom: -210px;
  }

  .tw .sm\:spacing-x-43 > :not(:last-child){
    margin-right: 215px;
  }

  .tw .sm\:spacing-y-43 > :not(:last-child){
    margin-bottom: 215px;
  }

  .tw .sm\:-spacing-x-43 > :not(:last-child){
    margin-right: -215px;
  }

  .tw .sm\:-spacing-y-43 > :not(:last-child){
    margin-bottom: -215px;
  }

  .tw .sm\:spacing-x-44 > :not(:last-child){
    margin-right: 220px;
  }

  .tw .sm\:spacing-y-44 > :not(:last-child){
    margin-bottom: 220px;
  }

  .tw .sm\:-spacing-x-44 > :not(:last-child){
    margin-right: -220px;
  }

  .tw .sm\:-spacing-y-44 > :not(:last-child){
    margin-bottom: -220px;
  }

  .tw .sm\:spacing-x-45 > :not(:last-child){
    margin-right: 225px;
  }

  .tw .sm\:spacing-y-45 > :not(:last-child){
    margin-bottom: 225px;
  }

  .tw .sm\:-spacing-x-45 > :not(:last-child){
    margin-right: -225px;
  }

  .tw .sm\:-spacing-y-45 > :not(:last-child){
    margin-bottom: -225px;
  }

  .tw .sm\:spacing-x-46 > :not(:last-child){
    margin-right: 230px;
  }

  .tw .sm\:spacing-y-46 > :not(:last-child){
    margin-bottom: 230px;
  }

  .tw .sm\:-spacing-x-46 > :not(:last-child){
    margin-right: -230px;
  }

  .tw .sm\:-spacing-y-46 > :not(:last-child){
    margin-bottom: -230px;
  }

  .tw .sm\:spacing-x-47 > :not(:last-child){
    margin-right: 235px;
  }

  .tw .sm\:spacing-y-47 > :not(:last-child){
    margin-bottom: 235px;
  }

  .tw .sm\:-spacing-x-47 > :not(:last-child){
    margin-right: -235px;
  }

  .tw .sm\:-spacing-y-47 > :not(:last-child){
    margin-bottom: -235px;
  }

  .tw .sm\:spacing-x-48 > :not(:last-child){
    margin-right: 240px;
  }

  .tw .sm\:spacing-y-48 > :not(:last-child){
    margin-bottom: 240px;
  }

  .tw .sm\:-spacing-x-48 > :not(:last-child){
    margin-right: -240px;
  }

  .tw .sm\:-spacing-y-48 > :not(:last-child){
    margin-bottom: -240px;
  }

  .tw .sm\:spacing-x-49 > :not(:last-child){
    margin-right: 245px;
  }

  .tw .sm\:spacing-y-49 > :not(:last-child){
    margin-bottom: 245px;
  }

  .tw .sm\:-spacing-x-49 > :not(:last-child){
    margin-right: -245px;
  }

  .tw .sm\:-spacing-y-49 > :not(:last-child){
    margin-bottom: -245px;
  }

  .tw .sm\:spacing-x-50 > :not(:last-child){
    margin-right: 250px;
  }

  .tw .sm\:spacing-y-50 > :not(:last-child){
    margin-bottom: 250px;
  }

  .tw .sm\:-spacing-x-50 > :not(:last-child){
    margin-right: -250px;
  }

  .tw .sm\:-spacing-y-50 > :not(:last-child){
    margin-bottom: -250px;
  }

  .tw .sm\:spacing-x-51 > :not(:last-child){
    margin-right: 255px;
  }

  .tw .sm\:spacing-y-51 > :not(:last-child){
    margin-bottom: 255px;
  }

  .tw .sm\:-spacing-x-51 > :not(:last-child){
    margin-right: -255px;
  }

  .tw .sm\:-spacing-y-51 > :not(:last-child){
    margin-bottom: -255px;
  }

  .tw .sm\:spacing-x-52 > :not(:last-child){
    margin-right: 260px;
  }

  .tw .sm\:spacing-y-52 > :not(:last-child){
    margin-bottom: 260px;
  }

  .tw .sm\:-spacing-x-52 > :not(:last-child){
    margin-right: -260px;
  }

  .tw .sm\:-spacing-y-52 > :not(:last-child){
    margin-bottom: -260px;
  }

  .tw .sm\:spacing-x-53 > :not(:last-child){
    margin-right: 265px;
  }

  .tw .sm\:spacing-y-53 > :not(:last-child){
    margin-bottom: 265px;
  }

  .tw .sm\:-spacing-x-53 > :not(:last-child){
    margin-right: -265px;
  }

  .tw .sm\:-spacing-y-53 > :not(:last-child){
    margin-bottom: -265px;
  }

  .tw .sm\:spacing-x-54 > :not(:last-child){
    margin-right: 270px;
  }

  .tw .sm\:spacing-y-54 > :not(:last-child){
    margin-bottom: 270px;
  }

  .tw .sm\:-spacing-x-54 > :not(:last-child){
    margin-right: -270px;
  }

  .tw .sm\:-spacing-y-54 > :not(:last-child){
    margin-bottom: -270px;
  }

  .tw .sm\:spacing-x-55 > :not(:last-child){
    margin-right: 275px;
  }

  .tw .sm\:spacing-y-55 > :not(:last-child){
    margin-bottom: 275px;
  }

  .tw .sm\:-spacing-x-55 > :not(:last-child){
    margin-right: -275px;
  }

  .tw .sm\:-spacing-y-55 > :not(:last-child){
    margin-bottom: -275px;
  }

  .tw .sm\:spacing-x-56 > :not(:last-child){
    margin-right: 280px;
  }

  .tw .sm\:spacing-y-56 > :not(:last-child){
    margin-bottom: 280px;
  }

  .tw .sm\:-spacing-x-56 > :not(:last-child){
    margin-right: -280px;
  }

  .tw .sm\:-spacing-y-56 > :not(:last-child){
    margin-bottom: -280px;
  }

  .tw .sm\:spacing-x-57 > :not(:last-child){
    margin-right: 285px;
  }

  .tw .sm\:spacing-y-57 > :not(:last-child){
    margin-bottom: 285px;
  }

  .tw .sm\:-spacing-x-57 > :not(:last-child){
    margin-right: -285px;
  }

  .tw .sm\:-spacing-y-57 > :not(:last-child){
    margin-bottom: -285px;
  }

  .tw .sm\:spacing-x-58 > :not(:last-child){
    margin-right: 290px;
  }

  .tw .sm\:spacing-y-58 > :not(:last-child){
    margin-bottom: 290px;
  }

  .tw .sm\:-spacing-x-58 > :not(:last-child){
    margin-right: -290px;
  }

  .tw .sm\:-spacing-y-58 > :not(:last-child){
    margin-bottom: -290px;
  }

  .tw .sm\:spacing-x-59 > :not(:last-child){
    margin-right: 295px;
  }

  .tw .sm\:spacing-y-59 > :not(:last-child){
    margin-bottom: 295px;
  }

  .tw .sm\:-spacing-x-59 > :not(:last-child){
    margin-right: -295px;
  }

  .tw .sm\:-spacing-y-59 > :not(:last-child){
    margin-bottom: -295px;
  }

  .tw .sm\:spacing-x-60 > :not(:last-child){
    margin-right: 300px;
  }

  .tw .sm\:spacing-y-60 > :not(:last-child){
    margin-bottom: 300px;
  }

  .tw .sm\:-spacing-x-60 > :not(:last-child){
    margin-right: -300px;
  }

  .tw .sm\:-spacing-y-60 > :not(:last-child){
    margin-bottom: -300px;
  }

  .tw .sm\:spacing-x-61 > :not(:last-child){
    margin-right: 305px;
  }

  .tw .sm\:spacing-y-61 > :not(:last-child){
    margin-bottom: 305px;
  }

  .tw .sm\:-spacing-x-61 > :not(:last-child){
    margin-right: -305px;
  }

  .tw .sm\:-spacing-y-61 > :not(:last-child){
    margin-bottom: -305px;
  }

  .tw .sm\:spacing-x-62 > :not(:last-child){
    margin-right: 310px;
  }

  .tw .sm\:spacing-y-62 > :not(:last-child){
    margin-bottom: 310px;
  }

  .tw .sm\:-spacing-x-62 > :not(:last-child){
    margin-right: -310px;
  }

  .tw .sm\:-spacing-y-62 > :not(:last-child){
    margin-bottom: -310px;
  }

  .tw .sm\:spacing-x-63 > :not(:last-child){
    margin-right: 315px;
  }

  .tw .sm\:spacing-y-63 > :not(:last-child){
    margin-bottom: 315px;
  }

  .tw .sm\:-spacing-x-63 > :not(:last-child){
    margin-right: -315px;
  }

  .tw .sm\:-spacing-y-63 > :not(:last-child){
    margin-bottom: -315px;
  }

  .tw .sm\:spacing-x-64 > :not(:last-child){
    margin-right: 320px;
  }

  .tw .sm\:spacing-y-64 > :not(:last-child){
    margin-bottom: 320px;
  }

  .tw .sm\:-spacing-x-64 > :not(:last-child){
    margin-right: -320px;
  }

  .tw .sm\:-spacing-y-64 > :not(:last-child){
    margin-bottom: -320px;
  }

  .tw .sm\:spacing-x-65 > :not(:last-child){
    margin-right: 325px;
  }

  .tw .sm\:spacing-y-65 > :not(:last-child){
    margin-bottom: 325px;
  }

  .tw .sm\:-spacing-x-65 > :not(:last-child){
    margin-right: -325px;
  }

  .tw .sm\:-spacing-y-65 > :not(:last-child){
    margin-bottom: -325px;
  }

  .tw .sm\:spacing-x-66 > :not(:last-child){
    margin-right: 330px;
  }

  .tw .sm\:spacing-y-66 > :not(:last-child){
    margin-bottom: 330px;
  }

  .tw .sm\:-spacing-x-66 > :not(:last-child){
    margin-right: -330px;
  }

  .tw .sm\:-spacing-y-66 > :not(:last-child){
    margin-bottom: -330px;
  }

  .tw .sm\:spacing-x-67 > :not(:last-child){
    margin-right: 335px;
  }

  .tw .sm\:spacing-y-67 > :not(:last-child){
    margin-bottom: 335px;
  }

  .tw .sm\:-spacing-x-67 > :not(:last-child){
    margin-right: -335px;
  }

  .tw .sm\:-spacing-y-67 > :not(:last-child){
    margin-bottom: -335px;
  }

  .tw .sm\:spacing-x-68 > :not(:last-child){
    margin-right: 340px;
  }

  .tw .sm\:spacing-y-68 > :not(:last-child){
    margin-bottom: 340px;
  }

  .tw .sm\:-spacing-x-68 > :not(:last-child){
    margin-right: -340px;
  }

  .tw .sm\:-spacing-y-68 > :not(:last-child){
    margin-bottom: -340px;
  }

  .tw .sm\:spacing-x-69 > :not(:last-child){
    margin-right: 345px;
  }

  .tw .sm\:spacing-y-69 > :not(:last-child){
    margin-bottom: 345px;
  }

  .tw .sm\:-spacing-x-69 > :not(:last-child){
    margin-right: -345px;
  }

  .tw .sm\:-spacing-y-69 > :not(:last-child){
    margin-bottom: -345px;
  }

  .tw .sm\:spacing-x-70 > :not(:last-child){
    margin-right: 350px;
  }

  .tw .sm\:spacing-y-70 > :not(:last-child){
    margin-bottom: 350px;
  }

  .tw .sm\:-spacing-x-70 > :not(:last-child){
    margin-right: -350px;
  }

  .tw .sm\:-spacing-y-70 > :not(:last-child){
    margin-bottom: -350px;
  }

  .tw .sm\:spacing-x-71 > :not(:last-child){
    margin-right: 355px;
  }

  .tw .sm\:spacing-y-71 > :not(:last-child){
    margin-bottom: 355px;
  }

  .tw .sm\:-spacing-x-71 > :not(:last-child){
    margin-right: -355px;
  }

  .tw .sm\:-spacing-y-71 > :not(:last-child){
    margin-bottom: -355px;
  }

  .tw .sm\:spacing-x-72 > :not(:last-child){
    margin-right: 360px;
  }

  .tw .sm\:spacing-y-72 > :not(:last-child){
    margin-bottom: 360px;
  }

  .tw .sm\:-spacing-x-72 > :not(:last-child){
    margin-right: -360px;
  }

  .tw .sm\:-spacing-y-72 > :not(:last-child){
    margin-bottom: -360px;
  }

  .tw .sm\:spacing-x-73 > :not(:last-child){
    margin-right: 365px;
  }

  .tw .sm\:spacing-y-73 > :not(:last-child){
    margin-bottom: 365px;
  }

  .tw .sm\:-spacing-x-73 > :not(:last-child){
    margin-right: -365px;
  }

  .tw .sm\:-spacing-y-73 > :not(:last-child){
    margin-bottom: -365px;
  }

  .tw .sm\:spacing-x-74 > :not(:last-child){
    margin-right: 370px;
  }

  .tw .sm\:spacing-y-74 > :not(:last-child){
    margin-bottom: 370px;
  }

  .tw .sm\:-spacing-x-74 > :not(:last-child){
    margin-right: -370px;
  }

  .tw .sm\:-spacing-y-74 > :not(:last-child){
    margin-bottom: -370px;
  }

  .tw .sm\:spacing-x-75 > :not(:last-child){
    margin-right: 375px;
  }

  .tw .sm\:spacing-y-75 > :not(:last-child){
    margin-bottom: 375px;
  }

  .tw .sm\:-spacing-x-75 > :not(:last-child){
    margin-right: -375px;
  }

  .tw .sm\:-spacing-y-75 > :not(:last-child){
    margin-bottom: -375px;
  }

  .tw .sm\:spacing-x-76 > :not(:last-child){
    margin-right: 380px;
  }

  .tw .sm\:spacing-y-76 > :not(:last-child){
    margin-bottom: 380px;
  }

  .tw .sm\:-spacing-x-76 > :not(:last-child){
    margin-right: -380px;
  }

  .tw .sm\:-spacing-y-76 > :not(:last-child){
    margin-bottom: -380px;
  }

  .tw .sm\:spacing-x-77 > :not(:last-child){
    margin-right: 385px;
  }

  .tw .sm\:spacing-y-77 > :not(:last-child){
    margin-bottom: 385px;
  }

  .tw .sm\:-spacing-x-77 > :not(:last-child){
    margin-right: -385px;
  }

  .tw .sm\:-spacing-y-77 > :not(:last-child){
    margin-bottom: -385px;
  }

  .tw .sm\:spacing-x-78 > :not(:last-child){
    margin-right: 390px;
  }

  .tw .sm\:spacing-y-78 > :not(:last-child){
    margin-bottom: 390px;
  }

  .tw .sm\:-spacing-x-78 > :not(:last-child){
    margin-right: -390px;
  }

  .tw .sm\:-spacing-y-78 > :not(:last-child){
    margin-bottom: -390px;
  }

  .tw .sm\:spacing-x-79 > :not(:last-child){
    margin-right: 395px;
  }

  .tw .sm\:spacing-y-79 > :not(:last-child){
    margin-bottom: 395px;
  }

  .tw .sm\:-spacing-x-79 > :not(:last-child){
    margin-right: -395px;
  }

  .tw .sm\:-spacing-y-79 > :not(:last-child){
    margin-bottom: -395px;
  }

  .tw .sm\:spacing-x-80 > :not(:last-child){
    margin-right: 400px;
  }

  .tw .sm\:spacing-y-80 > :not(:last-child){
    margin-bottom: 400px;
  }

  .tw .sm\:-spacing-x-80 > :not(:last-child){
    margin-right: -400px;
  }

  .tw .sm\:-spacing-y-80 > :not(:last-child){
    margin-bottom: -400px;
  }

  .tw .sm\:spacing-x-81 > :not(:last-child){
    margin-right: 405px;
  }

  .tw .sm\:spacing-y-81 > :not(:last-child){
    margin-bottom: 405px;
  }

  .tw .sm\:-spacing-x-81 > :not(:last-child){
    margin-right: -405px;
  }

  .tw .sm\:-spacing-y-81 > :not(:last-child){
    margin-bottom: -405px;
  }

  .tw .sm\:spacing-x-82 > :not(:last-child){
    margin-right: 410px;
  }

  .tw .sm\:spacing-y-82 > :not(:last-child){
    margin-bottom: 410px;
  }

  .tw .sm\:-spacing-x-82 > :not(:last-child){
    margin-right: -410px;
  }

  .tw .sm\:-spacing-y-82 > :not(:last-child){
    margin-bottom: -410px;
  }

  .tw .sm\:spacing-x-83 > :not(:last-child){
    margin-right: 415px;
  }

  .tw .sm\:spacing-y-83 > :not(:last-child){
    margin-bottom: 415px;
  }

  .tw .sm\:-spacing-x-83 > :not(:last-child){
    margin-right: -415px;
  }

  .tw .sm\:-spacing-y-83 > :not(:last-child){
    margin-bottom: -415px;
  }

  .tw .sm\:spacing-x-84 > :not(:last-child){
    margin-right: 420px;
  }

  .tw .sm\:spacing-y-84 > :not(:last-child){
    margin-bottom: 420px;
  }

  .tw .sm\:-spacing-x-84 > :not(:last-child){
    margin-right: -420px;
  }

  .tw .sm\:-spacing-y-84 > :not(:last-child){
    margin-bottom: -420px;
  }

  .tw .sm\:spacing-x-85 > :not(:last-child){
    margin-right: 425px;
  }

  .tw .sm\:spacing-y-85 > :not(:last-child){
    margin-bottom: 425px;
  }

  .tw .sm\:-spacing-x-85 > :not(:last-child){
    margin-right: -425px;
  }

  .tw .sm\:-spacing-y-85 > :not(:last-child){
    margin-bottom: -425px;
  }

  .tw .sm\:spacing-x-86 > :not(:last-child){
    margin-right: 430px;
  }

  .tw .sm\:spacing-y-86 > :not(:last-child){
    margin-bottom: 430px;
  }

  .tw .sm\:-spacing-x-86 > :not(:last-child){
    margin-right: -430px;
  }

  .tw .sm\:-spacing-y-86 > :not(:last-child){
    margin-bottom: -430px;
  }

  .tw .sm\:spacing-x-87 > :not(:last-child){
    margin-right: 435px;
  }

  .tw .sm\:spacing-y-87 > :not(:last-child){
    margin-bottom: 435px;
  }

  .tw .sm\:-spacing-x-87 > :not(:last-child){
    margin-right: -435px;
  }

  .tw .sm\:-spacing-y-87 > :not(:last-child){
    margin-bottom: -435px;
  }

  .tw .sm\:spacing-x-88 > :not(:last-child){
    margin-right: 440px;
  }

  .tw .sm\:spacing-y-88 > :not(:last-child){
    margin-bottom: 440px;
  }

  .tw .sm\:-spacing-x-88 > :not(:last-child){
    margin-right: -440px;
  }

  .tw .sm\:-spacing-y-88 > :not(:last-child){
    margin-bottom: -440px;
  }

  .tw .sm\:spacing-x-89 > :not(:last-child){
    margin-right: 445px;
  }

  .tw .sm\:spacing-y-89 > :not(:last-child){
    margin-bottom: 445px;
  }

  .tw .sm\:-spacing-x-89 > :not(:last-child){
    margin-right: -445px;
  }

  .tw .sm\:-spacing-y-89 > :not(:last-child){
    margin-bottom: -445px;
  }

  .tw .sm\:spacing-x-90 > :not(:last-child){
    margin-right: 450px;
  }

  .tw .sm\:spacing-y-90 > :not(:last-child){
    margin-bottom: 450px;
  }

  .tw .sm\:-spacing-x-90 > :not(:last-child){
    margin-right: -450px;
  }

  .tw .sm\:-spacing-y-90 > :not(:last-child){
    margin-bottom: -450px;
  }

  .tw .sm\:spacing-x-91 > :not(:last-child){
    margin-right: 455px;
  }

  .tw .sm\:spacing-y-91 > :not(:last-child){
    margin-bottom: 455px;
  }

  .tw .sm\:-spacing-x-91 > :not(:last-child){
    margin-right: -455px;
  }

  .tw .sm\:-spacing-y-91 > :not(:last-child){
    margin-bottom: -455px;
  }

  .tw .sm\:spacing-x-92 > :not(:last-child){
    margin-right: 460px;
  }

  .tw .sm\:spacing-y-92 > :not(:last-child){
    margin-bottom: 460px;
  }

  .tw .sm\:-spacing-x-92 > :not(:last-child){
    margin-right: -460px;
  }

  .tw .sm\:-spacing-y-92 > :not(:last-child){
    margin-bottom: -460px;
  }

  .tw .sm\:spacing-x-93 > :not(:last-child){
    margin-right: 465px;
  }

  .tw .sm\:spacing-y-93 > :not(:last-child){
    margin-bottom: 465px;
  }

  .tw .sm\:-spacing-x-93 > :not(:last-child){
    margin-right: -465px;
  }

  .tw .sm\:-spacing-y-93 > :not(:last-child){
    margin-bottom: -465px;
  }

  .tw .sm\:spacing-x-94 > :not(:last-child){
    margin-right: 470px;
  }

  .tw .sm\:spacing-y-94 > :not(:last-child){
    margin-bottom: 470px;
  }

  .tw .sm\:-spacing-x-94 > :not(:last-child){
    margin-right: -470px;
  }

  .tw .sm\:-spacing-y-94 > :not(:last-child){
    margin-bottom: -470px;
  }

  .tw .sm\:spacing-x-95 > :not(:last-child){
    margin-right: 475px;
  }

  .tw .sm\:spacing-y-95 > :not(:last-child){
    margin-bottom: 475px;
  }

  .tw .sm\:-spacing-x-95 > :not(:last-child){
    margin-right: -475px;
  }

  .tw .sm\:-spacing-y-95 > :not(:last-child){
    margin-bottom: -475px;
  }

  .tw .sm\:spacing-x-96 > :not(:last-child){
    margin-right: 480px;
  }

  .tw .sm\:spacing-y-96 > :not(:last-child){
    margin-bottom: 480px;
  }

  .tw .sm\:-spacing-x-96 > :not(:last-child){
    margin-right: -480px;
  }

  .tw .sm\:-spacing-y-96 > :not(:last-child){
    margin-bottom: -480px;
  }

  .tw .sm\:spacing-x-97 > :not(:last-child){
    margin-right: 485px;
  }

  .tw .sm\:spacing-y-97 > :not(:last-child){
    margin-bottom: 485px;
  }

  .tw .sm\:-spacing-x-97 > :not(:last-child){
    margin-right: -485px;
  }

  .tw .sm\:-spacing-y-97 > :not(:last-child){
    margin-bottom: -485px;
  }

  .tw .sm\:spacing-x-98 > :not(:last-child){
    margin-right: 490px;
  }

  .tw .sm\:spacing-y-98 > :not(:last-child){
    margin-bottom: 490px;
  }

  .tw .sm\:-spacing-x-98 > :not(:last-child){
    margin-right: -490px;
  }

  .tw .sm\:-spacing-y-98 > :not(:last-child){
    margin-bottom: -490px;
  }

  .tw .sm\:spacing-x-99 > :not(:last-child){
    margin-right: 495px;
  }

  .tw .sm\:spacing-y-99 > :not(:last-child){
    margin-bottom: 495px;
  }

  .tw .sm\:-spacing-x-99 > :not(:last-child){
    margin-right: -495px;
  }

  .tw .sm\:-spacing-y-99 > :not(:last-child){
    margin-bottom: -495px;
  }

  .tw .sm\:spacing-x-100 > :not(:last-child){
    margin-right: 500px;
  }

  .tw .sm\:spacing-y-100 > :not(:last-child){
    margin-bottom: 500px;
  }

  .tw .sm\:-spacing-x-100 > :not(:last-child){
    margin-right: -500px;
  }

  .tw .sm\:-spacing-y-100 > :not(:last-child){
    margin-bottom: -500px;
  }

  .tw .sm\:spacing-x-101 > :not(:last-child){
    margin-right: 505px;
  }

  .tw .sm\:spacing-y-101 > :not(:last-child){
    margin-bottom: 505px;
  }

  .tw .sm\:-spacing-x-101 > :not(:last-child){
    margin-right: -505px;
  }

  .tw .sm\:-spacing-y-101 > :not(:last-child){
    margin-bottom: -505px;
  }

  .tw .sm\:spacing-x-102 > :not(:last-child){
    margin-right: 510px;
  }

  .tw .sm\:spacing-y-102 > :not(:last-child){
    margin-bottom: 510px;
  }

  .tw .sm\:-spacing-x-102 > :not(:last-child){
    margin-right: -510px;
  }

  .tw .sm\:-spacing-y-102 > :not(:last-child){
    margin-bottom: -510px;
  }

  .tw .sm\:spacing-x-103 > :not(:last-child){
    margin-right: 515px;
  }

  .tw .sm\:spacing-y-103 > :not(:last-child){
    margin-bottom: 515px;
  }

  .tw .sm\:-spacing-x-103 > :not(:last-child){
    margin-right: -515px;
  }

  .tw .sm\:-spacing-y-103 > :not(:last-child){
    margin-bottom: -515px;
  }

  .tw .sm\:spacing-x-104 > :not(:last-child){
    margin-right: 520px;
  }

  .tw .sm\:spacing-y-104 > :not(:last-child){
    margin-bottom: 520px;
  }

  .tw .sm\:-spacing-x-104 > :not(:last-child){
    margin-right: -520px;
  }

  .tw .sm\:-spacing-y-104 > :not(:last-child){
    margin-bottom: -520px;
  }

  .tw .sm\:spacing-x-105 > :not(:last-child){
    margin-right: 525px;
  }

  .tw .sm\:spacing-y-105 > :not(:last-child){
    margin-bottom: 525px;
  }

  .tw .sm\:-spacing-x-105 > :not(:last-child){
    margin-right: -525px;
  }

  .tw .sm\:-spacing-y-105 > :not(:last-child){
    margin-bottom: -525px;
  }

  .tw .sm\:spacing-x-106 > :not(:last-child){
    margin-right: 530px;
  }

  .tw .sm\:spacing-y-106 > :not(:last-child){
    margin-bottom: 530px;
  }

  .tw .sm\:-spacing-x-106 > :not(:last-child){
    margin-right: -530px;
  }

  .tw .sm\:-spacing-y-106 > :not(:last-child){
    margin-bottom: -530px;
  }

  .tw .sm\:spacing-x-107 > :not(:last-child){
    margin-right: 535px;
  }

  .tw .sm\:spacing-y-107 > :not(:last-child){
    margin-bottom: 535px;
  }

  .tw .sm\:-spacing-x-107 > :not(:last-child){
    margin-right: -535px;
  }

  .tw .sm\:-spacing-y-107 > :not(:last-child){
    margin-bottom: -535px;
  }

  .tw .sm\:spacing-x-108 > :not(:last-child){
    margin-right: 540px;
  }

  .tw .sm\:spacing-y-108 > :not(:last-child){
    margin-bottom: 540px;
  }

  .tw .sm\:-spacing-x-108 > :not(:last-child){
    margin-right: -540px;
  }

  .tw .sm\:-spacing-y-108 > :not(:last-child){
    margin-bottom: -540px;
  }

  .tw .sm\:spacing-x-109 > :not(:last-child){
    margin-right: 545px;
  }

  .tw .sm\:spacing-y-109 > :not(:last-child){
    margin-bottom: 545px;
  }

  .tw .sm\:-spacing-x-109 > :not(:last-child){
    margin-right: -545px;
  }

  .tw .sm\:-spacing-y-109 > :not(:last-child){
    margin-bottom: -545px;
  }

  .tw .sm\:spacing-x-110 > :not(:last-child){
    margin-right: 550px;
  }

  .tw .sm\:spacing-y-110 > :not(:last-child){
    margin-bottom: 550px;
  }

  .tw .sm\:-spacing-x-110 > :not(:last-child){
    margin-right: -550px;
  }

  .tw .sm\:-spacing-y-110 > :not(:last-child){
    margin-bottom: -550px;
  }

  .tw .sm\:spacing-x-111 > :not(:last-child){
    margin-right: 555px;
  }

  .tw .sm\:spacing-y-111 > :not(:last-child){
    margin-bottom: 555px;
  }

  .tw .sm\:-spacing-x-111 > :not(:last-child){
    margin-right: -555px;
  }

  .tw .sm\:-spacing-y-111 > :not(:last-child){
    margin-bottom: -555px;
  }

  .tw .sm\:spacing-x-112 > :not(:last-child){
    margin-right: 560px;
  }

  .tw .sm\:spacing-y-112 > :not(:last-child){
    margin-bottom: 560px;
  }

  .tw .sm\:-spacing-x-112 > :not(:last-child){
    margin-right: -560px;
  }

  .tw .sm\:-spacing-y-112 > :not(:last-child){
    margin-bottom: -560px;
  }

  .tw .sm\:spacing-x-113 > :not(:last-child){
    margin-right: 565px;
  }

  .tw .sm\:spacing-y-113 > :not(:last-child){
    margin-bottom: 565px;
  }

  .tw .sm\:-spacing-x-113 > :not(:last-child){
    margin-right: -565px;
  }

  .tw .sm\:-spacing-y-113 > :not(:last-child){
    margin-bottom: -565px;
  }

  .tw .sm\:spacing-x-114 > :not(:last-child){
    margin-right: 570px;
  }

  .tw .sm\:spacing-y-114 > :not(:last-child){
    margin-bottom: 570px;
  }

  .tw .sm\:-spacing-x-114 > :not(:last-child){
    margin-right: -570px;
  }

  .tw .sm\:-spacing-y-114 > :not(:last-child){
    margin-bottom: -570px;
  }

  .tw .sm\:spacing-x-115 > :not(:last-child){
    margin-right: 575px;
  }

  .tw .sm\:spacing-y-115 > :not(:last-child){
    margin-bottom: 575px;
  }

  .tw .sm\:-spacing-x-115 > :not(:last-child){
    margin-right: -575px;
  }

  .tw .sm\:-spacing-y-115 > :not(:last-child){
    margin-bottom: -575px;
  }

  .tw .sm\:spacing-x-116 > :not(:last-child){
    margin-right: 580px;
  }

  .tw .sm\:spacing-y-116 > :not(:last-child){
    margin-bottom: 580px;
  }

  .tw .sm\:-spacing-x-116 > :not(:last-child){
    margin-right: -580px;
  }

  .tw .sm\:-spacing-y-116 > :not(:last-child){
    margin-bottom: -580px;
  }

  .tw .sm\:spacing-x-117 > :not(:last-child){
    margin-right: 585px;
  }

  .tw .sm\:spacing-y-117 > :not(:last-child){
    margin-bottom: 585px;
  }

  .tw .sm\:-spacing-x-117 > :not(:last-child){
    margin-right: -585px;
  }

  .tw .sm\:-spacing-y-117 > :not(:last-child){
    margin-bottom: -585px;
  }

  .tw .sm\:spacing-x-118 > :not(:last-child){
    margin-right: 590px;
  }

  .tw .sm\:spacing-y-118 > :not(:last-child){
    margin-bottom: 590px;
  }

  .tw .sm\:-spacing-x-118 > :not(:last-child){
    margin-right: -590px;
  }

  .tw .sm\:-spacing-y-118 > :not(:last-child){
    margin-bottom: -590px;
  }

  .tw .sm\:spacing-x-119 > :not(:last-child){
    margin-right: 595px;
  }

  .tw .sm\:spacing-y-119 > :not(:last-child){
    margin-bottom: 595px;
  }

  .tw .sm\:-spacing-x-119 > :not(:last-child){
    margin-right: -595px;
  }

  .tw .sm\:-spacing-y-119 > :not(:last-child){
    margin-bottom: -595px;
  }

  .tw .sm\:spacing-x-120 > :not(:last-child){
    margin-right: 600px;
  }

  .tw .sm\:spacing-y-120 > :not(:last-child){
    margin-bottom: 600px;
  }

  .tw .sm\:-spacing-x-120 > :not(:last-child){
    margin-right: -600px;
  }

  .tw .sm\:-spacing-y-120 > :not(:last-child){
    margin-bottom: -600px;
  }

  .tw .sm\:spacing-x-121 > :not(:last-child){
    margin-right: 605px;
  }

  .tw .sm\:spacing-y-121 > :not(:last-child){
    margin-bottom: 605px;
  }

  .tw .sm\:-spacing-x-121 > :not(:last-child){
    margin-right: -605px;
  }

  .tw .sm\:-spacing-y-121 > :not(:last-child){
    margin-bottom: -605px;
  }

  .tw .sm\:spacing-x-122 > :not(:last-child){
    margin-right: 610px;
  }

  .tw .sm\:spacing-y-122 > :not(:last-child){
    margin-bottom: 610px;
  }

  .tw .sm\:-spacing-x-122 > :not(:last-child){
    margin-right: -610px;
  }

  .tw .sm\:-spacing-y-122 > :not(:last-child){
    margin-bottom: -610px;
  }

  .tw .sm\:spacing-x-123 > :not(:last-child){
    margin-right: 615px;
  }

  .tw .sm\:spacing-y-123 > :not(:last-child){
    margin-bottom: 615px;
  }

  .tw .sm\:-spacing-x-123 > :not(:last-child){
    margin-right: -615px;
  }

  .tw .sm\:-spacing-y-123 > :not(:last-child){
    margin-bottom: -615px;
  }

  .tw .sm\:spacing-x-124 > :not(:last-child){
    margin-right: 620px;
  }

  .tw .sm\:spacing-y-124 > :not(:last-child){
    margin-bottom: 620px;
  }

  .tw .sm\:-spacing-x-124 > :not(:last-child){
    margin-right: -620px;
  }

  .tw .sm\:-spacing-y-124 > :not(:last-child){
    margin-bottom: -620px;
  }

  .tw .sm\:spacing-x-125 > :not(:last-child){
    margin-right: 625px;
  }

  .tw .sm\:spacing-y-125 > :not(:last-child){
    margin-bottom: 625px;
  }

  .tw .sm\:-spacing-x-125 > :not(:last-child){
    margin-right: -625px;
  }

  .tw .sm\:-spacing-y-125 > :not(:last-child){
    margin-bottom: -625px;
  }

  .tw .sm\:spacing-x-126 > :not(:last-child){
    margin-right: 630px;
  }

  .tw .sm\:spacing-y-126 > :not(:last-child){
    margin-bottom: 630px;
  }

  .tw .sm\:-spacing-x-126 > :not(:last-child){
    margin-right: -630px;
  }

  .tw .sm\:-spacing-y-126 > :not(:last-child){
    margin-bottom: -630px;
  }

  .tw .sm\:spacing-x-127 > :not(:last-child){
    margin-right: 635px;
  }

  .tw .sm\:spacing-y-127 > :not(:last-child){
    margin-bottom: 635px;
  }

  .tw .sm\:-spacing-x-127 > :not(:last-child){
    margin-right: -635px;
  }

  .tw .sm\:-spacing-y-127 > :not(:last-child){
    margin-bottom: -635px;
  }

  .tw .sm\:spacing-x-128 > :not(:last-child){
    margin-right: 640px;
  }

  .tw .sm\:spacing-y-128 > :not(:last-child){
    margin-bottom: 640px;
  }

  .tw .sm\:-spacing-x-128 > :not(:last-child){
    margin-right: -640px;
  }

  .tw .sm\:-spacing-y-128 > :not(:last-child){
    margin-bottom: -640px;
  }

  .tw .sm\:spacing-x-129 > :not(:last-child){
    margin-right: 645px;
  }

  .tw .sm\:spacing-y-129 > :not(:last-child){
    margin-bottom: 645px;
  }

  .tw .sm\:-spacing-x-129 > :not(:last-child){
    margin-right: -645px;
  }

  .tw .sm\:-spacing-y-129 > :not(:last-child){
    margin-bottom: -645px;
  }

  .tw .sm\:spacing-x-130 > :not(:last-child){
    margin-right: 650px;
  }

  .tw .sm\:spacing-y-130 > :not(:last-child){
    margin-bottom: 650px;
  }

  .tw .sm\:-spacing-x-130 > :not(:last-child){
    margin-right: -650px;
  }

  .tw .sm\:-spacing-y-130 > :not(:last-child){
    margin-bottom: -650px;
  }

  .tw .sm\:spacing-x-131 > :not(:last-child){
    margin-right: 655px;
  }

  .tw .sm\:spacing-y-131 > :not(:last-child){
    margin-bottom: 655px;
  }

  .tw .sm\:-spacing-x-131 > :not(:last-child){
    margin-right: -655px;
  }

  .tw .sm\:-spacing-y-131 > :not(:last-child){
    margin-bottom: -655px;
  }

  .tw .sm\:spacing-x-132 > :not(:last-child){
    margin-right: 660px;
  }

  .tw .sm\:spacing-y-132 > :not(:last-child){
    margin-bottom: 660px;
  }

  .tw .sm\:-spacing-x-132 > :not(:last-child){
    margin-right: -660px;
  }

  .tw .sm\:-spacing-y-132 > :not(:last-child){
    margin-bottom: -660px;
  }

  .tw .sm\:spacing-x-133 > :not(:last-child){
    margin-right: 665px;
  }

  .tw .sm\:spacing-y-133 > :not(:last-child){
    margin-bottom: 665px;
  }

  .tw .sm\:-spacing-x-133 > :not(:last-child){
    margin-right: -665px;
  }

  .tw .sm\:-spacing-y-133 > :not(:last-child){
    margin-bottom: -665px;
  }

  .tw .sm\:spacing-x-134 > :not(:last-child){
    margin-right: 670px;
  }

  .tw .sm\:spacing-y-134 > :not(:last-child){
    margin-bottom: 670px;
  }

  .tw .sm\:-spacing-x-134 > :not(:last-child){
    margin-right: -670px;
  }

  .tw .sm\:-spacing-y-134 > :not(:last-child){
    margin-bottom: -670px;
  }

  .tw .sm\:spacing-x-135 > :not(:last-child){
    margin-right: 675px;
  }

  .tw .sm\:spacing-y-135 > :not(:last-child){
    margin-bottom: 675px;
  }

  .tw .sm\:-spacing-x-135 > :not(:last-child){
    margin-right: -675px;
  }

  .tw .sm\:-spacing-y-135 > :not(:last-child){
    margin-bottom: -675px;
  }

  .tw .sm\:spacing-x-136 > :not(:last-child){
    margin-right: 680px;
  }

  .tw .sm\:spacing-y-136 > :not(:last-child){
    margin-bottom: 680px;
  }

  .tw .sm\:-spacing-x-136 > :not(:last-child){
    margin-right: -680px;
  }

  .tw .sm\:-spacing-y-136 > :not(:last-child){
    margin-bottom: -680px;
  }

  .tw .sm\:spacing-x-137 > :not(:last-child){
    margin-right: 685px;
  }

  .tw .sm\:spacing-y-137 > :not(:last-child){
    margin-bottom: 685px;
  }

  .tw .sm\:-spacing-x-137 > :not(:last-child){
    margin-right: -685px;
  }

  .tw .sm\:-spacing-y-137 > :not(:last-child){
    margin-bottom: -685px;
  }

  .tw .sm\:spacing-x-138 > :not(:last-child){
    margin-right: 690px;
  }

  .tw .sm\:spacing-y-138 > :not(:last-child){
    margin-bottom: 690px;
  }

  .tw .sm\:-spacing-x-138 > :not(:last-child){
    margin-right: -690px;
  }

  .tw .sm\:-spacing-y-138 > :not(:last-child){
    margin-bottom: -690px;
  }

  .tw .sm\:spacing-x-139 > :not(:last-child){
    margin-right: 695px;
  }

  .tw .sm\:spacing-y-139 > :not(:last-child){
    margin-bottom: 695px;
  }

  .tw .sm\:-spacing-x-139 > :not(:last-child){
    margin-right: -695px;
  }

  .tw .sm\:-spacing-y-139 > :not(:last-child){
    margin-bottom: -695px;
  }

  .tw .sm\:spacing-x-140 > :not(:last-child){
    margin-right: 700px;
  }

  .tw .sm\:spacing-y-140 > :not(:last-child){
    margin-bottom: 700px;
  }

  .tw .sm\:-spacing-x-140 > :not(:last-child){
    margin-right: -700px;
  }

  .tw .sm\:-spacing-y-140 > :not(:last-child){
    margin-bottom: -700px;
  }

  .tw .sm\:spacing-x-141 > :not(:last-child){
    margin-right: 705px;
  }

  .tw .sm\:spacing-y-141 > :not(:last-child){
    margin-bottom: 705px;
  }

  .tw .sm\:-spacing-x-141 > :not(:last-child){
    margin-right: -705px;
  }

  .tw .sm\:-spacing-y-141 > :not(:last-child){
    margin-bottom: -705px;
  }

  .tw .sm\:spacing-x-142 > :not(:last-child){
    margin-right: 710px;
  }

  .tw .sm\:spacing-y-142 > :not(:last-child){
    margin-bottom: 710px;
  }

  .tw .sm\:-spacing-x-142 > :not(:last-child){
    margin-right: -710px;
  }

  .tw .sm\:-spacing-y-142 > :not(:last-child){
    margin-bottom: -710px;
  }

  .tw .sm\:spacing-x-143 > :not(:last-child){
    margin-right: 715px;
  }

  .tw .sm\:spacing-y-143 > :not(:last-child){
    margin-bottom: 715px;
  }

  .tw .sm\:-spacing-x-143 > :not(:last-child){
    margin-right: -715px;
  }

  .tw .sm\:-spacing-y-143 > :not(:last-child){
    margin-bottom: -715px;
  }

  .tw .sm\:spacing-x-144 > :not(:last-child){
    margin-right: 720px;
  }

  .tw .sm\:spacing-y-144 > :not(:last-child){
    margin-bottom: 720px;
  }

  .tw .sm\:-spacing-x-144 > :not(:last-child){
    margin-right: -720px;
  }

  .tw .sm\:-spacing-y-144 > :not(:last-child){
    margin-bottom: -720px;
  }

  .tw .sm\:spacing-x-145 > :not(:last-child){
    margin-right: 725px;
  }

  .tw .sm\:spacing-y-145 > :not(:last-child){
    margin-bottom: 725px;
  }

  .tw .sm\:-spacing-x-145 > :not(:last-child){
    margin-right: -725px;
  }

  .tw .sm\:-spacing-y-145 > :not(:last-child){
    margin-bottom: -725px;
  }

  .tw .sm\:spacing-x-146 > :not(:last-child){
    margin-right: 730px;
  }

  .tw .sm\:spacing-y-146 > :not(:last-child){
    margin-bottom: 730px;
  }

  .tw .sm\:-spacing-x-146 > :not(:last-child){
    margin-right: -730px;
  }

  .tw .sm\:-spacing-y-146 > :not(:last-child){
    margin-bottom: -730px;
  }

  .tw .sm\:spacing-x-147 > :not(:last-child){
    margin-right: 735px;
  }

  .tw .sm\:spacing-y-147 > :not(:last-child){
    margin-bottom: 735px;
  }

  .tw .sm\:-spacing-x-147 > :not(:last-child){
    margin-right: -735px;
  }

  .tw .sm\:-spacing-y-147 > :not(:last-child){
    margin-bottom: -735px;
  }

  .tw .sm\:spacing-x-148 > :not(:last-child){
    margin-right: 740px;
  }

  .tw .sm\:spacing-y-148 > :not(:last-child){
    margin-bottom: 740px;
  }

  .tw .sm\:-spacing-x-148 > :not(:last-child){
    margin-right: -740px;
  }

  .tw .sm\:-spacing-y-148 > :not(:last-child){
    margin-bottom: -740px;
  }

  .tw .sm\:spacing-x-149 > :not(:last-child){
    margin-right: 745px;
  }

  .tw .sm\:spacing-y-149 > :not(:last-child){
    margin-bottom: 745px;
  }

  .tw .sm\:-spacing-x-149 > :not(:last-child){
    margin-right: -745px;
  }

  .tw .sm\:-spacing-y-149 > :not(:last-child){
    margin-bottom: -745px;
  }

  .tw .spacing-x-0.sm\:5> :not(:last-child){
    margin-right: 3px;
  }

  .tw .spacing-y-0.sm\:5> :not(:last-child){
    margin-bottom: 3px;
  }

  .tw .-spacing-x-0.sm\:5> :not(:last-child){
    margin-right: -3px;
  }

  .tw .-spacing-y-0.sm\:5> :not(:last-child){
    margin-bottom: -3px;
  }
}

@media (min-width: 768px){
  .md\:container{
    width: 100%;
  }

  @media (min-width: 640px){
    .md\:container{
      max-width: 640px;
    }
  }

  @media (min-width: 768px){
    .md\:container{
      max-width: 768px;
    }
  }

  @media (min-width: 1024px){
    .md\:container{
      max-width: 1024px;
    }
  }

  @media (min-width: 1280px){
    .md\:container{
      max-width: 1280px;
    }
  }

  .tw .md\:sr-only{
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border-width: 0;
  }

  .tw .md\:not-sr-only{
    position: static;
    width: auto;
    height: auto;
    padding: 0;
    margin: 0;
    overflow: visible;
    clip: auto;
    white-space: normal;
  }

  .tw .md\:focus-within\:sr-only:focus-within{
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border-width: 0;
  }

  .tw .md\:focus-within\:not-sr-only:focus-within{
    position: static;
    width: auto;
    height: auto;
    padding: 0;
    margin: 0;
    overflow: visible;
    clip: auto;
    white-space: normal;
  }

  .tw .md\:focus\:sr-only:focus{
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border-width: 0;
  }

  .tw .md\:focus\:not-sr-only:focus{
    position: static;
    width: auto;
    height: auto;
    padding: 0;
    margin: 0;
    overflow: visible;
    clip: auto;
    white-space: normal;
  }

  .tw .md\:pointer-events-none{
    pointer-events: none;
  }

  .tw .md\:pointer-events-auto{
    pointer-events: auto;
  }

  .tw .md\:static{
    position: static;
  }

  .tw .md\:fixed{
    position: fixed;
  }

  .tw .md\:absolute{
    position: absolute;
  }

  .tw .md\:relative{
    position: relative;
  }

  .tw .md\:sticky{
    position: sticky;
  }

  .tw .md\:inset-0{
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
  }

  .tw .md\:inset-1{
    top: 5px;
    right: 5px;
    bottom: 5px;
    left: 5px;
  }

  .tw .md\:inset-2{
    top: 10px;
    right: 10px;
    bottom: 10px;
    left: 10px;
  }

  .tw .md\:inset-3{
    top: 15px;
    right: 15px;
    bottom: 15px;
    left: 15px;
  }

  .tw .md\:inset-4{
    top: 20px;
    right: 20px;
    bottom: 20px;
    left: 20px;
  }

  .tw .md\:inset-5{
    top: 25px;
    right: 25px;
    bottom: 25px;
    left: 25px;
  }

  .tw .md\:inset-6{
    top: 30px;
    right: 30px;
    bottom: 30px;
    left: 30px;
  }

  .tw .md\:inset-7{
    top: 35px;
    right: 35px;
    bottom: 35px;
    left: 35px;
  }

  .tw .md\:inset-8{
    top: 40px;
    right: 40px;
    bottom: 40px;
    left: 40px;
  }

  .tw .md\:inset-9{
    top: 45px;
    right: 45px;
    bottom: 45px;
    left: 45px;
  }

  .tw .md\:inset-10{
    top: 50px;
    right: 50px;
    bottom: 50px;
    left: 50px;
  }

  .tw .md\:inset-11{
    top: 55px;
    right: 55px;
    bottom: 55px;
    left: 55px;
  }

  .tw .md\:inset-12{
    top: 60px;
    right: 60px;
    bottom: 60px;
    left: 60px;
  }

  .tw .md\:inset-13{
    top: 65px;
    right: 65px;
    bottom: 65px;
    left: 65px;
  }

  .tw .md\:inset-14{
    top: 70px;
    right: 70px;
    bottom: 70px;
    left: 70px;
  }

  .tw .md\:inset-15{
    top: 75px;
    right: 75px;
    bottom: 75px;
    left: 75px;
  }

  .tw .md\:inset-16{
    top: 80px;
    right: 80px;
    bottom: 80px;
    left: 80px;
  }

  .tw .md\:inset-17{
    top: 85px;
    right: 85px;
    bottom: 85px;
    left: 85px;
  }

  .tw .md\:inset-18{
    top: 90px;
    right: 90px;
    bottom: 90px;
    left: 90px;
  }

  .tw .md\:inset-19{
    top: 95px;
    right: 95px;
    bottom: 95px;
    left: 95px;
  }

  .tw .md\:inset-20{
    top: 100px;
    right: 100px;
    bottom: 100px;
    left: 100px;
  }

  .tw .md\:inset-21{
    top: 105px;
    right: 105px;
    bottom: 105px;
    left: 105px;
  }

  .tw .md\:inset-22{
    top: 110px;
    right: 110px;
    bottom: 110px;
    left: 110px;
  }

  .tw .md\:inset-23{
    top: 115px;
    right: 115px;
    bottom: 115px;
    left: 115px;
  }

  .tw .md\:inset-24{
    top: 120px;
    right: 120px;
    bottom: 120px;
    left: 120px;
  }

  .tw .md\:inset-25{
    top: 125px;
    right: 125px;
    bottom: 125px;
    left: 125px;
  }

  .tw .md\:inset-26{
    top: 130px;
    right: 130px;
    bottom: 130px;
    left: 130px;
  }

  .tw .md\:inset-27{
    top: 135px;
    right: 135px;
    bottom: 135px;
    left: 135px;
  }

  .tw .md\:inset-28{
    top: 140px;
    right: 140px;
    bottom: 140px;
    left: 140px;
  }

  .tw .md\:inset-29{
    top: 145px;
    right: 145px;
    bottom: 145px;
    left: 145px;
  }

  .tw .md\:inset-30{
    top: 150px;
    right: 150px;
    bottom: 150px;
    left: 150px;
  }

  .tw .md\:inset-31{
    top: 155px;
    right: 155px;
    bottom: 155px;
    left: 155px;
  }

  .tw .md\:inset-32{
    top: 160px;
    right: 160px;
    bottom: 160px;
    left: 160px;
  }

  .tw .md\:inset-33{
    top: 165px;
    right: 165px;
    bottom: 165px;
    left: 165px;
  }

  .tw .md\:inset-34{
    top: 170px;
    right: 170px;
    bottom: 170px;
    left: 170px;
  }

  .tw .md\:inset-35{
    top: 175px;
    right: 175px;
    bottom: 175px;
    left: 175px;
  }

  .tw .md\:inset-36{
    top: 180px;
    right: 180px;
    bottom: 180px;
    left: 180px;
  }

  .tw .md\:inset-37{
    top: 185px;
    right: 185px;
    bottom: 185px;
    left: 185px;
  }

  .tw .md\:inset-38{
    top: 190px;
    right: 190px;
    bottom: 190px;
    left: 190px;
  }

  .tw .md\:inset-39{
    top: 195px;
    right: 195px;
    bottom: 195px;
    left: 195px;
  }

  .tw .md\:inset-40{
    top: 200px;
    right: 200px;
    bottom: 200px;
    left: 200px;
  }

  .tw .md\:inset-41{
    top: 205px;
    right: 205px;
    bottom: 205px;
    left: 205px;
  }

  .tw .md\:inset-42{
    top: 210px;
    right: 210px;
    bottom: 210px;
    left: 210px;
  }

  .tw .md\:inset-43{
    top: 215px;
    right: 215px;
    bottom: 215px;
    left: 215px;
  }

  .tw .md\:inset-44{
    top: 220px;
    right: 220px;
    bottom: 220px;
    left: 220px;
  }

  .tw .md\:inset-45{
    top: 225px;
    right: 225px;
    bottom: 225px;
    left: 225px;
  }

  .tw .md\:inset-46{
    top: 230px;
    right: 230px;
    bottom: 230px;
    left: 230px;
  }

  .tw .md\:inset-47{
    top: 235px;
    right: 235px;
    bottom: 235px;
    left: 235px;
  }

  .tw .md\:inset-48{
    top: 240px;
    right: 240px;
    bottom: 240px;
    left: 240px;
  }

  .tw .md\:inset-49{
    top: 245px;
    right: 245px;
    bottom: 245px;
    left: 245px;
  }

  .tw .md\:inset-50{
    top: 250px;
    right: 250px;
    bottom: 250px;
    left: 250px;
  }

  .tw .md\:inset-51{
    top: 255px;
    right: 255px;
    bottom: 255px;
    left: 255px;
  }

  .tw .md\:inset-52{
    top: 260px;
    right: 260px;
    bottom: 260px;
    left: 260px;
  }

  .tw .md\:inset-53{
    top: 265px;
    right: 265px;
    bottom: 265px;
    left: 265px;
  }

  .tw .md\:inset-54{
    top: 270px;
    right: 270px;
    bottom: 270px;
    left: 270px;
  }

  .tw .md\:inset-55{
    top: 275px;
    right: 275px;
    bottom: 275px;
    left: 275px;
  }

  .tw .md\:inset-56{
    top: 280px;
    right: 280px;
    bottom: 280px;
    left: 280px;
  }

  .tw .md\:inset-57{
    top: 285px;
    right: 285px;
    bottom: 285px;
    left: 285px;
  }

  .tw .md\:inset-58{
    top: 290px;
    right: 290px;
    bottom: 290px;
    left: 290px;
  }

  .tw .md\:inset-59{
    top: 295px;
    right: 295px;
    bottom: 295px;
    left: 295px;
  }

  .tw .md\:inset-60{
    top: 300px;
    right: 300px;
    bottom: 300px;
    left: 300px;
  }

  .tw .md\:inset-61{
    top: 305px;
    right: 305px;
    bottom: 305px;
    left: 305px;
  }

  .tw .md\:inset-62{
    top: 310px;
    right: 310px;
    bottom: 310px;
    left: 310px;
  }

  .tw .md\:inset-63{
    top: 315px;
    right: 315px;
    bottom: 315px;
    left: 315px;
  }

  .tw .md\:inset-64{
    top: 320px;
    right: 320px;
    bottom: 320px;
    left: 320px;
  }

  .tw .md\:inset-65{
    top: 325px;
    right: 325px;
    bottom: 325px;
    left: 325px;
  }

  .tw .md\:inset-66{
    top: 330px;
    right: 330px;
    bottom: 330px;
    left: 330px;
  }

  .tw .md\:inset-67{
    top: 335px;
    right: 335px;
    bottom: 335px;
    left: 335px;
  }

  .tw .md\:inset-68{
    top: 340px;
    right: 340px;
    bottom: 340px;
    left: 340px;
  }

  .tw .md\:inset-69{
    top: 345px;
    right: 345px;
    bottom: 345px;
    left: 345px;
  }

  .tw .md\:inset-70{
    top: 350px;
    right: 350px;
    bottom: 350px;
    left: 350px;
  }

  .tw .md\:inset-71{
    top: 355px;
    right: 355px;
    bottom: 355px;
    left: 355px;
  }

  .tw .md\:inset-72{
    top: 360px;
    right: 360px;
    bottom: 360px;
    left: 360px;
  }

  .tw .md\:inset-73{
    top: 365px;
    right: 365px;
    bottom: 365px;
    left: 365px;
  }

  .tw .md\:inset-74{
    top: 370px;
    right: 370px;
    bottom: 370px;
    left: 370px;
  }

  .tw .md\:inset-75{
    top: 375px;
    right: 375px;
    bottom: 375px;
    left: 375px;
  }

  .tw .md\:inset-76{
    top: 380px;
    right: 380px;
    bottom: 380px;
    left: 380px;
  }

  .tw .md\:inset-77{
    top: 385px;
    right: 385px;
    bottom: 385px;
    left: 385px;
  }

  .tw .md\:inset-78{
    top: 390px;
    right: 390px;
    bottom: 390px;
    left: 390px;
  }

  .tw .md\:inset-79{
    top: 395px;
    right: 395px;
    bottom: 395px;
    left: 395px;
  }

  .tw .md\:inset-80{
    top: 400px;
    right: 400px;
    bottom: 400px;
    left: 400px;
  }

  .tw .md\:inset-81{
    top: 405px;
    right: 405px;
    bottom: 405px;
    left: 405px;
  }

  .tw .md\:inset-82{
    top: 410px;
    right: 410px;
    bottom: 410px;
    left: 410px;
  }

  .tw .md\:inset-83{
    top: 415px;
    right: 415px;
    bottom: 415px;
    left: 415px;
  }

  .tw .md\:inset-84{
    top: 420px;
    right: 420px;
    bottom: 420px;
    left: 420px;
  }

  .tw .md\:inset-85{
    top: 425px;
    right: 425px;
    bottom: 425px;
    left: 425px;
  }

  .tw .md\:inset-86{
    top: 430px;
    right: 430px;
    bottom: 430px;
    left: 430px;
  }

  .tw .md\:inset-87{
    top: 435px;
    right: 435px;
    bottom: 435px;
    left: 435px;
  }

  .tw .md\:inset-88{
    top: 440px;
    right: 440px;
    bottom: 440px;
    left: 440px;
  }

  .tw .md\:inset-89{
    top: 445px;
    right: 445px;
    bottom: 445px;
    left: 445px;
  }

  .tw .md\:inset-90{
    top: 450px;
    right: 450px;
    bottom: 450px;
    left: 450px;
  }

  .tw .md\:inset-91{
    top: 455px;
    right: 455px;
    bottom: 455px;
    left: 455px;
  }

  .tw .md\:inset-92{
    top: 460px;
    right: 460px;
    bottom: 460px;
    left: 460px;
  }

  .tw .md\:inset-93{
    top: 465px;
    right: 465px;
    bottom: 465px;
    left: 465px;
  }

  .tw .md\:inset-94{
    top: 470px;
    right: 470px;
    bottom: 470px;
    left: 470px;
  }

  .tw .md\:inset-95{
    top: 475px;
    right: 475px;
    bottom: 475px;
    left: 475px;
  }

  .tw .md\:inset-96{
    top: 480px;
    right: 480px;
    bottom: 480px;
    left: 480px;
  }

  .tw .md\:inset-97{
    top: 485px;
    right: 485px;
    bottom: 485px;
    left: 485px;
  }

  .tw .md\:inset-98{
    top: 490px;
    right: 490px;
    bottom: 490px;
    left: 490px;
  }

  .tw .md\:inset-99{
    top: 495px;
    right: 495px;
    bottom: 495px;
    left: 495px;
  }

  .tw .md\:inset-100{
    top: 500px;
    right: 500px;
    bottom: 500px;
    left: 500px;
  }

  .tw .md\:inset-101{
    top: 505px;
    right: 505px;
    bottom: 505px;
    left: 505px;
  }

  .tw .md\:inset-102{
    top: 510px;
    right: 510px;
    bottom: 510px;
    left: 510px;
  }

  .tw .md\:inset-103{
    top: 515px;
    right: 515px;
    bottom: 515px;
    left: 515px;
  }

  .tw .md\:inset-104{
    top: 520px;
    right: 520px;
    bottom: 520px;
    left: 520px;
  }

  .tw .md\:inset-105{
    top: 525px;
    right: 525px;
    bottom: 525px;
    left: 525px;
  }

  .tw .md\:inset-106{
    top: 530px;
    right: 530px;
    bottom: 530px;
    left: 530px;
  }

  .tw .md\:inset-107{
    top: 535px;
    right: 535px;
    bottom: 535px;
    left: 535px;
  }

  .tw .md\:inset-108{
    top: 540px;
    right: 540px;
    bottom: 540px;
    left: 540px;
  }

  .tw .md\:inset-109{
    top: 545px;
    right: 545px;
    bottom: 545px;
    left: 545px;
  }

  .tw .md\:inset-110{
    top: 550px;
    right: 550px;
    bottom: 550px;
    left: 550px;
  }

  .tw .md\:inset-111{
    top: 555px;
    right: 555px;
    bottom: 555px;
    left: 555px;
  }

  .tw .md\:inset-112{
    top: 560px;
    right: 560px;
    bottom: 560px;
    left: 560px;
  }

  .tw .md\:inset-113{
    top: 565px;
    right: 565px;
    bottom: 565px;
    left: 565px;
  }

  .tw .md\:inset-114{
    top: 570px;
    right: 570px;
    bottom: 570px;
    left: 570px;
  }

  .tw .md\:inset-115{
    top: 575px;
    right: 575px;
    bottom: 575px;
    left: 575px;
  }

  .tw .md\:inset-116{
    top: 580px;
    right: 580px;
    bottom: 580px;
    left: 580px;
  }

  .tw .md\:inset-117{
    top: 585px;
    right: 585px;
    bottom: 585px;
    left: 585px;
  }

  .tw .md\:inset-118{
    top: 590px;
    right: 590px;
    bottom: 590px;
    left: 590px;
  }

  .tw .md\:inset-119{
    top: 595px;
    right: 595px;
    bottom: 595px;
    left: 595px;
  }

  .tw .md\:inset-120{
    top: 600px;
    right: 600px;
    bottom: 600px;
    left: 600px;
  }

  .tw .md\:inset-121{
    top: 605px;
    right: 605px;
    bottom: 605px;
    left: 605px;
  }

  .tw .md\:inset-122{
    top: 610px;
    right: 610px;
    bottom: 610px;
    left: 610px;
  }

  .tw .md\:inset-123{
    top: 615px;
    right: 615px;
    bottom: 615px;
    left: 615px;
  }

  .tw .md\:inset-124{
    top: 620px;
    right: 620px;
    bottom: 620px;
    left: 620px;
  }

  .tw .md\:inset-125{
    top: 625px;
    right: 625px;
    bottom: 625px;
    left: 625px;
  }

  .tw .md\:inset-126{
    top: 630px;
    right: 630px;
    bottom: 630px;
    left: 630px;
  }

  .tw .md\:inset-127{
    top: 635px;
    right: 635px;
    bottom: 635px;
    left: 635px;
  }

  .tw .md\:inset-128{
    top: 640px;
    right: 640px;
    bottom: 640px;
    left: 640px;
  }

  .tw .md\:inset-129{
    top: 645px;
    right: 645px;
    bottom: 645px;
    left: 645px;
  }

  .tw .md\:inset-130{
    top: 650px;
    right: 650px;
    bottom: 650px;
    left: 650px;
  }

  .tw .md\:inset-131{
    top: 655px;
    right: 655px;
    bottom: 655px;
    left: 655px;
  }

  .tw .md\:inset-132{
    top: 660px;
    right: 660px;
    bottom: 660px;
    left: 660px;
  }

  .tw .md\:inset-133{
    top: 665px;
    right: 665px;
    bottom: 665px;
    left: 665px;
  }

  .tw .md\:inset-134{
    top: 670px;
    right: 670px;
    bottom: 670px;
    left: 670px;
  }

  .tw .md\:inset-135{
    top: 675px;
    right: 675px;
    bottom: 675px;
    left: 675px;
  }

  .tw .md\:inset-136{
    top: 680px;
    right: 680px;
    bottom: 680px;
    left: 680px;
  }

  .tw .md\:inset-137{
    top: 685px;
    right: 685px;
    bottom: 685px;
    left: 685px;
  }

  .tw .md\:inset-138{
    top: 690px;
    right: 690px;
    bottom: 690px;
    left: 690px;
  }

  .tw .md\:inset-139{
    top: 695px;
    right: 695px;
    bottom: 695px;
    left: 695px;
  }

  .tw .md\:inset-140{
    top: 700px;
    right: 700px;
    bottom: 700px;
    left: 700px;
  }

  .tw .md\:inset-141{
    top: 705px;
    right: 705px;
    bottom: 705px;
    left: 705px;
  }

  .tw .md\:inset-142{
    top: 710px;
    right: 710px;
    bottom: 710px;
    left: 710px;
  }

  .tw .md\:inset-143{
    top: 715px;
    right: 715px;
    bottom: 715px;
    left: 715px;
  }

  .tw .md\:inset-144{
    top: 720px;
    right: 720px;
    bottom: 720px;
    left: 720px;
  }

  .tw .md\:inset-145{
    top: 725px;
    right: 725px;
    bottom: 725px;
    left: 725px;
  }

  .tw .md\:inset-146{
    top: 730px;
    right: 730px;
    bottom: 730px;
    left: 730px;
  }

  .tw .md\:inset-147{
    top: 735px;
    right: 735px;
    bottom: 735px;
    left: 735px;
  }

  .tw .md\:inset-148{
    top: 740px;
    right: 740px;
    bottom: 740px;
    left: 740px;
  }

  .tw .md\:inset-149{
    top: 745px;
    right: 745px;
    bottom: 745px;
    left: 745px;
  }

  .tw .md\:inset-auto{
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
  }

  .tw .md\:inset-0\.5{
    top: 3px;
    right: 3px;
    bottom: 3px;
    left: 3px;
  }

  .tw .md\:inset-1px{
    top: 1px;
    right: 1px;
    bottom: 1px;
    left: 1px;
  }

  .tw .md\:inset-2px{
    top: 2px;
    right: 2px;
    bottom: 2px;
    left: 2px;
  }

  .tw .md\:inset-3px{
    top: 3px;
    right: 3px;
    bottom: 3px;
    left: 3px;
  }

  .tw .md\:inset-4px{
    top: 4px;
    right: 4px;
    bottom: 4px;
    left: 4px;
  }

  .tw .md\:inset-5px{
    top: 5px;
    right: 5px;
    bottom: 5px;
    left: 5px;
  }

  .tw .md\:inset-6px{
    top: 6px;
    right: 6px;
    bottom: 6px;
    left: 6px;
  }

  .tw .md\:inset-7px{
    top: 7px;
    right: 7px;
    bottom: 7px;
    left: 7px;
  }

  .tw .md\:inset-8px{
    top: 8px;
    right: 8px;
    bottom: 8px;
    left: 8px;
  }

  .tw .md\:inset-9px{
    top: 9px;
    right: 9px;
    bottom: 9px;
    left: 9px;
  }

  .tw .md\:inset-10px{
    top: 10px;
    right: 10px;
    bottom: 10px;
    left: 10px;
  }

  .tw .md\:inset-11px{
    top: 11px;
    right: 11px;
    bottom: 11px;
    left: 11px;
  }

  .tw .md\:inset-12px{
    top: 12px;
    right: 12px;
    bottom: 12px;
    left: 12px;
  }

  .tw .md\:inset-13px{
    top: 13px;
    right: 13px;
    bottom: 13px;
    left: 13px;
  }

  .tw .md\:inset-14px{
    top: 14px;
    right: 14px;
    bottom: 14px;
    left: 14px;
  }

  .tw .md\:inset-15px{
    top: 15px;
    right: 15px;
    bottom: 15px;
    left: 15px;
  }

  .tw .md\:inset-16px{
    top: 16px;
    right: 16px;
    bottom: 16px;
    left: 16px;
  }

  .tw .md\:inset-17px{
    top: 17px;
    right: 17px;
    bottom: 17px;
    left: 17px;
  }

  .tw .md\:inset-18px{
    top: 18px;
    right: 18px;
    bottom: 18px;
    left: 18px;
  }

  .tw .md\:inset-19px{
    top: 19px;
    right: 19px;
    bottom: 19px;
    left: 19px;
  }

  .tw .md\:inset-20px{
    top: 20px;
    right: 20px;
    bottom: 20px;
    left: 20px;
  }

  .tw .md\:inset-21px{
    top: 21px;
    right: 21px;
    bottom: 21px;
    left: 21px;
  }

  .tw .md\:inset-22px{
    top: 22px;
    right: 22px;
    bottom: 22px;
    left: 22px;
  }

  .tw .md\:inset-23px{
    top: 23px;
    right: 23px;
    bottom: 23px;
    left: 23px;
  }

  .tw .md\:inset-24px{
    top: 24px;
    right: 24px;
    bottom: 24px;
    left: 24px;
  }

  .tw .md\:inset-25px{
    top: 25px;
    right: 25px;
    bottom: 25px;
    left: 25px;
  }

  .tw .md\:inset-26px{
    top: 26px;
    right: 26px;
    bottom: 26px;
    left: 26px;
  }

  .tw .md\:inset-27px{
    top: 27px;
    right: 27px;
    bottom: 27px;
    left: 27px;
  }

  .tw .md\:inset-28px{
    top: 28px;
    right: 28px;
    bottom: 28px;
    left: 28px;
  }

  .tw .md\:inset-29px{
    top: 29px;
    right: 29px;
    bottom: 29px;
    left: 29px;
  }

  .tw .md\:inset-30px{
    top: 30px;
    right: 30px;
    bottom: 30px;
    left: 30px;
  }

  .tw .md\:inset-31px{
    top: 31px;
    right: 31px;
    bottom: 31px;
    left: 31px;
  }

  .tw .md\:inset-32px{
    top: 32px;
    right: 32px;
    bottom: 32px;
    left: 32px;
  }

  .tw .md\:inset-33px{
    top: 33px;
    right: 33px;
    bottom: 33px;
    left: 33px;
  }

  .tw .md\:inset-34px{
    top: 34px;
    right: 34px;
    bottom: 34px;
    left: 34px;
  }

  .tw .md\:inset-35px{
    top: 35px;
    right: 35px;
    bottom: 35px;
    left: 35px;
  }

  .tw .md\:inset-36px{
    top: 36px;
    right: 36px;
    bottom: 36px;
    left: 36px;
  }

  .tw .md\:inset-37px{
    top: 37px;
    right: 37px;
    bottom: 37px;
    left: 37px;
  }

  .tw .md\:inset-38px{
    top: 38px;
    right: 38px;
    bottom: 38px;
    left: 38px;
  }

  .tw .md\:inset-39px{
    top: 39px;
    right: 39px;
    bottom: 39px;
    left: 39px;
  }

  .tw .md\:inset-40px{
    top: 40px;
    right: 40px;
    bottom: 40px;
    left: 40px;
  }

  .tw .md\:-inset-0{
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
  }

  .tw .md\:-inset-1{
    top: -5px;
    right: -5px;
    bottom: -5px;
    left: -5px;
  }

  .tw .md\:-inset-2{
    top: -10px;
    right: -10px;
    bottom: -10px;
    left: -10px;
  }

  .tw .md\:-inset-3{
    top: -15px;
    right: -15px;
    bottom: -15px;
    left: -15px;
  }

  .tw .md\:-inset-4{
    top: -20px;
    right: -20px;
    bottom: -20px;
    left: -20px;
  }

  .tw .md\:-inset-5{
    top: -25px;
    right: -25px;
    bottom: -25px;
    left: -25px;
  }

  .tw .md\:-inset-6{
    top: -30px;
    right: -30px;
    bottom: -30px;
    left: -30px;
  }

  .tw .md\:-inset-7{
    top: -35px;
    right: -35px;
    bottom: -35px;
    left: -35px;
  }

  .tw .md\:-inset-8{
    top: -40px;
    right: -40px;
    bottom: -40px;
    left: -40px;
  }

  .tw .md\:-inset-9{
    top: -45px;
    right: -45px;
    bottom: -45px;
    left: -45px;
  }

  .tw .md\:-inset-10{
    top: -50px;
    right: -50px;
    bottom: -50px;
    left: -50px;
  }

  .tw .md\:-inset-11{
    top: -55px;
    right: -55px;
    bottom: -55px;
    left: -55px;
  }

  .tw .md\:-inset-12{
    top: -60px;
    right: -60px;
    bottom: -60px;
    left: -60px;
  }

  .tw .md\:-inset-13{
    top: -65px;
    right: -65px;
    bottom: -65px;
    left: -65px;
  }

  .tw .md\:-inset-14{
    top: -70px;
    right: -70px;
    bottom: -70px;
    left: -70px;
  }

  .tw .md\:-inset-15{
    top: -75px;
    right: -75px;
    bottom: -75px;
    left: -75px;
  }

  .tw .md\:-inset-16{
    top: -80px;
    right: -80px;
    bottom: -80px;
    left: -80px;
  }

  .tw .md\:-inset-17{
    top: -85px;
    right: -85px;
    bottom: -85px;
    left: -85px;
  }

  .tw .md\:-inset-18{
    top: -90px;
    right: -90px;
    bottom: -90px;
    left: -90px;
  }

  .tw .md\:-inset-19{
    top: -95px;
    right: -95px;
    bottom: -95px;
    left: -95px;
  }

  .tw .md\:-inset-20{
    top: -100px;
    right: -100px;
    bottom: -100px;
    left: -100px;
  }

  .tw .md\:-inset-21{
    top: -105px;
    right: -105px;
    bottom: -105px;
    left: -105px;
  }

  .tw .md\:-inset-22{
    top: -110px;
    right: -110px;
    bottom: -110px;
    left: -110px;
  }

  .tw .md\:-inset-23{
    top: -115px;
    right: -115px;
    bottom: -115px;
    left: -115px;
  }

  .tw .md\:-inset-24{
    top: -120px;
    right: -120px;
    bottom: -120px;
    left: -120px;
  }

  .tw .md\:-inset-25{
    top: -125px;
    right: -125px;
    bottom: -125px;
    left: -125px;
  }

  .tw .md\:-inset-26{
    top: -130px;
    right: -130px;
    bottom: -130px;
    left: -130px;
  }

  .tw .md\:-inset-27{
    top: -135px;
    right: -135px;
    bottom: -135px;
    left: -135px;
  }

  .tw .md\:-inset-28{
    top: -140px;
    right: -140px;
    bottom: -140px;
    left: -140px;
  }

  .tw .md\:-inset-29{
    top: -145px;
    right: -145px;
    bottom: -145px;
    left: -145px;
  }

  .tw .md\:-inset-30{
    top: -150px;
    right: -150px;
    bottom: -150px;
    left: -150px;
  }

  .tw .md\:-inset-31{
    top: -155px;
    right: -155px;
    bottom: -155px;
    left: -155px;
  }

  .tw .md\:-inset-32{
    top: -160px;
    right: -160px;
    bottom: -160px;
    left: -160px;
  }

  .tw .md\:-inset-33{
    top: -165px;
    right: -165px;
    bottom: -165px;
    left: -165px;
  }

  .tw .md\:-inset-34{
    top: -170px;
    right: -170px;
    bottom: -170px;
    left: -170px;
  }

  .tw .md\:-inset-35{
    top: -175px;
    right: -175px;
    bottom: -175px;
    left: -175px;
  }

  .tw .md\:-inset-36{
    top: -180px;
    right: -180px;
    bottom: -180px;
    left: -180px;
  }

  .tw .md\:-inset-37{
    top: -185px;
    right: -185px;
    bottom: -185px;
    left: -185px;
  }

  .tw .md\:-inset-38{
    top: -190px;
    right: -190px;
    bottom: -190px;
    left: -190px;
  }

  .tw .md\:-inset-39{
    top: -195px;
    right: -195px;
    bottom: -195px;
    left: -195px;
  }

  .tw .md\:-inset-40{
    top: -200px;
    right: -200px;
    bottom: -200px;
    left: -200px;
  }

  .tw .md\:-inset-41{
    top: -205px;
    right: -205px;
    bottom: -205px;
    left: -205px;
  }

  .tw .md\:-inset-42{
    top: -210px;
    right: -210px;
    bottom: -210px;
    left: -210px;
  }

  .tw .md\:-inset-43{
    top: -215px;
    right: -215px;
    bottom: -215px;
    left: -215px;
  }

  .tw .md\:-inset-44{
    top: -220px;
    right: -220px;
    bottom: -220px;
    left: -220px;
  }

  .tw .md\:-inset-45{
    top: -225px;
    right: -225px;
    bottom: -225px;
    left: -225px;
  }

  .tw .md\:-inset-46{
    top: -230px;
    right: -230px;
    bottom: -230px;
    left: -230px;
  }

  .tw .md\:-inset-47{
    top: -235px;
    right: -235px;
    bottom: -235px;
    left: -235px;
  }

  .tw .md\:-inset-48{
    top: -240px;
    right: -240px;
    bottom: -240px;
    left: -240px;
  }

  .tw .md\:-inset-49{
    top: -245px;
    right: -245px;
    bottom: -245px;
    left: -245px;
  }

  .tw .md\:-inset-50{
    top: -250px;
    right: -250px;
    bottom: -250px;
    left: -250px;
  }

  .tw .md\:-inset-51{
    top: -255px;
    right: -255px;
    bottom: -255px;
    left: -255px;
  }

  .tw .md\:-inset-52{
    top: -260px;
    right: -260px;
    bottom: -260px;
    left: -260px;
  }

  .tw .md\:-inset-53{
    top: -265px;
    right: -265px;
    bottom: -265px;
    left: -265px;
  }

  .tw .md\:-inset-54{
    top: -270px;
    right: -270px;
    bottom: -270px;
    left: -270px;
  }

  .tw .md\:-inset-55{
    top: -275px;
    right: -275px;
    bottom: -275px;
    left: -275px;
  }

  .tw .md\:-inset-56{
    top: -280px;
    right: -280px;
    bottom: -280px;
    left: -280px;
  }

  .tw .md\:-inset-57{
    top: -285px;
    right: -285px;
    bottom: -285px;
    left: -285px;
  }

  .tw .md\:-inset-58{
    top: -290px;
    right: -290px;
    bottom: -290px;
    left: -290px;
  }

  .tw .md\:-inset-59{
    top: -295px;
    right: -295px;
    bottom: -295px;
    left: -295px;
  }

  .tw .md\:-inset-60{
    top: -300px;
    right: -300px;
    bottom: -300px;
    left: -300px;
  }

  .tw .md\:-inset-61{
    top: -305px;
    right: -305px;
    bottom: -305px;
    left: -305px;
  }

  .tw .md\:-inset-62{
    top: -310px;
    right: -310px;
    bottom: -310px;
    left: -310px;
  }

  .tw .md\:-inset-63{
    top: -315px;
    right: -315px;
    bottom: -315px;
    left: -315px;
  }

  .tw .md\:-inset-64{
    top: -320px;
    right: -320px;
    bottom: -320px;
    left: -320px;
  }

  .tw .md\:-inset-65{
    top: -325px;
    right: -325px;
    bottom: -325px;
    left: -325px;
  }

  .tw .md\:-inset-66{
    top: -330px;
    right: -330px;
    bottom: -330px;
    left: -330px;
  }

  .tw .md\:-inset-67{
    top: -335px;
    right: -335px;
    bottom: -335px;
    left: -335px;
  }

  .tw .md\:-inset-68{
    top: -340px;
    right: -340px;
    bottom: -340px;
    left: -340px;
  }

  .tw .md\:-inset-69{
    top: -345px;
    right: -345px;
    bottom: -345px;
    left: -345px;
  }

  .tw .md\:-inset-70{
    top: -350px;
    right: -350px;
    bottom: -350px;
    left: -350px;
  }

  .tw .md\:-inset-71{
    top: -355px;
    right: -355px;
    bottom: -355px;
    left: -355px;
  }

  .tw .md\:-inset-72{
    top: -360px;
    right: -360px;
    bottom: -360px;
    left: -360px;
  }

  .tw .md\:-inset-73{
    top: -365px;
    right: -365px;
    bottom: -365px;
    left: -365px;
  }

  .tw .md\:-inset-74{
    top: -370px;
    right: -370px;
    bottom: -370px;
    left: -370px;
  }

  .tw .md\:-inset-75{
    top: -375px;
    right: -375px;
    bottom: -375px;
    left: -375px;
  }

  .tw .md\:-inset-76{
    top: -380px;
    right: -380px;
    bottom: -380px;
    left: -380px;
  }

  .tw .md\:-inset-77{
    top: -385px;
    right: -385px;
    bottom: -385px;
    left: -385px;
  }

  .tw .md\:-inset-78{
    top: -390px;
    right: -390px;
    bottom: -390px;
    left: -390px;
  }

  .tw .md\:-inset-79{
    top: -395px;
    right: -395px;
    bottom: -395px;
    left: -395px;
  }

  .tw .md\:-inset-80{
    top: -400px;
    right: -400px;
    bottom: -400px;
    left: -400px;
  }

  .tw .md\:-inset-81{
    top: -405px;
    right: -405px;
    bottom: -405px;
    left: -405px;
  }

  .tw .md\:-inset-82{
    top: -410px;
    right: -410px;
    bottom: -410px;
    left: -410px;
  }

  .tw .md\:-inset-83{
    top: -415px;
    right: -415px;
    bottom: -415px;
    left: -415px;
  }

  .tw .md\:-inset-84{
    top: -420px;
    right: -420px;
    bottom: -420px;
    left: -420px;
  }

  .tw .md\:-inset-85{
    top: -425px;
    right: -425px;
    bottom: -425px;
    left: -425px;
  }

  .tw .md\:-inset-86{
    top: -430px;
    right: -430px;
    bottom: -430px;
    left: -430px;
  }

  .tw .md\:-inset-87{
    top: -435px;
    right: -435px;
    bottom: -435px;
    left: -435px;
  }

  .tw .md\:-inset-88{
    top: -440px;
    right: -440px;
    bottom: -440px;
    left: -440px;
  }

  .tw .md\:-inset-89{
    top: -445px;
    right: -445px;
    bottom: -445px;
    left: -445px;
  }

  .tw .md\:-inset-90{
    top: -450px;
    right: -450px;
    bottom: -450px;
    left: -450px;
  }

  .tw .md\:-inset-91{
    top: -455px;
    right: -455px;
    bottom: -455px;
    left: -455px;
  }

  .tw .md\:-inset-92{
    top: -460px;
    right: -460px;
    bottom: -460px;
    left: -460px;
  }

  .tw .md\:-inset-93{
    top: -465px;
    right: -465px;
    bottom: -465px;
    left: -465px;
  }

  .tw .md\:-inset-94{
    top: -470px;
    right: -470px;
    bottom: -470px;
    left: -470px;
  }

  .tw .md\:-inset-95{
    top: -475px;
    right: -475px;
    bottom: -475px;
    left: -475px;
  }

  .tw .md\:-inset-96{
    top: -480px;
    right: -480px;
    bottom: -480px;
    left: -480px;
  }

  .tw .md\:-inset-97{
    top: -485px;
    right: -485px;
    bottom: -485px;
    left: -485px;
  }

  .tw .md\:-inset-98{
    top: -490px;
    right: -490px;
    bottom: -490px;
    left: -490px;
  }

  .tw .md\:-inset-99{
    top: -495px;
    right: -495px;
    bottom: -495px;
    left: -495px;
  }

  .tw .md\:-inset-100{
    top: -500px;
    right: -500px;
    bottom: -500px;
    left: -500px;
  }

  .tw .md\:-inset-101{
    top: -505px;
    right: -505px;
    bottom: -505px;
    left: -505px;
  }

  .tw .md\:-inset-102{
    top: -510px;
    right: -510px;
    bottom: -510px;
    left: -510px;
  }

  .tw .md\:-inset-103{
    top: -515px;
    right: -515px;
    bottom: -515px;
    left: -515px;
  }

  .tw .md\:-inset-104{
    top: -520px;
    right: -520px;
    bottom: -520px;
    left: -520px;
  }

  .tw .md\:-inset-105{
    top: -525px;
    right: -525px;
    bottom: -525px;
    left: -525px;
  }

  .tw .md\:-inset-106{
    top: -530px;
    right: -530px;
    bottom: -530px;
    left: -530px;
  }

  .tw .md\:-inset-107{
    top: -535px;
    right: -535px;
    bottom: -535px;
    left: -535px;
  }

  .tw .md\:-inset-108{
    top: -540px;
    right: -540px;
    bottom: -540px;
    left: -540px;
  }

  .tw .md\:-inset-109{
    top: -545px;
    right: -545px;
    bottom: -545px;
    left: -545px;
  }

  .tw .md\:-inset-110{
    top: -550px;
    right: -550px;
    bottom: -550px;
    left: -550px;
  }

  .tw .md\:-inset-111{
    top: -555px;
    right: -555px;
    bottom: -555px;
    left: -555px;
  }

  .tw .md\:-inset-112{
    top: -560px;
    right: -560px;
    bottom: -560px;
    left: -560px;
  }

  .tw .md\:-inset-113{
    top: -565px;
    right: -565px;
    bottom: -565px;
    left: -565px;
  }

  .tw .md\:-inset-114{
    top: -570px;
    right: -570px;
    bottom: -570px;
    left: -570px;
  }

  .tw .md\:-inset-115{
    top: -575px;
    right: -575px;
    bottom: -575px;
    left: -575px;
  }

  .tw .md\:-inset-116{
    top: -580px;
    right: -580px;
    bottom: -580px;
    left: -580px;
  }

  .tw .md\:-inset-117{
    top: -585px;
    right: -585px;
    bottom: -585px;
    left: -585px;
  }

  .tw .md\:-inset-118{
    top: -590px;
    right: -590px;
    bottom: -590px;
    left: -590px;
  }

  .tw .md\:-inset-119{
    top: -595px;
    right: -595px;
    bottom: -595px;
    left: -595px;
  }

  .tw .md\:-inset-120{
    top: -600px;
    right: -600px;
    bottom: -600px;
    left: -600px;
  }

  .tw .md\:-inset-121{
    top: -605px;
    right: -605px;
    bottom: -605px;
    left: -605px;
  }

  .tw .md\:-inset-122{
    top: -610px;
    right: -610px;
    bottom: -610px;
    left: -610px;
  }

  .tw .md\:-inset-123{
    top: -615px;
    right: -615px;
    bottom: -615px;
    left: -615px;
  }

  .tw .md\:-inset-124{
    top: -620px;
    right: -620px;
    bottom: -620px;
    left: -620px;
  }

  .tw .md\:-inset-125{
    top: -625px;
    right: -625px;
    bottom: -625px;
    left: -625px;
  }

  .tw .md\:-inset-126{
    top: -630px;
    right: -630px;
    bottom: -630px;
    left: -630px;
  }

  .tw .md\:-inset-127{
    top: -635px;
    right: -635px;
    bottom: -635px;
    left: -635px;
  }

  .tw .md\:-inset-128{
    top: -640px;
    right: -640px;
    bottom: -640px;
    left: -640px;
  }

  .tw .md\:-inset-129{
    top: -645px;
    right: -645px;
    bottom: -645px;
    left: -645px;
  }

  .tw .md\:-inset-130{
    top: -650px;
    right: -650px;
    bottom: -650px;
    left: -650px;
  }

  .tw .md\:-inset-131{
    top: -655px;
    right: -655px;
    bottom: -655px;
    left: -655px;
  }

  .tw .md\:-inset-132{
    top: -660px;
    right: -660px;
    bottom: -660px;
    left: -660px;
  }

  .tw .md\:-inset-133{
    top: -665px;
    right: -665px;
    bottom: -665px;
    left: -665px;
  }

  .tw .md\:-inset-134{
    top: -670px;
    right: -670px;
    bottom: -670px;
    left: -670px;
  }

  .tw .md\:-inset-135{
    top: -675px;
    right: -675px;
    bottom: -675px;
    left: -675px;
  }

  .tw .md\:-inset-136{
    top: -680px;
    right: -680px;
    bottom: -680px;
    left: -680px;
  }

  .tw .md\:-inset-137{
    top: -685px;
    right: -685px;
    bottom: -685px;
    left: -685px;
  }

  .tw .md\:-inset-138{
    top: -690px;
    right: -690px;
    bottom: -690px;
    left: -690px;
  }

  .tw .md\:-inset-139{
    top: -695px;
    right: -695px;
    bottom: -695px;
    left: -695px;
  }

  .tw .md\:-inset-140{
    top: -700px;
    right: -700px;
    bottom: -700px;
    left: -700px;
  }

  .tw .md\:-inset-141{
    top: -705px;
    right: -705px;
    bottom: -705px;
    left: -705px;
  }

  .tw .md\:-inset-142{
    top: -710px;
    right: -710px;
    bottom: -710px;
    left: -710px;
  }

  .tw .md\:-inset-143{
    top: -715px;
    right: -715px;
    bottom: -715px;
    left: -715px;
  }

  .tw .md\:-inset-144{
    top: -720px;
    right: -720px;
    bottom: -720px;
    left: -720px;
  }

  .tw .md\:-inset-145{
    top: -725px;
    right: -725px;
    bottom: -725px;
    left: -725px;
  }

  .tw .md\:-inset-146{
    top: -730px;
    right: -730px;
    bottom: -730px;
    left: -730px;
  }

  .tw .md\:-inset-147{
    top: -735px;
    right: -735px;
    bottom: -735px;
    left: -735px;
  }

  .tw .md\:-inset-148{
    top: -740px;
    right: -740px;
    bottom: -740px;
    left: -740px;
  }

  .tw .md\:-inset-149{
    top: -745px;
    right: -745px;
    bottom: -745px;
    left: -745px;
  }

  .tw .md\:-inset-0\.5{
    top: -3px;
    right: -3px;
    bottom: -3px;
    left: -3px;
  }

  .tw .md\:-inset-1px{
    top: -1px;
    right: -1px;
    bottom: -1px;
    left: -1px;
  }

  .tw .md\:-inset-2px{
    top: -2px;
    right: -2px;
    bottom: -2px;
    left: -2px;
  }

  .tw .md\:-inset-3px{
    top: -3px;
    right: -3px;
    bottom: -3px;
    left: -3px;
  }

  .tw .md\:-inset-4px{
    top: -4px;
    right: -4px;
    bottom: -4px;
    left: -4px;
  }

  .tw .md\:-inset-5px{
    top: -5px;
    right: -5px;
    bottom: -5px;
    left: -5px;
  }

  .tw .md\:-inset-6px{
    top: -6px;
    right: -6px;
    bottom: -6px;
    left: -6px;
  }

  .tw .md\:-inset-7px{
    top: -7px;
    right: -7px;
    bottom: -7px;
    left: -7px;
  }

  .tw .md\:-inset-8px{
    top: -8px;
    right: -8px;
    bottom: -8px;
    left: -8px;
  }

  .tw .md\:-inset-9px{
    top: -9px;
    right: -9px;
    bottom: -9px;
    left: -9px;
  }

  .tw .md\:-inset-10px{
    top: -10px;
    right: -10px;
    bottom: -10px;
    left: -10px;
  }

  .tw .md\:-inset-11px{
    top: -11px;
    right: -11px;
    bottom: -11px;
    left: -11px;
  }

  .tw .md\:-inset-12px{
    top: -12px;
    right: -12px;
    bottom: -12px;
    left: -12px;
  }

  .tw .md\:-inset-13px{
    top: -13px;
    right: -13px;
    bottom: -13px;
    left: -13px;
  }

  .tw .md\:-inset-14px{
    top: -14px;
    right: -14px;
    bottom: -14px;
    left: -14px;
  }

  .tw .md\:-inset-15px{
    top: -15px;
    right: -15px;
    bottom: -15px;
    left: -15px;
  }

  .tw .md\:-inset-16px{
    top: -16px;
    right: -16px;
    bottom: -16px;
    left: -16px;
  }

  .tw .md\:-inset-17px{
    top: -17px;
    right: -17px;
    bottom: -17px;
    left: -17px;
  }

  .tw .md\:-inset-18px{
    top: -18px;
    right: -18px;
    bottom: -18px;
    left: -18px;
  }

  .tw .md\:-inset-19px{
    top: -19px;
    right: -19px;
    bottom: -19px;
    left: -19px;
  }

  .tw .md\:-inset-20px{
    top: -20px;
    right: -20px;
    bottom: -20px;
    left: -20px;
  }

  .tw .md\:-inset-21px{
    top: -21px;
    right: -21px;
    bottom: -21px;
    left: -21px;
  }

  .tw .md\:-inset-22px{
    top: -22px;
    right: -22px;
    bottom: -22px;
    left: -22px;
  }

  .tw .md\:-inset-23px{
    top: -23px;
    right: -23px;
    bottom: -23px;
    left: -23px;
  }

  .tw .md\:-inset-24px{
    top: -24px;
    right: -24px;
    bottom: -24px;
    left: -24px;
  }

  .tw .md\:-inset-25px{
    top: -25px;
    right: -25px;
    bottom: -25px;
    left: -25px;
  }

  .tw .md\:-inset-26px{
    top: -26px;
    right: -26px;
    bottom: -26px;
    left: -26px;
  }

  .tw .md\:-inset-27px{
    top: -27px;
    right: -27px;
    bottom: -27px;
    left: -27px;
  }

  .tw .md\:-inset-28px{
    top: -28px;
    right: -28px;
    bottom: -28px;
    left: -28px;
  }

  .tw .md\:-inset-29px{
    top: -29px;
    right: -29px;
    bottom: -29px;
    left: -29px;
  }

  .tw .md\:-inset-30px{
    top: -30px;
    right: -30px;
    bottom: -30px;
    left: -30px;
  }

  .tw .md\:-inset-31px{
    top: -31px;
    right: -31px;
    bottom: -31px;
    left: -31px;
  }

  .tw .md\:-inset-32px{
    top: -32px;
    right: -32px;
    bottom: -32px;
    left: -32px;
  }

  .tw .md\:-inset-33px{
    top: -33px;
    right: -33px;
    bottom: -33px;
    left: -33px;
  }

  .tw .md\:-inset-34px{
    top: -34px;
    right: -34px;
    bottom: -34px;
    left: -34px;
  }

  .tw .md\:-inset-35px{
    top: -35px;
    right: -35px;
    bottom: -35px;
    left: -35px;
  }

  .tw .md\:-inset-36px{
    top: -36px;
    right: -36px;
    bottom: -36px;
    left: -36px;
  }

  .tw .md\:-inset-37px{
    top: -37px;
    right: -37px;
    bottom: -37px;
    left: -37px;
  }

  .tw .md\:-inset-38px{
    top: -38px;
    right: -38px;
    bottom: -38px;
    left: -38px;
  }

  .tw .md\:-inset-39px{
    top: -39px;
    right: -39px;
    bottom: -39px;
    left: -39px;
  }

  .tw .md\:-inset-40px{
    top: -40px;
    right: -40px;
    bottom: -40px;
    left: -40px;
  }

  .tw .md\:inset-1\/2{
    top: 50%;
    right: 50%;
    bottom: 50%;
    left: 50%;
  }

  .tw .md\:inset-1\/3{
    top: 33.333333%;
    right: 33.333333%;
    bottom: 33.333333%;
    left: 33.333333%;
  }

  .tw .md\:inset-2\/3{
    top: 66.666667%;
    right: 66.666667%;
    bottom: 66.666667%;
    left: 66.666667%;
  }

  .tw .md\:inset-1\/4{
    top: 25%;
    right: 25%;
    bottom: 25%;
    left: 25%;
  }

  .tw .md\:inset-2\/4{
    top: 50%;
    right: 50%;
    bottom: 50%;
    left: 50%;
  }

  .tw .md\:inset-3\/4{
    top: 75%;
    right: 75%;
    bottom: 75%;
    left: 75%;
  }

  .tw .md\:inset-full{
    top: 100%;
    right: 100%;
    bottom: 100%;
    left: 100%;
  }

  .tw .md\:-inset-1\/2{
    top: -50%;
    right: -50%;
    bottom: -50%;
    left: -50%;
  }

  .tw .md\:-inset-1\/3{
    top: -33.333333%;
    right: -33.333333%;
    bottom: -33.333333%;
    left: -33.333333%;
  }

  .tw .md\:-inset-2\/3{
    top: -66.666667%;
    right: -66.666667%;
    bottom: -66.666667%;
    left: -66.666667%;
  }

  .tw .md\:-inset-1\/4{
    top: -25%;
    right: -25%;
    bottom: -25%;
    left: -25%;
  }

  .tw .md\:-inset-2\/4{
    top: -50%;
    right: -50%;
    bottom: -50%;
    left: -50%;
  }

  .tw .md\:-inset-3\/4{
    top: -75%;
    right: -75%;
    bottom: -75%;
    left: -75%;
  }

  .tw .md\:-inset-full{
    top: -100%;
    right: -100%;
    bottom: -100%;
    left: -100%;
  }

  .tw .md\:inset-x-0{
    left: 0px;
    right: 0px;
  }

  .tw .md\:inset-x-1{
    left: 5px;
    right: 5px;
  }

  .tw .md\:inset-x-2{
    left: 10px;
    right: 10px;
  }

  .tw .md\:inset-x-3{
    left: 15px;
    right: 15px;
  }

  .tw .md\:inset-x-4{
    left: 20px;
    right: 20px;
  }

  .tw .md\:inset-x-5{
    left: 25px;
    right: 25px;
  }

  .tw .md\:inset-x-6{
    left: 30px;
    right: 30px;
  }

  .tw .md\:inset-x-7{
    left: 35px;
    right: 35px;
  }

  .tw .md\:inset-x-8{
    left: 40px;
    right: 40px;
  }

  .tw .md\:inset-x-9{
    left: 45px;
    right: 45px;
  }

  .tw .md\:inset-x-10{
    left: 50px;
    right: 50px;
  }

  .tw .md\:inset-x-11{
    left: 55px;
    right: 55px;
  }

  .tw .md\:inset-x-12{
    left: 60px;
    right: 60px;
  }

  .tw .md\:inset-x-13{
    left: 65px;
    right: 65px;
  }

  .tw .md\:inset-x-14{
    left: 70px;
    right: 70px;
  }

  .tw .md\:inset-x-15{
    left: 75px;
    right: 75px;
  }

  .tw .md\:inset-x-16{
    left: 80px;
    right: 80px;
  }

  .tw .md\:inset-x-17{
    left: 85px;
    right: 85px;
  }

  .tw .md\:inset-x-18{
    left: 90px;
    right: 90px;
  }

  .tw .md\:inset-x-19{
    left: 95px;
    right: 95px;
  }

  .tw .md\:inset-x-20{
    left: 100px;
    right: 100px;
  }

  .tw .md\:inset-x-21{
    left: 105px;
    right: 105px;
  }

  .tw .md\:inset-x-22{
    left: 110px;
    right: 110px;
  }

  .tw .md\:inset-x-23{
    left: 115px;
    right: 115px;
  }

  .tw .md\:inset-x-24{
    left: 120px;
    right: 120px;
  }

  .tw .md\:inset-x-25{
    left: 125px;
    right: 125px;
  }

  .tw .md\:inset-x-26{
    left: 130px;
    right: 130px;
  }

  .tw .md\:inset-x-27{
    left: 135px;
    right: 135px;
  }

  .tw .md\:inset-x-28{
    left: 140px;
    right: 140px;
  }

  .tw .md\:inset-x-29{
    left: 145px;
    right: 145px;
  }

  .tw .md\:inset-x-30{
    left: 150px;
    right: 150px;
  }

  .tw .md\:inset-x-31{
    left: 155px;
    right: 155px;
  }

  .tw .md\:inset-x-32{
    left: 160px;
    right: 160px;
  }

  .tw .md\:inset-x-33{
    left: 165px;
    right: 165px;
  }

  .tw .md\:inset-x-34{
    left: 170px;
    right: 170px;
  }

  .tw .md\:inset-x-35{
    left: 175px;
    right: 175px;
  }

  .tw .md\:inset-x-36{
    left: 180px;
    right: 180px;
  }

  .tw .md\:inset-x-37{
    left: 185px;
    right: 185px;
  }

  .tw .md\:inset-x-38{
    left: 190px;
    right: 190px;
  }

  .tw .md\:inset-x-39{
    left: 195px;
    right: 195px;
  }

  .tw .md\:inset-x-40{
    left: 200px;
    right: 200px;
  }

  .tw .md\:inset-x-41{
    left: 205px;
    right: 205px;
  }

  .tw .md\:inset-x-42{
    left: 210px;
    right: 210px;
  }

  .tw .md\:inset-x-43{
    left: 215px;
    right: 215px;
  }

  .tw .md\:inset-x-44{
    left: 220px;
    right: 220px;
  }

  .tw .md\:inset-x-45{
    left: 225px;
    right: 225px;
  }

  .tw .md\:inset-x-46{
    left: 230px;
    right: 230px;
  }

  .tw .md\:inset-x-47{
    left: 235px;
    right: 235px;
  }

  .tw .md\:inset-x-48{
    left: 240px;
    right: 240px;
  }

  .tw .md\:inset-x-49{
    left: 245px;
    right: 245px;
  }

  .tw .md\:inset-x-50{
    left: 250px;
    right: 250px;
  }

  .tw .md\:inset-x-51{
    left: 255px;
    right: 255px;
  }

  .tw .md\:inset-x-52{
    left: 260px;
    right: 260px;
  }

  .tw .md\:inset-x-53{
    left: 265px;
    right: 265px;
  }

  .tw .md\:inset-x-54{
    left: 270px;
    right: 270px;
  }

  .tw .md\:inset-x-55{
    left: 275px;
    right: 275px;
  }

  .tw .md\:inset-x-56{
    left: 280px;
    right: 280px;
  }

  .tw .md\:inset-x-57{
    left: 285px;
    right: 285px;
  }

  .tw .md\:inset-x-58{
    left: 290px;
    right: 290px;
  }

  .tw .md\:inset-x-59{
    left: 295px;
    right: 295px;
  }

  .tw .md\:inset-x-60{
    left: 300px;
    right: 300px;
  }

  .tw .md\:inset-x-61{
    left: 305px;
    right: 305px;
  }

  .tw .md\:inset-x-62{
    left: 310px;
    right: 310px;
  }

  .tw .md\:inset-x-63{
    left: 315px;
    right: 315px;
  }

  .tw .md\:inset-x-64{
    left: 320px;
    right: 320px;
  }

  .tw .md\:inset-x-65{
    left: 325px;
    right: 325px;
  }

  .tw .md\:inset-x-66{
    left: 330px;
    right: 330px;
  }

  .tw .md\:inset-x-67{
    left: 335px;
    right: 335px;
  }

  .tw .md\:inset-x-68{
    left: 340px;
    right: 340px;
  }

  .tw .md\:inset-x-69{
    left: 345px;
    right: 345px;
  }

  .tw .md\:inset-x-70{
    left: 350px;
    right: 350px;
  }

  .tw .md\:inset-x-71{
    left: 355px;
    right: 355px;
  }

  .tw .md\:inset-x-72{
    left: 360px;
    right: 360px;
  }

  .tw .md\:inset-x-73{
    left: 365px;
    right: 365px;
  }

  .tw .md\:inset-x-74{
    left: 370px;
    right: 370px;
  }

  .tw .md\:inset-x-75{
    left: 375px;
    right: 375px;
  }

  .tw .md\:inset-x-76{
    left: 380px;
    right: 380px;
  }

  .tw .md\:inset-x-77{
    left: 385px;
    right: 385px;
  }

  .tw .md\:inset-x-78{
    left: 390px;
    right: 390px;
  }

  .tw .md\:inset-x-79{
    left: 395px;
    right: 395px;
  }

  .tw .md\:inset-x-80{
    left: 400px;
    right: 400px;
  }

  .tw .md\:inset-x-81{
    left: 405px;
    right: 405px;
  }

  .tw .md\:inset-x-82{
    left: 410px;
    right: 410px;
  }

  .tw .md\:inset-x-83{
    left: 415px;
    right: 415px;
  }

  .tw .md\:inset-x-84{
    left: 420px;
    right: 420px;
  }

  .tw .md\:inset-x-85{
    left: 425px;
    right: 425px;
  }

  .tw .md\:inset-x-86{
    left: 430px;
    right: 430px;
  }

  .tw .md\:inset-x-87{
    left: 435px;
    right: 435px;
  }

  .tw .md\:inset-x-88{
    left: 440px;
    right: 440px;
  }

  .tw .md\:inset-x-89{
    left: 445px;
    right: 445px;
  }

  .tw .md\:inset-x-90{
    left: 450px;
    right: 450px;
  }

  .tw .md\:inset-x-91{
    left: 455px;
    right: 455px;
  }

  .tw .md\:inset-x-92{
    left: 460px;
    right: 460px;
  }

  .tw .md\:inset-x-93{
    left: 465px;
    right: 465px;
  }

  .tw .md\:inset-x-94{
    left: 470px;
    right: 470px;
  }

  .tw .md\:inset-x-95{
    left: 475px;
    right: 475px;
  }

  .tw .md\:inset-x-96{
    left: 480px;
    right: 480px;
  }

  .tw .md\:inset-x-97{
    left: 485px;
    right: 485px;
  }

  .tw .md\:inset-x-98{
    left: 490px;
    right: 490px;
  }

  .tw .md\:inset-x-99{
    left: 495px;
    right: 495px;
  }

  .tw .md\:inset-x-100{
    left: 500px;
    right: 500px;
  }

  .tw .md\:inset-x-101{
    left: 505px;
    right: 505px;
  }

  .tw .md\:inset-x-102{
    left: 510px;
    right: 510px;
  }

  .tw .md\:inset-x-103{
    left: 515px;
    right: 515px;
  }

  .tw .md\:inset-x-104{
    left: 520px;
    right: 520px;
  }

  .tw .md\:inset-x-105{
    left: 525px;
    right: 525px;
  }

  .tw .md\:inset-x-106{
    left: 530px;
    right: 530px;
  }

  .tw .md\:inset-x-107{
    left: 535px;
    right: 535px;
  }

  .tw .md\:inset-x-108{
    left: 540px;
    right: 540px;
  }

  .tw .md\:inset-x-109{
    left: 545px;
    right: 545px;
  }

  .tw .md\:inset-x-110{
    left: 550px;
    right: 550px;
  }

  .tw .md\:inset-x-111{
    left: 555px;
    right: 555px;
  }

  .tw .md\:inset-x-112{
    left: 560px;
    right: 560px;
  }

  .tw .md\:inset-x-113{
    left: 565px;
    right: 565px;
  }

  .tw .md\:inset-x-114{
    left: 570px;
    right: 570px;
  }

  .tw .md\:inset-x-115{
    left: 575px;
    right: 575px;
  }

  .tw .md\:inset-x-116{
    left: 580px;
    right: 580px;
  }

  .tw .md\:inset-x-117{
    left: 585px;
    right: 585px;
  }

  .tw .md\:inset-x-118{
    left: 590px;
    right: 590px;
  }

  .tw .md\:inset-x-119{
    left: 595px;
    right: 595px;
  }

  .tw .md\:inset-x-120{
    left: 600px;
    right: 600px;
  }

  .tw .md\:inset-x-121{
    left: 605px;
    right: 605px;
  }

  .tw .md\:inset-x-122{
    left: 610px;
    right: 610px;
  }

  .tw .md\:inset-x-123{
    left: 615px;
    right: 615px;
  }

  .tw .md\:inset-x-124{
    left: 620px;
    right: 620px;
  }

  .tw .md\:inset-x-125{
    left: 625px;
    right: 625px;
  }

  .tw .md\:inset-x-126{
    left: 630px;
    right: 630px;
  }

  .tw .md\:inset-x-127{
    left: 635px;
    right: 635px;
  }

  .tw .md\:inset-x-128{
    left: 640px;
    right: 640px;
  }

  .tw .md\:inset-x-129{
    left: 645px;
    right: 645px;
  }

  .tw .md\:inset-x-130{
    left: 650px;
    right: 650px;
  }

  .tw .md\:inset-x-131{
    left: 655px;
    right: 655px;
  }

  .tw .md\:inset-x-132{
    left: 660px;
    right: 660px;
  }

  .tw .md\:inset-x-133{
    left: 665px;
    right: 665px;
  }

  .tw .md\:inset-x-134{
    left: 670px;
    right: 670px;
  }

  .tw .md\:inset-x-135{
    left: 675px;
    right: 675px;
  }

  .tw .md\:inset-x-136{
    left: 680px;
    right: 680px;
  }

  .tw .md\:inset-x-137{
    left: 685px;
    right: 685px;
  }

  .tw .md\:inset-x-138{
    left: 690px;
    right: 690px;
  }

  .tw .md\:inset-x-139{
    left: 695px;
    right: 695px;
  }

  .tw .md\:inset-x-140{
    left: 700px;
    right: 700px;
  }

  .tw .md\:inset-x-141{
    left: 705px;
    right: 705px;
  }

  .tw .md\:inset-x-142{
    left: 710px;
    right: 710px;
  }

  .tw .md\:inset-x-143{
    left: 715px;
    right: 715px;
  }

  .tw .md\:inset-x-144{
    left: 720px;
    right: 720px;
  }

  .tw .md\:inset-x-145{
    left: 725px;
    right: 725px;
  }

  .tw .md\:inset-x-146{
    left: 730px;
    right: 730px;
  }

  .tw .md\:inset-x-147{
    left: 735px;
    right: 735px;
  }

  .tw .md\:inset-x-148{
    left: 740px;
    right: 740px;
  }

  .tw .md\:inset-x-149{
    left: 745px;
    right: 745px;
  }

  .tw .md\:inset-x-auto{
    left: auto;
    right: auto;
  }

  .tw .md\:inset-x-0\.5{
    left: 3px;
    right: 3px;
  }

  .tw .md\:inset-x-1px{
    left: 1px;
    right: 1px;
  }

  .tw .md\:inset-x-2px{
    left: 2px;
    right: 2px;
  }

  .tw .md\:inset-x-3px{
    left: 3px;
    right: 3px;
  }

  .tw .md\:inset-x-4px{
    left: 4px;
    right: 4px;
  }

  .tw .md\:inset-x-5px{
    left: 5px;
    right: 5px;
  }

  .tw .md\:inset-x-6px{
    left: 6px;
    right: 6px;
  }

  .tw .md\:inset-x-7px{
    left: 7px;
    right: 7px;
  }

  .tw .md\:inset-x-8px{
    left: 8px;
    right: 8px;
  }

  .tw .md\:inset-x-9px{
    left: 9px;
    right: 9px;
  }

  .tw .md\:inset-x-10px{
    left: 10px;
    right: 10px;
  }

  .tw .md\:inset-x-11px{
    left: 11px;
    right: 11px;
  }

  .tw .md\:inset-x-12px{
    left: 12px;
    right: 12px;
  }

  .tw .md\:inset-x-13px{
    left: 13px;
    right: 13px;
  }

  .tw .md\:inset-x-14px{
    left: 14px;
    right: 14px;
  }

  .tw .md\:inset-x-15px{
    left: 15px;
    right: 15px;
  }

  .tw .md\:inset-x-16px{
    left: 16px;
    right: 16px;
  }

  .tw .md\:inset-x-17px{
    left: 17px;
    right: 17px;
  }

  .tw .md\:inset-x-18px{
    left: 18px;
    right: 18px;
  }

  .tw .md\:inset-x-19px{
    left: 19px;
    right: 19px;
  }

  .tw .md\:inset-x-20px{
    left: 20px;
    right: 20px;
  }

  .tw .md\:inset-x-21px{
    left: 21px;
    right: 21px;
  }

  .tw .md\:inset-x-22px{
    left: 22px;
    right: 22px;
  }

  .tw .md\:inset-x-23px{
    left: 23px;
    right: 23px;
  }

  .tw .md\:inset-x-24px{
    left: 24px;
    right: 24px;
  }

  .tw .md\:inset-x-25px{
    left: 25px;
    right: 25px;
  }

  .tw .md\:inset-x-26px{
    left: 26px;
    right: 26px;
  }

  .tw .md\:inset-x-27px{
    left: 27px;
    right: 27px;
  }

  .tw .md\:inset-x-28px{
    left: 28px;
    right: 28px;
  }

  .tw .md\:inset-x-29px{
    left: 29px;
    right: 29px;
  }

  .tw .md\:inset-x-30px{
    left: 30px;
    right: 30px;
  }

  .tw .md\:inset-x-31px{
    left: 31px;
    right: 31px;
  }

  .tw .md\:inset-x-32px{
    left: 32px;
    right: 32px;
  }

  .tw .md\:inset-x-33px{
    left: 33px;
    right: 33px;
  }

  .tw .md\:inset-x-34px{
    left: 34px;
    right: 34px;
  }

  .tw .md\:inset-x-35px{
    left: 35px;
    right: 35px;
  }

  .tw .md\:inset-x-36px{
    left: 36px;
    right: 36px;
  }

  .tw .md\:inset-x-37px{
    left: 37px;
    right: 37px;
  }

  .tw .md\:inset-x-38px{
    left: 38px;
    right: 38px;
  }

  .tw .md\:inset-x-39px{
    left: 39px;
    right: 39px;
  }

  .tw .md\:inset-x-40px{
    left: 40px;
    right: 40px;
  }

  .tw .md\:-inset-x-0{
    left: 0px;
    right: 0px;
  }

  .tw .md\:-inset-x-1{
    left: -5px;
    right: -5px;
  }

  .tw .md\:-inset-x-2{
    left: -10px;
    right: -10px;
  }

  .tw .md\:-inset-x-3{
    left: -15px;
    right: -15px;
  }

  .tw .md\:-inset-x-4{
    left: -20px;
    right: -20px;
  }

  .tw .md\:-inset-x-5{
    left: -25px;
    right: -25px;
  }

  .tw .md\:-inset-x-6{
    left: -30px;
    right: -30px;
  }

  .tw .md\:-inset-x-7{
    left: -35px;
    right: -35px;
  }

  .tw .md\:-inset-x-8{
    left: -40px;
    right: -40px;
  }

  .tw .md\:-inset-x-9{
    left: -45px;
    right: -45px;
  }

  .tw .md\:-inset-x-10{
    left: -50px;
    right: -50px;
  }

  .tw .md\:-inset-x-11{
    left: -55px;
    right: -55px;
  }

  .tw .md\:-inset-x-12{
    left: -60px;
    right: -60px;
  }

  .tw .md\:-inset-x-13{
    left: -65px;
    right: -65px;
  }

  .tw .md\:-inset-x-14{
    left: -70px;
    right: -70px;
  }

  .tw .md\:-inset-x-15{
    left: -75px;
    right: -75px;
  }

  .tw .md\:-inset-x-16{
    left: -80px;
    right: -80px;
  }

  .tw .md\:-inset-x-17{
    left: -85px;
    right: -85px;
  }

  .tw .md\:-inset-x-18{
    left: -90px;
    right: -90px;
  }

  .tw .md\:-inset-x-19{
    left: -95px;
    right: -95px;
  }

  .tw .md\:-inset-x-20{
    left: -100px;
    right: -100px;
  }

  .tw .md\:-inset-x-21{
    left: -105px;
    right: -105px;
  }

  .tw .md\:-inset-x-22{
    left: -110px;
    right: -110px;
  }

  .tw .md\:-inset-x-23{
    left: -115px;
    right: -115px;
  }

  .tw .md\:-inset-x-24{
    left: -120px;
    right: -120px;
  }

  .tw .md\:-inset-x-25{
    left: -125px;
    right: -125px;
  }

  .tw .md\:-inset-x-26{
    left: -130px;
    right: -130px;
  }

  .tw .md\:-inset-x-27{
    left: -135px;
    right: -135px;
  }

  .tw .md\:-inset-x-28{
    left: -140px;
    right: -140px;
  }

  .tw .md\:-inset-x-29{
    left: -145px;
    right: -145px;
  }

  .tw .md\:-inset-x-30{
    left: -150px;
    right: -150px;
  }

  .tw .md\:-inset-x-31{
    left: -155px;
    right: -155px;
  }

  .tw .md\:-inset-x-32{
    left: -160px;
    right: -160px;
  }

  .tw .md\:-inset-x-33{
    left: -165px;
    right: -165px;
  }

  .tw .md\:-inset-x-34{
    left: -170px;
    right: -170px;
  }

  .tw .md\:-inset-x-35{
    left: -175px;
    right: -175px;
  }

  .tw .md\:-inset-x-36{
    left: -180px;
    right: -180px;
  }

  .tw .md\:-inset-x-37{
    left: -185px;
    right: -185px;
  }

  .tw .md\:-inset-x-38{
    left: -190px;
    right: -190px;
  }

  .tw .md\:-inset-x-39{
    left: -195px;
    right: -195px;
  }

  .tw .md\:-inset-x-40{
    left: -200px;
    right: -200px;
  }

  .tw .md\:-inset-x-41{
    left: -205px;
    right: -205px;
  }

  .tw .md\:-inset-x-42{
    left: -210px;
    right: -210px;
  }

  .tw .md\:-inset-x-43{
    left: -215px;
    right: -215px;
  }

  .tw .md\:-inset-x-44{
    left: -220px;
    right: -220px;
  }

  .tw .md\:-inset-x-45{
    left: -225px;
    right: -225px;
  }

  .tw .md\:-inset-x-46{
    left: -230px;
    right: -230px;
  }

  .tw .md\:-inset-x-47{
    left: -235px;
    right: -235px;
  }

  .tw .md\:-inset-x-48{
    left: -240px;
    right: -240px;
  }

  .tw .md\:-inset-x-49{
    left: -245px;
    right: -245px;
  }

  .tw .md\:-inset-x-50{
    left: -250px;
    right: -250px;
  }

  .tw .md\:-inset-x-51{
    left: -255px;
    right: -255px;
  }

  .tw .md\:-inset-x-52{
    left: -260px;
    right: -260px;
  }

  .tw .md\:-inset-x-53{
    left: -265px;
    right: -265px;
  }

  .tw .md\:-inset-x-54{
    left: -270px;
    right: -270px;
  }

  .tw .md\:-inset-x-55{
    left: -275px;
    right: -275px;
  }

  .tw .md\:-inset-x-56{
    left: -280px;
    right: -280px;
  }

  .tw .md\:-inset-x-57{
    left: -285px;
    right: -285px;
  }

  .tw .md\:-inset-x-58{
    left: -290px;
    right: -290px;
  }

  .tw .md\:-inset-x-59{
    left: -295px;
    right: -295px;
  }

  .tw .md\:-inset-x-60{
    left: -300px;
    right: -300px;
  }

  .tw .md\:-inset-x-61{
    left: -305px;
    right: -305px;
  }

  .tw .md\:-inset-x-62{
    left: -310px;
    right: -310px;
  }

  .tw .md\:-inset-x-63{
    left: -315px;
    right: -315px;
  }

  .tw .md\:-inset-x-64{
    left: -320px;
    right: -320px;
  }

  .tw .md\:-inset-x-65{
    left: -325px;
    right: -325px;
  }

  .tw .md\:-inset-x-66{
    left: -330px;
    right: -330px;
  }

  .tw .md\:-inset-x-67{
    left: -335px;
    right: -335px;
  }

  .tw .md\:-inset-x-68{
    left: -340px;
    right: -340px;
  }

  .tw .md\:-inset-x-69{
    left: -345px;
    right: -345px;
  }

  .tw .md\:-inset-x-70{
    left: -350px;
    right: -350px;
  }

  .tw .md\:-inset-x-71{
    left: -355px;
    right: -355px;
  }

  .tw .md\:-inset-x-72{
    left: -360px;
    right: -360px;
  }

  .tw .md\:-inset-x-73{
    left: -365px;
    right: -365px;
  }

  .tw .md\:-inset-x-74{
    left: -370px;
    right: -370px;
  }

  .tw .md\:-inset-x-75{
    left: -375px;
    right: -375px;
  }

  .tw .md\:-inset-x-76{
    left: -380px;
    right: -380px;
  }

  .tw .md\:-inset-x-77{
    left: -385px;
    right: -385px;
  }

  .tw .md\:-inset-x-78{
    left: -390px;
    right: -390px;
  }

  .tw .md\:-inset-x-79{
    left: -395px;
    right: -395px;
  }

  .tw .md\:-inset-x-80{
    left: -400px;
    right: -400px;
  }

  .tw .md\:-inset-x-81{
    left: -405px;
    right: -405px;
  }

  .tw .md\:-inset-x-82{
    left: -410px;
    right: -410px;
  }

  .tw .md\:-inset-x-83{
    left: -415px;
    right: -415px;
  }

  .tw .md\:-inset-x-84{
    left: -420px;
    right: -420px;
  }

  .tw .md\:-inset-x-85{
    left: -425px;
    right: -425px;
  }

  .tw .md\:-inset-x-86{
    left: -430px;
    right: -430px;
  }

  .tw .md\:-inset-x-87{
    left: -435px;
    right: -435px;
  }

  .tw .md\:-inset-x-88{
    left: -440px;
    right: -440px;
  }

  .tw .md\:-inset-x-89{
    left: -445px;
    right: -445px;
  }

  .tw .md\:-inset-x-90{
    left: -450px;
    right: -450px;
  }

  .tw .md\:-inset-x-91{
    left: -455px;
    right: -455px;
  }

  .tw .md\:-inset-x-92{
    left: -460px;
    right: -460px;
  }

  .tw .md\:-inset-x-93{
    left: -465px;
    right: -465px;
  }

  .tw .md\:-inset-x-94{
    left: -470px;
    right: -470px;
  }

  .tw .md\:-inset-x-95{
    left: -475px;
    right: -475px;
  }

  .tw .md\:-inset-x-96{
    left: -480px;
    right: -480px;
  }

  .tw .md\:-inset-x-97{
    left: -485px;
    right: -485px;
  }

  .tw .md\:-inset-x-98{
    left: -490px;
    right: -490px;
  }

  .tw .md\:-inset-x-99{
    left: -495px;
    right: -495px;
  }

  .tw .md\:-inset-x-100{
    left: -500px;
    right: -500px;
  }

  .tw .md\:-inset-x-101{
    left: -505px;
    right: -505px;
  }

  .tw .md\:-inset-x-102{
    left: -510px;
    right: -510px;
  }

  .tw .md\:-inset-x-103{
    left: -515px;
    right: -515px;
  }

  .tw .md\:-inset-x-104{
    left: -520px;
    right: -520px;
  }

  .tw .md\:-inset-x-105{
    left: -525px;
    right: -525px;
  }

  .tw .md\:-inset-x-106{
    left: -530px;
    right: -530px;
  }

  .tw .md\:-inset-x-107{
    left: -535px;
    right: -535px;
  }

  .tw .md\:-inset-x-108{
    left: -540px;
    right: -540px;
  }

  .tw .md\:-inset-x-109{
    left: -545px;
    right: -545px;
  }

  .tw .md\:-inset-x-110{
    left: -550px;
    right: -550px;
  }

  .tw .md\:-inset-x-111{
    left: -555px;
    right: -555px;
  }

  .tw .md\:-inset-x-112{
    left: -560px;
    right: -560px;
  }

  .tw .md\:-inset-x-113{
    left: -565px;
    right: -565px;
  }

  .tw .md\:-inset-x-114{
    left: -570px;
    right: -570px;
  }

  .tw .md\:-inset-x-115{
    left: -575px;
    right: -575px;
  }

  .tw .md\:-inset-x-116{
    left: -580px;
    right: -580px;
  }

  .tw .md\:-inset-x-117{
    left: -585px;
    right: -585px;
  }

  .tw .md\:-inset-x-118{
    left: -590px;
    right: -590px;
  }

  .tw .md\:-inset-x-119{
    left: -595px;
    right: -595px;
  }

  .tw .md\:-inset-x-120{
    left: -600px;
    right: -600px;
  }

  .tw .md\:-inset-x-121{
    left: -605px;
    right: -605px;
  }

  .tw .md\:-inset-x-122{
    left: -610px;
    right: -610px;
  }

  .tw .md\:-inset-x-123{
    left: -615px;
    right: -615px;
  }

  .tw .md\:-inset-x-124{
    left: -620px;
    right: -620px;
  }

  .tw .md\:-inset-x-125{
    left: -625px;
    right: -625px;
  }

  .tw .md\:-inset-x-126{
    left: -630px;
    right: -630px;
  }

  .tw .md\:-inset-x-127{
    left: -635px;
    right: -635px;
  }

  .tw .md\:-inset-x-128{
    left: -640px;
    right: -640px;
  }

  .tw .md\:-inset-x-129{
    left: -645px;
    right: -645px;
  }

  .tw .md\:-inset-x-130{
    left: -650px;
    right: -650px;
  }

  .tw .md\:-inset-x-131{
    left: -655px;
    right: -655px;
  }

  .tw .md\:-inset-x-132{
    left: -660px;
    right: -660px;
  }

  .tw .md\:-inset-x-133{
    left: -665px;
    right: -665px;
  }

  .tw .md\:-inset-x-134{
    left: -670px;
    right: -670px;
  }

  .tw .md\:-inset-x-135{
    left: -675px;
    right: -675px;
  }

  .tw .md\:-inset-x-136{
    left: -680px;
    right: -680px;
  }

  .tw .md\:-inset-x-137{
    left: -685px;
    right: -685px;
  }

  .tw .md\:-inset-x-138{
    left: -690px;
    right: -690px;
  }

  .tw .md\:-inset-x-139{
    left: -695px;
    right: -695px;
  }

  .tw .md\:-inset-x-140{
    left: -700px;
    right: -700px;
  }

  .tw .md\:-inset-x-141{
    left: -705px;
    right: -705px;
  }

  .tw .md\:-inset-x-142{
    left: -710px;
    right: -710px;
  }

  .tw .md\:-inset-x-143{
    left: -715px;
    right: -715px;
  }

  .tw .md\:-inset-x-144{
    left: -720px;
    right: -720px;
  }

  .tw .md\:-inset-x-145{
    left: -725px;
    right: -725px;
  }

  .tw .md\:-inset-x-146{
    left: -730px;
    right: -730px;
  }

  .tw .md\:-inset-x-147{
    left: -735px;
    right: -735px;
  }

  .tw .md\:-inset-x-148{
    left: -740px;
    right: -740px;
  }

  .tw .md\:-inset-x-149{
    left: -745px;
    right: -745px;
  }

  .tw .md\:-inset-x-0\.5{
    left: -3px;
    right: -3px;
  }

  .tw .md\:-inset-x-1px{
    left: -1px;
    right: -1px;
  }

  .tw .md\:-inset-x-2px{
    left: -2px;
    right: -2px;
  }

  .tw .md\:-inset-x-3px{
    left: -3px;
    right: -3px;
  }

  .tw .md\:-inset-x-4px{
    left: -4px;
    right: -4px;
  }

  .tw .md\:-inset-x-5px{
    left: -5px;
    right: -5px;
  }

  .tw .md\:-inset-x-6px{
    left: -6px;
    right: -6px;
  }

  .tw .md\:-inset-x-7px{
    left: -7px;
    right: -7px;
  }

  .tw .md\:-inset-x-8px{
    left: -8px;
    right: -8px;
  }

  .tw .md\:-inset-x-9px{
    left: -9px;
    right: -9px;
  }

  .tw .md\:-inset-x-10px{
    left: -10px;
    right: -10px;
  }

  .tw .md\:-inset-x-11px{
    left: -11px;
    right: -11px;
  }

  .tw .md\:-inset-x-12px{
    left: -12px;
    right: -12px;
  }

  .tw .md\:-inset-x-13px{
    left: -13px;
    right: -13px;
  }

  .tw .md\:-inset-x-14px{
    left: -14px;
    right: -14px;
  }

  .tw .md\:-inset-x-15px{
    left: -15px;
    right: -15px;
  }

  .tw .md\:-inset-x-16px{
    left: -16px;
    right: -16px;
  }

  .tw .md\:-inset-x-17px{
    left: -17px;
    right: -17px;
  }

  .tw .md\:-inset-x-18px{
    left: -18px;
    right: -18px;
  }

  .tw .md\:-inset-x-19px{
    left: -19px;
    right: -19px;
  }

  .tw .md\:-inset-x-20px{
    left: -20px;
    right: -20px;
  }

  .tw .md\:-inset-x-21px{
    left: -21px;
    right: -21px;
  }

  .tw .md\:-inset-x-22px{
    left: -22px;
    right: -22px;
  }

  .tw .md\:-inset-x-23px{
    left: -23px;
    right: -23px;
  }

  .tw .md\:-inset-x-24px{
    left: -24px;
    right: -24px;
  }

  .tw .md\:-inset-x-25px{
    left: -25px;
    right: -25px;
  }

  .tw .md\:-inset-x-26px{
    left: -26px;
    right: -26px;
  }

  .tw .md\:-inset-x-27px{
    left: -27px;
    right: -27px;
  }

  .tw .md\:-inset-x-28px{
    left: -28px;
    right: -28px;
  }

  .tw .md\:-inset-x-29px{
    left: -29px;
    right: -29px;
  }

  .tw .md\:-inset-x-30px{
    left: -30px;
    right: -30px;
  }

  .tw .md\:-inset-x-31px{
    left: -31px;
    right: -31px;
  }

  .tw .md\:-inset-x-32px{
    left: -32px;
    right: -32px;
  }

  .tw .md\:-inset-x-33px{
    left: -33px;
    right: -33px;
  }

  .tw .md\:-inset-x-34px{
    left: -34px;
    right: -34px;
  }

  .tw .md\:-inset-x-35px{
    left: -35px;
    right: -35px;
  }

  .tw .md\:-inset-x-36px{
    left: -36px;
    right: -36px;
  }

  .tw .md\:-inset-x-37px{
    left: -37px;
    right: -37px;
  }

  .tw .md\:-inset-x-38px{
    left: -38px;
    right: -38px;
  }

  .tw .md\:-inset-x-39px{
    left: -39px;
    right: -39px;
  }

  .tw .md\:-inset-x-40px{
    left: -40px;
    right: -40px;
  }

  .tw .md\:inset-x-1\/2{
    left: 50%;
    right: 50%;
  }

  .tw .md\:inset-x-1\/3{
    left: 33.333333%;
    right: 33.333333%;
  }

  .tw .md\:inset-x-2\/3{
    left: 66.666667%;
    right: 66.666667%;
  }

  .tw .md\:inset-x-1\/4{
    left: 25%;
    right: 25%;
  }

  .tw .md\:inset-x-2\/4{
    left: 50%;
    right: 50%;
  }

  .tw .md\:inset-x-3\/4{
    left: 75%;
    right: 75%;
  }

  .tw .md\:inset-x-full{
    left: 100%;
    right: 100%;
  }

  .tw .md\:-inset-x-1\/2{
    left: -50%;
    right: -50%;
  }

  .tw .md\:-inset-x-1\/3{
    left: -33.333333%;
    right: -33.333333%;
  }

  .tw .md\:-inset-x-2\/3{
    left: -66.666667%;
    right: -66.666667%;
  }

  .tw .md\:-inset-x-1\/4{
    left: -25%;
    right: -25%;
  }

  .tw .md\:-inset-x-2\/4{
    left: -50%;
    right: -50%;
  }

  .tw .md\:-inset-x-3\/4{
    left: -75%;
    right: -75%;
  }

  .tw .md\:-inset-x-full{
    left: -100%;
    right: -100%;
  }

  .tw .md\:inset-y-0{
    top: 0px;
    bottom: 0px;
  }

  .tw .md\:inset-y-1{
    top: 5px;
    bottom: 5px;
  }

  .tw .md\:inset-y-2{
    top: 10px;
    bottom: 10px;
  }

  .tw .md\:inset-y-3{
    top: 15px;
    bottom: 15px;
  }

  .tw .md\:inset-y-4{
    top: 20px;
    bottom: 20px;
  }

  .tw .md\:inset-y-5{
    top: 25px;
    bottom: 25px;
  }

  .tw .md\:inset-y-6{
    top: 30px;
    bottom: 30px;
  }

  .tw .md\:inset-y-7{
    top: 35px;
    bottom: 35px;
  }

  .tw .md\:inset-y-8{
    top: 40px;
    bottom: 40px;
  }

  .tw .md\:inset-y-9{
    top: 45px;
    bottom: 45px;
  }

  .tw .md\:inset-y-10{
    top: 50px;
    bottom: 50px;
  }

  .tw .md\:inset-y-11{
    top: 55px;
    bottom: 55px;
  }

  .tw .md\:inset-y-12{
    top: 60px;
    bottom: 60px;
  }

  .tw .md\:inset-y-13{
    top: 65px;
    bottom: 65px;
  }

  .tw .md\:inset-y-14{
    top: 70px;
    bottom: 70px;
  }

  .tw .md\:inset-y-15{
    top: 75px;
    bottom: 75px;
  }

  .tw .md\:inset-y-16{
    top: 80px;
    bottom: 80px;
  }

  .tw .md\:inset-y-17{
    top: 85px;
    bottom: 85px;
  }

  .tw .md\:inset-y-18{
    top: 90px;
    bottom: 90px;
  }

  .tw .md\:inset-y-19{
    top: 95px;
    bottom: 95px;
  }

  .tw .md\:inset-y-20{
    top: 100px;
    bottom: 100px;
  }

  .tw .md\:inset-y-21{
    top: 105px;
    bottom: 105px;
  }

  .tw .md\:inset-y-22{
    top: 110px;
    bottom: 110px;
  }

  .tw .md\:inset-y-23{
    top: 115px;
    bottom: 115px;
  }

  .tw .md\:inset-y-24{
    top: 120px;
    bottom: 120px;
  }

  .tw .md\:inset-y-25{
    top: 125px;
    bottom: 125px;
  }

  .tw .md\:inset-y-26{
    top: 130px;
    bottom: 130px;
  }

  .tw .md\:inset-y-27{
    top: 135px;
    bottom: 135px;
  }

  .tw .md\:inset-y-28{
    top: 140px;
    bottom: 140px;
  }

  .tw .md\:inset-y-29{
    top: 145px;
    bottom: 145px;
  }

  .tw .md\:inset-y-30{
    top: 150px;
    bottom: 150px;
  }

  .tw .md\:inset-y-31{
    top: 155px;
    bottom: 155px;
  }

  .tw .md\:inset-y-32{
    top: 160px;
    bottom: 160px;
  }

  .tw .md\:inset-y-33{
    top: 165px;
    bottom: 165px;
  }

  .tw .md\:inset-y-34{
    top: 170px;
    bottom: 170px;
  }

  .tw .md\:inset-y-35{
    top: 175px;
    bottom: 175px;
  }

  .tw .md\:inset-y-36{
    top: 180px;
    bottom: 180px;
  }

  .tw .md\:inset-y-37{
    top: 185px;
    bottom: 185px;
  }

  .tw .md\:inset-y-38{
    top: 190px;
    bottom: 190px;
  }

  .tw .md\:inset-y-39{
    top: 195px;
    bottom: 195px;
  }

  .tw .md\:inset-y-40{
    top: 200px;
    bottom: 200px;
  }

  .tw .md\:inset-y-41{
    top: 205px;
    bottom: 205px;
  }

  .tw .md\:inset-y-42{
    top: 210px;
    bottom: 210px;
  }

  .tw .md\:inset-y-43{
    top: 215px;
    bottom: 215px;
  }

  .tw .md\:inset-y-44{
    top: 220px;
    bottom: 220px;
  }

  .tw .md\:inset-y-45{
    top: 225px;
    bottom: 225px;
  }

  .tw .md\:inset-y-46{
    top: 230px;
    bottom: 230px;
  }

  .tw .md\:inset-y-47{
    top: 235px;
    bottom: 235px;
  }

  .tw .md\:inset-y-48{
    top: 240px;
    bottom: 240px;
  }

  .tw .md\:inset-y-49{
    top: 245px;
    bottom: 245px;
  }

  .tw .md\:inset-y-50{
    top: 250px;
    bottom: 250px;
  }

  .tw .md\:inset-y-51{
    top: 255px;
    bottom: 255px;
  }

  .tw .md\:inset-y-52{
    top: 260px;
    bottom: 260px;
  }

  .tw .md\:inset-y-53{
    top: 265px;
    bottom: 265px;
  }

  .tw .md\:inset-y-54{
    top: 270px;
    bottom: 270px;
  }

  .tw .md\:inset-y-55{
    top: 275px;
    bottom: 275px;
  }

  .tw .md\:inset-y-56{
    top: 280px;
    bottom: 280px;
  }

  .tw .md\:inset-y-57{
    top: 285px;
    bottom: 285px;
  }

  .tw .md\:inset-y-58{
    top: 290px;
    bottom: 290px;
  }

  .tw .md\:inset-y-59{
    top: 295px;
    bottom: 295px;
  }

  .tw .md\:inset-y-60{
    top: 300px;
    bottom: 300px;
  }

  .tw .md\:inset-y-61{
    top: 305px;
    bottom: 305px;
  }

  .tw .md\:inset-y-62{
    top: 310px;
    bottom: 310px;
  }

  .tw .md\:inset-y-63{
    top: 315px;
    bottom: 315px;
  }

  .tw .md\:inset-y-64{
    top: 320px;
    bottom: 320px;
  }

  .tw .md\:inset-y-65{
    top: 325px;
    bottom: 325px;
  }

  .tw .md\:inset-y-66{
    top: 330px;
    bottom: 330px;
  }

  .tw .md\:inset-y-67{
    top: 335px;
    bottom: 335px;
  }

  .tw .md\:inset-y-68{
    top: 340px;
    bottom: 340px;
  }

  .tw .md\:inset-y-69{
    top: 345px;
    bottom: 345px;
  }

  .tw .md\:inset-y-70{
    top: 350px;
    bottom: 350px;
  }

  .tw .md\:inset-y-71{
    top: 355px;
    bottom: 355px;
  }

  .tw .md\:inset-y-72{
    top: 360px;
    bottom: 360px;
  }

  .tw .md\:inset-y-73{
    top: 365px;
    bottom: 365px;
  }

  .tw .md\:inset-y-74{
    top: 370px;
    bottom: 370px;
  }

  .tw .md\:inset-y-75{
    top: 375px;
    bottom: 375px;
  }

  .tw .md\:inset-y-76{
    top: 380px;
    bottom: 380px;
  }

  .tw .md\:inset-y-77{
    top: 385px;
    bottom: 385px;
  }

  .tw .md\:inset-y-78{
    top: 390px;
    bottom: 390px;
  }

  .tw .md\:inset-y-79{
    top: 395px;
    bottom: 395px;
  }

  .tw .md\:inset-y-80{
    top: 400px;
    bottom: 400px;
  }

  .tw .md\:inset-y-81{
    top: 405px;
    bottom: 405px;
  }

  .tw .md\:inset-y-82{
    top: 410px;
    bottom: 410px;
  }

  .tw .md\:inset-y-83{
    top: 415px;
    bottom: 415px;
  }

  .tw .md\:inset-y-84{
    top: 420px;
    bottom: 420px;
  }

  .tw .md\:inset-y-85{
    top: 425px;
    bottom: 425px;
  }

  .tw .md\:inset-y-86{
    top: 430px;
    bottom: 430px;
  }

  .tw .md\:inset-y-87{
    top: 435px;
    bottom: 435px;
  }

  .tw .md\:inset-y-88{
    top: 440px;
    bottom: 440px;
  }

  .tw .md\:inset-y-89{
    top: 445px;
    bottom: 445px;
  }

  .tw .md\:inset-y-90{
    top: 450px;
    bottom: 450px;
  }

  .tw .md\:inset-y-91{
    top: 455px;
    bottom: 455px;
  }

  .tw .md\:inset-y-92{
    top: 460px;
    bottom: 460px;
  }

  .tw .md\:inset-y-93{
    top: 465px;
    bottom: 465px;
  }

  .tw .md\:inset-y-94{
    top: 470px;
    bottom: 470px;
  }

  .tw .md\:inset-y-95{
    top: 475px;
    bottom: 475px;
  }

  .tw .md\:inset-y-96{
    top: 480px;
    bottom: 480px;
  }

  .tw .md\:inset-y-97{
    top: 485px;
    bottom: 485px;
  }

  .tw .md\:inset-y-98{
    top: 490px;
    bottom: 490px;
  }

  .tw .md\:inset-y-99{
    top: 495px;
    bottom: 495px;
  }

  .tw .md\:inset-y-100{
    top: 500px;
    bottom: 500px;
  }

  .tw .md\:inset-y-101{
    top: 505px;
    bottom: 505px;
  }

  .tw .md\:inset-y-102{
    top: 510px;
    bottom: 510px;
  }

  .tw .md\:inset-y-103{
    top: 515px;
    bottom: 515px;
  }

  .tw .md\:inset-y-104{
    top: 520px;
    bottom: 520px;
  }

  .tw .md\:inset-y-105{
    top: 525px;
    bottom: 525px;
  }

  .tw .md\:inset-y-106{
    top: 530px;
    bottom: 530px;
  }

  .tw .md\:inset-y-107{
    top: 535px;
    bottom: 535px;
  }

  .tw .md\:inset-y-108{
    top: 540px;
    bottom: 540px;
  }

  .tw .md\:inset-y-109{
    top: 545px;
    bottom: 545px;
  }

  .tw .md\:inset-y-110{
    top: 550px;
    bottom: 550px;
  }

  .tw .md\:inset-y-111{
    top: 555px;
    bottom: 555px;
  }

  .tw .md\:inset-y-112{
    top: 560px;
    bottom: 560px;
  }

  .tw .md\:inset-y-113{
    top: 565px;
    bottom: 565px;
  }

  .tw .md\:inset-y-114{
    top: 570px;
    bottom: 570px;
  }

  .tw .md\:inset-y-115{
    top: 575px;
    bottom: 575px;
  }

  .tw .md\:inset-y-116{
    top: 580px;
    bottom: 580px;
  }

  .tw .md\:inset-y-117{
    top: 585px;
    bottom: 585px;
  }

  .tw .md\:inset-y-118{
    top: 590px;
    bottom: 590px;
  }

  .tw .md\:inset-y-119{
    top: 595px;
    bottom: 595px;
  }

  .tw .md\:inset-y-120{
    top: 600px;
    bottom: 600px;
  }

  .tw .md\:inset-y-121{
    top: 605px;
    bottom: 605px;
  }

  .tw .md\:inset-y-122{
    top: 610px;
    bottom: 610px;
  }

  .tw .md\:inset-y-123{
    top: 615px;
    bottom: 615px;
  }

  .tw .md\:inset-y-124{
    top: 620px;
    bottom: 620px;
  }

  .tw .md\:inset-y-125{
    top: 625px;
    bottom: 625px;
  }

  .tw .md\:inset-y-126{
    top: 630px;
    bottom: 630px;
  }

  .tw .md\:inset-y-127{
    top: 635px;
    bottom: 635px;
  }

  .tw .md\:inset-y-128{
    top: 640px;
    bottom: 640px;
  }

  .tw .md\:inset-y-129{
    top: 645px;
    bottom: 645px;
  }

  .tw .md\:inset-y-130{
    top: 650px;
    bottom: 650px;
  }

  .tw .md\:inset-y-131{
    top: 655px;
    bottom: 655px;
  }

  .tw .md\:inset-y-132{
    top: 660px;
    bottom: 660px;
  }

  .tw .md\:inset-y-133{
    top: 665px;
    bottom: 665px;
  }

  .tw .md\:inset-y-134{
    top: 670px;
    bottom: 670px;
  }

  .tw .md\:inset-y-135{
    top: 675px;
    bottom: 675px;
  }

  .tw .md\:inset-y-136{
    top: 680px;
    bottom: 680px;
  }

  .tw .md\:inset-y-137{
    top: 685px;
    bottom: 685px;
  }

  .tw .md\:inset-y-138{
    top: 690px;
    bottom: 690px;
  }

  .tw .md\:inset-y-139{
    top: 695px;
    bottom: 695px;
  }

  .tw .md\:inset-y-140{
    top: 700px;
    bottom: 700px;
  }

  .tw .md\:inset-y-141{
    top: 705px;
    bottom: 705px;
  }

  .tw .md\:inset-y-142{
    top: 710px;
    bottom: 710px;
  }

  .tw .md\:inset-y-143{
    top: 715px;
    bottom: 715px;
  }

  .tw .md\:inset-y-144{
    top: 720px;
    bottom: 720px;
  }

  .tw .md\:inset-y-145{
    top: 725px;
    bottom: 725px;
  }

  .tw .md\:inset-y-146{
    top: 730px;
    bottom: 730px;
  }

  .tw .md\:inset-y-147{
    top: 735px;
    bottom: 735px;
  }

  .tw .md\:inset-y-148{
    top: 740px;
    bottom: 740px;
  }

  .tw .md\:inset-y-149{
    top: 745px;
    bottom: 745px;
  }

  .tw .md\:inset-y-auto{
    top: auto;
    bottom: auto;
  }

  .tw .md\:inset-y-0\.5{
    top: 3px;
    bottom: 3px;
  }

  .tw .md\:inset-y-1px{
    top: 1px;
    bottom: 1px;
  }

  .tw .md\:inset-y-2px{
    top: 2px;
    bottom: 2px;
  }

  .tw .md\:inset-y-3px{
    top: 3px;
    bottom: 3px;
  }

  .tw .md\:inset-y-4px{
    top: 4px;
    bottom: 4px;
  }

  .tw .md\:inset-y-5px{
    top: 5px;
    bottom: 5px;
  }

  .tw .md\:inset-y-6px{
    top: 6px;
    bottom: 6px;
  }

  .tw .md\:inset-y-7px{
    top: 7px;
    bottom: 7px;
  }

  .tw .md\:inset-y-8px{
    top: 8px;
    bottom: 8px;
  }

  .tw .md\:inset-y-9px{
    top: 9px;
    bottom: 9px;
  }

  .tw .md\:inset-y-10px{
    top: 10px;
    bottom: 10px;
  }

  .tw .md\:inset-y-11px{
    top: 11px;
    bottom: 11px;
  }

  .tw .md\:inset-y-12px{
    top: 12px;
    bottom: 12px;
  }

  .tw .md\:inset-y-13px{
    top: 13px;
    bottom: 13px;
  }

  .tw .md\:inset-y-14px{
    top: 14px;
    bottom: 14px;
  }

  .tw .md\:inset-y-15px{
    top: 15px;
    bottom: 15px;
  }

  .tw .md\:inset-y-16px{
    top: 16px;
    bottom: 16px;
  }

  .tw .md\:inset-y-17px{
    top: 17px;
    bottom: 17px;
  }

  .tw .md\:inset-y-18px{
    top: 18px;
    bottom: 18px;
  }

  .tw .md\:inset-y-19px{
    top: 19px;
    bottom: 19px;
  }

  .tw .md\:inset-y-20px{
    top: 20px;
    bottom: 20px;
  }

  .tw .md\:inset-y-21px{
    top: 21px;
    bottom: 21px;
  }

  .tw .md\:inset-y-22px{
    top: 22px;
    bottom: 22px;
  }

  .tw .md\:inset-y-23px{
    top: 23px;
    bottom: 23px;
  }

  .tw .md\:inset-y-24px{
    top: 24px;
    bottom: 24px;
  }

  .tw .md\:inset-y-25px{
    top: 25px;
    bottom: 25px;
  }

  .tw .md\:inset-y-26px{
    top: 26px;
    bottom: 26px;
  }

  .tw .md\:inset-y-27px{
    top: 27px;
    bottom: 27px;
  }

  .tw .md\:inset-y-28px{
    top: 28px;
    bottom: 28px;
  }

  .tw .md\:inset-y-29px{
    top: 29px;
    bottom: 29px;
  }

  .tw .md\:inset-y-30px{
    top: 30px;
    bottom: 30px;
  }

  .tw .md\:inset-y-31px{
    top: 31px;
    bottom: 31px;
  }

  .tw .md\:inset-y-32px{
    top: 32px;
    bottom: 32px;
  }

  .tw .md\:inset-y-33px{
    top: 33px;
    bottom: 33px;
  }

  .tw .md\:inset-y-34px{
    top: 34px;
    bottom: 34px;
  }

  .tw .md\:inset-y-35px{
    top: 35px;
    bottom: 35px;
  }

  .tw .md\:inset-y-36px{
    top: 36px;
    bottom: 36px;
  }

  .tw .md\:inset-y-37px{
    top: 37px;
    bottom: 37px;
  }

  .tw .md\:inset-y-38px{
    top: 38px;
    bottom: 38px;
  }

  .tw .md\:inset-y-39px{
    top: 39px;
    bottom: 39px;
  }

  .tw .md\:inset-y-40px{
    top: 40px;
    bottom: 40px;
  }

  .tw .md\:-inset-y-0{
    top: 0px;
    bottom: 0px;
  }

  .tw .md\:-inset-y-1{
    top: -5px;
    bottom: -5px;
  }

  .tw .md\:-inset-y-2{
    top: -10px;
    bottom: -10px;
  }

  .tw .md\:-inset-y-3{
    top: -15px;
    bottom: -15px;
  }

  .tw .md\:-inset-y-4{
    top: -20px;
    bottom: -20px;
  }

  .tw .md\:-inset-y-5{
    top: -25px;
    bottom: -25px;
  }

  .tw .md\:-inset-y-6{
    top: -30px;
    bottom: -30px;
  }

  .tw .md\:-inset-y-7{
    top: -35px;
    bottom: -35px;
  }

  .tw .md\:-inset-y-8{
    top: -40px;
    bottom: -40px;
  }

  .tw .md\:-inset-y-9{
    top: -45px;
    bottom: -45px;
  }

  .tw .md\:-inset-y-10{
    top: -50px;
    bottom: -50px;
  }

  .tw .md\:-inset-y-11{
    top: -55px;
    bottom: -55px;
  }

  .tw .md\:-inset-y-12{
    top: -60px;
    bottom: -60px;
  }

  .tw .md\:-inset-y-13{
    top: -65px;
    bottom: -65px;
  }

  .tw .md\:-inset-y-14{
    top: -70px;
    bottom: -70px;
  }

  .tw .md\:-inset-y-15{
    top: -75px;
    bottom: -75px;
  }

  .tw .md\:-inset-y-16{
    top: -80px;
    bottom: -80px;
  }

  .tw .md\:-inset-y-17{
    top: -85px;
    bottom: -85px;
  }

  .tw .md\:-inset-y-18{
    top: -90px;
    bottom: -90px;
  }

  .tw .md\:-inset-y-19{
    top: -95px;
    bottom: -95px;
  }

  .tw .md\:-inset-y-20{
    top: -100px;
    bottom: -100px;
  }

  .tw .md\:-inset-y-21{
    top: -105px;
    bottom: -105px;
  }

  .tw .md\:-inset-y-22{
    top: -110px;
    bottom: -110px;
  }

  .tw .md\:-inset-y-23{
    top: -115px;
    bottom: -115px;
  }

  .tw .md\:-inset-y-24{
    top: -120px;
    bottom: -120px;
  }

  .tw .md\:-inset-y-25{
    top: -125px;
    bottom: -125px;
  }

  .tw .md\:-inset-y-26{
    top: -130px;
    bottom: -130px;
  }

  .tw .md\:-inset-y-27{
    top: -135px;
    bottom: -135px;
  }

  .tw .md\:-inset-y-28{
    top: -140px;
    bottom: -140px;
  }

  .tw .md\:-inset-y-29{
    top: -145px;
    bottom: -145px;
  }

  .tw .md\:-inset-y-30{
    top: -150px;
    bottom: -150px;
  }

  .tw .md\:-inset-y-31{
    top: -155px;
    bottom: -155px;
  }

  .tw .md\:-inset-y-32{
    top: -160px;
    bottom: -160px;
  }

  .tw .md\:-inset-y-33{
    top: -165px;
    bottom: -165px;
  }

  .tw .md\:-inset-y-34{
    top: -170px;
    bottom: -170px;
  }

  .tw .md\:-inset-y-35{
    top: -175px;
    bottom: -175px;
  }

  .tw .md\:-inset-y-36{
    top: -180px;
    bottom: -180px;
  }

  .tw .md\:-inset-y-37{
    top: -185px;
    bottom: -185px;
  }

  .tw .md\:-inset-y-38{
    top: -190px;
    bottom: -190px;
  }

  .tw .md\:-inset-y-39{
    top: -195px;
    bottom: -195px;
  }

  .tw .md\:-inset-y-40{
    top: -200px;
    bottom: -200px;
  }

  .tw .md\:-inset-y-41{
    top: -205px;
    bottom: -205px;
  }

  .tw .md\:-inset-y-42{
    top: -210px;
    bottom: -210px;
  }

  .tw .md\:-inset-y-43{
    top: -215px;
    bottom: -215px;
  }

  .tw .md\:-inset-y-44{
    top: -220px;
    bottom: -220px;
  }

  .tw .md\:-inset-y-45{
    top: -225px;
    bottom: -225px;
  }

  .tw .md\:-inset-y-46{
    top: -230px;
    bottom: -230px;
  }

  .tw .md\:-inset-y-47{
    top: -235px;
    bottom: -235px;
  }

  .tw .md\:-inset-y-48{
    top: -240px;
    bottom: -240px;
  }

  .tw .md\:-inset-y-49{
    top: -245px;
    bottom: -245px;
  }

  .tw .md\:-inset-y-50{
    top: -250px;
    bottom: -250px;
  }

  .tw .md\:-inset-y-51{
    top: -255px;
    bottom: -255px;
  }

  .tw .md\:-inset-y-52{
    top: -260px;
    bottom: -260px;
  }

  .tw .md\:-inset-y-53{
    top: -265px;
    bottom: -265px;
  }

  .tw .md\:-inset-y-54{
    top: -270px;
    bottom: -270px;
  }

  .tw .md\:-inset-y-55{
    top: -275px;
    bottom: -275px;
  }

  .tw .md\:-inset-y-56{
    top: -280px;
    bottom: -280px;
  }

  .tw .md\:-inset-y-57{
    top: -285px;
    bottom: -285px;
  }

  .tw .md\:-inset-y-58{
    top: -290px;
    bottom: -290px;
  }

  .tw .md\:-inset-y-59{
    top: -295px;
    bottom: -295px;
  }

  .tw .md\:-inset-y-60{
    top: -300px;
    bottom: -300px;
  }

  .tw .md\:-inset-y-61{
    top: -305px;
    bottom: -305px;
  }

  .tw .md\:-inset-y-62{
    top: -310px;
    bottom: -310px;
  }

  .tw .md\:-inset-y-63{
    top: -315px;
    bottom: -315px;
  }

  .tw .md\:-inset-y-64{
    top: -320px;
    bottom: -320px;
  }

  .tw .md\:-inset-y-65{
    top: -325px;
    bottom: -325px;
  }

  .tw .md\:-inset-y-66{
    top: -330px;
    bottom: -330px;
  }

  .tw .md\:-inset-y-67{
    top: -335px;
    bottom: -335px;
  }

  .tw .md\:-inset-y-68{
    top: -340px;
    bottom: -340px;
  }

  .tw .md\:-inset-y-69{
    top: -345px;
    bottom: -345px;
  }

  .tw .md\:-inset-y-70{
    top: -350px;
    bottom: -350px;
  }

  .tw .md\:-inset-y-71{
    top: -355px;
    bottom: -355px;
  }

  .tw .md\:-inset-y-72{
    top: -360px;
    bottom: -360px;
  }

  .tw .md\:-inset-y-73{
    top: -365px;
    bottom: -365px;
  }

  .tw .md\:-inset-y-74{
    top: -370px;
    bottom: -370px;
  }

  .tw .md\:-inset-y-75{
    top: -375px;
    bottom: -375px;
  }

  .tw .md\:-inset-y-76{
    top: -380px;
    bottom: -380px;
  }

  .tw .md\:-inset-y-77{
    top: -385px;
    bottom: -385px;
  }

  .tw .md\:-inset-y-78{
    top: -390px;
    bottom: -390px;
  }

  .tw .md\:-inset-y-79{
    top: -395px;
    bottom: -395px;
  }

  .tw .md\:-inset-y-80{
    top: -400px;
    bottom: -400px;
  }

  .tw .md\:-inset-y-81{
    top: -405px;
    bottom: -405px;
  }

  .tw .md\:-inset-y-82{
    top: -410px;
    bottom: -410px;
  }

  .tw .md\:-inset-y-83{
    top: -415px;
    bottom: -415px;
  }

  .tw .md\:-inset-y-84{
    top: -420px;
    bottom: -420px;
  }

  .tw .md\:-inset-y-85{
    top: -425px;
    bottom: -425px;
  }

  .tw .md\:-inset-y-86{
    top: -430px;
    bottom: -430px;
  }

  .tw .md\:-inset-y-87{
    top: -435px;
    bottom: -435px;
  }

  .tw .md\:-inset-y-88{
    top: -440px;
    bottom: -440px;
  }

  .tw .md\:-inset-y-89{
    top: -445px;
    bottom: -445px;
  }

  .tw .md\:-inset-y-90{
    top: -450px;
    bottom: -450px;
  }

  .tw .md\:-inset-y-91{
    top: -455px;
    bottom: -455px;
  }

  .tw .md\:-inset-y-92{
    top: -460px;
    bottom: -460px;
  }

  .tw .md\:-inset-y-93{
    top: -465px;
    bottom: -465px;
  }

  .tw .md\:-inset-y-94{
    top: -470px;
    bottom: -470px;
  }

  .tw .md\:-inset-y-95{
    top: -475px;
    bottom: -475px;
  }

  .tw .md\:-inset-y-96{
    top: -480px;
    bottom: -480px;
  }

  .tw .md\:-inset-y-97{
    top: -485px;
    bottom: -485px;
  }

  .tw .md\:-inset-y-98{
    top: -490px;
    bottom: -490px;
  }

  .tw .md\:-inset-y-99{
    top: -495px;
    bottom: -495px;
  }

  .tw .md\:-inset-y-100{
    top: -500px;
    bottom: -500px;
  }

  .tw .md\:-inset-y-101{
    top: -505px;
    bottom: -505px;
  }

  .tw .md\:-inset-y-102{
    top: -510px;
    bottom: -510px;
  }

  .tw .md\:-inset-y-103{
    top: -515px;
    bottom: -515px;
  }

  .tw .md\:-inset-y-104{
    top: -520px;
    bottom: -520px;
  }

  .tw .md\:-inset-y-105{
    top: -525px;
    bottom: -525px;
  }

  .tw .md\:-inset-y-106{
    top: -530px;
    bottom: -530px;
  }

  .tw .md\:-inset-y-107{
    top: -535px;
    bottom: -535px;
  }

  .tw .md\:-inset-y-108{
    top: -540px;
    bottom: -540px;
  }

  .tw .md\:-inset-y-109{
    top: -545px;
    bottom: -545px;
  }

  .tw .md\:-inset-y-110{
    top: -550px;
    bottom: -550px;
  }

  .tw .md\:-inset-y-111{
    top: -555px;
    bottom: -555px;
  }

  .tw .md\:-inset-y-112{
    top: -560px;
    bottom: -560px;
  }

  .tw .md\:-inset-y-113{
    top: -565px;
    bottom: -565px;
  }

  .tw .md\:-inset-y-114{
    top: -570px;
    bottom: -570px;
  }

  .tw .md\:-inset-y-115{
    top: -575px;
    bottom: -575px;
  }

  .tw .md\:-inset-y-116{
    top: -580px;
    bottom: -580px;
  }

  .tw .md\:-inset-y-117{
    top: -585px;
    bottom: -585px;
  }

  .tw .md\:-inset-y-118{
    top: -590px;
    bottom: -590px;
  }

  .tw .md\:-inset-y-119{
    top: -595px;
    bottom: -595px;
  }

  .tw .md\:-inset-y-120{
    top: -600px;
    bottom: -600px;
  }

  .tw .md\:-inset-y-121{
    top: -605px;
    bottom: -605px;
  }

  .tw .md\:-inset-y-122{
    top: -610px;
    bottom: -610px;
  }

  .tw .md\:-inset-y-123{
    top: -615px;
    bottom: -615px;
  }

  .tw .md\:-inset-y-124{
    top: -620px;
    bottom: -620px;
  }

  .tw .md\:-inset-y-125{
    top: -625px;
    bottom: -625px;
  }

  .tw .md\:-inset-y-126{
    top: -630px;
    bottom: -630px;
  }

  .tw .md\:-inset-y-127{
    top: -635px;
    bottom: -635px;
  }

  .tw .md\:-inset-y-128{
    top: -640px;
    bottom: -640px;
  }

  .tw .md\:-inset-y-129{
    top: -645px;
    bottom: -645px;
  }

  .tw .md\:-inset-y-130{
    top: -650px;
    bottom: -650px;
  }

  .tw .md\:-inset-y-131{
    top: -655px;
    bottom: -655px;
  }

  .tw .md\:-inset-y-132{
    top: -660px;
    bottom: -660px;
  }

  .tw .md\:-inset-y-133{
    top: -665px;
    bottom: -665px;
  }

  .tw .md\:-inset-y-134{
    top: -670px;
    bottom: -670px;
  }

  .tw .md\:-inset-y-135{
    top: -675px;
    bottom: -675px;
  }

  .tw .md\:-inset-y-136{
    top: -680px;
    bottom: -680px;
  }

  .tw .md\:-inset-y-137{
    top: -685px;
    bottom: -685px;
  }

  .tw .md\:-inset-y-138{
    top: -690px;
    bottom: -690px;
  }

  .tw .md\:-inset-y-139{
    top: -695px;
    bottom: -695px;
  }

  .tw .md\:-inset-y-140{
    top: -700px;
    bottom: -700px;
  }

  .tw .md\:-inset-y-141{
    top: -705px;
    bottom: -705px;
  }

  .tw .md\:-inset-y-142{
    top: -710px;
    bottom: -710px;
  }

  .tw .md\:-inset-y-143{
    top: -715px;
    bottom: -715px;
  }

  .tw .md\:-inset-y-144{
    top: -720px;
    bottom: -720px;
  }

  .tw .md\:-inset-y-145{
    top: -725px;
    bottom: -725px;
  }

  .tw .md\:-inset-y-146{
    top: -730px;
    bottom: -730px;
  }

  .tw .md\:-inset-y-147{
    top: -735px;
    bottom: -735px;
  }

  .tw .md\:-inset-y-148{
    top: -740px;
    bottom: -740px;
  }

  .tw .md\:-inset-y-149{
    top: -745px;
    bottom: -745px;
  }

  .tw .md\:-inset-y-0\.5{
    top: -3px;
    bottom: -3px;
  }

  .tw .md\:-inset-y-1px{
    top: -1px;
    bottom: -1px;
  }

  .tw .md\:-inset-y-2px{
    top: -2px;
    bottom: -2px;
  }

  .tw .md\:-inset-y-3px{
    top: -3px;
    bottom: -3px;
  }

  .tw .md\:-inset-y-4px{
    top: -4px;
    bottom: -4px;
  }

  .tw .md\:-inset-y-5px{
    top: -5px;
    bottom: -5px;
  }

  .tw .md\:-inset-y-6px{
    top: -6px;
    bottom: -6px;
  }

  .tw .md\:-inset-y-7px{
    top: -7px;
    bottom: -7px;
  }

  .tw .md\:-inset-y-8px{
    top: -8px;
    bottom: -8px;
  }

  .tw .md\:-inset-y-9px{
    top: -9px;
    bottom: -9px;
  }

  .tw .md\:-inset-y-10px{
    top: -10px;
    bottom: -10px;
  }

  .tw .md\:-inset-y-11px{
    top: -11px;
    bottom: -11px;
  }

  .tw .md\:-inset-y-12px{
    top: -12px;
    bottom: -12px;
  }

  .tw .md\:-inset-y-13px{
    top: -13px;
    bottom: -13px;
  }

  .tw .md\:-inset-y-14px{
    top: -14px;
    bottom: -14px;
  }

  .tw .md\:-inset-y-15px{
    top: -15px;
    bottom: -15px;
  }

  .tw .md\:-inset-y-16px{
    top: -16px;
    bottom: -16px;
  }

  .tw .md\:-inset-y-17px{
    top: -17px;
    bottom: -17px;
  }

  .tw .md\:-inset-y-18px{
    top: -18px;
    bottom: -18px;
  }

  .tw .md\:-inset-y-19px{
    top: -19px;
    bottom: -19px;
  }

  .tw .md\:-inset-y-20px{
    top: -20px;
    bottom: -20px;
  }

  .tw .md\:-inset-y-21px{
    top: -21px;
    bottom: -21px;
  }

  .tw .md\:-inset-y-22px{
    top: -22px;
    bottom: -22px;
  }

  .tw .md\:-inset-y-23px{
    top: -23px;
    bottom: -23px;
  }

  .tw .md\:-inset-y-24px{
    top: -24px;
    bottom: -24px;
  }

  .tw .md\:-inset-y-25px{
    top: -25px;
    bottom: -25px;
  }

  .tw .md\:-inset-y-26px{
    top: -26px;
    bottom: -26px;
  }

  .tw .md\:-inset-y-27px{
    top: -27px;
    bottom: -27px;
  }

  .tw .md\:-inset-y-28px{
    top: -28px;
    bottom: -28px;
  }

  .tw .md\:-inset-y-29px{
    top: -29px;
    bottom: -29px;
  }

  .tw .md\:-inset-y-30px{
    top: -30px;
    bottom: -30px;
  }

  .tw .md\:-inset-y-31px{
    top: -31px;
    bottom: -31px;
  }

  .tw .md\:-inset-y-32px{
    top: -32px;
    bottom: -32px;
  }

  .tw .md\:-inset-y-33px{
    top: -33px;
    bottom: -33px;
  }

  .tw .md\:-inset-y-34px{
    top: -34px;
    bottom: -34px;
  }

  .tw .md\:-inset-y-35px{
    top: -35px;
    bottom: -35px;
  }

  .tw .md\:-inset-y-36px{
    top: -36px;
    bottom: -36px;
  }

  .tw .md\:-inset-y-37px{
    top: -37px;
    bottom: -37px;
  }

  .tw .md\:-inset-y-38px{
    top: -38px;
    bottom: -38px;
  }

  .tw .md\:-inset-y-39px{
    top: -39px;
    bottom: -39px;
  }

  .tw .md\:-inset-y-40px{
    top: -40px;
    bottom: -40px;
  }

  .tw .md\:inset-y-1\/2{
    top: 50%;
    bottom: 50%;
  }

  .tw .md\:inset-y-1\/3{
    top: 33.333333%;
    bottom: 33.333333%;
  }

  .tw .md\:inset-y-2\/3{
    top: 66.666667%;
    bottom: 66.666667%;
  }

  .tw .md\:inset-y-1\/4{
    top: 25%;
    bottom: 25%;
  }

  .tw .md\:inset-y-2\/4{
    top: 50%;
    bottom: 50%;
  }

  .tw .md\:inset-y-3\/4{
    top: 75%;
    bottom: 75%;
  }

  .tw .md\:inset-y-full{
    top: 100%;
    bottom: 100%;
  }

  .tw .md\:-inset-y-1\/2{
    top: -50%;
    bottom: -50%;
  }

  .tw .md\:-inset-y-1\/3{
    top: -33.333333%;
    bottom: -33.333333%;
  }

  .tw .md\:-inset-y-2\/3{
    top: -66.666667%;
    bottom: -66.666667%;
  }

  .tw .md\:-inset-y-1\/4{
    top: -25%;
    bottom: -25%;
  }

  .tw .md\:-inset-y-2\/4{
    top: -50%;
    bottom: -50%;
  }

  .tw .md\:-inset-y-3\/4{
    top: -75%;
    bottom: -75%;
  }

  .tw .md\:-inset-y-full{
    top: -100%;
    bottom: -100%;
  }

  .tw .md\:top-0{
    top: 0px;
  }

  .tw .md\:top-1{
    top: 5px;
  }

  .tw .md\:top-2{
    top: 10px;
  }

  .tw .md\:top-3{
    top: 15px;
  }

  .tw .md\:top-4{
    top: 20px;
  }

  .tw .md\:top-5{
    top: 25px;
  }

  .tw .md\:top-6{
    top: 30px;
  }

  .tw .md\:top-7{
    top: 35px;
  }

  .tw .md\:top-8{
    top: 40px;
  }

  .tw .md\:top-9{
    top: 45px;
  }

  .tw .md\:top-10{
    top: 50px;
  }

  .tw .md\:top-11{
    top: 55px;
  }

  .tw .md\:top-12{
    top: 60px;
  }

  .tw .md\:top-13{
    top: 65px;
  }

  .tw .md\:top-14{
    top: 70px;
  }

  .tw .md\:top-15{
    top: 75px;
  }

  .tw .md\:top-16{
    top: 80px;
  }

  .tw .md\:top-17{
    top: 85px;
  }

  .tw .md\:top-18{
    top: 90px;
  }

  .tw .md\:top-19{
    top: 95px;
  }

  .tw .md\:top-20{
    top: 100px;
  }

  .tw .md\:top-21{
    top: 105px;
  }

  .tw .md\:top-22{
    top: 110px;
  }

  .tw .md\:top-23{
    top: 115px;
  }

  .tw .md\:top-24{
    top: 120px;
  }

  .tw .md\:top-25{
    top: 125px;
  }

  .tw .md\:top-26{
    top: 130px;
  }

  .tw .md\:top-27{
    top: 135px;
  }

  .tw .md\:top-28{
    top: 140px;
  }

  .tw .md\:top-29{
    top: 145px;
  }

  .tw .md\:top-30{
    top: 150px;
  }

  .tw .md\:top-31{
    top: 155px;
  }

  .tw .md\:top-32{
    top: 160px;
  }

  .tw .md\:top-33{
    top: 165px;
  }

  .tw .md\:top-34{
    top: 170px;
  }

  .tw .md\:top-35{
    top: 175px;
  }

  .tw .md\:top-36{
    top: 180px;
  }

  .tw .md\:top-37{
    top: 185px;
  }

  .tw .md\:top-38{
    top: 190px;
  }

  .tw .md\:top-39{
    top: 195px;
  }

  .tw .md\:top-40{
    top: 200px;
  }

  .tw .md\:top-41{
    top: 205px;
  }

  .tw .md\:top-42{
    top: 210px;
  }

  .tw .md\:top-43{
    top: 215px;
  }

  .tw .md\:top-44{
    top: 220px;
  }

  .tw .md\:top-45{
    top: 225px;
  }

  .tw .md\:top-46{
    top: 230px;
  }

  .tw .md\:top-47{
    top: 235px;
  }

  .tw .md\:top-48{
    top: 240px;
  }

  .tw .md\:top-49{
    top: 245px;
  }

  .tw .md\:top-50{
    top: 250px;
  }

  .tw .md\:top-51{
    top: 255px;
  }

  .tw .md\:top-52{
    top: 260px;
  }

  .tw .md\:top-53{
    top: 265px;
  }

  .tw .md\:top-54{
    top: 270px;
  }

  .tw .md\:top-55{
    top: 275px;
  }

  .tw .md\:top-56{
    top: 280px;
  }

  .tw .md\:top-57{
    top: 285px;
  }

  .tw .md\:top-58{
    top: 290px;
  }

  .tw .md\:top-59{
    top: 295px;
  }

  .tw .md\:top-60{
    top: 300px;
  }

  .tw .md\:top-61{
    top: 305px;
  }

  .tw .md\:top-62{
    top: 310px;
  }

  .tw .md\:top-63{
    top: 315px;
  }

  .tw .md\:top-64{
    top: 320px;
  }

  .tw .md\:top-65{
    top: 325px;
  }

  .tw .md\:top-66{
    top: 330px;
  }

  .tw .md\:top-67{
    top: 335px;
  }

  .tw .md\:top-68{
    top: 340px;
  }

  .tw .md\:top-69{
    top: 345px;
  }

  .tw .md\:top-70{
    top: 350px;
  }

  .tw .md\:top-71{
    top: 355px;
  }

  .tw .md\:top-72{
    top: 360px;
  }

  .tw .md\:top-73{
    top: 365px;
  }

  .tw .md\:top-74{
    top: 370px;
  }

  .tw .md\:top-75{
    top: 375px;
  }

  .tw .md\:top-76{
    top: 380px;
  }

  .tw .md\:top-77{
    top: 385px;
  }

  .tw .md\:top-78{
    top: 390px;
  }

  .tw .md\:top-79{
    top: 395px;
  }

  .tw .md\:top-80{
    top: 400px;
  }

  .tw .md\:top-81{
    top: 405px;
  }

  .tw .md\:top-82{
    top: 410px;
  }

  .tw .md\:top-83{
    top: 415px;
  }

  .tw .md\:top-84{
    top: 420px;
  }

  .tw .md\:top-85{
    top: 425px;
  }

  .tw .md\:top-86{
    top: 430px;
  }

  .tw .md\:top-87{
    top: 435px;
  }

  .tw .md\:top-88{
    top: 440px;
  }

  .tw .md\:top-89{
    top: 445px;
  }

  .tw .md\:top-90{
    top: 450px;
  }

  .tw .md\:top-91{
    top: 455px;
  }

  .tw .md\:top-92{
    top: 460px;
  }

  .tw .md\:top-93{
    top: 465px;
  }

  .tw .md\:top-94{
    top: 470px;
  }

  .tw .md\:top-95{
    top: 475px;
  }

  .tw .md\:top-96{
    top: 480px;
  }

  .tw .md\:top-97{
    top: 485px;
  }

  .tw .md\:top-98{
    top: 490px;
  }

  .tw .md\:top-99{
    top: 495px;
  }

  .tw .md\:top-100{
    top: 500px;
  }

  .tw .md\:top-101{
    top: 505px;
  }

  .tw .md\:top-102{
    top: 510px;
  }

  .tw .md\:top-103{
    top: 515px;
  }

  .tw .md\:top-104{
    top: 520px;
  }

  .tw .md\:top-105{
    top: 525px;
  }

  .tw .md\:top-106{
    top: 530px;
  }

  .tw .md\:top-107{
    top: 535px;
  }

  .tw .md\:top-108{
    top: 540px;
  }

  .tw .md\:top-109{
    top: 545px;
  }

  .tw .md\:top-110{
    top: 550px;
  }

  .tw .md\:top-111{
    top: 555px;
  }

  .tw .md\:top-112{
    top: 560px;
  }

  .tw .md\:top-113{
    top: 565px;
  }

  .tw .md\:top-114{
    top: 570px;
  }

  .tw .md\:top-115{
    top: 575px;
  }

  .tw .md\:top-116{
    top: 580px;
  }

  .tw .md\:top-117{
    top: 585px;
  }

  .tw .md\:top-118{
    top: 590px;
  }

  .tw .md\:top-119{
    top: 595px;
  }

  .tw .md\:top-120{
    top: 600px;
  }

  .tw .md\:top-121{
    top: 605px;
  }

  .tw .md\:top-122{
    top: 610px;
  }

  .tw .md\:top-123{
    top: 615px;
  }

  .tw .md\:top-124{
    top: 620px;
  }

  .tw .md\:top-125{
    top: 625px;
  }

  .tw .md\:top-126{
    top: 630px;
  }

  .tw .md\:top-127{
    top: 635px;
  }

  .tw .md\:top-128{
    top: 640px;
  }

  .tw .md\:top-129{
    top: 645px;
  }

  .tw .md\:top-130{
    top: 650px;
  }

  .tw .md\:top-131{
    top: 655px;
  }

  .tw .md\:top-132{
    top: 660px;
  }

  .tw .md\:top-133{
    top: 665px;
  }

  .tw .md\:top-134{
    top: 670px;
  }

  .tw .md\:top-135{
    top: 675px;
  }

  .tw .md\:top-136{
    top: 680px;
  }

  .tw .md\:top-137{
    top: 685px;
  }

  .tw .md\:top-138{
    top: 690px;
  }

  .tw .md\:top-139{
    top: 695px;
  }

  .tw .md\:top-140{
    top: 700px;
  }

  .tw .md\:top-141{
    top: 705px;
  }

  .tw .md\:top-142{
    top: 710px;
  }

  .tw .md\:top-143{
    top: 715px;
  }

  .tw .md\:top-144{
    top: 720px;
  }

  .tw .md\:top-145{
    top: 725px;
  }

  .tw .md\:top-146{
    top: 730px;
  }

  .tw .md\:top-147{
    top: 735px;
  }

  .tw .md\:top-148{
    top: 740px;
  }

  .tw .md\:top-149{
    top: 745px;
  }

  .tw .md\:top-auto{
    top: auto;
  }

  .tw .md\:top-0\.5{
    top: 3px;
  }

  .tw .md\:top-1px{
    top: 1px;
  }

  .tw .md\:top-2px{
    top: 2px;
  }

  .tw .md\:top-3px{
    top: 3px;
  }

  .tw .md\:top-4px{
    top: 4px;
  }

  .tw .md\:top-5px{
    top: 5px;
  }

  .tw .md\:top-6px{
    top: 6px;
  }

  .tw .md\:top-7px{
    top: 7px;
  }

  .tw .md\:top-8px{
    top: 8px;
  }

  .tw .md\:top-9px{
    top: 9px;
  }

  .tw .md\:top-10px{
    top: 10px;
  }

  .tw .md\:top-11px{
    top: 11px;
  }

  .tw .md\:top-12px{
    top: 12px;
  }

  .tw .md\:top-13px{
    top: 13px;
  }

  .tw .md\:top-14px{
    top: 14px;
  }

  .tw .md\:top-15px{
    top: 15px;
  }

  .tw .md\:top-16px{
    top: 16px;
  }

  .tw .md\:top-17px{
    top: 17px;
  }

  .tw .md\:top-18px{
    top: 18px;
  }

  .tw .md\:top-19px{
    top: 19px;
  }

  .tw .md\:top-20px{
    top: 20px;
  }

  .tw .md\:top-21px{
    top: 21px;
  }

  .tw .md\:top-22px{
    top: 22px;
  }

  .tw .md\:top-23px{
    top: 23px;
  }

  .tw .md\:top-24px{
    top: 24px;
  }

  .tw .md\:top-25px{
    top: 25px;
  }

  .tw .md\:top-26px{
    top: 26px;
  }

  .tw .md\:top-27px{
    top: 27px;
  }

  .tw .md\:top-28px{
    top: 28px;
  }

  .tw .md\:top-29px{
    top: 29px;
  }

  .tw .md\:top-30px{
    top: 30px;
  }

  .tw .md\:top-31px{
    top: 31px;
  }

  .tw .md\:top-32px{
    top: 32px;
  }

  .tw .md\:top-33px{
    top: 33px;
  }

  .tw .md\:top-34px{
    top: 34px;
  }

  .tw .md\:top-35px{
    top: 35px;
  }

  .tw .md\:top-36px{
    top: 36px;
  }

  .tw .md\:top-37px{
    top: 37px;
  }

  .tw .md\:top-38px{
    top: 38px;
  }

  .tw .md\:top-39px{
    top: 39px;
  }

  .tw .md\:top-40px{
    top: 40px;
  }

  .tw .md\:-top-0{
    top: 0px;
  }

  .tw .md\:-top-1{
    top: -5px;
  }

  .tw .md\:-top-2{
    top: -10px;
  }

  .tw .md\:-top-3{
    top: -15px;
  }

  .tw .md\:-top-4{
    top: -20px;
  }

  .tw .md\:-top-5{
    top: -25px;
  }

  .tw .md\:-top-6{
    top: -30px;
  }

  .tw .md\:-top-7{
    top: -35px;
  }

  .tw .md\:-top-8{
    top: -40px;
  }

  .tw .md\:-top-9{
    top: -45px;
  }

  .tw .md\:-top-10{
    top: -50px;
  }

  .tw .md\:-top-11{
    top: -55px;
  }

  .tw .md\:-top-12{
    top: -60px;
  }

  .tw .md\:-top-13{
    top: -65px;
  }

  .tw .md\:-top-14{
    top: -70px;
  }

  .tw .md\:-top-15{
    top: -75px;
  }

  .tw .md\:-top-16{
    top: -80px;
  }

  .tw .md\:-top-17{
    top: -85px;
  }

  .tw .md\:-top-18{
    top: -90px;
  }

  .tw .md\:-top-19{
    top: -95px;
  }

  .tw .md\:-top-20{
    top: -100px;
  }

  .tw .md\:-top-21{
    top: -105px;
  }

  .tw .md\:-top-22{
    top: -110px;
  }

  .tw .md\:-top-23{
    top: -115px;
  }

  .tw .md\:-top-24{
    top: -120px;
  }

  .tw .md\:-top-25{
    top: -125px;
  }

  .tw .md\:-top-26{
    top: -130px;
  }

  .tw .md\:-top-27{
    top: -135px;
  }

  .tw .md\:-top-28{
    top: -140px;
  }

  .tw .md\:-top-29{
    top: -145px;
  }

  .tw .md\:-top-30{
    top: -150px;
  }

  .tw .md\:-top-31{
    top: -155px;
  }

  .tw .md\:-top-32{
    top: -160px;
  }

  .tw .md\:-top-33{
    top: -165px;
  }

  .tw .md\:-top-34{
    top: -170px;
  }

  .tw .md\:-top-35{
    top: -175px;
  }

  .tw .md\:-top-36{
    top: -180px;
  }

  .tw .md\:-top-37{
    top: -185px;
  }

  .tw .md\:-top-38{
    top: -190px;
  }

  .tw .md\:-top-39{
    top: -195px;
  }

  .tw .md\:-top-40{
    top: -200px;
  }

  .tw .md\:-top-41{
    top: -205px;
  }

  .tw .md\:-top-42{
    top: -210px;
  }

  .tw .md\:-top-43{
    top: -215px;
  }

  .tw .md\:-top-44{
    top: -220px;
  }

  .tw .md\:-top-45{
    top: -225px;
  }

  .tw .md\:-top-46{
    top: -230px;
  }

  .tw .md\:-top-47{
    top: -235px;
  }

  .tw .md\:-top-48{
    top: -240px;
  }

  .tw .md\:-top-49{
    top: -245px;
  }

  .tw .md\:-top-50{
    top: -250px;
  }

  .tw .md\:-top-51{
    top: -255px;
  }

  .tw .md\:-top-52{
    top: -260px;
  }

  .tw .md\:-top-53{
    top: -265px;
  }

  .tw .md\:-top-54{
    top: -270px;
  }

  .tw .md\:-top-55{
    top: -275px;
  }

  .tw .md\:-top-56{
    top: -280px;
  }

  .tw .md\:-top-57{
    top: -285px;
  }

  .tw .md\:-top-58{
    top: -290px;
  }

  .tw .md\:-top-59{
    top: -295px;
  }

  .tw .md\:-top-60{
    top: -300px;
  }

  .tw .md\:-top-61{
    top: -305px;
  }

  .tw .md\:-top-62{
    top: -310px;
  }

  .tw .md\:-top-63{
    top: -315px;
  }

  .tw .md\:-top-64{
    top: -320px;
  }

  .tw .md\:-top-65{
    top: -325px;
  }

  .tw .md\:-top-66{
    top: -330px;
  }

  .tw .md\:-top-67{
    top: -335px;
  }

  .tw .md\:-top-68{
    top: -340px;
  }

  .tw .md\:-top-69{
    top: -345px;
  }

  .tw .md\:-top-70{
    top: -350px;
  }

  .tw .md\:-top-71{
    top: -355px;
  }

  .tw .md\:-top-72{
    top: -360px;
  }

  .tw .md\:-top-73{
    top: -365px;
  }

  .tw .md\:-top-74{
    top: -370px;
  }

  .tw .md\:-top-75{
    top: -375px;
  }

  .tw .md\:-top-76{
    top: -380px;
  }

  .tw .md\:-top-77{
    top: -385px;
  }

  .tw .md\:-top-78{
    top: -390px;
  }

  .tw .md\:-top-79{
    top: -395px;
  }

  .tw .md\:-top-80{
    top: -400px;
  }

  .tw .md\:-top-81{
    top: -405px;
  }

  .tw .md\:-top-82{
    top: -410px;
  }

  .tw .md\:-top-83{
    top: -415px;
  }

  .tw .md\:-top-84{
    top: -420px;
  }

  .tw .md\:-top-85{
    top: -425px;
  }

  .tw .md\:-top-86{
    top: -430px;
  }

  .tw .md\:-top-87{
    top: -435px;
  }

  .tw .md\:-top-88{
    top: -440px;
  }

  .tw .md\:-top-89{
    top: -445px;
  }

  .tw .md\:-top-90{
    top: -450px;
  }

  .tw .md\:-top-91{
    top: -455px;
  }

  .tw .md\:-top-92{
    top: -460px;
  }

  .tw .md\:-top-93{
    top: -465px;
  }

  .tw .md\:-top-94{
    top: -470px;
  }

  .tw .md\:-top-95{
    top: -475px;
  }

  .tw .md\:-top-96{
    top: -480px;
  }

  .tw .md\:-top-97{
    top: -485px;
  }

  .tw .md\:-top-98{
    top: -490px;
  }

  .tw .md\:-top-99{
    top: -495px;
  }

  .tw .md\:-top-100{
    top: -500px;
  }

  .tw .md\:-top-101{
    top: -505px;
  }

  .tw .md\:-top-102{
    top: -510px;
  }

  .tw .md\:-top-103{
    top: -515px;
  }

  .tw .md\:-top-104{
    top: -520px;
  }

  .tw .md\:-top-105{
    top: -525px;
  }

  .tw .md\:-top-106{
    top: -530px;
  }

  .tw .md\:-top-107{
    top: -535px;
  }

  .tw .md\:-top-108{
    top: -540px;
  }

  .tw .md\:-top-109{
    top: -545px;
  }

  .tw .md\:-top-110{
    top: -550px;
  }

  .tw .md\:-top-111{
    top: -555px;
  }

  .tw .md\:-top-112{
    top: -560px;
  }

  .tw .md\:-top-113{
    top: -565px;
  }

  .tw .md\:-top-114{
    top: -570px;
  }

  .tw .md\:-top-115{
    top: -575px;
  }

  .tw .md\:-top-116{
    top: -580px;
  }

  .tw .md\:-top-117{
    top: -585px;
  }

  .tw .md\:-top-118{
    top: -590px;
  }

  .tw .md\:-top-119{
    top: -595px;
  }

  .tw .md\:-top-120{
    top: -600px;
  }

  .tw .md\:-top-121{
    top: -605px;
  }

  .tw .md\:-top-122{
    top: -610px;
  }

  .tw .md\:-top-123{
    top: -615px;
  }

  .tw .md\:-top-124{
    top: -620px;
  }

  .tw .md\:-top-125{
    top: -625px;
  }

  .tw .md\:-top-126{
    top: -630px;
  }

  .tw .md\:-top-127{
    top: -635px;
  }

  .tw .md\:-top-128{
    top: -640px;
  }

  .tw .md\:-top-129{
    top: -645px;
  }

  .tw .md\:-top-130{
    top: -650px;
  }

  .tw .md\:-top-131{
    top: -655px;
  }

  .tw .md\:-top-132{
    top: -660px;
  }

  .tw .md\:-top-133{
    top: -665px;
  }

  .tw .md\:-top-134{
    top: -670px;
  }

  .tw .md\:-top-135{
    top: -675px;
  }

  .tw .md\:-top-136{
    top: -680px;
  }

  .tw .md\:-top-137{
    top: -685px;
  }

  .tw .md\:-top-138{
    top: -690px;
  }

  .tw .md\:-top-139{
    top: -695px;
  }

  .tw .md\:-top-140{
    top: -700px;
  }

  .tw .md\:-top-141{
    top: -705px;
  }

  .tw .md\:-top-142{
    top: -710px;
  }

  .tw .md\:-top-143{
    top: -715px;
  }

  .tw .md\:-top-144{
    top: -720px;
  }

  .tw .md\:-top-145{
    top: -725px;
  }

  .tw .md\:-top-146{
    top: -730px;
  }

  .tw .md\:-top-147{
    top: -735px;
  }

  .tw .md\:-top-148{
    top: -740px;
  }

  .tw .md\:-top-149{
    top: -745px;
  }

  .tw .md\:-top-0\.5{
    top: -3px;
  }

  .tw .md\:-top-1px{
    top: -1px;
  }

  .tw .md\:-top-2px{
    top: -2px;
  }

  .tw .md\:-top-3px{
    top: -3px;
  }

  .tw .md\:-top-4px{
    top: -4px;
  }

  .tw .md\:-top-5px{
    top: -5px;
  }

  .tw .md\:-top-6px{
    top: -6px;
  }

  .tw .md\:-top-7px{
    top: -7px;
  }

  .tw .md\:-top-8px{
    top: -8px;
  }

  .tw .md\:-top-9px{
    top: -9px;
  }

  .tw .md\:-top-10px{
    top: -10px;
  }

  .tw .md\:-top-11px{
    top: -11px;
  }

  .tw .md\:-top-12px{
    top: -12px;
  }

  .tw .md\:-top-13px{
    top: -13px;
  }

  .tw .md\:-top-14px{
    top: -14px;
  }

  .tw .md\:-top-15px{
    top: -15px;
  }

  .tw .md\:-top-16px{
    top: -16px;
  }

  .tw .md\:-top-17px{
    top: -17px;
  }

  .tw .md\:-top-18px{
    top: -18px;
  }

  .tw .md\:-top-19px{
    top: -19px;
  }

  .tw .md\:-top-20px{
    top: -20px;
  }

  .tw .md\:-top-21px{
    top: -21px;
  }

  .tw .md\:-top-22px{
    top: -22px;
  }

  .tw .md\:-top-23px{
    top: -23px;
  }

  .tw .md\:-top-24px{
    top: -24px;
  }

  .tw .md\:-top-25px{
    top: -25px;
  }

  .tw .md\:-top-26px{
    top: -26px;
  }

  .tw .md\:-top-27px{
    top: -27px;
  }

  .tw .md\:-top-28px{
    top: -28px;
  }

  .tw .md\:-top-29px{
    top: -29px;
  }

  .tw .md\:-top-30px{
    top: -30px;
  }

  .tw .md\:-top-31px{
    top: -31px;
  }

  .tw .md\:-top-32px{
    top: -32px;
  }

  .tw .md\:-top-33px{
    top: -33px;
  }

  .tw .md\:-top-34px{
    top: -34px;
  }

  .tw .md\:-top-35px{
    top: -35px;
  }

  .tw .md\:-top-36px{
    top: -36px;
  }

  .tw .md\:-top-37px{
    top: -37px;
  }

  .tw .md\:-top-38px{
    top: -38px;
  }

  .tw .md\:-top-39px{
    top: -39px;
  }

  .tw .md\:-top-40px{
    top: -40px;
  }

  .tw .md\:top-1\/2{
    top: 50%;
  }

  .tw .md\:top-1\/3{
    top: 33.333333%;
  }

  .tw .md\:top-2\/3{
    top: 66.666667%;
  }

  .tw .md\:top-1\/4{
    top: 25%;
  }

  .tw .md\:top-2\/4{
    top: 50%;
  }

  .tw .md\:top-3\/4{
    top: 75%;
  }

  .tw .md\:top-full{
    top: 100%;
  }

  .tw .md\:-top-1\/2{
    top: -50%;
  }

  .tw .md\:-top-1\/3{
    top: -33.333333%;
  }

  .tw .md\:-top-2\/3{
    top: -66.666667%;
  }

  .tw .md\:-top-1\/4{
    top: -25%;
  }

  .tw .md\:-top-2\/4{
    top: -50%;
  }

  .tw .md\:-top-3\/4{
    top: -75%;
  }

  .tw .md\:-top-full{
    top: -100%;
  }

  .tw .md\:right-0{
    right: 0px;
  }

  .tw .md\:right-1{
    right: 5px;
  }

  .tw .md\:right-2{
    right: 10px;
  }

  .tw .md\:right-3{
    right: 15px;
  }

  .tw .md\:right-4{
    right: 20px;
  }

  .tw .md\:right-5{
    right: 25px;
  }

  .tw .md\:right-6{
    right: 30px;
  }

  .tw .md\:right-7{
    right: 35px;
  }

  .tw .md\:right-8{
    right: 40px;
  }

  .tw .md\:right-9{
    right: 45px;
  }

  .tw .md\:right-10{
    right: 50px;
  }

  .tw .md\:right-11{
    right: 55px;
  }

  .tw .md\:right-12{
    right: 60px;
  }

  .tw .md\:right-13{
    right: 65px;
  }

  .tw .md\:right-14{
    right: 70px;
  }

  .tw .md\:right-15{
    right: 75px;
  }

  .tw .md\:right-16{
    right: 80px;
  }

  .tw .md\:right-17{
    right: 85px;
  }

  .tw .md\:right-18{
    right: 90px;
  }

  .tw .md\:right-19{
    right: 95px;
  }

  .tw .md\:right-20{
    right: 100px;
  }

  .tw .md\:right-21{
    right: 105px;
  }

  .tw .md\:right-22{
    right: 110px;
  }

  .tw .md\:right-23{
    right: 115px;
  }

  .tw .md\:right-24{
    right: 120px;
  }

  .tw .md\:right-25{
    right: 125px;
  }

  .tw .md\:right-26{
    right: 130px;
  }

  .tw .md\:right-27{
    right: 135px;
  }

  .tw .md\:right-28{
    right: 140px;
  }

  .tw .md\:right-29{
    right: 145px;
  }

  .tw .md\:right-30{
    right: 150px;
  }

  .tw .md\:right-31{
    right: 155px;
  }

  .tw .md\:right-32{
    right: 160px;
  }

  .tw .md\:right-33{
    right: 165px;
  }

  .tw .md\:right-34{
    right: 170px;
  }

  .tw .md\:right-35{
    right: 175px;
  }

  .tw .md\:right-36{
    right: 180px;
  }

  .tw .md\:right-37{
    right: 185px;
  }

  .tw .md\:right-38{
    right: 190px;
  }

  .tw .md\:right-39{
    right: 195px;
  }

  .tw .md\:right-40{
    right: 200px;
  }

  .tw .md\:right-41{
    right: 205px;
  }

  .tw .md\:right-42{
    right: 210px;
  }

  .tw .md\:right-43{
    right: 215px;
  }

  .tw .md\:right-44{
    right: 220px;
  }

  .tw .md\:right-45{
    right: 225px;
  }

  .tw .md\:right-46{
    right: 230px;
  }

  .tw .md\:right-47{
    right: 235px;
  }

  .tw .md\:right-48{
    right: 240px;
  }

  .tw .md\:right-49{
    right: 245px;
  }

  .tw .md\:right-50{
    right: 250px;
  }

  .tw .md\:right-51{
    right: 255px;
  }

  .tw .md\:right-52{
    right: 260px;
  }

  .tw .md\:right-53{
    right: 265px;
  }

  .tw .md\:right-54{
    right: 270px;
  }

  .tw .md\:right-55{
    right: 275px;
  }

  .tw .md\:right-56{
    right: 280px;
  }

  .tw .md\:right-57{
    right: 285px;
  }

  .tw .md\:right-58{
    right: 290px;
  }

  .tw .md\:right-59{
    right: 295px;
  }

  .tw .md\:right-60{
    right: 300px;
  }

  .tw .md\:right-61{
    right: 305px;
  }

  .tw .md\:right-62{
    right: 310px;
  }

  .tw .md\:right-63{
    right: 315px;
  }

  .tw .md\:right-64{
    right: 320px;
  }

  .tw .md\:right-65{
    right: 325px;
  }

  .tw .md\:right-66{
    right: 330px;
  }

  .tw .md\:right-67{
    right: 335px;
  }

  .tw .md\:right-68{
    right: 340px;
  }

  .tw .md\:right-69{
    right: 345px;
  }

  .tw .md\:right-70{
    right: 350px;
  }

  .tw .md\:right-71{
    right: 355px;
  }

  .tw .md\:right-72{
    right: 360px;
  }

  .tw .md\:right-73{
    right: 365px;
  }

  .tw .md\:right-74{
    right: 370px;
  }

  .tw .md\:right-75{
    right: 375px;
  }

  .tw .md\:right-76{
    right: 380px;
  }

  .tw .md\:right-77{
    right: 385px;
  }

  .tw .md\:right-78{
    right: 390px;
  }

  .tw .md\:right-79{
    right: 395px;
  }

  .tw .md\:right-80{
    right: 400px;
  }

  .tw .md\:right-81{
    right: 405px;
  }

  .tw .md\:right-82{
    right: 410px;
  }

  .tw .md\:right-83{
    right: 415px;
  }

  .tw .md\:right-84{
    right: 420px;
  }

  .tw .md\:right-85{
    right: 425px;
  }

  .tw .md\:right-86{
    right: 430px;
  }

  .tw .md\:right-87{
    right: 435px;
  }

  .tw .md\:right-88{
    right: 440px;
  }

  .tw .md\:right-89{
    right: 445px;
  }

  .tw .md\:right-90{
    right: 450px;
  }

  .tw .md\:right-91{
    right: 455px;
  }

  .tw .md\:right-92{
    right: 460px;
  }

  .tw .md\:right-93{
    right: 465px;
  }

  .tw .md\:right-94{
    right: 470px;
  }

  .tw .md\:right-95{
    right: 475px;
  }

  .tw .md\:right-96{
    right: 480px;
  }

  .tw .md\:right-97{
    right: 485px;
  }

  .tw .md\:right-98{
    right: 490px;
  }

  .tw .md\:right-99{
    right: 495px;
  }

  .tw .md\:right-100{
    right: 500px;
  }

  .tw .md\:right-101{
    right: 505px;
  }

  .tw .md\:right-102{
    right: 510px;
  }

  .tw .md\:right-103{
    right: 515px;
  }

  .tw .md\:right-104{
    right: 520px;
  }

  .tw .md\:right-105{
    right: 525px;
  }

  .tw .md\:right-106{
    right: 530px;
  }

  .tw .md\:right-107{
    right: 535px;
  }

  .tw .md\:right-108{
    right: 540px;
  }

  .tw .md\:right-109{
    right: 545px;
  }

  .tw .md\:right-110{
    right: 550px;
  }

  .tw .md\:right-111{
    right: 555px;
  }

  .tw .md\:right-112{
    right: 560px;
  }

  .tw .md\:right-113{
    right: 565px;
  }

  .tw .md\:right-114{
    right: 570px;
  }

  .tw .md\:right-115{
    right: 575px;
  }

  .tw .md\:right-116{
    right: 580px;
  }

  .tw .md\:right-117{
    right: 585px;
  }

  .tw .md\:right-118{
    right: 590px;
  }

  .tw .md\:right-119{
    right: 595px;
  }

  .tw .md\:right-120{
    right: 600px;
  }

  .tw .md\:right-121{
    right: 605px;
  }

  .tw .md\:right-122{
    right: 610px;
  }

  .tw .md\:right-123{
    right: 615px;
  }

  .tw .md\:right-124{
    right: 620px;
  }

  .tw .md\:right-125{
    right: 625px;
  }

  .tw .md\:right-126{
    right: 630px;
  }

  .tw .md\:right-127{
    right: 635px;
  }

  .tw .md\:right-128{
    right: 640px;
  }

  .tw .md\:right-129{
    right: 645px;
  }

  .tw .md\:right-130{
    right: 650px;
  }

  .tw .md\:right-131{
    right: 655px;
  }

  .tw .md\:right-132{
    right: 660px;
  }

  .tw .md\:right-133{
    right: 665px;
  }

  .tw .md\:right-134{
    right: 670px;
  }

  .tw .md\:right-135{
    right: 675px;
  }

  .tw .md\:right-136{
    right: 680px;
  }

  .tw .md\:right-137{
    right: 685px;
  }

  .tw .md\:right-138{
    right: 690px;
  }

  .tw .md\:right-139{
    right: 695px;
  }

  .tw .md\:right-140{
    right: 700px;
  }

  .tw .md\:right-141{
    right: 705px;
  }

  .tw .md\:right-142{
    right: 710px;
  }

  .tw .md\:right-143{
    right: 715px;
  }

  .tw .md\:right-144{
    right: 720px;
  }

  .tw .md\:right-145{
    right: 725px;
  }

  .tw .md\:right-146{
    right: 730px;
  }

  .tw .md\:right-147{
    right: 735px;
  }

  .tw .md\:right-148{
    right: 740px;
  }

  .tw .md\:right-149{
    right: 745px;
  }

  .tw .md\:right-auto{
    right: auto;
  }

  .tw .md\:right-0\.5{
    right: 3px;
  }

  .tw .md\:right-1px{
    right: 1px;
  }

  .tw .md\:right-2px{
    right: 2px;
  }

  .tw .md\:right-3px{
    right: 3px;
  }

  .tw .md\:right-4px{
    right: 4px;
  }

  .tw .md\:right-5px{
    right: 5px;
  }

  .tw .md\:right-6px{
    right: 6px;
  }

  .tw .md\:right-7px{
    right: 7px;
  }

  .tw .md\:right-8px{
    right: 8px;
  }

  .tw .md\:right-9px{
    right: 9px;
  }

  .tw .md\:right-10px{
    right: 10px;
  }

  .tw .md\:right-11px{
    right: 11px;
  }

  .tw .md\:right-12px{
    right: 12px;
  }

  .tw .md\:right-13px{
    right: 13px;
  }

  .tw .md\:right-14px{
    right: 14px;
  }

  .tw .md\:right-15px{
    right: 15px;
  }

  .tw .md\:right-16px{
    right: 16px;
  }

  .tw .md\:right-17px{
    right: 17px;
  }

  .tw .md\:right-18px{
    right: 18px;
  }

  .tw .md\:right-19px{
    right: 19px;
  }

  .tw .md\:right-20px{
    right: 20px;
  }

  .tw .md\:right-21px{
    right: 21px;
  }

  .tw .md\:right-22px{
    right: 22px;
  }

  .tw .md\:right-23px{
    right: 23px;
  }

  .tw .md\:right-24px{
    right: 24px;
  }

  .tw .md\:right-25px{
    right: 25px;
  }

  .tw .md\:right-26px{
    right: 26px;
  }

  .tw .md\:right-27px{
    right: 27px;
  }

  .tw .md\:right-28px{
    right: 28px;
  }

  .tw .md\:right-29px{
    right: 29px;
  }

  .tw .md\:right-30px{
    right: 30px;
  }

  .tw .md\:right-31px{
    right: 31px;
  }

  .tw .md\:right-32px{
    right: 32px;
  }

  .tw .md\:right-33px{
    right: 33px;
  }

  .tw .md\:right-34px{
    right: 34px;
  }

  .tw .md\:right-35px{
    right: 35px;
  }

  .tw .md\:right-36px{
    right: 36px;
  }

  .tw .md\:right-37px{
    right: 37px;
  }

  .tw .md\:right-38px{
    right: 38px;
  }

  .tw .md\:right-39px{
    right: 39px;
  }

  .tw .md\:right-40px{
    right: 40px;
  }

  .tw .md\:-right-0{
    right: 0px;
  }

  .tw .md\:-right-1{
    right: -5px;
  }

  .tw .md\:-right-2{
    right: -10px;
  }

  .tw .md\:-right-3{
    right: -15px;
  }

  .tw .md\:-right-4{
    right: -20px;
  }

  .tw .md\:-right-5{
    right: -25px;
  }

  .tw .md\:-right-6{
    right: -30px;
  }

  .tw .md\:-right-7{
    right: -35px;
  }

  .tw .md\:-right-8{
    right: -40px;
  }

  .tw .md\:-right-9{
    right: -45px;
  }

  .tw .md\:-right-10{
    right: -50px;
  }

  .tw .md\:-right-11{
    right: -55px;
  }

  .tw .md\:-right-12{
    right: -60px;
  }

  .tw .md\:-right-13{
    right: -65px;
  }

  .tw .md\:-right-14{
    right: -70px;
  }

  .tw .md\:-right-15{
    right: -75px;
  }

  .tw .md\:-right-16{
    right: -80px;
  }

  .tw .md\:-right-17{
    right: -85px;
  }

  .tw .md\:-right-18{
    right: -90px;
  }

  .tw .md\:-right-19{
    right: -95px;
  }

  .tw .md\:-right-20{
    right: -100px;
  }

  .tw .md\:-right-21{
    right: -105px;
  }

  .tw .md\:-right-22{
    right: -110px;
  }

  .tw .md\:-right-23{
    right: -115px;
  }

  .tw .md\:-right-24{
    right: -120px;
  }

  .tw .md\:-right-25{
    right: -125px;
  }

  .tw .md\:-right-26{
    right: -130px;
  }

  .tw .md\:-right-27{
    right: -135px;
  }

  .tw .md\:-right-28{
    right: -140px;
  }

  .tw .md\:-right-29{
    right: -145px;
  }

  .tw .md\:-right-30{
    right: -150px;
  }

  .tw .md\:-right-31{
    right: -155px;
  }

  .tw .md\:-right-32{
    right: -160px;
  }

  .tw .md\:-right-33{
    right: -165px;
  }

  .tw .md\:-right-34{
    right: -170px;
  }

  .tw .md\:-right-35{
    right: -175px;
  }

  .tw .md\:-right-36{
    right: -180px;
  }

  .tw .md\:-right-37{
    right: -185px;
  }

  .tw .md\:-right-38{
    right: -190px;
  }

  .tw .md\:-right-39{
    right: -195px;
  }

  .tw .md\:-right-40{
    right: -200px;
  }

  .tw .md\:-right-41{
    right: -205px;
  }

  .tw .md\:-right-42{
    right: -210px;
  }

  .tw .md\:-right-43{
    right: -215px;
  }

  .tw .md\:-right-44{
    right: -220px;
  }

  .tw .md\:-right-45{
    right: -225px;
  }

  .tw .md\:-right-46{
    right: -230px;
  }

  .tw .md\:-right-47{
    right: -235px;
  }

  .tw .md\:-right-48{
    right: -240px;
  }

  .tw .md\:-right-49{
    right: -245px;
  }

  .tw .md\:-right-50{
    right: -250px;
  }

  .tw .md\:-right-51{
    right: -255px;
  }

  .tw .md\:-right-52{
    right: -260px;
  }

  .tw .md\:-right-53{
    right: -265px;
  }

  .tw .md\:-right-54{
    right: -270px;
  }

  .tw .md\:-right-55{
    right: -275px;
  }

  .tw .md\:-right-56{
    right: -280px;
  }

  .tw .md\:-right-57{
    right: -285px;
  }

  .tw .md\:-right-58{
    right: -290px;
  }

  .tw .md\:-right-59{
    right: -295px;
  }

  .tw .md\:-right-60{
    right: -300px;
  }

  .tw .md\:-right-61{
    right: -305px;
  }

  .tw .md\:-right-62{
    right: -310px;
  }

  .tw .md\:-right-63{
    right: -315px;
  }

  .tw .md\:-right-64{
    right: -320px;
  }

  .tw .md\:-right-65{
    right: -325px;
  }

  .tw .md\:-right-66{
    right: -330px;
  }

  .tw .md\:-right-67{
    right: -335px;
  }

  .tw .md\:-right-68{
    right: -340px;
  }

  .tw .md\:-right-69{
    right: -345px;
  }

  .tw .md\:-right-70{
    right: -350px;
  }

  .tw .md\:-right-71{
    right: -355px;
  }

  .tw .md\:-right-72{
    right: -360px;
  }

  .tw .md\:-right-73{
    right: -365px;
  }

  .tw .md\:-right-74{
    right: -370px;
  }

  .tw .md\:-right-75{
    right: -375px;
  }

  .tw .md\:-right-76{
    right: -380px;
  }

  .tw .md\:-right-77{
    right: -385px;
  }

  .tw .md\:-right-78{
    right: -390px;
  }

  .tw .md\:-right-79{
    right: -395px;
  }

  .tw .md\:-right-80{
    right: -400px;
  }

  .tw .md\:-right-81{
    right: -405px;
  }

  .tw .md\:-right-82{
    right: -410px;
  }

  .tw .md\:-right-83{
    right: -415px;
  }

  .tw .md\:-right-84{
    right: -420px;
  }

  .tw .md\:-right-85{
    right: -425px;
  }

  .tw .md\:-right-86{
    right: -430px;
  }

  .tw .md\:-right-87{
    right: -435px;
  }

  .tw .md\:-right-88{
    right: -440px;
  }

  .tw .md\:-right-89{
    right: -445px;
  }

  .tw .md\:-right-90{
    right: -450px;
  }

  .tw .md\:-right-91{
    right: -455px;
  }

  .tw .md\:-right-92{
    right: -460px;
  }

  .tw .md\:-right-93{
    right: -465px;
  }

  .tw .md\:-right-94{
    right: -470px;
  }

  .tw .md\:-right-95{
    right: -475px;
  }

  .tw .md\:-right-96{
    right: -480px;
  }

  .tw .md\:-right-97{
    right: -485px;
  }

  .tw .md\:-right-98{
    right: -490px;
  }

  .tw .md\:-right-99{
    right: -495px;
  }

  .tw .md\:-right-100{
    right: -500px;
  }

  .tw .md\:-right-101{
    right: -505px;
  }

  .tw .md\:-right-102{
    right: -510px;
  }

  .tw .md\:-right-103{
    right: -515px;
  }

  .tw .md\:-right-104{
    right: -520px;
  }

  .tw .md\:-right-105{
    right: -525px;
  }

  .tw .md\:-right-106{
    right: -530px;
  }

  .tw .md\:-right-107{
    right: -535px;
  }

  .tw .md\:-right-108{
    right: -540px;
  }

  .tw .md\:-right-109{
    right: -545px;
  }

  .tw .md\:-right-110{
    right: -550px;
  }

  .tw .md\:-right-111{
    right: -555px;
  }

  .tw .md\:-right-112{
    right: -560px;
  }

  .tw .md\:-right-113{
    right: -565px;
  }

  .tw .md\:-right-114{
    right: -570px;
  }

  .tw .md\:-right-115{
    right: -575px;
  }

  .tw .md\:-right-116{
    right: -580px;
  }

  .tw .md\:-right-117{
    right: -585px;
  }

  .tw .md\:-right-118{
    right: -590px;
  }

  .tw .md\:-right-119{
    right: -595px;
  }

  .tw .md\:-right-120{
    right: -600px;
  }

  .tw .md\:-right-121{
    right: -605px;
  }

  .tw .md\:-right-122{
    right: -610px;
  }

  .tw .md\:-right-123{
    right: -615px;
  }

  .tw .md\:-right-124{
    right: -620px;
  }

  .tw .md\:-right-125{
    right: -625px;
  }

  .tw .md\:-right-126{
    right: -630px;
  }

  .tw .md\:-right-127{
    right: -635px;
  }

  .tw .md\:-right-128{
    right: -640px;
  }

  .tw .md\:-right-129{
    right: -645px;
  }

  .tw .md\:-right-130{
    right: -650px;
  }

  .tw .md\:-right-131{
    right: -655px;
  }

  .tw .md\:-right-132{
    right: -660px;
  }

  .tw .md\:-right-133{
    right: -665px;
  }

  .tw .md\:-right-134{
    right: -670px;
  }

  .tw .md\:-right-135{
    right: -675px;
  }

  .tw .md\:-right-136{
    right: -680px;
  }

  .tw .md\:-right-137{
    right: -685px;
  }

  .tw .md\:-right-138{
    right: -690px;
  }

  .tw .md\:-right-139{
    right: -695px;
  }

  .tw .md\:-right-140{
    right: -700px;
  }

  .tw .md\:-right-141{
    right: -705px;
  }

  .tw .md\:-right-142{
    right: -710px;
  }

  .tw .md\:-right-143{
    right: -715px;
  }

  .tw .md\:-right-144{
    right: -720px;
  }

  .tw .md\:-right-145{
    right: -725px;
  }

  .tw .md\:-right-146{
    right: -730px;
  }

  .tw .md\:-right-147{
    right: -735px;
  }

  .tw .md\:-right-148{
    right: -740px;
  }

  .tw .md\:-right-149{
    right: -745px;
  }

  .tw .md\:-right-0\.5{
    right: -3px;
  }

  .tw .md\:-right-1px{
    right: -1px;
  }

  .tw .md\:-right-2px{
    right: -2px;
  }

  .tw .md\:-right-3px{
    right: -3px;
  }

  .tw .md\:-right-4px{
    right: -4px;
  }

  .tw .md\:-right-5px{
    right: -5px;
  }

  .tw .md\:-right-6px{
    right: -6px;
  }

  .tw .md\:-right-7px{
    right: -7px;
  }

  .tw .md\:-right-8px{
    right: -8px;
  }

  .tw .md\:-right-9px{
    right: -9px;
  }

  .tw .md\:-right-10px{
    right: -10px;
  }

  .tw .md\:-right-11px{
    right: -11px;
  }

  .tw .md\:-right-12px{
    right: -12px;
  }

  .tw .md\:-right-13px{
    right: -13px;
  }

  .tw .md\:-right-14px{
    right: -14px;
  }

  .tw .md\:-right-15px{
    right: -15px;
  }

  .tw .md\:-right-16px{
    right: -16px;
  }

  .tw .md\:-right-17px{
    right: -17px;
  }

  .tw .md\:-right-18px{
    right: -18px;
  }

  .tw .md\:-right-19px{
    right: -19px;
  }

  .tw .md\:-right-20px{
    right: -20px;
  }

  .tw .md\:-right-21px{
    right: -21px;
  }

  .tw .md\:-right-22px{
    right: -22px;
  }

  .tw .md\:-right-23px{
    right: -23px;
  }

  .tw .md\:-right-24px{
    right: -24px;
  }

  .tw .md\:-right-25px{
    right: -25px;
  }

  .tw .md\:-right-26px{
    right: -26px;
  }

  .tw .md\:-right-27px{
    right: -27px;
  }

  .tw .md\:-right-28px{
    right: -28px;
  }

  .tw .md\:-right-29px{
    right: -29px;
  }

  .tw .md\:-right-30px{
    right: -30px;
  }

  .tw .md\:-right-31px{
    right: -31px;
  }

  .tw .md\:-right-32px{
    right: -32px;
  }

  .tw .md\:-right-33px{
    right: -33px;
  }

  .tw .md\:-right-34px{
    right: -34px;
  }

  .tw .md\:-right-35px{
    right: -35px;
  }

  .tw .md\:-right-36px{
    right: -36px;
  }

  .tw .md\:-right-37px{
    right: -37px;
  }

  .tw .md\:-right-38px{
    right: -38px;
  }

  .tw .md\:-right-39px{
    right: -39px;
  }

  .tw .md\:-right-40px{
    right: -40px;
  }

  .tw .md\:right-1\/2{
    right: 50%;
  }

  .tw .md\:right-1\/3{
    right: 33.333333%;
  }

  .tw .md\:right-2\/3{
    right: 66.666667%;
  }

  .tw .md\:right-1\/4{
    right: 25%;
  }

  .tw .md\:right-2\/4{
    right: 50%;
  }

  .tw .md\:right-3\/4{
    right: 75%;
  }

  .tw .md\:right-full{
    right: 100%;
  }

  .tw .md\:-right-1\/2{
    right: -50%;
  }

  .tw .md\:-right-1\/3{
    right: -33.333333%;
  }

  .tw .md\:-right-2\/3{
    right: -66.666667%;
  }

  .tw .md\:-right-1\/4{
    right: -25%;
  }

  .tw .md\:-right-2\/4{
    right: -50%;
  }

  .tw .md\:-right-3\/4{
    right: -75%;
  }

  .tw .md\:-right-full{
    right: -100%;
  }

  .tw .md\:bottom-0{
    bottom: 0px;
  }

  .tw .md\:bottom-1{
    bottom: 5px;
  }

  .tw .md\:bottom-2{
    bottom: 10px;
  }

  .tw .md\:bottom-3{
    bottom: 15px;
  }

  .tw .md\:bottom-4{
    bottom: 20px;
  }

  .tw .md\:bottom-5{
    bottom: 25px;
  }

  .tw .md\:bottom-6{
    bottom: 30px;
  }

  .tw .md\:bottom-7{
    bottom: 35px;
  }

  .tw .md\:bottom-8{
    bottom: 40px;
  }

  .tw .md\:bottom-9{
    bottom: 45px;
  }

  .tw .md\:bottom-10{
    bottom: 50px;
  }

  .tw .md\:bottom-11{
    bottom: 55px;
  }

  .tw .md\:bottom-12{
    bottom: 60px;
  }

  .tw .md\:bottom-13{
    bottom: 65px;
  }

  .tw .md\:bottom-14{
    bottom: 70px;
  }

  .tw .md\:bottom-15{
    bottom: 75px;
  }

  .tw .md\:bottom-16{
    bottom: 80px;
  }

  .tw .md\:bottom-17{
    bottom: 85px;
  }

  .tw .md\:bottom-18{
    bottom: 90px;
  }

  .tw .md\:bottom-19{
    bottom: 95px;
  }

  .tw .md\:bottom-20{
    bottom: 100px;
  }

  .tw .md\:bottom-21{
    bottom: 105px;
  }

  .tw .md\:bottom-22{
    bottom: 110px;
  }

  .tw .md\:bottom-23{
    bottom: 115px;
  }

  .tw .md\:bottom-24{
    bottom: 120px;
  }

  .tw .md\:bottom-25{
    bottom: 125px;
  }

  .tw .md\:bottom-26{
    bottom: 130px;
  }

  .tw .md\:bottom-27{
    bottom: 135px;
  }

  .tw .md\:bottom-28{
    bottom: 140px;
  }

  .tw .md\:bottom-29{
    bottom: 145px;
  }

  .tw .md\:bottom-30{
    bottom: 150px;
  }

  .tw .md\:bottom-31{
    bottom: 155px;
  }

  .tw .md\:bottom-32{
    bottom: 160px;
  }

  .tw .md\:bottom-33{
    bottom: 165px;
  }

  .tw .md\:bottom-34{
    bottom: 170px;
  }

  .tw .md\:bottom-35{
    bottom: 175px;
  }

  .tw .md\:bottom-36{
    bottom: 180px;
  }

  .tw .md\:bottom-37{
    bottom: 185px;
  }

  .tw .md\:bottom-38{
    bottom: 190px;
  }

  .tw .md\:bottom-39{
    bottom: 195px;
  }

  .tw .md\:bottom-40{
    bottom: 200px;
  }

  .tw .md\:bottom-41{
    bottom: 205px;
  }

  .tw .md\:bottom-42{
    bottom: 210px;
  }

  .tw .md\:bottom-43{
    bottom: 215px;
  }

  .tw .md\:bottom-44{
    bottom: 220px;
  }

  .tw .md\:bottom-45{
    bottom: 225px;
  }

  .tw .md\:bottom-46{
    bottom: 230px;
  }

  .tw .md\:bottom-47{
    bottom: 235px;
  }

  .tw .md\:bottom-48{
    bottom: 240px;
  }

  .tw .md\:bottom-49{
    bottom: 245px;
  }

  .tw .md\:bottom-50{
    bottom: 250px;
  }

  .tw .md\:bottom-51{
    bottom: 255px;
  }

  .tw .md\:bottom-52{
    bottom: 260px;
  }

  .tw .md\:bottom-53{
    bottom: 265px;
  }

  .tw .md\:bottom-54{
    bottom: 270px;
  }

  .tw .md\:bottom-55{
    bottom: 275px;
  }

  .tw .md\:bottom-56{
    bottom: 280px;
  }

  .tw .md\:bottom-57{
    bottom: 285px;
  }

  .tw .md\:bottom-58{
    bottom: 290px;
  }

  .tw .md\:bottom-59{
    bottom: 295px;
  }

  .tw .md\:bottom-60{
    bottom: 300px;
  }

  .tw .md\:bottom-61{
    bottom: 305px;
  }

  .tw .md\:bottom-62{
    bottom: 310px;
  }

  .tw .md\:bottom-63{
    bottom: 315px;
  }

  .tw .md\:bottom-64{
    bottom: 320px;
  }

  .tw .md\:bottom-65{
    bottom: 325px;
  }

  .tw .md\:bottom-66{
    bottom: 330px;
  }

  .tw .md\:bottom-67{
    bottom: 335px;
  }

  .tw .md\:bottom-68{
    bottom: 340px;
  }

  .tw .md\:bottom-69{
    bottom: 345px;
  }

  .tw .md\:bottom-70{
    bottom: 350px;
  }

  .tw .md\:bottom-71{
    bottom: 355px;
  }

  .tw .md\:bottom-72{
    bottom: 360px;
  }

  .tw .md\:bottom-73{
    bottom: 365px;
  }

  .tw .md\:bottom-74{
    bottom: 370px;
  }

  .tw .md\:bottom-75{
    bottom: 375px;
  }

  .tw .md\:bottom-76{
    bottom: 380px;
  }

  .tw .md\:bottom-77{
    bottom: 385px;
  }

  .tw .md\:bottom-78{
    bottom: 390px;
  }

  .tw .md\:bottom-79{
    bottom: 395px;
  }

  .tw .md\:bottom-80{
    bottom: 400px;
  }

  .tw .md\:bottom-81{
    bottom: 405px;
  }

  .tw .md\:bottom-82{
    bottom: 410px;
  }

  .tw .md\:bottom-83{
    bottom: 415px;
  }

  .tw .md\:bottom-84{
    bottom: 420px;
  }

  .tw .md\:bottom-85{
    bottom: 425px;
  }

  .tw .md\:bottom-86{
    bottom: 430px;
  }

  .tw .md\:bottom-87{
    bottom: 435px;
  }

  .tw .md\:bottom-88{
    bottom: 440px;
  }

  .tw .md\:bottom-89{
    bottom: 445px;
  }

  .tw .md\:bottom-90{
    bottom: 450px;
  }

  .tw .md\:bottom-91{
    bottom: 455px;
  }

  .tw .md\:bottom-92{
    bottom: 460px;
  }

  .tw .md\:bottom-93{
    bottom: 465px;
  }

  .tw .md\:bottom-94{
    bottom: 470px;
  }

  .tw .md\:bottom-95{
    bottom: 475px;
  }

  .tw .md\:bottom-96{
    bottom: 480px;
  }

  .tw .md\:bottom-97{
    bottom: 485px;
  }

  .tw .md\:bottom-98{
    bottom: 490px;
  }

  .tw .md\:bottom-99{
    bottom: 495px;
  }

  .tw .md\:bottom-100{
    bottom: 500px;
  }

  .tw .md\:bottom-101{
    bottom: 505px;
  }

  .tw .md\:bottom-102{
    bottom: 510px;
  }

  .tw .md\:bottom-103{
    bottom: 515px;
  }

  .tw .md\:bottom-104{
    bottom: 520px;
  }

  .tw .md\:bottom-105{
    bottom: 525px;
  }

  .tw .md\:bottom-106{
    bottom: 530px;
  }

  .tw .md\:bottom-107{
    bottom: 535px;
  }

  .tw .md\:bottom-108{
    bottom: 540px;
  }

  .tw .md\:bottom-109{
    bottom: 545px;
  }

  .tw .md\:bottom-110{
    bottom: 550px;
  }

  .tw .md\:bottom-111{
    bottom: 555px;
  }

  .tw .md\:bottom-112{
    bottom: 560px;
  }

  .tw .md\:bottom-113{
    bottom: 565px;
  }

  .tw .md\:bottom-114{
    bottom: 570px;
  }

  .tw .md\:bottom-115{
    bottom: 575px;
  }

  .tw .md\:bottom-116{
    bottom: 580px;
  }

  .tw .md\:bottom-117{
    bottom: 585px;
  }

  .tw .md\:bottom-118{
    bottom: 590px;
  }

  .tw .md\:bottom-119{
    bottom: 595px;
  }

  .tw .md\:bottom-120{
    bottom: 600px;
  }

  .tw .md\:bottom-121{
    bottom: 605px;
  }

  .tw .md\:bottom-122{
    bottom: 610px;
  }

  .tw .md\:bottom-123{
    bottom: 615px;
  }

  .tw .md\:bottom-124{
    bottom: 620px;
  }

  .tw .md\:bottom-125{
    bottom: 625px;
  }

  .tw .md\:bottom-126{
    bottom: 630px;
  }

  .tw .md\:bottom-127{
    bottom: 635px;
  }

  .tw .md\:bottom-128{
    bottom: 640px;
  }

  .tw .md\:bottom-129{
    bottom: 645px;
  }

  .tw .md\:bottom-130{
    bottom: 650px;
  }

  .tw .md\:bottom-131{
    bottom: 655px;
  }

  .tw .md\:bottom-132{
    bottom: 660px;
  }

  .tw .md\:bottom-133{
    bottom: 665px;
  }

  .tw .md\:bottom-134{
    bottom: 670px;
  }

  .tw .md\:bottom-135{
    bottom: 675px;
  }

  .tw .md\:bottom-136{
    bottom: 680px;
  }

  .tw .md\:bottom-137{
    bottom: 685px;
  }

  .tw .md\:bottom-138{
    bottom: 690px;
  }

  .tw .md\:bottom-139{
    bottom: 695px;
  }

  .tw .md\:bottom-140{
    bottom: 700px;
  }

  .tw .md\:bottom-141{
    bottom: 705px;
  }

  .tw .md\:bottom-142{
    bottom: 710px;
  }

  .tw .md\:bottom-143{
    bottom: 715px;
  }

  .tw .md\:bottom-144{
    bottom: 720px;
  }

  .tw .md\:bottom-145{
    bottom: 725px;
  }

  .tw .md\:bottom-146{
    bottom: 730px;
  }

  .tw .md\:bottom-147{
    bottom: 735px;
  }

  .tw .md\:bottom-148{
    bottom: 740px;
  }

  .tw .md\:bottom-149{
    bottom: 745px;
  }

  .tw .md\:bottom-auto{
    bottom: auto;
  }

  .tw .md\:bottom-0\.5{
    bottom: 3px;
  }

  .tw .md\:bottom-1px{
    bottom: 1px;
  }

  .tw .md\:bottom-2px{
    bottom: 2px;
  }

  .tw .md\:bottom-3px{
    bottom: 3px;
  }

  .tw .md\:bottom-4px{
    bottom: 4px;
  }

  .tw .md\:bottom-5px{
    bottom: 5px;
  }

  .tw .md\:bottom-6px{
    bottom: 6px;
  }

  .tw .md\:bottom-7px{
    bottom: 7px;
  }

  .tw .md\:bottom-8px{
    bottom: 8px;
  }

  .tw .md\:bottom-9px{
    bottom: 9px;
  }

  .tw .md\:bottom-10px{
    bottom: 10px;
  }

  .tw .md\:bottom-11px{
    bottom: 11px;
  }

  .tw .md\:bottom-12px{
    bottom: 12px;
  }

  .tw .md\:bottom-13px{
    bottom: 13px;
  }

  .tw .md\:bottom-14px{
    bottom: 14px;
  }

  .tw .md\:bottom-15px{
    bottom: 15px;
  }

  .tw .md\:bottom-16px{
    bottom: 16px;
  }

  .tw .md\:bottom-17px{
    bottom: 17px;
  }

  .tw .md\:bottom-18px{
    bottom: 18px;
  }

  .tw .md\:bottom-19px{
    bottom: 19px;
  }

  .tw .md\:bottom-20px{
    bottom: 20px;
  }

  .tw .md\:bottom-21px{
    bottom: 21px;
  }

  .tw .md\:bottom-22px{
    bottom: 22px;
  }

  .tw .md\:bottom-23px{
    bottom: 23px;
  }

  .tw .md\:bottom-24px{
    bottom: 24px;
  }

  .tw .md\:bottom-25px{
    bottom: 25px;
  }

  .tw .md\:bottom-26px{
    bottom: 26px;
  }

  .tw .md\:bottom-27px{
    bottom: 27px;
  }

  .tw .md\:bottom-28px{
    bottom: 28px;
  }

  .tw .md\:bottom-29px{
    bottom: 29px;
  }

  .tw .md\:bottom-30px{
    bottom: 30px;
  }

  .tw .md\:bottom-31px{
    bottom: 31px;
  }

  .tw .md\:bottom-32px{
    bottom: 32px;
  }

  .tw .md\:bottom-33px{
    bottom: 33px;
  }

  .tw .md\:bottom-34px{
    bottom: 34px;
  }

  .tw .md\:bottom-35px{
    bottom: 35px;
  }

  .tw .md\:bottom-36px{
    bottom: 36px;
  }

  .tw .md\:bottom-37px{
    bottom: 37px;
  }

  .tw .md\:bottom-38px{
    bottom: 38px;
  }

  .tw .md\:bottom-39px{
    bottom: 39px;
  }

  .tw .md\:bottom-40px{
    bottom: 40px;
  }

  .tw .md\:-bottom-0{
    bottom: 0px;
  }

  .tw .md\:-bottom-1{
    bottom: -5px;
  }

  .tw .md\:-bottom-2{
    bottom: -10px;
  }

  .tw .md\:-bottom-3{
    bottom: -15px;
  }

  .tw .md\:-bottom-4{
    bottom: -20px;
  }

  .tw .md\:-bottom-5{
    bottom: -25px;
  }

  .tw .md\:-bottom-6{
    bottom: -30px;
  }

  .tw .md\:-bottom-7{
    bottom: -35px;
  }

  .tw .md\:-bottom-8{
    bottom: -40px;
  }

  .tw .md\:-bottom-9{
    bottom: -45px;
  }

  .tw .md\:-bottom-10{
    bottom: -50px;
  }

  .tw .md\:-bottom-11{
    bottom: -55px;
  }

  .tw .md\:-bottom-12{
    bottom: -60px;
  }

  .tw .md\:-bottom-13{
    bottom: -65px;
  }

  .tw .md\:-bottom-14{
    bottom: -70px;
  }

  .tw .md\:-bottom-15{
    bottom: -75px;
  }

  .tw .md\:-bottom-16{
    bottom: -80px;
  }

  .tw .md\:-bottom-17{
    bottom: -85px;
  }

  .tw .md\:-bottom-18{
    bottom: -90px;
  }

  .tw .md\:-bottom-19{
    bottom: -95px;
  }

  .tw .md\:-bottom-20{
    bottom: -100px;
  }

  .tw .md\:-bottom-21{
    bottom: -105px;
  }

  .tw .md\:-bottom-22{
    bottom: -110px;
  }

  .tw .md\:-bottom-23{
    bottom: -115px;
  }

  .tw .md\:-bottom-24{
    bottom: -120px;
  }

  .tw .md\:-bottom-25{
    bottom: -125px;
  }

  .tw .md\:-bottom-26{
    bottom: -130px;
  }

  .tw .md\:-bottom-27{
    bottom: -135px;
  }

  .tw .md\:-bottom-28{
    bottom: -140px;
  }

  .tw .md\:-bottom-29{
    bottom: -145px;
  }

  .tw .md\:-bottom-30{
    bottom: -150px;
  }

  .tw .md\:-bottom-31{
    bottom: -155px;
  }

  .tw .md\:-bottom-32{
    bottom: -160px;
  }

  .tw .md\:-bottom-33{
    bottom: -165px;
  }

  .tw .md\:-bottom-34{
    bottom: -170px;
  }

  .tw .md\:-bottom-35{
    bottom: -175px;
  }

  .tw .md\:-bottom-36{
    bottom: -180px;
  }

  .tw .md\:-bottom-37{
    bottom: -185px;
  }

  .tw .md\:-bottom-38{
    bottom: -190px;
  }

  .tw .md\:-bottom-39{
    bottom: -195px;
  }

  .tw .md\:-bottom-40{
    bottom: -200px;
  }

  .tw .md\:-bottom-41{
    bottom: -205px;
  }

  .tw .md\:-bottom-42{
    bottom: -210px;
  }

  .tw .md\:-bottom-43{
    bottom: -215px;
  }

  .tw .md\:-bottom-44{
    bottom: -220px;
  }

  .tw .md\:-bottom-45{
    bottom: -225px;
  }

  .tw .md\:-bottom-46{
    bottom: -230px;
  }

  .tw .md\:-bottom-47{
    bottom: -235px;
  }

  .tw .md\:-bottom-48{
    bottom: -240px;
  }

  .tw .md\:-bottom-49{
    bottom: -245px;
  }

  .tw .md\:-bottom-50{
    bottom: -250px;
  }

  .tw .md\:-bottom-51{
    bottom: -255px;
  }

  .tw .md\:-bottom-52{
    bottom: -260px;
  }

  .tw .md\:-bottom-53{
    bottom: -265px;
  }

  .tw .md\:-bottom-54{
    bottom: -270px;
  }

  .tw .md\:-bottom-55{
    bottom: -275px;
  }

  .tw .md\:-bottom-56{
    bottom: -280px;
  }

  .tw .md\:-bottom-57{
    bottom: -285px;
  }

  .tw .md\:-bottom-58{
    bottom: -290px;
  }

  .tw .md\:-bottom-59{
    bottom: -295px;
  }

  .tw .md\:-bottom-60{
    bottom: -300px;
  }

  .tw .md\:-bottom-61{
    bottom: -305px;
  }

  .tw .md\:-bottom-62{
    bottom: -310px;
  }

  .tw .md\:-bottom-63{
    bottom: -315px;
  }

  .tw .md\:-bottom-64{
    bottom: -320px;
  }

  .tw .md\:-bottom-65{
    bottom: -325px;
  }

  .tw .md\:-bottom-66{
    bottom: -330px;
  }

  .tw .md\:-bottom-67{
    bottom: -335px;
  }

  .tw .md\:-bottom-68{
    bottom: -340px;
  }

  .tw .md\:-bottom-69{
    bottom: -345px;
  }

  .tw .md\:-bottom-70{
    bottom: -350px;
  }

  .tw .md\:-bottom-71{
    bottom: -355px;
  }

  .tw .md\:-bottom-72{
    bottom: -360px;
  }

  .tw .md\:-bottom-73{
    bottom: -365px;
  }

  .tw .md\:-bottom-74{
    bottom: -370px;
  }

  .tw .md\:-bottom-75{
    bottom: -375px;
  }

  .tw .md\:-bottom-76{
    bottom: -380px;
  }

  .tw .md\:-bottom-77{
    bottom: -385px;
  }

  .tw .md\:-bottom-78{
    bottom: -390px;
  }

  .tw .md\:-bottom-79{
    bottom: -395px;
  }

  .tw .md\:-bottom-80{
    bottom: -400px;
  }

  .tw .md\:-bottom-81{
    bottom: -405px;
  }

  .tw .md\:-bottom-82{
    bottom: -410px;
  }

  .tw .md\:-bottom-83{
    bottom: -415px;
  }

  .tw .md\:-bottom-84{
    bottom: -420px;
  }

  .tw .md\:-bottom-85{
    bottom: -425px;
  }

  .tw .md\:-bottom-86{
    bottom: -430px;
  }

  .tw .md\:-bottom-87{
    bottom: -435px;
  }

  .tw .md\:-bottom-88{
    bottom: -440px;
  }

  .tw .md\:-bottom-89{
    bottom: -445px;
  }

  .tw .md\:-bottom-90{
    bottom: -450px;
  }

  .tw .md\:-bottom-91{
    bottom: -455px;
  }

  .tw .md\:-bottom-92{
    bottom: -460px;
  }

  .tw .md\:-bottom-93{
    bottom: -465px;
  }

  .tw .md\:-bottom-94{
    bottom: -470px;
  }

  .tw .md\:-bottom-95{
    bottom: -475px;
  }

  .tw .md\:-bottom-96{
    bottom: -480px;
  }

  .tw .md\:-bottom-97{
    bottom: -485px;
  }

  .tw .md\:-bottom-98{
    bottom: -490px;
  }

  .tw .md\:-bottom-99{
    bottom: -495px;
  }

  .tw .md\:-bottom-100{
    bottom: -500px;
  }

  .tw .md\:-bottom-101{
    bottom: -505px;
  }

  .tw .md\:-bottom-102{
    bottom: -510px;
  }

  .tw .md\:-bottom-103{
    bottom: -515px;
  }

  .tw .md\:-bottom-104{
    bottom: -520px;
  }

  .tw .md\:-bottom-105{
    bottom: -525px;
  }

  .tw .md\:-bottom-106{
    bottom: -530px;
  }

  .tw .md\:-bottom-107{
    bottom: -535px;
  }

  .tw .md\:-bottom-108{
    bottom: -540px;
  }

  .tw .md\:-bottom-109{
    bottom: -545px;
  }

  .tw .md\:-bottom-110{
    bottom: -550px;
  }

  .tw .md\:-bottom-111{
    bottom: -555px;
  }

  .tw .md\:-bottom-112{
    bottom: -560px;
  }

  .tw .md\:-bottom-113{
    bottom: -565px;
  }

  .tw .md\:-bottom-114{
    bottom: -570px;
  }

  .tw .md\:-bottom-115{
    bottom: -575px;
  }

  .tw .md\:-bottom-116{
    bottom: -580px;
  }

  .tw .md\:-bottom-117{
    bottom: -585px;
  }

  .tw .md\:-bottom-118{
    bottom: -590px;
  }

  .tw .md\:-bottom-119{
    bottom: -595px;
  }

  .tw .md\:-bottom-120{
    bottom: -600px;
  }

  .tw .md\:-bottom-121{
    bottom: -605px;
  }

  .tw .md\:-bottom-122{
    bottom: -610px;
  }

  .tw .md\:-bottom-123{
    bottom: -615px;
  }

  .tw .md\:-bottom-124{
    bottom: -620px;
  }

  .tw .md\:-bottom-125{
    bottom: -625px;
  }

  .tw .md\:-bottom-126{
    bottom: -630px;
  }

  .tw .md\:-bottom-127{
    bottom: -635px;
  }

  .tw .md\:-bottom-128{
    bottom: -640px;
  }

  .tw .md\:-bottom-129{
    bottom: -645px;
  }

  .tw .md\:-bottom-130{
    bottom: -650px;
  }

  .tw .md\:-bottom-131{
    bottom: -655px;
  }

  .tw .md\:-bottom-132{
    bottom: -660px;
  }

  .tw .md\:-bottom-133{
    bottom: -665px;
  }

  .tw .md\:-bottom-134{
    bottom: -670px;
  }

  .tw .md\:-bottom-135{
    bottom: -675px;
  }

  .tw .md\:-bottom-136{
    bottom: -680px;
  }

  .tw .md\:-bottom-137{
    bottom: -685px;
  }

  .tw .md\:-bottom-138{
    bottom: -690px;
  }

  .tw .md\:-bottom-139{
    bottom: -695px;
  }

  .tw .md\:-bottom-140{
    bottom: -700px;
  }

  .tw .md\:-bottom-141{
    bottom: -705px;
  }

  .tw .md\:-bottom-142{
    bottom: -710px;
  }

  .tw .md\:-bottom-143{
    bottom: -715px;
  }

  .tw .md\:-bottom-144{
    bottom: -720px;
  }

  .tw .md\:-bottom-145{
    bottom: -725px;
  }

  .tw .md\:-bottom-146{
    bottom: -730px;
  }

  .tw .md\:-bottom-147{
    bottom: -735px;
  }

  .tw .md\:-bottom-148{
    bottom: -740px;
  }

  .tw .md\:-bottom-149{
    bottom: -745px;
  }

  .tw .md\:-bottom-0\.5{
    bottom: -3px;
  }

  .tw .md\:-bottom-1px{
    bottom: -1px;
  }

  .tw .md\:-bottom-2px{
    bottom: -2px;
  }

  .tw .md\:-bottom-3px{
    bottom: -3px;
  }

  .tw .md\:-bottom-4px{
    bottom: -4px;
  }

  .tw .md\:-bottom-5px{
    bottom: -5px;
  }

  .tw .md\:-bottom-6px{
    bottom: -6px;
  }

  .tw .md\:-bottom-7px{
    bottom: -7px;
  }

  .tw .md\:-bottom-8px{
    bottom: -8px;
  }

  .tw .md\:-bottom-9px{
    bottom: -9px;
  }

  .tw .md\:-bottom-10px{
    bottom: -10px;
  }

  .tw .md\:-bottom-11px{
    bottom: -11px;
  }

  .tw .md\:-bottom-12px{
    bottom: -12px;
  }

  .tw .md\:-bottom-13px{
    bottom: -13px;
  }

  .tw .md\:-bottom-14px{
    bottom: -14px;
  }

  .tw .md\:-bottom-15px{
    bottom: -15px;
  }

  .tw .md\:-bottom-16px{
    bottom: -16px;
  }

  .tw .md\:-bottom-17px{
    bottom: -17px;
  }

  .tw .md\:-bottom-18px{
    bottom: -18px;
  }

  .tw .md\:-bottom-19px{
    bottom: -19px;
  }

  .tw .md\:-bottom-20px{
    bottom: -20px;
  }

  .tw .md\:-bottom-21px{
    bottom: -21px;
  }

  .tw .md\:-bottom-22px{
    bottom: -22px;
  }

  .tw .md\:-bottom-23px{
    bottom: -23px;
  }

  .tw .md\:-bottom-24px{
    bottom: -24px;
  }

  .tw .md\:-bottom-25px{
    bottom: -25px;
  }

  .tw .md\:-bottom-26px{
    bottom: -26px;
  }

  .tw .md\:-bottom-27px{
    bottom: -27px;
  }

  .tw .md\:-bottom-28px{
    bottom: -28px;
  }

  .tw .md\:-bottom-29px{
    bottom: -29px;
  }

  .tw .md\:-bottom-30px{
    bottom: -30px;
  }

  .tw .md\:-bottom-31px{
    bottom: -31px;
  }

  .tw .md\:-bottom-32px{
    bottom: -32px;
  }

  .tw .md\:-bottom-33px{
    bottom: -33px;
  }

  .tw .md\:-bottom-34px{
    bottom: -34px;
  }

  .tw .md\:-bottom-35px{
    bottom: -35px;
  }

  .tw .md\:-bottom-36px{
    bottom: -36px;
  }

  .tw .md\:-bottom-37px{
    bottom: -37px;
  }

  .tw .md\:-bottom-38px{
    bottom: -38px;
  }

  .tw .md\:-bottom-39px{
    bottom: -39px;
  }

  .tw .md\:-bottom-40px{
    bottom: -40px;
  }

  .tw .md\:bottom-1\/2{
    bottom: 50%;
  }

  .tw .md\:bottom-1\/3{
    bottom: 33.333333%;
  }

  .tw .md\:bottom-2\/3{
    bottom: 66.666667%;
  }

  .tw .md\:bottom-1\/4{
    bottom: 25%;
  }

  .tw .md\:bottom-2\/4{
    bottom: 50%;
  }

  .tw .md\:bottom-3\/4{
    bottom: 75%;
  }

  .tw .md\:bottom-full{
    bottom: 100%;
  }

  .tw .md\:-bottom-1\/2{
    bottom: -50%;
  }

  .tw .md\:-bottom-1\/3{
    bottom: -33.333333%;
  }

  .tw .md\:-bottom-2\/3{
    bottom: -66.666667%;
  }

  .tw .md\:-bottom-1\/4{
    bottom: -25%;
  }

  .tw .md\:-bottom-2\/4{
    bottom: -50%;
  }

  .tw .md\:-bottom-3\/4{
    bottom: -75%;
  }

  .tw .md\:-bottom-full{
    bottom: -100%;
  }

  .tw .md\:left-0{
    left: 0px;
  }

  .tw .md\:left-1{
    left: 5px;
  }

  .tw .md\:left-2{
    left: 10px;
  }

  .tw .md\:left-3{
    left: 15px;
  }

  .tw .md\:left-4{
    left: 20px;
  }

  .tw .md\:left-5{
    left: 25px;
  }

  .tw .md\:left-6{
    left: 30px;
  }

  .tw .md\:left-7{
    left: 35px;
  }

  .tw .md\:left-8{
    left: 40px;
  }

  .tw .md\:left-9{
    left: 45px;
  }

  .tw .md\:left-10{
    left: 50px;
  }

  .tw .md\:left-11{
    left: 55px;
  }

  .tw .md\:left-12{
    left: 60px;
  }

  .tw .md\:left-13{
    left: 65px;
  }

  .tw .md\:left-14{
    left: 70px;
  }

  .tw .md\:left-15{
    left: 75px;
  }

  .tw .md\:left-16{
    left: 80px;
  }

  .tw .md\:left-17{
    left: 85px;
  }

  .tw .md\:left-18{
    left: 90px;
  }

  .tw .md\:left-19{
    left: 95px;
  }

  .tw .md\:left-20{
    left: 100px;
  }

  .tw .md\:left-21{
    left: 105px;
  }

  .tw .md\:left-22{
    left: 110px;
  }

  .tw .md\:left-23{
    left: 115px;
  }

  .tw .md\:left-24{
    left: 120px;
  }

  .tw .md\:left-25{
    left: 125px;
  }

  .tw .md\:left-26{
    left: 130px;
  }

  .tw .md\:left-27{
    left: 135px;
  }

  .tw .md\:left-28{
    left: 140px;
  }

  .tw .md\:left-29{
    left: 145px;
  }

  .tw .md\:left-30{
    left: 150px;
  }

  .tw .md\:left-31{
    left: 155px;
  }

  .tw .md\:left-32{
    left: 160px;
  }

  .tw .md\:left-33{
    left: 165px;
  }

  .tw .md\:left-34{
    left: 170px;
  }

  .tw .md\:left-35{
    left: 175px;
  }

  .tw .md\:left-36{
    left: 180px;
  }

  .tw .md\:left-37{
    left: 185px;
  }

  .tw .md\:left-38{
    left: 190px;
  }

  .tw .md\:left-39{
    left: 195px;
  }

  .tw .md\:left-40{
    left: 200px;
  }

  .tw .md\:left-41{
    left: 205px;
  }

  .tw .md\:left-42{
    left: 210px;
  }

  .tw .md\:left-43{
    left: 215px;
  }

  .tw .md\:left-44{
    left: 220px;
  }

  .tw .md\:left-45{
    left: 225px;
  }

  .tw .md\:left-46{
    left: 230px;
  }

  .tw .md\:left-47{
    left: 235px;
  }

  .tw .md\:left-48{
    left: 240px;
  }

  .tw .md\:left-49{
    left: 245px;
  }

  .tw .md\:left-50{
    left: 250px;
  }

  .tw .md\:left-51{
    left: 255px;
  }

  .tw .md\:left-52{
    left: 260px;
  }

  .tw .md\:left-53{
    left: 265px;
  }

  .tw .md\:left-54{
    left: 270px;
  }

  .tw .md\:left-55{
    left: 275px;
  }

  .tw .md\:left-56{
    left: 280px;
  }

  .tw .md\:left-57{
    left: 285px;
  }

  .tw .md\:left-58{
    left: 290px;
  }

  .tw .md\:left-59{
    left: 295px;
  }

  .tw .md\:left-60{
    left: 300px;
  }

  .tw .md\:left-61{
    left: 305px;
  }

  .tw .md\:left-62{
    left: 310px;
  }

  .tw .md\:left-63{
    left: 315px;
  }

  .tw .md\:left-64{
    left: 320px;
  }

  .tw .md\:left-65{
    left: 325px;
  }

  .tw .md\:left-66{
    left: 330px;
  }

  .tw .md\:left-67{
    left: 335px;
  }

  .tw .md\:left-68{
    left: 340px;
  }

  .tw .md\:left-69{
    left: 345px;
  }

  .tw .md\:left-70{
    left: 350px;
  }

  .tw .md\:left-71{
    left: 355px;
  }

  .tw .md\:left-72{
    left: 360px;
  }

  .tw .md\:left-73{
    left: 365px;
  }

  .tw .md\:left-74{
    left: 370px;
  }

  .tw .md\:left-75{
    left: 375px;
  }

  .tw .md\:left-76{
    left: 380px;
  }

  .tw .md\:left-77{
    left: 385px;
  }

  .tw .md\:left-78{
    left: 390px;
  }

  .tw .md\:left-79{
    left: 395px;
  }

  .tw .md\:left-80{
    left: 400px;
  }

  .tw .md\:left-81{
    left: 405px;
  }

  .tw .md\:left-82{
    left: 410px;
  }

  .tw .md\:left-83{
    left: 415px;
  }

  .tw .md\:left-84{
    left: 420px;
  }

  .tw .md\:left-85{
    left: 425px;
  }

  .tw .md\:left-86{
    left: 430px;
  }

  .tw .md\:left-87{
    left: 435px;
  }

  .tw .md\:left-88{
    left: 440px;
  }

  .tw .md\:left-89{
    left: 445px;
  }

  .tw .md\:left-90{
    left: 450px;
  }

  .tw .md\:left-91{
    left: 455px;
  }

  .tw .md\:left-92{
    left: 460px;
  }

  .tw .md\:left-93{
    left: 465px;
  }

  .tw .md\:left-94{
    left: 470px;
  }

  .tw .md\:left-95{
    left: 475px;
  }

  .tw .md\:left-96{
    left: 480px;
  }

  .tw .md\:left-97{
    left: 485px;
  }

  .tw .md\:left-98{
    left: 490px;
  }

  .tw .md\:left-99{
    left: 495px;
  }

  .tw .md\:left-100{
    left: 500px;
  }

  .tw .md\:left-101{
    left: 505px;
  }

  .tw .md\:left-102{
    left: 510px;
  }

  .tw .md\:left-103{
    left: 515px;
  }

  .tw .md\:left-104{
    left: 520px;
  }

  .tw .md\:left-105{
    left: 525px;
  }

  .tw .md\:left-106{
    left: 530px;
  }

  .tw .md\:left-107{
    left: 535px;
  }

  .tw .md\:left-108{
    left: 540px;
  }

  .tw .md\:left-109{
    left: 545px;
  }

  .tw .md\:left-110{
    left: 550px;
  }

  .tw .md\:left-111{
    left: 555px;
  }

  .tw .md\:left-112{
    left: 560px;
  }

  .tw .md\:left-113{
    left: 565px;
  }

  .tw .md\:left-114{
    left: 570px;
  }

  .tw .md\:left-115{
    left: 575px;
  }

  .tw .md\:left-116{
    left: 580px;
  }

  .tw .md\:left-117{
    left: 585px;
  }

  .tw .md\:left-118{
    left: 590px;
  }

  .tw .md\:left-119{
    left: 595px;
  }

  .tw .md\:left-120{
    left: 600px;
  }

  .tw .md\:left-121{
    left: 605px;
  }

  .tw .md\:left-122{
    left: 610px;
  }

  .tw .md\:left-123{
    left: 615px;
  }

  .tw .md\:left-124{
    left: 620px;
  }

  .tw .md\:left-125{
    left: 625px;
  }

  .tw .md\:left-126{
    left: 630px;
  }

  .tw .md\:left-127{
    left: 635px;
  }

  .tw .md\:left-128{
    left: 640px;
  }

  .tw .md\:left-129{
    left: 645px;
  }

  .tw .md\:left-130{
    left: 650px;
  }

  .tw .md\:left-131{
    left: 655px;
  }

  .tw .md\:left-132{
    left: 660px;
  }

  .tw .md\:left-133{
    left: 665px;
  }

  .tw .md\:left-134{
    left: 670px;
  }

  .tw .md\:left-135{
    left: 675px;
  }

  .tw .md\:left-136{
    left: 680px;
  }

  .tw .md\:left-137{
    left: 685px;
  }

  .tw .md\:left-138{
    left: 690px;
  }

  .tw .md\:left-139{
    left: 695px;
  }

  .tw .md\:left-140{
    left: 700px;
  }

  .tw .md\:left-141{
    left: 705px;
  }

  .tw .md\:left-142{
    left: 710px;
  }

  .tw .md\:left-143{
    left: 715px;
  }

  .tw .md\:left-144{
    left: 720px;
  }

  .tw .md\:left-145{
    left: 725px;
  }

  .tw .md\:left-146{
    left: 730px;
  }

  .tw .md\:left-147{
    left: 735px;
  }

  .tw .md\:left-148{
    left: 740px;
  }

  .tw .md\:left-149{
    left: 745px;
  }

  .tw .md\:left-auto{
    left: auto;
  }

  .tw .md\:left-0\.5{
    left: 3px;
  }

  .tw .md\:left-1px{
    left: 1px;
  }

  .tw .md\:left-2px{
    left: 2px;
  }

  .tw .md\:left-3px{
    left: 3px;
  }

  .tw .md\:left-4px{
    left: 4px;
  }

  .tw .md\:left-5px{
    left: 5px;
  }

  .tw .md\:left-6px{
    left: 6px;
  }

  .tw .md\:left-7px{
    left: 7px;
  }

  .tw .md\:left-8px{
    left: 8px;
  }

  .tw .md\:left-9px{
    left: 9px;
  }

  .tw .md\:left-10px{
    left: 10px;
  }

  .tw .md\:left-11px{
    left: 11px;
  }

  .tw .md\:left-12px{
    left: 12px;
  }

  .tw .md\:left-13px{
    left: 13px;
  }

  .tw .md\:left-14px{
    left: 14px;
  }

  .tw .md\:left-15px{
    left: 15px;
  }

  .tw .md\:left-16px{
    left: 16px;
  }

  .tw .md\:left-17px{
    left: 17px;
  }

  .tw .md\:left-18px{
    left: 18px;
  }

  .tw .md\:left-19px{
    left: 19px;
  }

  .tw .md\:left-20px{
    left: 20px;
  }

  .tw .md\:left-21px{
    left: 21px;
  }

  .tw .md\:left-22px{
    left: 22px;
  }

  .tw .md\:left-23px{
    left: 23px;
  }

  .tw .md\:left-24px{
    left: 24px;
  }

  .tw .md\:left-25px{
    left: 25px;
  }

  .tw .md\:left-26px{
    left: 26px;
  }

  .tw .md\:left-27px{
    left: 27px;
  }

  .tw .md\:left-28px{
    left: 28px;
  }

  .tw .md\:left-29px{
    left: 29px;
  }

  .tw .md\:left-30px{
    left: 30px;
  }

  .tw .md\:left-31px{
    left: 31px;
  }

  .tw .md\:left-32px{
    left: 32px;
  }

  .tw .md\:left-33px{
    left: 33px;
  }

  .tw .md\:left-34px{
    left: 34px;
  }

  .tw .md\:left-35px{
    left: 35px;
  }

  .tw .md\:left-36px{
    left: 36px;
  }

  .tw .md\:left-37px{
    left: 37px;
  }

  .tw .md\:left-38px{
    left: 38px;
  }

  .tw .md\:left-39px{
    left: 39px;
  }

  .tw .md\:left-40px{
    left: 40px;
  }

  .tw .md\:-left-0{
    left: 0px;
  }

  .tw .md\:-left-1{
    left: -5px;
  }

  .tw .md\:-left-2{
    left: -10px;
  }

  .tw .md\:-left-3{
    left: -15px;
  }

  .tw .md\:-left-4{
    left: -20px;
  }

  .tw .md\:-left-5{
    left: -25px;
  }

  .tw .md\:-left-6{
    left: -30px;
  }

  .tw .md\:-left-7{
    left: -35px;
  }

  .tw .md\:-left-8{
    left: -40px;
  }

  .tw .md\:-left-9{
    left: -45px;
  }

  .tw .md\:-left-10{
    left: -50px;
  }

  .tw .md\:-left-11{
    left: -55px;
  }

  .tw .md\:-left-12{
    left: -60px;
  }

  .tw .md\:-left-13{
    left: -65px;
  }

  .tw .md\:-left-14{
    left: -70px;
  }

  .tw .md\:-left-15{
    left: -75px;
  }

  .tw .md\:-left-16{
    left: -80px;
  }

  .tw .md\:-left-17{
    left: -85px;
  }

  .tw .md\:-left-18{
    left: -90px;
  }

  .tw .md\:-left-19{
    left: -95px;
  }

  .tw .md\:-left-20{
    left: -100px;
  }

  .tw .md\:-left-21{
    left: -105px;
  }

  .tw .md\:-left-22{
    left: -110px;
  }

  .tw .md\:-left-23{
    left: -115px;
  }

  .tw .md\:-left-24{
    left: -120px;
  }

  .tw .md\:-left-25{
    left: -125px;
  }

  .tw .md\:-left-26{
    left: -130px;
  }

  .tw .md\:-left-27{
    left: -135px;
  }

  .tw .md\:-left-28{
    left: -140px;
  }

  .tw .md\:-left-29{
    left: -145px;
  }

  .tw .md\:-left-30{
    left: -150px;
  }

  .tw .md\:-left-31{
    left: -155px;
  }

  .tw .md\:-left-32{
    left: -160px;
  }

  .tw .md\:-left-33{
    left: -165px;
  }

  .tw .md\:-left-34{
    left: -170px;
  }

  .tw .md\:-left-35{
    left: -175px;
  }

  .tw .md\:-left-36{
    left: -180px;
  }

  .tw .md\:-left-37{
    left: -185px;
  }

  .tw .md\:-left-38{
    left: -190px;
  }

  .tw .md\:-left-39{
    left: -195px;
  }

  .tw .md\:-left-40{
    left: -200px;
  }

  .tw .md\:-left-41{
    left: -205px;
  }

  .tw .md\:-left-42{
    left: -210px;
  }

  .tw .md\:-left-43{
    left: -215px;
  }

  .tw .md\:-left-44{
    left: -220px;
  }

  .tw .md\:-left-45{
    left: -225px;
  }

  .tw .md\:-left-46{
    left: -230px;
  }

  .tw .md\:-left-47{
    left: -235px;
  }

  .tw .md\:-left-48{
    left: -240px;
  }

  .tw .md\:-left-49{
    left: -245px;
  }

  .tw .md\:-left-50{
    left: -250px;
  }

  .tw .md\:-left-51{
    left: -255px;
  }

  .tw .md\:-left-52{
    left: -260px;
  }

  .tw .md\:-left-53{
    left: -265px;
  }

  .tw .md\:-left-54{
    left: -270px;
  }

  .tw .md\:-left-55{
    left: -275px;
  }

  .tw .md\:-left-56{
    left: -280px;
  }

  .tw .md\:-left-57{
    left: -285px;
  }

  .tw .md\:-left-58{
    left: -290px;
  }

  .tw .md\:-left-59{
    left: -295px;
  }

  .tw .md\:-left-60{
    left: -300px;
  }

  .tw .md\:-left-61{
    left: -305px;
  }

  .tw .md\:-left-62{
    left: -310px;
  }

  .tw .md\:-left-63{
    left: -315px;
  }

  .tw .md\:-left-64{
    left: -320px;
  }

  .tw .md\:-left-65{
    left: -325px;
  }

  .tw .md\:-left-66{
    left: -330px;
  }

  .tw .md\:-left-67{
    left: -335px;
  }

  .tw .md\:-left-68{
    left: -340px;
  }

  .tw .md\:-left-69{
    left: -345px;
  }

  .tw .md\:-left-70{
    left: -350px;
  }

  .tw .md\:-left-71{
    left: -355px;
  }

  .tw .md\:-left-72{
    left: -360px;
  }

  .tw .md\:-left-73{
    left: -365px;
  }

  .tw .md\:-left-74{
    left: -370px;
  }

  .tw .md\:-left-75{
    left: -375px;
  }

  .tw .md\:-left-76{
    left: -380px;
  }

  .tw .md\:-left-77{
    left: -385px;
  }

  .tw .md\:-left-78{
    left: -390px;
  }

  .tw .md\:-left-79{
    left: -395px;
  }

  .tw .md\:-left-80{
    left: -400px;
  }

  .tw .md\:-left-81{
    left: -405px;
  }

  .tw .md\:-left-82{
    left: -410px;
  }

  .tw .md\:-left-83{
    left: -415px;
  }

  .tw .md\:-left-84{
    left: -420px;
  }

  .tw .md\:-left-85{
    left: -425px;
  }

  .tw .md\:-left-86{
    left: -430px;
  }

  .tw .md\:-left-87{
    left: -435px;
  }

  .tw .md\:-left-88{
    left: -440px;
  }

  .tw .md\:-left-89{
    left: -445px;
  }

  .tw .md\:-left-90{
    left: -450px;
  }

  .tw .md\:-left-91{
    left: -455px;
  }

  .tw .md\:-left-92{
    left: -460px;
  }

  .tw .md\:-left-93{
    left: -465px;
  }

  .tw .md\:-left-94{
    left: -470px;
  }

  .tw .md\:-left-95{
    left: -475px;
  }

  .tw .md\:-left-96{
    left: -480px;
  }

  .tw .md\:-left-97{
    left: -485px;
  }

  .tw .md\:-left-98{
    left: -490px;
  }

  .tw .md\:-left-99{
    left: -495px;
  }

  .tw .md\:-left-100{
    left: -500px;
  }

  .tw .md\:-left-101{
    left: -505px;
  }

  .tw .md\:-left-102{
    left: -510px;
  }

  .tw .md\:-left-103{
    left: -515px;
  }

  .tw .md\:-left-104{
    left: -520px;
  }

  .tw .md\:-left-105{
    left: -525px;
  }

  .tw .md\:-left-106{
    left: -530px;
  }

  .tw .md\:-left-107{
    left: -535px;
  }

  .tw .md\:-left-108{
    left: -540px;
  }

  .tw .md\:-left-109{
    left: -545px;
  }

  .tw .md\:-left-110{
    left: -550px;
  }

  .tw .md\:-left-111{
    left: -555px;
  }

  .tw .md\:-left-112{
    left: -560px;
  }

  .tw .md\:-left-113{
    left: -565px;
  }

  .tw .md\:-left-114{
    left: -570px;
  }

  .tw .md\:-left-115{
    left: -575px;
  }

  .tw .md\:-left-116{
    left: -580px;
  }

  .tw .md\:-left-117{
    left: -585px;
  }

  .tw .md\:-left-118{
    left: -590px;
  }

  .tw .md\:-left-119{
    left: -595px;
  }

  .tw .md\:-left-120{
    left: -600px;
  }

  .tw .md\:-left-121{
    left: -605px;
  }

  .tw .md\:-left-122{
    left: -610px;
  }

  .tw .md\:-left-123{
    left: -615px;
  }

  .tw .md\:-left-124{
    left: -620px;
  }

  .tw .md\:-left-125{
    left: -625px;
  }

  .tw .md\:-left-126{
    left: -630px;
  }

  .tw .md\:-left-127{
    left: -635px;
  }

  .tw .md\:-left-128{
    left: -640px;
  }

  .tw .md\:-left-129{
    left: -645px;
  }

  .tw .md\:-left-130{
    left: -650px;
  }

  .tw .md\:-left-131{
    left: -655px;
  }

  .tw .md\:-left-132{
    left: -660px;
  }

  .tw .md\:-left-133{
    left: -665px;
  }

  .tw .md\:-left-134{
    left: -670px;
  }

  .tw .md\:-left-135{
    left: -675px;
  }

  .tw .md\:-left-136{
    left: -680px;
  }

  .tw .md\:-left-137{
    left: -685px;
  }

  .tw .md\:-left-138{
    left: -690px;
  }

  .tw .md\:-left-139{
    left: -695px;
  }

  .tw .md\:-left-140{
    left: -700px;
  }

  .tw .md\:-left-141{
    left: -705px;
  }

  .tw .md\:-left-142{
    left: -710px;
  }

  .tw .md\:-left-143{
    left: -715px;
  }

  .tw .md\:-left-144{
    left: -720px;
  }

  .tw .md\:-left-145{
    left: -725px;
  }

  .tw .md\:-left-146{
    left: -730px;
  }

  .tw .md\:-left-147{
    left: -735px;
  }

  .tw .md\:-left-148{
    left: -740px;
  }

  .tw .md\:-left-149{
    left: -745px;
  }

  .tw .md\:-left-0\.5{
    left: -3px;
  }

  .tw .md\:-left-1px{
    left: -1px;
  }

  .tw .md\:-left-2px{
    left: -2px;
  }

  .tw .md\:-left-3px{
    left: -3px;
  }

  .tw .md\:-left-4px{
    left: -4px;
  }

  .tw .md\:-left-5px{
    left: -5px;
  }

  .tw .md\:-left-6px{
    left: -6px;
  }

  .tw .md\:-left-7px{
    left: -7px;
  }

  .tw .md\:-left-8px{
    left: -8px;
  }

  .tw .md\:-left-9px{
    left: -9px;
  }

  .tw .md\:-left-10px{
    left: -10px;
  }

  .tw .md\:-left-11px{
    left: -11px;
  }

  .tw .md\:-left-12px{
    left: -12px;
  }

  .tw .md\:-left-13px{
    left: -13px;
  }

  .tw .md\:-left-14px{
    left: -14px;
  }

  .tw .md\:-left-15px{
    left: -15px;
  }

  .tw .md\:-left-16px{
    left: -16px;
  }

  .tw .md\:-left-17px{
    left: -17px;
  }

  .tw .md\:-left-18px{
    left: -18px;
  }

  .tw .md\:-left-19px{
    left: -19px;
  }

  .tw .md\:-left-20px{
    left: -20px;
  }

  .tw .md\:-left-21px{
    left: -21px;
  }

  .tw .md\:-left-22px{
    left: -22px;
  }

  .tw .md\:-left-23px{
    left: -23px;
  }

  .tw .md\:-left-24px{
    left: -24px;
  }

  .tw .md\:-left-25px{
    left: -25px;
  }

  .tw .md\:-left-26px{
    left: -26px;
  }

  .tw .md\:-left-27px{
    left: -27px;
  }

  .tw .md\:-left-28px{
    left: -28px;
  }

  .tw .md\:-left-29px{
    left: -29px;
  }

  .tw .md\:-left-30px{
    left: -30px;
  }

  .tw .md\:-left-31px{
    left: -31px;
  }

  .tw .md\:-left-32px{
    left: -32px;
  }

  .tw .md\:-left-33px{
    left: -33px;
  }

  .tw .md\:-left-34px{
    left: -34px;
  }

  .tw .md\:-left-35px{
    left: -35px;
  }

  .tw .md\:-left-36px{
    left: -36px;
  }

  .tw .md\:-left-37px{
    left: -37px;
  }

  .tw .md\:-left-38px{
    left: -38px;
  }

  .tw .md\:-left-39px{
    left: -39px;
  }

  .tw .md\:-left-40px{
    left: -40px;
  }

  .tw .md\:left-1\/2{
    left: 50%;
  }

  .tw .md\:left-1\/3{
    left: 33.333333%;
  }

  .tw .md\:left-2\/3{
    left: 66.666667%;
  }

  .tw .md\:left-1\/4{
    left: 25%;
  }

  .tw .md\:left-2\/4{
    left: 50%;
  }

  .tw .md\:left-3\/4{
    left: 75%;
  }

  .tw .md\:left-full{
    left: 100%;
  }

  .tw .md\:-left-1\/2{
    left: -50%;
  }

  .tw .md\:-left-1\/3{
    left: -33.333333%;
  }

  .tw .md\:-left-2\/3{
    left: -66.666667%;
  }

  .tw .md\:-left-1\/4{
    left: -25%;
  }

  .tw .md\:-left-2\/4{
    left: -50%;
  }

  .tw .md\:-left-3\/4{
    left: -75%;
  }

  .tw .md\:-left-full{
    left: -100%;
  }

  .tw .md\:isolate{
    isolation: isolate;
  }

  .tw .md\:isolation-auto{
    isolation: auto;
  }

  .tw .md\:order-1{
    order: 1;
  }

  .tw .md\:order-2{
    order: 2;
  }

  .tw .md\:order-3{
    order: 3;
  }

  .tw .md\:order-4{
    order: 4;
  }

  .tw .md\:order-5{
    order: 5;
  }

  .tw .md\:order-6{
    order: 6;
  }

  .tw .md\:order-7{
    order: 7;
  }

  .tw .md\:order-8{
    order: 8;
  }

  .tw .md\:order-9{
    order: 9;
  }

  .tw .md\:order-10{
    order: 10;
  }

  .tw .md\:order-11{
    order: 11;
  }

  .tw .md\:order-12{
    order: 12;
  }

  .tw .md\:order-first{
    order: -9999;
  }

  .tw .md\:order-last{
    order: 9999;
  }

  .tw .md\:order-none{
    order: 0;
  }

  .tw .md\:col-auto{
    grid-column: auto;
  }

  .tw .md\:col-span-1{
    grid-column: span 1 / span 1;
  }

  .tw .md\:col-span-2{
    grid-column: span 2 / span 2;
  }

  .tw .md\:col-span-3{
    grid-column: span 3 / span 3;
  }

  .tw .md\:col-span-4{
    grid-column: span 4 / span 4;
  }

  .tw .md\:col-span-5{
    grid-column: span 5 / span 5;
  }

  .tw .md\:col-span-6{
    grid-column: span 6 / span 6;
  }

  .tw .md\:col-span-7{
    grid-column: span 7 / span 7;
  }

  .tw .md\:col-span-8{
    grid-column: span 8 / span 8;
  }

  .tw .md\:col-span-9{
    grid-column: span 9 / span 9;
  }

  .tw .md\:col-span-10{
    grid-column: span 10 / span 10;
  }

  .tw .md\:col-span-11{
    grid-column: span 11 / span 11;
  }

  .tw .md\:col-span-12{
    grid-column: span 12 / span 12;
  }

  .tw .md\:col-span-full{
    grid-column: 1 / -1;
  }

  .tw .md\:col-start-1{
    grid-column-start: 1;
  }

  .tw .md\:col-start-2{
    grid-column-start: 2;
  }

  .tw .md\:col-start-3{
    grid-column-start: 3;
  }

  .tw .md\:col-start-4{
    grid-column-start: 4;
  }

  .tw .md\:col-start-5{
    grid-column-start: 5;
  }

  .tw .md\:col-start-6{
    grid-column-start: 6;
  }

  .tw .md\:col-start-7{
    grid-column-start: 7;
  }

  .tw .md\:col-start-8{
    grid-column-start: 8;
  }

  .tw .md\:col-start-9{
    grid-column-start: 9;
  }

  .tw .md\:col-start-10{
    grid-column-start: 10;
  }

  .tw .md\:col-start-11{
    grid-column-start: 11;
  }

  .tw .md\:col-start-12{
    grid-column-start: 12;
  }

  .tw .md\:col-start-13{
    grid-column-start: 13;
  }

  .tw .md\:col-start-auto{
    grid-column-start: auto;
  }

  .tw .md\:col-end-1{
    grid-column-end: 1;
  }

  .tw .md\:col-end-2{
    grid-column-end: 2;
  }

  .tw .md\:col-end-3{
    grid-column-end: 3;
  }

  .tw .md\:col-end-4{
    grid-column-end: 4;
  }

  .tw .md\:col-end-5{
    grid-column-end: 5;
  }

  .tw .md\:col-end-6{
    grid-column-end: 6;
  }

  .tw .md\:col-end-7{
    grid-column-end: 7;
  }

  .tw .md\:col-end-8{
    grid-column-end: 8;
  }

  .tw .md\:col-end-9{
    grid-column-end: 9;
  }

  .tw .md\:col-end-10{
    grid-column-end: 10;
  }

  .tw .md\:col-end-11{
    grid-column-end: 11;
  }

  .tw .md\:col-end-12{
    grid-column-end: 12;
  }

  .tw .md\:col-end-13{
    grid-column-end: 13;
  }

  .tw .md\:col-end-auto{
    grid-column-end: auto;
  }

  .tw .md\:row-auto{
    grid-row: auto;
  }

  .tw .md\:row-span-1{
    grid-row: span 1 / span 1;
  }

  .tw .md\:row-span-2{
    grid-row: span 2 / span 2;
  }

  .tw .md\:row-span-3{
    grid-row: span 3 / span 3;
  }

  .tw .md\:row-span-4{
    grid-row: span 4 / span 4;
  }

  .tw .md\:row-span-5{
    grid-row: span 5 / span 5;
  }

  .tw .md\:row-span-6{
    grid-row: span 6 / span 6;
  }

  .tw .md\:row-span-full{
    grid-row: 1 / -1;
  }

  .tw .md\:row-start-1{
    grid-row-start: 1;
  }

  .tw .md\:row-start-2{
    grid-row-start: 2;
  }

  .tw .md\:row-start-3{
    grid-row-start: 3;
  }

  .tw .md\:row-start-4{
    grid-row-start: 4;
  }

  .tw .md\:row-start-5{
    grid-row-start: 5;
  }

  .tw .md\:row-start-6{
    grid-row-start: 6;
  }

  .tw .md\:row-start-7{
    grid-row-start: 7;
  }

  .tw .md\:row-start-auto{
    grid-row-start: auto;
  }

  .tw .md\:row-end-1{
    grid-row-end: 1;
  }

  .tw .md\:row-end-2{
    grid-row-end: 2;
  }

  .tw .md\:row-end-3{
    grid-row-end: 3;
  }

  .tw .md\:row-end-4{
    grid-row-end: 4;
  }

  .tw .md\:row-end-5{
    grid-row-end: 5;
  }

  .tw .md\:row-end-6{
    grid-row-end: 6;
  }

  .tw .md\:row-end-7{
    grid-row-end: 7;
  }

  .tw .md\:row-end-auto{
    grid-row-end: auto;
  }

  .tw .md\:float-right{
    float: right;
  }

  .tw .md\:float-left{
    float: left;
  }

  .tw .md\:float-none{
    float: none;
  }

  .tw .md\:clear-left{
    clear: left;
  }

  .tw .md\:clear-right{
    clear: right;
  }

  .tw .md\:clear-both{
    clear: both;
  }

  .tw .md\:clear-none{
    clear: none;
  }

  .tw .md\:m-0{
    margin: 0px;
  }

  .tw .md\:m-1{
    margin: 5px;
  }

  .tw .md\:m-2{
    margin: 10px;
  }

  .tw .md\:m-3{
    margin: 15px;
  }

  .tw .md\:m-4{
    margin: 20px;
  }

  .tw .md\:m-5{
    margin: 25px;
  }

  .tw .md\:m-6{
    margin: 30px;
  }

  .tw .md\:m-7{
    margin: 35px;
  }

  .tw .md\:m-8{
    margin: 40px;
  }

  .tw .md\:m-9{
    margin: 45px;
  }

  .tw .md\:m-10{
    margin: 50px;
  }

  .tw .md\:m-11{
    margin: 55px;
  }

  .tw .md\:m-12{
    margin: 60px;
  }

  .tw .md\:m-13{
    margin: 65px;
  }

  .tw .md\:m-14{
    margin: 70px;
  }

  .tw .md\:m-15{
    margin: 75px;
  }

  .tw .md\:m-16{
    margin: 80px;
  }

  .tw .md\:m-17{
    margin: 85px;
  }

  .tw .md\:m-18{
    margin: 90px;
  }

  .tw .md\:m-19{
    margin: 95px;
  }

  .tw .md\:m-20{
    margin: 100px;
  }

  .tw .md\:m-21{
    margin: 105px;
  }

  .tw .md\:m-22{
    margin: 110px;
  }

  .tw .md\:m-23{
    margin: 115px;
  }

  .tw .md\:m-24{
    margin: 120px;
  }

  .tw .md\:m-25{
    margin: 125px;
  }

  .tw .md\:m-26{
    margin: 130px;
  }

  .tw .md\:m-27{
    margin: 135px;
  }

  .tw .md\:m-28{
    margin: 140px;
  }

  .tw .md\:m-29{
    margin: 145px;
  }

  .tw .md\:m-30{
    margin: 150px;
  }

  .tw .md\:m-31{
    margin: 155px;
  }

  .tw .md\:m-32{
    margin: 160px;
  }

  .tw .md\:m-33{
    margin: 165px;
  }

  .tw .md\:m-34{
    margin: 170px;
  }

  .tw .md\:m-35{
    margin: 175px;
  }

  .tw .md\:m-36{
    margin: 180px;
  }

  .tw .md\:m-37{
    margin: 185px;
  }

  .tw .md\:m-38{
    margin: 190px;
  }

  .tw .md\:m-39{
    margin: 195px;
  }

  .tw .md\:m-40{
    margin: 200px;
  }

  .tw .md\:m-41{
    margin: 205px;
  }

  .tw .md\:m-42{
    margin: 210px;
  }

  .tw .md\:m-43{
    margin: 215px;
  }

  .tw .md\:m-44{
    margin: 220px;
  }

  .tw .md\:m-45{
    margin: 225px;
  }

  .tw .md\:m-46{
    margin: 230px;
  }

  .tw .md\:m-47{
    margin: 235px;
  }

  .tw .md\:m-48{
    margin: 240px;
  }

  .tw .md\:m-49{
    margin: 245px;
  }

  .tw .md\:m-50{
    margin: 250px;
  }

  .tw .md\:m-51{
    margin: 255px;
  }

  .tw .md\:m-52{
    margin: 260px;
  }

  .tw .md\:m-53{
    margin: 265px;
  }

  .tw .md\:m-54{
    margin: 270px;
  }

  .tw .md\:m-55{
    margin: 275px;
  }

  .tw .md\:m-56{
    margin: 280px;
  }

  .tw .md\:m-57{
    margin: 285px;
  }

  .tw .md\:m-58{
    margin: 290px;
  }

  .tw .md\:m-59{
    margin: 295px;
  }

  .tw .md\:m-60{
    margin: 300px;
  }

  .tw .md\:m-61{
    margin: 305px;
  }

  .tw .md\:m-62{
    margin: 310px;
  }

  .tw .md\:m-63{
    margin: 315px;
  }

  .tw .md\:m-64{
    margin: 320px;
  }

  .tw .md\:m-65{
    margin: 325px;
  }

  .tw .md\:m-66{
    margin: 330px;
  }

  .tw .md\:m-67{
    margin: 335px;
  }

  .tw .md\:m-68{
    margin: 340px;
  }

  .tw .md\:m-69{
    margin: 345px;
  }

  .tw .md\:m-70{
    margin: 350px;
  }

  .tw .md\:m-71{
    margin: 355px;
  }

  .tw .md\:m-72{
    margin: 360px;
  }

  .tw .md\:m-73{
    margin: 365px;
  }

  .tw .md\:m-74{
    margin: 370px;
  }

  .tw .md\:m-75{
    margin: 375px;
  }

  .tw .md\:m-76{
    margin: 380px;
  }

  .tw .md\:m-77{
    margin: 385px;
  }

  .tw .md\:m-78{
    margin: 390px;
  }

  .tw .md\:m-79{
    margin: 395px;
  }

  .tw .md\:m-80{
    margin: 400px;
  }

  .tw .md\:m-81{
    margin: 405px;
  }

  .tw .md\:m-82{
    margin: 410px;
  }

  .tw .md\:m-83{
    margin: 415px;
  }

  .tw .md\:m-84{
    margin: 420px;
  }

  .tw .md\:m-85{
    margin: 425px;
  }

  .tw .md\:m-86{
    margin: 430px;
  }

  .tw .md\:m-87{
    margin: 435px;
  }

  .tw .md\:m-88{
    margin: 440px;
  }

  .tw .md\:m-89{
    margin: 445px;
  }

  .tw .md\:m-90{
    margin: 450px;
  }

  .tw .md\:m-91{
    margin: 455px;
  }

  .tw .md\:m-92{
    margin: 460px;
  }

  .tw .md\:m-93{
    margin: 465px;
  }

  .tw .md\:m-94{
    margin: 470px;
  }

  .tw .md\:m-95{
    margin: 475px;
  }

  .tw .md\:m-96{
    margin: 480px;
  }

  .tw .md\:m-97{
    margin: 485px;
  }

  .tw .md\:m-98{
    margin: 490px;
  }

  .tw .md\:m-99{
    margin: 495px;
  }

  .tw .md\:m-100{
    margin: 500px;
  }

  .tw .md\:m-101{
    margin: 505px;
  }

  .tw .md\:m-102{
    margin: 510px;
  }

  .tw .md\:m-103{
    margin: 515px;
  }

  .tw .md\:m-104{
    margin: 520px;
  }

  .tw .md\:m-105{
    margin: 525px;
  }

  .tw .md\:m-106{
    margin: 530px;
  }

  .tw .md\:m-107{
    margin: 535px;
  }

  .tw .md\:m-108{
    margin: 540px;
  }

  .tw .md\:m-109{
    margin: 545px;
  }

  .tw .md\:m-110{
    margin: 550px;
  }

  .tw .md\:m-111{
    margin: 555px;
  }

  .tw .md\:m-112{
    margin: 560px;
  }

  .tw .md\:m-113{
    margin: 565px;
  }

  .tw .md\:m-114{
    margin: 570px;
  }

  .tw .md\:m-115{
    margin: 575px;
  }

  .tw .md\:m-116{
    margin: 580px;
  }

  .tw .md\:m-117{
    margin: 585px;
  }

  .tw .md\:m-118{
    margin: 590px;
  }

  .tw .md\:m-119{
    margin: 595px;
  }

  .tw .md\:m-120{
    margin: 600px;
  }

  .tw .md\:m-121{
    margin: 605px;
  }

  .tw .md\:m-122{
    margin: 610px;
  }

  .tw .md\:m-123{
    margin: 615px;
  }

  .tw .md\:m-124{
    margin: 620px;
  }

  .tw .md\:m-125{
    margin: 625px;
  }

  .tw .md\:m-126{
    margin: 630px;
  }

  .tw .md\:m-127{
    margin: 635px;
  }

  .tw .md\:m-128{
    margin: 640px;
  }

  .tw .md\:m-129{
    margin: 645px;
  }

  .tw .md\:m-130{
    margin: 650px;
  }

  .tw .md\:m-131{
    margin: 655px;
  }

  .tw .md\:m-132{
    margin: 660px;
  }

  .tw .md\:m-133{
    margin: 665px;
  }

  .tw .md\:m-134{
    margin: 670px;
  }

  .tw .md\:m-135{
    margin: 675px;
  }

  .tw .md\:m-136{
    margin: 680px;
  }

  .tw .md\:m-137{
    margin: 685px;
  }

  .tw .md\:m-138{
    margin: 690px;
  }

  .tw .md\:m-139{
    margin: 695px;
  }

  .tw .md\:m-140{
    margin: 700px;
  }

  .tw .md\:m-141{
    margin: 705px;
  }

  .tw .md\:m-142{
    margin: 710px;
  }

  .tw .md\:m-143{
    margin: 715px;
  }

  .tw .md\:m-144{
    margin: 720px;
  }

  .tw .md\:m-145{
    margin: 725px;
  }

  .tw .md\:m-146{
    margin: 730px;
  }

  .tw .md\:m-147{
    margin: 735px;
  }

  .tw .md\:m-148{
    margin: 740px;
  }

  .tw .md\:m-149{
    margin: 745px;
  }

  .tw .md\:m-auto{
    margin: auto;
  }

  .tw .md\:m-0\.5{
    margin: 3px;
  }

  .tw .md\:m-1px{
    margin: 1px;
  }

  .tw .md\:m-2px{
    margin: 2px;
  }

  .tw .md\:m-3px{
    margin: 3px;
  }

  .tw .md\:m-4px{
    margin: 4px;
  }

  .tw .md\:m-5px{
    margin: 5px;
  }

  .tw .md\:m-6px{
    margin: 6px;
  }

  .tw .md\:m-7px{
    margin: 7px;
  }

  .tw .md\:m-8px{
    margin: 8px;
  }

  .tw .md\:m-9px{
    margin: 9px;
  }

  .tw .md\:m-10px{
    margin: 10px;
  }

  .tw .md\:m-11px{
    margin: 11px;
  }

  .tw .md\:m-12px{
    margin: 12px;
  }

  .tw .md\:m-13px{
    margin: 13px;
  }

  .tw .md\:m-14px{
    margin: 14px;
  }

  .tw .md\:m-15px{
    margin: 15px;
  }

  .tw .md\:m-16px{
    margin: 16px;
  }

  .tw .md\:m-17px{
    margin: 17px;
  }

  .tw .md\:m-18px{
    margin: 18px;
  }

  .tw .md\:m-19px{
    margin: 19px;
  }

  .tw .md\:m-20px{
    margin: 20px;
  }

  .tw .md\:m-21px{
    margin: 21px;
  }

  .tw .md\:m-22px{
    margin: 22px;
  }

  .tw .md\:m-23px{
    margin: 23px;
  }

  .tw .md\:m-24px{
    margin: 24px;
  }

  .tw .md\:m-25px{
    margin: 25px;
  }

  .tw .md\:m-26px{
    margin: 26px;
  }

  .tw .md\:m-27px{
    margin: 27px;
  }

  .tw .md\:m-28px{
    margin: 28px;
  }

  .tw .md\:m-29px{
    margin: 29px;
  }

  .tw .md\:m-30px{
    margin: 30px;
  }

  .tw .md\:m-31px{
    margin: 31px;
  }

  .tw .md\:m-32px{
    margin: 32px;
  }

  .tw .md\:m-33px{
    margin: 33px;
  }

  .tw .md\:m-34px{
    margin: 34px;
  }

  .tw .md\:m-35px{
    margin: 35px;
  }

  .tw .md\:m-36px{
    margin: 36px;
  }

  .tw .md\:m-37px{
    margin: 37px;
  }

  .tw .md\:m-38px{
    margin: 38px;
  }

  .tw .md\:m-39px{
    margin: 39px;
  }

  .tw .md\:m-40px{
    margin: 40px;
  }

  .tw .md\:-m-0{
    margin: 0px;
  }

  .tw .md\:-m-1{
    margin: -5px;
  }

  .tw .md\:-m-2{
    margin: -10px;
  }

  .tw .md\:-m-3{
    margin: -15px;
  }

  .tw .md\:-m-4{
    margin: -20px;
  }

  .tw .md\:-m-5{
    margin: -25px;
  }

  .tw .md\:-m-6{
    margin: -30px;
  }

  .tw .md\:-m-7{
    margin: -35px;
  }

  .tw .md\:-m-8{
    margin: -40px;
  }

  .tw .md\:-m-9{
    margin: -45px;
  }

  .tw .md\:-m-10{
    margin: -50px;
  }

  .tw .md\:-m-11{
    margin: -55px;
  }

  .tw .md\:-m-12{
    margin: -60px;
  }

  .tw .md\:-m-13{
    margin: -65px;
  }

  .tw .md\:-m-14{
    margin: -70px;
  }

  .tw .md\:-m-15{
    margin: -75px;
  }

  .tw .md\:-m-16{
    margin: -80px;
  }

  .tw .md\:-m-17{
    margin: -85px;
  }

  .tw .md\:-m-18{
    margin: -90px;
  }

  .tw .md\:-m-19{
    margin: -95px;
  }

  .tw .md\:-m-20{
    margin: -100px;
  }

  .tw .md\:-m-21{
    margin: -105px;
  }

  .tw .md\:-m-22{
    margin: -110px;
  }

  .tw .md\:-m-23{
    margin: -115px;
  }

  .tw .md\:-m-24{
    margin: -120px;
  }

  .tw .md\:-m-25{
    margin: -125px;
  }

  .tw .md\:-m-26{
    margin: -130px;
  }

  .tw .md\:-m-27{
    margin: -135px;
  }

  .tw .md\:-m-28{
    margin: -140px;
  }

  .tw .md\:-m-29{
    margin: -145px;
  }

  .tw .md\:-m-30{
    margin: -150px;
  }

  .tw .md\:-m-31{
    margin: -155px;
  }

  .tw .md\:-m-32{
    margin: -160px;
  }

  .tw .md\:-m-33{
    margin: -165px;
  }

  .tw .md\:-m-34{
    margin: -170px;
  }

  .tw .md\:-m-35{
    margin: -175px;
  }

  .tw .md\:-m-36{
    margin: -180px;
  }

  .tw .md\:-m-37{
    margin: -185px;
  }

  .tw .md\:-m-38{
    margin: -190px;
  }

  .tw .md\:-m-39{
    margin: -195px;
  }

  .tw .md\:-m-40{
    margin: -200px;
  }

  .tw .md\:-m-41{
    margin: -205px;
  }

  .tw .md\:-m-42{
    margin: -210px;
  }

  .tw .md\:-m-43{
    margin: -215px;
  }

  .tw .md\:-m-44{
    margin: -220px;
  }

  .tw .md\:-m-45{
    margin: -225px;
  }

  .tw .md\:-m-46{
    margin: -230px;
  }

  .tw .md\:-m-47{
    margin: -235px;
  }

  .tw .md\:-m-48{
    margin: -240px;
  }

  .tw .md\:-m-49{
    margin: -245px;
  }

  .tw .md\:-m-50{
    margin: -250px;
  }

  .tw .md\:-m-51{
    margin: -255px;
  }

  .tw .md\:-m-52{
    margin: -260px;
  }

  .tw .md\:-m-53{
    margin: -265px;
  }

  .tw .md\:-m-54{
    margin: -270px;
  }

  .tw .md\:-m-55{
    margin: -275px;
  }

  .tw .md\:-m-56{
    margin: -280px;
  }

  .tw .md\:-m-57{
    margin: -285px;
  }

  .tw .md\:-m-58{
    margin: -290px;
  }

  .tw .md\:-m-59{
    margin: -295px;
  }

  .tw .md\:-m-60{
    margin: -300px;
  }

  .tw .md\:-m-61{
    margin: -305px;
  }

  .tw .md\:-m-62{
    margin: -310px;
  }

  .tw .md\:-m-63{
    margin: -315px;
  }

  .tw .md\:-m-64{
    margin: -320px;
  }

  .tw .md\:-m-65{
    margin: -325px;
  }

  .tw .md\:-m-66{
    margin: -330px;
  }

  .tw .md\:-m-67{
    margin: -335px;
  }

  .tw .md\:-m-68{
    margin: -340px;
  }

  .tw .md\:-m-69{
    margin: -345px;
  }

  .tw .md\:-m-70{
    margin: -350px;
  }

  .tw .md\:-m-71{
    margin: -355px;
  }

  .tw .md\:-m-72{
    margin: -360px;
  }

  .tw .md\:-m-73{
    margin: -365px;
  }

  .tw .md\:-m-74{
    margin: -370px;
  }

  .tw .md\:-m-75{
    margin: -375px;
  }

  .tw .md\:-m-76{
    margin: -380px;
  }

  .tw .md\:-m-77{
    margin: -385px;
  }

  .tw .md\:-m-78{
    margin: -390px;
  }

  .tw .md\:-m-79{
    margin: -395px;
  }

  .tw .md\:-m-80{
    margin: -400px;
  }

  .tw .md\:-m-81{
    margin: -405px;
  }

  .tw .md\:-m-82{
    margin: -410px;
  }

  .tw .md\:-m-83{
    margin: -415px;
  }

  .tw .md\:-m-84{
    margin: -420px;
  }

  .tw .md\:-m-85{
    margin: -425px;
  }

  .tw .md\:-m-86{
    margin: -430px;
  }

  .tw .md\:-m-87{
    margin: -435px;
  }

  .tw .md\:-m-88{
    margin: -440px;
  }

  .tw .md\:-m-89{
    margin: -445px;
  }

  .tw .md\:-m-90{
    margin: -450px;
  }

  .tw .md\:-m-91{
    margin: -455px;
  }

  .tw .md\:-m-92{
    margin: -460px;
  }

  .tw .md\:-m-93{
    margin: -465px;
  }

  .tw .md\:-m-94{
    margin: -470px;
  }

  .tw .md\:-m-95{
    margin: -475px;
  }

  .tw .md\:-m-96{
    margin: -480px;
  }

  .tw .md\:-m-97{
    margin: -485px;
  }

  .tw .md\:-m-98{
    margin: -490px;
  }

  .tw .md\:-m-99{
    margin: -495px;
  }

  .tw .md\:-m-100{
    margin: -500px;
  }

  .tw .md\:-m-101{
    margin: -505px;
  }

  .tw .md\:-m-102{
    margin: -510px;
  }

  .tw .md\:-m-103{
    margin: -515px;
  }

  .tw .md\:-m-104{
    margin: -520px;
  }

  .tw .md\:-m-105{
    margin: -525px;
  }

  .tw .md\:-m-106{
    margin: -530px;
  }

  .tw .md\:-m-107{
    margin: -535px;
  }

  .tw .md\:-m-108{
    margin: -540px;
  }

  .tw .md\:-m-109{
    margin: -545px;
  }

  .tw .md\:-m-110{
    margin: -550px;
  }

  .tw .md\:-m-111{
    margin: -555px;
  }

  .tw .md\:-m-112{
    margin: -560px;
  }

  .tw .md\:-m-113{
    margin: -565px;
  }

  .tw .md\:-m-114{
    margin: -570px;
  }

  .tw .md\:-m-115{
    margin: -575px;
  }

  .tw .md\:-m-116{
    margin: -580px;
  }

  .tw .md\:-m-117{
    margin: -585px;
  }

  .tw .md\:-m-118{
    margin: -590px;
  }

  .tw .md\:-m-119{
    margin: -595px;
  }

  .tw .md\:-m-120{
    margin: -600px;
  }

  .tw .md\:-m-121{
    margin: -605px;
  }

  .tw .md\:-m-122{
    margin: -610px;
  }

  .tw .md\:-m-123{
    margin: -615px;
  }

  .tw .md\:-m-124{
    margin: -620px;
  }

  .tw .md\:-m-125{
    margin: -625px;
  }

  .tw .md\:-m-126{
    margin: -630px;
  }

  .tw .md\:-m-127{
    margin: -635px;
  }

  .tw .md\:-m-128{
    margin: -640px;
  }

  .tw .md\:-m-129{
    margin: -645px;
  }

  .tw .md\:-m-130{
    margin: -650px;
  }

  .tw .md\:-m-131{
    margin: -655px;
  }

  .tw .md\:-m-132{
    margin: -660px;
  }

  .tw .md\:-m-133{
    margin: -665px;
  }

  .tw .md\:-m-134{
    margin: -670px;
  }

  .tw .md\:-m-135{
    margin: -675px;
  }

  .tw .md\:-m-136{
    margin: -680px;
  }

  .tw .md\:-m-137{
    margin: -685px;
  }

  .tw .md\:-m-138{
    margin: -690px;
  }

  .tw .md\:-m-139{
    margin: -695px;
  }

  .tw .md\:-m-140{
    margin: -700px;
  }

  .tw .md\:-m-141{
    margin: -705px;
  }

  .tw .md\:-m-142{
    margin: -710px;
  }

  .tw .md\:-m-143{
    margin: -715px;
  }

  .tw .md\:-m-144{
    margin: -720px;
  }

  .tw .md\:-m-145{
    margin: -725px;
  }

  .tw .md\:-m-146{
    margin: -730px;
  }

  .tw .md\:-m-147{
    margin: -735px;
  }

  .tw .md\:-m-148{
    margin: -740px;
  }

  .tw .md\:-m-149{
    margin: -745px;
  }

  .tw .md\:-m-0\.5{
    margin: -3px;
  }

  .tw .md\:-m-1px{
    margin: -1px;
  }

  .tw .md\:-m-2px{
    margin: -2px;
  }

  .tw .md\:-m-3px{
    margin: -3px;
  }

  .tw .md\:-m-4px{
    margin: -4px;
  }

  .tw .md\:-m-5px{
    margin: -5px;
  }

  .tw .md\:-m-6px{
    margin: -6px;
  }

  .tw .md\:-m-7px{
    margin: -7px;
  }

  .tw .md\:-m-8px{
    margin: -8px;
  }

  .tw .md\:-m-9px{
    margin: -9px;
  }

  .tw .md\:-m-10px{
    margin: -10px;
  }

  .tw .md\:-m-11px{
    margin: -11px;
  }

  .tw .md\:-m-12px{
    margin: -12px;
  }

  .tw .md\:-m-13px{
    margin: -13px;
  }

  .tw .md\:-m-14px{
    margin: -14px;
  }

  .tw .md\:-m-15px{
    margin: -15px;
  }

  .tw .md\:-m-16px{
    margin: -16px;
  }

  .tw .md\:-m-17px{
    margin: -17px;
  }

  .tw .md\:-m-18px{
    margin: -18px;
  }

  .tw .md\:-m-19px{
    margin: -19px;
  }

  .tw .md\:-m-20px{
    margin: -20px;
  }

  .tw .md\:-m-21px{
    margin: -21px;
  }

  .tw .md\:-m-22px{
    margin: -22px;
  }

  .tw .md\:-m-23px{
    margin: -23px;
  }

  .tw .md\:-m-24px{
    margin: -24px;
  }

  .tw .md\:-m-25px{
    margin: -25px;
  }

  .tw .md\:-m-26px{
    margin: -26px;
  }

  .tw .md\:-m-27px{
    margin: -27px;
  }

  .tw .md\:-m-28px{
    margin: -28px;
  }

  .tw .md\:-m-29px{
    margin: -29px;
  }

  .tw .md\:-m-30px{
    margin: -30px;
  }

  .tw .md\:-m-31px{
    margin: -31px;
  }

  .tw .md\:-m-32px{
    margin: -32px;
  }

  .tw .md\:-m-33px{
    margin: -33px;
  }

  .tw .md\:-m-34px{
    margin: -34px;
  }

  .tw .md\:-m-35px{
    margin: -35px;
  }

  .tw .md\:-m-36px{
    margin: -36px;
  }

  .tw .md\:-m-37px{
    margin: -37px;
  }

  .tw .md\:-m-38px{
    margin: -38px;
  }

  .tw .md\:-m-39px{
    margin: -39px;
  }

  .tw .md\:-m-40px{
    margin: -40px;
  }

  .tw .md\:last\:m-0:last-child{
    margin: 0px;
  }

  .tw .md\:last\:m-1:last-child{
    margin: 5px;
  }

  .tw .md\:last\:m-2:last-child{
    margin: 10px;
  }

  .tw .md\:last\:m-3:last-child{
    margin: 15px;
  }

  .tw .md\:last\:m-4:last-child{
    margin: 20px;
  }

  .tw .md\:last\:m-5:last-child{
    margin: 25px;
  }

  .tw .md\:last\:m-6:last-child{
    margin: 30px;
  }

  .tw .md\:last\:m-7:last-child{
    margin: 35px;
  }

  .tw .md\:last\:m-8:last-child{
    margin: 40px;
  }

  .tw .md\:last\:m-9:last-child{
    margin: 45px;
  }

  .tw .md\:last\:m-10:last-child{
    margin: 50px;
  }

  .tw .md\:last\:m-11:last-child{
    margin: 55px;
  }

  .tw .md\:last\:m-12:last-child{
    margin: 60px;
  }

  .tw .md\:last\:m-13:last-child{
    margin: 65px;
  }

  .tw .md\:last\:m-14:last-child{
    margin: 70px;
  }

  .tw .md\:last\:m-15:last-child{
    margin: 75px;
  }

  .tw .md\:last\:m-16:last-child{
    margin: 80px;
  }

  .tw .md\:last\:m-17:last-child{
    margin: 85px;
  }

  .tw .md\:last\:m-18:last-child{
    margin: 90px;
  }

  .tw .md\:last\:m-19:last-child{
    margin: 95px;
  }

  .tw .md\:last\:m-20:last-child{
    margin: 100px;
  }

  .tw .md\:last\:m-21:last-child{
    margin: 105px;
  }

  .tw .md\:last\:m-22:last-child{
    margin: 110px;
  }

  .tw .md\:last\:m-23:last-child{
    margin: 115px;
  }

  .tw .md\:last\:m-24:last-child{
    margin: 120px;
  }

  .tw .md\:last\:m-25:last-child{
    margin: 125px;
  }

  .tw .md\:last\:m-26:last-child{
    margin: 130px;
  }

  .tw .md\:last\:m-27:last-child{
    margin: 135px;
  }

  .tw .md\:last\:m-28:last-child{
    margin: 140px;
  }

  .tw .md\:last\:m-29:last-child{
    margin: 145px;
  }

  .tw .md\:last\:m-30:last-child{
    margin: 150px;
  }

  .tw .md\:last\:m-31:last-child{
    margin: 155px;
  }

  .tw .md\:last\:m-32:last-child{
    margin: 160px;
  }

  .tw .md\:last\:m-33:last-child{
    margin: 165px;
  }

  .tw .md\:last\:m-34:last-child{
    margin: 170px;
  }

  .tw .md\:last\:m-35:last-child{
    margin: 175px;
  }

  .tw .md\:last\:m-36:last-child{
    margin: 180px;
  }

  .tw .md\:last\:m-37:last-child{
    margin: 185px;
  }

  .tw .md\:last\:m-38:last-child{
    margin: 190px;
  }

  .tw .md\:last\:m-39:last-child{
    margin: 195px;
  }

  .tw .md\:last\:m-40:last-child{
    margin: 200px;
  }

  .tw .md\:last\:m-41:last-child{
    margin: 205px;
  }

  .tw .md\:last\:m-42:last-child{
    margin: 210px;
  }

  .tw .md\:last\:m-43:last-child{
    margin: 215px;
  }

  .tw .md\:last\:m-44:last-child{
    margin: 220px;
  }

  .tw .md\:last\:m-45:last-child{
    margin: 225px;
  }

  .tw .md\:last\:m-46:last-child{
    margin: 230px;
  }

  .tw .md\:last\:m-47:last-child{
    margin: 235px;
  }

  .tw .md\:last\:m-48:last-child{
    margin: 240px;
  }

  .tw .md\:last\:m-49:last-child{
    margin: 245px;
  }

  .tw .md\:last\:m-50:last-child{
    margin: 250px;
  }

  .tw .md\:last\:m-51:last-child{
    margin: 255px;
  }

  .tw .md\:last\:m-52:last-child{
    margin: 260px;
  }

  .tw .md\:last\:m-53:last-child{
    margin: 265px;
  }

  .tw .md\:last\:m-54:last-child{
    margin: 270px;
  }

  .tw .md\:last\:m-55:last-child{
    margin: 275px;
  }

  .tw .md\:last\:m-56:last-child{
    margin: 280px;
  }

  .tw .md\:last\:m-57:last-child{
    margin: 285px;
  }

  .tw .md\:last\:m-58:last-child{
    margin: 290px;
  }

  .tw .md\:last\:m-59:last-child{
    margin: 295px;
  }

  .tw .md\:last\:m-60:last-child{
    margin: 300px;
  }

  .tw .md\:last\:m-61:last-child{
    margin: 305px;
  }

  .tw .md\:last\:m-62:last-child{
    margin: 310px;
  }

  .tw .md\:last\:m-63:last-child{
    margin: 315px;
  }

  .tw .md\:last\:m-64:last-child{
    margin: 320px;
  }

  .tw .md\:last\:m-65:last-child{
    margin: 325px;
  }

  .tw .md\:last\:m-66:last-child{
    margin: 330px;
  }

  .tw .md\:last\:m-67:last-child{
    margin: 335px;
  }

  .tw .md\:last\:m-68:last-child{
    margin: 340px;
  }

  .tw .md\:last\:m-69:last-child{
    margin: 345px;
  }

  .tw .md\:last\:m-70:last-child{
    margin: 350px;
  }

  .tw .md\:last\:m-71:last-child{
    margin: 355px;
  }

  .tw .md\:last\:m-72:last-child{
    margin: 360px;
  }

  .tw .md\:last\:m-73:last-child{
    margin: 365px;
  }

  .tw .md\:last\:m-74:last-child{
    margin: 370px;
  }

  .tw .md\:last\:m-75:last-child{
    margin: 375px;
  }

  .tw .md\:last\:m-76:last-child{
    margin: 380px;
  }

  .tw .md\:last\:m-77:last-child{
    margin: 385px;
  }

  .tw .md\:last\:m-78:last-child{
    margin: 390px;
  }

  .tw .md\:last\:m-79:last-child{
    margin: 395px;
  }

  .tw .md\:last\:m-80:last-child{
    margin: 400px;
  }

  .tw .md\:last\:m-81:last-child{
    margin: 405px;
  }

  .tw .md\:last\:m-82:last-child{
    margin: 410px;
  }

  .tw .md\:last\:m-83:last-child{
    margin: 415px;
  }

  .tw .md\:last\:m-84:last-child{
    margin: 420px;
  }

  .tw .md\:last\:m-85:last-child{
    margin: 425px;
  }

  .tw .md\:last\:m-86:last-child{
    margin: 430px;
  }

  .tw .md\:last\:m-87:last-child{
    margin: 435px;
  }

  .tw .md\:last\:m-88:last-child{
    margin: 440px;
  }

  .tw .md\:last\:m-89:last-child{
    margin: 445px;
  }

  .tw .md\:last\:m-90:last-child{
    margin: 450px;
  }

  .tw .md\:last\:m-91:last-child{
    margin: 455px;
  }

  .tw .md\:last\:m-92:last-child{
    margin: 460px;
  }

  .tw .md\:last\:m-93:last-child{
    margin: 465px;
  }

  .tw .md\:last\:m-94:last-child{
    margin: 470px;
  }

  .tw .md\:last\:m-95:last-child{
    margin: 475px;
  }

  .tw .md\:last\:m-96:last-child{
    margin: 480px;
  }

  .tw .md\:last\:m-97:last-child{
    margin: 485px;
  }

  .tw .md\:last\:m-98:last-child{
    margin: 490px;
  }

  .tw .md\:last\:m-99:last-child{
    margin: 495px;
  }

  .tw .md\:last\:m-100:last-child{
    margin: 500px;
  }

  .tw .md\:last\:m-101:last-child{
    margin: 505px;
  }

  .tw .md\:last\:m-102:last-child{
    margin: 510px;
  }

  .tw .md\:last\:m-103:last-child{
    margin: 515px;
  }

  .tw .md\:last\:m-104:last-child{
    margin: 520px;
  }

  .tw .md\:last\:m-105:last-child{
    margin: 525px;
  }

  .tw .md\:last\:m-106:last-child{
    margin: 530px;
  }

  .tw .md\:last\:m-107:last-child{
    margin: 535px;
  }

  .tw .md\:last\:m-108:last-child{
    margin: 540px;
  }

  .tw .md\:last\:m-109:last-child{
    margin: 545px;
  }

  .tw .md\:last\:m-110:last-child{
    margin: 550px;
  }

  .tw .md\:last\:m-111:last-child{
    margin: 555px;
  }

  .tw .md\:last\:m-112:last-child{
    margin: 560px;
  }

  .tw .md\:last\:m-113:last-child{
    margin: 565px;
  }

  .tw .md\:last\:m-114:last-child{
    margin: 570px;
  }

  .tw .md\:last\:m-115:last-child{
    margin: 575px;
  }

  .tw .md\:last\:m-116:last-child{
    margin: 580px;
  }

  .tw .md\:last\:m-117:last-child{
    margin: 585px;
  }

  .tw .md\:last\:m-118:last-child{
    margin: 590px;
  }

  .tw .md\:last\:m-119:last-child{
    margin: 595px;
  }

  .tw .md\:last\:m-120:last-child{
    margin: 600px;
  }

  .tw .md\:last\:m-121:last-child{
    margin: 605px;
  }

  .tw .md\:last\:m-122:last-child{
    margin: 610px;
  }

  .tw .md\:last\:m-123:last-child{
    margin: 615px;
  }

  .tw .md\:last\:m-124:last-child{
    margin: 620px;
  }

  .tw .md\:last\:m-125:last-child{
    margin: 625px;
  }

  .tw .md\:last\:m-126:last-child{
    margin: 630px;
  }

  .tw .md\:last\:m-127:last-child{
    margin: 635px;
  }

  .tw .md\:last\:m-128:last-child{
    margin: 640px;
  }

  .tw .md\:last\:m-129:last-child{
    margin: 645px;
  }

  .tw .md\:last\:m-130:last-child{
    margin: 650px;
  }

  .tw .md\:last\:m-131:last-child{
    margin: 655px;
  }

  .tw .md\:last\:m-132:last-child{
    margin: 660px;
  }

  .tw .md\:last\:m-133:last-child{
    margin: 665px;
  }

  .tw .md\:last\:m-134:last-child{
    margin: 670px;
  }

  .tw .md\:last\:m-135:last-child{
    margin: 675px;
  }

  .tw .md\:last\:m-136:last-child{
    margin: 680px;
  }

  .tw .md\:last\:m-137:last-child{
    margin: 685px;
  }

  .tw .md\:last\:m-138:last-child{
    margin: 690px;
  }

  .tw .md\:last\:m-139:last-child{
    margin: 695px;
  }

  .tw .md\:last\:m-140:last-child{
    margin: 700px;
  }

  .tw .md\:last\:m-141:last-child{
    margin: 705px;
  }

  .tw .md\:last\:m-142:last-child{
    margin: 710px;
  }

  .tw .md\:last\:m-143:last-child{
    margin: 715px;
  }

  .tw .md\:last\:m-144:last-child{
    margin: 720px;
  }

  .tw .md\:last\:m-145:last-child{
    margin: 725px;
  }

  .tw .md\:last\:m-146:last-child{
    margin: 730px;
  }

  .tw .md\:last\:m-147:last-child{
    margin: 735px;
  }

  .tw .md\:last\:m-148:last-child{
    margin: 740px;
  }

  .tw .md\:last\:m-149:last-child{
    margin: 745px;
  }

  .tw .md\:last\:m-auto:last-child{
    margin: auto;
  }

  .tw .md\:last\:m-0\.5:last-child{
    margin: 3px;
  }

  .tw .md\:last\:m-1px:last-child{
    margin: 1px;
  }

  .tw .md\:last\:m-2px:last-child{
    margin: 2px;
  }

  .tw .md\:last\:m-3px:last-child{
    margin: 3px;
  }

  .tw .md\:last\:m-4px:last-child{
    margin: 4px;
  }

  .tw .md\:last\:m-5px:last-child{
    margin: 5px;
  }

  .tw .md\:last\:m-6px:last-child{
    margin: 6px;
  }

  .tw .md\:last\:m-7px:last-child{
    margin: 7px;
  }

  .tw .md\:last\:m-8px:last-child{
    margin: 8px;
  }

  .tw .md\:last\:m-9px:last-child{
    margin: 9px;
  }

  .tw .md\:last\:m-10px:last-child{
    margin: 10px;
  }

  .tw .md\:last\:m-11px:last-child{
    margin: 11px;
  }

  .tw .md\:last\:m-12px:last-child{
    margin: 12px;
  }

  .tw .md\:last\:m-13px:last-child{
    margin: 13px;
  }

  .tw .md\:last\:m-14px:last-child{
    margin: 14px;
  }

  .tw .md\:last\:m-15px:last-child{
    margin: 15px;
  }

  .tw .md\:last\:m-16px:last-child{
    margin: 16px;
  }

  .tw .md\:last\:m-17px:last-child{
    margin: 17px;
  }

  .tw .md\:last\:m-18px:last-child{
    margin: 18px;
  }

  .tw .md\:last\:m-19px:last-child{
    margin: 19px;
  }

  .tw .md\:last\:m-20px:last-child{
    margin: 20px;
  }

  .tw .md\:last\:m-21px:last-child{
    margin: 21px;
  }

  .tw .md\:last\:m-22px:last-child{
    margin: 22px;
  }

  .tw .md\:last\:m-23px:last-child{
    margin: 23px;
  }

  .tw .md\:last\:m-24px:last-child{
    margin: 24px;
  }

  .tw .md\:last\:m-25px:last-child{
    margin: 25px;
  }

  .tw .md\:last\:m-26px:last-child{
    margin: 26px;
  }

  .tw .md\:last\:m-27px:last-child{
    margin: 27px;
  }

  .tw .md\:last\:m-28px:last-child{
    margin: 28px;
  }

  .tw .md\:last\:m-29px:last-child{
    margin: 29px;
  }

  .tw .md\:last\:m-30px:last-child{
    margin: 30px;
  }

  .tw .md\:last\:m-31px:last-child{
    margin: 31px;
  }

  .tw .md\:last\:m-32px:last-child{
    margin: 32px;
  }

  .tw .md\:last\:m-33px:last-child{
    margin: 33px;
  }

  .tw .md\:last\:m-34px:last-child{
    margin: 34px;
  }

  .tw .md\:last\:m-35px:last-child{
    margin: 35px;
  }

  .tw .md\:last\:m-36px:last-child{
    margin: 36px;
  }

  .tw .md\:last\:m-37px:last-child{
    margin: 37px;
  }

  .tw .md\:last\:m-38px:last-child{
    margin: 38px;
  }

  .tw .md\:last\:m-39px:last-child{
    margin: 39px;
  }

  .tw .md\:last\:m-40px:last-child{
    margin: 40px;
  }

  .tw .md\:last\:-m-0:last-child{
    margin: 0px;
  }

  .tw .md\:last\:-m-1:last-child{
    margin: -5px;
  }

  .tw .md\:last\:-m-2:last-child{
    margin: -10px;
  }

  .tw .md\:last\:-m-3:last-child{
    margin: -15px;
  }

  .tw .md\:last\:-m-4:last-child{
    margin: -20px;
  }

  .tw .md\:last\:-m-5:last-child{
    margin: -25px;
  }

  .tw .md\:last\:-m-6:last-child{
    margin: -30px;
  }

  .tw .md\:last\:-m-7:last-child{
    margin: -35px;
  }

  .tw .md\:last\:-m-8:last-child{
    margin: -40px;
  }

  .tw .md\:last\:-m-9:last-child{
    margin: -45px;
  }

  .tw .md\:last\:-m-10:last-child{
    margin: -50px;
  }

  .tw .md\:last\:-m-11:last-child{
    margin: -55px;
  }

  .tw .md\:last\:-m-12:last-child{
    margin: -60px;
  }

  .tw .md\:last\:-m-13:last-child{
    margin: -65px;
  }

  .tw .md\:last\:-m-14:last-child{
    margin: -70px;
  }

  .tw .md\:last\:-m-15:last-child{
    margin: -75px;
  }

  .tw .md\:last\:-m-16:last-child{
    margin: -80px;
  }

  .tw .md\:last\:-m-17:last-child{
    margin: -85px;
  }

  .tw .md\:last\:-m-18:last-child{
    margin: -90px;
  }

  .tw .md\:last\:-m-19:last-child{
    margin: -95px;
  }

  .tw .md\:last\:-m-20:last-child{
    margin: -100px;
  }

  .tw .md\:last\:-m-21:last-child{
    margin: -105px;
  }

  .tw .md\:last\:-m-22:last-child{
    margin: -110px;
  }

  .tw .md\:last\:-m-23:last-child{
    margin: -115px;
  }

  .tw .md\:last\:-m-24:last-child{
    margin: -120px;
  }

  .tw .md\:last\:-m-25:last-child{
    margin: -125px;
  }

  .tw .md\:last\:-m-26:last-child{
    margin: -130px;
  }

  .tw .md\:last\:-m-27:last-child{
    margin: -135px;
  }

  .tw .md\:last\:-m-28:last-child{
    margin: -140px;
  }

  .tw .md\:last\:-m-29:last-child{
    margin: -145px;
  }

  .tw .md\:last\:-m-30:last-child{
    margin: -150px;
  }

  .tw .md\:last\:-m-31:last-child{
    margin: -155px;
  }

  .tw .md\:last\:-m-32:last-child{
    margin: -160px;
  }

  .tw .md\:last\:-m-33:last-child{
    margin: -165px;
  }

  .tw .md\:last\:-m-34:last-child{
    margin: -170px;
  }

  .tw .md\:last\:-m-35:last-child{
    margin: -175px;
  }

  .tw .md\:last\:-m-36:last-child{
    margin: -180px;
  }

  .tw .md\:last\:-m-37:last-child{
    margin: -185px;
  }

  .tw .md\:last\:-m-38:last-child{
    margin: -190px;
  }

  .tw .md\:last\:-m-39:last-child{
    margin: -195px;
  }

  .tw .md\:last\:-m-40:last-child{
    margin: -200px;
  }

  .tw .md\:last\:-m-41:last-child{
    margin: -205px;
  }

  .tw .md\:last\:-m-42:last-child{
    margin: -210px;
  }

  .tw .md\:last\:-m-43:last-child{
    margin: -215px;
  }

  .tw .md\:last\:-m-44:last-child{
    margin: -220px;
  }

  .tw .md\:last\:-m-45:last-child{
    margin: -225px;
  }

  .tw .md\:last\:-m-46:last-child{
    margin: -230px;
  }

  .tw .md\:last\:-m-47:last-child{
    margin: -235px;
  }

  .tw .md\:last\:-m-48:last-child{
    margin: -240px;
  }

  .tw .md\:last\:-m-49:last-child{
    margin: -245px;
  }

  .tw .md\:last\:-m-50:last-child{
    margin: -250px;
  }

  .tw .md\:last\:-m-51:last-child{
    margin: -255px;
  }

  .tw .md\:last\:-m-52:last-child{
    margin: -260px;
  }

  .tw .md\:last\:-m-53:last-child{
    margin: -265px;
  }

  .tw .md\:last\:-m-54:last-child{
    margin: -270px;
  }

  .tw .md\:last\:-m-55:last-child{
    margin: -275px;
  }

  .tw .md\:last\:-m-56:last-child{
    margin: -280px;
  }

  .tw .md\:last\:-m-57:last-child{
    margin: -285px;
  }

  .tw .md\:last\:-m-58:last-child{
    margin: -290px;
  }

  .tw .md\:last\:-m-59:last-child{
    margin: -295px;
  }

  .tw .md\:last\:-m-60:last-child{
    margin: -300px;
  }

  .tw .md\:last\:-m-61:last-child{
    margin: -305px;
  }

  .tw .md\:last\:-m-62:last-child{
    margin: -310px;
  }

  .tw .md\:last\:-m-63:last-child{
    margin: -315px;
  }

  .tw .md\:last\:-m-64:last-child{
    margin: -320px;
  }

  .tw .md\:last\:-m-65:last-child{
    margin: -325px;
  }

  .tw .md\:last\:-m-66:last-child{
    margin: -330px;
  }

  .tw .md\:last\:-m-67:last-child{
    margin: -335px;
  }

  .tw .md\:last\:-m-68:last-child{
    margin: -340px;
  }

  .tw .md\:last\:-m-69:last-child{
    margin: -345px;
  }

  .tw .md\:last\:-m-70:last-child{
    margin: -350px;
  }

  .tw .md\:last\:-m-71:last-child{
    margin: -355px;
  }

  .tw .md\:last\:-m-72:last-child{
    margin: -360px;
  }

  .tw .md\:last\:-m-73:last-child{
    margin: -365px;
  }

  .tw .md\:last\:-m-74:last-child{
    margin: -370px;
  }

  .tw .md\:last\:-m-75:last-child{
    margin: -375px;
  }

  .tw .md\:last\:-m-76:last-child{
    margin: -380px;
  }

  .tw .md\:last\:-m-77:last-child{
    margin: -385px;
  }

  .tw .md\:last\:-m-78:last-child{
    margin: -390px;
  }

  .tw .md\:last\:-m-79:last-child{
    margin: -395px;
  }

  .tw .md\:last\:-m-80:last-child{
    margin: -400px;
  }

  .tw .md\:last\:-m-81:last-child{
    margin: -405px;
  }

  .tw .md\:last\:-m-82:last-child{
    margin: -410px;
  }

  .tw .md\:last\:-m-83:last-child{
    margin: -415px;
  }

  .tw .md\:last\:-m-84:last-child{
    margin: -420px;
  }

  .tw .md\:last\:-m-85:last-child{
    margin: -425px;
  }

  .tw .md\:last\:-m-86:last-child{
    margin: -430px;
  }

  .tw .md\:last\:-m-87:last-child{
    margin: -435px;
  }

  .tw .md\:last\:-m-88:last-child{
    margin: -440px;
  }

  .tw .md\:last\:-m-89:last-child{
    margin: -445px;
  }

  .tw .md\:last\:-m-90:last-child{
    margin: -450px;
  }

  .tw .md\:last\:-m-91:last-child{
    margin: -455px;
  }

  .tw .md\:last\:-m-92:last-child{
    margin: -460px;
  }

  .tw .md\:last\:-m-93:last-child{
    margin: -465px;
  }

  .tw .md\:last\:-m-94:last-child{
    margin: -470px;
  }

  .tw .md\:last\:-m-95:last-child{
    margin: -475px;
  }

  .tw .md\:last\:-m-96:last-child{
    margin: -480px;
  }

  .tw .md\:last\:-m-97:last-child{
    margin: -485px;
  }

  .tw .md\:last\:-m-98:last-child{
    margin: -490px;
  }

  .tw .md\:last\:-m-99:last-child{
    margin: -495px;
  }

  .tw .md\:last\:-m-100:last-child{
    margin: -500px;
  }

  .tw .md\:last\:-m-101:last-child{
    margin: -505px;
  }

  .tw .md\:last\:-m-102:last-child{
    margin: -510px;
  }

  .tw .md\:last\:-m-103:last-child{
    margin: -515px;
  }

  .tw .md\:last\:-m-104:last-child{
    margin: -520px;
  }

  .tw .md\:last\:-m-105:last-child{
    margin: -525px;
  }

  .tw .md\:last\:-m-106:last-child{
    margin: -530px;
  }

  .tw .md\:last\:-m-107:last-child{
    margin: -535px;
  }

  .tw .md\:last\:-m-108:last-child{
    margin: -540px;
  }

  .tw .md\:last\:-m-109:last-child{
    margin: -545px;
  }

  .tw .md\:last\:-m-110:last-child{
    margin: -550px;
  }

  .tw .md\:last\:-m-111:last-child{
    margin: -555px;
  }

  .tw .md\:last\:-m-112:last-child{
    margin: -560px;
  }

  .tw .md\:last\:-m-113:last-child{
    margin: -565px;
  }

  .tw .md\:last\:-m-114:last-child{
    margin: -570px;
  }

  .tw .md\:last\:-m-115:last-child{
    margin: -575px;
  }

  .tw .md\:last\:-m-116:last-child{
    margin: -580px;
  }

  .tw .md\:last\:-m-117:last-child{
    margin: -585px;
  }

  .tw .md\:last\:-m-118:last-child{
    margin: -590px;
  }

  .tw .md\:last\:-m-119:last-child{
    margin: -595px;
  }

  .tw .md\:last\:-m-120:last-child{
    margin: -600px;
  }

  .tw .md\:last\:-m-121:last-child{
    margin: -605px;
  }

  .tw .md\:last\:-m-122:last-child{
    margin: -610px;
  }

  .tw .md\:last\:-m-123:last-child{
    margin: -615px;
  }

  .tw .md\:last\:-m-124:last-child{
    margin: -620px;
  }

  .tw .md\:last\:-m-125:last-child{
    margin: -625px;
  }

  .tw .md\:last\:-m-126:last-child{
    margin: -630px;
  }

  .tw .md\:last\:-m-127:last-child{
    margin: -635px;
  }

  .tw .md\:last\:-m-128:last-child{
    margin: -640px;
  }

  .tw .md\:last\:-m-129:last-child{
    margin: -645px;
  }

  .tw .md\:last\:-m-130:last-child{
    margin: -650px;
  }

  .tw .md\:last\:-m-131:last-child{
    margin: -655px;
  }

  .tw .md\:last\:-m-132:last-child{
    margin: -660px;
  }

  .tw .md\:last\:-m-133:last-child{
    margin: -665px;
  }

  .tw .md\:last\:-m-134:last-child{
    margin: -670px;
  }

  .tw .md\:last\:-m-135:last-child{
    margin: -675px;
  }

  .tw .md\:last\:-m-136:last-child{
    margin: -680px;
  }

  .tw .md\:last\:-m-137:last-child{
    margin: -685px;
  }

  .tw .md\:last\:-m-138:last-child{
    margin: -690px;
  }

  .tw .md\:last\:-m-139:last-child{
    margin: -695px;
  }

  .tw .md\:last\:-m-140:last-child{
    margin: -700px;
  }

  .tw .md\:last\:-m-141:last-child{
    margin: -705px;
  }

  .tw .md\:last\:-m-142:last-child{
    margin: -710px;
  }

  .tw .md\:last\:-m-143:last-child{
    margin: -715px;
  }

  .tw .md\:last\:-m-144:last-child{
    margin: -720px;
  }

  .tw .md\:last\:-m-145:last-child{
    margin: -725px;
  }

  .tw .md\:last\:-m-146:last-child{
    margin: -730px;
  }

  .tw .md\:last\:-m-147:last-child{
    margin: -735px;
  }

  .tw .md\:last\:-m-148:last-child{
    margin: -740px;
  }

  .tw .md\:last\:-m-149:last-child{
    margin: -745px;
  }

  .tw .md\:last\:-m-0\.5:last-child{
    margin: -3px;
  }

  .tw .md\:last\:-m-1px:last-child{
    margin: -1px;
  }

  .tw .md\:last\:-m-2px:last-child{
    margin: -2px;
  }

  .tw .md\:last\:-m-3px:last-child{
    margin: -3px;
  }

  .tw .md\:last\:-m-4px:last-child{
    margin: -4px;
  }

  .tw .md\:last\:-m-5px:last-child{
    margin: -5px;
  }

  .tw .md\:last\:-m-6px:last-child{
    margin: -6px;
  }

  .tw .md\:last\:-m-7px:last-child{
    margin: -7px;
  }

  .tw .md\:last\:-m-8px:last-child{
    margin: -8px;
  }

  .tw .md\:last\:-m-9px:last-child{
    margin: -9px;
  }

  .tw .md\:last\:-m-10px:last-child{
    margin: -10px;
  }

  .tw .md\:last\:-m-11px:last-child{
    margin: -11px;
  }

  .tw .md\:last\:-m-12px:last-child{
    margin: -12px;
  }

  .tw .md\:last\:-m-13px:last-child{
    margin: -13px;
  }

  .tw .md\:last\:-m-14px:last-child{
    margin: -14px;
  }

  .tw .md\:last\:-m-15px:last-child{
    margin: -15px;
  }

  .tw .md\:last\:-m-16px:last-child{
    margin: -16px;
  }

  .tw .md\:last\:-m-17px:last-child{
    margin: -17px;
  }

  .tw .md\:last\:-m-18px:last-child{
    margin: -18px;
  }

  .tw .md\:last\:-m-19px:last-child{
    margin: -19px;
  }

  .tw .md\:last\:-m-20px:last-child{
    margin: -20px;
  }

  .tw .md\:last\:-m-21px:last-child{
    margin: -21px;
  }

  .tw .md\:last\:-m-22px:last-child{
    margin: -22px;
  }

  .tw .md\:last\:-m-23px:last-child{
    margin: -23px;
  }

  .tw .md\:last\:-m-24px:last-child{
    margin: -24px;
  }

  .tw .md\:last\:-m-25px:last-child{
    margin: -25px;
  }

  .tw .md\:last\:-m-26px:last-child{
    margin: -26px;
  }

  .tw .md\:last\:-m-27px:last-child{
    margin: -27px;
  }

  .tw .md\:last\:-m-28px:last-child{
    margin: -28px;
  }

  .tw .md\:last\:-m-29px:last-child{
    margin: -29px;
  }

  .tw .md\:last\:-m-30px:last-child{
    margin: -30px;
  }

  .tw .md\:last\:-m-31px:last-child{
    margin: -31px;
  }

  .tw .md\:last\:-m-32px:last-child{
    margin: -32px;
  }

  .tw .md\:last\:-m-33px:last-child{
    margin: -33px;
  }

  .tw .md\:last\:-m-34px:last-child{
    margin: -34px;
  }

  .tw .md\:last\:-m-35px:last-child{
    margin: -35px;
  }

  .tw .md\:last\:-m-36px:last-child{
    margin: -36px;
  }

  .tw .md\:last\:-m-37px:last-child{
    margin: -37px;
  }

  .tw .md\:last\:-m-38px:last-child{
    margin: -38px;
  }

  .tw .md\:last\:-m-39px:last-child{
    margin: -39px;
  }

  .tw .md\:last\:-m-40px:last-child{
    margin: -40px;
  }

  .tw .md\:mx-0{
    margin-left: 0px;
    margin-right: 0px;
  }

  .tw .md\:mx-1{
    margin-left: 5px;
    margin-right: 5px;
  }

  .tw .md\:mx-2{
    margin-left: 10px;
    margin-right: 10px;
  }

  .tw .md\:mx-3{
    margin-left: 15px;
    margin-right: 15px;
  }

  .tw .md\:mx-4{
    margin-left: 20px;
    margin-right: 20px;
  }

  .tw .md\:mx-5{
    margin-left: 25px;
    margin-right: 25px;
  }

  .tw .md\:mx-6{
    margin-left: 30px;
    margin-right: 30px;
  }

  .tw .md\:mx-7{
    margin-left: 35px;
    margin-right: 35px;
  }

  .tw .md\:mx-8{
    margin-left: 40px;
    margin-right: 40px;
  }

  .tw .md\:mx-9{
    margin-left: 45px;
    margin-right: 45px;
  }

  .tw .md\:mx-10{
    margin-left: 50px;
    margin-right: 50px;
  }

  .tw .md\:mx-11{
    margin-left: 55px;
    margin-right: 55px;
  }

  .tw .md\:mx-12{
    margin-left: 60px;
    margin-right: 60px;
  }

  .tw .md\:mx-13{
    margin-left: 65px;
    margin-right: 65px;
  }

  .tw .md\:mx-14{
    margin-left: 70px;
    margin-right: 70px;
  }

  .tw .md\:mx-15{
    margin-left: 75px;
    margin-right: 75px;
  }

  .tw .md\:mx-16{
    margin-left: 80px;
    margin-right: 80px;
  }

  .tw .md\:mx-17{
    margin-left: 85px;
    margin-right: 85px;
  }

  .tw .md\:mx-18{
    margin-left: 90px;
    margin-right: 90px;
  }

  .tw .md\:mx-19{
    margin-left: 95px;
    margin-right: 95px;
  }

  .tw .md\:mx-20{
    margin-left: 100px;
    margin-right: 100px;
  }

  .tw .md\:mx-21{
    margin-left: 105px;
    margin-right: 105px;
  }

  .tw .md\:mx-22{
    margin-left: 110px;
    margin-right: 110px;
  }

  .tw .md\:mx-23{
    margin-left: 115px;
    margin-right: 115px;
  }

  .tw .md\:mx-24{
    margin-left: 120px;
    margin-right: 120px;
  }

  .tw .md\:mx-25{
    margin-left: 125px;
    margin-right: 125px;
  }

  .tw .md\:mx-26{
    margin-left: 130px;
    margin-right: 130px;
  }

  .tw .md\:mx-27{
    margin-left: 135px;
    margin-right: 135px;
  }

  .tw .md\:mx-28{
    margin-left: 140px;
    margin-right: 140px;
  }

  .tw .md\:mx-29{
    margin-left: 145px;
    margin-right: 145px;
  }

  .tw .md\:mx-30{
    margin-left: 150px;
    margin-right: 150px;
  }

  .tw .md\:mx-31{
    margin-left: 155px;
    margin-right: 155px;
  }

  .tw .md\:mx-32{
    margin-left: 160px;
    margin-right: 160px;
  }

  .tw .md\:mx-33{
    margin-left: 165px;
    margin-right: 165px;
  }

  .tw .md\:mx-34{
    margin-left: 170px;
    margin-right: 170px;
  }

  .tw .md\:mx-35{
    margin-left: 175px;
    margin-right: 175px;
  }

  .tw .md\:mx-36{
    margin-left: 180px;
    margin-right: 180px;
  }

  .tw .md\:mx-37{
    margin-left: 185px;
    margin-right: 185px;
  }

  .tw .md\:mx-38{
    margin-left: 190px;
    margin-right: 190px;
  }

  .tw .md\:mx-39{
    margin-left: 195px;
    margin-right: 195px;
  }

  .tw .md\:mx-40{
    margin-left: 200px;
    margin-right: 200px;
  }

  .tw .md\:mx-41{
    margin-left: 205px;
    margin-right: 205px;
  }

  .tw .md\:mx-42{
    margin-left: 210px;
    margin-right: 210px;
  }

  .tw .md\:mx-43{
    margin-left: 215px;
    margin-right: 215px;
  }

  .tw .md\:mx-44{
    margin-left: 220px;
    margin-right: 220px;
  }

  .tw .md\:mx-45{
    margin-left: 225px;
    margin-right: 225px;
  }

  .tw .md\:mx-46{
    margin-left: 230px;
    margin-right: 230px;
  }

  .tw .md\:mx-47{
    margin-left: 235px;
    margin-right: 235px;
  }

  .tw .md\:mx-48{
    margin-left: 240px;
    margin-right: 240px;
  }

  .tw .md\:mx-49{
    margin-left: 245px;
    margin-right: 245px;
  }

  .tw .md\:mx-50{
    margin-left: 250px;
    margin-right: 250px;
  }

  .tw .md\:mx-51{
    margin-left: 255px;
    margin-right: 255px;
  }

  .tw .md\:mx-52{
    margin-left: 260px;
    margin-right: 260px;
  }

  .tw .md\:mx-53{
    margin-left: 265px;
    margin-right: 265px;
  }

  .tw .md\:mx-54{
    margin-left: 270px;
    margin-right: 270px;
  }

  .tw .md\:mx-55{
    margin-left: 275px;
    margin-right: 275px;
  }

  .tw .md\:mx-56{
    margin-left: 280px;
    margin-right: 280px;
  }

  .tw .md\:mx-57{
    margin-left: 285px;
    margin-right: 285px;
  }

  .tw .md\:mx-58{
    margin-left: 290px;
    margin-right: 290px;
  }

  .tw .md\:mx-59{
    margin-left: 295px;
    margin-right: 295px;
  }

  .tw .md\:mx-60{
    margin-left: 300px;
    margin-right: 300px;
  }

  .tw .md\:mx-61{
    margin-left: 305px;
    margin-right: 305px;
  }

  .tw .md\:mx-62{
    margin-left: 310px;
    margin-right: 310px;
  }

  .tw .md\:mx-63{
    margin-left: 315px;
    margin-right: 315px;
  }

  .tw .md\:mx-64{
    margin-left: 320px;
    margin-right: 320px;
  }

  .tw .md\:mx-65{
    margin-left: 325px;
    margin-right: 325px;
  }

  .tw .md\:mx-66{
    margin-left: 330px;
    margin-right: 330px;
  }

  .tw .md\:mx-67{
    margin-left: 335px;
    margin-right: 335px;
  }

  .tw .md\:mx-68{
    margin-left: 340px;
    margin-right: 340px;
  }

  .tw .md\:mx-69{
    margin-left: 345px;
    margin-right: 345px;
  }

  .tw .md\:mx-70{
    margin-left: 350px;
    margin-right: 350px;
  }

  .tw .md\:mx-71{
    margin-left: 355px;
    margin-right: 355px;
  }

  .tw .md\:mx-72{
    margin-left: 360px;
    margin-right: 360px;
  }

  .tw .md\:mx-73{
    margin-left: 365px;
    margin-right: 365px;
  }

  .tw .md\:mx-74{
    margin-left: 370px;
    margin-right: 370px;
  }

  .tw .md\:mx-75{
    margin-left: 375px;
    margin-right: 375px;
  }

  .tw .md\:mx-76{
    margin-left: 380px;
    margin-right: 380px;
  }

  .tw .md\:mx-77{
    margin-left: 385px;
    margin-right: 385px;
  }

  .tw .md\:mx-78{
    margin-left: 390px;
    margin-right: 390px;
  }

  .tw .md\:mx-79{
    margin-left: 395px;
    margin-right: 395px;
  }

  .tw .md\:mx-80{
    margin-left: 400px;
    margin-right: 400px;
  }

  .tw .md\:mx-81{
    margin-left: 405px;
    margin-right: 405px;
  }

  .tw .md\:mx-82{
    margin-left: 410px;
    margin-right: 410px;
  }

  .tw .md\:mx-83{
    margin-left: 415px;
    margin-right: 415px;
  }

  .tw .md\:mx-84{
    margin-left: 420px;
    margin-right: 420px;
  }

  .tw .md\:mx-85{
    margin-left: 425px;
    margin-right: 425px;
  }

  .tw .md\:mx-86{
    margin-left: 430px;
    margin-right: 430px;
  }

  .tw .md\:mx-87{
    margin-left: 435px;
    margin-right: 435px;
  }

  .tw .md\:mx-88{
    margin-left: 440px;
    margin-right: 440px;
  }

  .tw .md\:mx-89{
    margin-left: 445px;
    margin-right: 445px;
  }

  .tw .md\:mx-90{
    margin-left: 450px;
    margin-right: 450px;
  }

  .tw .md\:mx-91{
    margin-left: 455px;
    margin-right: 455px;
  }

  .tw .md\:mx-92{
    margin-left: 460px;
    margin-right: 460px;
  }

  .tw .md\:mx-93{
    margin-left: 465px;
    margin-right: 465px;
  }

  .tw .md\:mx-94{
    margin-left: 470px;
    margin-right: 470px;
  }

  .tw .md\:mx-95{
    margin-left: 475px;
    margin-right: 475px;
  }

  .tw .md\:mx-96{
    margin-left: 480px;
    margin-right: 480px;
  }

  .tw .md\:mx-97{
    margin-left: 485px;
    margin-right: 485px;
  }

  .tw .md\:mx-98{
    margin-left: 490px;
    margin-right: 490px;
  }

  .tw .md\:mx-99{
    margin-left: 495px;
    margin-right: 495px;
  }

  .tw .md\:mx-100{
    margin-left: 500px;
    margin-right: 500px;
  }

  .tw .md\:mx-101{
    margin-left: 505px;
    margin-right: 505px;
  }

  .tw .md\:mx-102{
    margin-left: 510px;
    margin-right: 510px;
  }

  .tw .md\:mx-103{
    margin-left: 515px;
    margin-right: 515px;
  }

  .tw .md\:mx-104{
    margin-left: 520px;
    margin-right: 520px;
  }

  .tw .md\:mx-105{
    margin-left: 525px;
    margin-right: 525px;
  }

  .tw .md\:mx-106{
    margin-left: 530px;
    margin-right: 530px;
  }

  .tw .md\:mx-107{
    margin-left: 535px;
    margin-right: 535px;
  }

  .tw .md\:mx-108{
    margin-left: 540px;
    margin-right: 540px;
  }

  .tw .md\:mx-109{
    margin-left: 545px;
    margin-right: 545px;
  }

  .tw .md\:mx-110{
    margin-left: 550px;
    margin-right: 550px;
  }

  .tw .md\:mx-111{
    margin-left: 555px;
    margin-right: 555px;
  }

  .tw .md\:mx-112{
    margin-left: 560px;
    margin-right: 560px;
  }

  .tw .md\:mx-113{
    margin-left: 565px;
    margin-right: 565px;
  }

  .tw .md\:mx-114{
    margin-left: 570px;
    margin-right: 570px;
  }

  .tw .md\:mx-115{
    margin-left: 575px;
    margin-right: 575px;
  }

  .tw .md\:mx-116{
    margin-left: 580px;
    margin-right: 580px;
  }

  .tw .md\:mx-117{
    margin-left: 585px;
    margin-right: 585px;
  }

  .tw .md\:mx-118{
    margin-left: 590px;
    margin-right: 590px;
  }

  .tw .md\:mx-119{
    margin-left: 595px;
    margin-right: 595px;
  }

  .tw .md\:mx-120{
    margin-left: 600px;
    margin-right: 600px;
  }

  .tw .md\:mx-121{
    margin-left: 605px;
    margin-right: 605px;
  }

  .tw .md\:mx-122{
    margin-left: 610px;
    margin-right: 610px;
  }

  .tw .md\:mx-123{
    margin-left: 615px;
    margin-right: 615px;
  }

  .tw .md\:mx-124{
    margin-left: 620px;
    margin-right: 620px;
  }

  .tw .md\:mx-125{
    margin-left: 625px;
    margin-right: 625px;
  }

  .tw .md\:mx-126{
    margin-left: 630px;
    margin-right: 630px;
  }

  .tw .md\:mx-127{
    margin-left: 635px;
    margin-right: 635px;
  }

  .tw .md\:mx-128{
    margin-left: 640px;
    margin-right: 640px;
  }

  .tw .md\:mx-129{
    margin-left: 645px;
    margin-right: 645px;
  }

  .tw .md\:mx-130{
    margin-left: 650px;
    margin-right: 650px;
  }

  .tw .md\:mx-131{
    margin-left: 655px;
    margin-right: 655px;
  }

  .tw .md\:mx-132{
    margin-left: 660px;
    margin-right: 660px;
  }

  .tw .md\:mx-133{
    margin-left: 665px;
    margin-right: 665px;
  }

  .tw .md\:mx-134{
    margin-left: 670px;
    margin-right: 670px;
  }

  .tw .md\:mx-135{
    margin-left: 675px;
    margin-right: 675px;
  }

  .tw .md\:mx-136{
    margin-left: 680px;
    margin-right: 680px;
  }

  .tw .md\:mx-137{
    margin-left: 685px;
    margin-right: 685px;
  }

  .tw .md\:mx-138{
    margin-left: 690px;
    margin-right: 690px;
  }

  .tw .md\:mx-139{
    margin-left: 695px;
    margin-right: 695px;
  }

  .tw .md\:mx-140{
    margin-left: 700px;
    margin-right: 700px;
  }

  .tw .md\:mx-141{
    margin-left: 705px;
    margin-right: 705px;
  }

  .tw .md\:mx-142{
    margin-left: 710px;
    margin-right: 710px;
  }

  .tw .md\:mx-143{
    margin-left: 715px;
    margin-right: 715px;
  }

  .tw .md\:mx-144{
    margin-left: 720px;
    margin-right: 720px;
  }

  .tw .md\:mx-145{
    margin-left: 725px;
    margin-right: 725px;
  }

  .tw .md\:mx-146{
    margin-left: 730px;
    margin-right: 730px;
  }

  .tw .md\:mx-147{
    margin-left: 735px;
    margin-right: 735px;
  }

  .tw .md\:mx-148{
    margin-left: 740px;
    margin-right: 740px;
  }

  .tw .md\:mx-149{
    margin-left: 745px;
    margin-right: 745px;
  }

  .tw .md\:mx-auto{
    margin-left: auto;
    margin-right: auto;
  }

  .tw .md\:mx-0\.5{
    margin-left: 3px;
    margin-right: 3px;
  }

  .tw .md\:mx-1px{
    margin-left: 1px;
    margin-right: 1px;
  }

  .tw .md\:mx-2px{
    margin-left: 2px;
    margin-right: 2px;
  }

  .tw .md\:mx-3px{
    margin-left: 3px;
    margin-right: 3px;
  }

  .tw .md\:mx-4px{
    margin-left: 4px;
    margin-right: 4px;
  }

  .tw .md\:mx-5px{
    margin-left: 5px;
    margin-right: 5px;
  }

  .tw .md\:mx-6px{
    margin-left: 6px;
    margin-right: 6px;
  }

  .tw .md\:mx-7px{
    margin-left: 7px;
    margin-right: 7px;
  }

  .tw .md\:mx-8px{
    margin-left: 8px;
    margin-right: 8px;
  }

  .tw .md\:mx-9px{
    margin-left: 9px;
    margin-right: 9px;
  }

  .tw .md\:mx-10px{
    margin-left: 10px;
    margin-right: 10px;
  }

  .tw .md\:mx-11px{
    margin-left: 11px;
    margin-right: 11px;
  }

  .tw .md\:mx-12px{
    margin-left: 12px;
    margin-right: 12px;
  }

  .tw .md\:mx-13px{
    margin-left: 13px;
    margin-right: 13px;
  }

  .tw .md\:mx-14px{
    margin-left: 14px;
    margin-right: 14px;
  }

  .tw .md\:mx-15px{
    margin-left: 15px;
    margin-right: 15px;
  }

  .tw .md\:mx-16px{
    margin-left: 16px;
    margin-right: 16px;
  }

  .tw .md\:mx-17px{
    margin-left: 17px;
    margin-right: 17px;
  }

  .tw .md\:mx-18px{
    margin-left: 18px;
    margin-right: 18px;
  }

  .tw .md\:mx-19px{
    margin-left: 19px;
    margin-right: 19px;
  }

  .tw .md\:mx-20px{
    margin-left: 20px;
    margin-right: 20px;
  }

  .tw .md\:mx-21px{
    margin-left: 21px;
    margin-right: 21px;
  }

  .tw .md\:mx-22px{
    margin-left: 22px;
    margin-right: 22px;
  }

  .tw .md\:mx-23px{
    margin-left: 23px;
    margin-right: 23px;
  }

  .tw .md\:mx-24px{
    margin-left: 24px;
    margin-right: 24px;
  }

  .tw .md\:mx-25px{
    margin-left: 25px;
    margin-right: 25px;
  }

  .tw .md\:mx-26px{
    margin-left: 26px;
    margin-right: 26px;
  }

  .tw .md\:mx-27px{
    margin-left: 27px;
    margin-right: 27px;
  }

  .tw .md\:mx-28px{
    margin-left: 28px;
    margin-right: 28px;
  }

  .tw .md\:mx-29px{
    margin-left: 29px;
    margin-right: 29px;
  }

  .tw .md\:mx-30px{
    margin-left: 30px;
    margin-right: 30px;
  }

  .tw .md\:mx-31px{
    margin-left: 31px;
    margin-right: 31px;
  }

  .tw .md\:mx-32px{
    margin-left: 32px;
    margin-right: 32px;
  }

  .tw .md\:mx-33px{
    margin-left: 33px;
    margin-right: 33px;
  }

  .tw .md\:mx-34px{
    margin-left: 34px;
    margin-right: 34px;
  }

  .tw .md\:mx-35px{
    margin-left: 35px;
    margin-right: 35px;
  }

  .tw .md\:mx-36px{
    margin-left: 36px;
    margin-right: 36px;
  }

  .tw .md\:mx-37px{
    margin-left: 37px;
    margin-right: 37px;
  }

  .tw .md\:mx-38px{
    margin-left: 38px;
    margin-right: 38px;
  }

  .tw .md\:mx-39px{
    margin-left: 39px;
    margin-right: 39px;
  }

  .tw .md\:mx-40px{
    margin-left: 40px;
    margin-right: 40px;
  }

  .tw .md\:-mx-0{
    margin-left: 0px;
    margin-right: 0px;
  }

  .tw .md\:-mx-1{
    margin-left: -5px;
    margin-right: -5px;
  }

  .tw .md\:-mx-2{
    margin-left: -10px;
    margin-right: -10px;
  }

  .tw .md\:-mx-3{
    margin-left: -15px;
    margin-right: -15px;
  }

  .tw .md\:-mx-4{
    margin-left: -20px;
    margin-right: -20px;
  }

  .tw .md\:-mx-5{
    margin-left: -25px;
    margin-right: -25px;
  }

  .tw .md\:-mx-6{
    margin-left: -30px;
    margin-right: -30px;
  }

  .tw .md\:-mx-7{
    margin-left: -35px;
    margin-right: -35px;
  }

  .tw .md\:-mx-8{
    margin-left: -40px;
    margin-right: -40px;
  }

  .tw .md\:-mx-9{
    margin-left: -45px;
    margin-right: -45px;
  }

  .tw .md\:-mx-10{
    margin-left: -50px;
    margin-right: -50px;
  }

  .tw .md\:-mx-11{
    margin-left: -55px;
    margin-right: -55px;
  }

  .tw .md\:-mx-12{
    margin-left: -60px;
    margin-right: -60px;
  }

  .tw .md\:-mx-13{
    margin-left: -65px;
    margin-right: -65px;
  }

  .tw .md\:-mx-14{
    margin-left: -70px;
    margin-right: -70px;
  }

  .tw .md\:-mx-15{
    margin-left: -75px;
    margin-right: -75px;
  }

  .tw .md\:-mx-16{
    margin-left: -80px;
    margin-right: -80px;
  }

  .tw .md\:-mx-17{
    margin-left: -85px;
    margin-right: -85px;
  }

  .tw .md\:-mx-18{
    margin-left: -90px;
    margin-right: -90px;
  }

  .tw .md\:-mx-19{
    margin-left: -95px;
    margin-right: -95px;
  }

  .tw .md\:-mx-20{
    margin-left: -100px;
    margin-right: -100px;
  }

  .tw .md\:-mx-21{
    margin-left: -105px;
    margin-right: -105px;
  }

  .tw .md\:-mx-22{
    margin-left: -110px;
    margin-right: -110px;
  }

  .tw .md\:-mx-23{
    margin-left: -115px;
    margin-right: -115px;
  }

  .tw .md\:-mx-24{
    margin-left: -120px;
    margin-right: -120px;
  }

  .tw .md\:-mx-25{
    margin-left: -125px;
    margin-right: -125px;
  }

  .tw .md\:-mx-26{
    margin-left: -130px;
    margin-right: -130px;
  }

  .tw .md\:-mx-27{
    margin-left: -135px;
    margin-right: -135px;
  }

  .tw .md\:-mx-28{
    margin-left: -140px;
    margin-right: -140px;
  }

  .tw .md\:-mx-29{
    margin-left: -145px;
    margin-right: -145px;
  }

  .tw .md\:-mx-30{
    margin-left: -150px;
    margin-right: -150px;
  }

  .tw .md\:-mx-31{
    margin-left: -155px;
    margin-right: -155px;
  }

  .tw .md\:-mx-32{
    margin-left: -160px;
    margin-right: -160px;
  }

  .tw .md\:-mx-33{
    margin-left: -165px;
    margin-right: -165px;
  }

  .tw .md\:-mx-34{
    margin-left: -170px;
    margin-right: -170px;
  }

  .tw .md\:-mx-35{
    margin-left: -175px;
    margin-right: -175px;
  }

  .tw .md\:-mx-36{
    margin-left: -180px;
    margin-right: -180px;
  }

  .tw .md\:-mx-37{
    margin-left: -185px;
    margin-right: -185px;
  }

  .tw .md\:-mx-38{
    margin-left: -190px;
    margin-right: -190px;
  }

  .tw .md\:-mx-39{
    margin-left: -195px;
    margin-right: -195px;
  }

  .tw .md\:-mx-40{
    margin-left: -200px;
    margin-right: -200px;
  }

  .tw .md\:-mx-41{
    margin-left: -205px;
    margin-right: -205px;
  }

  .tw .md\:-mx-42{
    margin-left: -210px;
    margin-right: -210px;
  }

  .tw .md\:-mx-43{
    margin-left: -215px;
    margin-right: -215px;
  }

  .tw .md\:-mx-44{
    margin-left: -220px;
    margin-right: -220px;
  }

  .tw .md\:-mx-45{
    margin-left: -225px;
    margin-right: -225px;
  }

  .tw .md\:-mx-46{
    margin-left: -230px;
    margin-right: -230px;
  }

  .tw .md\:-mx-47{
    margin-left: -235px;
    margin-right: -235px;
  }

  .tw .md\:-mx-48{
    margin-left: -240px;
    margin-right: -240px;
  }

  .tw .md\:-mx-49{
    margin-left: -245px;
    margin-right: -245px;
  }

  .tw .md\:-mx-50{
    margin-left: -250px;
    margin-right: -250px;
  }

  .tw .md\:-mx-51{
    margin-left: -255px;
    margin-right: -255px;
  }

  .tw .md\:-mx-52{
    margin-left: -260px;
    margin-right: -260px;
  }

  .tw .md\:-mx-53{
    margin-left: -265px;
    margin-right: -265px;
  }

  .tw .md\:-mx-54{
    margin-left: -270px;
    margin-right: -270px;
  }

  .tw .md\:-mx-55{
    margin-left: -275px;
    margin-right: -275px;
  }

  .tw .md\:-mx-56{
    margin-left: -280px;
    margin-right: -280px;
  }

  .tw .md\:-mx-57{
    margin-left: -285px;
    margin-right: -285px;
  }

  .tw .md\:-mx-58{
    margin-left: -290px;
    margin-right: -290px;
  }

  .tw .md\:-mx-59{
    margin-left: -295px;
    margin-right: -295px;
  }

  .tw .md\:-mx-60{
    margin-left: -300px;
    margin-right: -300px;
  }

  .tw .md\:-mx-61{
    margin-left: -305px;
    margin-right: -305px;
  }

  .tw .md\:-mx-62{
    margin-left: -310px;
    margin-right: -310px;
  }

  .tw .md\:-mx-63{
    margin-left: -315px;
    margin-right: -315px;
  }

  .tw .md\:-mx-64{
    margin-left: -320px;
    margin-right: -320px;
  }

  .tw .md\:-mx-65{
    margin-left: -325px;
    margin-right: -325px;
  }

  .tw .md\:-mx-66{
    margin-left: -330px;
    margin-right: -330px;
  }

  .tw .md\:-mx-67{
    margin-left: -335px;
    margin-right: -335px;
  }

  .tw .md\:-mx-68{
    margin-left: -340px;
    margin-right: -340px;
  }

  .tw .md\:-mx-69{
    margin-left: -345px;
    margin-right: -345px;
  }

  .tw .md\:-mx-70{
    margin-left: -350px;
    margin-right: -350px;
  }

  .tw .md\:-mx-71{
    margin-left: -355px;
    margin-right: -355px;
  }

  .tw .md\:-mx-72{
    margin-left: -360px;
    margin-right: -360px;
  }

  .tw .md\:-mx-73{
    margin-left: -365px;
    margin-right: -365px;
  }

  .tw .md\:-mx-74{
    margin-left: -370px;
    margin-right: -370px;
  }

  .tw .md\:-mx-75{
    margin-left: -375px;
    margin-right: -375px;
  }

  .tw .md\:-mx-76{
    margin-left: -380px;
    margin-right: -380px;
  }

  .tw .md\:-mx-77{
    margin-left: -385px;
    margin-right: -385px;
  }

  .tw .md\:-mx-78{
    margin-left: -390px;
    margin-right: -390px;
  }

  .tw .md\:-mx-79{
    margin-left: -395px;
    margin-right: -395px;
  }

  .tw .md\:-mx-80{
    margin-left: -400px;
    margin-right: -400px;
  }

  .tw .md\:-mx-81{
    margin-left: -405px;
    margin-right: -405px;
  }

  .tw .md\:-mx-82{
    margin-left: -410px;
    margin-right: -410px;
  }

  .tw .md\:-mx-83{
    margin-left: -415px;
    margin-right: -415px;
  }

  .tw .md\:-mx-84{
    margin-left: -420px;
    margin-right: -420px;
  }

  .tw .md\:-mx-85{
    margin-left: -425px;
    margin-right: -425px;
  }

  .tw .md\:-mx-86{
    margin-left: -430px;
    margin-right: -430px;
  }

  .tw .md\:-mx-87{
    margin-left: -435px;
    margin-right: -435px;
  }

  .tw .md\:-mx-88{
    margin-left: -440px;
    margin-right: -440px;
  }

  .tw .md\:-mx-89{
    margin-left: -445px;
    margin-right: -445px;
  }

  .tw .md\:-mx-90{
    margin-left: -450px;
    margin-right: -450px;
  }

  .tw .md\:-mx-91{
    margin-left: -455px;
    margin-right: -455px;
  }

  .tw .md\:-mx-92{
    margin-left: -460px;
    margin-right: -460px;
  }

  .tw .md\:-mx-93{
    margin-left: -465px;
    margin-right: -465px;
  }

  .tw .md\:-mx-94{
    margin-left: -470px;
    margin-right: -470px;
  }

  .tw .md\:-mx-95{
    margin-left: -475px;
    margin-right: -475px;
  }

  .tw .md\:-mx-96{
    margin-left: -480px;
    margin-right: -480px;
  }

  .tw .md\:-mx-97{
    margin-left: -485px;
    margin-right: -485px;
  }

  .tw .md\:-mx-98{
    margin-left: -490px;
    margin-right: -490px;
  }

  .tw .md\:-mx-99{
    margin-left: -495px;
    margin-right: -495px;
  }

  .tw .md\:-mx-100{
    margin-left: -500px;
    margin-right: -500px;
  }

  .tw .md\:-mx-101{
    margin-left: -505px;
    margin-right: -505px;
  }

  .tw .md\:-mx-102{
    margin-left: -510px;
    margin-right: -510px;
  }

  .tw .md\:-mx-103{
    margin-left: -515px;
    margin-right: -515px;
  }

  .tw .md\:-mx-104{
    margin-left: -520px;
    margin-right: -520px;
  }

  .tw .md\:-mx-105{
    margin-left: -525px;
    margin-right: -525px;
  }

  .tw .md\:-mx-106{
    margin-left: -530px;
    margin-right: -530px;
  }

  .tw .md\:-mx-107{
    margin-left: -535px;
    margin-right: -535px;
  }

  .tw .md\:-mx-108{
    margin-left: -540px;
    margin-right: -540px;
  }

  .tw .md\:-mx-109{
    margin-left: -545px;
    margin-right: -545px;
  }

  .tw .md\:-mx-110{
    margin-left: -550px;
    margin-right: -550px;
  }

  .tw .md\:-mx-111{
    margin-left: -555px;
    margin-right: -555px;
  }

  .tw .md\:-mx-112{
    margin-left: -560px;
    margin-right: -560px;
  }

  .tw .md\:-mx-113{
    margin-left: -565px;
    margin-right: -565px;
  }

  .tw .md\:-mx-114{
    margin-left: -570px;
    margin-right: -570px;
  }

  .tw .md\:-mx-115{
    margin-left: -575px;
    margin-right: -575px;
  }

  .tw .md\:-mx-116{
    margin-left: -580px;
    margin-right: -580px;
  }

  .tw .md\:-mx-117{
    margin-left: -585px;
    margin-right: -585px;
  }

  .tw .md\:-mx-118{
    margin-left: -590px;
    margin-right: -590px;
  }

  .tw .md\:-mx-119{
    margin-left: -595px;
    margin-right: -595px;
  }

  .tw .md\:-mx-120{
    margin-left: -600px;
    margin-right: -600px;
  }

  .tw .md\:-mx-121{
    margin-left: -605px;
    margin-right: -605px;
  }

  .tw .md\:-mx-122{
    margin-left: -610px;
    margin-right: -610px;
  }

  .tw .md\:-mx-123{
    margin-left: -615px;
    margin-right: -615px;
  }

  .tw .md\:-mx-124{
    margin-left: -620px;
    margin-right: -620px;
  }

  .tw .md\:-mx-125{
    margin-left: -625px;
    margin-right: -625px;
  }

  .tw .md\:-mx-126{
    margin-left: -630px;
    margin-right: -630px;
  }

  .tw .md\:-mx-127{
    margin-left: -635px;
    margin-right: -635px;
  }

  .tw .md\:-mx-128{
    margin-left: -640px;
    margin-right: -640px;
  }

  .tw .md\:-mx-129{
    margin-left: -645px;
    margin-right: -645px;
  }

  .tw .md\:-mx-130{
    margin-left: -650px;
    margin-right: -650px;
  }

  .tw .md\:-mx-131{
    margin-left: -655px;
    margin-right: -655px;
  }

  .tw .md\:-mx-132{
    margin-left: -660px;
    margin-right: -660px;
  }

  .tw .md\:-mx-133{
    margin-left: -665px;
    margin-right: -665px;
  }

  .tw .md\:-mx-134{
    margin-left: -670px;
    margin-right: -670px;
  }

  .tw .md\:-mx-135{
    margin-left: -675px;
    margin-right: -675px;
  }

  .tw .md\:-mx-136{
    margin-left: -680px;
    margin-right: -680px;
  }

  .tw .md\:-mx-137{
    margin-left: -685px;
    margin-right: -685px;
  }

  .tw .md\:-mx-138{
    margin-left: -690px;
    margin-right: -690px;
  }

  .tw .md\:-mx-139{
    margin-left: -695px;
    margin-right: -695px;
  }

  .tw .md\:-mx-140{
    margin-left: -700px;
    margin-right: -700px;
  }

  .tw .md\:-mx-141{
    margin-left: -705px;
    margin-right: -705px;
  }

  .tw .md\:-mx-142{
    margin-left: -710px;
    margin-right: -710px;
  }

  .tw .md\:-mx-143{
    margin-left: -715px;
    margin-right: -715px;
  }

  .tw .md\:-mx-144{
    margin-left: -720px;
    margin-right: -720px;
  }

  .tw .md\:-mx-145{
    margin-left: -725px;
    margin-right: -725px;
  }

  .tw .md\:-mx-146{
    margin-left: -730px;
    margin-right: -730px;
  }

  .tw .md\:-mx-147{
    margin-left: -735px;
    margin-right: -735px;
  }

  .tw .md\:-mx-148{
    margin-left: -740px;
    margin-right: -740px;
  }

  .tw .md\:-mx-149{
    margin-left: -745px;
    margin-right: -745px;
  }

  .tw .md\:-mx-0\.5{
    margin-left: -3px;
    margin-right: -3px;
  }

  .tw .md\:-mx-1px{
    margin-left: -1px;
    margin-right: -1px;
  }

  .tw .md\:-mx-2px{
    margin-left: -2px;
    margin-right: -2px;
  }

  .tw .md\:-mx-3px{
    margin-left: -3px;
    margin-right: -3px;
  }

  .tw .md\:-mx-4px{
    margin-left: -4px;
    margin-right: -4px;
  }

  .tw .md\:-mx-5px{
    margin-left: -5px;
    margin-right: -5px;
  }

  .tw .md\:-mx-6px{
    margin-left: -6px;
    margin-right: -6px;
  }

  .tw .md\:-mx-7px{
    margin-left: -7px;
    margin-right: -7px;
  }

  .tw .md\:-mx-8px{
    margin-left: -8px;
    margin-right: -8px;
  }

  .tw .md\:-mx-9px{
    margin-left: -9px;
    margin-right: -9px;
  }

  .tw .md\:-mx-10px{
    margin-left: -10px;
    margin-right: -10px;
  }

  .tw .md\:-mx-11px{
    margin-left: -11px;
    margin-right: -11px;
  }

  .tw .md\:-mx-12px{
    margin-left: -12px;
    margin-right: -12px;
  }

  .tw .md\:-mx-13px{
    margin-left: -13px;
    margin-right: -13px;
  }

  .tw .md\:-mx-14px{
    margin-left: -14px;
    margin-right: -14px;
  }

  .tw .md\:-mx-15px{
    margin-left: -15px;
    margin-right: -15px;
  }

  .tw .md\:-mx-16px{
    margin-left: -16px;
    margin-right: -16px;
  }

  .tw .md\:-mx-17px{
    margin-left: -17px;
    margin-right: -17px;
  }

  .tw .md\:-mx-18px{
    margin-left: -18px;
    margin-right: -18px;
  }

  .tw .md\:-mx-19px{
    margin-left: -19px;
    margin-right: -19px;
  }

  .tw .md\:-mx-20px{
    margin-left: -20px;
    margin-right: -20px;
  }

  .tw .md\:-mx-21px{
    margin-left: -21px;
    margin-right: -21px;
  }

  .tw .md\:-mx-22px{
    margin-left: -22px;
    margin-right: -22px;
  }

  .tw .md\:-mx-23px{
    margin-left: -23px;
    margin-right: -23px;
  }

  .tw .md\:-mx-24px{
    margin-left: -24px;
    margin-right: -24px;
  }

  .tw .md\:-mx-25px{
    margin-left: -25px;
    margin-right: -25px;
  }

  .tw .md\:-mx-26px{
    margin-left: -26px;
    margin-right: -26px;
  }

  .tw .md\:-mx-27px{
    margin-left: -27px;
    margin-right: -27px;
  }

  .tw .md\:-mx-28px{
    margin-left: -28px;
    margin-right: -28px;
  }

  .tw .md\:-mx-29px{
    margin-left: -29px;
    margin-right: -29px;
  }

  .tw .md\:-mx-30px{
    margin-left: -30px;
    margin-right: -30px;
  }

  .tw .md\:-mx-31px{
    margin-left: -31px;
    margin-right: -31px;
  }

  .tw .md\:-mx-32px{
    margin-left: -32px;
    margin-right: -32px;
  }

  .tw .md\:-mx-33px{
    margin-left: -33px;
    margin-right: -33px;
  }

  .tw .md\:-mx-34px{
    margin-left: -34px;
    margin-right: -34px;
  }

  .tw .md\:-mx-35px{
    margin-left: -35px;
    margin-right: -35px;
  }

  .tw .md\:-mx-36px{
    margin-left: -36px;
    margin-right: -36px;
  }

  .tw .md\:-mx-37px{
    margin-left: -37px;
    margin-right: -37px;
  }

  .tw .md\:-mx-38px{
    margin-left: -38px;
    margin-right: -38px;
  }

  .tw .md\:-mx-39px{
    margin-left: -39px;
    margin-right: -39px;
  }

  .tw .md\:-mx-40px{
    margin-left: -40px;
    margin-right: -40px;
  }

  .tw .md\:my-0{
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .tw .md\:my-1{
    margin-top: 5px;
    margin-bottom: 5px;
  }

  .tw .md\:my-2{
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .tw .md\:my-3{
    margin-top: 15px;
    margin-bottom: 15px;
  }

  .tw .md\:my-4{
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .tw .md\:my-5{
    margin-top: 25px;
    margin-bottom: 25px;
  }

  .tw .md\:my-6{
    margin-top: 30px;
    margin-bottom: 30px;
  }

  .tw .md\:my-7{
    margin-top: 35px;
    margin-bottom: 35px;
  }

  .tw .md\:my-8{
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .tw .md\:my-9{
    margin-top: 45px;
    margin-bottom: 45px;
  }

  .tw .md\:my-10{
    margin-top: 50px;
    margin-bottom: 50px;
  }

  .tw .md\:my-11{
    margin-top: 55px;
    margin-bottom: 55px;
  }

  .tw .md\:my-12{
    margin-top: 60px;
    margin-bottom: 60px;
  }

  .tw .md\:my-13{
    margin-top: 65px;
    margin-bottom: 65px;
  }

  .tw .md\:my-14{
    margin-top: 70px;
    margin-bottom: 70px;
  }

  .tw .md\:my-15{
    margin-top: 75px;
    margin-bottom: 75px;
  }

  .tw .md\:my-16{
    margin-top: 80px;
    margin-bottom: 80px;
  }

  .tw .md\:my-17{
    margin-top: 85px;
    margin-bottom: 85px;
  }

  .tw .md\:my-18{
    margin-top: 90px;
    margin-bottom: 90px;
  }

  .tw .md\:my-19{
    margin-top: 95px;
    margin-bottom: 95px;
  }

  .tw .md\:my-20{
    margin-top: 100px;
    margin-bottom: 100px;
  }

  .tw .md\:my-21{
    margin-top: 105px;
    margin-bottom: 105px;
  }

  .tw .md\:my-22{
    margin-top: 110px;
    margin-bottom: 110px;
  }

  .tw .md\:my-23{
    margin-top: 115px;
    margin-bottom: 115px;
  }

  .tw .md\:my-24{
    margin-top: 120px;
    margin-bottom: 120px;
  }

  .tw .md\:my-25{
    margin-top: 125px;
    margin-bottom: 125px;
  }

  .tw .md\:my-26{
    margin-top: 130px;
    margin-bottom: 130px;
  }

  .tw .md\:my-27{
    margin-top: 135px;
    margin-bottom: 135px;
  }

  .tw .md\:my-28{
    margin-top: 140px;
    margin-bottom: 140px;
  }

  .tw .md\:my-29{
    margin-top: 145px;
    margin-bottom: 145px;
  }

  .tw .md\:my-30{
    margin-top: 150px;
    margin-bottom: 150px;
  }

  .tw .md\:my-31{
    margin-top: 155px;
    margin-bottom: 155px;
  }

  .tw .md\:my-32{
    margin-top: 160px;
    margin-bottom: 160px;
  }

  .tw .md\:my-33{
    margin-top: 165px;
    margin-bottom: 165px;
  }

  .tw .md\:my-34{
    margin-top: 170px;
    margin-bottom: 170px;
  }

  .tw .md\:my-35{
    margin-top: 175px;
    margin-bottom: 175px;
  }

  .tw .md\:my-36{
    margin-top: 180px;
    margin-bottom: 180px;
  }

  .tw .md\:my-37{
    margin-top: 185px;
    margin-bottom: 185px;
  }

  .tw .md\:my-38{
    margin-top: 190px;
    margin-bottom: 190px;
  }

  .tw .md\:my-39{
    margin-top: 195px;
    margin-bottom: 195px;
  }

  .tw .md\:my-40{
    margin-top: 200px;
    margin-bottom: 200px;
  }

  .tw .md\:my-41{
    margin-top: 205px;
    margin-bottom: 205px;
  }

  .tw .md\:my-42{
    margin-top: 210px;
    margin-bottom: 210px;
  }

  .tw .md\:my-43{
    margin-top: 215px;
    margin-bottom: 215px;
  }

  .tw .md\:my-44{
    margin-top: 220px;
    margin-bottom: 220px;
  }

  .tw .md\:my-45{
    margin-top: 225px;
    margin-bottom: 225px;
  }

  .tw .md\:my-46{
    margin-top: 230px;
    margin-bottom: 230px;
  }

  .tw .md\:my-47{
    margin-top: 235px;
    margin-bottom: 235px;
  }

  .tw .md\:my-48{
    margin-top: 240px;
    margin-bottom: 240px;
  }

  .tw .md\:my-49{
    margin-top: 245px;
    margin-bottom: 245px;
  }

  .tw .md\:my-50{
    margin-top: 250px;
    margin-bottom: 250px;
  }

  .tw .md\:my-51{
    margin-top: 255px;
    margin-bottom: 255px;
  }

  .tw .md\:my-52{
    margin-top: 260px;
    margin-bottom: 260px;
  }

  .tw .md\:my-53{
    margin-top: 265px;
    margin-bottom: 265px;
  }

  .tw .md\:my-54{
    margin-top: 270px;
    margin-bottom: 270px;
  }

  .tw .md\:my-55{
    margin-top: 275px;
    margin-bottom: 275px;
  }

  .tw .md\:my-56{
    margin-top: 280px;
    margin-bottom: 280px;
  }

  .tw .md\:my-57{
    margin-top: 285px;
    margin-bottom: 285px;
  }

  .tw .md\:my-58{
    margin-top: 290px;
    margin-bottom: 290px;
  }

  .tw .md\:my-59{
    margin-top: 295px;
    margin-bottom: 295px;
  }

  .tw .md\:my-60{
    margin-top: 300px;
    margin-bottom: 300px;
  }

  .tw .md\:my-61{
    margin-top: 305px;
    margin-bottom: 305px;
  }

  .tw .md\:my-62{
    margin-top: 310px;
    margin-bottom: 310px;
  }

  .tw .md\:my-63{
    margin-top: 315px;
    margin-bottom: 315px;
  }

  .tw .md\:my-64{
    margin-top: 320px;
    margin-bottom: 320px;
  }

  .tw .md\:my-65{
    margin-top: 325px;
    margin-bottom: 325px;
  }

  .tw .md\:my-66{
    margin-top: 330px;
    margin-bottom: 330px;
  }

  .tw .md\:my-67{
    margin-top: 335px;
    margin-bottom: 335px;
  }

  .tw .md\:my-68{
    margin-top: 340px;
    margin-bottom: 340px;
  }

  .tw .md\:my-69{
    margin-top: 345px;
    margin-bottom: 345px;
  }

  .tw .md\:my-70{
    margin-top: 350px;
    margin-bottom: 350px;
  }

  .tw .md\:my-71{
    margin-top: 355px;
    margin-bottom: 355px;
  }

  .tw .md\:my-72{
    margin-top: 360px;
    margin-bottom: 360px;
  }

  .tw .md\:my-73{
    margin-top: 365px;
    margin-bottom: 365px;
  }

  .tw .md\:my-74{
    margin-top: 370px;
    margin-bottom: 370px;
  }

  .tw .md\:my-75{
    margin-top: 375px;
    margin-bottom: 375px;
  }

  .tw .md\:my-76{
    margin-top: 380px;
    margin-bottom: 380px;
  }

  .tw .md\:my-77{
    margin-top: 385px;
    margin-bottom: 385px;
  }

  .tw .md\:my-78{
    margin-top: 390px;
    margin-bottom: 390px;
  }

  .tw .md\:my-79{
    margin-top: 395px;
    margin-bottom: 395px;
  }

  .tw .md\:my-80{
    margin-top: 400px;
    margin-bottom: 400px;
  }

  .tw .md\:my-81{
    margin-top: 405px;
    margin-bottom: 405px;
  }

  .tw .md\:my-82{
    margin-top: 410px;
    margin-bottom: 410px;
  }

  .tw .md\:my-83{
    margin-top: 415px;
    margin-bottom: 415px;
  }

  .tw .md\:my-84{
    margin-top: 420px;
    margin-bottom: 420px;
  }

  .tw .md\:my-85{
    margin-top: 425px;
    margin-bottom: 425px;
  }

  .tw .md\:my-86{
    margin-top: 430px;
    margin-bottom: 430px;
  }

  .tw .md\:my-87{
    margin-top: 435px;
    margin-bottom: 435px;
  }

  .tw .md\:my-88{
    margin-top: 440px;
    margin-bottom: 440px;
  }

  .tw .md\:my-89{
    margin-top: 445px;
    margin-bottom: 445px;
  }

  .tw .md\:my-90{
    margin-top: 450px;
    margin-bottom: 450px;
  }

  .tw .md\:my-91{
    margin-top: 455px;
    margin-bottom: 455px;
  }

  .tw .md\:my-92{
    margin-top: 460px;
    margin-bottom: 460px;
  }

  .tw .md\:my-93{
    margin-top: 465px;
    margin-bottom: 465px;
  }

  .tw .md\:my-94{
    margin-top: 470px;
    margin-bottom: 470px;
  }

  .tw .md\:my-95{
    margin-top: 475px;
    margin-bottom: 475px;
  }

  .tw .md\:my-96{
    margin-top: 480px;
    margin-bottom: 480px;
  }

  .tw .md\:my-97{
    margin-top: 485px;
    margin-bottom: 485px;
  }

  .tw .md\:my-98{
    margin-top: 490px;
    margin-bottom: 490px;
  }

  .tw .md\:my-99{
    margin-top: 495px;
    margin-bottom: 495px;
  }

  .tw .md\:my-100{
    margin-top: 500px;
    margin-bottom: 500px;
  }

  .tw .md\:my-101{
    margin-top: 505px;
    margin-bottom: 505px;
  }

  .tw .md\:my-102{
    margin-top: 510px;
    margin-bottom: 510px;
  }

  .tw .md\:my-103{
    margin-top: 515px;
    margin-bottom: 515px;
  }

  .tw .md\:my-104{
    margin-top: 520px;
    margin-bottom: 520px;
  }

  .tw .md\:my-105{
    margin-top: 525px;
    margin-bottom: 525px;
  }

  .tw .md\:my-106{
    margin-top: 530px;
    margin-bottom: 530px;
  }

  .tw .md\:my-107{
    margin-top: 535px;
    margin-bottom: 535px;
  }

  .tw .md\:my-108{
    margin-top: 540px;
    margin-bottom: 540px;
  }

  .tw .md\:my-109{
    margin-top: 545px;
    margin-bottom: 545px;
  }

  .tw .md\:my-110{
    margin-top: 550px;
    margin-bottom: 550px;
  }

  .tw .md\:my-111{
    margin-top: 555px;
    margin-bottom: 555px;
  }

  .tw .md\:my-112{
    margin-top: 560px;
    margin-bottom: 560px;
  }

  .tw .md\:my-113{
    margin-top: 565px;
    margin-bottom: 565px;
  }

  .tw .md\:my-114{
    margin-top: 570px;
    margin-bottom: 570px;
  }

  .tw .md\:my-115{
    margin-top: 575px;
    margin-bottom: 575px;
  }

  .tw .md\:my-116{
    margin-top: 580px;
    margin-bottom: 580px;
  }

  .tw .md\:my-117{
    margin-top: 585px;
    margin-bottom: 585px;
  }

  .tw .md\:my-118{
    margin-top: 590px;
    margin-bottom: 590px;
  }

  .tw .md\:my-119{
    margin-top: 595px;
    margin-bottom: 595px;
  }

  .tw .md\:my-120{
    margin-top: 600px;
    margin-bottom: 600px;
  }

  .tw .md\:my-121{
    margin-top: 605px;
    margin-bottom: 605px;
  }

  .tw .md\:my-122{
    margin-top: 610px;
    margin-bottom: 610px;
  }

  .tw .md\:my-123{
    margin-top: 615px;
    margin-bottom: 615px;
  }

  .tw .md\:my-124{
    margin-top: 620px;
    margin-bottom: 620px;
  }

  .tw .md\:my-125{
    margin-top: 625px;
    margin-bottom: 625px;
  }

  .tw .md\:my-126{
    margin-top: 630px;
    margin-bottom: 630px;
  }

  .tw .md\:my-127{
    margin-top: 635px;
    margin-bottom: 635px;
  }

  .tw .md\:my-128{
    margin-top: 640px;
    margin-bottom: 640px;
  }

  .tw .md\:my-129{
    margin-top: 645px;
    margin-bottom: 645px;
  }

  .tw .md\:my-130{
    margin-top: 650px;
    margin-bottom: 650px;
  }

  .tw .md\:my-131{
    margin-top: 655px;
    margin-bottom: 655px;
  }

  .tw .md\:my-132{
    margin-top: 660px;
    margin-bottom: 660px;
  }

  .tw .md\:my-133{
    margin-top: 665px;
    margin-bottom: 665px;
  }

  .tw .md\:my-134{
    margin-top: 670px;
    margin-bottom: 670px;
  }

  .tw .md\:my-135{
    margin-top: 675px;
    margin-bottom: 675px;
  }

  .tw .md\:my-136{
    margin-top: 680px;
    margin-bottom: 680px;
  }

  .tw .md\:my-137{
    margin-top: 685px;
    margin-bottom: 685px;
  }

  .tw .md\:my-138{
    margin-top: 690px;
    margin-bottom: 690px;
  }

  .tw .md\:my-139{
    margin-top: 695px;
    margin-bottom: 695px;
  }

  .tw .md\:my-140{
    margin-top: 700px;
    margin-bottom: 700px;
  }

  .tw .md\:my-141{
    margin-top: 705px;
    margin-bottom: 705px;
  }

  .tw .md\:my-142{
    margin-top: 710px;
    margin-bottom: 710px;
  }

  .tw .md\:my-143{
    margin-top: 715px;
    margin-bottom: 715px;
  }

  .tw .md\:my-144{
    margin-top: 720px;
    margin-bottom: 720px;
  }

  .tw .md\:my-145{
    margin-top: 725px;
    margin-bottom: 725px;
  }

  .tw .md\:my-146{
    margin-top: 730px;
    margin-bottom: 730px;
  }

  .tw .md\:my-147{
    margin-top: 735px;
    margin-bottom: 735px;
  }

  .tw .md\:my-148{
    margin-top: 740px;
    margin-bottom: 740px;
  }

  .tw .md\:my-149{
    margin-top: 745px;
    margin-bottom: 745px;
  }

  .tw .md\:my-auto{
    margin-top: auto;
    margin-bottom: auto;
  }

  .tw .md\:my-0\.5{
    margin-top: 3px;
    margin-bottom: 3px;
  }

  .tw .md\:my-1px{
    margin-top: 1px;
    margin-bottom: 1px;
  }

  .tw .md\:my-2px{
    margin-top: 2px;
    margin-bottom: 2px;
  }

  .tw .md\:my-3px{
    margin-top: 3px;
    margin-bottom: 3px;
  }

  .tw .md\:my-4px{
    margin-top: 4px;
    margin-bottom: 4px;
  }

  .tw .md\:my-5px{
    margin-top: 5px;
    margin-bottom: 5px;
  }

  .tw .md\:my-6px{
    margin-top: 6px;
    margin-bottom: 6px;
  }

  .tw .md\:my-7px{
    margin-top: 7px;
    margin-bottom: 7px;
  }

  .tw .md\:my-8px{
    margin-top: 8px;
    margin-bottom: 8px;
  }

  .tw .md\:my-9px{
    margin-top: 9px;
    margin-bottom: 9px;
  }

  .tw .md\:my-10px{
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .tw .md\:my-11px{
    margin-top: 11px;
    margin-bottom: 11px;
  }

  .tw .md\:my-12px{
    margin-top: 12px;
    margin-bottom: 12px;
  }

  .tw .md\:my-13px{
    margin-top: 13px;
    margin-bottom: 13px;
  }

  .tw .md\:my-14px{
    margin-top: 14px;
    margin-bottom: 14px;
  }

  .tw .md\:my-15px{
    margin-top: 15px;
    margin-bottom: 15px;
  }

  .tw .md\:my-16px{
    margin-top: 16px;
    margin-bottom: 16px;
  }

  .tw .md\:my-17px{
    margin-top: 17px;
    margin-bottom: 17px;
  }

  .tw .md\:my-18px{
    margin-top: 18px;
    margin-bottom: 18px;
  }

  .tw .md\:my-19px{
    margin-top: 19px;
    margin-bottom: 19px;
  }

  .tw .md\:my-20px{
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .tw .md\:my-21px{
    margin-top: 21px;
    margin-bottom: 21px;
  }

  .tw .md\:my-22px{
    margin-top: 22px;
    margin-bottom: 22px;
  }

  .tw .md\:my-23px{
    margin-top: 23px;
    margin-bottom: 23px;
  }

  .tw .md\:my-24px{
    margin-top: 24px;
    margin-bottom: 24px;
  }

  .tw .md\:my-25px{
    margin-top: 25px;
    margin-bottom: 25px;
  }

  .tw .md\:my-26px{
    margin-top: 26px;
    margin-bottom: 26px;
  }

  .tw .md\:my-27px{
    margin-top: 27px;
    margin-bottom: 27px;
  }

  .tw .md\:my-28px{
    margin-top: 28px;
    margin-bottom: 28px;
  }

  .tw .md\:my-29px{
    margin-top: 29px;
    margin-bottom: 29px;
  }

  .tw .md\:my-30px{
    margin-top: 30px;
    margin-bottom: 30px;
  }

  .tw .md\:my-31px{
    margin-top: 31px;
    margin-bottom: 31px;
  }

  .tw .md\:my-32px{
    margin-top: 32px;
    margin-bottom: 32px;
  }

  .tw .md\:my-33px{
    margin-top: 33px;
    margin-bottom: 33px;
  }

  .tw .md\:my-34px{
    margin-top: 34px;
    margin-bottom: 34px;
  }

  .tw .md\:my-35px{
    margin-top: 35px;
    margin-bottom: 35px;
  }

  .tw .md\:my-36px{
    margin-top: 36px;
    margin-bottom: 36px;
  }

  .tw .md\:my-37px{
    margin-top: 37px;
    margin-bottom: 37px;
  }

  .tw .md\:my-38px{
    margin-top: 38px;
    margin-bottom: 38px;
  }

  .tw .md\:my-39px{
    margin-top: 39px;
    margin-bottom: 39px;
  }

  .tw .md\:my-40px{
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .tw .md\:-my-0{
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .tw .md\:-my-1{
    margin-top: -5px;
    margin-bottom: -5px;
  }

  .tw .md\:-my-2{
    margin-top: -10px;
    margin-bottom: -10px;
  }

  .tw .md\:-my-3{
    margin-top: -15px;
    margin-bottom: -15px;
  }

  .tw .md\:-my-4{
    margin-top: -20px;
    margin-bottom: -20px;
  }

  .tw .md\:-my-5{
    margin-top: -25px;
    margin-bottom: -25px;
  }

  .tw .md\:-my-6{
    margin-top: -30px;
    margin-bottom: -30px;
  }

  .tw .md\:-my-7{
    margin-top: -35px;
    margin-bottom: -35px;
  }

  .tw .md\:-my-8{
    margin-top: -40px;
    margin-bottom: -40px;
  }

  .tw .md\:-my-9{
    margin-top: -45px;
    margin-bottom: -45px;
  }

  .tw .md\:-my-10{
    margin-top: -50px;
    margin-bottom: -50px;
  }

  .tw .md\:-my-11{
    margin-top: -55px;
    margin-bottom: -55px;
  }

  .tw .md\:-my-12{
    margin-top: -60px;
    margin-bottom: -60px;
  }

  .tw .md\:-my-13{
    margin-top: -65px;
    margin-bottom: -65px;
  }

  .tw .md\:-my-14{
    margin-top: -70px;
    margin-bottom: -70px;
  }

  .tw .md\:-my-15{
    margin-top: -75px;
    margin-bottom: -75px;
  }

  .tw .md\:-my-16{
    margin-top: -80px;
    margin-bottom: -80px;
  }

  .tw .md\:-my-17{
    margin-top: -85px;
    margin-bottom: -85px;
  }

  .tw .md\:-my-18{
    margin-top: -90px;
    margin-bottom: -90px;
  }

  .tw .md\:-my-19{
    margin-top: -95px;
    margin-bottom: -95px;
  }

  .tw .md\:-my-20{
    margin-top: -100px;
    margin-bottom: -100px;
  }

  .tw .md\:-my-21{
    margin-top: -105px;
    margin-bottom: -105px;
  }

  .tw .md\:-my-22{
    margin-top: -110px;
    margin-bottom: -110px;
  }

  .tw .md\:-my-23{
    margin-top: -115px;
    margin-bottom: -115px;
  }

  .tw .md\:-my-24{
    margin-top: -120px;
    margin-bottom: -120px;
  }

  .tw .md\:-my-25{
    margin-top: -125px;
    margin-bottom: -125px;
  }

  .tw .md\:-my-26{
    margin-top: -130px;
    margin-bottom: -130px;
  }

  .tw .md\:-my-27{
    margin-top: -135px;
    margin-bottom: -135px;
  }

  .tw .md\:-my-28{
    margin-top: -140px;
    margin-bottom: -140px;
  }

  .tw .md\:-my-29{
    margin-top: -145px;
    margin-bottom: -145px;
  }

  .tw .md\:-my-30{
    margin-top: -150px;
    margin-bottom: -150px;
  }

  .tw .md\:-my-31{
    margin-top: -155px;
    margin-bottom: -155px;
  }

  .tw .md\:-my-32{
    margin-top: -160px;
    margin-bottom: -160px;
  }

  .tw .md\:-my-33{
    margin-top: -165px;
    margin-bottom: -165px;
  }

  .tw .md\:-my-34{
    margin-top: -170px;
    margin-bottom: -170px;
  }

  .tw .md\:-my-35{
    margin-top: -175px;
    margin-bottom: -175px;
  }

  .tw .md\:-my-36{
    margin-top: -180px;
    margin-bottom: -180px;
  }

  .tw .md\:-my-37{
    margin-top: -185px;
    margin-bottom: -185px;
  }

  .tw .md\:-my-38{
    margin-top: -190px;
    margin-bottom: -190px;
  }

  .tw .md\:-my-39{
    margin-top: -195px;
    margin-bottom: -195px;
  }

  .tw .md\:-my-40{
    margin-top: -200px;
    margin-bottom: -200px;
  }

  .tw .md\:-my-41{
    margin-top: -205px;
    margin-bottom: -205px;
  }

  .tw .md\:-my-42{
    margin-top: -210px;
    margin-bottom: -210px;
  }

  .tw .md\:-my-43{
    margin-top: -215px;
    margin-bottom: -215px;
  }

  .tw .md\:-my-44{
    margin-top: -220px;
    margin-bottom: -220px;
  }

  .tw .md\:-my-45{
    margin-top: -225px;
    margin-bottom: -225px;
  }

  .tw .md\:-my-46{
    margin-top: -230px;
    margin-bottom: -230px;
  }

  .tw .md\:-my-47{
    margin-top: -235px;
    margin-bottom: -235px;
  }

  .tw .md\:-my-48{
    margin-top: -240px;
    margin-bottom: -240px;
  }

  .tw .md\:-my-49{
    margin-top: -245px;
    margin-bottom: -245px;
  }

  .tw .md\:-my-50{
    margin-top: -250px;
    margin-bottom: -250px;
  }

  .tw .md\:-my-51{
    margin-top: -255px;
    margin-bottom: -255px;
  }

  .tw .md\:-my-52{
    margin-top: -260px;
    margin-bottom: -260px;
  }

  .tw .md\:-my-53{
    margin-top: -265px;
    margin-bottom: -265px;
  }

  .tw .md\:-my-54{
    margin-top: -270px;
    margin-bottom: -270px;
  }

  .tw .md\:-my-55{
    margin-top: -275px;
    margin-bottom: -275px;
  }

  .tw .md\:-my-56{
    margin-top: -280px;
    margin-bottom: -280px;
  }

  .tw .md\:-my-57{
    margin-top: -285px;
    margin-bottom: -285px;
  }

  .tw .md\:-my-58{
    margin-top: -290px;
    margin-bottom: -290px;
  }

  .tw .md\:-my-59{
    margin-top: -295px;
    margin-bottom: -295px;
  }

  .tw .md\:-my-60{
    margin-top: -300px;
    margin-bottom: -300px;
  }

  .tw .md\:-my-61{
    margin-top: -305px;
    margin-bottom: -305px;
  }

  .tw .md\:-my-62{
    margin-top: -310px;
    margin-bottom: -310px;
  }

  .tw .md\:-my-63{
    margin-top: -315px;
    margin-bottom: -315px;
  }

  .tw .md\:-my-64{
    margin-top: -320px;
    margin-bottom: -320px;
  }

  .tw .md\:-my-65{
    margin-top: -325px;
    margin-bottom: -325px;
  }

  .tw .md\:-my-66{
    margin-top: -330px;
    margin-bottom: -330px;
  }

  .tw .md\:-my-67{
    margin-top: -335px;
    margin-bottom: -335px;
  }

  .tw .md\:-my-68{
    margin-top: -340px;
    margin-bottom: -340px;
  }

  .tw .md\:-my-69{
    margin-top: -345px;
    margin-bottom: -345px;
  }

  .tw .md\:-my-70{
    margin-top: -350px;
    margin-bottom: -350px;
  }

  .tw .md\:-my-71{
    margin-top: -355px;
    margin-bottom: -355px;
  }

  .tw .md\:-my-72{
    margin-top: -360px;
    margin-bottom: -360px;
  }

  .tw .md\:-my-73{
    margin-top: -365px;
    margin-bottom: -365px;
  }

  .tw .md\:-my-74{
    margin-top: -370px;
    margin-bottom: -370px;
  }

  .tw .md\:-my-75{
    margin-top: -375px;
    margin-bottom: -375px;
  }

  .tw .md\:-my-76{
    margin-top: -380px;
    margin-bottom: -380px;
  }

  .tw .md\:-my-77{
    margin-top: -385px;
    margin-bottom: -385px;
  }

  .tw .md\:-my-78{
    margin-top: -390px;
    margin-bottom: -390px;
  }

  .tw .md\:-my-79{
    margin-top: -395px;
    margin-bottom: -395px;
  }

  .tw .md\:-my-80{
    margin-top: -400px;
    margin-bottom: -400px;
  }

  .tw .md\:-my-81{
    margin-top: -405px;
    margin-bottom: -405px;
  }

  .tw .md\:-my-82{
    margin-top: -410px;
    margin-bottom: -410px;
  }

  .tw .md\:-my-83{
    margin-top: -415px;
    margin-bottom: -415px;
  }

  .tw .md\:-my-84{
    margin-top: -420px;
    margin-bottom: -420px;
  }

  .tw .md\:-my-85{
    margin-top: -425px;
    margin-bottom: -425px;
  }

  .tw .md\:-my-86{
    margin-top: -430px;
    margin-bottom: -430px;
  }

  .tw .md\:-my-87{
    margin-top: -435px;
    margin-bottom: -435px;
  }

  .tw .md\:-my-88{
    margin-top: -440px;
    margin-bottom: -440px;
  }

  .tw .md\:-my-89{
    margin-top: -445px;
    margin-bottom: -445px;
  }

  .tw .md\:-my-90{
    margin-top: -450px;
    margin-bottom: -450px;
  }

  .tw .md\:-my-91{
    margin-top: -455px;
    margin-bottom: -455px;
  }

  .tw .md\:-my-92{
    margin-top: -460px;
    margin-bottom: -460px;
  }

  .tw .md\:-my-93{
    margin-top: -465px;
    margin-bottom: -465px;
  }

  .tw .md\:-my-94{
    margin-top: -470px;
    margin-bottom: -470px;
  }

  .tw .md\:-my-95{
    margin-top: -475px;
    margin-bottom: -475px;
  }

  .tw .md\:-my-96{
    margin-top: -480px;
    margin-bottom: -480px;
  }

  .tw .md\:-my-97{
    margin-top: -485px;
    margin-bottom: -485px;
  }

  .tw .md\:-my-98{
    margin-top: -490px;
    margin-bottom: -490px;
  }

  .tw .md\:-my-99{
    margin-top: -495px;
    margin-bottom: -495px;
  }

  .tw .md\:-my-100{
    margin-top: -500px;
    margin-bottom: -500px;
  }

  .tw .md\:-my-101{
    margin-top: -505px;
    margin-bottom: -505px;
  }

  .tw .md\:-my-102{
    margin-top: -510px;
    margin-bottom: -510px;
  }

  .tw .md\:-my-103{
    margin-top: -515px;
    margin-bottom: -515px;
  }

  .tw .md\:-my-104{
    margin-top: -520px;
    margin-bottom: -520px;
  }

  .tw .md\:-my-105{
    margin-top: -525px;
    margin-bottom: -525px;
  }

  .tw .md\:-my-106{
    margin-top: -530px;
    margin-bottom: -530px;
  }

  .tw .md\:-my-107{
    margin-top: -535px;
    margin-bottom: -535px;
  }

  .tw .md\:-my-108{
    margin-top: -540px;
    margin-bottom: -540px;
  }

  .tw .md\:-my-109{
    margin-top: -545px;
    margin-bottom: -545px;
  }

  .tw .md\:-my-110{
    margin-top: -550px;
    margin-bottom: -550px;
  }

  .tw .md\:-my-111{
    margin-top: -555px;
    margin-bottom: -555px;
  }

  .tw .md\:-my-112{
    margin-top: -560px;
    margin-bottom: -560px;
  }

  .tw .md\:-my-113{
    margin-top: -565px;
    margin-bottom: -565px;
  }

  .tw .md\:-my-114{
    margin-top: -570px;
    margin-bottom: -570px;
  }

  .tw .md\:-my-115{
    margin-top: -575px;
    margin-bottom: -575px;
  }

  .tw .md\:-my-116{
    margin-top: -580px;
    margin-bottom: -580px;
  }

  .tw .md\:-my-117{
    margin-top: -585px;
    margin-bottom: -585px;
  }

  .tw .md\:-my-118{
    margin-top: -590px;
    margin-bottom: -590px;
  }

  .tw .md\:-my-119{
    margin-top: -595px;
    margin-bottom: -595px;
  }

  .tw .md\:-my-120{
    margin-top: -600px;
    margin-bottom: -600px;
  }

  .tw .md\:-my-121{
    margin-top: -605px;
    margin-bottom: -605px;
  }

  .tw .md\:-my-122{
    margin-top: -610px;
    margin-bottom: -610px;
  }

  .tw .md\:-my-123{
    margin-top: -615px;
    margin-bottom: -615px;
  }

  .tw .md\:-my-124{
    margin-top: -620px;
    margin-bottom: -620px;
  }

  .tw .md\:-my-125{
    margin-top: -625px;
    margin-bottom: -625px;
  }

  .tw .md\:-my-126{
    margin-top: -630px;
    margin-bottom: -630px;
  }

  .tw .md\:-my-127{
    margin-top: -635px;
    margin-bottom: -635px;
  }

  .tw .md\:-my-128{
    margin-top: -640px;
    margin-bottom: -640px;
  }

  .tw .md\:-my-129{
    margin-top: -645px;
    margin-bottom: -645px;
  }

  .tw .md\:-my-130{
    margin-top: -650px;
    margin-bottom: -650px;
  }

  .tw .md\:-my-131{
    margin-top: -655px;
    margin-bottom: -655px;
  }

  .tw .md\:-my-132{
    margin-top: -660px;
    margin-bottom: -660px;
  }

  .tw .md\:-my-133{
    margin-top: -665px;
    margin-bottom: -665px;
  }

  .tw .md\:-my-134{
    margin-top: -670px;
    margin-bottom: -670px;
  }

  .tw .md\:-my-135{
    margin-top: -675px;
    margin-bottom: -675px;
  }

  .tw .md\:-my-136{
    margin-top: -680px;
    margin-bottom: -680px;
  }

  .tw .md\:-my-137{
    margin-top: -685px;
    margin-bottom: -685px;
  }

  .tw .md\:-my-138{
    margin-top: -690px;
    margin-bottom: -690px;
  }

  .tw .md\:-my-139{
    margin-top: -695px;
    margin-bottom: -695px;
  }

  .tw .md\:-my-140{
    margin-top: -700px;
    margin-bottom: -700px;
  }

  .tw .md\:-my-141{
    margin-top: -705px;
    margin-bottom: -705px;
  }

  .tw .md\:-my-142{
    margin-top: -710px;
    margin-bottom: -710px;
  }

  .tw .md\:-my-143{
    margin-top: -715px;
    margin-bottom: -715px;
  }

  .tw .md\:-my-144{
    margin-top: -720px;
    margin-bottom: -720px;
  }

  .tw .md\:-my-145{
    margin-top: -725px;
    margin-bottom: -725px;
  }

  .tw .md\:-my-146{
    margin-top: -730px;
    margin-bottom: -730px;
  }

  .tw .md\:-my-147{
    margin-top: -735px;
    margin-bottom: -735px;
  }

  .tw .md\:-my-148{
    margin-top: -740px;
    margin-bottom: -740px;
  }

  .tw .md\:-my-149{
    margin-top: -745px;
    margin-bottom: -745px;
  }

  .tw .md\:-my-0\.5{
    margin-top: -3px;
    margin-bottom: -3px;
  }

  .tw .md\:-my-1px{
    margin-top: -1px;
    margin-bottom: -1px;
  }

  .tw .md\:-my-2px{
    margin-top: -2px;
    margin-bottom: -2px;
  }

  .tw .md\:-my-3px{
    margin-top: -3px;
    margin-bottom: -3px;
  }

  .tw .md\:-my-4px{
    margin-top: -4px;
    margin-bottom: -4px;
  }

  .tw .md\:-my-5px{
    margin-top: -5px;
    margin-bottom: -5px;
  }

  .tw .md\:-my-6px{
    margin-top: -6px;
    margin-bottom: -6px;
  }

  .tw .md\:-my-7px{
    margin-top: -7px;
    margin-bottom: -7px;
  }

  .tw .md\:-my-8px{
    margin-top: -8px;
    margin-bottom: -8px;
  }

  .tw .md\:-my-9px{
    margin-top: -9px;
    margin-bottom: -9px;
  }

  .tw .md\:-my-10px{
    margin-top: -10px;
    margin-bottom: -10px;
  }

  .tw .md\:-my-11px{
    margin-top: -11px;
    margin-bottom: -11px;
  }

  .tw .md\:-my-12px{
    margin-top: -12px;
    margin-bottom: -12px;
  }

  .tw .md\:-my-13px{
    margin-top: -13px;
    margin-bottom: -13px;
  }

  .tw .md\:-my-14px{
    margin-top: -14px;
    margin-bottom: -14px;
  }

  .tw .md\:-my-15px{
    margin-top: -15px;
    margin-bottom: -15px;
  }

  .tw .md\:-my-16px{
    margin-top: -16px;
    margin-bottom: -16px;
  }

  .tw .md\:-my-17px{
    margin-top: -17px;
    margin-bottom: -17px;
  }

  .tw .md\:-my-18px{
    margin-top: -18px;
    margin-bottom: -18px;
  }

  .tw .md\:-my-19px{
    margin-top: -19px;
    margin-bottom: -19px;
  }

  .tw .md\:-my-20px{
    margin-top: -20px;
    margin-bottom: -20px;
  }

  .tw .md\:-my-21px{
    margin-top: -21px;
    margin-bottom: -21px;
  }

  .tw .md\:-my-22px{
    margin-top: -22px;
    margin-bottom: -22px;
  }

  .tw .md\:-my-23px{
    margin-top: -23px;
    margin-bottom: -23px;
  }

  .tw .md\:-my-24px{
    margin-top: -24px;
    margin-bottom: -24px;
  }

  .tw .md\:-my-25px{
    margin-top: -25px;
    margin-bottom: -25px;
  }

  .tw .md\:-my-26px{
    margin-top: -26px;
    margin-bottom: -26px;
  }

  .tw .md\:-my-27px{
    margin-top: -27px;
    margin-bottom: -27px;
  }

  .tw .md\:-my-28px{
    margin-top: -28px;
    margin-bottom: -28px;
  }

  .tw .md\:-my-29px{
    margin-top: -29px;
    margin-bottom: -29px;
  }

  .tw .md\:-my-30px{
    margin-top: -30px;
    margin-bottom: -30px;
  }

  .tw .md\:-my-31px{
    margin-top: -31px;
    margin-bottom: -31px;
  }

  .tw .md\:-my-32px{
    margin-top: -32px;
    margin-bottom: -32px;
  }

  .tw .md\:-my-33px{
    margin-top: -33px;
    margin-bottom: -33px;
  }

  .tw .md\:-my-34px{
    margin-top: -34px;
    margin-bottom: -34px;
  }

  .tw .md\:-my-35px{
    margin-top: -35px;
    margin-bottom: -35px;
  }

  .tw .md\:-my-36px{
    margin-top: -36px;
    margin-bottom: -36px;
  }

  .tw .md\:-my-37px{
    margin-top: -37px;
    margin-bottom: -37px;
  }

  .tw .md\:-my-38px{
    margin-top: -38px;
    margin-bottom: -38px;
  }

  .tw .md\:-my-39px{
    margin-top: -39px;
    margin-bottom: -39px;
  }

  .tw .md\:-my-40px{
    margin-top: -40px;
    margin-bottom: -40px;
  }

  .tw .md\:last\:mx-0:last-child{
    margin-left: 0px;
    margin-right: 0px;
  }

  .tw .md\:last\:mx-1:last-child{
    margin-left: 5px;
    margin-right: 5px;
  }

  .tw .md\:last\:mx-2:last-child{
    margin-left: 10px;
    margin-right: 10px;
  }

  .tw .md\:last\:mx-3:last-child{
    margin-left: 15px;
    margin-right: 15px;
  }

  .tw .md\:last\:mx-4:last-child{
    margin-left: 20px;
    margin-right: 20px;
  }

  .tw .md\:last\:mx-5:last-child{
    margin-left: 25px;
    margin-right: 25px;
  }

  .tw .md\:last\:mx-6:last-child{
    margin-left: 30px;
    margin-right: 30px;
  }

  .tw .md\:last\:mx-7:last-child{
    margin-left: 35px;
    margin-right: 35px;
  }

  .tw .md\:last\:mx-8:last-child{
    margin-left: 40px;
    margin-right: 40px;
  }

  .tw .md\:last\:mx-9:last-child{
    margin-left: 45px;
    margin-right: 45px;
  }

  .tw .md\:last\:mx-10:last-child{
    margin-left: 50px;
    margin-right: 50px;
  }

  .tw .md\:last\:mx-11:last-child{
    margin-left: 55px;
    margin-right: 55px;
  }

  .tw .md\:last\:mx-12:last-child{
    margin-left: 60px;
    margin-right: 60px;
  }

  .tw .md\:last\:mx-13:last-child{
    margin-left: 65px;
    margin-right: 65px;
  }

  .tw .md\:last\:mx-14:last-child{
    margin-left: 70px;
    margin-right: 70px;
  }

  .tw .md\:last\:mx-15:last-child{
    margin-left: 75px;
    margin-right: 75px;
  }

  .tw .md\:last\:mx-16:last-child{
    margin-left: 80px;
    margin-right: 80px;
  }

  .tw .md\:last\:mx-17:last-child{
    margin-left: 85px;
    margin-right: 85px;
  }

  .tw .md\:last\:mx-18:last-child{
    margin-left: 90px;
    margin-right: 90px;
  }

  .tw .md\:last\:mx-19:last-child{
    margin-left: 95px;
    margin-right: 95px;
  }

  .tw .md\:last\:mx-20:last-child{
    margin-left: 100px;
    margin-right: 100px;
  }

  .tw .md\:last\:mx-21:last-child{
    margin-left: 105px;
    margin-right: 105px;
  }

  .tw .md\:last\:mx-22:last-child{
    margin-left: 110px;
    margin-right: 110px;
  }

  .tw .md\:last\:mx-23:last-child{
    margin-left: 115px;
    margin-right: 115px;
  }

  .tw .md\:last\:mx-24:last-child{
    margin-left: 120px;
    margin-right: 120px;
  }

  .tw .md\:last\:mx-25:last-child{
    margin-left: 125px;
    margin-right: 125px;
  }

  .tw .md\:last\:mx-26:last-child{
    margin-left: 130px;
    margin-right: 130px;
  }

  .tw .md\:last\:mx-27:last-child{
    margin-left: 135px;
    margin-right: 135px;
  }

  .tw .md\:last\:mx-28:last-child{
    margin-left: 140px;
    margin-right: 140px;
  }

  .tw .md\:last\:mx-29:last-child{
    margin-left: 145px;
    margin-right: 145px;
  }

  .tw .md\:last\:mx-30:last-child{
    margin-left: 150px;
    margin-right: 150px;
  }

  .tw .md\:last\:mx-31:last-child{
    margin-left: 155px;
    margin-right: 155px;
  }

  .tw .md\:last\:mx-32:last-child{
    margin-left: 160px;
    margin-right: 160px;
  }

  .tw .md\:last\:mx-33:last-child{
    margin-left: 165px;
    margin-right: 165px;
  }

  .tw .md\:last\:mx-34:last-child{
    margin-left: 170px;
    margin-right: 170px;
  }

  .tw .md\:last\:mx-35:last-child{
    margin-left: 175px;
    margin-right: 175px;
  }

  .tw .md\:last\:mx-36:last-child{
    margin-left: 180px;
    margin-right: 180px;
  }

  .tw .md\:last\:mx-37:last-child{
    margin-left: 185px;
    margin-right: 185px;
  }

  .tw .md\:last\:mx-38:last-child{
    margin-left: 190px;
    margin-right: 190px;
  }

  .tw .md\:last\:mx-39:last-child{
    margin-left: 195px;
    margin-right: 195px;
  }

  .tw .md\:last\:mx-40:last-child{
    margin-left: 200px;
    margin-right: 200px;
  }

  .tw .md\:last\:mx-41:last-child{
    margin-left: 205px;
    margin-right: 205px;
  }

  .tw .md\:last\:mx-42:last-child{
    margin-left: 210px;
    margin-right: 210px;
  }

  .tw .md\:last\:mx-43:last-child{
    margin-left: 215px;
    margin-right: 215px;
  }

  .tw .md\:last\:mx-44:last-child{
    margin-left: 220px;
    margin-right: 220px;
  }

  .tw .md\:last\:mx-45:last-child{
    margin-left: 225px;
    margin-right: 225px;
  }

  .tw .md\:last\:mx-46:last-child{
    margin-left: 230px;
    margin-right: 230px;
  }

  .tw .md\:last\:mx-47:last-child{
    margin-left: 235px;
    margin-right: 235px;
  }

  .tw .md\:last\:mx-48:last-child{
    margin-left: 240px;
    margin-right: 240px;
  }

  .tw .md\:last\:mx-49:last-child{
    margin-left: 245px;
    margin-right: 245px;
  }

  .tw .md\:last\:mx-50:last-child{
    margin-left: 250px;
    margin-right: 250px;
  }

  .tw .md\:last\:mx-51:last-child{
    margin-left: 255px;
    margin-right: 255px;
  }

  .tw .md\:last\:mx-52:last-child{
    margin-left: 260px;
    margin-right: 260px;
  }

  .tw .md\:last\:mx-53:last-child{
    margin-left: 265px;
    margin-right: 265px;
  }

  .tw .md\:last\:mx-54:last-child{
    margin-left: 270px;
    margin-right: 270px;
  }

  .tw .md\:last\:mx-55:last-child{
    margin-left: 275px;
    margin-right: 275px;
  }

  .tw .md\:last\:mx-56:last-child{
    margin-left: 280px;
    margin-right: 280px;
  }

  .tw .md\:last\:mx-57:last-child{
    margin-left: 285px;
    margin-right: 285px;
  }

  .tw .md\:last\:mx-58:last-child{
    margin-left: 290px;
    margin-right: 290px;
  }

  .tw .md\:last\:mx-59:last-child{
    margin-left: 295px;
    margin-right: 295px;
  }

  .tw .md\:last\:mx-60:last-child{
    margin-left: 300px;
    margin-right: 300px;
  }

  .tw .md\:last\:mx-61:last-child{
    margin-left: 305px;
    margin-right: 305px;
  }

  .tw .md\:last\:mx-62:last-child{
    margin-left: 310px;
    margin-right: 310px;
  }

  .tw .md\:last\:mx-63:last-child{
    margin-left: 315px;
    margin-right: 315px;
  }

  .tw .md\:last\:mx-64:last-child{
    margin-left: 320px;
    margin-right: 320px;
  }

  .tw .md\:last\:mx-65:last-child{
    margin-left: 325px;
    margin-right: 325px;
  }

  .tw .md\:last\:mx-66:last-child{
    margin-left: 330px;
    margin-right: 330px;
  }

  .tw .md\:last\:mx-67:last-child{
    margin-left: 335px;
    margin-right: 335px;
  }

  .tw .md\:last\:mx-68:last-child{
    margin-left: 340px;
    margin-right: 340px;
  }

  .tw .md\:last\:mx-69:last-child{
    margin-left: 345px;
    margin-right: 345px;
  }

  .tw .md\:last\:mx-70:last-child{
    margin-left: 350px;
    margin-right: 350px;
  }

  .tw .md\:last\:mx-71:last-child{
    margin-left: 355px;
    margin-right: 355px;
  }

  .tw .md\:last\:mx-72:last-child{
    margin-left: 360px;
    margin-right: 360px;
  }

  .tw .md\:last\:mx-73:last-child{
    margin-left: 365px;
    margin-right: 365px;
  }

  .tw .md\:last\:mx-74:last-child{
    margin-left: 370px;
    margin-right: 370px;
  }

  .tw .md\:last\:mx-75:last-child{
    margin-left: 375px;
    margin-right: 375px;
  }

  .tw .md\:last\:mx-76:last-child{
    margin-left: 380px;
    margin-right: 380px;
  }

  .tw .md\:last\:mx-77:last-child{
    margin-left: 385px;
    margin-right: 385px;
  }

  .tw .md\:last\:mx-78:last-child{
    margin-left: 390px;
    margin-right: 390px;
  }

  .tw .md\:last\:mx-79:last-child{
    margin-left: 395px;
    margin-right: 395px;
  }

  .tw .md\:last\:mx-80:last-child{
    margin-left: 400px;
    margin-right: 400px;
  }

  .tw .md\:last\:mx-81:last-child{
    margin-left: 405px;
    margin-right: 405px;
  }

  .tw .md\:last\:mx-82:last-child{
    margin-left: 410px;
    margin-right: 410px;
  }

  .tw .md\:last\:mx-83:last-child{
    margin-left: 415px;
    margin-right: 415px;
  }

  .tw .md\:last\:mx-84:last-child{
    margin-left: 420px;
    margin-right: 420px;
  }

  .tw .md\:last\:mx-85:last-child{
    margin-left: 425px;
    margin-right: 425px;
  }

  .tw .md\:last\:mx-86:last-child{
    margin-left: 430px;
    margin-right: 430px;
  }

  .tw .md\:last\:mx-87:last-child{
    margin-left: 435px;
    margin-right: 435px;
  }

  .tw .md\:last\:mx-88:last-child{
    margin-left: 440px;
    margin-right: 440px;
  }

  .tw .md\:last\:mx-89:last-child{
    margin-left: 445px;
    margin-right: 445px;
  }

  .tw .md\:last\:mx-90:last-child{
    margin-left: 450px;
    margin-right: 450px;
  }

  .tw .md\:last\:mx-91:last-child{
    margin-left: 455px;
    margin-right: 455px;
  }

  .tw .md\:last\:mx-92:last-child{
    margin-left: 460px;
    margin-right: 460px;
  }

  .tw .md\:last\:mx-93:last-child{
    margin-left: 465px;
    margin-right: 465px;
  }

  .tw .md\:last\:mx-94:last-child{
    margin-left: 470px;
    margin-right: 470px;
  }

  .tw .md\:last\:mx-95:last-child{
    margin-left: 475px;
    margin-right: 475px;
  }

  .tw .md\:last\:mx-96:last-child{
    margin-left: 480px;
    margin-right: 480px;
  }

  .tw .md\:last\:mx-97:last-child{
    margin-left: 485px;
    margin-right: 485px;
  }

  .tw .md\:last\:mx-98:last-child{
    margin-left: 490px;
    margin-right: 490px;
  }

  .tw .md\:last\:mx-99:last-child{
    margin-left: 495px;
    margin-right: 495px;
  }

  .tw .md\:last\:mx-100:last-child{
    margin-left: 500px;
    margin-right: 500px;
  }

  .tw .md\:last\:mx-101:last-child{
    margin-left: 505px;
    margin-right: 505px;
  }

  .tw .md\:last\:mx-102:last-child{
    margin-left: 510px;
    margin-right: 510px;
  }

  .tw .md\:last\:mx-103:last-child{
    margin-left: 515px;
    margin-right: 515px;
  }

  .tw .md\:last\:mx-104:last-child{
    margin-left: 520px;
    margin-right: 520px;
  }

  .tw .md\:last\:mx-105:last-child{
    margin-left: 525px;
    margin-right: 525px;
  }

  .tw .md\:last\:mx-106:last-child{
    margin-left: 530px;
    margin-right: 530px;
  }

  .tw .md\:last\:mx-107:last-child{
    margin-left: 535px;
    margin-right: 535px;
  }

  .tw .md\:last\:mx-108:last-child{
    margin-left: 540px;
    margin-right: 540px;
  }

  .tw .md\:last\:mx-109:last-child{
    margin-left: 545px;
    margin-right: 545px;
  }

  .tw .md\:last\:mx-110:last-child{
    margin-left: 550px;
    margin-right: 550px;
  }

  .tw .md\:last\:mx-111:last-child{
    margin-left: 555px;
    margin-right: 555px;
  }

  .tw .md\:last\:mx-112:last-child{
    margin-left: 560px;
    margin-right: 560px;
  }

  .tw .md\:last\:mx-113:last-child{
    margin-left: 565px;
    margin-right: 565px;
  }

  .tw .md\:last\:mx-114:last-child{
    margin-left: 570px;
    margin-right: 570px;
  }

  .tw .md\:last\:mx-115:last-child{
    margin-left: 575px;
    margin-right: 575px;
  }

  .tw .md\:last\:mx-116:last-child{
    margin-left: 580px;
    margin-right: 580px;
  }

  .tw .md\:last\:mx-117:last-child{
    margin-left: 585px;
    margin-right: 585px;
  }

  .tw .md\:last\:mx-118:last-child{
    margin-left: 590px;
    margin-right: 590px;
  }

  .tw .md\:last\:mx-119:last-child{
    margin-left: 595px;
    margin-right: 595px;
  }

  .tw .md\:last\:mx-120:last-child{
    margin-left: 600px;
    margin-right: 600px;
  }

  .tw .md\:last\:mx-121:last-child{
    margin-left: 605px;
    margin-right: 605px;
  }

  .tw .md\:last\:mx-122:last-child{
    margin-left: 610px;
    margin-right: 610px;
  }

  .tw .md\:last\:mx-123:last-child{
    margin-left: 615px;
    margin-right: 615px;
  }

  .tw .md\:last\:mx-124:last-child{
    margin-left: 620px;
    margin-right: 620px;
  }

  .tw .md\:last\:mx-125:last-child{
    margin-left: 625px;
    margin-right: 625px;
  }

  .tw .md\:last\:mx-126:last-child{
    margin-left: 630px;
    margin-right: 630px;
  }

  .tw .md\:last\:mx-127:last-child{
    margin-left: 635px;
    margin-right: 635px;
  }

  .tw .md\:last\:mx-128:last-child{
    margin-left: 640px;
    margin-right: 640px;
  }

  .tw .md\:last\:mx-129:last-child{
    margin-left: 645px;
    margin-right: 645px;
  }

  .tw .md\:last\:mx-130:last-child{
    margin-left: 650px;
    margin-right: 650px;
  }

  .tw .md\:last\:mx-131:last-child{
    margin-left: 655px;
    margin-right: 655px;
  }

  .tw .md\:last\:mx-132:last-child{
    margin-left: 660px;
    margin-right: 660px;
  }

  .tw .md\:last\:mx-133:last-child{
    margin-left: 665px;
    margin-right: 665px;
  }

  .tw .md\:last\:mx-134:last-child{
    margin-left: 670px;
    margin-right: 670px;
  }

  .tw .md\:last\:mx-135:last-child{
    margin-left: 675px;
    margin-right: 675px;
  }

  .tw .md\:last\:mx-136:last-child{
    margin-left: 680px;
    margin-right: 680px;
  }

  .tw .md\:last\:mx-137:last-child{
    margin-left: 685px;
    margin-right: 685px;
  }

  .tw .md\:last\:mx-138:last-child{
    margin-left: 690px;
    margin-right: 690px;
  }

  .tw .md\:last\:mx-139:last-child{
    margin-left: 695px;
    margin-right: 695px;
  }

  .tw .md\:last\:mx-140:last-child{
    margin-left: 700px;
    margin-right: 700px;
  }

  .tw .md\:last\:mx-141:last-child{
    margin-left: 705px;
    margin-right: 705px;
  }

  .tw .md\:last\:mx-142:last-child{
    margin-left: 710px;
    margin-right: 710px;
  }

  .tw .md\:last\:mx-143:last-child{
    margin-left: 715px;
    margin-right: 715px;
  }

  .tw .md\:last\:mx-144:last-child{
    margin-left: 720px;
    margin-right: 720px;
  }

  .tw .md\:last\:mx-145:last-child{
    margin-left: 725px;
    margin-right: 725px;
  }

  .tw .md\:last\:mx-146:last-child{
    margin-left: 730px;
    margin-right: 730px;
  }

  .tw .md\:last\:mx-147:last-child{
    margin-left: 735px;
    margin-right: 735px;
  }

  .tw .md\:last\:mx-148:last-child{
    margin-left: 740px;
    margin-right: 740px;
  }

  .tw .md\:last\:mx-149:last-child{
    margin-left: 745px;
    margin-right: 745px;
  }

  .tw .md\:last\:mx-auto:last-child{
    margin-left: auto;
    margin-right: auto;
  }

  .tw .md\:last\:mx-0\.5:last-child{
    margin-left: 3px;
    margin-right: 3px;
  }

  .tw .md\:last\:mx-1px:last-child{
    margin-left: 1px;
    margin-right: 1px;
  }

  .tw .md\:last\:mx-2px:last-child{
    margin-left: 2px;
    margin-right: 2px;
  }

  .tw .md\:last\:mx-3px:last-child{
    margin-left: 3px;
    margin-right: 3px;
  }

  .tw .md\:last\:mx-4px:last-child{
    margin-left: 4px;
    margin-right: 4px;
  }

  .tw .md\:last\:mx-5px:last-child{
    margin-left: 5px;
    margin-right: 5px;
  }

  .tw .md\:last\:mx-6px:last-child{
    margin-left: 6px;
    margin-right: 6px;
  }

  .tw .md\:last\:mx-7px:last-child{
    margin-left: 7px;
    margin-right: 7px;
  }

  .tw .md\:last\:mx-8px:last-child{
    margin-left: 8px;
    margin-right: 8px;
  }

  .tw .md\:last\:mx-9px:last-child{
    margin-left: 9px;
    margin-right: 9px;
  }

  .tw .md\:last\:mx-10px:last-child{
    margin-left: 10px;
    margin-right: 10px;
  }

  .tw .md\:last\:mx-11px:last-child{
    margin-left: 11px;
    margin-right: 11px;
  }

  .tw .md\:last\:mx-12px:last-child{
    margin-left: 12px;
    margin-right: 12px;
  }

  .tw .md\:last\:mx-13px:last-child{
    margin-left: 13px;
    margin-right: 13px;
  }

  .tw .md\:last\:mx-14px:last-child{
    margin-left: 14px;
    margin-right: 14px;
  }

  .tw .md\:last\:mx-15px:last-child{
    margin-left: 15px;
    margin-right: 15px;
  }

  .tw .md\:last\:mx-16px:last-child{
    margin-left: 16px;
    margin-right: 16px;
  }

  .tw .md\:last\:mx-17px:last-child{
    margin-left: 17px;
    margin-right: 17px;
  }

  .tw .md\:last\:mx-18px:last-child{
    margin-left: 18px;
    margin-right: 18px;
  }

  .tw .md\:last\:mx-19px:last-child{
    margin-left: 19px;
    margin-right: 19px;
  }

  .tw .md\:last\:mx-20px:last-child{
    margin-left: 20px;
    margin-right: 20px;
  }

  .tw .md\:last\:mx-21px:last-child{
    margin-left: 21px;
    margin-right: 21px;
  }

  .tw .md\:last\:mx-22px:last-child{
    margin-left: 22px;
    margin-right: 22px;
  }

  .tw .md\:last\:mx-23px:last-child{
    margin-left: 23px;
    margin-right: 23px;
  }

  .tw .md\:last\:mx-24px:last-child{
    margin-left: 24px;
    margin-right: 24px;
  }

  .tw .md\:last\:mx-25px:last-child{
    margin-left: 25px;
    margin-right: 25px;
  }

  .tw .md\:last\:mx-26px:last-child{
    margin-left: 26px;
    margin-right: 26px;
  }

  .tw .md\:last\:mx-27px:last-child{
    margin-left: 27px;
    margin-right: 27px;
  }

  .tw .md\:last\:mx-28px:last-child{
    margin-left: 28px;
    margin-right: 28px;
  }

  .tw .md\:last\:mx-29px:last-child{
    margin-left: 29px;
    margin-right: 29px;
  }

  .tw .md\:last\:mx-30px:last-child{
    margin-left: 30px;
    margin-right: 30px;
  }

  .tw .md\:last\:mx-31px:last-child{
    margin-left: 31px;
    margin-right: 31px;
  }

  .tw .md\:last\:mx-32px:last-child{
    margin-left: 32px;
    margin-right: 32px;
  }

  .tw .md\:last\:mx-33px:last-child{
    margin-left: 33px;
    margin-right: 33px;
  }

  .tw .md\:last\:mx-34px:last-child{
    margin-left: 34px;
    margin-right: 34px;
  }

  .tw .md\:last\:mx-35px:last-child{
    margin-left: 35px;
    margin-right: 35px;
  }

  .tw .md\:last\:mx-36px:last-child{
    margin-left: 36px;
    margin-right: 36px;
  }

  .tw .md\:last\:mx-37px:last-child{
    margin-left: 37px;
    margin-right: 37px;
  }

  .tw .md\:last\:mx-38px:last-child{
    margin-left: 38px;
    margin-right: 38px;
  }

  .tw .md\:last\:mx-39px:last-child{
    margin-left: 39px;
    margin-right: 39px;
  }

  .tw .md\:last\:mx-40px:last-child{
    margin-left: 40px;
    margin-right: 40px;
  }

  .tw .md\:last\:-mx-0:last-child{
    margin-left: 0px;
    margin-right: 0px;
  }

  .tw .md\:last\:-mx-1:last-child{
    margin-left: -5px;
    margin-right: -5px;
  }

  .tw .md\:last\:-mx-2:last-child{
    margin-left: -10px;
    margin-right: -10px;
  }

  .tw .md\:last\:-mx-3:last-child{
    margin-left: -15px;
    margin-right: -15px;
  }

  .tw .md\:last\:-mx-4:last-child{
    margin-left: -20px;
    margin-right: -20px;
  }

  .tw .md\:last\:-mx-5:last-child{
    margin-left: -25px;
    margin-right: -25px;
  }

  .tw .md\:last\:-mx-6:last-child{
    margin-left: -30px;
    margin-right: -30px;
  }

  .tw .md\:last\:-mx-7:last-child{
    margin-left: -35px;
    margin-right: -35px;
  }

  .tw .md\:last\:-mx-8:last-child{
    margin-left: -40px;
    margin-right: -40px;
  }

  .tw .md\:last\:-mx-9:last-child{
    margin-left: -45px;
    margin-right: -45px;
  }

  .tw .md\:last\:-mx-10:last-child{
    margin-left: -50px;
    margin-right: -50px;
  }

  .tw .md\:last\:-mx-11:last-child{
    margin-left: -55px;
    margin-right: -55px;
  }

  .tw .md\:last\:-mx-12:last-child{
    margin-left: -60px;
    margin-right: -60px;
  }

  .tw .md\:last\:-mx-13:last-child{
    margin-left: -65px;
    margin-right: -65px;
  }

  .tw .md\:last\:-mx-14:last-child{
    margin-left: -70px;
    margin-right: -70px;
  }

  .tw .md\:last\:-mx-15:last-child{
    margin-left: -75px;
    margin-right: -75px;
  }

  .tw .md\:last\:-mx-16:last-child{
    margin-left: -80px;
    margin-right: -80px;
  }

  .tw .md\:last\:-mx-17:last-child{
    margin-left: -85px;
    margin-right: -85px;
  }

  .tw .md\:last\:-mx-18:last-child{
    margin-left: -90px;
    margin-right: -90px;
  }

  .tw .md\:last\:-mx-19:last-child{
    margin-left: -95px;
    margin-right: -95px;
  }

  .tw .md\:last\:-mx-20:last-child{
    margin-left: -100px;
    margin-right: -100px;
  }

  .tw .md\:last\:-mx-21:last-child{
    margin-left: -105px;
    margin-right: -105px;
  }

  .tw .md\:last\:-mx-22:last-child{
    margin-left: -110px;
    margin-right: -110px;
  }

  .tw .md\:last\:-mx-23:last-child{
    margin-left: -115px;
    margin-right: -115px;
  }

  .tw .md\:last\:-mx-24:last-child{
    margin-left: -120px;
    margin-right: -120px;
  }

  .tw .md\:last\:-mx-25:last-child{
    margin-left: -125px;
    margin-right: -125px;
  }

  .tw .md\:last\:-mx-26:last-child{
    margin-left: -130px;
    margin-right: -130px;
  }

  .tw .md\:last\:-mx-27:last-child{
    margin-left: -135px;
    margin-right: -135px;
  }

  .tw .md\:last\:-mx-28:last-child{
    margin-left: -140px;
    margin-right: -140px;
  }

  .tw .md\:last\:-mx-29:last-child{
    margin-left: -145px;
    margin-right: -145px;
  }

  .tw .md\:last\:-mx-30:last-child{
    margin-left: -150px;
    margin-right: -150px;
  }

  .tw .md\:last\:-mx-31:last-child{
    margin-left: -155px;
    margin-right: -155px;
  }

  .tw .md\:last\:-mx-32:last-child{
    margin-left: -160px;
    margin-right: -160px;
  }

  .tw .md\:last\:-mx-33:last-child{
    margin-left: -165px;
    margin-right: -165px;
  }

  .tw .md\:last\:-mx-34:last-child{
    margin-left: -170px;
    margin-right: -170px;
  }

  .tw .md\:last\:-mx-35:last-child{
    margin-left: -175px;
    margin-right: -175px;
  }

  .tw .md\:last\:-mx-36:last-child{
    margin-left: -180px;
    margin-right: -180px;
  }

  .tw .md\:last\:-mx-37:last-child{
    margin-left: -185px;
    margin-right: -185px;
  }

  .tw .md\:last\:-mx-38:last-child{
    margin-left: -190px;
    margin-right: -190px;
  }

  .tw .md\:last\:-mx-39:last-child{
    margin-left: -195px;
    margin-right: -195px;
  }

  .tw .md\:last\:-mx-40:last-child{
    margin-left: -200px;
    margin-right: -200px;
  }

  .tw .md\:last\:-mx-41:last-child{
    margin-left: -205px;
    margin-right: -205px;
  }

  .tw .md\:last\:-mx-42:last-child{
    margin-left: -210px;
    margin-right: -210px;
  }

  .tw .md\:last\:-mx-43:last-child{
    margin-left: -215px;
    margin-right: -215px;
  }

  .tw .md\:last\:-mx-44:last-child{
    margin-left: -220px;
    margin-right: -220px;
  }

  .tw .md\:last\:-mx-45:last-child{
    margin-left: -225px;
    margin-right: -225px;
  }

  .tw .md\:last\:-mx-46:last-child{
    margin-left: -230px;
    margin-right: -230px;
  }

  .tw .md\:last\:-mx-47:last-child{
    margin-left: -235px;
    margin-right: -235px;
  }

  .tw .md\:last\:-mx-48:last-child{
    margin-left: -240px;
    margin-right: -240px;
  }

  .tw .md\:last\:-mx-49:last-child{
    margin-left: -245px;
    margin-right: -245px;
  }

  .tw .md\:last\:-mx-50:last-child{
    margin-left: -250px;
    margin-right: -250px;
  }

  .tw .md\:last\:-mx-51:last-child{
    margin-left: -255px;
    margin-right: -255px;
  }

  .tw .md\:last\:-mx-52:last-child{
    margin-left: -260px;
    margin-right: -260px;
  }

  .tw .md\:last\:-mx-53:last-child{
    margin-left: -265px;
    margin-right: -265px;
  }

  .tw .md\:last\:-mx-54:last-child{
    margin-left: -270px;
    margin-right: -270px;
  }

  .tw .md\:last\:-mx-55:last-child{
    margin-left: -275px;
    margin-right: -275px;
  }

  .tw .md\:last\:-mx-56:last-child{
    margin-left: -280px;
    margin-right: -280px;
  }

  .tw .md\:last\:-mx-57:last-child{
    margin-left: -285px;
    margin-right: -285px;
  }

  .tw .md\:last\:-mx-58:last-child{
    margin-left: -290px;
    margin-right: -290px;
  }

  .tw .md\:last\:-mx-59:last-child{
    margin-left: -295px;
    margin-right: -295px;
  }

  .tw .md\:last\:-mx-60:last-child{
    margin-left: -300px;
    margin-right: -300px;
  }

  .tw .md\:last\:-mx-61:last-child{
    margin-left: -305px;
    margin-right: -305px;
  }

  .tw .md\:last\:-mx-62:last-child{
    margin-left: -310px;
    margin-right: -310px;
  }

  .tw .md\:last\:-mx-63:last-child{
    margin-left: -315px;
    margin-right: -315px;
  }

  .tw .md\:last\:-mx-64:last-child{
    margin-left: -320px;
    margin-right: -320px;
  }

  .tw .md\:last\:-mx-65:last-child{
    margin-left: -325px;
    margin-right: -325px;
  }

  .tw .md\:last\:-mx-66:last-child{
    margin-left: -330px;
    margin-right: -330px;
  }

  .tw .md\:last\:-mx-67:last-child{
    margin-left: -335px;
    margin-right: -335px;
  }

  .tw .md\:last\:-mx-68:last-child{
    margin-left: -340px;
    margin-right: -340px;
  }

  .tw .md\:last\:-mx-69:last-child{
    margin-left: -345px;
    margin-right: -345px;
  }

  .tw .md\:last\:-mx-70:last-child{
    margin-left: -350px;
    margin-right: -350px;
  }

  .tw .md\:last\:-mx-71:last-child{
    margin-left: -355px;
    margin-right: -355px;
  }

  .tw .md\:last\:-mx-72:last-child{
    margin-left: -360px;
    margin-right: -360px;
  }

  .tw .md\:last\:-mx-73:last-child{
    margin-left: -365px;
    margin-right: -365px;
  }

  .tw .md\:last\:-mx-74:last-child{
    margin-left: -370px;
    margin-right: -370px;
  }

  .tw .md\:last\:-mx-75:last-child{
    margin-left: -375px;
    margin-right: -375px;
  }

  .tw .md\:last\:-mx-76:last-child{
    margin-left: -380px;
    margin-right: -380px;
  }

  .tw .md\:last\:-mx-77:last-child{
    margin-left: -385px;
    margin-right: -385px;
  }

  .tw .md\:last\:-mx-78:last-child{
    margin-left: -390px;
    margin-right: -390px;
  }

  .tw .md\:last\:-mx-79:last-child{
    margin-left: -395px;
    margin-right: -395px;
  }

  .tw .md\:last\:-mx-80:last-child{
    margin-left: -400px;
    margin-right: -400px;
  }

  .tw .md\:last\:-mx-81:last-child{
    margin-left: -405px;
    margin-right: -405px;
  }

  .tw .md\:last\:-mx-82:last-child{
    margin-left: -410px;
    margin-right: -410px;
  }

  .tw .md\:last\:-mx-83:last-child{
    margin-left: -415px;
    margin-right: -415px;
  }

  .tw .md\:last\:-mx-84:last-child{
    margin-left: -420px;
    margin-right: -420px;
  }

  .tw .md\:last\:-mx-85:last-child{
    margin-left: -425px;
    margin-right: -425px;
  }

  .tw .md\:last\:-mx-86:last-child{
    margin-left: -430px;
    margin-right: -430px;
  }

  .tw .md\:last\:-mx-87:last-child{
    margin-left: -435px;
    margin-right: -435px;
  }

  .tw .md\:last\:-mx-88:last-child{
    margin-left: -440px;
    margin-right: -440px;
  }

  .tw .md\:last\:-mx-89:last-child{
    margin-left: -445px;
    margin-right: -445px;
  }

  .tw .md\:last\:-mx-90:last-child{
    margin-left: -450px;
    margin-right: -450px;
  }

  .tw .md\:last\:-mx-91:last-child{
    margin-left: -455px;
    margin-right: -455px;
  }

  .tw .md\:last\:-mx-92:last-child{
    margin-left: -460px;
    margin-right: -460px;
  }

  .tw .md\:last\:-mx-93:last-child{
    margin-left: -465px;
    margin-right: -465px;
  }

  .tw .md\:last\:-mx-94:last-child{
    margin-left: -470px;
    margin-right: -470px;
  }

  .tw .md\:last\:-mx-95:last-child{
    margin-left: -475px;
    margin-right: -475px;
  }

  .tw .md\:last\:-mx-96:last-child{
    margin-left: -480px;
    margin-right: -480px;
  }

  .tw .md\:last\:-mx-97:last-child{
    margin-left: -485px;
    margin-right: -485px;
  }

  .tw .md\:last\:-mx-98:last-child{
    margin-left: -490px;
    margin-right: -490px;
  }

  .tw .md\:last\:-mx-99:last-child{
    margin-left: -495px;
    margin-right: -495px;
  }

  .tw .md\:last\:-mx-100:last-child{
    margin-left: -500px;
    margin-right: -500px;
  }

  .tw .md\:last\:-mx-101:last-child{
    margin-left: -505px;
    margin-right: -505px;
  }

  .tw .md\:last\:-mx-102:last-child{
    margin-left: -510px;
    margin-right: -510px;
  }

  .tw .md\:last\:-mx-103:last-child{
    margin-left: -515px;
    margin-right: -515px;
  }

  .tw .md\:last\:-mx-104:last-child{
    margin-left: -520px;
    margin-right: -520px;
  }

  .tw .md\:last\:-mx-105:last-child{
    margin-left: -525px;
    margin-right: -525px;
  }

  .tw .md\:last\:-mx-106:last-child{
    margin-left: -530px;
    margin-right: -530px;
  }

  .tw .md\:last\:-mx-107:last-child{
    margin-left: -535px;
    margin-right: -535px;
  }

  .tw .md\:last\:-mx-108:last-child{
    margin-left: -540px;
    margin-right: -540px;
  }

  .tw .md\:last\:-mx-109:last-child{
    margin-left: -545px;
    margin-right: -545px;
  }

  .tw .md\:last\:-mx-110:last-child{
    margin-left: -550px;
    margin-right: -550px;
  }

  .tw .md\:last\:-mx-111:last-child{
    margin-left: -555px;
    margin-right: -555px;
  }

  .tw .md\:last\:-mx-112:last-child{
    margin-left: -560px;
    margin-right: -560px;
  }

  .tw .md\:last\:-mx-113:last-child{
    margin-left: -565px;
    margin-right: -565px;
  }

  .tw .md\:last\:-mx-114:last-child{
    margin-left: -570px;
    margin-right: -570px;
  }

  .tw .md\:last\:-mx-115:last-child{
    margin-left: -575px;
    margin-right: -575px;
  }

  .tw .md\:last\:-mx-116:last-child{
    margin-left: -580px;
    margin-right: -580px;
  }

  .tw .md\:last\:-mx-117:last-child{
    margin-left: -585px;
    margin-right: -585px;
  }

  .tw .md\:last\:-mx-118:last-child{
    margin-left: -590px;
    margin-right: -590px;
  }

  .tw .md\:last\:-mx-119:last-child{
    margin-left: -595px;
    margin-right: -595px;
  }

  .tw .md\:last\:-mx-120:last-child{
    margin-left: -600px;
    margin-right: -600px;
  }

  .tw .md\:last\:-mx-121:last-child{
    margin-left: -605px;
    margin-right: -605px;
  }

  .tw .md\:last\:-mx-122:last-child{
    margin-left: -610px;
    margin-right: -610px;
  }

  .tw .md\:last\:-mx-123:last-child{
    margin-left: -615px;
    margin-right: -615px;
  }

  .tw .md\:last\:-mx-124:last-child{
    margin-left: -620px;
    margin-right: -620px;
  }

  .tw .md\:last\:-mx-125:last-child{
    margin-left: -625px;
    margin-right: -625px;
  }

  .tw .md\:last\:-mx-126:last-child{
    margin-left: -630px;
    margin-right: -630px;
  }

  .tw .md\:last\:-mx-127:last-child{
    margin-left: -635px;
    margin-right: -635px;
  }

  .tw .md\:last\:-mx-128:last-child{
    margin-left: -640px;
    margin-right: -640px;
  }

  .tw .md\:last\:-mx-129:last-child{
    margin-left: -645px;
    margin-right: -645px;
  }

  .tw .md\:last\:-mx-130:last-child{
    margin-left: -650px;
    margin-right: -650px;
  }

  .tw .md\:last\:-mx-131:last-child{
    margin-left: -655px;
    margin-right: -655px;
  }

  .tw .md\:last\:-mx-132:last-child{
    margin-left: -660px;
    margin-right: -660px;
  }

  .tw .md\:last\:-mx-133:last-child{
    margin-left: -665px;
    margin-right: -665px;
  }

  .tw .md\:last\:-mx-134:last-child{
    margin-left: -670px;
    margin-right: -670px;
  }

  .tw .md\:last\:-mx-135:last-child{
    margin-left: -675px;
    margin-right: -675px;
  }

  .tw .md\:last\:-mx-136:last-child{
    margin-left: -680px;
    margin-right: -680px;
  }

  .tw .md\:last\:-mx-137:last-child{
    margin-left: -685px;
    margin-right: -685px;
  }

  .tw .md\:last\:-mx-138:last-child{
    margin-left: -690px;
    margin-right: -690px;
  }

  .tw .md\:last\:-mx-139:last-child{
    margin-left: -695px;
    margin-right: -695px;
  }

  .tw .md\:last\:-mx-140:last-child{
    margin-left: -700px;
    margin-right: -700px;
  }

  .tw .md\:last\:-mx-141:last-child{
    margin-left: -705px;
    margin-right: -705px;
  }

  .tw .md\:last\:-mx-142:last-child{
    margin-left: -710px;
    margin-right: -710px;
  }

  .tw .md\:last\:-mx-143:last-child{
    margin-left: -715px;
    margin-right: -715px;
  }

  .tw .md\:last\:-mx-144:last-child{
    margin-left: -720px;
    margin-right: -720px;
  }

  .tw .md\:last\:-mx-145:last-child{
    margin-left: -725px;
    margin-right: -725px;
  }

  .tw .md\:last\:-mx-146:last-child{
    margin-left: -730px;
    margin-right: -730px;
  }

  .tw .md\:last\:-mx-147:last-child{
    margin-left: -735px;
    margin-right: -735px;
  }

  .tw .md\:last\:-mx-148:last-child{
    margin-left: -740px;
    margin-right: -740px;
  }

  .tw .md\:last\:-mx-149:last-child{
    margin-left: -745px;
    margin-right: -745px;
  }

  .tw .md\:last\:-mx-0\.5:last-child{
    margin-left: -3px;
    margin-right: -3px;
  }

  .tw .md\:last\:-mx-1px:last-child{
    margin-left: -1px;
    margin-right: -1px;
  }

  .tw .md\:last\:-mx-2px:last-child{
    margin-left: -2px;
    margin-right: -2px;
  }

  .tw .md\:last\:-mx-3px:last-child{
    margin-left: -3px;
    margin-right: -3px;
  }

  .tw .md\:last\:-mx-4px:last-child{
    margin-left: -4px;
    margin-right: -4px;
  }

  .tw .md\:last\:-mx-5px:last-child{
    margin-left: -5px;
    margin-right: -5px;
  }

  .tw .md\:last\:-mx-6px:last-child{
    margin-left: -6px;
    margin-right: -6px;
  }

  .tw .md\:last\:-mx-7px:last-child{
    margin-left: -7px;
    margin-right: -7px;
  }

  .tw .md\:last\:-mx-8px:last-child{
    margin-left: -8px;
    margin-right: -8px;
  }

  .tw .md\:last\:-mx-9px:last-child{
    margin-left: -9px;
    margin-right: -9px;
  }

  .tw .md\:last\:-mx-10px:last-child{
    margin-left: -10px;
    margin-right: -10px;
  }

  .tw .md\:last\:-mx-11px:last-child{
    margin-left: -11px;
    margin-right: -11px;
  }

  .tw .md\:last\:-mx-12px:last-child{
    margin-left: -12px;
    margin-right: -12px;
  }

  .tw .md\:last\:-mx-13px:last-child{
    margin-left: -13px;
    margin-right: -13px;
  }

  .tw .md\:last\:-mx-14px:last-child{
    margin-left: -14px;
    margin-right: -14px;
  }

  .tw .md\:last\:-mx-15px:last-child{
    margin-left: -15px;
    margin-right: -15px;
  }

  .tw .md\:last\:-mx-16px:last-child{
    margin-left: -16px;
    margin-right: -16px;
  }

  .tw .md\:last\:-mx-17px:last-child{
    margin-left: -17px;
    margin-right: -17px;
  }

  .tw .md\:last\:-mx-18px:last-child{
    margin-left: -18px;
    margin-right: -18px;
  }

  .tw .md\:last\:-mx-19px:last-child{
    margin-left: -19px;
    margin-right: -19px;
  }

  .tw .md\:last\:-mx-20px:last-child{
    margin-left: -20px;
    margin-right: -20px;
  }

  .tw .md\:last\:-mx-21px:last-child{
    margin-left: -21px;
    margin-right: -21px;
  }

  .tw .md\:last\:-mx-22px:last-child{
    margin-left: -22px;
    margin-right: -22px;
  }

  .tw .md\:last\:-mx-23px:last-child{
    margin-left: -23px;
    margin-right: -23px;
  }

  .tw .md\:last\:-mx-24px:last-child{
    margin-left: -24px;
    margin-right: -24px;
  }

  .tw .md\:last\:-mx-25px:last-child{
    margin-left: -25px;
    margin-right: -25px;
  }

  .tw .md\:last\:-mx-26px:last-child{
    margin-left: -26px;
    margin-right: -26px;
  }

  .tw .md\:last\:-mx-27px:last-child{
    margin-left: -27px;
    margin-right: -27px;
  }

  .tw .md\:last\:-mx-28px:last-child{
    margin-left: -28px;
    margin-right: -28px;
  }

  .tw .md\:last\:-mx-29px:last-child{
    margin-left: -29px;
    margin-right: -29px;
  }

  .tw .md\:last\:-mx-30px:last-child{
    margin-left: -30px;
    margin-right: -30px;
  }

  .tw .md\:last\:-mx-31px:last-child{
    margin-left: -31px;
    margin-right: -31px;
  }

  .tw .md\:last\:-mx-32px:last-child{
    margin-left: -32px;
    margin-right: -32px;
  }

  .tw .md\:last\:-mx-33px:last-child{
    margin-left: -33px;
    margin-right: -33px;
  }

  .tw .md\:last\:-mx-34px:last-child{
    margin-left: -34px;
    margin-right: -34px;
  }

  .tw .md\:last\:-mx-35px:last-child{
    margin-left: -35px;
    margin-right: -35px;
  }

  .tw .md\:last\:-mx-36px:last-child{
    margin-left: -36px;
    margin-right: -36px;
  }

  .tw .md\:last\:-mx-37px:last-child{
    margin-left: -37px;
    margin-right: -37px;
  }

  .tw .md\:last\:-mx-38px:last-child{
    margin-left: -38px;
    margin-right: -38px;
  }

  .tw .md\:last\:-mx-39px:last-child{
    margin-left: -39px;
    margin-right: -39px;
  }

  .tw .md\:last\:-mx-40px:last-child{
    margin-left: -40px;
    margin-right: -40px;
  }

  .tw .md\:last\:my-0:last-child{
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .tw .md\:last\:my-1:last-child{
    margin-top: 5px;
    margin-bottom: 5px;
  }

  .tw .md\:last\:my-2:last-child{
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .tw .md\:last\:my-3:last-child{
    margin-top: 15px;
    margin-bottom: 15px;
  }

  .tw .md\:last\:my-4:last-child{
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .tw .md\:last\:my-5:last-child{
    margin-top: 25px;
    margin-bottom: 25px;
  }

  .tw .md\:last\:my-6:last-child{
    margin-top: 30px;
    margin-bottom: 30px;
  }

  .tw .md\:last\:my-7:last-child{
    margin-top: 35px;
    margin-bottom: 35px;
  }

  .tw .md\:last\:my-8:last-child{
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .tw .md\:last\:my-9:last-child{
    margin-top: 45px;
    margin-bottom: 45px;
  }

  .tw .md\:last\:my-10:last-child{
    margin-top: 50px;
    margin-bottom: 50px;
  }

  .tw .md\:last\:my-11:last-child{
    margin-top: 55px;
    margin-bottom: 55px;
  }

  .tw .md\:last\:my-12:last-child{
    margin-top: 60px;
    margin-bottom: 60px;
  }

  .tw .md\:last\:my-13:last-child{
    margin-top: 65px;
    margin-bottom: 65px;
  }

  .tw .md\:last\:my-14:last-child{
    margin-top: 70px;
    margin-bottom: 70px;
  }

  .tw .md\:last\:my-15:last-child{
    margin-top: 75px;
    margin-bottom: 75px;
  }

  .tw .md\:last\:my-16:last-child{
    margin-top: 80px;
    margin-bottom: 80px;
  }

  .tw .md\:last\:my-17:last-child{
    margin-top: 85px;
    margin-bottom: 85px;
  }

  .tw .md\:last\:my-18:last-child{
    margin-top: 90px;
    margin-bottom: 90px;
  }

  .tw .md\:last\:my-19:last-child{
    margin-top: 95px;
    margin-bottom: 95px;
  }

  .tw .md\:last\:my-20:last-child{
    margin-top: 100px;
    margin-bottom: 100px;
  }

  .tw .md\:last\:my-21:last-child{
    margin-top: 105px;
    margin-bottom: 105px;
  }

  .tw .md\:last\:my-22:last-child{
    margin-top: 110px;
    margin-bottom: 110px;
  }

  .tw .md\:last\:my-23:last-child{
    margin-top: 115px;
    margin-bottom: 115px;
  }

  .tw .md\:last\:my-24:last-child{
    margin-top: 120px;
    margin-bottom: 120px;
  }

  .tw .md\:last\:my-25:last-child{
    margin-top: 125px;
    margin-bottom: 125px;
  }

  .tw .md\:last\:my-26:last-child{
    margin-top: 130px;
    margin-bottom: 130px;
  }

  .tw .md\:last\:my-27:last-child{
    margin-top: 135px;
    margin-bottom: 135px;
  }

  .tw .md\:last\:my-28:last-child{
    margin-top: 140px;
    margin-bottom: 140px;
  }

  .tw .md\:last\:my-29:last-child{
    margin-top: 145px;
    margin-bottom: 145px;
  }

  .tw .md\:last\:my-30:last-child{
    margin-top: 150px;
    margin-bottom: 150px;
  }

  .tw .md\:last\:my-31:last-child{
    margin-top: 155px;
    margin-bottom: 155px;
  }

  .tw .md\:last\:my-32:last-child{
    margin-top: 160px;
    margin-bottom: 160px;
  }

  .tw .md\:last\:my-33:last-child{
    margin-top: 165px;
    margin-bottom: 165px;
  }

  .tw .md\:last\:my-34:last-child{
    margin-top: 170px;
    margin-bottom: 170px;
  }

  .tw .md\:last\:my-35:last-child{
    margin-top: 175px;
    margin-bottom: 175px;
  }

  .tw .md\:last\:my-36:last-child{
    margin-top: 180px;
    margin-bottom: 180px;
  }

  .tw .md\:last\:my-37:last-child{
    margin-top: 185px;
    margin-bottom: 185px;
  }

  .tw .md\:last\:my-38:last-child{
    margin-top: 190px;
    margin-bottom: 190px;
  }

  .tw .md\:last\:my-39:last-child{
    margin-top: 195px;
    margin-bottom: 195px;
  }

  .tw .md\:last\:my-40:last-child{
    margin-top: 200px;
    margin-bottom: 200px;
  }

  .tw .md\:last\:my-41:last-child{
    margin-top: 205px;
    margin-bottom: 205px;
  }

  .tw .md\:last\:my-42:last-child{
    margin-top: 210px;
    margin-bottom: 210px;
  }

  .tw .md\:last\:my-43:last-child{
    margin-top: 215px;
    margin-bottom: 215px;
  }

  .tw .md\:last\:my-44:last-child{
    margin-top: 220px;
    margin-bottom: 220px;
  }

  .tw .md\:last\:my-45:last-child{
    margin-top: 225px;
    margin-bottom: 225px;
  }

  .tw .md\:last\:my-46:last-child{
    margin-top: 230px;
    margin-bottom: 230px;
  }

  .tw .md\:last\:my-47:last-child{
    margin-top: 235px;
    margin-bottom: 235px;
  }

  .tw .md\:last\:my-48:last-child{
    margin-top: 240px;
    margin-bottom: 240px;
  }

  .tw .md\:last\:my-49:last-child{
    margin-top: 245px;
    margin-bottom: 245px;
  }

  .tw .md\:last\:my-50:last-child{
    margin-top: 250px;
    margin-bottom: 250px;
  }

  .tw .md\:last\:my-51:last-child{
    margin-top: 255px;
    margin-bottom: 255px;
  }

  .tw .md\:last\:my-52:last-child{
    margin-top: 260px;
    margin-bottom: 260px;
  }

  .tw .md\:last\:my-53:last-child{
    margin-top: 265px;
    margin-bottom: 265px;
  }

  .tw .md\:last\:my-54:last-child{
    margin-top: 270px;
    margin-bottom: 270px;
  }

  .tw .md\:last\:my-55:last-child{
    margin-top: 275px;
    margin-bottom: 275px;
  }

  .tw .md\:last\:my-56:last-child{
    margin-top: 280px;
    margin-bottom: 280px;
  }

  .tw .md\:last\:my-57:last-child{
    margin-top: 285px;
    margin-bottom: 285px;
  }

  .tw .md\:last\:my-58:last-child{
    margin-top: 290px;
    margin-bottom: 290px;
  }

  .tw .md\:last\:my-59:last-child{
    margin-top: 295px;
    margin-bottom: 295px;
  }

  .tw .md\:last\:my-60:last-child{
    margin-top: 300px;
    margin-bottom: 300px;
  }

  .tw .md\:last\:my-61:last-child{
    margin-top: 305px;
    margin-bottom: 305px;
  }

  .tw .md\:last\:my-62:last-child{
    margin-top: 310px;
    margin-bottom: 310px;
  }

  .tw .md\:last\:my-63:last-child{
    margin-top: 315px;
    margin-bottom: 315px;
  }

  .tw .md\:last\:my-64:last-child{
    margin-top: 320px;
    margin-bottom: 320px;
  }

  .tw .md\:last\:my-65:last-child{
    margin-top: 325px;
    margin-bottom: 325px;
  }

  .tw .md\:last\:my-66:last-child{
    margin-top: 330px;
    margin-bottom: 330px;
  }

  .tw .md\:last\:my-67:last-child{
    margin-top: 335px;
    margin-bottom: 335px;
  }

  .tw .md\:last\:my-68:last-child{
    margin-top: 340px;
    margin-bottom: 340px;
  }

  .tw .md\:last\:my-69:last-child{
    margin-top: 345px;
    margin-bottom: 345px;
  }

  .tw .md\:last\:my-70:last-child{
    margin-top: 350px;
    margin-bottom: 350px;
  }

  .tw .md\:last\:my-71:last-child{
    margin-top: 355px;
    margin-bottom: 355px;
  }

  .tw .md\:last\:my-72:last-child{
    margin-top: 360px;
    margin-bottom: 360px;
  }

  .tw .md\:last\:my-73:last-child{
    margin-top: 365px;
    margin-bottom: 365px;
  }

  .tw .md\:last\:my-74:last-child{
    margin-top: 370px;
    margin-bottom: 370px;
  }

  .tw .md\:last\:my-75:last-child{
    margin-top: 375px;
    margin-bottom: 375px;
  }

  .tw .md\:last\:my-76:last-child{
    margin-top: 380px;
    margin-bottom: 380px;
  }

  .tw .md\:last\:my-77:last-child{
    margin-top: 385px;
    margin-bottom: 385px;
  }

  .tw .md\:last\:my-78:last-child{
    margin-top: 390px;
    margin-bottom: 390px;
  }

  .tw .md\:last\:my-79:last-child{
    margin-top: 395px;
    margin-bottom: 395px;
  }

  .tw .md\:last\:my-80:last-child{
    margin-top: 400px;
    margin-bottom: 400px;
  }

  .tw .md\:last\:my-81:last-child{
    margin-top: 405px;
    margin-bottom: 405px;
  }

  .tw .md\:last\:my-82:last-child{
    margin-top: 410px;
    margin-bottom: 410px;
  }

  .tw .md\:last\:my-83:last-child{
    margin-top: 415px;
    margin-bottom: 415px;
  }

  .tw .md\:last\:my-84:last-child{
    margin-top: 420px;
    margin-bottom: 420px;
  }

  .tw .md\:last\:my-85:last-child{
    margin-top: 425px;
    margin-bottom: 425px;
  }

  .tw .md\:last\:my-86:last-child{
    margin-top: 430px;
    margin-bottom: 430px;
  }

  .tw .md\:last\:my-87:last-child{
    margin-top: 435px;
    margin-bottom: 435px;
  }

  .tw .md\:last\:my-88:last-child{
    margin-top: 440px;
    margin-bottom: 440px;
  }

  .tw .md\:last\:my-89:last-child{
    margin-top: 445px;
    margin-bottom: 445px;
  }

  .tw .md\:last\:my-90:last-child{
    margin-top: 450px;
    margin-bottom: 450px;
  }

  .tw .md\:last\:my-91:last-child{
    margin-top: 455px;
    margin-bottom: 455px;
  }

  .tw .md\:last\:my-92:last-child{
    margin-top: 460px;
    margin-bottom: 460px;
  }

  .tw .md\:last\:my-93:last-child{
    margin-top: 465px;
    margin-bottom: 465px;
  }

  .tw .md\:last\:my-94:last-child{
    margin-top: 470px;
    margin-bottom: 470px;
  }

  .tw .md\:last\:my-95:last-child{
    margin-top: 475px;
    margin-bottom: 475px;
  }

  .tw .md\:last\:my-96:last-child{
    margin-top: 480px;
    margin-bottom: 480px;
  }

  .tw .md\:last\:my-97:last-child{
    margin-top: 485px;
    margin-bottom: 485px;
  }

  .tw .md\:last\:my-98:last-child{
    margin-top: 490px;
    margin-bottom: 490px;
  }

  .tw .md\:last\:my-99:last-child{
    margin-top: 495px;
    margin-bottom: 495px;
  }

  .tw .md\:last\:my-100:last-child{
    margin-top: 500px;
    margin-bottom: 500px;
  }

  .tw .md\:last\:my-101:last-child{
    margin-top: 505px;
    margin-bottom: 505px;
  }

  .tw .md\:last\:my-102:last-child{
    margin-top: 510px;
    margin-bottom: 510px;
  }

  .tw .md\:last\:my-103:last-child{
    margin-top: 515px;
    margin-bottom: 515px;
  }

  .tw .md\:last\:my-104:last-child{
    margin-top: 520px;
    margin-bottom: 520px;
  }

  .tw .md\:last\:my-105:last-child{
    margin-top: 525px;
    margin-bottom: 525px;
  }

  .tw .md\:last\:my-106:last-child{
    margin-top: 530px;
    margin-bottom: 530px;
  }

  .tw .md\:last\:my-107:last-child{
    margin-top: 535px;
    margin-bottom: 535px;
  }

  .tw .md\:last\:my-108:last-child{
    margin-top: 540px;
    margin-bottom: 540px;
  }

  .tw .md\:last\:my-109:last-child{
    margin-top: 545px;
    margin-bottom: 545px;
  }

  .tw .md\:last\:my-110:last-child{
    margin-top: 550px;
    margin-bottom: 550px;
  }

  .tw .md\:last\:my-111:last-child{
    margin-top: 555px;
    margin-bottom: 555px;
  }

  .tw .md\:last\:my-112:last-child{
    margin-top: 560px;
    margin-bottom: 560px;
  }

  .tw .md\:last\:my-113:last-child{
    margin-top: 565px;
    margin-bottom: 565px;
  }

  .tw .md\:last\:my-114:last-child{
    margin-top: 570px;
    margin-bottom: 570px;
  }

  .tw .md\:last\:my-115:last-child{
    margin-top: 575px;
    margin-bottom: 575px;
  }

  .tw .md\:last\:my-116:last-child{
    margin-top: 580px;
    margin-bottom: 580px;
  }

  .tw .md\:last\:my-117:last-child{
    margin-top: 585px;
    margin-bottom: 585px;
  }

  .tw .md\:last\:my-118:last-child{
    margin-top: 590px;
    margin-bottom: 590px;
  }

  .tw .md\:last\:my-119:last-child{
    margin-top: 595px;
    margin-bottom: 595px;
  }

  .tw .md\:last\:my-120:last-child{
    margin-top: 600px;
    margin-bottom: 600px;
  }

  .tw .md\:last\:my-121:last-child{
    margin-top: 605px;
    margin-bottom: 605px;
  }

  .tw .md\:last\:my-122:last-child{
    margin-top: 610px;
    margin-bottom: 610px;
  }

  .tw .md\:last\:my-123:last-child{
    margin-top: 615px;
    margin-bottom: 615px;
  }

  .tw .md\:last\:my-124:last-child{
    margin-top: 620px;
    margin-bottom: 620px;
  }

  .tw .md\:last\:my-125:last-child{
    margin-top: 625px;
    margin-bottom: 625px;
  }

  .tw .md\:last\:my-126:last-child{
    margin-top: 630px;
    margin-bottom: 630px;
  }

  .tw .md\:last\:my-127:last-child{
    margin-top: 635px;
    margin-bottom: 635px;
  }

  .tw .md\:last\:my-128:last-child{
    margin-top: 640px;
    margin-bottom: 640px;
  }

  .tw .md\:last\:my-129:last-child{
    margin-top: 645px;
    margin-bottom: 645px;
  }

  .tw .md\:last\:my-130:last-child{
    margin-top: 650px;
    margin-bottom: 650px;
  }

  .tw .md\:last\:my-131:last-child{
    margin-top: 655px;
    margin-bottom: 655px;
  }

  .tw .md\:last\:my-132:last-child{
    margin-top: 660px;
    margin-bottom: 660px;
  }

  .tw .md\:last\:my-133:last-child{
    margin-top: 665px;
    margin-bottom: 665px;
  }

  .tw .md\:last\:my-134:last-child{
    margin-top: 670px;
    margin-bottom: 670px;
  }

  .tw .md\:last\:my-135:last-child{
    margin-top: 675px;
    margin-bottom: 675px;
  }

  .tw .md\:last\:my-136:last-child{
    margin-top: 680px;
    margin-bottom: 680px;
  }

  .tw .md\:last\:my-137:last-child{
    margin-top: 685px;
    margin-bottom: 685px;
  }

  .tw .md\:last\:my-138:last-child{
    margin-top: 690px;
    margin-bottom: 690px;
  }

  .tw .md\:last\:my-139:last-child{
    margin-top: 695px;
    margin-bottom: 695px;
  }

  .tw .md\:last\:my-140:last-child{
    margin-top: 700px;
    margin-bottom: 700px;
  }

  .tw .md\:last\:my-141:last-child{
    margin-top: 705px;
    margin-bottom: 705px;
  }

  .tw .md\:last\:my-142:last-child{
    margin-top: 710px;
    margin-bottom: 710px;
  }

  .tw .md\:last\:my-143:last-child{
    margin-top: 715px;
    margin-bottom: 715px;
  }

  .tw .md\:last\:my-144:last-child{
    margin-top: 720px;
    margin-bottom: 720px;
  }

  .tw .md\:last\:my-145:last-child{
    margin-top: 725px;
    margin-bottom: 725px;
  }

  .tw .md\:last\:my-146:last-child{
    margin-top: 730px;
    margin-bottom: 730px;
  }

  .tw .md\:last\:my-147:last-child{
    margin-top: 735px;
    margin-bottom: 735px;
  }

  .tw .md\:last\:my-148:last-child{
    margin-top: 740px;
    margin-bottom: 740px;
  }

  .tw .md\:last\:my-149:last-child{
    margin-top: 745px;
    margin-bottom: 745px;
  }

  .tw .md\:last\:my-auto:last-child{
    margin-top: auto;
    margin-bottom: auto;
  }

  .tw .md\:last\:my-0\.5:last-child{
    margin-top: 3px;
    margin-bottom: 3px;
  }

  .tw .md\:last\:my-1px:last-child{
    margin-top: 1px;
    margin-bottom: 1px;
  }

  .tw .md\:last\:my-2px:last-child{
    margin-top: 2px;
    margin-bottom: 2px;
  }

  .tw .md\:last\:my-3px:last-child{
    margin-top: 3px;
    margin-bottom: 3px;
  }

  .tw .md\:last\:my-4px:last-child{
    margin-top: 4px;
    margin-bottom: 4px;
  }

  .tw .md\:last\:my-5px:last-child{
    margin-top: 5px;
    margin-bottom: 5px;
  }

  .tw .md\:last\:my-6px:last-child{
    margin-top: 6px;
    margin-bottom: 6px;
  }

  .tw .md\:last\:my-7px:last-child{
    margin-top: 7px;
    margin-bottom: 7px;
  }

  .tw .md\:last\:my-8px:last-child{
    margin-top: 8px;
    margin-bottom: 8px;
  }

  .tw .md\:last\:my-9px:last-child{
    margin-top: 9px;
    margin-bottom: 9px;
  }

  .tw .md\:last\:my-10px:last-child{
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .tw .md\:last\:my-11px:last-child{
    margin-top: 11px;
    margin-bottom: 11px;
  }

  .tw .md\:last\:my-12px:last-child{
    margin-top: 12px;
    margin-bottom: 12px;
  }

  .tw .md\:last\:my-13px:last-child{
    margin-top: 13px;
    margin-bottom: 13px;
  }

  .tw .md\:last\:my-14px:last-child{
    margin-top: 14px;
    margin-bottom: 14px;
  }

  .tw .md\:last\:my-15px:last-child{
    margin-top: 15px;
    margin-bottom: 15px;
  }

  .tw .md\:last\:my-16px:last-child{
    margin-top: 16px;
    margin-bottom: 16px;
  }

  .tw .md\:last\:my-17px:last-child{
    margin-top: 17px;
    margin-bottom: 17px;
  }

  .tw .md\:last\:my-18px:last-child{
    margin-top: 18px;
    margin-bottom: 18px;
  }

  .tw .md\:last\:my-19px:last-child{
    margin-top: 19px;
    margin-bottom: 19px;
  }

  .tw .md\:last\:my-20px:last-child{
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .tw .md\:last\:my-21px:last-child{
    margin-top: 21px;
    margin-bottom: 21px;
  }

  .tw .md\:last\:my-22px:last-child{
    margin-top: 22px;
    margin-bottom: 22px;
  }

  .tw .md\:last\:my-23px:last-child{
    margin-top: 23px;
    margin-bottom: 23px;
  }

  .tw .md\:last\:my-24px:last-child{
    margin-top: 24px;
    margin-bottom: 24px;
  }

  .tw .md\:last\:my-25px:last-child{
    margin-top: 25px;
    margin-bottom: 25px;
  }

  .tw .md\:last\:my-26px:last-child{
    margin-top: 26px;
    margin-bottom: 26px;
  }

  .tw .md\:last\:my-27px:last-child{
    margin-top: 27px;
    margin-bottom: 27px;
  }

  .tw .md\:last\:my-28px:last-child{
    margin-top: 28px;
    margin-bottom: 28px;
  }

  .tw .md\:last\:my-29px:last-child{
    margin-top: 29px;
    margin-bottom: 29px;
  }

  .tw .md\:last\:my-30px:last-child{
    margin-top: 30px;
    margin-bottom: 30px;
  }

  .tw .md\:last\:my-31px:last-child{
    margin-top: 31px;
    margin-bottom: 31px;
  }

  .tw .md\:last\:my-32px:last-child{
    margin-top: 32px;
    margin-bottom: 32px;
  }

  .tw .md\:last\:my-33px:last-child{
    margin-top: 33px;
    margin-bottom: 33px;
  }

  .tw .md\:last\:my-34px:last-child{
    margin-top: 34px;
    margin-bottom: 34px;
  }

  .tw .md\:last\:my-35px:last-child{
    margin-top: 35px;
    margin-bottom: 35px;
  }

  .tw .md\:last\:my-36px:last-child{
    margin-top: 36px;
    margin-bottom: 36px;
  }

  .tw .md\:last\:my-37px:last-child{
    margin-top: 37px;
    margin-bottom: 37px;
  }

  .tw .md\:last\:my-38px:last-child{
    margin-top: 38px;
    margin-bottom: 38px;
  }

  .tw .md\:last\:my-39px:last-child{
    margin-top: 39px;
    margin-bottom: 39px;
  }

  .tw .md\:last\:my-40px:last-child{
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .tw .md\:last\:-my-0:last-child{
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .tw .md\:last\:-my-1:last-child{
    margin-top: -5px;
    margin-bottom: -5px;
  }

  .tw .md\:last\:-my-2:last-child{
    margin-top: -10px;
    margin-bottom: -10px;
  }

  .tw .md\:last\:-my-3:last-child{
    margin-top: -15px;
    margin-bottom: -15px;
  }

  .tw .md\:last\:-my-4:last-child{
    margin-top: -20px;
    margin-bottom: -20px;
  }

  .tw .md\:last\:-my-5:last-child{
    margin-top: -25px;
    margin-bottom: -25px;
  }

  .tw .md\:last\:-my-6:last-child{
    margin-top: -30px;
    margin-bottom: -30px;
  }

  .tw .md\:last\:-my-7:last-child{
    margin-top: -35px;
    margin-bottom: -35px;
  }

  .tw .md\:last\:-my-8:last-child{
    margin-top: -40px;
    margin-bottom: -40px;
  }

  .tw .md\:last\:-my-9:last-child{
    margin-top: -45px;
    margin-bottom: -45px;
  }

  .tw .md\:last\:-my-10:last-child{
    margin-top: -50px;
    margin-bottom: -50px;
  }

  .tw .md\:last\:-my-11:last-child{
    margin-top: -55px;
    margin-bottom: -55px;
  }

  .tw .md\:last\:-my-12:last-child{
    margin-top: -60px;
    margin-bottom: -60px;
  }

  .tw .md\:last\:-my-13:last-child{
    margin-top: -65px;
    margin-bottom: -65px;
  }

  .tw .md\:last\:-my-14:last-child{
    margin-top: -70px;
    margin-bottom: -70px;
  }

  .tw .md\:last\:-my-15:last-child{
    margin-top: -75px;
    margin-bottom: -75px;
  }

  .tw .md\:last\:-my-16:last-child{
    margin-top: -80px;
    margin-bottom: -80px;
  }

  .tw .md\:last\:-my-17:last-child{
    margin-top: -85px;
    margin-bottom: -85px;
  }

  .tw .md\:last\:-my-18:last-child{
    margin-top: -90px;
    margin-bottom: -90px;
  }

  .tw .md\:last\:-my-19:last-child{
    margin-top: -95px;
    margin-bottom: -95px;
  }

  .tw .md\:last\:-my-20:last-child{
    margin-top: -100px;
    margin-bottom: -100px;
  }

  .tw .md\:last\:-my-21:last-child{
    margin-top: -105px;
    margin-bottom: -105px;
  }

  .tw .md\:last\:-my-22:last-child{
    margin-top: -110px;
    margin-bottom: -110px;
  }

  .tw .md\:last\:-my-23:last-child{
    margin-top: -115px;
    margin-bottom: -115px;
  }

  .tw .md\:last\:-my-24:last-child{
    margin-top: -120px;
    margin-bottom: -120px;
  }

  .tw .md\:last\:-my-25:last-child{
    margin-top: -125px;
    margin-bottom: -125px;
  }

  .tw .md\:last\:-my-26:last-child{
    margin-top: -130px;
    margin-bottom: -130px;
  }

  .tw .md\:last\:-my-27:last-child{
    margin-top: -135px;
    margin-bottom: -135px;
  }

  .tw .md\:last\:-my-28:last-child{
    margin-top: -140px;
    margin-bottom: -140px;
  }

  .tw .md\:last\:-my-29:last-child{
    margin-top: -145px;
    margin-bottom: -145px;
  }

  .tw .md\:last\:-my-30:last-child{
    margin-top: -150px;
    margin-bottom: -150px;
  }

  .tw .md\:last\:-my-31:last-child{
    margin-top: -155px;
    margin-bottom: -155px;
  }

  .tw .md\:last\:-my-32:last-child{
    margin-top: -160px;
    margin-bottom: -160px;
  }

  .tw .md\:last\:-my-33:last-child{
    margin-top: -165px;
    margin-bottom: -165px;
  }

  .tw .md\:last\:-my-34:last-child{
    margin-top: -170px;
    margin-bottom: -170px;
  }

  .tw .md\:last\:-my-35:last-child{
    margin-top: -175px;
    margin-bottom: -175px;
  }

  .tw .md\:last\:-my-36:last-child{
    margin-top: -180px;
    margin-bottom: -180px;
  }

  .tw .md\:last\:-my-37:last-child{
    margin-top: -185px;
    margin-bottom: -185px;
  }

  .tw .md\:last\:-my-38:last-child{
    margin-top: -190px;
    margin-bottom: -190px;
  }

  .tw .md\:last\:-my-39:last-child{
    margin-top: -195px;
    margin-bottom: -195px;
  }

  .tw .md\:last\:-my-40:last-child{
    margin-top: -200px;
    margin-bottom: -200px;
  }

  .tw .md\:last\:-my-41:last-child{
    margin-top: -205px;
    margin-bottom: -205px;
  }

  .tw .md\:last\:-my-42:last-child{
    margin-top: -210px;
    margin-bottom: -210px;
  }

  .tw .md\:last\:-my-43:last-child{
    margin-top: -215px;
    margin-bottom: -215px;
  }

  .tw .md\:last\:-my-44:last-child{
    margin-top: -220px;
    margin-bottom: -220px;
  }

  .tw .md\:last\:-my-45:last-child{
    margin-top: -225px;
    margin-bottom: -225px;
  }

  .tw .md\:last\:-my-46:last-child{
    margin-top: -230px;
    margin-bottom: -230px;
  }

  .tw .md\:last\:-my-47:last-child{
    margin-top: -235px;
    margin-bottom: -235px;
  }

  .tw .md\:last\:-my-48:last-child{
    margin-top: -240px;
    margin-bottom: -240px;
  }

  .tw .md\:last\:-my-49:last-child{
    margin-top: -245px;
    margin-bottom: -245px;
  }

  .tw .md\:last\:-my-50:last-child{
    margin-top: -250px;
    margin-bottom: -250px;
  }

  .tw .md\:last\:-my-51:last-child{
    margin-top: -255px;
    margin-bottom: -255px;
  }

  .tw .md\:last\:-my-52:last-child{
    margin-top: -260px;
    margin-bottom: -260px;
  }

  .tw .md\:last\:-my-53:last-child{
    margin-top: -265px;
    margin-bottom: -265px;
  }

  .tw .md\:last\:-my-54:last-child{
    margin-top: -270px;
    margin-bottom: -270px;
  }

  .tw .md\:last\:-my-55:last-child{
    margin-top: -275px;
    margin-bottom: -275px;
  }

  .tw .md\:last\:-my-56:last-child{
    margin-top: -280px;
    margin-bottom: -280px;
  }

  .tw .md\:last\:-my-57:last-child{
    margin-top: -285px;
    margin-bottom: -285px;
  }

  .tw .md\:last\:-my-58:last-child{
    margin-top: -290px;
    margin-bottom: -290px;
  }

  .tw .md\:last\:-my-59:last-child{
    margin-top: -295px;
    margin-bottom: -295px;
  }

  .tw .md\:last\:-my-60:last-child{
    margin-top: -300px;
    margin-bottom: -300px;
  }

  .tw .md\:last\:-my-61:last-child{
    margin-top: -305px;
    margin-bottom: -305px;
  }

  .tw .md\:last\:-my-62:last-child{
    margin-top: -310px;
    margin-bottom: -310px;
  }

  .tw .md\:last\:-my-63:last-child{
    margin-top: -315px;
    margin-bottom: -315px;
  }

  .tw .md\:last\:-my-64:last-child{
    margin-top: -320px;
    margin-bottom: -320px;
  }

  .tw .md\:last\:-my-65:last-child{
    margin-top: -325px;
    margin-bottom: -325px;
  }

  .tw .md\:last\:-my-66:last-child{
    margin-top: -330px;
    margin-bottom: -330px;
  }

  .tw .md\:last\:-my-67:last-child{
    margin-top: -335px;
    margin-bottom: -335px;
  }

  .tw .md\:last\:-my-68:last-child{
    margin-top: -340px;
    margin-bottom: -340px;
  }

  .tw .md\:last\:-my-69:last-child{
    margin-top: -345px;
    margin-bottom: -345px;
  }

  .tw .md\:last\:-my-70:last-child{
    margin-top: -350px;
    margin-bottom: -350px;
  }

  .tw .md\:last\:-my-71:last-child{
    margin-top: -355px;
    margin-bottom: -355px;
  }

  .tw .md\:last\:-my-72:last-child{
    margin-top: -360px;
    margin-bottom: -360px;
  }

  .tw .md\:last\:-my-73:last-child{
    margin-top: -365px;
    margin-bottom: -365px;
  }

  .tw .md\:last\:-my-74:last-child{
    margin-top: -370px;
    margin-bottom: -370px;
  }

  .tw .md\:last\:-my-75:last-child{
    margin-top: -375px;
    margin-bottom: -375px;
  }

  .tw .md\:last\:-my-76:last-child{
    margin-top: -380px;
    margin-bottom: -380px;
  }

  .tw .md\:last\:-my-77:last-child{
    margin-top: -385px;
    margin-bottom: -385px;
  }

  .tw .md\:last\:-my-78:last-child{
    margin-top: -390px;
    margin-bottom: -390px;
  }

  .tw .md\:last\:-my-79:last-child{
    margin-top: -395px;
    margin-bottom: -395px;
  }

  .tw .md\:last\:-my-80:last-child{
    margin-top: -400px;
    margin-bottom: -400px;
  }

  .tw .md\:last\:-my-81:last-child{
    margin-top: -405px;
    margin-bottom: -405px;
  }

  .tw .md\:last\:-my-82:last-child{
    margin-top: -410px;
    margin-bottom: -410px;
  }

  .tw .md\:last\:-my-83:last-child{
    margin-top: -415px;
    margin-bottom: -415px;
  }

  .tw .md\:last\:-my-84:last-child{
    margin-top: -420px;
    margin-bottom: -420px;
  }

  .tw .md\:last\:-my-85:last-child{
    margin-top: -425px;
    margin-bottom: -425px;
  }

  .tw .md\:last\:-my-86:last-child{
    margin-top: -430px;
    margin-bottom: -430px;
  }

  .tw .md\:last\:-my-87:last-child{
    margin-top: -435px;
    margin-bottom: -435px;
  }

  .tw .md\:last\:-my-88:last-child{
    margin-top: -440px;
    margin-bottom: -440px;
  }

  .tw .md\:last\:-my-89:last-child{
    margin-top: -445px;
    margin-bottom: -445px;
  }

  .tw .md\:last\:-my-90:last-child{
    margin-top: -450px;
    margin-bottom: -450px;
  }

  .tw .md\:last\:-my-91:last-child{
    margin-top: -455px;
    margin-bottom: -455px;
  }

  .tw .md\:last\:-my-92:last-child{
    margin-top: -460px;
    margin-bottom: -460px;
  }

  .tw .md\:last\:-my-93:last-child{
    margin-top: -465px;
    margin-bottom: -465px;
  }

  .tw .md\:last\:-my-94:last-child{
    margin-top: -470px;
    margin-bottom: -470px;
  }

  .tw .md\:last\:-my-95:last-child{
    margin-top: -475px;
    margin-bottom: -475px;
  }

  .tw .md\:last\:-my-96:last-child{
    margin-top: -480px;
    margin-bottom: -480px;
  }

  .tw .md\:last\:-my-97:last-child{
    margin-top: -485px;
    margin-bottom: -485px;
  }

  .tw .md\:last\:-my-98:last-child{
    margin-top: -490px;
    margin-bottom: -490px;
  }

  .tw .md\:last\:-my-99:last-child{
    margin-top: -495px;
    margin-bottom: -495px;
  }

  .tw .md\:last\:-my-100:last-child{
    margin-top: -500px;
    margin-bottom: -500px;
  }

  .tw .md\:last\:-my-101:last-child{
    margin-top: -505px;
    margin-bottom: -505px;
  }

  .tw .md\:last\:-my-102:last-child{
    margin-top: -510px;
    margin-bottom: -510px;
  }

  .tw .md\:last\:-my-103:last-child{
    margin-top: -515px;
    margin-bottom: -515px;
  }

  .tw .md\:last\:-my-104:last-child{
    margin-top: -520px;
    margin-bottom: -520px;
  }

  .tw .md\:last\:-my-105:last-child{
    margin-top: -525px;
    margin-bottom: -525px;
  }

  .tw .md\:last\:-my-106:last-child{
    margin-top: -530px;
    margin-bottom: -530px;
  }

  .tw .md\:last\:-my-107:last-child{
    margin-top: -535px;
    margin-bottom: -535px;
  }

  .tw .md\:last\:-my-108:last-child{
    margin-top: -540px;
    margin-bottom: -540px;
  }

  .tw .md\:last\:-my-109:last-child{
    margin-top: -545px;
    margin-bottom: -545px;
  }

  .tw .md\:last\:-my-110:last-child{
    margin-top: -550px;
    margin-bottom: -550px;
  }

  .tw .md\:last\:-my-111:last-child{
    margin-top: -555px;
    margin-bottom: -555px;
  }

  .tw .md\:last\:-my-112:last-child{
    margin-top: -560px;
    margin-bottom: -560px;
  }

  .tw .md\:last\:-my-113:last-child{
    margin-top: -565px;
    margin-bottom: -565px;
  }

  .tw .md\:last\:-my-114:last-child{
    margin-top: -570px;
    margin-bottom: -570px;
  }

  .tw .md\:last\:-my-115:last-child{
    margin-top: -575px;
    margin-bottom: -575px;
  }

  .tw .md\:last\:-my-116:last-child{
    margin-top: -580px;
    margin-bottom: -580px;
  }

  .tw .md\:last\:-my-117:last-child{
    margin-top: -585px;
    margin-bottom: -585px;
  }

  .tw .md\:last\:-my-118:last-child{
    margin-top: -590px;
    margin-bottom: -590px;
  }

  .tw .md\:last\:-my-119:last-child{
    margin-top: -595px;
    margin-bottom: -595px;
  }

  .tw .md\:last\:-my-120:last-child{
    margin-top: -600px;
    margin-bottom: -600px;
  }

  .tw .md\:last\:-my-121:last-child{
    margin-top: -605px;
    margin-bottom: -605px;
  }

  .tw .md\:last\:-my-122:last-child{
    margin-top: -610px;
    margin-bottom: -610px;
  }

  .tw .md\:last\:-my-123:last-child{
    margin-top: -615px;
    margin-bottom: -615px;
  }

  .tw .md\:last\:-my-124:last-child{
    margin-top: -620px;
    margin-bottom: -620px;
  }

  .tw .md\:last\:-my-125:last-child{
    margin-top: -625px;
    margin-bottom: -625px;
  }

  .tw .md\:last\:-my-126:last-child{
    margin-top: -630px;
    margin-bottom: -630px;
  }

  .tw .md\:last\:-my-127:last-child{
    margin-top: -635px;
    margin-bottom: -635px;
  }

  .tw .md\:last\:-my-128:last-child{
    margin-top: -640px;
    margin-bottom: -640px;
  }

  .tw .md\:last\:-my-129:last-child{
    margin-top: -645px;
    margin-bottom: -645px;
  }

  .tw .md\:last\:-my-130:last-child{
    margin-top: -650px;
    margin-bottom: -650px;
  }

  .tw .md\:last\:-my-131:last-child{
    margin-top: -655px;
    margin-bottom: -655px;
  }

  .tw .md\:last\:-my-132:last-child{
    margin-top: -660px;
    margin-bottom: -660px;
  }

  .tw .md\:last\:-my-133:last-child{
    margin-top: -665px;
    margin-bottom: -665px;
  }

  .tw .md\:last\:-my-134:last-child{
    margin-top: -670px;
    margin-bottom: -670px;
  }

  .tw .md\:last\:-my-135:last-child{
    margin-top: -675px;
    margin-bottom: -675px;
  }

  .tw .md\:last\:-my-136:last-child{
    margin-top: -680px;
    margin-bottom: -680px;
  }

  .tw .md\:last\:-my-137:last-child{
    margin-top: -685px;
    margin-bottom: -685px;
  }

  .tw .md\:last\:-my-138:last-child{
    margin-top: -690px;
    margin-bottom: -690px;
  }

  .tw .md\:last\:-my-139:last-child{
    margin-top: -695px;
    margin-bottom: -695px;
  }

  .tw .md\:last\:-my-140:last-child{
    margin-top: -700px;
    margin-bottom: -700px;
  }

  .tw .md\:last\:-my-141:last-child{
    margin-top: -705px;
    margin-bottom: -705px;
  }

  .tw .md\:last\:-my-142:last-child{
    margin-top: -710px;
    margin-bottom: -710px;
  }

  .tw .md\:last\:-my-143:last-child{
    margin-top: -715px;
    margin-bottom: -715px;
  }

  .tw .md\:last\:-my-144:last-child{
    margin-top: -720px;
    margin-bottom: -720px;
  }

  .tw .md\:last\:-my-145:last-child{
    margin-top: -725px;
    margin-bottom: -725px;
  }

  .tw .md\:last\:-my-146:last-child{
    margin-top: -730px;
    margin-bottom: -730px;
  }

  .tw .md\:last\:-my-147:last-child{
    margin-top: -735px;
    margin-bottom: -735px;
  }

  .tw .md\:last\:-my-148:last-child{
    margin-top: -740px;
    margin-bottom: -740px;
  }

  .tw .md\:last\:-my-149:last-child{
    margin-top: -745px;
    margin-bottom: -745px;
  }

  .tw .md\:last\:-my-0\.5:last-child{
    margin-top: -3px;
    margin-bottom: -3px;
  }

  .tw .md\:last\:-my-1px:last-child{
    margin-top: -1px;
    margin-bottom: -1px;
  }

  .tw .md\:last\:-my-2px:last-child{
    margin-top: -2px;
    margin-bottom: -2px;
  }

  .tw .md\:last\:-my-3px:last-child{
    margin-top: -3px;
    margin-bottom: -3px;
  }

  .tw .md\:last\:-my-4px:last-child{
    margin-top: -4px;
    margin-bottom: -4px;
  }

  .tw .md\:last\:-my-5px:last-child{
    margin-top: -5px;
    margin-bottom: -5px;
  }

  .tw .md\:last\:-my-6px:last-child{
    margin-top: -6px;
    margin-bottom: -6px;
  }

  .tw .md\:last\:-my-7px:last-child{
    margin-top: -7px;
    margin-bottom: -7px;
  }

  .tw .md\:last\:-my-8px:last-child{
    margin-top: -8px;
    margin-bottom: -8px;
  }

  .tw .md\:last\:-my-9px:last-child{
    margin-top: -9px;
    margin-bottom: -9px;
  }

  .tw .md\:last\:-my-10px:last-child{
    margin-top: -10px;
    margin-bottom: -10px;
  }

  .tw .md\:last\:-my-11px:last-child{
    margin-top: -11px;
    margin-bottom: -11px;
  }

  .tw .md\:last\:-my-12px:last-child{
    margin-top: -12px;
    margin-bottom: -12px;
  }

  .tw .md\:last\:-my-13px:last-child{
    margin-top: -13px;
    margin-bottom: -13px;
  }

  .tw .md\:last\:-my-14px:last-child{
    margin-top: -14px;
    margin-bottom: -14px;
  }

  .tw .md\:last\:-my-15px:last-child{
    margin-top: -15px;
    margin-bottom: -15px;
  }

  .tw .md\:last\:-my-16px:last-child{
    margin-top: -16px;
    margin-bottom: -16px;
  }

  .tw .md\:last\:-my-17px:last-child{
    margin-top: -17px;
    margin-bottom: -17px;
  }

  .tw .md\:last\:-my-18px:last-child{
    margin-top: -18px;
    margin-bottom: -18px;
  }

  .tw .md\:last\:-my-19px:last-child{
    margin-top: -19px;
    margin-bottom: -19px;
  }

  .tw .md\:last\:-my-20px:last-child{
    margin-top: -20px;
    margin-bottom: -20px;
  }

  .tw .md\:last\:-my-21px:last-child{
    margin-top: -21px;
    margin-bottom: -21px;
  }

  .tw .md\:last\:-my-22px:last-child{
    margin-top: -22px;
    margin-bottom: -22px;
  }

  .tw .md\:last\:-my-23px:last-child{
    margin-top: -23px;
    margin-bottom: -23px;
  }

  .tw .md\:last\:-my-24px:last-child{
    margin-top: -24px;
    margin-bottom: -24px;
  }

  .tw .md\:last\:-my-25px:last-child{
    margin-top: -25px;
    margin-bottom: -25px;
  }

  .tw .md\:last\:-my-26px:last-child{
    margin-top: -26px;
    margin-bottom: -26px;
  }

  .tw .md\:last\:-my-27px:last-child{
    margin-top: -27px;
    margin-bottom: -27px;
  }

  .tw .md\:last\:-my-28px:last-child{
    margin-top: -28px;
    margin-bottom: -28px;
  }

  .tw .md\:last\:-my-29px:last-child{
    margin-top: -29px;
    margin-bottom: -29px;
  }

  .tw .md\:last\:-my-30px:last-child{
    margin-top: -30px;
    margin-bottom: -30px;
  }

  .tw .md\:last\:-my-31px:last-child{
    margin-top: -31px;
    margin-bottom: -31px;
  }

  .tw .md\:last\:-my-32px:last-child{
    margin-top: -32px;
    margin-bottom: -32px;
  }

  .tw .md\:last\:-my-33px:last-child{
    margin-top: -33px;
    margin-bottom: -33px;
  }

  .tw .md\:last\:-my-34px:last-child{
    margin-top: -34px;
    margin-bottom: -34px;
  }

  .tw .md\:last\:-my-35px:last-child{
    margin-top: -35px;
    margin-bottom: -35px;
  }

  .tw .md\:last\:-my-36px:last-child{
    margin-top: -36px;
    margin-bottom: -36px;
  }

  .tw .md\:last\:-my-37px:last-child{
    margin-top: -37px;
    margin-bottom: -37px;
  }

  .tw .md\:last\:-my-38px:last-child{
    margin-top: -38px;
    margin-bottom: -38px;
  }

  .tw .md\:last\:-my-39px:last-child{
    margin-top: -39px;
    margin-bottom: -39px;
  }

  .tw .md\:last\:-my-40px:last-child{
    margin-top: -40px;
    margin-bottom: -40px;
  }

  .tw .md\:mt-0{
    margin-top: 0px;
  }

  .tw .md\:mt-1{
    margin-top: 5px;
  }

  .tw .md\:mt-2{
    margin-top: 10px;
  }

  .tw .md\:mt-3{
    margin-top: 15px;
  }

  .tw .md\:mt-4{
    margin-top: 20px;
  }

  .tw .md\:mt-5{
    margin-top: 25px;
  }

  .tw .md\:mt-6{
    margin-top: 30px;
  }

  .tw .md\:mt-7{
    margin-top: 35px;
  }

  .tw .md\:mt-8{
    margin-top: 40px;
  }

  .tw .md\:mt-9{
    margin-top: 45px;
  }

  .tw .md\:mt-10{
    margin-top: 50px;
  }

  .tw .md\:mt-11{
    margin-top: 55px;
  }

  .tw .md\:mt-12{
    margin-top: 60px;
  }

  .tw .md\:mt-13{
    margin-top: 65px;
  }

  .tw .md\:mt-14{
    margin-top: 70px;
  }

  .tw .md\:mt-15{
    margin-top: 75px;
  }

  .tw .md\:mt-16{
    margin-top: 80px;
  }

  .tw .md\:mt-17{
    margin-top: 85px;
  }

  .tw .md\:mt-18{
    margin-top: 90px;
  }

  .tw .md\:mt-19{
    margin-top: 95px;
  }

  .tw .md\:mt-20{
    margin-top: 100px;
  }

  .tw .md\:mt-21{
    margin-top: 105px;
  }

  .tw .md\:mt-22{
    margin-top: 110px;
  }

  .tw .md\:mt-23{
    margin-top: 115px;
  }

  .tw .md\:mt-24{
    margin-top: 120px;
  }

  .tw .md\:mt-25{
    margin-top: 125px;
  }

  .tw .md\:mt-26{
    margin-top: 130px;
  }

  .tw .md\:mt-27{
    margin-top: 135px;
  }

  .tw .md\:mt-28{
    margin-top: 140px;
  }

  .tw .md\:mt-29{
    margin-top: 145px;
  }

  .tw .md\:mt-30{
    margin-top: 150px;
  }

  .tw .md\:mt-31{
    margin-top: 155px;
  }

  .tw .md\:mt-32{
    margin-top: 160px;
  }

  .tw .md\:mt-33{
    margin-top: 165px;
  }

  .tw .md\:mt-34{
    margin-top: 170px;
  }

  .tw .md\:mt-35{
    margin-top: 175px;
  }

  .tw .md\:mt-36{
    margin-top: 180px;
  }

  .tw .md\:mt-37{
    margin-top: 185px;
  }

  .tw .md\:mt-38{
    margin-top: 190px;
  }

  .tw .md\:mt-39{
    margin-top: 195px;
  }

  .tw .md\:mt-40{
    margin-top: 200px;
  }

  .tw .md\:mt-41{
    margin-top: 205px;
  }

  .tw .md\:mt-42{
    margin-top: 210px;
  }

  .tw .md\:mt-43{
    margin-top: 215px;
  }

  .tw .md\:mt-44{
    margin-top: 220px;
  }

  .tw .md\:mt-45{
    margin-top: 225px;
  }

  .tw .md\:mt-46{
    margin-top: 230px;
  }

  .tw .md\:mt-47{
    margin-top: 235px;
  }

  .tw .md\:mt-48{
    margin-top: 240px;
  }

  .tw .md\:mt-49{
    margin-top: 245px;
  }

  .tw .md\:mt-50{
    margin-top: 250px;
  }

  .tw .md\:mt-51{
    margin-top: 255px;
  }

  .tw .md\:mt-52{
    margin-top: 260px;
  }

  .tw .md\:mt-53{
    margin-top: 265px;
  }

  .tw .md\:mt-54{
    margin-top: 270px;
  }

  .tw .md\:mt-55{
    margin-top: 275px;
  }

  .tw .md\:mt-56{
    margin-top: 280px;
  }

  .tw .md\:mt-57{
    margin-top: 285px;
  }

  .tw .md\:mt-58{
    margin-top: 290px;
  }

  .tw .md\:mt-59{
    margin-top: 295px;
  }

  .tw .md\:mt-60{
    margin-top: 300px;
  }

  .tw .md\:mt-61{
    margin-top: 305px;
  }

  .tw .md\:mt-62{
    margin-top: 310px;
  }

  .tw .md\:mt-63{
    margin-top: 315px;
  }

  .tw .md\:mt-64{
    margin-top: 320px;
  }

  .tw .md\:mt-65{
    margin-top: 325px;
  }

  .tw .md\:mt-66{
    margin-top: 330px;
  }

  .tw .md\:mt-67{
    margin-top: 335px;
  }

  .tw .md\:mt-68{
    margin-top: 340px;
  }

  .tw .md\:mt-69{
    margin-top: 345px;
  }

  .tw .md\:mt-70{
    margin-top: 350px;
  }

  .tw .md\:mt-71{
    margin-top: 355px;
  }

  .tw .md\:mt-72{
    margin-top: 360px;
  }

  .tw .md\:mt-73{
    margin-top: 365px;
  }

  .tw .md\:mt-74{
    margin-top: 370px;
  }

  .tw .md\:mt-75{
    margin-top: 375px;
  }

  .tw .md\:mt-76{
    margin-top: 380px;
  }

  .tw .md\:mt-77{
    margin-top: 385px;
  }

  .tw .md\:mt-78{
    margin-top: 390px;
  }

  .tw .md\:mt-79{
    margin-top: 395px;
  }

  .tw .md\:mt-80{
    margin-top: 400px;
  }

  .tw .md\:mt-81{
    margin-top: 405px;
  }

  .tw .md\:mt-82{
    margin-top: 410px;
  }

  .tw .md\:mt-83{
    margin-top: 415px;
  }

  .tw .md\:mt-84{
    margin-top: 420px;
  }

  .tw .md\:mt-85{
    margin-top: 425px;
  }

  .tw .md\:mt-86{
    margin-top: 430px;
  }

  .tw .md\:mt-87{
    margin-top: 435px;
  }

  .tw .md\:mt-88{
    margin-top: 440px;
  }

  .tw .md\:mt-89{
    margin-top: 445px;
  }

  .tw .md\:mt-90{
    margin-top: 450px;
  }

  .tw .md\:mt-91{
    margin-top: 455px;
  }

  .tw .md\:mt-92{
    margin-top: 460px;
  }

  .tw .md\:mt-93{
    margin-top: 465px;
  }

  .tw .md\:mt-94{
    margin-top: 470px;
  }

  .tw .md\:mt-95{
    margin-top: 475px;
  }

  .tw .md\:mt-96{
    margin-top: 480px;
  }

  .tw .md\:mt-97{
    margin-top: 485px;
  }

  .tw .md\:mt-98{
    margin-top: 490px;
  }

  .tw .md\:mt-99{
    margin-top: 495px;
  }

  .tw .md\:mt-100{
    margin-top: 500px;
  }

  .tw .md\:mt-101{
    margin-top: 505px;
  }

  .tw .md\:mt-102{
    margin-top: 510px;
  }

  .tw .md\:mt-103{
    margin-top: 515px;
  }

  .tw .md\:mt-104{
    margin-top: 520px;
  }

  .tw .md\:mt-105{
    margin-top: 525px;
  }

  .tw .md\:mt-106{
    margin-top: 530px;
  }

  .tw .md\:mt-107{
    margin-top: 535px;
  }

  .tw .md\:mt-108{
    margin-top: 540px;
  }

  .tw .md\:mt-109{
    margin-top: 545px;
  }

  .tw .md\:mt-110{
    margin-top: 550px;
  }

  .tw .md\:mt-111{
    margin-top: 555px;
  }

  .tw .md\:mt-112{
    margin-top: 560px;
  }

  .tw .md\:mt-113{
    margin-top: 565px;
  }

  .tw .md\:mt-114{
    margin-top: 570px;
  }

  .tw .md\:mt-115{
    margin-top: 575px;
  }

  .tw .md\:mt-116{
    margin-top: 580px;
  }

  .tw .md\:mt-117{
    margin-top: 585px;
  }

  .tw .md\:mt-118{
    margin-top: 590px;
  }

  .tw .md\:mt-119{
    margin-top: 595px;
  }

  .tw .md\:mt-120{
    margin-top: 600px;
  }

  .tw .md\:mt-121{
    margin-top: 605px;
  }

  .tw .md\:mt-122{
    margin-top: 610px;
  }

  .tw .md\:mt-123{
    margin-top: 615px;
  }

  .tw .md\:mt-124{
    margin-top: 620px;
  }

  .tw .md\:mt-125{
    margin-top: 625px;
  }

  .tw .md\:mt-126{
    margin-top: 630px;
  }

  .tw .md\:mt-127{
    margin-top: 635px;
  }

  .tw .md\:mt-128{
    margin-top: 640px;
  }

  .tw .md\:mt-129{
    margin-top: 645px;
  }

  .tw .md\:mt-130{
    margin-top: 650px;
  }

  .tw .md\:mt-131{
    margin-top: 655px;
  }

  .tw .md\:mt-132{
    margin-top: 660px;
  }

  .tw .md\:mt-133{
    margin-top: 665px;
  }

  .tw .md\:mt-134{
    margin-top: 670px;
  }

  .tw .md\:mt-135{
    margin-top: 675px;
  }

  .tw .md\:mt-136{
    margin-top: 680px;
  }

  .tw .md\:mt-137{
    margin-top: 685px;
  }

  .tw .md\:mt-138{
    margin-top: 690px;
  }

  .tw .md\:mt-139{
    margin-top: 695px;
  }

  .tw .md\:mt-140{
    margin-top: 700px;
  }

  .tw .md\:mt-141{
    margin-top: 705px;
  }

  .tw .md\:mt-142{
    margin-top: 710px;
  }

  .tw .md\:mt-143{
    margin-top: 715px;
  }

  .tw .md\:mt-144{
    margin-top: 720px;
  }

  .tw .md\:mt-145{
    margin-top: 725px;
  }

  .tw .md\:mt-146{
    margin-top: 730px;
  }

  .tw .md\:mt-147{
    margin-top: 735px;
  }

  .tw .md\:mt-148{
    margin-top: 740px;
  }

  .tw .md\:mt-149{
    margin-top: 745px;
  }

  .tw .md\:mt-auto{
    margin-top: auto;
  }

  .tw .md\:mt-0\.5{
    margin-top: 3px;
  }

  .tw .md\:mt-1px{
    margin-top: 1px;
  }

  .tw .md\:mt-2px{
    margin-top: 2px;
  }

  .tw .md\:mt-3px{
    margin-top: 3px;
  }

  .tw .md\:mt-4px{
    margin-top: 4px;
  }

  .tw .md\:mt-5px{
    margin-top: 5px;
  }

  .tw .md\:mt-6px{
    margin-top: 6px;
  }

  .tw .md\:mt-7px{
    margin-top: 7px;
  }

  .tw .md\:mt-8px{
    margin-top: 8px;
  }

  .tw .md\:mt-9px{
    margin-top: 9px;
  }

  .tw .md\:mt-10px{
    margin-top: 10px;
  }

  .tw .md\:mt-11px{
    margin-top: 11px;
  }

  .tw .md\:mt-12px{
    margin-top: 12px;
  }

  .tw .md\:mt-13px{
    margin-top: 13px;
  }

  .tw .md\:mt-14px{
    margin-top: 14px;
  }

  .tw .md\:mt-15px{
    margin-top: 15px;
  }

  .tw .md\:mt-16px{
    margin-top: 16px;
  }

  .tw .md\:mt-17px{
    margin-top: 17px;
  }

  .tw .md\:mt-18px{
    margin-top: 18px;
  }

  .tw .md\:mt-19px{
    margin-top: 19px;
  }

  .tw .md\:mt-20px{
    margin-top: 20px;
  }

  .tw .md\:mt-21px{
    margin-top: 21px;
  }

  .tw .md\:mt-22px{
    margin-top: 22px;
  }

  .tw .md\:mt-23px{
    margin-top: 23px;
  }

  .tw .md\:mt-24px{
    margin-top: 24px;
  }

  .tw .md\:mt-25px{
    margin-top: 25px;
  }

  .tw .md\:mt-26px{
    margin-top: 26px;
  }

  .tw .md\:mt-27px{
    margin-top: 27px;
  }

  .tw .md\:mt-28px{
    margin-top: 28px;
  }

  .tw .md\:mt-29px{
    margin-top: 29px;
  }

  .tw .md\:mt-30px{
    margin-top: 30px;
  }

  .tw .md\:mt-31px{
    margin-top: 31px;
  }

  .tw .md\:mt-32px{
    margin-top: 32px;
  }

  .tw .md\:mt-33px{
    margin-top: 33px;
  }

  .tw .md\:mt-34px{
    margin-top: 34px;
  }

  .tw .md\:mt-35px{
    margin-top: 35px;
  }

  .tw .md\:mt-36px{
    margin-top: 36px;
  }

  .tw .md\:mt-37px{
    margin-top: 37px;
  }

  .tw .md\:mt-38px{
    margin-top: 38px;
  }

  .tw .md\:mt-39px{
    margin-top: 39px;
  }

  .tw .md\:mt-40px{
    margin-top: 40px;
  }

  .tw .md\:-mt-0{
    margin-top: 0px;
  }

  .tw .md\:-mt-1{
    margin-top: -5px;
  }

  .tw .md\:-mt-2{
    margin-top: -10px;
  }

  .tw .md\:-mt-3{
    margin-top: -15px;
  }

  .tw .md\:-mt-4{
    margin-top: -20px;
  }

  .tw .md\:-mt-5{
    margin-top: -25px;
  }

  .tw .md\:-mt-6{
    margin-top: -30px;
  }

  .tw .md\:-mt-7{
    margin-top: -35px;
  }

  .tw .md\:-mt-8{
    margin-top: -40px;
  }

  .tw .md\:-mt-9{
    margin-top: -45px;
  }

  .tw .md\:-mt-10{
    margin-top: -50px;
  }

  .tw .md\:-mt-11{
    margin-top: -55px;
  }

  .tw .md\:-mt-12{
    margin-top: -60px;
  }

  .tw .md\:-mt-13{
    margin-top: -65px;
  }

  .tw .md\:-mt-14{
    margin-top: -70px;
  }

  .tw .md\:-mt-15{
    margin-top: -75px;
  }

  .tw .md\:-mt-16{
    margin-top: -80px;
  }

  .tw .md\:-mt-17{
    margin-top: -85px;
  }

  .tw .md\:-mt-18{
    margin-top: -90px;
  }

  .tw .md\:-mt-19{
    margin-top: -95px;
  }

  .tw .md\:-mt-20{
    margin-top: -100px;
  }

  .tw .md\:-mt-21{
    margin-top: -105px;
  }

  .tw .md\:-mt-22{
    margin-top: -110px;
  }

  .tw .md\:-mt-23{
    margin-top: -115px;
  }

  .tw .md\:-mt-24{
    margin-top: -120px;
  }

  .tw .md\:-mt-25{
    margin-top: -125px;
  }

  .tw .md\:-mt-26{
    margin-top: -130px;
  }

  .tw .md\:-mt-27{
    margin-top: -135px;
  }

  .tw .md\:-mt-28{
    margin-top: -140px;
  }

  .tw .md\:-mt-29{
    margin-top: -145px;
  }

  .tw .md\:-mt-30{
    margin-top: -150px;
  }

  .tw .md\:-mt-31{
    margin-top: -155px;
  }

  .tw .md\:-mt-32{
    margin-top: -160px;
  }

  .tw .md\:-mt-33{
    margin-top: -165px;
  }

  .tw .md\:-mt-34{
    margin-top: -170px;
  }

  .tw .md\:-mt-35{
    margin-top: -175px;
  }

  .tw .md\:-mt-36{
    margin-top: -180px;
  }

  .tw .md\:-mt-37{
    margin-top: -185px;
  }

  .tw .md\:-mt-38{
    margin-top: -190px;
  }

  .tw .md\:-mt-39{
    margin-top: -195px;
  }

  .tw .md\:-mt-40{
    margin-top: -200px;
  }

  .tw .md\:-mt-41{
    margin-top: -205px;
  }

  .tw .md\:-mt-42{
    margin-top: -210px;
  }

  .tw .md\:-mt-43{
    margin-top: -215px;
  }

  .tw .md\:-mt-44{
    margin-top: -220px;
  }

  .tw .md\:-mt-45{
    margin-top: -225px;
  }

  .tw .md\:-mt-46{
    margin-top: -230px;
  }

  .tw .md\:-mt-47{
    margin-top: -235px;
  }

  .tw .md\:-mt-48{
    margin-top: -240px;
  }

  .tw .md\:-mt-49{
    margin-top: -245px;
  }

  .tw .md\:-mt-50{
    margin-top: -250px;
  }

  .tw .md\:-mt-51{
    margin-top: -255px;
  }

  .tw .md\:-mt-52{
    margin-top: -260px;
  }

  .tw .md\:-mt-53{
    margin-top: -265px;
  }

  .tw .md\:-mt-54{
    margin-top: -270px;
  }

  .tw .md\:-mt-55{
    margin-top: -275px;
  }

  .tw .md\:-mt-56{
    margin-top: -280px;
  }

  .tw .md\:-mt-57{
    margin-top: -285px;
  }

  .tw .md\:-mt-58{
    margin-top: -290px;
  }

  .tw .md\:-mt-59{
    margin-top: -295px;
  }

  .tw .md\:-mt-60{
    margin-top: -300px;
  }

  .tw .md\:-mt-61{
    margin-top: -305px;
  }

  .tw .md\:-mt-62{
    margin-top: -310px;
  }

  .tw .md\:-mt-63{
    margin-top: -315px;
  }

  .tw .md\:-mt-64{
    margin-top: -320px;
  }

  .tw .md\:-mt-65{
    margin-top: -325px;
  }

  .tw .md\:-mt-66{
    margin-top: -330px;
  }

  .tw .md\:-mt-67{
    margin-top: -335px;
  }

  .tw .md\:-mt-68{
    margin-top: -340px;
  }

  .tw .md\:-mt-69{
    margin-top: -345px;
  }

  .tw .md\:-mt-70{
    margin-top: -350px;
  }

  .tw .md\:-mt-71{
    margin-top: -355px;
  }

  .tw .md\:-mt-72{
    margin-top: -360px;
  }

  .tw .md\:-mt-73{
    margin-top: -365px;
  }

  .tw .md\:-mt-74{
    margin-top: -370px;
  }

  .tw .md\:-mt-75{
    margin-top: -375px;
  }

  .tw .md\:-mt-76{
    margin-top: -380px;
  }

  .tw .md\:-mt-77{
    margin-top: -385px;
  }

  .tw .md\:-mt-78{
    margin-top: -390px;
  }

  .tw .md\:-mt-79{
    margin-top: -395px;
  }

  .tw .md\:-mt-80{
    margin-top: -400px;
  }

  .tw .md\:-mt-81{
    margin-top: -405px;
  }

  .tw .md\:-mt-82{
    margin-top: -410px;
  }

  .tw .md\:-mt-83{
    margin-top: -415px;
  }

  .tw .md\:-mt-84{
    margin-top: -420px;
  }

  .tw .md\:-mt-85{
    margin-top: -425px;
  }

  .tw .md\:-mt-86{
    margin-top: -430px;
  }

  .tw .md\:-mt-87{
    margin-top: -435px;
  }

  .tw .md\:-mt-88{
    margin-top: -440px;
  }

  .tw .md\:-mt-89{
    margin-top: -445px;
  }

  .tw .md\:-mt-90{
    margin-top: -450px;
  }

  .tw .md\:-mt-91{
    margin-top: -455px;
  }

  .tw .md\:-mt-92{
    margin-top: -460px;
  }

  .tw .md\:-mt-93{
    margin-top: -465px;
  }

  .tw .md\:-mt-94{
    margin-top: -470px;
  }

  .tw .md\:-mt-95{
    margin-top: -475px;
  }

  .tw .md\:-mt-96{
    margin-top: -480px;
  }

  .tw .md\:-mt-97{
    margin-top: -485px;
  }

  .tw .md\:-mt-98{
    margin-top: -490px;
  }

  .tw .md\:-mt-99{
    margin-top: -495px;
  }

  .tw .md\:-mt-100{
    margin-top: -500px;
  }

  .tw .md\:-mt-101{
    margin-top: -505px;
  }

  .tw .md\:-mt-102{
    margin-top: -510px;
  }

  .tw .md\:-mt-103{
    margin-top: -515px;
  }

  .tw .md\:-mt-104{
    margin-top: -520px;
  }

  .tw .md\:-mt-105{
    margin-top: -525px;
  }

  .tw .md\:-mt-106{
    margin-top: -530px;
  }

  .tw .md\:-mt-107{
    margin-top: -535px;
  }

  .tw .md\:-mt-108{
    margin-top: -540px;
  }

  .tw .md\:-mt-109{
    margin-top: -545px;
  }

  .tw .md\:-mt-110{
    margin-top: -550px;
  }

  .tw .md\:-mt-111{
    margin-top: -555px;
  }

  .tw .md\:-mt-112{
    margin-top: -560px;
  }

  .tw .md\:-mt-113{
    margin-top: -565px;
  }

  .tw .md\:-mt-114{
    margin-top: -570px;
  }

  .tw .md\:-mt-115{
    margin-top: -575px;
  }

  .tw .md\:-mt-116{
    margin-top: -580px;
  }

  .tw .md\:-mt-117{
    margin-top: -585px;
  }

  .tw .md\:-mt-118{
    margin-top: -590px;
  }

  .tw .md\:-mt-119{
    margin-top: -595px;
  }

  .tw .md\:-mt-120{
    margin-top: -600px;
  }

  .tw .md\:-mt-121{
    margin-top: -605px;
  }

  .tw .md\:-mt-122{
    margin-top: -610px;
  }

  .tw .md\:-mt-123{
    margin-top: -615px;
  }

  .tw .md\:-mt-124{
    margin-top: -620px;
  }

  .tw .md\:-mt-125{
    margin-top: -625px;
  }

  .tw .md\:-mt-126{
    margin-top: -630px;
  }

  .tw .md\:-mt-127{
    margin-top: -635px;
  }

  .tw .md\:-mt-128{
    margin-top: -640px;
  }

  .tw .md\:-mt-129{
    margin-top: -645px;
  }

  .tw .md\:-mt-130{
    margin-top: -650px;
  }

  .tw .md\:-mt-131{
    margin-top: -655px;
  }

  .tw .md\:-mt-132{
    margin-top: -660px;
  }

  .tw .md\:-mt-133{
    margin-top: -665px;
  }

  .tw .md\:-mt-134{
    margin-top: -670px;
  }

  .tw .md\:-mt-135{
    margin-top: -675px;
  }

  .tw .md\:-mt-136{
    margin-top: -680px;
  }

  .tw .md\:-mt-137{
    margin-top: -685px;
  }

  .tw .md\:-mt-138{
    margin-top: -690px;
  }

  .tw .md\:-mt-139{
    margin-top: -695px;
  }

  .tw .md\:-mt-140{
    margin-top: -700px;
  }

  .tw .md\:-mt-141{
    margin-top: -705px;
  }

  .tw .md\:-mt-142{
    margin-top: -710px;
  }

  .tw .md\:-mt-143{
    margin-top: -715px;
  }

  .tw .md\:-mt-144{
    margin-top: -720px;
  }

  .tw .md\:-mt-145{
    margin-top: -725px;
  }

  .tw .md\:-mt-146{
    margin-top: -730px;
  }

  .tw .md\:-mt-147{
    margin-top: -735px;
  }

  .tw .md\:-mt-148{
    margin-top: -740px;
  }

  .tw .md\:-mt-149{
    margin-top: -745px;
  }

  .tw .md\:-mt-0\.5{
    margin-top: -3px;
  }

  .tw .md\:-mt-1px{
    margin-top: -1px;
  }

  .tw .md\:-mt-2px{
    margin-top: -2px;
  }

  .tw .md\:-mt-3px{
    margin-top: -3px;
  }

  .tw .md\:-mt-4px{
    margin-top: -4px;
  }

  .tw .md\:-mt-5px{
    margin-top: -5px;
  }

  .tw .md\:-mt-6px{
    margin-top: -6px;
  }

  .tw .md\:-mt-7px{
    margin-top: -7px;
  }

  .tw .md\:-mt-8px{
    margin-top: -8px;
  }

  .tw .md\:-mt-9px{
    margin-top: -9px;
  }

  .tw .md\:-mt-10px{
    margin-top: -10px;
  }

  .tw .md\:-mt-11px{
    margin-top: -11px;
  }

  .tw .md\:-mt-12px{
    margin-top: -12px;
  }

  .tw .md\:-mt-13px{
    margin-top: -13px;
  }

  .tw .md\:-mt-14px{
    margin-top: -14px;
  }

  .tw .md\:-mt-15px{
    margin-top: -15px;
  }

  .tw .md\:-mt-16px{
    margin-top: -16px;
  }

  .tw .md\:-mt-17px{
    margin-top: -17px;
  }

  .tw .md\:-mt-18px{
    margin-top: -18px;
  }

  .tw .md\:-mt-19px{
    margin-top: -19px;
  }

  .tw .md\:-mt-20px{
    margin-top: -20px;
  }

  .tw .md\:-mt-21px{
    margin-top: -21px;
  }

  .tw .md\:-mt-22px{
    margin-top: -22px;
  }

  .tw .md\:-mt-23px{
    margin-top: -23px;
  }

  .tw .md\:-mt-24px{
    margin-top: -24px;
  }

  .tw .md\:-mt-25px{
    margin-top: -25px;
  }

  .tw .md\:-mt-26px{
    margin-top: -26px;
  }

  .tw .md\:-mt-27px{
    margin-top: -27px;
  }

  .tw .md\:-mt-28px{
    margin-top: -28px;
  }

  .tw .md\:-mt-29px{
    margin-top: -29px;
  }

  .tw .md\:-mt-30px{
    margin-top: -30px;
  }

  .tw .md\:-mt-31px{
    margin-top: -31px;
  }

  .tw .md\:-mt-32px{
    margin-top: -32px;
  }

  .tw .md\:-mt-33px{
    margin-top: -33px;
  }

  .tw .md\:-mt-34px{
    margin-top: -34px;
  }

  .tw .md\:-mt-35px{
    margin-top: -35px;
  }

  .tw .md\:-mt-36px{
    margin-top: -36px;
  }

  .tw .md\:-mt-37px{
    margin-top: -37px;
  }

  .tw .md\:-mt-38px{
    margin-top: -38px;
  }

  .tw .md\:-mt-39px{
    margin-top: -39px;
  }

  .tw .md\:-mt-40px{
    margin-top: -40px;
  }

  .tw .md\:mr-0{
    margin-right: 0px;
  }

  .tw .md\:mr-1{
    margin-right: 5px;
  }

  .tw .md\:mr-2{
    margin-right: 10px;
  }

  .tw .md\:mr-3{
    margin-right: 15px;
  }

  .tw .md\:mr-4{
    margin-right: 20px;
  }

  .tw .md\:mr-5{
    margin-right: 25px;
  }

  .tw .md\:mr-6{
    margin-right: 30px;
  }

  .tw .md\:mr-7{
    margin-right: 35px;
  }

  .tw .md\:mr-8{
    margin-right: 40px;
  }

  .tw .md\:mr-9{
    margin-right: 45px;
  }

  .tw .md\:mr-10{
    margin-right: 50px;
  }

  .tw .md\:mr-11{
    margin-right: 55px;
  }

  .tw .md\:mr-12{
    margin-right: 60px;
  }

  .tw .md\:mr-13{
    margin-right: 65px;
  }

  .tw .md\:mr-14{
    margin-right: 70px;
  }

  .tw .md\:mr-15{
    margin-right: 75px;
  }

  .tw .md\:mr-16{
    margin-right: 80px;
  }

  .tw .md\:mr-17{
    margin-right: 85px;
  }

  .tw .md\:mr-18{
    margin-right: 90px;
  }

  .tw .md\:mr-19{
    margin-right: 95px;
  }

  .tw .md\:mr-20{
    margin-right: 100px;
  }

  .tw .md\:mr-21{
    margin-right: 105px;
  }

  .tw .md\:mr-22{
    margin-right: 110px;
  }

  .tw .md\:mr-23{
    margin-right: 115px;
  }

  .tw .md\:mr-24{
    margin-right: 120px;
  }

  .tw .md\:mr-25{
    margin-right: 125px;
  }

  .tw .md\:mr-26{
    margin-right: 130px;
  }

  .tw .md\:mr-27{
    margin-right: 135px;
  }

  .tw .md\:mr-28{
    margin-right: 140px;
  }

  .tw .md\:mr-29{
    margin-right: 145px;
  }

  .tw .md\:mr-30{
    margin-right: 150px;
  }

  .tw .md\:mr-31{
    margin-right: 155px;
  }

  .tw .md\:mr-32{
    margin-right: 160px;
  }

  .tw .md\:mr-33{
    margin-right: 165px;
  }

  .tw .md\:mr-34{
    margin-right: 170px;
  }

  .tw .md\:mr-35{
    margin-right: 175px;
  }

  .tw .md\:mr-36{
    margin-right: 180px;
  }

  .tw .md\:mr-37{
    margin-right: 185px;
  }

  .tw .md\:mr-38{
    margin-right: 190px;
  }

  .tw .md\:mr-39{
    margin-right: 195px;
  }

  .tw .md\:mr-40{
    margin-right: 200px;
  }

  .tw .md\:mr-41{
    margin-right: 205px;
  }

  .tw .md\:mr-42{
    margin-right: 210px;
  }

  .tw .md\:mr-43{
    margin-right: 215px;
  }

  .tw .md\:mr-44{
    margin-right: 220px;
  }

  .tw .md\:mr-45{
    margin-right: 225px;
  }

  .tw .md\:mr-46{
    margin-right: 230px;
  }

  .tw .md\:mr-47{
    margin-right: 235px;
  }

  .tw .md\:mr-48{
    margin-right: 240px;
  }

  .tw .md\:mr-49{
    margin-right: 245px;
  }

  .tw .md\:mr-50{
    margin-right: 250px;
  }

  .tw .md\:mr-51{
    margin-right: 255px;
  }

  .tw .md\:mr-52{
    margin-right: 260px;
  }

  .tw .md\:mr-53{
    margin-right: 265px;
  }

  .tw .md\:mr-54{
    margin-right: 270px;
  }

  .tw .md\:mr-55{
    margin-right: 275px;
  }

  .tw .md\:mr-56{
    margin-right: 280px;
  }

  .tw .md\:mr-57{
    margin-right: 285px;
  }

  .tw .md\:mr-58{
    margin-right: 290px;
  }

  .tw .md\:mr-59{
    margin-right: 295px;
  }

  .tw .md\:mr-60{
    margin-right: 300px;
  }

  .tw .md\:mr-61{
    margin-right: 305px;
  }

  .tw .md\:mr-62{
    margin-right: 310px;
  }

  .tw .md\:mr-63{
    margin-right: 315px;
  }

  .tw .md\:mr-64{
    margin-right: 320px;
  }

  .tw .md\:mr-65{
    margin-right: 325px;
  }

  .tw .md\:mr-66{
    margin-right: 330px;
  }

  .tw .md\:mr-67{
    margin-right: 335px;
  }

  .tw .md\:mr-68{
    margin-right: 340px;
  }

  .tw .md\:mr-69{
    margin-right: 345px;
  }

  .tw .md\:mr-70{
    margin-right: 350px;
  }

  .tw .md\:mr-71{
    margin-right: 355px;
  }

  .tw .md\:mr-72{
    margin-right: 360px;
  }

  .tw .md\:mr-73{
    margin-right: 365px;
  }

  .tw .md\:mr-74{
    margin-right: 370px;
  }

  .tw .md\:mr-75{
    margin-right: 375px;
  }

  .tw .md\:mr-76{
    margin-right: 380px;
  }

  .tw .md\:mr-77{
    margin-right: 385px;
  }

  .tw .md\:mr-78{
    margin-right: 390px;
  }

  .tw .md\:mr-79{
    margin-right: 395px;
  }

  .tw .md\:mr-80{
    margin-right: 400px;
  }

  .tw .md\:mr-81{
    margin-right: 405px;
  }

  .tw .md\:mr-82{
    margin-right: 410px;
  }

  .tw .md\:mr-83{
    margin-right: 415px;
  }

  .tw .md\:mr-84{
    margin-right: 420px;
  }

  .tw .md\:mr-85{
    margin-right: 425px;
  }

  .tw .md\:mr-86{
    margin-right: 430px;
  }

  .tw .md\:mr-87{
    margin-right: 435px;
  }

  .tw .md\:mr-88{
    margin-right: 440px;
  }

  .tw .md\:mr-89{
    margin-right: 445px;
  }

  .tw .md\:mr-90{
    margin-right: 450px;
  }

  .tw .md\:mr-91{
    margin-right: 455px;
  }

  .tw .md\:mr-92{
    margin-right: 460px;
  }

  .tw .md\:mr-93{
    margin-right: 465px;
  }

  .tw .md\:mr-94{
    margin-right: 470px;
  }

  .tw .md\:mr-95{
    margin-right: 475px;
  }

  .tw .md\:mr-96{
    margin-right: 480px;
  }

  .tw .md\:mr-97{
    margin-right: 485px;
  }

  .tw .md\:mr-98{
    margin-right: 490px;
  }

  .tw .md\:mr-99{
    margin-right: 495px;
  }

  .tw .md\:mr-100{
    margin-right: 500px;
  }

  .tw .md\:mr-101{
    margin-right: 505px;
  }

  .tw .md\:mr-102{
    margin-right: 510px;
  }

  .tw .md\:mr-103{
    margin-right: 515px;
  }

  .tw .md\:mr-104{
    margin-right: 520px;
  }

  .tw .md\:mr-105{
    margin-right: 525px;
  }

  .tw .md\:mr-106{
    margin-right: 530px;
  }

  .tw .md\:mr-107{
    margin-right: 535px;
  }

  .tw .md\:mr-108{
    margin-right: 540px;
  }

  .tw .md\:mr-109{
    margin-right: 545px;
  }

  .tw .md\:mr-110{
    margin-right: 550px;
  }

  .tw .md\:mr-111{
    margin-right: 555px;
  }

  .tw .md\:mr-112{
    margin-right: 560px;
  }

  .tw .md\:mr-113{
    margin-right: 565px;
  }

  .tw .md\:mr-114{
    margin-right: 570px;
  }

  .tw .md\:mr-115{
    margin-right: 575px;
  }

  .tw .md\:mr-116{
    margin-right: 580px;
  }

  .tw .md\:mr-117{
    margin-right: 585px;
  }

  .tw .md\:mr-118{
    margin-right: 590px;
  }

  .tw .md\:mr-119{
    margin-right: 595px;
  }

  .tw .md\:mr-120{
    margin-right: 600px;
  }

  .tw .md\:mr-121{
    margin-right: 605px;
  }

  .tw .md\:mr-122{
    margin-right: 610px;
  }

  .tw .md\:mr-123{
    margin-right: 615px;
  }

  .tw .md\:mr-124{
    margin-right: 620px;
  }

  .tw .md\:mr-125{
    margin-right: 625px;
  }

  .tw .md\:mr-126{
    margin-right: 630px;
  }

  .tw .md\:mr-127{
    margin-right: 635px;
  }

  .tw .md\:mr-128{
    margin-right: 640px;
  }

  .tw .md\:mr-129{
    margin-right: 645px;
  }

  .tw .md\:mr-130{
    margin-right: 650px;
  }

  .tw .md\:mr-131{
    margin-right: 655px;
  }

  .tw .md\:mr-132{
    margin-right: 660px;
  }

  .tw .md\:mr-133{
    margin-right: 665px;
  }

  .tw .md\:mr-134{
    margin-right: 670px;
  }

  .tw .md\:mr-135{
    margin-right: 675px;
  }

  .tw .md\:mr-136{
    margin-right: 680px;
  }

  .tw .md\:mr-137{
    margin-right: 685px;
  }

  .tw .md\:mr-138{
    margin-right: 690px;
  }

  .tw .md\:mr-139{
    margin-right: 695px;
  }

  .tw .md\:mr-140{
    margin-right: 700px;
  }

  .tw .md\:mr-141{
    margin-right: 705px;
  }

  .tw .md\:mr-142{
    margin-right: 710px;
  }

  .tw .md\:mr-143{
    margin-right: 715px;
  }

  .tw .md\:mr-144{
    margin-right: 720px;
  }

  .tw .md\:mr-145{
    margin-right: 725px;
  }

  .tw .md\:mr-146{
    margin-right: 730px;
  }

  .tw .md\:mr-147{
    margin-right: 735px;
  }

  .tw .md\:mr-148{
    margin-right: 740px;
  }

  .tw .md\:mr-149{
    margin-right: 745px;
  }

  .tw .md\:mr-auto{
    margin-right: auto;
  }

  .tw .md\:mr-0\.5{
    margin-right: 3px;
  }

  .tw .md\:mr-1px{
    margin-right: 1px;
  }

  .tw .md\:mr-2px{
    margin-right: 2px;
  }

  .tw .md\:mr-3px{
    margin-right: 3px;
  }

  .tw .md\:mr-4px{
    margin-right: 4px;
  }

  .tw .md\:mr-5px{
    margin-right: 5px;
  }

  .tw .md\:mr-6px{
    margin-right: 6px;
  }

  .tw .md\:mr-7px{
    margin-right: 7px;
  }

  .tw .md\:mr-8px{
    margin-right: 8px;
  }

  .tw .md\:mr-9px{
    margin-right: 9px;
  }

  .tw .md\:mr-10px{
    margin-right: 10px;
  }

  .tw .md\:mr-11px{
    margin-right: 11px;
  }

  .tw .md\:mr-12px{
    margin-right: 12px;
  }

  .tw .md\:mr-13px{
    margin-right: 13px;
  }

  .tw .md\:mr-14px{
    margin-right: 14px;
  }

  .tw .md\:mr-15px{
    margin-right: 15px;
  }

  .tw .md\:mr-16px{
    margin-right: 16px;
  }

  .tw .md\:mr-17px{
    margin-right: 17px;
  }

  .tw .md\:mr-18px{
    margin-right: 18px;
  }

  .tw .md\:mr-19px{
    margin-right: 19px;
  }

  .tw .md\:mr-20px{
    margin-right: 20px;
  }

  .tw .md\:mr-21px{
    margin-right: 21px;
  }

  .tw .md\:mr-22px{
    margin-right: 22px;
  }

  .tw .md\:mr-23px{
    margin-right: 23px;
  }

  .tw .md\:mr-24px{
    margin-right: 24px;
  }

  .tw .md\:mr-25px{
    margin-right: 25px;
  }

  .tw .md\:mr-26px{
    margin-right: 26px;
  }

  .tw .md\:mr-27px{
    margin-right: 27px;
  }

  .tw .md\:mr-28px{
    margin-right: 28px;
  }

  .tw .md\:mr-29px{
    margin-right: 29px;
  }

  .tw .md\:mr-30px{
    margin-right: 30px;
  }

  .tw .md\:mr-31px{
    margin-right: 31px;
  }

  .tw .md\:mr-32px{
    margin-right: 32px;
  }

  .tw .md\:mr-33px{
    margin-right: 33px;
  }

  .tw .md\:mr-34px{
    margin-right: 34px;
  }

  .tw .md\:mr-35px{
    margin-right: 35px;
  }

  .tw .md\:mr-36px{
    margin-right: 36px;
  }

  .tw .md\:mr-37px{
    margin-right: 37px;
  }

  .tw .md\:mr-38px{
    margin-right: 38px;
  }

  .tw .md\:mr-39px{
    margin-right: 39px;
  }

  .tw .md\:mr-40px{
    margin-right: 40px;
  }

  .tw .md\:-mr-0{
    margin-right: 0px;
  }

  .tw .md\:-mr-1{
    margin-right: -5px;
  }

  .tw .md\:-mr-2{
    margin-right: -10px;
  }

  .tw .md\:-mr-3{
    margin-right: -15px;
  }

  .tw .md\:-mr-4{
    margin-right: -20px;
  }

  .tw .md\:-mr-5{
    margin-right: -25px;
  }

  .tw .md\:-mr-6{
    margin-right: -30px;
  }

  .tw .md\:-mr-7{
    margin-right: -35px;
  }

  .tw .md\:-mr-8{
    margin-right: -40px;
  }

  .tw .md\:-mr-9{
    margin-right: -45px;
  }

  .tw .md\:-mr-10{
    margin-right: -50px;
  }

  .tw .md\:-mr-11{
    margin-right: -55px;
  }

  .tw .md\:-mr-12{
    margin-right: -60px;
  }

  .tw .md\:-mr-13{
    margin-right: -65px;
  }

  .tw .md\:-mr-14{
    margin-right: -70px;
  }

  .tw .md\:-mr-15{
    margin-right: -75px;
  }

  .tw .md\:-mr-16{
    margin-right: -80px;
  }

  .tw .md\:-mr-17{
    margin-right: -85px;
  }

  .tw .md\:-mr-18{
    margin-right: -90px;
  }

  .tw .md\:-mr-19{
    margin-right: -95px;
  }

  .tw .md\:-mr-20{
    margin-right: -100px;
  }

  .tw .md\:-mr-21{
    margin-right: -105px;
  }

  .tw .md\:-mr-22{
    margin-right: -110px;
  }

  .tw .md\:-mr-23{
    margin-right: -115px;
  }

  .tw .md\:-mr-24{
    margin-right: -120px;
  }

  .tw .md\:-mr-25{
    margin-right: -125px;
  }

  .tw .md\:-mr-26{
    margin-right: -130px;
  }

  .tw .md\:-mr-27{
    margin-right: -135px;
  }

  .tw .md\:-mr-28{
    margin-right: -140px;
  }

  .tw .md\:-mr-29{
    margin-right: -145px;
  }

  .tw .md\:-mr-30{
    margin-right: -150px;
  }

  .tw .md\:-mr-31{
    margin-right: -155px;
  }

  .tw .md\:-mr-32{
    margin-right: -160px;
  }

  .tw .md\:-mr-33{
    margin-right: -165px;
  }

  .tw .md\:-mr-34{
    margin-right: -170px;
  }

  .tw .md\:-mr-35{
    margin-right: -175px;
  }

  .tw .md\:-mr-36{
    margin-right: -180px;
  }

  .tw .md\:-mr-37{
    margin-right: -185px;
  }

  .tw .md\:-mr-38{
    margin-right: -190px;
  }

  .tw .md\:-mr-39{
    margin-right: -195px;
  }

  .tw .md\:-mr-40{
    margin-right: -200px;
  }

  .tw .md\:-mr-41{
    margin-right: -205px;
  }

  .tw .md\:-mr-42{
    margin-right: -210px;
  }

  .tw .md\:-mr-43{
    margin-right: -215px;
  }

  .tw .md\:-mr-44{
    margin-right: -220px;
  }

  .tw .md\:-mr-45{
    margin-right: -225px;
  }

  .tw .md\:-mr-46{
    margin-right: -230px;
  }

  .tw .md\:-mr-47{
    margin-right: -235px;
  }

  .tw .md\:-mr-48{
    margin-right: -240px;
  }

  .tw .md\:-mr-49{
    margin-right: -245px;
  }

  .tw .md\:-mr-50{
    margin-right: -250px;
  }

  .tw .md\:-mr-51{
    margin-right: -255px;
  }

  .tw .md\:-mr-52{
    margin-right: -260px;
  }

  .tw .md\:-mr-53{
    margin-right: -265px;
  }

  .tw .md\:-mr-54{
    margin-right: -270px;
  }

  .tw .md\:-mr-55{
    margin-right: -275px;
  }

  .tw .md\:-mr-56{
    margin-right: -280px;
  }

  .tw .md\:-mr-57{
    margin-right: -285px;
  }

  .tw .md\:-mr-58{
    margin-right: -290px;
  }

  .tw .md\:-mr-59{
    margin-right: -295px;
  }

  .tw .md\:-mr-60{
    margin-right: -300px;
  }

  .tw .md\:-mr-61{
    margin-right: -305px;
  }

  .tw .md\:-mr-62{
    margin-right: -310px;
  }

  .tw .md\:-mr-63{
    margin-right: -315px;
  }

  .tw .md\:-mr-64{
    margin-right: -320px;
  }

  .tw .md\:-mr-65{
    margin-right: -325px;
  }

  .tw .md\:-mr-66{
    margin-right: -330px;
  }

  .tw .md\:-mr-67{
    margin-right: -335px;
  }

  .tw .md\:-mr-68{
    margin-right: -340px;
  }

  .tw .md\:-mr-69{
    margin-right: -345px;
  }

  .tw .md\:-mr-70{
    margin-right: -350px;
  }

  .tw .md\:-mr-71{
    margin-right: -355px;
  }

  .tw .md\:-mr-72{
    margin-right: -360px;
  }

  .tw .md\:-mr-73{
    margin-right: -365px;
  }

  .tw .md\:-mr-74{
    margin-right: -370px;
  }

  .tw .md\:-mr-75{
    margin-right: -375px;
  }

  .tw .md\:-mr-76{
    margin-right: -380px;
  }

  .tw .md\:-mr-77{
    margin-right: -385px;
  }

  .tw .md\:-mr-78{
    margin-right: -390px;
  }

  .tw .md\:-mr-79{
    margin-right: -395px;
  }

  .tw .md\:-mr-80{
    margin-right: -400px;
  }

  .tw .md\:-mr-81{
    margin-right: -405px;
  }

  .tw .md\:-mr-82{
    margin-right: -410px;
  }

  .tw .md\:-mr-83{
    margin-right: -415px;
  }

  .tw .md\:-mr-84{
    margin-right: -420px;
  }

  .tw .md\:-mr-85{
    margin-right: -425px;
  }

  .tw .md\:-mr-86{
    margin-right: -430px;
  }

  .tw .md\:-mr-87{
    margin-right: -435px;
  }

  .tw .md\:-mr-88{
    margin-right: -440px;
  }

  .tw .md\:-mr-89{
    margin-right: -445px;
  }

  .tw .md\:-mr-90{
    margin-right: -450px;
  }

  .tw .md\:-mr-91{
    margin-right: -455px;
  }

  .tw .md\:-mr-92{
    margin-right: -460px;
  }

  .tw .md\:-mr-93{
    margin-right: -465px;
  }

  .tw .md\:-mr-94{
    margin-right: -470px;
  }

  .tw .md\:-mr-95{
    margin-right: -475px;
  }

  .tw .md\:-mr-96{
    margin-right: -480px;
  }

  .tw .md\:-mr-97{
    margin-right: -485px;
  }

  .tw .md\:-mr-98{
    margin-right: -490px;
  }

  .tw .md\:-mr-99{
    margin-right: -495px;
  }

  .tw .md\:-mr-100{
    margin-right: -500px;
  }

  .tw .md\:-mr-101{
    margin-right: -505px;
  }

  .tw .md\:-mr-102{
    margin-right: -510px;
  }

  .tw .md\:-mr-103{
    margin-right: -515px;
  }

  .tw .md\:-mr-104{
    margin-right: -520px;
  }

  .tw .md\:-mr-105{
    margin-right: -525px;
  }

  .tw .md\:-mr-106{
    margin-right: -530px;
  }

  .tw .md\:-mr-107{
    margin-right: -535px;
  }

  .tw .md\:-mr-108{
    margin-right: -540px;
  }

  .tw .md\:-mr-109{
    margin-right: -545px;
  }

  .tw .md\:-mr-110{
    margin-right: -550px;
  }

  .tw .md\:-mr-111{
    margin-right: -555px;
  }

  .tw .md\:-mr-112{
    margin-right: -560px;
  }

  .tw .md\:-mr-113{
    margin-right: -565px;
  }

  .tw .md\:-mr-114{
    margin-right: -570px;
  }

  .tw .md\:-mr-115{
    margin-right: -575px;
  }

  .tw .md\:-mr-116{
    margin-right: -580px;
  }

  .tw .md\:-mr-117{
    margin-right: -585px;
  }

  .tw .md\:-mr-118{
    margin-right: -590px;
  }

  .tw .md\:-mr-119{
    margin-right: -595px;
  }

  .tw .md\:-mr-120{
    margin-right: -600px;
  }

  .tw .md\:-mr-121{
    margin-right: -605px;
  }

  .tw .md\:-mr-122{
    margin-right: -610px;
  }

  .tw .md\:-mr-123{
    margin-right: -615px;
  }

  .tw .md\:-mr-124{
    margin-right: -620px;
  }

  .tw .md\:-mr-125{
    margin-right: -625px;
  }

  .tw .md\:-mr-126{
    margin-right: -630px;
  }

  .tw .md\:-mr-127{
    margin-right: -635px;
  }

  .tw .md\:-mr-128{
    margin-right: -640px;
  }

  .tw .md\:-mr-129{
    margin-right: -645px;
  }

  .tw .md\:-mr-130{
    margin-right: -650px;
  }

  .tw .md\:-mr-131{
    margin-right: -655px;
  }

  .tw .md\:-mr-132{
    margin-right: -660px;
  }

  .tw .md\:-mr-133{
    margin-right: -665px;
  }

  .tw .md\:-mr-134{
    margin-right: -670px;
  }

  .tw .md\:-mr-135{
    margin-right: -675px;
  }

  .tw .md\:-mr-136{
    margin-right: -680px;
  }

  .tw .md\:-mr-137{
    margin-right: -685px;
  }

  .tw .md\:-mr-138{
    margin-right: -690px;
  }

  .tw .md\:-mr-139{
    margin-right: -695px;
  }

  .tw .md\:-mr-140{
    margin-right: -700px;
  }

  .tw .md\:-mr-141{
    margin-right: -705px;
  }

  .tw .md\:-mr-142{
    margin-right: -710px;
  }

  .tw .md\:-mr-143{
    margin-right: -715px;
  }

  .tw .md\:-mr-144{
    margin-right: -720px;
  }

  .tw .md\:-mr-145{
    margin-right: -725px;
  }

  .tw .md\:-mr-146{
    margin-right: -730px;
  }

  .tw .md\:-mr-147{
    margin-right: -735px;
  }

  .tw .md\:-mr-148{
    margin-right: -740px;
  }

  .tw .md\:-mr-149{
    margin-right: -745px;
  }

  .tw .md\:-mr-0\.5{
    margin-right: -3px;
  }

  .tw .md\:-mr-1px{
    margin-right: -1px;
  }

  .tw .md\:-mr-2px{
    margin-right: -2px;
  }

  .tw .md\:-mr-3px{
    margin-right: -3px;
  }

  .tw .md\:-mr-4px{
    margin-right: -4px;
  }

  .tw .md\:-mr-5px{
    margin-right: -5px;
  }

  .tw .md\:-mr-6px{
    margin-right: -6px;
  }

  .tw .md\:-mr-7px{
    margin-right: -7px;
  }

  .tw .md\:-mr-8px{
    margin-right: -8px;
  }

  .tw .md\:-mr-9px{
    margin-right: -9px;
  }

  .tw .md\:-mr-10px{
    margin-right: -10px;
  }

  .tw .md\:-mr-11px{
    margin-right: -11px;
  }

  .tw .md\:-mr-12px{
    margin-right: -12px;
  }

  .tw .md\:-mr-13px{
    margin-right: -13px;
  }

  .tw .md\:-mr-14px{
    margin-right: -14px;
  }

  .tw .md\:-mr-15px{
    margin-right: -15px;
  }

  .tw .md\:-mr-16px{
    margin-right: -16px;
  }

  .tw .md\:-mr-17px{
    margin-right: -17px;
  }

  .tw .md\:-mr-18px{
    margin-right: -18px;
  }

  .tw .md\:-mr-19px{
    margin-right: -19px;
  }

  .tw .md\:-mr-20px{
    margin-right: -20px;
  }

  .tw .md\:-mr-21px{
    margin-right: -21px;
  }

  .tw .md\:-mr-22px{
    margin-right: -22px;
  }

  .tw .md\:-mr-23px{
    margin-right: -23px;
  }

  .tw .md\:-mr-24px{
    margin-right: -24px;
  }

  .tw .md\:-mr-25px{
    margin-right: -25px;
  }

  .tw .md\:-mr-26px{
    margin-right: -26px;
  }

  .tw .md\:-mr-27px{
    margin-right: -27px;
  }

  .tw .md\:-mr-28px{
    margin-right: -28px;
  }

  .tw .md\:-mr-29px{
    margin-right: -29px;
  }

  .tw .md\:-mr-30px{
    margin-right: -30px;
  }

  .tw .md\:-mr-31px{
    margin-right: -31px;
  }

  .tw .md\:-mr-32px{
    margin-right: -32px;
  }

  .tw .md\:-mr-33px{
    margin-right: -33px;
  }

  .tw .md\:-mr-34px{
    margin-right: -34px;
  }

  .tw .md\:-mr-35px{
    margin-right: -35px;
  }

  .tw .md\:-mr-36px{
    margin-right: -36px;
  }

  .tw .md\:-mr-37px{
    margin-right: -37px;
  }

  .tw .md\:-mr-38px{
    margin-right: -38px;
  }

  .tw .md\:-mr-39px{
    margin-right: -39px;
  }

  .tw .md\:-mr-40px{
    margin-right: -40px;
  }

  .tw .md\:mb-0{
    margin-bottom: 0px;
  }

  .tw .md\:mb-1{
    margin-bottom: 5px;
  }

  .tw .md\:mb-2{
    margin-bottom: 10px;
  }

  .tw .md\:mb-3{
    margin-bottom: 15px;
  }

  .tw .md\:mb-4{
    margin-bottom: 20px;
  }

  .tw .md\:mb-5{
    margin-bottom: 25px;
  }

  .tw .md\:mb-6{
    margin-bottom: 30px;
  }

  .tw .md\:mb-7{
    margin-bottom: 35px;
  }

  .tw .md\:mb-8{
    margin-bottom: 40px;
  }

  .tw .md\:mb-9{
    margin-bottom: 45px;
  }

  .tw .md\:mb-10{
    margin-bottom: 50px;
  }

  .tw .md\:mb-11{
    margin-bottom: 55px;
  }

  .tw .md\:mb-12{
    margin-bottom: 60px;
  }

  .tw .md\:mb-13{
    margin-bottom: 65px;
  }

  .tw .md\:mb-14{
    margin-bottom: 70px;
  }

  .tw .md\:mb-15{
    margin-bottom: 75px;
  }

  .tw .md\:mb-16{
    margin-bottom: 80px;
  }

  .tw .md\:mb-17{
    margin-bottom: 85px;
  }

  .tw .md\:mb-18{
    margin-bottom: 90px;
  }

  .tw .md\:mb-19{
    margin-bottom: 95px;
  }

  .tw .md\:mb-20{
    margin-bottom: 100px;
  }

  .tw .md\:mb-21{
    margin-bottom: 105px;
  }

  .tw .md\:mb-22{
    margin-bottom: 110px;
  }

  .tw .md\:mb-23{
    margin-bottom: 115px;
  }

  .tw .md\:mb-24{
    margin-bottom: 120px;
  }

  .tw .md\:mb-25{
    margin-bottom: 125px;
  }

  .tw .md\:mb-26{
    margin-bottom: 130px;
  }

  .tw .md\:mb-27{
    margin-bottom: 135px;
  }

  .tw .md\:mb-28{
    margin-bottom: 140px;
  }

  .tw .md\:mb-29{
    margin-bottom: 145px;
  }

  .tw .md\:mb-30{
    margin-bottom: 150px;
  }

  .tw .md\:mb-31{
    margin-bottom: 155px;
  }

  .tw .md\:mb-32{
    margin-bottom: 160px;
  }

  .tw .md\:mb-33{
    margin-bottom: 165px;
  }

  .tw .md\:mb-34{
    margin-bottom: 170px;
  }

  .tw .md\:mb-35{
    margin-bottom: 175px;
  }

  .tw .md\:mb-36{
    margin-bottom: 180px;
  }

  .tw .md\:mb-37{
    margin-bottom: 185px;
  }

  .tw .md\:mb-38{
    margin-bottom: 190px;
  }

  .tw .md\:mb-39{
    margin-bottom: 195px;
  }

  .tw .md\:mb-40{
    margin-bottom: 200px;
  }

  .tw .md\:mb-41{
    margin-bottom: 205px;
  }

  .tw .md\:mb-42{
    margin-bottom: 210px;
  }

  .tw .md\:mb-43{
    margin-bottom: 215px;
  }

  .tw .md\:mb-44{
    margin-bottom: 220px;
  }

  .tw .md\:mb-45{
    margin-bottom: 225px;
  }

  .tw .md\:mb-46{
    margin-bottom: 230px;
  }

  .tw .md\:mb-47{
    margin-bottom: 235px;
  }

  .tw .md\:mb-48{
    margin-bottom: 240px;
  }

  .tw .md\:mb-49{
    margin-bottom: 245px;
  }

  .tw .md\:mb-50{
    margin-bottom: 250px;
  }

  .tw .md\:mb-51{
    margin-bottom: 255px;
  }

  .tw .md\:mb-52{
    margin-bottom: 260px;
  }

  .tw .md\:mb-53{
    margin-bottom: 265px;
  }

  .tw .md\:mb-54{
    margin-bottom: 270px;
  }

  .tw .md\:mb-55{
    margin-bottom: 275px;
  }

  .tw .md\:mb-56{
    margin-bottom: 280px;
  }

  .tw .md\:mb-57{
    margin-bottom: 285px;
  }

  .tw .md\:mb-58{
    margin-bottom: 290px;
  }

  .tw .md\:mb-59{
    margin-bottom: 295px;
  }

  .tw .md\:mb-60{
    margin-bottom: 300px;
  }

  .tw .md\:mb-61{
    margin-bottom: 305px;
  }

  .tw .md\:mb-62{
    margin-bottom: 310px;
  }

  .tw .md\:mb-63{
    margin-bottom: 315px;
  }

  .tw .md\:mb-64{
    margin-bottom: 320px;
  }

  .tw .md\:mb-65{
    margin-bottom: 325px;
  }

  .tw .md\:mb-66{
    margin-bottom: 330px;
  }

  .tw .md\:mb-67{
    margin-bottom: 335px;
  }

  .tw .md\:mb-68{
    margin-bottom: 340px;
  }

  .tw .md\:mb-69{
    margin-bottom: 345px;
  }

  .tw .md\:mb-70{
    margin-bottom: 350px;
  }

  .tw .md\:mb-71{
    margin-bottom: 355px;
  }

  .tw .md\:mb-72{
    margin-bottom: 360px;
  }

  .tw .md\:mb-73{
    margin-bottom: 365px;
  }

  .tw .md\:mb-74{
    margin-bottom: 370px;
  }

  .tw .md\:mb-75{
    margin-bottom: 375px;
  }

  .tw .md\:mb-76{
    margin-bottom: 380px;
  }

  .tw .md\:mb-77{
    margin-bottom: 385px;
  }

  .tw .md\:mb-78{
    margin-bottom: 390px;
  }

  .tw .md\:mb-79{
    margin-bottom: 395px;
  }

  .tw .md\:mb-80{
    margin-bottom: 400px;
  }

  .tw .md\:mb-81{
    margin-bottom: 405px;
  }

  .tw .md\:mb-82{
    margin-bottom: 410px;
  }

  .tw .md\:mb-83{
    margin-bottom: 415px;
  }

  .tw .md\:mb-84{
    margin-bottom: 420px;
  }

  .tw .md\:mb-85{
    margin-bottom: 425px;
  }

  .tw .md\:mb-86{
    margin-bottom: 430px;
  }

  .tw .md\:mb-87{
    margin-bottom: 435px;
  }

  .tw .md\:mb-88{
    margin-bottom: 440px;
  }

  .tw .md\:mb-89{
    margin-bottom: 445px;
  }

  .tw .md\:mb-90{
    margin-bottom: 450px;
  }

  .tw .md\:mb-91{
    margin-bottom: 455px;
  }

  .tw .md\:mb-92{
    margin-bottom: 460px;
  }

  .tw .md\:mb-93{
    margin-bottom: 465px;
  }

  .tw .md\:mb-94{
    margin-bottom: 470px;
  }

  .tw .md\:mb-95{
    margin-bottom: 475px;
  }

  .tw .md\:mb-96{
    margin-bottom: 480px;
  }

  .tw .md\:mb-97{
    margin-bottom: 485px;
  }

  .tw .md\:mb-98{
    margin-bottom: 490px;
  }

  .tw .md\:mb-99{
    margin-bottom: 495px;
  }

  .tw .md\:mb-100{
    margin-bottom: 500px;
  }

  .tw .md\:mb-101{
    margin-bottom: 505px;
  }

  .tw .md\:mb-102{
    margin-bottom: 510px;
  }

  .tw .md\:mb-103{
    margin-bottom: 515px;
  }

  .tw .md\:mb-104{
    margin-bottom: 520px;
  }

  .tw .md\:mb-105{
    margin-bottom: 525px;
  }

  .tw .md\:mb-106{
    margin-bottom: 530px;
  }

  .tw .md\:mb-107{
    margin-bottom: 535px;
  }

  .tw .md\:mb-108{
    margin-bottom: 540px;
  }

  .tw .md\:mb-109{
    margin-bottom: 545px;
  }

  .tw .md\:mb-110{
    margin-bottom: 550px;
  }

  .tw .md\:mb-111{
    margin-bottom: 555px;
  }

  .tw .md\:mb-112{
    margin-bottom: 560px;
  }

  .tw .md\:mb-113{
    margin-bottom: 565px;
  }

  .tw .md\:mb-114{
    margin-bottom: 570px;
  }

  .tw .md\:mb-115{
    margin-bottom: 575px;
  }

  .tw .md\:mb-116{
    margin-bottom: 580px;
  }

  .tw .md\:mb-117{
    margin-bottom: 585px;
  }

  .tw .md\:mb-118{
    margin-bottom: 590px;
  }

  .tw .md\:mb-119{
    margin-bottom: 595px;
  }

  .tw .md\:mb-120{
    margin-bottom: 600px;
  }

  .tw .md\:mb-121{
    margin-bottom: 605px;
  }

  .tw .md\:mb-122{
    margin-bottom: 610px;
  }

  .tw .md\:mb-123{
    margin-bottom: 615px;
  }

  .tw .md\:mb-124{
    margin-bottom: 620px;
  }

  .tw .md\:mb-125{
    margin-bottom: 625px;
  }

  .tw .md\:mb-126{
    margin-bottom: 630px;
  }

  .tw .md\:mb-127{
    margin-bottom: 635px;
  }

  .tw .md\:mb-128{
    margin-bottom: 640px;
  }

  .tw .md\:mb-129{
    margin-bottom: 645px;
  }

  .tw .md\:mb-130{
    margin-bottom: 650px;
  }

  .tw .md\:mb-131{
    margin-bottom: 655px;
  }

  .tw .md\:mb-132{
    margin-bottom: 660px;
  }

  .tw .md\:mb-133{
    margin-bottom: 665px;
  }

  .tw .md\:mb-134{
    margin-bottom: 670px;
  }

  .tw .md\:mb-135{
    margin-bottom: 675px;
  }

  .tw .md\:mb-136{
    margin-bottom: 680px;
  }

  .tw .md\:mb-137{
    margin-bottom: 685px;
  }

  .tw .md\:mb-138{
    margin-bottom: 690px;
  }

  .tw .md\:mb-139{
    margin-bottom: 695px;
  }

  .tw .md\:mb-140{
    margin-bottom: 700px;
  }

  .tw .md\:mb-141{
    margin-bottom: 705px;
  }

  .tw .md\:mb-142{
    margin-bottom: 710px;
  }

  .tw .md\:mb-143{
    margin-bottom: 715px;
  }

  .tw .md\:mb-144{
    margin-bottom: 720px;
  }

  .tw .md\:mb-145{
    margin-bottom: 725px;
  }

  .tw .md\:mb-146{
    margin-bottom: 730px;
  }

  .tw .md\:mb-147{
    margin-bottom: 735px;
  }

  .tw .md\:mb-148{
    margin-bottom: 740px;
  }

  .tw .md\:mb-149{
    margin-bottom: 745px;
  }

  .tw .md\:mb-auto{
    margin-bottom: auto;
  }

  .tw .md\:mb-0\.5{
    margin-bottom: 3px;
  }

  .tw .md\:mb-1px{
    margin-bottom: 1px;
  }

  .tw .md\:mb-2px{
    margin-bottom: 2px;
  }

  .tw .md\:mb-3px{
    margin-bottom: 3px;
  }

  .tw .md\:mb-4px{
    margin-bottom: 4px;
  }

  .tw .md\:mb-5px{
    margin-bottom: 5px;
  }

  .tw .md\:mb-6px{
    margin-bottom: 6px;
  }

  .tw .md\:mb-7px{
    margin-bottom: 7px;
  }

  .tw .md\:mb-8px{
    margin-bottom: 8px;
  }

  .tw .md\:mb-9px{
    margin-bottom: 9px;
  }

  .tw .md\:mb-10px{
    margin-bottom: 10px;
  }

  .tw .md\:mb-11px{
    margin-bottom: 11px;
  }

  .tw .md\:mb-12px{
    margin-bottom: 12px;
  }

  .tw .md\:mb-13px{
    margin-bottom: 13px;
  }

  .tw .md\:mb-14px{
    margin-bottom: 14px;
  }

  .tw .md\:mb-15px{
    margin-bottom: 15px;
  }

  .tw .md\:mb-16px{
    margin-bottom: 16px;
  }

  .tw .md\:mb-17px{
    margin-bottom: 17px;
  }

  .tw .md\:mb-18px{
    margin-bottom: 18px;
  }

  .tw .md\:mb-19px{
    margin-bottom: 19px;
  }

  .tw .md\:mb-20px{
    margin-bottom: 20px;
  }

  .tw .md\:mb-21px{
    margin-bottom: 21px;
  }

  .tw .md\:mb-22px{
    margin-bottom: 22px;
  }

  .tw .md\:mb-23px{
    margin-bottom: 23px;
  }

  .tw .md\:mb-24px{
    margin-bottom: 24px;
  }

  .tw .md\:mb-25px{
    margin-bottom: 25px;
  }

  .tw .md\:mb-26px{
    margin-bottom: 26px;
  }

  .tw .md\:mb-27px{
    margin-bottom: 27px;
  }

  .tw .md\:mb-28px{
    margin-bottom: 28px;
  }

  .tw .md\:mb-29px{
    margin-bottom: 29px;
  }

  .tw .md\:mb-30px{
    margin-bottom: 30px;
  }

  .tw .md\:mb-31px{
    margin-bottom: 31px;
  }

  .tw .md\:mb-32px{
    margin-bottom: 32px;
  }

  .tw .md\:mb-33px{
    margin-bottom: 33px;
  }

  .tw .md\:mb-34px{
    margin-bottom: 34px;
  }

  .tw .md\:mb-35px{
    margin-bottom: 35px;
  }

  .tw .md\:mb-36px{
    margin-bottom: 36px;
  }

  .tw .md\:mb-37px{
    margin-bottom: 37px;
  }

  .tw .md\:mb-38px{
    margin-bottom: 38px;
  }

  .tw .md\:mb-39px{
    margin-bottom: 39px;
  }

  .tw .md\:mb-40px{
    margin-bottom: 40px;
  }

  .tw .md\:-mb-0{
    margin-bottom: 0px;
  }

  .tw .md\:-mb-1{
    margin-bottom: -5px;
  }

  .tw .md\:-mb-2{
    margin-bottom: -10px;
  }

  .tw .md\:-mb-3{
    margin-bottom: -15px;
  }

  .tw .md\:-mb-4{
    margin-bottom: -20px;
  }

  .tw .md\:-mb-5{
    margin-bottom: -25px;
  }

  .tw .md\:-mb-6{
    margin-bottom: -30px;
  }

  .tw .md\:-mb-7{
    margin-bottom: -35px;
  }

  .tw .md\:-mb-8{
    margin-bottom: -40px;
  }

  .tw .md\:-mb-9{
    margin-bottom: -45px;
  }

  .tw .md\:-mb-10{
    margin-bottom: -50px;
  }

  .tw .md\:-mb-11{
    margin-bottom: -55px;
  }

  .tw .md\:-mb-12{
    margin-bottom: -60px;
  }

  .tw .md\:-mb-13{
    margin-bottom: -65px;
  }

  .tw .md\:-mb-14{
    margin-bottom: -70px;
  }

  .tw .md\:-mb-15{
    margin-bottom: -75px;
  }

  .tw .md\:-mb-16{
    margin-bottom: -80px;
  }

  .tw .md\:-mb-17{
    margin-bottom: -85px;
  }

  .tw .md\:-mb-18{
    margin-bottom: -90px;
  }

  .tw .md\:-mb-19{
    margin-bottom: -95px;
  }

  .tw .md\:-mb-20{
    margin-bottom: -100px;
  }

  .tw .md\:-mb-21{
    margin-bottom: -105px;
  }

  .tw .md\:-mb-22{
    margin-bottom: -110px;
  }

  .tw .md\:-mb-23{
    margin-bottom: -115px;
  }

  .tw .md\:-mb-24{
    margin-bottom: -120px;
  }

  .tw .md\:-mb-25{
    margin-bottom: -125px;
  }

  .tw .md\:-mb-26{
    margin-bottom: -130px;
  }

  .tw .md\:-mb-27{
    margin-bottom: -135px;
  }

  .tw .md\:-mb-28{
    margin-bottom: -140px;
  }

  .tw .md\:-mb-29{
    margin-bottom: -145px;
  }

  .tw .md\:-mb-30{
    margin-bottom: -150px;
  }

  .tw .md\:-mb-31{
    margin-bottom: -155px;
  }

  .tw .md\:-mb-32{
    margin-bottom: -160px;
  }

  .tw .md\:-mb-33{
    margin-bottom: -165px;
  }

  .tw .md\:-mb-34{
    margin-bottom: -170px;
  }

  .tw .md\:-mb-35{
    margin-bottom: -175px;
  }

  .tw .md\:-mb-36{
    margin-bottom: -180px;
  }

  .tw .md\:-mb-37{
    margin-bottom: -185px;
  }

  .tw .md\:-mb-38{
    margin-bottom: -190px;
  }

  .tw .md\:-mb-39{
    margin-bottom: -195px;
  }

  .tw .md\:-mb-40{
    margin-bottom: -200px;
  }

  .tw .md\:-mb-41{
    margin-bottom: -205px;
  }

  .tw .md\:-mb-42{
    margin-bottom: -210px;
  }

  .tw .md\:-mb-43{
    margin-bottom: -215px;
  }

  .tw .md\:-mb-44{
    margin-bottom: -220px;
  }

  .tw .md\:-mb-45{
    margin-bottom: -225px;
  }

  .tw .md\:-mb-46{
    margin-bottom: -230px;
  }

  .tw .md\:-mb-47{
    margin-bottom: -235px;
  }

  .tw .md\:-mb-48{
    margin-bottom: -240px;
  }

  .tw .md\:-mb-49{
    margin-bottom: -245px;
  }

  .tw .md\:-mb-50{
    margin-bottom: -250px;
  }

  .tw .md\:-mb-51{
    margin-bottom: -255px;
  }

  .tw .md\:-mb-52{
    margin-bottom: -260px;
  }

  .tw .md\:-mb-53{
    margin-bottom: -265px;
  }

  .tw .md\:-mb-54{
    margin-bottom: -270px;
  }

  .tw .md\:-mb-55{
    margin-bottom: -275px;
  }

  .tw .md\:-mb-56{
    margin-bottom: -280px;
  }

  .tw .md\:-mb-57{
    margin-bottom: -285px;
  }

  .tw .md\:-mb-58{
    margin-bottom: -290px;
  }

  .tw .md\:-mb-59{
    margin-bottom: -295px;
  }

  .tw .md\:-mb-60{
    margin-bottom: -300px;
  }

  .tw .md\:-mb-61{
    margin-bottom: -305px;
  }

  .tw .md\:-mb-62{
    margin-bottom: -310px;
  }

  .tw .md\:-mb-63{
    margin-bottom: -315px;
  }

  .tw .md\:-mb-64{
    margin-bottom: -320px;
  }

  .tw .md\:-mb-65{
    margin-bottom: -325px;
  }

  .tw .md\:-mb-66{
    margin-bottom: -330px;
  }

  .tw .md\:-mb-67{
    margin-bottom: -335px;
  }

  .tw .md\:-mb-68{
    margin-bottom: -340px;
  }

  .tw .md\:-mb-69{
    margin-bottom: -345px;
  }

  .tw .md\:-mb-70{
    margin-bottom: -350px;
  }

  .tw .md\:-mb-71{
    margin-bottom: -355px;
  }

  .tw .md\:-mb-72{
    margin-bottom: -360px;
  }

  .tw .md\:-mb-73{
    margin-bottom: -365px;
  }

  .tw .md\:-mb-74{
    margin-bottom: -370px;
  }

  .tw .md\:-mb-75{
    margin-bottom: -375px;
  }

  .tw .md\:-mb-76{
    margin-bottom: -380px;
  }

  .tw .md\:-mb-77{
    margin-bottom: -385px;
  }

  .tw .md\:-mb-78{
    margin-bottom: -390px;
  }

  .tw .md\:-mb-79{
    margin-bottom: -395px;
  }

  .tw .md\:-mb-80{
    margin-bottom: -400px;
  }

  .tw .md\:-mb-81{
    margin-bottom: -405px;
  }

  .tw .md\:-mb-82{
    margin-bottom: -410px;
  }

  .tw .md\:-mb-83{
    margin-bottom: -415px;
  }

  .tw .md\:-mb-84{
    margin-bottom: -420px;
  }

  .tw .md\:-mb-85{
    margin-bottom: -425px;
  }

  .tw .md\:-mb-86{
    margin-bottom: -430px;
  }

  .tw .md\:-mb-87{
    margin-bottom: -435px;
  }

  .tw .md\:-mb-88{
    margin-bottom: -440px;
  }

  .tw .md\:-mb-89{
    margin-bottom: -445px;
  }

  .tw .md\:-mb-90{
    margin-bottom: -450px;
  }

  .tw .md\:-mb-91{
    margin-bottom: -455px;
  }

  .tw .md\:-mb-92{
    margin-bottom: -460px;
  }

  .tw .md\:-mb-93{
    margin-bottom: -465px;
  }

  .tw .md\:-mb-94{
    margin-bottom: -470px;
  }

  .tw .md\:-mb-95{
    margin-bottom: -475px;
  }

  .tw .md\:-mb-96{
    margin-bottom: -480px;
  }

  .tw .md\:-mb-97{
    margin-bottom: -485px;
  }

  .tw .md\:-mb-98{
    margin-bottom: -490px;
  }

  .tw .md\:-mb-99{
    margin-bottom: -495px;
  }

  .tw .md\:-mb-100{
    margin-bottom: -500px;
  }

  .tw .md\:-mb-101{
    margin-bottom: -505px;
  }

  .tw .md\:-mb-102{
    margin-bottom: -510px;
  }

  .tw .md\:-mb-103{
    margin-bottom: -515px;
  }

  .tw .md\:-mb-104{
    margin-bottom: -520px;
  }

  .tw .md\:-mb-105{
    margin-bottom: -525px;
  }

  .tw .md\:-mb-106{
    margin-bottom: -530px;
  }

  .tw .md\:-mb-107{
    margin-bottom: -535px;
  }

  .tw .md\:-mb-108{
    margin-bottom: -540px;
  }

  .tw .md\:-mb-109{
    margin-bottom: -545px;
  }

  .tw .md\:-mb-110{
    margin-bottom: -550px;
  }

  .tw .md\:-mb-111{
    margin-bottom: -555px;
  }

  .tw .md\:-mb-112{
    margin-bottom: -560px;
  }

  .tw .md\:-mb-113{
    margin-bottom: -565px;
  }

  .tw .md\:-mb-114{
    margin-bottom: -570px;
  }

  .tw .md\:-mb-115{
    margin-bottom: -575px;
  }

  .tw .md\:-mb-116{
    margin-bottom: -580px;
  }

  .tw .md\:-mb-117{
    margin-bottom: -585px;
  }

  .tw .md\:-mb-118{
    margin-bottom: -590px;
  }

  .tw .md\:-mb-119{
    margin-bottom: -595px;
  }

  .tw .md\:-mb-120{
    margin-bottom: -600px;
  }

  .tw .md\:-mb-121{
    margin-bottom: -605px;
  }

  .tw .md\:-mb-122{
    margin-bottom: -610px;
  }

  .tw .md\:-mb-123{
    margin-bottom: -615px;
  }

  .tw .md\:-mb-124{
    margin-bottom: -620px;
  }

  .tw .md\:-mb-125{
    margin-bottom: -625px;
  }

  .tw .md\:-mb-126{
    margin-bottom: -630px;
  }

  .tw .md\:-mb-127{
    margin-bottom: -635px;
  }

  .tw .md\:-mb-128{
    margin-bottom: -640px;
  }

  .tw .md\:-mb-129{
    margin-bottom: -645px;
  }

  .tw .md\:-mb-130{
    margin-bottom: -650px;
  }

  .tw .md\:-mb-131{
    margin-bottom: -655px;
  }

  .tw .md\:-mb-132{
    margin-bottom: -660px;
  }

  .tw .md\:-mb-133{
    margin-bottom: -665px;
  }

  .tw .md\:-mb-134{
    margin-bottom: -670px;
  }

  .tw .md\:-mb-135{
    margin-bottom: -675px;
  }

  .tw .md\:-mb-136{
    margin-bottom: -680px;
  }

  .tw .md\:-mb-137{
    margin-bottom: -685px;
  }

  .tw .md\:-mb-138{
    margin-bottom: -690px;
  }

  .tw .md\:-mb-139{
    margin-bottom: -695px;
  }

  .tw .md\:-mb-140{
    margin-bottom: -700px;
  }

  .tw .md\:-mb-141{
    margin-bottom: -705px;
  }

  .tw .md\:-mb-142{
    margin-bottom: -710px;
  }

  .tw .md\:-mb-143{
    margin-bottom: -715px;
  }

  .tw .md\:-mb-144{
    margin-bottom: -720px;
  }

  .tw .md\:-mb-145{
    margin-bottom: -725px;
  }

  .tw .md\:-mb-146{
    margin-bottom: -730px;
  }

  .tw .md\:-mb-147{
    margin-bottom: -735px;
  }

  .tw .md\:-mb-148{
    margin-bottom: -740px;
  }

  .tw .md\:-mb-149{
    margin-bottom: -745px;
  }

  .tw .md\:-mb-0\.5{
    margin-bottom: -3px;
  }

  .tw .md\:-mb-1px{
    margin-bottom: -1px;
  }

  .tw .md\:-mb-2px{
    margin-bottom: -2px;
  }

  .tw .md\:-mb-3px{
    margin-bottom: -3px;
  }

  .tw .md\:-mb-4px{
    margin-bottom: -4px;
  }

  .tw .md\:-mb-5px{
    margin-bottom: -5px;
  }

  .tw .md\:-mb-6px{
    margin-bottom: -6px;
  }

  .tw .md\:-mb-7px{
    margin-bottom: -7px;
  }

  .tw .md\:-mb-8px{
    margin-bottom: -8px;
  }

  .tw .md\:-mb-9px{
    margin-bottom: -9px;
  }

  .tw .md\:-mb-10px{
    margin-bottom: -10px;
  }

  .tw .md\:-mb-11px{
    margin-bottom: -11px;
  }

  .tw .md\:-mb-12px{
    margin-bottom: -12px;
  }

  .tw .md\:-mb-13px{
    margin-bottom: -13px;
  }

  .tw .md\:-mb-14px{
    margin-bottom: -14px;
  }

  .tw .md\:-mb-15px{
    margin-bottom: -15px;
  }

  .tw .md\:-mb-16px{
    margin-bottom: -16px;
  }

  .tw .md\:-mb-17px{
    margin-bottom: -17px;
  }

  .tw .md\:-mb-18px{
    margin-bottom: -18px;
  }

  .tw .md\:-mb-19px{
    margin-bottom: -19px;
  }

  .tw .md\:-mb-20px{
    margin-bottom: -20px;
  }

  .tw .md\:-mb-21px{
    margin-bottom: -21px;
  }

  .tw .md\:-mb-22px{
    margin-bottom: -22px;
  }

  .tw .md\:-mb-23px{
    margin-bottom: -23px;
  }

  .tw .md\:-mb-24px{
    margin-bottom: -24px;
  }

  .tw .md\:-mb-25px{
    margin-bottom: -25px;
  }

  .tw .md\:-mb-26px{
    margin-bottom: -26px;
  }

  .tw .md\:-mb-27px{
    margin-bottom: -27px;
  }

  .tw .md\:-mb-28px{
    margin-bottom: -28px;
  }

  .tw .md\:-mb-29px{
    margin-bottom: -29px;
  }

  .tw .md\:-mb-30px{
    margin-bottom: -30px;
  }

  .tw .md\:-mb-31px{
    margin-bottom: -31px;
  }

  .tw .md\:-mb-32px{
    margin-bottom: -32px;
  }

  .tw .md\:-mb-33px{
    margin-bottom: -33px;
  }

  .tw .md\:-mb-34px{
    margin-bottom: -34px;
  }

  .tw .md\:-mb-35px{
    margin-bottom: -35px;
  }

  .tw .md\:-mb-36px{
    margin-bottom: -36px;
  }

  .tw .md\:-mb-37px{
    margin-bottom: -37px;
  }

  .tw .md\:-mb-38px{
    margin-bottom: -38px;
  }

  .tw .md\:-mb-39px{
    margin-bottom: -39px;
  }

  .tw .md\:-mb-40px{
    margin-bottom: -40px;
  }

  .tw .md\:ml-0{
    margin-left: 0px;
  }

  .tw .md\:ml-1{
    margin-left: 5px;
  }

  .tw .md\:ml-2{
    margin-left: 10px;
  }

  .tw .md\:ml-3{
    margin-left: 15px;
  }

  .tw .md\:ml-4{
    margin-left: 20px;
  }

  .tw .md\:ml-5{
    margin-left: 25px;
  }

  .tw .md\:ml-6{
    margin-left: 30px;
  }

  .tw .md\:ml-7{
    margin-left: 35px;
  }

  .tw .md\:ml-8{
    margin-left: 40px;
  }

  .tw .md\:ml-9{
    margin-left: 45px;
  }

  .tw .md\:ml-10{
    margin-left: 50px;
  }

  .tw .md\:ml-11{
    margin-left: 55px;
  }

  .tw .md\:ml-12{
    margin-left: 60px;
  }

  .tw .md\:ml-13{
    margin-left: 65px;
  }

  .tw .md\:ml-14{
    margin-left: 70px;
  }

  .tw .md\:ml-15{
    margin-left: 75px;
  }

  .tw .md\:ml-16{
    margin-left: 80px;
  }

  .tw .md\:ml-17{
    margin-left: 85px;
  }

  .tw .md\:ml-18{
    margin-left: 90px;
  }

  .tw .md\:ml-19{
    margin-left: 95px;
  }

  .tw .md\:ml-20{
    margin-left: 100px;
  }

  .tw .md\:ml-21{
    margin-left: 105px;
  }

  .tw .md\:ml-22{
    margin-left: 110px;
  }

  .tw .md\:ml-23{
    margin-left: 115px;
  }

  .tw .md\:ml-24{
    margin-left: 120px;
  }

  .tw .md\:ml-25{
    margin-left: 125px;
  }

  .tw .md\:ml-26{
    margin-left: 130px;
  }

  .tw .md\:ml-27{
    margin-left: 135px;
  }

  .tw .md\:ml-28{
    margin-left: 140px;
  }

  .tw .md\:ml-29{
    margin-left: 145px;
  }

  .tw .md\:ml-30{
    margin-left: 150px;
  }

  .tw .md\:ml-31{
    margin-left: 155px;
  }

  .tw .md\:ml-32{
    margin-left: 160px;
  }

  .tw .md\:ml-33{
    margin-left: 165px;
  }

  .tw .md\:ml-34{
    margin-left: 170px;
  }

  .tw .md\:ml-35{
    margin-left: 175px;
  }

  .tw .md\:ml-36{
    margin-left: 180px;
  }

  .tw .md\:ml-37{
    margin-left: 185px;
  }

  .tw .md\:ml-38{
    margin-left: 190px;
  }

  .tw .md\:ml-39{
    margin-left: 195px;
  }

  .tw .md\:ml-40{
    margin-left: 200px;
  }

  .tw .md\:ml-41{
    margin-left: 205px;
  }

  .tw .md\:ml-42{
    margin-left: 210px;
  }

  .tw .md\:ml-43{
    margin-left: 215px;
  }

  .tw .md\:ml-44{
    margin-left: 220px;
  }

  .tw .md\:ml-45{
    margin-left: 225px;
  }

  .tw .md\:ml-46{
    margin-left: 230px;
  }

  .tw .md\:ml-47{
    margin-left: 235px;
  }

  .tw .md\:ml-48{
    margin-left: 240px;
  }

  .tw .md\:ml-49{
    margin-left: 245px;
  }

  .tw .md\:ml-50{
    margin-left: 250px;
  }

  .tw .md\:ml-51{
    margin-left: 255px;
  }

  .tw .md\:ml-52{
    margin-left: 260px;
  }

  .tw .md\:ml-53{
    margin-left: 265px;
  }

  .tw .md\:ml-54{
    margin-left: 270px;
  }

  .tw .md\:ml-55{
    margin-left: 275px;
  }

  .tw .md\:ml-56{
    margin-left: 280px;
  }

  .tw .md\:ml-57{
    margin-left: 285px;
  }

  .tw .md\:ml-58{
    margin-left: 290px;
  }

  .tw .md\:ml-59{
    margin-left: 295px;
  }

  .tw .md\:ml-60{
    margin-left: 300px;
  }

  .tw .md\:ml-61{
    margin-left: 305px;
  }

  .tw .md\:ml-62{
    margin-left: 310px;
  }

  .tw .md\:ml-63{
    margin-left: 315px;
  }

  .tw .md\:ml-64{
    margin-left: 320px;
  }

  .tw .md\:ml-65{
    margin-left: 325px;
  }

  .tw .md\:ml-66{
    margin-left: 330px;
  }

  .tw .md\:ml-67{
    margin-left: 335px;
  }

  .tw .md\:ml-68{
    margin-left: 340px;
  }

  .tw .md\:ml-69{
    margin-left: 345px;
  }

  .tw .md\:ml-70{
    margin-left: 350px;
  }

  .tw .md\:ml-71{
    margin-left: 355px;
  }

  .tw .md\:ml-72{
    margin-left: 360px;
  }

  .tw .md\:ml-73{
    margin-left: 365px;
  }

  .tw .md\:ml-74{
    margin-left: 370px;
  }

  .tw .md\:ml-75{
    margin-left: 375px;
  }

  .tw .md\:ml-76{
    margin-left: 380px;
  }

  .tw .md\:ml-77{
    margin-left: 385px;
  }

  .tw .md\:ml-78{
    margin-left: 390px;
  }

  .tw .md\:ml-79{
    margin-left: 395px;
  }

  .tw .md\:ml-80{
    margin-left: 400px;
  }

  .tw .md\:ml-81{
    margin-left: 405px;
  }

  .tw .md\:ml-82{
    margin-left: 410px;
  }

  .tw .md\:ml-83{
    margin-left: 415px;
  }

  .tw .md\:ml-84{
    margin-left: 420px;
  }

  .tw .md\:ml-85{
    margin-left: 425px;
  }

  .tw .md\:ml-86{
    margin-left: 430px;
  }

  .tw .md\:ml-87{
    margin-left: 435px;
  }

  .tw .md\:ml-88{
    margin-left: 440px;
  }

  .tw .md\:ml-89{
    margin-left: 445px;
  }

  .tw .md\:ml-90{
    margin-left: 450px;
  }

  .tw .md\:ml-91{
    margin-left: 455px;
  }

  .tw .md\:ml-92{
    margin-left: 460px;
  }

  .tw .md\:ml-93{
    margin-left: 465px;
  }

  .tw .md\:ml-94{
    margin-left: 470px;
  }

  .tw .md\:ml-95{
    margin-left: 475px;
  }

  .tw .md\:ml-96{
    margin-left: 480px;
  }

  .tw .md\:ml-97{
    margin-left: 485px;
  }

  .tw .md\:ml-98{
    margin-left: 490px;
  }

  .tw .md\:ml-99{
    margin-left: 495px;
  }

  .tw .md\:ml-100{
    margin-left: 500px;
  }

  .tw .md\:ml-101{
    margin-left: 505px;
  }

  .tw .md\:ml-102{
    margin-left: 510px;
  }

  .tw .md\:ml-103{
    margin-left: 515px;
  }

  .tw .md\:ml-104{
    margin-left: 520px;
  }

  .tw .md\:ml-105{
    margin-left: 525px;
  }

  .tw .md\:ml-106{
    margin-left: 530px;
  }

  .tw .md\:ml-107{
    margin-left: 535px;
  }

  .tw .md\:ml-108{
    margin-left: 540px;
  }

  .tw .md\:ml-109{
    margin-left: 545px;
  }

  .tw .md\:ml-110{
    margin-left: 550px;
  }

  .tw .md\:ml-111{
    margin-left: 555px;
  }

  .tw .md\:ml-112{
    margin-left: 560px;
  }

  .tw .md\:ml-113{
    margin-left: 565px;
  }

  .tw .md\:ml-114{
    margin-left: 570px;
  }

  .tw .md\:ml-115{
    margin-left: 575px;
  }

  .tw .md\:ml-116{
    margin-left: 580px;
  }

  .tw .md\:ml-117{
    margin-left: 585px;
  }

  .tw .md\:ml-118{
    margin-left: 590px;
  }

  .tw .md\:ml-119{
    margin-left: 595px;
  }

  .tw .md\:ml-120{
    margin-left: 600px;
  }

  .tw .md\:ml-121{
    margin-left: 605px;
  }

  .tw .md\:ml-122{
    margin-left: 610px;
  }

  .tw .md\:ml-123{
    margin-left: 615px;
  }

  .tw .md\:ml-124{
    margin-left: 620px;
  }

  .tw .md\:ml-125{
    margin-left: 625px;
  }

  .tw .md\:ml-126{
    margin-left: 630px;
  }

  .tw .md\:ml-127{
    margin-left: 635px;
  }

  .tw .md\:ml-128{
    margin-left: 640px;
  }

  .tw .md\:ml-129{
    margin-left: 645px;
  }

  .tw .md\:ml-130{
    margin-left: 650px;
  }

  .tw .md\:ml-131{
    margin-left: 655px;
  }

  .tw .md\:ml-132{
    margin-left: 660px;
  }

  .tw .md\:ml-133{
    margin-left: 665px;
  }

  .tw .md\:ml-134{
    margin-left: 670px;
  }

  .tw .md\:ml-135{
    margin-left: 675px;
  }

  .tw .md\:ml-136{
    margin-left: 680px;
  }

  .tw .md\:ml-137{
    margin-left: 685px;
  }

  .tw .md\:ml-138{
    margin-left: 690px;
  }

  .tw .md\:ml-139{
    margin-left: 695px;
  }

  .tw .md\:ml-140{
    margin-left: 700px;
  }

  .tw .md\:ml-141{
    margin-left: 705px;
  }

  .tw .md\:ml-142{
    margin-left: 710px;
  }

  .tw .md\:ml-143{
    margin-left: 715px;
  }

  .tw .md\:ml-144{
    margin-left: 720px;
  }

  .tw .md\:ml-145{
    margin-left: 725px;
  }

  .tw .md\:ml-146{
    margin-left: 730px;
  }

  .tw .md\:ml-147{
    margin-left: 735px;
  }

  .tw .md\:ml-148{
    margin-left: 740px;
  }

  .tw .md\:ml-149{
    margin-left: 745px;
  }

  .tw .md\:ml-auto{
    margin-left: auto;
  }

  .tw .md\:ml-0\.5{
    margin-left: 3px;
  }

  .tw .md\:ml-1px{
    margin-left: 1px;
  }

  .tw .md\:ml-2px{
    margin-left: 2px;
  }

  .tw .md\:ml-3px{
    margin-left: 3px;
  }

  .tw .md\:ml-4px{
    margin-left: 4px;
  }

  .tw .md\:ml-5px{
    margin-left: 5px;
  }

  .tw .md\:ml-6px{
    margin-left: 6px;
  }

  .tw .md\:ml-7px{
    margin-left: 7px;
  }

  .tw .md\:ml-8px{
    margin-left: 8px;
  }

  .tw .md\:ml-9px{
    margin-left: 9px;
  }

  .tw .md\:ml-10px{
    margin-left: 10px;
  }

  .tw .md\:ml-11px{
    margin-left: 11px;
  }

  .tw .md\:ml-12px{
    margin-left: 12px;
  }

  .tw .md\:ml-13px{
    margin-left: 13px;
  }

  .tw .md\:ml-14px{
    margin-left: 14px;
  }

  .tw .md\:ml-15px{
    margin-left: 15px;
  }

  .tw .md\:ml-16px{
    margin-left: 16px;
  }

  .tw .md\:ml-17px{
    margin-left: 17px;
  }

  .tw .md\:ml-18px{
    margin-left: 18px;
  }

  .tw .md\:ml-19px{
    margin-left: 19px;
  }

  .tw .md\:ml-20px{
    margin-left: 20px;
  }

  .tw .md\:ml-21px{
    margin-left: 21px;
  }

  .tw .md\:ml-22px{
    margin-left: 22px;
  }

  .tw .md\:ml-23px{
    margin-left: 23px;
  }

  .tw .md\:ml-24px{
    margin-left: 24px;
  }

  .tw .md\:ml-25px{
    margin-left: 25px;
  }

  .tw .md\:ml-26px{
    margin-left: 26px;
  }

  .tw .md\:ml-27px{
    margin-left: 27px;
  }

  .tw .md\:ml-28px{
    margin-left: 28px;
  }

  .tw .md\:ml-29px{
    margin-left: 29px;
  }

  .tw .md\:ml-30px{
    margin-left: 30px;
  }

  .tw .md\:ml-31px{
    margin-left: 31px;
  }

  .tw .md\:ml-32px{
    margin-left: 32px;
  }

  .tw .md\:ml-33px{
    margin-left: 33px;
  }

  .tw .md\:ml-34px{
    margin-left: 34px;
  }

  .tw .md\:ml-35px{
    margin-left: 35px;
  }

  .tw .md\:ml-36px{
    margin-left: 36px;
  }

  .tw .md\:ml-37px{
    margin-left: 37px;
  }

  .tw .md\:ml-38px{
    margin-left: 38px;
  }

  .tw .md\:ml-39px{
    margin-left: 39px;
  }

  .tw .md\:ml-40px{
    margin-left: 40px;
  }

  .tw .md\:-ml-0{
    margin-left: 0px;
  }

  .tw .md\:-ml-1{
    margin-left: -5px;
  }

  .tw .md\:-ml-2{
    margin-left: -10px;
  }

  .tw .md\:-ml-3{
    margin-left: -15px;
  }

  .tw .md\:-ml-4{
    margin-left: -20px;
  }

  .tw .md\:-ml-5{
    margin-left: -25px;
  }

  .tw .md\:-ml-6{
    margin-left: -30px;
  }

  .tw .md\:-ml-7{
    margin-left: -35px;
  }

  .tw .md\:-ml-8{
    margin-left: -40px;
  }

  .tw .md\:-ml-9{
    margin-left: -45px;
  }

  .tw .md\:-ml-10{
    margin-left: -50px;
  }

  .tw .md\:-ml-11{
    margin-left: -55px;
  }

  .tw .md\:-ml-12{
    margin-left: -60px;
  }

  .tw .md\:-ml-13{
    margin-left: -65px;
  }

  .tw .md\:-ml-14{
    margin-left: -70px;
  }

  .tw .md\:-ml-15{
    margin-left: -75px;
  }

  .tw .md\:-ml-16{
    margin-left: -80px;
  }

  .tw .md\:-ml-17{
    margin-left: -85px;
  }

  .tw .md\:-ml-18{
    margin-left: -90px;
  }

  .tw .md\:-ml-19{
    margin-left: -95px;
  }

  .tw .md\:-ml-20{
    margin-left: -100px;
  }

  .tw .md\:-ml-21{
    margin-left: -105px;
  }

  .tw .md\:-ml-22{
    margin-left: -110px;
  }

  .tw .md\:-ml-23{
    margin-left: -115px;
  }

  .tw .md\:-ml-24{
    margin-left: -120px;
  }

  .tw .md\:-ml-25{
    margin-left: -125px;
  }

  .tw .md\:-ml-26{
    margin-left: -130px;
  }

  .tw .md\:-ml-27{
    margin-left: -135px;
  }

  .tw .md\:-ml-28{
    margin-left: -140px;
  }

  .tw .md\:-ml-29{
    margin-left: -145px;
  }

  .tw .md\:-ml-30{
    margin-left: -150px;
  }

  .tw .md\:-ml-31{
    margin-left: -155px;
  }

  .tw .md\:-ml-32{
    margin-left: -160px;
  }

  .tw .md\:-ml-33{
    margin-left: -165px;
  }

  .tw .md\:-ml-34{
    margin-left: -170px;
  }

  .tw .md\:-ml-35{
    margin-left: -175px;
  }

  .tw .md\:-ml-36{
    margin-left: -180px;
  }

  .tw .md\:-ml-37{
    margin-left: -185px;
  }

  .tw .md\:-ml-38{
    margin-left: -190px;
  }

  .tw .md\:-ml-39{
    margin-left: -195px;
  }

  .tw .md\:-ml-40{
    margin-left: -200px;
  }

  .tw .md\:-ml-41{
    margin-left: -205px;
  }

  .tw .md\:-ml-42{
    margin-left: -210px;
  }

  .tw .md\:-ml-43{
    margin-left: -215px;
  }

  .tw .md\:-ml-44{
    margin-left: -220px;
  }

  .tw .md\:-ml-45{
    margin-left: -225px;
  }

  .tw .md\:-ml-46{
    margin-left: -230px;
  }

  .tw .md\:-ml-47{
    margin-left: -235px;
  }

  .tw .md\:-ml-48{
    margin-left: -240px;
  }

  .tw .md\:-ml-49{
    margin-left: -245px;
  }

  .tw .md\:-ml-50{
    margin-left: -250px;
  }

  .tw .md\:-ml-51{
    margin-left: -255px;
  }

  .tw .md\:-ml-52{
    margin-left: -260px;
  }

  .tw .md\:-ml-53{
    margin-left: -265px;
  }

  .tw .md\:-ml-54{
    margin-left: -270px;
  }

  .tw .md\:-ml-55{
    margin-left: -275px;
  }

  .tw .md\:-ml-56{
    margin-left: -280px;
  }

  .tw .md\:-ml-57{
    margin-left: -285px;
  }

  .tw .md\:-ml-58{
    margin-left: -290px;
  }

  .tw .md\:-ml-59{
    margin-left: -295px;
  }

  .tw .md\:-ml-60{
    margin-left: -300px;
  }

  .tw .md\:-ml-61{
    margin-left: -305px;
  }

  .tw .md\:-ml-62{
    margin-left: -310px;
  }

  .tw .md\:-ml-63{
    margin-left: -315px;
  }

  .tw .md\:-ml-64{
    margin-left: -320px;
  }

  .tw .md\:-ml-65{
    margin-left: -325px;
  }

  .tw .md\:-ml-66{
    margin-left: -330px;
  }

  .tw .md\:-ml-67{
    margin-left: -335px;
  }

  .tw .md\:-ml-68{
    margin-left: -340px;
  }

  .tw .md\:-ml-69{
    margin-left: -345px;
  }

  .tw .md\:-ml-70{
    margin-left: -350px;
  }

  .tw .md\:-ml-71{
    margin-left: -355px;
  }

  .tw .md\:-ml-72{
    margin-left: -360px;
  }

  .tw .md\:-ml-73{
    margin-left: -365px;
  }

  .tw .md\:-ml-74{
    margin-left: -370px;
  }

  .tw .md\:-ml-75{
    margin-left: -375px;
  }

  .tw .md\:-ml-76{
    margin-left: -380px;
  }

  .tw .md\:-ml-77{
    margin-left: -385px;
  }

  .tw .md\:-ml-78{
    margin-left: -390px;
  }

  .tw .md\:-ml-79{
    margin-left: -395px;
  }

  .tw .md\:-ml-80{
    margin-left: -400px;
  }

  .tw .md\:-ml-81{
    margin-left: -405px;
  }

  .tw .md\:-ml-82{
    margin-left: -410px;
  }

  .tw .md\:-ml-83{
    margin-left: -415px;
  }

  .tw .md\:-ml-84{
    margin-left: -420px;
  }

  .tw .md\:-ml-85{
    margin-left: -425px;
  }

  .tw .md\:-ml-86{
    margin-left: -430px;
  }

  .tw .md\:-ml-87{
    margin-left: -435px;
  }

  .tw .md\:-ml-88{
    margin-left: -440px;
  }

  .tw .md\:-ml-89{
    margin-left: -445px;
  }

  .tw .md\:-ml-90{
    margin-left: -450px;
  }

  .tw .md\:-ml-91{
    margin-left: -455px;
  }

  .tw .md\:-ml-92{
    margin-left: -460px;
  }

  .tw .md\:-ml-93{
    margin-left: -465px;
  }

  .tw .md\:-ml-94{
    margin-left: -470px;
  }

  .tw .md\:-ml-95{
    margin-left: -475px;
  }

  .tw .md\:-ml-96{
    margin-left: -480px;
  }

  .tw .md\:-ml-97{
    margin-left: -485px;
  }

  .tw .md\:-ml-98{
    margin-left: -490px;
  }

  .tw .md\:-ml-99{
    margin-left: -495px;
  }

  .tw .md\:-ml-100{
    margin-left: -500px;
  }

  .tw .md\:-ml-101{
    margin-left: -505px;
  }

  .tw .md\:-ml-102{
    margin-left: -510px;
  }

  .tw .md\:-ml-103{
    margin-left: -515px;
  }

  .tw .md\:-ml-104{
    margin-left: -520px;
  }

  .tw .md\:-ml-105{
    margin-left: -525px;
  }

  .tw .md\:-ml-106{
    margin-left: -530px;
  }

  .tw .md\:-ml-107{
    margin-left: -535px;
  }

  .tw .md\:-ml-108{
    margin-left: -540px;
  }

  .tw .md\:-ml-109{
    margin-left: -545px;
  }

  .tw .md\:-ml-110{
    margin-left: -550px;
  }

  .tw .md\:-ml-111{
    margin-left: -555px;
  }

  .tw .md\:-ml-112{
    margin-left: -560px;
  }

  .tw .md\:-ml-113{
    margin-left: -565px;
  }

  .tw .md\:-ml-114{
    margin-left: -570px;
  }

  .tw .md\:-ml-115{
    margin-left: -575px;
  }

  .tw .md\:-ml-116{
    margin-left: -580px;
  }

  .tw .md\:-ml-117{
    margin-left: -585px;
  }

  .tw .md\:-ml-118{
    margin-left: -590px;
  }

  .tw .md\:-ml-119{
    margin-left: -595px;
  }

  .tw .md\:-ml-120{
    margin-left: -600px;
  }

  .tw .md\:-ml-121{
    margin-left: -605px;
  }

  .tw .md\:-ml-122{
    margin-left: -610px;
  }

  .tw .md\:-ml-123{
    margin-left: -615px;
  }

  .tw .md\:-ml-124{
    margin-left: -620px;
  }

  .tw .md\:-ml-125{
    margin-left: -625px;
  }

  .tw .md\:-ml-126{
    margin-left: -630px;
  }

  .tw .md\:-ml-127{
    margin-left: -635px;
  }

  .tw .md\:-ml-128{
    margin-left: -640px;
  }

  .tw .md\:-ml-129{
    margin-left: -645px;
  }

  .tw .md\:-ml-130{
    margin-left: -650px;
  }

  .tw .md\:-ml-131{
    margin-left: -655px;
  }

  .tw .md\:-ml-132{
    margin-left: -660px;
  }

  .tw .md\:-ml-133{
    margin-left: -665px;
  }

  .tw .md\:-ml-134{
    margin-left: -670px;
  }

  .tw .md\:-ml-135{
    margin-left: -675px;
  }

  .tw .md\:-ml-136{
    margin-left: -680px;
  }

  .tw .md\:-ml-137{
    margin-left: -685px;
  }

  .tw .md\:-ml-138{
    margin-left: -690px;
  }

  .tw .md\:-ml-139{
    margin-left: -695px;
  }

  .tw .md\:-ml-140{
    margin-left: -700px;
  }

  .tw .md\:-ml-141{
    margin-left: -705px;
  }

  .tw .md\:-ml-142{
    margin-left: -710px;
  }

  .tw .md\:-ml-143{
    margin-left: -715px;
  }

  .tw .md\:-ml-144{
    margin-left: -720px;
  }

  .tw .md\:-ml-145{
    margin-left: -725px;
  }

  .tw .md\:-ml-146{
    margin-left: -730px;
  }

  .tw .md\:-ml-147{
    margin-left: -735px;
  }

  .tw .md\:-ml-148{
    margin-left: -740px;
  }

  .tw .md\:-ml-149{
    margin-left: -745px;
  }

  .tw .md\:-ml-0\.5{
    margin-left: -3px;
  }

  .tw .md\:-ml-1px{
    margin-left: -1px;
  }

  .tw .md\:-ml-2px{
    margin-left: -2px;
  }

  .tw .md\:-ml-3px{
    margin-left: -3px;
  }

  .tw .md\:-ml-4px{
    margin-left: -4px;
  }

  .tw .md\:-ml-5px{
    margin-left: -5px;
  }

  .tw .md\:-ml-6px{
    margin-left: -6px;
  }

  .tw .md\:-ml-7px{
    margin-left: -7px;
  }

  .tw .md\:-ml-8px{
    margin-left: -8px;
  }

  .tw .md\:-ml-9px{
    margin-left: -9px;
  }

  .tw .md\:-ml-10px{
    margin-left: -10px;
  }

  .tw .md\:-ml-11px{
    margin-left: -11px;
  }

  .tw .md\:-ml-12px{
    margin-left: -12px;
  }

  .tw .md\:-ml-13px{
    margin-left: -13px;
  }

  .tw .md\:-ml-14px{
    margin-left: -14px;
  }

  .tw .md\:-ml-15px{
    margin-left: -15px;
  }

  .tw .md\:-ml-16px{
    margin-left: -16px;
  }

  .tw .md\:-ml-17px{
    margin-left: -17px;
  }

  .tw .md\:-ml-18px{
    margin-left: -18px;
  }

  .tw .md\:-ml-19px{
    margin-left: -19px;
  }

  .tw .md\:-ml-20px{
    margin-left: -20px;
  }

  .tw .md\:-ml-21px{
    margin-left: -21px;
  }

  .tw .md\:-ml-22px{
    margin-left: -22px;
  }

  .tw .md\:-ml-23px{
    margin-left: -23px;
  }

  .tw .md\:-ml-24px{
    margin-left: -24px;
  }

  .tw .md\:-ml-25px{
    margin-left: -25px;
  }

  .tw .md\:-ml-26px{
    margin-left: -26px;
  }

  .tw .md\:-ml-27px{
    margin-left: -27px;
  }

  .tw .md\:-ml-28px{
    margin-left: -28px;
  }

  .tw .md\:-ml-29px{
    margin-left: -29px;
  }

  .tw .md\:-ml-30px{
    margin-left: -30px;
  }

  .tw .md\:-ml-31px{
    margin-left: -31px;
  }

  .tw .md\:-ml-32px{
    margin-left: -32px;
  }

  .tw .md\:-ml-33px{
    margin-left: -33px;
  }

  .tw .md\:-ml-34px{
    margin-left: -34px;
  }

  .tw .md\:-ml-35px{
    margin-left: -35px;
  }

  .tw .md\:-ml-36px{
    margin-left: -36px;
  }

  .tw .md\:-ml-37px{
    margin-left: -37px;
  }

  .tw .md\:-ml-38px{
    margin-left: -38px;
  }

  .tw .md\:-ml-39px{
    margin-left: -39px;
  }

  .tw .md\:-ml-40px{
    margin-left: -40px;
  }

  .tw .md\:last\:mt-0:last-child{
    margin-top: 0px;
  }

  .tw .md\:last\:mt-1:last-child{
    margin-top: 5px;
  }

  .tw .md\:last\:mt-2:last-child{
    margin-top: 10px;
  }

  .tw .md\:last\:mt-3:last-child{
    margin-top: 15px;
  }

  .tw .md\:last\:mt-4:last-child{
    margin-top: 20px;
  }

  .tw .md\:last\:mt-5:last-child{
    margin-top: 25px;
  }

  .tw .md\:last\:mt-6:last-child{
    margin-top: 30px;
  }

  .tw .md\:last\:mt-7:last-child{
    margin-top: 35px;
  }

  .tw .md\:last\:mt-8:last-child{
    margin-top: 40px;
  }

  .tw .md\:last\:mt-9:last-child{
    margin-top: 45px;
  }

  .tw .md\:last\:mt-10:last-child{
    margin-top: 50px;
  }

  .tw .md\:last\:mt-11:last-child{
    margin-top: 55px;
  }

  .tw .md\:last\:mt-12:last-child{
    margin-top: 60px;
  }

  .tw .md\:last\:mt-13:last-child{
    margin-top: 65px;
  }

  .tw .md\:last\:mt-14:last-child{
    margin-top: 70px;
  }

  .tw .md\:last\:mt-15:last-child{
    margin-top: 75px;
  }

  .tw .md\:last\:mt-16:last-child{
    margin-top: 80px;
  }

  .tw .md\:last\:mt-17:last-child{
    margin-top: 85px;
  }

  .tw .md\:last\:mt-18:last-child{
    margin-top: 90px;
  }

  .tw .md\:last\:mt-19:last-child{
    margin-top: 95px;
  }

  .tw .md\:last\:mt-20:last-child{
    margin-top: 100px;
  }

  .tw .md\:last\:mt-21:last-child{
    margin-top: 105px;
  }

  .tw .md\:last\:mt-22:last-child{
    margin-top: 110px;
  }

  .tw .md\:last\:mt-23:last-child{
    margin-top: 115px;
  }

  .tw .md\:last\:mt-24:last-child{
    margin-top: 120px;
  }

  .tw .md\:last\:mt-25:last-child{
    margin-top: 125px;
  }

  .tw .md\:last\:mt-26:last-child{
    margin-top: 130px;
  }

  .tw .md\:last\:mt-27:last-child{
    margin-top: 135px;
  }

  .tw .md\:last\:mt-28:last-child{
    margin-top: 140px;
  }

  .tw .md\:last\:mt-29:last-child{
    margin-top: 145px;
  }

  .tw .md\:last\:mt-30:last-child{
    margin-top: 150px;
  }

  .tw .md\:last\:mt-31:last-child{
    margin-top: 155px;
  }

  .tw .md\:last\:mt-32:last-child{
    margin-top: 160px;
  }

  .tw .md\:last\:mt-33:last-child{
    margin-top: 165px;
  }

  .tw .md\:last\:mt-34:last-child{
    margin-top: 170px;
  }

  .tw .md\:last\:mt-35:last-child{
    margin-top: 175px;
  }

  .tw .md\:last\:mt-36:last-child{
    margin-top: 180px;
  }

  .tw .md\:last\:mt-37:last-child{
    margin-top: 185px;
  }

  .tw .md\:last\:mt-38:last-child{
    margin-top: 190px;
  }

  .tw .md\:last\:mt-39:last-child{
    margin-top: 195px;
  }

  .tw .md\:last\:mt-40:last-child{
    margin-top: 200px;
  }

  .tw .md\:last\:mt-41:last-child{
    margin-top: 205px;
  }

  .tw .md\:last\:mt-42:last-child{
    margin-top: 210px;
  }

  .tw .md\:last\:mt-43:last-child{
    margin-top: 215px;
  }

  .tw .md\:last\:mt-44:last-child{
    margin-top: 220px;
  }

  .tw .md\:last\:mt-45:last-child{
    margin-top: 225px;
  }

  .tw .md\:last\:mt-46:last-child{
    margin-top: 230px;
  }

  .tw .md\:last\:mt-47:last-child{
    margin-top: 235px;
  }

  .tw .md\:last\:mt-48:last-child{
    margin-top: 240px;
  }

  .tw .md\:last\:mt-49:last-child{
    margin-top: 245px;
  }

  .tw .md\:last\:mt-50:last-child{
    margin-top: 250px;
  }

  .tw .md\:last\:mt-51:last-child{
    margin-top: 255px;
  }

  .tw .md\:last\:mt-52:last-child{
    margin-top: 260px;
  }

  .tw .md\:last\:mt-53:last-child{
    margin-top: 265px;
  }

  .tw .md\:last\:mt-54:last-child{
    margin-top: 270px;
  }

  .tw .md\:last\:mt-55:last-child{
    margin-top: 275px;
  }

  .tw .md\:last\:mt-56:last-child{
    margin-top: 280px;
  }

  .tw .md\:last\:mt-57:last-child{
    margin-top: 285px;
  }

  .tw .md\:last\:mt-58:last-child{
    margin-top: 290px;
  }

  .tw .md\:last\:mt-59:last-child{
    margin-top: 295px;
  }

  .tw .md\:last\:mt-60:last-child{
    margin-top: 300px;
  }

  .tw .md\:last\:mt-61:last-child{
    margin-top: 305px;
  }

  .tw .md\:last\:mt-62:last-child{
    margin-top: 310px;
  }

  .tw .md\:last\:mt-63:last-child{
    margin-top: 315px;
  }

  .tw .md\:last\:mt-64:last-child{
    margin-top: 320px;
  }

  .tw .md\:last\:mt-65:last-child{
    margin-top: 325px;
  }

  .tw .md\:last\:mt-66:last-child{
    margin-top: 330px;
  }

  .tw .md\:last\:mt-67:last-child{
    margin-top: 335px;
  }

  .tw .md\:last\:mt-68:last-child{
    margin-top: 340px;
  }

  .tw .md\:last\:mt-69:last-child{
    margin-top: 345px;
  }

  .tw .md\:last\:mt-70:last-child{
    margin-top: 350px;
  }

  .tw .md\:last\:mt-71:last-child{
    margin-top: 355px;
  }

  .tw .md\:last\:mt-72:last-child{
    margin-top: 360px;
  }

  .tw .md\:last\:mt-73:last-child{
    margin-top: 365px;
  }

  .tw .md\:last\:mt-74:last-child{
    margin-top: 370px;
  }

  .tw .md\:last\:mt-75:last-child{
    margin-top: 375px;
  }

  .tw .md\:last\:mt-76:last-child{
    margin-top: 380px;
  }

  .tw .md\:last\:mt-77:last-child{
    margin-top: 385px;
  }

  .tw .md\:last\:mt-78:last-child{
    margin-top: 390px;
  }

  .tw .md\:last\:mt-79:last-child{
    margin-top: 395px;
  }

  .tw .md\:last\:mt-80:last-child{
    margin-top: 400px;
  }

  .tw .md\:last\:mt-81:last-child{
    margin-top: 405px;
  }

  .tw .md\:last\:mt-82:last-child{
    margin-top: 410px;
  }

  .tw .md\:last\:mt-83:last-child{
    margin-top: 415px;
  }

  .tw .md\:last\:mt-84:last-child{
    margin-top: 420px;
  }

  .tw .md\:last\:mt-85:last-child{
    margin-top: 425px;
  }

  .tw .md\:last\:mt-86:last-child{
    margin-top: 430px;
  }

  .tw .md\:last\:mt-87:last-child{
    margin-top: 435px;
  }

  .tw .md\:last\:mt-88:last-child{
    margin-top: 440px;
  }

  .tw .md\:last\:mt-89:last-child{
    margin-top: 445px;
  }

  .tw .md\:last\:mt-90:last-child{
    margin-top: 450px;
  }

  .tw .md\:last\:mt-91:last-child{
    margin-top: 455px;
  }

  .tw .md\:last\:mt-92:last-child{
    margin-top: 460px;
  }

  .tw .md\:last\:mt-93:last-child{
    margin-top: 465px;
  }

  .tw .md\:last\:mt-94:last-child{
    margin-top: 470px;
  }

  .tw .md\:last\:mt-95:last-child{
    margin-top: 475px;
  }

  .tw .md\:last\:mt-96:last-child{
    margin-top: 480px;
  }

  .tw .md\:last\:mt-97:last-child{
    margin-top: 485px;
  }

  .tw .md\:last\:mt-98:last-child{
    margin-top: 490px;
  }

  .tw .md\:last\:mt-99:last-child{
    margin-top: 495px;
  }

  .tw .md\:last\:mt-100:last-child{
    margin-top: 500px;
  }

  .tw .md\:last\:mt-101:last-child{
    margin-top: 505px;
  }

  .tw .md\:last\:mt-102:last-child{
    margin-top: 510px;
  }

  .tw .md\:last\:mt-103:last-child{
    margin-top: 515px;
  }

  .tw .md\:last\:mt-104:last-child{
    margin-top: 520px;
  }

  .tw .md\:last\:mt-105:last-child{
    margin-top: 525px;
  }

  .tw .md\:last\:mt-106:last-child{
    margin-top: 530px;
  }

  .tw .md\:last\:mt-107:last-child{
    margin-top: 535px;
  }

  .tw .md\:last\:mt-108:last-child{
    margin-top: 540px;
  }

  .tw .md\:last\:mt-109:last-child{
    margin-top: 545px;
  }

  .tw .md\:last\:mt-110:last-child{
    margin-top: 550px;
  }

  .tw .md\:last\:mt-111:last-child{
    margin-top: 555px;
  }

  .tw .md\:last\:mt-112:last-child{
    margin-top: 560px;
  }

  .tw .md\:last\:mt-113:last-child{
    margin-top: 565px;
  }

  .tw .md\:last\:mt-114:last-child{
    margin-top: 570px;
  }

  .tw .md\:last\:mt-115:last-child{
    margin-top: 575px;
  }

  .tw .md\:last\:mt-116:last-child{
    margin-top: 580px;
  }

  .tw .md\:last\:mt-117:last-child{
    margin-top: 585px;
  }

  .tw .md\:last\:mt-118:last-child{
    margin-top: 590px;
  }

  .tw .md\:last\:mt-119:last-child{
    margin-top: 595px;
  }

  .tw .md\:last\:mt-120:last-child{
    margin-top: 600px;
  }

  .tw .md\:last\:mt-121:last-child{
    margin-top: 605px;
  }

  .tw .md\:last\:mt-122:last-child{
    margin-top: 610px;
  }

  .tw .md\:last\:mt-123:last-child{
    margin-top: 615px;
  }

  .tw .md\:last\:mt-124:last-child{
    margin-top: 620px;
  }

  .tw .md\:last\:mt-125:last-child{
    margin-top: 625px;
  }

  .tw .md\:last\:mt-126:last-child{
    margin-top: 630px;
  }

  .tw .md\:last\:mt-127:last-child{
    margin-top: 635px;
  }

  .tw .md\:last\:mt-128:last-child{
    margin-top: 640px;
  }

  .tw .md\:last\:mt-129:last-child{
    margin-top: 645px;
  }

  .tw .md\:last\:mt-130:last-child{
    margin-top: 650px;
  }

  .tw .md\:last\:mt-131:last-child{
    margin-top: 655px;
  }

  .tw .md\:last\:mt-132:last-child{
    margin-top: 660px;
  }

  .tw .md\:last\:mt-133:last-child{
    margin-top: 665px;
  }

  .tw .md\:last\:mt-134:last-child{
    margin-top: 670px;
  }

  .tw .md\:last\:mt-135:last-child{
    margin-top: 675px;
  }

  .tw .md\:last\:mt-136:last-child{
    margin-top: 680px;
  }

  .tw .md\:last\:mt-137:last-child{
    margin-top: 685px;
  }

  .tw .md\:last\:mt-138:last-child{
    margin-top: 690px;
  }

  .tw .md\:last\:mt-139:last-child{
    margin-top: 695px;
  }

  .tw .md\:last\:mt-140:last-child{
    margin-top: 700px;
  }

  .tw .md\:last\:mt-141:last-child{
    margin-top: 705px;
  }

  .tw .md\:last\:mt-142:last-child{
    margin-top: 710px;
  }

  .tw .md\:last\:mt-143:last-child{
    margin-top: 715px;
  }

  .tw .md\:last\:mt-144:last-child{
    margin-top: 720px;
  }

  .tw .md\:last\:mt-145:last-child{
    margin-top: 725px;
  }

  .tw .md\:last\:mt-146:last-child{
    margin-top: 730px;
  }

  .tw .md\:last\:mt-147:last-child{
    margin-top: 735px;
  }

  .tw .md\:last\:mt-148:last-child{
    margin-top: 740px;
  }

  .tw .md\:last\:mt-149:last-child{
    margin-top: 745px;
  }

  .tw .md\:last\:mt-auto:last-child{
    margin-top: auto;
  }

  .tw .md\:last\:mt-0\.5:last-child{
    margin-top: 3px;
  }

  .tw .md\:last\:mt-1px:last-child{
    margin-top: 1px;
  }

  .tw .md\:last\:mt-2px:last-child{
    margin-top: 2px;
  }

  .tw .md\:last\:mt-3px:last-child{
    margin-top: 3px;
  }

  .tw .md\:last\:mt-4px:last-child{
    margin-top: 4px;
  }

  .tw .md\:last\:mt-5px:last-child{
    margin-top: 5px;
  }

  .tw .md\:last\:mt-6px:last-child{
    margin-top: 6px;
  }

  .tw .md\:last\:mt-7px:last-child{
    margin-top: 7px;
  }

  .tw .md\:last\:mt-8px:last-child{
    margin-top: 8px;
  }

  .tw .md\:last\:mt-9px:last-child{
    margin-top: 9px;
  }

  .tw .md\:last\:mt-10px:last-child{
    margin-top: 10px;
  }

  .tw .md\:last\:mt-11px:last-child{
    margin-top: 11px;
  }

  .tw .md\:last\:mt-12px:last-child{
    margin-top: 12px;
  }

  .tw .md\:last\:mt-13px:last-child{
    margin-top: 13px;
  }

  .tw .md\:last\:mt-14px:last-child{
    margin-top: 14px;
  }

  .tw .md\:last\:mt-15px:last-child{
    margin-top: 15px;
  }

  .tw .md\:last\:mt-16px:last-child{
    margin-top: 16px;
  }

  .tw .md\:last\:mt-17px:last-child{
    margin-top: 17px;
  }

  .tw .md\:last\:mt-18px:last-child{
    margin-top: 18px;
  }

  .tw .md\:last\:mt-19px:last-child{
    margin-top: 19px;
  }

  .tw .md\:last\:mt-20px:last-child{
    margin-top: 20px;
  }

  .tw .md\:last\:mt-21px:last-child{
    margin-top: 21px;
  }

  .tw .md\:last\:mt-22px:last-child{
    margin-top: 22px;
  }

  .tw .md\:last\:mt-23px:last-child{
    margin-top: 23px;
  }

  .tw .md\:last\:mt-24px:last-child{
    margin-top: 24px;
  }

  .tw .md\:last\:mt-25px:last-child{
    margin-top: 25px;
  }

  .tw .md\:last\:mt-26px:last-child{
    margin-top: 26px;
  }

  .tw .md\:last\:mt-27px:last-child{
    margin-top: 27px;
  }

  .tw .md\:last\:mt-28px:last-child{
    margin-top: 28px;
  }

  .tw .md\:last\:mt-29px:last-child{
    margin-top: 29px;
  }

  .tw .md\:last\:mt-30px:last-child{
    margin-top: 30px;
  }

  .tw .md\:last\:mt-31px:last-child{
    margin-top: 31px;
  }

  .tw .md\:last\:mt-32px:last-child{
    margin-top: 32px;
  }

  .tw .md\:last\:mt-33px:last-child{
    margin-top: 33px;
  }

  .tw .md\:last\:mt-34px:last-child{
    margin-top: 34px;
  }

  .tw .md\:last\:mt-35px:last-child{
    margin-top: 35px;
  }

  .tw .md\:last\:mt-36px:last-child{
    margin-top: 36px;
  }

  .tw .md\:last\:mt-37px:last-child{
    margin-top: 37px;
  }

  .tw .md\:last\:mt-38px:last-child{
    margin-top: 38px;
  }

  .tw .md\:last\:mt-39px:last-child{
    margin-top: 39px;
  }

  .tw .md\:last\:mt-40px:last-child{
    margin-top: 40px;
  }

  .tw .md\:last\:-mt-0:last-child{
    margin-top: 0px;
  }

  .tw .md\:last\:-mt-1:last-child{
    margin-top: -5px;
  }

  .tw .md\:last\:-mt-2:last-child{
    margin-top: -10px;
  }

  .tw .md\:last\:-mt-3:last-child{
    margin-top: -15px;
  }

  .tw .md\:last\:-mt-4:last-child{
    margin-top: -20px;
  }

  .tw .md\:last\:-mt-5:last-child{
    margin-top: -25px;
  }

  .tw .md\:last\:-mt-6:last-child{
    margin-top: -30px;
  }

  .tw .md\:last\:-mt-7:last-child{
    margin-top: -35px;
  }

  .tw .md\:last\:-mt-8:last-child{
    margin-top: -40px;
  }

  .tw .md\:last\:-mt-9:last-child{
    margin-top: -45px;
  }

  .tw .md\:last\:-mt-10:last-child{
    margin-top: -50px;
  }

  .tw .md\:last\:-mt-11:last-child{
    margin-top: -55px;
  }

  .tw .md\:last\:-mt-12:last-child{
    margin-top: -60px;
  }

  .tw .md\:last\:-mt-13:last-child{
    margin-top: -65px;
  }

  .tw .md\:last\:-mt-14:last-child{
    margin-top: -70px;
  }

  .tw .md\:last\:-mt-15:last-child{
    margin-top: -75px;
  }

  .tw .md\:last\:-mt-16:last-child{
    margin-top: -80px;
  }

  .tw .md\:last\:-mt-17:last-child{
    margin-top: -85px;
  }

  .tw .md\:last\:-mt-18:last-child{
    margin-top: -90px;
  }

  .tw .md\:last\:-mt-19:last-child{
    margin-top: -95px;
  }

  .tw .md\:last\:-mt-20:last-child{
    margin-top: -100px;
  }

  .tw .md\:last\:-mt-21:last-child{
    margin-top: -105px;
  }

  .tw .md\:last\:-mt-22:last-child{
    margin-top: -110px;
  }

  .tw .md\:last\:-mt-23:last-child{
    margin-top: -115px;
  }

  .tw .md\:last\:-mt-24:last-child{
    margin-top: -120px;
  }

  .tw .md\:last\:-mt-25:last-child{
    margin-top: -125px;
  }

  .tw .md\:last\:-mt-26:last-child{
    margin-top: -130px;
  }

  .tw .md\:last\:-mt-27:last-child{
    margin-top: -135px;
  }

  .tw .md\:last\:-mt-28:last-child{
    margin-top: -140px;
  }

  .tw .md\:last\:-mt-29:last-child{
    margin-top: -145px;
  }

  .tw .md\:last\:-mt-30:last-child{
    margin-top: -150px;
  }

  .tw .md\:last\:-mt-31:last-child{
    margin-top: -155px;
  }

  .tw .md\:last\:-mt-32:last-child{
    margin-top: -160px;
  }

  .tw .md\:last\:-mt-33:last-child{
    margin-top: -165px;
  }

  .tw .md\:last\:-mt-34:last-child{
    margin-top: -170px;
  }

  .tw .md\:last\:-mt-35:last-child{
    margin-top: -175px;
  }

  .tw .md\:last\:-mt-36:last-child{
    margin-top: -180px;
  }

  .tw .md\:last\:-mt-37:last-child{
    margin-top: -185px;
  }

  .tw .md\:last\:-mt-38:last-child{
    margin-top: -190px;
  }

  .tw .md\:last\:-mt-39:last-child{
    margin-top: -195px;
  }

  .tw .md\:last\:-mt-40:last-child{
    margin-top: -200px;
  }

  .tw .md\:last\:-mt-41:last-child{
    margin-top: -205px;
  }

  .tw .md\:last\:-mt-42:last-child{
    margin-top: -210px;
  }

  .tw .md\:last\:-mt-43:last-child{
    margin-top: -215px;
  }

  .tw .md\:last\:-mt-44:last-child{
    margin-top: -220px;
  }

  .tw .md\:last\:-mt-45:last-child{
    margin-top: -225px;
  }

  .tw .md\:last\:-mt-46:last-child{
    margin-top: -230px;
  }

  .tw .md\:last\:-mt-47:last-child{
    margin-top: -235px;
  }

  .tw .md\:last\:-mt-48:last-child{
    margin-top: -240px;
  }

  .tw .md\:last\:-mt-49:last-child{
    margin-top: -245px;
  }

  .tw .md\:last\:-mt-50:last-child{
    margin-top: -250px;
  }

  .tw .md\:last\:-mt-51:last-child{
    margin-top: -255px;
  }

  .tw .md\:last\:-mt-52:last-child{
    margin-top: -260px;
  }

  .tw .md\:last\:-mt-53:last-child{
    margin-top: -265px;
  }

  .tw .md\:last\:-mt-54:last-child{
    margin-top: -270px;
  }

  .tw .md\:last\:-mt-55:last-child{
    margin-top: -275px;
  }

  .tw .md\:last\:-mt-56:last-child{
    margin-top: -280px;
  }

  .tw .md\:last\:-mt-57:last-child{
    margin-top: -285px;
  }

  .tw .md\:last\:-mt-58:last-child{
    margin-top: -290px;
  }

  .tw .md\:last\:-mt-59:last-child{
    margin-top: -295px;
  }

  .tw .md\:last\:-mt-60:last-child{
    margin-top: -300px;
  }

  .tw .md\:last\:-mt-61:last-child{
    margin-top: -305px;
  }

  .tw .md\:last\:-mt-62:last-child{
    margin-top: -310px;
  }

  .tw .md\:last\:-mt-63:last-child{
    margin-top: -315px;
  }

  .tw .md\:last\:-mt-64:last-child{
    margin-top: -320px;
  }

  .tw .md\:last\:-mt-65:last-child{
    margin-top: -325px;
  }

  .tw .md\:last\:-mt-66:last-child{
    margin-top: -330px;
  }

  .tw .md\:last\:-mt-67:last-child{
    margin-top: -335px;
  }

  .tw .md\:last\:-mt-68:last-child{
    margin-top: -340px;
  }

  .tw .md\:last\:-mt-69:last-child{
    margin-top: -345px;
  }

  .tw .md\:last\:-mt-70:last-child{
    margin-top: -350px;
  }

  .tw .md\:last\:-mt-71:last-child{
    margin-top: -355px;
  }

  .tw .md\:last\:-mt-72:last-child{
    margin-top: -360px;
  }

  .tw .md\:last\:-mt-73:last-child{
    margin-top: -365px;
  }

  .tw .md\:last\:-mt-74:last-child{
    margin-top: -370px;
  }

  .tw .md\:last\:-mt-75:last-child{
    margin-top: -375px;
  }

  .tw .md\:last\:-mt-76:last-child{
    margin-top: -380px;
  }

  .tw .md\:last\:-mt-77:last-child{
    margin-top: -385px;
  }

  .tw .md\:last\:-mt-78:last-child{
    margin-top: -390px;
  }

  .tw .md\:last\:-mt-79:last-child{
    margin-top: -395px;
  }

  .tw .md\:last\:-mt-80:last-child{
    margin-top: -400px;
  }

  .tw .md\:last\:-mt-81:last-child{
    margin-top: -405px;
  }

  .tw .md\:last\:-mt-82:last-child{
    margin-top: -410px;
  }

  .tw .md\:last\:-mt-83:last-child{
    margin-top: -415px;
  }

  .tw .md\:last\:-mt-84:last-child{
    margin-top: -420px;
  }

  .tw .md\:last\:-mt-85:last-child{
    margin-top: -425px;
  }

  .tw .md\:last\:-mt-86:last-child{
    margin-top: -430px;
  }

  .tw .md\:last\:-mt-87:last-child{
    margin-top: -435px;
  }

  .tw .md\:last\:-mt-88:last-child{
    margin-top: -440px;
  }

  .tw .md\:last\:-mt-89:last-child{
    margin-top: -445px;
  }

  .tw .md\:last\:-mt-90:last-child{
    margin-top: -450px;
  }

  .tw .md\:last\:-mt-91:last-child{
    margin-top: -455px;
  }

  .tw .md\:last\:-mt-92:last-child{
    margin-top: -460px;
  }

  .tw .md\:last\:-mt-93:last-child{
    margin-top: -465px;
  }

  .tw .md\:last\:-mt-94:last-child{
    margin-top: -470px;
  }

  .tw .md\:last\:-mt-95:last-child{
    margin-top: -475px;
  }

  .tw .md\:last\:-mt-96:last-child{
    margin-top: -480px;
  }

  .tw .md\:last\:-mt-97:last-child{
    margin-top: -485px;
  }

  .tw .md\:last\:-mt-98:last-child{
    margin-top: -490px;
  }

  .tw .md\:last\:-mt-99:last-child{
    margin-top: -495px;
  }

  .tw .md\:last\:-mt-100:last-child{
    margin-top: -500px;
  }

  .tw .md\:last\:-mt-101:last-child{
    margin-top: -505px;
  }

  .tw .md\:last\:-mt-102:last-child{
    margin-top: -510px;
  }

  .tw .md\:last\:-mt-103:last-child{
    margin-top: -515px;
  }

  .tw .md\:last\:-mt-104:last-child{
    margin-top: -520px;
  }

  .tw .md\:last\:-mt-105:last-child{
    margin-top: -525px;
  }

  .tw .md\:last\:-mt-106:last-child{
    margin-top: -530px;
  }

  .tw .md\:last\:-mt-107:last-child{
    margin-top: -535px;
  }

  .tw .md\:last\:-mt-108:last-child{
    margin-top: -540px;
  }

  .tw .md\:last\:-mt-109:last-child{
    margin-top: -545px;
  }

  .tw .md\:last\:-mt-110:last-child{
    margin-top: -550px;
  }

  .tw .md\:last\:-mt-111:last-child{
    margin-top: -555px;
  }

  .tw .md\:last\:-mt-112:last-child{
    margin-top: -560px;
  }

  .tw .md\:last\:-mt-113:last-child{
    margin-top: -565px;
  }

  .tw .md\:last\:-mt-114:last-child{
    margin-top: -570px;
  }

  .tw .md\:last\:-mt-115:last-child{
    margin-top: -575px;
  }

  .tw .md\:last\:-mt-116:last-child{
    margin-top: -580px;
  }

  .tw .md\:last\:-mt-117:last-child{
    margin-top: -585px;
  }

  .tw .md\:last\:-mt-118:last-child{
    margin-top: -590px;
  }

  .tw .md\:last\:-mt-119:last-child{
    margin-top: -595px;
  }

  .tw .md\:last\:-mt-120:last-child{
    margin-top: -600px;
  }

  .tw .md\:last\:-mt-121:last-child{
    margin-top: -605px;
  }

  .tw .md\:last\:-mt-122:last-child{
    margin-top: -610px;
  }

  .tw .md\:last\:-mt-123:last-child{
    margin-top: -615px;
  }

  .tw .md\:last\:-mt-124:last-child{
    margin-top: -620px;
  }

  .tw .md\:last\:-mt-125:last-child{
    margin-top: -625px;
  }

  .tw .md\:last\:-mt-126:last-child{
    margin-top: -630px;
  }

  .tw .md\:last\:-mt-127:last-child{
    margin-top: -635px;
  }

  .tw .md\:last\:-mt-128:last-child{
    margin-top: -640px;
  }

  .tw .md\:last\:-mt-129:last-child{
    margin-top: -645px;
  }

  .tw .md\:last\:-mt-130:last-child{
    margin-top: -650px;
  }

  .tw .md\:last\:-mt-131:last-child{
    margin-top: -655px;
  }

  .tw .md\:last\:-mt-132:last-child{
    margin-top: -660px;
  }

  .tw .md\:last\:-mt-133:last-child{
    margin-top: -665px;
  }

  .tw .md\:last\:-mt-134:last-child{
    margin-top: -670px;
  }

  .tw .md\:last\:-mt-135:last-child{
    margin-top: -675px;
  }

  .tw .md\:last\:-mt-136:last-child{
    margin-top: -680px;
  }

  .tw .md\:last\:-mt-137:last-child{
    margin-top: -685px;
  }

  .tw .md\:last\:-mt-138:last-child{
    margin-top: -690px;
  }

  .tw .md\:last\:-mt-139:last-child{
    margin-top: -695px;
  }

  .tw .md\:last\:-mt-140:last-child{
    margin-top: -700px;
  }

  .tw .md\:last\:-mt-141:last-child{
    margin-top: -705px;
  }

  .tw .md\:last\:-mt-142:last-child{
    margin-top: -710px;
  }

  .tw .md\:last\:-mt-143:last-child{
    margin-top: -715px;
  }

  .tw .md\:last\:-mt-144:last-child{
    margin-top: -720px;
  }

  .tw .md\:last\:-mt-145:last-child{
    margin-top: -725px;
  }

  .tw .md\:last\:-mt-146:last-child{
    margin-top: -730px;
  }

  .tw .md\:last\:-mt-147:last-child{
    margin-top: -735px;
  }

  .tw .md\:last\:-mt-148:last-child{
    margin-top: -740px;
  }

  .tw .md\:last\:-mt-149:last-child{
    margin-top: -745px;
  }

  .tw .md\:last\:-mt-0\.5:last-child{
    margin-top: -3px;
  }

  .tw .md\:last\:-mt-1px:last-child{
    margin-top: -1px;
  }

  .tw .md\:last\:-mt-2px:last-child{
    margin-top: -2px;
  }

  .tw .md\:last\:-mt-3px:last-child{
    margin-top: -3px;
  }

  .tw .md\:last\:-mt-4px:last-child{
    margin-top: -4px;
  }

  .tw .md\:last\:-mt-5px:last-child{
    margin-top: -5px;
  }

  .tw .md\:last\:-mt-6px:last-child{
    margin-top: -6px;
  }

  .tw .md\:last\:-mt-7px:last-child{
    margin-top: -7px;
  }

  .tw .md\:last\:-mt-8px:last-child{
    margin-top: -8px;
  }

  .tw .md\:last\:-mt-9px:last-child{
    margin-top: -9px;
  }

  .tw .md\:last\:-mt-10px:last-child{
    margin-top: -10px;
  }

  .tw .md\:last\:-mt-11px:last-child{
    margin-top: -11px;
  }

  .tw .md\:last\:-mt-12px:last-child{
    margin-top: -12px;
  }

  .tw .md\:last\:-mt-13px:last-child{
    margin-top: -13px;
  }

  .tw .md\:last\:-mt-14px:last-child{
    margin-top: -14px;
  }

  .tw .md\:last\:-mt-15px:last-child{
    margin-top: -15px;
  }

  .tw .md\:last\:-mt-16px:last-child{
    margin-top: -16px;
  }

  .tw .md\:last\:-mt-17px:last-child{
    margin-top: -17px;
  }

  .tw .md\:last\:-mt-18px:last-child{
    margin-top: -18px;
  }

  .tw .md\:last\:-mt-19px:last-child{
    margin-top: -19px;
  }

  .tw .md\:last\:-mt-20px:last-child{
    margin-top: -20px;
  }

  .tw .md\:last\:-mt-21px:last-child{
    margin-top: -21px;
  }

  .tw .md\:last\:-mt-22px:last-child{
    margin-top: -22px;
  }

  .tw .md\:last\:-mt-23px:last-child{
    margin-top: -23px;
  }

  .tw .md\:last\:-mt-24px:last-child{
    margin-top: -24px;
  }

  .tw .md\:last\:-mt-25px:last-child{
    margin-top: -25px;
  }

  .tw .md\:last\:-mt-26px:last-child{
    margin-top: -26px;
  }

  .tw .md\:last\:-mt-27px:last-child{
    margin-top: -27px;
  }

  .tw .md\:last\:-mt-28px:last-child{
    margin-top: -28px;
  }

  .tw .md\:last\:-mt-29px:last-child{
    margin-top: -29px;
  }

  .tw .md\:last\:-mt-30px:last-child{
    margin-top: -30px;
  }

  .tw .md\:last\:-mt-31px:last-child{
    margin-top: -31px;
  }

  .tw .md\:last\:-mt-32px:last-child{
    margin-top: -32px;
  }

  .tw .md\:last\:-mt-33px:last-child{
    margin-top: -33px;
  }

  .tw .md\:last\:-mt-34px:last-child{
    margin-top: -34px;
  }

  .tw .md\:last\:-mt-35px:last-child{
    margin-top: -35px;
  }

  .tw .md\:last\:-mt-36px:last-child{
    margin-top: -36px;
  }

  .tw .md\:last\:-mt-37px:last-child{
    margin-top: -37px;
  }

  .tw .md\:last\:-mt-38px:last-child{
    margin-top: -38px;
  }

  .tw .md\:last\:-mt-39px:last-child{
    margin-top: -39px;
  }

  .tw .md\:last\:-mt-40px:last-child{
    margin-top: -40px;
  }

  .tw .md\:last\:mr-0:last-child{
    margin-right: 0px;
  }

  .tw .md\:last\:mr-1:last-child{
    margin-right: 5px;
  }

  .tw .md\:last\:mr-2:last-child{
    margin-right: 10px;
  }

  .tw .md\:last\:mr-3:last-child{
    margin-right: 15px;
  }

  .tw .md\:last\:mr-4:last-child{
    margin-right: 20px;
  }

  .tw .md\:last\:mr-5:last-child{
    margin-right: 25px;
  }

  .tw .md\:last\:mr-6:last-child{
    margin-right: 30px;
  }

  .tw .md\:last\:mr-7:last-child{
    margin-right: 35px;
  }

  .tw .md\:last\:mr-8:last-child{
    margin-right: 40px;
  }

  .tw .md\:last\:mr-9:last-child{
    margin-right: 45px;
  }

  .tw .md\:last\:mr-10:last-child{
    margin-right: 50px;
  }

  .tw .md\:last\:mr-11:last-child{
    margin-right: 55px;
  }

  .tw .md\:last\:mr-12:last-child{
    margin-right: 60px;
  }

  .tw .md\:last\:mr-13:last-child{
    margin-right: 65px;
  }

  .tw .md\:last\:mr-14:last-child{
    margin-right: 70px;
  }

  .tw .md\:last\:mr-15:last-child{
    margin-right: 75px;
  }

  .tw .md\:last\:mr-16:last-child{
    margin-right: 80px;
  }

  .tw .md\:last\:mr-17:last-child{
    margin-right: 85px;
  }

  .tw .md\:last\:mr-18:last-child{
    margin-right: 90px;
  }

  .tw .md\:last\:mr-19:last-child{
    margin-right: 95px;
  }

  .tw .md\:last\:mr-20:last-child{
    margin-right: 100px;
  }

  .tw .md\:last\:mr-21:last-child{
    margin-right: 105px;
  }

  .tw .md\:last\:mr-22:last-child{
    margin-right: 110px;
  }

  .tw .md\:last\:mr-23:last-child{
    margin-right: 115px;
  }

  .tw .md\:last\:mr-24:last-child{
    margin-right: 120px;
  }

  .tw .md\:last\:mr-25:last-child{
    margin-right: 125px;
  }

  .tw .md\:last\:mr-26:last-child{
    margin-right: 130px;
  }

  .tw .md\:last\:mr-27:last-child{
    margin-right: 135px;
  }

  .tw .md\:last\:mr-28:last-child{
    margin-right: 140px;
  }

  .tw .md\:last\:mr-29:last-child{
    margin-right: 145px;
  }

  .tw .md\:last\:mr-30:last-child{
    margin-right: 150px;
  }

  .tw .md\:last\:mr-31:last-child{
    margin-right: 155px;
  }

  .tw .md\:last\:mr-32:last-child{
    margin-right: 160px;
  }

  .tw .md\:last\:mr-33:last-child{
    margin-right: 165px;
  }

  .tw .md\:last\:mr-34:last-child{
    margin-right: 170px;
  }

  .tw .md\:last\:mr-35:last-child{
    margin-right: 175px;
  }

  .tw .md\:last\:mr-36:last-child{
    margin-right: 180px;
  }

  .tw .md\:last\:mr-37:last-child{
    margin-right: 185px;
  }

  .tw .md\:last\:mr-38:last-child{
    margin-right: 190px;
  }

  .tw .md\:last\:mr-39:last-child{
    margin-right: 195px;
  }

  .tw .md\:last\:mr-40:last-child{
    margin-right: 200px;
  }

  .tw .md\:last\:mr-41:last-child{
    margin-right: 205px;
  }

  .tw .md\:last\:mr-42:last-child{
    margin-right: 210px;
  }

  .tw .md\:last\:mr-43:last-child{
    margin-right: 215px;
  }

  .tw .md\:last\:mr-44:last-child{
    margin-right: 220px;
  }

  .tw .md\:last\:mr-45:last-child{
    margin-right: 225px;
  }

  .tw .md\:last\:mr-46:last-child{
    margin-right: 230px;
  }

  .tw .md\:last\:mr-47:last-child{
    margin-right: 235px;
  }

  .tw .md\:last\:mr-48:last-child{
    margin-right: 240px;
  }

  .tw .md\:last\:mr-49:last-child{
    margin-right: 245px;
  }

  .tw .md\:last\:mr-50:last-child{
    margin-right: 250px;
  }

  .tw .md\:last\:mr-51:last-child{
    margin-right: 255px;
  }

  .tw .md\:last\:mr-52:last-child{
    margin-right: 260px;
  }

  .tw .md\:last\:mr-53:last-child{
    margin-right: 265px;
  }

  .tw .md\:last\:mr-54:last-child{
    margin-right: 270px;
  }

  .tw .md\:last\:mr-55:last-child{
    margin-right: 275px;
  }

  .tw .md\:last\:mr-56:last-child{
    margin-right: 280px;
  }

  .tw .md\:last\:mr-57:last-child{
    margin-right: 285px;
  }

  .tw .md\:last\:mr-58:last-child{
    margin-right: 290px;
  }

  .tw .md\:last\:mr-59:last-child{
    margin-right: 295px;
  }

  .tw .md\:last\:mr-60:last-child{
    margin-right: 300px;
  }

  .tw .md\:last\:mr-61:last-child{
    margin-right: 305px;
  }

  .tw .md\:last\:mr-62:last-child{
    margin-right: 310px;
  }

  .tw .md\:last\:mr-63:last-child{
    margin-right: 315px;
  }

  .tw .md\:last\:mr-64:last-child{
    margin-right: 320px;
  }

  .tw .md\:last\:mr-65:last-child{
    margin-right: 325px;
  }

  .tw .md\:last\:mr-66:last-child{
    margin-right: 330px;
  }

  .tw .md\:last\:mr-67:last-child{
    margin-right: 335px;
  }

  .tw .md\:last\:mr-68:last-child{
    margin-right: 340px;
  }

  .tw .md\:last\:mr-69:last-child{
    margin-right: 345px;
  }

  .tw .md\:last\:mr-70:last-child{
    margin-right: 350px;
  }

  .tw .md\:last\:mr-71:last-child{
    margin-right: 355px;
  }

  .tw .md\:last\:mr-72:last-child{
    margin-right: 360px;
  }

  .tw .md\:last\:mr-73:last-child{
    margin-right: 365px;
  }

  .tw .md\:last\:mr-74:last-child{
    margin-right: 370px;
  }

  .tw .md\:last\:mr-75:last-child{
    margin-right: 375px;
  }

  .tw .md\:last\:mr-76:last-child{
    margin-right: 380px;
  }

  .tw .md\:last\:mr-77:last-child{
    margin-right: 385px;
  }

  .tw .md\:last\:mr-78:last-child{
    margin-right: 390px;
  }

  .tw .md\:last\:mr-79:last-child{
    margin-right: 395px;
  }

  .tw .md\:last\:mr-80:last-child{
    margin-right: 400px;
  }

  .tw .md\:last\:mr-81:last-child{
    margin-right: 405px;
  }

  .tw .md\:last\:mr-82:last-child{
    margin-right: 410px;
  }

  .tw .md\:last\:mr-83:last-child{
    margin-right: 415px;
  }

  .tw .md\:last\:mr-84:last-child{
    margin-right: 420px;
  }

  .tw .md\:last\:mr-85:last-child{
    margin-right: 425px;
  }

  .tw .md\:last\:mr-86:last-child{
    margin-right: 430px;
  }

  .tw .md\:last\:mr-87:last-child{
    margin-right: 435px;
  }

  .tw .md\:last\:mr-88:last-child{
    margin-right: 440px;
  }

  .tw .md\:last\:mr-89:last-child{
    margin-right: 445px;
  }

  .tw .md\:last\:mr-90:last-child{
    margin-right: 450px;
  }

  .tw .md\:last\:mr-91:last-child{
    margin-right: 455px;
  }

  .tw .md\:last\:mr-92:last-child{
    margin-right: 460px;
  }

  .tw .md\:last\:mr-93:last-child{
    margin-right: 465px;
  }

  .tw .md\:last\:mr-94:last-child{
    margin-right: 470px;
  }

  .tw .md\:last\:mr-95:last-child{
    margin-right: 475px;
  }

  .tw .md\:last\:mr-96:last-child{
    margin-right: 480px;
  }

  .tw .md\:last\:mr-97:last-child{
    margin-right: 485px;
  }

  .tw .md\:last\:mr-98:last-child{
    margin-right: 490px;
  }

  .tw .md\:last\:mr-99:last-child{
    margin-right: 495px;
  }

  .tw .md\:last\:mr-100:last-child{
    margin-right: 500px;
  }

  .tw .md\:last\:mr-101:last-child{
    margin-right: 505px;
  }

  .tw .md\:last\:mr-102:last-child{
    margin-right: 510px;
  }

  .tw .md\:last\:mr-103:last-child{
    margin-right: 515px;
  }

  .tw .md\:last\:mr-104:last-child{
    margin-right: 520px;
  }

  .tw .md\:last\:mr-105:last-child{
    margin-right: 525px;
  }

  .tw .md\:last\:mr-106:last-child{
    margin-right: 530px;
  }

  .tw .md\:last\:mr-107:last-child{
    margin-right: 535px;
  }

  .tw .md\:last\:mr-108:last-child{
    margin-right: 540px;
  }

  .tw .md\:last\:mr-109:last-child{
    margin-right: 545px;
  }

  .tw .md\:last\:mr-110:last-child{
    margin-right: 550px;
  }

  .tw .md\:last\:mr-111:last-child{
    margin-right: 555px;
  }

  .tw .md\:last\:mr-112:last-child{
    margin-right: 560px;
  }

  .tw .md\:last\:mr-113:last-child{
    margin-right: 565px;
  }

  .tw .md\:last\:mr-114:last-child{
    margin-right: 570px;
  }

  .tw .md\:last\:mr-115:last-child{
    margin-right: 575px;
  }

  .tw .md\:last\:mr-116:last-child{
    margin-right: 580px;
  }

  .tw .md\:last\:mr-117:last-child{
    margin-right: 585px;
  }

  .tw .md\:last\:mr-118:last-child{
    margin-right: 590px;
  }

  .tw .md\:last\:mr-119:last-child{
    margin-right: 595px;
  }

  .tw .md\:last\:mr-120:last-child{
    margin-right: 600px;
  }

  .tw .md\:last\:mr-121:last-child{
    margin-right: 605px;
  }

  .tw .md\:last\:mr-122:last-child{
    margin-right: 610px;
  }

  .tw .md\:last\:mr-123:last-child{
    margin-right: 615px;
  }

  .tw .md\:last\:mr-124:last-child{
    margin-right: 620px;
  }

  .tw .md\:last\:mr-125:last-child{
    margin-right: 625px;
  }

  .tw .md\:last\:mr-126:last-child{
    margin-right: 630px;
  }

  .tw .md\:last\:mr-127:last-child{
    margin-right: 635px;
  }

  .tw .md\:last\:mr-128:last-child{
    margin-right: 640px;
  }

  .tw .md\:last\:mr-129:last-child{
    margin-right: 645px;
  }

  .tw .md\:last\:mr-130:last-child{
    margin-right: 650px;
  }

  .tw .md\:last\:mr-131:last-child{
    margin-right: 655px;
  }

  .tw .md\:last\:mr-132:last-child{
    margin-right: 660px;
  }

  .tw .md\:last\:mr-133:last-child{
    margin-right: 665px;
  }

  .tw .md\:last\:mr-134:last-child{
    margin-right: 670px;
  }

  .tw .md\:last\:mr-135:last-child{
    margin-right: 675px;
  }

  .tw .md\:last\:mr-136:last-child{
    margin-right: 680px;
  }

  .tw .md\:last\:mr-137:last-child{
    margin-right: 685px;
  }

  .tw .md\:last\:mr-138:last-child{
    margin-right: 690px;
  }

  .tw .md\:last\:mr-139:last-child{
    margin-right: 695px;
  }

  .tw .md\:last\:mr-140:last-child{
    margin-right: 700px;
  }

  .tw .md\:last\:mr-141:last-child{
    margin-right: 705px;
  }

  .tw .md\:last\:mr-142:last-child{
    margin-right: 710px;
  }

  .tw .md\:last\:mr-143:last-child{
    margin-right: 715px;
  }

  .tw .md\:last\:mr-144:last-child{
    margin-right: 720px;
  }

  .tw .md\:last\:mr-145:last-child{
    margin-right: 725px;
  }

  .tw .md\:last\:mr-146:last-child{
    margin-right: 730px;
  }

  .tw .md\:last\:mr-147:last-child{
    margin-right: 735px;
  }

  .tw .md\:last\:mr-148:last-child{
    margin-right: 740px;
  }

  .tw .md\:last\:mr-149:last-child{
    margin-right: 745px;
  }

  .tw .md\:last\:mr-auto:last-child{
    margin-right: auto;
  }

  .tw .md\:last\:mr-0\.5:last-child{
    margin-right: 3px;
  }

  .tw .md\:last\:mr-1px:last-child{
    margin-right: 1px;
  }

  .tw .md\:last\:mr-2px:last-child{
    margin-right: 2px;
  }

  .tw .md\:last\:mr-3px:last-child{
    margin-right: 3px;
  }

  .tw .md\:last\:mr-4px:last-child{
    margin-right: 4px;
  }

  .tw .md\:last\:mr-5px:last-child{
    margin-right: 5px;
  }

  .tw .md\:last\:mr-6px:last-child{
    margin-right: 6px;
  }

  .tw .md\:last\:mr-7px:last-child{
    margin-right: 7px;
  }

  .tw .md\:last\:mr-8px:last-child{
    margin-right: 8px;
  }

  .tw .md\:last\:mr-9px:last-child{
    margin-right: 9px;
  }

  .tw .md\:last\:mr-10px:last-child{
    margin-right: 10px;
  }

  .tw .md\:last\:mr-11px:last-child{
    margin-right: 11px;
  }

  .tw .md\:last\:mr-12px:last-child{
    margin-right: 12px;
  }

  .tw .md\:last\:mr-13px:last-child{
    margin-right: 13px;
  }

  .tw .md\:last\:mr-14px:last-child{
    margin-right: 14px;
  }

  .tw .md\:last\:mr-15px:last-child{
    margin-right: 15px;
  }

  .tw .md\:last\:mr-16px:last-child{
    margin-right: 16px;
  }

  .tw .md\:last\:mr-17px:last-child{
    margin-right: 17px;
  }

  .tw .md\:last\:mr-18px:last-child{
    margin-right: 18px;
  }

  .tw .md\:last\:mr-19px:last-child{
    margin-right: 19px;
  }

  .tw .md\:last\:mr-20px:last-child{
    margin-right: 20px;
  }

  .tw .md\:last\:mr-21px:last-child{
    margin-right: 21px;
  }

  .tw .md\:last\:mr-22px:last-child{
    margin-right: 22px;
  }

  .tw .md\:last\:mr-23px:last-child{
    margin-right: 23px;
  }

  .tw .md\:last\:mr-24px:last-child{
    margin-right: 24px;
  }

  .tw .md\:last\:mr-25px:last-child{
    margin-right: 25px;
  }

  .tw .md\:last\:mr-26px:last-child{
    margin-right: 26px;
  }

  .tw .md\:last\:mr-27px:last-child{
    margin-right: 27px;
  }

  .tw .md\:last\:mr-28px:last-child{
    margin-right: 28px;
  }

  .tw .md\:last\:mr-29px:last-child{
    margin-right: 29px;
  }

  .tw .md\:last\:mr-30px:last-child{
    margin-right: 30px;
  }

  .tw .md\:last\:mr-31px:last-child{
    margin-right: 31px;
  }

  .tw .md\:last\:mr-32px:last-child{
    margin-right: 32px;
  }

  .tw .md\:last\:mr-33px:last-child{
    margin-right: 33px;
  }

  .tw .md\:last\:mr-34px:last-child{
    margin-right: 34px;
  }

  .tw .md\:last\:mr-35px:last-child{
    margin-right: 35px;
  }

  .tw .md\:last\:mr-36px:last-child{
    margin-right: 36px;
  }

  .tw .md\:last\:mr-37px:last-child{
    margin-right: 37px;
  }

  .tw .md\:last\:mr-38px:last-child{
    margin-right: 38px;
  }

  .tw .md\:last\:mr-39px:last-child{
    margin-right: 39px;
  }

  .tw .md\:last\:mr-40px:last-child{
    margin-right: 40px;
  }

  .tw .md\:last\:-mr-0:last-child{
    margin-right: 0px;
  }

  .tw .md\:last\:-mr-1:last-child{
    margin-right: -5px;
  }

  .tw .md\:last\:-mr-2:last-child{
    margin-right: -10px;
  }

  .tw .md\:last\:-mr-3:last-child{
    margin-right: -15px;
  }

  .tw .md\:last\:-mr-4:last-child{
    margin-right: -20px;
  }

  .tw .md\:last\:-mr-5:last-child{
    margin-right: -25px;
  }

  .tw .md\:last\:-mr-6:last-child{
    margin-right: -30px;
  }

  .tw .md\:last\:-mr-7:last-child{
    margin-right: -35px;
  }

  .tw .md\:last\:-mr-8:last-child{
    margin-right: -40px;
  }

  .tw .md\:last\:-mr-9:last-child{
    margin-right: -45px;
  }

  .tw .md\:last\:-mr-10:last-child{
    margin-right: -50px;
  }

  .tw .md\:last\:-mr-11:last-child{
    margin-right: -55px;
  }

  .tw .md\:last\:-mr-12:last-child{
    margin-right: -60px;
  }

  .tw .md\:last\:-mr-13:last-child{
    margin-right: -65px;
  }

  .tw .md\:last\:-mr-14:last-child{
    margin-right: -70px;
  }

  .tw .md\:last\:-mr-15:last-child{
    margin-right: -75px;
  }

  .tw .md\:last\:-mr-16:last-child{
    margin-right: -80px;
  }

  .tw .md\:last\:-mr-17:last-child{
    margin-right: -85px;
  }

  .tw .md\:last\:-mr-18:last-child{
    margin-right: -90px;
  }

  .tw .md\:last\:-mr-19:last-child{
    margin-right: -95px;
  }

  .tw .md\:last\:-mr-20:last-child{
    margin-right: -100px;
  }

  .tw .md\:last\:-mr-21:last-child{
    margin-right: -105px;
  }

  .tw .md\:last\:-mr-22:last-child{
    margin-right: -110px;
  }

  .tw .md\:last\:-mr-23:last-child{
    margin-right: -115px;
  }

  .tw .md\:last\:-mr-24:last-child{
    margin-right: -120px;
  }

  .tw .md\:last\:-mr-25:last-child{
    margin-right: -125px;
  }

  .tw .md\:last\:-mr-26:last-child{
    margin-right: -130px;
  }

  .tw .md\:last\:-mr-27:last-child{
    margin-right: -135px;
  }

  .tw .md\:last\:-mr-28:last-child{
    margin-right: -140px;
  }

  .tw .md\:last\:-mr-29:last-child{
    margin-right: -145px;
  }

  .tw .md\:last\:-mr-30:last-child{
    margin-right: -150px;
  }

  .tw .md\:last\:-mr-31:last-child{
    margin-right: -155px;
  }

  .tw .md\:last\:-mr-32:last-child{
    margin-right: -160px;
  }

  .tw .md\:last\:-mr-33:last-child{
    margin-right: -165px;
  }

  .tw .md\:last\:-mr-34:last-child{
    margin-right: -170px;
  }

  .tw .md\:last\:-mr-35:last-child{
    margin-right: -175px;
  }

  .tw .md\:last\:-mr-36:last-child{
    margin-right: -180px;
  }

  .tw .md\:last\:-mr-37:last-child{
    margin-right: -185px;
  }

  .tw .md\:last\:-mr-38:last-child{
    margin-right: -190px;
  }

  .tw .md\:last\:-mr-39:last-child{
    margin-right: -195px;
  }

  .tw .md\:last\:-mr-40:last-child{
    margin-right: -200px;
  }

  .tw .md\:last\:-mr-41:last-child{
    margin-right: -205px;
  }

  .tw .md\:last\:-mr-42:last-child{
    margin-right: -210px;
  }

  .tw .md\:last\:-mr-43:last-child{
    margin-right: -215px;
  }

  .tw .md\:last\:-mr-44:last-child{
    margin-right: -220px;
  }

  .tw .md\:last\:-mr-45:last-child{
    margin-right: -225px;
  }

  .tw .md\:last\:-mr-46:last-child{
    margin-right: -230px;
  }

  .tw .md\:last\:-mr-47:last-child{
    margin-right: -235px;
  }

  .tw .md\:last\:-mr-48:last-child{
    margin-right: -240px;
  }

  .tw .md\:last\:-mr-49:last-child{
    margin-right: -245px;
  }

  .tw .md\:last\:-mr-50:last-child{
    margin-right: -250px;
  }

  .tw .md\:last\:-mr-51:last-child{
    margin-right: -255px;
  }

  .tw .md\:last\:-mr-52:last-child{
    margin-right: -260px;
  }

  .tw .md\:last\:-mr-53:last-child{
    margin-right: -265px;
  }

  .tw .md\:last\:-mr-54:last-child{
    margin-right: -270px;
  }

  .tw .md\:last\:-mr-55:last-child{
    margin-right: -275px;
  }

  .tw .md\:last\:-mr-56:last-child{
    margin-right: -280px;
  }

  .tw .md\:last\:-mr-57:last-child{
    margin-right: -285px;
  }

  .tw .md\:last\:-mr-58:last-child{
    margin-right: -290px;
  }

  .tw .md\:last\:-mr-59:last-child{
    margin-right: -295px;
  }

  .tw .md\:last\:-mr-60:last-child{
    margin-right: -300px;
  }

  .tw .md\:last\:-mr-61:last-child{
    margin-right: -305px;
  }

  .tw .md\:last\:-mr-62:last-child{
    margin-right: -310px;
  }

  .tw .md\:last\:-mr-63:last-child{
    margin-right: -315px;
  }

  .tw .md\:last\:-mr-64:last-child{
    margin-right: -320px;
  }

  .tw .md\:last\:-mr-65:last-child{
    margin-right: -325px;
  }

  .tw .md\:last\:-mr-66:last-child{
    margin-right: -330px;
  }

  .tw .md\:last\:-mr-67:last-child{
    margin-right: -335px;
  }

  .tw .md\:last\:-mr-68:last-child{
    margin-right: -340px;
  }

  .tw .md\:last\:-mr-69:last-child{
    margin-right: -345px;
  }

  .tw .md\:last\:-mr-70:last-child{
    margin-right: -350px;
  }

  .tw .md\:last\:-mr-71:last-child{
    margin-right: -355px;
  }

  .tw .md\:last\:-mr-72:last-child{
    margin-right: -360px;
  }

  .tw .md\:last\:-mr-73:last-child{
    margin-right: -365px;
  }

  .tw .md\:last\:-mr-74:last-child{
    margin-right: -370px;
  }

  .tw .md\:last\:-mr-75:last-child{
    margin-right: -375px;
  }

  .tw .md\:last\:-mr-76:last-child{
    margin-right: -380px;
  }

  .tw .md\:last\:-mr-77:last-child{
    margin-right: -385px;
  }

  .tw .md\:last\:-mr-78:last-child{
    margin-right: -390px;
  }

  .tw .md\:last\:-mr-79:last-child{
    margin-right: -395px;
  }

  .tw .md\:last\:-mr-80:last-child{
    margin-right: -400px;
  }

  .tw .md\:last\:-mr-81:last-child{
    margin-right: -405px;
  }

  .tw .md\:last\:-mr-82:last-child{
    margin-right: -410px;
  }

  .tw .md\:last\:-mr-83:last-child{
    margin-right: -415px;
  }

  .tw .md\:last\:-mr-84:last-child{
    margin-right: -420px;
  }

  .tw .md\:last\:-mr-85:last-child{
    margin-right: -425px;
  }

  .tw .md\:last\:-mr-86:last-child{
    margin-right: -430px;
  }

  .tw .md\:last\:-mr-87:last-child{
    margin-right: -435px;
  }

  .tw .md\:last\:-mr-88:last-child{
    margin-right: -440px;
  }

  .tw .md\:last\:-mr-89:last-child{
    margin-right: -445px;
  }

  .tw .md\:last\:-mr-90:last-child{
    margin-right: -450px;
  }

  .tw .md\:last\:-mr-91:last-child{
    margin-right: -455px;
  }

  .tw .md\:last\:-mr-92:last-child{
    margin-right: -460px;
  }

  .tw .md\:last\:-mr-93:last-child{
    margin-right: -465px;
  }

  .tw .md\:last\:-mr-94:last-child{
    margin-right: -470px;
  }

  .tw .md\:last\:-mr-95:last-child{
    margin-right: -475px;
  }

  .tw .md\:last\:-mr-96:last-child{
    margin-right: -480px;
  }

  .tw .md\:last\:-mr-97:last-child{
    margin-right: -485px;
  }

  .tw .md\:last\:-mr-98:last-child{
    margin-right: -490px;
  }

  .tw .md\:last\:-mr-99:last-child{
    margin-right: -495px;
  }

  .tw .md\:last\:-mr-100:last-child{
    margin-right: -500px;
  }

  .tw .md\:last\:-mr-101:last-child{
    margin-right: -505px;
  }

  .tw .md\:last\:-mr-102:last-child{
    margin-right: -510px;
  }

  .tw .md\:last\:-mr-103:last-child{
    margin-right: -515px;
  }

  .tw .md\:last\:-mr-104:last-child{
    margin-right: -520px;
  }

  .tw .md\:last\:-mr-105:last-child{
    margin-right: -525px;
  }

  .tw .md\:last\:-mr-106:last-child{
    margin-right: -530px;
  }

  .tw .md\:last\:-mr-107:last-child{
    margin-right: -535px;
  }

  .tw .md\:last\:-mr-108:last-child{
    margin-right: -540px;
  }

  .tw .md\:last\:-mr-109:last-child{
    margin-right: -545px;
  }

  .tw .md\:last\:-mr-110:last-child{
    margin-right: -550px;
  }

  .tw .md\:last\:-mr-111:last-child{
    margin-right: -555px;
  }

  .tw .md\:last\:-mr-112:last-child{
    margin-right: -560px;
  }

  .tw .md\:last\:-mr-113:last-child{
    margin-right: -565px;
  }

  .tw .md\:last\:-mr-114:last-child{
    margin-right: -570px;
  }

  .tw .md\:last\:-mr-115:last-child{
    margin-right: -575px;
  }

  .tw .md\:last\:-mr-116:last-child{
    margin-right: -580px;
  }

  .tw .md\:last\:-mr-117:last-child{
    margin-right: -585px;
  }

  .tw .md\:last\:-mr-118:last-child{
    margin-right: -590px;
  }

  .tw .md\:last\:-mr-119:last-child{
    margin-right: -595px;
  }

  .tw .md\:last\:-mr-120:last-child{
    margin-right: -600px;
  }

  .tw .md\:last\:-mr-121:last-child{
    margin-right: -605px;
  }

  .tw .md\:last\:-mr-122:last-child{
    margin-right: -610px;
  }

  .tw .md\:last\:-mr-123:last-child{
    margin-right: -615px;
  }

  .tw .md\:last\:-mr-124:last-child{
    margin-right: -620px;
  }

  .tw .md\:last\:-mr-125:last-child{
    margin-right: -625px;
  }

  .tw .md\:last\:-mr-126:last-child{
    margin-right: -630px;
  }

  .tw .md\:last\:-mr-127:last-child{
    margin-right: -635px;
  }

  .tw .md\:last\:-mr-128:last-child{
    margin-right: -640px;
  }

  .tw .md\:last\:-mr-129:last-child{
    margin-right: -645px;
  }

  .tw .md\:last\:-mr-130:last-child{
    margin-right: -650px;
  }

  .tw .md\:last\:-mr-131:last-child{
    margin-right: -655px;
  }

  .tw .md\:last\:-mr-132:last-child{
    margin-right: -660px;
  }

  .tw .md\:last\:-mr-133:last-child{
    margin-right: -665px;
  }

  .tw .md\:last\:-mr-134:last-child{
    margin-right: -670px;
  }

  .tw .md\:last\:-mr-135:last-child{
    margin-right: -675px;
  }

  .tw .md\:last\:-mr-136:last-child{
    margin-right: -680px;
  }

  .tw .md\:last\:-mr-137:last-child{
    margin-right: -685px;
  }

  .tw .md\:last\:-mr-138:last-child{
    margin-right: -690px;
  }

  .tw .md\:last\:-mr-139:last-child{
    margin-right: -695px;
  }

  .tw .md\:last\:-mr-140:last-child{
    margin-right: -700px;
  }

  .tw .md\:last\:-mr-141:last-child{
    margin-right: -705px;
  }

  .tw .md\:last\:-mr-142:last-child{
    margin-right: -710px;
  }

  .tw .md\:last\:-mr-143:last-child{
    margin-right: -715px;
  }

  .tw .md\:last\:-mr-144:last-child{
    margin-right: -720px;
  }

  .tw .md\:last\:-mr-145:last-child{
    margin-right: -725px;
  }

  .tw .md\:last\:-mr-146:last-child{
    margin-right: -730px;
  }

  .tw .md\:last\:-mr-147:last-child{
    margin-right: -735px;
  }

  .tw .md\:last\:-mr-148:last-child{
    margin-right: -740px;
  }

  .tw .md\:last\:-mr-149:last-child{
    margin-right: -745px;
  }

  .tw .md\:last\:-mr-0\.5:last-child{
    margin-right: -3px;
  }

  .tw .md\:last\:-mr-1px:last-child{
    margin-right: -1px;
  }

  .tw .md\:last\:-mr-2px:last-child{
    margin-right: -2px;
  }

  .tw .md\:last\:-mr-3px:last-child{
    margin-right: -3px;
  }

  .tw .md\:last\:-mr-4px:last-child{
    margin-right: -4px;
  }

  .tw .md\:last\:-mr-5px:last-child{
    margin-right: -5px;
  }

  .tw .md\:last\:-mr-6px:last-child{
    margin-right: -6px;
  }

  .tw .md\:last\:-mr-7px:last-child{
    margin-right: -7px;
  }

  .tw .md\:last\:-mr-8px:last-child{
    margin-right: -8px;
  }

  .tw .md\:last\:-mr-9px:last-child{
    margin-right: -9px;
  }

  .tw .md\:last\:-mr-10px:last-child{
    margin-right: -10px;
  }

  .tw .md\:last\:-mr-11px:last-child{
    margin-right: -11px;
  }

  .tw .md\:last\:-mr-12px:last-child{
    margin-right: -12px;
  }

  .tw .md\:last\:-mr-13px:last-child{
    margin-right: -13px;
  }

  .tw .md\:last\:-mr-14px:last-child{
    margin-right: -14px;
  }

  .tw .md\:last\:-mr-15px:last-child{
    margin-right: -15px;
  }

  .tw .md\:last\:-mr-16px:last-child{
    margin-right: -16px;
  }

  .tw .md\:last\:-mr-17px:last-child{
    margin-right: -17px;
  }

  .tw .md\:last\:-mr-18px:last-child{
    margin-right: -18px;
  }

  .tw .md\:last\:-mr-19px:last-child{
    margin-right: -19px;
  }

  .tw .md\:last\:-mr-20px:last-child{
    margin-right: -20px;
  }

  .tw .md\:last\:-mr-21px:last-child{
    margin-right: -21px;
  }

  .tw .md\:last\:-mr-22px:last-child{
    margin-right: -22px;
  }

  .tw .md\:last\:-mr-23px:last-child{
    margin-right: -23px;
  }

  .tw .md\:last\:-mr-24px:last-child{
    margin-right: -24px;
  }

  .tw .md\:last\:-mr-25px:last-child{
    margin-right: -25px;
  }

  .tw .md\:last\:-mr-26px:last-child{
    margin-right: -26px;
  }

  .tw .md\:last\:-mr-27px:last-child{
    margin-right: -27px;
  }

  .tw .md\:last\:-mr-28px:last-child{
    margin-right: -28px;
  }

  .tw .md\:last\:-mr-29px:last-child{
    margin-right: -29px;
  }

  .tw .md\:last\:-mr-30px:last-child{
    margin-right: -30px;
  }

  .tw .md\:last\:-mr-31px:last-child{
    margin-right: -31px;
  }

  .tw .md\:last\:-mr-32px:last-child{
    margin-right: -32px;
  }

  .tw .md\:last\:-mr-33px:last-child{
    margin-right: -33px;
  }

  .tw .md\:last\:-mr-34px:last-child{
    margin-right: -34px;
  }

  .tw .md\:last\:-mr-35px:last-child{
    margin-right: -35px;
  }

  .tw .md\:last\:-mr-36px:last-child{
    margin-right: -36px;
  }

  .tw .md\:last\:-mr-37px:last-child{
    margin-right: -37px;
  }

  .tw .md\:last\:-mr-38px:last-child{
    margin-right: -38px;
  }

  .tw .md\:last\:-mr-39px:last-child{
    margin-right: -39px;
  }

  .tw .md\:last\:-mr-40px:last-child{
    margin-right: -40px;
  }

  .tw .md\:last\:mb-0:last-child{
    margin-bottom: 0px;
  }

  .tw .md\:last\:mb-1:last-child{
    margin-bottom: 5px;
  }

  .tw .md\:last\:mb-2:last-child{
    margin-bottom: 10px;
  }

  .tw .md\:last\:mb-3:last-child{
    margin-bottom: 15px;
  }

  .tw .md\:last\:mb-4:last-child{
    margin-bottom: 20px;
  }

  .tw .md\:last\:mb-5:last-child{
    margin-bottom: 25px;
  }

  .tw .md\:last\:mb-6:last-child{
    margin-bottom: 30px;
  }

  .tw .md\:last\:mb-7:last-child{
    margin-bottom: 35px;
  }

  .tw .md\:last\:mb-8:last-child{
    margin-bottom: 40px;
  }

  .tw .md\:last\:mb-9:last-child{
    margin-bottom: 45px;
  }

  .tw .md\:last\:mb-10:last-child{
    margin-bottom: 50px;
  }

  .tw .md\:last\:mb-11:last-child{
    margin-bottom: 55px;
  }

  .tw .md\:last\:mb-12:last-child{
    margin-bottom: 60px;
  }

  .tw .md\:last\:mb-13:last-child{
    margin-bottom: 65px;
  }

  .tw .md\:last\:mb-14:last-child{
    margin-bottom: 70px;
  }

  .tw .md\:last\:mb-15:last-child{
    margin-bottom: 75px;
  }

  .tw .md\:last\:mb-16:last-child{
    margin-bottom: 80px;
  }

  .tw .md\:last\:mb-17:last-child{
    margin-bottom: 85px;
  }

  .tw .md\:last\:mb-18:last-child{
    margin-bottom: 90px;
  }

  .tw .md\:last\:mb-19:last-child{
    margin-bottom: 95px;
  }

  .tw .md\:last\:mb-20:last-child{
    margin-bottom: 100px;
  }

  .tw .md\:last\:mb-21:last-child{
    margin-bottom: 105px;
  }

  .tw .md\:last\:mb-22:last-child{
    margin-bottom: 110px;
  }

  .tw .md\:last\:mb-23:last-child{
    margin-bottom: 115px;
  }

  .tw .md\:last\:mb-24:last-child{
    margin-bottom: 120px;
  }

  .tw .md\:last\:mb-25:last-child{
    margin-bottom: 125px;
  }

  .tw .md\:last\:mb-26:last-child{
    margin-bottom: 130px;
  }

  .tw .md\:last\:mb-27:last-child{
    margin-bottom: 135px;
  }

  .tw .md\:last\:mb-28:last-child{
    margin-bottom: 140px;
  }

  .tw .md\:last\:mb-29:last-child{
    margin-bottom: 145px;
  }

  .tw .md\:last\:mb-30:last-child{
    margin-bottom: 150px;
  }

  .tw .md\:last\:mb-31:last-child{
    margin-bottom: 155px;
  }

  .tw .md\:last\:mb-32:last-child{
    margin-bottom: 160px;
  }

  .tw .md\:last\:mb-33:last-child{
    margin-bottom: 165px;
  }

  .tw .md\:last\:mb-34:last-child{
    margin-bottom: 170px;
  }

  .tw .md\:last\:mb-35:last-child{
    margin-bottom: 175px;
  }

  .tw .md\:last\:mb-36:last-child{
    margin-bottom: 180px;
  }

  .tw .md\:last\:mb-37:last-child{
    margin-bottom: 185px;
  }

  .tw .md\:last\:mb-38:last-child{
    margin-bottom: 190px;
  }

  .tw .md\:last\:mb-39:last-child{
    margin-bottom: 195px;
  }

  .tw .md\:last\:mb-40:last-child{
    margin-bottom: 200px;
  }

  .tw .md\:last\:mb-41:last-child{
    margin-bottom: 205px;
  }

  .tw .md\:last\:mb-42:last-child{
    margin-bottom: 210px;
  }

  .tw .md\:last\:mb-43:last-child{
    margin-bottom: 215px;
  }

  .tw .md\:last\:mb-44:last-child{
    margin-bottom: 220px;
  }

  .tw .md\:last\:mb-45:last-child{
    margin-bottom: 225px;
  }

  .tw .md\:last\:mb-46:last-child{
    margin-bottom: 230px;
  }

  .tw .md\:last\:mb-47:last-child{
    margin-bottom: 235px;
  }

  .tw .md\:last\:mb-48:last-child{
    margin-bottom: 240px;
  }

  .tw .md\:last\:mb-49:last-child{
    margin-bottom: 245px;
  }

  .tw .md\:last\:mb-50:last-child{
    margin-bottom: 250px;
  }

  .tw .md\:last\:mb-51:last-child{
    margin-bottom: 255px;
  }

  .tw .md\:last\:mb-52:last-child{
    margin-bottom: 260px;
  }

  .tw .md\:last\:mb-53:last-child{
    margin-bottom: 265px;
  }

  .tw .md\:last\:mb-54:last-child{
    margin-bottom: 270px;
  }

  .tw .md\:last\:mb-55:last-child{
    margin-bottom: 275px;
  }

  .tw .md\:last\:mb-56:last-child{
    margin-bottom: 280px;
  }

  .tw .md\:last\:mb-57:last-child{
    margin-bottom: 285px;
  }

  .tw .md\:last\:mb-58:last-child{
    margin-bottom: 290px;
  }

  .tw .md\:last\:mb-59:last-child{
    margin-bottom: 295px;
  }

  .tw .md\:last\:mb-60:last-child{
    margin-bottom: 300px;
  }

  .tw .md\:last\:mb-61:last-child{
    margin-bottom: 305px;
  }

  .tw .md\:last\:mb-62:last-child{
    margin-bottom: 310px;
  }

  .tw .md\:last\:mb-63:last-child{
    margin-bottom: 315px;
  }

  .tw .md\:last\:mb-64:last-child{
    margin-bottom: 320px;
  }

  .tw .md\:last\:mb-65:last-child{
    margin-bottom: 325px;
  }

  .tw .md\:last\:mb-66:last-child{
    margin-bottom: 330px;
  }

  .tw .md\:last\:mb-67:last-child{
    margin-bottom: 335px;
  }

  .tw .md\:last\:mb-68:last-child{
    margin-bottom: 340px;
  }

  .tw .md\:last\:mb-69:last-child{
    margin-bottom: 345px;
  }

  .tw .md\:last\:mb-70:last-child{
    margin-bottom: 350px;
  }

  .tw .md\:last\:mb-71:last-child{
    margin-bottom: 355px;
  }

  .tw .md\:last\:mb-72:last-child{
    margin-bottom: 360px;
  }

  .tw .md\:last\:mb-73:last-child{
    margin-bottom: 365px;
  }

  .tw .md\:last\:mb-74:last-child{
    margin-bottom: 370px;
  }

  .tw .md\:last\:mb-75:last-child{
    margin-bottom: 375px;
  }

  .tw .md\:last\:mb-76:last-child{
    margin-bottom: 380px;
  }

  .tw .md\:last\:mb-77:last-child{
    margin-bottom: 385px;
  }

  .tw .md\:last\:mb-78:last-child{
    margin-bottom: 390px;
  }

  .tw .md\:last\:mb-79:last-child{
    margin-bottom: 395px;
  }

  .tw .md\:last\:mb-80:last-child{
    margin-bottom: 400px;
  }

  .tw .md\:last\:mb-81:last-child{
    margin-bottom: 405px;
  }

  .tw .md\:last\:mb-82:last-child{
    margin-bottom: 410px;
  }

  .tw .md\:last\:mb-83:last-child{
    margin-bottom: 415px;
  }

  .tw .md\:last\:mb-84:last-child{
    margin-bottom: 420px;
  }

  .tw .md\:last\:mb-85:last-child{
    margin-bottom: 425px;
  }

  .tw .md\:last\:mb-86:last-child{
    margin-bottom: 430px;
  }

  .tw .md\:last\:mb-87:last-child{
    margin-bottom: 435px;
  }

  .tw .md\:last\:mb-88:last-child{
    margin-bottom: 440px;
  }

  .tw .md\:last\:mb-89:last-child{
    margin-bottom: 445px;
  }

  .tw .md\:last\:mb-90:last-child{
    margin-bottom: 450px;
  }

  .tw .md\:last\:mb-91:last-child{
    margin-bottom: 455px;
  }

  .tw .md\:last\:mb-92:last-child{
    margin-bottom: 460px;
  }

  .tw .md\:last\:mb-93:last-child{
    margin-bottom: 465px;
  }

  .tw .md\:last\:mb-94:last-child{
    margin-bottom: 470px;
  }

  .tw .md\:last\:mb-95:last-child{
    margin-bottom: 475px;
  }

  .tw .md\:last\:mb-96:last-child{
    margin-bottom: 480px;
  }

  .tw .md\:last\:mb-97:last-child{
    margin-bottom: 485px;
  }

  .tw .md\:last\:mb-98:last-child{
    margin-bottom: 490px;
  }

  .tw .md\:last\:mb-99:last-child{
    margin-bottom: 495px;
  }

  .tw .md\:last\:mb-100:last-child{
    margin-bottom: 500px;
  }

  .tw .md\:last\:mb-101:last-child{
    margin-bottom: 505px;
  }

  .tw .md\:last\:mb-102:last-child{
    margin-bottom: 510px;
  }

  .tw .md\:last\:mb-103:last-child{
    margin-bottom: 515px;
  }

  .tw .md\:last\:mb-104:last-child{
    margin-bottom: 520px;
  }

  .tw .md\:last\:mb-105:last-child{
    margin-bottom: 525px;
  }

  .tw .md\:last\:mb-106:last-child{
    margin-bottom: 530px;
  }

  .tw .md\:last\:mb-107:last-child{
    margin-bottom: 535px;
  }

  .tw .md\:last\:mb-108:last-child{
    margin-bottom: 540px;
  }

  .tw .md\:last\:mb-109:last-child{
    margin-bottom: 545px;
  }

  .tw .md\:last\:mb-110:last-child{
    margin-bottom: 550px;
  }

  .tw .md\:last\:mb-111:last-child{
    margin-bottom: 555px;
  }

  .tw .md\:last\:mb-112:last-child{
    margin-bottom: 560px;
  }

  .tw .md\:last\:mb-113:last-child{
    margin-bottom: 565px;
  }

  .tw .md\:last\:mb-114:last-child{
    margin-bottom: 570px;
  }

  .tw .md\:last\:mb-115:last-child{
    margin-bottom: 575px;
  }

  .tw .md\:last\:mb-116:last-child{
    margin-bottom: 580px;
  }

  .tw .md\:last\:mb-117:last-child{
    margin-bottom: 585px;
  }

  .tw .md\:last\:mb-118:last-child{
    margin-bottom: 590px;
  }

  .tw .md\:last\:mb-119:last-child{
    margin-bottom: 595px;
  }

  .tw .md\:last\:mb-120:last-child{
    margin-bottom: 600px;
  }

  .tw .md\:last\:mb-121:last-child{
    margin-bottom: 605px;
  }

  .tw .md\:last\:mb-122:last-child{
    margin-bottom: 610px;
  }

  .tw .md\:last\:mb-123:last-child{
    margin-bottom: 615px;
  }

  .tw .md\:last\:mb-124:last-child{
    margin-bottom: 620px;
  }

  .tw .md\:last\:mb-125:last-child{
    margin-bottom: 625px;
  }

  .tw .md\:last\:mb-126:last-child{
    margin-bottom: 630px;
  }

  .tw .md\:last\:mb-127:last-child{
    margin-bottom: 635px;
  }

  .tw .md\:last\:mb-128:last-child{
    margin-bottom: 640px;
  }

  .tw .md\:last\:mb-129:last-child{
    margin-bottom: 645px;
  }

  .tw .md\:last\:mb-130:last-child{
    margin-bottom: 650px;
  }

  .tw .md\:last\:mb-131:last-child{
    margin-bottom: 655px;
  }

  .tw .md\:last\:mb-132:last-child{
    margin-bottom: 660px;
  }

  .tw .md\:last\:mb-133:last-child{
    margin-bottom: 665px;
  }

  .tw .md\:last\:mb-134:last-child{
    margin-bottom: 670px;
  }

  .tw .md\:last\:mb-135:last-child{
    margin-bottom: 675px;
  }

  .tw .md\:last\:mb-136:last-child{
    margin-bottom: 680px;
  }

  .tw .md\:last\:mb-137:last-child{
    margin-bottom: 685px;
  }

  .tw .md\:last\:mb-138:last-child{
    margin-bottom: 690px;
  }

  .tw .md\:last\:mb-139:last-child{
    margin-bottom: 695px;
  }

  .tw .md\:last\:mb-140:last-child{
    margin-bottom: 700px;
  }

  .tw .md\:last\:mb-141:last-child{
    margin-bottom: 705px;
  }

  .tw .md\:last\:mb-142:last-child{
    margin-bottom: 710px;
  }

  .tw .md\:last\:mb-143:last-child{
    margin-bottom: 715px;
  }

  .tw .md\:last\:mb-144:last-child{
    margin-bottom: 720px;
  }

  .tw .md\:last\:mb-145:last-child{
    margin-bottom: 725px;
  }

  .tw .md\:last\:mb-146:last-child{
    margin-bottom: 730px;
  }

  .tw .md\:last\:mb-147:last-child{
    margin-bottom: 735px;
  }

  .tw .md\:last\:mb-148:last-child{
    margin-bottom: 740px;
  }

  .tw .md\:last\:mb-149:last-child{
    margin-bottom: 745px;
  }

  .tw .md\:last\:mb-auto:last-child{
    margin-bottom: auto;
  }

  .tw .md\:last\:mb-0\.5:last-child{
    margin-bottom: 3px;
  }

  .tw .md\:last\:mb-1px:last-child{
    margin-bottom: 1px;
  }

  .tw .md\:last\:mb-2px:last-child{
    margin-bottom: 2px;
  }

  .tw .md\:last\:mb-3px:last-child{
    margin-bottom: 3px;
  }

  .tw .md\:last\:mb-4px:last-child{
    margin-bottom: 4px;
  }

  .tw .md\:last\:mb-5px:last-child{
    margin-bottom: 5px;
  }

  .tw .md\:last\:mb-6px:last-child{
    margin-bottom: 6px;
  }

  .tw .md\:last\:mb-7px:last-child{
    margin-bottom: 7px;
  }

  .tw .md\:last\:mb-8px:last-child{
    margin-bottom: 8px;
  }

  .tw .md\:last\:mb-9px:last-child{
    margin-bottom: 9px;
  }

  .tw .md\:last\:mb-10px:last-child{
    margin-bottom: 10px;
  }

  .tw .md\:last\:mb-11px:last-child{
    margin-bottom: 11px;
  }

  .tw .md\:last\:mb-12px:last-child{
    margin-bottom: 12px;
  }

  .tw .md\:last\:mb-13px:last-child{
    margin-bottom: 13px;
  }

  .tw .md\:last\:mb-14px:last-child{
    margin-bottom: 14px;
  }

  .tw .md\:last\:mb-15px:last-child{
    margin-bottom: 15px;
  }

  .tw .md\:last\:mb-16px:last-child{
    margin-bottom: 16px;
  }

  .tw .md\:last\:mb-17px:last-child{
    margin-bottom: 17px;
  }

  .tw .md\:last\:mb-18px:last-child{
    margin-bottom: 18px;
  }

  .tw .md\:last\:mb-19px:last-child{
    margin-bottom: 19px;
  }

  .tw .md\:last\:mb-20px:last-child{
    margin-bottom: 20px;
  }

  .tw .md\:last\:mb-21px:last-child{
    margin-bottom: 21px;
  }

  .tw .md\:last\:mb-22px:last-child{
    margin-bottom: 22px;
  }

  .tw .md\:last\:mb-23px:last-child{
    margin-bottom: 23px;
  }

  .tw .md\:last\:mb-24px:last-child{
    margin-bottom: 24px;
  }

  .tw .md\:last\:mb-25px:last-child{
    margin-bottom: 25px;
  }

  .tw .md\:last\:mb-26px:last-child{
    margin-bottom: 26px;
  }

  .tw .md\:last\:mb-27px:last-child{
    margin-bottom: 27px;
  }

  .tw .md\:last\:mb-28px:last-child{
    margin-bottom: 28px;
  }

  .tw .md\:last\:mb-29px:last-child{
    margin-bottom: 29px;
  }

  .tw .md\:last\:mb-30px:last-child{
    margin-bottom: 30px;
  }

  .tw .md\:last\:mb-31px:last-child{
    margin-bottom: 31px;
  }

  .tw .md\:last\:mb-32px:last-child{
    margin-bottom: 32px;
  }

  .tw .md\:last\:mb-33px:last-child{
    margin-bottom: 33px;
  }

  .tw .md\:last\:mb-34px:last-child{
    margin-bottom: 34px;
  }

  .tw .md\:last\:mb-35px:last-child{
    margin-bottom: 35px;
  }

  .tw .md\:last\:mb-36px:last-child{
    margin-bottom: 36px;
  }

  .tw .md\:last\:mb-37px:last-child{
    margin-bottom: 37px;
  }

  .tw .md\:last\:mb-38px:last-child{
    margin-bottom: 38px;
  }

  .tw .md\:last\:mb-39px:last-child{
    margin-bottom: 39px;
  }

  .tw .md\:last\:mb-40px:last-child{
    margin-bottom: 40px;
  }

  .tw .md\:last\:-mb-0:last-child{
    margin-bottom: 0px;
  }

  .tw .md\:last\:-mb-1:last-child{
    margin-bottom: -5px;
  }

  .tw .md\:last\:-mb-2:last-child{
    margin-bottom: -10px;
  }

  .tw .md\:last\:-mb-3:last-child{
    margin-bottom: -15px;
  }

  .tw .md\:last\:-mb-4:last-child{
    margin-bottom: -20px;
  }

  .tw .md\:last\:-mb-5:last-child{
    margin-bottom: -25px;
  }

  .tw .md\:last\:-mb-6:last-child{
    margin-bottom: -30px;
  }

  .tw .md\:last\:-mb-7:last-child{
    margin-bottom: -35px;
  }

  .tw .md\:last\:-mb-8:last-child{
    margin-bottom: -40px;
  }

  .tw .md\:last\:-mb-9:last-child{
    margin-bottom: -45px;
  }

  .tw .md\:last\:-mb-10:last-child{
    margin-bottom: -50px;
  }

  .tw .md\:last\:-mb-11:last-child{
    margin-bottom: -55px;
  }

  .tw .md\:last\:-mb-12:last-child{
    margin-bottom: -60px;
  }

  .tw .md\:last\:-mb-13:last-child{
    margin-bottom: -65px;
  }

  .tw .md\:last\:-mb-14:last-child{
    margin-bottom: -70px;
  }

  .tw .md\:last\:-mb-15:last-child{
    margin-bottom: -75px;
  }

  .tw .md\:last\:-mb-16:last-child{
    margin-bottom: -80px;
  }

  .tw .md\:last\:-mb-17:last-child{
    margin-bottom: -85px;
  }

  .tw .md\:last\:-mb-18:last-child{
    margin-bottom: -90px;
  }

  .tw .md\:last\:-mb-19:last-child{
    margin-bottom: -95px;
  }

  .tw .md\:last\:-mb-20:last-child{
    margin-bottom: -100px;
  }

  .tw .md\:last\:-mb-21:last-child{
    margin-bottom: -105px;
  }

  .tw .md\:last\:-mb-22:last-child{
    margin-bottom: -110px;
  }

  .tw .md\:last\:-mb-23:last-child{
    margin-bottom: -115px;
  }

  .tw .md\:last\:-mb-24:last-child{
    margin-bottom: -120px;
  }

  .tw .md\:last\:-mb-25:last-child{
    margin-bottom: -125px;
  }

  .tw .md\:last\:-mb-26:last-child{
    margin-bottom: -130px;
  }

  .tw .md\:last\:-mb-27:last-child{
    margin-bottom: -135px;
  }

  .tw .md\:last\:-mb-28:last-child{
    margin-bottom: -140px;
  }

  .tw .md\:last\:-mb-29:last-child{
    margin-bottom: -145px;
  }

  .tw .md\:last\:-mb-30:last-child{
    margin-bottom: -150px;
  }

  .tw .md\:last\:-mb-31:last-child{
    margin-bottom: -155px;
  }

  .tw .md\:last\:-mb-32:last-child{
    margin-bottom: -160px;
  }

  .tw .md\:last\:-mb-33:last-child{
    margin-bottom: -165px;
  }

  .tw .md\:last\:-mb-34:last-child{
    margin-bottom: -170px;
  }

  .tw .md\:last\:-mb-35:last-child{
    margin-bottom: -175px;
  }

  .tw .md\:last\:-mb-36:last-child{
    margin-bottom: -180px;
  }

  .tw .md\:last\:-mb-37:last-child{
    margin-bottom: -185px;
  }

  .tw .md\:last\:-mb-38:last-child{
    margin-bottom: -190px;
  }

  .tw .md\:last\:-mb-39:last-child{
    margin-bottom: -195px;
  }

  .tw .md\:last\:-mb-40:last-child{
    margin-bottom: -200px;
  }

  .tw .md\:last\:-mb-41:last-child{
    margin-bottom: -205px;
  }

  .tw .md\:last\:-mb-42:last-child{
    margin-bottom: -210px;
  }

  .tw .md\:last\:-mb-43:last-child{
    margin-bottom: -215px;
  }

  .tw .md\:last\:-mb-44:last-child{
    margin-bottom: -220px;
  }

  .tw .md\:last\:-mb-45:last-child{
    margin-bottom: -225px;
  }

  .tw .md\:last\:-mb-46:last-child{
    margin-bottom: -230px;
  }

  .tw .md\:last\:-mb-47:last-child{
    margin-bottom: -235px;
  }

  .tw .md\:last\:-mb-48:last-child{
    margin-bottom: -240px;
  }

  .tw .md\:last\:-mb-49:last-child{
    margin-bottom: -245px;
  }

  .tw .md\:last\:-mb-50:last-child{
    margin-bottom: -250px;
  }

  .tw .md\:last\:-mb-51:last-child{
    margin-bottom: -255px;
  }

  .tw .md\:last\:-mb-52:last-child{
    margin-bottom: -260px;
  }

  .tw .md\:last\:-mb-53:last-child{
    margin-bottom: -265px;
  }

  .tw .md\:last\:-mb-54:last-child{
    margin-bottom: -270px;
  }

  .tw .md\:last\:-mb-55:last-child{
    margin-bottom: -275px;
  }

  .tw .md\:last\:-mb-56:last-child{
    margin-bottom: -280px;
  }

  .tw .md\:last\:-mb-57:last-child{
    margin-bottom: -285px;
  }

  .tw .md\:last\:-mb-58:last-child{
    margin-bottom: -290px;
  }

  .tw .md\:last\:-mb-59:last-child{
    margin-bottom: -295px;
  }

  .tw .md\:last\:-mb-60:last-child{
    margin-bottom: -300px;
  }

  .tw .md\:last\:-mb-61:last-child{
    margin-bottom: -305px;
  }

  .tw .md\:last\:-mb-62:last-child{
    margin-bottom: -310px;
  }

  .tw .md\:last\:-mb-63:last-child{
    margin-bottom: -315px;
  }

  .tw .md\:last\:-mb-64:last-child{
    margin-bottom: -320px;
  }

  .tw .md\:last\:-mb-65:last-child{
    margin-bottom: -325px;
  }

  .tw .md\:last\:-mb-66:last-child{
    margin-bottom: -330px;
  }

  .tw .md\:last\:-mb-67:last-child{
    margin-bottom: -335px;
  }

  .tw .md\:last\:-mb-68:last-child{
    margin-bottom: -340px;
  }

  .tw .md\:last\:-mb-69:last-child{
    margin-bottom: -345px;
  }

  .tw .md\:last\:-mb-70:last-child{
    margin-bottom: -350px;
  }

  .tw .md\:last\:-mb-71:last-child{
    margin-bottom: -355px;
  }

  .tw .md\:last\:-mb-72:last-child{
    margin-bottom: -360px;
  }

  .tw .md\:last\:-mb-73:last-child{
    margin-bottom: -365px;
  }

  .tw .md\:last\:-mb-74:last-child{
    margin-bottom: -370px;
  }

  .tw .md\:last\:-mb-75:last-child{
    margin-bottom: -375px;
  }

  .tw .md\:last\:-mb-76:last-child{
    margin-bottom: -380px;
  }

  .tw .md\:last\:-mb-77:last-child{
    margin-bottom: -385px;
  }

  .tw .md\:last\:-mb-78:last-child{
    margin-bottom: -390px;
  }

  .tw .md\:last\:-mb-79:last-child{
    margin-bottom: -395px;
  }

  .tw .md\:last\:-mb-80:last-child{
    margin-bottom: -400px;
  }

  .tw .md\:last\:-mb-81:last-child{
    margin-bottom: -405px;
  }

  .tw .md\:last\:-mb-82:last-child{
    margin-bottom: -410px;
  }

  .tw .md\:last\:-mb-83:last-child{
    margin-bottom: -415px;
  }

  .tw .md\:last\:-mb-84:last-child{
    margin-bottom: -420px;
  }

  .tw .md\:last\:-mb-85:last-child{
    margin-bottom: -425px;
  }

  .tw .md\:last\:-mb-86:last-child{
    margin-bottom: -430px;
  }

  .tw .md\:last\:-mb-87:last-child{
    margin-bottom: -435px;
  }

  .tw .md\:last\:-mb-88:last-child{
    margin-bottom: -440px;
  }

  .tw .md\:last\:-mb-89:last-child{
    margin-bottom: -445px;
  }

  .tw .md\:last\:-mb-90:last-child{
    margin-bottom: -450px;
  }

  .tw .md\:last\:-mb-91:last-child{
    margin-bottom: -455px;
  }

  .tw .md\:last\:-mb-92:last-child{
    margin-bottom: -460px;
  }

  .tw .md\:last\:-mb-93:last-child{
    margin-bottom: -465px;
  }

  .tw .md\:last\:-mb-94:last-child{
    margin-bottom: -470px;
  }

  .tw .md\:last\:-mb-95:last-child{
    margin-bottom: -475px;
  }

  .tw .md\:last\:-mb-96:last-child{
    margin-bottom: -480px;
  }

  .tw .md\:last\:-mb-97:last-child{
    margin-bottom: -485px;
  }

  .tw .md\:last\:-mb-98:last-child{
    margin-bottom: -490px;
  }

  .tw .md\:last\:-mb-99:last-child{
    margin-bottom: -495px;
  }

  .tw .md\:last\:-mb-100:last-child{
    margin-bottom: -500px;
  }

  .tw .md\:last\:-mb-101:last-child{
    margin-bottom: -505px;
  }

  .tw .md\:last\:-mb-102:last-child{
    margin-bottom: -510px;
  }

  .tw .md\:last\:-mb-103:last-child{
    margin-bottom: -515px;
  }

  .tw .md\:last\:-mb-104:last-child{
    margin-bottom: -520px;
  }

  .tw .md\:last\:-mb-105:last-child{
    margin-bottom: -525px;
  }

  .tw .md\:last\:-mb-106:last-child{
    margin-bottom: -530px;
  }

  .tw .md\:last\:-mb-107:last-child{
    margin-bottom: -535px;
  }

  .tw .md\:last\:-mb-108:last-child{
    margin-bottom: -540px;
  }

  .tw .md\:last\:-mb-109:last-child{
    margin-bottom: -545px;
  }

  .tw .md\:last\:-mb-110:last-child{
    margin-bottom: -550px;
  }

  .tw .md\:last\:-mb-111:last-child{
    margin-bottom: -555px;
  }

  .tw .md\:last\:-mb-112:last-child{
    margin-bottom: -560px;
  }

  .tw .md\:last\:-mb-113:last-child{
    margin-bottom: -565px;
  }

  .tw .md\:last\:-mb-114:last-child{
    margin-bottom: -570px;
  }

  .tw .md\:last\:-mb-115:last-child{
    margin-bottom: -575px;
  }

  .tw .md\:last\:-mb-116:last-child{
    margin-bottom: -580px;
  }

  .tw .md\:last\:-mb-117:last-child{
    margin-bottom: -585px;
  }

  .tw .md\:last\:-mb-118:last-child{
    margin-bottom: -590px;
  }

  .tw .md\:last\:-mb-119:last-child{
    margin-bottom: -595px;
  }

  .tw .md\:last\:-mb-120:last-child{
    margin-bottom: -600px;
  }

  .tw .md\:last\:-mb-121:last-child{
    margin-bottom: -605px;
  }

  .tw .md\:last\:-mb-122:last-child{
    margin-bottom: -610px;
  }

  .tw .md\:last\:-mb-123:last-child{
    margin-bottom: -615px;
  }

  .tw .md\:last\:-mb-124:last-child{
    margin-bottom: -620px;
  }

  .tw .md\:last\:-mb-125:last-child{
    margin-bottom: -625px;
  }

  .tw .md\:last\:-mb-126:last-child{
    margin-bottom: -630px;
  }

  .tw .md\:last\:-mb-127:last-child{
    margin-bottom: -635px;
  }

  .tw .md\:last\:-mb-128:last-child{
    margin-bottom: -640px;
  }

  .tw .md\:last\:-mb-129:last-child{
    margin-bottom: -645px;
  }

  .tw .md\:last\:-mb-130:last-child{
    margin-bottom: -650px;
  }

  .tw .md\:last\:-mb-131:last-child{
    margin-bottom: -655px;
  }

  .tw .md\:last\:-mb-132:last-child{
    margin-bottom: -660px;
  }

  .tw .md\:last\:-mb-133:last-child{
    margin-bottom: -665px;
  }

  .tw .md\:last\:-mb-134:last-child{
    margin-bottom: -670px;
  }

  .tw .md\:last\:-mb-135:last-child{
    margin-bottom: -675px;
  }

  .tw .md\:last\:-mb-136:last-child{
    margin-bottom: -680px;
  }

  .tw .md\:last\:-mb-137:last-child{
    margin-bottom: -685px;
  }

  .tw .md\:last\:-mb-138:last-child{
    margin-bottom: -690px;
  }

  .tw .md\:last\:-mb-139:last-child{
    margin-bottom: -695px;
  }

  .tw .md\:last\:-mb-140:last-child{
    margin-bottom: -700px;
  }

  .tw .md\:last\:-mb-141:last-child{
    margin-bottom: -705px;
  }

  .tw .md\:last\:-mb-142:last-child{
    margin-bottom: -710px;
  }

  .tw .md\:last\:-mb-143:last-child{
    margin-bottom: -715px;
  }

  .tw .md\:last\:-mb-144:last-child{
    margin-bottom: -720px;
  }

  .tw .md\:last\:-mb-145:last-child{
    margin-bottom: -725px;
  }

  .tw .md\:last\:-mb-146:last-child{
    margin-bottom: -730px;
  }

  .tw .md\:last\:-mb-147:last-child{
    margin-bottom: -735px;
  }

  .tw .md\:last\:-mb-148:last-child{
    margin-bottom: -740px;
  }

  .tw .md\:last\:-mb-149:last-child{
    margin-bottom: -745px;
  }

  .tw .md\:last\:-mb-0\.5:last-child{
    margin-bottom: -3px;
  }

  .tw .md\:last\:-mb-1px:last-child{
    margin-bottom: -1px;
  }

  .tw .md\:last\:-mb-2px:last-child{
    margin-bottom: -2px;
  }

  .tw .md\:last\:-mb-3px:last-child{
    margin-bottom: -3px;
  }

  .tw .md\:last\:-mb-4px:last-child{
    margin-bottom: -4px;
  }

  .tw .md\:last\:-mb-5px:last-child{
    margin-bottom: -5px;
  }

  .tw .md\:last\:-mb-6px:last-child{
    margin-bottom: -6px;
  }

  .tw .md\:last\:-mb-7px:last-child{
    margin-bottom: -7px;
  }

  .tw .md\:last\:-mb-8px:last-child{
    margin-bottom: -8px;
  }

  .tw .md\:last\:-mb-9px:last-child{
    margin-bottom: -9px;
  }

  .tw .md\:last\:-mb-10px:last-child{
    margin-bottom: -10px;
  }

  .tw .md\:last\:-mb-11px:last-child{
    margin-bottom: -11px;
  }

  .tw .md\:last\:-mb-12px:last-child{
    margin-bottom: -12px;
  }

  .tw .md\:last\:-mb-13px:last-child{
    margin-bottom: -13px;
  }

  .tw .md\:last\:-mb-14px:last-child{
    margin-bottom: -14px;
  }

  .tw .md\:last\:-mb-15px:last-child{
    margin-bottom: -15px;
  }

  .tw .md\:last\:-mb-16px:last-child{
    margin-bottom: -16px;
  }

  .tw .md\:last\:-mb-17px:last-child{
    margin-bottom: -17px;
  }

  .tw .md\:last\:-mb-18px:last-child{
    margin-bottom: -18px;
  }

  .tw .md\:last\:-mb-19px:last-child{
    margin-bottom: -19px;
  }

  .tw .md\:last\:-mb-20px:last-child{
    margin-bottom: -20px;
  }

  .tw .md\:last\:-mb-21px:last-child{
    margin-bottom: -21px;
  }

  .tw .md\:last\:-mb-22px:last-child{
    margin-bottom: -22px;
  }

  .tw .md\:last\:-mb-23px:last-child{
    margin-bottom: -23px;
  }

  .tw .md\:last\:-mb-24px:last-child{
    margin-bottom: -24px;
  }

  .tw .md\:last\:-mb-25px:last-child{
    margin-bottom: -25px;
  }

  .tw .md\:last\:-mb-26px:last-child{
    margin-bottom: -26px;
  }

  .tw .md\:last\:-mb-27px:last-child{
    margin-bottom: -27px;
  }

  .tw .md\:last\:-mb-28px:last-child{
    margin-bottom: -28px;
  }

  .tw .md\:last\:-mb-29px:last-child{
    margin-bottom: -29px;
  }

  .tw .md\:last\:-mb-30px:last-child{
    margin-bottom: -30px;
  }

  .tw .md\:last\:-mb-31px:last-child{
    margin-bottom: -31px;
  }

  .tw .md\:last\:-mb-32px:last-child{
    margin-bottom: -32px;
  }

  .tw .md\:last\:-mb-33px:last-child{
    margin-bottom: -33px;
  }

  .tw .md\:last\:-mb-34px:last-child{
    margin-bottom: -34px;
  }

  .tw .md\:last\:-mb-35px:last-child{
    margin-bottom: -35px;
  }

  .tw .md\:last\:-mb-36px:last-child{
    margin-bottom: -36px;
  }

  .tw .md\:last\:-mb-37px:last-child{
    margin-bottom: -37px;
  }

  .tw .md\:last\:-mb-38px:last-child{
    margin-bottom: -38px;
  }

  .tw .md\:last\:-mb-39px:last-child{
    margin-bottom: -39px;
  }

  .tw .md\:last\:-mb-40px:last-child{
    margin-bottom: -40px;
  }

  .tw .md\:last\:ml-0:last-child{
    margin-left: 0px;
  }

  .tw .md\:last\:ml-1:last-child{
    margin-left: 5px;
  }

  .tw .md\:last\:ml-2:last-child{
    margin-left: 10px;
  }

  .tw .md\:last\:ml-3:last-child{
    margin-left: 15px;
  }

  .tw .md\:last\:ml-4:last-child{
    margin-left: 20px;
  }

  .tw .md\:last\:ml-5:last-child{
    margin-left: 25px;
  }

  .tw .md\:last\:ml-6:last-child{
    margin-left: 30px;
  }

  .tw .md\:last\:ml-7:last-child{
    margin-left: 35px;
  }

  .tw .md\:last\:ml-8:last-child{
    margin-left: 40px;
  }

  .tw .md\:last\:ml-9:last-child{
    margin-left: 45px;
  }

  .tw .md\:last\:ml-10:last-child{
    margin-left: 50px;
  }

  .tw .md\:last\:ml-11:last-child{
    margin-left: 55px;
  }

  .tw .md\:last\:ml-12:last-child{
    margin-left: 60px;
  }

  .tw .md\:last\:ml-13:last-child{
    margin-left: 65px;
  }

  .tw .md\:last\:ml-14:last-child{
    margin-left: 70px;
  }

  .tw .md\:last\:ml-15:last-child{
    margin-left: 75px;
  }

  .tw .md\:last\:ml-16:last-child{
    margin-left: 80px;
  }

  .tw .md\:last\:ml-17:last-child{
    margin-left: 85px;
  }

  .tw .md\:last\:ml-18:last-child{
    margin-left: 90px;
  }

  .tw .md\:last\:ml-19:last-child{
    margin-left: 95px;
  }

  .tw .md\:last\:ml-20:last-child{
    margin-left: 100px;
  }

  .tw .md\:last\:ml-21:last-child{
    margin-left: 105px;
  }

  .tw .md\:last\:ml-22:last-child{
    margin-left: 110px;
  }

  .tw .md\:last\:ml-23:last-child{
    margin-left: 115px;
  }

  .tw .md\:last\:ml-24:last-child{
    margin-left: 120px;
  }

  .tw .md\:last\:ml-25:last-child{
    margin-left: 125px;
  }

  .tw .md\:last\:ml-26:last-child{
    margin-left: 130px;
  }

  .tw .md\:last\:ml-27:last-child{
    margin-left: 135px;
  }

  .tw .md\:last\:ml-28:last-child{
    margin-left: 140px;
  }

  .tw .md\:last\:ml-29:last-child{
    margin-left: 145px;
  }

  .tw .md\:last\:ml-30:last-child{
    margin-left: 150px;
  }

  .tw .md\:last\:ml-31:last-child{
    margin-left: 155px;
  }

  .tw .md\:last\:ml-32:last-child{
    margin-left: 160px;
  }

  .tw .md\:last\:ml-33:last-child{
    margin-left: 165px;
  }

  .tw .md\:last\:ml-34:last-child{
    margin-left: 170px;
  }

  .tw .md\:last\:ml-35:last-child{
    margin-left: 175px;
  }

  .tw .md\:last\:ml-36:last-child{
    margin-left: 180px;
  }

  .tw .md\:last\:ml-37:last-child{
    margin-left: 185px;
  }

  .tw .md\:last\:ml-38:last-child{
    margin-left: 190px;
  }

  .tw .md\:last\:ml-39:last-child{
    margin-left: 195px;
  }

  .tw .md\:last\:ml-40:last-child{
    margin-left: 200px;
  }

  .tw .md\:last\:ml-41:last-child{
    margin-left: 205px;
  }

  .tw .md\:last\:ml-42:last-child{
    margin-left: 210px;
  }

  .tw .md\:last\:ml-43:last-child{
    margin-left: 215px;
  }

  .tw .md\:last\:ml-44:last-child{
    margin-left: 220px;
  }

  .tw .md\:last\:ml-45:last-child{
    margin-left: 225px;
  }

  .tw .md\:last\:ml-46:last-child{
    margin-left: 230px;
  }

  .tw .md\:last\:ml-47:last-child{
    margin-left: 235px;
  }

  .tw .md\:last\:ml-48:last-child{
    margin-left: 240px;
  }

  .tw .md\:last\:ml-49:last-child{
    margin-left: 245px;
  }

  .tw .md\:last\:ml-50:last-child{
    margin-left: 250px;
  }

  .tw .md\:last\:ml-51:last-child{
    margin-left: 255px;
  }

  .tw .md\:last\:ml-52:last-child{
    margin-left: 260px;
  }

  .tw .md\:last\:ml-53:last-child{
    margin-left: 265px;
  }

  .tw .md\:last\:ml-54:last-child{
    margin-left: 270px;
  }

  .tw .md\:last\:ml-55:last-child{
    margin-left: 275px;
  }

  .tw .md\:last\:ml-56:last-child{
    margin-left: 280px;
  }

  .tw .md\:last\:ml-57:last-child{
    margin-left: 285px;
  }

  .tw .md\:last\:ml-58:last-child{
    margin-left: 290px;
  }

  .tw .md\:last\:ml-59:last-child{
    margin-left: 295px;
  }

  .tw .md\:last\:ml-60:last-child{
    margin-left: 300px;
  }

  .tw .md\:last\:ml-61:last-child{
    margin-left: 305px;
  }

  .tw .md\:last\:ml-62:last-child{
    margin-left: 310px;
  }

  .tw .md\:last\:ml-63:last-child{
    margin-left: 315px;
  }

  .tw .md\:last\:ml-64:last-child{
    margin-left: 320px;
  }

  .tw .md\:last\:ml-65:last-child{
    margin-left: 325px;
  }

  .tw .md\:last\:ml-66:last-child{
    margin-left: 330px;
  }

  .tw .md\:last\:ml-67:last-child{
    margin-left: 335px;
  }

  .tw .md\:last\:ml-68:last-child{
    margin-left: 340px;
  }

  .tw .md\:last\:ml-69:last-child{
    margin-left: 345px;
  }

  .tw .md\:last\:ml-70:last-child{
    margin-left: 350px;
  }

  .tw .md\:last\:ml-71:last-child{
    margin-left: 355px;
  }

  .tw .md\:last\:ml-72:last-child{
    margin-left: 360px;
  }

  .tw .md\:last\:ml-73:last-child{
    margin-left: 365px;
  }

  .tw .md\:last\:ml-74:last-child{
    margin-left: 370px;
  }

  .tw .md\:last\:ml-75:last-child{
    margin-left: 375px;
  }

  .tw .md\:last\:ml-76:last-child{
    margin-left: 380px;
  }

  .tw .md\:last\:ml-77:last-child{
    margin-left: 385px;
  }

  .tw .md\:last\:ml-78:last-child{
    margin-left: 390px;
  }

  .tw .md\:last\:ml-79:last-child{
    margin-left: 395px;
  }

  .tw .md\:last\:ml-80:last-child{
    margin-left: 400px;
  }

  .tw .md\:last\:ml-81:last-child{
    margin-left: 405px;
  }

  .tw .md\:last\:ml-82:last-child{
    margin-left: 410px;
  }

  .tw .md\:last\:ml-83:last-child{
    margin-left: 415px;
  }

  .tw .md\:last\:ml-84:last-child{
    margin-left: 420px;
  }

  .tw .md\:last\:ml-85:last-child{
    margin-left: 425px;
  }

  .tw .md\:last\:ml-86:last-child{
    margin-left: 430px;
  }

  .tw .md\:last\:ml-87:last-child{
    margin-left: 435px;
  }

  .tw .md\:last\:ml-88:last-child{
    margin-left: 440px;
  }

  .tw .md\:last\:ml-89:last-child{
    margin-left: 445px;
  }

  .tw .md\:last\:ml-90:last-child{
    margin-left: 450px;
  }

  .tw .md\:last\:ml-91:last-child{
    margin-left: 455px;
  }

  .tw .md\:last\:ml-92:last-child{
    margin-left: 460px;
  }

  .tw .md\:last\:ml-93:last-child{
    margin-left: 465px;
  }

  .tw .md\:last\:ml-94:last-child{
    margin-left: 470px;
  }

  .tw .md\:last\:ml-95:last-child{
    margin-left: 475px;
  }

  .tw .md\:last\:ml-96:last-child{
    margin-left: 480px;
  }

  .tw .md\:last\:ml-97:last-child{
    margin-left: 485px;
  }

  .tw .md\:last\:ml-98:last-child{
    margin-left: 490px;
  }

  .tw .md\:last\:ml-99:last-child{
    margin-left: 495px;
  }

  .tw .md\:last\:ml-100:last-child{
    margin-left: 500px;
  }

  .tw .md\:last\:ml-101:last-child{
    margin-left: 505px;
  }

  .tw .md\:last\:ml-102:last-child{
    margin-left: 510px;
  }

  .tw .md\:last\:ml-103:last-child{
    margin-left: 515px;
  }

  .tw .md\:last\:ml-104:last-child{
    margin-left: 520px;
  }

  .tw .md\:last\:ml-105:last-child{
    margin-left: 525px;
  }

  .tw .md\:last\:ml-106:last-child{
    margin-left: 530px;
  }

  .tw .md\:last\:ml-107:last-child{
    margin-left: 535px;
  }

  .tw .md\:last\:ml-108:last-child{
    margin-left: 540px;
  }

  .tw .md\:last\:ml-109:last-child{
    margin-left: 545px;
  }

  .tw .md\:last\:ml-110:last-child{
    margin-left: 550px;
  }

  .tw .md\:last\:ml-111:last-child{
    margin-left: 555px;
  }

  .tw .md\:last\:ml-112:last-child{
    margin-left: 560px;
  }

  .tw .md\:last\:ml-113:last-child{
    margin-left: 565px;
  }

  .tw .md\:last\:ml-114:last-child{
    margin-left: 570px;
  }

  .tw .md\:last\:ml-115:last-child{
    margin-left: 575px;
  }

  .tw .md\:last\:ml-116:last-child{
    margin-left: 580px;
  }

  .tw .md\:last\:ml-117:last-child{
    margin-left: 585px;
  }

  .tw .md\:last\:ml-118:last-child{
    margin-left: 590px;
  }

  .tw .md\:last\:ml-119:last-child{
    margin-left: 595px;
  }

  .tw .md\:last\:ml-120:last-child{
    margin-left: 600px;
  }

  .tw .md\:last\:ml-121:last-child{
    margin-left: 605px;
  }

  .tw .md\:last\:ml-122:last-child{
    margin-left: 610px;
  }

  .tw .md\:last\:ml-123:last-child{
    margin-left: 615px;
  }

  .tw .md\:last\:ml-124:last-child{
    margin-left: 620px;
  }

  .tw .md\:last\:ml-125:last-child{
    margin-left: 625px;
  }

  .tw .md\:last\:ml-126:last-child{
    margin-left: 630px;
  }

  .tw .md\:last\:ml-127:last-child{
    margin-left: 635px;
  }

  .tw .md\:last\:ml-128:last-child{
    margin-left: 640px;
  }

  .tw .md\:last\:ml-129:last-child{
    margin-left: 645px;
  }

  .tw .md\:last\:ml-130:last-child{
    margin-left: 650px;
  }

  .tw .md\:last\:ml-131:last-child{
    margin-left: 655px;
  }

  .tw .md\:last\:ml-132:last-child{
    margin-left: 660px;
  }

  .tw .md\:last\:ml-133:last-child{
    margin-left: 665px;
  }

  .tw .md\:last\:ml-134:last-child{
    margin-left: 670px;
  }

  .tw .md\:last\:ml-135:last-child{
    margin-left: 675px;
  }

  .tw .md\:last\:ml-136:last-child{
    margin-left: 680px;
  }

  .tw .md\:last\:ml-137:last-child{
    margin-left: 685px;
  }

  .tw .md\:last\:ml-138:last-child{
    margin-left: 690px;
  }

  .tw .md\:last\:ml-139:last-child{
    margin-left: 695px;
  }

  .tw .md\:last\:ml-140:last-child{
    margin-left: 700px;
  }

  .tw .md\:last\:ml-141:last-child{
    margin-left: 705px;
  }

  .tw .md\:last\:ml-142:last-child{
    margin-left: 710px;
  }

  .tw .md\:last\:ml-143:last-child{
    margin-left: 715px;
  }

  .tw .md\:last\:ml-144:last-child{
    margin-left: 720px;
  }

  .tw .md\:last\:ml-145:last-child{
    margin-left: 725px;
  }

  .tw .md\:last\:ml-146:last-child{
    margin-left: 730px;
  }

  .tw .md\:last\:ml-147:last-child{
    margin-left: 735px;
  }

  .tw .md\:last\:ml-148:last-child{
    margin-left: 740px;
  }

  .tw .md\:last\:ml-149:last-child{
    margin-left: 745px;
  }

  .tw .md\:last\:ml-auto:last-child{
    margin-left: auto;
  }

  .tw .md\:last\:ml-0\.5:last-child{
    margin-left: 3px;
  }

  .tw .md\:last\:ml-1px:last-child{
    margin-left: 1px;
  }

  .tw .md\:last\:ml-2px:last-child{
    margin-left: 2px;
  }

  .tw .md\:last\:ml-3px:last-child{
    margin-left: 3px;
  }

  .tw .md\:last\:ml-4px:last-child{
    margin-left: 4px;
  }

  .tw .md\:last\:ml-5px:last-child{
    margin-left: 5px;
  }

  .tw .md\:last\:ml-6px:last-child{
    margin-left: 6px;
  }

  .tw .md\:last\:ml-7px:last-child{
    margin-left: 7px;
  }

  .tw .md\:last\:ml-8px:last-child{
    margin-left: 8px;
  }

  .tw .md\:last\:ml-9px:last-child{
    margin-left: 9px;
  }

  .tw .md\:last\:ml-10px:last-child{
    margin-left: 10px;
  }

  .tw .md\:last\:ml-11px:last-child{
    margin-left: 11px;
  }

  .tw .md\:last\:ml-12px:last-child{
    margin-left: 12px;
  }

  .tw .md\:last\:ml-13px:last-child{
    margin-left: 13px;
  }

  .tw .md\:last\:ml-14px:last-child{
    margin-left: 14px;
  }

  .tw .md\:last\:ml-15px:last-child{
    margin-left: 15px;
  }

  .tw .md\:last\:ml-16px:last-child{
    margin-left: 16px;
  }

  .tw .md\:last\:ml-17px:last-child{
    margin-left: 17px;
  }

  .tw .md\:last\:ml-18px:last-child{
    margin-left: 18px;
  }

  .tw .md\:last\:ml-19px:last-child{
    margin-left: 19px;
  }

  .tw .md\:last\:ml-20px:last-child{
    margin-left: 20px;
  }

  .tw .md\:last\:ml-21px:last-child{
    margin-left: 21px;
  }

  .tw .md\:last\:ml-22px:last-child{
    margin-left: 22px;
  }

  .tw .md\:last\:ml-23px:last-child{
    margin-left: 23px;
  }

  .tw .md\:last\:ml-24px:last-child{
    margin-left: 24px;
  }

  .tw .md\:last\:ml-25px:last-child{
    margin-left: 25px;
  }

  .tw .md\:last\:ml-26px:last-child{
    margin-left: 26px;
  }

  .tw .md\:last\:ml-27px:last-child{
    margin-left: 27px;
  }

  .tw .md\:last\:ml-28px:last-child{
    margin-left: 28px;
  }

  .tw .md\:last\:ml-29px:last-child{
    margin-left: 29px;
  }

  .tw .md\:last\:ml-30px:last-child{
    margin-left: 30px;
  }

  .tw .md\:last\:ml-31px:last-child{
    margin-left: 31px;
  }

  .tw .md\:last\:ml-32px:last-child{
    margin-left: 32px;
  }

  .tw .md\:last\:ml-33px:last-child{
    margin-left: 33px;
  }

  .tw .md\:last\:ml-34px:last-child{
    margin-left: 34px;
  }

  .tw .md\:last\:ml-35px:last-child{
    margin-left: 35px;
  }

  .tw .md\:last\:ml-36px:last-child{
    margin-left: 36px;
  }

  .tw .md\:last\:ml-37px:last-child{
    margin-left: 37px;
  }

  .tw .md\:last\:ml-38px:last-child{
    margin-left: 38px;
  }

  .tw .md\:last\:ml-39px:last-child{
    margin-left: 39px;
  }

  .tw .md\:last\:ml-40px:last-child{
    margin-left: 40px;
  }

  .tw .md\:last\:-ml-0:last-child{
    margin-left: 0px;
  }

  .tw .md\:last\:-ml-1:last-child{
    margin-left: -5px;
  }

  .tw .md\:last\:-ml-2:last-child{
    margin-left: -10px;
  }

  .tw .md\:last\:-ml-3:last-child{
    margin-left: -15px;
  }

  .tw .md\:last\:-ml-4:last-child{
    margin-left: -20px;
  }

  .tw .md\:last\:-ml-5:last-child{
    margin-left: -25px;
  }

  .tw .md\:last\:-ml-6:last-child{
    margin-left: -30px;
  }

  .tw .md\:last\:-ml-7:last-child{
    margin-left: -35px;
  }

  .tw .md\:last\:-ml-8:last-child{
    margin-left: -40px;
  }

  .tw .md\:last\:-ml-9:last-child{
    margin-left: -45px;
  }

  .tw .md\:last\:-ml-10:last-child{
    margin-left: -50px;
  }

  .tw .md\:last\:-ml-11:last-child{
    margin-left: -55px;
  }

  .tw .md\:last\:-ml-12:last-child{
    margin-left: -60px;
  }

  .tw .md\:last\:-ml-13:last-child{
    margin-left: -65px;
  }

  .tw .md\:last\:-ml-14:last-child{
    margin-left: -70px;
  }

  .tw .md\:last\:-ml-15:last-child{
    margin-left: -75px;
  }

  .tw .md\:last\:-ml-16:last-child{
    margin-left: -80px;
  }

  .tw .md\:last\:-ml-17:last-child{
    margin-left: -85px;
  }

  .tw .md\:last\:-ml-18:last-child{
    margin-left: -90px;
  }

  .tw .md\:last\:-ml-19:last-child{
    margin-left: -95px;
  }

  .tw .md\:last\:-ml-20:last-child{
    margin-left: -100px;
  }

  .tw .md\:last\:-ml-21:last-child{
    margin-left: -105px;
  }

  .tw .md\:last\:-ml-22:last-child{
    margin-left: -110px;
  }

  .tw .md\:last\:-ml-23:last-child{
    margin-left: -115px;
  }

  .tw .md\:last\:-ml-24:last-child{
    margin-left: -120px;
  }

  .tw .md\:last\:-ml-25:last-child{
    margin-left: -125px;
  }

  .tw .md\:last\:-ml-26:last-child{
    margin-left: -130px;
  }

  .tw .md\:last\:-ml-27:last-child{
    margin-left: -135px;
  }

  .tw .md\:last\:-ml-28:last-child{
    margin-left: -140px;
  }

  .tw .md\:last\:-ml-29:last-child{
    margin-left: -145px;
  }

  .tw .md\:last\:-ml-30:last-child{
    margin-left: -150px;
  }

  .tw .md\:last\:-ml-31:last-child{
    margin-left: -155px;
  }

  .tw .md\:last\:-ml-32:last-child{
    margin-left: -160px;
  }

  .tw .md\:last\:-ml-33:last-child{
    margin-left: -165px;
  }

  .tw .md\:last\:-ml-34:last-child{
    margin-left: -170px;
  }

  .tw .md\:last\:-ml-35:last-child{
    margin-left: -175px;
  }

  .tw .md\:last\:-ml-36:last-child{
    margin-left: -180px;
  }

  .tw .md\:last\:-ml-37:last-child{
    margin-left: -185px;
  }

  .tw .md\:last\:-ml-38:last-child{
    margin-left: -190px;
  }

  .tw .md\:last\:-ml-39:last-child{
    margin-left: -195px;
  }

  .tw .md\:last\:-ml-40:last-child{
    margin-left: -200px;
  }

  .tw .md\:last\:-ml-41:last-child{
    margin-left: -205px;
  }

  .tw .md\:last\:-ml-42:last-child{
    margin-left: -210px;
  }

  .tw .md\:last\:-ml-43:last-child{
    margin-left: -215px;
  }

  .tw .md\:last\:-ml-44:last-child{
    margin-left: -220px;
  }

  .tw .md\:last\:-ml-45:last-child{
    margin-left: -225px;
  }

  .tw .md\:last\:-ml-46:last-child{
    margin-left: -230px;
  }

  .tw .md\:last\:-ml-47:last-child{
    margin-left: -235px;
  }

  .tw .md\:last\:-ml-48:last-child{
    margin-left: -240px;
  }

  .tw .md\:last\:-ml-49:last-child{
    margin-left: -245px;
  }

  .tw .md\:last\:-ml-50:last-child{
    margin-left: -250px;
  }

  .tw .md\:last\:-ml-51:last-child{
    margin-left: -255px;
  }

  .tw .md\:last\:-ml-52:last-child{
    margin-left: -260px;
  }

  .tw .md\:last\:-ml-53:last-child{
    margin-left: -265px;
  }

  .tw .md\:last\:-ml-54:last-child{
    margin-left: -270px;
  }

  .tw .md\:last\:-ml-55:last-child{
    margin-left: -275px;
  }

  .tw .md\:last\:-ml-56:last-child{
    margin-left: -280px;
  }

  .tw .md\:last\:-ml-57:last-child{
    margin-left: -285px;
  }

  .tw .md\:last\:-ml-58:last-child{
    margin-left: -290px;
  }

  .tw .md\:last\:-ml-59:last-child{
    margin-left: -295px;
  }

  .tw .md\:last\:-ml-60:last-child{
    margin-left: -300px;
  }

  .tw .md\:last\:-ml-61:last-child{
    margin-left: -305px;
  }

  .tw .md\:last\:-ml-62:last-child{
    margin-left: -310px;
  }

  .tw .md\:last\:-ml-63:last-child{
    margin-left: -315px;
  }

  .tw .md\:last\:-ml-64:last-child{
    margin-left: -320px;
  }

  .tw .md\:last\:-ml-65:last-child{
    margin-left: -325px;
  }

  .tw .md\:last\:-ml-66:last-child{
    margin-left: -330px;
  }

  .tw .md\:last\:-ml-67:last-child{
    margin-left: -335px;
  }

  .tw .md\:last\:-ml-68:last-child{
    margin-left: -340px;
  }

  .tw .md\:last\:-ml-69:last-child{
    margin-left: -345px;
  }

  .tw .md\:last\:-ml-70:last-child{
    margin-left: -350px;
  }

  .tw .md\:last\:-ml-71:last-child{
    margin-left: -355px;
  }

  .tw .md\:last\:-ml-72:last-child{
    margin-left: -360px;
  }

  .tw .md\:last\:-ml-73:last-child{
    margin-left: -365px;
  }

  .tw .md\:last\:-ml-74:last-child{
    margin-left: -370px;
  }

  .tw .md\:last\:-ml-75:last-child{
    margin-left: -375px;
  }

  .tw .md\:last\:-ml-76:last-child{
    margin-left: -380px;
  }

  .tw .md\:last\:-ml-77:last-child{
    margin-left: -385px;
  }

  .tw .md\:last\:-ml-78:last-child{
    margin-left: -390px;
  }

  .tw .md\:last\:-ml-79:last-child{
    margin-left: -395px;
  }

  .tw .md\:last\:-ml-80:last-child{
    margin-left: -400px;
  }

  .tw .md\:last\:-ml-81:last-child{
    margin-left: -405px;
  }

  .tw .md\:last\:-ml-82:last-child{
    margin-left: -410px;
  }

  .tw .md\:last\:-ml-83:last-child{
    margin-left: -415px;
  }

  .tw .md\:last\:-ml-84:last-child{
    margin-left: -420px;
  }

  .tw .md\:last\:-ml-85:last-child{
    margin-left: -425px;
  }

  .tw .md\:last\:-ml-86:last-child{
    margin-left: -430px;
  }

  .tw .md\:last\:-ml-87:last-child{
    margin-left: -435px;
  }

  .tw .md\:last\:-ml-88:last-child{
    margin-left: -440px;
  }

  .tw .md\:last\:-ml-89:last-child{
    margin-left: -445px;
  }

  .tw .md\:last\:-ml-90:last-child{
    margin-left: -450px;
  }

  .tw .md\:last\:-ml-91:last-child{
    margin-left: -455px;
  }

  .tw .md\:last\:-ml-92:last-child{
    margin-left: -460px;
  }

  .tw .md\:last\:-ml-93:last-child{
    margin-left: -465px;
  }

  .tw .md\:last\:-ml-94:last-child{
    margin-left: -470px;
  }

  .tw .md\:last\:-ml-95:last-child{
    margin-left: -475px;
  }

  .tw .md\:last\:-ml-96:last-child{
    margin-left: -480px;
  }

  .tw .md\:last\:-ml-97:last-child{
    margin-left: -485px;
  }

  .tw .md\:last\:-ml-98:last-child{
    margin-left: -490px;
  }

  .tw .md\:last\:-ml-99:last-child{
    margin-left: -495px;
  }

  .tw .md\:last\:-ml-100:last-child{
    margin-left: -500px;
  }

  .tw .md\:last\:-ml-101:last-child{
    margin-left: -505px;
  }

  .tw .md\:last\:-ml-102:last-child{
    margin-left: -510px;
  }

  .tw .md\:last\:-ml-103:last-child{
    margin-left: -515px;
  }

  .tw .md\:last\:-ml-104:last-child{
    margin-left: -520px;
  }

  .tw .md\:last\:-ml-105:last-child{
    margin-left: -525px;
  }

  .tw .md\:last\:-ml-106:last-child{
    margin-left: -530px;
  }

  .tw .md\:last\:-ml-107:last-child{
    margin-left: -535px;
  }

  .tw .md\:last\:-ml-108:last-child{
    margin-left: -540px;
  }

  .tw .md\:last\:-ml-109:last-child{
    margin-left: -545px;
  }

  .tw .md\:last\:-ml-110:last-child{
    margin-left: -550px;
  }

  .tw .md\:last\:-ml-111:last-child{
    margin-left: -555px;
  }

  .tw .md\:last\:-ml-112:last-child{
    margin-left: -560px;
  }

  .tw .md\:last\:-ml-113:last-child{
    margin-left: -565px;
  }

  .tw .md\:last\:-ml-114:last-child{
    margin-left: -570px;
  }

  .tw .md\:last\:-ml-115:last-child{
    margin-left: -575px;
  }

  .tw .md\:last\:-ml-116:last-child{
    margin-left: -580px;
  }

  .tw .md\:last\:-ml-117:last-child{
    margin-left: -585px;
  }

  .tw .md\:last\:-ml-118:last-child{
    margin-left: -590px;
  }

  .tw .md\:last\:-ml-119:last-child{
    margin-left: -595px;
  }

  .tw .md\:last\:-ml-120:last-child{
    margin-left: -600px;
  }

  .tw .md\:last\:-ml-121:last-child{
    margin-left: -605px;
  }

  .tw .md\:last\:-ml-122:last-child{
    margin-left: -610px;
  }

  .tw .md\:last\:-ml-123:last-child{
    margin-left: -615px;
  }

  .tw .md\:last\:-ml-124:last-child{
    margin-left: -620px;
  }

  .tw .md\:last\:-ml-125:last-child{
    margin-left: -625px;
  }

  .tw .md\:last\:-ml-126:last-child{
    margin-left: -630px;
  }

  .tw .md\:last\:-ml-127:last-child{
    margin-left: -635px;
  }

  .tw .md\:last\:-ml-128:last-child{
    margin-left: -640px;
  }

  .tw .md\:last\:-ml-129:last-child{
    margin-left: -645px;
  }

  .tw .md\:last\:-ml-130:last-child{
    margin-left: -650px;
  }

  .tw .md\:last\:-ml-131:last-child{
    margin-left: -655px;
  }

  .tw .md\:last\:-ml-132:last-child{
    margin-left: -660px;
  }

  .tw .md\:last\:-ml-133:last-child{
    margin-left: -665px;
  }

  .tw .md\:last\:-ml-134:last-child{
    margin-left: -670px;
  }

  .tw .md\:last\:-ml-135:last-child{
    margin-left: -675px;
  }

  .tw .md\:last\:-ml-136:last-child{
    margin-left: -680px;
  }

  .tw .md\:last\:-ml-137:last-child{
    margin-left: -685px;
  }

  .tw .md\:last\:-ml-138:last-child{
    margin-left: -690px;
  }

  .tw .md\:last\:-ml-139:last-child{
    margin-left: -695px;
  }

  .tw .md\:last\:-ml-140:last-child{
    margin-left: -700px;
  }

  .tw .md\:last\:-ml-141:last-child{
    margin-left: -705px;
  }

  .tw .md\:last\:-ml-142:last-child{
    margin-left: -710px;
  }

  .tw .md\:last\:-ml-143:last-child{
    margin-left: -715px;
  }

  .tw .md\:last\:-ml-144:last-child{
    margin-left: -720px;
  }

  .tw .md\:last\:-ml-145:last-child{
    margin-left: -725px;
  }

  .tw .md\:last\:-ml-146:last-child{
    margin-left: -730px;
  }

  .tw .md\:last\:-ml-147:last-child{
    margin-left: -735px;
  }

  .tw .md\:last\:-ml-148:last-child{
    margin-left: -740px;
  }

  .tw .md\:last\:-ml-149:last-child{
    margin-left: -745px;
  }

  .tw .md\:last\:-ml-0\.5:last-child{
    margin-left: -3px;
  }

  .tw .md\:last\:-ml-1px:last-child{
    margin-left: -1px;
  }

  .tw .md\:last\:-ml-2px:last-child{
    margin-left: -2px;
  }

  .tw .md\:last\:-ml-3px:last-child{
    margin-left: -3px;
  }

  .tw .md\:last\:-ml-4px:last-child{
    margin-left: -4px;
  }

  .tw .md\:last\:-ml-5px:last-child{
    margin-left: -5px;
  }

  .tw .md\:last\:-ml-6px:last-child{
    margin-left: -6px;
  }

  .tw .md\:last\:-ml-7px:last-child{
    margin-left: -7px;
  }

  .tw .md\:last\:-ml-8px:last-child{
    margin-left: -8px;
  }

  .tw .md\:last\:-ml-9px:last-child{
    margin-left: -9px;
  }

  .tw .md\:last\:-ml-10px:last-child{
    margin-left: -10px;
  }

  .tw .md\:last\:-ml-11px:last-child{
    margin-left: -11px;
  }

  .tw .md\:last\:-ml-12px:last-child{
    margin-left: -12px;
  }

  .tw .md\:last\:-ml-13px:last-child{
    margin-left: -13px;
  }

  .tw .md\:last\:-ml-14px:last-child{
    margin-left: -14px;
  }

  .tw .md\:last\:-ml-15px:last-child{
    margin-left: -15px;
  }

  .tw .md\:last\:-ml-16px:last-child{
    margin-left: -16px;
  }

  .tw .md\:last\:-ml-17px:last-child{
    margin-left: -17px;
  }

  .tw .md\:last\:-ml-18px:last-child{
    margin-left: -18px;
  }

  .tw .md\:last\:-ml-19px:last-child{
    margin-left: -19px;
  }

  .tw .md\:last\:-ml-20px:last-child{
    margin-left: -20px;
  }

  .tw .md\:last\:-ml-21px:last-child{
    margin-left: -21px;
  }

  .tw .md\:last\:-ml-22px:last-child{
    margin-left: -22px;
  }

  .tw .md\:last\:-ml-23px:last-child{
    margin-left: -23px;
  }

  .tw .md\:last\:-ml-24px:last-child{
    margin-left: -24px;
  }

  .tw .md\:last\:-ml-25px:last-child{
    margin-left: -25px;
  }

  .tw .md\:last\:-ml-26px:last-child{
    margin-left: -26px;
  }

  .tw .md\:last\:-ml-27px:last-child{
    margin-left: -27px;
  }

  .tw .md\:last\:-ml-28px:last-child{
    margin-left: -28px;
  }

  .tw .md\:last\:-ml-29px:last-child{
    margin-left: -29px;
  }

  .tw .md\:last\:-ml-30px:last-child{
    margin-left: -30px;
  }

  .tw .md\:last\:-ml-31px:last-child{
    margin-left: -31px;
  }

  .tw .md\:last\:-ml-32px:last-child{
    margin-left: -32px;
  }

  .tw .md\:last\:-ml-33px:last-child{
    margin-left: -33px;
  }

  .tw .md\:last\:-ml-34px:last-child{
    margin-left: -34px;
  }

  .tw .md\:last\:-ml-35px:last-child{
    margin-left: -35px;
  }

  .tw .md\:last\:-ml-36px:last-child{
    margin-left: -36px;
  }

  .tw .md\:last\:-ml-37px:last-child{
    margin-left: -37px;
  }

  .tw .md\:last\:-ml-38px:last-child{
    margin-left: -38px;
  }

  .tw .md\:last\:-ml-39px:last-child{
    margin-left: -39px;
  }

  .tw .md\:last\:-ml-40px:last-child{
    margin-left: -40px;
  }

  .tw .md\:box-border{
    box-sizing: border-box;
  }

  .tw .md\:box-content{
    box-sizing: content-box;
  }

  .tw .md\:block{
    display: block;
  }

  .tw .md\:inline-block{
    display: inline-block;
  }

  .tw .md\:inline{
    display: inline;
  }

  .tw .md\:flex{
    display: flex;
  }

  .tw .md\:inline-flex{
    display: inline-flex;
  }

  .tw .md\:table{
    display: table;
  }

  .tw .md\:inline-table{
    display: inline-table;
  }

  .tw .md\:table-caption{
    display: table-caption;
  }

  .tw .md\:table-cell{
    display: table-cell;
  }

  .tw .md\:table-column{
    display: table-column;
  }

  .tw .md\:table-column-group{
    display: table-column-group;
  }

  .tw .md\:table-footer-group{
    display: table-footer-group;
  }

  .tw .md\:table-header-group{
    display: table-header-group;
  }

  .tw .md\:table-row-group{
    display: table-row-group;
  }

  .tw .md\:table-row{
    display: table-row;
  }

  .tw .md\:flow-root{
    display: flow-root;
  }

  .tw .md\:grid{
    display: grid;
  }

  .tw .md\:inline-grid{
    display: inline-grid;
  }

  .tw .md\:contents{
    display: contents;
  }

  .tw .md\:list-item{
    display: list-item;
  }

  .tw .md\:hidden{
    display: none;
  }

  .tw .md\:hover\:block:hover{
    display: block;
  }

  .tw .md\:hover\:inline-block:hover{
    display: inline-block;
  }

  .tw .md\:hover\:inline:hover{
    display: inline;
  }

  .tw .md\:hover\:flex:hover{
    display: flex;
  }

  .tw .md\:hover\:inline-flex:hover{
    display: inline-flex;
  }

  .tw .md\:hover\:table:hover{
    display: table;
  }

  .tw .md\:hover\:inline-table:hover{
    display: inline-table;
  }

  .tw .md\:hover\:table-caption:hover{
    display: table-caption;
  }

  .tw .md\:hover\:table-cell:hover{
    display: table-cell;
  }

  .tw .md\:hover\:table-column:hover{
    display: table-column;
  }

  .tw .md\:hover\:table-column-group:hover{
    display: table-column-group;
  }

  .tw .md\:hover\:table-footer-group:hover{
    display: table-footer-group;
  }

  .tw .md\:hover\:table-header-group:hover{
    display: table-header-group;
  }

  .tw .md\:hover\:table-row-group:hover{
    display: table-row-group;
  }

  .tw .md\:hover\:table-row:hover{
    display: table-row;
  }

  .tw .md\:hover\:flow-root:hover{
    display: flow-root;
  }

  .tw .md\:hover\:grid:hover{
    display: grid;
  }

  .tw .md\:hover\:inline-grid:hover{
    display: inline-grid;
  }

  .tw .md\:hover\:contents:hover{
    display: contents;
  }

  .tw .md\:hover\:list-item:hover{
    display: list-item;
  }

  .tw .md\:hover\:hidden:hover{
    display: none;
  }

  .tw .md\:focus\:block:focus{
    display: block;
  }

  .tw .md\:focus\:inline-block:focus{
    display: inline-block;
  }

  .tw .md\:focus\:inline:focus{
    display: inline;
  }

  .tw .md\:focus\:flex:focus{
    display: flex;
  }

  .tw .md\:focus\:inline-flex:focus{
    display: inline-flex;
  }

  .tw .md\:focus\:table:focus{
    display: table;
  }

  .tw .md\:focus\:inline-table:focus{
    display: inline-table;
  }

  .tw .md\:focus\:table-caption:focus{
    display: table-caption;
  }

  .tw .md\:focus\:table-cell:focus{
    display: table-cell;
  }

  .tw .md\:focus\:table-column:focus{
    display: table-column;
  }

  .tw .md\:focus\:table-column-group:focus{
    display: table-column-group;
  }

  .tw .md\:focus\:table-footer-group:focus{
    display: table-footer-group;
  }

  .tw .md\:focus\:table-header-group:focus{
    display: table-header-group;
  }

  .tw .md\:focus\:table-row-group:focus{
    display: table-row-group;
  }

  .tw .md\:focus\:table-row:focus{
    display: table-row;
  }

  .tw .md\:focus\:flow-root:focus{
    display: flow-root;
  }

  .tw .md\:focus\:grid:focus{
    display: grid;
  }

  .tw .md\:focus\:inline-grid:focus{
    display: inline-grid;
  }

  .tw .md\:focus\:contents:focus{
    display: contents;
  }

  .tw .md\:focus\:list-item:focus{
    display: list-item;
  }

  .tw .md\:focus\:hidden:focus{
    display: none;
  }

  .tw .md\:active\:block:active{
    display: block;
  }

  .tw .md\:active\:inline-block:active{
    display: inline-block;
  }

  .tw .md\:active\:inline:active{
    display: inline;
  }

  .tw .md\:active\:flex:active{
    display: flex;
  }

  .tw .md\:active\:inline-flex:active{
    display: inline-flex;
  }

  .tw .md\:active\:table:active{
    display: table;
  }

  .tw .md\:active\:inline-table:active{
    display: inline-table;
  }

  .tw .md\:active\:table-caption:active{
    display: table-caption;
  }

  .tw .md\:active\:table-cell:active{
    display: table-cell;
  }

  .tw .md\:active\:table-column:active{
    display: table-column;
  }

  .tw .md\:active\:table-column-group:active{
    display: table-column-group;
  }

  .tw .md\:active\:table-footer-group:active{
    display: table-footer-group;
  }

  .tw .md\:active\:table-header-group:active{
    display: table-header-group;
  }

  .tw .md\:active\:table-row-group:active{
    display: table-row-group;
  }

  .tw .md\:active\:table-row:active{
    display: table-row;
  }

  .tw .md\:active\:flow-root:active{
    display: flow-root;
  }

  .tw .md\:active\:grid:active{
    display: grid;
  }

  .tw .md\:active\:inline-grid:active{
    display: inline-grid;
  }

  .tw .md\:active\:contents:active{
    display: contents;
  }

  .tw .md\:active\:list-item:active{
    display: list-item;
  }

  .tw .md\:active\:hidden:active{
    display: none;
  }

  .tw .group:hover .md\:group-hover\:block{
    display: block;
  }

  .tw .group:hover .md\:group-hover\:inline-block{
    display: inline-block;
  }

  .tw .group:hover .md\:group-hover\:inline{
    display: inline;
  }

  .tw .group:hover .md\:group-hover\:flex{
    display: flex;
  }

  .tw .group:hover .md\:group-hover\:inline-flex{
    display: inline-flex;
  }

  .tw .group:hover .md\:group-hover\:table{
    display: table;
  }

  .tw .group:hover .md\:group-hover\:inline-table{
    display: inline-table;
  }

  .tw .group:hover .md\:group-hover\:table-caption{
    display: table-caption;
  }

  .tw .group:hover .md\:group-hover\:table-cell{
    display: table-cell;
  }

  .tw .group:hover .md\:group-hover\:table-column{
    display: table-column;
  }

  .tw .group:hover .md\:group-hover\:table-column-group{
    display: table-column-group;
  }

  .tw .group:hover .md\:group-hover\:table-footer-group{
    display: table-footer-group;
  }

  .tw .group:hover .md\:group-hover\:table-header-group{
    display: table-header-group;
  }

  .tw .group:hover .md\:group-hover\:table-row-group{
    display: table-row-group;
  }

  .tw .group:hover .md\:group-hover\:table-row{
    display: table-row;
  }

  .tw .group:hover .md\:group-hover\:flow-root{
    display: flow-root;
  }

  .tw .group:hover .md\:group-hover\:grid{
    display: grid;
  }

  .tw .group:hover .md\:group-hover\:inline-grid{
    display: inline-grid;
  }

  .tw .group:hover .md\:group-hover\:contents{
    display: contents;
  }

  .tw .group:hover .md\:group-hover\:list-item{
    display: list-item;
  }

  .tw .group:hover .md\:group-hover\:hidden{
    display: none;
  }

  .tw .md\:h-0{
    height: 0px;
  }

  .tw .md\:h-1{
    height: 5px;
  }

  .tw .md\:h-2{
    height: 10px;
  }

  .tw .md\:h-3{
    height: 15px;
  }

  .tw .md\:h-4{
    height: 20px;
  }

  .tw .md\:h-5{
    height: 25px;
  }

  .tw .md\:h-6{
    height: 30px;
  }

  .tw .md\:h-7{
    height: 35px;
  }

  .tw .md\:h-8{
    height: 40px;
  }

  .tw .md\:h-9{
    height: 45px;
  }

  .tw .md\:h-10{
    height: 50px;
  }

  .tw .md\:h-11{
    height: 55px;
  }

  .tw .md\:h-12{
    height: 60px;
  }

  .tw .md\:h-13{
    height: 65px;
  }

  .tw .md\:h-14{
    height: 70px;
  }

  .tw .md\:h-15{
    height: 75px;
  }

  .tw .md\:h-16{
    height: 80px;
  }

  .tw .md\:h-17{
    height: 85px;
  }

  .tw .md\:h-18{
    height: 90px;
  }

  .tw .md\:h-19{
    height: 95px;
  }

  .tw .md\:h-20{
    height: 100px;
  }

  .tw .md\:h-21{
    height: 105px;
  }

  .tw .md\:h-22{
    height: 110px;
  }

  .tw .md\:h-23{
    height: 115px;
  }

  .tw .md\:h-24{
    height: 120px;
  }

  .tw .md\:h-25{
    height: 125px;
  }

  .tw .md\:h-26{
    height: 130px;
  }

  .tw .md\:h-27{
    height: 135px;
  }

  .tw .md\:h-28{
    height: 140px;
  }

  .tw .md\:h-29{
    height: 145px;
  }

  .tw .md\:h-30{
    height: 150px;
  }

  .tw .md\:h-31{
    height: 155px;
  }

  .tw .md\:h-32{
    height: 160px;
  }

  .tw .md\:h-33{
    height: 165px;
  }

  .tw .md\:h-34{
    height: 170px;
  }

  .tw .md\:h-35{
    height: 175px;
  }

  .tw .md\:h-36{
    height: 180px;
  }

  .tw .md\:h-37{
    height: 185px;
  }

  .tw .md\:h-38{
    height: 190px;
  }

  .tw .md\:h-39{
    height: 195px;
  }

  .tw .md\:h-40{
    height: 200px;
  }

  .tw .md\:h-41{
    height: 205px;
  }

  .tw .md\:h-42{
    height: 210px;
  }

  .tw .md\:h-43{
    height: 215px;
  }

  .tw .md\:h-44{
    height: 220px;
  }

  .tw .md\:h-45{
    height: 225px;
  }

  .tw .md\:h-46{
    height: 230px;
  }

  .tw .md\:h-47{
    height: 235px;
  }

  .tw .md\:h-48{
    height: 240px;
  }

  .tw .md\:h-49{
    height: 245px;
  }

  .tw .md\:h-50{
    height: 250px;
  }

  .tw .md\:h-51{
    height: 255px;
  }

  .tw .md\:h-52{
    height: 260px;
  }

  .tw .md\:h-53{
    height: 265px;
  }

  .tw .md\:h-54{
    height: 270px;
  }

  .tw .md\:h-55{
    height: 275px;
  }

  .tw .md\:h-56{
    height: 280px;
  }

  .tw .md\:h-57{
    height: 285px;
  }

  .tw .md\:h-58{
    height: 290px;
  }

  .tw .md\:h-59{
    height: 295px;
  }

  .tw .md\:h-60{
    height: 300px;
  }

  .tw .md\:h-61{
    height: 305px;
  }

  .tw .md\:h-62{
    height: 310px;
  }

  .tw .md\:h-63{
    height: 315px;
  }

  .tw .md\:h-64{
    height: 320px;
  }

  .tw .md\:h-65{
    height: 325px;
  }

  .tw .md\:h-66{
    height: 330px;
  }

  .tw .md\:h-67{
    height: 335px;
  }

  .tw .md\:h-68{
    height: 340px;
  }

  .tw .md\:h-69{
    height: 345px;
  }

  .tw .md\:h-70{
    height: 350px;
  }

  .tw .md\:h-71{
    height: 355px;
  }

  .tw .md\:h-72{
    height: 360px;
  }

  .tw .md\:h-73{
    height: 365px;
  }

  .tw .md\:h-74{
    height: 370px;
  }

  .tw .md\:h-75{
    height: 375px;
  }

  .tw .md\:h-76{
    height: 380px;
  }

  .tw .md\:h-77{
    height: 385px;
  }

  .tw .md\:h-78{
    height: 390px;
  }

  .tw .md\:h-79{
    height: 395px;
  }

  .tw .md\:h-80{
    height: 400px;
  }

  .tw .md\:h-81{
    height: 405px;
  }

  .tw .md\:h-82{
    height: 410px;
  }

  .tw .md\:h-83{
    height: 415px;
  }

  .tw .md\:h-84{
    height: 420px;
  }

  .tw .md\:h-85{
    height: 425px;
  }

  .tw .md\:h-86{
    height: 430px;
  }

  .tw .md\:h-87{
    height: 435px;
  }

  .tw .md\:h-88{
    height: 440px;
  }

  .tw .md\:h-89{
    height: 445px;
  }

  .tw .md\:h-90{
    height: 450px;
  }

  .tw .md\:h-91{
    height: 455px;
  }

  .tw .md\:h-92{
    height: 460px;
  }

  .tw .md\:h-93{
    height: 465px;
  }

  .tw .md\:h-94{
    height: 470px;
  }

  .tw .md\:h-95{
    height: 475px;
  }

  .tw .md\:h-96{
    height: 480px;
  }

  .tw .md\:h-97{
    height: 485px;
  }

  .tw .md\:h-98{
    height: 490px;
  }

  .tw .md\:h-99{
    height: 495px;
  }

  .tw .md\:h-100{
    height: 500px;
  }

  .tw .md\:h-101{
    height: 505px;
  }

  .tw .md\:h-102{
    height: 510px;
  }

  .tw .md\:h-103{
    height: 515px;
  }

  .tw .md\:h-104{
    height: 520px;
  }

  .tw .md\:h-105{
    height: 525px;
  }

  .tw .md\:h-106{
    height: 530px;
  }

  .tw .md\:h-107{
    height: 535px;
  }

  .tw .md\:h-108{
    height: 540px;
  }

  .tw .md\:h-109{
    height: 545px;
  }

  .tw .md\:h-110{
    height: 550px;
  }

  .tw .md\:h-111{
    height: 555px;
  }

  .tw .md\:h-112{
    height: 560px;
  }

  .tw .md\:h-113{
    height: 565px;
  }

  .tw .md\:h-114{
    height: 570px;
  }

  .tw .md\:h-115{
    height: 575px;
  }

  .tw .md\:h-116{
    height: 580px;
  }

  .tw .md\:h-117{
    height: 585px;
  }

  .tw .md\:h-118{
    height: 590px;
  }

  .tw .md\:h-119{
    height: 595px;
  }

  .tw .md\:h-120{
    height: 600px;
  }

  .tw .md\:h-121{
    height: 605px;
  }

  .tw .md\:h-122{
    height: 610px;
  }

  .tw .md\:h-123{
    height: 615px;
  }

  .tw .md\:h-124{
    height: 620px;
  }

  .tw .md\:h-125{
    height: 625px;
  }

  .tw .md\:h-126{
    height: 630px;
  }

  .tw .md\:h-127{
    height: 635px;
  }

  .tw .md\:h-128{
    height: 640px;
  }

  .tw .md\:h-129{
    height: 645px;
  }

  .tw .md\:h-130{
    height: 650px;
  }

  .tw .md\:h-131{
    height: 655px;
  }

  .tw .md\:h-132{
    height: 660px;
  }

  .tw .md\:h-133{
    height: 665px;
  }

  .tw .md\:h-134{
    height: 670px;
  }

  .tw .md\:h-135{
    height: 675px;
  }

  .tw .md\:h-136{
    height: 680px;
  }

  .tw .md\:h-137{
    height: 685px;
  }

  .tw .md\:h-138{
    height: 690px;
  }

  .tw .md\:h-139{
    height: 695px;
  }

  .tw .md\:h-140{
    height: 700px;
  }

  .tw .md\:h-141{
    height: 705px;
  }

  .tw .md\:h-142{
    height: 710px;
  }

  .tw .md\:h-143{
    height: 715px;
  }

  .tw .md\:h-144{
    height: 720px;
  }

  .tw .md\:h-145{
    height: 725px;
  }

  .tw .md\:h-146{
    height: 730px;
  }

  .tw .md\:h-147{
    height: 735px;
  }

  .tw .md\:h-148{
    height: 740px;
  }

  .tw .md\:h-149{
    height: 745px;
  }

  .tw .md\:h-auto{
    height: auto;
  }

  .tw .md\:h-0\.5{
    height: 3px;
  }

  .tw .md\:h-1px{
    height: 1px;
  }

  .tw .md\:h-2px{
    height: 2px;
  }

  .tw .md\:h-3px{
    height: 3px;
  }

  .tw .md\:h-4px{
    height: 4px;
  }

  .tw .md\:h-5px{
    height: 5px;
  }

  .tw .md\:h-6px{
    height: 6px;
  }

  .tw .md\:h-7px{
    height: 7px;
  }

  .tw .md\:h-8px{
    height: 8px;
  }

  .tw .md\:h-9px{
    height: 9px;
  }

  .tw .md\:h-10px{
    height: 10px;
  }

  .tw .md\:h-11px{
    height: 11px;
  }

  .tw .md\:h-12px{
    height: 12px;
  }

  .tw .md\:h-13px{
    height: 13px;
  }

  .tw .md\:h-14px{
    height: 14px;
  }

  .tw .md\:h-15px{
    height: 15px;
  }

  .tw .md\:h-16px{
    height: 16px;
  }

  .tw .md\:h-17px{
    height: 17px;
  }

  .tw .md\:h-18px{
    height: 18px;
  }

  .tw .md\:h-19px{
    height: 19px;
  }

  .tw .md\:h-20px{
    height: 20px;
  }

  .tw .md\:h-21px{
    height: 21px;
  }

  .tw .md\:h-22px{
    height: 22px;
  }

  .tw .md\:h-23px{
    height: 23px;
  }

  .tw .md\:h-24px{
    height: 24px;
  }

  .tw .md\:h-25px{
    height: 25px;
  }

  .tw .md\:h-26px{
    height: 26px;
  }

  .tw .md\:h-27px{
    height: 27px;
  }

  .tw .md\:h-28px{
    height: 28px;
  }

  .tw .md\:h-29px{
    height: 29px;
  }

  .tw .md\:h-30px{
    height: 30px;
  }

  .tw .md\:h-31px{
    height: 31px;
  }

  .tw .md\:h-32px{
    height: 32px;
  }

  .tw .md\:h-33px{
    height: 33px;
  }

  .tw .md\:h-34px{
    height: 34px;
  }

  .tw .md\:h-35px{
    height: 35px;
  }

  .tw .md\:h-36px{
    height: 36px;
  }

  .tw .md\:h-37px{
    height: 37px;
  }

  .tw .md\:h-38px{
    height: 38px;
  }

  .tw .md\:h-39px{
    height: 39px;
  }

  .tw .md\:h-40px{
    height: 40px;
  }

  .tw .md\:h-1\/2{
    height: 50%;
  }

  .tw .md\:h-1\/3{
    height: 33.333333%;
  }

  .tw .md\:h-2\/3{
    height: 66.666667%;
  }

  .tw .md\:h-1\/4{
    height: 25%;
  }

  .tw .md\:h-2\/4{
    height: 50%;
  }

  .tw .md\:h-3\/4{
    height: 75%;
  }

  .tw .md\:h-1\/5{
    height: 20%;
  }

  .tw .md\:h-2\/5{
    height: 40%;
  }

  .tw .md\:h-3\/5{
    height: 60%;
  }

  .tw .md\:h-4\/5{
    height: 80%;
  }

  .tw .md\:h-1\/6{
    height: 16.666667%;
  }

  .tw .md\:h-2\/6{
    height: 33.333333%;
  }

  .tw .md\:h-3\/6{
    height: 50%;
  }

  .tw .md\:h-4\/6{
    height: 66.666667%;
  }

  .tw .md\:h-5\/6{
    height: 83.333333%;
  }

  .tw .md\:h-full{
    height: 100%;
  }

  .tw .md\:h-screen{
    height: 100vh;
  }

  .tw .md\:h-0\%{
    height: 0%;
  }

  .tw .md\:h-10\%{
    height: 10%;
  }

  .tw .md\:h-20\%{
    height: 20%;
  }

  .tw .md\:h-30\%{
    height: 30%;
  }

  .tw .md\:h-40\%{
    height: 40%;
  }

  .tw .md\:h-50\%{
    height: 50%;
  }

  .tw .md\:h-60\%{
    height: 60%;
  }

  .tw .md\:h-70\%{
    height: 70%;
  }

  .tw .md\:h-80\%{
    height: 80%;
  }

  .tw .md\:h-90\%{
    height: 90%;
  }

  .tw .md\:h-100\%{
    height: 100%;
  }

  .tw .md\:max-h-0{
    max-height: 0px;
  }

  .tw .md\:max-h-1{
    max-height: 5px;
  }

  .tw .md\:max-h-2{
    max-height: 10px;
  }

  .tw .md\:max-h-3{
    max-height: 15px;
  }

  .tw .md\:max-h-4{
    max-height: 20px;
  }

  .tw .md\:max-h-5{
    max-height: 25px;
  }

  .tw .md\:max-h-6{
    max-height: 30px;
  }

  .tw .md\:max-h-7{
    max-height: 35px;
  }

  .tw .md\:max-h-8{
    max-height: 40px;
  }

  .tw .md\:max-h-9{
    max-height: 45px;
  }

  .tw .md\:max-h-10{
    max-height: 50px;
  }

  .tw .md\:max-h-11{
    max-height: 55px;
  }

  .tw .md\:max-h-12{
    max-height: 60px;
  }

  .tw .md\:max-h-13{
    max-height: 65px;
  }

  .tw .md\:max-h-14{
    max-height: 70px;
  }

  .tw .md\:max-h-15{
    max-height: 75px;
  }

  .tw .md\:max-h-16{
    max-height: 80px;
  }

  .tw .md\:max-h-17{
    max-height: 85px;
  }

  .tw .md\:max-h-18{
    max-height: 90px;
  }

  .tw .md\:max-h-19{
    max-height: 95px;
  }

  .tw .md\:max-h-20{
    max-height: 100px;
  }

  .tw .md\:max-h-21{
    max-height: 105px;
  }

  .tw .md\:max-h-22{
    max-height: 110px;
  }

  .tw .md\:max-h-23{
    max-height: 115px;
  }

  .tw .md\:max-h-24{
    max-height: 120px;
  }

  .tw .md\:max-h-25{
    max-height: 125px;
  }

  .tw .md\:max-h-26{
    max-height: 130px;
  }

  .tw .md\:max-h-27{
    max-height: 135px;
  }

  .tw .md\:max-h-28{
    max-height: 140px;
  }

  .tw .md\:max-h-29{
    max-height: 145px;
  }

  .tw .md\:max-h-30{
    max-height: 150px;
  }

  .tw .md\:max-h-31{
    max-height: 155px;
  }

  .tw .md\:max-h-32{
    max-height: 160px;
  }

  .tw .md\:max-h-33{
    max-height: 165px;
  }

  .tw .md\:max-h-34{
    max-height: 170px;
  }

  .tw .md\:max-h-35{
    max-height: 175px;
  }

  .tw .md\:max-h-36{
    max-height: 180px;
  }

  .tw .md\:max-h-37{
    max-height: 185px;
  }

  .tw .md\:max-h-38{
    max-height: 190px;
  }

  .tw .md\:max-h-39{
    max-height: 195px;
  }

  .tw .md\:max-h-40{
    max-height: 200px;
  }

  .tw .md\:max-h-41{
    max-height: 205px;
  }

  .tw .md\:max-h-42{
    max-height: 210px;
  }

  .tw .md\:max-h-43{
    max-height: 215px;
  }

  .tw .md\:max-h-44{
    max-height: 220px;
  }

  .tw .md\:max-h-45{
    max-height: 225px;
  }

  .tw .md\:max-h-46{
    max-height: 230px;
  }

  .tw .md\:max-h-47{
    max-height: 235px;
  }

  .tw .md\:max-h-48{
    max-height: 240px;
  }

  .tw .md\:max-h-49{
    max-height: 245px;
  }

  .tw .md\:max-h-50{
    max-height: 250px;
  }

  .tw .md\:max-h-51{
    max-height: 255px;
  }

  .tw .md\:max-h-52{
    max-height: 260px;
  }

  .tw .md\:max-h-53{
    max-height: 265px;
  }

  .tw .md\:max-h-54{
    max-height: 270px;
  }

  .tw .md\:max-h-55{
    max-height: 275px;
  }

  .tw .md\:max-h-56{
    max-height: 280px;
  }

  .tw .md\:max-h-57{
    max-height: 285px;
  }

  .tw .md\:max-h-58{
    max-height: 290px;
  }

  .tw .md\:max-h-59{
    max-height: 295px;
  }

  .tw .md\:max-h-60{
    max-height: 300px;
  }

  .tw .md\:max-h-61{
    max-height: 305px;
  }

  .tw .md\:max-h-62{
    max-height: 310px;
  }

  .tw .md\:max-h-63{
    max-height: 315px;
  }

  .tw .md\:max-h-64{
    max-height: 320px;
  }

  .tw .md\:max-h-65{
    max-height: 325px;
  }

  .tw .md\:max-h-66{
    max-height: 330px;
  }

  .tw .md\:max-h-67{
    max-height: 335px;
  }

  .tw .md\:max-h-68{
    max-height: 340px;
  }

  .tw .md\:max-h-69{
    max-height: 345px;
  }

  .tw .md\:max-h-70{
    max-height: 350px;
  }

  .tw .md\:max-h-71{
    max-height: 355px;
  }

  .tw .md\:max-h-72{
    max-height: 360px;
  }

  .tw .md\:max-h-73{
    max-height: 365px;
  }

  .tw .md\:max-h-74{
    max-height: 370px;
  }

  .tw .md\:max-h-75{
    max-height: 375px;
  }

  .tw .md\:max-h-76{
    max-height: 380px;
  }

  .tw .md\:max-h-77{
    max-height: 385px;
  }

  .tw .md\:max-h-78{
    max-height: 390px;
  }

  .tw .md\:max-h-79{
    max-height: 395px;
  }

  .tw .md\:max-h-80{
    max-height: 400px;
  }

  .tw .md\:max-h-81{
    max-height: 405px;
  }

  .tw .md\:max-h-82{
    max-height: 410px;
  }

  .tw .md\:max-h-83{
    max-height: 415px;
  }

  .tw .md\:max-h-84{
    max-height: 420px;
  }

  .tw .md\:max-h-85{
    max-height: 425px;
  }

  .tw .md\:max-h-86{
    max-height: 430px;
  }

  .tw .md\:max-h-87{
    max-height: 435px;
  }

  .tw .md\:max-h-88{
    max-height: 440px;
  }

  .tw .md\:max-h-89{
    max-height: 445px;
  }

  .tw .md\:max-h-90{
    max-height: 450px;
  }

  .tw .md\:max-h-91{
    max-height: 455px;
  }

  .tw .md\:max-h-92{
    max-height: 460px;
  }

  .tw .md\:max-h-93{
    max-height: 465px;
  }

  .tw .md\:max-h-94{
    max-height: 470px;
  }

  .tw .md\:max-h-95{
    max-height: 475px;
  }

  .tw .md\:max-h-96{
    max-height: 480px;
  }

  .tw .md\:max-h-97{
    max-height: 485px;
  }

  .tw .md\:max-h-98{
    max-height: 490px;
  }

  .tw .md\:max-h-99{
    max-height: 495px;
  }

  .tw .md\:max-h-100{
    max-height: 500px;
  }

  .tw .md\:max-h-101{
    max-height: 505px;
  }

  .tw .md\:max-h-102{
    max-height: 510px;
  }

  .tw .md\:max-h-103{
    max-height: 515px;
  }

  .tw .md\:max-h-104{
    max-height: 520px;
  }

  .tw .md\:max-h-105{
    max-height: 525px;
  }

  .tw .md\:max-h-106{
    max-height: 530px;
  }

  .tw .md\:max-h-107{
    max-height: 535px;
  }

  .tw .md\:max-h-108{
    max-height: 540px;
  }

  .tw .md\:max-h-109{
    max-height: 545px;
  }

  .tw .md\:max-h-110{
    max-height: 550px;
  }

  .tw .md\:max-h-111{
    max-height: 555px;
  }

  .tw .md\:max-h-112{
    max-height: 560px;
  }

  .tw .md\:max-h-113{
    max-height: 565px;
  }

  .tw .md\:max-h-114{
    max-height: 570px;
  }

  .tw .md\:max-h-115{
    max-height: 575px;
  }

  .tw .md\:max-h-116{
    max-height: 580px;
  }

  .tw .md\:max-h-117{
    max-height: 585px;
  }

  .tw .md\:max-h-118{
    max-height: 590px;
  }

  .tw .md\:max-h-119{
    max-height: 595px;
  }

  .tw .md\:max-h-120{
    max-height: 600px;
  }

  .tw .md\:max-h-121{
    max-height: 605px;
  }

  .tw .md\:max-h-122{
    max-height: 610px;
  }

  .tw .md\:max-h-123{
    max-height: 615px;
  }

  .tw .md\:max-h-124{
    max-height: 620px;
  }

  .tw .md\:max-h-125{
    max-height: 625px;
  }

  .tw .md\:max-h-126{
    max-height: 630px;
  }

  .tw .md\:max-h-127{
    max-height: 635px;
  }

  .tw .md\:max-h-128{
    max-height: 640px;
  }

  .tw .md\:max-h-129{
    max-height: 645px;
  }

  .tw .md\:max-h-130{
    max-height: 650px;
  }

  .tw .md\:max-h-131{
    max-height: 655px;
  }

  .tw .md\:max-h-132{
    max-height: 660px;
  }

  .tw .md\:max-h-133{
    max-height: 665px;
  }

  .tw .md\:max-h-134{
    max-height: 670px;
  }

  .tw .md\:max-h-135{
    max-height: 675px;
  }

  .tw .md\:max-h-136{
    max-height: 680px;
  }

  .tw .md\:max-h-137{
    max-height: 685px;
  }

  .tw .md\:max-h-138{
    max-height: 690px;
  }

  .tw .md\:max-h-139{
    max-height: 695px;
  }

  .tw .md\:max-h-140{
    max-height: 700px;
  }

  .tw .md\:max-h-141{
    max-height: 705px;
  }

  .tw .md\:max-h-142{
    max-height: 710px;
  }

  .tw .md\:max-h-143{
    max-height: 715px;
  }

  .tw .md\:max-h-144{
    max-height: 720px;
  }

  .tw .md\:max-h-145{
    max-height: 725px;
  }

  .tw .md\:max-h-146{
    max-height: 730px;
  }

  .tw .md\:max-h-147{
    max-height: 735px;
  }

  .tw .md\:max-h-148{
    max-height: 740px;
  }

  .tw .md\:max-h-149{
    max-height: 745px;
  }

  .tw .md\:max-h-0\.5{
    max-height: 3px;
  }

  .tw .md\:max-h-1px{
    max-height: 1px;
  }

  .tw .md\:max-h-2px{
    max-height: 2px;
  }

  .tw .md\:max-h-3px{
    max-height: 3px;
  }

  .tw .md\:max-h-4px{
    max-height: 4px;
  }

  .tw .md\:max-h-5px{
    max-height: 5px;
  }

  .tw .md\:max-h-6px{
    max-height: 6px;
  }

  .tw .md\:max-h-7px{
    max-height: 7px;
  }

  .tw .md\:max-h-8px{
    max-height: 8px;
  }

  .tw .md\:max-h-9px{
    max-height: 9px;
  }

  .tw .md\:max-h-10px{
    max-height: 10px;
  }

  .tw .md\:max-h-11px{
    max-height: 11px;
  }

  .tw .md\:max-h-12px{
    max-height: 12px;
  }

  .tw .md\:max-h-13px{
    max-height: 13px;
  }

  .tw .md\:max-h-14px{
    max-height: 14px;
  }

  .tw .md\:max-h-15px{
    max-height: 15px;
  }

  .tw .md\:max-h-16px{
    max-height: 16px;
  }

  .tw .md\:max-h-17px{
    max-height: 17px;
  }

  .tw .md\:max-h-18px{
    max-height: 18px;
  }

  .tw .md\:max-h-19px{
    max-height: 19px;
  }

  .tw .md\:max-h-20px{
    max-height: 20px;
  }

  .tw .md\:max-h-21px{
    max-height: 21px;
  }

  .tw .md\:max-h-22px{
    max-height: 22px;
  }

  .tw .md\:max-h-23px{
    max-height: 23px;
  }

  .tw .md\:max-h-24px{
    max-height: 24px;
  }

  .tw .md\:max-h-25px{
    max-height: 25px;
  }

  .tw .md\:max-h-26px{
    max-height: 26px;
  }

  .tw .md\:max-h-27px{
    max-height: 27px;
  }

  .tw .md\:max-h-28px{
    max-height: 28px;
  }

  .tw .md\:max-h-29px{
    max-height: 29px;
  }

  .tw .md\:max-h-30px{
    max-height: 30px;
  }

  .tw .md\:max-h-31px{
    max-height: 31px;
  }

  .tw .md\:max-h-32px{
    max-height: 32px;
  }

  .tw .md\:max-h-33px{
    max-height: 33px;
  }

  .tw .md\:max-h-34px{
    max-height: 34px;
  }

  .tw .md\:max-h-35px{
    max-height: 35px;
  }

  .tw .md\:max-h-36px{
    max-height: 36px;
  }

  .tw .md\:max-h-37px{
    max-height: 37px;
  }

  .tw .md\:max-h-38px{
    max-height: 38px;
  }

  .tw .md\:max-h-39px{
    max-height: 39px;
  }

  .tw .md\:max-h-40px{
    max-height: 40px;
  }

  .tw .md\:max-h-full{
    max-height: 100%;
  }

  .tw .md\:max-h-screen{
    max-height: 100vh;
  }

  .tw .md\:max-h-1\/2{
    max-height: 50%;
  }

  .tw .md\:max-h-4\/5{
    max-height: 80%;
  }

  .tw .md\:max-h-0\%{
    max-height: 0%;
  }

  .tw .md\:max-h-10\%{
    max-height: 10%;
  }

  .tw .md\:max-h-20\%{
    max-height: 20%;
  }

  .tw .md\:max-h-30\%{
    max-height: 30%;
  }

  .tw .md\:max-h-40\%{
    max-height: 40%;
  }

  .tw .md\:max-h-50\%{
    max-height: 50%;
  }

  .tw .md\:max-h-60\%{
    max-height: 60%;
  }

  .tw .md\:max-h-70\%{
    max-height: 70%;
  }

  .tw .md\:max-h-80\%{
    max-height: 80%;
  }

  .tw .md\:max-h-90\%{
    max-height: 90%;
  }

  .tw .md\:max-h-100\%{
    max-height: 100%;
  }

  .tw .md\:min-h-0{
    min-height: 0px;
  }

  .tw .md\:min-h-full{
    min-height: 100%;
  }

  .tw .md\:min-h-screen{
    min-height: 100vh;
  }

  .tw .md\:w-0{
    width: 0px;
  }

  .tw .md\:w-1{
    width: 5px;
  }

  .tw .md\:w-2{
    width: 10px;
  }

  .tw .md\:w-3{
    width: 15px;
  }

  .tw .md\:w-4{
    width: 20px;
  }

  .tw .md\:w-5{
    width: 25px;
  }

  .tw .md\:w-6{
    width: 30px;
  }

  .tw .md\:w-7{
    width: 35px;
  }

  .tw .md\:w-8{
    width: 40px;
  }

  .tw .md\:w-9{
    width: 45px;
  }

  .tw .md\:w-10{
    width: 50px;
  }

  .tw .md\:w-11{
    width: 55px;
  }

  .tw .md\:w-12{
    width: 60px;
  }

  .tw .md\:w-13{
    width: 65px;
  }

  .tw .md\:w-14{
    width: 70px;
  }

  .tw .md\:w-15{
    width: 75px;
  }

  .tw .md\:w-16{
    width: 80px;
  }

  .tw .md\:w-17{
    width: 85px;
  }

  .tw .md\:w-18{
    width: 90px;
  }

  .tw .md\:w-19{
    width: 95px;
  }

  .tw .md\:w-20{
    width: 100px;
  }

  .tw .md\:w-21{
    width: 105px;
  }

  .tw .md\:w-22{
    width: 110px;
  }

  .tw .md\:w-23{
    width: 115px;
  }

  .tw .md\:w-24{
    width: 120px;
  }

  .tw .md\:w-25{
    width: 125px;
  }

  .tw .md\:w-26{
    width: 130px;
  }

  .tw .md\:w-27{
    width: 135px;
  }

  .tw .md\:w-28{
    width: 140px;
  }

  .tw .md\:w-29{
    width: 145px;
  }

  .tw .md\:w-30{
    width: 150px;
  }

  .tw .md\:w-31{
    width: 155px;
  }

  .tw .md\:w-32{
    width: 160px;
  }

  .tw .md\:w-33{
    width: 165px;
  }

  .tw .md\:w-34{
    width: 170px;
  }

  .tw .md\:w-35{
    width: 175px;
  }

  .tw .md\:w-36{
    width: 180px;
  }

  .tw .md\:w-37{
    width: 185px;
  }

  .tw .md\:w-38{
    width: 190px;
  }

  .tw .md\:w-39{
    width: 195px;
  }

  .tw .md\:w-40{
    width: 200px;
  }

  .tw .md\:w-41{
    width: 205px;
  }

  .tw .md\:w-42{
    width: 210px;
  }

  .tw .md\:w-43{
    width: 215px;
  }

  .tw .md\:w-44{
    width: 220px;
  }

  .tw .md\:w-45{
    width: 225px;
  }

  .tw .md\:w-46{
    width: 230px;
  }

  .tw .md\:w-47{
    width: 235px;
  }

  .tw .md\:w-48{
    width: 240px;
  }

  .tw .md\:w-49{
    width: 245px;
  }

  .tw .md\:w-50{
    width: 250px;
  }

  .tw .md\:w-51{
    width: 255px;
  }

  .tw .md\:w-52{
    width: 260px;
  }

  .tw .md\:w-53{
    width: 265px;
  }

  .tw .md\:w-54{
    width: 270px;
  }

  .tw .md\:w-55{
    width: 275px;
  }

  .tw .md\:w-56{
    width: 280px;
  }

  .tw .md\:w-57{
    width: 285px;
  }

  .tw .md\:w-58{
    width: 290px;
  }

  .tw .md\:w-59{
    width: 295px;
  }

  .tw .md\:w-60{
    width: 300px;
  }

  .tw .md\:w-61{
    width: 305px;
  }

  .tw .md\:w-62{
    width: 310px;
  }

  .tw .md\:w-63{
    width: 315px;
  }

  .tw .md\:w-64{
    width: 320px;
  }

  .tw .md\:w-65{
    width: 325px;
  }

  .tw .md\:w-66{
    width: 330px;
  }

  .tw .md\:w-67{
    width: 335px;
  }

  .tw .md\:w-68{
    width: 340px;
  }

  .tw .md\:w-69{
    width: 345px;
  }

  .tw .md\:w-70{
    width: 350px;
  }

  .tw .md\:w-71{
    width: 355px;
  }

  .tw .md\:w-72{
    width: 360px;
  }

  .tw .md\:w-73{
    width: 365px;
  }

  .tw .md\:w-74{
    width: 370px;
  }

  .tw .md\:w-75{
    width: 375px;
  }

  .tw .md\:w-76{
    width: 380px;
  }

  .tw .md\:w-77{
    width: 385px;
  }

  .tw .md\:w-78{
    width: 390px;
  }

  .tw .md\:w-79{
    width: 395px;
  }

  .tw .md\:w-80{
    width: 400px;
  }

  .tw .md\:w-81{
    width: 405px;
  }

  .tw .md\:w-82{
    width: 410px;
  }

  .tw .md\:w-83{
    width: 415px;
  }

  .tw .md\:w-84{
    width: 420px;
  }

  .tw .md\:w-85{
    width: 425px;
  }

  .tw .md\:w-86{
    width: 430px;
  }

  .tw .md\:w-87{
    width: 435px;
  }

  .tw .md\:w-88{
    width: 440px;
  }

  .tw .md\:w-89{
    width: 445px;
  }

  .tw .md\:w-90{
    width: 450px;
  }

  .tw .md\:w-91{
    width: 455px;
  }

  .tw .md\:w-92{
    width: 460px;
  }

  .tw .md\:w-93{
    width: 465px;
  }

  .tw .md\:w-94{
    width: 470px;
  }

  .tw .md\:w-95{
    width: 475px;
  }

  .tw .md\:w-96{
    width: 480px;
  }

  .tw .md\:w-97{
    width: 485px;
  }

  .tw .md\:w-98{
    width: 490px;
  }

  .tw .md\:w-99{
    width: 495px;
  }

  .tw .md\:w-100{
    width: 500px;
  }

  .tw .md\:w-101{
    width: 505px;
  }

  .tw .md\:w-102{
    width: 510px;
  }

  .tw .md\:w-103{
    width: 515px;
  }

  .tw .md\:w-104{
    width: 520px;
  }

  .tw .md\:w-105{
    width: 525px;
  }

  .tw .md\:w-106{
    width: 530px;
  }

  .tw .md\:w-107{
    width: 535px;
  }

  .tw .md\:w-108{
    width: 540px;
  }

  .tw .md\:w-109{
    width: 545px;
  }

  .tw .md\:w-110{
    width: 550px;
  }

  .tw .md\:w-111{
    width: 555px;
  }

  .tw .md\:w-112{
    width: 560px;
  }

  .tw .md\:w-113{
    width: 565px;
  }

  .tw .md\:w-114{
    width: 570px;
  }

  .tw .md\:w-115{
    width: 575px;
  }

  .tw .md\:w-116{
    width: 580px;
  }

  .tw .md\:w-117{
    width: 585px;
  }

  .tw .md\:w-118{
    width: 590px;
  }

  .tw .md\:w-119{
    width: 595px;
  }

  .tw .md\:w-120{
    width: 600px;
  }

  .tw .md\:w-121{
    width: 605px;
  }

  .tw .md\:w-122{
    width: 610px;
  }

  .tw .md\:w-123{
    width: 615px;
  }

  .tw .md\:w-124{
    width: 620px;
  }

  .tw .md\:w-125{
    width: 625px;
  }

  .tw .md\:w-126{
    width: 630px;
  }

  .tw .md\:w-127{
    width: 635px;
  }

  .tw .md\:w-128{
    width: 640px;
  }

  .tw .md\:w-129{
    width: 645px;
  }

  .tw .md\:w-130{
    width: 650px;
  }

  .tw .md\:w-131{
    width: 655px;
  }

  .tw .md\:w-132{
    width: 660px;
  }

  .tw .md\:w-133{
    width: 665px;
  }

  .tw .md\:w-134{
    width: 670px;
  }

  .tw .md\:w-135{
    width: 675px;
  }

  .tw .md\:w-136{
    width: 680px;
  }

  .tw .md\:w-137{
    width: 685px;
  }

  .tw .md\:w-138{
    width: 690px;
  }

  .tw .md\:w-139{
    width: 695px;
  }

  .tw .md\:w-140{
    width: 700px;
  }

  .tw .md\:w-141{
    width: 705px;
  }

  .tw .md\:w-142{
    width: 710px;
  }

  .tw .md\:w-143{
    width: 715px;
  }

  .tw .md\:w-144{
    width: 720px;
  }

  .tw .md\:w-145{
    width: 725px;
  }

  .tw .md\:w-146{
    width: 730px;
  }

  .tw .md\:w-147{
    width: 735px;
  }

  .tw .md\:w-148{
    width: 740px;
  }

  .tw .md\:w-149{
    width: 745px;
  }

  .tw .md\:w-auto{
    width: auto;
  }

  .tw .md\:w-0\.5{
    width: 3px;
  }

  .tw .md\:w-1px{
    width: 1px;
  }

  .tw .md\:w-2px{
    width: 2px;
  }

  .tw .md\:w-3px{
    width: 3px;
  }

  .tw .md\:w-4px{
    width: 4px;
  }

  .tw .md\:w-5px{
    width: 5px;
  }

  .tw .md\:w-6px{
    width: 6px;
  }

  .tw .md\:w-7px{
    width: 7px;
  }

  .tw .md\:w-8px{
    width: 8px;
  }

  .tw .md\:w-9px{
    width: 9px;
  }

  .tw .md\:w-10px{
    width: 10px;
  }

  .tw .md\:w-11px{
    width: 11px;
  }

  .tw .md\:w-12px{
    width: 12px;
  }

  .tw .md\:w-13px{
    width: 13px;
  }

  .tw .md\:w-14px{
    width: 14px;
  }

  .tw .md\:w-15px{
    width: 15px;
  }

  .tw .md\:w-16px{
    width: 16px;
  }

  .tw .md\:w-17px{
    width: 17px;
  }

  .tw .md\:w-18px{
    width: 18px;
  }

  .tw .md\:w-19px{
    width: 19px;
  }

  .tw .md\:w-20px{
    width: 20px;
  }

  .tw .md\:w-21px{
    width: 21px;
  }

  .tw .md\:w-22px{
    width: 22px;
  }

  .tw .md\:w-23px{
    width: 23px;
  }

  .tw .md\:w-24px{
    width: 24px;
  }

  .tw .md\:w-25px{
    width: 25px;
  }

  .tw .md\:w-26px{
    width: 26px;
  }

  .tw .md\:w-27px{
    width: 27px;
  }

  .tw .md\:w-28px{
    width: 28px;
  }

  .tw .md\:w-29px{
    width: 29px;
  }

  .tw .md\:w-30px{
    width: 30px;
  }

  .tw .md\:w-31px{
    width: 31px;
  }

  .tw .md\:w-32px{
    width: 32px;
  }

  .tw .md\:w-33px{
    width: 33px;
  }

  .tw .md\:w-34px{
    width: 34px;
  }

  .tw .md\:w-35px{
    width: 35px;
  }

  .tw .md\:w-36px{
    width: 36px;
  }

  .tw .md\:w-37px{
    width: 37px;
  }

  .tw .md\:w-38px{
    width: 38px;
  }

  .tw .md\:w-39px{
    width: 39px;
  }

  .tw .md\:w-40px{
    width: 40px;
  }

  .tw .md\:w-1\/2{
    width: 50%;
  }

  .tw .md\:w-1\/3{
    width: 33.333333%;
  }

  .tw .md\:w-2\/3{
    width: 66.666667%;
  }

  .tw .md\:w-1\/4{
    width: 25%;
  }

  .tw .md\:w-2\/4{
    width: 50%;
  }

  .tw .md\:w-3\/4{
    width: 75%;
  }

  .tw .md\:w-1\/5{
    width: 20%;
  }

  .tw .md\:w-2\/5{
    width: 40%;
  }

  .tw .md\:w-3\/5{
    width: 60%;
  }

  .tw .md\:w-4\/5{
    width: 80%;
  }

  .tw .md\:w-1\/6{
    width: 16.666667%;
  }

  .tw .md\:w-2\/6{
    width: 33.333333%;
  }

  .tw .md\:w-3\/6{
    width: 50%;
  }

  .tw .md\:w-4\/6{
    width: 66.666667%;
  }

  .tw .md\:w-5\/6{
    width: 83.333333%;
  }

  .tw .md\:w-1\/12{
    width: 8.333333%;
  }

  .tw .md\:w-2\/12{
    width: 16.666667%;
  }

  .tw .md\:w-3\/12{
    width: 25%;
  }

  .tw .md\:w-4\/12{
    width: 33.333333%;
  }

  .tw .md\:w-5\/12{
    width: 41.666667%;
  }

  .tw .md\:w-6\/12{
    width: 50%;
  }

  .tw .md\:w-7\/12{
    width: 58.333333%;
  }

  .tw .md\:w-8\/12{
    width: 66.666667%;
  }

  .tw .md\:w-9\/12{
    width: 75%;
  }

  .tw .md\:w-10\/12{
    width: 83.333333%;
  }

  .tw .md\:w-11\/12{
    width: 91.666667%;
  }

  .tw .md\:w-full{
    width: 100%;
  }

  .tw .md\:w-screen{
    width: 100vw;
  }

  .tw .md\:w-min{
    width: -moz-min-content;
    width: min-content;
  }

  .tw .md\:w-max{
    width: -moz-max-content;
    width: max-content;
  }

  .tw .md\:w-400px{
    width: 400px;
  }

  .tw .md\:w-430px{
    width: 430px;
  }

  .tw .md\:w-575px{
    width: 575px;
  }

  .tw .md\:w-760px{
    width: 760px;
  }

  .tw .md\:w-0\%{
    width: 0%;
  }

  .tw .md\:w-10\%{
    width: 10%;
  }

  .tw .md\:w-20\%{
    width: 20%;
  }

  .tw .md\:w-30\%{
    width: 30%;
  }

  .tw .md\:w-40\%{
    width: 40%;
  }

  .tw .md\:w-50\%{
    width: 50%;
  }

  .tw .md\:w-60\%{
    width: 60%;
  }

  .tw .md\:w-70\%{
    width: 70%;
  }

  .tw .md\:w-80\%{
    width: 80%;
  }

  .tw .md\:w-90\%{
    width: 90%;
  }

  .tw .md\:w-100\%{
    width: 100%;
  }

  .tw .md\:first\:w-0:first-child{
    width: 0px;
  }

  .tw .md\:first\:w-1:first-child{
    width: 5px;
  }

  .tw .md\:first\:w-2:first-child{
    width: 10px;
  }

  .tw .md\:first\:w-3:first-child{
    width: 15px;
  }

  .tw .md\:first\:w-4:first-child{
    width: 20px;
  }

  .tw .md\:first\:w-5:first-child{
    width: 25px;
  }

  .tw .md\:first\:w-6:first-child{
    width: 30px;
  }

  .tw .md\:first\:w-7:first-child{
    width: 35px;
  }

  .tw .md\:first\:w-8:first-child{
    width: 40px;
  }

  .tw .md\:first\:w-9:first-child{
    width: 45px;
  }

  .tw .md\:first\:w-10:first-child{
    width: 50px;
  }

  .tw .md\:first\:w-11:first-child{
    width: 55px;
  }

  .tw .md\:first\:w-12:first-child{
    width: 60px;
  }

  .tw .md\:first\:w-13:first-child{
    width: 65px;
  }

  .tw .md\:first\:w-14:first-child{
    width: 70px;
  }

  .tw .md\:first\:w-15:first-child{
    width: 75px;
  }

  .tw .md\:first\:w-16:first-child{
    width: 80px;
  }

  .tw .md\:first\:w-17:first-child{
    width: 85px;
  }

  .tw .md\:first\:w-18:first-child{
    width: 90px;
  }

  .tw .md\:first\:w-19:first-child{
    width: 95px;
  }

  .tw .md\:first\:w-20:first-child{
    width: 100px;
  }

  .tw .md\:first\:w-21:first-child{
    width: 105px;
  }

  .tw .md\:first\:w-22:first-child{
    width: 110px;
  }

  .tw .md\:first\:w-23:first-child{
    width: 115px;
  }

  .tw .md\:first\:w-24:first-child{
    width: 120px;
  }

  .tw .md\:first\:w-25:first-child{
    width: 125px;
  }

  .tw .md\:first\:w-26:first-child{
    width: 130px;
  }

  .tw .md\:first\:w-27:first-child{
    width: 135px;
  }

  .tw .md\:first\:w-28:first-child{
    width: 140px;
  }

  .tw .md\:first\:w-29:first-child{
    width: 145px;
  }

  .tw .md\:first\:w-30:first-child{
    width: 150px;
  }

  .tw .md\:first\:w-31:first-child{
    width: 155px;
  }

  .tw .md\:first\:w-32:first-child{
    width: 160px;
  }

  .tw .md\:first\:w-33:first-child{
    width: 165px;
  }

  .tw .md\:first\:w-34:first-child{
    width: 170px;
  }

  .tw .md\:first\:w-35:first-child{
    width: 175px;
  }

  .tw .md\:first\:w-36:first-child{
    width: 180px;
  }

  .tw .md\:first\:w-37:first-child{
    width: 185px;
  }

  .tw .md\:first\:w-38:first-child{
    width: 190px;
  }

  .tw .md\:first\:w-39:first-child{
    width: 195px;
  }

  .tw .md\:first\:w-40:first-child{
    width: 200px;
  }

  .tw .md\:first\:w-41:first-child{
    width: 205px;
  }

  .tw .md\:first\:w-42:first-child{
    width: 210px;
  }

  .tw .md\:first\:w-43:first-child{
    width: 215px;
  }

  .tw .md\:first\:w-44:first-child{
    width: 220px;
  }

  .tw .md\:first\:w-45:first-child{
    width: 225px;
  }

  .tw .md\:first\:w-46:first-child{
    width: 230px;
  }

  .tw .md\:first\:w-47:first-child{
    width: 235px;
  }

  .tw .md\:first\:w-48:first-child{
    width: 240px;
  }

  .tw .md\:first\:w-49:first-child{
    width: 245px;
  }

  .tw .md\:first\:w-50:first-child{
    width: 250px;
  }

  .tw .md\:first\:w-51:first-child{
    width: 255px;
  }

  .tw .md\:first\:w-52:first-child{
    width: 260px;
  }

  .tw .md\:first\:w-53:first-child{
    width: 265px;
  }

  .tw .md\:first\:w-54:first-child{
    width: 270px;
  }

  .tw .md\:first\:w-55:first-child{
    width: 275px;
  }

  .tw .md\:first\:w-56:first-child{
    width: 280px;
  }

  .tw .md\:first\:w-57:first-child{
    width: 285px;
  }

  .tw .md\:first\:w-58:first-child{
    width: 290px;
  }

  .tw .md\:first\:w-59:first-child{
    width: 295px;
  }

  .tw .md\:first\:w-60:first-child{
    width: 300px;
  }

  .tw .md\:first\:w-61:first-child{
    width: 305px;
  }

  .tw .md\:first\:w-62:first-child{
    width: 310px;
  }

  .tw .md\:first\:w-63:first-child{
    width: 315px;
  }

  .tw .md\:first\:w-64:first-child{
    width: 320px;
  }

  .tw .md\:first\:w-65:first-child{
    width: 325px;
  }

  .tw .md\:first\:w-66:first-child{
    width: 330px;
  }

  .tw .md\:first\:w-67:first-child{
    width: 335px;
  }

  .tw .md\:first\:w-68:first-child{
    width: 340px;
  }

  .tw .md\:first\:w-69:first-child{
    width: 345px;
  }

  .tw .md\:first\:w-70:first-child{
    width: 350px;
  }

  .tw .md\:first\:w-71:first-child{
    width: 355px;
  }

  .tw .md\:first\:w-72:first-child{
    width: 360px;
  }

  .tw .md\:first\:w-73:first-child{
    width: 365px;
  }

  .tw .md\:first\:w-74:first-child{
    width: 370px;
  }

  .tw .md\:first\:w-75:first-child{
    width: 375px;
  }

  .tw .md\:first\:w-76:first-child{
    width: 380px;
  }

  .tw .md\:first\:w-77:first-child{
    width: 385px;
  }

  .tw .md\:first\:w-78:first-child{
    width: 390px;
  }

  .tw .md\:first\:w-79:first-child{
    width: 395px;
  }

  .tw .md\:first\:w-80:first-child{
    width: 400px;
  }

  .tw .md\:first\:w-81:first-child{
    width: 405px;
  }

  .tw .md\:first\:w-82:first-child{
    width: 410px;
  }

  .tw .md\:first\:w-83:first-child{
    width: 415px;
  }

  .tw .md\:first\:w-84:first-child{
    width: 420px;
  }

  .tw .md\:first\:w-85:first-child{
    width: 425px;
  }

  .tw .md\:first\:w-86:first-child{
    width: 430px;
  }

  .tw .md\:first\:w-87:first-child{
    width: 435px;
  }

  .tw .md\:first\:w-88:first-child{
    width: 440px;
  }

  .tw .md\:first\:w-89:first-child{
    width: 445px;
  }

  .tw .md\:first\:w-90:first-child{
    width: 450px;
  }

  .tw .md\:first\:w-91:first-child{
    width: 455px;
  }

  .tw .md\:first\:w-92:first-child{
    width: 460px;
  }

  .tw .md\:first\:w-93:first-child{
    width: 465px;
  }

  .tw .md\:first\:w-94:first-child{
    width: 470px;
  }

  .tw .md\:first\:w-95:first-child{
    width: 475px;
  }

  .tw .md\:first\:w-96:first-child{
    width: 480px;
  }

  .tw .md\:first\:w-97:first-child{
    width: 485px;
  }

  .tw .md\:first\:w-98:first-child{
    width: 490px;
  }

  .tw .md\:first\:w-99:first-child{
    width: 495px;
  }

  .tw .md\:first\:w-100:first-child{
    width: 500px;
  }

  .tw .md\:first\:w-101:first-child{
    width: 505px;
  }

  .tw .md\:first\:w-102:first-child{
    width: 510px;
  }

  .tw .md\:first\:w-103:first-child{
    width: 515px;
  }

  .tw .md\:first\:w-104:first-child{
    width: 520px;
  }

  .tw .md\:first\:w-105:first-child{
    width: 525px;
  }

  .tw .md\:first\:w-106:first-child{
    width: 530px;
  }

  .tw .md\:first\:w-107:first-child{
    width: 535px;
  }

  .tw .md\:first\:w-108:first-child{
    width: 540px;
  }

  .tw .md\:first\:w-109:first-child{
    width: 545px;
  }

  .tw .md\:first\:w-110:first-child{
    width: 550px;
  }

  .tw .md\:first\:w-111:first-child{
    width: 555px;
  }

  .tw .md\:first\:w-112:first-child{
    width: 560px;
  }

  .tw .md\:first\:w-113:first-child{
    width: 565px;
  }

  .tw .md\:first\:w-114:first-child{
    width: 570px;
  }

  .tw .md\:first\:w-115:first-child{
    width: 575px;
  }

  .tw .md\:first\:w-116:first-child{
    width: 580px;
  }

  .tw .md\:first\:w-117:first-child{
    width: 585px;
  }

  .tw .md\:first\:w-118:first-child{
    width: 590px;
  }

  .tw .md\:first\:w-119:first-child{
    width: 595px;
  }

  .tw .md\:first\:w-120:first-child{
    width: 600px;
  }

  .tw .md\:first\:w-121:first-child{
    width: 605px;
  }

  .tw .md\:first\:w-122:first-child{
    width: 610px;
  }

  .tw .md\:first\:w-123:first-child{
    width: 615px;
  }

  .tw .md\:first\:w-124:first-child{
    width: 620px;
  }

  .tw .md\:first\:w-125:first-child{
    width: 625px;
  }

  .tw .md\:first\:w-126:first-child{
    width: 630px;
  }

  .tw .md\:first\:w-127:first-child{
    width: 635px;
  }

  .tw .md\:first\:w-128:first-child{
    width: 640px;
  }

  .tw .md\:first\:w-129:first-child{
    width: 645px;
  }

  .tw .md\:first\:w-130:first-child{
    width: 650px;
  }

  .tw .md\:first\:w-131:first-child{
    width: 655px;
  }

  .tw .md\:first\:w-132:first-child{
    width: 660px;
  }

  .tw .md\:first\:w-133:first-child{
    width: 665px;
  }

  .tw .md\:first\:w-134:first-child{
    width: 670px;
  }

  .tw .md\:first\:w-135:first-child{
    width: 675px;
  }

  .tw .md\:first\:w-136:first-child{
    width: 680px;
  }

  .tw .md\:first\:w-137:first-child{
    width: 685px;
  }

  .tw .md\:first\:w-138:first-child{
    width: 690px;
  }

  .tw .md\:first\:w-139:first-child{
    width: 695px;
  }

  .tw .md\:first\:w-140:first-child{
    width: 700px;
  }

  .tw .md\:first\:w-141:first-child{
    width: 705px;
  }

  .tw .md\:first\:w-142:first-child{
    width: 710px;
  }

  .tw .md\:first\:w-143:first-child{
    width: 715px;
  }

  .tw .md\:first\:w-144:first-child{
    width: 720px;
  }

  .tw .md\:first\:w-145:first-child{
    width: 725px;
  }

  .tw .md\:first\:w-146:first-child{
    width: 730px;
  }

  .tw .md\:first\:w-147:first-child{
    width: 735px;
  }

  .tw .md\:first\:w-148:first-child{
    width: 740px;
  }

  .tw .md\:first\:w-149:first-child{
    width: 745px;
  }

  .tw .md\:first\:w-auto:first-child{
    width: auto;
  }

  .tw .md\:first\:w-0\.5:first-child{
    width: 3px;
  }

  .tw .md\:first\:w-1px:first-child{
    width: 1px;
  }

  .tw .md\:first\:w-2px:first-child{
    width: 2px;
  }

  .tw .md\:first\:w-3px:first-child{
    width: 3px;
  }

  .tw .md\:first\:w-4px:first-child{
    width: 4px;
  }

  .tw .md\:first\:w-5px:first-child{
    width: 5px;
  }

  .tw .md\:first\:w-6px:first-child{
    width: 6px;
  }

  .tw .md\:first\:w-7px:first-child{
    width: 7px;
  }

  .tw .md\:first\:w-8px:first-child{
    width: 8px;
  }

  .tw .md\:first\:w-9px:first-child{
    width: 9px;
  }

  .tw .md\:first\:w-10px:first-child{
    width: 10px;
  }

  .tw .md\:first\:w-11px:first-child{
    width: 11px;
  }

  .tw .md\:first\:w-12px:first-child{
    width: 12px;
  }

  .tw .md\:first\:w-13px:first-child{
    width: 13px;
  }

  .tw .md\:first\:w-14px:first-child{
    width: 14px;
  }

  .tw .md\:first\:w-15px:first-child{
    width: 15px;
  }

  .tw .md\:first\:w-16px:first-child{
    width: 16px;
  }

  .tw .md\:first\:w-17px:first-child{
    width: 17px;
  }

  .tw .md\:first\:w-18px:first-child{
    width: 18px;
  }

  .tw .md\:first\:w-19px:first-child{
    width: 19px;
  }

  .tw .md\:first\:w-20px:first-child{
    width: 20px;
  }

  .tw .md\:first\:w-21px:first-child{
    width: 21px;
  }

  .tw .md\:first\:w-22px:first-child{
    width: 22px;
  }

  .tw .md\:first\:w-23px:first-child{
    width: 23px;
  }

  .tw .md\:first\:w-24px:first-child{
    width: 24px;
  }

  .tw .md\:first\:w-25px:first-child{
    width: 25px;
  }

  .tw .md\:first\:w-26px:first-child{
    width: 26px;
  }

  .tw .md\:first\:w-27px:first-child{
    width: 27px;
  }

  .tw .md\:first\:w-28px:first-child{
    width: 28px;
  }

  .tw .md\:first\:w-29px:first-child{
    width: 29px;
  }

  .tw .md\:first\:w-30px:first-child{
    width: 30px;
  }

  .tw .md\:first\:w-31px:first-child{
    width: 31px;
  }

  .tw .md\:first\:w-32px:first-child{
    width: 32px;
  }

  .tw .md\:first\:w-33px:first-child{
    width: 33px;
  }

  .tw .md\:first\:w-34px:first-child{
    width: 34px;
  }

  .tw .md\:first\:w-35px:first-child{
    width: 35px;
  }

  .tw .md\:first\:w-36px:first-child{
    width: 36px;
  }

  .tw .md\:first\:w-37px:first-child{
    width: 37px;
  }

  .tw .md\:first\:w-38px:first-child{
    width: 38px;
  }

  .tw .md\:first\:w-39px:first-child{
    width: 39px;
  }

  .tw .md\:first\:w-40px:first-child{
    width: 40px;
  }

  .tw .md\:first\:w-1\/2:first-child{
    width: 50%;
  }

  .tw .md\:first\:w-1\/3:first-child{
    width: 33.333333%;
  }

  .tw .md\:first\:w-2\/3:first-child{
    width: 66.666667%;
  }

  .tw .md\:first\:w-1\/4:first-child{
    width: 25%;
  }

  .tw .md\:first\:w-2\/4:first-child{
    width: 50%;
  }

  .tw .md\:first\:w-3\/4:first-child{
    width: 75%;
  }

  .tw .md\:first\:w-1\/5:first-child{
    width: 20%;
  }

  .tw .md\:first\:w-2\/5:first-child{
    width: 40%;
  }

  .tw .md\:first\:w-3\/5:first-child{
    width: 60%;
  }

  .tw .md\:first\:w-4\/5:first-child{
    width: 80%;
  }

  .tw .md\:first\:w-1\/6:first-child{
    width: 16.666667%;
  }

  .tw .md\:first\:w-2\/6:first-child{
    width: 33.333333%;
  }

  .tw .md\:first\:w-3\/6:first-child{
    width: 50%;
  }

  .tw .md\:first\:w-4\/6:first-child{
    width: 66.666667%;
  }

  .tw .md\:first\:w-5\/6:first-child{
    width: 83.333333%;
  }

  .tw .md\:first\:w-1\/12:first-child{
    width: 8.333333%;
  }

  .tw .md\:first\:w-2\/12:first-child{
    width: 16.666667%;
  }

  .tw .md\:first\:w-3\/12:first-child{
    width: 25%;
  }

  .tw .md\:first\:w-4\/12:first-child{
    width: 33.333333%;
  }

  .tw .md\:first\:w-5\/12:first-child{
    width: 41.666667%;
  }

  .tw .md\:first\:w-6\/12:first-child{
    width: 50%;
  }

  .tw .md\:first\:w-7\/12:first-child{
    width: 58.333333%;
  }

  .tw .md\:first\:w-8\/12:first-child{
    width: 66.666667%;
  }

  .tw .md\:first\:w-9\/12:first-child{
    width: 75%;
  }

  .tw .md\:first\:w-10\/12:first-child{
    width: 83.333333%;
  }

  .tw .md\:first\:w-11\/12:first-child{
    width: 91.666667%;
  }

  .tw .md\:first\:w-full:first-child{
    width: 100%;
  }

  .tw .md\:first\:w-screen:first-child{
    width: 100vw;
  }

  .tw .md\:first\:w-min:first-child{
    width: -moz-min-content;
    width: min-content;
  }

  .tw .md\:first\:w-max:first-child{
    width: -moz-max-content;
    width: max-content;
  }

  .tw .md\:first\:w-400px:first-child{
    width: 400px;
  }

  .tw .md\:first\:w-430px:first-child{
    width: 430px;
  }

  .tw .md\:first\:w-575px:first-child{
    width: 575px;
  }

  .tw .md\:first\:w-760px:first-child{
    width: 760px;
  }

  .tw .md\:first\:w-0\%:first-child{
    width: 0%;
  }

  .tw .md\:first\:w-10\%:first-child{
    width: 10%;
  }

  .tw .md\:first\:w-20\%:first-child{
    width: 20%;
  }

  .tw .md\:first\:w-30\%:first-child{
    width: 30%;
  }

  .tw .md\:first\:w-40\%:first-child{
    width: 40%;
  }

  .tw .md\:first\:w-50\%:first-child{
    width: 50%;
  }

  .tw .md\:first\:w-60\%:first-child{
    width: 60%;
  }

  .tw .md\:first\:w-70\%:first-child{
    width: 70%;
  }

  .tw .md\:first\:w-80\%:first-child{
    width: 80%;
  }

  .tw .md\:first\:w-90\%:first-child{
    width: 90%;
  }

  .tw .md\:first\:w-100\%:first-child{
    width: 100%;
  }

  .tw .md\:min-w-0{
    min-width: 0px;
  }

  .tw .md\:min-w-full{
    min-width: 100%;
  }

  .tw .md\:min-w-min{
    min-width: -moz-min-content;
    min-width: min-content;
  }

  .tw .md\:min-w-max{
    min-width: -moz-max-content;
    min-width: max-content;
  }

  .tw .md\:max-w-0{
    max-width: 0rem;
  }

  .tw .md\:max-w-none{
    max-width: none;
  }

  .tw .md\:max-w-xs{
    max-width: 20rem;
  }

  .tw .md\:max-w-sm{
    max-width: 24rem;
  }

  .tw .md\:max-w-md{
    max-width: 28rem;
  }

  .tw .md\:max-w-lg{
    max-width: 32rem;
  }

  .tw .md\:max-w-xl{
    max-width: 36rem;
  }

  .tw .md\:max-w-2xl{
    max-width: 42rem;
  }

  .tw .md\:max-w-3xl{
    max-width: 48rem;
  }

  .tw .md\:max-w-4xl{
    max-width: 56rem;
  }

  .tw .md\:max-w-5xl{
    max-width: 64rem;
  }

  .tw .md\:max-w-6xl{
    max-width: 72rem;
  }

  .tw .md\:max-w-7xl{
    max-width: 80rem;
  }

  .tw .md\:max-w-full{
    max-width: 100%;
  }

  .tw .md\:max-w-min{
    max-width: -moz-min-content;
    max-width: min-content;
  }

  .tw .md\:max-w-max{
    max-width: -moz-max-content;
    max-width: max-content;
  }

  .tw .md\:max-w-prose{
    max-width: 65ch;
  }

  .tw .md\:max-w-screen-sm{
    max-width: 640px;
  }

  .tw .md\:max-w-screen-md{
    max-width: 768px;
  }

  .tw .md\:max-w-screen-lg{
    max-width: 1024px;
  }

  .tw .md\:max-w-screen-xl{
    max-width: 1280px;
  }

  .tw .md\:max-w-300px{
    max-width: 300px;
  }

  .tw .md\:max-w-360px{
    max-width: 360px;
  }

  .tw .md\:max-w-400px{
    max-width: 400px;
  }

  .tw .md\:max-w-760px{
    max-width: 760px;
  }

  .tw .md\:max-w-1\/2{
    max-width: 50%;
  }

  .tw .md\:max-w-0\%{
    max-width: 0%;
  }

  .tw .md\:max-w-10\%{
    max-width: 10%;
  }

  .tw .md\:max-w-20\%{
    max-width: 20%;
  }

  .tw .md\:max-w-30\%{
    max-width: 30%;
  }

  .tw .md\:max-w-40\%{
    max-width: 40%;
  }

  .tw .md\:max-w-50\%{
    max-width: 50%;
  }

  .tw .md\:max-w-60\%{
    max-width: 60%;
  }

  .tw .md\:max-w-70\%{
    max-width: 70%;
  }

  .tw .md\:max-w-80\%{
    max-width: 80%;
  }

  .tw .md\:max-w-90\%{
    max-width: 90%;
  }

  .tw .md\:max-w-100\%{
    max-width: 100%;
  }

  .tw .md\:flex-1{
    flex: 1 1 0%;
  }

  .tw .md\:flex-auto{
    flex: 1 1 auto;
  }

  .tw .md\:flex-initial{
    flex: 0 1 auto;
  }

  .tw .md\:flex-none{
    flex: none;
  }

  .tw .md\:flex-shrink-0{
    flex-shrink: 0;
  }

  .tw .md\:flex-shrink{
    flex-shrink: 1;
  }

  .tw .md\:flex-grow-0{
    flex-grow: 0;
  }

  .tw .md\:flex-grow{
    flex-grow: 1;
  }

  .tw .md\:table-auto{
    table-layout: auto;
  }

  .tw .md\:table-fixed{
    table-layout: fixed;
  }

  .tw .md\:border-collapse{
    border-collapse: collapse;
  }

  .tw .md\:border-separate{
    border-collapse: separate;
  }

  .tw .md\:origin-center{
    transform-origin: center;
  }

  .tw .md\:origin-top{
    transform-origin: top;
  }

  .tw .md\:origin-top-right{
    transform-origin: top right;
  }

  .tw .md\:origin-right{
    transform-origin: right;
  }

  .tw .md\:origin-bottom-right{
    transform-origin: bottom right;
  }

  .tw .md\:origin-bottom{
    transform-origin: bottom;
  }

  .tw .md\:origin-bottom-left{
    transform-origin: bottom left;
  }

  .tw .md\:origin-left{
    transform-origin: left;
  }

  .tw .md\:origin-top-left{
    transform-origin: top left;
  }

  .tw .md\:transform{
    --tw-translate-x: 0;
    --tw-translate-y: 0;
    --tw-rotate: 0;
    --tw-skew-x: 0;
    --tw-skew-y: 0;
    --tw-scale-x: 1;
    --tw-scale-y: 1;
    transform: translateX(var(--tw-translate-x)) translateY(var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }

  .tw .md\:transform-gpu{
    --tw-translate-x: 0;
    --tw-translate-y: 0;
    --tw-rotate: 0;
    --tw-skew-x: 0;
    --tw-skew-y: 0;
    --tw-scale-x: 1;
    --tw-scale-y: 1;
    transform: translate3d(var(--tw-translate-x), var(--tw-translate-y), 0) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }

  .tw .md\:transform-none{
    transform: none;
  }

  .tw .md\:translate-x-0{
    --tw-translate-x: 0px;
  }

  .tw .md\:translate-x-1{
    --tw-translate-x: 5px;
  }

  .tw .md\:translate-x-2{
    --tw-translate-x: 10px;
  }

  .tw .md\:translate-x-3{
    --tw-translate-x: 15px;
  }

  .tw .md\:translate-x-4{
    --tw-translate-x: 20px;
  }

  .tw .md\:translate-x-5{
    --tw-translate-x: 25px;
  }

  .tw .md\:translate-x-6{
    --tw-translate-x: 30px;
  }

  .tw .md\:translate-x-7{
    --tw-translate-x: 35px;
  }

  .tw .md\:translate-x-8{
    --tw-translate-x: 40px;
  }

  .tw .md\:translate-x-9{
    --tw-translate-x: 45px;
  }

  .tw .md\:translate-x-10{
    --tw-translate-x: 50px;
  }

  .tw .md\:translate-x-11{
    --tw-translate-x: 55px;
  }

  .tw .md\:translate-x-12{
    --tw-translate-x: 60px;
  }

  .tw .md\:translate-x-13{
    --tw-translate-x: 65px;
  }

  .tw .md\:translate-x-14{
    --tw-translate-x: 70px;
  }

  .tw .md\:translate-x-15{
    --tw-translate-x: 75px;
  }

  .tw .md\:translate-x-16{
    --tw-translate-x: 80px;
  }

  .tw .md\:translate-x-17{
    --tw-translate-x: 85px;
  }

  .tw .md\:translate-x-18{
    --tw-translate-x: 90px;
  }

  .tw .md\:translate-x-19{
    --tw-translate-x: 95px;
  }

  .tw .md\:translate-x-20{
    --tw-translate-x: 100px;
  }

  .tw .md\:translate-x-21{
    --tw-translate-x: 105px;
  }

  .tw .md\:translate-x-22{
    --tw-translate-x: 110px;
  }

  .tw .md\:translate-x-23{
    --tw-translate-x: 115px;
  }

  .tw .md\:translate-x-24{
    --tw-translate-x: 120px;
  }

  .tw .md\:translate-x-25{
    --tw-translate-x: 125px;
  }

  .tw .md\:translate-x-26{
    --tw-translate-x: 130px;
  }

  .tw .md\:translate-x-27{
    --tw-translate-x: 135px;
  }

  .tw .md\:translate-x-28{
    --tw-translate-x: 140px;
  }

  .tw .md\:translate-x-29{
    --tw-translate-x: 145px;
  }

  .tw .md\:translate-x-30{
    --tw-translate-x: 150px;
  }

  .tw .md\:translate-x-31{
    --tw-translate-x: 155px;
  }

  .tw .md\:translate-x-32{
    --tw-translate-x: 160px;
  }

  .tw .md\:translate-x-33{
    --tw-translate-x: 165px;
  }

  .tw .md\:translate-x-34{
    --tw-translate-x: 170px;
  }

  .tw .md\:translate-x-35{
    --tw-translate-x: 175px;
  }

  .tw .md\:translate-x-36{
    --tw-translate-x: 180px;
  }

  .tw .md\:translate-x-37{
    --tw-translate-x: 185px;
  }

  .tw .md\:translate-x-38{
    --tw-translate-x: 190px;
  }

  .tw .md\:translate-x-39{
    --tw-translate-x: 195px;
  }

  .tw .md\:translate-x-40{
    --tw-translate-x: 200px;
  }

  .tw .md\:translate-x-41{
    --tw-translate-x: 205px;
  }

  .tw .md\:translate-x-42{
    --tw-translate-x: 210px;
  }

  .tw .md\:translate-x-43{
    --tw-translate-x: 215px;
  }

  .tw .md\:translate-x-44{
    --tw-translate-x: 220px;
  }

  .tw .md\:translate-x-45{
    --tw-translate-x: 225px;
  }

  .tw .md\:translate-x-46{
    --tw-translate-x: 230px;
  }

  .tw .md\:translate-x-47{
    --tw-translate-x: 235px;
  }

  .tw .md\:translate-x-48{
    --tw-translate-x: 240px;
  }

  .tw .md\:translate-x-49{
    --tw-translate-x: 245px;
  }

  .tw .md\:translate-x-50{
    --tw-translate-x: 250px;
  }

  .tw .md\:translate-x-51{
    --tw-translate-x: 255px;
  }

  .tw .md\:translate-x-52{
    --tw-translate-x: 260px;
  }

  .tw .md\:translate-x-53{
    --tw-translate-x: 265px;
  }

  .tw .md\:translate-x-54{
    --tw-translate-x: 270px;
  }

  .tw .md\:translate-x-55{
    --tw-translate-x: 275px;
  }

  .tw .md\:translate-x-56{
    --tw-translate-x: 280px;
  }

  .tw .md\:translate-x-57{
    --tw-translate-x: 285px;
  }

  .tw .md\:translate-x-58{
    --tw-translate-x: 290px;
  }

  .tw .md\:translate-x-59{
    --tw-translate-x: 295px;
  }

  .tw .md\:translate-x-60{
    --tw-translate-x: 300px;
  }

  .tw .md\:translate-x-61{
    --tw-translate-x: 305px;
  }

  .tw .md\:translate-x-62{
    --tw-translate-x: 310px;
  }

  .tw .md\:translate-x-63{
    --tw-translate-x: 315px;
  }

  .tw .md\:translate-x-64{
    --tw-translate-x: 320px;
  }

  .tw .md\:translate-x-65{
    --tw-translate-x: 325px;
  }

  .tw .md\:translate-x-66{
    --tw-translate-x: 330px;
  }

  .tw .md\:translate-x-67{
    --tw-translate-x: 335px;
  }

  .tw .md\:translate-x-68{
    --tw-translate-x: 340px;
  }

  .tw .md\:translate-x-69{
    --tw-translate-x: 345px;
  }

  .tw .md\:translate-x-70{
    --tw-translate-x: 350px;
  }

  .tw .md\:translate-x-71{
    --tw-translate-x: 355px;
  }

  .tw .md\:translate-x-72{
    --tw-translate-x: 360px;
  }

  .tw .md\:translate-x-73{
    --tw-translate-x: 365px;
  }

  .tw .md\:translate-x-74{
    --tw-translate-x: 370px;
  }

  .tw .md\:translate-x-75{
    --tw-translate-x: 375px;
  }

  .tw .md\:translate-x-76{
    --tw-translate-x: 380px;
  }

  .tw .md\:translate-x-77{
    --tw-translate-x: 385px;
  }

  .tw .md\:translate-x-78{
    --tw-translate-x: 390px;
  }

  .tw .md\:translate-x-79{
    --tw-translate-x: 395px;
  }

  .tw .md\:translate-x-80{
    --tw-translate-x: 400px;
  }

  .tw .md\:translate-x-81{
    --tw-translate-x: 405px;
  }

  .tw .md\:translate-x-82{
    --tw-translate-x: 410px;
  }

  .tw .md\:translate-x-83{
    --tw-translate-x: 415px;
  }

  .tw .md\:translate-x-84{
    --tw-translate-x: 420px;
  }

  .tw .md\:translate-x-85{
    --tw-translate-x: 425px;
  }

  .tw .md\:translate-x-86{
    --tw-translate-x: 430px;
  }

  .tw .md\:translate-x-87{
    --tw-translate-x: 435px;
  }

  .tw .md\:translate-x-88{
    --tw-translate-x: 440px;
  }

  .tw .md\:translate-x-89{
    --tw-translate-x: 445px;
  }

  .tw .md\:translate-x-90{
    --tw-translate-x: 450px;
  }

  .tw .md\:translate-x-91{
    --tw-translate-x: 455px;
  }

  .tw .md\:translate-x-92{
    --tw-translate-x: 460px;
  }

  .tw .md\:translate-x-93{
    --tw-translate-x: 465px;
  }

  .tw .md\:translate-x-94{
    --tw-translate-x: 470px;
  }

  .tw .md\:translate-x-95{
    --tw-translate-x: 475px;
  }

  .tw .md\:translate-x-96{
    --tw-translate-x: 480px;
  }

  .tw .md\:translate-x-97{
    --tw-translate-x: 485px;
  }

  .tw .md\:translate-x-98{
    --tw-translate-x: 490px;
  }

  .tw .md\:translate-x-99{
    --tw-translate-x: 495px;
  }

  .tw .md\:translate-x-100{
    --tw-translate-x: 500px;
  }

  .tw .md\:translate-x-101{
    --tw-translate-x: 505px;
  }

  .tw .md\:translate-x-102{
    --tw-translate-x: 510px;
  }

  .tw .md\:translate-x-103{
    --tw-translate-x: 515px;
  }

  .tw .md\:translate-x-104{
    --tw-translate-x: 520px;
  }

  .tw .md\:translate-x-105{
    --tw-translate-x: 525px;
  }

  .tw .md\:translate-x-106{
    --tw-translate-x: 530px;
  }

  .tw .md\:translate-x-107{
    --tw-translate-x: 535px;
  }

  .tw .md\:translate-x-108{
    --tw-translate-x: 540px;
  }

  .tw .md\:translate-x-109{
    --tw-translate-x: 545px;
  }

  .tw .md\:translate-x-110{
    --tw-translate-x: 550px;
  }

  .tw .md\:translate-x-111{
    --tw-translate-x: 555px;
  }

  .tw .md\:translate-x-112{
    --tw-translate-x: 560px;
  }

  .tw .md\:translate-x-113{
    --tw-translate-x: 565px;
  }

  .tw .md\:translate-x-114{
    --tw-translate-x: 570px;
  }

  .tw .md\:translate-x-115{
    --tw-translate-x: 575px;
  }

  .tw .md\:translate-x-116{
    --tw-translate-x: 580px;
  }

  .tw .md\:translate-x-117{
    --tw-translate-x: 585px;
  }

  .tw .md\:translate-x-118{
    --tw-translate-x: 590px;
  }

  .tw .md\:translate-x-119{
    --tw-translate-x: 595px;
  }

  .tw .md\:translate-x-120{
    --tw-translate-x: 600px;
  }

  .tw .md\:translate-x-121{
    --tw-translate-x: 605px;
  }

  .tw .md\:translate-x-122{
    --tw-translate-x: 610px;
  }

  .tw .md\:translate-x-123{
    --tw-translate-x: 615px;
  }

  .tw .md\:translate-x-124{
    --tw-translate-x: 620px;
  }

  .tw .md\:translate-x-125{
    --tw-translate-x: 625px;
  }

  .tw .md\:translate-x-126{
    --tw-translate-x: 630px;
  }

  .tw .md\:translate-x-127{
    --tw-translate-x: 635px;
  }

  .tw .md\:translate-x-128{
    --tw-translate-x: 640px;
  }

  .tw .md\:translate-x-129{
    --tw-translate-x: 645px;
  }

  .tw .md\:translate-x-130{
    --tw-translate-x: 650px;
  }

  .tw .md\:translate-x-131{
    --tw-translate-x: 655px;
  }

  .tw .md\:translate-x-132{
    --tw-translate-x: 660px;
  }

  .tw .md\:translate-x-133{
    --tw-translate-x: 665px;
  }

  .tw .md\:translate-x-134{
    --tw-translate-x: 670px;
  }

  .tw .md\:translate-x-135{
    --tw-translate-x: 675px;
  }

  .tw .md\:translate-x-136{
    --tw-translate-x: 680px;
  }

  .tw .md\:translate-x-137{
    --tw-translate-x: 685px;
  }

  .tw .md\:translate-x-138{
    --tw-translate-x: 690px;
  }

  .tw .md\:translate-x-139{
    --tw-translate-x: 695px;
  }

  .tw .md\:translate-x-140{
    --tw-translate-x: 700px;
  }

  .tw .md\:translate-x-141{
    --tw-translate-x: 705px;
  }

  .tw .md\:translate-x-142{
    --tw-translate-x: 710px;
  }

  .tw .md\:translate-x-143{
    --tw-translate-x: 715px;
  }

  .tw .md\:translate-x-144{
    --tw-translate-x: 720px;
  }

  .tw .md\:translate-x-145{
    --tw-translate-x: 725px;
  }

  .tw .md\:translate-x-146{
    --tw-translate-x: 730px;
  }

  .tw .md\:translate-x-147{
    --tw-translate-x: 735px;
  }

  .tw .md\:translate-x-148{
    --tw-translate-x: 740px;
  }

  .tw .md\:translate-x-149{
    --tw-translate-x: 745px;
  }

  .tw .md\:translate-x-0\.5{
    --tw-translate-x: 3px;
  }

  .tw .md\:translate-x-1px{
    --tw-translate-x: 1px;
  }

  .tw .md\:translate-x-2px{
    --tw-translate-x: 2px;
  }

  .tw .md\:translate-x-3px{
    --tw-translate-x: 3px;
  }

  .tw .md\:translate-x-4px{
    --tw-translate-x: 4px;
  }

  .tw .md\:translate-x-5px{
    --tw-translate-x: 5px;
  }

  .tw .md\:translate-x-6px{
    --tw-translate-x: 6px;
  }

  .tw .md\:translate-x-7px{
    --tw-translate-x: 7px;
  }

  .tw .md\:translate-x-8px{
    --tw-translate-x: 8px;
  }

  .tw .md\:translate-x-9px{
    --tw-translate-x: 9px;
  }

  .tw .md\:translate-x-10px{
    --tw-translate-x: 10px;
  }

  .tw .md\:translate-x-11px{
    --tw-translate-x: 11px;
  }

  .tw .md\:translate-x-12px{
    --tw-translate-x: 12px;
  }

  .tw .md\:translate-x-13px{
    --tw-translate-x: 13px;
  }

  .tw .md\:translate-x-14px{
    --tw-translate-x: 14px;
  }

  .tw .md\:translate-x-15px{
    --tw-translate-x: 15px;
  }

  .tw .md\:translate-x-16px{
    --tw-translate-x: 16px;
  }

  .tw .md\:translate-x-17px{
    --tw-translate-x: 17px;
  }

  .tw .md\:translate-x-18px{
    --tw-translate-x: 18px;
  }

  .tw .md\:translate-x-19px{
    --tw-translate-x: 19px;
  }

  .tw .md\:translate-x-20px{
    --tw-translate-x: 20px;
  }

  .tw .md\:translate-x-21px{
    --tw-translate-x: 21px;
  }

  .tw .md\:translate-x-22px{
    --tw-translate-x: 22px;
  }

  .tw .md\:translate-x-23px{
    --tw-translate-x: 23px;
  }

  .tw .md\:translate-x-24px{
    --tw-translate-x: 24px;
  }

  .tw .md\:translate-x-25px{
    --tw-translate-x: 25px;
  }

  .tw .md\:translate-x-26px{
    --tw-translate-x: 26px;
  }

  .tw .md\:translate-x-27px{
    --tw-translate-x: 27px;
  }

  .tw .md\:translate-x-28px{
    --tw-translate-x: 28px;
  }

  .tw .md\:translate-x-29px{
    --tw-translate-x: 29px;
  }

  .tw .md\:translate-x-30px{
    --tw-translate-x: 30px;
  }

  .tw .md\:translate-x-31px{
    --tw-translate-x: 31px;
  }

  .tw .md\:translate-x-32px{
    --tw-translate-x: 32px;
  }

  .tw .md\:translate-x-33px{
    --tw-translate-x: 33px;
  }

  .tw .md\:translate-x-34px{
    --tw-translate-x: 34px;
  }

  .tw .md\:translate-x-35px{
    --tw-translate-x: 35px;
  }

  .tw .md\:translate-x-36px{
    --tw-translate-x: 36px;
  }

  .tw .md\:translate-x-37px{
    --tw-translate-x: 37px;
  }

  .tw .md\:translate-x-38px{
    --tw-translate-x: 38px;
  }

  .tw .md\:translate-x-39px{
    --tw-translate-x: 39px;
  }

  .tw .md\:translate-x-40px{
    --tw-translate-x: 40px;
  }

  .tw .md\:-translate-x-0{
    --tw-translate-x: 0px;
  }

  .tw .md\:-translate-x-1{
    --tw-translate-x: -5px;
  }

  .tw .md\:-translate-x-2{
    --tw-translate-x: -10px;
  }

  .tw .md\:-translate-x-3{
    --tw-translate-x: -15px;
  }

  .tw .md\:-translate-x-4{
    --tw-translate-x: -20px;
  }

  .tw .md\:-translate-x-5{
    --tw-translate-x: -25px;
  }

  .tw .md\:-translate-x-6{
    --tw-translate-x: -30px;
  }

  .tw .md\:-translate-x-7{
    --tw-translate-x: -35px;
  }

  .tw .md\:-translate-x-8{
    --tw-translate-x: -40px;
  }

  .tw .md\:-translate-x-9{
    --tw-translate-x: -45px;
  }

  .tw .md\:-translate-x-10{
    --tw-translate-x: -50px;
  }

  .tw .md\:-translate-x-11{
    --tw-translate-x: -55px;
  }

  .tw .md\:-translate-x-12{
    --tw-translate-x: -60px;
  }

  .tw .md\:-translate-x-13{
    --tw-translate-x: -65px;
  }

  .tw .md\:-translate-x-14{
    --tw-translate-x: -70px;
  }

  .tw .md\:-translate-x-15{
    --tw-translate-x: -75px;
  }

  .tw .md\:-translate-x-16{
    --tw-translate-x: -80px;
  }

  .tw .md\:-translate-x-17{
    --tw-translate-x: -85px;
  }

  .tw .md\:-translate-x-18{
    --tw-translate-x: -90px;
  }

  .tw .md\:-translate-x-19{
    --tw-translate-x: -95px;
  }

  .tw .md\:-translate-x-20{
    --tw-translate-x: -100px;
  }

  .tw .md\:-translate-x-21{
    --tw-translate-x: -105px;
  }

  .tw .md\:-translate-x-22{
    --tw-translate-x: -110px;
  }

  .tw .md\:-translate-x-23{
    --tw-translate-x: -115px;
  }

  .tw .md\:-translate-x-24{
    --tw-translate-x: -120px;
  }

  .tw .md\:-translate-x-25{
    --tw-translate-x: -125px;
  }

  .tw .md\:-translate-x-26{
    --tw-translate-x: -130px;
  }

  .tw .md\:-translate-x-27{
    --tw-translate-x: -135px;
  }

  .tw .md\:-translate-x-28{
    --tw-translate-x: -140px;
  }

  .tw .md\:-translate-x-29{
    --tw-translate-x: -145px;
  }

  .tw .md\:-translate-x-30{
    --tw-translate-x: -150px;
  }

  .tw .md\:-translate-x-31{
    --tw-translate-x: -155px;
  }

  .tw .md\:-translate-x-32{
    --tw-translate-x: -160px;
  }

  .tw .md\:-translate-x-33{
    --tw-translate-x: -165px;
  }

  .tw .md\:-translate-x-34{
    --tw-translate-x: -170px;
  }

  .tw .md\:-translate-x-35{
    --tw-translate-x: -175px;
  }

  .tw .md\:-translate-x-36{
    --tw-translate-x: -180px;
  }

  .tw .md\:-translate-x-37{
    --tw-translate-x: -185px;
  }

  .tw .md\:-translate-x-38{
    --tw-translate-x: -190px;
  }

  .tw .md\:-translate-x-39{
    --tw-translate-x: -195px;
  }

  .tw .md\:-translate-x-40{
    --tw-translate-x: -200px;
  }

  .tw .md\:-translate-x-41{
    --tw-translate-x: -205px;
  }

  .tw .md\:-translate-x-42{
    --tw-translate-x: -210px;
  }

  .tw .md\:-translate-x-43{
    --tw-translate-x: -215px;
  }

  .tw .md\:-translate-x-44{
    --tw-translate-x: -220px;
  }

  .tw .md\:-translate-x-45{
    --tw-translate-x: -225px;
  }

  .tw .md\:-translate-x-46{
    --tw-translate-x: -230px;
  }

  .tw .md\:-translate-x-47{
    --tw-translate-x: -235px;
  }

  .tw .md\:-translate-x-48{
    --tw-translate-x: -240px;
  }

  .tw .md\:-translate-x-49{
    --tw-translate-x: -245px;
  }

  .tw .md\:-translate-x-50{
    --tw-translate-x: -250px;
  }

  .tw .md\:-translate-x-51{
    --tw-translate-x: -255px;
  }

  .tw .md\:-translate-x-52{
    --tw-translate-x: -260px;
  }

  .tw .md\:-translate-x-53{
    --tw-translate-x: -265px;
  }

  .tw .md\:-translate-x-54{
    --tw-translate-x: -270px;
  }

  .tw .md\:-translate-x-55{
    --tw-translate-x: -275px;
  }

  .tw .md\:-translate-x-56{
    --tw-translate-x: -280px;
  }

  .tw .md\:-translate-x-57{
    --tw-translate-x: -285px;
  }

  .tw .md\:-translate-x-58{
    --tw-translate-x: -290px;
  }

  .tw .md\:-translate-x-59{
    --tw-translate-x: -295px;
  }

  .tw .md\:-translate-x-60{
    --tw-translate-x: -300px;
  }

  .tw .md\:-translate-x-61{
    --tw-translate-x: -305px;
  }

  .tw .md\:-translate-x-62{
    --tw-translate-x: -310px;
  }

  .tw .md\:-translate-x-63{
    --tw-translate-x: -315px;
  }

  .tw .md\:-translate-x-64{
    --tw-translate-x: -320px;
  }

  .tw .md\:-translate-x-65{
    --tw-translate-x: -325px;
  }

  .tw .md\:-translate-x-66{
    --tw-translate-x: -330px;
  }

  .tw .md\:-translate-x-67{
    --tw-translate-x: -335px;
  }

  .tw .md\:-translate-x-68{
    --tw-translate-x: -340px;
  }

  .tw .md\:-translate-x-69{
    --tw-translate-x: -345px;
  }

  .tw .md\:-translate-x-70{
    --tw-translate-x: -350px;
  }

  .tw .md\:-translate-x-71{
    --tw-translate-x: -355px;
  }

  .tw .md\:-translate-x-72{
    --tw-translate-x: -360px;
  }

  .tw .md\:-translate-x-73{
    --tw-translate-x: -365px;
  }

  .tw .md\:-translate-x-74{
    --tw-translate-x: -370px;
  }

  .tw .md\:-translate-x-75{
    --tw-translate-x: -375px;
  }

  .tw .md\:-translate-x-76{
    --tw-translate-x: -380px;
  }

  .tw .md\:-translate-x-77{
    --tw-translate-x: -385px;
  }

  .tw .md\:-translate-x-78{
    --tw-translate-x: -390px;
  }

  .tw .md\:-translate-x-79{
    --tw-translate-x: -395px;
  }

  .tw .md\:-translate-x-80{
    --tw-translate-x: -400px;
  }

  .tw .md\:-translate-x-81{
    --tw-translate-x: -405px;
  }

  .tw .md\:-translate-x-82{
    --tw-translate-x: -410px;
  }

  .tw .md\:-translate-x-83{
    --tw-translate-x: -415px;
  }

  .tw .md\:-translate-x-84{
    --tw-translate-x: -420px;
  }

  .tw .md\:-translate-x-85{
    --tw-translate-x: -425px;
  }

  .tw .md\:-translate-x-86{
    --tw-translate-x: -430px;
  }

  .tw .md\:-translate-x-87{
    --tw-translate-x: -435px;
  }

  .tw .md\:-translate-x-88{
    --tw-translate-x: -440px;
  }

  .tw .md\:-translate-x-89{
    --tw-translate-x: -445px;
  }

  .tw .md\:-translate-x-90{
    --tw-translate-x: -450px;
  }

  .tw .md\:-translate-x-91{
    --tw-translate-x: -455px;
  }

  .tw .md\:-translate-x-92{
    --tw-translate-x: -460px;
  }

  .tw .md\:-translate-x-93{
    --tw-translate-x: -465px;
  }

  .tw .md\:-translate-x-94{
    --tw-translate-x: -470px;
  }

  .tw .md\:-translate-x-95{
    --tw-translate-x: -475px;
  }

  .tw .md\:-translate-x-96{
    --tw-translate-x: -480px;
  }

  .tw .md\:-translate-x-97{
    --tw-translate-x: -485px;
  }

  .tw .md\:-translate-x-98{
    --tw-translate-x: -490px;
  }

  .tw .md\:-translate-x-99{
    --tw-translate-x: -495px;
  }

  .tw .md\:-translate-x-100{
    --tw-translate-x: -500px;
  }

  .tw .md\:-translate-x-101{
    --tw-translate-x: -505px;
  }

  .tw .md\:-translate-x-102{
    --tw-translate-x: -510px;
  }

  .tw .md\:-translate-x-103{
    --tw-translate-x: -515px;
  }

  .tw .md\:-translate-x-104{
    --tw-translate-x: -520px;
  }

  .tw .md\:-translate-x-105{
    --tw-translate-x: -525px;
  }

  .tw .md\:-translate-x-106{
    --tw-translate-x: -530px;
  }

  .tw .md\:-translate-x-107{
    --tw-translate-x: -535px;
  }

  .tw .md\:-translate-x-108{
    --tw-translate-x: -540px;
  }

  .tw .md\:-translate-x-109{
    --tw-translate-x: -545px;
  }

  .tw .md\:-translate-x-110{
    --tw-translate-x: -550px;
  }

  .tw .md\:-translate-x-111{
    --tw-translate-x: -555px;
  }

  .tw .md\:-translate-x-112{
    --tw-translate-x: -560px;
  }

  .tw .md\:-translate-x-113{
    --tw-translate-x: -565px;
  }

  .tw .md\:-translate-x-114{
    --tw-translate-x: -570px;
  }

  .tw .md\:-translate-x-115{
    --tw-translate-x: -575px;
  }

  .tw .md\:-translate-x-116{
    --tw-translate-x: -580px;
  }

  .tw .md\:-translate-x-117{
    --tw-translate-x: -585px;
  }

  .tw .md\:-translate-x-118{
    --tw-translate-x: -590px;
  }

  .tw .md\:-translate-x-119{
    --tw-translate-x: -595px;
  }

  .tw .md\:-translate-x-120{
    --tw-translate-x: -600px;
  }

  .tw .md\:-translate-x-121{
    --tw-translate-x: -605px;
  }

  .tw .md\:-translate-x-122{
    --tw-translate-x: -610px;
  }

  .tw .md\:-translate-x-123{
    --tw-translate-x: -615px;
  }

  .tw .md\:-translate-x-124{
    --tw-translate-x: -620px;
  }

  .tw .md\:-translate-x-125{
    --tw-translate-x: -625px;
  }

  .tw .md\:-translate-x-126{
    --tw-translate-x: -630px;
  }

  .tw .md\:-translate-x-127{
    --tw-translate-x: -635px;
  }

  .tw .md\:-translate-x-128{
    --tw-translate-x: -640px;
  }

  .tw .md\:-translate-x-129{
    --tw-translate-x: -645px;
  }

  .tw .md\:-translate-x-130{
    --tw-translate-x: -650px;
  }

  .tw .md\:-translate-x-131{
    --tw-translate-x: -655px;
  }

  .tw .md\:-translate-x-132{
    --tw-translate-x: -660px;
  }

  .tw .md\:-translate-x-133{
    --tw-translate-x: -665px;
  }

  .tw .md\:-translate-x-134{
    --tw-translate-x: -670px;
  }

  .tw .md\:-translate-x-135{
    --tw-translate-x: -675px;
  }

  .tw .md\:-translate-x-136{
    --tw-translate-x: -680px;
  }

  .tw .md\:-translate-x-137{
    --tw-translate-x: -685px;
  }

  .tw .md\:-translate-x-138{
    --tw-translate-x: -690px;
  }

  .tw .md\:-translate-x-139{
    --tw-translate-x: -695px;
  }

  .tw .md\:-translate-x-140{
    --tw-translate-x: -700px;
  }

  .tw .md\:-translate-x-141{
    --tw-translate-x: -705px;
  }

  .tw .md\:-translate-x-142{
    --tw-translate-x: -710px;
  }

  .tw .md\:-translate-x-143{
    --tw-translate-x: -715px;
  }

  .tw .md\:-translate-x-144{
    --tw-translate-x: -720px;
  }

  .tw .md\:-translate-x-145{
    --tw-translate-x: -725px;
  }

  .tw .md\:-translate-x-146{
    --tw-translate-x: -730px;
  }

  .tw .md\:-translate-x-147{
    --tw-translate-x: -735px;
  }

  .tw .md\:-translate-x-148{
    --tw-translate-x: -740px;
  }

  .tw .md\:-translate-x-149{
    --tw-translate-x: -745px;
  }

  .tw .md\:-translate-x-0\.5{
    --tw-translate-x: -3px;
  }

  .tw .md\:-translate-x-1px{
    --tw-translate-x: -1px;
  }

  .tw .md\:-translate-x-2px{
    --tw-translate-x: -2px;
  }

  .tw .md\:-translate-x-3px{
    --tw-translate-x: -3px;
  }

  .tw .md\:-translate-x-4px{
    --tw-translate-x: -4px;
  }

  .tw .md\:-translate-x-5px{
    --tw-translate-x: -5px;
  }

  .tw .md\:-translate-x-6px{
    --tw-translate-x: -6px;
  }

  .tw .md\:-translate-x-7px{
    --tw-translate-x: -7px;
  }

  .tw .md\:-translate-x-8px{
    --tw-translate-x: -8px;
  }

  .tw .md\:-translate-x-9px{
    --tw-translate-x: -9px;
  }

  .tw .md\:-translate-x-10px{
    --tw-translate-x: -10px;
  }

  .tw .md\:-translate-x-11px{
    --tw-translate-x: -11px;
  }

  .tw .md\:-translate-x-12px{
    --tw-translate-x: -12px;
  }

  .tw .md\:-translate-x-13px{
    --tw-translate-x: -13px;
  }

  .tw .md\:-translate-x-14px{
    --tw-translate-x: -14px;
  }

  .tw .md\:-translate-x-15px{
    --tw-translate-x: -15px;
  }

  .tw .md\:-translate-x-16px{
    --tw-translate-x: -16px;
  }

  .tw .md\:-translate-x-17px{
    --tw-translate-x: -17px;
  }

  .tw .md\:-translate-x-18px{
    --tw-translate-x: -18px;
  }

  .tw .md\:-translate-x-19px{
    --tw-translate-x: -19px;
  }

  .tw .md\:-translate-x-20px{
    --tw-translate-x: -20px;
  }

  .tw .md\:-translate-x-21px{
    --tw-translate-x: -21px;
  }

  .tw .md\:-translate-x-22px{
    --tw-translate-x: -22px;
  }

  .tw .md\:-translate-x-23px{
    --tw-translate-x: -23px;
  }

  .tw .md\:-translate-x-24px{
    --tw-translate-x: -24px;
  }

  .tw .md\:-translate-x-25px{
    --tw-translate-x: -25px;
  }

  .tw .md\:-translate-x-26px{
    --tw-translate-x: -26px;
  }

  .tw .md\:-translate-x-27px{
    --tw-translate-x: -27px;
  }

  .tw .md\:-translate-x-28px{
    --tw-translate-x: -28px;
  }

  .tw .md\:-translate-x-29px{
    --tw-translate-x: -29px;
  }

  .tw .md\:-translate-x-30px{
    --tw-translate-x: -30px;
  }

  .tw .md\:-translate-x-31px{
    --tw-translate-x: -31px;
  }

  .tw .md\:-translate-x-32px{
    --tw-translate-x: -32px;
  }

  .tw .md\:-translate-x-33px{
    --tw-translate-x: -33px;
  }

  .tw .md\:-translate-x-34px{
    --tw-translate-x: -34px;
  }

  .tw .md\:-translate-x-35px{
    --tw-translate-x: -35px;
  }

  .tw .md\:-translate-x-36px{
    --tw-translate-x: -36px;
  }

  .tw .md\:-translate-x-37px{
    --tw-translate-x: -37px;
  }

  .tw .md\:-translate-x-38px{
    --tw-translate-x: -38px;
  }

  .tw .md\:-translate-x-39px{
    --tw-translate-x: -39px;
  }

  .tw .md\:-translate-x-40px{
    --tw-translate-x: -40px;
  }

  .tw .md\:translate-x-1\/2{
    --tw-translate-x: 50%;
  }

  .tw .md\:translate-x-1\/3{
    --tw-translate-x: 33.333333%;
  }

  .tw .md\:translate-x-2\/3{
    --tw-translate-x: 66.666667%;
  }

  .tw .md\:translate-x-1\/4{
    --tw-translate-x: 25%;
  }

  .tw .md\:translate-x-2\/4{
    --tw-translate-x: 50%;
  }

  .tw .md\:translate-x-3\/4{
    --tw-translate-x: 75%;
  }

  .tw .md\:translate-x-full{
    --tw-translate-x: 100%;
  }

  .tw .md\:-translate-x-1\/2{
    --tw-translate-x: -50%;
  }

  .tw .md\:-translate-x-1\/3{
    --tw-translate-x: -33.333333%;
  }

  .tw .md\:-translate-x-2\/3{
    --tw-translate-x: -66.666667%;
  }

  .tw .md\:-translate-x-1\/4{
    --tw-translate-x: -25%;
  }

  .tw .md\:-translate-x-2\/4{
    --tw-translate-x: -50%;
  }

  .tw .md\:-translate-x-3\/4{
    --tw-translate-x: -75%;
  }

  .tw .md\:-translate-x-full{
    --tw-translate-x: -100%;
  }

  .tw .md\:translate-y-0{
    --tw-translate-y: 0px;
  }

  .tw .md\:translate-y-1{
    --tw-translate-y: 5px;
  }

  .tw .md\:translate-y-2{
    --tw-translate-y: 10px;
  }

  .tw .md\:translate-y-3{
    --tw-translate-y: 15px;
  }

  .tw .md\:translate-y-4{
    --tw-translate-y: 20px;
  }

  .tw .md\:translate-y-5{
    --tw-translate-y: 25px;
  }

  .tw .md\:translate-y-6{
    --tw-translate-y: 30px;
  }

  .tw .md\:translate-y-7{
    --tw-translate-y: 35px;
  }

  .tw .md\:translate-y-8{
    --tw-translate-y: 40px;
  }

  .tw .md\:translate-y-9{
    --tw-translate-y: 45px;
  }

  .tw .md\:translate-y-10{
    --tw-translate-y: 50px;
  }

  .tw .md\:translate-y-11{
    --tw-translate-y: 55px;
  }

  .tw .md\:translate-y-12{
    --tw-translate-y: 60px;
  }

  .tw .md\:translate-y-13{
    --tw-translate-y: 65px;
  }

  .tw .md\:translate-y-14{
    --tw-translate-y: 70px;
  }

  .tw .md\:translate-y-15{
    --tw-translate-y: 75px;
  }

  .tw .md\:translate-y-16{
    --tw-translate-y: 80px;
  }

  .tw .md\:translate-y-17{
    --tw-translate-y: 85px;
  }

  .tw .md\:translate-y-18{
    --tw-translate-y: 90px;
  }

  .tw .md\:translate-y-19{
    --tw-translate-y: 95px;
  }

  .tw .md\:translate-y-20{
    --tw-translate-y: 100px;
  }

  .tw .md\:translate-y-21{
    --tw-translate-y: 105px;
  }

  .tw .md\:translate-y-22{
    --tw-translate-y: 110px;
  }

  .tw .md\:translate-y-23{
    --tw-translate-y: 115px;
  }

  .tw .md\:translate-y-24{
    --tw-translate-y: 120px;
  }

  .tw .md\:translate-y-25{
    --tw-translate-y: 125px;
  }

  .tw .md\:translate-y-26{
    --tw-translate-y: 130px;
  }

  .tw .md\:translate-y-27{
    --tw-translate-y: 135px;
  }

  .tw .md\:translate-y-28{
    --tw-translate-y: 140px;
  }

  .tw .md\:translate-y-29{
    --tw-translate-y: 145px;
  }

  .tw .md\:translate-y-30{
    --tw-translate-y: 150px;
  }

  .tw .md\:translate-y-31{
    --tw-translate-y: 155px;
  }

  .tw .md\:translate-y-32{
    --tw-translate-y: 160px;
  }

  .tw .md\:translate-y-33{
    --tw-translate-y: 165px;
  }

  .tw .md\:translate-y-34{
    --tw-translate-y: 170px;
  }

  .tw .md\:translate-y-35{
    --tw-translate-y: 175px;
  }

  .tw .md\:translate-y-36{
    --tw-translate-y: 180px;
  }

  .tw .md\:translate-y-37{
    --tw-translate-y: 185px;
  }

  .tw .md\:translate-y-38{
    --tw-translate-y: 190px;
  }

  .tw .md\:translate-y-39{
    --tw-translate-y: 195px;
  }

  .tw .md\:translate-y-40{
    --tw-translate-y: 200px;
  }

  .tw .md\:translate-y-41{
    --tw-translate-y: 205px;
  }

  .tw .md\:translate-y-42{
    --tw-translate-y: 210px;
  }

  .tw .md\:translate-y-43{
    --tw-translate-y: 215px;
  }

  .tw .md\:translate-y-44{
    --tw-translate-y: 220px;
  }

  .tw .md\:translate-y-45{
    --tw-translate-y: 225px;
  }

  .tw .md\:translate-y-46{
    --tw-translate-y: 230px;
  }

  .tw .md\:translate-y-47{
    --tw-translate-y: 235px;
  }

  .tw .md\:translate-y-48{
    --tw-translate-y: 240px;
  }

  .tw .md\:translate-y-49{
    --tw-translate-y: 245px;
  }

  .tw .md\:translate-y-50{
    --tw-translate-y: 250px;
  }

  .tw .md\:translate-y-51{
    --tw-translate-y: 255px;
  }

  .tw .md\:translate-y-52{
    --tw-translate-y: 260px;
  }

  .tw .md\:translate-y-53{
    --tw-translate-y: 265px;
  }

  .tw .md\:translate-y-54{
    --tw-translate-y: 270px;
  }

  .tw .md\:translate-y-55{
    --tw-translate-y: 275px;
  }

  .tw .md\:translate-y-56{
    --tw-translate-y: 280px;
  }

  .tw .md\:translate-y-57{
    --tw-translate-y: 285px;
  }

  .tw .md\:translate-y-58{
    --tw-translate-y: 290px;
  }

  .tw .md\:translate-y-59{
    --tw-translate-y: 295px;
  }

  .tw .md\:translate-y-60{
    --tw-translate-y: 300px;
  }

  .tw .md\:translate-y-61{
    --tw-translate-y: 305px;
  }

  .tw .md\:translate-y-62{
    --tw-translate-y: 310px;
  }

  .tw .md\:translate-y-63{
    --tw-translate-y: 315px;
  }

  .tw .md\:translate-y-64{
    --tw-translate-y: 320px;
  }

  .tw .md\:translate-y-65{
    --tw-translate-y: 325px;
  }

  .tw .md\:translate-y-66{
    --tw-translate-y: 330px;
  }

  .tw .md\:translate-y-67{
    --tw-translate-y: 335px;
  }

  .tw .md\:translate-y-68{
    --tw-translate-y: 340px;
  }

  .tw .md\:translate-y-69{
    --tw-translate-y: 345px;
  }

  .tw .md\:translate-y-70{
    --tw-translate-y: 350px;
  }

  .tw .md\:translate-y-71{
    --tw-translate-y: 355px;
  }

  .tw .md\:translate-y-72{
    --tw-translate-y: 360px;
  }

  .tw .md\:translate-y-73{
    --tw-translate-y: 365px;
  }

  .tw .md\:translate-y-74{
    --tw-translate-y: 370px;
  }

  .tw .md\:translate-y-75{
    --tw-translate-y: 375px;
  }

  .tw .md\:translate-y-76{
    --tw-translate-y: 380px;
  }

  .tw .md\:translate-y-77{
    --tw-translate-y: 385px;
  }

  .tw .md\:translate-y-78{
    --tw-translate-y: 390px;
  }

  .tw .md\:translate-y-79{
    --tw-translate-y: 395px;
  }

  .tw .md\:translate-y-80{
    --tw-translate-y: 400px;
  }

  .tw .md\:translate-y-81{
    --tw-translate-y: 405px;
  }

  .tw .md\:translate-y-82{
    --tw-translate-y: 410px;
  }

  .tw .md\:translate-y-83{
    --tw-translate-y: 415px;
  }

  .tw .md\:translate-y-84{
    --tw-translate-y: 420px;
  }

  .tw .md\:translate-y-85{
    --tw-translate-y: 425px;
  }

  .tw .md\:translate-y-86{
    --tw-translate-y: 430px;
  }

  .tw .md\:translate-y-87{
    --tw-translate-y: 435px;
  }

  .tw .md\:translate-y-88{
    --tw-translate-y: 440px;
  }

  .tw .md\:translate-y-89{
    --tw-translate-y: 445px;
  }

  .tw .md\:translate-y-90{
    --tw-translate-y: 450px;
  }

  .tw .md\:translate-y-91{
    --tw-translate-y: 455px;
  }

  .tw .md\:translate-y-92{
    --tw-translate-y: 460px;
  }

  .tw .md\:translate-y-93{
    --tw-translate-y: 465px;
  }

  .tw .md\:translate-y-94{
    --tw-translate-y: 470px;
  }

  .tw .md\:translate-y-95{
    --tw-translate-y: 475px;
  }

  .tw .md\:translate-y-96{
    --tw-translate-y: 480px;
  }

  .tw .md\:translate-y-97{
    --tw-translate-y: 485px;
  }

  .tw .md\:translate-y-98{
    --tw-translate-y: 490px;
  }

  .tw .md\:translate-y-99{
    --tw-translate-y: 495px;
  }

  .tw .md\:translate-y-100{
    --tw-translate-y: 500px;
  }

  .tw .md\:translate-y-101{
    --tw-translate-y: 505px;
  }

  .tw .md\:translate-y-102{
    --tw-translate-y: 510px;
  }

  .tw .md\:translate-y-103{
    --tw-translate-y: 515px;
  }

  .tw .md\:translate-y-104{
    --tw-translate-y: 520px;
  }

  .tw .md\:translate-y-105{
    --tw-translate-y: 525px;
  }

  .tw .md\:translate-y-106{
    --tw-translate-y: 530px;
  }

  .tw .md\:translate-y-107{
    --tw-translate-y: 535px;
  }

  .tw .md\:translate-y-108{
    --tw-translate-y: 540px;
  }

  .tw .md\:translate-y-109{
    --tw-translate-y: 545px;
  }

  .tw .md\:translate-y-110{
    --tw-translate-y: 550px;
  }

  .tw .md\:translate-y-111{
    --tw-translate-y: 555px;
  }

  .tw .md\:translate-y-112{
    --tw-translate-y: 560px;
  }

  .tw .md\:translate-y-113{
    --tw-translate-y: 565px;
  }

  .tw .md\:translate-y-114{
    --tw-translate-y: 570px;
  }

  .tw .md\:translate-y-115{
    --tw-translate-y: 575px;
  }

  .tw .md\:translate-y-116{
    --tw-translate-y: 580px;
  }

  .tw .md\:translate-y-117{
    --tw-translate-y: 585px;
  }

  .tw .md\:translate-y-118{
    --tw-translate-y: 590px;
  }

  .tw .md\:translate-y-119{
    --tw-translate-y: 595px;
  }

  .tw .md\:translate-y-120{
    --tw-translate-y: 600px;
  }

  .tw .md\:translate-y-121{
    --tw-translate-y: 605px;
  }

  .tw .md\:translate-y-122{
    --tw-translate-y: 610px;
  }

  .tw .md\:translate-y-123{
    --tw-translate-y: 615px;
  }

  .tw .md\:translate-y-124{
    --tw-translate-y: 620px;
  }

  .tw .md\:translate-y-125{
    --tw-translate-y: 625px;
  }

  .tw .md\:translate-y-126{
    --tw-translate-y: 630px;
  }

  .tw .md\:translate-y-127{
    --tw-translate-y: 635px;
  }

  .tw .md\:translate-y-128{
    --tw-translate-y: 640px;
  }

  .tw .md\:translate-y-129{
    --tw-translate-y: 645px;
  }

  .tw .md\:translate-y-130{
    --tw-translate-y: 650px;
  }

  .tw .md\:translate-y-131{
    --tw-translate-y: 655px;
  }

  .tw .md\:translate-y-132{
    --tw-translate-y: 660px;
  }

  .tw .md\:translate-y-133{
    --tw-translate-y: 665px;
  }

  .tw .md\:translate-y-134{
    --tw-translate-y: 670px;
  }

  .tw .md\:translate-y-135{
    --tw-translate-y: 675px;
  }

  .tw .md\:translate-y-136{
    --tw-translate-y: 680px;
  }

  .tw .md\:translate-y-137{
    --tw-translate-y: 685px;
  }

  .tw .md\:translate-y-138{
    --tw-translate-y: 690px;
  }

  .tw .md\:translate-y-139{
    --tw-translate-y: 695px;
  }

  .tw .md\:translate-y-140{
    --tw-translate-y: 700px;
  }

  .tw .md\:translate-y-141{
    --tw-translate-y: 705px;
  }

  .tw .md\:translate-y-142{
    --tw-translate-y: 710px;
  }

  .tw .md\:translate-y-143{
    --tw-translate-y: 715px;
  }

  .tw .md\:translate-y-144{
    --tw-translate-y: 720px;
  }

  .tw .md\:translate-y-145{
    --tw-translate-y: 725px;
  }

  .tw .md\:translate-y-146{
    --tw-translate-y: 730px;
  }

  .tw .md\:translate-y-147{
    --tw-translate-y: 735px;
  }

  .tw .md\:translate-y-148{
    --tw-translate-y: 740px;
  }

  .tw .md\:translate-y-149{
    --tw-translate-y: 745px;
  }

  .tw .md\:translate-y-0\.5{
    --tw-translate-y: 3px;
  }

  .tw .md\:translate-y-1px{
    --tw-translate-y: 1px;
  }

  .tw .md\:translate-y-2px{
    --tw-translate-y: 2px;
  }

  .tw .md\:translate-y-3px{
    --tw-translate-y: 3px;
  }

  .tw .md\:translate-y-4px{
    --tw-translate-y: 4px;
  }

  .tw .md\:translate-y-5px{
    --tw-translate-y: 5px;
  }

  .tw .md\:translate-y-6px{
    --tw-translate-y: 6px;
  }

  .tw .md\:translate-y-7px{
    --tw-translate-y: 7px;
  }

  .tw .md\:translate-y-8px{
    --tw-translate-y: 8px;
  }

  .tw .md\:translate-y-9px{
    --tw-translate-y: 9px;
  }

  .tw .md\:translate-y-10px{
    --tw-translate-y: 10px;
  }

  .tw .md\:translate-y-11px{
    --tw-translate-y: 11px;
  }

  .tw .md\:translate-y-12px{
    --tw-translate-y: 12px;
  }

  .tw .md\:translate-y-13px{
    --tw-translate-y: 13px;
  }

  .tw .md\:translate-y-14px{
    --tw-translate-y: 14px;
  }

  .tw .md\:translate-y-15px{
    --tw-translate-y: 15px;
  }

  .tw .md\:translate-y-16px{
    --tw-translate-y: 16px;
  }

  .tw .md\:translate-y-17px{
    --tw-translate-y: 17px;
  }

  .tw .md\:translate-y-18px{
    --tw-translate-y: 18px;
  }

  .tw .md\:translate-y-19px{
    --tw-translate-y: 19px;
  }

  .tw .md\:translate-y-20px{
    --tw-translate-y: 20px;
  }

  .tw .md\:translate-y-21px{
    --tw-translate-y: 21px;
  }

  .tw .md\:translate-y-22px{
    --tw-translate-y: 22px;
  }

  .tw .md\:translate-y-23px{
    --tw-translate-y: 23px;
  }

  .tw .md\:translate-y-24px{
    --tw-translate-y: 24px;
  }

  .tw .md\:translate-y-25px{
    --tw-translate-y: 25px;
  }

  .tw .md\:translate-y-26px{
    --tw-translate-y: 26px;
  }

  .tw .md\:translate-y-27px{
    --tw-translate-y: 27px;
  }

  .tw .md\:translate-y-28px{
    --tw-translate-y: 28px;
  }

  .tw .md\:translate-y-29px{
    --tw-translate-y: 29px;
  }

  .tw .md\:translate-y-30px{
    --tw-translate-y: 30px;
  }

  .tw .md\:translate-y-31px{
    --tw-translate-y: 31px;
  }

  .tw .md\:translate-y-32px{
    --tw-translate-y: 32px;
  }

  .tw .md\:translate-y-33px{
    --tw-translate-y: 33px;
  }

  .tw .md\:translate-y-34px{
    --tw-translate-y: 34px;
  }

  .tw .md\:translate-y-35px{
    --tw-translate-y: 35px;
  }

  .tw .md\:translate-y-36px{
    --tw-translate-y: 36px;
  }

  .tw .md\:translate-y-37px{
    --tw-translate-y: 37px;
  }

  .tw .md\:translate-y-38px{
    --tw-translate-y: 38px;
  }

  .tw .md\:translate-y-39px{
    --tw-translate-y: 39px;
  }

  .tw .md\:translate-y-40px{
    --tw-translate-y: 40px;
  }

  .tw .md\:-translate-y-0{
    --tw-translate-y: 0px;
  }

  .tw .md\:-translate-y-1{
    --tw-translate-y: -5px;
  }

  .tw .md\:-translate-y-2{
    --tw-translate-y: -10px;
  }

  .tw .md\:-translate-y-3{
    --tw-translate-y: -15px;
  }

  .tw .md\:-translate-y-4{
    --tw-translate-y: -20px;
  }

  .tw .md\:-translate-y-5{
    --tw-translate-y: -25px;
  }

  .tw .md\:-translate-y-6{
    --tw-translate-y: -30px;
  }

  .tw .md\:-translate-y-7{
    --tw-translate-y: -35px;
  }

  .tw .md\:-translate-y-8{
    --tw-translate-y: -40px;
  }

  .tw .md\:-translate-y-9{
    --tw-translate-y: -45px;
  }

  .tw .md\:-translate-y-10{
    --tw-translate-y: -50px;
  }

  .tw .md\:-translate-y-11{
    --tw-translate-y: -55px;
  }

  .tw .md\:-translate-y-12{
    --tw-translate-y: -60px;
  }

  .tw .md\:-translate-y-13{
    --tw-translate-y: -65px;
  }

  .tw .md\:-translate-y-14{
    --tw-translate-y: -70px;
  }

  .tw .md\:-translate-y-15{
    --tw-translate-y: -75px;
  }

  .tw .md\:-translate-y-16{
    --tw-translate-y: -80px;
  }

  .tw .md\:-translate-y-17{
    --tw-translate-y: -85px;
  }

  .tw .md\:-translate-y-18{
    --tw-translate-y: -90px;
  }

  .tw .md\:-translate-y-19{
    --tw-translate-y: -95px;
  }

  .tw .md\:-translate-y-20{
    --tw-translate-y: -100px;
  }

  .tw .md\:-translate-y-21{
    --tw-translate-y: -105px;
  }

  .tw .md\:-translate-y-22{
    --tw-translate-y: -110px;
  }

  .tw .md\:-translate-y-23{
    --tw-translate-y: -115px;
  }

  .tw .md\:-translate-y-24{
    --tw-translate-y: -120px;
  }

  .tw .md\:-translate-y-25{
    --tw-translate-y: -125px;
  }

  .tw .md\:-translate-y-26{
    --tw-translate-y: -130px;
  }

  .tw .md\:-translate-y-27{
    --tw-translate-y: -135px;
  }

  .tw .md\:-translate-y-28{
    --tw-translate-y: -140px;
  }

  .tw .md\:-translate-y-29{
    --tw-translate-y: -145px;
  }

  .tw .md\:-translate-y-30{
    --tw-translate-y: -150px;
  }

  .tw .md\:-translate-y-31{
    --tw-translate-y: -155px;
  }

  .tw .md\:-translate-y-32{
    --tw-translate-y: -160px;
  }

  .tw .md\:-translate-y-33{
    --tw-translate-y: -165px;
  }

  .tw .md\:-translate-y-34{
    --tw-translate-y: -170px;
  }

  .tw .md\:-translate-y-35{
    --tw-translate-y: -175px;
  }

  .tw .md\:-translate-y-36{
    --tw-translate-y: -180px;
  }

  .tw .md\:-translate-y-37{
    --tw-translate-y: -185px;
  }

  .tw .md\:-translate-y-38{
    --tw-translate-y: -190px;
  }

  .tw .md\:-translate-y-39{
    --tw-translate-y: -195px;
  }

  .tw .md\:-translate-y-40{
    --tw-translate-y: -200px;
  }

  .tw .md\:-translate-y-41{
    --tw-translate-y: -205px;
  }

  .tw .md\:-translate-y-42{
    --tw-translate-y: -210px;
  }

  .tw .md\:-translate-y-43{
    --tw-translate-y: -215px;
  }

  .tw .md\:-translate-y-44{
    --tw-translate-y: -220px;
  }

  .tw .md\:-translate-y-45{
    --tw-translate-y: -225px;
  }

  .tw .md\:-translate-y-46{
    --tw-translate-y: -230px;
  }

  .tw .md\:-translate-y-47{
    --tw-translate-y: -235px;
  }

  .tw .md\:-translate-y-48{
    --tw-translate-y: -240px;
  }

  .tw .md\:-translate-y-49{
    --tw-translate-y: -245px;
  }

  .tw .md\:-translate-y-50{
    --tw-translate-y: -250px;
  }

  .tw .md\:-translate-y-51{
    --tw-translate-y: -255px;
  }

  .tw .md\:-translate-y-52{
    --tw-translate-y: -260px;
  }

  .tw .md\:-translate-y-53{
    --tw-translate-y: -265px;
  }

  .tw .md\:-translate-y-54{
    --tw-translate-y: -270px;
  }

  .tw .md\:-translate-y-55{
    --tw-translate-y: -275px;
  }

  .tw .md\:-translate-y-56{
    --tw-translate-y: -280px;
  }

  .tw .md\:-translate-y-57{
    --tw-translate-y: -285px;
  }

  .tw .md\:-translate-y-58{
    --tw-translate-y: -290px;
  }

  .tw .md\:-translate-y-59{
    --tw-translate-y: -295px;
  }

  .tw .md\:-translate-y-60{
    --tw-translate-y: -300px;
  }

  .tw .md\:-translate-y-61{
    --tw-translate-y: -305px;
  }

  .tw .md\:-translate-y-62{
    --tw-translate-y: -310px;
  }

  .tw .md\:-translate-y-63{
    --tw-translate-y: -315px;
  }

  .tw .md\:-translate-y-64{
    --tw-translate-y: -320px;
  }

  .tw .md\:-translate-y-65{
    --tw-translate-y: -325px;
  }

  .tw .md\:-translate-y-66{
    --tw-translate-y: -330px;
  }

  .tw .md\:-translate-y-67{
    --tw-translate-y: -335px;
  }

  .tw .md\:-translate-y-68{
    --tw-translate-y: -340px;
  }

  .tw .md\:-translate-y-69{
    --tw-translate-y: -345px;
  }

  .tw .md\:-translate-y-70{
    --tw-translate-y: -350px;
  }

  .tw .md\:-translate-y-71{
    --tw-translate-y: -355px;
  }

  .tw .md\:-translate-y-72{
    --tw-translate-y: -360px;
  }

  .tw .md\:-translate-y-73{
    --tw-translate-y: -365px;
  }

  .tw .md\:-translate-y-74{
    --tw-translate-y: -370px;
  }

  .tw .md\:-translate-y-75{
    --tw-translate-y: -375px;
  }

  .tw .md\:-translate-y-76{
    --tw-translate-y: -380px;
  }

  .tw .md\:-translate-y-77{
    --tw-translate-y: -385px;
  }

  .tw .md\:-translate-y-78{
    --tw-translate-y: -390px;
  }

  .tw .md\:-translate-y-79{
    --tw-translate-y: -395px;
  }

  .tw .md\:-translate-y-80{
    --tw-translate-y: -400px;
  }

  .tw .md\:-translate-y-81{
    --tw-translate-y: -405px;
  }

  .tw .md\:-translate-y-82{
    --tw-translate-y: -410px;
  }

  .tw .md\:-translate-y-83{
    --tw-translate-y: -415px;
  }

  .tw .md\:-translate-y-84{
    --tw-translate-y: -420px;
  }

  .tw .md\:-translate-y-85{
    --tw-translate-y: -425px;
  }

  .tw .md\:-translate-y-86{
    --tw-translate-y: -430px;
  }

  .tw .md\:-translate-y-87{
    --tw-translate-y: -435px;
  }

  .tw .md\:-translate-y-88{
    --tw-translate-y: -440px;
  }

  .tw .md\:-translate-y-89{
    --tw-translate-y: -445px;
  }

  .tw .md\:-translate-y-90{
    --tw-translate-y: -450px;
  }

  .tw .md\:-translate-y-91{
    --tw-translate-y: -455px;
  }

  .tw .md\:-translate-y-92{
    --tw-translate-y: -460px;
  }

  .tw .md\:-translate-y-93{
    --tw-translate-y: -465px;
  }

  .tw .md\:-translate-y-94{
    --tw-translate-y: -470px;
  }

  .tw .md\:-translate-y-95{
    --tw-translate-y: -475px;
  }

  .tw .md\:-translate-y-96{
    --tw-translate-y: -480px;
  }

  .tw .md\:-translate-y-97{
    --tw-translate-y: -485px;
  }

  .tw .md\:-translate-y-98{
    --tw-translate-y: -490px;
  }

  .tw .md\:-translate-y-99{
    --tw-translate-y: -495px;
  }

  .tw .md\:-translate-y-100{
    --tw-translate-y: -500px;
  }

  .tw .md\:-translate-y-101{
    --tw-translate-y: -505px;
  }

  .tw .md\:-translate-y-102{
    --tw-translate-y: -510px;
  }

  .tw .md\:-translate-y-103{
    --tw-translate-y: -515px;
  }

  .tw .md\:-translate-y-104{
    --tw-translate-y: -520px;
  }

  .tw .md\:-translate-y-105{
    --tw-translate-y: -525px;
  }

  .tw .md\:-translate-y-106{
    --tw-translate-y: -530px;
  }

  .tw .md\:-translate-y-107{
    --tw-translate-y: -535px;
  }

  .tw .md\:-translate-y-108{
    --tw-translate-y: -540px;
  }

  .tw .md\:-translate-y-109{
    --tw-translate-y: -545px;
  }

  .tw .md\:-translate-y-110{
    --tw-translate-y: -550px;
  }

  .tw .md\:-translate-y-111{
    --tw-translate-y: -555px;
  }

  .tw .md\:-translate-y-112{
    --tw-translate-y: -560px;
  }

  .tw .md\:-translate-y-113{
    --tw-translate-y: -565px;
  }

  .tw .md\:-translate-y-114{
    --tw-translate-y: -570px;
  }

  .tw .md\:-translate-y-115{
    --tw-translate-y: -575px;
  }

  .tw .md\:-translate-y-116{
    --tw-translate-y: -580px;
  }

  .tw .md\:-translate-y-117{
    --tw-translate-y: -585px;
  }

  .tw .md\:-translate-y-118{
    --tw-translate-y: -590px;
  }

  .tw .md\:-translate-y-119{
    --tw-translate-y: -595px;
  }

  .tw .md\:-translate-y-120{
    --tw-translate-y: -600px;
  }

  .tw .md\:-translate-y-121{
    --tw-translate-y: -605px;
  }

  .tw .md\:-translate-y-122{
    --tw-translate-y: -610px;
  }

  .tw .md\:-translate-y-123{
    --tw-translate-y: -615px;
  }

  .tw .md\:-translate-y-124{
    --tw-translate-y: -620px;
  }

  .tw .md\:-translate-y-125{
    --tw-translate-y: -625px;
  }

  .tw .md\:-translate-y-126{
    --tw-translate-y: -630px;
  }

  .tw .md\:-translate-y-127{
    --tw-translate-y: -635px;
  }

  .tw .md\:-translate-y-128{
    --tw-translate-y: -640px;
  }

  .tw .md\:-translate-y-129{
    --tw-translate-y: -645px;
  }

  .tw .md\:-translate-y-130{
    --tw-translate-y: -650px;
  }

  .tw .md\:-translate-y-131{
    --tw-translate-y: -655px;
  }

  .tw .md\:-translate-y-132{
    --tw-translate-y: -660px;
  }

  .tw .md\:-translate-y-133{
    --tw-translate-y: -665px;
  }

  .tw .md\:-translate-y-134{
    --tw-translate-y: -670px;
  }

  .tw .md\:-translate-y-135{
    --tw-translate-y: -675px;
  }

  .tw .md\:-translate-y-136{
    --tw-translate-y: -680px;
  }

  .tw .md\:-translate-y-137{
    --tw-translate-y: -685px;
  }

  .tw .md\:-translate-y-138{
    --tw-translate-y: -690px;
  }

  .tw .md\:-translate-y-139{
    --tw-translate-y: -695px;
  }

  .tw .md\:-translate-y-140{
    --tw-translate-y: -700px;
  }

  .tw .md\:-translate-y-141{
    --tw-translate-y: -705px;
  }

  .tw .md\:-translate-y-142{
    --tw-translate-y: -710px;
  }

  .tw .md\:-translate-y-143{
    --tw-translate-y: -715px;
  }

  .tw .md\:-translate-y-144{
    --tw-translate-y: -720px;
  }

  .tw .md\:-translate-y-145{
    --tw-translate-y: -725px;
  }

  .tw .md\:-translate-y-146{
    --tw-translate-y: -730px;
  }

  .tw .md\:-translate-y-147{
    --tw-translate-y: -735px;
  }

  .tw .md\:-translate-y-148{
    --tw-translate-y: -740px;
  }

  .tw .md\:-translate-y-149{
    --tw-translate-y: -745px;
  }

  .tw .md\:-translate-y-0\.5{
    --tw-translate-y: -3px;
  }

  .tw .md\:-translate-y-1px{
    --tw-translate-y: -1px;
  }

  .tw .md\:-translate-y-2px{
    --tw-translate-y: -2px;
  }

  .tw .md\:-translate-y-3px{
    --tw-translate-y: -3px;
  }

  .tw .md\:-translate-y-4px{
    --tw-translate-y: -4px;
  }

  .tw .md\:-translate-y-5px{
    --tw-translate-y: -5px;
  }

  .tw .md\:-translate-y-6px{
    --tw-translate-y: -6px;
  }

  .tw .md\:-translate-y-7px{
    --tw-translate-y: -7px;
  }

  .tw .md\:-translate-y-8px{
    --tw-translate-y: -8px;
  }

  .tw .md\:-translate-y-9px{
    --tw-translate-y: -9px;
  }

  .tw .md\:-translate-y-10px{
    --tw-translate-y: -10px;
  }

  .tw .md\:-translate-y-11px{
    --tw-translate-y: -11px;
  }

  .tw .md\:-translate-y-12px{
    --tw-translate-y: -12px;
  }

  .tw .md\:-translate-y-13px{
    --tw-translate-y: -13px;
  }

  .tw .md\:-translate-y-14px{
    --tw-translate-y: -14px;
  }

  .tw .md\:-translate-y-15px{
    --tw-translate-y: -15px;
  }

  .tw .md\:-translate-y-16px{
    --tw-translate-y: -16px;
  }

  .tw .md\:-translate-y-17px{
    --tw-translate-y: -17px;
  }

  .tw .md\:-translate-y-18px{
    --tw-translate-y: -18px;
  }

  .tw .md\:-translate-y-19px{
    --tw-translate-y: -19px;
  }

  .tw .md\:-translate-y-20px{
    --tw-translate-y: -20px;
  }

  .tw .md\:-translate-y-21px{
    --tw-translate-y: -21px;
  }

  .tw .md\:-translate-y-22px{
    --tw-translate-y: -22px;
  }

  .tw .md\:-translate-y-23px{
    --tw-translate-y: -23px;
  }

  .tw .md\:-translate-y-24px{
    --tw-translate-y: -24px;
  }

  .tw .md\:-translate-y-25px{
    --tw-translate-y: -25px;
  }

  .tw .md\:-translate-y-26px{
    --tw-translate-y: -26px;
  }

  .tw .md\:-translate-y-27px{
    --tw-translate-y: -27px;
  }

  .tw .md\:-translate-y-28px{
    --tw-translate-y: -28px;
  }

  .tw .md\:-translate-y-29px{
    --tw-translate-y: -29px;
  }

  .tw .md\:-translate-y-30px{
    --tw-translate-y: -30px;
  }

  .tw .md\:-translate-y-31px{
    --tw-translate-y: -31px;
  }

  .tw .md\:-translate-y-32px{
    --tw-translate-y: -32px;
  }

  .tw .md\:-translate-y-33px{
    --tw-translate-y: -33px;
  }

  .tw .md\:-translate-y-34px{
    --tw-translate-y: -34px;
  }

  .tw .md\:-translate-y-35px{
    --tw-translate-y: -35px;
  }

  .tw .md\:-translate-y-36px{
    --tw-translate-y: -36px;
  }

  .tw .md\:-translate-y-37px{
    --tw-translate-y: -37px;
  }

  .tw .md\:-translate-y-38px{
    --tw-translate-y: -38px;
  }

  .tw .md\:-translate-y-39px{
    --tw-translate-y: -39px;
  }

  .tw .md\:-translate-y-40px{
    --tw-translate-y: -40px;
  }

  .tw .md\:translate-y-1\/2{
    --tw-translate-y: 50%;
  }

  .tw .md\:translate-y-1\/3{
    --tw-translate-y: 33.333333%;
  }

  .tw .md\:translate-y-2\/3{
    --tw-translate-y: 66.666667%;
  }

  .tw .md\:translate-y-1\/4{
    --tw-translate-y: 25%;
  }

  .tw .md\:translate-y-2\/4{
    --tw-translate-y: 50%;
  }

  .tw .md\:translate-y-3\/4{
    --tw-translate-y: 75%;
  }

  .tw .md\:translate-y-full{
    --tw-translate-y: 100%;
  }

  .tw .md\:-translate-y-1\/2{
    --tw-translate-y: -50%;
  }

  .tw .md\:-translate-y-1\/3{
    --tw-translate-y: -33.333333%;
  }

  .tw .md\:-translate-y-2\/3{
    --tw-translate-y: -66.666667%;
  }

  .tw .md\:-translate-y-1\/4{
    --tw-translate-y: -25%;
  }

  .tw .md\:-translate-y-2\/4{
    --tw-translate-y: -50%;
  }

  .tw .md\:-translate-y-3\/4{
    --tw-translate-y: -75%;
  }

  .tw .md\:-translate-y-full{
    --tw-translate-y: -100%;
  }

  .tw .group:hover .md\:group-hover\:translate-x-0{
    --tw-translate-x: 0px;
  }

  .tw .group:hover .md\:group-hover\:translate-x-1{
    --tw-translate-x: 5px;
  }

  .tw .group:hover .md\:group-hover\:translate-x-2{
    --tw-translate-x: 10px;
  }

  .tw .group:hover .md\:group-hover\:translate-x-3{
    --tw-translate-x: 15px;
  }

  .tw .group:hover .md\:group-hover\:translate-x-4{
    --tw-translate-x: 20px;
  }

  .tw .group:hover .md\:group-hover\:translate-x-5{
    --tw-translate-x: 25px;
  }

  .tw .group:hover .md\:group-hover\:translate-x-6{
    --tw-translate-x: 30px;
  }

  .tw .group:hover .md\:group-hover\:translate-x-7{
    --tw-translate-x: 35px;
  }

  .tw .group:hover .md\:group-hover\:translate-x-8{
    --tw-translate-x: 40px;
  }

  .tw .group:hover .md\:group-hover\:translate-x-9{
    --tw-translate-x: 45px;
  }

  .tw .group:hover .md\:group-hover\:translate-x-10{
    --tw-translate-x: 50px;
  }

  .tw .group:hover .md\:group-hover\:translate-x-11{
    --tw-translate-x: 55px;
  }

  .tw .group:hover .md\:group-hover\:translate-x-12{
    --tw-translate-x: 60px;
  }

  .tw .group:hover .md\:group-hover\:translate-x-13{
    --tw-translate-x: 65px;
  }

  .tw .group:hover .md\:group-hover\:translate-x-14{
    --tw-translate-x: 70px;
  }

  .tw .group:hover .md\:group-hover\:translate-x-15{
    --tw-translate-x: 75px;
  }

  .tw .group:hover .md\:group-hover\:translate-x-16{
    --tw-translate-x: 80px;
  }

  .tw .group:hover .md\:group-hover\:translate-x-17{
    --tw-translate-x: 85px;
  }

  .tw .group:hover .md\:group-hover\:translate-x-18{
    --tw-translate-x: 90px;
  }

  .tw .group:hover .md\:group-hover\:translate-x-19{
    --tw-translate-x: 95px;
  }

  .tw .group:hover .md\:group-hover\:translate-x-20{
    --tw-translate-x: 100px;
  }

  .tw .group:hover .md\:group-hover\:translate-x-21{
    --tw-translate-x: 105px;
  }

  .tw .group:hover .md\:group-hover\:translate-x-22{
    --tw-translate-x: 110px;
  }

  .tw .group:hover .md\:group-hover\:translate-x-23{
    --tw-translate-x: 115px;
  }

  .tw .group:hover .md\:group-hover\:translate-x-24{
    --tw-translate-x: 120px;
  }

  .tw .group:hover .md\:group-hover\:translate-x-25{
    --tw-translate-x: 125px;
  }

  .tw .group:hover .md\:group-hover\:translate-x-26{
    --tw-translate-x: 130px;
  }

  .tw .group:hover .md\:group-hover\:translate-x-27{
    --tw-translate-x: 135px;
  }

  .tw .group:hover .md\:group-hover\:translate-x-28{
    --tw-translate-x: 140px;
  }

  .tw .group:hover .md\:group-hover\:translate-x-29{
    --tw-translate-x: 145px;
  }

  .tw .group:hover .md\:group-hover\:translate-x-30{
    --tw-translate-x: 150px;
  }

  .tw .group:hover .md\:group-hover\:translate-x-31{
    --tw-translate-x: 155px;
  }

  .tw .group:hover .md\:group-hover\:translate-x-32{
    --tw-translate-x: 160px;
  }

  .tw .group:hover .md\:group-hover\:translate-x-33{
    --tw-translate-x: 165px;
  }

  .tw .group:hover .md\:group-hover\:translate-x-34{
    --tw-translate-x: 170px;
  }

  .tw .group:hover .md\:group-hover\:translate-x-35{
    --tw-translate-x: 175px;
  }

  .tw .group:hover .md\:group-hover\:translate-x-36{
    --tw-translate-x: 180px;
  }

  .tw .group:hover .md\:group-hover\:translate-x-37{
    --tw-translate-x: 185px;
  }

  .tw .group:hover .md\:group-hover\:translate-x-38{
    --tw-translate-x: 190px;
  }

  .tw .group:hover .md\:group-hover\:translate-x-39{
    --tw-translate-x: 195px;
  }

  .tw .group:hover .md\:group-hover\:translate-x-40{
    --tw-translate-x: 200px;
  }

  .tw .group:hover .md\:group-hover\:translate-x-41{
    --tw-translate-x: 205px;
  }

  .tw .group:hover .md\:group-hover\:translate-x-42{
    --tw-translate-x: 210px;
  }

  .tw .group:hover .md\:group-hover\:translate-x-43{
    --tw-translate-x: 215px;
  }

  .tw .group:hover .md\:group-hover\:translate-x-44{
    --tw-translate-x: 220px;
  }

  .tw .group:hover .md\:group-hover\:translate-x-45{
    --tw-translate-x: 225px;
  }

  .tw .group:hover .md\:group-hover\:translate-x-46{
    --tw-translate-x: 230px;
  }

  .tw .group:hover .md\:group-hover\:translate-x-47{
    --tw-translate-x: 235px;
  }

  .tw .group:hover .md\:group-hover\:translate-x-48{
    --tw-translate-x: 240px;
  }

  .tw .group:hover .md\:group-hover\:translate-x-49{
    --tw-translate-x: 245px;
  }

  .tw .group:hover .md\:group-hover\:translate-x-50{
    --tw-translate-x: 250px;
  }

  .tw .group:hover .md\:group-hover\:translate-x-51{
    --tw-translate-x: 255px;
  }

  .tw .group:hover .md\:group-hover\:translate-x-52{
    --tw-translate-x: 260px;
  }

  .tw .group:hover .md\:group-hover\:translate-x-53{
    --tw-translate-x: 265px;
  }

  .tw .group:hover .md\:group-hover\:translate-x-54{
    --tw-translate-x: 270px;
  }

  .tw .group:hover .md\:group-hover\:translate-x-55{
    --tw-translate-x: 275px;
  }

  .tw .group:hover .md\:group-hover\:translate-x-56{
    --tw-translate-x: 280px;
  }

  .tw .group:hover .md\:group-hover\:translate-x-57{
    --tw-translate-x: 285px;
  }

  .tw .group:hover .md\:group-hover\:translate-x-58{
    --tw-translate-x: 290px;
  }

  .tw .group:hover .md\:group-hover\:translate-x-59{
    --tw-translate-x: 295px;
  }

  .tw .group:hover .md\:group-hover\:translate-x-60{
    --tw-translate-x: 300px;
  }

  .tw .group:hover .md\:group-hover\:translate-x-61{
    --tw-translate-x: 305px;
  }

  .tw .group:hover .md\:group-hover\:translate-x-62{
    --tw-translate-x: 310px;
  }

  .tw .group:hover .md\:group-hover\:translate-x-63{
    --tw-translate-x: 315px;
  }

  .tw .group:hover .md\:group-hover\:translate-x-64{
    --tw-translate-x: 320px;
  }

  .tw .group:hover .md\:group-hover\:translate-x-65{
    --tw-translate-x: 325px;
  }

  .tw .group:hover .md\:group-hover\:translate-x-66{
    --tw-translate-x: 330px;
  }

  .tw .group:hover .md\:group-hover\:translate-x-67{
    --tw-translate-x: 335px;
  }

  .tw .group:hover .md\:group-hover\:translate-x-68{
    --tw-translate-x: 340px;
  }

  .tw .group:hover .md\:group-hover\:translate-x-69{
    --tw-translate-x: 345px;
  }

  .tw .group:hover .md\:group-hover\:translate-x-70{
    --tw-translate-x: 350px;
  }

  .tw .group:hover .md\:group-hover\:translate-x-71{
    --tw-translate-x: 355px;
  }

  .tw .group:hover .md\:group-hover\:translate-x-72{
    --tw-translate-x: 360px;
  }

  .tw .group:hover .md\:group-hover\:translate-x-73{
    --tw-translate-x: 365px;
  }

  .tw .group:hover .md\:group-hover\:translate-x-74{
    --tw-translate-x: 370px;
  }

  .tw .group:hover .md\:group-hover\:translate-x-75{
    --tw-translate-x: 375px;
  }

  .tw .group:hover .md\:group-hover\:translate-x-76{
    --tw-translate-x: 380px;
  }

  .tw .group:hover .md\:group-hover\:translate-x-77{
    --tw-translate-x: 385px;
  }

  .tw .group:hover .md\:group-hover\:translate-x-78{
    --tw-translate-x: 390px;
  }

  .tw .group:hover .md\:group-hover\:translate-x-79{
    --tw-translate-x: 395px;
  }

  .tw .group:hover .md\:group-hover\:translate-x-80{
    --tw-translate-x: 400px;
  }

  .tw .group:hover .md\:group-hover\:translate-x-81{
    --tw-translate-x: 405px;
  }

  .tw .group:hover .md\:group-hover\:translate-x-82{
    --tw-translate-x: 410px;
  }

  .tw .group:hover .md\:group-hover\:translate-x-83{
    --tw-translate-x: 415px;
  }

  .tw .group:hover .md\:group-hover\:translate-x-84{
    --tw-translate-x: 420px;
  }

  .tw .group:hover .md\:group-hover\:translate-x-85{
    --tw-translate-x: 425px;
  }

  .tw .group:hover .md\:group-hover\:translate-x-86{
    --tw-translate-x: 430px;
  }

  .tw .group:hover .md\:group-hover\:translate-x-87{
    --tw-translate-x: 435px;
  }

  .tw .group:hover .md\:group-hover\:translate-x-88{
    --tw-translate-x: 440px;
  }

  .tw .group:hover .md\:group-hover\:translate-x-89{
    --tw-translate-x: 445px;
  }

  .tw .group:hover .md\:group-hover\:translate-x-90{
    --tw-translate-x: 450px;
  }

  .tw .group:hover .md\:group-hover\:translate-x-91{
    --tw-translate-x: 455px;
  }

  .tw .group:hover .md\:group-hover\:translate-x-92{
    --tw-translate-x: 460px;
  }

  .tw .group:hover .md\:group-hover\:translate-x-93{
    --tw-translate-x: 465px;
  }

  .tw .group:hover .md\:group-hover\:translate-x-94{
    --tw-translate-x: 470px;
  }

  .tw .group:hover .md\:group-hover\:translate-x-95{
    --tw-translate-x: 475px;
  }

  .tw .group:hover .md\:group-hover\:translate-x-96{
    --tw-translate-x: 480px;
  }

  .tw .group:hover .md\:group-hover\:translate-x-97{
    --tw-translate-x: 485px;
  }

  .tw .group:hover .md\:group-hover\:translate-x-98{
    --tw-translate-x: 490px;
  }

  .tw .group:hover .md\:group-hover\:translate-x-99{
    --tw-translate-x: 495px;
  }

  .tw .group:hover .md\:group-hover\:translate-x-100{
    --tw-translate-x: 500px;
  }

  .tw .group:hover .md\:group-hover\:translate-x-101{
    --tw-translate-x: 505px;
  }

  .tw .group:hover .md\:group-hover\:translate-x-102{
    --tw-translate-x: 510px;
  }

  .tw .group:hover .md\:group-hover\:translate-x-103{
    --tw-translate-x: 515px;
  }

  .tw .group:hover .md\:group-hover\:translate-x-104{
    --tw-translate-x: 520px;
  }

  .tw .group:hover .md\:group-hover\:translate-x-105{
    --tw-translate-x: 525px;
  }

  .tw .group:hover .md\:group-hover\:translate-x-106{
    --tw-translate-x: 530px;
  }

  .tw .group:hover .md\:group-hover\:translate-x-107{
    --tw-translate-x: 535px;
  }

  .tw .group:hover .md\:group-hover\:translate-x-108{
    --tw-translate-x: 540px;
  }

  .tw .group:hover .md\:group-hover\:translate-x-109{
    --tw-translate-x: 545px;
  }

  .tw .group:hover .md\:group-hover\:translate-x-110{
    --tw-translate-x: 550px;
  }

  .tw .group:hover .md\:group-hover\:translate-x-111{
    --tw-translate-x: 555px;
  }

  .tw .group:hover .md\:group-hover\:translate-x-112{
    --tw-translate-x: 560px;
  }

  .tw .group:hover .md\:group-hover\:translate-x-113{
    --tw-translate-x: 565px;
  }

  .tw .group:hover .md\:group-hover\:translate-x-114{
    --tw-translate-x: 570px;
  }

  .tw .group:hover .md\:group-hover\:translate-x-115{
    --tw-translate-x: 575px;
  }

  .tw .group:hover .md\:group-hover\:translate-x-116{
    --tw-translate-x: 580px;
  }

  .tw .group:hover .md\:group-hover\:translate-x-117{
    --tw-translate-x: 585px;
  }

  .tw .group:hover .md\:group-hover\:translate-x-118{
    --tw-translate-x: 590px;
  }

  .tw .group:hover .md\:group-hover\:translate-x-119{
    --tw-translate-x: 595px;
  }

  .tw .group:hover .md\:group-hover\:translate-x-120{
    --tw-translate-x: 600px;
  }

  .tw .group:hover .md\:group-hover\:translate-x-121{
    --tw-translate-x: 605px;
  }

  .tw .group:hover .md\:group-hover\:translate-x-122{
    --tw-translate-x: 610px;
  }

  .tw .group:hover .md\:group-hover\:translate-x-123{
    --tw-translate-x: 615px;
  }

  .tw .group:hover .md\:group-hover\:translate-x-124{
    --tw-translate-x: 620px;
  }

  .tw .group:hover .md\:group-hover\:translate-x-125{
    --tw-translate-x: 625px;
  }

  .tw .group:hover .md\:group-hover\:translate-x-126{
    --tw-translate-x: 630px;
  }

  .tw .group:hover .md\:group-hover\:translate-x-127{
    --tw-translate-x: 635px;
  }

  .tw .group:hover .md\:group-hover\:translate-x-128{
    --tw-translate-x: 640px;
  }

  .tw .group:hover .md\:group-hover\:translate-x-129{
    --tw-translate-x: 645px;
  }

  .tw .group:hover .md\:group-hover\:translate-x-130{
    --tw-translate-x: 650px;
  }

  .tw .group:hover .md\:group-hover\:translate-x-131{
    --tw-translate-x: 655px;
  }

  .tw .group:hover .md\:group-hover\:translate-x-132{
    --tw-translate-x: 660px;
  }

  .tw .group:hover .md\:group-hover\:translate-x-133{
    --tw-translate-x: 665px;
  }

  .tw .group:hover .md\:group-hover\:translate-x-134{
    --tw-translate-x: 670px;
  }

  .tw .group:hover .md\:group-hover\:translate-x-135{
    --tw-translate-x: 675px;
  }

  .tw .group:hover .md\:group-hover\:translate-x-136{
    --tw-translate-x: 680px;
  }

  .tw .group:hover .md\:group-hover\:translate-x-137{
    --tw-translate-x: 685px;
  }

  .tw .group:hover .md\:group-hover\:translate-x-138{
    --tw-translate-x: 690px;
  }

  .tw .group:hover .md\:group-hover\:translate-x-139{
    --tw-translate-x: 695px;
  }

  .tw .group:hover .md\:group-hover\:translate-x-140{
    --tw-translate-x: 700px;
  }

  .tw .group:hover .md\:group-hover\:translate-x-141{
    --tw-translate-x: 705px;
  }

  .tw .group:hover .md\:group-hover\:translate-x-142{
    --tw-translate-x: 710px;
  }

  .tw .group:hover .md\:group-hover\:translate-x-143{
    --tw-translate-x: 715px;
  }

  .tw .group:hover .md\:group-hover\:translate-x-144{
    --tw-translate-x: 720px;
  }

  .tw .group:hover .md\:group-hover\:translate-x-145{
    --tw-translate-x: 725px;
  }

  .tw .group:hover .md\:group-hover\:translate-x-146{
    --tw-translate-x: 730px;
  }

  .tw .group:hover .md\:group-hover\:translate-x-147{
    --tw-translate-x: 735px;
  }

  .tw .group:hover .md\:group-hover\:translate-x-148{
    --tw-translate-x: 740px;
  }

  .tw .group:hover .md\:group-hover\:translate-x-149{
    --tw-translate-x: 745px;
  }

  .tw .group:hover .md\:group-hover\:translate-x-0\.5{
    --tw-translate-x: 3px;
  }

  .tw .group:hover .md\:group-hover\:translate-x-1px{
    --tw-translate-x: 1px;
  }

  .tw .group:hover .md\:group-hover\:translate-x-2px{
    --tw-translate-x: 2px;
  }

  .tw .group:hover .md\:group-hover\:translate-x-3px{
    --tw-translate-x: 3px;
  }

  .tw .group:hover .md\:group-hover\:translate-x-4px{
    --tw-translate-x: 4px;
  }

  .tw .group:hover .md\:group-hover\:translate-x-5px{
    --tw-translate-x: 5px;
  }

  .tw .group:hover .md\:group-hover\:translate-x-6px{
    --tw-translate-x: 6px;
  }

  .tw .group:hover .md\:group-hover\:translate-x-7px{
    --tw-translate-x: 7px;
  }

  .tw .group:hover .md\:group-hover\:translate-x-8px{
    --tw-translate-x: 8px;
  }

  .tw .group:hover .md\:group-hover\:translate-x-9px{
    --tw-translate-x: 9px;
  }

  .tw .group:hover .md\:group-hover\:translate-x-10px{
    --tw-translate-x: 10px;
  }

  .tw .group:hover .md\:group-hover\:translate-x-11px{
    --tw-translate-x: 11px;
  }

  .tw .group:hover .md\:group-hover\:translate-x-12px{
    --tw-translate-x: 12px;
  }

  .tw .group:hover .md\:group-hover\:translate-x-13px{
    --tw-translate-x: 13px;
  }

  .tw .group:hover .md\:group-hover\:translate-x-14px{
    --tw-translate-x: 14px;
  }

  .tw .group:hover .md\:group-hover\:translate-x-15px{
    --tw-translate-x: 15px;
  }

  .tw .group:hover .md\:group-hover\:translate-x-16px{
    --tw-translate-x: 16px;
  }

  .tw .group:hover .md\:group-hover\:translate-x-17px{
    --tw-translate-x: 17px;
  }

  .tw .group:hover .md\:group-hover\:translate-x-18px{
    --tw-translate-x: 18px;
  }

  .tw .group:hover .md\:group-hover\:translate-x-19px{
    --tw-translate-x: 19px;
  }

  .tw .group:hover .md\:group-hover\:translate-x-20px{
    --tw-translate-x: 20px;
  }

  .tw .group:hover .md\:group-hover\:translate-x-21px{
    --tw-translate-x: 21px;
  }

  .tw .group:hover .md\:group-hover\:translate-x-22px{
    --tw-translate-x: 22px;
  }

  .tw .group:hover .md\:group-hover\:translate-x-23px{
    --tw-translate-x: 23px;
  }

  .tw .group:hover .md\:group-hover\:translate-x-24px{
    --tw-translate-x: 24px;
  }

  .tw .group:hover .md\:group-hover\:translate-x-25px{
    --tw-translate-x: 25px;
  }

  .tw .group:hover .md\:group-hover\:translate-x-26px{
    --tw-translate-x: 26px;
  }

  .tw .group:hover .md\:group-hover\:translate-x-27px{
    --tw-translate-x: 27px;
  }

  .tw .group:hover .md\:group-hover\:translate-x-28px{
    --tw-translate-x: 28px;
  }

  .tw .group:hover .md\:group-hover\:translate-x-29px{
    --tw-translate-x: 29px;
  }

  .tw .group:hover .md\:group-hover\:translate-x-30px{
    --tw-translate-x: 30px;
  }

  .tw .group:hover .md\:group-hover\:translate-x-31px{
    --tw-translate-x: 31px;
  }

  .tw .group:hover .md\:group-hover\:translate-x-32px{
    --tw-translate-x: 32px;
  }

  .tw .group:hover .md\:group-hover\:translate-x-33px{
    --tw-translate-x: 33px;
  }

  .tw .group:hover .md\:group-hover\:translate-x-34px{
    --tw-translate-x: 34px;
  }

  .tw .group:hover .md\:group-hover\:translate-x-35px{
    --tw-translate-x: 35px;
  }

  .tw .group:hover .md\:group-hover\:translate-x-36px{
    --tw-translate-x: 36px;
  }

  .tw .group:hover .md\:group-hover\:translate-x-37px{
    --tw-translate-x: 37px;
  }

  .tw .group:hover .md\:group-hover\:translate-x-38px{
    --tw-translate-x: 38px;
  }

  .tw .group:hover .md\:group-hover\:translate-x-39px{
    --tw-translate-x: 39px;
  }

  .tw .group:hover .md\:group-hover\:translate-x-40px{
    --tw-translate-x: 40px;
  }

  .tw .group:hover .md\:group-hover\:-translate-x-0{
    --tw-translate-x: 0px;
  }

  .tw .group:hover .md\:group-hover\:-translate-x-1{
    --tw-translate-x: -5px;
  }

  .tw .group:hover .md\:group-hover\:-translate-x-2{
    --tw-translate-x: -10px;
  }

  .tw .group:hover .md\:group-hover\:-translate-x-3{
    --tw-translate-x: -15px;
  }

  .tw .group:hover .md\:group-hover\:-translate-x-4{
    --tw-translate-x: -20px;
  }

  .tw .group:hover .md\:group-hover\:-translate-x-5{
    --tw-translate-x: -25px;
  }

  .tw .group:hover .md\:group-hover\:-translate-x-6{
    --tw-translate-x: -30px;
  }

  .tw .group:hover .md\:group-hover\:-translate-x-7{
    --tw-translate-x: -35px;
  }

  .tw .group:hover .md\:group-hover\:-translate-x-8{
    --tw-translate-x: -40px;
  }

  .tw .group:hover .md\:group-hover\:-translate-x-9{
    --tw-translate-x: -45px;
  }

  .tw .group:hover .md\:group-hover\:-translate-x-10{
    --tw-translate-x: -50px;
  }

  .tw .group:hover .md\:group-hover\:-translate-x-11{
    --tw-translate-x: -55px;
  }

  .tw .group:hover .md\:group-hover\:-translate-x-12{
    --tw-translate-x: -60px;
  }

  .tw .group:hover .md\:group-hover\:-translate-x-13{
    --tw-translate-x: -65px;
  }

  .tw .group:hover .md\:group-hover\:-translate-x-14{
    --tw-translate-x: -70px;
  }

  .tw .group:hover .md\:group-hover\:-translate-x-15{
    --tw-translate-x: -75px;
  }

  .tw .group:hover .md\:group-hover\:-translate-x-16{
    --tw-translate-x: -80px;
  }

  .tw .group:hover .md\:group-hover\:-translate-x-17{
    --tw-translate-x: -85px;
  }

  .tw .group:hover .md\:group-hover\:-translate-x-18{
    --tw-translate-x: -90px;
  }

  .tw .group:hover .md\:group-hover\:-translate-x-19{
    --tw-translate-x: -95px;
  }

  .tw .group:hover .md\:group-hover\:-translate-x-20{
    --tw-translate-x: -100px;
  }

  .tw .group:hover .md\:group-hover\:-translate-x-21{
    --tw-translate-x: -105px;
  }

  .tw .group:hover .md\:group-hover\:-translate-x-22{
    --tw-translate-x: -110px;
  }

  .tw .group:hover .md\:group-hover\:-translate-x-23{
    --tw-translate-x: -115px;
  }

  .tw .group:hover .md\:group-hover\:-translate-x-24{
    --tw-translate-x: -120px;
  }

  .tw .group:hover .md\:group-hover\:-translate-x-25{
    --tw-translate-x: -125px;
  }

  .tw .group:hover .md\:group-hover\:-translate-x-26{
    --tw-translate-x: -130px;
  }

  .tw .group:hover .md\:group-hover\:-translate-x-27{
    --tw-translate-x: -135px;
  }

  .tw .group:hover .md\:group-hover\:-translate-x-28{
    --tw-translate-x: -140px;
  }

  .tw .group:hover .md\:group-hover\:-translate-x-29{
    --tw-translate-x: -145px;
  }

  .tw .group:hover .md\:group-hover\:-translate-x-30{
    --tw-translate-x: -150px;
  }

  .tw .group:hover .md\:group-hover\:-translate-x-31{
    --tw-translate-x: -155px;
  }

  .tw .group:hover .md\:group-hover\:-translate-x-32{
    --tw-translate-x: -160px;
  }

  .tw .group:hover .md\:group-hover\:-translate-x-33{
    --tw-translate-x: -165px;
  }

  .tw .group:hover .md\:group-hover\:-translate-x-34{
    --tw-translate-x: -170px;
  }

  .tw .group:hover .md\:group-hover\:-translate-x-35{
    --tw-translate-x: -175px;
  }

  .tw .group:hover .md\:group-hover\:-translate-x-36{
    --tw-translate-x: -180px;
  }

  .tw .group:hover .md\:group-hover\:-translate-x-37{
    --tw-translate-x: -185px;
  }

  .tw .group:hover .md\:group-hover\:-translate-x-38{
    --tw-translate-x: -190px;
  }

  .tw .group:hover .md\:group-hover\:-translate-x-39{
    --tw-translate-x: -195px;
  }

  .tw .group:hover .md\:group-hover\:-translate-x-40{
    --tw-translate-x: -200px;
  }

  .tw .group:hover .md\:group-hover\:-translate-x-41{
    --tw-translate-x: -205px;
  }

  .tw .group:hover .md\:group-hover\:-translate-x-42{
    --tw-translate-x: -210px;
  }

  .tw .group:hover .md\:group-hover\:-translate-x-43{
    --tw-translate-x: -215px;
  }

  .tw .group:hover .md\:group-hover\:-translate-x-44{
    --tw-translate-x: -220px;
  }

  .tw .group:hover .md\:group-hover\:-translate-x-45{
    --tw-translate-x: -225px;
  }

  .tw .group:hover .md\:group-hover\:-translate-x-46{
    --tw-translate-x: -230px;
  }

  .tw .group:hover .md\:group-hover\:-translate-x-47{
    --tw-translate-x: -235px;
  }

  .tw .group:hover .md\:group-hover\:-translate-x-48{
    --tw-translate-x: -240px;
  }

  .tw .group:hover .md\:group-hover\:-translate-x-49{
    --tw-translate-x: -245px;
  }

  .tw .group:hover .md\:group-hover\:-translate-x-50{
    --tw-translate-x: -250px;
  }

  .tw .group:hover .md\:group-hover\:-translate-x-51{
    --tw-translate-x: -255px;
  }

  .tw .group:hover .md\:group-hover\:-translate-x-52{
    --tw-translate-x: -260px;
  }

  .tw .group:hover .md\:group-hover\:-translate-x-53{
    --tw-translate-x: -265px;
  }

  .tw .group:hover .md\:group-hover\:-translate-x-54{
    --tw-translate-x: -270px;
  }

  .tw .group:hover .md\:group-hover\:-translate-x-55{
    --tw-translate-x: -275px;
  }

  .tw .group:hover .md\:group-hover\:-translate-x-56{
    --tw-translate-x: -280px;
  }

  .tw .group:hover .md\:group-hover\:-translate-x-57{
    --tw-translate-x: -285px;
  }

  .tw .group:hover .md\:group-hover\:-translate-x-58{
    --tw-translate-x: -290px;
  }

  .tw .group:hover .md\:group-hover\:-translate-x-59{
    --tw-translate-x: -295px;
  }

  .tw .group:hover .md\:group-hover\:-translate-x-60{
    --tw-translate-x: -300px;
  }

  .tw .group:hover .md\:group-hover\:-translate-x-61{
    --tw-translate-x: -305px;
  }

  .tw .group:hover .md\:group-hover\:-translate-x-62{
    --tw-translate-x: -310px;
  }

  .tw .group:hover .md\:group-hover\:-translate-x-63{
    --tw-translate-x: -315px;
  }

  .tw .group:hover .md\:group-hover\:-translate-x-64{
    --tw-translate-x: -320px;
  }

  .tw .group:hover .md\:group-hover\:-translate-x-65{
    --tw-translate-x: -325px;
  }

  .tw .group:hover .md\:group-hover\:-translate-x-66{
    --tw-translate-x: -330px;
  }

  .tw .group:hover .md\:group-hover\:-translate-x-67{
    --tw-translate-x: -335px;
  }

  .tw .group:hover .md\:group-hover\:-translate-x-68{
    --tw-translate-x: -340px;
  }

  .tw .group:hover .md\:group-hover\:-translate-x-69{
    --tw-translate-x: -345px;
  }

  .tw .group:hover .md\:group-hover\:-translate-x-70{
    --tw-translate-x: -350px;
  }

  .tw .group:hover .md\:group-hover\:-translate-x-71{
    --tw-translate-x: -355px;
  }

  .tw .group:hover .md\:group-hover\:-translate-x-72{
    --tw-translate-x: -360px;
  }

  .tw .group:hover .md\:group-hover\:-translate-x-73{
    --tw-translate-x: -365px;
  }

  .tw .group:hover .md\:group-hover\:-translate-x-74{
    --tw-translate-x: -370px;
  }

  .tw .group:hover .md\:group-hover\:-translate-x-75{
    --tw-translate-x: -375px;
  }

  .tw .group:hover .md\:group-hover\:-translate-x-76{
    --tw-translate-x: -380px;
  }

  .tw .group:hover .md\:group-hover\:-translate-x-77{
    --tw-translate-x: -385px;
  }

  .tw .group:hover .md\:group-hover\:-translate-x-78{
    --tw-translate-x: -390px;
  }

  .tw .group:hover .md\:group-hover\:-translate-x-79{
    --tw-translate-x: -395px;
  }

  .tw .group:hover .md\:group-hover\:-translate-x-80{
    --tw-translate-x: -400px;
  }

  .tw .group:hover .md\:group-hover\:-translate-x-81{
    --tw-translate-x: -405px;
  }

  .tw .group:hover .md\:group-hover\:-translate-x-82{
    --tw-translate-x: -410px;
  }

  .tw .group:hover .md\:group-hover\:-translate-x-83{
    --tw-translate-x: -415px;
  }

  .tw .group:hover .md\:group-hover\:-translate-x-84{
    --tw-translate-x: -420px;
  }

  .tw .group:hover .md\:group-hover\:-translate-x-85{
    --tw-translate-x: -425px;
  }

  .tw .group:hover .md\:group-hover\:-translate-x-86{
    --tw-translate-x: -430px;
  }

  .tw .group:hover .md\:group-hover\:-translate-x-87{
    --tw-translate-x: -435px;
  }

  .tw .group:hover .md\:group-hover\:-translate-x-88{
    --tw-translate-x: -440px;
  }

  .tw .group:hover .md\:group-hover\:-translate-x-89{
    --tw-translate-x: -445px;
  }

  .tw .group:hover .md\:group-hover\:-translate-x-90{
    --tw-translate-x: -450px;
  }

  .tw .group:hover .md\:group-hover\:-translate-x-91{
    --tw-translate-x: -455px;
  }

  .tw .group:hover .md\:group-hover\:-translate-x-92{
    --tw-translate-x: -460px;
  }

  .tw .group:hover .md\:group-hover\:-translate-x-93{
    --tw-translate-x: -465px;
  }

  .tw .group:hover .md\:group-hover\:-translate-x-94{
    --tw-translate-x: -470px;
  }

  .tw .group:hover .md\:group-hover\:-translate-x-95{
    --tw-translate-x: -475px;
  }

  .tw .group:hover .md\:group-hover\:-translate-x-96{
    --tw-translate-x: -480px;
  }

  .tw .group:hover .md\:group-hover\:-translate-x-97{
    --tw-translate-x: -485px;
  }

  .tw .group:hover .md\:group-hover\:-translate-x-98{
    --tw-translate-x: -490px;
  }

  .tw .group:hover .md\:group-hover\:-translate-x-99{
    --tw-translate-x: -495px;
  }

  .tw .group:hover .md\:group-hover\:-translate-x-100{
    --tw-translate-x: -500px;
  }

  .tw .group:hover .md\:group-hover\:-translate-x-101{
    --tw-translate-x: -505px;
  }

  .tw .group:hover .md\:group-hover\:-translate-x-102{
    --tw-translate-x: -510px;
  }

  .tw .group:hover .md\:group-hover\:-translate-x-103{
    --tw-translate-x: -515px;
  }

  .tw .group:hover .md\:group-hover\:-translate-x-104{
    --tw-translate-x: -520px;
  }

  .tw .group:hover .md\:group-hover\:-translate-x-105{
    --tw-translate-x: -525px;
  }

  .tw .group:hover .md\:group-hover\:-translate-x-106{
    --tw-translate-x: -530px;
  }

  .tw .group:hover .md\:group-hover\:-translate-x-107{
    --tw-translate-x: -535px;
  }

  .tw .group:hover .md\:group-hover\:-translate-x-108{
    --tw-translate-x: -540px;
  }

  .tw .group:hover .md\:group-hover\:-translate-x-109{
    --tw-translate-x: -545px;
  }

  .tw .group:hover .md\:group-hover\:-translate-x-110{
    --tw-translate-x: -550px;
  }

  .tw .group:hover .md\:group-hover\:-translate-x-111{
    --tw-translate-x: -555px;
  }

  .tw .group:hover .md\:group-hover\:-translate-x-112{
    --tw-translate-x: -560px;
  }

  .tw .group:hover .md\:group-hover\:-translate-x-113{
    --tw-translate-x: -565px;
  }

  .tw .group:hover .md\:group-hover\:-translate-x-114{
    --tw-translate-x: -570px;
  }

  .tw .group:hover .md\:group-hover\:-translate-x-115{
    --tw-translate-x: -575px;
  }

  .tw .group:hover .md\:group-hover\:-translate-x-116{
    --tw-translate-x: -580px;
  }

  .tw .group:hover .md\:group-hover\:-translate-x-117{
    --tw-translate-x: -585px;
  }

  .tw .group:hover .md\:group-hover\:-translate-x-118{
    --tw-translate-x: -590px;
  }

  .tw .group:hover .md\:group-hover\:-translate-x-119{
    --tw-translate-x: -595px;
  }

  .tw .group:hover .md\:group-hover\:-translate-x-120{
    --tw-translate-x: -600px;
  }

  .tw .group:hover .md\:group-hover\:-translate-x-121{
    --tw-translate-x: -605px;
  }

  .tw .group:hover .md\:group-hover\:-translate-x-122{
    --tw-translate-x: -610px;
  }

  .tw .group:hover .md\:group-hover\:-translate-x-123{
    --tw-translate-x: -615px;
  }

  .tw .group:hover .md\:group-hover\:-translate-x-124{
    --tw-translate-x: -620px;
  }

  .tw .group:hover .md\:group-hover\:-translate-x-125{
    --tw-translate-x: -625px;
  }

  .tw .group:hover .md\:group-hover\:-translate-x-126{
    --tw-translate-x: -630px;
  }

  .tw .group:hover .md\:group-hover\:-translate-x-127{
    --tw-translate-x: -635px;
  }

  .tw .group:hover .md\:group-hover\:-translate-x-128{
    --tw-translate-x: -640px;
  }

  .tw .group:hover .md\:group-hover\:-translate-x-129{
    --tw-translate-x: -645px;
  }

  .tw .group:hover .md\:group-hover\:-translate-x-130{
    --tw-translate-x: -650px;
  }

  .tw .group:hover .md\:group-hover\:-translate-x-131{
    --tw-translate-x: -655px;
  }

  .tw .group:hover .md\:group-hover\:-translate-x-132{
    --tw-translate-x: -660px;
  }

  .tw .group:hover .md\:group-hover\:-translate-x-133{
    --tw-translate-x: -665px;
  }

  .tw .group:hover .md\:group-hover\:-translate-x-134{
    --tw-translate-x: -670px;
  }

  .tw .group:hover .md\:group-hover\:-translate-x-135{
    --tw-translate-x: -675px;
  }

  .tw .group:hover .md\:group-hover\:-translate-x-136{
    --tw-translate-x: -680px;
  }

  .tw .group:hover .md\:group-hover\:-translate-x-137{
    --tw-translate-x: -685px;
  }

  .tw .group:hover .md\:group-hover\:-translate-x-138{
    --tw-translate-x: -690px;
  }

  .tw .group:hover .md\:group-hover\:-translate-x-139{
    --tw-translate-x: -695px;
  }

  .tw .group:hover .md\:group-hover\:-translate-x-140{
    --tw-translate-x: -700px;
  }

  .tw .group:hover .md\:group-hover\:-translate-x-141{
    --tw-translate-x: -705px;
  }

  .tw .group:hover .md\:group-hover\:-translate-x-142{
    --tw-translate-x: -710px;
  }

  .tw .group:hover .md\:group-hover\:-translate-x-143{
    --tw-translate-x: -715px;
  }

  .tw .group:hover .md\:group-hover\:-translate-x-144{
    --tw-translate-x: -720px;
  }

  .tw .group:hover .md\:group-hover\:-translate-x-145{
    --tw-translate-x: -725px;
  }

  .tw .group:hover .md\:group-hover\:-translate-x-146{
    --tw-translate-x: -730px;
  }

  .tw .group:hover .md\:group-hover\:-translate-x-147{
    --tw-translate-x: -735px;
  }

  .tw .group:hover .md\:group-hover\:-translate-x-148{
    --tw-translate-x: -740px;
  }

  .tw .group:hover .md\:group-hover\:-translate-x-149{
    --tw-translate-x: -745px;
  }

  .tw .group:hover .md\:group-hover\:-translate-x-0\.5{
    --tw-translate-x: -3px;
  }

  .tw .group:hover .md\:group-hover\:-translate-x-1px{
    --tw-translate-x: -1px;
  }

  .tw .group:hover .md\:group-hover\:-translate-x-2px{
    --tw-translate-x: -2px;
  }

  .tw .group:hover .md\:group-hover\:-translate-x-3px{
    --tw-translate-x: -3px;
  }

  .tw .group:hover .md\:group-hover\:-translate-x-4px{
    --tw-translate-x: -4px;
  }

  .tw .group:hover .md\:group-hover\:-translate-x-5px{
    --tw-translate-x: -5px;
  }

  .tw .group:hover .md\:group-hover\:-translate-x-6px{
    --tw-translate-x: -6px;
  }

  .tw .group:hover .md\:group-hover\:-translate-x-7px{
    --tw-translate-x: -7px;
  }

  .tw .group:hover .md\:group-hover\:-translate-x-8px{
    --tw-translate-x: -8px;
  }

  .tw .group:hover .md\:group-hover\:-translate-x-9px{
    --tw-translate-x: -9px;
  }

  .tw .group:hover .md\:group-hover\:-translate-x-10px{
    --tw-translate-x: -10px;
  }

  .tw .group:hover .md\:group-hover\:-translate-x-11px{
    --tw-translate-x: -11px;
  }

  .tw .group:hover .md\:group-hover\:-translate-x-12px{
    --tw-translate-x: -12px;
  }

  .tw .group:hover .md\:group-hover\:-translate-x-13px{
    --tw-translate-x: -13px;
  }

  .tw .group:hover .md\:group-hover\:-translate-x-14px{
    --tw-translate-x: -14px;
  }

  .tw .group:hover .md\:group-hover\:-translate-x-15px{
    --tw-translate-x: -15px;
  }

  .tw .group:hover .md\:group-hover\:-translate-x-16px{
    --tw-translate-x: -16px;
  }

  .tw .group:hover .md\:group-hover\:-translate-x-17px{
    --tw-translate-x: -17px;
  }

  .tw .group:hover .md\:group-hover\:-translate-x-18px{
    --tw-translate-x: -18px;
  }

  .tw .group:hover .md\:group-hover\:-translate-x-19px{
    --tw-translate-x: -19px;
  }

  .tw .group:hover .md\:group-hover\:-translate-x-20px{
    --tw-translate-x: -20px;
  }

  .tw .group:hover .md\:group-hover\:-translate-x-21px{
    --tw-translate-x: -21px;
  }

  .tw .group:hover .md\:group-hover\:-translate-x-22px{
    --tw-translate-x: -22px;
  }

  .tw .group:hover .md\:group-hover\:-translate-x-23px{
    --tw-translate-x: -23px;
  }

  .tw .group:hover .md\:group-hover\:-translate-x-24px{
    --tw-translate-x: -24px;
  }

  .tw .group:hover .md\:group-hover\:-translate-x-25px{
    --tw-translate-x: -25px;
  }

  .tw .group:hover .md\:group-hover\:-translate-x-26px{
    --tw-translate-x: -26px;
  }

  .tw .group:hover .md\:group-hover\:-translate-x-27px{
    --tw-translate-x: -27px;
  }

  .tw .group:hover .md\:group-hover\:-translate-x-28px{
    --tw-translate-x: -28px;
  }

  .tw .group:hover .md\:group-hover\:-translate-x-29px{
    --tw-translate-x: -29px;
  }

  .tw .group:hover .md\:group-hover\:-translate-x-30px{
    --tw-translate-x: -30px;
  }

  .tw .group:hover .md\:group-hover\:-translate-x-31px{
    --tw-translate-x: -31px;
  }

  .tw .group:hover .md\:group-hover\:-translate-x-32px{
    --tw-translate-x: -32px;
  }

  .tw .group:hover .md\:group-hover\:-translate-x-33px{
    --tw-translate-x: -33px;
  }

  .tw .group:hover .md\:group-hover\:-translate-x-34px{
    --tw-translate-x: -34px;
  }

  .tw .group:hover .md\:group-hover\:-translate-x-35px{
    --tw-translate-x: -35px;
  }

  .tw .group:hover .md\:group-hover\:-translate-x-36px{
    --tw-translate-x: -36px;
  }

  .tw .group:hover .md\:group-hover\:-translate-x-37px{
    --tw-translate-x: -37px;
  }

  .tw .group:hover .md\:group-hover\:-translate-x-38px{
    --tw-translate-x: -38px;
  }

  .tw .group:hover .md\:group-hover\:-translate-x-39px{
    --tw-translate-x: -39px;
  }

  .tw .group:hover .md\:group-hover\:-translate-x-40px{
    --tw-translate-x: -40px;
  }

  .tw .group:hover .md\:group-hover\:translate-x-1\/2{
    --tw-translate-x: 50%;
  }

  .tw .group:hover .md\:group-hover\:translate-x-1\/3{
    --tw-translate-x: 33.333333%;
  }

  .tw .group:hover .md\:group-hover\:translate-x-2\/3{
    --tw-translate-x: 66.666667%;
  }

  .tw .group:hover .md\:group-hover\:translate-x-1\/4{
    --tw-translate-x: 25%;
  }

  .tw .group:hover .md\:group-hover\:translate-x-2\/4{
    --tw-translate-x: 50%;
  }

  .tw .group:hover .md\:group-hover\:translate-x-3\/4{
    --tw-translate-x: 75%;
  }

  .tw .group:hover .md\:group-hover\:translate-x-full{
    --tw-translate-x: 100%;
  }

  .tw .group:hover .md\:group-hover\:-translate-x-1\/2{
    --tw-translate-x: -50%;
  }

  .tw .group:hover .md\:group-hover\:-translate-x-1\/3{
    --tw-translate-x: -33.333333%;
  }

  .tw .group:hover .md\:group-hover\:-translate-x-2\/3{
    --tw-translate-x: -66.666667%;
  }

  .tw .group:hover .md\:group-hover\:-translate-x-1\/4{
    --tw-translate-x: -25%;
  }

  .tw .group:hover .md\:group-hover\:-translate-x-2\/4{
    --tw-translate-x: -50%;
  }

  .tw .group:hover .md\:group-hover\:-translate-x-3\/4{
    --tw-translate-x: -75%;
  }

  .tw .group:hover .md\:group-hover\:-translate-x-full{
    --tw-translate-x: -100%;
  }

  .tw .group:hover .md\:group-hover\:translate-y-0{
    --tw-translate-y: 0px;
  }

  .tw .group:hover .md\:group-hover\:translate-y-1{
    --tw-translate-y: 5px;
  }

  .tw .group:hover .md\:group-hover\:translate-y-2{
    --tw-translate-y: 10px;
  }

  .tw .group:hover .md\:group-hover\:translate-y-3{
    --tw-translate-y: 15px;
  }

  .tw .group:hover .md\:group-hover\:translate-y-4{
    --tw-translate-y: 20px;
  }

  .tw .group:hover .md\:group-hover\:translate-y-5{
    --tw-translate-y: 25px;
  }

  .tw .group:hover .md\:group-hover\:translate-y-6{
    --tw-translate-y: 30px;
  }

  .tw .group:hover .md\:group-hover\:translate-y-7{
    --tw-translate-y: 35px;
  }

  .tw .group:hover .md\:group-hover\:translate-y-8{
    --tw-translate-y: 40px;
  }

  .tw .group:hover .md\:group-hover\:translate-y-9{
    --tw-translate-y: 45px;
  }

  .tw .group:hover .md\:group-hover\:translate-y-10{
    --tw-translate-y: 50px;
  }

  .tw .group:hover .md\:group-hover\:translate-y-11{
    --tw-translate-y: 55px;
  }

  .tw .group:hover .md\:group-hover\:translate-y-12{
    --tw-translate-y: 60px;
  }

  .tw .group:hover .md\:group-hover\:translate-y-13{
    --tw-translate-y: 65px;
  }

  .tw .group:hover .md\:group-hover\:translate-y-14{
    --tw-translate-y: 70px;
  }

  .tw .group:hover .md\:group-hover\:translate-y-15{
    --tw-translate-y: 75px;
  }

  .tw .group:hover .md\:group-hover\:translate-y-16{
    --tw-translate-y: 80px;
  }

  .tw .group:hover .md\:group-hover\:translate-y-17{
    --tw-translate-y: 85px;
  }

  .tw .group:hover .md\:group-hover\:translate-y-18{
    --tw-translate-y: 90px;
  }

  .tw .group:hover .md\:group-hover\:translate-y-19{
    --tw-translate-y: 95px;
  }

  .tw .group:hover .md\:group-hover\:translate-y-20{
    --tw-translate-y: 100px;
  }

  .tw .group:hover .md\:group-hover\:translate-y-21{
    --tw-translate-y: 105px;
  }

  .tw .group:hover .md\:group-hover\:translate-y-22{
    --tw-translate-y: 110px;
  }

  .tw .group:hover .md\:group-hover\:translate-y-23{
    --tw-translate-y: 115px;
  }

  .tw .group:hover .md\:group-hover\:translate-y-24{
    --tw-translate-y: 120px;
  }

  .tw .group:hover .md\:group-hover\:translate-y-25{
    --tw-translate-y: 125px;
  }

  .tw .group:hover .md\:group-hover\:translate-y-26{
    --tw-translate-y: 130px;
  }

  .tw .group:hover .md\:group-hover\:translate-y-27{
    --tw-translate-y: 135px;
  }

  .tw .group:hover .md\:group-hover\:translate-y-28{
    --tw-translate-y: 140px;
  }

  .tw .group:hover .md\:group-hover\:translate-y-29{
    --tw-translate-y: 145px;
  }

  .tw .group:hover .md\:group-hover\:translate-y-30{
    --tw-translate-y: 150px;
  }

  .tw .group:hover .md\:group-hover\:translate-y-31{
    --tw-translate-y: 155px;
  }

  .tw .group:hover .md\:group-hover\:translate-y-32{
    --tw-translate-y: 160px;
  }

  .tw .group:hover .md\:group-hover\:translate-y-33{
    --tw-translate-y: 165px;
  }

  .tw .group:hover .md\:group-hover\:translate-y-34{
    --tw-translate-y: 170px;
  }

  .tw .group:hover .md\:group-hover\:translate-y-35{
    --tw-translate-y: 175px;
  }

  .tw .group:hover .md\:group-hover\:translate-y-36{
    --tw-translate-y: 180px;
  }

  .tw .group:hover .md\:group-hover\:translate-y-37{
    --tw-translate-y: 185px;
  }

  .tw .group:hover .md\:group-hover\:translate-y-38{
    --tw-translate-y: 190px;
  }

  .tw .group:hover .md\:group-hover\:translate-y-39{
    --tw-translate-y: 195px;
  }

  .tw .group:hover .md\:group-hover\:translate-y-40{
    --tw-translate-y: 200px;
  }

  .tw .group:hover .md\:group-hover\:translate-y-41{
    --tw-translate-y: 205px;
  }

  .tw .group:hover .md\:group-hover\:translate-y-42{
    --tw-translate-y: 210px;
  }

  .tw .group:hover .md\:group-hover\:translate-y-43{
    --tw-translate-y: 215px;
  }

  .tw .group:hover .md\:group-hover\:translate-y-44{
    --tw-translate-y: 220px;
  }

  .tw .group:hover .md\:group-hover\:translate-y-45{
    --tw-translate-y: 225px;
  }

  .tw .group:hover .md\:group-hover\:translate-y-46{
    --tw-translate-y: 230px;
  }

  .tw .group:hover .md\:group-hover\:translate-y-47{
    --tw-translate-y: 235px;
  }

  .tw .group:hover .md\:group-hover\:translate-y-48{
    --tw-translate-y: 240px;
  }

  .tw .group:hover .md\:group-hover\:translate-y-49{
    --tw-translate-y: 245px;
  }

  .tw .group:hover .md\:group-hover\:translate-y-50{
    --tw-translate-y: 250px;
  }

  .tw .group:hover .md\:group-hover\:translate-y-51{
    --tw-translate-y: 255px;
  }

  .tw .group:hover .md\:group-hover\:translate-y-52{
    --tw-translate-y: 260px;
  }

  .tw .group:hover .md\:group-hover\:translate-y-53{
    --tw-translate-y: 265px;
  }

  .tw .group:hover .md\:group-hover\:translate-y-54{
    --tw-translate-y: 270px;
  }

  .tw .group:hover .md\:group-hover\:translate-y-55{
    --tw-translate-y: 275px;
  }

  .tw .group:hover .md\:group-hover\:translate-y-56{
    --tw-translate-y: 280px;
  }

  .tw .group:hover .md\:group-hover\:translate-y-57{
    --tw-translate-y: 285px;
  }

  .tw .group:hover .md\:group-hover\:translate-y-58{
    --tw-translate-y: 290px;
  }

  .tw .group:hover .md\:group-hover\:translate-y-59{
    --tw-translate-y: 295px;
  }

  .tw .group:hover .md\:group-hover\:translate-y-60{
    --tw-translate-y: 300px;
  }

  .tw .group:hover .md\:group-hover\:translate-y-61{
    --tw-translate-y: 305px;
  }

  .tw .group:hover .md\:group-hover\:translate-y-62{
    --tw-translate-y: 310px;
  }

  .tw .group:hover .md\:group-hover\:translate-y-63{
    --tw-translate-y: 315px;
  }

  .tw .group:hover .md\:group-hover\:translate-y-64{
    --tw-translate-y: 320px;
  }

  .tw .group:hover .md\:group-hover\:translate-y-65{
    --tw-translate-y: 325px;
  }

  .tw .group:hover .md\:group-hover\:translate-y-66{
    --tw-translate-y: 330px;
  }

  .tw .group:hover .md\:group-hover\:translate-y-67{
    --tw-translate-y: 335px;
  }

  .tw .group:hover .md\:group-hover\:translate-y-68{
    --tw-translate-y: 340px;
  }

  .tw .group:hover .md\:group-hover\:translate-y-69{
    --tw-translate-y: 345px;
  }

  .tw .group:hover .md\:group-hover\:translate-y-70{
    --tw-translate-y: 350px;
  }

  .tw .group:hover .md\:group-hover\:translate-y-71{
    --tw-translate-y: 355px;
  }

  .tw .group:hover .md\:group-hover\:translate-y-72{
    --tw-translate-y: 360px;
  }

  .tw .group:hover .md\:group-hover\:translate-y-73{
    --tw-translate-y: 365px;
  }

  .tw .group:hover .md\:group-hover\:translate-y-74{
    --tw-translate-y: 370px;
  }

  .tw .group:hover .md\:group-hover\:translate-y-75{
    --tw-translate-y: 375px;
  }

  .tw .group:hover .md\:group-hover\:translate-y-76{
    --tw-translate-y: 380px;
  }

  .tw .group:hover .md\:group-hover\:translate-y-77{
    --tw-translate-y: 385px;
  }

  .tw .group:hover .md\:group-hover\:translate-y-78{
    --tw-translate-y: 390px;
  }

  .tw .group:hover .md\:group-hover\:translate-y-79{
    --tw-translate-y: 395px;
  }

  .tw .group:hover .md\:group-hover\:translate-y-80{
    --tw-translate-y: 400px;
  }

  .tw .group:hover .md\:group-hover\:translate-y-81{
    --tw-translate-y: 405px;
  }

  .tw .group:hover .md\:group-hover\:translate-y-82{
    --tw-translate-y: 410px;
  }

  .tw .group:hover .md\:group-hover\:translate-y-83{
    --tw-translate-y: 415px;
  }

  .tw .group:hover .md\:group-hover\:translate-y-84{
    --tw-translate-y: 420px;
  }

  .tw .group:hover .md\:group-hover\:translate-y-85{
    --tw-translate-y: 425px;
  }

  .tw .group:hover .md\:group-hover\:translate-y-86{
    --tw-translate-y: 430px;
  }

  .tw .group:hover .md\:group-hover\:translate-y-87{
    --tw-translate-y: 435px;
  }

  .tw .group:hover .md\:group-hover\:translate-y-88{
    --tw-translate-y: 440px;
  }

  .tw .group:hover .md\:group-hover\:translate-y-89{
    --tw-translate-y: 445px;
  }

  .tw .group:hover .md\:group-hover\:translate-y-90{
    --tw-translate-y: 450px;
  }

  .tw .group:hover .md\:group-hover\:translate-y-91{
    --tw-translate-y: 455px;
  }

  .tw .group:hover .md\:group-hover\:translate-y-92{
    --tw-translate-y: 460px;
  }

  .tw .group:hover .md\:group-hover\:translate-y-93{
    --tw-translate-y: 465px;
  }

  .tw .group:hover .md\:group-hover\:translate-y-94{
    --tw-translate-y: 470px;
  }

  .tw .group:hover .md\:group-hover\:translate-y-95{
    --tw-translate-y: 475px;
  }

  .tw .group:hover .md\:group-hover\:translate-y-96{
    --tw-translate-y: 480px;
  }

  .tw .group:hover .md\:group-hover\:translate-y-97{
    --tw-translate-y: 485px;
  }

  .tw .group:hover .md\:group-hover\:translate-y-98{
    --tw-translate-y: 490px;
  }

  .tw .group:hover .md\:group-hover\:translate-y-99{
    --tw-translate-y: 495px;
  }

  .tw .group:hover .md\:group-hover\:translate-y-100{
    --tw-translate-y: 500px;
  }

  .tw .group:hover .md\:group-hover\:translate-y-101{
    --tw-translate-y: 505px;
  }

  .tw .group:hover .md\:group-hover\:translate-y-102{
    --tw-translate-y: 510px;
  }

  .tw .group:hover .md\:group-hover\:translate-y-103{
    --tw-translate-y: 515px;
  }

  .tw .group:hover .md\:group-hover\:translate-y-104{
    --tw-translate-y: 520px;
  }

  .tw .group:hover .md\:group-hover\:translate-y-105{
    --tw-translate-y: 525px;
  }

  .tw .group:hover .md\:group-hover\:translate-y-106{
    --tw-translate-y: 530px;
  }

  .tw .group:hover .md\:group-hover\:translate-y-107{
    --tw-translate-y: 535px;
  }

  .tw .group:hover .md\:group-hover\:translate-y-108{
    --tw-translate-y: 540px;
  }

  .tw .group:hover .md\:group-hover\:translate-y-109{
    --tw-translate-y: 545px;
  }

  .tw .group:hover .md\:group-hover\:translate-y-110{
    --tw-translate-y: 550px;
  }

  .tw .group:hover .md\:group-hover\:translate-y-111{
    --tw-translate-y: 555px;
  }

  .tw .group:hover .md\:group-hover\:translate-y-112{
    --tw-translate-y: 560px;
  }

  .tw .group:hover .md\:group-hover\:translate-y-113{
    --tw-translate-y: 565px;
  }

  .tw .group:hover .md\:group-hover\:translate-y-114{
    --tw-translate-y: 570px;
  }

  .tw .group:hover .md\:group-hover\:translate-y-115{
    --tw-translate-y: 575px;
  }

  .tw .group:hover .md\:group-hover\:translate-y-116{
    --tw-translate-y: 580px;
  }

  .tw .group:hover .md\:group-hover\:translate-y-117{
    --tw-translate-y: 585px;
  }

  .tw .group:hover .md\:group-hover\:translate-y-118{
    --tw-translate-y: 590px;
  }

  .tw .group:hover .md\:group-hover\:translate-y-119{
    --tw-translate-y: 595px;
  }

  .tw .group:hover .md\:group-hover\:translate-y-120{
    --tw-translate-y: 600px;
  }

  .tw .group:hover .md\:group-hover\:translate-y-121{
    --tw-translate-y: 605px;
  }

  .tw .group:hover .md\:group-hover\:translate-y-122{
    --tw-translate-y: 610px;
  }

  .tw .group:hover .md\:group-hover\:translate-y-123{
    --tw-translate-y: 615px;
  }

  .tw .group:hover .md\:group-hover\:translate-y-124{
    --tw-translate-y: 620px;
  }

  .tw .group:hover .md\:group-hover\:translate-y-125{
    --tw-translate-y: 625px;
  }

  .tw .group:hover .md\:group-hover\:translate-y-126{
    --tw-translate-y: 630px;
  }

  .tw .group:hover .md\:group-hover\:translate-y-127{
    --tw-translate-y: 635px;
  }

  .tw .group:hover .md\:group-hover\:translate-y-128{
    --tw-translate-y: 640px;
  }

  .tw .group:hover .md\:group-hover\:translate-y-129{
    --tw-translate-y: 645px;
  }

  .tw .group:hover .md\:group-hover\:translate-y-130{
    --tw-translate-y: 650px;
  }

  .tw .group:hover .md\:group-hover\:translate-y-131{
    --tw-translate-y: 655px;
  }

  .tw .group:hover .md\:group-hover\:translate-y-132{
    --tw-translate-y: 660px;
  }

  .tw .group:hover .md\:group-hover\:translate-y-133{
    --tw-translate-y: 665px;
  }

  .tw .group:hover .md\:group-hover\:translate-y-134{
    --tw-translate-y: 670px;
  }

  .tw .group:hover .md\:group-hover\:translate-y-135{
    --tw-translate-y: 675px;
  }

  .tw .group:hover .md\:group-hover\:translate-y-136{
    --tw-translate-y: 680px;
  }

  .tw .group:hover .md\:group-hover\:translate-y-137{
    --tw-translate-y: 685px;
  }

  .tw .group:hover .md\:group-hover\:translate-y-138{
    --tw-translate-y: 690px;
  }

  .tw .group:hover .md\:group-hover\:translate-y-139{
    --tw-translate-y: 695px;
  }

  .tw .group:hover .md\:group-hover\:translate-y-140{
    --tw-translate-y: 700px;
  }

  .tw .group:hover .md\:group-hover\:translate-y-141{
    --tw-translate-y: 705px;
  }

  .tw .group:hover .md\:group-hover\:translate-y-142{
    --tw-translate-y: 710px;
  }

  .tw .group:hover .md\:group-hover\:translate-y-143{
    --tw-translate-y: 715px;
  }

  .tw .group:hover .md\:group-hover\:translate-y-144{
    --tw-translate-y: 720px;
  }

  .tw .group:hover .md\:group-hover\:translate-y-145{
    --tw-translate-y: 725px;
  }

  .tw .group:hover .md\:group-hover\:translate-y-146{
    --tw-translate-y: 730px;
  }

  .tw .group:hover .md\:group-hover\:translate-y-147{
    --tw-translate-y: 735px;
  }

  .tw .group:hover .md\:group-hover\:translate-y-148{
    --tw-translate-y: 740px;
  }

  .tw .group:hover .md\:group-hover\:translate-y-149{
    --tw-translate-y: 745px;
  }

  .tw .group:hover .md\:group-hover\:translate-y-0\.5{
    --tw-translate-y: 3px;
  }

  .tw .group:hover .md\:group-hover\:translate-y-1px{
    --tw-translate-y: 1px;
  }

  .tw .group:hover .md\:group-hover\:translate-y-2px{
    --tw-translate-y: 2px;
  }

  .tw .group:hover .md\:group-hover\:translate-y-3px{
    --tw-translate-y: 3px;
  }

  .tw .group:hover .md\:group-hover\:translate-y-4px{
    --tw-translate-y: 4px;
  }

  .tw .group:hover .md\:group-hover\:translate-y-5px{
    --tw-translate-y: 5px;
  }

  .tw .group:hover .md\:group-hover\:translate-y-6px{
    --tw-translate-y: 6px;
  }

  .tw .group:hover .md\:group-hover\:translate-y-7px{
    --tw-translate-y: 7px;
  }

  .tw .group:hover .md\:group-hover\:translate-y-8px{
    --tw-translate-y: 8px;
  }

  .tw .group:hover .md\:group-hover\:translate-y-9px{
    --tw-translate-y: 9px;
  }

  .tw .group:hover .md\:group-hover\:translate-y-10px{
    --tw-translate-y: 10px;
  }

  .tw .group:hover .md\:group-hover\:translate-y-11px{
    --tw-translate-y: 11px;
  }

  .tw .group:hover .md\:group-hover\:translate-y-12px{
    --tw-translate-y: 12px;
  }

  .tw .group:hover .md\:group-hover\:translate-y-13px{
    --tw-translate-y: 13px;
  }

  .tw .group:hover .md\:group-hover\:translate-y-14px{
    --tw-translate-y: 14px;
  }

  .tw .group:hover .md\:group-hover\:translate-y-15px{
    --tw-translate-y: 15px;
  }

  .tw .group:hover .md\:group-hover\:translate-y-16px{
    --tw-translate-y: 16px;
  }

  .tw .group:hover .md\:group-hover\:translate-y-17px{
    --tw-translate-y: 17px;
  }

  .tw .group:hover .md\:group-hover\:translate-y-18px{
    --tw-translate-y: 18px;
  }

  .tw .group:hover .md\:group-hover\:translate-y-19px{
    --tw-translate-y: 19px;
  }

  .tw .group:hover .md\:group-hover\:translate-y-20px{
    --tw-translate-y: 20px;
  }

  .tw .group:hover .md\:group-hover\:translate-y-21px{
    --tw-translate-y: 21px;
  }

  .tw .group:hover .md\:group-hover\:translate-y-22px{
    --tw-translate-y: 22px;
  }

  .tw .group:hover .md\:group-hover\:translate-y-23px{
    --tw-translate-y: 23px;
  }

  .tw .group:hover .md\:group-hover\:translate-y-24px{
    --tw-translate-y: 24px;
  }

  .tw .group:hover .md\:group-hover\:translate-y-25px{
    --tw-translate-y: 25px;
  }

  .tw .group:hover .md\:group-hover\:translate-y-26px{
    --tw-translate-y: 26px;
  }

  .tw .group:hover .md\:group-hover\:translate-y-27px{
    --tw-translate-y: 27px;
  }

  .tw .group:hover .md\:group-hover\:translate-y-28px{
    --tw-translate-y: 28px;
  }

  .tw .group:hover .md\:group-hover\:translate-y-29px{
    --tw-translate-y: 29px;
  }

  .tw .group:hover .md\:group-hover\:translate-y-30px{
    --tw-translate-y: 30px;
  }

  .tw .group:hover .md\:group-hover\:translate-y-31px{
    --tw-translate-y: 31px;
  }

  .tw .group:hover .md\:group-hover\:translate-y-32px{
    --tw-translate-y: 32px;
  }

  .tw .group:hover .md\:group-hover\:translate-y-33px{
    --tw-translate-y: 33px;
  }

  .tw .group:hover .md\:group-hover\:translate-y-34px{
    --tw-translate-y: 34px;
  }

  .tw .group:hover .md\:group-hover\:translate-y-35px{
    --tw-translate-y: 35px;
  }

  .tw .group:hover .md\:group-hover\:translate-y-36px{
    --tw-translate-y: 36px;
  }

  .tw .group:hover .md\:group-hover\:translate-y-37px{
    --tw-translate-y: 37px;
  }

  .tw .group:hover .md\:group-hover\:translate-y-38px{
    --tw-translate-y: 38px;
  }

  .tw .group:hover .md\:group-hover\:translate-y-39px{
    --tw-translate-y: 39px;
  }

  .tw .group:hover .md\:group-hover\:translate-y-40px{
    --tw-translate-y: 40px;
  }

  .tw .group:hover .md\:group-hover\:-translate-y-0{
    --tw-translate-y: 0px;
  }

  .tw .group:hover .md\:group-hover\:-translate-y-1{
    --tw-translate-y: -5px;
  }

  .tw .group:hover .md\:group-hover\:-translate-y-2{
    --tw-translate-y: -10px;
  }

  .tw .group:hover .md\:group-hover\:-translate-y-3{
    --tw-translate-y: -15px;
  }

  .tw .group:hover .md\:group-hover\:-translate-y-4{
    --tw-translate-y: -20px;
  }

  .tw .group:hover .md\:group-hover\:-translate-y-5{
    --tw-translate-y: -25px;
  }

  .tw .group:hover .md\:group-hover\:-translate-y-6{
    --tw-translate-y: -30px;
  }

  .tw .group:hover .md\:group-hover\:-translate-y-7{
    --tw-translate-y: -35px;
  }

  .tw .group:hover .md\:group-hover\:-translate-y-8{
    --tw-translate-y: -40px;
  }

  .tw .group:hover .md\:group-hover\:-translate-y-9{
    --tw-translate-y: -45px;
  }

  .tw .group:hover .md\:group-hover\:-translate-y-10{
    --tw-translate-y: -50px;
  }

  .tw .group:hover .md\:group-hover\:-translate-y-11{
    --tw-translate-y: -55px;
  }

  .tw .group:hover .md\:group-hover\:-translate-y-12{
    --tw-translate-y: -60px;
  }

  .tw .group:hover .md\:group-hover\:-translate-y-13{
    --tw-translate-y: -65px;
  }

  .tw .group:hover .md\:group-hover\:-translate-y-14{
    --tw-translate-y: -70px;
  }

  .tw .group:hover .md\:group-hover\:-translate-y-15{
    --tw-translate-y: -75px;
  }

  .tw .group:hover .md\:group-hover\:-translate-y-16{
    --tw-translate-y: -80px;
  }

  .tw .group:hover .md\:group-hover\:-translate-y-17{
    --tw-translate-y: -85px;
  }

  .tw .group:hover .md\:group-hover\:-translate-y-18{
    --tw-translate-y: -90px;
  }

  .tw .group:hover .md\:group-hover\:-translate-y-19{
    --tw-translate-y: -95px;
  }

  .tw .group:hover .md\:group-hover\:-translate-y-20{
    --tw-translate-y: -100px;
  }

  .tw .group:hover .md\:group-hover\:-translate-y-21{
    --tw-translate-y: -105px;
  }

  .tw .group:hover .md\:group-hover\:-translate-y-22{
    --tw-translate-y: -110px;
  }

  .tw .group:hover .md\:group-hover\:-translate-y-23{
    --tw-translate-y: -115px;
  }

  .tw .group:hover .md\:group-hover\:-translate-y-24{
    --tw-translate-y: -120px;
  }

  .tw .group:hover .md\:group-hover\:-translate-y-25{
    --tw-translate-y: -125px;
  }

  .tw .group:hover .md\:group-hover\:-translate-y-26{
    --tw-translate-y: -130px;
  }

  .tw .group:hover .md\:group-hover\:-translate-y-27{
    --tw-translate-y: -135px;
  }

  .tw .group:hover .md\:group-hover\:-translate-y-28{
    --tw-translate-y: -140px;
  }

  .tw .group:hover .md\:group-hover\:-translate-y-29{
    --tw-translate-y: -145px;
  }

  .tw .group:hover .md\:group-hover\:-translate-y-30{
    --tw-translate-y: -150px;
  }

  .tw .group:hover .md\:group-hover\:-translate-y-31{
    --tw-translate-y: -155px;
  }

  .tw .group:hover .md\:group-hover\:-translate-y-32{
    --tw-translate-y: -160px;
  }

  .tw .group:hover .md\:group-hover\:-translate-y-33{
    --tw-translate-y: -165px;
  }

  .tw .group:hover .md\:group-hover\:-translate-y-34{
    --tw-translate-y: -170px;
  }

  .tw .group:hover .md\:group-hover\:-translate-y-35{
    --tw-translate-y: -175px;
  }

  .tw .group:hover .md\:group-hover\:-translate-y-36{
    --tw-translate-y: -180px;
  }

  .tw .group:hover .md\:group-hover\:-translate-y-37{
    --tw-translate-y: -185px;
  }

  .tw .group:hover .md\:group-hover\:-translate-y-38{
    --tw-translate-y: -190px;
  }

  .tw .group:hover .md\:group-hover\:-translate-y-39{
    --tw-translate-y: -195px;
  }

  .tw .group:hover .md\:group-hover\:-translate-y-40{
    --tw-translate-y: -200px;
  }

  .tw .group:hover .md\:group-hover\:-translate-y-41{
    --tw-translate-y: -205px;
  }

  .tw .group:hover .md\:group-hover\:-translate-y-42{
    --tw-translate-y: -210px;
  }

  .tw .group:hover .md\:group-hover\:-translate-y-43{
    --tw-translate-y: -215px;
  }

  .tw .group:hover .md\:group-hover\:-translate-y-44{
    --tw-translate-y: -220px;
  }

  .tw .group:hover .md\:group-hover\:-translate-y-45{
    --tw-translate-y: -225px;
  }

  .tw .group:hover .md\:group-hover\:-translate-y-46{
    --tw-translate-y: -230px;
  }

  .tw .group:hover .md\:group-hover\:-translate-y-47{
    --tw-translate-y: -235px;
  }

  .tw .group:hover .md\:group-hover\:-translate-y-48{
    --tw-translate-y: -240px;
  }

  .tw .group:hover .md\:group-hover\:-translate-y-49{
    --tw-translate-y: -245px;
  }

  .tw .group:hover .md\:group-hover\:-translate-y-50{
    --tw-translate-y: -250px;
  }

  .tw .group:hover .md\:group-hover\:-translate-y-51{
    --tw-translate-y: -255px;
  }

  .tw .group:hover .md\:group-hover\:-translate-y-52{
    --tw-translate-y: -260px;
  }

  .tw .group:hover .md\:group-hover\:-translate-y-53{
    --tw-translate-y: -265px;
  }

  .tw .group:hover .md\:group-hover\:-translate-y-54{
    --tw-translate-y: -270px;
  }

  .tw .group:hover .md\:group-hover\:-translate-y-55{
    --tw-translate-y: -275px;
  }

  .tw .group:hover .md\:group-hover\:-translate-y-56{
    --tw-translate-y: -280px;
  }

  .tw .group:hover .md\:group-hover\:-translate-y-57{
    --tw-translate-y: -285px;
  }

  .tw .group:hover .md\:group-hover\:-translate-y-58{
    --tw-translate-y: -290px;
  }

  .tw .group:hover .md\:group-hover\:-translate-y-59{
    --tw-translate-y: -295px;
  }

  .tw .group:hover .md\:group-hover\:-translate-y-60{
    --tw-translate-y: -300px;
  }

  .tw .group:hover .md\:group-hover\:-translate-y-61{
    --tw-translate-y: -305px;
  }

  .tw .group:hover .md\:group-hover\:-translate-y-62{
    --tw-translate-y: -310px;
  }

  .tw .group:hover .md\:group-hover\:-translate-y-63{
    --tw-translate-y: -315px;
  }

  .tw .group:hover .md\:group-hover\:-translate-y-64{
    --tw-translate-y: -320px;
  }

  .tw .group:hover .md\:group-hover\:-translate-y-65{
    --tw-translate-y: -325px;
  }

  .tw .group:hover .md\:group-hover\:-translate-y-66{
    --tw-translate-y: -330px;
  }

  .tw .group:hover .md\:group-hover\:-translate-y-67{
    --tw-translate-y: -335px;
  }

  .tw .group:hover .md\:group-hover\:-translate-y-68{
    --tw-translate-y: -340px;
  }

  .tw .group:hover .md\:group-hover\:-translate-y-69{
    --tw-translate-y: -345px;
  }

  .tw .group:hover .md\:group-hover\:-translate-y-70{
    --tw-translate-y: -350px;
  }

  .tw .group:hover .md\:group-hover\:-translate-y-71{
    --tw-translate-y: -355px;
  }

  .tw .group:hover .md\:group-hover\:-translate-y-72{
    --tw-translate-y: -360px;
  }

  .tw .group:hover .md\:group-hover\:-translate-y-73{
    --tw-translate-y: -365px;
  }

  .tw .group:hover .md\:group-hover\:-translate-y-74{
    --tw-translate-y: -370px;
  }

  .tw .group:hover .md\:group-hover\:-translate-y-75{
    --tw-translate-y: -375px;
  }

  .tw .group:hover .md\:group-hover\:-translate-y-76{
    --tw-translate-y: -380px;
  }

  .tw .group:hover .md\:group-hover\:-translate-y-77{
    --tw-translate-y: -385px;
  }

  .tw .group:hover .md\:group-hover\:-translate-y-78{
    --tw-translate-y: -390px;
  }

  .tw .group:hover .md\:group-hover\:-translate-y-79{
    --tw-translate-y: -395px;
  }

  .tw .group:hover .md\:group-hover\:-translate-y-80{
    --tw-translate-y: -400px;
  }

  .tw .group:hover .md\:group-hover\:-translate-y-81{
    --tw-translate-y: -405px;
  }

  .tw .group:hover .md\:group-hover\:-translate-y-82{
    --tw-translate-y: -410px;
  }

  .tw .group:hover .md\:group-hover\:-translate-y-83{
    --tw-translate-y: -415px;
  }

  .tw .group:hover .md\:group-hover\:-translate-y-84{
    --tw-translate-y: -420px;
  }

  .tw .group:hover .md\:group-hover\:-translate-y-85{
    --tw-translate-y: -425px;
  }

  .tw .group:hover .md\:group-hover\:-translate-y-86{
    --tw-translate-y: -430px;
  }

  .tw .group:hover .md\:group-hover\:-translate-y-87{
    --tw-translate-y: -435px;
  }

  .tw .group:hover .md\:group-hover\:-translate-y-88{
    --tw-translate-y: -440px;
  }

  .tw .group:hover .md\:group-hover\:-translate-y-89{
    --tw-translate-y: -445px;
  }

  .tw .group:hover .md\:group-hover\:-translate-y-90{
    --tw-translate-y: -450px;
  }

  .tw .group:hover .md\:group-hover\:-translate-y-91{
    --tw-translate-y: -455px;
  }

  .tw .group:hover .md\:group-hover\:-translate-y-92{
    --tw-translate-y: -460px;
  }

  .tw .group:hover .md\:group-hover\:-translate-y-93{
    --tw-translate-y: -465px;
  }

  .tw .group:hover .md\:group-hover\:-translate-y-94{
    --tw-translate-y: -470px;
  }

  .tw .group:hover .md\:group-hover\:-translate-y-95{
    --tw-translate-y: -475px;
  }

  .tw .group:hover .md\:group-hover\:-translate-y-96{
    --tw-translate-y: -480px;
  }

  .tw .group:hover .md\:group-hover\:-translate-y-97{
    --tw-translate-y: -485px;
  }

  .tw .group:hover .md\:group-hover\:-translate-y-98{
    --tw-translate-y: -490px;
  }

  .tw .group:hover .md\:group-hover\:-translate-y-99{
    --tw-translate-y: -495px;
  }

  .tw .group:hover .md\:group-hover\:-translate-y-100{
    --tw-translate-y: -500px;
  }

  .tw .group:hover .md\:group-hover\:-translate-y-101{
    --tw-translate-y: -505px;
  }

  .tw .group:hover .md\:group-hover\:-translate-y-102{
    --tw-translate-y: -510px;
  }

  .tw .group:hover .md\:group-hover\:-translate-y-103{
    --tw-translate-y: -515px;
  }

  .tw .group:hover .md\:group-hover\:-translate-y-104{
    --tw-translate-y: -520px;
  }

  .tw .group:hover .md\:group-hover\:-translate-y-105{
    --tw-translate-y: -525px;
  }

  .tw .group:hover .md\:group-hover\:-translate-y-106{
    --tw-translate-y: -530px;
  }

  .tw .group:hover .md\:group-hover\:-translate-y-107{
    --tw-translate-y: -535px;
  }

  .tw .group:hover .md\:group-hover\:-translate-y-108{
    --tw-translate-y: -540px;
  }

  .tw .group:hover .md\:group-hover\:-translate-y-109{
    --tw-translate-y: -545px;
  }

  .tw .group:hover .md\:group-hover\:-translate-y-110{
    --tw-translate-y: -550px;
  }

  .tw .group:hover .md\:group-hover\:-translate-y-111{
    --tw-translate-y: -555px;
  }

  .tw .group:hover .md\:group-hover\:-translate-y-112{
    --tw-translate-y: -560px;
  }

  .tw .group:hover .md\:group-hover\:-translate-y-113{
    --tw-translate-y: -565px;
  }

  .tw .group:hover .md\:group-hover\:-translate-y-114{
    --tw-translate-y: -570px;
  }

  .tw .group:hover .md\:group-hover\:-translate-y-115{
    --tw-translate-y: -575px;
  }

  .tw .group:hover .md\:group-hover\:-translate-y-116{
    --tw-translate-y: -580px;
  }

  .tw .group:hover .md\:group-hover\:-translate-y-117{
    --tw-translate-y: -585px;
  }

  .tw .group:hover .md\:group-hover\:-translate-y-118{
    --tw-translate-y: -590px;
  }

  .tw .group:hover .md\:group-hover\:-translate-y-119{
    --tw-translate-y: -595px;
  }

  .tw .group:hover .md\:group-hover\:-translate-y-120{
    --tw-translate-y: -600px;
  }

  .tw .group:hover .md\:group-hover\:-translate-y-121{
    --tw-translate-y: -605px;
  }

  .tw .group:hover .md\:group-hover\:-translate-y-122{
    --tw-translate-y: -610px;
  }

  .tw .group:hover .md\:group-hover\:-translate-y-123{
    --tw-translate-y: -615px;
  }

  .tw .group:hover .md\:group-hover\:-translate-y-124{
    --tw-translate-y: -620px;
  }

  .tw .group:hover .md\:group-hover\:-translate-y-125{
    --tw-translate-y: -625px;
  }

  .tw .group:hover .md\:group-hover\:-translate-y-126{
    --tw-translate-y: -630px;
  }

  .tw .group:hover .md\:group-hover\:-translate-y-127{
    --tw-translate-y: -635px;
  }

  .tw .group:hover .md\:group-hover\:-translate-y-128{
    --tw-translate-y: -640px;
  }

  .tw .group:hover .md\:group-hover\:-translate-y-129{
    --tw-translate-y: -645px;
  }

  .tw .group:hover .md\:group-hover\:-translate-y-130{
    --tw-translate-y: -650px;
  }

  .tw .group:hover .md\:group-hover\:-translate-y-131{
    --tw-translate-y: -655px;
  }

  .tw .group:hover .md\:group-hover\:-translate-y-132{
    --tw-translate-y: -660px;
  }

  .tw .group:hover .md\:group-hover\:-translate-y-133{
    --tw-translate-y: -665px;
  }

  .tw .group:hover .md\:group-hover\:-translate-y-134{
    --tw-translate-y: -670px;
  }

  .tw .group:hover .md\:group-hover\:-translate-y-135{
    --tw-translate-y: -675px;
  }

  .tw .group:hover .md\:group-hover\:-translate-y-136{
    --tw-translate-y: -680px;
  }

  .tw .group:hover .md\:group-hover\:-translate-y-137{
    --tw-translate-y: -685px;
  }

  .tw .group:hover .md\:group-hover\:-translate-y-138{
    --tw-translate-y: -690px;
  }

  .tw .group:hover .md\:group-hover\:-translate-y-139{
    --tw-translate-y: -695px;
  }

  .tw .group:hover .md\:group-hover\:-translate-y-140{
    --tw-translate-y: -700px;
  }

  .tw .group:hover .md\:group-hover\:-translate-y-141{
    --tw-translate-y: -705px;
  }

  .tw .group:hover .md\:group-hover\:-translate-y-142{
    --tw-translate-y: -710px;
  }

  .tw .group:hover .md\:group-hover\:-translate-y-143{
    --tw-translate-y: -715px;
  }

  .tw .group:hover .md\:group-hover\:-translate-y-144{
    --tw-translate-y: -720px;
  }

  .tw .group:hover .md\:group-hover\:-translate-y-145{
    --tw-translate-y: -725px;
  }

  .tw .group:hover .md\:group-hover\:-translate-y-146{
    --tw-translate-y: -730px;
  }

  .tw .group:hover .md\:group-hover\:-translate-y-147{
    --tw-translate-y: -735px;
  }

  .tw .group:hover .md\:group-hover\:-translate-y-148{
    --tw-translate-y: -740px;
  }

  .tw .group:hover .md\:group-hover\:-translate-y-149{
    --tw-translate-y: -745px;
  }

  .tw .group:hover .md\:group-hover\:-translate-y-0\.5{
    --tw-translate-y: -3px;
  }

  .tw .group:hover .md\:group-hover\:-translate-y-1px{
    --tw-translate-y: -1px;
  }

  .tw .group:hover .md\:group-hover\:-translate-y-2px{
    --tw-translate-y: -2px;
  }

  .tw .group:hover .md\:group-hover\:-translate-y-3px{
    --tw-translate-y: -3px;
  }

  .tw .group:hover .md\:group-hover\:-translate-y-4px{
    --tw-translate-y: -4px;
  }

  .tw .group:hover .md\:group-hover\:-translate-y-5px{
    --tw-translate-y: -5px;
  }

  .tw .group:hover .md\:group-hover\:-translate-y-6px{
    --tw-translate-y: -6px;
  }

  .tw .group:hover .md\:group-hover\:-translate-y-7px{
    --tw-translate-y: -7px;
  }

  .tw .group:hover .md\:group-hover\:-translate-y-8px{
    --tw-translate-y: -8px;
  }

  .tw .group:hover .md\:group-hover\:-translate-y-9px{
    --tw-translate-y: -9px;
  }

  .tw .group:hover .md\:group-hover\:-translate-y-10px{
    --tw-translate-y: -10px;
  }

  .tw .group:hover .md\:group-hover\:-translate-y-11px{
    --tw-translate-y: -11px;
  }

  .tw .group:hover .md\:group-hover\:-translate-y-12px{
    --tw-translate-y: -12px;
  }

  .tw .group:hover .md\:group-hover\:-translate-y-13px{
    --tw-translate-y: -13px;
  }

  .tw .group:hover .md\:group-hover\:-translate-y-14px{
    --tw-translate-y: -14px;
  }

  .tw .group:hover .md\:group-hover\:-translate-y-15px{
    --tw-translate-y: -15px;
  }

  .tw .group:hover .md\:group-hover\:-translate-y-16px{
    --tw-translate-y: -16px;
  }

  .tw .group:hover .md\:group-hover\:-translate-y-17px{
    --tw-translate-y: -17px;
  }

  .tw .group:hover .md\:group-hover\:-translate-y-18px{
    --tw-translate-y: -18px;
  }

  .tw .group:hover .md\:group-hover\:-translate-y-19px{
    --tw-translate-y: -19px;
  }

  .tw .group:hover .md\:group-hover\:-translate-y-20px{
    --tw-translate-y: -20px;
  }

  .tw .group:hover .md\:group-hover\:-translate-y-21px{
    --tw-translate-y: -21px;
  }

  .tw .group:hover .md\:group-hover\:-translate-y-22px{
    --tw-translate-y: -22px;
  }

  .tw .group:hover .md\:group-hover\:-translate-y-23px{
    --tw-translate-y: -23px;
  }

  .tw .group:hover .md\:group-hover\:-translate-y-24px{
    --tw-translate-y: -24px;
  }

  .tw .group:hover .md\:group-hover\:-translate-y-25px{
    --tw-translate-y: -25px;
  }

  .tw .group:hover .md\:group-hover\:-translate-y-26px{
    --tw-translate-y: -26px;
  }

  .tw .group:hover .md\:group-hover\:-translate-y-27px{
    --tw-translate-y: -27px;
  }

  .tw .group:hover .md\:group-hover\:-translate-y-28px{
    --tw-translate-y: -28px;
  }

  .tw .group:hover .md\:group-hover\:-translate-y-29px{
    --tw-translate-y: -29px;
  }

  .tw .group:hover .md\:group-hover\:-translate-y-30px{
    --tw-translate-y: -30px;
  }

  .tw .group:hover .md\:group-hover\:-translate-y-31px{
    --tw-translate-y: -31px;
  }

  .tw .group:hover .md\:group-hover\:-translate-y-32px{
    --tw-translate-y: -32px;
  }

  .tw .group:hover .md\:group-hover\:-translate-y-33px{
    --tw-translate-y: -33px;
  }

  .tw .group:hover .md\:group-hover\:-translate-y-34px{
    --tw-translate-y: -34px;
  }

  .tw .group:hover .md\:group-hover\:-translate-y-35px{
    --tw-translate-y: -35px;
  }

  .tw .group:hover .md\:group-hover\:-translate-y-36px{
    --tw-translate-y: -36px;
  }

  .tw .group:hover .md\:group-hover\:-translate-y-37px{
    --tw-translate-y: -37px;
  }

  .tw .group:hover .md\:group-hover\:-translate-y-38px{
    --tw-translate-y: -38px;
  }

  .tw .group:hover .md\:group-hover\:-translate-y-39px{
    --tw-translate-y: -39px;
  }

  .tw .group:hover .md\:group-hover\:-translate-y-40px{
    --tw-translate-y: -40px;
  }

  .tw .group:hover .md\:group-hover\:translate-y-1\/2{
    --tw-translate-y: 50%;
  }

  .tw .group:hover .md\:group-hover\:translate-y-1\/3{
    --tw-translate-y: 33.333333%;
  }

  .tw .group:hover .md\:group-hover\:translate-y-2\/3{
    --tw-translate-y: 66.666667%;
  }

  .tw .group:hover .md\:group-hover\:translate-y-1\/4{
    --tw-translate-y: 25%;
  }

  .tw .group:hover .md\:group-hover\:translate-y-2\/4{
    --tw-translate-y: 50%;
  }

  .tw .group:hover .md\:group-hover\:translate-y-3\/4{
    --tw-translate-y: 75%;
  }

  .tw .group:hover .md\:group-hover\:translate-y-full{
    --tw-translate-y: 100%;
  }

  .tw .group:hover .md\:group-hover\:-translate-y-1\/2{
    --tw-translate-y: -50%;
  }

  .tw .group:hover .md\:group-hover\:-translate-y-1\/3{
    --tw-translate-y: -33.333333%;
  }

  .tw .group:hover .md\:group-hover\:-translate-y-2\/3{
    --tw-translate-y: -66.666667%;
  }

  .tw .group:hover .md\:group-hover\:-translate-y-1\/4{
    --tw-translate-y: -25%;
  }

  .tw .group:hover .md\:group-hover\:-translate-y-2\/4{
    --tw-translate-y: -50%;
  }

  .tw .group:hover .md\:group-hover\:-translate-y-3\/4{
    --tw-translate-y: -75%;
  }

  .tw .group:hover .md\:group-hover\:-translate-y-full{
    --tw-translate-y: -100%;
  }

  .tw .md\:hover\:translate-x-0:hover{
    --tw-translate-x: 0px;
  }

  .tw .md\:hover\:translate-x-1:hover{
    --tw-translate-x: 5px;
  }

  .tw .md\:hover\:translate-x-2:hover{
    --tw-translate-x: 10px;
  }

  .tw .md\:hover\:translate-x-3:hover{
    --tw-translate-x: 15px;
  }

  .tw .md\:hover\:translate-x-4:hover{
    --tw-translate-x: 20px;
  }

  .tw .md\:hover\:translate-x-5:hover{
    --tw-translate-x: 25px;
  }

  .tw .md\:hover\:translate-x-6:hover{
    --tw-translate-x: 30px;
  }

  .tw .md\:hover\:translate-x-7:hover{
    --tw-translate-x: 35px;
  }

  .tw .md\:hover\:translate-x-8:hover{
    --tw-translate-x: 40px;
  }

  .tw .md\:hover\:translate-x-9:hover{
    --tw-translate-x: 45px;
  }

  .tw .md\:hover\:translate-x-10:hover{
    --tw-translate-x: 50px;
  }

  .tw .md\:hover\:translate-x-11:hover{
    --tw-translate-x: 55px;
  }

  .tw .md\:hover\:translate-x-12:hover{
    --tw-translate-x: 60px;
  }

  .tw .md\:hover\:translate-x-13:hover{
    --tw-translate-x: 65px;
  }

  .tw .md\:hover\:translate-x-14:hover{
    --tw-translate-x: 70px;
  }

  .tw .md\:hover\:translate-x-15:hover{
    --tw-translate-x: 75px;
  }

  .tw .md\:hover\:translate-x-16:hover{
    --tw-translate-x: 80px;
  }

  .tw .md\:hover\:translate-x-17:hover{
    --tw-translate-x: 85px;
  }

  .tw .md\:hover\:translate-x-18:hover{
    --tw-translate-x: 90px;
  }

  .tw .md\:hover\:translate-x-19:hover{
    --tw-translate-x: 95px;
  }

  .tw .md\:hover\:translate-x-20:hover{
    --tw-translate-x: 100px;
  }

  .tw .md\:hover\:translate-x-21:hover{
    --tw-translate-x: 105px;
  }

  .tw .md\:hover\:translate-x-22:hover{
    --tw-translate-x: 110px;
  }

  .tw .md\:hover\:translate-x-23:hover{
    --tw-translate-x: 115px;
  }

  .tw .md\:hover\:translate-x-24:hover{
    --tw-translate-x: 120px;
  }

  .tw .md\:hover\:translate-x-25:hover{
    --tw-translate-x: 125px;
  }

  .tw .md\:hover\:translate-x-26:hover{
    --tw-translate-x: 130px;
  }

  .tw .md\:hover\:translate-x-27:hover{
    --tw-translate-x: 135px;
  }

  .tw .md\:hover\:translate-x-28:hover{
    --tw-translate-x: 140px;
  }

  .tw .md\:hover\:translate-x-29:hover{
    --tw-translate-x: 145px;
  }

  .tw .md\:hover\:translate-x-30:hover{
    --tw-translate-x: 150px;
  }

  .tw .md\:hover\:translate-x-31:hover{
    --tw-translate-x: 155px;
  }

  .tw .md\:hover\:translate-x-32:hover{
    --tw-translate-x: 160px;
  }

  .tw .md\:hover\:translate-x-33:hover{
    --tw-translate-x: 165px;
  }

  .tw .md\:hover\:translate-x-34:hover{
    --tw-translate-x: 170px;
  }

  .tw .md\:hover\:translate-x-35:hover{
    --tw-translate-x: 175px;
  }

  .tw .md\:hover\:translate-x-36:hover{
    --tw-translate-x: 180px;
  }

  .tw .md\:hover\:translate-x-37:hover{
    --tw-translate-x: 185px;
  }

  .tw .md\:hover\:translate-x-38:hover{
    --tw-translate-x: 190px;
  }

  .tw .md\:hover\:translate-x-39:hover{
    --tw-translate-x: 195px;
  }

  .tw .md\:hover\:translate-x-40:hover{
    --tw-translate-x: 200px;
  }

  .tw .md\:hover\:translate-x-41:hover{
    --tw-translate-x: 205px;
  }

  .tw .md\:hover\:translate-x-42:hover{
    --tw-translate-x: 210px;
  }

  .tw .md\:hover\:translate-x-43:hover{
    --tw-translate-x: 215px;
  }

  .tw .md\:hover\:translate-x-44:hover{
    --tw-translate-x: 220px;
  }

  .tw .md\:hover\:translate-x-45:hover{
    --tw-translate-x: 225px;
  }

  .tw .md\:hover\:translate-x-46:hover{
    --tw-translate-x: 230px;
  }

  .tw .md\:hover\:translate-x-47:hover{
    --tw-translate-x: 235px;
  }

  .tw .md\:hover\:translate-x-48:hover{
    --tw-translate-x: 240px;
  }

  .tw .md\:hover\:translate-x-49:hover{
    --tw-translate-x: 245px;
  }

  .tw .md\:hover\:translate-x-50:hover{
    --tw-translate-x: 250px;
  }

  .tw .md\:hover\:translate-x-51:hover{
    --tw-translate-x: 255px;
  }

  .tw .md\:hover\:translate-x-52:hover{
    --tw-translate-x: 260px;
  }

  .tw .md\:hover\:translate-x-53:hover{
    --tw-translate-x: 265px;
  }

  .tw .md\:hover\:translate-x-54:hover{
    --tw-translate-x: 270px;
  }

  .tw .md\:hover\:translate-x-55:hover{
    --tw-translate-x: 275px;
  }

  .tw .md\:hover\:translate-x-56:hover{
    --tw-translate-x: 280px;
  }

  .tw .md\:hover\:translate-x-57:hover{
    --tw-translate-x: 285px;
  }

  .tw .md\:hover\:translate-x-58:hover{
    --tw-translate-x: 290px;
  }

  .tw .md\:hover\:translate-x-59:hover{
    --tw-translate-x: 295px;
  }

  .tw .md\:hover\:translate-x-60:hover{
    --tw-translate-x: 300px;
  }

  .tw .md\:hover\:translate-x-61:hover{
    --tw-translate-x: 305px;
  }

  .tw .md\:hover\:translate-x-62:hover{
    --tw-translate-x: 310px;
  }

  .tw .md\:hover\:translate-x-63:hover{
    --tw-translate-x: 315px;
  }

  .tw .md\:hover\:translate-x-64:hover{
    --tw-translate-x: 320px;
  }

  .tw .md\:hover\:translate-x-65:hover{
    --tw-translate-x: 325px;
  }

  .tw .md\:hover\:translate-x-66:hover{
    --tw-translate-x: 330px;
  }

  .tw .md\:hover\:translate-x-67:hover{
    --tw-translate-x: 335px;
  }

  .tw .md\:hover\:translate-x-68:hover{
    --tw-translate-x: 340px;
  }

  .tw .md\:hover\:translate-x-69:hover{
    --tw-translate-x: 345px;
  }

  .tw .md\:hover\:translate-x-70:hover{
    --tw-translate-x: 350px;
  }

  .tw .md\:hover\:translate-x-71:hover{
    --tw-translate-x: 355px;
  }

  .tw .md\:hover\:translate-x-72:hover{
    --tw-translate-x: 360px;
  }

  .tw .md\:hover\:translate-x-73:hover{
    --tw-translate-x: 365px;
  }

  .tw .md\:hover\:translate-x-74:hover{
    --tw-translate-x: 370px;
  }

  .tw .md\:hover\:translate-x-75:hover{
    --tw-translate-x: 375px;
  }

  .tw .md\:hover\:translate-x-76:hover{
    --tw-translate-x: 380px;
  }

  .tw .md\:hover\:translate-x-77:hover{
    --tw-translate-x: 385px;
  }

  .tw .md\:hover\:translate-x-78:hover{
    --tw-translate-x: 390px;
  }

  .tw .md\:hover\:translate-x-79:hover{
    --tw-translate-x: 395px;
  }

  .tw .md\:hover\:translate-x-80:hover{
    --tw-translate-x: 400px;
  }

  .tw .md\:hover\:translate-x-81:hover{
    --tw-translate-x: 405px;
  }

  .tw .md\:hover\:translate-x-82:hover{
    --tw-translate-x: 410px;
  }

  .tw .md\:hover\:translate-x-83:hover{
    --tw-translate-x: 415px;
  }

  .tw .md\:hover\:translate-x-84:hover{
    --tw-translate-x: 420px;
  }

  .tw .md\:hover\:translate-x-85:hover{
    --tw-translate-x: 425px;
  }

  .tw .md\:hover\:translate-x-86:hover{
    --tw-translate-x: 430px;
  }

  .tw .md\:hover\:translate-x-87:hover{
    --tw-translate-x: 435px;
  }

  .tw .md\:hover\:translate-x-88:hover{
    --tw-translate-x: 440px;
  }

  .tw .md\:hover\:translate-x-89:hover{
    --tw-translate-x: 445px;
  }

  .tw .md\:hover\:translate-x-90:hover{
    --tw-translate-x: 450px;
  }

  .tw .md\:hover\:translate-x-91:hover{
    --tw-translate-x: 455px;
  }

  .tw .md\:hover\:translate-x-92:hover{
    --tw-translate-x: 460px;
  }

  .tw .md\:hover\:translate-x-93:hover{
    --tw-translate-x: 465px;
  }

  .tw .md\:hover\:translate-x-94:hover{
    --tw-translate-x: 470px;
  }

  .tw .md\:hover\:translate-x-95:hover{
    --tw-translate-x: 475px;
  }

  .tw .md\:hover\:translate-x-96:hover{
    --tw-translate-x: 480px;
  }

  .tw .md\:hover\:translate-x-97:hover{
    --tw-translate-x: 485px;
  }

  .tw .md\:hover\:translate-x-98:hover{
    --tw-translate-x: 490px;
  }

  .tw .md\:hover\:translate-x-99:hover{
    --tw-translate-x: 495px;
  }

  .tw .md\:hover\:translate-x-100:hover{
    --tw-translate-x: 500px;
  }

  .tw .md\:hover\:translate-x-101:hover{
    --tw-translate-x: 505px;
  }

  .tw .md\:hover\:translate-x-102:hover{
    --tw-translate-x: 510px;
  }

  .tw .md\:hover\:translate-x-103:hover{
    --tw-translate-x: 515px;
  }

  .tw .md\:hover\:translate-x-104:hover{
    --tw-translate-x: 520px;
  }

  .tw .md\:hover\:translate-x-105:hover{
    --tw-translate-x: 525px;
  }

  .tw .md\:hover\:translate-x-106:hover{
    --tw-translate-x: 530px;
  }

  .tw .md\:hover\:translate-x-107:hover{
    --tw-translate-x: 535px;
  }

  .tw .md\:hover\:translate-x-108:hover{
    --tw-translate-x: 540px;
  }

  .tw .md\:hover\:translate-x-109:hover{
    --tw-translate-x: 545px;
  }

  .tw .md\:hover\:translate-x-110:hover{
    --tw-translate-x: 550px;
  }

  .tw .md\:hover\:translate-x-111:hover{
    --tw-translate-x: 555px;
  }

  .tw .md\:hover\:translate-x-112:hover{
    --tw-translate-x: 560px;
  }

  .tw .md\:hover\:translate-x-113:hover{
    --tw-translate-x: 565px;
  }

  .tw .md\:hover\:translate-x-114:hover{
    --tw-translate-x: 570px;
  }

  .tw .md\:hover\:translate-x-115:hover{
    --tw-translate-x: 575px;
  }

  .tw .md\:hover\:translate-x-116:hover{
    --tw-translate-x: 580px;
  }

  .tw .md\:hover\:translate-x-117:hover{
    --tw-translate-x: 585px;
  }

  .tw .md\:hover\:translate-x-118:hover{
    --tw-translate-x: 590px;
  }

  .tw .md\:hover\:translate-x-119:hover{
    --tw-translate-x: 595px;
  }

  .tw .md\:hover\:translate-x-120:hover{
    --tw-translate-x: 600px;
  }

  .tw .md\:hover\:translate-x-121:hover{
    --tw-translate-x: 605px;
  }

  .tw .md\:hover\:translate-x-122:hover{
    --tw-translate-x: 610px;
  }

  .tw .md\:hover\:translate-x-123:hover{
    --tw-translate-x: 615px;
  }

  .tw .md\:hover\:translate-x-124:hover{
    --tw-translate-x: 620px;
  }

  .tw .md\:hover\:translate-x-125:hover{
    --tw-translate-x: 625px;
  }

  .tw .md\:hover\:translate-x-126:hover{
    --tw-translate-x: 630px;
  }

  .tw .md\:hover\:translate-x-127:hover{
    --tw-translate-x: 635px;
  }

  .tw .md\:hover\:translate-x-128:hover{
    --tw-translate-x: 640px;
  }

  .tw .md\:hover\:translate-x-129:hover{
    --tw-translate-x: 645px;
  }

  .tw .md\:hover\:translate-x-130:hover{
    --tw-translate-x: 650px;
  }

  .tw .md\:hover\:translate-x-131:hover{
    --tw-translate-x: 655px;
  }

  .tw .md\:hover\:translate-x-132:hover{
    --tw-translate-x: 660px;
  }

  .tw .md\:hover\:translate-x-133:hover{
    --tw-translate-x: 665px;
  }

  .tw .md\:hover\:translate-x-134:hover{
    --tw-translate-x: 670px;
  }

  .tw .md\:hover\:translate-x-135:hover{
    --tw-translate-x: 675px;
  }

  .tw .md\:hover\:translate-x-136:hover{
    --tw-translate-x: 680px;
  }

  .tw .md\:hover\:translate-x-137:hover{
    --tw-translate-x: 685px;
  }

  .tw .md\:hover\:translate-x-138:hover{
    --tw-translate-x: 690px;
  }

  .tw .md\:hover\:translate-x-139:hover{
    --tw-translate-x: 695px;
  }

  .tw .md\:hover\:translate-x-140:hover{
    --tw-translate-x: 700px;
  }

  .tw .md\:hover\:translate-x-141:hover{
    --tw-translate-x: 705px;
  }

  .tw .md\:hover\:translate-x-142:hover{
    --tw-translate-x: 710px;
  }

  .tw .md\:hover\:translate-x-143:hover{
    --tw-translate-x: 715px;
  }

  .tw .md\:hover\:translate-x-144:hover{
    --tw-translate-x: 720px;
  }

  .tw .md\:hover\:translate-x-145:hover{
    --tw-translate-x: 725px;
  }

  .tw .md\:hover\:translate-x-146:hover{
    --tw-translate-x: 730px;
  }

  .tw .md\:hover\:translate-x-147:hover{
    --tw-translate-x: 735px;
  }

  .tw .md\:hover\:translate-x-148:hover{
    --tw-translate-x: 740px;
  }

  .tw .md\:hover\:translate-x-149:hover{
    --tw-translate-x: 745px;
  }

  .tw .md\:hover\:translate-x-0\.5:hover{
    --tw-translate-x: 3px;
  }

  .tw .md\:hover\:translate-x-1px:hover{
    --tw-translate-x: 1px;
  }

  .tw .md\:hover\:translate-x-2px:hover{
    --tw-translate-x: 2px;
  }

  .tw .md\:hover\:translate-x-3px:hover{
    --tw-translate-x: 3px;
  }

  .tw .md\:hover\:translate-x-4px:hover{
    --tw-translate-x: 4px;
  }

  .tw .md\:hover\:translate-x-5px:hover{
    --tw-translate-x: 5px;
  }

  .tw .md\:hover\:translate-x-6px:hover{
    --tw-translate-x: 6px;
  }

  .tw .md\:hover\:translate-x-7px:hover{
    --tw-translate-x: 7px;
  }

  .tw .md\:hover\:translate-x-8px:hover{
    --tw-translate-x: 8px;
  }

  .tw .md\:hover\:translate-x-9px:hover{
    --tw-translate-x: 9px;
  }

  .tw .md\:hover\:translate-x-10px:hover{
    --tw-translate-x: 10px;
  }

  .tw .md\:hover\:translate-x-11px:hover{
    --tw-translate-x: 11px;
  }

  .tw .md\:hover\:translate-x-12px:hover{
    --tw-translate-x: 12px;
  }

  .tw .md\:hover\:translate-x-13px:hover{
    --tw-translate-x: 13px;
  }

  .tw .md\:hover\:translate-x-14px:hover{
    --tw-translate-x: 14px;
  }

  .tw .md\:hover\:translate-x-15px:hover{
    --tw-translate-x: 15px;
  }

  .tw .md\:hover\:translate-x-16px:hover{
    --tw-translate-x: 16px;
  }

  .tw .md\:hover\:translate-x-17px:hover{
    --tw-translate-x: 17px;
  }

  .tw .md\:hover\:translate-x-18px:hover{
    --tw-translate-x: 18px;
  }

  .tw .md\:hover\:translate-x-19px:hover{
    --tw-translate-x: 19px;
  }

  .tw .md\:hover\:translate-x-20px:hover{
    --tw-translate-x: 20px;
  }

  .tw .md\:hover\:translate-x-21px:hover{
    --tw-translate-x: 21px;
  }

  .tw .md\:hover\:translate-x-22px:hover{
    --tw-translate-x: 22px;
  }

  .tw .md\:hover\:translate-x-23px:hover{
    --tw-translate-x: 23px;
  }

  .tw .md\:hover\:translate-x-24px:hover{
    --tw-translate-x: 24px;
  }

  .tw .md\:hover\:translate-x-25px:hover{
    --tw-translate-x: 25px;
  }

  .tw .md\:hover\:translate-x-26px:hover{
    --tw-translate-x: 26px;
  }

  .tw .md\:hover\:translate-x-27px:hover{
    --tw-translate-x: 27px;
  }

  .tw .md\:hover\:translate-x-28px:hover{
    --tw-translate-x: 28px;
  }

  .tw .md\:hover\:translate-x-29px:hover{
    --tw-translate-x: 29px;
  }

  .tw .md\:hover\:translate-x-30px:hover{
    --tw-translate-x: 30px;
  }

  .tw .md\:hover\:translate-x-31px:hover{
    --tw-translate-x: 31px;
  }

  .tw .md\:hover\:translate-x-32px:hover{
    --tw-translate-x: 32px;
  }

  .tw .md\:hover\:translate-x-33px:hover{
    --tw-translate-x: 33px;
  }

  .tw .md\:hover\:translate-x-34px:hover{
    --tw-translate-x: 34px;
  }

  .tw .md\:hover\:translate-x-35px:hover{
    --tw-translate-x: 35px;
  }

  .tw .md\:hover\:translate-x-36px:hover{
    --tw-translate-x: 36px;
  }

  .tw .md\:hover\:translate-x-37px:hover{
    --tw-translate-x: 37px;
  }

  .tw .md\:hover\:translate-x-38px:hover{
    --tw-translate-x: 38px;
  }

  .tw .md\:hover\:translate-x-39px:hover{
    --tw-translate-x: 39px;
  }

  .tw .md\:hover\:translate-x-40px:hover{
    --tw-translate-x: 40px;
  }

  .tw .md\:hover\:-translate-x-0:hover{
    --tw-translate-x: 0px;
  }

  .tw .md\:hover\:-translate-x-1:hover{
    --tw-translate-x: -5px;
  }

  .tw .md\:hover\:-translate-x-2:hover{
    --tw-translate-x: -10px;
  }

  .tw .md\:hover\:-translate-x-3:hover{
    --tw-translate-x: -15px;
  }

  .tw .md\:hover\:-translate-x-4:hover{
    --tw-translate-x: -20px;
  }

  .tw .md\:hover\:-translate-x-5:hover{
    --tw-translate-x: -25px;
  }

  .tw .md\:hover\:-translate-x-6:hover{
    --tw-translate-x: -30px;
  }

  .tw .md\:hover\:-translate-x-7:hover{
    --tw-translate-x: -35px;
  }

  .tw .md\:hover\:-translate-x-8:hover{
    --tw-translate-x: -40px;
  }

  .tw .md\:hover\:-translate-x-9:hover{
    --tw-translate-x: -45px;
  }

  .tw .md\:hover\:-translate-x-10:hover{
    --tw-translate-x: -50px;
  }

  .tw .md\:hover\:-translate-x-11:hover{
    --tw-translate-x: -55px;
  }

  .tw .md\:hover\:-translate-x-12:hover{
    --tw-translate-x: -60px;
  }

  .tw .md\:hover\:-translate-x-13:hover{
    --tw-translate-x: -65px;
  }

  .tw .md\:hover\:-translate-x-14:hover{
    --tw-translate-x: -70px;
  }

  .tw .md\:hover\:-translate-x-15:hover{
    --tw-translate-x: -75px;
  }

  .tw .md\:hover\:-translate-x-16:hover{
    --tw-translate-x: -80px;
  }

  .tw .md\:hover\:-translate-x-17:hover{
    --tw-translate-x: -85px;
  }

  .tw .md\:hover\:-translate-x-18:hover{
    --tw-translate-x: -90px;
  }

  .tw .md\:hover\:-translate-x-19:hover{
    --tw-translate-x: -95px;
  }

  .tw .md\:hover\:-translate-x-20:hover{
    --tw-translate-x: -100px;
  }

  .tw .md\:hover\:-translate-x-21:hover{
    --tw-translate-x: -105px;
  }

  .tw .md\:hover\:-translate-x-22:hover{
    --tw-translate-x: -110px;
  }

  .tw .md\:hover\:-translate-x-23:hover{
    --tw-translate-x: -115px;
  }

  .tw .md\:hover\:-translate-x-24:hover{
    --tw-translate-x: -120px;
  }

  .tw .md\:hover\:-translate-x-25:hover{
    --tw-translate-x: -125px;
  }

  .tw .md\:hover\:-translate-x-26:hover{
    --tw-translate-x: -130px;
  }

  .tw .md\:hover\:-translate-x-27:hover{
    --tw-translate-x: -135px;
  }

  .tw .md\:hover\:-translate-x-28:hover{
    --tw-translate-x: -140px;
  }

  .tw .md\:hover\:-translate-x-29:hover{
    --tw-translate-x: -145px;
  }

  .tw .md\:hover\:-translate-x-30:hover{
    --tw-translate-x: -150px;
  }

  .tw .md\:hover\:-translate-x-31:hover{
    --tw-translate-x: -155px;
  }

  .tw .md\:hover\:-translate-x-32:hover{
    --tw-translate-x: -160px;
  }

  .tw .md\:hover\:-translate-x-33:hover{
    --tw-translate-x: -165px;
  }

  .tw .md\:hover\:-translate-x-34:hover{
    --tw-translate-x: -170px;
  }

  .tw .md\:hover\:-translate-x-35:hover{
    --tw-translate-x: -175px;
  }

  .tw .md\:hover\:-translate-x-36:hover{
    --tw-translate-x: -180px;
  }

  .tw .md\:hover\:-translate-x-37:hover{
    --tw-translate-x: -185px;
  }

  .tw .md\:hover\:-translate-x-38:hover{
    --tw-translate-x: -190px;
  }

  .tw .md\:hover\:-translate-x-39:hover{
    --tw-translate-x: -195px;
  }

  .tw .md\:hover\:-translate-x-40:hover{
    --tw-translate-x: -200px;
  }

  .tw .md\:hover\:-translate-x-41:hover{
    --tw-translate-x: -205px;
  }

  .tw .md\:hover\:-translate-x-42:hover{
    --tw-translate-x: -210px;
  }

  .tw .md\:hover\:-translate-x-43:hover{
    --tw-translate-x: -215px;
  }

  .tw .md\:hover\:-translate-x-44:hover{
    --tw-translate-x: -220px;
  }

  .tw .md\:hover\:-translate-x-45:hover{
    --tw-translate-x: -225px;
  }

  .tw .md\:hover\:-translate-x-46:hover{
    --tw-translate-x: -230px;
  }

  .tw .md\:hover\:-translate-x-47:hover{
    --tw-translate-x: -235px;
  }

  .tw .md\:hover\:-translate-x-48:hover{
    --tw-translate-x: -240px;
  }

  .tw .md\:hover\:-translate-x-49:hover{
    --tw-translate-x: -245px;
  }

  .tw .md\:hover\:-translate-x-50:hover{
    --tw-translate-x: -250px;
  }

  .tw .md\:hover\:-translate-x-51:hover{
    --tw-translate-x: -255px;
  }

  .tw .md\:hover\:-translate-x-52:hover{
    --tw-translate-x: -260px;
  }

  .tw .md\:hover\:-translate-x-53:hover{
    --tw-translate-x: -265px;
  }

  .tw .md\:hover\:-translate-x-54:hover{
    --tw-translate-x: -270px;
  }

  .tw .md\:hover\:-translate-x-55:hover{
    --tw-translate-x: -275px;
  }

  .tw .md\:hover\:-translate-x-56:hover{
    --tw-translate-x: -280px;
  }

  .tw .md\:hover\:-translate-x-57:hover{
    --tw-translate-x: -285px;
  }

  .tw .md\:hover\:-translate-x-58:hover{
    --tw-translate-x: -290px;
  }

  .tw .md\:hover\:-translate-x-59:hover{
    --tw-translate-x: -295px;
  }

  .tw .md\:hover\:-translate-x-60:hover{
    --tw-translate-x: -300px;
  }

  .tw .md\:hover\:-translate-x-61:hover{
    --tw-translate-x: -305px;
  }

  .tw .md\:hover\:-translate-x-62:hover{
    --tw-translate-x: -310px;
  }

  .tw .md\:hover\:-translate-x-63:hover{
    --tw-translate-x: -315px;
  }

  .tw .md\:hover\:-translate-x-64:hover{
    --tw-translate-x: -320px;
  }

  .tw .md\:hover\:-translate-x-65:hover{
    --tw-translate-x: -325px;
  }

  .tw .md\:hover\:-translate-x-66:hover{
    --tw-translate-x: -330px;
  }

  .tw .md\:hover\:-translate-x-67:hover{
    --tw-translate-x: -335px;
  }

  .tw .md\:hover\:-translate-x-68:hover{
    --tw-translate-x: -340px;
  }

  .tw .md\:hover\:-translate-x-69:hover{
    --tw-translate-x: -345px;
  }

  .tw .md\:hover\:-translate-x-70:hover{
    --tw-translate-x: -350px;
  }

  .tw .md\:hover\:-translate-x-71:hover{
    --tw-translate-x: -355px;
  }

  .tw .md\:hover\:-translate-x-72:hover{
    --tw-translate-x: -360px;
  }

  .tw .md\:hover\:-translate-x-73:hover{
    --tw-translate-x: -365px;
  }

  .tw .md\:hover\:-translate-x-74:hover{
    --tw-translate-x: -370px;
  }

  .tw .md\:hover\:-translate-x-75:hover{
    --tw-translate-x: -375px;
  }

  .tw .md\:hover\:-translate-x-76:hover{
    --tw-translate-x: -380px;
  }

  .tw .md\:hover\:-translate-x-77:hover{
    --tw-translate-x: -385px;
  }

  .tw .md\:hover\:-translate-x-78:hover{
    --tw-translate-x: -390px;
  }

  .tw .md\:hover\:-translate-x-79:hover{
    --tw-translate-x: -395px;
  }

  .tw .md\:hover\:-translate-x-80:hover{
    --tw-translate-x: -400px;
  }

  .tw .md\:hover\:-translate-x-81:hover{
    --tw-translate-x: -405px;
  }

  .tw .md\:hover\:-translate-x-82:hover{
    --tw-translate-x: -410px;
  }

  .tw .md\:hover\:-translate-x-83:hover{
    --tw-translate-x: -415px;
  }

  .tw .md\:hover\:-translate-x-84:hover{
    --tw-translate-x: -420px;
  }

  .tw .md\:hover\:-translate-x-85:hover{
    --tw-translate-x: -425px;
  }

  .tw .md\:hover\:-translate-x-86:hover{
    --tw-translate-x: -430px;
  }

  .tw .md\:hover\:-translate-x-87:hover{
    --tw-translate-x: -435px;
  }

  .tw .md\:hover\:-translate-x-88:hover{
    --tw-translate-x: -440px;
  }

  .tw .md\:hover\:-translate-x-89:hover{
    --tw-translate-x: -445px;
  }

  .tw .md\:hover\:-translate-x-90:hover{
    --tw-translate-x: -450px;
  }

  .tw .md\:hover\:-translate-x-91:hover{
    --tw-translate-x: -455px;
  }

  .tw .md\:hover\:-translate-x-92:hover{
    --tw-translate-x: -460px;
  }

  .tw .md\:hover\:-translate-x-93:hover{
    --tw-translate-x: -465px;
  }

  .tw .md\:hover\:-translate-x-94:hover{
    --tw-translate-x: -470px;
  }

  .tw .md\:hover\:-translate-x-95:hover{
    --tw-translate-x: -475px;
  }

  .tw .md\:hover\:-translate-x-96:hover{
    --tw-translate-x: -480px;
  }

  .tw .md\:hover\:-translate-x-97:hover{
    --tw-translate-x: -485px;
  }

  .tw .md\:hover\:-translate-x-98:hover{
    --tw-translate-x: -490px;
  }

  .tw .md\:hover\:-translate-x-99:hover{
    --tw-translate-x: -495px;
  }

  .tw .md\:hover\:-translate-x-100:hover{
    --tw-translate-x: -500px;
  }

  .tw .md\:hover\:-translate-x-101:hover{
    --tw-translate-x: -505px;
  }

  .tw .md\:hover\:-translate-x-102:hover{
    --tw-translate-x: -510px;
  }

  .tw .md\:hover\:-translate-x-103:hover{
    --tw-translate-x: -515px;
  }

  .tw .md\:hover\:-translate-x-104:hover{
    --tw-translate-x: -520px;
  }

  .tw .md\:hover\:-translate-x-105:hover{
    --tw-translate-x: -525px;
  }

  .tw .md\:hover\:-translate-x-106:hover{
    --tw-translate-x: -530px;
  }

  .tw .md\:hover\:-translate-x-107:hover{
    --tw-translate-x: -535px;
  }

  .tw .md\:hover\:-translate-x-108:hover{
    --tw-translate-x: -540px;
  }

  .tw .md\:hover\:-translate-x-109:hover{
    --tw-translate-x: -545px;
  }

  .tw .md\:hover\:-translate-x-110:hover{
    --tw-translate-x: -550px;
  }

  .tw .md\:hover\:-translate-x-111:hover{
    --tw-translate-x: -555px;
  }

  .tw .md\:hover\:-translate-x-112:hover{
    --tw-translate-x: -560px;
  }

  .tw .md\:hover\:-translate-x-113:hover{
    --tw-translate-x: -565px;
  }

  .tw .md\:hover\:-translate-x-114:hover{
    --tw-translate-x: -570px;
  }

  .tw .md\:hover\:-translate-x-115:hover{
    --tw-translate-x: -575px;
  }

  .tw .md\:hover\:-translate-x-116:hover{
    --tw-translate-x: -580px;
  }

  .tw .md\:hover\:-translate-x-117:hover{
    --tw-translate-x: -585px;
  }

  .tw .md\:hover\:-translate-x-118:hover{
    --tw-translate-x: -590px;
  }

  .tw .md\:hover\:-translate-x-119:hover{
    --tw-translate-x: -595px;
  }

  .tw .md\:hover\:-translate-x-120:hover{
    --tw-translate-x: -600px;
  }

  .tw .md\:hover\:-translate-x-121:hover{
    --tw-translate-x: -605px;
  }

  .tw .md\:hover\:-translate-x-122:hover{
    --tw-translate-x: -610px;
  }

  .tw .md\:hover\:-translate-x-123:hover{
    --tw-translate-x: -615px;
  }

  .tw .md\:hover\:-translate-x-124:hover{
    --tw-translate-x: -620px;
  }

  .tw .md\:hover\:-translate-x-125:hover{
    --tw-translate-x: -625px;
  }

  .tw .md\:hover\:-translate-x-126:hover{
    --tw-translate-x: -630px;
  }

  .tw .md\:hover\:-translate-x-127:hover{
    --tw-translate-x: -635px;
  }

  .tw .md\:hover\:-translate-x-128:hover{
    --tw-translate-x: -640px;
  }

  .tw .md\:hover\:-translate-x-129:hover{
    --tw-translate-x: -645px;
  }

  .tw .md\:hover\:-translate-x-130:hover{
    --tw-translate-x: -650px;
  }

  .tw .md\:hover\:-translate-x-131:hover{
    --tw-translate-x: -655px;
  }

  .tw .md\:hover\:-translate-x-132:hover{
    --tw-translate-x: -660px;
  }

  .tw .md\:hover\:-translate-x-133:hover{
    --tw-translate-x: -665px;
  }

  .tw .md\:hover\:-translate-x-134:hover{
    --tw-translate-x: -670px;
  }

  .tw .md\:hover\:-translate-x-135:hover{
    --tw-translate-x: -675px;
  }

  .tw .md\:hover\:-translate-x-136:hover{
    --tw-translate-x: -680px;
  }

  .tw .md\:hover\:-translate-x-137:hover{
    --tw-translate-x: -685px;
  }

  .tw .md\:hover\:-translate-x-138:hover{
    --tw-translate-x: -690px;
  }

  .tw .md\:hover\:-translate-x-139:hover{
    --tw-translate-x: -695px;
  }

  .tw .md\:hover\:-translate-x-140:hover{
    --tw-translate-x: -700px;
  }

  .tw .md\:hover\:-translate-x-141:hover{
    --tw-translate-x: -705px;
  }

  .tw .md\:hover\:-translate-x-142:hover{
    --tw-translate-x: -710px;
  }

  .tw .md\:hover\:-translate-x-143:hover{
    --tw-translate-x: -715px;
  }

  .tw .md\:hover\:-translate-x-144:hover{
    --tw-translate-x: -720px;
  }

  .tw .md\:hover\:-translate-x-145:hover{
    --tw-translate-x: -725px;
  }

  .tw .md\:hover\:-translate-x-146:hover{
    --tw-translate-x: -730px;
  }

  .tw .md\:hover\:-translate-x-147:hover{
    --tw-translate-x: -735px;
  }

  .tw .md\:hover\:-translate-x-148:hover{
    --tw-translate-x: -740px;
  }

  .tw .md\:hover\:-translate-x-149:hover{
    --tw-translate-x: -745px;
  }

  .tw .md\:hover\:-translate-x-0\.5:hover{
    --tw-translate-x: -3px;
  }

  .tw .md\:hover\:-translate-x-1px:hover{
    --tw-translate-x: -1px;
  }

  .tw .md\:hover\:-translate-x-2px:hover{
    --tw-translate-x: -2px;
  }

  .tw .md\:hover\:-translate-x-3px:hover{
    --tw-translate-x: -3px;
  }

  .tw .md\:hover\:-translate-x-4px:hover{
    --tw-translate-x: -4px;
  }

  .tw .md\:hover\:-translate-x-5px:hover{
    --tw-translate-x: -5px;
  }

  .tw .md\:hover\:-translate-x-6px:hover{
    --tw-translate-x: -6px;
  }

  .tw .md\:hover\:-translate-x-7px:hover{
    --tw-translate-x: -7px;
  }

  .tw .md\:hover\:-translate-x-8px:hover{
    --tw-translate-x: -8px;
  }

  .tw .md\:hover\:-translate-x-9px:hover{
    --tw-translate-x: -9px;
  }

  .tw .md\:hover\:-translate-x-10px:hover{
    --tw-translate-x: -10px;
  }

  .tw .md\:hover\:-translate-x-11px:hover{
    --tw-translate-x: -11px;
  }

  .tw .md\:hover\:-translate-x-12px:hover{
    --tw-translate-x: -12px;
  }

  .tw .md\:hover\:-translate-x-13px:hover{
    --tw-translate-x: -13px;
  }

  .tw .md\:hover\:-translate-x-14px:hover{
    --tw-translate-x: -14px;
  }

  .tw .md\:hover\:-translate-x-15px:hover{
    --tw-translate-x: -15px;
  }

  .tw .md\:hover\:-translate-x-16px:hover{
    --tw-translate-x: -16px;
  }

  .tw .md\:hover\:-translate-x-17px:hover{
    --tw-translate-x: -17px;
  }

  .tw .md\:hover\:-translate-x-18px:hover{
    --tw-translate-x: -18px;
  }

  .tw .md\:hover\:-translate-x-19px:hover{
    --tw-translate-x: -19px;
  }

  .tw .md\:hover\:-translate-x-20px:hover{
    --tw-translate-x: -20px;
  }

  .tw .md\:hover\:-translate-x-21px:hover{
    --tw-translate-x: -21px;
  }

  .tw .md\:hover\:-translate-x-22px:hover{
    --tw-translate-x: -22px;
  }

  .tw .md\:hover\:-translate-x-23px:hover{
    --tw-translate-x: -23px;
  }

  .tw .md\:hover\:-translate-x-24px:hover{
    --tw-translate-x: -24px;
  }

  .tw .md\:hover\:-translate-x-25px:hover{
    --tw-translate-x: -25px;
  }

  .tw .md\:hover\:-translate-x-26px:hover{
    --tw-translate-x: -26px;
  }

  .tw .md\:hover\:-translate-x-27px:hover{
    --tw-translate-x: -27px;
  }

  .tw .md\:hover\:-translate-x-28px:hover{
    --tw-translate-x: -28px;
  }

  .tw .md\:hover\:-translate-x-29px:hover{
    --tw-translate-x: -29px;
  }

  .tw .md\:hover\:-translate-x-30px:hover{
    --tw-translate-x: -30px;
  }

  .tw .md\:hover\:-translate-x-31px:hover{
    --tw-translate-x: -31px;
  }

  .tw .md\:hover\:-translate-x-32px:hover{
    --tw-translate-x: -32px;
  }

  .tw .md\:hover\:-translate-x-33px:hover{
    --tw-translate-x: -33px;
  }

  .tw .md\:hover\:-translate-x-34px:hover{
    --tw-translate-x: -34px;
  }

  .tw .md\:hover\:-translate-x-35px:hover{
    --tw-translate-x: -35px;
  }

  .tw .md\:hover\:-translate-x-36px:hover{
    --tw-translate-x: -36px;
  }

  .tw .md\:hover\:-translate-x-37px:hover{
    --tw-translate-x: -37px;
  }

  .tw .md\:hover\:-translate-x-38px:hover{
    --tw-translate-x: -38px;
  }

  .tw .md\:hover\:-translate-x-39px:hover{
    --tw-translate-x: -39px;
  }

  .tw .md\:hover\:-translate-x-40px:hover{
    --tw-translate-x: -40px;
  }

  .tw .md\:hover\:translate-x-1\/2:hover{
    --tw-translate-x: 50%;
  }

  .tw .md\:hover\:translate-x-1\/3:hover{
    --tw-translate-x: 33.333333%;
  }

  .tw .md\:hover\:translate-x-2\/3:hover{
    --tw-translate-x: 66.666667%;
  }

  .tw .md\:hover\:translate-x-1\/4:hover{
    --tw-translate-x: 25%;
  }

  .tw .md\:hover\:translate-x-2\/4:hover{
    --tw-translate-x: 50%;
  }

  .tw .md\:hover\:translate-x-3\/4:hover{
    --tw-translate-x: 75%;
  }

  .tw .md\:hover\:translate-x-full:hover{
    --tw-translate-x: 100%;
  }

  .tw .md\:hover\:-translate-x-1\/2:hover{
    --tw-translate-x: -50%;
  }

  .tw .md\:hover\:-translate-x-1\/3:hover{
    --tw-translate-x: -33.333333%;
  }

  .tw .md\:hover\:-translate-x-2\/3:hover{
    --tw-translate-x: -66.666667%;
  }

  .tw .md\:hover\:-translate-x-1\/4:hover{
    --tw-translate-x: -25%;
  }

  .tw .md\:hover\:-translate-x-2\/4:hover{
    --tw-translate-x: -50%;
  }

  .tw .md\:hover\:-translate-x-3\/4:hover{
    --tw-translate-x: -75%;
  }

  .tw .md\:hover\:-translate-x-full:hover{
    --tw-translate-x: -100%;
  }

  .tw .md\:hover\:translate-y-0:hover{
    --tw-translate-y: 0px;
  }

  .tw .md\:hover\:translate-y-1:hover{
    --tw-translate-y: 5px;
  }

  .tw .md\:hover\:translate-y-2:hover{
    --tw-translate-y: 10px;
  }

  .tw .md\:hover\:translate-y-3:hover{
    --tw-translate-y: 15px;
  }

  .tw .md\:hover\:translate-y-4:hover{
    --tw-translate-y: 20px;
  }

  .tw .md\:hover\:translate-y-5:hover{
    --tw-translate-y: 25px;
  }

  .tw .md\:hover\:translate-y-6:hover{
    --tw-translate-y: 30px;
  }

  .tw .md\:hover\:translate-y-7:hover{
    --tw-translate-y: 35px;
  }

  .tw .md\:hover\:translate-y-8:hover{
    --tw-translate-y: 40px;
  }

  .tw .md\:hover\:translate-y-9:hover{
    --tw-translate-y: 45px;
  }

  .tw .md\:hover\:translate-y-10:hover{
    --tw-translate-y: 50px;
  }

  .tw .md\:hover\:translate-y-11:hover{
    --tw-translate-y: 55px;
  }

  .tw .md\:hover\:translate-y-12:hover{
    --tw-translate-y: 60px;
  }

  .tw .md\:hover\:translate-y-13:hover{
    --tw-translate-y: 65px;
  }

  .tw .md\:hover\:translate-y-14:hover{
    --tw-translate-y: 70px;
  }

  .tw .md\:hover\:translate-y-15:hover{
    --tw-translate-y: 75px;
  }

  .tw .md\:hover\:translate-y-16:hover{
    --tw-translate-y: 80px;
  }

  .tw .md\:hover\:translate-y-17:hover{
    --tw-translate-y: 85px;
  }

  .tw .md\:hover\:translate-y-18:hover{
    --tw-translate-y: 90px;
  }

  .tw .md\:hover\:translate-y-19:hover{
    --tw-translate-y: 95px;
  }

  .tw .md\:hover\:translate-y-20:hover{
    --tw-translate-y: 100px;
  }

  .tw .md\:hover\:translate-y-21:hover{
    --tw-translate-y: 105px;
  }

  .tw .md\:hover\:translate-y-22:hover{
    --tw-translate-y: 110px;
  }

  .tw .md\:hover\:translate-y-23:hover{
    --tw-translate-y: 115px;
  }

  .tw .md\:hover\:translate-y-24:hover{
    --tw-translate-y: 120px;
  }

  .tw .md\:hover\:translate-y-25:hover{
    --tw-translate-y: 125px;
  }

  .tw .md\:hover\:translate-y-26:hover{
    --tw-translate-y: 130px;
  }

  .tw .md\:hover\:translate-y-27:hover{
    --tw-translate-y: 135px;
  }

  .tw .md\:hover\:translate-y-28:hover{
    --tw-translate-y: 140px;
  }

  .tw .md\:hover\:translate-y-29:hover{
    --tw-translate-y: 145px;
  }

  .tw .md\:hover\:translate-y-30:hover{
    --tw-translate-y: 150px;
  }

  .tw .md\:hover\:translate-y-31:hover{
    --tw-translate-y: 155px;
  }

  .tw .md\:hover\:translate-y-32:hover{
    --tw-translate-y: 160px;
  }

  .tw .md\:hover\:translate-y-33:hover{
    --tw-translate-y: 165px;
  }

  .tw .md\:hover\:translate-y-34:hover{
    --tw-translate-y: 170px;
  }

  .tw .md\:hover\:translate-y-35:hover{
    --tw-translate-y: 175px;
  }

  .tw .md\:hover\:translate-y-36:hover{
    --tw-translate-y: 180px;
  }

  .tw .md\:hover\:translate-y-37:hover{
    --tw-translate-y: 185px;
  }

  .tw .md\:hover\:translate-y-38:hover{
    --tw-translate-y: 190px;
  }

  .tw .md\:hover\:translate-y-39:hover{
    --tw-translate-y: 195px;
  }

  .tw .md\:hover\:translate-y-40:hover{
    --tw-translate-y: 200px;
  }

  .tw .md\:hover\:translate-y-41:hover{
    --tw-translate-y: 205px;
  }

  .tw .md\:hover\:translate-y-42:hover{
    --tw-translate-y: 210px;
  }

  .tw .md\:hover\:translate-y-43:hover{
    --tw-translate-y: 215px;
  }

  .tw .md\:hover\:translate-y-44:hover{
    --tw-translate-y: 220px;
  }

  .tw .md\:hover\:translate-y-45:hover{
    --tw-translate-y: 225px;
  }

  .tw .md\:hover\:translate-y-46:hover{
    --tw-translate-y: 230px;
  }

  .tw .md\:hover\:translate-y-47:hover{
    --tw-translate-y: 235px;
  }

  .tw .md\:hover\:translate-y-48:hover{
    --tw-translate-y: 240px;
  }

  .tw .md\:hover\:translate-y-49:hover{
    --tw-translate-y: 245px;
  }

  .tw .md\:hover\:translate-y-50:hover{
    --tw-translate-y: 250px;
  }

  .tw .md\:hover\:translate-y-51:hover{
    --tw-translate-y: 255px;
  }

  .tw .md\:hover\:translate-y-52:hover{
    --tw-translate-y: 260px;
  }

  .tw .md\:hover\:translate-y-53:hover{
    --tw-translate-y: 265px;
  }

  .tw .md\:hover\:translate-y-54:hover{
    --tw-translate-y: 270px;
  }

  .tw .md\:hover\:translate-y-55:hover{
    --tw-translate-y: 275px;
  }

  .tw .md\:hover\:translate-y-56:hover{
    --tw-translate-y: 280px;
  }

  .tw .md\:hover\:translate-y-57:hover{
    --tw-translate-y: 285px;
  }

  .tw .md\:hover\:translate-y-58:hover{
    --tw-translate-y: 290px;
  }

  .tw .md\:hover\:translate-y-59:hover{
    --tw-translate-y: 295px;
  }

  .tw .md\:hover\:translate-y-60:hover{
    --tw-translate-y: 300px;
  }

  .tw .md\:hover\:translate-y-61:hover{
    --tw-translate-y: 305px;
  }

  .tw .md\:hover\:translate-y-62:hover{
    --tw-translate-y: 310px;
  }

  .tw .md\:hover\:translate-y-63:hover{
    --tw-translate-y: 315px;
  }

  .tw .md\:hover\:translate-y-64:hover{
    --tw-translate-y: 320px;
  }

  .tw .md\:hover\:translate-y-65:hover{
    --tw-translate-y: 325px;
  }

  .tw .md\:hover\:translate-y-66:hover{
    --tw-translate-y: 330px;
  }

  .tw .md\:hover\:translate-y-67:hover{
    --tw-translate-y: 335px;
  }

  .tw .md\:hover\:translate-y-68:hover{
    --tw-translate-y: 340px;
  }

  .tw .md\:hover\:translate-y-69:hover{
    --tw-translate-y: 345px;
  }

  .tw .md\:hover\:translate-y-70:hover{
    --tw-translate-y: 350px;
  }

  .tw .md\:hover\:translate-y-71:hover{
    --tw-translate-y: 355px;
  }

  .tw .md\:hover\:translate-y-72:hover{
    --tw-translate-y: 360px;
  }

  .tw .md\:hover\:translate-y-73:hover{
    --tw-translate-y: 365px;
  }

  .tw .md\:hover\:translate-y-74:hover{
    --tw-translate-y: 370px;
  }

  .tw .md\:hover\:translate-y-75:hover{
    --tw-translate-y: 375px;
  }

  .tw .md\:hover\:translate-y-76:hover{
    --tw-translate-y: 380px;
  }

  .tw .md\:hover\:translate-y-77:hover{
    --tw-translate-y: 385px;
  }

  .tw .md\:hover\:translate-y-78:hover{
    --tw-translate-y: 390px;
  }

  .tw .md\:hover\:translate-y-79:hover{
    --tw-translate-y: 395px;
  }

  .tw .md\:hover\:translate-y-80:hover{
    --tw-translate-y: 400px;
  }

  .tw .md\:hover\:translate-y-81:hover{
    --tw-translate-y: 405px;
  }

  .tw .md\:hover\:translate-y-82:hover{
    --tw-translate-y: 410px;
  }

  .tw .md\:hover\:translate-y-83:hover{
    --tw-translate-y: 415px;
  }

  .tw .md\:hover\:translate-y-84:hover{
    --tw-translate-y: 420px;
  }

  .tw .md\:hover\:translate-y-85:hover{
    --tw-translate-y: 425px;
  }

  .tw .md\:hover\:translate-y-86:hover{
    --tw-translate-y: 430px;
  }

  .tw .md\:hover\:translate-y-87:hover{
    --tw-translate-y: 435px;
  }

  .tw .md\:hover\:translate-y-88:hover{
    --tw-translate-y: 440px;
  }

  .tw .md\:hover\:translate-y-89:hover{
    --tw-translate-y: 445px;
  }

  .tw .md\:hover\:translate-y-90:hover{
    --tw-translate-y: 450px;
  }

  .tw .md\:hover\:translate-y-91:hover{
    --tw-translate-y: 455px;
  }

  .tw .md\:hover\:translate-y-92:hover{
    --tw-translate-y: 460px;
  }

  .tw .md\:hover\:translate-y-93:hover{
    --tw-translate-y: 465px;
  }

  .tw .md\:hover\:translate-y-94:hover{
    --tw-translate-y: 470px;
  }

  .tw .md\:hover\:translate-y-95:hover{
    --tw-translate-y: 475px;
  }

  .tw .md\:hover\:translate-y-96:hover{
    --tw-translate-y: 480px;
  }

  .tw .md\:hover\:translate-y-97:hover{
    --tw-translate-y: 485px;
  }

  .tw .md\:hover\:translate-y-98:hover{
    --tw-translate-y: 490px;
  }

  .tw .md\:hover\:translate-y-99:hover{
    --tw-translate-y: 495px;
  }

  .tw .md\:hover\:translate-y-100:hover{
    --tw-translate-y: 500px;
  }

  .tw .md\:hover\:translate-y-101:hover{
    --tw-translate-y: 505px;
  }

  .tw .md\:hover\:translate-y-102:hover{
    --tw-translate-y: 510px;
  }

  .tw .md\:hover\:translate-y-103:hover{
    --tw-translate-y: 515px;
  }

  .tw .md\:hover\:translate-y-104:hover{
    --tw-translate-y: 520px;
  }

  .tw .md\:hover\:translate-y-105:hover{
    --tw-translate-y: 525px;
  }

  .tw .md\:hover\:translate-y-106:hover{
    --tw-translate-y: 530px;
  }

  .tw .md\:hover\:translate-y-107:hover{
    --tw-translate-y: 535px;
  }

  .tw .md\:hover\:translate-y-108:hover{
    --tw-translate-y: 540px;
  }

  .tw .md\:hover\:translate-y-109:hover{
    --tw-translate-y: 545px;
  }

  .tw .md\:hover\:translate-y-110:hover{
    --tw-translate-y: 550px;
  }

  .tw .md\:hover\:translate-y-111:hover{
    --tw-translate-y: 555px;
  }

  .tw .md\:hover\:translate-y-112:hover{
    --tw-translate-y: 560px;
  }

  .tw .md\:hover\:translate-y-113:hover{
    --tw-translate-y: 565px;
  }

  .tw .md\:hover\:translate-y-114:hover{
    --tw-translate-y: 570px;
  }

  .tw .md\:hover\:translate-y-115:hover{
    --tw-translate-y: 575px;
  }

  .tw .md\:hover\:translate-y-116:hover{
    --tw-translate-y: 580px;
  }

  .tw .md\:hover\:translate-y-117:hover{
    --tw-translate-y: 585px;
  }

  .tw .md\:hover\:translate-y-118:hover{
    --tw-translate-y: 590px;
  }

  .tw .md\:hover\:translate-y-119:hover{
    --tw-translate-y: 595px;
  }

  .tw .md\:hover\:translate-y-120:hover{
    --tw-translate-y: 600px;
  }

  .tw .md\:hover\:translate-y-121:hover{
    --tw-translate-y: 605px;
  }

  .tw .md\:hover\:translate-y-122:hover{
    --tw-translate-y: 610px;
  }

  .tw .md\:hover\:translate-y-123:hover{
    --tw-translate-y: 615px;
  }

  .tw .md\:hover\:translate-y-124:hover{
    --tw-translate-y: 620px;
  }

  .tw .md\:hover\:translate-y-125:hover{
    --tw-translate-y: 625px;
  }

  .tw .md\:hover\:translate-y-126:hover{
    --tw-translate-y: 630px;
  }

  .tw .md\:hover\:translate-y-127:hover{
    --tw-translate-y: 635px;
  }

  .tw .md\:hover\:translate-y-128:hover{
    --tw-translate-y: 640px;
  }

  .tw .md\:hover\:translate-y-129:hover{
    --tw-translate-y: 645px;
  }

  .tw .md\:hover\:translate-y-130:hover{
    --tw-translate-y: 650px;
  }

  .tw .md\:hover\:translate-y-131:hover{
    --tw-translate-y: 655px;
  }

  .tw .md\:hover\:translate-y-132:hover{
    --tw-translate-y: 660px;
  }

  .tw .md\:hover\:translate-y-133:hover{
    --tw-translate-y: 665px;
  }

  .tw .md\:hover\:translate-y-134:hover{
    --tw-translate-y: 670px;
  }

  .tw .md\:hover\:translate-y-135:hover{
    --tw-translate-y: 675px;
  }

  .tw .md\:hover\:translate-y-136:hover{
    --tw-translate-y: 680px;
  }

  .tw .md\:hover\:translate-y-137:hover{
    --tw-translate-y: 685px;
  }

  .tw .md\:hover\:translate-y-138:hover{
    --tw-translate-y: 690px;
  }

  .tw .md\:hover\:translate-y-139:hover{
    --tw-translate-y: 695px;
  }

  .tw .md\:hover\:translate-y-140:hover{
    --tw-translate-y: 700px;
  }

  .tw .md\:hover\:translate-y-141:hover{
    --tw-translate-y: 705px;
  }

  .tw .md\:hover\:translate-y-142:hover{
    --tw-translate-y: 710px;
  }

  .tw .md\:hover\:translate-y-143:hover{
    --tw-translate-y: 715px;
  }

  .tw .md\:hover\:translate-y-144:hover{
    --tw-translate-y: 720px;
  }

  .tw .md\:hover\:translate-y-145:hover{
    --tw-translate-y: 725px;
  }

  .tw .md\:hover\:translate-y-146:hover{
    --tw-translate-y: 730px;
  }

  .tw .md\:hover\:translate-y-147:hover{
    --tw-translate-y: 735px;
  }

  .tw .md\:hover\:translate-y-148:hover{
    --tw-translate-y: 740px;
  }

  .tw .md\:hover\:translate-y-149:hover{
    --tw-translate-y: 745px;
  }

  .tw .md\:hover\:translate-y-0\.5:hover{
    --tw-translate-y: 3px;
  }

  .tw .md\:hover\:translate-y-1px:hover{
    --tw-translate-y: 1px;
  }

  .tw .md\:hover\:translate-y-2px:hover{
    --tw-translate-y: 2px;
  }

  .tw .md\:hover\:translate-y-3px:hover{
    --tw-translate-y: 3px;
  }

  .tw .md\:hover\:translate-y-4px:hover{
    --tw-translate-y: 4px;
  }

  .tw .md\:hover\:translate-y-5px:hover{
    --tw-translate-y: 5px;
  }

  .tw .md\:hover\:translate-y-6px:hover{
    --tw-translate-y: 6px;
  }

  .tw .md\:hover\:translate-y-7px:hover{
    --tw-translate-y: 7px;
  }

  .tw .md\:hover\:translate-y-8px:hover{
    --tw-translate-y: 8px;
  }

  .tw .md\:hover\:translate-y-9px:hover{
    --tw-translate-y: 9px;
  }

  .tw .md\:hover\:translate-y-10px:hover{
    --tw-translate-y: 10px;
  }

  .tw .md\:hover\:translate-y-11px:hover{
    --tw-translate-y: 11px;
  }

  .tw .md\:hover\:translate-y-12px:hover{
    --tw-translate-y: 12px;
  }

  .tw .md\:hover\:translate-y-13px:hover{
    --tw-translate-y: 13px;
  }

  .tw .md\:hover\:translate-y-14px:hover{
    --tw-translate-y: 14px;
  }

  .tw .md\:hover\:translate-y-15px:hover{
    --tw-translate-y: 15px;
  }

  .tw .md\:hover\:translate-y-16px:hover{
    --tw-translate-y: 16px;
  }

  .tw .md\:hover\:translate-y-17px:hover{
    --tw-translate-y: 17px;
  }

  .tw .md\:hover\:translate-y-18px:hover{
    --tw-translate-y: 18px;
  }

  .tw .md\:hover\:translate-y-19px:hover{
    --tw-translate-y: 19px;
  }

  .tw .md\:hover\:translate-y-20px:hover{
    --tw-translate-y: 20px;
  }

  .tw .md\:hover\:translate-y-21px:hover{
    --tw-translate-y: 21px;
  }

  .tw .md\:hover\:translate-y-22px:hover{
    --tw-translate-y: 22px;
  }

  .tw .md\:hover\:translate-y-23px:hover{
    --tw-translate-y: 23px;
  }

  .tw .md\:hover\:translate-y-24px:hover{
    --tw-translate-y: 24px;
  }

  .tw .md\:hover\:translate-y-25px:hover{
    --tw-translate-y: 25px;
  }

  .tw .md\:hover\:translate-y-26px:hover{
    --tw-translate-y: 26px;
  }

  .tw .md\:hover\:translate-y-27px:hover{
    --tw-translate-y: 27px;
  }

  .tw .md\:hover\:translate-y-28px:hover{
    --tw-translate-y: 28px;
  }

  .tw .md\:hover\:translate-y-29px:hover{
    --tw-translate-y: 29px;
  }

  .tw .md\:hover\:translate-y-30px:hover{
    --tw-translate-y: 30px;
  }

  .tw .md\:hover\:translate-y-31px:hover{
    --tw-translate-y: 31px;
  }

  .tw .md\:hover\:translate-y-32px:hover{
    --tw-translate-y: 32px;
  }

  .tw .md\:hover\:translate-y-33px:hover{
    --tw-translate-y: 33px;
  }

  .tw .md\:hover\:translate-y-34px:hover{
    --tw-translate-y: 34px;
  }

  .tw .md\:hover\:translate-y-35px:hover{
    --tw-translate-y: 35px;
  }

  .tw .md\:hover\:translate-y-36px:hover{
    --tw-translate-y: 36px;
  }

  .tw .md\:hover\:translate-y-37px:hover{
    --tw-translate-y: 37px;
  }

  .tw .md\:hover\:translate-y-38px:hover{
    --tw-translate-y: 38px;
  }

  .tw .md\:hover\:translate-y-39px:hover{
    --tw-translate-y: 39px;
  }

  .tw .md\:hover\:translate-y-40px:hover{
    --tw-translate-y: 40px;
  }

  .tw .md\:hover\:-translate-y-0:hover{
    --tw-translate-y: 0px;
  }

  .tw .md\:hover\:-translate-y-1:hover{
    --tw-translate-y: -5px;
  }

  .tw .md\:hover\:-translate-y-2:hover{
    --tw-translate-y: -10px;
  }

  .tw .md\:hover\:-translate-y-3:hover{
    --tw-translate-y: -15px;
  }

  .tw .md\:hover\:-translate-y-4:hover{
    --tw-translate-y: -20px;
  }

  .tw .md\:hover\:-translate-y-5:hover{
    --tw-translate-y: -25px;
  }

  .tw .md\:hover\:-translate-y-6:hover{
    --tw-translate-y: -30px;
  }

  .tw .md\:hover\:-translate-y-7:hover{
    --tw-translate-y: -35px;
  }

  .tw .md\:hover\:-translate-y-8:hover{
    --tw-translate-y: -40px;
  }

  .tw .md\:hover\:-translate-y-9:hover{
    --tw-translate-y: -45px;
  }

  .tw .md\:hover\:-translate-y-10:hover{
    --tw-translate-y: -50px;
  }

  .tw .md\:hover\:-translate-y-11:hover{
    --tw-translate-y: -55px;
  }

  .tw .md\:hover\:-translate-y-12:hover{
    --tw-translate-y: -60px;
  }

  .tw .md\:hover\:-translate-y-13:hover{
    --tw-translate-y: -65px;
  }

  .tw .md\:hover\:-translate-y-14:hover{
    --tw-translate-y: -70px;
  }

  .tw .md\:hover\:-translate-y-15:hover{
    --tw-translate-y: -75px;
  }

  .tw .md\:hover\:-translate-y-16:hover{
    --tw-translate-y: -80px;
  }

  .tw .md\:hover\:-translate-y-17:hover{
    --tw-translate-y: -85px;
  }

  .tw .md\:hover\:-translate-y-18:hover{
    --tw-translate-y: -90px;
  }

  .tw .md\:hover\:-translate-y-19:hover{
    --tw-translate-y: -95px;
  }

  .tw .md\:hover\:-translate-y-20:hover{
    --tw-translate-y: -100px;
  }

  .tw .md\:hover\:-translate-y-21:hover{
    --tw-translate-y: -105px;
  }

  .tw .md\:hover\:-translate-y-22:hover{
    --tw-translate-y: -110px;
  }

  .tw .md\:hover\:-translate-y-23:hover{
    --tw-translate-y: -115px;
  }

  .tw .md\:hover\:-translate-y-24:hover{
    --tw-translate-y: -120px;
  }

  .tw .md\:hover\:-translate-y-25:hover{
    --tw-translate-y: -125px;
  }

  .tw .md\:hover\:-translate-y-26:hover{
    --tw-translate-y: -130px;
  }

  .tw .md\:hover\:-translate-y-27:hover{
    --tw-translate-y: -135px;
  }

  .tw .md\:hover\:-translate-y-28:hover{
    --tw-translate-y: -140px;
  }

  .tw .md\:hover\:-translate-y-29:hover{
    --tw-translate-y: -145px;
  }

  .tw .md\:hover\:-translate-y-30:hover{
    --tw-translate-y: -150px;
  }

  .tw .md\:hover\:-translate-y-31:hover{
    --tw-translate-y: -155px;
  }

  .tw .md\:hover\:-translate-y-32:hover{
    --tw-translate-y: -160px;
  }

  .tw .md\:hover\:-translate-y-33:hover{
    --tw-translate-y: -165px;
  }

  .tw .md\:hover\:-translate-y-34:hover{
    --tw-translate-y: -170px;
  }

  .tw .md\:hover\:-translate-y-35:hover{
    --tw-translate-y: -175px;
  }

  .tw .md\:hover\:-translate-y-36:hover{
    --tw-translate-y: -180px;
  }

  .tw .md\:hover\:-translate-y-37:hover{
    --tw-translate-y: -185px;
  }

  .tw .md\:hover\:-translate-y-38:hover{
    --tw-translate-y: -190px;
  }

  .tw .md\:hover\:-translate-y-39:hover{
    --tw-translate-y: -195px;
  }

  .tw .md\:hover\:-translate-y-40:hover{
    --tw-translate-y: -200px;
  }

  .tw .md\:hover\:-translate-y-41:hover{
    --tw-translate-y: -205px;
  }

  .tw .md\:hover\:-translate-y-42:hover{
    --tw-translate-y: -210px;
  }

  .tw .md\:hover\:-translate-y-43:hover{
    --tw-translate-y: -215px;
  }

  .tw .md\:hover\:-translate-y-44:hover{
    --tw-translate-y: -220px;
  }

  .tw .md\:hover\:-translate-y-45:hover{
    --tw-translate-y: -225px;
  }

  .tw .md\:hover\:-translate-y-46:hover{
    --tw-translate-y: -230px;
  }

  .tw .md\:hover\:-translate-y-47:hover{
    --tw-translate-y: -235px;
  }

  .tw .md\:hover\:-translate-y-48:hover{
    --tw-translate-y: -240px;
  }

  .tw .md\:hover\:-translate-y-49:hover{
    --tw-translate-y: -245px;
  }

  .tw .md\:hover\:-translate-y-50:hover{
    --tw-translate-y: -250px;
  }

  .tw .md\:hover\:-translate-y-51:hover{
    --tw-translate-y: -255px;
  }

  .tw .md\:hover\:-translate-y-52:hover{
    --tw-translate-y: -260px;
  }

  .tw .md\:hover\:-translate-y-53:hover{
    --tw-translate-y: -265px;
  }

  .tw .md\:hover\:-translate-y-54:hover{
    --tw-translate-y: -270px;
  }

  .tw .md\:hover\:-translate-y-55:hover{
    --tw-translate-y: -275px;
  }

  .tw .md\:hover\:-translate-y-56:hover{
    --tw-translate-y: -280px;
  }

  .tw .md\:hover\:-translate-y-57:hover{
    --tw-translate-y: -285px;
  }

  .tw .md\:hover\:-translate-y-58:hover{
    --tw-translate-y: -290px;
  }

  .tw .md\:hover\:-translate-y-59:hover{
    --tw-translate-y: -295px;
  }

  .tw .md\:hover\:-translate-y-60:hover{
    --tw-translate-y: -300px;
  }

  .tw .md\:hover\:-translate-y-61:hover{
    --tw-translate-y: -305px;
  }

  .tw .md\:hover\:-translate-y-62:hover{
    --tw-translate-y: -310px;
  }

  .tw .md\:hover\:-translate-y-63:hover{
    --tw-translate-y: -315px;
  }

  .tw .md\:hover\:-translate-y-64:hover{
    --tw-translate-y: -320px;
  }

  .tw .md\:hover\:-translate-y-65:hover{
    --tw-translate-y: -325px;
  }

  .tw .md\:hover\:-translate-y-66:hover{
    --tw-translate-y: -330px;
  }

  .tw .md\:hover\:-translate-y-67:hover{
    --tw-translate-y: -335px;
  }

  .tw .md\:hover\:-translate-y-68:hover{
    --tw-translate-y: -340px;
  }

  .tw .md\:hover\:-translate-y-69:hover{
    --tw-translate-y: -345px;
  }

  .tw .md\:hover\:-translate-y-70:hover{
    --tw-translate-y: -350px;
  }

  .tw .md\:hover\:-translate-y-71:hover{
    --tw-translate-y: -355px;
  }

  .tw .md\:hover\:-translate-y-72:hover{
    --tw-translate-y: -360px;
  }

  .tw .md\:hover\:-translate-y-73:hover{
    --tw-translate-y: -365px;
  }

  .tw .md\:hover\:-translate-y-74:hover{
    --tw-translate-y: -370px;
  }

  .tw .md\:hover\:-translate-y-75:hover{
    --tw-translate-y: -375px;
  }

  .tw .md\:hover\:-translate-y-76:hover{
    --tw-translate-y: -380px;
  }

  .tw .md\:hover\:-translate-y-77:hover{
    --tw-translate-y: -385px;
  }

  .tw .md\:hover\:-translate-y-78:hover{
    --tw-translate-y: -390px;
  }

  .tw .md\:hover\:-translate-y-79:hover{
    --tw-translate-y: -395px;
  }

  .tw .md\:hover\:-translate-y-80:hover{
    --tw-translate-y: -400px;
  }

  .tw .md\:hover\:-translate-y-81:hover{
    --tw-translate-y: -405px;
  }

  .tw .md\:hover\:-translate-y-82:hover{
    --tw-translate-y: -410px;
  }

  .tw .md\:hover\:-translate-y-83:hover{
    --tw-translate-y: -415px;
  }

  .tw .md\:hover\:-translate-y-84:hover{
    --tw-translate-y: -420px;
  }

  .tw .md\:hover\:-translate-y-85:hover{
    --tw-translate-y: -425px;
  }

  .tw .md\:hover\:-translate-y-86:hover{
    --tw-translate-y: -430px;
  }

  .tw .md\:hover\:-translate-y-87:hover{
    --tw-translate-y: -435px;
  }

  .tw .md\:hover\:-translate-y-88:hover{
    --tw-translate-y: -440px;
  }

  .tw .md\:hover\:-translate-y-89:hover{
    --tw-translate-y: -445px;
  }

  .tw .md\:hover\:-translate-y-90:hover{
    --tw-translate-y: -450px;
  }

  .tw .md\:hover\:-translate-y-91:hover{
    --tw-translate-y: -455px;
  }

  .tw .md\:hover\:-translate-y-92:hover{
    --tw-translate-y: -460px;
  }

  .tw .md\:hover\:-translate-y-93:hover{
    --tw-translate-y: -465px;
  }

  .tw .md\:hover\:-translate-y-94:hover{
    --tw-translate-y: -470px;
  }

  .tw .md\:hover\:-translate-y-95:hover{
    --tw-translate-y: -475px;
  }

  .tw .md\:hover\:-translate-y-96:hover{
    --tw-translate-y: -480px;
  }

  .tw .md\:hover\:-translate-y-97:hover{
    --tw-translate-y: -485px;
  }

  .tw .md\:hover\:-translate-y-98:hover{
    --tw-translate-y: -490px;
  }

  .tw .md\:hover\:-translate-y-99:hover{
    --tw-translate-y: -495px;
  }

  .tw .md\:hover\:-translate-y-100:hover{
    --tw-translate-y: -500px;
  }

  .tw .md\:hover\:-translate-y-101:hover{
    --tw-translate-y: -505px;
  }

  .tw .md\:hover\:-translate-y-102:hover{
    --tw-translate-y: -510px;
  }

  .tw .md\:hover\:-translate-y-103:hover{
    --tw-translate-y: -515px;
  }

  .tw .md\:hover\:-translate-y-104:hover{
    --tw-translate-y: -520px;
  }

  .tw .md\:hover\:-translate-y-105:hover{
    --tw-translate-y: -525px;
  }

  .tw .md\:hover\:-translate-y-106:hover{
    --tw-translate-y: -530px;
  }

  .tw .md\:hover\:-translate-y-107:hover{
    --tw-translate-y: -535px;
  }

  .tw .md\:hover\:-translate-y-108:hover{
    --tw-translate-y: -540px;
  }

  .tw .md\:hover\:-translate-y-109:hover{
    --tw-translate-y: -545px;
  }

  .tw .md\:hover\:-translate-y-110:hover{
    --tw-translate-y: -550px;
  }

  .tw .md\:hover\:-translate-y-111:hover{
    --tw-translate-y: -555px;
  }

  .tw .md\:hover\:-translate-y-112:hover{
    --tw-translate-y: -560px;
  }

  .tw .md\:hover\:-translate-y-113:hover{
    --tw-translate-y: -565px;
  }

  .tw .md\:hover\:-translate-y-114:hover{
    --tw-translate-y: -570px;
  }

  .tw .md\:hover\:-translate-y-115:hover{
    --tw-translate-y: -575px;
  }

  .tw .md\:hover\:-translate-y-116:hover{
    --tw-translate-y: -580px;
  }

  .tw .md\:hover\:-translate-y-117:hover{
    --tw-translate-y: -585px;
  }

  .tw .md\:hover\:-translate-y-118:hover{
    --tw-translate-y: -590px;
  }

  .tw .md\:hover\:-translate-y-119:hover{
    --tw-translate-y: -595px;
  }

  .tw .md\:hover\:-translate-y-120:hover{
    --tw-translate-y: -600px;
  }

  .tw .md\:hover\:-translate-y-121:hover{
    --tw-translate-y: -605px;
  }

  .tw .md\:hover\:-translate-y-122:hover{
    --tw-translate-y: -610px;
  }

  .tw .md\:hover\:-translate-y-123:hover{
    --tw-translate-y: -615px;
  }

  .tw .md\:hover\:-translate-y-124:hover{
    --tw-translate-y: -620px;
  }

  .tw .md\:hover\:-translate-y-125:hover{
    --tw-translate-y: -625px;
  }

  .tw .md\:hover\:-translate-y-126:hover{
    --tw-translate-y: -630px;
  }

  .tw .md\:hover\:-translate-y-127:hover{
    --tw-translate-y: -635px;
  }

  .tw .md\:hover\:-translate-y-128:hover{
    --tw-translate-y: -640px;
  }

  .tw .md\:hover\:-translate-y-129:hover{
    --tw-translate-y: -645px;
  }

  .tw .md\:hover\:-translate-y-130:hover{
    --tw-translate-y: -650px;
  }

  .tw .md\:hover\:-translate-y-131:hover{
    --tw-translate-y: -655px;
  }

  .tw .md\:hover\:-translate-y-132:hover{
    --tw-translate-y: -660px;
  }

  .tw .md\:hover\:-translate-y-133:hover{
    --tw-translate-y: -665px;
  }

  .tw .md\:hover\:-translate-y-134:hover{
    --tw-translate-y: -670px;
  }

  .tw .md\:hover\:-translate-y-135:hover{
    --tw-translate-y: -675px;
  }

  .tw .md\:hover\:-translate-y-136:hover{
    --tw-translate-y: -680px;
  }

  .tw .md\:hover\:-translate-y-137:hover{
    --tw-translate-y: -685px;
  }

  .tw .md\:hover\:-translate-y-138:hover{
    --tw-translate-y: -690px;
  }

  .tw .md\:hover\:-translate-y-139:hover{
    --tw-translate-y: -695px;
  }

  .tw .md\:hover\:-translate-y-140:hover{
    --tw-translate-y: -700px;
  }

  .tw .md\:hover\:-translate-y-141:hover{
    --tw-translate-y: -705px;
  }

  .tw .md\:hover\:-translate-y-142:hover{
    --tw-translate-y: -710px;
  }

  .tw .md\:hover\:-translate-y-143:hover{
    --tw-translate-y: -715px;
  }

  .tw .md\:hover\:-translate-y-144:hover{
    --tw-translate-y: -720px;
  }

  .tw .md\:hover\:-translate-y-145:hover{
    --tw-translate-y: -725px;
  }

  .tw .md\:hover\:-translate-y-146:hover{
    --tw-translate-y: -730px;
  }

  .tw .md\:hover\:-translate-y-147:hover{
    --tw-translate-y: -735px;
  }

  .tw .md\:hover\:-translate-y-148:hover{
    --tw-translate-y: -740px;
  }

  .tw .md\:hover\:-translate-y-149:hover{
    --tw-translate-y: -745px;
  }

  .tw .md\:hover\:-translate-y-0\.5:hover{
    --tw-translate-y: -3px;
  }

  .tw .md\:hover\:-translate-y-1px:hover{
    --tw-translate-y: -1px;
  }

  .tw .md\:hover\:-translate-y-2px:hover{
    --tw-translate-y: -2px;
  }

  .tw .md\:hover\:-translate-y-3px:hover{
    --tw-translate-y: -3px;
  }

  .tw .md\:hover\:-translate-y-4px:hover{
    --tw-translate-y: -4px;
  }

  .tw .md\:hover\:-translate-y-5px:hover{
    --tw-translate-y: -5px;
  }

  .tw .md\:hover\:-translate-y-6px:hover{
    --tw-translate-y: -6px;
  }

  .tw .md\:hover\:-translate-y-7px:hover{
    --tw-translate-y: -7px;
  }

  .tw .md\:hover\:-translate-y-8px:hover{
    --tw-translate-y: -8px;
  }

  .tw .md\:hover\:-translate-y-9px:hover{
    --tw-translate-y: -9px;
  }

  .tw .md\:hover\:-translate-y-10px:hover{
    --tw-translate-y: -10px;
  }

  .tw .md\:hover\:-translate-y-11px:hover{
    --tw-translate-y: -11px;
  }

  .tw .md\:hover\:-translate-y-12px:hover{
    --tw-translate-y: -12px;
  }

  .tw .md\:hover\:-translate-y-13px:hover{
    --tw-translate-y: -13px;
  }

  .tw .md\:hover\:-translate-y-14px:hover{
    --tw-translate-y: -14px;
  }

  .tw .md\:hover\:-translate-y-15px:hover{
    --tw-translate-y: -15px;
  }

  .tw .md\:hover\:-translate-y-16px:hover{
    --tw-translate-y: -16px;
  }

  .tw .md\:hover\:-translate-y-17px:hover{
    --tw-translate-y: -17px;
  }

  .tw .md\:hover\:-translate-y-18px:hover{
    --tw-translate-y: -18px;
  }

  .tw .md\:hover\:-translate-y-19px:hover{
    --tw-translate-y: -19px;
  }

  .tw .md\:hover\:-translate-y-20px:hover{
    --tw-translate-y: -20px;
  }

  .tw .md\:hover\:-translate-y-21px:hover{
    --tw-translate-y: -21px;
  }

  .tw .md\:hover\:-translate-y-22px:hover{
    --tw-translate-y: -22px;
  }

  .tw .md\:hover\:-translate-y-23px:hover{
    --tw-translate-y: -23px;
  }

  .tw .md\:hover\:-translate-y-24px:hover{
    --tw-translate-y: -24px;
  }

  .tw .md\:hover\:-translate-y-25px:hover{
    --tw-translate-y: -25px;
  }

  .tw .md\:hover\:-translate-y-26px:hover{
    --tw-translate-y: -26px;
  }

  .tw .md\:hover\:-translate-y-27px:hover{
    --tw-translate-y: -27px;
  }

  .tw .md\:hover\:-translate-y-28px:hover{
    --tw-translate-y: -28px;
  }

  .tw .md\:hover\:-translate-y-29px:hover{
    --tw-translate-y: -29px;
  }

  .tw .md\:hover\:-translate-y-30px:hover{
    --tw-translate-y: -30px;
  }

  .tw .md\:hover\:-translate-y-31px:hover{
    --tw-translate-y: -31px;
  }

  .tw .md\:hover\:-translate-y-32px:hover{
    --tw-translate-y: -32px;
  }

  .tw .md\:hover\:-translate-y-33px:hover{
    --tw-translate-y: -33px;
  }

  .tw .md\:hover\:-translate-y-34px:hover{
    --tw-translate-y: -34px;
  }

  .tw .md\:hover\:-translate-y-35px:hover{
    --tw-translate-y: -35px;
  }

  .tw .md\:hover\:-translate-y-36px:hover{
    --tw-translate-y: -36px;
  }

  .tw .md\:hover\:-translate-y-37px:hover{
    --tw-translate-y: -37px;
  }

  .tw .md\:hover\:-translate-y-38px:hover{
    --tw-translate-y: -38px;
  }

  .tw .md\:hover\:-translate-y-39px:hover{
    --tw-translate-y: -39px;
  }

  .tw .md\:hover\:-translate-y-40px:hover{
    --tw-translate-y: -40px;
  }

  .tw .md\:hover\:translate-y-1\/2:hover{
    --tw-translate-y: 50%;
  }

  .tw .md\:hover\:translate-y-1\/3:hover{
    --tw-translate-y: 33.333333%;
  }

  .tw .md\:hover\:translate-y-2\/3:hover{
    --tw-translate-y: 66.666667%;
  }

  .tw .md\:hover\:translate-y-1\/4:hover{
    --tw-translate-y: 25%;
  }

  .tw .md\:hover\:translate-y-2\/4:hover{
    --tw-translate-y: 50%;
  }

  .tw .md\:hover\:translate-y-3\/4:hover{
    --tw-translate-y: 75%;
  }

  .tw .md\:hover\:translate-y-full:hover{
    --tw-translate-y: 100%;
  }

  .tw .md\:hover\:-translate-y-1\/2:hover{
    --tw-translate-y: -50%;
  }

  .tw .md\:hover\:-translate-y-1\/3:hover{
    --tw-translate-y: -33.333333%;
  }

  .tw .md\:hover\:-translate-y-2\/3:hover{
    --tw-translate-y: -66.666667%;
  }

  .tw .md\:hover\:-translate-y-1\/4:hover{
    --tw-translate-y: -25%;
  }

  .tw .md\:hover\:-translate-y-2\/4:hover{
    --tw-translate-y: -50%;
  }

  .tw .md\:hover\:-translate-y-3\/4:hover{
    --tw-translate-y: -75%;
  }

  .tw .md\:hover\:-translate-y-full:hover{
    --tw-translate-y: -100%;
  }

  .tw .md\:focus\:translate-x-0:focus{
    --tw-translate-x: 0px;
  }

  .tw .md\:focus\:translate-x-1:focus{
    --tw-translate-x: 5px;
  }

  .tw .md\:focus\:translate-x-2:focus{
    --tw-translate-x: 10px;
  }

  .tw .md\:focus\:translate-x-3:focus{
    --tw-translate-x: 15px;
  }

  .tw .md\:focus\:translate-x-4:focus{
    --tw-translate-x: 20px;
  }

  .tw .md\:focus\:translate-x-5:focus{
    --tw-translate-x: 25px;
  }

  .tw .md\:focus\:translate-x-6:focus{
    --tw-translate-x: 30px;
  }

  .tw .md\:focus\:translate-x-7:focus{
    --tw-translate-x: 35px;
  }

  .tw .md\:focus\:translate-x-8:focus{
    --tw-translate-x: 40px;
  }

  .tw .md\:focus\:translate-x-9:focus{
    --tw-translate-x: 45px;
  }

  .tw .md\:focus\:translate-x-10:focus{
    --tw-translate-x: 50px;
  }

  .tw .md\:focus\:translate-x-11:focus{
    --tw-translate-x: 55px;
  }

  .tw .md\:focus\:translate-x-12:focus{
    --tw-translate-x: 60px;
  }

  .tw .md\:focus\:translate-x-13:focus{
    --tw-translate-x: 65px;
  }

  .tw .md\:focus\:translate-x-14:focus{
    --tw-translate-x: 70px;
  }

  .tw .md\:focus\:translate-x-15:focus{
    --tw-translate-x: 75px;
  }

  .tw .md\:focus\:translate-x-16:focus{
    --tw-translate-x: 80px;
  }

  .tw .md\:focus\:translate-x-17:focus{
    --tw-translate-x: 85px;
  }

  .tw .md\:focus\:translate-x-18:focus{
    --tw-translate-x: 90px;
  }

  .tw .md\:focus\:translate-x-19:focus{
    --tw-translate-x: 95px;
  }

  .tw .md\:focus\:translate-x-20:focus{
    --tw-translate-x: 100px;
  }

  .tw .md\:focus\:translate-x-21:focus{
    --tw-translate-x: 105px;
  }

  .tw .md\:focus\:translate-x-22:focus{
    --tw-translate-x: 110px;
  }

  .tw .md\:focus\:translate-x-23:focus{
    --tw-translate-x: 115px;
  }

  .tw .md\:focus\:translate-x-24:focus{
    --tw-translate-x: 120px;
  }

  .tw .md\:focus\:translate-x-25:focus{
    --tw-translate-x: 125px;
  }

  .tw .md\:focus\:translate-x-26:focus{
    --tw-translate-x: 130px;
  }

  .tw .md\:focus\:translate-x-27:focus{
    --tw-translate-x: 135px;
  }

  .tw .md\:focus\:translate-x-28:focus{
    --tw-translate-x: 140px;
  }

  .tw .md\:focus\:translate-x-29:focus{
    --tw-translate-x: 145px;
  }

  .tw .md\:focus\:translate-x-30:focus{
    --tw-translate-x: 150px;
  }

  .tw .md\:focus\:translate-x-31:focus{
    --tw-translate-x: 155px;
  }

  .tw .md\:focus\:translate-x-32:focus{
    --tw-translate-x: 160px;
  }

  .tw .md\:focus\:translate-x-33:focus{
    --tw-translate-x: 165px;
  }

  .tw .md\:focus\:translate-x-34:focus{
    --tw-translate-x: 170px;
  }

  .tw .md\:focus\:translate-x-35:focus{
    --tw-translate-x: 175px;
  }

  .tw .md\:focus\:translate-x-36:focus{
    --tw-translate-x: 180px;
  }

  .tw .md\:focus\:translate-x-37:focus{
    --tw-translate-x: 185px;
  }

  .tw .md\:focus\:translate-x-38:focus{
    --tw-translate-x: 190px;
  }

  .tw .md\:focus\:translate-x-39:focus{
    --tw-translate-x: 195px;
  }

  .tw .md\:focus\:translate-x-40:focus{
    --tw-translate-x: 200px;
  }

  .tw .md\:focus\:translate-x-41:focus{
    --tw-translate-x: 205px;
  }

  .tw .md\:focus\:translate-x-42:focus{
    --tw-translate-x: 210px;
  }

  .tw .md\:focus\:translate-x-43:focus{
    --tw-translate-x: 215px;
  }

  .tw .md\:focus\:translate-x-44:focus{
    --tw-translate-x: 220px;
  }

  .tw .md\:focus\:translate-x-45:focus{
    --tw-translate-x: 225px;
  }

  .tw .md\:focus\:translate-x-46:focus{
    --tw-translate-x: 230px;
  }

  .tw .md\:focus\:translate-x-47:focus{
    --tw-translate-x: 235px;
  }

  .tw .md\:focus\:translate-x-48:focus{
    --tw-translate-x: 240px;
  }

  .tw .md\:focus\:translate-x-49:focus{
    --tw-translate-x: 245px;
  }

  .tw .md\:focus\:translate-x-50:focus{
    --tw-translate-x: 250px;
  }

  .tw .md\:focus\:translate-x-51:focus{
    --tw-translate-x: 255px;
  }

  .tw .md\:focus\:translate-x-52:focus{
    --tw-translate-x: 260px;
  }

  .tw .md\:focus\:translate-x-53:focus{
    --tw-translate-x: 265px;
  }

  .tw .md\:focus\:translate-x-54:focus{
    --tw-translate-x: 270px;
  }

  .tw .md\:focus\:translate-x-55:focus{
    --tw-translate-x: 275px;
  }

  .tw .md\:focus\:translate-x-56:focus{
    --tw-translate-x: 280px;
  }

  .tw .md\:focus\:translate-x-57:focus{
    --tw-translate-x: 285px;
  }

  .tw .md\:focus\:translate-x-58:focus{
    --tw-translate-x: 290px;
  }

  .tw .md\:focus\:translate-x-59:focus{
    --tw-translate-x: 295px;
  }

  .tw .md\:focus\:translate-x-60:focus{
    --tw-translate-x: 300px;
  }

  .tw .md\:focus\:translate-x-61:focus{
    --tw-translate-x: 305px;
  }

  .tw .md\:focus\:translate-x-62:focus{
    --tw-translate-x: 310px;
  }

  .tw .md\:focus\:translate-x-63:focus{
    --tw-translate-x: 315px;
  }

  .tw .md\:focus\:translate-x-64:focus{
    --tw-translate-x: 320px;
  }

  .tw .md\:focus\:translate-x-65:focus{
    --tw-translate-x: 325px;
  }

  .tw .md\:focus\:translate-x-66:focus{
    --tw-translate-x: 330px;
  }

  .tw .md\:focus\:translate-x-67:focus{
    --tw-translate-x: 335px;
  }

  .tw .md\:focus\:translate-x-68:focus{
    --tw-translate-x: 340px;
  }

  .tw .md\:focus\:translate-x-69:focus{
    --tw-translate-x: 345px;
  }

  .tw .md\:focus\:translate-x-70:focus{
    --tw-translate-x: 350px;
  }

  .tw .md\:focus\:translate-x-71:focus{
    --tw-translate-x: 355px;
  }

  .tw .md\:focus\:translate-x-72:focus{
    --tw-translate-x: 360px;
  }

  .tw .md\:focus\:translate-x-73:focus{
    --tw-translate-x: 365px;
  }

  .tw .md\:focus\:translate-x-74:focus{
    --tw-translate-x: 370px;
  }

  .tw .md\:focus\:translate-x-75:focus{
    --tw-translate-x: 375px;
  }

  .tw .md\:focus\:translate-x-76:focus{
    --tw-translate-x: 380px;
  }

  .tw .md\:focus\:translate-x-77:focus{
    --tw-translate-x: 385px;
  }

  .tw .md\:focus\:translate-x-78:focus{
    --tw-translate-x: 390px;
  }

  .tw .md\:focus\:translate-x-79:focus{
    --tw-translate-x: 395px;
  }

  .tw .md\:focus\:translate-x-80:focus{
    --tw-translate-x: 400px;
  }

  .tw .md\:focus\:translate-x-81:focus{
    --tw-translate-x: 405px;
  }

  .tw .md\:focus\:translate-x-82:focus{
    --tw-translate-x: 410px;
  }

  .tw .md\:focus\:translate-x-83:focus{
    --tw-translate-x: 415px;
  }

  .tw .md\:focus\:translate-x-84:focus{
    --tw-translate-x: 420px;
  }

  .tw .md\:focus\:translate-x-85:focus{
    --tw-translate-x: 425px;
  }

  .tw .md\:focus\:translate-x-86:focus{
    --tw-translate-x: 430px;
  }

  .tw .md\:focus\:translate-x-87:focus{
    --tw-translate-x: 435px;
  }

  .tw .md\:focus\:translate-x-88:focus{
    --tw-translate-x: 440px;
  }

  .tw .md\:focus\:translate-x-89:focus{
    --tw-translate-x: 445px;
  }

  .tw .md\:focus\:translate-x-90:focus{
    --tw-translate-x: 450px;
  }

  .tw .md\:focus\:translate-x-91:focus{
    --tw-translate-x: 455px;
  }

  .tw .md\:focus\:translate-x-92:focus{
    --tw-translate-x: 460px;
  }

  .tw .md\:focus\:translate-x-93:focus{
    --tw-translate-x: 465px;
  }

  .tw .md\:focus\:translate-x-94:focus{
    --tw-translate-x: 470px;
  }

  .tw .md\:focus\:translate-x-95:focus{
    --tw-translate-x: 475px;
  }

  .tw .md\:focus\:translate-x-96:focus{
    --tw-translate-x: 480px;
  }

  .tw .md\:focus\:translate-x-97:focus{
    --tw-translate-x: 485px;
  }

  .tw .md\:focus\:translate-x-98:focus{
    --tw-translate-x: 490px;
  }

  .tw .md\:focus\:translate-x-99:focus{
    --tw-translate-x: 495px;
  }

  .tw .md\:focus\:translate-x-100:focus{
    --tw-translate-x: 500px;
  }

  .tw .md\:focus\:translate-x-101:focus{
    --tw-translate-x: 505px;
  }

  .tw .md\:focus\:translate-x-102:focus{
    --tw-translate-x: 510px;
  }

  .tw .md\:focus\:translate-x-103:focus{
    --tw-translate-x: 515px;
  }

  .tw .md\:focus\:translate-x-104:focus{
    --tw-translate-x: 520px;
  }

  .tw .md\:focus\:translate-x-105:focus{
    --tw-translate-x: 525px;
  }

  .tw .md\:focus\:translate-x-106:focus{
    --tw-translate-x: 530px;
  }

  .tw .md\:focus\:translate-x-107:focus{
    --tw-translate-x: 535px;
  }

  .tw .md\:focus\:translate-x-108:focus{
    --tw-translate-x: 540px;
  }

  .tw .md\:focus\:translate-x-109:focus{
    --tw-translate-x: 545px;
  }

  .tw .md\:focus\:translate-x-110:focus{
    --tw-translate-x: 550px;
  }

  .tw .md\:focus\:translate-x-111:focus{
    --tw-translate-x: 555px;
  }

  .tw .md\:focus\:translate-x-112:focus{
    --tw-translate-x: 560px;
  }

  .tw .md\:focus\:translate-x-113:focus{
    --tw-translate-x: 565px;
  }

  .tw .md\:focus\:translate-x-114:focus{
    --tw-translate-x: 570px;
  }

  .tw .md\:focus\:translate-x-115:focus{
    --tw-translate-x: 575px;
  }

  .tw .md\:focus\:translate-x-116:focus{
    --tw-translate-x: 580px;
  }

  .tw .md\:focus\:translate-x-117:focus{
    --tw-translate-x: 585px;
  }

  .tw .md\:focus\:translate-x-118:focus{
    --tw-translate-x: 590px;
  }

  .tw .md\:focus\:translate-x-119:focus{
    --tw-translate-x: 595px;
  }

  .tw .md\:focus\:translate-x-120:focus{
    --tw-translate-x: 600px;
  }

  .tw .md\:focus\:translate-x-121:focus{
    --tw-translate-x: 605px;
  }

  .tw .md\:focus\:translate-x-122:focus{
    --tw-translate-x: 610px;
  }

  .tw .md\:focus\:translate-x-123:focus{
    --tw-translate-x: 615px;
  }

  .tw .md\:focus\:translate-x-124:focus{
    --tw-translate-x: 620px;
  }

  .tw .md\:focus\:translate-x-125:focus{
    --tw-translate-x: 625px;
  }

  .tw .md\:focus\:translate-x-126:focus{
    --tw-translate-x: 630px;
  }

  .tw .md\:focus\:translate-x-127:focus{
    --tw-translate-x: 635px;
  }

  .tw .md\:focus\:translate-x-128:focus{
    --tw-translate-x: 640px;
  }

  .tw .md\:focus\:translate-x-129:focus{
    --tw-translate-x: 645px;
  }

  .tw .md\:focus\:translate-x-130:focus{
    --tw-translate-x: 650px;
  }

  .tw .md\:focus\:translate-x-131:focus{
    --tw-translate-x: 655px;
  }

  .tw .md\:focus\:translate-x-132:focus{
    --tw-translate-x: 660px;
  }

  .tw .md\:focus\:translate-x-133:focus{
    --tw-translate-x: 665px;
  }

  .tw .md\:focus\:translate-x-134:focus{
    --tw-translate-x: 670px;
  }

  .tw .md\:focus\:translate-x-135:focus{
    --tw-translate-x: 675px;
  }

  .tw .md\:focus\:translate-x-136:focus{
    --tw-translate-x: 680px;
  }

  .tw .md\:focus\:translate-x-137:focus{
    --tw-translate-x: 685px;
  }

  .tw .md\:focus\:translate-x-138:focus{
    --tw-translate-x: 690px;
  }

  .tw .md\:focus\:translate-x-139:focus{
    --tw-translate-x: 695px;
  }

  .tw .md\:focus\:translate-x-140:focus{
    --tw-translate-x: 700px;
  }

  .tw .md\:focus\:translate-x-141:focus{
    --tw-translate-x: 705px;
  }

  .tw .md\:focus\:translate-x-142:focus{
    --tw-translate-x: 710px;
  }

  .tw .md\:focus\:translate-x-143:focus{
    --tw-translate-x: 715px;
  }

  .tw .md\:focus\:translate-x-144:focus{
    --tw-translate-x: 720px;
  }

  .tw .md\:focus\:translate-x-145:focus{
    --tw-translate-x: 725px;
  }

  .tw .md\:focus\:translate-x-146:focus{
    --tw-translate-x: 730px;
  }

  .tw .md\:focus\:translate-x-147:focus{
    --tw-translate-x: 735px;
  }

  .tw .md\:focus\:translate-x-148:focus{
    --tw-translate-x: 740px;
  }

  .tw .md\:focus\:translate-x-149:focus{
    --tw-translate-x: 745px;
  }

  .tw .md\:focus\:translate-x-0\.5:focus{
    --tw-translate-x: 3px;
  }

  .tw .md\:focus\:translate-x-1px:focus{
    --tw-translate-x: 1px;
  }

  .tw .md\:focus\:translate-x-2px:focus{
    --tw-translate-x: 2px;
  }

  .tw .md\:focus\:translate-x-3px:focus{
    --tw-translate-x: 3px;
  }

  .tw .md\:focus\:translate-x-4px:focus{
    --tw-translate-x: 4px;
  }

  .tw .md\:focus\:translate-x-5px:focus{
    --tw-translate-x: 5px;
  }

  .tw .md\:focus\:translate-x-6px:focus{
    --tw-translate-x: 6px;
  }

  .tw .md\:focus\:translate-x-7px:focus{
    --tw-translate-x: 7px;
  }

  .tw .md\:focus\:translate-x-8px:focus{
    --tw-translate-x: 8px;
  }

  .tw .md\:focus\:translate-x-9px:focus{
    --tw-translate-x: 9px;
  }

  .tw .md\:focus\:translate-x-10px:focus{
    --tw-translate-x: 10px;
  }

  .tw .md\:focus\:translate-x-11px:focus{
    --tw-translate-x: 11px;
  }

  .tw .md\:focus\:translate-x-12px:focus{
    --tw-translate-x: 12px;
  }

  .tw .md\:focus\:translate-x-13px:focus{
    --tw-translate-x: 13px;
  }

  .tw .md\:focus\:translate-x-14px:focus{
    --tw-translate-x: 14px;
  }

  .tw .md\:focus\:translate-x-15px:focus{
    --tw-translate-x: 15px;
  }

  .tw .md\:focus\:translate-x-16px:focus{
    --tw-translate-x: 16px;
  }

  .tw .md\:focus\:translate-x-17px:focus{
    --tw-translate-x: 17px;
  }

  .tw .md\:focus\:translate-x-18px:focus{
    --tw-translate-x: 18px;
  }

  .tw .md\:focus\:translate-x-19px:focus{
    --tw-translate-x: 19px;
  }

  .tw .md\:focus\:translate-x-20px:focus{
    --tw-translate-x: 20px;
  }

  .tw .md\:focus\:translate-x-21px:focus{
    --tw-translate-x: 21px;
  }

  .tw .md\:focus\:translate-x-22px:focus{
    --tw-translate-x: 22px;
  }

  .tw .md\:focus\:translate-x-23px:focus{
    --tw-translate-x: 23px;
  }

  .tw .md\:focus\:translate-x-24px:focus{
    --tw-translate-x: 24px;
  }

  .tw .md\:focus\:translate-x-25px:focus{
    --tw-translate-x: 25px;
  }

  .tw .md\:focus\:translate-x-26px:focus{
    --tw-translate-x: 26px;
  }

  .tw .md\:focus\:translate-x-27px:focus{
    --tw-translate-x: 27px;
  }

  .tw .md\:focus\:translate-x-28px:focus{
    --tw-translate-x: 28px;
  }

  .tw .md\:focus\:translate-x-29px:focus{
    --tw-translate-x: 29px;
  }

  .tw .md\:focus\:translate-x-30px:focus{
    --tw-translate-x: 30px;
  }

  .tw .md\:focus\:translate-x-31px:focus{
    --tw-translate-x: 31px;
  }

  .tw .md\:focus\:translate-x-32px:focus{
    --tw-translate-x: 32px;
  }

  .tw .md\:focus\:translate-x-33px:focus{
    --tw-translate-x: 33px;
  }

  .tw .md\:focus\:translate-x-34px:focus{
    --tw-translate-x: 34px;
  }

  .tw .md\:focus\:translate-x-35px:focus{
    --tw-translate-x: 35px;
  }

  .tw .md\:focus\:translate-x-36px:focus{
    --tw-translate-x: 36px;
  }

  .tw .md\:focus\:translate-x-37px:focus{
    --tw-translate-x: 37px;
  }

  .tw .md\:focus\:translate-x-38px:focus{
    --tw-translate-x: 38px;
  }

  .tw .md\:focus\:translate-x-39px:focus{
    --tw-translate-x: 39px;
  }

  .tw .md\:focus\:translate-x-40px:focus{
    --tw-translate-x: 40px;
  }

  .tw .md\:focus\:-translate-x-0:focus{
    --tw-translate-x: 0px;
  }

  .tw .md\:focus\:-translate-x-1:focus{
    --tw-translate-x: -5px;
  }

  .tw .md\:focus\:-translate-x-2:focus{
    --tw-translate-x: -10px;
  }

  .tw .md\:focus\:-translate-x-3:focus{
    --tw-translate-x: -15px;
  }

  .tw .md\:focus\:-translate-x-4:focus{
    --tw-translate-x: -20px;
  }

  .tw .md\:focus\:-translate-x-5:focus{
    --tw-translate-x: -25px;
  }

  .tw .md\:focus\:-translate-x-6:focus{
    --tw-translate-x: -30px;
  }

  .tw .md\:focus\:-translate-x-7:focus{
    --tw-translate-x: -35px;
  }

  .tw .md\:focus\:-translate-x-8:focus{
    --tw-translate-x: -40px;
  }

  .tw .md\:focus\:-translate-x-9:focus{
    --tw-translate-x: -45px;
  }

  .tw .md\:focus\:-translate-x-10:focus{
    --tw-translate-x: -50px;
  }

  .tw .md\:focus\:-translate-x-11:focus{
    --tw-translate-x: -55px;
  }

  .tw .md\:focus\:-translate-x-12:focus{
    --tw-translate-x: -60px;
  }

  .tw .md\:focus\:-translate-x-13:focus{
    --tw-translate-x: -65px;
  }

  .tw .md\:focus\:-translate-x-14:focus{
    --tw-translate-x: -70px;
  }

  .tw .md\:focus\:-translate-x-15:focus{
    --tw-translate-x: -75px;
  }

  .tw .md\:focus\:-translate-x-16:focus{
    --tw-translate-x: -80px;
  }

  .tw .md\:focus\:-translate-x-17:focus{
    --tw-translate-x: -85px;
  }

  .tw .md\:focus\:-translate-x-18:focus{
    --tw-translate-x: -90px;
  }

  .tw .md\:focus\:-translate-x-19:focus{
    --tw-translate-x: -95px;
  }

  .tw .md\:focus\:-translate-x-20:focus{
    --tw-translate-x: -100px;
  }

  .tw .md\:focus\:-translate-x-21:focus{
    --tw-translate-x: -105px;
  }

  .tw .md\:focus\:-translate-x-22:focus{
    --tw-translate-x: -110px;
  }

  .tw .md\:focus\:-translate-x-23:focus{
    --tw-translate-x: -115px;
  }

  .tw .md\:focus\:-translate-x-24:focus{
    --tw-translate-x: -120px;
  }

  .tw .md\:focus\:-translate-x-25:focus{
    --tw-translate-x: -125px;
  }

  .tw .md\:focus\:-translate-x-26:focus{
    --tw-translate-x: -130px;
  }

  .tw .md\:focus\:-translate-x-27:focus{
    --tw-translate-x: -135px;
  }

  .tw .md\:focus\:-translate-x-28:focus{
    --tw-translate-x: -140px;
  }

  .tw .md\:focus\:-translate-x-29:focus{
    --tw-translate-x: -145px;
  }

  .tw .md\:focus\:-translate-x-30:focus{
    --tw-translate-x: -150px;
  }

  .tw .md\:focus\:-translate-x-31:focus{
    --tw-translate-x: -155px;
  }

  .tw .md\:focus\:-translate-x-32:focus{
    --tw-translate-x: -160px;
  }

  .tw .md\:focus\:-translate-x-33:focus{
    --tw-translate-x: -165px;
  }

  .tw .md\:focus\:-translate-x-34:focus{
    --tw-translate-x: -170px;
  }

  .tw .md\:focus\:-translate-x-35:focus{
    --tw-translate-x: -175px;
  }

  .tw .md\:focus\:-translate-x-36:focus{
    --tw-translate-x: -180px;
  }

  .tw .md\:focus\:-translate-x-37:focus{
    --tw-translate-x: -185px;
  }

  .tw .md\:focus\:-translate-x-38:focus{
    --tw-translate-x: -190px;
  }

  .tw .md\:focus\:-translate-x-39:focus{
    --tw-translate-x: -195px;
  }

  .tw .md\:focus\:-translate-x-40:focus{
    --tw-translate-x: -200px;
  }

  .tw .md\:focus\:-translate-x-41:focus{
    --tw-translate-x: -205px;
  }

  .tw .md\:focus\:-translate-x-42:focus{
    --tw-translate-x: -210px;
  }

  .tw .md\:focus\:-translate-x-43:focus{
    --tw-translate-x: -215px;
  }

  .tw .md\:focus\:-translate-x-44:focus{
    --tw-translate-x: -220px;
  }

  .tw .md\:focus\:-translate-x-45:focus{
    --tw-translate-x: -225px;
  }

  .tw .md\:focus\:-translate-x-46:focus{
    --tw-translate-x: -230px;
  }

  .tw .md\:focus\:-translate-x-47:focus{
    --tw-translate-x: -235px;
  }

  .tw .md\:focus\:-translate-x-48:focus{
    --tw-translate-x: -240px;
  }

  .tw .md\:focus\:-translate-x-49:focus{
    --tw-translate-x: -245px;
  }

  .tw .md\:focus\:-translate-x-50:focus{
    --tw-translate-x: -250px;
  }

  .tw .md\:focus\:-translate-x-51:focus{
    --tw-translate-x: -255px;
  }

  .tw .md\:focus\:-translate-x-52:focus{
    --tw-translate-x: -260px;
  }

  .tw .md\:focus\:-translate-x-53:focus{
    --tw-translate-x: -265px;
  }

  .tw .md\:focus\:-translate-x-54:focus{
    --tw-translate-x: -270px;
  }

  .tw .md\:focus\:-translate-x-55:focus{
    --tw-translate-x: -275px;
  }

  .tw .md\:focus\:-translate-x-56:focus{
    --tw-translate-x: -280px;
  }

  .tw .md\:focus\:-translate-x-57:focus{
    --tw-translate-x: -285px;
  }

  .tw .md\:focus\:-translate-x-58:focus{
    --tw-translate-x: -290px;
  }

  .tw .md\:focus\:-translate-x-59:focus{
    --tw-translate-x: -295px;
  }

  .tw .md\:focus\:-translate-x-60:focus{
    --tw-translate-x: -300px;
  }

  .tw .md\:focus\:-translate-x-61:focus{
    --tw-translate-x: -305px;
  }

  .tw .md\:focus\:-translate-x-62:focus{
    --tw-translate-x: -310px;
  }

  .tw .md\:focus\:-translate-x-63:focus{
    --tw-translate-x: -315px;
  }

  .tw .md\:focus\:-translate-x-64:focus{
    --tw-translate-x: -320px;
  }

  .tw .md\:focus\:-translate-x-65:focus{
    --tw-translate-x: -325px;
  }

  .tw .md\:focus\:-translate-x-66:focus{
    --tw-translate-x: -330px;
  }

  .tw .md\:focus\:-translate-x-67:focus{
    --tw-translate-x: -335px;
  }

  .tw .md\:focus\:-translate-x-68:focus{
    --tw-translate-x: -340px;
  }

  .tw .md\:focus\:-translate-x-69:focus{
    --tw-translate-x: -345px;
  }

  .tw .md\:focus\:-translate-x-70:focus{
    --tw-translate-x: -350px;
  }

  .tw .md\:focus\:-translate-x-71:focus{
    --tw-translate-x: -355px;
  }

  .tw .md\:focus\:-translate-x-72:focus{
    --tw-translate-x: -360px;
  }

  .tw .md\:focus\:-translate-x-73:focus{
    --tw-translate-x: -365px;
  }

  .tw .md\:focus\:-translate-x-74:focus{
    --tw-translate-x: -370px;
  }

  .tw .md\:focus\:-translate-x-75:focus{
    --tw-translate-x: -375px;
  }

  .tw .md\:focus\:-translate-x-76:focus{
    --tw-translate-x: -380px;
  }

  .tw .md\:focus\:-translate-x-77:focus{
    --tw-translate-x: -385px;
  }

  .tw .md\:focus\:-translate-x-78:focus{
    --tw-translate-x: -390px;
  }

  .tw .md\:focus\:-translate-x-79:focus{
    --tw-translate-x: -395px;
  }

  .tw .md\:focus\:-translate-x-80:focus{
    --tw-translate-x: -400px;
  }

  .tw .md\:focus\:-translate-x-81:focus{
    --tw-translate-x: -405px;
  }

  .tw .md\:focus\:-translate-x-82:focus{
    --tw-translate-x: -410px;
  }

  .tw .md\:focus\:-translate-x-83:focus{
    --tw-translate-x: -415px;
  }

  .tw .md\:focus\:-translate-x-84:focus{
    --tw-translate-x: -420px;
  }

  .tw .md\:focus\:-translate-x-85:focus{
    --tw-translate-x: -425px;
  }

  .tw .md\:focus\:-translate-x-86:focus{
    --tw-translate-x: -430px;
  }

  .tw .md\:focus\:-translate-x-87:focus{
    --tw-translate-x: -435px;
  }

  .tw .md\:focus\:-translate-x-88:focus{
    --tw-translate-x: -440px;
  }

  .tw .md\:focus\:-translate-x-89:focus{
    --tw-translate-x: -445px;
  }

  .tw .md\:focus\:-translate-x-90:focus{
    --tw-translate-x: -450px;
  }

  .tw .md\:focus\:-translate-x-91:focus{
    --tw-translate-x: -455px;
  }

  .tw .md\:focus\:-translate-x-92:focus{
    --tw-translate-x: -460px;
  }

  .tw .md\:focus\:-translate-x-93:focus{
    --tw-translate-x: -465px;
  }

  .tw .md\:focus\:-translate-x-94:focus{
    --tw-translate-x: -470px;
  }

  .tw .md\:focus\:-translate-x-95:focus{
    --tw-translate-x: -475px;
  }

  .tw .md\:focus\:-translate-x-96:focus{
    --tw-translate-x: -480px;
  }

  .tw .md\:focus\:-translate-x-97:focus{
    --tw-translate-x: -485px;
  }

  .tw .md\:focus\:-translate-x-98:focus{
    --tw-translate-x: -490px;
  }

  .tw .md\:focus\:-translate-x-99:focus{
    --tw-translate-x: -495px;
  }

  .tw .md\:focus\:-translate-x-100:focus{
    --tw-translate-x: -500px;
  }

  .tw .md\:focus\:-translate-x-101:focus{
    --tw-translate-x: -505px;
  }

  .tw .md\:focus\:-translate-x-102:focus{
    --tw-translate-x: -510px;
  }

  .tw .md\:focus\:-translate-x-103:focus{
    --tw-translate-x: -515px;
  }

  .tw .md\:focus\:-translate-x-104:focus{
    --tw-translate-x: -520px;
  }

  .tw .md\:focus\:-translate-x-105:focus{
    --tw-translate-x: -525px;
  }

  .tw .md\:focus\:-translate-x-106:focus{
    --tw-translate-x: -530px;
  }

  .tw .md\:focus\:-translate-x-107:focus{
    --tw-translate-x: -535px;
  }

  .tw .md\:focus\:-translate-x-108:focus{
    --tw-translate-x: -540px;
  }

  .tw .md\:focus\:-translate-x-109:focus{
    --tw-translate-x: -545px;
  }

  .tw .md\:focus\:-translate-x-110:focus{
    --tw-translate-x: -550px;
  }

  .tw .md\:focus\:-translate-x-111:focus{
    --tw-translate-x: -555px;
  }

  .tw .md\:focus\:-translate-x-112:focus{
    --tw-translate-x: -560px;
  }

  .tw .md\:focus\:-translate-x-113:focus{
    --tw-translate-x: -565px;
  }

  .tw .md\:focus\:-translate-x-114:focus{
    --tw-translate-x: -570px;
  }

  .tw .md\:focus\:-translate-x-115:focus{
    --tw-translate-x: -575px;
  }

  .tw .md\:focus\:-translate-x-116:focus{
    --tw-translate-x: -580px;
  }

  .tw .md\:focus\:-translate-x-117:focus{
    --tw-translate-x: -585px;
  }

  .tw .md\:focus\:-translate-x-118:focus{
    --tw-translate-x: -590px;
  }

  .tw .md\:focus\:-translate-x-119:focus{
    --tw-translate-x: -595px;
  }

  .tw .md\:focus\:-translate-x-120:focus{
    --tw-translate-x: -600px;
  }

  .tw .md\:focus\:-translate-x-121:focus{
    --tw-translate-x: -605px;
  }

  .tw .md\:focus\:-translate-x-122:focus{
    --tw-translate-x: -610px;
  }

  .tw .md\:focus\:-translate-x-123:focus{
    --tw-translate-x: -615px;
  }

  .tw .md\:focus\:-translate-x-124:focus{
    --tw-translate-x: -620px;
  }

  .tw .md\:focus\:-translate-x-125:focus{
    --tw-translate-x: -625px;
  }

  .tw .md\:focus\:-translate-x-126:focus{
    --tw-translate-x: -630px;
  }

  .tw .md\:focus\:-translate-x-127:focus{
    --tw-translate-x: -635px;
  }

  .tw .md\:focus\:-translate-x-128:focus{
    --tw-translate-x: -640px;
  }

  .tw .md\:focus\:-translate-x-129:focus{
    --tw-translate-x: -645px;
  }

  .tw .md\:focus\:-translate-x-130:focus{
    --tw-translate-x: -650px;
  }

  .tw .md\:focus\:-translate-x-131:focus{
    --tw-translate-x: -655px;
  }

  .tw .md\:focus\:-translate-x-132:focus{
    --tw-translate-x: -660px;
  }

  .tw .md\:focus\:-translate-x-133:focus{
    --tw-translate-x: -665px;
  }

  .tw .md\:focus\:-translate-x-134:focus{
    --tw-translate-x: -670px;
  }

  .tw .md\:focus\:-translate-x-135:focus{
    --tw-translate-x: -675px;
  }

  .tw .md\:focus\:-translate-x-136:focus{
    --tw-translate-x: -680px;
  }

  .tw .md\:focus\:-translate-x-137:focus{
    --tw-translate-x: -685px;
  }

  .tw .md\:focus\:-translate-x-138:focus{
    --tw-translate-x: -690px;
  }

  .tw .md\:focus\:-translate-x-139:focus{
    --tw-translate-x: -695px;
  }

  .tw .md\:focus\:-translate-x-140:focus{
    --tw-translate-x: -700px;
  }

  .tw .md\:focus\:-translate-x-141:focus{
    --tw-translate-x: -705px;
  }

  .tw .md\:focus\:-translate-x-142:focus{
    --tw-translate-x: -710px;
  }

  .tw .md\:focus\:-translate-x-143:focus{
    --tw-translate-x: -715px;
  }

  .tw .md\:focus\:-translate-x-144:focus{
    --tw-translate-x: -720px;
  }

  .tw .md\:focus\:-translate-x-145:focus{
    --tw-translate-x: -725px;
  }

  .tw .md\:focus\:-translate-x-146:focus{
    --tw-translate-x: -730px;
  }

  .tw .md\:focus\:-translate-x-147:focus{
    --tw-translate-x: -735px;
  }

  .tw .md\:focus\:-translate-x-148:focus{
    --tw-translate-x: -740px;
  }

  .tw .md\:focus\:-translate-x-149:focus{
    --tw-translate-x: -745px;
  }

  .tw .md\:focus\:-translate-x-0\.5:focus{
    --tw-translate-x: -3px;
  }

  .tw .md\:focus\:-translate-x-1px:focus{
    --tw-translate-x: -1px;
  }

  .tw .md\:focus\:-translate-x-2px:focus{
    --tw-translate-x: -2px;
  }

  .tw .md\:focus\:-translate-x-3px:focus{
    --tw-translate-x: -3px;
  }

  .tw .md\:focus\:-translate-x-4px:focus{
    --tw-translate-x: -4px;
  }

  .tw .md\:focus\:-translate-x-5px:focus{
    --tw-translate-x: -5px;
  }

  .tw .md\:focus\:-translate-x-6px:focus{
    --tw-translate-x: -6px;
  }

  .tw .md\:focus\:-translate-x-7px:focus{
    --tw-translate-x: -7px;
  }

  .tw .md\:focus\:-translate-x-8px:focus{
    --tw-translate-x: -8px;
  }

  .tw .md\:focus\:-translate-x-9px:focus{
    --tw-translate-x: -9px;
  }

  .tw .md\:focus\:-translate-x-10px:focus{
    --tw-translate-x: -10px;
  }

  .tw .md\:focus\:-translate-x-11px:focus{
    --tw-translate-x: -11px;
  }

  .tw .md\:focus\:-translate-x-12px:focus{
    --tw-translate-x: -12px;
  }

  .tw .md\:focus\:-translate-x-13px:focus{
    --tw-translate-x: -13px;
  }

  .tw .md\:focus\:-translate-x-14px:focus{
    --tw-translate-x: -14px;
  }

  .tw .md\:focus\:-translate-x-15px:focus{
    --tw-translate-x: -15px;
  }

  .tw .md\:focus\:-translate-x-16px:focus{
    --tw-translate-x: -16px;
  }

  .tw .md\:focus\:-translate-x-17px:focus{
    --tw-translate-x: -17px;
  }

  .tw .md\:focus\:-translate-x-18px:focus{
    --tw-translate-x: -18px;
  }

  .tw .md\:focus\:-translate-x-19px:focus{
    --tw-translate-x: -19px;
  }

  .tw .md\:focus\:-translate-x-20px:focus{
    --tw-translate-x: -20px;
  }

  .tw .md\:focus\:-translate-x-21px:focus{
    --tw-translate-x: -21px;
  }

  .tw .md\:focus\:-translate-x-22px:focus{
    --tw-translate-x: -22px;
  }

  .tw .md\:focus\:-translate-x-23px:focus{
    --tw-translate-x: -23px;
  }

  .tw .md\:focus\:-translate-x-24px:focus{
    --tw-translate-x: -24px;
  }

  .tw .md\:focus\:-translate-x-25px:focus{
    --tw-translate-x: -25px;
  }

  .tw .md\:focus\:-translate-x-26px:focus{
    --tw-translate-x: -26px;
  }

  .tw .md\:focus\:-translate-x-27px:focus{
    --tw-translate-x: -27px;
  }

  .tw .md\:focus\:-translate-x-28px:focus{
    --tw-translate-x: -28px;
  }

  .tw .md\:focus\:-translate-x-29px:focus{
    --tw-translate-x: -29px;
  }

  .tw .md\:focus\:-translate-x-30px:focus{
    --tw-translate-x: -30px;
  }

  .tw .md\:focus\:-translate-x-31px:focus{
    --tw-translate-x: -31px;
  }

  .tw .md\:focus\:-translate-x-32px:focus{
    --tw-translate-x: -32px;
  }

  .tw .md\:focus\:-translate-x-33px:focus{
    --tw-translate-x: -33px;
  }

  .tw .md\:focus\:-translate-x-34px:focus{
    --tw-translate-x: -34px;
  }

  .tw .md\:focus\:-translate-x-35px:focus{
    --tw-translate-x: -35px;
  }

  .tw .md\:focus\:-translate-x-36px:focus{
    --tw-translate-x: -36px;
  }

  .tw .md\:focus\:-translate-x-37px:focus{
    --tw-translate-x: -37px;
  }

  .tw .md\:focus\:-translate-x-38px:focus{
    --tw-translate-x: -38px;
  }

  .tw .md\:focus\:-translate-x-39px:focus{
    --tw-translate-x: -39px;
  }

  .tw .md\:focus\:-translate-x-40px:focus{
    --tw-translate-x: -40px;
  }

  .tw .md\:focus\:translate-x-1\/2:focus{
    --tw-translate-x: 50%;
  }

  .tw .md\:focus\:translate-x-1\/3:focus{
    --tw-translate-x: 33.333333%;
  }

  .tw .md\:focus\:translate-x-2\/3:focus{
    --tw-translate-x: 66.666667%;
  }

  .tw .md\:focus\:translate-x-1\/4:focus{
    --tw-translate-x: 25%;
  }

  .tw .md\:focus\:translate-x-2\/4:focus{
    --tw-translate-x: 50%;
  }

  .tw .md\:focus\:translate-x-3\/4:focus{
    --tw-translate-x: 75%;
  }

  .tw .md\:focus\:translate-x-full:focus{
    --tw-translate-x: 100%;
  }

  .tw .md\:focus\:-translate-x-1\/2:focus{
    --tw-translate-x: -50%;
  }

  .tw .md\:focus\:-translate-x-1\/3:focus{
    --tw-translate-x: -33.333333%;
  }

  .tw .md\:focus\:-translate-x-2\/3:focus{
    --tw-translate-x: -66.666667%;
  }

  .tw .md\:focus\:-translate-x-1\/4:focus{
    --tw-translate-x: -25%;
  }

  .tw .md\:focus\:-translate-x-2\/4:focus{
    --tw-translate-x: -50%;
  }

  .tw .md\:focus\:-translate-x-3\/4:focus{
    --tw-translate-x: -75%;
  }

  .tw .md\:focus\:-translate-x-full:focus{
    --tw-translate-x: -100%;
  }

  .tw .md\:focus\:translate-y-0:focus{
    --tw-translate-y: 0px;
  }

  .tw .md\:focus\:translate-y-1:focus{
    --tw-translate-y: 5px;
  }

  .tw .md\:focus\:translate-y-2:focus{
    --tw-translate-y: 10px;
  }

  .tw .md\:focus\:translate-y-3:focus{
    --tw-translate-y: 15px;
  }

  .tw .md\:focus\:translate-y-4:focus{
    --tw-translate-y: 20px;
  }

  .tw .md\:focus\:translate-y-5:focus{
    --tw-translate-y: 25px;
  }

  .tw .md\:focus\:translate-y-6:focus{
    --tw-translate-y: 30px;
  }

  .tw .md\:focus\:translate-y-7:focus{
    --tw-translate-y: 35px;
  }

  .tw .md\:focus\:translate-y-8:focus{
    --tw-translate-y: 40px;
  }

  .tw .md\:focus\:translate-y-9:focus{
    --tw-translate-y: 45px;
  }

  .tw .md\:focus\:translate-y-10:focus{
    --tw-translate-y: 50px;
  }

  .tw .md\:focus\:translate-y-11:focus{
    --tw-translate-y: 55px;
  }

  .tw .md\:focus\:translate-y-12:focus{
    --tw-translate-y: 60px;
  }

  .tw .md\:focus\:translate-y-13:focus{
    --tw-translate-y: 65px;
  }

  .tw .md\:focus\:translate-y-14:focus{
    --tw-translate-y: 70px;
  }

  .tw .md\:focus\:translate-y-15:focus{
    --tw-translate-y: 75px;
  }

  .tw .md\:focus\:translate-y-16:focus{
    --tw-translate-y: 80px;
  }

  .tw .md\:focus\:translate-y-17:focus{
    --tw-translate-y: 85px;
  }

  .tw .md\:focus\:translate-y-18:focus{
    --tw-translate-y: 90px;
  }

  .tw .md\:focus\:translate-y-19:focus{
    --tw-translate-y: 95px;
  }

  .tw .md\:focus\:translate-y-20:focus{
    --tw-translate-y: 100px;
  }

  .tw .md\:focus\:translate-y-21:focus{
    --tw-translate-y: 105px;
  }

  .tw .md\:focus\:translate-y-22:focus{
    --tw-translate-y: 110px;
  }

  .tw .md\:focus\:translate-y-23:focus{
    --tw-translate-y: 115px;
  }

  .tw .md\:focus\:translate-y-24:focus{
    --tw-translate-y: 120px;
  }

  .tw .md\:focus\:translate-y-25:focus{
    --tw-translate-y: 125px;
  }

  .tw .md\:focus\:translate-y-26:focus{
    --tw-translate-y: 130px;
  }

  .tw .md\:focus\:translate-y-27:focus{
    --tw-translate-y: 135px;
  }

  .tw .md\:focus\:translate-y-28:focus{
    --tw-translate-y: 140px;
  }

  .tw .md\:focus\:translate-y-29:focus{
    --tw-translate-y: 145px;
  }

  .tw .md\:focus\:translate-y-30:focus{
    --tw-translate-y: 150px;
  }

  .tw .md\:focus\:translate-y-31:focus{
    --tw-translate-y: 155px;
  }

  .tw .md\:focus\:translate-y-32:focus{
    --tw-translate-y: 160px;
  }

  .tw .md\:focus\:translate-y-33:focus{
    --tw-translate-y: 165px;
  }

  .tw .md\:focus\:translate-y-34:focus{
    --tw-translate-y: 170px;
  }

  .tw .md\:focus\:translate-y-35:focus{
    --tw-translate-y: 175px;
  }

  .tw .md\:focus\:translate-y-36:focus{
    --tw-translate-y: 180px;
  }

  .tw .md\:focus\:translate-y-37:focus{
    --tw-translate-y: 185px;
  }

  .tw .md\:focus\:translate-y-38:focus{
    --tw-translate-y: 190px;
  }

  .tw .md\:focus\:translate-y-39:focus{
    --tw-translate-y: 195px;
  }

  .tw .md\:focus\:translate-y-40:focus{
    --tw-translate-y: 200px;
  }

  .tw .md\:focus\:translate-y-41:focus{
    --tw-translate-y: 205px;
  }

  .tw .md\:focus\:translate-y-42:focus{
    --tw-translate-y: 210px;
  }

  .tw .md\:focus\:translate-y-43:focus{
    --tw-translate-y: 215px;
  }

  .tw .md\:focus\:translate-y-44:focus{
    --tw-translate-y: 220px;
  }

  .tw .md\:focus\:translate-y-45:focus{
    --tw-translate-y: 225px;
  }

  .tw .md\:focus\:translate-y-46:focus{
    --tw-translate-y: 230px;
  }

  .tw .md\:focus\:translate-y-47:focus{
    --tw-translate-y: 235px;
  }

  .tw .md\:focus\:translate-y-48:focus{
    --tw-translate-y: 240px;
  }

  .tw .md\:focus\:translate-y-49:focus{
    --tw-translate-y: 245px;
  }

  .tw .md\:focus\:translate-y-50:focus{
    --tw-translate-y: 250px;
  }

  .tw .md\:focus\:translate-y-51:focus{
    --tw-translate-y: 255px;
  }

  .tw .md\:focus\:translate-y-52:focus{
    --tw-translate-y: 260px;
  }

  .tw .md\:focus\:translate-y-53:focus{
    --tw-translate-y: 265px;
  }

  .tw .md\:focus\:translate-y-54:focus{
    --tw-translate-y: 270px;
  }

  .tw .md\:focus\:translate-y-55:focus{
    --tw-translate-y: 275px;
  }

  .tw .md\:focus\:translate-y-56:focus{
    --tw-translate-y: 280px;
  }

  .tw .md\:focus\:translate-y-57:focus{
    --tw-translate-y: 285px;
  }

  .tw .md\:focus\:translate-y-58:focus{
    --tw-translate-y: 290px;
  }

  .tw .md\:focus\:translate-y-59:focus{
    --tw-translate-y: 295px;
  }

  .tw .md\:focus\:translate-y-60:focus{
    --tw-translate-y: 300px;
  }

  .tw .md\:focus\:translate-y-61:focus{
    --tw-translate-y: 305px;
  }

  .tw .md\:focus\:translate-y-62:focus{
    --tw-translate-y: 310px;
  }

  .tw .md\:focus\:translate-y-63:focus{
    --tw-translate-y: 315px;
  }

  .tw .md\:focus\:translate-y-64:focus{
    --tw-translate-y: 320px;
  }

  .tw .md\:focus\:translate-y-65:focus{
    --tw-translate-y: 325px;
  }

  .tw .md\:focus\:translate-y-66:focus{
    --tw-translate-y: 330px;
  }

  .tw .md\:focus\:translate-y-67:focus{
    --tw-translate-y: 335px;
  }

  .tw .md\:focus\:translate-y-68:focus{
    --tw-translate-y: 340px;
  }

  .tw .md\:focus\:translate-y-69:focus{
    --tw-translate-y: 345px;
  }

  .tw .md\:focus\:translate-y-70:focus{
    --tw-translate-y: 350px;
  }

  .tw .md\:focus\:translate-y-71:focus{
    --tw-translate-y: 355px;
  }

  .tw .md\:focus\:translate-y-72:focus{
    --tw-translate-y: 360px;
  }

  .tw .md\:focus\:translate-y-73:focus{
    --tw-translate-y: 365px;
  }

  .tw .md\:focus\:translate-y-74:focus{
    --tw-translate-y: 370px;
  }

  .tw .md\:focus\:translate-y-75:focus{
    --tw-translate-y: 375px;
  }

  .tw .md\:focus\:translate-y-76:focus{
    --tw-translate-y: 380px;
  }

  .tw .md\:focus\:translate-y-77:focus{
    --tw-translate-y: 385px;
  }

  .tw .md\:focus\:translate-y-78:focus{
    --tw-translate-y: 390px;
  }

  .tw .md\:focus\:translate-y-79:focus{
    --tw-translate-y: 395px;
  }

  .tw .md\:focus\:translate-y-80:focus{
    --tw-translate-y: 400px;
  }

  .tw .md\:focus\:translate-y-81:focus{
    --tw-translate-y: 405px;
  }

  .tw .md\:focus\:translate-y-82:focus{
    --tw-translate-y: 410px;
  }

  .tw .md\:focus\:translate-y-83:focus{
    --tw-translate-y: 415px;
  }

  .tw .md\:focus\:translate-y-84:focus{
    --tw-translate-y: 420px;
  }

  .tw .md\:focus\:translate-y-85:focus{
    --tw-translate-y: 425px;
  }

  .tw .md\:focus\:translate-y-86:focus{
    --tw-translate-y: 430px;
  }

  .tw .md\:focus\:translate-y-87:focus{
    --tw-translate-y: 435px;
  }

  .tw .md\:focus\:translate-y-88:focus{
    --tw-translate-y: 440px;
  }

  .tw .md\:focus\:translate-y-89:focus{
    --tw-translate-y: 445px;
  }

  .tw .md\:focus\:translate-y-90:focus{
    --tw-translate-y: 450px;
  }

  .tw .md\:focus\:translate-y-91:focus{
    --tw-translate-y: 455px;
  }

  .tw .md\:focus\:translate-y-92:focus{
    --tw-translate-y: 460px;
  }

  .tw .md\:focus\:translate-y-93:focus{
    --tw-translate-y: 465px;
  }

  .tw .md\:focus\:translate-y-94:focus{
    --tw-translate-y: 470px;
  }

  .tw .md\:focus\:translate-y-95:focus{
    --tw-translate-y: 475px;
  }

  .tw .md\:focus\:translate-y-96:focus{
    --tw-translate-y: 480px;
  }

  .tw .md\:focus\:translate-y-97:focus{
    --tw-translate-y: 485px;
  }

  .tw .md\:focus\:translate-y-98:focus{
    --tw-translate-y: 490px;
  }

  .tw .md\:focus\:translate-y-99:focus{
    --tw-translate-y: 495px;
  }

  .tw .md\:focus\:translate-y-100:focus{
    --tw-translate-y: 500px;
  }

  .tw .md\:focus\:translate-y-101:focus{
    --tw-translate-y: 505px;
  }

  .tw .md\:focus\:translate-y-102:focus{
    --tw-translate-y: 510px;
  }

  .tw .md\:focus\:translate-y-103:focus{
    --tw-translate-y: 515px;
  }

  .tw .md\:focus\:translate-y-104:focus{
    --tw-translate-y: 520px;
  }

  .tw .md\:focus\:translate-y-105:focus{
    --tw-translate-y: 525px;
  }

  .tw .md\:focus\:translate-y-106:focus{
    --tw-translate-y: 530px;
  }

  .tw .md\:focus\:translate-y-107:focus{
    --tw-translate-y: 535px;
  }

  .tw .md\:focus\:translate-y-108:focus{
    --tw-translate-y: 540px;
  }

  .tw .md\:focus\:translate-y-109:focus{
    --tw-translate-y: 545px;
  }

  .tw .md\:focus\:translate-y-110:focus{
    --tw-translate-y: 550px;
  }

  .tw .md\:focus\:translate-y-111:focus{
    --tw-translate-y: 555px;
  }

  .tw .md\:focus\:translate-y-112:focus{
    --tw-translate-y: 560px;
  }

  .tw .md\:focus\:translate-y-113:focus{
    --tw-translate-y: 565px;
  }

  .tw .md\:focus\:translate-y-114:focus{
    --tw-translate-y: 570px;
  }

  .tw .md\:focus\:translate-y-115:focus{
    --tw-translate-y: 575px;
  }

  .tw .md\:focus\:translate-y-116:focus{
    --tw-translate-y: 580px;
  }

  .tw .md\:focus\:translate-y-117:focus{
    --tw-translate-y: 585px;
  }

  .tw .md\:focus\:translate-y-118:focus{
    --tw-translate-y: 590px;
  }

  .tw .md\:focus\:translate-y-119:focus{
    --tw-translate-y: 595px;
  }

  .tw .md\:focus\:translate-y-120:focus{
    --tw-translate-y: 600px;
  }

  .tw .md\:focus\:translate-y-121:focus{
    --tw-translate-y: 605px;
  }

  .tw .md\:focus\:translate-y-122:focus{
    --tw-translate-y: 610px;
  }

  .tw .md\:focus\:translate-y-123:focus{
    --tw-translate-y: 615px;
  }

  .tw .md\:focus\:translate-y-124:focus{
    --tw-translate-y: 620px;
  }

  .tw .md\:focus\:translate-y-125:focus{
    --tw-translate-y: 625px;
  }

  .tw .md\:focus\:translate-y-126:focus{
    --tw-translate-y: 630px;
  }

  .tw .md\:focus\:translate-y-127:focus{
    --tw-translate-y: 635px;
  }

  .tw .md\:focus\:translate-y-128:focus{
    --tw-translate-y: 640px;
  }

  .tw .md\:focus\:translate-y-129:focus{
    --tw-translate-y: 645px;
  }

  .tw .md\:focus\:translate-y-130:focus{
    --tw-translate-y: 650px;
  }

  .tw .md\:focus\:translate-y-131:focus{
    --tw-translate-y: 655px;
  }

  .tw .md\:focus\:translate-y-132:focus{
    --tw-translate-y: 660px;
  }

  .tw .md\:focus\:translate-y-133:focus{
    --tw-translate-y: 665px;
  }

  .tw .md\:focus\:translate-y-134:focus{
    --tw-translate-y: 670px;
  }

  .tw .md\:focus\:translate-y-135:focus{
    --tw-translate-y: 675px;
  }

  .tw .md\:focus\:translate-y-136:focus{
    --tw-translate-y: 680px;
  }

  .tw .md\:focus\:translate-y-137:focus{
    --tw-translate-y: 685px;
  }

  .tw .md\:focus\:translate-y-138:focus{
    --tw-translate-y: 690px;
  }

  .tw .md\:focus\:translate-y-139:focus{
    --tw-translate-y: 695px;
  }

  .tw .md\:focus\:translate-y-140:focus{
    --tw-translate-y: 700px;
  }

  .tw .md\:focus\:translate-y-141:focus{
    --tw-translate-y: 705px;
  }

  .tw .md\:focus\:translate-y-142:focus{
    --tw-translate-y: 710px;
  }

  .tw .md\:focus\:translate-y-143:focus{
    --tw-translate-y: 715px;
  }

  .tw .md\:focus\:translate-y-144:focus{
    --tw-translate-y: 720px;
  }

  .tw .md\:focus\:translate-y-145:focus{
    --tw-translate-y: 725px;
  }

  .tw .md\:focus\:translate-y-146:focus{
    --tw-translate-y: 730px;
  }

  .tw .md\:focus\:translate-y-147:focus{
    --tw-translate-y: 735px;
  }

  .tw .md\:focus\:translate-y-148:focus{
    --tw-translate-y: 740px;
  }

  .tw .md\:focus\:translate-y-149:focus{
    --tw-translate-y: 745px;
  }

  .tw .md\:focus\:translate-y-0\.5:focus{
    --tw-translate-y: 3px;
  }

  .tw .md\:focus\:translate-y-1px:focus{
    --tw-translate-y: 1px;
  }

  .tw .md\:focus\:translate-y-2px:focus{
    --tw-translate-y: 2px;
  }

  .tw .md\:focus\:translate-y-3px:focus{
    --tw-translate-y: 3px;
  }

  .tw .md\:focus\:translate-y-4px:focus{
    --tw-translate-y: 4px;
  }

  .tw .md\:focus\:translate-y-5px:focus{
    --tw-translate-y: 5px;
  }

  .tw .md\:focus\:translate-y-6px:focus{
    --tw-translate-y: 6px;
  }

  .tw .md\:focus\:translate-y-7px:focus{
    --tw-translate-y: 7px;
  }

  .tw .md\:focus\:translate-y-8px:focus{
    --tw-translate-y: 8px;
  }

  .tw .md\:focus\:translate-y-9px:focus{
    --tw-translate-y: 9px;
  }

  .tw .md\:focus\:translate-y-10px:focus{
    --tw-translate-y: 10px;
  }

  .tw .md\:focus\:translate-y-11px:focus{
    --tw-translate-y: 11px;
  }

  .tw .md\:focus\:translate-y-12px:focus{
    --tw-translate-y: 12px;
  }

  .tw .md\:focus\:translate-y-13px:focus{
    --tw-translate-y: 13px;
  }

  .tw .md\:focus\:translate-y-14px:focus{
    --tw-translate-y: 14px;
  }

  .tw .md\:focus\:translate-y-15px:focus{
    --tw-translate-y: 15px;
  }

  .tw .md\:focus\:translate-y-16px:focus{
    --tw-translate-y: 16px;
  }

  .tw .md\:focus\:translate-y-17px:focus{
    --tw-translate-y: 17px;
  }

  .tw .md\:focus\:translate-y-18px:focus{
    --tw-translate-y: 18px;
  }

  .tw .md\:focus\:translate-y-19px:focus{
    --tw-translate-y: 19px;
  }

  .tw .md\:focus\:translate-y-20px:focus{
    --tw-translate-y: 20px;
  }

  .tw .md\:focus\:translate-y-21px:focus{
    --tw-translate-y: 21px;
  }

  .tw .md\:focus\:translate-y-22px:focus{
    --tw-translate-y: 22px;
  }

  .tw .md\:focus\:translate-y-23px:focus{
    --tw-translate-y: 23px;
  }

  .tw .md\:focus\:translate-y-24px:focus{
    --tw-translate-y: 24px;
  }

  .tw .md\:focus\:translate-y-25px:focus{
    --tw-translate-y: 25px;
  }

  .tw .md\:focus\:translate-y-26px:focus{
    --tw-translate-y: 26px;
  }

  .tw .md\:focus\:translate-y-27px:focus{
    --tw-translate-y: 27px;
  }

  .tw .md\:focus\:translate-y-28px:focus{
    --tw-translate-y: 28px;
  }

  .tw .md\:focus\:translate-y-29px:focus{
    --tw-translate-y: 29px;
  }

  .tw .md\:focus\:translate-y-30px:focus{
    --tw-translate-y: 30px;
  }

  .tw .md\:focus\:translate-y-31px:focus{
    --tw-translate-y: 31px;
  }

  .tw .md\:focus\:translate-y-32px:focus{
    --tw-translate-y: 32px;
  }

  .tw .md\:focus\:translate-y-33px:focus{
    --tw-translate-y: 33px;
  }

  .tw .md\:focus\:translate-y-34px:focus{
    --tw-translate-y: 34px;
  }

  .tw .md\:focus\:translate-y-35px:focus{
    --tw-translate-y: 35px;
  }

  .tw .md\:focus\:translate-y-36px:focus{
    --tw-translate-y: 36px;
  }

  .tw .md\:focus\:translate-y-37px:focus{
    --tw-translate-y: 37px;
  }

  .tw .md\:focus\:translate-y-38px:focus{
    --tw-translate-y: 38px;
  }

  .tw .md\:focus\:translate-y-39px:focus{
    --tw-translate-y: 39px;
  }

  .tw .md\:focus\:translate-y-40px:focus{
    --tw-translate-y: 40px;
  }

  .tw .md\:focus\:-translate-y-0:focus{
    --tw-translate-y: 0px;
  }

  .tw .md\:focus\:-translate-y-1:focus{
    --tw-translate-y: -5px;
  }

  .tw .md\:focus\:-translate-y-2:focus{
    --tw-translate-y: -10px;
  }

  .tw .md\:focus\:-translate-y-3:focus{
    --tw-translate-y: -15px;
  }

  .tw .md\:focus\:-translate-y-4:focus{
    --tw-translate-y: -20px;
  }

  .tw .md\:focus\:-translate-y-5:focus{
    --tw-translate-y: -25px;
  }

  .tw .md\:focus\:-translate-y-6:focus{
    --tw-translate-y: -30px;
  }

  .tw .md\:focus\:-translate-y-7:focus{
    --tw-translate-y: -35px;
  }

  .tw .md\:focus\:-translate-y-8:focus{
    --tw-translate-y: -40px;
  }

  .tw .md\:focus\:-translate-y-9:focus{
    --tw-translate-y: -45px;
  }

  .tw .md\:focus\:-translate-y-10:focus{
    --tw-translate-y: -50px;
  }

  .tw .md\:focus\:-translate-y-11:focus{
    --tw-translate-y: -55px;
  }

  .tw .md\:focus\:-translate-y-12:focus{
    --tw-translate-y: -60px;
  }

  .tw .md\:focus\:-translate-y-13:focus{
    --tw-translate-y: -65px;
  }

  .tw .md\:focus\:-translate-y-14:focus{
    --tw-translate-y: -70px;
  }

  .tw .md\:focus\:-translate-y-15:focus{
    --tw-translate-y: -75px;
  }

  .tw .md\:focus\:-translate-y-16:focus{
    --tw-translate-y: -80px;
  }

  .tw .md\:focus\:-translate-y-17:focus{
    --tw-translate-y: -85px;
  }

  .tw .md\:focus\:-translate-y-18:focus{
    --tw-translate-y: -90px;
  }

  .tw .md\:focus\:-translate-y-19:focus{
    --tw-translate-y: -95px;
  }

  .tw .md\:focus\:-translate-y-20:focus{
    --tw-translate-y: -100px;
  }

  .tw .md\:focus\:-translate-y-21:focus{
    --tw-translate-y: -105px;
  }

  .tw .md\:focus\:-translate-y-22:focus{
    --tw-translate-y: -110px;
  }

  .tw .md\:focus\:-translate-y-23:focus{
    --tw-translate-y: -115px;
  }

  .tw .md\:focus\:-translate-y-24:focus{
    --tw-translate-y: -120px;
  }

  .tw .md\:focus\:-translate-y-25:focus{
    --tw-translate-y: -125px;
  }

  .tw .md\:focus\:-translate-y-26:focus{
    --tw-translate-y: -130px;
  }

  .tw .md\:focus\:-translate-y-27:focus{
    --tw-translate-y: -135px;
  }

  .tw .md\:focus\:-translate-y-28:focus{
    --tw-translate-y: -140px;
  }

  .tw .md\:focus\:-translate-y-29:focus{
    --tw-translate-y: -145px;
  }

  .tw .md\:focus\:-translate-y-30:focus{
    --tw-translate-y: -150px;
  }

  .tw .md\:focus\:-translate-y-31:focus{
    --tw-translate-y: -155px;
  }

  .tw .md\:focus\:-translate-y-32:focus{
    --tw-translate-y: -160px;
  }

  .tw .md\:focus\:-translate-y-33:focus{
    --tw-translate-y: -165px;
  }

  .tw .md\:focus\:-translate-y-34:focus{
    --tw-translate-y: -170px;
  }

  .tw .md\:focus\:-translate-y-35:focus{
    --tw-translate-y: -175px;
  }

  .tw .md\:focus\:-translate-y-36:focus{
    --tw-translate-y: -180px;
  }

  .tw .md\:focus\:-translate-y-37:focus{
    --tw-translate-y: -185px;
  }

  .tw .md\:focus\:-translate-y-38:focus{
    --tw-translate-y: -190px;
  }

  .tw .md\:focus\:-translate-y-39:focus{
    --tw-translate-y: -195px;
  }

  .tw .md\:focus\:-translate-y-40:focus{
    --tw-translate-y: -200px;
  }

  .tw .md\:focus\:-translate-y-41:focus{
    --tw-translate-y: -205px;
  }

  .tw .md\:focus\:-translate-y-42:focus{
    --tw-translate-y: -210px;
  }

  .tw .md\:focus\:-translate-y-43:focus{
    --tw-translate-y: -215px;
  }

  .tw .md\:focus\:-translate-y-44:focus{
    --tw-translate-y: -220px;
  }

  .tw .md\:focus\:-translate-y-45:focus{
    --tw-translate-y: -225px;
  }

  .tw .md\:focus\:-translate-y-46:focus{
    --tw-translate-y: -230px;
  }

  .tw .md\:focus\:-translate-y-47:focus{
    --tw-translate-y: -235px;
  }

  .tw .md\:focus\:-translate-y-48:focus{
    --tw-translate-y: -240px;
  }

  .tw .md\:focus\:-translate-y-49:focus{
    --tw-translate-y: -245px;
  }

  .tw .md\:focus\:-translate-y-50:focus{
    --tw-translate-y: -250px;
  }

  .tw .md\:focus\:-translate-y-51:focus{
    --tw-translate-y: -255px;
  }

  .tw .md\:focus\:-translate-y-52:focus{
    --tw-translate-y: -260px;
  }

  .tw .md\:focus\:-translate-y-53:focus{
    --tw-translate-y: -265px;
  }

  .tw .md\:focus\:-translate-y-54:focus{
    --tw-translate-y: -270px;
  }

  .tw .md\:focus\:-translate-y-55:focus{
    --tw-translate-y: -275px;
  }

  .tw .md\:focus\:-translate-y-56:focus{
    --tw-translate-y: -280px;
  }

  .tw .md\:focus\:-translate-y-57:focus{
    --tw-translate-y: -285px;
  }

  .tw .md\:focus\:-translate-y-58:focus{
    --tw-translate-y: -290px;
  }

  .tw .md\:focus\:-translate-y-59:focus{
    --tw-translate-y: -295px;
  }

  .tw .md\:focus\:-translate-y-60:focus{
    --tw-translate-y: -300px;
  }

  .tw .md\:focus\:-translate-y-61:focus{
    --tw-translate-y: -305px;
  }

  .tw .md\:focus\:-translate-y-62:focus{
    --tw-translate-y: -310px;
  }

  .tw .md\:focus\:-translate-y-63:focus{
    --tw-translate-y: -315px;
  }

  .tw .md\:focus\:-translate-y-64:focus{
    --tw-translate-y: -320px;
  }

  .tw .md\:focus\:-translate-y-65:focus{
    --tw-translate-y: -325px;
  }

  .tw .md\:focus\:-translate-y-66:focus{
    --tw-translate-y: -330px;
  }

  .tw .md\:focus\:-translate-y-67:focus{
    --tw-translate-y: -335px;
  }

  .tw .md\:focus\:-translate-y-68:focus{
    --tw-translate-y: -340px;
  }

  .tw .md\:focus\:-translate-y-69:focus{
    --tw-translate-y: -345px;
  }

  .tw .md\:focus\:-translate-y-70:focus{
    --tw-translate-y: -350px;
  }

  .tw .md\:focus\:-translate-y-71:focus{
    --tw-translate-y: -355px;
  }

  .tw .md\:focus\:-translate-y-72:focus{
    --tw-translate-y: -360px;
  }

  .tw .md\:focus\:-translate-y-73:focus{
    --tw-translate-y: -365px;
  }

  .tw .md\:focus\:-translate-y-74:focus{
    --tw-translate-y: -370px;
  }

  .tw .md\:focus\:-translate-y-75:focus{
    --tw-translate-y: -375px;
  }

  .tw .md\:focus\:-translate-y-76:focus{
    --tw-translate-y: -380px;
  }

  .tw .md\:focus\:-translate-y-77:focus{
    --tw-translate-y: -385px;
  }

  .tw .md\:focus\:-translate-y-78:focus{
    --tw-translate-y: -390px;
  }

  .tw .md\:focus\:-translate-y-79:focus{
    --tw-translate-y: -395px;
  }

  .tw .md\:focus\:-translate-y-80:focus{
    --tw-translate-y: -400px;
  }

  .tw .md\:focus\:-translate-y-81:focus{
    --tw-translate-y: -405px;
  }

  .tw .md\:focus\:-translate-y-82:focus{
    --tw-translate-y: -410px;
  }

  .tw .md\:focus\:-translate-y-83:focus{
    --tw-translate-y: -415px;
  }

  .tw .md\:focus\:-translate-y-84:focus{
    --tw-translate-y: -420px;
  }

  .tw .md\:focus\:-translate-y-85:focus{
    --tw-translate-y: -425px;
  }

  .tw .md\:focus\:-translate-y-86:focus{
    --tw-translate-y: -430px;
  }

  .tw .md\:focus\:-translate-y-87:focus{
    --tw-translate-y: -435px;
  }

  .tw .md\:focus\:-translate-y-88:focus{
    --tw-translate-y: -440px;
  }

  .tw .md\:focus\:-translate-y-89:focus{
    --tw-translate-y: -445px;
  }

  .tw .md\:focus\:-translate-y-90:focus{
    --tw-translate-y: -450px;
  }

  .tw .md\:focus\:-translate-y-91:focus{
    --tw-translate-y: -455px;
  }

  .tw .md\:focus\:-translate-y-92:focus{
    --tw-translate-y: -460px;
  }

  .tw .md\:focus\:-translate-y-93:focus{
    --tw-translate-y: -465px;
  }

  .tw .md\:focus\:-translate-y-94:focus{
    --tw-translate-y: -470px;
  }

  .tw .md\:focus\:-translate-y-95:focus{
    --tw-translate-y: -475px;
  }

  .tw .md\:focus\:-translate-y-96:focus{
    --tw-translate-y: -480px;
  }

  .tw .md\:focus\:-translate-y-97:focus{
    --tw-translate-y: -485px;
  }

  .tw .md\:focus\:-translate-y-98:focus{
    --tw-translate-y: -490px;
  }

  .tw .md\:focus\:-translate-y-99:focus{
    --tw-translate-y: -495px;
  }

  .tw .md\:focus\:-translate-y-100:focus{
    --tw-translate-y: -500px;
  }

  .tw .md\:focus\:-translate-y-101:focus{
    --tw-translate-y: -505px;
  }

  .tw .md\:focus\:-translate-y-102:focus{
    --tw-translate-y: -510px;
  }

  .tw .md\:focus\:-translate-y-103:focus{
    --tw-translate-y: -515px;
  }

  .tw .md\:focus\:-translate-y-104:focus{
    --tw-translate-y: -520px;
  }

  .tw .md\:focus\:-translate-y-105:focus{
    --tw-translate-y: -525px;
  }

  .tw .md\:focus\:-translate-y-106:focus{
    --tw-translate-y: -530px;
  }

  .tw .md\:focus\:-translate-y-107:focus{
    --tw-translate-y: -535px;
  }

  .tw .md\:focus\:-translate-y-108:focus{
    --tw-translate-y: -540px;
  }

  .tw .md\:focus\:-translate-y-109:focus{
    --tw-translate-y: -545px;
  }

  .tw .md\:focus\:-translate-y-110:focus{
    --tw-translate-y: -550px;
  }

  .tw .md\:focus\:-translate-y-111:focus{
    --tw-translate-y: -555px;
  }

  .tw .md\:focus\:-translate-y-112:focus{
    --tw-translate-y: -560px;
  }

  .tw .md\:focus\:-translate-y-113:focus{
    --tw-translate-y: -565px;
  }

  .tw .md\:focus\:-translate-y-114:focus{
    --tw-translate-y: -570px;
  }

  .tw .md\:focus\:-translate-y-115:focus{
    --tw-translate-y: -575px;
  }

  .tw .md\:focus\:-translate-y-116:focus{
    --tw-translate-y: -580px;
  }

  .tw .md\:focus\:-translate-y-117:focus{
    --tw-translate-y: -585px;
  }

  .tw .md\:focus\:-translate-y-118:focus{
    --tw-translate-y: -590px;
  }

  .tw .md\:focus\:-translate-y-119:focus{
    --tw-translate-y: -595px;
  }

  .tw .md\:focus\:-translate-y-120:focus{
    --tw-translate-y: -600px;
  }

  .tw .md\:focus\:-translate-y-121:focus{
    --tw-translate-y: -605px;
  }

  .tw .md\:focus\:-translate-y-122:focus{
    --tw-translate-y: -610px;
  }

  .tw .md\:focus\:-translate-y-123:focus{
    --tw-translate-y: -615px;
  }

  .tw .md\:focus\:-translate-y-124:focus{
    --tw-translate-y: -620px;
  }

  .tw .md\:focus\:-translate-y-125:focus{
    --tw-translate-y: -625px;
  }

  .tw .md\:focus\:-translate-y-126:focus{
    --tw-translate-y: -630px;
  }

  .tw .md\:focus\:-translate-y-127:focus{
    --tw-translate-y: -635px;
  }

  .tw .md\:focus\:-translate-y-128:focus{
    --tw-translate-y: -640px;
  }

  .tw .md\:focus\:-translate-y-129:focus{
    --tw-translate-y: -645px;
  }

  .tw .md\:focus\:-translate-y-130:focus{
    --tw-translate-y: -650px;
  }

  .tw .md\:focus\:-translate-y-131:focus{
    --tw-translate-y: -655px;
  }

  .tw .md\:focus\:-translate-y-132:focus{
    --tw-translate-y: -660px;
  }

  .tw .md\:focus\:-translate-y-133:focus{
    --tw-translate-y: -665px;
  }

  .tw .md\:focus\:-translate-y-134:focus{
    --tw-translate-y: -670px;
  }

  .tw .md\:focus\:-translate-y-135:focus{
    --tw-translate-y: -675px;
  }

  .tw .md\:focus\:-translate-y-136:focus{
    --tw-translate-y: -680px;
  }

  .tw .md\:focus\:-translate-y-137:focus{
    --tw-translate-y: -685px;
  }

  .tw .md\:focus\:-translate-y-138:focus{
    --tw-translate-y: -690px;
  }

  .tw .md\:focus\:-translate-y-139:focus{
    --tw-translate-y: -695px;
  }

  .tw .md\:focus\:-translate-y-140:focus{
    --tw-translate-y: -700px;
  }

  .tw .md\:focus\:-translate-y-141:focus{
    --tw-translate-y: -705px;
  }

  .tw .md\:focus\:-translate-y-142:focus{
    --tw-translate-y: -710px;
  }

  .tw .md\:focus\:-translate-y-143:focus{
    --tw-translate-y: -715px;
  }

  .tw .md\:focus\:-translate-y-144:focus{
    --tw-translate-y: -720px;
  }

  .tw .md\:focus\:-translate-y-145:focus{
    --tw-translate-y: -725px;
  }

  .tw .md\:focus\:-translate-y-146:focus{
    --tw-translate-y: -730px;
  }

  .tw .md\:focus\:-translate-y-147:focus{
    --tw-translate-y: -735px;
  }

  .tw .md\:focus\:-translate-y-148:focus{
    --tw-translate-y: -740px;
  }

  .tw .md\:focus\:-translate-y-149:focus{
    --tw-translate-y: -745px;
  }

  .tw .md\:focus\:-translate-y-0\.5:focus{
    --tw-translate-y: -3px;
  }

  .tw .md\:focus\:-translate-y-1px:focus{
    --tw-translate-y: -1px;
  }

  .tw .md\:focus\:-translate-y-2px:focus{
    --tw-translate-y: -2px;
  }

  .tw .md\:focus\:-translate-y-3px:focus{
    --tw-translate-y: -3px;
  }

  .tw .md\:focus\:-translate-y-4px:focus{
    --tw-translate-y: -4px;
  }

  .tw .md\:focus\:-translate-y-5px:focus{
    --tw-translate-y: -5px;
  }

  .tw .md\:focus\:-translate-y-6px:focus{
    --tw-translate-y: -6px;
  }

  .tw .md\:focus\:-translate-y-7px:focus{
    --tw-translate-y: -7px;
  }

  .tw .md\:focus\:-translate-y-8px:focus{
    --tw-translate-y: -8px;
  }

  .tw .md\:focus\:-translate-y-9px:focus{
    --tw-translate-y: -9px;
  }

  .tw .md\:focus\:-translate-y-10px:focus{
    --tw-translate-y: -10px;
  }

  .tw .md\:focus\:-translate-y-11px:focus{
    --tw-translate-y: -11px;
  }

  .tw .md\:focus\:-translate-y-12px:focus{
    --tw-translate-y: -12px;
  }

  .tw .md\:focus\:-translate-y-13px:focus{
    --tw-translate-y: -13px;
  }

  .tw .md\:focus\:-translate-y-14px:focus{
    --tw-translate-y: -14px;
  }

  .tw .md\:focus\:-translate-y-15px:focus{
    --tw-translate-y: -15px;
  }

  .tw .md\:focus\:-translate-y-16px:focus{
    --tw-translate-y: -16px;
  }

  .tw .md\:focus\:-translate-y-17px:focus{
    --tw-translate-y: -17px;
  }

  .tw .md\:focus\:-translate-y-18px:focus{
    --tw-translate-y: -18px;
  }

  .tw .md\:focus\:-translate-y-19px:focus{
    --tw-translate-y: -19px;
  }

  .tw .md\:focus\:-translate-y-20px:focus{
    --tw-translate-y: -20px;
  }

  .tw .md\:focus\:-translate-y-21px:focus{
    --tw-translate-y: -21px;
  }

  .tw .md\:focus\:-translate-y-22px:focus{
    --tw-translate-y: -22px;
  }

  .tw .md\:focus\:-translate-y-23px:focus{
    --tw-translate-y: -23px;
  }

  .tw .md\:focus\:-translate-y-24px:focus{
    --tw-translate-y: -24px;
  }

  .tw .md\:focus\:-translate-y-25px:focus{
    --tw-translate-y: -25px;
  }

  .tw .md\:focus\:-translate-y-26px:focus{
    --tw-translate-y: -26px;
  }

  .tw .md\:focus\:-translate-y-27px:focus{
    --tw-translate-y: -27px;
  }

  .tw .md\:focus\:-translate-y-28px:focus{
    --tw-translate-y: -28px;
  }

  .tw .md\:focus\:-translate-y-29px:focus{
    --tw-translate-y: -29px;
  }

  .tw .md\:focus\:-translate-y-30px:focus{
    --tw-translate-y: -30px;
  }

  .tw .md\:focus\:-translate-y-31px:focus{
    --tw-translate-y: -31px;
  }

  .tw .md\:focus\:-translate-y-32px:focus{
    --tw-translate-y: -32px;
  }

  .tw .md\:focus\:-translate-y-33px:focus{
    --tw-translate-y: -33px;
  }

  .tw .md\:focus\:-translate-y-34px:focus{
    --tw-translate-y: -34px;
  }

  .tw .md\:focus\:-translate-y-35px:focus{
    --tw-translate-y: -35px;
  }

  .tw .md\:focus\:-translate-y-36px:focus{
    --tw-translate-y: -36px;
  }

  .tw .md\:focus\:-translate-y-37px:focus{
    --tw-translate-y: -37px;
  }

  .tw .md\:focus\:-translate-y-38px:focus{
    --tw-translate-y: -38px;
  }

  .tw .md\:focus\:-translate-y-39px:focus{
    --tw-translate-y: -39px;
  }

  .tw .md\:focus\:-translate-y-40px:focus{
    --tw-translate-y: -40px;
  }

  .tw .md\:focus\:translate-y-1\/2:focus{
    --tw-translate-y: 50%;
  }

  .tw .md\:focus\:translate-y-1\/3:focus{
    --tw-translate-y: 33.333333%;
  }

  .tw .md\:focus\:translate-y-2\/3:focus{
    --tw-translate-y: 66.666667%;
  }

  .tw .md\:focus\:translate-y-1\/4:focus{
    --tw-translate-y: 25%;
  }

  .tw .md\:focus\:translate-y-2\/4:focus{
    --tw-translate-y: 50%;
  }

  .tw .md\:focus\:translate-y-3\/4:focus{
    --tw-translate-y: 75%;
  }

  .tw .md\:focus\:translate-y-full:focus{
    --tw-translate-y: 100%;
  }

  .tw .md\:focus\:-translate-y-1\/2:focus{
    --tw-translate-y: -50%;
  }

  .tw .md\:focus\:-translate-y-1\/3:focus{
    --tw-translate-y: -33.333333%;
  }

  .tw .md\:focus\:-translate-y-2\/3:focus{
    --tw-translate-y: -66.666667%;
  }

  .tw .md\:focus\:-translate-y-1\/4:focus{
    --tw-translate-y: -25%;
  }

  .tw .md\:focus\:-translate-y-2\/4:focus{
    --tw-translate-y: -50%;
  }

  .tw .md\:focus\:-translate-y-3\/4:focus{
    --tw-translate-y: -75%;
  }

  .tw .md\:focus\:-translate-y-full:focus{
    --tw-translate-y: -100%;
  }

  .tw .md\:rotate-0{
    --tw-rotate: 0deg;
  }

  .tw .md\:rotate-1{
    --tw-rotate: 1deg;
  }

  .tw .md\:rotate-2{
    --tw-rotate: 2deg;
  }

  .tw .md\:rotate-3{
    --tw-rotate: 3deg;
  }

  .tw .md\:rotate-6{
    --tw-rotate: 6deg;
  }

  .tw .md\:rotate-12{
    --tw-rotate: 12deg;
  }

  .tw .md\:rotate-45{
    --tw-rotate: 45deg;
  }

  .tw .md\:rotate-90{
    --tw-rotate: 90deg;
  }

  .tw .md\:rotate-180{
    --tw-rotate: 180deg;
  }

  .tw .md\:-rotate-180{
    --tw-rotate: -180deg;
  }

  .tw .md\:-rotate-90{
    --tw-rotate: -90deg;
  }

  .tw .md\:-rotate-45{
    --tw-rotate: -45deg;
  }

  .tw .md\:-rotate-12{
    --tw-rotate: -12deg;
  }

  .tw .md\:-rotate-6{
    --tw-rotate: -6deg;
  }

  .tw .md\:-rotate-3{
    --tw-rotate: -3deg;
  }

  .tw .md\:-rotate-2{
    --tw-rotate: -2deg;
  }

  .tw .md\:-rotate-1{
    --tw-rotate: -1deg;
  }

  .tw .md\:hover\:rotate-0:hover{
    --tw-rotate: 0deg;
  }

  .tw .md\:hover\:rotate-1:hover{
    --tw-rotate: 1deg;
  }

  .tw .md\:hover\:rotate-2:hover{
    --tw-rotate: 2deg;
  }

  .tw .md\:hover\:rotate-3:hover{
    --tw-rotate: 3deg;
  }

  .tw .md\:hover\:rotate-6:hover{
    --tw-rotate: 6deg;
  }

  .tw .md\:hover\:rotate-12:hover{
    --tw-rotate: 12deg;
  }

  .tw .md\:hover\:rotate-45:hover{
    --tw-rotate: 45deg;
  }

  .tw .md\:hover\:rotate-90:hover{
    --tw-rotate: 90deg;
  }

  .tw .md\:hover\:rotate-180:hover{
    --tw-rotate: 180deg;
  }

  .tw .md\:hover\:-rotate-180:hover{
    --tw-rotate: -180deg;
  }

  .tw .md\:hover\:-rotate-90:hover{
    --tw-rotate: -90deg;
  }

  .tw .md\:hover\:-rotate-45:hover{
    --tw-rotate: -45deg;
  }

  .tw .md\:hover\:-rotate-12:hover{
    --tw-rotate: -12deg;
  }

  .tw .md\:hover\:-rotate-6:hover{
    --tw-rotate: -6deg;
  }

  .tw .md\:hover\:-rotate-3:hover{
    --tw-rotate: -3deg;
  }

  .tw .md\:hover\:-rotate-2:hover{
    --tw-rotate: -2deg;
  }

  .tw .md\:hover\:-rotate-1:hover{
    --tw-rotate: -1deg;
  }

  .tw .md\:focus\:rotate-0:focus{
    --tw-rotate: 0deg;
  }

  .tw .md\:focus\:rotate-1:focus{
    --tw-rotate: 1deg;
  }

  .tw .md\:focus\:rotate-2:focus{
    --tw-rotate: 2deg;
  }

  .tw .md\:focus\:rotate-3:focus{
    --tw-rotate: 3deg;
  }

  .tw .md\:focus\:rotate-6:focus{
    --tw-rotate: 6deg;
  }

  .tw .md\:focus\:rotate-12:focus{
    --tw-rotate: 12deg;
  }

  .tw .md\:focus\:rotate-45:focus{
    --tw-rotate: 45deg;
  }

  .tw .md\:focus\:rotate-90:focus{
    --tw-rotate: 90deg;
  }

  .tw .md\:focus\:rotate-180:focus{
    --tw-rotate: 180deg;
  }

  .tw .md\:focus\:-rotate-180:focus{
    --tw-rotate: -180deg;
  }

  .tw .md\:focus\:-rotate-90:focus{
    --tw-rotate: -90deg;
  }

  .tw .md\:focus\:-rotate-45:focus{
    --tw-rotate: -45deg;
  }

  .tw .md\:focus\:-rotate-12:focus{
    --tw-rotate: -12deg;
  }

  .tw .md\:focus\:-rotate-6:focus{
    --tw-rotate: -6deg;
  }

  .tw .md\:focus\:-rotate-3:focus{
    --tw-rotate: -3deg;
  }

  .tw .md\:focus\:-rotate-2:focus{
    --tw-rotate: -2deg;
  }

  .tw .md\:focus\:-rotate-1:focus{
    --tw-rotate: -1deg;
  }

  .tw .md\:skew-x-0{
    --tw-skew-x: 0deg;
  }

  .tw .md\:skew-x-1{
    --tw-skew-x: 1deg;
  }

  .tw .md\:skew-x-2{
    --tw-skew-x: 2deg;
  }

  .tw .md\:skew-x-3{
    --tw-skew-x: 3deg;
  }

  .tw .md\:skew-x-6{
    --tw-skew-x: 6deg;
  }

  .tw .md\:skew-x-12{
    --tw-skew-x: 12deg;
  }

  .tw .md\:-skew-x-12{
    --tw-skew-x: -12deg;
  }

  .tw .md\:-skew-x-6{
    --tw-skew-x: -6deg;
  }

  .tw .md\:-skew-x-3{
    --tw-skew-x: -3deg;
  }

  .tw .md\:-skew-x-2{
    --tw-skew-x: -2deg;
  }

  .tw .md\:-skew-x-1{
    --tw-skew-x: -1deg;
  }

  .tw .md\:skew-y-0{
    --tw-skew-y: 0deg;
  }

  .tw .md\:skew-y-1{
    --tw-skew-y: 1deg;
  }

  .tw .md\:skew-y-2{
    --tw-skew-y: 2deg;
  }

  .tw .md\:skew-y-3{
    --tw-skew-y: 3deg;
  }

  .tw .md\:skew-y-6{
    --tw-skew-y: 6deg;
  }

  .tw .md\:skew-y-12{
    --tw-skew-y: 12deg;
  }

  .tw .md\:-skew-y-12{
    --tw-skew-y: -12deg;
  }

  .tw .md\:-skew-y-6{
    --tw-skew-y: -6deg;
  }

  .tw .md\:-skew-y-3{
    --tw-skew-y: -3deg;
  }

  .tw .md\:-skew-y-2{
    --tw-skew-y: -2deg;
  }

  .tw .md\:-skew-y-1{
    --tw-skew-y: -1deg;
  }

  .tw .md\:hover\:skew-x-0:hover{
    --tw-skew-x: 0deg;
  }

  .tw .md\:hover\:skew-x-1:hover{
    --tw-skew-x: 1deg;
  }

  .tw .md\:hover\:skew-x-2:hover{
    --tw-skew-x: 2deg;
  }

  .tw .md\:hover\:skew-x-3:hover{
    --tw-skew-x: 3deg;
  }

  .tw .md\:hover\:skew-x-6:hover{
    --tw-skew-x: 6deg;
  }

  .tw .md\:hover\:skew-x-12:hover{
    --tw-skew-x: 12deg;
  }

  .tw .md\:hover\:-skew-x-12:hover{
    --tw-skew-x: -12deg;
  }

  .tw .md\:hover\:-skew-x-6:hover{
    --tw-skew-x: -6deg;
  }

  .tw .md\:hover\:-skew-x-3:hover{
    --tw-skew-x: -3deg;
  }

  .tw .md\:hover\:-skew-x-2:hover{
    --tw-skew-x: -2deg;
  }

  .tw .md\:hover\:-skew-x-1:hover{
    --tw-skew-x: -1deg;
  }

  .tw .md\:hover\:skew-y-0:hover{
    --tw-skew-y: 0deg;
  }

  .tw .md\:hover\:skew-y-1:hover{
    --tw-skew-y: 1deg;
  }

  .tw .md\:hover\:skew-y-2:hover{
    --tw-skew-y: 2deg;
  }

  .tw .md\:hover\:skew-y-3:hover{
    --tw-skew-y: 3deg;
  }

  .tw .md\:hover\:skew-y-6:hover{
    --tw-skew-y: 6deg;
  }

  .tw .md\:hover\:skew-y-12:hover{
    --tw-skew-y: 12deg;
  }

  .tw .md\:hover\:-skew-y-12:hover{
    --tw-skew-y: -12deg;
  }

  .tw .md\:hover\:-skew-y-6:hover{
    --tw-skew-y: -6deg;
  }

  .tw .md\:hover\:-skew-y-3:hover{
    --tw-skew-y: -3deg;
  }

  .tw .md\:hover\:-skew-y-2:hover{
    --tw-skew-y: -2deg;
  }

  .tw .md\:hover\:-skew-y-1:hover{
    --tw-skew-y: -1deg;
  }

  .tw .md\:focus\:skew-x-0:focus{
    --tw-skew-x: 0deg;
  }

  .tw .md\:focus\:skew-x-1:focus{
    --tw-skew-x: 1deg;
  }

  .tw .md\:focus\:skew-x-2:focus{
    --tw-skew-x: 2deg;
  }

  .tw .md\:focus\:skew-x-3:focus{
    --tw-skew-x: 3deg;
  }

  .tw .md\:focus\:skew-x-6:focus{
    --tw-skew-x: 6deg;
  }

  .tw .md\:focus\:skew-x-12:focus{
    --tw-skew-x: 12deg;
  }

  .tw .md\:focus\:-skew-x-12:focus{
    --tw-skew-x: -12deg;
  }

  .tw .md\:focus\:-skew-x-6:focus{
    --tw-skew-x: -6deg;
  }

  .tw .md\:focus\:-skew-x-3:focus{
    --tw-skew-x: -3deg;
  }

  .tw .md\:focus\:-skew-x-2:focus{
    --tw-skew-x: -2deg;
  }

  .tw .md\:focus\:-skew-x-1:focus{
    --tw-skew-x: -1deg;
  }

  .tw .md\:focus\:skew-y-0:focus{
    --tw-skew-y: 0deg;
  }

  .tw .md\:focus\:skew-y-1:focus{
    --tw-skew-y: 1deg;
  }

  .tw .md\:focus\:skew-y-2:focus{
    --tw-skew-y: 2deg;
  }

  .tw .md\:focus\:skew-y-3:focus{
    --tw-skew-y: 3deg;
  }

  .tw .md\:focus\:skew-y-6:focus{
    --tw-skew-y: 6deg;
  }

  .tw .md\:focus\:skew-y-12:focus{
    --tw-skew-y: 12deg;
  }

  .tw .md\:focus\:-skew-y-12:focus{
    --tw-skew-y: -12deg;
  }

  .tw .md\:focus\:-skew-y-6:focus{
    --tw-skew-y: -6deg;
  }

  .tw .md\:focus\:-skew-y-3:focus{
    --tw-skew-y: -3deg;
  }

  .tw .md\:focus\:-skew-y-2:focus{
    --tw-skew-y: -2deg;
  }

  .tw .md\:focus\:-skew-y-1:focus{
    --tw-skew-y: -1deg;
  }

  .tw .md\:scale-0{
    --tw-scale-x: 0;
    --tw-scale-y: 0;
  }

  .tw .md\:scale-50{
    --tw-scale-x: .5;
    --tw-scale-y: .5;
  }

  .tw .md\:scale-75{
    --tw-scale-x: .75;
    --tw-scale-y: .75;
  }

  .tw .md\:scale-90{
    --tw-scale-x: .9;
    --tw-scale-y: .9;
  }

  .tw .md\:scale-95{
    --tw-scale-x: .95;
    --tw-scale-y: .95;
  }

  .tw .md\:scale-100{
    --tw-scale-x: 1;
    --tw-scale-y: 1;
  }

  .tw .md\:scale-105{
    --tw-scale-x: 1.05;
    --tw-scale-y: 1.05;
  }

  .tw .md\:scale-110{
    --tw-scale-x: 1.1;
    --tw-scale-y: 1.1;
  }

  .tw .md\:scale-125{
    --tw-scale-x: 1.25;
    --tw-scale-y: 1.25;
  }

  .tw .md\:scale-150{
    --tw-scale-x: 1.5;
    --tw-scale-y: 1.5;
  }

  .tw .md\:hover\:scale-0:hover{
    --tw-scale-x: 0;
    --tw-scale-y: 0;
  }

  .tw .md\:hover\:scale-50:hover{
    --tw-scale-x: .5;
    --tw-scale-y: .5;
  }

  .tw .md\:hover\:scale-75:hover{
    --tw-scale-x: .75;
    --tw-scale-y: .75;
  }

  .tw .md\:hover\:scale-90:hover{
    --tw-scale-x: .9;
    --tw-scale-y: .9;
  }

  .tw .md\:hover\:scale-95:hover{
    --tw-scale-x: .95;
    --tw-scale-y: .95;
  }

  .tw .md\:hover\:scale-100:hover{
    --tw-scale-x: 1;
    --tw-scale-y: 1;
  }

  .tw .md\:hover\:scale-105:hover{
    --tw-scale-x: 1.05;
    --tw-scale-y: 1.05;
  }

  .tw .md\:hover\:scale-110:hover{
    --tw-scale-x: 1.1;
    --tw-scale-y: 1.1;
  }

  .tw .md\:hover\:scale-125:hover{
    --tw-scale-x: 1.25;
    --tw-scale-y: 1.25;
  }

  .tw .md\:hover\:scale-150:hover{
    --tw-scale-x: 1.5;
    --tw-scale-y: 1.5;
  }

  .tw .md\:focus\:scale-0:focus{
    --tw-scale-x: 0;
    --tw-scale-y: 0;
  }

  .tw .md\:focus\:scale-50:focus{
    --tw-scale-x: .5;
    --tw-scale-y: .5;
  }

  .tw .md\:focus\:scale-75:focus{
    --tw-scale-x: .75;
    --tw-scale-y: .75;
  }

  .tw .md\:focus\:scale-90:focus{
    --tw-scale-x: .9;
    --tw-scale-y: .9;
  }

  .tw .md\:focus\:scale-95:focus{
    --tw-scale-x: .95;
    --tw-scale-y: .95;
  }

  .tw .md\:focus\:scale-100:focus{
    --tw-scale-x: 1;
    --tw-scale-y: 1;
  }

  .tw .md\:focus\:scale-105:focus{
    --tw-scale-x: 1.05;
    --tw-scale-y: 1.05;
  }

  .tw .md\:focus\:scale-110:focus{
    --tw-scale-x: 1.1;
    --tw-scale-y: 1.1;
  }

  .tw .md\:focus\:scale-125:focus{
    --tw-scale-x: 1.25;
    --tw-scale-y: 1.25;
  }

  .tw .md\:focus\:scale-150:focus{
    --tw-scale-x: 1.5;
    --tw-scale-y: 1.5;
  }

  .tw .md\:scale-x-0{
    --tw-scale-x: 0;
  }

  .tw .md\:scale-x-50{
    --tw-scale-x: .5;
  }

  .tw .md\:scale-x-75{
    --tw-scale-x: .75;
  }

  .tw .md\:scale-x-90{
    --tw-scale-x: .9;
  }

  .tw .md\:scale-x-95{
    --tw-scale-x: .95;
  }

  .tw .md\:scale-x-100{
    --tw-scale-x: 1;
  }

  .tw .md\:scale-x-105{
    --tw-scale-x: 1.05;
  }

  .tw .md\:scale-x-110{
    --tw-scale-x: 1.1;
  }

  .tw .md\:scale-x-125{
    --tw-scale-x: 1.25;
  }

  .tw .md\:scale-x-150{
    --tw-scale-x: 1.5;
  }

  .tw .md\:scale-y-0{
    --tw-scale-y: 0;
  }

  .tw .md\:scale-y-50{
    --tw-scale-y: .5;
  }

  .tw .md\:scale-y-75{
    --tw-scale-y: .75;
  }

  .tw .md\:scale-y-90{
    --tw-scale-y: .9;
  }

  .tw .md\:scale-y-95{
    --tw-scale-y: .95;
  }

  .tw .md\:scale-y-100{
    --tw-scale-y: 1;
  }

  .tw .md\:scale-y-105{
    --tw-scale-y: 1.05;
  }

  .tw .md\:scale-y-110{
    --tw-scale-y: 1.1;
  }

  .tw .md\:scale-y-125{
    --tw-scale-y: 1.25;
  }

  .tw .md\:scale-y-150{
    --tw-scale-y: 1.5;
  }

  .tw .md\:hover\:scale-x-0:hover{
    --tw-scale-x: 0;
  }

  .tw .md\:hover\:scale-x-50:hover{
    --tw-scale-x: .5;
  }

  .tw .md\:hover\:scale-x-75:hover{
    --tw-scale-x: .75;
  }

  .tw .md\:hover\:scale-x-90:hover{
    --tw-scale-x: .9;
  }

  .tw .md\:hover\:scale-x-95:hover{
    --tw-scale-x: .95;
  }

  .tw .md\:hover\:scale-x-100:hover{
    --tw-scale-x: 1;
  }

  .tw .md\:hover\:scale-x-105:hover{
    --tw-scale-x: 1.05;
  }

  .tw .md\:hover\:scale-x-110:hover{
    --tw-scale-x: 1.1;
  }

  .tw .md\:hover\:scale-x-125:hover{
    --tw-scale-x: 1.25;
  }

  .tw .md\:hover\:scale-x-150:hover{
    --tw-scale-x: 1.5;
  }

  .tw .md\:hover\:scale-y-0:hover{
    --tw-scale-y: 0;
  }

  .tw .md\:hover\:scale-y-50:hover{
    --tw-scale-y: .5;
  }

  .tw .md\:hover\:scale-y-75:hover{
    --tw-scale-y: .75;
  }

  .tw .md\:hover\:scale-y-90:hover{
    --tw-scale-y: .9;
  }

  .tw .md\:hover\:scale-y-95:hover{
    --tw-scale-y: .95;
  }

  .tw .md\:hover\:scale-y-100:hover{
    --tw-scale-y: 1;
  }

  .tw .md\:hover\:scale-y-105:hover{
    --tw-scale-y: 1.05;
  }

  .tw .md\:hover\:scale-y-110:hover{
    --tw-scale-y: 1.1;
  }

  .tw .md\:hover\:scale-y-125:hover{
    --tw-scale-y: 1.25;
  }

  .tw .md\:hover\:scale-y-150:hover{
    --tw-scale-y: 1.5;
  }

  .tw .md\:focus\:scale-x-0:focus{
    --tw-scale-x: 0;
  }

  .tw .md\:focus\:scale-x-50:focus{
    --tw-scale-x: .5;
  }

  .tw .md\:focus\:scale-x-75:focus{
    --tw-scale-x: .75;
  }

  .tw .md\:focus\:scale-x-90:focus{
    --tw-scale-x: .9;
  }

  .tw .md\:focus\:scale-x-95:focus{
    --tw-scale-x: .95;
  }

  .tw .md\:focus\:scale-x-100:focus{
    --tw-scale-x: 1;
  }

  .tw .md\:focus\:scale-x-105:focus{
    --tw-scale-x: 1.05;
  }

  .tw .md\:focus\:scale-x-110:focus{
    --tw-scale-x: 1.1;
  }

  .tw .md\:focus\:scale-x-125:focus{
    --tw-scale-x: 1.25;
  }

  .tw .md\:focus\:scale-x-150:focus{
    --tw-scale-x: 1.5;
  }

  .tw .md\:focus\:scale-y-0:focus{
    --tw-scale-y: 0;
  }

  .tw .md\:focus\:scale-y-50:focus{
    --tw-scale-y: .5;
  }

  .tw .md\:focus\:scale-y-75:focus{
    --tw-scale-y: .75;
  }

  .tw .md\:focus\:scale-y-90:focus{
    --tw-scale-y: .9;
  }

  .tw .md\:focus\:scale-y-95:focus{
    --tw-scale-y: .95;
  }

  .tw .md\:focus\:scale-y-100:focus{
    --tw-scale-y: 1;
  }

  .tw .md\:focus\:scale-y-105:focus{
    --tw-scale-y: 1.05;
  }

  .tw .md\:focus\:scale-y-110:focus{
    --tw-scale-y: 1.1;
  }

  .tw .md\:focus\:scale-y-125:focus{
    --tw-scale-y: 1.25;
  }

  .tw .md\:focus\:scale-y-150:focus{
    --tw-scale-y: 1.5;
  }

  .tw .md\:animate-none{
    animation: none;
  }

  .tw .md\:animate-spin{
    animation: spin 1s linear infinite;
  }

  .tw .md\:animate-ping{
    animation: ping 1s cubic-bezier(0, 0, 0.2, 1) infinite;
  }

  .tw .md\:animate-pulse{
    animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
  }

  .tw .md\:animate-bounce{
    animation: bounce 1s infinite;
  }

  .tw .md\:select-none{
    -webkit-user-select: none;
       -moz-user-select: none;
            user-select: none;
  }

  .tw .md\:select-text{
    -webkit-user-select: text;
       -moz-user-select: text;
            user-select: text;
  }

  .tw .md\:select-all{
    -webkit-user-select: all;
       -moz-user-select: all;
            user-select: all;
  }

  .tw .md\:select-auto{
    -webkit-user-select: auto;
       -moz-user-select: auto;
            user-select: auto;
  }

  .tw .md\:resize-none{
    resize: none;
  }

  .tw .md\:resize-y{
    resize: vertical;
  }

  .tw .md\:resize-x{
    resize: horizontal;
  }

  .tw .md\:resize{
    resize: both;
  }

  .tw .md\:list-inside{
    list-style-position: inside;
  }

  .tw .md\:list-outside{
    list-style-position: outside;
  }

  .tw .md\:list-none{
    list-style-type: none;
  }

  .tw .md\:list-disc{
    list-style-type: disc;
  }

  .tw .md\:list-decimal{
    list-style-type: decimal;
  }

  .tw .md\:list-lower-alpha{
    list-style-type: lower-alpha;
  }

  .tw .md\:appearance-none{
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
  }

  .tw .md\:auto-cols-auto{
    grid-auto-columns: auto;
  }

  .tw .md\:auto-cols-min{
    grid-auto-columns: min-content;
  }

  .tw .md\:auto-cols-max{
    grid-auto-columns: max-content;
  }

  .tw .md\:auto-cols-fr{
    grid-auto-columns: minmax(0, 1fr);
  }

  .tw .md\:grid-flow-row{
    grid-auto-flow: row;
  }

  .tw .md\:grid-flow-col{
    grid-auto-flow: column;
  }

  .tw .md\:grid-flow-row-dense{
    grid-auto-flow: row dense;
  }

  .tw .md\:grid-flow-col-dense{
    grid-auto-flow: column dense;
  }

  .tw .md\:auto-rows-auto{
    grid-auto-rows: auto;
  }

  .tw .md\:auto-rows-min{
    grid-auto-rows: min-content;
  }

  .tw .md\:auto-rows-max{
    grid-auto-rows: max-content;
  }

  .tw .md\:auto-rows-fr{
    grid-auto-rows: minmax(0, 1fr);
  }

  .tw .md\:grid-cols-1{
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }

  .tw .md\:grid-cols-2{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .tw .md\:grid-cols-3{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .tw .md\:grid-cols-4{
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .tw .md\:grid-cols-5{
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }

  .tw .md\:grid-cols-6{
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }

  .tw .md\:grid-cols-7{
    grid-template-columns: repeat(7, minmax(0, 1fr));
  }

  .tw .md\:grid-cols-8{
    grid-template-columns: repeat(8, minmax(0, 1fr));
  }

  .tw .md\:grid-cols-9{
    grid-template-columns: repeat(9, minmax(0, 1fr));
  }

  .tw .md\:grid-cols-10{
    grid-template-columns: repeat(10, minmax(0, 1fr));
  }

  .tw .md\:grid-cols-11{
    grid-template-columns: repeat(11, minmax(0, 1fr));
  }

  .tw .md\:grid-cols-12{
    grid-template-columns: repeat(12, minmax(0, 1fr));
  }

  .tw .md\:grid-cols-none{
    grid-template-columns: none;
  }

  .tw .md\:grid-rows-1{
    grid-template-rows: repeat(1, minmax(0, 1fr));
  }

  .tw .md\:grid-rows-2{
    grid-template-rows: repeat(2, minmax(0, 1fr));
  }

  .tw .md\:grid-rows-3{
    grid-template-rows: repeat(3, minmax(0, 1fr));
  }

  .tw .md\:grid-rows-4{
    grid-template-rows: repeat(4, minmax(0, 1fr));
  }

  .tw .md\:grid-rows-5{
    grid-template-rows: repeat(5, minmax(0, 1fr));
  }

  .tw .md\:grid-rows-6{
    grid-template-rows: repeat(6, minmax(0, 1fr));
  }

  .tw .md\:grid-rows-none{
    grid-template-rows: none;
  }

  .tw .md\:flex-row{
    flex-direction: row;
  }

  .tw .md\:flex-row-reverse{
    flex-direction: row-reverse;
  }

  .tw .md\:flex-col{
    flex-direction: column;
  }

  .tw .md\:flex-col-reverse{
    flex-direction: column-reverse;
  }

  .tw .md\:flex-wrap{
    flex-wrap: wrap;
  }

  .tw .md\:flex-wrap-reverse{
    flex-wrap: wrap-reverse;
  }

  .tw .md\:flex-nowrap{
    flex-wrap: nowrap;
  }

  .tw .md\:place-content-center{
    place-content: center;
  }

  .tw .md\:place-content-start{
    place-content: start;
  }

  .tw .md\:place-content-end{
    place-content: end;
  }

  .tw .md\:place-content-between{
    place-content: space-between;
  }

  .tw .md\:place-content-around{
    place-content: space-around;
  }

  .tw .md\:place-content-evenly{
    place-content: space-evenly;
  }

  .tw .md\:place-content-stretch{
    place-content: stretch;
  }

  .tw .md\:place-items-start{
    place-items: start;
  }

  .tw .md\:place-items-end{
    place-items: end;
  }

  .tw .md\:place-items-center{
    place-items: center;
  }

  .tw .md\:place-items-stretch{
    place-items: stretch;
  }

  .tw .md\:content-center{
    align-content: center;
  }

  .tw .md\:content-start{
    align-content: flex-start;
  }

  .tw .md\:content-end{
    align-content: flex-end;
  }

  .tw .md\:content-between{
    align-content: space-between;
  }

  .tw .md\:content-around{
    align-content: space-around;
  }

  .tw .md\:content-evenly{
    align-content: space-evenly;
  }

  .tw .md\:items-start{
    align-items: flex-start;
  }

  .tw .md\:items-end{
    align-items: flex-end;
  }

  .tw .md\:items-center{
    align-items: center;
  }

  .tw .md\:items-baseline{
    align-items: baseline;
  }

  .tw .md\:items-stretch{
    align-items: stretch;
  }

  .tw .md\:justify-start{
    justify-content: flex-start;
  }

  .tw .md\:justify-end{
    justify-content: flex-end;
  }

  .tw .md\:justify-center{
    justify-content: center;
  }

  .tw .md\:justify-between{
    justify-content: space-between;
  }

  .tw .md\:justify-around{
    justify-content: space-around;
  }

  .tw .md\:justify-evenly{
    justify-content: space-evenly;
  }

  .tw .md\:justify-items-start{
    justify-items: start;
  }

  .tw .md\:justify-items-end{
    justify-items: end;
  }

  .tw .md\:justify-items-center{
    justify-items: center;
  }

  .tw .md\:justify-items-stretch{
    justify-items: stretch;
  }

  .tw .md\:gap-0{
    gap: 0px;
  }

  .tw .md\:gap-1{
    gap: 5px;
  }

  .tw .md\:gap-2{
    gap: 10px;
  }

  .tw .md\:gap-3{
    gap: 15px;
  }

  .tw .md\:gap-4{
    gap: 20px;
  }

  .tw .md\:gap-5{
    gap: 25px;
  }

  .tw .md\:gap-6{
    gap: 30px;
  }

  .tw .md\:gap-7{
    gap: 35px;
  }

  .tw .md\:gap-8{
    gap: 40px;
  }

  .tw .md\:gap-9{
    gap: 45px;
  }

  .tw .md\:gap-10{
    gap: 50px;
  }

  .tw .md\:gap-11{
    gap: 55px;
  }

  .tw .md\:gap-12{
    gap: 60px;
  }

  .tw .md\:gap-13{
    gap: 65px;
  }

  .tw .md\:gap-14{
    gap: 70px;
  }

  .tw .md\:gap-15{
    gap: 75px;
  }

  .tw .md\:gap-16{
    gap: 80px;
  }

  .tw .md\:gap-17{
    gap: 85px;
  }

  .tw .md\:gap-18{
    gap: 90px;
  }

  .tw .md\:gap-19{
    gap: 95px;
  }

  .tw .md\:gap-20{
    gap: 100px;
  }

  .tw .md\:gap-21{
    gap: 105px;
  }

  .tw .md\:gap-22{
    gap: 110px;
  }

  .tw .md\:gap-23{
    gap: 115px;
  }

  .tw .md\:gap-24{
    gap: 120px;
  }

  .tw .md\:gap-25{
    gap: 125px;
  }

  .tw .md\:gap-26{
    gap: 130px;
  }

  .tw .md\:gap-27{
    gap: 135px;
  }

  .tw .md\:gap-28{
    gap: 140px;
  }

  .tw .md\:gap-29{
    gap: 145px;
  }

  .tw .md\:gap-30{
    gap: 150px;
  }

  .tw .md\:gap-31{
    gap: 155px;
  }

  .tw .md\:gap-32{
    gap: 160px;
  }

  .tw .md\:gap-33{
    gap: 165px;
  }

  .tw .md\:gap-34{
    gap: 170px;
  }

  .tw .md\:gap-35{
    gap: 175px;
  }

  .tw .md\:gap-36{
    gap: 180px;
  }

  .tw .md\:gap-37{
    gap: 185px;
  }

  .tw .md\:gap-38{
    gap: 190px;
  }

  .tw .md\:gap-39{
    gap: 195px;
  }

  .tw .md\:gap-40{
    gap: 200px;
  }

  .tw .md\:gap-41{
    gap: 205px;
  }

  .tw .md\:gap-42{
    gap: 210px;
  }

  .tw .md\:gap-43{
    gap: 215px;
  }

  .tw .md\:gap-44{
    gap: 220px;
  }

  .tw .md\:gap-45{
    gap: 225px;
  }

  .tw .md\:gap-46{
    gap: 230px;
  }

  .tw .md\:gap-47{
    gap: 235px;
  }

  .tw .md\:gap-48{
    gap: 240px;
  }

  .tw .md\:gap-49{
    gap: 245px;
  }

  .tw .md\:gap-50{
    gap: 250px;
  }

  .tw .md\:gap-51{
    gap: 255px;
  }

  .tw .md\:gap-52{
    gap: 260px;
  }

  .tw .md\:gap-53{
    gap: 265px;
  }

  .tw .md\:gap-54{
    gap: 270px;
  }

  .tw .md\:gap-55{
    gap: 275px;
  }

  .tw .md\:gap-56{
    gap: 280px;
  }

  .tw .md\:gap-57{
    gap: 285px;
  }

  .tw .md\:gap-58{
    gap: 290px;
  }

  .tw .md\:gap-59{
    gap: 295px;
  }

  .tw .md\:gap-60{
    gap: 300px;
  }

  .tw .md\:gap-61{
    gap: 305px;
  }

  .tw .md\:gap-62{
    gap: 310px;
  }

  .tw .md\:gap-63{
    gap: 315px;
  }

  .tw .md\:gap-64{
    gap: 320px;
  }

  .tw .md\:gap-65{
    gap: 325px;
  }

  .tw .md\:gap-66{
    gap: 330px;
  }

  .tw .md\:gap-67{
    gap: 335px;
  }

  .tw .md\:gap-68{
    gap: 340px;
  }

  .tw .md\:gap-69{
    gap: 345px;
  }

  .tw .md\:gap-70{
    gap: 350px;
  }

  .tw .md\:gap-71{
    gap: 355px;
  }

  .tw .md\:gap-72{
    gap: 360px;
  }

  .tw .md\:gap-73{
    gap: 365px;
  }

  .tw .md\:gap-74{
    gap: 370px;
  }

  .tw .md\:gap-75{
    gap: 375px;
  }

  .tw .md\:gap-76{
    gap: 380px;
  }

  .tw .md\:gap-77{
    gap: 385px;
  }

  .tw .md\:gap-78{
    gap: 390px;
  }

  .tw .md\:gap-79{
    gap: 395px;
  }

  .tw .md\:gap-80{
    gap: 400px;
  }

  .tw .md\:gap-81{
    gap: 405px;
  }

  .tw .md\:gap-82{
    gap: 410px;
  }

  .tw .md\:gap-83{
    gap: 415px;
  }

  .tw .md\:gap-84{
    gap: 420px;
  }

  .tw .md\:gap-85{
    gap: 425px;
  }

  .tw .md\:gap-86{
    gap: 430px;
  }

  .tw .md\:gap-87{
    gap: 435px;
  }

  .tw .md\:gap-88{
    gap: 440px;
  }

  .tw .md\:gap-89{
    gap: 445px;
  }

  .tw .md\:gap-90{
    gap: 450px;
  }

  .tw .md\:gap-91{
    gap: 455px;
  }

  .tw .md\:gap-92{
    gap: 460px;
  }

  .tw .md\:gap-93{
    gap: 465px;
  }

  .tw .md\:gap-94{
    gap: 470px;
  }

  .tw .md\:gap-95{
    gap: 475px;
  }

  .tw .md\:gap-96{
    gap: 480px;
  }

  .tw .md\:gap-97{
    gap: 485px;
  }

  .tw .md\:gap-98{
    gap: 490px;
  }

  .tw .md\:gap-99{
    gap: 495px;
  }

  .tw .md\:gap-100{
    gap: 500px;
  }

  .tw .md\:gap-101{
    gap: 505px;
  }

  .tw .md\:gap-102{
    gap: 510px;
  }

  .tw .md\:gap-103{
    gap: 515px;
  }

  .tw .md\:gap-104{
    gap: 520px;
  }

  .tw .md\:gap-105{
    gap: 525px;
  }

  .tw .md\:gap-106{
    gap: 530px;
  }

  .tw .md\:gap-107{
    gap: 535px;
  }

  .tw .md\:gap-108{
    gap: 540px;
  }

  .tw .md\:gap-109{
    gap: 545px;
  }

  .tw .md\:gap-110{
    gap: 550px;
  }

  .tw .md\:gap-111{
    gap: 555px;
  }

  .tw .md\:gap-112{
    gap: 560px;
  }

  .tw .md\:gap-113{
    gap: 565px;
  }

  .tw .md\:gap-114{
    gap: 570px;
  }

  .tw .md\:gap-115{
    gap: 575px;
  }

  .tw .md\:gap-116{
    gap: 580px;
  }

  .tw .md\:gap-117{
    gap: 585px;
  }

  .tw .md\:gap-118{
    gap: 590px;
  }

  .tw .md\:gap-119{
    gap: 595px;
  }

  .tw .md\:gap-120{
    gap: 600px;
  }

  .tw .md\:gap-121{
    gap: 605px;
  }

  .tw .md\:gap-122{
    gap: 610px;
  }

  .tw .md\:gap-123{
    gap: 615px;
  }

  .tw .md\:gap-124{
    gap: 620px;
  }

  .tw .md\:gap-125{
    gap: 625px;
  }

  .tw .md\:gap-126{
    gap: 630px;
  }

  .tw .md\:gap-127{
    gap: 635px;
  }

  .tw .md\:gap-128{
    gap: 640px;
  }

  .tw .md\:gap-129{
    gap: 645px;
  }

  .tw .md\:gap-130{
    gap: 650px;
  }

  .tw .md\:gap-131{
    gap: 655px;
  }

  .tw .md\:gap-132{
    gap: 660px;
  }

  .tw .md\:gap-133{
    gap: 665px;
  }

  .tw .md\:gap-134{
    gap: 670px;
  }

  .tw .md\:gap-135{
    gap: 675px;
  }

  .tw .md\:gap-136{
    gap: 680px;
  }

  .tw .md\:gap-137{
    gap: 685px;
  }

  .tw .md\:gap-138{
    gap: 690px;
  }

  .tw .md\:gap-139{
    gap: 695px;
  }

  .tw .md\:gap-140{
    gap: 700px;
  }

  .tw .md\:gap-141{
    gap: 705px;
  }

  .tw .md\:gap-142{
    gap: 710px;
  }

  .tw .md\:gap-143{
    gap: 715px;
  }

  .tw .md\:gap-144{
    gap: 720px;
  }

  .tw .md\:gap-145{
    gap: 725px;
  }

  .tw .md\:gap-146{
    gap: 730px;
  }

  .tw .md\:gap-147{
    gap: 735px;
  }

  .tw .md\:gap-148{
    gap: 740px;
  }

  .tw .md\:gap-149{
    gap: 745px;
  }

  .tw .md\:gap-0\.5{
    gap: 3px;
  }

  .tw .md\:gap-1px{
    gap: 1px;
  }

  .tw .md\:gap-2px{
    gap: 2px;
  }

  .tw .md\:gap-3px{
    gap: 3px;
  }

  .tw .md\:gap-4px{
    gap: 4px;
  }

  .tw .md\:gap-5px{
    gap: 5px;
  }

  .tw .md\:gap-6px{
    gap: 6px;
  }

  .tw .md\:gap-7px{
    gap: 7px;
  }

  .tw .md\:gap-8px{
    gap: 8px;
  }

  .tw .md\:gap-9px{
    gap: 9px;
  }

  .tw .md\:gap-10px{
    gap: 10px;
  }

  .tw .md\:gap-11px{
    gap: 11px;
  }

  .tw .md\:gap-12px{
    gap: 12px;
  }

  .tw .md\:gap-13px{
    gap: 13px;
  }

  .tw .md\:gap-14px{
    gap: 14px;
  }

  .tw .md\:gap-15px{
    gap: 15px;
  }

  .tw .md\:gap-16px{
    gap: 16px;
  }

  .tw .md\:gap-17px{
    gap: 17px;
  }

  .tw .md\:gap-18px{
    gap: 18px;
  }

  .tw .md\:gap-19px{
    gap: 19px;
  }

  .tw .md\:gap-20px{
    gap: 20px;
  }

  .tw .md\:gap-21px{
    gap: 21px;
  }

  .tw .md\:gap-22px{
    gap: 22px;
  }

  .tw .md\:gap-23px{
    gap: 23px;
  }

  .tw .md\:gap-24px{
    gap: 24px;
  }

  .tw .md\:gap-25px{
    gap: 25px;
  }

  .tw .md\:gap-26px{
    gap: 26px;
  }

  .tw .md\:gap-27px{
    gap: 27px;
  }

  .tw .md\:gap-28px{
    gap: 28px;
  }

  .tw .md\:gap-29px{
    gap: 29px;
  }

  .tw .md\:gap-30px{
    gap: 30px;
  }

  .tw .md\:gap-31px{
    gap: 31px;
  }

  .tw .md\:gap-32px{
    gap: 32px;
  }

  .tw .md\:gap-33px{
    gap: 33px;
  }

  .tw .md\:gap-34px{
    gap: 34px;
  }

  .tw .md\:gap-35px{
    gap: 35px;
  }

  .tw .md\:gap-36px{
    gap: 36px;
  }

  .tw .md\:gap-37px{
    gap: 37px;
  }

  .tw .md\:gap-38px{
    gap: 38px;
  }

  .tw .md\:gap-39px{
    gap: 39px;
  }

  .tw .md\:gap-40px{
    gap: 40px;
  }

  .tw .md\:gap-x-0{
    -moz-column-gap: 0px;
         column-gap: 0px;
  }

  .tw .md\:gap-x-1{
    -moz-column-gap: 5px;
         column-gap: 5px;
  }

  .tw .md\:gap-x-2{
    -moz-column-gap: 10px;
         column-gap: 10px;
  }

  .tw .md\:gap-x-3{
    -moz-column-gap: 15px;
         column-gap: 15px;
  }

  .tw .md\:gap-x-4{
    -moz-column-gap: 20px;
         column-gap: 20px;
  }

  .tw .md\:gap-x-5{
    -moz-column-gap: 25px;
         column-gap: 25px;
  }

  .tw .md\:gap-x-6{
    -moz-column-gap: 30px;
         column-gap: 30px;
  }

  .tw .md\:gap-x-7{
    -moz-column-gap: 35px;
         column-gap: 35px;
  }

  .tw .md\:gap-x-8{
    -moz-column-gap: 40px;
         column-gap: 40px;
  }

  .tw .md\:gap-x-9{
    -moz-column-gap: 45px;
         column-gap: 45px;
  }

  .tw .md\:gap-x-10{
    -moz-column-gap: 50px;
         column-gap: 50px;
  }

  .tw .md\:gap-x-11{
    -moz-column-gap: 55px;
         column-gap: 55px;
  }

  .tw .md\:gap-x-12{
    -moz-column-gap: 60px;
         column-gap: 60px;
  }

  .tw .md\:gap-x-13{
    -moz-column-gap: 65px;
         column-gap: 65px;
  }

  .tw .md\:gap-x-14{
    -moz-column-gap: 70px;
         column-gap: 70px;
  }

  .tw .md\:gap-x-15{
    -moz-column-gap: 75px;
         column-gap: 75px;
  }

  .tw .md\:gap-x-16{
    -moz-column-gap: 80px;
         column-gap: 80px;
  }

  .tw .md\:gap-x-17{
    -moz-column-gap: 85px;
         column-gap: 85px;
  }

  .tw .md\:gap-x-18{
    -moz-column-gap: 90px;
         column-gap: 90px;
  }

  .tw .md\:gap-x-19{
    -moz-column-gap: 95px;
         column-gap: 95px;
  }

  .tw .md\:gap-x-20{
    -moz-column-gap: 100px;
         column-gap: 100px;
  }

  .tw .md\:gap-x-21{
    -moz-column-gap: 105px;
         column-gap: 105px;
  }

  .tw .md\:gap-x-22{
    -moz-column-gap: 110px;
         column-gap: 110px;
  }

  .tw .md\:gap-x-23{
    -moz-column-gap: 115px;
         column-gap: 115px;
  }

  .tw .md\:gap-x-24{
    -moz-column-gap: 120px;
         column-gap: 120px;
  }

  .tw .md\:gap-x-25{
    -moz-column-gap: 125px;
         column-gap: 125px;
  }

  .tw .md\:gap-x-26{
    -moz-column-gap: 130px;
         column-gap: 130px;
  }

  .tw .md\:gap-x-27{
    -moz-column-gap: 135px;
         column-gap: 135px;
  }

  .tw .md\:gap-x-28{
    -moz-column-gap: 140px;
         column-gap: 140px;
  }

  .tw .md\:gap-x-29{
    -moz-column-gap: 145px;
         column-gap: 145px;
  }

  .tw .md\:gap-x-30{
    -moz-column-gap: 150px;
         column-gap: 150px;
  }

  .tw .md\:gap-x-31{
    -moz-column-gap: 155px;
         column-gap: 155px;
  }

  .tw .md\:gap-x-32{
    -moz-column-gap: 160px;
         column-gap: 160px;
  }

  .tw .md\:gap-x-33{
    -moz-column-gap: 165px;
         column-gap: 165px;
  }

  .tw .md\:gap-x-34{
    -moz-column-gap: 170px;
         column-gap: 170px;
  }

  .tw .md\:gap-x-35{
    -moz-column-gap: 175px;
         column-gap: 175px;
  }

  .tw .md\:gap-x-36{
    -moz-column-gap: 180px;
         column-gap: 180px;
  }

  .tw .md\:gap-x-37{
    -moz-column-gap: 185px;
         column-gap: 185px;
  }

  .tw .md\:gap-x-38{
    -moz-column-gap: 190px;
         column-gap: 190px;
  }

  .tw .md\:gap-x-39{
    -moz-column-gap: 195px;
         column-gap: 195px;
  }

  .tw .md\:gap-x-40{
    -moz-column-gap: 200px;
         column-gap: 200px;
  }

  .tw .md\:gap-x-41{
    -moz-column-gap: 205px;
         column-gap: 205px;
  }

  .tw .md\:gap-x-42{
    -moz-column-gap: 210px;
         column-gap: 210px;
  }

  .tw .md\:gap-x-43{
    -moz-column-gap: 215px;
         column-gap: 215px;
  }

  .tw .md\:gap-x-44{
    -moz-column-gap: 220px;
         column-gap: 220px;
  }

  .tw .md\:gap-x-45{
    -moz-column-gap: 225px;
         column-gap: 225px;
  }

  .tw .md\:gap-x-46{
    -moz-column-gap: 230px;
         column-gap: 230px;
  }

  .tw .md\:gap-x-47{
    -moz-column-gap: 235px;
         column-gap: 235px;
  }

  .tw .md\:gap-x-48{
    -moz-column-gap: 240px;
         column-gap: 240px;
  }

  .tw .md\:gap-x-49{
    -moz-column-gap: 245px;
         column-gap: 245px;
  }

  .tw .md\:gap-x-50{
    -moz-column-gap: 250px;
         column-gap: 250px;
  }

  .tw .md\:gap-x-51{
    -moz-column-gap: 255px;
         column-gap: 255px;
  }

  .tw .md\:gap-x-52{
    -moz-column-gap: 260px;
         column-gap: 260px;
  }

  .tw .md\:gap-x-53{
    -moz-column-gap: 265px;
         column-gap: 265px;
  }

  .tw .md\:gap-x-54{
    -moz-column-gap: 270px;
         column-gap: 270px;
  }

  .tw .md\:gap-x-55{
    -moz-column-gap: 275px;
         column-gap: 275px;
  }

  .tw .md\:gap-x-56{
    -moz-column-gap: 280px;
         column-gap: 280px;
  }

  .tw .md\:gap-x-57{
    -moz-column-gap: 285px;
         column-gap: 285px;
  }

  .tw .md\:gap-x-58{
    -moz-column-gap: 290px;
         column-gap: 290px;
  }

  .tw .md\:gap-x-59{
    -moz-column-gap: 295px;
         column-gap: 295px;
  }

  .tw .md\:gap-x-60{
    -moz-column-gap: 300px;
         column-gap: 300px;
  }

  .tw .md\:gap-x-61{
    -moz-column-gap: 305px;
         column-gap: 305px;
  }

  .tw .md\:gap-x-62{
    -moz-column-gap: 310px;
         column-gap: 310px;
  }

  .tw .md\:gap-x-63{
    -moz-column-gap: 315px;
         column-gap: 315px;
  }

  .tw .md\:gap-x-64{
    -moz-column-gap: 320px;
         column-gap: 320px;
  }

  .tw .md\:gap-x-65{
    -moz-column-gap: 325px;
         column-gap: 325px;
  }

  .tw .md\:gap-x-66{
    -moz-column-gap: 330px;
         column-gap: 330px;
  }

  .tw .md\:gap-x-67{
    -moz-column-gap: 335px;
         column-gap: 335px;
  }

  .tw .md\:gap-x-68{
    -moz-column-gap: 340px;
         column-gap: 340px;
  }

  .tw .md\:gap-x-69{
    -moz-column-gap: 345px;
         column-gap: 345px;
  }

  .tw .md\:gap-x-70{
    -moz-column-gap: 350px;
         column-gap: 350px;
  }

  .tw .md\:gap-x-71{
    -moz-column-gap: 355px;
         column-gap: 355px;
  }

  .tw .md\:gap-x-72{
    -moz-column-gap: 360px;
         column-gap: 360px;
  }

  .tw .md\:gap-x-73{
    -moz-column-gap: 365px;
         column-gap: 365px;
  }

  .tw .md\:gap-x-74{
    -moz-column-gap: 370px;
         column-gap: 370px;
  }

  .tw .md\:gap-x-75{
    -moz-column-gap: 375px;
         column-gap: 375px;
  }

  .tw .md\:gap-x-76{
    -moz-column-gap: 380px;
         column-gap: 380px;
  }

  .tw .md\:gap-x-77{
    -moz-column-gap: 385px;
         column-gap: 385px;
  }

  .tw .md\:gap-x-78{
    -moz-column-gap: 390px;
         column-gap: 390px;
  }

  .tw .md\:gap-x-79{
    -moz-column-gap: 395px;
         column-gap: 395px;
  }

  .tw .md\:gap-x-80{
    -moz-column-gap: 400px;
         column-gap: 400px;
  }

  .tw .md\:gap-x-81{
    -moz-column-gap: 405px;
         column-gap: 405px;
  }

  .tw .md\:gap-x-82{
    -moz-column-gap: 410px;
         column-gap: 410px;
  }

  .tw .md\:gap-x-83{
    -moz-column-gap: 415px;
         column-gap: 415px;
  }

  .tw .md\:gap-x-84{
    -moz-column-gap: 420px;
         column-gap: 420px;
  }

  .tw .md\:gap-x-85{
    -moz-column-gap: 425px;
         column-gap: 425px;
  }

  .tw .md\:gap-x-86{
    -moz-column-gap: 430px;
         column-gap: 430px;
  }

  .tw .md\:gap-x-87{
    -moz-column-gap: 435px;
         column-gap: 435px;
  }

  .tw .md\:gap-x-88{
    -moz-column-gap: 440px;
         column-gap: 440px;
  }

  .tw .md\:gap-x-89{
    -moz-column-gap: 445px;
         column-gap: 445px;
  }

  .tw .md\:gap-x-90{
    -moz-column-gap: 450px;
         column-gap: 450px;
  }

  .tw .md\:gap-x-91{
    -moz-column-gap: 455px;
         column-gap: 455px;
  }

  .tw .md\:gap-x-92{
    -moz-column-gap: 460px;
         column-gap: 460px;
  }

  .tw .md\:gap-x-93{
    -moz-column-gap: 465px;
         column-gap: 465px;
  }

  .tw .md\:gap-x-94{
    -moz-column-gap: 470px;
         column-gap: 470px;
  }

  .tw .md\:gap-x-95{
    -moz-column-gap: 475px;
         column-gap: 475px;
  }

  .tw .md\:gap-x-96{
    -moz-column-gap: 480px;
         column-gap: 480px;
  }

  .tw .md\:gap-x-97{
    -moz-column-gap: 485px;
         column-gap: 485px;
  }

  .tw .md\:gap-x-98{
    -moz-column-gap: 490px;
         column-gap: 490px;
  }

  .tw .md\:gap-x-99{
    -moz-column-gap: 495px;
         column-gap: 495px;
  }

  .tw .md\:gap-x-100{
    -moz-column-gap: 500px;
         column-gap: 500px;
  }

  .tw .md\:gap-x-101{
    -moz-column-gap: 505px;
         column-gap: 505px;
  }

  .tw .md\:gap-x-102{
    -moz-column-gap: 510px;
         column-gap: 510px;
  }

  .tw .md\:gap-x-103{
    -moz-column-gap: 515px;
         column-gap: 515px;
  }

  .tw .md\:gap-x-104{
    -moz-column-gap: 520px;
         column-gap: 520px;
  }

  .tw .md\:gap-x-105{
    -moz-column-gap: 525px;
         column-gap: 525px;
  }

  .tw .md\:gap-x-106{
    -moz-column-gap: 530px;
         column-gap: 530px;
  }

  .tw .md\:gap-x-107{
    -moz-column-gap: 535px;
         column-gap: 535px;
  }

  .tw .md\:gap-x-108{
    -moz-column-gap: 540px;
         column-gap: 540px;
  }

  .tw .md\:gap-x-109{
    -moz-column-gap: 545px;
         column-gap: 545px;
  }

  .tw .md\:gap-x-110{
    -moz-column-gap: 550px;
         column-gap: 550px;
  }

  .tw .md\:gap-x-111{
    -moz-column-gap: 555px;
         column-gap: 555px;
  }

  .tw .md\:gap-x-112{
    -moz-column-gap: 560px;
         column-gap: 560px;
  }

  .tw .md\:gap-x-113{
    -moz-column-gap: 565px;
         column-gap: 565px;
  }

  .tw .md\:gap-x-114{
    -moz-column-gap: 570px;
         column-gap: 570px;
  }

  .tw .md\:gap-x-115{
    -moz-column-gap: 575px;
         column-gap: 575px;
  }

  .tw .md\:gap-x-116{
    -moz-column-gap: 580px;
         column-gap: 580px;
  }

  .tw .md\:gap-x-117{
    -moz-column-gap: 585px;
         column-gap: 585px;
  }

  .tw .md\:gap-x-118{
    -moz-column-gap: 590px;
         column-gap: 590px;
  }

  .tw .md\:gap-x-119{
    -moz-column-gap: 595px;
         column-gap: 595px;
  }

  .tw .md\:gap-x-120{
    -moz-column-gap: 600px;
         column-gap: 600px;
  }

  .tw .md\:gap-x-121{
    -moz-column-gap: 605px;
         column-gap: 605px;
  }

  .tw .md\:gap-x-122{
    -moz-column-gap: 610px;
         column-gap: 610px;
  }

  .tw .md\:gap-x-123{
    -moz-column-gap: 615px;
         column-gap: 615px;
  }

  .tw .md\:gap-x-124{
    -moz-column-gap: 620px;
         column-gap: 620px;
  }

  .tw .md\:gap-x-125{
    -moz-column-gap: 625px;
         column-gap: 625px;
  }

  .tw .md\:gap-x-126{
    -moz-column-gap: 630px;
         column-gap: 630px;
  }

  .tw .md\:gap-x-127{
    -moz-column-gap: 635px;
         column-gap: 635px;
  }

  .tw .md\:gap-x-128{
    -moz-column-gap: 640px;
         column-gap: 640px;
  }

  .tw .md\:gap-x-129{
    -moz-column-gap: 645px;
         column-gap: 645px;
  }

  .tw .md\:gap-x-130{
    -moz-column-gap: 650px;
         column-gap: 650px;
  }

  .tw .md\:gap-x-131{
    -moz-column-gap: 655px;
         column-gap: 655px;
  }

  .tw .md\:gap-x-132{
    -moz-column-gap: 660px;
         column-gap: 660px;
  }

  .tw .md\:gap-x-133{
    -moz-column-gap: 665px;
         column-gap: 665px;
  }

  .tw .md\:gap-x-134{
    -moz-column-gap: 670px;
         column-gap: 670px;
  }

  .tw .md\:gap-x-135{
    -moz-column-gap: 675px;
         column-gap: 675px;
  }

  .tw .md\:gap-x-136{
    -moz-column-gap: 680px;
         column-gap: 680px;
  }

  .tw .md\:gap-x-137{
    -moz-column-gap: 685px;
         column-gap: 685px;
  }

  .tw .md\:gap-x-138{
    -moz-column-gap: 690px;
         column-gap: 690px;
  }

  .tw .md\:gap-x-139{
    -moz-column-gap: 695px;
         column-gap: 695px;
  }

  .tw .md\:gap-x-140{
    -moz-column-gap: 700px;
         column-gap: 700px;
  }

  .tw .md\:gap-x-141{
    -moz-column-gap: 705px;
         column-gap: 705px;
  }

  .tw .md\:gap-x-142{
    -moz-column-gap: 710px;
         column-gap: 710px;
  }

  .tw .md\:gap-x-143{
    -moz-column-gap: 715px;
         column-gap: 715px;
  }

  .tw .md\:gap-x-144{
    -moz-column-gap: 720px;
         column-gap: 720px;
  }

  .tw .md\:gap-x-145{
    -moz-column-gap: 725px;
         column-gap: 725px;
  }

  .tw .md\:gap-x-146{
    -moz-column-gap: 730px;
         column-gap: 730px;
  }

  .tw .md\:gap-x-147{
    -moz-column-gap: 735px;
         column-gap: 735px;
  }

  .tw .md\:gap-x-148{
    -moz-column-gap: 740px;
         column-gap: 740px;
  }

  .tw .md\:gap-x-149{
    -moz-column-gap: 745px;
         column-gap: 745px;
  }

  .tw .md\:gap-x-0\.5{
    -moz-column-gap: 3px;
         column-gap: 3px;
  }

  .tw .md\:gap-x-1px{
    -moz-column-gap: 1px;
         column-gap: 1px;
  }

  .tw .md\:gap-x-2px{
    -moz-column-gap: 2px;
         column-gap: 2px;
  }

  .tw .md\:gap-x-3px{
    -moz-column-gap: 3px;
         column-gap: 3px;
  }

  .tw .md\:gap-x-4px{
    -moz-column-gap: 4px;
         column-gap: 4px;
  }

  .tw .md\:gap-x-5px{
    -moz-column-gap: 5px;
         column-gap: 5px;
  }

  .tw .md\:gap-x-6px{
    -moz-column-gap: 6px;
         column-gap: 6px;
  }

  .tw .md\:gap-x-7px{
    -moz-column-gap: 7px;
         column-gap: 7px;
  }

  .tw .md\:gap-x-8px{
    -moz-column-gap: 8px;
         column-gap: 8px;
  }

  .tw .md\:gap-x-9px{
    -moz-column-gap: 9px;
         column-gap: 9px;
  }

  .tw .md\:gap-x-10px{
    -moz-column-gap: 10px;
         column-gap: 10px;
  }

  .tw .md\:gap-x-11px{
    -moz-column-gap: 11px;
         column-gap: 11px;
  }

  .tw .md\:gap-x-12px{
    -moz-column-gap: 12px;
         column-gap: 12px;
  }

  .tw .md\:gap-x-13px{
    -moz-column-gap: 13px;
         column-gap: 13px;
  }

  .tw .md\:gap-x-14px{
    -moz-column-gap: 14px;
         column-gap: 14px;
  }

  .tw .md\:gap-x-15px{
    -moz-column-gap: 15px;
         column-gap: 15px;
  }

  .tw .md\:gap-x-16px{
    -moz-column-gap: 16px;
         column-gap: 16px;
  }

  .tw .md\:gap-x-17px{
    -moz-column-gap: 17px;
         column-gap: 17px;
  }

  .tw .md\:gap-x-18px{
    -moz-column-gap: 18px;
         column-gap: 18px;
  }

  .tw .md\:gap-x-19px{
    -moz-column-gap: 19px;
         column-gap: 19px;
  }

  .tw .md\:gap-x-20px{
    -moz-column-gap: 20px;
         column-gap: 20px;
  }

  .tw .md\:gap-x-21px{
    -moz-column-gap: 21px;
         column-gap: 21px;
  }

  .tw .md\:gap-x-22px{
    -moz-column-gap: 22px;
         column-gap: 22px;
  }

  .tw .md\:gap-x-23px{
    -moz-column-gap: 23px;
         column-gap: 23px;
  }

  .tw .md\:gap-x-24px{
    -moz-column-gap: 24px;
         column-gap: 24px;
  }

  .tw .md\:gap-x-25px{
    -moz-column-gap: 25px;
         column-gap: 25px;
  }

  .tw .md\:gap-x-26px{
    -moz-column-gap: 26px;
         column-gap: 26px;
  }

  .tw .md\:gap-x-27px{
    -moz-column-gap: 27px;
         column-gap: 27px;
  }

  .tw .md\:gap-x-28px{
    -moz-column-gap: 28px;
         column-gap: 28px;
  }

  .tw .md\:gap-x-29px{
    -moz-column-gap: 29px;
         column-gap: 29px;
  }

  .tw .md\:gap-x-30px{
    -moz-column-gap: 30px;
         column-gap: 30px;
  }

  .tw .md\:gap-x-31px{
    -moz-column-gap: 31px;
         column-gap: 31px;
  }

  .tw .md\:gap-x-32px{
    -moz-column-gap: 32px;
         column-gap: 32px;
  }

  .tw .md\:gap-x-33px{
    -moz-column-gap: 33px;
         column-gap: 33px;
  }

  .tw .md\:gap-x-34px{
    -moz-column-gap: 34px;
         column-gap: 34px;
  }

  .tw .md\:gap-x-35px{
    -moz-column-gap: 35px;
         column-gap: 35px;
  }

  .tw .md\:gap-x-36px{
    -moz-column-gap: 36px;
         column-gap: 36px;
  }

  .tw .md\:gap-x-37px{
    -moz-column-gap: 37px;
         column-gap: 37px;
  }

  .tw .md\:gap-x-38px{
    -moz-column-gap: 38px;
         column-gap: 38px;
  }

  .tw .md\:gap-x-39px{
    -moz-column-gap: 39px;
         column-gap: 39px;
  }

  .tw .md\:gap-x-40px{
    -moz-column-gap: 40px;
         column-gap: 40px;
  }

  .tw .md\:gap-y-0{
    row-gap: 0px;
  }

  .tw .md\:gap-y-1{
    row-gap: 5px;
  }

  .tw .md\:gap-y-2{
    row-gap: 10px;
  }

  .tw .md\:gap-y-3{
    row-gap: 15px;
  }

  .tw .md\:gap-y-4{
    row-gap: 20px;
  }

  .tw .md\:gap-y-5{
    row-gap: 25px;
  }

  .tw .md\:gap-y-6{
    row-gap: 30px;
  }

  .tw .md\:gap-y-7{
    row-gap: 35px;
  }

  .tw .md\:gap-y-8{
    row-gap: 40px;
  }

  .tw .md\:gap-y-9{
    row-gap: 45px;
  }

  .tw .md\:gap-y-10{
    row-gap: 50px;
  }

  .tw .md\:gap-y-11{
    row-gap: 55px;
  }

  .tw .md\:gap-y-12{
    row-gap: 60px;
  }

  .tw .md\:gap-y-13{
    row-gap: 65px;
  }

  .tw .md\:gap-y-14{
    row-gap: 70px;
  }

  .tw .md\:gap-y-15{
    row-gap: 75px;
  }

  .tw .md\:gap-y-16{
    row-gap: 80px;
  }

  .tw .md\:gap-y-17{
    row-gap: 85px;
  }

  .tw .md\:gap-y-18{
    row-gap: 90px;
  }

  .tw .md\:gap-y-19{
    row-gap: 95px;
  }

  .tw .md\:gap-y-20{
    row-gap: 100px;
  }

  .tw .md\:gap-y-21{
    row-gap: 105px;
  }

  .tw .md\:gap-y-22{
    row-gap: 110px;
  }

  .tw .md\:gap-y-23{
    row-gap: 115px;
  }

  .tw .md\:gap-y-24{
    row-gap: 120px;
  }

  .tw .md\:gap-y-25{
    row-gap: 125px;
  }

  .tw .md\:gap-y-26{
    row-gap: 130px;
  }

  .tw .md\:gap-y-27{
    row-gap: 135px;
  }

  .tw .md\:gap-y-28{
    row-gap: 140px;
  }

  .tw .md\:gap-y-29{
    row-gap: 145px;
  }

  .tw .md\:gap-y-30{
    row-gap: 150px;
  }

  .tw .md\:gap-y-31{
    row-gap: 155px;
  }

  .tw .md\:gap-y-32{
    row-gap: 160px;
  }

  .tw .md\:gap-y-33{
    row-gap: 165px;
  }

  .tw .md\:gap-y-34{
    row-gap: 170px;
  }

  .tw .md\:gap-y-35{
    row-gap: 175px;
  }

  .tw .md\:gap-y-36{
    row-gap: 180px;
  }

  .tw .md\:gap-y-37{
    row-gap: 185px;
  }

  .tw .md\:gap-y-38{
    row-gap: 190px;
  }

  .tw .md\:gap-y-39{
    row-gap: 195px;
  }

  .tw .md\:gap-y-40{
    row-gap: 200px;
  }

  .tw .md\:gap-y-41{
    row-gap: 205px;
  }

  .tw .md\:gap-y-42{
    row-gap: 210px;
  }

  .tw .md\:gap-y-43{
    row-gap: 215px;
  }

  .tw .md\:gap-y-44{
    row-gap: 220px;
  }

  .tw .md\:gap-y-45{
    row-gap: 225px;
  }

  .tw .md\:gap-y-46{
    row-gap: 230px;
  }

  .tw .md\:gap-y-47{
    row-gap: 235px;
  }

  .tw .md\:gap-y-48{
    row-gap: 240px;
  }

  .tw .md\:gap-y-49{
    row-gap: 245px;
  }

  .tw .md\:gap-y-50{
    row-gap: 250px;
  }

  .tw .md\:gap-y-51{
    row-gap: 255px;
  }

  .tw .md\:gap-y-52{
    row-gap: 260px;
  }

  .tw .md\:gap-y-53{
    row-gap: 265px;
  }

  .tw .md\:gap-y-54{
    row-gap: 270px;
  }

  .tw .md\:gap-y-55{
    row-gap: 275px;
  }

  .tw .md\:gap-y-56{
    row-gap: 280px;
  }

  .tw .md\:gap-y-57{
    row-gap: 285px;
  }

  .tw .md\:gap-y-58{
    row-gap: 290px;
  }

  .tw .md\:gap-y-59{
    row-gap: 295px;
  }

  .tw .md\:gap-y-60{
    row-gap: 300px;
  }

  .tw .md\:gap-y-61{
    row-gap: 305px;
  }

  .tw .md\:gap-y-62{
    row-gap: 310px;
  }

  .tw .md\:gap-y-63{
    row-gap: 315px;
  }

  .tw .md\:gap-y-64{
    row-gap: 320px;
  }

  .tw .md\:gap-y-65{
    row-gap: 325px;
  }

  .tw .md\:gap-y-66{
    row-gap: 330px;
  }

  .tw .md\:gap-y-67{
    row-gap: 335px;
  }

  .tw .md\:gap-y-68{
    row-gap: 340px;
  }

  .tw .md\:gap-y-69{
    row-gap: 345px;
  }

  .tw .md\:gap-y-70{
    row-gap: 350px;
  }

  .tw .md\:gap-y-71{
    row-gap: 355px;
  }

  .tw .md\:gap-y-72{
    row-gap: 360px;
  }

  .tw .md\:gap-y-73{
    row-gap: 365px;
  }

  .tw .md\:gap-y-74{
    row-gap: 370px;
  }

  .tw .md\:gap-y-75{
    row-gap: 375px;
  }

  .tw .md\:gap-y-76{
    row-gap: 380px;
  }

  .tw .md\:gap-y-77{
    row-gap: 385px;
  }

  .tw .md\:gap-y-78{
    row-gap: 390px;
  }

  .tw .md\:gap-y-79{
    row-gap: 395px;
  }

  .tw .md\:gap-y-80{
    row-gap: 400px;
  }

  .tw .md\:gap-y-81{
    row-gap: 405px;
  }

  .tw .md\:gap-y-82{
    row-gap: 410px;
  }

  .tw .md\:gap-y-83{
    row-gap: 415px;
  }

  .tw .md\:gap-y-84{
    row-gap: 420px;
  }

  .tw .md\:gap-y-85{
    row-gap: 425px;
  }

  .tw .md\:gap-y-86{
    row-gap: 430px;
  }

  .tw .md\:gap-y-87{
    row-gap: 435px;
  }

  .tw .md\:gap-y-88{
    row-gap: 440px;
  }

  .tw .md\:gap-y-89{
    row-gap: 445px;
  }

  .tw .md\:gap-y-90{
    row-gap: 450px;
  }

  .tw .md\:gap-y-91{
    row-gap: 455px;
  }

  .tw .md\:gap-y-92{
    row-gap: 460px;
  }

  .tw .md\:gap-y-93{
    row-gap: 465px;
  }

  .tw .md\:gap-y-94{
    row-gap: 470px;
  }

  .tw .md\:gap-y-95{
    row-gap: 475px;
  }

  .tw .md\:gap-y-96{
    row-gap: 480px;
  }

  .tw .md\:gap-y-97{
    row-gap: 485px;
  }

  .tw .md\:gap-y-98{
    row-gap: 490px;
  }

  .tw .md\:gap-y-99{
    row-gap: 495px;
  }

  .tw .md\:gap-y-100{
    row-gap: 500px;
  }

  .tw .md\:gap-y-101{
    row-gap: 505px;
  }

  .tw .md\:gap-y-102{
    row-gap: 510px;
  }

  .tw .md\:gap-y-103{
    row-gap: 515px;
  }

  .tw .md\:gap-y-104{
    row-gap: 520px;
  }

  .tw .md\:gap-y-105{
    row-gap: 525px;
  }

  .tw .md\:gap-y-106{
    row-gap: 530px;
  }

  .tw .md\:gap-y-107{
    row-gap: 535px;
  }

  .tw .md\:gap-y-108{
    row-gap: 540px;
  }

  .tw .md\:gap-y-109{
    row-gap: 545px;
  }

  .tw .md\:gap-y-110{
    row-gap: 550px;
  }

  .tw .md\:gap-y-111{
    row-gap: 555px;
  }

  .tw .md\:gap-y-112{
    row-gap: 560px;
  }

  .tw .md\:gap-y-113{
    row-gap: 565px;
  }

  .tw .md\:gap-y-114{
    row-gap: 570px;
  }

  .tw .md\:gap-y-115{
    row-gap: 575px;
  }

  .tw .md\:gap-y-116{
    row-gap: 580px;
  }

  .tw .md\:gap-y-117{
    row-gap: 585px;
  }

  .tw .md\:gap-y-118{
    row-gap: 590px;
  }

  .tw .md\:gap-y-119{
    row-gap: 595px;
  }

  .tw .md\:gap-y-120{
    row-gap: 600px;
  }

  .tw .md\:gap-y-121{
    row-gap: 605px;
  }

  .tw .md\:gap-y-122{
    row-gap: 610px;
  }

  .tw .md\:gap-y-123{
    row-gap: 615px;
  }

  .tw .md\:gap-y-124{
    row-gap: 620px;
  }

  .tw .md\:gap-y-125{
    row-gap: 625px;
  }

  .tw .md\:gap-y-126{
    row-gap: 630px;
  }

  .tw .md\:gap-y-127{
    row-gap: 635px;
  }

  .tw .md\:gap-y-128{
    row-gap: 640px;
  }

  .tw .md\:gap-y-129{
    row-gap: 645px;
  }

  .tw .md\:gap-y-130{
    row-gap: 650px;
  }

  .tw .md\:gap-y-131{
    row-gap: 655px;
  }

  .tw .md\:gap-y-132{
    row-gap: 660px;
  }

  .tw .md\:gap-y-133{
    row-gap: 665px;
  }

  .tw .md\:gap-y-134{
    row-gap: 670px;
  }

  .tw .md\:gap-y-135{
    row-gap: 675px;
  }

  .tw .md\:gap-y-136{
    row-gap: 680px;
  }

  .tw .md\:gap-y-137{
    row-gap: 685px;
  }

  .tw .md\:gap-y-138{
    row-gap: 690px;
  }

  .tw .md\:gap-y-139{
    row-gap: 695px;
  }

  .tw .md\:gap-y-140{
    row-gap: 700px;
  }

  .tw .md\:gap-y-141{
    row-gap: 705px;
  }

  .tw .md\:gap-y-142{
    row-gap: 710px;
  }

  .tw .md\:gap-y-143{
    row-gap: 715px;
  }

  .tw .md\:gap-y-144{
    row-gap: 720px;
  }

  .tw .md\:gap-y-145{
    row-gap: 725px;
  }

  .tw .md\:gap-y-146{
    row-gap: 730px;
  }

  .tw .md\:gap-y-147{
    row-gap: 735px;
  }

  .tw .md\:gap-y-148{
    row-gap: 740px;
  }

  .tw .md\:gap-y-149{
    row-gap: 745px;
  }

  .tw .md\:gap-y-0\.5{
    row-gap: 3px;
  }

  .tw .md\:gap-y-1px{
    row-gap: 1px;
  }

  .tw .md\:gap-y-2px{
    row-gap: 2px;
  }

  .tw .md\:gap-y-3px{
    row-gap: 3px;
  }

  .tw .md\:gap-y-4px{
    row-gap: 4px;
  }

  .tw .md\:gap-y-5px{
    row-gap: 5px;
  }

  .tw .md\:gap-y-6px{
    row-gap: 6px;
  }

  .tw .md\:gap-y-7px{
    row-gap: 7px;
  }

  .tw .md\:gap-y-8px{
    row-gap: 8px;
  }

  .tw .md\:gap-y-9px{
    row-gap: 9px;
  }

  .tw .md\:gap-y-10px{
    row-gap: 10px;
  }

  .tw .md\:gap-y-11px{
    row-gap: 11px;
  }

  .tw .md\:gap-y-12px{
    row-gap: 12px;
  }

  .tw .md\:gap-y-13px{
    row-gap: 13px;
  }

  .tw .md\:gap-y-14px{
    row-gap: 14px;
  }

  .tw .md\:gap-y-15px{
    row-gap: 15px;
  }

  .tw .md\:gap-y-16px{
    row-gap: 16px;
  }

  .tw .md\:gap-y-17px{
    row-gap: 17px;
  }

  .tw .md\:gap-y-18px{
    row-gap: 18px;
  }

  .tw .md\:gap-y-19px{
    row-gap: 19px;
  }

  .tw .md\:gap-y-20px{
    row-gap: 20px;
  }

  .tw .md\:gap-y-21px{
    row-gap: 21px;
  }

  .tw .md\:gap-y-22px{
    row-gap: 22px;
  }

  .tw .md\:gap-y-23px{
    row-gap: 23px;
  }

  .tw .md\:gap-y-24px{
    row-gap: 24px;
  }

  .tw .md\:gap-y-25px{
    row-gap: 25px;
  }

  .tw .md\:gap-y-26px{
    row-gap: 26px;
  }

  .tw .md\:gap-y-27px{
    row-gap: 27px;
  }

  .tw .md\:gap-y-28px{
    row-gap: 28px;
  }

  .tw .md\:gap-y-29px{
    row-gap: 29px;
  }

  .tw .md\:gap-y-30px{
    row-gap: 30px;
  }

  .tw .md\:gap-y-31px{
    row-gap: 31px;
  }

  .tw .md\:gap-y-32px{
    row-gap: 32px;
  }

  .tw .md\:gap-y-33px{
    row-gap: 33px;
  }

  .tw .md\:gap-y-34px{
    row-gap: 34px;
  }

  .tw .md\:gap-y-35px{
    row-gap: 35px;
  }

  .tw .md\:gap-y-36px{
    row-gap: 36px;
  }

  .tw .md\:gap-y-37px{
    row-gap: 37px;
  }

  .tw .md\:gap-y-38px{
    row-gap: 38px;
  }

  .tw .md\:gap-y-39px{
    row-gap: 39px;
  }

  .tw .md\:gap-y-40px{
    row-gap: 40px;
  }

  .tw .md\:divide-x-0 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-x-reverse: 0;
    border-right-width: calc(0px * var(--tw-divide-x-reverse));
    border-left-width: calc(0px * calc(1 - var(--tw-divide-x-reverse)));
  }

  .tw .md\:divide-x-1 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-x-reverse: 0;
    border-right-width: calc(1px * var(--tw-divide-x-reverse));
    border-left-width: calc(1px * calc(1 - var(--tw-divide-x-reverse)));
  }

  .tw .md\:divide-x-2 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-x-reverse: 0;
    border-right-width: calc(2px * var(--tw-divide-x-reverse));
    border-left-width: calc(2px * calc(1 - var(--tw-divide-x-reverse)));
  }

  .tw .md\:divide-x-3 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-x-reverse: 0;
    border-right-width: calc(3px * var(--tw-divide-x-reverse));
    border-left-width: calc(3px * calc(1 - var(--tw-divide-x-reverse)));
  }

  .tw .md\:divide-x-4 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-x-reverse: 0;
    border-right-width: calc(4px * var(--tw-divide-x-reverse));
    border-left-width: calc(4px * calc(1 - var(--tw-divide-x-reverse)));
  }

  .tw .md\:divide-x-8 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-x-reverse: 0;
    border-right-width: calc(8px * var(--tw-divide-x-reverse));
    border-left-width: calc(8px * calc(1 - var(--tw-divide-x-reverse)));
  }

  .tw .md\:divide-x > :not([hidden]) ~ :not([hidden]){
    --tw-divide-x-reverse: 0;
    border-right-width: calc(1px * var(--tw-divide-x-reverse));
    border-left-width: calc(1px * calc(1 - var(--tw-divide-x-reverse)));
  }

  .tw .md\:divide-x-1\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-x-reverse: 0;
    border-right-width: calc(1.5px * var(--tw-divide-x-reverse));
    border-left-width: calc(1.5px * calc(1 - var(--tw-divide-x-reverse)));
  }

  .tw .md\:divide-y-0 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-y-reverse: 0;
    border-top-width: calc(0px * calc(1 - var(--tw-divide-y-reverse)));
    border-bottom-width: calc(0px * var(--tw-divide-y-reverse));
  }

  .tw .md\:divide-y-1 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-y-reverse: 0;
    border-top-width: calc(1px * calc(1 - var(--tw-divide-y-reverse)));
    border-bottom-width: calc(1px * var(--tw-divide-y-reverse));
  }

  .tw .md\:divide-y-2 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-y-reverse: 0;
    border-top-width: calc(2px * calc(1 - var(--tw-divide-y-reverse)));
    border-bottom-width: calc(2px * var(--tw-divide-y-reverse));
  }

  .tw .md\:divide-y-3 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-y-reverse: 0;
    border-top-width: calc(3px * calc(1 - var(--tw-divide-y-reverse)));
    border-bottom-width: calc(3px * var(--tw-divide-y-reverse));
  }

  .tw .md\:divide-y-4 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-y-reverse: 0;
    border-top-width: calc(4px * calc(1 - var(--tw-divide-y-reverse)));
    border-bottom-width: calc(4px * var(--tw-divide-y-reverse));
  }

  .tw .md\:divide-y-8 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-y-reverse: 0;
    border-top-width: calc(8px * calc(1 - var(--tw-divide-y-reverse)));
    border-bottom-width: calc(8px * var(--tw-divide-y-reverse));
  }

  .tw .md\:divide-y > :not([hidden]) ~ :not([hidden]){
    --tw-divide-y-reverse: 0;
    border-top-width: calc(1px * calc(1 - var(--tw-divide-y-reverse)));
    border-bottom-width: calc(1px * var(--tw-divide-y-reverse));
  }

  .tw .md\:divide-y-1\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-y-reverse: 0;
    border-top-width: calc(1.5px * calc(1 - var(--tw-divide-y-reverse)));
    border-bottom-width: calc(1.5px * var(--tw-divide-y-reverse));
  }

  .tw .md\:divide-y-reverse > :not([hidden]) ~ :not([hidden]){
    --tw-divide-y-reverse: 1;
  }

  .tw .md\:divide-x-reverse > :not([hidden]) ~ :not([hidden]){
    --tw-divide-x-reverse: 1;
  }

  .tw .md\:divide-solid > :not([hidden]) ~ :not([hidden]){
    border-style: solid;
  }

  .tw .md\:divide-dashed > :not([hidden]) ~ :not([hidden]){
    border-style: dashed;
  }

  .tw .md\:divide-dotted > :not([hidden]) ~ :not([hidden]){
    border-style: dotted;
  }

  .tw .md\:divide-double > :not([hidden]) ~ :not([hidden]){
    border-style: double;
  }

  .tw .md\:divide-none > :not([hidden]) ~ :not([hidden]){
    border-style: none;
  }

  .tw .md\:divide-current > :not([hidden]) ~ :not([hidden]){
    border-color: currentColor;
  }

  .tw .md\:divide-transparent > :not([hidden]) ~ :not([hidden]){
    border-color: transparent;
  }

  .tw .md\:divide-white > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-divide-opacity));
  }

  .tw .md\:divide-black > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(0, 0, 0, var(--tw-divide-opacity));
  }

  .tw .md\:divide-gray-10 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(240, 240, 240, var(--tw-divide-opacity));
  }

  .tw .md\:divide-gray-20 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(226, 226, 226, var(--tw-divide-opacity));
  }

  .tw .md\:divide-gray-30 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(211, 211, 211, var(--tw-divide-opacity));
  }

  .tw .md\:divide-gray-40 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(197, 197, 197, var(--tw-divide-opacity));
  }

  .tw .md\:divide-gray-50 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(183, 183, 183, var(--tw-divide-opacity));
  }

  .tw .md\:divide-gray-60 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(169, 169, 169, var(--tw-divide-opacity));
  }

  .tw .md\:divide-gray-70 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(156, 156, 156, var(--tw-divide-opacity));
  }

  .tw .md\:divide-gray-80 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(142, 142, 142, var(--tw-divide-opacity));
  }

  .tw .md\:divide-gray-90 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(129, 129, 129, var(--tw-divide-opacity));
  }

  .tw .md\:divide-gray-100 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(108, 109, 114, var(--tw-divide-opacity));
  }

  .tw .md\:divide-gray-200 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(96, 97, 103, var(--tw-divide-opacity));
  }

  .tw .md\:divide-gray-300 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(84, 86, 91, var(--tw-divide-opacity));
  }

  .tw .md\:divide-gray-400 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(73, 73, 80, var(--tw-divide-opacity));
  }

  .tw .md\:divide-gray-500 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(61, 61, 68, var(--tw-divide-opacity));
  }

  .tw .md\:divide-gray-600 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(53, 53, 61, var(--tw-divide-opacity));
  }

  .tw .md\:divide-gray-700 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(45, 45, 49, var(--tw-divide-opacity));
  }

  .tw .md\:divide-gray-800 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(38, 37, 42, var(--tw-divide-opacity));
  }

  .tw .md\:divide-gray-850 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(32, 32, 37, var(--tw-divide-opacity));
  }

  .tw .md\:divide-gray-900 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(27, 27, 32, var(--tw-divide-opacity));
  }

  .tw .md\:divide-gray-950 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(20, 20, 23, var(--tw-divide-opacity));
  }

  .tw .md\:divide-brand-50 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(127, 255, 255, var(--tw-divide-opacity));
  }

  .tw .md\:divide-brand-100 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(87, 226, 255, var(--tw-divide-opacity));
  }

  .tw .md\:divide-brand-200 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(32, 197, 255, var(--tw-divide-opacity));
  }

  .tw .md\:divide-brand-300 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(0, 167, 231, var(--tw-divide-opacity));
  }

  .tw .md\:divide-brand-400 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(0, 139, 201, var(--tw-divide-opacity));
  }

  .tw .md\:divide-brand-500 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(0, 112, 172, var(--tw-divide-opacity));
  }

  .tw .md\:divide-brand-600 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(0, 86, 143, var(--tw-divide-opacity));
  }

  .tw .md\:divide-brand-700 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(0, 62, 116, var(--tw-divide-opacity));
  }

  .tw .md\:divide-brand-800 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(0, 39, 89, var(--tw-divide-opacity));
  }

  .tw .md\:divide-brand-900 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(0, 18, 63, var(--tw-divide-opacity));
  }

  .tw .md\:divide-brand > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(0, 190, 255, var(--tw-divide-opacity));
  }

  .tw .md\:divide-brand-base > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(0, 190, 255, var(--tw-divide-opacity));
  }

  .tw .md\:divide-red-50 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(255, 202, 200, var(--tw-divide-opacity));
  }

  .tw .md\:divide-red-100 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(255, 171, 171, var(--tw-divide-opacity));
  }

  .tw .md\:divide-red-200 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(255, 142, 142, var(--tw-divide-opacity));
  }

  .tw .md\:divide-red-300 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(247, 112, 115, var(--tw-divide-opacity));
  }

  .tw .md\:divide-red-400 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(215, 83, 89, var(--tw-divide-opacity));
  }

  .tw .md\:divide-red-500 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(182, 54, 64, var(--tw-divide-opacity));
  }

  .tw .md\:divide-red-600 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(150, 18, 41, var(--tw-divide-opacity));
  }

  .tw .md\:divide-red-700 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(119, 0, 19, var(--tw-divide-opacity));
  }

  .tw .md\:divide-red-800 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(89, 0, 0, var(--tw-divide-opacity));
  }

  .tw .md\:divide-red-900 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(65, 0, 0, var(--tw-divide-opacity));
  }

  .tw .md\:divide-red > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(211, 80, 86, var(--tw-divide-opacity));
  }

  .tw .md\:divide-red-brand > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(255, 79, 79, var(--tw-divide-opacity));
  }

  .tw .md\:divide-green-50 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(141, 255, 205, var(--tw-divide-opacity));
  }

  .tw .md\:divide-green-100 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(109, 236, 176, var(--tw-divide-opacity));
  }

  .tw .md\:divide-green-200 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(76, 206, 147, var(--tw-divide-opacity));
  }

  .tw .md\:divide-green-300 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(36, 176, 119, var(--tw-divide-opacity));
  }

  .tw .md\:divide-green-400 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(0, 147, 93, var(--tw-divide-opacity));
  }

  .tw .md\:divide-green-500 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(0, 119, 68, var(--tw-divide-opacity));
  }

  .tw .md\:divide-green-600 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(0, 91, 43, var(--tw-divide-opacity));
  }

  .tw .md\:divide-green-700 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(0, 65, 21, var(--tw-divide-opacity));
  }

  .tw .md\:divide-green-800 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(0, 43, 0, var(--tw-divide-opacity));
  }

  .tw .md\:divide-green-900 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(0, 27, 0, var(--tw-divide-opacity));
  }

  .tw .md\:divide-green > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(46, 182, 125, var(--tw-divide-opacity));
  }

  .tw .md\:divide-yellow-50 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(255, 235, 87, var(--tw-divide-opacity));
  }

  .tw .md\:divide-yellow-100 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(255, 205, 55, var(--tw-divide-opacity));
  }

  .tw .md\:divide-yellow-200 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(228, 176, 9, var(--tw-divide-opacity));
  }

  .tw .md\:divide-yellow-300 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(195, 148, 0, var(--tw-divide-opacity));
  }

  .tw .md\:divide-yellow-400 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(163, 121, 0, var(--tw-divide-opacity));
  }

  .tw .md\:divide-yellow-500 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(133, 95, 0, var(--tw-divide-opacity));
  }

  .tw .md\:divide-yellow-600 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(104, 70, 0, var(--tw-divide-opacity));
  }

  .tw .md\:divide-yellow-700 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(79, 46, 0, var(--tw-divide-opacity));
  }

  .tw .md\:divide-yellow-800 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(61, 22, 0, var(--tw-divide-opacity));
  }

  .tw .md\:divide-yellow-900 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(50, 0, 0, var(--tw-divide-opacity));
  }

  .tw .md\:divide-yellow > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(254, 199, 47, var(--tw-divide-opacity));
  }

  .tw .md\:divide-purple-50 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(255, 216, 255, var(--tw-divide-opacity));
  }

  .tw .md\:divide-purple-100 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(240, 186, 255, var(--tw-divide-opacity));
  }

  .tw .md\:divide-purple-200 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(208, 157, 255, var(--tw-divide-opacity));
  }

  .tw .md\:divide-purple-300 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(177, 128, 255, var(--tw-divide-opacity));
  }

  .tw .md\:divide-purple-400 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(146, 101, 233, var(--tw-divide-opacity));
  }

  .tw .md\:divide-purple-500 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(116, 74, 203, var(--tw-divide-opacity));
  }

  .tw .md\:divide-purple-600 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(85, 48, 173, var(--tw-divide-opacity));
  }

  .tw .md\:divide-purple-700 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(53, 22, 144, var(--tw-divide-opacity));
  }

  .tw .md\:divide-purple-800 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(9, 0, 116, var(--tw-divide-opacity));
  }

  .tw .md\:divide-purple-900 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(0, 0, 89, var(--tw-divide-opacity));
  }

  .tw .md\:divide-purple > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(168, 120, 255, var(--tw-divide-opacity));
  }

  .tw .md\:divide-orange-50 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(255, 210, 131, var(--tw-divide-opacity));
  }

  .tw .md\:divide-orange-100 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(255, 180, 103, var(--tw-divide-opacity));
  }

  .tw .md\:divide-orange-200 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(255, 151, 75, var(--tw-divide-opacity));
  }

  .tw .md\:divide-orange-300 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(240, 122, 47, var(--tw-divide-opacity));
  }

  .tw .md\:divide-orange-400 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(206, 95, 17, var(--tw-divide-opacity));
  }

  .tw .md\:divide-orange-500 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(173, 68, 0, var(--tw-divide-opacity));
  }

  .tw .md\:divide-orange-600 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(141, 40, 0, var(--tw-divide-opacity));
  }

  .tw .md\:divide-orange-700 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(111, 6, 0, var(--tw-divide-opacity));
  }

  .tw .md\:divide-orange-800 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(84, 0, 0, var(--tw-divide-opacity));
  }

  .tw .md\:divide-orange-900 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(65, 0, 0, var(--tw-divide-opacity));
  }

  .tw .md\:divide-orange > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(245, 127, 52, var(--tw-divide-opacity));
  }

  .tw .md\:divide-surface-brand > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(26, 26, 26, var(--tw-divide-opacity));
  }

  .tw .md\:divide-surface-lower > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(18, 19, 20, var(--tw-divide-opacity));
  }

  .tw .md\:divide-surface-base > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(29, 30, 31, var(--tw-divide-opacity));
  }

  .tw .md\:divide-surface-low > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(33, 33, 36, var(--tw-divide-opacity));
  }

  .tw .md\:divide-surface-middle > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(38, 38, 42, var(--tw-divide-opacity));
  }

  .tw .md\:divide-surface-upper > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(41, 41, 46, var(--tw-divide-opacity));
  }

  .tw .md\:divide-surface-high > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(52, 52, 53, var(--tw-divide-opacity));
  }

  .tw .md\:divide-surface-higher > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(74, 75, 75, var(--tw-divide-opacity));
  }

  .tw .md\:divide-surface-highest > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(97, 97, 98, var(--tw-divide-opacity));
  }

  .tw .md\:divide-glyph-base > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-divide-opacity));
  }

  .tw .md\:divide-glyph-light > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(194, 194, 194, var(--tw-divide-opacity));
  }

  .tw .md\:divide-glyph-lighter > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(150, 150, 150, var(--tw-divide-opacity));
  }

  .tw .md\:divide-glyph-lightest > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(80, 80, 80, var(--tw-divide-opacity));
  }

  .tw .md\:divide-link > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(0, 190, 255, var(--tw-divide-opacity));
  }

  .tw .md\:divide-info-error > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(235, 51, 65, var(--tw-divide-opacity));
  }

  .tw .md\:divide-info-danger > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(247, 127, 37, var(--tw-divide-opacity));
  }

  .tw .md\:divide-info-warn > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(255, 200, 47, var(--tw-divide-opacity));
  }

  .tw .md\:divide-info-ok > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(0, 151, 79, var(--tw-divide-opacity));
  }

  .tw .md\:divide-info-notice > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(1, 128, 255, var(--tw-divide-opacity));
  }

  .tw .md\:divide-accent-1 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(255, 93, 105, var(--tw-divide-opacity));
  }

  .tw .md\:divide-accent-2 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(7, 245, 175, var(--tw-divide-opacity));
  }

  .tw .md\:divide-accent-3 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(4, 211, 114, var(--tw-divide-opacity));
  }

  .tw .md\:divide-accent-4 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(132, 81, 245, var(--tw-divide-opacity));
  }

  .tw .md\:divide-opacity-0 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0;
  }

  .tw .md\:divide-opacity-5 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0.05;
  }

  .tw .md\:divide-opacity-10 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0.1;
  }

  .tw .md\:divide-opacity-15 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0.15;
  }

  .tw .md\:divide-opacity-20 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0.2;
  }

  .tw .md\:divide-opacity-25 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0.25;
  }

  .tw .md\:divide-opacity-30 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0.3;
  }

  .tw .md\:divide-opacity-40 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0.4;
  }

  .tw .md\:divide-opacity-50 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0.5;
  }

  .tw .md\:divide-opacity-60 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0.6;
  }

  .tw .md\:divide-opacity-70 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0.7;
  }

  .tw .md\:divide-opacity-75 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0.75;
  }

  .tw .md\:divide-opacity-80 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0.8;
  }

  .tw .md\:divide-opacity-90 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0.9;
  }

  .tw .md\:divide-opacity-95 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0.95;
  }

  .tw .md\:divide-opacity-100 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
  }

  .tw .md\:place-self-auto{
    place-self: auto;
  }

  .tw .md\:place-self-start{
    place-self: start;
  }

  .tw .md\:place-self-end{
    place-self: end;
  }

  .tw .md\:place-self-center{
    place-self: center;
  }

  .tw .md\:place-self-stretch{
    place-self: stretch;
  }

  .tw .md\:self-auto{
    align-self: auto;
  }

  .tw .md\:self-start{
    align-self: flex-start;
  }

  .tw .md\:self-end{
    align-self: flex-end;
  }

  .tw .md\:self-center{
    align-self: center;
  }

  .tw .md\:self-stretch{
    align-self: stretch;
  }

  .tw .md\:self-baseline{
    align-self: baseline;
  }

  .tw .md\:justify-self-auto{
    justify-self: auto;
  }

  .tw .md\:justify-self-start{
    justify-self: start;
  }

  .tw .md\:justify-self-end{
    justify-self: end;
  }

  .tw .md\:justify-self-center{
    justify-self: center;
  }

  .tw .md\:justify-self-stretch{
    justify-self: stretch;
  }

  .tw .md\:overflow-auto{
    overflow: auto;
  }

  .tw .md\:overflow-hidden{
    overflow: hidden;
  }

  .tw .md\:overflow-visible{
    overflow: visible;
  }

  .tw .md\:overflow-scroll{
    overflow: scroll;
  }

  .tw .md\:overflow-x-auto{
    overflow-x: auto;
  }

  .tw .md\:overflow-y-auto{
    overflow-y: auto;
  }

  .tw .md\:overflow-x-hidden{
    overflow-x: hidden;
  }

  .tw .md\:overflow-y-hidden{
    overflow-y: hidden;
  }

  .tw .md\:overflow-x-visible{
    overflow-x: visible;
  }

  .tw .md\:overflow-y-visible{
    overflow-y: visible;
  }

  .tw .md\:overflow-x-scroll{
    overflow-x: scroll;
  }

  .tw .md\:overflow-y-scroll{
    overflow-y: scroll;
  }

  .tw .md\:overscroll-auto{
    overscroll-behavior: auto;
  }

  .tw .md\:overscroll-contain{
    overscroll-behavior: contain;
  }

  .tw .md\:overscroll-none{
    overscroll-behavior: none;
  }

  .tw .md\:overscroll-y-auto{
    overscroll-behavior-y: auto;
  }

  .tw .md\:overscroll-y-contain{
    overscroll-behavior-y: contain;
  }

  .tw .md\:overscroll-y-none{
    overscroll-behavior-y: none;
  }

  .tw .md\:overscroll-x-auto{
    overscroll-behavior-x: auto;
  }

  .tw .md\:overscroll-x-contain{
    overscroll-behavior-x: contain;
  }

  .tw .md\:overscroll-x-none{
    overscroll-behavior-x: none;
  }

  .tw .md\:truncate{
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .tw .md\:overflow-ellipsis{
    text-overflow: ellipsis;
  }

  .tw .md\:overflow-clip{
    text-overflow: clip;
  }

  .tw .md\:whitespace-normal{
    white-space: normal;
  }

  .tw .md\:whitespace-nowrap{
    white-space: nowrap;
  }

  .tw .md\:whitespace-pre{
    white-space: pre;
  }

  .tw .md\:whitespace-pre-line{
    white-space: pre-line;
  }

  .tw .md\:whitespace-pre-wrap{
    white-space: pre-wrap;
  }

  .tw .md\:break-normal{
    overflow-wrap: normal;
    word-break: normal;
  }

  .tw .md\:break-words{
    overflow-wrap: break-word;
  }

  .tw .md\:break-all{
    word-break: break-all;
  }

  .tw .md\:border-0{
    border-width: 0px;
  }

  .tw .md\:border-1{
    border-width: 1px;
  }

  .tw .md\:border-2{
    border-width: 2px;
  }

  .tw .md\:border-3{
    border-width: 3px;
  }

  .tw .md\:border-4{
    border-width: 4px;
  }

  .tw .md\:border-8{
    border-width: 8px;
  }

  .tw .md\:border{
    border-width: 1px;
  }

  .tw .md\:border-1\.5{
    border-width: 1.5px;
  }

  .tw .md\:border-t-0{
    border-top-width: 0px;
  }

  .tw .md\:border-t-1{
    border-top-width: 1px;
  }

  .tw .md\:border-t-2{
    border-top-width: 2px;
  }

  .tw .md\:border-t-3{
    border-top-width: 3px;
  }

  .tw .md\:border-t-4{
    border-top-width: 4px;
  }

  .tw .md\:border-t-8{
    border-top-width: 8px;
  }

  .tw .md\:border-t{
    border-top-width: 1px;
  }

  .tw .md\:border-t-1\.5{
    border-top-width: 1.5px;
  }

  .tw .md\:border-r-0{
    border-right-width: 0px;
  }

  .tw .md\:border-r-1{
    border-right-width: 1px;
  }

  .tw .md\:border-r-2{
    border-right-width: 2px;
  }

  .tw .md\:border-r-3{
    border-right-width: 3px;
  }

  .tw .md\:border-r-4{
    border-right-width: 4px;
  }

  .tw .md\:border-r-8{
    border-right-width: 8px;
  }

  .tw .md\:border-r{
    border-right-width: 1px;
  }

  .tw .md\:border-r-1\.5{
    border-right-width: 1.5px;
  }

  .tw .md\:border-b-0{
    border-bottom-width: 0px;
  }

  .tw .md\:border-b-1{
    border-bottom-width: 1px;
  }

  .tw .md\:border-b-2{
    border-bottom-width: 2px;
  }

  .tw .md\:border-b-3{
    border-bottom-width: 3px;
  }

  .tw .md\:border-b-4{
    border-bottom-width: 4px;
  }

  .tw .md\:border-b-8{
    border-bottom-width: 8px;
  }

  .tw .md\:border-b{
    border-bottom-width: 1px;
  }

  .tw .md\:border-b-1\.5{
    border-bottom-width: 1.5px;
  }

  .tw .md\:border-l-0{
    border-left-width: 0px;
  }

  .tw .md\:border-l-1{
    border-left-width: 1px;
  }

  .tw .md\:border-l-2{
    border-left-width: 2px;
  }

  .tw .md\:border-l-3{
    border-left-width: 3px;
  }

  .tw .md\:border-l-4{
    border-left-width: 4px;
  }

  .tw .md\:border-l-8{
    border-left-width: 8px;
  }

  .tw .md\:border-l{
    border-left-width: 1px;
  }

  .tw .md\:border-l-1\.5{
    border-left-width: 1.5px;
  }

  .tw .md\:border-solid{
    border-style: solid;
  }

  .tw .md\:border-dashed{
    border-style: dashed;
  }

  .tw .md\:border-dotted{
    border-style: dotted;
  }

  .tw .md\:border-double{
    border-style: double;
  }

  .tw .md\:border-none{
    border-style: none;
  }

  .tw .md\:border-current{
    border-color: currentColor;
  }

  .tw .md\:border-transparent{
    border-color: transparent;
  }

  .tw .md\:border-white{
    --tw-border-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity));
  }

  .tw .md\:border-black{
    --tw-border-opacity: 1;
    border-color: rgba(0, 0, 0, var(--tw-border-opacity));
  }

  .tw .md\:border-gray-10{
    --tw-border-opacity: 1;
    border-color: rgba(240, 240, 240, var(--tw-border-opacity));
  }

  .tw .md\:border-gray-20{
    --tw-border-opacity: 1;
    border-color: rgba(226, 226, 226, var(--tw-border-opacity));
  }

  .tw .md\:border-gray-30{
    --tw-border-opacity: 1;
    border-color: rgba(211, 211, 211, var(--tw-border-opacity));
  }

  .tw .md\:border-gray-40{
    --tw-border-opacity: 1;
    border-color: rgba(197, 197, 197, var(--tw-border-opacity));
  }

  .tw .md\:border-gray-50{
    --tw-border-opacity: 1;
    border-color: rgba(183, 183, 183, var(--tw-border-opacity));
  }

  .tw .md\:border-gray-60{
    --tw-border-opacity: 1;
    border-color: rgba(169, 169, 169, var(--tw-border-opacity));
  }

  .tw .md\:border-gray-70{
    --tw-border-opacity: 1;
    border-color: rgba(156, 156, 156, var(--tw-border-opacity));
  }

  .tw .md\:border-gray-80{
    --tw-border-opacity: 1;
    border-color: rgba(142, 142, 142, var(--tw-border-opacity));
  }

  .tw .md\:border-gray-90{
    --tw-border-opacity: 1;
    border-color: rgba(129, 129, 129, var(--tw-border-opacity));
  }

  .tw .md\:border-gray-100{
    --tw-border-opacity: 1;
    border-color: rgba(108, 109, 114, var(--tw-border-opacity));
  }

  .tw .md\:border-gray-200{
    --tw-border-opacity: 1;
    border-color: rgba(96, 97, 103, var(--tw-border-opacity));
  }

  .tw .md\:border-gray-300{
    --tw-border-opacity: 1;
    border-color: rgba(84, 86, 91, var(--tw-border-opacity));
  }

  .tw .md\:border-gray-400{
    --tw-border-opacity: 1;
    border-color: rgba(73, 73, 80, var(--tw-border-opacity));
  }

  .tw .md\:border-gray-500{
    --tw-border-opacity: 1;
    border-color: rgba(61, 61, 68, var(--tw-border-opacity));
  }

  .tw .md\:border-gray-600{
    --tw-border-opacity: 1;
    border-color: rgba(53, 53, 61, var(--tw-border-opacity));
  }

  .tw .md\:border-gray-700{
    --tw-border-opacity: 1;
    border-color: rgba(45, 45, 49, var(--tw-border-opacity));
  }

  .tw .md\:border-gray-800{
    --tw-border-opacity: 1;
    border-color: rgba(38, 37, 42, var(--tw-border-opacity));
  }

  .tw .md\:border-gray-850{
    --tw-border-opacity: 1;
    border-color: rgba(32, 32, 37, var(--tw-border-opacity));
  }

  .tw .md\:border-gray-900{
    --tw-border-opacity: 1;
    border-color: rgba(27, 27, 32, var(--tw-border-opacity));
  }

  .tw .md\:border-gray-950{
    --tw-border-opacity: 1;
    border-color: rgba(20, 20, 23, var(--tw-border-opacity));
  }

  .tw .md\:border-brand-50{
    --tw-border-opacity: 1;
    border-color: rgba(127, 255, 255, var(--tw-border-opacity));
  }

  .tw .md\:border-brand-100{
    --tw-border-opacity: 1;
    border-color: rgba(87, 226, 255, var(--tw-border-opacity));
  }

  .tw .md\:border-brand-200{
    --tw-border-opacity: 1;
    border-color: rgba(32, 197, 255, var(--tw-border-opacity));
  }

  .tw .md\:border-brand-300{
    --tw-border-opacity: 1;
    border-color: rgba(0, 167, 231, var(--tw-border-opacity));
  }

  .tw .md\:border-brand-400{
    --tw-border-opacity: 1;
    border-color: rgba(0, 139, 201, var(--tw-border-opacity));
  }

  .tw .md\:border-brand-500{
    --tw-border-opacity: 1;
    border-color: rgba(0, 112, 172, var(--tw-border-opacity));
  }

  .tw .md\:border-brand-600{
    --tw-border-opacity: 1;
    border-color: rgba(0, 86, 143, var(--tw-border-opacity));
  }

  .tw .md\:border-brand-700{
    --tw-border-opacity: 1;
    border-color: rgba(0, 62, 116, var(--tw-border-opacity));
  }

  .tw .md\:border-brand-800{
    --tw-border-opacity: 1;
    border-color: rgba(0, 39, 89, var(--tw-border-opacity));
  }

  .tw .md\:border-brand-900{
    --tw-border-opacity: 1;
    border-color: rgba(0, 18, 63, var(--tw-border-opacity));
  }

  .tw .md\:border-brand{
    --tw-border-opacity: 1;
    border-color: rgba(0, 190, 255, var(--tw-border-opacity));
  }

  .tw .md\:border-brand-base{
    --tw-border-opacity: 1;
    border-color: rgba(0, 190, 255, var(--tw-border-opacity));
  }

  .tw .md\:border-red-50{
    --tw-border-opacity: 1;
    border-color: rgba(255, 202, 200, var(--tw-border-opacity));
  }

  .tw .md\:border-red-100{
    --tw-border-opacity: 1;
    border-color: rgba(255, 171, 171, var(--tw-border-opacity));
  }

  .tw .md\:border-red-200{
    --tw-border-opacity: 1;
    border-color: rgba(255, 142, 142, var(--tw-border-opacity));
  }

  .tw .md\:border-red-300{
    --tw-border-opacity: 1;
    border-color: rgba(247, 112, 115, var(--tw-border-opacity));
  }

  .tw .md\:border-red-400{
    --tw-border-opacity: 1;
    border-color: rgba(215, 83, 89, var(--tw-border-opacity));
  }

  .tw .md\:border-red-500{
    --tw-border-opacity: 1;
    border-color: rgba(182, 54, 64, var(--tw-border-opacity));
  }

  .tw .md\:border-red-600{
    --tw-border-opacity: 1;
    border-color: rgba(150, 18, 41, var(--tw-border-opacity));
  }

  .tw .md\:border-red-700{
    --tw-border-opacity: 1;
    border-color: rgba(119, 0, 19, var(--tw-border-opacity));
  }

  .tw .md\:border-red-800{
    --tw-border-opacity: 1;
    border-color: rgba(89, 0, 0, var(--tw-border-opacity));
  }

  .tw .md\:border-red-900{
    --tw-border-opacity: 1;
    border-color: rgba(65, 0, 0, var(--tw-border-opacity));
  }

  .tw .md\:border-red{
    --tw-border-opacity: 1;
    border-color: rgba(211, 80, 86, var(--tw-border-opacity));
  }

  .tw .md\:border-red-brand{
    --tw-border-opacity: 1;
    border-color: rgba(255, 79, 79, var(--tw-border-opacity));
  }

  .tw .md\:border-green-50{
    --tw-border-opacity: 1;
    border-color: rgba(141, 255, 205, var(--tw-border-opacity));
  }

  .tw .md\:border-green-100{
    --tw-border-opacity: 1;
    border-color: rgba(109, 236, 176, var(--tw-border-opacity));
  }

  .tw .md\:border-green-200{
    --tw-border-opacity: 1;
    border-color: rgba(76, 206, 147, var(--tw-border-opacity));
  }

  .tw .md\:border-green-300{
    --tw-border-opacity: 1;
    border-color: rgba(36, 176, 119, var(--tw-border-opacity));
  }

  .tw .md\:border-green-400{
    --tw-border-opacity: 1;
    border-color: rgba(0, 147, 93, var(--tw-border-opacity));
  }

  .tw .md\:border-green-500{
    --tw-border-opacity: 1;
    border-color: rgba(0, 119, 68, var(--tw-border-opacity));
  }

  .tw .md\:border-green-600{
    --tw-border-opacity: 1;
    border-color: rgba(0, 91, 43, var(--tw-border-opacity));
  }

  .tw .md\:border-green-700{
    --tw-border-opacity: 1;
    border-color: rgba(0, 65, 21, var(--tw-border-opacity));
  }

  .tw .md\:border-green-800{
    --tw-border-opacity: 1;
    border-color: rgba(0, 43, 0, var(--tw-border-opacity));
  }

  .tw .md\:border-green-900{
    --tw-border-opacity: 1;
    border-color: rgba(0, 27, 0, var(--tw-border-opacity));
  }

  .tw .md\:border-green{
    --tw-border-opacity: 1;
    border-color: rgba(46, 182, 125, var(--tw-border-opacity));
  }

  .tw .md\:border-yellow-50{
    --tw-border-opacity: 1;
    border-color: rgba(255, 235, 87, var(--tw-border-opacity));
  }

  .tw .md\:border-yellow-100{
    --tw-border-opacity: 1;
    border-color: rgba(255, 205, 55, var(--tw-border-opacity));
  }

  .tw .md\:border-yellow-200{
    --tw-border-opacity: 1;
    border-color: rgba(228, 176, 9, var(--tw-border-opacity));
  }

  .tw .md\:border-yellow-300{
    --tw-border-opacity: 1;
    border-color: rgba(195, 148, 0, var(--tw-border-opacity));
  }

  .tw .md\:border-yellow-400{
    --tw-border-opacity: 1;
    border-color: rgba(163, 121, 0, var(--tw-border-opacity));
  }

  .tw .md\:border-yellow-500{
    --tw-border-opacity: 1;
    border-color: rgba(133, 95, 0, var(--tw-border-opacity));
  }

  .tw .md\:border-yellow-600{
    --tw-border-opacity: 1;
    border-color: rgba(104, 70, 0, var(--tw-border-opacity));
  }

  .tw .md\:border-yellow-700{
    --tw-border-opacity: 1;
    border-color: rgba(79, 46, 0, var(--tw-border-opacity));
  }

  .tw .md\:border-yellow-800{
    --tw-border-opacity: 1;
    border-color: rgba(61, 22, 0, var(--tw-border-opacity));
  }

  .tw .md\:border-yellow-900{
    --tw-border-opacity: 1;
    border-color: rgba(50, 0, 0, var(--tw-border-opacity));
  }

  .tw .md\:border-yellow{
    --tw-border-opacity: 1;
    border-color: rgba(254, 199, 47, var(--tw-border-opacity));
  }

  .tw .md\:border-purple-50{
    --tw-border-opacity: 1;
    border-color: rgba(255, 216, 255, var(--tw-border-opacity));
  }

  .tw .md\:border-purple-100{
    --tw-border-opacity: 1;
    border-color: rgba(240, 186, 255, var(--tw-border-opacity));
  }

  .tw .md\:border-purple-200{
    --tw-border-opacity: 1;
    border-color: rgba(208, 157, 255, var(--tw-border-opacity));
  }

  .tw .md\:border-purple-300{
    --tw-border-opacity: 1;
    border-color: rgba(177, 128, 255, var(--tw-border-opacity));
  }

  .tw .md\:border-purple-400{
    --tw-border-opacity: 1;
    border-color: rgba(146, 101, 233, var(--tw-border-opacity));
  }

  .tw .md\:border-purple-500{
    --tw-border-opacity: 1;
    border-color: rgba(116, 74, 203, var(--tw-border-opacity));
  }

  .tw .md\:border-purple-600{
    --tw-border-opacity: 1;
    border-color: rgba(85, 48, 173, var(--tw-border-opacity));
  }

  .tw .md\:border-purple-700{
    --tw-border-opacity: 1;
    border-color: rgba(53, 22, 144, var(--tw-border-opacity));
  }

  .tw .md\:border-purple-800{
    --tw-border-opacity: 1;
    border-color: rgba(9, 0, 116, var(--tw-border-opacity));
  }

  .tw .md\:border-purple-900{
    --tw-border-opacity: 1;
    border-color: rgba(0, 0, 89, var(--tw-border-opacity));
  }

  .tw .md\:border-purple{
    --tw-border-opacity: 1;
    border-color: rgba(168, 120, 255, var(--tw-border-opacity));
  }

  .tw .md\:border-orange-50{
    --tw-border-opacity: 1;
    border-color: rgba(255, 210, 131, var(--tw-border-opacity));
  }

  .tw .md\:border-orange-100{
    --tw-border-opacity: 1;
    border-color: rgba(255, 180, 103, var(--tw-border-opacity));
  }

  .tw .md\:border-orange-200{
    --tw-border-opacity: 1;
    border-color: rgba(255, 151, 75, var(--tw-border-opacity));
  }

  .tw .md\:border-orange-300{
    --tw-border-opacity: 1;
    border-color: rgba(240, 122, 47, var(--tw-border-opacity));
  }

  .tw .md\:border-orange-400{
    --tw-border-opacity: 1;
    border-color: rgba(206, 95, 17, var(--tw-border-opacity));
  }

  .tw .md\:border-orange-500{
    --tw-border-opacity: 1;
    border-color: rgba(173, 68, 0, var(--tw-border-opacity));
  }

  .tw .md\:border-orange-600{
    --tw-border-opacity: 1;
    border-color: rgba(141, 40, 0, var(--tw-border-opacity));
  }

  .tw .md\:border-orange-700{
    --tw-border-opacity: 1;
    border-color: rgba(111, 6, 0, var(--tw-border-opacity));
  }

  .tw .md\:border-orange-800{
    --tw-border-opacity: 1;
    border-color: rgba(84, 0, 0, var(--tw-border-opacity));
  }

  .tw .md\:border-orange-900{
    --tw-border-opacity: 1;
    border-color: rgba(65, 0, 0, var(--tw-border-opacity));
  }

  .tw .md\:border-orange{
    --tw-border-opacity: 1;
    border-color: rgba(245, 127, 52, var(--tw-border-opacity));
  }

  .tw .md\:border-surface-brand{
    --tw-border-opacity: 1;
    border-color: rgba(26, 26, 26, var(--tw-border-opacity));
  }

  .tw .md\:border-surface-lower{
    --tw-border-opacity: 1;
    border-color: rgba(18, 19, 20, var(--tw-border-opacity));
  }

  .tw .md\:border-surface-base{
    --tw-border-opacity: 1;
    border-color: rgba(29, 30, 31, var(--tw-border-opacity));
  }

  .tw .md\:border-surface-low{
    --tw-border-opacity: 1;
    border-color: rgba(33, 33, 36, var(--tw-border-opacity));
  }

  .tw .md\:border-surface-middle{
    --tw-border-opacity: 1;
    border-color: rgba(38, 38, 42, var(--tw-border-opacity));
  }

  .tw .md\:border-surface-upper{
    --tw-border-opacity: 1;
    border-color: rgba(41, 41, 46, var(--tw-border-opacity));
  }

  .tw .md\:border-surface-high{
    --tw-border-opacity: 1;
    border-color: rgba(52, 52, 53, var(--tw-border-opacity));
  }

  .tw .md\:border-surface-higher{
    --tw-border-opacity: 1;
    border-color: rgba(74, 75, 75, var(--tw-border-opacity));
  }

  .tw .md\:border-surface-highest{
    --tw-border-opacity: 1;
    border-color: rgba(97, 97, 98, var(--tw-border-opacity));
  }

  .tw .md\:border-glyph-base{
    --tw-border-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity));
  }

  .tw .md\:border-glyph-light{
    --tw-border-opacity: 1;
    border-color: rgba(194, 194, 194, var(--tw-border-opacity));
  }

  .tw .md\:border-glyph-lighter{
    --tw-border-opacity: 1;
    border-color: rgba(150, 150, 150, var(--tw-border-opacity));
  }

  .tw .md\:border-glyph-lightest{
    --tw-border-opacity: 1;
    border-color: rgba(80, 80, 80, var(--tw-border-opacity));
  }

  .tw .md\:border-link{
    --tw-border-opacity: 1;
    border-color: rgba(0, 190, 255, var(--tw-border-opacity));
  }

  .tw .md\:border-info-error{
    --tw-border-opacity: 1;
    border-color: rgba(235, 51, 65, var(--tw-border-opacity));
  }

  .tw .md\:border-info-danger{
    --tw-border-opacity: 1;
    border-color: rgba(247, 127, 37, var(--tw-border-opacity));
  }

  .tw .md\:border-info-warn{
    --tw-border-opacity: 1;
    border-color: rgba(255, 200, 47, var(--tw-border-opacity));
  }

  .tw .md\:border-info-ok{
    --tw-border-opacity: 1;
    border-color: rgba(0, 151, 79, var(--tw-border-opacity));
  }

  .tw .md\:border-info-notice{
    --tw-border-opacity: 1;
    border-color: rgba(1, 128, 255, var(--tw-border-opacity));
  }

  .tw .md\:border-accent-1{
    --tw-border-opacity: 1;
    border-color: rgba(255, 93, 105, var(--tw-border-opacity));
  }

  .tw .md\:border-accent-2{
    --tw-border-opacity: 1;
    border-color: rgba(7, 245, 175, var(--tw-border-opacity));
  }

  .tw .md\:border-accent-3{
    --tw-border-opacity: 1;
    border-color: rgba(4, 211, 114, var(--tw-border-opacity));
  }

  .tw .md\:border-accent-4{
    --tw-border-opacity: 1;
    border-color: rgba(132, 81, 245, var(--tw-border-opacity));
  }

  .tw .md\:hover\:border-current:hover{
    border-color: currentColor;
  }

  .tw .md\:hover\:border-transparent:hover{
    border-color: transparent;
  }

  .tw .md\:hover\:border-white:hover{
    --tw-border-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity));
  }

  .tw .md\:hover\:border-black:hover{
    --tw-border-opacity: 1;
    border-color: rgba(0, 0, 0, var(--tw-border-opacity));
  }

  .tw .md\:hover\:border-gray-10:hover{
    --tw-border-opacity: 1;
    border-color: rgba(240, 240, 240, var(--tw-border-opacity));
  }

  .tw .md\:hover\:border-gray-20:hover{
    --tw-border-opacity: 1;
    border-color: rgba(226, 226, 226, var(--tw-border-opacity));
  }

  .tw .md\:hover\:border-gray-30:hover{
    --tw-border-opacity: 1;
    border-color: rgba(211, 211, 211, var(--tw-border-opacity));
  }

  .tw .md\:hover\:border-gray-40:hover{
    --tw-border-opacity: 1;
    border-color: rgba(197, 197, 197, var(--tw-border-opacity));
  }

  .tw .md\:hover\:border-gray-50:hover{
    --tw-border-opacity: 1;
    border-color: rgba(183, 183, 183, var(--tw-border-opacity));
  }

  .tw .md\:hover\:border-gray-60:hover{
    --tw-border-opacity: 1;
    border-color: rgba(169, 169, 169, var(--tw-border-opacity));
  }

  .tw .md\:hover\:border-gray-70:hover{
    --tw-border-opacity: 1;
    border-color: rgba(156, 156, 156, var(--tw-border-opacity));
  }

  .tw .md\:hover\:border-gray-80:hover{
    --tw-border-opacity: 1;
    border-color: rgba(142, 142, 142, var(--tw-border-opacity));
  }

  .tw .md\:hover\:border-gray-90:hover{
    --tw-border-opacity: 1;
    border-color: rgba(129, 129, 129, var(--tw-border-opacity));
  }

  .tw .md\:hover\:border-gray-100:hover{
    --tw-border-opacity: 1;
    border-color: rgba(108, 109, 114, var(--tw-border-opacity));
  }

  .tw .md\:hover\:border-gray-200:hover{
    --tw-border-opacity: 1;
    border-color: rgba(96, 97, 103, var(--tw-border-opacity));
  }

  .tw .md\:hover\:border-gray-300:hover{
    --tw-border-opacity: 1;
    border-color: rgba(84, 86, 91, var(--tw-border-opacity));
  }

  .tw .md\:hover\:border-gray-400:hover{
    --tw-border-opacity: 1;
    border-color: rgba(73, 73, 80, var(--tw-border-opacity));
  }

  .tw .md\:hover\:border-gray-500:hover{
    --tw-border-opacity: 1;
    border-color: rgba(61, 61, 68, var(--tw-border-opacity));
  }

  .tw .md\:hover\:border-gray-600:hover{
    --tw-border-opacity: 1;
    border-color: rgba(53, 53, 61, var(--tw-border-opacity));
  }

  .tw .md\:hover\:border-gray-700:hover{
    --tw-border-opacity: 1;
    border-color: rgba(45, 45, 49, var(--tw-border-opacity));
  }

  .tw .md\:hover\:border-gray-800:hover{
    --tw-border-opacity: 1;
    border-color: rgba(38, 37, 42, var(--tw-border-opacity));
  }

  .tw .md\:hover\:border-gray-850:hover{
    --tw-border-opacity: 1;
    border-color: rgba(32, 32, 37, var(--tw-border-opacity));
  }

  .tw .md\:hover\:border-gray-900:hover{
    --tw-border-opacity: 1;
    border-color: rgba(27, 27, 32, var(--tw-border-opacity));
  }

  .tw .md\:hover\:border-gray-950:hover{
    --tw-border-opacity: 1;
    border-color: rgba(20, 20, 23, var(--tw-border-opacity));
  }

  .tw .md\:hover\:border-brand-50:hover{
    --tw-border-opacity: 1;
    border-color: rgba(127, 255, 255, var(--tw-border-opacity));
  }

  .tw .md\:hover\:border-brand-100:hover{
    --tw-border-opacity: 1;
    border-color: rgba(87, 226, 255, var(--tw-border-opacity));
  }

  .tw .md\:hover\:border-brand-200:hover{
    --tw-border-opacity: 1;
    border-color: rgba(32, 197, 255, var(--tw-border-opacity));
  }

  .tw .md\:hover\:border-brand-300:hover{
    --tw-border-opacity: 1;
    border-color: rgba(0, 167, 231, var(--tw-border-opacity));
  }

  .tw .md\:hover\:border-brand-400:hover{
    --tw-border-opacity: 1;
    border-color: rgba(0, 139, 201, var(--tw-border-opacity));
  }

  .tw .md\:hover\:border-brand-500:hover{
    --tw-border-opacity: 1;
    border-color: rgba(0, 112, 172, var(--tw-border-opacity));
  }

  .tw .md\:hover\:border-brand-600:hover{
    --tw-border-opacity: 1;
    border-color: rgba(0, 86, 143, var(--tw-border-opacity));
  }

  .tw .md\:hover\:border-brand-700:hover{
    --tw-border-opacity: 1;
    border-color: rgba(0, 62, 116, var(--tw-border-opacity));
  }

  .tw .md\:hover\:border-brand-800:hover{
    --tw-border-opacity: 1;
    border-color: rgba(0, 39, 89, var(--tw-border-opacity));
  }

  .tw .md\:hover\:border-brand-900:hover{
    --tw-border-opacity: 1;
    border-color: rgba(0, 18, 63, var(--tw-border-opacity));
  }

  .tw .md\:hover\:border-brand:hover{
    --tw-border-opacity: 1;
    border-color: rgba(0, 190, 255, var(--tw-border-opacity));
  }

  .tw .md\:hover\:border-brand-base:hover{
    --tw-border-opacity: 1;
    border-color: rgba(0, 190, 255, var(--tw-border-opacity));
  }

  .tw .md\:hover\:border-red-50:hover{
    --tw-border-opacity: 1;
    border-color: rgba(255, 202, 200, var(--tw-border-opacity));
  }

  .tw .md\:hover\:border-red-100:hover{
    --tw-border-opacity: 1;
    border-color: rgba(255, 171, 171, var(--tw-border-opacity));
  }

  .tw .md\:hover\:border-red-200:hover{
    --tw-border-opacity: 1;
    border-color: rgba(255, 142, 142, var(--tw-border-opacity));
  }

  .tw .md\:hover\:border-red-300:hover{
    --tw-border-opacity: 1;
    border-color: rgba(247, 112, 115, var(--tw-border-opacity));
  }

  .tw .md\:hover\:border-red-400:hover{
    --tw-border-opacity: 1;
    border-color: rgba(215, 83, 89, var(--tw-border-opacity));
  }

  .tw .md\:hover\:border-red-500:hover{
    --tw-border-opacity: 1;
    border-color: rgba(182, 54, 64, var(--tw-border-opacity));
  }

  .tw .md\:hover\:border-red-600:hover{
    --tw-border-opacity: 1;
    border-color: rgba(150, 18, 41, var(--tw-border-opacity));
  }

  .tw .md\:hover\:border-red-700:hover{
    --tw-border-opacity: 1;
    border-color: rgba(119, 0, 19, var(--tw-border-opacity));
  }

  .tw .md\:hover\:border-red-800:hover{
    --tw-border-opacity: 1;
    border-color: rgba(89, 0, 0, var(--tw-border-opacity));
  }

  .tw .md\:hover\:border-red-900:hover{
    --tw-border-opacity: 1;
    border-color: rgba(65, 0, 0, var(--tw-border-opacity));
  }

  .tw .md\:hover\:border-red:hover{
    --tw-border-opacity: 1;
    border-color: rgba(211, 80, 86, var(--tw-border-opacity));
  }

  .tw .md\:hover\:border-red-brand:hover{
    --tw-border-opacity: 1;
    border-color: rgba(255, 79, 79, var(--tw-border-opacity));
  }

  .tw .md\:hover\:border-green-50:hover{
    --tw-border-opacity: 1;
    border-color: rgba(141, 255, 205, var(--tw-border-opacity));
  }

  .tw .md\:hover\:border-green-100:hover{
    --tw-border-opacity: 1;
    border-color: rgba(109, 236, 176, var(--tw-border-opacity));
  }

  .tw .md\:hover\:border-green-200:hover{
    --tw-border-opacity: 1;
    border-color: rgba(76, 206, 147, var(--tw-border-opacity));
  }

  .tw .md\:hover\:border-green-300:hover{
    --tw-border-opacity: 1;
    border-color: rgba(36, 176, 119, var(--tw-border-opacity));
  }

  .tw .md\:hover\:border-green-400:hover{
    --tw-border-opacity: 1;
    border-color: rgba(0, 147, 93, var(--tw-border-opacity));
  }

  .tw .md\:hover\:border-green-500:hover{
    --tw-border-opacity: 1;
    border-color: rgba(0, 119, 68, var(--tw-border-opacity));
  }

  .tw .md\:hover\:border-green-600:hover{
    --tw-border-opacity: 1;
    border-color: rgba(0, 91, 43, var(--tw-border-opacity));
  }

  .tw .md\:hover\:border-green-700:hover{
    --tw-border-opacity: 1;
    border-color: rgba(0, 65, 21, var(--tw-border-opacity));
  }

  .tw .md\:hover\:border-green-800:hover{
    --tw-border-opacity: 1;
    border-color: rgba(0, 43, 0, var(--tw-border-opacity));
  }

  .tw .md\:hover\:border-green-900:hover{
    --tw-border-opacity: 1;
    border-color: rgba(0, 27, 0, var(--tw-border-opacity));
  }

  .tw .md\:hover\:border-green:hover{
    --tw-border-opacity: 1;
    border-color: rgba(46, 182, 125, var(--tw-border-opacity));
  }

  .tw .md\:hover\:border-yellow-50:hover{
    --tw-border-opacity: 1;
    border-color: rgba(255, 235, 87, var(--tw-border-opacity));
  }

  .tw .md\:hover\:border-yellow-100:hover{
    --tw-border-opacity: 1;
    border-color: rgba(255, 205, 55, var(--tw-border-opacity));
  }

  .tw .md\:hover\:border-yellow-200:hover{
    --tw-border-opacity: 1;
    border-color: rgba(228, 176, 9, var(--tw-border-opacity));
  }

  .tw .md\:hover\:border-yellow-300:hover{
    --tw-border-opacity: 1;
    border-color: rgba(195, 148, 0, var(--tw-border-opacity));
  }

  .tw .md\:hover\:border-yellow-400:hover{
    --tw-border-opacity: 1;
    border-color: rgba(163, 121, 0, var(--tw-border-opacity));
  }

  .tw .md\:hover\:border-yellow-500:hover{
    --tw-border-opacity: 1;
    border-color: rgba(133, 95, 0, var(--tw-border-opacity));
  }

  .tw .md\:hover\:border-yellow-600:hover{
    --tw-border-opacity: 1;
    border-color: rgba(104, 70, 0, var(--tw-border-opacity));
  }

  .tw .md\:hover\:border-yellow-700:hover{
    --tw-border-opacity: 1;
    border-color: rgba(79, 46, 0, var(--tw-border-opacity));
  }

  .tw .md\:hover\:border-yellow-800:hover{
    --tw-border-opacity: 1;
    border-color: rgba(61, 22, 0, var(--tw-border-opacity));
  }

  .tw .md\:hover\:border-yellow-900:hover{
    --tw-border-opacity: 1;
    border-color: rgba(50, 0, 0, var(--tw-border-opacity));
  }

  .tw .md\:hover\:border-yellow:hover{
    --tw-border-opacity: 1;
    border-color: rgba(254, 199, 47, var(--tw-border-opacity));
  }

  .tw .md\:hover\:border-purple-50:hover{
    --tw-border-opacity: 1;
    border-color: rgba(255, 216, 255, var(--tw-border-opacity));
  }

  .tw .md\:hover\:border-purple-100:hover{
    --tw-border-opacity: 1;
    border-color: rgba(240, 186, 255, var(--tw-border-opacity));
  }

  .tw .md\:hover\:border-purple-200:hover{
    --tw-border-opacity: 1;
    border-color: rgba(208, 157, 255, var(--tw-border-opacity));
  }

  .tw .md\:hover\:border-purple-300:hover{
    --tw-border-opacity: 1;
    border-color: rgba(177, 128, 255, var(--tw-border-opacity));
  }

  .tw .md\:hover\:border-purple-400:hover{
    --tw-border-opacity: 1;
    border-color: rgba(146, 101, 233, var(--tw-border-opacity));
  }

  .tw .md\:hover\:border-purple-500:hover{
    --tw-border-opacity: 1;
    border-color: rgba(116, 74, 203, var(--tw-border-opacity));
  }

  .tw .md\:hover\:border-purple-600:hover{
    --tw-border-opacity: 1;
    border-color: rgba(85, 48, 173, var(--tw-border-opacity));
  }

  .tw .md\:hover\:border-purple-700:hover{
    --tw-border-opacity: 1;
    border-color: rgba(53, 22, 144, var(--tw-border-opacity));
  }

  .tw .md\:hover\:border-purple-800:hover{
    --tw-border-opacity: 1;
    border-color: rgba(9, 0, 116, var(--tw-border-opacity));
  }

  .tw .md\:hover\:border-purple-900:hover{
    --tw-border-opacity: 1;
    border-color: rgba(0, 0, 89, var(--tw-border-opacity));
  }

  .tw .md\:hover\:border-purple:hover{
    --tw-border-opacity: 1;
    border-color: rgba(168, 120, 255, var(--tw-border-opacity));
  }

  .tw .md\:hover\:border-orange-50:hover{
    --tw-border-opacity: 1;
    border-color: rgba(255, 210, 131, var(--tw-border-opacity));
  }

  .tw .md\:hover\:border-orange-100:hover{
    --tw-border-opacity: 1;
    border-color: rgba(255, 180, 103, var(--tw-border-opacity));
  }

  .tw .md\:hover\:border-orange-200:hover{
    --tw-border-opacity: 1;
    border-color: rgba(255, 151, 75, var(--tw-border-opacity));
  }

  .tw .md\:hover\:border-orange-300:hover{
    --tw-border-opacity: 1;
    border-color: rgba(240, 122, 47, var(--tw-border-opacity));
  }

  .tw .md\:hover\:border-orange-400:hover{
    --tw-border-opacity: 1;
    border-color: rgba(206, 95, 17, var(--tw-border-opacity));
  }

  .tw .md\:hover\:border-orange-500:hover{
    --tw-border-opacity: 1;
    border-color: rgba(173, 68, 0, var(--tw-border-opacity));
  }

  .tw .md\:hover\:border-orange-600:hover{
    --tw-border-opacity: 1;
    border-color: rgba(141, 40, 0, var(--tw-border-opacity));
  }

  .tw .md\:hover\:border-orange-700:hover{
    --tw-border-opacity: 1;
    border-color: rgba(111, 6, 0, var(--tw-border-opacity));
  }

  .tw .md\:hover\:border-orange-800:hover{
    --tw-border-opacity: 1;
    border-color: rgba(84, 0, 0, var(--tw-border-opacity));
  }

  .tw .md\:hover\:border-orange-900:hover{
    --tw-border-opacity: 1;
    border-color: rgba(65, 0, 0, var(--tw-border-opacity));
  }

  .tw .md\:hover\:border-orange:hover{
    --tw-border-opacity: 1;
    border-color: rgba(245, 127, 52, var(--tw-border-opacity));
  }

  .tw .md\:hover\:border-surface-brand:hover{
    --tw-border-opacity: 1;
    border-color: rgba(26, 26, 26, var(--tw-border-opacity));
  }

  .tw .md\:hover\:border-surface-lower:hover{
    --tw-border-opacity: 1;
    border-color: rgba(18, 19, 20, var(--tw-border-opacity));
  }

  .tw .md\:hover\:border-surface-base:hover{
    --tw-border-opacity: 1;
    border-color: rgba(29, 30, 31, var(--tw-border-opacity));
  }

  .tw .md\:hover\:border-surface-low:hover{
    --tw-border-opacity: 1;
    border-color: rgba(33, 33, 36, var(--tw-border-opacity));
  }

  .tw .md\:hover\:border-surface-middle:hover{
    --tw-border-opacity: 1;
    border-color: rgba(38, 38, 42, var(--tw-border-opacity));
  }

  .tw .md\:hover\:border-surface-upper:hover{
    --tw-border-opacity: 1;
    border-color: rgba(41, 41, 46, var(--tw-border-opacity));
  }

  .tw .md\:hover\:border-surface-high:hover{
    --tw-border-opacity: 1;
    border-color: rgba(52, 52, 53, var(--tw-border-opacity));
  }

  .tw .md\:hover\:border-surface-higher:hover{
    --tw-border-opacity: 1;
    border-color: rgba(74, 75, 75, var(--tw-border-opacity));
  }

  .tw .md\:hover\:border-surface-highest:hover{
    --tw-border-opacity: 1;
    border-color: rgba(97, 97, 98, var(--tw-border-opacity));
  }

  .tw .md\:hover\:border-glyph-base:hover{
    --tw-border-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity));
  }

  .tw .md\:hover\:border-glyph-light:hover{
    --tw-border-opacity: 1;
    border-color: rgba(194, 194, 194, var(--tw-border-opacity));
  }

  .tw .md\:hover\:border-glyph-lighter:hover{
    --tw-border-opacity: 1;
    border-color: rgba(150, 150, 150, var(--tw-border-opacity));
  }

  .tw .md\:hover\:border-glyph-lightest:hover{
    --tw-border-opacity: 1;
    border-color: rgba(80, 80, 80, var(--tw-border-opacity));
  }

  .tw .md\:hover\:border-link:hover{
    --tw-border-opacity: 1;
    border-color: rgba(0, 190, 255, var(--tw-border-opacity));
  }

  .tw .md\:hover\:border-info-error:hover{
    --tw-border-opacity: 1;
    border-color: rgba(235, 51, 65, var(--tw-border-opacity));
  }

  .tw .md\:hover\:border-info-danger:hover{
    --tw-border-opacity: 1;
    border-color: rgba(247, 127, 37, var(--tw-border-opacity));
  }

  .tw .md\:hover\:border-info-warn:hover{
    --tw-border-opacity: 1;
    border-color: rgba(255, 200, 47, var(--tw-border-opacity));
  }

  .tw .md\:hover\:border-info-ok:hover{
    --tw-border-opacity: 1;
    border-color: rgba(0, 151, 79, var(--tw-border-opacity));
  }

  .tw .md\:hover\:border-info-notice:hover{
    --tw-border-opacity: 1;
    border-color: rgba(1, 128, 255, var(--tw-border-opacity));
  }

  .tw .md\:hover\:border-accent-1:hover{
    --tw-border-opacity: 1;
    border-color: rgba(255, 93, 105, var(--tw-border-opacity));
  }

  .tw .md\:hover\:border-accent-2:hover{
    --tw-border-opacity: 1;
    border-color: rgba(7, 245, 175, var(--tw-border-opacity));
  }

  .tw .md\:hover\:border-accent-3:hover{
    --tw-border-opacity: 1;
    border-color: rgba(4, 211, 114, var(--tw-border-opacity));
  }

  .tw .md\:hover\:border-accent-4:hover{
    --tw-border-opacity: 1;
    border-color: rgba(132, 81, 245, var(--tw-border-opacity));
  }

  .tw .group:hover .md\:group-hover\:border-current{
    border-color: currentColor;
  }

  .tw .group:hover .md\:group-hover\:border-transparent{
    border-color: transparent;
  }

  .tw .group:hover .md\:group-hover\:border-white{
    --tw-border-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity));
  }

  .tw .group:hover .md\:group-hover\:border-black{
    --tw-border-opacity: 1;
    border-color: rgba(0, 0, 0, var(--tw-border-opacity));
  }

  .tw .group:hover .md\:group-hover\:border-gray-10{
    --tw-border-opacity: 1;
    border-color: rgba(240, 240, 240, var(--tw-border-opacity));
  }

  .tw .group:hover .md\:group-hover\:border-gray-20{
    --tw-border-opacity: 1;
    border-color: rgba(226, 226, 226, var(--tw-border-opacity));
  }

  .tw .group:hover .md\:group-hover\:border-gray-30{
    --tw-border-opacity: 1;
    border-color: rgba(211, 211, 211, var(--tw-border-opacity));
  }

  .tw .group:hover .md\:group-hover\:border-gray-40{
    --tw-border-opacity: 1;
    border-color: rgba(197, 197, 197, var(--tw-border-opacity));
  }

  .tw .group:hover .md\:group-hover\:border-gray-50{
    --tw-border-opacity: 1;
    border-color: rgba(183, 183, 183, var(--tw-border-opacity));
  }

  .tw .group:hover .md\:group-hover\:border-gray-60{
    --tw-border-opacity: 1;
    border-color: rgba(169, 169, 169, var(--tw-border-opacity));
  }

  .tw .group:hover .md\:group-hover\:border-gray-70{
    --tw-border-opacity: 1;
    border-color: rgba(156, 156, 156, var(--tw-border-opacity));
  }

  .tw .group:hover .md\:group-hover\:border-gray-80{
    --tw-border-opacity: 1;
    border-color: rgba(142, 142, 142, var(--tw-border-opacity));
  }

  .tw .group:hover .md\:group-hover\:border-gray-90{
    --tw-border-opacity: 1;
    border-color: rgba(129, 129, 129, var(--tw-border-opacity));
  }

  .tw .group:hover .md\:group-hover\:border-gray-100{
    --tw-border-opacity: 1;
    border-color: rgba(108, 109, 114, var(--tw-border-opacity));
  }

  .tw .group:hover .md\:group-hover\:border-gray-200{
    --tw-border-opacity: 1;
    border-color: rgba(96, 97, 103, var(--tw-border-opacity));
  }

  .tw .group:hover .md\:group-hover\:border-gray-300{
    --tw-border-opacity: 1;
    border-color: rgba(84, 86, 91, var(--tw-border-opacity));
  }

  .tw .group:hover .md\:group-hover\:border-gray-400{
    --tw-border-opacity: 1;
    border-color: rgba(73, 73, 80, var(--tw-border-opacity));
  }

  .tw .group:hover .md\:group-hover\:border-gray-500{
    --tw-border-opacity: 1;
    border-color: rgba(61, 61, 68, var(--tw-border-opacity));
  }

  .tw .group:hover .md\:group-hover\:border-gray-600{
    --tw-border-opacity: 1;
    border-color: rgba(53, 53, 61, var(--tw-border-opacity));
  }

  .tw .group:hover .md\:group-hover\:border-gray-700{
    --tw-border-opacity: 1;
    border-color: rgba(45, 45, 49, var(--tw-border-opacity));
  }

  .tw .group:hover .md\:group-hover\:border-gray-800{
    --tw-border-opacity: 1;
    border-color: rgba(38, 37, 42, var(--tw-border-opacity));
  }

  .tw .group:hover .md\:group-hover\:border-gray-850{
    --tw-border-opacity: 1;
    border-color: rgba(32, 32, 37, var(--tw-border-opacity));
  }

  .tw .group:hover .md\:group-hover\:border-gray-900{
    --tw-border-opacity: 1;
    border-color: rgba(27, 27, 32, var(--tw-border-opacity));
  }

  .tw .group:hover .md\:group-hover\:border-gray-950{
    --tw-border-opacity: 1;
    border-color: rgba(20, 20, 23, var(--tw-border-opacity));
  }

  .tw .group:hover .md\:group-hover\:border-brand-50{
    --tw-border-opacity: 1;
    border-color: rgba(127, 255, 255, var(--tw-border-opacity));
  }

  .tw .group:hover .md\:group-hover\:border-brand-100{
    --tw-border-opacity: 1;
    border-color: rgba(87, 226, 255, var(--tw-border-opacity));
  }

  .tw .group:hover .md\:group-hover\:border-brand-200{
    --tw-border-opacity: 1;
    border-color: rgba(32, 197, 255, var(--tw-border-opacity));
  }

  .tw .group:hover .md\:group-hover\:border-brand-300{
    --tw-border-opacity: 1;
    border-color: rgba(0, 167, 231, var(--tw-border-opacity));
  }

  .tw .group:hover .md\:group-hover\:border-brand-400{
    --tw-border-opacity: 1;
    border-color: rgba(0, 139, 201, var(--tw-border-opacity));
  }

  .tw .group:hover .md\:group-hover\:border-brand-500{
    --tw-border-opacity: 1;
    border-color: rgba(0, 112, 172, var(--tw-border-opacity));
  }

  .tw .group:hover .md\:group-hover\:border-brand-600{
    --tw-border-opacity: 1;
    border-color: rgba(0, 86, 143, var(--tw-border-opacity));
  }

  .tw .group:hover .md\:group-hover\:border-brand-700{
    --tw-border-opacity: 1;
    border-color: rgba(0, 62, 116, var(--tw-border-opacity));
  }

  .tw .group:hover .md\:group-hover\:border-brand-800{
    --tw-border-opacity: 1;
    border-color: rgba(0, 39, 89, var(--tw-border-opacity));
  }

  .tw .group:hover .md\:group-hover\:border-brand-900{
    --tw-border-opacity: 1;
    border-color: rgba(0, 18, 63, var(--tw-border-opacity));
  }

  .tw .group:hover .md\:group-hover\:border-brand{
    --tw-border-opacity: 1;
    border-color: rgba(0, 190, 255, var(--tw-border-opacity));
  }

  .tw .group:hover .md\:group-hover\:border-brand-base{
    --tw-border-opacity: 1;
    border-color: rgba(0, 190, 255, var(--tw-border-opacity));
  }

  .tw .group:hover .md\:group-hover\:border-red-50{
    --tw-border-opacity: 1;
    border-color: rgba(255, 202, 200, var(--tw-border-opacity));
  }

  .tw .group:hover .md\:group-hover\:border-red-100{
    --tw-border-opacity: 1;
    border-color: rgba(255, 171, 171, var(--tw-border-opacity));
  }

  .tw .group:hover .md\:group-hover\:border-red-200{
    --tw-border-opacity: 1;
    border-color: rgba(255, 142, 142, var(--tw-border-opacity));
  }

  .tw .group:hover .md\:group-hover\:border-red-300{
    --tw-border-opacity: 1;
    border-color: rgba(247, 112, 115, var(--tw-border-opacity));
  }

  .tw .group:hover .md\:group-hover\:border-red-400{
    --tw-border-opacity: 1;
    border-color: rgba(215, 83, 89, var(--tw-border-opacity));
  }

  .tw .group:hover .md\:group-hover\:border-red-500{
    --tw-border-opacity: 1;
    border-color: rgba(182, 54, 64, var(--tw-border-opacity));
  }

  .tw .group:hover .md\:group-hover\:border-red-600{
    --tw-border-opacity: 1;
    border-color: rgba(150, 18, 41, var(--tw-border-opacity));
  }

  .tw .group:hover .md\:group-hover\:border-red-700{
    --tw-border-opacity: 1;
    border-color: rgba(119, 0, 19, var(--tw-border-opacity));
  }

  .tw .group:hover .md\:group-hover\:border-red-800{
    --tw-border-opacity: 1;
    border-color: rgba(89, 0, 0, var(--tw-border-opacity));
  }

  .tw .group:hover .md\:group-hover\:border-red-900{
    --tw-border-opacity: 1;
    border-color: rgba(65, 0, 0, var(--tw-border-opacity));
  }

  .tw .group:hover .md\:group-hover\:border-red{
    --tw-border-opacity: 1;
    border-color: rgba(211, 80, 86, var(--tw-border-opacity));
  }

  .tw .group:hover .md\:group-hover\:border-red-brand{
    --tw-border-opacity: 1;
    border-color: rgba(255, 79, 79, var(--tw-border-opacity));
  }

  .tw .group:hover .md\:group-hover\:border-green-50{
    --tw-border-opacity: 1;
    border-color: rgba(141, 255, 205, var(--tw-border-opacity));
  }

  .tw .group:hover .md\:group-hover\:border-green-100{
    --tw-border-opacity: 1;
    border-color: rgba(109, 236, 176, var(--tw-border-opacity));
  }

  .tw .group:hover .md\:group-hover\:border-green-200{
    --tw-border-opacity: 1;
    border-color: rgba(76, 206, 147, var(--tw-border-opacity));
  }

  .tw .group:hover .md\:group-hover\:border-green-300{
    --tw-border-opacity: 1;
    border-color: rgba(36, 176, 119, var(--tw-border-opacity));
  }

  .tw .group:hover .md\:group-hover\:border-green-400{
    --tw-border-opacity: 1;
    border-color: rgba(0, 147, 93, var(--tw-border-opacity));
  }

  .tw .group:hover .md\:group-hover\:border-green-500{
    --tw-border-opacity: 1;
    border-color: rgba(0, 119, 68, var(--tw-border-opacity));
  }

  .tw .group:hover .md\:group-hover\:border-green-600{
    --tw-border-opacity: 1;
    border-color: rgba(0, 91, 43, var(--tw-border-opacity));
  }

  .tw .group:hover .md\:group-hover\:border-green-700{
    --tw-border-opacity: 1;
    border-color: rgba(0, 65, 21, var(--tw-border-opacity));
  }

  .tw .group:hover .md\:group-hover\:border-green-800{
    --tw-border-opacity: 1;
    border-color: rgba(0, 43, 0, var(--tw-border-opacity));
  }

  .tw .group:hover .md\:group-hover\:border-green-900{
    --tw-border-opacity: 1;
    border-color: rgba(0, 27, 0, var(--tw-border-opacity));
  }

  .tw .group:hover .md\:group-hover\:border-green{
    --tw-border-opacity: 1;
    border-color: rgba(46, 182, 125, var(--tw-border-opacity));
  }

  .tw .group:hover .md\:group-hover\:border-yellow-50{
    --tw-border-opacity: 1;
    border-color: rgba(255, 235, 87, var(--tw-border-opacity));
  }

  .tw .group:hover .md\:group-hover\:border-yellow-100{
    --tw-border-opacity: 1;
    border-color: rgba(255, 205, 55, var(--tw-border-opacity));
  }

  .tw .group:hover .md\:group-hover\:border-yellow-200{
    --tw-border-opacity: 1;
    border-color: rgba(228, 176, 9, var(--tw-border-opacity));
  }

  .tw .group:hover .md\:group-hover\:border-yellow-300{
    --tw-border-opacity: 1;
    border-color: rgba(195, 148, 0, var(--tw-border-opacity));
  }

  .tw .group:hover .md\:group-hover\:border-yellow-400{
    --tw-border-opacity: 1;
    border-color: rgba(163, 121, 0, var(--tw-border-opacity));
  }

  .tw .group:hover .md\:group-hover\:border-yellow-500{
    --tw-border-opacity: 1;
    border-color: rgba(133, 95, 0, var(--tw-border-opacity));
  }

  .tw .group:hover .md\:group-hover\:border-yellow-600{
    --tw-border-opacity: 1;
    border-color: rgba(104, 70, 0, var(--tw-border-opacity));
  }

  .tw .group:hover .md\:group-hover\:border-yellow-700{
    --tw-border-opacity: 1;
    border-color: rgba(79, 46, 0, var(--tw-border-opacity));
  }

  .tw .group:hover .md\:group-hover\:border-yellow-800{
    --tw-border-opacity: 1;
    border-color: rgba(61, 22, 0, var(--tw-border-opacity));
  }

  .tw .group:hover .md\:group-hover\:border-yellow-900{
    --tw-border-opacity: 1;
    border-color: rgba(50, 0, 0, var(--tw-border-opacity));
  }

  .tw .group:hover .md\:group-hover\:border-yellow{
    --tw-border-opacity: 1;
    border-color: rgba(254, 199, 47, var(--tw-border-opacity));
  }

  .tw .group:hover .md\:group-hover\:border-purple-50{
    --tw-border-opacity: 1;
    border-color: rgba(255, 216, 255, var(--tw-border-opacity));
  }

  .tw .group:hover .md\:group-hover\:border-purple-100{
    --tw-border-opacity: 1;
    border-color: rgba(240, 186, 255, var(--tw-border-opacity));
  }

  .tw .group:hover .md\:group-hover\:border-purple-200{
    --tw-border-opacity: 1;
    border-color: rgba(208, 157, 255, var(--tw-border-opacity));
  }

  .tw .group:hover .md\:group-hover\:border-purple-300{
    --tw-border-opacity: 1;
    border-color: rgba(177, 128, 255, var(--tw-border-opacity));
  }

  .tw .group:hover .md\:group-hover\:border-purple-400{
    --tw-border-opacity: 1;
    border-color: rgba(146, 101, 233, var(--tw-border-opacity));
  }

  .tw .group:hover .md\:group-hover\:border-purple-500{
    --tw-border-opacity: 1;
    border-color: rgba(116, 74, 203, var(--tw-border-opacity));
  }

  .tw .group:hover .md\:group-hover\:border-purple-600{
    --tw-border-opacity: 1;
    border-color: rgba(85, 48, 173, var(--tw-border-opacity));
  }

  .tw .group:hover .md\:group-hover\:border-purple-700{
    --tw-border-opacity: 1;
    border-color: rgba(53, 22, 144, var(--tw-border-opacity));
  }

  .tw .group:hover .md\:group-hover\:border-purple-800{
    --tw-border-opacity: 1;
    border-color: rgba(9, 0, 116, var(--tw-border-opacity));
  }

  .tw .group:hover .md\:group-hover\:border-purple-900{
    --tw-border-opacity: 1;
    border-color: rgba(0, 0, 89, var(--tw-border-opacity));
  }

  .tw .group:hover .md\:group-hover\:border-purple{
    --tw-border-opacity: 1;
    border-color: rgba(168, 120, 255, var(--tw-border-opacity));
  }

  .tw .group:hover .md\:group-hover\:border-orange-50{
    --tw-border-opacity: 1;
    border-color: rgba(255, 210, 131, var(--tw-border-opacity));
  }

  .tw .group:hover .md\:group-hover\:border-orange-100{
    --tw-border-opacity: 1;
    border-color: rgba(255, 180, 103, var(--tw-border-opacity));
  }

  .tw .group:hover .md\:group-hover\:border-orange-200{
    --tw-border-opacity: 1;
    border-color: rgba(255, 151, 75, var(--tw-border-opacity));
  }

  .tw .group:hover .md\:group-hover\:border-orange-300{
    --tw-border-opacity: 1;
    border-color: rgba(240, 122, 47, var(--tw-border-opacity));
  }

  .tw .group:hover .md\:group-hover\:border-orange-400{
    --tw-border-opacity: 1;
    border-color: rgba(206, 95, 17, var(--tw-border-opacity));
  }

  .tw .group:hover .md\:group-hover\:border-orange-500{
    --tw-border-opacity: 1;
    border-color: rgba(173, 68, 0, var(--tw-border-opacity));
  }

  .tw .group:hover .md\:group-hover\:border-orange-600{
    --tw-border-opacity: 1;
    border-color: rgba(141, 40, 0, var(--tw-border-opacity));
  }

  .tw .group:hover .md\:group-hover\:border-orange-700{
    --tw-border-opacity: 1;
    border-color: rgba(111, 6, 0, var(--tw-border-opacity));
  }

  .tw .group:hover .md\:group-hover\:border-orange-800{
    --tw-border-opacity: 1;
    border-color: rgba(84, 0, 0, var(--tw-border-opacity));
  }

  .tw .group:hover .md\:group-hover\:border-orange-900{
    --tw-border-opacity: 1;
    border-color: rgba(65, 0, 0, var(--tw-border-opacity));
  }

  .tw .group:hover .md\:group-hover\:border-orange{
    --tw-border-opacity: 1;
    border-color: rgba(245, 127, 52, var(--tw-border-opacity));
  }

  .tw .group:hover .md\:group-hover\:border-surface-brand{
    --tw-border-opacity: 1;
    border-color: rgba(26, 26, 26, var(--tw-border-opacity));
  }

  .tw .group:hover .md\:group-hover\:border-surface-lower{
    --tw-border-opacity: 1;
    border-color: rgba(18, 19, 20, var(--tw-border-opacity));
  }

  .tw .group:hover .md\:group-hover\:border-surface-base{
    --tw-border-opacity: 1;
    border-color: rgba(29, 30, 31, var(--tw-border-opacity));
  }

  .tw .group:hover .md\:group-hover\:border-surface-low{
    --tw-border-opacity: 1;
    border-color: rgba(33, 33, 36, var(--tw-border-opacity));
  }

  .tw .group:hover .md\:group-hover\:border-surface-middle{
    --tw-border-opacity: 1;
    border-color: rgba(38, 38, 42, var(--tw-border-opacity));
  }

  .tw .group:hover .md\:group-hover\:border-surface-upper{
    --tw-border-opacity: 1;
    border-color: rgba(41, 41, 46, var(--tw-border-opacity));
  }

  .tw .group:hover .md\:group-hover\:border-surface-high{
    --tw-border-opacity: 1;
    border-color: rgba(52, 52, 53, var(--tw-border-opacity));
  }

  .tw .group:hover .md\:group-hover\:border-surface-higher{
    --tw-border-opacity: 1;
    border-color: rgba(74, 75, 75, var(--tw-border-opacity));
  }

  .tw .group:hover .md\:group-hover\:border-surface-highest{
    --tw-border-opacity: 1;
    border-color: rgba(97, 97, 98, var(--tw-border-opacity));
  }

  .tw .group:hover .md\:group-hover\:border-glyph-base{
    --tw-border-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity));
  }

  .tw .group:hover .md\:group-hover\:border-glyph-light{
    --tw-border-opacity: 1;
    border-color: rgba(194, 194, 194, var(--tw-border-opacity));
  }

  .tw .group:hover .md\:group-hover\:border-glyph-lighter{
    --tw-border-opacity: 1;
    border-color: rgba(150, 150, 150, var(--tw-border-opacity));
  }

  .tw .group:hover .md\:group-hover\:border-glyph-lightest{
    --tw-border-opacity: 1;
    border-color: rgba(80, 80, 80, var(--tw-border-opacity));
  }

  .tw .group:hover .md\:group-hover\:border-link{
    --tw-border-opacity: 1;
    border-color: rgba(0, 190, 255, var(--tw-border-opacity));
  }

  .tw .group:hover .md\:group-hover\:border-info-error{
    --tw-border-opacity: 1;
    border-color: rgba(235, 51, 65, var(--tw-border-opacity));
  }

  .tw .group:hover .md\:group-hover\:border-info-danger{
    --tw-border-opacity: 1;
    border-color: rgba(247, 127, 37, var(--tw-border-opacity));
  }

  .tw .group:hover .md\:group-hover\:border-info-warn{
    --tw-border-opacity: 1;
    border-color: rgba(255, 200, 47, var(--tw-border-opacity));
  }

  .tw .group:hover .md\:group-hover\:border-info-ok{
    --tw-border-opacity: 1;
    border-color: rgba(0, 151, 79, var(--tw-border-opacity));
  }

  .tw .group:hover .md\:group-hover\:border-info-notice{
    --tw-border-opacity: 1;
    border-color: rgba(1, 128, 255, var(--tw-border-opacity));
  }

  .tw .group:hover .md\:group-hover\:border-accent-1{
    --tw-border-opacity: 1;
    border-color: rgba(255, 93, 105, var(--tw-border-opacity));
  }

  .tw .group:hover .md\:group-hover\:border-accent-2{
    --tw-border-opacity: 1;
    border-color: rgba(7, 245, 175, var(--tw-border-opacity));
  }

  .tw .group:hover .md\:group-hover\:border-accent-3{
    --tw-border-opacity: 1;
    border-color: rgba(4, 211, 114, var(--tw-border-opacity));
  }

  .tw .group:hover .md\:group-hover\:border-accent-4{
    --tw-border-opacity: 1;
    border-color: rgba(132, 81, 245, var(--tw-border-opacity));
  }

  .tw .md\:focus\:border-current:focus{
    border-color: currentColor;
  }

  .tw .md\:focus\:border-transparent:focus{
    border-color: transparent;
  }

  .tw .md\:focus\:border-white:focus{
    --tw-border-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity));
  }

  .tw .md\:focus\:border-black:focus{
    --tw-border-opacity: 1;
    border-color: rgba(0, 0, 0, var(--tw-border-opacity));
  }

  .tw .md\:focus\:border-gray-10:focus{
    --tw-border-opacity: 1;
    border-color: rgba(240, 240, 240, var(--tw-border-opacity));
  }

  .tw .md\:focus\:border-gray-20:focus{
    --tw-border-opacity: 1;
    border-color: rgba(226, 226, 226, var(--tw-border-opacity));
  }

  .tw .md\:focus\:border-gray-30:focus{
    --tw-border-opacity: 1;
    border-color: rgba(211, 211, 211, var(--tw-border-opacity));
  }

  .tw .md\:focus\:border-gray-40:focus{
    --tw-border-opacity: 1;
    border-color: rgba(197, 197, 197, var(--tw-border-opacity));
  }

  .tw .md\:focus\:border-gray-50:focus{
    --tw-border-opacity: 1;
    border-color: rgba(183, 183, 183, var(--tw-border-opacity));
  }

  .tw .md\:focus\:border-gray-60:focus{
    --tw-border-opacity: 1;
    border-color: rgba(169, 169, 169, var(--tw-border-opacity));
  }

  .tw .md\:focus\:border-gray-70:focus{
    --tw-border-opacity: 1;
    border-color: rgba(156, 156, 156, var(--tw-border-opacity));
  }

  .tw .md\:focus\:border-gray-80:focus{
    --tw-border-opacity: 1;
    border-color: rgba(142, 142, 142, var(--tw-border-opacity));
  }

  .tw .md\:focus\:border-gray-90:focus{
    --tw-border-opacity: 1;
    border-color: rgba(129, 129, 129, var(--tw-border-opacity));
  }

  .tw .md\:focus\:border-gray-100:focus{
    --tw-border-opacity: 1;
    border-color: rgba(108, 109, 114, var(--tw-border-opacity));
  }

  .tw .md\:focus\:border-gray-200:focus{
    --tw-border-opacity: 1;
    border-color: rgba(96, 97, 103, var(--tw-border-opacity));
  }

  .tw .md\:focus\:border-gray-300:focus{
    --tw-border-opacity: 1;
    border-color: rgba(84, 86, 91, var(--tw-border-opacity));
  }

  .tw .md\:focus\:border-gray-400:focus{
    --tw-border-opacity: 1;
    border-color: rgba(73, 73, 80, var(--tw-border-opacity));
  }

  .tw .md\:focus\:border-gray-500:focus{
    --tw-border-opacity: 1;
    border-color: rgba(61, 61, 68, var(--tw-border-opacity));
  }

  .tw .md\:focus\:border-gray-600:focus{
    --tw-border-opacity: 1;
    border-color: rgba(53, 53, 61, var(--tw-border-opacity));
  }

  .tw .md\:focus\:border-gray-700:focus{
    --tw-border-opacity: 1;
    border-color: rgba(45, 45, 49, var(--tw-border-opacity));
  }

  .tw .md\:focus\:border-gray-800:focus{
    --tw-border-opacity: 1;
    border-color: rgba(38, 37, 42, var(--tw-border-opacity));
  }

  .tw .md\:focus\:border-gray-850:focus{
    --tw-border-opacity: 1;
    border-color: rgba(32, 32, 37, var(--tw-border-opacity));
  }

  .tw .md\:focus\:border-gray-900:focus{
    --tw-border-opacity: 1;
    border-color: rgba(27, 27, 32, var(--tw-border-opacity));
  }

  .tw .md\:focus\:border-gray-950:focus{
    --tw-border-opacity: 1;
    border-color: rgba(20, 20, 23, var(--tw-border-opacity));
  }

  .tw .md\:focus\:border-brand-50:focus{
    --tw-border-opacity: 1;
    border-color: rgba(127, 255, 255, var(--tw-border-opacity));
  }

  .tw .md\:focus\:border-brand-100:focus{
    --tw-border-opacity: 1;
    border-color: rgba(87, 226, 255, var(--tw-border-opacity));
  }

  .tw .md\:focus\:border-brand-200:focus{
    --tw-border-opacity: 1;
    border-color: rgba(32, 197, 255, var(--tw-border-opacity));
  }

  .tw .md\:focus\:border-brand-300:focus{
    --tw-border-opacity: 1;
    border-color: rgba(0, 167, 231, var(--tw-border-opacity));
  }

  .tw .md\:focus\:border-brand-400:focus{
    --tw-border-opacity: 1;
    border-color: rgba(0, 139, 201, var(--tw-border-opacity));
  }

  .tw .md\:focus\:border-brand-500:focus{
    --tw-border-opacity: 1;
    border-color: rgba(0, 112, 172, var(--tw-border-opacity));
  }

  .tw .md\:focus\:border-brand-600:focus{
    --tw-border-opacity: 1;
    border-color: rgba(0, 86, 143, var(--tw-border-opacity));
  }

  .tw .md\:focus\:border-brand-700:focus{
    --tw-border-opacity: 1;
    border-color: rgba(0, 62, 116, var(--tw-border-opacity));
  }

  .tw .md\:focus\:border-brand-800:focus{
    --tw-border-opacity: 1;
    border-color: rgba(0, 39, 89, var(--tw-border-opacity));
  }

  .tw .md\:focus\:border-brand-900:focus{
    --tw-border-opacity: 1;
    border-color: rgba(0, 18, 63, var(--tw-border-opacity));
  }

  .tw .md\:focus\:border-brand:focus{
    --tw-border-opacity: 1;
    border-color: rgba(0, 190, 255, var(--tw-border-opacity));
  }

  .tw .md\:focus\:border-brand-base:focus{
    --tw-border-opacity: 1;
    border-color: rgba(0, 190, 255, var(--tw-border-opacity));
  }

  .tw .md\:focus\:border-red-50:focus{
    --tw-border-opacity: 1;
    border-color: rgba(255, 202, 200, var(--tw-border-opacity));
  }

  .tw .md\:focus\:border-red-100:focus{
    --tw-border-opacity: 1;
    border-color: rgba(255, 171, 171, var(--tw-border-opacity));
  }

  .tw .md\:focus\:border-red-200:focus{
    --tw-border-opacity: 1;
    border-color: rgba(255, 142, 142, var(--tw-border-opacity));
  }

  .tw .md\:focus\:border-red-300:focus{
    --tw-border-opacity: 1;
    border-color: rgba(247, 112, 115, var(--tw-border-opacity));
  }

  .tw .md\:focus\:border-red-400:focus{
    --tw-border-opacity: 1;
    border-color: rgba(215, 83, 89, var(--tw-border-opacity));
  }

  .tw .md\:focus\:border-red-500:focus{
    --tw-border-opacity: 1;
    border-color: rgba(182, 54, 64, var(--tw-border-opacity));
  }

  .tw .md\:focus\:border-red-600:focus{
    --tw-border-opacity: 1;
    border-color: rgba(150, 18, 41, var(--tw-border-opacity));
  }

  .tw .md\:focus\:border-red-700:focus{
    --tw-border-opacity: 1;
    border-color: rgba(119, 0, 19, var(--tw-border-opacity));
  }

  .tw .md\:focus\:border-red-800:focus{
    --tw-border-opacity: 1;
    border-color: rgba(89, 0, 0, var(--tw-border-opacity));
  }

  .tw .md\:focus\:border-red-900:focus{
    --tw-border-opacity: 1;
    border-color: rgba(65, 0, 0, var(--tw-border-opacity));
  }

  .tw .md\:focus\:border-red:focus{
    --tw-border-opacity: 1;
    border-color: rgba(211, 80, 86, var(--tw-border-opacity));
  }

  .tw .md\:focus\:border-red-brand:focus{
    --tw-border-opacity: 1;
    border-color: rgba(255, 79, 79, var(--tw-border-opacity));
  }

  .tw .md\:focus\:border-green-50:focus{
    --tw-border-opacity: 1;
    border-color: rgba(141, 255, 205, var(--tw-border-opacity));
  }

  .tw .md\:focus\:border-green-100:focus{
    --tw-border-opacity: 1;
    border-color: rgba(109, 236, 176, var(--tw-border-opacity));
  }

  .tw .md\:focus\:border-green-200:focus{
    --tw-border-opacity: 1;
    border-color: rgba(76, 206, 147, var(--tw-border-opacity));
  }

  .tw .md\:focus\:border-green-300:focus{
    --tw-border-opacity: 1;
    border-color: rgba(36, 176, 119, var(--tw-border-opacity));
  }

  .tw .md\:focus\:border-green-400:focus{
    --tw-border-opacity: 1;
    border-color: rgba(0, 147, 93, var(--tw-border-opacity));
  }

  .tw .md\:focus\:border-green-500:focus{
    --tw-border-opacity: 1;
    border-color: rgba(0, 119, 68, var(--tw-border-opacity));
  }

  .tw .md\:focus\:border-green-600:focus{
    --tw-border-opacity: 1;
    border-color: rgba(0, 91, 43, var(--tw-border-opacity));
  }

  .tw .md\:focus\:border-green-700:focus{
    --tw-border-opacity: 1;
    border-color: rgba(0, 65, 21, var(--tw-border-opacity));
  }

  .tw .md\:focus\:border-green-800:focus{
    --tw-border-opacity: 1;
    border-color: rgba(0, 43, 0, var(--tw-border-opacity));
  }

  .tw .md\:focus\:border-green-900:focus{
    --tw-border-opacity: 1;
    border-color: rgba(0, 27, 0, var(--tw-border-opacity));
  }

  .tw .md\:focus\:border-green:focus{
    --tw-border-opacity: 1;
    border-color: rgba(46, 182, 125, var(--tw-border-opacity));
  }

  .tw .md\:focus\:border-yellow-50:focus{
    --tw-border-opacity: 1;
    border-color: rgba(255, 235, 87, var(--tw-border-opacity));
  }

  .tw .md\:focus\:border-yellow-100:focus{
    --tw-border-opacity: 1;
    border-color: rgba(255, 205, 55, var(--tw-border-opacity));
  }

  .tw .md\:focus\:border-yellow-200:focus{
    --tw-border-opacity: 1;
    border-color: rgba(228, 176, 9, var(--tw-border-opacity));
  }

  .tw .md\:focus\:border-yellow-300:focus{
    --tw-border-opacity: 1;
    border-color: rgba(195, 148, 0, var(--tw-border-opacity));
  }

  .tw .md\:focus\:border-yellow-400:focus{
    --tw-border-opacity: 1;
    border-color: rgba(163, 121, 0, var(--tw-border-opacity));
  }

  .tw .md\:focus\:border-yellow-500:focus{
    --tw-border-opacity: 1;
    border-color: rgba(133, 95, 0, var(--tw-border-opacity));
  }

  .tw .md\:focus\:border-yellow-600:focus{
    --tw-border-opacity: 1;
    border-color: rgba(104, 70, 0, var(--tw-border-opacity));
  }

  .tw .md\:focus\:border-yellow-700:focus{
    --tw-border-opacity: 1;
    border-color: rgba(79, 46, 0, var(--tw-border-opacity));
  }

  .tw .md\:focus\:border-yellow-800:focus{
    --tw-border-opacity: 1;
    border-color: rgba(61, 22, 0, var(--tw-border-opacity));
  }

  .tw .md\:focus\:border-yellow-900:focus{
    --tw-border-opacity: 1;
    border-color: rgba(50, 0, 0, var(--tw-border-opacity));
  }

  .tw .md\:focus\:border-yellow:focus{
    --tw-border-opacity: 1;
    border-color: rgba(254, 199, 47, var(--tw-border-opacity));
  }

  .tw .md\:focus\:border-purple-50:focus{
    --tw-border-opacity: 1;
    border-color: rgba(255, 216, 255, var(--tw-border-opacity));
  }

  .tw .md\:focus\:border-purple-100:focus{
    --tw-border-opacity: 1;
    border-color: rgba(240, 186, 255, var(--tw-border-opacity));
  }

  .tw .md\:focus\:border-purple-200:focus{
    --tw-border-opacity: 1;
    border-color: rgba(208, 157, 255, var(--tw-border-opacity));
  }

  .tw .md\:focus\:border-purple-300:focus{
    --tw-border-opacity: 1;
    border-color: rgba(177, 128, 255, var(--tw-border-opacity));
  }

  .tw .md\:focus\:border-purple-400:focus{
    --tw-border-opacity: 1;
    border-color: rgba(146, 101, 233, var(--tw-border-opacity));
  }

  .tw .md\:focus\:border-purple-500:focus{
    --tw-border-opacity: 1;
    border-color: rgba(116, 74, 203, var(--tw-border-opacity));
  }

  .tw .md\:focus\:border-purple-600:focus{
    --tw-border-opacity: 1;
    border-color: rgba(85, 48, 173, var(--tw-border-opacity));
  }

  .tw .md\:focus\:border-purple-700:focus{
    --tw-border-opacity: 1;
    border-color: rgba(53, 22, 144, var(--tw-border-opacity));
  }

  .tw .md\:focus\:border-purple-800:focus{
    --tw-border-opacity: 1;
    border-color: rgba(9, 0, 116, var(--tw-border-opacity));
  }

  .tw .md\:focus\:border-purple-900:focus{
    --tw-border-opacity: 1;
    border-color: rgba(0, 0, 89, var(--tw-border-opacity));
  }

  .tw .md\:focus\:border-purple:focus{
    --tw-border-opacity: 1;
    border-color: rgba(168, 120, 255, var(--tw-border-opacity));
  }

  .tw .md\:focus\:border-orange-50:focus{
    --tw-border-opacity: 1;
    border-color: rgba(255, 210, 131, var(--tw-border-opacity));
  }

  .tw .md\:focus\:border-orange-100:focus{
    --tw-border-opacity: 1;
    border-color: rgba(255, 180, 103, var(--tw-border-opacity));
  }

  .tw .md\:focus\:border-orange-200:focus{
    --tw-border-opacity: 1;
    border-color: rgba(255, 151, 75, var(--tw-border-opacity));
  }

  .tw .md\:focus\:border-orange-300:focus{
    --tw-border-opacity: 1;
    border-color: rgba(240, 122, 47, var(--tw-border-opacity));
  }

  .tw .md\:focus\:border-orange-400:focus{
    --tw-border-opacity: 1;
    border-color: rgba(206, 95, 17, var(--tw-border-opacity));
  }

  .tw .md\:focus\:border-orange-500:focus{
    --tw-border-opacity: 1;
    border-color: rgba(173, 68, 0, var(--tw-border-opacity));
  }

  .tw .md\:focus\:border-orange-600:focus{
    --tw-border-opacity: 1;
    border-color: rgba(141, 40, 0, var(--tw-border-opacity));
  }

  .tw .md\:focus\:border-orange-700:focus{
    --tw-border-opacity: 1;
    border-color: rgba(111, 6, 0, var(--tw-border-opacity));
  }

  .tw .md\:focus\:border-orange-800:focus{
    --tw-border-opacity: 1;
    border-color: rgba(84, 0, 0, var(--tw-border-opacity));
  }

  .tw .md\:focus\:border-orange-900:focus{
    --tw-border-opacity: 1;
    border-color: rgba(65, 0, 0, var(--tw-border-opacity));
  }

  .tw .md\:focus\:border-orange:focus{
    --tw-border-opacity: 1;
    border-color: rgba(245, 127, 52, var(--tw-border-opacity));
  }

  .tw .md\:focus\:border-surface-brand:focus{
    --tw-border-opacity: 1;
    border-color: rgba(26, 26, 26, var(--tw-border-opacity));
  }

  .tw .md\:focus\:border-surface-lower:focus{
    --tw-border-opacity: 1;
    border-color: rgba(18, 19, 20, var(--tw-border-opacity));
  }

  .tw .md\:focus\:border-surface-base:focus{
    --tw-border-opacity: 1;
    border-color: rgba(29, 30, 31, var(--tw-border-opacity));
  }

  .tw .md\:focus\:border-surface-low:focus{
    --tw-border-opacity: 1;
    border-color: rgba(33, 33, 36, var(--tw-border-opacity));
  }

  .tw .md\:focus\:border-surface-middle:focus{
    --tw-border-opacity: 1;
    border-color: rgba(38, 38, 42, var(--tw-border-opacity));
  }

  .tw .md\:focus\:border-surface-upper:focus{
    --tw-border-opacity: 1;
    border-color: rgba(41, 41, 46, var(--tw-border-opacity));
  }

  .tw .md\:focus\:border-surface-high:focus{
    --tw-border-opacity: 1;
    border-color: rgba(52, 52, 53, var(--tw-border-opacity));
  }

  .tw .md\:focus\:border-surface-higher:focus{
    --tw-border-opacity: 1;
    border-color: rgba(74, 75, 75, var(--tw-border-opacity));
  }

  .tw .md\:focus\:border-surface-highest:focus{
    --tw-border-opacity: 1;
    border-color: rgba(97, 97, 98, var(--tw-border-opacity));
  }

  .tw .md\:focus\:border-glyph-base:focus{
    --tw-border-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity));
  }

  .tw .md\:focus\:border-glyph-light:focus{
    --tw-border-opacity: 1;
    border-color: rgba(194, 194, 194, var(--tw-border-opacity));
  }

  .tw .md\:focus\:border-glyph-lighter:focus{
    --tw-border-opacity: 1;
    border-color: rgba(150, 150, 150, var(--tw-border-opacity));
  }

  .tw .md\:focus\:border-glyph-lightest:focus{
    --tw-border-opacity: 1;
    border-color: rgba(80, 80, 80, var(--tw-border-opacity));
  }

  .tw .md\:focus\:border-link:focus{
    --tw-border-opacity: 1;
    border-color: rgba(0, 190, 255, var(--tw-border-opacity));
  }

  .tw .md\:focus\:border-info-error:focus{
    --tw-border-opacity: 1;
    border-color: rgba(235, 51, 65, var(--tw-border-opacity));
  }

  .tw .md\:focus\:border-info-danger:focus{
    --tw-border-opacity: 1;
    border-color: rgba(247, 127, 37, var(--tw-border-opacity));
  }

  .tw .md\:focus\:border-info-warn:focus{
    --tw-border-opacity: 1;
    border-color: rgba(255, 200, 47, var(--tw-border-opacity));
  }

  .tw .md\:focus\:border-info-ok:focus{
    --tw-border-opacity: 1;
    border-color: rgba(0, 151, 79, var(--tw-border-opacity));
  }

  .tw .md\:focus\:border-info-notice:focus{
    --tw-border-opacity: 1;
    border-color: rgba(1, 128, 255, var(--tw-border-opacity));
  }

  .tw .md\:focus\:border-accent-1:focus{
    --tw-border-opacity: 1;
    border-color: rgba(255, 93, 105, var(--tw-border-opacity));
  }

  .tw .md\:focus\:border-accent-2:focus{
    --tw-border-opacity: 1;
    border-color: rgba(7, 245, 175, var(--tw-border-opacity));
  }

  .tw .md\:focus\:border-accent-3:focus{
    --tw-border-opacity: 1;
    border-color: rgba(4, 211, 114, var(--tw-border-opacity));
  }

  .tw .md\:focus\:border-accent-4:focus{
    --tw-border-opacity: 1;
    border-color: rgba(132, 81, 245, var(--tw-border-opacity));
  }

  .tw .md\:checked\:border-current:checked{
    border-color: currentColor;
  }

  .tw .md\:checked\:border-transparent:checked{
    border-color: transparent;
  }

  .tw .md\:checked\:border-white:checked{
    --tw-border-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity));
  }

  .tw .md\:checked\:border-black:checked{
    --tw-border-opacity: 1;
    border-color: rgba(0, 0, 0, var(--tw-border-opacity));
  }

  .tw .md\:checked\:border-gray-10:checked{
    --tw-border-opacity: 1;
    border-color: rgba(240, 240, 240, var(--tw-border-opacity));
  }

  .tw .md\:checked\:border-gray-20:checked{
    --tw-border-opacity: 1;
    border-color: rgba(226, 226, 226, var(--tw-border-opacity));
  }

  .tw .md\:checked\:border-gray-30:checked{
    --tw-border-opacity: 1;
    border-color: rgba(211, 211, 211, var(--tw-border-opacity));
  }

  .tw .md\:checked\:border-gray-40:checked{
    --tw-border-opacity: 1;
    border-color: rgba(197, 197, 197, var(--tw-border-opacity));
  }

  .tw .md\:checked\:border-gray-50:checked{
    --tw-border-opacity: 1;
    border-color: rgba(183, 183, 183, var(--tw-border-opacity));
  }

  .tw .md\:checked\:border-gray-60:checked{
    --tw-border-opacity: 1;
    border-color: rgba(169, 169, 169, var(--tw-border-opacity));
  }

  .tw .md\:checked\:border-gray-70:checked{
    --tw-border-opacity: 1;
    border-color: rgba(156, 156, 156, var(--tw-border-opacity));
  }

  .tw .md\:checked\:border-gray-80:checked{
    --tw-border-opacity: 1;
    border-color: rgba(142, 142, 142, var(--tw-border-opacity));
  }

  .tw .md\:checked\:border-gray-90:checked{
    --tw-border-opacity: 1;
    border-color: rgba(129, 129, 129, var(--tw-border-opacity));
  }

  .tw .md\:checked\:border-gray-100:checked{
    --tw-border-opacity: 1;
    border-color: rgba(108, 109, 114, var(--tw-border-opacity));
  }

  .tw .md\:checked\:border-gray-200:checked{
    --tw-border-opacity: 1;
    border-color: rgba(96, 97, 103, var(--tw-border-opacity));
  }

  .tw .md\:checked\:border-gray-300:checked{
    --tw-border-opacity: 1;
    border-color: rgba(84, 86, 91, var(--tw-border-opacity));
  }

  .tw .md\:checked\:border-gray-400:checked{
    --tw-border-opacity: 1;
    border-color: rgba(73, 73, 80, var(--tw-border-opacity));
  }

  .tw .md\:checked\:border-gray-500:checked{
    --tw-border-opacity: 1;
    border-color: rgba(61, 61, 68, var(--tw-border-opacity));
  }

  .tw .md\:checked\:border-gray-600:checked{
    --tw-border-opacity: 1;
    border-color: rgba(53, 53, 61, var(--tw-border-opacity));
  }

  .tw .md\:checked\:border-gray-700:checked{
    --tw-border-opacity: 1;
    border-color: rgba(45, 45, 49, var(--tw-border-opacity));
  }

  .tw .md\:checked\:border-gray-800:checked{
    --tw-border-opacity: 1;
    border-color: rgba(38, 37, 42, var(--tw-border-opacity));
  }

  .tw .md\:checked\:border-gray-850:checked{
    --tw-border-opacity: 1;
    border-color: rgba(32, 32, 37, var(--tw-border-opacity));
  }

  .tw .md\:checked\:border-gray-900:checked{
    --tw-border-opacity: 1;
    border-color: rgba(27, 27, 32, var(--tw-border-opacity));
  }

  .tw .md\:checked\:border-gray-950:checked{
    --tw-border-opacity: 1;
    border-color: rgba(20, 20, 23, var(--tw-border-opacity));
  }

  .tw .md\:checked\:border-brand-50:checked{
    --tw-border-opacity: 1;
    border-color: rgba(127, 255, 255, var(--tw-border-opacity));
  }

  .tw .md\:checked\:border-brand-100:checked{
    --tw-border-opacity: 1;
    border-color: rgba(87, 226, 255, var(--tw-border-opacity));
  }

  .tw .md\:checked\:border-brand-200:checked{
    --tw-border-opacity: 1;
    border-color: rgba(32, 197, 255, var(--tw-border-opacity));
  }

  .tw .md\:checked\:border-brand-300:checked{
    --tw-border-opacity: 1;
    border-color: rgba(0, 167, 231, var(--tw-border-opacity));
  }

  .tw .md\:checked\:border-brand-400:checked{
    --tw-border-opacity: 1;
    border-color: rgba(0, 139, 201, var(--tw-border-opacity));
  }

  .tw .md\:checked\:border-brand-500:checked{
    --tw-border-opacity: 1;
    border-color: rgba(0, 112, 172, var(--tw-border-opacity));
  }

  .tw .md\:checked\:border-brand-600:checked{
    --tw-border-opacity: 1;
    border-color: rgba(0, 86, 143, var(--tw-border-opacity));
  }

  .tw .md\:checked\:border-brand-700:checked{
    --tw-border-opacity: 1;
    border-color: rgba(0, 62, 116, var(--tw-border-opacity));
  }

  .tw .md\:checked\:border-brand-800:checked{
    --tw-border-opacity: 1;
    border-color: rgba(0, 39, 89, var(--tw-border-opacity));
  }

  .tw .md\:checked\:border-brand-900:checked{
    --tw-border-opacity: 1;
    border-color: rgba(0, 18, 63, var(--tw-border-opacity));
  }

  .tw .md\:checked\:border-brand:checked{
    --tw-border-opacity: 1;
    border-color: rgba(0, 190, 255, var(--tw-border-opacity));
  }

  .tw .md\:checked\:border-brand-base:checked{
    --tw-border-opacity: 1;
    border-color: rgba(0, 190, 255, var(--tw-border-opacity));
  }

  .tw .md\:checked\:border-red-50:checked{
    --tw-border-opacity: 1;
    border-color: rgba(255, 202, 200, var(--tw-border-opacity));
  }

  .tw .md\:checked\:border-red-100:checked{
    --tw-border-opacity: 1;
    border-color: rgba(255, 171, 171, var(--tw-border-opacity));
  }

  .tw .md\:checked\:border-red-200:checked{
    --tw-border-opacity: 1;
    border-color: rgba(255, 142, 142, var(--tw-border-opacity));
  }

  .tw .md\:checked\:border-red-300:checked{
    --tw-border-opacity: 1;
    border-color: rgba(247, 112, 115, var(--tw-border-opacity));
  }

  .tw .md\:checked\:border-red-400:checked{
    --tw-border-opacity: 1;
    border-color: rgba(215, 83, 89, var(--tw-border-opacity));
  }

  .tw .md\:checked\:border-red-500:checked{
    --tw-border-opacity: 1;
    border-color: rgba(182, 54, 64, var(--tw-border-opacity));
  }

  .tw .md\:checked\:border-red-600:checked{
    --tw-border-opacity: 1;
    border-color: rgba(150, 18, 41, var(--tw-border-opacity));
  }

  .tw .md\:checked\:border-red-700:checked{
    --tw-border-opacity: 1;
    border-color: rgba(119, 0, 19, var(--tw-border-opacity));
  }

  .tw .md\:checked\:border-red-800:checked{
    --tw-border-opacity: 1;
    border-color: rgba(89, 0, 0, var(--tw-border-opacity));
  }

  .tw .md\:checked\:border-red-900:checked{
    --tw-border-opacity: 1;
    border-color: rgba(65, 0, 0, var(--tw-border-opacity));
  }

  .tw .md\:checked\:border-red:checked{
    --tw-border-opacity: 1;
    border-color: rgba(211, 80, 86, var(--tw-border-opacity));
  }

  .tw .md\:checked\:border-red-brand:checked{
    --tw-border-opacity: 1;
    border-color: rgba(255, 79, 79, var(--tw-border-opacity));
  }

  .tw .md\:checked\:border-green-50:checked{
    --tw-border-opacity: 1;
    border-color: rgba(141, 255, 205, var(--tw-border-opacity));
  }

  .tw .md\:checked\:border-green-100:checked{
    --tw-border-opacity: 1;
    border-color: rgba(109, 236, 176, var(--tw-border-opacity));
  }

  .tw .md\:checked\:border-green-200:checked{
    --tw-border-opacity: 1;
    border-color: rgba(76, 206, 147, var(--tw-border-opacity));
  }

  .tw .md\:checked\:border-green-300:checked{
    --tw-border-opacity: 1;
    border-color: rgba(36, 176, 119, var(--tw-border-opacity));
  }

  .tw .md\:checked\:border-green-400:checked{
    --tw-border-opacity: 1;
    border-color: rgba(0, 147, 93, var(--tw-border-opacity));
  }

  .tw .md\:checked\:border-green-500:checked{
    --tw-border-opacity: 1;
    border-color: rgba(0, 119, 68, var(--tw-border-opacity));
  }

  .tw .md\:checked\:border-green-600:checked{
    --tw-border-opacity: 1;
    border-color: rgba(0, 91, 43, var(--tw-border-opacity));
  }

  .tw .md\:checked\:border-green-700:checked{
    --tw-border-opacity: 1;
    border-color: rgba(0, 65, 21, var(--tw-border-opacity));
  }

  .tw .md\:checked\:border-green-800:checked{
    --tw-border-opacity: 1;
    border-color: rgba(0, 43, 0, var(--tw-border-opacity));
  }

  .tw .md\:checked\:border-green-900:checked{
    --tw-border-opacity: 1;
    border-color: rgba(0, 27, 0, var(--tw-border-opacity));
  }

  .tw .md\:checked\:border-green:checked{
    --tw-border-opacity: 1;
    border-color: rgba(46, 182, 125, var(--tw-border-opacity));
  }

  .tw .md\:checked\:border-yellow-50:checked{
    --tw-border-opacity: 1;
    border-color: rgba(255, 235, 87, var(--tw-border-opacity));
  }

  .tw .md\:checked\:border-yellow-100:checked{
    --tw-border-opacity: 1;
    border-color: rgba(255, 205, 55, var(--tw-border-opacity));
  }

  .tw .md\:checked\:border-yellow-200:checked{
    --tw-border-opacity: 1;
    border-color: rgba(228, 176, 9, var(--tw-border-opacity));
  }

  .tw .md\:checked\:border-yellow-300:checked{
    --tw-border-opacity: 1;
    border-color: rgba(195, 148, 0, var(--tw-border-opacity));
  }

  .tw .md\:checked\:border-yellow-400:checked{
    --tw-border-opacity: 1;
    border-color: rgba(163, 121, 0, var(--tw-border-opacity));
  }

  .tw .md\:checked\:border-yellow-500:checked{
    --tw-border-opacity: 1;
    border-color: rgba(133, 95, 0, var(--tw-border-opacity));
  }

  .tw .md\:checked\:border-yellow-600:checked{
    --tw-border-opacity: 1;
    border-color: rgba(104, 70, 0, var(--tw-border-opacity));
  }

  .tw .md\:checked\:border-yellow-700:checked{
    --tw-border-opacity: 1;
    border-color: rgba(79, 46, 0, var(--tw-border-opacity));
  }

  .tw .md\:checked\:border-yellow-800:checked{
    --tw-border-opacity: 1;
    border-color: rgba(61, 22, 0, var(--tw-border-opacity));
  }

  .tw .md\:checked\:border-yellow-900:checked{
    --tw-border-opacity: 1;
    border-color: rgba(50, 0, 0, var(--tw-border-opacity));
  }

  .tw .md\:checked\:border-yellow:checked{
    --tw-border-opacity: 1;
    border-color: rgba(254, 199, 47, var(--tw-border-opacity));
  }

  .tw .md\:checked\:border-purple-50:checked{
    --tw-border-opacity: 1;
    border-color: rgba(255, 216, 255, var(--tw-border-opacity));
  }

  .tw .md\:checked\:border-purple-100:checked{
    --tw-border-opacity: 1;
    border-color: rgba(240, 186, 255, var(--tw-border-opacity));
  }

  .tw .md\:checked\:border-purple-200:checked{
    --tw-border-opacity: 1;
    border-color: rgba(208, 157, 255, var(--tw-border-opacity));
  }

  .tw .md\:checked\:border-purple-300:checked{
    --tw-border-opacity: 1;
    border-color: rgba(177, 128, 255, var(--tw-border-opacity));
  }

  .tw .md\:checked\:border-purple-400:checked{
    --tw-border-opacity: 1;
    border-color: rgba(146, 101, 233, var(--tw-border-opacity));
  }

  .tw .md\:checked\:border-purple-500:checked{
    --tw-border-opacity: 1;
    border-color: rgba(116, 74, 203, var(--tw-border-opacity));
  }

  .tw .md\:checked\:border-purple-600:checked{
    --tw-border-opacity: 1;
    border-color: rgba(85, 48, 173, var(--tw-border-opacity));
  }

  .tw .md\:checked\:border-purple-700:checked{
    --tw-border-opacity: 1;
    border-color: rgba(53, 22, 144, var(--tw-border-opacity));
  }

  .tw .md\:checked\:border-purple-800:checked{
    --tw-border-opacity: 1;
    border-color: rgba(9, 0, 116, var(--tw-border-opacity));
  }

  .tw .md\:checked\:border-purple-900:checked{
    --tw-border-opacity: 1;
    border-color: rgba(0, 0, 89, var(--tw-border-opacity));
  }

  .tw .md\:checked\:border-purple:checked{
    --tw-border-opacity: 1;
    border-color: rgba(168, 120, 255, var(--tw-border-opacity));
  }

  .tw .md\:checked\:border-orange-50:checked{
    --tw-border-opacity: 1;
    border-color: rgba(255, 210, 131, var(--tw-border-opacity));
  }

  .tw .md\:checked\:border-orange-100:checked{
    --tw-border-opacity: 1;
    border-color: rgba(255, 180, 103, var(--tw-border-opacity));
  }

  .tw .md\:checked\:border-orange-200:checked{
    --tw-border-opacity: 1;
    border-color: rgba(255, 151, 75, var(--tw-border-opacity));
  }

  .tw .md\:checked\:border-orange-300:checked{
    --tw-border-opacity: 1;
    border-color: rgba(240, 122, 47, var(--tw-border-opacity));
  }

  .tw .md\:checked\:border-orange-400:checked{
    --tw-border-opacity: 1;
    border-color: rgba(206, 95, 17, var(--tw-border-opacity));
  }

  .tw .md\:checked\:border-orange-500:checked{
    --tw-border-opacity: 1;
    border-color: rgba(173, 68, 0, var(--tw-border-opacity));
  }

  .tw .md\:checked\:border-orange-600:checked{
    --tw-border-opacity: 1;
    border-color: rgba(141, 40, 0, var(--tw-border-opacity));
  }

  .tw .md\:checked\:border-orange-700:checked{
    --tw-border-opacity: 1;
    border-color: rgba(111, 6, 0, var(--tw-border-opacity));
  }

  .tw .md\:checked\:border-orange-800:checked{
    --tw-border-opacity: 1;
    border-color: rgba(84, 0, 0, var(--tw-border-opacity));
  }

  .tw .md\:checked\:border-orange-900:checked{
    --tw-border-opacity: 1;
    border-color: rgba(65, 0, 0, var(--tw-border-opacity));
  }

  .tw .md\:checked\:border-orange:checked{
    --tw-border-opacity: 1;
    border-color: rgba(245, 127, 52, var(--tw-border-opacity));
  }

  .tw .md\:checked\:border-surface-brand:checked{
    --tw-border-opacity: 1;
    border-color: rgba(26, 26, 26, var(--tw-border-opacity));
  }

  .tw .md\:checked\:border-surface-lower:checked{
    --tw-border-opacity: 1;
    border-color: rgba(18, 19, 20, var(--tw-border-opacity));
  }

  .tw .md\:checked\:border-surface-base:checked{
    --tw-border-opacity: 1;
    border-color: rgba(29, 30, 31, var(--tw-border-opacity));
  }

  .tw .md\:checked\:border-surface-low:checked{
    --tw-border-opacity: 1;
    border-color: rgba(33, 33, 36, var(--tw-border-opacity));
  }

  .tw .md\:checked\:border-surface-middle:checked{
    --tw-border-opacity: 1;
    border-color: rgba(38, 38, 42, var(--tw-border-opacity));
  }

  .tw .md\:checked\:border-surface-upper:checked{
    --tw-border-opacity: 1;
    border-color: rgba(41, 41, 46, var(--tw-border-opacity));
  }

  .tw .md\:checked\:border-surface-high:checked{
    --tw-border-opacity: 1;
    border-color: rgba(52, 52, 53, var(--tw-border-opacity));
  }

  .tw .md\:checked\:border-surface-higher:checked{
    --tw-border-opacity: 1;
    border-color: rgba(74, 75, 75, var(--tw-border-opacity));
  }

  .tw .md\:checked\:border-surface-highest:checked{
    --tw-border-opacity: 1;
    border-color: rgba(97, 97, 98, var(--tw-border-opacity));
  }

  .tw .md\:checked\:border-glyph-base:checked{
    --tw-border-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity));
  }

  .tw .md\:checked\:border-glyph-light:checked{
    --tw-border-opacity: 1;
    border-color: rgba(194, 194, 194, var(--tw-border-opacity));
  }

  .tw .md\:checked\:border-glyph-lighter:checked{
    --tw-border-opacity: 1;
    border-color: rgba(150, 150, 150, var(--tw-border-opacity));
  }

  .tw .md\:checked\:border-glyph-lightest:checked{
    --tw-border-opacity: 1;
    border-color: rgba(80, 80, 80, var(--tw-border-opacity));
  }

  .tw .md\:checked\:border-link:checked{
    --tw-border-opacity: 1;
    border-color: rgba(0, 190, 255, var(--tw-border-opacity));
  }

  .tw .md\:checked\:border-info-error:checked{
    --tw-border-opacity: 1;
    border-color: rgba(235, 51, 65, var(--tw-border-opacity));
  }

  .tw .md\:checked\:border-info-danger:checked{
    --tw-border-opacity: 1;
    border-color: rgba(247, 127, 37, var(--tw-border-opacity));
  }

  .tw .md\:checked\:border-info-warn:checked{
    --tw-border-opacity: 1;
    border-color: rgba(255, 200, 47, var(--tw-border-opacity));
  }

  .tw .md\:checked\:border-info-ok:checked{
    --tw-border-opacity: 1;
    border-color: rgba(0, 151, 79, var(--tw-border-opacity));
  }

  .tw .md\:checked\:border-info-notice:checked{
    --tw-border-opacity: 1;
    border-color: rgba(1, 128, 255, var(--tw-border-opacity));
  }

  .tw .md\:checked\:border-accent-1:checked{
    --tw-border-opacity: 1;
    border-color: rgba(255, 93, 105, var(--tw-border-opacity));
  }

  .tw .md\:checked\:border-accent-2:checked{
    --tw-border-opacity: 1;
    border-color: rgba(7, 245, 175, var(--tw-border-opacity));
  }

  .tw .md\:checked\:border-accent-3:checked{
    --tw-border-opacity: 1;
    border-color: rgba(4, 211, 114, var(--tw-border-opacity));
  }

  .tw .md\:checked\:border-accent-4:checked{
    --tw-border-opacity: 1;
    border-color: rgba(132, 81, 245, var(--tw-border-opacity));
  }

  .tw .md\:border-opacity-0{
    --tw-border-opacity: 0;
  }

  .tw .md\:border-opacity-5{
    --tw-border-opacity: 0.05;
  }

  .tw .md\:border-opacity-10{
    --tw-border-opacity: 0.1;
  }

  .tw .md\:border-opacity-15{
    --tw-border-opacity: 0.15;
  }

  .tw .md\:border-opacity-20{
    --tw-border-opacity: 0.2;
  }

  .tw .md\:border-opacity-25{
    --tw-border-opacity: 0.25;
  }

  .tw .md\:border-opacity-30{
    --tw-border-opacity: 0.3;
  }

  .tw .md\:border-opacity-40{
    --tw-border-opacity: 0.4;
  }

  .tw .md\:border-opacity-50{
    --tw-border-opacity: 0.5;
  }

  .tw .md\:border-opacity-60{
    --tw-border-opacity: 0.6;
  }

  .tw .md\:border-opacity-70{
    --tw-border-opacity: 0.7;
  }

  .tw .md\:border-opacity-75{
    --tw-border-opacity: 0.75;
  }

  .tw .md\:border-opacity-80{
    --tw-border-opacity: 0.8;
  }

  .tw .md\:border-opacity-90{
    --tw-border-opacity: 0.9;
  }

  .tw .md\:border-opacity-95{
    --tw-border-opacity: 0.95;
  }

  .tw .md\:border-opacity-100{
    --tw-border-opacity: 1;
  }

  .tw .group:hover .md\:group-hover\:border-opacity-0{
    --tw-border-opacity: 0;
  }

  .tw .group:hover .md\:group-hover\:border-opacity-5{
    --tw-border-opacity: 0.05;
  }

  .tw .group:hover .md\:group-hover\:border-opacity-10{
    --tw-border-opacity: 0.1;
  }

  .tw .group:hover .md\:group-hover\:border-opacity-15{
    --tw-border-opacity: 0.15;
  }

  .tw .group:hover .md\:group-hover\:border-opacity-20{
    --tw-border-opacity: 0.2;
  }

  .tw .group:hover .md\:group-hover\:border-opacity-25{
    --tw-border-opacity: 0.25;
  }

  .tw .group:hover .md\:group-hover\:border-opacity-30{
    --tw-border-opacity: 0.3;
  }

  .tw .group:hover .md\:group-hover\:border-opacity-40{
    --tw-border-opacity: 0.4;
  }

  .tw .group:hover .md\:group-hover\:border-opacity-50{
    --tw-border-opacity: 0.5;
  }

  .tw .group:hover .md\:group-hover\:border-opacity-60{
    --tw-border-opacity: 0.6;
  }

  .tw .group:hover .md\:group-hover\:border-opacity-70{
    --tw-border-opacity: 0.7;
  }

  .tw .group:hover .md\:group-hover\:border-opacity-75{
    --tw-border-opacity: 0.75;
  }

  .tw .group:hover .md\:group-hover\:border-opacity-80{
    --tw-border-opacity: 0.8;
  }

  .tw .group:hover .md\:group-hover\:border-opacity-90{
    --tw-border-opacity: 0.9;
  }

  .tw .group:hover .md\:group-hover\:border-opacity-95{
    --tw-border-opacity: 0.95;
  }

  .tw .group:hover .md\:group-hover\:border-opacity-100{
    --tw-border-opacity: 1;
  }

  .tw .md\:focus-within\:border-opacity-0:focus-within{
    --tw-border-opacity: 0;
  }

  .tw .md\:focus-within\:border-opacity-5:focus-within{
    --tw-border-opacity: 0.05;
  }

  .tw .md\:focus-within\:border-opacity-10:focus-within{
    --tw-border-opacity: 0.1;
  }

  .tw .md\:focus-within\:border-opacity-15:focus-within{
    --tw-border-opacity: 0.15;
  }

  .tw .md\:focus-within\:border-opacity-20:focus-within{
    --tw-border-opacity: 0.2;
  }

  .tw .md\:focus-within\:border-opacity-25:focus-within{
    --tw-border-opacity: 0.25;
  }

  .tw .md\:focus-within\:border-opacity-30:focus-within{
    --tw-border-opacity: 0.3;
  }

  .tw .md\:focus-within\:border-opacity-40:focus-within{
    --tw-border-opacity: 0.4;
  }

  .tw .md\:focus-within\:border-opacity-50:focus-within{
    --tw-border-opacity: 0.5;
  }

  .tw .md\:focus-within\:border-opacity-60:focus-within{
    --tw-border-opacity: 0.6;
  }

  .tw .md\:focus-within\:border-opacity-70:focus-within{
    --tw-border-opacity: 0.7;
  }

  .tw .md\:focus-within\:border-opacity-75:focus-within{
    --tw-border-opacity: 0.75;
  }

  .tw .md\:focus-within\:border-opacity-80:focus-within{
    --tw-border-opacity: 0.8;
  }

  .tw .md\:focus-within\:border-opacity-90:focus-within{
    --tw-border-opacity: 0.9;
  }

  .tw .md\:focus-within\:border-opacity-95:focus-within{
    --tw-border-opacity: 0.95;
  }

  .tw .md\:focus-within\:border-opacity-100:focus-within{
    --tw-border-opacity: 1;
  }

  .tw .md\:hover\:border-opacity-0:hover{
    --tw-border-opacity: 0;
  }

  .tw .md\:hover\:border-opacity-5:hover{
    --tw-border-opacity: 0.05;
  }

  .tw .md\:hover\:border-opacity-10:hover{
    --tw-border-opacity: 0.1;
  }

  .tw .md\:hover\:border-opacity-15:hover{
    --tw-border-opacity: 0.15;
  }

  .tw .md\:hover\:border-opacity-20:hover{
    --tw-border-opacity: 0.2;
  }

  .tw .md\:hover\:border-opacity-25:hover{
    --tw-border-opacity: 0.25;
  }

  .tw .md\:hover\:border-opacity-30:hover{
    --tw-border-opacity: 0.3;
  }

  .tw .md\:hover\:border-opacity-40:hover{
    --tw-border-opacity: 0.4;
  }

  .tw .md\:hover\:border-opacity-50:hover{
    --tw-border-opacity: 0.5;
  }

  .tw .md\:hover\:border-opacity-60:hover{
    --tw-border-opacity: 0.6;
  }

  .tw .md\:hover\:border-opacity-70:hover{
    --tw-border-opacity: 0.7;
  }

  .tw .md\:hover\:border-opacity-75:hover{
    --tw-border-opacity: 0.75;
  }

  .tw .md\:hover\:border-opacity-80:hover{
    --tw-border-opacity: 0.8;
  }

  .tw .md\:hover\:border-opacity-90:hover{
    --tw-border-opacity: 0.9;
  }

  .tw .md\:hover\:border-opacity-95:hover{
    --tw-border-opacity: 0.95;
  }

  .tw .md\:hover\:border-opacity-100:hover{
    --tw-border-opacity: 1;
  }

  .tw .md\:focus\:border-opacity-0:focus{
    --tw-border-opacity: 0;
  }

  .tw .md\:focus\:border-opacity-5:focus{
    --tw-border-opacity: 0.05;
  }

  .tw .md\:focus\:border-opacity-10:focus{
    --tw-border-opacity: 0.1;
  }

  .tw .md\:focus\:border-opacity-15:focus{
    --tw-border-opacity: 0.15;
  }

  .tw .md\:focus\:border-opacity-20:focus{
    --tw-border-opacity: 0.2;
  }

  .tw .md\:focus\:border-opacity-25:focus{
    --tw-border-opacity: 0.25;
  }

  .tw .md\:focus\:border-opacity-30:focus{
    --tw-border-opacity: 0.3;
  }

  .tw .md\:focus\:border-opacity-40:focus{
    --tw-border-opacity: 0.4;
  }

  .tw .md\:focus\:border-opacity-50:focus{
    --tw-border-opacity: 0.5;
  }

  .tw .md\:focus\:border-opacity-60:focus{
    --tw-border-opacity: 0.6;
  }

  .tw .md\:focus\:border-opacity-70:focus{
    --tw-border-opacity: 0.7;
  }

  .tw .md\:focus\:border-opacity-75:focus{
    --tw-border-opacity: 0.75;
  }

  .tw .md\:focus\:border-opacity-80:focus{
    --tw-border-opacity: 0.8;
  }

  .tw .md\:focus\:border-opacity-90:focus{
    --tw-border-opacity: 0.9;
  }

  .tw .md\:focus\:border-opacity-95:focus{
    --tw-border-opacity: 0.95;
  }

  .tw .md\:focus\:border-opacity-100:focus{
    --tw-border-opacity: 1;
  }

  .tw .md\:bg-current{
    background-color: currentColor;
  }

  .tw .md\:bg-transparent{
    background-color: transparent;
  }

  .tw .md\:bg-white{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  }

  .tw .md\:bg-black{
    --tw-bg-opacity: 1;
    background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
  }

  .tw .md\:bg-gray-10{
    --tw-bg-opacity: 1;
    background-color: rgba(240, 240, 240, var(--tw-bg-opacity));
  }

  .tw .md\:bg-gray-20{
    --tw-bg-opacity: 1;
    background-color: rgba(226, 226, 226, var(--tw-bg-opacity));
  }

  .tw .md\:bg-gray-30{
    --tw-bg-opacity: 1;
    background-color: rgba(211, 211, 211, var(--tw-bg-opacity));
  }

  .tw .md\:bg-gray-40{
    --tw-bg-opacity: 1;
    background-color: rgba(197, 197, 197, var(--tw-bg-opacity));
  }

  .tw .md\:bg-gray-50{
    --tw-bg-opacity: 1;
    background-color: rgba(183, 183, 183, var(--tw-bg-opacity));
  }

  .tw .md\:bg-gray-60{
    --tw-bg-opacity: 1;
    background-color: rgba(169, 169, 169, var(--tw-bg-opacity));
  }

  .tw .md\:bg-gray-70{
    --tw-bg-opacity: 1;
    background-color: rgba(156, 156, 156, var(--tw-bg-opacity));
  }

  .tw .md\:bg-gray-80{
    --tw-bg-opacity: 1;
    background-color: rgba(142, 142, 142, var(--tw-bg-opacity));
  }

  .tw .md\:bg-gray-90{
    --tw-bg-opacity: 1;
    background-color: rgba(129, 129, 129, var(--tw-bg-opacity));
  }

  .tw .md\:bg-gray-100{
    --tw-bg-opacity: 1;
    background-color: rgba(108, 109, 114, var(--tw-bg-opacity));
  }

  .tw .md\:bg-gray-200{
    --tw-bg-opacity: 1;
    background-color: rgba(96, 97, 103, var(--tw-bg-opacity));
  }

  .tw .md\:bg-gray-300{
    --tw-bg-opacity: 1;
    background-color: rgba(84, 86, 91, var(--tw-bg-opacity));
  }

  .tw .md\:bg-gray-400{
    --tw-bg-opacity: 1;
    background-color: rgba(73, 73, 80, var(--tw-bg-opacity));
  }

  .tw .md\:bg-gray-500{
    --tw-bg-opacity: 1;
    background-color: rgba(61, 61, 68, var(--tw-bg-opacity));
  }

  .tw .md\:bg-gray-600{
    --tw-bg-opacity: 1;
    background-color: rgba(53, 53, 61, var(--tw-bg-opacity));
  }

  .tw .md\:bg-gray-700{
    --tw-bg-opacity: 1;
    background-color: rgba(45, 45, 49, var(--tw-bg-opacity));
  }

  .tw .md\:bg-gray-800{
    --tw-bg-opacity: 1;
    background-color: rgba(38, 37, 42, var(--tw-bg-opacity));
  }

  .tw .md\:bg-gray-850{
    --tw-bg-opacity: 1;
    background-color: rgba(32, 32, 37, var(--tw-bg-opacity));
  }

  .tw .md\:bg-gray-900{
    --tw-bg-opacity: 1;
    background-color: rgba(27, 27, 32, var(--tw-bg-opacity));
  }

  .tw .md\:bg-gray-950{
    --tw-bg-opacity: 1;
    background-color: rgba(20, 20, 23, var(--tw-bg-opacity));
  }

  .tw .md\:bg-brand-50{
    --tw-bg-opacity: 1;
    background-color: rgba(127, 255, 255, var(--tw-bg-opacity));
  }

  .tw .md\:bg-brand-100{
    --tw-bg-opacity: 1;
    background-color: rgba(87, 226, 255, var(--tw-bg-opacity));
  }

  .tw .md\:bg-brand-200{
    --tw-bg-opacity: 1;
    background-color: rgba(32, 197, 255, var(--tw-bg-opacity));
  }

  .tw .md\:bg-brand-300{
    --tw-bg-opacity: 1;
    background-color: rgba(0, 167, 231, var(--tw-bg-opacity));
  }

  .tw .md\:bg-brand-400{
    --tw-bg-opacity: 1;
    background-color: rgba(0, 139, 201, var(--tw-bg-opacity));
  }

  .tw .md\:bg-brand-500{
    --tw-bg-opacity: 1;
    background-color: rgba(0, 112, 172, var(--tw-bg-opacity));
  }

  .tw .md\:bg-brand-600{
    --tw-bg-opacity: 1;
    background-color: rgba(0, 86, 143, var(--tw-bg-opacity));
  }

  .tw .md\:bg-brand-700{
    --tw-bg-opacity: 1;
    background-color: rgba(0, 62, 116, var(--tw-bg-opacity));
  }

  .tw .md\:bg-brand-800{
    --tw-bg-opacity: 1;
    background-color: rgba(0, 39, 89, var(--tw-bg-opacity));
  }

  .tw .md\:bg-brand-900{
    --tw-bg-opacity: 1;
    background-color: rgba(0, 18, 63, var(--tw-bg-opacity));
  }

  .tw .md\:bg-brand{
    --tw-bg-opacity: 1;
    background-color: rgba(0, 190, 255, var(--tw-bg-opacity));
  }

  .tw .md\:bg-brand-base{
    --tw-bg-opacity: 1;
    background-color: rgba(0, 190, 255, var(--tw-bg-opacity));
  }

  .tw .md\:bg-red-50{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 202, 200, var(--tw-bg-opacity));
  }

  .tw .md\:bg-red-100{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 171, 171, var(--tw-bg-opacity));
  }

  .tw .md\:bg-red-200{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 142, 142, var(--tw-bg-opacity));
  }

  .tw .md\:bg-red-300{
    --tw-bg-opacity: 1;
    background-color: rgba(247, 112, 115, var(--tw-bg-opacity));
  }

  .tw .md\:bg-red-400{
    --tw-bg-opacity: 1;
    background-color: rgba(215, 83, 89, var(--tw-bg-opacity));
  }

  .tw .md\:bg-red-500{
    --tw-bg-opacity: 1;
    background-color: rgba(182, 54, 64, var(--tw-bg-opacity));
  }

  .tw .md\:bg-red-600{
    --tw-bg-opacity: 1;
    background-color: rgba(150, 18, 41, var(--tw-bg-opacity));
  }

  .tw .md\:bg-red-700{
    --tw-bg-opacity: 1;
    background-color: rgba(119, 0, 19, var(--tw-bg-opacity));
  }

  .tw .md\:bg-red-800{
    --tw-bg-opacity: 1;
    background-color: rgba(89, 0, 0, var(--tw-bg-opacity));
  }

  .tw .md\:bg-red-900{
    --tw-bg-opacity: 1;
    background-color: rgba(65, 0, 0, var(--tw-bg-opacity));
  }

  .tw .md\:bg-red{
    --tw-bg-opacity: 1;
    background-color: rgba(211, 80, 86, var(--tw-bg-opacity));
  }

  .tw .md\:bg-red-brand{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 79, 79, var(--tw-bg-opacity));
  }

  .tw .md\:bg-green-50{
    --tw-bg-opacity: 1;
    background-color: rgba(141, 255, 205, var(--tw-bg-opacity));
  }

  .tw .md\:bg-green-100{
    --tw-bg-opacity: 1;
    background-color: rgba(109, 236, 176, var(--tw-bg-opacity));
  }

  .tw .md\:bg-green-200{
    --tw-bg-opacity: 1;
    background-color: rgba(76, 206, 147, var(--tw-bg-opacity));
  }

  .tw .md\:bg-green-300{
    --tw-bg-opacity: 1;
    background-color: rgba(36, 176, 119, var(--tw-bg-opacity));
  }

  .tw .md\:bg-green-400{
    --tw-bg-opacity: 1;
    background-color: rgba(0, 147, 93, var(--tw-bg-opacity));
  }

  .tw .md\:bg-green-500{
    --tw-bg-opacity: 1;
    background-color: rgba(0, 119, 68, var(--tw-bg-opacity));
  }

  .tw .md\:bg-green-600{
    --tw-bg-opacity: 1;
    background-color: rgba(0, 91, 43, var(--tw-bg-opacity));
  }

  .tw .md\:bg-green-700{
    --tw-bg-opacity: 1;
    background-color: rgba(0, 65, 21, var(--tw-bg-opacity));
  }

  .tw .md\:bg-green-800{
    --tw-bg-opacity: 1;
    background-color: rgba(0, 43, 0, var(--tw-bg-opacity));
  }

  .tw .md\:bg-green-900{
    --tw-bg-opacity: 1;
    background-color: rgba(0, 27, 0, var(--tw-bg-opacity));
  }

  .tw .md\:bg-green{
    --tw-bg-opacity: 1;
    background-color: rgba(46, 182, 125, var(--tw-bg-opacity));
  }

  .tw .md\:bg-yellow-50{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 235, 87, var(--tw-bg-opacity));
  }

  .tw .md\:bg-yellow-100{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 205, 55, var(--tw-bg-opacity));
  }

  .tw .md\:bg-yellow-200{
    --tw-bg-opacity: 1;
    background-color: rgba(228, 176, 9, var(--tw-bg-opacity));
  }

  .tw .md\:bg-yellow-300{
    --tw-bg-opacity: 1;
    background-color: rgba(195, 148, 0, var(--tw-bg-opacity));
  }

  .tw .md\:bg-yellow-400{
    --tw-bg-opacity: 1;
    background-color: rgba(163, 121, 0, var(--tw-bg-opacity));
  }

  .tw .md\:bg-yellow-500{
    --tw-bg-opacity: 1;
    background-color: rgba(133, 95, 0, var(--tw-bg-opacity));
  }

  .tw .md\:bg-yellow-600{
    --tw-bg-opacity: 1;
    background-color: rgba(104, 70, 0, var(--tw-bg-opacity));
  }

  .tw .md\:bg-yellow-700{
    --tw-bg-opacity: 1;
    background-color: rgba(79, 46, 0, var(--tw-bg-opacity));
  }

  .tw .md\:bg-yellow-800{
    --tw-bg-opacity: 1;
    background-color: rgba(61, 22, 0, var(--tw-bg-opacity));
  }

  .tw .md\:bg-yellow-900{
    --tw-bg-opacity: 1;
    background-color: rgba(50, 0, 0, var(--tw-bg-opacity));
  }

  .tw .md\:bg-yellow{
    --tw-bg-opacity: 1;
    background-color: rgba(254, 199, 47, var(--tw-bg-opacity));
  }

  .tw .md\:bg-purple-50{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 216, 255, var(--tw-bg-opacity));
  }

  .tw .md\:bg-purple-100{
    --tw-bg-opacity: 1;
    background-color: rgba(240, 186, 255, var(--tw-bg-opacity));
  }

  .tw .md\:bg-purple-200{
    --tw-bg-opacity: 1;
    background-color: rgba(208, 157, 255, var(--tw-bg-opacity));
  }

  .tw .md\:bg-purple-300{
    --tw-bg-opacity: 1;
    background-color: rgba(177, 128, 255, var(--tw-bg-opacity));
  }

  .tw .md\:bg-purple-400{
    --tw-bg-opacity: 1;
    background-color: rgba(146, 101, 233, var(--tw-bg-opacity));
  }

  .tw .md\:bg-purple-500{
    --tw-bg-opacity: 1;
    background-color: rgba(116, 74, 203, var(--tw-bg-opacity));
  }

  .tw .md\:bg-purple-600{
    --tw-bg-opacity: 1;
    background-color: rgba(85, 48, 173, var(--tw-bg-opacity));
  }

  .tw .md\:bg-purple-700{
    --tw-bg-opacity: 1;
    background-color: rgba(53, 22, 144, var(--tw-bg-opacity));
  }

  .tw .md\:bg-purple-800{
    --tw-bg-opacity: 1;
    background-color: rgba(9, 0, 116, var(--tw-bg-opacity));
  }

  .tw .md\:bg-purple-900{
    --tw-bg-opacity: 1;
    background-color: rgba(0, 0, 89, var(--tw-bg-opacity));
  }

  .tw .md\:bg-purple{
    --tw-bg-opacity: 1;
    background-color: rgba(168, 120, 255, var(--tw-bg-opacity));
  }

  .tw .md\:bg-orange-50{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 210, 131, var(--tw-bg-opacity));
  }

  .tw .md\:bg-orange-100{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 180, 103, var(--tw-bg-opacity));
  }

  .tw .md\:bg-orange-200{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 151, 75, var(--tw-bg-opacity));
  }

  .tw .md\:bg-orange-300{
    --tw-bg-opacity: 1;
    background-color: rgba(240, 122, 47, var(--tw-bg-opacity));
  }

  .tw .md\:bg-orange-400{
    --tw-bg-opacity: 1;
    background-color: rgba(206, 95, 17, var(--tw-bg-opacity));
  }

  .tw .md\:bg-orange-500{
    --tw-bg-opacity: 1;
    background-color: rgba(173, 68, 0, var(--tw-bg-opacity));
  }

  .tw .md\:bg-orange-600{
    --tw-bg-opacity: 1;
    background-color: rgba(141, 40, 0, var(--tw-bg-opacity));
  }

  .tw .md\:bg-orange-700{
    --tw-bg-opacity: 1;
    background-color: rgba(111, 6, 0, var(--tw-bg-opacity));
  }

  .tw .md\:bg-orange-800{
    --tw-bg-opacity: 1;
    background-color: rgba(84, 0, 0, var(--tw-bg-opacity));
  }

  .tw .md\:bg-orange-900{
    --tw-bg-opacity: 1;
    background-color: rgba(65, 0, 0, var(--tw-bg-opacity));
  }

  .tw .md\:bg-orange{
    --tw-bg-opacity: 1;
    background-color: rgba(245, 127, 52, var(--tw-bg-opacity));
  }

  .tw .md\:bg-surface-brand{
    --tw-bg-opacity: 1;
    background-color: rgba(26, 26, 26, var(--tw-bg-opacity));
  }

  .tw .md\:bg-surface-lower{
    --tw-bg-opacity: 1;
    background-color: rgba(18, 19, 20, var(--tw-bg-opacity));
  }

  .tw .md\:bg-surface-base{
    --tw-bg-opacity: 1;
    background-color: rgba(29, 30, 31, var(--tw-bg-opacity));
  }

  .tw .md\:bg-surface-low{
    --tw-bg-opacity: 1;
    background-color: rgba(33, 33, 36, var(--tw-bg-opacity));
  }

  .tw .md\:bg-surface-middle{
    --tw-bg-opacity: 1;
    background-color: rgba(38, 38, 42, var(--tw-bg-opacity));
  }

  .tw .md\:bg-surface-upper{
    --tw-bg-opacity: 1;
    background-color: rgba(41, 41, 46, var(--tw-bg-opacity));
  }

  .tw .md\:bg-surface-high{
    --tw-bg-opacity: 1;
    background-color: rgba(52, 52, 53, var(--tw-bg-opacity));
  }

  .tw .md\:bg-surface-higher{
    --tw-bg-opacity: 1;
    background-color: rgba(74, 75, 75, var(--tw-bg-opacity));
  }

  .tw .md\:bg-surface-highest{
    --tw-bg-opacity: 1;
    background-color: rgba(97, 97, 98, var(--tw-bg-opacity));
  }

  .tw .md\:bg-glyph-base{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  }

  .tw .md\:bg-glyph-light{
    --tw-bg-opacity: 1;
    background-color: rgba(194, 194, 194, var(--tw-bg-opacity));
  }

  .tw .md\:bg-glyph-lighter{
    --tw-bg-opacity: 1;
    background-color: rgba(150, 150, 150, var(--tw-bg-opacity));
  }

  .tw .md\:bg-glyph-lightest{
    --tw-bg-opacity: 1;
    background-color: rgba(80, 80, 80, var(--tw-bg-opacity));
  }

  .tw .md\:bg-link{
    --tw-bg-opacity: 1;
    background-color: rgba(0, 190, 255, var(--tw-bg-opacity));
  }

  .tw .md\:bg-info-error{
    --tw-bg-opacity: 1;
    background-color: rgba(235, 51, 65, var(--tw-bg-opacity));
  }

  .tw .md\:bg-info-danger{
    --tw-bg-opacity: 1;
    background-color: rgba(247, 127, 37, var(--tw-bg-opacity));
  }

  .tw .md\:bg-info-warn{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 200, 47, var(--tw-bg-opacity));
  }

  .tw .md\:bg-info-ok{
    --tw-bg-opacity: 1;
    background-color: rgba(0, 151, 79, var(--tw-bg-opacity));
  }

  .tw .md\:bg-info-notice{
    --tw-bg-opacity: 1;
    background-color: rgba(1, 128, 255, var(--tw-bg-opacity));
  }

  .tw .md\:bg-accent-1{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 93, 105, var(--tw-bg-opacity));
  }

  .tw .md\:bg-accent-2{
    --tw-bg-opacity: 1;
    background-color: rgba(7, 245, 175, var(--tw-bg-opacity));
  }

  .tw .md\:bg-accent-3{
    --tw-bg-opacity: 1;
    background-color: rgba(4, 211, 114, var(--tw-bg-opacity));
  }

  .tw .md\:bg-accent-4{
    --tw-bg-opacity: 1;
    background-color: rgba(132, 81, 245, var(--tw-bg-opacity));
  }

  .tw .md\:hover\:bg-current:hover{
    background-color: currentColor;
  }

  .tw .md\:hover\:bg-transparent:hover{
    background-color: transparent;
  }

  .tw .md\:hover\:bg-white:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  }

  .tw .md\:hover\:bg-black:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
  }

  .tw .md\:hover\:bg-gray-10:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(240, 240, 240, var(--tw-bg-opacity));
  }

  .tw .md\:hover\:bg-gray-20:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(226, 226, 226, var(--tw-bg-opacity));
  }

  .tw .md\:hover\:bg-gray-30:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(211, 211, 211, var(--tw-bg-opacity));
  }

  .tw .md\:hover\:bg-gray-40:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(197, 197, 197, var(--tw-bg-opacity));
  }

  .tw .md\:hover\:bg-gray-50:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(183, 183, 183, var(--tw-bg-opacity));
  }

  .tw .md\:hover\:bg-gray-60:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(169, 169, 169, var(--tw-bg-opacity));
  }

  .tw .md\:hover\:bg-gray-70:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(156, 156, 156, var(--tw-bg-opacity));
  }

  .tw .md\:hover\:bg-gray-80:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(142, 142, 142, var(--tw-bg-opacity));
  }

  .tw .md\:hover\:bg-gray-90:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(129, 129, 129, var(--tw-bg-opacity));
  }

  .tw .md\:hover\:bg-gray-100:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(108, 109, 114, var(--tw-bg-opacity));
  }

  .tw .md\:hover\:bg-gray-200:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(96, 97, 103, var(--tw-bg-opacity));
  }

  .tw .md\:hover\:bg-gray-300:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(84, 86, 91, var(--tw-bg-opacity));
  }

  .tw .md\:hover\:bg-gray-400:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(73, 73, 80, var(--tw-bg-opacity));
  }

  .tw .md\:hover\:bg-gray-500:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(61, 61, 68, var(--tw-bg-opacity));
  }

  .tw .md\:hover\:bg-gray-600:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(53, 53, 61, var(--tw-bg-opacity));
  }

  .tw .md\:hover\:bg-gray-700:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(45, 45, 49, var(--tw-bg-opacity));
  }

  .tw .md\:hover\:bg-gray-800:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(38, 37, 42, var(--tw-bg-opacity));
  }

  .tw .md\:hover\:bg-gray-850:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(32, 32, 37, var(--tw-bg-opacity));
  }

  .tw .md\:hover\:bg-gray-900:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(27, 27, 32, var(--tw-bg-opacity));
  }

  .tw .md\:hover\:bg-gray-950:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(20, 20, 23, var(--tw-bg-opacity));
  }

  .tw .md\:hover\:bg-brand-50:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(127, 255, 255, var(--tw-bg-opacity));
  }

  .tw .md\:hover\:bg-brand-100:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(87, 226, 255, var(--tw-bg-opacity));
  }

  .tw .md\:hover\:bg-brand-200:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(32, 197, 255, var(--tw-bg-opacity));
  }

  .tw .md\:hover\:bg-brand-300:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(0, 167, 231, var(--tw-bg-opacity));
  }

  .tw .md\:hover\:bg-brand-400:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(0, 139, 201, var(--tw-bg-opacity));
  }

  .tw .md\:hover\:bg-brand-500:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(0, 112, 172, var(--tw-bg-opacity));
  }

  .tw .md\:hover\:bg-brand-600:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(0, 86, 143, var(--tw-bg-opacity));
  }

  .tw .md\:hover\:bg-brand-700:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(0, 62, 116, var(--tw-bg-opacity));
  }

  .tw .md\:hover\:bg-brand-800:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(0, 39, 89, var(--tw-bg-opacity));
  }

  .tw .md\:hover\:bg-brand-900:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(0, 18, 63, var(--tw-bg-opacity));
  }

  .tw .md\:hover\:bg-brand:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(0, 190, 255, var(--tw-bg-opacity));
  }

  .tw .md\:hover\:bg-brand-base:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(0, 190, 255, var(--tw-bg-opacity));
  }

  .tw .md\:hover\:bg-red-50:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 202, 200, var(--tw-bg-opacity));
  }

  .tw .md\:hover\:bg-red-100:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 171, 171, var(--tw-bg-opacity));
  }

  .tw .md\:hover\:bg-red-200:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 142, 142, var(--tw-bg-opacity));
  }

  .tw .md\:hover\:bg-red-300:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(247, 112, 115, var(--tw-bg-opacity));
  }

  .tw .md\:hover\:bg-red-400:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(215, 83, 89, var(--tw-bg-opacity));
  }

  .tw .md\:hover\:bg-red-500:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(182, 54, 64, var(--tw-bg-opacity));
  }

  .tw .md\:hover\:bg-red-600:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(150, 18, 41, var(--tw-bg-opacity));
  }

  .tw .md\:hover\:bg-red-700:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(119, 0, 19, var(--tw-bg-opacity));
  }

  .tw .md\:hover\:bg-red-800:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(89, 0, 0, var(--tw-bg-opacity));
  }

  .tw .md\:hover\:bg-red-900:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(65, 0, 0, var(--tw-bg-opacity));
  }

  .tw .md\:hover\:bg-red:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(211, 80, 86, var(--tw-bg-opacity));
  }

  .tw .md\:hover\:bg-red-brand:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 79, 79, var(--tw-bg-opacity));
  }

  .tw .md\:hover\:bg-green-50:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(141, 255, 205, var(--tw-bg-opacity));
  }

  .tw .md\:hover\:bg-green-100:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(109, 236, 176, var(--tw-bg-opacity));
  }

  .tw .md\:hover\:bg-green-200:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(76, 206, 147, var(--tw-bg-opacity));
  }

  .tw .md\:hover\:bg-green-300:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(36, 176, 119, var(--tw-bg-opacity));
  }

  .tw .md\:hover\:bg-green-400:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(0, 147, 93, var(--tw-bg-opacity));
  }

  .tw .md\:hover\:bg-green-500:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(0, 119, 68, var(--tw-bg-opacity));
  }

  .tw .md\:hover\:bg-green-600:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(0, 91, 43, var(--tw-bg-opacity));
  }

  .tw .md\:hover\:bg-green-700:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(0, 65, 21, var(--tw-bg-opacity));
  }

  .tw .md\:hover\:bg-green-800:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(0, 43, 0, var(--tw-bg-opacity));
  }

  .tw .md\:hover\:bg-green-900:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(0, 27, 0, var(--tw-bg-opacity));
  }

  .tw .md\:hover\:bg-green:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(46, 182, 125, var(--tw-bg-opacity));
  }

  .tw .md\:hover\:bg-yellow-50:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 235, 87, var(--tw-bg-opacity));
  }

  .tw .md\:hover\:bg-yellow-100:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 205, 55, var(--tw-bg-opacity));
  }

  .tw .md\:hover\:bg-yellow-200:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(228, 176, 9, var(--tw-bg-opacity));
  }

  .tw .md\:hover\:bg-yellow-300:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(195, 148, 0, var(--tw-bg-opacity));
  }

  .tw .md\:hover\:bg-yellow-400:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(163, 121, 0, var(--tw-bg-opacity));
  }

  .tw .md\:hover\:bg-yellow-500:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(133, 95, 0, var(--tw-bg-opacity));
  }

  .tw .md\:hover\:bg-yellow-600:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(104, 70, 0, var(--tw-bg-opacity));
  }

  .tw .md\:hover\:bg-yellow-700:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(79, 46, 0, var(--tw-bg-opacity));
  }

  .tw .md\:hover\:bg-yellow-800:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(61, 22, 0, var(--tw-bg-opacity));
  }

  .tw .md\:hover\:bg-yellow-900:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(50, 0, 0, var(--tw-bg-opacity));
  }

  .tw .md\:hover\:bg-yellow:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(254, 199, 47, var(--tw-bg-opacity));
  }

  .tw .md\:hover\:bg-purple-50:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 216, 255, var(--tw-bg-opacity));
  }

  .tw .md\:hover\:bg-purple-100:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(240, 186, 255, var(--tw-bg-opacity));
  }

  .tw .md\:hover\:bg-purple-200:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(208, 157, 255, var(--tw-bg-opacity));
  }

  .tw .md\:hover\:bg-purple-300:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(177, 128, 255, var(--tw-bg-opacity));
  }

  .tw .md\:hover\:bg-purple-400:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(146, 101, 233, var(--tw-bg-opacity));
  }

  .tw .md\:hover\:bg-purple-500:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(116, 74, 203, var(--tw-bg-opacity));
  }

  .tw .md\:hover\:bg-purple-600:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(85, 48, 173, var(--tw-bg-opacity));
  }

  .tw .md\:hover\:bg-purple-700:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(53, 22, 144, var(--tw-bg-opacity));
  }

  .tw .md\:hover\:bg-purple-800:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(9, 0, 116, var(--tw-bg-opacity));
  }

  .tw .md\:hover\:bg-purple-900:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(0, 0, 89, var(--tw-bg-opacity));
  }

  .tw .md\:hover\:bg-purple:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(168, 120, 255, var(--tw-bg-opacity));
  }

  .tw .md\:hover\:bg-orange-50:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 210, 131, var(--tw-bg-opacity));
  }

  .tw .md\:hover\:bg-orange-100:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 180, 103, var(--tw-bg-opacity));
  }

  .tw .md\:hover\:bg-orange-200:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 151, 75, var(--tw-bg-opacity));
  }

  .tw .md\:hover\:bg-orange-300:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(240, 122, 47, var(--tw-bg-opacity));
  }

  .tw .md\:hover\:bg-orange-400:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(206, 95, 17, var(--tw-bg-opacity));
  }

  .tw .md\:hover\:bg-orange-500:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(173, 68, 0, var(--tw-bg-opacity));
  }

  .tw .md\:hover\:bg-orange-600:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(141, 40, 0, var(--tw-bg-opacity));
  }

  .tw .md\:hover\:bg-orange-700:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(111, 6, 0, var(--tw-bg-opacity));
  }

  .tw .md\:hover\:bg-orange-800:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(84, 0, 0, var(--tw-bg-opacity));
  }

  .tw .md\:hover\:bg-orange-900:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(65, 0, 0, var(--tw-bg-opacity));
  }

  .tw .md\:hover\:bg-orange:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(245, 127, 52, var(--tw-bg-opacity));
  }

  .tw .md\:hover\:bg-surface-brand:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(26, 26, 26, var(--tw-bg-opacity));
  }

  .tw .md\:hover\:bg-surface-lower:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(18, 19, 20, var(--tw-bg-opacity));
  }

  .tw .md\:hover\:bg-surface-base:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(29, 30, 31, var(--tw-bg-opacity));
  }

  .tw .md\:hover\:bg-surface-low:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(33, 33, 36, var(--tw-bg-opacity));
  }

  .tw .md\:hover\:bg-surface-middle:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(38, 38, 42, var(--tw-bg-opacity));
  }

  .tw .md\:hover\:bg-surface-upper:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(41, 41, 46, var(--tw-bg-opacity));
  }

  .tw .md\:hover\:bg-surface-high:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(52, 52, 53, var(--tw-bg-opacity));
  }

  .tw .md\:hover\:bg-surface-higher:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(74, 75, 75, var(--tw-bg-opacity));
  }

  .tw .md\:hover\:bg-surface-highest:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(97, 97, 98, var(--tw-bg-opacity));
  }

  .tw .md\:hover\:bg-glyph-base:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  }

  .tw .md\:hover\:bg-glyph-light:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(194, 194, 194, var(--tw-bg-opacity));
  }

  .tw .md\:hover\:bg-glyph-lighter:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(150, 150, 150, var(--tw-bg-opacity));
  }

  .tw .md\:hover\:bg-glyph-lightest:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(80, 80, 80, var(--tw-bg-opacity));
  }

  .tw .md\:hover\:bg-link:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(0, 190, 255, var(--tw-bg-opacity));
  }

  .tw .md\:hover\:bg-info-error:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(235, 51, 65, var(--tw-bg-opacity));
  }

  .tw .md\:hover\:bg-info-danger:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(247, 127, 37, var(--tw-bg-opacity));
  }

  .tw .md\:hover\:bg-info-warn:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 200, 47, var(--tw-bg-opacity));
  }

  .tw .md\:hover\:bg-info-ok:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(0, 151, 79, var(--tw-bg-opacity));
  }

  .tw .md\:hover\:bg-info-notice:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(1, 128, 255, var(--tw-bg-opacity));
  }

  .tw .md\:hover\:bg-accent-1:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 93, 105, var(--tw-bg-opacity));
  }

  .tw .md\:hover\:bg-accent-2:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(7, 245, 175, var(--tw-bg-opacity));
  }

  .tw .md\:hover\:bg-accent-3:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(4, 211, 114, var(--tw-bg-opacity));
  }

  .tw .md\:hover\:bg-accent-4:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(132, 81, 245, var(--tw-bg-opacity));
  }

  .tw .md\:focus\:bg-current:focus{
    background-color: currentColor;
  }

  .tw .md\:focus\:bg-transparent:focus{
    background-color: transparent;
  }

  .tw .md\:focus\:bg-white:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  }

  .tw .md\:focus\:bg-black:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
  }

  .tw .md\:focus\:bg-gray-10:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(240, 240, 240, var(--tw-bg-opacity));
  }

  .tw .md\:focus\:bg-gray-20:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(226, 226, 226, var(--tw-bg-opacity));
  }

  .tw .md\:focus\:bg-gray-30:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(211, 211, 211, var(--tw-bg-opacity));
  }

  .tw .md\:focus\:bg-gray-40:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(197, 197, 197, var(--tw-bg-opacity));
  }

  .tw .md\:focus\:bg-gray-50:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(183, 183, 183, var(--tw-bg-opacity));
  }

  .tw .md\:focus\:bg-gray-60:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(169, 169, 169, var(--tw-bg-opacity));
  }

  .tw .md\:focus\:bg-gray-70:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(156, 156, 156, var(--tw-bg-opacity));
  }

  .tw .md\:focus\:bg-gray-80:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(142, 142, 142, var(--tw-bg-opacity));
  }

  .tw .md\:focus\:bg-gray-90:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(129, 129, 129, var(--tw-bg-opacity));
  }

  .tw .md\:focus\:bg-gray-100:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(108, 109, 114, var(--tw-bg-opacity));
  }

  .tw .md\:focus\:bg-gray-200:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(96, 97, 103, var(--tw-bg-opacity));
  }

  .tw .md\:focus\:bg-gray-300:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(84, 86, 91, var(--tw-bg-opacity));
  }

  .tw .md\:focus\:bg-gray-400:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(73, 73, 80, var(--tw-bg-opacity));
  }

  .tw .md\:focus\:bg-gray-500:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(61, 61, 68, var(--tw-bg-opacity));
  }

  .tw .md\:focus\:bg-gray-600:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(53, 53, 61, var(--tw-bg-opacity));
  }

  .tw .md\:focus\:bg-gray-700:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(45, 45, 49, var(--tw-bg-opacity));
  }

  .tw .md\:focus\:bg-gray-800:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(38, 37, 42, var(--tw-bg-opacity));
  }

  .tw .md\:focus\:bg-gray-850:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(32, 32, 37, var(--tw-bg-opacity));
  }

  .tw .md\:focus\:bg-gray-900:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(27, 27, 32, var(--tw-bg-opacity));
  }

  .tw .md\:focus\:bg-gray-950:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(20, 20, 23, var(--tw-bg-opacity));
  }

  .tw .md\:focus\:bg-brand-50:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(127, 255, 255, var(--tw-bg-opacity));
  }

  .tw .md\:focus\:bg-brand-100:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(87, 226, 255, var(--tw-bg-opacity));
  }

  .tw .md\:focus\:bg-brand-200:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(32, 197, 255, var(--tw-bg-opacity));
  }

  .tw .md\:focus\:bg-brand-300:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(0, 167, 231, var(--tw-bg-opacity));
  }

  .tw .md\:focus\:bg-brand-400:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(0, 139, 201, var(--tw-bg-opacity));
  }

  .tw .md\:focus\:bg-brand-500:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(0, 112, 172, var(--tw-bg-opacity));
  }

  .tw .md\:focus\:bg-brand-600:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(0, 86, 143, var(--tw-bg-opacity));
  }

  .tw .md\:focus\:bg-brand-700:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(0, 62, 116, var(--tw-bg-opacity));
  }

  .tw .md\:focus\:bg-brand-800:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(0, 39, 89, var(--tw-bg-opacity));
  }

  .tw .md\:focus\:bg-brand-900:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(0, 18, 63, var(--tw-bg-opacity));
  }

  .tw .md\:focus\:bg-brand:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(0, 190, 255, var(--tw-bg-opacity));
  }

  .tw .md\:focus\:bg-brand-base:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(0, 190, 255, var(--tw-bg-opacity));
  }

  .tw .md\:focus\:bg-red-50:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 202, 200, var(--tw-bg-opacity));
  }

  .tw .md\:focus\:bg-red-100:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 171, 171, var(--tw-bg-opacity));
  }

  .tw .md\:focus\:bg-red-200:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 142, 142, var(--tw-bg-opacity));
  }

  .tw .md\:focus\:bg-red-300:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(247, 112, 115, var(--tw-bg-opacity));
  }

  .tw .md\:focus\:bg-red-400:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(215, 83, 89, var(--tw-bg-opacity));
  }

  .tw .md\:focus\:bg-red-500:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(182, 54, 64, var(--tw-bg-opacity));
  }

  .tw .md\:focus\:bg-red-600:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(150, 18, 41, var(--tw-bg-opacity));
  }

  .tw .md\:focus\:bg-red-700:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(119, 0, 19, var(--tw-bg-opacity));
  }

  .tw .md\:focus\:bg-red-800:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(89, 0, 0, var(--tw-bg-opacity));
  }

  .tw .md\:focus\:bg-red-900:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(65, 0, 0, var(--tw-bg-opacity));
  }

  .tw .md\:focus\:bg-red:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(211, 80, 86, var(--tw-bg-opacity));
  }

  .tw .md\:focus\:bg-red-brand:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 79, 79, var(--tw-bg-opacity));
  }

  .tw .md\:focus\:bg-green-50:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(141, 255, 205, var(--tw-bg-opacity));
  }

  .tw .md\:focus\:bg-green-100:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(109, 236, 176, var(--tw-bg-opacity));
  }

  .tw .md\:focus\:bg-green-200:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(76, 206, 147, var(--tw-bg-opacity));
  }

  .tw .md\:focus\:bg-green-300:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(36, 176, 119, var(--tw-bg-opacity));
  }

  .tw .md\:focus\:bg-green-400:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(0, 147, 93, var(--tw-bg-opacity));
  }

  .tw .md\:focus\:bg-green-500:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(0, 119, 68, var(--tw-bg-opacity));
  }

  .tw .md\:focus\:bg-green-600:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(0, 91, 43, var(--tw-bg-opacity));
  }

  .tw .md\:focus\:bg-green-700:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(0, 65, 21, var(--tw-bg-opacity));
  }

  .tw .md\:focus\:bg-green-800:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(0, 43, 0, var(--tw-bg-opacity));
  }

  .tw .md\:focus\:bg-green-900:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(0, 27, 0, var(--tw-bg-opacity));
  }

  .tw .md\:focus\:bg-green:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(46, 182, 125, var(--tw-bg-opacity));
  }

  .tw .md\:focus\:bg-yellow-50:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 235, 87, var(--tw-bg-opacity));
  }

  .tw .md\:focus\:bg-yellow-100:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 205, 55, var(--tw-bg-opacity));
  }

  .tw .md\:focus\:bg-yellow-200:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(228, 176, 9, var(--tw-bg-opacity));
  }

  .tw .md\:focus\:bg-yellow-300:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(195, 148, 0, var(--tw-bg-opacity));
  }

  .tw .md\:focus\:bg-yellow-400:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(163, 121, 0, var(--tw-bg-opacity));
  }

  .tw .md\:focus\:bg-yellow-500:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(133, 95, 0, var(--tw-bg-opacity));
  }

  .tw .md\:focus\:bg-yellow-600:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(104, 70, 0, var(--tw-bg-opacity));
  }

  .tw .md\:focus\:bg-yellow-700:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(79, 46, 0, var(--tw-bg-opacity));
  }

  .tw .md\:focus\:bg-yellow-800:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(61, 22, 0, var(--tw-bg-opacity));
  }

  .tw .md\:focus\:bg-yellow-900:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(50, 0, 0, var(--tw-bg-opacity));
  }

  .tw .md\:focus\:bg-yellow:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(254, 199, 47, var(--tw-bg-opacity));
  }

  .tw .md\:focus\:bg-purple-50:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 216, 255, var(--tw-bg-opacity));
  }

  .tw .md\:focus\:bg-purple-100:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(240, 186, 255, var(--tw-bg-opacity));
  }

  .tw .md\:focus\:bg-purple-200:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(208, 157, 255, var(--tw-bg-opacity));
  }

  .tw .md\:focus\:bg-purple-300:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(177, 128, 255, var(--tw-bg-opacity));
  }

  .tw .md\:focus\:bg-purple-400:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(146, 101, 233, var(--tw-bg-opacity));
  }

  .tw .md\:focus\:bg-purple-500:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(116, 74, 203, var(--tw-bg-opacity));
  }

  .tw .md\:focus\:bg-purple-600:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(85, 48, 173, var(--tw-bg-opacity));
  }

  .tw .md\:focus\:bg-purple-700:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(53, 22, 144, var(--tw-bg-opacity));
  }

  .tw .md\:focus\:bg-purple-800:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(9, 0, 116, var(--tw-bg-opacity));
  }

  .tw .md\:focus\:bg-purple-900:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(0, 0, 89, var(--tw-bg-opacity));
  }

  .tw .md\:focus\:bg-purple:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(168, 120, 255, var(--tw-bg-opacity));
  }

  .tw .md\:focus\:bg-orange-50:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 210, 131, var(--tw-bg-opacity));
  }

  .tw .md\:focus\:bg-orange-100:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 180, 103, var(--tw-bg-opacity));
  }

  .tw .md\:focus\:bg-orange-200:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 151, 75, var(--tw-bg-opacity));
  }

  .tw .md\:focus\:bg-orange-300:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(240, 122, 47, var(--tw-bg-opacity));
  }

  .tw .md\:focus\:bg-orange-400:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(206, 95, 17, var(--tw-bg-opacity));
  }

  .tw .md\:focus\:bg-orange-500:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(173, 68, 0, var(--tw-bg-opacity));
  }

  .tw .md\:focus\:bg-orange-600:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(141, 40, 0, var(--tw-bg-opacity));
  }

  .tw .md\:focus\:bg-orange-700:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(111, 6, 0, var(--tw-bg-opacity));
  }

  .tw .md\:focus\:bg-orange-800:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(84, 0, 0, var(--tw-bg-opacity));
  }

  .tw .md\:focus\:bg-orange-900:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(65, 0, 0, var(--tw-bg-opacity));
  }

  .tw .md\:focus\:bg-orange:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(245, 127, 52, var(--tw-bg-opacity));
  }

  .tw .md\:focus\:bg-surface-brand:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(26, 26, 26, var(--tw-bg-opacity));
  }

  .tw .md\:focus\:bg-surface-lower:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(18, 19, 20, var(--tw-bg-opacity));
  }

  .tw .md\:focus\:bg-surface-base:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(29, 30, 31, var(--tw-bg-opacity));
  }

  .tw .md\:focus\:bg-surface-low:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(33, 33, 36, var(--tw-bg-opacity));
  }

  .tw .md\:focus\:bg-surface-middle:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(38, 38, 42, var(--tw-bg-opacity));
  }

  .tw .md\:focus\:bg-surface-upper:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(41, 41, 46, var(--tw-bg-opacity));
  }

  .tw .md\:focus\:bg-surface-high:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(52, 52, 53, var(--tw-bg-opacity));
  }

  .tw .md\:focus\:bg-surface-higher:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(74, 75, 75, var(--tw-bg-opacity));
  }

  .tw .md\:focus\:bg-surface-highest:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(97, 97, 98, var(--tw-bg-opacity));
  }

  .tw .md\:focus\:bg-glyph-base:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  }

  .tw .md\:focus\:bg-glyph-light:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(194, 194, 194, var(--tw-bg-opacity));
  }

  .tw .md\:focus\:bg-glyph-lighter:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(150, 150, 150, var(--tw-bg-opacity));
  }

  .tw .md\:focus\:bg-glyph-lightest:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(80, 80, 80, var(--tw-bg-opacity));
  }

  .tw .md\:focus\:bg-link:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(0, 190, 255, var(--tw-bg-opacity));
  }

  .tw .md\:focus\:bg-info-error:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(235, 51, 65, var(--tw-bg-opacity));
  }

  .tw .md\:focus\:bg-info-danger:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(247, 127, 37, var(--tw-bg-opacity));
  }

  .tw .md\:focus\:bg-info-warn:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 200, 47, var(--tw-bg-opacity));
  }

  .tw .md\:focus\:bg-info-ok:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(0, 151, 79, var(--tw-bg-opacity));
  }

  .tw .md\:focus\:bg-info-notice:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(1, 128, 255, var(--tw-bg-opacity));
  }

  .tw .md\:focus\:bg-accent-1:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 93, 105, var(--tw-bg-opacity));
  }

  .tw .md\:focus\:bg-accent-2:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(7, 245, 175, var(--tw-bg-opacity));
  }

  .tw .md\:focus\:bg-accent-3:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(4, 211, 114, var(--tw-bg-opacity));
  }

  .tw .md\:focus\:bg-accent-4:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(132, 81, 245, var(--tw-bg-opacity));
  }

  .tw .md\:active\:bg-current:active{
    background-color: currentColor;
  }

  .tw .md\:active\:bg-transparent:active{
    background-color: transparent;
  }

  .tw .md\:active\:bg-white:active{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  }

  .tw .md\:active\:bg-black:active{
    --tw-bg-opacity: 1;
    background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
  }

  .tw .md\:active\:bg-gray-10:active{
    --tw-bg-opacity: 1;
    background-color: rgba(240, 240, 240, var(--tw-bg-opacity));
  }

  .tw .md\:active\:bg-gray-20:active{
    --tw-bg-opacity: 1;
    background-color: rgba(226, 226, 226, var(--tw-bg-opacity));
  }

  .tw .md\:active\:bg-gray-30:active{
    --tw-bg-opacity: 1;
    background-color: rgba(211, 211, 211, var(--tw-bg-opacity));
  }

  .tw .md\:active\:bg-gray-40:active{
    --tw-bg-opacity: 1;
    background-color: rgba(197, 197, 197, var(--tw-bg-opacity));
  }

  .tw .md\:active\:bg-gray-50:active{
    --tw-bg-opacity: 1;
    background-color: rgba(183, 183, 183, var(--tw-bg-opacity));
  }

  .tw .md\:active\:bg-gray-60:active{
    --tw-bg-opacity: 1;
    background-color: rgba(169, 169, 169, var(--tw-bg-opacity));
  }

  .tw .md\:active\:bg-gray-70:active{
    --tw-bg-opacity: 1;
    background-color: rgba(156, 156, 156, var(--tw-bg-opacity));
  }

  .tw .md\:active\:bg-gray-80:active{
    --tw-bg-opacity: 1;
    background-color: rgba(142, 142, 142, var(--tw-bg-opacity));
  }

  .tw .md\:active\:bg-gray-90:active{
    --tw-bg-opacity: 1;
    background-color: rgba(129, 129, 129, var(--tw-bg-opacity));
  }

  .tw .md\:active\:bg-gray-100:active{
    --tw-bg-opacity: 1;
    background-color: rgba(108, 109, 114, var(--tw-bg-opacity));
  }

  .tw .md\:active\:bg-gray-200:active{
    --tw-bg-opacity: 1;
    background-color: rgba(96, 97, 103, var(--tw-bg-opacity));
  }

  .tw .md\:active\:bg-gray-300:active{
    --tw-bg-opacity: 1;
    background-color: rgba(84, 86, 91, var(--tw-bg-opacity));
  }

  .tw .md\:active\:bg-gray-400:active{
    --tw-bg-opacity: 1;
    background-color: rgba(73, 73, 80, var(--tw-bg-opacity));
  }

  .tw .md\:active\:bg-gray-500:active{
    --tw-bg-opacity: 1;
    background-color: rgba(61, 61, 68, var(--tw-bg-opacity));
  }

  .tw .md\:active\:bg-gray-600:active{
    --tw-bg-opacity: 1;
    background-color: rgba(53, 53, 61, var(--tw-bg-opacity));
  }

  .tw .md\:active\:bg-gray-700:active{
    --tw-bg-opacity: 1;
    background-color: rgba(45, 45, 49, var(--tw-bg-opacity));
  }

  .tw .md\:active\:bg-gray-800:active{
    --tw-bg-opacity: 1;
    background-color: rgba(38, 37, 42, var(--tw-bg-opacity));
  }

  .tw .md\:active\:bg-gray-850:active{
    --tw-bg-opacity: 1;
    background-color: rgba(32, 32, 37, var(--tw-bg-opacity));
  }

  .tw .md\:active\:bg-gray-900:active{
    --tw-bg-opacity: 1;
    background-color: rgba(27, 27, 32, var(--tw-bg-opacity));
  }

  .tw .md\:active\:bg-gray-950:active{
    --tw-bg-opacity: 1;
    background-color: rgba(20, 20, 23, var(--tw-bg-opacity));
  }

  .tw .md\:active\:bg-brand-50:active{
    --tw-bg-opacity: 1;
    background-color: rgba(127, 255, 255, var(--tw-bg-opacity));
  }

  .tw .md\:active\:bg-brand-100:active{
    --tw-bg-opacity: 1;
    background-color: rgba(87, 226, 255, var(--tw-bg-opacity));
  }

  .tw .md\:active\:bg-brand-200:active{
    --tw-bg-opacity: 1;
    background-color: rgba(32, 197, 255, var(--tw-bg-opacity));
  }

  .tw .md\:active\:bg-brand-300:active{
    --tw-bg-opacity: 1;
    background-color: rgba(0, 167, 231, var(--tw-bg-opacity));
  }

  .tw .md\:active\:bg-brand-400:active{
    --tw-bg-opacity: 1;
    background-color: rgba(0, 139, 201, var(--tw-bg-opacity));
  }

  .tw .md\:active\:bg-brand-500:active{
    --tw-bg-opacity: 1;
    background-color: rgba(0, 112, 172, var(--tw-bg-opacity));
  }

  .tw .md\:active\:bg-brand-600:active{
    --tw-bg-opacity: 1;
    background-color: rgba(0, 86, 143, var(--tw-bg-opacity));
  }

  .tw .md\:active\:bg-brand-700:active{
    --tw-bg-opacity: 1;
    background-color: rgba(0, 62, 116, var(--tw-bg-opacity));
  }

  .tw .md\:active\:bg-brand-800:active{
    --tw-bg-opacity: 1;
    background-color: rgba(0, 39, 89, var(--tw-bg-opacity));
  }

  .tw .md\:active\:bg-brand-900:active{
    --tw-bg-opacity: 1;
    background-color: rgba(0, 18, 63, var(--tw-bg-opacity));
  }

  .tw .md\:active\:bg-brand:active{
    --tw-bg-opacity: 1;
    background-color: rgba(0, 190, 255, var(--tw-bg-opacity));
  }

  .tw .md\:active\:bg-brand-base:active{
    --tw-bg-opacity: 1;
    background-color: rgba(0, 190, 255, var(--tw-bg-opacity));
  }

  .tw .md\:active\:bg-red-50:active{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 202, 200, var(--tw-bg-opacity));
  }

  .tw .md\:active\:bg-red-100:active{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 171, 171, var(--tw-bg-opacity));
  }

  .tw .md\:active\:bg-red-200:active{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 142, 142, var(--tw-bg-opacity));
  }

  .tw .md\:active\:bg-red-300:active{
    --tw-bg-opacity: 1;
    background-color: rgba(247, 112, 115, var(--tw-bg-opacity));
  }

  .tw .md\:active\:bg-red-400:active{
    --tw-bg-opacity: 1;
    background-color: rgba(215, 83, 89, var(--tw-bg-opacity));
  }

  .tw .md\:active\:bg-red-500:active{
    --tw-bg-opacity: 1;
    background-color: rgba(182, 54, 64, var(--tw-bg-opacity));
  }

  .tw .md\:active\:bg-red-600:active{
    --tw-bg-opacity: 1;
    background-color: rgba(150, 18, 41, var(--tw-bg-opacity));
  }

  .tw .md\:active\:bg-red-700:active{
    --tw-bg-opacity: 1;
    background-color: rgba(119, 0, 19, var(--tw-bg-opacity));
  }

  .tw .md\:active\:bg-red-800:active{
    --tw-bg-opacity: 1;
    background-color: rgba(89, 0, 0, var(--tw-bg-opacity));
  }

  .tw .md\:active\:bg-red-900:active{
    --tw-bg-opacity: 1;
    background-color: rgba(65, 0, 0, var(--tw-bg-opacity));
  }

  .tw .md\:active\:bg-red:active{
    --tw-bg-opacity: 1;
    background-color: rgba(211, 80, 86, var(--tw-bg-opacity));
  }

  .tw .md\:active\:bg-red-brand:active{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 79, 79, var(--tw-bg-opacity));
  }

  .tw .md\:active\:bg-green-50:active{
    --tw-bg-opacity: 1;
    background-color: rgba(141, 255, 205, var(--tw-bg-opacity));
  }

  .tw .md\:active\:bg-green-100:active{
    --tw-bg-opacity: 1;
    background-color: rgba(109, 236, 176, var(--tw-bg-opacity));
  }

  .tw .md\:active\:bg-green-200:active{
    --tw-bg-opacity: 1;
    background-color: rgba(76, 206, 147, var(--tw-bg-opacity));
  }

  .tw .md\:active\:bg-green-300:active{
    --tw-bg-opacity: 1;
    background-color: rgba(36, 176, 119, var(--tw-bg-opacity));
  }

  .tw .md\:active\:bg-green-400:active{
    --tw-bg-opacity: 1;
    background-color: rgba(0, 147, 93, var(--tw-bg-opacity));
  }

  .tw .md\:active\:bg-green-500:active{
    --tw-bg-opacity: 1;
    background-color: rgba(0, 119, 68, var(--tw-bg-opacity));
  }

  .tw .md\:active\:bg-green-600:active{
    --tw-bg-opacity: 1;
    background-color: rgba(0, 91, 43, var(--tw-bg-opacity));
  }

  .tw .md\:active\:bg-green-700:active{
    --tw-bg-opacity: 1;
    background-color: rgba(0, 65, 21, var(--tw-bg-opacity));
  }

  .tw .md\:active\:bg-green-800:active{
    --tw-bg-opacity: 1;
    background-color: rgba(0, 43, 0, var(--tw-bg-opacity));
  }

  .tw .md\:active\:bg-green-900:active{
    --tw-bg-opacity: 1;
    background-color: rgba(0, 27, 0, var(--tw-bg-opacity));
  }

  .tw .md\:active\:bg-green:active{
    --tw-bg-opacity: 1;
    background-color: rgba(46, 182, 125, var(--tw-bg-opacity));
  }

  .tw .md\:active\:bg-yellow-50:active{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 235, 87, var(--tw-bg-opacity));
  }

  .tw .md\:active\:bg-yellow-100:active{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 205, 55, var(--tw-bg-opacity));
  }

  .tw .md\:active\:bg-yellow-200:active{
    --tw-bg-opacity: 1;
    background-color: rgba(228, 176, 9, var(--tw-bg-opacity));
  }

  .tw .md\:active\:bg-yellow-300:active{
    --tw-bg-opacity: 1;
    background-color: rgba(195, 148, 0, var(--tw-bg-opacity));
  }

  .tw .md\:active\:bg-yellow-400:active{
    --tw-bg-opacity: 1;
    background-color: rgba(163, 121, 0, var(--tw-bg-opacity));
  }

  .tw .md\:active\:bg-yellow-500:active{
    --tw-bg-opacity: 1;
    background-color: rgba(133, 95, 0, var(--tw-bg-opacity));
  }

  .tw .md\:active\:bg-yellow-600:active{
    --tw-bg-opacity: 1;
    background-color: rgba(104, 70, 0, var(--tw-bg-opacity));
  }

  .tw .md\:active\:bg-yellow-700:active{
    --tw-bg-opacity: 1;
    background-color: rgba(79, 46, 0, var(--tw-bg-opacity));
  }

  .tw .md\:active\:bg-yellow-800:active{
    --tw-bg-opacity: 1;
    background-color: rgba(61, 22, 0, var(--tw-bg-opacity));
  }

  .tw .md\:active\:bg-yellow-900:active{
    --tw-bg-opacity: 1;
    background-color: rgba(50, 0, 0, var(--tw-bg-opacity));
  }

  .tw .md\:active\:bg-yellow:active{
    --tw-bg-opacity: 1;
    background-color: rgba(254, 199, 47, var(--tw-bg-opacity));
  }

  .tw .md\:active\:bg-purple-50:active{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 216, 255, var(--tw-bg-opacity));
  }

  .tw .md\:active\:bg-purple-100:active{
    --tw-bg-opacity: 1;
    background-color: rgba(240, 186, 255, var(--tw-bg-opacity));
  }

  .tw .md\:active\:bg-purple-200:active{
    --tw-bg-opacity: 1;
    background-color: rgba(208, 157, 255, var(--tw-bg-opacity));
  }

  .tw .md\:active\:bg-purple-300:active{
    --tw-bg-opacity: 1;
    background-color: rgba(177, 128, 255, var(--tw-bg-opacity));
  }

  .tw .md\:active\:bg-purple-400:active{
    --tw-bg-opacity: 1;
    background-color: rgba(146, 101, 233, var(--tw-bg-opacity));
  }

  .tw .md\:active\:bg-purple-500:active{
    --tw-bg-opacity: 1;
    background-color: rgba(116, 74, 203, var(--tw-bg-opacity));
  }

  .tw .md\:active\:bg-purple-600:active{
    --tw-bg-opacity: 1;
    background-color: rgba(85, 48, 173, var(--tw-bg-opacity));
  }

  .tw .md\:active\:bg-purple-700:active{
    --tw-bg-opacity: 1;
    background-color: rgba(53, 22, 144, var(--tw-bg-opacity));
  }

  .tw .md\:active\:bg-purple-800:active{
    --tw-bg-opacity: 1;
    background-color: rgba(9, 0, 116, var(--tw-bg-opacity));
  }

  .tw .md\:active\:bg-purple-900:active{
    --tw-bg-opacity: 1;
    background-color: rgba(0, 0, 89, var(--tw-bg-opacity));
  }

  .tw .md\:active\:bg-purple:active{
    --tw-bg-opacity: 1;
    background-color: rgba(168, 120, 255, var(--tw-bg-opacity));
  }

  .tw .md\:active\:bg-orange-50:active{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 210, 131, var(--tw-bg-opacity));
  }

  .tw .md\:active\:bg-orange-100:active{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 180, 103, var(--tw-bg-opacity));
  }

  .tw .md\:active\:bg-orange-200:active{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 151, 75, var(--tw-bg-opacity));
  }

  .tw .md\:active\:bg-orange-300:active{
    --tw-bg-opacity: 1;
    background-color: rgba(240, 122, 47, var(--tw-bg-opacity));
  }

  .tw .md\:active\:bg-orange-400:active{
    --tw-bg-opacity: 1;
    background-color: rgba(206, 95, 17, var(--tw-bg-opacity));
  }

  .tw .md\:active\:bg-orange-500:active{
    --tw-bg-opacity: 1;
    background-color: rgba(173, 68, 0, var(--tw-bg-opacity));
  }

  .tw .md\:active\:bg-orange-600:active{
    --tw-bg-opacity: 1;
    background-color: rgba(141, 40, 0, var(--tw-bg-opacity));
  }

  .tw .md\:active\:bg-orange-700:active{
    --tw-bg-opacity: 1;
    background-color: rgba(111, 6, 0, var(--tw-bg-opacity));
  }

  .tw .md\:active\:bg-orange-800:active{
    --tw-bg-opacity: 1;
    background-color: rgba(84, 0, 0, var(--tw-bg-opacity));
  }

  .tw .md\:active\:bg-orange-900:active{
    --tw-bg-opacity: 1;
    background-color: rgba(65, 0, 0, var(--tw-bg-opacity));
  }

  .tw .md\:active\:bg-orange:active{
    --tw-bg-opacity: 1;
    background-color: rgba(245, 127, 52, var(--tw-bg-opacity));
  }

  .tw .md\:active\:bg-surface-brand:active{
    --tw-bg-opacity: 1;
    background-color: rgba(26, 26, 26, var(--tw-bg-opacity));
  }

  .tw .md\:active\:bg-surface-lower:active{
    --tw-bg-opacity: 1;
    background-color: rgba(18, 19, 20, var(--tw-bg-opacity));
  }

  .tw .md\:active\:bg-surface-base:active{
    --tw-bg-opacity: 1;
    background-color: rgba(29, 30, 31, var(--tw-bg-opacity));
  }

  .tw .md\:active\:bg-surface-low:active{
    --tw-bg-opacity: 1;
    background-color: rgba(33, 33, 36, var(--tw-bg-opacity));
  }

  .tw .md\:active\:bg-surface-middle:active{
    --tw-bg-opacity: 1;
    background-color: rgba(38, 38, 42, var(--tw-bg-opacity));
  }

  .tw .md\:active\:bg-surface-upper:active{
    --tw-bg-opacity: 1;
    background-color: rgba(41, 41, 46, var(--tw-bg-opacity));
  }

  .tw .md\:active\:bg-surface-high:active{
    --tw-bg-opacity: 1;
    background-color: rgba(52, 52, 53, var(--tw-bg-opacity));
  }

  .tw .md\:active\:bg-surface-higher:active{
    --tw-bg-opacity: 1;
    background-color: rgba(74, 75, 75, var(--tw-bg-opacity));
  }

  .tw .md\:active\:bg-surface-highest:active{
    --tw-bg-opacity: 1;
    background-color: rgba(97, 97, 98, var(--tw-bg-opacity));
  }

  .tw .md\:active\:bg-glyph-base:active{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  }

  .tw .md\:active\:bg-glyph-light:active{
    --tw-bg-opacity: 1;
    background-color: rgba(194, 194, 194, var(--tw-bg-opacity));
  }

  .tw .md\:active\:bg-glyph-lighter:active{
    --tw-bg-opacity: 1;
    background-color: rgba(150, 150, 150, var(--tw-bg-opacity));
  }

  .tw .md\:active\:bg-glyph-lightest:active{
    --tw-bg-opacity: 1;
    background-color: rgba(80, 80, 80, var(--tw-bg-opacity));
  }

  .tw .md\:active\:bg-link:active{
    --tw-bg-opacity: 1;
    background-color: rgba(0, 190, 255, var(--tw-bg-opacity));
  }

  .tw .md\:active\:bg-info-error:active{
    --tw-bg-opacity: 1;
    background-color: rgba(235, 51, 65, var(--tw-bg-opacity));
  }

  .tw .md\:active\:bg-info-danger:active{
    --tw-bg-opacity: 1;
    background-color: rgba(247, 127, 37, var(--tw-bg-opacity));
  }

  .tw .md\:active\:bg-info-warn:active{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 200, 47, var(--tw-bg-opacity));
  }

  .tw .md\:active\:bg-info-ok:active{
    --tw-bg-opacity: 1;
    background-color: rgba(0, 151, 79, var(--tw-bg-opacity));
  }

  .tw .md\:active\:bg-info-notice:active{
    --tw-bg-opacity: 1;
    background-color: rgba(1, 128, 255, var(--tw-bg-opacity));
  }

  .tw .md\:active\:bg-accent-1:active{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 93, 105, var(--tw-bg-opacity));
  }

  .tw .md\:active\:bg-accent-2:active{
    --tw-bg-opacity: 1;
    background-color: rgba(7, 245, 175, var(--tw-bg-opacity));
  }

  .tw .md\:active\:bg-accent-3:active{
    --tw-bg-opacity: 1;
    background-color: rgba(4, 211, 114, var(--tw-bg-opacity));
  }

  .tw .md\:active\:bg-accent-4:active{
    --tw-bg-opacity: 1;
    background-color: rgba(132, 81, 245, var(--tw-bg-opacity));
  }

  .tw .group:hover .md\:group-hover\:bg-current{
    background-color: currentColor;
  }

  .tw .group:hover .md\:group-hover\:bg-transparent{
    background-color: transparent;
  }

  .tw .group:hover .md\:group-hover\:bg-white{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  }

  .tw .group:hover .md\:group-hover\:bg-black{
    --tw-bg-opacity: 1;
    background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
  }

  .tw .group:hover .md\:group-hover\:bg-gray-10{
    --tw-bg-opacity: 1;
    background-color: rgba(240, 240, 240, var(--tw-bg-opacity));
  }

  .tw .group:hover .md\:group-hover\:bg-gray-20{
    --tw-bg-opacity: 1;
    background-color: rgba(226, 226, 226, var(--tw-bg-opacity));
  }

  .tw .group:hover .md\:group-hover\:bg-gray-30{
    --tw-bg-opacity: 1;
    background-color: rgba(211, 211, 211, var(--tw-bg-opacity));
  }

  .tw .group:hover .md\:group-hover\:bg-gray-40{
    --tw-bg-opacity: 1;
    background-color: rgba(197, 197, 197, var(--tw-bg-opacity));
  }

  .tw .group:hover .md\:group-hover\:bg-gray-50{
    --tw-bg-opacity: 1;
    background-color: rgba(183, 183, 183, var(--tw-bg-opacity));
  }

  .tw .group:hover .md\:group-hover\:bg-gray-60{
    --tw-bg-opacity: 1;
    background-color: rgba(169, 169, 169, var(--tw-bg-opacity));
  }

  .tw .group:hover .md\:group-hover\:bg-gray-70{
    --tw-bg-opacity: 1;
    background-color: rgba(156, 156, 156, var(--tw-bg-opacity));
  }

  .tw .group:hover .md\:group-hover\:bg-gray-80{
    --tw-bg-opacity: 1;
    background-color: rgba(142, 142, 142, var(--tw-bg-opacity));
  }

  .tw .group:hover .md\:group-hover\:bg-gray-90{
    --tw-bg-opacity: 1;
    background-color: rgba(129, 129, 129, var(--tw-bg-opacity));
  }

  .tw .group:hover .md\:group-hover\:bg-gray-100{
    --tw-bg-opacity: 1;
    background-color: rgba(108, 109, 114, var(--tw-bg-opacity));
  }

  .tw .group:hover .md\:group-hover\:bg-gray-200{
    --tw-bg-opacity: 1;
    background-color: rgba(96, 97, 103, var(--tw-bg-opacity));
  }

  .tw .group:hover .md\:group-hover\:bg-gray-300{
    --tw-bg-opacity: 1;
    background-color: rgba(84, 86, 91, var(--tw-bg-opacity));
  }

  .tw .group:hover .md\:group-hover\:bg-gray-400{
    --tw-bg-opacity: 1;
    background-color: rgba(73, 73, 80, var(--tw-bg-opacity));
  }

  .tw .group:hover .md\:group-hover\:bg-gray-500{
    --tw-bg-opacity: 1;
    background-color: rgba(61, 61, 68, var(--tw-bg-opacity));
  }

  .tw .group:hover .md\:group-hover\:bg-gray-600{
    --tw-bg-opacity: 1;
    background-color: rgba(53, 53, 61, var(--tw-bg-opacity));
  }

  .tw .group:hover .md\:group-hover\:bg-gray-700{
    --tw-bg-opacity: 1;
    background-color: rgba(45, 45, 49, var(--tw-bg-opacity));
  }

  .tw .group:hover .md\:group-hover\:bg-gray-800{
    --tw-bg-opacity: 1;
    background-color: rgba(38, 37, 42, var(--tw-bg-opacity));
  }

  .tw .group:hover .md\:group-hover\:bg-gray-850{
    --tw-bg-opacity: 1;
    background-color: rgba(32, 32, 37, var(--tw-bg-opacity));
  }

  .tw .group:hover .md\:group-hover\:bg-gray-900{
    --tw-bg-opacity: 1;
    background-color: rgba(27, 27, 32, var(--tw-bg-opacity));
  }

  .tw .group:hover .md\:group-hover\:bg-gray-950{
    --tw-bg-opacity: 1;
    background-color: rgba(20, 20, 23, var(--tw-bg-opacity));
  }

  .tw .group:hover .md\:group-hover\:bg-brand-50{
    --tw-bg-opacity: 1;
    background-color: rgba(127, 255, 255, var(--tw-bg-opacity));
  }

  .tw .group:hover .md\:group-hover\:bg-brand-100{
    --tw-bg-opacity: 1;
    background-color: rgba(87, 226, 255, var(--tw-bg-opacity));
  }

  .tw .group:hover .md\:group-hover\:bg-brand-200{
    --tw-bg-opacity: 1;
    background-color: rgba(32, 197, 255, var(--tw-bg-opacity));
  }

  .tw .group:hover .md\:group-hover\:bg-brand-300{
    --tw-bg-opacity: 1;
    background-color: rgba(0, 167, 231, var(--tw-bg-opacity));
  }

  .tw .group:hover .md\:group-hover\:bg-brand-400{
    --tw-bg-opacity: 1;
    background-color: rgba(0, 139, 201, var(--tw-bg-opacity));
  }

  .tw .group:hover .md\:group-hover\:bg-brand-500{
    --tw-bg-opacity: 1;
    background-color: rgba(0, 112, 172, var(--tw-bg-opacity));
  }

  .tw .group:hover .md\:group-hover\:bg-brand-600{
    --tw-bg-opacity: 1;
    background-color: rgba(0, 86, 143, var(--tw-bg-opacity));
  }

  .tw .group:hover .md\:group-hover\:bg-brand-700{
    --tw-bg-opacity: 1;
    background-color: rgba(0, 62, 116, var(--tw-bg-opacity));
  }

  .tw .group:hover .md\:group-hover\:bg-brand-800{
    --tw-bg-opacity: 1;
    background-color: rgba(0, 39, 89, var(--tw-bg-opacity));
  }

  .tw .group:hover .md\:group-hover\:bg-brand-900{
    --tw-bg-opacity: 1;
    background-color: rgba(0, 18, 63, var(--tw-bg-opacity));
  }

  .tw .group:hover .md\:group-hover\:bg-brand{
    --tw-bg-opacity: 1;
    background-color: rgba(0, 190, 255, var(--tw-bg-opacity));
  }

  .tw .group:hover .md\:group-hover\:bg-brand-base{
    --tw-bg-opacity: 1;
    background-color: rgba(0, 190, 255, var(--tw-bg-opacity));
  }

  .tw .group:hover .md\:group-hover\:bg-red-50{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 202, 200, var(--tw-bg-opacity));
  }

  .tw .group:hover .md\:group-hover\:bg-red-100{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 171, 171, var(--tw-bg-opacity));
  }

  .tw .group:hover .md\:group-hover\:bg-red-200{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 142, 142, var(--tw-bg-opacity));
  }

  .tw .group:hover .md\:group-hover\:bg-red-300{
    --tw-bg-opacity: 1;
    background-color: rgba(247, 112, 115, var(--tw-bg-opacity));
  }

  .tw .group:hover .md\:group-hover\:bg-red-400{
    --tw-bg-opacity: 1;
    background-color: rgba(215, 83, 89, var(--tw-bg-opacity));
  }

  .tw .group:hover .md\:group-hover\:bg-red-500{
    --tw-bg-opacity: 1;
    background-color: rgba(182, 54, 64, var(--tw-bg-opacity));
  }

  .tw .group:hover .md\:group-hover\:bg-red-600{
    --tw-bg-opacity: 1;
    background-color: rgba(150, 18, 41, var(--tw-bg-opacity));
  }

  .tw .group:hover .md\:group-hover\:bg-red-700{
    --tw-bg-opacity: 1;
    background-color: rgba(119, 0, 19, var(--tw-bg-opacity));
  }

  .tw .group:hover .md\:group-hover\:bg-red-800{
    --tw-bg-opacity: 1;
    background-color: rgba(89, 0, 0, var(--tw-bg-opacity));
  }

  .tw .group:hover .md\:group-hover\:bg-red-900{
    --tw-bg-opacity: 1;
    background-color: rgba(65, 0, 0, var(--tw-bg-opacity));
  }

  .tw .group:hover .md\:group-hover\:bg-red{
    --tw-bg-opacity: 1;
    background-color: rgba(211, 80, 86, var(--tw-bg-opacity));
  }

  .tw .group:hover .md\:group-hover\:bg-red-brand{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 79, 79, var(--tw-bg-opacity));
  }

  .tw .group:hover .md\:group-hover\:bg-green-50{
    --tw-bg-opacity: 1;
    background-color: rgba(141, 255, 205, var(--tw-bg-opacity));
  }

  .tw .group:hover .md\:group-hover\:bg-green-100{
    --tw-bg-opacity: 1;
    background-color: rgba(109, 236, 176, var(--tw-bg-opacity));
  }

  .tw .group:hover .md\:group-hover\:bg-green-200{
    --tw-bg-opacity: 1;
    background-color: rgba(76, 206, 147, var(--tw-bg-opacity));
  }

  .tw .group:hover .md\:group-hover\:bg-green-300{
    --tw-bg-opacity: 1;
    background-color: rgba(36, 176, 119, var(--tw-bg-opacity));
  }

  .tw .group:hover .md\:group-hover\:bg-green-400{
    --tw-bg-opacity: 1;
    background-color: rgba(0, 147, 93, var(--tw-bg-opacity));
  }

  .tw .group:hover .md\:group-hover\:bg-green-500{
    --tw-bg-opacity: 1;
    background-color: rgba(0, 119, 68, var(--tw-bg-opacity));
  }

  .tw .group:hover .md\:group-hover\:bg-green-600{
    --tw-bg-opacity: 1;
    background-color: rgba(0, 91, 43, var(--tw-bg-opacity));
  }

  .tw .group:hover .md\:group-hover\:bg-green-700{
    --tw-bg-opacity: 1;
    background-color: rgba(0, 65, 21, var(--tw-bg-opacity));
  }

  .tw .group:hover .md\:group-hover\:bg-green-800{
    --tw-bg-opacity: 1;
    background-color: rgba(0, 43, 0, var(--tw-bg-opacity));
  }

  .tw .group:hover .md\:group-hover\:bg-green-900{
    --tw-bg-opacity: 1;
    background-color: rgba(0, 27, 0, var(--tw-bg-opacity));
  }

  .tw .group:hover .md\:group-hover\:bg-green{
    --tw-bg-opacity: 1;
    background-color: rgba(46, 182, 125, var(--tw-bg-opacity));
  }

  .tw .group:hover .md\:group-hover\:bg-yellow-50{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 235, 87, var(--tw-bg-opacity));
  }

  .tw .group:hover .md\:group-hover\:bg-yellow-100{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 205, 55, var(--tw-bg-opacity));
  }

  .tw .group:hover .md\:group-hover\:bg-yellow-200{
    --tw-bg-opacity: 1;
    background-color: rgba(228, 176, 9, var(--tw-bg-opacity));
  }

  .tw .group:hover .md\:group-hover\:bg-yellow-300{
    --tw-bg-opacity: 1;
    background-color: rgba(195, 148, 0, var(--tw-bg-opacity));
  }

  .tw .group:hover .md\:group-hover\:bg-yellow-400{
    --tw-bg-opacity: 1;
    background-color: rgba(163, 121, 0, var(--tw-bg-opacity));
  }

  .tw .group:hover .md\:group-hover\:bg-yellow-500{
    --tw-bg-opacity: 1;
    background-color: rgba(133, 95, 0, var(--tw-bg-opacity));
  }

  .tw .group:hover .md\:group-hover\:bg-yellow-600{
    --tw-bg-opacity: 1;
    background-color: rgba(104, 70, 0, var(--tw-bg-opacity));
  }

  .tw .group:hover .md\:group-hover\:bg-yellow-700{
    --tw-bg-opacity: 1;
    background-color: rgba(79, 46, 0, var(--tw-bg-opacity));
  }

  .tw .group:hover .md\:group-hover\:bg-yellow-800{
    --tw-bg-opacity: 1;
    background-color: rgba(61, 22, 0, var(--tw-bg-opacity));
  }

  .tw .group:hover .md\:group-hover\:bg-yellow-900{
    --tw-bg-opacity: 1;
    background-color: rgba(50, 0, 0, var(--tw-bg-opacity));
  }

  .tw .group:hover .md\:group-hover\:bg-yellow{
    --tw-bg-opacity: 1;
    background-color: rgba(254, 199, 47, var(--tw-bg-opacity));
  }

  .tw .group:hover .md\:group-hover\:bg-purple-50{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 216, 255, var(--tw-bg-opacity));
  }

  .tw .group:hover .md\:group-hover\:bg-purple-100{
    --tw-bg-opacity: 1;
    background-color: rgba(240, 186, 255, var(--tw-bg-opacity));
  }

  .tw .group:hover .md\:group-hover\:bg-purple-200{
    --tw-bg-opacity: 1;
    background-color: rgba(208, 157, 255, var(--tw-bg-opacity));
  }

  .tw .group:hover .md\:group-hover\:bg-purple-300{
    --tw-bg-opacity: 1;
    background-color: rgba(177, 128, 255, var(--tw-bg-opacity));
  }

  .tw .group:hover .md\:group-hover\:bg-purple-400{
    --tw-bg-opacity: 1;
    background-color: rgba(146, 101, 233, var(--tw-bg-opacity));
  }

  .tw .group:hover .md\:group-hover\:bg-purple-500{
    --tw-bg-opacity: 1;
    background-color: rgba(116, 74, 203, var(--tw-bg-opacity));
  }

  .tw .group:hover .md\:group-hover\:bg-purple-600{
    --tw-bg-opacity: 1;
    background-color: rgba(85, 48, 173, var(--tw-bg-opacity));
  }

  .tw .group:hover .md\:group-hover\:bg-purple-700{
    --tw-bg-opacity: 1;
    background-color: rgba(53, 22, 144, var(--tw-bg-opacity));
  }

  .tw .group:hover .md\:group-hover\:bg-purple-800{
    --tw-bg-opacity: 1;
    background-color: rgba(9, 0, 116, var(--tw-bg-opacity));
  }

  .tw .group:hover .md\:group-hover\:bg-purple-900{
    --tw-bg-opacity: 1;
    background-color: rgba(0, 0, 89, var(--tw-bg-opacity));
  }

  .tw .group:hover .md\:group-hover\:bg-purple{
    --tw-bg-opacity: 1;
    background-color: rgba(168, 120, 255, var(--tw-bg-opacity));
  }

  .tw .group:hover .md\:group-hover\:bg-orange-50{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 210, 131, var(--tw-bg-opacity));
  }

  .tw .group:hover .md\:group-hover\:bg-orange-100{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 180, 103, var(--tw-bg-opacity));
  }

  .tw .group:hover .md\:group-hover\:bg-orange-200{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 151, 75, var(--tw-bg-opacity));
  }

  .tw .group:hover .md\:group-hover\:bg-orange-300{
    --tw-bg-opacity: 1;
    background-color: rgba(240, 122, 47, var(--tw-bg-opacity));
  }

  .tw .group:hover .md\:group-hover\:bg-orange-400{
    --tw-bg-opacity: 1;
    background-color: rgba(206, 95, 17, var(--tw-bg-opacity));
  }

  .tw .group:hover .md\:group-hover\:bg-orange-500{
    --tw-bg-opacity: 1;
    background-color: rgba(173, 68, 0, var(--tw-bg-opacity));
  }

  .tw .group:hover .md\:group-hover\:bg-orange-600{
    --tw-bg-opacity: 1;
    background-color: rgba(141, 40, 0, var(--tw-bg-opacity));
  }

  .tw .group:hover .md\:group-hover\:bg-orange-700{
    --tw-bg-opacity: 1;
    background-color: rgba(111, 6, 0, var(--tw-bg-opacity));
  }

  .tw .group:hover .md\:group-hover\:bg-orange-800{
    --tw-bg-opacity: 1;
    background-color: rgba(84, 0, 0, var(--tw-bg-opacity));
  }

  .tw .group:hover .md\:group-hover\:bg-orange-900{
    --tw-bg-opacity: 1;
    background-color: rgba(65, 0, 0, var(--tw-bg-opacity));
  }

  .tw .group:hover .md\:group-hover\:bg-orange{
    --tw-bg-opacity: 1;
    background-color: rgba(245, 127, 52, var(--tw-bg-opacity));
  }

  .tw .group:hover .md\:group-hover\:bg-surface-brand{
    --tw-bg-opacity: 1;
    background-color: rgba(26, 26, 26, var(--tw-bg-opacity));
  }

  .tw .group:hover .md\:group-hover\:bg-surface-lower{
    --tw-bg-opacity: 1;
    background-color: rgba(18, 19, 20, var(--tw-bg-opacity));
  }

  .tw .group:hover .md\:group-hover\:bg-surface-base{
    --tw-bg-opacity: 1;
    background-color: rgba(29, 30, 31, var(--tw-bg-opacity));
  }

  .tw .group:hover .md\:group-hover\:bg-surface-low{
    --tw-bg-opacity: 1;
    background-color: rgba(33, 33, 36, var(--tw-bg-opacity));
  }

  .tw .group:hover .md\:group-hover\:bg-surface-middle{
    --tw-bg-opacity: 1;
    background-color: rgba(38, 38, 42, var(--tw-bg-opacity));
  }

  .tw .group:hover .md\:group-hover\:bg-surface-upper{
    --tw-bg-opacity: 1;
    background-color: rgba(41, 41, 46, var(--tw-bg-opacity));
  }

  .tw .group:hover .md\:group-hover\:bg-surface-high{
    --tw-bg-opacity: 1;
    background-color: rgba(52, 52, 53, var(--tw-bg-opacity));
  }

  .tw .group:hover .md\:group-hover\:bg-surface-higher{
    --tw-bg-opacity: 1;
    background-color: rgba(74, 75, 75, var(--tw-bg-opacity));
  }

  .tw .group:hover .md\:group-hover\:bg-surface-highest{
    --tw-bg-opacity: 1;
    background-color: rgba(97, 97, 98, var(--tw-bg-opacity));
  }

  .tw .group:hover .md\:group-hover\:bg-glyph-base{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  }

  .tw .group:hover .md\:group-hover\:bg-glyph-light{
    --tw-bg-opacity: 1;
    background-color: rgba(194, 194, 194, var(--tw-bg-opacity));
  }

  .tw .group:hover .md\:group-hover\:bg-glyph-lighter{
    --tw-bg-opacity: 1;
    background-color: rgba(150, 150, 150, var(--tw-bg-opacity));
  }

  .tw .group:hover .md\:group-hover\:bg-glyph-lightest{
    --tw-bg-opacity: 1;
    background-color: rgba(80, 80, 80, var(--tw-bg-opacity));
  }

  .tw .group:hover .md\:group-hover\:bg-link{
    --tw-bg-opacity: 1;
    background-color: rgba(0, 190, 255, var(--tw-bg-opacity));
  }

  .tw .group:hover .md\:group-hover\:bg-info-error{
    --tw-bg-opacity: 1;
    background-color: rgba(235, 51, 65, var(--tw-bg-opacity));
  }

  .tw .group:hover .md\:group-hover\:bg-info-danger{
    --tw-bg-opacity: 1;
    background-color: rgba(247, 127, 37, var(--tw-bg-opacity));
  }

  .tw .group:hover .md\:group-hover\:bg-info-warn{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 200, 47, var(--tw-bg-opacity));
  }

  .tw .group:hover .md\:group-hover\:bg-info-ok{
    --tw-bg-opacity: 1;
    background-color: rgba(0, 151, 79, var(--tw-bg-opacity));
  }

  .tw .group:hover .md\:group-hover\:bg-info-notice{
    --tw-bg-opacity: 1;
    background-color: rgba(1, 128, 255, var(--tw-bg-opacity));
  }

  .tw .group:hover .md\:group-hover\:bg-accent-1{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 93, 105, var(--tw-bg-opacity));
  }

  .tw .group:hover .md\:group-hover\:bg-accent-2{
    --tw-bg-opacity: 1;
    background-color: rgba(7, 245, 175, var(--tw-bg-opacity));
  }

  .tw .group:hover .md\:group-hover\:bg-accent-3{
    --tw-bg-opacity: 1;
    background-color: rgba(4, 211, 114, var(--tw-bg-opacity));
  }

  .tw .group:hover .md\:group-hover\:bg-accent-4{
    --tw-bg-opacity: 1;
    background-color: rgba(132, 81, 245, var(--tw-bg-opacity));
  }

  .tw .md\:checked\:bg-current:checked{
    background-color: currentColor;
  }

  .tw .md\:checked\:bg-transparent:checked{
    background-color: transparent;
  }

  .tw .md\:checked\:bg-white:checked{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  }

  .tw .md\:checked\:bg-black:checked{
    --tw-bg-opacity: 1;
    background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
  }

  .tw .md\:checked\:bg-gray-10:checked{
    --tw-bg-opacity: 1;
    background-color: rgba(240, 240, 240, var(--tw-bg-opacity));
  }

  .tw .md\:checked\:bg-gray-20:checked{
    --tw-bg-opacity: 1;
    background-color: rgba(226, 226, 226, var(--tw-bg-opacity));
  }

  .tw .md\:checked\:bg-gray-30:checked{
    --tw-bg-opacity: 1;
    background-color: rgba(211, 211, 211, var(--tw-bg-opacity));
  }

  .tw .md\:checked\:bg-gray-40:checked{
    --tw-bg-opacity: 1;
    background-color: rgba(197, 197, 197, var(--tw-bg-opacity));
  }

  .tw .md\:checked\:bg-gray-50:checked{
    --tw-bg-opacity: 1;
    background-color: rgba(183, 183, 183, var(--tw-bg-opacity));
  }

  .tw .md\:checked\:bg-gray-60:checked{
    --tw-bg-opacity: 1;
    background-color: rgba(169, 169, 169, var(--tw-bg-opacity));
  }

  .tw .md\:checked\:bg-gray-70:checked{
    --tw-bg-opacity: 1;
    background-color: rgba(156, 156, 156, var(--tw-bg-opacity));
  }

  .tw .md\:checked\:bg-gray-80:checked{
    --tw-bg-opacity: 1;
    background-color: rgba(142, 142, 142, var(--tw-bg-opacity));
  }

  .tw .md\:checked\:bg-gray-90:checked{
    --tw-bg-opacity: 1;
    background-color: rgba(129, 129, 129, var(--tw-bg-opacity));
  }

  .tw .md\:checked\:bg-gray-100:checked{
    --tw-bg-opacity: 1;
    background-color: rgba(108, 109, 114, var(--tw-bg-opacity));
  }

  .tw .md\:checked\:bg-gray-200:checked{
    --tw-bg-opacity: 1;
    background-color: rgba(96, 97, 103, var(--tw-bg-opacity));
  }

  .tw .md\:checked\:bg-gray-300:checked{
    --tw-bg-opacity: 1;
    background-color: rgba(84, 86, 91, var(--tw-bg-opacity));
  }

  .tw .md\:checked\:bg-gray-400:checked{
    --tw-bg-opacity: 1;
    background-color: rgba(73, 73, 80, var(--tw-bg-opacity));
  }

  .tw .md\:checked\:bg-gray-500:checked{
    --tw-bg-opacity: 1;
    background-color: rgba(61, 61, 68, var(--tw-bg-opacity));
  }

  .tw .md\:checked\:bg-gray-600:checked{
    --tw-bg-opacity: 1;
    background-color: rgba(53, 53, 61, var(--tw-bg-opacity));
  }

  .tw .md\:checked\:bg-gray-700:checked{
    --tw-bg-opacity: 1;
    background-color: rgba(45, 45, 49, var(--tw-bg-opacity));
  }

  .tw .md\:checked\:bg-gray-800:checked{
    --tw-bg-opacity: 1;
    background-color: rgba(38, 37, 42, var(--tw-bg-opacity));
  }

  .tw .md\:checked\:bg-gray-850:checked{
    --tw-bg-opacity: 1;
    background-color: rgba(32, 32, 37, var(--tw-bg-opacity));
  }

  .tw .md\:checked\:bg-gray-900:checked{
    --tw-bg-opacity: 1;
    background-color: rgba(27, 27, 32, var(--tw-bg-opacity));
  }

  .tw .md\:checked\:bg-gray-950:checked{
    --tw-bg-opacity: 1;
    background-color: rgba(20, 20, 23, var(--tw-bg-opacity));
  }

  .tw .md\:checked\:bg-brand-50:checked{
    --tw-bg-opacity: 1;
    background-color: rgba(127, 255, 255, var(--tw-bg-opacity));
  }

  .tw .md\:checked\:bg-brand-100:checked{
    --tw-bg-opacity: 1;
    background-color: rgba(87, 226, 255, var(--tw-bg-opacity));
  }

  .tw .md\:checked\:bg-brand-200:checked{
    --tw-bg-opacity: 1;
    background-color: rgba(32, 197, 255, var(--tw-bg-opacity));
  }

  .tw .md\:checked\:bg-brand-300:checked{
    --tw-bg-opacity: 1;
    background-color: rgba(0, 167, 231, var(--tw-bg-opacity));
  }

  .tw .md\:checked\:bg-brand-400:checked{
    --tw-bg-opacity: 1;
    background-color: rgba(0, 139, 201, var(--tw-bg-opacity));
  }

  .tw .md\:checked\:bg-brand-500:checked{
    --tw-bg-opacity: 1;
    background-color: rgba(0, 112, 172, var(--tw-bg-opacity));
  }

  .tw .md\:checked\:bg-brand-600:checked{
    --tw-bg-opacity: 1;
    background-color: rgba(0, 86, 143, var(--tw-bg-opacity));
  }

  .tw .md\:checked\:bg-brand-700:checked{
    --tw-bg-opacity: 1;
    background-color: rgba(0, 62, 116, var(--tw-bg-opacity));
  }

  .tw .md\:checked\:bg-brand-800:checked{
    --tw-bg-opacity: 1;
    background-color: rgba(0, 39, 89, var(--tw-bg-opacity));
  }

  .tw .md\:checked\:bg-brand-900:checked{
    --tw-bg-opacity: 1;
    background-color: rgba(0, 18, 63, var(--tw-bg-opacity));
  }

  .tw .md\:checked\:bg-brand:checked{
    --tw-bg-opacity: 1;
    background-color: rgba(0, 190, 255, var(--tw-bg-opacity));
  }

  .tw .md\:checked\:bg-brand-base:checked{
    --tw-bg-opacity: 1;
    background-color: rgba(0, 190, 255, var(--tw-bg-opacity));
  }

  .tw .md\:checked\:bg-red-50:checked{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 202, 200, var(--tw-bg-opacity));
  }

  .tw .md\:checked\:bg-red-100:checked{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 171, 171, var(--tw-bg-opacity));
  }

  .tw .md\:checked\:bg-red-200:checked{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 142, 142, var(--tw-bg-opacity));
  }

  .tw .md\:checked\:bg-red-300:checked{
    --tw-bg-opacity: 1;
    background-color: rgba(247, 112, 115, var(--tw-bg-opacity));
  }

  .tw .md\:checked\:bg-red-400:checked{
    --tw-bg-opacity: 1;
    background-color: rgba(215, 83, 89, var(--tw-bg-opacity));
  }

  .tw .md\:checked\:bg-red-500:checked{
    --tw-bg-opacity: 1;
    background-color: rgba(182, 54, 64, var(--tw-bg-opacity));
  }

  .tw .md\:checked\:bg-red-600:checked{
    --tw-bg-opacity: 1;
    background-color: rgba(150, 18, 41, var(--tw-bg-opacity));
  }

  .tw .md\:checked\:bg-red-700:checked{
    --tw-bg-opacity: 1;
    background-color: rgba(119, 0, 19, var(--tw-bg-opacity));
  }

  .tw .md\:checked\:bg-red-800:checked{
    --tw-bg-opacity: 1;
    background-color: rgba(89, 0, 0, var(--tw-bg-opacity));
  }

  .tw .md\:checked\:bg-red-900:checked{
    --tw-bg-opacity: 1;
    background-color: rgba(65, 0, 0, var(--tw-bg-opacity));
  }

  .tw .md\:checked\:bg-red:checked{
    --tw-bg-opacity: 1;
    background-color: rgba(211, 80, 86, var(--tw-bg-opacity));
  }

  .tw .md\:checked\:bg-red-brand:checked{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 79, 79, var(--tw-bg-opacity));
  }

  .tw .md\:checked\:bg-green-50:checked{
    --tw-bg-opacity: 1;
    background-color: rgba(141, 255, 205, var(--tw-bg-opacity));
  }

  .tw .md\:checked\:bg-green-100:checked{
    --tw-bg-opacity: 1;
    background-color: rgba(109, 236, 176, var(--tw-bg-opacity));
  }

  .tw .md\:checked\:bg-green-200:checked{
    --tw-bg-opacity: 1;
    background-color: rgba(76, 206, 147, var(--tw-bg-opacity));
  }

  .tw .md\:checked\:bg-green-300:checked{
    --tw-bg-opacity: 1;
    background-color: rgba(36, 176, 119, var(--tw-bg-opacity));
  }

  .tw .md\:checked\:bg-green-400:checked{
    --tw-bg-opacity: 1;
    background-color: rgba(0, 147, 93, var(--tw-bg-opacity));
  }

  .tw .md\:checked\:bg-green-500:checked{
    --tw-bg-opacity: 1;
    background-color: rgba(0, 119, 68, var(--tw-bg-opacity));
  }

  .tw .md\:checked\:bg-green-600:checked{
    --tw-bg-opacity: 1;
    background-color: rgba(0, 91, 43, var(--tw-bg-opacity));
  }

  .tw .md\:checked\:bg-green-700:checked{
    --tw-bg-opacity: 1;
    background-color: rgba(0, 65, 21, var(--tw-bg-opacity));
  }

  .tw .md\:checked\:bg-green-800:checked{
    --tw-bg-opacity: 1;
    background-color: rgba(0, 43, 0, var(--tw-bg-opacity));
  }

  .tw .md\:checked\:bg-green-900:checked{
    --tw-bg-opacity: 1;
    background-color: rgba(0, 27, 0, var(--tw-bg-opacity));
  }

  .tw .md\:checked\:bg-green:checked{
    --tw-bg-opacity: 1;
    background-color: rgba(46, 182, 125, var(--tw-bg-opacity));
  }

  .tw .md\:checked\:bg-yellow-50:checked{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 235, 87, var(--tw-bg-opacity));
  }

  .tw .md\:checked\:bg-yellow-100:checked{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 205, 55, var(--tw-bg-opacity));
  }

  .tw .md\:checked\:bg-yellow-200:checked{
    --tw-bg-opacity: 1;
    background-color: rgba(228, 176, 9, var(--tw-bg-opacity));
  }

  .tw .md\:checked\:bg-yellow-300:checked{
    --tw-bg-opacity: 1;
    background-color: rgba(195, 148, 0, var(--tw-bg-opacity));
  }

  .tw .md\:checked\:bg-yellow-400:checked{
    --tw-bg-opacity: 1;
    background-color: rgba(163, 121, 0, var(--tw-bg-opacity));
  }

  .tw .md\:checked\:bg-yellow-500:checked{
    --tw-bg-opacity: 1;
    background-color: rgba(133, 95, 0, var(--tw-bg-opacity));
  }

  .tw .md\:checked\:bg-yellow-600:checked{
    --tw-bg-opacity: 1;
    background-color: rgba(104, 70, 0, var(--tw-bg-opacity));
  }

  .tw .md\:checked\:bg-yellow-700:checked{
    --tw-bg-opacity: 1;
    background-color: rgba(79, 46, 0, var(--tw-bg-opacity));
  }

  .tw .md\:checked\:bg-yellow-800:checked{
    --tw-bg-opacity: 1;
    background-color: rgba(61, 22, 0, var(--tw-bg-opacity));
  }

  .tw .md\:checked\:bg-yellow-900:checked{
    --tw-bg-opacity: 1;
    background-color: rgba(50, 0, 0, var(--tw-bg-opacity));
  }

  .tw .md\:checked\:bg-yellow:checked{
    --tw-bg-opacity: 1;
    background-color: rgba(254, 199, 47, var(--tw-bg-opacity));
  }

  .tw .md\:checked\:bg-purple-50:checked{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 216, 255, var(--tw-bg-opacity));
  }

  .tw .md\:checked\:bg-purple-100:checked{
    --tw-bg-opacity: 1;
    background-color: rgba(240, 186, 255, var(--tw-bg-opacity));
  }

  .tw .md\:checked\:bg-purple-200:checked{
    --tw-bg-opacity: 1;
    background-color: rgba(208, 157, 255, var(--tw-bg-opacity));
  }

  .tw .md\:checked\:bg-purple-300:checked{
    --tw-bg-opacity: 1;
    background-color: rgba(177, 128, 255, var(--tw-bg-opacity));
  }

  .tw .md\:checked\:bg-purple-400:checked{
    --tw-bg-opacity: 1;
    background-color: rgba(146, 101, 233, var(--tw-bg-opacity));
  }

  .tw .md\:checked\:bg-purple-500:checked{
    --tw-bg-opacity: 1;
    background-color: rgba(116, 74, 203, var(--tw-bg-opacity));
  }

  .tw .md\:checked\:bg-purple-600:checked{
    --tw-bg-opacity: 1;
    background-color: rgba(85, 48, 173, var(--tw-bg-opacity));
  }

  .tw .md\:checked\:bg-purple-700:checked{
    --tw-bg-opacity: 1;
    background-color: rgba(53, 22, 144, var(--tw-bg-opacity));
  }

  .tw .md\:checked\:bg-purple-800:checked{
    --tw-bg-opacity: 1;
    background-color: rgba(9, 0, 116, var(--tw-bg-opacity));
  }

  .tw .md\:checked\:bg-purple-900:checked{
    --tw-bg-opacity: 1;
    background-color: rgba(0, 0, 89, var(--tw-bg-opacity));
  }

  .tw .md\:checked\:bg-purple:checked{
    --tw-bg-opacity: 1;
    background-color: rgba(168, 120, 255, var(--tw-bg-opacity));
  }

  .tw .md\:checked\:bg-orange-50:checked{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 210, 131, var(--tw-bg-opacity));
  }

  .tw .md\:checked\:bg-orange-100:checked{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 180, 103, var(--tw-bg-opacity));
  }

  .tw .md\:checked\:bg-orange-200:checked{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 151, 75, var(--tw-bg-opacity));
  }

  .tw .md\:checked\:bg-orange-300:checked{
    --tw-bg-opacity: 1;
    background-color: rgba(240, 122, 47, var(--tw-bg-opacity));
  }

  .tw .md\:checked\:bg-orange-400:checked{
    --tw-bg-opacity: 1;
    background-color: rgba(206, 95, 17, var(--tw-bg-opacity));
  }

  .tw .md\:checked\:bg-orange-500:checked{
    --tw-bg-opacity: 1;
    background-color: rgba(173, 68, 0, var(--tw-bg-opacity));
  }

  .tw .md\:checked\:bg-orange-600:checked{
    --tw-bg-opacity: 1;
    background-color: rgba(141, 40, 0, var(--tw-bg-opacity));
  }

  .tw .md\:checked\:bg-orange-700:checked{
    --tw-bg-opacity: 1;
    background-color: rgba(111, 6, 0, var(--tw-bg-opacity));
  }

  .tw .md\:checked\:bg-orange-800:checked{
    --tw-bg-opacity: 1;
    background-color: rgba(84, 0, 0, var(--tw-bg-opacity));
  }

  .tw .md\:checked\:bg-orange-900:checked{
    --tw-bg-opacity: 1;
    background-color: rgba(65, 0, 0, var(--tw-bg-opacity));
  }

  .tw .md\:checked\:bg-orange:checked{
    --tw-bg-opacity: 1;
    background-color: rgba(245, 127, 52, var(--tw-bg-opacity));
  }

  .tw .md\:checked\:bg-surface-brand:checked{
    --tw-bg-opacity: 1;
    background-color: rgba(26, 26, 26, var(--tw-bg-opacity));
  }

  .tw .md\:checked\:bg-surface-lower:checked{
    --tw-bg-opacity: 1;
    background-color: rgba(18, 19, 20, var(--tw-bg-opacity));
  }

  .tw .md\:checked\:bg-surface-base:checked{
    --tw-bg-opacity: 1;
    background-color: rgba(29, 30, 31, var(--tw-bg-opacity));
  }

  .tw .md\:checked\:bg-surface-low:checked{
    --tw-bg-opacity: 1;
    background-color: rgba(33, 33, 36, var(--tw-bg-opacity));
  }

  .tw .md\:checked\:bg-surface-middle:checked{
    --tw-bg-opacity: 1;
    background-color: rgba(38, 38, 42, var(--tw-bg-opacity));
  }

  .tw .md\:checked\:bg-surface-upper:checked{
    --tw-bg-opacity: 1;
    background-color: rgba(41, 41, 46, var(--tw-bg-opacity));
  }

  .tw .md\:checked\:bg-surface-high:checked{
    --tw-bg-opacity: 1;
    background-color: rgba(52, 52, 53, var(--tw-bg-opacity));
  }

  .tw .md\:checked\:bg-surface-higher:checked{
    --tw-bg-opacity: 1;
    background-color: rgba(74, 75, 75, var(--tw-bg-opacity));
  }

  .tw .md\:checked\:bg-surface-highest:checked{
    --tw-bg-opacity: 1;
    background-color: rgba(97, 97, 98, var(--tw-bg-opacity));
  }

  .tw .md\:checked\:bg-glyph-base:checked{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  }

  .tw .md\:checked\:bg-glyph-light:checked{
    --tw-bg-opacity: 1;
    background-color: rgba(194, 194, 194, var(--tw-bg-opacity));
  }

  .tw .md\:checked\:bg-glyph-lighter:checked{
    --tw-bg-opacity: 1;
    background-color: rgba(150, 150, 150, var(--tw-bg-opacity));
  }

  .tw .md\:checked\:bg-glyph-lightest:checked{
    --tw-bg-opacity: 1;
    background-color: rgba(80, 80, 80, var(--tw-bg-opacity));
  }

  .tw .md\:checked\:bg-link:checked{
    --tw-bg-opacity: 1;
    background-color: rgba(0, 190, 255, var(--tw-bg-opacity));
  }

  .tw .md\:checked\:bg-info-error:checked{
    --tw-bg-opacity: 1;
    background-color: rgba(235, 51, 65, var(--tw-bg-opacity));
  }

  .tw .md\:checked\:bg-info-danger:checked{
    --tw-bg-opacity: 1;
    background-color: rgba(247, 127, 37, var(--tw-bg-opacity));
  }

  .tw .md\:checked\:bg-info-warn:checked{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 200, 47, var(--tw-bg-opacity));
  }

  .tw .md\:checked\:bg-info-ok:checked{
    --tw-bg-opacity: 1;
    background-color: rgba(0, 151, 79, var(--tw-bg-opacity));
  }

  .tw .md\:checked\:bg-info-notice:checked{
    --tw-bg-opacity: 1;
    background-color: rgba(1, 128, 255, var(--tw-bg-opacity));
  }

  .tw .md\:checked\:bg-accent-1:checked{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 93, 105, var(--tw-bg-opacity));
  }

  .tw .md\:checked\:bg-accent-2:checked{
    --tw-bg-opacity: 1;
    background-color: rgba(7, 245, 175, var(--tw-bg-opacity));
  }

  .tw .md\:checked\:bg-accent-3:checked{
    --tw-bg-opacity: 1;
    background-color: rgba(4, 211, 114, var(--tw-bg-opacity));
  }

  .tw .md\:checked\:bg-accent-4:checked{
    --tw-bg-opacity: 1;
    background-color: rgba(132, 81, 245, var(--tw-bg-opacity));
  }

  .tw .md\:bg-none{
    background-image: none;
  }

  .tw .md\:bg-gradient-to-t{
    background-image: linear-gradient(to top, var(--tw-gradient-stops));
  }

  .tw .md\:bg-gradient-to-tr{
    background-image: linear-gradient(to top right, var(--tw-gradient-stops));
  }

  .tw .md\:bg-gradient-to-r{
    background-image: linear-gradient(to right, var(--tw-gradient-stops));
  }

  .tw .md\:bg-gradient-to-br{
    background-image: linear-gradient(to bottom right, var(--tw-gradient-stops));
  }

  .tw .md\:bg-gradient-to-b{
    background-image: linear-gradient(to bottom, var(--tw-gradient-stops));
  }

  .tw .md\:bg-gradient-to-bl{
    background-image: linear-gradient(to bottom left, var(--tw-gradient-stops));
  }

  .tw .md\:bg-gradient-to-l{
    background-image: linear-gradient(to left, var(--tw-gradient-stops));
  }

  .tw .md\:bg-gradient-to-tl{
    background-image: linear-gradient(to top left, var(--tw-gradient-stops));
  }

  .tw .md\:from-current{
    --tw-gradient-from: currentColor;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .tw .md\:from-transparent{
    --tw-gradient-from: transparent;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .tw .md\:from-white{
    --tw-gradient-from: #FFFFFF;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .tw .md\:from-black{
    --tw-gradient-from: #000000;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .tw .md\:from-gray-10{
    --tw-gradient-from: #F0F0F0;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(240, 240, 240, 0));
  }

  .tw .md\:from-gray-20{
    --tw-gradient-from: #E2E2E2;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(226, 226, 226, 0));
  }

  .tw .md\:from-gray-30{
    --tw-gradient-from: #D3D3D3;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(211, 211, 211, 0));
  }

  .tw .md\:from-gray-40{
    --tw-gradient-from: #C5C5C5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(197, 197, 197, 0));
  }

  .tw .md\:from-gray-50{
    --tw-gradient-from: #B7B7B7;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(183, 183, 183, 0));
  }

  .tw .md\:from-gray-60{
    --tw-gradient-from: #A9A9A9;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(169, 169, 169, 0));
  }

  .tw .md\:from-gray-70{
    --tw-gradient-from: #9C9C9C;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(156, 156, 156, 0));
  }

  .tw .md\:from-gray-80{
    --tw-gradient-from: #8E8E8E;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(142, 142, 142, 0));
  }

  .tw .md\:from-gray-90{
    --tw-gradient-from: #818181;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(129, 129, 129, 0));
  }

  .tw .md\:from-gray-100{
    --tw-gradient-from: #6C6D72;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(108, 109, 114, 0));
  }

  .tw .md\:from-gray-200{
    --tw-gradient-from: #606167;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(96, 97, 103, 0));
  }

  .tw .md\:from-gray-300{
    --tw-gradient-from: #54565B;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(84, 86, 91, 0));
  }

  .tw .md\:from-gray-400{
    --tw-gradient-from: #494950;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(73, 73, 80, 0));
  }

  .tw .md\:from-gray-500{
    --tw-gradient-from: #3D3D44;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(61, 61, 68, 0));
  }

  .tw .md\:from-gray-600{
    --tw-gradient-from: #35353D;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(53, 53, 61, 0));
  }

  .tw .md\:from-gray-700{
    --tw-gradient-from: #2D2D31;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(45, 45, 49, 0));
  }

  .tw .md\:from-gray-800{
    --tw-gradient-from: #26252A;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(38, 37, 42, 0));
  }

  .tw .md\:from-gray-850{
    --tw-gradient-from: #202025;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(32, 32, 37, 0));
  }

  .tw .md\:from-gray-900{
    --tw-gradient-from: #1B1B20;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(27, 27, 32, 0));
  }

  .tw .md\:from-gray-950{
    --tw-gradient-from: #141417;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(20, 20, 23, 0));
  }

  .tw .md\:from-brand-50{
    --tw-gradient-from: #7FFFFF;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(127, 255, 255, 0));
  }

  .tw .md\:from-brand-100{
    --tw-gradient-from: #57E2FF;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(87, 226, 255, 0));
  }

  .tw .md\:from-brand-200{
    --tw-gradient-from: #20C5FF;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(32, 197, 255, 0));
  }

  .tw .md\:from-brand-300{
    --tw-gradient-from: #00A7E7;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 167, 231, 0));
  }

  .tw .md\:from-brand-400{
    --tw-gradient-from: #008BC9;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 139, 201, 0));
  }

  .tw .md\:from-brand-500{
    --tw-gradient-from: #0070AC;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 112, 172, 0));
  }

  .tw .md\:from-brand-600{
    --tw-gradient-from: #00568F;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 86, 143, 0));
  }

  .tw .md\:from-brand-700{
    --tw-gradient-from: #003E74;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 62, 116, 0));
  }

  .tw .md\:from-brand-800{
    --tw-gradient-from: #002759;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 39, 89, 0));
  }

  .tw .md\:from-brand-900{
    --tw-gradient-from: #00123F;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 18, 63, 0));
  }

  .tw .md\:from-brand{
    --tw-gradient-from: #00BEFF;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 190, 255, 0));
  }

  .tw .md\:from-brand-base{
    --tw-gradient-from: #00BEFF;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 190, 255, 0));
  }

  .tw .md\:from-red-50{
    --tw-gradient-from: #FFCAC8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 202, 200, 0));
  }

  .tw .md\:from-red-100{
    --tw-gradient-from: #FFABAB;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 171, 171, 0));
  }

  .tw .md\:from-red-200{
    --tw-gradient-from: #FF8E8E;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 142, 142, 0));
  }

  .tw .md\:from-red-300{
    --tw-gradient-from: #F77073;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(247, 112, 115, 0));
  }

  .tw .md\:from-red-400{
    --tw-gradient-from: #D75359;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(215, 83, 89, 0));
  }

  .tw .md\:from-red-500{
    --tw-gradient-from: #B63640;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(182, 54, 64, 0));
  }

  .tw .md\:from-red-600{
    --tw-gradient-from: #961229;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(150, 18, 41, 0));
  }

  .tw .md\:from-red-700{
    --tw-gradient-from: #770013;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(119, 0, 19, 0));
  }

  .tw .md\:from-red-800{
    --tw-gradient-from: #590000;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(89, 0, 0, 0));
  }

  .tw .md\:from-red-900{
    --tw-gradient-from: #410000;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(65, 0, 0, 0));
  }

  .tw .md\:from-red{
    --tw-gradient-from: #D35056;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(211, 80, 86, 0));
  }

  .tw .md\:from-red-brand{
    --tw-gradient-from: #FF4F4F;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 79, 79, 0));
  }

  .tw .md\:from-green-50{
    --tw-gradient-from: #8DFFCD;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(141, 255, 205, 0));
  }

  .tw .md\:from-green-100{
    --tw-gradient-from: #6DECB0;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(109, 236, 176, 0));
  }

  .tw .md\:from-green-200{
    --tw-gradient-from: #4CCE93;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(76, 206, 147, 0));
  }

  .tw .md\:from-green-300{
    --tw-gradient-from: #24B077;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(36, 176, 119, 0));
  }

  .tw .md\:from-green-400{
    --tw-gradient-from: #00935D;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 147, 93, 0));
  }

  .tw .md\:from-green-500{
    --tw-gradient-from: #007744;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 119, 68, 0));
  }

  .tw .md\:from-green-600{
    --tw-gradient-from: #005B2B;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 91, 43, 0));
  }

  .tw .md\:from-green-700{
    --tw-gradient-from: #004115;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 65, 21, 0));
  }

  .tw .md\:from-green-800{
    --tw-gradient-from: #002B00;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 43, 0, 0));
  }

  .tw .md\:from-green-900{
    --tw-gradient-from: #001B00;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 27, 0, 0));
  }

  .tw .md\:from-green{
    --tw-gradient-from: #2EB67D;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(46, 182, 125, 0));
  }

  .tw .md\:from-yellow-50{
    --tw-gradient-from: #FFEB57;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 235, 87, 0));
  }

  .tw .md\:from-yellow-100{
    --tw-gradient-from: #FFCD37;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 205, 55, 0));
  }

  .tw .md\:from-yellow-200{
    --tw-gradient-from: #E4B009;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(228, 176, 9, 0));
  }

  .tw .md\:from-yellow-300{
    --tw-gradient-from: #C39400;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(195, 148, 0, 0));
  }

  .tw .md\:from-yellow-400{
    --tw-gradient-from: #A37900;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(163, 121, 0, 0));
  }

  .tw .md\:from-yellow-500{
    --tw-gradient-from: #855F00;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(133, 95, 0, 0));
  }

  .tw .md\:from-yellow-600{
    --tw-gradient-from: #684600;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(104, 70, 0, 0));
  }

  .tw .md\:from-yellow-700{
    --tw-gradient-from: #4F2E00;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(79, 46, 0, 0));
  }

  .tw .md\:from-yellow-800{
    --tw-gradient-from: #3D1600;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(61, 22, 0, 0));
  }

  .tw .md\:from-yellow-900{
    --tw-gradient-from: #320000;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(50, 0, 0, 0));
  }

  .tw .md\:from-yellow{
    --tw-gradient-from: #FEC72F;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 199, 47, 0));
  }

  .tw .md\:from-purple-50{
    --tw-gradient-from: #FFD8FF;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 216, 255, 0));
  }

  .tw .md\:from-purple-100{
    --tw-gradient-from: #F0BAFF;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(240, 186, 255, 0));
  }

  .tw .md\:from-purple-200{
    --tw-gradient-from: #D09DFF;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(208, 157, 255, 0));
  }

  .tw .md\:from-purple-300{
    --tw-gradient-from: #B180FF;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(177, 128, 255, 0));
  }

  .tw .md\:from-purple-400{
    --tw-gradient-from: #9265E9;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(146, 101, 233, 0));
  }

  .tw .md\:from-purple-500{
    --tw-gradient-from: #744ACB;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(116, 74, 203, 0));
  }

  .tw .md\:from-purple-600{
    --tw-gradient-from: #5530AD;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(85, 48, 173, 0));
  }

  .tw .md\:from-purple-700{
    --tw-gradient-from: #351690;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(53, 22, 144, 0));
  }

  .tw .md\:from-purple-800{
    --tw-gradient-from: #090074;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(9, 0, 116, 0));
  }

  .tw .md\:from-purple-900{
    --tw-gradient-from: #000059;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 89, 0));
  }

  .tw .md\:from-purple{
    --tw-gradient-from: #A878FF;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(168, 120, 255, 0));
  }

  .tw .md\:from-orange-50{
    --tw-gradient-from: #FFD283;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 210, 131, 0));
  }

  .tw .md\:from-orange-100{
    --tw-gradient-from: #FFB467;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 180, 103, 0));
  }

  .tw .md\:from-orange-200{
    --tw-gradient-from: #FF974B;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 151, 75, 0));
  }

  .tw .md\:from-orange-300{
    --tw-gradient-from: #F07A2F;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(240, 122, 47, 0));
  }

  .tw .md\:from-orange-400{
    --tw-gradient-from: #CE5F11;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(206, 95, 17, 0));
  }

  .tw .md\:from-orange-500{
    --tw-gradient-from: #AD4400;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(173, 68, 0, 0));
  }

  .tw .md\:from-orange-600{
    --tw-gradient-from: #8D2800;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(141, 40, 0, 0));
  }

  .tw .md\:from-orange-700{
    --tw-gradient-from: #6F0600;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(111, 6, 0, 0));
  }

  .tw .md\:from-orange-800{
    --tw-gradient-from: #540000;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(84, 0, 0, 0));
  }

  .tw .md\:from-orange-900{
    --tw-gradient-from: #410000;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(65, 0, 0, 0));
  }

  .tw .md\:from-orange{
    --tw-gradient-from: #F57F34;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 127, 52, 0));
  }

  .tw .md\:from-surface-brand{
    --tw-gradient-from: #1A1A1A;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(26, 26, 26, 0));
  }

  .tw .md\:from-surface-lower{
    --tw-gradient-from: #121314;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(18, 19, 20, 0));
  }

  .tw .md\:from-surface-base{
    --tw-gradient-from: #1D1E1F;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(29, 30, 31, 0));
  }

  .tw .md\:from-surface-low{
    --tw-gradient-from: #212124;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(33, 33, 36, 0));
  }

  .tw .md\:from-surface-middle{
    --tw-gradient-from: #26262A;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(38, 38, 42, 0));
  }

  .tw .md\:from-surface-upper{
    --tw-gradient-from: #29292E;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(41, 41, 46, 0));
  }

  .tw .md\:from-surface-high{
    --tw-gradient-from: #343435;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(52, 52, 53, 0));
  }

  .tw .md\:from-surface-higher{
    --tw-gradient-from: #4A4B4B;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(74, 75, 75, 0));
  }

  .tw .md\:from-surface-highest{
    --tw-gradient-from: #616162;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(97, 97, 98, 0));
  }

  .tw .md\:from-glyph-base{
    --tw-gradient-from: #FFFFFF;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .tw .md\:from-glyph-light{
    --tw-gradient-from: #C2C2C2;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(194, 194, 194, 0));
  }

  .tw .md\:from-glyph-lighter{
    --tw-gradient-from: #969696;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(150, 150, 150, 0));
  }

  .tw .md\:from-glyph-lightest{
    --tw-gradient-from: #505050;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(80, 80, 80, 0));
  }

  .tw .md\:from-link{
    --tw-gradient-from: #00BEFF;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 190, 255, 0));
  }

  .tw .md\:from-info-error{
    --tw-gradient-from: #eb3341;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(235, 51, 65, 0));
  }

  .tw .md\:from-info-danger{
    --tw-gradient-from: #F77F25;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(247, 127, 37, 0));
  }

  .tw .md\:from-info-warn{
    --tw-gradient-from: #FFC82F;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 200, 47, 0));
  }

  .tw .md\:from-info-ok{
    --tw-gradient-from: #00974F;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 151, 79, 0));
  }

  .tw .md\:from-info-notice{
    --tw-gradient-from: #0180FF;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(1, 128, 255, 0));
  }

  .tw .md\:from-accent-1{
    --tw-gradient-from: #FF5D69;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 93, 105, 0));
  }

  .tw .md\:from-accent-2{
    --tw-gradient-from: #07F5AF;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(7, 245, 175, 0));
  }

  .tw .md\:from-accent-3{
    --tw-gradient-from: #04D372;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(4, 211, 114, 0));
  }

  .tw .md\:from-accent-4{
    --tw-gradient-from: #8451F5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(132, 81, 245, 0));
  }

  .tw .md\:hover\:from-current:hover{
    --tw-gradient-from: currentColor;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .tw .md\:hover\:from-transparent:hover{
    --tw-gradient-from: transparent;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .tw .md\:hover\:from-white:hover{
    --tw-gradient-from: #FFFFFF;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .tw .md\:hover\:from-black:hover{
    --tw-gradient-from: #000000;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .tw .md\:hover\:from-gray-10:hover{
    --tw-gradient-from: #F0F0F0;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(240, 240, 240, 0));
  }

  .tw .md\:hover\:from-gray-20:hover{
    --tw-gradient-from: #E2E2E2;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(226, 226, 226, 0));
  }

  .tw .md\:hover\:from-gray-30:hover{
    --tw-gradient-from: #D3D3D3;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(211, 211, 211, 0));
  }

  .tw .md\:hover\:from-gray-40:hover{
    --tw-gradient-from: #C5C5C5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(197, 197, 197, 0));
  }

  .tw .md\:hover\:from-gray-50:hover{
    --tw-gradient-from: #B7B7B7;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(183, 183, 183, 0));
  }

  .tw .md\:hover\:from-gray-60:hover{
    --tw-gradient-from: #A9A9A9;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(169, 169, 169, 0));
  }

  .tw .md\:hover\:from-gray-70:hover{
    --tw-gradient-from: #9C9C9C;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(156, 156, 156, 0));
  }

  .tw .md\:hover\:from-gray-80:hover{
    --tw-gradient-from: #8E8E8E;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(142, 142, 142, 0));
  }

  .tw .md\:hover\:from-gray-90:hover{
    --tw-gradient-from: #818181;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(129, 129, 129, 0));
  }

  .tw .md\:hover\:from-gray-100:hover{
    --tw-gradient-from: #6C6D72;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(108, 109, 114, 0));
  }

  .tw .md\:hover\:from-gray-200:hover{
    --tw-gradient-from: #606167;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(96, 97, 103, 0));
  }

  .tw .md\:hover\:from-gray-300:hover{
    --tw-gradient-from: #54565B;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(84, 86, 91, 0));
  }

  .tw .md\:hover\:from-gray-400:hover{
    --tw-gradient-from: #494950;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(73, 73, 80, 0));
  }

  .tw .md\:hover\:from-gray-500:hover{
    --tw-gradient-from: #3D3D44;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(61, 61, 68, 0));
  }

  .tw .md\:hover\:from-gray-600:hover{
    --tw-gradient-from: #35353D;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(53, 53, 61, 0));
  }

  .tw .md\:hover\:from-gray-700:hover{
    --tw-gradient-from: #2D2D31;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(45, 45, 49, 0));
  }

  .tw .md\:hover\:from-gray-800:hover{
    --tw-gradient-from: #26252A;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(38, 37, 42, 0));
  }

  .tw .md\:hover\:from-gray-850:hover{
    --tw-gradient-from: #202025;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(32, 32, 37, 0));
  }

  .tw .md\:hover\:from-gray-900:hover{
    --tw-gradient-from: #1B1B20;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(27, 27, 32, 0));
  }

  .tw .md\:hover\:from-gray-950:hover{
    --tw-gradient-from: #141417;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(20, 20, 23, 0));
  }

  .tw .md\:hover\:from-brand-50:hover{
    --tw-gradient-from: #7FFFFF;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(127, 255, 255, 0));
  }

  .tw .md\:hover\:from-brand-100:hover{
    --tw-gradient-from: #57E2FF;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(87, 226, 255, 0));
  }

  .tw .md\:hover\:from-brand-200:hover{
    --tw-gradient-from: #20C5FF;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(32, 197, 255, 0));
  }

  .tw .md\:hover\:from-brand-300:hover{
    --tw-gradient-from: #00A7E7;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 167, 231, 0));
  }

  .tw .md\:hover\:from-brand-400:hover{
    --tw-gradient-from: #008BC9;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 139, 201, 0));
  }

  .tw .md\:hover\:from-brand-500:hover{
    --tw-gradient-from: #0070AC;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 112, 172, 0));
  }

  .tw .md\:hover\:from-brand-600:hover{
    --tw-gradient-from: #00568F;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 86, 143, 0));
  }

  .tw .md\:hover\:from-brand-700:hover{
    --tw-gradient-from: #003E74;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 62, 116, 0));
  }

  .tw .md\:hover\:from-brand-800:hover{
    --tw-gradient-from: #002759;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 39, 89, 0));
  }

  .tw .md\:hover\:from-brand-900:hover{
    --tw-gradient-from: #00123F;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 18, 63, 0));
  }

  .tw .md\:hover\:from-brand:hover{
    --tw-gradient-from: #00BEFF;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 190, 255, 0));
  }

  .tw .md\:hover\:from-brand-base:hover{
    --tw-gradient-from: #00BEFF;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 190, 255, 0));
  }

  .tw .md\:hover\:from-red-50:hover{
    --tw-gradient-from: #FFCAC8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 202, 200, 0));
  }

  .tw .md\:hover\:from-red-100:hover{
    --tw-gradient-from: #FFABAB;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 171, 171, 0));
  }

  .tw .md\:hover\:from-red-200:hover{
    --tw-gradient-from: #FF8E8E;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 142, 142, 0));
  }

  .tw .md\:hover\:from-red-300:hover{
    --tw-gradient-from: #F77073;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(247, 112, 115, 0));
  }

  .tw .md\:hover\:from-red-400:hover{
    --tw-gradient-from: #D75359;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(215, 83, 89, 0));
  }

  .tw .md\:hover\:from-red-500:hover{
    --tw-gradient-from: #B63640;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(182, 54, 64, 0));
  }

  .tw .md\:hover\:from-red-600:hover{
    --tw-gradient-from: #961229;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(150, 18, 41, 0));
  }

  .tw .md\:hover\:from-red-700:hover{
    --tw-gradient-from: #770013;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(119, 0, 19, 0));
  }

  .tw .md\:hover\:from-red-800:hover{
    --tw-gradient-from: #590000;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(89, 0, 0, 0));
  }

  .tw .md\:hover\:from-red-900:hover{
    --tw-gradient-from: #410000;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(65, 0, 0, 0));
  }

  .tw .md\:hover\:from-red:hover{
    --tw-gradient-from: #D35056;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(211, 80, 86, 0));
  }

  .tw .md\:hover\:from-red-brand:hover{
    --tw-gradient-from: #FF4F4F;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 79, 79, 0));
  }

  .tw .md\:hover\:from-green-50:hover{
    --tw-gradient-from: #8DFFCD;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(141, 255, 205, 0));
  }

  .tw .md\:hover\:from-green-100:hover{
    --tw-gradient-from: #6DECB0;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(109, 236, 176, 0));
  }

  .tw .md\:hover\:from-green-200:hover{
    --tw-gradient-from: #4CCE93;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(76, 206, 147, 0));
  }

  .tw .md\:hover\:from-green-300:hover{
    --tw-gradient-from: #24B077;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(36, 176, 119, 0));
  }

  .tw .md\:hover\:from-green-400:hover{
    --tw-gradient-from: #00935D;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 147, 93, 0));
  }

  .tw .md\:hover\:from-green-500:hover{
    --tw-gradient-from: #007744;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 119, 68, 0));
  }

  .tw .md\:hover\:from-green-600:hover{
    --tw-gradient-from: #005B2B;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 91, 43, 0));
  }

  .tw .md\:hover\:from-green-700:hover{
    --tw-gradient-from: #004115;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 65, 21, 0));
  }

  .tw .md\:hover\:from-green-800:hover{
    --tw-gradient-from: #002B00;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 43, 0, 0));
  }

  .tw .md\:hover\:from-green-900:hover{
    --tw-gradient-from: #001B00;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 27, 0, 0));
  }

  .tw .md\:hover\:from-green:hover{
    --tw-gradient-from: #2EB67D;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(46, 182, 125, 0));
  }

  .tw .md\:hover\:from-yellow-50:hover{
    --tw-gradient-from: #FFEB57;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 235, 87, 0));
  }

  .tw .md\:hover\:from-yellow-100:hover{
    --tw-gradient-from: #FFCD37;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 205, 55, 0));
  }

  .tw .md\:hover\:from-yellow-200:hover{
    --tw-gradient-from: #E4B009;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(228, 176, 9, 0));
  }

  .tw .md\:hover\:from-yellow-300:hover{
    --tw-gradient-from: #C39400;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(195, 148, 0, 0));
  }

  .tw .md\:hover\:from-yellow-400:hover{
    --tw-gradient-from: #A37900;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(163, 121, 0, 0));
  }

  .tw .md\:hover\:from-yellow-500:hover{
    --tw-gradient-from: #855F00;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(133, 95, 0, 0));
  }

  .tw .md\:hover\:from-yellow-600:hover{
    --tw-gradient-from: #684600;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(104, 70, 0, 0));
  }

  .tw .md\:hover\:from-yellow-700:hover{
    --tw-gradient-from: #4F2E00;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(79, 46, 0, 0));
  }

  .tw .md\:hover\:from-yellow-800:hover{
    --tw-gradient-from: #3D1600;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(61, 22, 0, 0));
  }

  .tw .md\:hover\:from-yellow-900:hover{
    --tw-gradient-from: #320000;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(50, 0, 0, 0));
  }

  .tw .md\:hover\:from-yellow:hover{
    --tw-gradient-from: #FEC72F;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 199, 47, 0));
  }

  .tw .md\:hover\:from-purple-50:hover{
    --tw-gradient-from: #FFD8FF;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 216, 255, 0));
  }

  .tw .md\:hover\:from-purple-100:hover{
    --tw-gradient-from: #F0BAFF;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(240, 186, 255, 0));
  }

  .tw .md\:hover\:from-purple-200:hover{
    --tw-gradient-from: #D09DFF;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(208, 157, 255, 0));
  }

  .tw .md\:hover\:from-purple-300:hover{
    --tw-gradient-from: #B180FF;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(177, 128, 255, 0));
  }

  .tw .md\:hover\:from-purple-400:hover{
    --tw-gradient-from: #9265E9;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(146, 101, 233, 0));
  }

  .tw .md\:hover\:from-purple-500:hover{
    --tw-gradient-from: #744ACB;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(116, 74, 203, 0));
  }

  .tw .md\:hover\:from-purple-600:hover{
    --tw-gradient-from: #5530AD;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(85, 48, 173, 0));
  }

  .tw .md\:hover\:from-purple-700:hover{
    --tw-gradient-from: #351690;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(53, 22, 144, 0));
  }

  .tw .md\:hover\:from-purple-800:hover{
    --tw-gradient-from: #090074;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(9, 0, 116, 0));
  }

  .tw .md\:hover\:from-purple-900:hover{
    --tw-gradient-from: #000059;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 89, 0));
  }

  .tw .md\:hover\:from-purple:hover{
    --tw-gradient-from: #A878FF;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(168, 120, 255, 0));
  }

  .tw .md\:hover\:from-orange-50:hover{
    --tw-gradient-from: #FFD283;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 210, 131, 0));
  }

  .tw .md\:hover\:from-orange-100:hover{
    --tw-gradient-from: #FFB467;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 180, 103, 0));
  }

  .tw .md\:hover\:from-orange-200:hover{
    --tw-gradient-from: #FF974B;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 151, 75, 0));
  }

  .tw .md\:hover\:from-orange-300:hover{
    --tw-gradient-from: #F07A2F;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(240, 122, 47, 0));
  }

  .tw .md\:hover\:from-orange-400:hover{
    --tw-gradient-from: #CE5F11;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(206, 95, 17, 0));
  }

  .tw .md\:hover\:from-orange-500:hover{
    --tw-gradient-from: #AD4400;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(173, 68, 0, 0));
  }

  .tw .md\:hover\:from-orange-600:hover{
    --tw-gradient-from: #8D2800;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(141, 40, 0, 0));
  }

  .tw .md\:hover\:from-orange-700:hover{
    --tw-gradient-from: #6F0600;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(111, 6, 0, 0));
  }

  .tw .md\:hover\:from-orange-800:hover{
    --tw-gradient-from: #540000;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(84, 0, 0, 0));
  }

  .tw .md\:hover\:from-orange-900:hover{
    --tw-gradient-from: #410000;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(65, 0, 0, 0));
  }

  .tw .md\:hover\:from-orange:hover{
    --tw-gradient-from: #F57F34;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 127, 52, 0));
  }

  .tw .md\:hover\:from-surface-brand:hover{
    --tw-gradient-from: #1A1A1A;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(26, 26, 26, 0));
  }

  .tw .md\:hover\:from-surface-lower:hover{
    --tw-gradient-from: #121314;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(18, 19, 20, 0));
  }

  .tw .md\:hover\:from-surface-base:hover{
    --tw-gradient-from: #1D1E1F;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(29, 30, 31, 0));
  }

  .tw .md\:hover\:from-surface-low:hover{
    --tw-gradient-from: #212124;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(33, 33, 36, 0));
  }

  .tw .md\:hover\:from-surface-middle:hover{
    --tw-gradient-from: #26262A;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(38, 38, 42, 0));
  }

  .tw .md\:hover\:from-surface-upper:hover{
    --tw-gradient-from: #29292E;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(41, 41, 46, 0));
  }

  .tw .md\:hover\:from-surface-high:hover{
    --tw-gradient-from: #343435;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(52, 52, 53, 0));
  }

  .tw .md\:hover\:from-surface-higher:hover{
    --tw-gradient-from: #4A4B4B;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(74, 75, 75, 0));
  }

  .tw .md\:hover\:from-surface-highest:hover{
    --tw-gradient-from: #616162;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(97, 97, 98, 0));
  }

  .tw .md\:hover\:from-glyph-base:hover{
    --tw-gradient-from: #FFFFFF;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .tw .md\:hover\:from-glyph-light:hover{
    --tw-gradient-from: #C2C2C2;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(194, 194, 194, 0));
  }

  .tw .md\:hover\:from-glyph-lighter:hover{
    --tw-gradient-from: #969696;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(150, 150, 150, 0));
  }

  .tw .md\:hover\:from-glyph-lightest:hover{
    --tw-gradient-from: #505050;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(80, 80, 80, 0));
  }

  .tw .md\:hover\:from-link:hover{
    --tw-gradient-from: #00BEFF;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 190, 255, 0));
  }

  .tw .md\:hover\:from-info-error:hover{
    --tw-gradient-from: #eb3341;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(235, 51, 65, 0));
  }

  .tw .md\:hover\:from-info-danger:hover{
    --tw-gradient-from: #F77F25;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(247, 127, 37, 0));
  }

  .tw .md\:hover\:from-info-warn:hover{
    --tw-gradient-from: #FFC82F;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 200, 47, 0));
  }

  .tw .md\:hover\:from-info-ok:hover{
    --tw-gradient-from: #00974F;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 151, 79, 0));
  }

  .tw .md\:hover\:from-info-notice:hover{
    --tw-gradient-from: #0180FF;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(1, 128, 255, 0));
  }

  .tw .md\:hover\:from-accent-1:hover{
    --tw-gradient-from: #FF5D69;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 93, 105, 0));
  }

  .tw .md\:hover\:from-accent-2:hover{
    --tw-gradient-from: #07F5AF;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(7, 245, 175, 0));
  }

  .tw .md\:hover\:from-accent-3:hover{
    --tw-gradient-from: #04D372;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(4, 211, 114, 0));
  }

  .tw .md\:hover\:from-accent-4:hover{
    --tw-gradient-from: #8451F5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(132, 81, 245, 0));
  }

  .tw .md\:focus\:from-current:focus{
    --tw-gradient-from: currentColor;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .tw .md\:focus\:from-transparent:focus{
    --tw-gradient-from: transparent;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .tw .md\:focus\:from-white:focus{
    --tw-gradient-from: #FFFFFF;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .tw .md\:focus\:from-black:focus{
    --tw-gradient-from: #000000;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .tw .md\:focus\:from-gray-10:focus{
    --tw-gradient-from: #F0F0F0;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(240, 240, 240, 0));
  }

  .tw .md\:focus\:from-gray-20:focus{
    --tw-gradient-from: #E2E2E2;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(226, 226, 226, 0));
  }

  .tw .md\:focus\:from-gray-30:focus{
    --tw-gradient-from: #D3D3D3;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(211, 211, 211, 0));
  }

  .tw .md\:focus\:from-gray-40:focus{
    --tw-gradient-from: #C5C5C5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(197, 197, 197, 0));
  }

  .tw .md\:focus\:from-gray-50:focus{
    --tw-gradient-from: #B7B7B7;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(183, 183, 183, 0));
  }

  .tw .md\:focus\:from-gray-60:focus{
    --tw-gradient-from: #A9A9A9;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(169, 169, 169, 0));
  }

  .tw .md\:focus\:from-gray-70:focus{
    --tw-gradient-from: #9C9C9C;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(156, 156, 156, 0));
  }

  .tw .md\:focus\:from-gray-80:focus{
    --tw-gradient-from: #8E8E8E;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(142, 142, 142, 0));
  }

  .tw .md\:focus\:from-gray-90:focus{
    --tw-gradient-from: #818181;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(129, 129, 129, 0));
  }

  .tw .md\:focus\:from-gray-100:focus{
    --tw-gradient-from: #6C6D72;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(108, 109, 114, 0));
  }

  .tw .md\:focus\:from-gray-200:focus{
    --tw-gradient-from: #606167;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(96, 97, 103, 0));
  }

  .tw .md\:focus\:from-gray-300:focus{
    --tw-gradient-from: #54565B;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(84, 86, 91, 0));
  }

  .tw .md\:focus\:from-gray-400:focus{
    --tw-gradient-from: #494950;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(73, 73, 80, 0));
  }

  .tw .md\:focus\:from-gray-500:focus{
    --tw-gradient-from: #3D3D44;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(61, 61, 68, 0));
  }

  .tw .md\:focus\:from-gray-600:focus{
    --tw-gradient-from: #35353D;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(53, 53, 61, 0));
  }

  .tw .md\:focus\:from-gray-700:focus{
    --tw-gradient-from: #2D2D31;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(45, 45, 49, 0));
  }

  .tw .md\:focus\:from-gray-800:focus{
    --tw-gradient-from: #26252A;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(38, 37, 42, 0));
  }

  .tw .md\:focus\:from-gray-850:focus{
    --tw-gradient-from: #202025;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(32, 32, 37, 0));
  }

  .tw .md\:focus\:from-gray-900:focus{
    --tw-gradient-from: #1B1B20;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(27, 27, 32, 0));
  }

  .tw .md\:focus\:from-gray-950:focus{
    --tw-gradient-from: #141417;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(20, 20, 23, 0));
  }

  .tw .md\:focus\:from-brand-50:focus{
    --tw-gradient-from: #7FFFFF;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(127, 255, 255, 0));
  }

  .tw .md\:focus\:from-brand-100:focus{
    --tw-gradient-from: #57E2FF;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(87, 226, 255, 0));
  }

  .tw .md\:focus\:from-brand-200:focus{
    --tw-gradient-from: #20C5FF;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(32, 197, 255, 0));
  }

  .tw .md\:focus\:from-brand-300:focus{
    --tw-gradient-from: #00A7E7;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 167, 231, 0));
  }

  .tw .md\:focus\:from-brand-400:focus{
    --tw-gradient-from: #008BC9;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 139, 201, 0));
  }

  .tw .md\:focus\:from-brand-500:focus{
    --tw-gradient-from: #0070AC;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 112, 172, 0));
  }

  .tw .md\:focus\:from-brand-600:focus{
    --tw-gradient-from: #00568F;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 86, 143, 0));
  }

  .tw .md\:focus\:from-brand-700:focus{
    --tw-gradient-from: #003E74;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 62, 116, 0));
  }

  .tw .md\:focus\:from-brand-800:focus{
    --tw-gradient-from: #002759;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 39, 89, 0));
  }

  .tw .md\:focus\:from-brand-900:focus{
    --tw-gradient-from: #00123F;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 18, 63, 0));
  }

  .tw .md\:focus\:from-brand:focus{
    --tw-gradient-from: #00BEFF;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 190, 255, 0));
  }

  .tw .md\:focus\:from-brand-base:focus{
    --tw-gradient-from: #00BEFF;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 190, 255, 0));
  }

  .tw .md\:focus\:from-red-50:focus{
    --tw-gradient-from: #FFCAC8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 202, 200, 0));
  }

  .tw .md\:focus\:from-red-100:focus{
    --tw-gradient-from: #FFABAB;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 171, 171, 0));
  }

  .tw .md\:focus\:from-red-200:focus{
    --tw-gradient-from: #FF8E8E;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 142, 142, 0));
  }

  .tw .md\:focus\:from-red-300:focus{
    --tw-gradient-from: #F77073;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(247, 112, 115, 0));
  }

  .tw .md\:focus\:from-red-400:focus{
    --tw-gradient-from: #D75359;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(215, 83, 89, 0));
  }

  .tw .md\:focus\:from-red-500:focus{
    --tw-gradient-from: #B63640;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(182, 54, 64, 0));
  }

  .tw .md\:focus\:from-red-600:focus{
    --tw-gradient-from: #961229;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(150, 18, 41, 0));
  }

  .tw .md\:focus\:from-red-700:focus{
    --tw-gradient-from: #770013;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(119, 0, 19, 0));
  }

  .tw .md\:focus\:from-red-800:focus{
    --tw-gradient-from: #590000;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(89, 0, 0, 0));
  }

  .tw .md\:focus\:from-red-900:focus{
    --tw-gradient-from: #410000;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(65, 0, 0, 0));
  }

  .tw .md\:focus\:from-red:focus{
    --tw-gradient-from: #D35056;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(211, 80, 86, 0));
  }

  .tw .md\:focus\:from-red-brand:focus{
    --tw-gradient-from: #FF4F4F;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 79, 79, 0));
  }

  .tw .md\:focus\:from-green-50:focus{
    --tw-gradient-from: #8DFFCD;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(141, 255, 205, 0));
  }

  .tw .md\:focus\:from-green-100:focus{
    --tw-gradient-from: #6DECB0;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(109, 236, 176, 0));
  }

  .tw .md\:focus\:from-green-200:focus{
    --tw-gradient-from: #4CCE93;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(76, 206, 147, 0));
  }

  .tw .md\:focus\:from-green-300:focus{
    --tw-gradient-from: #24B077;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(36, 176, 119, 0));
  }

  .tw .md\:focus\:from-green-400:focus{
    --tw-gradient-from: #00935D;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 147, 93, 0));
  }

  .tw .md\:focus\:from-green-500:focus{
    --tw-gradient-from: #007744;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 119, 68, 0));
  }

  .tw .md\:focus\:from-green-600:focus{
    --tw-gradient-from: #005B2B;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 91, 43, 0));
  }

  .tw .md\:focus\:from-green-700:focus{
    --tw-gradient-from: #004115;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 65, 21, 0));
  }

  .tw .md\:focus\:from-green-800:focus{
    --tw-gradient-from: #002B00;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 43, 0, 0));
  }

  .tw .md\:focus\:from-green-900:focus{
    --tw-gradient-from: #001B00;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 27, 0, 0));
  }

  .tw .md\:focus\:from-green:focus{
    --tw-gradient-from: #2EB67D;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(46, 182, 125, 0));
  }

  .tw .md\:focus\:from-yellow-50:focus{
    --tw-gradient-from: #FFEB57;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 235, 87, 0));
  }

  .tw .md\:focus\:from-yellow-100:focus{
    --tw-gradient-from: #FFCD37;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 205, 55, 0));
  }

  .tw .md\:focus\:from-yellow-200:focus{
    --tw-gradient-from: #E4B009;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(228, 176, 9, 0));
  }

  .tw .md\:focus\:from-yellow-300:focus{
    --tw-gradient-from: #C39400;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(195, 148, 0, 0));
  }

  .tw .md\:focus\:from-yellow-400:focus{
    --tw-gradient-from: #A37900;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(163, 121, 0, 0));
  }

  .tw .md\:focus\:from-yellow-500:focus{
    --tw-gradient-from: #855F00;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(133, 95, 0, 0));
  }

  .tw .md\:focus\:from-yellow-600:focus{
    --tw-gradient-from: #684600;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(104, 70, 0, 0));
  }

  .tw .md\:focus\:from-yellow-700:focus{
    --tw-gradient-from: #4F2E00;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(79, 46, 0, 0));
  }

  .tw .md\:focus\:from-yellow-800:focus{
    --tw-gradient-from: #3D1600;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(61, 22, 0, 0));
  }

  .tw .md\:focus\:from-yellow-900:focus{
    --tw-gradient-from: #320000;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(50, 0, 0, 0));
  }

  .tw .md\:focus\:from-yellow:focus{
    --tw-gradient-from: #FEC72F;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 199, 47, 0));
  }

  .tw .md\:focus\:from-purple-50:focus{
    --tw-gradient-from: #FFD8FF;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 216, 255, 0));
  }

  .tw .md\:focus\:from-purple-100:focus{
    --tw-gradient-from: #F0BAFF;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(240, 186, 255, 0));
  }

  .tw .md\:focus\:from-purple-200:focus{
    --tw-gradient-from: #D09DFF;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(208, 157, 255, 0));
  }

  .tw .md\:focus\:from-purple-300:focus{
    --tw-gradient-from: #B180FF;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(177, 128, 255, 0));
  }

  .tw .md\:focus\:from-purple-400:focus{
    --tw-gradient-from: #9265E9;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(146, 101, 233, 0));
  }

  .tw .md\:focus\:from-purple-500:focus{
    --tw-gradient-from: #744ACB;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(116, 74, 203, 0));
  }

  .tw .md\:focus\:from-purple-600:focus{
    --tw-gradient-from: #5530AD;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(85, 48, 173, 0));
  }

  .tw .md\:focus\:from-purple-700:focus{
    --tw-gradient-from: #351690;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(53, 22, 144, 0));
  }

  .tw .md\:focus\:from-purple-800:focus{
    --tw-gradient-from: #090074;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(9, 0, 116, 0));
  }

  .tw .md\:focus\:from-purple-900:focus{
    --tw-gradient-from: #000059;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 89, 0));
  }

  .tw .md\:focus\:from-purple:focus{
    --tw-gradient-from: #A878FF;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(168, 120, 255, 0));
  }

  .tw .md\:focus\:from-orange-50:focus{
    --tw-gradient-from: #FFD283;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 210, 131, 0));
  }

  .tw .md\:focus\:from-orange-100:focus{
    --tw-gradient-from: #FFB467;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 180, 103, 0));
  }

  .tw .md\:focus\:from-orange-200:focus{
    --tw-gradient-from: #FF974B;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 151, 75, 0));
  }

  .tw .md\:focus\:from-orange-300:focus{
    --tw-gradient-from: #F07A2F;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(240, 122, 47, 0));
  }

  .tw .md\:focus\:from-orange-400:focus{
    --tw-gradient-from: #CE5F11;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(206, 95, 17, 0));
  }

  .tw .md\:focus\:from-orange-500:focus{
    --tw-gradient-from: #AD4400;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(173, 68, 0, 0));
  }

  .tw .md\:focus\:from-orange-600:focus{
    --tw-gradient-from: #8D2800;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(141, 40, 0, 0));
  }

  .tw .md\:focus\:from-orange-700:focus{
    --tw-gradient-from: #6F0600;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(111, 6, 0, 0));
  }

  .tw .md\:focus\:from-orange-800:focus{
    --tw-gradient-from: #540000;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(84, 0, 0, 0));
  }

  .tw .md\:focus\:from-orange-900:focus{
    --tw-gradient-from: #410000;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(65, 0, 0, 0));
  }

  .tw .md\:focus\:from-orange:focus{
    --tw-gradient-from: #F57F34;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 127, 52, 0));
  }

  .tw .md\:focus\:from-surface-brand:focus{
    --tw-gradient-from: #1A1A1A;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(26, 26, 26, 0));
  }

  .tw .md\:focus\:from-surface-lower:focus{
    --tw-gradient-from: #121314;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(18, 19, 20, 0));
  }

  .tw .md\:focus\:from-surface-base:focus{
    --tw-gradient-from: #1D1E1F;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(29, 30, 31, 0));
  }

  .tw .md\:focus\:from-surface-low:focus{
    --tw-gradient-from: #212124;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(33, 33, 36, 0));
  }

  .tw .md\:focus\:from-surface-middle:focus{
    --tw-gradient-from: #26262A;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(38, 38, 42, 0));
  }

  .tw .md\:focus\:from-surface-upper:focus{
    --tw-gradient-from: #29292E;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(41, 41, 46, 0));
  }

  .tw .md\:focus\:from-surface-high:focus{
    --tw-gradient-from: #343435;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(52, 52, 53, 0));
  }

  .tw .md\:focus\:from-surface-higher:focus{
    --tw-gradient-from: #4A4B4B;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(74, 75, 75, 0));
  }

  .tw .md\:focus\:from-surface-highest:focus{
    --tw-gradient-from: #616162;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(97, 97, 98, 0));
  }

  .tw .md\:focus\:from-glyph-base:focus{
    --tw-gradient-from: #FFFFFF;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .tw .md\:focus\:from-glyph-light:focus{
    --tw-gradient-from: #C2C2C2;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(194, 194, 194, 0));
  }

  .tw .md\:focus\:from-glyph-lighter:focus{
    --tw-gradient-from: #969696;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(150, 150, 150, 0));
  }

  .tw .md\:focus\:from-glyph-lightest:focus{
    --tw-gradient-from: #505050;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(80, 80, 80, 0));
  }

  .tw .md\:focus\:from-link:focus{
    --tw-gradient-from: #00BEFF;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 190, 255, 0));
  }

  .tw .md\:focus\:from-info-error:focus{
    --tw-gradient-from: #eb3341;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(235, 51, 65, 0));
  }

  .tw .md\:focus\:from-info-danger:focus{
    --tw-gradient-from: #F77F25;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(247, 127, 37, 0));
  }

  .tw .md\:focus\:from-info-warn:focus{
    --tw-gradient-from: #FFC82F;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 200, 47, 0));
  }

  .tw .md\:focus\:from-info-ok:focus{
    --tw-gradient-from: #00974F;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 151, 79, 0));
  }

  .tw .md\:focus\:from-info-notice:focus{
    --tw-gradient-from: #0180FF;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(1, 128, 255, 0));
  }

  .tw .md\:focus\:from-accent-1:focus{
    --tw-gradient-from: #FF5D69;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 93, 105, 0));
  }

  .tw .md\:focus\:from-accent-2:focus{
    --tw-gradient-from: #07F5AF;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(7, 245, 175, 0));
  }

  .tw .md\:focus\:from-accent-3:focus{
    --tw-gradient-from: #04D372;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(4, 211, 114, 0));
  }

  .tw .md\:focus\:from-accent-4:focus{
    --tw-gradient-from: #8451F5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(132, 81, 245, 0));
  }

  .tw .md\:via-current{
    --tw-gradient-stops: var(--tw-gradient-from), currentColor, var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .tw .md\:via-transparent{
    --tw-gradient-stops: var(--tw-gradient-from), transparent, var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .tw .md\:via-white{
    --tw-gradient-stops: var(--tw-gradient-from), #FFFFFF, var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .tw .md\:via-black{
    --tw-gradient-stops: var(--tw-gradient-from), #000000, var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .tw .md\:via-gray-10{
    --tw-gradient-stops: var(--tw-gradient-from), #F0F0F0, var(--tw-gradient-to, rgba(240, 240, 240, 0));
  }

  .tw .md\:via-gray-20{
    --tw-gradient-stops: var(--tw-gradient-from), #E2E2E2, var(--tw-gradient-to, rgba(226, 226, 226, 0));
  }

  .tw .md\:via-gray-30{
    --tw-gradient-stops: var(--tw-gradient-from), #D3D3D3, var(--tw-gradient-to, rgba(211, 211, 211, 0));
  }

  .tw .md\:via-gray-40{
    --tw-gradient-stops: var(--tw-gradient-from), #C5C5C5, var(--tw-gradient-to, rgba(197, 197, 197, 0));
  }

  .tw .md\:via-gray-50{
    --tw-gradient-stops: var(--tw-gradient-from), #B7B7B7, var(--tw-gradient-to, rgba(183, 183, 183, 0));
  }

  .tw .md\:via-gray-60{
    --tw-gradient-stops: var(--tw-gradient-from), #A9A9A9, var(--tw-gradient-to, rgba(169, 169, 169, 0));
  }

  .tw .md\:via-gray-70{
    --tw-gradient-stops: var(--tw-gradient-from), #9C9C9C, var(--tw-gradient-to, rgba(156, 156, 156, 0));
  }

  .tw .md\:via-gray-80{
    --tw-gradient-stops: var(--tw-gradient-from), #8E8E8E, var(--tw-gradient-to, rgba(142, 142, 142, 0));
  }

  .tw .md\:via-gray-90{
    --tw-gradient-stops: var(--tw-gradient-from), #818181, var(--tw-gradient-to, rgba(129, 129, 129, 0));
  }

  .tw .md\:via-gray-100{
    --tw-gradient-stops: var(--tw-gradient-from), #6C6D72, var(--tw-gradient-to, rgba(108, 109, 114, 0));
  }

  .tw .md\:via-gray-200{
    --tw-gradient-stops: var(--tw-gradient-from), #606167, var(--tw-gradient-to, rgba(96, 97, 103, 0));
  }

  .tw .md\:via-gray-300{
    --tw-gradient-stops: var(--tw-gradient-from), #54565B, var(--tw-gradient-to, rgba(84, 86, 91, 0));
  }

  .tw .md\:via-gray-400{
    --tw-gradient-stops: var(--tw-gradient-from), #494950, var(--tw-gradient-to, rgba(73, 73, 80, 0));
  }

  .tw .md\:via-gray-500{
    --tw-gradient-stops: var(--tw-gradient-from), #3D3D44, var(--tw-gradient-to, rgba(61, 61, 68, 0));
  }

  .tw .md\:via-gray-600{
    --tw-gradient-stops: var(--tw-gradient-from), #35353D, var(--tw-gradient-to, rgba(53, 53, 61, 0));
  }

  .tw .md\:via-gray-700{
    --tw-gradient-stops: var(--tw-gradient-from), #2D2D31, var(--tw-gradient-to, rgba(45, 45, 49, 0));
  }

  .tw .md\:via-gray-800{
    --tw-gradient-stops: var(--tw-gradient-from), #26252A, var(--tw-gradient-to, rgba(38, 37, 42, 0));
  }

  .tw .md\:via-gray-850{
    --tw-gradient-stops: var(--tw-gradient-from), #202025, var(--tw-gradient-to, rgba(32, 32, 37, 0));
  }

  .tw .md\:via-gray-900{
    --tw-gradient-stops: var(--tw-gradient-from), #1B1B20, var(--tw-gradient-to, rgba(27, 27, 32, 0));
  }

  .tw .md\:via-gray-950{
    --tw-gradient-stops: var(--tw-gradient-from), #141417, var(--tw-gradient-to, rgba(20, 20, 23, 0));
  }

  .tw .md\:via-brand-50{
    --tw-gradient-stops: var(--tw-gradient-from), #7FFFFF, var(--tw-gradient-to, rgba(127, 255, 255, 0));
  }

  .tw .md\:via-brand-100{
    --tw-gradient-stops: var(--tw-gradient-from), #57E2FF, var(--tw-gradient-to, rgba(87, 226, 255, 0));
  }

  .tw .md\:via-brand-200{
    --tw-gradient-stops: var(--tw-gradient-from), #20C5FF, var(--tw-gradient-to, rgba(32, 197, 255, 0));
  }

  .tw .md\:via-brand-300{
    --tw-gradient-stops: var(--tw-gradient-from), #00A7E7, var(--tw-gradient-to, rgba(0, 167, 231, 0));
  }

  .tw .md\:via-brand-400{
    --tw-gradient-stops: var(--tw-gradient-from), #008BC9, var(--tw-gradient-to, rgba(0, 139, 201, 0));
  }

  .tw .md\:via-brand-500{
    --tw-gradient-stops: var(--tw-gradient-from), #0070AC, var(--tw-gradient-to, rgba(0, 112, 172, 0));
  }

  .tw .md\:via-brand-600{
    --tw-gradient-stops: var(--tw-gradient-from), #00568F, var(--tw-gradient-to, rgba(0, 86, 143, 0));
  }

  .tw .md\:via-brand-700{
    --tw-gradient-stops: var(--tw-gradient-from), #003E74, var(--tw-gradient-to, rgba(0, 62, 116, 0));
  }

  .tw .md\:via-brand-800{
    --tw-gradient-stops: var(--tw-gradient-from), #002759, var(--tw-gradient-to, rgba(0, 39, 89, 0));
  }

  .tw .md\:via-brand-900{
    --tw-gradient-stops: var(--tw-gradient-from), #00123F, var(--tw-gradient-to, rgba(0, 18, 63, 0));
  }

  .tw .md\:via-brand{
    --tw-gradient-stops: var(--tw-gradient-from), #00BEFF, var(--tw-gradient-to, rgba(0, 190, 255, 0));
  }

  .tw .md\:via-brand-base{
    --tw-gradient-stops: var(--tw-gradient-from), #00BEFF, var(--tw-gradient-to, rgba(0, 190, 255, 0));
  }

  .tw .md\:via-red-50{
    --tw-gradient-stops: var(--tw-gradient-from), #FFCAC8, var(--tw-gradient-to, rgba(255, 202, 200, 0));
  }

  .tw .md\:via-red-100{
    --tw-gradient-stops: var(--tw-gradient-from), #FFABAB, var(--tw-gradient-to, rgba(255, 171, 171, 0));
  }

  .tw .md\:via-red-200{
    --tw-gradient-stops: var(--tw-gradient-from), #FF8E8E, var(--tw-gradient-to, rgba(255, 142, 142, 0));
  }

  .tw .md\:via-red-300{
    --tw-gradient-stops: var(--tw-gradient-from), #F77073, var(--tw-gradient-to, rgba(247, 112, 115, 0));
  }

  .tw .md\:via-red-400{
    --tw-gradient-stops: var(--tw-gradient-from), #D75359, var(--tw-gradient-to, rgba(215, 83, 89, 0));
  }

  .tw .md\:via-red-500{
    --tw-gradient-stops: var(--tw-gradient-from), #B63640, var(--tw-gradient-to, rgba(182, 54, 64, 0));
  }

  .tw .md\:via-red-600{
    --tw-gradient-stops: var(--tw-gradient-from), #961229, var(--tw-gradient-to, rgba(150, 18, 41, 0));
  }

  .tw .md\:via-red-700{
    --tw-gradient-stops: var(--tw-gradient-from), #770013, var(--tw-gradient-to, rgba(119, 0, 19, 0));
  }

  .tw .md\:via-red-800{
    --tw-gradient-stops: var(--tw-gradient-from), #590000, var(--tw-gradient-to, rgba(89, 0, 0, 0));
  }

  .tw .md\:via-red-900{
    --tw-gradient-stops: var(--tw-gradient-from), #410000, var(--tw-gradient-to, rgba(65, 0, 0, 0));
  }

  .tw .md\:via-red{
    --tw-gradient-stops: var(--tw-gradient-from), #D35056, var(--tw-gradient-to, rgba(211, 80, 86, 0));
  }

  .tw .md\:via-red-brand{
    --tw-gradient-stops: var(--tw-gradient-from), #FF4F4F, var(--tw-gradient-to, rgba(255, 79, 79, 0));
  }

  .tw .md\:via-green-50{
    --tw-gradient-stops: var(--tw-gradient-from), #8DFFCD, var(--tw-gradient-to, rgba(141, 255, 205, 0));
  }

  .tw .md\:via-green-100{
    --tw-gradient-stops: var(--tw-gradient-from), #6DECB0, var(--tw-gradient-to, rgba(109, 236, 176, 0));
  }

  .tw .md\:via-green-200{
    --tw-gradient-stops: var(--tw-gradient-from), #4CCE93, var(--tw-gradient-to, rgba(76, 206, 147, 0));
  }

  .tw .md\:via-green-300{
    --tw-gradient-stops: var(--tw-gradient-from), #24B077, var(--tw-gradient-to, rgba(36, 176, 119, 0));
  }

  .tw .md\:via-green-400{
    --tw-gradient-stops: var(--tw-gradient-from), #00935D, var(--tw-gradient-to, rgba(0, 147, 93, 0));
  }

  .tw .md\:via-green-500{
    --tw-gradient-stops: var(--tw-gradient-from), #007744, var(--tw-gradient-to, rgba(0, 119, 68, 0));
  }

  .tw .md\:via-green-600{
    --tw-gradient-stops: var(--tw-gradient-from), #005B2B, var(--tw-gradient-to, rgba(0, 91, 43, 0));
  }

  .tw .md\:via-green-700{
    --tw-gradient-stops: var(--tw-gradient-from), #004115, var(--tw-gradient-to, rgba(0, 65, 21, 0));
  }

  .tw .md\:via-green-800{
    --tw-gradient-stops: var(--tw-gradient-from), #002B00, var(--tw-gradient-to, rgba(0, 43, 0, 0));
  }

  .tw .md\:via-green-900{
    --tw-gradient-stops: var(--tw-gradient-from), #001B00, var(--tw-gradient-to, rgba(0, 27, 0, 0));
  }

  .tw .md\:via-green{
    --tw-gradient-stops: var(--tw-gradient-from), #2EB67D, var(--tw-gradient-to, rgba(46, 182, 125, 0));
  }

  .tw .md\:via-yellow-50{
    --tw-gradient-stops: var(--tw-gradient-from), #FFEB57, var(--tw-gradient-to, rgba(255, 235, 87, 0));
  }

  .tw .md\:via-yellow-100{
    --tw-gradient-stops: var(--tw-gradient-from), #FFCD37, var(--tw-gradient-to, rgba(255, 205, 55, 0));
  }

  .tw .md\:via-yellow-200{
    --tw-gradient-stops: var(--tw-gradient-from), #E4B009, var(--tw-gradient-to, rgba(228, 176, 9, 0));
  }

  .tw .md\:via-yellow-300{
    --tw-gradient-stops: var(--tw-gradient-from), #C39400, var(--tw-gradient-to, rgba(195, 148, 0, 0));
  }

  .tw .md\:via-yellow-400{
    --tw-gradient-stops: var(--tw-gradient-from), #A37900, var(--tw-gradient-to, rgba(163, 121, 0, 0));
  }

  .tw .md\:via-yellow-500{
    --tw-gradient-stops: var(--tw-gradient-from), #855F00, var(--tw-gradient-to, rgba(133, 95, 0, 0));
  }

  .tw .md\:via-yellow-600{
    --tw-gradient-stops: var(--tw-gradient-from), #684600, var(--tw-gradient-to, rgba(104, 70, 0, 0));
  }

  .tw .md\:via-yellow-700{
    --tw-gradient-stops: var(--tw-gradient-from), #4F2E00, var(--tw-gradient-to, rgba(79, 46, 0, 0));
  }

  .tw .md\:via-yellow-800{
    --tw-gradient-stops: var(--tw-gradient-from), #3D1600, var(--tw-gradient-to, rgba(61, 22, 0, 0));
  }

  .tw .md\:via-yellow-900{
    --tw-gradient-stops: var(--tw-gradient-from), #320000, var(--tw-gradient-to, rgba(50, 0, 0, 0));
  }

  .tw .md\:via-yellow{
    --tw-gradient-stops: var(--tw-gradient-from), #FEC72F, var(--tw-gradient-to, rgba(254, 199, 47, 0));
  }

  .tw .md\:via-purple-50{
    --tw-gradient-stops: var(--tw-gradient-from), #FFD8FF, var(--tw-gradient-to, rgba(255, 216, 255, 0));
  }

  .tw .md\:via-purple-100{
    --tw-gradient-stops: var(--tw-gradient-from), #F0BAFF, var(--tw-gradient-to, rgba(240, 186, 255, 0));
  }

  .tw .md\:via-purple-200{
    --tw-gradient-stops: var(--tw-gradient-from), #D09DFF, var(--tw-gradient-to, rgba(208, 157, 255, 0));
  }

  .tw .md\:via-purple-300{
    --tw-gradient-stops: var(--tw-gradient-from), #B180FF, var(--tw-gradient-to, rgba(177, 128, 255, 0));
  }

  .tw .md\:via-purple-400{
    --tw-gradient-stops: var(--tw-gradient-from), #9265E9, var(--tw-gradient-to, rgba(146, 101, 233, 0));
  }

  .tw .md\:via-purple-500{
    --tw-gradient-stops: var(--tw-gradient-from), #744ACB, var(--tw-gradient-to, rgba(116, 74, 203, 0));
  }

  .tw .md\:via-purple-600{
    --tw-gradient-stops: var(--tw-gradient-from), #5530AD, var(--tw-gradient-to, rgba(85, 48, 173, 0));
  }

  .tw .md\:via-purple-700{
    --tw-gradient-stops: var(--tw-gradient-from), #351690, var(--tw-gradient-to, rgba(53, 22, 144, 0));
  }

  .tw .md\:via-purple-800{
    --tw-gradient-stops: var(--tw-gradient-from), #090074, var(--tw-gradient-to, rgba(9, 0, 116, 0));
  }

  .tw .md\:via-purple-900{
    --tw-gradient-stops: var(--tw-gradient-from), #000059, var(--tw-gradient-to, rgba(0, 0, 89, 0));
  }

  .tw .md\:via-purple{
    --tw-gradient-stops: var(--tw-gradient-from), #A878FF, var(--tw-gradient-to, rgba(168, 120, 255, 0));
  }

  .tw .md\:via-orange-50{
    --tw-gradient-stops: var(--tw-gradient-from), #FFD283, var(--tw-gradient-to, rgba(255, 210, 131, 0));
  }

  .tw .md\:via-orange-100{
    --tw-gradient-stops: var(--tw-gradient-from), #FFB467, var(--tw-gradient-to, rgba(255, 180, 103, 0));
  }

  .tw .md\:via-orange-200{
    --tw-gradient-stops: var(--tw-gradient-from), #FF974B, var(--tw-gradient-to, rgba(255, 151, 75, 0));
  }

  .tw .md\:via-orange-300{
    --tw-gradient-stops: var(--tw-gradient-from), #F07A2F, var(--tw-gradient-to, rgba(240, 122, 47, 0));
  }

  .tw .md\:via-orange-400{
    --tw-gradient-stops: var(--tw-gradient-from), #CE5F11, var(--tw-gradient-to, rgba(206, 95, 17, 0));
  }

  .tw .md\:via-orange-500{
    --tw-gradient-stops: var(--tw-gradient-from), #AD4400, var(--tw-gradient-to, rgba(173, 68, 0, 0));
  }

  .tw .md\:via-orange-600{
    --tw-gradient-stops: var(--tw-gradient-from), #8D2800, var(--tw-gradient-to, rgba(141, 40, 0, 0));
  }

  .tw .md\:via-orange-700{
    --tw-gradient-stops: var(--tw-gradient-from), #6F0600, var(--tw-gradient-to, rgba(111, 6, 0, 0));
  }

  .tw .md\:via-orange-800{
    --tw-gradient-stops: var(--tw-gradient-from), #540000, var(--tw-gradient-to, rgba(84, 0, 0, 0));
  }

  .tw .md\:via-orange-900{
    --tw-gradient-stops: var(--tw-gradient-from), #410000, var(--tw-gradient-to, rgba(65, 0, 0, 0));
  }

  .tw .md\:via-orange{
    --tw-gradient-stops: var(--tw-gradient-from), #F57F34, var(--tw-gradient-to, rgba(245, 127, 52, 0));
  }

  .tw .md\:via-surface-brand{
    --tw-gradient-stops: var(--tw-gradient-from), #1A1A1A, var(--tw-gradient-to, rgba(26, 26, 26, 0));
  }

  .tw .md\:via-surface-lower{
    --tw-gradient-stops: var(--tw-gradient-from), #121314, var(--tw-gradient-to, rgba(18, 19, 20, 0));
  }

  .tw .md\:via-surface-base{
    --tw-gradient-stops: var(--tw-gradient-from), #1D1E1F, var(--tw-gradient-to, rgba(29, 30, 31, 0));
  }

  .tw .md\:via-surface-low{
    --tw-gradient-stops: var(--tw-gradient-from), #212124, var(--tw-gradient-to, rgba(33, 33, 36, 0));
  }

  .tw .md\:via-surface-middle{
    --tw-gradient-stops: var(--tw-gradient-from), #26262A, var(--tw-gradient-to, rgba(38, 38, 42, 0));
  }

  .tw .md\:via-surface-upper{
    --tw-gradient-stops: var(--tw-gradient-from), #29292E, var(--tw-gradient-to, rgba(41, 41, 46, 0));
  }

  .tw .md\:via-surface-high{
    --tw-gradient-stops: var(--tw-gradient-from), #343435, var(--tw-gradient-to, rgba(52, 52, 53, 0));
  }

  .tw .md\:via-surface-higher{
    --tw-gradient-stops: var(--tw-gradient-from), #4A4B4B, var(--tw-gradient-to, rgba(74, 75, 75, 0));
  }

  .tw .md\:via-surface-highest{
    --tw-gradient-stops: var(--tw-gradient-from), #616162, var(--tw-gradient-to, rgba(97, 97, 98, 0));
  }

  .tw .md\:via-glyph-base{
    --tw-gradient-stops: var(--tw-gradient-from), #FFFFFF, var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .tw .md\:via-glyph-light{
    --tw-gradient-stops: var(--tw-gradient-from), #C2C2C2, var(--tw-gradient-to, rgba(194, 194, 194, 0));
  }

  .tw .md\:via-glyph-lighter{
    --tw-gradient-stops: var(--tw-gradient-from), #969696, var(--tw-gradient-to, rgba(150, 150, 150, 0));
  }

  .tw .md\:via-glyph-lightest{
    --tw-gradient-stops: var(--tw-gradient-from), #505050, var(--tw-gradient-to, rgba(80, 80, 80, 0));
  }

  .tw .md\:via-link{
    --tw-gradient-stops: var(--tw-gradient-from), #00BEFF, var(--tw-gradient-to, rgba(0, 190, 255, 0));
  }

  .tw .md\:via-info-error{
    --tw-gradient-stops: var(--tw-gradient-from), #eb3341, var(--tw-gradient-to, rgba(235, 51, 65, 0));
  }

  .tw .md\:via-info-danger{
    --tw-gradient-stops: var(--tw-gradient-from), #F77F25, var(--tw-gradient-to, rgba(247, 127, 37, 0));
  }

  .tw .md\:via-info-warn{
    --tw-gradient-stops: var(--tw-gradient-from), #FFC82F, var(--tw-gradient-to, rgba(255, 200, 47, 0));
  }

  .tw .md\:via-info-ok{
    --tw-gradient-stops: var(--tw-gradient-from), #00974F, var(--tw-gradient-to, rgba(0, 151, 79, 0));
  }

  .tw .md\:via-info-notice{
    --tw-gradient-stops: var(--tw-gradient-from), #0180FF, var(--tw-gradient-to, rgba(1, 128, 255, 0));
  }

  .tw .md\:via-accent-1{
    --tw-gradient-stops: var(--tw-gradient-from), #FF5D69, var(--tw-gradient-to, rgba(255, 93, 105, 0));
  }

  .tw .md\:via-accent-2{
    --tw-gradient-stops: var(--tw-gradient-from), #07F5AF, var(--tw-gradient-to, rgba(7, 245, 175, 0));
  }

  .tw .md\:via-accent-3{
    --tw-gradient-stops: var(--tw-gradient-from), #04D372, var(--tw-gradient-to, rgba(4, 211, 114, 0));
  }

  .tw .md\:via-accent-4{
    --tw-gradient-stops: var(--tw-gradient-from), #8451F5, var(--tw-gradient-to, rgba(132, 81, 245, 0));
  }

  .tw .md\:hover\:via-current:hover{
    --tw-gradient-stops: var(--tw-gradient-from), currentColor, var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .tw .md\:hover\:via-transparent:hover{
    --tw-gradient-stops: var(--tw-gradient-from), transparent, var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .tw .md\:hover\:via-white:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #FFFFFF, var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .tw .md\:hover\:via-black:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #000000, var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .tw .md\:hover\:via-gray-10:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #F0F0F0, var(--tw-gradient-to, rgba(240, 240, 240, 0));
  }

  .tw .md\:hover\:via-gray-20:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #E2E2E2, var(--tw-gradient-to, rgba(226, 226, 226, 0));
  }

  .tw .md\:hover\:via-gray-30:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #D3D3D3, var(--tw-gradient-to, rgba(211, 211, 211, 0));
  }

  .tw .md\:hover\:via-gray-40:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #C5C5C5, var(--tw-gradient-to, rgba(197, 197, 197, 0));
  }

  .tw .md\:hover\:via-gray-50:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #B7B7B7, var(--tw-gradient-to, rgba(183, 183, 183, 0));
  }

  .tw .md\:hover\:via-gray-60:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #A9A9A9, var(--tw-gradient-to, rgba(169, 169, 169, 0));
  }

  .tw .md\:hover\:via-gray-70:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #9C9C9C, var(--tw-gradient-to, rgba(156, 156, 156, 0));
  }

  .tw .md\:hover\:via-gray-80:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #8E8E8E, var(--tw-gradient-to, rgba(142, 142, 142, 0));
  }

  .tw .md\:hover\:via-gray-90:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #818181, var(--tw-gradient-to, rgba(129, 129, 129, 0));
  }

  .tw .md\:hover\:via-gray-100:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #6C6D72, var(--tw-gradient-to, rgba(108, 109, 114, 0));
  }

  .tw .md\:hover\:via-gray-200:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #606167, var(--tw-gradient-to, rgba(96, 97, 103, 0));
  }

  .tw .md\:hover\:via-gray-300:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #54565B, var(--tw-gradient-to, rgba(84, 86, 91, 0));
  }

  .tw .md\:hover\:via-gray-400:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #494950, var(--tw-gradient-to, rgba(73, 73, 80, 0));
  }

  .tw .md\:hover\:via-gray-500:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #3D3D44, var(--tw-gradient-to, rgba(61, 61, 68, 0));
  }

  .tw .md\:hover\:via-gray-600:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #35353D, var(--tw-gradient-to, rgba(53, 53, 61, 0));
  }

  .tw .md\:hover\:via-gray-700:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #2D2D31, var(--tw-gradient-to, rgba(45, 45, 49, 0));
  }

  .tw .md\:hover\:via-gray-800:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #26252A, var(--tw-gradient-to, rgba(38, 37, 42, 0));
  }

  .tw .md\:hover\:via-gray-850:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #202025, var(--tw-gradient-to, rgba(32, 32, 37, 0));
  }

  .tw .md\:hover\:via-gray-900:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #1B1B20, var(--tw-gradient-to, rgba(27, 27, 32, 0));
  }

  .tw .md\:hover\:via-gray-950:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #141417, var(--tw-gradient-to, rgba(20, 20, 23, 0));
  }

  .tw .md\:hover\:via-brand-50:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #7FFFFF, var(--tw-gradient-to, rgba(127, 255, 255, 0));
  }

  .tw .md\:hover\:via-brand-100:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #57E2FF, var(--tw-gradient-to, rgba(87, 226, 255, 0));
  }

  .tw .md\:hover\:via-brand-200:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #20C5FF, var(--tw-gradient-to, rgba(32, 197, 255, 0));
  }

  .tw .md\:hover\:via-brand-300:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #00A7E7, var(--tw-gradient-to, rgba(0, 167, 231, 0));
  }

  .tw .md\:hover\:via-brand-400:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #008BC9, var(--tw-gradient-to, rgba(0, 139, 201, 0));
  }

  .tw .md\:hover\:via-brand-500:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #0070AC, var(--tw-gradient-to, rgba(0, 112, 172, 0));
  }

  .tw .md\:hover\:via-brand-600:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #00568F, var(--tw-gradient-to, rgba(0, 86, 143, 0));
  }

  .tw .md\:hover\:via-brand-700:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #003E74, var(--tw-gradient-to, rgba(0, 62, 116, 0));
  }

  .tw .md\:hover\:via-brand-800:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #002759, var(--tw-gradient-to, rgba(0, 39, 89, 0));
  }

  .tw .md\:hover\:via-brand-900:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #00123F, var(--tw-gradient-to, rgba(0, 18, 63, 0));
  }

  .tw .md\:hover\:via-brand:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #00BEFF, var(--tw-gradient-to, rgba(0, 190, 255, 0));
  }

  .tw .md\:hover\:via-brand-base:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #00BEFF, var(--tw-gradient-to, rgba(0, 190, 255, 0));
  }

  .tw .md\:hover\:via-red-50:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #FFCAC8, var(--tw-gradient-to, rgba(255, 202, 200, 0));
  }

  .tw .md\:hover\:via-red-100:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #FFABAB, var(--tw-gradient-to, rgba(255, 171, 171, 0));
  }

  .tw .md\:hover\:via-red-200:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #FF8E8E, var(--tw-gradient-to, rgba(255, 142, 142, 0));
  }

  .tw .md\:hover\:via-red-300:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #F77073, var(--tw-gradient-to, rgba(247, 112, 115, 0));
  }

  .tw .md\:hover\:via-red-400:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #D75359, var(--tw-gradient-to, rgba(215, 83, 89, 0));
  }

  .tw .md\:hover\:via-red-500:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #B63640, var(--tw-gradient-to, rgba(182, 54, 64, 0));
  }

  .tw .md\:hover\:via-red-600:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #961229, var(--tw-gradient-to, rgba(150, 18, 41, 0));
  }

  .tw .md\:hover\:via-red-700:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #770013, var(--tw-gradient-to, rgba(119, 0, 19, 0));
  }

  .tw .md\:hover\:via-red-800:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #590000, var(--tw-gradient-to, rgba(89, 0, 0, 0));
  }

  .tw .md\:hover\:via-red-900:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #410000, var(--tw-gradient-to, rgba(65, 0, 0, 0));
  }

  .tw .md\:hover\:via-red:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #D35056, var(--tw-gradient-to, rgba(211, 80, 86, 0));
  }

  .tw .md\:hover\:via-red-brand:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #FF4F4F, var(--tw-gradient-to, rgba(255, 79, 79, 0));
  }

  .tw .md\:hover\:via-green-50:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #8DFFCD, var(--tw-gradient-to, rgba(141, 255, 205, 0));
  }

  .tw .md\:hover\:via-green-100:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #6DECB0, var(--tw-gradient-to, rgba(109, 236, 176, 0));
  }

  .tw .md\:hover\:via-green-200:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #4CCE93, var(--tw-gradient-to, rgba(76, 206, 147, 0));
  }

  .tw .md\:hover\:via-green-300:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #24B077, var(--tw-gradient-to, rgba(36, 176, 119, 0));
  }

  .tw .md\:hover\:via-green-400:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #00935D, var(--tw-gradient-to, rgba(0, 147, 93, 0));
  }

  .tw .md\:hover\:via-green-500:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #007744, var(--tw-gradient-to, rgba(0, 119, 68, 0));
  }

  .tw .md\:hover\:via-green-600:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #005B2B, var(--tw-gradient-to, rgba(0, 91, 43, 0));
  }

  .tw .md\:hover\:via-green-700:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #004115, var(--tw-gradient-to, rgba(0, 65, 21, 0));
  }

  .tw .md\:hover\:via-green-800:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #002B00, var(--tw-gradient-to, rgba(0, 43, 0, 0));
  }

  .tw .md\:hover\:via-green-900:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #001B00, var(--tw-gradient-to, rgba(0, 27, 0, 0));
  }

  .tw .md\:hover\:via-green:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #2EB67D, var(--tw-gradient-to, rgba(46, 182, 125, 0));
  }

  .tw .md\:hover\:via-yellow-50:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #FFEB57, var(--tw-gradient-to, rgba(255, 235, 87, 0));
  }

  .tw .md\:hover\:via-yellow-100:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #FFCD37, var(--tw-gradient-to, rgba(255, 205, 55, 0));
  }

  .tw .md\:hover\:via-yellow-200:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #E4B009, var(--tw-gradient-to, rgba(228, 176, 9, 0));
  }

  .tw .md\:hover\:via-yellow-300:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #C39400, var(--tw-gradient-to, rgba(195, 148, 0, 0));
  }

  .tw .md\:hover\:via-yellow-400:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #A37900, var(--tw-gradient-to, rgba(163, 121, 0, 0));
  }

  .tw .md\:hover\:via-yellow-500:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #855F00, var(--tw-gradient-to, rgba(133, 95, 0, 0));
  }

  .tw .md\:hover\:via-yellow-600:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #684600, var(--tw-gradient-to, rgba(104, 70, 0, 0));
  }

  .tw .md\:hover\:via-yellow-700:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #4F2E00, var(--tw-gradient-to, rgba(79, 46, 0, 0));
  }

  .tw .md\:hover\:via-yellow-800:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #3D1600, var(--tw-gradient-to, rgba(61, 22, 0, 0));
  }

  .tw .md\:hover\:via-yellow-900:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #320000, var(--tw-gradient-to, rgba(50, 0, 0, 0));
  }

  .tw .md\:hover\:via-yellow:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #FEC72F, var(--tw-gradient-to, rgba(254, 199, 47, 0));
  }

  .tw .md\:hover\:via-purple-50:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #FFD8FF, var(--tw-gradient-to, rgba(255, 216, 255, 0));
  }

  .tw .md\:hover\:via-purple-100:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #F0BAFF, var(--tw-gradient-to, rgba(240, 186, 255, 0));
  }

  .tw .md\:hover\:via-purple-200:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #D09DFF, var(--tw-gradient-to, rgba(208, 157, 255, 0));
  }

  .tw .md\:hover\:via-purple-300:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #B180FF, var(--tw-gradient-to, rgba(177, 128, 255, 0));
  }

  .tw .md\:hover\:via-purple-400:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #9265E9, var(--tw-gradient-to, rgba(146, 101, 233, 0));
  }

  .tw .md\:hover\:via-purple-500:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #744ACB, var(--tw-gradient-to, rgba(116, 74, 203, 0));
  }

  .tw .md\:hover\:via-purple-600:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #5530AD, var(--tw-gradient-to, rgba(85, 48, 173, 0));
  }

  .tw .md\:hover\:via-purple-700:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #351690, var(--tw-gradient-to, rgba(53, 22, 144, 0));
  }

  .tw .md\:hover\:via-purple-800:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #090074, var(--tw-gradient-to, rgba(9, 0, 116, 0));
  }

  .tw .md\:hover\:via-purple-900:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #000059, var(--tw-gradient-to, rgba(0, 0, 89, 0));
  }

  .tw .md\:hover\:via-purple:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #A878FF, var(--tw-gradient-to, rgba(168, 120, 255, 0));
  }

  .tw .md\:hover\:via-orange-50:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #FFD283, var(--tw-gradient-to, rgba(255, 210, 131, 0));
  }

  .tw .md\:hover\:via-orange-100:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #FFB467, var(--tw-gradient-to, rgba(255, 180, 103, 0));
  }

  .tw .md\:hover\:via-orange-200:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #FF974B, var(--tw-gradient-to, rgba(255, 151, 75, 0));
  }

  .tw .md\:hover\:via-orange-300:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #F07A2F, var(--tw-gradient-to, rgba(240, 122, 47, 0));
  }

  .tw .md\:hover\:via-orange-400:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #CE5F11, var(--tw-gradient-to, rgba(206, 95, 17, 0));
  }

  .tw .md\:hover\:via-orange-500:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #AD4400, var(--tw-gradient-to, rgba(173, 68, 0, 0));
  }

  .tw .md\:hover\:via-orange-600:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #8D2800, var(--tw-gradient-to, rgba(141, 40, 0, 0));
  }

  .tw .md\:hover\:via-orange-700:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #6F0600, var(--tw-gradient-to, rgba(111, 6, 0, 0));
  }

  .tw .md\:hover\:via-orange-800:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #540000, var(--tw-gradient-to, rgba(84, 0, 0, 0));
  }

  .tw .md\:hover\:via-orange-900:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #410000, var(--tw-gradient-to, rgba(65, 0, 0, 0));
  }

  .tw .md\:hover\:via-orange:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #F57F34, var(--tw-gradient-to, rgba(245, 127, 52, 0));
  }

  .tw .md\:hover\:via-surface-brand:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #1A1A1A, var(--tw-gradient-to, rgba(26, 26, 26, 0));
  }

  .tw .md\:hover\:via-surface-lower:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #121314, var(--tw-gradient-to, rgba(18, 19, 20, 0));
  }

  .tw .md\:hover\:via-surface-base:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #1D1E1F, var(--tw-gradient-to, rgba(29, 30, 31, 0));
  }

  .tw .md\:hover\:via-surface-low:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #212124, var(--tw-gradient-to, rgba(33, 33, 36, 0));
  }

  .tw .md\:hover\:via-surface-middle:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #26262A, var(--tw-gradient-to, rgba(38, 38, 42, 0));
  }

  .tw .md\:hover\:via-surface-upper:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #29292E, var(--tw-gradient-to, rgba(41, 41, 46, 0));
  }

  .tw .md\:hover\:via-surface-high:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #343435, var(--tw-gradient-to, rgba(52, 52, 53, 0));
  }

  .tw .md\:hover\:via-surface-higher:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #4A4B4B, var(--tw-gradient-to, rgba(74, 75, 75, 0));
  }

  .tw .md\:hover\:via-surface-highest:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #616162, var(--tw-gradient-to, rgba(97, 97, 98, 0));
  }

  .tw .md\:hover\:via-glyph-base:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #FFFFFF, var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .tw .md\:hover\:via-glyph-light:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #C2C2C2, var(--tw-gradient-to, rgba(194, 194, 194, 0));
  }

  .tw .md\:hover\:via-glyph-lighter:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #969696, var(--tw-gradient-to, rgba(150, 150, 150, 0));
  }

  .tw .md\:hover\:via-glyph-lightest:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #505050, var(--tw-gradient-to, rgba(80, 80, 80, 0));
  }

  .tw .md\:hover\:via-link:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #00BEFF, var(--tw-gradient-to, rgba(0, 190, 255, 0));
  }

  .tw .md\:hover\:via-info-error:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #eb3341, var(--tw-gradient-to, rgba(235, 51, 65, 0));
  }

  .tw .md\:hover\:via-info-danger:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #F77F25, var(--tw-gradient-to, rgba(247, 127, 37, 0));
  }

  .tw .md\:hover\:via-info-warn:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #FFC82F, var(--tw-gradient-to, rgba(255, 200, 47, 0));
  }

  .tw .md\:hover\:via-info-ok:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #00974F, var(--tw-gradient-to, rgba(0, 151, 79, 0));
  }

  .tw .md\:hover\:via-info-notice:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #0180FF, var(--tw-gradient-to, rgba(1, 128, 255, 0));
  }

  .tw .md\:hover\:via-accent-1:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #FF5D69, var(--tw-gradient-to, rgba(255, 93, 105, 0));
  }

  .tw .md\:hover\:via-accent-2:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #07F5AF, var(--tw-gradient-to, rgba(7, 245, 175, 0));
  }

  .tw .md\:hover\:via-accent-3:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #04D372, var(--tw-gradient-to, rgba(4, 211, 114, 0));
  }

  .tw .md\:hover\:via-accent-4:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #8451F5, var(--tw-gradient-to, rgba(132, 81, 245, 0));
  }

  .tw .md\:focus\:via-current:focus{
    --tw-gradient-stops: var(--tw-gradient-from), currentColor, var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .tw .md\:focus\:via-transparent:focus{
    --tw-gradient-stops: var(--tw-gradient-from), transparent, var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .tw .md\:focus\:via-white:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #FFFFFF, var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .tw .md\:focus\:via-black:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #000000, var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .tw .md\:focus\:via-gray-10:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #F0F0F0, var(--tw-gradient-to, rgba(240, 240, 240, 0));
  }

  .tw .md\:focus\:via-gray-20:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #E2E2E2, var(--tw-gradient-to, rgba(226, 226, 226, 0));
  }

  .tw .md\:focus\:via-gray-30:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #D3D3D3, var(--tw-gradient-to, rgba(211, 211, 211, 0));
  }

  .tw .md\:focus\:via-gray-40:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #C5C5C5, var(--tw-gradient-to, rgba(197, 197, 197, 0));
  }

  .tw .md\:focus\:via-gray-50:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #B7B7B7, var(--tw-gradient-to, rgba(183, 183, 183, 0));
  }

  .tw .md\:focus\:via-gray-60:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #A9A9A9, var(--tw-gradient-to, rgba(169, 169, 169, 0));
  }

  .tw .md\:focus\:via-gray-70:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #9C9C9C, var(--tw-gradient-to, rgba(156, 156, 156, 0));
  }

  .tw .md\:focus\:via-gray-80:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #8E8E8E, var(--tw-gradient-to, rgba(142, 142, 142, 0));
  }

  .tw .md\:focus\:via-gray-90:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #818181, var(--tw-gradient-to, rgba(129, 129, 129, 0));
  }

  .tw .md\:focus\:via-gray-100:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #6C6D72, var(--tw-gradient-to, rgba(108, 109, 114, 0));
  }

  .tw .md\:focus\:via-gray-200:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #606167, var(--tw-gradient-to, rgba(96, 97, 103, 0));
  }

  .tw .md\:focus\:via-gray-300:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #54565B, var(--tw-gradient-to, rgba(84, 86, 91, 0));
  }

  .tw .md\:focus\:via-gray-400:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #494950, var(--tw-gradient-to, rgba(73, 73, 80, 0));
  }

  .tw .md\:focus\:via-gray-500:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #3D3D44, var(--tw-gradient-to, rgba(61, 61, 68, 0));
  }

  .tw .md\:focus\:via-gray-600:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #35353D, var(--tw-gradient-to, rgba(53, 53, 61, 0));
  }

  .tw .md\:focus\:via-gray-700:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #2D2D31, var(--tw-gradient-to, rgba(45, 45, 49, 0));
  }

  .tw .md\:focus\:via-gray-800:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #26252A, var(--tw-gradient-to, rgba(38, 37, 42, 0));
  }

  .tw .md\:focus\:via-gray-850:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #202025, var(--tw-gradient-to, rgba(32, 32, 37, 0));
  }

  .tw .md\:focus\:via-gray-900:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #1B1B20, var(--tw-gradient-to, rgba(27, 27, 32, 0));
  }

  .tw .md\:focus\:via-gray-950:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #141417, var(--tw-gradient-to, rgba(20, 20, 23, 0));
  }

  .tw .md\:focus\:via-brand-50:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #7FFFFF, var(--tw-gradient-to, rgba(127, 255, 255, 0));
  }

  .tw .md\:focus\:via-brand-100:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #57E2FF, var(--tw-gradient-to, rgba(87, 226, 255, 0));
  }

  .tw .md\:focus\:via-brand-200:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #20C5FF, var(--tw-gradient-to, rgba(32, 197, 255, 0));
  }

  .tw .md\:focus\:via-brand-300:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #00A7E7, var(--tw-gradient-to, rgba(0, 167, 231, 0));
  }

  .tw .md\:focus\:via-brand-400:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #008BC9, var(--tw-gradient-to, rgba(0, 139, 201, 0));
  }

  .tw .md\:focus\:via-brand-500:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #0070AC, var(--tw-gradient-to, rgba(0, 112, 172, 0));
  }

  .tw .md\:focus\:via-brand-600:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #00568F, var(--tw-gradient-to, rgba(0, 86, 143, 0));
  }

  .tw .md\:focus\:via-brand-700:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #003E74, var(--tw-gradient-to, rgba(0, 62, 116, 0));
  }

  .tw .md\:focus\:via-brand-800:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #002759, var(--tw-gradient-to, rgba(0, 39, 89, 0));
  }

  .tw .md\:focus\:via-brand-900:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #00123F, var(--tw-gradient-to, rgba(0, 18, 63, 0));
  }

  .tw .md\:focus\:via-brand:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #00BEFF, var(--tw-gradient-to, rgba(0, 190, 255, 0));
  }

  .tw .md\:focus\:via-brand-base:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #00BEFF, var(--tw-gradient-to, rgba(0, 190, 255, 0));
  }

  .tw .md\:focus\:via-red-50:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #FFCAC8, var(--tw-gradient-to, rgba(255, 202, 200, 0));
  }

  .tw .md\:focus\:via-red-100:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #FFABAB, var(--tw-gradient-to, rgba(255, 171, 171, 0));
  }

  .tw .md\:focus\:via-red-200:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #FF8E8E, var(--tw-gradient-to, rgba(255, 142, 142, 0));
  }

  .tw .md\:focus\:via-red-300:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #F77073, var(--tw-gradient-to, rgba(247, 112, 115, 0));
  }

  .tw .md\:focus\:via-red-400:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #D75359, var(--tw-gradient-to, rgba(215, 83, 89, 0));
  }

  .tw .md\:focus\:via-red-500:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #B63640, var(--tw-gradient-to, rgba(182, 54, 64, 0));
  }

  .tw .md\:focus\:via-red-600:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #961229, var(--tw-gradient-to, rgba(150, 18, 41, 0));
  }

  .tw .md\:focus\:via-red-700:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #770013, var(--tw-gradient-to, rgba(119, 0, 19, 0));
  }

  .tw .md\:focus\:via-red-800:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #590000, var(--tw-gradient-to, rgba(89, 0, 0, 0));
  }

  .tw .md\:focus\:via-red-900:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #410000, var(--tw-gradient-to, rgba(65, 0, 0, 0));
  }

  .tw .md\:focus\:via-red:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #D35056, var(--tw-gradient-to, rgba(211, 80, 86, 0));
  }

  .tw .md\:focus\:via-red-brand:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #FF4F4F, var(--tw-gradient-to, rgba(255, 79, 79, 0));
  }

  .tw .md\:focus\:via-green-50:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #8DFFCD, var(--tw-gradient-to, rgba(141, 255, 205, 0));
  }

  .tw .md\:focus\:via-green-100:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #6DECB0, var(--tw-gradient-to, rgba(109, 236, 176, 0));
  }

  .tw .md\:focus\:via-green-200:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #4CCE93, var(--tw-gradient-to, rgba(76, 206, 147, 0));
  }

  .tw .md\:focus\:via-green-300:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #24B077, var(--tw-gradient-to, rgba(36, 176, 119, 0));
  }

  .tw .md\:focus\:via-green-400:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #00935D, var(--tw-gradient-to, rgba(0, 147, 93, 0));
  }

  .tw .md\:focus\:via-green-500:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #007744, var(--tw-gradient-to, rgba(0, 119, 68, 0));
  }

  .tw .md\:focus\:via-green-600:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #005B2B, var(--tw-gradient-to, rgba(0, 91, 43, 0));
  }

  .tw .md\:focus\:via-green-700:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #004115, var(--tw-gradient-to, rgba(0, 65, 21, 0));
  }

  .tw .md\:focus\:via-green-800:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #002B00, var(--tw-gradient-to, rgba(0, 43, 0, 0));
  }

  .tw .md\:focus\:via-green-900:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #001B00, var(--tw-gradient-to, rgba(0, 27, 0, 0));
  }

  .tw .md\:focus\:via-green:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #2EB67D, var(--tw-gradient-to, rgba(46, 182, 125, 0));
  }

  .tw .md\:focus\:via-yellow-50:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #FFEB57, var(--tw-gradient-to, rgba(255, 235, 87, 0));
  }

  .tw .md\:focus\:via-yellow-100:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #FFCD37, var(--tw-gradient-to, rgba(255, 205, 55, 0));
  }

  .tw .md\:focus\:via-yellow-200:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #E4B009, var(--tw-gradient-to, rgba(228, 176, 9, 0));
  }

  .tw .md\:focus\:via-yellow-300:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #C39400, var(--tw-gradient-to, rgba(195, 148, 0, 0));
  }

  .tw .md\:focus\:via-yellow-400:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #A37900, var(--tw-gradient-to, rgba(163, 121, 0, 0));
  }

  .tw .md\:focus\:via-yellow-500:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #855F00, var(--tw-gradient-to, rgba(133, 95, 0, 0));
  }

  .tw .md\:focus\:via-yellow-600:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #684600, var(--tw-gradient-to, rgba(104, 70, 0, 0));
  }

  .tw .md\:focus\:via-yellow-700:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #4F2E00, var(--tw-gradient-to, rgba(79, 46, 0, 0));
  }

  .tw .md\:focus\:via-yellow-800:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #3D1600, var(--tw-gradient-to, rgba(61, 22, 0, 0));
  }

  .tw .md\:focus\:via-yellow-900:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #320000, var(--tw-gradient-to, rgba(50, 0, 0, 0));
  }

  .tw .md\:focus\:via-yellow:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #FEC72F, var(--tw-gradient-to, rgba(254, 199, 47, 0));
  }

  .tw .md\:focus\:via-purple-50:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #FFD8FF, var(--tw-gradient-to, rgba(255, 216, 255, 0));
  }

  .tw .md\:focus\:via-purple-100:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #F0BAFF, var(--tw-gradient-to, rgba(240, 186, 255, 0));
  }

  .tw .md\:focus\:via-purple-200:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #D09DFF, var(--tw-gradient-to, rgba(208, 157, 255, 0));
  }

  .tw .md\:focus\:via-purple-300:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #B180FF, var(--tw-gradient-to, rgba(177, 128, 255, 0));
  }

  .tw .md\:focus\:via-purple-400:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #9265E9, var(--tw-gradient-to, rgba(146, 101, 233, 0));
  }

  .tw .md\:focus\:via-purple-500:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #744ACB, var(--tw-gradient-to, rgba(116, 74, 203, 0));
  }

  .tw .md\:focus\:via-purple-600:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #5530AD, var(--tw-gradient-to, rgba(85, 48, 173, 0));
  }

  .tw .md\:focus\:via-purple-700:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #351690, var(--tw-gradient-to, rgba(53, 22, 144, 0));
  }

  .tw .md\:focus\:via-purple-800:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #090074, var(--tw-gradient-to, rgba(9, 0, 116, 0));
  }

  .tw .md\:focus\:via-purple-900:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #000059, var(--tw-gradient-to, rgba(0, 0, 89, 0));
  }

  .tw .md\:focus\:via-purple:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #A878FF, var(--tw-gradient-to, rgba(168, 120, 255, 0));
  }

  .tw .md\:focus\:via-orange-50:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #FFD283, var(--tw-gradient-to, rgba(255, 210, 131, 0));
  }

  .tw .md\:focus\:via-orange-100:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #FFB467, var(--tw-gradient-to, rgba(255, 180, 103, 0));
  }

  .tw .md\:focus\:via-orange-200:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #FF974B, var(--tw-gradient-to, rgba(255, 151, 75, 0));
  }

  .tw .md\:focus\:via-orange-300:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #F07A2F, var(--tw-gradient-to, rgba(240, 122, 47, 0));
  }

  .tw .md\:focus\:via-orange-400:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #CE5F11, var(--tw-gradient-to, rgba(206, 95, 17, 0));
  }

  .tw .md\:focus\:via-orange-500:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #AD4400, var(--tw-gradient-to, rgba(173, 68, 0, 0));
  }

  .tw .md\:focus\:via-orange-600:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #8D2800, var(--tw-gradient-to, rgba(141, 40, 0, 0));
  }

  .tw .md\:focus\:via-orange-700:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #6F0600, var(--tw-gradient-to, rgba(111, 6, 0, 0));
  }

  .tw .md\:focus\:via-orange-800:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #540000, var(--tw-gradient-to, rgba(84, 0, 0, 0));
  }

  .tw .md\:focus\:via-orange-900:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #410000, var(--tw-gradient-to, rgba(65, 0, 0, 0));
  }

  .tw .md\:focus\:via-orange:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #F57F34, var(--tw-gradient-to, rgba(245, 127, 52, 0));
  }

  .tw .md\:focus\:via-surface-brand:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #1A1A1A, var(--tw-gradient-to, rgba(26, 26, 26, 0));
  }

  .tw .md\:focus\:via-surface-lower:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #121314, var(--tw-gradient-to, rgba(18, 19, 20, 0));
  }

  .tw .md\:focus\:via-surface-base:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #1D1E1F, var(--tw-gradient-to, rgba(29, 30, 31, 0));
  }

  .tw .md\:focus\:via-surface-low:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #212124, var(--tw-gradient-to, rgba(33, 33, 36, 0));
  }

  .tw .md\:focus\:via-surface-middle:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #26262A, var(--tw-gradient-to, rgba(38, 38, 42, 0));
  }

  .tw .md\:focus\:via-surface-upper:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #29292E, var(--tw-gradient-to, rgba(41, 41, 46, 0));
  }

  .tw .md\:focus\:via-surface-high:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #343435, var(--tw-gradient-to, rgba(52, 52, 53, 0));
  }

  .tw .md\:focus\:via-surface-higher:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #4A4B4B, var(--tw-gradient-to, rgba(74, 75, 75, 0));
  }

  .tw .md\:focus\:via-surface-highest:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #616162, var(--tw-gradient-to, rgba(97, 97, 98, 0));
  }

  .tw .md\:focus\:via-glyph-base:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #FFFFFF, var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .tw .md\:focus\:via-glyph-light:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #C2C2C2, var(--tw-gradient-to, rgba(194, 194, 194, 0));
  }

  .tw .md\:focus\:via-glyph-lighter:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #969696, var(--tw-gradient-to, rgba(150, 150, 150, 0));
  }

  .tw .md\:focus\:via-glyph-lightest:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #505050, var(--tw-gradient-to, rgba(80, 80, 80, 0));
  }

  .tw .md\:focus\:via-link:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #00BEFF, var(--tw-gradient-to, rgba(0, 190, 255, 0));
  }

  .tw .md\:focus\:via-info-error:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #eb3341, var(--tw-gradient-to, rgba(235, 51, 65, 0));
  }

  .tw .md\:focus\:via-info-danger:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #F77F25, var(--tw-gradient-to, rgba(247, 127, 37, 0));
  }

  .tw .md\:focus\:via-info-warn:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #FFC82F, var(--tw-gradient-to, rgba(255, 200, 47, 0));
  }

  .tw .md\:focus\:via-info-ok:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #00974F, var(--tw-gradient-to, rgba(0, 151, 79, 0));
  }

  .tw .md\:focus\:via-info-notice:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #0180FF, var(--tw-gradient-to, rgba(1, 128, 255, 0));
  }

  .tw .md\:focus\:via-accent-1:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #FF5D69, var(--tw-gradient-to, rgba(255, 93, 105, 0));
  }

  .tw .md\:focus\:via-accent-2:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #07F5AF, var(--tw-gradient-to, rgba(7, 245, 175, 0));
  }

  .tw .md\:focus\:via-accent-3:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #04D372, var(--tw-gradient-to, rgba(4, 211, 114, 0));
  }

  .tw .md\:focus\:via-accent-4:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #8451F5, var(--tw-gradient-to, rgba(132, 81, 245, 0));
  }

  .tw .md\:to-current{
    --tw-gradient-to: currentColor;
  }

  .tw .md\:to-transparent{
    --tw-gradient-to: transparent;
  }

  .tw .md\:to-white{
    --tw-gradient-to: #FFFFFF;
  }

  .tw .md\:to-black{
    --tw-gradient-to: #000000;
  }

  .tw .md\:to-gray-10{
    --tw-gradient-to: #F0F0F0;
  }

  .tw .md\:to-gray-20{
    --tw-gradient-to: #E2E2E2;
  }

  .tw .md\:to-gray-30{
    --tw-gradient-to: #D3D3D3;
  }

  .tw .md\:to-gray-40{
    --tw-gradient-to: #C5C5C5;
  }

  .tw .md\:to-gray-50{
    --tw-gradient-to: #B7B7B7;
  }

  .tw .md\:to-gray-60{
    --tw-gradient-to: #A9A9A9;
  }

  .tw .md\:to-gray-70{
    --tw-gradient-to: #9C9C9C;
  }

  .tw .md\:to-gray-80{
    --tw-gradient-to: #8E8E8E;
  }

  .tw .md\:to-gray-90{
    --tw-gradient-to: #818181;
  }

  .tw .md\:to-gray-100{
    --tw-gradient-to: #6C6D72;
  }

  .tw .md\:to-gray-200{
    --tw-gradient-to: #606167;
  }

  .tw .md\:to-gray-300{
    --tw-gradient-to: #54565B;
  }

  .tw .md\:to-gray-400{
    --tw-gradient-to: #494950;
  }

  .tw .md\:to-gray-500{
    --tw-gradient-to: #3D3D44;
  }

  .tw .md\:to-gray-600{
    --tw-gradient-to: #35353D;
  }

  .tw .md\:to-gray-700{
    --tw-gradient-to: #2D2D31;
  }

  .tw .md\:to-gray-800{
    --tw-gradient-to: #26252A;
  }

  .tw .md\:to-gray-850{
    --tw-gradient-to: #202025;
  }

  .tw .md\:to-gray-900{
    --tw-gradient-to: #1B1B20;
  }

  .tw .md\:to-gray-950{
    --tw-gradient-to: #141417;
  }

  .tw .md\:to-brand-50{
    --tw-gradient-to: #7FFFFF;
  }

  .tw .md\:to-brand-100{
    --tw-gradient-to: #57E2FF;
  }

  .tw .md\:to-brand-200{
    --tw-gradient-to: #20C5FF;
  }

  .tw .md\:to-brand-300{
    --tw-gradient-to: #00A7E7;
  }

  .tw .md\:to-brand-400{
    --tw-gradient-to: #008BC9;
  }

  .tw .md\:to-brand-500{
    --tw-gradient-to: #0070AC;
  }

  .tw .md\:to-brand-600{
    --tw-gradient-to: #00568F;
  }

  .tw .md\:to-brand-700{
    --tw-gradient-to: #003E74;
  }

  .tw .md\:to-brand-800{
    --tw-gradient-to: #002759;
  }

  .tw .md\:to-brand-900{
    --tw-gradient-to: #00123F;
  }

  .tw .md\:to-brand{
    --tw-gradient-to: #00BEFF;
  }

  .tw .md\:to-brand-base{
    --tw-gradient-to: #00BEFF;
  }

  .tw .md\:to-red-50{
    --tw-gradient-to: #FFCAC8;
  }

  .tw .md\:to-red-100{
    --tw-gradient-to: #FFABAB;
  }

  .tw .md\:to-red-200{
    --tw-gradient-to: #FF8E8E;
  }

  .tw .md\:to-red-300{
    --tw-gradient-to: #F77073;
  }

  .tw .md\:to-red-400{
    --tw-gradient-to: #D75359;
  }

  .tw .md\:to-red-500{
    --tw-gradient-to: #B63640;
  }

  .tw .md\:to-red-600{
    --tw-gradient-to: #961229;
  }

  .tw .md\:to-red-700{
    --tw-gradient-to: #770013;
  }

  .tw .md\:to-red-800{
    --tw-gradient-to: #590000;
  }

  .tw .md\:to-red-900{
    --tw-gradient-to: #410000;
  }

  .tw .md\:to-red{
    --tw-gradient-to: #D35056;
  }

  .tw .md\:to-red-brand{
    --tw-gradient-to: #FF4F4F;
  }

  .tw .md\:to-green-50{
    --tw-gradient-to: #8DFFCD;
  }

  .tw .md\:to-green-100{
    --tw-gradient-to: #6DECB0;
  }

  .tw .md\:to-green-200{
    --tw-gradient-to: #4CCE93;
  }

  .tw .md\:to-green-300{
    --tw-gradient-to: #24B077;
  }

  .tw .md\:to-green-400{
    --tw-gradient-to: #00935D;
  }

  .tw .md\:to-green-500{
    --tw-gradient-to: #007744;
  }

  .tw .md\:to-green-600{
    --tw-gradient-to: #005B2B;
  }

  .tw .md\:to-green-700{
    --tw-gradient-to: #004115;
  }

  .tw .md\:to-green-800{
    --tw-gradient-to: #002B00;
  }

  .tw .md\:to-green-900{
    --tw-gradient-to: #001B00;
  }

  .tw .md\:to-green{
    --tw-gradient-to: #2EB67D;
  }

  .tw .md\:to-yellow-50{
    --tw-gradient-to: #FFEB57;
  }

  .tw .md\:to-yellow-100{
    --tw-gradient-to: #FFCD37;
  }

  .tw .md\:to-yellow-200{
    --tw-gradient-to: #E4B009;
  }

  .tw .md\:to-yellow-300{
    --tw-gradient-to: #C39400;
  }

  .tw .md\:to-yellow-400{
    --tw-gradient-to: #A37900;
  }

  .tw .md\:to-yellow-500{
    --tw-gradient-to: #855F00;
  }

  .tw .md\:to-yellow-600{
    --tw-gradient-to: #684600;
  }

  .tw .md\:to-yellow-700{
    --tw-gradient-to: #4F2E00;
  }

  .tw .md\:to-yellow-800{
    --tw-gradient-to: #3D1600;
  }

  .tw .md\:to-yellow-900{
    --tw-gradient-to: #320000;
  }

  .tw .md\:to-yellow{
    --tw-gradient-to: #FEC72F;
  }

  .tw .md\:to-purple-50{
    --tw-gradient-to: #FFD8FF;
  }

  .tw .md\:to-purple-100{
    --tw-gradient-to: #F0BAFF;
  }

  .tw .md\:to-purple-200{
    --tw-gradient-to: #D09DFF;
  }

  .tw .md\:to-purple-300{
    --tw-gradient-to: #B180FF;
  }

  .tw .md\:to-purple-400{
    --tw-gradient-to: #9265E9;
  }

  .tw .md\:to-purple-500{
    --tw-gradient-to: #744ACB;
  }

  .tw .md\:to-purple-600{
    --tw-gradient-to: #5530AD;
  }

  .tw .md\:to-purple-700{
    --tw-gradient-to: #351690;
  }

  .tw .md\:to-purple-800{
    --tw-gradient-to: #090074;
  }

  .tw .md\:to-purple-900{
    --tw-gradient-to: #000059;
  }

  .tw .md\:to-purple{
    --tw-gradient-to: #A878FF;
  }

  .tw .md\:to-orange-50{
    --tw-gradient-to: #FFD283;
  }

  .tw .md\:to-orange-100{
    --tw-gradient-to: #FFB467;
  }

  .tw .md\:to-orange-200{
    --tw-gradient-to: #FF974B;
  }

  .tw .md\:to-orange-300{
    --tw-gradient-to: #F07A2F;
  }

  .tw .md\:to-orange-400{
    --tw-gradient-to: #CE5F11;
  }

  .tw .md\:to-orange-500{
    --tw-gradient-to: #AD4400;
  }

  .tw .md\:to-orange-600{
    --tw-gradient-to: #8D2800;
  }

  .tw .md\:to-orange-700{
    --tw-gradient-to: #6F0600;
  }

  .tw .md\:to-orange-800{
    --tw-gradient-to: #540000;
  }

  .tw .md\:to-orange-900{
    --tw-gradient-to: #410000;
  }

  .tw .md\:to-orange{
    --tw-gradient-to: #F57F34;
  }

  .tw .md\:to-surface-brand{
    --tw-gradient-to: #1A1A1A;
  }

  .tw .md\:to-surface-lower{
    --tw-gradient-to: #121314;
  }

  .tw .md\:to-surface-base{
    --tw-gradient-to: #1D1E1F;
  }

  .tw .md\:to-surface-low{
    --tw-gradient-to: #212124;
  }

  .tw .md\:to-surface-middle{
    --tw-gradient-to: #26262A;
  }

  .tw .md\:to-surface-upper{
    --tw-gradient-to: #29292E;
  }

  .tw .md\:to-surface-high{
    --tw-gradient-to: #343435;
  }

  .tw .md\:to-surface-higher{
    --tw-gradient-to: #4A4B4B;
  }

  .tw .md\:to-surface-highest{
    --tw-gradient-to: #616162;
  }

  .tw .md\:to-glyph-base{
    --tw-gradient-to: #FFFFFF;
  }

  .tw .md\:to-glyph-light{
    --tw-gradient-to: #C2C2C2;
  }

  .tw .md\:to-glyph-lighter{
    --tw-gradient-to: #969696;
  }

  .tw .md\:to-glyph-lightest{
    --tw-gradient-to: #505050;
  }

  .tw .md\:to-link{
    --tw-gradient-to: #00BEFF;
  }

  .tw .md\:to-info-error{
    --tw-gradient-to: #eb3341;
  }

  .tw .md\:to-info-danger{
    --tw-gradient-to: #F77F25;
  }

  .tw .md\:to-info-warn{
    --tw-gradient-to: #FFC82F;
  }

  .tw .md\:to-info-ok{
    --tw-gradient-to: #00974F;
  }

  .tw .md\:to-info-notice{
    --tw-gradient-to: #0180FF;
  }

  .tw .md\:to-accent-1{
    --tw-gradient-to: #FF5D69;
  }

  .tw .md\:to-accent-2{
    --tw-gradient-to: #07F5AF;
  }

  .tw .md\:to-accent-3{
    --tw-gradient-to: #04D372;
  }

  .tw .md\:to-accent-4{
    --tw-gradient-to: #8451F5;
  }

  .tw .md\:hover\:to-current:hover{
    --tw-gradient-to: currentColor;
  }

  .tw .md\:hover\:to-transparent:hover{
    --tw-gradient-to: transparent;
  }

  .tw .md\:hover\:to-white:hover{
    --tw-gradient-to: #FFFFFF;
  }

  .tw .md\:hover\:to-black:hover{
    --tw-gradient-to: #000000;
  }

  .tw .md\:hover\:to-gray-10:hover{
    --tw-gradient-to: #F0F0F0;
  }

  .tw .md\:hover\:to-gray-20:hover{
    --tw-gradient-to: #E2E2E2;
  }

  .tw .md\:hover\:to-gray-30:hover{
    --tw-gradient-to: #D3D3D3;
  }

  .tw .md\:hover\:to-gray-40:hover{
    --tw-gradient-to: #C5C5C5;
  }

  .tw .md\:hover\:to-gray-50:hover{
    --tw-gradient-to: #B7B7B7;
  }

  .tw .md\:hover\:to-gray-60:hover{
    --tw-gradient-to: #A9A9A9;
  }

  .tw .md\:hover\:to-gray-70:hover{
    --tw-gradient-to: #9C9C9C;
  }

  .tw .md\:hover\:to-gray-80:hover{
    --tw-gradient-to: #8E8E8E;
  }

  .tw .md\:hover\:to-gray-90:hover{
    --tw-gradient-to: #818181;
  }

  .tw .md\:hover\:to-gray-100:hover{
    --tw-gradient-to: #6C6D72;
  }

  .tw .md\:hover\:to-gray-200:hover{
    --tw-gradient-to: #606167;
  }

  .tw .md\:hover\:to-gray-300:hover{
    --tw-gradient-to: #54565B;
  }

  .tw .md\:hover\:to-gray-400:hover{
    --tw-gradient-to: #494950;
  }

  .tw .md\:hover\:to-gray-500:hover{
    --tw-gradient-to: #3D3D44;
  }

  .tw .md\:hover\:to-gray-600:hover{
    --tw-gradient-to: #35353D;
  }

  .tw .md\:hover\:to-gray-700:hover{
    --tw-gradient-to: #2D2D31;
  }

  .tw .md\:hover\:to-gray-800:hover{
    --tw-gradient-to: #26252A;
  }

  .tw .md\:hover\:to-gray-850:hover{
    --tw-gradient-to: #202025;
  }

  .tw .md\:hover\:to-gray-900:hover{
    --tw-gradient-to: #1B1B20;
  }

  .tw .md\:hover\:to-gray-950:hover{
    --tw-gradient-to: #141417;
  }

  .tw .md\:hover\:to-brand-50:hover{
    --tw-gradient-to: #7FFFFF;
  }

  .tw .md\:hover\:to-brand-100:hover{
    --tw-gradient-to: #57E2FF;
  }

  .tw .md\:hover\:to-brand-200:hover{
    --tw-gradient-to: #20C5FF;
  }

  .tw .md\:hover\:to-brand-300:hover{
    --tw-gradient-to: #00A7E7;
  }

  .tw .md\:hover\:to-brand-400:hover{
    --tw-gradient-to: #008BC9;
  }

  .tw .md\:hover\:to-brand-500:hover{
    --tw-gradient-to: #0070AC;
  }

  .tw .md\:hover\:to-brand-600:hover{
    --tw-gradient-to: #00568F;
  }

  .tw .md\:hover\:to-brand-700:hover{
    --tw-gradient-to: #003E74;
  }

  .tw .md\:hover\:to-brand-800:hover{
    --tw-gradient-to: #002759;
  }

  .tw .md\:hover\:to-brand-900:hover{
    --tw-gradient-to: #00123F;
  }

  .tw .md\:hover\:to-brand:hover{
    --tw-gradient-to: #00BEFF;
  }

  .tw .md\:hover\:to-brand-base:hover{
    --tw-gradient-to: #00BEFF;
  }

  .tw .md\:hover\:to-red-50:hover{
    --tw-gradient-to: #FFCAC8;
  }

  .tw .md\:hover\:to-red-100:hover{
    --tw-gradient-to: #FFABAB;
  }

  .tw .md\:hover\:to-red-200:hover{
    --tw-gradient-to: #FF8E8E;
  }

  .tw .md\:hover\:to-red-300:hover{
    --tw-gradient-to: #F77073;
  }

  .tw .md\:hover\:to-red-400:hover{
    --tw-gradient-to: #D75359;
  }

  .tw .md\:hover\:to-red-500:hover{
    --tw-gradient-to: #B63640;
  }

  .tw .md\:hover\:to-red-600:hover{
    --tw-gradient-to: #961229;
  }

  .tw .md\:hover\:to-red-700:hover{
    --tw-gradient-to: #770013;
  }

  .tw .md\:hover\:to-red-800:hover{
    --tw-gradient-to: #590000;
  }

  .tw .md\:hover\:to-red-900:hover{
    --tw-gradient-to: #410000;
  }

  .tw .md\:hover\:to-red:hover{
    --tw-gradient-to: #D35056;
  }

  .tw .md\:hover\:to-red-brand:hover{
    --tw-gradient-to: #FF4F4F;
  }

  .tw .md\:hover\:to-green-50:hover{
    --tw-gradient-to: #8DFFCD;
  }

  .tw .md\:hover\:to-green-100:hover{
    --tw-gradient-to: #6DECB0;
  }

  .tw .md\:hover\:to-green-200:hover{
    --tw-gradient-to: #4CCE93;
  }

  .tw .md\:hover\:to-green-300:hover{
    --tw-gradient-to: #24B077;
  }

  .tw .md\:hover\:to-green-400:hover{
    --tw-gradient-to: #00935D;
  }

  .tw .md\:hover\:to-green-500:hover{
    --tw-gradient-to: #007744;
  }

  .tw .md\:hover\:to-green-600:hover{
    --tw-gradient-to: #005B2B;
  }

  .tw .md\:hover\:to-green-700:hover{
    --tw-gradient-to: #004115;
  }

  .tw .md\:hover\:to-green-800:hover{
    --tw-gradient-to: #002B00;
  }

  .tw .md\:hover\:to-green-900:hover{
    --tw-gradient-to: #001B00;
  }

  .tw .md\:hover\:to-green:hover{
    --tw-gradient-to: #2EB67D;
  }

  .tw .md\:hover\:to-yellow-50:hover{
    --tw-gradient-to: #FFEB57;
  }

  .tw .md\:hover\:to-yellow-100:hover{
    --tw-gradient-to: #FFCD37;
  }

  .tw .md\:hover\:to-yellow-200:hover{
    --tw-gradient-to: #E4B009;
  }

  .tw .md\:hover\:to-yellow-300:hover{
    --tw-gradient-to: #C39400;
  }

  .tw .md\:hover\:to-yellow-400:hover{
    --tw-gradient-to: #A37900;
  }

  .tw .md\:hover\:to-yellow-500:hover{
    --tw-gradient-to: #855F00;
  }

  .tw .md\:hover\:to-yellow-600:hover{
    --tw-gradient-to: #684600;
  }

  .tw .md\:hover\:to-yellow-700:hover{
    --tw-gradient-to: #4F2E00;
  }

  .tw .md\:hover\:to-yellow-800:hover{
    --tw-gradient-to: #3D1600;
  }

  .tw .md\:hover\:to-yellow-900:hover{
    --tw-gradient-to: #320000;
  }

  .tw .md\:hover\:to-yellow:hover{
    --tw-gradient-to: #FEC72F;
  }

  .tw .md\:hover\:to-purple-50:hover{
    --tw-gradient-to: #FFD8FF;
  }

  .tw .md\:hover\:to-purple-100:hover{
    --tw-gradient-to: #F0BAFF;
  }

  .tw .md\:hover\:to-purple-200:hover{
    --tw-gradient-to: #D09DFF;
  }

  .tw .md\:hover\:to-purple-300:hover{
    --tw-gradient-to: #B180FF;
  }

  .tw .md\:hover\:to-purple-400:hover{
    --tw-gradient-to: #9265E9;
  }

  .tw .md\:hover\:to-purple-500:hover{
    --tw-gradient-to: #744ACB;
  }

  .tw .md\:hover\:to-purple-600:hover{
    --tw-gradient-to: #5530AD;
  }

  .tw .md\:hover\:to-purple-700:hover{
    --tw-gradient-to: #351690;
  }

  .tw .md\:hover\:to-purple-800:hover{
    --tw-gradient-to: #090074;
  }

  .tw .md\:hover\:to-purple-900:hover{
    --tw-gradient-to: #000059;
  }

  .tw .md\:hover\:to-purple:hover{
    --tw-gradient-to: #A878FF;
  }

  .tw .md\:hover\:to-orange-50:hover{
    --tw-gradient-to: #FFD283;
  }

  .tw .md\:hover\:to-orange-100:hover{
    --tw-gradient-to: #FFB467;
  }

  .tw .md\:hover\:to-orange-200:hover{
    --tw-gradient-to: #FF974B;
  }

  .tw .md\:hover\:to-orange-300:hover{
    --tw-gradient-to: #F07A2F;
  }

  .tw .md\:hover\:to-orange-400:hover{
    --tw-gradient-to: #CE5F11;
  }

  .tw .md\:hover\:to-orange-500:hover{
    --tw-gradient-to: #AD4400;
  }

  .tw .md\:hover\:to-orange-600:hover{
    --tw-gradient-to: #8D2800;
  }

  .tw .md\:hover\:to-orange-700:hover{
    --tw-gradient-to: #6F0600;
  }

  .tw .md\:hover\:to-orange-800:hover{
    --tw-gradient-to: #540000;
  }

  .tw .md\:hover\:to-orange-900:hover{
    --tw-gradient-to: #410000;
  }

  .tw .md\:hover\:to-orange:hover{
    --tw-gradient-to: #F57F34;
  }

  .tw .md\:hover\:to-surface-brand:hover{
    --tw-gradient-to: #1A1A1A;
  }

  .tw .md\:hover\:to-surface-lower:hover{
    --tw-gradient-to: #121314;
  }

  .tw .md\:hover\:to-surface-base:hover{
    --tw-gradient-to: #1D1E1F;
  }

  .tw .md\:hover\:to-surface-low:hover{
    --tw-gradient-to: #212124;
  }

  .tw .md\:hover\:to-surface-middle:hover{
    --tw-gradient-to: #26262A;
  }

  .tw .md\:hover\:to-surface-upper:hover{
    --tw-gradient-to: #29292E;
  }

  .tw .md\:hover\:to-surface-high:hover{
    --tw-gradient-to: #343435;
  }

  .tw .md\:hover\:to-surface-higher:hover{
    --tw-gradient-to: #4A4B4B;
  }

  .tw .md\:hover\:to-surface-highest:hover{
    --tw-gradient-to: #616162;
  }

  .tw .md\:hover\:to-glyph-base:hover{
    --tw-gradient-to: #FFFFFF;
  }

  .tw .md\:hover\:to-glyph-light:hover{
    --tw-gradient-to: #C2C2C2;
  }

  .tw .md\:hover\:to-glyph-lighter:hover{
    --tw-gradient-to: #969696;
  }

  .tw .md\:hover\:to-glyph-lightest:hover{
    --tw-gradient-to: #505050;
  }

  .tw .md\:hover\:to-link:hover{
    --tw-gradient-to: #00BEFF;
  }

  .tw .md\:hover\:to-info-error:hover{
    --tw-gradient-to: #eb3341;
  }

  .tw .md\:hover\:to-info-danger:hover{
    --tw-gradient-to: #F77F25;
  }

  .tw .md\:hover\:to-info-warn:hover{
    --tw-gradient-to: #FFC82F;
  }

  .tw .md\:hover\:to-info-ok:hover{
    --tw-gradient-to: #00974F;
  }

  .tw .md\:hover\:to-info-notice:hover{
    --tw-gradient-to: #0180FF;
  }

  .tw .md\:hover\:to-accent-1:hover{
    --tw-gradient-to: #FF5D69;
  }

  .tw .md\:hover\:to-accent-2:hover{
    --tw-gradient-to: #07F5AF;
  }

  .tw .md\:hover\:to-accent-3:hover{
    --tw-gradient-to: #04D372;
  }

  .tw .md\:hover\:to-accent-4:hover{
    --tw-gradient-to: #8451F5;
  }

  .tw .md\:focus\:to-current:focus{
    --tw-gradient-to: currentColor;
  }

  .tw .md\:focus\:to-transparent:focus{
    --tw-gradient-to: transparent;
  }

  .tw .md\:focus\:to-white:focus{
    --tw-gradient-to: #FFFFFF;
  }

  .tw .md\:focus\:to-black:focus{
    --tw-gradient-to: #000000;
  }

  .tw .md\:focus\:to-gray-10:focus{
    --tw-gradient-to: #F0F0F0;
  }

  .tw .md\:focus\:to-gray-20:focus{
    --tw-gradient-to: #E2E2E2;
  }

  .tw .md\:focus\:to-gray-30:focus{
    --tw-gradient-to: #D3D3D3;
  }

  .tw .md\:focus\:to-gray-40:focus{
    --tw-gradient-to: #C5C5C5;
  }

  .tw .md\:focus\:to-gray-50:focus{
    --tw-gradient-to: #B7B7B7;
  }

  .tw .md\:focus\:to-gray-60:focus{
    --tw-gradient-to: #A9A9A9;
  }

  .tw .md\:focus\:to-gray-70:focus{
    --tw-gradient-to: #9C9C9C;
  }

  .tw .md\:focus\:to-gray-80:focus{
    --tw-gradient-to: #8E8E8E;
  }

  .tw .md\:focus\:to-gray-90:focus{
    --tw-gradient-to: #818181;
  }

  .tw .md\:focus\:to-gray-100:focus{
    --tw-gradient-to: #6C6D72;
  }

  .tw .md\:focus\:to-gray-200:focus{
    --tw-gradient-to: #606167;
  }

  .tw .md\:focus\:to-gray-300:focus{
    --tw-gradient-to: #54565B;
  }

  .tw .md\:focus\:to-gray-400:focus{
    --tw-gradient-to: #494950;
  }

  .tw .md\:focus\:to-gray-500:focus{
    --tw-gradient-to: #3D3D44;
  }

  .tw .md\:focus\:to-gray-600:focus{
    --tw-gradient-to: #35353D;
  }

  .tw .md\:focus\:to-gray-700:focus{
    --tw-gradient-to: #2D2D31;
  }

  .tw .md\:focus\:to-gray-800:focus{
    --tw-gradient-to: #26252A;
  }

  .tw .md\:focus\:to-gray-850:focus{
    --tw-gradient-to: #202025;
  }

  .tw .md\:focus\:to-gray-900:focus{
    --tw-gradient-to: #1B1B20;
  }

  .tw .md\:focus\:to-gray-950:focus{
    --tw-gradient-to: #141417;
  }

  .tw .md\:focus\:to-brand-50:focus{
    --tw-gradient-to: #7FFFFF;
  }

  .tw .md\:focus\:to-brand-100:focus{
    --tw-gradient-to: #57E2FF;
  }

  .tw .md\:focus\:to-brand-200:focus{
    --tw-gradient-to: #20C5FF;
  }

  .tw .md\:focus\:to-brand-300:focus{
    --tw-gradient-to: #00A7E7;
  }

  .tw .md\:focus\:to-brand-400:focus{
    --tw-gradient-to: #008BC9;
  }

  .tw .md\:focus\:to-brand-500:focus{
    --tw-gradient-to: #0070AC;
  }

  .tw .md\:focus\:to-brand-600:focus{
    --tw-gradient-to: #00568F;
  }

  .tw .md\:focus\:to-brand-700:focus{
    --tw-gradient-to: #003E74;
  }

  .tw .md\:focus\:to-brand-800:focus{
    --tw-gradient-to: #002759;
  }

  .tw .md\:focus\:to-brand-900:focus{
    --tw-gradient-to: #00123F;
  }

  .tw .md\:focus\:to-brand:focus{
    --tw-gradient-to: #00BEFF;
  }

  .tw .md\:focus\:to-brand-base:focus{
    --tw-gradient-to: #00BEFF;
  }

  .tw .md\:focus\:to-red-50:focus{
    --tw-gradient-to: #FFCAC8;
  }

  .tw .md\:focus\:to-red-100:focus{
    --tw-gradient-to: #FFABAB;
  }

  .tw .md\:focus\:to-red-200:focus{
    --tw-gradient-to: #FF8E8E;
  }

  .tw .md\:focus\:to-red-300:focus{
    --tw-gradient-to: #F77073;
  }

  .tw .md\:focus\:to-red-400:focus{
    --tw-gradient-to: #D75359;
  }

  .tw .md\:focus\:to-red-500:focus{
    --tw-gradient-to: #B63640;
  }

  .tw .md\:focus\:to-red-600:focus{
    --tw-gradient-to: #961229;
  }

  .tw .md\:focus\:to-red-700:focus{
    --tw-gradient-to: #770013;
  }

  .tw .md\:focus\:to-red-800:focus{
    --tw-gradient-to: #590000;
  }

  .tw .md\:focus\:to-red-900:focus{
    --tw-gradient-to: #410000;
  }

  .tw .md\:focus\:to-red:focus{
    --tw-gradient-to: #D35056;
  }

  .tw .md\:focus\:to-red-brand:focus{
    --tw-gradient-to: #FF4F4F;
  }

  .tw .md\:focus\:to-green-50:focus{
    --tw-gradient-to: #8DFFCD;
  }

  .tw .md\:focus\:to-green-100:focus{
    --tw-gradient-to: #6DECB0;
  }

  .tw .md\:focus\:to-green-200:focus{
    --tw-gradient-to: #4CCE93;
  }

  .tw .md\:focus\:to-green-300:focus{
    --tw-gradient-to: #24B077;
  }

  .tw .md\:focus\:to-green-400:focus{
    --tw-gradient-to: #00935D;
  }

  .tw .md\:focus\:to-green-500:focus{
    --tw-gradient-to: #007744;
  }

  .tw .md\:focus\:to-green-600:focus{
    --tw-gradient-to: #005B2B;
  }

  .tw .md\:focus\:to-green-700:focus{
    --tw-gradient-to: #004115;
  }

  .tw .md\:focus\:to-green-800:focus{
    --tw-gradient-to: #002B00;
  }

  .tw .md\:focus\:to-green-900:focus{
    --tw-gradient-to: #001B00;
  }

  .tw .md\:focus\:to-green:focus{
    --tw-gradient-to: #2EB67D;
  }

  .tw .md\:focus\:to-yellow-50:focus{
    --tw-gradient-to: #FFEB57;
  }

  .tw .md\:focus\:to-yellow-100:focus{
    --tw-gradient-to: #FFCD37;
  }

  .tw .md\:focus\:to-yellow-200:focus{
    --tw-gradient-to: #E4B009;
  }

  .tw .md\:focus\:to-yellow-300:focus{
    --tw-gradient-to: #C39400;
  }

  .tw .md\:focus\:to-yellow-400:focus{
    --tw-gradient-to: #A37900;
  }

  .tw .md\:focus\:to-yellow-500:focus{
    --tw-gradient-to: #855F00;
  }

  .tw .md\:focus\:to-yellow-600:focus{
    --tw-gradient-to: #684600;
  }

  .tw .md\:focus\:to-yellow-700:focus{
    --tw-gradient-to: #4F2E00;
  }

  .tw .md\:focus\:to-yellow-800:focus{
    --tw-gradient-to: #3D1600;
  }

  .tw .md\:focus\:to-yellow-900:focus{
    --tw-gradient-to: #320000;
  }

  .tw .md\:focus\:to-yellow:focus{
    --tw-gradient-to: #FEC72F;
  }

  .tw .md\:focus\:to-purple-50:focus{
    --tw-gradient-to: #FFD8FF;
  }

  .tw .md\:focus\:to-purple-100:focus{
    --tw-gradient-to: #F0BAFF;
  }

  .tw .md\:focus\:to-purple-200:focus{
    --tw-gradient-to: #D09DFF;
  }

  .tw .md\:focus\:to-purple-300:focus{
    --tw-gradient-to: #B180FF;
  }

  .tw .md\:focus\:to-purple-400:focus{
    --tw-gradient-to: #9265E9;
  }

  .tw .md\:focus\:to-purple-500:focus{
    --tw-gradient-to: #744ACB;
  }

  .tw .md\:focus\:to-purple-600:focus{
    --tw-gradient-to: #5530AD;
  }

  .tw .md\:focus\:to-purple-700:focus{
    --tw-gradient-to: #351690;
  }

  .tw .md\:focus\:to-purple-800:focus{
    --tw-gradient-to: #090074;
  }

  .tw .md\:focus\:to-purple-900:focus{
    --tw-gradient-to: #000059;
  }

  .tw .md\:focus\:to-purple:focus{
    --tw-gradient-to: #A878FF;
  }

  .tw .md\:focus\:to-orange-50:focus{
    --tw-gradient-to: #FFD283;
  }

  .tw .md\:focus\:to-orange-100:focus{
    --tw-gradient-to: #FFB467;
  }

  .tw .md\:focus\:to-orange-200:focus{
    --tw-gradient-to: #FF974B;
  }

  .tw .md\:focus\:to-orange-300:focus{
    --tw-gradient-to: #F07A2F;
  }

  .tw .md\:focus\:to-orange-400:focus{
    --tw-gradient-to: #CE5F11;
  }

  .tw .md\:focus\:to-orange-500:focus{
    --tw-gradient-to: #AD4400;
  }

  .tw .md\:focus\:to-orange-600:focus{
    --tw-gradient-to: #8D2800;
  }

  .tw .md\:focus\:to-orange-700:focus{
    --tw-gradient-to: #6F0600;
  }

  .tw .md\:focus\:to-orange-800:focus{
    --tw-gradient-to: #540000;
  }

  .tw .md\:focus\:to-orange-900:focus{
    --tw-gradient-to: #410000;
  }

  .tw .md\:focus\:to-orange:focus{
    --tw-gradient-to: #F57F34;
  }

  .tw .md\:focus\:to-surface-brand:focus{
    --tw-gradient-to: #1A1A1A;
  }

  .tw .md\:focus\:to-surface-lower:focus{
    --tw-gradient-to: #121314;
  }

  .tw .md\:focus\:to-surface-base:focus{
    --tw-gradient-to: #1D1E1F;
  }

  .tw .md\:focus\:to-surface-low:focus{
    --tw-gradient-to: #212124;
  }

  .tw .md\:focus\:to-surface-middle:focus{
    --tw-gradient-to: #26262A;
  }

  .tw .md\:focus\:to-surface-upper:focus{
    --tw-gradient-to: #29292E;
  }

  .tw .md\:focus\:to-surface-high:focus{
    --tw-gradient-to: #343435;
  }

  .tw .md\:focus\:to-surface-higher:focus{
    --tw-gradient-to: #4A4B4B;
  }

  .tw .md\:focus\:to-surface-highest:focus{
    --tw-gradient-to: #616162;
  }

  .tw .md\:focus\:to-glyph-base:focus{
    --tw-gradient-to: #FFFFFF;
  }

  .tw .md\:focus\:to-glyph-light:focus{
    --tw-gradient-to: #C2C2C2;
  }

  .tw .md\:focus\:to-glyph-lighter:focus{
    --tw-gradient-to: #969696;
  }

  .tw .md\:focus\:to-glyph-lightest:focus{
    --tw-gradient-to: #505050;
  }

  .tw .md\:focus\:to-link:focus{
    --tw-gradient-to: #00BEFF;
  }

  .tw .md\:focus\:to-info-error:focus{
    --tw-gradient-to: #eb3341;
  }

  .tw .md\:focus\:to-info-danger:focus{
    --tw-gradient-to: #F77F25;
  }

  .tw .md\:focus\:to-info-warn:focus{
    --tw-gradient-to: #FFC82F;
  }

  .tw .md\:focus\:to-info-ok:focus{
    --tw-gradient-to: #00974F;
  }

  .tw .md\:focus\:to-info-notice:focus{
    --tw-gradient-to: #0180FF;
  }

  .tw .md\:focus\:to-accent-1:focus{
    --tw-gradient-to: #FF5D69;
  }

  .tw .md\:focus\:to-accent-2:focus{
    --tw-gradient-to: #07F5AF;
  }

  .tw .md\:focus\:to-accent-3:focus{
    --tw-gradient-to: #04D372;
  }

  .tw .md\:focus\:to-accent-4:focus{
    --tw-gradient-to: #8451F5;
  }

  .tw .md\:decoration-slice{
    -webkit-box-decoration-break: slice;
            box-decoration-break: slice;
  }

  .tw .md\:decoration-clone{
    -webkit-box-decoration-break: clone;
            box-decoration-break: clone;
  }

  .tw .md\:bg-auto{
    background-size: auto;
  }

  .tw .md\:bg-cover{
    background-size: cover;
  }

  .tw .md\:bg-contain{
    background-size: contain;
  }

  .tw .md\:bg-fixed{
    background-attachment: fixed;
  }

  .tw .md\:bg-local{
    background-attachment: local;
  }

  .tw .md\:bg-scroll{
    background-attachment: scroll;
  }

  .tw .md\:bg-clip-border{
    background-clip: border-box;
  }

  .tw .md\:bg-clip-padding{
    background-clip: padding-box;
  }

  .tw .md\:bg-clip-content{
    background-clip: content-box;
  }

  .tw .md\:bg-clip-text{
    -webkit-background-clip: text;
            background-clip: text;
  }

  .tw .md\:bg-bottom{
    background-position: bottom;
  }

  .tw .md\:bg-center{
    background-position: center;
  }

  .tw .md\:bg-left{
    background-position: left;
  }

  .tw .md\:bg-left-bottom{
    background-position: left bottom;
  }

  .tw .md\:bg-left-top{
    background-position: left top;
  }

  .tw .md\:bg-right{
    background-position: right;
  }

  .tw .md\:bg-right-bottom{
    background-position: right bottom;
  }

  .tw .md\:bg-right-top{
    background-position: right top;
  }

  .tw .md\:bg-top{
    background-position: top;
  }

  .tw .md\:bg-repeat{
    background-repeat: repeat;
  }

  .tw .md\:bg-no-repeat{
    background-repeat: no-repeat;
  }

  .tw .md\:bg-repeat-x{
    background-repeat: repeat-x;
  }

  .tw .md\:bg-repeat-y{
    background-repeat: repeat-y;
  }

  .tw .md\:bg-repeat-round{
    background-repeat: round;
  }

  .tw .md\:bg-repeat-space{
    background-repeat: space;
  }

  .tw .md\:bg-origin-border{
    background-origin: border-box;
  }

  .tw .md\:bg-origin-padding{
    background-origin: padding-box;
  }

  .tw .md\:bg-origin-content{
    background-origin: content-box;
  }

  .tw .md\:fill-current{
    fill: currentColor;
  }

  .tw .md\:fill-red{
    fill: #D35056;
  }

  .tw .md\:fill-green{
    fill: #2EB67D;
  }

  .tw .md\:fill-gray-10{
    fill: #F0F0F0;
  }

  .tw .md\:fill-gray-100{
    fill: #6C6D72;
  }

  .tw .md\:stroke-current{
    stroke: currentColor;
  }

  .tw .md\:stroke-0{
    stroke-width: 0;
  }

  .tw .md\:stroke-1{
    stroke-width: 1;
  }

  .tw .md\:stroke-2{
    stroke-width: 2;
  }

  .tw .md\:object-contain{
    -o-object-fit: contain;
       object-fit: contain;
  }

  .tw .md\:object-cover{
    -o-object-fit: cover;
       object-fit: cover;
  }

  .tw .md\:object-fill{
    -o-object-fit: fill;
       object-fit: fill;
  }

  .tw .md\:object-none{
    -o-object-fit: none;
       object-fit: none;
  }

  .tw .md\:object-scale-down{
    -o-object-fit: scale-down;
       object-fit: scale-down;
  }

  .tw .md\:object-bottom{
    -o-object-position: bottom;
       object-position: bottom;
  }

  .tw .md\:object-center{
    -o-object-position: center;
       object-position: center;
  }

  .tw .md\:object-left{
    -o-object-position: left;
       object-position: left;
  }

  .tw .md\:object-left-bottom{
    -o-object-position: left bottom;
       object-position: left bottom;
  }

  .tw .md\:object-left-top{
    -o-object-position: left top;
       object-position: left top;
  }

  .tw .md\:object-right{
    -o-object-position: right;
       object-position: right;
  }

  .tw .md\:object-right-bottom{
    -o-object-position: right bottom;
       object-position: right bottom;
  }

  .tw .md\:object-right-top{
    -o-object-position: right top;
       object-position: right top;
  }

  .tw .md\:object-top{
    -o-object-position: top;
       object-position: top;
  }

  .tw .md\:p-0{
    padding: 0px;
  }

  .tw .md\:p-1{
    padding: 5px;
  }

  .tw .md\:p-2{
    padding: 10px;
  }

  .tw .md\:p-3{
    padding: 15px;
  }

  .tw .md\:p-4{
    padding: 20px;
  }

  .tw .md\:p-5{
    padding: 25px;
  }

  .tw .md\:p-6{
    padding: 30px;
  }

  .tw .md\:p-7{
    padding: 35px;
  }

  .tw .md\:p-8{
    padding: 40px;
  }

  .tw .md\:p-9{
    padding: 45px;
  }

  .tw .md\:p-10{
    padding: 50px;
  }

  .tw .md\:p-11{
    padding: 55px;
  }

  .tw .md\:p-12{
    padding: 60px;
  }

  .tw .md\:p-13{
    padding: 65px;
  }

  .tw .md\:p-14{
    padding: 70px;
  }

  .tw .md\:p-15{
    padding: 75px;
  }

  .tw .md\:p-16{
    padding: 80px;
  }

  .tw .md\:p-17{
    padding: 85px;
  }

  .tw .md\:p-18{
    padding: 90px;
  }

  .tw .md\:p-19{
    padding: 95px;
  }

  .tw .md\:p-20{
    padding: 100px;
  }

  .tw .md\:p-21{
    padding: 105px;
  }

  .tw .md\:p-22{
    padding: 110px;
  }

  .tw .md\:p-23{
    padding: 115px;
  }

  .tw .md\:p-24{
    padding: 120px;
  }

  .tw .md\:p-25{
    padding: 125px;
  }

  .tw .md\:p-26{
    padding: 130px;
  }

  .tw .md\:p-27{
    padding: 135px;
  }

  .tw .md\:p-28{
    padding: 140px;
  }

  .tw .md\:p-29{
    padding: 145px;
  }

  .tw .md\:p-30{
    padding: 150px;
  }

  .tw .md\:p-31{
    padding: 155px;
  }

  .tw .md\:p-32{
    padding: 160px;
  }

  .tw .md\:p-33{
    padding: 165px;
  }

  .tw .md\:p-34{
    padding: 170px;
  }

  .tw .md\:p-35{
    padding: 175px;
  }

  .tw .md\:p-36{
    padding: 180px;
  }

  .tw .md\:p-37{
    padding: 185px;
  }

  .tw .md\:p-38{
    padding: 190px;
  }

  .tw .md\:p-39{
    padding: 195px;
  }

  .tw .md\:p-40{
    padding: 200px;
  }

  .tw .md\:p-41{
    padding: 205px;
  }

  .tw .md\:p-42{
    padding: 210px;
  }

  .tw .md\:p-43{
    padding: 215px;
  }

  .tw .md\:p-44{
    padding: 220px;
  }

  .tw .md\:p-45{
    padding: 225px;
  }

  .tw .md\:p-46{
    padding: 230px;
  }

  .tw .md\:p-47{
    padding: 235px;
  }

  .tw .md\:p-48{
    padding: 240px;
  }

  .tw .md\:p-49{
    padding: 245px;
  }

  .tw .md\:p-50{
    padding: 250px;
  }

  .tw .md\:p-51{
    padding: 255px;
  }

  .tw .md\:p-52{
    padding: 260px;
  }

  .tw .md\:p-53{
    padding: 265px;
  }

  .tw .md\:p-54{
    padding: 270px;
  }

  .tw .md\:p-55{
    padding: 275px;
  }

  .tw .md\:p-56{
    padding: 280px;
  }

  .tw .md\:p-57{
    padding: 285px;
  }

  .tw .md\:p-58{
    padding: 290px;
  }

  .tw .md\:p-59{
    padding: 295px;
  }

  .tw .md\:p-60{
    padding: 300px;
  }

  .tw .md\:p-61{
    padding: 305px;
  }

  .tw .md\:p-62{
    padding: 310px;
  }

  .tw .md\:p-63{
    padding: 315px;
  }

  .tw .md\:p-64{
    padding: 320px;
  }

  .tw .md\:p-65{
    padding: 325px;
  }

  .tw .md\:p-66{
    padding: 330px;
  }

  .tw .md\:p-67{
    padding: 335px;
  }

  .tw .md\:p-68{
    padding: 340px;
  }

  .tw .md\:p-69{
    padding: 345px;
  }

  .tw .md\:p-70{
    padding: 350px;
  }

  .tw .md\:p-71{
    padding: 355px;
  }

  .tw .md\:p-72{
    padding: 360px;
  }

  .tw .md\:p-73{
    padding: 365px;
  }

  .tw .md\:p-74{
    padding: 370px;
  }

  .tw .md\:p-75{
    padding: 375px;
  }

  .tw .md\:p-76{
    padding: 380px;
  }

  .tw .md\:p-77{
    padding: 385px;
  }

  .tw .md\:p-78{
    padding: 390px;
  }

  .tw .md\:p-79{
    padding: 395px;
  }

  .tw .md\:p-80{
    padding: 400px;
  }

  .tw .md\:p-81{
    padding: 405px;
  }

  .tw .md\:p-82{
    padding: 410px;
  }

  .tw .md\:p-83{
    padding: 415px;
  }

  .tw .md\:p-84{
    padding: 420px;
  }

  .tw .md\:p-85{
    padding: 425px;
  }

  .tw .md\:p-86{
    padding: 430px;
  }

  .tw .md\:p-87{
    padding: 435px;
  }

  .tw .md\:p-88{
    padding: 440px;
  }

  .tw .md\:p-89{
    padding: 445px;
  }

  .tw .md\:p-90{
    padding: 450px;
  }

  .tw .md\:p-91{
    padding: 455px;
  }

  .tw .md\:p-92{
    padding: 460px;
  }

  .tw .md\:p-93{
    padding: 465px;
  }

  .tw .md\:p-94{
    padding: 470px;
  }

  .tw .md\:p-95{
    padding: 475px;
  }

  .tw .md\:p-96{
    padding: 480px;
  }

  .tw .md\:p-97{
    padding: 485px;
  }

  .tw .md\:p-98{
    padding: 490px;
  }

  .tw .md\:p-99{
    padding: 495px;
  }

  .tw .md\:p-100{
    padding: 500px;
  }

  .tw .md\:p-101{
    padding: 505px;
  }

  .tw .md\:p-102{
    padding: 510px;
  }

  .tw .md\:p-103{
    padding: 515px;
  }

  .tw .md\:p-104{
    padding: 520px;
  }

  .tw .md\:p-105{
    padding: 525px;
  }

  .tw .md\:p-106{
    padding: 530px;
  }

  .tw .md\:p-107{
    padding: 535px;
  }

  .tw .md\:p-108{
    padding: 540px;
  }

  .tw .md\:p-109{
    padding: 545px;
  }

  .tw .md\:p-110{
    padding: 550px;
  }

  .tw .md\:p-111{
    padding: 555px;
  }

  .tw .md\:p-112{
    padding: 560px;
  }

  .tw .md\:p-113{
    padding: 565px;
  }

  .tw .md\:p-114{
    padding: 570px;
  }

  .tw .md\:p-115{
    padding: 575px;
  }

  .tw .md\:p-116{
    padding: 580px;
  }

  .tw .md\:p-117{
    padding: 585px;
  }

  .tw .md\:p-118{
    padding: 590px;
  }

  .tw .md\:p-119{
    padding: 595px;
  }

  .tw .md\:p-120{
    padding: 600px;
  }

  .tw .md\:p-121{
    padding: 605px;
  }

  .tw .md\:p-122{
    padding: 610px;
  }

  .tw .md\:p-123{
    padding: 615px;
  }

  .tw .md\:p-124{
    padding: 620px;
  }

  .tw .md\:p-125{
    padding: 625px;
  }

  .tw .md\:p-126{
    padding: 630px;
  }

  .tw .md\:p-127{
    padding: 635px;
  }

  .tw .md\:p-128{
    padding: 640px;
  }

  .tw .md\:p-129{
    padding: 645px;
  }

  .tw .md\:p-130{
    padding: 650px;
  }

  .tw .md\:p-131{
    padding: 655px;
  }

  .tw .md\:p-132{
    padding: 660px;
  }

  .tw .md\:p-133{
    padding: 665px;
  }

  .tw .md\:p-134{
    padding: 670px;
  }

  .tw .md\:p-135{
    padding: 675px;
  }

  .tw .md\:p-136{
    padding: 680px;
  }

  .tw .md\:p-137{
    padding: 685px;
  }

  .tw .md\:p-138{
    padding: 690px;
  }

  .tw .md\:p-139{
    padding: 695px;
  }

  .tw .md\:p-140{
    padding: 700px;
  }

  .tw .md\:p-141{
    padding: 705px;
  }

  .tw .md\:p-142{
    padding: 710px;
  }

  .tw .md\:p-143{
    padding: 715px;
  }

  .tw .md\:p-144{
    padding: 720px;
  }

  .tw .md\:p-145{
    padding: 725px;
  }

  .tw .md\:p-146{
    padding: 730px;
  }

  .tw .md\:p-147{
    padding: 735px;
  }

  .tw .md\:p-148{
    padding: 740px;
  }

  .tw .md\:p-149{
    padding: 745px;
  }

  .tw .md\:p-0\.5{
    padding: 3px;
  }

  .tw .md\:p-1px{
    padding: 1px;
  }

  .tw .md\:p-2px{
    padding: 2px;
  }

  .tw .md\:p-3px{
    padding: 3px;
  }

  .tw .md\:p-4px{
    padding: 4px;
  }

  .tw .md\:p-5px{
    padding: 5px;
  }

  .tw .md\:p-6px{
    padding: 6px;
  }

  .tw .md\:p-7px{
    padding: 7px;
  }

  .tw .md\:p-8px{
    padding: 8px;
  }

  .tw .md\:p-9px{
    padding: 9px;
  }

  .tw .md\:p-10px{
    padding: 10px;
  }

  .tw .md\:p-11px{
    padding: 11px;
  }

  .tw .md\:p-12px{
    padding: 12px;
  }

  .tw .md\:p-13px{
    padding: 13px;
  }

  .tw .md\:p-14px{
    padding: 14px;
  }

  .tw .md\:p-15px{
    padding: 15px;
  }

  .tw .md\:p-16px{
    padding: 16px;
  }

  .tw .md\:p-17px{
    padding: 17px;
  }

  .tw .md\:p-18px{
    padding: 18px;
  }

  .tw .md\:p-19px{
    padding: 19px;
  }

  .tw .md\:p-20px{
    padding: 20px;
  }

  .tw .md\:p-21px{
    padding: 21px;
  }

  .tw .md\:p-22px{
    padding: 22px;
  }

  .tw .md\:p-23px{
    padding: 23px;
  }

  .tw .md\:p-24px{
    padding: 24px;
  }

  .tw .md\:p-25px{
    padding: 25px;
  }

  .tw .md\:p-26px{
    padding: 26px;
  }

  .tw .md\:p-27px{
    padding: 27px;
  }

  .tw .md\:p-28px{
    padding: 28px;
  }

  .tw .md\:p-29px{
    padding: 29px;
  }

  .tw .md\:p-30px{
    padding: 30px;
  }

  .tw .md\:p-31px{
    padding: 31px;
  }

  .tw .md\:p-32px{
    padding: 32px;
  }

  .tw .md\:p-33px{
    padding: 33px;
  }

  .tw .md\:p-34px{
    padding: 34px;
  }

  .tw .md\:p-35px{
    padding: 35px;
  }

  .tw .md\:p-36px{
    padding: 36px;
  }

  .tw .md\:p-37px{
    padding: 37px;
  }

  .tw .md\:p-38px{
    padding: 38px;
  }

  .tw .md\:p-39px{
    padding: 39px;
  }

  .tw .md\:p-40px{
    padding: 40px;
  }

  .tw .md\:first\:p-0:first-child{
    padding: 0px;
  }

  .tw .md\:first\:p-1:first-child{
    padding: 5px;
  }

  .tw .md\:first\:p-2:first-child{
    padding: 10px;
  }

  .tw .md\:first\:p-3:first-child{
    padding: 15px;
  }

  .tw .md\:first\:p-4:first-child{
    padding: 20px;
  }

  .tw .md\:first\:p-5:first-child{
    padding: 25px;
  }

  .tw .md\:first\:p-6:first-child{
    padding: 30px;
  }

  .tw .md\:first\:p-7:first-child{
    padding: 35px;
  }

  .tw .md\:first\:p-8:first-child{
    padding: 40px;
  }

  .tw .md\:first\:p-9:first-child{
    padding: 45px;
  }

  .tw .md\:first\:p-10:first-child{
    padding: 50px;
  }

  .tw .md\:first\:p-11:first-child{
    padding: 55px;
  }

  .tw .md\:first\:p-12:first-child{
    padding: 60px;
  }

  .tw .md\:first\:p-13:first-child{
    padding: 65px;
  }

  .tw .md\:first\:p-14:first-child{
    padding: 70px;
  }

  .tw .md\:first\:p-15:first-child{
    padding: 75px;
  }

  .tw .md\:first\:p-16:first-child{
    padding: 80px;
  }

  .tw .md\:first\:p-17:first-child{
    padding: 85px;
  }

  .tw .md\:first\:p-18:first-child{
    padding: 90px;
  }

  .tw .md\:first\:p-19:first-child{
    padding: 95px;
  }

  .tw .md\:first\:p-20:first-child{
    padding: 100px;
  }

  .tw .md\:first\:p-21:first-child{
    padding: 105px;
  }

  .tw .md\:first\:p-22:first-child{
    padding: 110px;
  }

  .tw .md\:first\:p-23:first-child{
    padding: 115px;
  }

  .tw .md\:first\:p-24:first-child{
    padding: 120px;
  }

  .tw .md\:first\:p-25:first-child{
    padding: 125px;
  }

  .tw .md\:first\:p-26:first-child{
    padding: 130px;
  }

  .tw .md\:first\:p-27:first-child{
    padding: 135px;
  }

  .tw .md\:first\:p-28:first-child{
    padding: 140px;
  }

  .tw .md\:first\:p-29:first-child{
    padding: 145px;
  }

  .tw .md\:first\:p-30:first-child{
    padding: 150px;
  }

  .tw .md\:first\:p-31:first-child{
    padding: 155px;
  }

  .tw .md\:first\:p-32:first-child{
    padding: 160px;
  }

  .tw .md\:first\:p-33:first-child{
    padding: 165px;
  }

  .tw .md\:first\:p-34:first-child{
    padding: 170px;
  }

  .tw .md\:first\:p-35:first-child{
    padding: 175px;
  }

  .tw .md\:first\:p-36:first-child{
    padding: 180px;
  }

  .tw .md\:first\:p-37:first-child{
    padding: 185px;
  }

  .tw .md\:first\:p-38:first-child{
    padding: 190px;
  }

  .tw .md\:first\:p-39:first-child{
    padding: 195px;
  }

  .tw .md\:first\:p-40:first-child{
    padding: 200px;
  }

  .tw .md\:first\:p-41:first-child{
    padding: 205px;
  }

  .tw .md\:first\:p-42:first-child{
    padding: 210px;
  }

  .tw .md\:first\:p-43:first-child{
    padding: 215px;
  }

  .tw .md\:first\:p-44:first-child{
    padding: 220px;
  }

  .tw .md\:first\:p-45:first-child{
    padding: 225px;
  }

  .tw .md\:first\:p-46:first-child{
    padding: 230px;
  }

  .tw .md\:first\:p-47:first-child{
    padding: 235px;
  }

  .tw .md\:first\:p-48:first-child{
    padding: 240px;
  }

  .tw .md\:first\:p-49:first-child{
    padding: 245px;
  }

  .tw .md\:first\:p-50:first-child{
    padding: 250px;
  }

  .tw .md\:first\:p-51:first-child{
    padding: 255px;
  }

  .tw .md\:first\:p-52:first-child{
    padding: 260px;
  }

  .tw .md\:first\:p-53:first-child{
    padding: 265px;
  }

  .tw .md\:first\:p-54:first-child{
    padding: 270px;
  }

  .tw .md\:first\:p-55:first-child{
    padding: 275px;
  }

  .tw .md\:first\:p-56:first-child{
    padding: 280px;
  }

  .tw .md\:first\:p-57:first-child{
    padding: 285px;
  }

  .tw .md\:first\:p-58:first-child{
    padding: 290px;
  }

  .tw .md\:first\:p-59:first-child{
    padding: 295px;
  }

  .tw .md\:first\:p-60:first-child{
    padding: 300px;
  }

  .tw .md\:first\:p-61:first-child{
    padding: 305px;
  }

  .tw .md\:first\:p-62:first-child{
    padding: 310px;
  }

  .tw .md\:first\:p-63:first-child{
    padding: 315px;
  }

  .tw .md\:first\:p-64:first-child{
    padding: 320px;
  }

  .tw .md\:first\:p-65:first-child{
    padding: 325px;
  }

  .tw .md\:first\:p-66:first-child{
    padding: 330px;
  }

  .tw .md\:first\:p-67:first-child{
    padding: 335px;
  }

  .tw .md\:first\:p-68:first-child{
    padding: 340px;
  }

  .tw .md\:first\:p-69:first-child{
    padding: 345px;
  }

  .tw .md\:first\:p-70:first-child{
    padding: 350px;
  }

  .tw .md\:first\:p-71:first-child{
    padding: 355px;
  }

  .tw .md\:first\:p-72:first-child{
    padding: 360px;
  }

  .tw .md\:first\:p-73:first-child{
    padding: 365px;
  }

  .tw .md\:first\:p-74:first-child{
    padding: 370px;
  }

  .tw .md\:first\:p-75:first-child{
    padding: 375px;
  }

  .tw .md\:first\:p-76:first-child{
    padding: 380px;
  }

  .tw .md\:first\:p-77:first-child{
    padding: 385px;
  }

  .tw .md\:first\:p-78:first-child{
    padding: 390px;
  }

  .tw .md\:first\:p-79:first-child{
    padding: 395px;
  }

  .tw .md\:first\:p-80:first-child{
    padding: 400px;
  }

  .tw .md\:first\:p-81:first-child{
    padding: 405px;
  }

  .tw .md\:first\:p-82:first-child{
    padding: 410px;
  }

  .tw .md\:first\:p-83:first-child{
    padding: 415px;
  }

  .tw .md\:first\:p-84:first-child{
    padding: 420px;
  }

  .tw .md\:first\:p-85:first-child{
    padding: 425px;
  }

  .tw .md\:first\:p-86:first-child{
    padding: 430px;
  }

  .tw .md\:first\:p-87:first-child{
    padding: 435px;
  }

  .tw .md\:first\:p-88:first-child{
    padding: 440px;
  }

  .tw .md\:first\:p-89:first-child{
    padding: 445px;
  }

  .tw .md\:first\:p-90:first-child{
    padding: 450px;
  }

  .tw .md\:first\:p-91:first-child{
    padding: 455px;
  }

  .tw .md\:first\:p-92:first-child{
    padding: 460px;
  }

  .tw .md\:first\:p-93:first-child{
    padding: 465px;
  }

  .tw .md\:first\:p-94:first-child{
    padding: 470px;
  }

  .tw .md\:first\:p-95:first-child{
    padding: 475px;
  }

  .tw .md\:first\:p-96:first-child{
    padding: 480px;
  }

  .tw .md\:first\:p-97:first-child{
    padding: 485px;
  }

  .tw .md\:first\:p-98:first-child{
    padding: 490px;
  }

  .tw .md\:first\:p-99:first-child{
    padding: 495px;
  }

  .tw .md\:first\:p-100:first-child{
    padding: 500px;
  }

  .tw .md\:first\:p-101:first-child{
    padding: 505px;
  }

  .tw .md\:first\:p-102:first-child{
    padding: 510px;
  }

  .tw .md\:first\:p-103:first-child{
    padding: 515px;
  }

  .tw .md\:first\:p-104:first-child{
    padding: 520px;
  }

  .tw .md\:first\:p-105:first-child{
    padding: 525px;
  }

  .tw .md\:first\:p-106:first-child{
    padding: 530px;
  }

  .tw .md\:first\:p-107:first-child{
    padding: 535px;
  }

  .tw .md\:first\:p-108:first-child{
    padding: 540px;
  }

  .tw .md\:first\:p-109:first-child{
    padding: 545px;
  }

  .tw .md\:first\:p-110:first-child{
    padding: 550px;
  }

  .tw .md\:first\:p-111:first-child{
    padding: 555px;
  }

  .tw .md\:first\:p-112:first-child{
    padding: 560px;
  }

  .tw .md\:first\:p-113:first-child{
    padding: 565px;
  }

  .tw .md\:first\:p-114:first-child{
    padding: 570px;
  }

  .tw .md\:first\:p-115:first-child{
    padding: 575px;
  }

  .tw .md\:first\:p-116:first-child{
    padding: 580px;
  }

  .tw .md\:first\:p-117:first-child{
    padding: 585px;
  }

  .tw .md\:first\:p-118:first-child{
    padding: 590px;
  }

  .tw .md\:first\:p-119:first-child{
    padding: 595px;
  }

  .tw .md\:first\:p-120:first-child{
    padding: 600px;
  }

  .tw .md\:first\:p-121:first-child{
    padding: 605px;
  }

  .tw .md\:first\:p-122:first-child{
    padding: 610px;
  }

  .tw .md\:first\:p-123:first-child{
    padding: 615px;
  }

  .tw .md\:first\:p-124:first-child{
    padding: 620px;
  }

  .tw .md\:first\:p-125:first-child{
    padding: 625px;
  }

  .tw .md\:first\:p-126:first-child{
    padding: 630px;
  }

  .tw .md\:first\:p-127:first-child{
    padding: 635px;
  }

  .tw .md\:first\:p-128:first-child{
    padding: 640px;
  }

  .tw .md\:first\:p-129:first-child{
    padding: 645px;
  }

  .tw .md\:first\:p-130:first-child{
    padding: 650px;
  }

  .tw .md\:first\:p-131:first-child{
    padding: 655px;
  }

  .tw .md\:first\:p-132:first-child{
    padding: 660px;
  }

  .tw .md\:first\:p-133:first-child{
    padding: 665px;
  }

  .tw .md\:first\:p-134:first-child{
    padding: 670px;
  }

  .tw .md\:first\:p-135:first-child{
    padding: 675px;
  }

  .tw .md\:first\:p-136:first-child{
    padding: 680px;
  }

  .tw .md\:first\:p-137:first-child{
    padding: 685px;
  }

  .tw .md\:first\:p-138:first-child{
    padding: 690px;
  }

  .tw .md\:first\:p-139:first-child{
    padding: 695px;
  }

  .tw .md\:first\:p-140:first-child{
    padding: 700px;
  }

  .tw .md\:first\:p-141:first-child{
    padding: 705px;
  }

  .tw .md\:first\:p-142:first-child{
    padding: 710px;
  }

  .tw .md\:first\:p-143:first-child{
    padding: 715px;
  }

  .tw .md\:first\:p-144:first-child{
    padding: 720px;
  }

  .tw .md\:first\:p-145:first-child{
    padding: 725px;
  }

  .tw .md\:first\:p-146:first-child{
    padding: 730px;
  }

  .tw .md\:first\:p-147:first-child{
    padding: 735px;
  }

  .tw .md\:first\:p-148:first-child{
    padding: 740px;
  }

  .tw .md\:first\:p-149:first-child{
    padding: 745px;
  }

  .tw .md\:first\:p-0\.5:first-child{
    padding: 3px;
  }

  .tw .md\:first\:p-1px:first-child{
    padding: 1px;
  }

  .tw .md\:first\:p-2px:first-child{
    padding: 2px;
  }

  .tw .md\:first\:p-3px:first-child{
    padding: 3px;
  }

  .tw .md\:first\:p-4px:first-child{
    padding: 4px;
  }

  .tw .md\:first\:p-5px:first-child{
    padding: 5px;
  }

  .tw .md\:first\:p-6px:first-child{
    padding: 6px;
  }

  .tw .md\:first\:p-7px:first-child{
    padding: 7px;
  }

  .tw .md\:first\:p-8px:first-child{
    padding: 8px;
  }

  .tw .md\:first\:p-9px:first-child{
    padding: 9px;
  }

  .tw .md\:first\:p-10px:first-child{
    padding: 10px;
  }

  .tw .md\:first\:p-11px:first-child{
    padding: 11px;
  }

  .tw .md\:first\:p-12px:first-child{
    padding: 12px;
  }

  .tw .md\:first\:p-13px:first-child{
    padding: 13px;
  }

  .tw .md\:first\:p-14px:first-child{
    padding: 14px;
  }

  .tw .md\:first\:p-15px:first-child{
    padding: 15px;
  }

  .tw .md\:first\:p-16px:first-child{
    padding: 16px;
  }

  .tw .md\:first\:p-17px:first-child{
    padding: 17px;
  }

  .tw .md\:first\:p-18px:first-child{
    padding: 18px;
  }

  .tw .md\:first\:p-19px:first-child{
    padding: 19px;
  }

  .tw .md\:first\:p-20px:first-child{
    padding: 20px;
  }

  .tw .md\:first\:p-21px:first-child{
    padding: 21px;
  }

  .tw .md\:first\:p-22px:first-child{
    padding: 22px;
  }

  .tw .md\:first\:p-23px:first-child{
    padding: 23px;
  }

  .tw .md\:first\:p-24px:first-child{
    padding: 24px;
  }

  .tw .md\:first\:p-25px:first-child{
    padding: 25px;
  }

  .tw .md\:first\:p-26px:first-child{
    padding: 26px;
  }

  .tw .md\:first\:p-27px:first-child{
    padding: 27px;
  }

  .tw .md\:first\:p-28px:first-child{
    padding: 28px;
  }

  .tw .md\:first\:p-29px:first-child{
    padding: 29px;
  }

  .tw .md\:first\:p-30px:first-child{
    padding: 30px;
  }

  .tw .md\:first\:p-31px:first-child{
    padding: 31px;
  }

  .tw .md\:first\:p-32px:first-child{
    padding: 32px;
  }

  .tw .md\:first\:p-33px:first-child{
    padding: 33px;
  }

  .tw .md\:first\:p-34px:first-child{
    padding: 34px;
  }

  .tw .md\:first\:p-35px:first-child{
    padding: 35px;
  }

  .tw .md\:first\:p-36px:first-child{
    padding: 36px;
  }

  .tw .md\:first\:p-37px:first-child{
    padding: 37px;
  }

  .tw .md\:first\:p-38px:first-child{
    padding: 38px;
  }

  .tw .md\:first\:p-39px:first-child{
    padding: 39px;
  }

  .tw .md\:first\:p-40px:first-child{
    padding: 40px;
  }

  .tw .md\:last\:p-0:last-child{
    padding: 0px;
  }

  .tw .md\:last\:p-1:last-child{
    padding: 5px;
  }

  .tw .md\:last\:p-2:last-child{
    padding: 10px;
  }

  .tw .md\:last\:p-3:last-child{
    padding: 15px;
  }

  .tw .md\:last\:p-4:last-child{
    padding: 20px;
  }

  .tw .md\:last\:p-5:last-child{
    padding: 25px;
  }

  .tw .md\:last\:p-6:last-child{
    padding: 30px;
  }

  .tw .md\:last\:p-7:last-child{
    padding: 35px;
  }

  .tw .md\:last\:p-8:last-child{
    padding: 40px;
  }

  .tw .md\:last\:p-9:last-child{
    padding: 45px;
  }

  .tw .md\:last\:p-10:last-child{
    padding: 50px;
  }

  .tw .md\:last\:p-11:last-child{
    padding: 55px;
  }

  .tw .md\:last\:p-12:last-child{
    padding: 60px;
  }

  .tw .md\:last\:p-13:last-child{
    padding: 65px;
  }

  .tw .md\:last\:p-14:last-child{
    padding: 70px;
  }

  .tw .md\:last\:p-15:last-child{
    padding: 75px;
  }

  .tw .md\:last\:p-16:last-child{
    padding: 80px;
  }

  .tw .md\:last\:p-17:last-child{
    padding: 85px;
  }

  .tw .md\:last\:p-18:last-child{
    padding: 90px;
  }

  .tw .md\:last\:p-19:last-child{
    padding: 95px;
  }

  .tw .md\:last\:p-20:last-child{
    padding: 100px;
  }

  .tw .md\:last\:p-21:last-child{
    padding: 105px;
  }

  .tw .md\:last\:p-22:last-child{
    padding: 110px;
  }

  .tw .md\:last\:p-23:last-child{
    padding: 115px;
  }

  .tw .md\:last\:p-24:last-child{
    padding: 120px;
  }

  .tw .md\:last\:p-25:last-child{
    padding: 125px;
  }

  .tw .md\:last\:p-26:last-child{
    padding: 130px;
  }

  .tw .md\:last\:p-27:last-child{
    padding: 135px;
  }

  .tw .md\:last\:p-28:last-child{
    padding: 140px;
  }

  .tw .md\:last\:p-29:last-child{
    padding: 145px;
  }

  .tw .md\:last\:p-30:last-child{
    padding: 150px;
  }

  .tw .md\:last\:p-31:last-child{
    padding: 155px;
  }

  .tw .md\:last\:p-32:last-child{
    padding: 160px;
  }

  .tw .md\:last\:p-33:last-child{
    padding: 165px;
  }

  .tw .md\:last\:p-34:last-child{
    padding: 170px;
  }

  .tw .md\:last\:p-35:last-child{
    padding: 175px;
  }

  .tw .md\:last\:p-36:last-child{
    padding: 180px;
  }

  .tw .md\:last\:p-37:last-child{
    padding: 185px;
  }

  .tw .md\:last\:p-38:last-child{
    padding: 190px;
  }

  .tw .md\:last\:p-39:last-child{
    padding: 195px;
  }

  .tw .md\:last\:p-40:last-child{
    padding: 200px;
  }

  .tw .md\:last\:p-41:last-child{
    padding: 205px;
  }

  .tw .md\:last\:p-42:last-child{
    padding: 210px;
  }

  .tw .md\:last\:p-43:last-child{
    padding: 215px;
  }

  .tw .md\:last\:p-44:last-child{
    padding: 220px;
  }

  .tw .md\:last\:p-45:last-child{
    padding: 225px;
  }

  .tw .md\:last\:p-46:last-child{
    padding: 230px;
  }

  .tw .md\:last\:p-47:last-child{
    padding: 235px;
  }

  .tw .md\:last\:p-48:last-child{
    padding: 240px;
  }

  .tw .md\:last\:p-49:last-child{
    padding: 245px;
  }

  .tw .md\:last\:p-50:last-child{
    padding: 250px;
  }

  .tw .md\:last\:p-51:last-child{
    padding: 255px;
  }

  .tw .md\:last\:p-52:last-child{
    padding: 260px;
  }

  .tw .md\:last\:p-53:last-child{
    padding: 265px;
  }

  .tw .md\:last\:p-54:last-child{
    padding: 270px;
  }

  .tw .md\:last\:p-55:last-child{
    padding: 275px;
  }

  .tw .md\:last\:p-56:last-child{
    padding: 280px;
  }

  .tw .md\:last\:p-57:last-child{
    padding: 285px;
  }

  .tw .md\:last\:p-58:last-child{
    padding: 290px;
  }

  .tw .md\:last\:p-59:last-child{
    padding: 295px;
  }

  .tw .md\:last\:p-60:last-child{
    padding: 300px;
  }

  .tw .md\:last\:p-61:last-child{
    padding: 305px;
  }

  .tw .md\:last\:p-62:last-child{
    padding: 310px;
  }

  .tw .md\:last\:p-63:last-child{
    padding: 315px;
  }

  .tw .md\:last\:p-64:last-child{
    padding: 320px;
  }

  .tw .md\:last\:p-65:last-child{
    padding: 325px;
  }

  .tw .md\:last\:p-66:last-child{
    padding: 330px;
  }

  .tw .md\:last\:p-67:last-child{
    padding: 335px;
  }

  .tw .md\:last\:p-68:last-child{
    padding: 340px;
  }

  .tw .md\:last\:p-69:last-child{
    padding: 345px;
  }

  .tw .md\:last\:p-70:last-child{
    padding: 350px;
  }

  .tw .md\:last\:p-71:last-child{
    padding: 355px;
  }

  .tw .md\:last\:p-72:last-child{
    padding: 360px;
  }

  .tw .md\:last\:p-73:last-child{
    padding: 365px;
  }

  .tw .md\:last\:p-74:last-child{
    padding: 370px;
  }

  .tw .md\:last\:p-75:last-child{
    padding: 375px;
  }

  .tw .md\:last\:p-76:last-child{
    padding: 380px;
  }

  .tw .md\:last\:p-77:last-child{
    padding: 385px;
  }

  .tw .md\:last\:p-78:last-child{
    padding: 390px;
  }

  .tw .md\:last\:p-79:last-child{
    padding: 395px;
  }

  .tw .md\:last\:p-80:last-child{
    padding: 400px;
  }

  .tw .md\:last\:p-81:last-child{
    padding: 405px;
  }

  .tw .md\:last\:p-82:last-child{
    padding: 410px;
  }

  .tw .md\:last\:p-83:last-child{
    padding: 415px;
  }

  .tw .md\:last\:p-84:last-child{
    padding: 420px;
  }

  .tw .md\:last\:p-85:last-child{
    padding: 425px;
  }

  .tw .md\:last\:p-86:last-child{
    padding: 430px;
  }

  .tw .md\:last\:p-87:last-child{
    padding: 435px;
  }

  .tw .md\:last\:p-88:last-child{
    padding: 440px;
  }

  .tw .md\:last\:p-89:last-child{
    padding: 445px;
  }

  .tw .md\:last\:p-90:last-child{
    padding: 450px;
  }

  .tw .md\:last\:p-91:last-child{
    padding: 455px;
  }

  .tw .md\:last\:p-92:last-child{
    padding: 460px;
  }

  .tw .md\:last\:p-93:last-child{
    padding: 465px;
  }

  .tw .md\:last\:p-94:last-child{
    padding: 470px;
  }

  .tw .md\:last\:p-95:last-child{
    padding: 475px;
  }

  .tw .md\:last\:p-96:last-child{
    padding: 480px;
  }

  .tw .md\:last\:p-97:last-child{
    padding: 485px;
  }

  .tw .md\:last\:p-98:last-child{
    padding: 490px;
  }

  .tw .md\:last\:p-99:last-child{
    padding: 495px;
  }

  .tw .md\:last\:p-100:last-child{
    padding: 500px;
  }

  .tw .md\:last\:p-101:last-child{
    padding: 505px;
  }

  .tw .md\:last\:p-102:last-child{
    padding: 510px;
  }

  .tw .md\:last\:p-103:last-child{
    padding: 515px;
  }

  .tw .md\:last\:p-104:last-child{
    padding: 520px;
  }

  .tw .md\:last\:p-105:last-child{
    padding: 525px;
  }

  .tw .md\:last\:p-106:last-child{
    padding: 530px;
  }

  .tw .md\:last\:p-107:last-child{
    padding: 535px;
  }

  .tw .md\:last\:p-108:last-child{
    padding: 540px;
  }

  .tw .md\:last\:p-109:last-child{
    padding: 545px;
  }

  .tw .md\:last\:p-110:last-child{
    padding: 550px;
  }

  .tw .md\:last\:p-111:last-child{
    padding: 555px;
  }

  .tw .md\:last\:p-112:last-child{
    padding: 560px;
  }

  .tw .md\:last\:p-113:last-child{
    padding: 565px;
  }

  .tw .md\:last\:p-114:last-child{
    padding: 570px;
  }

  .tw .md\:last\:p-115:last-child{
    padding: 575px;
  }

  .tw .md\:last\:p-116:last-child{
    padding: 580px;
  }

  .tw .md\:last\:p-117:last-child{
    padding: 585px;
  }

  .tw .md\:last\:p-118:last-child{
    padding: 590px;
  }

  .tw .md\:last\:p-119:last-child{
    padding: 595px;
  }

  .tw .md\:last\:p-120:last-child{
    padding: 600px;
  }

  .tw .md\:last\:p-121:last-child{
    padding: 605px;
  }

  .tw .md\:last\:p-122:last-child{
    padding: 610px;
  }

  .tw .md\:last\:p-123:last-child{
    padding: 615px;
  }

  .tw .md\:last\:p-124:last-child{
    padding: 620px;
  }

  .tw .md\:last\:p-125:last-child{
    padding: 625px;
  }

  .tw .md\:last\:p-126:last-child{
    padding: 630px;
  }

  .tw .md\:last\:p-127:last-child{
    padding: 635px;
  }

  .tw .md\:last\:p-128:last-child{
    padding: 640px;
  }

  .tw .md\:last\:p-129:last-child{
    padding: 645px;
  }

  .tw .md\:last\:p-130:last-child{
    padding: 650px;
  }

  .tw .md\:last\:p-131:last-child{
    padding: 655px;
  }

  .tw .md\:last\:p-132:last-child{
    padding: 660px;
  }

  .tw .md\:last\:p-133:last-child{
    padding: 665px;
  }

  .tw .md\:last\:p-134:last-child{
    padding: 670px;
  }

  .tw .md\:last\:p-135:last-child{
    padding: 675px;
  }

  .tw .md\:last\:p-136:last-child{
    padding: 680px;
  }

  .tw .md\:last\:p-137:last-child{
    padding: 685px;
  }

  .tw .md\:last\:p-138:last-child{
    padding: 690px;
  }

  .tw .md\:last\:p-139:last-child{
    padding: 695px;
  }

  .tw .md\:last\:p-140:last-child{
    padding: 700px;
  }

  .tw .md\:last\:p-141:last-child{
    padding: 705px;
  }

  .tw .md\:last\:p-142:last-child{
    padding: 710px;
  }

  .tw .md\:last\:p-143:last-child{
    padding: 715px;
  }

  .tw .md\:last\:p-144:last-child{
    padding: 720px;
  }

  .tw .md\:last\:p-145:last-child{
    padding: 725px;
  }

  .tw .md\:last\:p-146:last-child{
    padding: 730px;
  }

  .tw .md\:last\:p-147:last-child{
    padding: 735px;
  }

  .tw .md\:last\:p-148:last-child{
    padding: 740px;
  }

  .tw .md\:last\:p-149:last-child{
    padding: 745px;
  }

  .tw .md\:last\:p-0\.5:last-child{
    padding: 3px;
  }

  .tw .md\:last\:p-1px:last-child{
    padding: 1px;
  }

  .tw .md\:last\:p-2px:last-child{
    padding: 2px;
  }

  .tw .md\:last\:p-3px:last-child{
    padding: 3px;
  }

  .tw .md\:last\:p-4px:last-child{
    padding: 4px;
  }

  .tw .md\:last\:p-5px:last-child{
    padding: 5px;
  }

  .tw .md\:last\:p-6px:last-child{
    padding: 6px;
  }

  .tw .md\:last\:p-7px:last-child{
    padding: 7px;
  }

  .tw .md\:last\:p-8px:last-child{
    padding: 8px;
  }

  .tw .md\:last\:p-9px:last-child{
    padding: 9px;
  }

  .tw .md\:last\:p-10px:last-child{
    padding: 10px;
  }

  .tw .md\:last\:p-11px:last-child{
    padding: 11px;
  }

  .tw .md\:last\:p-12px:last-child{
    padding: 12px;
  }

  .tw .md\:last\:p-13px:last-child{
    padding: 13px;
  }

  .tw .md\:last\:p-14px:last-child{
    padding: 14px;
  }

  .tw .md\:last\:p-15px:last-child{
    padding: 15px;
  }

  .tw .md\:last\:p-16px:last-child{
    padding: 16px;
  }

  .tw .md\:last\:p-17px:last-child{
    padding: 17px;
  }

  .tw .md\:last\:p-18px:last-child{
    padding: 18px;
  }

  .tw .md\:last\:p-19px:last-child{
    padding: 19px;
  }

  .tw .md\:last\:p-20px:last-child{
    padding: 20px;
  }

  .tw .md\:last\:p-21px:last-child{
    padding: 21px;
  }

  .tw .md\:last\:p-22px:last-child{
    padding: 22px;
  }

  .tw .md\:last\:p-23px:last-child{
    padding: 23px;
  }

  .tw .md\:last\:p-24px:last-child{
    padding: 24px;
  }

  .tw .md\:last\:p-25px:last-child{
    padding: 25px;
  }

  .tw .md\:last\:p-26px:last-child{
    padding: 26px;
  }

  .tw .md\:last\:p-27px:last-child{
    padding: 27px;
  }

  .tw .md\:last\:p-28px:last-child{
    padding: 28px;
  }

  .tw .md\:last\:p-29px:last-child{
    padding: 29px;
  }

  .tw .md\:last\:p-30px:last-child{
    padding: 30px;
  }

  .tw .md\:last\:p-31px:last-child{
    padding: 31px;
  }

  .tw .md\:last\:p-32px:last-child{
    padding: 32px;
  }

  .tw .md\:last\:p-33px:last-child{
    padding: 33px;
  }

  .tw .md\:last\:p-34px:last-child{
    padding: 34px;
  }

  .tw .md\:last\:p-35px:last-child{
    padding: 35px;
  }

  .tw .md\:last\:p-36px:last-child{
    padding: 36px;
  }

  .tw .md\:last\:p-37px:last-child{
    padding: 37px;
  }

  .tw .md\:last\:p-38px:last-child{
    padding: 38px;
  }

  .tw .md\:last\:p-39px:last-child{
    padding: 39px;
  }

  .tw .md\:last\:p-40px:last-child{
    padding: 40px;
  }

  .tw .md\:px-0{
    padding-left: 0px;
    padding-right: 0px;
  }

  .tw .md\:px-1{
    padding-left: 5px;
    padding-right: 5px;
  }

  .tw .md\:px-2{
    padding-left: 10px;
    padding-right: 10px;
  }

  .tw .md\:px-3{
    padding-left: 15px;
    padding-right: 15px;
  }

  .tw .md\:px-4{
    padding-left: 20px;
    padding-right: 20px;
  }

  .tw .md\:px-5{
    padding-left: 25px;
    padding-right: 25px;
  }

  .tw .md\:px-6{
    padding-left: 30px;
    padding-right: 30px;
  }

  .tw .md\:px-7{
    padding-left: 35px;
    padding-right: 35px;
  }

  .tw .md\:px-8{
    padding-left: 40px;
    padding-right: 40px;
  }

  .tw .md\:px-9{
    padding-left: 45px;
    padding-right: 45px;
  }

  .tw .md\:px-10{
    padding-left: 50px;
    padding-right: 50px;
  }

  .tw .md\:px-11{
    padding-left: 55px;
    padding-right: 55px;
  }

  .tw .md\:px-12{
    padding-left: 60px;
    padding-right: 60px;
  }

  .tw .md\:px-13{
    padding-left: 65px;
    padding-right: 65px;
  }

  .tw .md\:px-14{
    padding-left: 70px;
    padding-right: 70px;
  }

  .tw .md\:px-15{
    padding-left: 75px;
    padding-right: 75px;
  }

  .tw .md\:px-16{
    padding-left: 80px;
    padding-right: 80px;
  }

  .tw .md\:px-17{
    padding-left: 85px;
    padding-right: 85px;
  }

  .tw .md\:px-18{
    padding-left: 90px;
    padding-right: 90px;
  }

  .tw .md\:px-19{
    padding-left: 95px;
    padding-right: 95px;
  }

  .tw .md\:px-20{
    padding-left: 100px;
    padding-right: 100px;
  }

  .tw .md\:px-21{
    padding-left: 105px;
    padding-right: 105px;
  }

  .tw .md\:px-22{
    padding-left: 110px;
    padding-right: 110px;
  }

  .tw .md\:px-23{
    padding-left: 115px;
    padding-right: 115px;
  }

  .tw .md\:px-24{
    padding-left: 120px;
    padding-right: 120px;
  }

  .tw .md\:px-25{
    padding-left: 125px;
    padding-right: 125px;
  }

  .tw .md\:px-26{
    padding-left: 130px;
    padding-right: 130px;
  }

  .tw .md\:px-27{
    padding-left: 135px;
    padding-right: 135px;
  }

  .tw .md\:px-28{
    padding-left: 140px;
    padding-right: 140px;
  }

  .tw .md\:px-29{
    padding-left: 145px;
    padding-right: 145px;
  }

  .tw .md\:px-30{
    padding-left: 150px;
    padding-right: 150px;
  }

  .tw .md\:px-31{
    padding-left: 155px;
    padding-right: 155px;
  }

  .tw .md\:px-32{
    padding-left: 160px;
    padding-right: 160px;
  }

  .tw .md\:px-33{
    padding-left: 165px;
    padding-right: 165px;
  }

  .tw .md\:px-34{
    padding-left: 170px;
    padding-right: 170px;
  }

  .tw .md\:px-35{
    padding-left: 175px;
    padding-right: 175px;
  }

  .tw .md\:px-36{
    padding-left: 180px;
    padding-right: 180px;
  }

  .tw .md\:px-37{
    padding-left: 185px;
    padding-right: 185px;
  }

  .tw .md\:px-38{
    padding-left: 190px;
    padding-right: 190px;
  }

  .tw .md\:px-39{
    padding-left: 195px;
    padding-right: 195px;
  }

  .tw .md\:px-40{
    padding-left: 200px;
    padding-right: 200px;
  }

  .tw .md\:px-41{
    padding-left: 205px;
    padding-right: 205px;
  }

  .tw .md\:px-42{
    padding-left: 210px;
    padding-right: 210px;
  }

  .tw .md\:px-43{
    padding-left: 215px;
    padding-right: 215px;
  }

  .tw .md\:px-44{
    padding-left: 220px;
    padding-right: 220px;
  }

  .tw .md\:px-45{
    padding-left: 225px;
    padding-right: 225px;
  }

  .tw .md\:px-46{
    padding-left: 230px;
    padding-right: 230px;
  }

  .tw .md\:px-47{
    padding-left: 235px;
    padding-right: 235px;
  }

  .tw .md\:px-48{
    padding-left: 240px;
    padding-right: 240px;
  }

  .tw .md\:px-49{
    padding-left: 245px;
    padding-right: 245px;
  }

  .tw .md\:px-50{
    padding-left: 250px;
    padding-right: 250px;
  }

  .tw .md\:px-51{
    padding-left: 255px;
    padding-right: 255px;
  }

  .tw .md\:px-52{
    padding-left: 260px;
    padding-right: 260px;
  }

  .tw .md\:px-53{
    padding-left: 265px;
    padding-right: 265px;
  }

  .tw .md\:px-54{
    padding-left: 270px;
    padding-right: 270px;
  }

  .tw .md\:px-55{
    padding-left: 275px;
    padding-right: 275px;
  }

  .tw .md\:px-56{
    padding-left: 280px;
    padding-right: 280px;
  }

  .tw .md\:px-57{
    padding-left: 285px;
    padding-right: 285px;
  }

  .tw .md\:px-58{
    padding-left: 290px;
    padding-right: 290px;
  }

  .tw .md\:px-59{
    padding-left: 295px;
    padding-right: 295px;
  }

  .tw .md\:px-60{
    padding-left: 300px;
    padding-right: 300px;
  }

  .tw .md\:px-61{
    padding-left: 305px;
    padding-right: 305px;
  }

  .tw .md\:px-62{
    padding-left: 310px;
    padding-right: 310px;
  }

  .tw .md\:px-63{
    padding-left: 315px;
    padding-right: 315px;
  }

  .tw .md\:px-64{
    padding-left: 320px;
    padding-right: 320px;
  }

  .tw .md\:px-65{
    padding-left: 325px;
    padding-right: 325px;
  }

  .tw .md\:px-66{
    padding-left: 330px;
    padding-right: 330px;
  }

  .tw .md\:px-67{
    padding-left: 335px;
    padding-right: 335px;
  }

  .tw .md\:px-68{
    padding-left: 340px;
    padding-right: 340px;
  }

  .tw .md\:px-69{
    padding-left: 345px;
    padding-right: 345px;
  }

  .tw .md\:px-70{
    padding-left: 350px;
    padding-right: 350px;
  }

  .tw .md\:px-71{
    padding-left: 355px;
    padding-right: 355px;
  }

  .tw .md\:px-72{
    padding-left: 360px;
    padding-right: 360px;
  }

  .tw .md\:px-73{
    padding-left: 365px;
    padding-right: 365px;
  }

  .tw .md\:px-74{
    padding-left: 370px;
    padding-right: 370px;
  }

  .tw .md\:px-75{
    padding-left: 375px;
    padding-right: 375px;
  }

  .tw .md\:px-76{
    padding-left: 380px;
    padding-right: 380px;
  }

  .tw .md\:px-77{
    padding-left: 385px;
    padding-right: 385px;
  }

  .tw .md\:px-78{
    padding-left: 390px;
    padding-right: 390px;
  }

  .tw .md\:px-79{
    padding-left: 395px;
    padding-right: 395px;
  }

  .tw .md\:px-80{
    padding-left: 400px;
    padding-right: 400px;
  }

  .tw .md\:px-81{
    padding-left: 405px;
    padding-right: 405px;
  }

  .tw .md\:px-82{
    padding-left: 410px;
    padding-right: 410px;
  }

  .tw .md\:px-83{
    padding-left: 415px;
    padding-right: 415px;
  }

  .tw .md\:px-84{
    padding-left: 420px;
    padding-right: 420px;
  }

  .tw .md\:px-85{
    padding-left: 425px;
    padding-right: 425px;
  }

  .tw .md\:px-86{
    padding-left: 430px;
    padding-right: 430px;
  }

  .tw .md\:px-87{
    padding-left: 435px;
    padding-right: 435px;
  }

  .tw .md\:px-88{
    padding-left: 440px;
    padding-right: 440px;
  }

  .tw .md\:px-89{
    padding-left: 445px;
    padding-right: 445px;
  }

  .tw .md\:px-90{
    padding-left: 450px;
    padding-right: 450px;
  }

  .tw .md\:px-91{
    padding-left: 455px;
    padding-right: 455px;
  }

  .tw .md\:px-92{
    padding-left: 460px;
    padding-right: 460px;
  }

  .tw .md\:px-93{
    padding-left: 465px;
    padding-right: 465px;
  }

  .tw .md\:px-94{
    padding-left: 470px;
    padding-right: 470px;
  }

  .tw .md\:px-95{
    padding-left: 475px;
    padding-right: 475px;
  }

  .tw .md\:px-96{
    padding-left: 480px;
    padding-right: 480px;
  }

  .tw .md\:px-97{
    padding-left: 485px;
    padding-right: 485px;
  }

  .tw .md\:px-98{
    padding-left: 490px;
    padding-right: 490px;
  }

  .tw .md\:px-99{
    padding-left: 495px;
    padding-right: 495px;
  }

  .tw .md\:px-100{
    padding-left: 500px;
    padding-right: 500px;
  }

  .tw .md\:px-101{
    padding-left: 505px;
    padding-right: 505px;
  }

  .tw .md\:px-102{
    padding-left: 510px;
    padding-right: 510px;
  }

  .tw .md\:px-103{
    padding-left: 515px;
    padding-right: 515px;
  }

  .tw .md\:px-104{
    padding-left: 520px;
    padding-right: 520px;
  }

  .tw .md\:px-105{
    padding-left: 525px;
    padding-right: 525px;
  }

  .tw .md\:px-106{
    padding-left: 530px;
    padding-right: 530px;
  }

  .tw .md\:px-107{
    padding-left: 535px;
    padding-right: 535px;
  }

  .tw .md\:px-108{
    padding-left: 540px;
    padding-right: 540px;
  }

  .tw .md\:px-109{
    padding-left: 545px;
    padding-right: 545px;
  }

  .tw .md\:px-110{
    padding-left: 550px;
    padding-right: 550px;
  }

  .tw .md\:px-111{
    padding-left: 555px;
    padding-right: 555px;
  }

  .tw .md\:px-112{
    padding-left: 560px;
    padding-right: 560px;
  }

  .tw .md\:px-113{
    padding-left: 565px;
    padding-right: 565px;
  }

  .tw .md\:px-114{
    padding-left: 570px;
    padding-right: 570px;
  }

  .tw .md\:px-115{
    padding-left: 575px;
    padding-right: 575px;
  }

  .tw .md\:px-116{
    padding-left: 580px;
    padding-right: 580px;
  }

  .tw .md\:px-117{
    padding-left: 585px;
    padding-right: 585px;
  }

  .tw .md\:px-118{
    padding-left: 590px;
    padding-right: 590px;
  }

  .tw .md\:px-119{
    padding-left: 595px;
    padding-right: 595px;
  }

  .tw .md\:px-120{
    padding-left: 600px;
    padding-right: 600px;
  }

  .tw .md\:px-121{
    padding-left: 605px;
    padding-right: 605px;
  }

  .tw .md\:px-122{
    padding-left: 610px;
    padding-right: 610px;
  }

  .tw .md\:px-123{
    padding-left: 615px;
    padding-right: 615px;
  }

  .tw .md\:px-124{
    padding-left: 620px;
    padding-right: 620px;
  }

  .tw .md\:px-125{
    padding-left: 625px;
    padding-right: 625px;
  }

  .tw .md\:px-126{
    padding-left: 630px;
    padding-right: 630px;
  }

  .tw .md\:px-127{
    padding-left: 635px;
    padding-right: 635px;
  }

  .tw .md\:px-128{
    padding-left: 640px;
    padding-right: 640px;
  }

  .tw .md\:px-129{
    padding-left: 645px;
    padding-right: 645px;
  }

  .tw .md\:px-130{
    padding-left: 650px;
    padding-right: 650px;
  }

  .tw .md\:px-131{
    padding-left: 655px;
    padding-right: 655px;
  }

  .tw .md\:px-132{
    padding-left: 660px;
    padding-right: 660px;
  }

  .tw .md\:px-133{
    padding-left: 665px;
    padding-right: 665px;
  }

  .tw .md\:px-134{
    padding-left: 670px;
    padding-right: 670px;
  }

  .tw .md\:px-135{
    padding-left: 675px;
    padding-right: 675px;
  }

  .tw .md\:px-136{
    padding-left: 680px;
    padding-right: 680px;
  }

  .tw .md\:px-137{
    padding-left: 685px;
    padding-right: 685px;
  }

  .tw .md\:px-138{
    padding-left: 690px;
    padding-right: 690px;
  }

  .tw .md\:px-139{
    padding-left: 695px;
    padding-right: 695px;
  }

  .tw .md\:px-140{
    padding-left: 700px;
    padding-right: 700px;
  }

  .tw .md\:px-141{
    padding-left: 705px;
    padding-right: 705px;
  }

  .tw .md\:px-142{
    padding-left: 710px;
    padding-right: 710px;
  }

  .tw .md\:px-143{
    padding-left: 715px;
    padding-right: 715px;
  }

  .tw .md\:px-144{
    padding-left: 720px;
    padding-right: 720px;
  }

  .tw .md\:px-145{
    padding-left: 725px;
    padding-right: 725px;
  }

  .tw .md\:px-146{
    padding-left: 730px;
    padding-right: 730px;
  }

  .tw .md\:px-147{
    padding-left: 735px;
    padding-right: 735px;
  }

  .tw .md\:px-148{
    padding-left: 740px;
    padding-right: 740px;
  }

  .tw .md\:px-149{
    padding-left: 745px;
    padding-right: 745px;
  }

  .tw .md\:px-0\.5{
    padding-left: 3px;
    padding-right: 3px;
  }

  .tw .md\:px-1px{
    padding-left: 1px;
    padding-right: 1px;
  }

  .tw .md\:px-2px{
    padding-left: 2px;
    padding-right: 2px;
  }

  .tw .md\:px-3px{
    padding-left: 3px;
    padding-right: 3px;
  }

  .tw .md\:px-4px{
    padding-left: 4px;
    padding-right: 4px;
  }

  .tw .md\:px-5px{
    padding-left: 5px;
    padding-right: 5px;
  }

  .tw .md\:px-6px{
    padding-left: 6px;
    padding-right: 6px;
  }

  .tw .md\:px-7px{
    padding-left: 7px;
    padding-right: 7px;
  }

  .tw .md\:px-8px{
    padding-left: 8px;
    padding-right: 8px;
  }

  .tw .md\:px-9px{
    padding-left: 9px;
    padding-right: 9px;
  }

  .tw .md\:px-10px{
    padding-left: 10px;
    padding-right: 10px;
  }

  .tw .md\:px-11px{
    padding-left: 11px;
    padding-right: 11px;
  }

  .tw .md\:px-12px{
    padding-left: 12px;
    padding-right: 12px;
  }

  .tw .md\:px-13px{
    padding-left: 13px;
    padding-right: 13px;
  }

  .tw .md\:px-14px{
    padding-left: 14px;
    padding-right: 14px;
  }

  .tw .md\:px-15px{
    padding-left: 15px;
    padding-right: 15px;
  }

  .tw .md\:px-16px{
    padding-left: 16px;
    padding-right: 16px;
  }

  .tw .md\:px-17px{
    padding-left: 17px;
    padding-right: 17px;
  }

  .tw .md\:px-18px{
    padding-left: 18px;
    padding-right: 18px;
  }

  .tw .md\:px-19px{
    padding-left: 19px;
    padding-right: 19px;
  }

  .tw .md\:px-20px{
    padding-left: 20px;
    padding-right: 20px;
  }

  .tw .md\:px-21px{
    padding-left: 21px;
    padding-right: 21px;
  }

  .tw .md\:px-22px{
    padding-left: 22px;
    padding-right: 22px;
  }

  .tw .md\:px-23px{
    padding-left: 23px;
    padding-right: 23px;
  }

  .tw .md\:px-24px{
    padding-left: 24px;
    padding-right: 24px;
  }

  .tw .md\:px-25px{
    padding-left: 25px;
    padding-right: 25px;
  }

  .tw .md\:px-26px{
    padding-left: 26px;
    padding-right: 26px;
  }

  .tw .md\:px-27px{
    padding-left: 27px;
    padding-right: 27px;
  }

  .tw .md\:px-28px{
    padding-left: 28px;
    padding-right: 28px;
  }

  .tw .md\:px-29px{
    padding-left: 29px;
    padding-right: 29px;
  }

  .tw .md\:px-30px{
    padding-left: 30px;
    padding-right: 30px;
  }

  .tw .md\:px-31px{
    padding-left: 31px;
    padding-right: 31px;
  }

  .tw .md\:px-32px{
    padding-left: 32px;
    padding-right: 32px;
  }

  .tw .md\:px-33px{
    padding-left: 33px;
    padding-right: 33px;
  }

  .tw .md\:px-34px{
    padding-left: 34px;
    padding-right: 34px;
  }

  .tw .md\:px-35px{
    padding-left: 35px;
    padding-right: 35px;
  }

  .tw .md\:px-36px{
    padding-left: 36px;
    padding-right: 36px;
  }

  .tw .md\:px-37px{
    padding-left: 37px;
    padding-right: 37px;
  }

  .tw .md\:px-38px{
    padding-left: 38px;
    padding-right: 38px;
  }

  .tw .md\:px-39px{
    padding-left: 39px;
    padding-right: 39px;
  }

  .tw .md\:px-40px{
    padding-left: 40px;
    padding-right: 40px;
  }

  .tw .md\:py-0{
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .tw .md\:py-1{
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .tw .md\:py-2{
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .tw .md\:py-3{
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .tw .md\:py-4{
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .tw .md\:py-5{
    padding-top: 25px;
    padding-bottom: 25px;
  }

  .tw .md\:py-6{
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .tw .md\:py-7{
    padding-top: 35px;
    padding-bottom: 35px;
  }

  .tw .md\:py-8{
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .tw .md\:py-9{
    padding-top: 45px;
    padding-bottom: 45px;
  }

  .tw .md\:py-10{
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .tw .md\:py-11{
    padding-top: 55px;
    padding-bottom: 55px;
  }

  .tw .md\:py-12{
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .tw .md\:py-13{
    padding-top: 65px;
    padding-bottom: 65px;
  }

  .tw .md\:py-14{
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .tw .md\:py-15{
    padding-top: 75px;
    padding-bottom: 75px;
  }

  .tw .md\:py-16{
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .tw .md\:py-17{
    padding-top: 85px;
    padding-bottom: 85px;
  }

  .tw .md\:py-18{
    padding-top: 90px;
    padding-bottom: 90px;
  }

  .tw .md\:py-19{
    padding-top: 95px;
    padding-bottom: 95px;
  }

  .tw .md\:py-20{
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .tw .md\:py-21{
    padding-top: 105px;
    padding-bottom: 105px;
  }

  .tw .md\:py-22{
    padding-top: 110px;
    padding-bottom: 110px;
  }

  .tw .md\:py-23{
    padding-top: 115px;
    padding-bottom: 115px;
  }

  .tw .md\:py-24{
    padding-top: 120px;
    padding-bottom: 120px;
  }

  .tw .md\:py-25{
    padding-top: 125px;
    padding-bottom: 125px;
  }

  .tw .md\:py-26{
    padding-top: 130px;
    padding-bottom: 130px;
  }

  .tw .md\:py-27{
    padding-top: 135px;
    padding-bottom: 135px;
  }

  .tw .md\:py-28{
    padding-top: 140px;
    padding-bottom: 140px;
  }

  .tw .md\:py-29{
    padding-top: 145px;
    padding-bottom: 145px;
  }

  .tw .md\:py-30{
    padding-top: 150px;
    padding-bottom: 150px;
  }

  .tw .md\:py-31{
    padding-top: 155px;
    padding-bottom: 155px;
  }

  .tw .md\:py-32{
    padding-top: 160px;
    padding-bottom: 160px;
  }

  .tw .md\:py-33{
    padding-top: 165px;
    padding-bottom: 165px;
  }

  .tw .md\:py-34{
    padding-top: 170px;
    padding-bottom: 170px;
  }

  .tw .md\:py-35{
    padding-top: 175px;
    padding-bottom: 175px;
  }

  .tw .md\:py-36{
    padding-top: 180px;
    padding-bottom: 180px;
  }

  .tw .md\:py-37{
    padding-top: 185px;
    padding-bottom: 185px;
  }

  .tw .md\:py-38{
    padding-top: 190px;
    padding-bottom: 190px;
  }

  .tw .md\:py-39{
    padding-top: 195px;
    padding-bottom: 195px;
  }

  .tw .md\:py-40{
    padding-top: 200px;
    padding-bottom: 200px;
  }

  .tw .md\:py-41{
    padding-top: 205px;
    padding-bottom: 205px;
  }

  .tw .md\:py-42{
    padding-top: 210px;
    padding-bottom: 210px;
  }

  .tw .md\:py-43{
    padding-top: 215px;
    padding-bottom: 215px;
  }

  .tw .md\:py-44{
    padding-top: 220px;
    padding-bottom: 220px;
  }

  .tw .md\:py-45{
    padding-top: 225px;
    padding-bottom: 225px;
  }

  .tw .md\:py-46{
    padding-top: 230px;
    padding-bottom: 230px;
  }

  .tw .md\:py-47{
    padding-top: 235px;
    padding-bottom: 235px;
  }

  .tw .md\:py-48{
    padding-top: 240px;
    padding-bottom: 240px;
  }

  .tw .md\:py-49{
    padding-top: 245px;
    padding-bottom: 245px;
  }

  .tw .md\:py-50{
    padding-top: 250px;
    padding-bottom: 250px;
  }

  .tw .md\:py-51{
    padding-top: 255px;
    padding-bottom: 255px;
  }

  .tw .md\:py-52{
    padding-top: 260px;
    padding-bottom: 260px;
  }

  .tw .md\:py-53{
    padding-top: 265px;
    padding-bottom: 265px;
  }

  .tw .md\:py-54{
    padding-top: 270px;
    padding-bottom: 270px;
  }

  .tw .md\:py-55{
    padding-top: 275px;
    padding-bottom: 275px;
  }

  .tw .md\:py-56{
    padding-top: 280px;
    padding-bottom: 280px;
  }

  .tw .md\:py-57{
    padding-top: 285px;
    padding-bottom: 285px;
  }

  .tw .md\:py-58{
    padding-top: 290px;
    padding-bottom: 290px;
  }

  .tw .md\:py-59{
    padding-top: 295px;
    padding-bottom: 295px;
  }

  .tw .md\:py-60{
    padding-top: 300px;
    padding-bottom: 300px;
  }

  .tw .md\:py-61{
    padding-top: 305px;
    padding-bottom: 305px;
  }

  .tw .md\:py-62{
    padding-top: 310px;
    padding-bottom: 310px;
  }

  .tw .md\:py-63{
    padding-top: 315px;
    padding-bottom: 315px;
  }

  .tw .md\:py-64{
    padding-top: 320px;
    padding-bottom: 320px;
  }

  .tw .md\:py-65{
    padding-top: 325px;
    padding-bottom: 325px;
  }

  .tw .md\:py-66{
    padding-top: 330px;
    padding-bottom: 330px;
  }

  .tw .md\:py-67{
    padding-top: 335px;
    padding-bottom: 335px;
  }

  .tw .md\:py-68{
    padding-top: 340px;
    padding-bottom: 340px;
  }

  .tw .md\:py-69{
    padding-top: 345px;
    padding-bottom: 345px;
  }

  .tw .md\:py-70{
    padding-top: 350px;
    padding-bottom: 350px;
  }

  .tw .md\:py-71{
    padding-top: 355px;
    padding-bottom: 355px;
  }

  .tw .md\:py-72{
    padding-top: 360px;
    padding-bottom: 360px;
  }

  .tw .md\:py-73{
    padding-top: 365px;
    padding-bottom: 365px;
  }

  .tw .md\:py-74{
    padding-top: 370px;
    padding-bottom: 370px;
  }

  .tw .md\:py-75{
    padding-top: 375px;
    padding-bottom: 375px;
  }

  .tw .md\:py-76{
    padding-top: 380px;
    padding-bottom: 380px;
  }

  .tw .md\:py-77{
    padding-top: 385px;
    padding-bottom: 385px;
  }

  .tw .md\:py-78{
    padding-top: 390px;
    padding-bottom: 390px;
  }

  .tw .md\:py-79{
    padding-top: 395px;
    padding-bottom: 395px;
  }

  .tw .md\:py-80{
    padding-top: 400px;
    padding-bottom: 400px;
  }

  .tw .md\:py-81{
    padding-top: 405px;
    padding-bottom: 405px;
  }

  .tw .md\:py-82{
    padding-top: 410px;
    padding-bottom: 410px;
  }

  .tw .md\:py-83{
    padding-top: 415px;
    padding-bottom: 415px;
  }

  .tw .md\:py-84{
    padding-top: 420px;
    padding-bottom: 420px;
  }

  .tw .md\:py-85{
    padding-top: 425px;
    padding-bottom: 425px;
  }

  .tw .md\:py-86{
    padding-top: 430px;
    padding-bottom: 430px;
  }

  .tw .md\:py-87{
    padding-top: 435px;
    padding-bottom: 435px;
  }

  .tw .md\:py-88{
    padding-top: 440px;
    padding-bottom: 440px;
  }

  .tw .md\:py-89{
    padding-top: 445px;
    padding-bottom: 445px;
  }

  .tw .md\:py-90{
    padding-top: 450px;
    padding-bottom: 450px;
  }

  .tw .md\:py-91{
    padding-top: 455px;
    padding-bottom: 455px;
  }

  .tw .md\:py-92{
    padding-top: 460px;
    padding-bottom: 460px;
  }

  .tw .md\:py-93{
    padding-top: 465px;
    padding-bottom: 465px;
  }

  .tw .md\:py-94{
    padding-top: 470px;
    padding-bottom: 470px;
  }

  .tw .md\:py-95{
    padding-top: 475px;
    padding-bottom: 475px;
  }

  .tw .md\:py-96{
    padding-top: 480px;
    padding-bottom: 480px;
  }

  .tw .md\:py-97{
    padding-top: 485px;
    padding-bottom: 485px;
  }

  .tw .md\:py-98{
    padding-top: 490px;
    padding-bottom: 490px;
  }

  .tw .md\:py-99{
    padding-top: 495px;
    padding-bottom: 495px;
  }

  .tw .md\:py-100{
    padding-top: 500px;
    padding-bottom: 500px;
  }

  .tw .md\:py-101{
    padding-top: 505px;
    padding-bottom: 505px;
  }

  .tw .md\:py-102{
    padding-top: 510px;
    padding-bottom: 510px;
  }

  .tw .md\:py-103{
    padding-top: 515px;
    padding-bottom: 515px;
  }

  .tw .md\:py-104{
    padding-top: 520px;
    padding-bottom: 520px;
  }

  .tw .md\:py-105{
    padding-top: 525px;
    padding-bottom: 525px;
  }

  .tw .md\:py-106{
    padding-top: 530px;
    padding-bottom: 530px;
  }

  .tw .md\:py-107{
    padding-top: 535px;
    padding-bottom: 535px;
  }

  .tw .md\:py-108{
    padding-top: 540px;
    padding-bottom: 540px;
  }

  .tw .md\:py-109{
    padding-top: 545px;
    padding-bottom: 545px;
  }

  .tw .md\:py-110{
    padding-top: 550px;
    padding-bottom: 550px;
  }

  .tw .md\:py-111{
    padding-top: 555px;
    padding-bottom: 555px;
  }

  .tw .md\:py-112{
    padding-top: 560px;
    padding-bottom: 560px;
  }

  .tw .md\:py-113{
    padding-top: 565px;
    padding-bottom: 565px;
  }

  .tw .md\:py-114{
    padding-top: 570px;
    padding-bottom: 570px;
  }

  .tw .md\:py-115{
    padding-top: 575px;
    padding-bottom: 575px;
  }

  .tw .md\:py-116{
    padding-top: 580px;
    padding-bottom: 580px;
  }

  .tw .md\:py-117{
    padding-top: 585px;
    padding-bottom: 585px;
  }

  .tw .md\:py-118{
    padding-top: 590px;
    padding-bottom: 590px;
  }

  .tw .md\:py-119{
    padding-top: 595px;
    padding-bottom: 595px;
  }

  .tw .md\:py-120{
    padding-top: 600px;
    padding-bottom: 600px;
  }

  .tw .md\:py-121{
    padding-top: 605px;
    padding-bottom: 605px;
  }

  .tw .md\:py-122{
    padding-top: 610px;
    padding-bottom: 610px;
  }

  .tw .md\:py-123{
    padding-top: 615px;
    padding-bottom: 615px;
  }

  .tw .md\:py-124{
    padding-top: 620px;
    padding-bottom: 620px;
  }

  .tw .md\:py-125{
    padding-top: 625px;
    padding-bottom: 625px;
  }

  .tw .md\:py-126{
    padding-top: 630px;
    padding-bottom: 630px;
  }

  .tw .md\:py-127{
    padding-top: 635px;
    padding-bottom: 635px;
  }

  .tw .md\:py-128{
    padding-top: 640px;
    padding-bottom: 640px;
  }

  .tw .md\:py-129{
    padding-top: 645px;
    padding-bottom: 645px;
  }

  .tw .md\:py-130{
    padding-top: 650px;
    padding-bottom: 650px;
  }

  .tw .md\:py-131{
    padding-top: 655px;
    padding-bottom: 655px;
  }

  .tw .md\:py-132{
    padding-top: 660px;
    padding-bottom: 660px;
  }

  .tw .md\:py-133{
    padding-top: 665px;
    padding-bottom: 665px;
  }

  .tw .md\:py-134{
    padding-top: 670px;
    padding-bottom: 670px;
  }

  .tw .md\:py-135{
    padding-top: 675px;
    padding-bottom: 675px;
  }

  .tw .md\:py-136{
    padding-top: 680px;
    padding-bottom: 680px;
  }

  .tw .md\:py-137{
    padding-top: 685px;
    padding-bottom: 685px;
  }

  .tw .md\:py-138{
    padding-top: 690px;
    padding-bottom: 690px;
  }

  .tw .md\:py-139{
    padding-top: 695px;
    padding-bottom: 695px;
  }

  .tw .md\:py-140{
    padding-top: 700px;
    padding-bottom: 700px;
  }

  .tw .md\:py-141{
    padding-top: 705px;
    padding-bottom: 705px;
  }

  .tw .md\:py-142{
    padding-top: 710px;
    padding-bottom: 710px;
  }

  .tw .md\:py-143{
    padding-top: 715px;
    padding-bottom: 715px;
  }

  .tw .md\:py-144{
    padding-top: 720px;
    padding-bottom: 720px;
  }

  .tw .md\:py-145{
    padding-top: 725px;
    padding-bottom: 725px;
  }

  .tw .md\:py-146{
    padding-top: 730px;
    padding-bottom: 730px;
  }

  .tw .md\:py-147{
    padding-top: 735px;
    padding-bottom: 735px;
  }

  .tw .md\:py-148{
    padding-top: 740px;
    padding-bottom: 740px;
  }

  .tw .md\:py-149{
    padding-top: 745px;
    padding-bottom: 745px;
  }

  .tw .md\:py-0\.5{
    padding-top: 3px;
    padding-bottom: 3px;
  }

  .tw .md\:py-1px{
    padding-top: 1px;
    padding-bottom: 1px;
  }

  .tw .md\:py-2px{
    padding-top: 2px;
    padding-bottom: 2px;
  }

  .tw .md\:py-3px{
    padding-top: 3px;
    padding-bottom: 3px;
  }

  .tw .md\:py-4px{
    padding-top: 4px;
    padding-bottom: 4px;
  }

  .tw .md\:py-5px{
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .tw .md\:py-6px{
    padding-top: 6px;
    padding-bottom: 6px;
  }

  .tw .md\:py-7px{
    padding-top: 7px;
    padding-bottom: 7px;
  }

  .tw .md\:py-8px{
    padding-top: 8px;
    padding-bottom: 8px;
  }

  .tw .md\:py-9px{
    padding-top: 9px;
    padding-bottom: 9px;
  }

  .tw .md\:py-10px{
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .tw .md\:py-11px{
    padding-top: 11px;
    padding-bottom: 11px;
  }

  .tw .md\:py-12px{
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .tw .md\:py-13px{
    padding-top: 13px;
    padding-bottom: 13px;
  }

  .tw .md\:py-14px{
    padding-top: 14px;
    padding-bottom: 14px;
  }

  .tw .md\:py-15px{
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .tw .md\:py-16px{
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .tw .md\:py-17px{
    padding-top: 17px;
    padding-bottom: 17px;
  }

  .tw .md\:py-18px{
    padding-top: 18px;
    padding-bottom: 18px;
  }

  .tw .md\:py-19px{
    padding-top: 19px;
    padding-bottom: 19px;
  }

  .tw .md\:py-20px{
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .tw .md\:py-21px{
    padding-top: 21px;
    padding-bottom: 21px;
  }

  .tw .md\:py-22px{
    padding-top: 22px;
    padding-bottom: 22px;
  }

  .tw .md\:py-23px{
    padding-top: 23px;
    padding-bottom: 23px;
  }

  .tw .md\:py-24px{
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .tw .md\:py-25px{
    padding-top: 25px;
    padding-bottom: 25px;
  }

  .tw .md\:py-26px{
    padding-top: 26px;
    padding-bottom: 26px;
  }

  .tw .md\:py-27px{
    padding-top: 27px;
    padding-bottom: 27px;
  }

  .tw .md\:py-28px{
    padding-top: 28px;
    padding-bottom: 28px;
  }

  .tw .md\:py-29px{
    padding-top: 29px;
    padding-bottom: 29px;
  }

  .tw .md\:py-30px{
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .tw .md\:py-31px{
    padding-top: 31px;
    padding-bottom: 31px;
  }

  .tw .md\:py-32px{
    padding-top: 32px;
    padding-bottom: 32px;
  }

  .tw .md\:py-33px{
    padding-top: 33px;
    padding-bottom: 33px;
  }

  .tw .md\:py-34px{
    padding-top: 34px;
    padding-bottom: 34px;
  }

  .tw .md\:py-35px{
    padding-top: 35px;
    padding-bottom: 35px;
  }

  .tw .md\:py-36px{
    padding-top: 36px;
    padding-bottom: 36px;
  }

  .tw .md\:py-37px{
    padding-top: 37px;
    padding-bottom: 37px;
  }

  .tw .md\:py-38px{
    padding-top: 38px;
    padding-bottom: 38px;
  }

  .tw .md\:py-39px{
    padding-top: 39px;
    padding-bottom: 39px;
  }

  .tw .md\:py-40px{
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .tw .md\:first\:px-0:first-child{
    padding-left: 0px;
    padding-right: 0px;
  }

  .tw .md\:first\:px-1:first-child{
    padding-left: 5px;
    padding-right: 5px;
  }

  .tw .md\:first\:px-2:first-child{
    padding-left: 10px;
    padding-right: 10px;
  }

  .tw .md\:first\:px-3:first-child{
    padding-left: 15px;
    padding-right: 15px;
  }

  .tw .md\:first\:px-4:first-child{
    padding-left: 20px;
    padding-right: 20px;
  }

  .tw .md\:first\:px-5:first-child{
    padding-left: 25px;
    padding-right: 25px;
  }

  .tw .md\:first\:px-6:first-child{
    padding-left: 30px;
    padding-right: 30px;
  }

  .tw .md\:first\:px-7:first-child{
    padding-left: 35px;
    padding-right: 35px;
  }

  .tw .md\:first\:px-8:first-child{
    padding-left: 40px;
    padding-right: 40px;
  }

  .tw .md\:first\:px-9:first-child{
    padding-left: 45px;
    padding-right: 45px;
  }

  .tw .md\:first\:px-10:first-child{
    padding-left: 50px;
    padding-right: 50px;
  }

  .tw .md\:first\:px-11:first-child{
    padding-left: 55px;
    padding-right: 55px;
  }

  .tw .md\:first\:px-12:first-child{
    padding-left: 60px;
    padding-right: 60px;
  }

  .tw .md\:first\:px-13:first-child{
    padding-left: 65px;
    padding-right: 65px;
  }

  .tw .md\:first\:px-14:first-child{
    padding-left: 70px;
    padding-right: 70px;
  }

  .tw .md\:first\:px-15:first-child{
    padding-left: 75px;
    padding-right: 75px;
  }

  .tw .md\:first\:px-16:first-child{
    padding-left: 80px;
    padding-right: 80px;
  }

  .tw .md\:first\:px-17:first-child{
    padding-left: 85px;
    padding-right: 85px;
  }

  .tw .md\:first\:px-18:first-child{
    padding-left: 90px;
    padding-right: 90px;
  }

  .tw .md\:first\:px-19:first-child{
    padding-left: 95px;
    padding-right: 95px;
  }

  .tw .md\:first\:px-20:first-child{
    padding-left: 100px;
    padding-right: 100px;
  }

  .tw .md\:first\:px-21:first-child{
    padding-left: 105px;
    padding-right: 105px;
  }

  .tw .md\:first\:px-22:first-child{
    padding-left: 110px;
    padding-right: 110px;
  }

  .tw .md\:first\:px-23:first-child{
    padding-left: 115px;
    padding-right: 115px;
  }

  .tw .md\:first\:px-24:first-child{
    padding-left: 120px;
    padding-right: 120px;
  }

  .tw .md\:first\:px-25:first-child{
    padding-left: 125px;
    padding-right: 125px;
  }

  .tw .md\:first\:px-26:first-child{
    padding-left: 130px;
    padding-right: 130px;
  }

  .tw .md\:first\:px-27:first-child{
    padding-left: 135px;
    padding-right: 135px;
  }

  .tw .md\:first\:px-28:first-child{
    padding-left: 140px;
    padding-right: 140px;
  }

  .tw .md\:first\:px-29:first-child{
    padding-left: 145px;
    padding-right: 145px;
  }

  .tw .md\:first\:px-30:first-child{
    padding-left: 150px;
    padding-right: 150px;
  }

  .tw .md\:first\:px-31:first-child{
    padding-left: 155px;
    padding-right: 155px;
  }

  .tw .md\:first\:px-32:first-child{
    padding-left: 160px;
    padding-right: 160px;
  }

  .tw .md\:first\:px-33:first-child{
    padding-left: 165px;
    padding-right: 165px;
  }

  .tw .md\:first\:px-34:first-child{
    padding-left: 170px;
    padding-right: 170px;
  }

  .tw .md\:first\:px-35:first-child{
    padding-left: 175px;
    padding-right: 175px;
  }

  .tw .md\:first\:px-36:first-child{
    padding-left: 180px;
    padding-right: 180px;
  }

  .tw .md\:first\:px-37:first-child{
    padding-left: 185px;
    padding-right: 185px;
  }

  .tw .md\:first\:px-38:first-child{
    padding-left: 190px;
    padding-right: 190px;
  }

  .tw .md\:first\:px-39:first-child{
    padding-left: 195px;
    padding-right: 195px;
  }

  .tw .md\:first\:px-40:first-child{
    padding-left: 200px;
    padding-right: 200px;
  }

  .tw .md\:first\:px-41:first-child{
    padding-left: 205px;
    padding-right: 205px;
  }

  .tw .md\:first\:px-42:first-child{
    padding-left: 210px;
    padding-right: 210px;
  }

  .tw .md\:first\:px-43:first-child{
    padding-left: 215px;
    padding-right: 215px;
  }

  .tw .md\:first\:px-44:first-child{
    padding-left: 220px;
    padding-right: 220px;
  }

  .tw .md\:first\:px-45:first-child{
    padding-left: 225px;
    padding-right: 225px;
  }

  .tw .md\:first\:px-46:first-child{
    padding-left: 230px;
    padding-right: 230px;
  }

  .tw .md\:first\:px-47:first-child{
    padding-left: 235px;
    padding-right: 235px;
  }

  .tw .md\:first\:px-48:first-child{
    padding-left: 240px;
    padding-right: 240px;
  }

  .tw .md\:first\:px-49:first-child{
    padding-left: 245px;
    padding-right: 245px;
  }

  .tw .md\:first\:px-50:first-child{
    padding-left: 250px;
    padding-right: 250px;
  }

  .tw .md\:first\:px-51:first-child{
    padding-left: 255px;
    padding-right: 255px;
  }

  .tw .md\:first\:px-52:first-child{
    padding-left: 260px;
    padding-right: 260px;
  }

  .tw .md\:first\:px-53:first-child{
    padding-left: 265px;
    padding-right: 265px;
  }

  .tw .md\:first\:px-54:first-child{
    padding-left: 270px;
    padding-right: 270px;
  }

  .tw .md\:first\:px-55:first-child{
    padding-left: 275px;
    padding-right: 275px;
  }

  .tw .md\:first\:px-56:first-child{
    padding-left: 280px;
    padding-right: 280px;
  }

  .tw .md\:first\:px-57:first-child{
    padding-left: 285px;
    padding-right: 285px;
  }

  .tw .md\:first\:px-58:first-child{
    padding-left: 290px;
    padding-right: 290px;
  }

  .tw .md\:first\:px-59:first-child{
    padding-left: 295px;
    padding-right: 295px;
  }

  .tw .md\:first\:px-60:first-child{
    padding-left: 300px;
    padding-right: 300px;
  }

  .tw .md\:first\:px-61:first-child{
    padding-left: 305px;
    padding-right: 305px;
  }

  .tw .md\:first\:px-62:first-child{
    padding-left: 310px;
    padding-right: 310px;
  }

  .tw .md\:first\:px-63:first-child{
    padding-left: 315px;
    padding-right: 315px;
  }

  .tw .md\:first\:px-64:first-child{
    padding-left: 320px;
    padding-right: 320px;
  }

  .tw .md\:first\:px-65:first-child{
    padding-left: 325px;
    padding-right: 325px;
  }

  .tw .md\:first\:px-66:first-child{
    padding-left: 330px;
    padding-right: 330px;
  }

  .tw .md\:first\:px-67:first-child{
    padding-left: 335px;
    padding-right: 335px;
  }

  .tw .md\:first\:px-68:first-child{
    padding-left: 340px;
    padding-right: 340px;
  }

  .tw .md\:first\:px-69:first-child{
    padding-left: 345px;
    padding-right: 345px;
  }

  .tw .md\:first\:px-70:first-child{
    padding-left: 350px;
    padding-right: 350px;
  }

  .tw .md\:first\:px-71:first-child{
    padding-left: 355px;
    padding-right: 355px;
  }

  .tw .md\:first\:px-72:first-child{
    padding-left: 360px;
    padding-right: 360px;
  }

  .tw .md\:first\:px-73:first-child{
    padding-left: 365px;
    padding-right: 365px;
  }

  .tw .md\:first\:px-74:first-child{
    padding-left: 370px;
    padding-right: 370px;
  }

  .tw .md\:first\:px-75:first-child{
    padding-left: 375px;
    padding-right: 375px;
  }

  .tw .md\:first\:px-76:first-child{
    padding-left: 380px;
    padding-right: 380px;
  }

  .tw .md\:first\:px-77:first-child{
    padding-left: 385px;
    padding-right: 385px;
  }

  .tw .md\:first\:px-78:first-child{
    padding-left: 390px;
    padding-right: 390px;
  }

  .tw .md\:first\:px-79:first-child{
    padding-left: 395px;
    padding-right: 395px;
  }

  .tw .md\:first\:px-80:first-child{
    padding-left: 400px;
    padding-right: 400px;
  }

  .tw .md\:first\:px-81:first-child{
    padding-left: 405px;
    padding-right: 405px;
  }

  .tw .md\:first\:px-82:first-child{
    padding-left: 410px;
    padding-right: 410px;
  }

  .tw .md\:first\:px-83:first-child{
    padding-left: 415px;
    padding-right: 415px;
  }

  .tw .md\:first\:px-84:first-child{
    padding-left: 420px;
    padding-right: 420px;
  }

  .tw .md\:first\:px-85:first-child{
    padding-left: 425px;
    padding-right: 425px;
  }

  .tw .md\:first\:px-86:first-child{
    padding-left: 430px;
    padding-right: 430px;
  }

  .tw .md\:first\:px-87:first-child{
    padding-left: 435px;
    padding-right: 435px;
  }

  .tw .md\:first\:px-88:first-child{
    padding-left: 440px;
    padding-right: 440px;
  }

  .tw .md\:first\:px-89:first-child{
    padding-left: 445px;
    padding-right: 445px;
  }

  .tw .md\:first\:px-90:first-child{
    padding-left: 450px;
    padding-right: 450px;
  }

  .tw .md\:first\:px-91:first-child{
    padding-left: 455px;
    padding-right: 455px;
  }

  .tw .md\:first\:px-92:first-child{
    padding-left: 460px;
    padding-right: 460px;
  }

  .tw .md\:first\:px-93:first-child{
    padding-left: 465px;
    padding-right: 465px;
  }

  .tw .md\:first\:px-94:first-child{
    padding-left: 470px;
    padding-right: 470px;
  }

  .tw .md\:first\:px-95:first-child{
    padding-left: 475px;
    padding-right: 475px;
  }

  .tw .md\:first\:px-96:first-child{
    padding-left: 480px;
    padding-right: 480px;
  }

  .tw .md\:first\:px-97:first-child{
    padding-left: 485px;
    padding-right: 485px;
  }

  .tw .md\:first\:px-98:first-child{
    padding-left: 490px;
    padding-right: 490px;
  }

  .tw .md\:first\:px-99:first-child{
    padding-left: 495px;
    padding-right: 495px;
  }

  .tw .md\:first\:px-100:first-child{
    padding-left: 500px;
    padding-right: 500px;
  }

  .tw .md\:first\:px-101:first-child{
    padding-left: 505px;
    padding-right: 505px;
  }

  .tw .md\:first\:px-102:first-child{
    padding-left: 510px;
    padding-right: 510px;
  }

  .tw .md\:first\:px-103:first-child{
    padding-left: 515px;
    padding-right: 515px;
  }

  .tw .md\:first\:px-104:first-child{
    padding-left: 520px;
    padding-right: 520px;
  }

  .tw .md\:first\:px-105:first-child{
    padding-left: 525px;
    padding-right: 525px;
  }

  .tw .md\:first\:px-106:first-child{
    padding-left: 530px;
    padding-right: 530px;
  }

  .tw .md\:first\:px-107:first-child{
    padding-left: 535px;
    padding-right: 535px;
  }

  .tw .md\:first\:px-108:first-child{
    padding-left: 540px;
    padding-right: 540px;
  }

  .tw .md\:first\:px-109:first-child{
    padding-left: 545px;
    padding-right: 545px;
  }

  .tw .md\:first\:px-110:first-child{
    padding-left: 550px;
    padding-right: 550px;
  }

  .tw .md\:first\:px-111:first-child{
    padding-left: 555px;
    padding-right: 555px;
  }

  .tw .md\:first\:px-112:first-child{
    padding-left: 560px;
    padding-right: 560px;
  }

  .tw .md\:first\:px-113:first-child{
    padding-left: 565px;
    padding-right: 565px;
  }

  .tw .md\:first\:px-114:first-child{
    padding-left: 570px;
    padding-right: 570px;
  }

  .tw .md\:first\:px-115:first-child{
    padding-left: 575px;
    padding-right: 575px;
  }

  .tw .md\:first\:px-116:first-child{
    padding-left: 580px;
    padding-right: 580px;
  }

  .tw .md\:first\:px-117:first-child{
    padding-left: 585px;
    padding-right: 585px;
  }

  .tw .md\:first\:px-118:first-child{
    padding-left: 590px;
    padding-right: 590px;
  }

  .tw .md\:first\:px-119:first-child{
    padding-left: 595px;
    padding-right: 595px;
  }

  .tw .md\:first\:px-120:first-child{
    padding-left: 600px;
    padding-right: 600px;
  }

  .tw .md\:first\:px-121:first-child{
    padding-left: 605px;
    padding-right: 605px;
  }

  .tw .md\:first\:px-122:first-child{
    padding-left: 610px;
    padding-right: 610px;
  }

  .tw .md\:first\:px-123:first-child{
    padding-left: 615px;
    padding-right: 615px;
  }

  .tw .md\:first\:px-124:first-child{
    padding-left: 620px;
    padding-right: 620px;
  }

  .tw .md\:first\:px-125:first-child{
    padding-left: 625px;
    padding-right: 625px;
  }

  .tw .md\:first\:px-126:first-child{
    padding-left: 630px;
    padding-right: 630px;
  }

  .tw .md\:first\:px-127:first-child{
    padding-left: 635px;
    padding-right: 635px;
  }

  .tw .md\:first\:px-128:first-child{
    padding-left: 640px;
    padding-right: 640px;
  }

  .tw .md\:first\:px-129:first-child{
    padding-left: 645px;
    padding-right: 645px;
  }

  .tw .md\:first\:px-130:first-child{
    padding-left: 650px;
    padding-right: 650px;
  }

  .tw .md\:first\:px-131:first-child{
    padding-left: 655px;
    padding-right: 655px;
  }

  .tw .md\:first\:px-132:first-child{
    padding-left: 660px;
    padding-right: 660px;
  }

  .tw .md\:first\:px-133:first-child{
    padding-left: 665px;
    padding-right: 665px;
  }

  .tw .md\:first\:px-134:first-child{
    padding-left: 670px;
    padding-right: 670px;
  }

  .tw .md\:first\:px-135:first-child{
    padding-left: 675px;
    padding-right: 675px;
  }

  .tw .md\:first\:px-136:first-child{
    padding-left: 680px;
    padding-right: 680px;
  }

  .tw .md\:first\:px-137:first-child{
    padding-left: 685px;
    padding-right: 685px;
  }

  .tw .md\:first\:px-138:first-child{
    padding-left: 690px;
    padding-right: 690px;
  }

  .tw .md\:first\:px-139:first-child{
    padding-left: 695px;
    padding-right: 695px;
  }

  .tw .md\:first\:px-140:first-child{
    padding-left: 700px;
    padding-right: 700px;
  }

  .tw .md\:first\:px-141:first-child{
    padding-left: 705px;
    padding-right: 705px;
  }

  .tw .md\:first\:px-142:first-child{
    padding-left: 710px;
    padding-right: 710px;
  }

  .tw .md\:first\:px-143:first-child{
    padding-left: 715px;
    padding-right: 715px;
  }

  .tw .md\:first\:px-144:first-child{
    padding-left: 720px;
    padding-right: 720px;
  }

  .tw .md\:first\:px-145:first-child{
    padding-left: 725px;
    padding-right: 725px;
  }

  .tw .md\:first\:px-146:first-child{
    padding-left: 730px;
    padding-right: 730px;
  }

  .tw .md\:first\:px-147:first-child{
    padding-left: 735px;
    padding-right: 735px;
  }

  .tw .md\:first\:px-148:first-child{
    padding-left: 740px;
    padding-right: 740px;
  }

  .tw .md\:first\:px-149:first-child{
    padding-left: 745px;
    padding-right: 745px;
  }

  .tw .md\:first\:px-0\.5:first-child{
    padding-left: 3px;
    padding-right: 3px;
  }

  .tw .md\:first\:px-1px:first-child{
    padding-left: 1px;
    padding-right: 1px;
  }

  .tw .md\:first\:px-2px:first-child{
    padding-left: 2px;
    padding-right: 2px;
  }

  .tw .md\:first\:px-3px:first-child{
    padding-left: 3px;
    padding-right: 3px;
  }

  .tw .md\:first\:px-4px:first-child{
    padding-left: 4px;
    padding-right: 4px;
  }

  .tw .md\:first\:px-5px:first-child{
    padding-left: 5px;
    padding-right: 5px;
  }

  .tw .md\:first\:px-6px:first-child{
    padding-left: 6px;
    padding-right: 6px;
  }

  .tw .md\:first\:px-7px:first-child{
    padding-left: 7px;
    padding-right: 7px;
  }

  .tw .md\:first\:px-8px:first-child{
    padding-left: 8px;
    padding-right: 8px;
  }

  .tw .md\:first\:px-9px:first-child{
    padding-left: 9px;
    padding-right: 9px;
  }

  .tw .md\:first\:px-10px:first-child{
    padding-left: 10px;
    padding-right: 10px;
  }

  .tw .md\:first\:px-11px:first-child{
    padding-left: 11px;
    padding-right: 11px;
  }

  .tw .md\:first\:px-12px:first-child{
    padding-left: 12px;
    padding-right: 12px;
  }

  .tw .md\:first\:px-13px:first-child{
    padding-left: 13px;
    padding-right: 13px;
  }

  .tw .md\:first\:px-14px:first-child{
    padding-left: 14px;
    padding-right: 14px;
  }

  .tw .md\:first\:px-15px:first-child{
    padding-left: 15px;
    padding-right: 15px;
  }

  .tw .md\:first\:px-16px:first-child{
    padding-left: 16px;
    padding-right: 16px;
  }

  .tw .md\:first\:px-17px:first-child{
    padding-left: 17px;
    padding-right: 17px;
  }

  .tw .md\:first\:px-18px:first-child{
    padding-left: 18px;
    padding-right: 18px;
  }

  .tw .md\:first\:px-19px:first-child{
    padding-left: 19px;
    padding-right: 19px;
  }

  .tw .md\:first\:px-20px:first-child{
    padding-left: 20px;
    padding-right: 20px;
  }

  .tw .md\:first\:px-21px:first-child{
    padding-left: 21px;
    padding-right: 21px;
  }

  .tw .md\:first\:px-22px:first-child{
    padding-left: 22px;
    padding-right: 22px;
  }

  .tw .md\:first\:px-23px:first-child{
    padding-left: 23px;
    padding-right: 23px;
  }

  .tw .md\:first\:px-24px:first-child{
    padding-left: 24px;
    padding-right: 24px;
  }

  .tw .md\:first\:px-25px:first-child{
    padding-left: 25px;
    padding-right: 25px;
  }

  .tw .md\:first\:px-26px:first-child{
    padding-left: 26px;
    padding-right: 26px;
  }

  .tw .md\:first\:px-27px:first-child{
    padding-left: 27px;
    padding-right: 27px;
  }

  .tw .md\:first\:px-28px:first-child{
    padding-left: 28px;
    padding-right: 28px;
  }

  .tw .md\:first\:px-29px:first-child{
    padding-left: 29px;
    padding-right: 29px;
  }

  .tw .md\:first\:px-30px:first-child{
    padding-left: 30px;
    padding-right: 30px;
  }

  .tw .md\:first\:px-31px:first-child{
    padding-left: 31px;
    padding-right: 31px;
  }

  .tw .md\:first\:px-32px:first-child{
    padding-left: 32px;
    padding-right: 32px;
  }

  .tw .md\:first\:px-33px:first-child{
    padding-left: 33px;
    padding-right: 33px;
  }

  .tw .md\:first\:px-34px:first-child{
    padding-left: 34px;
    padding-right: 34px;
  }

  .tw .md\:first\:px-35px:first-child{
    padding-left: 35px;
    padding-right: 35px;
  }

  .tw .md\:first\:px-36px:first-child{
    padding-left: 36px;
    padding-right: 36px;
  }

  .tw .md\:first\:px-37px:first-child{
    padding-left: 37px;
    padding-right: 37px;
  }

  .tw .md\:first\:px-38px:first-child{
    padding-left: 38px;
    padding-right: 38px;
  }

  .tw .md\:first\:px-39px:first-child{
    padding-left: 39px;
    padding-right: 39px;
  }

  .tw .md\:first\:px-40px:first-child{
    padding-left: 40px;
    padding-right: 40px;
  }

  .tw .md\:first\:py-0:first-child{
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .tw .md\:first\:py-1:first-child{
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .tw .md\:first\:py-2:first-child{
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .tw .md\:first\:py-3:first-child{
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .tw .md\:first\:py-4:first-child{
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .tw .md\:first\:py-5:first-child{
    padding-top: 25px;
    padding-bottom: 25px;
  }

  .tw .md\:first\:py-6:first-child{
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .tw .md\:first\:py-7:first-child{
    padding-top: 35px;
    padding-bottom: 35px;
  }

  .tw .md\:first\:py-8:first-child{
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .tw .md\:first\:py-9:first-child{
    padding-top: 45px;
    padding-bottom: 45px;
  }

  .tw .md\:first\:py-10:first-child{
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .tw .md\:first\:py-11:first-child{
    padding-top: 55px;
    padding-bottom: 55px;
  }

  .tw .md\:first\:py-12:first-child{
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .tw .md\:first\:py-13:first-child{
    padding-top: 65px;
    padding-bottom: 65px;
  }

  .tw .md\:first\:py-14:first-child{
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .tw .md\:first\:py-15:first-child{
    padding-top: 75px;
    padding-bottom: 75px;
  }

  .tw .md\:first\:py-16:first-child{
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .tw .md\:first\:py-17:first-child{
    padding-top: 85px;
    padding-bottom: 85px;
  }

  .tw .md\:first\:py-18:first-child{
    padding-top: 90px;
    padding-bottom: 90px;
  }

  .tw .md\:first\:py-19:first-child{
    padding-top: 95px;
    padding-bottom: 95px;
  }

  .tw .md\:first\:py-20:first-child{
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .tw .md\:first\:py-21:first-child{
    padding-top: 105px;
    padding-bottom: 105px;
  }

  .tw .md\:first\:py-22:first-child{
    padding-top: 110px;
    padding-bottom: 110px;
  }

  .tw .md\:first\:py-23:first-child{
    padding-top: 115px;
    padding-bottom: 115px;
  }

  .tw .md\:first\:py-24:first-child{
    padding-top: 120px;
    padding-bottom: 120px;
  }

  .tw .md\:first\:py-25:first-child{
    padding-top: 125px;
    padding-bottom: 125px;
  }

  .tw .md\:first\:py-26:first-child{
    padding-top: 130px;
    padding-bottom: 130px;
  }

  .tw .md\:first\:py-27:first-child{
    padding-top: 135px;
    padding-bottom: 135px;
  }

  .tw .md\:first\:py-28:first-child{
    padding-top: 140px;
    padding-bottom: 140px;
  }

  .tw .md\:first\:py-29:first-child{
    padding-top: 145px;
    padding-bottom: 145px;
  }

  .tw .md\:first\:py-30:first-child{
    padding-top: 150px;
    padding-bottom: 150px;
  }

  .tw .md\:first\:py-31:first-child{
    padding-top: 155px;
    padding-bottom: 155px;
  }

  .tw .md\:first\:py-32:first-child{
    padding-top: 160px;
    padding-bottom: 160px;
  }

  .tw .md\:first\:py-33:first-child{
    padding-top: 165px;
    padding-bottom: 165px;
  }

  .tw .md\:first\:py-34:first-child{
    padding-top: 170px;
    padding-bottom: 170px;
  }

  .tw .md\:first\:py-35:first-child{
    padding-top: 175px;
    padding-bottom: 175px;
  }

  .tw .md\:first\:py-36:first-child{
    padding-top: 180px;
    padding-bottom: 180px;
  }

  .tw .md\:first\:py-37:first-child{
    padding-top: 185px;
    padding-bottom: 185px;
  }

  .tw .md\:first\:py-38:first-child{
    padding-top: 190px;
    padding-bottom: 190px;
  }

  .tw .md\:first\:py-39:first-child{
    padding-top: 195px;
    padding-bottom: 195px;
  }

  .tw .md\:first\:py-40:first-child{
    padding-top: 200px;
    padding-bottom: 200px;
  }

  .tw .md\:first\:py-41:first-child{
    padding-top: 205px;
    padding-bottom: 205px;
  }

  .tw .md\:first\:py-42:first-child{
    padding-top: 210px;
    padding-bottom: 210px;
  }

  .tw .md\:first\:py-43:first-child{
    padding-top: 215px;
    padding-bottom: 215px;
  }

  .tw .md\:first\:py-44:first-child{
    padding-top: 220px;
    padding-bottom: 220px;
  }

  .tw .md\:first\:py-45:first-child{
    padding-top: 225px;
    padding-bottom: 225px;
  }

  .tw .md\:first\:py-46:first-child{
    padding-top: 230px;
    padding-bottom: 230px;
  }

  .tw .md\:first\:py-47:first-child{
    padding-top: 235px;
    padding-bottom: 235px;
  }

  .tw .md\:first\:py-48:first-child{
    padding-top: 240px;
    padding-bottom: 240px;
  }

  .tw .md\:first\:py-49:first-child{
    padding-top: 245px;
    padding-bottom: 245px;
  }

  .tw .md\:first\:py-50:first-child{
    padding-top: 250px;
    padding-bottom: 250px;
  }

  .tw .md\:first\:py-51:first-child{
    padding-top: 255px;
    padding-bottom: 255px;
  }

  .tw .md\:first\:py-52:first-child{
    padding-top: 260px;
    padding-bottom: 260px;
  }

  .tw .md\:first\:py-53:first-child{
    padding-top: 265px;
    padding-bottom: 265px;
  }

  .tw .md\:first\:py-54:first-child{
    padding-top: 270px;
    padding-bottom: 270px;
  }

  .tw .md\:first\:py-55:first-child{
    padding-top: 275px;
    padding-bottom: 275px;
  }

  .tw .md\:first\:py-56:first-child{
    padding-top: 280px;
    padding-bottom: 280px;
  }

  .tw .md\:first\:py-57:first-child{
    padding-top: 285px;
    padding-bottom: 285px;
  }

  .tw .md\:first\:py-58:first-child{
    padding-top: 290px;
    padding-bottom: 290px;
  }

  .tw .md\:first\:py-59:first-child{
    padding-top: 295px;
    padding-bottom: 295px;
  }

  .tw .md\:first\:py-60:first-child{
    padding-top: 300px;
    padding-bottom: 300px;
  }

  .tw .md\:first\:py-61:first-child{
    padding-top: 305px;
    padding-bottom: 305px;
  }

  .tw .md\:first\:py-62:first-child{
    padding-top: 310px;
    padding-bottom: 310px;
  }

  .tw .md\:first\:py-63:first-child{
    padding-top: 315px;
    padding-bottom: 315px;
  }

  .tw .md\:first\:py-64:first-child{
    padding-top: 320px;
    padding-bottom: 320px;
  }

  .tw .md\:first\:py-65:first-child{
    padding-top: 325px;
    padding-bottom: 325px;
  }

  .tw .md\:first\:py-66:first-child{
    padding-top: 330px;
    padding-bottom: 330px;
  }

  .tw .md\:first\:py-67:first-child{
    padding-top: 335px;
    padding-bottom: 335px;
  }

  .tw .md\:first\:py-68:first-child{
    padding-top: 340px;
    padding-bottom: 340px;
  }

  .tw .md\:first\:py-69:first-child{
    padding-top: 345px;
    padding-bottom: 345px;
  }

  .tw .md\:first\:py-70:first-child{
    padding-top: 350px;
    padding-bottom: 350px;
  }

  .tw .md\:first\:py-71:first-child{
    padding-top: 355px;
    padding-bottom: 355px;
  }

  .tw .md\:first\:py-72:first-child{
    padding-top: 360px;
    padding-bottom: 360px;
  }

  .tw .md\:first\:py-73:first-child{
    padding-top: 365px;
    padding-bottom: 365px;
  }

  .tw .md\:first\:py-74:first-child{
    padding-top: 370px;
    padding-bottom: 370px;
  }

  .tw .md\:first\:py-75:first-child{
    padding-top: 375px;
    padding-bottom: 375px;
  }

  .tw .md\:first\:py-76:first-child{
    padding-top: 380px;
    padding-bottom: 380px;
  }

  .tw .md\:first\:py-77:first-child{
    padding-top: 385px;
    padding-bottom: 385px;
  }

  .tw .md\:first\:py-78:first-child{
    padding-top: 390px;
    padding-bottom: 390px;
  }

  .tw .md\:first\:py-79:first-child{
    padding-top: 395px;
    padding-bottom: 395px;
  }

  .tw .md\:first\:py-80:first-child{
    padding-top: 400px;
    padding-bottom: 400px;
  }

  .tw .md\:first\:py-81:first-child{
    padding-top: 405px;
    padding-bottom: 405px;
  }

  .tw .md\:first\:py-82:first-child{
    padding-top: 410px;
    padding-bottom: 410px;
  }

  .tw .md\:first\:py-83:first-child{
    padding-top: 415px;
    padding-bottom: 415px;
  }

  .tw .md\:first\:py-84:first-child{
    padding-top: 420px;
    padding-bottom: 420px;
  }

  .tw .md\:first\:py-85:first-child{
    padding-top: 425px;
    padding-bottom: 425px;
  }

  .tw .md\:first\:py-86:first-child{
    padding-top: 430px;
    padding-bottom: 430px;
  }

  .tw .md\:first\:py-87:first-child{
    padding-top: 435px;
    padding-bottom: 435px;
  }

  .tw .md\:first\:py-88:first-child{
    padding-top: 440px;
    padding-bottom: 440px;
  }

  .tw .md\:first\:py-89:first-child{
    padding-top: 445px;
    padding-bottom: 445px;
  }

  .tw .md\:first\:py-90:first-child{
    padding-top: 450px;
    padding-bottom: 450px;
  }

  .tw .md\:first\:py-91:first-child{
    padding-top: 455px;
    padding-bottom: 455px;
  }

  .tw .md\:first\:py-92:first-child{
    padding-top: 460px;
    padding-bottom: 460px;
  }

  .tw .md\:first\:py-93:first-child{
    padding-top: 465px;
    padding-bottom: 465px;
  }

  .tw .md\:first\:py-94:first-child{
    padding-top: 470px;
    padding-bottom: 470px;
  }

  .tw .md\:first\:py-95:first-child{
    padding-top: 475px;
    padding-bottom: 475px;
  }

  .tw .md\:first\:py-96:first-child{
    padding-top: 480px;
    padding-bottom: 480px;
  }

  .tw .md\:first\:py-97:first-child{
    padding-top: 485px;
    padding-bottom: 485px;
  }

  .tw .md\:first\:py-98:first-child{
    padding-top: 490px;
    padding-bottom: 490px;
  }

  .tw .md\:first\:py-99:first-child{
    padding-top: 495px;
    padding-bottom: 495px;
  }

  .tw .md\:first\:py-100:first-child{
    padding-top: 500px;
    padding-bottom: 500px;
  }

  .tw .md\:first\:py-101:first-child{
    padding-top: 505px;
    padding-bottom: 505px;
  }

  .tw .md\:first\:py-102:first-child{
    padding-top: 510px;
    padding-bottom: 510px;
  }

  .tw .md\:first\:py-103:first-child{
    padding-top: 515px;
    padding-bottom: 515px;
  }

  .tw .md\:first\:py-104:first-child{
    padding-top: 520px;
    padding-bottom: 520px;
  }

  .tw .md\:first\:py-105:first-child{
    padding-top: 525px;
    padding-bottom: 525px;
  }

  .tw .md\:first\:py-106:first-child{
    padding-top: 530px;
    padding-bottom: 530px;
  }

  .tw .md\:first\:py-107:first-child{
    padding-top: 535px;
    padding-bottom: 535px;
  }

  .tw .md\:first\:py-108:first-child{
    padding-top: 540px;
    padding-bottom: 540px;
  }

  .tw .md\:first\:py-109:first-child{
    padding-top: 545px;
    padding-bottom: 545px;
  }

  .tw .md\:first\:py-110:first-child{
    padding-top: 550px;
    padding-bottom: 550px;
  }

  .tw .md\:first\:py-111:first-child{
    padding-top: 555px;
    padding-bottom: 555px;
  }

  .tw .md\:first\:py-112:first-child{
    padding-top: 560px;
    padding-bottom: 560px;
  }

  .tw .md\:first\:py-113:first-child{
    padding-top: 565px;
    padding-bottom: 565px;
  }

  .tw .md\:first\:py-114:first-child{
    padding-top: 570px;
    padding-bottom: 570px;
  }

  .tw .md\:first\:py-115:first-child{
    padding-top: 575px;
    padding-bottom: 575px;
  }

  .tw .md\:first\:py-116:first-child{
    padding-top: 580px;
    padding-bottom: 580px;
  }

  .tw .md\:first\:py-117:first-child{
    padding-top: 585px;
    padding-bottom: 585px;
  }

  .tw .md\:first\:py-118:first-child{
    padding-top: 590px;
    padding-bottom: 590px;
  }

  .tw .md\:first\:py-119:first-child{
    padding-top: 595px;
    padding-bottom: 595px;
  }

  .tw .md\:first\:py-120:first-child{
    padding-top: 600px;
    padding-bottom: 600px;
  }

  .tw .md\:first\:py-121:first-child{
    padding-top: 605px;
    padding-bottom: 605px;
  }

  .tw .md\:first\:py-122:first-child{
    padding-top: 610px;
    padding-bottom: 610px;
  }

  .tw .md\:first\:py-123:first-child{
    padding-top: 615px;
    padding-bottom: 615px;
  }

  .tw .md\:first\:py-124:first-child{
    padding-top: 620px;
    padding-bottom: 620px;
  }

  .tw .md\:first\:py-125:first-child{
    padding-top: 625px;
    padding-bottom: 625px;
  }

  .tw .md\:first\:py-126:first-child{
    padding-top: 630px;
    padding-bottom: 630px;
  }

  .tw .md\:first\:py-127:first-child{
    padding-top: 635px;
    padding-bottom: 635px;
  }

  .tw .md\:first\:py-128:first-child{
    padding-top: 640px;
    padding-bottom: 640px;
  }

  .tw .md\:first\:py-129:first-child{
    padding-top: 645px;
    padding-bottom: 645px;
  }

  .tw .md\:first\:py-130:first-child{
    padding-top: 650px;
    padding-bottom: 650px;
  }

  .tw .md\:first\:py-131:first-child{
    padding-top: 655px;
    padding-bottom: 655px;
  }

  .tw .md\:first\:py-132:first-child{
    padding-top: 660px;
    padding-bottom: 660px;
  }

  .tw .md\:first\:py-133:first-child{
    padding-top: 665px;
    padding-bottom: 665px;
  }

  .tw .md\:first\:py-134:first-child{
    padding-top: 670px;
    padding-bottom: 670px;
  }

  .tw .md\:first\:py-135:first-child{
    padding-top: 675px;
    padding-bottom: 675px;
  }

  .tw .md\:first\:py-136:first-child{
    padding-top: 680px;
    padding-bottom: 680px;
  }

  .tw .md\:first\:py-137:first-child{
    padding-top: 685px;
    padding-bottom: 685px;
  }

  .tw .md\:first\:py-138:first-child{
    padding-top: 690px;
    padding-bottom: 690px;
  }

  .tw .md\:first\:py-139:first-child{
    padding-top: 695px;
    padding-bottom: 695px;
  }

  .tw .md\:first\:py-140:first-child{
    padding-top: 700px;
    padding-bottom: 700px;
  }

  .tw .md\:first\:py-141:first-child{
    padding-top: 705px;
    padding-bottom: 705px;
  }

  .tw .md\:first\:py-142:first-child{
    padding-top: 710px;
    padding-bottom: 710px;
  }

  .tw .md\:first\:py-143:first-child{
    padding-top: 715px;
    padding-bottom: 715px;
  }

  .tw .md\:first\:py-144:first-child{
    padding-top: 720px;
    padding-bottom: 720px;
  }

  .tw .md\:first\:py-145:first-child{
    padding-top: 725px;
    padding-bottom: 725px;
  }

  .tw .md\:first\:py-146:first-child{
    padding-top: 730px;
    padding-bottom: 730px;
  }

  .tw .md\:first\:py-147:first-child{
    padding-top: 735px;
    padding-bottom: 735px;
  }

  .tw .md\:first\:py-148:first-child{
    padding-top: 740px;
    padding-bottom: 740px;
  }

  .tw .md\:first\:py-149:first-child{
    padding-top: 745px;
    padding-bottom: 745px;
  }

  .tw .md\:first\:py-0\.5:first-child{
    padding-top: 3px;
    padding-bottom: 3px;
  }

  .tw .md\:first\:py-1px:first-child{
    padding-top: 1px;
    padding-bottom: 1px;
  }

  .tw .md\:first\:py-2px:first-child{
    padding-top: 2px;
    padding-bottom: 2px;
  }

  .tw .md\:first\:py-3px:first-child{
    padding-top: 3px;
    padding-bottom: 3px;
  }

  .tw .md\:first\:py-4px:first-child{
    padding-top: 4px;
    padding-bottom: 4px;
  }

  .tw .md\:first\:py-5px:first-child{
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .tw .md\:first\:py-6px:first-child{
    padding-top: 6px;
    padding-bottom: 6px;
  }

  .tw .md\:first\:py-7px:first-child{
    padding-top: 7px;
    padding-bottom: 7px;
  }

  .tw .md\:first\:py-8px:first-child{
    padding-top: 8px;
    padding-bottom: 8px;
  }

  .tw .md\:first\:py-9px:first-child{
    padding-top: 9px;
    padding-bottom: 9px;
  }

  .tw .md\:first\:py-10px:first-child{
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .tw .md\:first\:py-11px:first-child{
    padding-top: 11px;
    padding-bottom: 11px;
  }

  .tw .md\:first\:py-12px:first-child{
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .tw .md\:first\:py-13px:first-child{
    padding-top: 13px;
    padding-bottom: 13px;
  }

  .tw .md\:first\:py-14px:first-child{
    padding-top: 14px;
    padding-bottom: 14px;
  }

  .tw .md\:first\:py-15px:first-child{
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .tw .md\:first\:py-16px:first-child{
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .tw .md\:first\:py-17px:first-child{
    padding-top: 17px;
    padding-bottom: 17px;
  }

  .tw .md\:first\:py-18px:first-child{
    padding-top: 18px;
    padding-bottom: 18px;
  }

  .tw .md\:first\:py-19px:first-child{
    padding-top: 19px;
    padding-bottom: 19px;
  }

  .tw .md\:first\:py-20px:first-child{
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .tw .md\:first\:py-21px:first-child{
    padding-top: 21px;
    padding-bottom: 21px;
  }

  .tw .md\:first\:py-22px:first-child{
    padding-top: 22px;
    padding-bottom: 22px;
  }

  .tw .md\:first\:py-23px:first-child{
    padding-top: 23px;
    padding-bottom: 23px;
  }

  .tw .md\:first\:py-24px:first-child{
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .tw .md\:first\:py-25px:first-child{
    padding-top: 25px;
    padding-bottom: 25px;
  }

  .tw .md\:first\:py-26px:first-child{
    padding-top: 26px;
    padding-bottom: 26px;
  }

  .tw .md\:first\:py-27px:first-child{
    padding-top: 27px;
    padding-bottom: 27px;
  }

  .tw .md\:first\:py-28px:first-child{
    padding-top: 28px;
    padding-bottom: 28px;
  }

  .tw .md\:first\:py-29px:first-child{
    padding-top: 29px;
    padding-bottom: 29px;
  }

  .tw .md\:first\:py-30px:first-child{
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .tw .md\:first\:py-31px:first-child{
    padding-top: 31px;
    padding-bottom: 31px;
  }

  .tw .md\:first\:py-32px:first-child{
    padding-top: 32px;
    padding-bottom: 32px;
  }

  .tw .md\:first\:py-33px:first-child{
    padding-top: 33px;
    padding-bottom: 33px;
  }

  .tw .md\:first\:py-34px:first-child{
    padding-top: 34px;
    padding-bottom: 34px;
  }

  .tw .md\:first\:py-35px:first-child{
    padding-top: 35px;
    padding-bottom: 35px;
  }

  .tw .md\:first\:py-36px:first-child{
    padding-top: 36px;
    padding-bottom: 36px;
  }

  .tw .md\:first\:py-37px:first-child{
    padding-top: 37px;
    padding-bottom: 37px;
  }

  .tw .md\:first\:py-38px:first-child{
    padding-top: 38px;
    padding-bottom: 38px;
  }

  .tw .md\:first\:py-39px:first-child{
    padding-top: 39px;
    padding-bottom: 39px;
  }

  .tw .md\:first\:py-40px:first-child{
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .tw .md\:last\:px-0:last-child{
    padding-left: 0px;
    padding-right: 0px;
  }

  .tw .md\:last\:px-1:last-child{
    padding-left: 5px;
    padding-right: 5px;
  }

  .tw .md\:last\:px-2:last-child{
    padding-left: 10px;
    padding-right: 10px;
  }

  .tw .md\:last\:px-3:last-child{
    padding-left: 15px;
    padding-right: 15px;
  }

  .tw .md\:last\:px-4:last-child{
    padding-left: 20px;
    padding-right: 20px;
  }

  .tw .md\:last\:px-5:last-child{
    padding-left: 25px;
    padding-right: 25px;
  }

  .tw .md\:last\:px-6:last-child{
    padding-left: 30px;
    padding-right: 30px;
  }

  .tw .md\:last\:px-7:last-child{
    padding-left: 35px;
    padding-right: 35px;
  }

  .tw .md\:last\:px-8:last-child{
    padding-left: 40px;
    padding-right: 40px;
  }

  .tw .md\:last\:px-9:last-child{
    padding-left: 45px;
    padding-right: 45px;
  }

  .tw .md\:last\:px-10:last-child{
    padding-left: 50px;
    padding-right: 50px;
  }

  .tw .md\:last\:px-11:last-child{
    padding-left: 55px;
    padding-right: 55px;
  }

  .tw .md\:last\:px-12:last-child{
    padding-left: 60px;
    padding-right: 60px;
  }

  .tw .md\:last\:px-13:last-child{
    padding-left: 65px;
    padding-right: 65px;
  }

  .tw .md\:last\:px-14:last-child{
    padding-left: 70px;
    padding-right: 70px;
  }

  .tw .md\:last\:px-15:last-child{
    padding-left: 75px;
    padding-right: 75px;
  }

  .tw .md\:last\:px-16:last-child{
    padding-left: 80px;
    padding-right: 80px;
  }

  .tw .md\:last\:px-17:last-child{
    padding-left: 85px;
    padding-right: 85px;
  }

  .tw .md\:last\:px-18:last-child{
    padding-left: 90px;
    padding-right: 90px;
  }

  .tw .md\:last\:px-19:last-child{
    padding-left: 95px;
    padding-right: 95px;
  }

  .tw .md\:last\:px-20:last-child{
    padding-left: 100px;
    padding-right: 100px;
  }

  .tw .md\:last\:px-21:last-child{
    padding-left: 105px;
    padding-right: 105px;
  }

  .tw .md\:last\:px-22:last-child{
    padding-left: 110px;
    padding-right: 110px;
  }

  .tw .md\:last\:px-23:last-child{
    padding-left: 115px;
    padding-right: 115px;
  }

  .tw .md\:last\:px-24:last-child{
    padding-left: 120px;
    padding-right: 120px;
  }

  .tw .md\:last\:px-25:last-child{
    padding-left: 125px;
    padding-right: 125px;
  }

  .tw .md\:last\:px-26:last-child{
    padding-left: 130px;
    padding-right: 130px;
  }

  .tw .md\:last\:px-27:last-child{
    padding-left: 135px;
    padding-right: 135px;
  }

  .tw .md\:last\:px-28:last-child{
    padding-left: 140px;
    padding-right: 140px;
  }

  .tw .md\:last\:px-29:last-child{
    padding-left: 145px;
    padding-right: 145px;
  }

  .tw .md\:last\:px-30:last-child{
    padding-left: 150px;
    padding-right: 150px;
  }

  .tw .md\:last\:px-31:last-child{
    padding-left: 155px;
    padding-right: 155px;
  }

  .tw .md\:last\:px-32:last-child{
    padding-left: 160px;
    padding-right: 160px;
  }

  .tw .md\:last\:px-33:last-child{
    padding-left: 165px;
    padding-right: 165px;
  }

  .tw .md\:last\:px-34:last-child{
    padding-left: 170px;
    padding-right: 170px;
  }

  .tw .md\:last\:px-35:last-child{
    padding-left: 175px;
    padding-right: 175px;
  }

  .tw .md\:last\:px-36:last-child{
    padding-left: 180px;
    padding-right: 180px;
  }

  .tw .md\:last\:px-37:last-child{
    padding-left: 185px;
    padding-right: 185px;
  }

  .tw .md\:last\:px-38:last-child{
    padding-left: 190px;
    padding-right: 190px;
  }

  .tw .md\:last\:px-39:last-child{
    padding-left: 195px;
    padding-right: 195px;
  }

  .tw .md\:last\:px-40:last-child{
    padding-left: 200px;
    padding-right: 200px;
  }

  .tw .md\:last\:px-41:last-child{
    padding-left: 205px;
    padding-right: 205px;
  }

  .tw .md\:last\:px-42:last-child{
    padding-left: 210px;
    padding-right: 210px;
  }

  .tw .md\:last\:px-43:last-child{
    padding-left: 215px;
    padding-right: 215px;
  }

  .tw .md\:last\:px-44:last-child{
    padding-left: 220px;
    padding-right: 220px;
  }

  .tw .md\:last\:px-45:last-child{
    padding-left: 225px;
    padding-right: 225px;
  }

  .tw .md\:last\:px-46:last-child{
    padding-left: 230px;
    padding-right: 230px;
  }

  .tw .md\:last\:px-47:last-child{
    padding-left: 235px;
    padding-right: 235px;
  }

  .tw .md\:last\:px-48:last-child{
    padding-left: 240px;
    padding-right: 240px;
  }

  .tw .md\:last\:px-49:last-child{
    padding-left: 245px;
    padding-right: 245px;
  }

  .tw .md\:last\:px-50:last-child{
    padding-left: 250px;
    padding-right: 250px;
  }

  .tw .md\:last\:px-51:last-child{
    padding-left: 255px;
    padding-right: 255px;
  }

  .tw .md\:last\:px-52:last-child{
    padding-left: 260px;
    padding-right: 260px;
  }

  .tw .md\:last\:px-53:last-child{
    padding-left: 265px;
    padding-right: 265px;
  }

  .tw .md\:last\:px-54:last-child{
    padding-left: 270px;
    padding-right: 270px;
  }

  .tw .md\:last\:px-55:last-child{
    padding-left: 275px;
    padding-right: 275px;
  }

  .tw .md\:last\:px-56:last-child{
    padding-left: 280px;
    padding-right: 280px;
  }

  .tw .md\:last\:px-57:last-child{
    padding-left: 285px;
    padding-right: 285px;
  }

  .tw .md\:last\:px-58:last-child{
    padding-left: 290px;
    padding-right: 290px;
  }

  .tw .md\:last\:px-59:last-child{
    padding-left: 295px;
    padding-right: 295px;
  }

  .tw .md\:last\:px-60:last-child{
    padding-left: 300px;
    padding-right: 300px;
  }

  .tw .md\:last\:px-61:last-child{
    padding-left: 305px;
    padding-right: 305px;
  }

  .tw .md\:last\:px-62:last-child{
    padding-left: 310px;
    padding-right: 310px;
  }

  .tw .md\:last\:px-63:last-child{
    padding-left: 315px;
    padding-right: 315px;
  }

  .tw .md\:last\:px-64:last-child{
    padding-left: 320px;
    padding-right: 320px;
  }

  .tw .md\:last\:px-65:last-child{
    padding-left: 325px;
    padding-right: 325px;
  }

  .tw .md\:last\:px-66:last-child{
    padding-left: 330px;
    padding-right: 330px;
  }

  .tw .md\:last\:px-67:last-child{
    padding-left: 335px;
    padding-right: 335px;
  }

  .tw .md\:last\:px-68:last-child{
    padding-left: 340px;
    padding-right: 340px;
  }

  .tw .md\:last\:px-69:last-child{
    padding-left: 345px;
    padding-right: 345px;
  }

  .tw .md\:last\:px-70:last-child{
    padding-left: 350px;
    padding-right: 350px;
  }

  .tw .md\:last\:px-71:last-child{
    padding-left: 355px;
    padding-right: 355px;
  }

  .tw .md\:last\:px-72:last-child{
    padding-left: 360px;
    padding-right: 360px;
  }

  .tw .md\:last\:px-73:last-child{
    padding-left: 365px;
    padding-right: 365px;
  }

  .tw .md\:last\:px-74:last-child{
    padding-left: 370px;
    padding-right: 370px;
  }

  .tw .md\:last\:px-75:last-child{
    padding-left: 375px;
    padding-right: 375px;
  }

  .tw .md\:last\:px-76:last-child{
    padding-left: 380px;
    padding-right: 380px;
  }

  .tw .md\:last\:px-77:last-child{
    padding-left: 385px;
    padding-right: 385px;
  }

  .tw .md\:last\:px-78:last-child{
    padding-left: 390px;
    padding-right: 390px;
  }

  .tw .md\:last\:px-79:last-child{
    padding-left: 395px;
    padding-right: 395px;
  }

  .tw .md\:last\:px-80:last-child{
    padding-left: 400px;
    padding-right: 400px;
  }

  .tw .md\:last\:px-81:last-child{
    padding-left: 405px;
    padding-right: 405px;
  }

  .tw .md\:last\:px-82:last-child{
    padding-left: 410px;
    padding-right: 410px;
  }

  .tw .md\:last\:px-83:last-child{
    padding-left: 415px;
    padding-right: 415px;
  }

  .tw .md\:last\:px-84:last-child{
    padding-left: 420px;
    padding-right: 420px;
  }

  .tw .md\:last\:px-85:last-child{
    padding-left: 425px;
    padding-right: 425px;
  }

  .tw .md\:last\:px-86:last-child{
    padding-left: 430px;
    padding-right: 430px;
  }

  .tw .md\:last\:px-87:last-child{
    padding-left: 435px;
    padding-right: 435px;
  }

  .tw .md\:last\:px-88:last-child{
    padding-left: 440px;
    padding-right: 440px;
  }

  .tw .md\:last\:px-89:last-child{
    padding-left: 445px;
    padding-right: 445px;
  }

  .tw .md\:last\:px-90:last-child{
    padding-left: 450px;
    padding-right: 450px;
  }

  .tw .md\:last\:px-91:last-child{
    padding-left: 455px;
    padding-right: 455px;
  }

  .tw .md\:last\:px-92:last-child{
    padding-left: 460px;
    padding-right: 460px;
  }

  .tw .md\:last\:px-93:last-child{
    padding-left: 465px;
    padding-right: 465px;
  }

  .tw .md\:last\:px-94:last-child{
    padding-left: 470px;
    padding-right: 470px;
  }

  .tw .md\:last\:px-95:last-child{
    padding-left: 475px;
    padding-right: 475px;
  }

  .tw .md\:last\:px-96:last-child{
    padding-left: 480px;
    padding-right: 480px;
  }

  .tw .md\:last\:px-97:last-child{
    padding-left: 485px;
    padding-right: 485px;
  }

  .tw .md\:last\:px-98:last-child{
    padding-left: 490px;
    padding-right: 490px;
  }

  .tw .md\:last\:px-99:last-child{
    padding-left: 495px;
    padding-right: 495px;
  }

  .tw .md\:last\:px-100:last-child{
    padding-left: 500px;
    padding-right: 500px;
  }

  .tw .md\:last\:px-101:last-child{
    padding-left: 505px;
    padding-right: 505px;
  }

  .tw .md\:last\:px-102:last-child{
    padding-left: 510px;
    padding-right: 510px;
  }

  .tw .md\:last\:px-103:last-child{
    padding-left: 515px;
    padding-right: 515px;
  }

  .tw .md\:last\:px-104:last-child{
    padding-left: 520px;
    padding-right: 520px;
  }

  .tw .md\:last\:px-105:last-child{
    padding-left: 525px;
    padding-right: 525px;
  }

  .tw .md\:last\:px-106:last-child{
    padding-left: 530px;
    padding-right: 530px;
  }

  .tw .md\:last\:px-107:last-child{
    padding-left: 535px;
    padding-right: 535px;
  }

  .tw .md\:last\:px-108:last-child{
    padding-left: 540px;
    padding-right: 540px;
  }

  .tw .md\:last\:px-109:last-child{
    padding-left: 545px;
    padding-right: 545px;
  }

  .tw .md\:last\:px-110:last-child{
    padding-left: 550px;
    padding-right: 550px;
  }

  .tw .md\:last\:px-111:last-child{
    padding-left: 555px;
    padding-right: 555px;
  }

  .tw .md\:last\:px-112:last-child{
    padding-left: 560px;
    padding-right: 560px;
  }

  .tw .md\:last\:px-113:last-child{
    padding-left: 565px;
    padding-right: 565px;
  }

  .tw .md\:last\:px-114:last-child{
    padding-left: 570px;
    padding-right: 570px;
  }

  .tw .md\:last\:px-115:last-child{
    padding-left: 575px;
    padding-right: 575px;
  }

  .tw .md\:last\:px-116:last-child{
    padding-left: 580px;
    padding-right: 580px;
  }

  .tw .md\:last\:px-117:last-child{
    padding-left: 585px;
    padding-right: 585px;
  }

  .tw .md\:last\:px-118:last-child{
    padding-left: 590px;
    padding-right: 590px;
  }

  .tw .md\:last\:px-119:last-child{
    padding-left: 595px;
    padding-right: 595px;
  }

  .tw .md\:last\:px-120:last-child{
    padding-left: 600px;
    padding-right: 600px;
  }

  .tw .md\:last\:px-121:last-child{
    padding-left: 605px;
    padding-right: 605px;
  }

  .tw .md\:last\:px-122:last-child{
    padding-left: 610px;
    padding-right: 610px;
  }

  .tw .md\:last\:px-123:last-child{
    padding-left: 615px;
    padding-right: 615px;
  }

  .tw .md\:last\:px-124:last-child{
    padding-left: 620px;
    padding-right: 620px;
  }

  .tw .md\:last\:px-125:last-child{
    padding-left: 625px;
    padding-right: 625px;
  }

  .tw .md\:last\:px-126:last-child{
    padding-left: 630px;
    padding-right: 630px;
  }

  .tw .md\:last\:px-127:last-child{
    padding-left: 635px;
    padding-right: 635px;
  }

  .tw .md\:last\:px-128:last-child{
    padding-left: 640px;
    padding-right: 640px;
  }

  .tw .md\:last\:px-129:last-child{
    padding-left: 645px;
    padding-right: 645px;
  }

  .tw .md\:last\:px-130:last-child{
    padding-left: 650px;
    padding-right: 650px;
  }

  .tw .md\:last\:px-131:last-child{
    padding-left: 655px;
    padding-right: 655px;
  }

  .tw .md\:last\:px-132:last-child{
    padding-left: 660px;
    padding-right: 660px;
  }

  .tw .md\:last\:px-133:last-child{
    padding-left: 665px;
    padding-right: 665px;
  }

  .tw .md\:last\:px-134:last-child{
    padding-left: 670px;
    padding-right: 670px;
  }

  .tw .md\:last\:px-135:last-child{
    padding-left: 675px;
    padding-right: 675px;
  }

  .tw .md\:last\:px-136:last-child{
    padding-left: 680px;
    padding-right: 680px;
  }

  .tw .md\:last\:px-137:last-child{
    padding-left: 685px;
    padding-right: 685px;
  }

  .tw .md\:last\:px-138:last-child{
    padding-left: 690px;
    padding-right: 690px;
  }

  .tw .md\:last\:px-139:last-child{
    padding-left: 695px;
    padding-right: 695px;
  }

  .tw .md\:last\:px-140:last-child{
    padding-left: 700px;
    padding-right: 700px;
  }

  .tw .md\:last\:px-141:last-child{
    padding-left: 705px;
    padding-right: 705px;
  }

  .tw .md\:last\:px-142:last-child{
    padding-left: 710px;
    padding-right: 710px;
  }

  .tw .md\:last\:px-143:last-child{
    padding-left: 715px;
    padding-right: 715px;
  }

  .tw .md\:last\:px-144:last-child{
    padding-left: 720px;
    padding-right: 720px;
  }

  .tw .md\:last\:px-145:last-child{
    padding-left: 725px;
    padding-right: 725px;
  }

  .tw .md\:last\:px-146:last-child{
    padding-left: 730px;
    padding-right: 730px;
  }

  .tw .md\:last\:px-147:last-child{
    padding-left: 735px;
    padding-right: 735px;
  }

  .tw .md\:last\:px-148:last-child{
    padding-left: 740px;
    padding-right: 740px;
  }

  .tw .md\:last\:px-149:last-child{
    padding-left: 745px;
    padding-right: 745px;
  }

  .tw .md\:last\:px-0\.5:last-child{
    padding-left: 3px;
    padding-right: 3px;
  }

  .tw .md\:last\:px-1px:last-child{
    padding-left: 1px;
    padding-right: 1px;
  }

  .tw .md\:last\:px-2px:last-child{
    padding-left: 2px;
    padding-right: 2px;
  }

  .tw .md\:last\:px-3px:last-child{
    padding-left: 3px;
    padding-right: 3px;
  }

  .tw .md\:last\:px-4px:last-child{
    padding-left: 4px;
    padding-right: 4px;
  }

  .tw .md\:last\:px-5px:last-child{
    padding-left: 5px;
    padding-right: 5px;
  }

  .tw .md\:last\:px-6px:last-child{
    padding-left: 6px;
    padding-right: 6px;
  }

  .tw .md\:last\:px-7px:last-child{
    padding-left: 7px;
    padding-right: 7px;
  }

  .tw .md\:last\:px-8px:last-child{
    padding-left: 8px;
    padding-right: 8px;
  }

  .tw .md\:last\:px-9px:last-child{
    padding-left: 9px;
    padding-right: 9px;
  }

  .tw .md\:last\:px-10px:last-child{
    padding-left: 10px;
    padding-right: 10px;
  }

  .tw .md\:last\:px-11px:last-child{
    padding-left: 11px;
    padding-right: 11px;
  }

  .tw .md\:last\:px-12px:last-child{
    padding-left: 12px;
    padding-right: 12px;
  }

  .tw .md\:last\:px-13px:last-child{
    padding-left: 13px;
    padding-right: 13px;
  }

  .tw .md\:last\:px-14px:last-child{
    padding-left: 14px;
    padding-right: 14px;
  }

  .tw .md\:last\:px-15px:last-child{
    padding-left: 15px;
    padding-right: 15px;
  }

  .tw .md\:last\:px-16px:last-child{
    padding-left: 16px;
    padding-right: 16px;
  }

  .tw .md\:last\:px-17px:last-child{
    padding-left: 17px;
    padding-right: 17px;
  }

  .tw .md\:last\:px-18px:last-child{
    padding-left: 18px;
    padding-right: 18px;
  }

  .tw .md\:last\:px-19px:last-child{
    padding-left: 19px;
    padding-right: 19px;
  }

  .tw .md\:last\:px-20px:last-child{
    padding-left: 20px;
    padding-right: 20px;
  }

  .tw .md\:last\:px-21px:last-child{
    padding-left: 21px;
    padding-right: 21px;
  }

  .tw .md\:last\:px-22px:last-child{
    padding-left: 22px;
    padding-right: 22px;
  }

  .tw .md\:last\:px-23px:last-child{
    padding-left: 23px;
    padding-right: 23px;
  }

  .tw .md\:last\:px-24px:last-child{
    padding-left: 24px;
    padding-right: 24px;
  }

  .tw .md\:last\:px-25px:last-child{
    padding-left: 25px;
    padding-right: 25px;
  }

  .tw .md\:last\:px-26px:last-child{
    padding-left: 26px;
    padding-right: 26px;
  }

  .tw .md\:last\:px-27px:last-child{
    padding-left: 27px;
    padding-right: 27px;
  }

  .tw .md\:last\:px-28px:last-child{
    padding-left: 28px;
    padding-right: 28px;
  }

  .tw .md\:last\:px-29px:last-child{
    padding-left: 29px;
    padding-right: 29px;
  }

  .tw .md\:last\:px-30px:last-child{
    padding-left: 30px;
    padding-right: 30px;
  }

  .tw .md\:last\:px-31px:last-child{
    padding-left: 31px;
    padding-right: 31px;
  }

  .tw .md\:last\:px-32px:last-child{
    padding-left: 32px;
    padding-right: 32px;
  }

  .tw .md\:last\:px-33px:last-child{
    padding-left: 33px;
    padding-right: 33px;
  }

  .tw .md\:last\:px-34px:last-child{
    padding-left: 34px;
    padding-right: 34px;
  }

  .tw .md\:last\:px-35px:last-child{
    padding-left: 35px;
    padding-right: 35px;
  }

  .tw .md\:last\:px-36px:last-child{
    padding-left: 36px;
    padding-right: 36px;
  }

  .tw .md\:last\:px-37px:last-child{
    padding-left: 37px;
    padding-right: 37px;
  }

  .tw .md\:last\:px-38px:last-child{
    padding-left: 38px;
    padding-right: 38px;
  }

  .tw .md\:last\:px-39px:last-child{
    padding-left: 39px;
    padding-right: 39px;
  }

  .tw .md\:last\:px-40px:last-child{
    padding-left: 40px;
    padding-right: 40px;
  }

  .tw .md\:last\:py-0:last-child{
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .tw .md\:last\:py-1:last-child{
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .tw .md\:last\:py-2:last-child{
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .tw .md\:last\:py-3:last-child{
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .tw .md\:last\:py-4:last-child{
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .tw .md\:last\:py-5:last-child{
    padding-top: 25px;
    padding-bottom: 25px;
  }

  .tw .md\:last\:py-6:last-child{
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .tw .md\:last\:py-7:last-child{
    padding-top: 35px;
    padding-bottom: 35px;
  }

  .tw .md\:last\:py-8:last-child{
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .tw .md\:last\:py-9:last-child{
    padding-top: 45px;
    padding-bottom: 45px;
  }

  .tw .md\:last\:py-10:last-child{
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .tw .md\:last\:py-11:last-child{
    padding-top: 55px;
    padding-bottom: 55px;
  }

  .tw .md\:last\:py-12:last-child{
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .tw .md\:last\:py-13:last-child{
    padding-top: 65px;
    padding-bottom: 65px;
  }

  .tw .md\:last\:py-14:last-child{
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .tw .md\:last\:py-15:last-child{
    padding-top: 75px;
    padding-bottom: 75px;
  }

  .tw .md\:last\:py-16:last-child{
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .tw .md\:last\:py-17:last-child{
    padding-top: 85px;
    padding-bottom: 85px;
  }

  .tw .md\:last\:py-18:last-child{
    padding-top: 90px;
    padding-bottom: 90px;
  }

  .tw .md\:last\:py-19:last-child{
    padding-top: 95px;
    padding-bottom: 95px;
  }

  .tw .md\:last\:py-20:last-child{
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .tw .md\:last\:py-21:last-child{
    padding-top: 105px;
    padding-bottom: 105px;
  }

  .tw .md\:last\:py-22:last-child{
    padding-top: 110px;
    padding-bottom: 110px;
  }

  .tw .md\:last\:py-23:last-child{
    padding-top: 115px;
    padding-bottom: 115px;
  }

  .tw .md\:last\:py-24:last-child{
    padding-top: 120px;
    padding-bottom: 120px;
  }

  .tw .md\:last\:py-25:last-child{
    padding-top: 125px;
    padding-bottom: 125px;
  }

  .tw .md\:last\:py-26:last-child{
    padding-top: 130px;
    padding-bottom: 130px;
  }

  .tw .md\:last\:py-27:last-child{
    padding-top: 135px;
    padding-bottom: 135px;
  }

  .tw .md\:last\:py-28:last-child{
    padding-top: 140px;
    padding-bottom: 140px;
  }

  .tw .md\:last\:py-29:last-child{
    padding-top: 145px;
    padding-bottom: 145px;
  }

  .tw .md\:last\:py-30:last-child{
    padding-top: 150px;
    padding-bottom: 150px;
  }

  .tw .md\:last\:py-31:last-child{
    padding-top: 155px;
    padding-bottom: 155px;
  }

  .tw .md\:last\:py-32:last-child{
    padding-top: 160px;
    padding-bottom: 160px;
  }

  .tw .md\:last\:py-33:last-child{
    padding-top: 165px;
    padding-bottom: 165px;
  }

  .tw .md\:last\:py-34:last-child{
    padding-top: 170px;
    padding-bottom: 170px;
  }

  .tw .md\:last\:py-35:last-child{
    padding-top: 175px;
    padding-bottom: 175px;
  }

  .tw .md\:last\:py-36:last-child{
    padding-top: 180px;
    padding-bottom: 180px;
  }

  .tw .md\:last\:py-37:last-child{
    padding-top: 185px;
    padding-bottom: 185px;
  }

  .tw .md\:last\:py-38:last-child{
    padding-top: 190px;
    padding-bottom: 190px;
  }

  .tw .md\:last\:py-39:last-child{
    padding-top: 195px;
    padding-bottom: 195px;
  }

  .tw .md\:last\:py-40:last-child{
    padding-top: 200px;
    padding-bottom: 200px;
  }

  .tw .md\:last\:py-41:last-child{
    padding-top: 205px;
    padding-bottom: 205px;
  }

  .tw .md\:last\:py-42:last-child{
    padding-top: 210px;
    padding-bottom: 210px;
  }

  .tw .md\:last\:py-43:last-child{
    padding-top: 215px;
    padding-bottom: 215px;
  }

  .tw .md\:last\:py-44:last-child{
    padding-top: 220px;
    padding-bottom: 220px;
  }

  .tw .md\:last\:py-45:last-child{
    padding-top: 225px;
    padding-bottom: 225px;
  }

  .tw .md\:last\:py-46:last-child{
    padding-top: 230px;
    padding-bottom: 230px;
  }

  .tw .md\:last\:py-47:last-child{
    padding-top: 235px;
    padding-bottom: 235px;
  }

  .tw .md\:last\:py-48:last-child{
    padding-top: 240px;
    padding-bottom: 240px;
  }

  .tw .md\:last\:py-49:last-child{
    padding-top: 245px;
    padding-bottom: 245px;
  }

  .tw .md\:last\:py-50:last-child{
    padding-top: 250px;
    padding-bottom: 250px;
  }

  .tw .md\:last\:py-51:last-child{
    padding-top: 255px;
    padding-bottom: 255px;
  }

  .tw .md\:last\:py-52:last-child{
    padding-top: 260px;
    padding-bottom: 260px;
  }

  .tw .md\:last\:py-53:last-child{
    padding-top: 265px;
    padding-bottom: 265px;
  }

  .tw .md\:last\:py-54:last-child{
    padding-top: 270px;
    padding-bottom: 270px;
  }

  .tw .md\:last\:py-55:last-child{
    padding-top: 275px;
    padding-bottom: 275px;
  }

  .tw .md\:last\:py-56:last-child{
    padding-top: 280px;
    padding-bottom: 280px;
  }

  .tw .md\:last\:py-57:last-child{
    padding-top: 285px;
    padding-bottom: 285px;
  }

  .tw .md\:last\:py-58:last-child{
    padding-top: 290px;
    padding-bottom: 290px;
  }

  .tw .md\:last\:py-59:last-child{
    padding-top: 295px;
    padding-bottom: 295px;
  }

  .tw .md\:last\:py-60:last-child{
    padding-top: 300px;
    padding-bottom: 300px;
  }

  .tw .md\:last\:py-61:last-child{
    padding-top: 305px;
    padding-bottom: 305px;
  }

  .tw .md\:last\:py-62:last-child{
    padding-top: 310px;
    padding-bottom: 310px;
  }

  .tw .md\:last\:py-63:last-child{
    padding-top: 315px;
    padding-bottom: 315px;
  }

  .tw .md\:last\:py-64:last-child{
    padding-top: 320px;
    padding-bottom: 320px;
  }

  .tw .md\:last\:py-65:last-child{
    padding-top: 325px;
    padding-bottom: 325px;
  }

  .tw .md\:last\:py-66:last-child{
    padding-top: 330px;
    padding-bottom: 330px;
  }

  .tw .md\:last\:py-67:last-child{
    padding-top: 335px;
    padding-bottom: 335px;
  }

  .tw .md\:last\:py-68:last-child{
    padding-top: 340px;
    padding-bottom: 340px;
  }

  .tw .md\:last\:py-69:last-child{
    padding-top: 345px;
    padding-bottom: 345px;
  }

  .tw .md\:last\:py-70:last-child{
    padding-top: 350px;
    padding-bottom: 350px;
  }

  .tw .md\:last\:py-71:last-child{
    padding-top: 355px;
    padding-bottom: 355px;
  }

  .tw .md\:last\:py-72:last-child{
    padding-top: 360px;
    padding-bottom: 360px;
  }

  .tw .md\:last\:py-73:last-child{
    padding-top: 365px;
    padding-bottom: 365px;
  }

  .tw .md\:last\:py-74:last-child{
    padding-top: 370px;
    padding-bottom: 370px;
  }

  .tw .md\:last\:py-75:last-child{
    padding-top: 375px;
    padding-bottom: 375px;
  }

  .tw .md\:last\:py-76:last-child{
    padding-top: 380px;
    padding-bottom: 380px;
  }

  .tw .md\:last\:py-77:last-child{
    padding-top: 385px;
    padding-bottom: 385px;
  }

  .tw .md\:last\:py-78:last-child{
    padding-top: 390px;
    padding-bottom: 390px;
  }

  .tw .md\:last\:py-79:last-child{
    padding-top: 395px;
    padding-bottom: 395px;
  }

  .tw .md\:last\:py-80:last-child{
    padding-top: 400px;
    padding-bottom: 400px;
  }

  .tw .md\:last\:py-81:last-child{
    padding-top: 405px;
    padding-bottom: 405px;
  }

  .tw .md\:last\:py-82:last-child{
    padding-top: 410px;
    padding-bottom: 410px;
  }

  .tw .md\:last\:py-83:last-child{
    padding-top: 415px;
    padding-bottom: 415px;
  }

  .tw .md\:last\:py-84:last-child{
    padding-top: 420px;
    padding-bottom: 420px;
  }

  .tw .md\:last\:py-85:last-child{
    padding-top: 425px;
    padding-bottom: 425px;
  }

  .tw .md\:last\:py-86:last-child{
    padding-top: 430px;
    padding-bottom: 430px;
  }

  .tw .md\:last\:py-87:last-child{
    padding-top: 435px;
    padding-bottom: 435px;
  }

  .tw .md\:last\:py-88:last-child{
    padding-top: 440px;
    padding-bottom: 440px;
  }

  .tw .md\:last\:py-89:last-child{
    padding-top: 445px;
    padding-bottom: 445px;
  }

  .tw .md\:last\:py-90:last-child{
    padding-top: 450px;
    padding-bottom: 450px;
  }

  .tw .md\:last\:py-91:last-child{
    padding-top: 455px;
    padding-bottom: 455px;
  }

  .tw .md\:last\:py-92:last-child{
    padding-top: 460px;
    padding-bottom: 460px;
  }

  .tw .md\:last\:py-93:last-child{
    padding-top: 465px;
    padding-bottom: 465px;
  }

  .tw .md\:last\:py-94:last-child{
    padding-top: 470px;
    padding-bottom: 470px;
  }

  .tw .md\:last\:py-95:last-child{
    padding-top: 475px;
    padding-bottom: 475px;
  }

  .tw .md\:last\:py-96:last-child{
    padding-top: 480px;
    padding-bottom: 480px;
  }

  .tw .md\:last\:py-97:last-child{
    padding-top: 485px;
    padding-bottom: 485px;
  }

  .tw .md\:last\:py-98:last-child{
    padding-top: 490px;
    padding-bottom: 490px;
  }

  .tw .md\:last\:py-99:last-child{
    padding-top: 495px;
    padding-bottom: 495px;
  }

  .tw .md\:last\:py-100:last-child{
    padding-top: 500px;
    padding-bottom: 500px;
  }

  .tw .md\:last\:py-101:last-child{
    padding-top: 505px;
    padding-bottom: 505px;
  }

  .tw .md\:last\:py-102:last-child{
    padding-top: 510px;
    padding-bottom: 510px;
  }

  .tw .md\:last\:py-103:last-child{
    padding-top: 515px;
    padding-bottom: 515px;
  }

  .tw .md\:last\:py-104:last-child{
    padding-top: 520px;
    padding-bottom: 520px;
  }

  .tw .md\:last\:py-105:last-child{
    padding-top: 525px;
    padding-bottom: 525px;
  }

  .tw .md\:last\:py-106:last-child{
    padding-top: 530px;
    padding-bottom: 530px;
  }

  .tw .md\:last\:py-107:last-child{
    padding-top: 535px;
    padding-bottom: 535px;
  }

  .tw .md\:last\:py-108:last-child{
    padding-top: 540px;
    padding-bottom: 540px;
  }

  .tw .md\:last\:py-109:last-child{
    padding-top: 545px;
    padding-bottom: 545px;
  }

  .tw .md\:last\:py-110:last-child{
    padding-top: 550px;
    padding-bottom: 550px;
  }

  .tw .md\:last\:py-111:last-child{
    padding-top: 555px;
    padding-bottom: 555px;
  }

  .tw .md\:last\:py-112:last-child{
    padding-top: 560px;
    padding-bottom: 560px;
  }

  .tw .md\:last\:py-113:last-child{
    padding-top: 565px;
    padding-bottom: 565px;
  }

  .tw .md\:last\:py-114:last-child{
    padding-top: 570px;
    padding-bottom: 570px;
  }

  .tw .md\:last\:py-115:last-child{
    padding-top: 575px;
    padding-bottom: 575px;
  }

  .tw .md\:last\:py-116:last-child{
    padding-top: 580px;
    padding-bottom: 580px;
  }

  .tw .md\:last\:py-117:last-child{
    padding-top: 585px;
    padding-bottom: 585px;
  }

  .tw .md\:last\:py-118:last-child{
    padding-top: 590px;
    padding-bottom: 590px;
  }

  .tw .md\:last\:py-119:last-child{
    padding-top: 595px;
    padding-bottom: 595px;
  }

  .tw .md\:last\:py-120:last-child{
    padding-top: 600px;
    padding-bottom: 600px;
  }

  .tw .md\:last\:py-121:last-child{
    padding-top: 605px;
    padding-bottom: 605px;
  }

  .tw .md\:last\:py-122:last-child{
    padding-top: 610px;
    padding-bottom: 610px;
  }

  .tw .md\:last\:py-123:last-child{
    padding-top: 615px;
    padding-bottom: 615px;
  }

  .tw .md\:last\:py-124:last-child{
    padding-top: 620px;
    padding-bottom: 620px;
  }

  .tw .md\:last\:py-125:last-child{
    padding-top: 625px;
    padding-bottom: 625px;
  }

  .tw .md\:last\:py-126:last-child{
    padding-top: 630px;
    padding-bottom: 630px;
  }

  .tw .md\:last\:py-127:last-child{
    padding-top: 635px;
    padding-bottom: 635px;
  }

  .tw .md\:last\:py-128:last-child{
    padding-top: 640px;
    padding-bottom: 640px;
  }

  .tw .md\:last\:py-129:last-child{
    padding-top: 645px;
    padding-bottom: 645px;
  }

  .tw .md\:last\:py-130:last-child{
    padding-top: 650px;
    padding-bottom: 650px;
  }

  .tw .md\:last\:py-131:last-child{
    padding-top: 655px;
    padding-bottom: 655px;
  }

  .tw .md\:last\:py-132:last-child{
    padding-top: 660px;
    padding-bottom: 660px;
  }

  .tw .md\:last\:py-133:last-child{
    padding-top: 665px;
    padding-bottom: 665px;
  }

  .tw .md\:last\:py-134:last-child{
    padding-top: 670px;
    padding-bottom: 670px;
  }

  .tw .md\:last\:py-135:last-child{
    padding-top: 675px;
    padding-bottom: 675px;
  }

  .tw .md\:last\:py-136:last-child{
    padding-top: 680px;
    padding-bottom: 680px;
  }

  .tw .md\:last\:py-137:last-child{
    padding-top: 685px;
    padding-bottom: 685px;
  }

  .tw .md\:last\:py-138:last-child{
    padding-top: 690px;
    padding-bottom: 690px;
  }

  .tw .md\:last\:py-139:last-child{
    padding-top: 695px;
    padding-bottom: 695px;
  }

  .tw .md\:last\:py-140:last-child{
    padding-top: 700px;
    padding-bottom: 700px;
  }

  .tw .md\:last\:py-141:last-child{
    padding-top: 705px;
    padding-bottom: 705px;
  }

  .tw .md\:last\:py-142:last-child{
    padding-top: 710px;
    padding-bottom: 710px;
  }

  .tw .md\:last\:py-143:last-child{
    padding-top: 715px;
    padding-bottom: 715px;
  }

  .tw .md\:last\:py-144:last-child{
    padding-top: 720px;
    padding-bottom: 720px;
  }

  .tw .md\:last\:py-145:last-child{
    padding-top: 725px;
    padding-bottom: 725px;
  }

  .tw .md\:last\:py-146:last-child{
    padding-top: 730px;
    padding-bottom: 730px;
  }

  .tw .md\:last\:py-147:last-child{
    padding-top: 735px;
    padding-bottom: 735px;
  }

  .tw .md\:last\:py-148:last-child{
    padding-top: 740px;
    padding-bottom: 740px;
  }

  .tw .md\:last\:py-149:last-child{
    padding-top: 745px;
    padding-bottom: 745px;
  }

  .tw .md\:last\:py-0\.5:last-child{
    padding-top: 3px;
    padding-bottom: 3px;
  }

  .tw .md\:last\:py-1px:last-child{
    padding-top: 1px;
    padding-bottom: 1px;
  }

  .tw .md\:last\:py-2px:last-child{
    padding-top: 2px;
    padding-bottom: 2px;
  }

  .tw .md\:last\:py-3px:last-child{
    padding-top: 3px;
    padding-bottom: 3px;
  }

  .tw .md\:last\:py-4px:last-child{
    padding-top: 4px;
    padding-bottom: 4px;
  }

  .tw .md\:last\:py-5px:last-child{
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .tw .md\:last\:py-6px:last-child{
    padding-top: 6px;
    padding-bottom: 6px;
  }

  .tw .md\:last\:py-7px:last-child{
    padding-top: 7px;
    padding-bottom: 7px;
  }

  .tw .md\:last\:py-8px:last-child{
    padding-top: 8px;
    padding-bottom: 8px;
  }

  .tw .md\:last\:py-9px:last-child{
    padding-top: 9px;
    padding-bottom: 9px;
  }

  .tw .md\:last\:py-10px:last-child{
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .tw .md\:last\:py-11px:last-child{
    padding-top: 11px;
    padding-bottom: 11px;
  }

  .tw .md\:last\:py-12px:last-child{
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .tw .md\:last\:py-13px:last-child{
    padding-top: 13px;
    padding-bottom: 13px;
  }

  .tw .md\:last\:py-14px:last-child{
    padding-top: 14px;
    padding-bottom: 14px;
  }

  .tw .md\:last\:py-15px:last-child{
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .tw .md\:last\:py-16px:last-child{
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .tw .md\:last\:py-17px:last-child{
    padding-top: 17px;
    padding-bottom: 17px;
  }

  .tw .md\:last\:py-18px:last-child{
    padding-top: 18px;
    padding-bottom: 18px;
  }

  .tw .md\:last\:py-19px:last-child{
    padding-top: 19px;
    padding-bottom: 19px;
  }

  .tw .md\:last\:py-20px:last-child{
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .tw .md\:last\:py-21px:last-child{
    padding-top: 21px;
    padding-bottom: 21px;
  }

  .tw .md\:last\:py-22px:last-child{
    padding-top: 22px;
    padding-bottom: 22px;
  }

  .tw .md\:last\:py-23px:last-child{
    padding-top: 23px;
    padding-bottom: 23px;
  }

  .tw .md\:last\:py-24px:last-child{
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .tw .md\:last\:py-25px:last-child{
    padding-top: 25px;
    padding-bottom: 25px;
  }

  .tw .md\:last\:py-26px:last-child{
    padding-top: 26px;
    padding-bottom: 26px;
  }

  .tw .md\:last\:py-27px:last-child{
    padding-top: 27px;
    padding-bottom: 27px;
  }

  .tw .md\:last\:py-28px:last-child{
    padding-top: 28px;
    padding-bottom: 28px;
  }

  .tw .md\:last\:py-29px:last-child{
    padding-top: 29px;
    padding-bottom: 29px;
  }

  .tw .md\:last\:py-30px:last-child{
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .tw .md\:last\:py-31px:last-child{
    padding-top: 31px;
    padding-bottom: 31px;
  }

  .tw .md\:last\:py-32px:last-child{
    padding-top: 32px;
    padding-bottom: 32px;
  }

  .tw .md\:last\:py-33px:last-child{
    padding-top: 33px;
    padding-bottom: 33px;
  }

  .tw .md\:last\:py-34px:last-child{
    padding-top: 34px;
    padding-bottom: 34px;
  }

  .tw .md\:last\:py-35px:last-child{
    padding-top: 35px;
    padding-bottom: 35px;
  }

  .tw .md\:last\:py-36px:last-child{
    padding-top: 36px;
    padding-bottom: 36px;
  }

  .tw .md\:last\:py-37px:last-child{
    padding-top: 37px;
    padding-bottom: 37px;
  }

  .tw .md\:last\:py-38px:last-child{
    padding-top: 38px;
    padding-bottom: 38px;
  }

  .tw .md\:last\:py-39px:last-child{
    padding-top: 39px;
    padding-bottom: 39px;
  }

  .tw .md\:last\:py-40px:last-child{
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .tw .md\:pt-0{
    padding-top: 0px;
  }

  .tw .md\:pt-1{
    padding-top: 5px;
  }

  .tw .md\:pt-2{
    padding-top: 10px;
  }

  .tw .md\:pt-3{
    padding-top: 15px;
  }

  .tw .md\:pt-4{
    padding-top: 20px;
  }

  .tw .md\:pt-5{
    padding-top: 25px;
  }

  .tw .md\:pt-6{
    padding-top: 30px;
  }

  .tw .md\:pt-7{
    padding-top: 35px;
  }

  .tw .md\:pt-8{
    padding-top: 40px;
  }

  .tw .md\:pt-9{
    padding-top: 45px;
  }

  .tw .md\:pt-10{
    padding-top: 50px;
  }

  .tw .md\:pt-11{
    padding-top: 55px;
  }

  .tw .md\:pt-12{
    padding-top: 60px;
  }

  .tw .md\:pt-13{
    padding-top: 65px;
  }

  .tw .md\:pt-14{
    padding-top: 70px;
  }

  .tw .md\:pt-15{
    padding-top: 75px;
  }

  .tw .md\:pt-16{
    padding-top: 80px;
  }

  .tw .md\:pt-17{
    padding-top: 85px;
  }

  .tw .md\:pt-18{
    padding-top: 90px;
  }

  .tw .md\:pt-19{
    padding-top: 95px;
  }

  .tw .md\:pt-20{
    padding-top: 100px;
  }

  .tw .md\:pt-21{
    padding-top: 105px;
  }

  .tw .md\:pt-22{
    padding-top: 110px;
  }

  .tw .md\:pt-23{
    padding-top: 115px;
  }

  .tw .md\:pt-24{
    padding-top: 120px;
  }

  .tw .md\:pt-25{
    padding-top: 125px;
  }

  .tw .md\:pt-26{
    padding-top: 130px;
  }

  .tw .md\:pt-27{
    padding-top: 135px;
  }

  .tw .md\:pt-28{
    padding-top: 140px;
  }

  .tw .md\:pt-29{
    padding-top: 145px;
  }

  .tw .md\:pt-30{
    padding-top: 150px;
  }

  .tw .md\:pt-31{
    padding-top: 155px;
  }

  .tw .md\:pt-32{
    padding-top: 160px;
  }

  .tw .md\:pt-33{
    padding-top: 165px;
  }

  .tw .md\:pt-34{
    padding-top: 170px;
  }

  .tw .md\:pt-35{
    padding-top: 175px;
  }

  .tw .md\:pt-36{
    padding-top: 180px;
  }

  .tw .md\:pt-37{
    padding-top: 185px;
  }

  .tw .md\:pt-38{
    padding-top: 190px;
  }

  .tw .md\:pt-39{
    padding-top: 195px;
  }

  .tw .md\:pt-40{
    padding-top: 200px;
  }

  .tw .md\:pt-41{
    padding-top: 205px;
  }

  .tw .md\:pt-42{
    padding-top: 210px;
  }

  .tw .md\:pt-43{
    padding-top: 215px;
  }

  .tw .md\:pt-44{
    padding-top: 220px;
  }

  .tw .md\:pt-45{
    padding-top: 225px;
  }

  .tw .md\:pt-46{
    padding-top: 230px;
  }

  .tw .md\:pt-47{
    padding-top: 235px;
  }

  .tw .md\:pt-48{
    padding-top: 240px;
  }

  .tw .md\:pt-49{
    padding-top: 245px;
  }

  .tw .md\:pt-50{
    padding-top: 250px;
  }

  .tw .md\:pt-51{
    padding-top: 255px;
  }

  .tw .md\:pt-52{
    padding-top: 260px;
  }

  .tw .md\:pt-53{
    padding-top: 265px;
  }

  .tw .md\:pt-54{
    padding-top: 270px;
  }

  .tw .md\:pt-55{
    padding-top: 275px;
  }

  .tw .md\:pt-56{
    padding-top: 280px;
  }

  .tw .md\:pt-57{
    padding-top: 285px;
  }

  .tw .md\:pt-58{
    padding-top: 290px;
  }

  .tw .md\:pt-59{
    padding-top: 295px;
  }

  .tw .md\:pt-60{
    padding-top: 300px;
  }

  .tw .md\:pt-61{
    padding-top: 305px;
  }

  .tw .md\:pt-62{
    padding-top: 310px;
  }

  .tw .md\:pt-63{
    padding-top: 315px;
  }

  .tw .md\:pt-64{
    padding-top: 320px;
  }

  .tw .md\:pt-65{
    padding-top: 325px;
  }

  .tw .md\:pt-66{
    padding-top: 330px;
  }

  .tw .md\:pt-67{
    padding-top: 335px;
  }

  .tw .md\:pt-68{
    padding-top: 340px;
  }

  .tw .md\:pt-69{
    padding-top: 345px;
  }

  .tw .md\:pt-70{
    padding-top: 350px;
  }

  .tw .md\:pt-71{
    padding-top: 355px;
  }

  .tw .md\:pt-72{
    padding-top: 360px;
  }

  .tw .md\:pt-73{
    padding-top: 365px;
  }

  .tw .md\:pt-74{
    padding-top: 370px;
  }

  .tw .md\:pt-75{
    padding-top: 375px;
  }

  .tw .md\:pt-76{
    padding-top: 380px;
  }

  .tw .md\:pt-77{
    padding-top: 385px;
  }

  .tw .md\:pt-78{
    padding-top: 390px;
  }

  .tw .md\:pt-79{
    padding-top: 395px;
  }

  .tw .md\:pt-80{
    padding-top: 400px;
  }

  .tw .md\:pt-81{
    padding-top: 405px;
  }

  .tw .md\:pt-82{
    padding-top: 410px;
  }

  .tw .md\:pt-83{
    padding-top: 415px;
  }

  .tw .md\:pt-84{
    padding-top: 420px;
  }

  .tw .md\:pt-85{
    padding-top: 425px;
  }

  .tw .md\:pt-86{
    padding-top: 430px;
  }

  .tw .md\:pt-87{
    padding-top: 435px;
  }

  .tw .md\:pt-88{
    padding-top: 440px;
  }

  .tw .md\:pt-89{
    padding-top: 445px;
  }

  .tw .md\:pt-90{
    padding-top: 450px;
  }

  .tw .md\:pt-91{
    padding-top: 455px;
  }

  .tw .md\:pt-92{
    padding-top: 460px;
  }

  .tw .md\:pt-93{
    padding-top: 465px;
  }

  .tw .md\:pt-94{
    padding-top: 470px;
  }

  .tw .md\:pt-95{
    padding-top: 475px;
  }

  .tw .md\:pt-96{
    padding-top: 480px;
  }

  .tw .md\:pt-97{
    padding-top: 485px;
  }

  .tw .md\:pt-98{
    padding-top: 490px;
  }

  .tw .md\:pt-99{
    padding-top: 495px;
  }

  .tw .md\:pt-100{
    padding-top: 500px;
  }

  .tw .md\:pt-101{
    padding-top: 505px;
  }

  .tw .md\:pt-102{
    padding-top: 510px;
  }

  .tw .md\:pt-103{
    padding-top: 515px;
  }

  .tw .md\:pt-104{
    padding-top: 520px;
  }

  .tw .md\:pt-105{
    padding-top: 525px;
  }

  .tw .md\:pt-106{
    padding-top: 530px;
  }

  .tw .md\:pt-107{
    padding-top: 535px;
  }

  .tw .md\:pt-108{
    padding-top: 540px;
  }

  .tw .md\:pt-109{
    padding-top: 545px;
  }

  .tw .md\:pt-110{
    padding-top: 550px;
  }

  .tw .md\:pt-111{
    padding-top: 555px;
  }

  .tw .md\:pt-112{
    padding-top: 560px;
  }

  .tw .md\:pt-113{
    padding-top: 565px;
  }

  .tw .md\:pt-114{
    padding-top: 570px;
  }

  .tw .md\:pt-115{
    padding-top: 575px;
  }

  .tw .md\:pt-116{
    padding-top: 580px;
  }

  .tw .md\:pt-117{
    padding-top: 585px;
  }

  .tw .md\:pt-118{
    padding-top: 590px;
  }

  .tw .md\:pt-119{
    padding-top: 595px;
  }

  .tw .md\:pt-120{
    padding-top: 600px;
  }

  .tw .md\:pt-121{
    padding-top: 605px;
  }

  .tw .md\:pt-122{
    padding-top: 610px;
  }

  .tw .md\:pt-123{
    padding-top: 615px;
  }

  .tw .md\:pt-124{
    padding-top: 620px;
  }

  .tw .md\:pt-125{
    padding-top: 625px;
  }

  .tw .md\:pt-126{
    padding-top: 630px;
  }

  .tw .md\:pt-127{
    padding-top: 635px;
  }

  .tw .md\:pt-128{
    padding-top: 640px;
  }

  .tw .md\:pt-129{
    padding-top: 645px;
  }

  .tw .md\:pt-130{
    padding-top: 650px;
  }

  .tw .md\:pt-131{
    padding-top: 655px;
  }

  .tw .md\:pt-132{
    padding-top: 660px;
  }

  .tw .md\:pt-133{
    padding-top: 665px;
  }

  .tw .md\:pt-134{
    padding-top: 670px;
  }

  .tw .md\:pt-135{
    padding-top: 675px;
  }

  .tw .md\:pt-136{
    padding-top: 680px;
  }

  .tw .md\:pt-137{
    padding-top: 685px;
  }

  .tw .md\:pt-138{
    padding-top: 690px;
  }

  .tw .md\:pt-139{
    padding-top: 695px;
  }

  .tw .md\:pt-140{
    padding-top: 700px;
  }

  .tw .md\:pt-141{
    padding-top: 705px;
  }

  .tw .md\:pt-142{
    padding-top: 710px;
  }

  .tw .md\:pt-143{
    padding-top: 715px;
  }

  .tw .md\:pt-144{
    padding-top: 720px;
  }

  .tw .md\:pt-145{
    padding-top: 725px;
  }

  .tw .md\:pt-146{
    padding-top: 730px;
  }

  .tw .md\:pt-147{
    padding-top: 735px;
  }

  .tw .md\:pt-148{
    padding-top: 740px;
  }

  .tw .md\:pt-149{
    padding-top: 745px;
  }

  .tw .md\:pt-0\.5{
    padding-top: 3px;
  }

  .tw .md\:pt-1px{
    padding-top: 1px;
  }

  .tw .md\:pt-2px{
    padding-top: 2px;
  }

  .tw .md\:pt-3px{
    padding-top: 3px;
  }

  .tw .md\:pt-4px{
    padding-top: 4px;
  }

  .tw .md\:pt-5px{
    padding-top: 5px;
  }

  .tw .md\:pt-6px{
    padding-top: 6px;
  }

  .tw .md\:pt-7px{
    padding-top: 7px;
  }

  .tw .md\:pt-8px{
    padding-top: 8px;
  }

  .tw .md\:pt-9px{
    padding-top: 9px;
  }

  .tw .md\:pt-10px{
    padding-top: 10px;
  }

  .tw .md\:pt-11px{
    padding-top: 11px;
  }

  .tw .md\:pt-12px{
    padding-top: 12px;
  }

  .tw .md\:pt-13px{
    padding-top: 13px;
  }

  .tw .md\:pt-14px{
    padding-top: 14px;
  }

  .tw .md\:pt-15px{
    padding-top: 15px;
  }

  .tw .md\:pt-16px{
    padding-top: 16px;
  }

  .tw .md\:pt-17px{
    padding-top: 17px;
  }

  .tw .md\:pt-18px{
    padding-top: 18px;
  }

  .tw .md\:pt-19px{
    padding-top: 19px;
  }

  .tw .md\:pt-20px{
    padding-top: 20px;
  }

  .tw .md\:pt-21px{
    padding-top: 21px;
  }

  .tw .md\:pt-22px{
    padding-top: 22px;
  }

  .tw .md\:pt-23px{
    padding-top: 23px;
  }

  .tw .md\:pt-24px{
    padding-top: 24px;
  }

  .tw .md\:pt-25px{
    padding-top: 25px;
  }

  .tw .md\:pt-26px{
    padding-top: 26px;
  }

  .tw .md\:pt-27px{
    padding-top: 27px;
  }

  .tw .md\:pt-28px{
    padding-top: 28px;
  }

  .tw .md\:pt-29px{
    padding-top: 29px;
  }

  .tw .md\:pt-30px{
    padding-top: 30px;
  }

  .tw .md\:pt-31px{
    padding-top: 31px;
  }

  .tw .md\:pt-32px{
    padding-top: 32px;
  }

  .tw .md\:pt-33px{
    padding-top: 33px;
  }

  .tw .md\:pt-34px{
    padding-top: 34px;
  }

  .tw .md\:pt-35px{
    padding-top: 35px;
  }

  .tw .md\:pt-36px{
    padding-top: 36px;
  }

  .tw .md\:pt-37px{
    padding-top: 37px;
  }

  .tw .md\:pt-38px{
    padding-top: 38px;
  }

  .tw .md\:pt-39px{
    padding-top: 39px;
  }

  .tw .md\:pt-40px{
    padding-top: 40px;
  }

  .tw .md\:pr-0{
    padding-right: 0px;
  }

  .tw .md\:pr-1{
    padding-right: 5px;
  }

  .tw .md\:pr-2{
    padding-right: 10px;
  }

  .tw .md\:pr-3{
    padding-right: 15px;
  }

  .tw .md\:pr-4{
    padding-right: 20px;
  }

  .tw .md\:pr-5{
    padding-right: 25px;
  }

  .tw .md\:pr-6{
    padding-right: 30px;
  }

  .tw .md\:pr-7{
    padding-right: 35px;
  }

  .tw .md\:pr-8{
    padding-right: 40px;
  }

  .tw .md\:pr-9{
    padding-right: 45px;
  }

  .tw .md\:pr-10{
    padding-right: 50px;
  }

  .tw .md\:pr-11{
    padding-right: 55px;
  }

  .tw .md\:pr-12{
    padding-right: 60px;
  }

  .tw .md\:pr-13{
    padding-right: 65px;
  }

  .tw .md\:pr-14{
    padding-right: 70px;
  }

  .tw .md\:pr-15{
    padding-right: 75px;
  }

  .tw .md\:pr-16{
    padding-right: 80px;
  }

  .tw .md\:pr-17{
    padding-right: 85px;
  }

  .tw .md\:pr-18{
    padding-right: 90px;
  }

  .tw .md\:pr-19{
    padding-right: 95px;
  }

  .tw .md\:pr-20{
    padding-right: 100px;
  }

  .tw .md\:pr-21{
    padding-right: 105px;
  }

  .tw .md\:pr-22{
    padding-right: 110px;
  }

  .tw .md\:pr-23{
    padding-right: 115px;
  }

  .tw .md\:pr-24{
    padding-right: 120px;
  }

  .tw .md\:pr-25{
    padding-right: 125px;
  }

  .tw .md\:pr-26{
    padding-right: 130px;
  }

  .tw .md\:pr-27{
    padding-right: 135px;
  }

  .tw .md\:pr-28{
    padding-right: 140px;
  }

  .tw .md\:pr-29{
    padding-right: 145px;
  }

  .tw .md\:pr-30{
    padding-right: 150px;
  }

  .tw .md\:pr-31{
    padding-right: 155px;
  }

  .tw .md\:pr-32{
    padding-right: 160px;
  }

  .tw .md\:pr-33{
    padding-right: 165px;
  }

  .tw .md\:pr-34{
    padding-right: 170px;
  }

  .tw .md\:pr-35{
    padding-right: 175px;
  }

  .tw .md\:pr-36{
    padding-right: 180px;
  }

  .tw .md\:pr-37{
    padding-right: 185px;
  }

  .tw .md\:pr-38{
    padding-right: 190px;
  }

  .tw .md\:pr-39{
    padding-right: 195px;
  }

  .tw .md\:pr-40{
    padding-right: 200px;
  }

  .tw .md\:pr-41{
    padding-right: 205px;
  }

  .tw .md\:pr-42{
    padding-right: 210px;
  }

  .tw .md\:pr-43{
    padding-right: 215px;
  }

  .tw .md\:pr-44{
    padding-right: 220px;
  }

  .tw .md\:pr-45{
    padding-right: 225px;
  }

  .tw .md\:pr-46{
    padding-right: 230px;
  }

  .tw .md\:pr-47{
    padding-right: 235px;
  }

  .tw .md\:pr-48{
    padding-right: 240px;
  }

  .tw .md\:pr-49{
    padding-right: 245px;
  }

  .tw .md\:pr-50{
    padding-right: 250px;
  }

  .tw .md\:pr-51{
    padding-right: 255px;
  }

  .tw .md\:pr-52{
    padding-right: 260px;
  }

  .tw .md\:pr-53{
    padding-right: 265px;
  }

  .tw .md\:pr-54{
    padding-right: 270px;
  }

  .tw .md\:pr-55{
    padding-right: 275px;
  }

  .tw .md\:pr-56{
    padding-right: 280px;
  }

  .tw .md\:pr-57{
    padding-right: 285px;
  }

  .tw .md\:pr-58{
    padding-right: 290px;
  }

  .tw .md\:pr-59{
    padding-right: 295px;
  }

  .tw .md\:pr-60{
    padding-right: 300px;
  }

  .tw .md\:pr-61{
    padding-right: 305px;
  }

  .tw .md\:pr-62{
    padding-right: 310px;
  }

  .tw .md\:pr-63{
    padding-right: 315px;
  }

  .tw .md\:pr-64{
    padding-right: 320px;
  }

  .tw .md\:pr-65{
    padding-right: 325px;
  }

  .tw .md\:pr-66{
    padding-right: 330px;
  }

  .tw .md\:pr-67{
    padding-right: 335px;
  }

  .tw .md\:pr-68{
    padding-right: 340px;
  }

  .tw .md\:pr-69{
    padding-right: 345px;
  }

  .tw .md\:pr-70{
    padding-right: 350px;
  }

  .tw .md\:pr-71{
    padding-right: 355px;
  }

  .tw .md\:pr-72{
    padding-right: 360px;
  }

  .tw .md\:pr-73{
    padding-right: 365px;
  }

  .tw .md\:pr-74{
    padding-right: 370px;
  }

  .tw .md\:pr-75{
    padding-right: 375px;
  }

  .tw .md\:pr-76{
    padding-right: 380px;
  }

  .tw .md\:pr-77{
    padding-right: 385px;
  }

  .tw .md\:pr-78{
    padding-right: 390px;
  }

  .tw .md\:pr-79{
    padding-right: 395px;
  }

  .tw .md\:pr-80{
    padding-right: 400px;
  }

  .tw .md\:pr-81{
    padding-right: 405px;
  }

  .tw .md\:pr-82{
    padding-right: 410px;
  }

  .tw .md\:pr-83{
    padding-right: 415px;
  }

  .tw .md\:pr-84{
    padding-right: 420px;
  }

  .tw .md\:pr-85{
    padding-right: 425px;
  }

  .tw .md\:pr-86{
    padding-right: 430px;
  }

  .tw .md\:pr-87{
    padding-right: 435px;
  }

  .tw .md\:pr-88{
    padding-right: 440px;
  }

  .tw .md\:pr-89{
    padding-right: 445px;
  }

  .tw .md\:pr-90{
    padding-right: 450px;
  }

  .tw .md\:pr-91{
    padding-right: 455px;
  }

  .tw .md\:pr-92{
    padding-right: 460px;
  }

  .tw .md\:pr-93{
    padding-right: 465px;
  }

  .tw .md\:pr-94{
    padding-right: 470px;
  }

  .tw .md\:pr-95{
    padding-right: 475px;
  }

  .tw .md\:pr-96{
    padding-right: 480px;
  }

  .tw .md\:pr-97{
    padding-right: 485px;
  }

  .tw .md\:pr-98{
    padding-right: 490px;
  }

  .tw .md\:pr-99{
    padding-right: 495px;
  }

  .tw .md\:pr-100{
    padding-right: 500px;
  }

  .tw .md\:pr-101{
    padding-right: 505px;
  }

  .tw .md\:pr-102{
    padding-right: 510px;
  }

  .tw .md\:pr-103{
    padding-right: 515px;
  }

  .tw .md\:pr-104{
    padding-right: 520px;
  }

  .tw .md\:pr-105{
    padding-right: 525px;
  }

  .tw .md\:pr-106{
    padding-right: 530px;
  }

  .tw .md\:pr-107{
    padding-right: 535px;
  }

  .tw .md\:pr-108{
    padding-right: 540px;
  }

  .tw .md\:pr-109{
    padding-right: 545px;
  }

  .tw .md\:pr-110{
    padding-right: 550px;
  }

  .tw .md\:pr-111{
    padding-right: 555px;
  }

  .tw .md\:pr-112{
    padding-right: 560px;
  }

  .tw .md\:pr-113{
    padding-right: 565px;
  }

  .tw .md\:pr-114{
    padding-right: 570px;
  }

  .tw .md\:pr-115{
    padding-right: 575px;
  }

  .tw .md\:pr-116{
    padding-right: 580px;
  }

  .tw .md\:pr-117{
    padding-right: 585px;
  }

  .tw .md\:pr-118{
    padding-right: 590px;
  }

  .tw .md\:pr-119{
    padding-right: 595px;
  }

  .tw .md\:pr-120{
    padding-right: 600px;
  }

  .tw .md\:pr-121{
    padding-right: 605px;
  }

  .tw .md\:pr-122{
    padding-right: 610px;
  }

  .tw .md\:pr-123{
    padding-right: 615px;
  }

  .tw .md\:pr-124{
    padding-right: 620px;
  }

  .tw .md\:pr-125{
    padding-right: 625px;
  }

  .tw .md\:pr-126{
    padding-right: 630px;
  }

  .tw .md\:pr-127{
    padding-right: 635px;
  }

  .tw .md\:pr-128{
    padding-right: 640px;
  }

  .tw .md\:pr-129{
    padding-right: 645px;
  }

  .tw .md\:pr-130{
    padding-right: 650px;
  }

  .tw .md\:pr-131{
    padding-right: 655px;
  }

  .tw .md\:pr-132{
    padding-right: 660px;
  }

  .tw .md\:pr-133{
    padding-right: 665px;
  }

  .tw .md\:pr-134{
    padding-right: 670px;
  }

  .tw .md\:pr-135{
    padding-right: 675px;
  }

  .tw .md\:pr-136{
    padding-right: 680px;
  }

  .tw .md\:pr-137{
    padding-right: 685px;
  }

  .tw .md\:pr-138{
    padding-right: 690px;
  }

  .tw .md\:pr-139{
    padding-right: 695px;
  }

  .tw .md\:pr-140{
    padding-right: 700px;
  }

  .tw .md\:pr-141{
    padding-right: 705px;
  }

  .tw .md\:pr-142{
    padding-right: 710px;
  }

  .tw .md\:pr-143{
    padding-right: 715px;
  }

  .tw .md\:pr-144{
    padding-right: 720px;
  }

  .tw .md\:pr-145{
    padding-right: 725px;
  }

  .tw .md\:pr-146{
    padding-right: 730px;
  }

  .tw .md\:pr-147{
    padding-right: 735px;
  }

  .tw .md\:pr-148{
    padding-right: 740px;
  }

  .tw .md\:pr-149{
    padding-right: 745px;
  }

  .tw .md\:pr-0\.5{
    padding-right: 3px;
  }

  .tw .md\:pr-1px{
    padding-right: 1px;
  }

  .tw .md\:pr-2px{
    padding-right: 2px;
  }

  .tw .md\:pr-3px{
    padding-right: 3px;
  }

  .tw .md\:pr-4px{
    padding-right: 4px;
  }

  .tw .md\:pr-5px{
    padding-right: 5px;
  }

  .tw .md\:pr-6px{
    padding-right: 6px;
  }

  .tw .md\:pr-7px{
    padding-right: 7px;
  }

  .tw .md\:pr-8px{
    padding-right: 8px;
  }

  .tw .md\:pr-9px{
    padding-right: 9px;
  }

  .tw .md\:pr-10px{
    padding-right: 10px;
  }

  .tw .md\:pr-11px{
    padding-right: 11px;
  }

  .tw .md\:pr-12px{
    padding-right: 12px;
  }

  .tw .md\:pr-13px{
    padding-right: 13px;
  }

  .tw .md\:pr-14px{
    padding-right: 14px;
  }

  .tw .md\:pr-15px{
    padding-right: 15px;
  }

  .tw .md\:pr-16px{
    padding-right: 16px;
  }

  .tw .md\:pr-17px{
    padding-right: 17px;
  }

  .tw .md\:pr-18px{
    padding-right: 18px;
  }

  .tw .md\:pr-19px{
    padding-right: 19px;
  }

  .tw .md\:pr-20px{
    padding-right: 20px;
  }

  .tw .md\:pr-21px{
    padding-right: 21px;
  }

  .tw .md\:pr-22px{
    padding-right: 22px;
  }

  .tw .md\:pr-23px{
    padding-right: 23px;
  }

  .tw .md\:pr-24px{
    padding-right: 24px;
  }

  .tw .md\:pr-25px{
    padding-right: 25px;
  }

  .tw .md\:pr-26px{
    padding-right: 26px;
  }

  .tw .md\:pr-27px{
    padding-right: 27px;
  }

  .tw .md\:pr-28px{
    padding-right: 28px;
  }

  .tw .md\:pr-29px{
    padding-right: 29px;
  }

  .tw .md\:pr-30px{
    padding-right: 30px;
  }

  .tw .md\:pr-31px{
    padding-right: 31px;
  }

  .tw .md\:pr-32px{
    padding-right: 32px;
  }

  .tw .md\:pr-33px{
    padding-right: 33px;
  }

  .tw .md\:pr-34px{
    padding-right: 34px;
  }

  .tw .md\:pr-35px{
    padding-right: 35px;
  }

  .tw .md\:pr-36px{
    padding-right: 36px;
  }

  .tw .md\:pr-37px{
    padding-right: 37px;
  }

  .tw .md\:pr-38px{
    padding-right: 38px;
  }

  .tw .md\:pr-39px{
    padding-right: 39px;
  }

  .tw .md\:pr-40px{
    padding-right: 40px;
  }

  .tw .md\:pb-0{
    padding-bottom: 0px;
  }

  .tw .md\:pb-1{
    padding-bottom: 5px;
  }

  .tw .md\:pb-2{
    padding-bottom: 10px;
  }

  .tw .md\:pb-3{
    padding-bottom: 15px;
  }

  .tw .md\:pb-4{
    padding-bottom: 20px;
  }

  .tw .md\:pb-5{
    padding-bottom: 25px;
  }

  .tw .md\:pb-6{
    padding-bottom: 30px;
  }

  .tw .md\:pb-7{
    padding-bottom: 35px;
  }

  .tw .md\:pb-8{
    padding-bottom: 40px;
  }

  .tw .md\:pb-9{
    padding-bottom: 45px;
  }

  .tw .md\:pb-10{
    padding-bottom: 50px;
  }

  .tw .md\:pb-11{
    padding-bottom: 55px;
  }

  .tw .md\:pb-12{
    padding-bottom: 60px;
  }

  .tw .md\:pb-13{
    padding-bottom: 65px;
  }

  .tw .md\:pb-14{
    padding-bottom: 70px;
  }

  .tw .md\:pb-15{
    padding-bottom: 75px;
  }

  .tw .md\:pb-16{
    padding-bottom: 80px;
  }

  .tw .md\:pb-17{
    padding-bottom: 85px;
  }

  .tw .md\:pb-18{
    padding-bottom: 90px;
  }

  .tw .md\:pb-19{
    padding-bottom: 95px;
  }

  .tw .md\:pb-20{
    padding-bottom: 100px;
  }

  .tw .md\:pb-21{
    padding-bottom: 105px;
  }

  .tw .md\:pb-22{
    padding-bottom: 110px;
  }

  .tw .md\:pb-23{
    padding-bottom: 115px;
  }

  .tw .md\:pb-24{
    padding-bottom: 120px;
  }

  .tw .md\:pb-25{
    padding-bottom: 125px;
  }

  .tw .md\:pb-26{
    padding-bottom: 130px;
  }

  .tw .md\:pb-27{
    padding-bottom: 135px;
  }

  .tw .md\:pb-28{
    padding-bottom: 140px;
  }

  .tw .md\:pb-29{
    padding-bottom: 145px;
  }

  .tw .md\:pb-30{
    padding-bottom: 150px;
  }

  .tw .md\:pb-31{
    padding-bottom: 155px;
  }

  .tw .md\:pb-32{
    padding-bottom: 160px;
  }

  .tw .md\:pb-33{
    padding-bottom: 165px;
  }

  .tw .md\:pb-34{
    padding-bottom: 170px;
  }

  .tw .md\:pb-35{
    padding-bottom: 175px;
  }

  .tw .md\:pb-36{
    padding-bottom: 180px;
  }

  .tw .md\:pb-37{
    padding-bottom: 185px;
  }

  .tw .md\:pb-38{
    padding-bottom: 190px;
  }

  .tw .md\:pb-39{
    padding-bottom: 195px;
  }

  .tw .md\:pb-40{
    padding-bottom: 200px;
  }

  .tw .md\:pb-41{
    padding-bottom: 205px;
  }

  .tw .md\:pb-42{
    padding-bottom: 210px;
  }

  .tw .md\:pb-43{
    padding-bottom: 215px;
  }

  .tw .md\:pb-44{
    padding-bottom: 220px;
  }

  .tw .md\:pb-45{
    padding-bottom: 225px;
  }

  .tw .md\:pb-46{
    padding-bottom: 230px;
  }

  .tw .md\:pb-47{
    padding-bottom: 235px;
  }

  .tw .md\:pb-48{
    padding-bottom: 240px;
  }

  .tw .md\:pb-49{
    padding-bottom: 245px;
  }

  .tw .md\:pb-50{
    padding-bottom: 250px;
  }

  .tw .md\:pb-51{
    padding-bottom: 255px;
  }

  .tw .md\:pb-52{
    padding-bottom: 260px;
  }

  .tw .md\:pb-53{
    padding-bottom: 265px;
  }

  .tw .md\:pb-54{
    padding-bottom: 270px;
  }

  .tw .md\:pb-55{
    padding-bottom: 275px;
  }

  .tw .md\:pb-56{
    padding-bottom: 280px;
  }

  .tw .md\:pb-57{
    padding-bottom: 285px;
  }

  .tw .md\:pb-58{
    padding-bottom: 290px;
  }

  .tw .md\:pb-59{
    padding-bottom: 295px;
  }

  .tw .md\:pb-60{
    padding-bottom: 300px;
  }

  .tw .md\:pb-61{
    padding-bottom: 305px;
  }

  .tw .md\:pb-62{
    padding-bottom: 310px;
  }

  .tw .md\:pb-63{
    padding-bottom: 315px;
  }

  .tw .md\:pb-64{
    padding-bottom: 320px;
  }

  .tw .md\:pb-65{
    padding-bottom: 325px;
  }

  .tw .md\:pb-66{
    padding-bottom: 330px;
  }

  .tw .md\:pb-67{
    padding-bottom: 335px;
  }

  .tw .md\:pb-68{
    padding-bottom: 340px;
  }

  .tw .md\:pb-69{
    padding-bottom: 345px;
  }

  .tw .md\:pb-70{
    padding-bottom: 350px;
  }

  .tw .md\:pb-71{
    padding-bottom: 355px;
  }

  .tw .md\:pb-72{
    padding-bottom: 360px;
  }

  .tw .md\:pb-73{
    padding-bottom: 365px;
  }

  .tw .md\:pb-74{
    padding-bottom: 370px;
  }

  .tw .md\:pb-75{
    padding-bottom: 375px;
  }

  .tw .md\:pb-76{
    padding-bottom: 380px;
  }

  .tw .md\:pb-77{
    padding-bottom: 385px;
  }

  .tw .md\:pb-78{
    padding-bottom: 390px;
  }

  .tw .md\:pb-79{
    padding-bottom: 395px;
  }

  .tw .md\:pb-80{
    padding-bottom: 400px;
  }

  .tw .md\:pb-81{
    padding-bottom: 405px;
  }

  .tw .md\:pb-82{
    padding-bottom: 410px;
  }

  .tw .md\:pb-83{
    padding-bottom: 415px;
  }

  .tw .md\:pb-84{
    padding-bottom: 420px;
  }

  .tw .md\:pb-85{
    padding-bottom: 425px;
  }

  .tw .md\:pb-86{
    padding-bottom: 430px;
  }

  .tw .md\:pb-87{
    padding-bottom: 435px;
  }

  .tw .md\:pb-88{
    padding-bottom: 440px;
  }

  .tw .md\:pb-89{
    padding-bottom: 445px;
  }

  .tw .md\:pb-90{
    padding-bottom: 450px;
  }

  .tw .md\:pb-91{
    padding-bottom: 455px;
  }

  .tw .md\:pb-92{
    padding-bottom: 460px;
  }

  .tw .md\:pb-93{
    padding-bottom: 465px;
  }

  .tw .md\:pb-94{
    padding-bottom: 470px;
  }

  .tw .md\:pb-95{
    padding-bottom: 475px;
  }

  .tw .md\:pb-96{
    padding-bottom: 480px;
  }

  .tw .md\:pb-97{
    padding-bottom: 485px;
  }

  .tw .md\:pb-98{
    padding-bottom: 490px;
  }

  .tw .md\:pb-99{
    padding-bottom: 495px;
  }

  .tw .md\:pb-100{
    padding-bottom: 500px;
  }

  .tw .md\:pb-101{
    padding-bottom: 505px;
  }

  .tw .md\:pb-102{
    padding-bottom: 510px;
  }

  .tw .md\:pb-103{
    padding-bottom: 515px;
  }

  .tw .md\:pb-104{
    padding-bottom: 520px;
  }

  .tw .md\:pb-105{
    padding-bottom: 525px;
  }

  .tw .md\:pb-106{
    padding-bottom: 530px;
  }

  .tw .md\:pb-107{
    padding-bottom: 535px;
  }

  .tw .md\:pb-108{
    padding-bottom: 540px;
  }

  .tw .md\:pb-109{
    padding-bottom: 545px;
  }

  .tw .md\:pb-110{
    padding-bottom: 550px;
  }

  .tw .md\:pb-111{
    padding-bottom: 555px;
  }

  .tw .md\:pb-112{
    padding-bottom: 560px;
  }

  .tw .md\:pb-113{
    padding-bottom: 565px;
  }

  .tw .md\:pb-114{
    padding-bottom: 570px;
  }

  .tw .md\:pb-115{
    padding-bottom: 575px;
  }

  .tw .md\:pb-116{
    padding-bottom: 580px;
  }

  .tw .md\:pb-117{
    padding-bottom: 585px;
  }

  .tw .md\:pb-118{
    padding-bottom: 590px;
  }

  .tw .md\:pb-119{
    padding-bottom: 595px;
  }

  .tw .md\:pb-120{
    padding-bottom: 600px;
  }

  .tw .md\:pb-121{
    padding-bottom: 605px;
  }

  .tw .md\:pb-122{
    padding-bottom: 610px;
  }

  .tw .md\:pb-123{
    padding-bottom: 615px;
  }

  .tw .md\:pb-124{
    padding-bottom: 620px;
  }

  .tw .md\:pb-125{
    padding-bottom: 625px;
  }

  .tw .md\:pb-126{
    padding-bottom: 630px;
  }

  .tw .md\:pb-127{
    padding-bottom: 635px;
  }

  .tw .md\:pb-128{
    padding-bottom: 640px;
  }

  .tw .md\:pb-129{
    padding-bottom: 645px;
  }

  .tw .md\:pb-130{
    padding-bottom: 650px;
  }

  .tw .md\:pb-131{
    padding-bottom: 655px;
  }

  .tw .md\:pb-132{
    padding-bottom: 660px;
  }

  .tw .md\:pb-133{
    padding-bottom: 665px;
  }

  .tw .md\:pb-134{
    padding-bottom: 670px;
  }

  .tw .md\:pb-135{
    padding-bottom: 675px;
  }

  .tw .md\:pb-136{
    padding-bottom: 680px;
  }

  .tw .md\:pb-137{
    padding-bottom: 685px;
  }

  .tw .md\:pb-138{
    padding-bottom: 690px;
  }

  .tw .md\:pb-139{
    padding-bottom: 695px;
  }

  .tw .md\:pb-140{
    padding-bottom: 700px;
  }

  .tw .md\:pb-141{
    padding-bottom: 705px;
  }

  .tw .md\:pb-142{
    padding-bottom: 710px;
  }

  .tw .md\:pb-143{
    padding-bottom: 715px;
  }

  .tw .md\:pb-144{
    padding-bottom: 720px;
  }

  .tw .md\:pb-145{
    padding-bottom: 725px;
  }

  .tw .md\:pb-146{
    padding-bottom: 730px;
  }

  .tw .md\:pb-147{
    padding-bottom: 735px;
  }

  .tw .md\:pb-148{
    padding-bottom: 740px;
  }

  .tw .md\:pb-149{
    padding-bottom: 745px;
  }

  .tw .md\:pb-0\.5{
    padding-bottom: 3px;
  }

  .tw .md\:pb-1px{
    padding-bottom: 1px;
  }

  .tw .md\:pb-2px{
    padding-bottom: 2px;
  }

  .tw .md\:pb-3px{
    padding-bottom: 3px;
  }

  .tw .md\:pb-4px{
    padding-bottom: 4px;
  }

  .tw .md\:pb-5px{
    padding-bottom: 5px;
  }

  .tw .md\:pb-6px{
    padding-bottom: 6px;
  }

  .tw .md\:pb-7px{
    padding-bottom: 7px;
  }

  .tw .md\:pb-8px{
    padding-bottom: 8px;
  }

  .tw .md\:pb-9px{
    padding-bottom: 9px;
  }

  .tw .md\:pb-10px{
    padding-bottom: 10px;
  }

  .tw .md\:pb-11px{
    padding-bottom: 11px;
  }

  .tw .md\:pb-12px{
    padding-bottom: 12px;
  }

  .tw .md\:pb-13px{
    padding-bottom: 13px;
  }

  .tw .md\:pb-14px{
    padding-bottom: 14px;
  }

  .tw .md\:pb-15px{
    padding-bottom: 15px;
  }

  .tw .md\:pb-16px{
    padding-bottom: 16px;
  }

  .tw .md\:pb-17px{
    padding-bottom: 17px;
  }

  .tw .md\:pb-18px{
    padding-bottom: 18px;
  }

  .tw .md\:pb-19px{
    padding-bottom: 19px;
  }

  .tw .md\:pb-20px{
    padding-bottom: 20px;
  }

  .tw .md\:pb-21px{
    padding-bottom: 21px;
  }

  .tw .md\:pb-22px{
    padding-bottom: 22px;
  }

  .tw .md\:pb-23px{
    padding-bottom: 23px;
  }

  .tw .md\:pb-24px{
    padding-bottom: 24px;
  }

  .tw .md\:pb-25px{
    padding-bottom: 25px;
  }

  .tw .md\:pb-26px{
    padding-bottom: 26px;
  }

  .tw .md\:pb-27px{
    padding-bottom: 27px;
  }

  .tw .md\:pb-28px{
    padding-bottom: 28px;
  }

  .tw .md\:pb-29px{
    padding-bottom: 29px;
  }

  .tw .md\:pb-30px{
    padding-bottom: 30px;
  }

  .tw .md\:pb-31px{
    padding-bottom: 31px;
  }

  .tw .md\:pb-32px{
    padding-bottom: 32px;
  }

  .tw .md\:pb-33px{
    padding-bottom: 33px;
  }

  .tw .md\:pb-34px{
    padding-bottom: 34px;
  }

  .tw .md\:pb-35px{
    padding-bottom: 35px;
  }

  .tw .md\:pb-36px{
    padding-bottom: 36px;
  }

  .tw .md\:pb-37px{
    padding-bottom: 37px;
  }

  .tw .md\:pb-38px{
    padding-bottom: 38px;
  }

  .tw .md\:pb-39px{
    padding-bottom: 39px;
  }

  .tw .md\:pb-40px{
    padding-bottom: 40px;
  }

  .tw .md\:pl-0{
    padding-left: 0px;
  }

  .tw .md\:pl-1{
    padding-left: 5px;
  }

  .tw .md\:pl-2{
    padding-left: 10px;
  }

  .tw .md\:pl-3{
    padding-left: 15px;
  }

  .tw .md\:pl-4{
    padding-left: 20px;
  }

  .tw .md\:pl-5{
    padding-left: 25px;
  }

  .tw .md\:pl-6{
    padding-left: 30px;
  }

  .tw .md\:pl-7{
    padding-left: 35px;
  }

  .tw .md\:pl-8{
    padding-left: 40px;
  }

  .tw .md\:pl-9{
    padding-left: 45px;
  }

  .tw .md\:pl-10{
    padding-left: 50px;
  }

  .tw .md\:pl-11{
    padding-left: 55px;
  }

  .tw .md\:pl-12{
    padding-left: 60px;
  }

  .tw .md\:pl-13{
    padding-left: 65px;
  }

  .tw .md\:pl-14{
    padding-left: 70px;
  }

  .tw .md\:pl-15{
    padding-left: 75px;
  }

  .tw .md\:pl-16{
    padding-left: 80px;
  }

  .tw .md\:pl-17{
    padding-left: 85px;
  }

  .tw .md\:pl-18{
    padding-left: 90px;
  }

  .tw .md\:pl-19{
    padding-left: 95px;
  }

  .tw .md\:pl-20{
    padding-left: 100px;
  }

  .tw .md\:pl-21{
    padding-left: 105px;
  }

  .tw .md\:pl-22{
    padding-left: 110px;
  }

  .tw .md\:pl-23{
    padding-left: 115px;
  }

  .tw .md\:pl-24{
    padding-left: 120px;
  }

  .tw .md\:pl-25{
    padding-left: 125px;
  }

  .tw .md\:pl-26{
    padding-left: 130px;
  }

  .tw .md\:pl-27{
    padding-left: 135px;
  }

  .tw .md\:pl-28{
    padding-left: 140px;
  }

  .tw .md\:pl-29{
    padding-left: 145px;
  }

  .tw .md\:pl-30{
    padding-left: 150px;
  }

  .tw .md\:pl-31{
    padding-left: 155px;
  }

  .tw .md\:pl-32{
    padding-left: 160px;
  }

  .tw .md\:pl-33{
    padding-left: 165px;
  }

  .tw .md\:pl-34{
    padding-left: 170px;
  }

  .tw .md\:pl-35{
    padding-left: 175px;
  }

  .tw .md\:pl-36{
    padding-left: 180px;
  }

  .tw .md\:pl-37{
    padding-left: 185px;
  }

  .tw .md\:pl-38{
    padding-left: 190px;
  }

  .tw .md\:pl-39{
    padding-left: 195px;
  }

  .tw .md\:pl-40{
    padding-left: 200px;
  }

  .tw .md\:pl-41{
    padding-left: 205px;
  }

  .tw .md\:pl-42{
    padding-left: 210px;
  }

  .tw .md\:pl-43{
    padding-left: 215px;
  }

  .tw .md\:pl-44{
    padding-left: 220px;
  }

  .tw .md\:pl-45{
    padding-left: 225px;
  }

  .tw .md\:pl-46{
    padding-left: 230px;
  }

  .tw .md\:pl-47{
    padding-left: 235px;
  }

  .tw .md\:pl-48{
    padding-left: 240px;
  }

  .tw .md\:pl-49{
    padding-left: 245px;
  }

  .tw .md\:pl-50{
    padding-left: 250px;
  }

  .tw .md\:pl-51{
    padding-left: 255px;
  }

  .tw .md\:pl-52{
    padding-left: 260px;
  }

  .tw .md\:pl-53{
    padding-left: 265px;
  }

  .tw .md\:pl-54{
    padding-left: 270px;
  }

  .tw .md\:pl-55{
    padding-left: 275px;
  }

  .tw .md\:pl-56{
    padding-left: 280px;
  }

  .tw .md\:pl-57{
    padding-left: 285px;
  }

  .tw .md\:pl-58{
    padding-left: 290px;
  }

  .tw .md\:pl-59{
    padding-left: 295px;
  }

  .tw .md\:pl-60{
    padding-left: 300px;
  }

  .tw .md\:pl-61{
    padding-left: 305px;
  }

  .tw .md\:pl-62{
    padding-left: 310px;
  }

  .tw .md\:pl-63{
    padding-left: 315px;
  }

  .tw .md\:pl-64{
    padding-left: 320px;
  }

  .tw .md\:pl-65{
    padding-left: 325px;
  }

  .tw .md\:pl-66{
    padding-left: 330px;
  }

  .tw .md\:pl-67{
    padding-left: 335px;
  }

  .tw .md\:pl-68{
    padding-left: 340px;
  }

  .tw .md\:pl-69{
    padding-left: 345px;
  }

  .tw .md\:pl-70{
    padding-left: 350px;
  }

  .tw .md\:pl-71{
    padding-left: 355px;
  }

  .tw .md\:pl-72{
    padding-left: 360px;
  }

  .tw .md\:pl-73{
    padding-left: 365px;
  }

  .tw .md\:pl-74{
    padding-left: 370px;
  }

  .tw .md\:pl-75{
    padding-left: 375px;
  }

  .tw .md\:pl-76{
    padding-left: 380px;
  }

  .tw .md\:pl-77{
    padding-left: 385px;
  }

  .tw .md\:pl-78{
    padding-left: 390px;
  }

  .tw .md\:pl-79{
    padding-left: 395px;
  }

  .tw .md\:pl-80{
    padding-left: 400px;
  }

  .tw .md\:pl-81{
    padding-left: 405px;
  }

  .tw .md\:pl-82{
    padding-left: 410px;
  }

  .tw .md\:pl-83{
    padding-left: 415px;
  }

  .tw .md\:pl-84{
    padding-left: 420px;
  }

  .tw .md\:pl-85{
    padding-left: 425px;
  }

  .tw .md\:pl-86{
    padding-left: 430px;
  }

  .tw .md\:pl-87{
    padding-left: 435px;
  }

  .tw .md\:pl-88{
    padding-left: 440px;
  }

  .tw .md\:pl-89{
    padding-left: 445px;
  }

  .tw .md\:pl-90{
    padding-left: 450px;
  }

  .tw .md\:pl-91{
    padding-left: 455px;
  }

  .tw .md\:pl-92{
    padding-left: 460px;
  }

  .tw .md\:pl-93{
    padding-left: 465px;
  }

  .tw .md\:pl-94{
    padding-left: 470px;
  }

  .tw .md\:pl-95{
    padding-left: 475px;
  }

  .tw .md\:pl-96{
    padding-left: 480px;
  }

  .tw .md\:pl-97{
    padding-left: 485px;
  }

  .tw .md\:pl-98{
    padding-left: 490px;
  }

  .tw .md\:pl-99{
    padding-left: 495px;
  }

  .tw .md\:pl-100{
    padding-left: 500px;
  }

  .tw .md\:pl-101{
    padding-left: 505px;
  }

  .tw .md\:pl-102{
    padding-left: 510px;
  }

  .tw .md\:pl-103{
    padding-left: 515px;
  }

  .tw .md\:pl-104{
    padding-left: 520px;
  }

  .tw .md\:pl-105{
    padding-left: 525px;
  }

  .tw .md\:pl-106{
    padding-left: 530px;
  }

  .tw .md\:pl-107{
    padding-left: 535px;
  }

  .tw .md\:pl-108{
    padding-left: 540px;
  }

  .tw .md\:pl-109{
    padding-left: 545px;
  }

  .tw .md\:pl-110{
    padding-left: 550px;
  }

  .tw .md\:pl-111{
    padding-left: 555px;
  }

  .tw .md\:pl-112{
    padding-left: 560px;
  }

  .tw .md\:pl-113{
    padding-left: 565px;
  }

  .tw .md\:pl-114{
    padding-left: 570px;
  }

  .tw .md\:pl-115{
    padding-left: 575px;
  }

  .tw .md\:pl-116{
    padding-left: 580px;
  }

  .tw .md\:pl-117{
    padding-left: 585px;
  }

  .tw .md\:pl-118{
    padding-left: 590px;
  }

  .tw .md\:pl-119{
    padding-left: 595px;
  }

  .tw .md\:pl-120{
    padding-left: 600px;
  }

  .tw .md\:pl-121{
    padding-left: 605px;
  }

  .tw .md\:pl-122{
    padding-left: 610px;
  }

  .tw .md\:pl-123{
    padding-left: 615px;
  }

  .tw .md\:pl-124{
    padding-left: 620px;
  }

  .tw .md\:pl-125{
    padding-left: 625px;
  }

  .tw .md\:pl-126{
    padding-left: 630px;
  }

  .tw .md\:pl-127{
    padding-left: 635px;
  }

  .tw .md\:pl-128{
    padding-left: 640px;
  }

  .tw .md\:pl-129{
    padding-left: 645px;
  }

  .tw .md\:pl-130{
    padding-left: 650px;
  }

  .tw .md\:pl-131{
    padding-left: 655px;
  }

  .tw .md\:pl-132{
    padding-left: 660px;
  }

  .tw .md\:pl-133{
    padding-left: 665px;
  }

  .tw .md\:pl-134{
    padding-left: 670px;
  }

  .tw .md\:pl-135{
    padding-left: 675px;
  }

  .tw .md\:pl-136{
    padding-left: 680px;
  }

  .tw .md\:pl-137{
    padding-left: 685px;
  }

  .tw .md\:pl-138{
    padding-left: 690px;
  }

  .tw .md\:pl-139{
    padding-left: 695px;
  }

  .tw .md\:pl-140{
    padding-left: 700px;
  }

  .tw .md\:pl-141{
    padding-left: 705px;
  }

  .tw .md\:pl-142{
    padding-left: 710px;
  }

  .tw .md\:pl-143{
    padding-left: 715px;
  }

  .tw .md\:pl-144{
    padding-left: 720px;
  }

  .tw .md\:pl-145{
    padding-left: 725px;
  }

  .tw .md\:pl-146{
    padding-left: 730px;
  }

  .tw .md\:pl-147{
    padding-left: 735px;
  }

  .tw .md\:pl-148{
    padding-left: 740px;
  }

  .tw .md\:pl-149{
    padding-left: 745px;
  }

  .tw .md\:pl-0\.5{
    padding-left: 3px;
  }

  .tw .md\:pl-1px{
    padding-left: 1px;
  }

  .tw .md\:pl-2px{
    padding-left: 2px;
  }

  .tw .md\:pl-3px{
    padding-left: 3px;
  }

  .tw .md\:pl-4px{
    padding-left: 4px;
  }

  .tw .md\:pl-5px{
    padding-left: 5px;
  }

  .tw .md\:pl-6px{
    padding-left: 6px;
  }

  .tw .md\:pl-7px{
    padding-left: 7px;
  }

  .tw .md\:pl-8px{
    padding-left: 8px;
  }

  .tw .md\:pl-9px{
    padding-left: 9px;
  }

  .tw .md\:pl-10px{
    padding-left: 10px;
  }

  .tw .md\:pl-11px{
    padding-left: 11px;
  }

  .tw .md\:pl-12px{
    padding-left: 12px;
  }

  .tw .md\:pl-13px{
    padding-left: 13px;
  }

  .tw .md\:pl-14px{
    padding-left: 14px;
  }

  .tw .md\:pl-15px{
    padding-left: 15px;
  }

  .tw .md\:pl-16px{
    padding-left: 16px;
  }

  .tw .md\:pl-17px{
    padding-left: 17px;
  }

  .tw .md\:pl-18px{
    padding-left: 18px;
  }

  .tw .md\:pl-19px{
    padding-left: 19px;
  }

  .tw .md\:pl-20px{
    padding-left: 20px;
  }

  .tw .md\:pl-21px{
    padding-left: 21px;
  }

  .tw .md\:pl-22px{
    padding-left: 22px;
  }

  .tw .md\:pl-23px{
    padding-left: 23px;
  }

  .tw .md\:pl-24px{
    padding-left: 24px;
  }

  .tw .md\:pl-25px{
    padding-left: 25px;
  }

  .tw .md\:pl-26px{
    padding-left: 26px;
  }

  .tw .md\:pl-27px{
    padding-left: 27px;
  }

  .tw .md\:pl-28px{
    padding-left: 28px;
  }

  .tw .md\:pl-29px{
    padding-left: 29px;
  }

  .tw .md\:pl-30px{
    padding-left: 30px;
  }

  .tw .md\:pl-31px{
    padding-left: 31px;
  }

  .tw .md\:pl-32px{
    padding-left: 32px;
  }

  .tw .md\:pl-33px{
    padding-left: 33px;
  }

  .tw .md\:pl-34px{
    padding-left: 34px;
  }

  .tw .md\:pl-35px{
    padding-left: 35px;
  }

  .tw .md\:pl-36px{
    padding-left: 36px;
  }

  .tw .md\:pl-37px{
    padding-left: 37px;
  }

  .tw .md\:pl-38px{
    padding-left: 38px;
  }

  .tw .md\:pl-39px{
    padding-left: 39px;
  }

  .tw .md\:pl-40px{
    padding-left: 40px;
  }

  .tw .md\:first\:pt-0:first-child{
    padding-top: 0px;
  }

  .tw .md\:first\:pt-1:first-child{
    padding-top: 5px;
  }

  .tw .md\:first\:pt-2:first-child{
    padding-top: 10px;
  }

  .tw .md\:first\:pt-3:first-child{
    padding-top: 15px;
  }

  .tw .md\:first\:pt-4:first-child{
    padding-top: 20px;
  }

  .tw .md\:first\:pt-5:first-child{
    padding-top: 25px;
  }

  .tw .md\:first\:pt-6:first-child{
    padding-top: 30px;
  }

  .tw .md\:first\:pt-7:first-child{
    padding-top: 35px;
  }

  .tw .md\:first\:pt-8:first-child{
    padding-top: 40px;
  }

  .tw .md\:first\:pt-9:first-child{
    padding-top: 45px;
  }

  .tw .md\:first\:pt-10:first-child{
    padding-top: 50px;
  }

  .tw .md\:first\:pt-11:first-child{
    padding-top: 55px;
  }

  .tw .md\:first\:pt-12:first-child{
    padding-top: 60px;
  }

  .tw .md\:first\:pt-13:first-child{
    padding-top: 65px;
  }

  .tw .md\:first\:pt-14:first-child{
    padding-top: 70px;
  }

  .tw .md\:first\:pt-15:first-child{
    padding-top: 75px;
  }

  .tw .md\:first\:pt-16:first-child{
    padding-top: 80px;
  }

  .tw .md\:first\:pt-17:first-child{
    padding-top: 85px;
  }

  .tw .md\:first\:pt-18:first-child{
    padding-top: 90px;
  }

  .tw .md\:first\:pt-19:first-child{
    padding-top: 95px;
  }

  .tw .md\:first\:pt-20:first-child{
    padding-top: 100px;
  }

  .tw .md\:first\:pt-21:first-child{
    padding-top: 105px;
  }

  .tw .md\:first\:pt-22:first-child{
    padding-top: 110px;
  }

  .tw .md\:first\:pt-23:first-child{
    padding-top: 115px;
  }

  .tw .md\:first\:pt-24:first-child{
    padding-top: 120px;
  }

  .tw .md\:first\:pt-25:first-child{
    padding-top: 125px;
  }

  .tw .md\:first\:pt-26:first-child{
    padding-top: 130px;
  }

  .tw .md\:first\:pt-27:first-child{
    padding-top: 135px;
  }

  .tw .md\:first\:pt-28:first-child{
    padding-top: 140px;
  }

  .tw .md\:first\:pt-29:first-child{
    padding-top: 145px;
  }

  .tw .md\:first\:pt-30:first-child{
    padding-top: 150px;
  }

  .tw .md\:first\:pt-31:first-child{
    padding-top: 155px;
  }

  .tw .md\:first\:pt-32:first-child{
    padding-top: 160px;
  }

  .tw .md\:first\:pt-33:first-child{
    padding-top: 165px;
  }

  .tw .md\:first\:pt-34:first-child{
    padding-top: 170px;
  }

  .tw .md\:first\:pt-35:first-child{
    padding-top: 175px;
  }

  .tw .md\:first\:pt-36:first-child{
    padding-top: 180px;
  }

  .tw .md\:first\:pt-37:first-child{
    padding-top: 185px;
  }

  .tw .md\:first\:pt-38:first-child{
    padding-top: 190px;
  }

  .tw .md\:first\:pt-39:first-child{
    padding-top: 195px;
  }

  .tw .md\:first\:pt-40:first-child{
    padding-top: 200px;
  }

  .tw .md\:first\:pt-41:first-child{
    padding-top: 205px;
  }

  .tw .md\:first\:pt-42:first-child{
    padding-top: 210px;
  }

  .tw .md\:first\:pt-43:first-child{
    padding-top: 215px;
  }

  .tw .md\:first\:pt-44:first-child{
    padding-top: 220px;
  }

  .tw .md\:first\:pt-45:first-child{
    padding-top: 225px;
  }

  .tw .md\:first\:pt-46:first-child{
    padding-top: 230px;
  }

  .tw .md\:first\:pt-47:first-child{
    padding-top: 235px;
  }

  .tw .md\:first\:pt-48:first-child{
    padding-top: 240px;
  }

  .tw .md\:first\:pt-49:first-child{
    padding-top: 245px;
  }

  .tw .md\:first\:pt-50:first-child{
    padding-top: 250px;
  }

  .tw .md\:first\:pt-51:first-child{
    padding-top: 255px;
  }

  .tw .md\:first\:pt-52:first-child{
    padding-top: 260px;
  }

  .tw .md\:first\:pt-53:first-child{
    padding-top: 265px;
  }

  .tw .md\:first\:pt-54:first-child{
    padding-top: 270px;
  }

  .tw .md\:first\:pt-55:first-child{
    padding-top: 275px;
  }

  .tw .md\:first\:pt-56:first-child{
    padding-top: 280px;
  }

  .tw .md\:first\:pt-57:first-child{
    padding-top: 285px;
  }

  .tw .md\:first\:pt-58:first-child{
    padding-top: 290px;
  }

  .tw .md\:first\:pt-59:first-child{
    padding-top: 295px;
  }

  .tw .md\:first\:pt-60:first-child{
    padding-top: 300px;
  }

  .tw .md\:first\:pt-61:first-child{
    padding-top: 305px;
  }

  .tw .md\:first\:pt-62:first-child{
    padding-top: 310px;
  }

  .tw .md\:first\:pt-63:first-child{
    padding-top: 315px;
  }

  .tw .md\:first\:pt-64:first-child{
    padding-top: 320px;
  }

  .tw .md\:first\:pt-65:first-child{
    padding-top: 325px;
  }

  .tw .md\:first\:pt-66:first-child{
    padding-top: 330px;
  }

  .tw .md\:first\:pt-67:first-child{
    padding-top: 335px;
  }

  .tw .md\:first\:pt-68:first-child{
    padding-top: 340px;
  }

  .tw .md\:first\:pt-69:first-child{
    padding-top: 345px;
  }

  .tw .md\:first\:pt-70:first-child{
    padding-top: 350px;
  }

  .tw .md\:first\:pt-71:first-child{
    padding-top: 355px;
  }

  .tw .md\:first\:pt-72:first-child{
    padding-top: 360px;
  }

  .tw .md\:first\:pt-73:first-child{
    padding-top: 365px;
  }

  .tw .md\:first\:pt-74:first-child{
    padding-top: 370px;
  }

  .tw .md\:first\:pt-75:first-child{
    padding-top: 375px;
  }

  .tw .md\:first\:pt-76:first-child{
    padding-top: 380px;
  }

  .tw .md\:first\:pt-77:first-child{
    padding-top: 385px;
  }

  .tw .md\:first\:pt-78:first-child{
    padding-top: 390px;
  }

  .tw .md\:first\:pt-79:first-child{
    padding-top: 395px;
  }

  .tw .md\:first\:pt-80:first-child{
    padding-top: 400px;
  }

  .tw .md\:first\:pt-81:first-child{
    padding-top: 405px;
  }

  .tw .md\:first\:pt-82:first-child{
    padding-top: 410px;
  }

  .tw .md\:first\:pt-83:first-child{
    padding-top: 415px;
  }

  .tw .md\:first\:pt-84:first-child{
    padding-top: 420px;
  }

  .tw .md\:first\:pt-85:first-child{
    padding-top: 425px;
  }

  .tw .md\:first\:pt-86:first-child{
    padding-top: 430px;
  }

  .tw .md\:first\:pt-87:first-child{
    padding-top: 435px;
  }

  .tw .md\:first\:pt-88:first-child{
    padding-top: 440px;
  }

  .tw .md\:first\:pt-89:first-child{
    padding-top: 445px;
  }

  .tw .md\:first\:pt-90:first-child{
    padding-top: 450px;
  }

  .tw .md\:first\:pt-91:first-child{
    padding-top: 455px;
  }

  .tw .md\:first\:pt-92:first-child{
    padding-top: 460px;
  }

  .tw .md\:first\:pt-93:first-child{
    padding-top: 465px;
  }

  .tw .md\:first\:pt-94:first-child{
    padding-top: 470px;
  }

  .tw .md\:first\:pt-95:first-child{
    padding-top: 475px;
  }

  .tw .md\:first\:pt-96:first-child{
    padding-top: 480px;
  }

  .tw .md\:first\:pt-97:first-child{
    padding-top: 485px;
  }

  .tw .md\:first\:pt-98:first-child{
    padding-top: 490px;
  }

  .tw .md\:first\:pt-99:first-child{
    padding-top: 495px;
  }

  .tw .md\:first\:pt-100:first-child{
    padding-top: 500px;
  }

  .tw .md\:first\:pt-101:first-child{
    padding-top: 505px;
  }

  .tw .md\:first\:pt-102:first-child{
    padding-top: 510px;
  }

  .tw .md\:first\:pt-103:first-child{
    padding-top: 515px;
  }

  .tw .md\:first\:pt-104:first-child{
    padding-top: 520px;
  }

  .tw .md\:first\:pt-105:first-child{
    padding-top: 525px;
  }

  .tw .md\:first\:pt-106:first-child{
    padding-top: 530px;
  }

  .tw .md\:first\:pt-107:first-child{
    padding-top: 535px;
  }

  .tw .md\:first\:pt-108:first-child{
    padding-top: 540px;
  }

  .tw .md\:first\:pt-109:first-child{
    padding-top: 545px;
  }

  .tw .md\:first\:pt-110:first-child{
    padding-top: 550px;
  }

  .tw .md\:first\:pt-111:first-child{
    padding-top: 555px;
  }

  .tw .md\:first\:pt-112:first-child{
    padding-top: 560px;
  }

  .tw .md\:first\:pt-113:first-child{
    padding-top: 565px;
  }

  .tw .md\:first\:pt-114:first-child{
    padding-top: 570px;
  }

  .tw .md\:first\:pt-115:first-child{
    padding-top: 575px;
  }

  .tw .md\:first\:pt-116:first-child{
    padding-top: 580px;
  }

  .tw .md\:first\:pt-117:first-child{
    padding-top: 585px;
  }

  .tw .md\:first\:pt-118:first-child{
    padding-top: 590px;
  }

  .tw .md\:first\:pt-119:first-child{
    padding-top: 595px;
  }

  .tw .md\:first\:pt-120:first-child{
    padding-top: 600px;
  }

  .tw .md\:first\:pt-121:first-child{
    padding-top: 605px;
  }

  .tw .md\:first\:pt-122:first-child{
    padding-top: 610px;
  }

  .tw .md\:first\:pt-123:first-child{
    padding-top: 615px;
  }

  .tw .md\:first\:pt-124:first-child{
    padding-top: 620px;
  }

  .tw .md\:first\:pt-125:first-child{
    padding-top: 625px;
  }

  .tw .md\:first\:pt-126:first-child{
    padding-top: 630px;
  }

  .tw .md\:first\:pt-127:first-child{
    padding-top: 635px;
  }

  .tw .md\:first\:pt-128:first-child{
    padding-top: 640px;
  }

  .tw .md\:first\:pt-129:first-child{
    padding-top: 645px;
  }

  .tw .md\:first\:pt-130:first-child{
    padding-top: 650px;
  }

  .tw .md\:first\:pt-131:first-child{
    padding-top: 655px;
  }

  .tw .md\:first\:pt-132:first-child{
    padding-top: 660px;
  }

  .tw .md\:first\:pt-133:first-child{
    padding-top: 665px;
  }

  .tw .md\:first\:pt-134:first-child{
    padding-top: 670px;
  }

  .tw .md\:first\:pt-135:first-child{
    padding-top: 675px;
  }

  .tw .md\:first\:pt-136:first-child{
    padding-top: 680px;
  }

  .tw .md\:first\:pt-137:first-child{
    padding-top: 685px;
  }

  .tw .md\:first\:pt-138:first-child{
    padding-top: 690px;
  }

  .tw .md\:first\:pt-139:first-child{
    padding-top: 695px;
  }

  .tw .md\:first\:pt-140:first-child{
    padding-top: 700px;
  }

  .tw .md\:first\:pt-141:first-child{
    padding-top: 705px;
  }

  .tw .md\:first\:pt-142:first-child{
    padding-top: 710px;
  }

  .tw .md\:first\:pt-143:first-child{
    padding-top: 715px;
  }

  .tw .md\:first\:pt-144:first-child{
    padding-top: 720px;
  }

  .tw .md\:first\:pt-145:first-child{
    padding-top: 725px;
  }

  .tw .md\:first\:pt-146:first-child{
    padding-top: 730px;
  }

  .tw .md\:first\:pt-147:first-child{
    padding-top: 735px;
  }

  .tw .md\:first\:pt-148:first-child{
    padding-top: 740px;
  }

  .tw .md\:first\:pt-149:first-child{
    padding-top: 745px;
  }

  .tw .md\:first\:pt-0\.5:first-child{
    padding-top: 3px;
  }

  .tw .md\:first\:pt-1px:first-child{
    padding-top: 1px;
  }

  .tw .md\:first\:pt-2px:first-child{
    padding-top: 2px;
  }

  .tw .md\:first\:pt-3px:first-child{
    padding-top: 3px;
  }

  .tw .md\:first\:pt-4px:first-child{
    padding-top: 4px;
  }

  .tw .md\:first\:pt-5px:first-child{
    padding-top: 5px;
  }

  .tw .md\:first\:pt-6px:first-child{
    padding-top: 6px;
  }

  .tw .md\:first\:pt-7px:first-child{
    padding-top: 7px;
  }

  .tw .md\:first\:pt-8px:first-child{
    padding-top: 8px;
  }

  .tw .md\:first\:pt-9px:first-child{
    padding-top: 9px;
  }

  .tw .md\:first\:pt-10px:first-child{
    padding-top: 10px;
  }

  .tw .md\:first\:pt-11px:first-child{
    padding-top: 11px;
  }

  .tw .md\:first\:pt-12px:first-child{
    padding-top: 12px;
  }

  .tw .md\:first\:pt-13px:first-child{
    padding-top: 13px;
  }

  .tw .md\:first\:pt-14px:first-child{
    padding-top: 14px;
  }

  .tw .md\:first\:pt-15px:first-child{
    padding-top: 15px;
  }

  .tw .md\:first\:pt-16px:first-child{
    padding-top: 16px;
  }

  .tw .md\:first\:pt-17px:first-child{
    padding-top: 17px;
  }

  .tw .md\:first\:pt-18px:first-child{
    padding-top: 18px;
  }

  .tw .md\:first\:pt-19px:first-child{
    padding-top: 19px;
  }

  .tw .md\:first\:pt-20px:first-child{
    padding-top: 20px;
  }

  .tw .md\:first\:pt-21px:first-child{
    padding-top: 21px;
  }

  .tw .md\:first\:pt-22px:first-child{
    padding-top: 22px;
  }

  .tw .md\:first\:pt-23px:first-child{
    padding-top: 23px;
  }

  .tw .md\:first\:pt-24px:first-child{
    padding-top: 24px;
  }

  .tw .md\:first\:pt-25px:first-child{
    padding-top: 25px;
  }

  .tw .md\:first\:pt-26px:first-child{
    padding-top: 26px;
  }

  .tw .md\:first\:pt-27px:first-child{
    padding-top: 27px;
  }

  .tw .md\:first\:pt-28px:first-child{
    padding-top: 28px;
  }

  .tw .md\:first\:pt-29px:first-child{
    padding-top: 29px;
  }

  .tw .md\:first\:pt-30px:first-child{
    padding-top: 30px;
  }

  .tw .md\:first\:pt-31px:first-child{
    padding-top: 31px;
  }

  .tw .md\:first\:pt-32px:first-child{
    padding-top: 32px;
  }

  .tw .md\:first\:pt-33px:first-child{
    padding-top: 33px;
  }

  .tw .md\:first\:pt-34px:first-child{
    padding-top: 34px;
  }

  .tw .md\:first\:pt-35px:first-child{
    padding-top: 35px;
  }

  .tw .md\:first\:pt-36px:first-child{
    padding-top: 36px;
  }

  .tw .md\:first\:pt-37px:first-child{
    padding-top: 37px;
  }

  .tw .md\:first\:pt-38px:first-child{
    padding-top: 38px;
  }

  .tw .md\:first\:pt-39px:first-child{
    padding-top: 39px;
  }

  .tw .md\:first\:pt-40px:first-child{
    padding-top: 40px;
  }

  .tw .md\:first\:pr-0:first-child{
    padding-right: 0px;
  }

  .tw .md\:first\:pr-1:first-child{
    padding-right: 5px;
  }

  .tw .md\:first\:pr-2:first-child{
    padding-right: 10px;
  }

  .tw .md\:first\:pr-3:first-child{
    padding-right: 15px;
  }

  .tw .md\:first\:pr-4:first-child{
    padding-right: 20px;
  }

  .tw .md\:first\:pr-5:first-child{
    padding-right: 25px;
  }

  .tw .md\:first\:pr-6:first-child{
    padding-right: 30px;
  }

  .tw .md\:first\:pr-7:first-child{
    padding-right: 35px;
  }

  .tw .md\:first\:pr-8:first-child{
    padding-right: 40px;
  }

  .tw .md\:first\:pr-9:first-child{
    padding-right: 45px;
  }

  .tw .md\:first\:pr-10:first-child{
    padding-right: 50px;
  }

  .tw .md\:first\:pr-11:first-child{
    padding-right: 55px;
  }

  .tw .md\:first\:pr-12:first-child{
    padding-right: 60px;
  }

  .tw .md\:first\:pr-13:first-child{
    padding-right: 65px;
  }

  .tw .md\:first\:pr-14:first-child{
    padding-right: 70px;
  }

  .tw .md\:first\:pr-15:first-child{
    padding-right: 75px;
  }

  .tw .md\:first\:pr-16:first-child{
    padding-right: 80px;
  }

  .tw .md\:first\:pr-17:first-child{
    padding-right: 85px;
  }

  .tw .md\:first\:pr-18:first-child{
    padding-right: 90px;
  }

  .tw .md\:first\:pr-19:first-child{
    padding-right: 95px;
  }

  .tw .md\:first\:pr-20:first-child{
    padding-right: 100px;
  }

  .tw .md\:first\:pr-21:first-child{
    padding-right: 105px;
  }

  .tw .md\:first\:pr-22:first-child{
    padding-right: 110px;
  }

  .tw .md\:first\:pr-23:first-child{
    padding-right: 115px;
  }

  .tw .md\:first\:pr-24:first-child{
    padding-right: 120px;
  }

  .tw .md\:first\:pr-25:first-child{
    padding-right: 125px;
  }

  .tw .md\:first\:pr-26:first-child{
    padding-right: 130px;
  }

  .tw .md\:first\:pr-27:first-child{
    padding-right: 135px;
  }

  .tw .md\:first\:pr-28:first-child{
    padding-right: 140px;
  }

  .tw .md\:first\:pr-29:first-child{
    padding-right: 145px;
  }

  .tw .md\:first\:pr-30:first-child{
    padding-right: 150px;
  }

  .tw .md\:first\:pr-31:first-child{
    padding-right: 155px;
  }

  .tw .md\:first\:pr-32:first-child{
    padding-right: 160px;
  }

  .tw .md\:first\:pr-33:first-child{
    padding-right: 165px;
  }

  .tw .md\:first\:pr-34:first-child{
    padding-right: 170px;
  }

  .tw .md\:first\:pr-35:first-child{
    padding-right: 175px;
  }

  .tw .md\:first\:pr-36:first-child{
    padding-right: 180px;
  }

  .tw .md\:first\:pr-37:first-child{
    padding-right: 185px;
  }

  .tw .md\:first\:pr-38:first-child{
    padding-right: 190px;
  }

  .tw .md\:first\:pr-39:first-child{
    padding-right: 195px;
  }

  .tw .md\:first\:pr-40:first-child{
    padding-right: 200px;
  }

  .tw .md\:first\:pr-41:first-child{
    padding-right: 205px;
  }

  .tw .md\:first\:pr-42:first-child{
    padding-right: 210px;
  }

  .tw .md\:first\:pr-43:first-child{
    padding-right: 215px;
  }

  .tw .md\:first\:pr-44:first-child{
    padding-right: 220px;
  }

  .tw .md\:first\:pr-45:first-child{
    padding-right: 225px;
  }

  .tw .md\:first\:pr-46:first-child{
    padding-right: 230px;
  }

  .tw .md\:first\:pr-47:first-child{
    padding-right: 235px;
  }

  .tw .md\:first\:pr-48:first-child{
    padding-right: 240px;
  }

  .tw .md\:first\:pr-49:first-child{
    padding-right: 245px;
  }

  .tw .md\:first\:pr-50:first-child{
    padding-right: 250px;
  }

  .tw .md\:first\:pr-51:first-child{
    padding-right: 255px;
  }

  .tw .md\:first\:pr-52:first-child{
    padding-right: 260px;
  }

  .tw .md\:first\:pr-53:first-child{
    padding-right: 265px;
  }

  .tw .md\:first\:pr-54:first-child{
    padding-right: 270px;
  }

  .tw .md\:first\:pr-55:first-child{
    padding-right: 275px;
  }

  .tw .md\:first\:pr-56:first-child{
    padding-right: 280px;
  }

  .tw .md\:first\:pr-57:first-child{
    padding-right: 285px;
  }

  .tw .md\:first\:pr-58:first-child{
    padding-right: 290px;
  }

  .tw .md\:first\:pr-59:first-child{
    padding-right: 295px;
  }

  .tw .md\:first\:pr-60:first-child{
    padding-right: 300px;
  }

  .tw .md\:first\:pr-61:first-child{
    padding-right: 305px;
  }

  .tw .md\:first\:pr-62:first-child{
    padding-right: 310px;
  }

  .tw .md\:first\:pr-63:first-child{
    padding-right: 315px;
  }

  .tw .md\:first\:pr-64:first-child{
    padding-right: 320px;
  }

  .tw .md\:first\:pr-65:first-child{
    padding-right: 325px;
  }

  .tw .md\:first\:pr-66:first-child{
    padding-right: 330px;
  }

  .tw .md\:first\:pr-67:first-child{
    padding-right: 335px;
  }

  .tw .md\:first\:pr-68:first-child{
    padding-right: 340px;
  }

  .tw .md\:first\:pr-69:first-child{
    padding-right: 345px;
  }

  .tw .md\:first\:pr-70:first-child{
    padding-right: 350px;
  }

  .tw .md\:first\:pr-71:first-child{
    padding-right: 355px;
  }

  .tw .md\:first\:pr-72:first-child{
    padding-right: 360px;
  }

  .tw .md\:first\:pr-73:first-child{
    padding-right: 365px;
  }

  .tw .md\:first\:pr-74:first-child{
    padding-right: 370px;
  }

  .tw .md\:first\:pr-75:first-child{
    padding-right: 375px;
  }

  .tw .md\:first\:pr-76:first-child{
    padding-right: 380px;
  }

  .tw .md\:first\:pr-77:first-child{
    padding-right: 385px;
  }

  .tw .md\:first\:pr-78:first-child{
    padding-right: 390px;
  }

  .tw .md\:first\:pr-79:first-child{
    padding-right: 395px;
  }

  .tw .md\:first\:pr-80:first-child{
    padding-right: 400px;
  }

  .tw .md\:first\:pr-81:first-child{
    padding-right: 405px;
  }

  .tw .md\:first\:pr-82:first-child{
    padding-right: 410px;
  }

  .tw .md\:first\:pr-83:first-child{
    padding-right: 415px;
  }

  .tw .md\:first\:pr-84:first-child{
    padding-right: 420px;
  }

  .tw .md\:first\:pr-85:first-child{
    padding-right: 425px;
  }

  .tw .md\:first\:pr-86:first-child{
    padding-right: 430px;
  }

  .tw .md\:first\:pr-87:first-child{
    padding-right: 435px;
  }

  .tw .md\:first\:pr-88:first-child{
    padding-right: 440px;
  }

  .tw .md\:first\:pr-89:first-child{
    padding-right: 445px;
  }

  .tw .md\:first\:pr-90:first-child{
    padding-right: 450px;
  }

  .tw .md\:first\:pr-91:first-child{
    padding-right: 455px;
  }

  .tw .md\:first\:pr-92:first-child{
    padding-right: 460px;
  }

  .tw .md\:first\:pr-93:first-child{
    padding-right: 465px;
  }

  .tw .md\:first\:pr-94:first-child{
    padding-right: 470px;
  }

  .tw .md\:first\:pr-95:first-child{
    padding-right: 475px;
  }

  .tw .md\:first\:pr-96:first-child{
    padding-right: 480px;
  }

  .tw .md\:first\:pr-97:first-child{
    padding-right: 485px;
  }

  .tw .md\:first\:pr-98:first-child{
    padding-right: 490px;
  }

  .tw .md\:first\:pr-99:first-child{
    padding-right: 495px;
  }

  .tw .md\:first\:pr-100:first-child{
    padding-right: 500px;
  }

  .tw .md\:first\:pr-101:first-child{
    padding-right: 505px;
  }

  .tw .md\:first\:pr-102:first-child{
    padding-right: 510px;
  }

  .tw .md\:first\:pr-103:first-child{
    padding-right: 515px;
  }

  .tw .md\:first\:pr-104:first-child{
    padding-right: 520px;
  }

  .tw .md\:first\:pr-105:first-child{
    padding-right: 525px;
  }

  .tw .md\:first\:pr-106:first-child{
    padding-right: 530px;
  }

  .tw .md\:first\:pr-107:first-child{
    padding-right: 535px;
  }

  .tw .md\:first\:pr-108:first-child{
    padding-right: 540px;
  }

  .tw .md\:first\:pr-109:first-child{
    padding-right: 545px;
  }

  .tw .md\:first\:pr-110:first-child{
    padding-right: 550px;
  }

  .tw .md\:first\:pr-111:first-child{
    padding-right: 555px;
  }

  .tw .md\:first\:pr-112:first-child{
    padding-right: 560px;
  }

  .tw .md\:first\:pr-113:first-child{
    padding-right: 565px;
  }

  .tw .md\:first\:pr-114:first-child{
    padding-right: 570px;
  }

  .tw .md\:first\:pr-115:first-child{
    padding-right: 575px;
  }

  .tw .md\:first\:pr-116:first-child{
    padding-right: 580px;
  }

  .tw .md\:first\:pr-117:first-child{
    padding-right: 585px;
  }

  .tw .md\:first\:pr-118:first-child{
    padding-right: 590px;
  }

  .tw .md\:first\:pr-119:first-child{
    padding-right: 595px;
  }

  .tw .md\:first\:pr-120:first-child{
    padding-right: 600px;
  }

  .tw .md\:first\:pr-121:first-child{
    padding-right: 605px;
  }

  .tw .md\:first\:pr-122:first-child{
    padding-right: 610px;
  }

  .tw .md\:first\:pr-123:first-child{
    padding-right: 615px;
  }

  .tw .md\:first\:pr-124:first-child{
    padding-right: 620px;
  }

  .tw .md\:first\:pr-125:first-child{
    padding-right: 625px;
  }

  .tw .md\:first\:pr-126:first-child{
    padding-right: 630px;
  }

  .tw .md\:first\:pr-127:first-child{
    padding-right: 635px;
  }

  .tw .md\:first\:pr-128:first-child{
    padding-right: 640px;
  }

  .tw .md\:first\:pr-129:first-child{
    padding-right: 645px;
  }

  .tw .md\:first\:pr-130:first-child{
    padding-right: 650px;
  }

  .tw .md\:first\:pr-131:first-child{
    padding-right: 655px;
  }

  .tw .md\:first\:pr-132:first-child{
    padding-right: 660px;
  }

  .tw .md\:first\:pr-133:first-child{
    padding-right: 665px;
  }

  .tw .md\:first\:pr-134:first-child{
    padding-right: 670px;
  }

  .tw .md\:first\:pr-135:first-child{
    padding-right: 675px;
  }

  .tw .md\:first\:pr-136:first-child{
    padding-right: 680px;
  }

  .tw .md\:first\:pr-137:first-child{
    padding-right: 685px;
  }

  .tw .md\:first\:pr-138:first-child{
    padding-right: 690px;
  }

  .tw .md\:first\:pr-139:first-child{
    padding-right: 695px;
  }

  .tw .md\:first\:pr-140:first-child{
    padding-right: 700px;
  }

  .tw .md\:first\:pr-141:first-child{
    padding-right: 705px;
  }

  .tw .md\:first\:pr-142:first-child{
    padding-right: 710px;
  }

  .tw .md\:first\:pr-143:first-child{
    padding-right: 715px;
  }

  .tw .md\:first\:pr-144:first-child{
    padding-right: 720px;
  }

  .tw .md\:first\:pr-145:first-child{
    padding-right: 725px;
  }

  .tw .md\:first\:pr-146:first-child{
    padding-right: 730px;
  }

  .tw .md\:first\:pr-147:first-child{
    padding-right: 735px;
  }

  .tw .md\:first\:pr-148:first-child{
    padding-right: 740px;
  }

  .tw .md\:first\:pr-149:first-child{
    padding-right: 745px;
  }

  .tw .md\:first\:pr-0\.5:first-child{
    padding-right: 3px;
  }

  .tw .md\:first\:pr-1px:first-child{
    padding-right: 1px;
  }

  .tw .md\:first\:pr-2px:first-child{
    padding-right: 2px;
  }

  .tw .md\:first\:pr-3px:first-child{
    padding-right: 3px;
  }

  .tw .md\:first\:pr-4px:first-child{
    padding-right: 4px;
  }

  .tw .md\:first\:pr-5px:first-child{
    padding-right: 5px;
  }

  .tw .md\:first\:pr-6px:first-child{
    padding-right: 6px;
  }

  .tw .md\:first\:pr-7px:first-child{
    padding-right: 7px;
  }

  .tw .md\:first\:pr-8px:first-child{
    padding-right: 8px;
  }

  .tw .md\:first\:pr-9px:first-child{
    padding-right: 9px;
  }

  .tw .md\:first\:pr-10px:first-child{
    padding-right: 10px;
  }

  .tw .md\:first\:pr-11px:first-child{
    padding-right: 11px;
  }

  .tw .md\:first\:pr-12px:first-child{
    padding-right: 12px;
  }

  .tw .md\:first\:pr-13px:first-child{
    padding-right: 13px;
  }

  .tw .md\:first\:pr-14px:first-child{
    padding-right: 14px;
  }

  .tw .md\:first\:pr-15px:first-child{
    padding-right: 15px;
  }

  .tw .md\:first\:pr-16px:first-child{
    padding-right: 16px;
  }

  .tw .md\:first\:pr-17px:first-child{
    padding-right: 17px;
  }

  .tw .md\:first\:pr-18px:first-child{
    padding-right: 18px;
  }

  .tw .md\:first\:pr-19px:first-child{
    padding-right: 19px;
  }

  .tw .md\:first\:pr-20px:first-child{
    padding-right: 20px;
  }

  .tw .md\:first\:pr-21px:first-child{
    padding-right: 21px;
  }

  .tw .md\:first\:pr-22px:first-child{
    padding-right: 22px;
  }

  .tw .md\:first\:pr-23px:first-child{
    padding-right: 23px;
  }

  .tw .md\:first\:pr-24px:first-child{
    padding-right: 24px;
  }

  .tw .md\:first\:pr-25px:first-child{
    padding-right: 25px;
  }

  .tw .md\:first\:pr-26px:first-child{
    padding-right: 26px;
  }

  .tw .md\:first\:pr-27px:first-child{
    padding-right: 27px;
  }

  .tw .md\:first\:pr-28px:first-child{
    padding-right: 28px;
  }

  .tw .md\:first\:pr-29px:first-child{
    padding-right: 29px;
  }

  .tw .md\:first\:pr-30px:first-child{
    padding-right: 30px;
  }

  .tw .md\:first\:pr-31px:first-child{
    padding-right: 31px;
  }

  .tw .md\:first\:pr-32px:first-child{
    padding-right: 32px;
  }

  .tw .md\:first\:pr-33px:first-child{
    padding-right: 33px;
  }

  .tw .md\:first\:pr-34px:first-child{
    padding-right: 34px;
  }

  .tw .md\:first\:pr-35px:first-child{
    padding-right: 35px;
  }

  .tw .md\:first\:pr-36px:first-child{
    padding-right: 36px;
  }

  .tw .md\:first\:pr-37px:first-child{
    padding-right: 37px;
  }

  .tw .md\:first\:pr-38px:first-child{
    padding-right: 38px;
  }

  .tw .md\:first\:pr-39px:first-child{
    padding-right: 39px;
  }

  .tw .md\:first\:pr-40px:first-child{
    padding-right: 40px;
  }

  .tw .md\:first\:pb-0:first-child{
    padding-bottom: 0px;
  }

  .tw .md\:first\:pb-1:first-child{
    padding-bottom: 5px;
  }

  .tw .md\:first\:pb-2:first-child{
    padding-bottom: 10px;
  }

  .tw .md\:first\:pb-3:first-child{
    padding-bottom: 15px;
  }

  .tw .md\:first\:pb-4:first-child{
    padding-bottom: 20px;
  }

  .tw .md\:first\:pb-5:first-child{
    padding-bottom: 25px;
  }

  .tw .md\:first\:pb-6:first-child{
    padding-bottom: 30px;
  }

  .tw .md\:first\:pb-7:first-child{
    padding-bottom: 35px;
  }

  .tw .md\:first\:pb-8:first-child{
    padding-bottom: 40px;
  }

  .tw .md\:first\:pb-9:first-child{
    padding-bottom: 45px;
  }

  .tw .md\:first\:pb-10:first-child{
    padding-bottom: 50px;
  }

  .tw .md\:first\:pb-11:first-child{
    padding-bottom: 55px;
  }

  .tw .md\:first\:pb-12:first-child{
    padding-bottom: 60px;
  }

  .tw .md\:first\:pb-13:first-child{
    padding-bottom: 65px;
  }

  .tw .md\:first\:pb-14:first-child{
    padding-bottom: 70px;
  }

  .tw .md\:first\:pb-15:first-child{
    padding-bottom: 75px;
  }

  .tw .md\:first\:pb-16:first-child{
    padding-bottom: 80px;
  }

  .tw .md\:first\:pb-17:first-child{
    padding-bottom: 85px;
  }

  .tw .md\:first\:pb-18:first-child{
    padding-bottom: 90px;
  }

  .tw .md\:first\:pb-19:first-child{
    padding-bottom: 95px;
  }

  .tw .md\:first\:pb-20:first-child{
    padding-bottom: 100px;
  }

  .tw .md\:first\:pb-21:first-child{
    padding-bottom: 105px;
  }

  .tw .md\:first\:pb-22:first-child{
    padding-bottom: 110px;
  }

  .tw .md\:first\:pb-23:first-child{
    padding-bottom: 115px;
  }

  .tw .md\:first\:pb-24:first-child{
    padding-bottom: 120px;
  }

  .tw .md\:first\:pb-25:first-child{
    padding-bottom: 125px;
  }

  .tw .md\:first\:pb-26:first-child{
    padding-bottom: 130px;
  }

  .tw .md\:first\:pb-27:first-child{
    padding-bottom: 135px;
  }

  .tw .md\:first\:pb-28:first-child{
    padding-bottom: 140px;
  }

  .tw .md\:first\:pb-29:first-child{
    padding-bottom: 145px;
  }

  .tw .md\:first\:pb-30:first-child{
    padding-bottom: 150px;
  }

  .tw .md\:first\:pb-31:first-child{
    padding-bottom: 155px;
  }

  .tw .md\:first\:pb-32:first-child{
    padding-bottom: 160px;
  }

  .tw .md\:first\:pb-33:first-child{
    padding-bottom: 165px;
  }

  .tw .md\:first\:pb-34:first-child{
    padding-bottom: 170px;
  }

  .tw .md\:first\:pb-35:first-child{
    padding-bottom: 175px;
  }

  .tw .md\:first\:pb-36:first-child{
    padding-bottom: 180px;
  }

  .tw .md\:first\:pb-37:first-child{
    padding-bottom: 185px;
  }

  .tw .md\:first\:pb-38:first-child{
    padding-bottom: 190px;
  }

  .tw .md\:first\:pb-39:first-child{
    padding-bottom: 195px;
  }

  .tw .md\:first\:pb-40:first-child{
    padding-bottom: 200px;
  }

  .tw .md\:first\:pb-41:first-child{
    padding-bottom: 205px;
  }

  .tw .md\:first\:pb-42:first-child{
    padding-bottom: 210px;
  }

  .tw .md\:first\:pb-43:first-child{
    padding-bottom: 215px;
  }

  .tw .md\:first\:pb-44:first-child{
    padding-bottom: 220px;
  }

  .tw .md\:first\:pb-45:first-child{
    padding-bottom: 225px;
  }

  .tw .md\:first\:pb-46:first-child{
    padding-bottom: 230px;
  }

  .tw .md\:first\:pb-47:first-child{
    padding-bottom: 235px;
  }

  .tw .md\:first\:pb-48:first-child{
    padding-bottom: 240px;
  }

  .tw .md\:first\:pb-49:first-child{
    padding-bottom: 245px;
  }

  .tw .md\:first\:pb-50:first-child{
    padding-bottom: 250px;
  }

  .tw .md\:first\:pb-51:first-child{
    padding-bottom: 255px;
  }

  .tw .md\:first\:pb-52:first-child{
    padding-bottom: 260px;
  }

  .tw .md\:first\:pb-53:first-child{
    padding-bottom: 265px;
  }

  .tw .md\:first\:pb-54:first-child{
    padding-bottom: 270px;
  }

  .tw .md\:first\:pb-55:first-child{
    padding-bottom: 275px;
  }

  .tw .md\:first\:pb-56:first-child{
    padding-bottom: 280px;
  }

  .tw .md\:first\:pb-57:first-child{
    padding-bottom: 285px;
  }

  .tw .md\:first\:pb-58:first-child{
    padding-bottom: 290px;
  }

  .tw .md\:first\:pb-59:first-child{
    padding-bottom: 295px;
  }

  .tw .md\:first\:pb-60:first-child{
    padding-bottom: 300px;
  }

  .tw .md\:first\:pb-61:first-child{
    padding-bottom: 305px;
  }

  .tw .md\:first\:pb-62:first-child{
    padding-bottom: 310px;
  }

  .tw .md\:first\:pb-63:first-child{
    padding-bottom: 315px;
  }

  .tw .md\:first\:pb-64:first-child{
    padding-bottom: 320px;
  }

  .tw .md\:first\:pb-65:first-child{
    padding-bottom: 325px;
  }

  .tw .md\:first\:pb-66:first-child{
    padding-bottom: 330px;
  }

  .tw .md\:first\:pb-67:first-child{
    padding-bottom: 335px;
  }

  .tw .md\:first\:pb-68:first-child{
    padding-bottom: 340px;
  }

  .tw .md\:first\:pb-69:first-child{
    padding-bottom: 345px;
  }

  .tw .md\:first\:pb-70:first-child{
    padding-bottom: 350px;
  }

  .tw .md\:first\:pb-71:first-child{
    padding-bottom: 355px;
  }

  .tw .md\:first\:pb-72:first-child{
    padding-bottom: 360px;
  }

  .tw .md\:first\:pb-73:first-child{
    padding-bottom: 365px;
  }

  .tw .md\:first\:pb-74:first-child{
    padding-bottom: 370px;
  }

  .tw .md\:first\:pb-75:first-child{
    padding-bottom: 375px;
  }

  .tw .md\:first\:pb-76:first-child{
    padding-bottom: 380px;
  }

  .tw .md\:first\:pb-77:first-child{
    padding-bottom: 385px;
  }

  .tw .md\:first\:pb-78:first-child{
    padding-bottom: 390px;
  }

  .tw .md\:first\:pb-79:first-child{
    padding-bottom: 395px;
  }

  .tw .md\:first\:pb-80:first-child{
    padding-bottom: 400px;
  }

  .tw .md\:first\:pb-81:first-child{
    padding-bottom: 405px;
  }

  .tw .md\:first\:pb-82:first-child{
    padding-bottom: 410px;
  }

  .tw .md\:first\:pb-83:first-child{
    padding-bottom: 415px;
  }

  .tw .md\:first\:pb-84:first-child{
    padding-bottom: 420px;
  }

  .tw .md\:first\:pb-85:first-child{
    padding-bottom: 425px;
  }

  .tw .md\:first\:pb-86:first-child{
    padding-bottom: 430px;
  }

  .tw .md\:first\:pb-87:first-child{
    padding-bottom: 435px;
  }

  .tw .md\:first\:pb-88:first-child{
    padding-bottom: 440px;
  }

  .tw .md\:first\:pb-89:first-child{
    padding-bottom: 445px;
  }

  .tw .md\:first\:pb-90:first-child{
    padding-bottom: 450px;
  }

  .tw .md\:first\:pb-91:first-child{
    padding-bottom: 455px;
  }

  .tw .md\:first\:pb-92:first-child{
    padding-bottom: 460px;
  }

  .tw .md\:first\:pb-93:first-child{
    padding-bottom: 465px;
  }

  .tw .md\:first\:pb-94:first-child{
    padding-bottom: 470px;
  }

  .tw .md\:first\:pb-95:first-child{
    padding-bottom: 475px;
  }

  .tw .md\:first\:pb-96:first-child{
    padding-bottom: 480px;
  }

  .tw .md\:first\:pb-97:first-child{
    padding-bottom: 485px;
  }

  .tw .md\:first\:pb-98:first-child{
    padding-bottom: 490px;
  }

  .tw .md\:first\:pb-99:first-child{
    padding-bottom: 495px;
  }

  .tw .md\:first\:pb-100:first-child{
    padding-bottom: 500px;
  }

  .tw .md\:first\:pb-101:first-child{
    padding-bottom: 505px;
  }

  .tw .md\:first\:pb-102:first-child{
    padding-bottom: 510px;
  }

  .tw .md\:first\:pb-103:first-child{
    padding-bottom: 515px;
  }

  .tw .md\:first\:pb-104:first-child{
    padding-bottom: 520px;
  }

  .tw .md\:first\:pb-105:first-child{
    padding-bottom: 525px;
  }

  .tw .md\:first\:pb-106:first-child{
    padding-bottom: 530px;
  }

  .tw .md\:first\:pb-107:first-child{
    padding-bottom: 535px;
  }

  .tw .md\:first\:pb-108:first-child{
    padding-bottom: 540px;
  }

  .tw .md\:first\:pb-109:first-child{
    padding-bottom: 545px;
  }

  .tw .md\:first\:pb-110:first-child{
    padding-bottom: 550px;
  }

  .tw .md\:first\:pb-111:first-child{
    padding-bottom: 555px;
  }

  .tw .md\:first\:pb-112:first-child{
    padding-bottom: 560px;
  }

  .tw .md\:first\:pb-113:first-child{
    padding-bottom: 565px;
  }

  .tw .md\:first\:pb-114:first-child{
    padding-bottom: 570px;
  }

  .tw .md\:first\:pb-115:first-child{
    padding-bottom: 575px;
  }

  .tw .md\:first\:pb-116:first-child{
    padding-bottom: 580px;
  }

  .tw .md\:first\:pb-117:first-child{
    padding-bottom: 585px;
  }

  .tw .md\:first\:pb-118:first-child{
    padding-bottom: 590px;
  }

  .tw .md\:first\:pb-119:first-child{
    padding-bottom: 595px;
  }

  .tw .md\:first\:pb-120:first-child{
    padding-bottom: 600px;
  }

  .tw .md\:first\:pb-121:first-child{
    padding-bottom: 605px;
  }

  .tw .md\:first\:pb-122:first-child{
    padding-bottom: 610px;
  }

  .tw .md\:first\:pb-123:first-child{
    padding-bottom: 615px;
  }

  .tw .md\:first\:pb-124:first-child{
    padding-bottom: 620px;
  }

  .tw .md\:first\:pb-125:first-child{
    padding-bottom: 625px;
  }

  .tw .md\:first\:pb-126:first-child{
    padding-bottom: 630px;
  }

  .tw .md\:first\:pb-127:first-child{
    padding-bottom: 635px;
  }

  .tw .md\:first\:pb-128:first-child{
    padding-bottom: 640px;
  }

  .tw .md\:first\:pb-129:first-child{
    padding-bottom: 645px;
  }

  .tw .md\:first\:pb-130:first-child{
    padding-bottom: 650px;
  }

  .tw .md\:first\:pb-131:first-child{
    padding-bottom: 655px;
  }

  .tw .md\:first\:pb-132:first-child{
    padding-bottom: 660px;
  }

  .tw .md\:first\:pb-133:first-child{
    padding-bottom: 665px;
  }

  .tw .md\:first\:pb-134:first-child{
    padding-bottom: 670px;
  }

  .tw .md\:first\:pb-135:first-child{
    padding-bottom: 675px;
  }

  .tw .md\:first\:pb-136:first-child{
    padding-bottom: 680px;
  }

  .tw .md\:first\:pb-137:first-child{
    padding-bottom: 685px;
  }

  .tw .md\:first\:pb-138:first-child{
    padding-bottom: 690px;
  }

  .tw .md\:first\:pb-139:first-child{
    padding-bottom: 695px;
  }

  .tw .md\:first\:pb-140:first-child{
    padding-bottom: 700px;
  }

  .tw .md\:first\:pb-141:first-child{
    padding-bottom: 705px;
  }

  .tw .md\:first\:pb-142:first-child{
    padding-bottom: 710px;
  }

  .tw .md\:first\:pb-143:first-child{
    padding-bottom: 715px;
  }

  .tw .md\:first\:pb-144:first-child{
    padding-bottom: 720px;
  }

  .tw .md\:first\:pb-145:first-child{
    padding-bottom: 725px;
  }

  .tw .md\:first\:pb-146:first-child{
    padding-bottom: 730px;
  }

  .tw .md\:first\:pb-147:first-child{
    padding-bottom: 735px;
  }

  .tw .md\:first\:pb-148:first-child{
    padding-bottom: 740px;
  }

  .tw .md\:first\:pb-149:first-child{
    padding-bottom: 745px;
  }

  .tw .md\:first\:pb-0\.5:first-child{
    padding-bottom: 3px;
  }

  .tw .md\:first\:pb-1px:first-child{
    padding-bottom: 1px;
  }

  .tw .md\:first\:pb-2px:first-child{
    padding-bottom: 2px;
  }

  .tw .md\:first\:pb-3px:first-child{
    padding-bottom: 3px;
  }

  .tw .md\:first\:pb-4px:first-child{
    padding-bottom: 4px;
  }

  .tw .md\:first\:pb-5px:first-child{
    padding-bottom: 5px;
  }

  .tw .md\:first\:pb-6px:first-child{
    padding-bottom: 6px;
  }

  .tw .md\:first\:pb-7px:first-child{
    padding-bottom: 7px;
  }

  .tw .md\:first\:pb-8px:first-child{
    padding-bottom: 8px;
  }

  .tw .md\:first\:pb-9px:first-child{
    padding-bottom: 9px;
  }

  .tw .md\:first\:pb-10px:first-child{
    padding-bottom: 10px;
  }

  .tw .md\:first\:pb-11px:first-child{
    padding-bottom: 11px;
  }

  .tw .md\:first\:pb-12px:first-child{
    padding-bottom: 12px;
  }

  .tw .md\:first\:pb-13px:first-child{
    padding-bottom: 13px;
  }

  .tw .md\:first\:pb-14px:first-child{
    padding-bottom: 14px;
  }

  .tw .md\:first\:pb-15px:first-child{
    padding-bottom: 15px;
  }

  .tw .md\:first\:pb-16px:first-child{
    padding-bottom: 16px;
  }

  .tw .md\:first\:pb-17px:first-child{
    padding-bottom: 17px;
  }

  .tw .md\:first\:pb-18px:first-child{
    padding-bottom: 18px;
  }

  .tw .md\:first\:pb-19px:first-child{
    padding-bottom: 19px;
  }

  .tw .md\:first\:pb-20px:first-child{
    padding-bottom: 20px;
  }

  .tw .md\:first\:pb-21px:first-child{
    padding-bottom: 21px;
  }

  .tw .md\:first\:pb-22px:first-child{
    padding-bottom: 22px;
  }

  .tw .md\:first\:pb-23px:first-child{
    padding-bottom: 23px;
  }

  .tw .md\:first\:pb-24px:first-child{
    padding-bottom: 24px;
  }

  .tw .md\:first\:pb-25px:first-child{
    padding-bottom: 25px;
  }

  .tw .md\:first\:pb-26px:first-child{
    padding-bottom: 26px;
  }

  .tw .md\:first\:pb-27px:first-child{
    padding-bottom: 27px;
  }

  .tw .md\:first\:pb-28px:first-child{
    padding-bottom: 28px;
  }

  .tw .md\:first\:pb-29px:first-child{
    padding-bottom: 29px;
  }

  .tw .md\:first\:pb-30px:first-child{
    padding-bottom: 30px;
  }

  .tw .md\:first\:pb-31px:first-child{
    padding-bottom: 31px;
  }

  .tw .md\:first\:pb-32px:first-child{
    padding-bottom: 32px;
  }

  .tw .md\:first\:pb-33px:first-child{
    padding-bottom: 33px;
  }

  .tw .md\:first\:pb-34px:first-child{
    padding-bottom: 34px;
  }

  .tw .md\:first\:pb-35px:first-child{
    padding-bottom: 35px;
  }

  .tw .md\:first\:pb-36px:first-child{
    padding-bottom: 36px;
  }

  .tw .md\:first\:pb-37px:first-child{
    padding-bottom: 37px;
  }

  .tw .md\:first\:pb-38px:first-child{
    padding-bottom: 38px;
  }

  .tw .md\:first\:pb-39px:first-child{
    padding-bottom: 39px;
  }

  .tw .md\:first\:pb-40px:first-child{
    padding-bottom: 40px;
  }

  .tw .md\:first\:pl-0:first-child{
    padding-left: 0px;
  }

  .tw .md\:first\:pl-1:first-child{
    padding-left: 5px;
  }

  .tw .md\:first\:pl-2:first-child{
    padding-left: 10px;
  }

  .tw .md\:first\:pl-3:first-child{
    padding-left: 15px;
  }

  .tw .md\:first\:pl-4:first-child{
    padding-left: 20px;
  }

  .tw .md\:first\:pl-5:first-child{
    padding-left: 25px;
  }

  .tw .md\:first\:pl-6:first-child{
    padding-left: 30px;
  }

  .tw .md\:first\:pl-7:first-child{
    padding-left: 35px;
  }

  .tw .md\:first\:pl-8:first-child{
    padding-left: 40px;
  }

  .tw .md\:first\:pl-9:first-child{
    padding-left: 45px;
  }

  .tw .md\:first\:pl-10:first-child{
    padding-left: 50px;
  }

  .tw .md\:first\:pl-11:first-child{
    padding-left: 55px;
  }

  .tw .md\:first\:pl-12:first-child{
    padding-left: 60px;
  }

  .tw .md\:first\:pl-13:first-child{
    padding-left: 65px;
  }

  .tw .md\:first\:pl-14:first-child{
    padding-left: 70px;
  }

  .tw .md\:first\:pl-15:first-child{
    padding-left: 75px;
  }

  .tw .md\:first\:pl-16:first-child{
    padding-left: 80px;
  }

  .tw .md\:first\:pl-17:first-child{
    padding-left: 85px;
  }

  .tw .md\:first\:pl-18:first-child{
    padding-left: 90px;
  }

  .tw .md\:first\:pl-19:first-child{
    padding-left: 95px;
  }

  .tw .md\:first\:pl-20:first-child{
    padding-left: 100px;
  }

  .tw .md\:first\:pl-21:first-child{
    padding-left: 105px;
  }

  .tw .md\:first\:pl-22:first-child{
    padding-left: 110px;
  }

  .tw .md\:first\:pl-23:first-child{
    padding-left: 115px;
  }

  .tw .md\:first\:pl-24:first-child{
    padding-left: 120px;
  }

  .tw .md\:first\:pl-25:first-child{
    padding-left: 125px;
  }

  .tw .md\:first\:pl-26:first-child{
    padding-left: 130px;
  }

  .tw .md\:first\:pl-27:first-child{
    padding-left: 135px;
  }

  .tw .md\:first\:pl-28:first-child{
    padding-left: 140px;
  }

  .tw .md\:first\:pl-29:first-child{
    padding-left: 145px;
  }

  .tw .md\:first\:pl-30:first-child{
    padding-left: 150px;
  }

  .tw .md\:first\:pl-31:first-child{
    padding-left: 155px;
  }

  .tw .md\:first\:pl-32:first-child{
    padding-left: 160px;
  }

  .tw .md\:first\:pl-33:first-child{
    padding-left: 165px;
  }

  .tw .md\:first\:pl-34:first-child{
    padding-left: 170px;
  }

  .tw .md\:first\:pl-35:first-child{
    padding-left: 175px;
  }

  .tw .md\:first\:pl-36:first-child{
    padding-left: 180px;
  }

  .tw .md\:first\:pl-37:first-child{
    padding-left: 185px;
  }

  .tw .md\:first\:pl-38:first-child{
    padding-left: 190px;
  }

  .tw .md\:first\:pl-39:first-child{
    padding-left: 195px;
  }

  .tw .md\:first\:pl-40:first-child{
    padding-left: 200px;
  }

  .tw .md\:first\:pl-41:first-child{
    padding-left: 205px;
  }

  .tw .md\:first\:pl-42:first-child{
    padding-left: 210px;
  }

  .tw .md\:first\:pl-43:first-child{
    padding-left: 215px;
  }

  .tw .md\:first\:pl-44:first-child{
    padding-left: 220px;
  }

  .tw .md\:first\:pl-45:first-child{
    padding-left: 225px;
  }

  .tw .md\:first\:pl-46:first-child{
    padding-left: 230px;
  }

  .tw .md\:first\:pl-47:first-child{
    padding-left: 235px;
  }

  .tw .md\:first\:pl-48:first-child{
    padding-left: 240px;
  }

  .tw .md\:first\:pl-49:first-child{
    padding-left: 245px;
  }

  .tw .md\:first\:pl-50:first-child{
    padding-left: 250px;
  }

  .tw .md\:first\:pl-51:first-child{
    padding-left: 255px;
  }

  .tw .md\:first\:pl-52:first-child{
    padding-left: 260px;
  }

  .tw .md\:first\:pl-53:first-child{
    padding-left: 265px;
  }

  .tw .md\:first\:pl-54:first-child{
    padding-left: 270px;
  }

  .tw .md\:first\:pl-55:first-child{
    padding-left: 275px;
  }

  .tw .md\:first\:pl-56:first-child{
    padding-left: 280px;
  }

  .tw .md\:first\:pl-57:first-child{
    padding-left: 285px;
  }

  .tw .md\:first\:pl-58:first-child{
    padding-left: 290px;
  }

  .tw .md\:first\:pl-59:first-child{
    padding-left: 295px;
  }

  .tw .md\:first\:pl-60:first-child{
    padding-left: 300px;
  }

  .tw .md\:first\:pl-61:first-child{
    padding-left: 305px;
  }

  .tw .md\:first\:pl-62:first-child{
    padding-left: 310px;
  }

  .tw .md\:first\:pl-63:first-child{
    padding-left: 315px;
  }

  .tw .md\:first\:pl-64:first-child{
    padding-left: 320px;
  }

  .tw .md\:first\:pl-65:first-child{
    padding-left: 325px;
  }

  .tw .md\:first\:pl-66:first-child{
    padding-left: 330px;
  }

  .tw .md\:first\:pl-67:first-child{
    padding-left: 335px;
  }

  .tw .md\:first\:pl-68:first-child{
    padding-left: 340px;
  }

  .tw .md\:first\:pl-69:first-child{
    padding-left: 345px;
  }

  .tw .md\:first\:pl-70:first-child{
    padding-left: 350px;
  }

  .tw .md\:first\:pl-71:first-child{
    padding-left: 355px;
  }

  .tw .md\:first\:pl-72:first-child{
    padding-left: 360px;
  }

  .tw .md\:first\:pl-73:first-child{
    padding-left: 365px;
  }

  .tw .md\:first\:pl-74:first-child{
    padding-left: 370px;
  }

  .tw .md\:first\:pl-75:first-child{
    padding-left: 375px;
  }

  .tw .md\:first\:pl-76:first-child{
    padding-left: 380px;
  }

  .tw .md\:first\:pl-77:first-child{
    padding-left: 385px;
  }

  .tw .md\:first\:pl-78:first-child{
    padding-left: 390px;
  }

  .tw .md\:first\:pl-79:first-child{
    padding-left: 395px;
  }

  .tw .md\:first\:pl-80:first-child{
    padding-left: 400px;
  }

  .tw .md\:first\:pl-81:first-child{
    padding-left: 405px;
  }

  .tw .md\:first\:pl-82:first-child{
    padding-left: 410px;
  }

  .tw .md\:first\:pl-83:first-child{
    padding-left: 415px;
  }

  .tw .md\:first\:pl-84:first-child{
    padding-left: 420px;
  }

  .tw .md\:first\:pl-85:first-child{
    padding-left: 425px;
  }

  .tw .md\:first\:pl-86:first-child{
    padding-left: 430px;
  }

  .tw .md\:first\:pl-87:first-child{
    padding-left: 435px;
  }

  .tw .md\:first\:pl-88:first-child{
    padding-left: 440px;
  }

  .tw .md\:first\:pl-89:first-child{
    padding-left: 445px;
  }

  .tw .md\:first\:pl-90:first-child{
    padding-left: 450px;
  }

  .tw .md\:first\:pl-91:first-child{
    padding-left: 455px;
  }

  .tw .md\:first\:pl-92:first-child{
    padding-left: 460px;
  }

  .tw .md\:first\:pl-93:first-child{
    padding-left: 465px;
  }

  .tw .md\:first\:pl-94:first-child{
    padding-left: 470px;
  }

  .tw .md\:first\:pl-95:first-child{
    padding-left: 475px;
  }

  .tw .md\:first\:pl-96:first-child{
    padding-left: 480px;
  }

  .tw .md\:first\:pl-97:first-child{
    padding-left: 485px;
  }

  .tw .md\:first\:pl-98:first-child{
    padding-left: 490px;
  }

  .tw .md\:first\:pl-99:first-child{
    padding-left: 495px;
  }

  .tw .md\:first\:pl-100:first-child{
    padding-left: 500px;
  }

  .tw .md\:first\:pl-101:first-child{
    padding-left: 505px;
  }

  .tw .md\:first\:pl-102:first-child{
    padding-left: 510px;
  }

  .tw .md\:first\:pl-103:first-child{
    padding-left: 515px;
  }

  .tw .md\:first\:pl-104:first-child{
    padding-left: 520px;
  }

  .tw .md\:first\:pl-105:first-child{
    padding-left: 525px;
  }

  .tw .md\:first\:pl-106:first-child{
    padding-left: 530px;
  }

  .tw .md\:first\:pl-107:first-child{
    padding-left: 535px;
  }

  .tw .md\:first\:pl-108:first-child{
    padding-left: 540px;
  }

  .tw .md\:first\:pl-109:first-child{
    padding-left: 545px;
  }

  .tw .md\:first\:pl-110:first-child{
    padding-left: 550px;
  }

  .tw .md\:first\:pl-111:first-child{
    padding-left: 555px;
  }

  .tw .md\:first\:pl-112:first-child{
    padding-left: 560px;
  }

  .tw .md\:first\:pl-113:first-child{
    padding-left: 565px;
  }

  .tw .md\:first\:pl-114:first-child{
    padding-left: 570px;
  }

  .tw .md\:first\:pl-115:first-child{
    padding-left: 575px;
  }

  .tw .md\:first\:pl-116:first-child{
    padding-left: 580px;
  }

  .tw .md\:first\:pl-117:first-child{
    padding-left: 585px;
  }

  .tw .md\:first\:pl-118:first-child{
    padding-left: 590px;
  }

  .tw .md\:first\:pl-119:first-child{
    padding-left: 595px;
  }

  .tw .md\:first\:pl-120:first-child{
    padding-left: 600px;
  }

  .tw .md\:first\:pl-121:first-child{
    padding-left: 605px;
  }

  .tw .md\:first\:pl-122:first-child{
    padding-left: 610px;
  }

  .tw .md\:first\:pl-123:first-child{
    padding-left: 615px;
  }

  .tw .md\:first\:pl-124:first-child{
    padding-left: 620px;
  }

  .tw .md\:first\:pl-125:first-child{
    padding-left: 625px;
  }

  .tw .md\:first\:pl-126:first-child{
    padding-left: 630px;
  }

  .tw .md\:first\:pl-127:first-child{
    padding-left: 635px;
  }

  .tw .md\:first\:pl-128:first-child{
    padding-left: 640px;
  }

  .tw .md\:first\:pl-129:first-child{
    padding-left: 645px;
  }

  .tw .md\:first\:pl-130:first-child{
    padding-left: 650px;
  }

  .tw .md\:first\:pl-131:first-child{
    padding-left: 655px;
  }

  .tw .md\:first\:pl-132:first-child{
    padding-left: 660px;
  }

  .tw .md\:first\:pl-133:first-child{
    padding-left: 665px;
  }

  .tw .md\:first\:pl-134:first-child{
    padding-left: 670px;
  }

  .tw .md\:first\:pl-135:first-child{
    padding-left: 675px;
  }

  .tw .md\:first\:pl-136:first-child{
    padding-left: 680px;
  }

  .tw .md\:first\:pl-137:first-child{
    padding-left: 685px;
  }

  .tw .md\:first\:pl-138:first-child{
    padding-left: 690px;
  }

  .tw .md\:first\:pl-139:first-child{
    padding-left: 695px;
  }

  .tw .md\:first\:pl-140:first-child{
    padding-left: 700px;
  }

  .tw .md\:first\:pl-141:first-child{
    padding-left: 705px;
  }

  .tw .md\:first\:pl-142:first-child{
    padding-left: 710px;
  }

  .tw .md\:first\:pl-143:first-child{
    padding-left: 715px;
  }

  .tw .md\:first\:pl-144:first-child{
    padding-left: 720px;
  }

  .tw .md\:first\:pl-145:first-child{
    padding-left: 725px;
  }

  .tw .md\:first\:pl-146:first-child{
    padding-left: 730px;
  }

  .tw .md\:first\:pl-147:first-child{
    padding-left: 735px;
  }

  .tw .md\:first\:pl-148:first-child{
    padding-left: 740px;
  }

  .tw .md\:first\:pl-149:first-child{
    padding-left: 745px;
  }

  .tw .md\:first\:pl-0\.5:first-child{
    padding-left: 3px;
  }

  .tw .md\:first\:pl-1px:first-child{
    padding-left: 1px;
  }

  .tw .md\:first\:pl-2px:first-child{
    padding-left: 2px;
  }

  .tw .md\:first\:pl-3px:first-child{
    padding-left: 3px;
  }

  .tw .md\:first\:pl-4px:first-child{
    padding-left: 4px;
  }

  .tw .md\:first\:pl-5px:first-child{
    padding-left: 5px;
  }

  .tw .md\:first\:pl-6px:first-child{
    padding-left: 6px;
  }

  .tw .md\:first\:pl-7px:first-child{
    padding-left: 7px;
  }

  .tw .md\:first\:pl-8px:first-child{
    padding-left: 8px;
  }

  .tw .md\:first\:pl-9px:first-child{
    padding-left: 9px;
  }

  .tw .md\:first\:pl-10px:first-child{
    padding-left: 10px;
  }

  .tw .md\:first\:pl-11px:first-child{
    padding-left: 11px;
  }

  .tw .md\:first\:pl-12px:first-child{
    padding-left: 12px;
  }

  .tw .md\:first\:pl-13px:first-child{
    padding-left: 13px;
  }

  .tw .md\:first\:pl-14px:first-child{
    padding-left: 14px;
  }

  .tw .md\:first\:pl-15px:first-child{
    padding-left: 15px;
  }

  .tw .md\:first\:pl-16px:first-child{
    padding-left: 16px;
  }

  .tw .md\:first\:pl-17px:first-child{
    padding-left: 17px;
  }

  .tw .md\:first\:pl-18px:first-child{
    padding-left: 18px;
  }

  .tw .md\:first\:pl-19px:first-child{
    padding-left: 19px;
  }

  .tw .md\:first\:pl-20px:first-child{
    padding-left: 20px;
  }

  .tw .md\:first\:pl-21px:first-child{
    padding-left: 21px;
  }

  .tw .md\:first\:pl-22px:first-child{
    padding-left: 22px;
  }

  .tw .md\:first\:pl-23px:first-child{
    padding-left: 23px;
  }

  .tw .md\:first\:pl-24px:first-child{
    padding-left: 24px;
  }

  .tw .md\:first\:pl-25px:first-child{
    padding-left: 25px;
  }

  .tw .md\:first\:pl-26px:first-child{
    padding-left: 26px;
  }

  .tw .md\:first\:pl-27px:first-child{
    padding-left: 27px;
  }

  .tw .md\:first\:pl-28px:first-child{
    padding-left: 28px;
  }

  .tw .md\:first\:pl-29px:first-child{
    padding-left: 29px;
  }

  .tw .md\:first\:pl-30px:first-child{
    padding-left: 30px;
  }

  .tw .md\:first\:pl-31px:first-child{
    padding-left: 31px;
  }

  .tw .md\:first\:pl-32px:first-child{
    padding-left: 32px;
  }

  .tw .md\:first\:pl-33px:first-child{
    padding-left: 33px;
  }

  .tw .md\:first\:pl-34px:first-child{
    padding-left: 34px;
  }

  .tw .md\:first\:pl-35px:first-child{
    padding-left: 35px;
  }

  .tw .md\:first\:pl-36px:first-child{
    padding-left: 36px;
  }

  .tw .md\:first\:pl-37px:first-child{
    padding-left: 37px;
  }

  .tw .md\:first\:pl-38px:first-child{
    padding-left: 38px;
  }

  .tw .md\:first\:pl-39px:first-child{
    padding-left: 39px;
  }

  .tw .md\:first\:pl-40px:first-child{
    padding-left: 40px;
  }

  .tw .md\:last\:pt-0:last-child{
    padding-top: 0px;
  }

  .tw .md\:last\:pt-1:last-child{
    padding-top: 5px;
  }

  .tw .md\:last\:pt-2:last-child{
    padding-top: 10px;
  }

  .tw .md\:last\:pt-3:last-child{
    padding-top: 15px;
  }

  .tw .md\:last\:pt-4:last-child{
    padding-top: 20px;
  }

  .tw .md\:last\:pt-5:last-child{
    padding-top: 25px;
  }

  .tw .md\:last\:pt-6:last-child{
    padding-top: 30px;
  }

  .tw .md\:last\:pt-7:last-child{
    padding-top: 35px;
  }

  .tw .md\:last\:pt-8:last-child{
    padding-top: 40px;
  }

  .tw .md\:last\:pt-9:last-child{
    padding-top: 45px;
  }

  .tw .md\:last\:pt-10:last-child{
    padding-top: 50px;
  }

  .tw .md\:last\:pt-11:last-child{
    padding-top: 55px;
  }

  .tw .md\:last\:pt-12:last-child{
    padding-top: 60px;
  }

  .tw .md\:last\:pt-13:last-child{
    padding-top: 65px;
  }

  .tw .md\:last\:pt-14:last-child{
    padding-top: 70px;
  }

  .tw .md\:last\:pt-15:last-child{
    padding-top: 75px;
  }

  .tw .md\:last\:pt-16:last-child{
    padding-top: 80px;
  }

  .tw .md\:last\:pt-17:last-child{
    padding-top: 85px;
  }

  .tw .md\:last\:pt-18:last-child{
    padding-top: 90px;
  }

  .tw .md\:last\:pt-19:last-child{
    padding-top: 95px;
  }

  .tw .md\:last\:pt-20:last-child{
    padding-top: 100px;
  }

  .tw .md\:last\:pt-21:last-child{
    padding-top: 105px;
  }

  .tw .md\:last\:pt-22:last-child{
    padding-top: 110px;
  }

  .tw .md\:last\:pt-23:last-child{
    padding-top: 115px;
  }

  .tw .md\:last\:pt-24:last-child{
    padding-top: 120px;
  }

  .tw .md\:last\:pt-25:last-child{
    padding-top: 125px;
  }

  .tw .md\:last\:pt-26:last-child{
    padding-top: 130px;
  }

  .tw .md\:last\:pt-27:last-child{
    padding-top: 135px;
  }

  .tw .md\:last\:pt-28:last-child{
    padding-top: 140px;
  }

  .tw .md\:last\:pt-29:last-child{
    padding-top: 145px;
  }

  .tw .md\:last\:pt-30:last-child{
    padding-top: 150px;
  }

  .tw .md\:last\:pt-31:last-child{
    padding-top: 155px;
  }

  .tw .md\:last\:pt-32:last-child{
    padding-top: 160px;
  }

  .tw .md\:last\:pt-33:last-child{
    padding-top: 165px;
  }

  .tw .md\:last\:pt-34:last-child{
    padding-top: 170px;
  }

  .tw .md\:last\:pt-35:last-child{
    padding-top: 175px;
  }

  .tw .md\:last\:pt-36:last-child{
    padding-top: 180px;
  }

  .tw .md\:last\:pt-37:last-child{
    padding-top: 185px;
  }

  .tw .md\:last\:pt-38:last-child{
    padding-top: 190px;
  }

  .tw .md\:last\:pt-39:last-child{
    padding-top: 195px;
  }

  .tw .md\:last\:pt-40:last-child{
    padding-top: 200px;
  }

  .tw .md\:last\:pt-41:last-child{
    padding-top: 205px;
  }

  .tw .md\:last\:pt-42:last-child{
    padding-top: 210px;
  }

  .tw .md\:last\:pt-43:last-child{
    padding-top: 215px;
  }

  .tw .md\:last\:pt-44:last-child{
    padding-top: 220px;
  }

  .tw .md\:last\:pt-45:last-child{
    padding-top: 225px;
  }

  .tw .md\:last\:pt-46:last-child{
    padding-top: 230px;
  }

  .tw .md\:last\:pt-47:last-child{
    padding-top: 235px;
  }

  .tw .md\:last\:pt-48:last-child{
    padding-top: 240px;
  }

  .tw .md\:last\:pt-49:last-child{
    padding-top: 245px;
  }

  .tw .md\:last\:pt-50:last-child{
    padding-top: 250px;
  }

  .tw .md\:last\:pt-51:last-child{
    padding-top: 255px;
  }

  .tw .md\:last\:pt-52:last-child{
    padding-top: 260px;
  }

  .tw .md\:last\:pt-53:last-child{
    padding-top: 265px;
  }

  .tw .md\:last\:pt-54:last-child{
    padding-top: 270px;
  }

  .tw .md\:last\:pt-55:last-child{
    padding-top: 275px;
  }

  .tw .md\:last\:pt-56:last-child{
    padding-top: 280px;
  }

  .tw .md\:last\:pt-57:last-child{
    padding-top: 285px;
  }

  .tw .md\:last\:pt-58:last-child{
    padding-top: 290px;
  }

  .tw .md\:last\:pt-59:last-child{
    padding-top: 295px;
  }

  .tw .md\:last\:pt-60:last-child{
    padding-top: 300px;
  }

  .tw .md\:last\:pt-61:last-child{
    padding-top: 305px;
  }

  .tw .md\:last\:pt-62:last-child{
    padding-top: 310px;
  }

  .tw .md\:last\:pt-63:last-child{
    padding-top: 315px;
  }

  .tw .md\:last\:pt-64:last-child{
    padding-top: 320px;
  }

  .tw .md\:last\:pt-65:last-child{
    padding-top: 325px;
  }

  .tw .md\:last\:pt-66:last-child{
    padding-top: 330px;
  }

  .tw .md\:last\:pt-67:last-child{
    padding-top: 335px;
  }

  .tw .md\:last\:pt-68:last-child{
    padding-top: 340px;
  }

  .tw .md\:last\:pt-69:last-child{
    padding-top: 345px;
  }

  .tw .md\:last\:pt-70:last-child{
    padding-top: 350px;
  }

  .tw .md\:last\:pt-71:last-child{
    padding-top: 355px;
  }

  .tw .md\:last\:pt-72:last-child{
    padding-top: 360px;
  }

  .tw .md\:last\:pt-73:last-child{
    padding-top: 365px;
  }

  .tw .md\:last\:pt-74:last-child{
    padding-top: 370px;
  }

  .tw .md\:last\:pt-75:last-child{
    padding-top: 375px;
  }

  .tw .md\:last\:pt-76:last-child{
    padding-top: 380px;
  }

  .tw .md\:last\:pt-77:last-child{
    padding-top: 385px;
  }

  .tw .md\:last\:pt-78:last-child{
    padding-top: 390px;
  }

  .tw .md\:last\:pt-79:last-child{
    padding-top: 395px;
  }

  .tw .md\:last\:pt-80:last-child{
    padding-top: 400px;
  }

  .tw .md\:last\:pt-81:last-child{
    padding-top: 405px;
  }

  .tw .md\:last\:pt-82:last-child{
    padding-top: 410px;
  }

  .tw .md\:last\:pt-83:last-child{
    padding-top: 415px;
  }

  .tw .md\:last\:pt-84:last-child{
    padding-top: 420px;
  }

  .tw .md\:last\:pt-85:last-child{
    padding-top: 425px;
  }

  .tw .md\:last\:pt-86:last-child{
    padding-top: 430px;
  }

  .tw .md\:last\:pt-87:last-child{
    padding-top: 435px;
  }

  .tw .md\:last\:pt-88:last-child{
    padding-top: 440px;
  }

  .tw .md\:last\:pt-89:last-child{
    padding-top: 445px;
  }

  .tw .md\:last\:pt-90:last-child{
    padding-top: 450px;
  }

  .tw .md\:last\:pt-91:last-child{
    padding-top: 455px;
  }

  .tw .md\:last\:pt-92:last-child{
    padding-top: 460px;
  }

  .tw .md\:last\:pt-93:last-child{
    padding-top: 465px;
  }

  .tw .md\:last\:pt-94:last-child{
    padding-top: 470px;
  }

  .tw .md\:last\:pt-95:last-child{
    padding-top: 475px;
  }

  .tw .md\:last\:pt-96:last-child{
    padding-top: 480px;
  }

  .tw .md\:last\:pt-97:last-child{
    padding-top: 485px;
  }

  .tw .md\:last\:pt-98:last-child{
    padding-top: 490px;
  }

  .tw .md\:last\:pt-99:last-child{
    padding-top: 495px;
  }

  .tw .md\:last\:pt-100:last-child{
    padding-top: 500px;
  }

  .tw .md\:last\:pt-101:last-child{
    padding-top: 505px;
  }

  .tw .md\:last\:pt-102:last-child{
    padding-top: 510px;
  }

  .tw .md\:last\:pt-103:last-child{
    padding-top: 515px;
  }

  .tw .md\:last\:pt-104:last-child{
    padding-top: 520px;
  }

  .tw .md\:last\:pt-105:last-child{
    padding-top: 525px;
  }

  .tw .md\:last\:pt-106:last-child{
    padding-top: 530px;
  }

  .tw .md\:last\:pt-107:last-child{
    padding-top: 535px;
  }

  .tw .md\:last\:pt-108:last-child{
    padding-top: 540px;
  }

  .tw .md\:last\:pt-109:last-child{
    padding-top: 545px;
  }

  .tw .md\:last\:pt-110:last-child{
    padding-top: 550px;
  }

  .tw .md\:last\:pt-111:last-child{
    padding-top: 555px;
  }

  .tw .md\:last\:pt-112:last-child{
    padding-top: 560px;
  }

  .tw .md\:last\:pt-113:last-child{
    padding-top: 565px;
  }

  .tw .md\:last\:pt-114:last-child{
    padding-top: 570px;
  }

  .tw .md\:last\:pt-115:last-child{
    padding-top: 575px;
  }

  .tw .md\:last\:pt-116:last-child{
    padding-top: 580px;
  }

  .tw .md\:last\:pt-117:last-child{
    padding-top: 585px;
  }

  .tw .md\:last\:pt-118:last-child{
    padding-top: 590px;
  }

  .tw .md\:last\:pt-119:last-child{
    padding-top: 595px;
  }

  .tw .md\:last\:pt-120:last-child{
    padding-top: 600px;
  }

  .tw .md\:last\:pt-121:last-child{
    padding-top: 605px;
  }

  .tw .md\:last\:pt-122:last-child{
    padding-top: 610px;
  }

  .tw .md\:last\:pt-123:last-child{
    padding-top: 615px;
  }

  .tw .md\:last\:pt-124:last-child{
    padding-top: 620px;
  }

  .tw .md\:last\:pt-125:last-child{
    padding-top: 625px;
  }

  .tw .md\:last\:pt-126:last-child{
    padding-top: 630px;
  }

  .tw .md\:last\:pt-127:last-child{
    padding-top: 635px;
  }

  .tw .md\:last\:pt-128:last-child{
    padding-top: 640px;
  }

  .tw .md\:last\:pt-129:last-child{
    padding-top: 645px;
  }

  .tw .md\:last\:pt-130:last-child{
    padding-top: 650px;
  }

  .tw .md\:last\:pt-131:last-child{
    padding-top: 655px;
  }

  .tw .md\:last\:pt-132:last-child{
    padding-top: 660px;
  }

  .tw .md\:last\:pt-133:last-child{
    padding-top: 665px;
  }

  .tw .md\:last\:pt-134:last-child{
    padding-top: 670px;
  }

  .tw .md\:last\:pt-135:last-child{
    padding-top: 675px;
  }

  .tw .md\:last\:pt-136:last-child{
    padding-top: 680px;
  }

  .tw .md\:last\:pt-137:last-child{
    padding-top: 685px;
  }

  .tw .md\:last\:pt-138:last-child{
    padding-top: 690px;
  }

  .tw .md\:last\:pt-139:last-child{
    padding-top: 695px;
  }

  .tw .md\:last\:pt-140:last-child{
    padding-top: 700px;
  }

  .tw .md\:last\:pt-141:last-child{
    padding-top: 705px;
  }

  .tw .md\:last\:pt-142:last-child{
    padding-top: 710px;
  }

  .tw .md\:last\:pt-143:last-child{
    padding-top: 715px;
  }

  .tw .md\:last\:pt-144:last-child{
    padding-top: 720px;
  }

  .tw .md\:last\:pt-145:last-child{
    padding-top: 725px;
  }

  .tw .md\:last\:pt-146:last-child{
    padding-top: 730px;
  }

  .tw .md\:last\:pt-147:last-child{
    padding-top: 735px;
  }

  .tw .md\:last\:pt-148:last-child{
    padding-top: 740px;
  }

  .tw .md\:last\:pt-149:last-child{
    padding-top: 745px;
  }

  .tw .md\:last\:pt-0\.5:last-child{
    padding-top: 3px;
  }

  .tw .md\:last\:pt-1px:last-child{
    padding-top: 1px;
  }

  .tw .md\:last\:pt-2px:last-child{
    padding-top: 2px;
  }

  .tw .md\:last\:pt-3px:last-child{
    padding-top: 3px;
  }

  .tw .md\:last\:pt-4px:last-child{
    padding-top: 4px;
  }

  .tw .md\:last\:pt-5px:last-child{
    padding-top: 5px;
  }

  .tw .md\:last\:pt-6px:last-child{
    padding-top: 6px;
  }

  .tw .md\:last\:pt-7px:last-child{
    padding-top: 7px;
  }

  .tw .md\:last\:pt-8px:last-child{
    padding-top: 8px;
  }

  .tw .md\:last\:pt-9px:last-child{
    padding-top: 9px;
  }

  .tw .md\:last\:pt-10px:last-child{
    padding-top: 10px;
  }

  .tw .md\:last\:pt-11px:last-child{
    padding-top: 11px;
  }

  .tw .md\:last\:pt-12px:last-child{
    padding-top: 12px;
  }

  .tw .md\:last\:pt-13px:last-child{
    padding-top: 13px;
  }

  .tw .md\:last\:pt-14px:last-child{
    padding-top: 14px;
  }

  .tw .md\:last\:pt-15px:last-child{
    padding-top: 15px;
  }

  .tw .md\:last\:pt-16px:last-child{
    padding-top: 16px;
  }

  .tw .md\:last\:pt-17px:last-child{
    padding-top: 17px;
  }

  .tw .md\:last\:pt-18px:last-child{
    padding-top: 18px;
  }

  .tw .md\:last\:pt-19px:last-child{
    padding-top: 19px;
  }

  .tw .md\:last\:pt-20px:last-child{
    padding-top: 20px;
  }

  .tw .md\:last\:pt-21px:last-child{
    padding-top: 21px;
  }

  .tw .md\:last\:pt-22px:last-child{
    padding-top: 22px;
  }

  .tw .md\:last\:pt-23px:last-child{
    padding-top: 23px;
  }

  .tw .md\:last\:pt-24px:last-child{
    padding-top: 24px;
  }

  .tw .md\:last\:pt-25px:last-child{
    padding-top: 25px;
  }

  .tw .md\:last\:pt-26px:last-child{
    padding-top: 26px;
  }

  .tw .md\:last\:pt-27px:last-child{
    padding-top: 27px;
  }

  .tw .md\:last\:pt-28px:last-child{
    padding-top: 28px;
  }

  .tw .md\:last\:pt-29px:last-child{
    padding-top: 29px;
  }

  .tw .md\:last\:pt-30px:last-child{
    padding-top: 30px;
  }

  .tw .md\:last\:pt-31px:last-child{
    padding-top: 31px;
  }

  .tw .md\:last\:pt-32px:last-child{
    padding-top: 32px;
  }

  .tw .md\:last\:pt-33px:last-child{
    padding-top: 33px;
  }

  .tw .md\:last\:pt-34px:last-child{
    padding-top: 34px;
  }

  .tw .md\:last\:pt-35px:last-child{
    padding-top: 35px;
  }

  .tw .md\:last\:pt-36px:last-child{
    padding-top: 36px;
  }

  .tw .md\:last\:pt-37px:last-child{
    padding-top: 37px;
  }

  .tw .md\:last\:pt-38px:last-child{
    padding-top: 38px;
  }

  .tw .md\:last\:pt-39px:last-child{
    padding-top: 39px;
  }

  .tw .md\:last\:pt-40px:last-child{
    padding-top: 40px;
  }

  .tw .md\:last\:pr-0:last-child{
    padding-right: 0px;
  }

  .tw .md\:last\:pr-1:last-child{
    padding-right: 5px;
  }

  .tw .md\:last\:pr-2:last-child{
    padding-right: 10px;
  }

  .tw .md\:last\:pr-3:last-child{
    padding-right: 15px;
  }

  .tw .md\:last\:pr-4:last-child{
    padding-right: 20px;
  }

  .tw .md\:last\:pr-5:last-child{
    padding-right: 25px;
  }

  .tw .md\:last\:pr-6:last-child{
    padding-right: 30px;
  }

  .tw .md\:last\:pr-7:last-child{
    padding-right: 35px;
  }

  .tw .md\:last\:pr-8:last-child{
    padding-right: 40px;
  }

  .tw .md\:last\:pr-9:last-child{
    padding-right: 45px;
  }

  .tw .md\:last\:pr-10:last-child{
    padding-right: 50px;
  }

  .tw .md\:last\:pr-11:last-child{
    padding-right: 55px;
  }

  .tw .md\:last\:pr-12:last-child{
    padding-right: 60px;
  }

  .tw .md\:last\:pr-13:last-child{
    padding-right: 65px;
  }

  .tw .md\:last\:pr-14:last-child{
    padding-right: 70px;
  }

  .tw .md\:last\:pr-15:last-child{
    padding-right: 75px;
  }

  .tw .md\:last\:pr-16:last-child{
    padding-right: 80px;
  }

  .tw .md\:last\:pr-17:last-child{
    padding-right: 85px;
  }

  .tw .md\:last\:pr-18:last-child{
    padding-right: 90px;
  }

  .tw .md\:last\:pr-19:last-child{
    padding-right: 95px;
  }

  .tw .md\:last\:pr-20:last-child{
    padding-right: 100px;
  }

  .tw .md\:last\:pr-21:last-child{
    padding-right: 105px;
  }

  .tw .md\:last\:pr-22:last-child{
    padding-right: 110px;
  }

  .tw .md\:last\:pr-23:last-child{
    padding-right: 115px;
  }

  .tw .md\:last\:pr-24:last-child{
    padding-right: 120px;
  }

  .tw .md\:last\:pr-25:last-child{
    padding-right: 125px;
  }

  .tw .md\:last\:pr-26:last-child{
    padding-right: 130px;
  }

  .tw .md\:last\:pr-27:last-child{
    padding-right: 135px;
  }

  .tw .md\:last\:pr-28:last-child{
    padding-right: 140px;
  }

  .tw .md\:last\:pr-29:last-child{
    padding-right: 145px;
  }

  .tw .md\:last\:pr-30:last-child{
    padding-right: 150px;
  }

  .tw .md\:last\:pr-31:last-child{
    padding-right: 155px;
  }

  .tw .md\:last\:pr-32:last-child{
    padding-right: 160px;
  }

  .tw .md\:last\:pr-33:last-child{
    padding-right: 165px;
  }

  .tw .md\:last\:pr-34:last-child{
    padding-right: 170px;
  }

  .tw .md\:last\:pr-35:last-child{
    padding-right: 175px;
  }

  .tw .md\:last\:pr-36:last-child{
    padding-right: 180px;
  }

  .tw .md\:last\:pr-37:last-child{
    padding-right: 185px;
  }

  .tw .md\:last\:pr-38:last-child{
    padding-right: 190px;
  }

  .tw .md\:last\:pr-39:last-child{
    padding-right: 195px;
  }

  .tw .md\:last\:pr-40:last-child{
    padding-right: 200px;
  }

  .tw .md\:last\:pr-41:last-child{
    padding-right: 205px;
  }

  .tw .md\:last\:pr-42:last-child{
    padding-right: 210px;
  }

  .tw .md\:last\:pr-43:last-child{
    padding-right: 215px;
  }

  .tw .md\:last\:pr-44:last-child{
    padding-right: 220px;
  }

  .tw .md\:last\:pr-45:last-child{
    padding-right: 225px;
  }

  .tw .md\:last\:pr-46:last-child{
    padding-right: 230px;
  }

  .tw .md\:last\:pr-47:last-child{
    padding-right: 235px;
  }

  .tw .md\:last\:pr-48:last-child{
    padding-right: 240px;
  }

  .tw .md\:last\:pr-49:last-child{
    padding-right: 245px;
  }

  .tw .md\:last\:pr-50:last-child{
    padding-right: 250px;
  }

  .tw .md\:last\:pr-51:last-child{
    padding-right: 255px;
  }

  .tw .md\:last\:pr-52:last-child{
    padding-right: 260px;
  }

  .tw .md\:last\:pr-53:last-child{
    padding-right: 265px;
  }

  .tw .md\:last\:pr-54:last-child{
    padding-right: 270px;
  }

  .tw .md\:last\:pr-55:last-child{
    padding-right: 275px;
  }

  .tw .md\:last\:pr-56:last-child{
    padding-right: 280px;
  }

  .tw .md\:last\:pr-57:last-child{
    padding-right: 285px;
  }

  .tw .md\:last\:pr-58:last-child{
    padding-right: 290px;
  }

  .tw .md\:last\:pr-59:last-child{
    padding-right: 295px;
  }

  .tw .md\:last\:pr-60:last-child{
    padding-right: 300px;
  }

  .tw .md\:last\:pr-61:last-child{
    padding-right: 305px;
  }

  .tw .md\:last\:pr-62:last-child{
    padding-right: 310px;
  }

  .tw .md\:last\:pr-63:last-child{
    padding-right: 315px;
  }

  .tw .md\:last\:pr-64:last-child{
    padding-right: 320px;
  }

  .tw .md\:last\:pr-65:last-child{
    padding-right: 325px;
  }

  .tw .md\:last\:pr-66:last-child{
    padding-right: 330px;
  }

  .tw .md\:last\:pr-67:last-child{
    padding-right: 335px;
  }

  .tw .md\:last\:pr-68:last-child{
    padding-right: 340px;
  }

  .tw .md\:last\:pr-69:last-child{
    padding-right: 345px;
  }

  .tw .md\:last\:pr-70:last-child{
    padding-right: 350px;
  }

  .tw .md\:last\:pr-71:last-child{
    padding-right: 355px;
  }

  .tw .md\:last\:pr-72:last-child{
    padding-right: 360px;
  }

  .tw .md\:last\:pr-73:last-child{
    padding-right: 365px;
  }

  .tw .md\:last\:pr-74:last-child{
    padding-right: 370px;
  }

  .tw .md\:last\:pr-75:last-child{
    padding-right: 375px;
  }

  .tw .md\:last\:pr-76:last-child{
    padding-right: 380px;
  }

  .tw .md\:last\:pr-77:last-child{
    padding-right: 385px;
  }

  .tw .md\:last\:pr-78:last-child{
    padding-right: 390px;
  }

  .tw .md\:last\:pr-79:last-child{
    padding-right: 395px;
  }

  .tw .md\:last\:pr-80:last-child{
    padding-right: 400px;
  }

  .tw .md\:last\:pr-81:last-child{
    padding-right: 405px;
  }

  .tw .md\:last\:pr-82:last-child{
    padding-right: 410px;
  }

  .tw .md\:last\:pr-83:last-child{
    padding-right: 415px;
  }

  .tw .md\:last\:pr-84:last-child{
    padding-right: 420px;
  }

  .tw .md\:last\:pr-85:last-child{
    padding-right: 425px;
  }

  .tw .md\:last\:pr-86:last-child{
    padding-right: 430px;
  }

  .tw .md\:last\:pr-87:last-child{
    padding-right: 435px;
  }

  .tw .md\:last\:pr-88:last-child{
    padding-right: 440px;
  }

  .tw .md\:last\:pr-89:last-child{
    padding-right: 445px;
  }

  .tw .md\:last\:pr-90:last-child{
    padding-right: 450px;
  }

  .tw .md\:last\:pr-91:last-child{
    padding-right: 455px;
  }

  .tw .md\:last\:pr-92:last-child{
    padding-right: 460px;
  }

  .tw .md\:last\:pr-93:last-child{
    padding-right: 465px;
  }

  .tw .md\:last\:pr-94:last-child{
    padding-right: 470px;
  }

  .tw .md\:last\:pr-95:last-child{
    padding-right: 475px;
  }

  .tw .md\:last\:pr-96:last-child{
    padding-right: 480px;
  }

  .tw .md\:last\:pr-97:last-child{
    padding-right: 485px;
  }

  .tw .md\:last\:pr-98:last-child{
    padding-right: 490px;
  }

  .tw .md\:last\:pr-99:last-child{
    padding-right: 495px;
  }

  .tw .md\:last\:pr-100:last-child{
    padding-right: 500px;
  }

  .tw .md\:last\:pr-101:last-child{
    padding-right: 505px;
  }

  .tw .md\:last\:pr-102:last-child{
    padding-right: 510px;
  }

  .tw .md\:last\:pr-103:last-child{
    padding-right: 515px;
  }

  .tw .md\:last\:pr-104:last-child{
    padding-right: 520px;
  }

  .tw .md\:last\:pr-105:last-child{
    padding-right: 525px;
  }

  .tw .md\:last\:pr-106:last-child{
    padding-right: 530px;
  }

  .tw .md\:last\:pr-107:last-child{
    padding-right: 535px;
  }

  .tw .md\:last\:pr-108:last-child{
    padding-right: 540px;
  }

  .tw .md\:last\:pr-109:last-child{
    padding-right: 545px;
  }

  .tw .md\:last\:pr-110:last-child{
    padding-right: 550px;
  }

  .tw .md\:last\:pr-111:last-child{
    padding-right: 555px;
  }

  .tw .md\:last\:pr-112:last-child{
    padding-right: 560px;
  }

  .tw .md\:last\:pr-113:last-child{
    padding-right: 565px;
  }

  .tw .md\:last\:pr-114:last-child{
    padding-right: 570px;
  }

  .tw .md\:last\:pr-115:last-child{
    padding-right: 575px;
  }

  .tw .md\:last\:pr-116:last-child{
    padding-right: 580px;
  }

  .tw .md\:last\:pr-117:last-child{
    padding-right: 585px;
  }

  .tw .md\:last\:pr-118:last-child{
    padding-right: 590px;
  }

  .tw .md\:last\:pr-119:last-child{
    padding-right: 595px;
  }

  .tw .md\:last\:pr-120:last-child{
    padding-right: 600px;
  }

  .tw .md\:last\:pr-121:last-child{
    padding-right: 605px;
  }

  .tw .md\:last\:pr-122:last-child{
    padding-right: 610px;
  }

  .tw .md\:last\:pr-123:last-child{
    padding-right: 615px;
  }

  .tw .md\:last\:pr-124:last-child{
    padding-right: 620px;
  }

  .tw .md\:last\:pr-125:last-child{
    padding-right: 625px;
  }

  .tw .md\:last\:pr-126:last-child{
    padding-right: 630px;
  }

  .tw .md\:last\:pr-127:last-child{
    padding-right: 635px;
  }

  .tw .md\:last\:pr-128:last-child{
    padding-right: 640px;
  }

  .tw .md\:last\:pr-129:last-child{
    padding-right: 645px;
  }

  .tw .md\:last\:pr-130:last-child{
    padding-right: 650px;
  }

  .tw .md\:last\:pr-131:last-child{
    padding-right: 655px;
  }

  .tw .md\:last\:pr-132:last-child{
    padding-right: 660px;
  }

  .tw .md\:last\:pr-133:last-child{
    padding-right: 665px;
  }

  .tw .md\:last\:pr-134:last-child{
    padding-right: 670px;
  }

  .tw .md\:last\:pr-135:last-child{
    padding-right: 675px;
  }

  .tw .md\:last\:pr-136:last-child{
    padding-right: 680px;
  }

  .tw .md\:last\:pr-137:last-child{
    padding-right: 685px;
  }

  .tw .md\:last\:pr-138:last-child{
    padding-right: 690px;
  }

  .tw .md\:last\:pr-139:last-child{
    padding-right: 695px;
  }

  .tw .md\:last\:pr-140:last-child{
    padding-right: 700px;
  }

  .tw .md\:last\:pr-141:last-child{
    padding-right: 705px;
  }

  .tw .md\:last\:pr-142:last-child{
    padding-right: 710px;
  }

  .tw .md\:last\:pr-143:last-child{
    padding-right: 715px;
  }

  .tw .md\:last\:pr-144:last-child{
    padding-right: 720px;
  }

  .tw .md\:last\:pr-145:last-child{
    padding-right: 725px;
  }

  .tw .md\:last\:pr-146:last-child{
    padding-right: 730px;
  }

  .tw .md\:last\:pr-147:last-child{
    padding-right: 735px;
  }

  .tw .md\:last\:pr-148:last-child{
    padding-right: 740px;
  }

  .tw .md\:last\:pr-149:last-child{
    padding-right: 745px;
  }

  .tw .md\:last\:pr-0\.5:last-child{
    padding-right: 3px;
  }

  .tw .md\:last\:pr-1px:last-child{
    padding-right: 1px;
  }

  .tw .md\:last\:pr-2px:last-child{
    padding-right: 2px;
  }

  .tw .md\:last\:pr-3px:last-child{
    padding-right: 3px;
  }

  .tw .md\:last\:pr-4px:last-child{
    padding-right: 4px;
  }

  .tw .md\:last\:pr-5px:last-child{
    padding-right: 5px;
  }

  .tw .md\:last\:pr-6px:last-child{
    padding-right: 6px;
  }

  .tw .md\:last\:pr-7px:last-child{
    padding-right: 7px;
  }

  .tw .md\:last\:pr-8px:last-child{
    padding-right: 8px;
  }

  .tw .md\:last\:pr-9px:last-child{
    padding-right: 9px;
  }

  .tw .md\:last\:pr-10px:last-child{
    padding-right: 10px;
  }

  .tw .md\:last\:pr-11px:last-child{
    padding-right: 11px;
  }

  .tw .md\:last\:pr-12px:last-child{
    padding-right: 12px;
  }

  .tw .md\:last\:pr-13px:last-child{
    padding-right: 13px;
  }

  .tw .md\:last\:pr-14px:last-child{
    padding-right: 14px;
  }

  .tw .md\:last\:pr-15px:last-child{
    padding-right: 15px;
  }

  .tw .md\:last\:pr-16px:last-child{
    padding-right: 16px;
  }

  .tw .md\:last\:pr-17px:last-child{
    padding-right: 17px;
  }

  .tw .md\:last\:pr-18px:last-child{
    padding-right: 18px;
  }

  .tw .md\:last\:pr-19px:last-child{
    padding-right: 19px;
  }

  .tw .md\:last\:pr-20px:last-child{
    padding-right: 20px;
  }

  .tw .md\:last\:pr-21px:last-child{
    padding-right: 21px;
  }

  .tw .md\:last\:pr-22px:last-child{
    padding-right: 22px;
  }

  .tw .md\:last\:pr-23px:last-child{
    padding-right: 23px;
  }

  .tw .md\:last\:pr-24px:last-child{
    padding-right: 24px;
  }

  .tw .md\:last\:pr-25px:last-child{
    padding-right: 25px;
  }

  .tw .md\:last\:pr-26px:last-child{
    padding-right: 26px;
  }

  .tw .md\:last\:pr-27px:last-child{
    padding-right: 27px;
  }

  .tw .md\:last\:pr-28px:last-child{
    padding-right: 28px;
  }

  .tw .md\:last\:pr-29px:last-child{
    padding-right: 29px;
  }

  .tw .md\:last\:pr-30px:last-child{
    padding-right: 30px;
  }

  .tw .md\:last\:pr-31px:last-child{
    padding-right: 31px;
  }

  .tw .md\:last\:pr-32px:last-child{
    padding-right: 32px;
  }

  .tw .md\:last\:pr-33px:last-child{
    padding-right: 33px;
  }

  .tw .md\:last\:pr-34px:last-child{
    padding-right: 34px;
  }

  .tw .md\:last\:pr-35px:last-child{
    padding-right: 35px;
  }

  .tw .md\:last\:pr-36px:last-child{
    padding-right: 36px;
  }

  .tw .md\:last\:pr-37px:last-child{
    padding-right: 37px;
  }

  .tw .md\:last\:pr-38px:last-child{
    padding-right: 38px;
  }

  .tw .md\:last\:pr-39px:last-child{
    padding-right: 39px;
  }

  .tw .md\:last\:pr-40px:last-child{
    padding-right: 40px;
  }

  .tw .md\:last\:pb-0:last-child{
    padding-bottom: 0px;
  }

  .tw .md\:last\:pb-1:last-child{
    padding-bottom: 5px;
  }

  .tw .md\:last\:pb-2:last-child{
    padding-bottom: 10px;
  }

  .tw .md\:last\:pb-3:last-child{
    padding-bottom: 15px;
  }

  .tw .md\:last\:pb-4:last-child{
    padding-bottom: 20px;
  }

  .tw .md\:last\:pb-5:last-child{
    padding-bottom: 25px;
  }

  .tw .md\:last\:pb-6:last-child{
    padding-bottom: 30px;
  }

  .tw .md\:last\:pb-7:last-child{
    padding-bottom: 35px;
  }

  .tw .md\:last\:pb-8:last-child{
    padding-bottom: 40px;
  }

  .tw .md\:last\:pb-9:last-child{
    padding-bottom: 45px;
  }

  .tw .md\:last\:pb-10:last-child{
    padding-bottom: 50px;
  }

  .tw .md\:last\:pb-11:last-child{
    padding-bottom: 55px;
  }

  .tw .md\:last\:pb-12:last-child{
    padding-bottom: 60px;
  }

  .tw .md\:last\:pb-13:last-child{
    padding-bottom: 65px;
  }

  .tw .md\:last\:pb-14:last-child{
    padding-bottom: 70px;
  }

  .tw .md\:last\:pb-15:last-child{
    padding-bottom: 75px;
  }

  .tw .md\:last\:pb-16:last-child{
    padding-bottom: 80px;
  }

  .tw .md\:last\:pb-17:last-child{
    padding-bottom: 85px;
  }

  .tw .md\:last\:pb-18:last-child{
    padding-bottom: 90px;
  }

  .tw .md\:last\:pb-19:last-child{
    padding-bottom: 95px;
  }

  .tw .md\:last\:pb-20:last-child{
    padding-bottom: 100px;
  }

  .tw .md\:last\:pb-21:last-child{
    padding-bottom: 105px;
  }

  .tw .md\:last\:pb-22:last-child{
    padding-bottom: 110px;
  }

  .tw .md\:last\:pb-23:last-child{
    padding-bottom: 115px;
  }

  .tw .md\:last\:pb-24:last-child{
    padding-bottom: 120px;
  }

  .tw .md\:last\:pb-25:last-child{
    padding-bottom: 125px;
  }

  .tw .md\:last\:pb-26:last-child{
    padding-bottom: 130px;
  }

  .tw .md\:last\:pb-27:last-child{
    padding-bottom: 135px;
  }

  .tw .md\:last\:pb-28:last-child{
    padding-bottom: 140px;
  }

  .tw .md\:last\:pb-29:last-child{
    padding-bottom: 145px;
  }

  .tw .md\:last\:pb-30:last-child{
    padding-bottom: 150px;
  }

  .tw .md\:last\:pb-31:last-child{
    padding-bottom: 155px;
  }

  .tw .md\:last\:pb-32:last-child{
    padding-bottom: 160px;
  }

  .tw .md\:last\:pb-33:last-child{
    padding-bottom: 165px;
  }

  .tw .md\:last\:pb-34:last-child{
    padding-bottom: 170px;
  }

  .tw .md\:last\:pb-35:last-child{
    padding-bottom: 175px;
  }

  .tw .md\:last\:pb-36:last-child{
    padding-bottom: 180px;
  }

  .tw .md\:last\:pb-37:last-child{
    padding-bottom: 185px;
  }

  .tw .md\:last\:pb-38:last-child{
    padding-bottom: 190px;
  }

  .tw .md\:last\:pb-39:last-child{
    padding-bottom: 195px;
  }

  .tw .md\:last\:pb-40:last-child{
    padding-bottom: 200px;
  }

  .tw .md\:last\:pb-41:last-child{
    padding-bottom: 205px;
  }

  .tw .md\:last\:pb-42:last-child{
    padding-bottom: 210px;
  }

  .tw .md\:last\:pb-43:last-child{
    padding-bottom: 215px;
  }

  .tw .md\:last\:pb-44:last-child{
    padding-bottom: 220px;
  }

  .tw .md\:last\:pb-45:last-child{
    padding-bottom: 225px;
  }

  .tw .md\:last\:pb-46:last-child{
    padding-bottom: 230px;
  }

  .tw .md\:last\:pb-47:last-child{
    padding-bottom: 235px;
  }

  .tw .md\:last\:pb-48:last-child{
    padding-bottom: 240px;
  }

  .tw .md\:last\:pb-49:last-child{
    padding-bottom: 245px;
  }

  .tw .md\:last\:pb-50:last-child{
    padding-bottom: 250px;
  }

  .tw .md\:last\:pb-51:last-child{
    padding-bottom: 255px;
  }

  .tw .md\:last\:pb-52:last-child{
    padding-bottom: 260px;
  }

  .tw .md\:last\:pb-53:last-child{
    padding-bottom: 265px;
  }

  .tw .md\:last\:pb-54:last-child{
    padding-bottom: 270px;
  }

  .tw .md\:last\:pb-55:last-child{
    padding-bottom: 275px;
  }

  .tw .md\:last\:pb-56:last-child{
    padding-bottom: 280px;
  }

  .tw .md\:last\:pb-57:last-child{
    padding-bottom: 285px;
  }

  .tw .md\:last\:pb-58:last-child{
    padding-bottom: 290px;
  }

  .tw .md\:last\:pb-59:last-child{
    padding-bottom: 295px;
  }

  .tw .md\:last\:pb-60:last-child{
    padding-bottom: 300px;
  }

  .tw .md\:last\:pb-61:last-child{
    padding-bottom: 305px;
  }

  .tw .md\:last\:pb-62:last-child{
    padding-bottom: 310px;
  }

  .tw .md\:last\:pb-63:last-child{
    padding-bottom: 315px;
  }

  .tw .md\:last\:pb-64:last-child{
    padding-bottom: 320px;
  }

  .tw .md\:last\:pb-65:last-child{
    padding-bottom: 325px;
  }

  .tw .md\:last\:pb-66:last-child{
    padding-bottom: 330px;
  }

  .tw .md\:last\:pb-67:last-child{
    padding-bottom: 335px;
  }

  .tw .md\:last\:pb-68:last-child{
    padding-bottom: 340px;
  }

  .tw .md\:last\:pb-69:last-child{
    padding-bottom: 345px;
  }

  .tw .md\:last\:pb-70:last-child{
    padding-bottom: 350px;
  }

  .tw .md\:last\:pb-71:last-child{
    padding-bottom: 355px;
  }

  .tw .md\:last\:pb-72:last-child{
    padding-bottom: 360px;
  }

  .tw .md\:last\:pb-73:last-child{
    padding-bottom: 365px;
  }

  .tw .md\:last\:pb-74:last-child{
    padding-bottom: 370px;
  }

  .tw .md\:last\:pb-75:last-child{
    padding-bottom: 375px;
  }

  .tw .md\:last\:pb-76:last-child{
    padding-bottom: 380px;
  }

  .tw .md\:last\:pb-77:last-child{
    padding-bottom: 385px;
  }

  .tw .md\:last\:pb-78:last-child{
    padding-bottom: 390px;
  }

  .tw .md\:last\:pb-79:last-child{
    padding-bottom: 395px;
  }

  .tw .md\:last\:pb-80:last-child{
    padding-bottom: 400px;
  }

  .tw .md\:last\:pb-81:last-child{
    padding-bottom: 405px;
  }

  .tw .md\:last\:pb-82:last-child{
    padding-bottom: 410px;
  }

  .tw .md\:last\:pb-83:last-child{
    padding-bottom: 415px;
  }

  .tw .md\:last\:pb-84:last-child{
    padding-bottom: 420px;
  }

  .tw .md\:last\:pb-85:last-child{
    padding-bottom: 425px;
  }

  .tw .md\:last\:pb-86:last-child{
    padding-bottom: 430px;
  }

  .tw .md\:last\:pb-87:last-child{
    padding-bottom: 435px;
  }

  .tw .md\:last\:pb-88:last-child{
    padding-bottom: 440px;
  }

  .tw .md\:last\:pb-89:last-child{
    padding-bottom: 445px;
  }

  .tw .md\:last\:pb-90:last-child{
    padding-bottom: 450px;
  }

  .tw .md\:last\:pb-91:last-child{
    padding-bottom: 455px;
  }

  .tw .md\:last\:pb-92:last-child{
    padding-bottom: 460px;
  }

  .tw .md\:last\:pb-93:last-child{
    padding-bottom: 465px;
  }

  .tw .md\:last\:pb-94:last-child{
    padding-bottom: 470px;
  }

  .tw .md\:last\:pb-95:last-child{
    padding-bottom: 475px;
  }

  .tw .md\:last\:pb-96:last-child{
    padding-bottom: 480px;
  }

  .tw .md\:last\:pb-97:last-child{
    padding-bottom: 485px;
  }

  .tw .md\:last\:pb-98:last-child{
    padding-bottom: 490px;
  }

  .tw .md\:last\:pb-99:last-child{
    padding-bottom: 495px;
  }

  .tw .md\:last\:pb-100:last-child{
    padding-bottom: 500px;
  }

  .tw .md\:last\:pb-101:last-child{
    padding-bottom: 505px;
  }

  .tw .md\:last\:pb-102:last-child{
    padding-bottom: 510px;
  }

  .tw .md\:last\:pb-103:last-child{
    padding-bottom: 515px;
  }

  .tw .md\:last\:pb-104:last-child{
    padding-bottom: 520px;
  }

  .tw .md\:last\:pb-105:last-child{
    padding-bottom: 525px;
  }

  .tw .md\:last\:pb-106:last-child{
    padding-bottom: 530px;
  }

  .tw .md\:last\:pb-107:last-child{
    padding-bottom: 535px;
  }

  .tw .md\:last\:pb-108:last-child{
    padding-bottom: 540px;
  }

  .tw .md\:last\:pb-109:last-child{
    padding-bottom: 545px;
  }

  .tw .md\:last\:pb-110:last-child{
    padding-bottom: 550px;
  }

  .tw .md\:last\:pb-111:last-child{
    padding-bottom: 555px;
  }

  .tw .md\:last\:pb-112:last-child{
    padding-bottom: 560px;
  }

  .tw .md\:last\:pb-113:last-child{
    padding-bottom: 565px;
  }

  .tw .md\:last\:pb-114:last-child{
    padding-bottom: 570px;
  }

  .tw .md\:last\:pb-115:last-child{
    padding-bottom: 575px;
  }

  .tw .md\:last\:pb-116:last-child{
    padding-bottom: 580px;
  }

  .tw .md\:last\:pb-117:last-child{
    padding-bottom: 585px;
  }

  .tw .md\:last\:pb-118:last-child{
    padding-bottom: 590px;
  }

  .tw .md\:last\:pb-119:last-child{
    padding-bottom: 595px;
  }

  .tw .md\:last\:pb-120:last-child{
    padding-bottom: 600px;
  }

  .tw .md\:last\:pb-121:last-child{
    padding-bottom: 605px;
  }

  .tw .md\:last\:pb-122:last-child{
    padding-bottom: 610px;
  }

  .tw .md\:last\:pb-123:last-child{
    padding-bottom: 615px;
  }

  .tw .md\:last\:pb-124:last-child{
    padding-bottom: 620px;
  }

  .tw .md\:last\:pb-125:last-child{
    padding-bottom: 625px;
  }

  .tw .md\:last\:pb-126:last-child{
    padding-bottom: 630px;
  }

  .tw .md\:last\:pb-127:last-child{
    padding-bottom: 635px;
  }

  .tw .md\:last\:pb-128:last-child{
    padding-bottom: 640px;
  }

  .tw .md\:last\:pb-129:last-child{
    padding-bottom: 645px;
  }

  .tw .md\:last\:pb-130:last-child{
    padding-bottom: 650px;
  }

  .tw .md\:last\:pb-131:last-child{
    padding-bottom: 655px;
  }

  .tw .md\:last\:pb-132:last-child{
    padding-bottom: 660px;
  }

  .tw .md\:last\:pb-133:last-child{
    padding-bottom: 665px;
  }

  .tw .md\:last\:pb-134:last-child{
    padding-bottom: 670px;
  }

  .tw .md\:last\:pb-135:last-child{
    padding-bottom: 675px;
  }

  .tw .md\:last\:pb-136:last-child{
    padding-bottom: 680px;
  }

  .tw .md\:last\:pb-137:last-child{
    padding-bottom: 685px;
  }

  .tw .md\:last\:pb-138:last-child{
    padding-bottom: 690px;
  }

  .tw .md\:last\:pb-139:last-child{
    padding-bottom: 695px;
  }

  .tw .md\:last\:pb-140:last-child{
    padding-bottom: 700px;
  }

  .tw .md\:last\:pb-141:last-child{
    padding-bottom: 705px;
  }

  .tw .md\:last\:pb-142:last-child{
    padding-bottom: 710px;
  }

  .tw .md\:last\:pb-143:last-child{
    padding-bottom: 715px;
  }

  .tw .md\:last\:pb-144:last-child{
    padding-bottom: 720px;
  }

  .tw .md\:last\:pb-145:last-child{
    padding-bottom: 725px;
  }

  .tw .md\:last\:pb-146:last-child{
    padding-bottom: 730px;
  }

  .tw .md\:last\:pb-147:last-child{
    padding-bottom: 735px;
  }

  .tw .md\:last\:pb-148:last-child{
    padding-bottom: 740px;
  }

  .tw .md\:last\:pb-149:last-child{
    padding-bottom: 745px;
  }

  .tw .md\:last\:pb-0\.5:last-child{
    padding-bottom: 3px;
  }

  .tw .md\:last\:pb-1px:last-child{
    padding-bottom: 1px;
  }

  .tw .md\:last\:pb-2px:last-child{
    padding-bottom: 2px;
  }

  .tw .md\:last\:pb-3px:last-child{
    padding-bottom: 3px;
  }

  .tw .md\:last\:pb-4px:last-child{
    padding-bottom: 4px;
  }

  .tw .md\:last\:pb-5px:last-child{
    padding-bottom: 5px;
  }

  .tw .md\:last\:pb-6px:last-child{
    padding-bottom: 6px;
  }

  .tw .md\:last\:pb-7px:last-child{
    padding-bottom: 7px;
  }

  .tw .md\:last\:pb-8px:last-child{
    padding-bottom: 8px;
  }

  .tw .md\:last\:pb-9px:last-child{
    padding-bottom: 9px;
  }

  .tw .md\:last\:pb-10px:last-child{
    padding-bottom: 10px;
  }

  .tw .md\:last\:pb-11px:last-child{
    padding-bottom: 11px;
  }

  .tw .md\:last\:pb-12px:last-child{
    padding-bottom: 12px;
  }

  .tw .md\:last\:pb-13px:last-child{
    padding-bottom: 13px;
  }

  .tw .md\:last\:pb-14px:last-child{
    padding-bottom: 14px;
  }

  .tw .md\:last\:pb-15px:last-child{
    padding-bottom: 15px;
  }

  .tw .md\:last\:pb-16px:last-child{
    padding-bottom: 16px;
  }

  .tw .md\:last\:pb-17px:last-child{
    padding-bottom: 17px;
  }

  .tw .md\:last\:pb-18px:last-child{
    padding-bottom: 18px;
  }

  .tw .md\:last\:pb-19px:last-child{
    padding-bottom: 19px;
  }

  .tw .md\:last\:pb-20px:last-child{
    padding-bottom: 20px;
  }

  .tw .md\:last\:pb-21px:last-child{
    padding-bottom: 21px;
  }

  .tw .md\:last\:pb-22px:last-child{
    padding-bottom: 22px;
  }

  .tw .md\:last\:pb-23px:last-child{
    padding-bottom: 23px;
  }

  .tw .md\:last\:pb-24px:last-child{
    padding-bottom: 24px;
  }

  .tw .md\:last\:pb-25px:last-child{
    padding-bottom: 25px;
  }

  .tw .md\:last\:pb-26px:last-child{
    padding-bottom: 26px;
  }

  .tw .md\:last\:pb-27px:last-child{
    padding-bottom: 27px;
  }

  .tw .md\:last\:pb-28px:last-child{
    padding-bottom: 28px;
  }

  .tw .md\:last\:pb-29px:last-child{
    padding-bottom: 29px;
  }

  .tw .md\:last\:pb-30px:last-child{
    padding-bottom: 30px;
  }

  .tw .md\:last\:pb-31px:last-child{
    padding-bottom: 31px;
  }

  .tw .md\:last\:pb-32px:last-child{
    padding-bottom: 32px;
  }

  .tw .md\:last\:pb-33px:last-child{
    padding-bottom: 33px;
  }

  .tw .md\:last\:pb-34px:last-child{
    padding-bottom: 34px;
  }

  .tw .md\:last\:pb-35px:last-child{
    padding-bottom: 35px;
  }

  .tw .md\:last\:pb-36px:last-child{
    padding-bottom: 36px;
  }

  .tw .md\:last\:pb-37px:last-child{
    padding-bottom: 37px;
  }

  .tw .md\:last\:pb-38px:last-child{
    padding-bottom: 38px;
  }

  .tw .md\:last\:pb-39px:last-child{
    padding-bottom: 39px;
  }

  .tw .md\:last\:pb-40px:last-child{
    padding-bottom: 40px;
  }

  .tw .md\:last\:pl-0:last-child{
    padding-left: 0px;
  }

  .tw .md\:last\:pl-1:last-child{
    padding-left: 5px;
  }

  .tw .md\:last\:pl-2:last-child{
    padding-left: 10px;
  }

  .tw .md\:last\:pl-3:last-child{
    padding-left: 15px;
  }

  .tw .md\:last\:pl-4:last-child{
    padding-left: 20px;
  }

  .tw .md\:last\:pl-5:last-child{
    padding-left: 25px;
  }

  .tw .md\:last\:pl-6:last-child{
    padding-left: 30px;
  }

  .tw .md\:last\:pl-7:last-child{
    padding-left: 35px;
  }

  .tw .md\:last\:pl-8:last-child{
    padding-left: 40px;
  }

  .tw .md\:last\:pl-9:last-child{
    padding-left: 45px;
  }

  .tw .md\:last\:pl-10:last-child{
    padding-left: 50px;
  }

  .tw .md\:last\:pl-11:last-child{
    padding-left: 55px;
  }

  .tw .md\:last\:pl-12:last-child{
    padding-left: 60px;
  }

  .tw .md\:last\:pl-13:last-child{
    padding-left: 65px;
  }

  .tw .md\:last\:pl-14:last-child{
    padding-left: 70px;
  }

  .tw .md\:last\:pl-15:last-child{
    padding-left: 75px;
  }

  .tw .md\:last\:pl-16:last-child{
    padding-left: 80px;
  }

  .tw .md\:last\:pl-17:last-child{
    padding-left: 85px;
  }

  .tw .md\:last\:pl-18:last-child{
    padding-left: 90px;
  }

  .tw .md\:last\:pl-19:last-child{
    padding-left: 95px;
  }

  .tw .md\:last\:pl-20:last-child{
    padding-left: 100px;
  }

  .tw .md\:last\:pl-21:last-child{
    padding-left: 105px;
  }

  .tw .md\:last\:pl-22:last-child{
    padding-left: 110px;
  }

  .tw .md\:last\:pl-23:last-child{
    padding-left: 115px;
  }

  .tw .md\:last\:pl-24:last-child{
    padding-left: 120px;
  }

  .tw .md\:last\:pl-25:last-child{
    padding-left: 125px;
  }

  .tw .md\:last\:pl-26:last-child{
    padding-left: 130px;
  }

  .tw .md\:last\:pl-27:last-child{
    padding-left: 135px;
  }

  .tw .md\:last\:pl-28:last-child{
    padding-left: 140px;
  }

  .tw .md\:last\:pl-29:last-child{
    padding-left: 145px;
  }

  .tw .md\:last\:pl-30:last-child{
    padding-left: 150px;
  }

  .tw .md\:last\:pl-31:last-child{
    padding-left: 155px;
  }

  .tw .md\:last\:pl-32:last-child{
    padding-left: 160px;
  }

  .tw .md\:last\:pl-33:last-child{
    padding-left: 165px;
  }

  .tw .md\:last\:pl-34:last-child{
    padding-left: 170px;
  }

  .tw .md\:last\:pl-35:last-child{
    padding-left: 175px;
  }

  .tw .md\:last\:pl-36:last-child{
    padding-left: 180px;
  }

  .tw .md\:last\:pl-37:last-child{
    padding-left: 185px;
  }

  .tw .md\:last\:pl-38:last-child{
    padding-left: 190px;
  }

  .tw .md\:last\:pl-39:last-child{
    padding-left: 195px;
  }

  .tw .md\:last\:pl-40:last-child{
    padding-left: 200px;
  }

  .tw .md\:last\:pl-41:last-child{
    padding-left: 205px;
  }

  .tw .md\:last\:pl-42:last-child{
    padding-left: 210px;
  }

  .tw .md\:last\:pl-43:last-child{
    padding-left: 215px;
  }

  .tw .md\:last\:pl-44:last-child{
    padding-left: 220px;
  }

  .tw .md\:last\:pl-45:last-child{
    padding-left: 225px;
  }

  .tw .md\:last\:pl-46:last-child{
    padding-left: 230px;
  }

  .tw .md\:last\:pl-47:last-child{
    padding-left: 235px;
  }

  .tw .md\:last\:pl-48:last-child{
    padding-left: 240px;
  }

  .tw .md\:last\:pl-49:last-child{
    padding-left: 245px;
  }

  .tw .md\:last\:pl-50:last-child{
    padding-left: 250px;
  }

  .tw .md\:last\:pl-51:last-child{
    padding-left: 255px;
  }

  .tw .md\:last\:pl-52:last-child{
    padding-left: 260px;
  }

  .tw .md\:last\:pl-53:last-child{
    padding-left: 265px;
  }

  .tw .md\:last\:pl-54:last-child{
    padding-left: 270px;
  }

  .tw .md\:last\:pl-55:last-child{
    padding-left: 275px;
  }

  .tw .md\:last\:pl-56:last-child{
    padding-left: 280px;
  }

  .tw .md\:last\:pl-57:last-child{
    padding-left: 285px;
  }

  .tw .md\:last\:pl-58:last-child{
    padding-left: 290px;
  }

  .tw .md\:last\:pl-59:last-child{
    padding-left: 295px;
  }

  .tw .md\:last\:pl-60:last-child{
    padding-left: 300px;
  }

  .tw .md\:last\:pl-61:last-child{
    padding-left: 305px;
  }

  .tw .md\:last\:pl-62:last-child{
    padding-left: 310px;
  }

  .tw .md\:last\:pl-63:last-child{
    padding-left: 315px;
  }

  .tw .md\:last\:pl-64:last-child{
    padding-left: 320px;
  }

  .tw .md\:last\:pl-65:last-child{
    padding-left: 325px;
  }

  .tw .md\:last\:pl-66:last-child{
    padding-left: 330px;
  }

  .tw .md\:last\:pl-67:last-child{
    padding-left: 335px;
  }

  .tw .md\:last\:pl-68:last-child{
    padding-left: 340px;
  }

  .tw .md\:last\:pl-69:last-child{
    padding-left: 345px;
  }

  .tw .md\:last\:pl-70:last-child{
    padding-left: 350px;
  }

  .tw .md\:last\:pl-71:last-child{
    padding-left: 355px;
  }

  .tw .md\:last\:pl-72:last-child{
    padding-left: 360px;
  }

  .tw .md\:last\:pl-73:last-child{
    padding-left: 365px;
  }

  .tw .md\:last\:pl-74:last-child{
    padding-left: 370px;
  }

  .tw .md\:last\:pl-75:last-child{
    padding-left: 375px;
  }

  .tw .md\:last\:pl-76:last-child{
    padding-left: 380px;
  }

  .tw .md\:last\:pl-77:last-child{
    padding-left: 385px;
  }

  .tw .md\:last\:pl-78:last-child{
    padding-left: 390px;
  }

  .tw .md\:last\:pl-79:last-child{
    padding-left: 395px;
  }

  .tw .md\:last\:pl-80:last-child{
    padding-left: 400px;
  }

  .tw .md\:last\:pl-81:last-child{
    padding-left: 405px;
  }

  .tw .md\:last\:pl-82:last-child{
    padding-left: 410px;
  }

  .tw .md\:last\:pl-83:last-child{
    padding-left: 415px;
  }

  .tw .md\:last\:pl-84:last-child{
    padding-left: 420px;
  }

  .tw .md\:last\:pl-85:last-child{
    padding-left: 425px;
  }

  .tw .md\:last\:pl-86:last-child{
    padding-left: 430px;
  }

  .tw .md\:last\:pl-87:last-child{
    padding-left: 435px;
  }

  .tw .md\:last\:pl-88:last-child{
    padding-left: 440px;
  }

  .tw .md\:last\:pl-89:last-child{
    padding-left: 445px;
  }

  .tw .md\:last\:pl-90:last-child{
    padding-left: 450px;
  }

  .tw .md\:last\:pl-91:last-child{
    padding-left: 455px;
  }

  .tw .md\:last\:pl-92:last-child{
    padding-left: 460px;
  }

  .tw .md\:last\:pl-93:last-child{
    padding-left: 465px;
  }

  .tw .md\:last\:pl-94:last-child{
    padding-left: 470px;
  }

  .tw .md\:last\:pl-95:last-child{
    padding-left: 475px;
  }

  .tw .md\:last\:pl-96:last-child{
    padding-left: 480px;
  }

  .tw .md\:last\:pl-97:last-child{
    padding-left: 485px;
  }

  .tw .md\:last\:pl-98:last-child{
    padding-left: 490px;
  }

  .tw .md\:last\:pl-99:last-child{
    padding-left: 495px;
  }

  .tw .md\:last\:pl-100:last-child{
    padding-left: 500px;
  }

  .tw .md\:last\:pl-101:last-child{
    padding-left: 505px;
  }

  .tw .md\:last\:pl-102:last-child{
    padding-left: 510px;
  }

  .tw .md\:last\:pl-103:last-child{
    padding-left: 515px;
  }

  .tw .md\:last\:pl-104:last-child{
    padding-left: 520px;
  }

  .tw .md\:last\:pl-105:last-child{
    padding-left: 525px;
  }

  .tw .md\:last\:pl-106:last-child{
    padding-left: 530px;
  }

  .tw .md\:last\:pl-107:last-child{
    padding-left: 535px;
  }

  .tw .md\:last\:pl-108:last-child{
    padding-left: 540px;
  }

  .tw .md\:last\:pl-109:last-child{
    padding-left: 545px;
  }

  .tw .md\:last\:pl-110:last-child{
    padding-left: 550px;
  }

  .tw .md\:last\:pl-111:last-child{
    padding-left: 555px;
  }

  .tw .md\:last\:pl-112:last-child{
    padding-left: 560px;
  }

  .tw .md\:last\:pl-113:last-child{
    padding-left: 565px;
  }

  .tw .md\:last\:pl-114:last-child{
    padding-left: 570px;
  }

  .tw .md\:last\:pl-115:last-child{
    padding-left: 575px;
  }

  .tw .md\:last\:pl-116:last-child{
    padding-left: 580px;
  }

  .tw .md\:last\:pl-117:last-child{
    padding-left: 585px;
  }

  .tw .md\:last\:pl-118:last-child{
    padding-left: 590px;
  }

  .tw .md\:last\:pl-119:last-child{
    padding-left: 595px;
  }

  .tw .md\:last\:pl-120:last-child{
    padding-left: 600px;
  }

  .tw .md\:last\:pl-121:last-child{
    padding-left: 605px;
  }

  .tw .md\:last\:pl-122:last-child{
    padding-left: 610px;
  }

  .tw .md\:last\:pl-123:last-child{
    padding-left: 615px;
  }

  .tw .md\:last\:pl-124:last-child{
    padding-left: 620px;
  }

  .tw .md\:last\:pl-125:last-child{
    padding-left: 625px;
  }

  .tw .md\:last\:pl-126:last-child{
    padding-left: 630px;
  }

  .tw .md\:last\:pl-127:last-child{
    padding-left: 635px;
  }

  .tw .md\:last\:pl-128:last-child{
    padding-left: 640px;
  }

  .tw .md\:last\:pl-129:last-child{
    padding-left: 645px;
  }

  .tw .md\:last\:pl-130:last-child{
    padding-left: 650px;
  }

  .tw .md\:last\:pl-131:last-child{
    padding-left: 655px;
  }

  .tw .md\:last\:pl-132:last-child{
    padding-left: 660px;
  }

  .tw .md\:last\:pl-133:last-child{
    padding-left: 665px;
  }

  .tw .md\:last\:pl-134:last-child{
    padding-left: 670px;
  }

  .tw .md\:last\:pl-135:last-child{
    padding-left: 675px;
  }

  .tw .md\:last\:pl-136:last-child{
    padding-left: 680px;
  }

  .tw .md\:last\:pl-137:last-child{
    padding-left: 685px;
  }

  .tw .md\:last\:pl-138:last-child{
    padding-left: 690px;
  }

  .tw .md\:last\:pl-139:last-child{
    padding-left: 695px;
  }

  .tw .md\:last\:pl-140:last-child{
    padding-left: 700px;
  }

  .tw .md\:last\:pl-141:last-child{
    padding-left: 705px;
  }

  .tw .md\:last\:pl-142:last-child{
    padding-left: 710px;
  }

  .tw .md\:last\:pl-143:last-child{
    padding-left: 715px;
  }

  .tw .md\:last\:pl-144:last-child{
    padding-left: 720px;
  }

  .tw .md\:last\:pl-145:last-child{
    padding-left: 725px;
  }

  .tw .md\:last\:pl-146:last-child{
    padding-left: 730px;
  }

  .tw .md\:last\:pl-147:last-child{
    padding-left: 735px;
  }

  .tw .md\:last\:pl-148:last-child{
    padding-left: 740px;
  }

  .tw .md\:last\:pl-149:last-child{
    padding-left: 745px;
  }

  .tw .md\:last\:pl-0\.5:last-child{
    padding-left: 3px;
  }

  .tw .md\:last\:pl-1px:last-child{
    padding-left: 1px;
  }

  .tw .md\:last\:pl-2px:last-child{
    padding-left: 2px;
  }

  .tw .md\:last\:pl-3px:last-child{
    padding-left: 3px;
  }

  .tw .md\:last\:pl-4px:last-child{
    padding-left: 4px;
  }

  .tw .md\:last\:pl-5px:last-child{
    padding-left: 5px;
  }

  .tw .md\:last\:pl-6px:last-child{
    padding-left: 6px;
  }

  .tw .md\:last\:pl-7px:last-child{
    padding-left: 7px;
  }

  .tw .md\:last\:pl-8px:last-child{
    padding-left: 8px;
  }

  .tw .md\:last\:pl-9px:last-child{
    padding-left: 9px;
  }

  .tw .md\:last\:pl-10px:last-child{
    padding-left: 10px;
  }

  .tw .md\:last\:pl-11px:last-child{
    padding-left: 11px;
  }

  .tw .md\:last\:pl-12px:last-child{
    padding-left: 12px;
  }

  .tw .md\:last\:pl-13px:last-child{
    padding-left: 13px;
  }

  .tw .md\:last\:pl-14px:last-child{
    padding-left: 14px;
  }

  .tw .md\:last\:pl-15px:last-child{
    padding-left: 15px;
  }

  .tw .md\:last\:pl-16px:last-child{
    padding-left: 16px;
  }

  .tw .md\:last\:pl-17px:last-child{
    padding-left: 17px;
  }

  .tw .md\:last\:pl-18px:last-child{
    padding-left: 18px;
  }

  .tw .md\:last\:pl-19px:last-child{
    padding-left: 19px;
  }

  .tw .md\:last\:pl-20px:last-child{
    padding-left: 20px;
  }

  .tw .md\:last\:pl-21px:last-child{
    padding-left: 21px;
  }

  .tw .md\:last\:pl-22px:last-child{
    padding-left: 22px;
  }

  .tw .md\:last\:pl-23px:last-child{
    padding-left: 23px;
  }

  .tw .md\:last\:pl-24px:last-child{
    padding-left: 24px;
  }

  .tw .md\:last\:pl-25px:last-child{
    padding-left: 25px;
  }

  .tw .md\:last\:pl-26px:last-child{
    padding-left: 26px;
  }

  .tw .md\:last\:pl-27px:last-child{
    padding-left: 27px;
  }

  .tw .md\:last\:pl-28px:last-child{
    padding-left: 28px;
  }

  .tw .md\:last\:pl-29px:last-child{
    padding-left: 29px;
  }

  .tw .md\:last\:pl-30px:last-child{
    padding-left: 30px;
  }

  .tw .md\:last\:pl-31px:last-child{
    padding-left: 31px;
  }

  .tw .md\:last\:pl-32px:last-child{
    padding-left: 32px;
  }

  .tw .md\:last\:pl-33px:last-child{
    padding-left: 33px;
  }

  .tw .md\:last\:pl-34px:last-child{
    padding-left: 34px;
  }

  .tw .md\:last\:pl-35px:last-child{
    padding-left: 35px;
  }

  .tw .md\:last\:pl-36px:last-child{
    padding-left: 36px;
  }

  .tw .md\:last\:pl-37px:last-child{
    padding-left: 37px;
  }

  .tw .md\:last\:pl-38px:last-child{
    padding-left: 38px;
  }

  .tw .md\:last\:pl-39px:last-child{
    padding-left: 39px;
  }

  .tw .md\:last\:pl-40px:last-child{
    padding-left: 40px;
  }

  .tw .md\:text-left{
    text-align: left;
  }

  .tw .md\:text-center{
    text-align: center;
  }

  .tw .md\:text-right{
    text-align: right;
  }

  .tw .md\:text-justify{
    text-align: justify;
  }

  .tw .md\:first\:text-left:first-child{
    text-align: left;
  }

  .tw .md\:first\:text-center:first-child{
    text-align: center;
  }

  .tw .md\:first\:text-right:first-child{
    text-align: right;
  }

  .tw .md\:first\:text-justify:first-child{
    text-align: justify;
  }

  .tw .md\:align-baseline{
    vertical-align: baseline;
  }

  .tw .md\:align-top{
    vertical-align: top;
  }

  .tw .md\:align-middle{
    vertical-align: middle;
  }

  .tw .md\:align-bottom{
    vertical-align: bottom;
  }

  .tw .md\:align-text-top{
    vertical-align: text-top;
  }

  .tw .md\:align-text-bottom{
    vertical-align: text-bottom;
  }

  .tw .md\:font-sans{
    font-family: Inter, 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;
  }

  .tw .md\:font-serif{
    font-family: ui-serif, Georgia, Cambria, "Times New Roman", Times, serif;
  }

  .tw .md\:font-mono{
    font-family: IBM Plex Mono, Menlo, DejaVu Sans Mono, Bitstream Vera Sans Mono, Courier, monospace;
  }

  .tw .md\:text-micro{
    font-size: 9px;
    line-height: 11.7px;
  }

  .tw .md\:text-2xs{
    font-size: 11px;
    line-height: 8px;
  }

  .tw .md\:text-xs{
    font-size: 12px;
    line-height: 16px;
  }

  .tw .md\:text-sm{
    font-size: 13px;
    line-height: 16px;
  }

  .tw .md\:text-md{
    font-size: 14px;
    line-height: 17px;
  }

  .tw .md\:text-base{
    font-size: 15px;
    line-height: 24px;
  }

  .tw .md\:text-lg{
    font-size: 18px;
    line-height: 24px;
  }

  .tw .md\:text-xl{
    font-size: 20px;
    line-height: 24px;
  }

  .tw .md\:text-2xl{
    font-size: 22px;
    line-height: 24px;
  }

  .tw .md\:text-3xl{
    font-size: 25px;
    line-height: 32px;
  }

  .tw .md\:text-4xl{
    font-size: 30px;
    line-height: 32px;
  }

  .tw .md\:text-5xl{
    font-size: 35px;
    line-height: 40px;
  }

  .tw .md\:text-6xl{
    font-size: 50px;
    line-height: 60px;
  }

  .tw .md\:text-2xsmall{
    font-size: 10px;
    line-height: 12px;
  }

  .tw .md\:text-xsmall{
    font-size: 11px;
    line-height: 13px;
    letter-spacing: -0.01em;
  }

  .tw .md\:text-small{
    font-size: 12px;
    line-height: 14px;
    letter-spacing: -0.01em;
  }

  .tw .md\:text-default{
    font-size: 13px;
    line-height: 16px;
    letter-spacing: -0.02em;
  }

  .tw .md\:text-large{
    font-size: 14px;
    line-height: 16px;
    letter-spacing: -0.03em;
  }

  .tw .md\:text-xlarge{
    font-size: 16px;
    line-height: 20px;
    letter-spacing: -0.02em;
  }

  .tw .md\:text-2xlarge{
    font-size: 18px;
    line-height: 22px;
    letter-spacing: -0.02em;
  }

  .tw .md\:text-3xlarge{
    font-size: 22px;
    line-height: 28px;
    letter-spacing: -0.02em;
  }

  .tw .md\:text-4xlarge{
    font-size: 28px;
    line-height: 32px;
    letter-spacing: -0.02em;
  }

  .tw .md\:text-1px{
    font-size: 1px;
  }

  .tw .md\:text-2px{
    font-size: 2px;
  }

  .tw .md\:text-3px{
    font-size: 3px;
  }

  .tw .md\:text-4px{
    font-size: 4px;
  }

  .tw .md\:text-5px{
    font-size: 5px;
  }

  .tw .md\:text-6px{
    font-size: 6px;
  }

  .tw .md\:text-7px{
    font-size: 7px;
  }

  .tw .md\:text-8px{
    font-size: 8px;
  }

  .tw .md\:text-9px{
    font-size: 9px;
  }

  .tw .md\:text-10px{
    font-size: 10px;
  }

  .tw .md\:text-11px{
    font-size: 11px;
  }

  .tw .md\:text-12px{
    font-size: 12px;
  }

  .tw .md\:text-13px{
    font-size: 13px;
  }

  .tw .md\:text-14px{
    font-size: 14px;
  }

  .tw .md\:text-15px{
    font-size: 15px;
  }

  .tw .md\:text-16px{
    font-size: 16px;
  }

  .tw .md\:text-17px{
    font-size: 17px;
  }

  .tw .md\:text-18px{
    font-size: 18px;
  }

  .tw .md\:text-19px{
    font-size: 19px;
  }

  .tw .md\:text-20px{
    font-size: 20px;
  }

  .tw .md\:text-21px{
    font-size: 21px;
  }

  .tw .md\:text-22px{
    font-size: 22px;
  }

  .tw .md\:text-23px{
    font-size: 23px;
  }

  .tw .md\:text-24px{
    font-size: 24px;
  }

  .tw .md\:text-25px{
    font-size: 25px;
  }

  .tw .md\:text-26px{
    font-size: 26px;
  }

  .tw .md\:text-27px{
    font-size: 27px;
  }

  .tw .md\:text-28px{
    font-size: 28px;
  }

  .tw .md\:text-29px{
    font-size: 29px;
  }

  .tw .md\:text-30px{
    font-size: 30px;
  }

  .tw .md\:text-31px{
    font-size: 31px;
  }

  .tw .md\:text-32px{
    font-size: 32px;
  }

  .tw .md\:text-33px{
    font-size: 33px;
  }

  .tw .md\:text-34px{
    font-size: 34px;
  }

  .tw .md\:text-35px{
    font-size: 35px;
  }

  .tw .md\:text-36px{
    font-size: 36px;
  }

  .tw .md\:text-37px{
    font-size: 37px;
  }

  .tw .md\:text-38px{
    font-size: 38px;
  }

  .tw .md\:text-39px{
    font-size: 39px;
  }

  .tw .md\:text-40px{
    font-size: 40px;
  }

  .tw .md\:text-41px{
    font-size: 41px;
  }

  .tw .md\:text-42px{
    font-size: 42px;
  }

  .tw .md\:text-43px{
    font-size: 43px;
  }

  .tw .md\:text-44px{
    font-size: 44px;
  }

  .tw .md\:text-45px{
    font-size: 45px;
  }

  .tw .md\:text-46px{
    font-size: 46px;
  }

  .tw .md\:text-47px{
    font-size: 47px;
  }

  .tw .md\:text-48px{
    font-size: 48px;
  }

  .tw .md\:text-49px{
    font-size: 49px;
  }

  .tw .md\:text-50px{
    font-size: 50px;
  }

  .tw .md\:text-51px{
    font-size: 51px;
  }

  .tw .md\:text-52px{
    font-size: 52px;
  }

  .tw .md\:text-53px{
    font-size: 53px;
  }

  .tw .md\:text-54px{
    font-size: 54px;
  }

  .tw .md\:text-55px{
    font-size: 55px;
  }

  .tw .md\:text-56px{
    font-size: 56px;
  }

  .tw .md\:text-57px{
    font-size: 57px;
  }

  .tw .md\:text-58px{
    font-size: 58px;
  }

  .tw .md\:text-59px{
    font-size: 59px;
  }

  .tw .md\:text-60px{
    font-size: 60px;
  }

  .tw .md\:font-thin{
    font-weight: 100;
  }

  .tw .md\:font-light{
    font-weight: 200;
  }

  .tw .md\:font-normal{
    font-weight: 300;
  }

  .tw .md\:font-medium{
    font-weight: 400;
  }

  .tw .md\:font-semibold{
    font-weight: 500;
  }

  .tw .md\:font-bold{
    font-weight: 600;
  }

  .tw .md\:font-extrabold{
    font-weight: 700;
  }

  .tw .md\:font-black{
    font-weight: 800;
  }

  .tw .md\:font-heavy{
    font-weight: 800;
  }

  .tw .md\:uppercase{
    text-transform: uppercase;
  }

  .tw .md\:lowercase{
    text-transform: lowercase;
  }

  .tw .md\:capitalize{
    text-transform: capitalize;
  }

  .tw .md\:normal-case{
    text-transform: none;
  }

  .tw .md\:italic{
    font-style: italic;
  }

  .tw .md\:not-italic{
    font-style: normal;
  }

  .tw .md\:ordinal, .tw .md\:slashed-zero, .tw .md\:lining-nums, .tw .md\:oldstyle-nums, .tw .md\:proportional-nums, .tw .md\:tabular-nums, .tw .md\:diagonal-fractions, .tw .md\: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);
  }

  .tw .md\:normal-nums{
    font-variant-numeric: normal;
  }

  .tw .md\:ordinal{
    --tw-ordinal: ordinal;
  }

  .tw .md\:slashed-zero{
    --tw-slashed-zero: slashed-zero;
  }

  .tw .md\:lining-nums{
    --tw-numeric-figure: lining-nums;
  }

  .tw .md\:oldstyle-nums{
    --tw-numeric-figure: oldstyle-nums;
  }

  .tw .md\:proportional-nums{
    --tw-numeric-spacing: proportional-nums;
  }

  .tw .md\:tabular-nums{
    --tw-numeric-spacing: tabular-nums;
  }

  .tw .md\:diagonal-fractions{
    --tw-numeric-fraction: diagonal-fractions;
  }

  .tw .md\:stacked-fractions{
    --tw-numeric-fraction: stacked-fractions;
  }

  .tw .md\:leading-normal{
    line-height: normal;
  }

  .tw .md\:leading-none{
    line-height: 1;
  }

  .tw .md\:leading-base{
    line-height: 8px;
  }

  .tw .md\:leading-1em{
    line-height: 1em;
  }

  .tw .md\:leading-lg{
    line-height: 16px;
  }

  .tw .md\:leading-xl{
    line-height: 24px;
  }

  .tw .md\:leading-2xl{
    line-height: 32px;
  }

  .tw .md\:leading-3xl{
    line-height: 48px;
  }

  .tw .md\:leading-4xl{
    line-height: 56px;
  }

  .tw .md\:leading-5xl{
    line-height: 64px;
  }

  .tw .md\:leading-125\%{
    line-height: 125%;
  }

  .tw .md\:leading-140\%{
    line-height: 140%;
  }

  .tw .md\:leading-1px{
    line-height: 1px;
  }

  .tw .md\:leading-2px{
    line-height: 2px;
  }

  .tw .md\:leading-3px{
    line-height: 3px;
  }

  .tw .md\:leading-4px{
    line-height: 4px;
  }

  .tw .md\:leading-5px{
    line-height: 5px;
  }

  .tw .md\:leading-6px{
    line-height: 6px;
  }

  .tw .md\:leading-7px{
    line-height: 7px;
  }

  .tw .md\:leading-8px{
    line-height: 8px;
  }

  .tw .md\:leading-9px{
    line-height: 9px;
  }

  .tw .md\:leading-10px{
    line-height: 10px;
  }

  .tw .md\:leading-11px{
    line-height: 11px;
  }

  .tw .md\:leading-12px{
    line-height: 12px;
  }

  .tw .md\:leading-13px{
    line-height: 13px;
  }

  .tw .md\:leading-14px{
    line-height: 14px;
  }

  .tw .md\:leading-15px{
    line-height: 15px;
  }

  .tw .md\:leading-16px{
    line-height: 16px;
  }

  .tw .md\:leading-17px{
    line-height: 17px;
  }

  .tw .md\:leading-18px{
    line-height: 18px;
  }

  .tw .md\:leading-19px{
    line-height: 19px;
  }

  .tw .md\:leading-20px{
    line-height: 20px;
  }

  .tw .md\:leading-21px{
    line-height: 21px;
  }

  .tw .md\:leading-22px{
    line-height: 22px;
  }

  .tw .md\:leading-23px{
    line-height: 23px;
  }

  .tw .md\:leading-24px{
    line-height: 24px;
  }

  .tw .md\:leading-25px{
    line-height: 25px;
  }

  .tw .md\:leading-26px{
    line-height: 26px;
  }

  .tw .md\:leading-27px{
    line-height: 27px;
  }

  .tw .md\:leading-28px{
    line-height: 28px;
  }

  .tw .md\:leading-29px{
    line-height: 29px;
  }

  .tw .md\:leading-30px{
    line-height: 30px;
  }

  .tw .md\:leading-31px{
    line-height: 31px;
  }

  .tw .md\:leading-32px{
    line-height: 32px;
  }

  .tw .md\:leading-33px{
    line-height: 33px;
  }

  .tw .md\:leading-34px{
    line-height: 34px;
  }

  .tw .md\:leading-35px{
    line-height: 35px;
  }

  .tw .md\:leading-36px{
    line-height: 36px;
  }

  .tw .md\:leading-37px{
    line-height: 37px;
  }

  .tw .md\:leading-38px{
    line-height: 38px;
  }

  .tw .md\:leading-39px{
    line-height: 39px;
  }

  .tw .md\:leading-40px{
    line-height: 40px;
  }

  .tw .md\:tracking-tighter{
    letter-spacing: -0.05em;
  }

  .tw .md\:tracking-tight{
    letter-spacing: -0.025em;
  }

  .tw .md\:tracking-normal{
    letter-spacing: 0em;
  }

  .tw .md\:tracking-wide{
    letter-spacing: 0.025em;
  }

  .tw .md\:tracking-wider{
    letter-spacing: 0.05em;
  }

  .tw .md\:tracking-widest{
    letter-spacing: 0.1em;
  }

  .tw .md\:tracking-dreamten-table-row{
    letter-spacing: -0.15em;
  }

  .tw .md\:text-opacity-0{
    --tw-text-opacity: 0;
  }

  .tw .md\:text-opacity-5{
    --tw-text-opacity: 0.05;
  }

  .tw .md\:text-opacity-10{
    --tw-text-opacity: 0.1;
  }

  .tw .md\:text-opacity-15{
    --tw-text-opacity: 0.15;
  }

  .tw .md\:text-opacity-20{
    --tw-text-opacity: 0.2;
  }

  .tw .md\:text-opacity-25{
    --tw-text-opacity: 0.25;
  }

  .tw .md\:text-opacity-30{
    --tw-text-opacity: 0.3;
  }

  .tw .md\:text-opacity-40{
    --tw-text-opacity: 0.4;
  }

  .tw .md\:text-opacity-50{
    --tw-text-opacity: 0.5;
  }

  .tw .md\:text-opacity-60{
    --tw-text-opacity: 0.6;
  }

  .tw .md\:text-opacity-70{
    --tw-text-opacity: 0.7;
  }

  .tw .md\:text-opacity-75{
    --tw-text-opacity: 0.75;
  }

  .tw .md\:text-opacity-80{
    --tw-text-opacity: 0.8;
  }

  .tw .md\:text-opacity-90{
    --tw-text-opacity: 0.9;
  }

  .tw .md\:text-opacity-95{
    --tw-text-opacity: 0.95;
  }

  .tw .md\:text-opacity-100{
    --tw-text-opacity: 1;
  }

  .tw .group:hover .md\:group-hover\:text-opacity-0{
    --tw-text-opacity: 0;
  }

  .tw .group:hover .md\:group-hover\:text-opacity-5{
    --tw-text-opacity: 0.05;
  }

  .tw .group:hover .md\:group-hover\:text-opacity-10{
    --tw-text-opacity: 0.1;
  }

  .tw .group:hover .md\:group-hover\:text-opacity-15{
    --tw-text-opacity: 0.15;
  }

  .tw .group:hover .md\:group-hover\:text-opacity-20{
    --tw-text-opacity: 0.2;
  }

  .tw .group:hover .md\:group-hover\:text-opacity-25{
    --tw-text-opacity: 0.25;
  }

  .tw .group:hover .md\:group-hover\:text-opacity-30{
    --tw-text-opacity: 0.3;
  }

  .tw .group:hover .md\:group-hover\:text-opacity-40{
    --tw-text-opacity: 0.4;
  }

  .tw .group:hover .md\:group-hover\:text-opacity-50{
    --tw-text-opacity: 0.5;
  }

  .tw .group:hover .md\:group-hover\:text-opacity-60{
    --tw-text-opacity: 0.6;
  }

  .tw .group:hover .md\:group-hover\:text-opacity-70{
    --tw-text-opacity: 0.7;
  }

  .tw .group:hover .md\:group-hover\:text-opacity-75{
    --tw-text-opacity: 0.75;
  }

  .tw .group:hover .md\:group-hover\:text-opacity-80{
    --tw-text-opacity: 0.8;
  }

  .tw .group:hover .md\:group-hover\:text-opacity-90{
    --tw-text-opacity: 0.9;
  }

  .tw .group:hover .md\:group-hover\:text-opacity-95{
    --tw-text-opacity: 0.95;
  }

  .tw .group:hover .md\:group-hover\:text-opacity-100{
    --tw-text-opacity: 1;
  }

  .tw .md\:focus-within\:text-opacity-0:focus-within{
    --tw-text-opacity: 0;
  }

  .tw .md\:focus-within\:text-opacity-5:focus-within{
    --tw-text-opacity: 0.05;
  }

  .tw .md\:focus-within\:text-opacity-10:focus-within{
    --tw-text-opacity: 0.1;
  }

  .tw .md\:focus-within\:text-opacity-15:focus-within{
    --tw-text-opacity: 0.15;
  }

  .tw .md\:focus-within\:text-opacity-20:focus-within{
    --tw-text-opacity: 0.2;
  }

  .tw .md\:focus-within\:text-opacity-25:focus-within{
    --tw-text-opacity: 0.25;
  }

  .tw .md\:focus-within\:text-opacity-30:focus-within{
    --tw-text-opacity: 0.3;
  }

  .tw .md\:focus-within\:text-opacity-40:focus-within{
    --tw-text-opacity: 0.4;
  }

  .tw .md\:focus-within\:text-opacity-50:focus-within{
    --tw-text-opacity: 0.5;
  }

  .tw .md\:focus-within\:text-opacity-60:focus-within{
    --tw-text-opacity: 0.6;
  }

  .tw .md\:focus-within\:text-opacity-70:focus-within{
    --tw-text-opacity: 0.7;
  }

  .tw .md\:focus-within\:text-opacity-75:focus-within{
    --tw-text-opacity: 0.75;
  }

  .tw .md\:focus-within\:text-opacity-80:focus-within{
    --tw-text-opacity: 0.8;
  }

  .tw .md\:focus-within\:text-opacity-90:focus-within{
    --tw-text-opacity: 0.9;
  }

  .tw .md\:focus-within\:text-opacity-95:focus-within{
    --tw-text-opacity: 0.95;
  }

  .tw .md\:focus-within\:text-opacity-100:focus-within{
    --tw-text-opacity: 1;
  }

  .tw .md\:hover\:text-opacity-0:hover{
    --tw-text-opacity: 0;
  }

  .tw .md\:hover\:text-opacity-5:hover{
    --tw-text-opacity: 0.05;
  }

  .tw .md\:hover\:text-opacity-10:hover{
    --tw-text-opacity: 0.1;
  }

  .tw .md\:hover\:text-opacity-15:hover{
    --tw-text-opacity: 0.15;
  }

  .tw .md\:hover\:text-opacity-20:hover{
    --tw-text-opacity: 0.2;
  }

  .tw .md\:hover\:text-opacity-25:hover{
    --tw-text-opacity: 0.25;
  }

  .tw .md\:hover\:text-opacity-30:hover{
    --tw-text-opacity: 0.3;
  }

  .tw .md\:hover\:text-opacity-40:hover{
    --tw-text-opacity: 0.4;
  }

  .tw .md\:hover\:text-opacity-50:hover{
    --tw-text-opacity: 0.5;
  }

  .tw .md\:hover\:text-opacity-60:hover{
    --tw-text-opacity: 0.6;
  }

  .tw .md\:hover\:text-opacity-70:hover{
    --tw-text-opacity: 0.7;
  }

  .tw .md\:hover\:text-opacity-75:hover{
    --tw-text-opacity: 0.75;
  }

  .tw .md\:hover\:text-opacity-80:hover{
    --tw-text-opacity: 0.8;
  }

  .tw .md\:hover\:text-opacity-90:hover{
    --tw-text-opacity: 0.9;
  }

  .tw .md\:hover\:text-opacity-95:hover{
    --tw-text-opacity: 0.95;
  }

  .tw .md\:hover\:text-opacity-100:hover{
    --tw-text-opacity: 1;
  }

  .tw .md\:focus\:text-opacity-0:focus{
    --tw-text-opacity: 0;
  }

  .tw .md\:focus\:text-opacity-5:focus{
    --tw-text-opacity: 0.05;
  }

  .tw .md\:focus\:text-opacity-10:focus{
    --tw-text-opacity: 0.1;
  }

  .tw .md\:focus\:text-opacity-15:focus{
    --tw-text-opacity: 0.15;
  }

  .tw .md\:focus\:text-opacity-20:focus{
    --tw-text-opacity: 0.2;
  }

  .tw .md\:focus\:text-opacity-25:focus{
    --tw-text-opacity: 0.25;
  }

  .tw .md\:focus\:text-opacity-30:focus{
    --tw-text-opacity: 0.3;
  }

  .tw .md\:focus\:text-opacity-40:focus{
    --tw-text-opacity: 0.4;
  }

  .tw .md\:focus\:text-opacity-50:focus{
    --tw-text-opacity: 0.5;
  }

  .tw .md\:focus\:text-opacity-60:focus{
    --tw-text-opacity: 0.6;
  }

  .tw .md\:focus\:text-opacity-70:focus{
    --tw-text-opacity: 0.7;
  }

  .tw .md\:focus\:text-opacity-75:focus{
    --tw-text-opacity: 0.75;
  }

  .tw .md\:focus\:text-opacity-80:focus{
    --tw-text-opacity: 0.8;
  }

  .tw .md\:focus\:text-opacity-90:focus{
    --tw-text-opacity: 0.9;
  }

  .tw .md\:focus\:text-opacity-95:focus{
    --tw-text-opacity: 0.95;
  }

  .tw .md\:focus\:text-opacity-100:focus{
    --tw-text-opacity: 1;
  }

  .tw .md\:underline{
    text-decoration: underline;
  }

  .tw .md\:line-through{
    text-decoration: line-through;
  }

  .tw .md\:no-underline{
    text-decoration: none;
  }

  .tw .group:hover .md\:group-hover\:underline{
    text-decoration: underline;
  }

  .tw .group:hover .md\:group-hover\:line-through{
    text-decoration: line-through;
  }

  .tw .group:hover .md\:group-hover\:no-underline{
    text-decoration: none;
  }

  .tw .md\:focus-within\:underline:focus-within{
    text-decoration: underline;
  }

  .tw .md\:focus-within\:line-through:focus-within{
    text-decoration: line-through;
  }

  .tw .md\:focus-within\:no-underline:focus-within{
    text-decoration: none;
  }

  .tw .md\:hover\:underline:hover{
    text-decoration: underline;
  }

  .tw .md\:hover\:line-through:hover{
    text-decoration: line-through;
  }

  .tw .md\:hover\:no-underline:hover{
    text-decoration: none;
  }

  .tw .md\:focus\:underline:focus{
    text-decoration: underline;
  }

  .tw .md\:focus\:line-through:focus{
    text-decoration: line-through;
  }

  .tw .md\:focus\:no-underline:focus{
    text-decoration: none;
  }

  .tw .md\:antialiased{
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }

  .tw .md\:subpixel-antialiased{
    -webkit-font-smoothing: auto;
    -moz-osx-font-smoothing: auto;
  }

  .tw .md\:placeholder-current::-moz-placeholder{
    color: currentColor;
  }

  .tw .md\:placeholder-current::placeholder{
    color: currentColor;
  }

  .tw .md\:placeholder-transparent::-moz-placeholder{
    color: transparent;
  }

  .tw .md\:placeholder-transparent::placeholder{
    color: transparent;
  }

  .tw .md\:placeholder-white::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
  }

  .tw .md\:placeholder-white::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
  }

  .tw .md\:placeholder-black::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-placeholder-opacity));
  }

  .tw .md\:placeholder-black::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-placeholder-opacity));
  }

  .tw .md\:placeholder-gray-10::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(240, 240, 240, var(--tw-placeholder-opacity));
  }

  .tw .md\:placeholder-gray-10::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(240, 240, 240, var(--tw-placeholder-opacity));
  }

  .tw .md\:placeholder-gray-20::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(226, 226, 226, var(--tw-placeholder-opacity));
  }

  .tw .md\:placeholder-gray-20::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(226, 226, 226, var(--tw-placeholder-opacity));
  }

  .tw .md\:placeholder-gray-30::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(211, 211, 211, var(--tw-placeholder-opacity));
  }

  .tw .md\:placeholder-gray-30::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(211, 211, 211, var(--tw-placeholder-opacity));
  }

  .tw .md\:placeholder-gray-40::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(197, 197, 197, var(--tw-placeholder-opacity));
  }

  .tw .md\:placeholder-gray-40::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(197, 197, 197, var(--tw-placeholder-opacity));
  }

  .tw .md\:placeholder-gray-50::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(183, 183, 183, var(--tw-placeholder-opacity));
  }

  .tw .md\:placeholder-gray-50::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(183, 183, 183, var(--tw-placeholder-opacity));
  }

  .tw .md\:placeholder-gray-60::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(169, 169, 169, var(--tw-placeholder-opacity));
  }

  .tw .md\:placeholder-gray-60::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(169, 169, 169, var(--tw-placeholder-opacity));
  }

  .tw .md\:placeholder-gray-70::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(156, 156, 156, var(--tw-placeholder-opacity));
  }

  .tw .md\:placeholder-gray-70::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(156, 156, 156, var(--tw-placeholder-opacity));
  }

  .tw .md\:placeholder-gray-80::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(142, 142, 142, var(--tw-placeholder-opacity));
  }

  .tw .md\:placeholder-gray-80::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(142, 142, 142, var(--tw-placeholder-opacity));
  }

  .tw .md\:placeholder-gray-90::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(129, 129, 129, var(--tw-placeholder-opacity));
  }

  .tw .md\:placeholder-gray-90::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(129, 129, 129, var(--tw-placeholder-opacity));
  }

  .tw .md\:placeholder-gray-100::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(108, 109, 114, var(--tw-placeholder-opacity));
  }

  .tw .md\:placeholder-gray-100::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(108, 109, 114, var(--tw-placeholder-opacity));
  }

  .tw .md\:placeholder-gray-200::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(96, 97, 103, var(--tw-placeholder-opacity));
  }

  .tw .md\:placeholder-gray-200::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(96, 97, 103, var(--tw-placeholder-opacity));
  }

  .tw .md\:placeholder-gray-300::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(84, 86, 91, var(--tw-placeholder-opacity));
  }

  .tw .md\:placeholder-gray-300::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(84, 86, 91, var(--tw-placeholder-opacity));
  }

  .tw .md\:placeholder-gray-400::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(73, 73, 80, var(--tw-placeholder-opacity));
  }

  .tw .md\:placeholder-gray-400::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(73, 73, 80, var(--tw-placeholder-opacity));
  }

  .tw .md\:placeholder-gray-500::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(61, 61, 68, var(--tw-placeholder-opacity));
  }

  .tw .md\:placeholder-gray-500::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(61, 61, 68, var(--tw-placeholder-opacity));
  }

  .tw .md\:placeholder-gray-600::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(53, 53, 61, var(--tw-placeholder-opacity));
  }

  .tw .md\:placeholder-gray-600::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(53, 53, 61, var(--tw-placeholder-opacity));
  }

  .tw .md\:placeholder-gray-700::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(45, 45, 49, var(--tw-placeholder-opacity));
  }

  .tw .md\:placeholder-gray-700::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(45, 45, 49, var(--tw-placeholder-opacity));
  }

  .tw .md\:placeholder-gray-800::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(38, 37, 42, var(--tw-placeholder-opacity));
  }

  .tw .md\:placeholder-gray-800::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(38, 37, 42, var(--tw-placeholder-opacity));
  }

  .tw .md\:placeholder-gray-850::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(32, 32, 37, var(--tw-placeholder-opacity));
  }

  .tw .md\:placeholder-gray-850::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(32, 32, 37, var(--tw-placeholder-opacity));
  }

  .tw .md\:placeholder-gray-900::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(27, 27, 32, var(--tw-placeholder-opacity));
  }

  .tw .md\:placeholder-gray-900::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(27, 27, 32, var(--tw-placeholder-opacity));
  }

  .tw .md\:placeholder-gray-950::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(20, 20, 23, var(--tw-placeholder-opacity));
  }

  .tw .md\:placeholder-gray-950::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(20, 20, 23, var(--tw-placeholder-opacity));
  }

  .tw .md\:placeholder-brand-50::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(127, 255, 255, var(--tw-placeholder-opacity));
  }

  .tw .md\:placeholder-brand-50::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(127, 255, 255, var(--tw-placeholder-opacity));
  }

  .tw .md\:placeholder-brand-100::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(87, 226, 255, var(--tw-placeholder-opacity));
  }

  .tw .md\:placeholder-brand-100::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(87, 226, 255, var(--tw-placeholder-opacity));
  }

  .tw .md\:placeholder-brand-200::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(32, 197, 255, var(--tw-placeholder-opacity));
  }

  .tw .md\:placeholder-brand-200::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(32, 197, 255, var(--tw-placeholder-opacity));
  }

  .tw .md\:placeholder-brand-300::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(0, 167, 231, var(--tw-placeholder-opacity));
  }

  .tw .md\:placeholder-brand-300::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(0, 167, 231, var(--tw-placeholder-opacity));
  }

  .tw .md\:placeholder-brand-400::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(0, 139, 201, var(--tw-placeholder-opacity));
  }

  .tw .md\:placeholder-brand-400::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(0, 139, 201, var(--tw-placeholder-opacity));
  }

  .tw .md\:placeholder-brand-500::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(0, 112, 172, var(--tw-placeholder-opacity));
  }

  .tw .md\:placeholder-brand-500::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(0, 112, 172, var(--tw-placeholder-opacity));
  }

  .tw .md\:placeholder-brand-600::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(0, 86, 143, var(--tw-placeholder-opacity));
  }

  .tw .md\:placeholder-brand-600::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(0, 86, 143, var(--tw-placeholder-opacity));
  }

  .tw .md\:placeholder-brand-700::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(0, 62, 116, var(--tw-placeholder-opacity));
  }

  .tw .md\:placeholder-brand-700::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(0, 62, 116, var(--tw-placeholder-opacity));
  }

  .tw .md\:placeholder-brand-800::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(0, 39, 89, var(--tw-placeholder-opacity));
  }

  .tw .md\:placeholder-brand-800::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(0, 39, 89, var(--tw-placeholder-opacity));
  }

  .tw .md\:placeholder-brand-900::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(0, 18, 63, var(--tw-placeholder-opacity));
  }

  .tw .md\:placeholder-brand-900::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(0, 18, 63, var(--tw-placeholder-opacity));
  }

  .tw .md\:placeholder-brand::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(0, 190, 255, var(--tw-placeholder-opacity));
  }

  .tw .md\:placeholder-brand::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(0, 190, 255, var(--tw-placeholder-opacity));
  }

  .tw .md\:placeholder-brand-base::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(0, 190, 255, var(--tw-placeholder-opacity));
  }

  .tw .md\:placeholder-brand-base::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(0, 190, 255, var(--tw-placeholder-opacity));
  }

  .tw .md\:placeholder-red-50::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(255, 202, 200, var(--tw-placeholder-opacity));
  }

  .tw .md\:placeholder-red-50::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(255, 202, 200, var(--tw-placeholder-opacity));
  }

  .tw .md\:placeholder-red-100::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(255, 171, 171, var(--tw-placeholder-opacity));
  }

  .tw .md\:placeholder-red-100::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(255, 171, 171, var(--tw-placeholder-opacity));
  }

  .tw .md\:placeholder-red-200::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(255, 142, 142, var(--tw-placeholder-opacity));
  }

  .tw .md\:placeholder-red-200::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(255, 142, 142, var(--tw-placeholder-opacity));
  }

  .tw .md\:placeholder-red-300::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(247, 112, 115, var(--tw-placeholder-opacity));
  }

  .tw .md\:placeholder-red-300::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(247, 112, 115, var(--tw-placeholder-opacity));
  }

  .tw .md\:placeholder-red-400::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(215, 83, 89, var(--tw-placeholder-opacity));
  }

  .tw .md\:placeholder-red-400::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(215, 83, 89, var(--tw-placeholder-opacity));
  }

  .tw .md\:placeholder-red-500::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(182, 54, 64, var(--tw-placeholder-opacity));
  }

  .tw .md\:placeholder-red-500::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(182, 54, 64, var(--tw-placeholder-opacity));
  }

  .tw .md\:placeholder-red-600::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(150, 18, 41, var(--tw-placeholder-opacity));
  }

  .tw .md\:placeholder-red-600::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(150, 18, 41, var(--tw-placeholder-opacity));
  }

  .tw .md\:placeholder-red-700::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(119, 0, 19, var(--tw-placeholder-opacity));
  }

  .tw .md\:placeholder-red-700::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(119, 0, 19, var(--tw-placeholder-opacity));
  }

  .tw .md\:placeholder-red-800::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(89, 0, 0, var(--tw-placeholder-opacity));
  }

  .tw .md\:placeholder-red-800::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(89, 0, 0, var(--tw-placeholder-opacity));
  }

  .tw .md\:placeholder-red-900::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(65, 0, 0, var(--tw-placeholder-opacity));
  }

  .tw .md\:placeholder-red-900::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(65, 0, 0, var(--tw-placeholder-opacity));
  }

  .tw .md\:placeholder-red::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(211, 80, 86, var(--tw-placeholder-opacity));
  }

  .tw .md\:placeholder-red::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(211, 80, 86, var(--tw-placeholder-opacity));
  }

  .tw .md\:placeholder-red-brand::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(255, 79, 79, var(--tw-placeholder-opacity));
  }

  .tw .md\:placeholder-red-brand::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(255, 79, 79, var(--tw-placeholder-opacity));
  }

  .tw .md\:placeholder-green-50::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(141, 255, 205, var(--tw-placeholder-opacity));
  }

  .tw .md\:placeholder-green-50::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(141, 255, 205, var(--tw-placeholder-opacity));
  }

  .tw .md\:placeholder-green-100::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(109, 236, 176, var(--tw-placeholder-opacity));
  }

  .tw .md\:placeholder-green-100::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(109, 236, 176, var(--tw-placeholder-opacity));
  }

  .tw .md\:placeholder-green-200::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(76, 206, 147, var(--tw-placeholder-opacity));
  }

  .tw .md\:placeholder-green-200::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(76, 206, 147, var(--tw-placeholder-opacity));
  }

  .tw .md\:placeholder-green-300::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(36, 176, 119, var(--tw-placeholder-opacity));
  }

  .tw .md\:placeholder-green-300::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(36, 176, 119, var(--tw-placeholder-opacity));
  }

  .tw .md\:placeholder-green-400::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(0, 147, 93, var(--tw-placeholder-opacity));
  }

  .tw .md\:placeholder-green-400::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(0, 147, 93, var(--tw-placeholder-opacity));
  }

  .tw .md\:placeholder-green-500::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(0, 119, 68, var(--tw-placeholder-opacity));
  }

  .tw .md\:placeholder-green-500::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(0, 119, 68, var(--tw-placeholder-opacity));
  }

  .tw .md\:placeholder-green-600::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(0, 91, 43, var(--tw-placeholder-opacity));
  }

  .tw .md\:placeholder-green-600::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(0, 91, 43, var(--tw-placeholder-opacity));
  }

  .tw .md\:placeholder-green-700::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(0, 65, 21, var(--tw-placeholder-opacity));
  }

  .tw .md\:placeholder-green-700::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(0, 65, 21, var(--tw-placeholder-opacity));
  }

  .tw .md\:placeholder-green-800::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(0, 43, 0, var(--tw-placeholder-opacity));
  }

  .tw .md\:placeholder-green-800::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(0, 43, 0, var(--tw-placeholder-opacity));
  }

  .tw .md\:placeholder-green-900::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(0, 27, 0, var(--tw-placeholder-opacity));
  }

  .tw .md\:placeholder-green-900::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(0, 27, 0, var(--tw-placeholder-opacity));
  }

  .tw .md\:placeholder-green::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(46, 182, 125, var(--tw-placeholder-opacity));
  }

  .tw .md\:placeholder-green::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(46, 182, 125, var(--tw-placeholder-opacity));
  }

  .tw .md\:placeholder-yellow-50::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(255, 235, 87, var(--tw-placeholder-opacity));
  }

  .tw .md\:placeholder-yellow-50::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(255, 235, 87, var(--tw-placeholder-opacity));
  }

  .tw .md\:placeholder-yellow-100::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(255, 205, 55, var(--tw-placeholder-opacity));
  }

  .tw .md\:placeholder-yellow-100::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(255, 205, 55, var(--tw-placeholder-opacity));
  }

  .tw .md\:placeholder-yellow-200::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(228, 176, 9, var(--tw-placeholder-opacity));
  }

  .tw .md\:placeholder-yellow-200::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(228, 176, 9, var(--tw-placeholder-opacity));
  }

  .tw .md\:placeholder-yellow-300::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(195, 148, 0, var(--tw-placeholder-opacity));
  }

  .tw .md\:placeholder-yellow-300::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(195, 148, 0, var(--tw-placeholder-opacity));
  }

  .tw .md\:placeholder-yellow-400::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(163, 121, 0, var(--tw-placeholder-opacity));
  }

  .tw .md\:placeholder-yellow-400::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(163, 121, 0, var(--tw-placeholder-opacity));
  }

  .tw .md\:placeholder-yellow-500::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(133, 95, 0, var(--tw-placeholder-opacity));
  }

  .tw .md\:placeholder-yellow-500::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(133, 95, 0, var(--tw-placeholder-opacity));
  }

  .tw .md\:placeholder-yellow-600::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(104, 70, 0, var(--tw-placeholder-opacity));
  }

  .tw .md\:placeholder-yellow-600::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(104, 70, 0, var(--tw-placeholder-opacity));
  }

  .tw .md\:placeholder-yellow-700::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(79, 46, 0, var(--tw-placeholder-opacity));
  }

  .tw .md\:placeholder-yellow-700::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(79, 46, 0, var(--tw-placeholder-opacity));
  }

  .tw .md\:placeholder-yellow-800::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(61, 22, 0, var(--tw-placeholder-opacity));
  }

  .tw .md\:placeholder-yellow-800::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(61, 22, 0, var(--tw-placeholder-opacity));
  }

  .tw .md\:placeholder-yellow-900::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(50, 0, 0, var(--tw-placeholder-opacity));
  }

  .tw .md\:placeholder-yellow-900::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(50, 0, 0, var(--tw-placeholder-opacity));
  }

  .tw .md\:placeholder-yellow::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(254, 199, 47, var(--tw-placeholder-opacity));
  }

  .tw .md\:placeholder-yellow::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(254, 199, 47, var(--tw-placeholder-opacity));
  }

  .tw .md\:placeholder-purple-50::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(255, 216, 255, var(--tw-placeholder-opacity));
  }

  .tw .md\:placeholder-purple-50::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(255, 216, 255, var(--tw-placeholder-opacity));
  }

  .tw .md\:placeholder-purple-100::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(240, 186, 255, var(--tw-placeholder-opacity));
  }

  .tw .md\:placeholder-purple-100::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(240, 186, 255, var(--tw-placeholder-opacity));
  }

  .tw .md\:placeholder-purple-200::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(208, 157, 255, var(--tw-placeholder-opacity));
  }

  .tw .md\:placeholder-purple-200::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(208, 157, 255, var(--tw-placeholder-opacity));
  }

  .tw .md\:placeholder-purple-300::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(177, 128, 255, var(--tw-placeholder-opacity));
  }

  .tw .md\:placeholder-purple-300::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(177, 128, 255, var(--tw-placeholder-opacity));
  }

  .tw .md\:placeholder-purple-400::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(146, 101, 233, var(--tw-placeholder-opacity));
  }

  .tw .md\:placeholder-purple-400::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(146, 101, 233, var(--tw-placeholder-opacity));
  }

  .tw .md\:placeholder-purple-500::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(116, 74, 203, var(--tw-placeholder-opacity));
  }

  .tw .md\:placeholder-purple-500::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(116, 74, 203, var(--tw-placeholder-opacity));
  }

  .tw .md\:placeholder-purple-600::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(85, 48, 173, var(--tw-placeholder-opacity));
  }

  .tw .md\:placeholder-purple-600::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(85, 48, 173, var(--tw-placeholder-opacity));
  }

  .tw .md\:placeholder-purple-700::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(53, 22, 144, var(--tw-placeholder-opacity));
  }

  .tw .md\:placeholder-purple-700::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(53, 22, 144, var(--tw-placeholder-opacity));
  }

  .tw .md\:placeholder-purple-800::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(9, 0, 116, var(--tw-placeholder-opacity));
  }

  .tw .md\:placeholder-purple-800::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(9, 0, 116, var(--tw-placeholder-opacity));
  }

  .tw .md\:placeholder-purple-900::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(0, 0, 89, var(--tw-placeholder-opacity));
  }

  .tw .md\:placeholder-purple-900::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(0, 0, 89, var(--tw-placeholder-opacity));
  }

  .tw .md\:placeholder-purple::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(168, 120, 255, var(--tw-placeholder-opacity));
  }

  .tw .md\:placeholder-purple::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(168, 120, 255, var(--tw-placeholder-opacity));
  }

  .tw .md\:placeholder-orange-50::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(255, 210, 131, var(--tw-placeholder-opacity));
  }

  .tw .md\:placeholder-orange-50::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(255, 210, 131, var(--tw-placeholder-opacity));
  }

  .tw .md\:placeholder-orange-100::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(255, 180, 103, var(--tw-placeholder-opacity));
  }

  .tw .md\:placeholder-orange-100::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(255, 180, 103, var(--tw-placeholder-opacity));
  }

  .tw .md\:placeholder-orange-200::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(255, 151, 75, var(--tw-placeholder-opacity));
  }

  .tw .md\:placeholder-orange-200::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(255, 151, 75, var(--tw-placeholder-opacity));
  }

  .tw .md\:placeholder-orange-300::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(240, 122, 47, var(--tw-placeholder-opacity));
  }

  .tw .md\:placeholder-orange-300::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(240, 122, 47, var(--tw-placeholder-opacity));
  }

  .tw .md\:placeholder-orange-400::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(206, 95, 17, var(--tw-placeholder-opacity));
  }

  .tw .md\:placeholder-orange-400::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(206, 95, 17, var(--tw-placeholder-opacity));
  }

  .tw .md\:placeholder-orange-500::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(173, 68, 0, var(--tw-placeholder-opacity));
  }

  .tw .md\:placeholder-orange-500::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(173, 68, 0, var(--tw-placeholder-opacity));
  }

  .tw .md\:placeholder-orange-600::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(141, 40, 0, var(--tw-placeholder-opacity));
  }

  .tw .md\:placeholder-orange-600::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(141, 40, 0, var(--tw-placeholder-opacity));
  }

  .tw .md\:placeholder-orange-700::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(111, 6, 0, var(--tw-placeholder-opacity));
  }

  .tw .md\:placeholder-orange-700::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(111, 6, 0, var(--tw-placeholder-opacity));
  }

  .tw .md\:placeholder-orange-800::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(84, 0, 0, var(--tw-placeholder-opacity));
  }

  .tw .md\:placeholder-orange-800::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(84, 0, 0, var(--tw-placeholder-opacity));
  }

  .tw .md\:placeholder-orange-900::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(65, 0, 0, var(--tw-placeholder-opacity));
  }

  .tw .md\:placeholder-orange-900::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(65, 0, 0, var(--tw-placeholder-opacity));
  }

  .tw .md\:placeholder-orange::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(245, 127, 52, var(--tw-placeholder-opacity));
  }

  .tw .md\:placeholder-orange::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(245, 127, 52, var(--tw-placeholder-opacity));
  }

  .tw .md\:placeholder-surface-brand::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(26, 26, 26, var(--tw-placeholder-opacity));
  }

  .tw .md\:placeholder-surface-brand::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(26, 26, 26, var(--tw-placeholder-opacity));
  }

  .tw .md\:placeholder-surface-lower::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(18, 19, 20, var(--tw-placeholder-opacity));
  }

  .tw .md\:placeholder-surface-lower::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(18, 19, 20, var(--tw-placeholder-opacity));
  }

  .tw .md\:placeholder-surface-base::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(29, 30, 31, var(--tw-placeholder-opacity));
  }

  .tw .md\:placeholder-surface-base::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(29, 30, 31, var(--tw-placeholder-opacity));
  }

  .tw .md\:placeholder-surface-low::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(33, 33, 36, var(--tw-placeholder-opacity));
  }

  .tw .md\:placeholder-surface-low::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(33, 33, 36, var(--tw-placeholder-opacity));
  }

  .tw .md\:placeholder-surface-middle::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(38, 38, 42, var(--tw-placeholder-opacity));
  }

  .tw .md\:placeholder-surface-middle::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(38, 38, 42, var(--tw-placeholder-opacity));
  }

  .tw .md\:placeholder-surface-upper::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(41, 41, 46, var(--tw-placeholder-opacity));
  }

  .tw .md\:placeholder-surface-upper::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(41, 41, 46, var(--tw-placeholder-opacity));
  }

  .tw .md\:placeholder-surface-high::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(52, 52, 53, var(--tw-placeholder-opacity));
  }

  .tw .md\:placeholder-surface-high::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(52, 52, 53, var(--tw-placeholder-opacity));
  }

  .tw .md\:placeholder-surface-higher::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(74, 75, 75, var(--tw-placeholder-opacity));
  }

  .tw .md\:placeholder-surface-higher::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(74, 75, 75, var(--tw-placeholder-opacity));
  }

  .tw .md\:placeholder-surface-highest::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(97, 97, 98, var(--tw-placeholder-opacity));
  }

  .tw .md\:placeholder-surface-highest::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(97, 97, 98, var(--tw-placeholder-opacity));
  }

  .tw .md\:placeholder-glyph-base::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
  }

  .tw .md\:placeholder-glyph-base::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
  }

  .tw .md\:placeholder-glyph-light::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(194, 194, 194, var(--tw-placeholder-opacity));
  }

  .tw .md\:placeholder-glyph-light::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(194, 194, 194, var(--tw-placeholder-opacity));
  }

  .tw .md\:placeholder-glyph-lighter::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(150, 150, 150, var(--tw-placeholder-opacity));
  }

  .tw .md\:placeholder-glyph-lighter::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(150, 150, 150, var(--tw-placeholder-opacity));
  }

  .tw .md\:placeholder-glyph-lightest::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(80, 80, 80, var(--tw-placeholder-opacity));
  }

  .tw .md\:placeholder-glyph-lightest::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(80, 80, 80, var(--tw-placeholder-opacity));
  }

  .tw .md\:placeholder-link::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(0, 190, 255, var(--tw-placeholder-opacity));
  }

  .tw .md\:placeholder-link::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(0, 190, 255, var(--tw-placeholder-opacity));
  }

  .tw .md\:placeholder-info-error::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(235, 51, 65, var(--tw-placeholder-opacity));
  }

  .tw .md\:placeholder-info-error::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(235, 51, 65, var(--tw-placeholder-opacity));
  }

  .tw .md\:placeholder-info-danger::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(247, 127, 37, var(--tw-placeholder-opacity));
  }

  .tw .md\:placeholder-info-danger::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(247, 127, 37, var(--tw-placeholder-opacity));
  }

  .tw .md\:placeholder-info-warn::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(255, 200, 47, var(--tw-placeholder-opacity));
  }

  .tw .md\:placeholder-info-warn::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(255, 200, 47, var(--tw-placeholder-opacity));
  }

  .tw .md\:placeholder-info-ok::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(0, 151, 79, var(--tw-placeholder-opacity));
  }

  .tw .md\:placeholder-info-ok::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(0, 151, 79, var(--tw-placeholder-opacity));
  }

  .tw .md\:placeholder-info-notice::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(1, 128, 255, var(--tw-placeholder-opacity));
  }

  .tw .md\:placeholder-info-notice::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(1, 128, 255, var(--tw-placeholder-opacity));
  }

  .tw .md\:placeholder-accent-1::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(255, 93, 105, var(--tw-placeholder-opacity));
  }

  .tw .md\:placeholder-accent-1::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(255, 93, 105, var(--tw-placeholder-opacity));
  }

  .tw .md\:placeholder-accent-2::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(7, 245, 175, var(--tw-placeholder-opacity));
  }

  .tw .md\:placeholder-accent-2::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(7, 245, 175, var(--tw-placeholder-opacity));
  }

  .tw .md\:placeholder-accent-3::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(4, 211, 114, var(--tw-placeholder-opacity));
  }

  .tw .md\:placeholder-accent-3::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(4, 211, 114, var(--tw-placeholder-opacity));
  }

  .tw .md\:placeholder-accent-4::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(132, 81, 245, var(--tw-placeholder-opacity));
  }

  .tw .md\:placeholder-accent-4::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(132, 81, 245, var(--tw-placeholder-opacity));
  }

  .tw .md\:focus\:placeholder-current:focus::-moz-placeholder{
    color: currentColor;
  }

  .tw .md\:focus\:placeholder-current:focus::placeholder{
    color: currentColor;
  }

  .tw .md\:focus\:placeholder-transparent:focus::-moz-placeholder{
    color: transparent;
  }

  .tw .md\:focus\:placeholder-transparent:focus::placeholder{
    color: transparent;
  }

  .tw .md\:focus\:placeholder-white:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
  }

  .tw .md\:focus\:placeholder-white:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
  }

  .tw .md\:focus\:placeholder-black:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-placeholder-opacity));
  }

  .tw .md\:focus\:placeholder-black:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-placeholder-opacity));
  }

  .tw .md\:focus\:placeholder-gray-10:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(240, 240, 240, var(--tw-placeholder-opacity));
  }

  .tw .md\:focus\:placeholder-gray-10:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(240, 240, 240, var(--tw-placeholder-opacity));
  }

  .tw .md\:focus\:placeholder-gray-20:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(226, 226, 226, var(--tw-placeholder-opacity));
  }

  .tw .md\:focus\:placeholder-gray-20:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(226, 226, 226, var(--tw-placeholder-opacity));
  }

  .tw .md\:focus\:placeholder-gray-30:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(211, 211, 211, var(--tw-placeholder-opacity));
  }

  .tw .md\:focus\:placeholder-gray-30:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(211, 211, 211, var(--tw-placeholder-opacity));
  }

  .tw .md\:focus\:placeholder-gray-40:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(197, 197, 197, var(--tw-placeholder-opacity));
  }

  .tw .md\:focus\:placeholder-gray-40:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(197, 197, 197, var(--tw-placeholder-opacity));
  }

  .tw .md\:focus\:placeholder-gray-50:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(183, 183, 183, var(--tw-placeholder-opacity));
  }

  .tw .md\:focus\:placeholder-gray-50:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(183, 183, 183, var(--tw-placeholder-opacity));
  }

  .tw .md\:focus\:placeholder-gray-60:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(169, 169, 169, var(--tw-placeholder-opacity));
  }

  .tw .md\:focus\:placeholder-gray-60:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(169, 169, 169, var(--tw-placeholder-opacity));
  }

  .tw .md\:focus\:placeholder-gray-70:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(156, 156, 156, var(--tw-placeholder-opacity));
  }

  .tw .md\:focus\:placeholder-gray-70:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(156, 156, 156, var(--tw-placeholder-opacity));
  }

  .tw .md\:focus\:placeholder-gray-80:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(142, 142, 142, var(--tw-placeholder-opacity));
  }

  .tw .md\:focus\:placeholder-gray-80:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(142, 142, 142, var(--tw-placeholder-opacity));
  }

  .tw .md\:focus\:placeholder-gray-90:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(129, 129, 129, var(--tw-placeholder-opacity));
  }

  .tw .md\:focus\:placeholder-gray-90:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(129, 129, 129, var(--tw-placeholder-opacity));
  }

  .tw .md\:focus\:placeholder-gray-100:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(108, 109, 114, var(--tw-placeholder-opacity));
  }

  .tw .md\:focus\:placeholder-gray-100:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(108, 109, 114, var(--tw-placeholder-opacity));
  }

  .tw .md\:focus\:placeholder-gray-200:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(96, 97, 103, var(--tw-placeholder-opacity));
  }

  .tw .md\:focus\:placeholder-gray-200:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(96, 97, 103, var(--tw-placeholder-opacity));
  }

  .tw .md\:focus\:placeholder-gray-300:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(84, 86, 91, var(--tw-placeholder-opacity));
  }

  .tw .md\:focus\:placeholder-gray-300:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(84, 86, 91, var(--tw-placeholder-opacity));
  }

  .tw .md\:focus\:placeholder-gray-400:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(73, 73, 80, var(--tw-placeholder-opacity));
  }

  .tw .md\:focus\:placeholder-gray-400:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(73, 73, 80, var(--tw-placeholder-opacity));
  }

  .tw .md\:focus\:placeholder-gray-500:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(61, 61, 68, var(--tw-placeholder-opacity));
  }

  .tw .md\:focus\:placeholder-gray-500:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(61, 61, 68, var(--tw-placeholder-opacity));
  }

  .tw .md\:focus\:placeholder-gray-600:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(53, 53, 61, var(--tw-placeholder-opacity));
  }

  .tw .md\:focus\:placeholder-gray-600:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(53, 53, 61, var(--tw-placeholder-opacity));
  }

  .tw .md\:focus\:placeholder-gray-700:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(45, 45, 49, var(--tw-placeholder-opacity));
  }

  .tw .md\:focus\:placeholder-gray-700:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(45, 45, 49, var(--tw-placeholder-opacity));
  }

  .tw .md\:focus\:placeholder-gray-800:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(38, 37, 42, var(--tw-placeholder-opacity));
  }

  .tw .md\:focus\:placeholder-gray-800:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(38, 37, 42, var(--tw-placeholder-opacity));
  }

  .tw .md\:focus\:placeholder-gray-850:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(32, 32, 37, var(--tw-placeholder-opacity));
  }

  .tw .md\:focus\:placeholder-gray-850:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(32, 32, 37, var(--tw-placeholder-opacity));
  }

  .tw .md\:focus\:placeholder-gray-900:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(27, 27, 32, var(--tw-placeholder-opacity));
  }

  .tw .md\:focus\:placeholder-gray-900:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(27, 27, 32, var(--tw-placeholder-opacity));
  }

  .tw .md\:focus\:placeholder-gray-950:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(20, 20, 23, var(--tw-placeholder-opacity));
  }

  .tw .md\:focus\:placeholder-gray-950:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(20, 20, 23, var(--tw-placeholder-opacity));
  }

  .tw .md\:focus\:placeholder-brand-50:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(127, 255, 255, var(--tw-placeholder-opacity));
  }

  .tw .md\:focus\:placeholder-brand-50:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(127, 255, 255, var(--tw-placeholder-opacity));
  }

  .tw .md\:focus\:placeholder-brand-100:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(87, 226, 255, var(--tw-placeholder-opacity));
  }

  .tw .md\:focus\:placeholder-brand-100:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(87, 226, 255, var(--tw-placeholder-opacity));
  }

  .tw .md\:focus\:placeholder-brand-200:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(32, 197, 255, var(--tw-placeholder-opacity));
  }

  .tw .md\:focus\:placeholder-brand-200:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(32, 197, 255, var(--tw-placeholder-opacity));
  }

  .tw .md\:focus\:placeholder-brand-300:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(0, 167, 231, var(--tw-placeholder-opacity));
  }

  .tw .md\:focus\:placeholder-brand-300:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(0, 167, 231, var(--tw-placeholder-opacity));
  }

  .tw .md\:focus\:placeholder-brand-400:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(0, 139, 201, var(--tw-placeholder-opacity));
  }

  .tw .md\:focus\:placeholder-brand-400:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(0, 139, 201, var(--tw-placeholder-opacity));
  }

  .tw .md\:focus\:placeholder-brand-500:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(0, 112, 172, var(--tw-placeholder-opacity));
  }

  .tw .md\:focus\:placeholder-brand-500:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(0, 112, 172, var(--tw-placeholder-opacity));
  }

  .tw .md\:focus\:placeholder-brand-600:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(0, 86, 143, var(--tw-placeholder-opacity));
  }

  .tw .md\:focus\:placeholder-brand-600:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(0, 86, 143, var(--tw-placeholder-opacity));
  }

  .tw .md\:focus\:placeholder-brand-700:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(0, 62, 116, var(--tw-placeholder-opacity));
  }

  .tw .md\:focus\:placeholder-brand-700:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(0, 62, 116, var(--tw-placeholder-opacity));
  }

  .tw .md\:focus\:placeholder-brand-800:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(0, 39, 89, var(--tw-placeholder-opacity));
  }

  .tw .md\:focus\:placeholder-brand-800:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(0, 39, 89, var(--tw-placeholder-opacity));
  }

  .tw .md\:focus\:placeholder-brand-900:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(0, 18, 63, var(--tw-placeholder-opacity));
  }

  .tw .md\:focus\:placeholder-brand-900:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(0, 18, 63, var(--tw-placeholder-opacity));
  }

  .tw .md\:focus\:placeholder-brand:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(0, 190, 255, var(--tw-placeholder-opacity));
  }

  .tw .md\:focus\:placeholder-brand:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(0, 190, 255, var(--tw-placeholder-opacity));
  }

  .tw .md\:focus\:placeholder-brand-base:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(0, 190, 255, var(--tw-placeholder-opacity));
  }

  .tw .md\:focus\:placeholder-brand-base:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(0, 190, 255, var(--tw-placeholder-opacity));
  }

  .tw .md\:focus\:placeholder-red-50:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(255, 202, 200, var(--tw-placeholder-opacity));
  }

  .tw .md\:focus\:placeholder-red-50:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(255, 202, 200, var(--tw-placeholder-opacity));
  }

  .tw .md\:focus\:placeholder-red-100:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(255, 171, 171, var(--tw-placeholder-opacity));
  }

  .tw .md\:focus\:placeholder-red-100:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(255, 171, 171, var(--tw-placeholder-opacity));
  }

  .tw .md\:focus\:placeholder-red-200:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(255, 142, 142, var(--tw-placeholder-opacity));
  }

  .tw .md\:focus\:placeholder-red-200:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(255, 142, 142, var(--tw-placeholder-opacity));
  }

  .tw .md\:focus\:placeholder-red-300:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(247, 112, 115, var(--tw-placeholder-opacity));
  }

  .tw .md\:focus\:placeholder-red-300:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(247, 112, 115, var(--tw-placeholder-opacity));
  }

  .tw .md\:focus\:placeholder-red-400:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(215, 83, 89, var(--tw-placeholder-opacity));
  }

  .tw .md\:focus\:placeholder-red-400:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(215, 83, 89, var(--tw-placeholder-opacity));
  }

  .tw .md\:focus\:placeholder-red-500:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(182, 54, 64, var(--tw-placeholder-opacity));
  }

  .tw .md\:focus\:placeholder-red-500:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(182, 54, 64, var(--tw-placeholder-opacity));
  }

  .tw .md\:focus\:placeholder-red-600:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(150, 18, 41, var(--tw-placeholder-opacity));
  }

  .tw .md\:focus\:placeholder-red-600:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(150, 18, 41, var(--tw-placeholder-opacity));
  }

  .tw .md\:focus\:placeholder-red-700:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(119, 0, 19, var(--tw-placeholder-opacity));
  }

  .tw .md\:focus\:placeholder-red-700:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(119, 0, 19, var(--tw-placeholder-opacity));
  }

  .tw .md\:focus\:placeholder-red-800:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(89, 0, 0, var(--tw-placeholder-opacity));
  }

  .tw .md\:focus\:placeholder-red-800:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(89, 0, 0, var(--tw-placeholder-opacity));
  }

  .tw .md\:focus\:placeholder-red-900:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(65, 0, 0, var(--tw-placeholder-opacity));
  }

  .tw .md\:focus\:placeholder-red-900:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(65, 0, 0, var(--tw-placeholder-opacity));
  }

  .tw .md\:focus\:placeholder-red:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(211, 80, 86, var(--tw-placeholder-opacity));
  }

  .tw .md\:focus\:placeholder-red:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(211, 80, 86, var(--tw-placeholder-opacity));
  }

  .tw .md\:focus\:placeholder-red-brand:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(255, 79, 79, var(--tw-placeholder-opacity));
  }

  .tw .md\:focus\:placeholder-red-brand:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(255, 79, 79, var(--tw-placeholder-opacity));
  }

  .tw .md\:focus\:placeholder-green-50:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(141, 255, 205, var(--tw-placeholder-opacity));
  }

  .tw .md\:focus\:placeholder-green-50:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(141, 255, 205, var(--tw-placeholder-opacity));
  }

  .tw .md\:focus\:placeholder-green-100:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(109, 236, 176, var(--tw-placeholder-opacity));
  }

  .tw .md\:focus\:placeholder-green-100:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(109, 236, 176, var(--tw-placeholder-opacity));
  }

  .tw .md\:focus\:placeholder-green-200:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(76, 206, 147, var(--tw-placeholder-opacity));
  }

  .tw .md\:focus\:placeholder-green-200:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(76, 206, 147, var(--tw-placeholder-opacity));
  }

  .tw .md\:focus\:placeholder-green-300:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(36, 176, 119, var(--tw-placeholder-opacity));
  }

  .tw .md\:focus\:placeholder-green-300:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(36, 176, 119, var(--tw-placeholder-opacity));
  }

  .tw .md\:focus\:placeholder-green-400:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(0, 147, 93, var(--tw-placeholder-opacity));
  }

  .tw .md\:focus\:placeholder-green-400:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(0, 147, 93, var(--tw-placeholder-opacity));
  }

  .tw .md\:focus\:placeholder-green-500:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(0, 119, 68, var(--tw-placeholder-opacity));
  }

  .tw .md\:focus\:placeholder-green-500:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(0, 119, 68, var(--tw-placeholder-opacity));
  }

  .tw .md\:focus\:placeholder-green-600:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(0, 91, 43, var(--tw-placeholder-opacity));
  }

  .tw .md\:focus\:placeholder-green-600:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(0, 91, 43, var(--tw-placeholder-opacity));
  }

  .tw .md\:focus\:placeholder-green-700:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(0, 65, 21, var(--tw-placeholder-opacity));
  }

  .tw .md\:focus\:placeholder-green-700:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(0, 65, 21, var(--tw-placeholder-opacity));
  }

  .tw .md\:focus\:placeholder-green-800:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(0, 43, 0, var(--tw-placeholder-opacity));
  }

  .tw .md\:focus\:placeholder-green-800:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(0, 43, 0, var(--tw-placeholder-opacity));
  }

  .tw .md\:focus\:placeholder-green-900:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(0, 27, 0, var(--tw-placeholder-opacity));
  }

  .tw .md\:focus\:placeholder-green-900:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(0, 27, 0, var(--tw-placeholder-opacity));
  }

  .tw .md\:focus\:placeholder-green:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(46, 182, 125, var(--tw-placeholder-opacity));
  }

  .tw .md\:focus\:placeholder-green:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(46, 182, 125, var(--tw-placeholder-opacity));
  }

  .tw .md\:focus\:placeholder-yellow-50:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(255, 235, 87, var(--tw-placeholder-opacity));
  }

  .tw .md\:focus\:placeholder-yellow-50:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(255, 235, 87, var(--tw-placeholder-opacity));
  }

  .tw .md\:focus\:placeholder-yellow-100:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(255, 205, 55, var(--tw-placeholder-opacity));
  }

  .tw .md\:focus\:placeholder-yellow-100:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(255, 205, 55, var(--tw-placeholder-opacity));
  }

  .tw .md\:focus\:placeholder-yellow-200:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(228, 176, 9, var(--tw-placeholder-opacity));
  }

  .tw .md\:focus\:placeholder-yellow-200:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(228, 176, 9, var(--tw-placeholder-opacity));
  }

  .tw .md\:focus\:placeholder-yellow-300:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(195, 148, 0, var(--tw-placeholder-opacity));
  }

  .tw .md\:focus\:placeholder-yellow-300:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(195, 148, 0, var(--tw-placeholder-opacity));
  }

  .tw .md\:focus\:placeholder-yellow-400:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(163, 121, 0, var(--tw-placeholder-opacity));
  }

  .tw .md\:focus\:placeholder-yellow-400:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(163, 121, 0, var(--tw-placeholder-opacity));
  }

  .tw .md\:focus\:placeholder-yellow-500:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(133, 95, 0, var(--tw-placeholder-opacity));
  }

  .tw .md\:focus\:placeholder-yellow-500:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(133, 95, 0, var(--tw-placeholder-opacity));
  }

  .tw .md\:focus\:placeholder-yellow-600:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(104, 70, 0, var(--tw-placeholder-opacity));
  }

  .tw .md\:focus\:placeholder-yellow-600:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(104, 70, 0, var(--tw-placeholder-opacity));
  }

  .tw .md\:focus\:placeholder-yellow-700:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(79, 46, 0, var(--tw-placeholder-opacity));
  }

  .tw .md\:focus\:placeholder-yellow-700:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(79, 46, 0, var(--tw-placeholder-opacity));
  }

  .tw .md\:focus\:placeholder-yellow-800:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(61, 22, 0, var(--tw-placeholder-opacity));
  }

  .tw .md\:focus\:placeholder-yellow-800:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(61, 22, 0, var(--tw-placeholder-opacity));
  }

  .tw .md\:focus\:placeholder-yellow-900:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(50, 0, 0, var(--tw-placeholder-opacity));
  }

  .tw .md\:focus\:placeholder-yellow-900:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(50, 0, 0, var(--tw-placeholder-opacity));
  }

  .tw .md\:focus\:placeholder-yellow:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(254, 199, 47, var(--tw-placeholder-opacity));
  }

  .tw .md\:focus\:placeholder-yellow:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(254, 199, 47, var(--tw-placeholder-opacity));
  }

  .tw .md\:focus\:placeholder-purple-50:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(255, 216, 255, var(--tw-placeholder-opacity));
  }

  .tw .md\:focus\:placeholder-purple-50:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(255, 216, 255, var(--tw-placeholder-opacity));
  }

  .tw .md\:focus\:placeholder-purple-100:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(240, 186, 255, var(--tw-placeholder-opacity));
  }

  .tw .md\:focus\:placeholder-purple-100:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(240, 186, 255, var(--tw-placeholder-opacity));
  }

  .tw .md\:focus\:placeholder-purple-200:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(208, 157, 255, var(--tw-placeholder-opacity));
  }

  .tw .md\:focus\:placeholder-purple-200:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(208, 157, 255, var(--tw-placeholder-opacity));
  }

  .tw .md\:focus\:placeholder-purple-300:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(177, 128, 255, var(--tw-placeholder-opacity));
  }

  .tw .md\:focus\:placeholder-purple-300:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(177, 128, 255, var(--tw-placeholder-opacity));
  }

  .tw .md\:focus\:placeholder-purple-400:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(146, 101, 233, var(--tw-placeholder-opacity));
  }

  .tw .md\:focus\:placeholder-purple-400:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(146, 101, 233, var(--tw-placeholder-opacity));
  }

  .tw .md\:focus\:placeholder-purple-500:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(116, 74, 203, var(--tw-placeholder-opacity));
  }

  .tw .md\:focus\:placeholder-purple-500:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(116, 74, 203, var(--tw-placeholder-opacity));
  }

  .tw .md\:focus\:placeholder-purple-600:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(85, 48, 173, var(--tw-placeholder-opacity));
  }

  .tw .md\:focus\:placeholder-purple-600:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(85, 48, 173, var(--tw-placeholder-opacity));
  }

  .tw .md\:focus\:placeholder-purple-700:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(53, 22, 144, var(--tw-placeholder-opacity));
  }

  .tw .md\:focus\:placeholder-purple-700:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(53, 22, 144, var(--tw-placeholder-opacity));
  }

  .tw .md\:focus\:placeholder-purple-800:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(9, 0, 116, var(--tw-placeholder-opacity));
  }

  .tw .md\:focus\:placeholder-purple-800:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(9, 0, 116, var(--tw-placeholder-opacity));
  }

  .tw .md\:focus\:placeholder-purple-900:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(0, 0, 89, var(--tw-placeholder-opacity));
  }

  .tw .md\:focus\:placeholder-purple-900:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(0, 0, 89, var(--tw-placeholder-opacity));
  }

  .tw .md\:focus\:placeholder-purple:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(168, 120, 255, var(--tw-placeholder-opacity));
  }

  .tw .md\:focus\:placeholder-purple:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(168, 120, 255, var(--tw-placeholder-opacity));
  }

  .tw .md\:focus\:placeholder-orange-50:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(255, 210, 131, var(--tw-placeholder-opacity));
  }

  .tw .md\:focus\:placeholder-orange-50:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(255, 210, 131, var(--tw-placeholder-opacity));
  }

  .tw .md\:focus\:placeholder-orange-100:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(255, 180, 103, var(--tw-placeholder-opacity));
  }

  .tw .md\:focus\:placeholder-orange-100:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(255, 180, 103, var(--tw-placeholder-opacity));
  }

  .tw .md\:focus\:placeholder-orange-200:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(255, 151, 75, var(--tw-placeholder-opacity));
  }

  .tw .md\:focus\:placeholder-orange-200:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(255, 151, 75, var(--tw-placeholder-opacity));
  }

  .tw .md\:focus\:placeholder-orange-300:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(240, 122, 47, var(--tw-placeholder-opacity));
  }

  .tw .md\:focus\:placeholder-orange-300:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(240, 122, 47, var(--tw-placeholder-opacity));
  }

  .tw .md\:focus\:placeholder-orange-400:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(206, 95, 17, var(--tw-placeholder-opacity));
  }

  .tw .md\:focus\:placeholder-orange-400:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(206, 95, 17, var(--tw-placeholder-opacity));
  }

  .tw .md\:focus\:placeholder-orange-500:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(173, 68, 0, var(--tw-placeholder-opacity));
  }

  .tw .md\:focus\:placeholder-orange-500:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(173, 68, 0, var(--tw-placeholder-opacity));
  }

  .tw .md\:focus\:placeholder-orange-600:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(141, 40, 0, var(--tw-placeholder-opacity));
  }

  .tw .md\:focus\:placeholder-orange-600:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(141, 40, 0, var(--tw-placeholder-opacity));
  }

  .tw .md\:focus\:placeholder-orange-700:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(111, 6, 0, var(--tw-placeholder-opacity));
  }

  .tw .md\:focus\:placeholder-orange-700:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(111, 6, 0, var(--tw-placeholder-opacity));
  }

  .tw .md\:focus\:placeholder-orange-800:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(84, 0, 0, var(--tw-placeholder-opacity));
  }

  .tw .md\:focus\:placeholder-orange-800:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(84, 0, 0, var(--tw-placeholder-opacity));
  }

  .tw .md\:focus\:placeholder-orange-900:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(65, 0, 0, var(--tw-placeholder-opacity));
  }

  .tw .md\:focus\:placeholder-orange-900:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(65, 0, 0, var(--tw-placeholder-opacity));
  }

  .tw .md\:focus\:placeholder-orange:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(245, 127, 52, var(--tw-placeholder-opacity));
  }

  .tw .md\:focus\:placeholder-orange:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(245, 127, 52, var(--tw-placeholder-opacity));
  }

  .tw .md\:focus\:placeholder-surface-brand:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(26, 26, 26, var(--tw-placeholder-opacity));
  }

  .tw .md\:focus\:placeholder-surface-brand:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(26, 26, 26, var(--tw-placeholder-opacity));
  }

  .tw .md\:focus\:placeholder-surface-lower:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(18, 19, 20, var(--tw-placeholder-opacity));
  }

  .tw .md\:focus\:placeholder-surface-lower:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(18, 19, 20, var(--tw-placeholder-opacity));
  }

  .tw .md\:focus\:placeholder-surface-base:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(29, 30, 31, var(--tw-placeholder-opacity));
  }

  .tw .md\:focus\:placeholder-surface-base:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(29, 30, 31, var(--tw-placeholder-opacity));
  }

  .tw .md\:focus\:placeholder-surface-low:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(33, 33, 36, var(--tw-placeholder-opacity));
  }

  .tw .md\:focus\:placeholder-surface-low:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(33, 33, 36, var(--tw-placeholder-opacity));
  }

  .tw .md\:focus\:placeholder-surface-middle:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(38, 38, 42, var(--tw-placeholder-opacity));
  }

  .tw .md\:focus\:placeholder-surface-middle:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(38, 38, 42, var(--tw-placeholder-opacity));
  }

  .tw .md\:focus\:placeholder-surface-upper:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(41, 41, 46, var(--tw-placeholder-opacity));
  }

  .tw .md\:focus\:placeholder-surface-upper:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(41, 41, 46, var(--tw-placeholder-opacity));
  }

  .tw .md\:focus\:placeholder-surface-high:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(52, 52, 53, var(--tw-placeholder-opacity));
  }

  .tw .md\:focus\:placeholder-surface-high:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(52, 52, 53, var(--tw-placeholder-opacity));
  }

  .tw .md\:focus\:placeholder-surface-higher:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(74, 75, 75, var(--tw-placeholder-opacity));
  }

  .tw .md\:focus\:placeholder-surface-higher:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(74, 75, 75, var(--tw-placeholder-opacity));
  }

  .tw .md\:focus\:placeholder-surface-highest:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(97, 97, 98, var(--tw-placeholder-opacity));
  }

  .tw .md\:focus\:placeholder-surface-highest:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(97, 97, 98, var(--tw-placeholder-opacity));
  }

  .tw .md\:focus\:placeholder-glyph-base:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
  }

  .tw .md\:focus\:placeholder-glyph-base:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
  }

  .tw .md\:focus\:placeholder-glyph-light:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(194, 194, 194, var(--tw-placeholder-opacity));
  }

  .tw .md\:focus\:placeholder-glyph-light:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(194, 194, 194, var(--tw-placeholder-opacity));
  }

  .tw .md\:focus\:placeholder-glyph-lighter:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(150, 150, 150, var(--tw-placeholder-opacity));
  }

  .tw .md\:focus\:placeholder-glyph-lighter:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(150, 150, 150, var(--tw-placeholder-opacity));
  }

  .tw .md\:focus\:placeholder-glyph-lightest:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(80, 80, 80, var(--tw-placeholder-opacity));
  }

  .tw .md\:focus\:placeholder-glyph-lightest:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(80, 80, 80, var(--tw-placeholder-opacity));
  }

  .tw .md\:focus\:placeholder-link:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(0, 190, 255, var(--tw-placeholder-opacity));
  }

  .tw .md\:focus\:placeholder-link:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(0, 190, 255, var(--tw-placeholder-opacity));
  }

  .tw .md\:focus\:placeholder-info-error:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(235, 51, 65, var(--tw-placeholder-opacity));
  }

  .tw .md\:focus\:placeholder-info-error:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(235, 51, 65, var(--tw-placeholder-opacity));
  }

  .tw .md\:focus\:placeholder-info-danger:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(247, 127, 37, var(--tw-placeholder-opacity));
  }

  .tw .md\:focus\:placeholder-info-danger:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(247, 127, 37, var(--tw-placeholder-opacity));
  }

  .tw .md\:focus\:placeholder-info-warn:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(255, 200, 47, var(--tw-placeholder-opacity));
  }

  .tw .md\:focus\:placeholder-info-warn:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(255, 200, 47, var(--tw-placeholder-opacity));
  }

  .tw .md\:focus\:placeholder-info-ok:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(0, 151, 79, var(--tw-placeholder-opacity));
  }

  .tw .md\:focus\:placeholder-info-ok:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(0, 151, 79, var(--tw-placeholder-opacity));
  }

  .tw .md\:focus\:placeholder-info-notice:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(1, 128, 255, var(--tw-placeholder-opacity));
  }

  .tw .md\:focus\:placeholder-info-notice:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(1, 128, 255, var(--tw-placeholder-opacity));
  }

  .tw .md\:focus\:placeholder-accent-1:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(255, 93, 105, var(--tw-placeholder-opacity));
  }

  .tw .md\:focus\:placeholder-accent-1:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(255, 93, 105, var(--tw-placeholder-opacity));
  }

  .tw .md\:focus\:placeholder-accent-2:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(7, 245, 175, var(--tw-placeholder-opacity));
  }

  .tw .md\:focus\:placeholder-accent-2:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(7, 245, 175, var(--tw-placeholder-opacity));
  }

  .tw .md\:focus\:placeholder-accent-3:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(4, 211, 114, var(--tw-placeholder-opacity));
  }

  .tw .md\:focus\:placeholder-accent-3:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(4, 211, 114, var(--tw-placeholder-opacity));
  }

  .tw .md\:focus\:placeholder-accent-4:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(132, 81, 245, var(--tw-placeholder-opacity));
  }

  .tw .md\:focus\:placeholder-accent-4:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(132, 81, 245, var(--tw-placeholder-opacity));
  }

  .tw .md\:placeholder-opacity-0::-moz-placeholder{
    --tw-placeholder-opacity: 0;
  }

  .tw .md\:placeholder-opacity-0::placeholder{
    --tw-placeholder-opacity: 0;
  }

  .tw .md\:placeholder-opacity-5::-moz-placeholder{
    --tw-placeholder-opacity: 0.05;
  }

  .tw .md\:placeholder-opacity-5::placeholder{
    --tw-placeholder-opacity: 0.05;
  }

  .tw .md\:placeholder-opacity-10::-moz-placeholder{
    --tw-placeholder-opacity: 0.1;
  }

  .tw .md\:placeholder-opacity-10::placeholder{
    --tw-placeholder-opacity: 0.1;
  }

  .tw .md\:placeholder-opacity-15::-moz-placeholder{
    --tw-placeholder-opacity: 0.15;
  }

  .tw .md\:placeholder-opacity-15::placeholder{
    --tw-placeholder-opacity: 0.15;
  }

  .tw .md\:placeholder-opacity-20::-moz-placeholder{
    --tw-placeholder-opacity: 0.2;
  }

  .tw .md\:placeholder-opacity-20::placeholder{
    --tw-placeholder-opacity: 0.2;
  }

  .tw .md\:placeholder-opacity-25::-moz-placeholder{
    --tw-placeholder-opacity: 0.25;
  }

  .tw .md\:placeholder-opacity-25::placeholder{
    --tw-placeholder-opacity: 0.25;
  }

  .tw .md\:placeholder-opacity-30::-moz-placeholder{
    --tw-placeholder-opacity: 0.3;
  }

  .tw .md\:placeholder-opacity-30::placeholder{
    --tw-placeholder-opacity: 0.3;
  }

  .tw .md\:placeholder-opacity-40::-moz-placeholder{
    --tw-placeholder-opacity: 0.4;
  }

  .tw .md\:placeholder-opacity-40::placeholder{
    --tw-placeholder-opacity: 0.4;
  }

  .tw .md\:placeholder-opacity-50::-moz-placeholder{
    --tw-placeholder-opacity: 0.5;
  }

  .tw .md\:placeholder-opacity-50::placeholder{
    --tw-placeholder-opacity: 0.5;
  }

  .tw .md\:placeholder-opacity-60::-moz-placeholder{
    --tw-placeholder-opacity: 0.6;
  }

  .tw .md\:placeholder-opacity-60::placeholder{
    --tw-placeholder-opacity: 0.6;
  }

  .tw .md\:placeholder-opacity-70::-moz-placeholder{
    --tw-placeholder-opacity: 0.7;
  }

  .tw .md\:placeholder-opacity-70::placeholder{
    --tw-placeholder-opacity: 0.7;
  }

  .tw .md\:placeholder-opacity-75::-moz-placeholder{
    --tw-placeholder-opacity: 0.75;
  }

  .tw .md\:placeholder-opacity-75::placeholder{
    --tw-placeholder-opacity: 0.75;
  }

  .tw .md\:placeholder-opacity-80::-moz-placeholder{
    --tw-placeholder-opacity: 0.8;
  }

  .tw .md\:placeholder-opacity-80::placeholder{
    --tw-placeholder-opacity: 0.8;
  }

  .tw .md\:placeholder-opacity-90::-moz-placeholder{
    --tw-placeholder-opacity: 0.9;
  }

  .tw .md\:placeholder-opacity-90::placeholder{
    --tw-placeholder-opacity: 0.9;
  }

  .tw .md\:placeholder-opacity-95::-moz-placeholder{
    --tw-placeholder-opacity: 0.95;
  }

  .tw .md\:placeholder-opacity-95::placeholder{
    --tw-placeholder-opacity: 0.95;
  }

  .tw .md\:placeholder-opacity-100::-moz-placeholder{
    --tw-placeholder-opacity: 1;
  }

  .tw .md\:placeholder-opacity-100::placeholder{
    --tw-placeholder-opacity: 1;
  }

  .tw .md\:focus\:placeholder-opacity-0:focus::-moz-placeholder{
    --tw-placeholder-opacity: 0;
  }

  .tw .md\:focus\:placeholder-opacity-0:focus::placeholder{
    --tw-placeholder-opacity: 0;
  }

  .tw .md\:focus\:placeholder-opacity-5:focus::-moz-placeholder{
    --tw-placeholder-opacity: 0.05;
  }

  .tw .md\:focus\:placeholder-opacity-5:focus::placeholder{
    --tw-placeholder-opacity: 0.05;
  }

  .tw .md\:focus\:placeholder-opacity-10:focus::-moz-placeholder{
    --tw-placeholder-opacity: 0.1;
  }

  .tw .md\:focus\:placeholder-opacity-10:focus::placeholder{
    --tw-placeholder-opacity: 0.1;
  }

  .tw .md\:focus\:placeholder-opacity-15:focus::-moz-placeholder{
    --tw-placeholder-opacity: 0.15;
  }

  .tw .md\:focus\:placeholder-opacity-15:focus::placeholder{
    --tw-placeholder-opacity: 0.15;
  }

  .tw .md\:focus\:placeholder-opacity-20:focus::-moz-placeholder{
    --tw-placeholder-opacity: 0.2;
  }

  .tw .md\:focus\:placeholder-opacity-20:focus::placeholder{
    --tw-placeholder-opacity: 0.2;
  }

  .tw .md\:focus\:placeholder-opacity-25:focus::-moz-placeholder{
    --tw-placeholder-opacity: 0.25;
  }

  .tw .md\:focus\:placeholder-opacity-25:focus::placeholder{
    --tw-placeholder-opacity: 0.25;
  }

  .tw .md\:focus\:placeholder-opacity-30:focus::-moz-placeholder{
    --tw-placeholder-opacity: 0.3;
  }

  .tw .md\:focus\:placeholder-opacity-30:focus::placeholder{
    --tw-placeholder-opacity: 0.3;
  }

  .tw .md\:focus\:placeholder-opacity-40:focus::-moz-placeholder{
    --tw-placeholder-opacity: 0.4;
  }

  .tw .md\:focus\:placeholder-opacity-40:focus::placeholder{
    --tw-placeholder-opacity: 0.4;
  }

  .tw .md\:focus\:placeholder-opacity-50:focus::-moz-placeholder{
    --tw-placeholder-opacity: 0.5;
  }

  .tw .md\:focus\:placeholder-opacity-50:focus::placeholder{
    --tw-placeholder-opacity: 0.5;
  }

  .tw .md\:focus\:placeholder-opacity-60:focus::-moz-placeholder{
    --tw-placeholder-opacity: 0.6;
  }

  .tw .md\:focus\:placeholder-opacity-60:focus::placeholder{
    --tw-placeholder-opacity: 0.6;
  }

  .tw .md\:focus\:placeholder-opacity-70:focus::-moz-placeholder{
    --tw-placeholder-opacity: 0.7;
  }

  .tw .md\:focus\:placeholder-opacity-70:focus::placeholder{
    --tw-placeholder-opacity: 0.7;
  }

  .tw .md\:focus\:placeholder-opacity-75:focus::-moz-placeholder{
    --tw-placeholder-opacity: 0.75;
  }

  .tw .md\:focus\:placeholder-opacity-75:focus::placeholder{
    --tw-placeholder-opacity: 0.75;
  }

  .tw .md\:focus\:placeholder-opacity-80:focus::-moz-placeholder{
    --tw-placeholder-opacity: 0.8;
  }

  .tw .md\:focus\:placeholder-opacity-80:focus::placeholder{
    --tw-placeholder-opacity: 0.8;
  }

  .tw .md\:focus\:placeholder-opacity-90:focus::-moz-placeholder{
    --tw-placeholder-opacity: 0.9;
  }

  .tw .md\:focus\:placeholder-opacity-90:focus::placeholder{
    --tw-placeholder-opacity: 0.9;
  }

  .tw .md\:focus\:placeholder-opacity-95:focus::-moz-placeholder{
    --tw-placeholder-opacity: 0.95;
  }

  .tw .md\:focus\:placeholder-opacity-95:focus::placeholder{
    --tw-placeholder-opacity: 0.95;
  }

  .tw .md\:focus\:placeholder-opacity-100:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
  }

  .tw .md\:focus\:placeholder-opacity-100:focus::placeholder{
    --tw-placeholder-opacity: 1;
  }

  .tw .md\:opacity-0{
    opacity: 0;
  }

  .tw .md\:opacity-5{
    opacity: 0.05;
  }

  .tw .md\:opacity-10{
    opacity: 0.1;
  }

  .tw .md\:opacity-15{
    opacity: 0.15;
  }

  .tw .md\:opacity-20{
    opacity: 0.2;
  }

  .tw .md\:opacity-25{
    opacity: 0.25;
  }

  .tw .md\:opacity-30{
    opacity: 0.3;
  }

  .tw .md\:opacity-40{
    opacity: 0.4;
  }

  .tw .md\:opacity-50{
    opacity: 0.5;
  }

  .tw .md\:opacity-60{
    opacity: 0.6;
  }

  .tw .md\:opacity-70{
    opacity: 0.7;
  }

  .tw .md\:opacity-75{
    opacity: 0.75;
  }

  .tw .md\:opacity-80{
    opacity: 0.8;
  }

  .tw .md\:opacity-90{
    opacity: 0.9;
  }

  .tw .md\:opacity-95{
    opacity: 0.95;
  }

  .tw .md\:opacity-100{
    opacity: 1;
  }

  .tw .md\:hover\:opacity-0:hover{
    opacity: 0;
  }

  .tw .md\:hover\:opacity-5:hover{
    opacity: 0.05;
  }

  .tw .md\:hover\:opacity-10:hover{
    opacity: 0.1;
  }

  .tw .md\:hover\:opacity-15:hover{
    opacity: 0.15;
  }

  .tw .md\:hover\:opacity-20:hover{
    opacity: 0.2;
  }

  .tw .md\:hover\:opacity-25:hover{
    opacity: 0.25;
  }

  .tw .md\:hover\:opacity-30:hover{
    opacity: 0.3;
  }

  .tw .md\:hover\:opacity-40:hover{
    opacity: 0.4;
  }

  .tw .md\:hover\:opacity-50:hover{
    opacity: 0.5;
  }

  .tw .md\:hover\:opacity-60:hover{
    opacity: 0.6;
  }

  .tw .md\:hover\:opacity-70:hover{
    opacity: 0.7;
  }

  .tw .md\:hover\:opacity-75:hover{
    opacity: 0.75;
  }

  .tw .md\:hover\:opacity-80:hover{
    opacity: 0.8;
  }

  .tw .md\:hover\:opacity-90:hover{
    opacity: 0.9;
  }

  .tw .md\:hover\:opacity-95:hover{
    opacity: 0.95;
  }

  .tw .md\:hover\:opacity-100:hover{
    opacity: 1;
  }

  .tw .md\:focus\:opacity-0:focus{
    opacity: 0;
  }

  .tw .md\:focus\:opacity-5:focus{
    opacity: 0.05;
  }

  .tw .md\:focus\:opacity-10:focus{
    opacity: 0.1;
  }

  .tw .md\:focus\:opacity-15:focus{
    opacity: 0.15;
  }

  .tw .md\:focus\:opacity-20:focus{
    opacity: 0.2;
  }

  .tw .md\:focus\:opacity-25:focus{
    opacity: 0.25;
  }

  .tw .md\:focus\:opacity-30:focus{
    opacity: 0.3;
  }

  .tw .md\:focus\:opacity-40:focus{
    opacity: 0.4;
  }

  .tw .md\:focus\:opacity-50:focus{
    opacity: 0.5;
  }

  .tw .md\:focus\:opacity-60:focus{
    opacity: 0.6;
  }

  .tw .md\:focus\:opacity-70:focus{
    opacity: 0.7;
  }

  .tw .md\:focus\:opacity-75:focus{
    opacity: 0.75;
  }

  .tw .md\:focus\:opacity-80:focus{
    opacity: 0.8;
  }

  .tw .md\:focus\:opacity-90:focus{
    opacity: 0.9;
  }

  .tw .md\:focus\:opacity-95:focus{
    opacity: 0.95;
  }

  .tw .md\:focus\:opacity-100:focus{
    opacity: 1;
  }

  .tw .md\:active\:opacity-0:active{
    opacity: 0;
  }

  .tw .md\:active\:opacity-5:active{
    opacity: 0.05;
  }

  .tw .md\:active\:opacity-10:active{
    opacity: 0.1;
  }

  .tw .md\:active\:opacity-15:active{
    opacity: 0.15;
  }

  .tw .md\:active\:opacity-20:active{
    opacity: 0.2;
  }

  .tw .md\:active\:opacity-25:active{
    opacity: 0.25;
  }

  .tw .md\:active\:opacity-30:active{
    opacity: 0.3;
  }

  .tw .md\:active\:opacity-40:active{
    opacity: 0.4;
  }

  .tw .md\:active\:opacity-50:active{
    opacity: 0.5;
  }

  .tw .md\:active\:opacity-60:active{
    opacity: 0.6;
  }

  .tw .md\:active\:opacity-70:active{
    opacity: 0.7;
  }

  .tw .md\:active\:opacity-75:active{
    opacity: 0.75;
  }

  .tw .md\:active\:opacity-80:active{
    opacity: 0.8;
  }

  .tw .md\:active\:opacity-90:active{
    opacity: 0.9;
  }

  .tw .md\:active\:opacity-95:active{
    opacity: 0.95;
  }

  .tw .md\:active\:opacity-100:active{
    opacity: 1;
  }

  .tw .group:hover .md\:group-hover\:opacity-0{
    opacity: 0;
  }

  .tw .group:hover .md\:group-hover\:opacity-5{
    opacity: 0.05;
  }

  .tw .group:hover .md\:group-hover\:opacity-10{
    opacity: 0.1;
  }

  .tw .group:hover .md\:group-hover\:opacity-15{
    opacity: 0.15;
  }

  .tw .group:hover .md\:group-hover\:opacity-20{
    opacity: 0.2;
  }

  .tw .group:hover .md\:group-hover\:opacity-25{
    opacity: 0.25;
  }

  .tw .group:hover .md\:group-hover\:opacity-30{
    opacity: 0.3;
  }

  .tw .group:hover .md\:group-hover\:opacity-40{
    opacity: 0.4;
  }

  .tw .group:hover .md\:group-hover\:opacity-50{
    opacity: 0.5;
  }

  .tw .group:hover .md\:group-hover\:opacity-60{
    opacity: 0.6;
  }

  .tw .group:hover .md\:group-hover\:opacity-70{
    opacity: 0.7;
  }

  .tw .group:hover .md\:group-hover\:opacity-75{
    opacity: 0.75;
  }

  .tw .group:hover .md\:group-hover\:opacity-80{
    opacity: 0.8;
  }

  .tw .group:hover .md\:group-hover\:opacity-90{
    opacity: 0.9;
  }

  .tw .group:hover .md\:group-hover\:opacity-95{
    opacity: 0.95;
  }

  .tw .group:hover .md\:group-hover\:opacity-100{
    opacity: 1;
  }

  .tw .md\:bg-blend-normal{
    background-blend-mode: normal;
  }

  .tw .md\:bg-blend-multiply{
    background-blend-mode: multiply;
  }

  .tw .md\:bg-blend-screen{
    background-blend-mode: screen;
  }

  .tw .md\:bg-blend-overlay{
    background-blend-mode: overlay;
  }

  .tw .md\:bg-blend-darken{
    background-blend-mode: darken;
  }

  .tw .md\:bg-blend-lighten{
    background-blend-mode: lighten;
  }

  .tw .md\:bg-blend-color-dodge{
    background-blend-mode: color-dodge;
  }

  .tw .md\:bg-blend-color-burn{
    background-blend-mode: color-burn;
  }

  .tw .md\:bg-blend-hard-light{
    background-blend-mode: hard-light;
  }

  .tw .md\:bg-blend-soft-light{
    background-blend-mode: soft-light;
  }

  .tw .md\:bg-blend-difference{
    background-blend-mode: difference;
  }

  .tw .md\:bg-blend-exclusion{
    background-blend-mode: exclusion;
  }

  .tw .md\:bg-blend-hue{
    background-blend-mode: hue;
  }

  .tw .md\:bg-blend-saturation{
    background-blend-mode: saturation;
  }

  .tw .md\:bg-blend-color{
    background-blend-mode: color;
  }

  .tw .md\:bg-blend-luminosity{
    background-blend-mode: luminosity;
  }

  .tw .md\:mix-blend-normal{
    mix-blend-mode: normal;
  }

  .tw .md\:mix-blend-multiply{
    mix-blend-mode: multiply;
  }

  .tw .md\:mix-blend-screen{
    mix-blend-mode: screen;
  }

  .tw .md\:mix-blend-overlay{
    mix-blend-mode: overlay;
  }

  .tw .md\:mix-blend-darken{
    mix-blend-mode: darken;
  }

  .tw .md\:mix-blend-lighten{
    mix-blend-mode: lighten;
  }

  .tw .md\:mix-blend-color-dodge{
    mix-blend-mode: color-dodge;
  }

  .tw .md\:mix-blend-color-burn{
    mix-blend-mode: color-burn;
  }

  .tw .md\:mix-blend-hard-light{
    mix-blend-mode: hard-light;
  }

  .tw .md\:mix-blend-soft-light{
    mix-blend-mode: soft-light;
  }

  .tw .md\:mix-blend-difference{
    mix-blend-mode: difference;
  }

  .tw .md\:mix-blend-exclusion{
    mix-blend-mode: exclusion;
  }

  .tw .md\:mix-blend-hue{
    mix-blend-mode: hue;
  }

  .tw .md\:mix-blend-saturation{
    mix-blend-mode: saturation;
  }

  .tw .md\:mix-blend-color{
    mix-blend-mode: color;
  }

  .tw .md\:mix-blend-luminosity{
    mix-blend-mode: luminosity;
  }

  .tw .md\:shadow-sm{
    --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .tw .md\:shadow{
    --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .tw .md\:shadow-md{
    --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .tw .md\:shadow-lg{
    --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .tw .md\:shadow-xl{
    --tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .tw .md\:shadow-2xl{
    --tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .tw .md\:shadow-inner{
    --tw-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .tw .md\:shadow-none{
    --tw-shadow: 0 0 #0000;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .tw .md\:shadow-outline{
    --tw-shadow: 0 0 0 1px #00BEFF;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .tw .md\:shadow-contrast{
    --tw-shadow: 0 0 0 1px rgba(0,0,0,0.1), 0 0 0 2px rgba(0,0,0,0.1);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .tw .md\:shadow-modal{
    --tw-shadow: 0px 5px 20px rgba(0, 0, 0, 0.35);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .tw .md\:shadow-dropdown{
    --tw-shadow: 0px 15px 25px rgba(0, 0, 0, 0.25);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .tw .md\:shadow-form-toggle{
    --tw-shadow: 0px 1px 2px rgba(0,0,0,0.2);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .tw .md\:shadow-mobile-panel{
    --tw-shadow: 0px -20px 50px rgba(0, 0, 0, 0.25);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .tw .md\:shadow-dreamten-table-row{
    --tw-shadow: 10px 0 0 #26252A, -10px 0 0 #26252A;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .tw .md\:hover\:shadow-sm:hover{
    --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .tw .md\: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);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .tw .md\: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);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .tw .md\: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);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .tw .md\: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);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .tw .md\:hover\:shadow-2xl:hover{
    --tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .tw .md\:hover\:shadow-inner:hover{
    --tw-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .tw .md\:hover\:shadow-none:hover{
    --tw-shadow: 0 0 #0000;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .tw .md\:hover\:shadow-outline:hover{
    --tw-shadow: 0 0 0 1px #00BEFF;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .tw .md\:hover\:shadow-contrast:hover{
    --tw-shadow: 0 0 0 1px rgba(0,0,0,0.1), 0 0 0 2px rgba(0,0,0,0.1);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .tw .md\:hover\:shadow-modal:hover{
    --tw-shadow: 0px 5px 20px rgba(0, 0, 0, 0.35);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .tw .md\:hover\:shadow-dropdown:hover{
    --tw-shadow: 0px 15px 25px rgba(0, 0, 0, 0.25);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .tw .md\:hover\:shadow-form-toggle:hover{
    --tw-shadow: 0px 1px 2px rgba(0,0,0,0.2);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .tw .md\:hover\:shadow-mobile-panel:hover{
    --tw-shadow: 0px -20px 50px rgba(0, 0, 0, 0.25);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .tw .md\:hover\:shadow-dreamten-table-row:hover{
    --tw-shadow: 10px 0 0 #26252A, -10px 0 0 #26252A;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .tw .md\:focus\:shadow-sm:focus{
    --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .tw .md\: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);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .tw .md\: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);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .tw .md\: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);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .tw .md\: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);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .tw .md\:focus\:shadow-2xl:focus{
    --tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .tw .md\:focus\:shadow-inner:focus{
    --tw-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .tw .md\:focus\:shadow-none:focus{
    --tw-shadow: 0 0 #0000;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .tw .md\:focus\:shadow-outline:focus{
    --tw-shadow: 0 0 0 1px #00BEFF;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .tw .md\:focus\:shadow-contrast:focus{
    --tw-shadow: 0 0 0 1px rgba(0,0,0,0.1), 0 0 0 2px rgba(0,0,0,0.1);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .tw .md\:focus\:shadow-modal:focus{
    --tw-shadow: 0px 5px 20px rgba(0, 0, 0, 0.35);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .tw .md\:focus\:shadow-dropdown:focus{
    --tw-shadow: 0px 15px 25px rgba(0, 0, 0, 0.25);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .tw .md\:focus\:shadow-form-toggle:focus{
    --tw-shadow: 0px 1px 2px rgba(0,0,0,0.2);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .tw .md\:focus\:shadow-mobile-panel:focus{
    --tw-shadow: 0px -20px 50px rgba(0, 0, 0, 0.25);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .tw .md\:focus\:shadow-dreamten-table-row:focus{
    --tw-shadow: 10px 0 0 #26252A, -10px 0 0 #26252A;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .tw .md\:focus-within\:shadow-sm:focus-within{
    --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .tw .md\: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);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .tw .md\: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);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .tw .md\: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);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .tw .md\: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);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .tw .md\:focus-within\:shadow-2xl:focus-within{
    --tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .tw .md\:focus-within\:shadow-inner:focus-within{
    --tw-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .tw .md\:focus-within\:shadow-none:focus-within{
    --tw-shadow: 0 0 #0000;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .tw .md\:focus-within\:shadow-outline:focus-within{
    --tw-shadow: 0 0 0 1px #00BEFF;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .tw .md\:focus-within\:shadow-contrast:focus-within{
    --tw-shadow: 0 0 0 1px rgba(0,0,0,0.1), 0 0 0 2px rgba(0,0,0,0.1);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .tw .md\:focus-within\:shadow-modal:focus-within{
    --tw-shadow: 0px 5px 20px rgba(0, 0, 0, 0.35);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .tw .md\:focus-within\:shadow-dropdown:focus-within{
    --tw-shadow: 0px 15px 25px rgba(0, 0, 0, 0.25);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .tw .md\:focus-within\:shadow-form-toggle:focus-within{
    --tw-shadow: 0px 1px 2px rgba(0,0,0,0.2);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .tw .md\:focus-within\:shadow-mobile-panel:focus-within{
    --tw-shadow: 0px -20px 50px rgba(0, 0, 0, 0.25);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .tw .md\:focus-within\:shadow-dreamten-table-row:focus-within{
    --tw-shadow: 10px 0 0 #26252A, -10px 0 0 #26252A;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .tw .md\:active\:shadow-sm:active{
    --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .tw .md\:active\:shadow:active{
    --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .tw .md\:active\:shadow-md:active{
    --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .tw .md\:active\:shadow-lg:active{
    --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .tw .md\:active\:shadow-xl:active{
    --tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .tw .md\:active\:shadow-2xl:active{
    --tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .tw .md\:active\:shadow-inner:active{
    --tw-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .tw .md\:active\:shadow-none:active{
    --tw-shadow: 0 0 #0000;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .tw .md\:active\:shadow-outline:active{
    --tw-shadow: 0 0 0 1px #00BEFF;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .tw .md\:active\:shadow-contrast:active{
    --tw-shadow: 0 0 0 1px rgba(0,0,0,0.1), 0 0 0 2px rgba(0,0,0,0.1);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .tw .md\:active\:shadow-modal:active{
    --tw-shadow: 0px 5px 20px rgba(0, 0, 0, 0.35);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .tw .md\:active\:shadow-dropdown:active{
    --tw-shadow: 0px 15px 25px rgba(0, 0, 0, 0.25);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .tw .md\:active\:shadow-form-toggle:active{
    --tw-shadow: 0px 1px 2px rgba(0,0,0,0.2);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .tw .md\:active\:shadow-mobile-panel:active{
    --tw-shadow: 0px -20px 50px rgba(0, 0, 0, 0.25);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .tw .md\:active\:shadow-dreamten-table-row:active{
    --tw-shadow: 10px 0 0 #26252A, -10px 0 0 #26252A;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .tw .group:hover .md\:group-hover\:shadow-sm{
    --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .tw .group:hover .md\: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);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .tw .group:hover .md\: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);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .tw .group:hover .md\: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);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .tw .group:hover .md\: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);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .tw .group:hover .md\:group-hover\:shadow-2xl{
    --tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .tw .group:hover .md\:group-hover\:shadow-inner{
    --tw-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .tw .group:hover .md\:group-hover\:shadow-none{
    --tw-shadow: 0 0 #0000;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .tw .group:hover .md\:group-hover\:shadow-outline{
    --tw-shadow: 0 0 0 1px #00BEFF;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .tw .group:hover .md\:group-hover\:shadow-contrast{
    --tw-shadow: 0 0 0 1px rgba(0,0,0,0.1), 0 0 0 2px rgba(0,0,0,0.1);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .tw .group:hover .md\:group-hover\:shadow-modal{
    --tw-shadow: 0px 5px 20px rgba(0, 0, 0, 0.35);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .tw .group:hover .md\:group-hover\:shadow-dropdown{
    --tw-shadow: 0px 15px 25px rgba(0, 0, 0, 0.25);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .tw .group:hover .md\:group-hover\:shadow-form-toggle{
    --tw-shadow: 0px 1px 2px rgba(0,0,0,0.2);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .tw .group:hover .md\:group-hover\:shadow-mobile-panel{
    --tw-shadow: 0px -20px 50px rgba(0, 0, 0, 0.25);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .tw .group:hover .md\:group-hover\:shadow-dreamten-table-row{
    --tw-shadow: 10px 0 0 #26252A, -10px 0 0 #26252A;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .tw .md\:outline-none{
    outline: 2px solid transparent;
    outline-offset: 2px;
  }

  .tw .md\:outline-white{
    outline: 2px dotted white;
    outline-offset: 2px;
  }

  .tw .md\:outline-black{
    outline: 2px dotted black;
    outline-offset: 2px;
  }

  .tw .md\:focus-within\:outline-none:focus-within{
    outline: 2px solid transparent;
    outline-offset: 2px;
  }

  .tw .md\:focus-within\:outline-white:focus-within{
    outline: 2px dotted white;
    outline-offset: 2px;
  }

  .tw .md\:focus-within\:outline-black:focus-within{
    outline: 2px dotted black;
    outline-offset: 2px;
  }

  .tw .md\:focus\:outline-none:focus{
    outline: 2px solid transparent;
    outline-offset: 2px;
  }

  .tw .md\:focus\:outline-white:focus{
    outline: 2px dotted white;
    outline-offset: 2px;
  }

  .tw .md\:focus\:outline-black:focus{
    outline: 2px dotted black;
    outline-offset: 2px;
  }

  .tw .md\:ring-0{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .tw .md\:ring-1{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .tw .md\:ring-2{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .tw .md\:ring-4{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(4px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .tw .md\:ring-8{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(8px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .tw .md\:ring{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .tw .md\: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 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .tw .md\: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 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .tw .md\: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 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .tw .md\: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 calc(4px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .tw .md\: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 calc(8px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .tw .md\: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 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .tw .md\: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 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .tw .md\: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 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .tw .md\: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 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .tw .md\: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 calc(4px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .tw .md\: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 calc(8px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .tw .md\: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 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .tw .md\:ring-inset{
    --tw-ring-inset: inset;
  }

  .tw .md\:focus-within\:ring-inset:focus-within{
    --tw-ring-inset: inset;
  }

  .tw .md\:focus\:ring-inset:focus{
    --tw-ring-inset: inset;
  }

  .tw .md\:ring-current{
    --tw-ring-color: currentColor;
  }

  .tw .md\:ring-transparent{
    --tw-ring-color: transparent;
  }

  .tw .md\:ring-white{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 255, 255, var(--tw-ring-opacity));
  }

  .tw .md\:ring-black{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(0, 0, 0, var(--tw-ring-opacity));
  }

  .tw .md\:ring-gray-10{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(240, 240, 240, var(--tw-ring-opacity));
  }

  .tw .md\:ring-gray-20{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(226, 226, 226, var(--tw-ring-opacity));
  }

  .tw .md\:ring-gray-30{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(211, 211, 211, var(--tw-ring-opacity));
  }

  .tw .md\:ring-gray-40{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(197, 197, 197, var(--tw-ring-opacity));
  }

  .tw .md\:ring-gray-50{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(183, 183, 183, var(--tw-ring-opacity));
  }

  .tw .md\:ring-gray-60{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(169, 169, 169, var(--tw-ring-opacity));
  }

  .tw .md\:ring-gray-70{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(156, 156, 156, var(--tw-ring-opacity));
  }

  .tw .md\:ring-gray-80{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(142, 142, 142, var(--tw-ring-opacity));
  }

  .tw .md\:ring-gray-90{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(129, 129, 129, var(--tw-ring-opacity));
  }

  .tw .md\:ring-gray-100{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(108, 109, 114, var(--tw-ring-opacity));
  }

  .tw .md\:ring-gray-200{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(96, 97, 103, var(--tw-ring-opacity));
  }

  .tw .md\:ring-gray-300{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(84, 86, 91, var(--tw-ring-opacity));
  }

  .tw .md\:ring-gray-400{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(73, 73, 80, var(--tw-ring-opacity));
  }

  .tw .md\:ring-gray-500{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(61, 61, 68, var(--tw-ring-opacity));
  }

  .tw .md\:ring-gray-600{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(53, 53, 61, var(--tw-ring-opacity));
  }

  .tw .md\:ring-gray-700{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(45, 45, 49, var(--tw-ring-opacity));
  }

  .tw .md\:ring-gray-800{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(38, 37, 42, var(--tw-ring-opacity));
  }

  .tw .md\:ring-gray-850{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(32, 32, 37, var(--tw-ring-opacity));
  }

  .tw .md\:ring-gray-900{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(27, 27, 32, var(--tw-ring-opacity));
  }

  .tw .md\:ring-gray-950{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(20, 20, 23, var(--tw-ring-opacity));
  }

  .tw .md\:ring-brand-50{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(127, 255, 255, var(--tw-ring-opacity));
  }

  .tw .md\:ring-brand-100{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(87, 226, 255, var(--tw-ring-opacity));
  }

  .tw .md\:ring-brand-200{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(32, 197, 255, var(--tw-ring-opacity));
  }

  .tw .md\:ring-brand-300{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(0, 167, 231, var(--tw-ring-opacity));
  }

  .tw .md\:ring-brand-400{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(0, 139, 201, var(--tw-ring-opacity));
  }

  .tw .md\:ring-brand-500{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(0, 112, 172, var(--tw-ring-opacity));
  }

  .tw .md\:ring-brand-600{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(0, 86, 143, var(--tw-ring-opacity));
  }

  .tw .md\:ring-brand-700{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(0, 62, 116, var(--tw-ring-opacity));
  }

  .tw .md\:ring-brand-800{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(0, 39, 89, var(--tw-ring-opacity));
  }

  .tw .md\:ring-brand-900{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(0, 18, 63, var(--tw-ring-opacity));
  }

  .tw .md\:ring-brand{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(0, 190, 255, var(--tw-ring-opacity));
  }

  .tw .md\:ring-brand-base{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(0, 190, 255, var(--tw-ring-opacity));
  }

  .tw .md\:ring-red-50{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 202, 200, var(--tw-ring-opacity));
  }

  .tw .md\:ring-red-100{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 171, 171, var(--tw-ring-opacity));
  }

  .tw .md\:ring-red-200{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 142, 142, var(--tw-ring-opacity));
  }

  .tw .md\:ring-red-300{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(247, 112, 115, var(--tw-ring-opacity));
  }

  .tw .md\:ring-red-400{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(215, 83, 89, var(--tw-ring-opacity));
  }

  .tw .md\:ring-red-500{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(182, 54, 64, var(--tw-ring-opacity));
  }

  .tw .md\:ring-red-600{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(150, 18, 41, var(--tw-ring-opacity));
  }

  .tw .md\:ring-red-700{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(119, 0, 19, var(--tw-ring-opacity));
  }

  .tw .md\:ring-red-800{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(89, 0, 0, var(--tw-ring-opacity));
  }

  .tw .md\:ring-red-900{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(65, 0, 0, var(--tw-ring-opacity));
  }

  .tw .md\:ring-red{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(211, 80, 86, var(--tw-ring-opacity));
  }

  .tw .md\:ring-red-brand{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 79, 79, var(--tw-ring-opacity));
  }

  .tw .md\:ring-green-50{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(141, 255, 205, var(--tw-ring-opacity));
  }

  .tw .md\:ring-green-100{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(109, 236, 176, var(--tw-ring-opacity));
  }

  .tw .md\:ring-green-200{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(76, 206, 147, var(--tw-ring-opacity));
  }

  .tw .md\:ring-green-300{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(36, 176, 119, var(--tw-ring-opacity));
  }

  .tw .md\:ring-green-400{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(0, 147, 93, var(--tw-ring-opacity));
  }

  .tw .md\:ring-green-500{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(0, 119, 68, var(--tw-ring-opacity));
  }

  .tw .md\:ring-green-600{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(0, 91, 43, var(--tw-ring-opacity));
  }

  .tw .md\:ring-green-700{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(0, 65, 21, var(--tw-ring-opacity));
  }

  .tw .md\:ring-green-800{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(0, 43, 0, var(--tw-ring-opacity));
  }

  .tw .md\:ring-green-900{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(0, 27, 0, var(--tw-ring-opacity));
  }

  .tw .md\:ring-green{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(46, 182, 125, var(--tw-ring-opacity));
  }

  .tw .md\:ring-yellow-50{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 235, 87, var(--tw-ring-opacity));
  }

  .tw .md\:ring-yellow-100{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 205, 55, var(--tw-ring-opacity));
  }

  .tw .md\:ring-yellow-200{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(228, 176, 9, var(--tw-ring-opacity));
  }

  .tw .md\:ring-yellow-300{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(195, 148, 0, var(--tw-ring-opacity));
  }

  .tw .md\:ring-yellow-400{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(163, 121, 0, var(--tw-ring-opacity));
  }

  .tw .md\:ring-yellow-500{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(133, 95, 0, var(--tw-ring-opacity));
  }

  .tw .md\:ring-yellow-600{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(104, 70, 0, var(--tw-ring-opacity));
  }

  .tw .md\:ring-yellow-700{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(79, 46, 0, var(--tw-ring-opacity));
  }

  .tw .md\:ring-yellow-800{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(61, 22, 0, var(--tw-ring-opacity));
  }

  .tw .md\:ring-yellow-900{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(50, 0, 0, var(--tw-ring-opacity));
  }

  .tw .md\:ring-yellow{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 199, 47, var(--tw-ring-opacity));
  }

  .tw .md\:ring-purple-50{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 216, 255, var(--tw-ring-opacity));
  }

  .tw .md\:ring-purple-100{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(240, 186, 255, var(--tw-ring-opacity));
  }

  .tw .md\:ring-purple-200{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(208, 157, 255, var(--tw-ring-opacity));
  }

  .tw .md\:ring-purple-300{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(177, 128, 255, var(--tw-ring-opacity));
  }

  .tw .md\:ring-purple-400{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(146, 101, 233, var(--tw-ring-opacity));
  }

  .tw .md\:ring-purple-500{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(116, 74, 203, var(--tw-ring-opacity));
  }

  .tw .md\:ring-purple-600{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(85, 48, 173, var(--tw-ring-opacity));
  }

  .tw .md\:ring-purple-700{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(53, 22, 144, var(--tw-ring-opacity));
  }

  .tw .md\:ring-purple-800{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(9, 0, 116, var(--tw-ring-opacity));
  }

  .tw .md\:ring-purple-900{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(0, 0, 89, var(--tw-ring-opacity));
  }

  .tw .md\:ring-purple{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(168, 120, 255, var(--tw-ring-opacity));
  }

  .tw .md\:ring-orange-50{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 210, 131, var(--tw-ring-opacity));
  }

  .tw .md\:ring-orange-100{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 180, 103, var(--tw-ring-opacity));
  }

  .tw .md\:ring-orange-200{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 151, 75, var(--tw-ring-opacity));
  }

  .tw .md\:ring-orange-300{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(240, 122, 47, var(--tw-ring-opacity));
  }

  .tw .md\:ring-orange-400{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(206, 95, 17, var(--tw-ring-opacity));
  }

  .tw .md\:ring-orange-500{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(173, 68, 0, var(--tw-ring-opacity));
  }

  .tw .md\:ring-orange-600{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(141, 40, 0, var(--tw-ring-opacity));
  }

  .tw .md\:ring-orange-700{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(111, 6, 0, var(--tw-ring-opacity));
  }

  .tw .md\:ring-orange-800{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(84, 0, 0, var(--tw-ring-opacity));
  }

  .tw .md\:ring-orange-900{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(65, 0, 0, var(--tw-ring-opacity));
  }

  .tw .md\:ring-orange{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(245, 127, 52, var(--tw-ring-opacity));
  }

  .tw .md\:ring-surface-brand{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(26, 26, 26, var(--tw-ring-opacity));
  }

  .tw .md\:ring-surface-lower{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(18, 19, 20, var(--tw-ring-opacity));
  }

  .tw .md\:ring-surface-base{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(29, 30, 31, var(--tw-ring-opacity));
  }

  .tw .md\:ring-surface-low{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(33, 33, 36, var(--tw-ring-opacity));
  }

  .tw .md\:ring-surface-middle{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(38, 38, 42, var(--tw-ring-opacity));
  }

  .tw .md\:ring-surface-upper{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(41, 41, 46, var(--tw-ring-opacity));
  }

  .tw .md\:ring-surface-high{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(52, 52, 53, var(--tw-ring-opacity));
  }

  .tw .md\:ring-surface-higher{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(74, 75, 75, var(--tw-ring-opacity));
  }

  .tw .md\:ring-surface-highest{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(97, 97, 98, var(--tw-ring-opacity));
  }

  .tw .md\:ring-glyph-base{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 255, 255, var(--tw-ring-opacity));
  }

  .tw .md\:ring-glyph-light{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(194, 194, 194, var(--tw-ring-opacity));
  }

  .tw .md\:ring-glyph-lighter{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(150, 150, 150, var(--tw-ring-opacity));
  }

  .tw .md\:ring-glyph-lightest{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(80, 80, 80, var(--tw-ring-opacity));
  }

  .tw .md\:ring-link{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(0, 190, 255, var(--tw-ring-opacity));
  }

  .tw .md\:ring-info-error{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(235, 51, 65, var(--tw-ring-opacity));
  }

  .tw .md\:ring-info-danger{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(247, 127, 37, var(--tw-ring-opacity));
  }

  .tw .md\:ring-info-warn{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 200, 47, var(--tw-ring-opacity));
  }

  .tw .md\:ring-info-ok{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(0, 151, 79, var(--tw-ring-opacity));
  }

  .tw .md\:ring-info-notice{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(1, 128, 255, var(--tw-ring-opacity));
  }

  .tw .md\:ring-accent-1{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 93, 105, var(--tw-ring-opacity));
  }

  .tw .md\:ring-accent-2{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(7, 245, 175, var(--tw-ring-opacity));
  }

  .tw .md\:ring-accent-3{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(4, 211, 114, var(--tw-ring-opacity));
  }

  .tw .md\:ring-accent-4{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(132, 81, 245, var(--tw-ring-opacity));
  }

  .tw .md\:focus-within\:ring-current:focus-within{
    --tw-ring-color: currentColor;
  }

  .tw .md\:focus-within\:ring-transparent:focus-within{
    --tw-ring-color: transparent;
  }

  .tw .md\:focus-within\:ring-white:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 255, 255, var(--tw-ring-opacity));
  }

  .tw .md\:focus-within\:ring-black:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(0, 0, 0, var(--tw-ring-opacity));
  }

  .tw .md\:focus-within\:ring-gray-10:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(240, 240, 240, var(--tw-ring-opacity));
  }

  .tw .md\:focus-within\:ring-gray-20:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(226, 226, 226, var(--tw-ring-opacity));
  }

  .tw .md\:focus-within\:ring-gray-30:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(211, 211, 211, var(--tw-ring-opacity));
  }

  .tw .md\:focus-within\:ring-gray-40:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(197, 197, 197, var(--tw-ring-opacity));
  }

  .tw .md\:focus-within\:ring-gray-50:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(183, 183, 183, var(--tw-ring-opacity));
  }

  .tw .md\:focus-within\:ring-gray-60:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(169, 169, 169, var(--tw-ring-opacity));
  }

  .tw .md\:focus-within\:ring-gray-70:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(156, 156, 156, var(--tw-ring-opacity));
  }

  .tw .md\:focus-within\:ring-gray-80:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(142, 142, 142, var(--tw-ring-opacity));
  }

  .tw .md\:focus-within\:ring-gray-90:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(129, 129, 129, var(--tw-ring-opacity));
  }

  .tw .md\:focus-within\:ring-gray-100:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(108, 109, 114, var(--tw-ring-opacity));
  }

  .tw .md\:focus-within\:ring-gray-200:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(96, 97, 103, var(--tw-ring-opacity));
  }

  .tw .md\:focus-within\:ring-gray-300:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(84, 86, 91, var(--tw-ring-opacity));
  }

  .tw .md\:focus-within\:ring-gray-400:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(73, 73, 80, var(--tw-ring-opacity));
  }

  .tw .md\:focus-within\:ring-gray-500:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(61, 61, 68, var(--tw-ring-opacity));
  }

  .tw .md\:focus-within\:ring-gray-600:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(53, 53, 61, var(--tw-ring-opacity));
  }

  .tw .md\:focus-within\:ring-gray-700:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(45, 45, 49, var(--tw-ring-opacity));
  }

  .tw .md\:focus-within\:ring-gray-800:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(38, 37, 42, var(--tw-ring-opacity));
  }

  .tw .md\:focus-within\:ring-gray-850:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(32, 32, 37, var(--tw-ring-opacity));
  }

  .tw .md\:focus-within\:ring-gray-900:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(27, 27, 32, var(--tw-ring-opacity));
  }

  .tw .md\:focus-within\:ring-gray-950:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(20, 20, 23, var(--tw-ring-opacity));
  }

  .tw .md\:focus-within\:ring-brand-50:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(127, 255, 255, var(--tw-ring-opacity));
  }

  .tw .md\:focus-within\:ring-brand-100:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(87, 226, 255, var(--tw-ring-opacity));
  }

  .tw .md\:focus-within\:ring-brand-200:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(32, 197, 255, var(--tw-ring-opacity));
  }

  .tw .md\:focus-within\:ring-brand-300:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(0, 167, 231, var(--tw-ring-opacity));
  }

  .tw .md\:focus-within\:ring-brand-400:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(0, 139, 201, var(--tw-ring-opacity));
  }

  .tw .md\:focus-within\:ring-brand-500:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(0, 112, 172, var(--tw-ring-opacity));
  }

  .tw .md\:focus-within\:ring-brand-600:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(0, 86, 143, var(--tw-ring-opacity));
  }

  .tw .md\:focus-within\:ring-brand-700:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(0, 62, 116, var(--tw-ring-opacity));
  }

  .tw .md\:focus-within\:ring-brand-800:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(0, 39, 89, var(--tw-ring-opacity));
  }

  .tw .md\:focus-within\:ring-brand-900:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(0, 18, 63, var(--tw-ring-opacity));
  }

  .tw .md\:focus-within\:ring-brand:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(0, 190, 255, var(--tw-ring-opacity));
  }

  .tw .md\:focus-within\:ring-brand-base:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(0, 190, 255, var(--tw-ring-opacity));
  }

  .tw .md\:focus-within\:ring-red-50:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 202, 200, var(--tw-ring-opacity));
  }

  .tw .md\:focus-within\:ring-red-100:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 171, 171, var(--tw-ring-opacity));
  }

  .tw .md\:focus-within\:ring-red-200:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 142, 142, var(--tw-ring-opacity));
  }

  .tw .md\:focus-within\:ring-red-300:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(247, 112, 115, var(--tw-ring-opacity));
  }

  .tw .md\:focus-within\:ring-red-400:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(215, 83, 89, var(--tw-ring-opacity));
  }

  .tw .md\:focus-within\:ring-red-500:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(182, 54, 64, var(--tw-ring-opacity));
  }

  .tw .md\:focus-within\:ring-red-600:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(150, 18, 41, var(--tw-ring-opacity));
  }

  .tw .md\:focus-within\:ring-red-700:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(119, 0, 19, var(--tw-ring-opacity));
  }

  .tw .md\:focus-within\:ring-red-800:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(89, 0, 0, var(--tw-ring-opacity));
  }

  .tw .md\:focus-within\:ring-red-900:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(65, 0, 0, var(--tw-ring-opacity));
  }

  .tw .md\:focus-within\:ring-red:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(211, 80, 86, var(--tw-ring-opacity));
  }

  .tw .md\:focus-within\:ring-red-brand:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 79, 79, var(--tw-ring-opacity));
  }

  .tw .md\:focus-within\:ring-green-50:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(141, 255, 205, var(--tw-ring-opacity));
  }

  .tw .md\:focus-within\:ring-green-100:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(109, 236, 176, var(--tw-ring-opacity));
  }

  .tw .md\:focus-within\:ring-green-200:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(76, 206, 147, var(--tw-ring-opacity));
  }

  .tw .md\:focus-within\:ring-green-300:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(36, 176, 119, var(--tw-ring-opacity));
  }

  .tw .md\:focus-within\:ring-green-400:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(0, 147, 93, var(--tw-ring-opacity));
  }

  .tw .md\:focus-within\:ring-green-500:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(0, 119, 68, var(--tw-ring-opacity));
  }

  .tw .md\:focus-within\:ring-green-600:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(0, 91, 43, var(--tw-ring-opacity));
  }

  .tw .md\:focus-within\:ring-green-700:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(0, 65, 21, var(--tw-ring-opacity));
  }

  .tw .md\:focus-within\:ring-green-800:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(0, 43, 0, var(--tw-ring-opacity));
  }

  .tw .md\:focus-within\:ring-green-900:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(0, 27, 0, var(--tw-ring-opacity));
  }

  .tw .md\:focus-within\:ring-green:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(46, 182, 125, var(--tw-ring-opacity));
  }

  .tw .md\:focus-within\:ring-yellow-50:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 235, 87, var(--tw-ring-opacity));
  }

  .tw .md\:focus-within\:ring-yellow-100:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 205, 55, var(--tw-ring-opacity));
  }

  .tw .md\:focus-within\:ring-yellow-200:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(228, 176, 9, var(--tw-ring-opacity));
  }

  .tw .md\:focus-within\:ring-yellow-300:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(195, 148, 0, var(--tw-ring-opacity));
  }

  .tw .md\:focus-within\:ring-yellow-400:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(163, 121, 0, var(--tw-ring-opacity));
  }

  .tw .md\:focus-within\:ring-yellow-500:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(133, 95, 0, var(--tw-ring-opacity));
  }

  .tw .md\:focus-within\:ring-yellow-600:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(104, 70, 0, var(--tw-ring-opacity));
  }

  .tw .md\:focus-within\:ring-yellow-700:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(79, 46, 0, var(--tw-ring-opacity));
  }

  .tw .md\:focus-within\:ring-yellow-800:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(61, 22, 0, var(--tw-ring-opacity));
  }

  .tw .md\:focus-within\:ring-yellow-900:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(50, 0, 0, var(--tw-ring-opacity));
  }

  .tw .md\:focus-within\:ring-yellow:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 199, 47, var(--tw-ring-opacity));
  }

  .tw .md\:focus-within\:ring-purple-50:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 216, 255, var(--tw-ring-opacity));
  }

  .tw .md\:focus-within\:ring-purple-100:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(240, 186, 255, var(--tw-ring-opacity));
  }

  .tw .md\:focus-within\:ring-purple-200:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(208, 157, 255, var(--tw-ring-opacity));
  }

  .tw .md\:focus-within\:ring-purple-300:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(177, 128, 255, var(--tw-ring-opacity));
  }

  .tw .md\:focus-within\:ring-purple-400:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(146, 101, 233, var(--tw-ring-opacity));
  }

  .tw .md\:focus-within\:ring-purple-500:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(116, 74, 203, var(--tw-ring-opacity));
  }

  .tw .md\:focus-within\:ring-purple-600:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(85, 48, 173, var(--tw-ring-opacity));
  }

  .tw .md\:focus-within\:ring-purple-700:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(53, 22, 144, var(--tw-ring-opacity));
  }

  .tw .md\:focus-within\:ring-purple-800:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(9, 0, 116, var(--tw-ring-opacity));
  }

  .tw .md\:focus-within\:ring-purple-900:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(0, 0, 89, var(--tw-ring-opacity));
  }

  .tw .md\:focus-within\:ring-purple:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(168, 120, 255, var(--tw-ring-opacity));
  }

  .tw .md\:focus-within\:ring-orange-50:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 210, 131, var(--tw-ring-opacity));
  }

  .tw .md\:focus-within\:ring-orange-100:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 180, 103, var(--tw-ring-opacity));
  }

  .tw .md\:focus-within\:ring-orange-200:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 151, 75, var(--tw-ring-opacity));
  }

  .tw .md\:focus-within\:ring-orange-300:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(240, 122, 47, var(--tw-ring-opacity));
  }

  .tw .md\:focus-within\:ring-orange-400:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(206, 95, 17, var(--tw-ring-opacity));
  }

  .tw .md\:focus-within\:ring-orange-500:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(173, 68, 0, var(--tw-ring-opacity));
  }

  .tw .md\:focus-within\:ring-orange-600:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(141, 40, 0, var(--tw-ring-opacity));
  }

  .tw .md\:focus-within\:ring-orange-700:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(111, 6, 0, var(--tw-ring-opacity));
  }

  .tw .md\:focus-within\:ring-orange-800:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(84, 0, 0, var(--tw-ring-opacity));
  }

  .tw .md\:focus-within\:ring-orange-900:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(65, 0, 0, var(--tw-ring-opacity));
  }

  .tw .md\:focus-within\:ring-orange:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(245, 127, 52, var(--tw-ring-opacity));
  }

  .tw .md\:focus-within\:ring-surface-brand:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(26, 26, 26, var(--tw-ring-opacity));
  }

  .tw .md\:focus-within\:ring-surface-lower:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(18, 19, 20, var(--tw-ring-opacity));
  }

  .tw .md\:focus-within\:ring-surface-base:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(29, 30, 31, var(--tw-ring-opacity));
  }

  .tw .md\:focus-within\:ring-surface-low:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(33, 33, 36, var(--tw-ring-opacity));
  }

  .tw .md\:focus-within\:ring-surface-middle:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(38, 38, 42, var(--tw-ring-opacity));
  }

  .tw .md\:focus-within\:ring-surface-upper:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(41, 41, 46, var(--tw-ring-opacity));
  }

  .tw .md\:focus-within\:ring-surface-high:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(52, 52, 53, var(--tw-ring-opacity));
  }

  .tw .md\:focus-within\:ring-surface-higher:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(74, 75, 75, var(--tw-ring-opacity));
  }

  .tw .md\:focus-within\:ring-surface-highest:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(97, 97, 98, var(--tw-ring-opacity));
  }

  .tw .md\:focus-within\:ring-glyph-base:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 255, 255, var(--tw-ring-opacity));
  }

  .tw .md\:focus-within\:ring-glyph-light:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(194, 194, 194, var(--tw-ring-opacity));
  }

  .tw .md\:focus-within\:ring-glyph-lighter:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(150, 150, 150, var(--tw-ring-opacity));
  }

  .tw .md\:focus-within\:ring-glyph-lightest:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(80, 80, 80, var(--tw-ring-opacity));
  }

  .tw .md\:focus-within\:ring-link:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(0, 190, 255, var(--tw-ring-opacity));
  }

  .tw .md\:focus-within\:ring-info-error:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(235, 51, 65, var(--tw-ring-opacity));
  }

  .tw .md\:focus-within\:ring-info-danger:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(247, 127, 37, var(--tw-ring-opacity));
  }

  .tw .md\:focus-within\:ring-info-warn:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 200, 47, var(--tw-ring-opacity));
  }

  .tw .md\:focus-within\:ring-info-ok:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(0, 151, 79, var(--tw-ring-opacity));
  }

  .tw .md\:focus-within\:ring-info-notice:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(1, 128, 255, var(--tw-ring-opacity));
  }

  .tw .md\:focus-within\:ring-accent-1:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 93, 105, var(--tw-ring-opacity));
  }

  .tw .md\:focus-within\:ring-accent-2:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(7, 245, 175, var(--tw-ring-opacity));
  }

  .tw .md\:focus-within\:ring-accent-3:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(4, 211, 114, var(--tw-ring-opacity));
  }

  .tw .md\:focus-within\:ring-accent-4:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(132, 81, 245, var(--tw-ring-opacity));
  }

  .tw .md\:focus\:ring-current:focus{
    --tw-ring-color: currentColor;
  }

  .tw .md\:focus\:ring-transparent:focus{
    --tw-ring-color: transparent;
  }

  .tw .md\:focus\:ring-white:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 255, 255, var(--tw-ring-opacity));
  }

  .tw .md\:focus\:ring-black:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(0, 0, 0, var(--tw-ring-opacity));
  }

  .tw .md\:focus\:ring-gray-10:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(240, 240, 240, var(--tw-ring-opacity));
  }

  .tw .md\:focus\:ring-gray-20:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(226, 226, 226, var(--tw-ring-opacity));
  }

  .tw .md\:focus\:ring-gray-30:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(211, 211, 211, var(--tw-ring-opacity));
  }

  .tw .md\:focus\:ring-gray-40:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(197, 197, 197, var(--tw-ring-opacity));
  }

  .tw .md\:focus\:ring-gray-50:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(183, 183, 183, var(--tw-ring-opacity));
  }

  .tw .md\:focus\:ring-gray-60:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(169, 169, 169, var(--tw-ring-opacity));
  }

  .tw .md\:focus\:ring-gray-70:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(156, 156, 156, var(--tw-ring-opacity));
  }

  .tw .md\:focus\:ring-gray-80:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(142, 142, 142, var(--tw-ring-opacity));
  }

  .tw .md\:focus\:ring-gray-90:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(129, 129, 129, var(--tw-ring-opacity));
  }

  .tw .md\:focus\:ring-gray-100:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(108, 109, 114, var(--tw-ring-opacity));
  }

  .tw .md\:focus\:ring-gray-200:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(96, 97, 103, var(--tw-ring-opacity));
  }

  .tw .md\:focus\:ring-gray-300:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(84, 86, 91, var(--tw-ring-opacity));
  }

  .tw .md\:focus\:ring-gray-400:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(73, 73, 80, var(--tw-ring-opacity));
  }

  .tw .md\:focus\:ring-gray-500:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(61, 61, 68, var(--tw-ring-opacity));
  }

  .tw .md\:focus\:ring-gray-600:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(53, 53, 61, var(--tw-ring-opacity));
  }

  .tw .md\:focus\:ring-gray-700:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(45, 45, 49, var(--tw-ring-opacity));
  }

  .tw .md\:focus\:ring-gray-800:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(38, 37, 42, var(--tw-ring-opacity));
  }

  .tw .md\:focus\:ring-gray-850:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(32, 32, 37, var(--tw-ring-opacity));
  }

  .tw .md\:focus\:ring-gray-900:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(27, 27, 32, var(--tw-ring-opacity));
  }

  .tw .md\:focus\:ring-gray-950:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(20, 20, 23, var(--tw-ring-opacity));
  }

  .tw .md\:focus\:ring-brand-50:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(127, 255, 255, var(--tw-ring-opacity));
  }

  .tw .md\:focus\:ring-brand-100:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(87, 226, 255, var(--tw-ring-opacity));
  }

  .tw .md\:focus\:ring-brand-200:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(32, 197, 255, var(--tw-ring-opacity));
  }

  .tw .md\:focus\:ring-brand-300:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(0, 167, 231, var(--tw-ring-opacity));
  }

  .tw .md\:focus\:ring-brand-400:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(0, 139, 201, var(--tw-ring-opacity));
  }

  .tw .md\:focus\:ring-brand-500:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(0, 112, 172, var(--tw-ring-opacity));
  }

  .tw .md\:focus\:ring-brand-600:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(0, 86, 143, var(--tw-ring-opacity));
  }

  .tw .md\:focus\:ring-brand-700:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(0, 62, 116, var(--tw-ring-opacity));
  }

  .tw .md\:focus\:ring-brand-800:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(0, 39, 89, var(--tw-ring-opacity));
  }

  .tw .md\:focus\:ring-brand-900:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(0, 18, 63, var(--tw-ring-opacity));
  }

  .tw .md\:focus\:ring-brand:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(0, 190, 255, var(--tw-ring-opacity));
  }

  .tw .md\:focus\:ring-brand-base:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(0, 190, 255, var(--tw-ring-opacity));
  }

  .tw .md\:focus\:ring-red-50:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 202, 200, var(--tw-ring-opacity));
  }

  .tw .md\:focus\:ring-red-100:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 171, 171, var(--tw-ring-opacity));
  }

  .tw .md\:focus\:ring-red-200:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 142, 142, var(--tw-ring-opacity));
  }

  .tw .md\:focus\:ring-red-300:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(247, 112, 115, var(--tw-ring-opacity));
  }

  .tw .md\:focus\:ring-red-400:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(215, 83, 89, var(--tw-ring-opacity));
  }

  .tw .md\:focus\:ring-red-500:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(182, 54, 64, var(--tw-ring-opacity));
  }

  .tw .md\:focus\:ring-red-600:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(150, 18, 41, var(--tw-ring-opacity));
  }

  .tw .md\:focus\:ring-red-700:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(119, 0, 19, var(--tw-ring-opacity));
  }

  .tw .md\:focus\:ring-red-800:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(89, 0, 0, var(--tw-ring-opacity));
  }

  .tw .md\:focus\:ring-red-900:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(65, 0, 0, var(--tw-ring-opacity));
  }

  .tw .md\:focus\:ring-red:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(211, 80, 86, var(--tw-ring-opacity));
  }

  .tw .md\:focus\:ring-red-brand:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 79, 79, var(--tw-ring-opacity));
  }

  .tw .md\:focus\:ring-green-50:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(141, 255, 205, var(--tw-ring-opacity));
  }

  .tw .md\:focus\:ring-green-100:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(109, 236, 176, var(--tw-ring-opacity));
  }

  .tw .md\:focus\:ring-green-200:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(76, 206, 147, var(--tw-ring-opacity));
  }

  .tw .md\:focus\:ring-green-300:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(36, 176, 119, var(--tw-ring-opacity));
  }

  .tw .md\:focus\:ring-green-400:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(0, 147, 93, var(--tw-ring-opacity));
  }

  .tw .md\:focus\:ring-green-500:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(0, 119, 68, var(--tw-ring-opacity));
  }

  .tw .md\:focus\:ring-green-600:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(0, 91, 43, var(--tw-ring-opacity));
  }

  .tw .md\:focus\:ring-green-700:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(0, 65, 21, var(--tw-ring-opacity));
  }

  .tw .md\:focus\:ring-green-800:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(0, 43, 0, var(--tw-ring-opacity));
  }

  .tw .md\:focus\:ring-green-900:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(0, 27, 0, var(--tw-ring-opacity));
  }

  .tw .md\:focus\:ring-green:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(46, 182, 125, var(--tw-ring-opacity));
  }

  .tw .md\:focus\:ring-yellow-50:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 235, 87, var(--tw-ring-opacity));
  }

  .tw .md\:focus\:ring-yellow-100:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 205, 55, var(--tw-ring-opacity));
  }

  .tw .md\:focus\:ring-yellow-200:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(228, 176, 9, var(--tw-ring-opacity));
  }

  .tw .md\:focus\:ring-yellow-300:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(195, 148, 0, var(--tw-ring-opacity));
  }

  .tw .md\:focus\:ring-yellow-400:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(163, 121, 0, var(--tw-ring-opacity));
  }

  .tw .md\:focus\:ring-yellow-500:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(133, 95, 0, var(--tw-ring-opacity));
  }

  .tw .md\:focus\:ring-yellow-600:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(104, 70, 0, var(--tw-ring-opacity));
  }

  .tw .md\:focus\:ring-yellow-700:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(79, 46, 0, var(--tw-ring-opacity));
  }

  .tw .md\:focus\:ring-yellow-800:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(61, 22, 0, var(--tw-ring-opacity));
  }

  .tw .md\:focus\:ring-yellow-900:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(50, 0, 0, var(--tw-ring-opacity));
  }

  .tw .md\:focus\:ring-yellow:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 199, 47, var(--tw-ring-opacity));
  }

  .tw .md\:focus\:ring-purple-50:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 216, 255, var(--tw-ring-opacity));
  }

  .tw .md\:focus\:ring-purple-100:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(240, 186, 255, var(--tw-ring-opacity));
  }

  .tw .md\:focus\:ring-purple-200:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(208, 157, 255, var(--tw-ring-opacity));
  }

  .tw .md\:focus\:ring-purple-300:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(177, 128, 255, var(--tw-ring-opacity));
  }

  .tw .md\:focus\:ring-purple-400:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(146, 101, 233, var(--tw-ring-opacity));
  }

  .tw .md\:focus\:ring-purple-500:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(116, 74, 203, var(--tw-ring-opacity));
  }

  .tw .md\:focus\:ring-purple-600:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(85, 48, 173, var(--tw-ring-opacity));
  }

  .tw .md\:focus\:ring-purple-700:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(53, 22, 144, var(--tw-ring-opacity));
  }

  .tw .md\:focus\:ring-purple-800:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(9, 0, 116, var(--tw-ring-opacity));
  }

  .tw .md\:focus\:ring-purple-900:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(0, 0, 89, var(--tw-ring-opacity));
  }

  .tw .md\:focus\:ring-purple:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(168, 120, 255, var(--tw-ring-opacity));
  }

  .tw .md\:focus\:ring-orange-50:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 210, 131, var(--tw-ring-opacity));
  }

  .tw .md\:focus\:ring-orange-100:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 180, 103, var(--tw-ring-opacity));
  }

  .tw .md\:focus\:ring-orange-200:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 151, 75, var(--tw-ring-opacity));
  }

  .tw .md\:focus\:ring-orange-300:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(240, 122, 47, var(--tw-ring-opacity));
  }

  .tw .md\:focus\:ring-orange-400:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(206, 95, 17, var(--tw-ring-opacity));
  }

  .tw .md\:focus\:ring-orange-500:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(173, 68, 0, var(--tw-ring-opacity));
  }

  .tw .md\:focus\:ring-orange-600:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(141, 40, 0, var(--tw-ring-opacity));
  }

  .tw .md\:focus\:ring-orange-700:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(111, 6, 0, var(--tw-ring-opacity));
  }

  .tw .md\:focus\:ring-orange-800:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(84, 0, 0, var(--tw-ring-opacity));
  }

  .tw .md\:focus\:ring-orange-900:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(65, 0, 0, var(--tw-ring-opacity));
  }

  .tw .md\:focus\:ring-orange:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(245, 127, 52, var(--tw-ring-opacity));
  }

  .tw .md\:focus\:ring-surface-brand:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(26, 26, 26, var(--tw-ring-opacity));
  }

  .tw .md\:focus\:ring-surface-lower:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(18, 19, 20, var(--tw-ring-opacity));
  }

  .tw .md\:focus\:ring-surface-base:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(29, 30, 31, var(--tw-ring-opacity));
  }

  .tw .md\:focus\:ring-surface-low:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(33, 33, 36, var(--tw-ring-opacity));
  }

  .tw .md\:focus\:ring-surface-middle:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(38, 38, 42, var(--tw-ring-opacity));
  }

  .tw .md\:focus\:ring-surface-upper:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(41, 41, 46, var(--tw-ring-opacity));
  }

  .tw .md\:focus\:ring-surface-high:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(52, 52, 53, var(--tw-ring-opacity));
  }

  .tw .md\:focus\:ring-surface-higher:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(74, 75, 75, var(--tw-ring-opacity));
  }

  .tw .md\:focus\:ring-surface-highest:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(97, 97, 98, var(--tw-ring-opacity));
  }

  .tw .md\:focus\:ring-glyph-base:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 255, 255, var(--tw-ring-opacity));
  }

  .tw .md\:focus\:ring-glyph-light:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(194, 194, 194, var(--tw-ring-opacity));
  }

  .tw .md\:focus\:ring-glyph-lighter:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(150, 150, 150, var(--tw-ring-opacity));
  }

  .tw .md\:focus\:ring-glyph-lightest:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(80, 80, 80, var(--tw-ring-opacity));
  }

  .tw .md\:focus\:ring-link:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(0, 190, 255, var(--tw-ring-opacity));
  }

  .tw .md\:focus\:ring-info-error:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(235, 51, 65, var(--tw-ring-opacity));
  }

  .tw .md\:focus\:ring-info-danger:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(247, 127, 37, var(--tw-ring-opacity));
  }

  .tw .md\:focus\:ring-info-warn:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 200, 47, var(--tw-ring-opacity));
  }

  .tw .md\:focus\:ring-info-ok:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(0, 151, 79, var(--tw-ring-opacity));
  }

  .tw .md\:focus\:ring-info-notice:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(1, 128, 255, var(--tw-ring-opacity));
  }

  .tw .md\:focus\:ring-accent-1:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 93, 105, var(--tw-ring-opacity));
  }

  .tw .md\:focus\:ring-accent-2:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(7, 245, 175, var(--tw-ring-opacity));
  }

  .tw .md\:focus\:ring-accent-3:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(4, 211, 114, var(--tw-ring-opacity));
  }

  .tw .md\:focus\:ring-accent-4:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(132, 81, 245, var(--tw-ring-opacity));
  }

  .tw .md\:ring-opacity-0{
    --tw-ring-opacity: 0;
  }

  .tw .md\:ring-opacity-5{
    --tw-ring-opacity: 0.05;
  }

  .tw .md\:ring-opacity-10{
    --tw-ring-opacity: 0.1;
  }

  .tw .md\:ring-opacity-15{
    --tw-ring-opacity: 0.15;
  }

  .tw .md\:ring-opacity-20{
    --tw-ring-opacity: 0.2;
  }

  .tw .md\:ring-opacity-25{
    --tw-ring-opacity: 0.25;
  }

  .tw .md\:ring-opacity-30{
    --tw-ring-opacity: 0.3;
  }

  .tw .md\:ring-opacity-40{
    --tw-ring-opacity: 0.4;
  }

  .tw .md\:ring-opacity-50{
    --tw-ring-opacity: 0.5;
  }

  .tw .md\:ring-opacity-60{
    --tw-ring-opacity: 0.6;
  }

  .tw .md\:ring-opacity-70{
    --tw-ring-opacity: 0.7;
  }

  .tw .md\:ring-opacity-75{
    --tw-ring-opacity: 0.75;
  }

  .tw .md\:ring-opacity-80{
    --tw-ring-opacity: 0.8;
  }

  .tw .md\:ring-opacity-90{
    --tw-ring-opacity: 0.9;
  }

  .tw .md\:ring-opacity-95{
    --tw-ring-opacity: 0.95;
  }

  .tw .md\:ring-opacity-100{
    --tw-ring-opacity: 1;
  }

  .tw .md\:focus-within\:ring-opacity-0:focus-within{
    --tw-ring-opacity: 0;
  }

  .tw .md\:focus-within\:ring-opacity-5:focus-within{
    --tw-ring-opacity: 0.05;
  }

  .tw .md\:focus-within\:ring-opacity-10:focus-within{
    --tw-ring-opacity: 0.1;
  }

  .tw .md\:focus-within\:ring-opacity-15:focus-within{
    --tw-ring-opacity: 0.15;
  }

  .tw .md\:focus-within\:ring-opacity-20:focus-within{
    --tw-ring-opacity: 0.2;
  }

  .tw .md\:focus-within\:ring-opacity-25:focus-within{
    --tw-ring-opacity: 0.25;
  }

  .tw .md\:focus-within\:ring-opacity-30:focus-within{
    --tw-ring-opacity: 0.3;
  }

  .tw .md\:focus-within\:ring-opacity-40:focus-within{
    --tw-ring-opacity: 0.4;
  }

  .tw .md\:focus-within\:ring-opacity-50:focus-within{
    --tw-ring-opacity: 0.5;
  }

  .tw .md\:focus-within\:ring-opacity-60:focus-within{
    --tw-ring-opacity: 0.6;
  }

  .tw .md\:focus-within\:ring-opacity-70:focus-within{
    --tw-ring-opacity: 0.7;
  }

  .tw .md\:focus-within\:ring-opacity-75:focus-within{
    --tw-ring-opacity: 0.75;
  }

  .tw .md\:focus-within\:ring-opacity-80:focus-within{
    --tw-ring-opacity: 0.8;
  }

  .tw .md\:focus-within\:ring-opacity-90:focus-within{
    --tw-ring-opacity: 0.9;
  }

  .tw .md\:focus-within\:ring-opacity-95:focus-within{
    --tw-ring-opacity: 0.95;
  }

  .tw .md\:focus-within\:ring-opacity-100:focus-within{
    --tw-ring-opacity: 1;
  }

  .tw .md\:focus\:ring-opacity-0:focus{
    --tw-ring-opacity: 0;
  }

  .tw .md\:focus\:ring-opacity-5:focus{
    --tw-ring-opacity: 0.05;
  }

  .tw .md\:focus\:ring-opacity-10:focus{
    --tw-ring-opacity: 0.1;
  }

  .tw .md\:focus\:ring-opacity-15:focus{
    --tw-ring-opacity: 0.15;
  }

  .tw .md\:focus\:ring-opacity-20:focus{
    --tw-ring-opacity: 0.2;
  }

  .tw .md\:focus\:ring-opacity-25:focus{
    --tw-ring-opacity: 0.25;
  }

  .tw .md\:focus\:ring-opacity-30:focus{
    --tw-ring-opacity: 0.3;
  }

  .tw .md\:focus\:ring-opacity-40:focus{
    --tw-ring-opacity: 0.4;
  }

  .tw .md\:focus\:ring-opacity-50:focus{
    --tw-ring-opacity: 0.5;
  }

  .tw .md\:focus\:ring-opacity-60:focus{
    --tw-ring-opacity: 0.6;
  }

  .tw .md\:focus\:ring-opacity-70:focus{
    --tw-ring-opacity: 0.7;
  }

  .tw .md\:focus\:ring-opacity-75:focus{
    --tw-ring-opacity: 0.75;
  }

  .tw .md\:focus\:ring-opacity-80:focus{
    --tw-ring-opacity: 0.8;
  }

  .tw .md\:focus\:ring-opacity-90:focus{
    --tw-ring-opacity: 0.9;
  }

  .tw .md\:focus\:ring-opacity-95:focus{
    --tw-ring-opacity: 0.95;
  }

  .tw .md\:focus\:ring-opacity-100:focus{
    --tw-ring-opacity: 1;
  }

  .tw .md\:ring-offset-0{
    --tw-ring-offset-width: 0px;
  }

  .tw .md\:ring-offset-1{
    --tw-ring-offset-width: 1px;
  }

  .tw .md\:ring-offset-2{
    --tw-ring-offset-width: 2px;
  }

  .tw .md\:ring-offset-4{
    --tw-ring-offset-width: 4px;
  }

  .tw .md\:ring-offset-8{
    --tw-ring-offset-width: 8px;
  }

  .tw .md\:focus-within\:ring-offset-0:focus-within{
    --tw-ring-offset-width: 0px;
  }

  .tw .md\:focus-within\:ring-offset-1:focus-within{
    --tw-ring-offset-width: 1px;
  }

  .tw .md\:focus-within\:ring-offset-2:focus-within{
    --tw-ring-offset-width: 2px;
  }

  .tw .md\:focus-within\:ring-offset-4:focus-within{
    --tw-ring-offset-width: 4px;
  }

  .tw .md\:focus-within\:ring-offset-8:focus-within{
    --tw-ring-offset-width: 8px;
  }

  .tw .md\:focus\:ring-offset-0:focus{
    --tw-ring-offset-width: 0px;
  }

  .tw .md\:focus\:ring-offset-1:focus{
    --tw-ring-offset-width: 1px;
  }

  .tw .md\:focus\:ring-offset-2:focus{
    --tw-ring-offset-width: 2px;
  }

  .tw .md\:focus\:ring-offset-4:focus{
    --tw-ring-offset-width: 4px;
  }

  .tw .md\:focus\:ring-offset-8:focus{
    --tw-ring-offset-width: 8px;
  }

  .tw .md\:ring-offset-current{
    --tw-ring-offset-color: currentColor;
  }

  .tw .md\:ring-offset-transparent{
    --tw-ring-offset-color: transparent;
  }

  .tw .md\:ring-offset-white{
    --tw-ring-offset-color: #FFFFFF;
  }

  .tw .md\:ring-offset-black{
    --tw-ring-offset-color: #000000;
  }

  .tw .md\:ring-offset-gray-10{
    --tw-ring-offset-color: #F0F0F0;
  }

  .tw .md\:ring-offset-gray-20{
    --tw-ring-offset-color: #E2E2E2;
  }

  .tw .md\:ring-offset-gray-30{
    --tw-ring-offset-color: #D3D3D3;
  }

  .tw .md\:ring-offset-gray-40{
    --tw-ring-offset-color: #C5C5C5;
  }

  .tw .md\:ring-offset-gray-50{
    --tw-ring-offset-color: #B7B7B7;
  }

  .tw .md\:ring-offset-gray-60{
    --tw-ring-offset-color: #A9A9A9;
  }

  .tw .md\:ring-offset-gray-70{
    --tw-ring-offset-color: #9C9C9C;
  }

  .tw .md\:ring-offset-gray-80{
    --tw-ring-offset-color: #8E8E8E;
  }

  .tw .md\:ring-offset-gray-90{
    --tw-ring-offset-color: #818181;
  }

  .tw .md\:ring-offset-gray-100{
    --tw-ring-offset-color: #6C6D72;
  }

  .tw .md\:ring-offset-gray-200{
    --tw-ring-offset-color: #606167;
  }

  .tw .md\:ring-offset-gray-300{
    --tw-ring-offset-color: #54565B;
  }

  .tw .md\:ring-offset-gray-400{
    --tw-ring-offset-color: #494950;
  }

  .tw .md\:ring-offset-gray-500{
    --tw-ring-offset-color: #3D3D44;
  }

  .tw .md\:ring-offset-gray-600{
    --tw-ring-offset-color: #35353D;
  }

  .tw .md\:ring-offset-gray-700{
    --tw-ring-offset-color: #2D2D31;
  }

  .tw .md\:ring-offset-gray-800{
    --tw-ring-offset-color: #26252A;
  }

  .tw .md\:ring-offset-gray-850{
    --tw-ring-offset-color: #202025;
  }

  .tw .md\:ring-offset-gray-900{
    --tw-ring-offset-color: #1B1B20;
  }

  .tw .md\:ring-offset-gray-950{
    --tw-ring-offset-color: #141417;
  }

  .tw .md\:ring-offset-brand-50{
    --tw-ring-offset-color: #7FFFFF;
  }

  .tw .md\:ring-offset-brand-100{
    --tw-ring-offset-color: #57E2FF;
  }

  .tw .md\:ring-offset-brand-200{
    --tw-ring-offset-color: #20C5FF;
  }

  .tw .md\:ring-offset-brand-300{
    --tw-ring-offset-color: #00A7E7;
  }

  .tw .md\:ring-offset-brand-400{
    --tw-ring-offset-color: #008BC9;
  }

  .tw .md\:ring-offset-brand-500{
    --tw-ring-offset-color: #0070AC;
  }

  .tw .md\:ring-offset-brand-600{
    --tw-ring-offset-color: #00568F;
  }

  .tw .md\:ring-offset-brand-700{
    --tw-ring-offset-color: #003E74;
  }

  .tw .md\:ring-offset-brand-800{
    --tw-ring-offset-color: #002759;
  }

  .tw .md\:ring-offset-brand-900{
    --tw-ring-offset-color: #00123F;
  }

  .tw .md\:ring-offset-brand{
    --tw-ring-offset-color: #00BEFF;
  }

  .tw .md\:ring-offset-brand-base{
    --tw-ring-offset-color: #00BEFF;
  }

  .tw .md\:ring-offset-red-50{
    --tw-ring-offset-color: #FFCAC8;
  }

  .tw .md\:ring-offset-red-100{
    --tw-ring-offset-color: #FFABAB;
  }

  .tw .md\:ring-offset-red-200{
    --tw-ring-offset-color: #FF8E8E;
  }

  .tw .md\:ring-offset-red-300{
    --tw-ring-offset-color: #F77073;
  }

  .tw .md\:ring-offset-red-400{
    --tw-ring-offset-color: #D75359;
  }

  .tw .md\:ring-offset-red-500{
    --tw-ring-offset-color: #B63640;
  }

  .tw .md\:ring-offset-red-600{
    --tw-ring-offset-color: #961229;
  }

  .tw .md\:ring-offset-red-700{
    --tw-ring-offset-color: #770013;
  }

  .tw .md\:ring-offset-red-800{
    --tw-ring-offset-color: #590000;
  }

  .tw .md\:ring-offset-red-900{
    --tw-ring-offset-color: #410000;
  }

  .tw .md\:ring-offset-red{
    --tw-ring-offset-color: #D35056;
  }

  .tw .md\:ring-offset-red-brand{
    --tw-ring-offset-color: #FF4F4F;
  }

  .tw .md\:ring-offset-green-50{
    --tw-ring-offset-color: #8DFFCD;
  }

  .tw .md\:ring-offset-green-100{
    --tw-ring-offset-color: #6DECB0;
  }

  .tw .md\:ring-offset-green-200{
    --tw-ring-offset-color: #4CCE93;
  }

  .tw .md\:ring-offset-green-300{
    --tw-ring-offset-color: #24B077;
  }

  .tw .md\:ring-offset-green-400{
    --tw-ring-offset-color: #00935D;
  }

  .tw .md\:ring-offset-green-500{
    --tw-ring-offset-color: #007744;
  }

  .tw .md\:ring-offset-green-600{
    --tw-ring-offset-color: #005B2B;
  }

  .tw .md\:ring-offset-green-700{
    --tw-ring-offset-color: #004115;
  }

  .tw .md\:ring-offset-green-800{
    --tw-ring-offset-color: #002B00;
  }

  .tw .md\:ring-offset-green-900{
    --tw-ring-offset-color: #001B00;
  }

  .tw .md\:ring-offset-green{
    --tw-ring-offset-color: #2EB67D;
  }

  .tw .md\:ring-offset-yellow-50{
    --tw-ring-offset-color: #FFEB57;
  }

  .tw .md\:ring-offset-yellow-100{
    --tw-ring-offset-color: #FFCD37;
  }

  .tw .md\:ring-offset-yellow-200{
    --tw-ring-offset-color: #E4B009;
  }

  .tw .md\:ring-offset-yellow-300{
    --tw-ring-offset-color: #C39400;
  }

  .tw .md\:ring-offset-yellow-400{
    --tw-ring-offset-color: #A37900;
  }

  .tw .md\:ring-offset-yellow-500{
    --tw-ring-offset-color: #855F00;
  }

  .tw .md\:ring-offset-yellow-600{
    --tw-ring-offset-color: #684600;
  }

  .tw .md\:ring-offset-yellow-700{
    --tw-ring-offset-color: #4F2E00;
  }

  .tw .md\:ring-offset-yellow-800{
    --tw-ring-offset-color: #3D1600;
  }

  .tw .md\:ring-offset-yellow-900{
    --tw-ring-offset-color: #320000;
  }

  .tw .md\:ring-offset-yellow{
    --tw-ring-offset-color: #FEC72F;
  }

  .tw .md\:ring-offset-purple-50{
    --tw-ring-offset-color: #FFD8FF;
  }

  .tw .md\:ring-offset-purple-100{
    --tw-ring-offset-color: #F0BAFF;
  }

  .tw .md\:ring-offset-purple-200{
    --tw-ring-offset-color: #D09DFF;
  }

  .tw .md\:ring-offset-purple-300{
    --tw-ring-offset-color: #B180FF;
  }

  .tw .md\:ring-offset-purple-400{
    --tw-ring-offset-color: #9265E9;
  }

  .tw .md\:ring-offset-purple-500{
    --tw-ring-offset-color: #744ACB;
  }

  .tw .md\:ring-offset-purple-600{
    --tw-ring-offset-color: #5530AD;
  }

  .tw .md\:ring-offset-purple-700{
    --tw-ring-offset-color: #351690;
  }

  .tw .md\:ring-offset-purple-800{
    --tw-ring-offset-color: #090074;
  }

  .tw .md\:ring-offset-purple-900{
    --tw-ring-offset-color: #000059;
  }

  .tw .md\:ring-offset-purple{
    --tw-ring-offset-color: #A878FF;
  }

  .tw .md\:ring-offset-orange-50{
    --tw-ring-offset-color: #FFD283;
  }

  .tw .md\:ring-offset-orange-100{
    --tw-ring-offset-color: #FFB467;
  }

  .tw .md\:ring-offset-orange-200{
    --tw-ring-offset-color: #FF974B;
  }

  .tw .md\:ring-offset-orange-300{
    --tw-ring-offset-color: #F07A2F;
  }

  .tw .md\:ring-offset-orange-400{
    --tw-ring-offset-color: #CE5F11;
  }

  .tw .md\:ring-offset-orange-500{
    --tw-ring-offset-color: #AD4400;
  }

  .tw .md\:ring-offset-orange-600{
    --tw-ring-offset-color: #8D2800;
  }

  .tw .md\:ring-offset-orange-700{
    --tw-ring-offset-color: #6F0600;
  }

  .tw .md\:ring-offset-orange-800{
    --tw-ring-offset-color: #540000;
  }

  .tw .md\:ring-offset-orange-900{
    --tw-ring-offset-color: #410000;
  }

  .tw .md\:ring-offset-orange{
    --tw-ring-offset-color: #F57F34;
  }

  .tw .md\:ring-offset-surface-brand{
    --tw-ring-offset-color: #1A1A1A;
  }

  .tw .md\:ring-offset-surface-lower{
    --tw-ring-offset-color: #121314;
  }

  .tw .md\:ring-offset-surface-base{
    --tw-ring-offset-color: #1D1E1F;
  }

  .tw .md\:ring-offset-surface-low{
    --tw-ring-offset-color: #212124;
  }

  .tw .md\:ring-offset-surface-middle{
    --tw-ring-offset-color: #26262A;
  }

  .tw .md\:ring-offset-surface-upper{
    --tw-ring-offset-color: #29292E;
  }

  .tw .md\:ring-offset-surface-high{
    --tw-ring-offset-color: #343435;
  }

  .tw .md\:ring-offset-surface-higher{
    --tw-ring-offset-color: #4A4B4B;
  }

  .tw .md\:ring-offset-surface-highest{
    --tw-ring-offset-color: #616162;
  }

  .tw .md\:ring-offset-glyph-base{
    --tw-ring-offset-color: #FFFFFF;
  }

  .tw .md\:ring-offset-glyph-light{
    --tw-ring-offset-color: #C2C2C2;
  }

  .tw .md\:ring-offset-glyph-lighter{
    --tw-ring-offset-color: #969696;
  }

  .tw .md\:ring-offset-glyph-lightest{
    --tw-ring-offset-color: #505050;
  }

  .tw .md\:ring-offset-link{
    --tw-ring-offset-color: #00BEFF;
  }

  .tw .md\:ring-offset-info-error{
    --tw-ring-offset-color: #eb3341;
  }

  .tw .md\:ring-offset-info-danger{
    --tw-ring-offset-color: #F77F25;
  }

  .tw .md\:ring-offset-info-warn{
    --tw-ring-offset-color: #FFC82F;
  }

  .tw .md\:ring-offset-info-ok{
    --tw-ring-offset-color: #00974F;
  }

  .tw .md\:ring-offset-info-notice{
    --tw-ring-offset-color: #0180FF;
  }

  .tw .md\:ring-offset-accent-1{
    --tw-ring-offset-color: #FF5D69;
  }

  .tw .md\:ring-offset-accent-2{
    --tw-ring-offset-color: #07F5AF;
  }

  .tw .md\:ring-offset-accent-3{
    --tw-ring-offset-color: #04D372;
  }

  .tw .md\:ring-offset-accent-4{
    --tw-ring-offset-color: #8451F5;
  }

  .tw .md\:focus-within\:ring-offset-current:focus-within{
    --tw-ring-offset-color: currentColor;
  }

  .tw .md\:focus-within\:ring-offset-transparent:focus-within{
    --tw-ring-offset-color: transparent;
  }

  .tw .md\:focus-within\:ring-offset-white:focus-within{
    --tw-ring-offset-color: #FFFFFF;
  }

  .tw .md\:focus-within\:ring-offset-black:focus-within{
    --tw-ring-offset-color: #000000;
  }

  .tw .md\:focus-within\:ring-offset-gray-10:focus-within{
    --tw-ring-offset-color: #F0F0F0;
  }

  .tw .md\:focus-within\:ring-offset-gray-20:focus-within{
    --tw-ring-offset-color: #E2E2E2;
  }

  .tw .md\:focus-within\:ring-offset-gray-30:focus-within{
    --tw-ring-offset-color: #D3D3D3;
  }

  .tw .md\:focus-within\:ring-offset-gray-40:focus-within{
    --tw-ring-offset-color: #C5C5C5;
  }

  .tw .md\:focus-within\:ring-offset-gray-50:focus-within{
    --tw-ring-offset-color: #B7B7B7;
  }

  .tw .md\:focus-within\:ring-offset-gray-60:focus-within{
    --tw-ring-offset-color: #A9A9A9;
  }

  .tw .md\:focus-within\:ring-offset-gray-70:focus-within{
    --tw-ring-offset-color: #9C9C9C;
  }

  .tw .md\:focus-within\:ring-offset-gray-80:focus-within{
    --tw-ring-offset-color: #8E8E8E;
  }

  .tw .md\:focus-within\:ring-offset-gray-90:focus-within{
    --tw-ring-offset-color: #818181;
  }

  .tw .md\:focus-within\:ring-offset-gray-100:focus-within{
    --tw-ring-offset-color: #6C6D72;
  }

  .tw .md\:focus-within\:ring-offset-gray-200:focus-within{
    --tw-ring-offset-color: #606167;
  }

  .tw .md\:focus-within\:ring-offset-gray-300:focus-within{
    --tw-ring-offset-color: #54565B;
  }

  .tw .md\:focus-within\:ring-offset-gray-400:focus-within{
    --tw-ring-offset-color: #494950;
  }

  .tw .md\:focus-within\:ring-offset-gray-500:focus-within{
    --tw-ring-offset-color: #3D3D44;
  }

  .tw .md\:focus-within\:ring-offset-gray-600:focus-within{
    --tw-ring-offset-color: #35353D;
  }

  .tw .md\:focus-within\:ring-offset-gray-700:focus-within{
    --tw-ring-offset-color: #2D2D31;
  }

  .tw .md\:focus-within\:ring-offset-gray-800:focus-within{
    --tw-ring-offset-color: #26252A;
  }

  .tw .md\:focus-within\:ring-offset-gray-850:focus-within{
    --tw-ring-offset-color: #202025;
  }

  .tw .md\:focus-within\:ring-offset-gray-900:focus-within{
    --tw-ring-offset-color: #1B1B20;
  }

  .tw .md\:focus-within\:ring-offset-gray-950:focus-within{
    --tw-ring-offset-color: #141417;
  }

  .tw .md\:focus-within\:ring-offset-brand-50:focus-within{
    --tw-ring-offset-color: #7FFFFF;
  }

  .tw .md\:focus-within\:ring-offset-brand-100:focus-within{
    --tw-ring-offset-color: #57E2FF;
  }

  .tw .md\:focus-within\:ring-offset-brand-200:focus-within{
    --tw-ring-offset-color: #20C5FF;
  }

  .tw .md\:focus-within\:ring-offset-brand-300:focus-within{
    --tw-ring-offset-color: #00A7E7;
  }

  .tw .md\:focus-within\:ring-offset-brand-400:focus-within{
    --tw-ring-offset-color: #008BC9;
  }

  .tw .md\:focus-within\:ring-offset-brand-500:focus-within{
    --tw-ring-offset-color: #0070AC;
  }

  .tw .md\:focus-within\:ring-offset-brand-600:focus-within{
    --tw-ring-offset-color: #00568F;
  }

  .tw .md\:focus-within\:ring-offset-brand-700:focus-within{
    --tw-ring-offset-color: #003E74;
  }

  .tw .md\:focus-within\:ring-offset-brand-800:focus-within{
    --tw-ring-offset-color: #002759;
  }

  .tw .md\:focus-within\:ring-offset-brand-900:focus-within{
    --tw-ring-offset-color: #00123F;
  }

  .tw .md\:focus-within\:ring-offset-brand:focus-within{
    --tw-ring-offset-color: #00BEFF;
  }

  .tw .md\:focus-within\:ring-offset-brand-base:focus-within{
    --tw-ring-offset-color: #00BEFF;
  }

  .tw .md\:focus-within\:ring-offset-red-50:focus-within{
    --tw-ring-offset-color: #FFCAC8;
  }

  .tw .md\:focus-within\:ring-offset-red-100:focus-within{
    --tw-ring-offset-color: #FFABAB;
  }

  .tw .md\:focus-within\:ring-offset-red-200:focus-within{
    --tw-ring-offset-color: #FF8E8E;
  }

  .tw .md\:focus-within\:ring-offset-red-300:focus-within{
    --tw-ring-offset-color: #F77073;
  }

  .tw .md\:focus-within\:ring-offset-red-400:focus-within{
    --tw-ring-offset-color: #D75359;
  }

  .tw .md\:focus-within\:ring-offset-red-500:focus-within{
    --tw-ring-offset-color: #B63640;
  }

  .tw .md\:focus-within\:ring-offset-red-600:focus-within{
    --tw-ring-offset-color: #961229;
  }

  .tw .md\:focus-within\:ring-offset-red-700:focus-within{
    --tw-ring-offset-color: #770013;
  }

  .tw .md\:focus-within\:ring-offset-red-800:focus-within{
    --tw-ring-offset-color: #590000;
  }

  .tw .md\:focus-within\:ring-offset-red-900:focus-within{
    --tw-ring-offset-color: #410000;
  }

  .tw .md\:focus-within\:ring-offset-red:focus-within{
    --tw-ring-offset-color: #D35056;
  }

  .tw .md\:focus-within\:ring-offset-red-brand:focus-within{
    --tw-ring-offset-color: #FF4F4F;
  }

  .tw .md\:focus-within\:ring-offset-green-50:focus-within{
    --tw-ring-offset-color: #8DFFCD;
  }

  .tw .md\:focus-within\:ring-offset-green-100:focus-within{
    --tw-ring-offset-color: #6DECB0;
  }

  .tw .md\:focus-within\:ring-offset-green-200:focus-within{
    --tw-ring-offset-color: #4CCE93;
  }

  .tw .md\:focus-within\:ring-offset-green-300:focus-within{
    --tw-ring-offset-color: #24B077;
  }

  .tw .md\:focus-within\:ring-offset-green-400:focus-within{
    --tw-ring-offset-color: #00935D;
  }

  .tw .md\:focus-within\:ring-offset-green-500:focus-within{
    --tw-ring-offset-color: #007744;
  }

  .tw .md\:focus-within\:ring-offset-green-600:focus-within{
    --tw-ring-offset-color: #005B2B;
  }

  .tw .md\:focus-within\:ring-offset-green-700:focus-within{
    --tw-ring-offset-color: #004115;
  }

  .tw .md\:focus-within\:ring-offset-green-800:focus-within{
    --tw-ring-offset-color: #002B00;
  }

  .tw .md\:focus-within\:ring-offset-green-900:focus-within{
    --tw-ring-offset-color: #001B00;
  }

  .tw .md\:focus-within\:ring-offset-green:focus-within{
    --tw-ring-offset-color: #2EB67D;
  }

  .tw .md\:focus-within\:ring-offset-yellow-50:focus-within{
    --tw-ring-offset-color: #FFEB57;
  }

  .tw .md\:focus-within\:ring-offset-yellow-100:focus-within{
    --tw-ring-offset-color: #FFCD37;
  }

  .tw .md\:focus-within\:ring-offset-yellow-200:focus-within{
    --tw-ring-offset-color: #E4B009;
  }

  .tw .md\:focus-within\:ring-offset-yellow-300:focus-within{
    --tw-ring-offset-color: #C39400;
  }

  .tw .md\:focus-within\:ring-offset-yellow-400:focus-within{
    --tw-ring-offset-color: #A37900;
  }

  .tw .md\:focus-within\:ring-offset-yellow-500:focus-within{
    --tw-ring-offset-color: #855F00;
  }

  .tw .md\:focus-within\:ring-offset-yellow-600:focus-within{
    --tw-ring-offset-color: #684600;
  }

  .tw .md\:focus-within\:ring-offset-yellow-700:focus-within{
    --tw-ring-offset-color: #4F2E00;
  }

  .tw .md\:focus-within\:ring-offset-yellow-800:focus-within{
    --tw-ring-offset-color: #3D1600;
  }

  .tw .md\:focus-within\:ring-offset-yellow-900:focus-within{
    --tw-ring-offset-color: #320000;
  }

  .tw .md\:focus-within\:ring-offset-yellow:focus-within{
    --tw-ring-offset-color: #FEC72F;
  }

  .tw .md\:focus-within\:ring-offset-purple-50:focus-within{
    --tw-ring-offset-color: #FFD8FF;
  }

  .tw .md\:focus-within\:ring-offset-purple-100:focus-within{
    --tw-ring-offset-color: #F0BAFF;
  }

  .tw .md\:focus-within\:ring-offset-purple-200:focus-within{
    --tw-ring-offset-color: #D09DFF;
  }

  .tw .md\:focus-within\:ring-offset-purple-300:focus-within{
    --tw-ring-offset-color: #B180FF;
  }

  .tw .md\:focus-within\:ring-offset-purple-400:focus-within{
    --tw-ring-offset-color: #9265E9;
  }

  .tw .md\:focus-within\:ring-offset-purple-500:focus-within{
    --tw-ring-offset-color: #744ACB;
  }

  .tw .md\:focus-within\:ring-offset-purple-600:focus-within{
    --tw-ring-offset-color: #5530AD;
  }

  .tw .md\:focus-within\:ring-offset-purple-700:focus-within{
    --tw-ring-offset-color: #351690;
  }

  .tw .md\:focus-within\:ring-offset-purple-800:focus-within{
    --tw-ring-offset-color: #090074;
  }

  .tw .md\:focus-within\:ring-offset-purple-900:focus-within{
    --tw-ring-offset-color: #000059;
  }

  .tw .md\:focus-within\:ring-offset-purple:focus-within{
    --tw-ring-offset-color: #A878FF;
  }

  .tw .md\:focus-within\:ring-offset-orange-50:focus-within{
    --tw-ring-offset-color: #FFD283;
  }

  .tw .md\:focus-within\:ring-offset-orange-100:focus-within{
    --tw-ring-offset-color: #FFB467;
  }

  .tw .md\:focus-within\:ring-offset-orange-200:focus-within{
    --tw-ring-offset-color: #FF974B;
  }

  .tw .md\:focus-within\:ring-offset-orange-300:focus-within{
    --tw-ring-offset-color: #F07A2F;
  }

  .tw .md\:focus-within\:ring-offset-orange-400:focus-within{
    --tw-ring-offset-color: #CE5F11;
  }

  .tw .md\:focus-within\:ring-offset-orange-500:focus-within{
    --tw-ring-offset-color: #AD4400;
  }

  .tw .md\:focus-within\:ring-offset-orange-600:focus-within{
    --tw-ring-offset-color: #8D2800;
  }

  .tw .md\:focus-within\:ring-offset-orange-700:focus-within{
    --tw-ring-offset-color: #6F0600;
  }

  .tw .md\:focus-within\:ring-offset-orange-800:focus-within{
    --tw-ring-offset-color: #540000;
  }

  .tw .md\:focus-within\:ring-offset-orange-900:focus-within{
    --tw-ring-offset-color: #410000;
  }

  .tw .md\:focus-within\:ring-offset-orange:focus-within{
    --tw-ring-offset-color: #F57F34;
  }

  .tw .md\:focus-within\:ring-offset-surface-brand:focus-within{
    --tw-ring-offset-color: #1A1A1A;
  }

  .tw .md\:focus-within\:ring-offset-surface-lower:focus-within{
    --tw-ring-offset-color: #121314;
  }

  .tw .md\:focus-within\:ring-offset-surface-base:focus-within{
    --tw-ring-offset-color: #1D1E1F;
  }

  .tw .md\:focus-within\:ring-offset-surface-low:focus-within{
    --tw-ring-offset-color: #212124;
  }

  .tw .md\:focus-within\:ring-offset-surface-middle:focus-within{
    --tw-ring-offset-color: #26262A;
  }

  .tw .md\:focus-within\:ring-offset-surface-upper:focus-within{
    --tw-ring-offset-color: #29292E;
  }

  .tw .md\:focus-within\:ring-offset-surface-high:focus-within{
    --tw-ring-offset-color: #343435;
  }

  .tw .md\:focus-within\:ring-offset-surface-higher:focus-within{
    --tw-ring-offset-color: #4A4B4B;
  }

  .tw .md\:focus-within\:ring-offset-surface-highest:focus-within{
    --tw-ring-offset-color: #616162;
  }

  .tw .md\:focus-within\:ring-offset-glyph-base:focus-within{
    --tw-ring-offset-color: #FFFFFF;
  }

  .tw .md\:focus-within\:ring-offset-glyph-light:focus-within{
    --tw-ring-offset-color: #C2C2C2;
  }

  .tw .md\:focus-within\:ring-offset-glyph-lighter:focus-within{
    --tw-ring-offset-color: #969696;
  }

  .tw .md\:focus-within\:ring-offset-glyph-lightest:focus-within{
    --tw-ring-offset-color: #505050;
  }

  .tw .md\:focus-within\:ring-offset-link:focus-within{
    --tw-ring-offset-color: #00BEFF;
  }

  .tw .md\:focus-within\:ring-offset-info-error:focus-within{
    --tw-ring-offset-color: #eb3341;
  }

  .tw .md\:focus-within\:ring-offset-info-danger:focus-within{
    --tw-ring-offset-color: #F77F25;
  }

  .tw .md\:focus-within\:ring-offset-info-warn:focus-within{
    --tw-ring-offset-color: #FFC82F;
  }

  .tw .md\:focus-within\:ring-offset-info-ok:focus-within{
    --tw-ring-offset-color: #00974F;
  }

  .tw .md\:focus-within\:ring-offset-info-notice:focus-within{
    --tw-ring-offset-color: #0180FF;
  }

  .tw .md\:focus-within\:ring-offset-accent-1:focus-within{
    --tw-ring-offset-color: #FF5D69;
  }

  .tw .md\:focus-within\:ring-offset-accent-2:focus-within{
    --tw-ring-offset-color: #07F5AF;
  }

  .tw .md\:focus-within\:ring-offset-accent-3:focus-within{
    --tw-ring-offset-color: #04D372;
  }

  .tw .md\:focus-within\:ring-offset-accent-4:focus-within{
    --tw-ring-offset-color: #8451F5;
  }

  .tw .md\:focus\:ring-offset-current:focus{
    --tw-ring-offset-color: currentColor;
  }

  .tw .md\:focus\:ring-offset-transparent:focus{
    --tw-ring-offset-color: transparent;
  }

  .tw .md\:focus\:ring-offset-white:focus{
    --tw-ring-offset-color: #FFFFFF;
  }

  .tw .md\:focus\:ring-offset-black:focus{
    --tw-ring-offset-color: #000000;
  }

  .tw .md\:focus\:ring-offset-gray-10:focus{
    --tw-ring-offset-color: #F0F0F0;
  }

  .tw .md\:focus\:ring-offset-gray-20:focus{
    --tw-ring-offset-color: #E2E2E2;
  }

  .tw .md\:focus\:ring-offset-gray-30:focus{
    --tw-ring-offset-color: #D3D3D3;
  }

  .tw .md\:focus\:ring-offset-gray-40:focus{
    --tw-ring-offset-color: #C5C5C5;
  }

  .tw .md\:focus\:ring-offset-gray-50:focus{
    --tw-ring-offset-color: #B7B7B7;
  }

  .tw .md\:focus\:ring-offset-gray-60:focus{
    --tw-ring-offset-color: #A9A9A9;
  }

  .tw .md\:focus\:ring-offset-gray-70:focus{
    --tw-ring-offset-color: #9C9C9C;
  }

  .tw .md\:focus\:ring-offset-gray-80:focus{
    --tw-ring-offset-color: #8E8E8E;
  }

  .tw .md\:focus\:ring-offset-gray-90:focus{
    --tw-ring-offset-color: #818181;
  }

  .tw .md\:focus\:ring-offset-gray-100:focus{
    --tw-ring-offset-color: #6C6D72;
  }

  .tw .md\:focus\:ring-offset-gray-200:focus{
    --tw-ring-offset-color: #606167;
  }

  .tw .md\:focus\:ring-offset-gray-300:focus{
    --tw-ring-offset-color: #54565B;
  }

  .tw .md\:focus\:ring-offset-gray-400:focus{
    --tw-ring-offset-color: #494950;
  }

  .tw .md\:focus\:ring-offset-gray-500:focus{
    --tw-ring-offset-color: #3D3D44;
  }

  .tw .md\:focus\:ring-offset-gray-600:focus{
    --tw-ring-offset-color: #35353D;
  }

  .tw .md\:focus\:ring-offset-gray-700:focus{
    --tw-ring-offset-color: #2D2D31;
  }

  .tw .md\:focus\:ring-offset-gray-800:focus{
    --tw-ring-offset-color: #26252A;
  }

  .tw .md\:focus\:ring-offset-gray-850:focus{
    --tw-ring-offset-color: #202025;
  }

  .tw .md\:focus\:ring-offset-gray-900:focus{
    --tw-ring-offset-color: #1B1B20;
  }

  .tw .md\:focus\:ring-offset-gray-950:focus{
    --tw-ring-offset-color: #141417;
  }

  .tw .md\:focus\:ring-offset-brand-50:focus{
    --tw-ring-offset-color: #7FFFFF;
  }

  .tw .md\:focus\:ring-offset-brand-100:focus{
    --tw-ring-offset-color: #57E2FF;
  }

  .tw .md\:focus\:ring-offset-brand-200:focus{
    --tw-ring-offset-color: #20C5FF;
  }

  .tw .md\:focus\:ring-offset-brand-300:focus{
    --tw-ring-offset-color: #00A7E7;
  }

  .tw .md\:focus\:ring-offset-brand-400:focus{
    --tw-ring-offset-color: #008BC9;
  }

  .tw .md\:focus\:ring-offset-brand-500:focus{
    --tw-ring-offset-color: #0070AC;
  }

  .tw .md\:focus\:ring-offset-brand-600:focus{
    --tw-ring-offset-color: #00568F;
  }

  .tw .md\:focus\:ring-offset-brand-700:focus{
    --tw-ring-offset-color: #003E74;
  }

  .tw .md\:focus\:ring-offset-brand-800:focus{
    --tw-ring-offset-color: #002759;
  }

  .tw .md\:focus\:ring-offset-brand-900:focus{
    --tw-ring-offset-color: #00123F;
  }

  .tw .md\:focus\:ring-offset-brand:focus{
    --tw-ring-offset-color: #00BEFF;
  }

  .tw .md\:focus\:ring-offset-brand-base:focus{
    --tw-ring-offset-color: #00BEFF;
  }

  .tw .md\:focus\:ring-offset-red-50:focus{
    --tw-ring-offset-color: #FFCAC8;
  }

  .tw .md\:focus\:ring-offset-red-100:focus{
    --tw-ring-offset-color: #FFABAB;
  }

  .tw .md\:focus\:ring-offset-red-200:focus{
    --tw-ring-offset-color: #FF8E8E;
  }

  .tw .md\:focus\:ring-offset-red-300:focus{
    --tw-ring-offset-color: #F77073;
  }

  .tw .md\:focus\:ring-offset-red-400:focus{
    --tw-ring-offset-color: #D75359;
  }

  .tw .md\:focus\:ring-offset-red-500:focus{
    --tw-ring-offset-color: #B63640;
  }

  .tw .md\:focus\:ring-offset-red-600:focus{
    --tw-ring-offset-color: #961229;
  }

  .tw .md\:focus\:ring-offset-red-700:focus{
    --tw-ring-offset-color: #770013;
  }

  .tw .md\:focus\:ring-offset-red-800:focus{
    --tw-ring-offset-color: #590000;
  }

  .tw .md\:focus\:ring-offset-red-900:focus{
    --tw-ring-offset-color: #410000;
  }

  .tw .md\:focus\:ring-offset-red:focus{
    --tw-ring-offset-color: #D35056;
  }

  .tw .md\:focus\:ring-offset-red-brand:focus{
    --tw-ring-offset-color: #FF4F4F;
  }

  .tw .md\:focus\:ring-offset-green-50:focus{
    --tw-ring-offset-color: #8DFFCD;
  }

  .tw .md\:focus\:ring-offset-green-100:focus{
    --tw-ring-offset-color: #6DECB0;
  }

  .tw .md\:focus\:ring-offset-green-200:focus{
    --tw-ring-offset-color: #4CCE93;
  }

  .tw .md\:focus\:ring-offset-green-300:focus{
    --tw-ring-offset-color: #24B077;
  }

  .tw .md\:focus\:ring-offset-green-400:focus{
    --tw-ring-offset-color: #00935D;
  }

  .tw .md\:focus\:ring-offset-green-500:focus{
    --tw-ring-offset-color: #007744;
  }

  .tw .md\:focus\:ring-offset-green-600:focus{
    --tw-ring-offset-color: #005B2B;
  }

  .tw .md\:focus\:ring-offset-green-700:focus{
    --tw-ring-offset-color: #004115;
  }

  .tw .md\:focus\:ring-offset-green-800:focus{
    --tw-ring-offset-color: #002B00;
  }

  .tw .md\:focus\:ring-offset-green-900:focus{
    --tw-ring-offset-color: #001B00;
  }

  .tw .md\:focus\:ring-offset-green:focus{
    --tw-ring-offset-color: #2EB67D;
  }

  .tw .md\:focus\:ring-offset-yellow-50:focus{
    --tw-ring-offset-color: #FFEB57;
  }

  .tw .md\:focus\:ring-offset-yellow-100:focus{
    --tw-ring-offset-color: #FFCD37;
  }

  .tw .md\:focus\:ring-offset-yellow-200:focus{
    --tw-ring-offset-color: #E4B009;
  }

  .tw .md\:focus\:ring-offset-yellow-300:focus{
    --tw-ring-offset-color: #C39400;
  }

  .tw .md\:focus\:ring-offset-yellow-400:focus{
    --tw-ring-offset-color: #A37900;
  }

  .tw .md\:focus\:ring-offset-yellow-500:focus{
    --tw-ring-offset-color: #855F00;
  }

  .tw .md\:focus\:ring-offset-yellow-600:focus{
    --tw-ring-offset-color: #684600;
  }

  .tw .md\:focus\:ring-offset-yellow-700:focus{
    --tw-ring-offset-color: #4F2E00;
  }

  .tw .md\:focus\:ring-offset-yellow-800:focus{
    --tw-ring-offset-color: #3D1600;
  }

  .tw .md\:focus\:ring-offset-yellow-900:focus{
    --tw-ring-offset-color: #320000;
  }

  .tw .md\:focus\:ring-offset-yellow:focus{
    --tw-ring-offset-color: #FEC72F;
  }

  .tw .md\:focus\:ring-offset-purple-50:focus{
    --tw-ring-offset-color: #FFD8FF;
  }

  .tw .md\:focus\:ring-offset-purple-100:focus{
    --tw-ring-offset-color: #F0BAFF;
  }

  .tw .md\:focus\:ring-offset-purple-200:focus{
    --tw-ring-offset-color: #D09DFF;
  }

  .tw .md\:focus\:ring-offset-purple-300:focus{
    --tw-ring-offset-color: #B180FF;
  }

  .tw .md\:focus\:ring-offset-purple-400:focus{
    --tw-ring-offset-color: #9265E9;
  }

  .tw .md\:focus\:ring-offset-purple-500:focus{
    --tw-ring-offset-color: #744ACB;
  }

  .tw .md\:focus\:ring-offset-purple-600:focus{
    --tw-ring-offset-color: #5530AD;
  }

  .tw .md\:focus\:ring-offset-purple-700:focus{
    --tw-ring-offset-color: #351690;
  }

  .tw .md\:focus\:ring-offset-purple-800:focus{
    --tw-ring-offset-color: #090074;
  }

  .tw .md\:focus\:ring-offset-purple-900:focus{
    --tw-ring-offset-color: #000059;
  }

  .tw .md\:focus\:ring-offset-purple:focus{
    --tw-ring-offset-color: #A878FF;
  }

  .tw .md\:focus\:ring-offset-orange-50:focus{
    --tw-ring-offset-color: #FFD283;
  }

  .tw .md\:focus\:ring-offset-orange-100:focus{
    --tw-ring-offset-color: #FFB467;
  }

  .tw .md\:focus\:ring-offset-orange-200:focus{
    --tw-ring-offset-color: #FF974B;
  }

  .tw .md\:focus\:ring-offset-orange-300:focus{
    --tw-ring-offset-color: #F07A2F;
  }

  .tw .md\:focus\:ring-offset-orange-400:focus{
    --tw-ring-offset-color: #CE5F11;
  }

  .tw .md\:focus\:ring-offset-orange-500:focus{
    --tw-ring-offset-color: #AD4400;
  }

  .tw .md\:focus\:ring-offset-orange-600:focus{
    --tw-ring-offset-color: #8D2800;
  }

  .tw .md\:focus\:ring-offset-orange-700:focus{
    --tw-ring-offset-color: #6F0600;
  }

  .tw .md\:focus\:ring-offset-orange-800:focus{
    --tw-ring-offset-color: #540000;
  }

  .tw .md\:focus\:ring-offset-orange-900:focus{
    --tw-ring-offset-color: #410000;
  }

  .tw .md\:focus\:ring-offset-orange:focus{
    --tw-ring-offset-color: #F57F34;
  }

  .tw .md\:focus\:ring-offset-surface-brand:focus{
    --tw-ring-offset-color: #1A1A1A;
  }

  .tw .md\:focus\:ring-offset-surface-lower:focus{
    --tw-ring-offset-color: #121314;
  }

  .tw .md\:focus\:ring-offset-surface-base:focus{
    --tw-ring-offset-color: #1D1E1F;
  }

  .tw .md\:focus\:ring-offset-surface-low:focus{
    --tw-ring-offset-color: #212124;
  }

  .tw .md\:focus\:ring-offset-surface-middle:focus{
    --tw-ring-offset-color: #26262A;
  }

  .tw .md\:focus\:ring-offset-surface-upper:focus{
    --tw-ring-offset-color: #29292E;
  }

  .tw .md\:focus\:ring-offset-surface-high:focus{
    --tw-ring-offset-color: #343435;
  }

  .tw .md\:focus\:ring-offset-surface-higher:focus{
    --tw-ring-offset-color: #4A4B4B;
  }

  .tw .md\:focus\:ring-offset-surface-highest:focus{
    --tw-ring-offset-color: #616162;
  }

  .tw .md\:focus\:ring-offset-glyph-base:focus{
    --tw-ring-offset-color: #FFFFFF;
  }

  .tw .md\:focus\:ring-offset-glyph-light:focus{
    --tw-ring-offset-color: #C2C2C2;
  }

  .tw .md\:focus\:ring-offset-glyph-lighter:focus{
    --tw-ring-offset-color: #969696;
  }

  .tw .md\:focus\:ring-offset-glyph-lightest:focus{
    --tw-ring-offset-color: #505050;
  }

  .tw .md\:focus\:ring-offset-link:focus{
    --tw-ring-offset-color: #00BEFF;
  }

  .tw .md\:focus\:ring-offset-info-error:focus{
    --tw-ring-offset-color: #eb3341;
  }

  .tw .md\:focus\:ring-offset-info-danger:focus{
    --tw-ring-offset-color: #F77F25;
  }

  .tw .md\:focus\:ring-offset-info-warn:focus{
    --tw-ring-offset-color: #FFC82F;
  }

  .tw .md\:focus\:ring-offset-info-ok:focus{
    --tw-ring-offset-color: #00974F;
  }

  .tw .md\:focus\:ring-offset-info-notice:focus{
    --tw-ring-offset-color: #0180FF;
  }

  .tw .md\:focus\:ring-offset-accent-1:focus{
    --tw-ring-offset-color: #FF5D69;
  }

  .tw .md\:focus\:ring-offset-accent-2:focus{
    --tw-ring-offset-color: #07F5AF;
  }

  .tw .md\:focus\:ring-offset-accent-3:focus{
    --tw-ring-offset-color: #04D372;
  }

  .tw .md\:focus\:ring-offset-accent-4:focus{
    --tw-ring-offset-color: #8451F5;
  }

  .tw .md\:filter{
    --tw-blur: var(--tw-empty,/*!*/ /*!*/);
    --tw-brightness: var(--tw-empty,/*!*/ /*!*/);
    --tw-contrast: var(--tw-empty,/*!*/ /*!*/);
    --tw-grayscale: var(--tw-empty,/*!*/ /*!*/);
    --tw-hue-rotate: var(--tw-empty,/*!*/ /*!*/);
    --tw-invert: var(--tw-empty,/*!*/ /*!*/);
    --tw-saturate: var(--tw-empty,/*!*/ /*!*/);
    --tw-sepia: var(--tw-empty,/*!*/ /*!*/);
    --tw-drop-shadow: var(--tw-empty,/*!*/ /*!*/);
    filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
  }

  .tw .md\:filter-none{
    filter: none;
  }

  .tw .md\:blur-0{
    --tw-blur: blur(0);
  }

  .tw .md\:blur-none{
    --tw-blur: blur(0);
  }

  .tw .md\:blur-sm{
    --tw-blur: blur(4px);
  }

  .tw .md\:blur{
    --tw-blur: blur(8px);
  }

  .tw .md\:blur-md{
    --tw-blur: blur(12px);
  }

  .tw .md\:blur-lg{
    --tw-blur: blur(16px);
  }

  .tw .md\:blur-xl{
    --tw-blur: blur(24px);
  }

  .tw .md\:blur-2xl{
    --tw-blur: blur(40px);
  }

  .tw .md\:blur-3xl{
    --tw-blur: blur(64px);
  }

  .tw .md\:brightness-0{
    --tw-brightness: brightness(0);
  }

  .tw .md\:brightness-50{
    --tw-brightness: brightness(.5);
  }

  .tw .md\:brightness-75{
    --tw-brightness: brightness(.75);
  }

  .tw .md\:brightness-90{
    --tw-brightness: brightness(.9);
  }

  .tw .md\:brightness-95{
    --tw-brightness: brightness(.95);
  }

  .tw .md\:brightness-100{
    --tw-brightness: brightness(1);
  }

  .tw .md\:brightness-105{
    --tw-brightness: brightness(1.05);
  }

  .tw .md\:brightness-110{
    --tw-brightness: brightness(1.1);
  }

  .tw .md\:brightness-125{
    --tw-brightness: brightness(1.25);
  }

  .tw .md\:brightness-150{
    --tw-brightness: brightness(1.5);
  }

  .tw .md\:brightness-200{
    --tw-brightness: brightness(2);
  }

  .tw .md\:contrast-0{
    --tw-contrast: contrast(0);
  }

  .tw .md\:contrast-50{
    --tw-contrast: contrast(.5);
  }

  .tw .md\:contrast-75{
    --tw-contrast: contrast(.75);
  }

  .tw .md\:contrast-100{
    --tw-contrast: contrast(1);
  }

  .tw .md\:contrast-125{
    --tw-contrast: contrast(1.25);
  }

  .tw .md\:contrast-150{
    --tw-contrast: contrast(1.5);
  }

  .tw .md\:contrast-200{
    --tw-contrast: contrast(2);
  }

  .tw .md\:drop-shadow-sm{
    --tw-drop-shadow: drop-shadow(0 1px 1px rgba(0,0,0,0.05));
  }

  .tw .md\: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));
  }

  .tw .md\: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));
  }

  .tw .md\: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));
  }

  .tw .md\: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));
  }

  .tw .md\:drop-shadow-2xl{
    --tw-drop-shadow: drop-shadow(0 25px 25px rgba(0, 0, 0, 0.15));
  }

  .tw .md\:drop-shadow-none{
    --tw-drop-shadow: drop-shadow(0 0 #0000);
  }

  .tw .md\:grayscale-0{
    --tw-grayscale: grayscale(0);
  }

  .tw .md\:grayscale{
    --tw-grayscale: grayscale(100%);
  }

  .tw .md\:hue-rotate-0{
    --tw-hue-rotate: hue-rotate(0deg);
  }

  .tw .md\:hue-rotate-15{
    --tw-hue-rotate: hue-rotate(15deg);
  }

  .tw .md\:hue-rotate-30{
    --tw-hue-rotate: hue-rotate(30deg);
  }

  .tw .md\:hue-rotate-60{
    --tw-hue-rotate: hue-rotate(60deg);
  }

  .tw .md\:hue-rotate-90{
    --tw-hue-rotate: hue-rotate(90deg);
  }

  .tw .md\:hue-rotate-180{
    --tw-hue-rotate: hue-rotate(180deg);
  }

  .tw .md\:-hue-rotate-180{
    --tw-hue-rotate: hue-rotate(-180deg);
  }

  .tw .md\:-hue-rotate-90{
    --tw-hue-rotate: hue-rotate(-90deg);
  }

  .tw .md\:-hue-rotate-60{
    --tw-hue-rotate: hue-rotate(-60deg);
  }

  .tw .md\:-hue-rotate-30{
    --tw-hue-rotate: hue-rotate(-30deg);
  }

  .tw .md\:-hue-rotate-15{
    --tw-hue-rotate: hue-rotate(-15deg);
  }

  .tw .md\:invert-0{
    --tw-invert: invert(0);
  }

  .tw .md\:invert{
    --tw-invert: invert(100%);
  }

  .tw .md\:saturate-0{
    --tw-saturate: saturate(0);
  }

  .tw .md\:saturate-50{
    --tw-saturate: saturate(.5);
  }

  .tw .md\:saturate-100{
    --tw-saturate: saturate(1);
  }

  .tw .md\:saturate-150{
    --tw-saturate: saturate(1.5);
  }

  .tw .md\:saturate-200{
    --tw-saturate: saturate(2);
  }

  .tw .md\:sepia-0{
    --tw-sepia: sepia(0);
  }

  .tw .md\:sepia{
    --tw-sepia: sepia(100%);
  }

  .tw .md\: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);
  }

  .tw .md\:backdrop-filter-none{
    -webkit-backdrop-filter: none;
            backdrop-filter: none;
  }

  .tw .md\:backdrop-blur-0{
    --tw-backdrop-blur: blur(0);
  }

  .tw .md\:backdrop-blur-none{
    --tw-backdrop-blur: blur(0);
  }

  .tw .md\:backdrop-blur-sm{
    --tw-backdrop-blur: blur(4px);
  }

  .tw .md\:backdrop-blur{
    --tw-backdrop-blur: blur(8px);
  }

  .tw .md\:backdrop-blur-md{
    --tw-backdrop-blur: blur(12px);
  }

  .tw .md\:backdrop-blur-lg{
    --tw-backdrop-blur: blur(16px);
  }

  .tw .md\:backdrop-blur-xl{
    --tw-backdrop-blur: blur(24px);
  }

  .tw .md\:backdrop-blur-2xl{
    --tw-backdrop-blur: blur(40px);
  }

  .tw .md\:backdrop-blur-3xl{
    --tw-backdrop-blur: blur(64px);
  }

  .tw .md\:backdrop-brightness-0{
    --tw-backdrop-brightness: brightness(0);
  }

  .tw .md\:backdrop-brightness-50{
    --tw-backdrop-brightness: brightness(.5);
  }

  .tw .md\:backdrop-brightness-75{
    --tw-backdrop-brightness: brightness(.75);
  }

  .tw .md\:backdrop-brightness-90{
    --tw-backdrop-brightness: brightness(.9);
  }

  .tw .md\:backdrop-brightness-95{
    --tw-backdrop-brightness: brightness(.95);
  }

  .tw .md\:backdrop-brightness-100{
    --tw-backdrop-brightness: brightness(1);
  }

  .tw .md\:backdrop-brightness-105{
    --tw-backdrop-brightness: brightness(1.05);
  }

  .tw .md\:backdrop-brightness-110{
    --tw-backdrop-brightness: brightness(1.1);
  }

  .tw .md\:backdrop-brightness-125{
    --tw-backdrop-brightness: brightness(1.25);
  }

  .tw .md\:backdrop-brightness-150{
    --tw-backdrop-brightness: brightness(1.5);
  }

  .tw .md\:backdrop-brightness-200{
    --tw-backdrop-brightness: brightness(2);
  }

  .tw .md\:backdrop-contrast-0{
    --tw-backdrop-contrast: contrast(0);
  }

  .tw .md\:backdrop-contrast-50{
    --tw-backdrop-contrast: contrast(.5);
  }

  .tw .md\:backdrop-contrast-75{
    --tw-backdrop-contrast: contrast(.75);
  }

  .tw .md\:backdrop-contrast-100{
    --tw-backdrop-contrast: contrast(1);
  }

  .tw .md\:backdrop-contrast-125{
    --tw-backdrop-contrast: contrast(1.25);
  }

  .tw .md\:backdrop-contrast-150{
    --tw-backdrop-contrast: contrast(1.5);
  }

  .tw .md\:backdrop-contrast-200{
    --tw-backdrop-contrast: contrast(2);
  }

  .tw .md\:backdrop-grayscale-0{
    --tw-backdrop-grayscale: grayscale(0);
  }

  .tw .md\:backdrop-grayscale{
    --tw-backdrop-grayscale: grayscale(100%);
  }

  .tw .md\:backdrop-hue-rotate-0{
    --tw-backdrop-hue-rotate: hue-rotate(0deg);
  }

  .tw .md\:backdrop-hue-rotate-15{
    --tw-backdrop-hue-rotate: hue-rotate(15deg);
  }

  .tw .md\:backdrop-hue-rotate-30{
    --tw-backdrop-hue-rotate: hue-rotate(30deg);
  }

  .tw .md\:backdrop-hue-rotate-60{
    --tw-backdrop-hue-rotate: hue-rotate(60deg);
  }

  .tw .md\:backdrop-hue-rotate-90{
    --tw-backdrop-hue-rotate: hue-rotate(90deg);
  }

  .tw .md\:backdrop-hue-rotate-180{
    --tw-backdrop-hue-rotate: hue-rotate(180deg);
  }

  .tw .md\:-backdrop-hue-rotate-180{
    --tw-backdrop-hue-rotate: hue-rotate(-180deg);
  }

  .tw .md\:-backdrop-hue-rotate-90{
    --tw-backdrop-hue-rotate: hue-rotate(-90deg);
  }

  .tw .md\:-backdrop-hue-rotate-60{
    --tw-backdrop-hue-rotate: hue-rotate(-60deg);
  }

  .tw .md\:-backdrop-hue-rotate-30{
    --tw-backdrop-hue-rotate: hue-rotate(-30deg);
  }

  .tw .md\:-backdrop-hue-rotate-15{
    --tw-backdrop-hue-rotate: hue-rotate(-15deg);
  }

  .tw .md\:backdrop-invert-0{
    --tw-backdrop-invert: invert(0);
  }

  .tw .md\:backdrop-invert{
    --tw-backdrop-invert: invert(100%);
  }

  .tw .md\:backdrop-opacity-0{
    --tw-backdrop-opacity: opacity(0);
  }

  .tw .md\:backdrop-opacity-5{
    --tw-backdrop-opacity: opacity(0.05);
  }

  .tw .md\:backdrop-opacity-10{
    --tw-backdrop-opacity: opacity(0.1);
  }

  .tw .md\:backdrop-opacity-15{
    --tw-backdrop-opacity: opacity(0.15);
  }

  .tw .md\:backdrop-opacity-20{
    --tw-backdrop-opacity: opacity(0.2);
  }

  .tw .md\:backdrop-opacity-25{
    --tw-backdrop-opacity: opacity(0.25);
  }

  .tw .md\:backdrop-opacity-30{
    --tw-backdrop-opacity: opacity(0.3);
  }

  .tw .md\:backdrop-opacity-40{
    --tw-backdrop-opacity: opacity(0.4);
  }

  .tw .md\:backdrop-opacity-50{
    --tw-backdrop-opacity: opacity(0.5);
  }

  .tw .md\:backdrop-opacity-60{
    --tw-backdrop-opacity: opacity(0.6);
  }

  .tw .md\:backdrop-opacity-70{
    --tw-backdrop-opacity: opacity(0.7);
  }

  .tw .md\:backdrop-opacity-75{
    --tw-backdrop-opacity: opacity(0.75);
  }

  .tw .md\:backdrop-opacity-80{
    --tw-backdrop-opacity: opacity(0.8);
  }

  .tw .md\:backdrop-opacity-90{
    --tw-backdrop-opacity: opacity(0.9);
  }

  .tw .md\:backdrop-opacity-95{
    --tw-backdrop-opacity: opacity(0.95);
  }

  .tw .md\:backdrop-opacity-100{
    --tw-backdrop-opacity: opacity(1);
  }

  .tw .md\:backdrop-saturate-0{
    --tw-backdrop-saturate: saturate(0);
  }

  .tw .md\:backdrop-saturate-50{
    --tw-backdrop-saturate: saturate(.5);
  }

  .tw .md\:backdrop-saturate-100{
    --tw-backdrop-saturate: saturate(1);
  }

  .tw .md\:backdrop-saturate-150{
    --tw-backdrop-saturate: saturate(1.5);
  }

  .tw .md\:backdrop-saturate-200{
    --tw-backdrop-saturate: saturate(2);
  }

  .tw .md\:backdrop-sepia-0{
    --tw-backdrop-sepia: sepia(0);
  }

  .tw .md\:backdrop-sepia{
    --tw-backdrop-sepia: sepia(100%);
  }

  .tw .md\:transition-none{
    transition-property: none;
  }

  .tw .md\:transition-all{
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }

  .tw .md\:transition{
    transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
    transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
    transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }

  .tw .md\:transition-colors{
    transition-property: background-color, border-color, color, fill, stroke;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }

  .tw .md\:transition-opacity{
    transition-property: opacity;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }

  .tw .md\:transition-shadow{
    transition-property: box-shadow;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }

  .tw .md\:transition-transform{
    transition-property: transform;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }

  .tw .md\:delay-75{
    transition-delay: 75ms;
  }

  .tw .md\:delay-100{
    transition-delay: 100ms;
  }

  .tw .md\:delay-150{
    transition-delay: 150ms;
  }

  .tw .md\:delay-200{
    transition-delay: 200ms;
  }

  .tw .md\:delay-300{
    transition-delay: 300ms;
  }

  .tw .md\:delay-500{
    transition-delay: 500ms;
  }

  .tw .md\:delay-700{
    transition-delay: 700ms;
  }

  .tw .md\:delay-1000{
    transition-delay: 1000ms;
  }

  .tw .md\:duration-75{
    transition-duration: 75ms;
  }

  .tw .md\:duration-100{
    transition-duration: 100ms;
  }

  .tw .md\:duration-150{
    transition-duration: 150ms;
  }

  .tw .md\:duration-200{
    transition-duration: 200ms;
  }

  .tw .md\:duration-300{
    transition-duration: 300ms;
  }

  .tw .md\:duration-500{
    transition-duration: 500ms;
  }

  .tw .md\:duration-700{
    transition-duration: 700ms;
  }

  .tw .md\:duration-1000{
    transition-duration: 1000ms;
  }

  .tw .md\:ease-linear{
    transition-timing-function: linear;
  }

  .tw .md\:ease-in{
    transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
  }

  .tw .md\:ease-out{
    transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
  }

  .tw .md\:ease-in-out{
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  }

  .tw .md\:ease-in-out-back{
    transition-timing-function: cubic-bezier(0.68, -0.6, 0.32, 1.6);
  }

  .tw .md\:ease-in-back{
    transition-timing-function: cubic-bezier(0.36, 0, 0.66, -0.56);
  }

  .tw .md\:ease-out-back{
    transition-timing-function: cubic-bezier(0.34, 1.56, 0.64, 1);
  }

  .tw .md\:spacing-x-1px > :not(:last-child){
    margin-right: 1px;
  }

  .tw .md\:spacing-y-1px > :not(:last-child){
    margin-bottom: 1px;
  }

  .tw .md\:-spacing-x-1px > :not(:last-child){
    margin-right: -1px;
  }

  .tw .md\:-spacing-y-1px > :not(:last-child){
    margin-bottom: -1px;
  }

  .tw .md\:spacing-x-2px > :not(:last-child){
    margin-right: 2px;
  }

  .tw .md\:spacing-y-2px > :not(:last-child){
    margin-bottom: 2px;
  }

  .tw .md\:-spacing-x-2px > :not(:last-child){
    margin-right: -2px;
  }

  .tw .md\:-spacing-y-2px > :not(:last-child){
    margin-bottom: -2px;
  }

  .tw .md\:spacing-x-3px > :not(:last-child){
    margin-right: 3px;
  }

  .tw .md\:spacing-y-3px > :not(:last-child){
    margin-bottom: 3px;
  }

  .tw .md\:-spacing-x-3px > :not(:last-child){
    margin-right: -3px;
  }

  .tw .md\:-spacing-y-3px > :not(:last-child){
    margin-bottom: -3px;
  }

  .tw .md\:spacing-x-4px > :not(:last-child){
    margin-right: 4px;
  }

  .tw .md\:spacing-y-4px > :not(:last-child){
    margin-bottom: 4px;
  }

  .tw .md\:-spacing-x-4px > :not(:last-child){
    margin-right: -4px;
  }

  .tw .md\:-spacing-y-4px > :not(:last-child){
    margin-bottom: -4px;
  }

  .tw .md\:spacing-x-5px > :not(:last-child){
    margin-right: 5px;
  }

  .tw .md\:spacing-y-5px > :not(:last-child){
    margin-bottom: 5px;
  }

  .tw .md\:-spacing-x-5px > :not(:last-child){
    margin-right: -5px;
  }

  .tw .md\:-spacing-y-5px > :not(:last-child){
    margin-bottom: -5px;
  }

  .tw .md\:spacing-x-6px > :not(:last-child){
    margin-right: 6px;
  }

  .tw .md\:spacing-y-6px > :not(:last-child){
    margin-bottom: 6px;
  }

  .tw .md\:-spacing-x-6px > :not(:last-child){
    margin-right: -6px;
  }

  .tw .md\:-spacing-y-6px > :not(:last-child){
    margin-bottom: -6px;
  }

  .tw .md\:spacing-x-7px > :not(:last-child){
    margin-right: 7px;
  }

  .tw .md\:spacing-y-7px > :not(:last-child){
    margin-bottom: 7px;
  }

  .tw .md\:-spacing-x-7px > :not(:last-child){
    margin-right: -7px;
  }

  .tw .md\:-spacing-y-7px > :not(:last-child){
    margin-bottom: -7px;
  }

  .tw .md\:spacing-x-8px > :not(:last-child){
    margin-right: 8px;
  }

  .tw .md\:spacing-y-8px > :not(:last-child){
    margin-bottom: 8px;
  }

  .tw .md\:-spacing-x-8px > :not(:last-child){
    margin-right: -8px;
  }

  .tw .md\:-spacing-y-8px > :not(:last-child){
    margin-bottom: -8px;
  }

  .tw .md\:spacing-x-9px > :not(:last-child){
    margin-right: 9px;
  }

  .tw .md\:spacing-y-9px > :not(:last-child){
    margin-bottom: 9px;
  }

  .tw .md\:-spacing-x-9px > :not(:last-child){
    margin-right: -9px;
  }

  .tw .md\:-spacing-y-9px > :not(:last-child){
    margin-bottom: -9px;
  }

  .tw .md\:spacing-x-10px > :not(:last-child){
    margin-right: 10px;
  }

  .tw .md\:spacing-y-10px > :not(:last-child){
    margin-bottom: 10px;
  }

  .tw .md\:-spacing-x-10px > :not(:last-child){
    margin-right: -10px;
  }

  .tw .md\:-spacing-y-10px > :not(:last-child){
    margin-bottom: -10px;
  }

  .tw .md\:spacing-x-11px > :not(:last-child){
    margin-right: 11px;
  }

  .tw .md\:spacing-y-11px > :not(:last-child){
    margin-bottom: 11px;
  }

  .tw .md\:-spacing-x-11px > :not(:last-child){
    margin-right: -11px;
  }

  .tw .md\:-spacing-y-11px > :not(:last-child){
    margin-bottom: -11px;
  }

  .tw .md\:spacing-x-12px > :not(:last-child){
    margin-right: 12px;
  }

  .tw .md\:spacing-y-12px > :not(:last-child){
    margin-bottom: 12px;
  }

  .tw .md\:-spacing-x-12px > :not(:last-child){
    margin-right: -12px;
  }

  .tw .md\:-spacing-y-12px > :not(:last-child){
    margin-bottom: -12px;
  }

  .tw .md\:spacing-x-13px > :not(:last-child){
    margin-right: 13px;
  }

  .tw .md\:spacing-y-13px > :not(:last-child){
    margin-bottom: 13px;
  }

  .tw .md\:-spacing-x-13px > :not(:last-child){
    margin-right: -13px;
  }

  .tw .md\:-spacing-y-13px > :not(:last-child){
    margin-bottom: -13px;
  }

  .tw .md\:spacing-x-14px > :not(:last-child){
    margin-right: 14px;
  }

  .tw .md\:spacing-y-14px > :not(:last-child){
    margin-bottom: 14px;
  }

  .tw .md\:-spacing-x-14px > :not(:last-child){
    margin-right: -14px;
  }

  .tw .md\:-spacing-y-14px > :not(:last-child){
    margin-bottom: -14px;
  }

  .tw .md\:spacing-x-15px > :not(:last-child){
    margin-right: 15px;
  }

  .tw .md\:spacing-y-15px > :not(:last-child){
    margin-bottom: 15px;
  }

  .tw .md\:-spacing-x-15px > :not(:last-child){
    margin-right: -15px;
  }

  .tw .md\:-spacing-y-15px > :not(:last-child){
    margin-bottom: -15px;
  }

  .tw .md\:spacing-x-16px > :not(:last-child){
    margin-right: 16px;
  }

  .tw .md\:spacing-y-16px > :not(:last-child){
    margin-bottom: 16px;
  }

  .tw .md\:-spacing-x-16px > :not(:last-child){
    margin-right: -16px;
  }

  .tw .md\:-spacing-y-16px > :not(:last-child){
    margin-bottom: -16px;
  }

  .tw .md\:spacing-x-17px > :not(:last-child){
    margin-right: 17px;
  }

  .tw .md\:spacing-y-17px > :not(:last-child){
    margin-bottom: 17px;
  }

  .tw .md\:-spacing-x-17px > :not(:last-child){
    margin-right: -17px;
  }

  .tw .md\:-spacing-y-17px > :not(:last-child){
    margin-bottom: -17px;
  }

  .tw .md\:spacing-x-18px > :not(:last-child){
    margin-right: 18px;
  }

  .tw .md\:spacing-y-18px > :not(:last-child){
    margin-bottom: 18px;
  }

  .tw .md\:-spacing-x-18px > :not(:last-child){
    margin-right: -18px;
  }

  .tw .md\:-spacing-y-18px > :not(:last-child){
    margin-bottom: -18px;
  }

  .tw .md\:spacing-x-19px > :not(:last-child){
    margin-right: 19px;
  }

  .tw .md\:spacing-y-19px > :not(:last-child){
    margin-bottom: 19px;
  }

  .tw .md\:-spacing-x-19px > :not(:last-child){
    margin-right: -19px;
  }

  .tw .md\:-spacing-y-19px > :not(:last-child){
    margin-bottom: -19px;
  }

  .tw .md\:spacing-x-20px > :not(:last-child){
    margin-right: 20px;
  }

  .tw .md\:spacing-y-20px > :not(:last-child){
    margin-bottom: 20px;
  }

  .tw .md\:-spacing-x-20px > :not(:last-child){
    margin-right: -20px;
  }

  .tw .md\:-spacing-y-20px > :not(:last-child){
    margin-bottom: -20px;
  }

  .tw .md\:spacing-x-21px > :not(:last-child){
    margin-right: 21px;
  }

  .tw .md\:spacing-y-21px > :not(:last-child){
    margin-bottom: 21px;
  }

  .tw .md\:-spacing-x-21px > :not(:last-child){
    margin-right: -21px;
  }

  .tw .md\:-spacing-y-21px > :not(:last-child){
    margin-bottom: -21px;
  }

  .tw .md\:spacing-x-22px > :not(:last-child){
    margin-right: 22px;
  }

  .tw .md\:spacing-y-22px > :not(:last-child){
    margin-bottom: 22px;
  }

  .tw .md\:-spacing-x-22px > :not(:last-child){
    margin-right: -22px;
  }

  .tw .md\:-spacing-y-22px > :not(:last-child){
    margin-bottom: -22px;
  }

  .tw .md\:spacing-x-23px > :not(:last-child){
    margin-right: 23px;
  }

  .tw .md\:spacing-y-23px > :not(:last-child){
    margin-bottom: 23px;
  }

  .tw .md\:-spacing-x-23px > :not(:last-child){
    margin-right: -23px;
  }

  .tw .md\:-spacing-y-23px > :not(:last-child){
    margin-bottom: -23px;
  }

  .tw .md\:spacing-x-24px > :not(:last-child){
    margin-right: 24px;
  }

  .tw .md\:spacing-y-24px > :not(:last-child){
    margin-bottom: 24px;
  }

  .tw .md\:-spacing-x-24px > :not(:last-child){
    margin-right: -24px;
  }

  .tw .md\:-spacing-y-24px > :not(:last-child){
    margin-bottom: -24px;
  }

  .tw .md\:spacing-x-25px > :not(:last-child){
    margin-right: 25px;
  }

  .tw .md\:spacing-y-25px > :not(:last-child){
    margin-bottom: 25px;
  }

  .tw .md\:-spacing-x-25px > :not(:last-child){
    margin-right: -25px;
  }

  .tw .md\:-spacing-y-25px > :not(:last-child){
    margin-bottom: -25px;
  }

  .tw .md\:spacing-x-26px > :not(:last-child){
    margin-right: 26px;
  }

  .tw .md\:spacing-y-26px > :not(:last-child){
    margin-bottom: 26px;
  }

  .tw .md\:-spacing-x-26px > :not(:last-child){
    margin-right: -26px;
  }

  .tw .md\:-spacing-y-26px > :not(:last-child){
    margin-bottom: -26px;
  }

  .tw .md\:spacing-x-27px > :not(:last-child){
    margin-right: 27px;
  }

  .tw .md\:spacing-y-27px > :not(:last-child){
    margin-bottom: 27px;
  }

  .tw .md\:-spacing-x-27px > :not(:last-child){
    margin-right: -27px;
  }

  .tw .md\:-spacing-y-27px > :not(:last-child){
    margin-bottom: -27px;
  }

  .tw .md\:spacing-x-28px > :not(:last-child){
    margin-right: 28px;
  }

  .tw .md\:spacing-y-28px > :not(:last-child){
    margin-bottom: 28px;
  }

  .tw .md\:-spacing-x-28px > :not(:last-child){
    margin-right: -28px;
  }

  .tw .md\:-spacing-y-28px > :not(:last-child){
    margin-bottom: -28px;
  }

  .tw .md\:spacing-x-29px > :not(:last-child){
    margin-right: 29px;
  }

  .tw .md\:spacing-y-29px > :not(:last-child){
    margin-bottom: 29px;
  }

  .tw .md\:-spacing-x-29px > :not(:last-child){
    margin-right: -29px;
  }

  .tw .md\:-spacing-y-29px > :not(:last-child){
    margin-bottom: -29px;
  }

  .tw .md\:spacing-x-30px > :not(:last-child){
    margin-right: 30px;
  }

  .tw .md\:spacing-y-30px > :not(:last-child){
    margin-bottom: 30px;
  }

  .tw .md\:-spacing-x-30px > :not(:last-child){
    margin-right: -30px;
  }

  .tw .md\:-spacing-y-30px > :not(:last-child){
    margin-bottom: -30px;
  }

  .tw .md\:spacing-x-31px > :not(:last-child){
    margin-right: 31px;
  }

  .tw .md\:spacing-y-31px > :not(:last-child){
    margin-bottom: 31px;
  }

  .tw .md\:-spacing-x-31px > :not(:last-child){
    margin-right: -31px;
  }

  .tw .md\:-spacing-y-31px > :not(:last-child){
    margin-bottom: -31px;
  }

  .tw .md\:spacing-x-32px > :not(:last-child){
    margin-right: 32px;
  }

  .tw .md\:spacing-y-32px > :not(:last-child){
    margin-bottom: 32px;
  }

  .tw .md\:-spacing-x-32px > :not(:last-child){
    margin-right: -32px;
  }

  .tw .md\:-spacing-y-32px > :not(:last-child){
    margin-bottom: -32px;
  }

  .tw .md\:spacing-x-33px > :not(:last-child){
    margin-right: 33px;
  }

  .tw .md\:spacing-y-33px > :not(:last-child){
    margin-bottom: 33px;
  }

  .tw .md\:-spacing-x-33px > :not(:last-child){
    margin-right: -33px;
  }

  .tw .md\:-spacing-y-33px > :not(:last-child){
    margin-bottom: -33px;
  }

  .tw .md\:spacing-x-34px > :not(:last-child){
    margin-right: 34px;
  }

  .tw .md\:spacing-y-34px > :not(:last-child){
    margin-bottom: 34px;
  }

  .tw .md\:-spacing-x-34px > :not(:last-child){
    margin-right: -34px;
  }

  .tw .md\:-spacing-y-34px > :not(:last-child){
    margin-bottom: -34px;
  }

  .tw .md\:spacing-x-35px > :not(:last-child){
    margin-right: 35px;
  }

  .tw .md\:spacing-y-35px > :not(:last-child){
    margin-bottom: 35px;
  }

  .tw .md\:-spacing-x-35px > :not(:last-child){
    margin-right: -35px;
  }

  .tw .md\:-spacing-y-35px > :not(:last-child){
    margin-bottom: -35px;
  }

  .tw .md\:spacing-x-36px > :not(:last-child){
    margin-right: 36px;
  }

  .tw .md\:spacing-y-36px > :not(:last-child){
    margin-bottom: 36px;
  }

  .tw .md\:-spacing-x-36px > :not(:last-child){
    margin-right: -36px;
  }

  .tw .md\:-spacing-y-36px > :not(:last-child){
    margin-bottom: -36px;
  }

  .tw .md\:spacing-x-37px > :not(:last-child){
    margin-right: 37px;
  }

  .tw .md\:spacing-y-37px > :not(:last-child){
    margin-bottom: 37px;
  }

  .tw .md\:-spacing-x-37px > :not(:last-child){
    margin-right: -37px;
  }

  .tw .md\:-spacing-y-37px > :not(:last-child){
    margin-bottom: -37px;
  }

  .tw .md\:spacing-x-38px > :not(:last-child){
    margin-right: 38px;
  }

  .tw .md\:spacing-y-38px > :not(:last-child){
    margin-bottom: 38px;
  }

  .tw .md\:-spacing-x-38px > :not(:last-child){
    margin-right: -38px;
  }

  .tw .md\:-spacing-y-38px > :not(:last-child){
    margin-bottom: -38px;
  }

  .tw .md\:spacing-x-39px > :not(:last-child){
    margin-right: 39px;
  }

  .tw .md\:spacing-y-39px > :not(:last-child){
    margin-bottom: 39px;
  }

  .tw .md\:-spacing-x-39px > :not(:last-child){
    margin-right: -39px;
  }

  .tw .md\:-spacing-y-39px > :not(:last-child){
    margin-bottom: -39px;
  }

  .tw .md\:spacing-x-40px > :not(:last-child){
    margin-right: 40px;
  }

  .tw .md\:spacing-y-40px > :not(:last-child){
    margin-bottom: 40px;
  }

  .tw .md\:-spacing-x-40px > :not(:last-child){
    margin-right: -40px;
  }

  .tw .md\:-spacing-y-40px > :not(:last-child){
    margin-bottom: -40px;
  }

  .tw .md\:spacing-x-0 > :not(:last-child){
    margin-right: 0px;
  }

  .tw .md\:spacing-y-0 > :not(:last-child){
    margin-bottom: 0px;
  }

  .tw .md\:-spacing-x-0 > :not(:last-child){
    margin-right: -0px;
  }

  .tw .md\:-spacing-y-0 > :not(:last-child){
    margin-bottom: -0px;
  }

  .tw .md\:spacing-x-1 > :not(:last-child){
    margin-right: 5px;
  }

  .tw .md\:spacing-y-1 > :not(:last-child){
    margin-bottom: 5px;
  }

  .tw .md\:-spacing-x-1 > :not(:last-child){
    margin-right: -5px;
  }

  .tw .md\:-spacing-y-1 > :not(:last-child){
    margin-bottom: -5px;
  }

  .tw .md\:spacing-x-2 > :not(:last-child){
    margin-right: 10px;
  }

  .tw .md\:spacing-y-2 > :not(:last-child){
    margin-bottom: 10px;
  }

  .tw .md\:-spacing-x-2 > :not(:last-child){
    margin-right: -10px;
  }

  .tw .md\:-spacing-y-2 > :not(:last-child){
    margin-bottom: -10px;
  }

  .tw .md\:spacing-x-3 > :not(:last-child){
    margin-right: 15px;
  }

  .tw .md\:spacing-y-3 > :not(:last-child){
    margin-bottom: 15px;
  }

  .tw .md\:-spacing-x-3 > :not(:last-child){
    margin-right: -15px;
  }

  .tw .md\:-spacing-y-3 > :not(:last-child){
    margin-bottom: -15px;
  }

  .tw .md\:spacing-x-4 > :not(:last-child){
    margin-right: 20px;
  }

  .tw .md\:spacing-y-4 > :not(:last-child){
    margin-bottom: 20px;
  }

  .tw .md\:-spacing-x-4 > :not(:last-child){
    margin-right: -20px;
  }

  .tw .md\:-spacing-y-4 > :not(:last-child){
    margin-bottom: -20px;
  }

  .tw .md\:spacing-x-5 > :not(:last-child){
    margin-right: 25px;
  }

  .tw .md\:spacing-y-5 > :not(:last-child){
    margin-bottom: 25px;
  }

  .tw .md\:-spacing-x-5 > :not(:last-child){
    margin-right: -25px;
  }

  .tw .md\:-spacing-y-5 > :not(:last-child){
    margin-bottom: -25px;
  }

  .tw .md\:spacing-x-6 > :not(:last-child){
    margin-right: 30px;
  }

  .tw .md\:spacing-y-6 > :not(:last-child){
    margin-bottom: 30px;
  }

  .tw .md\:-spacing-x-6 > :not(:last-child){
    margin-right: -30px;
  }

  .tw .md\:-spacing-y-6 > :not(:last-child){
    margin-bottom: -30px;
  }

  .tw .md\:spacing-x-7 > :not(:last-child){
    margin-right: 35px;
  }

  .tw .md\:spacing-y-7 > :not(:last-child){
    margin-bottom: 35px;
  }

  .tw .md\:-spacing-x-7 > :not(:last-child){
    margin-right: -35px;
  }

  .tw .md\:-spacing-y-7 > :not(:last-child){
    margin-bottom: -35px;
  }

  .tw .md\:spacing-x-8 > :not(:last-child){
    margin-right: 40px;
  }

  .tw .md\:spacing-y-8 > :not(:last-child){
    margin-bottom: 40px;
  }

  .tw .md\:-spacing-x-8 > :not(:last-child){
    margin-right: -40px;
  }

  .tw .md\:-spacing-y-8 > :not(:last-child){
    margin-bottom: -40px;
  }

  .tw .md\:spacing-x-9 > :not(:last-child){
    margin-right: 45px;
  }

  .tw .md\:spacing-y-9 > :not(:last-child){
    margin-bottom: 45px;
  }

  .tw .md\:-spacing-x-9 > :not(:last-child){
    margin-right: -45px;
  }

  .tw .md\:-spacing-y-9 > :not(:last-child){
    margin-bottom: -45px;
  }

  .tw .md\:spacing-x-10 > :not(:last-child){
    margin-right: 50px;
  }

  .tw .md\:spacing-y-10 > :not(:last-child){
    margin-bottom: 50px;
  }

  .tw .md\:-spacing-x-10 > :not(:last-child){
    margin-right: -50px;
  }

  .tw .md\:-spacing-y-10 > :not(:last-child){
    margin-bottom: -50px;
  }

  .tw .md\:spacing-x-11 > :not(:last-child){
    margin-right: 55px;
  }

  .tw .md\:spacing-y-11 > :not(:last-child){
    margin-bottom: 55px;
  }

  .tw .md\:-spacing-x-11 > :not(:last-child){
    margin-right: -55px;
  }

  .tw .md\:-spacing-y-11 > :not(:last-child){
    margin-bottom: -55px;
  }

  .tw .md\:spacing-x-12 > :not(:last-child){
    margin-right: 60px;
  }

  .tw .md\:spacing-y-12 > :not(:last-child){
    margin-bottom: 60px;
  }

  .tw .md\:-spacing-x-12 > :not(:last-child){
    margin-right: -60px;
  }

  .tw .md\:-spacing-y-12 > :not(:last-child){
    margin-bottom: -60px;
  }

  .tw .md\:spacing-x-13 > :not(:last-child){
    margin-right: 65px;
  }

  .tw .md\:spacing-y-13 > :not(:last-child){
    margin-bottom: 65px;
  }

  .tw .md\:-spacing-x-13 > :not(:last-child){
    margin-right: -65px;
  }

  .tw .md\:-spacing-y-13 > :not(:last-child){
    margin-bottom: -65px;
  }

  .tw .md\:spacing-x-14 > :not(:last-child){
    margin-right: 70px;
  }

  .tw .md\:spacing-y-14 > :not(:last-child){
    margin-bottom: 70px;
  }

  .tw .md\:-spacing-x-14 > :not(:last-child){
    margin-right: -70px;
  }

  .tw .md\:-spacing-y-14 > :not(:last-child){
    margin-bottom: -70px;
  }

  .tw .md\:spacing-x-15 > :not(:last-child){
    margin-right: 75px;
  }

  .tw .md\:spacing-y-15 > :not(:last-child){
    margin-bottom: 75px;
  }

  .tw .md\:-spacing-x-15 > :not(:last-child){
    margin-right: -75px;
  }

  .tw .md\:-spacing-y-15 > :not(:last-child){
    margin-bottom: -75px;
  }

  .tw .md\:spacing-x-16 > :not(:last-child){
    margin-right: 80px;
  }

  .tw .md\:spacing-y-16 > :not(:last-child){
    margin-bottom: 80px;
  }

  .tw .md\:-spacing-x-16 > :not(:last-child){
    margin-right: -80px;
  }

  .tw .md\:-spacing-y-16 > :not(:last-child){
    margin-bottom: -80px;
  }

  .tw .md\:spacing-x-17 > :not(:last-child){
    margin-right: 85px;
  }

  .tw .md\:spacing-y-17 > :not(:last-child){
    margin-bottom: 85px;
  }

  .tw .md\:-spacing-x-17 > :not(:last-child){
    margin-right: -85px;
  }

  .tw .md\:-spacing-y-17 > :not(:last-child){
    margin-bottom: -85px;
  }

  .tw .md\:spacing-x-18 > :not(:last-child){
    margin-right: 90px;
  }

  .tw .md\:spacing-y-18 > :not(:last-child){
    margin-bottom: 90px;
  }

  .tw .md\:-spacing-x-18 > :not(:last-child){
    margin-right: -90px;
  }

  .tw .md\:-spacing-y-18 > :not(:last-child){
    margin-bottom: -90px;
  }

  .tw .md\:spacing-x-19 > :not(:last-child){
    margin-right: 95px;
  }

  .tw .md\:spacing-y-19 > :not(:last-child){
    margin-bottom: 95px;
  }

  .tw .md\:-spacing-x-19 > :not(:last-child){
    margin-right: -95px;
  }

  .tw .md\:-spacing-y-19 > :not(:last-child){
    margin-bottom: -95px;
  }

  .tw .md\:spacing-x-20 > :not(:last-child){
    margin-right: 100px;
  }

  .tw .md\:spacing-y-20 > :not(:last-child){
    margin-bottom: 100px;
  }

  .tw .md\:-spacing-x-20 > :not(:last-child){
    margin-right: -100px;
  }

  .tw .md\:-spacing-y-20 > :not(:last-child){
    margin-bottom: -100px;
  }

  .tw .md\:spacing-x-21 > :not(:last-child){
    margin-right: 105px;
  }

  .tw .md\:spacing-y-21 > :not(:last-child){
    margin-bottom: 105px;
  }

  .tw .md\:-spacing-x-21 > :not(:last-child){
    margin-right: -105px;
  }

  .tw .md\:-spacing-y-21 > :not(:last-child){
    margin-bottom: -105px;
  }

  .tw .md\:spacing-x-22 > :not(:last-child){
    margin-right: 110px;
  }

  .tw .md\:spacing-y-22 > :not(:last-child){
    margin-bottom: 110px;
  }

  .tw .md\:-spacing-x-22 > :not(:last-child){
    margin-right: -110px;
  }

  .tw .md\:-spacing-y-22 > :not(:last-child){
    margin-bottom: -110px;
  }

  .tw .md\:spacing-x-23 > :not(:last-child){
    margin-right: 115px;
  }

  .tw .md\:spacing-y-23 > :not(:last-child){
    margin-bottom: 115px;
  }

  .tw .md\:-spacing-x-23 > :not(:last-child){
    margin-right: -115px;
  }

  .tw .md\:-spacing-y-23 > :not(:last-child){
    margin-bottom: -115px;
  }

  .tw .md\:spacing-x-24 > :not(:last-child){
    margin-right: 120px;
  }

  .tw .md\:spacing-y-24 > :not(:last-child){
    margin-bottom: 120px;
  }

  .tw .md\:-spacing-x-24 > :not(:last-child){
    margin-right: -120px;
  }

  .tw .md\:-spacing-y-24 > :not(:last-child){
    margin-bottom: -120px;
  }

  .tw .md\:spacing-x-25 > :not(:last-child){
    margin-right: 125px;
  }

  .tw .md\:spacing-y-25 > :not(:last-child){
    margin-bottom: 125px;
  }

  .tw .md\:-spacing-x-25 > :not(:last-child){
    margin-right: -125px;
  }

  .tw .md\:-spacing-y-25 > :not(:last-child){
    margin-bottom: -125px;
  }

  .tw .md\:spacing-x-26 > :not(:last-child){
    margin-right: 130px;
  }

  .tw .md\:spacing-y-26 > :not(:last-child){
    margin-bottom: 130px;
  }

  .tw .md\:-spacing-x-26 > :not(:last-child){
    margin-right: -130px;
  }

  .tw .md\:-spacing-y-26 > :not(:last-child){
    margin-bottom: -130px;
  }

  .tw .md\:spacing-x-27 > :not(:last-child){
    margin-right: 135px;
  }

  .tw .md\:spacing-y-27 > :not(:last-child){
    margin-bottom: 135px;
  }

  .tw .md\:-spacing-x-27 > :not(:last-child){
    margin-right: -135px;
  }

  .tw .md\:-spacing-y-27 > :not(:last-child){
    margin-bottom: -135px;
  }

  .tw .md\:spacing-x-28 > :not(:last-child){
    margin-right: 140px;
  }

  .tw .md\:spacing-y-28 > :not(:last-child){
    margin-bottom: 140px;
  }

  .tw .md\:-spacing-x-28 > :not(:last-child){
    margin-right: -140px;
  }

  .tw .md\:-spacing-y-28 > :not(:last-child){
    margin-bottom: -140px;
  }

  .tw .md\:spacing-x-29 > :not(:last-child){
    margin-right: 145px;
  }

  .tw .md\:spacing-y-29 > :not(:last-child){
    margin-bottom: 145px;
  }

  .tw .md\:-spacing-x-29 > :not(:last-child){
    margin-right: -145px;
  }

  .tw .md\:-spacing-y-29 > :not(:last-child){
    margin-bottom: -145px;
  }

  .tw .md\:spacing-x-30 > :not(:last-child){
    margin-right: 150px;
  }

  .tw .md\:spacing-y-30 > :not(:last-child){
    margin-bottom: 150px;
  }

  .tw .md\:-spacing-x-30 > :not(:last-child){
    margin-right: -150px;
  }

  .tw .md\:-spacing-y-30 > :not(:last-child){
    margin-bottom: -150px;
  }

  .tw .md\:spacing-x-31 > :not(:last-child){
    margin-right: 155px;
  }

  .tw .md\:spacing-y-31 > :not(:last-child){
    margin-bottom: 155px;
  }

  .tw .md\:-spacing-x-31 > :not(:last-child){
    margin-right: -155px;
  }

  .tw .md\:-spacing-y-31 > :not(:last-child){
    margin-bottom: -155px;
  }

  .tw .md\:spacing-x-32 > :not(:last-child){
    margin-right: 160px;
  }

  .tw .md\:spacing-y-32 > :not(:last-child){
    margin-bottom: 160px;
  }

  .tw .md\:-spacing-x-32 > :not(:last-child){
    margin-right: -160px;
  }

  .tw .md\:-spacing-y-32 > :not(:last-child){
    margin-bottom: -160px;
  }

  .tw .md\:spacing-x-33 > :not(:last-child){
    margin-right: 165px;
  }

  .tw .md\:spacing-y-33 > :not(:last-child){
    margin-bottom: 165px;
  }

  .tw .md\:-spacing-x-33 > :not(:last-child){
    margin-right: -165px;
  }

  .tw .md\:-spacing-y-33 > :not(:last-child){
    margin-bottom: -165px;
  }

  .tw .md\:spacing-x-34 > :not(:last-child){
    margin-right: 170px;
  }

  .tw .md\:spacing-y-34 > :not(:last-child){
    margin-bottom: 170px;
  }

  .tw .md\:-spacing-x-34 > :not(:last-child){
    margin-right: -170px;
  }

  .tw .md\:-spacing-y-34 > :not(:last-child){
    margin-bottom: -170px;
  }

  .tw .md\:spacing-x-35 > :not(:last-child){
    margin-right: 175px;
  }

  .tw .md\:spacing-y-35 > :not(:last-child){
    margin-bottom: 175px;
  }

  .tw .md\:-spacing-x-35 > :not(:last-child){
    margin-right: -175px;
  }

  .tw .md\:-spacing-y-35 > :not(:last-child){
    margin-bottom: -175px;
  }

  .tw .md\:spacing-x-36 > :not(:last-child){
    margin-right: 180px;
  }

  .tw .md\:spacing-y-36 > :not(:last-child){
    margin-bottom: 180px;
  }

  .tw .md\:-spacing-x-36 > :not(:last-child){
    margin-right: -180px;
  }

  .tw .md\:-spacing-y-36 > :not(:last-child){
    margin-bottom: -180px;
  }

  .tw .md\:spacing-x-37 > :not(:last-child){
    margin-right: 185px;
  }

  .tw .md\:spacing-y-37 > :not(:last-child){
    margin-bottom: 185px;
  }

  .tw .md\:-spacing-x-37 > :not(:last-child){
    margin-right: -185px;
  }

  .tw .md\:-spacing-y-37 > :not(:last-child){
    margin-bottom: -185px;
  }

  .tw .md\:spacing-x-38 > :not(:last-child){
    margin-right: 190px;
  }

  .tw .md\:spacing-y-38 > :not(:last-child){
    margin-bottom: 190px;
  }

  .tw .md\:-spacing-x-38 > :not(:last-child){
    margin-right: -190px;
  }

  .tw .md\:-spacing-y-38 > :not(:last-child){
    margin-bottom: -190px;
  }

  .tw .md\:spacing-x-39 > :not(:last-child){
    margin-right: 195px;
  }

  .tw .md\:spacing-y-39 > :not(:last-child){
    margin-bottom: 195px;
  }

  .tw .md\:-spacing-x-39 > :not(:last-child){
    margin-right: -195px;
  }

  .tw .md\:-spacing-y-39 > :not(:last-child){
    margin-bottom: -195px;
  }

  .tw .md\:spacing-x-40 > :not(:last-child){
    margin-right: 200px;
  }

  .tw .md\:spacing-y-40 > :not(:last-child){
    margin-bottom: 200px;
  }

  .tw .md\:-spacing-x-40 > :not(:last-child){
    margin-right: -200px;
  }

  .tw .md\:-spacing-y-40 > :not(:last-child){
    margin-bottom: -200px;
  }

  .tw .md\:spacing-x-41 > :not(:last-child){
    margin-right: 205px;
  }

  .tw .md\:spacing-y-41 > :not(:last-child){
    margin-bottom: 205px;
  }

  .tw .md\:-spacing-x-41 > :not(:last-child){
    margin-right: -205px;
  }

  .tw .md\:-spacing-y-41 > :not(:last-child){
    margin-bottom: -205px;
  }

  .tw .md\:spacing-x-42 > :not(:last-child){
    margin-right: 210px;
  }

  .tw .md\:spacing-y-42 > :not(:last-child){
    margin-bottom: 210px;
  }

  .tw .md\:-spacing-x-42 > :not(:last-child){
    margin-right: -210px;
  }

  .tw .md\:-spacing-y-42 > :not(:last-child){
    margin-bottom: -210px;
  }

  .tw .md\:spacing-x-43 > :not(:last-child){
    margin-right: 215px;
  }

  .tw .md\:spacing-y-43 > :not(:last-child){
    margin-bottom: 215px;
  }

  .tw .md\:-spacing-x-43 > :not(:last-child){
    margin-right: -215px;
  }

  .tw .md\:-spacing-y-43 > :not(:last-child){
    margin-bottom: -215px;
  }

  .tw .md\:spacing-x-44 > :not(:last-child){
    margin-right: 220px;
  }

  .tw .md\:spacing-y-44 > :not(:last-child){
    margin-bottom: 220px;
  }

  .tw .md\:-spacing-x-44 > :not(:last-child){
    margin-right: -220px;
  }

  .tw .md\:-spacing-y-44 > :not(:last-child){
    margin-bottom: -220px;
  }

  .tw .md\:spacing-x-45 > :not(:last-child){
    margin-right: 225px;
  }

  .tw .md\:spacing-y-45 > :not(:last-child){
    margin-bottom: 225px;
  }

  .tw .md\:-spacing-x-45 > :not(:last-child){
    margin-right: -225px;
  }

  .tw .md\:-spacing-y-45 > :not(:last-child){
    margin-bottom: -225px;
  }

  .tw .md\:spacing-x-46 > :not(:last-child){
    margin-right: 230px;
  }

  .tw .md\:spacing-y-46 > :not(:last-child){
    margin-bottom: 230px;
  }

  .tw .md\:-spacing-x-46 > :not(:last-child){
    margin-right: -230px;
  }

  .tw .md\:-spacing-y-46 > :not(:last-child){
    margin-bottom: -230px;
  }

  .tw .md\:spacing-x-47 > :not(:last-child){
    margin-right: 235px;
  }

  .tw .md\:spacing-y-47 > :not(:last-child){
    margin-bottom: 235px;
  }

  .tw .md\:-spacing-x-47 > :not(:last-child){
    margin-right: -235px;
  }

  .tw .md\:-spacing-y-47 > :not(:last-child){
    margin-bottom: -235px;
  }

  .tw .md\:spacing-x-48 > :not(:last-child){
    margin-right: 240px;
  }

  .tw .md\:spacing-y-48 > :not(:last-child){
    margin-bottom: 240px;
  }

  .tw .md\:-spacing-x-48 > :not(:last-child){
    margin-right: -240px;
  }

  .tw .md\:-spacing-y-48 > :not(:last-child){
    margin-bottom: -240px;
  }

  .tw .md\:spacing-x-49 > :not(:last-child){
    margin-right: 245px;
  }

  .tw .md\:spacing-y-49 > :not(:last-child){
    margin-bottom: 245px;
  }

  .tw .md\:-spacing-x-49 > :not(:last-child){
    margin-right: -245px;
  }

  .tw .md\:-spacing-y-49 > :not(:last-child){
    margin-bottom: -245px;
  }

  .tw .md\:spacing-x-50 > :not(:last-child){
    margin-right: 250px;
  }

  .tw .md\:spacing-y-50 > :not(:last-child){
    margin-bottom: 250px;
  }

  .tw .md\:-spacing-x-50 > :not(:last-child){
    margin-right: -250px;
  }

  .tw .md\:-spacing-y-50 > :not(:last-child){
    margin-bottom: -250px;
  }

  .tw .md\:spacing-x-51 > :not(:last-child){
    margin-right: 255px;
  }

  .tw .md\:spacing-y-51 > :not(:last-child){
    margin-bottom: 255px;
  }

  .tw .md\:-spacing-x-51 > :not(:last-child){
    margin-right: -255px;
  }

  .tw .md\:-spacing-y-51 > :not(:last-child){
    margin-bottom: -255px;
  }

  .tw .md\:spacing-x-52 > :not(:last-child){
    margin-right: 260px;
  }

  .tw .md\:spacing-y-52 > :not(:last-child){
    margin-bottom: 260px;
  }

  .tw .md\:-spacing-x-52 > :not(:last-child){
    margin-right: -260px;
  }

  .tw .md\:-spacing-y-52 > :not(:last-child){
    margin-bottom: -260px;
  }

  .tw .md\:spacing-x-53 > :not(:last-child){
    margin-right: 265px;
  }

  .tw .md\:spacing-y-53 > :not(:last-child){
    margin-bottom: 265px;
  }

  .tw .md\:-spacing-x-53 > :not(:last-child){
    margin-right: -265px;
  }

  .tw .md\:-spacing-y-53 > :not(:last-child){
    margin-bottom: -265px;
  }

  .tw .md\:spacing-x-54 > :not(:last-child){
    margin-right: 270px;
  }

  .tw .md\:spacing-y-54 > :not(:last-child){
    margin-bottom: 270px;
  }

  .tw .md\:-spacing-x-54 > :not(:last-child){
    margin-right: -270px;
  }

  .tw .md\:-spacing-y-54 > :not(:last-child){
    margin-bottom: -270px;
  }

  .tw .md\:spacing-x-55 > :not(:last-child){
    margin-right: 275px;
  }

  .tw .md\:spacing-y-55 > :not(:last-child){
    margin-bottom: 275px;
  }

  .tw .md\:-spacing-x-55 > :not(:last-child){
    margin-right: -275px;
  }

  .tw .md\:-spacing-y-55 > :not(:last-child){
    margin-bottom: -275px;
  }

  .tw .md\:spacing-x-56 > :not(:last-child){
    margin-right: 280px;
  }

  .tw .md\:spacing-y-56 > :not(:last-child){
    margin-bottom: 280px;
  }

  .tw .md\:-spacing-x-56 > :not(:last-child){
    margin-right: -280px;
  }

  .tw .md\:-spacing-y-56 > :not(:last-child){
    margin-bottom: -280px;
  }

  .tw .md\:spacing-x-57 > :not(:last-child){
    margin-right: 285px;
  }

  .tw .md\:spacing-y-57 > :not(:last-child){
    margin-bottom: 285px;
  }

  .tw .md\:-spacing-x-57 > :not(:last-child){
    margin-right: -285px;
  }

  .tw .md\:-spacing-y-57 > :not(:last-child){
    margin-bottom: -285px;
  }

  .tw .md\:spacing-x-58 > :not(:last-child){
    margin-right: 290px;
  }

  .tw .md\:spacing-y-58 > :not(:last-child){
    margin-bottom: 290px;
  }

  .tw .md\:-spacing-x-58 > :not(:last-child){
    margin-right: -290px;
  }

  .tw .md\:-spacing-y-58 > :not(:last-child){
    margin-bottom: -290px;
  }

  .tw .md\:spacing-x-59 > :not(:last-child){
    margin-right: 295px;
  }

  .tw .md\:spacing-y-59 > :not(:last-child){
    margin-bottom: 295px;
  }

  .tw .md\:-spacing-x-59 > :not(:last-child){
    margin-right: -295px;
  }

  .tw .md\:-spacing-y-59 > :not(:last-child){
    margin-bottom: -295px;
  }

  .tw .md\:spacing-x-60 > :not(:last-child){
    margin-right: 300px;
  }

  .tw .md\:spacing-y-60 > :not(:last-child){
    margin-bottom: 300px;
  }

  .tw .md\:-spacing-x-60 > :not(:last-child){
    margin-right: -300px;
  }

  .tw .md\:-spacing-y-60 > :not(:last-child){
    margin-bottom: -300px;
  }

  .tw .md\:spacing-x-61 > :not(:last-child){
    margin-right: 305px;
  }

  .tw .md\:spacing-y-61 > :not(:last-child){
    margin-bottom: 305px;
  }

  .tw .md\:-spacing-x-61 > :not(:last-child){
    margin-right: -305px;
  }

  .tw .md\:-spacing-y-61 > :not(:last-child){
    margin-bottom: -305px;
  }

  .tw .md\:spacing-x-62 > :not(:last-child){
    margin-right: 310px;
  }

  .tw .md\:spacing-y-62 > :not(:last-child){
    margin-bottom: 310px;
  }

  .tw .md\:-spacing-x-62 > :not(:last-child){
    margin-right: -310px;
  }

  .tw .md\:-spacing-y-62 > :not(:last-child){
    margin-bottom: -310px;
  }

  .tw .md\:spacing-x-63 > :not(:last-child){
    margin-right: 315px;
  }

  .tw .md\:spacing-y-63 > :not(:last-child){
    margin-bottom: 315px;
  }

  .tw .md\:-spacing-x-63 > :not(:last-child){
    margin-right: -315px;
  }

  .tw .md\:-spacing-y-63 > :not(:last-child){
    margin-bottom: -315px;
  }

  .tw .md\:spacing-x-64 > :not(:last-child){
    margin-right: 320px;
  }

  .tw .md\:spacing-y-64 > :not(:last-child){
    margin-bottom: 320px;
  }

  .tw .md\:-spacing-x-64 > :not(:last-child){
    margin-right: -320px;
  }

  .tw .md\:-spacing-y-64 > :not(:last-child){
    margin-bottom: -320px;
  }

  .tw .md\:spacing-x-65 > :not(:last-child){
    margin-right: 325px;
  }

  .tw .md\:spacing-y-65 > :not(:last-child){
    margin-bottom: 325px;
  }

  .tw .md\:-spacing-x-65 > :not(:last-child){
    margin-right: -325px;
  }

  .tw .md\:-spacing-y-65 > :not(:last-child){
    margin-bottom: -325px;
  }

  .tw .md\:spacing-x-66 > :not(:last-child){
    margin-right: 330px;
  }

  .tw .md\:spacing-y-66 > :not(:last-child){
    margin-bottom: 330px;
  }

  .tw .md\:-spacing-x-66 > :not(:last-child){
    margin-right: -330px;
  }

  .tw .md\:-spacing-y-66 > :not(:last-child){
    margin-bottom: -330px;
  }

  .tw .md\:spacing-x-67 > :not(:last-child){
    margin-right: 335px;
  }

  .tw .md\:spacing-y-67 > :not(:last-child){
    margin-bottom: 335px;
  }

  .tw .md\:-spacing-x-67 > :not(:last-child){
    margin-right: -335px;
  }

  .tw .md\:-spacing-y-67 > :not(:last-child){
    margin-bottom: -335px;
  }

  .tw .md\:spacing-x-68 > :not(:last-child){
    margin-right: 340px;
  }

  .tw .md\:spacing-y-68 > :not(:last-child){
    margin-bottom: 340px;
  }

  .tw .md\:-spacing-x-68 > :not(:last-child){
    margin-right: -340px;
  }

  .tw .md\:-spacing-y-68 > :not(:last-child){
    margin-bottom: -340px;
  }

  .tw .md\:spacing-x-69 > :not(:last-child){
    margin-right: 345px;
  }

  .tw .md\:spacing-y-69 > :not(:last-child){
    margin-bottom: 345px;
  }

  .tw .md\:-spacing-x-69 > :not(:last-child){
    margin-right: -345px;
  }

  .tw .md\:-spacing-y-69 > :not(:last-child){
    margin-bottom: -345px;
  }

  .tw .md\:spacing-x-70 > :not(:last-child){
    margin-right: 350px;
  }

  .tw .md\:spacing-y-70 > :not(:last-child){
    margin-bottom: 350px;
  }

  .tw .md\:-spacing-x-70 > :not(:last-child){
    margin-right: -350px;
  }

  .tw .md\:-spacing-y-70 > :not(:last-child){
    margin-bottom: -350px;
  }

  .tw .md\:spacing-x-71 > :not(:last-child){
    margin-right: 355px;
  }

  .tw .md\:spacing-y-71 > :not(:last-child){
    margin-bottom: 355px;
  }

  .tw .md\:-spacing-x-71 > :not(:last-child){
    margin-right: -355px;
  }

  .tw .md\:-spacing-y-71 > :not(:last-child){
    margin-bottom: -355px;
  }

  .tw .md\:spacing-x-72 > :not(:last-child){
    margin-right: 360px;
  }

  .tw .md\:spacing-y-72 > :not(:last-child){
    margin-bottom: 360px;
  }

  .tw .md\:-spacing-x-72 > :not(:last-child){
    margin-right: -360px;
  }

  .tw .md\:-spacing-y-72 > :not(:last-child){
    margin-bottom: -360px;
  }

  .tw .md\:spacing-x-73 > :not(:last-child){
    margin-right: 365px;
  }

  .tw .md\:spacing-y-73 > :not(:last-child){
    margin-bottom: 365px;
  }

  .tw .md\:-spacing-x-73 > :not(:last-child){
    margin-right: -365px;
  }

  .tw .md\:-spacing-y-73 > :not(:last-child){
    margin-bottom: -365px;
  }

  .tw .md\:spacing-x-74 > :not(:last-child){
    margin-right: 370px;
  }

  .tw .md\:spacing-y-74 > :not(:last-child){
    margin-bottom: 370px;
  }

  .tw .md\:-spacing-x-74 > :not(:last-child){
    margin-right: -370px;
  }

  .tw .md\:-spacing-y-74 > :not(:last-child){
    margin-bottom: -370px;
  }

  .tw .md\:spacing-x-75 > :not(:last-child){
    margin-right: 375px;
  }

  .tw .md\:spacing-y-75 > :not(:last-child){
    margin-bottom: 375px;
  }

  .tw .md\:-spacing-x-75 > :not(:last-child){
    margin-right: -375px;
  }

  .tw .md\:-spacing-y-75 > :not(:last-child){
    margin-bottom: -375px;
  }

  .tw .md\:spacing-x-76 > :not(:last-child){
    margin-right: 380px;
  }

  .tw .md\:spacing-y-76 > :not(:last-child){
    margin-bottom: 380px;
  }

  .tw .md\:-spacing-x-76 > :not(:last-child){
    margin-right: -380px;
  }

  .tw .md\:-spacing-y-76 > :not(:last-child){
    margin-bottom: -380px;
  }

  .tw .md\:spacing-x-77 > :not(:last-child){
    margin-right: 385px;
  }

  .tw .md\:spacing-y-77 > :not(:last-child){
    margin-bottom: 385px;
  }

  .tw .md\:-spacing-x-77 > :not(:last-child){
    margin-right: -385px;
  }

  .tw .md\:-spacing-y-77 > :not(:last-child){
    margin-bottom: -385px;
  }

  .tw .md\:spacing-x-78 > :not(:last-child){
    margin-right: 390px;
  }

  .tw .md\:spacing-y-78 > :not(:last-child){
    margin-bottom: 390px;
  }

  .tw .md\:-spacing-x-78 > :not(:last-child){
    margin-right: -390px;
  }

  .tw .md\:-spacing-y-78 > :not(:last-child){
    margin-bottom: -390px;
  }

  .tw .md\:spacing-x-79 > :not(:last-child){
    margin-right: 395px;
  }

  .tw .md\:spacing-y-79 > :not(:last-child){
    margin-bottom: 395px;
  }

  .tw .md\:-spacing-x-79 > :not(:last-child){
    margin-right: -395px;
  }

  .tw .md\:-spacing-y-79 > :not(:last-child){
    margin-bottom: -395px;
  }

  .tw .md\:spacing-x-80 > :not(:last-child){
    margin-right: 400px;
  }

  .tw .md\:spacing-y-80 > :not(:last-child){
    margin-bottom: 400px;
  }

  .tw .md\:-spacing-x-80 > :not(:last-child){
    margin-right: -400px;
  }

  .tw .md\:-spacing-y-80 > :not(:last-child){
    margin-bottom: -400px;
  }

  .tw .md\:spacing-x-81 > :not(:last-child){
    margin-right: 405px;
  }

  .tw .md\:spacing-y-81 > :not(:last-child){
    margin-bottom: 405px;
  }

  .tw .md\:-spacing-x-81 > :not(:last-child){
    margin-right: -405px;
  }

  .tw .md\:-spacing-y-81 > :not(:last-child){
    margin-bottom: -405px;
  }

  .tw .md\:spacing-x-82 > :not(:last-child){
    margin-right: 410px;
  }

  .tw .md\:spacing-y-82 > :not(:last-child){
    margin-bottom: 410px;
  }

  .tw .md\:-spacing-x-82 > :not(:last-child){
    margin-right: -410px;
  }

  .tw .md\:-spacing-y-82 > :not(:last-child){
    margin-bottom: -410px;
  }

  .tw .md\:spacing-x-83 > :not(:last-child){
    margin-right: 415px;
  }

  .tw .md\:spacing-y-83 > :not(:last-child){
    margin-bottom: 415px;
  }

  .tw .md\:-spacing-x-83 > :not(:last-child){
    margin-right: -415px;
  }

  .tw .md\:-spacing-y-83 > :not(:last-child){
    margin-bottom: -415px;
  }

  .tw .md\:spacing-x-84 > :not(:last-child){
    margin-right: 420px;
  }

  .tw .md\:spacing-y-84 > :not(:last-child){
    margin-bottom: 420px;
  }

  .tw .md\:-spacing-x-84 > :not(:last-child){
    margin-right: -420px;
  }

  .tw .md\:-spacing-y-84 > :not(:last-child){
    margin-bottom: -420px;
  }

  .tw .md\:spacing-x-85 > :not(:last-child){
    margin-right: 425px;
  }

  .tw .md\:spacing-y-85 > :not(:last-child){
    margin-bottom: 425px;
  }

  .tw .md\:-spacing-x-85 > :not(:last-child){
    margin-right: -425px;
  }

  .tw .md\:-spacing-y-85 > :not(:last-child){
    margin-bottom: -425px;
  }

  .tw .md\:spacing-x-86 > :not(:last-child){
    margin-right: 430px;
  }

  .tw .md\:spacing-y-86 > :not(:last-child){
    margin-bottom: 430px;
  }

  .tw .md\:-spacing-x-86 > :not(:last-child){
    margin-right: -430px;
  }

  .tw .md\:-spacing-y-86 > :not(:last-child){
    margin-bottom: -430px;
  }

  .tw .md\:spacing-x-87 > :not(:last-child){
    margin-right: 435px;
  }

  .tw .md\:spacing-y-87 > :not(:last-child){
    margin-bottom: 435px;
  }

  .tw .md\:-spacing-x-87 > :not(:last-child){
    margin-right: -435px;
  }

  .tw .md\:-spacing-y-87 > :not(:last-child){
    margin-bottom: -435px;
  }

  .tw .md\:spacing-x-88 > :not(:last-child){
    margin-right: 440px;
  }

  .tw .md\:spacing-y-88 > :not(:last-child){
    margin-bottom: 440px;
  }

  .tw .md\:-spacing-x-88 > :not(:last-child){
    margin-right: -440px;
  }

  .tw .md\:-spacing-y-88 > :not(:last-child){
    margin-bottom: -440px;
  }

  .tw .md\:spacing-x-89 > :not(:last-child){
    margin-right: 445px;
  }

  .tw .md\:spacing-y-89 > :not(:last-child){
    margin-bottom: 445px;
  }

  .tw .md\:-spacing-x-89 > :not(:last-child){
    margin-right: -445px;
  }

  .tw .md\:-spacing-y-89 > :not(:last-child){
    margin-bottom: -445px;
  }

  .tw .md\:spacing-x-90 > :not(:last-child){
    margin-right: 450px;
  }

  .tw .md\:spacing-y-90 > :not(:last-child){
    margin-bottom: 450px;
  }

  .tw .md\:-spacing-x-90 > :not(:last-child){
    margin-right: -450px;
  }

  .tw .md\:-spacing-y-90 > :not(:last-child){
    margin-bottom: -450px;
  }

  .tw .md\:spacing-x-91 > :not(:last-child){
    margin-right: 455px;
  }

  .tw .md\:spacing-y-91 > :not(:last-child){
    margin-bottom: 455px;
  }

  .tw .md\:-spacing-x-91 > :not(:last-child){
    margin-right: -455px;
  }

  .tw .md\:-spacing-y-91 > :not(:last-child){
    margin-bottom: -455px;
  }

  .tw .md\:spacing-x-92 > :not(:last-child){
    margin-right: 460px;
  }

  .tw .md\:spacing-y-92 > :not(:last-child){
    margin-bottom: 460px;
  }

  .tw .md\:-spacing-x-92 > :not(:last-child){
    margin-right: -460px;
  }

  .tw .md\:-spacing-y-92 > :not(:last-child){
    margin-bottom: -460px;
  }

  .tw .md\:spacing-x-93 > :not(:last-child){
    margin-right: 465px;
  }

  .tw .md\:spacing-y-93 > :not(:last-child){
    margin-bottom: 465px;
  }

  .tw .md\:-spacing-x-93 > :not(:last-child){
    margin-right: -465px;
  }

  .tw .md\:-spacing-y-93 > :not(:last-child){
    margin-bottom: -465px;
  }

  .tw .md\:spacing-x-94 > :not(:last-child){
    margin-right: 470px;
  }

  .tw .md\:spacing-y-94 > :not(:last-child){
    margin-bottom: 470px;
  }

  .tw .md\:-spacing-x-94 > :not(:last-child){
    margin-right: -470px;
  }

  .tw .md\:-spacing-y-94 > :not(:last-child){
    margin-bottom: -470px;
  }

  .tw .md\:spacing-x-95 > :not(:last-child){
    margin-right: 475px;
  }

  .tw .md\:spacing-y-95 > :not(:last-child){
    margin-bottom: 475px;
  }

  .tw .md\:-spacing-x-95 > :not(:last-child){
    margin-right: -475px;
  }

  .tw .md\:-spacing-y-95 > :not(:last-child){
    margin-bottom: -475px;
  }

  .tw .md\:spacing-x-96 > :not(:last-child){
    margin-right: 480px;
  }

  .tw .md\:spacing-y-96 > :not(:last-child){
    margin-bottom: 480px;
  }

  .tw .md\:-spacing-x-96 > :not(:last-child){
    margin-right: -480px;
  }

  .tw .md\:-spacing-y-96 > :not(:last-child){
    margin-bottom: -480px;
  }

  .tw .md\:spacing-x-97 > :not(:last-child){
    margin-right: 485px;
  }

  .tw .md\:spacing-y-97 > :not(:last-child){
    margin-bottom: 485px;
  }

  .tw .md\:-spacing-x-97 > :not(:last-child){
    margin-right: -485px;
  }

  .tw .md\:-spacing-y-97 > :not(:last-child){
    margin-bottom: -485px;
  }

  .tw .md\:spacing-x-98 > :not(:last-child){
    margin-right: 490px;
  }

  .tw .md\:spacing-y-98 > :not(:last-child){
    margin-bottom: 490px;
  }

  .tw .md\:-spacing-x-98 > :not(:last-child){
    margin-right: -490px;
  }

  .tw .md\:-spacing-y-98 > :not(:last-child){
    margin-bottom: -490px;
  }

  .tw .md\:spacing-x-99 > :not(:last-child){
    margin-right: 495px;
  }

  .tw .md\:spacing-y-99 > :not(:last-child){
    margin-bottom: 495px;
  }

  .tw .md\:-spacing-x-99 > :not(:last-child){
    margin-right: -495px;
  }

  .tw .md\:-spacing-y-99 > :not(:last-child){
    margin-bottom: -495px;
  }

  .tw .md\:spacing-x-100 > :not(:last-child){
    margin-right: 500px;
  }

  .tw .md\:spacing-y-100 > :not(:last-child){
    margin-bottom: 500px;
  }

  .tw .md\:-spacing-x-100 > :not(:last-child){
    margin-right: -500px;
  }

  .tw .md\:-spacing-y-100 > :not(:last-child){
    margin-bottom: -500px;
  }

  .tw .md\:spacing-x-101 > :not(:last-child){
    margin-right: 505px;
  }

  .tw .md\:spacing-y-101 > :not(:last-child){
    margin-bottom: 505px;
  }

  .tw .md\:-spacing-x-101 > :not(:last-child){
    margin-right: -505px;
  }

  .tw .md\:-spacing-y-101 > :not(:last-child){
    margin-bottom: -505px;
  }

  .tw .md\:spacing-x-102 > :not(:last-child){
    margin-right: 510px;
  }

  .tw .md\:spacing-y-102 > :not(:last-child){
    margin-bottom: 510px;
  }

  .tw .md\:-spacing-x-102 > :not(:last-child){
    margin-right: -510px;
  }

  .tw .md\:-spacing-y-102 > :not(:last-child){
    margin-bottom: -510px;
  }

  .tw .md\:spacing-x-103 > :not(:last-child){
    margin-right: 515px;
  }

  .tw .md\:spacing-y-103 > :not(:last-child){
    margin-bottom: 515px;
  }

  .tw .md\:-spacing-x-103 > :not(:last-child){
    margin-right: -515px;
  }

  .tw .md\:-spacing-y-103 > :not(:last-child){
    margin-bottom: -515px;
  }

  .tw .md\:spacing-x-104 > :not(:last-child){
    margin-right: 520px;
  }

  .tw .md\:spacing-y-104 > :not(:last-child){
    margin-bottom: 520px;
  }

  .tw .md\:-spacing-x-104 > :not(:last-child){
    margin-right: -520px;
  }

  .tw .md\:-spacing-y-104 > :not(:last-child){
    margin-bottom: -520px;
  }

  .tw .md\:spacing-x-105 > :not(:last-child){
    margin-right: 525px;
  }

  .tw .md\:spacing-y-105 > :not(:last-child){
    margin-bottom: 525px;
  }

  .tw .md\:-spacing-x-105 > :not(:last-child){
    margin-right: -525px;
  }

  .tw .md\:-spacing-y-105 > :not(:last-child){
    margin-bottom: -525px;
  }

  .tw .md\:spacing-x-106 > :not(:last-child){
    margin-right: 530px;
  }

  .tw .md\:spacing-y-106 > :not(:last-child){
    margin-bottom: 530px;
  }

  .tw .md\:-spacing-x-106 > :not(:last-child){
    margin-right: -530px;
  }

  .tw .md\:-spacing-y-106 > :not(:last-child){
    margin-bottom: -530px;
  }

  .tw .md\:spacing-x-107 > :not(:last-child){
    margin-right: 535px;
  }

  .tw .md\:spacing-y-107 > :not(:last-child){
    margin-bottom: 535px;
  }

  .tw .md\:-spacing-x-107 > :not(:last-child){
    margin-right: -535px;
  }

  .tw .md\:-spacing-y-107 > :not(:last-child){
    margin-bottom: -535px;
  }

  .tw .md\:spacing-x-108 > :not(:last-child){
    margin-right: 540px;
  }

  .tw .md\:spacing-y-108 > :not(:last-child){
    margin-bottom: 540px;
  }

  .tw .md\:-spacing-x-108 > :not(:last-child){
    margin-right: -540px;
  }

  .tw .md\:-spacing-y-108 > :not(:last-child){
    margin-bottom: -540px;
  }

  .tw .md\:spacing-x-109 > :not(:last-child){
    margin-right: 545px;
  }

  .tw .md\:spacing-y-109 > :not(:last-child){
    margin-bottom: 545px;
  }

  .tw .md\:-spacing-x-109 > :not(:last-child){
    margin-right: -545px;
  }

  .tw .md\:-spacing-y-109 > :not(:last-child){
    margin-bottom: -545px;
  }

  .tw .md\:spacing-x-110 > :not(:last-child){
    margin-right: 550px;
  }

  .tw .md\:spacing-y-110 > :not(:last-child){
    margin-bottom: 550px;
  }

  .tw .md\:-spacing-x-110 > :not(:last-child){
    margin-right: -550px;
  }

  .tw .md\:-spacing-y-110 > :not(:last-child){
    margin-bottom: -550px;
  }

  .tw .md\:spacing-x-111 > :not(:last-child){
    margin-right: 555px;
  }

  .tw .md\:spacing-y-111 > :not(:last-child){
    margin-bottom: 555px;
  }

  .tw .md\:-spacing-x-111 > :not(:last-child){
    margin-right: -555px;
  }

  .tw .md\:-spacing-y-111 > :not(:last-child){
    margin-bottom: -555px;
  }

  .tw .md\:spacing-x-112 > :not(:last-child){
    margin-right: 560px;
  }

  .tw .md\:spacing-y-112 > :not(:last-child){
    margin-bottom: 560px;
  }

  .tw .md\:-spacing-x-112 > :not(:last-child){
    margin-right: -560px;
  }

  .tw .md\:-spacing-y-112 > :not(:last-child){
    margin-bottom: -560px;
  }

  .tw .md\:spacing-x-113 > :not(:last-child){
    margin-right: 565px;
  }

  .tw .md\:spacing-y-113 > :not(:last-child){
    margin-bottom: 565px;
  }

  .tw .md\:-spacing-x-113 > :not(:last-child){
    margin-right: -565px;
  }

  .tw .md\:-spacing-y-113 > :not(:last-child){
    margin-bottom: -565px;
  }

  .tw .md\:spacing-x-114 > :not(:last-child){
    margin-right: 570px;
  }

  .tw .md\:spacing-y-114 > :not(:last-child){
    margin-bottom: 570px;
  }

  .tw .md\:-spacing-x-114 > :not(:last-child){
    margin-right: -570px;
  }

  .tw .md\:-spacing-y-114 > :not(:last-child){
    margin-bottom: -570px;
  }

  .tw .md\:spacing-x-115 > :not(:last-child){
    margin-right: 575px;
  }

  .tw .md\:spacing-y-115 > :not(:last-child){
    margin-bottom: 575px;
  }

  .tw .md\:-spacing-x-115 > :not(:last-child){
    margin-right: -575px;
  }

  .tw .md\:-spacing-y-115 > :not(:last-child){
    margin-bottom: -575px;
  }

  .tw .md\:spacing-x-116 > :not(:last-child){
    margin-right: 580px;
  }

  .tw .md\:spacing-y-116 > :not(:last-child){
    margin-bottom: 580px;
  }

  .tw .md\:-spacing-x-116 > :not(:last-child){
    margin-right: -580px;
  }

  .tw .md\:-spacing-y-116 > :not(:last-child){
    margin-bottom: -580px;
  }

  .tw .md\:spacing-x-117 > :not(:last-child){
    margin-right: 585px;
  }

  .tw .md\:spacing-y-117 > :not(:last-child){
    margin-bottom: 585px;
  }

  .tw .md\:-spacing-x-117 > :not(:last-child){
    margin-right: -585px;
  }

  .tw .md\:-spacing-y-117 > :not(:last-child){
    margin-bottom: -585px;
  }

  .tw .md\:spacing-x-118 > :not(:last-child){
    margin-right: 590px;
  }

  .tw .md\:spacing-y-118 > :not(:last-child){
    margin-bottom: 590px;
  }

  .tw .md\:-spacing-x-118 > :not(:last-child){
    margin-right: -590px;
  }

  .tw .md\:-spacing-y-118 > :not(:last-child){
    margin-bottom: -590px;
  }

  .tw .md\:spacing-x-119 > :not(:last-child){
    margin-right: 595px;
  }

  .tw .md\:spacing-y-119 > :not(:last-child){
    margin-bottom: 595px;
  }

  .tw .md\:-spacing-x-119 > :not(:last-child){
    margin-right: -595px;
  }

  .tw .md\:-spacing-y-119 > :not(:last-child){
    margin-bottom: -595px;
  }

  .tw .md\:spacing-x-120 > :not(:last-child){
    margin-right: 600px;
  }

  .tw .md\:spacing-y-120 > :not(:last-child){
    margin-bottom: 600px;
  }

  .tw .md\:-spacing-x-120 > :not(:last-child){
    margin-right: -600px;
  }

  .tw .md\:-spacing-y-120 > :not(:last-child){
    margin-bottom: -600px;
  }

  .tw .md\:spacing-x-121 > :not(:last-child){
    margin-right: 605px;
  }

  .tw .md\:spacing-y-121 > :not(:last-child){
    margin-bottom: 605px;
  }

  .tw .md\:-spacing-x-121 > :not(:last-child){
    margin-right: -605px;
  }

  .tw .md\:-spacing-y-121 > :not(:last-child){
    margin-bottom: -605px;
  }

  .tw .md\:spacing-x-122 > :not(:last-child){
    margin-right: 610px;
  }

  .tw .md\:spacing-y-122 > :not(:last-child){
    margin-bottom: 610px;
  }

  .tw .md\:-spacing-x-122 > :not(:last-child){
    margin-right: -610px;
  }

  .tw .md\:-spacing-y-122 > :not(:last-child){
    margin-bottom: -610px;
  }

  .tw .md\:spacing-x-123 > :not(:last-child){
    margin-right: 615px;
  }

  .tw .md\:spacing-y-123 > :not(:last-child){
    margin-bottom: 615px;
  }

  .tw .md\:-spacing-x-123 > :not(:last-child){
    margin-right: -615px;
  }

  .tw .md\:-spacing-y-123 > :not(:last-child){
    margin-bottom: -615px;
  }

  .tw .md\:spacing-x-124 > :not(:last-child){
    margin-right: 620px;
  }

  .tw .md\:spacing-y-124 > :not(:last-child){
    margin-bottom: 620px;
  }

  .tw .md\:-spacing-x-124 > :not(:last-child){
    margin-right: -620px;
  }

  .tw .md\:-spacing-y-124 > :not(:last-child){
    margin-bottom: -620px;
  }

  .tw .md\:spacing-x-125 > :not(:last-child){
    margin-right: 625px;
  }

  .tw .md\:spacing-y-125 > :not(:last-child){
    margin-bottom: 625px;
  }

  .tw .md\:-spacing-x-125 > :not(:last-child){
    margin-right: -625px;
  }

  .tw .md\:-spacing-y-125 > :not(:last-child){
    margin-bottom: -625px;
  }

  .tw .md\:spacing-x-126 > :not(:last-child){
    margin-right: 630px;
  }

  .tw .md\:spacing-y-126 > :not(:last-child){
    margin-bottom: 630px;
  }

  .tw .md\:-spacing-x-126 > :not(:last-child){
    margin-right: -630px;
  }

  .tw .md\:-spacing-y-126 > :not(:last-child){
    margin-bottom: -630px;
  }

  .tw .md\:spacing-x-127 > :not(:last-child){
    margin-right: 635px;
  }

  .tw .md\:spacing-y-127 > :not(:last-child){
    margin-bottom: 635px;
  }

  .tw .md\:-spacing-x-127 > :not(:last-child){
    margin-right: -635px;
  }

  .tw .md\:-spacing-y-127 > :not(:last-child){
    margin-bottom: -635px;
  }

  .tw .md\:spacing-x-128 > :not(:last-child){
    margin-right: 640px;
  }

  .tw .md\:spacing-y-128 > :not(:last-child){
    margin-bottom: 640px;
  }

  .tw .md\:-spacing-x-128 > :not(:last-child){
    margin-right: -640px;
  }

  .tw .md\:-spacing-y-128 > :not(:last-child){
    margin-bottom: -640px;
  }

  .tw .md\:spacing-x-129 > :not(:last-child){
    margin-right: 645px;
  }

  .tw .md\:spacing-y-129 > :not(:last-child){
    margin-bottom: 645px;
  }

  .tw .md\:-spacing-x-129 > :not(:last-child){
    margin-right: -645px;
  }

  .tw .md\:-spacing-y-129 > :not(:last-child){
    margin-bottom: -645px;
  }

  .tw .md\:spacing-x-130 > :not(:last-child){
    margin-right: 650px;
  }

  .tw .md\:spacing-y-130 > :not(:last-child){
    margin-bottom: 650px;
  }

  .tw .md\:-spacing-x-130 > :not(:last-child){
    margin-right: -650px;
  }

  .tw .md\:-spacing-y-130 > :not(:last-child){
    margin-bottom: -650px;
  }

  .tw .md\:spacing-x-131 > :not(:last-child){
    margin-right: 655px;
  }

  .tw .md\:spacing-y-131 > :not(:last-child){
    margin-bottom: 655px;
  }

  .tw .md\:-spacing-x-131 > :not(:last-child){
    margin-right: -655px;
  }

  .tw .md\:-spacing-y-131 > :not(:last-child){
    margin-bottom: -655px;
  }

  .tw .md\:spacing-x-132 > :not(:last-child){
    margin-right: 660px;
  }

  .tw .md\:spacing-y-132 > :not(:last-child){
    margin-bottom: 660px;
  }

  .tw .md\:-spacing-x-132 > :not(:last-child){
    margin-right: -660px;
  }

  .tw .md\:-spacing-y-132 > :not(:last-child){
    margin-bottom: -660px;
  }

  .tw .md\:spacing-x-133 > :not(:last-child){
    margin-right: 665px;
  }

  .tw .md\:spacing-y-133 > :not(:last-child){
    margin-bottom: 665px;
  }

  .tw .md\:-spacing-x-133 > :not(:last-child){
    margin-right: -665px;
  }

  .tw .md\:-spacing-y-133 > :not(:last-child){
    margin-bottom: -665px;
  }

  .tw .md\:spacing-x-134 > :not(:last-child){
    margin-right: 670px;
  }

  .tw .md\:spacing-y-134 > :not(:last-child){
    margin-bottom: 670px;
  }

  .tw .md\:-spacing-x-134 > :not(:last-child){
    margin-right: -670px;
  }

  .tw .md\:-spacing-y-134 > :not(:last-child){
    margin-bottom: -670px;
  }

  .tw .md\:spacing-x-135 > :not(:last-child){
    margin-right: 675px;
  }

  .tw .md\:spacing-y-135 > :not(:last-child){
    margin-bottom: 675px;
  }

  .tw .md\:-spacing-x-135 > :not(:last-child){
    margin-right: -675px;
  }

  .tw .md\:-spacing-y-135 > :not(:last-child){
    margin-bottom: -675px;
  }

  .tw .md\:spacing-x-136 > :not(:last-child){
    margin-right: 680px;
  }

  .tw .md\:spacing-y-136 > :not(:last-child){
    margin-bottom: 680px;
  }

  .tw .md\:-spacing-x-136 > :not(:last-child){
    margin-right: -680px;
  }

  .tw .md\:-spacing-y-136 > :not(:last-child){
    margin-bottom: -680px;
  }

  .tw .md\:spacing-x-137 > :not(:last-child){
    margin-right: 685px;
  }

  .tw .md\:spacing-y-137 > :not(:last-child){
    margin-bottom: 685px;
  }

  .tw .md\:-spacing-x-137 > :not(:last-child){
    margin-right: -685px;
  }

  .tw .md\:-spacing-y-137 > :not(:last-child){
    margin-bottom: -685px;
  }

  .tw .md\:spacing-x-138 > :not(:last-child){
    margin-right: 690px;
  }

  .tw .md\:spacing-y-138 > :not(:last-child){
    margin-bottom: 690px;
  }

  .tw .md\:-spacing-x-138 > :not(:last-child){
    margin-right: -690px;
  }

  .tw .md\:-spacing-y-138 > :not(:last-child){
    margin-bottom: -690px;
  }

  .tw .md\:spacing-x-139 > :not(:last-child){
    margin-right: 695px;
  }

  .tw .md\:spacing-y-139 > :not(:last-child){
    margin-bottom: 695px;
  }

  .tw .md\:-spacing-x-139 > :not(:last-child){
    margin-right: -695px;
  }

  .tw .md\:-spacing-y-139 > :not(:last-child){
    margin-bottom: -695px;
  }

  .tw .md\:spacing-x-140 > :not(:last-child){
    margin-right: 700px;
  }

  .tw .md\:spacing-y-140 > :not(:last-child){
    margin-bottom: 700px;
  }

  .tw .md\:-spacing-x-140 > :not(:last-child){
    margin-right: -700px;
  }

  .tw .md\:-spacing-y-140 > :not(:last-child){
    margin-bottom: -700px;
  }

  .tw .md\:spacing-x-141 > :not(:last-child){
    margin-right: 705px;
  }

  .tw .md\:spacing-y-141 > :not(:last-child){
    margin-bottom: 705px;
  }

  .tw .md\:-spacing-x-141 > :not(:last-child){
    margin-right: -705px;
  }

  .tw .md\:-spacing-y-141 > :not(:last-child){
    margin-bottom: -705px;
  }

  .tw .md\:spacing-x-142 > :not(:last-child){
    margin-right: 710px;
  }

  .tw .md\:spacing-y-142 > :not(:last-child){
    margin-bottom: 710px;
  }

  .tw .md\:-spacing-x-142 > :not(:last-child){
    margin-right: -710px;
  }

  .tw .md\:-spacing-y-142 > :not(:last-child){
    margin-bottom: -710px;
  }

  .tw .md\:spacing-x-143 > :not(:last-child){
    margin-right: 715px;
  }

  .tw .md\:spacing-y-143 > :not(:last-child){
    margin-bottom: 715px;
  }

  .tw .md\:-spacing-x-143 > :not(:last-child){
    margin-right: -715px;
  }

  .tw .md\:-spacing-y-143 > :not(:last-child){
    margin-bottom: -715px;
  }

  .tw .md\:spacing-x-144 > :not(:last-child){
    margin-right: 720px;
  }

  .tw .md\:spacing-y-144 > :not(:last-child){
    margin-bottom: 720px;
  }

  .tw .md\:-spacing-x-144 > :not(:last-child){
    margin-right: -720px;
  }

  .tw .md\:-spacing-y-144 > :not(:last-child){
    margin-bottom: -720px;
  }

  .tw .md\:spacing-x-145 > :not(:last-child){
    margin-right: 725px;
  }

  .tw .md\:spacing-y-145 > :not(:last-child){
    margin-bottom: 725px;
  }

  .tw .md\:-spacing-x-145 > :not(:last-child){
    margin-right: -725px;
  }

  .tw .md\:-spacing-y-145 > :not(:last-child){
    margin-bottom: -725px;
  }

  .tw .md\:spacing-x-146 > :not(:last-child){
    margin-right: 730px;
  }

  .tw .md\:spacing-y-146 > :not(:last-child){
    margin-bottom: 730px;
  }

  .tw .md\:-spacing-x-146 > :not(:last-child){
    margin-right: -730px;
  }

  .tw .md\:-spacing-y-146 > :not(:last-child){
    margin-bottom: -730px;
  }

  .tw .md\:spacing-x-147 > :not(:last-child){
    margin-right: 735px;
  }

  .tw .md\:spacing-y-147 > :not(:last-child){
    margin-bottom: 735px;
  }

  .tw .md\:-spacing-x-147 > :not(:last-child){
    margin-right: -735px;
  }

  .tw .md\:-spacing-y-147 > :not(:last-child){
    margin-bottom: -735px;
  }

  .tw .md\:spacing-x-148 > :not(:last-child){
    margin-right: 740px;
  }

  .tw .md\:spacing-y-148 > :not(:last-child){
    margin-bottom: 740px;
  }

  .tw .md\:-spacing-x-148 > :not(:last-child){
    margin-right: -740px;
  }

  .tw .md\:-spacing-y-148 > :not(:last-child){
    margin-bottom: -740px;
  }

  .tw .md\:spacing-x-149 > :not(:last-child){
    margin-right: 745px;
  }

  .tw .md\:spacing-y-149 > :not(:last-child){
    margin-bottom: 745px;
  }

  .tw .md\:-spacing-x-149 > :not(:last-child){
    margin-right: -745px;
  }

  .tw .md\:-spacing-y-149 > :not(:last-child){
    margin-bottom: -745px;
  }

  .tw .spacing-x-0.md\:5> :not(:last-child){
    margin-right: 3px;
  }

  .tw .spacing-y-0.md\:5> :not(:last-child){
    margin-bottom: 3px;
  }

  .tw .-spacing-x-0.md\:5> :not(:last-child){
    margin-right: -3px;
  }

  .tw .-spacing-y-0.md\:5> :not(:last-child){
    margin-bottom: -3px;
  }
}

@media (min-width: 1024px){
  .lg\:container{
    width: 100%;
  }

  @media (min-width: 640px){
    .lg\:container{
      max-width: 640px;
    }
  }

  @media (min-width: 768px){
    .lg\:container{
      max-width: 768px;
    }
  }

  @media (min-width: 1024px){
    .lg\:container{
      max-width: 1024px;
    }
  }

  @media (min-width: 1280px){
    .lg\:container{
      max-width: 1280px;
    }
  }

  .tw .lg\:sr-only{
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border-width: 0;
  }

  .tw .lg\:not-sr-only{
    position: static;
    width: auto;
    height: auto;
    padding: 0;
    margin: 0;
    overflow: visible;
    clip: auto;
    white-space: normal;
  }

  .tw .lg\:focus-within\:sr-only:focus-within{
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border-width: 0;
  }

  .tw .lg\:focus-within\:not-sr-only:focus-within{
    position: static;
    width: auto;
    height: auto;
    padding: 0;
    margin: 0;
    overflow: visible;
    clip: auto;
    white-space: normal;
  }

  .tw .lg\:focus\:sr-only:focus{
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border-width: 0;
  }

  .tw .lg\:focus\:not-sr-only:focus{
    position: static;
    width: auto;
    height: auto;
    padding: 0;
    margin: 0;
    overflow: visible;
    clip: auto;
    white-space: normal;
  }

  .tw .lg\:pointer-events-none{
    pointer-events: none;
  }

  .tw .lg\:pointer-events-auto{
    pointer-events: auto;
  }

  .tw .lg\:static{
    position: static;
  }

  .tw .lg\:fixed{
    position: fixed;
  }

  .tw .lg\:absolute{
    position: absolute;
  }

  .tw .lg\:relative{
    position: relative;
  }

  .tw .lg\:sticky{
    position: sticky;
  }

  .tw .lg\:inset-0{
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
  }

  .tw .lg\:inset-1{
    top: 5px;
    right: 5px;
    bottom: 5px;
    left: 5px;
  }

  .tw .lg\:inset-2{
    top: 10px;
    right: 10px;
    bottom: 10px;
    left: 10px;
  }

  .tw .lg\:inset-3{
    top: 15px;
    right: 15px;
    bottom: 15px;
    left: 15px;
  }

  .tw .lg\:inset-4{
    top: 20px;
    right: 20px;
    bottom: 20px;
    left: 20px;
  }

  .tw .lg\:inset-5{
    top: 25px;
    right: 25px;
    bottom: 25px;
    left: 25px;
  }

  .tw .lg\:inset-6{
    top: 30px;
    right: 30px;
    bottom: 30px;
    left: 30px;
  }

  .tw .lg\:inset-7{
    top: 35px;
    right: 35px;
    bottom: 35px;
    left: 35px;
  }

  .tw .lg\:inset-8{
    top: 40px;
    right: 40px;
    bottom: 40px;
    left: 40px;
  }

  .tw .lg\:inset-9{
    top: 45px;
    right: 45px;
    bottom: 45px;
    left: 45px;
  }

  .tw .lg\:inset-10{
    top: 50px;
    right: 50px;
    bottom: 50px;
    left: 50px;
  }

  .tw .lg\:inset-11{
    top: 55px;
    right: 55px;
    bottom: 55px;
    left: 55px;
  }

  .tw .lg\:inset-12{
    top: 60px;
    right: 60px;
    bottom: 60px;
    left: 60px;
  }

  .tw .lg\:inset-13{
    top: 65px;
    right: 65px;
    bottom: 65px;
    left: 65px;
  }

  .tw .lg\:inset-14{
    top: 70px;
    right: 70px;
    bottom: 70px;
    left: 70px;
  }

  .tw .lg\:inset-15{
    top: 75px;
    right: 75px;
    bottom: 75px;
    left: 75px;
  }

  .tw .lg\:inset-16{
    top: 80px;
    right: 80px;
    bottom: 80px;
    left: 80px;
  }

  .tw .lg\:inset-17{
    top: 85px;
    right: 85px;
    bottom: 85px;
    left: 85px;
  }

  .tw .lg\:inset-18{
    top: 90px;
    right: 90px;
    bottom: 90px;
    left: 90px;
  }

  .tw .lg\:inset-19{
    top: 95px;
    right: 95px;
    bottom: 95px;
    left: 95px;
  }

  .tw .lg\:inset-20{
    top: 100px;
    right: 100px;
    bottom: 100px;
    left: 100px;
  }

  .tw .lg\:inset-21{
    top: 105px;
    right: 105px;
    bottom: 105px;
    left: 105px;
  }

  .tw .lg\:inset-22{
    top: 110px;
    right: 110px;
    bottom: 110px;
    left: 110px;
  }

  .tw .lg\:inset-23{
    top: 115px;
    right: 115px;
    bottom: 115px;
    left: 115px;
  }

  .tw .lg\:inset-24{
    top: 120px;
    right: 120px;
    bottom: 120px;
    left: 120px;
  }

  .tw .lg\:inset-25{
    top: 125px;
    right: 125px;
    bottom: 125px;
    left: 125px;
  }

  .tw .lg\:inset-26{
    top: 130px;
    right: 130px;
    bottom: 130px;
    left: 130px;
  }

  .tw .lg\:inset-27{
    top: 135px;
    right: 135px;
    bottom: 135px;
    left: 135px;
  }

  .tw .lg\:inset-28{
    top: 140px;
    right: 140px;
    bottom: 140px;
    left: 140px;
  }

  .tw .lg\:inset-29{
    top: 145px;
    right: 145px;
    bottom: 145px;
    left: 145px;
  }

  .tw .lg\:inset-30{
    top: 150px;
    right: 150px;
    bottom: 150px;
    left: 150px;
  }

  .tw .lg\:inset-31{
    top: 155px;
    right: 155px;
    bottom: 155px;
    left: 155px;
  }

  .tw .lg\:inset-32{
    top: 160px;
    right: 160px;
    bottom: 160px;
    left: 160px;
  }

  .tw .lg\:inset-33{
    top: 165px;
    right: 165px;
    bottom: 165px;
    left: 165px;
  }

  .tw .lg\:inset-34{
    top: 170px;
    right: 170px;
    bottom: 170px;
    left: 170px;
  }

  .tw .lg\:inset-35{
    top: 175px;
    right: 175px;
    bottom: 175px;
    left: 175px;
  }

  .tw .lg\:inset-36{
    top: 180px;
    right: 180px;
    bottom: 180px;
    left: 180px;
  }

  .tw .lg\:inset-37{
    top: 185px;
    right: 185px;
    bottom: 185px;
    left: 185px;
  }

  .tw .lg\:inset-38{
    top: 190px;
    right: 190px;
    bottom: 190px;
    left: 190px;
  }

  .tw .lg\:inset-39{
    top: 195px;
    right: 195px;
    bottom: 195px;
    left: 195px;
  }

  .tw .lg\:inset-40{
    top: 200px;
    right: 200px;
    bottom: 200px;
    left: 200px;
  }

  .tw .lg\:inset-41{
    top: 205px;
    right: 205px;
    bottom: 205px;
    left: 205px;
  }

  .tw .lg\:inset-42{
    top: 210px;
    right: 210px;
    bottom: 210px;
    left: 210px;
  }

  .tw .lg\:inset-43{
    top: 215px;
    right: 215px;
    bottom: 215px;
    left: 215px;
  }

  .tw .lg\:inset-44{
    top: 220px;
    right: 220px;
    bottom: 220px;
    left: 220px;
  }

  .tw .lg\:inset-45{
    top: 225px;
    right: 225px;
    bottom: 225px;
    left: 225px;
  }

  .tw .lg\:inset-46{
    top: 230px;
    right: 230px;
    bottom: 230px;
    left: 230px;
  }

  .tw .lg\:inset-47{
    top: 235px;
    right: 235px;
    bottom: 235px;
    left: 235px;
  }

  .tw .lg\:inset-48{
    top: 240px;
    right: 240px;
    bottom: 240px;
    left: 240px;
  }

  .tw .lg\:inset-49{
    top: 245px;
    right: 245px;
    bottom: 245px;
    left: 245px;
  }

  .tw .lg\:inset-50{
    top: 250px;
    right: 250px;
    bottom: 250px;
    left: 250px;
  }

  .tw .lg\:inset-51{
    top: 255px;
    right: 255px;
    bottom: 255px;
    left: 255px;
  }

  .tw .lg\:inset-52{
    top: 260px;
    right: 260px;
    bottom: 260px;
    left: 260px;
  }

  .tw .lg\:inset-53{
    top: 265px;
    right: 265px;
    bottom: 265px;
    left: 265px;
  }

  .tw .lg\:inset-54{
    top: 270px;
    right: 270px;
    bottom: 270px;
    left: 270px;
  }

  .tw .lg\:inset-55{
    top: 275px;
    right: 275px;
    bottom: 275px;
    left: 275px;
  }

  .tw .lg\:inset-56{
    top: 280px;
    right: 280px;
    bottom: 280px;
    left: 280px;
  }

  .tw .lg\:inset-57{
    top: 285px;
    right: 285px;
    bottom: 285px;
    left: 285px;
  }

  .tw .lg\:inset-58{
    top: 290px;
    right: 290px;
    bottom: 290px;
    left: 290px;
  }

  .tw .lg\:inset-59{
    top: 295px;
    right: 295px;
    bottom: 295px;
    left: 295px;
  }

  .tw .lg\:inset-60{
    top: 300px;
    right: 300px;
    bottom: 300px;
    left: 300px;
  }

  .tw .lg\:inset-61{
    top: 305px;
    right: 305px;
    bottom: 305px;
    left: 305px;
  }

  .tw .lg\:inset-62{
    top: 310px;
    right: 310px;
    bottom: 310px;
    left: 310px;
  }

  .tw .lg\:inset-63{
    top: 315px;
    right: 315px;
    bottom: 315px;
    left: 315px;
  }

  .tw .lg\:inset-64{
    top: 320px;
    right: 320px;
    bottom: 320px;
    left: 320px;
  }

  .tw .lg\:inset-65{
    top: 325px;
    right: 325px;
    bottom: 325px;
    left: 325px;
  }

  .tw .lg\:inset-66{
    top: 330px;
    right: 330px;
    bottom: 330px;
    left: 330px;
  }

  .tw .lg\:inset-67{
    top: 335px;
    right: 335px;
    bottom: 335px;
    left: 335px;
  }

  .tw .lg\:inset-68{
    top: 340px;
    right: 340px;
    bottom: 340px;
    left: 340px;
  }

  .tw .lg\:inset-69{
    top: 345px;
    right: 345px;
    bottom: 345px;
    left: 345px;
  }

  .tw .lg\:inset-70{
    top: 350px;
    right: 350px;
    bottom: 350px;
    left: 350px;
  }

  .tw .lg\:inset-71{
    top: 355px;
    right: 355px;
    bottom: 355px;
    left: 355px;
  }

  .tw .lg\:inset-72{
    top: 360px;
    right: 360px;
    bottom: 360px;
    left: 360px;
  }

  .tw .lg\:inset-73{
    top: 365px;
    right: 365px;
    bottom: 365px;
    left: 365px;
  }

  .tw .lg\:inset-74{
    top: 370px;
    right: 370px;
    bottom: 370px;
    left: 370px;
  }

  .tw .lg\:inset-75{
    top: 375px;
    right: 375px;
    bottom: 375px;
    left: 375px;
  }

  .tw .lg\:inset-76{
    top: 380px;
    right: 380px;
    bottom: 380px;
    left: 380px;
  }

  .tw .lg\:inset-77{
    top: 385px;
    right: 385px;
    bottom: 385px;
    left: 385px;
  }

  .tw .lg\:inset-78{
    top: 390px;
    right: 390px;
    bottom: 390px;
    left: 390px;
  }

  .tw .lg\:inset-79{
    top: 395px;
    right: 395px;
    bottom: 395px;
    left: 395px;
  }

  .tw .lg\:inset-80{
    top: 400px;
    right: 400px;
    bottom: 400px;
    left: 400px;
  }

  .tw .lg\:inset-81{
    top: 405px;
    right: 405px;
    bottom: 405px;
    left: 405px;
  }

  .tw .lg\:inset-82{
    top: 410px;
    right: 410px;
    bottom: 410px;
    left: 410px;
  }

  .tw .lg\:inset-83{
    top: 415px;
    right: 415px;
    bottom: 415px;
    left: 415px;
  }

  .tw .lg\:inset-84{
    top: 420px;
    right: 420px;
    bottom: 420px;
    left: 420px;
  }

  .tw .lg\:inset-85{
    top: 425px;
    right: 425px;
    bottom: 425px;
    left: 425px;
  }

  .tw .lg\:inset-86{
    top: 430px;
    right: 430px;
    bottom: 430px;
    left: 430px;
  }

  .tw .lg\:inset-87{
    top: 435px;
    right: 435px;
    bottom: 435px;
    left: 435px;
  }

  .tw .lg\:inset-88{
    top: 440px;
    right: 440px;
    bottom: 440px;
    left: 440px;
  }

  .tw .lg\:inset-89{
    top: 445px;
    right: 445px;
    bottom: 445px;
    left: 445px;
  }

  .tw .lg\:inset-90{
    top: 450px;
    right: 450px;
    bottom: 450px;
    left: 450px;
  }

  .tw .lg\:inset-91{
    top: 455px;
    right: 455px;
    bottom: 455px;
    left: 455px;
  }

  .tw .lg\:inset-92{
    top: 460px;
    right: 460px;
    bottom: 460px;
    left: 460px;
  }

  .tw .lg\:inset-93{
    top: 465px;
    right: 465px;
    bottom: 465px;
    left: 465px;
  }

  .tw .lg\:inset-94{
    top: 470px;
    right: 470px;
    bottom: 470px;
    left: 470px;
  }

  .tw .lg\:inset-95{
    top: 475px;
    right: 475px;
    bottom: 475px;
    left: 475px;
  }

  .tw .lg\:inset-96{
    top: 480px;
    right: 480px;
    bottom: 480px;
    left: 480px;
  }

  .tw .lg\:inset-97{
    top: 485px;
    right: 485px;
    bottom: 485px;
    left: 485px;
  }

  .tw .lg\:inset-98{
    top: 490px;
    right: 490px;
    bottom: 490px;
    left: 490px;
  }

  .tw .lg\:inset-99{
    top: 495px;
    right: 495px;
    bottom: 495px;
    left: 495px;
  }

  .tw .lg\:inset-100{
    top: 500px;
    right: 500px;
    bottom: 500px;
    left: 500px;
  }

  .tw .lg\:inset-101{
    top: 505px;
    right: 505px;
    bottom: 505px;
    left: 505px;
  }

  .tw .lg\:inset-102{
    top: 510px;
    right: 510px;
    bottom: 510px;
    left: 510px;
  }

  .tw .lg\:inset-103{
    top: 515px;
    right: 515px;
    bottom: 515px;
    left: 515px;
  }

  .tw .lg\:inset-104{
    top: 520px;
    right: 520px;
    bottom: 520px;
    left: 520px;
  }

  .tw .lg\:inset-105{
    top: 525px;
    right: 525px;
    bottom: 525px;
    left: 525px;
  }

  .tw .lg\:inset-106{
    top: 530px;
    right: 530px;
    bottom: 530px;
    left: 530px;
  }

  .tw .lg\:inset-107{
    top: 535px;
    right: 535px;
    bottom: 535px;
    left: 535px;
  }

  .tw .lg\:inset-108{
    top: 540px;
    right: 540px;
    bottom: 540px;
    left: 540px;
  }

  .tw .lg\:inset-109{
    top: 545px;
    right: 545px;
    bottom: 545px;
    left: 545px;
  }

  .tw .lg\:inset-110{
    top: 550px;
    right: 550px;
    bottom: 550px;
    left: 550px;
  }

  .tw .lg\:inset-111{
    top: 555px;
    right: 555px;
    bottom: 555px;
    left: 555px;
  }

  .tw .lg\:inset-112{
    top: 560px;
    right: 560px;
    bottom: 560px;
    left: 560px;
  }

  .tw .lg\:inset-113{
    top: 565px;
    right: 565px;
    bottom: 565px;
    left: 565px;
  }

  .tw .lg\:inset-114{
    top: 570px;
    right: 570px;
    bottom: 570px;
    left: 570px;
  }

  .tw .lg\:inset-115{
    top: 575px;
    right: 575px;
    bottom: 575px;
    left: 575px;
  }

  .tw .lg\:inset-116{
    top: 580px;
    right: 580px;
    bottom: 580px;
    left: 580px;
  }

  .tw .lg\:inset-117{
    top: 585px;
    right: 585px;
    bottom: 585px;
    left: 585px;
  }

  .tw .lg\:inset-118{
    top: 590px;
    right: 590px;
    bottom: 590px;
    left: 590px;
  }

  .tw .lg\:inset-119{
    top: 595px;
    right: 595px;
    bottom: 595px;
    left: 595px;
  }

  .tw .lg\:inset-120{
    top: 600px;
    right: 600px;
    bottom: 600px;
    left: 600px;
  }

  .tw .lg\:inset-121{
    top: 605px;
    right: 605px;
    bottom: 605px;
    left: 605px;
  }

  .tw .lg\:inset-122{
    top: 610px;
    right: 610px;
    bottom: 610px;
    left: 610px;
  }

  .tw .lg\:inset-123{
    top: 615px;
    right: 615px;
    bottom: 615px;
    left: 615px;
  }

  .tw .lg\:inset-124{
    top: 620px;
    right: 620px;
    bottom: 620px;
    left: 620px;
  }

  .tw .lg\:inset-125{
    top: 625px;
    right: 625px;
    bottom: 625px;
    left: 625px;
  }

  .tw .lg\:inset-126{
    top: 630px;
    right: 630px;
    bottom: 630px;
    left: 630px;
  }

  .tw .lg\:inset-127{
    top: 635px;
    right: 635px;
    bottom: 635px;
    left: 635px;
  }

  .tw .lg\:inset-128{
    top: 640px;
    right: 640px;
    bottom: 640px;
    left: 640px;
  }

  .tw .lg\:inset-129{
    top: 645px;
    right: 645px;
    bottom: 645px;
    left: 645px;
  }

  .tw .lg\:inset-130{
    top: 650px;
    right: 650px;
    bottom: 650px;
    left: 650px;
  }

  .tw .lg\:inset-131{
    top: 655px;
    right: 655px;
    bottom: 655px;
    left: 655px;
  }

  .tw .lg\:inset-132{
    top: 660px;
    right: 660px;
    bottom: 660px;
    left: 660px;
  }

  .tw .lg\:inset-133{
    top: 665px;
    right: 665px;
    bottom: 665px;
    left: 665px;
  }

  .tw .lg\:inset-134{
    top: 670px;
    right: 670px;
    bottom: 670px;
    left: 670px;
  }

  .tw .lg\:inset-135{
    top: 675px;
    right: 675px;
    bottom: 675px;
    left: 675px;
  }

  .tw .lg\:inset-136{
    top: 680px;
    right: 680px;
    bottom: 680px;
    left: 680px;
  }

  .tw .lg\:inset-137{
    top: 685px;
    right: 685px;
    bottom: 685px;
    left: 685px;
  }

  .tw .lg\:inset-138{
    top: 690px;
    right: 690px;
    bottom: 690px;
    left: 690px;
  }

  .tw .lg\:inset-139{
    top: 695px;
    right: 695px;
    bottom: 695px;
    left: 695px;
  }

  .tw .lg\:inset-140{
    top: 700px;
    right: 700px;
    bottom: 700px;
    left: 700px;
  }

  .tw .lg\:inset-141{
    top: 705px;
    right: 705px;
    bottom: 705px;
    left: 705px;
  }

  .tw .lg\:inset-142{
    top: 710px;
    right: 710px;
    bottom: 710px;
    left: 710px;
  }

  .tw .lg\:inset-143{
    top: 715px;
    right: 715px;
    bottom: 715px;
    left: 715px;
  }

  .tw .lg\:inset-144{
    top: 720px;
    right: 720px;
    bottom: 720px;
    left: 720px;
  }

  .tw .lg\:inset-145{
    top: 725px;
    right: 725px;
    bottom: 725px;
    left: 725px;
  }

  .tw .lg\:inset-146{
    top: 730px;
    right: 730px;
    bottom: 730px;
    left: 730px;
  }

  .tw .lg\:inset-147{
    top: 735px;
    right: 735px;
    bottom: 735px;
    left: 735px;
  }

  .tw .lg\:inset-148{
    top: 740px;
    right: 740px;
    bottom: 740px;
    left: 740px;
  }

  .tw .lg\:inset-149{
    top: 745px;
    right: 745px;
    bottom: 745px;
    left: 745px;
  }

  .tw .lg\:inset-auto{
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
  }

  .tw .lg\:inset-0\.5{
    top: 3px;
    right: 3px;
    bottom: 3px;
    left: 3px;
  }

  .tw .lg\:inset-1px{
    top: 1px;
    right: 1px;
    bottom: 1px;
    left: 1px;
  }

  .tw .lg\:inset-2px{
    top: 2px;
    right: 2px;
    bottom: 2px;
    left: 2px;
  }

  .tw .lg\:inset-3px{
    top: 3px;
    right: 3px;
    bottom: 3px;
    left: 3px;
  }

  .tw .lg\:inset-4px{
    top: 4px;
    right: 4px;
    bottom: 4px;
    left: 4px;
  }

  .tw .lg\:inset-5px{
    top: 5px;
    right: 5px;
    bottom: 5px;
    left: 5px;
  }

  .tw .lg\:inset-6px{
    top: 6px;
    right: 6px;
    bottom: 6px;
    left: 6px;
  }

  .tw .lg\:inset-7px{
    top: 7px;
    right: 7px;
    bottom: 7px;
    left: 7px;
  }

  .tw .lg\:inset-8px{
    top: 8px;
    right: 8px;
    bottom: 8px;
    left: 8px;
  }

  .tw .lg\:inset-9px{
    top: 9px;
    right: 9px;
    bottom: 9px;
    left: 9px;
  }

  .tw .lg\:inset-10px{
    top: 10px;
    right: 10px;
    bottom: 10px;
    left: 10px;
  }

  .tw .lg\:inset-11px{
    top: 11px;
    right: 11px;
    bottom: 11px;
    left: 11px;
  }

  .tw .lg\:inset-12px{
    top: 12px;
    right: 12px;
    bottom: 12px;
    left: 12px;
  }

  .tw .lg\:inset-13px{
    top: 13px;
    right: 13px;
    bottom: 13px;
    left: 13px;
  }

  .tw .lg\:inset-14px{
    top: 14px;
    right: 14px;
    bottom: 14px;
    left: 14px;
  }

  .tw .lg\:inset-15px{
    top: 15px;
    right: 15px;
    bottom: 15px;
    left: 15px;
  }

  .tw .lg\:inset-16px{
    top: 16px;
    right: 16px;
    bottom: 16px;
    left: 16px;
  }

  .tw .lg\:inset-17px{
    top: 17px;
    right: 17px;
    bottom: 17px;
    left: 17px;
  }

  .tw .lg\:inset-18px{
    top: 18px;
    right: 18px;
    bottom: 18px;
    left: 18px;
  }

  .tw .lg\:inset-19px{
    top: 19px;
    right: 19px;
    bottom: 19px;
    left: 19px;
  }

  .tw .lg\:inset-20px{
    top: 20px;
    right: 20px;
    bottom: 20px;
    left: 20px;
  }

  .tw .lg\:inset-21px{
    top: 21px;
    right: 21px;
    bottom: 21px;
    left: 21px;
  }

  .tw .lg\:inset-22px{
    top: 22px;
    right: 22px;
    bottom: 22px;
    left: 22px;
  }

  .tw .lg\:inset-23px{
    top: 23px;
    right: 23px;
    bottom: 23px;
    left: 23px;
  }

  .tw .lg\:inset-24px{
    top: 24px;
    right: 24px;
    bottom: 24px;
    left: 24px;
  }

  .tw .lg\:inset-25px{
    top: 25px;
    right: 25px;
    bottom: 25px;
    left: 25px;
  }

  .tw .lg\:inset-26px{
    top: 26px;
    right: 26px;
    bottom: 26px;
    left: 26px;
  }

  .tw .lg\:inset-27px{
    top: 27px;
    right: 27px;
    bottom: 27px;
    left: 27px;
  }

  .tw .lg\:inset-28px{
    top: 28px;
    right: 28px;
    bottom: 28px;
    left: 28px;
  }

  .tw .lg\:inset-29px{
    top: 29px;
    right: 29px;
    bottom: 29px;
    left: 29px;
  }

  .tw .lg\:inset-30px{
    top: 30px;
    right: 30px;
    bottom: 30px;
    left: 30px;
  }

  .tw .lg\:inset-31px{
    top: 31px;
    right: 31px;
    bottom: 31px;
    left: 31px;
  }

  .tw .lg\:inset-32px{
    top: 32px;
    right: 32px;
    bottom: 32px;
    left: 32px;
  }

  .tw .lg\:inset-33px{
    top: 33px;
    right: 33px;
    bottom: 33px;
    left: 33px;
  }

  .tw .lg\:inset-34px{
    top: 34px;
    right: 34px;
    bottom: 34px;
    left: 34px;
  }

  .tw .lg\:inset-35px{
    top: 35px;
    right: 35px;
    bottom: 35px;
    left: 35px;
  }

  .tw .lg\:inset-36px{
    top: 36px;
    right: 36px;
    bottom: 36px;
    left: 36px;
  }

  .tw .lg\:inset-37px{
    top: 37px;
    right: 37px;
    bottom: 37px;
    left: 37px;
  }

  .tw .lg\:inset-38px{
    top: 38px;
    right: 38px;
    bottom: 38px;
    left: 38px;
  }

  .tw .lg\:inset-39px{
    top: 39px;
    right: 39px;
    bottom: 39px;
    left: 39px;
  }

  .tw .lg\:inset-40px{
    top: 40px;
    right: 40px;
    bottom: 40px;
    left: 40px;
  }

  .tw .lg\:-inset-0{
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
  }

  .tw .lg\:-inset-1{
    top: -5px;
    right: -5px;
    bottom: -5px;
    left: -5px;
  }

  .tw .lg\:-inset-2{
    top: -10px;
    right: -10px;
    bottom: -10px;
    left: -10px;
  }

  .tw .lg\:-inset-3{
    top: -15px;
    right: -15px;
    bottom: -15px;
    left: -15px;
  }

  .tw .lg\:-inset-4{
    top: -20px;
    right: -20px;
    bottom: -20px;
    left: -20px;
  }

  .tw .lg\:-inset-5{
    top: -25px;
    right: -25px;
    bottom: -25px;
    left: -25px;
  }

  .tw .lg\:-inset-6{
    top: -30px;
    right: -30px;
    bottom: -30px;
    left: -30px;
  }

  .tw .lg\:-inset-7{
    top: -35px;
    right: -35px;
    bottom: -35px;
    left: -35px;
  }

  .tw .lg\:-inset-8{
    top: -40px;
    right: -40px;
    bottom: -40px;
    left: -40px;
  }

  .tw .lg\:-inset-9{
    top: -45px;
    right: -45px;
    bottom: -45px;
    left: -45px;
  }

  .tw .lg\:-inset-10{
    top: -50px;
    right: -50px;
    bottom: -50px;
    left: -50px;
  }

  .tw .lg\:-inset-11{
    top: -55px;
    right: -55px;
    bottom: -55px;
    left: -55px;
  }

  .tw .lg\:-inset-12{
    top: -60px;
    right: -60px;
    bottom: -60px;
    left: -60px;
  }

  .tw .lg\:-inset-13{
    top: -65px;
    right: -65px;
    bottom: -65px;
    left: -65px;
  }

  .tw .lg\:-inset-14{
    top: -70px;
    right: -70px;
    bottom: -70px;
    left: -70px;
  }

  .tw .lg\:-inset-15{
    top: -75px;
    right: -75px;
    bottom: -75px;
    left: -75px;
  }

  .tw .lg\:-inset-16{
    top: -80px;
    right: -80px;
    bottom: -80px;
    left: -80px;
  }

  .tw .lg\:-inset-17{
    top: -85px;
    right: -85px;
    bottom: -85px;
    left: -85px;
  }

  .tw .lg\:-inset-18{
    top: -90px;
    right: -90px;
    bottom: -90px;
    left: -90px;
  }

  .tw .lg\:-inset-19{
    top: -95px;
    right: -95px;
    bottom: -95px;
    left: -95px;
  }

  .tw .lg\:-inset-20{
    top: -100px;
    right: -100px;
    bottom: -100px;
    left: -100px;
  }

  .tw .lg\:-inset-21{
    top: -105px;
    right: -105px;
    bottom: -105px;
    left: -105px;
  }

  .tw .lg\:-inset-22{
    top: -110px;
    right: -110px;
    bottom: -110px;
    left: -110px;
  }

  .tw .lg\:-inset-23{
    top: -115px;
    right: -115px;
    bottom: -115px;
    left: -115px;
  }

  .tw .lg\:-inset-24{
    top: -120px;
    right: -120px;
    bottom: -120px;
    left: -120px;
  }

  .tw .lg\:-inset-25{
    top: -125px;
    right: -125px;
    bottom: -125px;
    left: -125px;
  }

  .tw .lg\:-inset-26{
    top: -130px;
    right: -130px;
    bottom: -130px;
    left: -130px;
  }

  .tw .lg\:-inset-27{
    top: -135px;
    right: -135px;
    bottom: -135px;
    left: -135px;
  }

  .tw .lg\:-inset-28{
    top: -140px;
    right: -140px;
    bottom: -140px;
    left: -140px;
  }

  .tw .lg\:-inset-29{
    top: -145px;
    right: -145px;
    bottom: -145px;
    left: -145px;
  }

  .tw .lg\:-inset-30{
    top: -150px;
    right: -150px;
    bottom: -150px;
    left: -150px;
  }

  .tw .lg\:-inset-31{
    top: -155px;
    right: -155px;
    bottom: -155px;
    left: -155px;
  }

  .tw .lg\:-inset-32{
    top: -160px;
    right: -160px;
    bottom: -160px;
    left: -160px;
  }

  .tw .lg\:-inset-33{
    top: -165px;
    right: -165px;
    bottom: -165px;
    left: -165px;
  }

  .tw .lg\:-inset-34{
    top: -170px;
    right: -170px;
    bottom: -170px;
    left: -170px;
  }

  .tw .lg\:-inset-35{
    top: -175px;
    right: -175px;
    bottom: -175px;
    left: -175px;
  }

  .tw .lg\:-inset-36{
    top: -180px;
    right: -180px;
    bottom: -180px;
    left: -180px;
  }

  .tw .lg\:-inset-37{
    top: -185px;
    right: -185px;
    bottom: -185px;
    left: -185px;
  }

  .tw .lg\:-inset-38{
    top: -190px;
    right: -190px;
    bottom: -190px;
    left: -190px;
  }

  .tw .lg\:-inset-39{
    top: -195px;
    right: -195px;
    bottom: -195px;
    left: -195px;
  }

  .tw .lg\:-inset-40{
    top: -200px;
    right: -200px;
    bottom: -200px;
    left: -200px;
  }

  .tw .lg\:-inset-41{
    top: -205px;
    right: -205px;
    bottom: -205px;
    left: -205px;
  }

  .tw .lg\:-inset-42{
    top: -210px;
    right: -210px;
    bottom: -210px;
    left: -210px;
  }

  .tw .lg\:-inset-43{
    top: -215px;
    right: -215px;
    bottom: -215px;
    left: -215px;
  }

  .tw .lg\:-inset-44{
    top: -220px;
    right: -220px;
    bottom: -220px;
    left: -220px;
  }

  .tw .lg\:-inset-45{
    top: -225px;
    right: -225px;
    bottom: -225px;
    left: -225px;
  }

  .tw .lg\:-inset-46{
    top: -230px;
    right: -230px;
    bottom: -230px;
    left: -230px;
  }

  .tw .lg\:-inset-47{
    top: -235px;
    right: -235px;
    bottom: -235px;
    left: -235px;
  }

  .tw .lg\:-inset-48{
    top: -240px;
    right: -240px;
    bottom: -240px;
    left: -240px;
  }

  .tw .lg\:-inset-49{
    top: -245px;
    right: -245px;
    bottom: -245px;
    left: -245px;
  }

  .tw .lg\:-inset-50{
    top: -250px;
    right: -250px;
    bottom: -250px;
    left: -250px;
  }

  .tw .lg\:-inset-51{
    top: -255px;
    right: -255px;
    bottom: -255px;
    left: -255px;
  }

  .tw .lg\:-inset-52{
    top: -260px;
    right: -260px;
    bottom: -260px;
    left: -260px;
  }

  .tw .lg\:-inset-53{
    top: -265px;
    right: -265px;
    bottom: -265px;
    left: -265px;
  }

  .tw .lg\:-inset-54{
    top: -270px;
    right: -270px;
    bottom: -270px;
    left: -270px;
  }

  .tw .lg\:-inset-55{
    top: -275px;
    right: -275px;
    bottom: -275px;
    left: -275px;
  }

  .tw .lg\:-inset-56{
    top: -280px;
    right: -280px;
    bottom: -280px;
    left: -280px;
  }

  .tw .lg\:-inset-57{
    top: -285px;
    right: -285px;
    bottom: -285px;
    left: -285px;
  }

  .tw .lg\:-inset-58{
    top: -290px;
    right: -290px;
    bottom: -290px;
    left: -290px;
  }

  .tw .lg\:-inset-59{
    top: -295px;
    right: -295px;
    bottom: -295px;
    left: -295px;
  }

  .tw .lg\:-inset-60{
    top: -300px;
    right: -300px;
    bottom: -300px;
    left: -300px;
  }

  .tw .lg\:-inset-61{
    top: -305px;
    right: -305px;
    bottom: -305px;
    left: -305px;
  }

  .tw .lg\:-inset-62{
    top: -310px;
    right: -310px;
    bottom: -310px;
    left: -310px;
  }

  .tw .lg\:-inset-63{
    top: -315px;
    right: -315px;
    bottom: -315px;
    left: -315px;
  }

  .tw .lg\:-inset-64{
    top: -320px;
    right: -320px;
    bottom: -320px;
    left: -320px;
  }

  .tw .lg\:-inset-65{
    top: -325px;
    right: -325px;
    bottom: -325px;
    left: -325px;
  }

  .tw .lg\:-inset-66{
    top: -330px;
    right: -330px;
    bottom: -330px;
    left: -330px;
  }

  .tw .lg\:-inset-67{
    top: -335px;
    right: -335px;
    bottom: -335px;
    left: -335px;
  }

  .tw .lg\:-inset-68{
    top: -340px;
    right: -340px;
    bottom: -340px;
    left: -340px;
  }

  .tw .lg\:-inset-69{
    top: -345px;
    right: -345px;
    bottom: -345px;
    left: -345px;
  }

  .tw .lg\:-inset-70{
    top: -350px;
    right: -350px;
    bottom: -350px;
    left: -350px;
  }

  .tw .lg\:-inset-71{
    top: -355px;
    right: -355px;
    bottom: -355px;
    left: -355px;
  }

  .tw .lg\:-inset-72{
    top: -360px;
    right: -360px;
    bottom: -360px;
    left: -360px;
  }

  .tw .lg\:-inset-73{
    top: -365px;
    right: -365px;
    bottom: -365px;
    left: -365px;
  }

  .tw .lg\:-inset-74{
    top: -370px;
    right: -370px;
    bottom: -370px;
    left: -370px;
  }

  .tw .lg\:-inset-75{
    top: -375px;
    right: -375px;
    bottom: -375px;
    left: -375px;
  }

  .tw .lg\:-inset-76{
    top: -380px;
    right: -380px;
    bottom: -380px;
    left: -380px;
  }

  .tw .lg\:-inset-77{
    top: -385px;
    right: -385px;
    bottom: -385px;
    left: -385px;
  }

  .tw .lg\:-inset-78{
    top: -390px;
    right: -390px;
    bottom: -390px;
    left: -390px;
  }

  .tw .lg\:-inset-79{
    top: -395px;
    right: -395px;
    bottom: -395px;
    left: -395px;
  }

  .tw .lg\:-inset-80{
    top: -400px;
    right: -400px;
    bottom: -400px;
    left: -400px;
  }

  .tw .lg\:-inset-81{
    top: -405px;
    right: -405px;
    bottom: -405px;
    left: -405px;
  }

  .tw .lg\:-inset-82{
    top: -410px;
    right: -410px;
    bottom: -410px;
    left: -410px;
  }

  .tw .lg\:-inset-83{
    top: -415px;
    right: -415px;
    bottom: -415px;
    left: -415px;
  }

  .tw .lg\:-inset-84{
    top: -420px;
    right: -420px;
    bottom: -420px;
    left: -420px;
  }

  .tw .lg\:-inset-85{
    top: -425px;
    right: -425px;
    bottom: -425px;
    left: -425px;
  }

  .tw .lg\:-inset-86{
    top: -430px;
    right: -430px;
    bottom: -430px;
    left: -430px;
  }

  .tw .lg\:-inset-87{
    top: -435px;
    right: -435px;
    bottom: -435px;
    left: -435px;
  }

  .tw .lg\:-inset-88{
    top: -440px;
    right: -440px;
    bottom: -440px;
    left: -440px;
  }

  .tw .lg\:-inset-89{
    top: -445px;
    right: -445px;
    bottom: -445px;
    left: -445px;
  }

  .tw .lg\:-inset-90{
    top: -450px;
    right: -450px;
    bottom: -450px;
    left: -450px;
  }

  .tw .lg\:-inset-91{
    top: -455px;
    right: -455px;
    bottom: -455px;
    left: -455px;
  }

  .tw .lg\:-inset-92{
    top: -460px;
    right: -460px;
    bottom: -460px;
    left: -460px;
  }

  .tw .lg\:-inset-93{
    top: -465px;
    right: -465px;
    bottom: -465px;
    left: -465px;
  }

  .tw .lg\:-inset-94{
    top: -470px;
    right: -470px;
    bottom: -470px;
    left: -470px;
  }

  .tw .lg\:-inset-95{
    top: -475px;
    right: -475px;
    bottom: -475px;
    left: -475px;
  }

  .tw .lg\:-inset-96{
    top: -480px;
    right: -480px;
    bottom: -480px;
    left: -480px;
  }

  .tw .lg\:-inset-97{
    top: -485px;
    right: -485px;
    bottom: -485px;
    left: -485px;
  }

  .tw .lg\:-inset-98{
    top: -490px;
    right: -490px;
    bottom: -490px;
    left: -490px;
  }

  .tw .lg\:-inset-99{
    top: -495px;
    right: -495px;
    bottom: -495px;
    left: -495px;
  }

  .tw .lg\:-inset-100{
    top: -500px;
    right: -500px;
    bottom: -500px;
    left: -500px;
  }

  .tw .lg\:-inset-101{
    top: -505px;
    right: -505px;
    bottom: -505px;
    left: -505px;
  }

  .tw .lg\:-inset-102{
    top: -510px;
    right: -510px;
    bottom: -510px;
    left: -510px;
  }

  .tw .lg\:-inset-103{
    top: -515px;
    right: -515px;
    bottom: -515px;
    left: -515px;
  }

  .tw .lg\:-inset-104{
    top: -520px;
    right: -520px;
    bottom: -520px;
    left: -520px;
  }

  .tw .lg\:-inset-105{
    top: -525px;
    right: -525px;
    bottom: -525px;
    left: -525px;
  }

  .tw .lg\:-inset-106{
    top: -530px;
    right: -530px;
    bottom: -530px;
    left: -530px;
  }

  .tw .lg\:-inset-107{
    top: -535px;
    right: -535px;
    bottom: -535px;
    left: -535px;
  }

  .tw .lg\:-inset-108{
    top: -540px;
    right: -540px;
    bottom: -540px;
    left: -540px;
  }

  .tw .lg\:-inset-109{
    top: -545px;
    right: -545px;
    bottom: -545px;
    left: -545px;
  }

  .tw .lg\:-inset-110{
    top: -550px;
    right: -550px;
    bottom: -550px;
    left: -550px;
  }

  .tw .lg\:-inset-111{
    top: -555px;
    right: -555px;
    bottom: -555px;
    left: -555px;
  }

  .tw .lg\:-inset-112{
    top: -560px;
    right: -560px;
    bottom: -560px;
    left: -560px;
  }

  .tw .lg\:-inset-113{
    top: -565px;
    right: -565px;
    bottom: -565px;
    left: -565px;
  }

  .tw .lg\:-inset-114{
    top: -570px;
    right: -570px;
    bottom: -570px;
    left: -570px;
  }

  .tw .lg\:-inset-115{
    top: -575px;
    right: -575px;
    bottom: -575px;
    left: -575px;
  }

  .tw .lg\:-inset-116{
    top: -580px;
    right: -580px;
    bottom: -580px;
    left: -580px;
  }

  .tw .lg\:-inset-117{
    top: -585px;
    right: -585px;
    bottom: -585px;
    left: -585px;
  }

  .tw .lg\:-inset-118{
    top: -590px;
    right: -590px;
    bottom: -590px;
    left: -590px;
  }

  .tw .lg\:-inset-119{
    top: -595px;
    right: -595px;
    bottom: -595px;
    left: -595px;
  }

  .tw .lg\:-inset-120{
    top: -600px;
    right: -600px;
    bottom: -600px;
    left: -600px;
  }

  .tw .lg\:-inset-121{
    top: -605px;
    right: -605px;
    bottom: -605px;
    left: -605px;
  }

  .tw .lg\:-inset-122{
    top: -610px;
    right: -610px;
    bottom: -610px;
    left: -610px;
  }

  .tw .lg\:-inset-123{
    top: -615px;
    right: -615px;
    bottom: -615px;
    left: -615px;
  }

  .tw .lg\:-inset-124{
    top: -620px;
    right: -620px;
    bottom: -620px;
    left: -620px;
  }

  .tw .lg\:-inset-125{
    top: -625px;
    right: -625px;
    bottom: -625px;
    left: -625px;
  }

  .tw .lg\:-inset-126{
    top: -630px;
    right: -630px;
    bottom: -630px;
    left: -630px;
  }

  .tw .lg\:-inset-127{
    top: -635px;
    right: -635px;
    bottom: -635px;
    left: -635px;
  }

  .tw .lg\:-inset-128{
    top: -640px;
    right: -640px;
    bottom: -640px;
    left: -640px;
  }

  .tw .lg\:-inset-129{
    top: -645px;
    right: -645px;
    bottom: -645px;
    left: -645px;
  }

  .tw .lg\:-inset-130{
    top: -650px;
    right: -650px;
    bottom: -650px;
    left: -650px;
  }

  .tw .lg\:-inset-131{
    top: -655px;
    right: -655px;
    bottom: -655px;
    left: -655px;
  }

  .tw .lg\:-inset-132{
    top: -660px;
    right: -660px;
    bottom: -660px;
    left: -660px;
  }

  .tw .lg\:-inset-133{
    top: -665px;
    right: -665px;
    bottom: -665px;
    left: -665px;
  }

  .tw .lg\:-inset-134{
    top: -670px;
    right: -670px;
    bottom: -670px;
    left: -670px;
  }

  .tw .lg\:-inset-135{
    top: -675px;
    right: -675px;
    bottom: -675px;
    left: -675px;
  }

  .tw .lg\:-inset-136{
    top: -680px;
    right: -680px;
    bottom: -680px;
    left: -680px;
  }

  .tw .lg\:-inset-137{
    top: -685px;
    right: -685px;
    bottom: -685px;
    left: -685px;
  }

  .tw .lg\:-inset-138{
    top: -690px;
    right: -690px;
    bottom: -690px;
    left: -690px;
  }

  .tw .lg\:-inset-139{
    top: -695px;
    right: -695px;
    bottom: -695px;
    left: -695px;
  }

  .tw .lg\:-inset-140{
    top: -700px;
    right: -700px;
    bottom: -700px;
    left: -700px;
  }

  .tw .lg\:-inset-141{
    top: -705px;
    right: -705px;
    bottom: -705px;
    left: -705px;
  }

  .tw .lg\:-inset-142{
    top: -710px;
    right: -710px;
    bottom: -710px;
    left: -710px;
  }

  .tw .lg\:-inset-143{
    top: -715px;
    right: -715px;
    bottom: -715px;
    left: -715px;
  }

  .tw .lg\:-inset-144{
    top: -720px;
    right: -720px;
    bottom: -720px;
    left: -720px;
  }

  .tw .lg\:-inset-145{
    top: -725px;
    right: -725px;
    bottom: -725px;
    left: -725px;
  }

  .tw .lg\:-inset-146{
    top: -730px;
    right: -730px;
    bottom: -730px;
    left: -730px;
  }

  .tw .lg\:-inset-147{
    top: -735px;
    right: -735px;
    bottom: -735px;
    left: -735px;
  }

  .tw .lg\:-inset-148{
    top: -740px;
    right: -740px;
    bottom: -740px;
    left: -740px;
  }

  .tw .lg\:-inset-149{
    top: -745px;
    right: -745px;
    bottom: -745px;
    left: -745px;
  }

  .tw .lg\:-inset-0\.5{
    top: -3px;
    right: -3px;
    bottom: -3px;
    left: -3px;
  }

  .tw .lg\:-inset-1px{
    top: -1px;
    right: -1px;
    bottom: -1px;
    left: -1px;
  }

  .tw .lg\:-inset-2px{
    top: -2px;
    right: -2px;
    bottom: -2px;
    left: -2px;
  }

  .tw .lg\:-inset-3px{
    top: -3px;
    right: -3px;
    bottom: -3px;
    left: -3px;
  }

  .tw .lg\:-inset-4px{
    top: -4px;
    right: -4px;
    bottom: -4px;
    left: -4px;
  }

  .tw .lg\:-inset-5px{
    top: -5px;
    right: -5px;
    bottom: -5px;
    left: -5px;
  }

  .tw .lg\:-inset-6px{
    top: -6px;
    right: -6px;
    bottom: -6px;
    left: -6px;
  }

  .tw .lg\:-inset-7px{
    top: -7px;
    right: -7px;
    bottom: -7px;
    left: -7px;
  }

  .tw .lg\:-inset-8px{
    top: -8px;
    right: -8px;
    bottom: -8px;
    left: -8px;
  }

  .tw .lg\:-inset-9px{
    top: -9px;
    right: -9px;
    bottom: -9px;
    left: -9px;
  }

  .tw .lg\:-inset-10px{
    top: -10px;
    right: -10px;
    bottom: -10px;
    left: -10px;
  }

  .tw .lg\:-inset-11px{
    top: -11px;
    right: -11px;
    bottom: -11px;
    left: -11px;
  }

  .tw .lg\:-inset-12px{
    top: -12px;
    right: -12px;
    bottom: -12px;
    left: -12px;
  }

  .tw .lg\:-inset-13px{
    top: -13px;
    right: -13px;
    bottom: -13px;
    left: -13px;
  }

  .tw .lg\:-inset-14px{
    top: -14px;
    right: -14px;
    bottom: -14px;
    left: -14px;
  }

  .tw .lg\:-inset-15px{
    top: -15px;
    right: -15px;
    bottom: -15px;
    left: -15px;
  }

  .tw .lg\:-inset-16px{
    top: -16px;
    right: -16px;
    bottom: -16px;
    left: -16px;
  }

  .tw .lg\:-inset-17px{
    top: -17px;
    right: -17px;
    bottom: -17px;
    left: -17px;
  }

  .tw .lg\:-inset-18px{
    top: -18px;
    right: -18px;
    bottom: -18px;
    left: -18px;
  }

  .tw .lg\:-inset-19px{
    top: -19px;
    right: -19px;
    bottom: -19px;
    left: -19px;
  }

  .tw .lg\:-inset-20px{
    top: -20px;
    right: -20px;
    bottom: -20px;
    left: -20px;
  }

  .tw .lg\:-inset-21px{
    top: -21px;
    right: -21px;
    bottom: -21px;
    left: -21px;
  }

  .tw .lg\:-inset-22px{
    top: -22px;
    right: -22px;
    bottom: -22px;
    left: -22px;
  }

  .tw .lg\:-inset-23px{
    top: -23px;
    right: -23px;
    bottom: -23px;
    left: -23px;
  }

  .tw .lg\:-inset-24px{
    top: -24px;
    right: -24px;
    bottom: -24px;
    left: -24px;
  }

  .tw .lg\:-inset-25px{
    top: -25px;
    right: -25px;
    bottom: -25px;
    left: -25px;
  }

  .tw .lg\:-inset-26px{
    top: -26px;
    right: -26px;
    bottom: -26px;
    left: -26px;
  }

  .tw .lg\:-inset-27px{
    top: -27px;
    right: -27px;
    bottom: -27px;
    left: -27px;
  }

  .tw .lg\:-inset-28px{
    top: -28px;
    right: -28px;
    bottom: -28px;
    left: -28px;
  }

  .tw .lg\:-inset-29px{
    top: -29px;
    right: -29px;
    bottom: -29px;
    left: -29px;
  }

  .tw .lg\:-inset-30px{
    top: -30px;
    right: -30px;
    bottom: -30px;
    left: -30px;
  }

  .tw .lg\:-inset-31px{
    top: -31px;
    right: -31px;
    bottom: -31px;
    left: -31px;
  }

  .tw .lg\:-inset-32px{
    top: -32px;
    right: -32px;
    bottom: -32px;
    left: -32px;
  }

  .tw .lg\:-inset-33px{
    top: -33px;
    right: -33px;
    bottom: -33px;
    left: -33px;
  }

  .tw .lg\:-inset-34px{
    top: -34px;
    right: -34px;
    bottom: -34px;
    left: -34px;
  }

  .tw .lg\:-inset-35px{
    top: -35px;
    right: -35px;
    bottom: -35px;
    left: -35px;
  }

  .tw .lg\:-inset-36px{
    top: -36px;
    right: -36px;
    bottom: -36px;
    left: -36px;
  }

  .tw .lg\:-inset-37px{
    top: -37px;
    right: -37px;
    bottom: -37px;
    left: -37px;
  }

  .tw .lg\:-inset-38px{
    top: -38px;
    right: -38px;
    bottom: -38px;
    left: -38px;
  }

  .tw .lg\:-inset-39px{
    top: -39px;
    right: -39px;
    bottom: -39px;
    left: -39px;
  }

  .tw .lg\:-inset-40px{
    top: -40px;
    right: -40px;
    bottom: -40px;
    left: -40px;
  }

  .tw .lg\:inset-1\/2{
    top: 50%;
    right: 50%;
    bottom: 50%;
    left: 50%;
  }

  .tw .lg\:inset-1\/3{
    top: 33.333333%;
    right: 33.333333%;
    bottom: 33.333333%;
    left: 33.333333%;
  }

  .tw .lg\:inset-2\/3{
    top: 66.666667%;
    right: 66.666667%;
    bottom: 66.666667%;
    left: 66.666667%;
  }

  .tw .lg\:inset-1\/4{
    top: 25%;
    right: 25%;
    bottom: 25%;
    left: 25%;
  }

  .tw .lg\:inset-2\/4{
    top: 50%;
    right: 50%;
    bottom: 50%;
    left: 50%;
  }

  .tw .lg\:inset-3\/4{
    top: 75%;
    right: 75%;
    bottom: 75%;
    left: 75%;
  }

  .tw .lg\:inset-full{
    top: 100%;
    right: 100%;
    bottom: 100%;
    left: 100%;
  }

  .tw .lg\:-inset-1\/2{
    top: -50%;
    right: -50%;
    bottom: -50%;
    left: -50%;
  }

  .tw .lg\:-inset-1\/3{
    top: -33.333333%;
    right: -33.333333%;
    bottom: -33.333333%;
    left: -33.333333%;
  }

  .tw .lg\:-inset-2\/3{
    top: -66.666667%;
    right: -66.666667%;
    bottom: -66.666667%;
    left: -66.666667%;
  }

  .tw .lg\:-inset-1\/4{
    top: -25%;
    right: -25%;
    bottom: -25%;
    left: -25%;
  }

  .tw .lg\:-inset-2\/4{
    top: -50%;
    right: -50%;
    bottom: -50%;
    left: -50%;
  }

  .tw .lg\:-inset-3\/4{
    top: -75%;
    right: -75%;
    bottom: -75%;
    left: -75%;
  }

  .tw .lg\:-inset-full{
    top: -100%;
    right: -100%;
    bottom: -100%;
    left: -100%;
  }

  .tw .lg\:inset-x-0{
    left: 0px;
    right: 0px;
  }

  .tw .lg\:inset-x-1{
    left: 5px;
    right: 5px;
  }

  .tw .lg\:inset-x-2{
    left: 10px;
    right: 10px;
  }

  .tw .lg\:inset-x-3{
    left: 15px;
    right: 15px;
  }

  .tw .lg\:inset-x-4{
    left: 20px;
    right: 20px;
  }

  .tw .lg\:inset-x-5{
    left: 25px;
    right: 25px;
  }

  .tw .lg\:inset-x-6{
    left: 30px;
    right: 30px;
  }

  .tw .lg\:inset-x-7{
    left: 35px;
    right: 35px;
  }

  .tw .lg\:inset-x-8{
    left: 40px;
    right: 40px;
  }

  .tw .lg\:inset-x-9{
    left: 45px;
    right: 45px;
  }

  .tw .lg\:inset-x-10{
    left: 50px;
    right: 50px;
  }

  .tw .lg\:inset-x-11{
    left: 55px;
    right: 55px;
  }

  .tw .lg\:inset-x-12{
    left: 60px;
    right: 60px;
  }

  .tw .lg\:inset-x-13{
    left: 65px;
    right: 65px;
  }

  .tw .lg\:inset-x-14{
    left: 70px;
    right: 70px;
  }

  .tw .lg\:inset-x-15{
    left: 75px;
    right: 75px;
  }

  .tw .lg\:inset-x-16{
    left: 80px;
    right: 80px;
  }

  .tw .lg\:inset-x-17{
    left: 85px;
    right: 85px;
  }

  .tw .lg\:inset-x-18{
    left: 90px;
    right: 90px;
  }

  .tw .lg\:inset-x-19{
    left: 95px;
    right: 95px;
  }

  .tw .lg\:inset-x-20{
    left: 100px;
    right: 100px;
  }

  .tw .lg\:inset-x-21{
    left: 105px;
    right: 105px;
  }

  .tw .lg\:inset-x-22{
    left: 110px;
    right: 110px;
  }

  .tw .lg\:inset-x-23{
    left: 115px;
    right: 115px;
  }

  .tw .lg\:inset-x-24{
    left: 120px;
    right: 120px;
  }

  .tw .lg\:inset-x-25{
    left: 125px;
    right: 125px;
  }

  .tw .lg\:inset-x-26{
    left: 130px;
    right: 130px;
  }

  .tw .lg\:inset-x-27{
    left: 135px;
    right: 135px;
  }

  .tw .lg\:inset-x-28{
    left: 140px;
    right: 140px;
  }

  .tw .lg\:inset-x-29{
    left: 145px;
    right: 145px;
  }

  .tw .lg\:inset-x-30{
    left: 150px;
    right: 150px;
  }

  .tw .lg\:inset-x-31{
    left: 155px;
    right: 155px;
  }

  .tw .lg\:inset-x-32{
    left: 160px;
    right: 160px;
  }

  .tw .lg\:inset-x-33{
    left: 165px;
    right: 165px;
  }

  .tw .lg\:inset-x-34{
    left: 170px;
    right: 170px;
  }

  .tw .lg\:inset-x-35{
    left: 175px;
    right: 175px;
  }

  .tw .lg\:inset-x-36{
    left: 180px;
    right: 180px;
  }

  .tw .lg\:inset-x-37{
    left: 185px;
    right: 185px;
  }

  .tw .lg\:inset-x-38{
    left: 190px;
    right: 190px;
  }

  .tw .lg\:inset-x-39{
    left: 195px;
    right: 195px;
  }

  .tw .lg\:inset-x-40{
    left: 200px;
    right: 200px;
  }

  .tw .lg\:inset-x-41{
    left: 205px;
    right: 205px;
  }

  .tw .lg\:inset-x-42{
    left: 210px;
    right: 210px;
  }

  .tw .lg\:inset-x-43{
    left: 215px;
    right: 215px;
  }

  .tw .lg\:inset-x-44{
    left: 220px;
    right: 220px;
  }

  .tw .lg\:inset-x-45{
    left: 225px;
    right: 225px;
  }

  .tw .lg\:inset-x-46{
    left: 230px;
    right: 230px;
  }

  .tw .lg\:inset-x-47{
    left: 235px;
    right: 235px;
  }

  .tw .lg\:inset-x-48{
    left: 240px;
    right: 240px;
  }

  .tw .lg\:inset-x-49{
    left: 245px;
    right: 245px;
  }

  .tw .lg\:inset-x-50{
    left: 250px;
    right: 250px;
  }

  .tw .lg\:inset-x-51{
    left: 255px;
    right: 255px;
  }

  .tw .lg\:inset-x-52{
    left: 260px;
    right: 260px;
  }

  .tw .lg\:inset-x-53{
    left: 265px;
    right: 265px;
  }

  .tw .lg\:inset-x-54{
    left: 270px;
    right: 270px;
  }

  .tw .lg\:inset-x-55{
    left: 275px;
    right: 275px;
  }

  .tw .lg\:inset-x-56{
    left: 280px;
    right: 280px;
  }

  .tw .lg\:inset-x-57{
    left: 285px;
    right: 285px;
  }

  .tw .lg\:inset-x-58{
    left: 290px;
    right: 290px;
  }

  .tw .lg\:inset-x-59{
    left: 295px;
    right: 295px;
  }

  .tw .lg\:inset-x-60{
    left: 300px;
    right: 300px;
  }

  .tw .lg\:inset-x-61{
    left: 305px;
    right: 305px;
  }

  .tw .lg\:inset-x-62{
    left: 310px;
    right: 310px;
  }

  .tw .lg\:inset-x-63{
    left: 315px;
    right: 315px;
  }

  .tw .lg\:inset-x-64{
    left: 320px;
    right: 320px;
  }

  .tw .lg\:inset-x-65{
    left: 325px;
    right: 325px;
  }

  .tw .lg\:inset-x-66{
    left: 330px;
    right: 330px;
  }

  .tw .lg\:inset-x-67{
    left: 335px;
    right: 335px;
  }

  .tw .lg\:inset-x-68{
    left: 340px;
    right: 340px;
  }

  .tw .lg\:inset-x-69{
    left: 345px;
    right: 345px;
  }

  .tw .lg\:inset-x-70{
    left: 350px;
    right: 350px;
  }

  .tw .lg\:inset-x-71{
    left: 355px;
    right: 355px;
  }

  .tw .lg\:inset-x-72{
    left: 360px;
    right: 360px;
  }

  .tw .lg\:inset-x-73{
    left: 365px;
    right: 365px;
  }

  .tw .lg\:inset-x-74{
    left: 370px;
    right: 370px;
  }

  .tw .lg\:inset-x-75{
    left: 375px;
    right: 375px;
  }

  .tw .lg\:inset-x-76{
    left: 380px;
    right: 380px;
  }

  .tw .lg\:inset-x-77{
    left: 385px;
    right: 385px;
  }

  .tw .lg\:inset-x-78{
    left: 390px;
    right: 390px;
  }

  .tw .lg\:inset-x-79{
    left: 395px;
    right: 395px;
  }

  .tw .lg\:inset-x-80{
    left: 400px;
    right: 400px;
  }

  .tw .lg\:inset-x-81{
    left: 405px;
    right: 405px;
  }

  .tw .lg\:inset-x-82{
    left: 410px;
    right: 410px;
  }

  .tw .lg\:inset-x-83{
    left: 415px;
    right: 415px;
  }

  .tw .lg\:inset-x-84{
    left: 420px;
    right: 420px;
  }

  .tw .lg\:inset-x-85{
    left: 425px;
    right: 425px;
  }

  .tw .lg\:inset-x-86{
    left: 430px;
    right: 430px;
  }

  .tw .lg\:inset-x-87{
    left: 435px;
    right: 435px;
  }

  .tw .lg\:inset-x-88{
    left: 440px;
    right: 440px;
  }

  .tw .lg\:inset-x-89{
    left: 445px;
    right: 445px;
  }

  .tw .lg\:inset-x-90{
    left: 450px;
    right: 450px;
  }

  .tw .lg\:inset-x-91{
    left: 455px;
    right: 455px;
  }

  .tw .lg\:inset-x-92{
    left: 460px;
    right: 460px;
  }

  .tw .lg\:inset-x-93{
    left: 465px;
    right: 465px;
  }

  .tw .lg\:inset-x-94{
    left: 470px;
    right: 470px;
  }

  .tw .lg\:inset-x-95{
    left: 475px;
    right: 475px;
  }

  .tw .lg\:inset-x-96{
    left: 480px;
    right: 480px;
  }

  .tw .lg\:inset-x-97{
    left: 485px;
    right: 485px;
  }

  .tw .lg\:inset-x-98{
    left: 490px;
    right: 490px;
  }

  .tw .lg\:inset-x-99{
    left: 495px;
    right: 495px;
  }

  .tw .lg\:inset-x-100{
    left: 500px;
    right: 500px;
  }

  .tw .lg\:inset-x-101{
    left: 505px;
    right: 505px;
  }

  .tw .lg\:inset-x-102{
    left: 510px;
    right: 510px;
  }

  .tw .lg\:inset-x-103{
    left: 515px;
    right: 515px;
  }

  .tw .lg\:inset-x-104{
    left: 520px;
    right: 520px;
  }

  .tw .lg\:inset-x-105{
    left: 525px;
    right: 525px;
  }

  .tw .lg\:inset-x-106{
    left: 530px;
    right: 530px;
  }

  .tw .lg\:inset-x-107{
    left: 535px;
    right: 535px;
  }

  .tw .lg\:inset-x-108{
    left: 540px;
    right: 540px;
  }

  .tw .lg\:inset-x-109{
    left: 545px;
    right: 545px;
  }

  .tw .lg\:inset-x-110{
    left: 550px;
    right: 550px;
  }

  .tw .lg\:inset-x-111{
    left: 555px;
    right: 555px;
  }

  .tw .lg\:inset-x-112{
    left: 560px;
    right: 560px;
  }

  .tw .lg\:inset-x-113{
    left: 565px;
    right: 565px;
  }

  .tw .lg\:inset-x-114{
    left: 570px;
    right: 570px;
  }

  .tw .lg\:inset-x-115{
    left: 575px;
    right: 575px;
  }

  .tw .lg\:inset-x-116{
    left: 580px;
    right: 580px;
  }

  .tw .lg\:inset-x-117{
    left: 585px;
    right: 585px;
  }

  .tw .lg\:inset-x-118{
    left: 590px;
    right: 590px;
  }

  .tw .lg\:inset-x-119{
    left: 595px;
    right: 595px;
  }

  .tw .lg\:inset-x-120{
    left: 600px;
    right: 600px;
  }

  .tw .lg\:inset-x-121{
    left: 605px;
    right: 605px;
  }

  .tw .lg\:inset-x-122{
    left: 610px;
    right: 610px;
  }

  .tw .lg\:inset-x-123{
    left: 615px;
    right: 615px;
  }

  .tw .lg\:inset-x-124{
    left: 620px;
    right: 620px;
  }

  .tw .lg\:inset-x-125{
    left: 625px;
    right: 625px;
  }

  .tw .lg\:inset-x-126{
    left: 630px;
    right: 630px;
  }

  .tw .lg\:inset-x-127{
    left: 635px;
    right: 635px;
  }

  .tw .lg\:inset-x-128{
    left: 640px;
    right: 640px;
  }

  .tw .lg\:inset-x-129{
    left: 645px;
    right: 645px;
  }

  .tw .lg\:inset-x-130{
    left: 650px;
    right: 650px;
  }

  .tw .lg\:inset-x-131{
    left: 655px;
    right: 655px;
  }

  .tw .lg\:inset-x-132{
    left: 660px;
    right: 660px;
  }

  .tw .lg\:inset-x-133{
    left: 665px;
    right: 665px;
  }

  .tw .lg\:inset-x-134{
    left: 670px;
    right: 670px;
  }

  .tw .lg\:inset-x-135{
    left: 675px;
    right: 675px;
  }

  .tw .lg\:inset-x-136{
    left: 680px;
    right: 680px;
  }

  .tw .lg\:inset-x-137{
    left: 685px;
    right: 685px;
  }

  .tw .lg\:inset-x-138{
    left: 690px;
    right: 690px;
  }

  .tw .lg\:inset-x-139{
    left: 695px;
    right: 695px;
  }

  .tw .lg\:inset-x-140{
    left: 700px;
    right: 700px;
  }

  .tw .lg\:inset-x-141{
    left: 705px;
    right: 705px;
  }

  .tw .lg\:inset-x-142{
    left: 710px;
    right: 710px;
  }

  .tw .lg\:inset-x-143{
    left: 715px;
    right: 715px;
  }

  .tw .lg\:inset-x-144{
    left: 720px;
    right: 720px;
  }

  .tw .lg\:inset-x-145{
    left: 725px;
    right: 725px;
  }

  .tw .lg\:inset-x-146{
    left: 730px;
    right: 730px;
  }

  .tw .lg\:inset-x-147{
    left: 735px;
    right: 735px;
  }

  .tw .lg\:inset-x-148{
    left: 740px;
    right: 740px;
  }

  .tw .lg\:inset-x-149{
    left: 745px;
    right: 745px;
  }

  .tw .lg\:inset-x-auto{
    left: auto;
    right: auto;
  }

  .tw .lg\:inset-x-0\.5{
    left: 3px;
    right: 3px;
  }

  .tw .lg\:inset-x-1px{
    left: 1px;
    right: 1px;
  }

  .tw .lg\:inset-x-2px{
    left: 2px;
    right: 2px;
  }

  .tw .lg\:inset-x-3px{
    left: 3px;
    right: 3px;
  }

  .tw .lg\:inset-x-4px{
    left: 4px;
    right: 4px;
  }

  .tw .lg\:inset-x-5px{
    left: 5px;
    right: 5px;
  }

  .tw .lg\:inset-x-6px{
    left: 6px;
    right: 6px;
  }

  .tw .lg\:inset-x-7px{
    left: 7px;
    right: 7px;
  }

  .tw .lg\:inset-x-8px{
    left: 8px;
    right: 8px;
  }

  .tw .lg\:inset-x-9px{
    left: 9px;
    right: 9px;
  }

  .tw .lg\:inset-x-10px{
    left: 10px;
    right: 10px;
  }

  .tw .lg\:inset-x-11px{
    left: 11px;
    right: 11px;
  }

  .tw .lg\:inset-x-12px{
    left: 12px;
    right: 12px;
  }

  .tw .lg\:inset-x-13px{
    left: 13px;
    right: 13px;
  }

  .tw .lg\:inset-x-14px{
    left: 14px;
    right: 14px;
  }

  .tw .lg\:inset-x-15px{
    left: 15px;
    right: 15px;
  }

  .tw .lg\:inset-x-16px{
    left: 16px;
    right: 16px;
  }

  .tw .lg\:inset-x-17px{
    left: 17px;
    right: 17px;
  }

  .tw .lg\:inset-x-18px{
    left: 18px;
    right: 18px;
  }

  .tw .lg\:inset-x-19px{
    left: 19px;
    right: 19px;
  }

  .tw .lg\:inset-x-20px{
    left: 20px;
    right: 20px;
  }

  .tw .lg\:inset-x-21px{
    left: 21px;
    right: 21px;
  }

  .tw .lg\:inset-x-22px{
    left: 22px;
    right: 22px;
  }

  .tw .lg\:inset-x-23px{
    left: 23px;
    right: 23px;
  }

  .tw .lg\:inset-x-24px{
    left: 24px;
    right: 24px;
  }

  .tw .lg\:inset-x-25px{
    left: 25px;
    right: 25px;
  }

  .tw .lg\:inset-x-26px{
    left: 26px;
    right: 26px;
  }

  .tw .lg\:inset-x-27px{
    left: 27px;
    right: 27px;
  }

  .tw .lg\:inset-x-28px{
    left: 28px;
    right: 28px;
  }

  .tw .lg\:inset-x-29px{
    left: 29px;
    right: 29px;
  }

  .tw .lg\:inset-x-30px{
    left: 30px;
    right: 30px;
  }

  .tw .lg\:inset-x-31px{
    left: 31px;
    right: 31px;
  }

  .tw .lg\:inset-x-32px{
    left: 32px;
    right: 32px;
  }

  .tw .lg\:inset-x-33px{
    left: 33px;
    right: 33px;
  }

  .tw .lg\:inset-x-34px{
    left: 34px;
    right: 34px;
  }

  .tw .lg\:inset-x-35px{
    left: 35px;
    right: 35px;
  }

  .tw .lg\:inset-x-36px{
    left: 36px;
    right: 36px;
  }

  .tw .lg\:inset-x-37px{
    left: 37px;
    right: 37px;
  }

  .tw .lg\:inset-x-38px{
    left: 38px;
    right: 38px;
  }

  .tw .lg\:inset-x-39px{
    left: 39px;
    right: 39px;
  }

  .tw .lg\:inset-x-40px{
    left: 40px;
    right: 40px;
  }

  .tw .lg\:-inset-x-0{
    left: 0px;
    right: 0px;
  }

  .tw .lg\:-inset-x-1{
    left: -5px;
    right: -5px;
  }

  .tw .lg\:-inset-x-2{
    left: -10px;
    right: -10px;
  }

  .tw .lg\:-inset-x-3{
    left: -15px;
    right: -15px;
  }

  .tw .lg\:-inset-x-4{
    left: -20px;
    right: -20px;
  }

  .tw .lg\:-inset-x-5{
    left: -25px;
    right: -25px;
  }

  .tw .lg\:-inset-x-6{
    left: -30px;
    right: -30px;
  }

  .tw .lg\:-inset-x-7{
    left: -35px;
    right: -35px;
  }

  .tw .lg\:-inset-x-8{
    left: -40px;
    right: -40px;
  }

  .tw .lg\:-inset-x-9{
    left: -45px;
    right: -45px;
  }

  .tw .lg\:-inset-x-10{
    left: -50px;
    right: -50px;
  }

  .tw .lg\:-inset-x-11{
    left: -55px;
    right: -55px;
  }

  .tw .lg\:-inset-x-12{
    left: -60px;
    right: -60px;
  }

  .tw .lg\:-inset-x-13{
    left: -65px;
    right: -65px;
  }

  .tw .lg\:-inset-x-14{
    left: -70px;
    right: -70px;
  }

  .tw .lg\:-inset-x-15{
    left: -75px;
    right: -75px;
  }

  .tw .lg\:-inset-x-16{
    left: -80px;
    right: -80px;
  }

  .tw .lg\:-inset-x-17{
    left: -85px;
    right: -85px;
  }

  .tw .lg\:-inset-x-18{
    left: -90px;
    right: -90px;
  }

  .tw .lg\:-inset-x-19{
    left: -95px;
    right: -95px;
  }

  .tw .lg\:-inset-x-20{
    left: -100px;
    right: -100px;
  }

  .tw .lg\:-inset-x-21{
    left: -105px;
    right: -105px;
  }

  .tw .lg\:-inset-x-22{
    left: -110px;
    right: -110px;
  }

  .tw .lg\:-inset-x-23{
    left: -115px;
    right: -115px;
  }

  .tw .lg\:-inset-x-24{
    left: -120px;
    right: -120px;
  }

  .tw .lg\:-inset-x-25{
    left: -125px;
    right: -125px;
  }

  .tw .lg\:-inset-x-26{
    left: -130px;
    right: -130px;
  }

  .tw .lg\:-inset-x-27{
    left: -135px;
    right: -135px;
  }

  .tw .lg\:-inset-x-28{
    left: -140px;
    right: -140px;
  }

  .tw .lg\:-inset-x-29{
    left: -145px;
    right: -145px;
  }

  .tw .lg\:-inset-x-30{
    left: -150px;
    right: -150px;
  }

  .tw .lg\:-inset-x-31{
    left: -155px;
    right: -155px;
  }

  .tw .lg\:-inset-x-32{
    left: -160px;
    right: -160px;
  }

  .tw .lg\:-inset-x-33{
    left: -165px;
    right: -165px;
  }

  .tw .lg\:-inset-x-34{
    left: -170px;
    right: -170px;
  }

  .tw .lg\:-inset-x-35{
    left: -175px;
    right: -175px;
  }

  .tw .lg\:-inset-x-36{
    left: -180px;
    right: -180px;
  }

  .tw .lg\:-inset-x-37{
    left: -185px;
    right: -185px;
  }

  .tw .lg\:-inset-x-38{
    left: -190px;
    right: -190px;
  }

  .tw .lg\:-inset-x-39{
    left: -195px;
    right: -195px;
  }

  .tw .lg\:-inset-x-40{
    left: -200px;
    right: -200px;
  }

  .tw .lg\:-inset-x-41{
    left: -205px;
    right: -205px;
  }

  .tw .lg\:-inset-x-42{
    left: -210px;
    right: -210px;
  }

  .tw .lg\:-inset-x-43{
    left: -215px;
    right: -215px;
  }

  .tw .lg\:-inset-x-44{
    left: -220px;
    right: -220px;
  }

  .tw .lg\:-inset-x-45{
    left: -225px;
    right: -225px;
  }

  .tw .lg\:-inset-x-46{
    left: -230px;
    right: -230px;
  }

  .tw .lg\:-inset-x-47{
    left: -235px;
    right: -235px;
  }

  .tw .lg\:-inset-x-48{
    left: -240px;
    right: -240px;
  }

  .tw .lg\:-inset-x-49{
    left: -245px;
    right: -245px;
  }

  .tw .lg\:-inset-x-50{
    left: -250px;
    right: -250px;
  }

  .tw .lg\:-inset-x-51{
    left: -255px;
    right: -255px;
  }

  .tw .lg\:-inset-x-52{
    left: -260px;
    right: -260px;
  }

  .tw .lg\:-inset-x-53{
    left: -265px;
    right: -265px;
  }

  .tw .lg\:-inset-x-54{
    left: -270px;
    right: -270px;
  }

  .tw .lg\:-inset-x-55{
    left: -275px;
    right: -275px;
  }

  .tw .lg\:-inset-x-56{
    left: -280px;
    right: -280px;
  }

  .tw .lg\:-inset-x-57{
    left: -285px;
    right: -285px;
  }

  .tw .lg\:-inset-x-58{
    left: -290px;
    right: -290px;
  }

  .tw .lg\:-inset-x-59{
    left: -295px;
    right: -295px;
  }

  .tw .lg\:-inset-x-60{
    left: -300px;
    right: -300px;
  }

  .tw .lg\:-inset-x-61{
    left: -305px;
    right: -305px;
  }

  .tw .lg\:-inset-x-62{
    left: -310px;
    right: -310px;
  }

  .tw .lg\:-inset-x-63{
    left: -315px;
    right: -315px;
  }

  .tw .lg\:-inset-x-64{
    left: -320px;
    right: -320px;
  }

  .tw .lg\:-inset-x-65{
    left: -325px;
    right: -325px;
  }

  .tw .lg\:-inset-x-66{
    left: -330px;
    right: -330px;
  }

  .tw .lg\:-inset-x-67{
    left: -335px;
    right: -335px;
  }

  .tw .lg\:-inset-x-68{
    left: -340px;
    right: -340px;
  }

  .tw .lg\:-inset-x-69{
    left: -345px;
    right: -345px;
  }

  .tw .lg\:-inset-x-70{
    left: -350px;
    right: -350px;
  }

  .tw .lg\:-inset-x-71{
    left: -355px;
    right: -355px;
  }

  .tw .lg\:-inset-x-72{
    left: -360px;
    right: -360px;
  }

  .tw .lg\:-inset-x-73{
    left: -365px;
    right: -365px;
  }

  .tw .lg\:-inset-x-74{
    left: -370px;
    right: -370px;
  }

  .tw .lg\:-inset-x-75{
    left: -375px;
    right: -375px;
  }

  .tw .lg\:-inset-x-76{
    left: -380px;
    right: -380px;
  }

  .tw .lg\:-inset-x-77{
    left: -385px;
    right: -385px;
  }

  .tw .lg\:-inset-x-78{
    left: -390px;
    right: -390px;
  }

  .tw .lg\:-inset-x-79{
    left: -395px;
    right: -395px;
  }

  .tw .lg\:-inset-x-80{
    left: -400px;
    right: -400px;
  }

  .tw .lg\:-inset-x-81{
    left: -405px;
    right: -405px;
  }

  .tw .lg\:-inset-x-82{
    left: -410px;
    right: -410px;
  }

  .tw .lg\:-inset-x-83{
    left: -415px;
    right: -415px;
  }

  .tw .lg\:-inset-x-84{
    left: -420px;
    right: -420px;
  }

  .tw .lg\:-inset-x-85{
    left: -425px;
    right: -425px;
  }

  .tw .lg\:-inset-x-86{
    left: -430px;
    right: -430px;
  }

  .tw .lg\:-inset-x-87{
    left: -435px;
    right: -435px;
  }

  .tw .lg\:-inset-x-88{
    left: -440px;
    right: -440px;
  }

  .tw .lg\:-inset-x-89{
    left: -445px;
    right: -445px;
  }

  .tw .lg\:-inset-x-90{
    left: -450px;
    right: -450px;
  }

  .tw .lg\:-inset-x-91{
    left: -455px;
    right: -455px;
  }

  .tw .lg\:-inset-x-92{
    left: -460px;
    right: -460px;
  }

  .tw .lg\:-inset-x-93{
    left: -465px;
    right: -465px;
  }

  .tw .lg\:-inset-x-94{
    left: -470px;
    right: -470px;
  }

  .tw .lg\:-inset-x-95{
    left: -475px;
    right: -475px;
  }

  .tw .lg\:-inset-x-96{
    left: -480px;
    right: -480px;
  }

  .tw .lg\:-inset-x-97{
    left: -485px;
    right: -485px;
  }

  .tw .lg\:-inset-x-98{
    left: -490px;
    right: -490px;
  }

  .tw .lg\:-inset-x-99{
    left: -495px;
    right: -495px;
  }

  .tw .lg\:-inset-x-100{
    left: -500px;
    right: -500px;
  }

  .tw .lg\:-inset-x-101{
    left: -505px;
    right: -505px;
  }

  .tw .lg\:-inset-x-102{
    left: -510px;
    right: -510px;
  }

  .tw .lg\:-inset-x-103{
    left: -515px;
    right: -515px;
  }

  .tw .lg\:-inset-x-104{
    left: -520px;
    right: -520px;
  }

  .tw .lg\:-inset-x-105{
    left: -525px;
    right: -525px;
  }

  .tw .lg\:-inset-x-106{
    left: -530px;
    right: -530px;
  }

  .tw .lg\:-inset-x-107{
    left: -535px;
    right: -535px;
  }

  .tw .lg\:-inset-x-108{
    left: -540px;
    right: -540px;
  }

  .tw .lg\:-inset-x-109{
    left: -545px;
    right: -545px;
  }

  .tw .lg\:-inset-x-110{
    left: -550px;
    right: -550px;
  }

  .tw .lg\:-inset-x-111{
    left: -555px;
    right: -555px;
  }

  .tw .lg\:-inset-x-112{
    left: -560px;
    right: -560px;
  }

  .tw .lg\:-inset-x-113{
    left: -565px;
    right: -565px;
  }

  .tw .lg\:-inset-x-114{
    left: -570px;
    right: -570px;
  }

  .tw .lg\:-inset-x-115{
    left: -575px;
    right: -575px;
  }

  .tw .lg\:-inset-x-116{
    left: -580px;
    right: -580px;
  }

  .tw .lg\:-inset-x-117{
    left: -585px;
    right: -585px;
  }

  .tw .lg\:-inset-x-118{
    left: -590px;
    right: -590px;
  }

  .tw .lg\:-inset-x-119{
    left: -595px;
    right: -595px;
  }

  .tw .lg\:-inset-x-120{
    left: -600px;
    right: -600px;
  }

  .tw .lg\:-inset-x-121{
    left: -605px;
    right: -605px;
  }

  .tw .lg\:-inset-x-122{
    left: -610px;
    right: -610px;
  }

  .tw .lg\:-inset-x-123{
    left: -615px;
    right: -615px;
  }

  .tw .lg\:-inset-x-124{
    left: -620px;
    right: -620px;
  }

  .tw .lg\:-inset-x-125{
    left: -625px;
    right: -625px;
  }

  .tw .lg\:-inset-x-126{
    left: -630px;
    right: -630px;
  }

  .tw .lg\:-inset-x-127{
    left: -635px;
    right: -635px;
  }

  .tw .lg\:-inset-x-128{
    left: -640px;
    right: -640px;
  }

  .tw .lg\:-inset-x-129{
    left: -645px;
    right: -645px;
  }

  .tw .lg\:-inset-x-130{
    left: -650px;
    right: -650px;
  }

  .tw .lg\:-inset-x-131{
    left: -655px;
    right: -655px;
  }

  .tw .lg\:-inset-x-132{
    left: -660px;
    right: -660px;
  }

  .tw .lg\:-inset-x-133{
    left: -665px;
    right: -665px;
  }

  .tw .lg\:-inset-x-134{
    left: -670px;
    right: -670px;
  }

  .tw .lg\:-inset-x-135{
    left: -675px;
    right: -675px;
  }

  .tw .lg\:-inset-x-136{
    left: -680px;
    right: -680px;
  }

  .tw .lg\:-inset-x-137{
    left: -685px;
    right: -685px;
  }

  .tw .lg\:-inset-x-138{
    left: -690px;
    right: -690px;
  }

  .tw .lg\:-inset-x-139{
    left: -695px;
    right: -695px;
  }

  .tw .lg\:-inset-x-140{
    left: -700px;
    right: -700px;
  }

  .tw .lg\:-inset-x-141{
    left: -705px;
    right: -705px;
  }

  .tw .lg\:-inset-x-142{
    left: -710px;
    right: -710px;
  }

  .tw .lg\:-inset-x-143{
    left: -715px;
    right: -715px;
  }

  .tw .lg\:-inset-x-144{
    left: -720px;
    right: -720px;
  }

  .tw .lg\:-inset-x-145{
    left: -725px;
    right: -725px;
  }

  .tw .lg\:-inset-x-146{
    left: -730px;
    right: -730px;
  }

  .tw .lg\:-inset-x-147{
    left: -735px;
    right: -735px;
  }

  .tw .lg\:-inset-x-148{
    left: -740px;
    right: -740px;
  }

  .tw .lg\:-inset-x-149{
    left: -745px;
    right: -745px;
  }

  .tw .lg\:-inset-x-0\.5{
    left: -3px;
    right: -3px;
  }

  .tw .lg\:-inset-x-1px{
    left: -1px;
    right: -1px;
  }

  .tw .lg\:-inset-x-2px{
    left: -2px;
    right: -2px;
  }

  .tw .lg\:-inset-x-3px{
    left: -3px;
    right: -3px;
  }

  .tw .lg\:-inset-x-4px{
    left: -4px;
    right: -4px;
  }

  .tw .lg\:-inset-x-5px{
    left: -5px;
    right: -5px;
  }

  .tw .lg\:-inset-x-6px{
    left: -6px;
    right: -6px;
  }

  .tw .lg\:-inset-x-7px{
    left: -7px;
    right: -7px;
  }

  .tw .lg\:-inset-x-8px{
    left: -8px;
    right: -8px;
  }

  .tw .lg\:-inset-x-9px{
    left: -9px;
    right: -9px;
  }

  .tw .lg\:-inset-x-10px{
    left: -10px;
    right: -10px;
  }

  .tw .lg\:-inset-x-11px{
    left: -11px;
    right: -11px;
  }

  .tw .lg\:-inset-x-12px{
    left: -12px;
    right: -12px;
  }

  .tw .lg\:-inset-x-13px{
    left: -13px;
    right: -13px;
  }

  .tw .lg\:-inset-x-14px{
    left: -14px;
    right: -14px;
  }

  .tw .lg\:-inset-x-15px{
    left: -15px;
    right: -15px;
  }

  .tw .lg\:-inset-x-16px{
    left: -16px;
    right: -16px;
  }

  .tw .lg\:-inset-x-17px{
    left: -17px;
    right: -17px;
  }

  .tw .lg\:-inset-x-18px{
    left: -18px;
    right: -18px;
  }

  .tw .lg\:-inset-x-19px{
    left: -19px;
    right: -19px;
  }

  .tw .lg\:-inset-x-20px{
    left: -20px;
    right: -20px;
  }

  .tw .lg\:-inset-x-21px{
    left: -21px;
    right: -21px;
  }

  .tw .lg\:-inset-x-22px{
    left: -22px;
    right: -22px;
  }

  .tw .lg\:-inset-x-23px{
    left: -23px;
    right: -23px;
  }

  .tw .lg\:-inset-x-24px{
    left: -24px;
    right: -24px;
  }

  .tw .lg\:-inset-x-25px{
    left: -25px;
    right: -25px;
  }

  .tw .lg\:-inset-x-26px{
    left: -26px;
    right: -26px;
  }

  .tw .lg\:-inset-x-27px{
    left: -27px;
    right: -27px;
  }

  .tw .lg\:-inset-x-28px{
    left: -28px;
    right: -28px;
  }

  .tw .lg\:-inset-x-29px{
    left: -29px;
    right: -29px;
  }

  .tw .lg\:-inset-x-30px{
    left: -30px;
    right: -30px;
  }

  .tw .lg\:-inset-x-31px{
    left: -31px;
    right: -31px;
  }

  .tw .lg\:-inset-x-32px{
    left: -32px;
    right: -32px;
  }

  .tw .lg\:-inset-x-33px{
    left: -33px;
    right: -33px;
  }

  .tw .lg\:-inset-x-34px{
    left: -34px;
    right: -34px;
  }

  .tw .lg\:-inset-x-35px{
    left: -35px;
    right: -35px;
  }

  .tw .lg\:-inset-x-36px{
    left: -36px;
    right: -36px;
  }

  .tw .lg\:-inset-x-37px{
    left: -37px;
    right: -37px;
  }

  .tw .lg\:-inset-x-38px{
    left: -38px;
    right: -38px;
  }

  .tw .lg\:-inset-x-39px{
    left: -39px;
    right: -39px;
  }

  .tw .lg\:-inset-x-40px{
    left: -40px;
    right: -40px;
  }

  .tw .lg\:inset-x-1\/2{
    left: 50%;
    right: 50%;
  }

  .tw .lg\:inset-x-1\/3{
    left: 33.333333%;
    right: 33.333333%;
  }

  .tw .lg\:inset-x-2\/3{
    left: 66.666667%;
    right: 66.666667%;
  }

  .tw .lg\:inset-x-1\/4{
    left: 25%;
    right: 25%;
  }

  .tw .lg\:inset-x-2\/4{
    left: 50%;
    right: 50%;
  }

  .tw .lg\:inset-x-3\/4{
    left: 75%;
    right: 75%;
  }

  .tw .lg\:inset-x-full{
    left: 100%;
    right: 100%;
  }

  .tw .lg\:-inset-x-1\/2{
    left: -50%;
    right: -50%;
  }

  .tw .lg\:-inset-x-1\/3{
    left: -33.333333%;
    right: -33.333333%;
  }

  .tw .lg\:-inset-x-2\/3{
    left: -66.666667%;
    right: -66.666667%;
  }

  .tw .lg\:-inset-x-1\/4{
    left: -25%;
    right: -25%;
  }

  .tw .lg\:-inset-x-2\/4{
    left: -50%;
    right: -50%;
  }

  .tw .lg\:-inset-x-3\/4{
    left: -75%;
    right: -75%;
  }

  .tw .lg\:-inset-x-full{
    left: -100%;
    right: -100%;
  }

  .tw .lg\:inset-y-0{
    top: 0px;
    bottom: 0px;
  }

  .tw .lg\:inset-y-1{
    top: 5px;
    bottom: 5px;
  }

  .tw .lg\:inset-y-2{
    top: 10px;
    bottom: 10px;
  }

  .tw .lg\:inset-y-3{
    top: 15px;
    bottom: 15px;
  }

  .tw .lg\:inset-y-4{
    top: 20px;
    bottom: 20px;
  }

  .tw .lg\:inset-y-5{
    top: 25px;
    bottom: 25px;
  }

  .tw .lg\:inset-y-6{
    top: 30px;
    bottom: 30px;
  }

  .tw .lg\:inset-y-7{
    top: 35px;
    bottom: 35px;
  }

  .tw .lg\:inset-y-8{
    top: 40px;
    bottom: 40px;
  }

  .tw .lg\:inset-y-9{
    top: 45px;
    bottom: 45px;
  }

  .tw .lg\:inset-y-10{
    top: 50px;
    bottom: 50px;
  }

  .tw .lg\:inset-y-11{
    top: 55px;
    bottom: 55px;
  }

  .tw .lg\:inset-y-12{
    top: 60px;
    bottom: 60px;
  }

  .tw .lg\:inset-y-13{
    top: 65px;
    bottom: 65px;
  }

  .tw .lg\:inset-y-14{
    top: 70px;
    bottom: 70px;
  }

  .tw .lg\:inset-y-15{
    top: 75px;
    bottom: 75px;
  }

  .tw .lg\:inset-y-16{
    top: 80px;
    bottom: 80px;
  }

  .tw .lg\:inset-y-17{
    top: 85px;
    bottom: 85px;
  }

  .tw .lg\:inset-y-18{
    top: 90px;
    bottom: 90px;
  }

  .tw .lg\:inset-y-19{
    top: 95px;
    bottom: 95px;
  }

  .tw .lg\:inset-y-20{
    top: 100px;
    bottom: 100px;
  }

  .tw .lg\:inset-y-21{
    top: 105px;
    bottom: 105px;
  }

  .tw .lg\:inset-y-22{
    top: 110px;
    bottom: 110px;
  }

  .tw .lg\:inset-y-23{
    top: 115px;
    bottom: 115px;
  }

  .tw .lg\:inset-y-24{
    top: 120px;
    bottom: 120px;
  }

  .tw .lg\:inset-y-25{
    top: 125px;
    bottom: 125px;
  }

  .tw .lg\:inset-y-26{
    top: 130px;
    bottom: 130px;
  }

  .tw .lg\:inset-y-27{
    top: 135px;
    bottom: 135px;
  }

  .tw .lg\:inset-y-28{
    top: 140px;
    bottom: 140px;
  }

  .tw .lg\:inset-y-29{
    top: 145px;
    bottom: 145px;
  }

  .tw .lg\:inset-y-30{
    top: 150px;
    bottom: 150px;
  }

  .tw .lg\:inset-y-31{
    top: 155px;
    bottom: 155px;
  }

  .tw .lg\:inset-y-32{
    top: 160px;
    bottom: 160px;
  }

  .tw .lg\:inset-y-33{
    top: 165px;
    bottom: 165px;
  }

  .tw .lg\:inset-y-34{
    top: 170px;
    bottom: 170px;
  }

  .tw .lg\:inset-y-35{
    top: 175px;
    bottom: 175px;
  }

  .tw .lg\:inset-y-36{
    top: 180px;
    bottom: 180px;
  }

  .tw .lg\:inset-y-37{
    top: 185px;
    bottom: 185px;
  }

  .tw .lg\:inset-y-38{
    top: 190px;
    bottom: 190px;
  }

  .tw .lg\:inset-y-39{
    top: 195px;
    bottom: 195px;
  }

  .tw .lg\:inset-y-40{
    top: 200px;
    bottom: 200px;
  }

  .tw .lg\:inset-y-41{
    top: 205px;
    bottom: 205px;
  }

  .tw .lg\:inset-y-42{
    top: 210px;
    bottom: 210px;
  }

  .tw .lg\:inset-y-43{
    top: 215px;
    bottom: 215px;
  }

  .tw .lg\:inset-y-44{
    top: 220px;
    bottom: 220px;
  }

  .tw .lg\:inset-y-45{
    top: 225px;
    bottom: 225px;
  }

  .tw .lg\:inset-y-46{
    top: 230px;
    bottom: 230px;
  }

  .tw .lg\:inset-y-47{
    top: 235px;
    bottom: 235px;
  }

  .tw .lg\:inset-y-48{
    top: 240px;
    bottom: 240px;
  }

  .tw .lg\:inset-y-49{
    top: 245px;
    bottom: 245px;
  }

  .tw .lg\:inset-y-50{
    top: 250px;
    bottom: 250px;
  }

  .tw .lg\:inset-y-51{
    top: 255px;
    bottom: 255px;
  }

  .tw .lg\:inset-y-52{
    top: 260px;
    bottom: 260px;
  }

  .tw .lg\:inset-y-53{
    top: 265px;
    bottom: 265px;
  }

  .tw .lg\:inset-y-54{
    top: 270px;
    bottom: 270px;
  }

  .tw .lg\:inset-y-55{
    top: 275px;
    bottom: 275px;
  }

  .tw .lg\:inset-y-56{
    top: 280px;
    bottom: 280px;
  }

  .tw .lg\:inset-y-57{
    top: 285px;
    bottom: 285px;
  }

  .tw .lg\:inset-y-58{
    top: 290px;
    bottom: 290px;
  }

  .tw .lg\:inset-y-59{
    top: 295px;
    bottom: 295px;
  }

  .tw .lg\:inset-y-60{
    top: 300px;
    bottom: 300px;
  }

  .tw .lg\:inset-y-61{
    top: 305px;
    bottom: 305px;
  }

  .tw .lg\:inset-y-62{
    top: 310px;
    bottom: 310px;
  }

  .tw .lg\:inset-y-63{
    top: 315px;
    bottom: 315px;
  }

  .tw .lg\:inset-y-64{
    top: 320px;
    bottom: 320px;
  }

  .tw .lg\:inset-y-65{
    top: 325px;
    bottom: 325px;
  }

  .tw .lg\:inset-y-66{
    top: 330px;
    bottom: 330px;
  }

  .tw .lg\:inset-y-67{
    top: 335px;
    bottom: 335px;
  }

  .tw .lg\:inset-y-68{
    top: 340px;
    bottom: 340px;
  }

  .tw .lg\:inset-y-69{
    top: 345px;
    bottom: 345px;
  }

  .tw .lg\:inset-y-70{
    top: 350px;
    bottom: 350px;
  }

  .tw .lg\:inset-y-71{
    top: 355px;
    bottom: 355px;
  }

  .tw .lg\:inset-y-72{
    top: 360px;
    bottom: 360px;
  }

  .tw .lg\:inset-y-73{
    top: 365px;
    bottom: 365px;
  }

  .tw .lg\:inset-y-74{
    top: 370px;
    bottom: 370px;
  }

  .tw .lg\:inset-y-75{
    top: 375px;
    bottom: 375px;
  }

  .tw .lg\:inset-y-76{
    top: 380px;
    bottom: 380px;
  }

  .tw .lg\:inset-y-77{
    top: 385px;
    bottom: 385px;
  }

  .tw .lg\:inset-y-78{
    top: 390px;
    bottom: 390px;
  }

  .tw .lg\:inset-y-79{
    top: 395px;
    bottom: 395px;
  }

  .tw .lg\:inset-y-80{
    top: 400px;
    bottom: 400px;
  }

  .tw .lg\:inset-y-81{
    top: 405px;
    bottom: 405px;
  }

  .tw .lg\:inset-y-82{
    top: 410px;
    bottom: 410px;
  }

  .tw .lg\:inset-y-83{
    top: 415px;
    bottom: 415px;
  }

  .tw .lg\:inset-y-84{
    top: 420px;
    bottom: 420px;
  }

  .tw .lg\:inset-y-85{
    top: 425px;
    bottom: 425px;
  }

  .tw .lg\:inset-y-86{
    top: 430px;
    bottom: 430px;
  }

  .tw .lg\:inset-y-87{
    top: 435px;
    bottom: 435px;
  }

  .tw .lg\:inset-y-88{
    top: 440px;
    bottom: 440px;
  }

  .tw .lg\:inset-y-89{
    top: 445px;
    bottom: 445px;
  }

  .tw .lg\:inset-y-90{
    top: 450px;
    bottom: 450px;
  }

  .tw .lg\:inset-y-91{
    top: 455px;
    bottom: 455px;
  }

  .tw .lg\:inset-y-92{
    top: 460px;
    bottom: 460px;
  }

  .tw .lg\:inset-y-93{
    top: 465px;
    bottom: 465px;
  }

  .tw .lg\:inset-y-94{
    top: 470px;
    bottom: 470px;
  }

  .tw .lg\:inset-y-95{
    top: 475px;
    bottom: 475px;
  }

  .tw .lg\:inset-y-96{
    top: 480px;
    bottom: 480px;
  }

  .tw .lg\:inset-y-97{
    top: 485px;
    bottom: 485px;
  }

  .tw .lg\:inset-y-98{
    top: 490px;
    bottom: 490px;
  }

  .tw .lg\:inset-y-99{
    top: 495px;
    bottom: 495px;
  }

  .tw .lg\:inset-y-100{
    top: 500px;
    bottom: 500px;
  }

  .tw .lg\:inset-y-101{
    top: 505px;
    bottom: 505px;
  }

  .tw .lg\:inset-y-102{
    top: 510px;
    bottom: 510px;
  }

  .tw .lg\:inset-y-103{
    top: 515px;
    bottom: 515px;
  }

  .tw .lg\:inset-y-104{
    top: 520px;
    bottom: 520px;
  }

  .tw .lg\:inset-y-105{
    top: 525px;
    bottom: 525px;
  }

  .tw .lg\:inset-y-106{
    top: 530px;
    bottom: 530px;
  }

  .tw .lg\:inset-y-107{
    top: 535px;
    bottom: 535px;
  }

  .tw .lg\:inset-y-108{
    top: 540px;
    bottom: 540px;
  }

  .tw .lg\:inset-y-109{
    top: 545px;
    bottom: 545px;
  }

  .tw .lg\:inset-y-110{
    top: 550px;
    bottom: 550px;
  }

  .tw .lg\:inset-y-111{
    top: 555px;
    bottom: 555px;
  }

  .tw .lg\:inset-y-112{
    top: 560px;
    bottom: 560px;
  }

  .tw .lg\:inset-y-113{
    top: 565px;
    bottom: 565px;
  }

  .tw .lg\:inset-y-114{
    top: 570px;
    bottom: 570px;
  }

  .tw .lg\:inset-y-115{
    top: 575px;
    bottom: 575px;
  }

  .tw .lg\:inset-y-116{
    top: 580px;
    bottom: 580px;
  }

  .tw .lg\:inset-y-117{
    top: 585px;
    bottom: 585px;
  }

  .tw .lg\:inset-y-118{
    top: 590px;
    bottom: 590px;
  }

  .tw .lg\:inset-y-119{
    top: 595px;
    bottom: 595px;
  }

  .tw .lg\:inset-y-120{
    top: 600px;
    bottom: 600px;
  }

  .tw .lg\:inset-y-121{
    top: 605px;
    bottom: 605px;
  }

  .tw .lg\:inset-y-122{
    top: 610px;
    bottom: 610px;
  }

  .tw .lg\:inset-y-123{
    top: 615px;
    bottom: 615px;
  }

  .tw .lg\:inset-y-124{
    top: 620px;
    bottom: 620px;
  }

  .tw .lg\:inset-y-125{
    top: 625px;
    bottom: 625px;
  }

  .tw .lg\:inset-y-126{
    top: 630px;
    bottom: 630px;
  }

  .tw .lg\:inset-y-127{
    top: 635px;
    bottom: 635px;
  }

  .tw .lg\:inset-y-128{
    top: 640px;
    bottom: 640px;
  }

  .tw .lg\:inset-y-129{
    top: 645px;
    bottom: 645px;
  }

  .tw .lg\:inset-y-130{
    top: 650px;
    bottom: 650px;
  }

  .tw .lg\:inset-y-131{
    top: 655px;
    bottom: 655px;
  }

  .tw .lg\:inset-y-132{
    top: 660px;
    bottom: 660px;
  }

  .tw .lg\:inset-y-133{
    top: 665px;
    bottom: 665px;
  }

  .tw .lg\:inset-y-134{
    top: 670px;
    bottom: 670px;
  }

  .tw .lg\:inset-y-135{
    top: 675px;
    bottom: 675px;
  }

  .tw .lg\:inset-y-136{
    top: 680px;
    bottom: 680px;
  }

  .tw .lg\:inset-y-137{
    top: 685px;
    bottom: 685px;
  }

  .tw .lg\:inset-y-138{
    top: 690px;
    bottom: 690px;
  }

  .tw .lg\:inset-y-139{
    top: 695px;
    bottom: 695px;
  }

  .tw .lg\:inset-y-140{
    top: 700px;
    bottom: 700px;
  }

  .tw .lg\:inset-y-141{
    top: 705px;
    bottom: 705px;
  }

  .tw .lg\:inset-y-142{
    top: 710px;
    bottom: 710px;
  }

  .tw .lg\:inset-y-143{
    top: 715px;
    bottom: 715px;
  }

  .tw .lg\:inset-y-144{
    top: 720px;
    bottom: 720px;
  }

  .tw .lg\:inset-y-145{
    top: 725px;
    bottom: 725px;
  }

  .tw .lg\:inset-y-146{
    top: 730px;
    bottom: 730px;
  }

  .tw .lg\:inset-y-147{
    top: 735px;
    bottom: 735px;
  }

  .tw .lg\:inset-y-148{
    top: 740px;
    bottom: 740px;
  }

  .tw .lg\:inset-y-149{
    top: 745px;
    bottom: 745px;
  }

  .tw .lg\:inset-y-auto{
    top: auto;
    bottom: auto;
  }

  .tw .lg\:inset-y-0\.5{
    top: 3px;
    bottom: 3px;
  }

  .tw .lg\:inset-y-1px{
    top: 1px;
    bottom: 1px;
  }

  .tw .lg\:inset-y-2px{
    top: 2px;
    bottom: 2px;
  }

  .tw .lg\:inset-y-3px{
    top: 3px;
    bottom: 3px;
  }

  .tw .lg\:inset-y-4px{
    top: 4px;
    bottom: 4px;
  }

  .tw .lg\:inset-y-5px{
    top: 5px;
    bottom: 5px;
  }

  .tw .lg\:inset-y-6px{
    top: 6px;
    bottom: 6px;
  }

  .tw .lg\:inset-y-7px{
    top: 7px;
    bottom: 7px;
  }

  .tw .lg\:inset-y-8px{
    top: 8px;
    bottom: 8px;
  }

  .tw .lg\:inset-y-9px{
    top: 9px;
    bottom: 9px;
  }

  .tw .lg\:inset-y-10px{
    top: 10px;
    bottom: 10px;
  }

  .tw .lg\:inset-y-11px{
    top: 11px;
    bottom: 11px;
  }

  .tw .lg\:inset-y-12px{
    top: 12px;
    bottom: 12px;
  }

  .tw .lg\:inset-y-13px{
    top: 13px;
    bottom: 13px;
  }

  .tw .lg\:inset-y-14px{
    top: 14px;
    bottom: 14px;
  }

  .tw .lg\:inset-y-15px{
    top: 15px;
    bottom: 15px;
  }

  .tw .lg\:inset-y-16px{
    top: 16px;
    bottom: 16px;
  }

  .tw .lg\:inset-y-17px{
    top: 17px;
    bottom: 17px;
  }

  .tw .lg\:inset-y-18px{
    top: 18px;
    bottom: 18px;
  }

  .tw .lg\:inset-y-19px{
    top: 19px;
    bottom: 19px;
  }

  .tw .lg\:inset-y-20px{
    top: 20px;
    bottom: 20px;
  }

  .tw .lg\:inset-y-21px{
    top: 21px;
    bottom: 21px;
  }

  .tw .lg\:inset-y-22px{
    top: 22px;
    bottom: 22px;
  }

  .tw .lg\:inset-y-23px{
    top: 23px;
    bottom: 23px;
  }

  .tw .lg\:inset-y-24px{
    top: 24px;
    bottom: 24px;
  }

  .tw .lg\:inset-y-25px{
    top: 25px;
    bottom: 25px;
  }

  .tw .lg\:inset-y-26px{
    top: 26px;
    bottom: 26px;
  }

  .tw .lg\:inset-y-27px{
    top: 27px;
    bottom: 27px;
  }

  .tw .lg\:inset-y-28px{
    top: 28px;
    bottom: 28px;
  }

  .tw .lg\:inset-y-29px{
    top: 29px;
    bottom: 29px;
  }

  .tw .lg\:inset-y-30px{
    top: 30px;
    bottom: 30px;
  }

  .tw .lg\:inset-y-31px{
    top: 31px;
    bottom: 31px;
  }

  .tw .lg\:inset-y-32px{
    top: 32px;
    bottom: 32px;
  }

  .tw .lg\:inset-y-33px{
    top: 33px;
    bottom: 33px;
  }

  .tw .lg\:inset-y-34px{
    top: 34px;
    bottom: 34px;
  }

  .tw .lg\:inset-y-35px{
    top: 35px;
    bottom: 35px;
  }

  .tw .lg\:inset-y-36px{
    top: 36px;
    bottom: 36px;
  }

  .tw .lg\:inset-y-37px{
    top: 37px;
    bottom: 37px;
  }

  .tw .lg\:inset-y-38px{
    top: 38px;
    bottom: 38px;
  }

  .tw .lg\:inset-y-39px{
    top: 39px;
    bottom: 39px;
  }

  .tw .lg\:inset-y-40px{
    top: 40px;
    bottom: 40px;
  }

  .tw .lg\:-inset-y-0{
    top: 0px;
    bottom: 0px;
  }

  .tw .lg\:-inset-y-1{
    top: -5px;
    bottom: -5px;
  }

  .tw .lg\:-inset-y-2{
    top: -10px;
    bottom: -10px;
  }

  .tw .lg\:-inset-y-3{
    top: -15px;
    bottom: -15px;
  }

  .tw .lg\:-inset-y-4{
    top: -20px;
    bottom: -20px;
  }

  .tw .lg\:-inset-y-5{
    top: -25px;
    bottom: -25px;
  }

  .tw .lg\:-inset-y-6{
    top: -30px;
    bottom: -30px;
  }

  .tw .lg\:-inset-y-7{
    top: -35px;
    bottom: -35px;
  }

  .tw .lg\:-inset-y-8{
    top: -40px;
    bottom: -40px;
  }

  .tw .lg\:-inset-y-9{
    top: -45px;
    bottom: -45px;
  }

  .tw .lg\:-inset-y-10{
    top: -50px;
    bottom: -50px;
  }

  .tw .lg\:-inset-y-11{
    top: -55px;
    bottom: -55px;
  }

  .tw .lg\:-inset-y-12{
    top: -60px;
    bottom: -60px;
  }

  .tw .lg\:-inset-y-13{
    top: -65px;
    bottom: -65px;
  }

  .tw .lg\:-inset-y-14{
    top: -70px;
    bottom: -70px;
  }

  .tw .lg\:-inset-y-15{
    top: -75px;
    bottom: -75px;
  }

  .tw .lg\:-inset-y-16{
    top: -80px;
    bottom: -80px;
  }

  .tw .lg\:-inset-y-17{
    top: -85px;
    bottom: -85px;
  }

  .tw .lg\:-inset-y-18{
    top: -90px;
    bottom: -90px;
  }

  .tw .lg\:-inset-y-19{
    top: -95px;
    bottom: -95px;
  }

  .tw .lg\:-inset-y-20{
    top: -100px;
    bottom: -100px;
  }

  .tw .lg\:-inset-y-21{
    top: -105px;
    bottom: -105px;
  }

  .tw .lg\:-inset-y-22{
    top: -110px;
    bottom: -110px;
  }

  .tw .lg\:-inset-y-23{
    top: -115px;
    bottom: -115px;
  }

  .tw .lg\:-inset-y-24{
    top: -120px;
    bottom: -120px;
  }

  .tw .lg\:-inset-y-25{
    top: -125px;
    bottom: -125px;
  }

  .tw .lg\:-inset-y-26{
    top: -130px;
    bottom: -130px;
  }

  .tw .lg\:-inset-y-27{
    top: -135px;
    bottom: -135px;
  }

  .tw .lg\:-inset-y-28{
    top: -140px;
    bottom: -140px;
  }

  .tw .lg\:-inset-y-29{
    top: -145px;
    bottom: -145px;
  }

  .tw .lg\:-inset-y-30{
    top: -150px;
    bottom: -150px;
  }

  .tw .lg\:-inset-y-31{
    top: -155px;
    bottom: -155px;
  }

  .tw .lg\:-inset-y-32{
    top: -160px;
    bottom: -160px;
  }

  .tw .lg\:-inset-y-33{
    top: -165px;
    bottom: -165px;
  }

  .tw .lg\:-inset-y-34{
    top: -170px;
    bottom: -170px;
  }

  .tw .lg\:-inset-y-35{
    top: -175px;
    bottom: -175px;
  }

  .tw .lg\:-inset-y-36{
    top: -180px;
    bottom: -180px;
  }

  .tw .lg\:-inset-y-37{
    top: -185px;
    bottom: -185px;
  }

  .tw .lg\:-inset-y-38{
    top: -190px;
    bottom: -190px;
  }

  .tw .lg\:-inset-y-39{
    top: -195px;
    bottom: -195px;
  }

  .tw .lg\:-inset-y-40{
    top: -200px;
    bottom: -200px;
  }

  .tw .lg\:-inset-y-41{
    top: -205px;
    bottom: -205px;
  }

  .tw .lg\:-inset-y-42{
    top: -210px;
    bottom: -210px;
  }

  .tw .lg\:-inset-y-43{
    top: -215px;
    bottom: -215px;
  }

  .tw .lg\:-inset-y-44{
    top: -220px;
    bottom: -220px;
  }

  .tw .lg\:-inset-y-45{
    top: -225px;
    bottom: -225px;
  }

  .tw .lg\:-inset-y-46{
    top: -230px;
    bottom: -230px;
  }

  .tw .lg\:-inset-y-47{
    top: -235px;
    bottom: -235px;
  }

  .tw .lg\:-inset-y-48{
    top: -240px;
    bottom: -240px;
  }

  .tw .lg\:-inset-y-49{
    top: -245px;
    bottom: -245px;
  }

  .tw .lg\:-inset-y-50{
    top: -250px;
    bottom: -250px;
  }

  .tw .lg\:-inset-y-51{
    top: -255px;
    bottom: -255px;
  }

  .tw .lg\:-inset-y-52{
    top: -260px;
    bottom: -260px;
  }

  .tw .lg\:-inset-y-53{
    top: -265px;
    bottom: -265px;
  }

  .tw .lg\:-inset-y-54{
    top: -270px;
    bottom: -270px;
  }

  .tw .lg\:-inset-y-55{
    top: -275px;
    bottom: -275px;
  }

  .tw .lg\:-inset-y-56{
    top: -280px;
    bottom: -280px;
  }

  .tw .lg\:-inset-y-57{
    top: -285px;
    bottom: -285px;
  }

  .tw .lg\:-inset-y-58{
    top: -290px;
    bottom: -290px;
  }

  .tw .lg\:-inset-y-59{
    top: -295px;
    bottom: -295px;
  }

  .tw .lg\:-inset-y-60{
    top: -300px;
    bottom: -300px;
  }

  .tw .lg\:-inset-y-61{
    top: -305px;
    bottom: -305px;
  }

  .tw .lg\:-inset-y-62{
    top: -310px;
    bottom: -310px;
  }

  .tw .lg\:-inset-y-63{
    top: -315px;
    bottom: -315px;
  }

  .tw .lg\:-inset-y-64{
    top: -320px;
    bottom: -320px;
  }

  .tw .lg\:-inset-y-65{
    top: -325px;
    bottom: -325px;
  }

  .tw .lg\:-inset-y-66{
    top: -330px;
    bottom: -330px;
  }

  .tw .lg\:-inset-y-67{
    top: -335px;
    bottom: -335px;
  }

  .tw .lg\:-inset-y-68{
    top: -340px;
    bottom: -340px;
  }

  .tw .lg\:-inset-y-69{
    top: -345px;
    bottom: -345px;
  }

  .tw .lg\:-inset-y-70{
    top: -350px;
    bottom: -350px;
  }

  .tw .lg\:-inset-y-71{
    top: -355px;
    bottom: -355px;
  }

  .tw .lg\:-inset-y-72{
    top: -360px;
    bottom: -360px;
  }

  .tw .lg\:-inset-y-73{
    top: -365px;
    bottom: -365px;
  }

  .tw .lg\:-inset-y-74{
    top: -370px;
    bottom: -370px;
  }

  .tw .lg\:-inset-y-75{
    top: -375px;
    bottom: -375px;
  }

  .tw .lg\:-inset-y-76{
    top: -380px;
    bottom: -380px;
  }

  .tw .lg\:-inset-y-77{
    top: -385px;
    bottom: -385px;
  }

  .tw .lg\:-inset-y-78{
    top: -390px;
    bottom: -390px;
  }

  .tw .lg\:-inset-y-79{
    top: -395px;
    bottom: -395px;
  }

  .tw .lg\:-inset-y-80{
    top: -400px;
    bottom: -400px;
  }

  .tw .lg\:-inset-y-81{
    top: -405px;
    bottom: -405px;
  }

  .tw .lg\:-inset-y-82{
    top: -410px;
    bottom: -410px;
  }

  .tw .lg\:-inset-y-83{
    top: -415px;
    bottom: -415px;
  }

  .tw .lg\:-inset-y-84{
    top: -420px;
    bottom: -420px;
  }

  .tw .lg\:-inset-y-85{
    top: -425px;
    bottom: -425px;
  }

  .tw .lg\:-inset-y-86{
    top: -430px;
    bottom: -430px;
  }

  .tw .lg\:-inset-y-87{
    top: -435px;
    bottom: -435px;
  }

  .tw .lg\:-inset-y-88{
    top: -440px;
    bottom: -440px;
  }

  .tw .lg\:-inset-y-89{
    top: -445px;
    bottom: -445px;
  }

  .tw .lg\:-inset-y-90{
    top: -450px;
    bottom: -450px;
  }

  .tw .lg\:-inset-y-91{
    top: -455px;
    bottom: -455px;
  }

  .tw .lg\:-inset-y-92{
    top: -460px;
    bottom: -460px;
  }

  .tw .lg\:-inset-y-93{
    top: -465px;
    bottom: -465px;
  }

  .tw .lg\:-inset-y-94{
    top: -470px;
    bottom: -470px;
  }

  .tw .lg\:-inset-y-95{
    top: -475px;
    bottom: -475px;
  }

  .tw .lg\:-inset-y-96{
    top: -480px;
    bottom: -480px;
  }

  .tw .lg\:-inset-y-97{
    top: -485px;
    bottom: -485px;
  }

  .tw .lg\:-inset-y-98{
    top: -490px;
    bottom: -490px;
  }

  .tw .lg\:-inset-y-99{
    top: -495px;
    bottom: -495px;
  }

  .tw .lg\:-inset-y-100{
    top: -500px;
    bottom: -500px;
  }

  .tw .lg\:-inset-y-101{
    top: -505px;
    bottom: -505px;
  }

  .tw .lg\:-inset-y-102{
    top: -510px;
    bottom: -510px;
  }

  .tw .lg\:-inset-y-103{
    top: -515px;
    bottom: -515px;
  }

  .tw .lg\:-inset-y-104{
    top: -520px;
    bottom: -520px;
  }

  .tw .lg\:-inset-y-105{
    top: -525px;
    bottom: -525px;
  }

  .tw .lg\:-inset-y-106{
    top: -530px;
    bottom: -530px;
  }

  .tw .lg\:-inset-y-107{
    top: -535px;
    bottom: -535px;
  }

  .tw .lg\:-inset-y-108{
    top: -540px;
    bottom: -540px;
  }

  .tw .lg\:-inset-y-109{
    top: -545px;
    bottom: -545px;
  }

  .tw .lg\:-inset-y-110{
    top: -550px;
    bottom: -550px;
  }

  .tw .lg\:-inset-y-111{
    top: -555px;
    bottom: -555px;
  }

  .tw .lg\:-inset-y-112{
    top: -560px;
    bottom: -560px;
  }

  .tw .lg\:-inset-y-113{
    top: -565px;
    bottom: -565px;
  }

  .tw .lg\:-inset-y-114{
    top: -570px;
    bottom: -570px;
  }

  .tw .lg\:-inset-y-115{
    top: -575px;
    bottom: -575px;
  }

  .tw .lg\:-inset-y-116{
    top: -580px;
    bottom: -580px;
  }

  .tw .lg\:-inset-y-117{
    top: -585px;
    bottom: -585px;
  }

  .tw .lg\:-inset-y-118{
    top: -590px;
    bottom: -590px;
  }

  .tw .lg\:-inset-y-119{
    top: -595px;
    bottom: -595px;
  }

  .tw .lg\:-inset-y-120{
    top: -600px;
    bottom: -600px;
  }

  .tw .lg\:-inset-y-121{
    top: -605px;
    bottom: -605px;
  }

  .tw .lg\:-inset-y-122{
    top: -610px;
    bottom: -610px;
  }

  .tw .lg\:-inset-y-123{
    top: -615px;
    bottom: -615px;
  }

  .tw .lg\:-inset-y-124{
    top: -620px;
    bottom: -620px;
  }

  .tw .lg\:-inset-y-125{
    top: -625px;
    bottom: -625px;
  }

  .tw .lg\:-inset-y-126{
    top: -630px;
    bottom: -630px;
  }

  .tw .lg\:-inset-y-127{
    top: -635px;
    bottom: -635px;
  }

  .tw .lg\:-inset-y-128{
    top: -640px;
    bottom: -640px;
  }

  .tw .lg\:-inset-y-129{
    top: -645px;
    bottom: -645px;
  }

  .tw .lg\:-inset-y-130{
    top: -650px;
    bottom: -650px;
  }

  .tw .lg\:-inset-y-131{
    top: -655px;
    bottom: -655px;
  }

  .tw .lg\:-inset-y-132{
    top: -660px;
    bottom: -660px;
  }

  .tw .lg\:-inset-y-133{
    top: -665px;
    bottom: -665px;
  }

  .tw .lg\:-inset-y-134{
    top: -670px;
    bottom: -670px;
  }

  .tw .lg\:-inset-y-135{
    top: -675px;
    bottom: -675px;
  }

  .tw .lg\:-inset-y-136{
    top: -680px;
    bottom: -680px;
  }

  .tw .lg\:-inset-y-137{
    top: -685px;
    bottom: -685px;
  }

  .tw .lg\:-inset-y-138{
    top: -690px;
    bottom: -690px;
  }

  .tw .lg\:-inset-y-139{
    top: -695px;
    bottom: -695px;
  }

  .tw .lg\:-inset-y-140{
    top: -700px;
    bottom: -700px;
  }

  .tw .lg\:-inset-y-141{
    top: -705px;
    bottom: -705px;
  }

  .tw .lg\:-inset-y-142{
    top: -710px;
    bottom: -710px;
  }

  .tw .lg\:-inset-y-143{
    top: -715px;
    bottom: -715px;
  }

  .tw .lg\:-inset-y-144{
    top: -720px;
    bottom: -720px;
  }

  .tw .lg\:-inset-y-145{
    top: -725px;
    bottom: -725px;
  }

  .tw .lg\:-inset-y-146{
    top: -730px;
    bottom: -730px;
  }

  .tw .lg\:-inset-y-147{
    top: -735px;
    bottom: -735px;
  }

  .tw .lg\:-inset-y-148{
    top: -740px;
    bottom: -740px;
  }

  .tw .lg\:-inset-y-149{
    top: -745px;
    bottom: -745px;
  }

  .tw .lg\:-inset-y-0\.5{
    top: -3px;
    bottom: -3px;
  }

  .tw .lg\:-inset-y-1px{
    top: -1px;
    bottom: -1px;
  }

  .tw .lg\:-inset-y-2px{
    top: -2px;
    bottom: -2px;
  }

  .tw .lg\:-inset-y-3px{
    top: -3px;
    bottom: -3px;
  }

  .tw .lg\:-inset-y-4px{
    top: -4px;
    bottom: -4px;
  }

  .tw .lg\:-inset-y-5px{
    top: -5px;
    bottom: -5px;
  }

  .tw .lg\:-inset-y-6px{
    top: -6px;
    bottom: -6px;
  }

  .tw .lg\:-inset-y-7px{
    top: -7px;
    bottom: -7px;
  }

  .tw .lg\:-inset-y-8px{
    top: -8px;
    bottom: -8px;
  }

  .tw .lg\:-inset-y-9px{
    top: -9px;
    bottom: -9px;
  }

  .tw .lg\:-inset-y-10px{
    top: -10px;
    bottom: -10px;
  }

  .tw .lg\:-inset-y-11px{
    top: -11px;
    bottom: -11px;
  }

  .tw .lg\:-inset-y-12px{
    top: -12px;
    bottom: -12px;
  }

  .tw .lg\:-inset-y-13px{
    top: -13px;
    bottom: -13px;
  }

  .tw .lg\:-inset-y-14px{
    top: -14px;
    bottom: -14px;
  }

  .tw .lg\:-inset-y-15px{
    top: -15px;
    bottom: -15px;
  }

  .tw .lg\:-inset-y-16px{
    top: -16px;
    bottom: -16px;
  }

  .tw .lg\:-inset-y-17px{
    top: -17px;
    bottom: -17px;
  }

  .tw .lg\:-inset-y-18px{
    top: -18px;
    bottom: -18px;
  }

  .tw .lg\:-inset-y-19px{
    top: -19px;
    bottom: -19px;
  }

  .tw .lg\:-inset-y-20px{
    top: -20px;
    bottom: -20px;
  }

  .tw .lg\:-inset-y-21px{
    top: -21px;
    bottom: -21px;
  }

  .tw .lg\:-inset-y-22px{
    top: -22px;
    bottom: -22px;
  }

  .tw .lg\:-inset-y-23px{
    top: -23px;
    bottom: -23px;
  }

  .tw .lg\:-inset-y-24px{
    top: -24px;
    bottom: -24px;
  }

  .tw .lg\:-inset-y-25px{
    top: -25px;
    bottom: -25px;
  }

  .tw .lg\:-inset-y-26px{
    top: -26px;
    bottom: -26px;
  }

  .tw .lg\:-inset-y-27px{
    top: -27px;
    bottom: -27px;
  }

  .tw .lg\:-inset-y-28px{
    top: -28px;
    bottom: -28px;
  }

  .tw .lg\:-inset-y-29px{
    top: -29px;
    bottom: -29px;
  }

  .tw .lg\:-inset-y-30px{
    top: -30px;
    bottom: -30px;
  }

  .tw .lg\:-inset-y-31px{
    top: -31px;
    bottom: -31px;
  }

  .tw .lg\:-inset-y-32px{
    top: -32px;
    bottom: -32px;
  }

  .tw .lg\:-inset-y-33px{
    top: -33px;
    bottom: -33px;
  }

  .tw .lg\:-inset-y-34px{
    top: -34px;
    bottom: -34px;
  }

  .tw .lg\:-inset-y-35px{
    top: -35px;
    bottom: -35px;
  }

  .tw .lg\:-inset-y-36px{
    top: -36px;
    bottom: -36px;
  }

  .tw .lg\:-inset-y-37px{
    top: -37px;
    bottom: -37px;
  }

  .tw .lg\:-inset-y-38px{
    top: -38px;
    bottom: -38px;
  }

  .tw .lg\:-inset-y-39px{
    top: -39px;
    bottom: -39px;
  }

  .tw .lg\:-inset-y-40px{
    top: -40px;
    bottom: -40px;
  }

  .tw .lg\:inset-y-1\/2{
    top: 50%;
    bottom: 50%;
  }

  .tw .lg\:inset-y-1\/3{
    top: 33.333333%;
    bottom: 33.333333%;
  }

  .tw .lg\:inset-y-2\/3{
    top: 66.666667%;
    bottom: 66.666667%;
  }

  .tw .lg\:inset-y-1\/4{
    top: 25%;
    bottom: 25%;
  }

  .tw .lg\:inset-y-2\/4{
    top: 50%;
    bottom: 50%;
  }

  .tw .lg\:inset-y-3\/4{
    top: 75%;
    bottom: 75%;
  }

  .tw .lg\:inset-y-full{
    top: 100%;
    bottom: 100%;
  }

  .tw .lg\:-inset-y-1\/2{
    top: -50%;
    bottom: -50%;
  }

  .tw .lg\:-inset-y-1\/3{
    top: -33.333333%;
    bottom: -33.333333%;
  }

  .tw .lg\:-inset-y-2\/3{
    top: -66.666667%;
    bottom: -66.666667%;
  }

  .tw .lg\:-inset-y-1\/4{
    top: -25%;
    bottom: -25%;
  }

  .tw .lg\:-inset-y-2\/4{
    top: -50%;
    bottom: -50%;
  }

  .tw .lg\:-inset-y-3\/4{
    top: -75%;
    bottom: -75%;
  }

  .tw .lg\:-inset-y-full{
    top: -100%;
    bottom: -100%;
  }

  .tw .lg\:top-0{
    top: 0px;
  }

  .tw .lg\:top-1{
    top: 5px;
  }

  .tw .lg\:top-2{
    top: 10px;
  }

  .tw .lg\:top-3{
    top: 15px;
  }

  .tw .lg\:top-4{
    top: 20px;
  }

  .tw .lg\:top-5{
    top: 25px;
  }

  .tw .lg\:top-6{
    top: 30px;
  }

  .tw .lg\:top-7{
    top: 35px;
  }

  .tw .lg\:top-8{
    top: 40px;
  }

  .tw .lg\:top-9{
    top: 45px;
  }

  .tw .lg\:top-10{
    top: 50px;
  }

  .tw .lg\:top-11{
    top: 55px;
  }

  .tw .lg\:top-12{
    top: 60px;
  }

  .tw .lg\:top-13{
    top: 65px;
  }

  .tw .lg\:top-14{
    top: 70px;
  }

  .tw .lg\:top-15{
    top: 75px;
  }

  .tw .lg\:top-16{
    top: 80px;
  }

  .tw .lg\:top-17{
    top: 85px;
  }

  .tw .lg\:top-18{
    top: 90px;
  }

  .tw .lg\:top-19{
    top: 95px;
  }

  .tw .lg\:top-20{
    top: 100px;
  }

  .tw .lg\:top-21{
    top: 105px;
  }

  .tw .lg\:top-22{
    top: 110px;
  }

  .tw .lg\:top-23{
    top: 115px;
  }

  .tw .lg\:top-24{
    top: 120px;
  }

  .tw .lg\:top-25{
    top: 125px;
  }

  .tw .lg\:top-26{
    top: 130px;
  }

  .tw .lg\:top-27{
    top: 135px;
  }

  .tw .lg\:top-28{
    top: 140px;
  }

  .tw .lg\:top-29{
    top: 145px;
  }

  .tw .lg\:top-30{
    top: 150px;
  }

  .tw .lg\:top-31{
    top: 155px;
  }

  .tw .lg\:top-32{
    top: 160px;
  }

  .tw .lg\:top-33{
    top: 165px;
  }

  .tw .lg\:top-34{
    top: 170px;
  }

  .tw .lg\:top-35{
    top: 175px;
  }

  .tw .lg\:top-36{
    top: 180px;
  }

  .tw .lg\:top-37{
    top: 185px;
  }

  .tw .lg\:top-38{
    top: 190px;
  }

  .tw .lg\:top-39{
    top: 195px;
  }

  .tw .lg\:top-40{
    top: 200px;
  }

  .tw .lg\:top-41{
    top: 205px;
  }

  .tw .lg\:top-42{
    top: 210px;
  }

  .tw .lg\:top-43{
    top: 215px;
  }

  .tw .lg\:top-44{
    top: 220px;
  }

  .tw .lg\:top-45{
    top: 225px;
  }

  .tw .lg\:top-46{
    top: 230px;
  }

  .tw .lg\:top-47{
    top: 235px;
  }

  .tw .lg\:top-48{
    top: 240px;
  }

  .tw .lg\:top-49{
    top: 245px;
  }

  .tw .lg\:top-50{
    top: 250px;
  }

  .tw .lg\:top-51{
    top: 255px;
  }

  .tw .lg\:top-52{
    top: 260px;
  }

  .tw .lg\:top-53{
    top: 265px;
  }

  .tw .lg\:top-54{
    top: 270px;
  }

  .tw .lg\:top-55{
    top: 275px;
  }

  .tw .lg\:top-56{
    top: 280px;
  }

  .tw .lg\:top-57{
    top: 285px;
  }

  .tw .lg\:top-58{
    top: 290px;
  }

  .tw .lg\:top-59{
    top: 295px;
  }

  .tw .lg\:top-60{
    top: 300px;
  }

  .tw .lg\:top-61{
    top: 305px;
  }

  .tw .lg\:top-62{
    top: 310px;
  }

  .tw .lg\:top-63{
    top: 315px;
  }

  .tw .lg\:top-64{
    top: 320px;
  }

  .tw .lg\:top-65{
    top: 325px;
  }

  .tw .lg\:top-66{
    top: 330px;
  }

  .tw .lg\:top-67{
    top: 335px;
  }

  .tw .lg\:top-68{
    top: 340px;
  }

  .tw .lg\:top-69{
    top: 345px;
  }

  .tw .lg\:top-70{
    top: 350px;
  }

  .tw .lg\:top-71{
    top: 355px;
  }

  .tw .lg\:top-72{
    top: 360px;
  }

  .tw .lg\:top-73{
    top: 365px;
  }

  .tw .lg\:top-74{
    top: 370px;
  }

  .tw .lg\:top-75{
    top: 375px;
  }

  .tw .lg\:top-76{
    top: 380px;
  }

  .tw .lg\:top-77{
    top: 385px;
  }

  .tw .lg\:top-78{
    top: 390px;
  }

  .tw .lg\:top-79{
    top: 395px;
  }

  .tw .lg\:top-80{
    top: 400px;
  }

  .tw .lg\:top-81{
    top: 405px;
  }

  .tw .lg\:top-82{
    top: 410px;
  }

  .tw .lg\:top-83{
    top: 415px;
  }

  .tw .lg\:top-84{
    top: 420px;
  }

  .tw .lg\:top-85{
    top: 425px;
  }

  .tw .lg\:top-86{
    top: 430px;
  }

  .tw .lg\:top-87{
    top: 435px;
  }

  .tw .lg\:top-88{
    top: 440px;
  }

  .tw .lg\:top-89{
    top: 445px;
  }

  .tw .lg\:top-90{
    top: 450px;
  }

  .tw .lg\:top-91{
    top: 455px;
  }

  .tw .lg\:top-92{
    top: 460px;
  }

  .tw .lg\:top-93{
    top: 465px;
  }

  .tw .lg\:top-94{
    top: 470px;
  }

  .tw .lg\:top-95{
    top: 475px;
  }

  .tw .lg\:top-96{
    top: 480px;
  }

  .tw .lg\:top-97{
    top: 485px;
  }

  .tw .lg\:top-98{
    top: 490px;
  }

  .tw .lg\:top-99{
    top: 495px;
  }

  .tw .lg\:top-100{
    top: 500px;
  }

  .tw .lg\:top-101{
    top: 505px;
  }

  .tw .lg\:top-102{
    top: 510px;
  }

  .tw .lg\:top-103{
    top: 515px;
  }

  .tw .lg\:top-104{
    top: 520px;
  }

  .tw .lg\:top-105{
    top: 525px;
  }

  .tw .lg\:top-106{
    top: 530px;
  }

  .tw .lg\:top-107{
    top: 535px;
  }

  .tw .lg\:top-108{
    top: 540px;
  }

  .tw .lg\:top-109{
    top: 545px;
  }

  .tw .lg\:top-110{
    top: 550px;
  }

  .tw .lg\:top-111{
    top: 555px;
  }

  .tw .lg\:top-112{
    top: 560px;
  }

  .tw .lg\:top-113{
    top: 565px;
  }

  .tw .lg\:top-114{
    top: 570px;
  }

  .tw .lg\:top-115{
    top: 575px;
  }

  .tw .lg\:top-116{
    top: 580px;
  }

  .tw .lg\:top-117{
    top: 585px;
  }

  .tw .lg\:top-118{
    top: 590px;
  }

  .tw .lg\:top-119{
    top: 595px;
  }

  .tw .lg\:top-120{
    top: 600px;
  }

  .tw .lg\:top-121{
    top: 605px;
  }

  .tw .lg\:top-122{
    top: 610px;
  }

  .tw .lg\:top-123{
    top: 615px;
  }

  .tw .lg\:top-124{
    top: 620px;
  }

  .tw .lg\:top-125{
    top: 625px;
  }

  .tw .lg\:top-126{
    top: 630px;
  }

  .tw .lg\:top-127{
    top: 635px;
  }

  .tw .lg\:top-128{
    top: 640px;
  }

  .tw .lg\:top-129{
    top: 645px;
  }

  .tw .lg\:top-130{
    top: 650px;
  }

  .tw .lg\:top-131{
    top: 655px;
  }

  .tw .lg\:top-132{
    top: 660px;
  }

  .tw .lg\:top-133{
    top: 665px;
  }

  .tw .lg\:top-134{
    top: 670px;
  }

  .tw .lg\:top-135{
    top: 675px;
  }

  .tw .lg\:top-136{
    top: 680px;
  }

  .tw .lg\:top-137{
    top: 685px;
  }

  .tw .lg\:top-138{
    top: 690px;
  }

  .tw .lg\:top-139{
    top: 695px;
  }

  .tw .lg\:top-140{
    top: 700px;
  }

  .tw .lg\:top-141{
    top: 705px;
  }

  .tw .lg\:top-142{
    top: 710px;
  }

  .tw .lg\:top-143{
    top: 715px;
  }

  .tw .lg\:top-144{
    top: 720px;
  }

  .tw .lg\:top-145{
    top: 725px;
  }

  .tw .lg\:top-146{
    top: 730px;
  }

  .tw .lg\:top-147{
    top: 735px;
  }

  .tw .lg\:top-148{
    top: 740px;
  }

  .tw .lg\:top-149{
    top: 745px;
  }

  .tw .lg\:top-auto{
    top: auto;
  }

  .tw .lg\:top-0\.5{
    top: 3px;
  }

  .tw .lg\:top-1px{
    top: 1px;
  }

  .tw .lg\:top-2px{
    top: 2px;
  }

  .tw .lg\:top-3px{
    top: 3px;
  }

  .tw .lg\:top-4px{
    top: 4px;
  }

  .tw .lg\:top-5px{
    top: 5px;
  }

  .tw .lg\:top-6px{
    top: 6px;
  }

  .tw .lg\:top-7px{
    top: 7px;
  }

  .tw .lg\:top-8px{
    top: 8px;
  }

  .tw .lg\:top-9px{
    top: 9px;
  }

  .tw .lg\:top-10px{
    top: 10px;
  }

  .tw .lg\:top-11px{
    top: 11px;
  }

  .tw .lg\:top-12px{
    top: 12px;
  }

  .tw .lg\:top-13px{
    top: 13px;
  }

  .tw .lg\:top-14px{
    top: 14px;
  }

  .tw .lg\:top-15px{
    top: 15px;
  }

  .tw .lg\:top-16px{
    top: 16px;
  }

  .tw .lg\:top-17px{
    top: 17px;
  }

  .tw .lg\:top-18px{
    top: 18px;
  }

  .tw .lg\:top-19px{
    top: 19px;
  }

  .tw .lg\:top-20px{
    top: 20px;
  }

  .tw .lg\:top-21px{
    top: 21px;
  }

  .tw .lg\:top-22px{
    top: 22px;
  }

  .tw .lg\:top-23px{
    top: 23px;
  }

  .tw .lg\:top-24px{
    top: 24px;
  }

  .tw .lg\:top-25px{
    top: 25px;
  }

  .tw .lg\:top-26px{
    top: 26px;
  }

  .tw .lg\:top-27px{
    top: 27px;
  }

  .tw .lg\:top-28px{
    top: 28px;
  }

  .tw .lg\:top-29px{
    top: 29px;
  }

  .tw .lg\:top-30px{
    top: 30px;
  }

  .tw .lg\:top-31px{
    top: 31px;
  }

  .tw .lg\:top-32px{
    top: 32px;
  }

  .tw .lg\:top-33px{
    top: 33px;
  }

  .tw .lg\:top-34px{
    top: 34px;
  }

  .tw .lg\:top-35px{
    top: 35px;
  }

  .tw .lg\:top-36px{
    top: 36px;
  }

  .tw .lg\:top-37px{
    top: 37px;
  }

  .tw .lg\:top-38px{
    top: 38px;
  }

  .tw .lg\:top-39px{
    top: 39px;
  }

  .tw .lg\:top-40px{
    top: 40px;
  }

  .tw .lg\:-top-0{
    top: 0px;
  }

  .tw .lg\:-top-1{
    top: -5px;
  }

  .tw .lg\:-top-2{
    top: -10px;
  }

  .tw .lg\:-top-3{
    top: -15px;
  }

  .tw .lg\:-top-4{
    top: -20px;
  }

  .tw .lg\:-top-5{
    top: -25px;
  }

  .tw .lg\:-top-6{
    top: -30px;
  }

  .tw .lg\:-top-7{
    top: -35px;
  }

  .tw .lg\:-top-8{
    top: -40px;
  }

  .tw .lg\:-top-9{
    top: -45px;
  }

  .tw .lg\:-top-10{
    top: -50px;
  }

  .tw .lg\:-top-11{
    top: -55px;
  }

  .tw .lg\:-top-12{
    top: -60px;
  }

  .tw .lg\:-top-13{
    top: -65px;
  }

  .tw .lg\:-top-14{
    top: -70px;
  }

  .tw .lg\:-top-15{
    top: -75px;
  }

  .tw .lg\:-top-16{
    top: -80px;
  }

  .tw .lg\:-top-17{
    top: -85px;
  }

  .tw .lg\:-top-18{
    top: -90px;
  }

  .tw .lg\:-top-19{
    top: -95px;
  }

  .tw .lg\:-top-20{
    top: -100px;
  }

  .tw .lg\:-top-21{
    top: -105px;
  }

  .tw .lg\:-top-22{
    top: -110px;
  }

  .tw .lg\:-top-23{
    top: -115px;
  }

  .tw .lg\:-top-24{
    top: -120px;
  }

  .tw .lg\:-top-25{
    top: -125px;
  }

  .tw .lg\:-top-26{
    top: -130px;
  }

  .tw .lg\:-top-27{
    top: -135px;
  }

  .tw .lg\:-top-28{
    top: -140px;
  }

  .tw .lg\:-top-29{
    top: -145px;
  }

  .tw .lg\:-top-30{
    top: -150px;
  }

  .tw .lg\:-top-31{
    top: -155px;
  }

  .tw .lg\:-top-32{
    top: -160px;
  }

  .tw .lg\:-top-33{
    top: -165px;
  }

  .tw .lg\:-top-34{
    top: -170px;
  }

  .tw .lg\:-top-35{
    top: -175px;
  }

  .tw .lg\:-top-36{
    top: -180px;
  }

  .tw .lg\:-top-37{
    top: -185px;
  }

  .tw .lg\:-top-38{
    top: -190px;
  }

  .tw .lg\:-top-39{
    top: -195px;
  }

  .tw .lg\:-top-40{
    top: -200px;
  }

  .tw .lg\:-top-41{
    top: -205px;
  }

  .tw .lg\:-top-42{
    top: -210px;
  }

  .tw .lg\:-top-43{
    top: -215px;
  }

  .tw .lg\:-top-44{
    top: -220px;
  }

  .tw .lg\:-top-45{
    top: -225px;
  }

  .tw .lg\:-top-46{
    top: -230px;
  }

  .tw .lg\:-top-47{
    top: -235px;
  }

  .tw .lg\:-top-48{
    top: -240px;
  }

  .tw .lg\:-top-49{
    top: -245px;
  }

  .tw .lg\:-top-50{
    top: -250px;
  }

  .tw .lg\:-top-51{
    top: -255px;
  }

  .tw .lg\:-top-52{
    top: -260px;
  }

  .tw .lg\:-top-53{
    top: -265px;
  }

  .tw .lg\:-top-54{
    top: -270px;
  }

  .tw .lg\:-top-55{
    top: -275px;
  }

  .tw .lg\:-top-56{
    top: -280px;
  }

  .tw .lg\:-top-57{
    top: -285px;
  }

  .tw .lg\:-top-58{
    top: -290px;
  }

  .tw .lg\:-top-59{
    top: -295px;
  }

  .tw .lg\:-top-60{
    top: -300px;
  }

  .tw .lg\:-top-61{
    top: -305px;
  }

  .tw .lg\:-top-62{
    top: -310px;
  }

  .tw .lg\:-top-63{
    top: -315px;
  }

  .tw .lg\:-top-64{
    top: -320px;
  }

  .tw .lg\:-top-65{
    top: -325px;
  }

  .tw .lg\:-top-66{
    top: -330px;
  }

  .tw .lg\:-top-67{
    top: -335px;
  }

  .tw .lg\:-top-68{
    top: -340px;
  }

  .tw .lg\:-top-69{
    top: -345px;
  }

  .tw .lg\:-top-70{
    top: -350px;
  }

  .tw .lg\:-top-71{
    top: -355px;
  }

  .tw .lg\:-top-72{
    top: -360px;
  }

  .tw .lg\:-top-73{
    top: -365px;
  }

  .tw .lg\:-top-74{
    top: -370px;
  }

  .tw .lg\:-top-75{
    top: -375px;
  }

  .tw .lg\:-top-76{
    top: -380px;
  }

  .tw .lg\:-top-77{
    top: -385px;
  }

  .tw .lg\:-top-78{
    top: -390px;
  }

  .tw .lg\:-top-79{
    top: -395px;
  }

  .tw .lg\:-top-80{
    top: -400px;
  }

  .tw .lg\:-top-81{
    top: -405px;
  }

  .tw .lg\:-top-82{
    top: -410px;
  }

  .tw .lg\:-top-83{
    top: -415px;
  }

  .tw .lg\:-top-84{
    top: -420px;
  }

  .tw .lg\:-top-85{
    top: -425px;
  }

  .tw .lg\:-top-86{
    top: -430px;
  }

  .tw .lg\:-top-87{
    top: -435px;
  }

  .tw .lg\:-top-88{
    top: -440px;
  }

  .tw .lg\:-top-89{
    top: -445px;
  }

  .tw .lg\:-top-90{
    top: -450px;
  }

  .tw .lg\:-top-91{
    top: -455px;
  }

  .tw .lg\:-top-92{
    top: -460px;
  }

  .tw .lg\:-top-93{
    top: -465px;
  }

  .tw .lg\:-top-94{
    top: -470px;
  }

  .tw .lg\:-top-95{
    top: -475px;
  }

  .tw .lg\:-top-96{
    top: -480px;
  }

  .tw .lg\:-top-97{
    top: -485px;
  }

  .tw .lg\:-top-98{
    top: -490px;
  }

  .tw .lg\:-top-99{
    top: -495px;
  }

  .tw .lg\:-top-100{
    top: -500px;
  }

  .tw .lg\:-top-101{
    top: -505px;
  }

  .tw .lg\:-top-102{
    top: -510px;
  }

  .tw .lg\:-top-103{
    top: -515px;
  }

  .tw .lg\:-top-104{
    top: -520px;
  }

  .tw .lg\:-top-105{
    top: -525px;
  }

  .tw .lg\:-top-106{
    top: -530px;
  }

  .tw .lg\:-top-107{
    top: -535px;
  }

  .tw .lg\:-top-108{
    top: -540px;
  }

  .tw .lg\:-top-109{
    top: -545px;
  }

  .tw .lg\:-top-110{
    top: -550px;
  }

  .tw .lg\:-top-111{
    top: -555px;
  }

  .tw .lg\:-top-112{
    top: -560px;
  }

  .tw .lg\:-top-113{
    top: -565px;
  }

  .tw .lg\:-top-114{
    top: -570px;
  }

  .tw .lg\:-top-115{
    top: -575px;
  }

  .tw .lg\:-top-116{
    top: -580px;
  }

  .tw .lg\:-top-117{
    top: -585px;
  }

  .tw .lg\:-top-118{
    top: -590px;
  }

  .tw .lg\:-top-119{
    top: -595px;
  }

  .tw .lg\:-top-120{
    top: -600px;
  }

  .tw .lg\:-top-121{
    top: -605px;
  }

  .tw .lg\:-top-122{
    top: -610px;
  }

  .tw .lg\:-top-123{
    top: -615px;
  }

  .tw .lg\:-top-124{
    top: -620px;
  }

  .tw .lg\:-top-125{
    top: -625px;
  }

  .tw .lg\:-top-126{
    top: -630px;
  }

  .tw .lg\:-top-127{
    top: -635px;
  }

  .tw .lg\:-top-128{
    top: -640px;
  }

  .tw .lg\:-top-129{
    top: -645px;
  }

  .tw .lg\:-top-130{
    top: -650px;
  }

  .tw .lg\:-top-131{
    top: -655px;
  }

  .tw .lg\:-top-132{
    top: -660px;
  }

  .tw .lg\:-top-133{
    top: -665px;
  }

  .tw .lg\:-top-134{
    top: -670px;
  }

  .tw .lg\:-top-135{
    top: -675px;
  }

  .tw .lg\:-top-136{
    top: -680px;
  }

  .tw .lg\:-top-137{
    top: -685px;
  }

  .tw .lg\:-top-138{
    top: -690px;
  }

  .tw .lg\:-top-139{
    top: -695px;
  }

  .tw .lg\:-top-140{
    top: -700px;
  }

  .tw .lg\:-top-141{
    top: -705px;
  }

  .tw .lg\:-top-142{
    top: -710px;
  }

  .tw .lg\:-top-143{
    top: -715px;
  }

  .tw .lg\:-top-144{
    top: -720px;
  }

  .tw .lg\:-top-145{
    top: -725px;
  }

  .tw .lg\:-top-146{
    top: -730px;
  }

  .tw .lg\:-top-147{
    top: -735px;
  }

  .tw .lg\:-top-148{
    top: -740px;
  }

  .tw .lg\:-top-149{
    top: -745px;
  }

  .tw .lg\:-top-0\.5{
    top: -3px;
  }

  .tw .lg\:-top-1px{
    top: -1px;
  }

  .tw .lg\:-top-2px{
    top: -2px;
  }

  .tw .lg\:-top-3px{
    top: -3px;
  }

  .tw .lg\:-top-4px{
    top: -4px;
  }

  .tw .lg\:-top-5px{
    top: -5px;
  }

  .tw .lg\:-top-6px{
    top: -6px;
  }

  .tw .lg\:-top-7px{
    top: -7px;
  }

  .tw .lg\:-top-8px{
    top: -8px;
  }

  .tw .lg\:-top-9px{
    top: -9px;
  }

  .tw .lg\:-top-10px{
    top: -10px;
  }

  .tw .lg\:-top-11px{
    top: -11px;
  }

  .tw .lg\:-top-12px{
    top: -12px;
  }

  .tw .lg\:-top-13px{
    top: -13px;
  }

  .tw .lg\:-top-14px{
    top: -14px;
  }

  .tw .lg\:-top-15px{
    top: -15px;
  }

  .tw .lg\:-top-16px{
    top: -16px;
  }

  .tw .lg\:-top-17px{
    top: -17px;
  }

  .tw .lg\:-top-18px{
    top: -18px;
  }

  .tw .lg\:-top-19px{
    top: -19px;
  }

  .tw .lg\:-top-20px{
    top: -20px;
  }

  .tw .lg\:-top-21px{
    top: -21px;
  }

  .tw .lg\:-top-22px{
    top: -22px;
  }

  .tw .lg\:-top-23px{
    top: -23px;
  }

  .tw .lg\:-top-24px{
    top: -24px;
  }

  .tw .lg\:-top-25px{
    top: -25px;
  }

  .tw .lg\:-top-26px{
    top: -26px;
  }

  .tw .lg\:-top-27px{
    top: -27px;
  }

  .tw .lg\:-top-28px{
    top: -28px;
  }

  .tw .lg\:-top-29px{
    top: -29px;
  }

  .tw .lg\:-top-30px{
    top: -30px;
  }

  .tw .lg\:-top-31px{
    top: -31px;
  }

  .tw .lg\:-top-32px{
    top: -32px;
  }

  .tw .lg\:-top-33px{
    top: -33px;
  }

  .tw .lg\:-top-34px{
    top: -34px;
  }

  .tw .lg\:-top-35px{
    top: -35px;
  }

  .tw .lg\:-top-36px{
    top: -36px;
  }

  .tw .lg\:-top-37px{
    top: -37px;
  }

  .tw .lg\:-top-38px{
    top: -38px;
  }

  .tw .lg\:-top-39px{
    top: -39px;
  }

  .tw .lg\:-top-40px{
    top: -40px;
  }

  .tw .lg\:top-1\/2{
    top: 50%;
  }

  .tw .lg\:top-1\/3{
    top: 33.333333%;
  }

  .tw .lg\:top-2\/3{
    top: 66.666667%;
  }

  .tw .lg\:top-1\/4{
    top: 25%;
  }

  .tw .lg\:top-2\/4{
    top: 50%;
  }

  .tw .lg\:top-3\/4{
    top: 75%;
  }

  .tw .lg\:top-full{
    top: 100%;
  }

  .tw .lg\:-top-1\/2{
    top: -50%;
  }

  .tw .lg\:-top-1\/3{
    top: -33.333333%;
  }

  .tw .lg\:-top-2\/3{
    top: -66.666667%;
  }

  .tw .lg\:-top-1\/4{
    top: -25%;
  }

  .tw .lg\:-top-2\/4{
    top: -50%;
  }

  .tw .lg\:-top-3\/4{
    top: -75%;
  }

  .tw .lg\:-top-full{
    top: -100%;
  }

  .tw .lg\:right-0{
    right: 0px;
  }

  .tw .lg\:right-1{
    right: 5px;
  }

  .tw .lg\:right-2{
    right: 10px;
  }

  .tw .lg\:right-3{
    right: 15px;
  }

  .tw .lg\:right-4{
    right: 20px;
  }

  .tw .lg\:right-5{
    right: 25px;
  }

  .tw .lg\:right-6{
    right: 30px;
  }

  .tw .lg\:right-7{
    right: 35px;
  }

  .tw .lg\:right-8{
    right: 40px;
  }

  .tw .lg\:right-9{
    right: 45px;
  }

  .tw .lg\:right-10{
    right: 50px;
  }

  .tw .lg\:right-11{
    right: 55px;
  }

  .tw .lg\:right-12{
    right: 60px;
  }

  .tw .lg\:right-13{
    right: 65px;
  }

  .tw .lg\:right-14{
    right: 70px;
  }

  .tw .lg\:right-15{
    right: 75px;
  }

  .tw .lg\:right-16{
    right: 80px;
  }

  .tw .lg\:right-17{
    right: 85px;
  }

  .tw .lg\:right-18{
    right: 90px;
  }

  .tw .lg\:right-19{
    right: 95px;
  }

  .tw .lg\:right-20{
    right: 100px;
  }

  .tw .lg\:right-21{
    right: 105px;
  }

  .tw .lg\:right-22{
    right: 110px;
  }

  .tw .lg\:right-23{
    right: 115px;
  }

  .tw .lg\:right-24{
    right: 120px;
  }

  .tw .lg\:right-25{
    right: 125px;
  }

  .tw .lg\:right-26{
    right: 130px;
  }

  .tw .lg\:right-27{
    right: 135px;
  }

  .tw .lg\:right-28{
    right: 140px;
  }

  .tw .lg\:right-29{
    right: 145px;
  }

  .tw .lg\:right-30{
    right: 150px;
  }

  .tw .lg\:right-31{
    right: 155px;
  }

  .tw .lg\:right-32{
    right: 160px;
  }

  .tw .lg\:right-33{
    right: 165px;
  }

  .tw .lg\:right-34{
    right: 170px;
  }

  .tw .lg\:right-35{
    right: 175px;
  }

  .tw .lg\:right-36{
    right: 180px;
  }

  .tw .lg\:right-37{
    right: 185px;
  }

  .tw .lg\:right-38{
    right: 190px;
  }

  .tw .lg\:right-39{
    right: 195px;
  }

  .tw .lg\:right-40{
    right: 200px;
  }

  .tw .lg\:right-41{
    right: 205px;
  }

  .tw .lg\:right-42{
    right: 210px;
  }

  .tw .lg\:right-43{
    right: 215px;
  }

  .tw .lg\:right-44{
    right: 220px;
  }

  .tw .lg\:right-45{
    right: 225px;
  }

  .tw .lg\:right-46{
    right: 230px;
  }

  .tw .lg\:right-47{
    right: 235px;
  }

  .tw .lg\:right-48{
    right: 240px;
  }

  .tw .lg\:right-49{
    right: 245px;
  }

  .tw .lg\:right-50{
    right: 250px;
  }

  .tw .lg\:right-51{
    right: 255px;
  }

  .tw .lg\:right-52{
    right: 260px;
  }

  .tw .lg\:right-53{
    right: 265px;
  }

  .tw .lg\:right-54{
    right: 270px;
  }

  .tw .lg\:right-55{
    right: 275px;
  }

  .tw .lg\:right-56{
    right: 280px;
  }

  .tw .lg\:right-57{
    right: 285px;
  }

  .tw .lg\:right-58{
    right: 290px;
  }

  .tw .lg\:right-59{
    right: 295px;
  }

  .tw .lg\:right-60{
    right: 300px;
  }

  .tw .lg\:right-61{
    right: 305px;
  }

  .tw .lg\:right-62{
    right: 310px;
  }

  .tw .lg\:right-63{
    right: 315px;
  }

  .tw .lg\:right-64{
    right: 320px;
  }

  .tw .lg\:right-65{
    right: 325px;
  }

  .tw .lg\:right-66{
    right: 330px;
  }

  .tw .lg\:right-67{
    right: 335px;
  }

  .tw .lg\:right-68{
    right: 340px;
  }

  .tw .lg\:right-69{
    right: 345px;
  }

  .tw .lg\:right-70{
    right: 350px;
  }

  .tw .lg\:right-71{
    right: 355px;
  }

  .tw .lg\:right-72{
    right: 360px;
  }

  .tw .lg\:right-73{
    right: 365px;
  }

  .tw .lg\:right-74{
    right: 370px;
  }

  .tw .lg\:right-75{
    right: 375px;
  }

  .tw .lg\:right-76{
    right: 380px;
  }

  .tw .lg\:right-77{
    right: 385px;
  }

  .tw .lg\:right-78{
    right: 390px;
  }

  .tw .lg\:right-79{
    right: 395px;
  }

  .tw .lg\:right-80{
    right: 400px;
  }

  .tw .lg\:right-81{
    right: 405px;
  }

  .tw .lg\:right-82{
    right: 410px;
  }

  .tw .lg\:right-83{
    right: 415px;
  }

  .tw .lg\:right-84{
    right: 420px;
  }

  .tw .lg\:right-85{
    right: 425px;
  }

  .tw .lg\:right-86{
    right: 430px;
  }

  .tw .lg\:right-87{
    right: 435px;
  }

  .tw .lg\:right-88{
    right: 440px;
  }

  .tw .lg\:right-89{
    right: 445px;
  }

  .tw .lg\:right-90{
    right: 450px;
  }

  .tw .lg\:right-91{
    right: 455px;
  }

  .tw .lg\:right-92{
    right: 460px;
  }

  .tw .lg\:right-93{
    right: 465px;
  }

  .tw .lg\:right-94{
    right: 470px;
  }

  .tw .lg\:right-95{
    right: 475px;
  }

  .tw .lg\:right-96{
    right: 480px;
  }

  .tw .lg\:right-97{
    right: 485px;
  }

  .tw .lg\:right-98{
    right: 490px;
  }

  .tw .lg\:right-99{
    right: 495px;
  }

  .tw .lg\:right-100{
    right: 500px;
  }

  .tw .lg\:right-101{
    right: 505px;
  }

  .tw .lg\:right-102{
    right: 510px;
  }

  .tw .lg\:right-103{
    right: 515px;
  }

  .tw .lg\:right-104{
    right: 520px;
  }

  .tw .lg\:right-105{
    right: 525px;
  }

  .tw .lg\:right-106{
    right: 530px;
  }

  .tw .lg\:right-107{
    right: 535px;
  }

  .tw .lg\:right-108{
    right: 540px;
  }

  .tw .lg\:right-109{
    right: 545px;
  }

  .tw .lg\:right-110{
    right: 550px;
  }

  .tw .lg\:right-111{
    right: 555px;
  }

  .tw .lg\:right-112{
    right: 560px;
  }

  .tw .lg\:right-113{
    right: 565px;
  }

  .tw .lg\:right-114{
    right: 570px;
  }

  .tw .lg\:right-115{
    right: 575px;
  }

  .tw .lg\:right-116{
    right: 580px;
  }

  .tw .lg\:right-117{
    right: 585px;
  }

  .tw .lg\:right-118{
    right: 590px;
  }

  .tw .lg\:right-119{
    right: 595px;
  }

  .tw .lg\:right-120{
    right: 600px;
  }

  .tw .lg\:right-121{
    right: 605px;
  }

  .tw .lg\:right-122{
    right: 610px;
  }

  .tw .lg\:right-123{
    right: 615px;
  }

  .tw .lg\:right-124{
    right: 620px;
  }

  .tw .lg\:right-125{
    right: 625px;
  }

  .tw .lg\:right-126{
    right: 630px;
  }

  .tw .lg\:right-127{
    right: 635px;
  }

  .tw .lg\:right-128{
    right: 640px;
  }

  .tw .lg\:right-129{
    right: 645px;
  }

  .tw .lg\:right-130{
    right: 650px;
  }

  .tw .lg\:right-131{
    right: 655px;
  }

  .tw .lg\:right-132{
    right: 660px;
  }

  .tw .lg\:right-133{
    right: 665px;
  }

  .tw .lg\:right-134{
    right: 670px;
  }

  .tw .lg\:right-135{
    right: 675px;
  }

  .tw .lg\:right-136{
    right: 680px;
  }

  .tw .lg\:right-137{
    right: 685px;
  }

  .tw .lg\:right-138{
    right: 690px;
  }

  .tw .lg\:right-139{
    right: 695px;
  }

  .tw .lg\:right-140{
    right: 700px;
  }

  .tw .lg\:right-141{
    right: 705px;
  }

  .tw .lg\:right-142{
    right: 710px;
  }

  .tw .lg\:right-143{
    right: 715px;
  }

  .tw .lg\:right-144{
    right: 720px;
  }

  .tw .lg\:right-145{
    right: 725px;
  }

  .tw .lg\:right-146{
    right: 730px;
  }

  .tw .lg\:right-147{
    right: 735px;
  }

  .tw .lg\:right-148{
    right: 740px;
  }

  .tw .lg\:right-149{
    right: 745px;
  }

  .tw .lg\:right-auto{
    right: auto;
  }

  .tw .lg\:right-0\.5{
    right: 3px;
  }

  .tw .lg\:right-1px{
    right: 1px;
  }

  .tw .lg\:right-2px{
    right: 2px;
  }

  .tw .lg\:right-3px{
    right: 3px;
  }

  .tw .lg\:right-4px{
    right: 4px;
  }

  .tw .lg\:right-5px{
    right: 5px;
  }

  .tw .lg\:right-6px{
    right: 6px;
  }

  .tw .lg\:right-7px{
    right: 7px;
  }

  .tw .lg\:right-8px{
    right: 8px;
  }

  .tw .lg\:right-9px{
    right: 9px;
  }

  .tw .lg\:right-10px{
    right: 10px;
  }

  .tw .lg\:right-11px{
    right: 11px;
  }

  .tw .lg\:right-12px{
    right: 12px;
  }

  .tw .lg\:right-13px{
    right: 13px;
  }

  .tw .lg\:right-14px{
    right: 14px;
  }

  .tw .lg\:right-15px{
    right: 15px;
  }

  .tw .lg\:right-16px{
    right: 16px;
  }

  .tw .lg\:right-17px{
    right: 17px;
  }

  .tw .lg\:right-18px{
    right: 18px;
  }

  .tw .lg\:right-19px{
    right: 19px;
  }

  .tw .lg\:right-20px{
    right: 20px;
  }

  .tw .lg\:right-21px{
    right: 21px;
  }

  .tw .lg\:right-22px{
    right: 22px;
  }

  .tw .lg\:right-23px{
    right: 23px;
  }

  .tw .lg\:right-24px{
    right: 24px;
  }

  .tw .lg\:right-25px{
    right: 25px;
  }

  .tw .lg\:right-26px{
    right: 26px;
  }

  .tw .lg\:right-27px{
    right: 27px;
  }

  .tw .lg\:right-28px{
    right: 28px;
  }

  .tw .lg\:right-29px{
    right: 29px;
  }

  .tw .lg\:right-30px{
    right: 30px;
  }

  .tw .lg\:right-31px{
    right: 31px;
  }

  .tw .lg\:right-32px{
    right: 32px;
  }

  .tw .lg\:right-33px{
    right: 33px;
  }

  .tw .lg\:right-34px{
    right: 34px;
  }

  .tw .lg\:right-35px{
    right: 35px;
  }

  .tw .lg\:right-36px{
    right: 36px;
  }

  .tw .lg\:right-37px{
    right: 37px;
  }

  .tw .lg\:right-38px{
    right: 38px;
  }

  .tw .lg\:right-39px{
    right: 39px;
  }

  .tw .lg\:right-40px{
    right: 40px;
  }

  .tw .lg\:-right-0{
    right: 0px;
  }

  .tw .lg\:-right-1{
    right: -5px;
  }

  .tw .lg\:-right-2{
    right: -10px;
  }

  .tw .lg\:-right-3{
    right: -15px;
  }

  .tw .lg\:-right-4{
    right: -20px;
  }

  .tw .lg\:-right-5{
    right: -25px;
  }

  .tw .lg\:-right-6{
    right: -30px;
  }

  .tw .lg\:-right-7{
    right: -35px;
  }

  .tw .lg\:-right-8{
    right: -40px;
  }

  .tw .lg\:-right-9{
    right: -45px;
  }

  .tw .lg\:-right-10{
    right: -50px;
  }

  .tw .lg\:-right-11{
    right: -55px;
  }

  .tw .lg\:-right-12{
    right: -60px;
  }

  .tw .lg\:-right-13{
    right: -65px;
  }

  .tw .lg\:-right-14{
    right: -70px;
  }

  .tw .lg\:-right-15{
    right: -75px;
  }

  .tw .lg\:-right-16{
    right: -80px;
  }

  .tw .lg\:-right-17{
    right: -85px;
  }

  .tw .lg\:-right-18{
    right: -90px;
  }

  .tw .lg\:-right-19{
    right: -95px;
  }

  .tw .lg\:-right-20{
    right: -100px;
  }

  .tw .lg\:-right-21{
    right: -105px;
  }

  .tw .lg\:-right-22{
    right: -110px;
  }

  .tw .lg\:-right-23{
    right: -115px;
  }

  .tw .lg\:-right-24{
    right: -120px;
  }

  .tw .lg\:-right-25{
    right: -125px;
  }

  .tw .lg\:-right-26{
    right: -130px;
  }

  .tw .lg\:-right-27{
    right: -135px;
  }

  .tw .lg\:-right-28{
    right: -140px;
  }

  .tw .lg\:-right-29{
    right: -145px;
  }

  .tw .lg\:-right-30{
    right: -150px;
  }

  .tw .lg\:-right-31{
    right: -155px;
  }

  .tw .lg\:-right-32{
    right: -160px;
  }

  .tw .lg\:-right-33{
    right: -165px;
  }

  .tw .lg\:-right-34{
    right: -170px;
  }

  .tw .lg\:-right-35{
    right: -175px;
  }

  .tw .lg\:-right-36{
    right: -180px;
  }

  .tw .lg\:-right-37{
    right: -185px;
  }

  .tw .lg\:-right-38{
    right: -190px;
  }

  .tw .lg\:-right-39{
    right: -195px;
  }

  .tw .lg\:-right-40{
    right: -200px;
  }

  .tw .lg\:-right-41{
    right: -205px;
  }

  .tw .lg\:-right-42{
    right: -210px;
  }

  .tw .lg\:-right-43{
    right: -215px;
  }

  .tw .lg\:-right-44{
    right: -220px;
  }

  .tw .lg\:-right-45{
    right: -225px;
  }

  .tw .lg\:-right-46{
    right: -230px;
  }

  .tw .lg\:-right-47{
    right: -235px;
  }

  .tw .lg\:-right-48{
    right: -240px;
  }

  .tw .lg\:-right-49{
    right: -245px;
  }

  .tw .lg\:-right-50{
    right: -250px;
  }

  .tw .lg\:-right-51{
    right: -255px;
  }

  .tw .lg\:-right-52{
    right: -260px;
  }

  .tw .lg\:-right-53{
    right: -265px;
  }

  .tw .lg\:-right-54{
    right: -270px;
  }

  .tw .lg\:-right-55{
    right: -275px;
  }

  .tw .lg\:-right-56{
    right: -280px;
  }

  .tw .lg\:-right-57{
    right: -285px;
  }

  .tw .lg\:-right-58{
    right: -290px;
  }

  .tw .lg\:-right-59{
    right: -295px;
  }

  .tw .lg\:-right-60{
    right: -300px;
  }

  .tw .lg\:-right-61{
    right: -305px;
  }

  .tw .lg\:-right-62{
    right: -310px;
  }

  .tw .lg\:-right-63{
    right: -315px;
  }

  .tw .lg\:-right-64{
    right: -320px;
  }

  .tw .lg\:-right-65{
    right: -325px;
  }

  .tw .lg\:-right-66{
    right: -330px;
  }

  .tw .lg\:-right-67{
    right: -335px;
  }

  .tw .lg\:-right-68{
    right: -340px;
  }

  .tw .lg\:-right-69{
    right: -345px;
  }

  .tw .lg\:-right-70{
    right: -350px;
  }

  .tw .lg\:-right-71{
    right: -355px;
  }

  .tw .lg\:-right-72{
    right: -360px;
  }

  .tw .lg\:-right-73{
    right: -365px;
  }

  .tw .lg\:-right-74{
    right: -370px;
  }

  .tw .lg\:-right-75{
    right: -375px;
  }

  .tw .lg\:-right-76{
    right: -380px;
  }

  .tw .lg\:-right-77{
    right: -385px;
  }

  .tw .lg\:-right-78{
    right: -390px;
  }

  .tw .lg\:-right-79{
    right: -395px;
  }

  .tw .lg\:-right-80{
    right: -400px;
  }

  .tw .lg\:-right-81{
    right: -405px;
  }

  .tw .lg\:-right-82{
    right: -410px;
  }

  .tw .lg\:-right-83{
    right: -415px;
  }

  .tw .lg\:-right-84{
    right: -420px;
  }

  .tw .lg\:-right-85{
    right: -425px;
  }

  .tw .lg\:-right-86{
    right: -430px;
  }

  .tw .lg\:-right-87{
    right: -435px;
  }

  .tw .lg\:-right-88{
    right: -440px;
  }

  .tw .lg\:-right-89{
    right: -445px;
  }

  .tw .lg\:-right-90{
    right: -450px;
  }

  .tw .lg\:-right-91{
    right: -455px;
  }

  .tw .lg\:-right-92{
    right: -460px;
  }

  .tw .lg\:-right-93{
    right: -465px;
  }

  .tw .lg\:-right-94{
    right: -470px;
  }

  .tw .lg\:-right-95{
    right: -475px;
  }

  .tw .lg\:-right-96{
    right: -480px;
  }

  .tw .lg\:-right-97{
    right: -485px;
  }

  .tw .lg\:-right-98{
    right: -490px;
  }

  .tw .lg\:-right-99{
    right: -495px;
  }

  .tw .lg\:-right-100{
    right: -500px;
  }

  .tw .lg\:-right-101{
    right: -505px;
  }

  .tw .lg\:-right-102{
    right: -510px;
  }

  .tw .lg\:-right-103{
    right: -515px;
  }

  .tw .lg\:-right-104{
    right: -520px;
  }

  .tw .lg\:-right-105{
    right: -525px;
  }

  .tw .lg\:-right-106{
    right: -530px;
  }

  .tw .lg\:-right-107{
    right: -535px;
  }

  .tw .lg\:-right-108{
    right: -540px;
  }

  .tw .lg\:-right-109{
    right: -545px;
  }

  .tw .lg\:-right-110{
    right: -550px;
  }

  .tw .lg\:-right-111{
    right: -555px;
  }

  .tw .lg\:-right-112{
    right: -560px;
  }

  .tw .lg\:-right-113{
    right: -565px;
  }

  .tw .lg\:-right-114{
    right: -570px;
  }

  .tw .lg\:-right-115{
    right: -575px;
  }

  .tw .lg\:-right-116{
    right: -580px;
  }

  .tw .lg\:-right-117{
    right: -585px;
  }

  .tw .lg\:-right-118{
    right: -590px;
  }

  .tw .lg\:-right-119{
    right: -595px;
  }

  .tw .lg\:-right-120{
    right: -600px;
  }

  .tw .lg\:-right-121{
    right: -605px;
  }

  .tw .lg\:-right-122{
    right: -610px;
  }

  .tw .lg\:-right-123{
    right: -615px;
  }

  .tw .lg\:-right-124{
    right: -620px;
  }

  .tw .lg\:-right-125{
    right: -625px;
  }

  .tw .lg\:-right-126{
    right: -630px;
  }

  .tw .lg\:-right-127{
    right: -635px;
  }

  .tw .lg\:-right-128{
    right: -640px;
  }

  .tw .lg\:-right-129{
    right: -645px;
  }

  .tw .lg\:-right-130{
    right: -650px;
  }

  .tw .lg\:-right-131{
    right: -655px;
  }

  .tw .lg\:-right-132{
    right: -660px;
  }

  .tw .lg\:-right-133{
    right: -665px;
  }

  .tw .lg\:-right-134{
    right: -670px;
  }

  .tw .lg\:-right-135{
    right: -675px;
  }

  .tw .lg\:-right-136{
    right: -680px;
  }

  .tw .lg\:-right-137{
    right: -685px;
  }

  .tw .lg\:-right-138{
    right: -690px;
  }

  .tw .lg\:-right-139{
    right: -695px;
  }

  .tw .lg\:-right-140{
    right: -700px;
  }

  .tw .lg\:-right-141{
    right: -705px;
  }

  .tw .lg\:-right-142{
    right: -710px;
  }

  .tw .lg\:-right-143{
    right: -715px;
  }

  .tw .lg\:-right-144{
    right: -720px;
  }

  .tw .lg\:-right-145{
    right: -725px;
  }

  .tw .lg\:-right-146{
    right: -730px;
  }

  .tw .lg\:-right-147{
    right: -735px;
  }

  .tw .lg\:-right-148{
    right: -740px;
  }

  .tw .lg\:-right-149{
    right: -745px;
  }

  .tw .lg\:-right-0\.5{
    right: -3px;
  }

  .tw .lg\:-right-1px{
    right: -1px;
  }

  .tw .lg\:-right-2px{
    right: -2px;
  }

  .tw .lg\:-right-3px{
    right: -3px;
  }

  .tw .lg\:-right-4px{
    right: -4px;
  }

  .tw .lg\:-right-5px{
    right: -5px;
  }

  .tw .lg\:-right-6px{
    right: -6px;
  }

  .tw .lg\:-right-7px{
    right: -7px;
  }

  .tw .lg\:-right-8px{
    right: -8px;
  }

  .tw .lg\:-right-9px{
    right: -9px;
  }

  .tw .lg\:-right-10px{
    right: -10px;
  }

  .tw .lg\:-right-11px{
    right: -11px;
  }

  .tw .lg\:-right-12px{
    right: -12px;
  }

  .tw .lg\:-right-13px{
    right: -13px;
  }

  .tw .lg\:-right-14px{
    right: -14px;
  }

  .tw .lg\:-right-15px{
    right: -15px;
  }

  .tw .lg\:-right-16px{
    right: -16px;
  }

  .tw .lg\:-right-17px{
    right: -17px;
  }

  .tw .lg\:-right-18px{
    right: -18px;
  }

  .tw .lg\:-right-19px{
    right: -19px;
  }

  .tw .lg\:-right-20px{
    right: -20px;
  }

  .tw .lg\:-right-21px{
    right: -21px;
  }

  .tw .lg\:-right-22px{
    right: -22px;
  }

  .tw .lg\:-right-23px{
    right: -23px;
  }

  .tw .lg\:-right-24px{
    right: -24px;
  }

  .tw .lg\:-right-25px{
    right: -25px;
  }

  .tw .lg\:-right-26px{
    right: -26px;
  }

  .tw .lg\:-right-27px{
    right: -27px;
  }

  .tw .lg\:-right-28px{
    right: -28px;
  }

  .tw .lg\:-right-29px{
    right: -29px;
  }

  .tw .lg\:-right-30px{
    right: -30px;
  }

  .tw .lg\:-right-31px{
    right: -31px;
  }

  .tw .lg\:-right-32px{
    right: -32px;
  }

  .tw .lg\:-right-33px{
    right: -33px;
  }

  .tw .lg\:-right-34px{
    right: -34px;
  }

  .tw .lg\:-right-35px{
    right: -35px;
  }

  .tw .lg\:-right-36px{
    right: -36px;
  }

  .tw .lg\:-right-37px{
    right: -37px;
  }

  .tw .lg\:-right-38px{
    right: -38px;
  }

  .tw .lg\:-right-39px{
    right: -39px;
  }

  .tw .lg\:-right-40px{
    right: -40px;
  }

  .tw .lg\:right-1\/2{
    right: 50%;
  }

  .tw .lg\:right-1\/3{
    right: 33.333333%;
  }

  .tw .lg\:right-2\/3{
    right: 66.666667%;
  }

  .tw .lg\:right-1\/4{
    right: 25%;
  }

  .tw .lg\:right-2\/4{
    right: 50%;
  }

  .tw .lg\:right-3\/4{
    right: 75%;
  }

  .tw .lg\:right-full{
    right: 100%;
  }

  .tw .lg\:-right-1\/2{
    right: -50%;
  }

  .tw .lg\:-right-1\/3{
    right: -33.333333%;
  }

  .tw .lg\:-right-2\/3{
    right: -66.666667%;
  }

  .tw .lg\:-right-1\/4{
    right: -25%;
  }

  .tw .lg\:-right-2\/4{
    right: -50%;
  }

  .tw .lg\:-right-3\/4{
    right: -75%;
  }

  .tw .lg\:-right-full{
    right: -100%;
  }

  .tw .lg\:bottom-0{
    bottom: 0px;
  }

  .tw .lg\:bottom-1{
    bottom: 5px;
  }

  .tw .lg\:bottom-2{
    bottom: 10px;
  }

  .tw .lg\:bottom-3{
    bottom: 15px;
  }

  .tw .lg\:bottom-4{
    bottom: 20px;
  }

  .tw .lg\:bottom-5{
    bottom: 25px;
  }

  .tw .lg\:bottom-6{
    bottom: 30px;
  }

  .tw .lg\:bottom-7{
    bottom: 35px;
  }

  .tw .lg\:bottom-8{
    bottom: 40px;
  }

  .tw .lg\:bottom-9{
    bottom: 45px;
  }

  .tw .lg\:bottom-10{
    bottom: 50px;
  }

  .tw .lg\:bottom-11{
    bottom: 55px;
  }

  .tw .lg\:bottom-12{
    bottom: 60px;
  }

  .tw .lg\:bottom-13{
    bottom: 65px;
  }

  .tw .lg\:bottom-14{
    bottom: 70px;
  }

  .tw .lg\:bottom-15{
    bottom: 75px;
  }

  .tw .lg\:bottom-16{
    bottom: 80px;
  }

  .tw .lg\:bottom-17{
    bottom: 85px;
  }

  .tw .lg\:bottom-18{
    bottom: 90px;
  }

  .tw .lg\:bottom-19{
    bottom: 95px;
  }

  .tw .lg\:bottom-20{
    bottom: 100px;
  }

  .tw .lg\:bottom-21{
    bottom: 105px;
  }

  .tw .lg\:bottom-22{
    bottom: 110px;
  }

  .tw .lg\:bottom-23{
    bottom: 115px;
  }

  .tw .lg\:bottom-24{
    bottom: 120px;
  }

  .tw .lg\:bottom-25{
    bottom: 125px;
  }

  .tw .lg\:bottom-26{
    bottom: 130px;
  }

  .tw .lg\:bottom-27{
    bottom: 135px;
  }

  .tw .lg\:bottom-28{
    bottom: 140px;
  }

  .tw .lg\:bottom-29{
    bottom: 145px;
  }

  .tw .lg\:bottom-30{
    bottom: 150px;
  }

  .tw .lg\:bottom-31{
    bottom: 155px;
  }

  .tw .lg\:bottom-32{
    bottom: 160px;
  }

  .tw .lg\:bottom-33{
    bottom: 165px;
  }

  .tw .lg\:bottom-34{
    bottom: 170px;
  }

  .tw .lg\:bottom-35{
    bottom: 175px;
  }

  .tw .lg\:bottom-36{
    bottom: 180px;
  }

  .tw .lg\:bottom-37{
    bottom: 185px;
  }

  .tw .lg\:bottom-38{
    bottom: 190px;
  }

  .tw .lg\:bottom-39{
    bottom: 195px;
  }

  .tw .lg\:bottom-40{
    bottom: 200px;
  }

  .tw .lg\:bottom-41{
    bottom: 205px;
  }

  .tw .lg\:bottom-42{
    bottom: 210px;
  }

  .tw .lg\:bottom-43{
    bottom: 215px;
  }

  .tw .lg\:bottom-44{
    bottom: 220px;
  }

  .tw .lg\:bottom-45{
    bottom: 225px;
  }

  .tw .lg\:bottom-46{
    bottom: 230px;
  }

  .tw .lg\:bottom-47{
    bottom: 235px;
  }

  .tw .lg\:bottom-48{
    bottom: 240px;
  }

  .tw .lg\:bottom-49{
    bottom: 245px;
  }

  .tw .lg\:bottom-50{
    bottom: 250px;
  }

  .tw .lg\:bottom-51{
    bottom: 255px;
  }

  .tw .lg\:bottom-52{
    bottom: 260px;
  }

  .tw .lg\:bottom-53{
    bottom: 265px;
  }

  .tw .lg\:bottom-54{
    bottom: 270px;
  }

  .tw .lg\:bottom-55{
    bottom: 275px;
  }

  .tw .lg\:bottom-56{
    bottom: 280px;
  }

  .tw .lg\:bottom-57{
    bottom: 285px;
  }

  .tw .lg\:bottom-58{
    bottom: 290px;
  }

  .tw .lg\:bottom-59{
    bottom: 295px;
  }

  .tw .lg\:bottom-60{
    bottom: 300px;
  }

  .tw .lg\:bottom-61{
    bottom: 305px;
  }

  .tw .lg\:bottom-62{
    bottom: 310px;
  }

  .tw .lg\:bottom-63{
    bottom: 315px;
  }

  .tw .lg\:bottom-64{
    bottom: 320px;
  }

  .tw .lg\:bottom-65{
    bottom: 325px;
  }

  .tw .lg\:bottom-66{
    bottom: 330px;
  }

  .tw .lg\:bottom-67{
    bottom: 335px;
  }

  .tw .lg\:bottom-68{
    bottom: 340px;
  }

  .tw .lg\:bottom-69{
    bottom: 345px;
  }

  .tw .lg\:bottom-70{
    bottom: 350px;
  }

  .tw .lg\:bottom-71{
    bottom: 355px;
  }

  .tw .lg\:bottom-72{
    bottom: 360px;
  }

  .tw .lg\:bottom-73{
    bottom: 365px;
  }

  .tw .lg\:bottom-74{
    bottom: 370px;
  }

  .tw .lg\:bottom-75{
    bottom: 375px;
  }

  .tw .lg\:bottom-76{
    bottom: 380px;
  }

  .tw .lg\:bottom-77{
    bottom: 385px;
  }

  .tw .lg\:bottom-78{
    bottom: 390px;
  }

  .tw .lg\:bottom-79{
    bottom: 395px;
  }

  .tw .lg\:bottom-80{
    bottom: 400px;
  }

  .tw .lg\:bottom-81{
    bottom: 405px;
  }

  .tw .lg\:bottom-82{
    bottom: 410px;
  }

  .tw .lg\:bottom-83{
    bottom: 415px;
  }

  .tw .lg\:bottom-84{
    bottom: 420px;
  }

  .tw .lg\:bottom-85{
    bottom: 425px;
  }

  .tw .lg\:bottom-86{
    bottom: 430px;
  }

  .tw .lg\:bottom-87{
    bottom: 435px;
  }

  .tw .lg\:bottom-88{
    bottom: 440px;
  }

  .tw .lg\:bottom-89{
    bottom: 445px;
  }

  .tw .lg\:bottom-90{
    bottom: 450px;
  }

  .tw .lg\:bottom-91{
    bottom: 455px;
  }

  .tw .lg\:bottom-92{
    bottom: 460px;
  }

  .tw .lg\:bottom-93{
    bottom: 465px;
  }

  .tw .lg\:bottom-94{
    bottom: 470px;
  }

  .tw .lg\:bottom-95{
    bottom: 475px;
  }

  .tw .lg\:bottom-96{
    bottom: 480px;
  }

  .tw .lg\:bottom-97{
    bottom: 485px;
  }

  .tw .lg\:bottom-98{
    bottom: 490px;
  }

  .tw .lg\:bottom-99{
    bottom: 495px;
  }

  .tw .lg\:bottom-100{
    bottom: 500px;
  }

  .tw .lg\:bottom-101{
    bottom: 505px;
  }

  .tw .lg\:bottom-102{
    bottom: 510px;
  }

  .tw .lg\:bottom-103{
    bottom: 515px;
  }

  .tw .lg\:bottom-104{
    bottom: 520px;
  }

  .tw .lg\:bottom-105{
    bottom: 525px;
  }

  .tw .lg\:bottom-106{
    bottom: 530px;
  }

  .tw .lg\:bottom-107{
    bottom: 535px;
  }

  .tw .lg\:bottom-108{
    bottom: 540px;
  }

  .tw .lg\:bottom-109{
    bottom: 545px;
  }

  .tw .lg\:bottom-110{
    bottom: 550px;
  }

  .tw .lg\:bottom-111{
    bottom: 555px;
  }

  .tw .lg\:bottom-112{
    bottom: 560px;
  }

  .tw .lg\:bottom-113{
    bottom: 565px;
  }

  .tw .lg\:bottom-114{
    bottom: 570px;
  }

  .tw .lg\:bottom-115{
    bottom: 575px;
  }

  .tw .lg\:bottom-116{
    bottom: 580px;
  }

  .tw .lg\:bottom-117{
    bottom: 585px;
  }

  .tw .lg\:bottom-118{
    bottom: 590px;
  }

  .tw .lg\:bottom-119{
    bottom: 595px;
  }

  .tw .lg\:bottom-120{
    bottom: 600px;
  }

  .tw .lg\:bottom-121{
    bottom: 605px;
  }

  .tw .lg\:bottom-122{
    bottom: 610px;
  }

  .tw .lg\:bottom-123{
    bottom: 615px;
  }

  .tw .lg\:bottom-124{
    bottom: 620px;
  }

  .tw .lg\:bottom-125{
    bottom: 625px;
  }

  .tw .lg\:bottom-126{
    bottom: 630px;
  }

  .tw .lg\:bottom-127{
    bottom: 635px;
  }

  .tw .lg\:bottom-128{
    bottom: 640px;
  }

  .tw .lg\:bottom-129{
    bottom: 645px;
  }

  .tw .lg\:bottom-130{
    bottom: 650px;
  }

  .tw .lg\:bottom-131{
    bottom: 655px;
  }

  .tw .lg\:bottom-132{
    bottom: 660px;
  }

  .tw .lg\:bottom-133{
    bottom: 665px;
  }

  .tw .lg\:bottom-134{
    bottom: 670px;
  }

  .tw .lg\:bottom-135{
    bottom: 675px;
  }

  .tw .lg\:bottom-136{
    bottom: 680px;
  }

  .tw .lg\:bottom-137{
    bottom: 685px;
  }

  .tw .lg\:bottom-138{
    bottom: 690px;
  }

  .tw .lg\:bottom-139{
    bottom: 695px;
  }

  .tw .lg\:bottom-140{
    bottom: 700px;
  }

  .tw .lg\:bottom-141{
    bottom: 705px;
  }

  .tw .lg\:bottom-142{
    bottom: 710px;
  }

  .tw .lg\:bottom-143{
    bottom: 715px;
  }

  .tw .lg\:bottom-144{
    bottom: 720px;
  }

  .tw .lg\:bottom-145{
    bottom: 725px;
  }

  .tw .lg\:bottom-146{
    bottom: 730px;
  }

  .tw .lg\:bottom-147{
    bottom: 735px;
  }

  .tw .lg\:bottom-148{
    bottom: 740px;
  }

  .tw .lg\:bottom-149{
    bottom: 745px;
  }

  .tw .lg\:bottom-auto{
    bottom: auto;
  }

  .tw .lg\:bottom-0\.5{
    bottom: 3px;
  }

  .tw .lg\:bottom-1px{
    bottom: 1px;
  }

  .tw .lg\:bottom-2px{
    bottom: 2px;
  }

  .tw .lg\:bottom-3px{
    bottom: 3px;
  }

  .tw .lg\:bottom-4px{
    bottom: 4px;
  }

  .tw .lg\:bottom-5px{
    bottom: 5px;
  }

  .tw .lg\:bottom-6px{
    bottom: 6px;
  }

  .tw .lg\:bottom-7px{
    bottom: 7px;
  }

  .tw .lg\:bottom-8px{
    bottom: 8px;
  }

  .tw .lg\:bottom-9px{
    bottom: 9px;
  }

  .tw .lg\:bottom-10px{
    bottom: 10px;
  }

  .tw .lg\:bottom-11px{
    bottom: 11px;
  }

  .tw .lg\:bottom-12px{
    bottom: 12px;
  }

  .tw .lg\:bottom-13px{
    bottom: 13px;
  }

  .tw .lg\:bottom-14px{
    bottom: 14px;
  }

  .tw .lg\:bottom-15px{
    bottom: 15px;
  }

  .tw .lg\:bottom-16px{
    bottom: 16px;
  }

  .tw .lg\:bottom-17px{
    bottom: 17px;
  }

  .tw .lg\:bottom-18px{
    bottom: 18px;
  }

  .tw .lg\:bottom-19px{
    bottom: 19px;
  }

  .tw .lg\:bottom-20px{
    bottom: 20px;
  }

  .tw .lg\:bottom-21px{
    bottom: 21px;
  }

  .tw .lg\:bottom-22px{
    bottom: 22px;
  }

  .tw .lg\:bottom-23px{
    bottom: 23px;
  }

  .tw .lg\:bottom-24px{
    bottom: 24px;
  }

  .tw .lg\:bottom-25px{
    bottom: 25px;
  }

  .tw .lg\:bottom-26px{
    bottom: 26px;
  }

  .tw .lg\:bottom-27px{
    bottom: 27px;
  }

  .tw .lg\:bottom-28px{
    bottom: 28px;
  }

  .tw .lg\:bottom-29px{
    bottom: 29px;
  }

  .tw .lg\:bottom-30px{
    bottom: 30px;
  }

  .tw .lg\:bottom-31px{
    bottom: 31px;
  }

  .tw .lg\:bottom-32px{
    bottom: 32px;
  }

  .tw .lg\:bottom-33px{
    bottom: 33px;
  }

  .tw .lg\:bottom-34px{
    bottom: 34px;
  }

  .tw .lg\:bottom-35px{
    bottom: 35px;
  }

  .tw .lg\:bottom-36px{
    bottom: 36px;
  }

  .tw .lg\:bottom-37px{
    bottom: 37px;
  }

  .tw .lg\:bottom-38px{
    bottom: 38px;
  }

  .tw .lg\:bottom-39px{
    bottom: 39px;
  }

  .tw .lg\:bottom-40px{
    bottom: 40px;
  }

  .tw .lg\:-bottom-0{
    bottom: 0px;
  }

  .tw .lg\:-bottom-1{
    bottom: -5px;
  }

  .tw .lg\:-bottom-2{
    bottom: -10px;
  }

  .tw .lg\:-bottom-3{
    bottom: -15px;
  }

  .tw .lg\:-bottom-4{
    bottom: -20px;
  }

  .tw .lg\:-bottom-5{
    bottom: -25px;
  }

  .tw .lg\:-bottom-6{
    bottom: -30px;
  }

  .tw .lg\:-bottom-7{
    bottom: -35px;
  }

  .tw .lg\:-bottom-8{
    bottom: -40px;
  }

  .tw .lg\:-bottom-9{
    bottom: -45px;
  }

  .tw .lg\:-bottom-10{
    bottom: -50px;
  }

  .tw .lg\:-bottom-11{
    bottom: -55px;
  }

  .tw .lg\:-bottom-12{
    bottom: -60px;
  }

  .tw .lg\:-bottom-13{
    bottom: -65px;
  }

  .tw .lg\:-bottom-14{
    bottom: -70px;
  }

  .tw .lg\:-bottom-15{
    bottom: -75px;
  }

  .tw .lg\:-bottom-16{
    bottom: -80px;
  }

  .tw .lg\:-bottom-17{
    bottom: -85px;
  }

  .tw .lg\:-bottom-18{
    bottom: -90px;
  }

  .tw .lg\:-bottom-19{
    bottom: -95px;
  }

  .tw .lg\:-bottom-20{
    bottom: -100px;
  }

  .tw .lg\:-bottom-21{
    bottom: -105px;
  }

  .tw .lg\:-bottom-22{
    bottom: -110px;
  }

  .tw .lg\:-bottom-23{
    bottom: -115px;
  }

  .tw .lg\:-bottom-24{
    bottom: -120px;
  }

  .tw .lg\:-bottom-25{
    bottom: -125px;
  }

  .tw .lg\:-bottom-26{
    bottom: -130px;
  }

  .tw .lg\:-bottom-27{
    bottom: -135px;
  }

  .tw .lg\:-bottom-28{
    bottom: -140px;
  }

  .tw .lg\:-bottom-29{
    bottom: -145px;
  }

  .tw .lg\:-bottom-30{
    bottom: -150px;
  }

  .tw .lg\:-bottom-31{
    bottom: -155px;
  }

  .tw .lg\:-bottom-32{
    bottom: -160px;
  }

  .tw .lg\:-bottom-33{
    bottom: -165px;
  }

  .tw .lg\:-bottom-34{
    bottom: -170px;
  }

  .tw .lg\:-bottom-35{
    bottom: -175px;
  }

  .tw .lg\:-bottom-36{
    bottom: -180px;
  }

  .tw .lg\:-bottom-37{
    bottom: -185px;
  }

  .tw .lg\:-bottom-38{
    bottom: -190px;
  }

  .tw .lg\:-bottom-39{
    bottom: -195px;
  }

  .tw .lg\:-bottom-40{
    bottom: -200px;
  }

  .tw .lg\:-bottom-41{
    bottom: -205px;
  }

  .tw .lg\:-bottom-42{
    bottom: -210px;
  }

  .tw .lg\:-bottom-43{
    bottom: -215px;
  }

  .tw .lg\:-bottom-44{
    bottom: -220px;
  }

  .tw .lg\:-bottom-45{
    bottom: -225px;
  }

  .tw .lg\:-bottom-46{
    bottom: -230px;
  }

  .tw .lg\:-bottom-47{
    bottom: -235px;
  }

  .tw .lg\:-bottom-48{
    bottom: -240px;
  }

  .tw .lg\:-bottom-49{
    bottom: -245px;
  }

  .tw .lg\:-bottom-50{
    bottom: -250px;
  }

  .tw .lg\:-bottom-51{
    bottom: -255px;
  }

  .tw .lg\:-bottom-52{
    bottom: -260px;
  }

  .tw .lg\:-bottom-53{
    bottom: -265px;
  }

  .tw .lg\:-bottom-54{
    bottom: -270px;
  }

  .tw .lg\:-bottom-55{
    bottom: -275px;
  }

  .tw .lg\:-bottom-56{
    bottom: -280px;
  }

  .tw .lg\:-bottom-57{
    bottom: -285px;
  }

  .tw .lg\:-bottom-58{
    bottom: -290px;
  }

  .tw .lg\:-bottom-59{
    bottom: -295px;
  }

  .tw .lg\:-bottom-60{
    bottom: -300px;
  }

  .tw .lg\:-bottom-61{
    bottom: -305px;
  }

  .tw .lg\:-bottom-62{
    bottom: -310px;
  }

  .tw .lg\:-bottom-63{
    bottom: -315px;
  }

  .tw .lg\:-bottom-64{
    bottom: -320px;
  }

  .tw .lg\:-bottom-65{
    bottom: -325px;
  }

  .tw .lg\:-bottom-66{
    bottom: -330px;
  }

  .tw .lg\:-bottom-67{
    bottom: -335px;
  }

  .tw .lg\:-bottom-68{
    bottom: -340px;
  }

  .tw .lg\:-bottom-69{
    bottom: -345px;
  }

  .tw .lg\:-bottom-70{
    bottom: -350px;
  }

  .tw .lg\:-bottom-71{
    bottom: -355px;
  }

  .tw .lg\:-bottom-72{
    bottom: -360px;
  }

  .tw .lg\:-bottom-73{
    bottom: -365px;
  }

  .tw .lg\:-bottom-74{
    bottom: -370px;
  }

  .tw .lg\:-bottom-75{
    bottom: -375px;
  }

  .tw .lg\:-bottom-76{
    bottom: -380px;
  }

  .tw .lg\:-bottom-77{
    bottom: -385px;
  }

  .tw .lg\:-bottom-78{
    bottom: -390px;
  }

  .tw .lg\:-bottom-79{
    bottom: -395px;
  }

  .tw .lg\:-bottom-80{
    bottom: -400px;
  }

  .tw .lg\:-bottom-81{
    bottom: -405px;
  }

  .tw .lg\:-bottom-82{
    bottom: -410px;
  }

  .tw .lg\:-bottom-83{
    bottom: -415px;
  }

  .tw .lg\:-bottom-84{
    bottom: -420px;
  }

  .tw .lg\:-bottom-85{
    bottom: -425px;
  }

  .tw .lg\:-bottom-86{
    bottom: -430px;
  }

  .tw .lg\:-bottom-87{
    bottom: -435px;
  }

  .tw .lg\:-bottom-88{
    bottom: -440px;
  }

  .tw .lg\:-bottom-89{
    bottom: -445px;
  }

  .tw .lg\:-bottom-90{
    bottom: -450px;
  }

  .tw .lg\:-bottom-91{
    bottom: -455px;
  }

  .tw .lg\:-bottom-92{
    bottom: -460px;
  }

  .tw .lg\:-bottom-93{
    bottom: -465px;
  }

  .tw .lg\:-bottom-94{
    bottom: -470px;
  }

  .tw .lg\:-bottom-95{
    bottom: -475px;
  }

  .tw .lg\:-bottom-96{
    bottom: -480px;
  }

  .tw .lg\:-bottom-97{
    bottom: -485px;
  }

  .tw .lg\:-bottom-98{
    bottom: -490px;
  }

  .tw .lg\:-bottom-99{
    bottom: -495px;
  }

  .tw .lg\:-bottom-100{
    bottom: -500px;
  }

  .tw .lg\:-bottom-101{
    bottom: -505px;
  }

  .tw .lg\:-bottom-102{
    bottom: -510px;
  }

  .tw .lg\:-bottom-103{
    bottom: -515px;
  }

  .tw .lg\:-bottom-104{
    bottom: -520px;
  }

  .tw .lg\:-bottom-105{
    bottom: -525px;
  }

  .tw .lg\:-bottom-106{
    bottom: -530px;
  }

  .tw .lg\:-bottom-107{
    bottom: -535px;
  }

  .tw .lg\:-bottom-108{
    bottom: -540px;
  }

  .tw .lg\:-bottom-109{
    bottom: -545px;
  }

  .tw .lg\:-bottom-110{
    bottom: -550px;
  }

  .tw .lg\:-bottom-111{
    bottom: -555px;
  }

  .tw .lg\:-bottom-112{
    bottom: -560px;
  }

  .tw .lg\:-bottom-113{
    bottom: -565px;
  }

  .tw .lg\:-bottom-114{
    bottom: -570px;
  }

  .tw .lg\:-bottom-115{
    bottom: -575px;
  }

  .tw .lg\:-bottom-116{
    bottom: -580px;
  }

  .tw .lg\:-bottom-117{
    bottom: -585px;
  }

  .tw .lg\:-bottom-118{
    bottom: -590px;
  }

  .tw .lg\:-bottom-119{
    bottom: -595px;
  }

  .tw .lg\:-bottom-120{
    bottom: -600px;
  }

  .tw .lg\:-bottom-121{
    bottom: -605px;
  }

  .tw .lg\:-bottom-122{
    bottom: -610px;
  }

  .tw .lg\:-bottom-123{
    bottom: -615px;
  }

  .tw .lg\:-bottom-124{
    bottom: -620px;
  }

  .tw .lg\:-bottom-125{
    bottom: -625px;
  }

  .tw .lg\:-bottom-126{
    bottom: -630px;
  }

  .tw .lg\:-bottom-127{
    bottom: -635px;
  }

  .tw .lg\:-bottom-128{
    bottom: -640px;
  }

  .tw .lg\:-bottom-129{
    bottom: -645px;
  }

  .tw .lg\:-bottom-130{
    bottom: -650px;
  }

  .tw .lg\:-bottom-131{
    bottom: -655px;
  }

  .tw .lg\:-bottom-132{
    bottom: -660px;
  }

  .tw .lg\:-bottom-133{
    bottom: -665px;
  }

  .tw .lg\:-bottom-134{
    bottom: -670px;
  }

  .tw .lg\:-bottom-135{
    bottom: -675px;
  }

  .tw .lg\:-bottom-136{
    bottom: -680px;
  }

  .tw .lg\:-bottom-137{
    bottom: -685px;
  }

  .tw .lg\:-bottom-138{
    bottom: -690px;
  }

  .tw .lg\:-bottom-139{
    bottom: -695px;
  }

  .tw .lg\:-bottom-140{
    bottom: -700px;
  }

  .tw .lg\:-bottom-141{
    bottom: -705px;
  }

  .tw .lg\:-bottom-142{
    bottom: -710px;
  }

  .tw .lg\:-bottom-143{
    bottom: -715px;
  }

  .tw .lg\:-bottom-144{
    bottom: -720px;
  }

  .tw .lg\:-bottom-145{
    bottom: -725px;
  }

  .tw .lg\:-bottom-146{
    bottom: -730px;
  }

  .tw .lg\:-bottom-147{
    bottom: -735px;
  }

  .tw .lg\:-bottom-148{
    bottom: -740px;
  }

  .tw .lg\:-bottom-149{
    bottom: -745px;
  }

  .tw .lg\:-bottom-0\.5{
    bottom: -3px;
  }

  .tw .lg\:-bottom-1px{
    bottom: -1px;
  }

  .tw .lg\:-bottom-2px{
    bottom: -2px;
  }

  .tw .lg\:-bottom-3px{
    bottom: -3px;
  }

  .tw .lg\:-bottom-4px{
    bottom: -4px;
  }

  .tw .lg\:-bottom-5px{
    bottom: -5px;
  }

  .tw .lg\:-bottom-6px{
    bottom: -6px;
  }

  .tw .lg\:-bottom-7px{
    bottom: -7px;
  }

  .tw .lg\:-bottom-8px{
    bottom: -8px;
  }

  .tw .lg\:-bottom-9px{
    bottom: -9px;
  }

  .tw .lg\:-bottom-10px{
    bottom: -10px;
  }

  .tw .lg\:-bottom-11px{
    bottom: -11px;
  }

  .tw .lg\:-bottom-12px{
    bottom: -12px;
  }

  .tw .lg\:-bottom-13px{
    bottom: -13px;
  }

  .tw .lg\:-bottom-14px{
    bottom: -14px;
  }

  .tw .lg\:-bottom-15px{
    bottom: -15px;
  }

  .tw .lg\:-bottom-16px{
    bottom: -16px;
  }

  .tw .lg\:-bottom-17px{
    bottom: -17px;
  }

  .tw .lg\:-bottom-18px{
    bottom: -18px;
  }

  .tw .lg\:-bottom-19px{
    bottom: -19px;
  }

  .tw .lg\:-bottom-20px{
    bottom: -20px;
  }

  .tw .lg\:-bottom-21px{
    bottom: -21px;
  }

  .tw .lg\:-bottom-22px{
    bottom: -22px;
  }

  .tw .lg\:-bottom-23px{
    bottom: -23px;
  }

  .tw .lg\:-bottom-24px{
    bottom: -24px;
  }

  .tw .lg\:-bottom-25px{
    bottom: -25px;
  }

  .tw .lg\:-bottom-26px{
    bottom: -26px;
  }

  .tw .lg\:-bottom-27px{
    bottom: -27px;
  }

  .tw .lg\:-bottom-28px{
    bottom: -28px;
  }

  .tw .lg\:-bottom-29px{
    bottom: -29px;
  }

  .tw .lg\:-bottom-30px{
    bottom: -30px;
  }

  .tw .lg\:-bottom-31px{
    bottom: -31px;
  }

  .tw .lg\:-bottom-32px{
    bottom: -32px;
  }

  .tw .lg\:-bottom-33px{
    bottom: -33px;
  }

  .tw .lg\:-bottom-34px{
    bottom: -34px;
  }

  .tw .lg\:-bottom-35px{
    bottom: -35px;
  }

  .tw .lg\:-bottom-36px{
    bottom: -36px;
  }

  .tw .lg\:-bottom-37px{
    bottom: -37px;
  }

  .tw .lg\:-bottom-38px{
    bottom: -38px;
  }

  .tw .lg\:-bottom-39px{
    bottom: -39px;
  }

  .tw .lg\:-bottom-40px{
    bottom: -40px;
  }

  .tw .lg\:bottom-1\/2{
    bottom: 50%;
  }

  .tw .lg\:bottom-1\/3{
    bottom: 33.333333%;
  }

  .tw .lg\:bottom-2\/3{
    bottom: 66.666667%;
  }

  .tw .lg\:bottom-1\/4{
    bottom: 25%;
  }

  .tw .lg\:bottom-2\/4{
    bottom: 50%;
  }

  .tw .lg\:bottom-3\/4{
    bottom: 75%;
  }

  .tw .lg\:bottom-full{
    bottom: 100%;
  }

  .tw .lg\:-bottom-1\/2{
    bottom: -50%;
  }

  .tw .lg\:-bottom-1\/3{
    bottom: -33.333333%;
  }

  .tw .lg\:-bottom-2\/3{
    bottom: -66.666667%;
  }

  .tw .lg\:-bottom-1\/4{
    bottom: -25%;
  }

  .tw .lg\:-bottom-2\/4{
    bottom: -50%;
  }

  .tw .lg\:-bottom-3\/4{
    bottom: -75%;
  }

  .tw .lg\:-bottom-full{
    bottom: -100%;
  }

  .tw .lg\:left-0{
    left: 0px;
  }

  .tw .lg\:left-1{
    left: 5px;
  }

  .tw .lg\:left-2{
    left: 10px;
  }

  .tw .lg\:left-3{
    left: 15px;
  }

  .tw .lg\:left-4{
    left: 20px;
  }

  .tw .lg\:left-5{
    left: 25px;
  }

  .tw .lg\:left-6{
    left: 30px;
  }

  .tw .lg\:left-7{
    left: 35px;
  }

  .tw .lg\:left-8{
    left: 40px;
  }

  .tw .lg\:left-9{
    left: 45px;
  }

  .tw .lg\:left-10{
    left: 50px;
  }

  .tw .lg\:left-11{
    left: 55px;
  }

  .tw .lg\:left-12{
    left: 60px;
  }

  .tw .lg\:left-13{
    left: 65px;
  }

  .tw .lg\:left-14{
    left: 70px;
  }

  .tw .lg\:left-15{
    left: 75px;
  }

  .tw .lg\:left-16{
    left: 80px;
  }

  .tw .lg\:left-17{
    left: 85px;
  }

  .tw .lg\:left-18{
    left: 90px;
  }

  .tw .lg\:left-19{
    left: 95px;
  }

  .tw .lg\:left-20{
    left: 100px;
  }

  .tw .lg\:left-21{
    left: 105px;
  }

  .tw .lg\:left-22{
    left: 110px;
  }

  .tw .lg\:left-23{
    left: 115px;
  }

  .tw .lg\:left-24{
    left: 120px;
  }

  .tw .lg\:left-25{
    left: 125px;
  }

  .tw .lg\:left-26{
    left: 130px;
  }

  .tw .lg\:left-27{
    left: 135px;
  }

  .tw .lg\:left-28{
    left: 140px;
  }

  .tw .lg\:left-29{
    left: 145px;
  }

  .tw .lg\:left-30{
    left: 150px;
  }

  .tw .lg\:left-31{
    left: 155px;
  }

  .tw .lg\:left-32{
    left: 160px;
  }

  .tw .lg\:left-33{
    left: 165px;
  }

  .tw .lg\:left-34{
    left: 170px;
  }

  .tw .lg\:left-35{
    left: 175px;
  }

  .tw .lg\:left-36{
    left: 180px;
  }

  .tw .lg\:left-37{
    left: 185px;
  }

  .tw .lg\:left-38{
    left: 190px;
  }

  .tw .lg\:left-39{
    left: 195px;
  }

  .tw .lg\:left-40{
    left: 200px;
  }

  .tw .lg\:left-41{
    left: 205px;
  }

  .tw .lg\:left-42{
    left: 210px;
  }

  .tw .lg\:left-43{
    left: 215px;
  }

  .tw .lg\:left-44{
    left: 220px;
  }

  .tw .lg\:left-45{
    left: 225px;
  }

  .tw .lg\:left-46{
    left: 230px;
  }

  .tw .lg\:left-47{
    left: 235px;
  }

  .tw .lg\:left-48{
    left: 240px;
  }

  .tw .lg\:left-49{
    left: 245px;
  }

  .tw .lg\:left-50{
    left: 250px;
  }

  .tw .lg\:left-51{
    left: 255px;
  }

  .tw .lg\:left-52{
    left: 260px;
  }

  .tw .lg\:left-53{
    left: 265px;
  }

  .tw .lg\:left-54{
    left: 270px;
  }

  .tw .lg\:left-55{
    left: 275px;
  }

  .tw .lg\:left-56{
    left: 280px;
  }

  .tw .lg\:left-57{
    left: 285px;
  }

  .tw .lg\:left-58{
    left: 290px;
  }

  .tw .lg\:left-59{
    left: 295px;
  }

  .tw .lg\:left-60{
    left: 300px;
  }

  .tw .lg\:left-61{
    left: 305px;
  }

  .tw .lg\:left-62{
    left: 310px;
  }

  .tw .lg\:left-63{
    left: 315px;
  }

  .tw .lg\:left-64{
    left: 320px;
  }

  .tw .lg\:left-65{
    left: 325px;
  }

  .tw .lg\:left-66{
    left: 330px;
  }

  .tw .lg\:left-67{
    left: 335px;
  }

  .tw .lg\:left-68{
    left: 340px;
  }

  .tw .lg\:left-69{
    left: 345px;
  }

  .tw .lg\:left-70{
    left: 350px;
  }

  .tw .lg\:left-71{
    left: 355px;
  }

  .tw .lg\:left-72{
    left: 360px;
  }

  .tw .lg\:left-73{
    left: 365px;
  }

  .tw .lg\:left-74{
    left: 370px;
  }

  .tw .lg\:left-75{
    left: 375px;
  }

  .tw .lg\:left-76{
    left: 380px;
  }

  .tw .lg\:left-77{
    left: 385px;
  }

  .tw .lg\:left-78{
    left: 390px;
  }

  .tw .lg\:left-79{
    left: 395px;
  }

  .tw .lg\:left-80{
    left: 400px;
  }

  .tw .lg\:left-81{
    left: 405px;
  }

  .tw .lg\:left-82{
    left: 410px;
  }

  .tw .lg\:left-83{
    left: 415px;
  }

  .tw .lg\:left-84{
    left: 420px;
  }

  .tw .lg\:left-85{
    left: 425px;
  }

  .tw .lg\:left-86{
    left: 430px;
  }

  .tw .lg\:left-87{
    left: 435px;
  }

  .tw .lg\:left-88{
    left: 440px;
  }

  .tw .lg\:left-89{
    left: 445px;
  }

  .tw .lg\:left-90{
    left: 450px;
  }

  .tw .lg\:left-91{
    left: 455px;
  }

  .tw .lg\:left-92{
    left: 460px;
  }

  .tw .lg\:left-93{
    left: 465px;
  }

  .tw .lg\:left-94{
    left: 470px;
  }

  .tw .lg\:left-95{
    left: 475px;
  }

  .tw .lg\:left-96{
    left: 480px;
  }

  .tw .lg\:left-97{
    left: 485px;
  }

  .tw .lg\:left-98{
    left: 490px;
  }

  .tw .lg\:left-99{
    left: 495px;
  }

  .tw .lg\:left-100{
    left: 500px;
  }

  .tw .lg\:left-101{
    left: 505px;
  }

  .tw .lg\:left-102{
    left: 510px;
  }

  .tw .lg\:left-103{
    left: 515px;
  }

  .tw .lg\:left-104{
    left: 520px;
  }

  .tw .lg\:left-105{
    left: 525px;
  }

  .tw .lg\:left-106{
    left: 530px;
  }

  .tw .lg\:left-107{
    left: 535px;
  }

  .tw .lg\:left-108{
    left: 540px;
  }

  .tw .lg\:left-109{
    left: 545px;
  }

  .tw .lg\:left-110{
    left: 550px;
  }

  .tw .lg\:left-111{
    left: 555px;
  }

  .tw .lg\:left-112{
    left: 560px;
  }

  .tw .lg\:left-113{
    left: 565px;
  }

  .tw .lg\:left-114{
    left: 570px;
  }

  .tw .lg\:left-115{
    left: 575px;
  }

  .tw .lg\:left-116{
    left: 580px;
  }

  .tw .lg\:left-117{
    left: 585px;
  }

  .tw .lg\:left-118{
    left: 590px;
  }

  .tw .lg\:left-119{
    left: 595px;
  }

  .tw .lg\:left-120{
    left: 600px;
  }

  .tw .lg\:left-121{
    left: 605px;
  }

  .tw .lg\:left-122{
    left: 610px;
  }

  .tw .lg\:left-123{
    left: 615px;
  }

  .tw .lg\:left-124{
    left: 620px;
  }

  .tw .lg\:left-125{
    left: 625px;
  }

  .tw .lg\:left-126{
    left: 630px;
  }

  .tw .lg\:left-127{
    left: 635px;
  }

  .tw .lg\:left-128{
    left: 640px;
  }

  .tw .lg\:left-129{
    left: 645px;
  }

  .tw .lg\:left-130{
    left: 650px;
  }

  .tw .lg\:left-131{
    left: 655px;
  }

  .tw .lg\:left-132{
    left: 660px;
  }

  .tw .lg\:left-133{
    left: 665px;
  }

  .tw .lg\:left-134{
    left: 670px;
  }

  .tw .lg\:left-135{
    left: 675px;
  }

  .tw .lg\:left-136{
    left: 680px;
  }

  .tw .lg\:left-137{
    left: 685px;
  }

  .tw .lg\:left-138{
    left: 690px;
  }

  .tw .lg\:left-139{
    left: 695px;
  }

  .tw .lg\:left-140{
    left: 700px;
  }

  .tw .lg\:left-141{
    left: 705px;
  }

  .tw .lg\:left-142{
    left: 710px;
  }

  .tw .lg\:left-143{
    left: 715px;
  }

  .tw .lg\:left-144{
    left: 720px;
  }

  .tw .lg\:left-145{
    left: 725px;
  }

  .tw .lg\:left-146{
    left: 730px;
  }

  .tw .lg\:left-147{
    left: 735px;
  }

  .tw .lg\:left-148{
    left: 740px;
  }

  .tw .lg\:left-149{
    left: 745px;
  }

  .tw .lg\:left-auto{
    left: auto;
  }

  .tw .lg\:left-0\.5{
    left: 3px;
  }

  .tw .lg\:left-1px{
    left: 1px;
  }

  .tw .lg\:left-2px{
    left: 2px;
  }

  .tw .lg\:left-3px{
    left: 3px;
  }

  .tw .lg\:left-4px{
    left: 4px;
  }

  .tw .lg\:left-5px{
    left: 5px;
  }

  .tw .lg\:left-6px{
    left: 6px;
  }

  .tw .lg\:left-7px{
    left: 7px;
  }

  .tw .lg\:left-8px{
    left: 8px;
  }

  .tw .lg\:left-9px{
    left: 9px;
  }

  .tw .lg\:left-10px{
    left: 10px;
  }

  .tw .lg\:left-11px{
    left: 11px;
  }

  .tw .lg\:left-12px{
    left: 12px;
  }

  .tw .lg\:left-13px{
    left: 13px;
  }

  .tw .lg\:left-14px{
    left: 14px;
  }

  .tw .lg\:left-15px{
    left: 15px;
  }

  .tw .lg\:left-16px{
    left: 16px;
  }

  .tw .lg\:left-17px{
    left: 17px;
  }

  .tw .lg\:left-18px{
    left: 18px;
  }

  .tw .lg\:left-19px{
    left: 19px;
  }

  .tw .lg\:left-20px{
    left: 20px;
  }

  .tw .lg\:left-21px{
    left: 21px;
  }

  .tw .lg\:left-22px{
    left: 22px;
  }

  .tw .lg\:left-23px{
    left: 23px;
  }

  .tw .lg\:left-24px{
    left: 24px;
  }

  .tw .lg\:left-25px{
    left: 25px;
  }

  .tw .lg\:left-26px{
    left: 26px;
  }

  .tw .lg\:left-27px{
    left: 27px;
  }

  .tw .lg\:left-28px{
    left: 28px;
  }

  .tw .lg\:left-29px{
    left: 29px;
  }

  .tw .lg\:left-30px{
    left: 30px;
  }

  .tw .lg\:left-31px{
    left: 31px;
  }

  .tw .lg\:left-32px{
    left: 32px;
  }

  .tw .lg\:left-33px{
    left: 33px;
  }

  .tw .lg\:left-34px{
    left: 34px;
  }

  .tw .lg\:left-35px{
    left: 35px;
  }

  .tw .lg\:left-36px{
    left: 36px;
  }

  .tw .lg\:left-37px{
    left: 37px;
  }

  .tw .lg\:left-38px{
    left: 38px;
  }

  .tw .lg\:left-39px{
    left: 39px;
  }

  .tw .lg\:left-40px{
    left: 40px;
  }

  .tw .lg\:-left-0{
    left: 0px;
  }

  .tw .lg\:-left-1{
    left: -5px;
  }

  .tw .lg\:-left-2{
    left: -10px;
  }

  .tw .lg\:-left-3{
    left: -15px;
  }

  .tw .lg\:-left-4{
    left: -20px;
  }

  .tw .lg\:-left-5{
    left: -25px;
  }

  .tw .lg\:-left-6{
    left: -30px;
  }

  .tw .lg\:-left-7{
    left: -35px;
  }

  .tw .lg\:-left-8{
    left: -40px;
  }

  .tw .lg\:-left-9{
    left: -45px;
  }

  .tw .lg\:-left-10{
    left: -50px;
  }

  .tw .lg\:-left-11{
    left: -55px;
  }

  .tw .lg\:-left-12{
    left: -60px;
  }

  .tw .lg\:-left-13{
    left: -65px;
  }

  .tw .lg\:-left-14{
    left: -70px;
  }

  .tw .lg\:-left-15{
    left: -75px;
  }

  .tw .lg\:-left-16{
    left: -80px;
  }

  .tw .lg\:-left-17{
    left: -85px;
  }

  .tw .lg\:-left-18{
    left: -90px;
  }

  .tw .lg\:-left-19{
    left: -95px;
  }

  .tw .lg\:-left-20{
    left: -100px;
  }

  .tw .lg\:-left-21{
    left: -105px;
  }

  .tw .lg\:-left-22{
    left: -110px;
  }

  .tw .lg\:-left-23{
    left: -115px;
  }

  .tw .lg\:-left-24{
    left: -120px;
  }

  .tw .lg\:-left-25{
    left: -125px;
  }

  .tw .lg\:-left-26{
    left: -130px;
  }

  .tw .lg\:-left-27{
    left: -135px;
  }

  .tw .lg\:-left-28{
    left: -140px;
  }

  .tw .lg\:-left-29{
    left: -145px;
  }

  .tw .lg\:-left-30{
    left: -150px;
  }

  .tw .lg\:-left-31{
    left: -155px;
  }

  .tw .lg\:-left-32{
    left: -160px;
  }

  .tw .lg\:-left-33{
    left: -165px;
  }

  .tw .lg\:-left-34{
    left: -170px;
  }

  .tw .lg\:-left-35{
    left: -175px;
  }

  .tw .lg\:-left-36{
    left: -180px;
  }

  .tw .lg\:-left-37{
    left: -185px;
  }

  .tw .lg\:-left-38{
    left: -190px;
  }

  .tw .lg\:-left-39{
    left: -195px;
  }

  .tw .lg\:-left-40{
    left: -200px;
  }

  .tw .lg\:-left-41{
    left: -205px;
  }

  .tw .lg\:-left-42{
    left: -210px;
  }

  .tw .lg\:-left-43{
    left: -215px;
  }

  .tw .lg\:-left-44{
    left: -220px;
  }

  .tw .lg\:-left-45{
    left: -225px;
  }

  .tw .lg\:-left-46{
    left: -230px;
  }

  .tw .lg\:-left-47{
    left: -235px;
  }

  .tw .lg\:-left-48{
    left: -240px;
  }

  .tw .lg\:-left-49{
    left: -245px;
  }

  .tw .lg\:-left-50{
    left: -250px;
  }

  .tw .lg\:-left-51{
    left: -255px;
  }

  .tw .lg\:-left-52{
    left: -260px;
  }

  .tw .lg\:-left-53{
    left: -265px;
  }

  .tw .lg\:-left-54{
    left: -270px;
  }

  .tw .lg\:-left-55{
    left: -275px;
  }

  .tw .lg\:-left-56{
    left: -280px;
  }

  .tw .lg\:-left-57{
    left: -285px;
  }

  .tw .lg\:-left-58{
    left: -290px;
  }

  .tw .lg\:-left-59{
    left: -295px;
  }

  .tw .lg\:-left-60{
    left: -300px;
  }

  .tw .lg\:-left-61{
    left: -305px;
  }

  .tw .lg\:-left-62{
    left: -310px;
  }

  .tw .lg\:-left-63{
    left: -315px;
  }

  .tw .lg\:-left-64{
    left: -320px;
  }

  .tw .lg\:-left-65{
    left: -325px;
  }

  .tw .lg\:-left-66{
    left: -330px;
  }

  .tw .lg\:-left-67{
    left: -335px;
  }

  .tw .lg\:-left-68{
    left: -340px;
  }

  .tw .lg\:-left-69{
    left: -345px;
  }

  .tw .lg\:-left-70{
    left: -350px;
  }

  .tw .lg\:-left-71{
    left: -355px;
  }

  .tw .lg\:-left-72{
    left: -360px;
  }

  .tw .lg\:-left-73{
    left: -365px;
  }

  .tw .lg\:-left-74{
    left: -370px;
  }

  .tw .lg\:-left-75{
    left: -375px;
  }

  .tw .lg\:-left-76{
    left: -380px;
  }

  .tw .lg\:-left-77{
    left: -385px;
  }

  .tw .lg\:-left-78{
    left: -390px;
  }

  .tw .lg\:-left-79{
    left: -395px;
  }

  .tw .lg\:-left-80{
    left: -400px;
  }

  .tw .lg\:-left-81{
    left: -405px;
  }

  .tw .lg\:-left-82{
    left: -410px;
  }

  .tw .lg\:-left-83{
    left: -415px;
  }

  .tw .lg\:-left-84{
    left: -420px;
  }

  .tw .lg\:-left-85{
    left: -425px;
  }

  .tw .lg\:-left-86{
    left: -430px;
  }

  .tw .lg\:-left-87{
    left: -435px;
  }

  .tw .lg\:-left-88{
    left: -440px;
  }

  .tw .lg\:-left-89{
    left: -445px;
  }

  .tw .lg\:-left-90{
    left: -450px;
  }

  .tw .lg\:-left-91{
    left: -455px;
  }

  .tw .lg\:-left-92{
    left: -460px;
  }

  .tw .lg\:-left-93{
    left: -465px;
  }

  .tw .lg\:-left-94{
    left: -470px;
  }

  .tw .lg\:-left-95{
    left: -475px;
  }

  .tw .lg\:-left-96{
    left: -480px;
  }

  .tw .lg\:-left-97{
    left: -485px;
  }

  .tw .lg\:-left-98{
    left: -490px;
  }

  .tw .lg\:-left-99{
    left: -495px;
  }

  .tw .lg\:-left-100{
    left: -500px;
  }

  .tw .lg\:-left-101{
    left: -505px;
  }

  .tw .lg\:-left-102{
    left: -510px;
  }

  .tw .lg\:-left-103{
    left: -515px;
  }

  .tw .lg\:-left-104{
    left: -520px;
  }

  .tw .lg\:-left-105{
    left: -525px;
  }

  .tw .lg\:-left-106{
    left: -530px;
  }

  .tw .lg\:-left-107{
    left: -535px;
  }

  .tw .lg\:-left-108{
    left: -540px;
  }

  .tw .lg\:-left-109{
    left: -545px;
  }

  .tw .lg\:-left-110{
    left: -550px;
  }

  .tw .lg\:-left-111{
    left: -555px;
  }

  .tw .lg\:-left-112{
    left: -560px;
  }

  .tw .lg\:-left-113{
    left: -565px;
  }

  .tw .lg\:-left-114{
    left: -570px;
  }

  .tw .lg\:-left-115{
    left: -575px;
  }

  .tw .lg\:-left-116{
    left: -580px;
  }

  .tw .lg\:-left-117{
    left: -585px;
  }

  .tw .lg\:-left-118{
    left: -590px;
  }

  .tw .lg\:-left-119{
    left: -595px;
  }

  .tw .lg\:-left-120{
    left: -600px;
  }

  .tw .lg\:-left-121{
    left: -605px;
  }

  .tw .lg\:-left-122{
    left: -610px;
  }

  .tw .lg\:-left-123{
    left: -615px;
  }

  .tw .lg\:-left-124{
    left: -620px;
  }

  .tw .lg\:-left-125{
    left: -625px;
  }

  .tw .lg\:-left-126{
    left: -630px;
  }

  .tw .lg\:-left-127{
    left: -635px;
  }

  .tw .lg\:-left-128{
    left: -640px;
  }

  .tw .lg\:-left-129{
    left: -645px;
  }

  .tw .lg\:-left-130{
    left: -650px;
  }

  .tw .lg\:-left-131{
    left: -655px;
  }

  .tw .lg\:-left-132{
    left: -660px;
  }

  .tw .lg\:-left-133{
    left: -665px;
  }

  .tw .lg\:-left-134{
    left: -670px;
  }

  .tw .lg\:-left-135{
    left: -675px;
  }

  .tw .lg\:-left-136{
    left: -680px;
  }

  .tw .lg\:-left-137{
    left: -685px;
  }

  .tw .lg\:-left-138{
    left: -690px;
  }

  .tw .lg\:-left-139{
    left: -695px;
  }

  .tw .lg\:-left-140{
    left: -700px;
  }

  .tw .lg\:-left-141{
    left: -705px;
  }

  .tw .lg\:-left-142{
    left: -710px;
  }

  .tw .lg\:-left-143{
    left: -715px;
  }

  .tw .lg\:-left-144{
    left: -720px;
  }

  .tw .lg\:-left-145{
    left: -725px;
  }

  .tw .lg\:-left-146{
    left: -730px;
  }

  .tw .lg\:-left-147{
    left: -735px;
  }

  .tw .lg\:-left-148{
    left: -740px;
  }

  .tw .lg\:-left-149{
    left: -745px;
  }

  .tw .lg\:-left-0\.5{
    left: -3px;
  }

  .tw .lg\:-left-1px{
    left: -1px;
  }

  .tw .lg\:-left-2px{
    left: -2px;
  }

  .tw .lg\:-left-3px{
    left: -3px;
  }

  .tw .lg\:-left-4px{
    left: -4px;
  }

  .tw .lg\:-left-5px{
    left: -5px;
  }

  .tw .lg\:-left-6px{
    left: -6px;
  }

  .tw .lg\:-left-7px{
    left: -7px;
  }

  .tw .lg\:-left-8px{
    left: -8px;
  }

  .tw .lg\:-left-9px{
    left: -9px;
  }

  .tw .lg\:-left-10px{
    left: -10px;
  }

  .tw .lg\:-left-11px{
    left: -11px;
  }

  .tw .lg\:-left-12px{
    left: -12px;
  }

  .tw .lg\:-left-13px{
    left: -13px;
  }

  .tw .lg\:-left-14px{
    left: -14px;
  }

  .tw .lg\:-left-15px{
    left: -15px;
  }

  .tw .lg\:-left-16px{
    left: -16px;
  }

  .tw .lg\:-left-17px{
    left: -17px;
  }

  .tw .lg\:-left-18px{
    left: -18px;
  }

  .tw .lg\:-left-19px{
    left: -19px;
  }

  .tw .lg\:-left-20px{
    left: -20px;
  }

  .tw .lg\:-left-21px{
    left: -21px;
  }

  .tw .lg\:-left-22px{
    left: -22px;
  }

  .tw .lg\:-left-23px{
    left: -23px;
  }

  .tw .lg\:-left-24px{
    left: -24px;
  }

  .tw .lg\:-left-25px{
    left: -25px;
  }

  .tw .lg\:-left-26px{
    left: -26px;
  }

  .tw .lg\:-left-27px{
    left: -27px;
  }

  .tw .lg\:-left-28px{
    left: -28px;
  }

  .tw .lg\:-left-29px{
    left: -29px;
  }

  .tw .lg\:-left-30px{
    left: -30px;
  }

  .tw .lg\:-left-31px{
    left: -31px;
  }

  .tw .lg\:-left-32px{
    left: -32px;
  }

  .tw .lg\:-left-33px{
    left: -33px;
  }

  .tw .lg\:-left-34px{
    left: -34px;
  }

  .tw .lg\:-left-35px{
    left: -35px;
  }

  .tw .lg\:-left-36px{
    left: -36px;
  }

  .tw .lg\:-left-37px{
    left: -37px;
  }

  .tw .lg\:-left-38px{
    left: -38px;
  }

  .tw .lg\:-left-39px{
    left: -39px;
  }

  .tw .lg\:-left-40px{
    left: -40px;
  }

  .tw .lg\:left-1\/2{
    left: 50%;
  }

  .tw .lg\:left-1\/3{
    left: 33.333333%;
  }

  .tw .lg\:left-2\/3{
    left: 66.666667%;
  }

  .tw .lg\:left-1\/4{
    left: 25%;
  }

  .tw .lg\:left-2\/4{
    left: 50%;
  }

  .tw .lg\:left-3\/4{
    left: 75%;
  }

  .tw .lg\:left-full{
    left: 100%;
  }

  .tw .lg\:-left-1\/2{
    left: -50%;
  }

  .tw .lg\:-left-1\/3{
    left: -33.333333%;
  }

  .tw .lg\:-left-2\/3{
    left: -66.666667%;
  }

  .tw .lg\:-left-1\/4{
    left: -25%;
  }

  .tw .lg\:-left-2\/4{
    left: -50%;
  }

  .tw .lg\:-left-3\/4{
    left: -75%;
  }

  .tw .lg\:-left-full{
    left: -100%;
  }

  .tw .lg\:isolate{
    isolation: isolate;
  }

  .tw .lg\:isolation-auto{
    isolation: auto;
  }

  .tw .lg\:order-1{
    order: 1;
  }

  .tw .lg\:order-2{
    order: 2;
  }

  .tw .lg\:order-3{
    order: 3;
  }

  .tw .lg\:order-4{
    order: 4;
  }

  .tw .lg\:order-5{
    order: 5;
  }

  .tw .lg\:order-6{
    order: 6;
  }

  .tw .lg\:order-7{
    order: 7;
  }

  .tw .lg\:order-8{
    order: 8;
  }

  .tw .lg\:order-9{
    order: 9;
  }

  .tw .lg\:order-10{
    order: 10;
  }

  .tw .lg\:order-11{
    order: 11;
  }

  .tw .lg\:order-12{
    order: 12;
  }

  .tw .lg\:order-first{
    order: -9999;
  }

  .tw .lg\:order-last{
    order: 9999;
  }

  .tw .lg\:order-none{
    order: 0;
  }

  .tw .lg\:col-auto{
    grid-column: auto;
  }

  .tw .lg\:col-span-1{
    grid-column: span 1 / span 1;
  }

  .tw .lg\:col-span-2{
    grid-column: span 2 / span 2;
  }

  .tw .lg\:col-span-3{
    grid-column: span 3 / span 3;
  }

  .tw .lg\:col-span-4{
    grid-column: span 4 / span 4;
  }

  .tw .lg\:col-span-5{
    grid-column: span 5 / span 5;
  }

  .tw .lg\:col-span-6{
    grid-column: span 6 / span 6;
  }

  .tw .lg\:col-span-7{
    grid-column: span 7 / span 7;
  }

  .tw .lg\:col-span-8{
    grid-column: span 8 / span 8;
  }

  .tw .lg\:col-span-9{
    grid-column: span 9 / span 9;
  }

  .tw .lg\:col-span-10{
    grid-column: span 10 / span 10;
  }

  .tw .lg\:col-span-11{
    grid-column: span 11 / span 11;
  }

  .tw .lg\:col-span-12{
    grid-column: span 12 / span 12;
  }

  .tw .lg\:col-span-full{
    grid-column: 1 / -1;
  }

  .tw .lg\:col-start-1{
    grid-column-start: 1;
  }

  .tw .lg\:col-start-2{
    grid-column-start: 2;
  }

  .tw .lg\:col-start-3{
    grid-column-start: 3;
  }

  .tw .lg\:col-start-4{
    grid-column-start: 4;
  }

  .tw .lg\:col-start-5{
    grid-column-start: 5;
  }

  .tw .lg\:col-start-6{
    grid-column-start: 6;
  }

  .tw .lg\:col-start-7{
    grid-column-start: 7;
  }

  .tw .lg\:col-start-8{
    grid-column-start: 8;
  }

  .tw .lg\:col-start-9{
    grid-column-start: 9;
  }

  .tw .lg\:col-start-10{
    grid-column-start: 10;
  }

  .tw .lg\:col-start-11{
    grid-column-start: 11;
  }

  .tw .lg\:col-start-12{
    grid-column-start: 12;
  }

  .tw .lg\:col-start-13{
    grid-column-start: 13;
  }

  .tw .lg\:col-start-auto{
    grid-column-start: auto;
  }

  .tw .lg\:col-end-1{
    grid-column-end: 1;
  }

  .tw .lg\:col-end-2{
    grid-column-end: 2;
  }

  .tw .lg\:col-end-3{
    grid-column-end: 3;
  }

  .tw .lg\:col-end-4{
    grid-column-end: 4;
  }

  .tw .lg\:col-end-5{
    grid-column-end: 5;
  }

  .tw .lg\:col-end-6{
    grid-column-end: 6;
  }

  .tw .lg\:col-end-7{
    grid-column-end: 7;
  }

  .tw .lg\:col-end-8{
    grid-column-end: 8;
  }

  .tw .lg\:col-end-9{
    grid-column-end: 9;
  }

  .tw .lg\:col-end-10{
    grid-column-end: 10;
  }

  .tw .lg\:col-end-11{
    grid-column-end: 11;
  }

  .tw .lg\:col-end-12{
    grid-column-end: 12;
  }

  .tw .lg\:col-end-13{
    grid-column-end: 13;
  }

  .tw .lg\:col-end-auto{
    grid-column-end: auto;
  }

  .tw .lg\:row-auto{
    grid-row: auto;
  }

  .tw .lg\:row-span-1{
    grid-row: span 1 / span 1;
  }

  .tw .lg\:row-span-2{
    grid-row: span 2 / span 2;
  }

  .tw .lg\:row-span-3{
    grid-row: span 3 / span 3;
  }

  .tw .lg\:row-span-4{
    grid-row: span 4 / span 4;
  }

  .tw .lg\:row-span-5{
    grid-row: span 5 / span 5;
  }

  .tw .lg\:row-span-6{
    grid-row: span 6 / span 6;
  }

  .tw .lg\:row-span-full{
    grid-row: 1 / -1;
  }

  .tw .lg\:row-start-1{
    grid-row-start: 1;
  }

  .tw .lg\:row-start-2{
    grid-row-start: 2;
  }

  .tw .lg\:row-start-3{
    grid-row-start: 3;
  }

  .tw .lg\:row-start-4{
    grid-row-start: 4;
  }

  .tw .lg\:row-start-5{
    grid-row-start: 5;
  }

  .tw .lg\:row-start-6{
    grid-row-start: 6;
  }

  .tw .lg\:row-start-7{
    grid-row-start: 7;
  }

  .tw .lg\:row-start-auto{
    grid-row-start: auto;
  }

  .tw .lg\:row-end-1{
    grid-row-end: 1;
  }

  .tw .lg\:row-end-2{
    grid-row-end: 2;
  }

  .tw .lg\:row-end-3{
    grid-row-end: 3;
  }

  .tw .lg\:row-end-4{
    grid-row-end: 4;
  }

  .tw .lg\:row-end-5{
    grid-row-end: 5;
  }

  .tw .lg\:row-end-6{
    grid-row-end: 6;
  }

  .tw .lg\:row-end-7{
    grid-row-end: 7;
  }

  .tw .lg\:row-end-auto{
    grid-row-end: auto;
  }

  .tw .lg\:float-right{
    float: right;
  }

  .tw .lg\:float-left{
    float: left;
  }

  .tw .lg\:float-none{
    float: none;
  }

  .tw .lg\:clear-left{
    clear: left;
  }

  .tw .lg\:clear-right{
    clear: right;
  }

  .tw .lg\:clear-both{
    clear: both;
  }

  .tw .lg\:clear-none{
    clear: none;
  }

  .tw .lg\:m-0{
    margin: 0px;
  }

  .tw .lg\:m-1{
    margin: 5px;
  }

  .tw .lg\:m-2{
    margin: 10px;
  }

  .tw .lg\:m-3{
    margin: 15px;
  }

  .tw .lg\:m-4{
    margin: 20px;
  }

  .tw .lg\:m-5{
    margin: 25px;
  }

  .tw .lg\:m-6{
    margin: 30px;
  }

  .tw .lg\:m-7{
    margin: 35px;
  }

  .tw .lg\:m-8{
    margin: 40px;
  }

  .tw .lg\:m-9{
    margin: 45px;
  }

  .tw .lg\:m-10{
    margin: 50px;
  }

  .tw .lg\:m-11{
    margin: 55px;
  }

  .tw .lg\:m-12{
    margin: 60px;
  }

  .tw .lg\:m-13{
    margin: 65px;
  }

  .tw .lg\:m-14{
    margin: 70px;
  }

  .tw .lg\:m-15{
    margin: 75px;
  }

  .tw .lg\:m-16{
    margin: 80px;
  }

  .tw .lg\:m-17{
    margin: 85px;
  }

  .tw .lg\:m-18{
    margin: 90px;
  }

  .tw .lg\:m-19{
    margin: 95px;
  }

  .tw .lg\:m-20{
    margin: 100px;
  }

  .tw .lg\:m-21{
    margin: 105px;
  }

  .tw .lg\:m-22{
    margin: 110px;
  }

  .tw .lg\:m-23{
    margin: 115px;
  }

  .tw .lg\:m-24{
    margin: 120px;
  }

  .tw .lg\:m-25{
    margin: 125px;
  }

  .tw .lg\:m-26{
    margin: 130px;
  }

  .tw .lg\:m-27{
    margin: 135px;
  }

  .tw .lg\:m-28{
    margin: 140px;
  }

  .tw .lg\:m-29{
    margin: 145px;
  }

  .tw .lg\:m-30{
    margin: 150px;
  }

  .tw .lg\:m-31{
    margin: 155px;
  }

  .tw .lg\:m-32{
    margin: 160px;
  }

  .tw .lg\:m-33{
    margin: 165px;
  }

  .tw .lg\:m-34{
    margin: 170px;
  }

  .tw .lg\:m-35{
    margin: 175px;
  }

  .tw .lg\:m-36{
    margin: 180px;
  }

  .tw .lg\:m-37{
    margin: 185px;
  }

  .tw .lg\:m-38{
    margin: 190px;
  }

  .tw .lg\:m-39{
    margin: 195px;
  }

  .tw .lg\:m-40{
    margin: 200px;
  }

  .tw .lg\:m-41{
    margin: 205px;
  }

  .tw .lg\:m-42{
    margin: 210px;
  }

  .tw .lg\:m-43{
    margin: 215px;
  }

  .tw .lg\:m-44{
    margin: 220px;
  }

  .tw .lg\:m-45{
    margin: 225px;
  }

  .tw .lg\:m-46{
    margin: 230px;
  }

  .tw .lg\:m-47{
    margin: 235px;
  }

  .tw .lg\:m-48{
    margin: 240px;
  }

  .tw .lg\:m-49{
    margin: 245px;
  }

  .tw .lg\:m-50{
    margin: 250px;
  }

  .tw .lg\:m-51{
    margin: 255px;
  }

  .tw .lg\:m-52{
    margin: 260px;
  }

  .tw .lg\:m-53{
    margin: 265px;
  }

  .tw .lg\:m-54{
    margin: 270px;
  }

  .tw .lg\:m-55{
    margin: 275px;
  }

  .tw .lg\:m-56{
    margin: 280px;
  }

  .tw .lg\:m-57{
    margin: 285px;
  }

  .tw .lg\:m-58{
    margin: 290px;
  }

  .tw .lg\:m-59{
    margin: 295px;
  }

  .tw .lg\:m-60{
    margin: 300px;
  }

  .tw .lg\:m-61{
    margin: 305px;
  }

  .tw .lg\:m-62{
    margin: 310px;
  }

  .tw .lg\:m-63{
    margin: 315px;
  }

  .tw .lg\:m-64{
    margin: 320px;
  }

  .tw .lg\:m-65{
    margin: 325px;
  }

  .tw .lg\:m-66{
    margin: 330px;
  }

  .tw .lg\:m-67{
    margin: 335px;
  }

  .tw .lg\:m-68{
    margin: 340px;
  }

  .tw .lg\:m-69{
    margin: 345px;
  }

  .tw .lg\:m-70{
    margin: 350px;
  }

  .tw .lg\:m-71{
    margin: 355px;
  }

  .tw .lg\:m-72{
    margin: 360px;
  }

  .tw .lg\:m-73{
    margin: 365px;
  }

  .tw .lg\:m-74{
    margin: 370px;
  }

  .tw .lg\:m-75{
    margin: 375px;
  }

  .tw .lg\:m-76{
    margin: 380px;
  }

  .tw .lg\:m-77{
    margin: 385px;
  }

  .tw .lg\:m-78{
    margin: 390px;
  }

  .tw .lg\:m-79{
    margin: 395px;
  }

  .tw .lg\:m-80{
    margin: 400px;
  }

  .tw .lg\:m-81{
    margin: 405px;
  }

  .tw .lg\:m-82{
    margin: 410px;
  }

  .tw .lg\:m-83{
    margin: 415px;
  }

  .tw .lg\:m-84{
    margin: 420px;
  }

  .tw .lg\:m-85{
    margin: 425px;
  }

  .tw .lg\:m-86{
    margin: 430px;
  }

  .tw .lg\:m-87{
    margin: 435px;
  }

  .tw .lg\:m-88{
    margin: 440px;
  }

  .tw .lg\:m-89{
    margin: 445px;
  }

  .tw .lg\:m-90{
    margin: 450px;
  }

  .tw .lg\:m-91{
    margin: 455px;
  }

  .tw .lg\:m-92{
    margin: 460px;
  }

  .tw .lg\:m-93{
    margin: 465px;
  }

  .tw .lg\:m-94{
    margin: 470px;
  }

  .tw .lg\:m-95{
    margin: 475px;
  }

  .tw .lg\:m-96{
    margin: 480px;
  }

  .tw .lg\:m-97{
    margin: 485px;
  }

  .tw .lg\:m-98{
    margin: 490px;
  }

  .tw .lg\:m-99{
    margin: 495px;
  }

  .tw .lg\:m-100{
    margin: 500px;
  }

  .tw .lg\:m-101{
    margin: 505px;
  }

  .tw .lg\:m-102{
    margin: 510px;
  }

  .tw .lg\:m-103{
    margin: 515px;
  }

  .tw .lg\:m-104{
    margin: 520px;
  }

  .tw .lg\:m-105{
    margin: 525px;
  }

  .tw .lg\:m-106{
    margin: 530px;
  }

  .tw .lg\:m-107{
    margin: 535px;
  }

  .tw .lg\:m-108{
    margin: 540px;
  }

  .tw .lg\:m-109{
    margin: 545px;
  }

  .tw .lg\:m-110{
    margin: 550px;
  }

  .tw .lg\:m-111{
    margin: 555px;
  }

  .tw .lg\:m-112{
    margin: 560px;
  }

  .tw .lg\:m-113{
    margin: 565px;
  }

  .tw .lg\:m-114{
    margin: 570px;
  }

  .tw .lg\:m-115{
    margin: 575px;
  }

  .tw .lg\:m-116{
    margin: 580px;
  }

  .tw .lg\:m-117{
    margin: 585px;
  }

  .tw .lg\:m-118{
    margin: 590px;
  }

  .tw .lg\:m-119{
    margin: 595px;
  }

  .tw .lg\:m-120{
    margin: 600px;
  }

  .tw .lg\:m-121{
    margin: 605px;
  }

  .tw .lg\:m-122{
    margin: 610px;
  }

  .tw .lg\:m-123{
    margin: 615px;
  }

  .tw .lg\:m-124{
    margin: 620px;
  }

  .tw .lg\:m-125{
    margin: 625px;
  }

  .tw .lg\:m-126{
    margin: 630px;
  }

  .tw .lg\:m-127{
    margin: 635px;
  }

  .tw .lg\:m-128{
    margin: 640px;
  }

  .tw .lg\:m-129{
    margin: 645px;
  }

  .tw .lg\:m-130{
    margin: 650px;
  }

  .tw .lg\:m-131{
    margin: 655px;
  }

  .tw .lg\:m-132{
    margin: 660px;
  }

  .tw .lg\:m-133{
    margin: 665px;
  }

  .tw .lg\:m-134{
    margin: 670px;
  }

  .tw .lg\:m-135{
    margin: 675px;
  }

  .tw .lg\:m-136{
    margin: 680px;
  }

  .tw .lg\:m-137{
    margin: 685px;
  }

  .tw .lg\:m-138{
    margin: 690px;
  }

  .tw .lg\:m-139{
    margin: 695px;
  }

  .tw .lg\:m-140{
    margin: 700px;
  }

  .tw .lg\:m-141{
    margin: 705px;
  }

  .tw .lg\:m-142{
    margin: 710px;
  }

  .tw .lg\:m-143{
    margin: 715px;
  }

  .tw .lg\:m-144{
    margin: 720px;
  }

  .tw .lg\:m-145{
    margin: 725px;
  }

  .tw .lg\:m-146{
    margin: 730px;
  }

  .tw .lg\:m-147{
    margin: 735px;
  }

  .tw .lg\:m-148{
    margin: 740px;
  }

  .tw .lg\:m-149{
    margin: 745px;
  }

  .tw .lg\:m-auto{
    margin: auto;
  }

  .tw .lg\:m-0\.5{
    margin: 3px;
  }

  .tw .lg\:m-1px{
    margin: 1px;
  }

  .tw .lg\:m-2px{
    margin: 2px;
  }

  .tw .lg\:m-3px{
    margin: 3px;
  }

  .tw .lg\:m-4px{
    margin: 4px;
  }

  .tw .lg\:m-5px{
    margin: 5px;
  }

  .tw .lg\:m-6px{
    margin: 6px;
  }

  .tw .lg\:m-7px{
    margin: 7px;
  }

  .tw .lg\:m-8px{
    margin: 8px;
  }

  .tw .lg\:m-9px{
    margin: 9px;
  }

  .tw .lg\:m-10px{
    margin: 10px;
  }

  .tw .lg\:m-11px{
    margin: 11px;
  }

  .tw .lg\:m-12px{
    margin: 12px;
  }

  .tw .lg\:m-13px{
    margin: 13px;
  }

  .tw .lg\:m-14px{
    margin: 14px;
  }

  .tw .lg\:m-15px{
    margin: 15px;
  }

  .tw .lg\:m-16px{
    margin: 16px;
  }

  .tw .lg\:m-17px{
    margin: 17px;
  }

  .tw .lg\:m-18px{
    margin: 18px;
  }

  .tw .lg\:m-19px{
    margin: 19px;
  }

  .tw .lg\:m-20px{
    margin: 20px;
  }

  .tw .lg\:m-21px{
    margin: 21px;
  }

  .tw .lg\:m-22px{
    margin: 22px;
  }

  .tw .lg\:m-23px{
    margin: 23px;
  }

  .tw .lg\:m-24px{
    margin: 24px;
  }

  .tw .lg\:m-25px{
    margin: 25px;
  }

  .tw .lg\:m-26px{
    margin: 26px;
  }

  .tw .lg\:m-27px{
    margin: 27px;
  }

  .tw .lg\:m-28px{
    margin: 28px;
  }

  .tw .lg\:m-29px{
    margin: 29px;
  }

  .tw .lg\:m-30px{
    margin: 30px;
  }

  .tw .lg\:m-31px{
    margin: 31px;
  }

  .tw .lg\:m-32px{
    margin: 32px;
  }

  .tw .lg\:m-33px{
    margin: 33px;
  }

  .tw .lg\:m-34px{
    margin: 34px;
  }

  .tw .lg\:m-35px{
    margin: 35px;
  }

  .tw .lg\:m-36px{
    margin: 36px;
  }

  .tw .lg\:m-37px{
    margin: 37px;
  }

  .tw .lg\:m-38px{
    margin: 38px;
  }

  .tw .lg\:m-39px{
    margin: 39px;
  }

  .tw .lg\:m-40px{
    margin: 40px;
  }

  .tw .lg\:-m-0{
    margin: 0px;
  }

  .tw .lg\:-m-1{
    margin: -5px;
  }

  .tw .lg\:-m-2{
    margin: -10px;
  }

  .tw .lg\:-m-3{
    margin: -15px;
  }

  .tw .lg\:-m-4{
    margin: -20px;
  }

  .tw .lg\:-m-5{
    margin: -25px;
  }

  .tw .lg\:-m-6{
    margin: -30px;
  }

  .tw .lg\:-m-7{
    margin: -35px;
  }

  .tw .lg\:-m-8{
    margin: -40px;
  }

  .tw .lg\:-m-9{
    margin: -45px;
  }

  .tw .lg\:-m-10{
    margin: -50px;
  }

  .tw .lg\:-m-11{
    margin: -55px;
  }

  .tw .lg\:-m-12{
    margin: -60px;
  }

  .tw .lg\:-m-13{
    margin: -65px;
  }

  .tw .lg\:-m-14{
    margin: -70px;
  }

  .tw .lg\:-m-15{
    margin: -75px;
  }

  .tw .lg\:-m-16{
    margin: -80px;
  }

  .tw .lg\:-m-17{
    margin: -85px;
  }

  .tw .lg\:-m-18{
    margin: -90px;
  }

  .tw .lg\:-m-19{
    margin: -95px;
  }

  .tw .lg\:-m-20{
    margin: -100px;
  }

  .tw .lg\:-m-21{
    margin: -105px;
  }

  .tw .lg\:-m-22{
    margin: -110px;
  }

  .tw .lg\:-m-23{
    margin: -115px;
  }

  .tw .lg\:-m-24{
    margin: -120px;
  }

  .tw .lg\:-m-25{
    margin: -125px;
  }

  .tw .lg\:-m-26{
    margin: -130px;
  }

  .tw .lg\:-m-27{
    margin: -135px;
  }

  .tw .lg\:-m-28{
    margin: -140px;
  }

  .tw .lg\:-m-29{
    margin: -145px;
  }

  .tw .lg\:-m-30{
    margin: -150px;
  }

  .tw .lg\:-m-31{
    margin: -155px;
  }

  .tw .lg\:-m-32{
    margin: -160px;
  }

  .tw .lg\:-m-33{
    margin: -165px;
  }

  .tw .lg\:-m-34{
    margin: -170px;
  }

  .tw .lg\:-m-35{
    margin: -175px;
  }

  .tw .lg\:-m-36{
    margin: -180px;
  }

  .tw .lg\:-m-37{
    margin: -185px;
  }

  .tw .lg\:-m-38{
    margin: -190px;
  }

  .tw .lg\:-m-39{
    margin: -195px;
  }

  .tw .lg\:-m-40{
    margin: -200px;
  }

  .tw .lg\:-m-41{
    margin: -205px;
  }

  .tw .lg\:-m-42{
    margin: -210px;
  }

  .tw .lg\:-m-43{
    margin: -215px;
  }

  .tw .lg\:-m-44{
    margin: -220px;
  }

  .tw .lg\:-m-45{
    margin: -225px;
  }

  .tw .lg\:-m-46{
    margin: -230px;
  }

  .tw .lg\:-m-47{
    margin: -235px;
  }

  .tw .lg\:-m-48{
    margin: -240px;
  }

  .tw .lg\:-m-49{
    margin: -245px;
  }

  .tw .lg\:-m-50{
    margin: -250px;
  }

  .tw .lg\:-m-51{
    margin: -255px;
  }

  .tw .lg\:-m-52{
    margin: -260px;
  }

  .tw .lg\:-m-53{
    margin: -265px;
  }

  .tw .lg\:-m-54{
    margin: -270px;
  }

  .tw .lg\:-m-55{
    margin: -275px;
  }

  .tw .lg\:-m-56{
    margin: -280px;
  }

  .tw .lg\:-m-57{
    margin: -285px;
  }

  .tw .lg\:-m-58{
    margin: -290px;
  }

  .tw .lg\:-m-59{
    margin: -295px;
  }

  .tw .lg\:-m-60{
    margin: -300px;
  }

  .tw .lg\:-m-61{
    margin: -305px;
  }

  .tw .lg\:-m-62{
    margin: -310px;
  }

  .tw .lg\:-m-63{
    margin: -315px;
  }

  .tw .lg\:-m-64{
    margin: -320px;
  }

  .tw .lg\:-m-65{
    margin: -325px;
  }

  .tw .lg\:-m-66{
    margin: -330px;
  }

  .tw .lg\:-m-67{
    margin: -335px;
  }

  .tw .lg\:-m-68{
    margin: -340px;
  }

  .tw .lg\:-m-69{
    margin: -345px;
  }

  .tw .lg\:-m-70{
    margin: -350px;
  }

  .tw .lg\:-m-71{
    margin: -355px;
  }

  .tw .lg\:-m-72{
    margin: -360px;
  }

  .tw .lg\:-m-73{
    margin: -365px;
  }

  .tw .lg\:-m-74{
    margin: -370px;
  }

  .tw .lg\:-m-75{
    margin: -375px;
  }

  .tw .lg\:-m-76{
    margin: -380px;
  }

  .tw .lg\:-m-77{
    margin: -385px;
  }

  .tw .lg\:-m-78{
    margin: -390px;
  }

  .tw .lg\:-m-79{
    margin: -395px;
  }

  .tw .lg\:-m-80{
    margin: -400px;
  }

  .tw .lg\:-m-81{
    margin: -405px;
  }

  .tw .lg\:-m-82{
    margin: -410px;
  }

  .tw .lg\:-m-83{
    margin: -415px;
  }

  .tw .lg\:-m-84{
    margin: -420px;
  }

  .tw .lg\:-m-85{
    margin: -425px;
  }

  .tw .lg\:-m-86{
    margin: -430px;
  }

  .tw .lg\:-m-87{
    margin: -435px;
  }

  .tw .lg\:-m-88{
    margin: -440px;
  }

  .tw .lg\:-m-89{
    margin: -445px;
  }

  .tw .lg\:-m-90{
    margin: -450px;
  }

  .tw .lg\:-m-91{
    margin: -455px;
  }

  .tw .lg\:-m-92{
    margin: -460px;
  }

  .tw .lg\:-m-93{
    margin: -465px;
  }

  .tw .lg\:-m-94{
    margin: -470px;
  }

  .tw .lg\:-m-95{
    margin: -475px;
  }

  .tw .lg\:-m-96{
    margin: -480px;
  }

  .tw .lg\:-m-97{
    margin: -485px;
  }

  .tw .lg\:-m-98{
    margin: -490px;
  }

  .tw .lg\:-m-99{
    margin: -495px;
  }

  .tw .lg\:-m-100{
    margin: -500px;
  }

  .tw .lg\:-m-101{
    margin: -505px;
  }

  .tw .lg\:-m-102{
    margin: -510px;
  }

  .tw .lg\:-m-103{
    margin: -515px;
  }

  .tw .lg\:-m-104{
    margin: -520px;
  }

  .tw .lg\:-m-105{
    margin: -525px;
  }

  .tw .lg\:-m-106{
    margin: -530px;
  }

  .tw .lg\:-m-107{
    margin: -535px;
  }

  .tw .lg\:-m-108{
    margin: -540px;
  }

  .tw .lg\:-m-109{
    margin: -545px;
  }

  .tw .lg\:-m-110{
    margin: -550px;
  }

  .tw .lg\:-m-111{
    margin: -555px;
  }

  .tw .lg\:-m-112{
    margin: -560px;
  }

  .tw .lg\:-m-113{
    margin: -565px;
  }

  .tw .lg\:-m-114{
    margin: -570px;
  }

  .tw .lg\:-m-115{
    margin: -575px;
  }

  .tw .lg\:-m-116{
    margin: -580px;
  }

  .tw .lg\:-m-117{
    margin: -585px;
  }

  .tw .lg\:-m-118{
    margin: -590px;
  }

  .tw .lg\:-m-119{
    margin: -595px;
  }

  .tw .lg\:-m-120{
    margin: -600px;
  }

  .tw .lg\:-m-121{
    margin: -605px;
  }

  .tw .lg\:-m-122{
    margin: -610px;
  }

  .tw .lg\:-m-123{
    margin: -615px;
  }

  .tw .lg\:-m-124{
    margin: -620px;
  }

  .tw .lg\:-m-125{
    margin: -625px;
  }

  .tw .lg\:-m-126{
    margin: -630px;
  }

  .tw .lg\:-m-127{
    margin: -635px;
  }

  .tw .lg\:-m-128{
    margin: -640px;
  }

  .tw .lg\:-m-129{
    margin: -645px;
  }

  .tw .lg\:-m-130{
    margin: -650px;
  }

  .tw .lg\:-m-131{
    margin: -655px;
  }

  .tw .lg\:-m-132{
    margin: -660px;
  }

  .tw .lg\:-m-133{
    margin: -665px;
  }

  .tw .lg\:-m-134{
    margin: -670px;
  }

  .tw .lg\:-m-135{
    margin: -675px;
  }

  .tw .lg\:-m-136{
    margin: -680px;
  }

  .tw .lg\:-m-137{
    margin: -685px;
  }

  .tw .lg\:-m-138{
    margin: -690px;
  }

  .tw .lg\:-m-139{
    margin: -695px;
  }

  .tw .lg\:-m-140{
    margin: -700px;
  }

  .tw .lg\:-m-141{
    margin: -705px;
  }

  .tw .lg\:-m-142{
    margin: -710px;
  }

  .tw .lg\:-m-143{
    margin: -715px;
  }

  .tw .lg\:-m-144{
    margin: -720px;
  }

  .tw .lg\:-m-145{
    margin: -725px;
  }

  .tw .lg\:-m-146{
    margin: -730px;
  }

  .tw .lg\:-m-147{
    margin: -735px;
  }

  .tw .lg\:-m-148{
    margin: -740px;
  }

  .tw .lg\:-m-149{
    margin: -745px;
  }

  .tw .lg\:-m-0\.5{
    margin: -3px;
  }

  .tw .lg\:-m-1px{
    margin: -1px;
  }

  .tw .lg\:-m-2px{
    margin: -2px;
  }

  .tw .lg\:-m-3px{
    margin: -3px;
  }

  .tw .lg\:-m-4px{
    margin: -4px;
  }

  .tw .lg\:-m-5px{
    margin: -5px;
  }

  .tw .lg\:-m-6px{
    margin: -6px;
  }

  .tw .lg\:-m-7px{
    margin: -7px;
  }

  .tw .lg\:-m-8px{
    margin: -8px;
  }

  .tw .lg\:-m-9px{
    margin: -9px;
  }

  .tw .lg\:-m-10px{
    margin: -10px;
  }

  .tw .lg\:-m-11px{
    margin: -11px;
  }

  .tw .lg\:-m-12px{
    margin: -12px;
  }

  .tw .lg\:-m-13px{
    margin: -13px;
  }

  .tw .lg\:-m-14px{
    margin: -14px;
  }

  .tw .lg\:-m-15px{
    margin: -15px;
  }

  .tw .lg\:-m-16px{
    margin: -16px;
  }

  .tw .lg\:-m-17px{
    margin: -17px;
  }

  .tw .lg\:-m-18px{
    margin: -18px;
  }

  .tw .lg\:-m-19px{
    margin: -19px;
  }

  .tw .lg\:-m-20px{
    margin: -20px;
  }

  .tw .lg\:-m-21px{
    margin: -21px;
  }

  .tw .lg\:-m-22px{
    margin: -22px;
  }

  .tw .lg\:-m-23px{
    margin: -23px;
  }

  .tw .lg\:-m-24px{
    margin: -24px;
  }

  .tw .lg\:-m-25px{
    margin: -25px;
  }

  .tw .lg\:-m-26px{
    margin: -26px;
  }

  .tw .lg\:-m-27px{
    margin: -27px;
  }

  .tw .lg\:-m-28px{
    margin: -28px;
  }

  .tw .lg\:-m-29px{
    margin: -29px;
  }

  .tw .lg\:-m-30px{
    margin: -30px;
  }

  .tw .lg\:-m-31px{
    margin: -31px;
  }

  .tw .lg\:-m-32px{
    margin: -32px;
  }

  .tw .lg\:-m-33px{
    margin: -33px;
  }

  .tw .lg\:-m-34px{
    margin: -34px;
  }

  .tw .lg\:-m-35px{
    margin: -35px;
  }

  .tw .lg\:-m-36px{
    margin: -36px;
  }

  .tw .lg\:-m-37px{
    margin: -37px;
  }

  .tw .lg\:-m-38px{
    margin: -38px;
  }

  .tw .lg\:-m-39px{
    margin: -39px;
  }

  .tw .lg\:-m-40px{
    margin: -40px;
  }

  .tw .lg\:last\:m-0:last-child{
    margin: 0px;
  }

  .tw .lg\:last\:m-1:last-child{
    margin: 5px;
  }

  .tw .lg\:last\:m-2:last-child{
    margin: 10px;
  }

  .tw .lg\:last\:m-3:last-child{
    margin: 15px;
  }

  .tw .lg\:last\:m-4:last-child{
    margin: 20px;
  }

  .tw .lg\:last\:m-5:last-child{
    margin: 25px;
  }

  .tw .lg\:last\:m-6:last-child{
    margin: 30px;
  }

  .tw .lg\:last\:m-7:last-child{
    margin: 35px;
  }

  .tw .lg\:last\:m-8:last-child{
    margin: 40px;
  }

  .tw .lg\:last\:m-9:last-child{
    margin: 45px;
  }

  .tw .lg\:last\:m-10:last-child{
    margin: 50px;
  }

  .tw .lg\:last\:m-11:last-child{
    margin: 55px;
  }

  .tw .lg\:last\:m-12:last-child{
    margin: 60px;
  }

  .tw .lg\:last\:m-13:last-child{
    margin: 65px;
  }

  .tw .lg\:last\:m-14:last-child{
    margin: 70px;
  }

  .tw .lg\:last\:m-15:last-child{
    margin: 75px;
  }

  .tw .lg\:last\:m-16:last-child{
    margin: 80px;
  }

  .tw .lg\:last\:m-17:last-child{
    margin: 85px;
  }

  .tw .lg\:last\:m-18:last-child{
    margin: 90px;
  }

  .tw .lg\:last\:m-19:last-child{
    margin: 95px;
  }

  .tw .lg\:last\:m-20:last-child{
    margin: 100px;
  }

  .tw .lg\:last\:m-21:last-child{
    margin: 105px;
  }

  .tw .lg\:last\:m-22:last-child{
    margin: 110px;
  }

  .tw .lg\:last\:m-23:last-child{
    margin: 115px;
  }

  .tw .lg\:last\:m-24:last-child{
    margin: 120px;
  }

  .tw .lg\:last\:m-25:last-child{
    margin: 125px;
  }

  .tw .lg\:last\:m-26:last-child{
    margin: 130px;
  }

  .tw .lg\:last\:m-27:last-child{
    margin: 135px;
  }

  .tw .lg\:last\:m-28:last-child{
    margin: 140px;
  }

  .tw .lg\:last\:m-29:last-child{
    margin: 145px;
  }

  .tw .lg\:last\:m-30:last-child{
    margin: 150px;
  }

  .tw .lg\:last\:m-31:last-child{
    margin: 155px;
  }

  .tw .lg\:last\:m-32:last-child{
    margin: 160px;
  }

  .tw .lg\:last\:m-33:last-child{
    margin: 165px;
  }

  .tw .lg\:last\:m-34:last-child{
    margin: 170px;
  }

  .tw .lg\:last\:m-35:last-child{
    margin: 175px;
  }

  .tw .lg\:last\:m-36:last-child{
    margin: 180px;
  }

  .tw .lg\:last\:m-37:last-child{
    margin: 185px;
  }

  .tw .lg\:last\:m-38:last-child{
    margin: 190px;
  }

  .tw .lg\:last\:m-39:last-child{
    margin: 195px;
  }

  .tw .lg\:last\:m-40:last-child{
    margin: 200px;
  }

  .tw .lg\:last\:m-41:last-child{
    margin: 205px;
  }

  .tw .lg\:last\:m-42:last-child{
    margin: 210px;
  }

  .tw .lg\:last\:m-43:last-child{
    margin: 215px;
  }

  .tw .lg\:last\:m-44:last-child{
    margin: 220px;
  }

  .tw .lg\:last\:m-45:last-child{
    margin: 225px;
  }

  .tw .lg\:last\:m-46:last-child{
    margin: 230px;
  }

  .tw .lg\:last\:m-47:last-child{
    margin: 235px;
  }

  .tw .lg\:last\:m-48:last-child{
    margin: 240px;
  }

  .tw .lg\:last\:m-49:last-child{
    margin: 245px;
  }

  .tw .lg\:last\:m-50:last-child{
    margin: 250px;
  }

  .tw .lg\:last\:m-51:last-child{
    margin: 255px;
  }

  .tw .lg\:last\:m-52:last-child{
    margin: 260px;
  }

  .tw .lg\:last\:m-53:last-child{
    margin: 265px;
  }

  .tw .lg\:last\:m-54:last-child{
    margin: 270px;
  }

  .tw .lg\:last\:m-55:last-child{
    margin: 275px;
  }

  .tw .lg\:last\:m-56:last-child{
    margin: 280px;
  }

  .tw .lg\:last\:m-57:last-child{
    margin: 285px;
  }

  .tw .lg\:last\:m-58:last-child{
    margin: 290px;
  }

  .tw .lg\:last\:m-59:last-child{
    margin: 295px;
  }

  .tw .lg\:last\:m-60:last-child{
    margin: 300px;
  }

  .tw .lg\:last\:m-61:last-child{
    margin: 305px;
  }

  .tw .lg\:last\:m-62:last-child{
    margin: 310px;
  }

  .tw .lg\:last\:m-63:last-child{
    margin: 315px;
  }

  .tw .lg\:last\:m-64:last-child{
    margin: 320px;
  }

  .tw .lg\:last\:m-65:last-child{
    margin: 325px;
  }

  .tw .lg\:last\:m-66:last-child{
    margin: 330px;
  }

  .tw .lg\:last\:m-67:last-child{
    margin: 335px;
  }

  .tw .lg\:last\:m-68:last-child{
    margin: 340px;
  }

  .tw .lg\:last\:m-69:last-child{
    margin: 345px;
  }

  .tw .lg\:last\:m-70:last-child{
    margin: 350px;
  }

  .tw .lg\:last\:m-71:last-child{
    margin: 355px;
  }

  .tw .lg\:last\:m-72:last-child{
    margin: 360px;
  }

  .tw .lg\:last\:m-73:last-child{
    margin: 365px;
  }

  .tw .lg\:last\:m-74:last-child{
    margin: 370px;
  }

  .tw .lg\:last\:m-75:last-child{
    margin: 375px;
  }

  .tw .lg\:last\:m-76:last-child{
    margin: 380px;
  }

  .tw .lg\:last\:m-77:last-child{
    margin: 385px;
  }

  .tw .lg\:last\:m-78:last-child{
    margin: 390px;
  }

  .tw .lg\:last\:m-79:last-child{
    margin: 395px;
  }

  .tw .lg\:last\:m-80:last-child{
    margin: 400px;
  }

  .tw .lg\:last\:m-81:last-child{
    margin: 405px;
  }

  .tw .lg\:last\:m-82:last-child{
    margin: 410px;
  }

  .tw .lg\:last\:m-83:last-child{
    margin: 415px;
  }

  .tw .lg\:last\:m-84:last-child{
    margin: 420px;
  }

  .tw .lg\:last\:m-85:last-child{
    margin: 425px;
  }

  .tw .lg\:last\:m-86:last-child{
    margin: 430px;
  }

  .tw .lg\:last\:m-87:last-child{
    margin: 435px;
  }

  .tw .lg\:last\:m-88:last-child{
    margin: 440px;
  }

  .tw .lg\:last\:m-89:last-child{
    margin: 445px;
  }

  .tw .lg\:last\:m-90:last-child{
    margin: 450px;
  }

  .tw .lg\:last\:m-91:last-child{
    margin: 455px;
  }

  .tw .lg\:last\:m-92:last-child{
    margin: 460px;
  }

  .tw .lg\:last\:m-93:last-child{
    margin: 465px;
  }

  .tw .lg\:last\:m-94:last-child{
    margin: 470px;
  }

  .tw .lg\:last\:m-95:last-child{
    margin: 475px;
  }

  .tw .lg\:last\:m-96:last-child{
    margin: 480px;
  }

  .tw .lg\:last\:m-97:last-child{
    margin: 485px;
  }

  .tw .lg\:last\:m-98:last-child{
    margin: 490px;
  }

  .tw .lg\:last\:m-99:last-child{
    margin: 495px;
  }

  .tw .lg\:last\:m-100:last-child{
    margin: 500px;
  }

  .tw .lg\:last\:m-101:last-child{
    margin: 505px;
  }

  .tw .lg\:last\:m-102:last-child{
    margin: 510px;
  }

  .tw .lg\:last\:m-103:last-child{
    margin: 515px;
  }

  .tw .lg\:last\:m-104:last-child{
    margin: 520px;
  }

  .tw .lg\:last\:m-105:last-child{
    margin: 525px;
  }

  .tw .lg\:last\:m-106:last-child{
    margin: 530px;
  }

  .tw .lg\:last\:m-107:last-child{
    margin: 535px;
  }

  .tw .lg\:last\:m-108:last-child{
    margin: 540px;
  }

  .tw .lg\:last\:m-109:last-child{
    margin: 545px;
  }

  .tw .lg\:last\:m-110:last-child{
    margin: 550px;
  }

  .tw .lg\:last\:m-111:last-child{
    margin: 555px;
  }

  .tw .lg\:last\:m-112:last-child{
    margin: 560px;
  }

  .tw .lg\:last\:m-113:last-child{
    margin: 565px;
  }

  .tw .lg\:last\:m-114:last-child{
    margin: 570px;
  }

  .tw .lg\:last\:m-115:last-child{
    margin: 575px;
  }

  .tw .lg\:last\:m-116:last-child{
    margin: 580px;
  }

  .tw .lg\:last\:m-117:last-child{
    margin: 585px;
  }

  .tw .lg\:last\:m-118:last-child{
    margin: 590px;
  }

  .tw .lg\:last\:m-119:last-child{
    margin: 595px;
  }

  .tw .lg\:last\:m-120:last-child{
    margin: 600px;
  }

  .tw .lg\:last\:m-121:last-child{
    margin: 605px;
  }

  .tw .lg\:last\:m-122:last-child{
    margin: 610px;
  }

  .tw .lg\:last\:m-123:last-child{
    margin: 615px;
  }

  .tw .lg\:last\:m-124:last-child{
    margin: 620px;
  }

  .tw .lg\:last\:m-125:last-child{
    margin: 625px;
  }

  .tw .lg\:last\:m-126:last-child{
    margin: 630px;
  }

  .tw .lg\:last\:m-127:last-child{
    margin: 635px;
  }

  .tw .lg\:last\:m-128:last-child{
    margin: 640px;
  }

  .tw .lg\:last\:m-129:last-child{
    margin: 645px;
  }

  .tw .lg\:last\:m-130:last-child{
    margin: 650px;
  }

  .tw .lg\:last\:m-131:last-child{
    margin: 655px;
  }

  .tw .lg\:last\:m-132:last-child{
    margin: 660px;
  }

  .tw .lg\:last\:m-133:last-child{
    margin: 665px;
  }

  .tw .lg\:last\:m-134:last-child{
    margin: 670px;
  }

  .tw .lg\:last\:m-135:last-child{
    margin: 675px;
  }

  .tw .lg\:last\:m-136:last-child{
    margin: 680px;
  }

  .tw .lg\:last\:m-137:last-child{
    margin: 685px;
  }

  .tw .lg\:last\:m-138:last-child{
    margin: 690px;
  }

  .tw .lg\:last\:m-139:last-child{
    margin: 695px;
  }

  .tw .lg\:last\:m-140:last-child{
    margin: 700px;
  }

  .tw .lg\:last\:m-141:last-child{
    margin: 705px;
  }

  .tw .lg\:last\:m-142:last-child{
    margin: 710px;
  }

  .tw .lg\:last\:m-143:last-child{
    margin: 715px;
  }

  .tw .lg\:last\:m-144:last-child{
    margin: 720px;
  }

  .tw .lg\:last\:m-145:last-child{
    margin: 725px;
  }

  .tw .lg\:last\:m-146:last-child{
    margin: 730px;
  }

  .tw .lg\:last\:m-147:last-child{
    margin: 735px;
  }

  .tw .lg\:last\:m-148:last-child{
    margin: 740px;
  }

  .tw .lg\:last\:m-149:last-child{
    margin: 745px;
  }

  .tw .lg\:last\:m-auto:last-child{
    margin: auto;
  }

  .tw .lg\:last\:m-0\.5:last-child{
    margin: 3px;
  }

  .tw .lg\:last\:m-1px:last-child{
    margin: 1px;
  }

  .tw .lg\:last\:m-2px:last-child{
    margin: 2px;
  }

  .tw .lg\:last\:m-3px:last-child{
    margin: 3px;
  }

  .tw .lg\:last\:m-4px:last-child{
    margin: 4px;
  }

  .tw .lg\:last\:m-5px:last-child{
    margin: 5px;
  }

  .tw .lg\:last\:m-6px:last-child{
    margin: 6px;
  }

  .tw .lg\:last\:m-7px:last-child{
    margin: 7px;
  }

  .tw .lg\:last\:m-8px:last-child{
    margin: 8px;
  }

  .tw .lg\:last\:m-9px:last-child{
    margin: 9px;
  }

  .tw .lg\:last\:m-10px:last-child{
    margin: 10px;
  }

  .tw .lg\:last\:m-11px:last-child{
    margin: 11px;
  }

  .tw .lg\:last\:m-12px:last-child{
    margin: 12px;
  }

  .tw .lg\:last\:m-13px:last-child{
    margin: 13px;
  }

  .tw .lg\:last\:m-14px:last-child{
    margin: 14px;
  }

  .tw .lg\:last\:m-15px:last-child{
    margin: 15px;
  }

  .tw .lg\:last\:m-16px:last-child{
    margin: 16px;
  }

  .tw .lg\:last\:m-17px:last-child{
    margin: 17px;
  }

  .tw .lg\:last\:m-18px:last-child{
    margin: 18px;
  }

  .tw .lg\:last\:m-19px:last-child{
    margin: 19px;
  }

  .tw .lg\:last\:m-20px:last-child{
    margin: 20px;
  }

  .tw .lg\:last\:m-21px:last-child{
    margin: 21px;
  }

  .tw .lg\:last\:m-22px:last-child{
    margin: 22px;
  }

  .tw .lg\:last\:m-23px:last-child{
    margin: 23px;
  }

  .tw .lg\:last\:m-24px:last-child{
    margin: 24px;
  }

  .tw .lg\:last\:m-25px:last-child{
    margin: 25px;
  }

  .tw .lg\:last\:m-26px:last-child{
    margin: 26px;
  }

  .tw .lg\:last\:m-27px:last-child{
    margin: 27px;
  }

  .tw .lg\:last\:m-28px:last-child{
    margin: 28px;
  }

  .tw .lg\:last\:m-29px:last-child{
    margin: 29px;
  }

  .tw .lg\:last\:m-30px:last-child{
    margin: 30px;
  }

  .tw .lg\:last\:m-31px:last-child{
    margin: 31px;
  }

  .tw .lg\:last\:m-32px:last-child{
    margin: 32px;
  }

  .tw .lg\:last\:m-33px:last-child{
    margin: 33px;
  }

  .tw .lg\:last\:m-34px:last-child{
    margin: 34px;
  }

  .tw .lg\:last\:m-35px:last-child{
    margin: 35px;
  }

  .tw .lg\:last\:m-36px:last-child{
    margin: 36px;
  }

  .tw .lg\:last\:m-37px:last-child{
    margin: 37px;
  }

  .tw .lg\:last\:m-38px:last-child{
    margin: 38px;
  }

  .tw .lg\:last\:m-39px:last-child{
    margin: 39px;
  }

  .tw .lg\:last\:m-40px:last-child{
    margin: 40px;
  }

  .tw .lg\:last\:-m-0:last-child{
    margin: 0px;
  }

  .tw .lg\:last\:-m-1:last-child{
    margin: -5px;
  }

  .tw .lg\:last\:-m-2:last-child{
    margin: -10px;
  }

  .tw .lg\:last\:-m-3:last-child{
    margin: -15px;
  }

  .tw .lg\:last\:-m-4:last-child{
    margin: -20px;
  }

  .tw .lg\:last\:-m-5:last-child{
    margin: -25px;
  }

  .tw .lg\:last\:-m-6:last-child{
    margin: -30px;
  }

  .tw .lg\:last\:-m-7:last-child{
    margin: -35px;
  }

  .tw .lg\:last\:-m-8:last-child{
    margin: -40px;
  }

  .tw .lg\:last\:-m-9:last-child{
    margin: -45px;
  }

  .tw .lg\:last\:-m-10:last-child{
    margin: -50px;
  }

  .tw .lg\:last\:-m-11:last-child{
    margin: -55px;
  }

  .tw .lg\:last\:-m-12:last-child{
    margin: -60px;
  }

  .tw .lg\:last\:-m-13:last-child{
    margin: -65px;
  }

  .tw .lg\:last\:-m-14:last-child{
    margin: -70px;
  }

  .tw .lg\:last\:-m-15:last-child{
    margin: -75px;
  }

  .tw .lg\:last\:-m-16:last-child{
    margin: -80px;
  }

  .tw .lg\:last\:-m-17:last-child{
    margin: -85px;
  }

  .tw .lg\:last\:-m-18:last-child{
    margin: -90px;
  }

  .tw .lg\:last\:-m-19:last-child{
    margin: -95px;
  }

  .tw .lg\:last\:-m-20:last-child{
    margin: -100px;
  }

  .tw .lg\:last\:-m-21:last-child{
    margin: -105px;
  }

  .tw .lg\:last\:-m-22:last-child{
    margin: -110px;
  }

  .tw .lg\:last\:-m-23:last-child{
    margin: -115px;
  }

  .tw .lg\:last\:-m-24:last-child{
    margin: -120px;
  }

  .tw .lg\:last\:-m-25:last-child{
    margin: -125px;
  }

  .tw .lg\:last\:-m-26:last-child{
    margin: -130px;
  }

  .tw .lg\:last\:-m-27:last-child{
    margin: -135px;
  }

  .tw .lg\:last\:-m-28:last-child{
    margin: -140px;
  }

  .tw .lg\:last\:-m-29:last-child{
    margin: -145px;
  }

  .tw .lg\:last\:-m-30:last-child{
    margin: -150px;
  }

  .tw .lg\:last\:-m-31:last-child{
    margin: -155px;
  }

  .tw .lg\:last\:-m-32:last-child{
    margin: -160px;
  }

  .tw .lg\:last\:-m-33:last-child{
    margin: -165px;
  }

  .tw .lg\:last\:-m-34:last-child{
    margin: -170px;
  }

  .tw .lg\:last\:-m-35:last-child{
    margin: -175px;
  }

  .tw .lg\:last\:-m-36:last-child{
    margin: -180px;
  }

  .tw .lg\:last\:-m-37:last-child{
    margin: -185px;
  }

  .tw .lg\:last\:-m-38:last-child{
    margin: -190px;
  }

  .tw .lg\:last\:-m-39:last-child{
    margin: -195px;
  }

  .tw .lg\:last\:-m-40:last-child{
    margin: -200px;
  }

  .tw .lg\:last\:-m-41:last-child{
    margin: -205px;
  }

  .tw .lg\:last\:-m-42:last-child{
    margin: -210px;
  }

  .tw .lg\:last\:-m-43:last-child{
    margin: -215px;
  }

  .tw .lg\:last\:-m-44:last-child{
    margin: -220px;
  }

  .tw .lg\:last\:-m-45:last-child{
    margin: -225px;
  }

  .tw .lg\:last\:-m-46:last-child{
    margin: -230px;
  }

  .tw .lg\:last\:-m-47:last-child{
    margin: -235px;
  }

  .tw .lg\:last\:-m-48:last-child{
    margin: -240px;
  }

  .tw .lg\:last\:-m-49:last-child{
    margin: -245px;
  }

  .tw .lg\:last\:-m-50:last-child{
    margin: -250px;
  }

  .tw .lg\:last\:-m-51:last-child{
    margin: -255px;
  }

  .tw .lg\:last\:-m-52:last-child{
    margin: -260px;
  }

  .tw .lg\:last\:-m-53:last-child{
    margin: -265px;
  }

  .tw .lg\:last\:-m-54:last-child{
    margin: -270px;
  }

  .tw .lg\:last\:-m-55:last-child{
    margin: -275px;
  }

  .tw .lg\:last\:-m-56:last-child{
    margin: -280px;
  }

  .tw .lg\:last\:-m-57:last-child{
    margin: -285px;
  }

  .tw .lg\:last\:-m-58:last-child{
    margin: -290px;
  }

  .tw .lg\:last\:-m-59:last-child{
    margin: -295px;
  }

  .tw .lg\:last\:-m-60:last-child{
    margin: -300px;
  }

  .tw .lg\:last\:-m-61:last-child{
    margin: -305px;
  }

  .tw .lg\:last\:-m-62:last-child{
    margin: -310px;
  }

  .tw .lg\:last\:-m-63:last-child{
    margin: -315px;
  }

  .tw .lg\:last\:-m-64:last-child{
    margin: -320px;
  }

  .tw .lg\:last\:-m-65:last-child{
    margin: -325px;
  }

  .tw .lg\:last\:-m-66:last-child{
    margin: -330px;
  }

  .tw .lg\:last\:-m-67:last-child{
    margin: -335px;
  }

  .tw .lg\:last\:-m-68:last-child{
    margin: -340px;
  }

  .tw .lg\:last\:-m-69:last-child{
    margin: -345px;
  }

  .tw .lg\:last\:-m-70:last-child{
    margin: -350px;
  }

  .tw .lg\:last\:-m-71:last-child{
    margin: -355px;
  }

  .tw .lg\:last\:-m-72:last-child{
    margin: -360px;
  }

  .tw .lg\:last\:-m-73:last-child{
    margin: -365px;
  }

  .tw .lg\:last\:-m-74:last-child{
    margin: -370px;
  }

  .tw .lg\:last\:-m-75:last-child{
    margin: -375px;
  }

  .tw .lg\:last\:-m-76:last-child{
    margin: -380px;
  }

  .tw .lg\:last\:-m-77:last-child{
    margin: -385px;
  }

  .tw .lg\:last\:-m-78:last-child{
    margin: -390px;
  }

  .tw .lg\:last\:-m-79:last-child{
    margin: -395px;
  }

  .tw .lg\:last\:-m-80:last-child{
    margin: -400px;
  }

  .tw .lg\:last\:-m-81:last-child{
    margin: -405px;
  }

  .tw .lg\:last\:-m-82:last-child{
    margin: -410px;
  }

  .tw .lg\:last\:-m-83:last-child{
    margin: -415px;
  }

  .tw .lg\:last\:-m-84:last-child{
    margin: -420px;
  }

  .tw .lg\:last\:-m-85:last-child{
    margin: -425px;
  }

  .tw .lg\:last\:-m-86:last-child{
    margin: -430px;
  }

  .tw .lg\:last\:-m-87:last-child{
    margin: -435px;
  }

  .tw .lg\:last\:-m-88:last-child{
    margin: -440px;
  }

  .tw .lg\:last\:-m-89:last-child{
    margin: -445px;
  }

  .tw .lg\:last\:-m-90:last-child{
    margin: -450px;
  }

  .tw .lg\:last\:-m-91:last-child{
    margin: -455px;
  }

  .tw .lg\:last\:-m-92:last-child{
    margin: -460px;
  }

  .tw .lg\:last\:-m-93:last-child{
    margin: -465px;
  }

  .tw .lg\:last\:-m-94:last-child{
    margin: -470px;
  }

  .tw .lg\:last\:-m-95:last-child{
    margin: -475px;
  }

  .tw .lg\:last\:-m-96:last-child{
    margin: -480px;
  }

  .tw .lg\:last\:-m-97:last-child{
    margin: -485px;
  }

  .tw .lg\:last\:-m-98:last-child{
    margin: -490px;
  }

  .tw .lg\:last\:-m-99:last-child{
    margin: -495px;
  }

  .tw .lg\:last\:-m-100:last-child{
    margin: -500px;
  }

  .tw .lg\:last\:-m-101:last-child{
    margin: -505px;
  }

  .tw .lg\:last\:-m-102:last-child{
    margin: -510px;
  }

  .tw .lg\:last\:-m-103:last-child{
    margin: -515px;
  }

  .tw .lg\:last\:-m-104:last-child{
    margin: -520px;
  }

  .tw .lg\:last\:-m-105:last-child{
    margin: -525px;
  }

  .tw .lg\:last\:-m-106:last-child{
    margin: -530px;
  }

  .tw .lg\:last\:-m-107:last-child{
    margin: -535px;
  }

  .tw .lg\:last\:-m-108:last-child{
    margin: -540px;
  }

  .tw .lg\:last\:-m-109:last-child{
    margin: -545px;
  }

  .tw .lg\:last\:-m-110:last-child{
    margin: -550px;
  }

  .tw .lg\:last\:-m-111:last-child{
    margin: -555px;
  }

  .tw .lg\:last\:-m-112:last-child{
    margin: -560px;
  }

  .tw .lg\:last\:-m-113:last-child{
    margin: -565px;
  }

  .tw .lg\:last\:-m-114:last-child{
    margin: -570px;
  }

  .tw .lg\:last\:-m-115:last-child{
    margin: -575px;
  }

  .tw .lg\:last\:-m-116:last-child{
    margin: -580px;
  }

  .tw .lg\:last\:-m-117:last-child{
    margin: -585px;
  }

  .tw .lg\:last\:-m-118:last-child{
    margin: -590px;
  }

  .tw .lg\:last\:-m-119:last-child{
    margin: -595px;
  }

  .tw .lg\:last\:-m-120:last-child{
    margin: -600px;
  }

  .tw .lg\:last\:-m-121:last-child{
    margin: -605px;
  }

  .tw .lg\:last\:-m-122:last-child{
    margin: -610px;
  }

  .tw .lg\:last\:-m-123:last-child{
    margin: -615px;
  }

  .tw .lg\:last\:-m-124:last-child{
    margin: -620px;
  }

  .tw .lg\:last\:-m-125:last-child{
    margin: -625px;
  }

  .tw .lg\:last\:-m-126:last-child{
    margin: -630px;
  }

  .tw .lg\:last\:-m-127:last-child{
    margin: -635px;
  }

  .tw .lg\:last\:-m-128:last-child{
    margin: -640px;
  }

  .tw .lg\:last\:-m-129:last-child{
    margin: -645px;
  }

  .tw .lg\:last\:-m-130:last-child{
    margin: -650px;
  }

  .tw .lg\:last\:-m-131:last-child{
    margin: -655px;
  }

  .tw .lg\:last\:-m-132:last-child{
    margin: -660px;
  }

  .tw .lg\:last\:-m-133:last-child{
    margin: -665px;
  }

  .tw .lg\:last\:-m-134:last-child{
    margin: -670px;
  }

  .tw .lg\:last\:-m-135:last-child{
    margin: -675px;
  }

  .tw .lg\:last\:-m-136:last-child{
    margin: -680px;
  }

  .tw .lg\:last\:-m-137:last-child{
    margin: -685px;
  }

  .tw .lg\:last\:-m-138:last-child{
    margin: -690px;
  }

  .tw .lg\:last\:-m-139:last-child{
    margin: -695px;
  }

  .tw .lg\:last\:-m-140:last-child{
    margin: -700px;
  }

  .tw .lg\:last\:-m-141:last-child{
    margin: -705px;
  }

  .tw .lg\:last\:-m-142:last-child{
    margin: -710px;
  }

  .tw .lg\:last\:-m-143:last-child{
    margin: -715px;
  }

  .tw .lg\:last\:-m-144:last-child{
    margin: -720px;
  }

  .tw .lg\:last\:-m-145:last-child{
    margin: -725px;
  }

  .tw .lg\:last\:-m-146:last-child{
    margin: -730px;
  }

  .tw .lg\:last\:-m-147:last-child{
    margin: -735px;
  }

  .tw .lg\:last\:-m-148:last-child{
    margin: -740px;
  }

  .tw .lg\:last\:-m-149:last-child{
    margin: -745px;
  }

  .tw .lg\:last\:-m-0\.5:last-child{
    margin: -3px;
  }

  .tw .lg\:last\:-m-1px:last-child{
    margin: -1px;
  }

  .tw .lg\:last\:-m-2px:last-child{
    margin: -2px;
  }

  .tw .lg\:last\:-m-3px:last-child{
    margin: -3px;
  }

  .tw .lg\:last\:-m-4px:last-child{
    margin: -4px;
  }

  .tw .lg\:last\:-m-5px:last-child{
    margin: -5px;
  }

  .tw .lg\:last\:-m-6px:last-child{
    margin: -6px;
  }

  .tw .lg\:last\:-m-7px:last-child{
    margin: -7px;
  }

  .tw .lg\:last\:-m-8px:last-child{
    margin: -8px;
  }

  .tw .lg\:last\:-m-9px:last-child{
    margin: -9px;
  }

  .tw .lg\:last\:-m-10px:last-child{
    margin: -10px;
  }

  .tw .lg\:last\:-m-11px:last-child{
    margin: -11px;
  }

  .tw .lg\:last\:-m-12px:last-child{
    margin: -12px;
  }

  .tw .lg\:last\:-m-13px:last-child{
    margin: -13px;
  }

  .tw .lg\:last\:-m-14px:last-child{
    margin: -14px;
  }

  .tw .lg\:last\:-m-15px:last-child{
    margin: -15px;
  }

  .tw .lg\:last\:-m-16px:last-child{
    margin: -16px;
  }

  .tw .lg\:last\:-m-17px:last-child{
    margin: -17px;
  }

  .tw .lg\:last\:-m-18px:last-child{
    margin: -18px;
  }

  .tw .lg\:last\:-m-19px:last-child{
    margin: -19px;
  }

  .tw .lg\:last\:-m-20px:last-child{
    margin: -20px;
  }

  .tw .lg\:last\:-m-21px:last-child{
    margin: -21px;
  }

  .tw .lg\:last\:-m-22px:last-child{
    margin: -22px;
  }

  .tw .lg\:last\:-m-23px:last-child{
    margin: -23px;
  }

  .tw .lg\:last\:-m-24px:last-child{
    margin: -24px;
  }

  .tw .lg\:last\:-m-25px:last-child{
    margin: -25px;
  }

  .tw .lg\:last\:-m-26px:last-child{
    margin: -26px;
  }

  .tw .lg\:last\:-m-27px:last-child{
    margin: -27px;
  }

  .tw .lg\:last\:-m-28px:last-child{
    margin: -28px;
  }

  .tw .lg\:last\:-m-29px:last-child{
    margin: -29px;
  }

  .tw .lg\:last\:-m-30px:last-child{
    margin: -30px;
  }

  .tw .lg\:last\:-m-31px:last-child{
    margin: -31px;
  }

  .tw .lg\:last\:-m-32px:last-child{
    margin: -32px;
  }

  .tw .lg\:last\:-m-33px:last-child{
    margin: -33px;
  }

  .tw .lg\:last\:-m-34px:last-child{
    margin: -34px;
  }

  .tw .lg\:last\:-m-35px:last-child{
    margin: -35px;
  }

  .tw .lg\:last\:-m-36px:last-child{
    margin: -36px;
  }

  .tw .lg\:last\:-m-37px:last-child{
    margin: -37px;
  }

  .tw .lg\:last\:-m-38px:last-child{
    margin: -38px;
  }

  .tw .lg\:last\:-m-39px:last-child{
    margin: -39px;
  }

  .tw .lg\:last\:-m-40px:last-child{
    margin: -40px;
  }

  .tw .lg\:mx-0{
    margin-left: 0px;
    margin-right: 0px;
  }

  .tw .lg\:mx-1{
    margin-left: 5px;
    margin-right: 5px;
  }

  .tw .lg\:mx-2{
    margin-left: 10px;
    margin-right: 10px;
  }

  .tw .lg\:mx-3{
    margin-left: 15px;
    margin-right: 15px;
  }

  .tw .lg\:mx-4{
    margin-left: 20px;
    margin-right: 20px;
  }

  .tw .lg\:mx-5{
    margin-left: 25px;
    margin-right: 25px;
  }

  .tw .lg\:mx-6{
    margin-left: 30px;
    margin-right: 30px;
  }

  .tw .lg\:mx-7{
    margin-left: 35px;
    margin-right: 35px;
  }

  .tw .lg\:mx-8{
    margin-left: 40px;
    margin-right: 40px;
  }

  .tw .lg\:mx-9{
    margin-left: 45px;
    margin-right: 45px;
  }

  .tw .lg\:mx-10{
    margin-left: 50px;
    margin-right: 50px;
  }

  .tw .lg\:mx-11{
    margin-left: 55px;
    margin-right: 55px;
  }

  .tw .lg\:mx-12{
    margin-left: 60px;
    margin-right: 60px;
  }

  .tw .lg\:mx-13{
    margin-left: 65px;
    margin-right: 65px;
  }

  .tw .lg\:mx-14{
    margin-left: 70px;
    margin-right: 70px;
  }

  .tw .lg\:mx-15{
    margin-left: 75px;
    margin-right: 75px;
  }

  .tw .lg\:mx-16{
    margin-left: 80px;
    margin-right: 80px;
  }

  .tw .lg\:mx-17{
    margin-left: 85px;
    margin-right: 85px;
  }

  .tw .lg\:mx-18{
    margin-left: 90px;
    margin-right: 90px;
  }

  .tw .lg\:mx-19{
    margin-left: 95px;
    margin-right: 95px;
  }

  .tw .lg\:mx-20{
    margin-left: 100px;
    margin-right: 100px;
  }

  .tw .lg\:mx-21{
    margin-left: 105px;
    margin-right: 105px;
  }

  .tw .lg\:mx-22{
    margin-left: 110px;
    margin-right: 110px;
  }

  .tw .lg\:mx-23{
    margin-left: 115px;
    margin-right: 115px;
  }

  .tw .lg\:mx-24{
    margin-left: 120px;
    margin-right: 120px;
  }

  .tw .lg\:mx-25{
    margin-left: 125px;
    margin-right: 125px;
  }

  .tw .lg\:mx-26{
    margin-left: 130px;
    margin-right: 130px;
  }

  .tw .lg\:mx-27{
    margin-left: 135px;
    margin-right: 135px;
  }

  .tw .lg\:mx-28{
    margin-left: 140px;
    margin-right: 140px;
  }

  .tw .lg\:mx-29{
    margin-left: 145px;
    margin-right: 145px;
  }

  .tw .lg\:mx-30{
    margin-left: 150px;
    margin-right: 150px;
  }

  .tw .lg\:mx-31{
    margin-left: 155px;
    margin-right: 155px;
  }

  .tw .lg\:mx-32{
    margin-left: 160px;
    margin-right: 160px;
  }

  .tw .lg\:mx-33{
    margin-left: 165px;
    margin-right: 165px;
  }

  .tw .lg\:mx-34{
    margin-left: 170px;
    margin-right: 170px;
  }

  .tw .lg\:mx-35{
    margin-left: 175px;
    margin-right: 175px;
  }

  .tw .lg\:mx-36{
    margin-left: 180px;
    margin-right: 180px;
  }

  .tw .lg\:mx-37{
    margin-left: 185px;
    margin-right: 185px;
  }

  .tw .lg\:mx-38{
    margin-left: 190px;
    margin-right: 190px;
  }

  .tw .lg\:mx-39{
    margin-left: 195px;
    margin-right: 195px;
  }

  .tw .lg\:mx-40{
    margin-left: 200px;
    margin-right: 200px;
  }

  .tw .lg\:mx-41{
    margin-left: 205px;
    margin-right: 205px;
  }

  .tw .lg\:mx-42{
    margin-left: 210px;
    margin-right: 210px;
  }

  .tw .lg\:mx-43{
    margin-left: 215px;
    margin-right: 215px;
  }

  .tw .lg\:mx-44{
    margin-left: 220px;
    margin-right: 220px;
  }

  .tw .lg\:mx-45{
    margin-left: 225px;
    margin-right: 225px;
  }

  .tw .lg\:mx-46{
    margin-left: 230px;
    margin-right: 230px;
  }

  .tw .lg\:mx-47{
    margin-left: 235px;
    margin-right: 235px;
  }

  .tw .lg\:mx-48{
    margin-left: 240px;
    margin-right: 240px;
  }

  .tw .lg\:mx-49{
    margin-left: 245px;
    margin-right: 245px;
  }

  .tw .lg\:mx-50{
    margin-left: 250px;
    margin-right: 250px;
  }

  .tw .lg\:mx-51{
    margin-left: 255px;
    margin-right: 255px;
  }

  .tw .lg\:mx-52{
    margin-left: 260px;
    margin-right: 260px;
  }

  .tw .lg\:mx-53{
    margin-left: 265px;
    margin-right: 265px;
  }

  .tw .lg\:mx-54{
    margin-left: 270px;
    margin-right: 270px;
  }

  .tw .lg\:mx-55{
    margin-left: 275px;
    margin-right: 275px;
  }

  .tw .lg\:mx-56{
    margin-left: 280px;
    margin-right: 280px;
  }

  .tw .lg\:mx-57{
    margin-left: 285px;
    margin-right: 285px;
  }

  .tw .lg\:mx-58{
    margin-left: 290px;
    margin-right: 290px;
  }

  .tw .lg\:mx-59{
    margin-left: 295px;
    margin-right: 295px;
  }

  .tw .lg\:mx-60{
    margin-left: 300px;
    margin-right: 300px;
  }

  .tw .lg\:mx-61{
    margin-left: 305px;
    margin-right: 305px;
  }

  .tw .lg\:mx-62{
    margin-left: 310px;
    margin-right: 310px;
  }

  .tw .lg\:mx-63{
    margin-left: 315px;
    margin-right: 315px;
  }

  .tw .lg\:mx-64{
    margin-left: 320px;
    margin-right: 320px;
  }

  .tw .lg\:mx-65{
    margin-left: 325px;
    margin-right: 325px;
  }

  .tw .lg\:mx-66{
    margin-left: 330px;
    margin-right: 330px;
  }

  .tw .lg\:mx-67{
    margin-left: 335px;
    margin-right: 335px;
  }

  .tw .lg\:mx-68{
    margin-left: 340px;
    margin-right: 340px;
  }

  .tw .lg\:mx-69{
    margin-left: 345px;
    margin-right: 345px;
  }

  .tw .lg\:mx-70{
    margin-left: 350px;
    margin-right: 350px;
  }

  .tw .lg\:mx-71{
    margin-left: 355px;
    margin-right: 355px;
  }

  .tw .lg\:mx-72{
    margin-left: 360px;
    margin-right: 360px;
  }

  .tw .lg\:mx-73{
    margin-left: 365px;
    margin-right: 365px;
  }

  .tw .lg\:mx-74{
    margin-left: 370px;
    margin-right: 370px;
  }

  .tw .lg\:mx-75{
    margin-left: 375px;
    margin-right: 375px;
  }

  .tw .lg\:mx-76{
    margin-left: 380px;
    margin-right: 380px;
  }

  .tw .lg\:mx-77{
    margin-left: 385px;
    margin-right: 385px;
  }

  .tw .lg\:mx-78{
    margin-left: 390px;
    margin-right: 390px;
  }

  .tw .lg\:mx-79{
    margin-left: 395px;
    margin-right: 395px;
  }

  .tw .lg\:mx-80{
    margin-left: 400px;
    margin-right: 400px;
  }

  .tw .lg\:mx-81{
    margin-left: 405px;
    margin-right: 405px;
  }

  .tw .lg\:mx-82{
    margin-left: 410px;
    margin-right: 410px;
  }

  .tw .lg\:mx-83{
    margin-left: 415px;
    margin-right: 415px;
  }

  .tw .lg\:mx-84{
    margin-left: 420px;
    margin-right: 420px;
  }

  .tw .lg\:mx-85{
    margin-left: 425px;
    margin-right: 425px;
  }

  .tw .lg\:mx-86{
    margin-left: 430px;
    margin-right: 430px;
  }

  .tw .lg\:mx-87{
    margin-left: 435px;
    margin-right: 435px;
  }

  .tw .lg\:mx-88{
    margin-left: 440px;
    margin-right: 440px;
  }

  .tw .lg\:mx-89{
    margin-left: 445px;
    margin-right: 445px;
  }

  .tw .lg\:mx-90{
    margin-left: 450px;
    margin-right: 450px;
  }

  .tw .lg\:mx-91{
    margin-left: 455px;
    margin-right: 455px;
  }

  .tw .lg\:mx-92{
    margin-left: 460px;
    margin-right: 460px;
  }

  .tw .lg\:mx-93{
    margin-left: 465px;
    margin-right: 465px;
  }

  .tw .lg\:mx-94{
    margin-left: 470px;
    margin-right: 470px;
  }

  .tw .lg\:mx-95{
    margin-left: 475px;
    margin-right: 475px;
  }

  .tw .lg\:mx-96{
    margin-left: 480px;
    margin-right: 480px;
  }

  .tw .lg\:mx-97{
    margin-left: 485px;
    margin-right: 485px;
  }

  .tw .lg\:mx-98{
    margin-left: 490px;
    margin-right: 490px;
  }

  .tw .lg\:mx-99{
    margin-left: 495px;
    margin-right: 495px;
  }

  .tw .lg\:mx-100{
    margin-left: 500px;
    margin-right: 500px;
  }

  .tw .lg\:mx-101{
    margin-left: 505px;
    margin-right: 505px;
  }

  .tw .lg\:mx-102{
    margin-left: 510px;
    margin-right: 510px;
  }

  .tw .lg\:mx-103{
    margin-left: 515px;
    margin-right: 515px;
  }

  .tw .lg\:mx-104{
    margin-left: 520px;
    margin-right: 520px;
  }

  .tw .lg\:mx-105{
    margin-left: 525px;
    margin-right: 525px;
  }

  .tw .lg\:mx-106{
    margin-left: 530px;
    margin-right: 530px;
  }

  .tw .lg\:mx-107{
    margin-left: 535px;
    margin-right: 535px;
  }

  .tw .lg\:mx-108{
    margin-left: 540px;
    margin-right: 540px;
  }

  .tw .lg\:mx-109{
    margin-left: 545px;
    margin-right: 545px;
  }

  .tw .lg\:mx-110{
    margin-left: 550px;
    margin-right: 550px;
  }

  .tw .lg\:mx-111{
    margin-left: 555px;
    margin-right: 555px;
  }

  .tw .lg\:mx-112{
    margin-left: 560px;
    margin-right: 560px;
  }

  .tw .lg\:mx-113{
    margin-left: 565px;
    margin-right: 565px;
  }

  .tw .lg\:mx-114{
    margin-left: 570px;
    margin-right: 570px;
  }

  .tw .lg\:mx-115{
    margin-left: 575px;
    margin-right: 575px;
  }

  .tw .lg\:mx-116{
    margin-left: 580px;
    margin-right: 580px;
  }

  .tw .lg\:mx-117{
    margin-left: 585px;
    margin-right: 585px;
  }

  .tw .lg\:mx-118{
    margin-left: 590px;
    margin-right: 590px;
  }

  .tw .lg\:mx-119{
    margin-left: 595px;
    margin-right: 595px;
  }

  .tw .lg\:mx-120{
    margin-left: 600px;
    margin-right: 600px;
  }

  .tw .lg\:mx-121{
    margin-left: 605px;
    margin-right: 605px;
  }

  .tw .lg\:mx-122{
    margin-left: 610px;
    margin-right: 610px;
  }

  .tw .lg\:mx-123{
    margin-left: 615px;
    margin-right: 615px;
  }

  .tw .lg\:mx-124{
    margin-left: 620px;
    margin-right: 620px;
  }

  .tw .lg\:mx-125{
    margin-left: 625px;
    margin-right: 625px;
  }

  .tw .lg\:mx-126{
    margin-left: 630px;
    margin-right: 630px;
  }

  .tw .lg\:mx-127{
    margin-left: 635px;
    margin-right: 635px;
  }

  .tw .lg\:mx-128{
    margin-left: 640px;
    margin-right: 640px;
  }

  .tw .lg\:mx-129{
    margin-left: 645px;
    margin-right: 645px;
  }

  .tw .lg\:mx-130{
    margin-left: 650px;
    margin-right: 650px;
  }

  .tw .lg\:mx-131{
    margin-left: 655px;
    margin-right: 655px;
  }

  .tw .lg\:mx-132{
    margin-left: 660px;
    margin-right: 660px;
  }

  .tw .lg\:mx-133{
    margin-left: 665px;
    margin-right: 665px;
  }

  .tw .lg\:mx-134{
    margin-left: 670px;
    margin-right: 670px;
  }

  .tw .lg\:mx-135{
    margin-left: 675px;
    margin-right: 675px;
  }

  .tw .lg\:mx-136{
    margin-left: 680px;
    margin-right: 680px;
  }

  .tw .lg\:mx-137{
    margin-left: 685px;
    margin-right: 685px;
  }

  .tw .lg\:mx-138{
    margin-left: 690px;
    margin-right: 690px;
  }

  .tw .lg\:mx-139{
    margin-left: 695px;
    margin-right: 695px;
  }

  .tw .lg\:mx-140{
    margin-left: 700px;
    margin-right: 700px;
  }

  .tw .lg\:mx-141{
    margin-left: 705px;
    margin-right: 705px;
  }

  .tw .lg\:mx-142{
    margin-left: 710px;
    margin-right: 710px;
  }

  .tw .lg\:mx-143{
    margin-left: 715px;
    margin-right: 715px;
  }

  .tw .lg\:mx-144{
    margin-left: 720px;
    margin-right: 720px;
  }

  .tw .lg\:mx-145{
    margin-left: 725px;
    margin-right: 725px;
  }

  .tw .lg\:mx-146{
    margin-left: 730px;
    margin-right: 730px;
  }

  .tw .lg\:mx-147{
    margin-left: 735px;
    margin-right: 735px;
  }

  .tw .lg\:mx-148{
    margin-left: 740px;
    margin-right: 740px;
  }

  .tw .lg\:mx-149{
    margin-left: 745px;
    margin-right: 745px;
  }

  .tw .lg\:mx-auto{
    margin-left: auto;
    margin-right: auto;
  }

  .tw .lg\:mx-0\.5{
    margin-left: 3px;
    margin-right: 3px;
  }

  .tw .lg\:mx-1px{
    margin-left: 1px;
    margin-right: 1px;
  }

  .tw .lg\:mx-2px{
    margin-left: 2px;
    margin-right: 2px;
  }

  .tw .lg\:mx-3px{
    margin-left: 3px;
    margin-right: 3px;
  }

  .tw .lg\:mx-4px{
    margin-left: 4px;
    margin-right: 4px;
  }

  .tw .lg\:mx-5px{
    margin-left: 5px;
    margin-right: 5px;
  }

  .tw .lg\:mx-6px{
    margin-left: 6px;
    margin-right: 6px;
  }

  .tw .lg\:mx-7px{
    margin-left: 7px;
    margin-right: 7px;
  }

  .tw .lg\:mx-8px{
    margin-left: 8px;
    margin-right: 8px;
  }

  .tw .lg\:mx-9px{
    margin-left: 9px;
    margin-right: 9px;
  }

  .tw .lg\:mx-10px{
    margin-left: 10px;
    margin-right: 10px;
  }

  .tw .lg\:mx-11px{
    margin-left: 11px;
    margin-right: 11px;
  }

  .tw .lg\:mx-12px{
    margin-left: 12px;
    margin-right: 12px;
  }

  .tw .lg\:mx-13px{
    margin-left: 13px;
    margin-right: 13px;
  }

  .tw .lg\:mx-14px{
    margin-left: 14px;
    margin-right: 14px;
  }

  .tw .lg\:mx-15px{
    margin-left: 15px;
    margin-right: 15px;
  }

  .tw .lg\:mx-16px{
    margin-left: 16px;
    margin-right: 16px;
  }

  .tw .lg\:mx-17px{
    margin-left: 17px;
    margin-right: 17px;
  }

  .tw .lg\:mx-18px{
    margin-left: 18px;
    margin-right: 18px;
  }

  .tw .lg\:mx-19px{
    margin-left: 19px;
    margin-right: 19px;
  }

  .tw .lg\:mx-20px{
    margin-left: 20px;
    margin-right: 20px;
  }

  .tw .lg\:mx-21px{
    margin-left: 21px;
    margin-right: 21px;
  }

  .tw .lg\:mx-22px{
    margin-left: 22px;
    margin-right: 22px;
  }

  .tw .lg\:mx-23px{
    margin-left: 23px;
    margin-right: 23px;
  }

  .tw .lg\:mx-24px{
    margin-left: 24px;
    margin-right: 24px;
  }

  .tw .lg\:mx-25px{
    margin-left: 25px;
    margin-right: 25px;
  }

  .tw .lg\:mx-26px{
    margin-left: 26px;
    margin-right: 26px;
  }

  .tw .lg\:mx-27px{
    margin-left: 27px;
    margin-right: 27px;
  }

  .tw .lg\:mx-28px{
    margin-left: 28px;
    margin-right: 28px;
  }

  .tw .lg\:mx-29px{
    margin-left: 29px;
    margin-right: 29px;
  }

  .tw .lg\:mx-30px{
    margin-left: 30px;
    margin-right: 30px;
  }

  .tw .lg\:mx-31px{
    margin-left: 31px;
    margin-right: 31px;
  }

  .tw .lg\:mx-32px{
    margin-left: 32px;
    margin-right: 32px;
  }

  .tw .lg\:mx-33px{
    margin-left: 33px;
    margin-right: 33px;
  }

  .tw .lg\:mx-34px{
    margin-left: 34px;
    margin-right: 34px;
  }

  .tw .lg\:mx-35px{
    margin-left: 35px;
    margin-right: 35px;
  }

  .tw .lg\:mx-36px{
    margin-left: 36px;
    margin-right: 36px;
  }

  .tw .lg\:mx-37px{
    margin-left: 37px;
    margin-right: 37px;
  }

  .tw .lg\:mx-38px{
    margin-left: 38px;
    margin-right: 38px;
  }

  .tw .lg\:mx-39px{
    margin-left: 39px;
    margin-right: 39px;
  }

  .tw .lg\:mx-40px{
    margin-left: 40px;
    margin-right: 40px;
  }

  .tw .lg\:-mx-0{
    margin-left: 0px;
    margin-right: 0px;
  }

  .tw .lg\:-mx-1{
    margin-left: -5px;
    margin-right: -5px;
  }

  .tw .lg\:-mx-2{
    margin-left: -10px;
    margin-right: -10px;
  }

  .tw .lg\:-mx-3{
    margin-left: -15px;
    margin-right: -15px;
  }

  .tw .lg\:-mx-4{
    margin-left: -20px;
    margin-right: -20px;
  }

  .tw .lg\:-mx-5{
    margin-left: -25px;
    margin-right: -25px;
  }

  .tw .lg\:-mx-6{
    margin-left: -30px;
    margin-right: -30px;
  }

  .tw .lg\:-mx-7{
    margin-left: -35px;
    margin-right: -35px;
  }

  .tw .lg\:-mx-8{
    margin-left: -40px;
    margin-right: -40px;
  }

  .tw .lg\:-mx-9{
    margin-left: -45px;
    margin-right: -45px;
  }

  .tw .lg\:-mx-10{
    margin-left: -50px;
    margin-right: -50px;
  }

  .tw .lg\:-mx-11{
    margin-left: -55px;
    margin-right: -55px;
  }

  .tw .lg\:-mx-12{
    margin-left: -60px;
    margin-right: -60px;
  }

  .tw .lg\:-mx-13{
    margin-left: -65px;
    margin-right: -65px;
  }

  .tw .lg\:-mx-14{
    margin-left: -70px;
    margin-right: -70px;
  }

  .tw .lg\:-mx-15{
    margin-left: -75px;
    margin-right: -75px;
  }

  .tw .lg\:-mx-16{
    margin-left: -80px;
    margin-right: -80px;
  }

  .tw .lg\:-mx-17{
    margin-left: -85px;
    margin-right: -85px;
  }

  .tw .lg\:-mx-18{
    margin-left: -90px;
    margin-right: -90px;
  }

  .tw .lg\:-mx-19{
    margin-left: -95px;
    margin-right: -95px;
  }

  .tw .lg\:-mx-20{
    margin-left: -100px;
    margin-right: -100px;
  }

  .tw .lg\:-mx-21{
    margin-left: -105px;
    margin-right: -105px;
  }

  .tw .lg\:-mx-22{
    margin-left: -110px;
    margin-right: -110px;
  }

  .tw .lg\:-mx-23{
    margin-left: -115px;
    margin-right: -115px;
  }

  .tw .lg\:-mx-24{
    margin-left: -120px;
    margin-right: -120px;
  }

  .tw .lg\:-mx-25{
    margin-left: -125px;
    margin-right: -125px;
  }

  .tw .lg\:-mx-26{
    margin-left: -130px;
    margin-right: -130px;
  }

  .tw .lg\:-mx-27{
    margin-left: -135px;
    margin-right: -135px;
  }

  .tw .lg\:-mx-28{
    margin-left: -140px;
    margin-right: -140px;
  }

  .tw .lg\:-mx-29{
    margin-left: -145px;
    margin-right: -145px;
  }

  .tw .lg\:-mx-30{
    margin-left: -150px;
    margin-right: -150px;
  }

  .tw .lg\:-mx-31{
    margin-left: -155px;
    margin-right: -155px;
  }

  .tw .lg\:-mx-32{
    margin-left: -160px;
    margin-right: -160px;
  }

  .tw .lg\:-mx-33{
    margin-left: -165px;
    margin-right: -165px;
  }

  .tw .lg\:-mx-34{
    margin-left: -170px;
    margin-right: -170px;
  }

  .tw .lg\:-mx-35{
    margin-left: -175px;
    margin-right: -175px;
  }

  .tw .lg\:-mx-36{
    margin-left: -180px;
    margin-right: -180px;
  }

  .tw .lg\:-mx-37{
    margin-left: -185px;
    margin-right: -185px;
  }

  .tw .lg\:-mx-38{
    margin-left: -190px;
    margin-right: -190px;
  }

  .tw .lg\:-mx-39{
    margin-left: -195px;
    margin-right: -195px;
  }

  .tw .lg\:-mx-40{
    margin-left: -200px;
    margin-right: -200px;
  }

  .tw .lg\:-mx-41{
    margin-left: -205px;
    margin-right: -205px;
  }

  .tw .lg\:-mx-42{
    margin-left: -210px;
    margin-right: -210px;
  }

  .tw .lg\:-mx-43{
    margin-left: -215px;
    margin-right: -215px;
  }

  .tw .lg\:-mx-44{
    margin-left: -220px;
    margin-right: -220px;
  }

  .tw .lg\:-mx-45{
    margin-left: -225px;
    margin-right: -225px;
  }

  .tw .lg\:-mx-46{
    margin-left: -230px;
    margin-right: -230px;
  }

  .tw .lg\:-mx-47{
    margin-left: -235px;
    margin-right: -235px;
  }

  .tw .lg\:-mx-48{
    margin-left: -240px;
    margin-right: -240px;
  }

  .tw .lg\:-mx-49{
    margin-left: -245px;
    margin-right: -245px;
  }

  .tw .lg\:-mx-50{
    margin-left: -250px;
    margin-right: -250px;
  }

  .tw .lg\:-mx-51{
    margin-left: -255px;
    margin-right: -255px;
  }

  .tw .lg\:-mx-52{
    margin-left: -260px;
    margin-right: -260px;
  }

  .tw .lg\:-mx-53{
    margin-left: -265px;
    margin-right: -265px;
  }

  .tw .lg\:-mx-54{
    margin-left: -270px;
    margin-right: -270px;
  }

  .tw .lg\:-mx-55{
    margin-left: -275px;
    margin-right: -275px;
  }

  .tw .lg\:-mx-56{
    margin-left: -280px;
    margin-right: -280px;
  }

  .tw .lg\:-mx-57{
    margin-left: -285px;
    margin-right: -285px;
  }

  .tw .lg\:-mx-58{
    margin-left: -290px;
    margin-right: -290px;
  }

  .tw .lg\:-mx-59{
    margin-left: -295px;
    margin-right: -295px;
  }

  .tw .lg\:-mx-60{
    margin-left: -300px;
    margin-right: -300px;
  }

  .tw .lg\:-mx-61{
    margin-left: -305px;
    margin-right: -305px;
  }

  .tw .lg\:-mx-62{
    margin-left: -310px;
    margin-right: -310px;
  }

  .tw .lg\:-mx-63{
    margin-left: -315px;
    margin-right: -315px;
  }

  .tw .lg\:-mx-64{
    margin-left: -320px;
    margin-right: -320px;
  }

  .tw .lg\:-mx-65{
    margin-left: -325px;
    margin-right: -325px;
  }

  .tw .lg\:-mx-66{
    margin-left: -330px;
    margin-right: -330px;
  }

  .tw .lg\:-mx-67{
    margin-left: -335px;
    margin-right: -335px;
  }

  .tw .lg\:-mx-68{
    margin-left: -340px;
    margin-right: -340px;
  }

  .tw .lg\:-mx-69{
    margin-left: -345px;
    margin-right: -345px;
  }

  .tw .lg\:-mx-70{
    margin-left: -350px;
    margin-right: -350px;
  }

  .tw .lg\:-mx-71{
    margin-left: -355px;
    margin-right: -355px;
  }

  .tw .lg\:-mx-72{
    margin-left: -360px;
    margin-right: -360px;
  }

  .tw .lg\:-mx-73{
    margin-left: -365px;
    margin-right: -365px;
  }

  .tw .lg\:-mx-74{
    margin-left: -370px;
    margin-right: -370px;
  }

  .tw .lg\:-mx-75{
    margin-left: -375px;
    margin-right: -375px;
  }

  .tw .lg\:-mx-76{
    margin-left: -380px;
    margin-right: -380px;
  }

  .tw .lg\:-mx-77{
    margin-left: -385px;
    margin-right: -385px;
  }

  .tw .lg\:-mx-78{
    margin-left: -390px;
    margin-right: -390px;
  }

  .tw .lg\:-mx-79{
    margin-left: -395px;
    margin-right: -395px;
  }

  .tw .lg\:-mx-80{
    margin-left: -400px;
    margin-right: -400px;
  }

  .tw .lg\:-mx-81{
    margin-left: -405px;
    margin-right: -405px;
  }

  .tw .lg\:-mx-82{
    margin-left: -410px;
    margin-right: -410px;
  }

  .tw .lg\:-mx-83{
    margin-left: -415px;
    margin-right: -415px;
  }

  .tw .lg\:-mx-84{
    margin-left: -420px;
    margin-right: -420px;
  }

  .tw .lg\:-mx-85{
    margin-left: -425px;
    margin-right: -425px;
  }

  .tw .lg\:-mx-86{
    margin-left: -430px;
    margin-right: -430px;
  }

  .tw .lg\:-mx-87{
    margin-left: -435px;
    margin-right: -435px;
  }

  .tw .lg\:-mx-88{
    margin-left: -440px;
    margin-right: -440px;
  }

  .tw .lg\:-mx-89{
    margin-left: -445px;
    margin-right: -445px;
  }

  .tw .lg\:-mx-90{
    margin-left: -450px;
    margin-right: -450px;
  }

  .tw .lg\:-mx-91{
    margin-left: -455px;
    margin-right: -455px;
  }

  .tw .lg\:-mx-92{
    margin-left: -460px;
    margin-right: -460px;
  }

  .tw .lg\:-mx-93{
    margin-left: -465px;
    margin-right: -465px;
  }

  .tw .lg\:-mx-94{
    margin-left: -470px;
    margin-right: -470px;
  }

  .tw .lg\:-mx-95{
    margin-left: -475px;
    margin-right: -475px;
  }

  .tw .lg\:-mx-96{
    margin-left: -480px;
    margin-right: -480px;
  }

  .tw .lg\:-mx-97{
    margin-left: -485px;
    margin-right: -485px;
  }

  .tw .lg\:-mx-98{
    margin-left: -490px;
    margin-right: -490px;
  }

  .tw .lg\:-mx-99{
    margin-left: -495px;
    margin-right: -495px;
  }

  .tw .lg\:-mx-100{
    margin-left: -500px;
    margin-right: -500px;
  }

  .tw .lg\:-mx-101{
    margin-left: -505px;
    margin-right: -505px;
  }

  .tw .lg\:-mx-102{
    margin-left: -510px;
    margin-right: -510px;
  }

  .tw .lg\:-mx-103{
    margin-left: -515px;
    margin-right: -515px;
  }

  .tw .lg\:-mx-104{
    margin-left: -520px;
    margin-right: -520px;
  }

  .tw .lg\:-mx-105{
    margin-left: -525px;
    margin-right: -525px;
  }

  .tw .lg\:-mx-106{
    margin-left: -530px;
    margin-right: -530px;
  }

  .tw .lg\:-mx-107{
    margin-left: -535px;
    margin-right: -535px;
  }

  .tw .lg\:-mx-108{
    margin-left: -540px;
    margin-right: -540px;
  }

  .tw .lg\:-mx-109{
    margin-left: -545px;
    margin-right: -545px;
  }

  .tw .lg\:-mx-110{
    margin-left: -550px;
    margin-right: -550px;
  }

  .tw .lg\:-mx-111{
    margin-left: -555px;
    margin-right: -555px;
  }

  .tw .lg\:-mx-112{
    margin-left: -560px;
    margin-right: -560px;
  }

  .tw .lg\:-mx-113{
    margin-left: -565px;
    margin-right: -565px;
  }

  .tw .lg\:-mx-114{
    margin-left: -570px;
    margin-right: -570px;
  }

  .tw .lg\:-mx-115{
    margin-left: -575px;
    margin-right: -575px;
  }

  .tw .lg\:-mx-116{
    margin-left: -580px;
    margin-right: -580px;
  }

  .tw .lg\:-mx-117{
    margin-left: -585px;
    margin-right: -585px;
  }

  .tw .lg\:-mx-118{
    margin-left: -590px;
    margin-right: -590px;
  }

  .tw .lg\:-mx-119{
    margin-left: -595px;
    margin-right: -595px;
  }

  .tw .lg\:-mx-120{
    margin-left: -600px;
    margin-right: -600px;
  }

  .tw .lg\:-mx-121{
    margin-left: -605px;
    margin-right: -605px;
  }

  .tw .lg\:-mx-122{
    margin-left: -610px;
    margin-right: -610px;
  }

  .tw .lg\:-mx-123{
    margin-left: -615px;
    margin-right: -615px;
  }

  .tw .lg\:-mx-124{
    margin-left: -620px;
    margin-right: -620px;
  }

  .tw .lg\:-mx-125{
    margin-left: -625px;
    margin-right: -625px;
  }

  .tw .lg\:-mx-126{
    margin-left: -630px;
    margin-right: -630px;
  }

  .tw .lg\:-mx-127{
    margin-left: -635px;
    margin-right: -635px;
  }

  .tw .lg\:-mx-128{
    margin-left: -640px;
    margin-right: -640px;
  }

  .tw .lg\:-mx-129{
    margin-left: -645px;
    margin-right: -645px;
  }

  .tw .lg\:-mx-130{
    margin-left: -650px;
    margin-right: -650px;
  }

  .tw .lg\:-mx-131{
    margin-left: -655px;
    margin-right: -655px;
  }

  .tw .lg\:-mx-132{
    margin-left: -660px;
    margin-right: -660px;
  }

  .tw .lg\:-mx-133{
    margin-left: -665px;
    margin-right: -665px;
  }

  .tw .lg\:-mx-134{
    margin-left: -670px;
    margin-right: -670px;
  }

  .tw .lg\:-mx-135{
    margin-left: -675px;
    margin-right: -675px;
  }

  .tw .lg\:-mx-136{
    margin-left: -680px;
    margin-right: -680px;
  }

  .tw .lg\:-mx-137{
    margin-left: -685px;
    margin-right: -685px;
  }

  .tw .lg\:-mx-138{
    margin-left: -690px;
    margin-right: -690px;
  }

  .tw .lg\:-mx-139{
    margin-left: -695px;
    margin-right: -695px;
  }

  .tw .lg\:-mx-140{
    margin-left: -700px;
    margin-right: -700px;
  }

  .tw .lg\:-mx-141{
    margin-left: -705px;
    margin-right: -705px;
  }

  .tw .lg\:-mx-142{
    margin-left: -710px;
    margin-right: -710px;
  }

  .tw .lg\:-mx-143{
    margin-left: -715px;
    margin-right: -715px;
  }

  .tw .lg\:-mx-144{
    margin-left: -720px;
    margin-right: -720px;
  }

  .tw .lg\:-mx-145{
    margin-left: -725px;
    margin-right: -725px;
  }

  .tw .lg\:-mx-146{
    margin-left: -730px;
    margin-right: -730px;
  }

  .tw .lg\:-mx-147{
    margin-left: -735px;
    margin-right: -735px;
  }

  .tw .lg\:-mx-148{
    margin-left: -740px;
    margin-right: -740px;
  }

  .tw .lg\:-mx-149{
    margin-left: -745px;
    margin-right: -745px;
  }

  .tw .lg\:-mx-0\.5{
    margin-left: -3px;
    margin-right: -3px;
  }

  .tw .lg\:-mx-1px{
    margin-left: -1px;
    margin-right: -1px;
  }

  .tw .lg\:-mx-2px{
    margin-left: -2px;
    margin-right: -2px;
  }

  .tw .lg\:-mx-3px{
    margin-left: -3px;
    margin-right: -3px;
  }

  .tw .lg\:-mx-4px{
    margin-left: -4px;
    margin-right: -4px;
  }

  .tw .lg\:-mx-5px{
    margin-left: -5px;
    margin-right: -5px;
  }

  .tw .lg\:-mx-6px{
    margin-left: -6px;
    margin-right: -6px;
  }

  .tw .lg\:-mx-7px{
    margin-left: -7px;
    margin-right: -7px;
  }

  .tw .lg\:-mx-8px{
    margin-left: -8px;
    margin-right: -8px;
  }

  .tw .lg\:-mx-9px{
    margin-left: -9px;
    margin-right: -9px;
  }

  .tw .lg\:-mx-10px{
    margin-left: -10px;
    margin-right: -10px;
  }

  .tw .lg\:-mx-11px{
    margin-left: -11px;
    margin-right: -11px;
  }

  .tw .lg\:-mx-12px{
    margin-left: -12px;
    margin-right: -12px;
  }

  .tw .lg\:-mx-13px{
    margin-left: -13px;
    margin-right: -13px;
  }

  .tw .lg\:-mx-14px{
    margin-left: -14px;
    margin-right: -14px;
  }

  .tw .lg\:-mx-15px{
    margin-left: -15px;
    margin-right: -15px;
  }

  .tw .lg\:-mx-16px{
    margin-left: -16px;
    margin-right: -16px;
  }

  .tw .lg\:-mx-17px{
    margin-left: -17px;
    margin-right: -17px;
  }

  .tw .lg\:-mx-18px{
    margin-left: -18px;
    margin-right: -18px;
  }

  .tw .lg\:-mx-19px{
    margin-left: -19px;
    margin-right: -19px;
  }

  .tw .lg\:-mx-20px{
    margin-left: -20px;
    margin-right: -20px;
  }

  .tw .lg\:-mx-21px{
    margin-left: -21px;
    margin-right: -21px;
  }

  .tw .lg\:-mx-22px{
    margin-left: -22px;
    margin-right: -22px;
  }

  .tw .lg\:-mx-23px{
    margin-left: -23px;
    margin-right: -23px;
  }

  .tw .lg\:-mx-24px{
    margin-left: -24px;
    margin-right: -24px;
  }

  .tw .lg\:-mx-25px{
    margin-left: -25px;
    margin-right: -25px;
  }

  .tw .lg\:-mx-26px{
    margin-left: -26px;
    margin-right: -26px;
  }

  .tw .lg\:-mx-27px{
    margin-left: -27px;
    margin-right: -27px;
  }

  .tw .lg\:-mx-28px{
    margin-left: -28px;
    margin-right: -28px;
  }

  .tw .lg\:-mx-29px{
    margin-left: -29px;
    margin-right: -29px;
  }

  .tw .lg\:-mx-30px{
    margin-left: -30px;
    margin-right: -30px;
  }

  .tw .lg\:-mx-31px{
    margin-left: -31px;
    margin-right: -31px;
  }

  .tw .lg\:-mx-32px{
    margin-left: -32px;
    margin-right: -32px;
  }

  .tw .lg\:-mx-33px{
    margin-left: -33px;
    margin-right: -33px;
  }

  .tw .lg\:-mx-34px{
    margin-left: -34px;
    margin-right: -34px;
  }

  .tw .lg\:-mx-35px{
    margin-left: -35px;
    margin-right: -35px;
  }

  .tw .lg\:-mx-36px{
    margin-left: -36px;
    margin-right: -36px;
  }

  .tw .lg\:-mx-37px{
    margin-left: -37px;
    margin-right: -37px;
  }

  .tw .lg\:-mx-38px{
    margin-left: -38px;
    margin-right: -38px;
  }

  .tw .lg\:-mx-39px{
    margin-left: -39px;
    margin-right: -39px;
  }

  .tw .lg\:-mx-40px{
    margin-left: -40px;
    margin-right: -40px;
  }

  .tw .lg\:my-0{
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .tw .lg\:my-1{
    margin-top: 5px;
    margin-bottom: 5px;
  }

  .tw .lg\:my-2{
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .tw .lg\:my-3{
    margin-top: 15px;
    margin-bottom: 15px;
  }

  .tw .lg\:my-4{
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .tw .lg\:my-5{
    margin-top: 25px;
    margin-bottom: 25px;
  }

  .tw .lg\:my-6{
    margin-top: 30px;
    margin-bottom: 30px;
  }

  .tw .lg\:my-7{
    margin-top: 35px;
    margin-bottom: 35px;
  }

  .tw .lg\:my-8{
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .tw .lg\:my-9{
    margin-top: 45px;
    margin-bottom: 45px;
  }

  .tw .lg\:my-10{
    margin-top: 50px;
    margin-bottom: 50px;
  }

  .tw .lg\:my-11{
    margin-top: 55px;
    margin-bottom: 55px;
  }

  .tw .lg\:my-12{
    margin-top: 60px;
    margin-bottom: 60px;
  }

  .tw .lg\:my-13{
    margin-top: 65px;
    margin-bottom: 65px;
  }

  .tw .lg\:my-14{
    margin-top: 70px;
    margin-bottom: 70px;
  }

  .tw .lg\:my-15{
    margin-top: 75px;
    margin-bottom: 75px;
  }

  .tw .lg\:my-16{
    margin-top: 80px;
    margin-bottom: 80px;
  }

  .tw .lg\:my-17{
    margin-top: 85px;
    margin-bottom: 85px;
  }

  .tw .lg\:my-18{
    margin-top: 90px;
    margin-bottom: 90px;
  }

  .tw .lg\:my-19{
    margin-top: 95px;
    margin-bottom: 95px;
  }

  .tw .lg\:my-20{
    margin-top: 100px;
    margin-bottom: 100px;
  }

  .tw .lg\:my-21{
    margin-top: 105px;
    margin-bottom: 105px;
  }

  .tw .lg\:my-22{
    margin-top: 110px;
    margin-bottom: 110px;
  }

  .tw .lg\:my-23{
    margin-top: 115px;
    margin-bottom: 115px;
  }

  .tw .lg\:my-24{
    margin-top: 120px;
    margin-bottom: 120px;
  }

  .tw .lg\:my-25{
    margin-top: 125px;
    margin-bottom: 125px;
  }

  .tw .lg\:my-26{
    margin-top: 130px;
    margin-bottom: 130px;
  }

  .tw .lg\:my-27{
    margin-top: 135px;
    margin-bottom: 135px;
  }

  .tw .lg\:my-28{
    margin-top: 140px;
    margin-bottom: 140px;
  }

  .tw .lg\:my-29{
    margin-top: 145px;
    margin-bottom: 145px;
  }

  .tw .lg\:my-30{
    margin-top: 150px;
    margin-bottom: 150px;
  }

  .tw .lg\:my-31{
    margin-top: 155px;
    margin-bottom: 155px;
  }

  .tw .lg\:my-32{
    margin-top: 160px;
    margin-bottom: 160px;
  }

  .tw .lg\:my-33{
    margin-top: 165px;
    margin-bottom: 165px;
  }

  .tw .lg\:my-34{
    margin-top: 170px;
    margin-bottom: 170px;
  }

  .tw .lg\:my-35{
    margin-top: 175px;
    margin-bottom: 175px;
  }

  .tw .lg\:my-36{
    margin-top: 180px;
    margin-bottom: 180px;
  }

  .tw .lg\:my-37{
    margin-top: 185px;
    margin-bottom: 185px;
  }

  .tw .lg\:my-38{
    margin-top: 190px;
    margin-bottom: 190px;
  }

  .tw .lg\:my-39{
    margin-top: 195px;
    margin-bottom: 195px;
  }

  .tw .lg\:my-40{
    margin-top: 200px;
    margin-bottom: 200px;
  }

  .tw .lg\:my-41{
    margin-top: 205px;
    margin-bottom: 205px;
  }

  .tw .lg\:my-42{
    margin-top: 210px;
    margin-bottom: 210px;
  }

  .tw .lg\:my-43{
    margin-top: 215px;
    margin-bottom: 215px;
  }

  .tw .lg\:my-44{
    margin-top: 220px;
    margin-bottom: 220px;
  }

  .tw .lg\:my-45{
    margin-top: 225px;
    margin-bottom: 225px;
  }

  .tw .lg\:my-46{
    margin-top: 230px;
    margin-bottom: 230px;
  }

  .tw .lg\:my-47{
    margin-top: 235px;
    margin-bottom: 235px;
  }

  .tw .lg\:my-48{
    margin-top: 240px;
    margin-bottom: 240px;
  }

  .tw .lg\:my-49{
    margin-top: 245px;
    margin-bottom: 245px;
  }

  .tw .lg\:my-50{
    margin-top: 250px;
    margin-bottom: 250px;
  }

  .tw .lg\:my-51{
    margin-top: 255px;
    margin-bottom: 255px;
  }

  .tw .lg\:my-52{
    margin-top: 260px;
    margin-bottom: 260px;
  }

  .tw .lg\:my-53{
    margin-top: 265px;
    margin-bottom: 265px;
  }

  .tw .lg\:my-54{
    margin-top: 270px;
    margin-bottom: 270px;
  }

  .tw .lg\:my-55{
    margin-top: 275px;
    margin-bottom: 275px;
  }

  .tw .lg\:my-56{
    margin-top: 280px;
    margin-bottom: 280px;
  }

  .tw .lg\:my-57{
    margin-top: 285px;
    margin-bottom: 285px;
  }

  .tw .lg\:my-58{
    margin-top: 290px;
    margin-bottom: 290px;
  }

  .tw .lg\:my-59{
    margin-top: 295px;
    margin-bottom: 295px;
  }

  .tw .lg\:my-60{
    margin-top: 300px;
    margin-bottom: 300px;
  }

  .tw .lg\:my-61{
    margin-top: 305px;
    margin-bottom: 305px;
  }

  .tw .lg\:my-62{
    margin-top: 310px;
    margin-bottom: 310px;
  }

  .tw .lg\:my-63{
    margin-top: 315px;
    margin-bottom: 315px;
  }

  .tw .lg\:my-64{
    margin-top: 320px;
    margin-bottom: 320px;
  }

  .tw .lg\:my-65{
    margin-top: 325px;
    margin-bottom: 325px;
  }

  .tw .lg\:my-66{
    margin-top: 330px;
    margin-bottom: 330px;
  }

  .tw .lg\:my-67{
    margin-top: 335px;
    margin-bottom: 335px;
  }

  .tw .lg\:my-68{
    margin-top: 340px;
    margin-bottom: 340px;
  }

  .tw .lg\:my-69{
    margin-top: 345px;
    margin-bottom: 345px;
  }

  .tw .lg\:my-70{
    margin-top: 350px;
    margin-bottom: 350px;
  }

  .tw .lg\:my-71{
    margin-top: 355px;
    margin-bottom: 355px;
  }

  .tw .lg\:my-72{
    margin-top: 360px;
    margin-bottom: 360px;
  }

  .tw .lg\:my-73{
    margin-top: 365px;
    margin-bottom: 365px;
  }

  .tw .lg\:my-74{
    margin-top: 370px;
    margin-bottom: 370px;
  }

  .tw .lg\:my-75{
    margin-top: 375px;
    margin-bottom: 375px;
  }

  .tw .lg\:my-76{
    margin-top: 380px;
    margin-bottom: 380px;
  }

  .tw .lg\:my-77{
    margin-top: 385px;
    margin-bottom: 385px;
  }

  .tw .lg\:my-78{
    margin-top: 390px;
    margin-bottom: 390px;
  }

  .tw .lg\:my-79{
    margin-top: 395px;
    margin-bottom: 395px;
  }

  .tw .lg\:my-80{
    margin-top: 400px;
    margin-bottom: 400px;
  }

  .tw .lg\:my-81{
    margin-top: 405px;
    margin-bottom: 405px;
  }

  .tw .lg\:my-82{
    margin-top: 410px;
    margin-bottom: 410px;
  }

  .tw .lg\:my-83{
    margin-top: 415px;
    margin-bottom: 415px;
  }

  .tw .lg\:my-84{
    margin-top: 420px;
    margin-bottom: 420px;
  }

  .tw .lg\:my-85{
    margin-top: 425px;
    margin-bottom: 425px;
  }

  .tw .lg\:my-86{
    margin-top: 430px;
    margin-bottom: 430px;
  }

  .tw .lg\:my-87{
    margin-top: 435px;
    margin-bottom: 435px;
  }

  .tw .lg\:my-88{
    margin-top: 440px;
    margin-bottom: 440px;
  }

  .tw .lg\:my-89{
    margin-top: 445px;
    margin-bottom: 445px;
  }

  .tw .lg\:my-90{
    margin-top: 450px;
    margin-bottom: 450px;
  }

  .tw .lg\:my-91{
    margin-top: 455px;
    margin-bottom: 455px;
  }

  .tw .lg\:my-92{
    margin-top: 460px;
    margin-bottom: 460px;
  }

  .tw .lg\:my-93{
    margin-top: 465px;
    margin-bottom: 465px;
  }

  .tw .lg\:my-94{
    margin-top: 470px;
    margin-bottom: 470px;
  }

  .tw .lg\:my-95{
    margin-top: 475px;
    margin-bottom: 475px;
  }

  .tw .lg\:my-96{
    margin-top: 480px;
    margin-bottom: 480px;
  }

  .tw .lg\:my-97{
    margin-top: 485px;
    margin-bottom: 485px;
  }

  .tw .lg\:my-98{
    margin-top: 490px;
    margin-bottom: 490px;
  }

  .tw .lg\:my-99{
    margin-top: 495px;
    margin-bottom: 495px;
  }

  .tw .lg\:my-100{
    margin-top: 500px;
    margin-bottom: 500px;
  }

  .tw .lg\:my-101{
    margin-top: 505px;
    margin-bottom: 505px;
  }

  .tw .lg\:my-102{
    margin-top: 510px;
    margin-bottom: 510px;
  }

  .tw .lg\:my-103{
    margin-top: 515px;
    margin-bottom: 515px;
  }

  .tw .lg\:my-104{
    margin-top: 520px;
    margin-bottom: 520px;
  }

  .tw .lg\:my-105{
    margin-top: 525px;
    margin-bottom: 525px;
  }

  .tw .lg\:my-106{
    margin-top: 530px;
    margin-bottom: 530px;
  }

  .tw .lg\:my-107{
    margin-top: 535px;
    margin-bottom: 535px;
  }

  .tw .lg\:my-108{
    margin-top: 540px;
    margin-bottom: 540px;
  }

  .tw .lg\:my-109{
    margin-top: 545px;
    margin-bottom: 545px;
  }

  .tw .lg\:my-110{
    margin-top: 550px;
    margin-bottom: 550px;
  }

  .tw .lg\:my-111{
    margin-top: 555px;
    margin-bottom: 555px;
  }

  .tw .lg\:my-112{
    margin-top: 560px;
    margin-bottom: 560px;
  }

  .tw .lg\:my-113{
    margin-top: 565px;
    margin-bottom: 565px;
  }

  .tw .lg\:my-114{
    margin-top: 570px;
    margin-bottom: 570px;
  }

  .tw .lg\:my-115{
    margin-top: 575px;
    margin-bottom: 575px;
  }

  .tw .lg\:my-116{
    margin-top: 580px;
    margin-bottom: 580px;
  }

  .tw .lg\:my-117{
    margin-top: 585px;
    margin-bottom: 585px;
  }

  .tw .lg\:my-118{
    margin-top: 590px;
    margin-bottom: 590px;
  }

  .tw .lg\:my-119{
    margin-top: 595px;
    margin-bottom: 595px;
  }

  .tw .lg\:my-120{
    margin-top: 600px;
    margin-bottom: 600px;
  }

  .tw .lg\:my-121{
    margin-top: 605px;
    margin-bottom: 605px;
  }

  .tw .lg\:my-122{
    margin-top: 610px;
    margin-bottom: 610px;
  }

  .tw .lg\:my-123{
    margin-top: 615px;
    margin-bottom: 615px;
  }

  .tw .lg\:my-124{
    margin-top: 620px;
    margin-bottom: 620px;
  }

  .tw .lg\:my-125{
    margin-top: 625px;
    margin-bottom: 625px;
  }

  .tw .lg\:my-126{
    margin-top: 630px;
    margin-bottom: 630px;
  }

  .tw .lg\:my-127{
    margin-top: 635px;
    margin-bottom: 635px;
  }

  .tw .lg\:my-128{
    margin-top: 640px;
    margin-bottom: 640px;
  }

  .tw .lg\:my-129{
    margin-top: 645px;
    margin-bottom: 645px;
  }

  .tw .lg\:my-130{
    margin-top: 650px;
    margin-bottom: 650px;
  }

  .tw .lg\:my-131{
    margin-top: 655px;
    margin-bottom: 655px;
  }

  .tw .lg\:my-132{
    margin-top: 660px;
    margin-bottom: 660px;
  }

  .tw .lg\:my-133{
    margin-top: 665px;
    margin-bottom: 665px;
  }

  .tw .lg\:my-134{
    margin-top: 670px;
    margin-bottom: 670px;
  }

  .tw .lg\:my-135{
    margin-top: 675px;
    margin-bottom: 675px;
  }

  .tw .lg\:my-136{
    margin-top: 680px;
    margin-bottom: 680px;
  }

  .tw .lg\:my-137{
    margin-top: 685px;
    margin-bottom: 685px;
  }

  .tw .lg\:my-138{
    margin-top: 690px;
    margin-bottom: 690px;
  }

  .tw .lg\:my-139{
    margin-top: 695px;
    margin-bottom: 695px;
  }

  .tw .lg\:my-140{
    margin-top: 700px;
    margin-bottom: 700px;
  }

  .tw .lg\:my-141{
    margin-top: 705px;
    margin-bottom: 705px;
  }

  .tw .lg\:my-142{
    margin-top: 710px;
    margin-bottom: 710px;
  }

  .tw .lg\:my-143{
    margin-top: 715px;
    margin-bottom: 715px;
  }

  .tw .lg\:my-144{
    margin-top: 720px;
    margin-bottom: 720px;
  }

  .tw .lg\:my-145{
    margin-top: 725px;
    margin-bottom: 725px;
  }

  .tw .lg\:my-146{
    margin-top: 730px;
    margin-bottom: 730px;
  }

  .tw .lg\:my-147{
    margin-top: 735px;
    margin-bottom: 735px;
  }

  .tw .lg\:my-148{
    margin-top: 740px;
    margin-bottom: 740px;
  }

  .tw .lg\:my-149{
    margin-top: 745px;
    margin-bottom: 745px;
  }

  .tw .lg\:my-auto{
    margin-top: auto;
    margin-bottom: auto;
  }

  .tw .lg\:my-0\.5{
    margin-top: 3px;
    margin-bottom: 3px;
  }

  .tw .lg\:my-1px{
    margin-top: 1px;
    margin-bottom: 1px;
  }

  .tw .lg\:my-2px{
    margin-top: 2px;
    margin-bottom: 2px;
  }

  .tw .lg\:my-3px{
    margin-top: 3px;
    margin-bottom: 3px;
  }

  .tw .lg\:my-4px{
    margin-top: 4px;
    margin-bottom: 4px;
  }

  .tw .lg\:my-5px{
    margin-top: 5px;
    margin-bottom: 5px;
  }

  .tw .lg\:my-6px{
    margin-top: 6px;
    margin-bottom: 6px;
  }

  .tw .lg\:my-7px{
    margin-top: 7px;
    margin-bottom: 7px;
  }

  .tw .lg\:my-8px{
    margin-top: 8px;
    margin-bottom: 8px;
  }

  .tw .lg\:my-9px{
    margin-top: 9px;
    margin-bottom: 9px;
  }

  .tw .lg\:my-10px{
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .tw .lg\:my-11px{
    margin-top: 11px;
    margin-bottom: 11px;
  }

  .tw .lg\:my-12px{
    margin-top: 12px;
    margin-bottom: 12px;
  }

  .tw .lg\:my-13px{
    margin-top: 13px;
    margin-bottom: 13px;
  }

  .tw .lg\:my-14px{
    margin-top: 14px;
    margin-bottom: 14px;
  }

  .tw .lg\:my-15px{
    margin-top: 15px;
    margin-bottom: 15px;
  }

  .tw .lg\:my-16px{
    margin-top: 16px;
    margin-bottom: 16px;
  }

  .tw .lg\:my-17px{
    margin-top: 17px;
    margin-bottom: 17px;
  }

  .tw .lg\:my-18px{
    margin-top: 18px;
    margin-bottom: 18px;
  }

  .tw .lg\:my-19px{
    margin-top: 19px;
    margin-bottom: 19px;
  }

  .tw .lg\:my-20px{
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .tw .lg\:my-21px{
    margin-top: 21px;
    margin-bottom: 21px;
  }

  .tw .lg\:my-22px{
    margin-top: 22px;
    margin-bottom: 22px;
  }

  .tw .lg\:my-23px{
    margin-top: 23px;
    margin-bottom: 23px;
  }

  .tw .lg\:my-24px{
    margin-top: 24px;
    margin-bottom: 24px;
  }

  .tw .lg\:my-25px{
    margin-top: 25px;
    margin-bottom: 25px;
  }

  .tw .lg\:my-26px{
    margin-top: 26px;
    margin-bottom: 26px;
  }

  .tw .lg\:my-27px{
    margin-top: 27px;
    margin-bottom: 27px;
  }

  .tw .lg\:my-28px{
    margin-top: 28px;
    margin-bottom: 28px;
  }

  .tw .lg\:my-29px{
    margin-top: 29px;
    margin-bottom: 29px;
  }

  .tw .lg\:my-30px{
    margin-top: 30px;
    margin-bottom: 30px;
  }

  .tw .lg\:my-31px{
    margin-top: 31px;
    margin-bottom: 31px;
  }

  .tw .lg\:my-32px{
    margin-top: 32px;
    margin-bottom: 32px;
  }

  .tw .lg\:my-33px{
    margin-top: 33px;
    margin-bottom: 33px;
  }

  .tw .lg\:my-34px{
    margin-top: 34px;
    margin-bottom: 34px;
  }

  .tw .lg\:my-35px{
    margin-top: 35px;
    margin-bottom: 35px;
  }

  .tw .lg\:my-36px{
    margin-top: 36px;
    margin-bottom: 36px;
  }

  .tw .lg\:my-37px{
    margin-top: 37px;
    margin-bottom: 37px;
  }

  .tw .lg\:my-38px{
    margin-top: 38px;
    margin-bottom: 38px;
  }

  .tw .lg\:my-39px{
    margin-top: 39px;
    margin-bottom: 39px;
  }

  .tw .lg\:my-40px{
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .tw .lg\:-my-0{
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .tw .lg\:-my-1{
    margin-top: -5px;
    margin-bottom: -5px;
  }

  .tw .lg\:-my-2{
    margin-top: -10px;
    margin-bottom: -10px;
  }

  .tw .lg\:-my-3{
    margin-top: -15px;
    margin-bottom: -15px;
  }

  .tw .lg\:-my-4{
    margin-top: -20px;
    margin-bottom: -20px;
  }

  .tw .lg\:-my-5{
    margin-top: -25px;
    margin-bottom: -25px;
  }

  .tw .lg\:-my-6{
    margin-top: -30px;
    margin-bottom: -30px;
  }

  .tw .lg\:-my-7{
    margin-top: -35px;
    margin-bottom: -35px;
  }

  .tw .lg\:-my-8{
    margin-top: -40px;
    margin-bottom: -40px;
  }

  .tw .lg\:-my-9{
    margin-top: -45px;
    margin-bottom: -45px;
  }

  .tw .lg\:-my-10{
    margin-top: -50px;
    margin-bottom: -50px;
  }

  .tw .lg\:-my-11{
    margin-top: -55px;
    margin-bottom: -55px;
  }

  .tw .lg\:-my-12{
    margin-top: -60px;
    margin-bottom: -60px;
  }

  .tw .lg\:-my-13{
    margin-top: -65px;
    margin-bottom: -65px;
  }

  .tw .lg\:-my-14{
    margin-top: -70px;
    margin-bottom: -70px;
  }

  .tw .lg\:-my-15{
    margin-top: -75px;
    margin-bottom: -75px;
  }

  .tw .lg\:-my-16{
    margin-top: -80px;
    margin-bottom: -80px;
  }

  .tw .lg\:-my-17{
    margin-top: -85px;
    margin-bottom: -85px;
  }

  .tw .lg\:-my-18{
    margin-top: -90px;
    margin-bottom: -90px;
  }

  .tw .lg\:-my-19{
    margin-top: -95px;
    margin-bottom: -95px;
  }

  .tw .lg\:-my-20{
    margin-top: -100px;
    margin-bottom: -100px;
  }

  .tw .lg\:-my-21{
    margin-top: -105px;
    margin-bottom: -105px;
  }

  .tw .lg\:-my-22{
    margin-top: -110px;
    margin-bottom: -110px;
  }

  .tw .lg\:-my-23{
    margin-top: -115px;
    margin-bottom: -115px;
  }

  .tw .lg\:-my-24{
    margin-top: -120px;
    margin-bottom: -120px;
  }

  .tw .lg\:-my-25{
    margin-top: -125px;
    margin-bottom: -125px;
  }

  .tw .lg\:-my-26{
    margin-top: -130px;
    margin-bottom: -130px;
  }

  .tw .lg\:-my-27{
    margin-top: -135px;
    margin-bottom: -135px;
  }

  .tw .lg\:-my-28{
    margin-top: -140px;
    margin-bottom: -140px;
  }

  .tw .lg\:-my-29{
    margin-top: -145px;
    margin-bottom: -145px;
  }

  .tw .lg\:-my-30{
    margin-top: -150px;
    margin-bottom: -150px;
  }

  .tw .lg\:-my-31{
    margin-top: -155px;
    margin-bottom: -155px;
  }

  .tw .lg\:-my-32{
    margin-top: -160px;
    margin-bottom: -160px;
  }

  .tw .lg\:-my-33{
    margin-top: -165px;
    margin-bottom: -165px;
  }

  .tw .lg\:-my-34{
    margin-top: -170px;
    margin-bottom: -170px;
  }

  .tw .lg\:-my-35{
    margin-top: -175px;
    margin-bottom: -175px;
  }

  .tw .lg\:-my-36{
    margin-top: -180px;
    margin-bottom: -180px;
  }

  .tw .lg\:-my-37{
    margin-top: -185px;
    margin-bottom: -185px;
  }

  .tw .lg\:-my-38{
    margin-top: -190px;
    margin-bottom: -190px;
  }

  .tw .lg\:-my-39{
    margin-top: -195px;
    margin-bottom: -195px;
  }

  .tw .lg\:-my-40{
    margin-top: -200px;
    margin-bottom: -200px;
  }

  .tw .lg\:-my-41{
    margin-top: -205px;
    margin-bottom: -205px;
  }

  .tw .lg\:-my-42{
    margin-top: -210px;
    margin-bottom: -210px;
  }

  .tw .lg\:-my-43{
    margin-top: -215px;
    margin-bottom: -215px;
  }

  .tw .lg\:-my-44{
    margin-top: -220px;
    margin-bottom: -220px;
  }

  .tw .lg\:-my-45{
    margin-top: -225px;
    margin-bottom: -225px;
  }

  .tw .lg\:-my-46{
    margin-top: -230px;
    margin-bottom: -230px;
  }

  .tw .lg\:-my-47{
    margin-top: -235px;
    margin-bottom: -235px;
  }

  .tw .lg\:-my-48{
    margin-top: -240px;
    margin-bottom: -240px;
  }

  .tw .lg\:-my-49{
    margin-top: -245px;
    margin-bottom: -245px;
  }

  .tw .lg\:-my-50{
    margin-top: -250px;
    margin-bottom: -250px;
  }

  .tw .lg\:-my-51{
    margin-top: -255px;
    margin-bottom: -255px;
  }

  .tw .lg\:-my-52{
    margin-top: -260px;
    margin-bottom: -260px;
  }

  .tw .lg\:-my-53{
    margin-top: -265px;
    margin-bottom: -265px;
  }

  .tw .lg\:-my-54{
    margin-top: -270px;
    margin-bottom: -270px;
  }

  .tw .lg\:-my-55{
    margin-top: -275px;
    margin-bottom: -275px;
  }

  .tw .lg\:-my-56{
    margin-top: -280px;
    margin-bottom: -280px;
  }

  .tw .lg\:-my-57{
    margin-top: -285px;
    margin-bottom: -285px;
  }

  .tw .lg\:-my-58{
    margin-top: -290px;
    margin-bottom: -290px;
  }

  .tw .lg\:-my-59{
    margin-top: -295px;
    margin-bottom: -295px;
  }

  .tw .lg\:-my-60{
    margin-top: -300px;
    margin-bottom: -300px;
  }

  .tw .lg\:-my-61{
    margin-top: -305px;
    margin-bottom: -305px;
  }

  .tw .lg\:-my-62{
    margin-top: -310px;
    margin-bottom: -310px;
  }

  .tw .lg\:-my-63{
    margin-top: -315px;
    margin-bottom: -315px;
  }

  .tw .lg\:-my-64{
    margin-top: -320px;
    margin-bottom: -320px;
  }

  .tw .lg\:-my-65{
    margin-top: -325px;
    margin-bottom: -325px;
  }

  .tw .lg\:-my-66{
    margin-top: -330px;
    margin-bottom: -330px;
  }

  .tw .lg\:-my-67{
    margin-top: -335px;
    margin-bottom: -335px;
  }

  .tw .lg\:-my-68{
    margin-top: -340px;
    margin-bottom: -340px;
  }

  .tw .lg\:-my-69{
    margin-top: -345px;
    margin-bottom: -345px;
  }

  .tw .lg\:-my-70{
    margin-top: -350px;
    margin-bottom: -350px;
  }

  .tw .lg\:-my-71{
    margin-top: -355px;
    margin-bottom: -355px;
  }

  .tw .lg\:-my-72{
    margin-top: -360px;
    margin-bottom: -360px;
  }

  .tw .lg\:-my-73{
    margin-top: -365px;
    margin-bottom: -365px;
  }

  .tw .lg\:-my-74{
    margin-top: -370px;
    margin-bottom: -370px;
  }

  .tw .lg\:-my-75{
    margin-top: -375px;
    margin-bottom: -375px;
  }

  .tw .lg\:-my-76{
    margin-top: -380px;
    margin-bottom: -380px;
  }

  .tw .lg\:-my-77{
    margin-top: -385px;
    margin-bottom: -385px;
  }

  .tw .lg\:-my-78{
    margin-top: -390px;
    margin-bottom: -390px;
  }

  .tw .lg\:-my-79{
    margin-top: -395px;
    margin-bottom: -395px;
  }

  .tw .lg\:-my-80{
    margin-top: -400px;
    margin-bottom: -400px;
  }

  .tw .lg\:-my-81{
    margin-top: -405px;
    margin-bottom: -405px;
  }

  .tw .lg\:-my-82{
    margin-top: -410px;
    margin-bottom: -410px;
  }

  .tw .lg\:-my-83{
    margin-top: -415px;
    margin-bottom: -415px;
  }

  .tw .lg\:-my-84{
    margin-top: -420px;
    margin-bottom: -420px;
  }

  .tw .lg\:-my-85{
    margin-top: -425px;
    margin-bottom: -425px;
  }

  .tw .lg\:-my-86{
    margin-top: -430px;
    margin-bottom: -430px;
  }

  .tw .lg\:-my-87{
    margin-top: -435px;
    margin-bottom: -435px;
  }

  .tw .lg\:-my-88{
    margin-top: -440px;
    margin-bottom: -440px;
  }

  .tw .lg\:-my-89{
    margin-top: -445px;
    margin-bottom: -445px;
  }

  .tw .lg\:-my-90{
    margin-top: -450px;
    margin-bottom: -450px;
  }

  .tw .lg\:-my-91{
    margin-top: -455px;
    margin-bottom: -455px;
  }

  .tw .lg\:-my-92{
    margin-top: -460px;
    margin-bottom: -460px;
  }

  .tw .lg\:-my-93{
    margin-top: -465px;
    margin-bottom: -465px;
  }

  .tw .lg\:-my-94{
    margin-top: -470px;
    margin-bottom: -470px;
  }

  .tw .lg\:-my-95{
    margin-top: -475px;
    margin-bottom: -475px;
  }

  .tw .lg\:-my-96{
    margin-top: -480px;
    margin-bottom: -480px;
  }

  .tw .lg\:-my-97{
    margin-top: -485px;
    margin-bottom: -485px;
  }

  .tw .lg\:-my-98{
    margin-top: -490px;
    margin-bottom: -490px;
  }

  .tw .lg\:-my-99{
    margin-top: -495px;
    margin-bottom: -495px;
  }

  .tw .lg\:-my-100{
    margin-top: -500px;
    margin-bottom: -500px;
  }

  .tw .lg\:-my-101{
    margin-top: -505px;
    margin-bottom: -505px;
  }

  .tw .lg\:-my-102{
    margin-top: -510px;
    margin-bottom: -510px;
  }

  .tw .lg\:-my-103{
    margin-top: -515px;
    margin-bottom: -515px;
  }

  .tw .lg\:-my-104{
    margin-top: -520px;
    margin-bottom: -520px;
  }

  .tw .lg\:-my-105{
    margin-top: -525px;
    margin-bottom: -525px;
  }

  .tw .lg\:-my-106{
    margin-top: -530px;
    margin-bottom: -530px;
  }

  .tw .lg\:-my-107{
    margin-top: -535px;
    margin-bottom: -535px;
  }

  .tw .lg\:-my-108{
    margin-top: -540px;
    margin-bottom: -540px;
  }

  .tw .lg\:-my-109{
    margin-top: -545px;
    margin-bottom: -545px;
  }

  .tw .lg\:-my-110{
    margin-top: -550px;
    margin-bottom: -550px;
  }

  .tw .lg\:-my-111{
    margin-top: -555px;
    margin-bottom: -555px;
  }

  .tw .lg\:-my-112{
    margin-top: -560px;
    margin-bottom: -560px;
  }

  .tw .lg\:-my-113{
    margin-top: -565px;
    margin-bottom: -565px;
  }

  .tw .lg\:-my-114{
    margin-top: -570px;
    margin-bottom: -570px;
  }

  .tw .lg\:-my-115{
    margin-top: -575px;
    margin-bottom: -575px;
  }

  .tw .lg\:-my-116{
    margin-top: -580px;
    margin-bottom: -580px;
  }

  .tw .lg\:-my-117{
    margin-top: -585px;
    margin-bottom: -585px;
  }

  .tw .lg\:-my-118{
    margin-top: -590px;
    margin-bottom: -590px;
  }

  .tw .lg\:-my-119{
    margin-top: -595px;
    margin-bottom: -595px;
  }

  .tw .lg\:-my-120{
    margin-top: -600px;
    margin-bottom: -600px;
  }

  .tw .lg\:-my-121{
    margin-top: -605px;
    margin-bottom: -605px;
  }

  .tw .lg\:-my-122{
    margin-top: -610px;
    margin-bottom: -610px;
  }

  .tw .lg\:-my-123{
    margin-top: -615px;
    margin-bottom: -615px;
  }

  .tw .lg\:-my-124{
    margin-top: -620px;
    margin-bottom: -620px;
  }

  .tw .lg\:-my-125{
    margin-top: -625px;
    margin-bottom: -625px;
  }

  .tw .lg\:-my-126{
    margin-top: -630px;
    margin-bottom: -630px;
  }

  .tw .lg\:-my-127{
    margin-top: -635px;
    margin-bottom: -635px;
  }

  .tw .lg\:-my-128{
    margin-top: -640px;
    margin-bottom: -640px;
  }

  .tw .lg\:-my-129{
    margin-top: -645px;
    margin-bottom: -645px;
  }

  .tw .lg\:-my-130{
    margin-top: -650px;
    margin-bottom: -650px;
  }

  .tw .lg\:-my-131{
    margin-top: -655px;
    margin-bottom: -655px;
  }

  .tw .lg\:-my-132{
    margin-top: -660px;
    margin-bottom: -660px;
  }

  .tw .lg\:-my-133{
    margin-top: -665px;
    margin-bottom: -665px;
  }

  .tw .lg\:-my-134{
    margin-top: -670px;
    margin-bottom: -670px;
  }

  .tw .lg\:-my-135{
    margin-top: -675px;
    margin-bottom: -675px;
  }

  .tw .lg\:-my-136{
    margin-top: -680px;
    margin-bottom: -680px;
  }

  .tw .lg\:-my-137{
    margin-top: -685px;
    margin-bottom: -685px;
  }

  .tw .lg\:-my-138{
    margin-top: -690px;
    margin-bottom: -690px;
  }

  .tw .lg\:-my-139{
    margin-top: -695px;
    margin-bottom: -695px;
  }

  .tw .lg\:-my-140{
    margin-top: -700px;
    margin-bottom: -700px;
  }

  .tw .lg\:-my-141{
    margin-top: -705px;
    margin-bottom: -705px;
  }

  .tw .lg\:-my-142{
    margin-top: -710px;
    margin-bottom: -710px;
  }

  .tw .lg\:-my-143{
    margin-top: -715px;
    margin-bottom: -715px;
  }

  .tw .lg\:-my-144{
    margin-top: -720px;
    margin-bottom: -720px;
  }

  .tw .lg\:-my-145{
    margin-top: -725px;
    margin-bottom: -725px;
  }

  .tw .lg\:-my-146{
    margin-top: -730px;
    margin-bottom: -730px;
  }

  .tw .lg\:-my-147{
    margin-top: -735px;
    margin-bottom: -735px;
  }

  .tw .lg\:-my-148{
    margin-top: -740px;
    margin-bottom: -740px;
  }

  .tw .lg\:-my-149{
    margin-top: -745px;
    margin-bottom: -745px;
  }

  .tw .lg\:-my-0\.5{
    margin-top: -3px;
    margin-bottom: -3px;
  }

  .tw .lg\:-my-1px{
    margin-top: -1px;
    margin-bottom: -1px;
  }

  .tw .lg\:-my-2px{
    margin-top: -2px;
    margin-bottom: -2px;
  }

  .tw .lg\:-my-3px{
    margin-top: -3px;
    margin-bottom: -3px;
  }

  .tw .lg\:-my-4px{
    margin-top: -4px;
    margin-bottom: -4px;
  }

  .tw .lg\:-my-5px{
    margin-top: -5px;
    margin-bottom: -5px;
  }

  .tw .lg\:-my-6px{
    margin-top: -6px;
    margin-bottom: -6px;
  }

  .tw .lg\:-my-7px{
    margin-top: -7px;
    margin-bottom: -7px;
  }

  .tw .lg\:-my-8px{
    margin-top: -8px;
    margin-bottom: -8px;
  }

  .tw .lg\:-my-9px{
    margin-top: -9px;
    margin-bottom: -9px;
  }

  .tw .lg\:-my-10px{
    margin-top: -10px;
    margin-bottom: -10px;
  }

  .tw .lg\:-my-11px{
    margin-top: -11px;
    margin-bottom: -11px;
  }

  .tw .lg\:-my-12px{
    margin-top: -12px;
    margin-bottom: -12px;
  }

  .tw .lg\:-my-13px{
    margin-top: -13px;
    margin-bottom: -13px;
  }

  .tw .lg\:-my-14px{
    margin-top: -14px;
    margin-bottom: -14px;
  }

  .tw .lg\:-my-15px{
    margin-top: -15px;
    margin-bottom: -15px;
  }

  .tw .lg\:-my-16px{
    margin-top: -16px;
    margin-bottom: -16px;
  }

  .tw .lg\:-my-17px{
    margin-top: -17px;
    margin-bottom: -17px;
  }

  .tw .lg\:-my-18px{
    margin-top: -18px;
    margin-bottom: -18px;
  }

  .tw .lg\:-my-19px{
    margin-top: -19px;
    margin-bottom: -19px;
  }

  .tw .lg\:-my-20px{
    margin-top: -20px;
    margin-bottom: -20px;
  }

  .tw .lg\:-my-21px{
    margin-top: -21px;
    margin-bottom: -21px;
  }

  .tw .lg\:-my-22px{
    margin-top: -22px;
    margin-bottom: -22px;
  }

  .tw .lg\:-my-23px{
    margin-top: -23px;
    margin-bottom: -23px;
  }

  .tw .lg\:-my-24px{
    margin-top: -24px;
    margin-bottom: -24px;
  }

  .tw .lg\:-my-25px{
    margin-top: -25px;
    margin-bottom: -25px;
  }

  .tw .lg\:-my-26px{
    margin-top: -26px;
    margin-bottom: -26px;
  }

  .tw .lg\:-my-27px{
    margin-top: -27px;
    margin-bottom: -27px;
  }

  .tw .lg\:-my-28px{
    margin-top: -28px;
    margin-bottom: -28px;
  }

  .tw .lg\:-my-29px{
    margin-top: -29px;
    margin-bottom: -29px;
  }

  .tw .lg\:-my-30px{
    margin-top: -30px;
    margin-bottom: -30px;
  }

  .tw .lg\:-my-31px{
    margin-top: -31px;
    margin-bottom: -31px;
  }

  .tw .lg\:-my-32px{
    margin-top: -32px;
    margin-bottom: -32px;
  }

  .tw .lg\:-my-33px{
    margin-top: -33px;
    margin-bottom: -33px;
  }

  .tw .lg\:-my-34px{
    margin-top: -34px;
    margin-bottom: -34px;
  }

  .tw .lg\:-my-35px{
    margin-top: -35px;
    margin-bottom: -35px;
  }

  .tw .lg\:-my-36px{
    margin-top: -36px;
    margin-bottom: -36px;
  }

  .tw .lg\:-my-37px{
    margin-top: -37px;
    margin-bottom: -37px;
  }

  .tw .lg\:-my-38px{
    margin-top: -38px;
    margin-bottom: -38px;
  }

  .tw .lg\:-my-39px{
    margin-top: -39px;
    margin-bottom: -39px;
  }

  .tw .lg\:-my-40px{
    margin-top: -40px;
    margin-bottom: -40px;
  }

  .tw .lg\:last\:mx-0:last-child{
    margin-left: 0px;
    margin-right: 0px;
  }

  .tw .lg\:last\:mx-1:last-child{
    margin-left: 5px;
    margin-right: 5px;
  }

  .tw .lg\:last\:mx-2:last-child{
    margin-left: 10px;
    margin-right: 10px;
  }

  .tw .lg\:last\:mx-3:last-child{
    margin-left: 15px;
    margin-right: 15px;
  }

  .tw .lg\:last\:mx-4:last-child{
    margin-left: 20px;
    margin-right: 20px;
  }

  .tw .lg\:last\:mx-5:last-child{
    margin-left: 25px;
    margin-right: 25px;
  }

  .tw .lg\:last\:mx-6:last-child{
    margin-left: 30px;
    margin-right: 30px;
  }

  .tw .lg\:last\:mx-7:last-child{
    margin-left: 35px;
    margin-right: 35px;
  }

  .tw .lg\:last\:mx-8:last-child{
    margin-left: 40px;
    margin-right: 40px;
  }

  .tw .lg\:last\:mx-9:last-child{
    margin-left: 45px;
    margin-right: 45px;
  }

  .tw .lg\:last\:mx-10:last-child{
    margin-left: 50px;
    margin-right: 50px;
  }

  .tw .lg\:last\:mx-11:last-child{
    margin-left: 55px;
    margin-right: 55px;
  }

  .tw .lg\:last\:mx-12:last-child{
    margin-left: 60px;
    margin-right: 60px;
  }

  .tw .lg\:last\:mx-13:last-child{
    margin-left: 65px;
    margin-right: 65px;
  }

  .tw .lg\:last\:mx-14:last-child{
    margin-left: 70px;
    margin-right: 70px;
  }

  .tw .lg\:last\:mx-15:last-child{
    margin-left: 75px;
    margin-right: 75px;
  }

  .tw .lg\:last\:mx-16:last-child{
    margin-left: 80px;
    margin-right: 80px;
  }

  .tw .lg\:last\:mx-17:last-child{
    margin-left: 85px;
    margin-right: 85px;
  }

  .tw .lg\:last\:mx-18:last-child{
    margin-left: 90px;
    margin-right: 90px;
  }

  .tw .lg\:last\:mx-19:last-child{
    margin-left: 95px;
    margin-right: 95px;
  }

  .tw .lg\:last\:mx-20:last-child{
    margin-left: 100px;
    margin-right: 100px;
  }

  .tw .lg\:last\:mx-21:last-child{
    margin-left: 105px;
    margin-right: 105px;
  }

  .tw .lg\:last\:mx-22:last-child{
    margin-left: 110px;
    margin-right: 110px;
  }

  .tw .lg\:last\:mx-23:last-child{
    margin-left: 115px;
    margin-right: 115px;
  }

  .tw .lg\:last\:mx-24:last-child{
    margin-left: 120px;
    margin-right: 120px;
  }

  .tw .lg\:last\:mx-25:last-child{
    margin-left: 125px;
    margin-right: 125px;
  }

  .tw .lg\:last\:mx-26:last-child{
    margin-left: 130px;
    margin-right: 130px;
  }

  .tw .lg\:last\:mx-27:last-child{
    margin-left: 135px;
    margin-right: 135px;
  }

  .tw .lg\:last\:mx-28:last-child{
    margin-left: 140px;
    margin-right: 140px;
  }

  .tw .lg\:last\:mx-29:last-child{
    margin-left: 145px;
    margin-right: 145px;
  }

  .tw .lg\:last\:mx-30:last-child{
    margin-left: 150px;
    margin-right: 150px;
  }

  .tw .lg\:last\:mx-31:last-child{
    margin-left: 155px;
    margin-right: 155px;
  }

  .tw .lg\:last\:mx-32:last-child{
    margin-left: 160px;
    margin-right: 160px;
  }

  .tw .lg\:last\:mx-33:last-child{
    margin-left: 165px;
    margin-right: 165px;
  }

  .tw .lg\:last\:mx-34:last-child{
    margin-left: 170px;
    margin-right: 170px;
  }

  .tw .lg\:last\:mx-35:last-child{
    margin-left: 175px;
    margin-right: 175px;
  }

  .tw .lg\:last\:mx-36:last-child{
    margin-left: 180px;
    margin-right: 180px;
  }

  .tw .lg\:last\:mx-37:last-child{
    margin-left: 185px;
    margin-right: 185px;
  }

  .tw .lg\:last\:mx-38:last-child{
    margin-left: 190px;
    margin-right: 190px;
  }

  .tw .lg\:last\:mx-39:last-child{
    margin-left: 195px;
    margin-right: 195px;
  }

  .tw .lg\:last\:mx-40:last-child{
    margin-left: 200px;
    margin-right: 200px;
  }

  .tw .lg\:last\:mx-41:last-child{
    margin-left: 205px;
    margin-right: 205px;
  }

  .tw .lg\:last\:mx-42:last-child{
    margin-left: 210px;
    margin-right: 210px;
  }

  .tw .lg\:last\:mx-43:last-child{
    margin-left: 215px;
    margin-right: 215px;
  }

  .tw .lg\:last\:mx-44:last-child{
    margin-left: 220px;
    margin-right: 220px;
  }

  .tw .lg\:last\:mx-45:last-child{
    margin-left: 225px;
    margin-right: 225px;
  }

  .tw .lg\:last\:mx-46:last-child{
    margin-left: 230px;
    margin-right: 230px;
  }

  .tw .lg\:last\:mx-47:last-child{
    margin-left: 235px;
    margin-right: 235px;
  }

  .tw .lg\:last\:mx-48:last-child{
    margin-left: 240px;
    margin-right: 240px;
  }

  .tw .lg\:last\:mx-49:last-child{
    margin-left: 245px;
    margin-right: 245px;
  }

  .tw .lg\:last\:mx-50:last-child{
    margin-left: 250px;
    margin-right: 250px;
  }

  .tw .lg\:last\:mx-51:last-child{
    margin-left: 255px;
    margin-right: 255px;
  }

  .tw .lg\:last\:mx-52:last-child{
    margin-left: 260px;
    margin-right: 260px;
  }

  .tw .lg\:last\:mx-53:last-child{
    margin-left: 265px;
    margin-right: 265px;
  }

  .tw .lg\:last\:mx-54:last-child{
    margin-left: 270px;
    margin-right: 270px;
  }

  .tw .lg\:last\:mx-55:last-child{
    margin-left: 275px;
    margin-right: 275px;
  }

  .tw .lg\:last\:mx-56:last-child{
    margin-left: 280px;
    margin-right: 280px;
  }

  .tw .lg\:last\:mx-57:last-child{
    margin-left: 285px;
    margin-right: 285px;
  }

  .tw .lg\:last\:mx-58:last-child{
    margin-left: 290px;
    margin-right: 290px;
  }

  .tw .lg\:last\:mx-59:last-child{
    margin-left: 295px;
    margin-right: 295px;
  }

  .tw .lg\:last\:mx-60:last-child{
    margin-left: 300px;
    margin-right: 300px;
  }

  .tw .lg\:last\:mx-61:last-child{
    margin-left: 305px;
    margin-right: 305px;
  }

  .tw .lg\:last\:mx-62:last-child{
    margin-left: 310px;
    margin-right: 310px;
  }

  .tw .lg\:last\:mx-63:last-child{
    margin-left: 315px;
    margin-right: 315px;
  }

  .tw .lg\:last\:mx-64:last-child{
    margin-left: 320px;
    margin-right: 320px;
  }

  .tw .lg\:last\:mx-65:last-child{
    margin-left: 325px;
    margin-right: 325px;
  }

  .tw .lg\:last\:mx-66:last-child{
    margin-left: 330px;
    margin-right: 330px;
  }

  .tw .lg\:last\:mx-67:last-child{
    margin-left: 335px;
    margin-right: 335px;
  }

  .tw .lg\:last\:mx-68:last-child{
    margin-left: 340px;
    margin-right: 340px;
  }

  .tw .lg\:last\:mx-69:last-child{
    margin-left: 345px;
    margin-right: 345px;
  }

  .tw .lg\:last\:mx-70:last-child{
    margin-left: 350px;
    margin-right: 350px;
  }

  .tw .lg\:last\:mx-71:last-child{
    margin-left: 355px;
    margin-right: 355px;
  }

  .tw .lg\:last\:mx-72:last-child{
    margin-left: 360px;
    margin-right: 360px;
  }

  .tw .lg\:last\:mx-73:last-child{
    margin-left: 365px;
    margin-right: 365px;
  }

  .tw .lg\:last\:mx-74:last-child{
    margin-left: 370px;
    margin-right: 370px;
  }

  .tw .lg\:last\:mx-75:last-child{
    margin-left: 375px;
    margin-right: 375px;
  }

  .tw .lg\:last\:mx-76:last-child{
    margin-left: 380px;
    margin-right: 380px;
  }

  .tw .lg\:last\:mx-77:last-child{
    margin-left: 385px;
    margin-right: 385px;
  }

  .tw .lg\:last\:mx-78:last-child{
    margin-left: 390px;
    margin-right: 390px;
  }

  .tw .lg\:last\:mx-79:last-child{
    margin-left: 395px;
    margin-right: 395px;
  }

  .tw .lg\:last\:mx-80:last-child{
    margin-left: 400px;
    margin-right: 400px;
  }

  .tw .lg\:last\:mx-81:last-child{
    margin-left: 405px;
    margin-right: 405px;
  }

  .tw .lg\:last\:mx-82:last-child{
    margin-left: 410px;
    margin-right: 410px;
  }

  .tw .lg\:last\:mx-83:last-child{
    margin-left: 415px;
    margin-right: 415px;
  }

  .tw .lg\:last\:mx-84:last-child{
    margin-left: 420px;
    margin-right: 420px;
  }

  .tw .lg\:last\:mx-85:last-child{
    margin-left: 425px;
    margin-right: 425px;
  }

  .tw .lg\:last\:mx-86:last-child{
    margin-left: 430px;
    margin-right: 430px;
  }

  .tw .lg\:last\:mx-87:last-child{
    margin-left: 435px;
    margin-right: 435px;
  }

  .tw .lg\:last\:mx-88:last-child{
    margin-left: 440px;
    margin-right: 440px;
  }

  .tw .lg\:last\:mx-89:last-child{
    margin-left: 445px;
    margin-right: 445px;
  }

  .tw .lg\:last\:mx-90:last-child{
    margin-left: 450px;
    margin-right: 450px;
  }

  .tw .lg\:last\:mx-91:last-child{
    margin-left: 455px;
    margin-right: 455px;
  }

  .tw .lg\:last\:mx-92:last-child{
    margin-left: 460px;
    margin-right: 460px;
  }

  .tw .lg\:last\:mx-93:last-child{
    margin-left: 465px;
    margin-right: 465px;
  }

  .tw .lg\:last\:mx-94:last-child{
    margin-left: 470px;
    margin-right: 470px;
  }

  .tw .lg\:last\:mx-95:last-child{
    margin-left: 475px;
    margin-right: 475px;
  }

  .tw .lg\:last\:mx-96:last-child{
    margin-left: 480px;
    margin-right: 480px;
  }

  .tw .lg\:last\:mx-97:last-child{
    margin-left: 485px;
    margin-right: 485px;
  }

  .tw .lg\:last\:mx-98:last-child{
    margin-left: 490px;
    margin-right: 490px;
  }

  .tw .lg\:last\:mx-99:last-child{
    margin-left: 495px;
    margin-right: 495px;
  }

  .tw .lg\:last\:mx-100:last-child{
    margin-left: 500px;
    margin-right: 500px;
  }

  .tw .lg\:last\:mx-101:last-child{
    margin-left: 505px;
    margin-right: 505px;
  }

  .tw .lg\:last\:mx-102:last-child{
    margin-left: 510px;
    margin-right: 510px;
  }

  .tw .lg\:last\:mx-103:last-child{
    margin-left: 515px;
    margin-right: 515px;
  }

  .tw .lg\:last\:mx-104:last-child{
    margin-left: 520px;
    margin-right: 520px;
  }

  .tw .lg\:last\:mx-105:last-child{
    margin-left: 525px;
    margin-right: 525px;
  }

  .tw .lg\:last\:mx-106:last-child{
    margin-left: 530px;
    margin-right: 530px;
  }

  .tw .lg\:last\:mx-107:last-child{
    margin-left: 535px;
    margin-right: 535px;
  }

  .tw .lg\:last\:mx-108:last-child{
    margin-left: 540px;
    margin-right: 540px;
  }

  .tw .lg\:last\:mx-109:last-child{
    margin-left: 545px;
    margin-right: 545px;
  }

  .tw .lg\:last\:mx-110:last-child{
    margin-left: 550px;
    margin-right: 550px;
  }

  .tw .lg\:last\:mx-111:last-child{
    margin-left: 555px;
    margin-right: 555px;
  }

  .tw .lg\:last\:mx-112:last-child{
    margin-left: 560px;
    margin-right: 560px;
  }

  .tw .lg\:last\:mx-113:last-child{
    margin-left: 565px;
    margin-right: 565px;
  }

  .tw .lg\:last\:mx-114:last-child{
    margin-left: 570px;
    margin-right: 570px;
  }

  .tw .lg\:last\:mx-115:last-child{
    margin-left: 575px;
    margin-right: 575px;
  }

  .tw .lg\:last\:mx-116:last-child{
    margin-left: 580px;
    margin-right: 580px;
  }

  .tw .lg\:last\:mx-117:last-child{
    margin-left: 585px;
    margin-right: 585px;
  }

  .tw .lg\:last\:mx-118:last-child{
    margin-left: 590px;
    margin-right: 590px;
  }

  .tw .lg\:last\:mx-119:last-child{
    margin-left: 595px;
    margin-right: 595px;
  }

  .tw .lg\:last\:mx-120:last-child{
    margin-left: 600px;
    margin-right: 600px;
  }

  .tw .lg\:last\:mx-121:last-child{
    margin-left: 605px;
    margin-right: 605px;
  }

  .tw .lg\:last\:mx-122:last-child{
    margin-left: 610px;
    margin-right: 610px;
  }

  .tw .lg\:last\:mx-123:last-child{
    margin-left: 615px;
    margin-right: 615px;
  }

  .tw .lg\:last\:mx-124:last-child{
    margin-left: 620px;
    margin-right: 620px;
  }

  .tw .lg\:last\:mx-125:last-child{
    margin-left: 625px;
    margin-right: 625px;
  }

  .tw .lg\:last\:mx-126:last-child{
    margin-left: 630px;
    margin-right: 630px;
  }

  .tw .lg\:last\:mx-127:last-child{
    margin-left: 635px;
    margin-right: 635px;
  }

  .tw .lg\:last\:mx-128:last-child{
    margin-left: 640px;
    margin-right: 640px;
  }

  .tw .lg\:last\:mx-129:last-child{
    margin-left: 645px;
    margin-right: 645px;
  }

  .tw .lg\:last\:mx-130:last-child{
    margin-left: 650px;
    margin-right: 650px;
  }

  .tw .lg\:last\:mx-131:last-child{
    margin-left: 655px;
    margin-right: 655px;
  }

  .tw .lg\:last\:mx-132:last-child{
    margin-left: 660px;
    margin-right: 660px;
  }

  .tw .lg\:last\:mx-133:last-child{
    margin-left: 665px;
    margin-right: 665px;
  }

  .tw .lg\:last\:mx-134:last-child{
    margin-left: 670px;
    margin-right: 670px;
  }

  .tw .lg\:last\:mx-135:last-child{
    margin-left: 675px;
    margin-right: 675px;
  }

  .tw .lg\:last\:mx-136:last-child{
    margin-left: 680px;
    margin-right: 680px;
  }

  .tw .lg\:last\:mx-137:last-child{
    margin-left: 685px;
    margin-right: 685px;
  }

  .tw .lg\:last\:mx-138:last-child{
    margin-left: 690px;
    margin-right: 690px;
  }

  .tw .lg\:last\:mx-139:last-child{
    margin-left: 695px;
    margin-right: 695px;
  }

  .tw .lg\:last\:mx-140:last-child{
    margin-left: 700px;
    margin-right: 700px;
  }

  .tw .lg\:last\:mx-141:last-child{
    margin-left: 705px;
    margin-right: 705px;
  }

  .tw .lg\:last\:mx-142:last-child{
    margin-left: 710px;
    margin-right: 710px;
  }

  .tw .lg\:last\:mx-143:last-child{
    margin-left: 715px;
    margin-right: 715px;
  }

  .tw .lg\:last\:mx-144:last-child{
    margin-left: 720px;
    margin-right: 720px;
  }

  .tw .lg\:last\:mx-145:last-child{
    margin-left: 725px;
    margin-right: 725px;
  }

  .tw .lg\:last\:mx-146:last-child{
    margin-left: 730px;
    margin-right: 730px;
  }

  .tw .lg\:last\:mx-147:last-child{
    margin-left: 735px;
    margin-right: 735px;
  }

  .tw .lg\:last\:mx-148:last-child{
    margin-left: 740px;
    margin-right: 740px;
  }

  .tw .lg\:last\:mx-149:last-child{
    margin-left: 745px;
    margin-right: 745px;
  }

  .tw .lg\:last\:mx-auto:last-child{
    margin-left: auto;
    margin-right: auto;
  }

  .tw .lg\:last\:mx-0\.5:last-child{
    margin-left: 3px;
    margin-right: 3px;
  }

  .tw .lg\:last\:mx-1px:last-child{
    margin-left: 1px;
    margin-right: 1px;
  }

  .tw .lg\:last\:mx-2px:last-child{
    margin-left: 2px;
    margin-right: 2px;
  }

  .tw .lg\:last\:mx-3px:last-child{
    margin-left: 3px;
    margin-right: 3px;
  }

  .tw .lg\:last\:mx-4px:last-child{
    margin-left: 4px;
    margin-right: 4px;
  }

  .tw .lg\:last\:mx-5px:last-child{
    margin-left: 5px;
    margin-right: 5px;
  }

  .tw .lg\:last\:mx-6px:last-child{
    margin-left: 6px;
    margin-right: 6px;
  }

  .tw .lg\:last\:mx-7px:last-child{
    margin-left: 7px;
    margin-right: 7px;
  }

  .tw .lg\:last\:mx-8px:last-child{
    margin-left: 8px;
    margin-right: 8px;
  }

  .tw .lg\:last\:mx-9px:last-child{
    margin-left: 9px;
    margin-right: 9px;
  }

  .tw .lg\:last\:mx-10px:last-child{
    margin-left: 10px;
    margin-right: 10px;
  }

  .tw .lg\:last\:mx-11px:last-child{
    margin-left: 11px;
    margin-right: 11px;
  }

  .tw .lg\:last\:mx-12px:last-child{
    margin-left: 12px;
    margin-right: 12px;
  }

  .tw .lg\:last\:mx-13px:last-child{
    margin-left: 13px;
    margin-right: 13px;
  }

  .tw .lg\:last\:mx-14px:last-child{
    margin-left: 14px;
    margin-right: 14px;
  }

  .tw .lg\:last\:mx-15px:last-child{
    margin-left: 15px;
    margin-right: 15px;
  }

  .tw .lg\:last\:mx-16px:last-child{
    margin-left: 16px;
    margin-right: 16px;
  }

  .tw .lg\:last\:mx-17px:last-child{
    margin-left: 17px;
    margin-right: 17px;
  }

  .tw .lg\:last\:mx-18px:last-child{
    margin-left: 18px;
    margin-right: 18px;
  }

  .tw .lg\:last\:mx-19px:last-child{
    margin-left: 19px;
    margin-right: 19px;
  }

  .tw .lg\:last\:mx-20px:last-child{
    margin-left: 20px;
    margin-right: 20px;
  }

  .tw .lg\:last\:mx-21px:last-child{
    margin-left: 21px;
    margin-right: 21px;
  }

  .tw .lg\:last\:mx-22px:last-child{
    margin-left: 22px;
    margin-right: 22px;
  }

  .tw .lg\:last\:mx-23px:last-child{
    margin-left: 23px;
    margin-right: 23px;
  }

  .tw .lg\:last\:mx-24px:last-child{
    margin-left: 24px;
    margin-right: 24px;
  }

  .tw .lg\:last\:mx-25px:last-child{
    margin-left: 25px;
    margin-right: 25px;
  }

  .tw .lg\:last\:mx-26px:last-child{
    margin-left: 26px;
    margin-right: 26px;
  }

  .tw .lg\:last\:mx-27px:last-child{
    margin-left: 27px;
    margin-right: 27px;
  }

  .tw .lg\:last\:mx-28px:last-child{
    margin-left: 28px;
    margin-right: 28px;
  }

  .tw .lg\:last\:mx-29px:last-child{
    margin-left: 29px;
    margin-right: 29px;
  }

  .tw .lg\:last\:mx-30px:last-child{
    margin-left: 30px;
    margin-right: 30px;
  }

  .tw .lg\:last\:mx-31px:last-child{
    margin-left: 31px;
    margin-right: 31px;
  }

  .tw .lg\:last\:mx-32px:last-child{
    margin-left: 32px;
    margin-right: 32px;
  }

  .tw .lg\:last\:mx-33px:last-child{
    margin-left: 33px;
    margin-right: 33px;
  }

  .tw .lg\:last\:mx-34px:last-child{
    margin-left: 34px;
    margin-right: 34px;
  }

  .tw .lg\:last\:mx-35px:last-child{
    margin-left: 35px;
    margin-right: 35px;
  }

  .tw .lg\:last\:mx-36px:last-child{
    margin-left: 36px;
    margin-right: 36px;
  }

  .tw .lg\:last\:mx-37px:last-child{
    margin-left: 37px;
    margin-right: 37px;
  }

  .tw .lg\:last\:mx-38px:last-child{
    margin-left: 38px;
    margin-right: 38px;
  }

  .tw .lg\:last\:mx-39px:last-child{
    margin-left: 39px;
    margin-right: 39px;
  }

  .tw .lg\:last\:mx-40px:last-child{
    margin-left: 40px;
    margin-right: 40px;
  }

  .tw .lg\:last\:-mx-0:last-child{
    margin-left: 0px;
    margin-right: 0px;
  }

  .tw .lg\:last\:-mx-1:last-child{
    margin-left: -5px;
    margin-right: -5px;
  }

  .tw .lg\:last\:-mx-2:last-child{
    margin-left: -10px;
    margin-right: -10px;
  }

  .tw .lg\:last\:-mx-3:last-child{
    margin-left: -15px;
    margin-right: -15px;
  }

  .tw .lg\:last\:-mx-4:last-child{
    margin-left: -20px;
    margin-right: -20px;
  }

  .tw .lg\:last\:-mx-5:last-child{
    margin-left: -25px;
    margin-right: -25px;
  }

  .tw .lg\:last\:-mx-6:last-child{
    margin-left: -30px;
    margin-right: -30px;
  }

  .tw .lg\:last\:-mx-7:last-child{
    margin-left: -35px;
    margin-right: -35px;
  }

  .tw .lg\:last\:-mx-8:last-child{
    margin-left: -40px;
    margin-right: -40px;
  }

  .tw .lg\:last\:-mx-9:last-child{
    margin-left: -45px;
    margin-right: -45px;
  }

  .tw .lg\:last\:-mx-10:last-child{
    margin-left: -50px;
    margin-right: -50px;
  }

  .tw .lg\:last\:-mx-11:last-child{
    margin-left: -55px;
    margin-right: -55px;
  }

  .tw .lg\:last\:-mx-12:last-child{
    margin-left: -60px;
    margin-right: -60px;
  }

  .tw .lg\:last\:-mx-13:last-child{
    margin-left: -65px;
    margin-right: -65px;
  }

  .tw .lg\:last\:-mx-14:last-child{
    margin-left: -70px;
    margin-right: -70px;
  }

  .tw .lg\:last\:-mx-15:last-child{
    margin-left: -75px;
    margin-right: -75px;
  }

  .tw .lg\:last\:-mx-16:last-child{
    margin-left: -80px;
    margin-right: -80px;
  }

  .tw .lg\:last\:-mx-17:last-child{
    margin-left: -85px;
    margin-right: -85px;
  }

  .tw .lg\:last\:-mx-18:last-child{
    margin-left: -90px;
    margin-right: -90px;
  }

  .tw .lg\:last\:-mx-19:last-child{
    margin-left: -95px;
    margin-right: -95px;
  }

  .tw .lg\:last\:-mx-20:last-child{
    margin-left: -100px;
    margin-right: -100px;
  }

  .tw .lg\:last\:-mx-21:last-child{
    margin-left: -105px;
    margin-right: -105px;
  }

  .tw .lg\:last\:-mx-22:last-child{
    margin-left: -110px;
    margin-right: -110px;
  }

  .tw .lg\:last\:-mx-23:last-child{
    margin-left: -115px;
    margin-right: -115px;
  }

  .tw .lg\:last\:-mx-24:last-child{
    margin-left: -120px;
    margin-right: -120px;
  }

  .tw .lg\:last\:-mx-25:last-child{
    margin-left: -125px;
    margin-right: -125px;
  }

  .tw .lg\:last\:-mx-26:last-child{
    margin-left: -130px;
    margin-right: -130px;
  }

  .tw .lg\:last\:-mx-27:last-child{
    margin-left: -135px;
    margin-right: -135px;
  }

  .tw .lg\:last\:-mx-28:last-child{
    margin-left: -140px;
    margin-right: -140px;
  }

  .tw .lg\:last\:-mx-29:last-child{
    margin-left: -145px;
    margin-right: -145px;
  }

  .tw .lg\:last\:-mx-30:last-child{
    margin-left: -150px;
    margin-right: -150px;
  }

  .tw .lg\:last\:-mx-31:last-child{
    margin-left: -155px;
    margin-right: -155px;
  }

  .tw .lg\:last\:-mx-32:last-child{
    margin-left: -160px;
    margin-right: -160px;
  }

  .tw .lg\:last\:-mx-33:last-child{
    margin-left: -165px;
    margin-right: -165px;
  }

  .tw .lg\:last\:-mx-34:last-child{
    margin-left: -170px;
    margin-right: -170px;
  }

  .tw .lg\:last\:-mx-35:last-child{
    margin-left: -175px;
    margin-right: -175px;
  }

  .tw .lg\:last\:-mx-36:last-child{
    margin-left: -180px;
    margin-right: -180px;
  }

  .tw .lg\:last\:-mx-37:last-child{
    margin-left: -185px;
    margin-right: -185px;
  }

  .tw .lg\:last\:-mx-38:last-child{
    margin-left: -190px;
    margin-right: -190px;
  }

  .tw .lg\:last\:-mx-39:last-child{
    margin-left: -195px;
    margin-right: -195px;
  }

  .tw .lg\:last\:-mx-40:last-child{
    margin-left: -200px;
    margin-right: -200px;
  }

  .tw .lg\:last\:-mx-41:last-child{
    margin-left: -205px;
    margin-right: -205px;
  }

  .tw .lg\:last\:-mx-42:last-child{
    margin-left: -210px;
    margin-right: -210px;
  }

  .tw .lg\:last\:-mx-43:last-child{
    margin-left: -215px;
    margin-right: -215px;
  }

  .tw .lg\:last\:-mx-44:last-child{
    margin-left: -220px;
    margin-right: -220px;
  }

  .tw .lg\:last\:-mx-45:last-child{
    margin-left: -225px;
    margin-right: -225px;
  }

  .tw .lg\:last\:-mx-46:last-child{
    margin-left: -230px;
    margin-right: -230px;
  }

  .tw .lg\:last\:-mx-47:last-child{
    margin-left: -235px;
    margin-right: -235px;
  }

  .tw .lg\:last\:-mx-48:last-child{
    margin-left: -240px;
    margin-right: -240px;
  }

  .tw .lg\:last\:-mx-49:last-child{
    margin-left: -245px;
    margin-right: -245px;
  }

  .tw .lg\:last\:-mx-50:last-child{
    margin-left: -250px;
    margin-right: -250px;
  }

  .tw .lg\:last\:-mx-51:last-child{
    margin-left: -255px;
    margin-right: -255px;
  }

  .tw .lg\:last\:-mx-52:last-child{
    margin-left: -260px;
    margin-right: -260px;
  }

  .tw .lg\:last\:-mx-53:last-child{
    margin-left: -265px;
    margin-right: -265px;
  }

  .tw .lg\:last\:-mx-54:last-child{
    margin-left: -270px;
    margin-right: -270px;
  }

  .tw .lg\:last\:-mx-55:last-child{
    margin-left: -275px;
    margin-right: -275px;
  }

  .tw .lg\:last\:-mx-56:last-child{
    margin-left: -280px;
    margin-right: -280px;
  }

  .tw .lg\:last\:-mx-57:last-child{
    margin-left: -285px;
    margin-right: -285px;
  }

  .tw .lg\:last\:-mx-58:last-child{
    margin-left: -290px;
    margin-right: -290px;
  }

  .tw .lg\:last\:-mx-59:last-child{
    margin-left: -295px;
    margin-right: -295px;
  }

  .tw .lg\:last\:-mx-60:last-child{
    margin-left: -300px;
    margin-right: -300px;
  }

  .tw .lg\:last\:-mx-61:last-child{
    margin-left: -305px;
    margin-right: -305px;
  }

  .tw .lg\:last\:-mx-62:last-child{
    margin-left: -310px;
    margin-right: -310px;
  }

  .tw .lg\:last\:-mx-63:last-child{
    margin-left: -315px;
    margin-right: -315px;
  }

  .tw .lg\:last\:-mx-64:last-child{
    margin-left: -320px;
    margin-right: -320px;
  }

  .tw .lg\:last\:-mx-65:last-child{
    margin-left: -325px;
    margin-right: -325px;
  }

  .tw .lg\:last\:-mx-66:last-child{
    margin-left: -330px;
    margin-right: -330px;
  }

  .tw .lg\:last\:-mx-67:last-child{
    margin-left: -335px;
    margin-right: -335px;
  }

  .tw .lg\:last\:-mx-68:last-child{
    margin-left: -340px;
    margin-right: -340px;
  }

  .tw .lg\:last\:-mx-69:last-child{
    margin-left: -345px;
    margin-right: -345px;
  }

  .tw .lg\:last\:-mx-70:last-child{
    margin-left: -350px;
    margin-right: -350px;
  }

  .tw .lg\:last\:-mx-71:last-child{
    margin-left: -355px;
    margin-right: -355px;
  }

  .tw .lg\:last\:-mx-72:last-child{
    margin-left: -360px;
    margin-right: -360px;
  }

  .tw .lg\:last\:-mx-73:last-child{
    margin-left: -365px;
    margin-right: -365px;
  }

  .tw .lg\:last\:-mx-74:last-child{
    margin-left: -370px;
    margin-right: -370px;
  }

  .tw .lg\:last\:-mx-75:last-child{
    margin-left: -375px;
    margin-right: -375px;
  }

  .tw .lg\:last\:-mx-76:last-child{
    margin-left: -380px;
    margin-right: -380px;
  }

  .tw .lg\:last\:-mx-77:last-child{
    margin-left: -385px;
    margin-right: -385px;
  }

  .tw .lg\:last\:-mx-78:last-child{
    margin-left: -390px;
    margin-right: -390px;
  }

  .tw .lg\:last\:-mx-79:last-child{
    margin-left: -395px;
    margin-right: -395px;
  }

  .tw .lg\:last\:-mx-80:last-child{
    margin-left: -400px;
    margin-right: -400px;
  }

  .tw .lg\:last\:-mx-81:last-child{
    margin-left: -405px;
    margin-right: -405px;
  }

  .tw .lg\:last\:-mx-82:last-child{
    margin-left: -410px;
    margin-right: -410px;
  }

  .tw .lg\:last\:-mx-83:last-child{
    margin-left: -415px;
    margin-right: -415px;
  }

  .tw .lg\:last\:-mx-84:last-child{
    margin-left: -420px;
    margin-right: -420px;
  }

  .tw .lg\:last\:-mx-85:last-child{
    margin-left: -425px;
    margin-right: -425px;
  }

  .tw .lg\:last\:-mx-86:last-child{
    margin-left: -430px;
    margin-right: -430px;
  }

  .tw .lg\:last\:-mx-87:last-child{
    margin-left: -435px;
    margin-right: -435px;
  }

  .tw .lg\:last\:-mx-88:last-child{
    margin-left: -440px;
    margin-right: -440px;
  }

  .tw .lg\:last\:-mx-89:last-child{
    margin-left: -445px;
    margin-right: -445px;
  }

  .tw .lg\:last\:-mx-90:last-child{
    margin-left: -450px;
    margin-right: -450px;
  }

  .tw .lg\:last\:-mx-91:last-child{
    margin-left: -455px;
    margin-right: -455px;
  }

  .tw .lg\:last\:-mx-92:last-child{
    margin-left: -460px;
    margin-right: -460px;
  }

  .tw .lg\:last\:-mx-93:last-child{
    margin-left: -465px;
    margin-right: -465px;
  }

  .tw .lg\:last\:-mx-94:last-child{
    margin-left: -470px;
    margin-right: -470px;
  }

  .tw .lg\:last\:-mx-95:last-child{
    margin-left: -475px;
    margin-right: -475px;
  }

  .tw .lg\:last\:-mx-96:last-child{
    margin-left: -480px;
    margin-right: -480px;
  }

  .tw .lg\:last\:-mx-97:last-child{
    margin-left: -485px;
    margin-right: -485px;
  }

  .tw .lg\:last\:-mx-98:last-child{
    margin-left: -490px;
    margin-right: -490px;
  }

  .tw .lg\:last\:-mx-99:last-child{
    margin-left: -495px;
    margin-right: -495px;
  }

  .tw .lg\:last\:-mx-100:last-child{
    margin-left: -500px;
    margin-right: -500px;
  }

  .tw .lg\:last\:-mx-101:last-child{
    margin-left: -505px;
    margin-right: -505px;
  }

  .tw .lg\:last\:-mx-102:last-child{
    margin-left: -510px;
    margin-right: -510px;
  }

  .tw .lg\:last\:-mx-103:last-child{
    margin-left: -515px;
    margin-right: -515px;
  }

  .tw .lg\:last\:-mx-104:last-child{
    margin-left: -520px;
    margin-right: -520px;
  }

  .tw .lg\:last\:-mx-105:last-child{
    margin-left: -525px;
    margin-right: -525px;
  }

  .tw .lg\:last\:-mx-106:last-child{
    margin-left: -530px;
    margin-right: -530px;
  }

  .tw .lg\:last\:-mx-107:last-child{
    margin-left: -535px;
    margin-right: -535px;
  }

  .tw .lg\:last\:-mx-108:last-child{
    margin-left: -540px;
    margin-right: -540px;
  }

  .tw .lg\:last\:-mx-109:last-child{
    margin-left: -545px;
    margin-right: -545px;
  }

  .tw .lg\:last\:-mx-110:last-child{
    margin-left: -550px;
    margin-right: -550px;
  }

  .tw .lg\:last\:-mx-111:last-child{
    margin-left: -555px;
    margin-right: -555px;
  }

  .tw .lg\:last\:-mx-112:last-child{
    margin-left: -560px;
    margin-right: -560px;
  }

  .tw .lg\:last\:-mx-113:last-child{
    margin-left: -565px;
    margin-right: -565px;
  }

  .tw .lg\:last\:-mx-114:last-child{
    margin-left: -570px;
    margin-right: -570px;
  }

  .tw .lg\:last\:-mx-115:last-child{
    margin-left: -575px;
    margin-right: -575px;
  }

  .tw .lg\:last\:-mx-116:last-child{
    margin-left: -580px;
    margin-right: -580px;
  }

  .tw .lg\:last\:-mx-117:last-child{
    margin-left: -585px;
    margin-right: -585px;
  }

  .tw .lg\:last\:-mx-118:last-child{
    margin-left: -590px;
    margin-right: -590px;
  }

  .tw .lg\:last\:-mx-119:last-child{
    margin-left: -595px;
    margin-right: -595px;
  }

  .tw .lg\:last\:-mx-120:last-child{
    margin-left: -600px;
    margin-right: -600px;
  }

  .tw .lg\:last\:-mx-121:last-child{
    margin-left: -605px;
    margin-right: -605px;
  }

  .tw .lg\:last\:-mx-122:last-child{
    margin-left: -610px;
    margin-right: -610px;
  }

  .tw .lg\:last\:-mx-123:last-child{
    margin-left: -615px;
    margin-right: -615px;
  }

  .tw .lg\:last\:-mx-124:last-child{
    margin-left: -620px;
    margin-right: -620px;
  }

  .tw .lg\:last\:-mx-125:last-child{
    margin-left: -625px;
    margin-right: -625px;
  }

  .tw .lg\:last\:-mx-126:last-child{
    margin-left: -630px;
    margin-right: -630px;
  }

  .tw .lg\:last\:-mx-127:last-child{
    margin-left: -635px;
    margin-right: -635px;
  }

  .tw .lg\:last\:-mx-128:last-child{
    margin-left: -640px;
    margin-right: -640px;
  }

  .tw .lg\:last\:-mx-129:last-child{
    margin-left: -645px;
    margin-right: -645px;
  }

  .tw .lg\:last\:-mx-130:last-child{
    margin-left: -650px;
    margin-right: -650px;
  }

  .tw .lg\:last\:-mx-131:last-child{
    margin-left: -655px;
    margin-right: -655px;
  }

  .tw .lg\:last\:-mx-132:last-child{
    margin-left: -660px;
    margin-right: -660px;
  }

  .tw .lg\:last\:-mx-133:last-child{
    margin-left: -665px;
    margin-right: -665px;
  }

  .tw .lg\:last\:-mx-134:last-child{
    margin-left: -670px;
    margin-right: -670px;
  }

  .tw .lg\:last\:-mx-135:last-child{
    margin-left: -675px;
    margin-right: -675px;
  }

  .tw .lg\:last\:-mx-136:last-child{
    margin-left: -680px;
    margin-right: -680px;
  }

  .tw .lg\:last\:-mx-137:last-child{
    margin-left: -685px;
    margin-right: -685px;
  }

  .tw .lg\:last\:-mx-138:last-child{
    margin-left: -690px;
    margin-right: -690px;
  }

  .tw .lg\:last\:-mx-139:last-child{
    margin-left: -695px;
    margin-right: -695px;
  }

  .tw .lg\:last\:-mx-140:last-child{
    margin-left: -700px;
    margin-right: -700px;
  }

  .tw .lg\:last\:-mx-141:last-child{
    margin-left: -705px;
    margin-right: -705px;
  }

  .tw .lg\:last\:-mx-142:last-child{
    margin-left: -710px;
    margin-right: -710px;
  }

  .tw .lg\:last\:-mx-143:last-child{
    margin-left: -715px;
    margin-right: -715px;
  }

  .tw .lg\:last\:-mx-144:last-child{
    margin-left: -720px;
    margin-right: -720px;
  }

  .tw .lg\:last\:-mx-145:last-child{
    margin-left: -725px;
    margin-right: -725px;
  }

  .tw .lg\:last\:-mx-146:last-child{
    margin-left: -730px;
    margin-right: -730px;
  }

  .tw .lg\:last\:-mx-147:last-child{
    margin-left: -735px;
    margin-right: -735px;
  }

  .tw .lg\:last\:-mx-148:last-child{
    margin-left: -740px;
    margin-right: -740px;
  }

  .tw .lg\:last\:-mx-149:last-child{
    margin-left: -745px;
    margin-right: -745px;
  }

  .tw .lg\:last\:-mx-0\.5:last-child{
    margin-left: -3px;
    margin-right: -3px;
  }

  .tw .lg\:last\:-mx-1px:last-child{
    margin-left: -1px;
    margin-right: -1px;
  }

  .tw .lg\:last\:-mx-2px:last-child{
    margin-left: -2px;
    margin-right: -2px;
  }

  .tw .lg\:last\:-mx-3px:last-child{
    margin-left: -3px;
    margin-right: -3px;
  }

  .tw .lg\:last\:-mx-4px:last-child{
    margin-left: -4px;
    margin-right: -4px;
  }

  .tw .lg\:last\:-mx-5px:last-child{
    margin-left: -5px;
    margin-right: -5px;
  }

  .tw .lg\:last\:-mx-6px:last-child{
    margin-left: -6px;
    margin-right: -6px;
  }

  .tw .lg\:last\:-mx-7px:last-child{
    margin-left: -7px;
    margin-right: -7px;
  }

  .tw .lg\:last\:-mx-8px:last-child{
    margin-left: -8px;
    margin-right: -8px;
  }

  .tw .lg\:last\:-mx-9px:last-child{
    margin-left: -9px;
    margin-right: -9px;
  }

  .tw .lg\:last\:-mx-10px:last-child{
    margin-left: -10px;
    margin-right: -10px;
  }

  .tw .lg\:last\:-mx-11px:last-child{
    margin-left: -11px;
    margin-right: -11px;
  }

  .tw .lg\:last\:-mx-12px:last-child{
    margin-left: -12px;
    margin-right: -12px;
  }

  .tw .lg\:last\:-mx-13px:last-child{
    margin-left: -13px;
    margin-right: -13px;
  }

  .tw .lg\:last\:-mx-14px:last-child{
    margin-left: -14px;
    margin-right: -14px;
  }

  .tw .lg\:last\:-mx-15px:last-child{
    margin-left: -15px;
    margin-right: -15px;
  }

  .tw .lg\:last\:-mx-16px:last-child{
    margin-left: -16px;
    margin-right: -16px;
  }

  .tw .lg\:last\:-mx-17px:last-child{
    margin-left: -17px;
    margin-right: -17px;
  }

  .tw .lg\:last\:-mx-18px:last-child{
    margin-left: -18px;
    margin-right: -18px;
  }

  .tw .lg\:last\:-mx-19px:last-child{
    margin-left: -19px;
    margin-right: -19px;
  }

  .tw .lg\:last\:-mx-20px:last-child{
    margin-left: -20px;
    margin-right: -20px;
  }

  .tw .lg\:last\:-mx-21px:last-child{
    margin-left: -21px;
    margin-right: -21px;
  }

  .tw .lg\:last\:-mx-22px:last-child{
    margin-left: -22px;
    margin-right: -22px;
  }

  .tw .lg\:last\:-mx-23px:last-child{
    margin-left: -23px;
    margin-right: -23px;
  }

  .tw .lg\:last\:-mx-24px:last-child{
    margin-left: -24px;
    margin-right: -24px;
  }

  .tw .lg\:last\:-mx-25px:last-child{
    margin-left: -25px;
    margin-right: -25px;
  }

  .tw .lg\:last\:-mx-26px:last-child{
    margin-left: -26px;
    margin-right: -26px;
  }

  .tw .lg\:last\:-mx-27px:last-child{
    margin-left: -27px;
    margin-right: -27px;
  }

  .tw .lg\:last\:-mx-28px:last-child{
    margin-left: -28px;
    margin-right: -28px;
  }

  .tw .lg\:last\:-mx-29px:last-child{
    margin-left: -29px;
    margin-right: -29px;
  }

  .tw .lg\:last\:-mx-30px:last-child{
    margin-left: -30px;
    margin-right: -30px;
  }

  .tw .lg\:last\:-mx-31px:last-child{
    margin-left: -31px;
    margin-right: -31px;
  }

  .tw .lg\:last\:-mx-32px:last-child{
    margin-left: -32px;
    margin-right: -32px;
  }

  .tw .lg\:last\:-mx-33px:last-child{
    margin-left: -33px;
    margin-right: -33px;
  }

  .tw .lg\:last\:-mx-34px:last-child{
    margin-left: -34px;
    margin-right: -34px;
  }

  .tw .lg\:last\:-mx-35px:last-child{
    margin-left: -35px;
    margin-right: -35px;
  }

  .tw .lg\:last\:-mx-36px:last-child{
    margin-left: -36px;
    margin-right: -36px;
  }

  .tw .lg\:last\:-mx-37px:last-child{
    margin-left: -37px;
    margin-right: -37px;
  }

  .tw .lg\:last\:-mx-38px:last-child{
    margin-left: -38px;
    margin-right: -38px;
  }

  .tw .lg\:last\:-mx-39px:last-child{
    margin-left: -39px;
    margin-right: -39px;
  }

  .tw .lg\:last\:-mx-40px:last-child{
    margin-left: -40px;
    margin-right: -40px;
  }

  .tw .lg\:last\:my-0:last-child{
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .tw .lg\:last\:my-1:last-child{
    margin-top: 5px;
    margin-bottom: 5px;
  }

  .tw .lg\:last\:my-2:last-child{
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .tw .lg\:last\:my-3:last-child{
    margin-top: 15px;
    margin-bottom: 15px;
  }

  .tw .lg\:last\:my-4:last-child{
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .tw .lg\:last\:my-5:last-child{
    margin-top: 25px;
    margin-bottom: 25px;
  }

  .tw .lg\:last\:my-6:last-child{
    margin-top: 30px;
    margin-bottom: 30px;
  }

  .tw .lg\:last\:my-7:last-child{
    margin-top: 35px;
    margin-bottom: 35px;
  }

  .tw .lg\:last\:my-8:last-child{
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .tw .lg\:last\:my-9:last-child{
    margin-top: 45px;
    margin-bottom: 45px;
  }

  .tw .lg\:last\:my-10:last-child{
    margin-top: 50px;
    margin-bottom: 50px;
  }

  .tw .lg\:last\:my-11:last-child{
    margin-top: 55px;
    margin-bottom: 55px;
  }

  .tw .lg\:last\:my-12:last-child{
    margin-top: 60px;
    margin-bottom: 60px;
  }

  .tw .lg\:last\:my-13:last-child{
    margin-top: 65px;
    margin-bottom: 65px;
  }

  .tw .lg\:last\:my-14:last-child{
    margin-top: 70px;
    margin-bottom: 70px;
  }

  .tw .lg\:last\:my-15:last-child{
    margin-top: 75px;
    margin-bottom: 75px;
  }

  .tw .lg\:last\:my-16:last-child{
    margin-top: 80px;
    margin-bottom: 80px;
  }

  .tw .lg\:last\:my-17:last-child{
    margin-top: 85px;
    margin-bottom: 85px;
  }

  .tw .lg\:last\:my-18:last-child{
    margin-top: 90px;
    margin-bottom: 90px;
  }

  .tw .lg\:last\:my-19:last-child{
    margin-top: 95px;
    margin-bottom: 95px;
  }

  .tw .lg\:last\:my-20:last-child{
    margin-top: 100px;
    margin-bottom: 100px;
  }

  .tw .lg\:last\:my-21:last-child{
    margin-top: 105px;
    margin-bottom: 105px;
  }

  .tw .lg\:last\:my-22:last-child{
    margin-top: 110px;
    margin-bottom: 110px;
  }

  .tw .lg\:last\:my-23:last-child{
    margin-top: 115px;
    margin-bottom: 115px;
  }

  .tw .lg\:last\:my-24:last-child{
    margin-top: 120px;
    margin-bottom: 120px;
  }

  .tw .lg\:last\:my-25:last-child{
    margin-top: 125px;
    margin-bottom: 125px;
  }

  .tw .lg\:last\:my-26:last-child{
    margin-top: 130px;
    margin-bottom: 130px;
  }

  .tw .lg\:last\:my-27:last-child{
    margin-top: 135px;
    margin-bottom: 135px;
  }

  .tw .lg\:last\:my-28:last-child{
    margin-top: 140px;
    margin-bottom: 140px;
  }

  .tw .lg\:last\:my-29:last-child{
    margin-top: 145px;
    margin-bottom: 145px;
  }

  .tw .lg\:last\:my-30:last-child{
    margin-top: 150px;
    margin-bottom: 150px;
  }

  .tw .lg\:last\:my-31:last-child{
    margin-top: 155px;
    margin-bottom: 155px;
  }

  .tw .lg\:last\:my-32:last-child{
    margin-top: 160px;
    margin-bottom: 160px;
  }

  .tw .lg\:last\:my-33:last-child{
    margin-top: 165px;
    margin-bottom: 165px;
  }

  .tw .lg\:last\:my-34:last-child{
    margin-top: 170px;
    margin-bottom: 170px;
  }

  .tw .lg\:last\:my-35:last-child{
    margin-top: 175px;
    margin-bottom: 175px;
  }

  .tw .lg\:last\:my-36:last-child{
    margin-top: 180px;
    margin-bottom: 180px;
  }

  .tw .lg\:last\:my-37:last-child{
    margin-top: 185px;
    margin-bottom: 185px;
  }

  .tw .lg\:last\:my-38:last-child{
    margin-top: 190px;
    margin-bottom: 190px;
  }

  .tw .lg\:last\:my-39:last-child{
    margin-top: 195px;
    margin-bottom: 195px;
  }

  .tw .lg\:last\:my-40:last-child{
    margin-top: 200px;
    margin-bottom: 200px;
  }

  .tw .lg\:last\:my-41:last-child{
    margin-top: 205px;
    margin-bottom: 205px;
  }

  .tw .lg\:last\:my-42:last-child{
    margin-top: 210px;
    margin-bottom: 210px;
  }

  .tw .lg\:last\:my-43:last-child{
    margin-top: 215px;
    margin-bottom: 215px;
  }

  .tw .lg\:last\:my-44:last-child{
    margin-top: 220px;
    margin-bottom: 220px;
  }

  .tw .lg\:last\:my-45:last-child{
    margin-top: 225px;
    margin-bottom: 225px;
  }

  .tw .lg\:last\:my-46:last-child{
    margin-top: 230px;
    margin-bottom: 230px;
  }

  .tw .lg\:last\:my-47:last-child{
    margin-top: 235px;
    margin-bottom: 235px;
  }

  .tw .lg\:last\:my-48:last-child{
    margin-top: 240px;
    margin-bottom: 240px;
  }

  .tw .lg\:last\:my-49:last-child{
    margin-top: 245px;
    margin-bottom: 245px;
  }

  .tw .lg\:last\:my-50:last-child{
    margin-top: 250px;
    margin-bottom: 250px;
  }

  .tw .lg\:last\:my-51:last-child{
    margin-top: 255px;
    margin-bottom: 255px;
  }

  .tw .lg\:last\:my-52:last-child{
    margin-top: 260px;
    margin-bottom: 260px;
  }

  .tw .lg\:last\:my-53:last-child{
    margin-top: 265px;
    margin-bottom: 265px;
  }

  .tw .lg\:last\:my-54:last-child{
    margin-top: 270px;
    margin-bottom: 270px;
  }

  .tw .lg\:last\:my-55:last-child{
    margin-top: 275px;
    margin-bottom: 275px;
  }

  .tw .lg\:last\:my-56:last-child{
    margin-top: 280px;
    margin-bottom: 280px;
  }

  .tw .lg\:last\:my-57:last-child{
    margin-top: 285px;
    margin-bottom: 285px;
  }

  .tw .lg\:last\:my-58:last-child{
    margin-top: 290px;
    margin-bottom: 290px;
  }

  .tw .lg\:last\:my-59:last-child{
    margin-top: 295px;
    margin-bottom: 295px;
  }

  .tw .lg\:last\:my-60:last-child{
    margin-top: 300px;
    margin-bottom: 300px;
  }

  .tw .lg\:last\:my-61:last-child{
    margin-top: 305px;
    margin-bottom: 305px;
  }

  .tw .lg\:last\:my-62:last-child{
    margin-top: 310px;
    margin-bottom: 310px;
  }

  .tw .lg\:last\:my-63:last-child{
    margin-top: 315px;
    margin-bottom: 315px;
  }

  .tw .lg\:last\:my-64:last-child{
    margin-top: 320px;
    margin-bottom: 320px;
  }

  .tw .lg\:last\:my-65:last-child{
    margin-top: 325px;
    margin-bottom: 325px;
  }

  .tw .lg\:last\:my-66:last-child{
    margin-top: 330px;
    margin-bottom: 330px;
  }

  .tw .lg\:last\:my-67:last-child{
    margin-top: 335px;
    margin-bottom: 335px;
  }

  .tw .lg\:last\:my-68:last-child{
    margin-top: 340px;
    margin-bottom: 340px;
  }

  .tw .lg\:last\:my-69:last-child{
    margin-top: 345px;
    margin-bottom: 345px;
  }

  .tw .lg\:last\:my-70:last-child{
    margin-top: 350px;
    margin-bottom: 350px;
  }

  .tw .lg\:last\:my-71:last-child{
    margin-top: 355px;
    margin-bottom: 355px;
  }

  .tw .lg\:last\:my-72:last-child{
    margin-top: 360px;
    margin-bottom: 360px;
  }

  .tw .lg\:last\:my-73:last-child{
    margin-top: 365px;
    margin-bottom: 365px;
  }

  .tw .lg\:last\:my-74:last-child{
    margin-top: 370px;
    margin-bottom: 370px;
  }

  .tw .lg\:last\:my-75:last-child{
    margin-top: 375px;
    margin-bottom: 375px;
  }

  .tw .lg\:last\:my-76:last-child{
    margin-top: 380px;
    margin-bottom: 380px;
  }

  .tw .lg\:last\:my-77:last-child{
    margin-top: 385px;
    margin-bottom: 385px;
  }

  .tw .lg\:last\:my-78:last-child{
    margin-top: 390px;
    margin-bottom: 390px;
  }

  .tw .lg\:last\:my-79:last-child{
    margin-top: 395px;
    margin-bottom: 395px;
  }

  .tw .lg\:last\:my-80:last-child{
    margin-top: 400px;
    margin-bottom: 400px;
  }

  .tw .lg\:last\:my-81:last-child{
    margin-top: 405px;
    margin-bottom: 405px;
  }

  .tw .lg\:last\:my-82:last-child{
    margin-top: 410px;
    margin-bottom: 410px;
  }

  .tw .lg\:last\:my-83:last-child{
    margin-top: 415px;
    margin-bottom: 415px;
  }

  .tw .lg\:last\:my-84:last-child{
    margin-top: 420px;
    margin-bottom: 420px;
  }

  .tw .lg\:last\:my-85:last-child{
    margin-top: 425px;
    margin-bottom: 425px;
  }

  .tw .lg\:last\:my-86:last-child{
    margin-top: 430px;
    margin-bottom: 430px;
  }

  .tw .lg\:last\:my-87:last-child{
    margin-top: 435px;
    margin-bottom: 435px;
  }

  .tw .lg\:last\:my-88:last-child{
    margin-top: 440px;
    margin-bottom: 440px;
  }

  .tw .lg\:last\:my-89:last-child{
    margin-top: 445px;
    margin-bottom: 445px;
  }

  .tw .lg\:last\:my-90:last-child{
    margin-top: 450px;
    margin-bottom: 450px;
  }

  .tw .lg\:last\:my-91:last-child{
    margin-top: 455px;
    margin-bottom: 455px;
  }

  .tw .lg\:last\:my-92:last-child{
    margin-top: 460px;
    margin-bottom: 460px;
  }

  .tw .lg\:last\:my-93:last-child{
    margin-top: 465px;
    margin-bottom: 465px;
  }

  .tw .lg\:last\:my-94:last-child{
    margin-top: 470px;
    margin-bottom: 470px;
  }

  .tw .lg\:last\:my-95:last-child{
    margin-top: 475px;
    margin-bottom: 475px;
  }

  .tw .lg\:last\:my-96:last-child{
    margin-top: 480px;
    margin-bottom: 480px;
  }

  .tw .lg\:last\:my-97:last-child{
    margin-top: 485px;
    margin-bottom: 485px;
  }

  .tw .lg\:last\:my-98:last-child{
    margin-top: 490px;
    margin-bottom: 490px;
  }

  .tw .lg\:last\:my-99:last-child{
    margin-top: 495px;
    margin-bottom: 495px;
  }

  .tw .lg\:last\:my-100:last-child{
    margin-top: 500px;
    margin-bottom: 500px;
  }

  .tw .lg\:last\:my-101:last-child{
    margin-top: 505px;
    margin-bottom: 505px;
  }

  .tw .lg\:last\:my-102:last-child{
    margin-top: 510px;
    margin-bottom: 510px;
  }

  .tw .lg\:last\:my-103:last-child{
    margin-top: 515px;
    margin-bottom: 515px;
  }

  .tw .lg\:last\:my-104:last-child{
    margin-top: 520px;
    margin-bottom: 520px;
  }

  .tw .lg\:last\:my-105:last-child{
    margin-top: 525px;
    margin-bottom: 525px;
  }

  .tw .lg\:last\:my-106:last-child{
    margin-top: 530px;
    margin-bottom: 530px;
  }

  .tw .lg\:last\:my-107:last-child{
    margin-top: 535px;
    margin-bottom: 535px;
  }

  .tw .lg\:last\:my-108:last-child{
    margin-top: 540px;
    margin-bottom: 540px;
  }

  .tw .lg\:last\:my-109:last-child{
    margin-top: 545px;
    margin-bottom: 545px;
  }

  .tw .lg\:last\:my-110:last-child{
    margin-top: 550px;
    margin-bottom: 550px;
  }

  .tw .lg\:last\:my-111:last-child{
    margin-top: 555px;
    margin-bottom: 555px;
  }

  .tw .lg\:last\:my-112:last-child{
    margin-top: 560px;
    margin-bottom: 560px;
  }

  .tw .lg\:last\:my-113:last-child{
    margin-top: 565px;
    margin-bottom: 565px;
  }

  .tw .lg\:last\:my-114:last-child{
    margin-top: 570px;
    margin-bottom: 570px;
  }

  .tw .lg\:last\:my-115:last-child{
    margin-top: 575px;
    margin-bottom: 575px;
  }

  .tw .lg\:last\:my-116:last-child{
    margin-top: 580px;
    margin-bottom: 580px;
  }

  .tw .lg\:last\:my-117:last-child{
    margin-top: 585px;
    margin-bottom: 585px;
  }

  .tw .lg\:last\:my-118:last-child{
    margin-top: 590px;
    margin-bottom: 590px;
  }

  .tw .lg\:last\:my-119:last-child{
    margin-top: 595px;
    margin-bottom: 595px;
  }

  .tw .lg\:last\:my-120:last-child{
    margin-top: 600px;
    margin-bottom: 600px;
  }

  .tw .lg\:last\:my-121:last-child{
    margin-top: 605px;
    margin-bottom: 605px;
  }

  .tw .lg\:last\:my-122:last-child{
    margin-top: 610px;
    margin-bottom: 610px;
  }

  .tw .lg\:last\:my-123:last-child{
    margin-top: 615px;
    margin-bottom: 615px;
  }

  .tw .lg\:last\:my-124:last-child{
    margin-top: 620px;
    margin-bottom: 620px;
  }

  .tw .lg\:last\:my-125:last-child{
    margin-top: 625px;
    margin-bottom: 625px;
  }

  .tw .lg\:last\:my-126:last-child{
    margin-top: 630px;
    margin-bottom: 630px;
  }

  .tw .lg\:last\:my-127:last-child{
    margin-top: 635px;
    margin-bottom: 635px;
  }

  .tw .lg\:last\:my-128:last-child{
    margin-top: 640px;
    margin-bottom: 640px;
  }

  .tw .lg\:last\:my-129:last-child{
    margin-top: 645px;
    margin-bottom: 645px;
  }

  .tw .lg\:last\:my-130:last-child{
    margin-top: 650px;
    margin-bottom: 650px;
  }

  .tw .lg\:last\:my-131:last-child{
    margin-top: 655px;
    margin-bottom: 655px;
  }

  .tw .lg\:last\:my-132:last-child{
    margin-top: 660px;
    margin-bottom: 660px;
  }

  .tw .lg\:last\:my-133:last-child{
    margin-top: 665px;
    margin-bottom: 665px;
  }

  .tw .lg\:last\:my-134:last-child{
    margin-top: 670px;
    margin-bottom: 670px;
  }

  .tw .lg\:last\:my-135:last-child{
    margin-top: 675px;
    margin-bottom: 675px;
  }

  .tw .lg\:last\:my-136:last-child{
    margin-top: 680px;
    margin-bottom: 680px;
  }

  .tw .lg\:last\:my-137:last-child{
    margin-top: 685px;
    margin-bottom: 685px;
  }

  .tw .lg\:last\:my-138:last-child{
    margin-top: 690px;
    margin-bottom: 690px;
  }

  .tw .lg\:last\:my-139:last-child{
    margin-top: 695px;
    margin-bottom: 695px;
  }

  .tw .lg\:last\:my-140:last-child{
    margin-top: 700px;
    margin-bottom: 700px;
  }

  .tw .lg\:last\:my-141:last-child{
    margin-top: 705px;
    margin-bottom: 705px;
  }

  .tw .lg\:last\:my-142:last-child{
    margin-top: 710px;
    margin-bottom: 710px;
  }

  .tw .lg\:last\:my-143:last-child{
    margin-top: 715px;
    margin-bottom: 715px;
  }

  .tw .lg\:last\:my-144:last-child{
    margin-top: 720px;
    margin-bottom: 720px;
  }

  .tw .lg\:last\:my-145:last-child{
    margin-top: 725px;
    margin-bottom: 725px;
  }

  .tw .lg\:last\:my-146:last-child{
    margin-top: 730px;
    margin-bottom: 730px;
  }

  .tw .lg\:last\:my-147:last-child{
    margin-top: 735px;
    margin-bottom: 735px;
  }

  .tw .lg\:last\:my-148:last-child{
    margin-top: 740px;
    margin-bottom: 740px;
  }

  .tw .lg\:last\:my-149:last-child{
    margin-top: 745px;
    margin-bottom: 745px;
  }

  .tw .lg\:last\:my-auto:last-child{
    margin-top: auto;
    margin-bottom: auto;
  }

  .tw .lg\:last\:my-0\.5:last-child{
    margin-top: 3px;
    margin-bottom: 3px;
  }

  .tw .lg\:last\:my-1px:last-child{
    margin-top: 1px;
    margin-bottom: 1px;
  }

  .tw .lg\:last\:my-2px:last-child{
    margin-top: 2px;
    margin-bottom: 2px;
  }

  .tw .lg\:last\:my-3px:last-child{
    margin-top: 3px;
    margin-bottom: 3px;
  }

  .tw .lg\:last\:my-4px:last-child{
    margin-top: 4px;
    margin-bottom: 4px;
  }

  .tw .lg\:last\:my-5px:last-child{
    margin-top: 5px;
    margin-bottom: 5px;
  }

  .tw .lg\:last\:my-6px:last-child{
    margin-top: 6px;
    margin-bottom: 6px;
  }

  .tw .lg\:last\:my-7px:last-child{
    margin-top: 7px;
    margin-bottom: 7px;
  }

  .tw .lg\:last\:my-8px:last-child{
    margin-top: 8px;
    margin-bottom: 8px;
  }

  .tw .lg\:last\:my-9px:last-child{
    margin-top: 9px;
    margin-bottom: 9px;
  }

  .tw .lg\:last\:my-10px:last-child{
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .tw .lg\:last\:my-11px:last-child{
    margin-top: 11px;
    margin-bottom: 11px;
  }

  .tw .lg\:last\:my-12px:last-child{
    margin-top: 12px;
    margin-bottom: 12px;
  }

  .tw .lg\:last\:my-13px:last-child{
    margin-top: 13px;
    margin-bottom: 13px;
  }

  .tw .lg\:last\:my-14px:last-child{
    margin-top: 14px;
    margin-bottom: 14px;
  }

  .tw .lg\:last\:my-15px:last-child{
    margin-top: 15px;
    margin-bottom: 15px;
  }

  .tw .lg\:last\:my-16px:last-child{
    margin-top: 16px;
    margin-bottom: 16px;
  }

  .tw .lg\:last\:my-17px:last-child{
    margin-top: 17px;
    margin-bottom: 17px;
  }

  .tw .lg\:last\:my-18px:last-child{
    margin-top: 18px;
    margin-bottom: 18px;
  }

  .tw .lg\:last\:my-19px:last-child{
    margin-top: 19px;
    margin-bottom: 19px;
  }

  .tw .lg\:last\:my-20px:last-child{
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .tw .lg\:last\:my-21px:last-child{
    margin-top: 21px;
    margin-bottom: 21px;
  }

  .tw .lg\:last\:my-22px:last-child{
    margin-top: 22px;
    margin-bottom: 22px;
  }

  .tw .lg\:last\:my-23px:last-child{
    margin-top: 23px;
    margin-bottom: 23px;
  }

  .tw .lg\:last\:my-24px:last-child{
    margin-top: 24px;
    margin-bottom: 24px;
  }

  .tw .lg\:last\:my-25px:last-child{
    margin-top: 25px;
    margin-bottom: 25px;
  }

  .tw .lg\:last\:my-26px:last-child{
    margin-top: 26px;
    margin-bottom: 26px;
  }

  .tw .lg\:last\:my-27px:last-child{
    margin-top: 27px;
    margin-bottom: 27px;
  }

  .tw .lg\:last\:my-28px:last-child{
    margin-top: 28px;
    margin-bottom: 28px;
  }

  .tw .lg\:last\:my-29px:last-child{
    margin-top: 29px;
    margin-bottom: 29px;
  }

  .tw .lg\:last\:my-30px:last-child{
    margin-top: 30px;
    margin-bottom: 30px;
  }

  .tw .lg\:last\:my-31px:last-child{
    margin-top: 31px;
    margin-bottom: 31px;
  }

  .tw .lg\:last\:my-32px:last-child{
    margin-top: 32px;
    margin-bottom: 32px;
  }

  .tw .lg\:last\:my-33px:last-child{
    margin-top: 33px;
    margin-bottom: 33px;
  }

  .tw .lg\:last\:my-34px:last-child{
    margin-top: 34px;
    margin-bottom: 34px;
  }

  .tw .lg\:last\:my-35px:last-child{
    margin-top: 35px;
    margin-bottom: 35px;
  }

  .tw .lg\:last\:my-36px:last-child{
    margin-top: 36px;
    margin-bottom: 36px;
  }

  .tw .lg\:last\:my-37px:last-child{
    margin-top: 37px;
    margin-bottom: 37px;
  }

  .tw .lg\:last\:my-38px:last-child{
    margin-top: 38px;
    margin-bottom: 38px;
  }

  .tw .lg\:last\:my-39px:last-child{
    margin-top: 39px;
    margin-bottom: 39px;
  }

  .tw .lg\:last\:my-40px:last-child{
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .tw .lg\:last\:-my-0:last-child{
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .tw .lg\:last\:-my-1:last-child{
    margin-top: -5px;
    margin-bottom: -5px;
  }

  .tw .lg\:last\:-my-2:last-child{
    margin-top: -10px;
    margin-bottom: -10px;
  }

  .tw .lg\:last\:-my-3:last-child{
    margin-top: -15px;
    margin-bottom: -15px;
  }

  .tw .lg\:last\:-my-4:last-child{
    margin-top: -20px;
    margin-bottom: -20px;
  }

  .tw .lg\:last\:-my-5:last-child{
    margin-top: -25px;
    margin-bottom: -25px;
  }

  .tw .lg\:last\:-my-6:last-child{
    margin-top: -30px;
    margin-bottom: -30px;
  }

  .tw .lg\:last\:-my-7:last-child{
    margin-top: -35px;
    margin-bottom: -35px;
  }

  .tw .lg\:last\:-my-8:last-child{
    margin-top: -40px;
    margin-bottom: -40px;
  }

  .tw .lg\:last\:-my-9:last-child{
    margin-top: -45px;
    margin-bottom: -45px;
  }

  .tw .lg\:last\:-my-10:last-child{
    margin-top: -50px;
    margin-bottom: -50px;
  }

  .tw .lg\:last\:-my-11:last-child{
    margin-top: -55px;
    margin-bottom: -55px;
  }

  .tw .lg\:last\:-my-12:last-child{
    margin-top: -60px;
    margin-bottom: -60px;
  }

  .tw .lg\:last\:-my-13:last-child{
    margin-top: -65px;
    margin-bottom: -65px;
  }

  .tw .lg\:last\:-my-14:last-child{
    margin-top: -70px;
    margin-bottom: -70px;
  }

  .tw .lg\:last\:-my-15:last-child{
    margin-top: -75px;
    margin-bottom: -75px;
  }

  .tw .lg\:last\:-my-16:last-child{
    margin-top: -80px;
    margin-bottom: -80px;
  }

  .tw .lg\:last\:-my-17:last-child{
    margin-top: -85px;
    margin-bottom: -85px;
  }

  .tw .lg\:last\:-my-18:last-child{
    margin-top: -90px;
    margin-bottom: -90px;
  }

  .tw .lg\:last\:-my-19:last-child{
    margin-top: -95px;
    margin-bottom: -95px;
  }

  .tw .lg\:last\:-my-20:last-child{
    margin-top: -100px;
    margin-bottom: -100px;
  }

  .tw .lg\:last\:-my-21:last-child{
    margin-top: -105px;
    margin-bottom: -105px;
  }

  .tw .lg\:last\:-my-22:last-child{
    margin-top: -110px;
    margin-bottom: -110px;
  }

  .tw .lg\:last\:-my-23:last-child{
    margin-top: -115px;
    margin-bottom: -115px;
  }

  .tw .lg\:last\:-my-24:last-child{
    margin-top: -120px;
    margin-bottom: -120px;
  }

  .tw .lg\:last\:-my-25:last-child{
    margin-top: -125px;
    margin-bottom: -125px;
  }

  .tw .lg\:last\:-my-26:last-child{
    margin-top: -130px;
    margin-bottom: -130px;
  }

  .tw .lg\:last\:-my-27:last-child{
    margin-top: -135px;
    margin-bottom: -135px;
  }

  .tw .lg\:last\:-my-28:last-child{
    margin-top: -140px;
    margin-bottom: -140px;
  }

  .tw .lg\:last\:-my-29:last-child{
    margin-top: -145px;
    margin-bottom: -145px;
  }

  .tw .lg\:last\:-my-30:last-child{
    margin-top: -150px;
    margin-bottom: -150px;
  }

  .tw .lg\:last\:-my-31:last-child{
    margin-top: -155px;
    margin-bottom: -155px;
  }

  .tw .lg\:last\:-my-32:last-child{
    margin-top: -160px;
    margin-bottom: -160px;
  }

  .tw .lg\:last\:-my-33:last-child{
    margin-top: -165px;
    margin-bottom: -165px;
  }

  .tw .lg\:last\:-my-34:last-child{
    margin-top: -170px;
    margin-bottom: -170px;
  }

  .tw .lg\:last\:-my-35:last-child{
    margin-top: -175px;
    margin-bottom: -175px;
  }

  .tw .lg\:last\:-my-36:last-child{
    margin-top: -180px;
    margin-bottom: -180px;
  }

  .tw .lg\:last\:-my-37:last-child{
    margin-top: -185px;
    margin-bottom: -185px;
  }

  .tw .lg\:last\:-my-38:last-child{
    margin-top: -190px;
    margin-bottom: -190px;
  }

  .tw .lg\:last\:-my-39:last-child{
    margin-top: -195px;
    margin-bottom: -195px;
  }

  .tw .lg\:last\:-my-40:last-child{
    margin-top: -200px;
    margin-bottom: -200px;
  }

  .tw .lg\:last\:-my-41:last-child{
    margin-top: -205px;
    margin-bottom: -205px;
  }

  .tw .lg\:last\:-my-42:last-child{
    margin-top: -210px;
    margin-bottom: -210px;
  }

  .tw .lg\:last\:-my-43:last-child{
    margin-top: -215px;
    margin-bottom: -215px;
  }

  .tw .lg\:last\:-my-44:last-child{
    margin-top: -220px;
    margin-bottom: -220px;
  }

  .tw .lg\:last\:-my-45:last-child{
    margin-top: -225px;
    margin-bottom: -225px;
  }

  .tw .lg\:last\:-my-46:last-child{
    margin-top: -230px;
    margin-bottom: -230px;
  }

  .tw .lg\:last\:-my-47:last-child{
    margin-top: -235px;
    margin-bottom: -235px;
  }

  .tw .lg\:last\:-my-48:last-child{
    margin-top: -240px;
    margin-bottom: -240px;
  }

  .tw .lg\:last\:-my-49:last-child{
    margin-top: -245px;
    margin-bottom: -245px;
  }

  .tw .lg\:last\:-my-50:last-child{
    margin-top: -250px;
    margin-bottom: -250px;
  }

  .tw .lg\:last\:-my-51:last-child{
    margin-top: -255px;
    margin-bottom: -255px;
  }

  .tw .lg\:last\:-my-52:last-child{
    margin-top: -260px;
    margin-bottom: -260px;
  }

  .tw .lg\:last\:-my-53:last-child{
    margin-top: -265px;
    margin-bottom: -265px;
  }

  .tw .lg\:last\:-my-54:last-child{
    margin-top: -270px;
    margin-bottom: -270px;
  }

  .tw .lg\:last\:-my-55:last-child{
    margin-top: -275px;
    margin-bottom: -275px;
  }

  .tw .lg\:last\:-my-56:last-child{
    margin-top: -280px;
    margin-bottom: -280px;
  }

  .tw .lg\:last\:-my-57:last-child{
    margin-top: -285px;
    margin-bottom: -285px;
  }

  .tw .lg\:last\:-my-58:last-child{
    margin-top: -290px;
    margin-bottom: -290px;
  }

  .tw .lg\:last\:-my-59:last-child{
    margin-top: -295px;
    margin-bottom: -295px;
  }

  .tw .lg\:last\:-my-60:last-child{
    margin-top: -300px;
    margin-bottom: -300px;
  }

  .tw .lg\:last\:-my-61:last-child{
    margin-top: -305px;
    margin-bottom: -305px;
  }

  .tw .lg\:last\:-my-62:last-child{
    margin-top: -310px;
    margin-bottom: -310px;
  }

  .tw .lg\:last\:-my-63:last-child{
    margin-top: -315px;
    margin-bottom: -315px;
  }

  .tw .lg\:last\:-my-64:last-child{
    margin-top: -320px;
    margin-bottom: -320px;
  }

  .tw .lg\:last\:-my-65:last-child{
    margin-top: -325px;
    margin-bottom: -325px;
  }

  .tw .lg\:last\:-my-66:last-child{
    margin-top: -330px;
    margin-bottom: -330px;
  }

  .tw .lg\:last\:-my-67:last-child{
    margin-top: -335px;
    margin-bottom: -335px;
  }

  .tw .lg\:last\:-my-68:last-child{
    margin-top: -340px;
    margin-bottom: -340px;
  }

  .tw .lg\:last\:-my-69:last-child{
    margin-top: -345px;
    margin-bottom: -345px;
  }

  .tw .lg\:last\:-my-70:last-child{
    margin-top: -350px;
    margin-bottom: -350px;
  }

  .tw .lg\:last\:-my-71:last-child{
    margin-top: -355px;
    margin-bottom: -355px;
  }

  .tw .lg\:last\:-my-72:last-child{
    margin-top: -360px;
    margin-bottom: -360px;
  }

  .tw .lg\:last\:-my-73:last-child{
    margin-top: -365px;
    margin-bottom: -365px;
  }

  .tw .lg\:last\:-my-74:last-child{
    margin-top: -370px;
    margin-bottom: -370px;
  }

  .tw .lg\:last\:-my-75:last-child{
    margin-top: -375px;
    margin-bottom: -375px;
  }

  .tw .lg\:last\:-my-76:last-child{
    margin-top: -380px;
    margin-bottom: -380px;
  }

  .tw .lg\:last\:-my-77:last-child{
    margin-top: -385px;
    margin-bottom: -385px;
  }

  .tw .lg\:last\:-my-78:last-child{
    margin-top: -390px;
    margin-bottom: -390px;
  }

  .tw .lg\:last\:-my-79:last-child{
    margin-top: -395px;
    margin-bottom: -395px;
  }

  .tw .lg\:last\:-my-80:last-child{
    margin-top: -400px;
    margin-bottom: -400px;
  }

  .tw .lg\:last\:-my-81:last-child{
    margin-top: -405px;
    margin-bottom: -405px;
  }

  .tw .lg\:last\:-my-82:last-child{
    margin-top: -410px;
    margin-bottom: -410px;
  }

  .tw .lg\:last\:-my-83:last-child{
    margin-top: -415px;
    margin-bottom: -415px;
  }

  .tw .lg\:last\:-my-84:last-child{
    margin-top: -420px;
    margin-bottom: -420px;
  }

  .tw .lg\:last\:-my-85:last-child{
    margin-top: -425px;
    margin-bottom: -425px;
  }

  .tw .lg\:last\:-my-86:last-child{
    margin-top: -430px;
    margin-bottom: -430px;
  }

  .tw .lg\:last\:-my-87:last-child{
    margin-top: -435px;
    margin-bottom: -435px;
  }

  .tw .lg\:last\:-my-88:last-child{
    margin-top: -440px;
    margin-bottom: -440px;
  }

  .tw .lg\:last\:-my-89:last-child{
    margin-top: -445px;
    margin-bottom: -445px;
  }

  .tw .lg\:last\:-my-90:last-child{
    margin-top: -450px;
    margin-bottom: -450px;
  }

  .tw .lg\:last\:-my-91:last-child{
    margin-top: -455px;
    margin-bottom: -455px;
  }

  .tw .lg\:last\:-my-92:last-child{
    margin-top: -460px;
    margin-bottom: -460px;
  }

  .tw .lg\:last\:-my-93:last-child{
    margin-top: -465px;
    margin-bottom: -465px;
  }

  .tw .lg\:last\:-my-94:last-child{
    margin-top: -470px;
    margin-bottom: -470px;
  }

  .tw .lg\:last\:-my-95:last-child{
    margin-top: -475px;
    margin-bottom: -475px;
  }

  .tw .lg\:last\:-my-96:last-child{
    margin-top: -480px;
    margin-bottom: -480px;
  }

  .tw .lg\:last\:-my-97:last-child{
    margin-top: -485px;
    margin-bottom: -485px;
  }

  .tw .lg\:last\:-my-98:last-child{
    margin-top: -490px;
    margin-bottom: -490px;
  }

  .tw .lg\:last\:-my-99:last-child{
    margin-top: -495px;
    margin-bottom: -495px;
  }

  .tw .lg\:last\:-my-100:last-child{
    margin-top: -500px;
    margin-bottom: -500px;
  }

  .tw .lg\:last\:-my-101:last-child{
    margin-top: -505px;
    margin-bottom: -505px;
  }

  .tw .lg\:last\:-my-102:last-child{
    margin-top: -510px;
    margin-bottom: -510px;
  }

  .tw .lg\:last\:-my-103:last-child{
    margin-top: -515px;
    margin-bottom: -515px;
  }

  .tw .lg\:last\:-my-104:last-child{
    margin-top: -520px;
    margin-bottom: -520px;
  }

  .tw .lg\:last\:-my-105:last-child{
    margin-top: -525px;
    margin-bottom: -525px;
  }

  .tw .lg\:last\:-my-106:last-child{
    margin-top: -530px;
    margin-bottom: -530px;
  }

  .tw .lg\:last\:-my-107:last-child{
    margin-top: -535px;
    margin-bottom: -535px;
  }

  .tw .lg\:last\:-my-108:last-child{
    margin-top: -540px;
    margin-bottom: -540px;
  }

  .tw .lg\:last\:-my-109:last-child{
    margin-top: -545px;
    margin-bottom: -545px;
  }

  .tw .lg\:last\:-my-110:last-child{
    margin-top: -550px;
    margin-bottom: -550px;
  }

  .tw .lg\:last\:-my-111:last-child{
    margin-top: -555px;
    margin-bottom: -555px;
  }

  .tw .lg\:last\:-my-112:last-child{
    margin-top: -560px;
    margin-bottom: -560px;
  }

  .tw .lg\:last\:-my-113:last-child{
    margin-top: -565px;
    margin-bottom: -565px;
  }

  .tw .lg\:last\:-my-114:last-child{
    margin-top: -570px;
    margin-bottom: -570px;
  }

  .tw .lg\:last\:-my-115:last-child{
    margin-top: -575px;
    margin-bottom: -575px;
  }

  .tw .lg\:last\:-my-116:last-child{
    margin-top: -580px;
    margin-bottom: -580px;
  }

  .tw .lg\:last\:-my-117:last-child{
    margin-top: -585px;
    margin-bottom: -585px;
  }

  .tw .lg\:last\:-my-118:last-child{
    margin-top: -590px;
    margin-bottom: -590px;
  }

  .tw .lg\:last\:-my-119:last-child{
    margin-top: -595px;
    margin-bottom: -595px;
  }

  .tw .lg\:last\:-my-120:last-child{
    margin-top: -600px;
    margin-bottom: -600px;
  }

  .tw .lg\:last\:-my-121:last-child{
    margin-top: -605px;
    margin-bottom: -605px;
  }

  .tw .lg\:last\:-my-122:last-child{
    margin-top: -610px;
    margin-bottom: -610px;
  }

  .tw .lg\:last\:-my-123:last-child{
    margin-top: -615px;
    margin-bottom: -615px;
  }

  .tw .lg\:last\:-my-124:last-child{
    margin-top: -620px;
    margin-bottom: -620px;
  }

  .tw .lg\:last\:-my-125:last-child{
    margin-top: -625px;
    margin-bottom: -625px;
  }

  .tw .lg\:last\:-my-126:last-child{
    margin-top: -630px;
    margin-bottom: -630px;
  }

  .tw .lg\:last\:-my-127:last-child{
    margin-top: -635px;
    margin-bottom: -635px;
  }

  .tw .lg\:last\:-my-128:last-child{
    margin-top: -640px;
    margin-bottom: -640px;
  }

  .tw .lg\:last\:-my-129:last-child{
    margin-top: -645px;
    margin-bottom: -645px;
  }

  .tw .lg\:last\:-my-130:last-child{
    margin-top: -650px;
    margin-bottom: -650px;
  }

  .tw .lg\:last\:-my-131:last-child{
    margin-top: -655px;
    margin-bottom: -655px;
  }

  .tw .lg\:last\:-my-132:last-child{
    margin-top: -660px;
    margin-bottom: -660px;
  }

  .tw .lg\:last\:-my-133:last-child{
    margin-top: -665px;
    margin-bottom: -665px;
  }

  .tw .lg\:last\:-my-134:last-child{
    margin-top: -670px;
    margin-bottom: -670px;
  }

  .tw .lg\:last\:-my-135:last-child{
    margin-top: -675px;
    margin-bottom: -675px;
  }

  .tw .lg\:last\:-my-136:last-child{
    margin-top: -680px;
    margin-bottom: -680px;
  }

  .tw .lg\:last\:-my-137:last-child{
    margin-top: -685px;
    margin-bottom: -685px;
  }

  .tw .lg\:last\:-my-138:last-child{
    margin-top: -690px;
    margin-bottom: -690px;
  }

  .tw .lg\:last\:-my-139:last-child{
    margin-top: -695px;
    margin-bottom: -695px;
  }

  .tw .lg\:last\:-my-140:last-child{
    margin-top: -700px;
    margin-bottom: -700px;
  }

  .tw .lg\:last\:-my-141:last-child{
    margin-top: -705px;
    margin-bottom: -705px;
  }

  .tw .lg\:last\:-my-142:last-child{
    margin-top: -710px;
    margin-bottom: -710px;
  }

  .tw .lg\:last\:-my-143:last-child{
    margin-top: -715px;
    margin-bottom: -715px;
  }

  .tw .lg\:last\:-my-144:last-child{
    margin-top: -720px;
    margin-bottom: -720px;
  }

  .tw .lg\:last\:-my-145:last-child{
    margin-top: -725px;
    margin-bottom: -725px;
  }

  .tw .lg\:last\:-my-146:last-child{
    margin-top: -730px;
    margin-bottom: -730px;
  }

  .tw .lg\:last\:-my-147:last-child{
    margin-top: -735px;
    margin-bottom: -735px;
  }

  .tw .lg\:last\:-my-148:last-child{
    margin-top: -740px;
    margin-bottom: -740px;
  }

  .tw .lg\:last\:-my-149:last-child{
    margin-top: -745px;
    margin-bottom: -745px;
  }

  .tw .lg\:last\:-my-0\.5:last-child{
    margin-top: -3px;
    margin-bottom: -3px;
  }

  .tw .lg\:last\:-my-1px:last-child{
    margin-top: -1px;
    margin-bottom: -1px;
  }

  .tw .lg\:last\:-my-2px:last-child{
    margin-top: -2px;
    margin-bottom: -2px;
  }

  .tw .lg\:last\:-my-3px:last-child{
    margin-top: -3px;
    margin-bottom: -3px;
  }

  .tw .lg\:last\:-my-4px:last-child{
    margin-top: -4px;
    margin-bottom: -4px;
  }

  .tw .lg\:last\:-my-5px:last-child{
    margin-top: -5px;
    margin-bottom: -5px;
  }

  .tw .lg\:last\:-my-6px:last-child{
    margin-top: -6px;
    margin-bottom: -6px;
  }

  .tw .lg\:last\:-my-7px:last-child{
    margin-top: -7px;
    margin-bottom: -7px;
  }

  .tw .lg\:last\:-my-8px:last-child{
    margin-top: -8px;
    margin-bottom: -8px;
  }

  .tw .lg\:last\:-my-9px:last-child{
    margin-top: -9px;
    margin-bottom: -9px;
  }

  .tw .lg\:last\:-my-10px:last-child{
    margin-top: -10px;
    margin-bottom: -10px;
  }

  .tw .lg\:last\:-my-11px:last-child{
    margin-top: -11px;
    margin-bottom: -11px;
  }

  .tw .lg\:last\:-my-12px:last-child{
    margin-top: -12px;
    margin-bottom: -12px;
  }

  .tw .lg\:last\:-my-13px:last-child{
    margin-top: -13px;
    margin-bottom: -13px;
  }

  .tw .lg\:last\:-my-14px:last-child{
    margin-top: -14px;
    margin-bottom: -14px;
  }

  .tw .lg\:last\:-my-15px:last-child{
    margin-top: -15px;
    margin-bottom: -15px;
  }

  .tw .lg\:last\:-my-16px:last-child{
    margin-top: -16px;
    margin-bottom: -16px;
  }

  .tw .lg\:last\:-my-17px:last-child{
    margin-top: -17px;
    margin-bottom: -17px;
  }

  .tw .lg\:last\:-my-18px:last-child{
    margin-top: -18px;
    margin-bottom: -18px;
  }

  .tw .lg\:last\:-my-19px:last-child{
    margin-top: -19px;
    margin-bottom: -19px;
  }

  .tw .lg\:last\:-my-20px:last-child{
    margin-top: -20px;
    margin-bottom: -20px;
  }

  .tw .lg\:last\:-my-21px:last-child{
    margin-top: -21px;
    margin-bottom: -21px;
  }

  .tw .lg\:last\:-my-22px:last-child{
    margin-top: -22px;
    margin-bottom: -22px;
  }

  .tw .lg\:last\:-my-23px:last-child{
    margin-top: -23px;
    margin-bottom: -23px;
  }

  .tw .lg\:last\:-my-24px:last-child{
    margin-top: -24px;
    margin-bottom: -24px;
  }

  .tw .lg\:last\:-my-25px:last-child{
    margin-top: -25px;
    margin-bottom: -25px;
  }

  .tw .lg\:last\:-my-26px:last-child{
    margin-top: -26px;
    margin-bottom: -26px;
  }

  .tw .lg\:last\:-my-27px:last-child{
    margin-top: -27px;
    margin-bottom: -27px;
  }

  .tw .lg\:last\:-my-28px:last-child{
    margin-top: -28px;
    margin-bottom: -28px;
  }

  .tw .lg\:last\:-my-29px:last-child{
    margin-top: -29px;
    margin-bottom: -29px;
  }

  .tw .lg\:last\:-my-30px:last-child{
    margin-top: -30px;
    margin-bottom: -30px;
  }

  .tw .lg\:last\:-my-31px:last-child{
    margin-top: -31px;
    margin-bottom: -31px;
  }

  .tw .lg\:last\:-my-32px:last-child{
    margin-top: -32px;
    margin-bottom: -32px;
  }

  .tw .lg\:last\:-my-33px:last-child{
    margin-top: -33px;
    margin-bottom: -33px;
  }

  .tw .lg\:last\:-my-34px:last-child{
    margin-top: -34px;
    margin-bottom: -34px;
  }

  .tw .lg\:last\:-my-35px:last-child{
    margin-top: -35px;
    margin-bottom: -35px;
  }

  .tw .lg\:last\:-my-36px:last-child{
    margin-top: -36px;
    margin-bottom: -36px;
  }

  .tw .lg\:last\:-my-37px:last-child{
    margin-top: -37px;
    margin-bottom: -37px;
  }

  .tw .lg\:last\:-my-38px:last-child{
    margin-top: -38px;
    margin-bottom: -38px;
  }

  .tw .lg\:last\:-my-39px:last-child{
    margin-top: -39px;
    margin-bottom: -39px;
  }

  .tw .lg\:last\:-my-40px:last-child{
    margin-top: -40px;
    margin-bottom: -40px;
  }

  .tw .lg\:mt-0{
    margin-top: 0px;
  }

  .tw .lg\:mt-1{
    margin-top: 5px;
  }

  .tw .lg\:mt-2{
    margin-top: 10px;
  }

  .tw .lg\:mt-3{
    margin-top: 15px;
  }

  .tw .lg\:mt-4{
    margin-top: 20px;
  }

  .tw .lg\:mt-5{
    margin-top: 25px;
  }

  .tw .lg\:mt-6{
    margin-top: 30px;
  }

  .tw .lg\:mt-7{
    margin-top: 35px;
  }

  .tw .lg\:mt-8{
    margin-top: 40px;
  }

  .tw .lg\:mt-9{
    margin-top: 45px;
  }

  .tw .lg\:mt-10{
    margin-top: 50px;
  }

  .tw .lg\:mt-11{
    margin-top: 55px;
  }

  .tw .lg\:mt-12{
    margin-top: 60px;
  }

  .tw .lg\:mt-13{
    margin-top: 65px;
  }

  .tw .lg\:mt-14{
    margin-top: 70px;
  }

  .tw .lg\:mt-15{
    margin-top: 75px;
  }

  .tw .lg\:mt-16{
    margin-top: 80px;
  }

  .tw .lg\:mt-17{
    margin-top: 85px;
  }

  .tw .lg\:mt-18{
    margin-top: 90px;
  }

  .tw .lg\:mt-19{
    margin-top: 95px;
  }

  .tw .lg\:mt-20{
    margin-top: 100px;
  }

  .tw .lg\:mt-21{
    margin-top: 105px;
  }

  .tw .lg\:mt-22{
    margin-top: 110px;
  }

  .tw .lg\:mt-23{
    margin-top: 115px;
  }

  .tw .lg\:mt-24{
    margin-top: 120px;
  }

  .tw .lg\:mt-25{
    margin-top: 125px;
  }

  .tw .lg\:mt-26{
    margin-top: 130px;
  }

  .tw .lg\:mt-27{
    margin-top: 135px;
  }

  .tw .lg\:mt-28{
    margin-top: 140px;
  }

  .tw .lg\:mt-29{
    margin-top: 145px;
  }

  .tw .lg\:mt-30{
    margin-top: 150px;
  }

  .tw .lg\:mt-31{
    margin-top: 155px;
  }

  .tw .lg\:mt-32{
    margin-top: 160px;
  }

  .tw .lg\:mt-33{
    margin-top: 165px;
  }

  .tw .lg\:mt-34{
    margin-top: 170px;
  }

  .tw .lg\:mt-35{
    margin-top: 175px;
  }

  .tw .lg\:mt-36{
    margin-top: 180px;
  }

  .tw .lg\:mt-37{
    margin-top: 185px;
  }

  .tw .lg\:mt-38{
    margin-top: 190px;
  }

  .tw .lg\:mt-39{
    margin-top: 195px;
  }

  .tw .lg\:mt-40{
    margin-top: 200px;
  }

  .tw .lg\:mt-41{
    margin-top: 205px;
  }

  .tw .lg\:mt-42{
    margin-top: 210px;
  }

  .tw .lg\:mt-43{
    margin-top: 215px;
  }

  .tw .lg\:mt-44{
    margin-top: 220px;
  }

  .tw .lg\:mt-45{
    margin-top: 225px;
  }

  .tw .lg\:mt-46{
    margin-top: 230px;
  }

  .tw .lg\:mt-47{
    margin-top: 235px;
  }

  .tw .lg\:mt-48{
    margin-top: 240px;
  }

  .tw .lg\:mt-49{
    margin-top: 245px;
  }

  .tw .lg\:mt-50{
    margin-top: 250px;
  }

  .tw .lg\:mt-51{
    margin-top: 255px;
  }

  .tw .lg\:mt-52{
    margin-top: 260px;
  }

  .tw .lg\:mt-53{
    margin-top: 265px;
  }

  .tw .lg\:mt-54{
    margin-top: 270px;
  }

  .tw .lg\:mt-55{
    margin-top: 275px;
  }

  .tw .lg\:mt-56{
    margin-top: 280px;
  }

  .tw .lg\:mt-57{
    margin-top: 285px;
  }

  .tw .lg\:mt-58{
    margin-top: 290px;
  }

  .tw .lg\:mt-59{
    margin-top: 295px;
  }

  .tw .lg\:mt-60{
    margin-top: 300px;
  }

  .tw .lg\:mt-61{
    margin-top: 305px;
  }

  .tw .lg\:mt-62{
    margin-top: 310px;
  }

  .tw .lg\:mt-63{
    margin-top: 315px;
  }

  .tw .lg\:mt-64{
    margin-top: 320px;
  }

  .tw .lg\:mt-65{
    margin-top: 325px;
  }

  .tw .lg\:mt-66{
    margin-top: 330px;
  }

  .tw .lg\:mt-67{
    margin-top: 335px;
  }

  .tw .lg\:mt-68{
    margin-top: 340px;
  }

  .tw .lg\:mt-69{
    margin-top: 345px;
  }

  .tw .lg\:mt-70{
    margin-top: 350px;
  }

  .tw .lg\:mt-71{
    margin-top: 355px;
  }

  .tw .lg\:mt-72{
    margin-top: 360px;
  }

  .tw .lg\:mt-73{
    margin-top: 365px;
  }

  .tw .lg\:mt-74{
    margin-top: 370px;
  }

  .tw .lg\:mt-75{
    margin-top: 375px;
  }

  .tw .lg\:mt-76{
    margin-top: 380px;
  }

  .tw .lg\:mt-77{
    margin-top: 385px;
  }

  .tw .lg\:mt-78{
    margin-top: 390px;
  }

  .tw .lg\:mt-79{
    margin-top: 395px;
  }

  .tw .lg\:mt-80{
    margin-top: 400px;
  }

  .tw .lg\:mt-81{
    margin-top: 405px;
  }

  .tw .lg\:mt-82{
    margin-top: 410px;
  }

  .tw .lg\:mt-83{
    margin-top: 415px;
  }

  .tw .lg\:mt-84{
    margin-top: 420px;
  }

  .tw .lg\:mt-85{
    margin-top: 425px;
  }

  .tw .lg\:mt-86{
    margin-top: 430px;
  }

  .tw .lg\:mt-87{
    margin-top: 435px;
  }

  .tw .lg\:mt-88{
    margin-top: 440px;
  }

  .tw .lg\:mt-89{
    margin-top: 445px;
  }

  .tw .lg\:mt-90{
    margin-top: 450px;
  }

  .tw .lg\:mt-91{
    margin-top: 455px;
  }

  .tw .lg\:mt-92{
    margin-top: 460px;
  }

  .tw .lg\:mt-93{
    margin-top: 465px;
  }

  .tw .lg\:mt-94{
    margin-top: 470px;
  }

  .tw .lg\:mt-95{
    margin-top: 475px;
  }

  .tw .lg\:mt-96{
    margin-top: 480px;
  }

  .tw .lg\:mt-97{
    margin-top: 485px;
  }

  .tw .lg\:mt-98{
    margin-top: 490px;
  }

  .tw .lg\:mt-99{
    margin-top: 495px;
  }

  .tw .lg\:mt-100{
    margin-top: 500px;
  }

  .tw .lg\:mt-101{
    margin-top: 505px;
  }

  .tw .lg\:mt-102{
    margin-top: 510px;
  }

  .tw .lg\:mt-103{
    margin-top: 515px;
  }

  .tw .lg\:mt-104{
    margin-top: 520px;
  }

  .tw .lg\:mt-105{
    margin-top: 525px;
  }

  .tw .lg\:mt-106{
    margin-top: 530px;
  }

  .tw .lg\:mt-107{
    margin-top: 535px;
  }

  .tw .lg\:mt-108{
    margin-top: 540px;
  }

  .tw .lg\:mt-109{
    margin-top: 545px;
  }

  .tw .lg\:mt-110{
    margin-top: 550px;
  }

  .tw .lg\:mt-111{
    margin-top: 555px;
  }

  .tw .lg\:mt-112{
    margin-top: 560px;
  }

  .tw .lg\:mt-113{
    margin-top: 565px;
  }

  .tw .lg\:mt-114{
    margin-top: 570px;
  }

  .tw .lg\:mt-115{
    margin-top: 575px;
  }

  .tw .lg\:mt-116{
    margin-top: 580px;
  }

  .tw .lg\:mt-117{
    margin-top: 585px;
  }

  .tw .lg\:mt-118{
    margin-top: 590px;
  }

  .tw .lg\:mt-119{
    margin-top: 595px;
  }

  .tw .lg\:mt-120{
    margin-top: 600px;
  }

  .tw .lg\:mt-121{
    margin-top: 605px;
  }

  .tw .lg\:mt-122{
    margin-top: 610px;
  }

  .tw .lg\:mt-123{
    margin-top: 615px;
  }

  .tw .lg\:mt-124{
    margin-top: 620px;
  }

  .tw .lg\:mt-125{
    margin-top: 625px;
  }

  .tw .lg\:mt-126{
    margin-top: 630px;
  }

  .tw .lg\:mt-127{
    margin-top: 635px;
  }

  .tw .lg\:mt-128{
    margin-top: 640px;
  }

  .tw .lg\:mt-129{
    margin-top: 645px;
  }

  .tw .lg\:mt-130{
    margin-top: 650px;
  }

  .tw .lg\:mt-131{
    margin-top: 655px;
  }

  .tw .lg\:mt-132{
    margin-top: 660px;
  }

  .tw .lg\:mt-133{
    margin-top: 665px;
  }

  .tw .lg\:mt-134{
    margin-top: 670px;
  }

  .tw .lg\:mt-135{
    margin-top: 675px;
  }

  .tw .lg\:mt-136{
    margin-top: 680px;
  }

  .tw .lg\:mt-137{
    margin-top: 685px;
  }

  .tw .lg\:mt-138{
    margin-top: 690px;
  }

  .tw .lg\:mt-139{
    margin-top: 695px;
  }

  .tw .lg\:mt-140{
    margin-top: 700px;
  }

  .tw .lg\:mt-141{
    margin-top: 705px;
  }

  .tw .lg\:mt-142{
    margin-top: 710px;
  }

  .tw .lg\:mt-143{
    margin-top: 715px;
  }

  .tw .lg\:mt-144{
    margin-top: 720px;
  }

  .tw .lg\:mt-145{
    margin-top: 725px;
  }

  .tw .lg\:mt-146{
    margin-top: 730px;
  }

  .tw .lg\:mt-147{
    margin-top: 735px;
  }

  .tw .lg\:mt-148{
    margin-top: 740px;
  }

  .tw .lg\:mt-149{
    margin-top: 745px;
  }

  .tw .lg\:mt-auto{
    margin-top: auto;
  }

  .tw .lg\:mt-0\.5{
    margin-top: 3px;
  }

  .tw .lg\:mt-1px{
    margin-top: 1px;
  }

  .tw .lg\:mt-2px{
    margin-top: 2px;
  }

  .tw .lg\:mt-3px{
    margin-top: 3px;
  }

  .tw .lg\:mt-4px{
    margin-top: 4px;
  }

  .tw .lg\:mt-5px{
    margin-top: 5px;
  }

  .tw .lg\:mt-6px{
    margin-top: 6px;
  }

  .tw .lg\:mt-7px{
    margin-top: 7px;
  }

  .tw .lg\:mt-8px{
    margin-top: 8px;
  }

  .tw .lg\:mt-9px{
    margin-top: 9px;
  }

  .tw .lg\:mt-10px{
    margin-top: 10px;
  }

  .tw .lg\:mt-11px{
    margin-top: 11px;
  }

  .tw .lg\:mt-12px{
    margin-top: 12px;
  }

  .tw .lg\:mt-13px{
    margin-top: 13px;
  }

  .tw .lg\:mt-14px{
    margin-top: 14px;
  }

  .tw .lg\:mt-15px{
    margin-top: 15px;
  }

  .tw .lg\:mt-16px{
    margin-top: 16px;
  }

  .tw .lg\:mt-17px{
    margin-top: 17px;
  }

  .tw .lg\:mt-18px{
    margin-top: 18px;
  }

  .tw .lg\:mt-19px{
    margin-top: 19px;
  }

  .tw .lg\:mt-20px{
    margin-top: 20px;
  }

  .tw .lg\:mt-21px{
    margin-top: 21px;
  }

  .tw .lg\:mt-22px{
    margin-top: 22px;
  }

  .tw .lg\:mt-23px{
    margin-top: 23px;
  }

  .tw .lg\:mt-24px{
    margin-top: 24px;
  }

  .tw .lg\:mt-25px{
    margin-top: 25px;
  }

  .tw .lg\:mt-26px{
    margin-top: 26px;
  }

  .tw .lg\:mt-27px{
    margin-top: 27px;
  }

  .tw .lg\:mt-28px{
    margin-top: 28px;
  }

  .tw .lg\:mt-29px{
    margin-top: 29px;
  }

  .tw .lg\:mt-30px{
    margin-top: 30px;
  }

  .tw .lg\:mt-31px{
    margin-top: 31px;
  }

  .tw .lg\:mt-32px{
    margin-top: 32px;
  }

  .tw .lg\:mt-33px{
    margin-top: 33px;
  }

  .tw .lg\:mt-34px{
    margin-top: 34px;
  }

  .tw .lg\:mt-35px{
    margin-top: 35px;
  }

  .tw .lg\:mt-36px{
    margin-top: 36px;
  }

  .tw .lg\:mt-37px{
    margin-top: 37px;
  }

  .tw .lg\:mt-38px{
    margin-top: 38px;
  }

  .tw .lg\:mt-39px{
    margin-top: 39px;
  }

  .tw .lg\:mt-40px{
    margin-top: 40px;
  }

  .tw .lg\:-mt-0{
    margin-top: 0px;
  }

  .tw .lg\:-mt-1{
    margin-top: -5px;
  }

  .tw .lg\:-mt-2{
    margin-top: -10px;
  }

  .tw .lg\:-mt-3{
    margin-top: -15px;
  }

  .tw .lg\:-mt-4{
    margin-top: -20px;
  }

  .tw .lg\:-mt-5{
    margin-top: -25px;
  }

  .tw .lg\:-mt-6{
    margin-top: -30px;
  }

  .tw .lg\:-mt-7{
    margin-top: -35px;
  }

  .tw .lg\:-mt-8{
    margin-top: -40px;
  }

  .tw .lg\:-mt-9{
    margin-top: -45px;
  }

  .tw .lg\:-mt-10{
    margin-top: -50px;
  }

  .tw .lg\:-mt-11{
    margin-top: -55px;
  }

  .tw .lg\:-mt-12{
    margin-top: -60px;
  }

  .tw .lg\:-mt-13{
    margin-top: -65px;
  }

  .tw .lg\:-mt-14{
    margin-top: -70px;
  }

  .tw .lg\:-mt-15{
    margin-top: -75px;
  }

  .tw .lg\:-mt-16{
    margin-top: -80px;
  }

  .tw .lg\:-mt-17{
    margin-top: -85px;
  }

  .tw .lg\:-mt-18{
    margin-top: -90px;
  }

  .tw .lg\:-mt-19{
    margin-top: -95px;
  }

  .tw .lg\:-mt-20{
    margin-top: -100px;
  }

  .tw .lg\:-mt-21{
    margin-top: -105px;
  }

  .tw .lg\:-mt-22{
    margin-top: -110px;
  }

  .tw .lg\:-mt-23{
    margin-top: -115px;
  }

  .tw .lg\:-mt-24{
    margin-top: -120px;
  }

  .tw .lg\:-mt-25{
    margin-top: -125px;
  }

  .tw .lg\:-mt-26{
    margin-top: -130px;
  }

  .tw .lg\:-mt-27{
    margin-top: -135px;
  }

  .tw .lg\:-mt-28{
    margin-top: -140px;
  }

  .tw .lg\:-mt-29{
    margin-top: -145px;
  }

  .tw .lg\:-mt-30{
    margin-top: -150px;
  }

  .tw .lg\:-mt-31{
    margin-top: -155px;
  }

  .tw .lg\:-mt-32{
    margin-top: -160px;
  }

  .tw .lg\:-mt-33{
    margin-top: -165px;
  }

  .tw .lg\:-mt-34{
    margin-top: -170px;
  }

  .tw .lg\:-mt-35{
    margin-top: -175px;
  }

  .tw .lg\:-mt-36{
    margin-top: -180px;
  }

  .tw .lg\:-mt-37{
    margin-top: -185px;
  }

  .tw .lg\:-mt-38{
    margin-top: -190px;
  }

  .tw .lg\:-mt-39{
    margin-top: -195px;
  }

  .tw .lg\:-mt-40{
    margin-top: -200px;
  }

  .tw .lg\:-mt-41{
    margin-top: -205px;
  }

  .tw .lg\:-mt-42{
    margin-top: -210px;
  }

  .tw .lg\:-mt-43{
    margin-top: -215px;
  }

  .tw .lg\:-mt-44{
    margin-top: -220px;
  }

  .tw .lg\:-mt-45{
    margin-top: -225px;
  }

  .tw .lg\:-mt-46{
    margin-top: -230px;
  }

  .tw .lg\:-mt-47{
    margin-top: -235px;
  }

  .tw .lg\:-mt-48{
    margin-top: -240px;
  }

  .tw .lg\:-mt-49{
    margin-top: -245px;
  }

  .tw .lg\:-mt-50{
    margin-top: -250px;
  }

  .tw .lg\:-mt-51{
    margin-top: -255px;
  }

  .tw .lg\:-mt-52{
    margin-top: -260px;
  }

  .tw .lg\:-mt-53{
    margin-top: -265px;
  }

  .tw .lg\:-mt-54{
    margin-top: -270px;
  }

  .tw .lg\:-mt-55{
    margin-top: -275px;
  }

  .tw .lg\:-mt-56{
    margin-top: -280px;
  }

  .tw .lg\:-mt-57{
    margin-top: -285px;
  }

  .tw .lg\:-mt-58{
    margin-top: -290px;
  }

  .tw .lg\:-mt-59{
    margin-top: -295px;
  }

  .tw .lg\:-mt-60{
    margin-top: -300px;
  }

  .tw .lg\:-mt-61{
    margin-top: -305px;
  }

  .tw .lg\:-mt-62{
    margin-top: -310px;
  }

  .tw .lg\:-mt-63{
    margin-top: -315px;
  }

  .tw .lg\:-mt-64{
    margin-top: -320px;
  }

  .tw .lg\:-mt-65{
    margin-top: -325px;
  }

  .tw .lg\:-mt-66{
    margin-top: -330px;
  }

  .tw .lg\:-mt-67{
    margin-top: -335px;
  }

  .tw .lg\:-mt-68{
    margin-top: -340px;
  }

  .tw .lg\:-mt-69{
    margin-top: -345px;
  }

  .tw .lg\:-mt-70{
    margin-top: -350px;
  }

  .tw .lg\:-mt-71{
    margin-top: -355px;
  }

  .tw .lg\:-mt-72{
    margin-top: -360px;
  }

  .tw .lg\:-mt-73{
    margin-top: -365px;
  }

  .tw .lg\:-mt-74{
    margin-top: -370px;
  }

  .tw .lg\:-mt-75{
    margin-top: -375px;
  }

  .tw .lg\:-mt-76{
    margin-top: -380px;
  }

  .tw .lg\:-mt-77{
    margin-top: -385px;
  }

  .tw .lg\:-mt-78{
    margin-top: -390px;
  }

  .tw .lg\:-mt-79{
    margin-top: -395px;
  }

  .tw .lg\:-mt-80{
    margin-top: -400px;
  }

  .tw .lg\:-mt-81{
    margin-top: -405px;
  }

  .tw .lg\:-mt-82{
    margin-top: -410px;
  }

  .tw .lg\:-mt-83{
    margin-top: -415px;
  }

  .tw .lg\:-mt-84{
    margin-top: -420px;
  }

  .tw .lg\:-mt-85{
    margin-top: -425px;
  }

  .tw .lg\:-mt-86{
    margin-top: -430px;
  }

  .tw .lg\:-mt-87{
    margin-top: -435px;
  }

  .tw .lg\:-mt-88{
    margin-top: -440px;
  }

  .tw .lg\:-mt-89{
    margin-top: -445px;
  }

  .tw .lg\:-mt-90{
    margin-top: -450px;
  }

  .tw .lg\:-mt-91{
    margin-top: -455px;
  }

  .tw .lg\:-mt-92{
    margin-top: -460px;
  }

  .tw .lg\:-mt-93{
    margin-top: -465px;
  }

  .tw .lg\:-mt-94{
    margin-top: -470px;
  }

  .tw .lg\:-mt-95{
    margin-top: -475px;
  }

  .tw .lg\:-mt-96{
    margin-top: -480px;
  }

  .tw .lg\:-mt-97{
    margin-top: -485px;
  }

  .tw .lg\:-mt-98{
    margin-top: -490px;
  }

  .tw .lg\:-mt-99{
    margin-top: -495px;
  }

  .tw .lg\:-mt-100{
    margin-top: -500px;
  }

  .tw .lg\:-mt-101{
    margin-top: -505px;
  }

  .tw .lg\:-mt-102{
    margin-top: -510px;
  }

  .tw .lg\:-mt-103{
    margin-top: -515px;
  }

  .tw .lg\:-mt-104{
    margin-top: -520px;
  }

  .tw .lg\:-mt-105{
    margin-top: -525px;
  }

  .tw .lg\:-mt-106{
    margin-top: -530px;
  }

  .tw .lg\:-mt-107{
    margin-top: -535px;
  }

  .tw .lg\:-mt-108{
    margin-top: -540px;
  }

  .tw .lg\:-mt-109{
    margin-top: -545px;
  }

  .tw .lg\:-mt-110{
    margin-top: -550px;
  }

  .tw .lg\:-mt-111{
    margin-top: -555px;
  }

  .tw .lg\:-mt-112{
    margin-top: -560px;
  }

  .tw .lg\:-mt-113{
    margin-top: -565px;
  }

  .tw .lg\:-mt-114{
    margin-top: -570px;
  }

  .tw .lg\:-mt-115{
    margin-top: -575px;
  }

  .tw .lg\:-mt-116{
    margin-top: -580px;
  }

  .tw .lg\:-mt-117{
    margin-top: -585px;
  }

  .tw .lg\:-mt-118{
    margin-top: -590px;
  }

  .tw .lg\:-mt-119{
    margin-top: -595px;
  }

  .tw .lg\:-mt-120{
    margin-top: -600px;
  }

  .tw .lg\:-mt-121{
    margin-top: -605px;
  }

  .tw .lg\:-mt-122{
    margin-top: -610px;
  }

  .tw .lg\:-mt-123{
    margin-top: -615px;
  }

  .tw .lg\:-mt-124{
    margin-top: -620px;
  }

  .tw .lg\:-mt-125{
    margin-top: -625px;
  }

  .tw .lg\:-mt-126{
    margin-top: -630px;
  }

  .tw .lg\:-mt-127{
    margin-top: -635px;
  }

  .tw .lg\:-mt-128{
    margin-top: -640px;
  }

  .tw .lg\:-mt-129{
    margin-top: -645px;
  }

  .tw .lg\:-mt-130{
    margin-top: -650px;
  }

  .tw .lg\:-mt-131{
    margin-top: -655px;
  }

  .tw .lg\:-mt-132{
    margin-top: -660px;
  }

  .tw .lg\:-mt-133{
    margin-top: -665px;
  }

  .tw .lg\:-mt-134{
    margin-top: -670px;
  }

  .tw .lg\:-mt-135{
    margin-top: -675px;
  }

  .tw .lg\:-mt-136{
    margin-top: -680px;
  }

  .tw .lg\:-mt-137{
    margin-top: -685px;
  }

  .tw .lg\:-mt-138{
    margin-top: -690px;
  }

  .tw .lg\:-mt-139{
    margin-top: -695px;
  }

  .tw .lg\:-mt-140{
    margin-top: -700px;
  }

  .tw .lg\:-mt-141{
    margin-top: -705px;
  }

  .tw .lg\:-mt-142{
    margin-top: -710px;
  }

  .tw .lg\:-mt-143{
    margin-top: -715px;
  }

  .tw .lg\:-mt-144{
    margin-top: -720px;
  }

  .tw .lg\:-mt-145{
    margin-top: -725px;
  }

  .tw .lg\:-mt-146{
    margin-top: -730px;
  }

  .tw .lg\:-mt-147{
    margin-top: -735px;
  }

  .tw .lg\:-mt-148{
    margin-top: -740px;
  }

  .tw .lg\:-mt-149{
    margin-top: -745px;
  }

  .tw .lg\:-mt-0\.5{
    margin-top: -3px;
  }

  .tw .lg\:-mt-1px{
    margin-top: -1px;
  }

  .tw .lg\:-mt-2px{
    margin-top: -2px;
  }

  .tw .lg\:-mt-3px{
    margin-top: -3px;
  }

  .tw .lg\:-mt-4px{
    margin-top: -4px;
  }

  .tw .lg\:-mt-5px{
    margin-top: -5px;
  }

  .tw .lg\:-mt-6px{
    margin-top: -6px;
  }

  .tw .lg\:-mt-7px{
    margin-top: -7px;
  }

  .tw .lg\:-mt-8px{
    margin-top: -8px;
  }

  .tw .lg\:-mt-9px{
    margin-top: -9px;
  }

  .tw .lg\:-mt-10px{
    margin-top: -10px;
  }

  .tw .lg\:-mt-11px{
    margin-top: -11px;
  }

  .tw .lg\:-mt-12px{
    margin-top: -12px;
  }

  .tw .lg\:-mt-13px{
    margin-top: -13px;
  }

  .tw .lg\:-mt-14px{
    margin-top: -14px;
  }

  .tw .lg\:-mt-15px{
    margin-top: -15px;
  }

  .tw .lg\:-mt-16px{
    margin-top: -16px;
  }

  .tw .lg\:-mt-17px{
    margin-top: -17px;
  }

  .tw .lg\:-mt-18px{
    margin-top: -18px;
  }

  .tw .lg\:-mt-19px{
    margin-top: -19px;
  }

  .tw .lg\:-mt-20px{
    margin-top: -20px;
  }

  .tw .lg\:-mt-21px{
    margin-top: -21px;
  }

  .tw .lg\:-mt-22px{
    margin-top: -22px;
  }

  .tw .lg\:-mt-23px{
    margin-top: -23px;
  }

  .tw .lg\:-mt-24px{
    margin-top: -24px;
  }

  .tw .lg\:-mt-25px{
    margin-top: -25px;
  }

  .tw .lg\:-mt-26px{
    margin-top: -26px;
  }

  .tw .lg\:-mt-27px{
    margin-top: -27px;
  }

  .tw .lg\:-mt-28px{
    margin-top: -28px;
  }

  .tw .lg\:-mt-29px{
    margin-top: -29px;
  }

  .tw .lg\:-mt-30px{
    margin-top: -30px;
  }

  .tw .lg\:-mt-31px{
    margin-top: -31px;
  }

  .tw .lg\:-mt-32px{
    margin-top: -32px;
  }

  .tw .lg\:-mt-33px{
    margin-top: -33px;
  }

  .tw .lg\:-mt-34px{
    margin-top: -34px;
  }

  .tw .lg\:-mt-35px{
    margin-top: -35px;
  }

  .tw .lg\:-mt-36px{
    margin-top: -36px;
  }

  .tw .lg\:-mt-37px{
    margin-top: -37px;
  }

  .tw .lg\:-mt-38px{
    margin-top: -38px;
  }

  .tw .lg\:-mt-39px{
    margin-top: -39px;
  }

  .tw .lg\:-mt-40px{
    margin-top: -40px;
  }

  .tw .lg\:mr-0{
    margin-right: 0px;
  }

  .tw .lg\:mr-1{
    margin-right: 5px;
  }

  .tw .lg\:mr-2{
    margin-right: 10px;
  }

  .tw .lg\:mr-3{
    margin-right: 15px;
  }

  .tw .lg\:mr-4{
    margin-right: 20px;
  }

  .tw .lg\:mr-5{
    margin-right: 25px;
  }

  .tw .lg\:mr-6{
    margin-right: 30px;
  }

  .tw .lg\:mr-7{
    margin-right: 35px;
  }

  .tw .lg\:mr-8{
    margin-right: 40px;
  }

  .tw .lg\:mr-9{
    margin-right: 45px;
  }

  .tw .lg\:mr-10{
    margin-right: 50px;
  }

  .tw .lg\:mr-11{
    margin-right: 55px;
  }

  .tw .lg\:mr-12{
    margin-right: 60px;
  }

  .tw .lg\:mr-13{
    margin-right: 65px;
  }

  .tw .lg\:mr-14{
    margin-right: 70px;
  }

  .tw .lg\:mr-15{
    margin-right: 75px;
  }

  .tw .lg\:mr-16{
    margin-right: 80px;
  }

  .tw .lg\:mr-17{
    margin-right: 85px;
  }

  .tw .lg\:mr-18{
    margin-right: 90px;
  }

  .tw .lg\:mr-19{
    margin-right: 95px;
  }

  .tw .lg\:mr-20{
    margin-right: 100px;
  }

  .tw .lg\:mr-21{
    margin-right: 105px;
  }

  .tw .lg\:mr-22{
    margin-right: 110px;
  }

  .tw .lg\:mr-23{
    margin-right: 115px;
  }

  .tw .lg\:mr-24{
    margin-right: 120px;
  }

  .tw .lg\:mr-25{
    margin-right: 125px;
  }

  .tw .lg\:mr-26{
    margin-right: 130px;
  }

  .tw .lg\:mr-27{
    margin-right: 135px;
  }

  .tw .lg\:mr-28{
    margin-right: 140px;
  }

  .tw .lg\:mr-29{
    margin-right: 145px;
  }

  .tw .lg\:mr-30{
    margin-right: 150px;
  }

  .tw .lg\:mr-31{
    margin-right: 155px;
  }

  .tw .lg\:mr-32{
    margin-right: 160px;
  }

  .tw .lg\:mr-33{
    margin-right: 165px;
  }

  .tw .lg\:mr-34{
    margin-right: 170px;
  }

  .tw .lg\:mr-35{
    margin-right: 175px;
  }

  .tw .lg\:mr-36{
    margin-right: 180px;
  }

  .tw .lg\:mr-37{
    margin-right: 185px;
  }

  .tw .lg\:mr-38{
    margin-right: 190px;
  }

  .tw .lg\:mr-39{
    margin-right: 195px;
  }

  .tw .lg\:mr-40{
    margin-right: 200px;
  }

  .tw .lg\:mr-41{
    margin-right: 205px;
  }

  .tw .lg\:mr-42{
    margin-right: 210px;
  }

  .tw .lg\:mr-43{
    margin-right: 215px;
  }

  .tw .lg\:mr-44{
    margin-right: 220px;
  }

  .tw .lg\:mr-45{
    margin-right: 225px;
  }

  .tw .lg\:mr-46{
    margin-right: 230px;
  }

  .tw .lg\:mr-47{
    margin-right: 235px;
  }

  .tw .lg\:mr-48{
    margin-right: 240px;
  }

  .tw .lg\:mr-49{
    margin-right: 245px;
  }

  .tw .lg\:mr-50{
    margin-right: 250px;
  }

  .tw .lg\:mr-51{
    margin-right: 255px;
  }

  .tw .lg\:mr-52{
    margin-right: 260px;
  }

  .tw .lg\:mr-53{
    margin-right: 265px;
  }

  .tw .lg\:mr-54{
    margin-right: 270px;
  }

  .tw .lg\:mr-55{
    margin-right: 275px;
  }

  .tw .lg\:mr-56{
    margin-right: 280px;
  }

  .tw .lg\:mr-57{
    margin-right: 285px;
  }

  .tw .lg\:mr-58{
    margin-right: 290px;
  }

  .tw .lg\:mr-59{
    margin-right: 295px;
  }

  .tw .lg\:mr-60{
    margin-right: 300px;
  }

  .tw .lg\:mr-61{
    margin-right: 305px;
  }

  .tw .lg\:mr-62{
    margin-right: 310px;
  }

  .tw .lg\:mr-63{
    margin-right: 315px;
  }

  .tw .lg\:mr-64{
    margin-right: 320px;
  }

  .tw .lg\:mr-65{
    margin-right: 325px;
  }

  .tw .lg\:mr-66{
    margin-right: 330px;
  }

  .tw .lg\:mr-67{
    margin-right: 335px;
  }

  .tw .lg\:mr-68{
    margin-right: 340px;
  }

  .tw .lg\:mr-69{
    margin-right: 345px;
  }

  .tw .lg\:mr-70{
    margin-right: 350px;
  }

  .tw .lg\:mr-71{
    margin-right: 355px;
  }

  .tw .lg\:mr-72{
    margin-right: 360px;
  }

  .tw .lg\:mr-73{
    margin-right: 365px;
  }

  .tw .lg\:mr-74{
    margin-right: 370px;
  }

  .tw .lg\:mr-75{
    margin-right: 375px;
  }

  .tw .lg\:mr-76{
    margin-right: 380px;
  }

  .tw .lg\:mr-77{
    margin-right: 385px;
  }

  .tw .lg\:mr-78{
    margin-right: 390px;
  }

  .tw .lg\:mr-79{
    margin-right: 395px;
  }

  .tw .lg\:mr-80{
    margin-right: 400px;
  }

  .tw .lg\:mr-81{
    margin-right: 405px;
  }

  .tw .lg\:mr-82{
    margin-right: 410px;
  }

  .tw .lg\:mr-83{
    margin-right: 415px;
  }

  .tw .lg\:mr-84{
    margin-right: 420px;
  }

  .tw .lg\:mr-85{
    margin-right: 425px;
  }

  .tw .lg\:mr-86{
    margin-right: 430px;
  }

  .tw .lg\:mr-87{
    margin-right: 435px;
  }

  .tw .lg\:mr-88{
    margin-right: 440px;
  }

  .tw .lg\:mr-89{
    margin-right: 445px;
  }

  .tw .lg\:mr-90{
    margin-right: 450px;
  }

  .tw .lg\:mr-91{
    margin-right: 455px;
  }

  .tw .lg\:mr-92{
    margin-right: 460px;
  }

  .tw .lg\:mr-93{
    margin-right: 465px;
  }

  .tw .lg\:mr-94{
    margin-right: 470px;
  }

  .tw .lg\:mr-95{
    margin-right: 475px;
  }

  .tw .lg\:mr-96{
    margin-right: 480px;
  }

  .tw .lg\:mr-97{
    margin-right: 485px;
  }

  .tw .lg\:mr-98{
    margin-right: 490px;
  }

  .tw .lg\:mr-99{
    margin-right: 495px;
  }

  .tw .lg\:mr-100{
    margin-right: 500px;
  }

  .tw .lg\:mr-101{
    margin-right: 505px;
  }

  .tw .lg\:mr-102{
    margin-right: 510px;
  }

  .tw .lg\:mr-103{
    margin-right: 515px;
  }

  .tw .lg\:mr-104{
    margin-right: 520px;
  }

  .tw .lg\:mr-105{
    margin-right: 525px;
  }

  .tw .lg\:mr-106{
    margin-right: 530px;
  }

  .tw .lg\:mr-107{
    margin-right: 535px;
  }

  .tw .lg\:mr-108{
    margin-right: 540px;
  }

  .tw .lg\:mr-109{
    margin-right: 545px;
  }

  .tw .lg\:mr-110{
    margin-right: 550px;
  }

  .tw .lg\:mr-111{
    margin-right: 555px;
  }

  .tw .lg\:mr-112{
    margin-right: 560px;
  }

  .tw .lg\:mr-113{
    margin-right: 565px;
  }

  .tw .lg\:mr-114{
    margin-right: 570px;
  }

  .tw .lg\:mr-115{
    margin-right: 575px;
  }

  .tw .lg\:mr-116{
    margin-right: 580px;
  }

  .tw .lg\:mr-117{
    margin-right: 585px;
  }

  .tw .lg\:mr-118{
    margin-right: 590px;
  }

  .tw .lg\:mr-119{
    margin-right: 595px;
  }

  .tw .lg\:mr-120{
    margin-right: 600px;
  }

  .tw .lg\:mr-121{
    margin-right: 605px;
  }

  .tw .lg\:mr-122{
    margin-right: 610px;
  }

  .tw .lg\:mr-123{
    margin-right: 615px;
  }

  .tw .lg\:mr-124{
    margin-right: 620px;
  }

  .tw .lg\:mr-125{
    margin-right: 625px;
  }

  .tw .lg\:mr-126{
    margin-right: 630px;
  }

  .tw .lg\:mr-127{
    margin-right: 635px;
  }

  .tw .lg\:mr-128{
    margin-right: 640px;
  }

  .tw .lg\:mr-129{
    margin-right: 645px;
  }

  .tw .lg\:mr-130{
    margin-right: 650px;
  }

  .tw .lg\:mr-131{
    margin-right: 655px;
  }

  .tw .lg\:mr-132{
    margin-right: 660px;
  }

  .tw .lg\:mr-133{
    margin-right: 665px;
  }

  .tw .lg\:mr-134{
    margin-right: 670px;
  }

  .tw .lg\:mr-135{
    margin-right: 675px;
  }

  .tw .lg\:mr-136{
    margin-right: 680px;
  }

  .tw .lg\:mr-137{
    margin-right: 685px;
  }

  .tw .lg\:mr-138{
    margin-right: 690px;
  }

  .tw .lg\:mr-139{
    margin-right: 695px;
  }

  .tw .lg\:mr-140{
    margin-right: 700px;
  }

  .tw .lg\:mr-141{
    margin-right: 705px;
  }

  .tw .lg\:mr-142{
    margin-right: 710px;
  }

  .tw .lg\:mr-143{
    margin-right: 715px;
  }

  .tw .lg\:mr-144{
    margin-right: 720px;
  }

  .tw .lg\:mr-145{
    margin-right: 725px;
  }

  .tw .lg\:mr-146{
    margin-right: 730px;
  }

  .tw .lg\:mr-147{
    margin-right: 735px;
  }

  .tw .lg\:mr-148{
    margin-right: 740px;
  }

  .tw .lg\:mr-149{
    margin-right: 745px;
  }

  .tw .lg\:mr-auto{
    margin-right: auto;
  }

  .tw .lg\:mr-0\.5{
    margin-right: 3px;
  }

  .tw .lg\:mr-1px{
    margin-right: 1px;
  }

  .tw .lg\:mr-2px{
    margin-right: 2px;
  }

  .tw .lg\:mr-3px{
    margin-right: 3px;
  }

  .tw .lg\:mr-4px{
    margin-right: 4px;
  }

  .tw .lg\:mr-5px{
    margin-right: 5px;
  }

  .tw .lg\:mr-6px{
    margin-right: 6px;
  }

  .tw .lg\:mr-7px{
    margin-right: 7px;
  }

  .tw .lg\:mr-8px{
    margin-right: 8px;
  }

  .tw .lg\:mr-9px{
    margin-right: 9px;
  }

  .tw .lg\:mr-10px{
    margin-right: 10px;
  }

  .tw .lg\:mr-11px{
    margin-right: 11px;
  }

  .tw .lg\:mr-12px{
    margin-right: 12px;
  }

  .tw .lg\:mr-13px{
    margin-right: 13px;
  }

  .tw .lg\:mr-14px{
    margin-right: 14px;
  }

  .tw .lg\:mr-15px{
    margin-right: 15px;
  }

  .tw .lg\:mr-16px{
    margin-right: 16px;
  }

  .tw .lg\:mr-17px{
    margin-right: 17px;
  }

  .tw .lg\:mr-18px{
    margin-right: 18px;
  }

  .tw .lg\:mr-19px{
    margin-right: 19px;
  }

  .tw .lg\:mr-20px{
    margin-right: 20px;
  }

  .tw .lg\:mr-21px{
    margin-right: 21px;
  }

  .tw .lg\:mr-22px{
    margin-right: 22px;
  }

  .tw .lg\:mr-23px{
    margin-right: 23px;
  }

  .tw .lg\:mr-24px{
    margin-right: 24px;
  }

  .tw .lg\:mr-25px{
    margin-right: 25px;
  }

  .tw .lg\:mr-26px{
    margin-right: 26px;
  }

  .tw .lg\:mr-27px{
    margin-right: 27px;
  }

  .tw .lg\:mr-28px{
    margin-right: 28px;
  }

  .tw .lg\:mr-29px{
    margin-right: 29px;
  }

  .tw .lg\:mr-30px{
    margin-right: 30px;
  }

  .tw .lg\:mr-31px{
    margin-right: 31px;
  }

  .tw .lg\:mr-32px{
    margin-right: 32px;
  }

  .tw .lg\:mr-33px{
    margin-right: 33px;
  }

  .tw .lg\:mr-34px{
    margin-right: 34px;
  }

  .tw .lg\:mr-35px{
    margin-right: 35px;
  }

  .tw .lg\:mr-36px{
    margin-right: 36px;
  }

  .tw .lg\:mr-37px{
    margin-right: 37px;
  }

  .tw .lg\:mr-38px{
    margin-right: 38px;
  }

  .tw .lg\:mr-39px{
    margin-right: 39px;
  }

  .tw .lg\:mr-40px{
    margin-right: 40px;
  }

  .tw .lg\:-mr-0{
    margin-right: 0px;
  }

  .tw .lg\:-mr-1{
    margin-right: -5px;
  }

  .tw .lg\:-mr-2{
    margin-right: -10px;
  }

  .tw .lg\:-mr-3{
    margin-right: -15px;
  }

  .tw .lg\:-mr-4{
    margin-right: -20px;
  }

  .tw .lg\:-mr-5{
    margin-right: -25px;
  }

  .tw .lg\:-mr-6{
    margin-right: -30px;
  }

  .tw .lg\:-mr-7{
    margin-right: -35px;
  }

  .tw .lg\:-mr-8{
    margin-right: -40px;
  }

  .tw .lg\:-mr-9{
    margin-right: -45px;
  }

  .tw .lg\:-mr-10{
    margin-right: -50px;
  }

  .tw .lg\:-mr-11{
    margin-right: -55px;
  }

  .tw .lg\:-mr-12{
    margin-right: -60px;
  }

  .tw .lg\:-mr-13{
    margin-right: -65px;
  }

  .tw .lg\:-mr-14{
    margin-right: -70px;
  }

  .tw .lg\:-mr-15{
    margin-right: -75px;
  }

  .tw .lg\:-mr-16{
    margin-right: -80px;
  }

  .tw .lg\:-mr-17{
    margin-right: -85px;
  }

  .tw .lg\:-mr-18{
    margin-right: -90px;
  }

  .tw .lg\:-mr-19{
    margin-right: -95px;
  }

  .tw .lg\:-mr-20{
    margin-right: -100px;
  }

  .tw .lg\:-mr-21{
    margin-right: -105px;
  }

  .tw .lg\:-mr-22{
    margin-right: -110px;
  }

  .tw .lg\:-mr-23{
    margin-right: -115px;
  }

  .tw .lg\:-mr-24{
    margin-right: -120px;
  }

  .tw .lg\:-mr-25{
    margin-right: -125px;
  }

  .tw .lg\:-mr-26{
    margin-right: -130px;
  }

  .tw .lg\:-mr-27{
    margin-right: -135px;
  }

  .tw .lg\:-mr-28{
    margin-right: -140px;
  }

  .tw .lg\:-mr-29{
    margin-right: -145px;
  }

  .tw .lg\:-mr-30{
    margin-right: -150px;
  }

  .tw .lg\:-mr-31{
    margin-right: -155px;
  }

  .tw .lg\:-mr-32{
    margin-right: -160px;
  }

  .tw .lg\:-mr-33{
    margin-right: -165px;
  }

  .tw .lg\:-mr-34{
    margin-right: -170px;
  }

  .tw .lg\:-mr-35{
    margin-right: -175px;
  }

  .tw .lg\:-mr-36{
    margin-right: -180px;
  }

  .tw .lg\:-mr-37{
    margin-right: -185px;
  }

  .tw .lg\:-mr-38{
    margin-right: -190px;
  }

  .tw .lg\:-mr-39{
    margin-right: -195px;
  }

  .tw .lg\:-mr-40{
    margin-right: -200px;
  }

  .tw .lg\:-mr-41{
    margin-right: -205px;
  }

  .tw .lg\:-mr-42{
    margin-right: -210px;
  }

  .tw .lg\:-mr-43{
    margin-right: -215px;
  }

  .tw .lg\:-mr-44{
    margin-right: -220px;
  }

  .tw .lg\:-mr-45{
    margin-right: -225px;
  }

  .tw .lg\:-mr-46{
    margin-right: -230px;
  }

  .tw .lg\:-mr-47{
    margin-right: -235px;
  }

  .tw .lg\:-mr-48{
    margin-right: -240px;
  }

  .tw .lg\:-mr-49{
    margin-right: -245px;
  }

  .tw .lg\:-mr-50{
    margin-right: -250px;
  }

  .tw .lg\:-mr-51{
    margin-right: -255px;
  }

  .tw .lg\:-mr-52{
    margin-right: -260px;
  }

  .tw .lg\:-mr-53{
    margin-right: -265px;
  }

  .tw .lg\:-mr-54{
    margin-right: -270px;
  }

  .tw .lg\:-mr-55{
    margin-right: -275px;
  }

  .tw .lg\:-mr-56{
    margin-right: -280px;
  }

  .tw .lg\:-mr-57{
    margin-right: -285px;
  }

  .tw .lg\:-mr-58{
    margin-right: -290px;
  }

  .tw .lg\:-mr-59{
    margin-right: -295px;
  }

  .tw .lg\:-mr-60{
    margin-right: -300px;
  }

  .tw .lg\:-mr-61{
    margin-right: -305px;
  }

  .tw .lg\:-mr-62{
    margin-right: -310px;
  }

  .tw .lg\:-mr-63{
    margin-right: -315px;
  }

  .tw .lg\:-mr-64{
    margin-right: -320px;
  }

  .tw .lg\:-mr-65{
    margin-right: -325px;
  }

  .tw .lg\:-mr-66{
    margin-right: -330px;
  }

  .tw .lg\:-mr-67{
    margin-right: -335px;
  }

  .tw .lg\:-mr-68{
    margin-right: -340px;
  }

  .tw .lg\:-mr-69{
    margin-right: -345px;
  }

  .tw .lg\:-mr-70{
    margin-right: -350px;
  }

  .tw .lg\:-mr-71{
    margin-right: -355px;
  }

  .tw .lg\:-mr-72{
    margin-right: -360px;
  }

  .tw .lg\:-mr-73{
    margin-right: -365px;
  }

  .tw .lg\:-mr-74{
    margin-right: -370px;
  }

  .tw .lg\:-mr-75{
    margin-right: -375px;
  }

  .tw .lg\:-mr-76{
    margin-right: -380px;
  }

  .tw .lg\:-mr-77{
    margin-right: -385px;
  }

  .tw .lg\:-mr-78{
    margin-right: -390px;
  }

  .tw .lg\:-mr-79{
    margin-right: -395px;
  }

  .tw .lg\:-mr-80{
    margin-right: -400px;
  }

  .tw .lg\:-mr-81{
    margin-right: -405px;
  }

  .tw .lg\:-mr-82{
    margin-right: -410px;
  }

  .tw .lg\:-mr-83{
    margin-right: -415px;
  }

  .tw .lg\:-mr-84{
    margin-right: -420px;
  }

  .tw .lg\:-mr-85{
    margin-right: -425px;
  }

  .tw .lg\:-mr-86{
    margin-right: -430px;
  }

  .tw .lg\:-mr-87{
    margin-right: -435px;
  }

  .tw .lg\:-mr-88{
    margin-right: -440px;
  }

  .tw .lg\:-mr-89{
    margin-right: -445px;
  }

  .tw .lg\:-mr-90{
    margin-right: -450px;
  }

  .tw .lg\:-mr-91{
    margin-right: -455px;
  }

  .tw .lg\:-mr-92{
    margin-right: -460px;
  }

  .tw .lg\:-mr-93{
    margin-right: -465px;
  }

  .tw .lg\:-mr-94{
    margin-right: -470px;
  }

  .tw .lg\:-mr-95{
    margin-right: -475px;
  }

  .tw .lg\:-mr-96{
    margin-right: -480px;
  }

  .tw .lg\:-mr-97{
    margin-right: -485px;
  }

  .tw .lg\:-mr-98{
    margin-right: -490px;
  }

  .tw .lg\:-mr-99{
    margin-right: -495px;
  }

  .tw .lg\:-mr-100{
    margin-right: -500px;
  }

  .tw .lg\:-mr-101{
    margin-right: -505px;
  }

  .tw .lg\:-mr-102{
    margin-right: -510px;
  }

  .tw .lg\:-mr-103{
    margin-right: -515px;
  }

  .tw .lg\:-mr-104{
    margin-right: -520px;
  }

  .tw .lg\:-mr-105{
    margin-right: -525px;
  }

  .tw .lg\:-mr-106{
    margin-right: -530px;
  }

  .tw .lg\:-mr-107{
    margin-right: -535px;
  }

  .tw .lg\:-mr-108{
    margin-right: -540px;
  }

  .tw .lg\:-mr-109{
    margin-right: -545px;
  }

  .tw .lg\:-mr-110{
    margin-right: -550px;
  }

  .tw .lg\:-mr-111{
    margin-right: -555px;
  }

  .tw .lg\:-mr-112{
    margin-right: -560px;
  }

  .tw .lg\:-mr-113{
    margin-right: -565px;
  }

  .tw .lg\:-mr-114{
    margin-right: -570px;
  }

  .tw .lg\:-mr-115{
    margin-right: -575px;
  }

  .tw .lg\:-mr-116{
    margin-right: -580px;
  }

  .tw .lg\:-mr-117{
    margin-right: -585px;
  }

  .tw .lg\:-mr-118{
    margin-right: -590px;
  }

  .tw .lg\:-mr-119{
    margin-right: -595px;
  }

  .tw .lg\:-mr-120{
    margin-right: -600px;
  }

  .tw .lg\:-mr-121{
    margin-right: -605px;
  }

  .tw .lg\:-mr-122{
    margin-right: -610px;
  }

  .tw .lg\:-mr-123{
    margin-right: -615px;
  }

  .tw .lg\:-mr-124{
    margin-right: -620px;
  }

  .tw .lg\:-mr-125{
    margin-right: -625px;
  }

  .tw .lg\:-mr-126{
    margin-right: -630px;
  }

  .tw .lg\:-mr-127{
    margin-right: -635px;
  }

  .tw .lg\:-mr-128{
    margin-right: -640px;
  }

  .tw .lg\:-mr-129{
    margin-right: -645px;
  }

  .tw .lg\:-mr-130{
    margin-right: -650px;
  }

  .tw .lg\:-mr-131{
    margin-right: -655px;
  }

  .tw .lg\:-mr-132{
    margin-right: -660px;
  }

  .tw .lg\:-mr-133{
    margin-right: -665px;
  }

  .tw .lg\:-mr-134{
    margin-right: -670px;
  }

  .tw .lg\:-mr-135{
    margin-right: -675px;
  }

  .tw .lg\:-mr-136{
    margin-right: -680px;
  }

  .tw .lg\:-mr-137{
    margin-right: -685px;
  }

  .tw .lg\:-mr-138{
    margin-right: -690px;
  }

  .tw .lg\:-mr-139{
    margin-right: -695px;
  }

  .tw .lg\:-mr-140{
    margin-right: -700px;
  }

  .tw .lg\:-mr-141{
    margin-right: -705px;
  }

  .tw .lg\:-mr-142{
    margin-right: -710px;
  }

  .tw .lg\:-mr-143{
    margin-right: -715px;
  }

  .tw .lg\:-mr-144{
    margin-right: -720px;
  }

  .tw .lg\:-mr-145{
    margin-right: -725px;
  }

  .tw .lg\:-mr-146{
    margin-right: -730px;
  }

  .tw .lg\:-mr-147{
    margin-right: -735px;
  }

  .tw .lg\:-mr-148{
    margin-right: -740px;
  }

  .tw .lg\:-mr-149{
    margin-right: -745px;
  }

  .tw .lg\:-mr-0\.5{
    margin-right: -3px;
  }

  .tw .lg\:-mr-1px{
    margin-right: -1px;
  }

  .tw .lg\:-mr-2px{
    margin-right: -2px;
  }

  .tw .lg\:-mr-3px{
    margin-right: -3px;
  }

  .tw .lg\:-mr-4px{
    margin-right: -4px;
  }

  .tw .lg\:-mr-5px{
    margin-right: -5px;
  }

  .tw .lg\:-mr-6px{
    margin-right: -6px;
  }

  .tw .lg\:-mr-7px{
    margin-right: -7px;
  }

  .tw .lg\:-mr-8px{
    margin-right: -8px;
  }

  .tw .lg\:-mr-9px{
    margin-right: -9px;
  }

  .tw .lg\:-mr-10px{
    margin-right: -10px;
  }

  .tw .lg\:-mr-11px{
    margin-right: -11px;
  }

  .tw .lg\:-mr-12px{
    margin-right: -12px;
  }

  .tw .lg\:-mr-13px{
    margin-right: -13px;
  }

  .tw .lg\:-mr-14px{
    margin-right: -14px;
  }

  .tw .lg\:-mr-15px{
    margin-right: -15px;
  }

  .tw .lg\:-mr-16px{
    margin-right: -16px;
  }

  .tw .lg\:-mr-17px{
    margin-right: -17px;
  }

  .tw .lg\:-mr-18px{
    margin-right: -18px;
  }

  .tw .lg\:-mr-19px{
    margin-right: -19px;
  }

  .tw .lg\:-mr-20px{
    margin-right: -20px;
  }

  .tw .lg\:-mr-21px{
    margin-right: -21px;
  }

  .tw .lg\:-mr-22px{
    margin-right: -22px;
  }

  .tw .lg\:-mr-23px{
    margin-right: -23px;
  }

  .tw .lg\:-mr-24px{
    margin-right: -24px;
  }

  .tw .lg\:-mr-25px{
    margin-right: -25px;
  }

  .tw .lg\:-mr-26px{
    margin-right: -26px;
  }

  .tw .lg\:-mr-27px{
    margin-right: -27px;
  }

  .tw .lg\:-mr-28px{
    margin-right: -28px;
  }

  .tw .lg\:-mr-29px{
    margin-right: -29px;
  }

  .tw .lg\:-mr-30px{
    margin-right: -30px;
  }

  .tw .lg\:-mr-31px{
    margin-right: -31px;
  }

  .tw .lg\:-mr-32px{
    margin-right: -32px;
  }

  .tw .lg\:-mr-33px{
    margin-right: -33px;
  }

  .tw .lg\:-mr-34px{
    margin-right: -34px;
  }

  .tw .lg\:-mr-35px{
    margin-right: -35px;
  }

  .tw .lg\:-mr-36px{
    margin-right: -36px;
  }

  .tw .lg\:-mr-37px{
    margin-right: -37px;
  }

  .tw .lg\:-mr-38px{
    margin-right: -38px;
  }

  .tw .lg\:-mr-39px{
    margin-right: -39px;
  }

  .tw .lg\:-mr-40px{
    margin-right: -40px;
  }

  .tw .lg\:mb-0{
    margin-bottom: 0px;
  }

  .tw .lg\:mb-1{
    margin-bottom: 5px;
  }

  .tw .lg\:mb-2{
    margin-bottom: 10px;
  }

  .tw .lg\:mb-3{
    margin-bottom: 15px;
  }

  .tw .lg\:mb-4{
    margin-bottom: 20px;
  }

  .tw .lg\:mb-5{
    margin-bottom: 25px;
  }

  .tw .lg\:mb-6{
    margin-bottom: 30px;
  }

  .tw .lg\:mb-7{
    margin-bottom: 35px;
  }

  .tw .lg\:mb-8{
    margin-bottom: 40px;
  }

  .tw .lg\:mb-9{
    margin-bottom: 45px;
  }

  .tw .lg\:mb-10{
    margin-bottom: 50px;
  }

  .tw .lg\:mb-11{
    margin-bottom: 55px;
  }

  .tw .lg\:mb-12{
    margin-bottom: 60px;
  }

  .tw .lg\:mb-13{
    margin-bottom: 65px;
  }

  .tw .lg\:mb-14{
    margin-bottom: 70px;
  }

  .tw .lg\:mb-15{
    margin-bottom: 75px;
  }

  .tw .lg\:mb-16{
    margin-bottom: 80px;
  }

  .tw .lg\:mb-17{
    margin-bottom: 85px;
  }

  .tw .lg\:mb-18{
    margin-bottom: 90px;
  }

  .tw .lg\:mb-19{
    margin-bottom: 95px;
  }

  .tw .lg\:mb-20{
    margin-bottom: 100px;
  }

  .tw .lg\:mb-21{
    margin-bottom: 105px;
  }

  .tw .lg\:mb-22{
    margin-bottom: 110px;
  }

  .tw .lg\:mb-23{
    margin-bottom: 115px;
  }

  .tw .lg\:mb-24{
    margin-bottom: 120px;
  }

  .tw .lg\:mb-25{
    margin-bottom: 125px;
  }

  .tw .lg\:mb-26{
    margin-bottom: 130px;
  }

  .tw .lg\:mb-27{
    margin-bottom: 135px;
  }

  .tw .lg\:mb-28{
    margin-bottom: 140px;
  }

  .tw .lg\:mb-29{
    margin-bottom: 145px;
  }

  .tw .lg\:mb-30{
    margin-bottom: 150px;
  }

  .tw .lg\:mb-31{
    margin-bottom: 155px;
  }

  .tw .lg\:mb-32{
    margin-bottom: 160px;
  }

  .tw .lg\:mb-33{
    margin-bottom: 165px;
  }

  .tw .lg\:mb-34{
    margin-bottom: 170px;
  }

  .tw .lg\:mb-35{
    margin-bottom: 175px;
  }

  .tw .lg\:mb-36{
    margin-bottom: 180px;
  }

  .tw .lg\:mb-37{
    margin-bottom: 185px;
  }

  .tw .lg\:mb-38{
    margin-bottom: 190px;
  }

  .tw .lg\:mb-39{
    margin-bottom: 195px;
  }

  .tw .lg\:mb-40{
    margin-bottom: 200px;
  }

  .tw .lg\:mb-41{
    margin-bottom: 205px;
  }

  .tw .lg\:mb-42{
    margin-bottom: 210px;
  }

  .tw .lg\:mb-43{
    margin-bottom: 215px;
  }

  .tw .lg\:mb-44{
    margin-bottom: 220px;
  }

  .tw .lg\:mb-45{
    margin-bottom: 225px;
  }

  .tw .lg\:mb-46{
    margin-bottom: 230px;
  }

  .tw .lg\:mb-47{
    margin-bottom: 235px;
  }

  .tw .lg\:mb-48{
    margin-bottom: 240px;
  }

  .tw .lg\:mb-49{
    margin-bottom: 245px;
  }

  .tw .lg\:mb-50{
    margin-bottom: 250px;
  }

  .tw .lg\:mb-51{
    margin-bottom: 255px;
  }

  .tw .lg\:mb-52{
    margin-bottom: 260px;
  }

  .tw .lg\:mb-53{
    margin-bottom: 265px;
  }

  .tw .lg\:mb-54{
    margin-bottom: 270px;
  }

  .tw .lg\:mb-55{
    margin-bottom: 275px;
  }

  .tw .lg\:mb-56{
    margin-bottom: 280px;
  }

  .tw .lg\:mb-57{
    margin-bottom: 285px;
  }

  .tw .lg\:mb-58{
    margin-bottom: 290px;
  }

  .tw .lg\:mb-59{
    margin-bottom: 295px;
  }

  .tw .lg\:mb-60{
    margin-bottom: 300px;
  }

  .tw .lg\:mb-61{
    margin-bottom: 305px;
  }

  .tw .lg\:mb-62{
    margin-bottom: 310px;
  }

  .tw .lg\:mb-63{
    margin-bottom: 315px;
  }

  .tw .lg\:mb-64{
    margin-bottom: 320px;
  }

  .tw .lg\:mb-65{
    margin-bottom: 325px;
  }

  .tw .lg\:mb-66{
    margin-bottom: 330px;
  }

  .tw .lg\:mb-67{
    margin-bottom: 335px;
  }

  .tw .lg\:mb-68{
    margin-bottom: 340px;
  }

  .tw .lg\:mb-69{
    margin-bottom: 345px;
  }

  .tw .lg\:mb-70{
    margin-bottom: 350px;
  }

  .tw .lg\:mb-71{
    margin-bottom: 355px;
  }

  .tw .lg\:mb-72{
    margin-bottom: 360px;
  }

  .tw .lg\:mb-73{
    margin-bottom: 365px;
  }

  .tw .lg\:mb-74{
    margin-bottom: 370px;
  }

  .tw .lg\:mb-75{
    margin-bottom: 375px;
  }

  .tw .lg\:mb-76{
    margin-bottom: 380px;
  }

  .tw .lg\:mb-77{
    margin-bottom: 385px;
  }

  .tw .lg\:mb-78{
    margin-bottom: 390px;
  }

  .tw .lg\:mb-79{
    margin-bottom: 395px;
  }

  .tw .lg\:mb-80{
    margin-bottom: 400px;
  }

  .tw .lg\:mb-81{
    margin-bottom: 405px;
  }

  .tw .lg\:mb-82{
    margin-bottom: 410px;
  }

  .tw .lg\:mb-83{
    margin-bottom: 415px;
  }

  .tw .lg\:mb-84{
    margin-bottom: 420px;
  }

  .tw .lg\:mb-85{
    margin-bottom: 425px;
  }

  .tw .lg\:mb-86{
    margin-bottom: 430px;
  }

  .tw .lg\:mb-87{
    margin-bottom: 435px;
  }

  .tw .lg\:mb-88{
    margin-bottom: 440px;
  }

  .tw .lg\:mb-89{
    margin-bottom: 445px;
  }

  .tw .lg\:mb-90{
    margin-bottom: 450px;
  }

  .tw .lg\:mb-91{
    margin-bottom: 455px;
  }

  .tw .lg\:mb-92{
    margin-bottom: 460px;
  }

  .tw .lg\:mb-93{
    margin-bottom: 465px;
  }

  .tw .lg\:mb-94{
    margin-bottom: 470px;
  }

  .tw .lg\:mb-95{
    margin-bottom: 475px;
  }

  .tw .lg\:mb-96{
    margin-bottom: 480px;
  }

  .tw .lg\:mb-97{
    margin-bottom: 485px;
  }

  .tw .lg\:mb-98{
    margin-bottom: 490px;
  }

  .tw .lg\:mb-99{
    margin-bottom: 495px;
  }

  .tw .lg\:mb-100{
    margin-bottom: 500px;
  }

  .tw .lg\:mb-101{
    margin-bottom: 505px;
  }

  .tw .lg\:mb-102{
    margin-bottom: 510px;
  }

  .tw .lg\:mb-103{
    margin-bottom: 515px;
  }

  .tw .lg\:mb-104{
    margin-bottom: 520px;
  }

  .tw .lg\:mb-105{
    margin-bottom: 525px;
  }

  .tw .lg\:mb-106{
    margin-bottom: 530px;
  }

  .tw .lg\:mb-107{
    margin-bottom: 535px;
  }

  .tw .lg\:mb-108{
    margin-bottom: 540px;
  }

  .tw .lg\:mb-109{
    margin-bottom: 545px;
  }

  .tw .lg\:mb-110{
    margin-bottom: 550px;
  }

  .tw .lg\:mb-111{
    margin-bottom: 555px;
  }

  .tw .lg\:mb-112{
    margin-bottom: 560px;
  }

  .tw .lg\:mb-113{
    margin-bottom: 565px;
  }

  .tw .lg\:mb-114{
    margin-bottom: 570px;
  }

  .tw .lg\:mb-115{
    margin-bottom: 575px;
  }

  .tw .lg\:mb-116{
    margin-bottom: 580px;
  }

  .tw .lg\:mb-117{
    margin-bottom: 585px;
  }

  .tw .lg\:mb-118{
    margin-bottom: 590px;
  }

  .tw .lg\:mb-119{
    margin-bottom: 595px;
  }

  .tw .lg\:mb-120{
    margin-bottom: 600px;
  }

  .tw .lg\:mb-121{
    margin-bottom: 605px;
  }

  .tw .lg\:mb-122{
    margin-bottom: 610px;
  }

  .tw .lg\:mb-123{
    margin-bottom: 615px;
  }

  .tw .lg\:mb-124{
    margin-bottom: 620px;
  }

  .tw .lg\:mb-125{
    margin-bottom: 625px;
  }

  .tw .lg\:mb-126{
    margin-bottom: 630px;
  }

  .tw .lg\:mb-127{
    margin-bottom: 635px;
  }

  .tw .lg\:mb-128{
    margin-bottom: 640px;
  }

  .tw .lg\:mb-129{
    margin-bottom: 645px;
  }

  .tw .lg\:mb-130{
    margin-bottom: 650px;
  }

  .tw .lg\:mb-131{
    margin-bottom: 655px;
  }

  .tw .lg\:mb-132{
    margin-bottom: 660px;
  }

  .tw .lg\:mb-133{
    margin-bottom: 665px;
  }

  .tw .lg\:mb-134{
    margin-bottom: 670px;
  }

  .tw .lg\:mb-135{
    margin-bottom: 675px;
  }

  .tw .lg\:mb-136{
    margin-bottom: 680px;
  }

  .tw .lg\:mb-137{
    margin-bottom: 685px;
  }

  .tw .lg\:mb-138{
    margin-bottom: 690px;
  }

  .tw .lg\:mb-139{
    margin-bottom: 695px;
  }

  .tw .lg\:mb-140{
    margin-bottom: 700px;
  }

  .tw .lg\:mb-141{
    margin-bottom: 705px;
  }

  .tw .lg\:mb-142{
    margin-bottom: 710px;
  }

  .tw .lg\:mb-143{
    margin-bottom: 715px;
  }

  .tw .lg\:mb-144{
    margin-bottom: 720px;
  }

  .tw .lg\:mb-145{
    margin-bottom: 725px;
  }

  .tw .lg\:mb-146{
    margin-bottom: 730px;
  }

  .tw .lg\:mb-147{
    margin-bottom: 735px;
  }

  .tw .lg\:mb-148{
    margin-bottom: 740px;
  }

  .tw .lg\:mb-149{
    margin-bottom: 745px;
  }

  .tw .lg\:mb-auto{
    margin-bottom: auto;
  }

  .tw .lg\:mb-0\.5{
    margin-bottom: 3px;
  }

  .tw .lg\:mb-1px{
    margin-bottom: 1px;
  }

  .tw .lg\:mb-2px{
    margin-bottom: 2px;
  }

  .tw .lg\:mb-3px{
    margin-bottom: 3px;
  }

  .tw .lg\:mb-4px{
    margin-bottom: 4px;
  }

  .tw .lg\:mb-5px{
    margin-bottom: 5px;
  }

  .tw .lg\:mb-6px{
    margin-bottom: 6px;
  }

  .tw .lg\:mb-7px{
    margin-bottom: 7px;
  }

  .tw .lg\:mb-8px{
    margin-bottom: 8px;
  }

  .tw .lg\:mb-9px{
    margin-bottom: 9px;
  }

  .tw .lg\:mb-10px{
    margin-bottom: 10px;
  }

  .tw .lg\:mb-11px{
    margin-bottom: 11px;
  }

  .tw .lg\:mb-12px{
    margin-bottom: 12px;
  }

  .tw .lg\:mb-13px{
    margin-bottom: 13px;
  }

  .tw .lg\:mb-14px{
    margin-bottom: 14px;
  }

  .tw .lg\:mb-15px{
    margin-bottom: 15px;
  }

  .tw .lg\:mb-16px{
    margin-bottom: 16px;
  }

  .tw .lg\:mb-17px{
    margin-bottom: 17px;
  }

  .tw .lg\:mb-18px{
    margin-bottom: 18px;
  }

  .tw .lg\:mb-19px{
    margin-bottom: 19px;
  }

  .tw .lg\:mb-20px{
    margin-bottom: 20px;
  }

  .tw .lg\:mb-21px{
    margin-bottom: 21px;
  }

  .tw .lg\:mb-22px{
    margin-bottom: 22px;
  }

  .tw .lg\:mb-23px{
    margin-bottom: 23px;
  }

  .tw .lg\:mb-24px{
    margin-bottom: 24px;
  }

  .tw .lg\:mb-25px{
    margin-bottom: 25px;
  }

  .tw .lg\:mb-26px{
    margin-bottom: 26px;
  }

  .tw .lg\:mb-27px{
    margin-bottom: 27px;
  }

  .tw .lg\:mb-28px{
    margin-bottom: 28px;
  }

  .tw .lg\:mb-29px{
    margin-bottom: 29px;
  }

  .tw .lg\:mb-30px{
    margin-bottom: 30px;
  }

  .tw .lg\:mb-31px{
    margin-bottom: 31px;
  }

  .tw .lg\:mb-32px{
    margin-bottom: 32px;
  }

  .tw .lg\:mb-33px{
    margin-bottom: 33px;
  }

  .tw .lg\:mb-34px{
    margin-bottom: 34px;
  }

  .tw .lg\:mb-35px{
    margin-bottom: 35px;
  }

  .tw .lg\:mb-36px{
    margin-bottom: 36px;
  }

  .tw .lg\:mb-37px{
    margin-bottom: 37px;
  }

  .tw .lg\:mb-38px{
    margin-bottom: 38px;
  }

  .tw .lg\:mb-39px{
    margin-bottom: 39px;
  }

  .tw .lg\:mb-40px{
    margin-bottom: 40px;
  }

  .tw .lg\:-mb-0{
    margin-bottom: 0px;
  }

  .tw .lg\:-mb-1{
    margin-bottom: -5px;
  }

  .tw .lg\:-mb-2{
    margin-bottom: -10px;
  }

  .tw .lg\:-mb-3{
    margin-bottom: -15px;
  }

  .tw .lg\:-mb-4{
    margin-bottom: -20px;
  }

  .tw .lg\:-mb-5{
    margin-bottom: -25px;
  }

  .tw .lg\:-mb-6{
    margin-bottom: -30px;
  }

  .tw .lg\:-mb-7{
    margin-bottom: -35px;
  }

  .tw .lg\:-mb-8{
    margin-bottom: -40px;
  }

  .tw .lg\:-mb-9{
    margin-bottom: -45px;
  }

  .tw .lg\:-mb-10{
    margin-bottom: -50px;
  }

  .tw .lg\:-mb-11{
    margin-bottom: -55px;
  }

  .tw .lg\:-mb-12{
    margin-bottom: -60px;
  }

  .tw .lg\:-mb-13{
    margin-bottom: -65px;
  }

  .tw .lg\:-mb-14{
    margin-bottom: -70px;
  }

  .tw .lg\:-mb-15{
    margin-bottom: -75px;
  }

  .tw .lg\:-mb-16{
    margin-bottom: -80px;
  }

  .tw .lg\:-mb-17{
    margin-bottom: -85px;
  }

  .tw .lg\:-mb-18{
    margin-bottom: -90px;
  }

  .tw .lg\:-mb-19{
    margin-bottom: -95px;
  }

  .tw .lg\:-mb-20{
    margin-bottom: -100px;
  }

  .tw .lg\:-mb-21{
    margin-bottom: -105px;
  }

  .tw .lg\:-mb-22{
    margin-bottom: -110px;
  }

  .tw .lg\:-mb-23{
    margin-bottom: -115px;
  }

  .tw .lg\:-mb-24{
    margin-bottom: -120px;
  }

  .tw .lg\:-mb-25{
    margin-bottom: -125px;
  }

  .tw .lg\:-mb-26{
    margin-bottom: -130px;
  }

  .tw .lg\:-mb-27{
    margin-bottom: -135px;
  }

  .tw .lg\:-mb-28{
    margin-bottom: -140px;
  }

  .tw .lg\:-mb-29{
    margin-bottom: -145px;
  }

  .tw .lg\:-mb-30{
    margin-bottom: -150px;
  }

  .tw .lg\:-mb-31{
    margin-bottom: -155px;
  }

  .tw .lg\:-mb-32{
    margin-bottom: -160px;
  }

  .tw .lg\:-mb-33{
    margin-bottom: -165px;
  }

  .tw .lg\:-mb-34{
    margin-bottom: -170px;
  }

  .tw .lg\:-mb-35{
    margin-bottom: -175px;
  }

  .tw .lg\:-mb-36{
    margin-bottom: -180px;
  }

  .tw .lg\:-mb-37{
    margin-bottom: -185px;
  }

  .tw .lg\:-mb-38{
    margin-bottom: -190px;
  }

  .tw .lg\:-mb-39{
    margin-bottom: -195px;
  }

  .tw .lg\:-mb-40{
    margin-bottom: -200px;
  }

  .tw .lg\:-mb-41{
    margin-bottom: -205px;
  }

  .tw .lg\:-mb-42{
    margin-bottom: -210px;
  }

  .tw .lg\:-mb-43{
    margin-bottom: -215px;
  }

  .tw .lg\:-mb-44{
    margin-bottom: -220px;
  }

  .tw .lg\:-mb-45{
    margin-bottom: -225px;
  }

  .tw .lg\:-mb-46{
    margin-bottom: -230px;
  }

  .tw .lg\:-mb-47{
    margin-bottom: -235px;
  }

  .tw .lg\:-mb-48{
    margin-bottom: -240px;
  }

  .tw .lg\:-mb-49{
    margin-bottom: -245px;
  }

  .tw .lg\:-mb-50{
    margin-bottom: -250px;
  }

  .tw .lg\:-mb-51{
    margin-bottom: -255px;
  }

  .tw .lg\:-mb-52{
    margin-bottom: -260px;
  }

  .tw .lg\:-mb-53{
    margin-bottom: -265px;
  }

  .tw .lg\:-mb-54{
    margin-bottom: -270px;
  }

  .tw .lg\:-mb-55{
    margin-bottom: -275px;
  }

  .tw .lg\:-mb-56{
    margin-bottom: -280px;
  }

  .tw .lg\:-mb-57{
    margin-bottom: -285px;
  }

  .tw .lg\:-mb-58{
    margin-bottom: -290px;
  }

  .tw .lg\:-mb-59{
    margin-bottom: -295px;
  }

  .tw .lg\:-mb-60{
    margin-bottom: -300px;
  }

  .tw .lg\:-mb-61{
    margin-bottom: -305px;
  }

  .tw .lg\:-mb-62{
    margin-bottom: -310px;
  }

  .tw .lg\:-mb-63{
    margin-bottom: -315px;
  }

  .tw .lg\:-mb-64{
    margin-bottom: -320px;
  }

  .tw .lg\:-mb-65{
    margin-bottom: -325px;
  }

  .tw .lg\:-mb-66{
    margin-bottom: -330px;
  }

  .tw .lg\:-mb-67{
    margin-bottom: -335px;
  }

  .tw .lg\:-mb-68{
    margin-bottom: -340px;
  }

  .tw .lg\:-mb-69{
    margin-bottom: -345px;
  }

  .tw .lg\:-mb-70{
    margin-bottom: -350px;
  }

  .tw .lg\:-mb-71{
    margin-bottom: -355px;
  }

  .tw .lg\:-mb-72{
    margin-bottom: -360px;
  }

  .tw .lg\:-mb-73{
    margin-bottom: -365px;
  }

  .tw .lg\:-mb-74{
    margin-bottom: -370px;
  }

  .tw .lg\:-mb-75{
    margin-bottom: -375px;
  }

  .tw .lg\:-mb-76{
    margin-bottom: -380px;
  }

  .tw .lg\:-mb-77{
    margin-bottom: -385px;
  }

  .tw .lg\:-mb-78{
    margin-bottom: -390px;
  }

  .tw .lg\:-mb-79{
    margin-bottom: -395px;
  }

  .tw .lg\:-mb-80{
    margin-bottom: -400px;
  }

  .tw .lg\:-mb-81{
    margin-bottom: -405px;
  }

  .tw .lg\:-mb-82{
    margin-bottom: -410px;
  }

  .tw .lg\:-mb-83{
    margin-bottom: -415px;
  }

  .tw .lg\:-mb-84{
    margin-bottom: -420px;
  }

  .tw .lg\:-mb-85{
    margin-bottom: -425px;
  }

  .tw .lg\:-mb-86{
    margin-bottom: -430px;
  }

  .tw .lg\:-mb-87{
    margin-bottom: -435px;
  }

  .tw .lg\:-mb-88{
    margin-bottom: -440px;
  }

  .tw .lg\:-mb-89{
    margin-bottom: -445px;
  }

  .tw .lg\:-mb-90{
    margin-bottom: -450px;
  }

  .tw .lg\:-mb-91{
    margin-bottom: -455px;
  }

  .tw .lg\:-mb-92{
    margin-bottom: -460px;
  }

  .tw .lg\:-mb-93{
    margin-bottom: -465px;
  }

  .tw .lg\:-mb-94{
    margin-bottom: -470px;
  }

  .tw .lg\:-mb-95{
    margin-bottom: -475px;
  }

  .tw .lg\:-mb-96{
    margin-bottom: -480px;
  }

  .tw .lg\:-mb-97{
    margin-bottom: -485px;
  }

  .tw .lg\:-mb-98{
    margin-bottom: -490px;
  }

  .tw .lg\:-mb-99{
    margin-bottom: -495px;
  }

  .tw .lg\:-mb-100{
    margin-bottom: -500px;
  }

  .tw .lg\:-mb-101{
    margin-bottom: -505px;
  }

  .tw .lg\:-mb-102{
    margin-bottom: -510px;
  }

  .tw .lg\:-mb-103{
    margin-bottom: -515px;
  }

  .tw .lg\:-mb-104{
    margin-bottom: -520px;
  }

  .tw .lg\:-mb-105{
    margin-bottom: -525px;
  }

  .tw .lg\:-mb-106{
    margin-bottom: -530px;
  }

  .tw .lg\:-mb-107{
    margin-bottom: -535px;
  }

  .tw .lg\:-mb-108{
    margin-bottom: -540px;
  }

  .tw .lg\:-mb-109{
    margin-bottom: -545px;
  }

  .tw .lg\:-mb-110{
    margin-bottom: -550px;
  }

  .tw .lg\:-mb-111{
    margin-bottom: -555px;
  }

  .tw .lg\:-mb-112{
    margin-bottom: -560px;
  }

  .tw .lg\:-mb-113{
    margin-bottom: -565px;
  }

  .tw .lg\:-mb-114{
    margin-bottom: -570px;
  }

  .tw .lg\:-mb-115{
    margin-bottom: -575px;
  }

  .tw .lg\:-mb-116{
    margin-bottom: -580px;
  }

  .tw .lg\:-mb-117{
    margin-bottom: -585px;
  }

  .tw .lg\:-mb-118{
    margin-bottom: -590px;
  }

  .tw .lg\:-mb-119{
    margin-bottom: -595px;
  }

  .tw .lg\:-mb-120{
    margin-bottom: -600px;
  }

  .tw .lg\:-mb-121{
    margin-bottom: -605px;
  }

  .tw .lg\:-mb-122{
    margin-bottom: -610px;
  }

  .tw .lg\:-mb-123{
    margin-bottom: -615px;
  }

  .tw .lg\:-mb-124{
    margin-bottom: -620px;
  }

  .tw .lg\:-mb-125{
    margin-bottom: -625px;
  }

  .tw .lg\:-mb-126{
    margin-bottom: -630px;
  }

  .tw .lg\:-mb-127{
    margin-bottom: -635px;
  }

  .tw .lg\:-mb-128{
    margin-bottom: -640px;
  }

  .tw .lg\:-mb-129{
    margin-bottom: -645px;
  }

  .tw .lg\:-mb-130{
    margin-bottom: -650px;
  }

  .tw .lg\:-mb-131{
    margin-bottom: -655px;
  }

  .tw .lg\:-mb-132{
    margin-bottom: -660px;
  }

  .tw .lg\:-mb-133{
    margin-bottom: -665px;
  }

  .tw .lg\:-mb-134{
    margin-bottom: -670px;
  }

  .tw .lg\:-mb-135{
    margin-bottom: -675px;
  }

  .tw .lg\:-mb-136{
    margin-bottom: -680px;
  }

  .tw .lg\:-mb-137{
    margin-bottom: -685px;
  }

  .tw .lg\:-mb-138{
    margin-bottom: -690px;
  }

  .tw .lg\:-mb-139{
    margin-bottom: -695px;
  }

  .tw .lg\:-mb-140{
    margin-bottom: -700px;
  }

  .tw .lg\:-mb-141{
    margin-bottom: -705px;
  }

  .tw .lg\:-mb-142{
    margin-bottom: -710px;
  }

  .tw .lg\:-mb-143{
    margin-bottom: -715px;
  }

  .tw .lg\:-mb-144{
    margin-bottom: -720px;
  }

  .tw .lg\:-mb-145{
    margin-bottom: -725px;
  }

  .tw .lg\:-mb-146{
    margin-bottom: -730px;
  }

  .tw .lg\:-mb-147{
    margin-bottom: -735px;
  }

  .tw .lg\:-mb-148{
    margin-bottom: -740px;
  }

  .tw .lg\:-mb-149{
    margin-bottom: -745px;
  }

  .tw .lg\:-mb-0\.5{
    margin-bottom: -3px;
  }

  .tw .lg\:-mb-1px{
    margin-bottom: -1px;
  }

  .tw .lg\:-mb-2px{
    margin-bottom: -2px;
  }

  .tw .lg\:-mb-3px{
    margin-bottom: -3px;
  }

  .tw .lg\:-mb-4px{
    margin-bottom: -4px;
  }

  .tw .lg\:-mb-5px{
    margin-bottom: -5px;
  }

  .tw .lg\:-mb-6px{
    margin-bottom: -6px;
  }

  .tw .lg\:-mb-7px{
    margin-bottom: -7px;
  }

  .tw .lg\:-mb-8px{
    margin-bottom: -8px;
  }

  .tw .lg\:-mb-9px{
    margin-bottom: -9px;
  }

  .tw .lg\:-mb-10px{
    margin-bottom: -10px;
  }

  .tw .lg\:-mb-11px{
    margin-bottom: -11px;
  }

  .tw .lg\:-mb-12px{
    margin-bottom: -12px;
  }

  .tw .lg\:-mb-13px{
    margin-bottom: -13px;
  }

  .tw .lg\:-mb-14px{
    margin-bottom: -14px;
  }

  .tw .lg\:-mb-15px{
    margin-bottom: -15px;
  }

  .tw .lg\:-mb-16px{
    margin-bottom: -16px;
  }

  .tw .lg\:-mb-17px{
    margin-bottom: -17px;
  }

  .tw .lg\:-mb-18px{
    margin-bottom: -18px;
  }

  .tw .lg\:-mb-19px{
    margin-bottom: -19px;
  }

  .tw .lg\:-mb-20px{
    margin-bottom: -20px;
  }

  .tw .lg\:-mb-21px{
    margin-bottom: -21px;
  }

  .tw .lg\:-mb-22px{
    margin-bottom: -22px;
  }

  .tw .lg\:-mb-23px{
    margin-bottom: -23px;
  }

  .tw .lg\:-mb-24px{
    margin-bottom: -24px;
  }

  .tw .lg\:-mb-25px{
    margin-bottom: -25px;
  }

  .tw .lg\:-mb-26px{
    margin-bottom: -26px;
  }

  .tw .lg\:-mb-27px{
    margin-bottom: -27px;
  }

  .tw .lg\:-mb-28px{
    margin-bottom: -28px;
  }

  .tw .lg\:-mb-29px{
    margin-bottom: -29px;
  }

  .tw .lg\:-mb-30px{
    margin-bottom: -30px;
  }

  .tw .lg\:-mb-31px{
    margin-bottom: -31px;
  }

  .tw .lg\:-mb-32px{
    margin-bottom: -32px;
  }

  .tw .lg\:-mb-33px{
    margin-bottom: -33px;
  }

  .tw .lg\:-mb-34px{
    margin-bottom: -34px;
  }

  .tw .lg\:-mb-35px{
    margin-bottom: -35px;
  }

  .tw .lg\:-mb-36px{
    margin-bottom: -36px;
  }

  .tw .lg\:-mb-37px{
    margin-bottom: -37px;
  }

  .tw .lg\:-mb-38px{
    margin-bottom: -38px;
  }

  .tw .lg\:-mb-39px{
    margin-bottom: -39px;
  }

  .tw .lg\:-mb-40px{
    margin-bottom: -40px;
  }

  .tw .lg\:ml-0{
    margin-left: 0px;
  }

  .tw .lg\:ml-1{
    margin-left: 5px;
  }

  .tw .lg\:ml-2{
    margin-left: 10px;
  }

  .tw .lg\:ml-3{
    margin-left: 15px;
  }

  .tw .lg\:ml-4{
    margin-left: 20px;
  }

  .tw .lg\:ml-5{
    margin-left: 25px;
  }

  .tw .lg\:ml-6{
    margin-left: 30px;
  }

  .tw .lg\:ml-7{
    margin-left: 35px;
  }

  .tw .lg\:ml-8{
    margin-left: 40px;
  }

  .tw .lg\:ml-9{
    margin-left: 45px;
  }

  .tw .lg\:ml-10{
    margin-left: 50px;
  }

  .tw .lg\:ml-11{
    margin-left: 55px;
  }

  .tw .lg\:ml-12{
    margin-left: 60px;
  }

  .tw .lg\:ml-13{
    margin-left: 65px;
  }

  .tw .lg\:ml-14{
    margin-left: 70px;
  }

  .tw .lg\:ml-15{
    margin-left: 75px;
  }

  .tw .lg\:ml-16{
    margin-left: 80px;
  }

  .tw .lg\:ml-17{
    margin-left: 85px;
  }

  .tw .lg\:ml-18{
    margin-left: 90px;
  }

  .tw .lg\:ml-19{
    margin-left: 95px;
  }

  .tw .lg\:ml-20{
    margin-left: 100px;
  }

  .tw .lg\:ml-21{
    margin-left: 105px;
  }

  .tw .lg\:ml-22{
    margin-left: 110px;
  }

  .tw .lg\:ml-23{
    margin-left: 115px;
  }

  .tw .lg\:ml-24{
    margin-left: 120px;
  }

  .tw .lg\:ml-25{
    margin-left: 125px;
  }

  .tw .lg\:ml-26{
    margin-left: 130px;
  }

  .tw .lg\:ml-27{
    margin-left: 135px;
  }

  .tw .lg\:ml-28{
    margin-left: 140px;
  }

  .tw .lg\:ml-29{
    margin-left: 145px;
  }

  .tw .lg\:ml-30{
    margin-left: 150px;
  }

  .tw .lg\:ml-31{
    margin-left: 155px;
  }

  .tw .lg\:ml-32{
    margin-left: 160px;
  }

  .tw .lg\:ml-33{
    margin-left: 165px;
  }

  .tw .lg\:ml-34{
    margin-left: 170px;
  }

  .tw .lg\:ml-35{
    margin-left: 175px;
  }

  .tw .lg\:ml-36{
    margin-left: 180px;
  }

  .tw .lg\:ml-37{
    margin-left: 185px;
  }

  .tw .lg\:ml-38{
    margin-left: 190px;
  }

  .tw .lg\:ml-39{
    margin-left: 195px;
  }

  .tw .lg\:ml-40{
    margin-left: 200px;
  }

  .tw .lg\:ml-41{
    margin-left: 205px;
  }

  .tw .lg\:ml-42{
    margin-left: 210px;
  }

  .tw .lg\:ml-43{
    margin-left: 215px;
  }

  .tw .lg\:ml-44{
    margin-left: 220px;
  }

  .tw .lg\:ml-45{
    margin-left: 225px;
  }

  .tw .lg\:ml-46{
    margin-left: 230px;
  }

  .tw .lg\:ml-47{
    margin-left: 235px;
  }

  .tw .lg\:ml-48{
    margin-left: 240px;
  }

  .tw .lg\:ml-49{
    margin-left: 245px;
  }

  .tw .lg\:ml-50{
    margin-left: 250px;
  }

  .tw .lg\:ml-51{
    margin-left: 255px;
  }

  .tw .lg\:ml-52{
    margin-left: 260px;
  }

  .tw .lg\:ml-53{
    margin-left: 265px;
  }

  .tw .lg\:ml-54{
    margin-left: 270px;
  }

  .tw .lg\:ml-55{
    margin-left: 275px;
  }

  .tw .lg\:ml-56{
    margin-left: 280px;
  }

  .tw .lg\:ml-57{
    margin-left: 285px;
  }

  .tw .lg\:ml-58{
    margin-left: 290px;
  }

  .tw .lg\:ml-59{
    margin-left: 295px;
  }

  .tw .lg\:ml-60{
    margin-left: 300px;
  }

  .tw .lg\:ml-61{
    margin-left: 305px;
  }

  .tw .lg\:ml-62{
    margin-left: 310px;
  }

  .tw .lg\:ml-63{
    margin-left: 315px;
  }

  .tw .lg\:ml-64{
    margin-left: 320px;
  }

  .tw .lg\:ml-65{
    margin-left: 325px;
  }

  .tw .lg\:ml-66{
    margin-left: 330px;
  }

  .tw .lg\:ml-67{
    margin-left: 335px;
  }

  .tw .lg\:ml-68{
    margin-left: 340px;
  }

  .tw .lg\:ml-69{
    margin-left: 345px;
  }

  .tw .lg\:ml-70{
    margin-left: 350px;
  }

  .tw .lg\:ml-71{
    margin-left: 355px;
  }

  .tw .lg\:ml-72{
    margin-left: 360px;
  }

  .tw .lg\:ml-73{
    margin-left: 365px;
  }

  .tw .lg\:ml-74{
    margin-left: 370px;
  }

  .tw .lg\:ml-75{
    margin-left: 375px;
  }

  .tw .lg\:ml-76{
    margin-left: 380px;
  }

  .tw .lg\:ml-77{
    margin-left: 385px;
  }

  .tw .lg\:ml-78{
    margin-left: 390px;
  }

  .tw .lg\:ml-79{
    margin-left: 395px;
  }

  .tw .lg\:ml-80{
    margin-left: 400px;
  }

  .tw .lg\:ml-81{
    margin-left: 405px;
  }

  .tw .lg\:ml-82{
    margin-left: 410px;
  }

  .tw .lg\:ml-83{
    margin-left: 415px;
  }

  .tw .lg\:ml-84{
    margin-left: 420px;
  }

  .tw .lg\:ml-85{
    margin-left: 425px;
  }

  .tw .lg\:ml-86{
    margin-left: 430px;
  }

  .tw .lg\:ml-87{
    margin-left: 435px;
  }

  .tw .lg\:ml-88{
    margin-left: 440px;
  }

  .tw .lg\:ml-89{
    margin-left: 445px;
  }

  .tw .lg\:ml-90{
    margin-left: 450px;
  }

  .tw .lg\:ml-91{
    margin-left: 455px;
  }

  .tw .lg\:ml-92{
    margin-left: 460px;
  }

  .tw .lg\:ml-93{
    margin-left: 465px;
  }

  .tw .lg\:ml-94{
    margin-left: 470px;
  }

  .tw .lg\:ml-95{
    margin-left: 475px;
  }

  .tw .lg\:ml-96{
    margin-left: 480px;
  }

  .tw .lg\:ml-97{
    margin-left: 485px;
  }

  .tw .lg\:ml-98{
    margin-left: 490px;
  }

  .tw .lg\:ml-99{
    margin-left: 495px;
  }

  .tw .lg\:ml-100{
    margin-left: 500px;
  }

  .tw .lg\:ml-101{
    margin-left: 505px;
  }

  .tw .lg\:ml-102{
    margin-left: 510px;
  }

  .tw .lg\:ml-103{
    margin-left: 515px;
  }

  .tw .lg\:ml-104{
    margin-left: 520px;
  }

  .tw .lg\:ml-105{
    margin-left: 525px;
  }

  .tw .lg\:ml-106{
    margin-left: 530px;
  }

  .tw .lg\:ml-107{
    margin-left: 535px;
  }

  .tw .lg\:ml-108{
    margin-left: 540px;
  }

  .tw .lg\:ml-109{
    margin-left: 545px;
  }

  .tw .lg\:ml-110{
    margin-left: 550px;
  }

  .tw .lg\:ml-111{
    margin-left: 555px;
  }

  .tw .lg\:ml-112{
    margin-left: 560px;
  }

  .tw .lg\:ml-113{
    margin-left: 565px;
  }

  .tw .lg\:ml-114{
    margin-left: 570px;
  }

  .tw .lg\:ml-115{
    margin-left: 575px;
  }

  .tw .lg\:ml-116{
    margin-left: 580px;
  }

  .tw .lg\:ml-117{
    margin-left: 585px;
  }

  .tw .lg\:ml-118{
    margin-left: 590px;
  }

  .tw .lg\:ml-119{
    margin-left: 595px;
  }

  .tw .lg\:ml-120{
    margin-left: 600px;
  }

  .tw .lg\:ml-121{
    margin-left: 605px;
  }

  .tw .lg\:ml-122{
    margin-left: 610px;
  }

  .tw .lg\:ml-123{
    margin-left: 615px;
  }

  .tw .lg\:ml-124{
    margin-left: 620px;
  }

  .tw .lg\:ml-125{
    margin-left: 625px;
  }

  .tw .lg\:ml-126{
    margin-left: 630px;
  }

  .tw .lg\:ml-127{
    margin-left: 635px;
  }

  .tw .lg\:ml-128{
    margin-left: 640px;
  }

  .tw .lg\:ml-129{
    margin-left: 645px;
  }

  .tw .lg\:ml-130{
    margin-left: 650px;
  }

  .tw .lg\:ml-131{
    margin-left: 655px;
  }

  .tw .lg\:ml-132{
    margin-left: 660px;
  }

  .tw .lg\:ml-133{
    margin-left: 665px;
  }

  .tw .lg\:ml-134{
    margin-left: 670px;
  }

  .tw .lg\:ml-135{
    margin-left: 675px;
  }

  .tw .lg\:ml-136{
    margin-left: 680px;
  }

  .tw .lg\:ml-137{
    margin-left: 685px;
  }

  .tw .lg\:ml-138{
    margin-left: 690px;
  }

  .tw .lg\:ml-139{
    margin-left: 695px;
  }

  .tw .lg\:ml-140{
    margin-left: 700px;
  }

  .tw .lg\:ml-141{
    margin-left: 705px;
  }

  .tw .lg\:ml-142{
    margin-left: 710px;
  }

  .tw .lg\:ml-143{
    margin-left: 715px;
  }

  .tw .lg\:ml-144{
    margin-left: 720px;
  }

  .tw .lg\:ml-145{
    margin-left: 725px;
  }

  .tw .lg\:ml-146{
    margin-left: 730px;
  }

  .tw .lg\:ml-147{
    margin-left: 735px;
  }

  .tw .lg\:ml-148{
    margin-left: 740px;
  }

  .tw .lg\:ml-149{
    margin-left: 745px;
  }

  .tw .lg\:ml-auto{
    margin-left: auto;
  }

  .tw .lg\:ml-0\.5{
    margin-left: 3px;
  }

  .tw .lg\:ml-1px{
    margin-left: 1px;
  }

  .tw .lg\:ml-2px{
    margin-left: 2px;
  }

  .tw .lg\:ml-3px{
    margin-left: 3px;
  }

  .tw .lg\:ml-4px{
    margin-left: 4px;
  }

  .tw .lg\:ml-5px{
    margin-left: 5px;
  }

  .tw .lg\:ml-6px{
    margin-left: 6px;
  }

  .tw .lg\:ml-7px{
    margin-left: 7px;
  }

  .tw .lg\:ml-8px{
    margin-left: 8px;
  }

  .tw .lg\:ml-9px{
    margin-left: 9px;
  }

  .tw .lg\:ml-10px{
    margin-left: 10px;
  }

  .tw .lg\:ml-11px{
    margin-left: 11px;
  }

  .tw .lg\:ml-12px{
    margin-left: 12px;
  }

  .tw .lg\:ml-13px{
    margin-left: 13px;
  }

  .tw .lg\:ml-14px{
    margin-left: 14px;
  }

  .tw .lg\:ml-15px{
    margin-left: 15px;
  }

  .tw .lg\:ml-16px{
    margin-left: 16px;
  }

  .tw .lg\:ml-17px{
    margin-left: 17px;
  }

  .tw .lg\:ml-18px{
    margin-left: 18px;
  }

  .tw .lg\:ml-19px{
    margin-left: 19px;
  }

  .tw .lg\:ml-20px{
    margin-left: 20px;
  }

  .tw .lg\:ml-21px{
    margin-left: 21px;
  }

  .tw .lg\:ml-22px{
    margin-left: 22px;
  }

  .tw .lg\:ml-23px{
    margin-left: 23px;
  }

  .tw .lg\:ml-24px{
    margin-left: 24px;
  }

  .tw .lg\:ml-25px{
    margin-left: 25px;
  }

  .tw .lg\:ml-26px{
    margin-left: 26px;
  }

  .tw .lg\:ml-27px{
    margin-left: 27px;
  }

  .tw .lg\:ml-28px{
    margin-left: 28px;
  }

  .tw .lg\:ml-29px{
    margin-left: 29px;
  }

  .tw .lg\:ml-30px{
    margin-left: 30px;
  }

  .tw .lg\:ml-31px{
    margin-left: 31px;
  }

  .tw .lg\:ml-32px{
    margin-left: 32px;
  }

  .tw .lg\:ml-33px{
    margin-left: 33px;
  }

  .tw .lg\:ml-34px{
    margin-left: 34px;
  }

  .tw .lg\:ml-35px{
    margin-left: 35px;
  }

  .tw .lg\:ml-36px{
    margin-left: 36px;
  }

  .tw .lg\:ml-37px{
    margin-left: 37px;
  }

  .tw .lg\:ml-38px{
    margin-left: 38px;
  }

  .tw .lg\:ml-39px{
    margin-left: 39px;
  }

  .tw .lg\:ml-40px{
    margin-left: 40px;
  }

  .tw .lg\:-ml-0{
    margin-left: 0px;
  }

  .tw .lg\:-ml-1{
    margin-left: -5px;
  }

  .tw .lg\:-ml-2{
    margin-left: -10px;
  }

  .tw .lg\:-ml-3{
    margin-left: -15px;
  }

  .tw .lg\:-ml-4{
    margin-left: -20px;
  }

  .tw .lg\:-ml-5{
    margin-left: -25px;
  }

  .tw .lg\:-ml-6{
    margin-left: -30px;
  }

  .tw .lg\:-ml-7{
    margin-left: -35px;
  }

  .tw .lg\:-ml-8{
    margin-left: -40px;
  }

  .tw .lg\:-ml-9{
    margin-left: -45px;
  }

  .tw .lg\:-ml-10{
    margin-left: -50px;
  }

  .tw .lg\:-ml-11{
    margin-left: -55px;
  }

  .tw .lg\:-ml-12{
    margin-left: -60px;
  }

  .tw .lg\:-ml-13{
    margin-left: -65px;
  }

  .tw .lg\:-ml-14{
    margin-left: -70px;
  }

  .tw .lg\:-ml-15{
    margin-left: -75px;
  }

  .tw .lg\:-ml-16{
    margin-left: -80px;
  }

  .tw .lg\:-ml-17{
    margin-left: -85px;
  }

  .tw .lg\:-ml-18{
    margin-left: -90px;
  }

  .tw .lg\:-ml-19{
    margin-left: -95px;
  }

  .tw .lg\:-ml-20{
    margin-left: -100px;
  }

  .tw .lg\:-ml-21{
    margin-left: -105px;
  }

  .tw .lg\:-ml-22{
    margin-left: -110px;
  }

  .tw .lg\:-ml-23{
    margin-left: -115px;
  }

  .tw .lg\:-ml-24{
    margin-left: -120px;
  }

  .tw .lg\:-ml-25{
    margin-left: -125px;
  }

  .tw .lg\:-ml-26{
    margin-left: -130px;
  }

  .tw .lg\:-ml-27{
    margin-left: -135px;
  }

  .tw .lg\:-ml-28{
    margin-left: -140px;
  }

  .tw .lg\:-ml-29{
    margin-left: -145px;
  }

  .tw .lg\:-ml-30{
    margin-left: -150px;
  }

  .tw .lg\:-ml-31{
    margin-left: -155px;
  }

  .tw .lg\:-ml-32{
    margin-left: -160px;
  }

  .tw .lg\:-ml-33{
    margin-left: -165px;
  }

  .tw .lg\:-ml-34{
    margin-left: -170px;
  }

  .tw .lg\:-ml-35{
    margin-left: -175px;
  }

  .tw .lg\:-ml-36{
    margin-left: -180px;
  }

  .tw .lg\:-ml-37{
    margin-left: -185px;
  }

  .tw .lg\:-ml-38{
    margin-left: -190px;
  }

  .tw .lg\:-ml-39{
    margin-left: -195px;
  }

  .tw .lg\:-ml-40{
    margin-left: -200px;
  }

  .tw .lg\:-ml-41{
    margin-left: -205px;
  }

  .tw .lg\:-ml-42{
    margin-left: -210px;
  }

  .tw .lg\:-ml-43{
    margin-left: -215px;
  }

  .tw .lg\:-ml-44{
    margin-left: -220px;
  }

  .tw .lg\:-ml-45{
    margin-left: -225px;
  }

  .tw .lg\:-ml-46{
    margin-left: -230px;
  }

  .tw .lg\:-ml-47{
    margin-left: -235px;
  }

  .tw .lg\:-ml-48{
    margin-left: -240px;
  }

  .tw .lg\:-ml-49{
    margin-left: -245px;
  }

  .tw .lg\:-ml-50{
    margin-left: -250px;
  }

  .tw .lg\:-ml-51{
    margin-left: -255px;
  }

  .tw .lg\:-ml-52{
    margin-left: -260px;
  }

  .tw .lg\:-ml-53{
    margin-left: -265px;
  }

  .tw .lg\:-ml-54{
    margin-left: -270px;
  }

  .tw .lg\:-ml-55{
    margin-left: -275px;
  }

  .tw .lg\:-ml-56{
    margin-left: -280px;
  }

  .tw .lg\:-ml-57{
    margin-left: -285px;
  }

  .tw .lg\:-ml-58{
    margin-left: -290px;
  }

  .tw .lg\:-ml-59{
    margin-left: -295px;
  }

  .tw .lg\:-ml-60{
    margin-left: -300px;
  }

  .tw .lg\:-ml-61{
    margin-left: -305px;
  }

  .tw .lg\:-ml-62{
    margin-left: -310px;
  }

  .tw .lg\:-ml-63{
    margin-left: -315px;
  }

  .tw .lg\:-ml-64{
    margin-left: -320px;
  }

  .tw .lg\:-ml-65{
    margin-left: -325px;
  }

  .tw .lg\:-ml-66{
    margin-left: -330px;
  }

  .tw .lg\:-ml-67{
    margin-left: -335px;
  }

  .tw .lg\:-ml-68{
    margin-left: -340px;
  }

  .tw .lg\:-ml-69{
    margin-left: -345px;
  }

  .tw .lg\:-ml-70{
    margin-left: -350px;
  }

  .tw .lg\:-ml-71{
    margin-left: -355px;
  }

  .tw .lg\:-ml-72{
    margin-left: -360px;
  }

  .tw .lg\:-ml-73{
    margin-left: -365px;
  }

  .tw .lg\:-ml-74{
    margin-left: -370px;
  }

  .tw .lg\:-ml-75{
    margin-left: -375px;
  }

  .tw .lg\:-ml-76{
    margin-left: -380px;
  }

  .tw .lg\:-ml-77{
    margin-left: -385px;
  }

  .tw .lg\:-ml-78{
    margin-left: -390px;
  }

  .tw .lg\:-ml-79{
    margin-left: -395px;
  }

  .tw .lg\:-ml-80{
    margin-left: -400px;
  }

  .tw .lg\:-ml-81{
    margin-left: -405px;
  }

  .tw .lg\:-ml-82{
    margin-left: -410px;
  }

  .tw .lg\:-ml-83{
    margin-left: -415px;
  }

  .tw .lg\:-ml-84{
    margin-left: -420px;
  }

  .tw .lg\:-ml-85{
    margin-left: -425px;
  }

  .tw .lg\:-ml-86{
    margin-left: -430px;
  }

  .tw .lg\:-ml-87{
    margin-left: -435px;
  }

  .tw .lg\:-ml-88{
    margin-left: -440px;
  }

  .tw .lg\:-ml-89{
    margin-left: -445px;
  }

  .tw .lg\:-ml-90{
    margin-left: -450px;
  }

  .tw .lg\:-ml-91{
    margin-left: -455px;
  }

  .tw .lg\:-ml-92{
    margin-left: -460px;
  }

  .tw .lg\:-ml-93{
    margin-left: -465px;
  }

  .tw .lg\:-ml-94{
    margin-left: -470px;
  }

  .tw .lg\:-ml-95{
    margin-left: -475px;
  }

  .tw .lg\:-ml-96{
    margin-left: -480px;
  }

  .tw .lg\:-ml-97{
    margin-left: -485px;
  }

  .tw .lg\:-ml-98{
    margin-left: -490px;
  }

  .tw .lg\:-ml-99{
    margin-left: -495px;
  }

  .tw .lg\:-ml-100{
    margin-left: -500px;
  }

  .tw .lg\:-ml-101{
    margin-left: -505px;
  }

  .tw .lg\:-ml-102{
    margin-left: -510px;
  }

  .tw .lg\:-ml-103{
    margin-left: -515px;
  }

  .tw .lg\:-ml-104{
    margin-left: -520px;
  }

  .tw .lg\:-ml-105{
    margin-left: -525px;
  }

  .tw .lg\:-ml-106{
    margin-left: -530px;
  }

  .tw .lg\:-ml-107{
    margin-left: -535px;
  }

  .tw .lg\:-ml-108{
    margin-left: -540px;
  }

  .tw .lg\:-ml-109{
    margin-left: -545px;
  }

  .tw .lg\:-ml-110{
    margin-left: -550px;
  }

  .tw .lg\:-ml-111{
    margin-left: -555px;
  }

  .tw .lg\:-ml-112{
    margin-left: -560px;
  }

  .tw .lg\:-ml-113{
    margin-left: -565px;
  }

  .tw .lg\:-ml-114{
    margin-left: -570px;
  }

  .tw .lg\:-ml-115{
    margin-left: -575px;
  }

  .tw .lg\:-ml-116{
    margin-left: -580px;
  }

  .tw .lg\:-ml-117{
    margin-left: -585px;
  }

  .tw .lg\:-ml-118{
    margin-left: -590px;
  }

  .tw .lg\:-ml-119{
    margin-left: -595px;
  }

  .tw .lg\:-ml-120{
    margin-left: -600px;
  }

  .tw .lg\:-ml-121{
    margin-left: -605px;
  }

  .tw .lg\:-ml-122{
    margin-left: -610px;
  }

  .tw .lg\:-ml-123{
    margin-left: -615px;
  }

  .tw .lg\:-ml-124{
    margin-left: -620px;
  }

  .tw .lg\:-ml-125{
    margin-left: -625px;
  }

  .tw .lg\:-ml-126{
    margin-left: -630px;
  }

  .tw .lg\:-ml-127{
    margin-left: -635px;
  }

  .tw .lg\:-ml-128{
    margin-left: -640px;
  }

  .tw .lg\:-ml-129{
    margin-left: -645px;
  }

  .tw .lg\:-ml-130{
    margin-left: -650px;
  }

  .tw .lg\:-ml-131{
    margin-left: -655px;
  }

  .tw .lg\:-ml-132{
    margin-left: -660px;
  }

  .tw .lg\:-ml-133{
    margin-left: -665px;
  }

  .tw .lg\:-ml-134{
    margin-left: -670px;
  }

  .tw .lg\:-ml-135{
    margin-left: -675px;
  }

  .tw .lg\:-ml-136{
    margin-left: -680px;
  }

  .tw .lg\:-ml-137{
    margin-left: -685px;
  }

  .tw .lg\:-ml-138{
    margin-left: -690px;
  }

  .tw .lg\:-ml-139{
    margin-left: -695px;
  }

  .tw .lg\:-ml-140{
    margin-left: -700px;
  }

  .tw .lg\:-ml-141{
    margin-left: -705px;
  }

  .tw .lg\:-ml-142{
    margin-left: -710px;
  }

  .tw .lg\:-ml-143{
    margin-left: -715px;
  }

  .tw .lg\:-ml-144{
    margin-left: -720px;
  }

  .tw .lg\:-ml-145{
    margin-left: -725px;
  }

  .tw .lg\:-ml-146{
    margin-left: -730px;
  }

  .tw .lg\:-ml-147{
    margin-left: -735px;
  }

  .tw .lg\:-ml-148{
    margin-left: -740px;
  }

  .tw .lg\:-ml-149{
    margin-left: -745px;
  }

  .tw .lg\:-ml-0\.5{
    margin-left: -3px;
  }

  .tw .lg\:-ml-1px{
    margin-left: -1px;
  }

  .tw .lg\:-ml-2px{
    margin-left: -2px;
  }

  .tw .lg\:-ml-3px{
    margin-left: -3px;
  }

  .tw .lg\:-ml-4px{
    margin-left: -4px;
  }

  .tw .lg\:-ml-5px{
    margin-left: -5px;
  }

  .tw .lg\:-ml-6px{
    margin-left: -6px;
  }

  .tw .lg\:-ml-7px{
    margin-left: -7px;
  }

  .tw .lg\:-ml-8px{
    margin-left: -8px;
  }

  .tw .lg\:-ml-9px{
    margin-left: -9px;
  }

  .tw .lg\:-ml-10px{
    margin-left: -10px;
  }

  .tw .lg\:-ml-11px{
    margin-left: -11px;
  }

  .tw .lg\:-ml-12px{
    margin-left: -12px;
  }

  .tw .lg\:-ml-13px{
    margin-left: -13px;
  }

  .tw .lg\:-ml-14px{
    margin-left: -14px;
  }

  .tw .lg\:-ml-15px{
    margin-left: -15px;
  }

  .tw .lg\:-ml-16px{
    margin-left: -16px;
  }

  .tw .lg\:-ml-17px{
    margin-left: -17px;
  }

  .tw .lg\:-ml-18px{
    margin-left: -18px;
  }

  .tw .lg\:-ml-19px{
    margin-left: -19px;
  }

  .tw .lg\:-ml-20px{
    margin-left: -20px;
  }

  .tw .lg\:-ml-21px{
    margin-left: -21px;
  }

  .tw .lg\:-ml-22px{
    margin-left: -22px;
  }

  .tw .lg\:-ml-23px{
    margin-left: -23px;
  }

  .tw .lg\:-ml-24px{
    margin-left: -24px;
  }

  .tw .lg\:-ml-25px{
    margin-left: -25px;
  }

  .tw .lg\:-ml-26px{
    margin-left: -26px;
  }

  .tw .lg\:-ml-27px{
    margin-left: -27px;
  }

  .tw .lg\:-ml-28px{
    margin-left: -28px;
  }

  .tw .lg\:-ml-29px{
    margin-left: -29px;
  }

  .tw .lg\:-ml-30px{
    margin-left: -30px;
  }

  .tw .lg\:-ml-31px{
    margin-left: -31px;
  }

  .tw .lg\:-ml-32px{
    margin-left: -32px;
  }

  .tw .lg\:-ml-33px{
    margin-left: -33px;
  }

  .tw .lg\:-ml-34px{
    margin-left: -34px;
  }

  .tw .lg\:-ml-35px{
    margin-left: -35px;
  }

  .tw .lg\:-ml-36px{
    margin-left: -36px;
  }

  .tw .lg\:-ml-37px{
    margin-left: -37px;
  }

  .tw .lg\:-ml-38px{
    margin-left: -38px;
  }

  .tw .lg\:-ml-39px{
    margin-left: -39px;
  }

  .tw .lg\:-ml-40px{
    margin-left: -40px;
  }

  .tw .lg\:last\:mt-0:last-child{
    margin-top: 0px;
  }

  .tw .lg\:last\:mt-1:last-child{
    margin-top: 5px;
  }

  .tw .lg\:last\:mt-2:last-child{
    margin-top: 10px;
  }

  .tw .lg\:last\:mt-3:last-child{
    margin-top: 15px;
  }

  .tw .lg\:last\:mt-4:last-child{
    margin-top: 20px;
  }

  .tw .lg\:last\:mt-5:last-child{
    margin-top: 25px;
  }

  .tw .lg\:last\:mt-6:last-child{
    margin-top: 30px;
  }

  .tw .lg\:last\:mt-7:last-child{
    margin-top: 35px;
  }

  .tw .lg\:last\:mt-8:last-child{
    margin-top: 40px;
  }

  .tw .lg\:last\:mt-9:last-child{
    margin-top: 45px;
  }

  .tw .lg\:last\:mt-10:last-child{
    margin-top: 50px;
  }

  .tw .lg\:last\:mt-11:last-child{
    margin-top: 55px;
  }

  .tw .lg\:last\:mt-12:last-child{
    margin-top: 60px;
  }

  .tw .lg\:last\:mt-13:last-child{
    margin-top: 65px;
  }

  .tw .lg\:last\:mt-14:last-child{
    margin-top: 70px;
  }

  .tw .lg\:last\:mt-15:last-child{
    margin-top: 75px;
  }

  .tw .lg\:last\:mt-16:last-child{
    margin-top: 80px;
  }

  .tw .lg\:last\:mt-17:last-child{
    margin-top: 85px;
  }

  .tw .lg\:last\:mt-18:last-child{
    margin-top: 90px;
  }

  .tw .lg\:last\:mt-19:last-child{
    margin-top: 95px;
  }

  .tw .lg\:last\:mt-20:last-child{
    margin-top: 100px;
  }

  .tw .lg\:last\:mt-21:last-child{
    margin-top: 105px;
  }

  .tw .lg\:last\:mt-22:last-child{
    margin-top: 110px;
  }

  .tw .lg\:last\:mt-23:last-child{
    margin-top: 115px;
  }

  .tw .lg\:last\:mt-24:last-child{
    margin-top: 120px;
  }

  .tw .lg\:last\:mt-25:last-child{
    margin-top: 125px;
  }

  .tw .lg\:last\:mt-26:last-child{
    margin-top: 130px;
  }

  .tw .lg\:last\:mt-27:last-child{
    margin-top: 135px;
  }

  .tw .lg\:last\:mt-28:last-child{
    margin-top: 140px;
  }

  .tw .lg\:last\:mt-29:last-child{
    margin-top: 145px;
  }

  .tw .lg\:last\:mt-30:last-child{
    margin-top: 150px;
  }

  .tw .lg\:last\:mt-31:last-child{
    margin-top: 155px;
  }

  .tw .lg\:last\:mt-32:last-child{
    margin-top: 160px;
  }

  .tw .lg\:last\:mt-33:last-child{
    margin-top: 165px;
  }

  .tw .lg\:last\:mt-34:last-child{
    margin-top: 170px;
  }

  .tw .lg\:last\:mt-35:last-child{
    margin-top: 175px;
  }

  .tw .lg\:last\:mt-36:last-child{
    margin-top: 180px;
  }

  .tw .lg\:last\:mt-37:last-child{
    margin-top: 185px;
  }

  .tw .lg\:last\:mt-38:last-child{
    margin-top: 190px;
  }

  .tw .lg\:last\:mt-39:last-child{
    margin-top: 195px;
  }

  .tw .lg\:last\:mt-40:last-child{
    margin-top: 200px;
  }

  .tw .lg\:last\:mt-41:last-child{
    margin-top: 205px;
  }

  .tw .lg\:last\:mt-42:last-child{
    margin-top: 210px;
  }

  .tw .lg\:last\:mt-43:last-child{
    margin-top: 215px;
  }

  .tw .lg\:last\:mt-44:last-child{
    margin-top: 220px;
  }

  .tw .lg\:last\:mt-45:last-child{
    margin-top: 225px;
  }

  .tw .lg\:last\:mt-46:last-child{
    margin-top: 230px;
  }

  .tw .lg\:last\:mt-47:last-child{
    margin-top: 235px;
  }

  .tw .lg\:last\:mt-48:last-child{
    margin-top: 240px;
  }

  .tw .lg\:last\:mt-49:last-child{
    margin-top: 245px;
  }

  .tw .lg\:last\:mt-50:last-child{
    margin-top: 250px;
  }

  .tw .lg\:last\:mt-51:last-child{
    margin-top: 255px;
  }

  .tw .lg\:last\:mt-52:last-child{
    margin-top: 260px;
  }

  .tw .lg\:last\:mt-53:last-child{
    margin-top: 265px;
  }

  .tw .lg\:last\:mt-54:last-child{
    margin-top: 270px;
  }

  .tw .lg\:last\:mt-55:last-child{
    margin-top: 275px;
  }

  .tw .lg\:last\:mt-56:last-child{
    margin-top: 280px;
  }

  .tw .lg\:last\:mt-57:last-child{
    margin-top: 285px;
  }

  .tw .lg\:last\:mt-58:last-child{
    margin-top: 290px;
  }

  .tw .lg\:last\:mt-59:last-child{
    margin-top: 295px;
  }

  .tw .lg\:last\:mt-60:last-child{
    margin-top: 300px;
  }

  .tw .lg\:last\:mt-61:last-child{
    margin-top: 305px;
  }

  .tw .lg\:last\:mt-62:last-child{
    margin-top: 310px;
  }

  .tw .lg\:last\:mt-63:last-child{
    margin-top: 315px;
  }

  .tw .lg\:last\:mt-64:last-child{
    margin-top: 320px;
  }

  .tw .lg\:last\:mt-65:last-child{
    margin-top: 325px;
  }

  .tw .lg\:last\:mt-66:last-child{
    margin-top: 330px;
  }

  .tw .lg\:last\:mt-67:last-child{
    margin-top: 335px;
  }

  .tw .lg\:last\:mt-68:last-child{
    margin-top: 340px;
  }

  .tw .lg\:last\:mt-69:last-child{
    margin-top: 345px;
  }

  .tw .lg\:last\:mt-70:last-child{
    margin-top: 350px;
  }

  .tw .lg\:last\:mt-71:last-child{
    margin-top: 355px;
  }

  .tw .lg\:last\:mt-72:last-child{
    margin-top: 360px;
  }

  .tw .lg\:last\:mt-73:last-child{
    margin-top: 365px;
  }

  .tw .lg\:last\:mt-74:last-child{
    margin-top: 370px;
  }

  .tw .lg\:last\:mt-75:last-child{
    margin-top: 375px;
  }

  .tw .lg\:last\:mt-76:last-child{
    margin-top: 380px;
  }

  .tw .lg\:last\:mt-77:last-child{
    margin-top: 385px;
  }

  .tw .lg\:last\:mt-78:last-child{
    margin-top: 390px;
  }

  .tw .lg\:last\:mt-79:last-child{
    margin-top: 395px;
  }

  .tw .lg\:last\:mt-80:last-child{
    margin-top: 400px;
  }

  .tw .lg\:last\:mt-81:last-child{
    margin-top: 405px;
  }

  .tw .lg\:last\:mt-82:last-child{
    margin-top: 410px;
  }

  .tw .lg\:last\:mt-83:last-child{
    margin-top: 415px;
  }

  .tw .lg\:last\:mt-84:last-child{
    margin-top: 420px;
  }

  .tw .lg\:last\:mt-85:last-child{
    margin-top: 425px;
  }

  .tw .lg\:last\:mt-86:last-child{
    margin-top: 430px;
  }

  .tw .lg\:last\:mt-87:last-child{
    margin-top: 435px;
  }

  .tw .lg\:last\:mt-88:last-child{
    margin-top: 440px;
  }

  .tw .lg\:last\:mt-89:last-child{
    margin-top: 445px;
  }

  .tw .lg\:last\:mt-90:last-child{
    margin-top: 450px;
  }

  .tw .lg\:last\:mt-91:last-child{
    margin-top: 455px;
  }

  .tw .lg\:last\:mt-92:last-child{
    margin-top: 460px;
  }

  .tw .lg\:last\:mt-93:last-child{
    margin-top: 465px;
  }

  .tw .lg\:last\:mt-94:last-child{
    margin-top: 470px;
  }

  .tw .lg\:last\:mt-95:last-child{
    margin-top: 475px;
  }

  .tw .lg\:last\:mt-96:last-child{
    margin-top: 480px;
  }

  .tw .lg\:last\:mt-97:last-child{
    margin-top: 485px;
  }

  .tw .lg\:last\:mt-98:last-child{
    margin-top: 490px;
  }

  .tw .lg\:last\:mt-99:last-child{
    margin-top: 495px;
  }

  .tw .lg\:last\:mt-100:last-child{
    margin-top: 500px;
  }

  .tw .lg\:last\:mt-101:last-child{
    margin-top: 505px;
  }

  .tw .lg\:last\:mt-102:last-child{
    margin-top: 510px;
  }

  .tw .lg\:last\:mt-103:last-child{
    margin-top: 515px;
  }

  .tw .lg\:last\:mt-104:last-child{
    margin-top: 520px;
  }

  .tw .lg\:last\:mt-105:last-child{
    margin-top: 525px;
  }

  .tw .lg\:last\:mt-106:last-child{
    margin-top: 530px;
  }

  .tw .lg\:last\:mt-107:last-child{
    margin-top: 535px;
  }

  .tw .lg\:last\:mt-108:last-child{
    margin-top: 540px;
  }

  .tw .lg\:last\:mt-109:last-child{
    margin-top: 545px;
  }

  .tw .lg\:last\:mt-110:last-child{
    margin-top: 550px;
  }

  .tw .lg\:last\:mt-111:last-child{
    margin-top: 555px;
  }

  .tw .lg\:last\:mt-112:last-child{
    margin-top: 560px;
  }

  .tw .lg\:last\:mt-113:last-child{
    margin-top: 565px;
  }

  .tw .lg\:last\:mt-114:last-child{
    margin-top: 570px;
  }

  .tw .lg\:last\:mt-115:last-child{
    margin-top: 575px;
  }

  .tw .lg\:last\:mt-116:last-child{
    margin-top: 580px;
  }

  .tw .lg\:last\:mt-117:last-child{
    margin-top: 585px;
  }

  .tw .lg\:last\:mt-118:last-child{
    margin-top: 590px;
  }

  .tw .lg\:last\:mt-119:last-child{
    margin-top: 595px;
  }

  .tw .lg\:last\:mt-120:last-child{
    margin-top: 600px;
  }

  .tw .lg\:last\:mt-121:last-child{
    margin-top: 605px;
  }

  .tw .lg\:last\:mt-122:last-child{
    margin-top: 610px;
  }

  .tw .lg\:last\:mt-123:last-child{
    margin-top: 615px;
  }

  .tw .lg\:last\:mt-124:last-child{
    margin-top: 620px;
  }

  .tw .lg\:last\:mt-125:last-child{
    margin-top: 625px;
  }

  .tw .lg\:last\:mt-126:last-child{
    margin-top: 630px;
  }

  .tw .lg\:last\:mt-127:last-child{
    margin-top: 635px;
  }

  .tw .lg\:last\:mt-128:last-child{
    margin-top: 640px;
  }

  .tw .lg\:last\:mt-129:last-child{
    margin-top: 645px;
  }

  .tw .lg\:last\:mt-130:last-child{
    margin-top: 650px;
  }

  .tw .lg\:last\:mt-131:last-child{
    margin-top: 655px;
  }

  .tw .lg\:last\:mt-132:last-child{
    margin-top: 660px;
  }

  .tw .lg\:last\:mt-133:last-child{
    margin-top: 665px;
  }

  .tw .lg\:last\:mt-134:last-child{
    margin-top: 670px;
  }

  .tw .lg\:last\:mt-135:last-child{
    margin-top: 675px;
  }

  .tw .lg\:last\:mt-136:last-child{
    margin-top: 680px;
  }

  .tw .lg\:last\:mt-137:last-child{
    margin-top: 685px;
  }

  .tw .lg\:last\:mt-138:last-child{
    margin-top: 690px;
  }

  .tw .lg\:last\:mt-139:last-child{
    margin-top: 695px;
  }

  .tw .lg\:last\:mt-140:last-child{
    margin-top: 700px;
  }

  .tw .lg\:last\:mt-141:last-child{
    margin-top: 705px;
  }

  .tw .lg\:last\:mt-142:last-child{
    margin-top: 710px;
  }

  .tw .lg\:last\:mt-143:last-child{
    margin-top: 715px;
  }

  .tw .lg\:last\:mt-144:last-child{
    margin-top: 720px;
  }

  .tw .lg\:last\:mt-145:last-child{
    margin-top: 725px;
  }

  .tw .lg\:last\:mt-146:last-child{
    margin-top: 730px;
  }

  .tw .lg\:last\:mt-147:last-child{
    margin-top: 735px;
  }

  .tw .lg\:last\:mt-148:last-child{
    margin-top: 740px;
  }

  .tw .lg\:last\:mt-149:last-child{
    margin-top: 745px;
  }

  .tw .lg\:last\:mt-auto:last-child{
    margin-top: auto;
  }

  .tw .lg\:last\:mt-0\.5:last-child{
    margin-top: 3px;
  }

  .tw .lg\:last\:mt-1px:last-child{
    margin-top: 1px;
  }

  .tw .lg\:last\:mt-2px:last-child{
    margin-top: 2px;
  }

  .tw .lg\:last\:mt-3px:last-child{
    margin-top: 3px;
  }

  .tw .lg\:last\:mt-4px:last-child{
    margin-top: 4px;
  }

  .tw .lg\:last\:mt-5px:last-child{
    margin-top: 5px;
  }

  .tw .lg\:last\:mt-6px:last-child{
    margin-top: 6px;
  }

  .tw .lg\:last\:mt-7px:last-child{
    margin-top: 7px;
  }

  .tw .lg\:last\:mt-8px:last-child{
    margin-top: 8px;
  }

  .tw .lg\:last\:mt-9px:last-child{
    margin-top: 9px;
  }

  .tw .lg\:last\:mt-10px:last-child{
    margin-top: 10px;
  }

  .tw .lg\:last\:mt-11px:last-child{
    margin-top: 11px;
  }

  .tw .lg\:last\:mt-12px:last-child{
    margin-top: 12px;
  }

  .tw .lg\:last\:mt-13px:last-child{
    margin-top: 13px;
  }

  .tw .lg\:last\:mt-14px:last-child{
    margin-top: 14px;
  }

  .tw .lg\:last\:mt-15px:last-child{
    margin-top: 15px;
  }

  .tw .lg\:last\:mt-16px:last-child{
    margin-top: 16px;
  }

  .tw .lg\:last\:mt-17px:last-child{
    margin-top: 17px;
  }

  .tw .lg\:last\:mt-18px:last-child{
    margin-top: 18px;
  }

  .tw .lg\:last\:mt-19px:last-child{
    margin-top: 19px;
  }

  .tw .lg\:last\:mt-20px:last-child{
    margin-top: 20px;
  }

  .tw .lg\:last\:mt-21px:last-child{
    margin-top: 21px;
  }

  .tw .lg\:last\:mt-22px:last-child{
    margin-top: 22px;
  }

  .tw .lg\:last\:mt-23px:last-child{
    margin-top: 23px;
  }

  .tw .lg\:last\:mt-24px:last-child{
    margin-top: 24px;
  }

  .tw .lg\:last\:mt-25px:last-child{
    margin-top: 25px;
  }

  .tw .lg\:last\:mt-26px:last-child{
    margin-top: 26px;
  }

  .tw .lg\:last\:mt-27px:last-child{
    margin-top: 27px;
  }

  .tw .lg\:last\:mt-28px:last-child{
    margin-top: 28px;
  }

  .tw .lg\:last\:mt-29px:last-child{
    margin-top: 29px;
  }

  .tw .lg\:last\:mt-30px:last-child{
    margin-top: 30px;
  }

  .tw .lg\:last\:mt-31px:last-child{
    margin-top: 31px;
  }

  .tw .lg\:last\:mt-32px:last-child{
    margin-top: 32px;
  }

  .tw .lg\:last\:mt-33px:last-child{
    margin-top: 33px;
  }

  .tw .lg\:last\:mt-34px:last-child{
    margin-top: 34px;
  }

  .tw .lg\:last\:mt-35px:last-child{
    margin-top: 35px;
  }

  .tw .lg\:last\:mt-36px:last-child{
    margin-top: 36px;
  }

  .tw .lg\:last\:mt-37px:last-child{
    margin-top: 37px;
  }

  .tw .lg\:last\:mt-38px:last-child{
    margin-top: 38px;
  }

  .tw .lg\:last\:mt-39px:last-child{
    margin-top: 39px;
  }

  .tw .lg\:last\:mt-40px:last-child{
    margin-top: 40px;
  }

  .tw .lg\:last\:-mt-0:last-child{
    margin-top: 0px;
  }

  .tw .lg\:last\:-mt-1:last-child{
    margin-top: -5px;
  }

  .tw .lg\:last\:-mt-2:last-child{
    margin-top: -10px;
  }

  .tw .lg\:last\:-mt-3:last-child{
    margin-top: -15px;
  }

  .tw .lg\:last\:-mt-4:last-child{
    margin-top: -20px;
  }

  .tw .lg\:last\:-mt-5:last-child{
    margin-top: -25px;
  }

  .tw .lg\:last\:-mt-6:last-child{
    margin-top: -30px;
  }

  .tw .lg\:last\:-mt-7:last-child{
    margin-top: -35px;
  }

  .tw .lg\:last\:-mt-8:last-child{
    margin-top: -40px;
  }

  .tw .lg\:last\:-mt-9:last-child{
    margin-top: -45px;
  }

  .tw .lg\:last\:-mt-10:last-child{
    margin-top: -50px;
  }

  .tw .lg\:last\:-mt-11:last-child{
    margin-top: -55px;
  }

  .tw .lg\:last\:-mt-12:last-child{
    margin-top: -60px;
  }

  .tw .lg\:last\:-mt-13:last-child{
    margin-top: -65px;
  }

  .tw .lg\:last\:-mt-14:last-child{
    margin-top: -70px;
  }

  .tw .lg\:last\:-mt-15:last-child{
    margin-top: -75px;
  }

  .tw .lg\:last\:-mt-16:last-child{
    margin-top: -80px;
  }

  .tw .lg\:last\:-mt-17:last-child{
    margin-top: -85px;
  }

  .tw .lg\:last\:-mt-18:last-child{
    margin-top: -90px;
  }

  .tw .lg\:last\:-mt-19:last-child{
    margin-top: -95px;
  }

  .tw .lg\:last\:-mt-20:last-child{
    margin-top: -100px;
  }

  .tw .lg\:last\:-mt-21:last-child{
    margin-top: -105px;
  }

  .tw .lg\:last\:-mt-22:last-child{
    margin-top: -110px;
  }

  .tw .lg\:last\:-mt-23:last-child{
    margin-top: -115px;
  }

  .tw .lg\:last\:-mt-24:last-child{
    margin-top: -120px;
  }

  .tw .lg\:last\:-mt-25:last-child{
    margin-top: -125px;
  }

  .tw .lg\:last\:-mt-26:last-child{
    margin-top: -130px;
  }

  .tw .lg\:last\:-mt-27:last-child{
    margin-top: -135px;
  }

  .tw .lg\:last\:-mt-28:last-child{
    margin-top: -140px;
  }

  .tw .lg\:last\:-mt-29:last-child{
    margin-top: -145px;
  }

  .tw .lg\:last\:-mt-30:last-child{
    margin-top: -150px;
  }

  .tw .lg\:last\:-mt-31:last-child{
    margin-top: -155px;
  }

  .tw .lg\:last\:-mt-32:last-child{
    margin-top: -160px;
  }

  .tw .lg\:last\:-mt-33:last-child{
    margin-top: -165px;
  }

  .tw .lg\:last\:-mt-34:last-child{
    margin-top: -170px;
  }

  .tw .lg\:last\:-mt-35:last-child{
    margin-top: -175px;
  }

  .tw .lg\:last\:-mt-36:last-child{
    margin-top: -180px;
  }

  .tw .lg\:last\:-mt-37:last-child{
    margin-top: -185px;
  }

  .tw .lg\:last\:-mt-38:last-child{
    margin-top: -190px;
  }

  .tw .lg\:last\:-mt-39:last-child{
    margin-top: -195px;
  }

  .tw .lg\:last\:-mt-40:last-child{
    margin-top: -200px;
  }

  .tw .lg\:last\:-mt-41:last-child{
    margin-top: -205px;
  }

  .tw .lg\:last\:-mt-42:last-child{
    margin-top: -210px;
  }

  .tw .lg\:last\:-mt-43:last-child{
    margin-top: -215px;
  }

  .tw .lg\:last\:-mt-44:last-child{
    margin-top: -220px;
  }

  .tw .lg\:last\:-mt-45:last-child{
    margin-top: -225px;
  }

  .tw .lg\:last\:-mt-46:last-child{
    margin-top: -230px;
  }

  .tw .lg\:last\:-mt-47:last-child{
    margin-top: -235px;
  }

  .tw .lg\:last\:-mt-48:last-child{
    margin-top: -240px;
  }

  .tw .lg\:last\:-mt-49:last-child{
    margin-top: -245px;
  }

  .tw .lg\:last\:-mt-50:last-child{
    margin-top: -250px;
  }

  .tw .lg\:last\:-mt-51:last-child{
    margin-top: -255px;
  }

  .tw .lg\:last\:-mt-52:last-child{
    margin-top: -260px;
  }

  .tw .lg\:last\:-mt-53:last-child{
    margin-top: -265px;
  }

  .tw .lg\:last\:-mt-54:last-child{
    margin-top: -270px;
  }

  .tw .lg\:last\:-mt-55:last-child{
    margin-top: -275px;
  }

  .tw .lg\:last\:-mt-56:last-child{
    margin-top: -280px;
  }

  .tw .lg\:last\:-mt-57:last-child{
    margin-top: -285px;
  }

  .tw .lg\:last\:-mt-58:last-child{
    margin-top: -290px;
  }

  .tw .lg\:last\:-mt-59:last-child{
    margin-top: -295px;
  }

  .tw .lg\:last\:-mt-60:last-child{
    margin-top: -300px;
  }

  .tw .lg\:last\:-mt-61:last-child{
    margin-top: -305px;
  }

  .tw .lg\:last\:-mt-62:last-child{
    margin-top: -310px;
  }

  .tw .lg\:last\:-mt-63:last-child{
    margin-top: -315px;
  }

  .tw .lg\:last\:-mt-64:last-child{
    margin-top: -320px;
  }

  .tw .lg\:last\:-mt-65:last-child{
    margin-top: -325px;
  }

  .tw .lg\:last\:-mt-66:last-child{
    margin-top: -330px;
  }

  .tw .lg\:last\:-mt-67:last-child{
    margin-top: -335px;
  }

  .tw .lg\:last\:-mt-68:last-child{
    margin-top: -340px;
  }

  .tw .lg\:last\:-mt-69:last-child{
    margin-top: -345px;
  }

  .tw .lg\:last\:-mt-70:last-child{
    margin-top: -350px;
  }

  .tw .lg\:last\:-mt-71:last-child{
    margin-top: -355px;
  }

  .tw .lg\:last\:-mt-72:last-child{
    margin-top: -360px;
  }

  .tw .lg\:last\:-mt-73:last-child{
    margin-top: -365px;
  }

  .tw .lg\:last\:-mt-74:last-child{
    margin-top: -370px;
  }

  .tw .lg\:last\:-mt-75:last-child{
    margin-top: -375px;
  }

  .tw .lg\:last\:-mt-76:last-child{
    margin-top: -380px;
  }

  .tw .lg\:last\:-mt-77:last-child{
    margin-top: -385px;
  }

  .tw .lg\:last\:-mt-78:last-child{
    margin-top: -390px;
  }

  .tw .lg\:last\:-mt-79:last-child{
    margin-top: -395px;
  }

  .tw .lg\:last\:-mt-80:last-child{
    margin-top: -400px;
  }

  .tw .lg\:last\:-mt-81:last-child{
    margin-top: -405px;
  }

  .tw .lg\:last\:-mt-82:last-child{
    margin-top: -410px;
  }

  .tw .lg\:last\:-mt-83:last-child{
    margin-top: -415px;
  }

  .tw .lg\:last\:-mt-84:last-child{
    margin-top: -420px;
  }

  .tw .lg\:last\:-mt-85:last-child{
    margin-top: -425px;
  }

  .tw .lg\:last\:-mt-86:last-child{
    margin-top: -430px;
  }

  .tw .lg\:last\:-mt-87:last-child{
    margin-top: -435px;
  }

  .tw .lg\:last\:-mt-88:last-child{
    margin-top: -440px;
  }

  .tw .lg\:last\:-mt-89:last-child{
    margin-top: -445px;
  }

  .tw .lg\:last\:-mt-90:last-child{
    margin-top: -450px;
  }

  .tw .lg\:last\:-mt-91:last-child{
    margin-top: -455px;
  }

  .tw .lg\:last\:-mt-92:last-child{
    margin-top: -460px;
  }

  .tw .lg\:last\:-mt-93:last-child{
    margin-top: -465px;
  }

  .tw .lg\:last\:-mt-94:last-child{
    margin-top: -470px;
  }

  .tw .lg\:last\:-mt-95:last-child{
    margin-top: -475px;
  }

  .tw .lg\:last\:-mt-96:last-child{
    margin-top: -480px;
  }

  .tw .lg\:last\:-mt-97:last-child{
    margin-top: -485px;
  }

  .tw .lg\:last\:-mt-98:last-child{
    margin-top: -490px;
  }

  .tw .lg\:last\:-mt-99:last-child{
    margin-top: -495px;
  }

  .tw .lg\:last\:-mt-100:last-child{
    margin-top: -500px;
  }

  .tw .lg\:last\:-mt-101:last-child{
    margin-top: -505px;
  }

  .tw .lg\:last\:-mt-102:last-child{
    margin-top: -510px;
  }

  .tw .lg\:last\:-mt-103:last-child{
    margin-top: -515px;
  }

  .tw .lg\:last\:-mt-104:last-child{
    margin-top: -520px;
  }

  .tw .lg\:last\:-mt-105:last-child{
    margin-top: -525px;
  }

  .tw .lg\:last\:-mt-106:last-child{
    margin-top: -530px;
  }

  .tw .lg\:last\:-mt-107:last-child{
    margin-top: -535px;
  }

  .tw .lg\:last\:-mt-108:last-child{
    margin-top: -540px;
  }

  .tw .lg\:last\:-mt-109:last-child{
    margin-top: -545px;
  }

  .tw .lg\:last\:-mt-110:last-child{
    margin-top: -550px;
  }

  .tw .lg\:last\:-mt-111:last-child{
    margin-top: -555px;
  }

  .tw .lg\:last\:-mt-112:last-child{
    margin-top: -560px;
  }

  .tw .lg\:last\:-mt-113:last-child{
    margin-top: -565px;
  }

  .tw .lg\:last\:-mt-114:last-child{
    margin-top: -570px;
  }

  .tw .lg\:last\:-mt-115:last-child{
    margin-top: -575px;
  }

  .tw .lg\:last\:-mt-116:last-child{
    margin-top: -580px;
  }

  .tw .lg\:last\:-mt-117:last-child{
    margin-top: -585px;
  }

  .tw .lg\:last\:-mt-118:last-child{
    margin-top: -590px;
  }

  .tw .lg\:last\:-mt-119:last-child{
    margin-top: -595px;
  }

  .tw .lg\:last\:-mt-120:last-child{
    margin-top: -600px;
  }

  .tw .lg\:last\:-mt-121:last-child{
    margin-top: -605px;
  }

  .tw .lg\:last\:-mt-122:last-child{
    margin-top: -610px;
  }

  .tw .lg\:last\:-mt-123:last-child{
    margin-top: -615px;
  }

  .tw .lg\:last\:-mt-124:last-child{
    margin-top: -620px;
  }

  .tw .lg\:last\:-mt-125:last-child{
    margin-top: -625px;
  }

  .tw .lg\:last\:-mt-126:last-child{
    margin-top: -630px;
  }

  .tw .lg\:last\:-mt-127:last-child{
    margin-top: -635px;
  }

  .tw .lg\:last\:-mt-128:last-child{
    margin-top: -640px;
  }

  .tw .lg\:last\:-mt-129:last-child{
    margin-top: -645px;
  }

  .tw .lg\:last\:-mt-130:last-child{
    margin-top: -650px;
  }

  .tw .lg\:last\:-mt-131:last-child{
    margin-top: -655px;
  }

  .tw .lg\:last\:-mt-132:last-child{
    margin-top: -660px;
  }

  .tw .lg\:last\:-mt-133:last-child{
    margin-top: -665px;
  }

  .tw .lg\:last\:-mt-134:last-child{
    margin-top: -670px;
  }

  .tw .lg\:last\:-mt-135:last-child{
    margin-top: -675px;
  }

  .tw .lg\:last\:-mt-136:last-child{
    margin-top: -680px;
  }

  .tw .lg\:last\:-mt-137:last-child{
    margin-top: -685px;
  }

  .tw .lg\:last\:-mt-138:last-child{
    margin-top: -690px;
  }

  .tw .lg\:last\:-mt-139:last-child{
    margin-top: -695px;
  }

  .tw .lg\:last\:-mt-140:last-child{
    margin-top: -700px;
  }

  .tw .lg\:last\:-mt-141:last-child{
    margin-top: -705px;
  }

  .tw .lg\:last\:-mt-142:last-child{
    margin-top: -710px;
  }

  .tw .lg\:last\:-mt-143:last-child{
    margin-top: -715px;
  }

  .tw .lg\:last\:-mt-144:last-child{
    margin-top: -720px;
  }

  .tw .lg\:last\:-mt-145:last-child{
    margin-top: -725px;
  }

  .tw .lg\:last\:-mt-146:last-child{
    margin-top: -730px;
  }

  .tw .lg\:last\:-mt-147:last-child{
    margin-top: -735px;
  }

  .tw .lg\:last\:-mt-148:last-child{
    margin-top: -740px;
  }

  .tw .lg\:last\:-mt-149:last-child{
    margin-top: -745px;
  }

  .tw .lg\:last\:-mt-0\.5:last-child{
    margin-top: -3px;
  }

  .tw .lg\:last\:-mt-1px:last-child{
    margin-top: -1px;
  }

  .tw .lg\:last\:-mt-2px:last-child{
    margin-top: -2px;
  }

  .tw .lg\:last\:-mt-3px:last-child{
    margin-top: -3px;
  }

  .tw .lg\:last\:-mt-4px:last-child{
    margin-top: -4px;
  }

  .tw .lg\:last\:-mt-5px:last-child{
    margin-top: -5px;
  }

  .tw .lg\:last\:-mt-6px:last-child{
    margin-top: -6px;
  }

  .tw .lg\:last\:-mt-7px:last-child{
    margin-top: -7px;
  }

  .tw .lg\:last\:-mt-8px:last-child{
    margin-top: -8px;
  }

  .tw .lg\:last\:-mt-9px:last-child{
    margin-top: -9px;
  }

  .tw .lg\:last\:-mt-10px:last-child{
    margin-top: -10px;
  }

  .tw .lg\:last\:-mt-11px:last-child{
    margin-top: -11px;
  }

  .tw .lg\:last\:-mt-12px:last-child{
    margin-top: -12px;
  }

  .tw .lg\:last\:-mt-13px:last-child{
    margin-top: -13px;
  }

  .tw .lg\:last\:-mt-14px:last-child{
    margin-top: -14px;
  }

  .tw .lg\:last\:-mt-15px:last-child{
    margin-top: -15px;
  }

  .tw .lg\:last\:-mt-16px:last-child{
    margin-top: -16px;
  }

  .tw .lg\:last\:-mt-17px:last-child{
    margin-top: -17px;
  }

  .tw .lg\:last\:-mt-18px:last-child{
    margin-top: -18px;
  }

  .tw .lg\:last\:-mt-19px:last-child{
    margin-top: -19px;
  }

  .tw .lg\:last\:-mt-20px:last-child{
    margin-top: -20px;
  }

  .tw .lg\:last\:-mt-21px:last-child{
    margin-top: -21px;
  }

  .tw .lg\:last\:-mt-22px:last-child{
    margin-top: -22px;
  }

  .tw .lg\:last\:-mt-23px:last-child{
    margin-top: -23px;
  }

  .tw .lg\:last\:-mt-24px:last-child{
    margin-top: -24px;
  }

  .tw .lg\:last\:-mt-25px:last-child{
    margin-top: -25px;
  }

  .tw .lg\:last\:-mt-26px:last-child{
    margin-top: -26px;
  }

  .tw .lg\:last\:-mt-27px:last-child{
    margin-top: -27px;
  }

  .tw .lg\:last\:-mt-28px:last-child{
    margin-top: -28px;
  }

  .tw .lg\:last\:-mt-29px:last-child{
    margin-top: -29px;
  }

  .tw .lg\:last\:-mt-30px:last-child{
    margin-top: -30px;
  }

  .tw .lg\:last\:-mt-31px:last-child{
    margin-top: -31px;
  }

  .tw .lg\:last\:-mt-32px:last-child{
    margin-top: -32px;
  }

  .tw .lg\:last\:-mt-33px:last-child{
    margin-top: -33px;
  }

  .tw .lg\:last\:-mt-34px:last-child{
    margin-top: -34px;
  }

  .tw .lg\:last\:-mt-35px:last-child{
    margin-top: -35px;
  }

  .tw .lg\:last\:-mt-36px:last-child{
    margin-top: -36px;
  }

  .tw .lg\:last\:-mt-37px:last-child{
    margin-top: -37px;
  }

  .tw .lg\:last\:-mt-38px:last-child{
    margin-top: -38px;
  }

  .tw .lg\:last\:-mt-39px:last-child{
    margin-top: -39px;
  }

  .tw .lg\:last\:-mt-40px:last-child{
    margin-top: -40px;
  }

  .tw .lg\:last\:mr-0:last-child{
    margin-right: 0px;
  }

  .tw .lg\:last\:mr-1:last-child{
    margin-right: 5px;
  }

  .tw .lg\:last\:mr-2:last-child{
    margin-right: 10px;
  }

  .tw .lg\:last\:mr-3:last-child{
    margin-right: 15px;
  }

  .tw .lg\:last\:mr-4:last-child{
    margin-right: 20px;
  }

  .tw .lg\:last\:mr-5:last-child{
    margin-right: 25px;
  }

  .tw .lg\:last\:mr-6:last-child{
    margin-right: 30px;
  }

  .tw .lg\:last\:mr-7:last-child{
    margin-right: 35px;
  }

  .tw .lg\:last\:mr-8:last-child{
    margin-right: 40px;
  }

  .tw .lg\:last\:mr-9:last-child{
    margin-right: 45px;
  }

  .tw .lg\:last\:mr-10:last-child{
    margin-right: 50px;
  }

  .tw .lg\:last\:mr-11:last-child{
    margin-right: 55px;
  }

  .tw .lg\:last\:mr-12:last-child{
    margin-right: 60px;
  }

  .tw .lg\:last\:mr-13:last-child{
    margin-right: 65px;
  }

  .tw .lg\:last\:mr-14:last-child{
    margin-right: 70px;
  }

  .tw .lg\:last\:mr-15:last-child{
    margin-right: 75px;
  }

  .tw .lg\:last\:mr-16:last-child{
    margin-right: 80px;
  }

  .tw .lg\:last\:mr-17:last-child{
    margin-right: 85px;
  }

  .tw .lg\:last\:mr-18:last-child{
    margin-right: 90px;
  }

  .tw .lg\:last\:mr-19:last-child{
    margin-right: 95px;
  }

  .tw .lg\:last\:mr-20:last-child{
    margin-right: 100px;
  }

  .tw .lg\:last\:mr-21:last-child{
    margin-right: 105px;
  }

  .tw .lg\:last\:mr-22:last-child{
    margin-right: 110px;
  }

  .tw .lg\:last\:mr-23:last-child{
    margin-right: 115px;
  }

  .tw .lg\:last\:mr-24:last-child{
    margin-right: 120px;
  }

  .tw .lg\:last\:mr-25:last-child{
    margin-right: 125px;
  }

  .tw .lg\:last\:mr-26:last-child{
    margin-right: 130px;
  }

  .tw .lg\:last\:mr-27:last-child{
    margin-right: 135px;
  }

  .tw .lg\:last\:mr-28:last-child{
    margin-right: 140px;
  }

  .tw .lg\:last\:mr-29:last-child{
    margin-right: 145px;
  }

  .tw .lg\:last\:mr-30:last-child{
    margin-right: 150px;
  }

  .tw .lg\:last\:mr-31:last-child{
    margin-right: 155px;
  }

  .tw .lg\:last\:mr-32:last-child{
    margin-right: 160px;
  }

  .tw .lg\:last\:mr-33:last-child{
    margin-right: 165px;
  }

  .tw .lg\:last\:mr-34:last-child{
    margin-right: 170px;
  }

  .tw .lg\:last\:mr-35:last-child{
    margin-right: 175px;
  }

  .tw .lg\:last\:mr-36:last-child{
    margin-right: 180px;
  }

  .tw .lg\:last\:mr-37:last-child{
    margin-right: 185px;
  }

  .tw .lg\:last\:mr-38:last-child{
    margin-right: 190px;
  }

  .tw .lg\:last\:mr-39:last-child{
    margin-right: 195px;
  }

  .tw .lg\:last\:mr-40:last-child{
    margin-right: 200px;
  }

  .tw .lg\:last\:mr-41:last-child{
    margin-right: 205px;
  }

  .tw .lg\:last\:mr-42:last-child{
    margin-right: 210px;
  }

  .tw .lg\:last\:mr-43:last-child{
    margin-right: 215px;
  }

  .tw .lg\:last\:mr-44:last-child{
    margin-right: 220px;
  }

  .tw .lg\:last\:mr-45:last-child{
    margin-right: 225px;
  }

  .tw .lg\:last\:mr-46:last-child{
    margin-right: 230px;
  }

  .tw .lg\:last\:mr-47:last-child{
    margin-right: 235px;
  }

  .tw .lg\:last\:mr-48:last-child{
    margin-right: 240px;
  }

  .tw .lg\:last\:mr-49:last-child{
    margin-right: 245px;
  }

  .tw .lg\:last\:mr-50:last-child{
    margin-right: 250px;
  }

  .tw .lg\:last\:mr-51:last-child{
    margin-right: 255px;
  }

  .tw .lg\:last\:mr-52:last-child{
    margin-right: 260px;
  }

  .tw .lg\:last\:mr-53:last-child{
    margin-right: 265px;
  }

  .tw .lg\:last\:mr-54:last-child{
    margin-right: 270px;
  }

  .tw .lg\:last\:mr-55:last-child{
    margin-right: 275px;
  }

  .tw .lg\:last\:mr-56:last-child{
    margin-right: 280px;
  }

  .tw .lg\:last\:mr-57:last-child{
    margin-right: 285px;
  }

  .tw .lg\:last\:mr-58:last-child{
    margin-right: 290px;
  }

  .tw .lg\:last\:mr-59:last-child{
    margin-right: 295px;
  }

  .tw .lg\:last\:mr-60:last-child{
    margin-right: 300px;
  }

  .tw .lg\:last\:mr-61:last-child{
    margin-right: 305px;
  }

  .tw .lg\:last\:mr-62:last-child{
    margin-right: 310px;
  }

  .tw .lg\:last\:mr-63:last-child{
    margin-right: 315px;
  }

  .tw .lg\:last\:mr-64:last-child{
    margin-right: 320px;
  }

  .tw .lg\:last\:mr-65:last-child{
    margin-right: 325px;
  }

  .tw .lg\:last\:mr-66:last-child{
    margin-right: 330px;
  }

  .tw .lg\:last\:mr-67:last-child{
    margin-right: 335px;
  }

  .tw .lg\:last\:mr-68:last-child{
    margin-right: 340px;
  }

  .tw .lg\:last\:mr-69:last-child{
    margin-right: 345px;
  }

  .tw .lg\:last\:mr-70:last-child{
    margin-right: 350px;
  }

  .tw .lg\:last\:mr-71:last-child{
    margin-right: 355px;
  }

  .tw .lg\:last\:mr-72:last-child{
    margin-right: 360px;
  }

  .tw .lg\:last\:mr-73:last-child{
    margin-right: 365px;
  }

  .tw .lg\:last\:mr-74:last-child{
    margin-right: 370px;
  }

  .tw .lg\:last\:mr-75:last-child{
    margin-right: 375px;
  }

  .tw .lg\:last\:mr-76:last-child{
    margin-right: 380px;
  }

  .tw .lg\:last\:mr-77:last-child{
    margin-right: 385px;
  }

  .tw .lg\:last\:mr-78:last-child{
    margin-right: 390px;
  }

  .tw .lg\:last\:mr-79:last-child{
    margin-right: 395px;
  }

  .tw .lg\:last\:mr-80:last-child{
    margin-right: 400px;
  }

  .tw .lg\:last\:mr-81:last-child{
    margin-right: 405px;
  }

  .tw .lg\:last\:mr-82:last-child{
    margin-right: 410px;
  }

  .tw .lg\:last\:mr-83:last-child{
    margin-right: 415px;
  }

  .tw .lg\:last\:mr-84:last-child{
    margin-right: 420px;
  }

  .tw .lg\:last\:mr-85:last-child{
    margin-right: 425px;
  }

  .tw .lg\:last\:mr-86:last-child{
    margin-right: 430px;
  }

  .tw .lg\:last\:mr-87:last-child{
    margin-right: 435px;
  }

  .tw .lg\:last\:mr-88:last-child{
    margin-right: 440px;
  }

  .tw .lg\:last\:mr-89:last-child{
    margin-right: 445px;
  }

  .tw .lg\:last\:mr-90:last-child{
    margin-right: 450px;
  }

  .tw .lg\:last\:mr-91:last-child{
    margin-right: 455px;
  }

  .tw .lg\:last\:mr-92:last-child{
    margin-right: 460px;
  }

  .tw .lg\:last\:mr-93:last-child{
    margin-right: 465px;
  }

  .tw .lg\:last\:mr-94:last-child{
    margin-right: 470px;
  }

  .tw .lg\:last\:mr-95:last-child{
    margin-right: 475px;
  }

  .tw .lg\:last\:mr-96:last-child{
    margin-right: 480px;
  }

  .tw .lg\:last\:mr-97:last-child{
    margin-right: 485px;
  }

  .tw .lg\:last\:mr-98:last-child{
    margin-right: 490px;
  }

  .tw .lg\:last\:mr-99:last-child{
    margin-right: 495px;
  }

  .tw .lg\:last\:mr-100:last-child{
    margin-right: 500px;
  }

  .tw .lg\:last\:mr-101:last-child{
    margin-right: 505px;
  }

  .tw .lg\:last\:mr-102:last-child{
    margin-right: 510px;
  }

  .tw .lg\:last\:mr-103:last-child{
    margin-right: 515px;
  }

  .tw .lg\:last\:mr-104:last-child{
    margin-right: 520px;
  }

  .tw .lg\:last\:mr-105:last-child{
    margin-right: 525px;
  }

  .tw .lg\:last\:mr-106:last-child{
    margin-right: 530px;
  }

  .tw .lg\:last\:mr-107:last-child{
    margin-right: 535px;
  }

  .tw .lg\:last\:mr-108:last-child{
    margin-right: 540px;
  }

  .tw .lg\:last\:mr-109:last-child{
    margin-right: 545px;
  }

  .tw .lg\:last\:mr-110:last-child{
    margin-right: 550px;
  }

  .tw .lg\:last\:mr-111:last-child{
    margin-right: 555px;
  }

  .tw .lg\:last\:mr-112:last-child{
    margin-right: 560px;
  }

  .tw .lg\:last\:mr-113:last-child{
    margin-right: 565px;
  }

  .tw .lg\:last\:mr-114:last-child{
    margin-right: 570px;
  }

  .tw .lg\:last\:mr-115:last-child{
    margin-right: 575px;
  }

  .tw .lg\:last\:mr-116:last-child{
    margin-right: 580px;
  }

  .tw .lg\:last\:mr-117:last-child{
    margin-right: 585px;
  }

  .tw .lg\:last\:mr-118:last-child{
    margin-right: 590px;
  }

  .tw .lg\:last\:mr-119:last-child{
    margin-right: 595px;
  }

  .tw .lg\:last\:mr-120:last-child{
    margin-right: 600px;
  }

  .tw .lg\:last\:mr-121:last-child{
    margin-right: 605px;
  }

  .tw .lg\:last\:mr-122:last-child{
    margin-right: 610px;
  }

  .tw .lg\:last\:mr-123:last-child{
    margin-right: 615px;
  }

  .tw .lg\:last\:mr-124:last-child{
    margin-right: 620px;
  }

  .tw .lg\:last\:mr-125:last-child{
    margin-right: 625px;
  }

  .tw .lg\:last\:mr-126:last-child{
    margin-right: 630px;
  }

  .tw .lg\:last\:mr-127:last-child{
    margin-right: 635px;
  }

  .tw .lg\:last\:mr-128:last-child{
    margin-right: 640px;
  }

  .tw .lg\:last\:mr-129:last-child{
    margin-right: 645px;
  }

  .tw .lg\:last\:mr-130:last-child{
    margin-right: 650px;
  }

  .tw .lg\:last\:mr-131:last-child{
    margin-right: 655px;
  }

  .tw .lg\:last\:mr-132:last-child{
    margin-right: 660px;
  }

  .tw .lg\:last\:mr-133:last-child{
    margin-right: 665px;
  }

  .tw .lg\:last\:mr-134:last-child{
    margin-right: 670px;
  }

  .tw .lg\:last\:mr-135:last-child{
    margin-right: 675px;
  }

  .tw .lg\:last\:mr-136:last-child{
    margin-right: 680px;
  }

  .tw .lg\:last\:mr-137:last-child{
    margin-right: 685px;
  }

  .tw .lg\:last\:mr-138:last-child{
    margin-right: 690px;
  }

  .tw .lg\:last\:mr-139:last-child{
    margin-right: 695px;
  }

  .tw .lg\:last\:mr-140:last-child{
    margin-right: 700px;
  }

  .tw .lg\:last\:mr-141:last-child{
    margin-right: 705px;
  }

  .tw .lg\:last\:mr-142:last-child{
    margin-right: 710px;
  }

  .tw .lg\:last\:mr-143:last-child{
    margin-right: 715px;
  }

  .tw .lg\:last\:mr-144:last-child{
    margin-right: 720px;
  }

  .tw .lg\:last\:mr-145:last-child{
    margin-right: 725px;
  }

  .tw .lg\:last\:mr-146:last-child{
    margin-right: 730px;
  }

  .tw .lg\:last\:mr-147:last-child{
    margin-right: 735px;
  }

  .tw .lg\:last\:mr-148:last-child{
    margin-right: 740px;
  }

  .tw .lg\:last\:mr-149:last-child{
    margin-right: 745px;
  }

  .tw .lg\:last\:mr-auto:last-child{
    margin-right: auto;
  }

  .tw .lg\:last\:mr-0\.5:last-child{
    margin-right: 3px;
  }

  .tw .lg\:last\:mr-1px:last-child{
    margin-right: 1px;
  }

  .tw .lg\:last\:mr-2px:last-child{
    margin-right: 2px;
  }

  .tw .lg\:last\:mr-3px:last-child{
    margin-right: 3px;
  }

  .tw .lg\:last\:mr-4px:last-child{
    margin-right: 4px;
  }

  .tw .lg\:last\:mr-5px:last-child{
    margin-right: 5px;
  }

  .tw .lg\:last\:mr-6px:last-child{
    margin-right: 6px;
  }

  .tw .lg\:last\:mr-7px:last-child{
    margin-right: 7px;
  }

  .tw .lg\:last\:mr-8px:last-child{
    margin-right: 8px;
  }

  .tw .lg\:last\:mr-9px:last-child{
    margin-right: 9px;
  }

  .tw .lg\:last\:mr-10px:last-child{
    margin-right: 10px;
  }

  .tw .lg\:last\:mr-11px:last-child{
    margin-right: 11px;
  }

  .tw .lg\:last\:mr-12px:last-child{
    margin-right: 12px;
  }

  .tw .lg\:last\:mr-13px:last-child{
    margin-right: 13px;
  }

  .tw .lg\:last\:mr-14px:last-child{
    margin-right: 14px;
  }

  .tw .lg\:last\:mr-15px:last-child{
    margin-right: 15px;
  }

  .tw .lg\:last\:mr-16px:last-child{
    margin-right: 16px;
  }

  .tw .lg\:last\:mr-17px:last-child{
    margin-right: 17px;
  }

  .tw .lg\:last\:mr-18px:last-child{
    margin-right: 18px;
  }

  .tw .lg\:last\:mr-19px:last-child{
    margin-right: 19px;
  }

  .tw .lg\:last\:mr-20px:last-child{
    margin-right: 20px;
  }

  .tw .lg\:last\:mr-21px:last-child{
    margin-right: 21px;
  }

  .tw .lg\:last\:mr-22px:last-child{
    margin-right: 22px;
  }

  .tw .lg\:last\:mr-23px:last-child{
    margin-right: 23px;
  }

  .tw .lg\:last\:mr-24px:last-child{
    margin-right: 24px;
  }

  .tw .lg\:last\:mr-25px:last-child{
    margin-right: 25px;
  }

  .tw .lg\:last\:mr-26px:last-child{
    margin-right: 26px;
  }

  .tw .lg\:last\:mr-27px:last-child{
    margin-right: 27px;
  }

  .tw .lg\:last\:mr-28px:last-child{
    margin-right: 28px;
  }

  .tw .lg\:last\:mr-29px:last-child{
    margin-right: 29px;
  }

  .tw .lg\:last\:mr-30px:last-child{
    margin-right: 30px;
  }

  .tw .lg\:last\:mr-31px:last-child{
    margin-right: 31px;
  }

  .tw .lg\:last\:mr-32px:last-child{
    margin-right: 32px;
  }

  .tw .lg\:last\:mr-33px:last-child{
    margin-right: 33px;
  }

  .tw .lg\:last\:mr-34px:last-child{
    margin-right: 34px;
  }

  .tw .lg\:last\:mr-35px:last-child{
    margin-right: 35px;
  }

  .tw .lg\:last\:mr-36px:last-child{
    margin-right: 36px;
  }

  .tw .lg\:last\:mr-37px:last-child{
    margin-right: 37px;
  }

  .tw .lg\:last\:mr-38px:last-child{
    margin-right: 38px;
  }

  .tw .lg\:last\:mr-39px:last-child{
    margin-right: 39px;
  }

  .tw .lg\:last\:mr-40px:last-child{
    margin-right: 40px;
  }

  .tw .lg\:last\:-mr-0:last-child{
    margin-right: 0px;
  }

  .tw .lg\:last\:-mr-1:last-child{
    margin-right: -5px;
  }

  .tw .lg\:last\:-mr-2:last-child{
    margin-right: -10px;
  }

  .tw .lg\:last\:-mr-3:last-child{
    margin-right: -15px;
  }

  .tw .lg\:last\:-mr-4:last-child{
    margin-right: -20px;
  }

  .tw .lg\:last\:-mr-5:last-child{
    margin-right: -25px;
  }

  .tw .lg\:last\:-mr-6:last-child{
    margin-right: -30px;
  }

  .tw .lg\:last\:-mr-7:last-child{
    margin-right: -35px;
  }

  .tw .lg\:last\:-mr-8:last-child{
    margin-right: -40px;
  }

  .tw .lg\:last\:-mr-9:last-child{
    margin-right: -45px;
  }

  .tw .lg\:last\:-mr-10:last-child{
    margin-right: -50px;
  }

  .tw .lg\:last\:-mr-11:last-child{
    margin-right: -55px;
  }

  .tw .lg\:last\:-mr-12:last-child{
    margin-right: -60px;
  }

  .tw .lg\:last\:-mr-13:last-child{
    margin-right: -65px;
  }

  .tw .lg\:last\:-mr-14:last-child{
    margin-right: -70px;
  }

  .tw .lg\:last\:-mr-15:last-child{
    margin-right: -75px;
  }

  .tw .lg\:last\:-mr-16:last-child{
    margin-right: -80px;
  }

  .tw .lg\:last\:-mr-17:last-child{
    margin-right: -85px;
  }

  .tw .lg\:last\:-mr-18:last-child{
    margin-right: -90px;
  }

  .tw .lg\:last\:-mr-19:last-child{
    margin-right: -95px;
  }

  .tw .lg\:last\:-mr-20:last-child{
    margin-right: -100px;
  }

  .tw .lg\:last\:-mr-21:last-child{
    margin-right: -105px;
  }

  .tw .lg\:last\:-mr-22:last-child{
    margin-right: -110px;
  }

  .tw .lg\:last\:-mr-23:last-child{
    margin-right: -115px;
  }

  .tw .lg\:last\:-mr-24:last-child{
    margin-right: -120px;
  }

  .tw .lg\:last\:-mr-25:last-child{
    margin-right: -125px;
  }

  .tw .lg\:last\:-mr-26:last-child{
    margin-right: -130px;
  }

  .tw .lg\:last\:-mr-27:last-child{
    margin-right: -135px;
  }

  .tw .lg\:last\:-mr-28:last-child{
    margin-right: -140px;
  }

  .tw .lg\:last\:-mr-29:last-child{
    margin-right: -145px;
  }

  .tw .lg\:last\:-mr-30:last-child{
    margin-right: -150px;
  }

  .tw .lg\:last\:-mr-31:last-child{
    margin-right: -155px;
  }

  .tw .lg\:last\:-mr-32:last-child{
    margin-right: -160px;
  }

  .tw .lg\:last\:-mr-33:last-child{
    margin-right: -165px;
  }

  .tw .lg\:last\:-mr-34:last-child{
    margin-right: -170px;
  }

  .tw .lg\:last\:-mr-35:last-child{
    margin-right: -175px;
  }

  .tw .lg\:last\:-mr-36:last-child{
    margin-right: -180px;
  }

  .tw .lg\:last\:-mr-37:last-child{
    margin-right: -185px;
  }

  .tw .lg\:last\:-mr-38:last-child{
    margin-right: -190px;
  }

  .tw .lg\:last\:-mr-39:last-child{
    margin-right: -195px;
  }

  .tw .lg\:last\:-mr-40:last-child{
    margin-right: -200px;
  }

  .tw .lg\:last\:-mr-41:last-child{
    margin-right: -205px;
  }

  .tw .lg\:last\:-mr-42:last-child{
    margin-right: -210px;
  }

  .tw .lg\:last\:-mr-43:last-child{
    margin-right: -215px;
  }

  .tw .lg\:last\:-mr-44:last-child{
    margin-right: -220px;
  }

  .tw .lg\:last\:-mr-45:last-child{
    margin-right: -225px;
  }

  .tw .lg\:last\:-mr-46:last-child{
    margin-right: -230px;
  }

  .tw .lg\:last\:-mr-47:last-child{
    margin-right: -235px;
  }

  .tw .lg\:last\:-mr-48:last-child{
    margin-right: -240px;
  }

  .tw .lg\:last\:-mr-49:last-child{
    margin-right: -245px;
  }

  .tw .lg\:last\:-mr-50:last-child{
    margin-right: -250px;
  }

  .tw .lg\:last\:-mr-51:last-child{
    margin-right: -255px;
  }

  .tw .lg\:last\:-mr-52:last-child{
    margin-right: -260px;
  }

  .tw .lg\:last\:-mr-53:last-child{
    margin-right: -265px;
  }

  .tw .lg\:last\:-mr-54:last-child{
    margin-right: -270px;
  }

  .tw .lg\:last\:-mr-55:last-child{
    margin-right: -275px;
  }

  .tw .lg\:last\:-mr-56:last-child{
    margin-right: -280px;
  }

  .tw .lg\:last\:-mr-57:last-child{
    margin-right: -285px;
  }

  .tw .lg\:last\:-mr-58:last-child{
    margin-right: -290px;
  }

  .tw .lg\:last\:-mr-59:last-child{
    margin-right: -295px;
  }

  .tw .lg\:last\:-mr-60:last-child{
    margin-right: -300px;
  }

  .tw .lg\:last\:-mr-61:last-child{
    margin-right: -305px;
  }

  .tw .lg\:last\:-mr-62:last-child{
    margin-right: -310px;
  }

  .tw .lg\:last\:-mr-63:last-child{
    margin-right: -315px;
  }

  .tw .lg\:last\:-mr-64:last-child{
    margin-right: -320px;
  }

  .tw .lg\:last\:-mr-65:last-child{
    margin-right: -325px;
  }

  .tw .lg\:last\:-mr-66:last-child{
    margin-right: -330px;
  }

  .tw .lg\:last\:-mr-67:last-child{
    margin-right: -335px;
  }

  .tw .lg\:last\:-mr-68:last-child{
    margin-right: -340px;
  }

  .tw .lg\:last\:-mr-69:last-child{
    margin-right: -345px;
  }

  .tw .lg\:last\:-mr-70:last-child{
    margin-right: -350px;
  }

  .tw .lg\:last\:-mr-71:last-child{
    margin-right: -355px;
  }

  .tw .lg\:last\:-mr-72:last-child{
    margin-right: -360px;
  }

  .tw .lg\:last\:-mr-73:last-child{
    margin-right: -365px;
  }

  .tw .lg\:last\:-mr-74:last-child{
    margin-right: -370px;
  }

  .tw .lg\:last\:-mr-75:last-child{
    margin-right: -375px;
  }

  .tw .lg\:last\:-mr-76:last-child{
    margin-right: -380px;
  }

  .tw .lg\:last\:-mr-77:last-child{
    margin-right: -385px;
  }

  .tw .lg\:last\:-mr-78:last-child{
    margin-right: -390px;
  }

  .tw .lg\:last\:-mr-79:last-child{
    margin-right: -395px;
  }

  .tw .lg\:last\:-mr-80:last-child{
    margin-right: -400px;
  }

  .tw .lg\:last\:-mr-81:last-child{
    margin-right: -405px;
  }

  .tw .lg\:last\:-mr-82:last-child{
    margin-right: -410px;
  }

  .tw .lg\:last\:-mr-83:last-child{
    margin-right: -415px;
  }

  .tw .lg\:last\:-mr-84:last-child{
    margin-right: -420px;
  }

  .tw .lg\:last\:-mr-85:last-child{
    margin-right: -425px;
  }

  .tw .lg\:last\:-mr-86:last-child{
    margin-right: -430px;
  }

  .tw .lg\:last\:-mr-87:last-child{
    margin-right: -435px;
  }

  .tw .lg\:last\:-mr-88:last-child{
    margin-right: -440px;
  }

  .tw .lg\:last\:-mr-89:last-child{
    margin-right: -445px;
  }

  .tw .lg\:last\:-mr-90:last-child{
    margin-right: -450px;
  }

  .tw .lg\:last\:-mr-91:last-child{
    margin-right: -455px;
  }

  .tw .lg\:last\:-mr-92:last-child{
    margin-right: -460px;
  }

  .tw .lg\:last\:-mr-93:last-child{
    margin-right: -465px;
  }

  .tw .lg\:last\:-mr-94:last-child{
    margin-right: -470px;
  }

  .tw .lg\:last\:-mr-95:last-child{
    margin-right: -475px;
  }

  .tw .lg\:last\:-mr-96:last-child{
    margin-right: -480px;
  }

  .tw .lg\:last\:-mr-97:last-child{
    margin-right: -485px;
  }

  .tw .lg\:last\:-mr-98:last-child{
    margin-right: -490px;
  }

  .tw .lg\:last\:-mr-99:last-child{
    margin-right: -495px;
  }

  .tw .lg\:last\:-mr-100:last-child{
    margin-right: -500px;
  }

  .tw .lg\:last\:-mr-101:last-child{
    margin-right: -505px;
  }

  .tw .lg\:last\:-mr-102:last-child{
    margin-right: -510px;
  }

  .tw .lg\:last\:-mr-103:last-child{
    margin-right: -515px;
  }

  .tw .lg\:last\:-mr-104:last-child{
    margin-right: -520px;
  }

  .tw .lg\:last\:-mr-105:last-child{
    margin-right: -525px;
  }

  .tw .lg\:last\:-mr-106:last-child{
    margin-right: -530px;
  }

  .tw .lg\:last\:-mr-107:last-child{
    margin-right: -535px;
  }

  .tw .lg\:last\:-mr-108:last-child{
    margin-right: -540px;
  }

  .tw .lg\:last\:-mr-109:last-child{
    margin-right: -545px;
  }

  .tw .lg\:last\:-mr-110:last-child{
    margin-right: -550px;
  }

  .tw .lg\:last\:-mr-111:last-child{
    margin-right: -555px;
  }

  .tw .lg\:last\:-mr-112:last-child{
    margin-right: -560px;
  }

  .tw .lg\:last\:-mr-113:last-child{
    margin-right: -565px;
  }

  .tw .lg\:last\:-mr-114:last-child{
    margin-right: -570px;
  }

  .tw .lg\:last\:-mr-115:last-child{
    margin-right: -575px;
  }

  .tw .lg\:last\:-mr-116:last-child{
    margin-right: -580px;
  }

  .tw .lg\:last\:-mr-117:last-child{
    margin-right: -585px;
  }

  .tw .lg\:last\:-mr-118:last-child{
    margin-right: -590px;
  }

  .tw .lg\:last\:-mr-119:last-child{
    margin-right: -595px;
  }

  .tw .lg\:last\:-mr-120:last-child{
    margin-right: -600px;
  }

  .tw .lg\:last\:-mr-121:last-child{
    margin-right: -605px;
  }

  .tw .lg\:last\:-mr-122:last-child{
    margin-right: -610px;
  }

  .tw .lg\:last\:-mr-123:last-child{
    margin-right: -615px;
  }

  .tw .lg\:last\:-mr-124:last-child{
    margin-right: -620px;
  }

  .tw .lg\:last\:-mr-125:last-child{
    margin-right: -625px;
  }

  .tw .lg\:last\:-mr-126:last-child{
    margin-right: -630px;
  }

  .tw .lg\:last\:-mr-127:last-child{
    margin-right: -635px;
  }

  .tw .lg\:last\:-mr-128:last-child{
    margin-right: -640px;
  }

  .tw .lg\:last\:-mr-129:last-child{
    margin-right: -645px;
  }

  .tw .lg\:last\:-mr-130:last-child{
    margin-right: -650px;
  }

  .tw .lg\:last\:-mr-131:last-child{
    margin-right: -655px;
  }

  .tw .lg\:last\:-mr-132:last-child{
    margin-right: -660px;
  }

  .tw .lg\:last\:-mr-133:last-child{
    margin-right: -665px;
  }

  .tw .lg\:last\:-mr-134:last-child{
    margin-right: -670px;
  }

  .tw .lg\:last\:-mr-135:last-child{
    margin-right: -675px;
  }

  .tw .lg\:last\:-mr-136:last-child{
    margin-right: -680px;
  }

  .tw .lg\:last\:-mr-137:last-child{
    margin-right: -685px;
  }

  .tw .lg\:last\:-mr-138:last-child{
    margin-right: -690px;
  }

  .tw .lg\:last\:-mr-139:last-child{
    margin-right: -695px;
  }

  .tw .lg\:last\:-mr-140:last-child{
    margin-right: -700px;
  }

  .tw .lg\:last\:-mr-141:last-child{
    margin-right: -705px;
  }

  .tw .lg\:last\:-mr-142:last-child{
    margin-right: -710px;
  }

  .tw .lg\:last\:-mr-143:last-child{
    margin-right: -715px;
  }

  .tw .lg\:last\:-mr-144:last-child{
    margin-right: -720px;
  }

  .tw .lg\:last\:-mr-145:last-child{
    margin-right: -725px;
  }

  .tw .lg\:last\:-mr-146:last-child{
    margin-right: -730px;
  }

  .tw .lg\:last\:-mr-147:last-child{
    margin-right: -735px;
  }

  .tw .lg\:last\:-mr-148:last-child{
    margin-right: -740px;
  }

  .tw .lg\:last\:-mr-149:last-child{
    margin-right: -745px;
  }

  .tw .lg\:last\:-mr-0\.5:last-child{
    margin-right: -3px;
  }

  .tw .lg\:last\:-mr-1px:last-child{
    margin-right: -1px;
  }

  .tw .lg\:last\:-mr-2px:last-child{
    margin-right: -2px;
  }

  .tw .lg\:last\:-mr-3px:last-child{
    margin-right: -3px;
  }

  .tw .lg\:last\:-mr-4px:last-child{
    margin-right: -4px;
  }

  .tw .lg\:last\:-mr-5px:last-child{
    margin-right: -5px;
  }

  .tw .lg\:last\:-mr-6px:last-child{
    margin-right: -6px;
  }

  .tw .lg\:last\:-mr-7px:last-child{
    margin-right: -7px;
  }

  .tw .lg\:last\:-mr-8px:last-child{
    margin-right: -8px;
  }

  .tw .lg\:last\:-mr-9px:last-child{
    margin-right: -9px;
  }

  .tw .lg\:last\:-mr-10px:last-child{
    margin-right: -10px;
  }

  .tw .lg\:last\:-mr-11px:last-child{
    margin-right: -11px;
  }

  .tw .lg\:last\:-mr-12px:last-child{
    margin-right: -12px;
  }

  .tw .lg\:last\:-mr-13px:last-child{
    margin-right: -13px;
  }

  .tw .lg\:last\:-mr-14px:last-child{
    margin-right: -14px;
  }

  .tw .lg\:last\:-mr-15px:last-child{
    margin-right: -15px;
  }

  .tw .lg\:last\:-mr-16px:last-child{
    margin-right: -16px;
  }

  .tw .lg\:last\:-mr-17px:last-child{
    margin-right: -17px;
  }

  .tw .lg\:last\:-mr-18px:last-child{
    margin-right: -18px;
  }

  .tw .lg\:last\:-mr-19px:last-child{
    margin-right: -19px;
  }

  .tw .lg\:last\:-mr-20px:last-child{
    margin-right: -20px;
  }

  .tw .lg\:last\:-mr-21px:last-child{
    margin-right: -21px;
  }

  .tw .lg\:last\:-mr-22px:last-child{
    margin-right: -22px;
  }

  .tw .lg\:last\:-mr-23px:last-child{
    margin-right: -23px;
  }

  .tw .lg\:last\:-mr-24px:last-child{
    margin-right: -24px;
  }

  .tw .lg\:last\:-mr-25px:last-child{
    margin-right: -25px;
  }

  .tw .lg\:last\:-mr-26px:last-child{
    margin-right: -26px;
  }

  .tw .lg\:last\:-mr-27px:last-child{
    margin-right: -27px;
  }

  .tw .lg\:last\:-mr-28px:last-child{
    margin-right: -28px;
  }

  .tw .lg\:last\:-mr-29px:last-child{
    margin-right: -29px;
  }

  .tw .lg\:last\:-mr-30px:last-child{
    margin-right: -30px;
  }

  .tw .lg\:last\:-mr-31px:last-child{
    margin-right: -31px;
  }

  .tw .lg\:last\:-mr-32px:last-child{
    margin-right: -32px;
  }

  .tw .lg\:last\:-mr-33px:last-child{
    margin-right: -33px;
  }

  .tw .lg\:last\:-mr-34px:last-child{
    margin-right: -34px;
  }

  .tw .lg\:last\:-mr-35px:last-child{
    margin-right: -35px;
  }

  .tw .lg\:last\:-mr-36px:last-child{
    margin-right: -36px;
  }

  .tw .lg\:last\:-mr-37px:last-child{
    margin-right: -37px;
  }

  .tw .lg\:last\:-mr-38px:last-child{
    margin-right: -38px;
  }

  .tw .lg\:last\:-mr-39px:last-child{
    margin-right: -39px;
  }

  .tw .lg\:last\:-mr-40px:last-child{
    margin-right: -40px;
  }

  .tw .lg\:last\:mb-0:last-child{
    margin-bottom: 0px;
  }

  .tw .lg\:last\:mb-1:last-child{
    margin-bottom: 5px;
  }

  .tw .lg\:last\:mb-2:last-child{
    margin-bottom: 10px;
  }

  .tw .lg\:last\:mb-3:last-child{
    margin-bottom: 15px;
  }

  .tw .lg\:last\:mb-4:last-child{
    margin-bottom: 20px;
  }

  .tw .lg\:last\:mb-5:last-child{
    margin-bottom: 25px;
  }

  .tw .lg\:last\:mb-6:last-child{
    margin-bottom: 30px;
  }

  .tw .lg\:last\:mb-7:last-child{
    margin-bottom: 35px;
  }

  .tw .lg\:last\:mb-8:last-child{
    margin-bottom: 40px;
  }

  .tw .lg\:last\:mb-9:last-child{
    margin-bottom: 45px;
  }

  .tw .lg\:last\:mb-10:last-child{
    margin-bottom: 50px;
  }

  .tw .lg\:last\:mb-11:last-child{
    margin-bottom: 55px;
  }

  .tw .lg\:last\:mb-12:last-child{
    margin-bottom: 60px;
  }

  .tw .lg\:last\:mb-13:last-child{
    margin-bottom: 65px;
  }

  .tw .lg\:last\:mb-14:last-child{
    margin-bottom: 70px;
  }

  .tw .lg\:last\:mb-15:last-child{
    margin-bottom: 75px;
  }

  .tw .lg\:last\:mb-16:last-child{
    margin-bottom: 80px;
  }

  .tw .lg\:last\:mb-17:last-child{
    margin-bottom: 85px;
  }

  .tw .lg\:last\:mb-18:last-child{
    margin-bottom: 90px;
  }

  .tw .lg\:last\:mb-19:last-child{
    margin-bottom: 95px;
  }

  .tw .lg\:last\:mb-20:last-child{
    margin-bottom: 100px;
  }

  .tw .lg\:last\:mb-21:last-child{
    margin-bottom: 105px;
  }

  .tw .lg\:last\:mb-22:last-child{
    margin-bottom: 110px;
  }

  .tw .lg\:last\:mb-23:last-child{
    margin-bottom: 115px;
  }

  .tw .lg\:last\:mb-24:last-child{
    margin-bottom: 120px;
  }

  .tw .lg\:last\:mb-25:last-child{
    margin-bottom: 125px;
  }

  .tw .lg\:last\:mb-26:last-child{
    margin-bottom: 130px;
  }

  .tw .lg\:last\:mb-27:last-child{
    margin-bottom: 135px;
  }

  .tw .lg\:last\:mb-28:last-child{
    margin-bottom: 140px;
  }

  .tw .lg\:last\:mb-29:last-child{
    margin-bottom: 145px;
  }

  .tw .lg\:last\:mb-30:last-child{
    margin-bottom: 150px;
  }

  .tw .lg\:last\:mb-31:last-child{
    margin-bottom: 155px;
  }

  .tw .lg\:last\:mb-32:last-child{
    margin-bottom: 160px;
  }

  .tw .lg\:last\:mb-33:last-child{
    margin-bottom: 165px;
  }

  .tw .lg\:last\:mb-34:last-child{
    margin-bottom: 170px;
  }

  .tw .lg\:last\:mb-35:last-child{
    margin-bottom: 175px;
  }

  .tw .lg\:last\:mb-36:last-child{
    margin-bottom: 180px;
  }

  .tw .lg\:last\:mb-37:last-child{
    margin-bottom: 185px;
  }

  .tw .lg\:last\:mb-38:last-child{
    margin-bottom: 190px;
  }

  .tw .lg\:last\:mb-39:last-child{
    margin-bottom: 195px;
  }

  .tw .lg\:last\:mb-40:last-child{
    margin-bottom: 200px;
  }

  .tw .lg\:last\:mb-41:last-child{
    margin-bottom: 205px;
  }

  .tw .lg\:last\:mb-42:last-child{
    margin-bottom: 210px;
  }

  .tw .lg\:last\:mb-43:last-child{
    margin-bottom: 215px;
  }

  .tw .lg\:last\:mb-44:last-child{
    margin-bottom: 220px;
  }

  .tw .lg\:last\:mb-45:last-child{
    margin-bottom: 225px;
  }

  .tw .lg\:last\:mb-46:last-child{
    margin-bottom: 230px;
  }

  .tw .lg\:last\:mb-47:last-child{
    margin-bottom: 235px;
  }

  .tw .lg\:last\:mb-48:last-child{
    margin-bottom: 240px;
  }

  .tw .lg\:last\:mb-49:last-child{
    margin-bottom: 245px;
  }

  .tw .lg\:last\:mb-50:last-child{
    margin-bottom: 250px;
  }

  .tw .lg\:last\:mb-51:last-child{
    margin-bottom: 255px;
  }

  .tw .lg\:last\:mb-52:last-child{
    margin-bottom: 260px;
  }

  .tw .lg\:last\:mb-53:last-child{
    margin-bottom: 265px;
  }

  .tw .lg\:last\:mb-54:last-child{
    margin-bottom: 270px;
  }

  .tw .lg\:last\:mb-55:last-child{
    margin-bottom: 275px;
  }

  .tw .lg\:last\:mb-56:last-child{
    margin-bottom: 280px;
  }

  .tw .lg\:last\:mb-57:last-child{
    margin-bottom: 285px;
  }

  .tw .lg\:last\:mb-58:last-child{
    margin-bottom: 290px;
  }

  .tw .lg\:last\:mb-59:last-child{
    margin-bottom: 295px;
  }

  .tw .lg\:last\:mb-60:last-child{
    margin-bottom: 300px;
  }

  .tw .lg\:last\:mb-61:last-child{
    margin-bottom: 305px;
  }

  .tw .lg\:last\:mb-62:last-child{
    margin-bottom: 310px;
  }

  .tw .lg\:last\:mb-63:last-child{
    margin-bottom: 315px;
  }

  .tw .lg\:last\:mb-64:last-child{
    margin-bottom: 320px;
  }

  .tw .lg\:last\:mb-65:last-child{
    margin-bottom: 325px;
  }

  .tw .lg\:last\:mb-66:last-child{
    margin-bottom: 330px;
  }

  .tw .lg\:last\:mb-67:last-child{
    margin-bottom: 335px;
  }

  .tw .lg\:last\:mb-68:last-child{
    margin-bottom: 340px;
  }

  .tw .lg\:last\:mb-69:last-child{
    margin-bottom: 345px;
  }

  .tw .lg\:last\:mb-70:last-child{
    margin-bottom: 350px;
  }

  .tw .lg\:last\:mb-71:last-child{
    margin-bottom: 355px;
  }

  .tw .lg\:last\:mb-72:last-child{
    margin-bottom: 360px;
  }

  .tw .lg\:last\:mb-73:last-child{
    margin-bottom: 365px;
  }

  .tw .lg\:last\:mb-74:last-child{
    margin-bottom: 370px;
  }

  .tw .lg\:last\:mb-75:last-child{
    margin-bottom: 375px;
  }

  .tw .lg\:last\:mb-76:last-child{
    margin-bottom: 380px;
  }

  .tw .lg\:last\:mb-77:last-child{
    margin-bottom: 385px;
  }

  .tw .lg\:last\:mb-78:last-child{
    margin-bottom: 390px;
  }

  .tw .lg\:last\:mb-79:last-child{
    margin-bottom: 395px;
  }

  .tw .lg\:last\:mb-80:last-child{
    margin-bottom: 400px;
  }

  .tw .lg\:last\:mb-81:last-child{
    margin-bottom: 405px;
  }

  .tw .lg\:last\:mb-82:last-child{
    margin-bottom: 410px;
  }

  .tw .lg\:last\:mb-83:last-child{
    margin-bottom: 415px;
  }

  .tw .lg\:last\:mb-84:last-child{
    margin-bottom: 420px;
  }

  .tw .lg\:last\:mb-85:last-child{
    margin-bottom: 425px;
  }

  .tw .lg\:last\:mb-86:last-child{
    margin-bottom: 430px;
  }

  .tw .lg\:last\:mb-87:last-child{
    margin-bottom: 435px;
  }

  .tw .lg\:last\:mb-88:last-child{
    margin-bottom: 440px;
  }

  .tw .lg\:last\:mb-89:last-child{
    margin-bottom: 445px;
  }

  .tw .lg\:last\:mb-90:last-child{
    margin-bottom: 450px;
  }

  .tw .lg\:last\:mb-91:last-child{
    margin-bottom: 455px;
  }

  .tw .lg\:last\:mb-92:last-child{
    margin-bottom: 460px;
  }

  .tw .lg\:last\:mb-93:last-child{
    margin-bottom: 465px;
  }

  .tw .lg\:last\:mb-94:last-child{
    margin-bottom: 470px;
  }

  .tw .lg\:last\:mb-95:last-child{
    margin-bottom: 475px;
  }

  .tw .lg\:last\:mb-96:last-child{
    margin-bottom: 480px;
  }

  .tw .lg\:last\:mb-97:last-child{
    margin-bottom: 485px;
  }

  .tw .lg\:last\:mb-98:last-child{
    margin-bottom: 490px;
  }

  .tw .lg\:last\:mb-99:last-child{
    margin-bottom: 495px;
  }

  .tw .lg\:last\:mb-100:last-child{
    margin-bottom: 500px;
  }

  .tw .lg\:last\:mb-101:last-child{
    margin-bottom: 505px;
  }

  .tw .lg\:last\:mb-102:last-child{
    margin-bottom: 510px;
  }

  .tw .lg\:last\:mb-103:last-child{
    margin-bottom: 515px;
  }

  .tw .lg\:last\:mb-104:last-child{
    margin-bottom: 520px;
  }

  .tw .lg\:last\:mb-105:last-child{
    margin-bottom: 525px;
  }

  .tw .lg\:last\:mb-106:last-child{
    margin-bottom: 530px;
  }

  .tw .lg\:last\:mb-107:last-child{
    margin-bottom: 535px;
  }

  .tw .lg\:last\:mb-108:last-child{
    margin-bottom: 540px;
  }

  .tw .lg\:last\:mb-109:last-child{
    margin-bottom: 545px;
  }

  .tw .lg\:last\:mb-110:last-child{
    margin-bottom: 550px;
  }

  .tw .lg\:last\:mb-111:last-child{
    margin-bottom: 555px;
  }

  .tw .lg\:last\:mb-112:last-child{
    margin-bottom: 560px;
  }

  .tw .lg\:last\:mb-113:last-child{
    margin-bottom: 565px;
  }

  .tw .lg\:last\:mb-114:last-child{
    margin-bottom: 570px;
  }

  .tw .lg\:last\:mb-115:last-child{
    margin-bottom: 575px;
  }

  .tw .lg\:last\:mb-116:last-child{
    margin-bottom: 580px;
  }

  .tw .lg\:last\:mb-117:last-child{
    margin-bottom: 585px;
  }

  .tw .lg\:last\:mb-118:last-child{
    margin-bottom: 590px;
  }

  .tw .lg\:last\:mb-119:last-child{
    margin-bottom: 595px;
  }

  .tw .lg\:last\:mb-120:last-child{
    margin-bottom: 600px;
  }

  .tw .lg\:last\:mb-121:last-child{
    margin-bottom: 605px;
  }

  .tw .lg\:last\:mb-122:last-child{
    margin-bottom: 610px;
  }

  .tw .lg\:last\:mb-123:last-child{
    margin-bottom: 615px;
  }

  .tw .lg\:last\:mb-124:last-child{
    margin-bottom: 620px;
  }

  .tw .lg\:last\:mb-125:last-child{
    margin-bottom: 625px;
  }

  .tw .lg\:last\:mb-126:last-child{
    margin-bottom: 630px;
  }

  .tw .lg\:last\:mb-127:last-child{
    margin-bottom: 635px;
  }

  .tw .lg\:last\:mb-128:last-child{
    margin-bottom: 640px;
  }

  .tw .lg\:last\:mb-129:last-child{
    margin-bottom: 645px;
  }

  .tw .lg\:last\:mb-130:last-child{
    margin-bottom: 650px;
  }

  .tw .lg\:last\:mb-131:last-child{
    margin-bottom: 655px;
  }

  .tw .lg\:last\:mb-132:last-child{
    margin-bottom: 660px;
  }

  .tw .lg\:last\:mb-133:last-child{
    margin-bottom: 665px;
  }

  .tw .lg\:last\:mb-134:last-child{
    margin-bottom: 670px;
  }

  .tw .lg\:last\:mb-135:last-child{
    margin-bottom: 675px;
  }

  .tw .lg\:last\:mb-136:last-child{
    margin-bottom: 680px;
  }

  .tw .lg\:last\:mb-137:last-child{
    margin-bottom: 685px;
  }

  .tw .lg\:last\:mb-138:last-child{
    margin-bottom: 690px;
  }

  .tw .lg\:last\:mb-139:last-child{
    margin-bottom: 695px;
  }

  .tw .lg\:last\:mb-140:last-child{
    margin-bottom: 700px;
  }

  .tw .lg\:last\:mb-141:last-child{
    margin-bottom: 705px;
  }

  .tw .lg\:last\:mb-142:last-child{
    margin-bottom: 710px;
  }

  .tw .lg\:last\:mb-143:last-child{
    margin-bottom: 715px;
  }

  .tw .lg\:last\:mb-144:last-child{
    margin-bottom: 720px;
  }

  .tw .lg\:last\:mb-145:last-child{
    margin-bottom: 725px;
  }

  .tw .lg\:last\:mb-146:last-child{
    margin-bottom: 730px;
  }

  .tw .lg\:last\:mb-147:last-child{
    margin-bottom: 735px;
  }

  .tw .lg\:last\:mb-148:last-child{
    margin-bottom: 740px;
  }

  .tw .lg\:last\:mb-149:last-child{
    margin-bottom: 745px;
  }

  .tw .lg\:last\:mb-auto:last-child{
    margin-bottom: auto;
  }

  .tw .lg\:last\:mb-0\.5:last-child{
    margin-bottom: 3px;
  }

  .tw .lg\:last\:mb-1px:last-child{
    margin-bottom: 1px;
  }

  .tw .lg\:last\:mb-2px:last-child{
    margin-bottom: 2px;
  }

  .tw .lg\:last\:mb-3px:last-child{
    margin-bottom: 3px;
  }

  .tw .lg\:last\:mb-4px:last-child{
    margin-bottom: 4px;
  }

  .tw .lg\:last\:mb-5px:last-child{
    margin-bottom: 5px;
  }

  .tw .lg\:last\:mb-6px:last-child{
    margin-bottom: 6px;
  }

  .tw .lg\:last\:mb-7px:last-child{
    margin-bottom: 7px;
  }

  .tw .lg\:last\:mb-8px:last-child{
    margin-bottom: 8px;
  }

  .tw .lg\:last\:mb-9px:last-child{
    margin-bottom: 9px;
  }

  .tw .lg\:last\:mb-10px:last-child{
    margin-bottom: 10px;
  }

  .tw .lg\:last\:mb-11px:last-child{
    margin-bottom: 11px;
  }

  .tw .lg\:last\:mb-12px:last-child{
    margin-bottom: 12px;
  }

  .tw .lg\:last\:mb-13px:last-child{
    margin-bottom: 13px;
  }

  .tw .lg\:last\:mb-14px:last-child{
    margin-bottom: 14px;
  }

  .tw .lg\:last\:mb-15px:last-child{
    margin-bottom: 15px;
  }

  .tw .lg\:last\:mb-16px:last-child{
    margin-bottom: 16px;
  }

  .tw .lg\:last\:mb-17px:last-child{
    margin-bottom: 17px;
  }

  .tw .lg\:last\:mb-18px:last-child{
    margin-bottom: 18px;
  }

  .tw .lg\:last\:mb-19px:last-child{
    margin-bottom: 19px;
  }

  .tw .lg\:last\:mb-20px:last-child{
    margin-bottom: 20px;
  }

  .tw .lg\:last\:mb-21px:last-child{
    margin-bottom: 21px;
  }

  .tw .lg\:last\:mb-22px:last-child{
    margin-bottom: 22px;
  }

  .tw .lg\:last\:mb-23px:last-child{
    margin-bottom: 23px;
  }

  .tw .lg\:last\:mb-24px:last-child{
    margin-bottom: 24px;
  }

  .tw .lg\:last\:mb-25px:last-child{
    margin-bottom: 25px;
  }

  .tw .lg\:last\:mb-26px:last-child{
    margin-bottom: 26px;
  }

  .tw .lg\:last\:mb-27px:last-child{
    margin-bottom: 27px;
  }

  .tw .lg\:last\:mb-28px:last-child{
    margin-bottom: 28px;
  }

  .tw .lg\:last\:mb-29px:last-child{
    margin-bottom: 29px;
  }

  .tw .lg\:last\:mb-30px:last-child{
    margin-bottom: 30px;
  }

  .tw .lg\:last\:mb-31px:last-child{
    margin-bottom: 31px;
  }

  .tw .lg\:last\:mb-32px:last-child{
    margin-bottom: 32px;
  }

  .tw .lg\:last\:mb-33px:last-child{
    margin-bottom: 33px;
  }

  .tw .lg\:last\:mb-34px:last-child{
    margin-bottom: 34px;
  }

  .tw .lg\:last\:mb-35px:last-child{
    margin-bottom: 35px;
  }

  .tw .lg\:last\:mb-36px:last-child{
    margin-bottom: 36px;
  }

  .tw .lg\:last\:mb-37px:last-child{
    margin-bottom: 37px;
  }

  .tw .lg\:last\:mb-38px:last-child{
    margin-bottom: 38px;
  }

  .tw .lg\:last\:mb-39px:last-child{
    margin-bottom: 39px;
  }

  .tw .lg\:last\:mb-40px:last-child{
    margin-bottom: 40px;
  }

  .tw .lg\:last\:-mb-0:last-child{
    margin-bottom: 0px;
  }

  .tw .lg\:last\:-mb-1:last-child{
    margin-bottom: -5px;
  }

  .tw .lg\:last\:-mb-2:last-child{
    margin-bottom: -10px;
  }

  .tw .lg\:last\:-mb-3:last-child{
    margin-bottom: -15px;
  }

  .tw .lg\:last\:-mb-4:last-child{
    margin-bottom: -20px;
  }

  .tw .lg\:last\:-mb-5:last-child{
    margin-bottom: -25px;
  }

  .tw .lg\:last\:-mb-6:last-child{
    margin-bottom: -30px;
  }

  .tw .lg\:last\:-mb-7:last-child{
    margin-bottom: -35px;
  }

  .tw .lg\:last\:-mb-8:last-child{
    margin-bottom: -40px;
  }

  .tw .lg\:last\:-mb-9:last-child{
    margin-bottom: -45px;
  }

  .tw .lg\:last\:-mb-10:last-child{
    margin-bottom: -50px;
  }

  .tw .lg\:last\:-mb-11:last-child{
    margin-bottom: -55px;
  }

  .tw .lg\:last\:-mb-12:last-child{
    margin-bottom: -60px;
  }

  .tw .lg\:last\:-mb-13:last-child{
    margin-bottom: -65px;
  }

  .tw .lg\:last\:-mb-14:last-child{
    margin-bottom: -70px;
  }

  .tw .lg\:last\:-mb-15:last-child{
    margin-bottom: -75px;
  }

  .tw .lg\:last\:-mb-16:last-child{
    margin-bottom: -80px;
  }

  .tw .lg\:last\:-mb-17:last-child{
    margin-bottom: -85px;
  }

  .tw .lg\:last\:-mb-18:last-child{
    margin-bottom: -90px;
  }

  .tw .lg\:last\:-mb-19:last-child{
    margin-bottom: -95px;
  }

  .tw .lg\:last\:-mb-20:last-child{
    margin-bottom: -100px;
  }

  .tw .lg\:last\:-mb-21:last-child{
    margin-bottom: -105px;
  }

  .tw .lg\:last\:-mb-22:last-child{
    margin-bottom: -110px;
  }

  .tw .lg\:last\:-mb-23:last-child{
    margin-bottom: -115px;
  }

  .tw .lg\:last\:-mb-24:last-child{
    margin-bottom: -120px;
  }

  .tw .lg\:last\:-mb-25:last-child{
    margin-bottom: -125px;
  }

  .tw .lg\:last\:-mb-26:last-child{
    margin-bottom: -130px;
  }

  .tw .lg\:last\:-mb-27:last-child{
    margin-bottom: -135px;
  }

  .tw .lg\:last\:-mb-28:last-child{
    margin-bottom: -140px;
  }

  .tw .lg\:last\:-mb-29:last-child{
    margin-bottom: -145px;
  }

  .tw .lg\:last\:-mb-30:last-child{
    margin-bottom: -150px;
  }

  .tw .lg\:last\:-mb-31:last-child{
    margin-bottom: -155px;
  }

  .tw .lg\:last\:-mb-32:last-child{
    margin-bottom: -160px;
  }

  .tw .lg\:last\:-mb-33:last-child{
    margin-bottom: -165px;
  }

  .tw .lg\:last\:-mb-34:last-child{
    margin-bottom: -170px;
  }

  .tw .lg\:last\:-mb-35:last-child{
    margin-bottom: -175px;
  }

  .tw .lg\:last\:-mb-36:last-child{
    margin-bottom: -180px;
  }

  .tw .lg\:last\:-mb-37:last-child{
    margin-bottom: -185px;
  }

  .tw .lg\:last\:-mb-38:last-child{
    margin-bottom: -190px;
  }

  .tw .lg\:last\:-mb-39:last-child{
    margin-bottom: -195px;
  }

  .tw .lg\:last\:-mb-40:last-child{
    margin-bottom: -200px;
  }

  .tw .lg\:last\:-mb-41:last-child{
    margin-bottom: -205px;
  }

  .tw .lg\:last\:-mb-42:last-child{
    margin-bottom: -210px;
  }

  .tw .lg\:last\:-mb-43:last-child{
    margin-bottom: -215px;
  }

  .tw .lg\:last\:-mb-44:last-child{
    margin-bottom: -220px;
  }

  .tw .lg\:last\:-mb-45:last-child{
    margin-bottom: -225px;
  }

  .tw .lg\:last\:-mb-46:last-child{
    margin-bottom: -230px;
  }

  .tw .lg\:last\:-mb-47:last-child{
    margin-bottom: -235px;
  }

  .tw .lg\:last\:-mb-48:last-child{
    margin-bottom: -240px;
  }

  .tw .lg\:last\:-mb-49:last-child{
    margin-bottom: -245px;
  }

  .tw .lg\:last\:-mb-50:last-child{
    margin-bottom: -250px;
  }

  .tw .lg\:last\:-mb-51:last-child{
    margin-bottom: -255px;
  }

  .tw .lg\:last\:-mb-52:last-child{
    margin-bottom: -260px;
  }

  .tw .lg\:last\:-mb-53:last-child{
    margin-bottom: -265px;
  }

  .tw .lg\:last\:-mb-54:last-child{
    margin-bottom: -270px;
  }

  .tw .lg\:last\:-mb-55:last-child{
    margin-bottom: -275px;
  }

  .tw .lg\:last\:-mb-56:last-child{
    margin-bottom: -280px;
  }

  .tw .lg\:last\:-mb-57:last-child{
    margin-bottom: -285px;
  }

  .tw .lg\:last\:-mb-58:last-child{
    margin-bottom: -290px;
  }

  .tw .lg\:last\:-mb-59:last-child{
    margin-bottom: -295px;
  }

  .tw .lg\:last\:-mb-60:last-child{
    margin-bottom: -300px;
  }

  .tw .lg\:last\:-mb-61:last-child{
    margin-bottom: -305px;
  }

  .tw .lg\:last\:-mb-62:last-child{
    margin-bottom: -310px;
  }

  .tw .lg\:last\:-mb-63:last-child{
    margin-bottom: -315px;
  }

  .tw .lg\:last\:-mb-64:last-child{
    margin-bottom: -320px;
  }

  .tw .lg\:last\:-mb-65:last-child{
    margin-bottom: -325px;
  }

  .tw .lg\:last\:-mb-66:last-child{
    margin-bottom: -330px;
  }

  .tw .lg\:last\:-mb-67:last-child{
    margin-bottom: -335px;
  }

  .tw .lg\:last\:-mb-68:last-child{
    margin-bottom: -340px;
  }

  .tw .lg\:last\:-mb-69:last-child{
    margin-bottom: -345px;
  }

  .tw .lg\:last\:-mb-70:last-child{
    margin-bottom: -350px;
  }

  .tw .lg\:last\:-mb-71:last-child{
    margin-bottom: -355px;
  }

  .tw .lg\:last\:-mb-72:last-child{
    margin-bottom: -360px;
  }

  .tw .lg\:last\:-mb-73:last-child{
    margin-bottom: -365px;
  }

  .tw .lg\:last\:-mb-74:last-child{
    margin-bottom: -370px;
  }

  .tw .lg\:last\:-mb-75:last-child{
    margin-bottom: -375px;
  }

  .tw .lg\:last\:-mb-76:last-child{
    margin-bottom: -380px;
  }

  .tw .lg\:last\:-mb-77:last-child{
    margin-bottom: -385px;
  }

  .tw .lg\:last\:-mb-78:last-child{
    margin-bottom: -390px;
  }

  .tw .lg\:last\:-mb-79:last-child{
    margin-bottom: -395px;
  }

  .tw .lg\:last\:-mb-80:last-child{
    margin-bottom: -400px;
  }

  .tw .lg\:last\:-mb-81:last-child{
    margin-bottom: -405px;
  }

  .tw .lg\:last\:-mb-82:last-child{
    margin-bottom: -410px;
  }

  .tw .lg\:last\:-mb-83:last-child{
    margin-bottom: -415px;
  }

  .tw .lg\:last\:-mb-84:last-child{
    margin-bottom: -420px;
  }

  .tw .lg\:last\:-mb-85:last-child{
    margin-bottom: -425px;
  }

  .tw .lg\:last\:-mb-86:last-child{
    margin-bottom: -430px;
  }

  .tw .lg\:last\:-mb-87:last-child{
    margin-bottom: -435px;
  }

  .tw .lg\:last\:-mb-88:last-child{
    margin-bottom: -440px;
  }

  .tw .lg\:last\:-mb-89:last-child{
    margin-bottom: -445px;
  }

  .tw .lg\:last\:-mb-90:last-child{
    margin-bottom: -450px;
  }

  .tw .lg\:last\:-mb-91:last-child{
    margin-bottom: -455px;
  }

  .tw .lg\:last\:-mb-92:last-child{
    margin-bottom: -460px;
  }

  .tw .lg\:last\:-mb-93:last-child{
    margin-bottom: -465px;
  }

  .tw .lg\:last\:-mb-94:last-child{
    margin-bottom: -470px;
  }

  .tw .lg\:last\:-mb-95:last-child{
    margin-bottom: -475px;
  }

  .tw .lg\:last\:-mb-96:last-child{
    margin-bottom: -480px;
  }

  .tw .lg\:last\:-mb-97:last-child{
    margin-bottom: -485px;
  }

  .tw .lg\:last\:-mb-98:last-child{
    margin-bottom: -490px;
  }

  .tw .lg\:last\:-mb-99:last-child{
    margin-bottom: -495px;
  }

  .tw .lg\:last\:-mb-100:last-child{
    margin-bottom: -500px;
  }

  .tw .lg\:last\:-mb-101:last-child{
    margin-bottom: -505px;
  }

  .tw .lg\:last\:-mb-102:last-child{
    margin-bottom: -510px;
  }

  .tw .lg\:last\:-mb-103:last-child{
    margin-bottom: -515px;
  }

  .tw .lg\:last\:-mb-104:last-child{
    margin-bottom: -520px;
  }

  .tw .lg\:last\:-mb-105:last-child{
    margin-bottom: -525px;
  }

  .tw .lg\:last\:-mb-106:last-child{
    margin-bottom: -530px;
  }

  .tw .lg\:last\:-mb-107:last-child{
    margin-bottom: -535px;
  }

  .tw .lg\:last\:-mb-108:last-child{
    margin-bottom: -540px;
  }

  .tw .lg\:last\:-mb-109:last-child{
    margin-bottom: -545px;
  }

  .tw .lg\:last\:-mb-110:last-child{
    margin-bottom: -550px;
  }

  .tw .lg\:last\:-mb-111:last-child{
    margin-bottom: -555px;
  }

  .tw .lg\:last\:-mb-112:last-child{
    margin-bottom: -560px;
  }

  .tw .lg\:last\:-mb-113:last-child{
    margin-bottom: -565px;
  }

  .tw .lg\:last\:-mb-114:last-child{
    margin-bottom: -570px;
  }

  .tw .lg\:last\:-mb-115:last-child{
    margin-bottom: -575px;
  }

  .tw .lg\:last\:-mb-116:last-child{
    margin-bottom: -580px;
  }

  .tw .lg\:last\:-mb-117:last-child{
    margin-bottom: -585px;
  }

  .tw .lg\:last\:-mb-118:last-child{
    margin-bottom: -590px;
  }

  .tw .lg\:last\:-mb-119:last-child{
    margin-bottom: -595px;
  }

  .tw .lg\:last\:-mb-120:last-child{
    margin-bottom: -600px;
  }

  .tw .lg\:last\:-mb-121:last-child{
    margin-bottom: -605px;
  }

  .tw .lg\:last\:-mb-122:last-child{
    margin-bottom: -610px;
  }

  .tw .lg\:last\:-mb-123:last-child{
    margin-bottom: -615px;
  }

  .tw .lg\:last\:-mb-124:last-child{
    margin-bottom: -620px;
  }

  .tw .lg\:last\:-mb-125:last-child{
    margin-bottom: -625px;
  }

  .tw .lg\:last\:-mb-126:last-child{
    margin-bottom: -630px;
  }

  .tw .lg\:last\:-mb-127:last-child{
    margin-bottom: -635px;
  }

  .tw .lg\:last\:-mb-128:last-child{
    margin-bottom: -640px;
  }

  .tw .lg\:last\:-mb-129:last-child{
    margin-bottom: -645px;
  }

  .tw .lg\:last\:-mb-130:last-child{
    margin-bottom: -650px;
  }

  .tw .lg\:last\:-mb-131:last-child{
    margin-bottom: -655px;
  }

  .tw .lg\:last\:-mb-132:last-child{
    margin-bottom: -660px;
  }

  .tw .lg\:last\:-mb-133:last-child{
    margin-bottom: -665px;
  }

  .tw .lg\:last\:-mb-134:last-child{
    margin-bottom: -670px;
  }

  .tw .lg\:last\:-mb-135:last-child{
    margin-bottom: -675px;
  }

  .tw .lg\:last\:-mb-136:last-child{
    margin-bottom: -680px;
  }

  .tw .lg\:last\:-mb-137:last-child{
    margin-bottom: -685px;
  }

  .tw .lg\:last\:-mb-138:last-child{
    margin-bottom: -690px;
  }

  .tw .lg\:last\:-mb-139:last-child{
    margin-bottom: -695px;
  }

  .tw .lg\:last\:-mb-140:last-child{
    margin-bottom: -700px;
  }

  .tw .lg\:last\:-mb-141:last-child{
    margin-bottom: -705px;
  }

  .tw .lg\:last\:-mb-142:last-child{
    margin-bottom: -710px;
  }

  .tw .lg\:last\:-mb-143:last-child{
    margin-bottom: -715px;
  }

  .tw .lg\:last\:-mb-144:last-child{
    margin-bottom: -720px;
  }

  .tw .lg\:last\:-mb-145:last-child{
    margin-bottom: -725px;
  }

  .tw .lg\:last\:-mb-146:last-child{
    margin-bottom: -730px;
  }

  .tw .lg\:last\:-mb-147:last-child{
    margin-bottom: -735px;
  }

  .tw .lg\:last\:-mb-148:last-child{
    margin-bottom: -740px;
  }

  .tw .lg\:last\:-mb-149:last-child{
    margin-bottom: -745px;
  }

  .tw .lg\:last\:-mb-0\.5:last-child{
    margin-bottom: -3px;
  }

  .tw .lg\:last\:-mb-1px:last-child{
    margin-bottom: -1px;
  }

  .tw .lg\:last\:-mb-2px:last-child{
    margin-bottom: -2px;
  }

  .tw .lg\:last\:-mb-3px:last-child{
    margin-bottom: -3px;
  }

  .tw .lg\:last\:-mb-4px:last-child{
    margin-bottom: -4px;
  }

  .tw .lg\:last\:-mb-5px:last-child{
    margin-bottom: -5px;
  }

  .tw .lg\:last\:-mb-6px:last-child{
    margin-bottom: -6px;
  }

  .tw .lg\:last\:-mb-7px:last-child{
    margin-bottom: -7px;
  }

  .tw .lg\:last\:-mb-8px:last-child{
    margin-bottom: -8px;
  }

  .tw .lg\:last\:-mb-9px:last-child{
    margin-bottom: -9px;
  }

  .tw .lg\:last\:-mb-10px:last-child{
    margin-bottom: -10px;
  }

  .tw .lg\:last\:-mb-11px:last-child{
    margin-bottom: -11px;
  }

  .tw .lg\:last\:-mb-12px:last-child{
    margin-bottom: -12px;
  }

  .tw .lg\:last\:-mb-13px:last-child{
    margin-bottom: -13px;
  }

  .tw .lg\:last\:-mb-14px:last-child{
    margin-bottom: -14px;
  }

  .tw .lg\:last\:-mb-15px:last-child{
    margin-bottom: -15px;
  }

  .tw .lg\:last\:-mb-16px:last-child{
    margin-bottom: -16px;
  }

  .tw .lg\:last\:-mb-17px:last-child{
    margin-bottom: -17px;
  }

  .tw .lg\:last\:-mb-18px:last-child{
    margin-bottom: -18px;
  }

  .tw .lg\:last\:-mb-19px:last-child{
    margin-bottom: -19px;
  }

  .tw .lg\:last\:-mb-20px:last-child{
    margin-bottom: -20px;
  }

  .tw .lg\:last\:-mb-21px:last-child{
    margin-bottom: -21px;
  }

  .tw .lg\:last\:-mb-22px:last-child{
    margin-bottom: -22px;
  }

  .tw .lg\:last\:-mb-23px:last-child{
    margin-bottom: -23px;
  }

  .tw .lg\:last\:-mb-24px:last-child{
    margin-bottom: -24px;
  }

  .tw .lg\:last\:-mb-25px:last-child{
    margin-bottom: -25px;
  }

  .tw .lg\:last\:-mb-26px:last-child{
    margin-bottom: -26px;
  }

  .tw .lg\:last\:-mb-27px:last-child{
    margin-bottom: -27px;
  }

  .tw .lg\:last\:-mb-28px:last-child{
    margin-bottom: -28px;
  }

  .tw .lg\:last\:-mb-29px:last-child{
    margin-bottom: -29px;
  }

  .tw .lg\:last\:-mb-30px:last-child{
    margin-bottom: -30px;
  }

  .tw .lg\:last\:-mb-31px:last-child{
    margin-bottom: -31px;
  }

  .tw .lg\:last\:-mb-32px:last-child{
    margin-bottom: -32px;
  }

  .tw .lg\:last\:-mb-33px:last-child{
    margin-bottom: -33px;
  }

  .tw .lg\:last\:-mb-34px:last-child{
    margin-bottom: -34px;
  }

  .tw .lg\:last\:-mb-35px:last-child{
    margin-bottom: -35px;
  }

  .tw .lg\:last\:-mb-36px:last-child{
    margin-bottom: -36px;
  }

  .tw .lg\:last\:-mb-37px:last-child{
    margin-bottom: -37px;
  }

  .tw .lg\:last\:-mb-38px:last-child{
    margin-bottom: -38px;
  }

  .tw .lg\:last\:-mb-39px:last-child{
    margin-bottom: -39px;
  }

  .tw .lg\:last\:-mb-40px:last-child{
    margin-bottom: -40px;
  }

  .tw .lg\:last\:ml-0:last-child{
    margin-left: 0px;
  }

  .tw .lg\:last\:ml-1:last-child{
    margin-left: 5px;
  }

  .tw .lg\:last\:ml-2:last-child{
    margin-left: 10px;
  }

  .tw .lg\:last\:ml-3:last-child{
    margin-left: 15px;
  }

  .tw .lg\:last\:ml-4:last-child{
    margin-left: 20px;
  }

  .tw .lg\:last\:ml-5:last-child{
    margin-left: 25px;
  }

  .tw .lg\:last\:ml-6:last-child{
    margin-left: 30px;
  }

  .tw .lg\:last\:ml-7:last-child{
    margin-left: 35px;
  }

  .tw .lg\:last\:ml-8:last-child{
    margin-left: 40px;
  }

  .tw .lg\:last\:ml-9:last-child{
    margin-left: 45px;
  }

  .tw .lg\:last\:ml-10:last-child{
    margin-left: 50px;
  }

  .tw .lg\:last\:ml-11:last-child{
    margin-left: 55px;
  }

  .tw .lg\:last\:ml-12:last-child{
    margin-left: 60px;
  }

  .tw .lg\:last\:ml-13:last-child{
    margin-left: 65px;
  }

  .tw .lg\:last\:ml-14:last-child{
    margin-left: 70px;
  }

  .tw .lg\:last\:ml-15:last-child{
    margin-left: 75px;
  }

  .tw .lg\:last\:ml-16:last-child{
    margin-left: 80px;
  }

  .tw .lg\:last\:ml-17:last-child{
    margin-left: 85px;
  }

  .tw .lg\:last\:ml-18:last-child{
    margin-left: 90px;
  }

  .tw .lg\:last\:ml-19:last-child{
    margin-left: 95px;
  }

  .tw .lg\:last\:ml-20:last-child{
    margin-left: 100px;
  }

  .tw .lg\:last\:ml-21:last-child{
    margin-left: 105px;
  }

  .tw .lg\:last\:ml-22:last-child{
    margin-left: 110px;
  }

  .tw .lg\:last\:ml-23:last-child{
    margin-left: 115px;
  }

  .tw .lg\:last\:ml-24:last-child{
    margin-left: 120px;
  }

  .tw .lg\:last\:ml-25:last-child{
    margin-left: 125px;
  }

  .tw .lg\:last\:ml-26:last-child{
    margin-left: 130px;
  }

  .tw .lg\:last\:ml-27:last-child{
    margin-left: 135px;
  }

  .tw .lg\:last\:ml-28:last-child{
    margin-left: 140px;
  }

  .tw .lg\:last\:ml-29:last-child{
    margin-left: 145px;
  }

  .tw .lg\:last\:ml-30:last-child{
    margin-left: 150px;
  }

  .tw .lg\:last\:ml-31:last-child{
    margin-left: 155px;
  }

  .tw .lg\:last\:ml-32:last-child{
    margin-left: 160px;
  }

  .tw .lg\:last\:ml-33:last-child{
    margin-left: 165px;
  }

  .tw .lg\:last\:ml-34:last-child{
    margin-left: 170px;
  }

  .tw .lg\:last\:ml-35:last-child{
    margin-left: 175px;
  }

  .tw .lg\:last\:ml-36:last-child{
    margin-left: 180px;
  }

  .tw .lg\:last\:ml-37:last-child{
    margin-left: 185px;
  }

  .tw .lg\:last\:ml-38:last-child{
    margin-left: 190px;
  }

  .tw .lg\:last\:ml-39:last-child{
    margin-left: 195px;
  }

  .tw .lg\:last\:ml-40:last-child{
    margin-left: 200px;
  }

  .tw .lg\:last\:ml-41:last-child{
    margin-left: 205px;
  }

  .tw .lg\:last\:ml-42:last-child{
    margin-left: 210px;
  }

  .tw .lg\:last\:ml-43:last-child{
    margin-left: 215px;
  }

  .tw .lg\:last\:ml-44:last-child{
    margin-left: 220px;
  }

  .tw .lg\:last\:ml-45:last-child{
    margin-left: 225px;
  }

  .tw .lg\:last\:ml-46:last-child{
    margin-left: 230px;
  }

  .tw .lg\:last\:ml-47:last-child{
    margin-left: 235px;
  }

  .tw .lg\:last\:ml-48:last-child{
    margin-left: 240px;
  }

  .tw .lg\:last\:ml-49:last-child{
    margin-left: 245px;
  }

  .tw .lg\:last\:ml-50:last-child{
    margin-left: 250px;
  }

  .tw .lg\:last\:ml-51:last-child{
    margin-left: 255px;
  }

  .tw .lg\:last\:ml-52:last-child{
    margin-left: 260px;
  }

  .tw .lg\:last\:ml-53:last-child{
    margin-left: 265px;
  }

  .tw .lg\:last\:ml-54:last-child{
    margin-left: 270px;
  }

  .tw .lg\:last\:ml-55:last-child{
    margin-left: 275px;
  }

  .tw .lg\:last\:ml-56:last-child{
    margin-left: 280px;
  }

  .tw .lg\:last\:ml-57:last-child{
    margin-left: 285px;
  }

  .tw .lg\:last\:ml-58:last-child{
    margin-left: 290px;
  }

  .tw .lg\:last\:ml-59:last-child{
    margin-left: 295px;
  }

  .tw .lg\:last\:ml-60:last-child{
    margin-left: 300px;
  }

  .tw .lg\:last\:ml-61:last-child{
    margin-left: 305px;
  }

  .tw .lg\:last\:ml-62:last-child{
    margin-left: 310px;
  }

  .tw .lg\:last\:ml-63:last-child{
    margin-left: 315px;
  }

  .tw .lg\:last\:ml-64:last-child{
    margin-left: 320px;
  }

  .tw .lg\:last\:ml-65:last-child{
    margin-left: 325px;
  }

  .tw .lg\:last\:ml-66:last-child{
    margin-left: 330px;
  }

  .tw .lg\:last\:ml-67:last-child{
    margin-left: 335px;
  }

  .tw .lg\:last\:ml-68:last-child{
    margin-left: 340px;
  }

  .tw .lg\:last\:ml-69:last-child{
    margin-left: 345px;
  }

  .tw .lg\:last\:ml-70:last-child{
    margin-left: 350px;
  }

  .tw .lg\:last\:ml-71:last-child{
    margin-left: 355px;
  }

  .tw .lg\:last\:ml-72:last-child{
    margin-left: 360px;
  }

  .tw .lg\:last\:ml-73:last-child{
    margin-left: 365px;
  }

  .tw .lg\:last\:ml-74:last-child{
    margin-left: 370px;
  }

  .tw .lg\:last\:ml-75:last-child{
    margin-left: 375px;
  }

  .tw .lg\:last\:ml-76:last-child{
    margin-left: 380px;
  }

  .tw .lg\:last\:ml-77:last-child{
    margin-left: 385px;
  }

  .tw .lg\:last\:ml-78:last-child{
    margin-left: 390px;
  }

  .tw .lg\:last\:ml-79:last-child{
    margin-left: 395px;
  }

  .tw .lg\:last\:ml-80:last-child{
    margin-left: 400px;
  }

  .tw .lg\:last\:ml-81:last-child{
    margin-left: 405px;
  }

  .tw .lg\:last\:ml-82:last-child{
    margin-left: 410px;
  }

  .tw .lg\:last\:ml-83:last-child{
    margin-left: 415px;
  }

  .tw .lg\:last\:ml-84:last-child{
    margin-left: 420px;
  }

  .tw .lg\:last\:ml-85:last-child{
    margin-left: 425px;
  }

  .tw .lg\:last\:ml-86:last-child{
    margin-left: 430px;
  }

  .tw .lg\:last\:ml-87:last-child{
    margin-left: 435px;
  }

  .tw .lg\:last\:ml-88:last-child{
    margin-left: 440px;
  }

  .tw .lg\:last\:ml-89:last-child{
    margin-left: 445px;
  }

  .tw .lg\:last\:ml-90:last-child{
    margin-left: 450px;
  }

  .tw .lg\:last\:ml-91:last-child{
    margin-left: 455px;
  }

  .tw .lg\:last\:ml-92:last-child{
    margin-left: 460px;
  }

  .tw .lg\:last\:ml-93:last-child{
    margin-left: 465px;
  }

  .tw .lg\:last\:ml-94:last-child{
    margin-left: 470px;
  }

  .tw .lg\:last\:ml-95:last-child{
    margin-left: 475px;
  }

  .tw .lg\:last\:ml-96:last-child{
    margin-left: 480px;
  }

  .tw .lg\:last\:ml-97:last-child{
    margin-left: 485px;
  }

  .tw .lg\:last\:ml-98:last-child{
    margin-left: 490px;
  }

  .tw .lg\:last\:ml-99:last-child{
    margin-left: 495px;
  }

  .tw .lg\:last\:ml-100:last-child{
    margin-left: 500px;
  }

  .tw .lg\:last\:ml-101:last-child{
    margin-left: 505px;
  }

  .tw .lg\:last\:ml-102:last-child{
    margin-left: 510px;
  }

  .tw .lg\:last\:ml-103:last-child{
    margin-left: 515px;
  }

  .tw .lg\:last\:ml-104:last-child{
    margin-left: 520px;
  }

  .tw .lg\:last\:ml-105:last-child{
    margin-left: 525px;
  }

  .tw .lg\:last\:ml-106:last-child{
    margin-left: 530px;
  }

  .tw .lg\:last\:ml-107:last-child{
    margin-left: 535px;
  }

  .tw .lg\:last\:ml-108:last-child{
    margin-left: 540px;
  }

  .tw .lg\:last\:ml-109:last-child{
    margin-left: 545px;
  }

  .tw .lg\:last\:ml-110:last-child{
    margin-left: 550px;
  }

  .tw .lg\:last\:ml-111:last-child{
    margin-left: 555px;
  }

  .tw .lg\:last\:ml-112:last-child{
    margin-left: 560px;
  }

  .tw .lg\:last\:ml-113:last-child{
    margin-left: 565px;
  }

  .tw .lg\:last\:ml-114:last-child{
    margin-left: 570px;
  }

  .tw .lg\:last\:ml-115:last-child{
    margin-left: 575px;
  }

  .tw .lg\:last\:ml-116:last-child{
    margin-left: 580px;
  }

  .tw .lg\:last\:ml-117:last-child{
    margin-left: 585px;
  }

  .tw .lg\:last\:ml-118:last-child{
    margin-left: 590px;
  }

  .tw .lg\:last\:ml-119:last-child{
    margin-left: 595px;
  }

  .tw .lg\:last\:ml-120:last-child{
    margin-left: 600px;
  }

  .tw .lg\:last\:ml-121:last-child{
    margin-left: 605px;
  }

  .tw .lg\:last\:ml-122:last-child{
    margin-left: 610px;
  }

  .tw .lg\:last\:ml-123:last-child{
    margin-left: 615px;
  }

  .tw .lg\:last\:ml-124:last-child{
    margin-left: 620px;
  }

  .tw .lg\:last\:ml-125:last-child{
    margin-left: 625px;
  }

  .tw .lg\:last\:ml-126:last-child{
    margin-left: 630px;
  }

  .tw .lg\:last\:ml-127:last-child{
    margin-left: 635px;
  }

  .tw .lg\:last\:ml-128:last-child{
    margin-left: 640px;
  }

  .tw .lg\:last\:ml-129:last-child{
    margin-left: 645px;
  }

  .tw .lg\:last\:ml-130:last-child{
    margin-left: 650px;
  }

  .tw .lg\:last\:ml-131:last-child{
    margin-left: 655px;
  }

  .tw .lg\:last\:ml-132:last-child{
    margin-left: 660px;
  }

  .tw .lg\:last\:ml-133:last-child{
    margin-left: 665px;
  }

  .tw .lg\:last\:ml-134:last-child{
    margin-left: 670px;
  }

  .tw .lg\:last\:ml-135:last-child{
    margin-left: 675px;
  }

  .tw .lg\:last\:ml-136:last-child{
    margin-left: 680px;
  }

  .tw .lg\:last\:ml-137:last-child{
    margin-left: 685px;
  }

  .tw .lg\:last\:ml-138:last-child{
    margin-left: 690px;
  }

  .tw .lg\:last\:ml-139:last-child{
    margin-left: 695px;
  }

  .tw .lg\:last\:ml-140:last-child{
    margin-left: 700px;
  }

  .tw .lg\:last\:ml-141:last-child{
    margin-left: 705px;
  }

  .tw .lg\:last\:ml-142:last-child{
    margin-left: 710px;
  }

  .tw .lg\:last\:ml-143:last-child{
    margin-left: 715px;
  }

  .tw .lg\:last\:ml-144:last-child{
    margin-left: 720px;
  }

  .tw .lg\:last\:ml-145:last-child{
    margin-left: 725px;
  }

  .tw .lg\:last\:ml-146:last-child{
    margin-left: 730px;
  }

  .tw .lg\:last\:ml-147:last-child{
    margin-left: 735px;
  }

  .tw .lg\:last\:ml-148:last-child{
    margin-left: 740px;
  }

  .tw .lg\:last\:ml-149:last-child{
    margin-left: 745px;
  }

  .tw .lg\:last\:ml-auto:last-child{
    margin-left: auto;
  }

  .tw .lg\:last\:ml-0\.5:last-child{
    margin-left: 3px;
  }

  .tw .lg\:last\:ml-1px:last-child{
    margin-left: 1px;
  }

  .tw .lg\:last\:ml-2px:last-child{
    margin-left: 2px;
  }

  .tw .lg\:last\:ml-3px:last-child{
    margin-left: 3px;
  }

  .tw .lg\:last\:ml-4px:last-child{
    margin-left: 4px;
  }

  .tw .lg\:last\:ml-5px:last-child{
    margin-left: 5px;
  }

  .tw .lg\:last\:ml-6px:last-child{
    margin-left: 6px;
  }

  .tw .lg\:last\:ml-7px:last-child{
    margin-left: 7px;
  }

  .tw .lg\:last\:ml-8px:last-child{
    margin-left: 8px;
  }

  .tw .lg\:last\:ml-9px:last-child{
    margin-left: 9px;
  }

  .tw .lg\:last\:ml-10px:last-child{
    margin-left: 10px;
  }

  .tw .lg\:last\:ml-11px:last-child{
    margin-left: 11px;
  }

  .tw .lg\:last\:ml-12px:last-child{
    margin-left: 12px;
  }

  .tw .lg\:last\:ml-13px:last-child{
    margin-left: 13px;
  }

  .tw .lg\:last\:ml-14px:last-child{
    margin-left: 14px;
  }

  .tw .lg\:last\:ml-15px:last-child{
    margin-left: 15px;
  }

  .tw .lg\:last\:ml-16px:last-child{
    margin-left: 16px;
  }

  .tw .lg\:last\:ml-17px:last-child{
    margin-left: 17px;
  }

  .tw .lg\:last\:ml-18px:last-child{
    margin-left: 18px;
  }

  .tw .lg\:last\:ml-19px:last-child{
    margin-left: 19px;
  }

  .tw .lg\:last\:ml-20px:last-child{
    margin-left: 20px;
  }

  .tw .lg\:last\:ml-21px:last-child{
    margin-left: 21px;
  }

  .tw .lg\:last\:ml-22px:last-child{
    margin-left: 22px;
  }

  .tw .lg\:last\:ml-23px:last-child{
    margin-left: 23px;
  }

  .tw .lg\:last\:ml-24px:last-child{
    margin-left: 24px;
  }

  .tw .lg\:last\:ml-25px:last-child{
    margin-left: 25px;
  }

  .tw .lg\:last\:ml-26px:last-child{
    margin-left: 26px;
  }

  .tw .lg\:last\:ml-27px:last-child{
    margin-left: 27px;
  }

  .tw .lg\:last\:ml-28px:last-child{
    margin-left: 28px;
  }

  .tw .lg\:last\:ml-29px:last-child{
    margin-left: 29px;
  }

  .tw .lg\:last\:ml-30px:last-child{
    margin-left: 30px;
  }

  .tw .lg\:last\:ml-31px:last-child{
    margin-left: 31px;
  }

  .tw .lg\:last\:ml-32px:last-child{
    margin-left: 32px;
  }

  .tw .lg\:last\:ml-33px:last-child{
    margin-left: 33px;
  }

  .tw .lg\:last\:ml-34px:last-child{
    margin-left: 34px;
  }

  .tw .lg\:last\:ml-35px:last-child{
    margin-left: 35px;
  }

  .tw .lg\:last\:ml-36px:last-child{
    margin-left: 36px;
  }

  .tw .lg\:last\:ml-37px:last-child{
    margin-left: 37px;
  }

  .tw .lg\:last\:ml-38px:last-child{
    margin-left: 38px;
  }

  .tw .lg\:last\:ml-39px:last-child{
    margin-left: 39px;
  }

  .tw .lg\:last\:ml-40px:last-child{
    margin-left: 40px;
  }

  .tw .lg\:last\:-ml-0:last-child{
    margin-left: 0px;
  }

  .tw .lg\:last\:-ml-1:last-child{
    margin-left: -5px;
  }

  .tw .lg\:last\:-ml-2:last-child{
    margin-left: -10px;
  }

  .tw .lg\:last\:-ml-3:last-child{
    margin-left: -15px;
  }

  .tw .lg\:last\:-ml-4:last-child{
    margin-left: -20px;
  }

  .tw .lg\:last\:-ml-5:last-child{
    margin-left: -25px;
  }

  .tw .lg\:last\:-ml-6:last-child{
    margin-left: -30px;
  }

  .tw .lg\:last\:-ml-7:last-child{
    margin-left: -35px;
  }

  .tw .lg\:last\:-ml-8:last-child{
    margin-left: -40px;
  }

  .tw .lg\:last\:-ml-9:last-child{
    margin-left: -45px;
  }

  .tw .lg\:last\:-ml-10:last-child{
    margin-left: -50px;
  }

  .tw .lg\:last\:-ml-11:last-child{
    margin-left: -55px;
  }

  .tw .lg\:last\:-ml-12:last-child{
    margin-left: -60px;
  }

  .tw .lg\:last\:-ml-13:last-child{
    margin-left: -65px;
  }

  .tw .lg\:last\:-ml-14:last-child{
    margin-left: -70px;
  }

  .tw .lg\:last\:-ml-15:last-child{
    margin-left: -75px;
  }

  .tw .lg\:last\:-ml-16:last-child{
    margin-left: -80px;
  }

  .tw .lg\:last\:-ml-17:last-child{
    margin-left: -85px;
  }

  .tw .lg\:last\:-ml-18:last-child{
    margin-left: -90px;
  }

  .tw .lg\:last\:-ml-19:last-child{
    margin-left: -95px;
  }

  .tw .lg\:last\:-ml-20:last-child{
    margin-left: -100px;
  }

  .tw .lg\:last\:-ml-21:last-child{
    margin-left: -105px;
  }

  .tw .lg\:last\:-ml-22:last-child{
    margin-left: -110px;
  }

  .tw .lg\:last\:-ml-23:last-child{
    margin-left: -115px;
  }

  .tw .lg\:last\:-ml-24:last-child{
    margin-left: -120px;
  }

  .tw .lg\:last\:-ml-25:last-child{
    margin-left: -125px;
  }

  .tw .lg\:last\:-ml-26:last-child{
    margin-left: -130px;
  }

  .tw .lg\:last\:-ml-27:last-child{
    margin-left: -135px;
  }

  .tw .lg\:last\:-ml-28:last-child{
    margin-left: -140px;
  }

  .tw .lg\:last\:-ml-29:last-child{
    margin-left: -145px;
  }

  .tw .lg\:last\:-ml-30:last-child{
    margin-left: -150px;
  }

  .tw .lg\:last\:-ml-31:last-child{
    margin-left: -155px;
  }

  .tw .lg\:last\:-ml-32:last-child{
    margin-left: -160px;
  }

  .tw .lg\:last\:-ml-33:last-child{
    margin-left: -165px;
  }

  .tw .lg\:last\:-ml-34:last-child{
    margin-left: -170px;
  }

  .tw .lg\:last\:-ml-35:last-child{
    margin-left: -175px;
  }

  .tw .lg\:last\:-ml-36:last-child{
    margin-left: -180px;
  }

  .tw .lg\:last\:-ml-37:last-child{
    margin-left: -185px;
  }

  .tw .lg\:last\:-ml-38:last-child{
    margin-left: -190px;
  }

  .tw .lg\:last\:-ml-39:last-child{
    margin-left: -195px;
  }

  .tw .lg\:last\:-ml-40:last-child{
    margin-left: -200px;
  }

  .tw .lg\:last\:-ml-41:last-child{
    margin-left: -205px;
  }

  .tw .lg\:last\:-ml-42:last-child{
    margin-left: -210px;
  }

  .tw .lg\:last\:-ml-43:last-child{
    margin-left: -215px;
  }

  .tw .lg\:last\:-ml-44:last-child{
    margin-left: -220px;
  }

  .tw .lg\:last\:-ml-45:last-child{
    margin-left: -225px;
  }

  .tw .lg\:last\:-ml-46:last-child{
    margin-left: -230px;
  }

  .tw .lg\:last\:-ml-47:last-child{
    margin-left: -235px;
  }

  .tw .lg\:last\:-ml-48:last-child{
    margin-left: -240px;
  }

  .tw .lg\:last\:-ml-49:last-child{
    margin-left: -245px;
  }

  .tw .lg\:last\:-ml-50:last-child{
    margin-left: -250px;
  }

  .tw .lg\:last\:-ml-51:last-child{
    margin-left: -255px;
  }

  .tw .lg\:last\:-ml-52:last-child{
    margin-left: -260px;
  }

  .tw .lg\:last\:-ml-53:last-child{
    margin-left: -265px;
  }

  .tw .lg\:last\:-ml-54:last-child{
    margin-left: -270px;
  }

  .tw .lg\:last\:-ml-55:last-child{
    margin-left: -275px;
  }

  .tw .lg\:last\:-ml-56:last-child{
    margin-left: -280px;
  }

  .tw .lg\:last\:-ml-57:last-child{
    margin-left: -285px;
  }

  .tw .lg\:last\:-ml-58:last-child{
    margin-left: -290px;
  }

  .tw .lg\:last\:-ml-59:last-child{
    margin-left: -295px;
  }

  .tw .lg\:last\:-ml-60:last-child{
    margin-left: -300px;
  }

  .tw .lg\:last\:-ml-61:last-child{
    margin-left: -305px;
  }

  .tw .lg\:last\:-ml-62:last-child{
    margin-left: -310px;
  }

  .tw .lg\:last\:-ml-63:last-child{
    margin-left: -315px;
  }

  .tw .lg\:last\:-ml-64:last-child{
    margin-left: -320px;
  }

  .tw .lg\:last\:-ml-65:last-child{
    margin-left: -325px;
  }

  .tw .lg\:last\:-ml-66:last-child{
    margin-left: -330px;
  }

  .tw .lg\:last\:-ml-67:last-child{
    margin-left: -335px;
  }

  .tw .lg\:last\:-ml-68:last-child{
    margin-left: -340px;
  }

  .tw .lg\:last\:-ml-69:last-child{
    margin-left: -345px;
  }

  .tw .lg\:last\:-ml-70:last-child{
    margin-left: -350px;
  }

  .tw .lg\:last\:-ml-71:last-child{
    margin-left: -355px;
  }

  .tw .lg\:last\:-ml-72:last-child{
    margin-left: -360px;
  }

  .tw .lg\:last\:-ml-73:last-child{
    margin-left: -365px;
  }

  .tw .lg\:last\:-ml-74:last-child{
    margin-left: -370px;
  }

  .tw .lg\:last\:-ml-75:last-child{
    margin-left: -375px;
  }

  .tw .lg\:last\:-ml-76:last-child{
    margin-left: -380px;
  }

  .tw .lg\:last\:-ml-77:last-child{
    margin-left: -385px;
  }

  .tw .lg\:last\:-ml-78:last-child{
    margin-left: -390px;
  }

  .tw .lg\:last\:-ml-79:last-child{
    margin-left: -395px;
  }

  .tw .lg\:last\:-ml-80:last-child{
    margin-left: -400px;
  }

  .tw .lg\:last\:-ml-81:last-child{
    margin-left: -405px;
  }

  .tw .lg\:last\:-ml-82:last-child{
    margin-left: -410px;
  }

  .tw .lg\:last\:-ml-83:last-child{
    margin-left: -415px;
  }

  .tw .lg\:last\:-ml-84:last-child{
    margin-left: -420px;
  }

  .tw .lg\:last\:-ml-85:last-child{
    margin-left: -425px;
  }

  .tw .lg\:last\:-ml-86:last-child{
    margin-left: -430px;
  }

  .tw .lg\:last\:-ml-87:last-child{
    margin-left: -435px;
  }

  .tw .lg\:last\:-ml-88:last-child{
    margin-left: -440px;
  }

  .tw .lg\:last\:-ml-89:last-child{
    margin-left: -445px;
  }

  .tw .lg\:last\:-ml-90:last-child{
    margin-left: -450px;
  }

  .tw .lg\:last\:-ml-91:last-child{
    margin-left: -455px;
  }

  .tw .lg\:last\:-ml-92:last-child{
    margin-left: -460px;
  }

  .tw .lg\:last\:-ml-93:last-child{
    margin-left: -465px;
  }

  .tw .lg\:last\:-ml-94:last-child{
    margin-left: -470px;
  }

  .tw .lg\:last\:-ml-95:last-child{
    margin-left: -475px;
  }

  .tw .lg\:last\:-ml-96:last-child{
    margin-left: -480px;
  }

  .tw .lg\:last\:-ml-97:last-child{
    margin-left: -485px;
  }

  .tw .lg\:last\:-ml-98:last-child{
    margin-left: -490px;
  }

  .tw .lg\:last\:-ml-99:last-child{
    margin-left: -495px;
  }

  .tw .lg\:last\:-ml-100:last-child{
    margin-left: -500px;
  }

  .tw .lg\:last\:-ml-101:last-child{
    margin-left: -505px;
  }

  .tw .lg\:last\:-ml-102:last-child{
    margin-left: -510px;
  }

  .tw .lg\:last\:-ml-103:last-child{
    margin-left: -515px;
  }

  .tw .lg\:last\:-ml-104:last-child{
    margin-left: -520px;
  }

  .tw .lg\:last\:-ml-105:last-child{
    margin-left: -525px;
  }

  .tw .lg\:last\:-ml-106:last-child{
    margin-left: -530px;
  }

  .tw .lg\:last\:-ml-107:last-child{
    margin-left: -535px;
  }

  .tw .lg\:last\:-ml-108:last-child{
    margin-left: -540px;
  }

  .tw .lg\:last\:-ml-109:last-child{
    margin-left: -545px;
  }

  .tw .lg\:last\:-ml-110:last-child{
    margin-left: -550px;
  }

  .tw .lg\:last\:-ml-111:last-child{
    margin-left: -555px;
  }

  .tw .lg\:last\:-ml-112:last-child{
    margin-left: -560px;
  }

  .tw .lg\:last\:-ml-113:last-child{
    margin-left: -565px;
  }

  .tw .lg\:last\:-ml-114:last-child{
    margin-left: -570px;
  }

  .tw .lg\:last\:-ml-115:last-child{
    margin-left: -575px;
  }

  .tw .lg\:last\:-ml-116:last-child{
    margin-left: -580px;
  }

  .tw .lg\:last\:-ml-117:last-child{
    margin-left: -585px;
  }

  .tw .lg\:last\:-ml-118:last-child{
    margin-left: -590px;
  }

  .tw .lg\:last\:-ml-119:last-child{
    margin-left: -595px;
  }

  .tw .lg\:last\:-ml-120:last-child{
    margin-left: -600px;
  }

  .tw .lg\:last\:-ml-121:last-child{
    margin-left: -605px;
  }

  .tw .lg\:last\:-ml-122:last-child{
    margin-left: -610px;
  }

  .tw .lg\:last\:-ml-123:last-child{
    margin-left: -615px;
  }

  .tw .lg\:last\:-ml-124:last-child{
    margin-left: -620px;
  }

  .tw .lg\:last\:-ml-125:last-child{
    margin-left: -625px;
  }

  .tw .lg\:last\:-ml-126:last-child{
    margin-left: -630px;
  }

  .tw .lg\:last\:-ml-127:last-child{
    margin-left: -635px;
  }

  .tw .lg\:last\:-ml-128:last-child{
    margin-left: -640px;
  }

  .tw .lg\:last\:-ml-129:last-child{
    margin-left: -645px;
  }

  .tw .lg\:last\:-ml-130:last-child{
    margin-left: -650px;
  }

  .tw .lg\:last\:-ml-131:last-child{
    margin-left: -655px;
  }

  .tw .lg\:last\:-ml-132:last-child{
    margin-left: -660px;
  }

  .tw .lg\:last\:-ml-133:last-child{
    margin-left: -665px;
  }

  .tw .lg\:last\:-ml-134:last-child{
    margin-left: -670px;
  }

  .tw .lg\:last\:-ml-135:last-child{
    margin-left: -675px;
  }

  .tw .lg\:last\:-ml-136:last-child{
    margin-left: -680px;
  }

  .tw .lg\:last\:-ml-137:last-child{
    margin-left: -685px;
  }

  .tw .lg\:last\:-ml-138:last-child{
    margin-left: -690px;
  }

  .tw .lg\:last\:-ml-139:last-child{
    margin-left: -695px;
  }

  .tw .lg\:last\:-ml-140:last-child{
    margin-left: -700px;
  }

  .tw .lg\:last\:-ml-141:last-child{
    margin-left: -705px;
  }

  .tw .lg\:last\:-ml-142:last-child{
    margin-left: -710px;
  }

  .tw .lg\:last\:-ml-143:last-child{
    margin-left: -715px;
  }

  .tw .lg\:last\:-ml-144:last-child{
    margin-left: -720px;
  }

  .tw .lg\:last\:-ml-145:last-child{
    margin-left: -725px;
  }

  .tw .lg\:last\:-ml-146:last-child{
    margin-left: -730px;
  }

  .tw .lg\:last\:-ml-147:last-child{
    margin-left: -735px;
  }

  .tw .lg\:last\:-ml-148:last-child{
    margin-left: -740px;
  }

  .tw .lg\:last\:-ml-149:last-child{
    margin-left: -745px;
  }

  .tw .lg\:last\:-ml-0\.5:last-child{
    margin-left: -3px;
  }

  .tw .lg\:last\:-ml-1px:last-child{
    margin-left: -1px;
  }

  .tw .lg\:last\:-ml-2px:last-child{
    margin-left: -2px;
  }

  .tw .lg\:last\:-ml-3px:last-child{
    margin-left: -3px;
  }

  .tw .lg\:last\:-ml-4px:last-child{
    margin-left: -4px;
  }

  .tw .lg\:last\:-ml-5px:last-child{
    margin-left: -5px;
  }

  .tw .lg\:last\:-ml-6px:last-child{
    margin-left: -6px;
  }

  .tw .lg\:last\:-ml-7px:last-child{
    margin-left: -7px;
  }

  .tw .lg\:last\:-ml-8px:last-child{
    margin-left: -8px;
  }

  .tw .lg\:last\:-ml-9px:last-child{
    margin-left: -9px;
  }

  .tw .lg\:last\:-ml-10px:last-child{
    margin-left: -10px;
  }

  .tw .lg\:last\:-ml-11px:last-child{
    margin-left: -11px;
  }

  .tw .lg\:last\:-ml-12px:last-child{
    margin-left: -12px;
  }

  .tw .lg\:last\:-ml-13px:last-child{
    margin-left: -13px;
  }

  .tw .lg\:last\:-ml-14px:last-child{
    margin-left: -14px;
  }

  .tw .lg\:last\:-ml-15px:last-child{
    margin-left: -15px;
  }

  .tw .lg\:last\:-ml-16px:last-child{
    margin-left: -16px;
  }

  .tw .lg\:last\:-ml-17px:last-child{
    margin-left: -17px;
  }

  .tw .lg\:last\:-ml-18px:last-child{
    margin-left: -18px;
  }

  .tw .lg\:last\:-ml-19px:last-child{
    margin-left: -19px;
  }

  .tw .lg\:last\:-ml-20px:last-child{
    margin-left: -20px;
  }

  .tw .lg\:last\:-ml-21px:last-child{
    margin-left: -21px;
  }

  .tw .lg\:last\:-ml-22px:last-child{
    margin-left: -22px;
  }

  .tw .lg\:last\:-ml-23px:last-child{
    margin-left: -23px;
  }

  .tw .lg\:last\:-ml-24px:last-child{
    margin-left: -24px;
  }

  .tw .lg\:last\:-ml-25px:last-child{
    margin-left: -25px;
  }

  .tw .lg\:last\:-ml-26px:last-child{
    margin-left: -26px;
  }

  .tw .lg\:last\:-ml-27px:last-child{
    margin-left: -27px;
  }

  .tw .lg\:last\:-ml-28px:last-child{
    margin-left: -28px;
  }

  .tw .lg\:last\:-ml-29px:last-child{
    margin-left: -29px;
  }

  .tw .lg\:last\:-ml-30px:last-child{
    margin-left: -30px;
  }

  .tw .lg\:last\:-ml-31px:last-child{
    margin-left: -31px;
  }

  .tw .lg\:last\:-ml-32px:last-child{
    margin-left: -32px;
  }

  .tw .lg\:last\:-ml-33px:last-child{
    margin-left: -33px;
  }

  .tw .lg\:last\:-ml-34px:last-child{
    margin-left: -34px;
  }

  .tw .lg\:last\:-ml-35px:last-child{
    margin-left: -35px;
  }

  .tw .lg\:last\:-ml-36px:last-child{
    margin-left: -36px;
  }

  .tw .lg\:last\:-ml-37px:last-child{
    margin-left: -37px;
  }

  .tw .lg\:last\:-ml-38px:last-child{
    margin-left: -38px;
  }

  .tw .lg\:last\:-ml-39px:last-child{
    margin-left: -39px;
  }

  .tw .lg\:last\:-ml-40px:last-child{
    margin-left: -40px;
  }

  .tw .lg\:box-border{
    box-sizing: border-box;
  }

  .tw .lg\:box-content{
    box-sizing: content-box;
  }

  .tw .lg\:block{
    display: block;
  }

  .tw .lg\:inline-block{
    display: inline-block;
  }

  .tw .lg\:inline{
    display: inline;
  }

  .tw .lg\:flex{
    display: flex;
  }

  .tw .lg\:inline-flex{
    display: inline-flex;
  }

  .tw .lg\:table{
    display: table;
  }

  .tw .lg\:inline-table{
    display: inline-table;
  }

  .tw .lg\:table-caption{
    display: table-caption;
  }

  .tw .lg\:table-cell{
    display: table-cell;
  }

  .tw .lg\:table-column{
    display: table-column;
  }

  .tw .lg\:table-column-group{
    display: table-column-group;
  }

  .tw .lg\:table-footer-group{
    display: table-footer-group;
  }

  .tw .lg\:table-header-group{
    display: table-header-group;
  }

  .tw .lg\:table-row-group{
    display: table-row-group;
  }

  .tw .lg\:table-row{
    display: table-row;
  }

  .tw .lg\:flow-root{
    display: flow-root;
  }

  .tw .lg\:grid{
    display: grid;
  }

  .tw .lg\:inline-grid{
    display: inline-grid;
  }

  .tw .lg\:contents{
    display: contents;
  }

  .tw .lg\:list-item{
    display: list-item;
  }

  .tw .lg\:hidden{
    display: none;
  }

  .tw .lg\:hover\:block:hover{
    display: block;
  }

  .tw .lg\:hover\:inline-block:hover{
    display: inline-block;
  }

  .tw .lg\:hover\:inline:hover{
    display: inline;
  }

  .tw .lg\:hover\:flex:hover{
    display: flex;
  }

  .tw .lg\:hover\:inline-flex:hover{
    display: inline-flex;
  }

  .tw .lg\:hover\:table:hover{
    display: table;
  }

  .tw .lg\:hover\:inline-table:hover{
    display: inline-table;
  }

  .tw .lg\:hover\:table-caption:hover{
    display: table-caption;
  }

  .tw .lg\:hover\:table-cell:hover{
    display: table-cell;
  }

  .tw .lg\:hover\:table-column:hover{
    display: table-column;
  }

  .tw .lg\:hover\:table-column-group:hover{
    display: table-column-group;
  }

  .tw .lg\:hover\:table-footer-group:hover{
    display: table-footer-group;
  }

  .tw .lg\:hover\:table-header-group:hover{
    display: table-header-group;
  }

  .tw .lg\:hover\:table-row-group:hover{
    display: table-row-group;
  }

  .tw .lg\:hover\:table-row:hover{
    display: table-row;
  }

  .tw .lg\:hover\:flow-root:hover{
    display: flow-root;
  }

  .tw .lg\:hover\:grid:hover{
    display: grid;
  }

  .tw .lg\:hover\:inline-grid:hover{
    display: inline-grid;
  }

  .tw .lg\:hover\:contents:hover{
    display: contents;
  }

  .tw .lg\:hover\:list-item:hover{
    display: list-item;
  }

  .tw .lg\:hover\:hidden:hover{
    display: none;
  }

  .tw .lg\:focus\:block:focus{
    display: block;
  }

  .tw .lg\:focus\:inline-block:focus{
    display: inline-block;
  }

  .tw .lg\:focus\:inline:focus{
    display: inline;
  }

  .tw .lg\:focus\:flex:focus{
    display: flex;
  }

  .tw .lg\:focus\:inline-flex:focus{
    display: inline-flex;
  }

  .tw .lg\:focus\:table:focus{
    display: table;
  }

  .tw .lg\:focus\:inline-table:focus{
    display: inline-table;
  }

  .tw .lg\:focus\:table-caption:focus{
    display: table-caption;
  }

  .tw .lg\:focus\:table-cell:focus{
    display: table-cell;
  }

  .tw .lg\:focus\:table-column:focus{
    display: table-column;
  }

  .tw .lg\:focus\:table-column-group:focus{
    display: table-column-group;
  }

  .tw .lg\:focus\:table-footer-group:focus{
    display: table-footer-group;
  }

  .tw .lg\:focus\:table-header-group:focus{
    display: table-header-group;
  }

  .tw .lg\:focus\:table-row-group:focus{
    display: table-row-group;
  }

  .tw .lg\:focus\:table-row:focus{
    display: table-row;
  }

  .tw .lg\:focus\:flow-root:focus{
    display: flow-root;
  }

  .tw .lg\:focus\:grid:focus{
    display: grid;
  }

  .tw .lg\:focus\:inline-grid:focus{
    display: inline-grid;
  }

  .tw .lg\:focus\:contents:focus{
    display: contents;
  }

  .tw .lg\:focus\:list-item:focus{
    display: list-item;
  }

  .tw .lg\:focus\:hidden:focus{
    display: none;
  }

  .tw .lg\:active\:block:active{
    display: block;
  }

  .tw .lg\:active\:inline-block:active{
    display: inline-block;
  }

  .tw .lg\:active\:inline:active{
    display: inline;
  }

  .tw .lg\:active\:flex:active{
    display: flex;
  }

  .tw .lg\:active\:inline-flex:active{
    display: inline-flex;
  }

  .tw .lg\:active\:table:active{
    display: table;
  }

  .tw .lg\:active\:inline-table:active{
    display: inline-table;
  }

  .tw .lg\:active\:table-caption:active{
    display: table-caption;
  }

  .tw .lg\:active\:table-cell:active{
    display: table-cell;
  }

  .tw .lg\:active\:table-column:active{
    display: table-column;
  }

  .tw .lg\:active\:table-column-group:active{
    display: table-column-group;
  }

  .tw .lg\:active\:table-footer-group:active{
    display: table-footer-group;
  }

  .tw .lg\:active\:table-header-group:active{
    display: table-header-group;
  }

  .tw .lg\:active\:table-row-group:active{
    display: table-row-group;
  }

  .tw .lg\:active\:table-row:active{
    display: table-row;
  }

  .tw .lg\:active\:flow-root:active{
    display: flow-root;
  }

  .tw .lg\:active\:grid:active{
    display: grid;
  }

  .tw .lg\:active\:inline-grid:active{
    display: inline-grid;
  }

  .tw .lg\:active\:contents:active{
    display: contents;
  }

  .tw .lg\:active\:list-item:active{
    display: list-item;
  }

  .tw .lg\:active\:hidden:active{
    display: none;
  }

  .tw .group:hover .lg\:group-hover\:block{
    display: block;
  }

  .tw .group:hover .lg\:group-hover\:inline-block{
    display: inline-block;
  }

  .tw .group:hover .lg\:group-hover\:inline{
    display: inline;
  }

  .tw .group:hover .lg\:group-hover\:flex{
    display: flex;
  }

  .tw .group:hover .lg\:group-hover\:inline-flex{
    display: inline-flex;
  }

  .tw .group:hover .lg\:group-hover\:table{
    display: table;
  }

  .tw .group:hover .lg\:group-hover\:inline-table{
    display: inline-table;
  }

  .tw .group:hover .lg\:group-hover\:table-caption{
    display: table-caption;
  }

  .tw .group:hover .lg\:group-hover\:table-cell{
    display: table-cell;
  }

  .tw .group:hover .lg\:group-hover\:table-column{
    display: table-column;
  }

  .tw .group:hover .lg\:group-hover\:table-column-group{
    display: table-column-group;
  }

  .tw .group:hover .lg\:group-hover\:table-footer-group{
    display: table-footer-group;
  }

  .tw .group:hover .lg\:group-hover\:table-header-group{
    display: table-header-group;
  }

  .tw .group:hover .lg\:group-hover\:table-row-group{
    display: table-row-group;
  }

  .tw .group:hover .lg\:group-hover\:table-row{
    display: table-row;
  }

  .tw .group:hover .lg\:group-hover\:flow-root{
    display: flow-root;
  }

  .tw .group:hover .lg\:group-hover\:grid{
    display: grid;
  }

  .tw .group:hover .lg\:group-hover\:inline-grid{
    display: inline-grid;
  }

  .tw .group:hover .lg\:group-hover\:contents{
    display: contents;
  }

  .tw .group:hover .lg\:group-hover\:list-item{
    display: list-item;
  }

  .tw .group:hover .lg\:group-hover\:hidden{
    display: none;
  }

  .tw .lg\:h-0{
    height: 0px;
  }

  .tw .lg\:h-1{
    height: 5px;
  }

  .tw .lg\:h-2{
    height: 10px;
  }

  .tw .lg\:h-3{
    height: 15px;
  }

  .tw .lg\:h-4{
    height: 20px;
  }

  .tw .lg\:h-5{
    height: 25px;
  }

  .tw .lg\:h-6{
    height: 30px;
  }

  .tw .lg\:h-7{
    height: 35px;
  }

  .tw .lg\:h-8{
    height: 40px;
  }

  .tw .lg\:h-9{
    height: 45px;
  }

  .tw .lg\:h-10{
    height: 50px;
  }

  .tw .lg\:h-11{
    height: 55px;
  }

  .tw .lg\:h-12{
    height: 60px;
  }

  .tw .lg\:h-13{
    height: 65px;
  }

  .tw .lg\:h-14{
    height: 70px;
  }

  .tw .lg\:h-15{
    height: 75px;
  }

  .tw .lg\:h-16{
    height: 80px;
  }

  .tw .lg\:h-17{
    height: 85px;
  }

  .tw .lg\:h-18{
    height: 90px;
  }

  .tw .lg\:h-19{
    height: 95px;
  }

  .tw .lg\:h-20{
    height: 100px;
  }

  .tw .lg\:h-21{
    height: 105px;
  }

  .tw .lg\:h-22{
    height: 110px;
  }

  .tw .lg\:h-23{
    height: 115px;
  }

  .tw .lg\:h-24{
    height: 120px;
  }

  .tw .lg\:h-25{
    height: 125px;
  }

  .tw .lg\:h-26{
    height: 130px;
  }

  .tw .lg\:h-27{
    height: 135px;
  }

  .tw .lg\:h-28{
    height: 140px;
  }

  .tw .lg\:h-29{
    height: 145px;
  }

  .tw .lg\:h-30{
    height: 150px;
  }

  .tw .lg\:h-31{
    height: 155px;
  }

  .tw .lg\:h-32{
    height: 160px;
  }

  .tw .lg\:h-33{
    height: 165px;
  }

  .tw .lg\:h-34{
    height: 170px;
  }

  .tw .lg\:h-35{
    height: 175px;
  }

  .tw .lg\:h-36{
    height: 180px;
  }

  .tw .lg\:h-37{
    height: 185px;
  }

  .tw .lg\:h-38{
    height: 190px;
  }

  .tw .lg\:h-39{
    height: 195px;
  }

  .tw .lg\:h-40{
    height: 200px;
  }

  .tw .lg\:h-41{
    height: 205px;
  }

  .tw .lg\:h-42{
    height: 210px;
  }

  .tw .lg\:h-43{
    height: 215px;
  }

  .tw .lg\:h-44{
    height: 220px;
  }

  .tw .lg\:h-45{
    height: 225px;
  }

  .tw .lg\:h-46{
    height: 230px;
  }

  .tw .lg\:h-47{
    height: 235px;
  }

  .tw .lg\:h-48{
    height: 240px;
  }

  .tw .lg\:h-49{
    height: 245px;
  }

  .tw .lg\:h-50{
    height: 250px;
  }

  .tw .lg\:h-51{
    height: 255px;
  }

  .tw .lg\:h-52{
    height: 260px;
  }

  .tw .lg\:h-53{
    height: 265px;
  }

  .tw .lg\:h-54{
    height: 270px;
  }

  .tw .lg\:h-55{
    height: 275px;
  }

  .tw .lg\:h-56{
    height: 280px;
  }

  .tw .lg\:h-57{
    height: 285px;
  }

  .tw .lg\:h-58{
    height: 290px;
  }

  .tw .lg\:h-59{
    height: 295px;
  }

  .tw .lg\:h-60{
    height: 300px;
  }

  .tw .lg\:h-61{
    height: 305px;
  }

  .tw .lg\:h-62{
    height: 310px;
  }

  .tw .lg\:h-63{
    height: 315px;
  }

  .tw .lg\:h-64{
    height: 320px;
  }

  .tw .lg\:h-65{
    height: 325px;
  }

  .tw .lg\:h-66{
    height: 330px;
  }

  .tw .lg\:h-67{
    height: 335px;
  }

  .tw .lg\:h-68{
    height: 340px;
  }

  .tw .lg\:h-69{
    height: 345px;
  }

  .tw .lg\:h-70{
    height: 350px;
  }

  .tw .lg\:h-71{
    height: 355px;
  }

  .tw .lg\:h-72{
    height: 360px;
  }

  .tw .lg\:h-73{
    height: 365px;
  }

  .tw .lg\:h-74{
    height: 370px;
  }

  .tw .lg\:h-75{
    height: 375px;
  }

  .tw .lg\:h-76{
    height: 380px;
  }

  .tw .lg\:h-77{
    height: 385px;
  }

  .tw .lg\:h-78{
    height: 390px;
  }

  .tw .lg\:h-79{
    height: 395px;
  }

  .tw .lg\:h-80{
    height: 400px;
  }

  .tw .lg\:h-81{
    height: 405px;
  }

  .tw .lg\:h-82{
    height: 410px;
  }

  .tw .lg\:h-83{
    height: 415px;
  }

  .tw .lg\:h-84{
    height: 420px;
  }

  .tw .lg\:h-85{
    height: 425px;
  }

  .tw .lg\:h-86{
    height: 430px;
  }

  .tw .lg\:h-87{
    height: 435px;
  }

  .tw .lg\:h-88{
    height: 440px;
  }

  .tw .lg\:h-89{
    height: 445px;
  }

  .tw .lg\:h-90{
    height: 450px;
  }

  .tw .lg\:h-91{
    height: 455px;
  }

  .tw .lg\:h-92{
    height: 460px;
  }

  .tw .lg\:h-93{
    height: 465px;
  }

  .tw .lg\:h-94{
    height: 470px;
  }

  .tw .lg\:h-95{
    height: 475px;
  }

  .tw .lg\:h-96{
    height: 480px;
  }

  .tw .lg\:h-97{
    height: 485px;
  }

  .tw .lg\:h-98{
    height: 490px;
  }

  .tw .lg\:h-99{
    height: 495px;
  }

  .tw .lg\:h-100{
    height: 500px;
  }

  .tw .lg\:h-101{
    height: 505px;
  }

  .tw .lg\:h-102{
    height: 510px;
  }

  .tw .lg\:h-103{
    height: 515px;
  }

  .tw .lg\:h-104{
    height: 520px;
  }

  .tw .lg\:h-105{
    height: 525px;
  }

  .tw .lg\:h-106{
    height: 530px;
  }

  .tw .lg\:h-107{
    height: 535px;
  }

  .tw .lg\:h-108{
    height: 540px;
  }

  .tw .lg\:h-109{
    height: 545px;
  }

  .tw .lg\:h-110{
    height: 550px;
  }

  .tw .lg\:h-111{
    height: 555px;
  }

  .tw .lg\:h-112{
    height: 560px;
  }

  .tw .lg\:h-113{
    height: 565px;
  }

  .tw .lg\:h-114{
    height: 570px;
  }

  .tw .lg\:h-115{
    height: 575px;
  }

  .tw .lg\:h-116{
    height: 580px;
  }

  .tw .lg\:h-117{
    height: 585px;
  }

  .tw .lg\:h-118{
    height: 590px;
  }

  .tw .lg\:h-119{
    height: 595px;
  }

  .tw .lg\:h-120{
    height: 600px;
  }

  .tw .lg\:h-121{
    height: 605px;
  }

  .tw .lg\:h-122{
    height: 610px;
  }

  .tw .lg\:h-123{
    height: 615px;
  }

  .tw .lg\:h-124{
    height: 620px;
  }

  .tw .lg\:h-125{
    height: 625px;
  }

  .tw .lg\:h-126{
    height: 630px;
  }

  .tw .lg\:h-127{
    height: 635px;
  }

  .tw .lg\:h-128{
    height: 640px;
  }

  .tw .lg\:h-129{
    height: 645px;
  }

  .tw .lg\:h-130{
    height: 650px;
  }

  .tw .lg\:h-131{
    height: 655px;
  }

  .tw .lg\:h-132{
    height: 660px;
  }

  .tw .lg\:h-133{
    height: 665px;
  }

  .tw .lg\:h-134{
    height: 670px;
  }

  .tw .lg\:h-135{
    height: 675px;
  }

  .tw .lg\:h-136{
    height: 680px;
  }

  .tw .lg\:h-137{
    height: 685px;
  }

  .tw .lg\:h-138{
    height: 690px;
  }

  .tw .lg\:h-139{
    height: 695px;
  }

  .tw .lg\:h-140{
    height: 700px;
  }

  .tw .lg\:h-141{
    height: 705px;
  }

  .tw .lg\:h-142{
    height: 710px;
  }

  .tw .lg\:h-143{
    height: 715px;
  }

  .tw .lg\:h-144{
    height: 720px;
  }

  .tw .lg\:h-145{
    height: 725px;
  }

  .tw .lg\:h-146{
    height: 730px;
  }

  .tw .lg\:h-147{
    height: 735px;
  }

  .tw .lg\:h-148{
    height: 740px;
  }

  .tw .lg\:h-149{
    height: 745px;
  }

  .tw .lg\:h-auto{
    height: auto;
  }

  .tw .lg\:h-0\.5{
    height: 3px;
  }

  .tw .lg\:h-1px{
    height: 1px;
  }

  .tw .lg\:h-2px{
    height: 2px;
  }

  .tw .lg\:h-3px{
    height: 3px;
  }

  .tw .lg\:h-4px{
    height: 4px;
  }

  .tw .lg\:h-5px{
    height: 5px;
  }

  .tw .lg\:h-6px{
    height: 6px;
  }

  .tw .lg\:h-7px{
    height: 7px;
  }

  .tw .lg\:h-8px{
    height: 8px;
  }

  .tw .lg\:h-9px{
    height: 9px;
  }

  .tw .lg\:h-10px{
    height: 10px;
  }

  .tw .lg\:h-11px{
    height: 11px;
  }

  .tw .lg\:h-12px{
    height: 12px;
  }

  .tw .lg\:h-13px{
    height: 13px;
  }

  .tw .lg\:h-14px{
    height: 14px;
  }

  .tw .lg\:h-15px{
    height: 15px;
  }

  .tw .lg\:h-16px{
    height: 16px;
  }

  .tw .lg\:h-17px{
    height: 17px;
  }

  .tw .lg\:h-18px{
    height: 18px;
  }

  .tw .lg\:h-19px{
    height: 19px;
  }

  .tw .lg\:h-20px{
    height: 20px;
  }

  .tw .lg\:h-21px{
    height: 21px;
  }

  .tw .lg\:h-22px{
    height: 22px;
  }

  .tw .lg\:h-23px{
    height: 23px;
  }

  .tw .lg\:h-24px{
    height: 24px;
  }

  .tw .lg\:h-25px{
    height: 25px;
  }

  .tw .lg\:h-26px{
    height: 26px;
  }

  .tw .lg\:h-27px{
    height: 27px;
  }

  .tw .lg\:h-28px{
    height: 28px;
  }

  .tw .lg\:h-29px{
    height: 29px;
  }

  .tw .lg\:h-30px{
    height: 30px;
  }

  .tw .lg\:h-31px{
    height: 31px;
  }

  .tw .lg\:h-32px{
    height: 32px;
  }

  .tw .lg\:h-33px{
    height: 33px;
  }

  .tw .lg\:h-34px{
    height: 34px;
  }

  .tw .lg\:h-35px{
    height: 35px;
  }

  .tw .lg\:h-36px{
    height: 36px;
  }

  .tw .lg\:h-37px{
    height: 37px;
  }

  .tw .lg\:h-38px{
    height: 38px;
  }

  .tw .lg\:h-39px{
    height: 39px;
  }

  .tw .lg\:h-40px{
    height: 40px;
  }

  .tw .lg\:h-1\/2{
    height: 50%;
  }

  .tw .lg\:h-1\/3{
    height: 33.333333%;
  }

  .tw .lg\:h-2\/3{
    height: 66.666667%;
  }

  .tw .lg\:h-1\/4{
    height: 25%;
  }

  .tw .lg\:h-2\/4{
    height: 50%;
  }

  .tw .lg\:h-3\/4{
    height: 75%;
  }

  .tw .lg\:h-1\/5{
    height: 20%;
  }

  .tw .lg\:h-2\/5{
    height: 40%;
  }

  .tw .lg\:h-3\/5{
    height: 60%;
  }

  .tw .lg\:h-4\/5{
    height: 80%;
  }

  .tw .lg\:h-1\/6{
    height: 16.666667%;
  }

  .tw .lg\:h-2\/6{
    height: 33.333333%;
  }

  .tw .lg\:h-3\/6{
    height: 50%;
  }

  .tw .lg\:h-4\/6{
    height: 66.666667%;
  }

  .tw .lg\:h-5\/6{
    height: 83.333333%;
  }

  .tw .lg\:h-full{
    height: 100%;
  }

  .tw .lg\:h-screen{
    height: 100vh;
  }

  .tw .lg\:h-0\%{
    height: 0%;
  }

  .tw .lg\:h-10\%{
    height: 10%;
  }

  .tw .lg\:h-20\%{
    height: 20%;
  }

  .tw .lg\:h-30\%{
    height: 30%;
  }

  .tw .lg\:h-40\%{
    height: 40%;
  }

  .tw .lg\:h-50\%{
    height: 50%;
  }

  .tw .lg\:h-60\%{
    height: 60%;
  }

  .tw .lg\:h-70\%{
    height: 70%;
  }

  .tw .lg\:h-80\%{
    height: 80%;
  }

  .tw .lg\:h-90\%{
    height: 90%;
  }

  .tw .lg\:h-100\%{
    height: 100%;
  }

  .tw .lg\:max-h-0{
    max-height: 0px;
  }

  .tw .lg\:max-h-1{
    max-height: 5px;
  }

  .tw .lg\:max-h-2{
    max-height: 10px;
  }

  .tw .lg\:max-h-3{
    max-height: 15px;
  }

  .tw .lg\:max-h-4{
    max-height: 20px;
  }

  .tw .lg\:max-h-5{
    max-height: 25px;
  }

  .tw .lg\:max-h-6{
    max-height: 30px;
  }

  .tw .lg\:max-h-7{
    max-height: 35px;
  }

  .tw .lg\:max-h-8{
    max-height: 40px;
  }

  .tw .lg\:max-h-9{
    max-height: 45px;
  }

  .tw .lg\:max-h-10{
    max-height: 50px;
  }

  .tw .lg\:max-h-11{
    max-height: 55px;
  }

  .tw .lg\:max-h-12{
    max-height: 60px;
  }

  .tw .lg\:max-h-13{
    max-height: 65px;
  }

  .tw .lg\:max-h-14{
    max-height: 70px;
  }

  .tw .lg\:max-h-15{
    max-height: 75px;
  }

  .tw .lg\:max-h-16{
    max-height: 80px;
  }

  .tw .lg\:max-h-17{
    max-height: 85px;
  }

  .tw .lg\:max-h-18{
    max-height: 90px;
  }

  .tw .lg\:max-h-19{
    max-height: 95px;
  }

  .tw .lg\:max-h-20{
    max-height: 100px;
  }

  .tw .lg\:max-h-21{
    max-height: 105px;
  }

  .tw .lg\:max-h-22{
    max-height: 110px;
  }

  .tw .lg\:max-h-23{
    max-height: 115px;
  }

  .tw .lg\:max-h-24{
    max-height: 120px;
  }

  .tw .lg\:max-h-25{
    max-height: 125px;
  }

  .tw .lg\:max-h-26{
    max-height: 130px;
  }

  .tw .lg\:max-h-27{
    max-height: 135px;
  }

  .tw .lg\:max-h-28{
    max-height: 140px;
  }

  .tw .lg\:max-h-29{
    max-height: 145px;
  }

  .tw .lg\:max-h-30{
    max-height: 150px;
  }

  .tw .lg\:max-h-31{
    max-height: 155px;
  }

  .tw .lg\:max-h-32{
    max-height: 160px;
  }

  .tw .lg\:max-h-33{
    max-height: 165px;
  }

  .tw .lg\:max-h-34{
    max-height: 170px;
  }

  .tw .lg\:max-h-35{
    max-height: 175px;
  }

  .tw .lg\:max-h-36{
    max-height: 180px;
  }

  .tw .lg\:max-h-37{
    max-height: 185px;
  }

  .tw .lg\:max-h-38{
    max-height: 190px;
  }

  .tw .lg\:max-h-39{
    max-height: 195px;
  }

  .tw .lg\:max-h-40{
    max-height: 200px;
  }

  .tw .lg\:max-h-41{
    max-height: 205px;
  }

  .tw .lg\:max-h-42{
    max-height: 210px;
  }

  .tw .lg\:max-h-43{
    max-height: 215px;
  }

  .tw .lg\:max-h-44{
    max-height: 220px;
  }

  .tw .lg\:max-h-45{
    max-height: 225px;
  }

  .tw .lg\:max-h-46{
    max-height: 230px;
  }

  .tw .lg\:max-h-47{
    max-height: 235px;
  }

  .tw .lg\:max-h-48{
    max-height: 240px;
  }

  .tw .lg\:max-h-49{
    max-height: 245px;
  }

  .tw .lg\:max-h-50{
    max-height: 250px;
  }

  .tw .lg\:max-h-51{
    max-height: 255px;
  }

  .tw .lg\:max-h-52{
    max-height: 260px;
  }

  .tw .lg\:max-h-53{
    max-height: 265px;
  }

  .tw .lg\:max-h-54{
    max-height: 270px;
  }

  .tw .lg\:max-h-55{
    max-height: 275px;
  }

  .tw .lg\:max-h-56{
    max-height: 280px;
  }

  .tw .lg\:max-h-57{
    max-height: 285px;
  }

  .tw .lg\:max-h-58{
    max-height: 290px;
  }

  .tw .lg\:max-h-59{
    max-height: 295px;
  }

  .tw .lg\:max-h-60{
    max-height: 300px;
  }

  .tw .lg\:max-h-61{
    max-height: 305px;
  }

  .tw .lg\:max-h-62{
    max-height: 310px;
  }

  .tw .lg\:max-h-63{
    max-height: 315px;
  }

  .tw .lg\:max-h-64{
    max-height: 320px;
  }

  .tw .lg\:max-h-65{
    max-height: 325px;
  }

  .tw .lg\:max-h-66{
    max-height: 330px;
  }

  .tw .lg\:max-h-67{
    max-height: 335px;
  }

  .tw .lg\:max-h-68{
    max-height: 340px;
  }

  .tw .lg\:max-h-69{
    max-height: 345px;
  }

  .tw .lg\:max-h-70{
    max-height: 350px;
  }

  .tw .lg\:max-h-71{
    max-height: 355px;
  }

  .tw .lg\:max-h-72{
    max-height: 360px;
  }

  .tw .lg\:max-h-73{
    max-height: 365px;
  }

  .tw .lg\:max-h-74{
    max-height: 370px;
  }

  .tw .lg\:max-h-75{
    max-height: 375px;
  }

  .tw .lg\:max-h-76{
    max-height: 380px;
  }

  .tw .lg\:max-h-77{
    max-height: 385px;
  }

  .tw .lg\:max-h-78{
    max-height: 390px;
  }

  .tw .lg\:max-h-79{
    max-height: 395px;
  }

  .tw .lg\:max-h-80{
    max-height: 400px;
  }

  .tw .lg\:max-h-81{
    max-height: 405px;
  }

  .tw .lg\:max-h-82{
    max-height: 410px;
  }

  .tw .lg\:max-h-83{
    max-height: 415px;
  }

  .tw .lg\:max-h-84{
    max-height: 420px;
  }

  .tw .lg\:max-h-85{
    max-height: 425px;
  }

  .tw .lg\:max-h-86{
    max-height: 430px;
  }

  .tw .lg\:max-h-87{
    max-height: 435px;
  }

  .tw .lg\:max-h-88{
    max-height: 440px;
  }

  .tw .lg\:max-h-89{
    max-height: 445px;
  }

  .tw .lg\:max-h-90{
    max-height: 450px;
  }

  .tw .lg\:max-h-91{
    max-height: 455px;
  }

  .tw .lg\:max-h-92{
    max-height: 460px;
  }

  .tw .lg\:max-h-93{
    max-height: 465px;
  }

  .tw .lg\:max-h-94{
    max-height: 470px;
  }

  .tw .lg\:max-h-95{
    max-height: 475px;
  }

  .tw .lg\:max-h-96{
    max-height: 480px;
  }

  .tw .lg\:max-h-97{
    max-height: 485px;
  }

  .tw .lg\:max-h-98{
    max-height: 490px;
  }

  .tw .lg\:max-h-99{
    max-height: 495px;
  }

  .tw .lg\:max-h-100{
    max-height: 500px;
  }

  .tw .lg\:max-h-101{
    max-height: 505px;
  }

  .tw .lg\:max-h-102{
    max-height: 510px;
  }

  .tw .lg\:max-h-103{
    max-height: 515px;
  }

  .tw .lg\:max-h-104{
    max-height: 520px;
  }

  .tw .lg\:max-h-105{
    max-height: 525px;
  }

  .tw .lg\:max-h-106{
    max-height: 530px;
  }

  .tw .lg\:max-h-107{
    max-height: 535px;
  }

  .tw .lg\:max-h-108{
    max-height: 540px;
  }

  .tw .lg\:max-h-109{
    max-height: 545px;
  }

  .tw .lg\:max-h-110{
    max-height: 550px;
  }

  .tw .lg\:max-h-111{
    max-height: 555px;
  }

  .tw .lg\:max-h-112{
    max-height: 560px;
  }

  .tw .lg\:max-h-113{
    max-height: 565px;
  }

  .tw .lg\:max-h-114{
    max-height: 570px;
  }

  .tw .lg\:max-h-115{
    max-height: 575px;
  }

  .tw .lg\:max-h-116{
    max-height: 580px;
  }

  .tw .lg\:max-h-117{
    max-height: 585px;
  }

  .tw .lg\:max-h-118{
    max-height: 590px;
  }

  .tw .lg\:max-h-119{
    max-height: 595px;
  }

  .tw .lg\:max-h-120{
    max-height: 600px;
  }

  .tw .lg\:max-h-121{
    max-height: 605px;
  }

  .tw .lg\:max-h-122{
    max-height: 610px;
  }

  .tw .lg\:max-h-123{
    max-height: 615px;
  }

  .tw .lg\:max-h-124{
    max-height: 620px;
  }

  .tw .lg\:max-h-125{
    max-height: 625px;
  }

  .tw .lg\:max-h-126{
    max-height: 630px;
  }

  .tw .lg\:max-h-127{
    max-height: 635px;
  }

  .tw .lg\:max-h-128{
    max-height: 640px;
  }

  .tw .lg\:max-h-129{
    max-height: 645px;
  }

  .tw .lg\:max-h-130{
    max-height: 650px;
  }

  .tw .lg\:max-h-131{
    max-height: 655px;
  }

  .tw .lg\:max-h-132{
    max-height: 660px;
  }

  .tw .lg\:max-h-133{
    max-height: 665px;
  }

  .tw .lg\:max-h-134{
    max-height: 670px;
  }

  .tw .lg\:max-h-135{
    max-height: 675px;
  }

  .tw .lg\:max-h-136{
    max-height: 680px;
  }

  .tw .lg\:max-h-137{
    max-height: 685px;
  }

  .tw .lg\:max-h-138{
    max-height: 690px;
  }

  .tw .lg\:max-h-139{
    max-height: 695px;
  }

  .tw .lg\:max-h-140{
    max-height: 700px;
  }

  .tw .lg\:max-h-141{
    max-height: 705px;
  }

  .tw .lg\:max-h-142{
    max-height: 710px;
  }

  .tw .lg\:max-h-143{
    max-height: 715px;
  }

  .tw .lg\:max-h-144{
    max-height: 720px;
  }

  .tw .lg\:max-h-145{
    max-height: 725px;
  }

  .tw .lg\:max-h-146{
    max-height: 730px;
  }

  .tw .lg\:max-h-147{
    max-height: 735px;
  }

  .tw .lg\:max-h-148{
    max-height: 740px;
  }

  .tw .lg\:max-h-149{
    max-height: 745px;
  }

  .tw .lg\:max-h-0\.5{
    max-height: 3px;
  }

  .tw .lg\:max-h-1px{
    max-height: 1px;
  }

  .tw .lg\:max-h-2px{
    max-height: 2px;
  }

  .tw .lg\:max-h-3px{
    max-height: 3px;
  }

  .tw .lg\:max-h-4px{
    max-height: 4px;
  }

  .tw .lg\:max-h-5px{
    max-height: 5px;
  }

  .tw .lg\:max-h-6px{
    max-height: 6px;
  }

  .tw .lg\:max-h-7px{
    max-height: 7px;
  }

  .tw .lg\:max-h-8px{
    max-height: 8px;
  }

  .tw .lg\:max-h-9px{
    max-height: 9px;
  }

  .tw .lg\:max-h-10px{
    max-height: 10px;
  }

  .tw .lg\:max-h-11px{
    max-height: 11px;
  }

  .tw .lg\:max-h-12px{
    max-height: 12px;
  }

  .tw .lg\:max-h-13px{
    max-height: 13px;
  }

  .tw .lg\:max-h-14px{
    max-height: 14px;
  }

  .tw .lg\:max-h-15px{
    max-height: 15px;
  }

  .tw .lg\:max-h-16px{
    max-height: 16px;
  }

  .tw .lg\:max-h-17px{
    max-height: 17px;
  }

  .tw .lg\:max-h-18px{
    max-height: 18px;
  }

  .tw .lg\:max-h-19px{
    max-height: 19px;
  }

  .tw .lg\:max-h-20px{
    max-height: 20px;
  }

  .tw .lg\:max-h-21px{
    max-height: 21px;
  }

  .tw .lg\:max-h-22px{
    max-height: 22px;
  }

  .tw .lg\:max-h-23px{
    max-height: 23px;
  }

  .tw .lg\:max-h-24px{
    max-height: 24px;
  }

  .tw .lg\:max-h-25px{
    max-height: 25px;
  }

  .tw .lg\:max-h-26px{
    max-height: 26px;
  }

  .tw .lg\:max-h-27px{
    max-height: 27px;
  }

  .tw .lg\:max-h-28px{
    max-height: 28px;
  }

  .tw .lg\:max-h-29px{
    max-height: 29px;
  }

  .tw .lg\:max-h-30px{
    max-height: 30px;
  }

  .tw .lg\:max-h-31px{
    max-height: 31px;
  }

  .tw .lg\:max-h-32px{
    max-height: 32px;
  }

  .tw .lg\:max-h-33px{
    max-height: 33px;
  }

  .tw .lg\:max-h-34px{
    max-height: 34px;
  }

  .tw .lg\:max-h-35px{
    max-height: 35px;
  }

  .tw .lg\:max-h-36px{
    max-height: 36px;
  }

  .tw .lg\:max-h-37px{
    max-height: 37px;
  }

  .tw .lg\:max-h-38px{
    max-height: 38px;
  }

  .tw .lg\:max-h-39px{
    max-height: 39px;
  }

  .tw .lg\:max-h-40px{
    max-height: 40px;
  }

  .tw .lg\:max-h-full{
    max-height: 100%;
  }

  .tw .lg\:max-h-screen{
    max-height: 100vh;
  }

  .tw .lg\:max-h-1\/2{
    max-height: 50%;
  }

  .tw .lg\:max-h-4\/5{
    max-height: 80%;
  }

  .tw .lg\:max-h-0\%{
    max-height: 0%;
  }

  .tw .lg\:max-h-10\%{
    max-height: 10%;
  }

  .tw .lg\:max-h-20\%{
    max-height: 20%;
  }

  .tw .lg\:max-h-30\%{
    max-height: 30%;
  }

  .tw .lg\:max-h-40\%{
    max-height: 40%;
  }

  .tw .lg\:max-h-50\%{
    max-height: 50%;
  }

  .tw .lg\:max-h-60\%{
    max-height: 60%;
  }

  .tw .lg\:max-h-70\%{
    max-height: 70%;
  }

  .tw .lg\:max-h-80\%{
    max-height: 80%;
  }

  .tw .lg\:max-h-90\%{
    max-height: 90%;
  }

  .tw .lg\:max-h-100\%{
    max-height: 100%;
  }

  .tw .lg\:min-h-0{
    min-height: 0px;
  }

  .tw .lg\:min-h-full{
    min-height: 100%;
  }

  .tw .lg\:min-h-screen{
    min-height: 100vh;
  }

  .tw .lg\:w-0{
    width: 0px;
  }

  .tw .lg\:w-1{
    width: 5px;
  }

  .tw .lg\:w-2{
    width: 10px;
  }

  .tw .lg\:w-3{
    width: 15px;
  }

  .tw .lg\:w-4{
    width: 20px;
  }

  .tw .lg\:w-5{
    width: 25px;
  }

  .tw .lg\:w-6{
    width: 30px;
  }

  .tw .lg\:w-7{
    width: 35px;
  }

  .tw .lg\:w-8{
    width: 40px;
  }

  .tw .lg\:w-9{
    width: 45px;
  }

  .tw .lg\:w-10{
    width: 50px;
  }

  .tw .lg\:w-11{
    width: 55px;
  }

  .tw .lg\:w-12{
    width: 60px;
  }

  .tw .lg\:w-13{
    width: 65px;
  }

  .tw .lg\:w-14{
    width: 70px;
  }

  .tw .lg\:w-15{
    width: 75px;
  }

  .tw .lg\:w-16{
    width: 80px;
  }

  .tw .lg\:w-17{
    width: 85px;
  }

  .tw .lg\:w-18{
    width: 90px;
  }

  .tw .lg\:w-19{
    width: 95px;
  }

  .tw .lg\:w-20{
    width: 100px;
  }

  .tw .lg\:w-21{
    width: 105px;
  }

  .tw .lg\:w-22{
    width: 110px;
  }

  .tw .lg\:w-23{
    width: 115px;
  }

  .tw .lg\:w-24{
    width: 120px;
  }

  .tw .lg\:w-25{
    width: 125px;
  }

  .tw .lg\:w-26{
    width: 130px;
  }

  .tw .lg\:w-27{
    width: 135px;
  }

  .tw .lg\:w-28{
    width: 140px;
  }

  .tw .lg\:w-29{
    width: 145px;
  }

  .tw .lg\:w-30{
    width: 150px;
  }

  .tw .lg\:w-31{
    width: 155px;
  }

  .tw .lg\:w-32{
    width: 160px;
  }

  .tw .lg\:w-33{
    width: 165px;
  }

  .tw .lg\:w-34{
    width: 170px;
  }

  .tw .lg\:w-35{
    width: 175px;
  }

  .tw .lg\:w-36{
    width: 180px;
  }

  .tw .lg\:w-37{
    width: 185px;
  }

  .tw .lg\:w-38{
    width: 190px;
  }

  .tw .lg\:w-39{
    width: 195px;
  }

  .tw .lg\:w-40{
    width: 200px;
  }

  .tw .lg\:w-41{
    width: 205px;
  }

  .tw .lg\:w-42{
    width: 210px;
  }

  .tw .lg\:w-43{
    width: 215px;
  }

  .tw .lg\:w-44{
    width: 220px;
  }

  .tw .lg\:w-45{
    width: 225px;
  }

  .tw .lg\:w-46{
    width: 230px;
  }

  .tw .lg\:w-47{
    width: 235px;
  }

  .tw .lg\:w-48{
    width: 240px;
  }

  .tw .lg\:w-49{
    width: 245px;
  }

  .tw .lg\:w-50{
    width: 250px;
  }

  .tw .lg\:w-51{
    width: 255px;
  }

  .tw .lg\:w-52{
    width: 260px;
  }

  .tw .lg\:w-53{
    width: 265px;
  }

  .tw .lg\:w-54{
    width: 270px;
  }

  .tw .lg\:w-55{
    width: 275px;
  }

  .tw .lg\:w-56{
    width: 280px;
  }

  .tw .lg\:w-57{
    width: 285px;
  }

  .tw .lg\:w-58{
    width: 290px;
  }

  .tw .lg\:w-59{
    width: 295px;
  }

  .tw .lg\:w-60{
    width: 300px;
  }

  .tw .lg\:w-61{
    width: 305px;
  }

  .tw .lg\:w-62{
    width: 310px;
  }

  .tw .lg\:w-63{
    width: 315px;
  }

  .tw .lg\:w-64{
    width: 320px;
  }

  .tw .lg\:w-65{
    width: 325px;
  }

  .tw .lg\:w-66{
    width: 330px;
  }

  .tw .lg\:w-67{
    width: 335px;
  }

  .tw .lg\:w-68{
    width: 340px;
  }

  .tw .lg\:w-69{
    width: 345px;
  }

  .tw .lg\:w-70{
    width: 350px;
  }

  .tw .lg\:w-71{
    width: 355px;
  }

  .tw .lg\:w-72{
    width: 360px;
  }

  .tw .lg\:w-73{
    width: 365px;
  }

  .tw .lg\:w-74{
    width: 370px;
  }

  .tw .lg\:w-75{
    width: 375px;
  }

  .tw .lg\:w-76{
    width: 380px;
  }

  .tw .lg\:w-77{
    width: 385px;
  }

  .tw .lg\:w-78{
    width: 390px;
  }

  .tw .lg\:w-79{
    width: 395px;
  }

  .tw .lg\:w-80{
    width: 400px;
  }

  .tw .lg\:w-81{
    width: 405px;
  }

  .tw .lg\:w-82{
    width: 410px;
  }

  .tw .lg\:w-83{
    width: 415px;
  }

  .tw .lg\:w-84{
    width: 420px;
  }

  .tw .lg\:w-85{
    width: 425px;
  }

  .tw .lg\:w-86{
    width: 430px;
  }

  .tw .lg\:w-87{
    width: 435px;
  }

  .tw .lg\:w-88{
    width: 440px;
  }

  .tw .lg\:w-89{
    width: 445px;
  }

  .tw .lg\:w-90{
    width: 450px;
  }

  .tw .lg\:w-91{
    width: 455px;
  }

  .tw .lg\:w-92{
    width: 460px;
  }

  .tw .lg\:w-93{
    width: 465px;
  }

  .tw .lg\:w-94{
    width: 470px;
  }

  .tw .lg\:w-95{
    width: 475px;
  }

  .tw .lg\:w-96{
    width: 480px;
  }

  .tw .lg\:w-97{
    width: 485px;
  }

  .tw .lg\:w-98{
    width: 490px;
  }

  .tw .lg\:w-99{
    width: 495px;
  }

  .tw .lg\:w-100{
    width: 500px;
  }

  .tw .lg\:w-101{
    width: 505px;
  }

  .tw .lg\:w-102{
    width: 510px;
  }

  .tw .lg\:w-103{
    width: 515px;
  }

  .tw .lg\:w-104{
    width: 520px;
  }

  .tw .lg\:w-105{
    width: 525px;
  }

  .tw .lg\:w-106{
    width: 530px;
  }

  .tw .lg\:w-107{
    width: 535px;
  }

  .tw .lg\:w-108{
    width: 540px;
  }

  .tw .lg\:w-109{
    width: 545px;
  }

  .tw .lg\:w-110{
    width: 550px;
  }

  .tw .lg\:w-111{
    width: 555px;
  }

  .tw .lg\:w-112{
    width: 560px;
  }

  .tw .lg\:w-113{
    width: 565px;
  }

  .tw .lg\:w-114{
    width: 570px;
  }

  .tw .lg\:w-115{
    width: 575px;
  }

  .tw .lg\:w-116{
    width: 580px;
  }

  .tw .lg\:w-117{
    width: 585px;
  }

  .tw .lg\:w-118{
    width: 590px;
  }

  .tw .lg\:w-119{
    width: 595px;
  }

  .tw .lg\:w-120{
    width: 600px;
  }

  .tw .lg\:w-121{
    width: 605px;
  }

  .tw .lg\:w-122{
    width: 610px;
  }

  .tw .lg\:w-123{
    width: 615px;
  }

  .tw .lg\:w-124{
    width: 620px;
  }

  .tw .lg\:w-125{
    width: 625px;
  }

  .tw .lg\:w-126{
    width: 630px;
  }

  .tw .lg\:w-127{
    width: 635px;
  }

  .tw .lg\:w-128{
    width: 640px;
  }

  .tw .lg\:w-129{
    width: 645px;
  }

  .tw .lg\:w-130{
    width: 650px;
  }

  .tw .lg\:w-131{
    width: 655px;
  }

  .tw .lg\:w-132{
    width: 660px;
  }

  .tw .lg\:w-133{
    width: 665px;
  }

  .tw .lg\:w-134{
    width: 670px;
  }

  .tw .lg\:w-135{
    width: 675px;
  }

  .tw .lg\:w-136{
    width: 680px;
  }

  .tw .lg\:w-137{
    width: 685px;
  }

  .tw .lg\:w-138{
    width: 690px;
  }

  .tw .lg\:w-139{
    width: 695px;
  }

  .tw .lg\:w-140{
    width: 700px;
  }

  .tw .lg\:w-141{
    width: 705px;
  }

  .tw .lg\:w-142{
    width: 710px;
  }

  .tw .lg\:w-143{
    width: 715px;
  }

  .tw .lg\:w-144{
    width: 720px;
  }

  .tw .lg\:w-145{
    width: 725px;
  }

  .tw .lg\:w-146{
    width: 730px;
  }

  .tw .lg\:w-147{
    width: 735px;
  }

  .tw .lg\:w-148{
    width: 740px;
  }

  .tw .lg\:w-149{
    width: 745px;
  }

  .tw .lg\:w-auto{
    width: auto;
  }

  .tw .lg\:w-0\.5{
    width: 3px;
  }

  .tw .lg\:w-1px{
    width: 1px;
  }

  .tw .lg\:w-2px{
    width: 2px;
  }

  .tw .lg\:w-3px{
    width: 3px;
  }

  .tw .lg\:w-4px{
    width: 4px;
  }

  .tw .lg\:w-5px{
    width: 5px;
  }

  .tw .lg\:w-6px{
    width: 6px;
  }

  .tw .lg\:w-7px{
    width: 7px;
  }

  .tw .lg\:w-8px{
    width: 8px;
  }

  .tw .lg\:w-9px{
    width: 9px;
  }

  .tw .lg\:w-10px{
    width: 10px;
  }

  .tw .lg\:w-11px{
    width: 11px;
  }

  .tw .lg\:w-12px{
    width: 12px;
  }

  .tw .lg\:w-13px{
    width: 13px;
  }

  .tw .lg\:w-14px{
    width: 14px;
  }

  .tw .lg\:w-15px{
    width: 15px;
  }

  .tw .lg\:w-16px{
    width: 16px;
  }

  .tw .lg\:w-17px{
    width: 17px;
  }

  .tw .lg\:w-18px{
    width: 18px;
  }

  .tw .lg\:w-19px{
    width: 19px;
  }

  .tw .lg\:w-20px{
    width: 20px;
  }

  .tw .lg\:w-21px{
    width: 21px;
  }

  .tw .lg\:w-22px{
    width: 22px;
  }

  .tw .lg\:w-23px{
    width: 23px;
  }

  .tw .lg\:w-24px{
    width: 24px;
  }

  .tw .lg\:w-25px{
    width: 25px;
  }

  .tw .lg\:w-26px{
    width: 26px;
  }

  .tw .lg\:w-27px{
    width: 27px;
  }

  .tw .lg\:w-28px{
    width: 28px;
  }

  .tw .lg\:w-29px{
    width: 29px;
  }

  .tw .lg\:w-30px{
    width: 30px;
  }

  .tw .lg\:w-31px{
    width: 31px;
  }

  .tw .lg\:w-32px{
    width: 32px;
  }

  .tw .lg\:w-33px{
    width: 33px;
  }

  .tw .lg\:w-34px{
    width: 34px;
  }

  .tw .lg\:w-35px{
    width: 35px;
  }

  .tw .lg\:w-36px{
    width: 36px;
  }

  .tw .lg\:w-37px{
    width: 37px;
  }

  .tw .lg\:w-38px{
    width: 38px;
  }

  .tw .lg\:w-39px{
    width: 39px;
  }

  .tw .lg\:w-40px{
    width: 40px;
  }

  .tw .lg\:w-1\/2{
    width: 50%;
  }

  .tw .lg\:w-1\/3{
    width: 33.333333%;
  }

  .tw .lg\:w-2\/3{
    width: 66.666667%;
  }

  .tw .lg\:w-1\/4{
    width: 25%;
  }

  .tw .lg\:w-2\/4{
    width: 50%;
  }

  .tw .lg\:w-3\/4{
    width: 75%;
  }

  .tw .lg\:w-1\/5{
    width: 20%;
  }

  .tw .lg\:w-2\/5{
    width: 40%;
  }

  .tw .lg\:w-3\/5{
    width: 60%;
  }

  .tw .lg\:w-4\/5{
    width: 80%;
  }

  .tw .lg\:w-1\/6{
    width: 16.666667%;
  }

  .tw .lg\:w-2\/6{
    width: 33.333333%;
  }

  .tw .lg\:w-3\/6{
    width: 50%;
  }

  .tw .lg\:w-4\/6{
    width: 66.666667%;
  }

  .tw .lg\:w-5\/6{
    width: 83.333333%;
  }

  .tw .lg\:w-1\/12{
    width: 8.333333%;
  }

  .tw .lg\:w-2\/12{
    width: 16.666667%;
  }

  .tw .lg\:w-3\/12{
    width: 25%;
  }

  .tw .lg\:w-4\/12{
    width: 33.333333%;
  }

  .tw .lg\:w-5\/12{
    width: 41.666667%;
  }

  .tw .lg\:w-6\/12{
    width: 50%;
  }

  .tw .lg\:w-7\/12{
    width: 58.333333%;
  }

  .tw .lg\:w-8\/12{
    width: 66.666667%;
  }

  .tw .lg\:w-9\/12{
    width: 75%;
  }

  .tw .lg\:w-10\/12{
    width: 83.333333%;
  }

  .tw .lg\:w-11\/12{
    width: 91.666667%;
  }

  .tw .lg\:w-full{
    width: 100%;
  }

  .tw .lg\:w-screen{
    width: 100vw;
  }

  .tw .lg\:w-min{
    width: -moz-min-content;
    width: min-content;
  }

  .tw .lg\:w-max{
    width: -moz-max-content;
    width: max-content;
  }

  .tw .lg\:w-400px{
    width: 400px;
  }

  .tw .lg\:w-430px{
    width: 430px;
  }

  .tw .lg\:w-575px{
    width: 575px;
  }

  .tw .lg\:w-760px{
    width: 760px;
  }

  .tw .lg\:w-0\%{
    width: 0%;
  }

  .tw .lg\:w-10\%{
    width: 10%;
  }

  .tw .lg\:w-20\%{
    width: 20%;
  }

  .tw .lg\:w-30\%{
    width: 30%;
  }

  .tw .lg\:w-40\%{
    width: 40%;
  }

  .tw .lg\:w-50\%{
    width: 50%;
  }

  .tw .lg\:w-60\%{
    width: 60%;
  }

  .tw .lg\:w-70\%{
    width: 70%;
  }

  .tw .lg\:w-80\%{
    width: 80%;
  }

  .tw .lg\:w-90\%{
    width: 90%;
  }

  .tw .lg\:w-100\%{
    width: 100%;
  }

  .tw .lg\:first\:w-0:first-child{
    width: 0px;
  }

  .tw .lg\:first\:w-1:first-child{
    width: 5px;
  }

  .tw .lg\:first\:w-2:first-child{
    width: 10px;
  }

  .tw .lg\:first\:w-3:first-child{
    width: 15px;
  }

  .tw .lg\:first\:w-4:first-child{
    width: 20px;
  }

  .tw .lg\:first\:w-5:first-child{
    width: 25px;
  }

  .tw .lg\:first\:w-6:first-child{
    width: 30px;
  }

  .tw .lg\:first\:w-7:first-child{
    width: 35px;
  }

  .tw .lg\:first\:w-8:first-child{
    width: 40px;
  }

  .tw .lg\:first\:w-9:first-child{
    width: 45px;
  }

  .tw .lg\:first\:w-10:first-child{
    width: 50px;
  }

  .tw .lg\:first\:w-11:first-child{
    width: 55px;
  }

  .tw .lg\:first\:w-12:first-child{
    width: 60px;
  }

  .tw .lg\:first\:w-13:first-child{
    width: 65px;
  }

  .tw .lg\:first\:w-14:first-child{
    width: 70px;
  }

  .tw .lg\:first\:w-15:first-child{
    width: 75px;
  }

  .tw .lg\:first\:w-16:first-child{
    width: 80px;
  }

  .tw .lg\:first\:w-17:first-child{
    width: 85px;
  }

  .tw .lg\:first\:w-18:first-child{
    width: 90px;
  }

  .tw .lg\:first\:w-19:first-child{
    width: 95px;
  }

  .tw .lg\:first\:w-20:first-child{
    width: 100px;
  }

  .tw .lg\:first\:w-21:first-child{
    width: 105px;
  }

  .tw .lg\:first\:w-22:first-child{
    width: 110px;
  }

  .tw .lg\:first\:w-23:first-child{
    width: 115px;
  }

  .tw .lg\:first\:w-24:first-child{
    width: 120px;
  }

  .tw .lg\:first\:w-25:first-child{
    width: 125px;
  }

  .tw .lg\:first\:w-26:first-child{
    width: 130px;
  }

  .tw .lg\:first\:w-27:first-child{
    width: 135px;
  }

  .tw .lg\:first\:w-28:first-child{
    width: 140px;
  }

  .tw .lg\:first\:w-29:first-child{
    width: 145px;
  }

  .tw .lg\:first\:w-30:first-child{
    width: 150px;
  }

  .tw .lg\:first\:w-31:first-child{
    width: 155px;
  }

  .tw .lg\:first\:w-32:first-child{
    width: 160px;
  }

  .tw .lg\:first\:w-33:first-child{
    width: 165px;
  }

  .tw .lg\:first\:w-34:first-child{
    width: 170px;
  }

  .tw .lg\:first\:w-35:first-child{
    width: 175px;
  }

  .tw .lg\:first\:w-36:first-child{
    width: 180px;
  }

  .tw .lg\:first\:w-37:first-child{
    width: 185px;
  }

  .tw .lg\:first\:w-38:first-child{
    width: 190px;
  }

  .tw .lg\:first\:w-39:first-child{
    width: 195px;
  }

  .tw .lg\:first\:w-40:first-child{
    width: 200px;
  }

  .tw .lg\:first\:w-41:first-child{
    width: 205px;
  }

  .tw .lg\:first\:w-42:first-child{
    width: 210px;
  }

  .tw .lg\:first\:w-43:first-child{
    width: 215px;
  }

  .tw .lg\:first\:w-44:first-child{
    width: 220px;
  }

  .tw .lg\:first\:w-45:first-child{
    width: 225px;
  }

  .tw .lg\:first\:w-46:first-child{
    width: 230px;
  }

  .tw .lg\:first\:w-47:first-child{
    width: 235px;
  }

  .tw .lg\:first\:w-48:first-child{
    width: 240px;
  }

  .tw .lg\:first\:w-49:first-child{
    width: 245px;
  }

  .tw .lg\:first\:w-50:first-child{
    width: 250px;
  }

  .tw .lg\:first\:w-51:first-child{
    width: 255px;
  }

  .tw .lg\:first\:w-52:first-child{
    width: 260px;
  }

  .tw .lg\:first\:w-53:first-child{
    width: 265px;
  }

  .tw .lg\:first\:w-54:first-child{
    width: 270px;
  }

  .tw .lg\:first\:w-55:first-child{
    width: 275px;
  }

  .tw .lg\:first\:w-56:first-child{
    width: 280px;
  }

  .tw .lg\:first\:w-57:first-child{
    width: 285px;
  }

  .tw .lg\:first\:w-58:first-child{
    width: 290px;
  }

  .tw .lg\:first\:w-59:first-child{
    width: 295px;
  }

  .tw .lg\:first\:w-60:first-child{
    width: 300px;
  }

  .tw .lg\:first\:w-61:first-child{
    width: 305px;
  }

  .tw .lg\:first\:w-62:first-child{
    width: 310px;
  }

  .tw .lg\:first\:w-63:first-child{
    width: 315px;
  }

  .tw .lg\:first\:w-64:first-child{
    width: 320px;
  }

  .tw .lg\:first\:w-65:first-child{
    width: 325px;
  }

  .tw .lg\:first\:w-66:first-child{
    width: 330px;
  }

  .tw .lg\:first\:w-67:first-child{
    width: 335px;
  }

  .tw .lg\:first\:w-68:first-child{
    width: 340px;
  }

  .tw .lg\:first\:w-69:first-child{
    width: 345px;
  }

  .tw .lg\:first\:w-70:first-child{
    width: 350px;
  }

  .tw .lg\:first\:w-71:first-child{
    width: 355px;
  }

  .tw .lg\:first\:w-72:first-child{
    width: 360px;
  }

  .tw .lg\:first\:w-73:first-child{
    width: 365px;
  }

  .tw .lg\:first\:w-74:first-child{
    width: 370px;
  }

  .tw .lg\:first\:w-75:first-child{
    width: 375px;
  }

  .tw .lg\:first\:w-76:first-child{
    width: 380px;
  }

  .tw .lg\:first\:w-77:first-child{
    width: 385px;
  }

  .tw .lg\:first\:w-78:first-child{
    width: 390px;
  }

  .tw .lg\:first\:w-79:first-child{
    width: 395px;
  }

  .tw .lg\:first\:w-80:first-child{
    width: 400px;
  }

  .tw .lg\:first\:w-81:first-child{
    width: 405px;
  }

  .tw .lg\:first\:w-82:first-child{
    width: 410px;
  }

  .tw .lg\:first\:w-83:first-child{
    width: 415px;
  }

  .tw .lg\:first\:w-84:first-child{
    width: 420px;
  }

  .tw .lg\:first\:w-85:first-child{
    width: 425px;
  }

  .tw .lg\:first\:w-86:first-child{
    width: 430px;
  }

  .tw .lg\:first\:w-87:first-child{
    width: 435px;
  }

  .tw .lg\:first\:w-88:first-child{
    width: 440px;
  }

  .tw .lg\:first\:w-89:first-child{
    width: 445px;
  }

  .tw .lg\:first\:w-90:first-child{
    width: 450px;
  }

  .tw .lg\:first\:w-91:first-child{
    width: 455px;
  }

  .tw .lg\:first\:w-92:first-child{
    width: 460px;
  }

  .tw .lg\:first\:w-93:first-child{
    width: 465px;
  }

  .tw .lg\:first\:w-94:first-child{
    width: 470px;
  }

  .tw .lg\:first\:w-95:first-child{
    width: 475px;
  }

  .tw .lg\:first\:w-96:first-child{
    width: 480px;
  }

  .tw .lg\:first\:w-97:first-child{
    width: 485px;
  }

  .tw .lg\:first\:w-98:first-child{
    width: 490px;
  }

  .tw .lg\:first\:w-99:first-child{
    width: 495px;
  }

  .tw .lg\:first\:w-100:first-child{
    width: 500px;
  }

  .tw .lg\:first\:w-101:first-child{
    width: 505px;
  }

  .tw .lg\:first\:w-102:first-child{
    width: 510px;
  }

  .tw .lg\:first\:w-103:first-child{
    width: 515px;
  }

  .tw .lg\:first\:w-104:first-child{
    width: 520px;
  }

  .tw .lg\:first\:w-105:first-child{
    width: 525px;
  }

  .tw .lg\:first\:w-106:first-child{
    width: 530px;
  }

  .tw .lg\:first\:w-107:first-child{
    width: 535px;
  }

  .tw .lg\:first\:w-108:first-child{
    width: 540px;
  }

  .tw .lg\:first\:w-109:first-child{
    width: 545px;
  }

  .tw .lg\:first\:w-110:first-child{
    width: 550px;
  }

  .tw .lg\:first\:w-111:first-child{
    width: 555px;
  }

  .tw .lg\:first\:w-112:first-child{
    width: 560px;
  }

  .tw .lg\:first\:w-113:first-child{
    width: 565px;
  }

  .tw .lg\:first\:w-114:first-child{
    width: 570px;
  }

  .tw .lg\:first\:w-115:first-child{
    width: 575px;
  }

  .tw .lg\:first\:w-116:first-child{
    width: 580px;
  }

  .tw .lg\:first\:w-117:first-child{
    width: 585px;
  }

  .tw .lg\:first\:w-118:first-child{
    width: 590px;
  }

  .tw .lg\:first\:w-119:first-child{
    width: 595px;
  }

  .tw .lg\:first\:w-120:first-child{
    width: 600px;
  }

  .tw .lg\:first\:w-121:first-child{
    width: 605px;
  }

  .tw .lg\:first\:w-122:first-child{
    width: 610px;
  }

  .tw .lg\:first\:w-123:first-child{
    width: 615px;
  }

  .tw .lg\:first\:w-124:first-child{
    width: 620px;
  }

  .tw .lg\:first\:w-125:first-child{
    width: 625px;
  }

  .tw .lg\:first\:w-126:first-child{
    width: 630px;
  }

  .tw .lg\:first\:w-127:first-child{
    width: 635px;
  }

  .tw .lg\:first\:w-128:first-child{
    width: 640px;
  }

  .tw .lg\:first\:w-129:first-child{
    width: 645px;
  }

  .tw .lg\:first\:w-130:first-child{
    width: 650px;
  }

  .tw .lg\:first\:w-131:first-child{
    width: 655px;
  }

  .tw .lg\:first\:w-132:first-child{
    width: 660px;
  }

  .tw .lg\:first\:w-133:first-child{
    width: 665px;
  }

  .tw .lg\:first\:w-134:first-child{
    width: 670px;
  }

  .tw .lg\:first\:w-135:first-child{
    width: 675px;
  }

  .tw .lg\:first\:w-136:first-child{
    width: 680px;
  }

  .tw .lg\:first\:w-137:first-child{
    width: 685px;
  }

  .tw .lg\:first\:w-138:first-child{
    width: 690px;
  }

  .tw .lg\:first\:w-139:first-child{
    width: 695px;
  }

  .tw .lg\:first\:w-140:first-child{
    width: 700px;
  }

  .tw .lg\:first\:w-141:first-child{
    width: 705px;
  }

  .tw .lg\:first\:w-142:first-child{
    width: 710px;
  }

  .tw .lg\:first\:w-143:first-child{
    width: 715px;
  }

  .tw .lg\:first\:w-144:first-child{
    width: 720px;
  }

  .tw .lg\:first\:w-145:first-child{
    width: 725px;
  }

  .tw .lg\:first\:w-146:first-child{
    width: 730px;
  }

  .tw .lg\:first\:w-147:first-child{
    width: 735px;
  }

  .tw .lg\:first\:w-148:first-child{
    width: 740px;
  }

  .tw .lg\:first\:w-149:first-child{
    width: 745px;
  }

  .tw .lg\:first\:w-auto:first-child{
    width: auto;
  }

  .tw .lg\:first\:w-0\.5:first-child{
    width: 3px;
  }

  .tw .lg\:first\:w-1px:first-child{
    width: 1px;
  }

  .tw .lg\:first\:w-2px:first-child{
    width: 2px;
  }

  .tw .lg\:first\:w-3px:first-child{
    width: 3px;
  }

  .tw .lg\:first\:w-4px:first-child{
    width: 4px;
  }

  .tw .lg\:first\:w-5px:first-child{
    width: 5px;
  }

  .tw .lg\:first\:w-6px:first-child{
    width: 6px;
  }

  .tw .lg\:first\:w-7px:first-child{
    width: 7px;
  }

  .tw .lg\:first\:w-8px:first-child{
    width: 8px;
  }

  .tw .lg\:first\:w-9px:first-child{
    width: 9px;
  }

  .tw .lg\:first\:w-10px:first-child{
    width: 10px;
  }

  .tw .lg\:first\:w-11px:first-child{
    width: 11px;
  }

  .tw .lg\:first\:w-12px:first-child{
    width: 12px;
  }

  .tw .lg\:first\:w-13px:first-child{
    width: 13px;
  }

  .tw .lg\:first\:w-14px:first-child{
    width: 14px;
  }

  .tw .lg\:first\:w-15px:first-child{
    width: 15px;
  }

  .tw .lg\:first\:w-16px:first-child{
    width: 16px;
  }

  .tw .lg\:first\:w-17px:first-child{
    width: 17px;
  }

  .tw .lg\:first\:w-18px:first-child{
    width: 18px;
  }

  .tw .lg\:first\:w-19px:first-child{
    width: 19px;
  }

  .tw .lg\:first\:w-20px:first-child{
    width: 20px;
  }

  .tw .lg\:first\:w-21px:first-child{
    width: 21px;
  }

  .tw .lg\:first\:w-22px:first-child{
    width: 22px;
  }

  .tw .lg\:first\:w-23px:first-child{
    width: 23px;
  }

  .tw .lg\:first\:w-24px:first-child{
    width: 24px;
  }

  .tw .lg\:first\:w-25px:first-child{
    width: 25px;
  }

  .tw .lg\:first\:w-26px:first-child{
    width: 26px;
  }

  .tw .lg\:first\:w-27px:first-child{
    width: 27px;
  }

  .tw .lg\:first\:w-28px:first-child{
    width: 28px;
  }

  .tw .lg\:first\:w-29px:first-child{
    width: 29px;
  }

  .tw .lg\:first\:w-30px:first-child{
    width: 30px;
  }

  .tw .lg\:first\:w-31px:first-child{
    width: 31px;
  }

  .tw .lg\:first\:w-32px:first-child{
    width: 32px;
  }

  .tw .lg\:first\:w-33px:first-child{
    width: 33px;
  }

  .tw .lg\:first\:w-34px:first-child{
    width: 34px;
  }

  .tw .lg\:first\:w-35px:first-child{
    width: 35px;
  }

  .tw .lg\:first\:w-36px:first-child{
    width: 36px;
  }

  .tw .lg\:first\:w-37px:first-child{
    width: 37px;
  }

  .tw .lg\:first\:w-38px:first-child{
    width: 38px;
  }

  .tw .lg\:first\:w-39px:first-child{
    width: 39px;
  }

  .tw .lg\:first\:w-40px:first-child{
    width: 40px;
  }

  .tw .lg\:first\:w-1\/2:first-child{
    width: 50%;
  }

  .tw .lg\:first\:w-1\/3:first-child{
    width: 33.333333%;
  }

  .tw .lg\:first\:w-2\/3:first-child{
    width: 66.666667%;
  }

  .tw .lg\:first\:w-1\/4:first-child{
    width: 25%;
  }

  .tw .lg\:first\:w-2\/4:first-child{
    width: 50%;
  }

  .tw .lg\:first\:w-3\/4:first-child{
    width: 75%;
  }

  .tw .lg\:first\:w-1\/5:first-child{
    width: 20%;
  }

  .tw .lg\:first\:w-2\/5:first-child{
    width: 40%;
  }

  .tw .lg\:first\:w-3\/5:first-child{
    width: 60%;
  }

  .tw .lg\:first\:w-4\/5:first-child{
    width: 80%;
  }

  .tw .lg\:first\:w-1\/6:first-child{
    width: 16.666667%;
  }

  .tw .lg\:first\:w-2\/6:first-child{
    width: 33.333333%;
  }

  .tw .lg\:first\:w-3\/6:first-child{
    width: 50%;
  }

  .tw .lg\:first\:w-4\/6:first-child{
    width: 66.666667%;
  }

  .tw .lg\:first\:w-5\/6:first-child{
    width: 83.333333%;
  }

  .tw .lg\:first\:w-1\/12:first-child{
    width: 8.333333%;
  }

  .tw .lg\:first\:w-2\/12:first-child{
    width: 16.666667%;
  }

  .tw .lg\:first\:w-3\/12:first-child{
    width: 25%;
  }

  .tw .lg\:first\:w-4\/12:first-child{
    width: 33.333333%;
  }

  .tw .lg\:first\:w-5\/12:first-child{
    width: 41.666667%;
  }

  .tw .lg\:first\:w-6\/12:first-child{
    width: 50%;
  }

  .tw .lg\:first\:w-7\/12:first-child{
    width: 58.333333%;
  }

  .tw .lg\:first\:w-8\/12:first-child{
    width: 66.666667%;
  }

  .tw .lg\:first\:w-9\/12:first-child{
    width: 75%;
  }

  .tw .lg\:first\:w-10\/12:first-child{
    width: 83.333333%;
  }

  .tw .lg\:first\:w-11\/12:first-child{
    width: 91.666667%;
  }

  .tw .lg\:first\:w-full:first-child{
    width: 100%;
  }

  .tw .lg\:first\:w-screen:first-child{
    width: 100vw;
  }

  .tw .lg\:first\:w-min:first-child{
    width: -moz-min-content;
    width: min-content;
  }

  .tw .lg\:first\:w-max:first-child{
    width: -moz-max-content;
    width: max-content;
  }

  .tw .lg\:first\:w-400px:first-child{
    width: 400px;
  }

  .tw .lg\:first\:w-430px:first-child{
    width: 430px;
  }

  .tw .lg\:first\:w-575px:first-child{
    width: 575px;
  }

  .tw .lg\:first\:w-760px:first-child{
    width: 760px;
  }

  .tw .lg\:first\:w-0\%:first-child{
    width: 0%;
  }

  .tw .lg\:first\:w-10\%:first-child{
    width: 10%;
  }

  .tw .lg\:first\:w-20\%:first-child{
    width: 20%;
  }

  .tw .lg\:first\:w-30\%:first-child{
    width: 30%;
  }

  .tw .lg\:first\:w-40\%:first-child{
    width: 40%;
  }

  .tw .lg\:first\:w-50\%:first-child{
    width: 50%;
  }

  .tw .lg\:first\:w-60\%:first-child{
    width: 60%;
  }

  .tw .lg\:first\:w-70\%:first-child{
    width: 70%;
  }

  .tw .lg\:first\:w-80\%:first-child{
    width: 80%;
  }

  .tw .lg\:first\:w-90\%:first-child{
    width: 90%;
  }

  .tw .lg\:first\:w-100\%:first-child{
    width: 100%;
  }

  .tw .lg\:min-w-0{
    min-width: 0px;
  }

  .tw .lg\:min-w-full{
    min-width: 100%;
  }

  .tw .lg\:min-w-min{
    min-width: -moz-min-content;
    min-width: min-content;
  }

  .tw .lg\:min-w-max{
    min-width: -moz-max-content;
    min-width: max-content;
  }

  .tw .lg\:max-w-0{
    max-width: 0rem;
  }

  .tw .lg\:max-w-none{
    max-width: none;
  }

  .tw .lg\:max-w-xs{
    max-width: 20rem;
  }

  .tw .lg\:max-w-sm{
    max-width: 24rem;
  }

  .tw .lg\:max-w-md{
    max-width: 28rem;
  }

  .tw .lg\:max-w-lg{
    max-width: 32rem;
  }

  .tw .lg\:max-w-xl{
    max-width: 36rem;
  }

  .tw .lg\:max-w-2xl{
    max-width: 42rem;
  }

  .tw .lg\:max-w-3xl{
    max-width: 48rem;
  }

  .tw .lg\:max-w-4xl{
    max-width: 56rem;
  }

  .tw .lg\:max-w-5xl{
    max-width: 64rem;
  }

  .tw .lg\:max-w-6xl{
    max-width: 72rem;
  }

  .tw .lg\:max-w-7xl{
    max-width: 80rem;
  }

  .tw .lg\:max-w-full{
    max-width: 100%;
  }

  .tw .lg\:max-w-min{
    max-width: -moz-min-content;
    max-width: min-content;
  }

  .tw .lg\:max-w-max{
    max-width: -moz-max-content;
    max-width: max-content;
  }

  .tw .lg\:max-w-prose{
    max-width: 65ch;
  }

  .tw .lg\:max-w-screen-sm{
    max-width: 640px;
  }

  .tw .lg\:max-w-screen-md{
    max-width: 768px;
  }

  .tw .lg\:max-w-screen-lg{
    max-width: 1024px;
  }

  .tw .lg\:max-w-screen-xl{
    max-width: 1280px;
  }

  .tw .lg\:max-w-300px{
    max-width: 300px;
  }

  .tw .lg\:max-w-360px{
    max-width: 360px;
  }

  .tw .lg\:max-w-400px{
    max-width: 400px;
  }

  .tw .lg\:max-w-760px{
    max-width: 760px;
  }

  .tw .lg\:max-w-1\/2{
    max-width: 50%;
  }

  .tw .lg\:max-w-0\%{
    max-width: 0%;
  }

  .tw .lg\:max-w-10\%{
    max-width: 10%;
  }

  .tw .lg\:max-w-20\%{
    max-width: 20%;
  }

  .tw .lg\:max-w-30\%{
    max-width: 30%;
  }

  .tw .lg\:max-w-40\%{
    max-width: 40%;
  }

  .tw .lg\:max-w-50\%{
    max-width: 50%;
  }

  .tw .lg\:max-w-60\%{
    max-width: 60%;
  }

  .tw .lg\:max-w-70\%{
    max-width: 70%;
  }

  .tw .lg\:max-w-80\%{
    max-width: 80%;
  }

  .tw .lg\:max-w-90\%{
    max-width: 90%;
  }

  .tw .lg\:max-w-100\%{
    max-width: 100%;
  }

  .tw .lg\:flex-1{
    flex: 1 1 0%;
  }

  .tw .lg\:flex-auto{
    flex: 1 1 auto;
  }

  .tw .lg\:flex-initial{
    flex: 0 1 auto;
  }

  .tw .lg\:flex-none{
    flex: none;
  }

  .tw .lg\:flex-shrink-0{
    flex-shrink: 0;
  }

  .tw .lg\:flex-shrink{
    flex-shrink: 1;
  }

  .tw .lg\:flex-grow-0{
    flex-grow: 0;
  }

  .tw .lg\:flex-grow{
    flex-grow: 1;
  }

  .tw .lg\:table-auto{
    table-layout: auto;
  }

  .tw .lg\:table-fixed{
    table-layout: fixed;
  }

  .tw .lg\:border-collapse{
    border-collapse: collapse;
  }

  .tw .lg\:border-separate{
    border-collapse: separate;
  }

  .tw .lg\:origin-center{
    transform-origin: center;
  }

  .tw .lg\:origin-top{
    transform-origin: top;
  }

  .tw .lg\:origin-top-right{
    transform-origin: top right;
  }

  .tw .lg\:origin-right{
    transform-origin: right;
  }

  .tw .lg\:origin-bottom-right{
    transform-origin: bottom right;
  }

  .tw .lg\:origin-bottom{
    transform-origin: bottom;
  }

  .tw .lg\:origin-bottom-left{
    transform-origin: bottom left;
  }

  .tw .lg\:origin-left{
    transform-origin: left;
  }

  .tw .lg\:origin-top-left{
    transform-origin: top left;
  }

  .tw .lg\:transform{
    --tw-translate-x: 0;
    --tw-translate-y: 0;
    --tw-rotate: 0;
    --tw-skew-x: 0;
    --tw-skew-y: 0;
    --tw-scale-x: 1;
    --tw-scale-y: 1;
    transform: translateX(var(--tw-translate-x)) translateY(var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }

  .tw .lg\:transform-gpu{
    --tw-translate-x: 0;
    --tw-translate-y: 0;
    --tw-rotate: 0;
    --tw-skew-x: 0;
    --tw-skew-y: 0;
    --tw-scale-x: 1;
    --tw-scale-y: 1;
    transform: translate3d(var(--tw-translate-x), var(--tw-translate-y), 0) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }

  .tw .lg\:transform-none{
    transform: none;
  }

  .tw .lg\:translate-x-0{
    --tw-translate-x: 0px;
  }

  .tw .lg\:translate-x-1{
    --tw-translate-x: 5px;
  }

  .tw .lg\:translate-x-2{
    --tw-translate-x: 10px;
  }

  .tw .lg\:translate-x-3{
    --tw-translate-x: 15px;
  }

  .tw .lg\:translate-x-4{
    --tw-translate-x: 20px;
  }

  .tw .lg\:translate-x-5{
    --tw-translate-x: 25px;
  }

  .tw .lg\:translate-x-6{
    --tw-translate-x: 30px;
  }

  .tw .lg\:translate-x-7{
    --tw-translate-x: 35px;
  }

  .tw .lg\:translate-x-8{
    --tw-translate-x: 40px;
  }

  .tw .lg\:translate-x-9{
    --tw-translate-x: 45px;
  }

  .tw .lg\:translate-x-10{
    --tw-translate-x: 50px;
  }

  .tw .lg\:translate-x-11{
    --tw-translate-x: 55px;
  }

  .tw .lg\:translate-x-12{
    --tw-translate-x: 60px;
  }

  .tw .lg\:translate-x-13{
    --tw-translate-x: 65px;
  }

  .tw .lg\:translate-x-14{
    --tw-translate-x: 70px;
  }

  .tw .lg\:translate-x-15{
    --tw-translate-x: 75px;
  }

  .tw .lg\:translate-x-16{
    --tw-translate-x: 80px;
  }

  .tw .lg\:translate-x-17{
    --tw-translate-x: 85px;
  }

  .tw .lg\:translate-x-18{
    --tw-translate-x: 90px;
  }

  .tw .lg\:translate-x-19{
    --tw-translate-x: 95px;
  }

  .tw .lg\:translate-x-20{
    --tw-translate-x: 100px;
  }

  .tw .lg\:translate-x-21{
    --tw-translate-x: 105px;
  }

  .tw .lg\:translate-x-22{
    --tw-translate-x: 110px;
  }

  .tw .lg\:translate-x-23{
    --tw-translate-x: 115px;
  }

  .tw .lg\:translate-x-24{
    --tw-translate-x: 120px;
  }

  .tw .lg\:translate-x-25{
    --tw-translate-x: 125px;
  }

  .tw .lg\:translate-x-26{
    --tw-translate-x: 130px;
  }

  .tw .lg\:translate-x-27{
    --tw-translate-x: 135px;
  }

  .tw .lg\:translate-x-28{
    --tw-translate-x: 140px;
  }

  .tw .lg\:translate-x-29{
    --tw-translate-x: 145px;
  }

  .tw .lg\:translate-x-30{
    --tw-translate-x: 150px;
  }

  .tw .lg\:translate-x-31{
    --tw-translate-x: 155px;
  }

  .tw .lg\:translate-x-32{
    --tw-translate-x: 160px;
  }

  .tw .lg\:translate-x-33{
    --tw-translate-x: 165px;
  }

  .tw .lg\:translate-x-34{
    --tw-translate-x: 170px;
  }

  .tw .lg\:translate-x-35{
    --tw-translate-x: 175px;
  }

  .tw .lg\:translate-x-36{
    --tw-translate-x: 180px;
  }

  .tw .lg\:translate-x-37{
    --tw-translate-x: 185px;
  }

  .tw .lg\:translate-x-38{
    --tw-translate-x: 190px;
  }

  .tw .lg\:translate-x-39{
    --tw-translate-x: 195px;
  }

  .tw .lg\:translate-x-40{
    --tw-translate-x: 200px;
  }

  .tw .lg\:translate-x-41{
    --tw-translate-x: 205px;
  }

  .tw .lg\:translate-x-42{
    --tw-translate-x: 210px;
  }

  .tw .lg\:translate-x-43{
    --tw-translate-x: 215px;
  }

  .tw .lg\:translate-x-44{
    --tw-translate-x: 220px;
  }

  .tw .lg\:translate-x-45{
    --tw-translate-x: 225px;
  }

  .tw .lg\:translate-x-46{
    --tw-translate-x: 230px;
  }

  .tw .lg\:translate-x-47{
    --tw-translate-x: 235px;
  }

  .tw .lg\:translate-x-48{
    --tw-translate-x: 240px;
  }

  .tw .lg\:translate-x-49{
    --tw-translate-x: 245px;
  }

  .tw .lg\:translate-x-50{
    --tw-translate-x: 250px;
  }

  .tw .lg\:translate-x-51{
    --tw-translate-x: 255px;
  }

  .tw .lg\:translate-x-52{
    --tw-translate-x: 260px;
  }

  .tw .lg\:translate-x-53{
    --tw-translate-x: 265px;
  }

  .tw .lg\:translate-x-54{
    --tw-translate-x: 270px;
  }

  .tw .lg\:translate-x-55{
    --tw-translate-x: 275px;
  }

  .tw .lg\:translate-x-56{
    --tw-translate-x: 280px;
  }

  .tw .lg\:translate-x-57{
    --tw-translate-x: 285px;
  }

  .tw .lg\:translate-x-58{
    --tw-translate-x: 290px;
  }

  .tw .lg\:translate-x-59{
    --tw-translate-x: 295px;
  }

  .tw .lg\:translate-x-60{
    --tw-translate-x: 300px;
  }

  .tw .lg\:translate-x-61{
    --tw-translate-x: 305px;
  }

  .tw .lg\:translate-x-62{
    --tw-translate-x: 310px;
  }

  .tw .lg\:translate-x-63{
    --tw-translate-x: 315px;
  }

  .tw .lg\:translate-x-64{
    --tw-translate-x: 320px;
  }

  .tw .lg\:translate-x-65{
    --tw-translate-x: 325px;
  }

  .tw .lg\:translate-x-66{
    --tw-translate-x: 330px;
  }

  .tw .lg\:translate-x-67{
    --tw-translate-x: 335px;
  }

  .tw .lg\:translate-x-68{
    --tw-translate-x: 340px;
  }

  .tw .lg\:translate-x-69{
    --tw-translate-x: 345px;
  }

  .tw .lg\:translate-x-70{
    --tw-translate-x: 350px;
  }

  .tw .lg\:translate-x-71{
    --tw-translate-x: 355px;
  }

  .tw .lg\:translate-x-72{
    --tw-translate-x: 360px;
  }

  .tw .lg\:translate-x-73{
    --tw-translate-x: 365px;
  }

  .tw .lg\:translate-x-74{
    --tw-translate-x: 370px;
  }

  .tw .lg\:translate-x-75{
    --tw-translate-x: 375px;
  }

  .tw .lg\:translate-x-76{
    --tw-translate-x: 380px;
  }

  .tw .lg\:translate-x-77{
    --tw-translate-x: 385px;
  }

  .tw .lg\:translate-x-78{
    --tw-translate-x: 390px;
  }

  .tw .lg\:translate-x-79{
    --tw-translate-x: 395px;
  }

  .tw .lg\:translate-x-80{
    --tw-translate-x: 400px;
  }

  .tw .lg\:translate-x-81{
    --tw-translate-x: 405px;
  }

  .tw .lg\:translate-x-82{
    --tw-translate-x: 410px;
  }

  .tw .lg\:translate-x-83{
    --tw-translate-x: 415px;
  }

  .tw .lg\:translate-x-84{
    --tw-translate-x: 420px;
  }

  .tw .lg\:translate-x-85{
    --tw-translate-x: 425px;
  }

  .tw .lg\:translate-x-86{
    --tw-translate-x: 430px;
  }

  .tw .lg\:translate-x-87{
    --tw-translate-x: 435px;
  }

  .tw .lg\:translate-x-88{
    --tw-translate-x: 440px;
  }

  .tw .lg\:translate-x-89{
    --tw-translate-x: 445px;
  }

  .tw .lg\:translate-x-90{
    --tw-translate-x: 450px;
  }

  .tw .lg\:translate-x-91{
    --tw-translate-x: 455px;
  }

  .tw .lg\:translate-x-92{
    --tw-translate-x: 460px;
  }

  .tw .lg\:translate-x-93{
    --tw-translate-x: 465px;
  }

  .tw .lg\:translate-x-94{
    --tw-translate-x: 470px;
  }

  .tw .lg\:translate-x-95{
    --tw-translate-x: 475px;
  }

  .tw .lg\:translate-x-96{
    --tw-translate-x: 480px;
  }

  .tw .lg\:translate-x-97{
    --tw-translate-x: 485px;
  }

  .tw .lg\:translate-x-98{
    --tw-translate-x: 490px;
  }

  .tw .lg\:translate-x-99{
    --tw-translate-x: 495px;
  }

  .tw .lg\:translate-x-100{
    --tw-translate-x: 500px;
  }

  .tw .lg\:translate-x-101{
    --tw-translate-x: 505px;
  }

  .tw .lg\:translate-x-102{
    --tw-translate-x: 510px;
  }

  .tw .lg\:translate-x-103{
    --tw-translate-x: 515px;
  }

  .tw .lg\:translate-x-104{
    --tw-translate-x: 520px;
  }

  .tw .lg\:translate-x-105{
    --tw-translate-x: 525px;
  }

  .tw .lg\:translate-x-106{
    --tw-translate-x: 530px;
  }

  .tw .lg\:translate-x-107{
    --tw-translate-x: 535px;
  }

  .tw .lg\:translate-x-108{
    --tw-translate-x: 540px;
  }

  .tw .lg\:translate-x-109{
    --tw-translate-x: 545px;
  }

  .tw .lg\:translate-x-110{
    --tw-translate-x: 550px;
  }

  .tw .lg\:translate-x-111{
    --tw-translate-x: 555px;
  }

  .tw .lg\:translate-x-112{
    --tw-translate-x: 560px;
  }

  .tw .lg\:translate-x-113{
    --tw-translate-x: 565px;
  }

  .tw .lg\:translate-x-114{
    --tw-translate-x: 570px;
  }

  .tw .lg\:translate-x-115{
    --tw-translate-x: 575px;
  }

  .tw .lg\:translate-x-116{
    --tw-translate-x: 580px;
  }

  .tw .lg\:translate-x-117{
    --tw-translate-x: 585px;
  }

  .tw .lg\:translate-x-118{
    --tw-translate-x: 590px;
  }

  .tw .lg\:translate-x-119{
    --tw-translate-x: 595px;
  }

  .tw .lg\:translate-x-120{
    --tw-translate-x: 600px;
  }

  .tw .lg\:translate-x-121{
    --tw-translate-x: 605px;
  }

  .tw .lg\:translate-x-122{
    --tw-translate-x: 610px;
  }

  .tw .lg\:translate-x-123{
    --tw-translate-x: 615px;
  }

  .tw .lg\:translate-x-124{
    --tw-translate-x: 620px;
  }

  .tw .lg\:translate-x-125{
    --tw-translate-x: 625px;
  }

  .tw .lg\:translate-x-126{
    --tw-translate-x: 630px;
  }

  .tw .lg\:translate-x-127{
    --tw-translate-x: 635px;
  }

  .tw .lg\:translate-x-128{
    --tw-translate-x: 640px;
  }

  .tw .lg\:translate-x-129{
    --tw-translate-x: 645px;
  }

  .tw .lg\:translate-x-130{
    --tw-translate-x: 650px;
  }

  .tw .lg\:translate-x-131{
    --tw-translate-x: 655px;
  }

  .tw .lg\:translate-x-132{
    --tw-translate-x: 660px;
  }

  .tw .lg\:translate-x-133{
    --tw-translate-x: 665px;
  }

  .tw .lg\:translate-x-134{
    --tw-translate-x: 670px;
  }

  .tw .lg\:translate-x-135{
    --tw-translate-x: 675px;
  }

  .tw .lg\:translate-x-136{
    --tw-translate-x: 680px;
  }

  .tw .lg\:translate-x-137{
    --tw-translate-x: 685px;
  }

  .tw .lg\:translate-x-138{
    --tw-translate-x: 690px;
  }

  .tw .lg\:translate-x-139{
    --tw-translate-x: 695px;
  }

  .tw .lg\:translate-x-140{
    --tw-translate-x: 700px;
  }

  .tw .lg\:translate-x-141{
    --tw-translate-x: 705px;
  }

  .tw .lg\:translate-x-142{
    --tw-translate-x: 710px;
  }

  .tw .lg\:translate-x-143{
    --tw-translate-x: 715px;
  }

  .tw .lg\:translate-x-144{
    --tw-translate-x: 720px;
  }

  .tw .lg\:translate-x-145{
    --tw-translate-x: 725px;
  }

  .tw .lg\:translate-x-146{
    --tw-translate-x: 730px;
  }

  .tw .lg\:translate-x-147{
    --tw-translate-x: 735px;
  }

  .tw .lg\:translate-x-148{
    --tw-translate-x: 740px;
  }

  .tw .lg\:translate-x-149{
    --tw-translate-x: 745px;
  }

  .tw .lg\:translate-x-0\.5{
    --tw-translate-x: 3px;
  }

  .tw .lg\:translate-x-1px{
    --tw-translate-x: 1px;
  }

  .tw .lg\:translate-x-2px{
    --tw-translate-x: 2px;
  }

  .tw .lg\:translate-x-3px{
    --tw-translate-x: 3px;
  }

  .tw .lg\:translate-x-4px{
    --tw-translate-x: 4px;
  }

  .tw .lg\:translate-x-5px{
    --tw-translate-x: 5px;
  }

  .tw .lg\:translate-x-6px{
    --tw-translate-x: 6px;
  }

  .tw .lg\:translate-x-7px{
    --tw-translate-x: 7px;
  }

  .tw .lg\:translate-x-8px{
    --tw-translate-x: 8px;
  }

  .tw .lg\:translate-x-9px{
    --tw-translate-x: 9px;
  }

  .tw .lg\:translate-x-10px{
    --tw-translate-x: 10px;
  }

  .tw .lg\:translate-x-11px{
    --tw-translate-x: 11px;
  }

  .tw .lg\:translate-x-12px{
    --tw-translate-x: 12px;
  }

  .tw .lg\:translate-x-13px{
    --tw-translate-x: 13px;
  }

  .tw .lg\:translate-x-14px{
    --tw-translate-x: 14px;
  }

  .tw .lg\:translate-x-15px{
    --tw-translate-x: 15px;
  }

  .tw .lg\:translate-x-16px{
    --tw-translate-x: 16px;
  }

  .tw .lg\:translate-x-17px{
    --tw-translate-x: 17px;
  }

  .tw .lg\:translate-x-18px{
    --tw-translate-x: 18px;
  }

  .tw .lg\:translate-x-19px{
    --tw-translate-x: 19px;
  }

  .tw .lg\:translate-x-20px{
    --tw-translate-x: 20px;
  }

  .tw .lg\:translate-x-21px{
    --tw-translate-x: 21px;
  }

  .tw .lg\:translate-x-22px{
    --tw-translate-x: 22px;
  }

  .tw .lg\:translate-x-23px{
    --tw-translate-x: 23px;
  }

  .tw .lg\:translate-x-24px{
    --tw-translate-x: 24px;
  }

  .tw .lg\:translate-x-25px{
    --tw-translate-x: 25px;
  }

  .tw .lg\:translate-x-26px{
    --tw-translate-x: 26px;
  }

  .tw .lg\:translate-x-27px{
    --tw-translate-x: 27px;
  }

  .tw .lg\:translate-x-28px{
    --tw-translate-x: 28px;
  }

  .tw .lg\:translate-x-29px{
    --tw-translate-x: 29px;
  }

  .tw .lg\:translate-x-30px{
    --tw-translate-x: 30px;
  }

  .tw .lg\:translate-x-31px{
    --tw-translate-x: 31px;
  }

  .tw .lg\:translate-x-32px{
    --tw-translate-x: 32px;
  }

  .tw .lg\:translate-x-33px{
    --tw-translate-x: 33px;
  }

  .tw .lg\:translate-x-34px{
    --tw-translate-x: 34px;
  }

  .tw .lg\:translate-x-35px{
    --tw-translate-x: 35px;
  }

  .tw .lg\:translate-x-36px{
    --tw-translate-x: 36px;
  }

  .tw .lg\:translate-x-37px{
    --tw-translate-x: 37px;
  }

  .tw .lg\:translate-x-38px{
    --tw-translate-x: 38px;
  }

  .tw .lg\:translate-x-39px{
    --tw-translate-x: 39px;
  }

  .tw .lg\:translate-x-40px{
    --tw-translate-x: 40px;
  }

  .tw .lg\:-translate-x-0{
    --tw-translate-x: 0px;
  }

  .tw .lg\:-translate-x-1{
    --tw-translate-x: -5px;
  }

  .tw .lg\:-translate-x-2{
    --tw-translate-x: -10px;
  }

  .tw .lg\:-translate-x-3{
    --tw-translate-x: -15px;
  }

  .tw .lg\:-translate-x-4{
    --tw-translate-x: -20px;
  }

  .tw .lg\:-translate-x-5{
    --tw-translate-x: -25px;
  }

  .tw .lg\:-translate-x-6{
    --tw-translate-x: -30px;
  }

  .tw .lg\:-translate-x-7{
    --tw-translate-x: -35px;
  }

  .tw .lg\:-translate-x-8{
    --tw-translate-x: -40px;
  }

  .tw .lg\:-translate-x-9{
    --tw-translate-x: -45px;
  }

  .tw .lg\:-translate-x-10{
    --tw-translate-x: -50px;
  }

  .tw .lg\:-translate-x-11{
    --tw-translate-x: -55px;
  }

  .tw .lg\:-translate-x-12{
    --tw-translate-x: -60px;
  }

  .tw .lg\:-translate-x-13{
    --tw-translate-x: -65px;
  }

  .tw .lg\:-translate-x-14{
    --tw-translate-x: -70px;
  }

  .tw .lg\:-translate-x-15{
    --tw-translate-x: -75px;
  }

  .tw .lg\:-translate-x-16{
    --tw-translate-x: -80px;
  }

  .tw .lg\:-translate-x-17{
    --tw-translate-x: -85px;
  }

  .tw .lg\:-translate-x-18{
    --tw-translate-x: -90px;
  }

  .tw .lg\:-translate-x-19{
    --tw-translate-x: -95px;
  }

  .tw .lg\:-translate-x-20{
    --tw-translate-x: -100px;
  }

  .tw .lg\:-translate-x-21{
    --tw-translate-x: -105px;
  }

  .tw .lg\:-translate-x-22{
    --tw-translate-x: -110px;
  }

  .tw .lg\:-translate-x-23{
    --tw-translate-x: -115px;
  }

  .tw .lg\:-translate-x-24{
    --tw-translate-x: -120px;
  }

  .tw .lg\:-translate-x-25{
    --tw-translate-x: -125px;
  }

  .tw .lg\:-translate-x-26{
    --tw-translate-x: -130px;
  }

  .tw .lg\:-translate-x-27{
    --tw-translate-x: -135px;
  }

  .tw .lg\:-translate-x-28{
    --tw-translate-x: -140px;
  }

  .tw .lg\:-translate-x-29{
    --tw-translate-x: -145px;
  }

  .tw .lg\:-translate-x-30{
    --tw-translate-x: -150px;
  }

  .tw .lg\:-translate-x-31{
    --tw-translate-x: -155px;
  }

  .tw .lg\:-translate-x-32{
    --tw-translate-x: -160px;
  }

  .tw .lg\:-translate-x-33{
    --tw-translate-x: -165px;
  }

  .tw .lg\:-translate-x-34{
    --tw-translate-x: -170px;
  }

  .tw .lg\:-translate-x-35{
    --tw-translate-x: -175px;
  }

  .tw .lg\:-translate-x-36{
    --tw-translate-x: -180px;
  }

  .tw .lg\:-translate-x-37{
    --tw-translate-x: -185px;
  }

  .tw .lg\:-translate-x-38{
    --tw-translate-x: -190px;
  }

  .tw .lg\:-translate-x-39{
    --tw-translate-x: -195px;
  }

  .tw .lg\:-translate-x-40{
    --tw-translate-x: -200px;
  }

  .tw .lg\:-translate-x-41{
    --tw-translate-x: -205px;
  }

  .tw .lg\:-translate-x-42{
    --tw-translate-x: -210px;
  }

  .tw .lg\:-translate-x-43{
    --tw-translate-x: -215px;
  }

  .tw .lg\:-translate-x-44{
    --tw-translate-x: -220px;
  }

  .tw .lg\:-translate-x-45{
    --tw-translate-x: -225px;
  }

  .tw .lg\:-translate-x-46{
    --tw-translate-x: -230px;
  }

  .tw .lg\:-translate-x-47{
    --tw-translate-x: -235px;
  }

  .tw .lg\:-translate-x-48{
    --tw-translate-x: -240px;
  }

  .tw .lg\:-translate-x-49{
    --tw-translate-x: -245px;
  }

  .tw .lg\:-translate-x-50{
    --tw-translate-x: -250px;
  }

  .tw .lg\:-translate-x-51{
    --tw-translate-x: -255px;
  }

  .tw .lg\:-translate-x-52{
    --tw-translate-x: -260px;
  }

  .tw .lg\:-translate-x-53{
    --tw-translate-x: -265px;
  }

  .tw .lg\:-translate-x-54{
    --tw-translate-x: -270px;
  }

  .tw .lg\:-translate-x-55{
    --tw-translate-x: -275px;
  }

  .tw .lg\:-translate-x-56{
    --tw-translate-x: -280px;
  }

  .tw .lg\:-translate-x-57{
    --tw-translate-x: -285px;
  }

  .tw .lg\:-translate-x-58{
    --tw-translate-x: -290px;
  }

  .tw .lg\:-translate-x-59{
    --tw-translate-x: -295px;
  }

  .tw .lg\:-translate-x-60{
    --tw-translate-x: -300px;
  }

  .tw .lg\:-translate-x-61{
    --tw-translate-x: -305px;
  }

  .tw .lg\:-translate-x-62{
    --tw-translate-x: -310px;
  }

  .tw .lg\:-translate-x-63{
    --tw-translate-x: -315px;
  }

  .tw .lg\:-translate-x-64{
    --tw-translate-x: -320px;
  }

  .tw .lg\:-translate-x-65{
    --tw-translate-x: -325px;
  }

  .tw .lg\:-translate-x-66{
    --tw-translate-x: -330px;
  }

  .tw .lg\:-translate-x-67{
    --tw-translate-x: -335px;
  }

  .tw .lg\:-translate-x-68{
    --tw-translate-x: -340px;
  }

  .tw .lg\:-translate-x-69{
    --tw-translate-x: -345px;
  }

  .tw .lg\:-translate-x-70{
    --tw-translate-x: -350px;
  }

  .tw .lg\:-translate-x-71{
    --tw-translate-x: -355px;
  }

  .tw .lg\:-translate-x-72{
    --tw-translate-x: -360px;
  }

  .tw .lg\:-translate-x-73{
    --tw-translate-x: -365px;
  }

  .tw .lg\:-translate-x-74{
    --tw-translate-x: -370px;
  }

  .tw .lg\:-translate-x-75{
    --tw-translate-x: -375px;
  }

  .tw .lg\:-translate-x-76{
    --tw-translate-x: -380px;
  }

  .tw .lg\:-translate-x-77{
    --tw-translate-x: -385px;
  }

  .tw .lg\:-translate-x-78{
    --tw-translate-x: -390px;
  }

  .tw .lg\:-translate-x-79{
    --tw-translate-x: -395px;
  }

  .tw .lg\:-translate-x-80{
    --tw-translate-x: -400px;
  }

  .tw .lg\:-translate-x-81{
    --tw-translate-x: -405px;
  }

  .tw .lg\:-translate-x-82{
    --tw-translate-x: -410px;
  }

  .tw .lg\:-translate-x-83{
    --tw-translate-x: -415px;
  }

  .tw .lg\:-translate-x-84{
    --tw-translate-x: -420px;
  }

  .tw .lg\:-translate-x-85{
    --tw-translate-x: -425px;
  }

  .tw .lg\:-translate-x-86{
    --tw-translate-x: -430px;
  }

  .tw .lg\:-translate-x-87{
    --tw-translate-x: -435px;
  }

  .tw .lg\:-translate-x-88{
    --tw-translate-x: -440px;
  }

  .tw .lg\:-translate-x-89{
    --tw-translate-x: -445px;
  }

  .tw .lg\:-translate-x-90{
    --tw-translate-x: -450px;
  }

  .tw .lg\:-translate-x-91{
    --tw-translate-x: -455px;
  }

  .tw .lg\:-translate-x-92{
    --tw-translate-x: -460px;
  }

  .tw .lg\:-translate-x-93{
    --tw-translate-x: -465px;
  }

  .tw .lg\:-translate-x-94{
    --tw-translate-x: -470px;
  }

  .tw .lg\:-translate-x-95{
    --tw-translate-x: -475px;
  }

  .tw .lg\:-translate-x-96{
    --tw-translate-x: -480px;
  }

  .tw .lg\:-translate-x-97{
    --tw-translate-x: -485px;
  }

  .tw .lg\:-translate-x-98{
    --tw-translate-x: -490px;
  }

  .tw .lg\:-translate-x-99{
    --tw-translate-x: -495px;
  }

  .tw .lg\:-translate-x-100{
    --tw-translate-x: -500px;
  }

  .tw .lg\:-translate-x-101{
    --tw-translate-x: -505px;
  }

  .tw .lg\:-translate-x-102{
    --tw-translate-x: -510px;
  }

  .tw .lg\:-translate-x-103{
    --tw-translate-x: -515px;
  }

  .tw .lg\:-translate-x-104{
    --tw-translate-x: -520px;
  }

  .tw .lg\:-translate-x-105{
    --tw-translate-x: -525px;
  }

  .tw .lg\:-translate-x-106{
    --tw-translate-x: -530px;
  }

  .tw .lg\:-translate-x-107{
    --tw-translate-x: -535px;
  }

  .tw .lg\:-translate-x-108{
    --tw-translate-x: -540px;
  }

  .tw .lg\:-translate-x-109{
    --tw-translate-x: -545px;
  }

  .tw .lg\:-translate-x-110{
    --tw-translate-x: -550px;
  }

  .tw .lg\:-translate-x-111{
    --tw-translate-x: -555px;
  }

  .tw .lg\:-translate-x-112{
    --tw-translate-x: -560px;
  }

  .tw .lg\:-translate-x-113{
    --tw-translate-x: -565px;
  }

  .tw .lg\:-translate-x-114{
    --tw-translate-x: -570px;
  }

  .tw .lg\:-translate-x-115{
    --tw-translate-x: -575px;
  }

  .tw .lg\:-translate-x-116{
    --tw-translate-x: -580px;
  }

  .tw .lg\:-translate-x-117{
    --tw-translate-x: -585px;
  }

  .tw .lg\:-translate-x-118{
    --tw-translate-x: -590px;
  }

  .tw .lg\:-translate-x-119{
    --tw-translate-x: -595px;
  }

  .tw .lg\:-translate-x-120{
    --tw-translate-x: -600px;
  }

  .tw .lg\:-translate-x-121{
    --tw-translate-x: -605px;
  }

  .tw .lg\:-translate-x-122{
    --tw-translate-x: -610px;
  }

  .tw .lg\:-translate-x-123{
    --tw-translate-x: -615px;
  }

  .tw .lg\:-translate-x-124{
    --tw-translate-x: -620px;
  }

  .tw .lg\:-translate-x-125{
    --tw-translate-x: -625px;
  }

  .tw .lg\:-translate-x-126{
    --tw-translate-x: -630px;
  }

  .tw .lg\:-translate-x-127{
    --tw-translate-x: -635px;
  }

  .tw .lg\:-translate-x-128{
    --tw-translate-x: -640px;
  }

  .tw .lg\:-translate-x-129{
    --tw-translate-x: -645px;
  }

  .tw .lg\:-translate-x-130{
    --tw-translate-x: -650px;
  }

  .tw .lg\:-translate-x-131{
    --tw-translate-x: -655px;
  }

  .tw .lg\:-translate-x-132{
    --tw-translate-x: -660px;
  }

  .tw .lg\:-translate-x-133{
    --tw-translate-x: -665px;
  }

  .tw .lg\:-translate-x-134{
    --tw-translate-x: -670px;
  }

  .tw .lg\:-translate-x-135{
    --tw-translate-x: -675px;
  }

  .tw .lg\:-translate-x-136{
    --tw-translate-x: -680px;
  }

  .tw .lg\:-translate-x-137{
    --tw-translate-x: -685px;
  }

  .tw .lg\:-translate-x-138{
    --tw-translate-x: -690px;
  }

  .tw .lg\:-translate-x-139{
    --tw-translate-x: -695px;
  }

  .tw .lg\:-translate-x-140{
    --tw-translate-x: -700px;
  }

  .tw .lg\:-translate-x-141{
    --tw-translate-x: -705px;
  }

  .tw .lg\:-translate-x-142{
    --tw-translate-x: -710px;
  }

  .tw .lg\:-translate-x-143{
    --tw-translate-x: -715px;
  }

  .tw .lg\:-translate-x-144{
    --tw-translate-x: -720px;
  }

  .tw .lg\:-translate-x-145{
    --tw-translate-x: -725px;
  }

  .tw .lg\:-translate-x-146{
    --tw-translate-x: -730px;
  }

  .tw .lg\:-translate-x-147{
    --tw-translate-x: -735px;
  }

  .tw .lg\:-translate-x-148{
    --tw-translate-x: -740px;
  }

  .tw .lg\:-translate-x-149{
    --tw-translate-x: -745px;
  }

  .tw .lg\:-translate-x-0\.5{
    --tw-translate-x: -3px;
  }

  .tw .lg\:-translate-x-1px{
    --tw-translate-x: -1px;
  }

  .tw .lg\:-translate-x-2px{
    --tw-translate-x: -2px;
  }

  .tw .lg\:-translate-x-3px{
    --tw-translate-x: -3px;
  }

  .tw .lg\:-translate-x-4px{
    --tw-translate-x: -4px;
  }

  .tw .lg\:-translate-x-5px{
    --tw-translate-x: -5px;
  }

  .tw .lg\:-translate-x-6px{
    --tw-translate-x: -6px;
  }

  .tw .lg\:-translate-x-7px{
    --tw-translate-x: -7px;
  }

  .tw .lg\:-translate-x-8px{
    --tw-translate-x: -8px;
  }

  .tw .lg\:-translate-x-9px{
    --tw-translate-x: -9px;
  }

  .tw .lg\:-translate-x-10px{
    --tw-translate-x: -10px;
  }

  .tw .lg\:-translate-x-11px{
    --tw-translate-x: -11px;
  }

  .tw .lg\:-translate-x-12px{
    --tw-translate-x: -12px;
  }

  .tw .lg\:-translate-x-13px{
    --tw-translate-x: -13px;
  }

  .tw .lg\:-translate-x-14px{
    --tw-translate-x: -14px;
  }

  .tw .lg\:-translate-x-15px{
    --tw-translate-x: -15px;
  }

  .tw .lg\:-translate-x-16px{
    --tw-translate-x: -16px;
  }

  .tw .lg\:-translate-x-17px{
    --tw-translate-x: -17px;
  }

  .tw .lg\:-translate-x-18px{
    --tw-translate-x: -18px;
  }

  .tw .lg\:-translate-x-19px{
    --tw-translate-x: -19px;
  }

  .tw .lg\:-translate-x-20px{
    --tw-translate-x: -20px;
  }

  .tw .lg\:-translate-x-21px{
    --tw-translate-x: -21px;
  }

  .tw .lg\:-translate-x-22px{
    --tw-translate-x: -22px;
  }

  .tw .lg\:-translate-x-23px{
    --tw-translate-x: -23px;
  }

  .tw .lg\:-translate-x-24px{
    --tw-translate-x: -24px;
  }

  .tw .lg\:-translate-x-25px{
    --tw-translate-x: -25px;
  }

  .tw .lg\:-translate-x-26px{
    --tw-translate-x: -26px;
  }

  .tw .lg\:-translate-x-27px{
    --tw-translate-x: -27px;
  }

  .tw .lg\:-translate-x-28px{
    --tw-translate-x: -28px;
  }

  .tw .lg\:-translate-x-29px{
    --tw-translate-x: -29px;
  }

  .tw .lg\:-translate-x-30px{
    --tw-translate-x: -30px;
  }

  .tw .lg\:-translate-x-31px{
    --tw-translate-x: -31px;
  }

  .tw .lg\:-translate-x-32px{
    --tw-translate-x: -32px;
  }

  .tw .lg\:-translate-x-33px{
    --tw-translate-x: -33px;
  }

  .tw .lg\:-translate-x-34px{
    --tw-translate-x: -34px;
  }

  .tw .lg\:-translate-x-35px{
    --tw-translate-x: -35px;
  }

  .tw .lg\:-translate-x-36px{
    --tw-translate-x: -36px;
  }

  .tw .lg\:-translate-x-37px{
    --tw-translate-x: -37px;
  }

  .tw .lg\:-translate-x-38px{
    --tw-translate-x: -38px;
  }

  .tw .lg\:-translate-x-39px{
    --tw-translate-x: -39px;
  }

  .tw .lg\:-translate-x-40px{
    --tw-translate-x: -40px;
  }

  .tw .lg\:translate-x-1\/2{
    --tw-translate-x: 50%;
  }

  .tw .lg\:translate-x-1\/3{
    --tw-translate-x: 33.333333%;
  }

  .tw .lg\:translate-x-2\/3{
    --tw-translate-x: 66.666667%;
  }

  .tw .lg\:translate-x-1\/4{
    --tw-translate-x: 25%;
  }

  .tw .lg\:translate-x-2\/4{
    --tw-translate-x: 50%;
  }

  .tw .lg\:translate-x-3\/4{
    --tw-translate-x: 75%;
  }

  .tw .lg\:translate-x-full{
    --tw-translate-x: 100%;
  }

  .tw .lg\:-translate-x-1\/2{
    --tw-translate-x: -50%;
  }

  .tw .lg\:-translate-x-1\/3{
    --tw-translate-x: -33.333333%;
  }

  .tw .lg\:-translate-x-2\/3{
    --tw-translate-x: -66.666667%;
  }

  .tw .lg\:-translate-x-1\/4{
    --tw-translate-x: -25%;
  }

  .tw .lg\:-translate-x-2\/4{
    --tw-translate-x: -50%;
  }

  .tw .lg\:-translate-x-3\/4{
    --tw-translate-x: -75%;
  }

  .tw .lg\:-translate-x-full{
    --tw-translate-x: -100%;
  }

  .tw .lg\:translate-y-0{
    --tw-translate-y: 0px;
  }

  .tw .lg\:translate-y-1{
    --tw-translate-y: 5px;
  }

  .tw .lg\:translate-y-2{
    --tw-translate-y: 10px;
  }

  .tw .lg\:translate-y-3{
    --tw-translate-y: 15px;
  }

  .tw .lg\:translate-y-4{
    --tw-translate-y: 20px;
  }

  .tw .lg\:translate-y-5{
    --tw-translate-y: 25px;
  }

  .tw .lg\:translate-y-6{
    --tw-translate-y: 30px;
  }

  .tw .lg\:translate-y-7{
    --tw-translate-y: 35px;
  }

  .tw .lg\:translate-y-8{
    --tw-translate-y: 40px;
  }

  .tw .lg\:translate-y-9{
    --tw-translate-y: 45px;
  }

  .tw .lg\:translate-y-10{
    --tw-translate-y: 50px;
  }

  .tw .lg\:translate-y-11{
    --tw-translate-y: 55px;
  }

  .tw .lg\:translate-y-12{
    --tw-translate-y: 60px;
  }

  .tw .lg\:translate-y-13{
    --tw-translate-y: 65px;
  }

  .tw .lg\:translate-y-14{
    --tw-translate-y: 70px;
  }

  .tw .lg\:translate-y-15{
    --tw-translate-y: 75px;
  }

  .tw .lg\:translate-y-16{
    --tw-translate-y: 80px;
  }

  .tw .lg\:translate-y-17{
    --tw-translate-y: 85px;
  }

  .tw .lg\:translate-y-18{
    --tw-translate-y: 90px;
  }

  .tw .lg\:translate-y-19{
    --tw-translate-y: 95px;
  }

  .tw .lg\:translate-y-20{
    --tw-translate-y: 100px;
  }

  .tw .lg\:translate-y-21{
    --tw-translate-y: 105px;
  }

  .tw .lg\:translate-y-22{
    --tw-translate-y: 110px;
  }

  .tw .lg\:translate-y-23{
    --tw-translate-y: 115px;
  }

  .tw .lg\:translate-y-24{
    --tw-translate-y: 120px;
  }

  .tw .lg\:translate-y-25{
    --tw-translate-y: 125px;
  }

  .tw .lg\:translate-y-26{
    --tw-translate-y: 130px;
  }

  .tw .lg\:translate-y-27{
    --tw-translate-y: 135px;
  }

  .tw .lg\:translate-y-28{
    --tw-translate-y: 140px;
  }

  .tw .lg\:translate-y-29{
    --tw-translate-y: 145px;
  }

  .tw .lg\:translate-y-30{
    --tw-translate-y: 150px;
  }

  .tw .lg\:translate-y-31{
    --tw-translate-y: 155px;
  }

  .tw .lg\:translate-y-32{
    --tw-translate-y: 160px;
  }

  .tw .lg\:translate-y-33{
    --tw-translate-y: 165px;
  }

  .tw .lg\:translate-y-34{
    --tw-translate-y: 170px;
  }

  .tw .lg\:translate-y-35{
    --tw-translate-y: 175px;
  }

  .tw .lg\:translate-y-36{
    --tw-translate-y: 180px;
  }

  .tw .lg\:translate-y-37{
    --tw-translate-y: 185px;
  }

  .tw .lg\:translate-y-38{
    --tw-translate-y: 190px;
  }

  .tw .lg\:translate-y-39{
    --tw-translate-y: 195px;
  }

  .tw .lg\:translate-y-40{
    --tw-translate-y: 200px;
  }

  .tw .lg\:translate-y-41{
    --tw-translate-y: 205px;
  }

  .tw .lg\:translate-y-42{
    --tw-translate-y: 210px;
  }

  .tw .lg\:translate-y-43{
    --tw-translate-y: 215px;
  }

  .tw .lg\:translate-y-44{
    --tw-translate-y: 220px;
  }

  .tw .lg\:translate-y-45{
    --tw-translate-y: 225px;
  }

  .tw .lg\:translate-y-46{
    --tw-translate-y: 230px;
  }

  .tw .lg\:translate-y-47{
    --tw-translate-y: 235px;
  }

  .tw .lg\:translate-y-48{
    --tw-translate-y: 240px;
  }

  .tw .lg\:translate-y-49{
    --tw-translate-y: 245px;
  }

  .tw .lg\:translate-y-50{
    --tw-translate-y: 250px;
  }

  .tw .lg\:translate-y-51{
    --tw-translate-y: 255px;
  }

  .tw .lg\:translate-y-52{
    --tw-translate-y: 260px;
  }

  .tw .lg\:translate-y-53{
    --tw-translate-y: 265px;
  }

  .tw .lg\:translate-y-54{
    --tw-translate-y: 270px;
  }

  .tw .lg\:translate-y-55{
    --tw-translate-y: 275px;
  }

  .tw .lg\:translate-y-56{
    --tw-translate-y: 280px;
  }

  .tw .lg\:translate-y-57{
    --tw-translate-y: 285px;
  }

  .tw .lg\:translate-y-58{
    --tw-translate-y: 290px;
  }

  .tw .lg\:translate-y-59{
    --tw-translate-y: 295px;
  }

  .tw .lg\:translate-y-60{
    --tw-translate-y: 300px;
  }

  .tw .lg\:translate-y-61{
    --tw-translate-y: 305px;
  }

  .tw .lg\:translate-y-62{
    --tw-translate-y: 310px;
  }

  .tw .lg\:translate-y-63{
    --tw-translate-y: 315px;
  }

  .tw .lg\:translate-y-64{
    --tw-translate-y: 320px;
  }

  .tw .lg\:translate-y-65{
    --tw-translate-y: 325px;
  }

  .tw .lg\:translate-y-66{
    --tw-translate-y: 330px;
  }

  .tw .lg\:translate-y-67{
    --tw-translate-y: 335px;
  }

  .tw .lg\:translate-y-68{
    --tw-translate-y: 340px;
  }

  .tw .lg\:translate-y-69{
    --tw-translate-y: 345px;
  }

  .tw .lg\:translate-y-70{
    --tw-translate-y: 350px;
  }

  .tw .lg\:translate-y-71{
    --tw-translate-y: 355px;
  }

  .tw .lg\:translate-y-72{
    --tw-translate-y: 360px;
  }

  .tw .lg\:translate-y-73{
    --tw-translate-y: 365px;
  }

  .tw .lg\:translate-y-74{
    --tw-translate-y: 370px;
  }

  .tw .lg\:translate-y-75{
    --tw-translate-y: 375px;
  }

  .tw .lg\:translate-y-76{
    --tw-translate-y: 380px;
  }

  .tw .lg\:translate-y-77{
    --tw-translate-y: 385px;
  }

  .tw .lg\:translate-y-78{
    --tw-translate-y: 390px;
  }

  .tw .lg\:translate-y-79{
    --tw-translate-y: 395px;
  }

  .tw .lg\:translate-y-80{
    --tw-translate-y: 400px;
  }

  .tw .lg\:translate-y-81{
    --tw-translate-y: 405px;
  }

  .tw .lg\:translate-y-82{
    --tw-translate-y: 410px;
  }

  .tw .lg\:translate-y-83{
    --tw-translate-y: 415px;
  }

  .tw .lg\:translate-y-84{
    --tw-translate-y: 420px;
  }

  .tw .lg\:translate-y-85{
    --tw-translate-y: 425px;
  }

  .tw .lg\:translate-y-86{
    --tw-translate-y: 430px;
  }

  .tw .lg\:translate-y-87{
    --tw-translate-y: 435px;
  }

  .tw .lg\:translate-y-88{
    --tw-translate-y: 440px;
  }

  .tw .lg\:translate-y-89{
    --tw-translate-y: 445px;
  }

  .tw .lg\:translate-y-90{
    --tw-translate-y: 450px;
  }

  .tw .lg\:translate-y-91{
    --tw-translate-y: 455px;
  }

  .tw .lg\:translate-y-92{
    --tw-translate-y: 460px;
  }

  .tw .lg\:translate-y-93{
    --tw-translate-y: 465px;
  }

  .tw .lg\:translate-y-94{
    --tw-translate-y: 470px;
  }

  .tw .lg\:translate-y-95{
    --tw-translate-y: 475px;
  }

  .tw .lg\:translate-y-96{
    --tw-translate-y: 480px;
  }

  .tw .lg\:translate-y-97{
    --tw-translate-y: 485px;
  }

  .tw .lg\:translate-y-98{
    --tw-translate-y: 490px;
  }

  .tw .lg\:translate-y-99{
    --tw-translate-y: 495px;
  }

  .tw .lg\:translate-y-100{
    --tw-translate-y: 500px;
  }

  .tw .lg\:translate-y-101{
    --tw-translate-y: 505px;
  }

  .tw .lg\:translate-y-102{
    --tw-translate-y: 510px;
  }

  .tw .lg\:translate-y-103{
    --tw-translate-y: 515px;
  }

  .tw .lg\:translate-y-104{
    --tw-translate-y: 520px;
  }

  .tw .lg\:translate-y-105{
    --tw-translate-y: 525px;
  }

  .tw .lg\:translate-y-106{
    --tw-translate-y: 530px;
  }

  .tw .lg\:translate-y-107{
    --tw-translate-y: 535px;
  }

  .tw .lg\:translate-y-108{
    --tw-translate-y: 540px;
  }

  .tw .lg\:translate-y-109{
    --tw-translate-y: 545px;
  }

  .tw .lg\:translate-y-110{
    --tw-translate-y: 550px;
  }

  .tw .lg\:translate-y-111{
    --tw-translate-y: 555px;
  }

  .tw .lg\:translate-y-112{
    --tw-translate-y: 560px;
  }

  .tw .lg\:translate-y-113{
    --tw-translate-y: 565px;
  }

  .tw .lg\:translate-y-114{
    --tw-translate-y: 570px;
  }

  .tw .lg\:translate-y-115{
    --tw-translate-y: 575px;
  }

  .tw .lg\:translate-y-116{
    --tw-translate-y: 580px;
  }

  .tw .lg\:translate-y-117{
    --tw-translate-y: 585px;
  }

  .tw .lg\:translate-y-118{
    --tw-translate-y: 590px;
  }

  .tw .lg\:translate-y-119{
    --tw-translate-y: 595px;
  }

  .tw .lg\:translate-y-120{
    --tw-translate-y: 600px;
  }

  .tw .lg\:translate-y-121{
    --tw-translate-y: 605px;
  }

  .tw .lg\:translate-y-122{
    --tw-translate-y: 610px;
  }

  .tw .lg\:translate-y-123{
    --tw-translate-y: 615px;
  }

  .tw .lg\:translate-y-124{
    --tw-translate-y: 620px;
  }

  .tw .lg\:translate-y-125{
    --tw-translate-y: 625px;
  }

  .tw .lg\:translate-y-126{
    --tw-translate-y: 630px;
  }

  .tw .lg\:translate-y-127{
    --tw-translate-y: 635px;
  }

  .tw .lg\:translate-y-128{
    --tw-translate-y: 640px;
  }

  .tw .lg\:translate-y-129{
    --tw-translate-y: 645px;
  }

  .tw .lg\:translate-y-130{
    --tw-translate-y: 650px;
  }

  .tw .lg\:translate-y-131{
    --tw-translate-y: 655px;
  }

  .tw .lg\:translate-y-132{
    --tw-translate-y: 660px;
  }

  .tw .lg\:translate-y-133{
    --tw-translate-y: 665px;
  }

  .tw .lg\:translate-y-134{
    --tw-translate-y: 670px;
  }

  .tw .lg\:translate-y-135{
    --tw-translate-y: 675px;
  }

  .tw .lg\:translate-y-136{
    --tw-translate-y: 680px;
  }

  .tw .lg\:translate-y-137{
    --tw-translate-y: 685px;
  }

  .tw .lg\:translate-y-138{
    --tw-translate-y: 690px;
  }

  .tw .lg\:translate-y-139{
    --tw-translate-y: 695px;
  }

  .tw .lg\:translate-y-140{
    --tw-translate-y: 700px;
  }

  .tw .lg\:translate-y-141{
    --tw-translate-y: 705px;
  }

  .tw .lg\:translate-y-142{
    --tw-translate-y: 710px;
  }

  .tw .lg\:translate-y-143{
    --tw-translate-y: 715px;
  }

  .tw .lg\:translate-y-144{
    --tw-translate-y: 720px;
  }

  .tw .lg\:translate-y-145{
    --tw-translate-y: 725px;
  }

  .tw .lg\:translate-y-146{
    --tw-translate-y: 730px;
  }

  .tw .lg\:translate-y-147{
    --tw-translate-y: 735px;
  }

  .tw .lg\:translate-y-148{
    --tw-translate-y: 740px;
  }

  .tw .lg\:translate-y-149{
    --tw-translate-y: 745px;
  }

  .tw .lg\:translate-y-0\.5{
    --tw-translate-y: 3px;
  }

  .tw .lg\:translate-y-1px{
    --tw-translate-y: 1px;
  }

  .tw .lg\:translate-y-2px{
    --tw-translate-y: 2px;
  }

  .tw .lg\:translate-y-3px{
    --tw-translate-y: 3px;
  }

  .tw .lg\:translate-y-4px{
    --tw-translate-y: 4px;
  }

  .tw .lg\:translate-y-5px{
    --tw-translate-y: 5px;
  }

  .tw .lg\:translate-y-6px{
    --tw-translate-y: 6px;
  }

  .tw .lg\:translate-y-7px{
    --tw-translate-y: 7px;
  }

  .tw .lg\:translate-y-8px{
    --tw-translate-y: 8px;
  }

  .tw .lg\:translate-y-9px{
    --tw-translate-y: 9px;
  }

  .tw .lg\:translate-y-10px{
    --tw-translate-y: 10px;
  }

  .tw .lg\:translate-y-11px{
    --tw-translate-y: 11px;
  }

  .tw .lg\:translate-y-12px{
    --tw-translate-y: 12px;
  }

  .tw .lg\:translate-y-13px{
    --tw-translate-y: 13px;
  }

  .tw .lg\:translate-y-14px{
    --tw-translate-y: 14px;
  }

  .tw .lg\:translate-y-15px{
    --tw-translate-y: 15px;
  }

  .tw .lg\:translate-y-16px{
    --tw-translate-y: 16px;
  }

  .tw .lg\:translate-y-17px{
    --tw-translate-y: 17px;
  }

  .tw .lg\:translate-y-18px{
    --tw-translate-y: 18px;
  }

  .tw .lg\:translate-y-19px{
    --tw-translate-y: 19px;
  }

  .tw .lg\:translate-y-20px{
    --tw-translate-y: 20px;
  }

  .tw .lg\:translate-y-21px{
    --tw-translate-y: 21px;
  }

  .tw .lg\:translate-y-22px{
    --tw-translate-y: 22px;
  }

  .tw .lg\:translate-y-23px{
    --tw-translate-y: 23px;
  }

  .tw .lg\:translate-y-24px{
    --tw-translate-y: 24px;
  }

  .tw .lg\:translate-y-25px{
    --tw-translate-y: 25px;
  }

  .tw .lg\:translate-y-26px{
    --tw-translate-y: 26px;
  }

  .tw .lg\:translate-y-27px{
    --tw-translate-y: 27px;
  }

  .tw .lg\:translate-y-28px{
    --tw-translate-y: 28px;
  }

  .tw .lg\:translate-y-29px{
    --tw-translate-y: 29px;
  }

  .tw .lg\:translate-y-30px{
    --tw-translate-y: 30px;
  }

  .tw .lg\:translate-y-31px{
    --tw-translate-y: 31px;
  }

  .tw .lg\:translate-y-32px{
    --tw-translate-y: 32px;
  }

  .tw .lg\:translate-y-33px{
    --tw-translate-y: 33px;
  }

  .tw .lg\:translate-y-34px{
    --tw-translate-y: 34px;
  }

  .tw .lg\:translate-y-35px{
    --tw-translate-y: 35px;
  }

  .tw .lg\:translate-y-36px{
    --tw-translate-y: 36px;
  }

  .tw .lg\:translate-y-37px{
    --tw-translate-y: 37px;
  }

  .tw .lg\:translate-y-38px{
    --tw-translate-y: 38px;
  }

  .tw .lg\:translate-y-39px{
    --tw-translate-y: 39px;
  }

  .tw .lg\:translate-y-40px{
    --tw-translate-y: 40px;
  }

  .tw .lg\:-translate-y-0{
    --tw-translate-y: 0px;
  }

  .tw .lg\:-translate-y-1{
    --tw-translate-y: -5px;
  }

  .tw .lg\:-translate-y-2{
    --tw-translate-y: -10px;
  }

  .tw .lg\:-translate-y-3{
    --tw-translate-y: -15px;
  }

  .tw .lg\:-translate-y-4{
    --tw-translate-y: -20px;
  }

  .tw .lg\:-translate-y-5{
    --tw-translate-y: -25px;
  }

  .tw .lg\:-translate-y-6{
    --tw-translate-y: -30px;
  }

  .tw .lg\:-translate-y-7{
    --tw-translate-y: -35px;
  }

  .tw .lg\:-translate-y-8{
    --tw-translate-y: -40px;
  }

  .tw .lg\:-translate-y-9{
    --tw-translate-y: -45px;
  }

  .tw .lg\:-translate-y-10{
    --tw-translate-y: -50px;
  }

  .tw .lg\:-translate-y-11{
    --tw-translate-y: -55px;
  }

  .tw .lg\:-translate-y-12{
    --tw-translate-y: -60px;
  }

  .tw .lg\:-translate-y-13{
    --tw-translate-y: -65px;
  }

  .tw .lg\:-translate-y-14{
    --tw-translate-y: -70px;
  }

  .tw .lg\:-translate-y-15{
    --tw-translate-y: -75px;
  }

  .tw .lg\:-translate-y-16{
    --tw-translate-y: -80px;
  }

  .tw .lg\:-translate-y-17{
    --tw-translate-y: -85px;
  }

  .tw .lg\:-translate-y-18{
    --tw-translate-y: -90px;
  }

  .tw .lg\:-translate-y-19{
    --tw-translate-y: -95px;
  }

  .tw .lg\:-translate-y-20{
    --tw-translate-y: -100px;
  }

  .tw .lg\:-translate-y-21{
    --tw-translate-y: -105px;
  }

  .tw .lg\:-translate-y-22{
    --tw-translate-y: -110px;
  }

  .tw .lg\:-translate-y-23{
    --tw-translate-y: -115px;
  }

  .tw .lg\:-translate-y-24{
    --tw-translate-y: -120px;
  }

  .tw .lg\:-translate-y-25{
    --tw-translate-y: -125px;
  }

  .tw .lg\:-translate-y-26{
    --tw-translate-y: -130px;
  }

  .tw .lg\:-translate-y-27{
    --tw-translate-y: -135px;
  }

  .tw .lg\:-translate-y-28{
    --tw-translate-y: -140px;
  }

  .tw .lg\:-translate-y-29{
    --tw-translate-y: -145px;
  }

  .tw .lg\:-translate-y-30{
    --tw-translate-y: -150px;
  }

  .tw .lg\:-translate-y-31{
    --tw-translate-y: -155px;
  }

  .tw .lg\:-translate-y-32{
    --tw-translate-y: -160px;
  }

  .tw .lg\:-translate-y-33{
    --tw-translate-y: -165px;
  }

  .tw .lg\:-translate-y-34{
    --tw-translate-y: -170px;
  }

  .tw .lg\:-translate-y-35{
    --tw-translate-y: -175px;
  }

  .tw .lg\:-translate-y-36{
    --tw-translate-y: -180px;
  }

  .tw .lg\:-translate-y-37{
    --tw-translate-y: -185px;
  }

  .tw .lg\:-translate-y-38{
    --tw-translate-y: -190px;
  }

  .tw .lg\:-translate-y-39{
    --tw-translate-y: -195px;
  }

  .tw .lg\:-translate-y-40{
    --tw-translate-y: -200px;
  }

  .tw .lg\:-translate-y-41{
    --tw-translate-y: -205px;
  }

  .tw .lg\:-translate-y-42{
    --tw-translate-y: -210px;
  }

  .tw .lg\:-translate-y-43{
    --tw-translate-y: -215px;
  }

  .tw .lg\:-translate-y-44{
    --tw-translate-y: -220px;
  }

  .tw .lg\:-translate-y-45{
    --tw-translate-y: -225px;
  }

  .tw .lg\:-translate-y-46{
    --tw-translate-y: -230px;
  }

  .tw .lg\:-translate-y-47{
    --tw-translate-y: -235px;
  }

  .tw .lg\:-translate-y-48{
    --tw-translate-y: -240px;
  }

  .tw .lg\:-translate-y-49{
    --tw-translate-y: -245px;
  }

  .tw .lg\:-translate-y-50{
    --tw-translate-y: -250px;
  }

  .tw .lg\:-translate-y-51{
    --tw-translate-y: -255px;
  }

  .tw .lg\:-translate-y-52{
    --tw-translate-y: -260px;
  }

  .tw .lg\:-translate-y-53{
    --tw-translate-y: -265px;
  }

  .tw .lg\:-translate-y-54{
    --tw-translate-y: -270px;
  }

  .tw .lg\:-translate-y-55{
    --tw-translate-y: -275px;
  }

  .tw .lg\:-translate-y-56{
    --tw-translate-y: -280px;
  }

  .tw .lg\:-translate-y-57{
    --tw-translate-y: -285px;
  }

  .tw .lg\:-translate-y-58{
    --tw-translate-y: -290px;
  }

  .tw .lg\:-translate-y-59{
    --tw-translate-y: -295px;
  }

  .tw .lg\:-translate-y-60{
    --tw-translate-y: -300px;
  }

  .tw .lg\:-translate-y-61{
    --tw-translate-y: -305px;
  }

  .tw .lg\:-translate-y-62{
    --tw-translate-y: -310px;
  }

  .tw .lg\:-translate-y-63{
    --tw-translate-y: -315px;
  }

  .tw .lg\:-translate-y-64{
    --tw-translate-y: -320px;
  }

  .tw .lg\:-translate-y-65{
    --tw-translate-y: -325px;
  }

  .tw .lg\:-translate-y-66{
    --tw-translate-y: -330px;
  }

  .tw .lg\:-translate-y-67{
    --tw-translate-y: -335px;
  }

  .tw .lg\:-translate-y-68{
    --tw-translate-y: -340px;
  }

  .tw .lg\:-translate-y-69{
    --tw-translate-y: -345px;
  }

  .tw .lg\:-translate-y-70{
    --tw-translate-y: -350px;
  }

  .tw .lg\:-translate-y-71{
    --tw-translate-y: -355px;
  }

  .tw .lg\:-translate-y-72{
    --tw-translate-y: -360px;
  }

  .tw .lg\:-translate-y-73{
    --tw-translate-y: -365px;
  }

  .tw .lg\:-translate-y-74{
    --tw-translate-y: -370px;
  }

  .tw .lg\:-translate-y-75{
    --tw-translate-y: -375px;
  }

  .tw .lg\:-translate-y-76{
    --tw-translate-y: -380px;
  }

  .tw .lg\:-translate-y-77{
    --tw-translate-y: -385px;
  }

  .tw .lg\:-translate-y-78{
    --tw-translate-y: -390px;
  }

  .tw .lg\:-translate-y-79{
    --tw-translate-y: -395px;
  }

  .tw .lg\:-translate-y-80{
    --tw-translate-y: -400px;
  }

  .tw .lg\:-translate-y-81{
    --tw-translate-y: -405px;
  }

  .tw .lg\:-translate-y-82{
    --tw-translate-y: -410px;
  }

  .tw .lg\:-translate-y-83{
    --tw-translate-y: -415px;
  }

  .tw .lg\:-translate-y-84{
    --tw-translate-y: -420px;
  }

  .tw .lg\:-translate-y-85{
    --tw-translate-y: -425px;
  }

  .tw .lg\:-translate-y-86{
    --tw-translate-y: -430px;
  }

  .tw .lg\:-translate-y-87{
    --tw-translate-y: -435px;
  }

  .tw .lg\:-translate-y-88{
    --tw-translate-y: -440px;
  }

  .tw .lg\:-translate-y-89{
    --tw-translate-y: -445px;
  }

  .tw .lg\:-translate-y-90{
    --tw-translate-y: -450px;
  }

  .tw .lg\:-translate-y-91{
    --tw-translate-y: -455px;
  }

  .tw .lg\:-translate-y-92{
    --tw-translate-y: -460px;
  }

  .tw .lg\:-translate-y-93{
    --tw-translate-y: -465px;
  }

  .tw .lg\:-translate-y-94{
    --tw-translate-y: -470px;
  }

  .tw .lg\:-translate-y-95{
    --tw-translate-y: -475px;
  }

  .tw .lg\:-translate-y-96{
    --tw-translate-y: -480px;
  }

  .tw .lg\:-translate-y-97{
    --tw-translate-y: -485px;
  }

  .tw .lg\:-translate-y-98{
    --tw-translate-y: -490px;
  }

  .tw .lg\:-translate-y-99{
    --tw-translate-y: -495px;
  }

  .tw .lg\:-translate-y-100{
    --tw-translate-y: -500px;
  }

  .tw .lg\:-translate-y-101{
    --tw-translate-y: -505px;
  }

  .tw .lg\:-translate-y-102{
    --tw-translate-y: -510px;
  }

  .tw .lg\:-translate-y-103{
    --tw-translate-y: -515px;
  }

  .tw .lg\:-translate-y-104{
    --tw-translate-y: -520px;
  }

  .tw .lg\:-translate-y-105{
    --tw-translate-y: -525px;
  }

  .tw .lg\:-translate-y-106{
    --tw-translate-y: -530px;
  }

  .tw .lg\:-translate-y-107{
    --tw-translate-y: -535px;
  }

  .tw .lg\:-translate-y-108{
    --tw-translate-y: -540px;
  }

  .tw .lg\:-translate-y-109{
    --tw-translate-y: -545px;
  }

  .tw .lg\:-translate-y-110{
    --tw-translate-y: -550px;
  }

  .tw .lg\:-translate-y-111{
    --tw-translate-y: -555px;
  }

  .tw .lg\:-translate-y-112{
    --tw-translate-y: -560px;
  }

  .tw .lg\:-translate-y-113{
    --tw-translate-y: -565px;
  }

  .tw .lg\:-translate-y-114{
    --tw-translate-y: -570px;
  }

  .tw .lg\:-translate-y-115{
    --tw-translate-y: -575px;
  }

  .tw .lg\:-translate-y-116{
    --tw-translate-y: -580px;
  }

  .tw .lg\:-translate-y-117{
    --tw-translate-y: -585px;
  }

  .tw .lg\:-translate-y-118{
    --tw-translate-y: -590px;
  }

  .tw .lg\:-translate-y-119{
    --tw-translate-y: -595px;
  }

  .tw .lg\:-translate-y-120{
    --tw-translate-y: -600px;
  }

  .tw .lg\:-translate-y-121{
    --tw-translate-y: -605px;
  }

  .tw .lg\:-translate-y-122{
    --tw-translate-y: -610px;
  }

  .tw .lg\:-translate-y-123{
    --tw-translate-y: -615px;
  }

  .tw .lg\:-translate-y-124{
    --tw-translate-y: -620px;
  }

  .tw .lg\:-translate-y-125{
    --tw-translate-y: -625px;
  }

  .tw .lg\:-translate-y-126{
    --tw-translate-y: -630px;
  }

  .tw .lg\:-translate-y-127{
    --tw-translate-y: -635px;
  }

  .tw .lg\:-translate-y-128{
    --tw-translate-y: -640px;
  }

  .tw .lg\:-translate-y-129{
    --tw-translate-y: -645px;
  }

  .tw .lg\:-translate-y-130{
    --tw-translate-y: -650px;
  }

  .tw .lg\:-translate-y-131{
    --tw-translate-y: -655px;
  }

  .tw .lg\:-translate-y-132{
    --tw-translate-y: -660px;
  }

  .tw .lg\:-translate-y-133{
    --tw-translate-y: -665px;
  }

  .tw .lg\:-translate-y-134{
    --tw-translate-y: -670px;
  }

  .tw .lg\:-translate-y-135{
    --tw-translate-y: -675px;
  }

  .tw .lg\:-translate-y-136{
    --tw-translate-y: -680px;
  }

  .tw .lg\:-translate-y-137{
    --tw-translate-y: -685px;
  }

  .tw .lg\:-translate-y-138{
    --tw-translate-y: -690px;
  }

  .tw .lg\:-translate-y-139{
    --tw-translate-y: -695px;
  }

  .tw .lg\:-translate-y-140{
    --tw-translate-y: -700px;
  }

  .tw .lg\:-translate-y-141{
    --tw-translate-y: -705px;
  }

  .tw .lg\:-translate-y-142{
    --tw-translate-y: -710px;
  }

  .tw .lg\:-translate-y-143{
    --tw-translate-y: -715px;
  }

  .tw .lg\:-translate-y-144{
    --tw-translate-y: -720px;
  }

  .tw .lg\:-translate-y-145{
    --tw-translate-y: -725px;
  }

  .tw .lg\:-translate-y-146{
    --tw-translate-y: -730px;
  }

  .tw .lg\:-translate-y-147{
    --tw-translate-y: -735px;
  }

  .tw .lg\:-translate-y-148{
    --tw-translate-y: -740px;
  }

  .tw .lg\:-translate-y-149{
    --tw-translate-y: -745px;
  }

  .tw .lg\:-translate-y-0\.5{
    --tw-translate-y: -3px;
  }

  .tw .lg\:-translate-y-1px{
    --tw-translate-y: -1px;
  }

  .tw .lg\:-translate-y-2px{
    --tw-translate-y: -2px;
  }

  .tw .lg\:-translate-y-3px{
    --tw-translate-y: -3px;
  }

  .tw .lg\:-translate-y-4px{
    --tw-translate-y: -4px;
  }

  .tw .lg\:-translate-y-5px{
    --tw-translate-y: -5px;
  }

  .tw .lg\:-translate-y-6px{
    --tw-translate-y: -6px;
  }

  .tw .lg\:-translate-y-7px{
    --tw-translate-y: -7px;
  }

  .tw .lg\:-translate-y-8px{
    --tw-translate-y: -8px;
  }

  .tw .lg\:-translate-y-9px{
    --tw-translate-y: -9px;
  }

  .tw .lg\:-translate-y-10px{
    --tw-translate-y: -10px;
  }

  .tw .lg\:-translate-y-11px{
    --tw-translate-y: -11px;
  }

  .tw .lg\:-translate-y-12px{
    --tw-translate-y: -12px;
  }

  .tw .lg\:-translate-y-13px{
    --tw-translate-y: -13px;
  }

  .tw .lg\:-translate-y-14px{
    --tw-translate-y: -14px;
  }

  .tw .lg\:-translate-y-15px{
    --tw-translate-y: -15px;
  }

  .tw .lg\:-translate-y-16px{
    --tw-translate-y: -16px;
  }

  .tw .lg\:-translate-y-17px{
    --tw-translate-y: -17px;
  }

  .tw .lg\:-translate-y-18px{
    --tw-translate-y: -18px;
  }

  .tw .lg\:-translate-y-19px{
    --tw-translate-y: -19px;
  }

  .tw .lg\:-translate-y-20px{
    --tw-translate-y: -20px;
  }

  .tw .lg\:-translate-y-21px{
    --tw-translate-y: -21px;
  }

  .tw .lg\:-translate-y-22px{
    --tw-translate-y: -22px;
  }

  .tw .lg\:-translate-y-23px{
    --tw-translate-y: -23px;
  }

  .tw .lg\:-translate-y-24px{
    --tw-translate-y: -24px;
  }

  .tw .lg\:-translate-y-25px{
    --tw-translate-y: -25px;
  }

  .tw .lg\:-translate-y-26px{
    --tw-translate-y: -26px;
  }

  .tw .lg\:-translate-y-27px{
    --tw-translate-y: -27px;
  }

  .tw .lg\:-translate-y-28px{
    --tw-translate-y: -28px;
  }

  .tw .lg\:-translate-y-29px{
    --tw-translate-y: -29px;
  }

  .tw .lg\:-translate-y-30px{
    --tw-translate-y: -30px;
  }

  .tw .lg\:-translate-y-31px{
    --tw-translate-y: -31px;
  }

  .tw .lg\:-translate-y-32px{
    --tw-translate-y: -32px;
  }

  .tw .lg\:-translate-y-33px{
    --tw-translate-y: -33px;
  }

  .tw .lg\:-translate-y-34px{
    --tw-translate-y: -34px;
  }

  .tw .lg\:-translate-y-35px{
    --tw-translate-y: -35px;
  }

  .tw .lg\:-translate-y-36px{
    --tw-translate-y: -36px;
  }

  .tw .lg\:-translate-y-37px{
    --tw-translate-y: -37px;
  }

  .tw .lg\:-translate-y-38px{
    --tw-translate-y: -38px;
  }

  .tw .lg\:-translate-y-39px{
    --tw-translate-y: -39px;
  }

  .tw .lg\:-translate-y-40px{
    --tw-translate-y: -40px;
  }

  .tw .lg\:translate-y-1\/2{
    --tw-translate-y: 50%;
  }

  .tw .lg\:translate-y-1\/3{
    --tw-translate-y: 33.333333%;
  }

  .tw .lg\:translate-y-2\/3{
    --tw-translate-y: 66.666667%;
  }

  .tw .lg\:translate-y-1\/4{
    --tw-translate-y: 25%;
  }

  .tw .lg\:translate-y-2\/4{
    --tw-translate-y: 50%;
  }

  .tw .lg\:translate-y-3\/4{
    --tw-translate-y: 75%;
  }

  .tw .lg\:translate-y-full{
    --tw-translate-y: 100%;
  }

  .tw .lg\:-translate-y-1\/2{
    --tw-translate-y: -50%;
  }

  .tw .lg\:-translate-y-1\/3{
    --tw-translate-y: -33.333333%;
  }

  .tw .lg\:-translate-y-2\/3{
    --tw-translate-y: -66.666667%;
  }

  .tw .lg\:-translate-y-1\/4{
    --tw-translate-y: -25%;
  }

  .tw .lg\:-translate-y-2\/4{
    --tw-translate-y: -50%;
  }

  .tw .lg\:-translate-y-3\/4{
    --tw-translate-y: -75%;
  }

  .tw .lg\:-translate-y-full{
    --tw-translate-y: -100%;
  }

  .tw .group:hover .lg\:group-hover\:translate-x-0{
    --tw-translate-x: 0px;
  }

  .tw .group:hover .lg\:group-hover\:translate-x-1{
    --tw-translate-x: 5px;
  }

  .tw .group:hover .lg\:group-hover\:translate-x-2{
    --tw-translate-x: 10px;
  }

  .tw .group:hover .lg\:group-hover\:translate-x-3{
    --tw-translate-x: 15px;
  }

  .tw .group:hover .lg\:group-hover\:translate-x-4{
    --tw-translate-x: 20px;
  }

  .tw .group:hover .lg\:group-hover\:translate-x-5{
    --tw-translate-x: 25px;
  }

  .tw .group:hover .lg\:group-hover\:translate-x-6{
    --tw-translate-x: 30px;
  }

  .tw .group:hover .lg\:group-hover\:translate-x-7{
    --tw-translate-x: 35px;
  }

  .tw .group:hover .lg\:group-hover\:translate-x-8{
    --tw-translate-x: 40px;
  }

  .tw .group:hover .lg\:group-hover\:translate-x-9{
    --tw-translate-x: 45px;
  }

  .tw .group:hover .lg\:group-hover\:translate-x-10{
    --tw-translate-x: 50px;
  }

  .tw .group:hover .lg\:group-hover\:translate-x-11{
    --tw-translate-x: 55px;
  }

  .tw .group:hover .lg\:group-hover\:translate-x-12{
    --tw-translate-x: 60px;
  }

  .tw .group:hover .lg\:group-hover\:translate-x-13{
    --tw-translate-x: 65px;
  }

  .tw .group:hover .lg\:group-hover\:translate-x-14{
    --tw-translate-x: 70px;
  }

  .tw .group:hover .lg\:group-hover\:translate-x-15{
    --tw-translate-x: 75px;
  }

  .tw .group:hover .lg\:group-hover\:translate-x-16{
    --tw-translate-x: 80px;
  }

  .tw .group:hover .lg\:group-hover\:translate-x-17{
    --tw-translate-x: 85px;
  }

  .tw .group:hover .lg\:group-hover\:translate-x-18{
    --tw-translate-x: 90px;
  }

  .tw .group:hover .lg\:group-hover\:translate-x-19{
    --tw-translate-x: 95px;
  }

  .tw .group:hover .lg\:group-hover\:translate-x-20{
    --tw-translate-x: 100px;
  }

  .tw .group:hover .lg\:group-hover\:translate-x-21{
    --tw-translate-x: 105px;
  }

  .tw .group:hover .lg\:group-hover\:translate-x-22{
    --tw-translate-x: 110px;
  }

  .tw .group:hover .lg\:group-hover\:translate-x-23{
    --tw-translate-x: 115px;
  }

  .tw .group:hover .lg\:group-hover\:translate-x-24{
    --tw-translate-x: 120px;
  }

  .tw .group:hover .lg\:group-hover\:translate-x-25{
    --tw-translate-x: 125px;
  }

  .tw .group:hover .lg\:group-hover\:translate-x-26{
    --tw-translate-x: 130px;
  }

  .tw .group:hover .lg\:group-hover\:translate-x-27{
    --tw-translate-x: 135px;
  }

  .tw .group:hover .lg\:group-hover\:translate-x-28{
    --tw-translate-x: 140px;
  }

  .tw .group:hover .lg\:group-hover\:translate-x-29{
    --tw-translate-x: 145px;
  }

  .tw .group:hover .lg\:group-hover\:translate-x-30{
    --tw-translate-x: 150px;
  }

  .tw .group:hover .lg\:group-hover\:translate-x-31{
    --tw-translate-x: 155px;
  }

  .tw .group:hover .lg\:group-hover\:translate-x-32{
    --tw-translate-x: 160px;
  }

  .tw .group:hover .lg\:group-hover\:translate-x-33{
    --tw-translate-x: 165px;
  }

  .tw .group:hover .lg\:group-hover\:translate-x-34{
    --tw-translate-x: 170px;
  }

  .tw .group:hover .lg\:group-hover\:translate-x-35{
    --tw-translate-x: 175px;
  }

  .tw .group:hover .lg\:group-hover\:translate-x-36{
    --tw-translate-x: 180px;
  }

  .tw .group:hover .lg\:group-hover\:translate-x-37{
    --tw-translate-x: 185px;
  }

  .tw .group:hover .lg\:group-hover\:translate-x-38{
    --tw-translate-x: 190px;
  }

  .tw .group:hover .lg\:group-hover\:translate-x-39{
    --tw-translate-x: 195px;
  }

  .tw .group:hover .lg\:group-hover\:translate-x-40{
    --tw-translate-x: 200px;
  }

  .tw .group:hover .lg\:group-hover\:translate-x-41{
    --tw-translate-x: 205px;
  }

  .tw .group:hover .lg\:group-hover\:translate-x-42{
    --tw-translate-x: 210px;
  }

  .tw .group:hover .lg\:group-hover\:translate-x-43{
    --tw-translate-x: 215px;
  }

  .tw .group:hover .lg\:group-hover\:translate-x-44{
    --tw-translate-x: 220px;
  }

  .tw .group:hover .lg\:group-hover\:translate-x-45{
    --tw-translate-x: 225px;
  }

  .tw .group:hover .lg\:group-hover\:translate-x-46{
    --tw-translate-x: 230px;
  }

  .tw .group:hover .lg\:group-hover\:translate-x-47{
    --tw-translate-x: 235px;
  }

  .tw .group:hover .lg\:group-hover\:translate-x-48{
    --tw-translate-x: 240px;
  }

  .tw .group:hover .lg\:group-hover\:translate-x-49{
    --tw-translate-x: 245px;
  }

  .tw .group:hover .lg\:group-hover\:translate-x-50{
    --tw-translate-x: 250px;
  }

  .tw .group:hover .lg\:group-hover\:translate-x-51{
    --tw-translate-x: 255px;
  }

  .tw .group:hover .lg\:group-hover\:translate-x-52{
    --tw-translate-x: 260px;
  }

  .tw .group:hover .lg\:group-hover\:translate-x-53{
    --tw-translate-x: 265px;
  }

  .tw .group:hover .lg\:group-hover\:translate-x-54{
    --tw-translate-x: 270px;
  }

  .tw .group:hover .lg\:group-hover\:translate-x-55{
    --tw-translate-x: 275px;
  }

  .tw .group:hover .lg\:group-hover\:translate-x-56{
    --tw-translate-x: 280px;
  }

  .tw .group:hover .lg\:group-hover\:translate-x-57{
    --tw-translate-x: 285px;
  }

  .tw .group:hover .lg\:group-hover\:translate-x-58{
    --tw-translate-x: 290px;
  }

  .tw .group:hover .lg\:group-hover\:translate-x-59{
    --tw-translate-x: 295px;
  }

  .tw .group:hover .lg\:group-hover\:translate-x-60{
    --tw-translate-x: 300px;
  }

  .tw .group:hover .lg\:group-hover\:translate-x-61{
    --tw-translate-x: 305px;
  }

  .tw .group:hover .lg\:group-hover\:translate-x-62{
    --tw-translate-x: 310px;
  }

  .tw .group:hover .lg\:group-hover\:translate-x-63{
    --tw-translate-x: 315px;
  }

  .tw .group:hover .lg\:group-hover\:translate-x-64{
    --tw-translate-x: 320px;
  }

  .tw .group:hover .lg\:group-hover\:translate-x-65{
    --tw-translate-x: 325px;
  }

  .tw .group:hover .lg\:group-hover\:translate-x-66{
    --tw-translate-x: 330px;
  }

  .tw .group:hover .lg\:group-hover\:translate-x-67{
    --tw-translate-x: 335px;
  }

  .tw .group:hover .lg\:group-hover\:translate-x-68{
    --tw-translate-x: 340px;
  }

  .tw .group:hover .lg\:group-hover\:translate-x-69{
    --tw-translate-x: 345px;
  }

  .tw .group:hover .lg\:group-hover\:translate-x-70{
    --tw-translate-x: 350px;
  }

  .tw .group:hover .lg\:group-hover\:translate-x-71{
    --tw-translate-x: 355px;
  }

  .tw .group:hover .lg\:group-hover\:translate-x-72{
    --tw-translate-x: 360px;
  }

  .tw .group:hover .lg\:group-hover\:translate-x-73{
    --tw-translate-x: 365px;
  }

  .tw .group:hover .lg\:group-hover\:translate-x-74{
    --tw-translate-x: 370px;
  }

  .tw .group:hover .lg\:group-hover\:translate-x-75{
    --tw-translate-x: 375px;
  }

  .tw .group:hover .lg\:group-hover\:translate-x-76{
    --tw-translate-x: 380px;
  }

  .tw .group:hover .lg\:group-hover\:translate-x-77{
    --tw-translate-x: 385px;
  }

  .tw .group:hover .lg\:group-hover\:translate-x-78{
    --tw-translate-x: 390px;
  }

  .tw .group:hover .lg\:group-hover\:translate-x-79{
    --tw-translate-x: 395px;
  }

  .tw .group:hover .lg\:group-hover\:translate-x-80{
    --tw-translate-x: 400px;
  }

  .tw .group:hover .lg\:group-hover\:translate-x-81{
    --tw-translate-x: 405px;
  }

  .tw .group:hover .lg\:group-hover\:translate-x-82{
    --tw-translate-x: 410px;
  }

  .tw .group:hover .lg\:group-hover\:translate-x-83{
    --tw-translate-x: 415px;
  }

  .tw .group:hover .lg\:group-hover\:translate-x-84{
    --tw-translate-x: 420px;
  }

  .tw .group:hover .lg\:group-hover\:translate-x-85{
    --tw-translate-x: 425px;
  }

  .tw .group:hover .lg\:group-hover\:translate-x-86{
    --tw-translate-x: 430px;
  }

  .tw .group:hover .lg\:group-hover\:translate-x-87{
    --tw-translate-x: 435px;
  }

  .tw .group:hover .lg\:group-hover\:translate-x-88{
    --tw-translate-x: 440px;
  }

  .tw .group:hover .lg\:group-hover\:translate-x-89{
    --tw-translate-x: 445px;
  }

  .tw .group:hover .lg\:group-hover\:translate-x-90{
    --tw-translate-x: 450px;
  }

  .tw .group:hover .lg\:group-hover\:translate-x-91{
    --tw-translate-x: 455px;
  }

  .tw .group:hover .lg\:group-hover\:translate-x-92{
    --tw-translate-x: 460px;
  }

  .tw .group:hover .lg\:group-hover\:translate-x-93{
    --tw-translate-x: 465px;
  }

  .tw .group:hover .lg\:group-hover\:translate-x-94{
    --tw-translate-x: 470px;
  }

  .tw .group:hover .lg\:group-hover\:translate-x-95{
    --tw-translate-x: 475px;
  }

  .tw .group:hover .lg\:group-hover\:translate-x-96{
    --tw-translate-x: 480px;
  }

  .tw .group:hover .lg\:group-hover\:translate-x-97{
    --tw-translate-x: 485px;
  }

  .tw .group:hover .lg\:group-hover\:translate-x-98{
    --tw-translate-x: 490px;
  }

  .tw .group:hover .lg\:group-hover\:translate-x-99{
    --tw-translate-x: 495px;
  }

  .tw .group:hover .lg\:group-hover\:translate-x-100{
    --tw-translate-x: 500px;
  }

  .tw .group:hover .lg\:group-hover\:translate-x-101{
    --tw-translate-x: 505px;
  }

  .tw .group:hover .lg\:group-hover\:translate-x-102{
    --tw-translate-x: 510px;
  }

  .tw .group:hover .lg\:group-hover\:translate-x-103{
    --tw-translate-x: 515px;
  }

  .tw .group:hover .lg\:group-hover\:translate-x-104{
    --tw-translate-x: 520px;
  }

  .tw .group:hover .lg\:group-hover\:translate-x-105{
    --tw-translate-x: 525px;
  }

  .tw .group:hover .lg\:group-hover\:translate-x-106{
    --tw-translate-x: 530px;
  }

  .tw .group:hover .lg\:group-hover\:translate-x-107{
    --tw-translate-x: 535px;
  }

  .tw .group:hover .lg\:group-hover\:translate-x-108{
    --tw-translate-x: 540px;
  }

  .tw .group:hover .lg\:group-hover\:translate-x-109{
    --tw-translate-x: 545px;
  }

  .tw .group:hover .lg\:group-hover\:translate-x-110{
    --tw-translate-x: 550px;
  }

  .tw .group:hover .lg\:group-hover\:translate-x-111{
    --tw-translate-x: 555px;
  }

  .tw .group:hover .lg\:group-hover\:translate-x-112{
    --tw-translate-x: 560px;
  }

  .tw .group:hover .lg\:group-hover\:translate-x-113{
    --tw-translate-x: 565px;
  }

  .tw .group:hover .lg\:group-hover\:translate-x-114{
    --tw-translate-x: 570px;
  }

  .tw .group:hover .lg\:group-hover\:translate-x-115{
    --tw-translate-x: 575px;
  }

  .tw .group:hover .lg\:group-hover\:translate-x-116{
    --tw-translate-x: 580px;
  }

  .tw .group:hover .lg\:group-hover\:translate-x-117{
    --tw-translate-x: 585px;
  }

  .tw .group:hover .lg\:group-hover\:translate-x-118{
    --tw-translate-x: 590px;
  }

  .tw .group:hover .lg\:group-hover\:translate-x-119{
    --tw-translate-x: 595px;
  }

  .tw .group:hover .lg\:group-hover\:translate-x-120{
    --tw-translate-x: 600px;
  }

  .tw .group:hover .lg\:group-hover\:translate-x-121{
    --tw-translate-x: 605px;
  }

  .tw .group:hover .lg\:group-hover\:translate-x-122{
    --tw-translate-x: 610px;
  }

  .tw .group:hover .lg\:group-hover\:translate-x-123{
    --tw-translate-x: 615px;
  }

  .tw .group:hover .lg\:group-hover\:translate-x-124{
    --tw-translate-x: 620px;
  }

  .tw .group:hover .lg\:group-hover\:translate-x-125{
    --tw-translate-x: 625px;
  }

  .tw .group:hover .lg\:group-hover\:translate-x-126{
    --tw-translate-x: 630px;
  }

  .tw .group:hover .lg\:group-hover\:translate-x-127{
    --tw-translate-x: 635px;
  }

  .tw .group:hover .lg\:group-hover\:translate-x-128{
    --tw-translate-x: 640px;
  }

  .tw .group:hover .lg\:group-hover\:translate-x-129{
    --tw-translate-x: 645px;
  }

  .tw .group:hover .lg\:group-hover\:translate-x-130{
    --tw-translate-x: 650px;
  }

  .tw .group:hover .lg\:group-hover\:translate-x-131{
    --tw-translate-x: 655px;
  }

  .tw .group:hover .lg\:group-hover\:translate-x-132{
    --tw-translate-x: 660px;
  }

  .tw .group:hover .lg\:group-hover\:translate-x-133{
    --tw-translate-x: 665px;
  }

  .tw .group:hover .lg\:group-hover\:translate-x-134{
    --tw-translate-x: 670px;
  }

  .tw .group:hover .lg\:group-hover\:translate-x-135{
    --tw-translate-x: 675px;
  }

  .tw .group:hover .lg\:group-hover\:translate-x-136{
    --tw-translate-x: 680px;
  }

  .tw .group:hover .lg\:group-hover\:translate-x-137{
    --tw-translate-x: 685px;
  }

  .tw .group:hover .lg\:group-hover\:translate-x-138{
    --tw-translate-x: 690px;
  }

  .tw .group:hover .lg\:group-hover\:translate-x-139{
    --tw-translate-x: 695px;
  }

  .tw .group:hover .lg\:group-hover\:translate-x-140{
    --tw-translate-x: 700px;
  }

  .tw .group:hover .lg\:group-hover\:translate-x-141{
    --tw-translate-x: 705px;
  }

  .tw .group:hover .lg\:group-hover\:translate-x-142{
    --tw-translate-x: 710px;
  }

  .tw .group:hover .lg\:group-hover\:translate-x-143{
    --tw-translate-x: 715px;
  }

  .tw .group:hover .lg\:group-hover\:translate-x-144{
    --tw-translate-x: 720px;
  }

  .tw .group:hover .lg\:group-hover\:translate-x-145{
    --tw-translate-x: 725px;
  }

  .tw .group:hover .lg\:group-hover\:translate-x-146{
    --tw-translate-x: 730px;
  }

  .tw .group:hover .lg\:group-hover\:translate-x-147{
    --tw-translate-x: 735px;
  }

  .tw .group:hover .lg\:group-hover\:translate-x-148{
    --tw-translate-x: 740px;
  }

  .tw .group:hover .lg\:group-hover\:translate-x-149{
    --tw-translate-x: 745px;
  }

  .tw .group:hover .lg\:group-hover\:translate-x-0\.5{
    --tw-translate-x: 3px;
  }

  .tw .group:hover .lg\:group-hover\:translate-x-1px{
    --tw-translate-x: 1px;
  }

  .tw .group:hover .lg\:group-hover\:translate-x-2px{
    --tw-translate-x: 2px;
  }

  .tw .group:hover .lg\:group-hover\:translate-x-3px{
    --tw-translate-x: 3px;
  }

  .tw .group:hover .lg\:group-hover\:translate-x-4px{
    --tw-translate-x: 4px;
  }

  .tw .group:hover .lg\:group-hover\:translate-x-5px{
    --tw-translate-x: 5px;
  }

  .tw .group:hover .lg\:group-hover\:translate-x-6px{
    --tw-translate-x: 6px;
  }

  .tw .group:hover .lg\:group-hover\:translate-x-7px{
    --tw-translate-x: 7px;
  }

  .tw .group:hover .lg\:group-hover\:translate-x-8px{
    --tw-translate-x: 8px;
  }

  .tw .group:hover .lg\:group-hover\:translate-x-9px{
    --tw-translate-x: 9px;
  }

  .tw .group:hover .lg\:group-hover\:translate-x-10px{
    --tw-translate-x: 10px;
  }

  .tw .group:hover .lg\:group-hover\:translate-x-11px{
    --tw-translate-x: 11px;
  }

  .tw .group:hover .lg\:group-hover\:translate-x-12px{
    --tw-translate-x: 12px;
  }

  .tw .group:hover .lg\:group-hover\:translate-x-13px{
    --tw-translate-x: 13px;
  }

  .tw .group:hover .lg\:group-hover\:translate-x-14px{
    --tw-translate-x: 14px;
  }

  .tw .group:hover .lg\:group-hover\:translate-x-15px{
    --tw-translate-x: 15px;
  }

  .tw .group:hover .lg\:group-hover\:translate-x-16px{
    --tw-translate-x: 16px;
  }

  .tw .group:hover .lg\:group-hover\:translate-x-17px{
    --tw-translate-x: 17px;
  }

  .tw .group:hover .lg\:group-hover\:translate-x-18px{
    --tw-translate-x: 18px;
  }

  .tw .group:hover .lg\:group-hover\:translate-x-19px{
    --tw-translate-x: 19px;
  }

  .tw .group:hover .lg\:group-hover\:translate-x-20px{
    --tw-translate-x: 20px;
  }

  .tw .group:hover .lg\:group-hover\:translate-x-21px{
    --tw-translate-x: 21px;
  }

  .tw .group:hover .lg\:group-hover\:translate-x-22px{
    --tw-translate-x: 22px;
  }

  .tw .group:hover .lg\:group-hover\:translate-x-23px{
    --tw-translate-x: 23px;
  }

  .tw .group:hover .lg\:group-hover\:translate-x-24px{
    --tw-translate-x: 24px;
  }

  .tw .group:hover .lg\:group-hover\:translate-x-25px{
    --tw-translate-x: 25px;
  }

  .tw .group:hover .lg\:group-hover\:translate-x-26px{
    --tw-translate-x: 26px;
  }

  .tw .group:hover .lg\:group-hover\:translate-x-27px{
    --tw-translate-x: 27px;
  }

  .tw .group:hover .lg\:group-hover\:translate-x-28px{
    --tw-translate-x: 28px;
  }

  .tw .group:hover .lg\:group-hover\:translate-x-29px{
    --tw-translate-x: 29px;
  }

  .tw .group:hover .lg\:group-hover\:translate-x-30px{
    --tw-translate-x: 30px;
  }

  .tw .group:hover .lg\:group-hover\:translate-x-31px{
    --tw-translate-x: 31px;
  }

  .tw .group:hover .lg\:group-hover\:translate-x-32px{
    --tw-translate-x: 32px;
  }

  .tw .group:hover .lg\:group-hover\:translate-x-33px{
    --tw-translate-x: 33px;
  }

  .tw .group:hover .lg\:group-hover\:translate-x-34px{
    --tw-translate-x: 34px;
  }

  .tw .group:hover .lg\:group-hover\:translate-x-35px{
    --tw-translate-x: 35px;
  }

  .tw .group:hover .lg\:group-hover\:translate-x-36px{
    --tw-translate-x: 36px;
  }

  .tw .group:hover .lg\:group-hover\:translate-x-37px{
    --tw-translate-x: 37px;
  }

  .tw .group:hover .lg\:group-hover\:translate-x-38px{
    --tw-translate-x: 38px;
  }

  .tw .group:hover .lg\:group-hover\:translate-x-39px{
    --tw-translate-x: 39px;
  }

  .tw .group:hover .lg\:group-hover\:translate-x-40px{
    --tw-translate-x: 40px;
  }

  .tw .group:hover .lg\:group-hover\:-translate-x-0{
    --tw-translate-x: 0px;
  }

  .tw .group:hover .lg\:group-hover\:-translate-x-1{
    --tw-translate-x: -5px;
  }

  .tw .group:hover .lg\:group-hover\:-translate-x-2{
    --tw-translate-x: -10px;
  }

  .tw .group:hover .lg\:group-hover\:-translate-x-3{
    --tw-translate-x: -15px;
  }

  .tw .group:hover .lg\:group-hover\:-translate-x-4{
    --tw-translate-x: -20px;
  }

  .tw .group:hover .lg\:group-hover\:-translate-x-5{
    --tw-translate-x: -25px;
  }

  .tw .group:hover .lg\:group-hover\:-translate-x-6{
    --tw-translate-x: -30px;
  }

  .tw .group:hover .lg\:group-hover\:-translate-x-7{
    --tw-translate-x: -35px;
  }

  .tw .group:hover .lg\:group-hover\:-translate-x-8{
    --tw-translate-x: -40px;
  }

  .tw .group:hover .lg\:group-hover\:-translate-x-9{
    --tw-translate-x: -45px;
  }

  .tw .group:hover .lg\:group-hover\:-translate-x-10{
    --tw-translate-x: -50px;
  }

  .tw .group:hover .lg\:group-hover\:-translate-x-11{
    --tw-translate-x: -55px;
  }

  .tw .group:hover .lg\:group-hover\:-translate-x-12{
    --tw-translate-x: -60px;
  }

  .tw .group:hover .lg\:group-hover\:-translate-x-13{
    --tw-translate-x: -65px;
  }

  .tw .group:hover .lg\:group-hover\:-translate-x-14{
    --tw-translate-x: -70px;
  }

  .tw .group:hover .lg\:group-hover\:-translate-x-15{
    --tw-translate-x: -75px;
  }

  .tw .group:hover .lg\:group-hover\:-translate-x-16{
    --tw-translate-x: -80px;
  }

  .tw .group:hover .lg\:group-hover\:-translate-x-17{
    --tw-translate-x: -85px;
  }

  .tw .group:hover .lg\:group-hover\:-translate-x-18{
    --tw-translate-x: -90px;
  }

  .tw .group:hover .lg\:group-hover\:-translate-x-19{
    --tw-translate-x: -95px;
  }

  .tw .group:hover .lg\:group-hover\:-translate-x-20{
    --tw-translate-x: -100px;
  }

  .tw .group:hover .lg\:group-hover\:-translate-x-21{
    --tw-translate-x: -105px;
  }

  .tw .group:hover .lg\:group-hover\:-translate-x-22{
    --tw-translate-x: -110px;
  }

  .tw .group:hover .lg\:group-hover\:-translate-x-23{
    --tw-translate-x: -115px;
  }

  .tw .group:hover .lg\:group-hover\:-translate-x-24{
    --tw-translate-x: -120px;
  }

  .tw .group:hover .lg\:group-hover\:-translate-x-25{
    --tw-translate-x: -125px;
  }

  .tw .group:hover .lg\:group-hover\:-translate-x-26{
    --tw-translate-x: -130px;
  }

  .tw .group:hover .lg\:group-hover\:-translate-x-27{
    --tw-translate-x: -135px;
  }

  .tw .group:hover .lg\:group-hover\:-translate-x-28{
    --tw-translate-x: -140px;
  }

  .tw .group:hover .lg\:group-hover\:-translate-x-29{
    --tw-translate-x: -145px;
  }

  .tw .group:hover .lg\:group-hover\:-translate-x-30{
    --tw-translate-x: -150px;
  }

  .tw .group:hover .lg\:group-hover\:-translate-x-31{
    --tw-translate-x: -155px;
  }

  .tw .group:hover .lg\:group-hover\:-translate-x-32{
    --tw-translate-x: -160px;
  }

  .tw .group:hover .lg\:group-hover\:-translate-x-33{
    --tw-translate-x: -165px;
  }

  .tw .group:hover .lg\:group-hover\:-translate-x-34{
    --tw-translate-x: -170px;
  }

  .tw .group:hover .lg\:group-hover\:-translate-x-35{
    --tw-translate-x: -175px;
  }

  .tw .group:hover .lg\:group-hover\:-translate-x-36{
    --tw-translate-x: -180px;
  }

  .tw .group:hover .lg\:group-hover\:-translate-x-37{
    --tw-translate-x: -185px;
  }

  .tw .group:hover .lg\:group-hover\:-translate-x-38{
    --tw-translate-x: -190px;
  }

  .tw .group:hover .lg\:group-hover\:-translate-x-39{
    --tw-translate-x: -195px;
  }

  .tw .group:hover .lg\:group-hover\:-translate-x-40{
    --tw-translate-x: -200px;
  }

  .tw .group:hover .lg\:group-hover\:-translate-x-41{
    --tw-translate-x: -205px;
  }

  .tw .group:hover .lg\:group-hover\:-translate-x-42{
    --tw-translate-x: -210px;
  }

  .tw .group:hover .lg\:group-hover\:-translate-x-43{
    --tw-translate-x: -215px;
  }

  .tw .group:hover .lg\:group-hover\:-translate-x-44{
    --tw-translate-x: -220px;
  }

  .tw .group:hover .lg\:group-hover\:-translate-x-45{
    --tw-translate-x: -225px;
  }

  .tw .group:hover .lg\:group-hover\:-translate-x-46{
    --tw-translate-x: -230px;
  }

  .tw .group:hover .lg\:group-hover\:-translate-x-47{
    --tw-translate-x: -235px;
  }

  .tw .group:hover .lg\:group-hover\:-translate-x-48{
    --tw-translate-x: -240px;
  }

  .tw .group:hover .lg\:group-hover\:-translate-x-49{
    --tw-translate-x: -245px;
  }

  .tw .group:hover .lg\:group-hover\:-translate-x-50{
    --tw-translate-x: -250px;
  }

  .tw .group:hover .lg\:group-hover\:-translate-x-51{
    --tw-translate-x: -255px;
  }

  .tw .group:hover .lg\:group-hover\:-translate-x-52{
    --tw-translate-x: -260px;
  }

  .tw .group:hover .lg\:group-hover\:-translate-x-53{
    --tw-translate-x: -265px;
  }

  .tw .group:hover .lg\:group-hover\:-translate-x-54{
    --tw-translate-x: -270px;
  }

  .tw .group:hover .lg\:group-hover\:-translate-x-55{
    --tw-translate-x: -275px;
  }

  .tw .group:hover .lg\:group-hover\:-translate-x-56{
    --tw-translate-x: -280px;
  }

  .tw .group:hover .lg\:group-hover\:-translate-x-57{
    --tw-translate-x: -285px;
  }

  .tw .group:hover .lg\:group-hover\:-translate-x-58{
    --tw-translate-x: -290px;
  }

  .tw .group:hover .lg\:group-hover\:-translate-x-59{
    --tw-translate-x: -295px;
  }

  .tw .group:hover .lg\:group-hover\:-translate-x-60{
    --tw-translate-x: -300px;
  }

  .tw .group:hover .lg\:group-hover\:-translate-x-61{
    --tw-translate-x: -305px;
  }

  .tw .group:hover .lg\:group-hover\:-translate-x-62{
    --tw-translate-x: -310px;
  }

  .tw .group:hover .lg\:group-hover\:-translate-x-63{
    --tw-translate-x: -315px;
  }

  .tw .group:hover .lg\:group-hover\:-translate-x-64{
    --tw-translate-x: -320px;
  }

  .tw .group:hover .lg\:group-hover\:-translate-x-65{
    --tw-translate-x: -325px;
  }

  .tw .group:hover .lg\:group-hover\:-translate-x-66{
    --tw-translate-x: -330px;
  }

  .tw .group:hover .lg\:group-hover\:-translate-x-67{
    --tw-translate-x: -335px;
  }

  .tw .group:hover .lg\:group-hover\:-translate-x-68{
    --tw-translate-x: -340px;
  }

  .tw .group:hover .lg\:group-hover\:-translate-x-69{
    --tw-translate-x: -345px;
  }

  .tw .group:hover .lg\:group-hover\:-translate-x-70{
    --tw-translate-x: -350px;
  }

  .tw .group:hover .lg\:group-hover\:-translate-x-71{
    --tw-translate-x: -355px;
  }

  .tw .group:hover .lg\:group-hover\:-translate-x-72{
    --tw-translate-x: -360px;
  }

  .tw .group:hover .lg\:group-hover\:-translate-x-73{
    --tw-translate-x: -365px;
  }

  .tw .group:hover .lg\:group-hover\:-translate-x-74{
    --tw-translate-x: -370px;
  }

  .tw .group:hover .lg\:group-hover\:-translate-x-75{
    --tw-translate-x: -375px;
  }

  .tw .group:hover .lg\:group-hover\:-translate-x-76{
    --tw-translate-x: -380px;
  }

  .tw .group:hover .lg\:group-hover\:-translate-x-77{
    --tw-translate-x: -385px;
  }

  .tw .group:hover .lg\:group-hover\:-translate-x-78{
    --tw-translate-x: -390px;
  }

  .tw .group:hover .lg\:group-hover\:-translate-x-79{
    --tw-translate-x: -395px;
  }

  .tw .group:hover .lg\:group-hover\:-translate-x-80{
    --tw-translate-x: -400px;
  }

  .tw .group:hover .lg\:group-hover\:-translate-x-81{
    --tw-translate-x: -405px;
  }

  .tw .group:hover .lg\:group-hover\:-translate-x-82{
    --tw-translate-x: -410px;
  }

  .tw .group:hover .lg\:group-hover\:-translate-x-83{
    --tw-translate-x: -415px;
  }

  .tw .group:hover .lg\:group-hover\:-translate-x-84{
    --tw-translate-x: -420px;
  }

  .tw .group:hover .lg\:group-hover\:-translate-x-85{
    --tw-translate-x: -425px;
  }

  .tw .group:hover .lg\:group-hover\:-translate-x-86{
    --tw-translate-x: -430px;
  }

  .tw .group:hover .lg\:group-hover\:-translate-x-87{
    --tw-translate-x: -435px;
  }

  .tw .group:hover .lg\:group-hover\:-translate-x-88{
    --tw-translate-x: -440px;
  }

  .tw .group:hover .lg\:group-hover\:-translate-x-89{
    --tw-translate-x: -445px;
  }

  .tw .group:hover .lg\:group-hover\:-translate-x-90{
    --tw-translate-x: -450px;
  }

  .tw .group:hover .lg\:group-hover\:-translate-x-91{
    --tw-translate-x: -455px;
  }

  .tw .group:hover .lg\:group-hover\:-translate-x-92{
    --tw-translate-x: -460px;
  }

  .tw .group:hover .lg\:group-hover\:-translate-x-93{
    --tw-translate-x: -465px;
  }

  .tw .group:hover .lg\:group-hover\:-translate-x-94{
    --tw-translate-x: -470px;
  }

  .tw .group:hover .lg\:group-hover\:-translate-x-95{
    --tw-translate-x: -475px;
  }

  .tw .group:hover .lg\:group-hover\:-translate-x-96{
    --tw-translate-x: -480px;
  }

  .tw .group:hover .lg\:group-hover\:-translate-x-97{
    --tw-translate-x: -485px;
  }

  .tw .group:hover .lg\:group-hover\:-translate-x-98{
    --tw-translate-x: -490px;
  }

  .tw .group:hover .lg\:group-hover\:-translate-x-99{
    --tw-translate-x: -495px;
  }

  .tw .group:hover .lg\:group-hover\:-translate-x-100{
    --tw-translate-x: -500px;
  }

  .tw .group:hover .lg\:group-hover\:-translate-x-101{
    --tw-translate-x: -505px;
  }

  .tw .group:hover .lg\:group-hover\:-translate-x-102{
    --tw-translate-x: -510px;
  }

  .tw .group:hover .lg\:group-hover\:-translate-x-103{
    --tw-translate-x: -515px;
  }

  .tw .group:hover .lg\:group-hover\:-translate-x-104{
    --tw-translate-x: -520px;
  }

  .tw .group:hover .lg\:group-hover\:-translate-x-105{
    --tw-translate-x: -525px;
  }

  .tw .group:hover .lg\:group-hover\:-translate-x-106{
    --tw-translate-x: -530px;
  }

  .tw .group:hover .lg\:group-hover\:-translate-x-107{
    --tw-translate-x: -535px;
  }

  .tw .group:hover .lg\:group-hover\:-translate-x-108{
    --tw-translate-x: -540px;
  }

  .tw .group:hover .lg\:group-hover\:-translate-x-109{
    --tw-translate-x: -545px;
  }

  .tw .group:hover .lg\:group-hover\:-translate-x-110{
    --tw-translate-x: -550px;
  }

  .tw .group:hover .lg\:group-hover\:-translate-x-111{
    --tw-translate-x: -555px;
  }

  .tw .group:hover .lg\:group-hover\:-translate-x-112{
    --tw-translate-x: -560px;
  }

  .tw .group:hover .lg\:group-hover\:-translate-x-113{
    --tw-translate-x: -565px;
  }

  .tw .group:hover .lg\:group-hover\:-translate-x-114{
    --tw-translate-x: -570px;
  }

  .tw .group:hover .lg\:group-hover\:-translate-x-115{
    --tw-translate-x: -575px;
  }

  .tw .group:hover .lg\:group-hover\:-translate-x-116{
    --tw-translate-x: -580px;
  }

  .tw .group:hover .lg\:group-hover\:-translate-x-117{
    --tw-translate-x: -585px;
  }

  .tw .group:hover .lg\:group-hover\:-translate-x-118{
    --tw-translate-x: -590px;
  }

  .tw .group:hover .lg\:group-hover\:-translate-x-119{
    --tw-translate-x: -595px;
  }

  .tw .group:hover .lg\:group-hover\:-translate-x-120{
    --tw-translate-x: -600px;
  }

  .tw .group:hover .lg\:group-hover\:-translate-x-121{
    --tw-translate-x: -605px;
  }

  .tw .group:hover .lg\:group-hover\:-translate-x-122{
    --tw-translate-x: -610px;
  }

  .tw .group:hover .lg\:group-hover\:-translate-x-123{
    --tw-translate-x: -615px;
  }

  .tw .group:hover .lg\:group-hover\:-translate-x-124{
    --tw-translate-x: -620px;
  }

  .tw .group:hover .lg\:group-hover\:-translate-x-125{
    --tw-translate-x: -625px;
  }

  .tw .group:hover .lg\:group-hover\:-translate-x-126{
    --tw-translate-x: -630px;
  }

  .tw .group:hover .lg\:group-hover\:-translate-x-127{
    --tw-translate-x: -635px;
  }

  .tw .group:hover .lg\:group-hover\:-translate-x-128{
    --tw-translate-x: -640px;
  }

  .tw .group:hover .lg\:group-hover\:-translate-x-129{
    --tw-translate-x: -645px;
  }

  .tw .group:hover .lg\:group-hover\:-translate-x-130{
    --tw-translate-x: -650px;
  }

  .tw .group:hover .lg\:group-hover\:-translate-x-131{
    --tw-translate-x: -655px;
  }

  .tw .group:hover .lg\:group-hover\:-translate-x-132{
    --tw-translate-x: -660px;
  }

  .tw .group:hover .lg\:group-hover\:-translate-x-133{
    --tw-translate-x: -665px;
  }

  .tw .group:hover .lg\:group-hover\:-translate-x-134{
    --tw-translate-x: -670px;
  }

  .tw .group:hover .lg\:group-hover\:-translate-x-135{
    --tw-translate-x: -675px;
  }

  .tw .group:hover .lg\:group-hover\:-translate-x-136{
    --tw-translate-x: -680px;
  }

  .tw .group:hover .lg\:group-hover\:-translate-x-137{
    --tw-translate-x: -685px;
  }

  .tw .group:hover .lg\:group-hover\:-translate-x-138{
    --tw-translate-x: -690px;
  }

  .tw .group:hover .lg\:group-hover\:-translate-x-139{
    --tw-translate-x: -695px;
  }

  .tw .group:hover .lg\:group-hover\:-translate-x-140{
    --tw-translate-x: -700px;
  }

  .tw .group:hover .lg\:group-hover\:-translate-x-141{
    --tw-translate-x: -705px;
  }

  .tw .group:hover .lg\:group-hover\:-translate-x-142{
    --tw-translate-x: -710px;
  }

  .tw .group:hover .lg\:group-hover\:-translate-x-143{
    --tw-translate-x: -715px;
  }

  .tw .group:hover .lg\:group-hover\:-translate-x-144{
    --tw-translate-x: -720px;
  }

  .tw .group:hover .lg\:group-hover\:-translate-x-145{
    --tw-translate-x: -725px;
  }

  .tw .group:hover .lg\:group-hover\:-translate-x-146{
    --tw-translate-x: -730px;
  }

  .tw .group:hover .lg\:group-hover\:-translate-x-147{
    --tw-translate-x: -735px;
  }

  .tw .group:hover .lg\:group-hover\:-translate-x-148{
    --tw-translate-x: -740px;
  }

  .tw .group:hover .lg\:group-hover\:-translate-x-149{
    --tw-translate-x: -745px;
  }

  .tw .group:hover .lg\:group-hover\:-translate-x-0\.5{
    --tw-translate-x: -3px;
  }

  .tw .group:hover .lg\:group-hover\:-translate-x-1px{
    --tw-translate-x: -1px;
  }

  .tw .group:hover .lg\:group-hover\:-translate-x-2px{
    --tw-translate-x: -2px;
  }

  .tw .group:hover .lg\:group-hover\:-translate-x-3px{
    --tw-translate-x: -3px;
  }

  .tw .group:hover .lg\:group-hover\:-translate-x-4px{
    --tw-translate-x: -4px;
  }

  .tw .group:hover .lg\:group-hover\:-translate-x-5px{
    --tw-translate-x: -5px;
  }

  .tw .group:hover .lg\:group-hover\:-translate-x-6px{
    --tw-translate-x: -6px;
  }

  .tw .group:hover .lg\:group-hover\:-translate-x-7px{
    --tw-translate-x: -7px;
  }

  .tw .group:hover .lg\:group-hover\:-translate-x-8px{
    --tw-translate-x: -8px;
  }

  .tw .group:hover .lg\:group-hover\:-translate-x-9px{
    --tw-translate-x: -9px;
  }

  .tw .group:hover .lg\:group-hover\:-translate-x-10px{
    --tw-translate-x: -10px;
  }

  .tw .group:hover .lg\:group-hover\:-translate-x-11px{
    --tw-translate-x: -11px;
  }

  .tw .group:hover .lg\:group-hover\:-translate-x-12px{
    --tw-translate-x: -12px;
  }

  .tw .group:hover .lg\:group-hover\:-translate-x-13px{
    --tw-translate-x: -13px;
  }

  .tw .group:hover .lg\:group-hover\:-translate-x-14px{
    --tw-translate-x: -14px;
  }

  .tw .group:hover .lg\:group-hover\:-translate-x-15px{
    --tw-translate-x: -15px;
  }

  .tw .group:hover .lg\:group-hover\:-translate-x-16px{
    --tw-translate-x: -16px;
  }

  .tw .group:hover .lg\:group-hover\:-translate-x-17px{
    --tw-translate-x: -17px;
  }

  .tw .group:hover .lg\:group-hover\:-translate-x-18px{
    --tw-translate-x: -18px;
  }

  .tw .group:hover .lg\:group-hover\:-translate-x-19px{
    --tw-translate-x: -19px;
  }

  .tw .group:hover .lg\:group-hover\:-translate-x-20px{
    --tw-translate-x: -20px;
  }

  .tw .group:hover .lg\:group-hover\:-translate-x-21px{
    --tw-translate-x: -21px;
  }

  .tw .group:hover .lg\:group-hover\:-translate-x-22px{
    --tw-translate-x: -22px;
  }

  .tw .group:hover .lg\:group-hover\:-translate-x-23px{
    --tw-translate-x: -23px;
  }

  .tw .group:hover .lg\:group-hover\:-translate-x-24px{
    --tw-translate-x: -24px;
  }

  .tw .group:hover .lg\:group-hover\:-translate-x-25px{
    --tw-translate-x: -25px;
  }

  .tw .group:hover .lg\:group-hover\:-translate-x-26px{
    --tw-translate-x: -26px;
  }

  .tw .group:hover .lg\:group-hover\:-translate-x-27px{
    --tw-translate-x: -27px;
  }

  .tw .group:hover .lg\:group-hover\:-translate-x-28px{
    --tw-translate-x: -28px;
  }

  .tw .group:hover .lg\:group-hover\:-translate-x-29px{
    --tw-translate-x: -29px;
  }

  .tw .group:hover .lg\:group-hover\:-translate-x-30px{
    --tw-translate-x: -30px;
  }

  .tw .group:hover .lg\:group-hover\:-translate-x-31px{
    --tw-translate-x: -31px;
  }

  .tw .group:hover .lg\:group-hover\:-translate-x-32px{
    --tw-translate-x: -32px;
  }

  .tw .group:hover .lg\:group-hover\:-translate-x-33px{
    --tw-translate-x: -33px;
  }

  .tw .group:hover .lg\:group-hover\:-translate-x-34px{
    --tw-translate-x: -34px;
  }

  .tw .group:hover .lg\:group-hover\:-translate-x-35px{
    --tw-translate-x: -35px;
  }

  .tw .group:hover .lg\:group-hover\:-translate-x-36px{
    --tw-translate-x: -36px;
  }

  .tw .group:hover .lg\:group-hover\:-translate-x-37px{
    --tw-translate-x: -37px;
  }

  .tw .group:hover .lg\:group-hover\:-translate-x-38px{
    --tw-translate-x: -38px;
  }

  .tw .group:hover .lg\:group-hover\:-translate-x-39px{
    --tw-translate-x: -39px;
  }

  .tw .group:hover .lg\:group-hover\:-translate-x-40px{
    --tw-translate-x: -40px;
  }

  .tw .group:hover .lg\:group-hover\:translate-x-1\/2{
    --tw-translate-x: 50%;
  }

  .tw .group:hover .lg\:group-hover\:translate-x-1\/3{
    --tw-translate-x: 33.333333%;
  }

  .tw .group:hover .lg\:group-hover\:translate-x-2\/3{
    --tw-translate-x: 66.666667%;
  }

  .tw .group:hover .lg\:group-hover\:translate-x-1\/4{
    --tw-translate-x: 25%;
  }

  .tw .group:hover .lg\:group-hover\:translate-x-2\/4{
    --tw-translate-x: 50%;
  }

  .tw .group:hover .lg\:group-hover\:translate-x-3\/4{
    --tw-translate-x: 75%;
  }

  .tw .group:hover .lg\:group-hover\:translate-x-full{
    --tw-translate-x: 100%;
  }

  .tw .group:hover .lg\:group-hover\:-translate-x-1\/2{
    --tw-translate-x: -50%;
  }

  .tw .group:hover .lg\:group-hover\:-translate-x-1\/3{
    --tw-translate-x: -33.333333%;
  }

  .tw .group:hover .lg\:group-hover\:-translate-x-2\/3{
    --tw-translate-x: -66.666667%;
  }

  .tw .group:hover .lg\:group-hover\:-translate-x-1\/4{
    --tw-translate-x: -25%;
  }

  .tw .group:hover .lg\:group-hover\:-translate-x-2\/4{
    --tw-translate-x: -50%;
  }

  .tw .group:hover .lg\:group-hover\:-translate-x-3\/4{
    --tw-translate-x: -75%;
  }

  .tw .group:hover .lg\:group-hover\:-translate-x-full{
    --tw-translate-x: -100%;
  }

  .tw .group:hover .lg\:group-hover\:translate-y-0{
    --tw-translate-y: 0px;
  }

  .tw .group:hover .lg\:group-hover\:translate-y-1{
    --tw-translate-y: 5px;
  }

  .tw .group:hover .lg\:group-hover\:translate-y-2{
    --tw-translate-y: 10px;
  }

  .tw .group:hover .lg\:group-hover\:translate-y-3{
    --tw-translate-y: 15px;
  }

  .tw .group:hover .lg\:group-hover\:translate-y-4{
    --tw-translate-y: 20px;
  }

  .tw .group:hover .lg\:group-hover\:translate-y-5{
    --tw-translate-y: 25px;
  }

  .tw .group:hover .lg\:group-hover\:translate-y-6{
    --tw-translate-y: 30px;
  }

  .tw .group:hover .lg\:group-hover\:translate-y-7{
    --tw-translate-y: 35px;
  }

  .tw .group:hover .lg\:group-hover\:translate-y-8{
    --tw-translate-y: 40px;
  }

  .tw .group:hover .lg\:group-hover\:translate-y-9{
    --tw-translate-y: 45px;
  }

  .tw .group:hover .lg\:group-hover\:translate-y-10{
    --tw-translate-y: 50px;
  }

  .tw .group:hover .lg\:group-hover\:translate-y-11{
    --tw-translate-y: 55px;
  }

  .tw .group:hover .lg\:group-hover\:translate-y-12{
    --tw-translate-y: 60px;
  }

  .tw .group:hover .lg\:group-hover\:translate-y-13{
    --tw-translate-y: 65px;
  }

  .tw .group:hover .lg\:group-hover\:translate-y-14{
    --tw-translate-y: 70px;
  }

  .tw .group:hover .lg\:group-hover\:translate-y-15{
    --tw-translate-y: 75px;
  }

  .tw .group:hover .lg\:group-hover\:translate-y-16{
    --tw-translate-y: 80px;
  }

  .tw .group:hover .lg\:group-hover\:translate-y-17{
    --tw-translate-y: 85px;
  }

  .tw .group:hover .lg\:group-hover\:translate-y-18{
    --tw-translate-y: 90px;
  }

  .tw .group:hover .lg\:group-hover\:translate-y-19{
    --tw-translate-y: 95px;
  }

  .tw .group:hover .lg\:group-hover\:translate-y-20{
    --tw-translate-y: 100px;
  }

  .tw .group:hover .lg\:group-hover\:translate-y-21{
    --tw-translate-y: 105px;
  }

  .tw .group:hover .lg\:group-hover\:translate-y-22{
    --tw-translate-y: 110px;
  }

  .tw .group:hover .lg\:group-hover\:translate-y-23{
    --tw-translate-y: 115px;
  }

  .tw .group:hover .lg\:group-hover\:translate-y-24{
    --tw-translate-y: 120px;
  }

  .tw .group:hover .lg\:group-hover\:translate-y-25{
    --tw-translate-y: 125px;
  }

  .tw .group:hover .lg\:group-hover\:translate-y-26{
    --tw-translate-y: 130px;
  }

  .tw .group:hover .lg\:group-hover\:translate-y-27{
    --tw-translate-y: 135px;
  }

  .tw .group:hover .lg\:group-hover\:translate-y-28{
    --tw-translate-y: 140px;
  }

  .tw .group:hover .lg\:group-hover\:translate-y-29{
    --tw-translate-y: 145px;
  }

  .tw .group:hover .lg\:group-hover\:translate-y-30{
    --tw-translate-y: 150px;
  }

  .tw .group:hover .lg\:group-hover\:translate-y-31{
    --tw-translate-y: 155px;
  }

  .tw .group:hover .lg\:group-hover\:translate-y-32{
    --tw-translate-y: 160px;
  }

  .tw .group:hover .lg\:group-hover\:translate-y-33{
    --tw-translate-y: 165px;
  }

  .tw .group:hover .lg\:group-hover\:translate-y-34{
    --tw-translate-y: 170px;
  }

  .tw .group:hover .lg\:group-hover\:translate-y-35{
    --tw-translate-y: 175px;
  }

  .tw .group:hover .lg\:group-hover\:translate-y-36{
    --tw-translate-y: 180px;
  }

  .tw .group:hover .lg\:group-hover\:translate-y-37{
    --tw-translate-y: 185px;
  }

  .tw .group:hover .lg\:group-hover\:translate-y-38{
    --tw-translate-y: 190px;
  }

  .tw .group:hover .lg\:group-hover\:translate-y-39{
    --tw-translate-y: 195px;
  }

  .tw .group:hover .lg\:group-hover\:translate-y-40{
    --tw-translate-y: 200px;
  }

  .tw .group:hover .lg\:group-hover\:translate-y-41{
    --tw-translate-y: 205px;
  }

  .tw .group:hover .lg\:group-hover\:translate-y-42{
    --tw-translate-y: 210px;
  }

  .tw .group:hover .lg\:group-hover\:translate-y-43{
    --tw-translate-y: 215px;
  }

  .tw .group:hover .lg\:group-hover\:translate-y-44{
    --tw-translate-y: 220px;
  }

  .tw .group:hover .lg\:group-hover\:translate-y-45{
    --tw-translate-y: 225px;
  }

  .tw .group:hover .lg\:group-hover\:translate-y-46{
    --tw-translate-y: 230px;
  }

  .tw .group:hover .lg\:group-hover\:translate-y-47{
    --tw-translate-y: 235px;
  }

  .tw .group:hover .lg\:group-hover\:translate-y-48{
    --tw-translate-y: 240px;
  }

  .tw .group:hover .lg\:group-hover\:translate-y-49{
    --tw-translate-y: 245px;
  }

  .tw .group:hover .lg\:group-hover\:translate-y-50{
    --tw-translate-y: 250px;
  }

  .tw .group:hover .lg\:group-hover\:translate-y-51{
    --tw-translate-y: 255px;
  }

  .tw .group:hover .lg\:group-hover\:translate-y-52{
    --tw-translate-y: 260px;
  }

  .tw .group:hover .lg\:group-hover\:translate-y-53{
    --tw-translate-y: 265px;
  }

  .tw .group:hover .lg\:group-hover\:translate-y-54{
    --tw-translate-y: 270px;
  }

  .tw .group:hover .lg\:group-hover\:translate-y-55{
    --tw-translate-y: 275px;
  }

  .tw .group:hover .lg\:group-hover\:translate-y-56{
    --tw-translate-y: 280px;
  }

  .tw .group:hover .lg\:group-hover\:translate-y-57{
    --tw-translate-y: 285px;
  }

  .tw .group:hover .lg\:group-hover\:translate-y-58{
    --tw-translate-y: 290px;
  }

  .tw .group:hover .lg\:group-hover\:translate-y-59{
    --tw-translate-y: 295px;
  }

  .tw .group:hover .lg\:group-hover\:translate-y-60{
    --tw-translate-y: 300px;
  }

  .tw .group:hover .lg\:group-hover\:translate-y-61{
    --tw-translate-y: 305px;
  }

  .tw .group:hover .lg\:group-hover\:translate-y-62{
    --tw-translate-y: 310px;
  }

  .tw .group:hover .lg\:group-hover\:translate-y-63{
    --tw-translate-y: 315px;
  }

  .tw .group:hover .lg\:group-hover\:translate-y-64{
    --tw-translate-y: 320px;
  }

  .tw .group:hover .lg\:group-hover\:translate-y-65{
    --tw-translate-y: 325px;
  }

  .tw .group:hover .lg\:group-hover\:translate-y-66{
    --tw-translate-y: 330px;
  }

  .tw .group:hover .lg\:group-hover\:translate-y-67{
    --tw-translate-y: 335px;
  }

  .tw .group:hover .lg\:group-hover\:translate-y-68{
    --tw-translate-y: 340px;
  }

  .tw .group:hover .lg\:group-hover\:translate-y-69{
    --tw-translate-y: 345px;
  }

  .tw .group:hover .lg\:group-hover\:translate-y-70{
    --tw-translate-y: 350px;
  }

  .tw .group:hover .lg\:group-hover\:translate-y-71{
    --tw-translate-y: 355px;
  }

  .tw .group:hover .lg\:group-hover\:translate-y-72{
    --tw-translate-y: 360px;
  }

  .tw .group:hover .lg\:group-hover\:translate-y-73{
    --tw-translate-y: 365px;
  }

  .tw .group:hover .lg\:group-hover\:translate-y-74{
    --tw-translate-y: 370px;
  }

  .tw .group:hover .lg\:group-hover\:translate-y-75{
    --tw-translate-y: 375px;
  }

  .tw .group:hover .lg\:group-hover\:translate-y-76{
    --tw-translate-y: 380px;
  }

  .tw .group:hover .lg\:group-hover\:translate-y-77{
    --tw-translate-y: 385px;
  }

  .tw .group:hover .lg\:group-hover\:translate-y-78{
    --tw-translate-y: 390px;
  }

  .tw .group:hover .lg\:group-hover\:translate-y-79{
    --tw-translate-y: 395px;
  }

  .tw .group:hover .lg\:group-hover\:translate-y-80{
    --tw-translate-y: 400px;
  }

  .tw .group:hover .lg\:group-hover\:translate-y-81{
    --tw-translate-y: 405px;
  }

  .tw .group:hover .lg\:group-hover\:translate-y-82{
    --tw-translate-y: 410px;
  }

  .tw .group:hover .lg\:group-hover\:translate-y-83{
    --tw-translate-y: 415px;
  }

  .tw .group:hover .lg\:group-hover\:translate-y-84{
    --tw-translate-y: 420px;
  }

  .tw .group:hover .lg\:group-hover\:translate-y-85{
    --tw-translate-y: 425px;
  }

  .tw .group:hover .lg\:group-hover\:translate-y-86{
    --tw-translate-y: 430px;
  }

  .tw .group:hover .lg\:group-hover\:translate-y-87{
    --tw-translate-y: 435px;
  }

  .tw .group:hover .lg\:group-hover\:translate-y-88{
    --tw-translate-y: 440px;
  }

  .tw .group:hover .lg\:group-hover\:translate-y-89{
    --tw-translate-y: 445px;
  }

  .tw .group:hover .lg\:group-hover\:translate-y-90{
    --tw-translate-y: 450px;
  }

  .tw .group:hover .lg\:group-hover\:translate-y-91{
    --tw-translate-y: 455px;
  }

  .tw .group:hover .lg\:group-hover\:translate-y-92{
    --tw-translate-y: 460px;
  }

  .tw .group:hover .lg\:group-hover\:translate-y-93{
    --tw-translate-y: 465px;
  }

  .tw .group:hover .lg\:group-hover\:translate-y-94{
    --tw-translate-y: 470px;
  }

  .tw .group:hover .lg\:group-hover\:translate-y-95{
    --tw-translate-y: 475px;
  }

  .tw .group:hover .lg\:group-hover\:translate-y-96{
    --tw-translate-y: 480px;
  }

  .tw .group:hover .lg\:group-hover\:translate-y-97{
    --tw-translate-y: 485px;
  }

  .tw .group:hover .lg\:group-hover\:translate-y-98{
    --tw-translate-y: 490px;
  }

  .tw .group:hover .lg\:group-hover\:translate-y-99{
    --tw-translate-y: 495px;
  }

  .tw .group:hover .lg\:group-hover\:translate-y-100{
    --tw-translate-y: 500px;
  }

  .tw .group:hover .lg\:group-hover\:translate-y-101{
    --tw-translate-y: 505px;
  }

  .tw .group:hover .lg\:group-hover\:translate-y-102{
    --tw-translate-y: 510px;
  }

  .tw .group:hover .lg\:group-hover\:translate-y-103{
    --tw-translate-y: 515px;
  }

  .tw .group:hover .lg\:group-hover\:translate-y-104{
    --tw-translate-y: 520px;
  }

  .tw .group:hover .lg\:group-hover\:translate-y-105{
    --tw-translate-y: 525px;
  }

  .tw .group:hover .lg\:group-hover\:translate-y-106{
    --tw-translate-y: 530px;
  }

  .tw .group:hover .lg\:group-hover\:translate-y-107{
    --tw-translate-y: 535px;
  }

  .tw .group:hover .lg\:group-hover\:translate-y-108{
    --tw-translate-y: 540px;
  }

  .tw .group:hover .lg\:group-hover\:translate-y-109{
    --tw-translate-y: 545px;
  }

  .tw .group:hover .lg\:group-hover\:translate-y-110{
    --tw-translate-y: 550px;
  }

  .tw .group:hover .lg\:group-hover\:translate-y-111{
    --tw-translate-y: 555px;
  }

  .tw .group:hover .lg\:group-hover\:translate-y-112{
    --tw-translate-y: 560px;
  }

  .tw .group:hover .lg\:group-hover\:translate-y-113{
    --tw-translate-y: 565px;
  }

  .tw .group:hover .lg\:group-hover\:translate-y-114{
    --tw-translate-y: 570px;
  }

  .tw .group:hover .lg\:group-hover\:translate-y-115{
    --tw-translate-y: 575px;
  }

  .tw .group:hover .lg\:group-hover\:translate-y-116{
    --tw-translate-y: 580px;
  }

  .tw .group:hover .lg\:group-hover\:translate-y-117{
    --tw-translate-y: 585px;
  }

  .tw .group:hover .lg\:group-hover\:translate-y-118{
    --tw-translate-y: 590px;
  }

  .tw .group:hover .lg\:group-hover\:translate-y-119{
    --tw-translate-y: 595px;
  }

  .tw .group:hover .lg\:group-hover\:translate-y-120{
    --tw-translate-y: 600px;
  }

  .tw .group:hover .lg\:group-hover\:translate-y-121{
    --tw-translate-y: 605px;
  }

  .tw .group:hover .lg\:group-hover\:translate-y-122{
    --tw-translate-y: 610px;
  }

  .tw .group:hover .lg\:group-hover\:translate-y-123{
    --tw-translate-y: 615px;
  }

  .tw .group:hover .lg\:group-hover\:translate-y-124{
    --tw-translate-y: 620px;
  }

  .tw .group:hover .lg\:group-hover\:translate-y-125{
    --tw-translate-y: 625px;
  }

  .tw .group:hover .lg\:group-hover\:translate-y-126{
    --tw-translate-y: 630px;
  }

  .tw .group:hover .lg\:group-hover\:translate-y-127{
    --tw-translate-y: 635px;
  }

  .tw .group:hover .lg\:group-hover\:translate-y-128{
    --tw-translate-y: 640px;
  }

  .tw .group:hover .lg\:group-hover\:translate-y-129{
    --tw-translate-y: 645px;
  }

  .tw .group:hover .lg\:group-hover\:translate-y-130{
    --tw-translate-y: 650px;
  }

  .tw .group:hover .lg\:group-hover\:translate-y-131{
    --tw-translate-y: 655px;
  }

  .tw .group:hover .lg\:group-hover\:translate-y-132{
    --tw-translate-y: 660px;
  }

  .tw .group:hover .lg\:group-hover\:translate-y-133{
    --tw-translate-y: 665px;
  }

  .tw .group:hover .lg\:group-hover\:translate-y-134{
    --tw-translate-y: 670px;
  }

  .tw .group:hover .lg\:group-hover\:translate-y-135{
    --tw-translate-y: 675px;
  }

  .tw .group:hover .lg\:group-hover\:translate-y-136{
    --tw-translate-y: 680px;
  }

  .tw .group:hover .lg\:group-hover\:translate-y-137{
    --tw-translate-y: 685px;
  }

  .tw .group:hover .lg\:group-hover\:translate-y-138{
    --tw-translate-y: 690px;
  }

  .tw .group:hover .lg\:group-hover\:translate-y-139{
    --tw-translate-y: 695px;
  }

  .tw .group:hover .lg\:group-hover\:translate-y-140{
    --tw-translate-y: 700px;
  }

  .tw .group:hover .lg\:group-hover\:translate-y-141{
    --tw-translate-y: 705px;
  }

  .tw .group:hover .lg\:group-hover\:translate-y-142{
    --tw-translate-y: 710px;
  }

  .tw .group:hover .lg\:group-hover\:translate-y-143{
    --tw-translate-y: 715px;
  }

  .tw .group:hover .lg\:group-hover\:translate-y-144{
    --tw-translate-y: 720px;
  }

  .tw .group:hover .lg\:group-hover\:translate-y-145{
    --tw-translate-y: 725px;
  }

  .tw .group:hover .lg\:group-hover\:translate-y-146{
    --tw-translate-y: 730px;
  }

  .tw .group:hover .lg\:group-hover\:translate-y-147{
    --tw-translate-y: 735px;
  }

  .tw .group:hover .lg\:group-hover\:translate-y-148{
    --tw-translate-y: 740px;
  }

  .tw .group:hover .lg\:group-hover\:translate-y-149{
    --tw-translate-y: 745px;
  }

  .tw .group:hover .lg\:group-hover\:translate-y-0\.5{
    --tw-translate-y: 3px;
  }

  .tw .group:hover .lg\:group-hover\:translate-y-1px{
    --tw-translate-y: 1px;
  }

  .tw .group:hover .lg\:group-hover\:translate-y-2px{
    --tw-translate-y: 2px;
  }

  .tw .group:hover .lg\:group-hover\:translate-y-3px{
    --tw-translate-y: 3px;
  }

  .tw .group:hover .lg\:group-hover\:translate-y-4px{
    --tw-translate-y: 4px;
  }

  .tw .group:hover .lg\:group-hover\:translate-y-5px{
    --tw-translate-y: 5px;
  }

  .tw .group:hover .lg\:group-hover\:translate-y-6px{
    --tw-translate-y: 6px;
  }

  .tw .group:hover .lg\:group-hover\:translate-y-7px{
    --tw-translate-y: 7px;
  }

  .tw .group:hover .lg\:group-hover\:translate-y-8px{
    --tw-translate-y: 8px;
  }

  .tw .group:hover .lg\:group-hover\:translate-y-9px{
    --tw-translate-y: 9px;
  }

  .tw .group:hover .lg\:group-hover\:translate-y-10px{
    --tw-translate-y: 10px;
  }

  .tw .group:hover .lg\:group-hover\:translate-y-11px{
    --tw-translate-y: 11px;
  }

  .tw .group:hover .lg\:group-hover\:translate-y-12px{
    --tw-translate-y: 12px;
  }

  .tw .group:hover .lg\:group-hover\:translate-y-13px{
    --tw-translate-y: 13px;
  }

  .tw .group:hover .lg\:group-hover\:translate-y-14px{
    --tw-translate-y: 14px;
  }

  .tw .group:hover .lg\:group-hover\:translate-y-15px{
    --tw-translate-y: 15px;
  }

  .tw .group:hover .lg\:group-hover\:translate-y-16px{
    --tw-translate-y: 16px;
  }

  .tw .group:hover .lg\:group-hover\:translate-y-17px{
    --tw-translate-y: 17px;
  }

  .tw .group:hover .lg\:group-hover\:translate-y-18px{
    --tw-translate-y: 18px;
  }

  .tw .group:hover .lg\:group-hover\:translate-y-19px{
    --tw-translate-y: 19px;
  }

  .tw .group:hover .lg\:group-hover\:translate-y-20px{
    --tw-translate-y: 20px;
  }

  .tw .group:hover .lg\:group-hover\:translate-y-21px{
    --tw-translate-y: 21px;
  }

  .tw .group:hover .lg\:group-hover\:translate-y-22px{
    --tw-translate-y: 22px;
  }

  .tw .group:hover .lg\:group-hover\:translate-y-23px{
    --tw-translate-y: 23px;
  }

  .tw .group:hover .lg\:group-hover\:translate-y-24px{
    --tw-translate-y: 24px;
  }

  .tw .group:hover .lg\:group-hover\:translate-y-25px{
    --tw-translate-y: 25px;
  }

  .tw .group:hover .lg\:group-hover\:translate-y-26px{
    --tw-translate-y: 26px;
  }

  .tw .group:hover .lg\:group-hover\:translate-y-27px{
    --tw-translate-y: 27px;
  }

  .tw .group:hover .lg\:group-hover\:translate-y-28px{
    --tw-translate-y: 28px;
  }

  .tw .group:hover .lg\:group-hover\:translate-y-29px{
    --tw-translate-y: 29px;
  }

  .tw .group:hover .lg\:group-hover\:translate-y-30px{
    --tw-translate-y: 30px;
  }

  .tw .group:hover .lg\:group-hover\:translate-y-31px{
    --tw-translate-y: 31px;
  }

  .tw .group:hover .lg\:group-hover\:translate-y-32px{
    --tw-translate-y: 32px;
  }

  .tw .group:hover .lg\:group-hover\:translate-y-33px{
    --tw-translate-y: 33px;
  }

  .tw .group:hover .lg\:group-hover\:translate-y-34px{
    --tw-translate-y: 34px;
  }

  .tw .group:hover .lg\:group-hover\:translate-y-35px{
    --tw-translate-y: 35px;
  }

  .tw .group:hover .lg\:group-hover\:translate-y-36px{
    --tw-translate-y: 36px;
  }

  .tw .group:hover .lg\:group-hover\:translate-y-37px{
    --tw-translate-y: 37px;
  }

  .tw .group:hover .lg\:group-hover\:translate-y-38px{
    --tw-translate-y: 38px;
  }

  .tw .group:hover .lg\:group-hover\:translate-y-39px{
    --tw-translate-y: 39px;
  }

  .tw .group:hover .lg\:group-hover\:translate-y-40px{
    --tw-translate-y: 40px;
  }

  .tw .group:hover .lg\:group-hover\:-translate-y-0{
    --tw-translate-y: 0px;
  }

  .tw .group:hover .lg\:group-hover\:-translate-y-1{
    --tw-translate-y: -5px;
  }

  .tw .group:hover .lg\:group-hover\:-translate-y-2{
    --tw-translate-y: -10px;
  }

  .tw .group:hover .lg\:group-hover\:-translate-y-3{
    --tw-translate-y: -15px;
  }

  .tw .group:hover .lg\:group-hover\:-translate-y-4{
    --tw-translate-y: -20px;
  }

  .tw .group:hover .lg\:group-hover\:-translate-y-5{
    --tw-translate-y: -25px;
  }

  .tw .group:hover .lg\:group-hover\:-translate-y-6{
    --tw-translate-y: -30px;
  }

  .tw .group:hover .lg\:group-hover\:-translate-y-7{
    --tw-translate-y: -35px;
  }

  .tw .group:hover .lg\:group-hover\:-translate-y-8{
    --tw-translate-y: -40px;
  }

  .tw .group:hover .lg\:group-hover\:-translate-y-9{
    --tw-translate-y: -45px;
  }

  .tw .group:hover .lg\:group-hover\:-translate-y-10{
    --tw-translate-y: -50px;
  }

  .tw .group:hover .lg\:group-hover\:-translate-y-11{
    --tw-translate-y: -55px;
  }

  .tw .group:hover .lg\:group-hover\:-translate-y-12{
    --tw-translate-y: -60px;
  }

  .tw .group:hover .lg\:group-hover\:-translate-y-13{
    --tw-translate-y: -65px;
  }

  .tw .group:hover .lg\:group-hover\:-translate-y-14{
    --tw-translate-y: -70px;
  }

  .tw .group:hover .lg\:group-hover\:-translate-y-15{
    --tw-translate-y: -75px;
  }

  .tw .group:hover .lg\:group-hover\:-translate-y-16{
    --tw-translate-y: -80px;
  }

  .tw .group:hover .lg\:group-hover\:-translate-y-17{
    --tw-translate-y: -85px;
  }

  .tw .group:hover .lg\:group-hover\:-translate-y-18{
    --tw-translate-y: -90px;
  }

  .tw .group:hover .lg\:group-hover\:-translate-y-19{
    --tw-translate-y: -95px;
  }

  .tw .group:hover .lg\:group-hover\:-translate-y-20{
    --tw-translate-y: -100px;
  }

  .tw .group:hover .lg\:group-hover\:-translate-y-21{
    --tw-translate-y: -105px;
  }

  .tw .group:hover .lg\:group-hover\:-translate-y-22{
    --tw-translate-y: -110px;
  }

  .tw .group:hover .lg\:group-hover\:-translate-y-23{
    --tw-translate-y: -115px;
  }

  .tw .group:hover .lg\:group-hover\:-translate-y-24{
    --tw-translate-y: -120px;
  }

  .tw .group:hover .lg\:group-hover\:-translate-y-25{
    --tw-translate-y: -125px;
  }

  .tw .group:hover .lg\:group-hover\:-translate-y-26{
    --tw-translate-y: -130px;
  }

  .tw .group:hover .lg\:group-hover\:-translate-y-27{
    --tw-translate-y: -135px;
  }

  .tw .group:hover .lg\:group-hover\:-translate-y-28{
    --tw-translate-y: -140px;
  }

  .tw .group:hover .lg\:group-hover\:-translate-y-29{
    --tw-translate-y: -145px;
  }

  .tw .group:hover .lg\:group-hover\:-translate-y-30{
    --tw-translate-y: -150px;
  }

  .tw .group:hover .lg\:group-hover\:-translate-y-31{
    --tw-translate-y: -155px;
  }

  .tw .group:hover .lg\:group-hover\:-translate-y-32{
    --tw-translate-y: -160px;
  }

  .tw .group:hover .lg\:group-hover\:-translate-y-33{
    --tw-translate-y: -165px;
  }

  .tw .group:hover .lg\:group-hover\:-translate-y-34{
    --tw-translate-y: -170px;
  }

  .tw .group:hover .lg\:group-hover\:-translate-y-35{
    --tw-translate-y: -175px;
  }

  .tw .group:hover .lg\:group-hover\:-translate-y-36{
    --tw-translate-y: -180px;
  }

  .tw .group:hover .lg\:group-hover\:-translate-y-37{
    --tw-translate-y: -185px;
  }

  .tw .group:hover .lg\:group-hover\:-translate-y-38{
    --tw-translate-y: -190px;
  }

  .tw .group:hover .lg\:group-hover\:-translate-y-39{
    --tw-translate-y: -195px;
  }

  .tw .group:hover .lg\:group-hover\:-translate-y-40{
    --tw-translate-y: -200px;
  }

  .tw .group:hover .lg\:group-hover\:-translate-y-41{
    --tw-translate-y: -205px;
  }

  .tw .group:hover .lg\:group-hover\:-translate-y-42{
    --tw-translate-y: -210px;
  }

  .tw .group:hover .lg\:group-hover\:-translate-y-43{
    --tw-translate-y: -215px;
  }

  .tw .group:hover .lg\:group-hover\:-translate-y-44{
    --tw-translate-y: -220px;
  }

  .tw .group:hover .lg\:group-hover\:-translate-y-45{
    --tw-translate-y: -225px;
  }

  .tw .group:hover .lg\:group-hover\:-translate-y-46{
    --tw-translate-y: -230px;
  }

  .tw .group:hover .lg\:group-hover\:-translate-y-47{
    --tw-translate-y: -235px;
  }

  .tw .group:hover .lg\:group-hover\:-translate-y-48{
    --tw-translate-y: -240px;
  }

  .tw .group:hover .lg\:group-hover\:-translate-y-49{
    --tw-translate-y: -245px;
  }

  .tw .group:hover .lg\:group-hover\:-translate-y-50{
    --tw-translate-y: -250px;
  }

  .tw .group:hover .lg\:group-hover\:-translate-y-51{
    --tw-translate-y: -255px;
  }

  .tw .group:hover .lg\:group-hover\:-translate-y-52{
    --tw-translate-y: -260px;
  }

  .tw .group:hover .lg\:group-hover\:-translate-y-53{
    --tw-translate-y: -265px;
  }

  .tw .group:hover .lg\:group-hover\:-translate-y-54{
    --tw-translate-y: -270px;
  }

  .tw .group:hover .lg\:group-hover\:-translate-y-55{
    --tw-translate-y: -275px;
  }

  .tw .group:hover .lg\:group-hover\:-translate-y-56{
    --tw-translate-y: -280px;
  }

  .tw .group:hover .lg\:group-hover\:-translate-y-57{
    --tw-translate-y: -285px;
  }

  .tw .group:hover .lg\:group-hover\:-translate-y-58{
    --tw-translate-y: -290px;
  }

  .tw .group:hover .lg\:group-hover\:-translate-y-59{
    --tw-translate-y: -295px;
  }

  .tw .group:hover .lg\:group-hover\:-translate-y-60{
    --tw-translate-y: -300px;
  }

  .tw .group:hover .lg\:group-hover\:-translate-y-61{
    --tw-translate-y: -305px;
  }

  .tw .group:hover .lg\:group-hover\:-translate-y-62{
    --tw-translate-y: -310px;
  }

  .tw .group:hover .lg\:group-hover\:-translate-y-63{
    --tw-translate-y: -315px;
  }

  .tw .group:hover .lg\:group-hover\:-translate-y-64{
    --tw-translate-y: -320px;
  }

  .tw .group:hover .lg\:group-hover\:-translate-y-65{
    --tw-translate-y: -325px;
  }

  .tw .group:hover .lg\:group-hover\:-translate-y-66{
    --tw-translate-y: -330px;
  }

  .tw .group:hover .lg\:group-hover\:-translate-y-67{
    --tw-translate-y: -335px;
  }

  .tw .group:hover .lg\:group-hover\:-translate-y-68{
    --tw-translate-y: -340px;
  }

  .tw .group:hover .lg\:group-hover\:-translate-y-69{
    --tw-translate-y: -345px;
  }

  .tw .group:hover .lg\:group-hover\:-translate-y-70{
    --tw-translate-y: -350px;
  }

  .tw .group:hover .lg\:group-hover\:-translate-y-71{
    --tw-translate-y: -355px;
  }

  .tw .group:hover .lg\:group-hover\:-translate-y-72{
    --tw-translate-y: -360px;
  }

  .tw .group:hover .lg\:group-hover\:-translate-y-73{
    --tw-translate-y: -365px;
  }

  .tw .group:hover .lg\:group-hover\:-translate-y-74{
    --tw-translate-y: -370px;
  }

  .tw .group:hover .lg\:group-hover\:-translate-y-75{
    --tw-translate-y: -375px;
  }

  .tw .group:hover .lg\:group-hover\:-translate-y-76{
    --tw-translate-y: -380px;
  }

  .tw .group:hover .lg\:group-hover\:-translate-y-77{
    --tw-translate-y: -385px;
  }

  .tw .group:hover .lg\:group-hover\:-translate-y-78{
    --tw-translate-y: -390px;
  }

  .tw .group:hover .lg\:group-hover\:-translate-y-79{
    --tw-translate-y: -395px;
  }

  .tw .group:hover .lg\:group-hover\:-translate-y-80{
    --tw-translate-y: -400px;
  }

  .tw .group:hover .lg\:group-hover\:-translate-y-81{
    --tw-translate-y: -405px;
  }

  .tw .group:hover .lg\:group-hover\:-translate-y-82{
    --tw-translate-y: -410px;
  }

  .tw .group:hover .lg\:group-hover\:-translate-y-83{
    --tw-translate-y: -415px;
  }

  .tw .group:hover .lg\:group-hover\:-translate-y-84{
    --tw-translate-y: -420px;
  }

  .tw .group:hover .lg\:group-hover\:-translate-y-85{
    --tw-translate-y: -425px;
  }

  .tw .group:hover .lg\:group-hover\:-translate-y-86{
    --tw-translate-y: -430px;
  }

  .tw .group:hover .lg\:group-hover\:-translate-y-87{
    --tw-translate-y: -435px;
  }

  .tw .group:hover .lg\:group-hover\:-translate-y-88{
    --tw-translate-y: -440px;
  }

  .tw .group:hover .lg\:group-hover\:-translate-y-89{
    --tw-translate-y: -445px;
  }

  .tw .group:hover .lg\:group-hover\:-translate-y-90{
    --tw-translate-y: -450px;
  }

  .tw .group:hover .lg\:group-hover\:-translate-y-91{
    --tw-translate-y: -455px;
  }

  .tw .group:hover .lg\:group-hover\:-translate-y-92{
    --tw-translate-y: -460px;
  }

  .tw .group:hover .lg\:group-hover\:-translate-y-93{
    --tw-translate-y: -465px;
  }

  .tw .group:hover .lg\:group-hover\:-translate-y-94{
    --tw-translate-y: -470px;
  }

  .tw .group:hover .lg\:group-hover\:-translate-y-95{
    --tw-translate-y: -475px;
  }

  .tw .group:hover .lg\:group-hover\:-translate-y-96{
    --tw-translate-y: -480px;
  }

  .tw .group:hover .lg\:group-hover\:-translate-y-97{
    --tw-translate-y: -485px;
  }

  .tw .group:hover .lg\:group-hover\:-translate-y-98{
    --tw-translate-y: -490px;
  }

  .tw .group:hover .lg\:group-hover\:-translate-y-99{
    --tw-translate-y: -495px;
  }

  .tw .group:hover .lg\:group-hover\:-translate-y-100{
    --tw-translate-y: -500px;
  }

  .tw .group:hover .lg\:group-hover\:-translate-y-101{
    --tw-translate-y: -505px;
  }

  .tw .group:hover .lg\:group-hover\:-translate-y-102{
    --tw-translate-y: -510px;
  }

  .tw .group:hover .lg\:group-hover\:-translate-y-103{
    --tw-translate-y: -515px;
  }

  .tw .group:hover .lg\:group-hover\:-translate-y-104{
    --tw-translate-y: -520px;
  }

  .tw .group:hover .lg\:group-hover\:-translate-y-105{
    --tw-translate-y: -525px;
  }

  .tw .group:hover .lg\:group-hover\:-translate-y-106{
    --tw-translate-y: -530px;
  }

  .tw .group:hover .lg\:group-hover\:-translate-y-107{
    --tw-translate-y: -535px;
  }

  .tw .group:hover .lg\:group-hover\:-translate-y-108{
    --tw-translate-y: -540px;
  }

  .tw .group:hover .lg\:group-hover\:-translate-y-109{
    --tw-translate-y: -545px;
  }

  .tw .group:hover .lg\:group-hover\:-translate-y-110{
    --tw-translate-y: -550px;
  }

  .tw .group:hover .lg\:group-hover\:-translate-y-111{
    --tw-translate-y: -555px;
  }

  .tw .group:hover .lg\:group-hover\:-translate-y-112{
    --tw-translate-y: -560px;
  }

  .tw .group:hover .lg\:group-hover\:-translate-y-113{
    --tw-translate-y: -565px;
  }

  .tw .group:hover .lg\:group-hover\:-translate-y-114{
    --tw-translate-y: -570px;
  }

  .tw .group:hover .lg\:group-hover\:-translate-y-115{
    --tw-translate-y: -575px;
  }

  .tw .group:hover .lg\:group-hover\:-translate-y-116{
    --tw-translate-y: -580px;
  }

  .tw .group:hover .lg\:group-hover\:-translate-y-117{
    --tw-translate-y: -585px;
  }

  .tw .group:hover .lg\:group-hover\:-translate-y-118{
    --tw-translate-y: -590px;
  }

  .tw .group:hover .lg\:group-hover\:-translate-y-119{
    --tw-translate-y: -595px;
  }

  .tw .group:hover .lg\:group-hover\:-translate-y-120{
    --tw-translate-y: -600px;
  }

  .tw .group:hover .lg\:group-hover\:-translate-y-121{
    --tw-translate-y: -605px;
  }

  .tw .group:hover .lg\:group-hover\:-translate-y-122{
    --tw-translate-y: -610px;
  }

  .tw .group:hover .lg\:group-hover\:-translate-y-123{
    --tw-translate-y: -615px;
  }

  .tw .group:hover .lg\:group-hover\:-translate-y-124{
    --tw-translate-y: -620px;
  }

  .tw .group:hover .lg\:group-hover\:-translate-y-125{
    --tw-translate-y: -625px;
  }

  .tw .group:hover .lg\:group-hover\:-translate-y-126{
    --tw-translate-y: -630px;
  }

  .tw .group:hover .lg\:group-hover\:-translate-y-127{
    --tw-translate-y: -635px;
  }

  .tw .group:hover .lg\:group-hover\:-translate-y-128{
    --tw-translate-y: -640px;
  }

  .tw .group:hover .lg\:group-hover\:-translate-y-129{
    --tw-translate-y: -645px;
  }

  .tw .group:hover .lg\:group-hover\:-translate-y-130{
    --tw-translate-y: -650px;
  }

  .tw .group:hover .lg\:group-hover\:-translate-y-131{
    --tw-translate-y: -655px;
  }

  .tw .group:hover .lg\:group-hover\:-translate-y-132{
    --tw-translate-y: -660px;
  }

  .tw .group:hover .lg\:group-hover\:-translate-y-133{
    --tw-translate-y: -665px;
  }

  .tw .group:hover .lg\:group-hover\:-translate-y-134{
    --tw-translate-y: -670px;
  }

  .tw .group:hover .lg\:group-hover\:-translate-y-135{
    --tw-translate-y: -675px;
  }

  .tw .group:hover .lg\:group-hover\:-translate-y-136{
    --tw-translate-y: -680px;
  }

  .tw .group:hover .lg\:group-hover\:-translate-y-137{
    --tw-translate-y: -685px;
  }

  .tw .group:hover .lg\:group-hover\:-translate-y-138{
    --tw-translate-y: -690px;
  }

  .tw .group:hover .lg\:group-hover\:-translate-y-139{
    --tw-translate-y: -695px;
  }

  .tw .group:hover .lg\:group-hover\:-translate-y-140{
    --tw-translate-y: -700px;
  }

  .tw .group:hover .lg\:group-hover\:-translate-y-141{
    --tw-translate-y: -705px;
  }

  .tw .group:hover .lg\:group-hover\:-translate-y-142{
    --tw-translate-y: -710px;
  }

  .tw .group:hover .lg\:group-hover\:-translate-y-143{
    --tw-translate-y: -715px;
  }

  .tw .group:hover .lg\:group-hover\:-translate-y-144{
    --tw-translate-y: -720px;
  }

  .tw .group:hover .lg\:group-hover\:-translate-y-145{
    --tw-translate-y: -725px;
  }

  .tw .group:hover .lg\:group-hover\:-translate-y-146{
    --tw-translate-y: -730px;
  }

  .tw .group:hover .lg\:group-hover\:-translate-y-147{
    --tw-translate-y: -735px;
  }

  .tw .group:hover .lg\:group-hover\:-translate-y-148{
    --tw-translate-y: -740px;
  }

  .tw .group:hover .lg\:group-hover\:-translate-y-149{
    --tw-translate-y: -745px;
  }

  .tw .group:hover .lg\:group-hover\:-translate-y-0\.5{
    --tw-translate-y: -3px;
  }

  .tw .group:hover .lg\:group-hover\:-translate-y-1px{
    --tw-translate-y: -1px;
  }

  .tw .group:hover .lg\:group-hover\:-translate-y-2px{
    --tw-translate-y: -2px;
  }

  .tw .group:hover .lg\:group-hover\:-translate-y-3px{
    --tw-translate-y: -3px;
  }

  .tw .group:hover .lg\:group-hover\:-translate-y-4px{
    --tw-translate-y: -4px;
  }

  .tw .group:hover .lg\:group-hover\:-translate-y-5px{
    --tw-translate-y: -5px;
  }

  .tw .group:hover .lg\:group-hover\:-translate-y-6px{
    --tw-translate-y: -6px;
  }

  .tw .group:hover .lg\:group-hover\:-translate-y-7px{
    --tw-translate-y: -7px;
  }

  .tw .group:hover .lg\:group-hover\:-translate-y-8px{
    --tw-translate-y: -8px;
  }

  .tw .group:hover .lg\:group-hover\:-translate-y-9px{
    --tw-translate-y: -9px;
  }

  .tw .group:hover .lg\:group-hover\:-translate-y-10px{
    --tw-translate-y: -10px;
  }

  .tw .group:hover .lg\:group-hover\:-translate-y-11px{
    --tw-translate-y: -11px;
  }

  .tw .group:hover .lg\:group-hover\:-translate-y-12px{
    --tw-translate-y: -12px;
  }

  .tw .group:hover .lg\:group-hover\:-translate-y-13px{
    --tw-translate-y: -13px;
  }

  .tw .group:hover .lg\:group-hover\:-translate-y-14px{
    --tw-translate-y: -14px;
  }

  .tw .group:hover .lg\:group-hover\:-translate-y-15px{
    --tw-translate-y: -15px;
  }

  .tw .group:hover .lg\:group-hover\:-translate-y-16px{
    --tw-translate-y: -16px;
  }

  .tw .group:hover .lg\:group-hover\:-translate-y-17px{
    --tw-translate-y: -17px;
  }

  .tw .group:hover .lg\:group-hover\:-translate-y-18px{
    --tw-translate-y: -18px;
  }

  .tw .group:hover .lg\:group-hover\:-translate-y-19px{
    --tw-translate-y: -19px;
  }

  .tw .group:hover .lg\:group-hover\:-translate-y-20px{
    --tw-translate-y: -20px;
  }

  .tw .group:hover .lg\:group-hover\:-translate-y-21px{
    --tw-translate-y: -21px;
  }

  .tw .group:hover .lg\:group-hover\:-translate-y-22px{
    --tw-translate-y: -22px;
  }

  .tw .group:hover .lg\:group-hover\:-translate-y-23px{
    --tw-translate-y: -23px;
  }

  .tw .group:hover .lg\:group-hover\:-translate-y-24px{
    --tw-translate-y: -24px;
  }

  .tw .group:hover .lg\:group-hover\:-translate-y-25px{
    --tw-translate-y: -25px;
  }

  .tw .group:hover .lg\:group-hover\:-translate-y-26px{
    --tw-translate-y: -26px;
  }

  .tw .group:hover .lg\:group-hover\:-translate-y-27px{
    --tw-translate-y: -27px;
  }

  .tw .group:hover .lg\:group-hover\:-translate-y-28px{
    --tw-translate-y: -28px;
  }

  .tw .group:hover .lg\:group-hover\:-translate-y-29px{
    --tw-translate-y: -29px;
  }

  .tw .group:hover .lg\:group-hover\:-translate-y-30px{
    --tw-translate-y: -30px;
  }

  .tw .group:hover .lg\:group-hover\:-translate-y-31px{
    --tw-translate-y: -31px;
  }

  .tw .group:hover .lg\:group-hover\:-translate-y-32px{
    --tw-translate-y: -32px;
  }

  .tw .group:hover .lg\:group-hover\:-translate-y-33px{
    --tw-translate-y: -33px;
  }

  .tw .group:hover .lg\:group-hover\:-translate-y-34px{
    --tw-translate-y: -34px;
  }

  .tw .group:hover .lg\:group-hover\:-translate-y-35px{
    --tw-translate-y: -35px;
  }

  .tw .group:hover .lg\:group-hover\:-translate-y-36px{
    --tw-translate-y: -36px;
  }

  .tw .group:hover .lg\:group-hover\:-translate-y-37px{
    --tw-translate-y: -37px;
  }

  .tw .group:hover .lg\:group-hover\:-translate-y-38px{
    --tw-translate-y: -38px;
  }

  .tw .group:hover .lg\:group-hover\:-translate-y-39px{
    --tw-translate-y: -39px;
  }

  .tw .group:hover .lg\:group-hover\:-translate-y-40px{
    --tw-translate-y: -40px;
  }

  .tw .group:hover .lg\:group-hover\:translate-y-1\/2{
    --tw-translate-y: 50%;
  }

  .tw .group:hover .lg\:group-hover\:translate-y-1\/3{
    --tw-translate-y: 33.333333%;
  }

  .tw .group:hover .lg\:group-hover\:translate-y-2\/3{
    --tw-translate-y: 66.666667%;
  }

  .tw .group:hover .lg\:group-hover\:translate-y-1\/4{
    --tw-translate-y: 25%;
  }

  .tw .group:hover .lg\:group-hover\:translate-y-2\/4{
    --tw-translate-y: 50%;
  }

  .tw .group:hover .lg\:group-hover\:translate-y-3\/4{
    --tw-translate-y: 75%;
  }

  .tw .group:hover .lg\:group-hover\:translate-y-full{
    --tw-translate-y: 100%;
  }

  .tw .group:hover .lg\:group-hover\:-translate-y-1\/2{
    --tw-translate-y: -50%;
  }

  .tw .group:hover .lg\:group-hover\:-translate-y-1\/3{
    --tw-translate-y: -33.333333%;
  }

  .tw .group:hover .lg\:group-hover\:-translate-y-2\/3{
    --tw-translate-y: -66.666667%;
  }

  .tw .group:hover .lg\:group-hover\:-translate-y-1\/4{
    --tw-translate-y: -25%;
  }

  .tw .group:hover .lg\:group-hover\:-translate-y-2\/4{
    --tw-translate-y: -50%;
  }

  .tw .group:hover .lg\:group-hover\:-translate-y-3\/4{
    --tw-translate-y: -75%;
  }

  .tw .group:hover .lg\:group-hover\:-translate-y-full{
    --tw-translate-y: -100%;
  }

  .tw .lg\:hover\:translate-x-0:hover{
    --tw-translate-x: 0px;
  }

  .tw .lg\:hover\:translate-x-1:hover{
    --tw-translate-x: 5px;
  }

  .tw .lg\:hover\:translate-x-2:hover{
    --tw-translate-x: 10px;
  }

  .tw .lg\:hover\:translate-x-3:hover{
    --tw-translate-x: 15px;
  }

  .tw .lg\:hover\:translate-x-4:hover{
    --tw-translate-x: 20px;
  }

  .tw .lg\:hover\:translate-x-5:hover{
    --tw-translate-x: 25px;
  }

  .tw .lg\:hover\:translate-x-6:hover{
    --tw-translate-x: 30px;
  }

  .tw .lg\:hover\:translate-x-7:hover{
    --tw-translate-x: 35px;
  }

  .tw .lg\:hover\:translate-x-8:hover{
    --tw-translate-x: 40px;
  }

  .tw .lg\:hover\:translate-x-9:hover{
    --tw-translate-x: 45px;
  }

  .tw .lg\:hover\:translate-x-10:hover{
    --tw-translate-x: 50px;
  }

  .tw .lg\:hover\:translate-x-11:hover{
    --tw-translate-x: 55px;
  }

  .tw .lg\:hover\:translate-x-12:hover{
    --tw-translate-x: 60px;
  }

  .tw .lg\:hover\:translate-x-13:hover{
    --tw-translate-x: 65px;
  }

  .tw .lg\:hover\:translate-x-14:hover{
    --tw-translate-x: 70px;
  }

  .tw .lg\:hover\:translate-x-15:hover{
    --tw-translate-x: 75px;
  }

  .tw .lg\:hover\:translate-x-16:hover{
    --tw-translate-x: 80px;
  }

  .tw .lg\:hover\:translate-x-17:hover{
    --tw-translate-x: 85px;
  }

  .tw .lg\:hover\:translate-x-18:hover{
    --tw-translate-x: 90px;
  }

  .tw .lg\:hover\:translate-x-19:hover{
    --tw-translate-x: 95px;
  }

  .tw .lg\:hover\:translate-x-20:hover{
    --tw-translate-x: 100px;
  }

  .tw .lg\:hover\:translate-x-21:hover{
    --tw-translate-x: 105px;
  }

  .tw .lg\:hover\:translate-x-22:hover{
    --tw-translate-x: 110px;
  }

  .tw .lg\:hover\:translate-x-23:hover{
    --tw-translate-x: 115px;
  }

  .tw .lg\:hover\:translate-x-24:hover{
    --tw-translate-x: 120px;
  }

  .tw .lg\:hover\:translate-x-25:hover{
    --tw-translate-x: 125px;
  }

  .tw .lg\:hover\:translate-x-26:hover{
    --tw-translate-x: 130px;
  }

  .tw .lg\:hover\:translate-x-27:hover{
    --tw-translate-x: 135px;
  }

  .tw .lg\:hover\:translate-x-28:hover{
    --tw-translate-x: 140px;
  }

  .tw .lg\:hover\:translate-x-29:hover{
    --tw-translate-x: 145px;
  }

  .tw .lg\:hover\:translate-x-30:hover{
    --tw-translate-x: 150px;
  }

  .tw .lg\:hover\:translate-x-31:hover{
    --tw-translate-x: 155px;
  }

  .tw .lg\:hover\:translate-x-32:hover{
    --tw-translate-x: 160px;
  }

  .tw .lg\:hover\:translate-x-33:hover{
    --tw-translate-x: 165px;
  }

  .tw .lg\:hover\:translate-x-34:hover{
    --tw-translate-x: 170px;
  }

  .tw .lg\:hover\:translate-x-35:hover{
    --tw-translate-x: 175px;
  }

  .tw .lg\:hover\:translate-x-36:hover{
    --tw-translate-x: 180px;
  }

  .tw .lg\:hover\:translate-x-37:hover{
    --tw-translate-x: 185px;
  }

  .tw .lg\:hover\:translate-x-38:hover{
    --tw-translate-x: 190px;
  }

  .tw .lg\:hover\:translate-x-39:hover{
    --tw-translate-x: 195px;
  }

  .tw .lg\:hover\:translate-x-40:hover{
    --tw-translate-x: 200px;
  }

  .tw .lg\:hover\:translate-x-41:hover{
    --tw-translate-x: 205px;
  }

  .tw .lg\:hover\:translate-x-42:hover{
    --tw-translate-x: 210px;
  }

  .tw .lg\:hover\:translate-x-43:hover{
    --tw-translate-x: 215px;
  }

  .tw .lg\:hover\:translate-x-44:hover{
    --tw-translate-x: 220px;
  }

  .tw .lg\:hover\:translate-x-45:hover{
    --tw-translate-x: 225px;
  }

  .tw .lg\:hover\:translate-x-46:hover{
    --tw-translate-x: 230px;
  }

  .tw .lg\:hover\:translate-x-47:hover{
    --tw-translate-x: 235px;
  }

  .tw .lg\:hover\:translate-x-48:hover{
    --tw-translate-x: 240px;
  }

  .tw .lg\:hover\:translate-x-49:hover{
    --tw-translate-x: 245px;
  }

  .tw .lg\:hover\:translate-x-50:hover{
    --tw-translate-x: 250px;
  }

  .tw .lg\:hover\:translate-x-51:hover{
    --tw-translate-x: 255px;
  }

  .tw .lg\:hover\:translate-x-52:hover{
    --tw-translate-x: 260px;
  }

  .tw .lg\:hover\:translate-x-53:hover{
    --tw-translate-x: 265px;
  }

  .tw .lg\:hover\:translate-x-54:hover{
    --tw-translate-x: 270px;
  }

  .tw .lg\:hover\:translate-x-55:hover{
    --tw-translate-x: 275px;
  }

  .tw .lg\:hover\:translate-x-56:hover{
    --tw-translate-x: 280px;
  }

  .tw .lg\:hover\:translate-x-57:hover{
    --tw-translate-x: 285px;
  }

  .tw .lg\:hover\:translate-x-58:hover{
    --tw-translate-x: 290px;
  }

  .tw .lg\:hover\:translate-x-59:hover{
    --tw-translate-x: 295px;
  }

  .tw .lg\:hover\:translate-x-60:hover{
    --tw-translate-x: 300px;
  }

  .tw .lg\:hover\:translate-x-61:hover{
    --tw-translate-x: 305px;
  }

  .tw .lg\:hover\:translate-x-62:hover{
    --tw-translate-x: 310px;
  }

  .tw .lg\:hover\:translate-x-63:hover{
    --tw-translate-x: 315px;
  }

  .tw .lg\:hover\:translate-x-64:hover{
    --tw-translate-x: 320px;
  }

  .tw .lg\:hover\:translate-x-65:hover{
    --tw-translate-x: 325px;
  }

  .tw .lg\:hover\:translate-x-66:hover{
    --tw-translate-x: 330px;
  }

  .tw .lg\:hover\:translate-x-67:hover{
    --tw-translate-x: 335px;
  }

  .tw .lg\:hover\:translate-x-68:hover{
    --tw-translate-x: 340px;
  }

  .tw .lg\:hover\:translate-x-69:hover{
    --tw-translate-x: 345px;
  }

  .tw .lg\:hover\:translate-x-70:hover{
    --tw-translate-x: 350px;
  }

  .tw .lg\:hover\:translate-x-71:hover{
    --tw-translate-x: 355px;
  }

  .tw .lg\:hover\:translate-x-72:hover{
    --tw-translate-x: 360px;
  }

  .tw .lg\:hover\:translate-x-73:hover{
    --tw-translate-x: 365px;
  }

  .tw .lg\:hover\:translate-x-74:hover{
    --tw-translate-x: 370px;
  }

  .tw .lg\:hover\:translate-x-75:hover{
    --tw-translate-x: 375px;
  }

  .tw .lg\:hover\:translate-x-76:hover{
    --tw-translate-x: 380px;
  }

  .tw .lg\:hover\:translate-x-77:hover{
    --tw-translate-x: 385px;
  }

  .tw .lg\:hover\:translate-x-78:hover{
    --tw-translate-x: 390px;
  }

  .tw .lg\:hover\:translate-x-79:hover{
    --tw-translate-x: 395px;
  }

  .tw .lg\:hover\:translate-x-80:hover{
    --tw-translate-x: 400px;
  }

  .tw .lg\:hover\:translate-x-81:hover{
    --tw-translate-x: 405px;
  }

  .tw .lg\:hover\:translate-x-82:hover{
    --tw-translate-x: 410px;
  }

  .tw .lg\:hover\:translate-x-83:hover{
    --tw-translate-x: 415px;
  }

  .tw .lg\:hover\:translate-x-84:hover{
    --tw-translate-x: 420px;
  }

  .tw .lg\:hover\:translate-x-85:hover{
    --tw-translate-x: 425px;
  }

  .tw .lg\:hover\:translate-x-86:hover{
    --tw-translate-x: 430px;
  }

  .tw .lg\:hover\:translate-x-87:hover{
    --tw-translate-x: 435px;
  }

  .tw .lg\:hover\:translate-x-88:hover{
    --tw-translate-x: 440px;
  }

  .tw .lg\:hover\:translate-x-89:hover{
    --tw-translate-x: 445px;
  }

  .tw .lg\:hover\:translate-x-90:hover{
    --tw-translate-x: 450px;
  }

  .tw .lg\:hover\:translate-x-91:hover{
    --tw-translate-x: 455px;
  }

  .tw .lg\:hover\:translate-x-92:hover{
    --tw-translate-x: 460px;
  }

  .tw .lg\:hover\:translate-x-93:hover{
    --tw-translate-x: 465px;
  }

  .tw .lg\:hover\:translate-x-94:hover{
    --tw-translate-x: 470px;
  }

  .tw .lg\:hover\:translate-x-95:hover{
    --tw-translate-x: 475px;
  }

  .tw .lg\:hover\:translate-x-96:hover{
    --tw-translate-x: 480px;
  }

  .tw .lg\:hover\:translate-x-97:hover{
    --tw-translate-x: 485px;
  }

  .tw .lg\:hover\:translate-x-98:hover{
    --tw-translate-x: 490px;
  }

  .tw .lg\:hover\:translate-x-99:hover{
    --tw-translate-x: 495px;
  }

  .tw .lg\:hover\:translate-x-100:hover{
    --tw-translate-x: 500px;
  }

  .tw .lg\:hover\:translate-x-101:hover{
    --tw-translate-x: 505px;
  }

  .tw .lg\:hover\:translate-x-102:hover{
    --tw-translate-x: 510px;
  }

  .tw .lg\:hover\:translate-x-103:hover{
    --tw-translate-x: 515px;
  }

  .tw .lg\:hover\:translate-x-104:hover{
    --tw-translate-x: 520px;
  }

  .tw .lg\:hover\:translate-x-105:hover{
    --tw-translate-x: 525px;
  }

  .tw .lg\:hover\:translate-x-106:hover{
    --tw-translate-x: 530px;
  }

  .tw .lg\:hover\:translate-x-107:hover{
    --tw-translate-x: 535px;
  }

  .tw .lg\:hover\:translate-x-108:hover{
    --tw-translate-x: 540px;
  }

  .tw .lg\:hover\:translate-x-109:hover{
    --tw-translate-x: 545px;
  }

  .tw .lg\:hover\:translate-x-110:hover{
    --tw-translate-x: 550px;
  }

  .tw .lg\:hover\:translate-x-111:hover{
    --tw-translate-x: 555px;
  }

  .tw .lg\:hover\:translate-x-112:hover{
    --tw-translate-x: 560px;
  }

  .tw .lg\:hover\:translate-x-113:hover{
    --tw-translate-x: 565px;
  }

  .tw .lg\:hover\:translate-x-114:hover{
    --tw-translate-x: 570px;
  }

  .tw .lg\:hover\:translate-x-115:hover{
    --tw-translate-x: 575px;
  }

  .tw .lg\:hover\:translate-x-116:hover{
    --tw-translate-x: 580px;
  }

  .tw .lg\:hover\:translate-x-117:hover{
    --tw-translate-x: 585px;
  }

  .tw .lg\:hover\:translate-x-118:hover{
    --tw-translate-x: 590px;
  }

  .tw .lg\:hover\:translate-x-119:hover{
    --tw-translate-x: 595px;
  }

  .tw .lg\:hover\:translate-x-120:hover{
    --tw-translate-x: 600px;
  }

  .tw .lg\:hover\:translate-x-121:hover{
    --tw-translate-x: 605px;
  }

  .tw .lg\:hover\:translate-x-122:hover{
    --tw-translate-x: 610px;
  }

  .tw .lg\:hover\:translate-x-123:hover{
    --tw-translate-x: 615px;
  }

  .tw .lg\:hover\:translate-x-124:hover{
    --tw-translate-x: 620px;
  }

  .tw .lg\:hover\:translate-x-125:hover{
    --tw-translate-x: 625px;
  }

  .tw .lg\:hover\:translate-x-126:hover{
    --tw-translate-x: 630px;
  }

  .tw .lg\:hover\:translate-x-127:hover{
    --tw-translate-x: 635px;
  }

  .tw .lg\:hover\:translate-x-128:hover{
    --tw-translate-x: 640px;
  }

  .tw .lg\:hover\:translate-x-129:hover{
    --tw-translate-x: 645px;
  }

  .tw .lg\:hover\:translate-x-130:hover{
    --tw-translate-x: 650px;
  }

  .tw .lg\:hover\:translate-x-131:hover{
    --tw-translate-x: 655px;
  }

  .tw .lg\:hover\:translate-x-132:hover{
    --tw-translate-x: 660px;
  }

  .tw .lg\:hover\:translate-x-133:hover{
    --tw-translate-x: 665px;
  }

  .tw .lg\:hover\:translate-x-134:hover{
    --tw-translate-x: 670px;
  }

  .tw .lg\:hover\:translate-x-135:hover{
    --tw-translate-x: 675px;
  }

  .tw .lg\:hover\:translate-x-136:hover{
    --tw-translate-x: 680px;
  }

  .tw .lg\:hover\:translate-x-137:hover{
    --tw-translate-x: 685px;
  }

  .tw .lg\:hover\:translate-x-138:hover{
    --tw-translate-x: 690px;
  }

  .tw .lg\:hover\:translate-x-139:hover{
    --tw-translate-x: 695px;
  }

  .tw .lg\:hover\:translate-x-140:hover{
    --tw-translate-x: 700px;
  }

  .tw .lg\:hover\:translate-x-141:hover{
    --tw-translate-x: 705px;
  }

  .tw .lg\:hover\:translate-x-142:hover{
    --tw-translate-x: 710px;
  }

  .tw .lg\:hover\:translate-x-143:hover{
    --tw-translate-x: 715px;
  }

  .tw .lg\:hover\:translate-x-144:hover{
    --tw-translate-x: 720px;
  }

  .tw .lg\:hover\:translate-x-145:hover{
    --tw-translate-x: 725px;
  }

  .tw .lg\:hover\:translate-x-146:hover{
    --tw-translate-x: 730px;
  }

  .tw .lg\:hover\:translate-x-147:hover{
    --tw-translate-x: 735px;
  }

  .tw .lg\:hover\:translate-x-148:hover{
    --tw-translate-x: 740px;
  }

  .tw .lg\:hover\:translate-x-149:hover{
    --tw-translate-x: 745px;
  }

  .tw .lg\:hover\:translate-x-0\.5:hover{
    --tw-translate-x: 3px;
  }

  .tw .lg\:hover\:translate-x-1px:hover{
    --tw-translate-x: 1px;
  }

  .tw .lg\:hover\:translate-x-2px:hover{
    --tw-translate-x: 2px;
  }

  .tw .lg\:hover\:translate-x-3px:hover{
    --tw-translate-x: 3px;
  }

  .tw .lg\:hover\:translate-x-4px:hover{
    --tw-translate-x: 4px;
  }

  .tw .lg\:hover\:translate-x-5px:hover{
    --tw-translate-x: 5px;
  }

  .tw .lg\:hover\:translate-x-6px:hover{
    --tw-translate-x: 6px;
  }

  .tw .lg\:hover\:translate-x-7px:hover{
    --tw-translate-x: 7px;
  }

  .tw .lg\:hover\:translate-x-8px:hover{
    --tw-translate-x: 8px;
  }

  .tw .lg\:hover\:translate-x-9px:hover{
    --tw-translate-x: 9px;
  }

  .tw .lg\:hover\:translate-x-10px:hover{
    --tw-translate-x: 10px;
  }

  .tw .lg\:hover\:translate-x-11px:hover{
    --tw-translate-x: 11px;
  }

  .tw .lg\:hover\:translate-x-12px:hover{
    --tw-translate-x: 12px;
  }

  .tw .lg\:hover\:translate-x-13px:hover{
    --tw-translate-x: 13px;
  }

  .tw .lg\:hover\:translate-x-14px:hover{
    --tw-translate-x: 14px;
  }

  .tw .lg\:hover\:translate-x-15px:hover{
    --tw-translate-x: 15px;
  }

  .tw .lg\:hover\:translate-x-16px:hover{
    --tw-translate-x: 16px;
  }

  .tw .lg\:hover\:translate-x-17px:hover{
    --tw-translate-x: 17px;
  }

  .tw .lg\:hover\:translate-x-18px:hover{
    --tw-translate-x: 18px;
  }

  .tw .lg\:hover\:translate-x-19px:hover{
    --tw-translate-x: 19px;
  }

  .tw .lg\:hover\:translate-x-20px:hover{
    --tw-translate-x: 20px;
  }

  .tw .lg\:hover\:translate-x-21px:hover{
    --tw-translate-x: 21px;
  }

  .tw .lg\:hover\:translate-x-22px:hover{
    --tw-translate-x: 22px;
  }

  .tw .lg\:hover\:translate-x-23px:hover{
    --tw-translate-x: 23px;
  }

  .tw .lg\:hover\:translate-x-24px:hover{
    --tw-translate-x: 24px;
  }

  .tw .lg\:hover\:translate-x-25px:hover{
    --tw-translate-x: 25px;
  }

  .tw .lg\:hover\:translate-x-26px:hover{
    --tw-translate-x: 26px;
  }

  .tw .lg\:hover\:translate-x-27px:hover{
    --tw-translate-x: 27px;
  }

  .tw .lg\:hover\:translate-x-28px:hover{
    --tw-translate-x: 28px;
  }

  .tw .lg\:hover\:translate-x-29px:hover{
    --tw-translate-x: 29px;
  }

  .tw .lg\:hover\:translate-x-30px:hover{
    --tw-translate-x: 30px;
  }

  .tw .lg\:hover\:translate-x-31px:hover{
    --tw-translate-x: 31px;
  }

  .tw .lg\:hover\:translate-x-32px:hover{
    --tw-translate-x: 32px;
  }

  .tw .lg\:hover\:translate-x-33px:hover{
    --tw-translate-x: 33px;
  }

  .tw .lg\:hover\:translate-x-34px:hover{
    --tw-translate-x: 34px;
  }

  .tw .lg\:hover\:translate-x-35px:hover{
    --tw-translate-x: 35px;
  }

  .tw .lg\:hover\:translate-x-36px:hover{
    --tw-translate-x: 36px;
  }

  .tw .lg\:hover\:translate-x-37px:hover{
    --tw-translate-x: 37px;
  }

  .tw .lg\:hover\:translate-x-38px:hover{
    --tw-translate-x: 38px;
  }

  .tw .lg\:hover\:translate-x-39px:hover{
    --tw-translate-x: 39px;
  }

  .tw .lg\:hover\:translate-x-40px:hover{
    --tw-translate-x: 40px;
  }

  .tw .lg\:hover\:-translate-x-0:hover{
    --tw-translate-x: 0px;
  }

  .tw .lg\:hover\:-translate-x-1:hover{
    --tw-translate-x: -5px;
  }

  .tw .lg\:hover\:-translate-x-2:hover{
    --tw-translate-x: -10px;
  }

  .tw .lg\:hover\:-translate-x-3:hover{
    --tw-translate-x: -15px;
  }

  .tw .lg\:hover\:-translate-x-4:hover{
    --tw-translate-x: -20px;
  }

  .tw .lg\:hover\:-translate-x-5:hover{
    --tw-translate-x: -25px;
  }

  .tw .lg\:hover\:-translate-x-6:hover{
    --tw-translate-x: -30px;
  }

  .tw .lg\:hover\:-translate-x-7:hover{
    --tw-translate-x: -35px;
  }

  .tw .lg\:hover\:-translate-x-8:hover{
    --tw-translate-x: -40px;
  }

  .tw .lg\:hover\:-translate-x-9:hover{
    --tw-translate-x: -45px;
  }

  .tw .lg\:hover\:-translate-x-10:hover{
    --tw-translate-x: -50px;
  }

  .tw .lg\:hover\:-translate-x-11:hover{
    --tw-translate-x: -55px;
  }

  .tw .lg\:hover\:-translate-x-12:hover{
    --tw-translate-x: -60px;
  }

  .tw .lg\:hover\:-translate-x-13:hover{
    --tw-translate-x: -65px;
  }

  .tw .lg\:hover\:-translate-x-14:hover{
    --tw-translate-x: -70px;
  }

  .tw .lg\:hover\:-translate-x-15:hover{
    --tw-translate-x: -75px;
  }

  .tw .lg\:hover\:-translate-x-16:hover{
    --tw-translate-x: -80px;
  }

  .tw .lg\:hover\:-translate-x-17:hover{
    --tw-translate-x: -85px;
  }

  .tw .lg\:hover\:-translate-x-18:hover{
    --tw-translate-x: -90px;
  }

  .tw .lg\:hover\:-translate-x-19:hover{
    --tw-translate-x: -95px;
  }

  .tw .lg\:hover\:-translate-x-20:hover{
    --tw-translate-x: -100px;
  }

  .tw .lg\:hover\:-translate-x-21:hover{
    --tw-translate-x: -105px;
  }

  .tw .lg\:hover\:-translate-x-22:hover{
    --tw-translate-x: -110px;
  }

  .tw .lg\:hover\:-translate-x-23:hover{
    --tw-translate-x: -115px;
  }

  .tw .lg\:hover\:-translate-x-24:hover{
    --tw-translate-x: -120px;
  }

  .tw .lg\:hover\:-translate-x-25:hover{
    --tw-translate-x: -125px;
  }

  .tw .lg\:hover\:-translate-x-26:hover{
    --tw-translate-x: -130px;
  }

  .tw .lg\:hover\:-translate-x-27:hover{
    --tw-translate-x: -135px;
  }

  .tw .lg\:hover\:-translate-x-28:hover{
    --tw-translate-x: -140px;
  }

  .tw .lg\:hover\:-translate-x-29:hover{
    --tw-translate-x: -145px;
  }

  .tw .lg\:hover\:-translate-x-30:hover{
    --tw-translate-x: -150px;
  }

  .tw .lg\:hover\:-translate-x-31:hover{
    --tw-translate-x: -155px;
  }

  .tw .lg\:hover\:-translate-x-32:hover{
    --tw-translate-x: -160px;
  }

  .tw .lg\:hover\:-translate-x-33:hover{
    --tw-translate-x: -165px;
  }

  .tw .lg\:hover\:-translate-x-34:hover{
    --tw-translate-x: -170px;
  }

  .tw .lg\:hover\:-translate-x-35:hover{
    --tw-translate-x: -175px;
  }

  .tw .lg\:hover\:-translate-x-36:hover{
    --tw-translate-x: -180px;
  }

  .tw .lg\:hover\:-translate-x-37:hover{
    --tw-translate-x: -185px;
  }

  .tw .lg\:hover\:-translate-x-38:hover{
    --tw-translate-x: -190px;
  }

  .tw .lg\:hover\:-translate-x-39:hover{
    --tw-translate-x: -195px;
  }

  .tw .lg\:hover\:-translate-x-40:hover{
    --tw-translate-x: -200px;
  }

  .tw .lg\:hover\:-translate-x-41:hover{
    --tw-translate-x: -205px;
  }

  .tw .lg\:hover\:-translate-x-42:hover{
    --tw-translate-x: -210px;
  }

  .tw .lg\:hover\:-translate-x-43:hover{
    --tw-translate-x: -215px;
  }

  .tw .lg\:hover\:-translate-x-44:hover{
    --tw-translate-x: -220px;
  }

  .tw .lg\:hover\:-translate-x-45:hover{
    --tw-translate-x: -225px;
  }

  .tw .lg\:hover\:-translate-x-46:hover{
    --tw-translate-x: -230px;
  }

  .tw .lg\:hover\:-translate-x-47:hover{
    --tw-translate-x: -235px;
  }

  .tw .lg\:hover\:-translate-x-48:hover{
    --tw-translate-x: -240px;
  }

  .tw .lg\:hover\:-translate-x-49:hover{
    --tw-translate-x: -245px;
  }

  .tw .lg\:hover\:-translate-x-50:hover{
    --tw-translate-x: -250px;
  }

  .tw .lg\:hover\:-translate-x-51:hover{
    --tw-translate-x: -255px;
  }

  .tw .lg\:hover\:-translate-x-52:hover{
    --tw-translate-x: -260px;
  }

  .tw .lg\:hover\:-translate-x-53:hover{
    --tw-translate-x: -265px;
  }

  .tw .lg\:hover\:-translate-x-54:hover{
    --tw-translate-x: -270px;
  }

  .tw .lg\:hover\:-translate-x-55:hover{
    --tw-translate-x: -275px;
  }

  .tw .lg\:hover\:-translate-x-56:hover{
    --tw-translate-x: -280px;
  }

  .tw .lg\:hover\:-translate-x-57:hover{
    --tw-translate-x: -285px;
  }

  .tw .lg\:hover\:-translate-x-58:hover{
    --tw-translate-x: -290px;
  }

  .tw .lg\:hover\:-translate-x-59:hover{
    --tw-translate-x: -295px;
  }

  .tw .lg\:hover\:-translate-x-60:hover{
    --tw-translate-x: -300px;
  }

  .tw .lg\:hover\:-translate-x-61:hover{
    --tw-translate-x: -305px;
  }

  .tw .lg\:hover\:-translate-x-62:hover{
    --tw-translate-x: -310px;
  }

  .tw .lg\:hover\:-translate-x-63:hover{
    --tw-translate-x: -315px;
  }

  .tw .lg\:hover\:-translate-x-64:hover{
    --tw-translate-x: -320px;
  }

  .tw .lg\:hover\:-translate-x-65:hover{
    --tw-translate-x: -325px;
  }

  .tw .lg\:hover\:-translate-x-66:hover{
    --tw-translate-x: -330px;
  }

  .tw .lg\:hover\:-translate-x-67:hover{
    --tw-translate-x: -335px;
  }

  .tw .lg\:hover\:-translate-x-68:hover{
    --tw-translate-x: -340px;
  }

  .tw .lg\:hover\:-translate-x-69:hover{
    --tw-translate-x: -345px;
  }

  .tw .lg\:hover\:-translate-x-70:hover{
    --tw-translate-x: -350px;
  }

  .tw .lg\:hover\:-translate-x-71:hover{
    --tw-translate-x: -355px;
  }

  .tw .lg\:hover\:-translate-x-72:hover{
    --tw-translate-x: -360px;
  }

  .tw .lg\:hover\:-translate-x-73:hover{
    --tw-translate-x: -365px;
  }

  .tw .lg\:hover\:-translate-x-74:hover{
    --tw-translate-x: -370px;
  }

  .tw .lg\:hover\:-translate-x-75:hover{
    --tw-translate-x: -375px;
  }

  .tw .lg\:hover\:-translate-x-76:hover{
    --tw-translate-x: -380px;
  }

  .tw .lg\:hover\:-translate-x-77:hover{
    --tw-translate-x: -385px;
  }

  .tw .lg\:hover\:-translate-x-78:hover{
    --tw-translate-x: -390px;
  }

  .tw .lg\:hover\:-translate-x-79:hover{
    --tw-translate-x: -395px;
  }

  .tw .lg\:hover\:-translate-x-80:hover{
    --tw-translate-x: -400px;
  }

  .tw .lg\:hover\:-translate-x-81:hover{
    --tw-translate-x: -405px;
  }

  .tw .lg\:hover\:-translate-x-82:hover{
    --tw-translate-x: -410px;
  }

  .tw .lg\:hover\:-translate-x-83:hover{
    --tw-translate-x: -415px;
  }

  .tw .lg\:hover\:-translate-x-84:hover{
    --tw-translate-x: -420px;
  }

  .tw .lg\:hover\:-translate-x-85:hover{
    --tw-translate-x: -425px;
  }

  .tw .lg\:hover\:-translate-x-86:hover{
    --tw-translate-x: -430px;
  }

  .tw .lg\:hover\:-translate-x-87:hover{
    --tw-translate-x: -435px;
  }

  .tw .lg\:hover\:-translate-x-88:hover{
    --tw-translate-x: -440px;
  }

  .tw .lg\:hover\:-translate-x-89:hover{
    --tw-translate-x: -445px;
  }

  .tw .lg\:hover\:-translate-x-90:hover{
    --tw-translate-x: -450px;
  }

  .tw .lg\:hover\:-translate-x-91:hover{
    --tw-translate-x: -455px;
  }

  .tw .lg\:hover\:-translate-x-92:hover{
    --tw-translate-x: -460px;
  }

  .tw .lg\:hover\:-translate-x-93:hover{
    --tw-translate-x: -465px;
  }

  .tw .lg\:hover\:-translate-x-94:hover{
    --tw-translate-x: -470px;
  }

  .tw .lg\:hover\:-translate-x-95:hover{
    --tw-translate-x: -475px;
  }

  .tw .lg\:hover\:-translate-x-96:hover{
    --tw-translate-x: -480px;
  }

  .tw .lg\:hover\:-translate-x-97:hover{
    --tw-translate-x: -485px;
  }

  .tw .lg\:hover\:-translate-x-98:hover{
    --tw-translate-x: -490px;
  }

  .tw .lg\:hover\:-translate-x-99:hover{
    --tw-translate-x: -495px;
  }

  .tw .lg\:hover\:-translate-x-100:hover{
    --tw-translate-x: -500px;
  }

  .tw .lg\:hover\:-translate-x-101:hover{
    --tw-translate-x: -505px;
  }

  .tw .lg\:hover\:-translate-x-102:hover{
    --tw-translate-x: -510px;
  }

  .tw .lg\:hover\:-translate-x-103:hover{
    --tw-translate-x: -515px;
  }

  .tw .lg\:hover\:-translate-x-104:hover{
    --tw-translate-x: -520px;
  }

  .tw .lg\:hover\:-translate-x-105:hover{
    --tw-translate-x: -525px;
  }

  .tw .lg\:hover\:-translate-x-106:hover{
    --tw-translate-x: -530px;
  }

  .tw .lg\:hover\:-translate-x-107:hover{
    --tw-translate-x: -535px;
  }

  .tw .lg\:hover\:-translate-x-108:hover{
    --tw-translate-x: -540px;
  }

  .tw .lg\:hover\:-translate-x-109:hover{
    --tw-translate-x: -545px;
  }

  .tw .lg\:hover\:-translate-x-110:hover{
    --tw-translate-x: -550px;
  }

  .tw .lg\:hover\:-translate-x-111:hover{
    --tw-translate-x: -555px;
  }

  .tw .lg\:hover\:-translate-x-112:hover{
    --tw-translate-x: -560px;
  }

  .tw .lg\:hover\:-translate-x-113:hover{
    --tw-translate-x: -565px;
  }

  .tw .lg\:hover\:-translate-x-114:hover{
    --tw-translate-x: -570px;
  }

  .tw .lg\:hover\:-translate-x-115:hover{
    --tw-translate-x: -575px;
  }

  .tw .lg\:hover\:-translate-x-116:hover{
    --tw-translate-x: -580px;
  }

  .tw .lg\:hover\:-translate-x-117:hover{
    --tw-translate-x: -585px;
  }

  .tw .lg\:hover\:-translate-x-118:hover{
    --tw-translate-x: -590px;
  }

  .tw .lg\:hover\:-translate-x-119:hover{
    --tw-translate-x: -595px;
  }

  .tw .lg\:hover\:-translate-x-120:hover{
    --tw-translate-x: -600px;
  }

  .tw .lg\:hover\:-translate-x-121:hover{
    --tw-translate-x: -605px;
  }

  .tw .lg\:hover\:-translate-x-122:hover{
    --tw-translate-x: -610px;
  }

  .tw .lg\:hover\:-translate-x-123:hover{
    --tw-translate-x: -615px;
  }

  .tw .lg\:hover\:-translate-x-124:hover{
    --tw-translate-x: -620px;
  }

  .tw .lg\:hover\:-translate-x-125:hover{
    --tw-translate-x: -625px;
  }

  .tw .lg\:hover\:-translate-x-126:hover{
    --tw-translate-x: -630px;
  }

  .tw .lg\:hover\:-translate-x-127:hover{
    --tw-translate-x: -635px;
  }

  .tw .lg\:hover\:-translate-x-128:hover{
    --tw-translate-x: -640px;
  }

  .tw .lg\:hover\:-translate-x-129:hover{
    --tw-translate-x: -645px;
  }

  .tw .lg\:hover\:-translate-x-130:hover{
    --tw-translate-x: -650px;
  }

  .tw .lg\:hover\:-translate-x-131:hover{
    --tw-translate-x: -655px;
  }

  .tw .lg\:hover\:-translate-x-132:hover{
    --tw-translate-x: -660px;
  }

  .tw .lg\:hover\:-translate-x-133:hover{
    --tw-translate-x: -665px;
  }

  .tw .lg\:hover\:-translate-x-134:hover{
    --tw-translate-x: -670px;
  }

  .tw .lg\:hover\:-translate-x-135:hover{
    --tw-translate-x: -675px;
  }

  .tw .lg\:hover\:-translate-x-136:hover{
    --tw-translate-x: -680px;
  }

  .tw .lg\:hover\:-translate-x-137:hover{
    --tw-translate-x: -685px;
  }

  .tw .lg\:hover\:-translate-x-138:hover{
    --tw-translate-x: -690px;
  }

  .tw .lg\:hover\:-translate-x-139:hover{
    --tw-translate-x: -695px;
  }

  .tw .lg\:hover\:-translate-x-140:hover{
    --tw-translate-x: -700px;
  }

  .tw .lg\:hover\:-translate-x-141:hover{
    --tw-translate-x: -705px;
  }

  .tw .lg\:hover\:-translate-x-142:hover{
    --tw-translate-x: -710px;
  }

  .tw .lg\:hover\:-translate-x-143:hover{
    --tw-translate-x: -715px;
  }

  .tw .lg\:hover\:-translate-x-144:hover{
    --tw-translate-x: -720px;
  }

  .tw .lg\:hover\:-translate-x-145:hover{
    --tw-translate-x: -725px;
  }

  .tw .lg\:hover\:-translate-x-146:hover{
    --tw-translate-x: -730px;
  }

  .tw .lg\:hover\:-translate-x-147:hover{
    --tw-translate-x: -735px;
  }

  .tw .lg\:hover\:-translate-x-148:hover{
    --tw-translate-x: -740px;
  }

  .tw .lg\:hover\:-translate-x-149:hover{
    --tw-translate-x: -745px;
  }

  .tw .lg\:hover\:-translate-x-0\.5:hover{
    --tw-translate-x: -3px;
  }

  .tw .lg\:hover\:-translate-x-1px:hover{
    --tw-translate-x: -1px;
  }

  .tw .lg\:hover\:-translate-x-2px:hover{
    --tw-translate-x: -2px;
  }

  .tw .lg\:hover\:-translate-x-3px:hover{
    --tw-translate-x: -3px;
  }

  .tw .lg\:hover\:-translate-x-4px:hover{
    --tw-translate-x: -4px;
  }

  .tw .lg\:hover\:-translate-x-5px:hover{
    --tw-translate-x: -5px;
  }

  .tw .lg\:hover\:-translate-x-6px:hover{
    --tw-translate-x: -6px;
  }

  .tw .lg\:hover\:-translate-x-7px:hover{
    --tw-translate-x: -7px;
  }

  .tw .lg\:hover\:-translate-x-8px:hover{
    --tw-translate-x: -8px;
  }

  .tw .lg\:hover\:-translate-x-9px:hover{
    --tw-translate-x: -9px;
  }

  .tw .lg\:hover\:-translate-x-10px:hover{
    --tw-translate-x: -10px;
  }

  .tw .lg\:hover\:-translate-x-11px:hover{
    --tw-translate-x: -11px;
  }

  .tw .lg\:hover\:-translate-x-12px:hover{
    --tw-translate-x: -12px;
  }

  .tw .lg\:hover\:-translate-x-13px:hover{
    --tw-translate-x: -13px;
  }

  .tw .lg\:hover\:-translate-x-14px:hover{
    --tw-translate-x: -14px;
  }

  .tw .lg\:hover\:-translate-x-15px:hover{
    --tw-translate-x: -15px;
  }

  .tw .lg\:hover\:-translate-x-16px:hover{
    --tw-translate-x: -16px;
  }

  .tw .lg\:hover\:-translate-x-17px:hover{
    --tw-translate-x: -17px;
  }

  .tw .lg\:hover\:-translate-x-18px:hover{
    --tw-translate-x: -18px;
  }

  .tw .lg\:hover\:-translate-x-19px:hover{
    --tw-translate-x: -19px;
  }

  .tw .lg\:hover\:-translate-x-20px:hover{
    --tw-translate-x: -20px;
  }

  .tw .lg\:hover\:-translate-x-21px:hover{
    --tw-translate-x: -21px;
  }

  .tw .lg\:hover\:-translate-x-22px:hover{
    --tw-translate-x: -22px;
  }

  .tw .lg\:hover\:-translate-x-23px:hover{
    --tw-translate-x: -23px;
  }

  .tw .lg\:hover\:-translate-x-24px:hover{
    --tw-translate-x: -24px;
  }

  .tw .lg\:hover\:-translate-x-25px:hover{
    --tw-translate-x: -25px;
  }

  .tw .lg\:hover\:-translate-x-26px:hover{
    --tw-translate-x: -26px;
  }

  .tw .lg\:hover\:-translate-x-27px:hover{
    --tw-translate-x: -27px;
  }

  .tw .lg\:hover\:-translate-x-28px:hover{
    --tw-translate-x: -28px;
  }

  .tw .lg\:hover\:-translate-x-29px:hover{
    --tw-translate-x: -29px;
  }

  .tw .lg\:hover\:-translate-x-30px:hover{
    --tw-translate-x: -30px;
  }

  .tw .lg\:hover\:-translate-x-31px:hover{
    --tw-translate-x: -31px;
  }

  .tw .lg\:hover\:-translate-x-32px:hover{
    --tw-translate-x: -32px;
  }

  .tw .lg\:hover\:-translate-x-33px:hover{
    --tw-translate-x: -33px;
  }

  .tw .lg\:hover\:-translate-x-34px:hover{
    --tw-translate-x: -34px;
  }

  .tw .lg\:hover\:-translate-x-35px:hover{
    --tw-translate-x: -35px;
  }

  .tw .lg\:hover\:-translate-x-36px:hover{
    --tw-translate-x: -36px;
  }

  .tw .lg\:hover\:-translate-x-37px:hover{
    --tw-translate-x: -37px;
  }

  .tw .lg\:hover\:-translate-x-38px:hover{
    --tw-translate-x: -38px;
  }

  .tw .lg\:hover\:-translate-x-39px:hover{
    --tw-translate-x: -39px;
  }

  .tw .lg\:hover\:-translate-x-40px:hover{
    --tw-translate-x: -40px;
  }

  .tw .lg\:hover\:translate-x-1\/2:hover{
    --tw-translate-x: 50%;
  }

  .tw .lg\:hover\:translate-x-1\/3:hover{
    --tw-translate-x: 33.333333%;
  }

  .tw .lg\:hover\:translate-x-2\/3:hover{
    --tw-translate-x: 66.666667%;
  }

  .tw .lg\:hover\:translate-x-1\/4:hover{
    --tw-translate-x: 25%;
  }

  .tw .lg\:hover\:translate-x-2\/4:hover{
    --tw-translate-x: 50%;
  }

  .tw .lg\:hover\:translate-x-3\/4:hover{
    --tw-translate-x: 75%;
  }

  .tw .lg\:hover\:translate-x-full:hover{
    --tw-translate-x: 100%;
  }

  .tw .lg\:hover\:-translate-x-1\/2:hover{
    --tw-translate-x: -50%;
  }

  .tw .lg\:hover\:-translate-x-1\/3:hover{
    --tw-translate-x: -33.333333%;
  }

  .tw .lg\:hover\:-translate-x-2\/3:hover{
    --tw-translate-x: -66.666667%;
  }

  .tw .lg\:hover\:-translate-x-1\/4:hover{
    --tw-translate-x: -25%;
  }

  .tw .lg\:hover\:-translate-x-2\/4:hover{
    --tw-translate-x: -50%;
  }

  .tw .lg\:hover\:-translate-x-3\/4:hover{
    --tw-translate-x: -75%;
  }

  .tw .lg\:hover\:-translate-x-full:hover{
    --tw-translate-x: -100%;
  }

  .tw .lg\:hover\:translate-y-0:hover{
    --tw-translate-y: 0px;
  }

  .tw .lg\:hover\:translate-y-1:hover{
    --tw-translate-y: 5px;
  }

  .tw .lg\:hover\:translate-y-2:hover{
    --tw-translate-y: 10px;
  }

  .tw .lg\:hover\:translate-y-3:hover{
    --tw-translate-y: 15px;
  }

  .tw .lg\:hover\:translate-y-4:hover{
    --tw-translate-y: 20px;
  }

  .tw .lg\:hover\:translate-y-5:hover{
    --tw-translate-y: 25px;
  }

  .tw .lg\:hover\:translate-y-6:hover{
    --tw-translate-y: 30px;
  }

  .tw .lg\:hover\:translate-y-7:hover{
    --tw-translate-y: 35px;
  }

  .tw .lg\:hover\:translate-y-8:hover{
    --tw-translate-y: 40px;
  }

  .tw .lg\:hover\:translate-y-9:hover{
    --tw-translate-y: 45px;
  }

  .tw .lg\:hover\:translate-y-10:hover{
    --tw-translate-y: 50px;
  }

  .tw .lg\:hover\:translate-y-11:hover{
    --tw-translate-y: 55px;
  }

  .tw .lg\:hover\:translate-y-12:hover{
    --tw-translate-y: 60px;
  }

  .tw .lg\:hover\:translate-y-13:hover{
    --tw-translate-y: 65px;
  }

  .tw .lg\:hover\:translate-y-14:hover{
    --tw-translate-y: 70px;
  }

  .tw .lg\:hover\:translate-y-15:hover{
    --tw-translate-y: 75px;
  }

  .tw .lg\:hover\:translate-y-16:hover{
    --tw-translate-y: 80px;
  }

  .tw .lg\:hover\:translate-y-17:hover{
    --tw-translate-y: 85px;
  }

  .tw .lg\:hover\:translate-y-18:hover{
    --tw-translate-y: 90px;
  }

  .tw .lg\:hover\:translate-y-19:hover{
    --tw-translate-y: 95px;
  }

  .tw .lg\:hover\:translate-y-20:hover{
    --tw-translate-y: 100px;
  }

  .tw .lg\:hover\:translate-y-21:hover{
    --tw-translate-y: 105px;
  }

  .tw .lg\:hover\:translate-y-22:hover{
    --tw-translate-y: 110px;
  }

  .tw .lg\:hover\:translate-y-23:hover{
    --tw-translate-y: 115px;
  }

  .tw .lg\:hover\:translate-y-24:hover{
    --tw-translate-y: 120px;
  }

  .tw .lg\:hover\:translate-y-25:hover{
    --tw-translate-y: 125px;
  }

  .tw .lg\:hover\:translate-y-26:hover{
    --tw-translate-y: 130px;
  }

  .tw .lg\:hover\:translate-y-27:hover{
    --tw-translate-y: 135px;
  }

  .tw .lg\:hover\:translate-y-28:hover{
    --tw-translate-y: 140px;
  }

  .tw .lg\:hover\:translate-y-29:hover{
    --tw-translate-y: 145px;
  }

  .tw .lg\:hover\:translate-y-30:hover{
    --tw-translate-y: 150px;
  }

  .tw .lg\:hover\:translate-y-31:hover{
    --tw-translate-y: 155px;
  }

  .tw .lg\:hover\:translate-y-32:hover{
    --tw-translate-y: 160px;
  }

  .tw .lg\:hover\:translate-y-33:hover{
    --tw-translate-y: 165px;
  }

  .tw .lg\:hover\:translate-y-34:hover{
    --tw-translate-y: 170px;
  }

  .tw .lg\:hover\:translate-y-35:hover{
    --tw-translate-y: 175px;
  }

  .tw .lg\:hover\:translate-y-36:hover{
    --tw-translate-y: 180px;
  }

  .tw .lg\:hover\:translate-y-37:hover{
    --tw-translate-y: 185px;
  }

  .tw .lg\:hover\:translate-y-38:hover{
    --tw-translate-y: 190px;
  }

  .tw .lg\:hover\:translate-y-39:hover{
    --tw-translate-y: 195px;
  }

  .tw .lg\:hover\:translate-y-40:hover{
    --tw-translate-y: 200px;
  }

  .tw .lg\:hover\:translate-y-41:hover{
    --tw-translate-y: 205px;
  }

  .tw .lg\:hover\:translate-y-42:hover{
    --tw-translate-y: 210px;
  }

  .tw .lg\:hover\:translate-y-43:hover{
    --tw-translate-y: 215px;
  }

  .tw .lg\:hover\:translate-y-44:hover{
    --tw-translate-y: 220px;
  }

  .tw .lg\:hover\:translate-y-45:hover{
    --tw-translate-y: 225px;
  }

  .tw .lg\:hover\:translate-y-46:hover{
    --tw-translate-y: 230px;
  }

  .tw .lg\:hover\:translate-y-47:hover{
    --tw-translate-y: 235px;
  }

  .tw .lg\:hover\:translate-y-48:hover{
    --tw-translate-y: 240px;
  }

  .tw .lg\:hover\:translate-y-49:hover{
    --tw-translate-y: 245px;
  }

  .tw .lg\:hover\:translate-y-50:hover{
    --tw-translate-y: 250px;
  }

  .tw .lg\:hover\:translate-y-51:hover{
    --tw-translate-y: 255px;
  }

  .tw .lg\:hover\:translate-y-52:hover{
    --tw-translate-y: 260px;
  }

  .tw .lg\:hover\:translate-y-53:hover{
    --tw-translate-y: 265px;
  }

  .tw .lg\:hover\:translate-y-54:hover{
    --tw-translate-y: 270px;
  }

  .tw .lg\:hover\:translate-y-55:hover{
    --tw-translate-y: 275px;
  }

  .tw .lg\:hover\:translate-y-56:hover{
    --tw-translate-y: 280px;
  }

  .tw .lg\:hover\:translate-y-57:hover{
    --tw-translate-y: 285px;
  }

  .tw .lg\:hover\:translate-y-58:hover{
    --tw-translate-y: 290px;
  }

  .tw .lg\:hover\:translate-y-59:hover{
    --tw-translate-y: 295px;
  }

  .tw .lg\:hover\:translate-y-60:hover{
    --tw-translate-y: 300px;
  }

  .tw .lg\:hover\:translate-y-61:hover{
    --tw-translate-y: 305px;
  }

  .tw .lg\:hover\:translate-y-62:hover{
    --tw-translate-y: 310px;
  }

  .tw .lg\:hover\:translate-y-63:hover{
    --tw-translate-y: 315px;
  }

  .tw .lg\:hover\:translate-y-64:hover{
    --tw-translate-y: 320px;
  }

  .tw .lg\:hover\:translate-y-65:hover{
    --tw-translate-y: 325px;
  }

  .tw .lg\:hover\:translate-y-66:hover{
    --tw-translate-y: 330px;
  }

  .tw .lg\:hover\:translate-y-67:hover{
    --tw-translate-y: 335px;
  }

  .tw .lg\:hover\:translate-y-68:hover{
    --tw-translate-y: 340px;
  }

  .tw .lg\:hover\:translate-y-69:hover{
    --tw-translate-y: 345px;
  }

  .tw .lg\:hover\:translate-y-70:hover{
    --tw-translate-y: 350px;
  }

  .tw .lg\:hover\:translate-y-71:hover{
    --tw-translate-y: 355px;
  }

  .tw .lg\:hover\:translate-y-72:hover{
    --tw-translate-y: 360px;
  }

  .tw .lg\:hover\:translate-y-73:hover{
    --tw-translate-y: 365px;
  }

  .tw .lg\:hover\:translate-y-74:hover{
    --tw-translate-y: 370px;
  }

  .tw .lg\:hover\:translate-y-75:hover{
    --tw-translate-y: 375px;
  }

  .tw .lg\:hover\:translate-y-76:hover{
    --tw-translate-y: 380px;
  }

  .tw .lg\:hover\:translate-y-77:hover{
    --tw-translate-y: 385px;
  }

  .tw .lg\:hover\:translate-y-78:hover{
    --tw-translate-y: 390px;
  }

  .tw .lg\:hover\:translate-y-79:hover{
    --tw-translate-y: 395px;
  }

  .tw .lg\:hover\:translate-y-80:hover{
    --tw-translate-y: 400px;
  }

  .tw .lg\:hover\:translate-y-81:hover{
    --tw-translate-y: 405px;
  }

  .tw .lg\:hover\:translate-y-82:hover{
    --tw-translate-y: 410px;
  }

  .tw .lg\:hover\:translate-y-83:hover{
    --tw-translate-y: 415px;
  }

  .tw .lg\:hover\:translate-y-84:hover{
    --tw-translate-y: 420px;
  }

  .tw .lg\:hover\:translate-y-85:hover{
    --tw-translate-y: 425px;
  }

  .tw .lg\:hover\:translate-y-86:hover{
    --tw-translate-y: 430px;
  }

  .tw .lg\:hover\:translate-y-87:hover{
    --tw-translate-y: 435px;
  }

  .tw .lg\:hover\:translate-y-88:hover{
    --tw-translate-y: 440px;
  }

  .tw .lg\:hover\:translate-y-89:hover{
    --tw-translate-y: 445px;
  }

  .tw .lg\:hover\:translate-y-90:hover{
    --tw-translate-y: 450px;
  }

  .tw .lg\:hover\:translate-y-91:hover{
    --tw-translate-y: 455px;
  }

  .tw .lg\:hover\:translate-y-92:hover{
    --tw-translate-y: 460px;
  }

  .tw .lg\:hover\:translate-y-93:hover{
    --tw-translate-y: 465px;
  }

  .tw .lg\:hover\:translate-y-94:hover{
    --tw-translate-y: 470px;
  }

  .tw .lg\:hover\:translate-y-95:hover{
    --tw-translate-y: 475px;
  }

  .tw .lg\:hover\:translate-y-96:hover{
    --tw-translate-y: 480px;
  }

  .tw .lg\:hover\:translate-y-97:hover{
    --tw-translate-y: 485px;
  }

  .tw .lg\:hover\:translate-y-98:hover{
    --tw-translate-y: 490px;
  }

  .tw .lg\:hover\:translate-y-99:hover{
    --tw-translate-y: 495px;
  }

  .tw .lg\:hover\:translate-y-100:hover{
    --tw-translate-y: 500px;
  }

  .tw .lg\:hover\:translate-y-101:hover{
    --tw-translate-y: 505px;
  }

  .tw .lg\:hover\:translate-y-102:hover{
    --tw-translate-y: 510px;
  }

  .tw .lg\:hover\:translate-y-103:hover{
    --tw-translate-y: 515px;
  }

  .tw .lg\:hover\:translate-y-104:hover{
    --tw-translate-y: 520px;
  }

  .tw .lg\:hover\:translate-y-105:hover{
    --tw-translate-y: 525px;
  }

  .tw .lg\:hover\:translate-y-106:hover{
    --tw-translate-y: 530px;
  }

  .tw .lg\:hover\:translate-y-107:hover{
    --tw-translate-y: 535px;
  }

  .tw .lg\:hover\:translate-y-108:hover{
    --tw-translate-y: 540px;
  }

  .tw .lg\:hover\:translate-y-109:hover{
    --tw-translate-y: 545px;
  }

  .tw .lg\:hover\:translate-y-110:hover{
    --tw-translate-y: 550px;
  }

  .tw .lg\:hover\:translate-y-111:hover{
    --tw-translate-y: 555px;
  }

  .tw .lg\:hover\:translate-y-112:hover{
    --tw-translate-y: 560px;
  }

  .tw .lg\:hover\:translate-y-113:hover{
    --tw-translate-y: 565px;
  }

  .tw .lg\:hover\:translate-y-114:hover{
    --tw-translate-y: 570px;
  }

  .tw .lg\:hover\:translate-y-115:hover{
    --tw-translate-y: 575px;
  }

  .tw .lg\:hover\:translate-y-116:hover{
    --tw-translate-y: 580px;
  }

  .tw .lg\:hover\:translate-y-117:hover{
    --tw-translate-y: 585px;
  }

  .tw .lg\:hover\:translate-y-118:hover{
    --tw-translate-y: 590px;
  }

  .tw .lg\:hover\:translate-y-119:hover{
    --tw-translate-y: 595px;
  }

  .tw .lg\:hover\:translate-y-120:hover{
    --tw-translate-y: 600px;
  }

  .tw .lg\:hover\:translate-y-121:hover{
    --tw-translate-y: 605px;
  }

  .tw .lg\:hover\:translate-y-122:hover{
    --tw-translate-y: 610px;
  }

  .tw .lg\:hover\:translate-y-123:hover{
    --tw-translate-y: 615px;
  }

  .tw .lg\:hover\:translate-y-124:hover{
    --tw-translate-y: 620px;
  }

  .tw .lg\:hover\:translate-y-125:hover{
    --tw-translate-y: 625px;
  }

  .tw .lg\:hover\:translate-y-126:hover{
    --tw-translate-y: 630px;
  }

  .tw .lg\:hover\:translate-y-127:hover{
    --tw-translate-y: 635px;
  }

  .tw .lg\:hover\:translate-y-128:hover{
    --tw-translate-y: 640px;
  }

  .tw .lg\:hover\:translate-y-129:hover{
    --tw-translate-y: 645px;
  }

  .tw .lg\:hover\:translate-y-130:hover{
    --tw-translate-y: 650px;
  }

  .tw .lg\:hover\:translate-y-131:hover{
    --tw-translate-y: 655px;
  }

  .tw .lg\:hover\:translate-y-132:hover{
    --tw-translate-y: 660px;
  }

  .tw .lg\:hover\:translate-y-133:hover{
    --tw-translate-y: 665px;
  }

  .tw .lg\:hover\:translate-y-134:hover{
    --tw-translate-y: 670px;
  }

  .tw .lg\:hover\:translate-y-135:hover{
    --tw-translate-y: 675px;
  }

  .tw .lg\:hover\:translate-y-136:hover{
    --tw-translate-y: 680px;
  }

  .tw .lg\:hover\:translate-y-137:hover{
    --tw-translate-y: 685px;
  }

  .tw .lg\:hover\:translate-y-138:hover{
    --tw-translate-y: 690px;
  }

  .tw .lg\:hover\:translate-y-139:hover{
    --tw-translate-y: 695px;
  }

  .tw .lg\:hover\:translate-y-140:hover{
    --tw-translate-y: 700px;
  }

  .tw .lg\:hover\:translate-y-141:hover{
    --tw-translate-y: 705px;
  }

  .tw .lg\:hover\:translate-y-142:hover{
    --tw-translate-y: 710px;
  }

  .tw .lg\:hover\:translate-y-143:hover{
    --tw-translate-y: 715px;
  }

  .tw .lg\:hover\:translate-y-144:hover{
    --tw-translate-y: 720px;
  }

  .tw .lg\:hover\:translate-y-145:hover{
    --tw-translate-y: 725px;
  }

  .tw .lg\:hover\:translate-y-146:hover{
    --tw-translate-y: 730px;
  }

  .tw .lg\:hover\:translate-y-147:hover{
    --tw-translate-y: 735px;
  }

  .tw .lg\:hover\:translate-y-148:hover{
    --tw-translate-y: 740px;
  }

  .tw .lg\:hover\:translate-y-149:hover{
    --tw-translate-y: 745px;
  }

  .tw .lg\:hover\:translate-y-0\.5:hover{
    --tw-translate-y: 3px;
  }

  .tw .lg\:hover\:translate-y-1px:hover{
    --tw-translate-y: 1px;
  }

  .tw .lg\:hover\:translate-y-2px:hover{
    --tw-translate-y: 2px;
  }

  .tw .lg\:hover\:translate-y-3px:hover{
    --tw-translate-y: 3px;
  }

  .tw .lg\:hover\:translate-y-4px:hover{
    --tw-translate-y: 4px;
  }

  .tw .lg\:hover\:translate-y-5px:hover{
    --tw-translate-y: 5px;
  }

  .tw .lg\:hover\:translate-y-6px:hover{
    --tw-translate-y: 6px;
  }

  .tw .lg\:hover\:translate-y-7px:hover{
    --tw-translate-y: 7px;
  }

  .tw .lg\:hover\:translate-y-8px:hover{
    --tw-translate-y: 8px;
  }

  .tw .lg\:hover\:translate-y-9px:hover{
    --tw-translate-y: 9px;
  }

  .tw .lg\:hover\:translate-y-10px:hover{
    --tw-translate-y: 10px;
  }

  .tw .lg\:hover\:translate-y-11px:hover{
    --tw-translate-y: 11px;
  }

  .tw .lg\:hover\:translate-y-12px:hover{
    --tw-translate-y: 12px;
  }

  .tw .lg\:hover\:translate-y-13px:hover{
    --tw-translate-y: 13px;
  }

  .tw .lg\:hover\:translate-y-14px:hover{
    --tw-translate-y: 14px;
  }

  .tw .lg\:hover\:translate-y-15px:hover{
    --tw-translate-y: 15px;
  }

  .tw .lg\:hover\:translate-y-16px:hover{
    --tw-translate-y: 16px;
  }

  .tw .lg\:hover\:translate-y-17px:hover{
    --tw-translate-y: 17px;
  }

  .tw .lg\:hover\:translate-y-18px:hover{
    --tw-translate-y: 18px;
  }

  .tw .lg\:hover\:translate-y-19px:hover{
    --tw-translate-y: 19px;
  }

  .tw .lg\:hover\:translate-y-20px:hover{
    --tw-translate-y: 20px;
  }

  .tw .lg\:hover\:translate-y-21px:hover{
    --tw-translate-y: 21px;
  }

  .tw .lg\:hover\:translate-y-22px:hover{
    --tw-translate-y: 22px;
  }

  .tw .lg\:hover\:translate-y-23px:hover{
    --tw-translate-y: 23px;
  }

  .tw .lg\:hover\:translate-y-24px:hover{
    --tw-translate-y: 24px;
  }

  .tw .lg\:hover\:translate-y-25px:hover{
    --tw-translate-y: 25px;
  }

  .tw .lg\:hover\:translate-y-26px:hover{
    --tw-translate-y: 26px;
  }

  .tw .lg\:hover\:translate-y-27px:hover{
    --tw-translate-y: 27px;
  }

  .tw .lg\:hover\:translate-y-28px:hover{
    --tw-translate-y: 28px;
  }

  .tw .lg\:hover\:translate-y-29px:hover{
    --tw-translate-y: 29px;
  }

  .tw .lg\:hover\:translate-y-30px:hover{
    --tw-translate-y: 30px;
  }

  .tw .lg\:hover\:translate-y-31px:hover{
    --tw-translate-y: 31px;
  }

  .tw .lg\:hover\:translate-y-32px:hover{
    --tw-translate-y: 32px;
  }

  .tw .lg\:hover\:translate-y-33px:hover{
    --tw-translate-y: 33px;
  }

  .tw .lg\:hover\:translate-y-34px:hover{
    --tw-translate-y: 34px;
  }

  .tw .lg\:hover\:translate-y-35px:hover{
    --tw-translate-y: 35px;
  }

  .tw .lg\:hover\:translate-y-36px:hover{
    --tw-translate-y: 36px;
  }

  .tw .lg\:hover\:translate-y-37px:hover{
    --tw-translate-y: 37px;
  }

  .tw .lg\:hover\:translate-y-38px:hover{
    --tw-translate-y: 38px;
  }

  .tw .lg\:hover\:translate-y-39px:hover{
    --tw-translate-y: 39px;
  }

  .tw .lg\:hover\:translate-y-40px:hover{
    --tw-translate-y: 40px;
  }

  .tw .lg\:hover\:-translate-y-0:hover{
    --tw-translate-y: 0px;
  }

  .tw .lg\:hover\:-translate-y-1:hover{
    --tw-translate-y: -5px;
  }

  .tw .lg\:hover\:-translate-y-2:hover{
    --tw-translate-y: -10px;
  }

  .tw .lg\:hover\:-translate-y-3:hover{
    --tw-translate-y: -15px;
  }

  .tw .lg\:hover\:-translate-y-4:hover{
    --tw-translate-y: -20px;
  }

  .tw .lg\:hover\:-translate-y-5:hover{
    --tw-translate-y: -25px;
  }

  .tw .lg\:hover\:-translate-y-6:hover{
    --tw-translate-y: -30px;
  }

  .tw .lg\:hover\:-translate-y-7:hover{
    --tw-translate-y: -35px;
  }

  .tw .lg\:hover\:-translate-y-8:hover{
    --tw-translate-y: -40px;
  }

  .tw .lg\:hover\:-translate-y-9:hover{
    --tw-translate-y: -45px;
  }

  .tw .lg\:hover\:-translate-y-10:hover{
    --tw-translate-y: -50px;
  }

  .tw .lg\:hover\:-translate-y-11:hover{
    --tw-translate-y: -55px;
  }

  .tw .lg\:hover\:-translate-y-12:hover{
    --tw-translate-y: -60px;
  }

  .tw .lg\:hover\:-translate-y-13:hover{
    --tw-translate-y: -65px;
  }

  .tw .lg\:hover\:-translate-y-14:hover{
    --tw-translate-y: -70px;
  }

  .tw .lg\:hover\:-translate-y-15:hover{
    --tw-translate-y: -75px;
  }

  .tw .lg\:hover\:-translate-y-16:hover{
    --tw-translate-y: -80px;
  }

  .tw .lg\:hover\:-translate-y-17:hover{
    --tw-translate-y: -85px;
  }

  .tw .lg\:hover\:-translate-y-18:hover{
    --tw-translate-y: -90px;
  }

  .tw .lg\:hover\:-translate-y-19:hover{
    --tw-translate-y: -95px;
  }

  .tw .lg\:hover\:-translate-y-20:hover{
    --tw-translate-y: -100px;
  }

  .tw .lg\:hover\:-translate-y-21:hover{
    --tw-translate-y: -105px;
  }

  .tw .lg\:hover\:-translate-y-22:hover{
    --tw-translate-y: -110px;
  }

  .tw .lg\:hover\:-translate-y-23:hover{
    --tw-translate-y: -115px;
  }

  .tw .lg\:hover\:-translate-y-24:hover{
    --tw-translate-y: -120px;
  }

  .tw .lg\:hover\:-translate-y-25:hover{
    --tw-translate-y: -125px;
  }

  .tw .lg\:hover\:-translate-y-26:hover{
    --tw-translate-y: -130px;
  }

  .tw .lg\:hover\:-translate-y-27:hover{
    --tw-translate-y: -135px;
  }

  .tw .lg\:hover\:-translate-y-28:hover{
    --tw-translate-y: -140px;
  }

  .tw .lg\:hover\:-translate-y-29:hover{
    --tw-translate-y: -145px;
  }

  .tw .lg\:hover\:-translate-y-30:hover{
    --tw-translate-y: -150px;
  }

  .tw .lg\:hover\:-translate-y-31:hover{
    --tw-translate-y: -155px;
  }

  .tw .lg\:hover\:-translate-y-32:hover{
    --tw-translate-y: -160px;
  }

  .tw .lg\:hover\:-translate-y-33:hover{
    --tw-translate-y: -165px;
  }

  .tw .lg\:hover\:-translate-y-34:hover{
    --tw-translate-y: -170px;
  }

  .tw .lg\:hover\:-translate-y-35:hover{
    --tw-translate-y: -175px;
  }

  .tw .lg\:hover\:-translate-y-36:hover{
    --tw-translate-y: -180px;
  }

  .tw .lg\:hover\:-translate-y-37:hover{
    --tw-translate-y: -185px;
  }

  .tw .lg\:hover\:-translate-y-38:hover{
    --tw-translate-y: -190px;
  }

  .tw .lg\:hover\:-translate-y-39:hover{
    --tw-translate-y: -195px;
  }

  .tw .lg\:hover\:-translate-y-40:hover{
    --tw-translate-y: -200px;
  }

  .tw .lg\:hover\:-translate-y-41:hover{
    --tw-translate-y: -205px;
  }

  .tw .lg\:hover\:-translate-y-42:hover{
    --tw-translate-y: -210px;
  }

  .tw .lg\:hover\:-translate-y-43:hover{
    --tw-translate-y: -215px;
  }

  .tw .lg\:hover\:-translate-y-44:hover{
    --tw-translate-y: -220px;
  }

  .tw .lg\:hover\:-translate-y-45:hover{
    --tw-translate-y: -225px;
  }

  .tw .lg\:hover\:-translate-y-46:hover{
    --tw-translate-y: -230px;
  }

  .tw .lg\:hover\:-translate-y-47:hover{
    --tw-translate-y: -235px;
  }

  .tw .lg\:hover\:-translate-y-48:hover{
    --tw-translate-y: -240px;
  }

  .tw .lg\:hover\:-translate-y-49:hover{
    --tw-translate-y: -245px;
  }

  .tw .lg\:hover\:-translate-y-50:hover{
    --tw-translate-y: -250px;
  }

  .tw .lg\:hover\:-translate-y-51:hover{
    --tw-translate-y: -255px;
  }

  .tw .lg\:hover\:-translate-y-52:hover{
    --tw-translate-y: -260px;
  }

  .tw .lg\:hover\:-translate-y-53:hover{
    --tw-translate-y: -265px;
  }

  .tw .lg\:hover\:-translate-y-54:hover{
    --tw-translate-y: -270px;
  }

  .tw .lg\:hover\:-translate-y-55:hover{
    --tw-translate-y: -275px;
  }

  .tw .lg\:hover\:-translate-y-56:hover{
    --tw-translate-y: -280px;
  }

  .tw .lg\:hover\:-translate-y-57:hover{
    --tw-translate-y: -285px;
  }

  .tw .lg\:hover\:-translate-y-58:hover{
    --tw-translate-y: -290px;
  }

  .tw .lg\:hover\:-translate-y-59:hover{
    --tw-translate-y: -295px;
  }

  .tw .lg\:hover\:-translate-y-60:hover{
    --tw-translate-y: -300px;
  }

  .tw .lg\:hover\:-translate-y-61:hover{
    --tw-translate-y: -305px;
  }

  .tw .lg\:hover\:-translate-y-62:hover{
    --tw-translate-y: -310px;
  }

  .tw .lg\:hover\:-translate-y-63:hover{
    --tw-translate-y: -315px;
  }

  .tw .lg\:hover\:-translate-y-64:hover{
    --tw-translate-y: -320px;
  }

  .tw .lg\:hover\:-translate-y-65:hover{
    --tw-translate-y: -325px;
  }

  .tw .lg\:hover\:-translate-y-66:hover{
    --tw-translate-y: -330px;
  }

  .tw .lg\:hover\:-translate-y-67:hover{
    --tw-translate-y: -335px;
  }

  .tw .lg\:hover\:-translate-y-68:hover{
    --tw-translate-y: -340px;
  }

  .tw .lg\:hover\:-translate-y-69:hover{
    --tw-translate-y: -345px;
  }

  .tw .lg\:hover\:-translate-y-70:hover{
    --tw-translate-y: -350px;
  }

  .tw .lg\:hover\:-translate-y-71:hover{
    --tw-translate-y: -355px;
  }

  .tw .lg\:hover\:-translate-y-72:hover{
    --tw-translate-y: -360px;
  }

  .tw .lg\:hover\:-translate-y-73:hover{
    --tw-translate-y: -365px;
  }

  .tw .lg\:hover\:-translate-y-74:hover{
    --tw-translate-y: -370px;
  }

  .tw .lg\:hover\:-translate-y-75:hover{
    --tw-translate-y: -375px;
  }

  .tw .lg\:hover\:-translate-y-76:hover{
    --tw-translate-y: -380px;
  }

  .tw .lg\:hover\:-translate-y-77:hover{
    --tw-translate-y: -385px;
  }

  .tw .lg\:hover\:-translate-y-78:hover{
    --tw-translate-y: -390px;
  }

  .tw .lg\:hover\:-translate-y-79:hover{
    --tw-translate-y: -395px;
  }

  .tw .lg\:hover\:-translate-y-80:hover{
    --tw-translate-y: -400px;
  }

  .tw .lg\:hover\:-translate-y-81:hover{
    --tw-translate-y: -405px;
  }

  .tw .lg\:hover\:-translate-y-82:hover{
    --tw-translate-y: -410px;
  }

  .tw .lg\:hover\:-translate-y-83:hover{
    --tw-translate-y: -415px;
  }

  .tw .lg\:hover\:-translate-y-84:hover{
    --tw-translate-y: -420px;
  }

  .tw .lg\:hover\:-translate-y-85:hover{
    --tw-translate-y: -425px;
  }

  .tw .lg\:hover\:-translate-y-86:hover{
    --tw-translate-y: -430px;
  }

  .tw .lg\:hover\:-translate-y-87:hover{
    --tw-translate-y: -435px;
  }

  .tw .lg\:hover\:-translate-y-88:hover{
    --tw-translate-y: -440px;
  }

  .tw .lg\:hover\:-translate-y-89:hover{
    --tw-translate-y: -445px;
  }

  .tw .lg\:hover\:-translate-y-90:hover{
    --tw-translate-y: -450px;
  }

  .tw .lg\:hover\:-translate-y-91:hover{
    --tw-translate-y: -455px;
  }

  .tw .lg\:hover\:-translate-y-92:hover{
    --tw-translate-y: -460px;
  }

  .tw .lg\:hover\:-translate-y-93:hover{
    --tw-translate-y: -465px;
  }

  .tw .lg\:hover\:-translate-y-94:hover{
    --tw-translate-y: -470px;
  }

  .tw .lg\:hover\:-translate-y-95:hover{
    --tw-translate-y: -475px;
  }

  .tw .lg\:hover\:-translate-y-96:hover{
    --tw-translate-y: -480px;
  }

  .tw .lg\:hover\:-translate-y-97:hover{
    --tw-translate-y: -485px;
  }

  .tw .lg\:hover\:-translate-y-98:hover{
    --tw-translate-y: -490px;
  }

  .tw .lg\:hover\:-translate-y-99:hover{
    --tw-translate-y: -495px;
  }

  .tw .lg\:hover\:-translate-y-100:hover{
    --tw-translate-y: -500px;
  }

  .tw .lg\:hover\:-translate-y-101:hover{
    --tw-translate-y: -505px;
  }

  .tw .lg\:hover\:-translate-y-102:hover{
    --tw-translate-y: -510px;
  }

  .tw .lg\:hover\:-translate-y-103:hover{
    --tw-translate-y: -515px;
  }

  .tw .lg\:hover\:-translate-y-104:hover{
    --tw-translate-y: -520px;
  }

  .tw .lg\:hover\:-translate-y-105:hover{
    --tw-translate-y: -525px;
  }

  .tw .lg\:hover\:-translate-y-106:hover{
    --tw-translate-y: -530px;
  }

  .tw .lg\:hover\:-translate-y-107:hover{
    --tw-translate-y: -535px;
  }

  .tw .lg\:hover\:-translate-y-108:hover{
    --tw-translate-y: -540px;
  }

  .tw .lg\:hover\:-translate-y-109:hover{
    --tw-translate-y: -545px;
  }

  .tw .lg\:hover\:-translate-y-110:hover{
    --tw-translate-y: -550px;
  }

  .tw .lg\:hover\:-translate-y-111:hover{
    --tw-translate-y: -555px;
  }

  .tw .lg\:hover\:-translate-y-112:hover{
    --tw-translate-y: -560px;
  }

  .tw .lg\:hover\:-translate-y-113:hover{
    --tw-translate-y: -565px;
  }

  .tw .lg\:hover\:-translate-y-114:hover{
    --tw-translate-y: -570px;
  }

  .tw .lg\:hover\:-translate-y-115:hover{
    --tw-translate-y: -575px;
  }

  .tw .lg\:hover\:-translate-y-116:hover{
    --tw-translate-y: -580px;
  }

  .tw .lg\:hover\:-translate-y-117:hover{
    --tw-translate-y: -585px;
  }

  .tw .lg\:hover\:-translate-y-118:hover{
    --tw-translate-y: -590px;
  }

  .tw .lg\:hover\:-translate-y-119:hover{
    --tw-translate-y: -595px;
  }

  .tw .lg\:hover\:-translate-y-120:hover{
    --tw-translate-y: -600px;
  }

  .tw .lg\:hover\:-translate-y-121:hover{
    --tw-translate-y: -605px;
  }

  .tw .lg\:hover\:-translate-y-122:hover{
    --tw-translate-y: -610px;
  }

  .tw .lg\:hover\:-translate-y-123:hover{
    --tw-translate-y: -615px;
  }

  .tw .lg\:hover\:-translate-y-124:hover{
    --tw-translate-y: -620px;
  }

  .tw .lg\:hover\:-translate-y-125:hover{
    --tw-translate-y: -625px;
  }

  .tw .lg\:hover\:-translate-y-126:hover{
    --tw-translate-y: -630px;
  }

  .tw .lg\:hover\:-translate-y-127:hover{
    --tw-translate-y: -635px;
  }

  .tw .lg\:hover\:-translate-y-128:hover{
    --tw-translate-y: -640px;
  }

  .tw .lg\:hover\:-translate-y-129:hover{
    --tw-translate-y: -645px;
  }

  .tw .lg\:hover\:-translate-y-130:hover{
    --tw-translate-y: -650px;
  }

  .tw .lg\:hover\:-translate-y-131:hover{
    --tw-translate-y: -655px;
  }

  .tw .lg\:hover\:-translate-y-132:hover{
    --tw-translate-y: -660px;
  }

  .tw .lg\:hover\:-translate-y-133:hover{
    --tw-translate-y: -665px;
  }

  .tw .lg\:hover\:-translate-y-134:hover{
    --tw-translate-y: -670px;
  }

  .tw .lg\:hover\:-translate-y-135:hover{
    --tw-translate-y: -675px;
  }

  .tw .lg\:hover\:-translate-y-136:hover{
    --tw-translate-y: -680px;
  }

  .tw .lg\:hover\:-translate-y-137:hover{
    --tw-translate-y: -685px;
  }

  .tw .lg\:hover\:-translate-y-138:hover{
    --tw-translate-y: -690px;
  }

  .tw .lg\:hover\:-translate-y-139:hover{
    --tw-translate-y: -695px;
  }

  .tw .lg\:hover\:-translate-y-140:hover{
    --tw-translate-y: -700px;
  }

  .tw .lg\:hover\:-translate-y-141:hover{
    --tw-translate-y: -705px;
  }

  .tw .lg\:hover\:-translate-y-142:hover{
    --tw-translate-y: -710px;
  }

  .tw .lg\:hover\:-translate-y-143:hover{
    --tw-translate-y: -715px;
  }

  .tw .lg\:hover\:-translate-y-144:hover{
    --tw-translate-y: -720px;
  }

  .tw .lg\:hover\:-translate-y-145:hover{
    --tw-translate-y: -725px;
  }

  .tw .lg\:hover\:-translate-y-146:hover{
    --tw-translate-y: -730px;
  }

  .tw .lg\:hover\:-translate-y-147:hover{
    --tw-translate-y: -735px;
  }

  .tw .lg\:hover\:-translate-y-148:hover{
    --tw-translate-y: -740px;
  }

  .tw .lg\:hover\:-translate-y-149:hover{
    --tw-translate-y: -745px;
  }

  .tw .lg\:hover\:-translate-y-0\.5:hover{
    --tw-translate-y: -3px;
  }

  .tw .lg\:hover\:-translate-y-1px:hover{
    --tw-translate-y: -1px;
  }

  .tw .lg\:hover\:-translate-y-2px:hover{
    --tw-translate-y: -2px;
  }

  .tw .lg\:hover\:-translate-y-3px:hover{
    --tw-translate-y: -3px;
  }

  .tw .lg\:hover\:-translate-y-4px:hover{
    --tw-translate-y: -4px;
  }

  .tw .lg\:hover\:-translate-y-5px:hover{
    --tw-translate-y: -5px;
  }

  .tw .lg\:hover\:-translate-y-6px:hover{
    --tw-translate-y: -6px;
  }

  .tw .lg\:hover\:-translate-y-7px:hover{
    --tw-translate-y: -7px;
  }

  .tw .lg\:hover\:-translate-y-8px:hover{
    --tw-translate-y: -8px;
  }

  .tw .lg\:hover\:-translate-y-9px:hover{
    --tw-translate-y: -9px;
  }

  .tw .lg\:hover\:-translate-y-10px:hover{
    --tw-translate-y: -10px;
  }

  .tw .lg\:hover\:-translate-y-11px:hover{
    --tw-translate-y: -11px;
  }

  .tw .lg\:hover\:-translate-y-12px:hover{
    --tw-translate-y: -12px;
  }

  .tw .lg\:hover\:-translate-y-13px:hover{
    --tw-translate-y: -13px;
  }

  .tw .lg\:hover\:-translate-y-14px:hover{
    --tw-translate-y: -14px;
  }

  .tw .lg\:hover\:-translate-y-15px:hover{
    --tw-translate-y: -15px;
  }

  .tw .lg\:hover\:-translate-y-16px:hover{
    --tw-translate-y: -16px;
  }

  .tw .lg\:hover\:-translate-y-17px:hover{
    --tw-translate-y: -17px;
  }

  .tw .lg\:hover\:-translate-y-18px:hover{
    --tw-translate-y: -18px;
  }

  .tw .lg\:hover\:-translate-y-19px:hover{
    --tw-translate-y: -19px;
  }

  .tw .lg\:hover\:-translate-y-20px:hover{
    --tw-translate-y: -20px;
  }

  .tw .lg\:hover\:-translate-y-21px:hover{
    --tw-translate-y: -21px;
  }

  .tw .lg\:hover\:-translate-y-22px:hover{
    --tw-translate-y: -22px;
  }

  .tw .lg\:hover\:-translate-y-23px:hover{
    --tw-translate-y: -23px;
  }

  .tw .lg\:hover\:-translate-y-24px:hover{
    --tw-translate-y: -24px;
  }

  .tw .lg\:hover\:-translate-y-25px:hover{
    --tw-translate-y: -25px;
  }

  .tw .lg\:hover\:-translate-y-26px:hover{
    --tw-translate-y: -26px;
  }

  .tw .lg\:hover\:-translate-y-27px:hover{
    --tw-translate-y: -27px;
  }

  .tw .lg\:hover\:-translate-y-28px:hover{
    --tw-translate-y: -28px;
  }

  .tw .lg\:hover\:-translate-y-29px:hover{
    --tw-translate-y: -29px;
  }

  .tw .lg\:hover\:-translate-y-30px:hover{
    --tw-translate-y: -30px;
  }

  .tw .lg\:hover\:-translate-y-31px:hover{
    --tw-translate-y: -31px;
  }

  .tw .lg\:hover\:-translate-y-32px:hover{
    --tw-translate-y: -32px;
  }

  .tw .lg\:hover\:-translate-y-33px:hover{
    --tw-translate-y: -33px;
  }

  .tw .lg\:hover\:-translate-y-34px:hover{
    --tw-translate-y: -34px;
  }

  .tw .lg\:hover\:-translate-y-35px:hover{
    --tw-translate-y: -35px;
  }

  .tw .lg\:hover\:-translate-y-36px:hover{
    --tw-translate-y: -36px;
  }

  .tw .lg\:hover\:-translate-y-37px:hover{
    --tw-translate-y: -37px;
  }

  .tw .lg\:hover\:-translate-y-38px:hover{
    --tw-translate-y: -38px;
  }

  .tw .lg\:hover\:-translate-y-39px:hover{
    --tw-translate-y: -39px;
  }

  .tw .lg\:hover\:-translate-y-40px:hover{
    --tw-translate-y: -40px;
  }

  .tw .lg\:hover\:translate-y-1\/2:hover{
    --tw-translate-y: 50%;
  }

  .tw .lg\:hover\:translate-y-1\/3:hover{
    --tw-translate-y: 33.333333%;
  }

  .tw .lg\:hover\:translate-y-2\/3:hover{
    --tw-translate-y: 66.666667%;
  }

  .tw .lg\:hover\:translate-y-1\/4:hover{
    --tw-translate-y: 25%;
  }

  .tw .lg\:hover\:translate-y-2\/4:hover{
    --tw-translate-y: 50%;
  }

  .tw .lg\:hover\:translate-y-3\/4:hover{
    --tw-translate-y: 75%;
  }

  .tw .lg\:hover\:translate-y-full:hover{
    --tw-translate-y: 100%;
  }

  .tw .lg\:hover\:-translate-y-1\/2:hover{
    --tw-translate-y: -50%;
  }

  .tw .lg\:hover\:-translate-y-1\/3:hover{
    --tw-translate-y: -33.333333%;
  }

  .tw .lg\:hover\:-translate-y-2\/3:hover{
    --tw-translate-y: -66.666667%;
  }

  .tw .lg\:hover\:-translate-y-1\/4:hover{
    --tw-translate-y: -25%;
  }

  .tw .lg\:hover\:-translate-y-2\/4:hover{
    --tw-translate-y: -50%;
  }

  .tw .lg\:hover\:-translate-y-3\/4:hover{
    --tw-translate-y: -75%;
  }

  .tw .lg\:hover\:-translate-y-full:hover{
    --tw-translate-y: -100%;
  }

  .tw .lg\:focus\:translate-x-0:focus{
    --tw-translate-x: 0px;
  }

  .tw .lg\:focus\:translate-x-1:focus{
    --tw-translate-x: 5px;
  }

  .tw .lg\:focus\:translate-x-2:focus{
    --tw-translate-x: 10px;
  }

  .tw .lg\:focus\:translate-x-3:focus{
    --tw-translate-x: 15px;
  }

  .tw .lg\:focus\:translate-x-4:focus{
    --tw-translate-x: 20px;
  }

  .tw .lg\:focus\:translate-x-5:focus{
    --tw-translate-x: 25px;
  }

  .tw .lg\:focus\:translate-x-6:focus{
    --tw-translate-x: 30px;
  }

  .tw .lg\:focus\:translate-x-7:focus{
    --tw-translate-x: 35px;
  }

  .tw .lg\:focus\:translate-x-8:focus{
    --tw-translate-x: 40px;
  }

  .tw .lg\:focus\:translate-x-9:focus{
    --tw-translate-x: 45px;
  }

  .tw .lg\:focus\:translate-x-10:focus{
    --tw-translate-x: 50px;
  }

  .tw .lg\:focus\:translate-x-11:focus{
    --tw-translate-x: 55px;
  }

  .tw .lg\:focus\:translate-x-12:focus{
    --tw-translate-x: 60px;
  }

  .tw .lg\:focus\:translate-x-13:focus{
    --tw-translate-x: 65px;
  }

  .tw .lg\:focus\:translate-x-14:focus{
    --tw-translate-x: 70px;
  }

  .tw .lg\:focus\:translate-x-15:focus{
    --tw-translate-x: 75px;
  }

  .tw .lg\:focus\:translate-x-16:focus{
    --tw-translate-x: 80px;
  }

  .tw .lg\:focus\:translate-x-17:focus{
    --tw-translate-x: 85px;
  }

  .tw .lg\:focus\:translate-x-18:focus{
    --tw-translate-x: 90px;
  }

  .tw .lg\:focus\:translate-x-19:focus{
    --tw-translate-x: 95px;
  }

  .tw .lg\:focus\:translate-x-20:focus{
    --tw-translate-x: 100px;
  }

  .tw .lg\:focus\:translate-x-21:focus{
    --tw-translate-x: 105px;
  }

  .tw .lg\:focus\:translate-x-22:focus{
    --tw-translate-x: 110px;
  }

  .tw .lg\:focus\:translate-x-23:focus{
    --tw-translate-x: 115px;
  }

  .tw .lg\:focus\:translate-x-24:focus{
    --tw-translate-x: 120px;
  }

  .tw .lg\:focus\:translate-x-25:focus{
    --tw-translate-x: 125px;
  }

  .tw .lg\:focus\:translate-x-26:focus{
    --tw-translate-x: 130px;
  }

  .tw .lg\:focus\:translate-x-27:focus{
    --tw-translate-x: 135px;
  }

  .tw .lg\:focus\:translate-x-28:focus{
    --tw-translate-x: 140px;
  }

  .tw .lg\:focus\:translate-x-29:focus{
    --tw-translate-x: 145px;
  }

  .tw .lg\:focus\:translate-x-30:focus{
    --tw-translate-x: 150px;
  }

  .tw .lg\:focus\:translate-x-31:focus{
    --tw-translate-x: 155px;
  }

  .tw .lg\:focus\:translate-x-32:focus{
    --tw-translate-x: 160px;
  }

  .tw .lg\:focus\:translate-x-33:focus{
    --tw-translate-x: 165px;
  }

  .tw .lg\:focus\:translate-x-34:focus{
    --tw-translate-x: 170px;
  }

  .tw .lg\:focus\:translate-x-35:focus{
    --tw-translate-x: 175px;
  }

  .tw .lg\:focus\:translate-x-36:focus{
    --tw-translate-x: 180px;
  }

  .tw .lg\:focus\:translate-x-37:focus{
    --tw-translate-x: 185px;
  }

  .tw .lg\:focus\:translate-x-38:focus{
    --tw-translate-x: 190px;
  }

  .tw .lg\:focus\:translate-x-39:focus{
    --tw-translate-x: 195px;
  }

  .tw .lg\:focus\:translate-x-40:focus{
    --tw-translate-x: 200px;
  }

  .tw .lg\:focus\:translate-x-41:focus{
    --tw-translate-x: 205px;
  }

  .tw .lg\:focus\:translate-x-42:focus{
    --tw-translate-x: 210px;
  }

  .tw .lg\:focus\:translate-x-43:focus{
    --tw-translate-x: 215px;
  }

  .tw .lg\:focus\:translate-x-44:focus{
    --tw-translate-x: 220px;
  }

  .tw .lg\:focus\:translate-x-45:focus{
    --tw-translate-x: 225px;
  }

  .tw .lg\:focus\:translate-x-46:focus{
    --tw-translate-x: 230px;
  }

  .tw .lg\:focus\:translate-x-47:focus{
    --tw-translate-x: 235px;
  }

  .tw .lg\:focus\:translate-x-48:focus{
    --tw-translate-x: 240px;
  }

  .tw .lg\:focus\:translate-x-49:focus{
    --tw-translate-x: 245px;
  }

  .tw .lg\:focus\:translate-x-50:focus{
    --tw-translate-x: 250px;
  }

  .tw .lg\:focus\:translate-x-51:focus{
    --tw-translate-x: 255px;
  }

  .tw .lg\:focus\:translate-x-52:focus{
    --tw-translate-x: 260px;
  }

  .tw .lg\:focus\:translate-x-53:focus{
    --tw-translate-x: 265px;
  }

  .tw .lg\:focus\:translate-x-54:focus{
    --tw-translate-x: 270px;
  }

  .tw .lg\:focus\:translate-x-55:focus{
    --tw-translate-x: 275px;
  }

  .tw .lg\:focus\:translate-x-56:focus{
    --tw-translate-x: 280px;
  }

  .tw .lg\:focus\:translate-x-57:focus{
    --tw-translate-x: 285px;
  }

  .tw .lg\:focus\:translate-x-58:focus{
    --tw-translate-x: 290px;
  }

  .tw .lg\:focus\:translate-x-59:focus{
    --tw-translate-x: 295px;
  }

  .tw .lg\:focus\:translate-x-60:focus{
    --tw-translate-x: 300px;
  }

  .tw .lg\:focus\:translate-x-61:focus{
    --tw-translate-x: 305px;
  }

  .tw .lg\:focus\:translate-x-62:focus{
    --tw-translate-x: 310px;
  }

  .tw .lg\:focus\:translate-x-63:focus{
    --tw-translate-x: 315px;
  }

  .tw .lg\:focus\:translate-x-64:focus{
    --tw-translate-x: 320px;
  }

  .tw .lg\:focus\:translate-x-65:focus{
    --tw-translate-x: 325px;
  }

  .tw .lg\:focus\:translate-x-66:focus{
    --tw-translate-x: 330px;
  }

  .tw .lg\:focus\:translate-x-67:focus{
    --tw-translate-x: 335px;
  }

  .tw .lg\:focus\:translate-x-68:focus{
    --tw-translate-x: 340px;
  }

  .tw .lg\:focus\:translate-x-69:focus{
    --tw-translate-x: 345px;
  }

  .tw .lg\:focus\:translate-x-70:focus{
    --tw-translate-x: 350px;
  }

  .tw .lg\:focus\:translate-x-71:focus{
    --tw-translate-x: 355px;
  }

  .tw .lg\:focus\:translate-x-72:focus{
    --tw-translate-x: 360px;
  }

  .tw .lg\:focus\:translate-x-73:focus{
    --tw-translate-x: 365px;
  }

  .tw .lg\:focus\:translate-x-74:focus{
    --tw-translate-x: 370px;
  }

  .tw .lg\:focus\:translate-x-75:focus{
    --tw-translate-x: 375px;
  }

  .tw .lg\:focus\:translate-x-76:focus{
    --tw-translate-x: 380px;
  }

  .tw .lg\:focus\:translate-x-77:focus{
    --tw-translate-x: 385px;
  }

  .tw .lg\:focus\:translate-x-78:focus{
    --tw-translate-x: 390px;
  }

  .tw .lg\:focus\:translate-x-79:focus{
    --tw-translate-x: 395px;
  }

  .tw .lg\:focus\:translate-x-80:focus{
    --tw-translate-x: 400px;
  }

  .tw .lg\:focus\:translate-x-81:focus{
    --tw-translate-x: 405px;
  }

  .tw .lg\:focus\:translate-x-82:focus{
    --tw-translate-x: 410px;
  }

  .tw .lg\:focus\:translate-x-83:focus{
    --tw-translate-x: 415px;
  }

  .tw .lg\:focus\:translate-x-84:focus{
    --tw-translate-x: 420px;
  }

  .tw .lg\:focus\:translate-x-85:focus{
    --tw-translate-x: 425px;
  }

  .tw .lg\:focus\:translate-x-86:focus{
    --tw-translate-x: 430px;
  }

  .tw .lg\:focus\:translate-x-87:focus{
    --tw-translate-x: 435px;
  }

  .tw .lg\:focus\:translate-x-88:focus{
    --tw-translate-x: 440px;
  }

  .tw .lg\:focus\:translate-x-89:focus{
    --tw-translate-x: 445px;
  }

  .tw .lg\:focus\:translate-x-90:focus{
    --tw-translate-x: 450px;
  }

  .tw .lg\:focus\:translate-x-91:focus{
    --tw-translate-x: 455px;
  }

  .tw .lg\:focus\:translate-x-92:focus{
    --tw-translate-x: 460px;
  }

  .tw .lg\:focus\:translate-x-93:focus{
    --tw-translate-x: 465px;
  }

  .tw .lg\:focus\:translate-x-94:focus{
    --tw-translate-x: 470px;
  }

  .tw .lg\:focus\:translate-x-95:focus{
    --tw-translate-x: 475px;
  }

  .tw .lg\:focus\:translate-x-96:focus{
    --tw-translate-x: 480px;
  }

  .tw .lg\:focus\:translate-x-97:focus{
    --tw-translate-x: 485px;
  }

  .tw .lg\:focus\:translate-x-98:focus{
    --tw-translate-x: 490px;
  }

  .tw .lg\:focus\:translate-x-99:focus{
    --tw-translate-x: 495px;
  }

  .tw .lg\:focus\:translate-x-100:focus{
    --tw-translate-x: 500px;
  }

  .tw .lg\:focus\:translate-x-101:focus{
    --tw-translate-x: 505px;
  }

  .tw .lg\:focus\:translate-x-102:focus{
    --tw-translate-x: 510px;
  }

  .tw .lg\:focus\:translate-x-103:focus{
    --tw-translate-x: 515px;
  }

  .tw .lg\:focus\:translate-x-104:focus{
    --tw-translate-x: 520px;
  }

  .tw .lg\:focus\:translate-x-105:focus{
    --tw-translate-x: 525px;
  }

  .tw .lg\:focus\:translate-x-106:focus{
    --tw-translate-x: 530px;
  }

  .tw .lg\:focus\:translate-x-107:focus{
    --tw-translate-x: 535px;
  }

  .tw .lg\:focus\:translate-x-108:focus{
    --tw-translate-x: 540px;
  }

  .tw .lg\:focus\:translate-x-109:focus{
    --tw-translate-x: 545px;
  }

  .tw .lg\:focus\:translate-x-110:focus{
    --tw-translate-x: 550px;
  }

  .tw .lg\:focus\:translate-x-111:focus{
    --tw-translate-x: 555px;
  }

  .tw .lg\:focus\:translate-x-112:focus{
    --tw-translate-x: 560px;
  }

  .tw .lg\:focus\:translate-x-113:focus{
    --tw-translate-x: 565px;
  }

  .tw .lg\:focus\:translate-x-114:focus{
    --tw-translate-x: 570px;
  }

  .tw .lg\:focus\:translate-x-115:focus{
    --tw-translate-x: 575px;
  }

  .tw .lg\:focus\:translate-x-116:focus{
    --tw-translate-x: 580px;
  }

  .tw .lg\:focus\:translate-x-117:focus{
    --tw-translate-x: 585px;
  }

  .tw .lg\:focus\:translate-x-118:focus{
    --tw-translate-x: 590px;
  }

  .tw .lg\:focus\:translate-x-119:focus{
    --tw-translate-x: 595px;
  }

  .tw .lg\:focus\:translate-x-120:focus{
    --tw-translate-x: 600px;
  }

  .tw .lg\:focus\:translate-x-121:focus{
    --tw-translate-x: 605px;
  }

  .tw .lg\:focus\:translate-x-122:focus{
    --tw-translate-x: 610px;
  }

  .tw .lg\:focus\:translate-x-123:focus{
    --tw-translate-x: 615px;
  }

  .tw .lg\:focus\:translate-x-124:focus{
    --tw-translate-x: 620px;
  }

  .tw .lg\:focus\:translate-x-125:focus{
    --tw-translate-x: 625px;
  }

  .tw .lg\:focus\:translate-x-126:focus{
    --tw-translate-x: 630px;
  }

  .tw .lg\:focus\:translate-x-127:focus{
    --tw-translate-x: 635px;
  }

  .tw .lg\:focus\:translate-x-128:focus{
    --tw-translate-x: 640px;
  }

  .tw .lg\:focus\:translate-x-129:focus{
    --tw-translate-x: 645px;
  }

  .tw .lg\:focus\:translate-x-130:focus{
    --tw-translate-x: 650px;
  }

  .tw .lg\:focus\:translate-x-131:focus{
    --tw-translate-x: 655px;
  }

  .tw .lg\:focus\:translate-x-132:focus{
    --tw-translate-x: 660px;
  }

  .tw .lg\:focus\:translate-x-133:focus{
    --tw-translate-x: 665px;
  }

  .tw .lg\:focus\:translate-x-134:focus{
    --tw-translate-x: 670px;
  }

  .tw .lg\:focus\:translate-x-135:focus{
    --tw-translate-x: 675px;
  }

  .tw .lg\:focus\:translate-x-136:focus{
    --tw-translate-x: 680px;
  }

  .tw .lg\:focus\:translate-x-137:focus{
    --tw-translate-x: 685px;
  }

  .tw .lg\:focus\:translate-x-138:focus{
    --tw-translate-x: 690px;
  }

  .tw .lg\:focus\:translate-x-139:focus{
    --tw-translate-x: 695px;
  }

  .tw .lg\:focus\:translate-x-140:focus{
    --tw-translate-x: 700px;
  }

  .tw .lg\:focus\:translate-x-141:focus{
    --tw-translate-x: 705px;
  }

  .tw .lg\:focus\:translate-x-142:focus{
    --tw-translate-x: 710px;
  }

  .tw .lg\:focus\:translate-x-143:focus{
    --tw-translate-x: 715px;
  }

  .tw .lg\:focus\:translate-x-144:focus{
    --tw-translate-x: 720px;
  }

  .tw .lg\:focus\:translate-x-145:focus{
    --tw-translate-x: 725px;
  }

  .tw .lg\:focus\:translate-x-146:focus{
    --tw-translate-x: 730px;
  }

  .tw .lg\:focus\:translate-x-147:focus{
    --tw-translate-x: 735px;
  }

  .tw .lg\:focus\:translate-x-148:focus{
    --tw-translate-x: 740px;
  }

  .tw .lg\:focus\:translate-x-149:focus{
    --tw-translate-x: 745px;
  }

  .tw .lg\:focus\:translate-x-0\.5:focus{
    --tw-translate-x: 3px;
  }

  .tw .lg\:focus\:translate-x-1px:focus{
    --tw-translate-x: 1px;
  }

  .tw .lg\:focus\:translate-x-2px:focus{
    --tw-translate-x: 2px;
  }

  .tw .lg\:focus\:translate-x-3px:focus{
    --tw-translate-x: 3px;
  }

  .tw .lg\:focus\:translate-x-4px:focus{
    --tw-translate-x: 4px;
  }

  .tw .lg\:focus\:translate-x-5px:focus{
    --tw-translate-x: 5px;
  }

  .tw .lg\:focus\:translate-x-6px:focus{
    --tw-translate-x: 6px;
  }

  .tw .lg\:focus\:translate-x-7px:focus{
    --tw-translate-x: 7px;
  }

  .tw .lg\:focus\:translate-x-8px:focus{
    --tw-translate-x: 8px;
  }

  .tw .lg\:focus\:translate-x-9px:focus{
    --tw-translate-x: 9px;
  }

  .tw .lg\:focus\:translate-x-10px:focus{
    --tw-translate-x: 10px;
  }

  .tw .lg\:focus\:translate-x-11px:focus{
    --tw-translate-x: 11px;
  }

  .tw .lg\:focus\:translate-x-12px:focus{
    --tw-translate-x: 12px;
  }

  .tw .lg\:focus\:translate-x-13px:focus{
    --tw-translate-x: 13px;
  }

  .tw .lg\:focus\:translate-x-14px:focus{
    --tw-translate-x: 14px;
  }

  .tw .lg\:focus\:translate-x-15px:focus{
    --tw-translate-x: 15px;
  }

  .tw .lg\:focus\:translate-x-16px:focus{
    --tw-translate-x: 16px;
  }

  .tw .lg\:focus\:translate-x-17px:focus{
    --tw-translate-x: 17px;
  }

  .tw .lg\:focus\:translate-x-18px:focus{
    --tw-translate-x: 18px;
  }

  .tw .lg\:focus\:translate-x-19px:focus{
    --tw-translate-x: 19px;
  }

  .tw .lg\:focus\:translate-x-20px:focus{
    --tw-translate-x: 20px;
  }

  .tw .lg\:focus\:translate-x-21px:focus{
    --tw-translate-x: 21px;
  }

  .tw .lg\:focus\:translate-x-22px:focus{
    --tw-translate-x: 22px;
  }

  .tw .lg\:focus\:translate-x-23px:focus{
    --tw-translate-x: 23px;
  }

  .tw .lg\:focus\:translate-x-24px:focus{
    --tw-translate-x: 24px;
  }

  .tw .lg\:focus\:translate-x-25px:focus{
    --tw-translate-x: 25px;
  }

  .tw .lg\:focus\:translate-x-26px:focus{
    --tw-translate-x: 26px;
  }

  .tw .lg\:focus\:translate-x-27px:focus{
    --tw-translate-x: 27px;
  }

  .tw .lg\:focus\:translate-x-28px:focus{
    --tw-translate-x: 28px;
  }

  .tw .lg\:focus\:translate-x-29px:focus{
    --tw-translate-x: 29px;
  }

  .tw .lg\:focus\:translate-x-30px:focus{
    --tw-translate-x: 30px;
  }

  .tw .lg\:focus\:translate-x-31px:focus{
    --tw-translate-x: 31px;
  }

  .tw .lg\:focus\:translate-x-32px:focus{
    --tw-translate-x: 32px;
  }

  .tw .lg\:focus\:translate-x-33px:focus{
    --tw-translate-x: 33px;
  }

  .tw .lg\:focus\:translate-x-34px:focus{
    --tw-translate-x: 34px;
  }

  .tw .lg\:focus\:translate-x-35px:focus{
    --tw-translate-x: 35px;
  }

  .tw .lg\:focus\:translate-x-36px:focus{
    --tw-translate-x: 36px;
  }

  .tw .lg\:focus\:translate-x-37px:focus{
    --tw-translate-x: 37px;
  }

  .tw .lg\:focus\:translate-x-38px:focus{
    --tw-translate-x: 38px;
  }

  .tw .lg\:focus\:translate-x-39px:focus{
    --tw-translate-x: 39px;
  }

  .tw .lg\:focus\:translate-x-40px:focus{
    --tw-translate-x: 40px;
  }

  .tw .lg\:focus\:-translate-x-0:focus{
    --tw-translate-x: 0px;
  }

  .tw .lg\:focus\:-translate-x-1:focus{
    --tw-translate-x: -5px;
  }

  .tw .lg\:focus\:-translate-x-2:focus{
    --tw-translate-x: -10px;
  }

  .tw .lg\:focus\:-translate-x-3:focus{
    --tw-translate-x: -15px;
  }

  .tw .lg\:focus\:-translate-x-4:focus{
    --tw-translate-x: -20px;
  }

  .tw .lg\:focus\:-translate-x-5:focus{
    --tw-translate-x: -25px;
  }

  .tw .lg\:focus\:-translate-x-6:focus{
    --tw-translate-x: -30px;
  }

  .tw .lg\:focus\:-translate-x-7:focus{
    --tw-translate-x: -35px;
  }

  .tw .lg\:focus\:-translate-x-8:focus{
    --tw-translate-x: -40px;
  }

  .tw .lg\:focus\:-translate-x-9:focus{
    --tw-translate-x: -45px;
  }

  .tw .lg\:focus\:-translate-x-10:focus{
    --tw-translate-x: -50px;
  }

  .tw .lg\:focus\:-translate-x-11:focus{
    --tw-translate-x: -55px;
  }

  .tw .lg\:focus\:-translate-x-12:focus{
    --tw-translate-x: -60px;
  }

  .tw .lg\:focus\:-translate-x-13:focus{
    --tw-translate-x: -65px;
  }

  .tw .lg\:focus\:-translate-x-14:focus{
    --tw-translate-x: -70px;
  }

  .tw .lg\:focus\:-translate-x-15:focus{
    --tw-translate-x: -75px;
  }

  .tw .lg\:focus\:-translate-x-16:focus{
    --tw-translate-x: -80px;
  }

  .tw .lg\:focus\:-translate-x-17:focus{
    --tw-translate-x: -85px;
  }

  .tw .lg\:focus\:-translate-x-18:focus{
    --tw-translate-x: -90px;
  }

  .tw .lg\:focus\:-translate-x-19:focus{
    --tw-translate-x: -95px;
  }

  .tw .lg\:focus\:-translate-x-20:focus{
    --tw-translate-x: -100px;
  }

  .tw .lg\:focus\:-translate-x-21:focus{
    --tw-translate-x: -105px;
  }

  .tw .lg\:focus\:-translate-x-22:focus{
    --tw-translate-x: -110px;
  }

  .tw .lg\:focus\:-translate-x-23:focus{
    --tw-translate-x: -115px;
  }

  .tw .lg\:focus\:-translate-x-24:focus{
    --tw-translate-x: -120px;
  }

  .tw .lg\:focus\:-translate-x-25:focus{
    --tw-translate-x: -125px;
  }

  .tw .lg\:focus\:-translate-x-26:focus{
    --tw-translate-x: -130px;
  }

  .tw .lg\:focus\:-translate-x-27:focus{
    --tw-translate-x: -135px;
  }

  .tw .lg\:focus\:-translate-x-28:focus{
    --tw-translate-x: -140px;
  }

  .tw .lg\:focus\:-translate-x-29:focus{
    --tw-translate-x: -145px;
  }

  .tw .lg\:focus\:-translate-x-30:focus{
    --tw-translate-x: -150px;
  }

  .tw .lg\:focus\:-translate-x-31:focus{
    --tw-translate-x: -155px;
  }

  .tw .lg\:focus\:-translate-x-32:focus{
    --tw-translate-x: -160px;
  }

  .tw .lg\:focus\:-translate-x-33:focus{
    --tw-translate-x: -165px;
  }

  .tw .lg\:focus\:-translate-x-34:focus{
    --tw-translate-x: -170px;
  }

  .tw .lg\:focus\:-translate-x-35:focus{
    --tw-translate-x: -175px;
  }

  .tw .lg\:focus\:-translate-x-36:focus{
    --tw-translate-x: -180px;
  }

  .tw .lg\:focus\:-translate-x-37:focus{
    --tw-translate-x: -185px;
  }

  .tw .lg\:focus\:-translate-x-38:focus{
    --tw-translate-x: -190px;
  }

  .tw .lg\:focus\:-translate-x-39:focus{
    --tw-translate-x: -195px;
  }

  .tw .lg\:focus\:-translate-x-40:focus{
    --tw-translate-x: -200px;
  }

  .tw .lg\:focus\:-translate-x-41:focus{
    --tw-translate-x: -205px;
  }

  .tw .lg\:focus\:-translate-x-42:focus{
    --tw-translate-x: -210px;
  }

  .tw .lg\:focus\:-translate-x-43:focus{
    --tw-translate-x: -215px;
  }

  .tw .lg\:focus\:-translate-x-44:focus{
    --tw-translate-x: -220px;
  }

  .tw .lg\:focus\:-translate-x-45:focus{
    --tw-translate-x: -225px;
  }

  .tw .lg\:focus\:-translate-x-46:focus{
    --tw-translate-x: -230px;
  }

  .tw .lg\:focus\:-translate-x-47:focus{
    --tw-translate-x: -235px;
  }

  .tw .lg\:focus\:-translate-x-48:focus{
    --tw-translate-x: -240px;
  }

  .tw .lg\:focus\:-translate-x-49:focus{
    --tw-translate-x: -245px;
  }

  .tw .lg\:focus\:-translate-x-50:focus{
    --tw-translate-x: -250px;
  }

  .tw .lg\:focus\:-translate-x-51:focus{
    --tw-translate-x: -255px;
  }

  .tw .lg\:focus\:-translate-x-52:focus{
    --tw-translate-x: -260px;
  }

  .tw .lg\:focus\:-translate-x-53:focus{
    --tw-translate-x: -265px;
  }

  .tw .lg\:focus\:-translate-x-54:focus{
    --tw-translate-x: -270px;
  }

  .tw .lg\:focus\:-translate-x-55:focus{
    --tw-translate-x: -275px;
  }

  .tw .lg\:focus\:-translate-x-56:focus{
    --tw-translate-x: -280px;
  }

  .tw .lg\:focus\:-translate-x-57:focus{
    --tw-translate-x: -285px;
  }

  .tw .lg\:focus\:-translate-x-58:focus{
    --tw-translate-x: -290px;
  }

  .tw .lg\:focus\:-translate-x-59:focus{
    --tw-translate-x: -295px;
  }

  .tw .lg\:focus\:-translate-x-60:focus{
    --tw-translate-x: -300px;
  }

  .tw .lg\:focus\:-translate-x-61:focus{
    --tw-translate-x: -305px;
  }

  .tw .lg\:focus\:-translate-x-62:focus{
    --tw-translate-x: -310px;
  }

  .tw .lg\:focus\:-translate-x-63:focus{
    --tw-translate-x: -315px;
  }

  .tw .lg\:focus\:-translate-x-64:focus{
    --tw-translate-x: -320px;
  }

  .tw .lg\:focus\:-translate-x-65:focus{
    --tw-translate-x: -325px;
  }

  .tw .lg\:focus\:-translate-x-66:focus{
    --tw-translate-x: -330px;
  }

  .tw .lg\:focus\:-translate-x-67:focus{
    --tw-translate-x: -335px;
  }

  .tw .lg\:focus\:-translate-x-68:focus{
    --tw-translate-x: -340px;
  }

  .tw .lg\:focus\:-translate-x-69:focus{
    --tw-translate-x: -345px;
  }

  .tw .lg\:focus\:-translate-x-70:focus{
    --tw-translate-x: -350px;
  }

  .tw .lg\:focus\:-translate-x-71:focus{
    --tw-translate-x: -355px;
  }

  .tw .lg\:focus\:-translate-x-72:focus{
    --tw-translate-x: -360px;
  }

  .tw .lg\:focus\:-translate-x-73:focus{
    --tw-translate-x: -365px;
  }

  .tw .lg\:focus\:-translate-x-74:focus{
    --tw-translate-x: -370px;
  }

  .tw .lg\:focus\:-translate-x-75:focus{
    --tw-translate-x: -375px;
  }

  .tw .lg\:focus\:-translate-x-76:focus{
    --tw-translate-x: -380px;
  }

  .tw .lg\:focus\:-translate-x-77:focus{
    --tw-translate-x: -385px;
  }

  .tw .lg\:focus\:-translate-x-78:focus{
    --tw-translate-x: -390px;
  }

  .tw .lg\:focus\:-translate-x-79:focus{
    --tw-translate-x: -395px;
  }

  .tw .lg\:focus\:-translate-x-80:focus{
    --tw-translate-x: -400px;
  }

  .tw .lg\:focus\:-translate-x-81:focus{
    --tw-translate-x: -405px;
  }

  .tw .lg\:focus\:-translate-x-82:focus{
    --tw-translate-x: -410px;
  }

  .tw .lg\:focus\:-translate-x-83:focus{
    --tw-translate-x: -415px;
  }

  .tw .lg\:focus\:-translate-x-84:focus{
    --tw-translate-x: -420px;
  }

  .tw .lg\:focus\:-translate-x-85:focus{
    --tw-translate-x: -425px;
  }

  .tw .lg\:focus\:-translate-x-86:focus{
    --tw-translate-x: -430px;
  }

  .tw .lg\:focus\:-translate-x-87:focus{
    --tw-translate-x: -435px;
  }

  .tw .lg\:focus\:-translate-x-88:focus{
    --tw-translate-x: -440px;
  }

  .tw .lg\:focus\:-translate-x-89:focus{
    --tw-translate-x: -445px;
  }

  .tw .lg\:focus\:-translate-x-90:focus{
    --tw-translate-x: -450px;
  }

  .tw .lg\:focus\:-translate-x-91:focus{
    --tw-translate-x: -455px;
  }

  .tw .lg\:focus\:-translate-x-92:focus{
    --tw-translate-x: -460px;
  }

  .tw .lg\:focus\:-translate-x-93:focus{
    --tw-translate-x: -465px;
  }

  .tw .lg\:focus\:-translate-x-94:focus{
    --tw-translate-x: -470px;
  }

  .tw .lg\:focus\:-translate-x-95:focus{
    --tw-translate-x: -475px;
  }

  .tw .lg\:focus\:-translate-x-96:focus{
    --tw-translate-x: -480px;
  }

  .tw .lg\:focus\:-translate-x-97:focus{
    --tw-translate-x: -485px;
  }

  .tw .lg\:focus\:-translate-x-98:focus{
    --tw-translate-x: -490px;
  }

  .tw .lg\:focus\:-translate-x-99:focus{
    --tw-translate-x: -495px;
  }

  .tw .lg\:focus\:-translate-x-100:focus{
    --tw-translate-x: -500px;
  }

  .tw .lg\:focus\:-translate-x-101:focus{
    --tw-translate-x: -505px;
  }

  .tw .lg\:focus\:-translate-x-102:focus{
    --tw-translate-x: -510px;
  }

  .tw .lg\:focus\:-translate-x-103:focus{
    --tw-translate-x: -515px;
  }

  .tw .lg\:focus\:-translate-x-104:focus{
    --tw-translate-x: -520px;
  }

  .tw .lg\:focus\:-translate-x-105:focus{
    --tw-translate-x: -525px;
  }

  .tw .lg\:focus\:-translate-x-106:focus{
    --tw-translate-x: -530px;
  }

  .tw .lg\:focus\:-translate-x-107:focus{
    --tw-translate-x: -535px;
  }

  .tw .lg\:focus\:-translate-x-108:focus{
    --tw-translate-x: -540px;
  }

  .tw .lg\:focus\:-translate-x-109:focus{
    --tw-translate-x: -545px;
  }

  .tw .lg\:focus\:-translate-x-110:focus{
    --tw-translate-x: -550px;
  }

  .tw .lg\:focus\:-translate-x-111:focus{
    --tw-translate-x: -555px;
  }

  .tw .lg\:focus\:-translate-x-112:focus{
    --tw-translate-x: -560px;
  }

  .tw .lg\:focus\:-translate-x-113:focus{
    --tw-translate-x: -565px;
  }

  .tw .lg\:focus\:-translate-x-114:focus{
    --tw-translate-x: -570px;
  }

  .tw .lg\:focus\:-translate-x-115:focus{
    --tw-translate-x: -575px;
  }

  .tw .lg\:focus\:-translate-x-116:focus{
    --tw-translate-x: -580px;
  }

  .tw .lg\:focus\:-translate-x-117:focus{
    --tw-translate-x: -585px;
  }

  .tw .lg\:focus\:-translate-x-118:focus{
    --tw-translate-x: -590px;
  }

  .tw .lg\:focus\:-translate-x-119:focus{
    --tw-translate-x: -595px;
  }

  .tw .lg\:focus\:-translate-x-120:focus{
    --tw-translate-x: -600px;
  }

  .tw .lg\:focus\:-translate-x-121:focus{
    --tw-translate-x: -605px;
  }

  .tw .lg\:focus\:-translate-x-122:focus{
    --tw-translate-x: -610px;
  }

  .tw .lg\:focus\:-translate-x-123:focus{
    --tw-translate-x: -615px;
  }

  .tw .lg\:focus\:-translate-x-124:focus{
    --tw-translate-x: -620px;
  }

  .tw .lg\:focus\:-translate-x-125:focus{
    --tw-translate-x: -625px;
  }

  .tw .lg\:focus\:-translate-x-126:focus{
    --tw-translate-x: -630px;
  }

  .tw .lg\:focus\:-translate-x-127:focus{
    --tw-translate-x: -635px;
  }

  .tw .lg\:focus\:-translate-x-128:focus{
    --tw-translate-x: -640px;
  }

  .tw .lg\:focus\:-translate-x-129:focus{
    --tw-translate-x: -645px;
  }

  .tw .lg\:focus\:-translate-x-130:focus{
    --tw-translate-x: -650px;
  }

  .tw .lg\:focus\:-translate-x-131:focus{
    --tw-translate-x: -655px;
  }

  .tw .lg\:focus\:-translate-x-132:focus{
    --tw-translate-x: -660px;
  }

  .tw .lg\:focus\:-translate-x-133:focus{
    --tw-translate-x: -665px;
  }

  .tw .lg\:focus\:-translate-x-134:focus{
    --tw-translate-x: -670px;
  }

  .tw .lg\:focus\:-translate-x-135:focus{
    --tw-translate-x: -675px;
  }

  .tw .lg\:focus\:-translate-x-136:focus{
    --tw-translate-x: -680px;
  }

  .tw .lg\:focus\:-translate-x-137:focus{
    --tw-translate-x: -685px;
  }

  .tw .lg\:focus\:-translate-x-138:focus{
    --tw-translate-x: -690px;
  }

  .tw .lg\:focus\:-translate-x-139:focus{
    --tw-translate-x: -695px;
  }

  .tw .lg\:focus\:-translate-x-140:focus{
    --tw-translate-x: -700px;
  }

  .tw .lg\:focus\:-translate-x-141:focus{
    --tw-translate-x: -705px;
  }

  .tw .lg\:focus\:-translate-x-142:focus{
    --tw-translate-x: -710px;
  }

  .tw .lg\:focus\:-translate-x-143:focus{
    --tw-translate-x: -715px;
  }

  .tw .lg\:focus\:-translate-x-144:focus{
    --tw-translate-x: -720px;
  }

  .tw .lg\:focus\:-translate-x-145:focus{
    --tw-translate-x: -725px;
  }

  .tw .lg\:focus\:-translate-x-146:focus{
    --tw-translate-x: -730px;
  }

  .tw .lg\:focus\:-translate-x-147:focus{
    --tw-translate-x: -735px;
  }

  .tw .lg\:focus\:-translate-x-148:focus{
    --tw-translate-x: -740px;
  }

  .tw .lg\:focus\:-translate-x-149:focus{
    --tw-translate-x: -745px;
  }

  .tw .lg\:focus\:-translate-x-0\.5:focus{
    --tw-translate-x: -3px;
  }

  .tw .lg\:focus\:-translate-x-1px:focus{
    --tw-translate-x: -1px;
  }

  .tw .lg\:focus\:-translate-x-2px:focus{
    --tw-translate-x: -2px;
  }

  .tw .lg\:focus\:-translate-x-3px:focus{
    --tw-translate-x: -3px;
  }

  .tw .lg\:focus\:-translate-x-4px:focus{
    --tw-translate-x: -4px;
  }

  .tw .lg\:focus\:-translate-x-5px:focus{
    --tw-translate-x: -5px;
  }

  .tw .lg\:focus\:-translate-x-6px:focus{
    --tw-translate-x: -6px;
  }

  .tw .lg\:focus\:-translate-x-7px:focus{
    --tw-translate-x: -7px;
  }

  .tw .lg\:focus\:-translate-x-8px:focus{
    --tw-translate-x: -8px;
  }

  .tw .lg\:focus\:-translate-x-9px:focus{
    --tw-translate-x: -9px;
  }

  .tw .lg\:focus\:-translate-x-10px:focus{
    --tw-translate-x: -10px;
  }

  .tw .lg\:focus\:-translate-x-11px:focus{
    --tw-translate-x: -11px;
  }

  .tw .lg\:focus\:-translate-x-12px:focus{
    --tw-translate-x: -12px;
  }

  .tw .lg\:focus\:-translate-x-13px:focus{
    --tw-translate-x: -13px;
  }

  .tw .lg\:focus\:-translate-x-14px:focus{
    --tw-translate-x: -14px;
  }

  .tw .lg\:focus\:-translate-x-15px:focus{
    --tw-translate-x: -15px;
  }

  .tw .lg\:focus\:-translate-x-16px:focus{
    --tw-translate-x: -16px;
  }

  .tw .lg\:focus\:-translate-x-17px:focus{
    --tw-translate-x: -17px;
  }

  .tw .lg\:focus\:-translate-x-18px:focus{
    --tw-translate-x: -18px;
  }

  .tw .lg\:focus\:-translate-x-19px:focus{
    --tw-translate-x: -19px;
  }

  .tw .lg\:focus\:-translate-x-20px:focus{
    --tw-translate-x: -20px;
  }

  .tw .lg\:focus\:-translate-x-21px:focus{
    --tw-translate-x: -21px;
  }

  .tw .lg\:focus\:-translate-x-22px:focus{
    --tw-translate-x: -22px;
  }

  .tw .lg\:focus\:-translate-x-23px:focus{
    --tw-translate-x: -23px;
  }

  .tw .lg\:focus\:-translate-x-24px:focus{
    --tw-translate-x: -24px;
  }

  .tw .lg\:focus\:-translate-x-25px:focus{
    --tw-translate-x: -25px;
  }

  .tw .lg\:focus\:-translate-x-26px:focus{
    --tw-translate-x: -26px;
  }

  .tw .lg\:focus\:-translate-x-27px:focus{
    --tw-translate-x: -27px;
  }

  .tw .lg\:focus\:-translate-x-28px:focus{
    --tw-translate-x: -28px;
  }

  .tw .lg\:focus\:-translate-x-29px:focus{
    --tw-translate-x: -29px;
  }

  .tw .lg\:focus\:-translate-x-30px:focus{
    --tw-translate-x: -30px;
  }

  .tw .lg\:focus\:-translate-x-31px:focus{
    --tw-translate-x: -31px;
  }

  .tw .lg\:focus\:-translate-x-32px:focus{
    --tw-translate-x: -32px;
  }

  .tw .lg\:focus\:-translate-x-33px:focus{
    --tw-translate-x: -33px;
  }

  .tw .lg\:focus\:-translate-x-34px:focus{
    --tw-translate-x: -34px;
  }

  .tw .lg\:focus\:-translate-x-35px:focus{
    --tw-translate-x: -35px;
  }

  .tw .lg\:focus\:-translate-x-36px:focus{
    --tw-translate-x: -36px;
  }

  .tw .lg\:focus\:-translate-x-37px:focus{
    --tw-translate-x: -37px;
  }

  .tw .lg\:focus\:-translate-x-38px:focus{
    --tw-translate-x: -38px;
  }

  .tw .lg\:focus\:-translate-x-39px:focus{
    --tw-translate-x: -39px;
  }

  .tw .lg\:focus\:-translate-x-40px:focus{
    --tw-translate-x: -40px;
  }

  .tw .lg\:focus\:translate-x-1\/2:focus{
    --tw-translate-x: 50%;
  }

  .tw .lg\:focus\:translate-x-1\/3:focus{
    --tw-translate-x: 33.333333%;
  }

  .tw .lg\:focus\:translate-x-2\/3:focus{
    --tw-translate-x: 66.666667%;
  }

  .tw .lg\:focus\:translate-x-1\/4:focus{
    --tw-translate-x: 25%;
  }

  .tw .lg\:focus\:translate-x-2\/4:focus{
    --tw-translate-x: 50%;
  }

  .tw .lg\:focus\:translate-x-3\/4:focus{
    --tw-translate-x: 75%;
  }

  .tw .lg\:focus\:translate-x-full:focus{
    --tw-translate-x: 100%;
  }

  .tw .lg\:focus\:-translate-x-1\/2:focus{
    --tw-translate-x: -50%;
  }

  .tw .lg\:focus\:-translate-x-1\/3:focus{
    --tw-translate-x: -33.333333%;
  }

  .tw .lg\:focus\:-translate-x-2\/3:focus{
    --tw-translate-x: -66.666667%;
  }

  .tw .lg\:focus\:-translate-x-1\/4:focus{
    --tw-translate-x: -25%;
  }

  .tw .lg\:focus\:-translate-x-2\/4:focus{
    --tw-translate-x: -50%;
  }

  .tw .lg\:focus\:-translate-x-3\/4:focus{
    --tw-translate-x: -75%;
  }

  .tw .lg\:focus\:-translate-x-full:focus{
    --tw-translate-x: -100%;
  }

  .tw .lg\:focus\:translate-y-0:focus{
    --tw-translate-y: 0px;
  }

  .tw .lg\:focus\:translate-y-1:focus{
    --tw-translate-y: 5px;
  }

  .tw .lg\:focus\:translate-y-2:focus{
    --tw-translate-y: 10px;
  }

  .tw .lg\:focus\:translate-y-3:focus{
    --tw-translate-y: 15px;
  }

  .tw .lg\:focus\:translate-y-4:focus{
    --tw-translate-y: 20px;
  }

  .tw .lg\:focus\:translate-y-5:focus{
    --tw-translate-y: 25px;
  }

  .tw .lg\:focus\:translate-y-6:focus{
    --tw-translate-y: 30px;
  }

  .tw .lg\:focus\:translate-y-7:focus{
    --tw-translate-y: 35px;
  }

  .tw .lg\:focus\:translate-y-8:focus{
    --tw-translate-y: 40px;
  }

  .tw .lg\:focus\:translate-y-9:focus{
    --tw-translate-y: 45px;
  }

  .tw .lg\:focus\:translate-y-10:focus{
    --tw-translate-y: 50px;
  }

  .tw .lg\:focus\:translate-y-11:focus{
    --tw-translate-y: 55px;
  }

  .tw .lg\:focus\:translate-y-12:focus{
    --tw-translate-y: 60px;
  }

  .tw .lg\:focus\:translate-y-13:focus{
    --tw-translate-y: 65px;
  }

  .tw .lg\:focus\:translate-y-14:focus{
    --tw-translate-y: 70px;
  }

  .tw .lg\:focus\:translate-y-15:focus{
    --tw-translate-y: 75px;
  }

  .tw .lg\:focus\:translate-y-16:focus{
    --tw-translate-y: 80px;
  }

  .tw .lg\:focus\:translate-y-17:focus{
    --tw-translate-y: 85px;
  }

  .tw .lg\:focus\:translate-y-18:focus{
    --tw-translate-y: 90px;
  }

  .tw .lg\:focus\:translate-y-19:focus{
    --tw-translate-y: 95px;
  }

  .tw .lg\:focus\:translate-y-20:focus{
    --tw-translate-y: 100px;
  }

  .tw .lg\:focus\:translate-y-21:focus{
    --tw-translate-y: 105px;
  }

  .tw .lg\:focus\:translate-y-22:focus{
    --tw-translate-y: 110px;
  }

  .tw .lg\:focus\:translate-y-23:focus{
    --tw-translate-y: 115px;
  }

  .tw .lg\:focus\:translate-y-24:focus{
    --tw-translate-y: 120px;
  }

  .tw .lg\:focus\:translate-y-25:focus{
    --tw-translate-y: 125px;
  }

  .tw .lg\:focus\:translate-y-26:focus{
    --tw-translate-y: 130px;
  }

  .tw .lg\:focus\:translate-y-27:focus{
    --tw-translate-y: 135px;
  }

  .tw .lg\:focus\:translate-y-28:focus{
    --tw-translate-y: 140px;
  }

  .tw .lg\:focus\:translate-y-29:focus{
    --tw-translate-y: 145px;
  }

  .tw .lg\:focus\:translate-y-30:focus{
    --tw-translate-y: 150px;
  }

  .tw .lg\:focus\:translate-y-31:focus{
    --tw-translate-y: 155px;
  }

  .tw .lg\:focus\:translate-y-32:focus{
    --tw-translate-y: 160px;
  }

  .tw .lg\:focus\:translate-y-33:focus{
    --tw-translate-y: 165px;
  }

  .tw .lg\:focus\:translate-y-34:focus{
    --tw-translate-y: 170px;
  }

  .tw .lg\:focus\:translate-y-35:focus{
    --tw-translate-y: 175px;
  }

  .tw .lg\:focus\:translate-y-36:focus{
    --tw-translate-y: 180px;
  }

  .tw .lg\:focus\:translate-y-37:focus{
    --tw-translate-y: 185px;
  }

  .tw .lg\:focus\:translate-y-38:focus{
    --tw-translate-y: 190px;
  }

  .tw .lg\:focus\:translate-y-39:focus{
    --tw-translate-y: 195px;
  }

  .tw .lg\:focus\:translate-y-40:focus{
    --tw-translate-y: 200px;
  }

  .tw .lg\:focus\:translate-y-41:focus{
    --tw-translate-y: 205px;
  }

  .tw .lg\:focus\:translate-y-42:focus{
    --tw-translate-y: 210px;
  }

  .tw .lg\:focus\:translate-y-43:focus{
    --tw-translate-y: 215px;
  }

  .tw .lg\:focus\:translate-y-44:focus{
    --tw-translate-y: 220px;
  }

  .tw .lg\:focus\:translate-y-45:focus{
    --tw-translate-y: 225px;
  }

  .tw .lg\:focus\:translate-y-46:focus{
    --tw-translate-y: 230px;
  }

  .tw .lg\:focus\:translate-y-47:focus{
    --tw-translate-y: 235px;
  }

  .tw .lg\:focus\:translate-y-48:focus{
    --tw-translate-y: 240px;
  }

  .tw .lg\:focus\:translate-y-49:focus{
    --tw-translate-y: 245px;
  }

  .tw .lg\:focus\:translate-y-50:focus{
    --tw-translate-y: 250px;
  }

  .tw .lg\:focus\:translate-y-51:focus{
    --tw-translate-y: 255px;
  }

  .tw .lg\:focus\:translate-y-52:focus{
    --tw-translate-y: 260px;
  }

  .tw .lg\:focus\:translate-y-53:focus{
    --tw-translate-y: 265px;
  }

  .tw .lg\:focus\:translate-y-54:focus{
    --tw-translate-y: 270px;
  }

  .tw .lg\:focus\:translate-y-55:focus{
    --tw-translate-y: 275px;
  }

  .tw .lg\:focus\:translate-y-56:focus{
    --tw-translate-y: 280px;
  }

  .tw .lg\:focus\:translate-y-57:focus{
    --tw-translate-y: 285px;
  }

  .tw .lg\:focus\:translate-y-58:focus{
    --tw-translate-y: 290px;
  }

  .tw .lg\:focus\:translate-y-59:focus{
    --tw-translate-y: 295px;
  }

  .tw .lg\:focus\:translate-y-60:focus{
    --tw-translate-y: 300px;
  }

  .tw .lg\:focus\:translate-y-61:focus{
    --tw-translate-y: 305px;
  }

  .tw .lg\:focus\:translate-y-62:focus{
    --tw-translate-y: 310px;
  }

  .tw .lg\:focus\:translate-y-63:focus{
    --tw-translate-y: 315px;
  }

  .tw .lg\:focus\:translate-y-64:focus{
    --tw-translate-y: 320px;
  }

  .tw .lg\:focus\:translate-y-65:focus{
    --tw-translate-y: 325px;
  }

  .tw .lg\:focus\:translate-y-66:focus{
    --tw-translate-y: 330px;
  }

  .tw .lg\:focus\:translate-y-67:focus{
    --tw-translate-y: 335px;
  }

  .tw .lg\:focus\:translate-y-68:focus{
    --tw-translate-y: 340px;
  }

  .tw .lg\:focus\:translate-y-69:focus{
    --tw-translate-y: 345px;
  }

  .tw .lg\:focus\:translate-y-70:focus{
    --tw-translate-y: 350px;
  }

  .tw .lg\:focus\:translate-y-71:focus{
    --tw-translate-y: 355px;
  }

  .tw .lg\:focus\:translate-y-72:focus{
    --tw-translate-y: 360px;
  }

  .tw .lg\:focus\:translate-y-73:focus{
    --tw-translate-y: 365px;
  }

  .tw .lg\:focus\:translate-y-74:focus{
    --tw-translate-y: 370px;
  }

  .tw .lg\:focus\:translate-y-75:focus{
    --tw-translate-y: 375px;
  }

  .tw .lg\:focus\:translate-y-76:focus{
    --tw-translate-y: 380px;
  }

  .tw .lg\:focus\:translate-y-77:focus{
    --tw-translate-y: 385px;
  }

  .tw .lg\:focus\:translate-y-78:focus{
    --tw-translate-y: 390px;
  }

  .tw .lg\:focus\:translate-y-79:focus{
    --tw-translate-y: 395px;
  }

  .tw .lg\:focus\:translate-y-80:focus{
    --tw-translate-y: 400px;
  }

  .tw .lg\:focus\:translate-y-81:focus{
    --tw-translate-y: 405px;
  }

  .tw .lg\:focus\:translate-y-82:focus{
    --tw-translate-y: 410px;
  }

  .tw .lg\:focus\:translate-y-83:focus{
    --tw-translate-y: 415px;
  }

  .tw .lg\:focus\:translate-y-84:focus{
    --tw-translate-y: 420px;
  }

  .tw .lg\:focus\:translate-y-85:focus{
    --tw-translate-y: 425px;
  }

  .tw .lg\:focus\:translate-y-86:focus{
    --tw-translate-y: 430px;
  }

  .tw .lg\:focus\:translate-y-87:focus{
    --tw-translate-y: 435px;
  }

  .tw .lg\:focus\:translate-y-88:focus{
    --tw-translate-y: 440px;
  }

  .tw .lg\:focus\:translate-y-89:focus{
    --tw-translate-y: 445px;
  }

  .tw .lg\:focus\:translate-y-90:focus{
    --tw-translate-y: 450px;
  }

  .tw .lg\:focus\:translate-y-91:focus{
    --tw-translate-y: 455px;
  }

  .tw .lg\:focus\:translate-y-92:focus{
    --tw-translate-y: 460px;
  }

  .tw .lg\:focus\:translate-y-93:focus{
    --tw-translate-y: 465px;
  }

  .tw .lg\:focus\:translate-y-94:focus{
    --tw-translate-y: 470px;
  }

  .tw .lg\:focus\:translate-y-95:focus{
    --tw-translate-y: 475px;
  }

  .tw .lg\:focus\:translate-y-96:focus{
    --tw-translate-y: 480px;
  }

  .tw .lg\:focus\:translate-y-97:focus{
    --tw-translate-y: 485px;
  }

  .tw .lg\:focus\:translate-y-98:focus{
    --tw-translate-y: 490px;
  }

  .tw .lg\:focus\:translate-y-99:focus{
    --tw-translate-y: 495px;
  }

  .tw .lg\:focus\:translate-y-100:focus{
    --tw-translate-y: 500px;
  }

  .tw .lg\:focus\:translate-y-101:focus{
    --tw-translate-y: 505px;
  }

  .tw .lg\:focus\:translate-y-102:focus{
    --tw-translate-y: 510px;
  }

  .tw .lg\:focus\:translate-y-103:focus{
    --tw-translate-y: 515px;
  }

  .tw .lg\:focus\:translate-y-104:focus{
    --tw-translate-y: 520px;
  }

  .tw .lg\:focus\:translate-y-105:focus{
    --tw-translate-y: 525px;
  }

  .tw .lg\:focus\:translate-y-106:focus{
    --tw-translate-y: 530px;
  }

  .tw .lg\:focus\:translate-y-107:focus{
    --tw-translate-y: 535px;
  }

  .tw .lg\:focus\:translate-y-108:focus{
    --tw-translate-y: 540px;
  }

  .tw .lg\:focus\:translate-y-109:focus{
    --tw-translate-y: 545px;
  }

  .tw .lg\:focus\:translate-y-110:focus{
    --tw-translate-y: 550px;
  }

  .tw .lg\:focus\:translate-y-111:focus{
    --tw-translate-y: 555px;
  }

  .tw .lg\:focus\:translate-y-112:focus{
    --tw-translate-y: 560px;
  }

  .tw .lg\:focus\:translate-y-113:focus{
    --tw-translate-y: 565px;
  }

  .tw .lg\:focus\:translate-y-114:focus{
    --tw-translate-y: 570px;
  }

  .tw .lg\:focus\:translate-y-115:focus{
    --tw-translate-y: 575px;
  }

  .tw .lg\:focus\:translate-y-116:focus{
    --tw-translate-y: 580px;
  }

  .tw .lg\:focus\:translate-y-117:focus{
    --tw-translate-y: 585px;
  }

  .tw .lg\:focus\:translate-y-118:focus{
    --tw-translate-y: 590px;
  }

  .tw .lg\:focus\:translate-y-119:focus{
    --tw-translate-y: 595px;
  }

  .tw .lg\:focus\:translate-y-120:focus{
    --tw-translate-y: 600px;
  }

  .tw .lg\:focus\:translate-y-121:focus{
    --tw-translate-y: 605px;
  }

  .tw .lg\:focus\:translate-y-122:focus{
    --tw-translate-y: 610px;
  }

  .tw .lg\:focus\:translate-y-123:focus{
    --tw-translate-y: 615px;
  }

  .tw .lg\:focus\:translate-y-124:focus{
    --tw-translate-y: 620px;
  }

  .tw .lg\:focus\:translate-y-125:focus{
    --tw-translate-y: 625px;
  }

  .tw .lg\:focus\:translate-y-126:focus{
    --tw-translate-y: 630px;
  }

  .tw .lg\:focus\:translate-y-127:focus{
    --tw-translate-y: 635px;
  }

  .tw .lg\:focus\:translate-y-128:focus{
    --tw-translate-y: 640px;
  }

  .tw .lg\:focus\:translate-y-129:focus{
    --tw-translate-y: 645px;
  }

  .tw .lg\:focus\:translate-y-130:focus{
    --tw-translate-y: 650px;
  }

  .tw .lg\:focus\:translate-y-131:focus{
    --tw-translate-y: 655px;
  }

  .tw .lg\:focus\:translate-y-132:focus{
    --tw-translate-y: 660px;
  }

  .tw .lg\:focus\:translate-y-133:focus{
    --tw-translate-y: 665px;
  }

  .tw .lg\:focus\:translate-y-134:focus{
    --tw-translate-y: 670px;
  }

  .tw .lg\:focus\:translate-y-135:focus{
    --tw-translate-y: 675px;
  }

  .tw .lg\:focus\:translate-y-136:focus{
    --tw-translate-y: 680px;
  }

  .tw .lg\:focus\:translate-y-137:focus{
    --tw-translate-y: 685px;
  }

  .tw .lg\:focus\:translate-y-138:focus{
    --tw-translate-y: 690px;
  }

  .tw .lg\:focus\:translate-y-139:focus{
    --tw-translate-y: 695px;
  }

  .tw .lg\:focus\:translate-y-140:focus{
    --tw-translate-y: 700px;
  }

  .tw .lg\:focus\:translate-y-141:focus{
    --tw-translate-y: 705px;
  }

  .tw .lg\:focus\:translate-y-142:focus{
    --tw-translate-y: 710px;
  }

  .tw .lg\:focus\:translate-y-143:focus{
    --tw-translate-y: 715px;
  }

  .tw .lg\:focus\:translate-y-144:focus{
    --tw-translate-y: 720px;
  }

  .tw .lg\:focus\:translate-y-145:focus{
    --tw-translate-y: 725px;
  }

  .tw .lg\:focus\:translate-y-146:focus{
    --tw-translate-y: 730px;
  }

  .tw .lg\:focus\:translate-y-147:focus{
    --tw-translate-y: 735px;
  }

  .tw .lg\:focus\:translate-y-148:focus{
    --tw-translate-y: 740px;
  }

  .tw .lg\:focus\:translate-y-149:focus{
    --tw-translate-y: 745px;
  }

  .tw .lg\:focus\:translate-y-0\.5:focus{
    --tw-translate-y: 3px;
  }

  .tw .lg\:focus\:translate-y-1px:focus{
    --tw-translate-y: 1px;
  }

  .tw .lg\:focus\:translate-y-2px:focus{
    --tw-translate-y: 2px;
  }

  .tw .lg\:focus\:translate-y-3px:focus{
    --tw-translate-y: 3px;
  }

  .tw .lg\:focus\:translate-y-4px:focus{
    --tw-translate-y: 4px;
  }

  .tw .lg\:focus\:translate-y-5px:focus{
    --tw-translate-y: 5px;
  }

  .tw .lg\:focus\:translate-y-6px:focus{
    --tw-translate-y: 6px;
  }

  .tw .lg\:focus\:translate-y-7px:focus{
    --tw-translate-y: 7px;
  }

  .tw .lg\:focus\:translate-y-8px:focus{
    --tw-translate-y: 8px;
  }

  .tw .lg\:focus\:translate-y-9px:focus{
    --tw-translate-y: 9px;
  }

  .tw .lg\:focus\:translate-y-10px:focus{
    --tw-translate-y: 10px;
  }

  .tw .lg\:focus\:translate-y-11px:focus{
    --tw-translate-y: 11px;
  }

  .tw .lg\:focus\:translate-y-12px:focus{
    --tw-translate-y: 12px;
  }

  .tw .lg\:focus\:translate-y-13px:focus{
    --tw-translate-y: 13px;
  }

  .tw .lg\:focus\:translate-y-14px:focus{
    --tw-translate-y: 14px;
  }

  .tw .lg\:focus\:translate-y-15px:focus{
    --tw-translate-y: 15px;
  }

  .tw .lg\:focus\:translate-y-16px:focus{
    --tw-translate-y: 16px;
  }

  .tw .lg\:focus\:translate-y-17px:focus{
    --tw-translate-y: 17px;
  }

  .tw .lg\:focus\:translate-y-18px:focus{
    --tw-translate-y: 18px;
  }

  .tw .lg\:focus\:translate-y-19px:focus{
    --tw-translate-y: 19px;
  }

  .tw .lg\:focus\:translate-y-20px:focus{
    --tw-translate-y: 20px;
  }

  .tw .lg\:focus\:translate-y-21px:focus{
    --tw-translate-y: 21px;
  }

  .tw .lg\:focus\:translate-y-22px:focus{
    --tw-translate-y: 22px;
  }

  .tw .lg\:focus\:translate-y-23px:focus{
    --tw-translate-y: 23px;
  }

  .tw .lg\:focus\:translate-y-24px:focus{
    --tw-translate-y: 24px;
  }

  .tw .lg\:focus\:translate-y-25px:focus{
    --tw-translate-y: 25px;
  }

  .tw .lg\:focus\:translate-y-26px:focus{
    --tw-translate-y: 26px;
  }

  .tw .lg\:focus\:translate-y-27px:focus{
    --tw-translate-y: 27px;
  }

  .tw .lg\:focus\:translate-y-28px:focus{
    --tw-translate-y: 28px;
  }

  .tw .lg\:focus\:translate-y-29px:focus{
    --tw-translate-y: 29px;
  }

  .tw .lg\:focus\:translate-y-30px:focus{
    --tw-translate-y: 30px;
  }

  .tw .lg\:focus\:translate-y-31px:focus{
    --tw-translate-y: 31px;
  }

  .tw .lg\:focus\:translate-y-32px:focus{
    --tw-translate-y: 32px;
  }

  .tw .lg\:focus\:translate-y-33px:focus{
    --tw-translate-y: 33px;
  }

  .tw .lg\:focus\:translate-y-34px:focus{
    --tw-translate-y: 34px;
  }

  .tw .lg\:focus\:translate-y-35px:focus{
    --tw-translate-y: 35px;
  }

  .tw .lg\:focus\:translate-y-36px:focus{
    --tw-translate-y: 36px;
  }

  .tw .lg\:focus\:translate-y-37px:focus{
    --tw-translate-y: 37px;
  }

  .tw .lg\:focus\:translate-y-38px:focus{
    --tw-translate-y: 38px;
  }

  .tw .lg\:focus\:translate-y-39px:focus{
    --tw-translate-y: 39px;
  }

  .tw .lg\:focus\:translate-y-40px:focus{
    --tw-translate-y: 40px;
  }

  .tw .lg\:focus\:-translate-y-0:focus{
    --tw-translate-y: 0px;
  }

  .tw .lg\:focus\:-translate-y-1:focus{
    --tw-translate-y: -5px;
  }

  .tw .lg\:focus\:-translate-y-2:focus{
    --tw-translate-y: -10px;
  }

  .tw .lg\:focus\:-translate-y-3:focus{
    --tw-translate-y: -15px;
  }

  .tw .lg\:focus\:-translate-y-4:focus{
    --tw-translate-y: -20px;
  }

  .tw .lg\:focus\:-translate-y-5:focus{
    --tw-translate-y: -25px;
  }

  .tw .lg\:focus\:-translate-y-6:focus{
    --tw-translate-y: -30px;
  }

  .tw .lg\:focus\:-translate-y-7:focus{
    --tw-translate-y: -35px;
  }

  .tw .lg\:focus\:-translate-y-8:focus{
    --tw-translate-y: -40px;
  }

  .tw .lg\:focus\:-translate-y-9:focus{
    --tw-translate-y: -45px;
  }

  .tw .lg\:focus\:-translate-y-10:focus{
    --tw-translate-y: -50px;
  }

  .tw .lg\:focus\:-translate-y-11:focus{
    --tw-translate-y: -55px;
  }

  .tw .lg\:focus\:-translate-y-12:focus{
    --tw-translate-y: -60px;
  }

  .tw .lg\:focus\:-translate-y-13:focus{
    --tw-translate-y: -65px;
  }

  .tw .lg\:focus\:-translate-y-14:focus{
    --tw-translate-y: -70px;
  }

  .tw .lg\:focus\:-translate-y-15:focus{
    --tw-translate-y: -75px;
  }

  .tw .lg\:focus\:-translate-y-16:focus{
    --tw-translate-y: -80px;
  }

  .tw .lg\:focus\:-translate-y-17:focus{
    --tw-translate-y: -85px;
  }

  .tw .lg\:focus\:-translate-y-18:focus{
    --tw-translate-y: -90px;
  }

  .tw .lg\:focus\:-translate-y-19:focus{
    --tw-translate-y: -95px;
  }

  .tw .lg\:focus\:-translate-y-20:focus{
    --tw-translate-y: -100px;
  }

  .tw .lg\:focus\:-translate-y-21:focus{
    --tw-translate-y: -105px;
  }

  .tw .lg\:focus\:-translate-y-22:focus{
    --tw-translate-y: -110px;
  }

  .tw .lg\:focus\:-translate-y-23:focus{
    --tw-translate-y: -115px;
  }

  .tw .lg\:focus\:-translate-y-24:focus{
    --tw-translate-y: -120px;
  }

  .tw .lg\:focus\:-translate-y-25:focus{
    --tw-translate-y: -125px;
  }

  .tw .lg\:focus\:-translate-y-26:focus{
    --tw-translate-y: -130px;
  }

  .tw .lg\:focus\:-translate-y-27:focus{
    --tw-translate-y: -135px;
  }

  .tw .lg\:focus\:-translate-y-28:focus{
    --tw-translate-y: -140px;
  }

  .tw .lg\:focus\:-translate-y-29:focus{
    --tw-translate-y: -145px;
  }

  .tw .lg\:focus\:-translate-y-30:focus{
    --tw-translate-y: -150px;
  }

  .tw .lg\:focus\:-translate-y-31:focus{
    --tw-translate-y: -155px;
  }

  .tw .lg\:focus\:-translate-y-32:focus{
    --tw-translate-y: -160px;
  }

  .tw .lg\:focus\:-translate-y-33:focus{
    --tw-translate-y: -165px;
  }

  .tw .lg\:focus\:-translate-y-34:focus{
    --tw-translate-y: -170px;
  }

  .tw .lg\:focus\:-translate-y-35:focus{
    --tw-translate-y: -175px;
  }

  .tw .lg\:focus\:-translate-y-36:focus{
    --tw-translate-y: -180px;
  }

  .tw .lg\:focus\:-translate-y-37:focus{
    --tw-translate-y: -185px;
  }

  .tw .lg\:focus\:-translate-y-38:focus{
    --tw-translate-y: -190px;
  }

  .tw .lg\:focus\:-translate-y-39:focus{
    --tw-translate-y: -195px;
  }

  .tw .lg\:focus\:-translate-y-40:focus{
    --tw-translate-y: -200px;
  }

  .tw .lg\:focus\:-translate-y-41:focus{
    --tw-translate-y: -205px;
  }

  .tw .lg\:focus\:-translate-y-42:focus{
    --tw-translate-y: -210px;
  }

  .tw .lg\:focus\:-translate-y-43:focus{
    --tw-translate-y: -215px;
  }

  .tw .lg\:focus\:-translate-y-44:focus{
    --tw-translate-y: -220px;
  }

  .tw .lg\:focus\:-translate-y-45:focus{
    --tw-translate-y: -225px;
  }

  .tw .lg\:focus\:-translate-y-46:focus{
    --tw-translate-y: -230px;
  }

  .tw .lg\:focus\:-translate-y-47:focus{
    --tw-translate-y: -235px;
  }

  .tw .lg\:focus\:-translate-y-48:focus{
    --tw-translate-y: -240px;
  }

  .tw .lg\:focus\:-translate-y-49:focus{
    --tw-translate-y: -245px;
  }

  .tw .lg\:focus\:-translate-y-50:focus{
    --tw-translate-y: -250px;
  }

  .tw .lg\:focus\:-translate-y-51:focus{
    --tw-translate-y: -255px;
  }

  .tw .lg\:focus\:-translate-y-52:focus{
    --tw-translate-y: -260px;
  }

  .tw .lg\:focus\:-translate-y-53:focus{
    --tw-translate-y: -265px;
  }

  .tw .lg\:focus\:-translate-y-54:focus{
    --tw-translate-y: -270px;
  }

  .tw .lg\:focus\:-translate-y-55:focus{
    --tw-translate-y: -275px;
  }

  .tw .lg\:focus\:-translate-y-56:focus{
    --tw-translate-y: -280px;
  }

  .tw .lg\:focus\:-translate-y-57:focus{
    --tw-translate-y: -285px;
  }

  .tw .lg\:focus\:-translate-y-58:focus{
    --tw-translate-y: -290px;
  }

  .tw .lg\:focus\:-translate-y-59:focus{
    --tw-translate-y: -295px;
  }

  .tw .lg\:focus\:-translate-y-60:focus{
    --tw-translate-y: -300px;
  }

  .tw .lg\:focus\:-translate-y-61:focus{
    --tw-translate-y: -305px;
  }

  .tw .lg\:focus\:-translate-y-62:focus{
    --tw-translate-y: -310px;
  }

  .tw .lg\:focus\:-translate-y-63:focus{
    --tw-translate-y: -315px;
  }

  .tw .lg\:focus\:-translate-y-64:focus{
    --tw-translate-y: -320px;
  }

  .tw .lg\:focus\:-translate-y-65:focus{
    --tw-translate-y: -325px;
  }

  .tw .lg\:focus\:-translate-y-66:focus{
    --tw-translate-y: -330px;
  }

  .tw .lg\:focus\:-translate-y-67:focus{
    --tw-translate-y: -335px;
  }

  .tw .lg\:focus\:-translate-y-68:focus{
    --tw-translate-y: -340px;
  }

  .tw .lg\:focus\:-translate-y-69:focus{
    --tw-translate-y: -345px;
  }

  .tw .lg\:focus\:-translate-y-70:focus{
    --tw-translate-y: -350px;
  }

  .tw .lg\:focus\:-translate-y-71:focus{
    --tw-translate-y: -355px;
  }

  .tw .lg\:focus\:-translate-y-72:focus{
    --tw-translate-y: -360px;
  }

  .tw .lg\:focus\:-translate-y-73:focus{
    --tw-translate-y: -365px;
  }

  .tw .lg\:focus\:-translate-y-74:focus{
    --tw-translate-y: -370px;
  }

  .tw .lg\:focus\:-translate-y-75:focus{
    --tw-translate-y: -375px;
  }

  .tw .lg\:focus\:-translate-y-76:focus{
    --tw-translate-y: -380px;
  }

  .tw .lg\:focus\:-translate-y-77:focus{
    --tw-translate-y: -385px;
  }

  .tw .lg\:focus\:-translate-y-78:focus{
    --tw-translate-y: -390px;
  }

  .tw .lg\:focus\:-translate-y-79:focus{
    --tw-translate-y: -395px;
  }

  .tw .lg\:focus\:-translate-y-80:focus{
    --tw-translate-y: -400px;
  }

  .tw .lg\:focus\:-translate-y-81:focus{
    --tw-translate-y: -405px;
  }

  .tw .lg\:focus\:-translate-y-82:focus{
    --tw-translate-y: -410px;
  }

  .tw .lg\:focus\:-translate-y-83:focus{
    --tw-translate-y: -415px;
  }

  .tw .lg\:focus\:-translate-y-84:focus{
    --tw-translate-y: -420px;
  }

  .tw .lg\:focus\:-translate-y-85:focus{
    --tw-translate-y: -425px;
  }

  .tw .lg\:focus\:-translate-y-86:focus{
    --tw-translate-y: -430px;
  }

  .tw .lg\:focus\:-translate-y-87:focus{
    --tw-translate-y: -435px;
  }

  .tw .lg\:focus\:-translate-y-88:focus{
    --tw-translate-y: -440px;
  }

  .tw .lg\:focus\:-translate-y-89:focus{
    --tw-translate-y: -445px;
  }

  .tw .lg\:focus\:-translate-y-90:focus{
    --tw-translate-y: -450px;
  }

  .tw .lg\:focus\:-translate-y-91:focus{
    --tw-translate-y: -455px;
  }

  .tw .lg\:focus\:-translate-y-92:focus{
    --tw-translate-y: -460px;
  }

  .tw .lg\:focus\:-translate-y-93:focus{
    --tw-translate-y: -465px;
  }

  .tw .lg\:focus\:-translate-y-94:focus{
    --tw-translate-y: -470px;
  }

  .tw .lg\:focus\:-translate-y-95:focus{
    --tw-translate-y: -475px;
  }

  .tw .lg\:focus\:-translate-y-96:focus{
    --tw-translate-y: -480px;
  }

  .tw .lg\:focus\:-translate-y-97:focus{
    --tw-translate-y: -485px;
  }

  .tw .lg\:focus\:-translate-y-98:focus{
    --tw-translate-y: -490px;
  }

  .tw .lg\:focus\:-translate-y-99:focus{
    --tw-translate-y: -495px;
  }

  .tw .lg\:focus\:-translate-y-100:focus{
    --tw-translate-y: -500px;
  }

  .tw .lg\:focus\:-translate-y-101:focus{
    --tw-translate-y: -505px;
  }

  .tw .lg\:focus\:-translate-y-102:focus{
    --tw-translate-y: -510px;
  }

  .tw .lg\:focus\:-translate-y-103:focus{
    --tw-translate-y: -515px;
  }

  .tw .lg\:focus\:-translate-y-104:focus{
    --tw-translate-y: -520px;
  }

  .tw .lg\:focus\:-translate-y-105:focus{
    --tw-translate-y: -525px;
  }

  .tw .lg\:focus\:-translate-y-106:focus{
    --tw-translate-y: -530px;
  }

  .tw .lg\:focus\:-translate-y-107:focus{
    --tw-translate-y: -535px;
  }

  .tw .lg\:focus\:-translate-y-108:focus{
    --tw-translate-y: -540px;
  }

  .tw .lg\:focus\:-translate-y-109:focus{
    --tw-translate-y: -545px;
  }

  .tw .lg\:focus\:-translate-y-110:focus{
    --tw-translate-y: -550px;
  }

  .tw .lg\:focus\:-translate-y-111:focus{
    --tw-translate-y: -555px;
  }

  .tw .lg\:focus\:-translate-y-112:focus{
    --tw-translate-y: -560px;
  }

  .tw .lg\:focus\:-translate-y-113:focus{
    --tw-translate-y: -565px;
  }

  .tw .lg\:focus\:-translate-y-114:focus{
    --tw-translate-y: -570px;
  }

  .tw .lg\:focus\:-translate-y-115:focus{
    --tw-translate-y: -575px;
  }

  .tw .lg\:focus\:-translate-y-116:focus{
    --tw-translate-y: -580px;
  }

  .tw .lg\:focus\:-translate-y-117:focus{
    --tw-translate-y: -585px;
  }

  .tw .lg\:focus\:-translate-y-118:focus{
    --tw-translate-y: -590px;
  }

  .tw .lg\:focus\:-translate-y-119:focus{
    --tw-translate-y: -595px;
  }

  .tw .lg\:focus\:-translate-y-120:focus{
    --tw-translate-y: -600px;
  }

  .tw .lg\:focus\:-translate-y-121:focus{
    --tw-translate-y: -605px;
  }

  .tw .lg\:focus\:-translate-y-122:focus{
    --tw-translate-y: -610px;
  }

  .tw .lg\:focus\:-translate-y-123:focus{
    --tw-translate-y: -615px;
  }

  .tw .lg\:focus\:-translate-y-124:focus{
    --tw-translate-y: -620px;
  }

  .tw .lg\:focus\:-translate-y-125:focus{
    --tw-translate-y: -625px;
  }

  .tw .lg\:focus\:-translate-y-126:focus{
    --tw-translate-y: -630px;
  }

  .tw .lg\:focus\:-translate-y-127:focus{
    --tw-translate-y: -635px;
  }

  .tw .lg\:focus\:-translate-y-128:focus{
    --tw-translate-y: -640px;
  }

  .tw .lg\:focus\:-translate-y-129:focus{
    --tw-translate-y: -645px;
  }

  .tw .lg\:focus\:-translate-y-130:focus{
    --tw-translate-y: -650px;
  }

  .tw .lg\:focus\:-translate-y-131:focus{
    --tw-translate-y: -655px;
  }

  .tw .lg\:focus\:-translate-y-132:focus{
    --tw-translate-y: -660px;
  }

  .tw .lg\:focus\:-translate-y-133:focus{
    --tw-translate-y: -665px;
  }

  .tw .lg\:focus\:-translate-y-134:focus{
    --tw-translate-y: -670px;
  }

  .tw .lg\:focus\:-translate-y-135:focus{
    --tw-translate-y: -675px;
  }

  .tw .lg\:focus\:-translate-y-136:focus{
    --tw-translate-y: -680px;
  }

  .tw .lg\:focus\:-translate-y-137:focus{
    --tw-translate-y: -685px;
  }

  .tw .lg\:focus\:-translate-y-138:focus{
    --tw-translate-y: -690px;
  }

  .tw .lg\:focus\:-translate-y-139:focus{
    --tw-translate-y: -695px;
  }

  .tw .lg\:focus\:-translate-y-140:focus{
    --tw-translate-y: -700px;
  }

  .tw .lg\:focus\:-translate-y-141:focus{
    --tw-translate-y: -705px;
  }

  .tw .lg\:focus\:-translate-y-142:focus{
    --tw-translate-y: -710px;
  }

  .tw .lg\:focus\:-translate-y-143:focus{
    --tw-translate-y: -715px;
  }

  .tw .lg\:focus\:-translate-y-144:focus{
    --tw-translate-y: -720px;
  }

  .tw .lg\:focus\:-translate-y-145:focus{
    --tw-translate-y: -725px;
  }

  .tw .lg\:focus\:-translate-y-146:focus{
    --tw-translate-y: -730px;
  }

  .tw .lg\:focus\:-translate-y-147:focus{
    --tw-translate-y: -735px;
  }

  .tw .lg\:focus\:-translate-y-148:focus{
    --tw-translate-y: -740px;
  }

  .tw .lg\:focus\:-translate-y-149:focus{
    --tw-translate-y: -745px;
  }

  .tw .lg\:focus\:-translate-y-0\.5:focus{
    --tw-translate-y: -3px;
  }

  .tw .lg\:focus\:-translate-y-1px:focus{
    --tw-translate-y: -1px;
  }

  .tw .lg\:focus\:-translate-y-2px:focus{
    --tw-translate-y: -2px;
  }

  .tw .lg\:focus\:-translate-y-3px:focus{
    --tw-translate-y: -3px;
  }

  .tw .lg\:focus\:-translate-y-4px:focus{
    --tw-translate-y: -4px;
  }

  .tw .lg\:focus\:-translate-y-5px:focus{
    --tw-translate-y: -5px;
  }

  .tw .lg\:focus\:-translate-y-6px:focus{
    --tw-translate-y: -6px;
  }

  .tw .lg\:focus\:-translate-y-7px:focus{
    --tw-translate-y: -7px;
  }

  .tw .lg\:focus\:-translate-y-8px:focus{
    --tw-translate-y: -8px;
  }

  .tw .lg\:focus\:-translate-y-9px:focus{
    --tw-translate-y: -9px;
  }

  .tw .lg\:focus\:-translate-y-10px:focus{
    --tw-translate-y: -10px;
  }

  .tw .lg\:focus\:-translate-y-11px:focus{
    --tw-translate-y: -11px;
  }

  .tw .lg\:focus\:-translate-y-12px:focus{
    --tw-translate-y: -12px;
  }

  .tw .lg\:focus\:-translate-y-13px:focus{
    --tw-translate-y: -13px;
  }

  .tw .lg\:focus\:-translate-y-14px:focus{
    --tw-translate-y: -14px;
  }

  .tw .lg\:focus\:-translate-y-15px:focus{
    --tw-translate-y: -15px;
  }

  .tw .lg\:focus\:-translate-y-16px:focus{
    --tw-translate-y: -16px;
  }

  .tw .lg\:focus\:-translate-y-17px:focus{
    --tw-translate-y: -17px;
  }

  .tw .lg\:focus\:-translate-y-18px:focus{
    --tw-translate-y: -18px;
  }

  .tw .lg\:focus\:-translate-y-19px:focus{
    --tw-translate-y: -19px;
  }

  .tw .lg\:focus\:-translate-y-20px:focus{
    --tw-translate-y: -20px;
  }

  .tw .lg\:focus\:-translate-y-21px:focus{
    --tw-translate-y: -21px;
  }

  .tw .lg\:focus\:-translate-y-22px:focus{
    --tw-translate-y: -22px;
  }

  .tw .lg\:focus\:-translate-y-23px:focus{
    --tw-translate-y: -23px;
  }

  .tw .lg\:focus\:-translate-y-24px:focus{
    --tw-translate-y: -24px;
  }

  .tw .lg\:focus\:-translate-y-25px:focus{
    --tw-translate-y: -25px;
  }

  .tw .lg\:focus\:-translate-y-26px:focus{
    --tw-translate-y: -26px;
  }

  .tw .lg\:focus\:-translate-y-27px:focus{
    --tw-translate-y: -27px;
  }

  .tw .lg\:focus\:-translate-y-28px:focus{
    --tw-translate-y: -28px;
  }

  .tw .lg\:focus\:-translate-y-29px:focus{
    --tw-translate-y: -29px;
  }

  .tw .lg\:focus\:-translate-y-30px:focus{
    --tw-translate-y: -30px;
  }

  .tw .lg\:focus\:-translate-y-31px:focus{
    --tw-translate-y: -31px;
  }

  .tw .lg\:focus\:-translate-y-32px:focus{
    --tw-translate-y: -32px;
  }

  .tw .lg\:focus\:-translate-y-33px:focus{
    --tw-translate-y: -33px;
  }

  .tw .lg\:focus\:-translate-y-34px:focus{
    --tw-translate-y: -34px;
  }

  .tw .lg\:focus\:-translate-y-35px:focus{
    --tw-translate-y: -35px;
  }

  .tw .lg\:focus\:-translate-y-36px:focus{
    --tw-translate-y: -36px;
  }

  .tw .lg\:focus\:-translate-y-37px:focus{
    --tw-translate-y: -37px;
  }

  .tw .lg\:focus\:-translate-y-38px:focus{
    --tw-translate-y: -38px;
  }

  .tw .lg\:focus\:-translate-y-39px:focus{
    --tw-translate-y: -39px;
  }

  .tw .lg\:focus\:-translate-y-40px:focus{
    --tw-translate-y: -40px;
  }

  .tw .lg\:focus\:translate-y-1\/2:focus{
    --tw-translate-y: 50%;
  }

  .tw .lg\:focus\:translate-y-1\/3:focus{
    --tw-translate-y: 33.333333%;
  }

  .tw .lg\:focus\:translate-y-2\/3:focus{
    --tw-translate-y: 66.666667%;
  }

  .tw .lg\:focus\:translate-y-1\/4:focus{
    --tw-translate-y: 25%;
  }

  .tw .lg\:focus\:translate-y-2\/4:focus{
    --tw-translate-y: 50%;
  }

  .tw .lg\:focus\:translate-y-3\/4:focus{
    --tw-translate-y: 75%;
  }

  .tw .lg\:focus\:translate-y-full:focus{
    --tw-translate-y: 100%;
  }

  .tw .lg\:focus\:-translate-y-1\/2:focus{
    --tw-translate-y: -50%;
  }

  .tw .lg\:focus\:-translate-y-1\/3:focus{
    --tw-translate-y: -33.333333%;
  }

  .tw .lg\:focus\:-translate-y-2\/3:focus{
    --tw-translate-y: -66.666667%;
  }

  .tw .lg\:focus\:-translate-y-1\/4:focus{
    --tw-translate-y: -25%;
  }

  .tw .lg\:focus\:-translate-y-2\/4:focus{
    --tw-translate-y: -50%;
  }

  .tw .lg\:focus\:-translate-y-3\/4:focus{
    --tw-translate-y: -75%;
  }

  .tw .lg\:focus\:-translate-y-full:focus{
    --tw-translate-y: -100%;
  }

  .tw .lg\:rotate-0{
    --tw-rotate: 0deg;
  }

  .tw .lg\:rotate-1{
    --tw-rotate: 1deg;
  }

  .tw .lg\:rotate-2{
    --tw-rotate: 2deg;
  }

  .tw .lg\:rotate-3{
    --tw-rotate: 3deg;
  }

  .tw .lg\:rotate-6{
    --tw-rotate: 6deg;
  }

  .tw .lg\:rotate-12{
    --tw-rotate: 12deg;
  }

  .tw .lg\:rotate-45{
    --tw-rotate: 45deg;
  }

  .tw .lg\:rotate-90{
    --tw-rotate: 90deg;
  }

  .tw .lg\:rotate-180{
    --tw-rotate: 180deg;
  }

  .tw .lg\:-rotate-180{
    --tw-rotate: -180deg;
  }

  .tw .lg\:-rotate-90{
    --tw-rotate: -90deg;
  }

  .tw .lg\:-rotate-45{
    --tw-rotate: -45deg;
  }

  .tw .lg\:-rotate-12{
    --tw-rotate: -12deg;
  }

  .tw .lg\:-rotate-6{
    --tw-rotate: -6deg;
  }

  .tw .lg\:-rotate-3{
    --tw-rotate: -3deg;
  }

  .tw .lg\:-rotate-2{
    --tw-rotate: -2deg;
  }

  .tw .lg\:-rotate-1{
    --tw-rotate: -1deg;
  }

  .tw .lg\:hover\:rotate-0:hover{
    --tw-rotate: 0deg;
  }

  .tw .lg\:hover\:rotate-1:hover{
    --tw-rotate: 1deg;
  }

  .tw .lg\:hover\:rotate-2:hover{
    --tw-rotate: 2deg;
  }

  .tw .lg\:hover\:rotate-3:hover{
    --tw-rotate: 3deg;
  }

  .tw .lg\:hover\:rotate-6:hover{
    --tw-rotate: 6deg;
  }

  .tw .lg\:hover\:rotate-12:hover{
    --tw-rotate: 12deg;
  }

  .tw .lg\:hover\:rotate-45:hover{
    --tw-rotate: 45deg;
  }

  .tw .lg\:hover\:rotate-90:hover{
    --tw-rotate: 90deg;
  }

  .tw .lg\:hover\:rotate-180:hover{
    --tw-rotate: 180deg;
  }

  .tw .lg\:hover\:-rotate-180:hover{
    --tw-rotate: -180deg;
  }

  .tw .lg\:hover\:-rotate-90:hover{
    --tw-rotate: -90deg;
  }

  .tw .lg\:hover\:-rotate-45:hover{
    --tw-rotate: -45deg;
  }

  .tw .lg\:hover\:-rotate-12:hover{
    --tw-rotate: -12deg;
  }

  .tw .lg\:hover\:-rotate-6:hover{
    --tw-rotate: -6deg;
  }

  .tw .lg\:hover\:-rotate-3:hover{
    --tw-rotate: -3deg;
  }

  .tw .lg\:hover\:-rotate-2:hover{
    --tw-rotate: -2deg;
  }

  .tw .lg\:hover\:-rotate-1:hover{
    --tw-rotate: -1deg;
  }

  .tw .lg\:focus\:rotate-0:focus{
    --tw-rotate: 0deg;
  }

  .tw .lg\:focus\:rotate-1:focus{
    --tw-rotate: 1deg;
  }

  .tw .lg\:focus\:rotate-2:focus{
    --tw-rotate: 2deg;
  }

  .tw .lg\:focus\:rotate-3:focus{
    --tw-rotate: 3deg;
  }

  .tw .lg\:focus\:rotate-6:focus{
    --tw-rotate: 6deg;
  }

  .tw .lg\:focus\:rotate-12:focus{
    --tw-rotate: 12deg;
  }

  .tw .lg\:focus\:rotate-45:focus{
    --tw-rotate: 45deg;
  }

  .tw .lg\:focus\:rotate-90:focus{
    --tw-rotate: 90deg;
  }

  .tw .lg\:focus\:rotate-180:focus{
    --tw-rotate: 180deg;
  }

  .tw .lg\:focus\:-rotate-180:focus{
    --tw-rotate: -180deg;
  }

  .tw .lg\:focus\:-rotate-90:focus{
    --tw-rotate: -90deg;
  }

  .tw .lg\:focus\:-rotate-45:focus{
    --tw-rotate: -45deg;
  }

  .tw .lg\:focus\:-rotate-12:focus{
    --tw-rotate: -12deg;
  }

  .tw .lg\:focus\:-rotate-6:focus{
    --tw-rotate: -6deg;
  }

  .tw .lg\:focus\:-rotate-3:focus{
    --tw-rotate: -3deg;
  }

  .tw .lg\:focus\:-rotate-2:focus{
    --tw-rotate: -2deg;
  }

  .tw .lg\:focus\:-rotate-1:focus{
    --tw-rotate: -1deg;
  }

  .tw .lg\:skew-x-0{
    --tw-skew-x: 0deg;
  }

  .tw .lg\:skew-x-1{
    --tw-skew-x: 1deg;
  }

  .tw .lg\:skew-x-2{
    --tw-skew-x: 2deg;
  }

  .tw .lg\:skew-x-3{
    --tw-skew-x: 3deg;
  }

  .tw .lg\:skew-x-6{
    --tw-skew-x: 6deg;
  }

  .tw .lg\:skew-x-12{
    --tw-skew-x: 12deg;
  }

  .tw .lg\:-skew-x-12{
    --tw-skew-x: -12deg;
  }

  .tw .lg\:-skew-x-6{
    --tw-skew-x: -6deg;
  }

  .tw .lg\:-skew-x-3{
    --tw-skew-x: -3deg;
  }

  .tw .lg\:-skew-x-2{
    --tw-skew-x: -2deg;
  }

  .tw .lg\:-skew-x-1{
    --tw-skew-x: -1deg;
  }

  .tw .lg\:skew-y-0{
    --tw-skew-y: 0deg;
  }

  .tw .lg\:skew-y-1{
    --tw-skew-y: 1deg;
  }

  .tw .lg\:skew-y-2{
    --tw-skew-y: 2deg;
  }

  .tw .lg\:skew-y-3{
    --tw-skew-y: 3deg;
  }

  .tw .lg\:skew-y-6{
    --tw-skew-y: 6deg;
  }

  .tw .lg\:skew-y-12{
    --tw-skew-y: 12deg;
  }

  .tw .lg\:-skew-y-12{
    --tw-skew-y: -12deg;
  }

  .tw .lg\:-skew-y-6{
    --tw-skew-y: -6deg;
  }

  .tw .lg\:-skew-y-3{
    --tw-skew-y: -3deg;
  }

  .tw .lg\:-skew-y-2{
    --tw-skew-y: -2deg;
  }

  .tw .lg\:-skew-y-1{
    --tw-skew-y: -1deg;
  }

  .tw .lg\:hover\:skew-x-0:hover{
    --tw-skew-x: 0deg;
  }

  .tw .lg\:hover\:skew-x-1:hover{
    --tw-skew-x: 1deg;
  }

  .tw .lg\:hover\:skew-x-2:hover{
    --tw-skew-x: 2deg;
  }

  .tw .lg\:hover\:skew-x-3:hover{
    --tw-skew-x: 3deg;
  }

  .tw .lg\:hover\:skew-x-6:hover{
    --tw-skew-x: 6deg;
  }

  .tw .lg\:hover\:skew-x-12:hover{
    --tw-skew-x: 12deg;
  }

  .tw .lg\:hover\:-skew-x-12:hover{
    --tw-skew-x: -12deg;
  }

  .tw .lg\:hover\:-skew-x-6:hover{
    --tw-skew-x: -6deg;
  }

  .tw .lg\:hover\:-skew-x-3:hover{
    --tw-skew-x: -3deg;
  }

  .tw .lg\:hover\:-skew-x-2:hover{
    --tw-skew-x: -2deg;
  }

  .tw .lg\:hover\:-skew-x-1:hover{
    --tw-skew-x: -1deg;
  }

  .tw .lg\:hover\:skew-y-0:hover{
    --tw-skew-y: 0deg;
  }

  .tw .lg\:hover\:skew-y-1:hover{
    --tw-skew-y: 1deg;
  }

  .tw .lg\:hover\:skew-y-2:hover{
    --tw-skew-y: 2deg;
  }

  .tw .lg\:hover\:skew-y-3:hover{
    --tw-skew-y: 3deg;
  }

  .tw .lg\:hover\:skew-y-6:hover{
    --tw-skew-y: 6deg;
  }

  .tw .lg\:hover\:skew-y-12:hover{
    --tw-skew-y: 12deg;
  }

  .tw .lg\:hover\:-skew-y-12:hover{
    --tw-skew-y: -12deg;
  }

  .tw .lg\:hover\:-skew-y-6:hover{
    --tw-skew-y: -6deg;
  }

  .tw .lg\:hover\:-skew-y-3:hover{
    --tw-skew-y: -3deg;
  }

  .tw .lg\:hover\:-skew-y-2:hover{
    --tw-skew-y: -2deg;
  }

  .tw .lg\:hover\:-skew-y-1:hover{
    --tw-skew-y: -1deg;
  }

  .tw .lg\:focus\:skew-x-0:focus{
    --tw-skew-x: 0deg;
  }

  .tw .lg\:focus\:skew-x-1:focus{
    --tw-skew-x: 1deg;
  }

  .tw .lg\:focus\:skew-x-2:focus{
    --tw-skew-x: 2deg;
  }

  .tw .lg\:focus\:skew-x-3:focus{
    --tw-skew-x: 3deg;
  }

  .tw .lg\:focus\:skew-x-6:focus{
    --tw-skew-x: 6deg;
  }

  .tw .lg\:focus\:skew-x-12:focus{
    --tw-skew-x: 12deg;
  }

  .tw .lg\:focus\:-skew-x-12:focus{
    --tw-skew-x: -12deg;
  }

  .tw .lg\:focus\:-skew-x-6:focus{
    --tw-skew-x: -6deg;
  }

  .tw .lg\:focus\:-skew-x-3:focus{
    --tw-skew-x: -3deg;
  }

  .tw .lg\:focus\:-skew-x-2:focus{
    --tw-skew-x: -2deg;
  }

  .tw .lg\:focus\:-skew-x-1:focus{
    --tw-skew-x: -1deg;
  }

  .tw .lg\:focus\:skew-y-0:focus{
    --tw-skew-y: 0deg;
  }

  .tw .lg\:focus\:skew-y-1:focus{
    --tw-skew-y: 1deg;
  }

  .tw .lg\:focus\:skew-y-2:focus{
    --tw-skew-y: 2deg;
  }

  .tw .lg\:focus\:skew-y-3:focus{
    --tw-skew-y: 3deg;
  }

  .tw .lg\:focus\:skew-y-6:focus{
    --tw-skew-y: 6deg;
  }

  .tw .lg\:focus\:skew-y-12:focus{
    --tw-skew-y: 12deg;
  }

  .tw .lg\:focus\:-skew-y-12:focus{
    --tw-skew-y: -12deg;
  }

  .tw .lg\:focus\:-skew-y-6:focus{
    --tw-skew-y: -6deg;
  }

  .tw .lg\:focus\:-skew-y-3:focus{
    --tw-skew-y: -3deg;
  }

  .tw .lg\:focus\:-skew-y-2:focus{
    --tw-skew-y: -2deg;
  }

  .tw .lg\:focus\:-skew-y-1:focus{
    --tw-skew-y: -1deg;
  }

  .tw .lg\:scale-0{
    --tw-scale-x: 0;
    --tw-scale-y: 0;
  }

  .tw .lg\:scale-50{
    --tw-scale-x: .5;
    --tw-scale-y: .5;
  }

  .tw .lg\:scale-75{
    --tw-scale-x: .75;
    --tw-scale-y: .75;
  }

  .tw .lg\:scale-90{
    --tw-scale-x: .9;
    --tw-scale-y: .9;
  }

  .tw .lg\:scale-95{
    --tw-scale-x: .95;
    --tw-scale-y: .95;
  }

  .tw .lg\:scale-100{
    --tw-scale-x: 1;
    --tw-scale-y: 1;
  }

  .tw .lg\:scale-105{
    --tw-scale-x: 1.05;
    --tw-scale-y: 1.05;
  }

  .tw .lg\:scale-110{
    --tw-scale-x: 1.1;
    --tw-scale-y: 1.1;
  }

  .tw .lg\:scale-125{
    --tw-scale-x: 1.25;
    --tw-scale-y: 1.25;
  }

  .tw .lg\:scale-150{
    --tw-scale-x: 1.5;
    --tw-scale-y: 1.5;
  }

  .tw .lg\:hover\:scale-0:hover{
    --tw-scale-x: 0;
    --tw-scale-y: 0;
  }

  .tw .lg\:hover\:scale-50:hover{
    --tw-scale-x: .5;
    --tw-scale-y: .5;
  }

  .tw .lg\:hover\:scale-75:hover{
    --tw-scale-x: .75;
    --tw-scale-y: .75;
  }

  .tw .lg\:hover\:scale-90:hover{
    --tw-scale-x: .9;
    --tw-scale-y: .9;
  }

  .tw .lg\:hover\:scale-95:hover{
    --tw-scale-x: .95;
    --tw-scale-y: .95;
  }

  .tw .lg\:hover\:scale-100:hover{
    --tw-scale-x: 1;
    --tw-scale-y: 1;
  }

  .tw .lg\:hover\:scale-105:hover{
    --tw-scale-x: 1.05;
    --tw-scale-y: 1.05;
  }

  .tw .lg\:hover\:scale-110:hover{
    --tw-scale-x: 1.1;
    --tw-scale-y: 1.1;
  }

  .tw .lg\:hover\:scale-125:hover{
    --tw-scale-x: 1.25;
    --tw-scale-y: 1.25;
  }

  .tw .lg\:hover\:scale-150:hover{
    --tw-scale-x: 1.5;
    --tw-scale-y: 1.5;
  }

  .tw .lg\:focus\:scale-0:focus{
    --tw-scale-x: 0;
    --tw-scale-y: 0;
  }

  .tw .lg\:focus\:scale-50:focus{
    --tw-scale-x: .5;
    --tw-scale-y: .5;
  }

  .tw .lg\:focus\:scale-75:focus{
    --tw-scale-x: .75;
    --tw-scale-y: .75;
  }

  .tw .lg\:focus\:scale-90:focus{
    --tw-scale-x: .9;
    --tw-scale-y: .9;
  }

  .tw .lg\:focus\:scale-95:focus{
    --tw-scale-x: .95;
    --tw-scale-y: .95;
  }

  .tw .lg\:focus\:scale-100:focus{
    --tw-scale-x: 1;
    --tw-scale-y: 1;
  }

  .tw .lg\:focus\:scale-105:focus{
    --tw-scale-x: 1.05;
    --tw-scale-y: 1.05;
  }

  .tw .lg\:focus\:scale-110:focus{
    --tw-scale-x: 1.1;
    --tw-scale-y: 1.1;
  }

  .tw .lg\:focus\:scale-125:focus{
    --tw-scale-x: 1.25;
    --tw-scale-y: 1.25;
  }

  .tw .lg\:focus\:scale-150:focus{
    --tw-scale-x: 1.5;
    --tw-scale-y: 1.5;
  }

  .tw .lg\:scale-x-0{
    --tw-scale-x: 0;
  }

  .tw .lg\:scale-x-50{
    --tw-scale-x: .5;
  }

  .tw .lg\:scale-x-75{
    --tw-scale-x: .75;
  }

  .tw .lg\:scale-x-90{
    --tw-scale-x: .9;
  }

  .tw .lg\:scale-x-95{
    --tw-scale-x: .95;
  }

  .tw .lg\:scale-x-100{
    --tw-scale-x: 1;
  }

  .tw .lg\:scale-x-105{
    --tw-scale-x: 1.05;
  }

  .tw .lg\:scale-x-110{
    --tw-scale-x: 1.1;
  }

  .tw .lg\:scale-x-125{
    --tw-scale-x: 1.25;
  }

  .tw .lg\:scale-x-150{
    --tw-scale-x: 1.5;
  }

  .tw .lg\:scale-y-0{
    --tw-scale-y: 0;
  }

  .tw .lg\:scale-y-50{
    --tw-scale-y: .5;
  }

  .tw .lg\:scale-y-75{
    --tw-scale-y: .75;
  }

  .tw .lg\:scale-y-90{
    --tw-scale-y: .9;
  }

  .tw .lg\:scale-y-95{
    --tw-scale-y: .95;
  }

  .tw .lg\:scale-y-100{
    --tw-scale-y: 1;
  }

  .tw .lg\:scale-y-105{
    --tw-scale-y: 1.05;
  }

  .tw .lg\:scale-y-110{
    --tw-scale-y: 1.1;
  }

  .tw .lg\:scale-y-125{
    --tw-scale-y: 1.25;
  }

  .tw .lg\:scale-y-150{
    --tw-scale-y: 1.5;
  }

  .tw .lg\:hover\:scale-x-0:hover{
    --tw-scale-x: 0;
  }

  .tw .lg\:hover\:scale-x-50:hover{
    --tw-scale-x: .5;
  }

  .tw .lg\:hover\:scale-x-75:hover{
    --tw-scale-x: .75;
  }

  .tw .lg\:hover\:scale-x-90:hover{
    --tw-scale-x: .9;
  }

  .tw .lg\:hover\:scale-x-95:hover{
    --tw-scale-x: .95;
  }

  .tw .lg\:hover\:scale-x-100:hover{
    --tw-scale-x: 1;
  }

  .tw .lg\:hover\:scale-x-105:hover{
    --tw-scale-x: 1.05;
  }

  .tw .lg\:hover\:scale-x-110:hover{
    --tw-scale-x: 1.1;
  }

  .tw .lg\:hover\:scale-x-125:hover{
    --tw-scale-x: 1.25;
  }

  .tw .lg\:hover\:scale-x-150:hover{
    --tw-scale-x: 1.5;
  }

  .tw .lg\:hover\:scale-y-0:hover{
    --tw-scale-y: 0;
  }

  .tw .lg\:hover\:scale-y-50:hover{
    --tw-scale-y: .5;
  }

  .tw .lg\:hover\:scale-y-75:hover{
    --tw-scale-y: .75;
  }

  .tw .lg\:hover\:scale-y-90:hover{
    --tw-scale-y: .9;
  }

  .tw .lg\:hover\:scale-y-95:hover{
    --tw-scale-y: .95;
  }

  .tw .lg\:hover\:scale-y-100:hover{
    --tw-scale-y: 1;
  }

  .tw .lg\:hover\:scale-y-105:hover{
    --tw-scale-y: 1.05;
  }

  .tw .lg\:hover\:scale-y-110:hover{
    --tw-scale-y: 1.1;
  }

  .tw .lg\:hover\:scale-y-125:hover{
    --tw-scale-y: 1.25;
  }

  .tw .lg\:hover\:scale-y-150:hover{
    --tw-scale-y: 1.5;
  }

  .tw .lg\:focus\:scale-x-0:focus{
    --tw-scale-x: 0;
  }

  .tw .lg\:focus\:scale-x-50:focus{
    --tw-scale-x: .5;
  }

  .tw .lg\:focus\:scale-x-75:focus{
    --tw-scale-x: .75;
  }

  .tw .lg\:focus\:scale-x-90:focus{
    --tw-scale-x: .9;
  }

  .tw .lg\:focus\:scale-x-95:focus{
    --tw-scale-x: .95;
  }

  .tw .lg\:focus\:scale-x-100:focus{
    --tw-scale-x: 1;
  }

  .tw .lg\:focus\:scale-x-105:focus{
    --tw-scale-x: 1.05;
  }

  .tw .lg\:focus\:scale-x-110:focus{
    --tw-scale-x: 1.1;
  }

  .tw .lg\:focus\:scale-x-125:focus{
    --tw-scale-x: 1.25;
  }

  .tw .lg\:focus\:scale-x-150:focus{
    --tw-scale-x: 1.5;
  }

  .tw .lg\:focus\:scale-y-0:focus{
    --tw-scale-y: 0;
  }

  .tw .lg\:focus\:scale-y-50:focus{
    --tw-scale-y: .5;
  }

  .tw .lg\:focus\:scale-y-75:focus{
    --tw-scale-y: .75;
  }

  .tw .lg\:focus\:scale-y-90:focus{
    --tw-scale-y: .9;
  }

  .tw .lg\:focus\:scale-y-95:focus{
    --tw-scale-y: .95;
  }

  .tw .lg\:focus\:scale-y-100:focus{
    --tw-scale-y: 1;
  }

  .tw .lg\:focus\:scale-y-105:focus{
    --tw-scale-y: 1.05;
  }

  .tw .lg\:focus\:scale-y-110:focus{
    --tw-scale-y: 1.1;
  }

  .tw .lg\:focus\:scale-y-125:focus{
    --tw-scale-y: 1.25;
  }

  .tw .lg\:focus\:scale-y-150:focus{
    --tw-scale-y: 1.5;
  }

  .tw .lg\:animate-none{
    animation: none;
  }

  .tw .lg\:animate-spin{
    animation: spin 1s linear infinite;
  }

  .tw .lg\:animate-ping{
    animation: ping 1s cubic-bezier(0, 0, 0.2, 1) infinite;
  }

  .tw .lg\:animate-pulse{
    animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
  }

  .tw .lg\:animate-bounce{
    animation: bounce 1s infinite;
  }

  .tw .lg\:select-none{
    -webkit-user-select: none;
       -moz-user-select: none;
            user-select: none;
  }

  .tw .lg\:select-text{
    -webkit-user-select: text;
       -moz-user-select: text;
            user-select: text;
  }

  .tw .lg\:select-all{
    -webkit-user-select: all;
       -moz-user-select: all;
            user-select: all;
  }

  .tw .lg\:select-auto{
    -webkit-user-select: auto;
       -moz-user-select: auto;
            user-select: auto;
  }

  .tw .lg\:resize-none{
    resize: none;
  }

  .tw .lg\:resize-y{
    resize: vertical;
  }

  .tw .lg\:resize-x{
    resize: horizontal;
  }

  .tw .lg\:resize{
    resize: both;
  }

  .tw .lg\:list-inside{
    list-style-position: inside;
  }

  .tw .lg\:list-outside{
    list-style-position: outside;
  }

  .tw .lg\:list-none{
    list-style-type: none;
  }

  .tw .lg\:list-disc{
    list-style-type: disc;
  }

  .tw .lg\:list-decimal{
    list-style-type: decimal;
  }

  .tw .lg\:list-lower-alpha{
    list-style-type: lower-alpha;
  }

  .tw .lg\:appearance-none{
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
  }

  .tw .lg\:auto-cols-auto{
    grid-auto-columns: auto;
  }

  .tw .lg\:auto-cols-min{
    grid-auto-columns: min-content;
  }

  .tw .lg\:auto-cols-max{
    grid-auto-columns: max-content;
  }

  .tw .lg\:auto-cols-fr{
    grid-auto-columns: minmax(0, 1fr);
  }

  .tw .lg\:grid-flow-row{
    grid-auto-flow: row;
  }

  .tw .lg\:grid-flow-col{
    grid-auto-flow: column;
  }

  .tw .lg\:grid-flow-row-dense{
    grid-auto-flow: row dense;
  }

  .tw .lg\:grid-flow-col-dense{
    grid-auto-flow: column dense;
  }

  .tw .lg\:auto-rows-auto{
    grid-auto-rows: auto;
  }

  .tw .lg\:auto-rows-min{
    grid-auto-rows: min-content;
  }

  .tw .lg\:auto-rows-max{
    grid-auto-rows: max-content;
  }

  .tw .lg\:auto-rows-fr{
    grid-auto-rows: minmax(0, 1fr);
  }

  .tw .lg\:grid-cols-1{
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }

  .tw .lg\:grid-cols-2{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .tw .lg\:grid-cols-3{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .tw .lg\:grid-cols-4{
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .tw .lg\:grid-cols-5{
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }

  .tw .lg\:grid-cols-6{
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }

  .tw .lg\:grid-cols-7{
    grid-template-columns: repeat(7, minmax(0, 1fr));
  }

  .tw .lg\:grid-cols-8{
    grid-template-columns: repeat(8, minmax(0, 1fr));
  }

  .tw .lg\:grid-cols-9{
    grid-template-columns: repeat(9, minmax(0, 1fr));
  }

  .tw .lg\:grid-cols-10{
    grid-template-columns: repeat(10, minmax(0, 1fr));
  }

  .tw .lg\:grid-cols-11{
    grid-template-columns: repeat(11, minmax(0, 1fr));
  }

  .tw .lg\:grid-cols-12{
    grid-template-columns: repeat(12, minmax(0, 1fr));
  }

  .tw .lg\:grid-cols-none{
    grid-template-columns: none;
  }

  .tw .lg\:grid-rows-1{
    grid-template-rows: repeat(1, minmax(0, 1fr));
  }

  .tw .lg\:grid-rows-2{
    grid-template-rows: repeat(2, minmax(0, 1fr));
  }

  .tw .lg\:grid-rows-3{
    grid-template-rows: repeat(3, minmax(0, 1fr));
  }

  .tw .lg\:grid-rows-4{
    grid-template-rows: repeat(4, minmax(0, 1fr));
  }

  .tw .lg\:grid-rows-5{
    grid-template-rows: repeat(5, minmax(0, 1fr));
  }

  .tw .lg\:grid-rows-6{
    grid-template-rows: repeat(6, minmax(0, 1fr));
  }

  .tw .lg\:grid-rows-none{
    grid-template-rows: none;
  }

  .tw .lg\:flex-row{
    flex-direction: row;
  }

  .tw .lg\:flex-row-reverse{
    flex-direction: row-reverse;
  }

  .tw .lg\:flex-col{
    flex-direction: column;
  }

  .tw .lg\:flex-col-reverse{
    flex-direction: column-reverse;
  }

  .tw .lg\:flex-wrap{
    flex-wrap: wrap;
  }

  .tw .lg\:flex-wrap-reverse{
    flex-wrap: wrap-reverse;
  }

  .tw .lg\:flex-nowrap{
    flex-wrap: nowrap;
  }

  .tw .lg\:place-content-center{
    place-content: center;
  }

  .tw .lg\:place-content-start{
    place-content: start;
  }

  .tw .lg\:place-content-end{
    place-content: end;
  }

  .tw .lg\:place-content-between{
    place-content: space-between;
  }

  .tw .lg\:place-content-around{
    place-content: space-around;
  }

  .tw .lg\:place-content-evenly{
    place-content: space-evenly;
  }

  .tw .lg\:place-content-stretch{
    place-content: stretch;
  }

  .tw .lg\:place-items-start{
    place-items: start;
  }

  .tw .lg\:place-items-end{
    place-items: end;
  }

  .tw .lg\:place-items-center{
    place-items: center;
  }

  .tw .lg\:place-items-stretch{
    place-items: stretch;
  }

  .tw .lg\:content-center{
    align-content: center;
  }

  .tw .lg\:content-start{
    align-content: flex-start;
  }

  .tw .lg\:content-end{
    align-content: flex-end;
  }

  .tw .lg\:content-between{
    align-content: space-between;
  }

  .tw .lg\:content-around{
    align-content: space-around;
  }

  .tw .lg\:content-evenly{
    align-content: space-evenly;
  }

  .tw .lg\:items-start{
    align-items: flex-start;
  }

  .tw .lg\:items-end{
    align-items: flex-end;
  }

  .tw .lg\:items-center{
    align-items: center;
  }

  .tw .lg\:items-baseline{
    align-items: baseline;
  }

  .tw .lg\:items-stretch{
    align-items: stretch;
  }

  .tw .lg\:justify-start{
    justify-content: flex-start;
  }

  .tw .lg\:justify-end{
    justify-content: flex-end;
  }

  .tw .lg\:justify-center{
    justify-content: center;
  }

  .tw .lg\:justify-between{
    justify-content: space-between;
  }

  .tw .lg\:justify-around{
    justify-content: space-around;
  }

  .tw .lg\:justify-evenly{
    justify-content: space-evenly;
  }

  .tw .lg\:justify-items-start{
    justify-items: start;
  }

  .tw .lg\:justify-items-end{
    justify-items: end;
  }

  .tw .lg\:justify-items-center{
    justify-items: center;
  }

  .tw .lg\:justify-items-stretch{
    justify-items: stretch;
  }

  .tw .lg\:gap-0{
    gap: 0px;
  }

  .tw .lg\:gap-1{
    gap: 5px;
  }

  .tw .lg\:gap-2{
    gap: 10px;
  }

  .tw .lg\:gap-3{
    gap: 15px;
  }

  .tw .lg\:gap-4{
    gap: 20px;
  }

  .tw .lg\:gap-5{
    gap: 25px;
  }

  .tw .lg\:gap-6{
    gap: 30px;
  }

  .tw .lg\:gap-7{
    gap: 35px;
  }

  .tw .lg\:gap-8{
    gap: 40px;
  }

  .tw .lg\:gap-9{
    gap: 45px;
  }

  .tw .lg\:gap-10{
    gap: 50px;
  }

  .tw .lg\:gap-11{
    gap: 55px;
  }

  .tw .lg\:gap-12{
    gap: 60px;
  }

  .tw .lg\:gap-13{
    gap: 65px;
  }

  .tw .lg\:gap-14{
    gap: 70px;
  }

  .tw .lg\:gap-15{
    gap: 75px;
  }

  .tw .lg\:gap-16{
    gap: 80px;
  }

  .tw .lg\:gap-17{
    gap: 85px;
  }

  .tw .lg\:gap-18{
    gap: 90px;
  }

  .tw .lg\:gap-19{
    gap: 95px;
  }

  .tw .lg\:gap-20{
    gap: 100px;
  }

  .tw .lg\:gap-21{
    gap: 105px;
  }

  .tw .lg\:gap-22{
    gap: 110px;
  }

  .tw .lg\:gap-23{
    gap: 115px;
  }

  .tw .lg\:gap-24{
    gap: 120px;
  }

  .tw .lg\:gap-25{
    gap: 125px;
  }

  .tw .lg\:gap-26{
    gap: 130px;
  }

  .tw .lg\:gap-27{
    gap: 135px;
  }

  .tw .lg\:gap-28{
    gap: 140px;
  }

  .tw .lg\:gap-29{
    gap: 145px;
  }

  .tw .lg\:gap-30{
    gap: 150px;
  }

  .tw .lg\:gap-31{
    gap: 155px;
  }

  .tw .lg\:gap-32{
    gap: 160px;
  }

  .tw .lg\:gap-33{
    gap: 165px;
  }

  .tw .lg\:gap-34{
    gap: 170px;
  }

  .tw .lg\:gap-35{
    gap: 175px;
  }

  .tw .lg\:gap-36{
    gap: 180px;
  }

  .tw .lg\:gap-37{
    gap: 185px;
  }

  .tw .lg\:gap-38{
    gap: 190px;
  }

  .tw .lg\:gap-39{
    gap: 195px;
  }

  .tw .lg\:gap-40{
    gap: 200px;
  }

  .tw .lg\:gap-41{
    gap: 205px;
  }

  .tw .lg\:gap-42{
    gap: 210px;
  }

  .tw .lg\:gap-43{
    gap: 215px;
  }

  .tw .lg\:gap-44{
    gap: 220px;
  }

  .tw .lg\:gap-45{
    gap: 225px;
  }

  .tw .lg\:gap-46{
    gap: 230px;
  }

  .tw .lg\:gap-47{
    gap: 235px;
  }

  .tw .lg\:gap-48{
    gap: 240px;
  }

  .tw .lg\:gap-49{
    gap: 245px;
  }

  .tw .lg\:gap-50{
    gap: 250px;
  }

  .tw .lg\:gap-51{
    gap: 255px;
  }

  .tw .lg\:gap-52{
    gap: 260px;
  }

  .tw .lg\:gap-53{
    gap: 265px;
  }

  .tw .lg\:gap-54{
    gap: 270px;
  }

  .tw .lg\:gap-55{
    gap: 275px;
  }

  .tw .lg\:gap-56{
    gap: 280px;
  }

  .tw .lg\:gap-57{
    gap: 285px;
  }

  .tw .lg\:gap-58{
    gap: 290px;
  }

  .tw .lg\:gap-59{
    gap: 295px;
  }

  .tw .lg\:gap-60{
    gap: 300px;
  }

  .tw .lg\:gap-61{
    gap: 305px;
  }

  .tw .lg\:gap-62{
    gap: 310px;
  }

  .tw .lg\:gap-63{
    gap: 315px;
  }

  .tw .lg\:gap-64{
    gap: 320px;
  }

  .tw .lg\:gap-65{
    gap: 325px;
  }

  .tw .lg\:gap-66{
    gap: 330px;
  }

  .tw .lg\:gap-67{
    gap: 335px;
  }

  .tw .lg\:gap-68{
    gap: 340px;
  }

  .tw .lg\:gap-69{
    gap: 345px;
  }

  .tw .lg\:gap-70{
    gap: 350px;
  }

  .tw .lg\:gap-71{
    gap: 355px;
  }

  .tw .lg\:gap-72{
    gap: 360px;
  }

  .tw .lg\:gap-73{
    gap: 365px;
  }

  .tw .lg\:gap-74{
    gap: 370px;
  }

  .tw .lg\:gap-75{
    gap: 375px;
  }

  .tw .lg\:gap-76{
    gap: 380px;
  }

  .tw .lg\:gap-77{
    gap: 385px;
  }

  .tw .lg\:gap-78{
    gap: 390px;
  }

  .tw .lg\:gap-79{
    gap: 395px;
  }

  .tw .lg\:gap-80{
    gap: 400px;
  }

  .tw .lg\:gap-81{
    gap: 405px;
  }

  .tw .lg\:gap-82{
    gap: 410px;
  }

  .tw .lg\:gap-83{
    gap: 415px;
  }

  .tw .lg\:gap-84{
    gap: 420px;
  }

  .tw .lg\:gap-85{
    gap: 425px;
  }

  .tw .lg\:gap-86{
    gap: 430px;
  }

  .tw .lg\:gap-87{
    gap: 435px;
  }

  .tw .lg\:gap-88{
    gap: 440px;
  }

  .tw .lg\:gap-89{
    gap: 445px;
  }

  .tw .lg\:gap-90{
    gap: 450px;
  }

  .tw .lg\:gap-91{
    gap: 455px;
  }

  .tw .lg\:gap-92{
    gap: 460px;
  }

  .tw .lg\:gap-93{
    gap: 465px;
  }

  .tw .lg\:gap-94{
    gap: 470px;
  }

  .tw .lg\:gap-95{
    gap: 475px;
  }

  .tw .lg\:gap-96{
    gap: 480px;
  }

  .tw .lg\:gap-97{
    gap: 485px;
  }

  .tw .lg\:gap-98{
    gap: 490px;
  }

  .tw .lg\:gap-99{
    gap: 495px;
  }

  .tw .lg\:gap-100{
    gap: 500px;
  }

  .tw .lg\:gap-101{
    gap: 505px;
  }

  .tw .lg\:gap-102{
    gap: 510px;
  }

  .tw .lg\:gap-103{
    gap: 515px;
  }

  .tw .lg\:gap-104{
    gap: 520px;
  }

  .tw .lg\:gap-105{
    gap: 525px;
  }

  .tw .lg\:gap-106{
    gap: 530px;
  }

  .tw .lg\:gap-107{
    gap: 535px;
  }

  .tw .lg\:gap-108{
    gap: 540px;
  }

  .tw .lg\:gap-109{
    gap: 545px;
  }

  .tw .lg\:gap-110{
    gap: 550px;
  }

  .tw .lg\:gap-111{
    gap: 555px;
  }

  .tw .lg\:gap-112{
    gap: 560px;
  }

  .tw .lg\:gap-113{
    gap: 565px;
  }

  .tw .lg\:gap-114{
    gap: 570px;
  }

  .tw .lg\:gap-115{
    gap: 575px;
  }

  .tw .lg\:gap-116{
    gap: 580px;
  }

  .tw .lg\:gap-117{
    gap: 585px;
  }

  .tw .lg\:gap-118{
    gap: 590px;
  }

  .tw .lg\:gap-119{
    gap: 595px;
  }

  .tw .lg\:gap-120{
    gap: 600px;
  }

  .tw .lg\:gap-121{
    gap: 605px;
  }

  .tw .lg\:gap-122{
    gap: 610px;
  }

  .tw .lg\:gap-123{
    gap: 615px;
  }

  .tw .lg\:gap-124{
    gap: 620px;
  }

  .tw .lg\:gap-125{
    gap: 625px;
  }

  .tw .lg\:gap-126{
    gap: 630px;
  }

  .tw .lg\:gap-127{
    gap: 635px;
  }

  .tw .lg\:gap-128{
    gap: 640px;
  }

  .tw .lg\:gap-129{
    gap: 645px;
  }

  .tw .lg\:gap-130{
    gap: 650px;
  }

  .tw .lg\:gap-131{
    gap: 655px;
  }

  .tw .lg\:gap-132{
    gap: 660px;
  }

  .tw .lg\:gap-133{
    gap: 665px;
  }

  .tw .lg\:gap-134{
    gap: 670px;
  }

  .tw .lg\:gap-135{
    gap: 675px;
  }

  .tw .lg\:gap-136{
    gap: 680px;
  }

  .tw .lg\:gap-137{
    gap: 685px;
  }

  .tw .lg\:gap-138{
    gap: 690px;
  }

  .tw .lg\:gap-139{
    gap: 695px;
  }

  .tw .lg\:gap-140{
    gap: 700px;
  }

  .tw .lg\:gap-141{
    gap: 705px;
  }

  .tw .lg\:gap-142{
    gap: 710px;
  }

  .tw .lg\:gap-143{
    gap: 715px;
  }

  .tw .lg\:gap-144{
    gap: 720px;
  }

  .tw .lg\:gap-145{
    gap: 725px;
  }

  .tw .lg\:gap-146{
    gap: 730px;
  }

  .tw .lg\:gap-147{
    gap: 735px;
  }

  .tw .lg\:gap-148{
    gap: 740px;
  }

  .tw .lg\:gap-149{
    gap: 745px;
  }

  .tw .lg\:gap-0\.5{
    gap: 3px;
  }

  .tw .lg\:gap-1px{
    gap: 1px;
  }

  .tw .lg\:gap-2px{
    gap: 2px;
  }

  .tw .lg\:gap-3px{
    gap: 3px;
  }

  .tw .lg\:gap-4px{
    gap: 4px;
  }

  .tw .lg\:gap-5px{
    gap: 5px;
  }

  .tw .lg\:gap-6px{
    gap: 6px;
  }

  .tw .lg\:gap-7px{
    gap: 7px;
  }

  .tw .lg\:gap-8px{
    gap: 8px;
  }

  .tw .lg\:gap-9px{
    gap: 9px;
  }

  .tw .lg\:gap-10px{
    gap: 10px;
  }

  .tw .lg\:gap-11px{
    gap: 11px;
  }

  .tw .lg\:gap-12px{
    gap: 12px;
  }

  .tw .lg\:gap-13px{
    gap: 13px;
  }

  .tw .lg\:gap-14px{
    gap: 14px;
  }

  .tw .lg\:gap-15px{
    gap: 15px;
  }

  .tw .lg\:gap-16px{
    gap: 16px;
  }

  .tw .lg\:gap-17px{
    gap: 17px;
  }

  .tw .lg\:gap-18px{
    gap: 18px;
  }

  .tw .lg\:gap-19px{
    gap: 19px;
  }

  .tw .lg\:gap-20px{
    gap: 20px;
  }

  .tw .lg\:gap-21px{
    gap: 21px;
  }

  .tw .lg\:gap-22px{
    gap: 22px;
  }

  .tw .lg\:gap-23px{
    gap: 23px;
  }

  .tw .lg\:gap-24px{
    gap: 24px;
  }

  .tw .lg\:gap-25px{
    gap: 25px;
  }

  .tw .lg\:gap-26px{
    gap: 26px;
  }

  .tw .lg\:gap-27px{
    gap: 27px;
  }

  .tw .lg\:gap-28px{
    gap: 28px;
  }

  .tw .lg\:gap-29px{
    gap: 29px;
  }

  .tw .lg\:gap-30px{
    gap: 30px;
  }

  .tw .lg\:gap-31px{
    gap: 31px;
  }

  .tw .lg\:gap-32px{
    gap: 32px;
  }

  .tw .lg\:gap-33px{
    gap: 33px;
  }

  .tw .lg\:gap-34px{
    gap: 34px;
  }

  .tw .lg\:gap-35px{
    gap: 35px;
  }

  .tw .lg\:gap-36px{
    gap: 36px;
  }

  .tw .lg\:gap-37px{
    gap: 37px;
  }

  .tw .lg\:gap-38px{
    gap: 38px;
  }

  .tw .lg\:gap-39px{
    gap: 39px;
  }

  .tw .lg\:gap-40px{
    gap: 40px;
  }

  .tw .lg\:gap-x-0{
    -moz-column-gap: 0px;
         column-gap: 0px;
  }

  .tw .lg\:gap-x-1{
    -moz-column-gap: 5px;
         column-gap: 5px;
  }

  .tw .lg\:gap-x-2{
    -moz-column-gap: 10px;
         column-gap: 10px;
  }

  .tw .lg\:gap-x-3{
    -moz-column-gap: 15px;
         column-gap: 15px;
  }

  .tw .lg\:gap-x-4{
    -moz-column-gap: 20px;
         column-gap: 20px;
  }

  .tw .lg\:gap-x-5{
    -moz-column-gap: 25px;
         column-gap: 25px;
  }

  .tw .lg\:gap-x-6{
    -moz-column-gap: 30px;
         column-gap: 30px;
  }

  .tw .lg\:gap-x-7{
    -moz-column-gap: 35px;
         column-gap: 35px;
  }

  .tw .lg\:gap-x-8{
    -moz-column-gap: 40px;
         column-gap: 40px;
  }

  .tw .lg\:gap-x-9{
    -moz-column-gap: 45px;
         column-gap: 45px;
  }

  .tw .lg\:gap-x-10{
    -moz-column-gap: 50px;
         column-gap: 50px;
  }

  .tw .lg\:gap-x-11{
    -moz-column-gap: 55px;
         column-gap: 55px;
  }

  .tw .lg\:gap-x-12{
    -moz-column-gap: 60px;
         column-gap: 60px;
  }

  .tw .lg\:gap-x-13{
    -moz-column-gap: 65px;
         column-gap: 65px;
  }

  .tw .lg\:gap-x-14{
    -moz-column-gap: 70px;
         column-gap: 70px;
  }

  .tw .lg\:gap-x-15{
    -moz-column-gap: 75px;
         column-gap: 75px;
  }

  .tw .lg\:gap-x-16{
    -moz-column-gap: 80px;
         column-gap: 80px;
  }

  .tw .lg\:gap-x-17{
    -moz-column-gap: 85px;
         column-gap: 85px;
  }

  .tw .lg\:gap-x-18{
    -moz-column-gap: 90px;
         column-gap: 90px;
  }

  .tw .lg\:gap-x-19{
    -moz-column-gap: 95px;
         column-gap: 95px;
  }

  .tw .lg\:gap-x-20{
    -moz-column-gap: 100px;
         column-gap: 100px;
  }

  .tw .lg\:gap-x-21{
    -moz-column-gap: 105px;
         column-gap: 105px;
  }

  .tw .lg\:gap-x-22{
    -moz-column-gap: 110px;
         column-gap: 110px;
  }

  .tw .lg\:gap-x-23{
    -moz-column-gap: 115px;
         column-gap: 115px;
  }

  .tw .lg\:gap-x-24{
    -moz-column-gap: 120px;
         column-gap: 120px;
  }

  .tw .lg\:gap-x-25{
    -moz-column-gap: 125px;
         column-gap: 125px;
  }

  .tw .lg\:gap-x-26{
    -moz-column-gap: 130px;
         column-gap: 130px;
  }

  .tw .lg\:gap-x-27{
    -moz-column-gap: 135px;
         column-gap: 135px;
  }

  .tw .lg\:gap-x-28{
    -moz-column-gap: 140px;
         column-gap: 140px;
  }

  .tw .lg\:gap-x-29{
    -moz-column-gap: 145px;
         column-gap: 145px;
  }

  .tw .lg\:gap-x-30{
    -moz-column-gap: 150px;
         column-gap: 150px;
  }

  .tw .lg\:gap-x-31{
    -moz-column-gap: 155px;
         column-gap: 155px;
  }

  .tw .lg\:gap-x-32{
    -moz-column-gap: 160px;
         column-gap: 160px;
  }

  .tw .lg\:gap-x-33{
    -moz-column-gap: 165px;
         column-gap: 165px;
  }

  .tw .lg\:gap-x-34{
    -moz-column-gap: 170px;
         column-gap: 170px;
  }

  .tw .lg\:gap-x-35{
    -moz-column-gap: 175px;
         column-gap: 175px;
  }

  .tw .lg\:gap-x-36{
    -moz-column-gap: 180px;
         column-gap: 180px;
  }

  .tw .lg\:gap-x-37{
    -moz-column-gap: 185px;
         column-gap: 185px;
  }

  .tw .lg\:gap-x-38{
    -moz-column-gap: 190px;
         column-gap: 190px;
  }

  .tw .lg\:gap-x-39{
    -moz-column-gap: 195px;
         column-gap: 195px;
  }

  .tw .lg\:gap-x-40{
    -moz-column-gap: 200px;
         column-gap: 200px;
  }

  .tw .lg\:gap-x-41{
    -moz-column-gap: 205px;
         column-gap: 205px;
  }

  .tw .lg\:gap-x-42{
    -moz-column-gap: 210px;
         column-gap: 210px;
  }

  .tw .lg\:gap-x-43{
    -moz-column-gap: 215px;
         column-gap: 215px;
  }

  .tw .lg\:gap-x-44{
    -moz-column-gap: 220px;
         column-gap: 220px;
  }

  .tw .lg\:gap-x-45{
    -moz-column-gap: 225px;
         column-gap: 225px;
  }

  .tw .lg\:gap-x-46{
    -moz-column-gap: 230px;
         column-gap: 230px;
  }

  .tw .lg\:gap-x-47{
    -moz-column-gap: 235px;
         column-gap: 235px;
  }

  .tw .lg\:gap-x-48{
    -moz-column-gap: 240px;
         column-gap: 240px;
  }

  .tw .lg\:gap-x-49{
    -moz-column-gap: 245px;
         column-gap: 245px;
  }

  .tw .lg\:gap-x-50{
    -moz-column-gap: 250px;
         column-gap: 250px;
  }

  .tw .lg\:gap-x-51{
    -moz-column-gap: 255px;
         column-gap: 255px;
  }

  .tw .lg\:gap-x-52{
    -moz-column-gap: 260px;
         column-gap: 260px;
  }

  .tw .lg\:gap-x-53{
    -moz-column-gap: 265px;
         column-gap: 265px;
  }

  .tw .lg\:gap-x-54{
    -moz-column-gap: 270px;
         column-gap: 270px;
  }

  .tw .lg\:gap-x-55{
    -moz-column-gap: 275px;
         column-gap: 275px;
  }

  .tw .lg\:gap-x-56{
    -moz-column-gap: 280px;
         column-gap: 280px;
  }

  .tw .lg\:gap-x-57{
    -moz-column-gap: 285px;
         column-gap: 285px;
  }

  .tw .lg\:gap-x-58{
    -moz-column-gap: 290px;
         column-gap: 290px;
  }

  .tw .lg\:gap-x-59{
    -moz-column-gap: 295px;
         column-gap: 295px;
  }

  .tw .lg\:gap-x-60{
    -moz-column-gap: 300px;
         column-gap: 300px;
  }

  .tw .lg\:gap-x-61{
    -moz-column-gap: 305px;
         column-gap: 305px;
  }

  .tw .lg\:gap-x-62{
    -moz-column-gap: 310px;
         column-gap: 310px;
  }

  .tw .lg\:gap-x-63{
    -moz-column-gap: 315px;
         column-gap: 315px;
  }

  .tw .lg\:gap-x-64{
    -moz-column-gap: 320px;
         column-gap: 320px;
  }

  .tw .lg\:gap-x-65{
    -moz-column-gap: 325px;
         column-gap: 325px;
  }

  .tw .lg\:gap-x-66{
    -moz-column-gap: 330px;
         column-gap: 330px;
  }

  .tw .lg\:gap-x-67{
    -moz-column-gap: 335px;
         column-gap: 335px;
  }

  .tw .lg\:gap-x-68{
    -moz-column-gap: 340px;
         column-gap: 340px;
  }

  .tw .lg\:gap-x-69{
    -moz-column-gap: 345px;
         column-gap: 345px;
  }

  .tw .lg\:gap-x-70{
    -moz-column-gap: 350px;
         column-gap: 350px;
  }

  .tw .lg\:gap-x-71{
    -moz-column-gap: 355px;
         column-gap: 355px;
  }

  .tw .lg\:gap-x-72{
    -moz-column-gap: 360px;
         column-gap: 360px;
  }

  .tw .lg\:gap-x-73{
    -moz-column-gap: 365px;
         column-gap: 365px;
  }

  .tw .lg\:gap-x-74{
    -moz-column-gap: 370px;
         column-gap: 370px;
  }

  .tw .lg\:gap-x-75{
    -moz-column-gap: 375px;
         column-gap: 375px;
  }

  .tw .lg\:gap-x-76{
    -moz-column-gap: 380px;
         column-gap: 380px;
  }

  .tw .lg\:gap-x-77{
    -moz-column-gap: 385px;
         column-gap: 385px;
  }

  .tw .lg\:gap-x-78{
    -moz-column-gap: 390px;
         column-gap: 390px;
  }

  .tw .lg\:gap-x-79{
    -moz-column-gap: 395px;
         column-gap: 395px;
  }

  .tw .lg\:gap-x-80{
    -moz-column-gap: 400px;
         column-gap: 400px;
  }

  .tw .lg\:gap-x-81{
    -moz-column-gap: 405px;
         column-gap: 405px;
  }

  .tw .lg\:gap-x-82{
    -moz-column-gap: 410px;
         column-gap: 410px;
  }

  .tw .lg\:gap-x-83{
    -moz-column-gap: 415px;
         column-gap: 415px;
  }

  .tw .lg\:gap-x-84{
    -moz-column-gap: 420px;
         column-gap: 420px;
  }

  .tw .lg\:gap-x-85{
    -moz-column-gap: 425px;
         column-gap: 425px;
  }

  .tw .lg\:gap-x-86{
    -moz-column-gap: 430px;
         column-gap: 430px;
  }

  .tw .lg\:gap-x-87{
    -moz-column-gap: 435px;
         column-gap: 435px;
  }

  .tw .lg\:gap-x-88{
    -moz-column-gap: 440px;
         column-gap: 440px;
  }

  .tw .lg\:gap-x-89{
    -moz-column-gap: 445px;
         column-gap: 445px;
  }

  .tw .lg\:gap-x-90{
    -moz-column-gap: 450px;
         column-gap: 450px;
  }

  .tw .lg\:gap-x-91{
    -moz-column-gap: 455px;
         column-gap: 455px;
  }

  .tw .lg\:gap-x-92{
    -moz-column-gap: 460px;
         column-gap: 460px;
  }

  .tw .lg\:gap-x-93{
    -moz-column-gap: 465px;
         column-gap: 465px;
  }

  .tw .lg\:gap-x-94{
    -moz-column-gap: 470px;
         column-gap: 470px;
  }

  .tw .lg\:gap-x-95{
    -moz-column-gap: 475px;
         column-gap: 475px;
  }

  .tw .lg\:gap-x-96{
    -moz-column-gap: 480px;
         column-gap: 480px;
  }

  .tw .lg\:gap-x-97{
    -moz-column-gap: 485px;
         column-gap: 485px;
  }

  .tw .lg\:gap-x-98{
    -moz-column-gap: 490px;
         column-gap: 490px;
  }

  .tw .lg\:gap-x-99{
    -moz-column-gap: 495px;
         column-gap: 495px;
  }

  .tw .lg\:gap-x-100{
    -moz-column-gap: 500px;
         column-gap: 500px;
  }

  .tw .lg\:gap-x-101{
    -moz-column-gap: 505px;
         column-gap: 505px;
  }

  .tw .lg\:gap-x-102{
    -moz-column-gap: 510px;
         column-gap: 510px;
  }

  .tw .lg\:gap-x-103{
    -moz-column-gap: 515px;
         column-gap: 515px;
  }

  .tw .lg\:gap-x-104{
    -moz-column-gap: 520px;
         column-gap: 520px;
  }

  .tw .lg\:gap-x-105{
    -moz-column-gap: 525px;
         column-gap: 525px;
  }

  .tw .lg\:gap-x-106{
    -moz-column-gap: 530px;
         column-gap: 530px;
  }

  .tw .lg\:gap-x-107{
    -moz-column-gap: 535px;
         column-gap: 535px;
  }

  .tw .lg\:gap-x-108{
    -moz-column-gap: 540px;
         column-gap: 540px;
  }

  .tw .lg\:gap-x-109{
    -moz-column-gap: 545px;
         column-gap: 545px;
  }

  .tw .lg\:gap-x-110{
    -moz-column-gap: 550px;
         column-gap: 550px;
  }

  .tw .lg\:gap-x-111{
    -moz-column-gap: 555px;
         column-gap: 555px;
  }

  .tw .lg\:gap-x-112{
    -moz-column-gap: 560px;
         column-gap: 560px;
  }

  .tw .lg\:gap-x-113{
    -moz-column-gap: 565px;
         column-gap: 565px;
  }

  .tw .lg\:gap-x-114{
    -moz-column-gap: 570px;
         column-gap: 570px;
  }

  .tw .lg\:gap-x-115{
    -moz-column-gap: 575px;
         column-gap: 575px;
  }

  .tw .lg\:gap-x-116{
    -moz-column-gap: 580px;
         column-gap: 580px;
  }

  .tw .lg\:gap-x-117{
    -moz-column-gap: 585px;
         column-gap: 585px;
  }

  .tw .lg\:gap-x-118{
    -moz-column-gap: 590px;
         column-gap: 590px;
  }

  .tw .lg\:gap-x-119{
    -moz-column-gap: 595px;
         column-gap: 595px;
  }

  .tw .lg\:gap-x-120{
    -moz-column-gap: 600px;
         column-gap: 600px;
  }

  .tw .lg\:gap-x-121{
    -moz-column-gap: 605px;
         column-gap: 605px;
  }

  .tw .lg\:gap-x-122{
    -moz-column-gap: 610px;
         column-gap: 610px;
  }

  .tw .lg\:gap-x-123{
    -moz-column-gap: 615px;
         column-gap: 615px;
  }

  .tw .lg\:gap-x-124{
    -moz-column-gap: 620px;
         column-gap: 620px;
  }

  .tw .lg\:gap-x-125{
    -moz-column-gap: 625px;
         column-gap: 625px;
  }

  .tw .lg\:gap-x-126{
    -moz-column-gap: 630px;
         column-gap: 630px;
  }

  .tw .lg\:gap-x-127{
    -moz-column-gap: 635px;
         column-gap: 635px;
  }

  .tw .lg\:gap-x-128{
    -moz-column-gap: 640px;
         column-gap: 640px;
  }

  .tw .lg\:gap-x-129{
    -moz-column-gap: 645px;
         column-gap: 645px;
  }

  .tw .lg\:gap-x-130{
    -moz-column-gap: 650px;
         column-gap: 650px;
  }

  .tw .lg\:gap-x-131{
    -moz-column-gap: 655px;
         column-gap: 655px;
  }

  .tw .lg\:gap-x-132{
    -moz-column-gap: 660px;
         column-gap: 660px;
  }

  .tw .lg\:gap-x-133{
    -moz-column-gap: 665px;
         column-gap: 665px;
  }

  .tw .lg\:gap-x-134{
    -moz-column-gap: 670px;
         column-gap: 670px;
  }

  .tw .lg\:gap-x-135{
    -moz-column-gap: 675px;
         column-gap: 675px;
  }

  .tw .lg\:gap-x-136{
    -moz-column-gap: 680px;
         column-gap: 680px;
  }

  .tw .lg\:gap-x-137{
    -moz-column-gap: 685px;
         column-gap: 685px;
  }

  .tw .lg\:gap-x-138{
    -moz-column-gap: 690px;
         column-gap: 690px;
  }

  .tw .lg\:gap-x-139{
    -moz-column-gap: 695px;
         column-gap: 695px;
  }

  .tw .lg\:gap-x-140{
    -moz-column-gap: 700px;
         column-gap: 700px;
  }

  .tw .lg\:gap-x-141{
    -moz-column-gap: 705px;
         column-gap: 705px;
  }

  .tw .lg\:gap-x-142{
    -moz-column-gap: 710px;
         column-gap: 710px;
  }

  .tw .lg\:gap-x-143{
    -moz-column-gap: 715px;
         column-gap: 715px;
  }

  .tw .lg\:gap-x-144{
    -moz-column-gap: 720px;
         column-gap: 720px;
  }

  .tw .lg\:gap-x-145{
    -moz-column-gap: 725px;
         column-gap: 725px;
  }

  .tw .lg\:gap-x-146{
    -moz-column-gap: 730px;
         column-gap: 730px;
  }

  .tw .lg\:gap-x-147{
    -moz-column-gap: 735px;
         column-gap: 735px;
  }

  .tw .lg\:gap-x-148{
    -moz-column-gap: 740px;
         column-gap: 740px;
  }

  .tw .lg\:gap-x-149{
    -moz-column-gap: 745px;
         column-gap: 745px;
  }

  .tw .lg\:gap-x-0\.5{
    -moz-column-gap: 3px;
         column-gap: 3px;
  }

  .tw .lg\:gap-x-1px{
    -moz-column-gap: 1px;
         column-gap: 1px;
  }

  .tw .lg\:gap-x-2px{
    -moz-column-gap: 2px;
         column-gap: 2px;
  }

  .tw .lg\:gap-x-3px{
    -moz-column-gap: 3px;
         column-gap: 3px;
  }

  .tw .lg\:gap-x-4px{
    -moz-column-gap: 4px;
         column-gap: 4px;
  }

  .tw .lg\:gap-x-5px{
    -moz-column-gap: 5px;
         column-gap: 5px;
  }

  .tw .lg\:gap-x-6px{
    -moz-column-gap: 6px;
         column-gap: 6px;
  }

  .tw .lg\:gap-x-7px{
    -moz-column-gap: 7px;
         column-gap: 7px;
  }

  .tw .lg\:gap-x-8px{
    -moz-column-gap: 8px;
         column-gap: 8px;
  }

  .tw .lg\:gap-x-9px{
    -moz-column-gap: 9px;
         column-gap: 9px;
  }

  .tw .lg\:gap-x-10px{
    -moz-column-gap: 10px;
         column-gap: 10px;
  }

  .tw .lg\:gap-x-11px{
    -moz-column-gap: 11px;
         column-gap: 11px;
  }

  .tw .lg\:gap-x-12px{
    -moz-column-gap: 12px;
         column-gap: 12px;
  }

  .tw .lg\:gap-x-13px{
    -moz-column-gap: 13px;
         column-gap: 13px;
  }

  .tw .lg\:gap-x-14px{
    -moz-column-gap: 14px;
         column-gap: 14px;
  }

  .tw .lg\:gap-x-15px{
    -moz-column-gap: 15px;
         column-gap: 15px;
  }

  .tw .lg\:gap-x-16px{
    -moz-column-gap: 16px;
         column-gap: 16px;
  }

  .tw .lg\:gap-x-17px{
    -moz-column-gap: 17px;
         column-gap: 17px;
  }

  .tw .lg\:gap-x-18px{
    -moz-column-gap: 18px;
         column-gap: 18px;
  }

  .tw .lg\:gap-x-19px{
    -moz-column-gap: 19px;
         column-gap: 19px;
  }

  .tw .lg\:gap-x-20px{
    -moz-column-gap: 20px;
         column-gap: 20px;
  }

  .tw .lg\:gap-x-21px{
    -moz-column-gap: 21px;
         column-gap: 21px;
  }

  .tw .lg\:gap-x-22px{
    -moz-column-gap: 22px;
         column-gap: 22px;
  }

  .tw .lg\:gap-x-23px{
    -moz-column-gap: 23px;
         column-gap: 23px;
  }

  .tw .lg\:gap-x-24px{
    -moz-column-gap: 24px;
         column-gap: 24px;
  }

  .tw .lg\:gap-x-25px{
    -moz-column-gap: 25px;
         column-gap: 25px;
  }

  .tw .lg\:gap-x-26px{
    -moz-column-gap: 26px;
         column-gap: 26px;
  }

  .tw .lg\:gap-x-27px{
    -moz-column-gap: 27px;
         column-gap: 27px;
  }

  .tw .lg\:gap-x-28px{
    -moz-column-gap: 28px;
         column-gap: 28px;
  }

  .tw .lg\:gap-x-29px{
    -moz-column-gap: 29px;
         column-gap: 29px;
  }

  .tw .lg\:gap-x-30px{
    -moz-column-gap: 30px;
         column-gap: 30px;
  }

  .tw .lg\:gap-x-31px{
    -moz-column-gap: 31px;
         column-gap: 31px;
  }

  .tw .lg\:gap-x-32px{
    -moz-column-gap: 32px;
         column-gap: 32px;
  }

  .tw .lg\:gap-x-33px{
    -moz-column-gap: 33px;
         column-gap: 33px;
  }

  .tw .lg\:gap-x-34px{
    -moz-column-gap: 34px;
         column-gap: 34px;
  }

  .tw .lg\:gap-x-35px{
    -moz-column-gap: 35px;
         column-gap: 35px;
  }

  .tw .lg\:gap-x-36px{
    -moz-column-gap: 36px;
         column-gap: 36px;
  }

  .tw .lg\:gap-x-37px{
    -moz-column-gap: 37px;
         column-gap: 37px;
  }

  .tw .lg\:gap-x-38px{
    -moz-column-gap: 38px;
         column-gap: 38px;
  }

  .tw .lg\:gap-x-39px{
    -moz-column-gap: 39px;
         column-gap: 39px;
  }

  .tw .lg\:gap-x-40px{
    -moz-column-gap: 40px;
         column-gap: 40px;
  }

  .tw .lg\:gap-y-0{
    row-gap: 0px;
  }

  .tw .lg\:gap-y-1{
    row-gap: 5px;
  }

  .tw .lg\:gap-y-2{
    row-gap: 10px;
  }

  .tw .lg\:gap-y-3{
    row-gap: 15px;
  }

  .tw .lg\:gap-y-4{
    row-gap: 20px;
  }

  .tw .lg\:gap-y-5{
    row-gap: 25px;
  }

  .tw .lg\:gap-y-6{
    row-gap: 30px;
  }

  .tw .lg\:gap-y-7{
    row-gap: 35px;
  }

  .tw .lg\:gap-y-8{
    row-gap: 40px;
  }

  .tw .lg\:gap-y-9{
    row-gap: 45px;
  }

  .tw .lg\:gap-y-10{
    row-gap: 50px;
  }

  .tw .lg\:gap-y-11{
    row-gap: 55px;
  }

  .tw .lg\:gap-y-12{
    row-gap: 60px;
  }

  .tw .lg\:gap-y-13{
    row-gap: 65px;
  }

  .tw .lg\:gap-y-14{
    row-gap: 70px;
  }

  .tw .lg\:gap-y-15{
    row-gap: 75px;
  }

  .tw .lg\:gap-y-16{
    row-gap: 80px;
  }

  .tw .lg\:gap-y-17{
    row-gap: 85px;
  }

  .tw .lg\:gap-y-18{
    row-gap: 90px;
  }

  .tw .lg\:gap-y-19{
    row-gap: 95px;
  }

  .tw .lg\:gap-y-20{
    row-gap: 100px;
  }

  .tw .lg\:gap-y-21{
    row-gap: 105px;
  }

  .tw .lg\:gap-y-22{
    row-gap: 110px;
  }

  .tw .lg\:gap-y-23{
    row-gap: 115px;
  }

  .tw .lg\:gap-y-24{
    row-gap: 120px;
  }

  .tw .lg\:gap-y-25{
    row-gap: 125px;
  }

  .tw .lg\:gap-y-26{
    row-gap: 130px;
  }

  .tw .lg\:gap-y-27{
    row-gap: 135px;
  }

  .tw .lg\:gap-y-28{
    row-gap: 140px;
  }

  .tw .lg\:gap-y-29{
    row-gap: 145px;
  }

  .tw .lg\:gap-y-30{
    row-gap: 150px;
  }

  .tw .lg\:gap-y-31{
    row-gap: 155px;
  }

  .tw .lg\:gap-y-32{
    row-gap: 160px;
  }

  .tw .lg\:gap-y-33{
    row-gap: 165px;
  }

  .tw .lg\:gap-y-34{
    row-gap: 170px;
  }

  .tw .lg\:gap-y-35{
    row-gap: 175px;
  }

  .tw .lg\:gap-y-36{
    row-gap: 180px;
  }

  .tw .lg\:gap-y-37{
    row-gap: 185px;
  }

  .tw .lg\:gap-y-38{
    row-gap: 190px;
  }

  .tw .lg\:gap-y-39{
    row-gap: 195px;
  }

  .tw .lg\:gap-y-40{
    row-gap: 200px;
  }

  .tw .lg\:gap-y-41{
    row-gap: 205px;
  }

  .tw .lg\:gap-y-42{
    row-gap: 210px;
  }

  .tw .lg\:gap-y-43{
    row-gap: 215px;
  }

  .tw .lg\:gap-y-44{
    row-gap: 220px;
  }

  .tw .lg\:gap-y-45{
    row-gap: 225px;
  }

  .tw .lg\:gap-y-46{
    row-gap: 230px;
  }

  .tw .lg\:gap-y-47{
    row-gap: 235px;
  }

  .tw .lg\:gap-y-48{
    row-gap: 240px;
  }

  .tw .lg\:gap-y-49{
    row-gap: 245px;
  }

  .tw .lg\:gap-y-50{
    row-gap: 250px;
  }

  .tw .lg\:gap-y-51{
    row-gap: 255px;
  }

  .tw .lg\:gap-y-52{
    row-gap: 260px;
  }

  .tw .lg\:gap-y-53{
    row-gap: 265px;
  }

  .tw .lg\:gap-y-54{
    row-gap: 270px;
  }

  .tw .lg\:gap-y-55{
    row-gap: 275px;
  }

  .tw .lg\:gap-y-56{
    row-gap: 280px;
  }

  .tw .lg\:gap-y-57{
    row-gap: 285px;
  }

  .tw .lg\:gap-y-58{
    row-gap: 290px;
  }

  .tw .lg\:gap-y-59{
    row-gap: 295px;
  }

  .tw .lg\:gap-y-60{
    row-gap: 300px;
  }

  .tw .lg\:gap-y-61{
    row-gap: 305px;
  }

  .tw .lg\:gap-y-62{
    row-gap: 310px;
  }

  .tw .lg\:gap-y-63{
    row-gap: 315px;
  }

  .tw .lg\:gap-y-64{
    row-gap: 320px;
  }

  .tw .lg\:gap-y-65{
    row-gap: 325px;
  }

  .tw .lg\:gap-y-66{
    row-gap: 330px;
  }

  .tw .lg\:gap-y-67{
    row-gap: 335px;
  }

  .tw .lg\:gap-y-68{
    row-gap: 340px;
  }

  .tw .lg\:gap-y-69{
    row-gap: 345px;
  }

  .tw .lg\:gap-y-70{
    row-gap: 350px;
  }

  .tw .lg\:gap-y-71{
    row-gap: 355px;
  }

  .tw .lg\:gap-y-72{
    row-gap: 360px;
  }

  .tw .lg\:gap-y-73{
    row-gap: 365px;
  }

  .tw .lg\:gap-y-74{
    row-gap: 370px;
  }

  .tw .lg\:gap-y-75{
    row-gap: 375px;
  }

  .tw .lg\:gap-y-76{
    row-gap: 380px;
  }

  .tw .lg\:gap-y-77{
    row-gap: 385px;
  }

  .tw .lg\:gap-y-78{
    row-gap: 390px;
  }

  .tw .lg\:gap-y-79{
    row-gap: 395px;
  }

  .tw .lg\:gap-y-80{
    row-gap: 400px;
  }

  .tw .lg\:gap-y-81{
    row-gap: 405px;
  }

  .tw .lg\:gap-y-82{
    row-gap: 410px;
  }

  .tw .lg\:gap-y-83{
    row-gap: 415px;
  }

  .tw .lg\:gap-y-84{
    row-gap: 420px;
  }

  .tw .lg\:gap-y-85{
    row-gap: 425px;
  }

  .tw .lg\:gap-y-86{
    row-gap: 430px;
  }

  .tw .lg\:gap-y-87{
    row-gap: 435px;
  }

  .tw .lg\:gap-y-88{
    row-gap: 440px;
  }

  .tw .lg\:gap-y-89{
    row-gap: 445px;
  }

  .tw .lg\:gap-y-90{
    row-gap: 450px;
  }

  .tw .lg\:gap-y-91{
    row-gap: 455px;
  }

  .tw .lg\:gap-y-92{
    row-gap: 460px;
  }

  .tw .lg\:gap-y-93{
    row-gap: 465px;
  }

  .tw .lg\:gap-y-94{
    row-gap: 470px;
  }

  .tw .lg\:gap-y-95{
    row-gap: 475px;
  }

  .tw .lg\:gap-y-96{
    row-gap: 480px;
  }

  .tw .lg\:gap-y-97{
    row-gap: 485px;
  }

  .tw .lg\:gap-y-98{
    row-gap: 490px;
  }

  .tw .lg\:gap-y-99{
    row-gap: 495px;
  }

  .tw .lg\:gap-y-100{
    row-gap: 500px;
  }

  .tw .lg\:gap-y-101{
    row-gap: 505px;
  }

  .tw .lg\:gap-y-102{
    row-gap: 510px;
  }

  .tw .lg\:gap-y-103{
    row-gap: 515px;
  }

  .tw .lg\:gap-y-104{
    row-gap: 520px;
  }

  .tw .lg\:gap-y-105{
    row-gap: 525px;
  }

  .tw .lg\:gap-y-106{
    row-gap: 530px;
  }

  .tw .lg\:gap-y-107{
    row-gap: 535px;
  }

  .tw .lg\:gap-y-108{
    row-gap: 540px;
  }

  .tw .lg\:gap-y-109{
    row-gap: 545px;
  }

  .tw .lg\:gap-y-110{
    row-gap: 550px;
  }

  .tw .lg\:gap-y-111{
    row-gap: 555px;
  }

  .tw .lg\:gap-y-112{
    row-gap: 560px;
  }

  .tw .lg\:gap-y-113{
    row-gap: 565px;
  }

  .tw .lg\:gap-y-114{
    row-gap: 570px;
  }

  .tw .lg\:gap-y-115{
    row-gap: 575px;
  }

  .tw .lg\:gap-y-116{
    row-gap: 580px;
  }

  .tw .lg\:gap-y-117{
    row-gap: 585px;
  }

  .tw .lg\:gap-y-118{
    row-gap: 590px;
  }

  .tw .lg\:gap-y-119{
    row-gap: 595px;
  }

  .tw .lg\:gap-y-120{
    row-gap: 600px;
  }

  .tw .lg\:gap-y-121{
    row-gap: 605px;
  }

  .tw .lg\:gap-y-122{
    row-gap: 610px;
  }

  .tw .lg\:gap-y-123{
    row-gap: 615px;
  }

  .tw .lg\:gap-y-124{
    row-gap: 620px;
  }

  .tw .lg\:gap-y-125{
    row-gap: 625px;
  }

  .tw .lg\:gap-y-126{
    row-gap: 630px;
  }

  .tw .lg\:gap-y-127{
    row-gap: 635px;
  }

  .tw .lg\:gap-y-128{
    row-gap: 640px;
  }

  .tw .lg\:gap-y-129{
    row-gap: 645px;
  }

  .tw .lg\:gap-y-130{
    row-gap: 650px;
  }

  .tw .lg\:gap-y-131{
    row-gap: 655px;
  }

  .tw .lg\:gap-y-132{
    row-gap: 660px;
  }

  .tw .lg\:gap-y-133{
    row-gap: 665px;
  }

  .tw .lg\:gap-y-134{
    row-gap: 670px;
  }

  .tw .lg\:gap-y-135{
    row-gap: 675px;
  }

  .tw .lg\:gap-y-136{
    row-gap: 680px;
  }

  .tw .lg\:gap-y-137{
    row-gap: 685px;
  }

  .tw .lg\:gap-y-138{
    row-gap: 690px;
  }

  .tw .lg\:gap-y-139{
    row-gap: 695px;
  }

  .tw .lg\:gap-y-140{
    row-gap: 700px;
  }

  .tw .lg\:gap-y-141{
    row-gap: 705px;
  }

  .tw .lg\:gap-y-142{
    row-gap: 710px;
  }

  .tw .lg\:gap-y-143{
    row-gap: 715px;
  }

  .tw .lg\:gap-y-144{
    row-gap: 720px;
  }

  .tw .lg\:gap-y-145{
    row-gap: 725px;
  }

  .tw .lg\:gap-y-146{
    row-gap: 730px;
  }

  .tw .lg\:gap-y-147{
    row-gap: 735px;
  }

  .tw .lg\:gap-y-148{
    row-gap: 740px;
  }

  .tw .lg\:gap-y-149{
    row-gap: 745px;
  }

  .tw .lg\:gap-y-0\.5{
    row-gap: 3px;
  }

  .tw .lg\:gap-y-1px{
    row-gap: 1px;
  }

  .tw .lg\:gap-y-2px{
    row-gap: 2px;
  }

  .tw .lg\:gap-y-3px{
    row-gap: 3px;
  }

  .tw .lg\:gap-y-4px{
    row-gap: 4px;
  }

  .tw .lg\:gap-y-5px{
    row-gap: 5px;
  }

  .tw .lg\:gap-y-6px{
    row-gap: 6px;
  }

  .tw .lg\:gap-y-7px{
    row-gap: 7px;
  }

  .tw .lg\:gap-y-8px{
    row-gap: 8px;
  }

  .tw .lg\:gap-y-9px{
    row-gap: 9px;
  }

  .tw .lg\:gap-y-10px{
    row-gap: 10px;
  }

  .tw .lg\:gap-y-11px{
    row-gap: 11px;
  }

  .tw .lg\:gap-y-12px{
    row-gap: 12px;
  }

  .tw .lg\:gap-y-13px{
    row-gap: 13px;
  }

  .tw .lg\:gap-y-14px{
    row-gap: 14px;
  }

  .tw .lg\:gap-y-15px{
    row-gap: 15px;
  }

  .tw .lg\:gap-y-16px{
    row-gap: 16px;
  }

  .tw .lg\:gap-y-17px{
    row-gap: 17px;
  }

  .tw .lg\:gap-y-18px{
    row-gap: 18px;
  }

  .tw .lg\:gap-y-19px{
    row-gap: 19px;
  }

  .tw .lg\:gap-y-20px{
    row-gap: 20px;
  }

  .tw .lg\:gap-y-21px{
    row-gap: 21px;
  }

  .tw .lg\:gap-y-22px{
    row-gap: 22px;
  }

  .tw .lg\:gap-y-23px{
    row-gap: 23px;
  }

  .tw .lg\:gap-y-24px{
    row-gap: 24px;
  }

  .tw .lg\:gap-y-25px{
    row-gap: 25px;
  }

  .tw .lg\:gap-y-26px{
    row-gap: 26px;
  }

  .tw .lg\:gap-y-27px{
    row-gap: 27px;
  }

  .tw .lg\:gap-y-28px{
    row-gap: 28px;
  }

  .tw .lg\:gap-y-29px{
    row-gap: 29px;
  }

  .tw .lg\:gap-y-30px{
    row-gap: 30px;
  }

  .tw .lg\:gap-y-31px{
    row-gap: 31px;
  }

  .tw .lg\:gap-y-32px{
    row-gap: 32px;
  }

  .tw .lg\:gap-y-33px{
    row-gap: 33px;
  }

  .tw .lg\:gap-y-34px{
    row-gap: 34px;
  }

  .tw .lg\:gap-y-35px{
    row-gap: 35px;
  }

  .tw .lg\:gap-y-36px{
    row-gap: 36px;
  }

  .tw .lg\:gap-y-37px{
    row-gap: 37px;
  }

  .tw .lg\:gap-y-38px{
    row-gap: 38px;
  }

  .tw .lg\:gap-y-39px{
    row-gap: 39px;
  }

  .tw .lg\:gap-y-40px{
    row-gap: 40px;
  }

  .tw .lg\:divide-x-0 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-x-reverse: 0;
    border-right-width: calc(0px * var(--tw-divide-x-reverse));
    border-left-width: calc(0px * calc(1 - var(--tw-divide-x-reverse)));
  }

  .tw .lg\:divide-x-1 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-x-reverse: 0;
    border-right-width: calc(1px * var(--tw-divide-x-reverse));
    border-left-width: calc(1px * calc(1 - var(--tw-divide-x-reverse)));
  }

  .tw .lg\:divide-x-2 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-x-reverse: 0;
    border-right-width: calc(2px * var(--tw-divide-x-reverse));
    border-left-width: calc(2px * calc(1 - var(--tw-divide-x-reverse)));
  }

  .tw .lg\:divide-x-3 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-x-reverse: 0;
    border-right-width: calc(3px * var(--tw-divide-x-reverse));
    border-left-width: calc(3px * calc(1 - var(--tw-divide-x-reverse)));
  }

  .tw .lg\:divide-x-4 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-x-reverse: 0;
    border-right-width: calc(4px * var(--tw-divide-x-reverse));
    border-left-width: calc(4px * calc(1 - var(--tw-divide-x-reverse)));
  }

  .tw .lg\:divide-x-8 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-x-reverse: 0;
    border-right-width: calc(8px * var(--tw-divide-x-reverse));
    border-left-width: calc(8px * calc(1 - var(--tw-divide-x-reverse)));
  }

  .tw .lg\:divide-x > :not([hidden]) ~ :not([hidden]){
    --tw-divide-x-reverse: 0;
    border-right-width: calc(1px * var(--tw-divide-x-reverse));
    border-left-width: calc(1px * calc(1 - var(--tw-divide-x-reverse)));
  }

  .tw .lg\:divide-x-1\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-x-reverse: 0;
    border-right-width: calc(1.5px * var(--tw-divide-x-reverse));
    border-left-width: calc(1.5px * calc(1 - var(--tw-divide-x-reverse)));
  }

  .tw .lg\:divide-y-0 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-y-reverse: 0;
    border-top-width: calc(0px * calc(1 - var(--tw-divide-y-reverse)));
    border-bottom-width: calc(0px * var(--tw-divide-y-reverse));
  }

  .tw .lg\:divide-y-1 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-y-reverse: 0;
    border-top-width: calc(1px * calc(1 - var(--tw-divide-y-reverse)));
    border-bottom-width: calc(1px * var(--tw-divide-y-reverse));
  }

  .tw .lg\:divide-y-2 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-y-reverse: 0;
    border-top-width: calc(2px * calc(1 - var(--tw-divide-y-reverse)));
    border-bottom-width: calc(2px * var(--tw-divide-y-reverse));
  }

  .tw .lg\:divide-y-3 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-y-reverse: 0;
    border-top-width: calc(3px * calc(1 - var(--tw-divide-y-reverse)));
    border-bottom-width: calc(3px * var(--tw-divide-y-reverse));
  }

  .tw .lg\:divide-y-4 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-y-reverse: 0;
    border-top-width: calc(4px * calc(1 - var(--tw-divide-y-reverse)));
    border-bottom-width: calc(4px * var(--tw-divide-y-reverse));
  }

  .tw .lg\:divide-y-8 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-y-reverse: 0;
    border-top-width: calc(8px * calc(1 - var(--tw-divide-y-reverse)));
    border-bottom-width: calc(8px * var(--tw-divide-y-reverse));
  }

  .tw .lg\:divide-y > :not([hidden]) ~ :not([hidden]){
    --tw-divide-y-reverse: 0;
    border-top-width: calc(1px * calc(1 - var(--tw-divide-y-reverse)));
    border-bottom-width: calc(1px * var(--tw-divide-y-reverse));
  }

  .tw .lg\:divide-y-1\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-y-reverse: 0;
    border-top-width: calc(1.5px * calc(1 - var(--tw-divide-y-reverse)));
    border-bottom-width: calc(1.5px * var(--tw-divide-y-reverse));
  }

  .tw .lg\:divide-y-reverse > :not([hidden]) ~ :not([hidden]){
    --tw-divide-y-reverse: 1;
  }

  .tw .lg\:divide-x-reverse > :not([hidden]) ~ :not([hidden]){
    --tw-divide-x-reverse: 1;
  }

  .tw .lg\:divide-solid > :not([hidden]) ~ :not([hidden]){
    border-style: solid;
  }

  .tw .lg\:divide-dashed > :not([hidden]) ~ :not([hidden]){
    border-style: dashed;
  }

  .tw .lg\:divide-dotted > :not([hidden]) ~ :not([hidden]){
    border-style: dotted;
  }

  .tw .lg\:divide-double > :not([hidden]) ~ :not([hidden]){
    border-style: double;
  }

  .tw .lg\:divide-none > :not([hidden]) ~ :not([hidden]){
    border-style: none;
  }

  .tw .lg\:divide-current > :not([hidden]) ~ :not([hidden]){
    border-color: currentColor;
  }

  .tw .lg\:divide-transparent > :not([hidden]) ~ :not([hidden]){
    border-color: transparent;
  }

  .tw .lg\:divide-white > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-divide-opacity));
  }

  .tw .lg\:divide-black > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(0, 0, 0, var(--tw-divide-opacity));
  }

  .tw .lg\:divide-gray-10 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(240, 240, 240, var(--tw-divide-opacity));
  }

  .tw .lg\:divide-gray-20 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(226, 226, 226, var(--tw-divide-opacity));
  }

  .tw .lg\:divide-gray-30 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(211, 211, 211, var(--tw-divide-opacity));
  }

  .tw .lg\:divide-gray-40 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(197, 197, 197, var(--tw-divide-opacity));
  }

  .tw .lg\:divide-gray-50 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(183, 183, 183, var(--tw-divide-opacity));
  }

  .tw .lg\:divide-gray-60 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(169, 169, 169, var(--tw-divide-opacity));
  }

  .tw .lg\:divide-gray-70 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(156, 156, 156, var(--tw-divide-opacity));
  }

  .tw .lg\:divide-gray-80 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(142, 142, 142, var(--tw-divide-opacity));
  }

  .tw .lg\:divide-gray-90 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(129, 129, 129, var(--tw-divide-opacity));
  }

  .tw .lg\:divide-gray-100 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(108, 109, 114, var(--tw-divide-opacity));
  }

  .tw .lg\:divide-gray-200 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(96, 97, 103, var(--tw-divide-opacity));
  }

  .tw .lg\:divide-gray-300 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(84, 86, 91, var(--tw-divide-opacity));
  }

  .tw .lg\:divide-gray-400 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(73, 73, 80, var(--tw-divide-opacity));
  }

  .tw .lg\:divide-gray-500 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(61, 61, 68, var(--tw-divide-opacity));
  }

  .tw .lg\:divide-gray-600 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(53, 53, 61, var(--tw-divide-opacity));
  }

  .tw .lg\:divide-gray-700 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(45, 45, 49, var(--tw-divide-opacity));
  }

  .tw .lg\:divide-gray-800 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(38, 37, 42, var(--tw-divide-opacity));
  }

  .tw .lg\:divide-gray-850 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(32, 32, 37, var(--tw-divide-opacity));
  }

  .tw .lg\:divide-gray-900 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(27, 27, 32, var(--tw-divide-opacity));
  }

  .tw .lg\:divide-gray-950 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(20, 20, 23, var(--tw-divide-opacity));
  }

  .tw .lg\:divide-brand-50 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(127, 255, 255, var(--tw-divide-opacity));
  }

  .tw .lg\:divide-brand-100 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(87, 226, 255, var(--tw-divide-opacity));
  }

  .tw .lg\:divide-brand-200 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(32, 197, 255, var(--tw-divide-opacity));
  }

  .tw .lg\:divide-brand-300 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(0, 167, 231, var(--tw-divide-opacity));
  }

  .tw .lg\:divide-brand-400 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(0, 139, 201, var(--tw-divide-opacity));
  }

  .tw .lg\:divide-brand-500 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(0, 112, 172, var(--tw-divide-opacity));
  }

  .tw .lg\:divide-brand-600 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(0, 86, 143, var(--tw-divide-opacity));
  }

  .tw .lg\:divide-brand-700 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(0, 62, 116, var(--tw-divide-opacity));
  }

  .tw .lg\:divide-brand-800 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(0, 39, 89, var(--tw-divide-opacity));
  }

  .tw .lg\:divide-brand-900 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(0, 18, 63, var(--tw-divide-opacity));
  }

  .tw .lg\:divide-brand > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(0, 190, 255, var(--tw-divide-opacity));
  }

  .tw .lg\:divide-brand-base > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(0, 190, 255, var(--tw-divide-opacity));
  }

  .tw .lg\:divide-red-50 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(255, 202, 200, var(--tw-divide-opacity));
  }

  .tw .lg\:divide-red-100 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(255, 171, 171, var(--tw-divide-opacity));
  }

  .tw .lg\:divide-red-200 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(255, 142, 142, var(--tw-divide-opacity));
  }

  .tw .lg\:divide-red-300 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(247, 112, 115, var(--tw-divide-opacity));
  }

  .tw .lg\:divide-red-400 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(215, 83, 89, var(--tw-divide-opacity));
  }

  .tw .lg\:divide-red-500 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(182, 54, 64, var(--tw-divide-opacity));
  }

  .tw .lg\:divide-red-600 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(150, 18, 41, var(--tw-divide-opacity));
  }

  .tw .lg\:divide-red-700 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(119, 0, 19, var(--tw-divide-opacity));
  }

  .tw .lg\:divide-red-800 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(89, 0, 0, var(--tw-divide-opacity));
  }

  .tw .lg\:divide-red-900 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(65, 0, 0, var(--tw-divide-opacity));
  }

  .tw .lg\:divide-red > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(211, 80, 86, var(--tw-divide-opacity));
  }

  .tw .lg\:divide-red-brand > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(255, 79, 79, var(--tw-divide-opacity));
  }

  .tw .lg\:divide-green-50 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(141, 255, 205, var(--tw-divide-opacity));
  }

  .tw .lg\:divide-green-100 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(109, 236, 176, var(--tw-divide-opacity));
  }

  .tw .lg\:divide-green-200 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(76, 206, 147, var(--tw-divide-opacity));
  }

  .tw .lg\:divide-green-300 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(36, 176, 119, var(--tw-divide-opacity));
  }

  .tw .lg\:divide-green-400 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(0, 147, 93, var(--tw-divide-opacity));
  }

  .tw .lg\:divide-green-500 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(0, 119, 68, var(--tw-divide-opacity));
  }

  .tw .lg\:divide-green-600 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(0, 91, 43, var(--tw-divide-opacity));
  }

  .tw .lg\:divide-green-700 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(0, 65, 21, var(--tw-divide-opacity));
  }

  .tw .lg\:divide-green-800 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(0, 43, 0, var(--tw-divide-opacity));
  }

  .tw .lg\:divide-green-900 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(0, 27, 0, var(--tw-divide-opacity));
  }

  .tw .lg\:divide-green > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(46, 182, 125, var(--tw-divide-opacity));
  }

  .tw .lg\:divide-yellow-50 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(255, 235, 87, var(--tw-divide-opacity));
  }

  .tw .lg\:divide-yellow-100 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(255, 205, 55, var(--tw-divide-opacity));
  }

  .tw .lg\:divide-yellow-200 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(228, 176, 9, var(--tw-divide-opacity));
  }

  .tw .lg\:divide-yellow-300 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(195, 148, 0, var(--tw-divide-opacity));
  }

  .tw .lg\:divide-yellow-400 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(163, 121, 0, var(--tw-divide-opacity));
  }

  .tw .lg\:divide-yellow-500 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(133, 95, 0, var(--tw-divide-opacity));
  }

  .tw .lg\:divide-yellow-600 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(104, 70, 0, var(--tw-divide-opacity));
  }

  .tw .lg\:divide-yellow-700 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(79, 46, 0, var(--tw-divide-opacity));
  }

  .tw .lg\:divide-yellow-800 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(61, 22, 0, var(--tw-divide-opacity));
  }

  .tw .lg\:divide-yellow-900 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(50, 0, 0, var(--tw-divide-opacity));
  }

  .tw .lg\:divide-yellow > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(254, 199, 47, var(--tw-divide-opacity));
  }

  .tw .lg\:divide-purple-50 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(255, 216, 255, var(--tw-divide-opacity));
  }

  .tw .lg\:divide-purple-100 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(240, 186, 255, var(--tw-divide-opacity));
  }

  .tw .lg\:divide-purple-200 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(208, 157, 255, var(--tw-divide-opacity));
  }

  .tw .lg\:divide-purple-300 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(177, 128, 255, var(--tw-divide-opacity));
  }

  .tw .lg\:divide-purple-400 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(146, 101, 233, var(--tw-divide-opacity));
  }

  .tw .lg\:divide-purple-500 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(116, 74, 203, var(--tw-divide-opacity));
  }

  .tw .lg\:divide-purple-600 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(85, 48, 173, var(--tw-divide-opacity));
  }

  .tw .lg\:divide-purple-700 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(53, 22, 144, var(--tw-divide-opacity));
  }

  .tw .lg\:divide-purple-800 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(9, 0, 116, var(--tw-divide-opacity));
  }

  .tw .lg\:divide-purple-900 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(0, 0, 89, var(--tw-divide-opacity));
  }

  .tw .lg\:divide-purple > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(168, 120, 255, var(--tw-divide-opacity));
  }

  .tw .lg\:divide-orange-50 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(255, 210, 131, var(--tw-divide-opacity));
  }

  .tw .lg\:divide-orange-100 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(255, 180, 103, var(--tw-divide-opacity));
  }

  .tw .lg\:divide-orange-200 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(255, 151, 75, var(--tw-divide-opacity));
  }

  .tw .lg\:divide-orange-300 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(240, 122, 47, var(--tw-divide-opacity));
  }

  .tw .lg\:divide-orange-400 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(206, 95, 17, var(--tw-divide-opacity));
  }

  .tw .lg\:divide-orange-500 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(173, 68, 0, var(--tw-divide-opacity));
  }

  .tw .lg\:divide-orange-600 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(141, 40, 0, var(--tw-divide-opacity));
  }

  .tw .lg\:divide-orange-700 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(111, 6, 0, var(--tw-divide-opacity));
  }

  .tw .lg\:divide-orange-800 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(84, 0, 0, var(--tw-divide-opacity));
  }

  .tw .lg\:divide-orange-900 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(65, 0, 0, var(--tw-divide-opacity));
  }

  .tw .lg\:divide-orange > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(245, 127, 52, var(--tw-divide-opacity));
  }

  .tw .lg\:divide-surface-brand > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(26, 26, 26, var(--tw-divide-opacity));
  }

  .tw .lg\:divide-surface-lower > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(18, 19, 20, var(--tw-divide-opacity));
  }

  .tw .lg\:divide-surface-base > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(29, 30, 31, var(--tw-divide-opacity));
  }

  .tw .lg\:divide-surface-low > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(33, 33, 36, var(--tw-divide-opacity));
  }

  .tw .lg\:divide-surface-middle > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(38, 38, 42, var(--tw-divide-opacity));
  }

  .tw .lg\:divide-surface-upper > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(41, 41, 46, var(--tw-divide-opacity));
  }

  .tw .lg\:divide-surface-high > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(52, 52, 53, var(--tw-divide-opacity));
  }

  .tw .lg\:divide-surface-higher > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(74, 75, 75, var(--tw-divide-opacity));
  }

  .tw .lg\:divide-surface-highest > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(97, 97, 98, var(--tw-divide-opacity));
  }

  .tw .lg\:divide-glyph-base > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-divide-opacity));
  }

  .tw .lg\:divide-glyph-light > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(194, 194, 194, var(--tw-divide-opacity));
  }

  .tw .lg\:divide-glyph-lighter > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(150, 150, 150, var(--tw-divide-opacity));
  }

  .tw .lg\:divide-glyph-lightest > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(80, 80, 80, var(--tw-divide-opacity));
  }

  .tw .lg\:divide-link > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(0, 190, 255, var(--tw-divide-opacity));
  }

  .tw .lg\:divide-info-error > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(235, 51, 65, var(--tw-divide-opacity));
  }

  .tw .lg\:divide-info-danger > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(247, 127, 37, var(--tw-divide-opacity));
  }

  .tw .lg\:divide-info-warn > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(255, 200, 47, var(--tw-divide-opacity));
  }

  .tw .lg\:divide-info-ok > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(0, 151, 79, var(--tw-divide-opacity));
  }

  .tw .lg\:divide-info-notice > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(1, 128, 255, var(--tw-divide-opacity));
  }

  .tw .lg\:divide-accent-1 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(255, 93, 105, var(--tw-divide-opacity));
  }

  .tw .lg\:divide-accent-2 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(7, 245, 175, var(--tw-divide-opacity));
  }

  .tw .lg\:divide-accent-3 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(4, 211, 114, var(--tw-divide-opacity));
  }

  .tw .lg\:divide-accent-4 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(132, 81, 245, var(--tw-divide-opacity));
  }

  .tw .lg\:divide-opacity-0 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0;
  }

  .tw .lg\:divide-opacity-5 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0.05;
  }

  .tw .lg\:divide-opacity-10 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0.1;
  }

  .tw .lg\:divide-opacity-15 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0.15;
  }

  .tw .lg\:divide-opacity-20 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0.2;
  }

  .tw .lg\:divide-opacity-25 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0.25;
  }

  .tw .lg\:divide-opacity-30 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0.3;
  }

  .tw .lg\:divide-opacity-40 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0.4;
  }

  .tw .lg\:divide-opacity-50 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0.5;
  }

  .tw .lg\:divide-opacity-60 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0.6;
  }

  .tw .lg\:divide-opacity-70 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0.7;
  }

  .tw .lg\:divide-opacity-75 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0.75;
  }

  .tw .lg\:divide-opacity-80 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0.8;
  }

  .tw .lg\:divide-opacity-90 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0.9;
  }

  .tw .lg\:divide-opacity-95 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0.95;
  }

  .tw .lg\:divide-opacity-100 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
  }

  .tw .lg\:place-self-auto{
    place-self: auto;
  }

  .tw .lg\:place-self-start{
    place-self: start;
  }

  .tw .lg\:place-self-end{
    place-self: end;
  }

  .tw .lg\:place-self-center{
    place-self: center;
  }

  .tw .lg\:place-self-stretch{
    place-self: stretch;
  }

  .tw .lg\:self-auto{
    align-self: auto;
  }

  .tw .lg\:self-start{
    align-self: flex-start;
  }

  .tw .lg\:self-end{
    align-self: flex-end;
  }

  .tw .lg\:self-center{
    align-self: center;
  }

  .tw .lg\:self-stretch{
    align-self: stretch;
  }

  .tw .lg\:self-baseline{
    align-self: baseline;
  }

  .tw .lg\:justify-self-auto{
    justify-self: auto;
  }

  .tw .lg\:justify-self-start{
    justify-self: start;
  }

  .tw .lg\:justify-self-end{
    justify-self: end;
  }

  .tw .lg\:justify-self-center{
    justify-self: center;
  }

  .tw .lg\:justify-self-stretch{
    justify-self: stretch;
  }

  .tw .lg\:overflow-auto{
    overflow: auto;
  }

  .tw .lg\:overflow-hidden{
    overflow: hidden;
  }

  .tw .lg\:overflow-visible{
    overflow: visible;
  }

  .tw .lg\:overflow-scroll{
    overflow: scroll;
  }

  .tw .lg\:overflow-x-auto{
    overflow-x: auto;
  }

  .tw .lg\:overflow-y-auto{
    overflow-y: auto;
  }

  .tw .lg\:overflow-x-hidden{
    overflow-x: hidden;
  }

  .tw .lg\:overflow-y-hidden{
    overflow-y: hidden;
  }

  .tw .lg\:overflow-x-visible{
    overflow-x: visible;
  }

  .tw .lg\:overflow-y-visible{
    overflow-y: visible;
  }

  .tw .lg\:overflow-x-scroll{
    overflow-x: scroll;
  }

  .tw .lg\:overflow-y-scroll{
    overflow-y: scroll;
  }

  .tw .lg\:overscroll-auto{
    overscroll-behavior: auto;
  }

  .tw .lg\:overscroll-contain{
    overscroll-behavior: contain;
  }

  .tw .lg\:overscroll-none{
    overscroll-behavior: none;
  }

  .tw .lg\:overscroll-y-auto{
    overscroll-behavior-y: auto;
  }

  .tw .lg\:overscroll-y-contain{
    overscroll-behavior-y: contain;
  }

  .tw .lg\:overscroll-y-none{
    overscroll-behavior-y: none;
  }

  .tw .lg\:overscroll-x-auto{
    overscroll-behavior-x: auto;
  }

  .tw .lg\:overscroll-x-contain{
    overscroll-behavior-x: contain;
  }

  .tw .lg\:overscroll-x-none{
    overscroll-behavior-x: none;
  }

  .tw .lg\:truncate{
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .tw .lg\:overflow-ellipsis{
    text-overflow: ellipsis;
  }

  .tw .lg\:overflow-clip{
    text-overflow: clip;
  }

  .tw .lg\:whitespace-normal{
    white-space: normal;
  }

  .tw .lg\:whitespace-nowrap{
    white-space: nowrap;
  }

  .tw .lg\:whitespace-pre{
    white-space: pre;
  }

  .tw .lg\:whitespace-pre-line{
    white-space: pre-line;
  }

  .tw .lg\:whitespace-pre-wrap{
    white-space: pre-wrap;
  }

  .tw .lg\:break-normal{
    overflow-wrap: normal;
    word-break: normal;
  }

  .tw .lg\:break-words{
    overflow-wrap: break-word;
  }

  .tw .lg\:break-all{
    word-break: break-all;
  }

  .tw .lg\:border-0{
    border-width: 0px;
  }

  .tw .lg\:border-1{
    border-width: 1px;
  }

  .tw .lg\:border-2{
    border-width: 2px;
  }

  .tw .lg\:border-3{
    border-width: 3px;
  }

  .tw .lg\:border-4{
    border-width: 4px;
  }

  .tw .lg\:border-8{
    border-width: 8px;
  }

  .tw .lg\:border{
    border-width: 1px;
  }

  .tw .lg\:border-1\.5{
    border-width: 1.5px;
  }

  .tw .lg\:border-t-0{
    border-top-width: 0px;
  }

  .tw .lg\:border-t-1{
    border-top-width: 1px;
  }

  .tw .lg\:border-t-2{
    border-top-width: 2px;
  }

  .tw .lg\:border-t-3{
    border-top-width: 3px;
  }

  .tw .lg\:border-t-4{
    border-top-width: 4px;
  }

  .tw .lg\:border-t-8{
    border-top-width: 8px;
  }

  .tw .lg\:border-t{
    border-top-width: 1px;
  }

  .tw .lg\:border-t-1\.5{
    border-top-width: 1.5px;
  }

  .tw .lg\:border-r-0{
    border-right-width: 0px;
  }

  .tw .lg\:border-r-1{
    border-right-width: 1px;
  }

  .tw .lg\:border-r-2{
    border-right-width: 2px;
  }

  .tw .lg\:border-r-3{
    border-right-width: 3px;
  }

  .tw .lg\:border-r-4{
    border-right-width: 4px;
  }

  .tw .lg\:border-r-8{
    border-right-width: 8px;
  }

  .tw .lg\:border-r{
    border-right-width: 1px;
  }

  .tw .lg\:border-r-1\.5{
    border-right-width: 1.5px;
  }

  .tw .lg\:border-b-0{
    border-bottom-width: 0px;
  }

  .tw .lg\:border-b-1{
    border-bottom-width: 1px;
  }

  .tw .lg\:border-b-2{
    border-bottom-width: 2px;
  }

  .tw .lg\:border-b-3{
    border-bottom-width: 3px;
  }

  .tw .lg\:border-b-4{
    border-bottom-width: 4px;
  }

  .tw .lg\:border-b-8{
    border-bottom-width: 8px;
  }

  .tw .lg\:border-b{
    border-bottom-width: 1px;
  }

  .tw .lg\:border-b-1\.5{
    border-bottom-width: 1.5px;
  }

  .tw .lg\:border-l-0{
    border-left-width: 0px;
  }

  .tw .lg\:border-l-1{
    border-left-width: 1px;
  }

  .tw .lg\:border-l-2{
    border-left-width: 2px;
  }

  .tw .lg\:border-l-3{
    border-left-width: 3px;
  }

  .tw .lg\:border-l-4{
    border-left-width: 4px;
  }

  .tw .lg\:border-l-8{
    border-left-width: 8px;
  }

  .tw .lg\:border-l{
    border-left-width: 1px;
  }

  .tw .lg\:border-l-1\.5{
    border-left-width: 1.5px;
  }

  .tw .lg\:border-solid{
    border-style: solid;
  }

  .tw .lg\:border-dashed{
    border-style: dashed;
  }

  .tw .lg\:border-dotted{
    border-style: dotted;
  }

  .tw .lg\:border-double{
    border-style: double;
  }

  .tw .lg\:border-none{
    border-style: none;
  }

  .tw .lg\:border-current{
    border-color: currentColor;
  }

  .tw .lg\:border-transparent{
    border-color: transparent;
  }

  .tw .lg\:border-white{
    --tw-border-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity));
  }

  .tw .lg\:border-black{
    --tw-border-opacity: 1;
    border-color: rgba(0, 0, 0, var(--tw-border-opacity));
  }

  .tw .lg\:border-gray-10{
    --tw-border-opacity: 1;
    border-color: rgba(240, 240, 240, var(--tw-border-opacity));
  }

  .tw .lg\:border-gray-20{
    --tw-border-opacity: 1;
    border-color: rgba(226, 226, 226, var(--tw-border-opacity));
  }

  .tw .lg\:border-gray-30{
    --tw-border-opacity: 1;
    border-color: rgba(211, 211, 211, var(--tw-border-opacity));
  }

  .tw .lg\:border-gray-40{
    --tw-border-opacity: 1;
    border-color: rgba(197, 197, 197, var(--tw-border-opacity));
  }

  .tw .lg\:border-gray-50{
    --tw-border-opacity: 1;
    border-color: rgba(183, 183, 183, var(--tw-border-opacity));
  }

  .tw .lg\:border-gray-60{
    --tw-border-opacity: 1;
    border-color: rgba(169, 169, 169, var(--tw-border-opacity));
  }

  .tw .lg\:border-gray-70{
    --tw-border-opacity: 1;
    border-color: rgba(156, 156, 156, var(--tw-border-opacity));
  }

  .tw .lg\:border-gray-80{
    --tw-border-opacity: 1;
    border-color: rgba(142, 142, 142, var(--tw-border-opacity));
  }

  .tw .lg\:border-gray-90{
    --tw-border-opacity: 1;
    border-color: rgba(129, 129, 129, var(--tw-border-opacity));
  }

  .tw .lg\:border-gray-100{
    --tw-border-opacity: 1;
    border-color: rgba(108, 109, 114, var(--tw-border-opacity));
  }

  .tw .lg\:border-gray-200{
    --tw-border-opacity: 1;
    border-color: rgba(96, 97, 103, var(--tw-border-opacity));
  }

  .tw .lg\:border-gray-300{
    --tw-border-opacity: 1;
    border-color: rgba(84, 86, 91, var(--tw-border-opacity));
  }

  .tw .lg\:border-gray-400{
    --tw-border-opacity: 1;
    border-color: rgba(73, 73, 80, var(--tw-border-opacity));
  }

  .tw .lg\:border-gray-500{
    --tw-border-opacity: 1;
    border-color: rgba(61, 61, 68, var(--tw-border-opacity));
  }

  .tw .lg\:border-gray-600{
    --tw-border-opacity: 1;
    border-color: rgba(53, 53, 61, var(--tw-border-opacity));
  }

  .tw .lg\:border-gray-700{
    --tw-border-opacity: 1;
    border-color: rgba(45, 45, 49, var(--tw-border-opacity));
  }

  .tw .lg\:border-gray-800{
    --tw-border-opacity: 1;
    border-color: rgba(38, 37, 42, var(--tw-border-opacity));
  }

  .tw .lg\:border-gray-850{
    --tw-border-opacity: 1;
    border-color: rgba(32, 32, 37, var(--tw-border-opacity));
  }

  .tw .lg\:border-gray-900{
    --tw-border-opacity: 1;
    border-color: rgba(27, 27, 32, var(--tw-border-opacity));
  }

  .tw .lg\:border-gray-950{
    --tw-border-opacity: 1;
    border-color: rgba(20, 20, 23, var(--tw-border-opacity));
  }

  .tw .lg\:border-brand-50{
    --tw-border-opacity: 1;
    border-color: rgba(127, 255, 255, var(--tw-border-opacity));
  }

  .tw .lg\:border-brand-100{
    --tw-border-opacity: 1;
    border-color: rgba(87, 226, 255, var(--tw-border-opacity));
  }

  .tw .lg\:border-brand-200{
    --tw-border-opacity: 1;
    border-color: rgba(32, 197, 255, var(--tw-border-opacity));
  }

  .tw .lg\:border-brand-300{
    --tw-border-opacity: 1;
    border-color: rgba(0, 167, 231, var(--tw-border-opacity));
  }

  .tw .lg\:border-brand-400{
    --tw-border-opacity: 1;
    border-color: rgba(0, 139, 201, var(--tw-border-opacity));
  }

  .tw .lg\:border-brand-500{
    --tw-border-opacity: 1;
    border-color: rgba(0, 112, 172, var(--tw-border-opacity));
  }

  .tw .lg\:border-brand-600{
    --tw-border-opacity: 1;
    border-color: rgba(0, 86, 143, var(--tw-border-opacity));
  }

  .tw .lg\:border-brand-700{
    --tw-border-opacity: 1;
    border-color: rgba(0, 62, 116, var(--tw-border-opacity));
  }

  .tw .lg\:border-brand-800{
    --tw-border-opacity: 1;
    border-color: rgba(0, 39, 89, var(--tw-border-opacity));
  }

  .tw .lg\:border-brand-900{
    --tw-border-opacity: 1;
    border-color: rgba(0, 18, 63, var(--tw-border-opacity));
  }

  .tw .lg\:border-brand{
    --tw-border-opacity: 1;
    border-color: rgba(0, 190, 255, var(--tw-border-opacity));
  }

  .tw .lg\:border-brand-base{
    --tw-border-opacity: 1;
    border-color: rgba(0, 190, 255, var(--tw-border-opacity));
  }

  .tw .lg\:border-red-50{
    --tw-border-opacity: 1;
    border-color: rgba(255, 202, 200, var(--tw-border-opacity));
  }

  .tw .lg\:border-red-100{
    --tw-border-opacity: 1;
    border-color: rgba(255, 171, 171, var(--tw-border-opacity));
  }

  .tw .lg\:border-red-200{
    --tw-border-opacity: 1;
    border-color: rgba(255, 142, 142, var(--tw-border-opacity));
  }

  .tw .lg\:border-red-300{
    --tw-border-opacity: 1;
    border-color: rgba(247, 112, 115, var(--tw-border-opacity));
  }

  .tw .lg\:border-red-400{
    --tw-border-opacity: 1;
    border-color: rgba(215, 83, 89, var(--tw-border-opacity));
  }

  .tw .lg\:border-red-500{
    --tw-border-opacity: 1;
    border-color: rgba(182, 54, 64, var(--tw-border-opacity));
  }

  .tw .lg\:border-red-600{
    --tw-border-opacity: 1;
    border-color: rgba(150, 18, 41, var(--tw-border-opacity));
  }

  .tw .lg\:border-red-700{
    --tw-border-opacity: 1;
    border-color: rgba(119, 0, 19, var(--tw-border-opacity));
  }

  .tw .lg\:border-red-800{
    --tw-border-opacity: 1;
    border-color: rgba(89, 0, 0, var(--tw-border-opacity));
  }

  .tw .lg\:border-red-900{
    --tw-border-opacity: 1;
    border-color: rgba(65, 0, 0, var(--tw-border-opacity));
  }

  .tw .lg\:border-red{
    --tw-border-opacity: 1;
    border-color: rgba(211, 80, 86, var(--tw-border-opacity));
  }

  .tw .lg\:border-red-brand{
    --tw-border-opacity: 1;
    border-color: rgba(255, 79, 79, var(--tw-border-opacity));
  }

  .tw .lg\:border-green-50{
    --tw-border-opacity: 1;
    border-color: rgba(141, 255, 205, var(--tw-border-opacity));
  }

  .tw .lg\:border-green-100{
    --tw-border-opacity: 1;
    border-color: rgba(109, 236, 176, var(--tw-border-opacity));
  }

  .tw .lg\:border-green-200{
    --tw-border-opacity: 1;
    border-color: rgba(76, 206, 147, var(--tw-border-opacity));
  }

  .tw .lg\:border-green-300{
    --tw-border-opacity: 1;
    border-color: rgba(36, 176, 119, var(--tw-border-opacity));
  }

  .tw .lg\:border-green-400{
    --tw-border-opacity: 1;
    border-color: rgba(0, 147, 93, var(--tw-border-opacity));
  }

  .tw .lg\:border-green-500{
    --tw-border-opacity: 1;
    border-color: rgba(0, 119, 68, var(--tw-border-opacity));
  }

  .tw .lg\:border-green-600{
    --tw-border-opacity: 1;
    border-color: rgba(0, 91, 43, var(--tw-border-opacity));
  }

  .tw .lg\:border-green-700{
    --tw-border-opacity: 1;
    border-color: rgba(0, 65, 21, var(--tw-border-opacity));
  }

  .tw .lg\:border-green-800{
    --tw-border-opacity: 1;
    border-color: rgba(0, 43, 0, var(--tw-border-opacity));
  }

  .tw .lg\:border-green-900{
    --tw-border-opacity: 1;
    border-color: rgba(0, 27, 0, var(--tw-border-opacity));
  }

  .tw .lg\:border-green{
    --tw-border-opacity: 1;
    border-color: rgba(46, 182, 125, var(--tw-border-opacity));
  }

  .tw .lg\:border-yellow-50{
    --tw-border-opacity: 1;
    border-color: rgba(255, 235, 87, var(--tw-border-opacity));
  }

  .tw .lg\:border-yellow-100{
    --tw-border-opacity: 1;
    border-color: rgba(255, 205, 55, var(--tw-border-opacity));
  }

  .tw .lg\:border-yellow-200{
    --tw-border-opacity: 1;
    border-color: rgba(228, 176, 9, var(--tw-border-opacity));
  }

  .tw .lg\:border-yellow-300{
    --tw-border-opacity: 1;
    border-color: rgba(195, 148, 0, var(--tw-border-opacity));
  }

  .tw .lg\:border-yellow-400{
    --tw-border-opacity: 1;
    border-color: rgba(163, 121, 0, var(--tw-border-opacity));
  }

  .tw .lg\:border-yellow-500{
    --tw-border-opacity: 1;
    border-color: rgba(133, 95, 0, var(--tw-border-opacity));
  }

  .tw .lg\:border-yellow-600{
    --tw-border-opacity: 1;
    border-color: rgba(104, 70, 0, var(--tw-border-opacity));
  }

  .tw .lg\:border-yellow-700{
    --tw-border-opacity: 1;
    border-color: rgba(79, 46, 0, var(--tw-border-opacity));
  }

  .tw .lg\:border-yellow-800{
    --tw-border-opacity: 1;
    border-color: rgba(61, 22, 0, var(--tw-border-opacity));
  }

  .tw .lg\:border-yellow-900{
    --tw-border-opacity: 1;
    border-color: rgba(50, 0, 0, var(--tw-border-opacity));
  }

  .tw .lg\:border-yellow{
    --tw-border-opacity: 1;
    border-color: rgba(254, 199, 47, var(--tw-border-opacity));
  }

  .tw .lg\:border-purple-50{
    --tw-border-opacity: 1;
    border-color: rgba(255, 216, 255, var(--tw-border-opacity));
  }

  .tw .lg\:border-purple-100{
    --tw-border-opacity: 1;
    border-color: rgba(240, 186, 255, var(--tw-border-opacity));
  }

  .tw .lg\:border-purple-200{
    --tw-border-opacity: 1;
    border-color: rgba(208, 157, 255, var(--tw-border-opacity));
  }

  .tw .lg\:border-purple-300{
    --tw-border-opacity: 1;
    border-color: rgba(177, 128, 255, var(--tw-border-opacity));
  }

  .tw .lg\:border-purple-400{
    --tw-border-opacity: 1;
    border-color: rgba(146, 101, 233, var(--tw-border-opacity));
  }

  .tw .lg\:border-purple-500{
    --tw-border-opacity: 1;
    border-color: rgba(116, 74, 203, var(--tw-border-opacity));
  }

  .tw .lg\:border-purple-600{
    --tw-border-opacity: 1;
    border-color: rgba(85, 48, 173, var(--tw-border-opacity));
  }

  .tw .lg\:border-purple-700{
    --tw-border-opacity: 1;
    border-color: rgba(53, 22, 144, var(--tw-border-opacity));
  }

  .tw .lg\:border-purple-800{
    --tw-border-opacity: 1;
    border-color: rgba(9, 0, 116, var(--tw-border-opacity));
  }

  .tw .lg\:border-purple-900{
    --tw-border-opacity: 1;
    border-color: rgba(0, 0, 89, var(--tw-border-opacity));
  }

  .tw .lg\:border-purple{
    --tw-border-opacity: 1;
    border-color: rgba(168, 120, 255, var(--tw-border-opacity));
  }

  .tw .lg\:border-orange-50{
    --tw-border-opacity: 1;
    border-color: rgba(255, 210, 131, var(--tw-border-opacity));
  }

  .tw .lg\:border-orange-100{
    --tw-border-opacity: 1;
    border-color: rgba(255, 180, 103, var(--tw-border-opacity));
  }

  .tw .lg\:border-orange-200{
    --tw-border-opacity: 1;
    border-color: rgba(255, 151, 75, var(--tw-border-opacity));
  }

  .tw .lg\:border-orange-300{
    --tw-border-opacity: 1;
    border-color: rgba(240, 122, 47, var(--tw-border-opacity));
  }

  .tw .lg\:border-orange-400{
    --tw-border-opacity: 1;
    border-color: rgba(206, 95, 17, var(--tw-border-opacity));
  }

  .tw .lg\:border-orange-500{
    --tw-border-opacity: 1;
    border-color: rgba(173, 68, 0, var(--tw-border-opacity));
  }

  .tw .lg\:border-orange-600{
    --tw-border-opacity: 1;
    border-color: rgba(141, 40, 0, var(--tw-border-opacity));
  }

  .tw .lg\:border-orange-700{
    --tw-border-opacity: 1;
    border-color: rgba(111, 6, 0, var(--tw-border-opacity));
  }

  .tw .lg\:border-orange-800{
    --tw-border-opacity: 1;
    border-color: rgba(84, 0, 0, var(--tw-border-opacity));
  }

  .tw .lg\:border-orange-900{
    --tw-border-opacity: 1;
    border-color: rgba(65, 0, 0, var(--tw-border-opacity));
  }

  .tw .lg\:border-orange{
    --tw-border-opacity: 1;
    border-color: rgba(245, 127, 52, var(--tw-border-opacity));
  }

  .tw .lg\:border-surface-brand{
    --tw-border-opacity: 1;
    border-color: rgba(26, 26, 26, var(--tw-border-opacity));
  }

  .tw .lg\:border-surface-lower{
    --tw-border-opacity: 1;
    border-color: rgba(18, 19, 20, var(--tw-border-opacity));
  }

  .tw .lg\:border-surface-base{
    --tw-border-opacity: 1;
    border-color: rgba(29, 30, 31, var(--tw-border-opacity));
  }

  .tw .lg\:border-surface-low{
    --tw-border-opacity: 1;
    border-color: rgba(33, 33, 36, var(--tw-border-opacity));
  }

  .tw .lg\:border-surface-middle{
    --tw-border-opacity: 1;
    border-color: rgba(38, 38, 42, var(--tw-border-opacity));
  }

  .tw .lg\:border-surface-upper{
    --tw-border-opacity: 1;
    border-color: rgba(41, 41, 46, var(--tw-border-opacity));
  }

  .tw .lg\:border-surface-high{
    --tw-border-opacity: 1;
    border-color: rgba(52, 52, 53, var(--tw-border-opacity));
  }

  .tw .lg\:border-surface-higher{
    --tw-border-opacity: 1;
    border-color: rgba(74, 75, 75, var(--tw-border-opacity));
  }

  .tw .lg\:border-surface-highest{
    --tw-border-opacity: 1;
    border-color: rgba(97, 97, 98, var(--tw-border-opacity));
  }

  .tw .lg\:border-glyph-base{
    --tw-border-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity));
  }

  .tw .lg\:border-glyph-light{
    --tw-border-opacity: 1;
    border-color: rgba(194, 194, 194, var(--tw-border-opacity));
  }

  .tw .lg\:border-glyph-lighter{
    --tw-border-opacity: 1;
    border-color: rgba(150, 150, 150, var(--tw-border-opacity));
  }

  .tw .lg\:border-glyph-lightest{
    --tw-border-opacity: 1;
    border-color: rgba(80, 80, 80, var(--tw-border-opacity));
  }

  .tw .lg\:border-link{
    --tw-border-opacity: 1;
    border-color: rgba(0, 190, 255, var(--tw-border-opacity));
  }

  .tw .lg\:border-info-error{
    --tw-border-opacity: 1;
    border-color: rgba(235, 51, 65, var(--tw-border-opacity));
  }

  .tw .lg\:border-info-danger{
    --tw-border-opacity: 1;
    border-color: rgba(247, 127, 37, var(--tw-border-opacity));
  }

  .tw .lg\:border-info-warn{
    --tw-border-opacity: 1;
    border-color: rgba(255, 200, 47, var(--tw-border-opacity));
  }

  .tw .lg\:border-info-ok{
    --tw-border-opacity: 1;
    border-color: rgba(0, 151, 79, var(--tw-border-opacity));
  }

  .tw .lg\:border-info-notice{
    --tw-border-opacity: 1;
    border-color: rgba(1, 128, 255, var(--tw-border-opacity));
  }

  .tw .lg\:border-accent-1{
    --tw-border-opacity: 1;
    border-color: rgba(255, 93, 105, var(--tw-border-opacity));
  }

  .tw .lg\:border-accent-2{
    --tw-border-opacity: 1;
    border-color: rgba(7, 245, 175, var(--tw-border-opacity));
  }

  .tw .lg\:border-accent-3{
    --tw-border-opacity: 1;
    border-color: rgba(4, 211, 114, var(--tw-border-opacity));
  }

  .tw .lg\:border-accent-4{
    --tw-border-opacity: 1;
    border-color: rgba(132, 81, 245, var(--tw-border-opacity));
  }

  .tw .lg\:hover\:border-current:hover{
    border-color: currentColor;
  }

  .tw .lg\:hover\:border-transparent:hover{
    border-color: transparent;
  }

  .tw .lg\:hover\:border-white:hover{
    --tw-border-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity));
  }

  .tw .lg\:hover\:border-black:hover{
    --tw-border-opacity: 1;
    border-color: rgba(0, 0, 0, var(--tw-border-opacity));
  }

  .tw .lg\:hover\:border-gray-10:hover{
    --tw-border-opacity: 1;
    border-color: rgba(240, 240, 240, var(--tw-border-opacity));
  }

  .tw .lg\:hover\:border-gray-20:hover{
    --tw-border-opacity: 1;
    border-color: rgba(226, 226, 226, var(--tw-border-opacity));
  }

  .tw .lg\:hover\:border-gray-30:hover{
    --tw-border-opacity: 1;
    border-color: rgba(211, 211, 211, var(--tw-border-opacity));
  }

  .tw .lg\:hover\:border-gray-40:hover{
    --tw-border-opacity: 1;
    border-color: rgba(197, 197, 197, var(--tw-border-opacity));
  }

  .tw .lg\:hover\:border-gray-50:hover{
    --tw-border-opacity: 1;
    border-color: rgba(183, 183, 183, var(--tw-border-opacity));
  }

  .tw .lg\:hover\:border-gray-60:hover{
    --tw-border-opacity: 1;
    border-color: rgba(169, 169, 169, var(--tw-border-opacity));
  }

  .tw .lg\:hover\:border-gray-70:hover{
    --tw-border-opacity: 1;
    border-color: rgba(156, 156, 156, var(--tw-border-opacity));
  }

  .tw .lg\:hover\:border-gray-80:hover{
    --tw-border-opacity: 1;
    border-color: rgba(142, 142, 142, var(--tw-border-opacity));
  }

  .tw .lg\:hover\:border-gray-90:hover{
    --tw-border-opacity: 1;
    border-color: rgba(129, 129, 129, var(--tw-border-opacity));
  }

  .tw .lg\:hover\:border-gray-100:hover{
    --tw-border-opacity: 1;
    border-color: rgba(108, 109, 114, var(--tw-border-opacity));
  }

  .tw .lg\:hover\:border-gray-200:hover{
    --tw-border-opacity: 1;
    border-color: rgba(96, 97, 103, var(--tw-border-opacity));
  }

  .tw .lg\:hover\:border-gray-300:hover{
    --tw-border-opacity: 1;
    border-color: rgba(84, 86, 91, var(--tw-border-opacity));
  }

  .tw .lg\:hover\:border-gray-400:hover{
    --tw-border-opacity: 1;
    border-color: rgba(73, 73, 80, var(--tw-border-opacity));
  }

  .tw .lg\:hover\:border-gray-500:hover{
    --tw-border-opacity: 1;
    border-color: rgba(61, 61, 68, var(--tw-border-opacity));
  }

  .tw .lg\:hover\:border-gray-600:hover{
    --tw-border-opacity: 1;
    border-color: rgba(53, 53, 61, var(--tw-border-opacity));
  }

  .tw .lg\:hover\:border-gray-700:hover{
    --tw-border-opacity: 1;
    border-color: rgba(45, 45, 49, var(--tw-border-opacity));
  }

  .tw .lg\:hover\:border-gray-800:hover{
    --tw-border-opacity: 1;
    border-color: rgba(38, 37, 42, var(--tw-border-opacity));
  }

  .tw .lg\:hover\:border-gray-850:hover{
    --tw-border-opacity: 1;
    border-color: rgba(32, 32, 37, var(--tw-border-opacity));
  }

  .tw .lg\:hover\:border-gray-900:hover{
    --tw-border-opacity: 1;
    border-color: rgba(27, 27, 32, var(--tw-border-opacity));
  }

  .tw .lg\:hover\:border-gray-950:hover{
    --tw-border-opacity: 1;
    border-color: rgba(20, 20, 23, var(--tw-border-opacity));
  }

  .tw .lg\:hover\:border-brand-50:hover{
    --tw-border-opacity: 1;
    border-color: rgba(127, 255, 255, var(--tw-border-opacity));
  }

  .tw .lg\:hover\:border-brand-100:hover{
    --tw-border-opacity: 1;
    border-color: rgba(87, 226, 255, var(--tw-border-opacity));
  }

  .tw .lg\:hover\:border-brand-200:hover{
    --tw-border-opacity: 1;
    border-color: rgba(32, 197, 255, var(--tw-border-opacity));
  }

  .tw .lg\:hover\:border-brand-300:hover{
    --tw-border-opacity: 1;
    border-color: rgba(0, 167, 231, var(--tw-border-opacity));
  }

  .tw .lg\:hover\:border-brand-400:hover{
    --tw-border-opacity: 1;
    border-color: rgba(0, 139, 201, var(--tw-border-opacity));
  }

  .tw .lg\:hover\:border-brand-500:hover{
    --tw-border-opacity: 1;
    border-color: rgba(0, 112, 172, var(--tw-border-opacity));
  }

  .tw .lg\:hover\:border-brand-600:hover{
    --tw-border-opacity: 1;
    border-color: rgba(0, 86, 143, var(--tw-border-opacity));
  }

  .tw .lg\:hover\:border-brand-700:hover{
    --tw-border-opacity: 1;
    border-color: rgba(0, 62, 116, var(--tw-border-opacity));
  }

  .tw .lg\:hover\:border-brand-800:hover{
    --tw-border-opacity: 1;
    border-color: rgba(0, 39, 89, var(--tw-border-opacity));
  }

  .tw .lg\:hover\:border-brand-900:hover{
    --tw-border-opacity: 1;
    border-color: rgba(0, 18, 63, var(--tw-border-opacity));
  }

  .tw .lg\:hover\:border-brand:hover{
    --tw-border-opacity: 1;
    border-color: rgba(0, 190, 255, var(--tw-border-opacity));
  }

  .tw .lg\:hover\:border-brand-base:hover{
    --tw-border-opacity: 1;
    border-color: rgba(0, 190, 255, var(--tw-border-opacity));
  }

  .tw .lg\:hover\:border-red-50:hover{
    --tw-border-opacity: 1;
    border-color: rgba(255, 202, 200, var(--tw-border-opacity));
  }

  .tw .lg\:hover\:border-red-100:hover{
    --tw-border-opacity: 1;
    border-color: rgba(255, 171, 171, var(--tw-border-opacity));
  }

  .tw .lg\:hover\:border-red-200:hover{
    --tw-border-opacity: 1;
    border-color: rgba(255, 142, 142, var(--tw-border-opacity));
  }

  .tw .lg\:hover\:border-red-300:hover{
    --tw-border-opacity: 1;
    border-color: rgba(247, 112, 115, var(--tw-border-opacity));
  }

  .tw .lg\:hover\:border-red-400:hover{
    --tw-border-opacity: 1;
    border-color: rgba(215, 83, 89, var(--tw-border-opacity));
  }

  .tw .lg\:hover\:border-red-500:hover{
    --tw-border-opacity: 1;
    border-color: rgba(182, 54, 64, var(--tw-border-opacity));
  }

  .tw .lg\:hover\:border-red-600:hover{
    --tw-border-opacity: 1;
    border-color: rgba(150, 18, 41, var(--tw-border-opacity));
  }

  .tw .lg\:hover\:border-red-700:hover{
    --tw-border-opacity: 1;
    border-color: rgba(119, 0, 19, var(--tw-border-opacity));
  }

  .tw .lg\:hover\:border-red-800:hover{
    --tw-border-opacity: 1;
    border-color: rgba(89, 0, 0, var(--tw-border-opacity));
  }

  .tw .lg\:hover\:border-red-900:hover{
    --tw-border-opacity: 1;
    border-color: rgba(65, 0, 0, var(--tw-border-opacity));
  }

  .tw .lg\:hover\:border-red:hover{
    --tw-border-opacity: 1;
    border-color: rgba(211, 80, 86, var(--tw-border-opacity));
  }

  .tw .lg\:hover\:border-red-brand:hover{
    --tw-border-opacity: 1;
    border-color: rgba(255, 79, 79, var(--tw-border-opacity));
  }

  .tw .lg\:hover\:border-green-50:hover{
    --tw-border-opacity: 1;
    border-color: rgba(141, 255, 205, var(--tw-border-opacity));
  }

  .tw .lg\:hover\:border-green-100:hover{
    --tw-border-opacity: 1;
    border-color: rgba(109, 236, 176, var(--tw-border-opacity));
  }

  .tw .lg\:hover\:border-green-200:hover{
    --tw-border-opacity: 1;
    border-color: rgba(76, 206, 147, var(--tw-border-opacity));
  }

  .tw .lg\:hover\:border-green-300:hover{
    --tw-border-opacity: 1;
    border-color: rgba(36, 176, 119, var(--tw-border-opacity));
  }

  .tw .lg\:hover\:border-green-400:hover{
    --tw-border-opacity: 1;
    border-color: rgba(0, 147, 93, var(--tw-border-opacity));
  }

  .tw .lg\:hover\:border-green-500:hover{
    --tw-border-opacity: 1;
    border-color: rgba(0, 119, 68, var(--tw-border-opacity));
  }

  .tw .lg\:hover\:border-green-600:hover{
    --tw-border-opacity: 1;
    border-color: rgba(0, 91, 43, var(--tw-border-opacity));
  }

  .tw .lg\:hover\:border-green-700:hover{
    --tw-border-opacity: 1;
    border-color: rgba(0, 65, 21, var(--tw-border-opacity));
  }

  .tw .lg\:hover\:border-green-800:hover{
    --tw-border-opacity: 1;
    border-color: rgba(0, 43, 0, var(--tw-border-opacity));
  }

  .tw .lg\:hover\:border-green-900:hover{
    --tw-border-opacity: 1;
    border-color: rgba(0, 27, 0, var(--tw-border-opacity));
  }

  .tw .lg\:hover\:border-green:hover{
    --tw-border-opacity: 1;
    border-color: rgba(46, 182, 125, var(--tw-border-opacity));
  }

  .tw .lg\:hover\:border-yellow-50:hover{
    --tw-border-opacity: 1;
    border-color: rgba(255, 235, 87, var(--tw-border-opacity));
  }

  .tw .lg\:hover\:border-yellow-100:hover{
    --tw-border-opacity: 1;
    border-color: rgba(255, 205, 55, var(--tw-border-opacity));
  }

  .tw .lg\:hover\:border-yellow-200:hover{
    --tw-border-opacity: 1;
    border-color: rgba(228, 176, 9, var(--tw-border-opacity));
  }

  .tw .lg\:hover\:border-yellow-300:hover{
    --tw-border-opacity: 1;
    border-color: rgba(195, 148, 0, var(--tw-border-opacity));
  }

  .tw .lg\:hover\:border-yellow-400:hover{
    --tw-border-opacity: 1;
    border-color: rgba(163, 121, 0, var(--tw-border-opacity));
  }

  .tw .lg\:hover\:border-yellow-500:hover{
    --tw-border-opacity: 1;
    border-color: rgba(133, 95, 0, var(--tw-border-opacity));
  }

  .tw .lg\:hover\:border-yellow-600:hover{
    --tw-border-opacity: 1;
    border-color: rgba(104, 70, 0, var(--tw-border-opacity));
  }

  .tw .lg\:hover\:border-yellow-700:hover{
    --tw-border-opacity: 1;
    border-color: rgba(79, 46, 0, var(--tw-border-opacity));
  }

  .tw .lg\:hover\:border-yellow-800:hover{
    --tw-border-opacity: 1;
    border-color: rgba(61, 22, 0, var(--tw-border-opacity));
  }

  .tw .lg\:hover\:border-yellow-900:hover{
    --tw-border-opacity: 1;
    border-color: rgba(50, 0, 0, var(--tw-border-opacity));
  }

  .tw .lg\:hover\:border-yellow:hover{
    --tw-border-opacity: 1;
    border-color: rgba(254, 199, 47, var(--tw-border-opacity));
  }

  .tw .lg\:hover\:border-purple-50:hover{
    --tw-border-opacity: 1;
    border-color: rgba(255, 216, 255, var(--tw-border-opacity));
  }

  .tw .lg\:hover\:border-purple-100:hover{
    --tw-border-opacity: 1;
    border-color: rgba(240, 186, 255, var(--tw-border-opacity));
  }

  .tw .lg\:hover\:border-purple-200:hover{
    --tw-border-opacity: 1;
    border-color: rgba(208, 157, 255, var(--tw-border-opacity));
  }

  .tw .lg\:hover\:border-purple-300:hover{
    --tw-border-opacity: 1;
    border-color: rgba(177, 128, 255, var(--tw-border-opacity));
  }

  .tw .lg\:hover\:border-purple-400:hover{
    --tw-border-opacity: 1;
    border-color: rgba(146, 101, 233, var(--tw-border-opacity));
  }

  .tw .lg\:hover\:border-purple-500:hover{
    --tw-border-opacity: 1;
    border-color: rgba(116, 74, 203, var(--tw-border-opacity));
  }

  .tw .lg\:hover\:border-purple-600:hover{
    --tw-border-opacity: 1;
    border-color: rgba(85, 48, 173, var(--tw-border-opacity));
  }

  .tw .lg\:hover\:border-purple-700:hover{
    --tw-border-opacity: 1;
    border-color: rgba(53, 22, 144, var(--tw-border-opacity));
  }

  .tw .lg\:hover\:border-purple-800:hover{
    --tw-border-opacity: 1;
    border-color: rgba(9, 0, 116, var(--tw-border-opacity));
  }

  .tw .lg\:hover\:border-purple-900:hover{
    --tw-border-opacity: 1;
    border-color: rgba(0, 0, 89, var(--tw-border-opacity));
  }

  .tw .lg\:hover\:border-purple:hover{
    --tw-border-opacity: 1;
    border-color: rgba(168, 120, 255, var(--tw-border-opacity));
  }

  .tw .lg\:hover\:border-orange-50:hover{
    --tw-border-opacity: 1;
    border-color: rgba(255, 210, 131, var(--tw-border-opacity));
  }

  .tw .lg\:hover\:border-orange-100:hover{
    --tw-border-opacity: 1;
    border-color: rgba(255, 180, 103, var(--tw-border-opacity));
  }

  .tw .lg\:hover\:border-orange-200:hover{
    --tw-border-opacity: 1;
    border-color: rgba(255, 151, 75, var(--tw-border-opacity));
  }

  .tw .lg\:hover\:border-orange-300:hover{
    --tw-border-opacity: 1;
    border-color: rgba(240, 122, 47, var(--tw-border-opacity));
  }

  .tw .lg\:hover\:border-orange-400:hover{
    --tw-border-opacity: 1;
    border-color: rgba(206, 95, 17, var(--tw-border-opacity));
  }

  .tw .lg\:hover\:border-orange-500:hover{
    --tw-border-opacity: 1;
    border-color: rgba(173, 68, 0, var(--tw-border-opacity));
  }

  .tw .lg\:hover\:border-orange-600:hover{
    --tw-border-opacity: 1;
    border-color: rgba(141, 40, 0, var(--tw-border-opacity));
  }

  .tw .lg\:hover\:border-orange-700:hover{
    --tw-border-opacity: 1;
    border-color: rgba(111, 6, 0, var(--tw-border-opacity));
  }

  .tw .lg\:hover\:border-orange-800:hover{
    --tw-border-opacity: 1;
    border-color: rgba(84, 0, 0, var(--tw-border-opacity));
  }

  .tw .lg\:hover\:border-orange-900:hover{
    --tw-border-opacity: 1;
    border-color: rgba(65, 0, 0, var(--tw-border-opacity));
  }

  .tw .lg\:hover\:border-orange:hover{
    --tw-border-opacity: 1;
    border-color: rgba(245, 127, 52, var(--tw-border-opacity));
  }

  .tw .lg\:hover\:border-surface-brand:hover{
    --tw-border-opacity: 1;
    border-color: rgba(26, 26, 26, var(--tw-border-opacity));
  }

  .tw .lg\:hover\:border-surface-lower:hover{
    --tw-border-opacity: 1;
    border-color: rgba(18, 19, 20, var(--tw-border-opacity));
  }

  .tw .lg\:hover\:border-surface-base:hover{
    --tw-border-opacity: 1;
    border-color: rgba(29, 30, 31, var(--tw-border-opacity));
  }

  .tw .lg\:hover\:border-surface-low:hover{
    --tw-border-opacity: 1;
    border-color: rgba(33, 33, 36, var(--tw-border-opacity));
  }

  .tw .lg\:hover\:border-surface-middle:hover{
    --tw-border-opacity: 1;
    border-color: rgba(38, 38, 42, var(--tw-border-opacity));
  }

  .tw .lg\:hover\:border-surface-upper:hover{
    --tw-border-opacity: 1;
    border-color: rgba(41, 41, 46, var(--tw-border-opacity));
  }

  .tw .lg\:hover\:border-surface-high:hover{
    --tw-border-opacity: 1;
    border-color: rgba(52, 52, 53, var(--tw-border-opacity));
  }

  .tw .lg\:hover\:border-surface-higher:hover{
    --tw-border-opacity: 1;
    border-color: rgba(74, 75, 75, var(--tw-border-opacity));
  }

  .tw .lg\:hover\:border-surface-highest:hover{
    --tw-border-opacity: 1;
    border-color: rgba(97, 97, 98, var(--tw-border-opacity));
  }

  .tw .lg\:hover\:border-glyph-base:hover{
    --tw-border-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity));
  }

  .tw .lg\:hover\:border-glyph-light:hover{
    --tw-border-opacity: 1;
    border-color: rgba(194, 194, 194, var(--tw-border-opacity));
  }

  .tw .lg\:hover\:border-glyph-lighter:hover{
    --tw-border-opacity: 1;
    border-color: rgba(150, 150, 150, var(--tw-border-opacity));
  }

  .tw .lg\:hover\:border-glyph-lightest:hover{
    --tw-border-opacity: 1;
    border-color: rgba(80, 80, 80, var(--tw-border-opacity));
  }

  .tw .lg\:hover\:border-link:hover{
    --tw-border-opacity: 1;
    border-color: rgba(0, 190, 255, var(--tw-border-opacity));
  }

  .tw .lg\:hover\:border-info-error:hover{
    --tw-border-opacity: 1;
    border-color: rgba(235, 51, 65, var(--tw-border-opacity));
  }

  .tw .lg\:hover\:border-info-danger:hover{
    --tw-border-opacity: 1;
    border-color: rgba(247, 127, 37, var(--tw-border-opacity));
  }

  .tw .lg\:hover\:border-info-warn:hover{
    --tw-border-opacity: 1;
    border-color: rgba(255, 200, 47, var(--tw-border-opacity));
  }

  .tw .lg\:hover\:border-info-ok:hover{
    --tw-border-opacity: 1;
    border-color: rgba(0, 151, 79, var(--tw-border-opacity));
  }

  .tw .lg\:hover\:border-info-notice:hover{
    --tw-border-opacity: 1;
    border-color: rgba(1, 128, 255, var(--tw-border-opacity));
  }

  .tw .lg\:hover\:border-accent-1:hover{
    --tw-border-opacity: 1;
    border-color: rgba(255, 93, 105, var(--tw-border-opacity));
  }

  .tw .lg\:hover\:border-accent-2:hover{
    --tw-border-opacity: 1;
    border-color: rgba(7, 245, 175, var(--tw-border-opacity));
  }

  .tw .lg\:hover\:border-accent-3:hover{
    --tw-border-opacity: 1;
    border-color: rgba(4, 211, 114, var(--tw-border-opacity));
  }

  .tw .lg\:hover\:border-accent-4:hover{
    --tw-border-opacity: 1;
    border-color: rgba(132, 81, 245, var(--tw-border-opacity));
  }

  .tw .group:hover .lg\:group-hover\:border-current{
    border-color: currentColor;
  }

  .tw .group:hover .lg\:group-hover\:border-transparent{
    border-color: transparent;
  }

  .tw .group:hover .lg\:group-hover\:border-white{
    --tw-border-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity));
  }

  .tw .group:hover .lg\:group-hover\:border-black{
    --tw-border-opacity: 1;
    border-color: rgba(0, 0, 0, var(--tw-border-opacity));
  }

  .tw .group:hover .lg\:group-hover\:border-gray-10{
    --tw-border-opacity: 1;
    border-color: rgba(240, 240, 240, var(--tw-border-opacity));
  }

  .tw .group:hover .lg\:group-hover\:border-gray-20{
    --tw-border-opacity: 1;
    border-color: rgba(226, 226, 226, var(--tw-border-opacity));
  }

  .tw .group:hover .lg\:group-hover\:border-gray-30{
    --tw-border-opacity: 1;
    border-color: rgba(211, 211, 211, var(--tw-border-opacity));
  }

  .tw .group:hover .lg\:group-hover\:border-gray-40{
    --tw-border-opacity: 1;
    border-color: rgba(197, 197, 197, var(--tw-border-opacity));
  }

  .tw .group:hover .lg\:group-hover\:border-gray-50{
    --tw-border-opacity: 1;
    border-color: rgba(183, 183, 183, var(--tw-border-opacity));
  }

  .tw .group:hover .lg\:group-hover\:border-gray-60{
    --tw-border-opacity: 1;
    border-color: rgba(169, 169, 169, var(--tw-border-opacity));
  }

  .tw .group:hover .lg\:group-hover\:border-gray-70{
    --tw-border-opacity: 1;
    border-color: rgba(156, 156, 156, var(--tw-border-opacity));
  }

  .tw .group:hover .lg\:group-hover\:border-gray-80{
    --tw-border-opacity: 1;
    border-color: rgba(142, 142, 142, var(--tw-border-opacity));
  }

  .tw .group:hover .lg\:group-hover\:border-gray-90{
    --tw-border-opacity: 1;
    border-color: rgba(129, 129, 129, var(--tw-border-opacity));
  }

  .tw .group:hover .lg\:group-hover\:border-gray-100{
    --tw-border-opacity: 1;
    border-color: rgba(108, 109, 114, var(--tw-border-opacity));
  }

  .tw .group:hover .lg\:group-hover\:border-gray-200{
    --tw-border-opacity: 1;
    border-color: rgba(96, 97, 103, var(--tw-border-opacity));
  }

  .tw .group:hover .lg\:group-hover\:border-gray-300{
    --tw-border-opacity: 1;
    border-color: rgba(84, 86, 91, var(--tw-border-opacity));
  }

  .tw .group:hover .lg\:group-hover\:border-gray-400{
    --tw-border-opacity: 1;
    border-color: rgba(73, 73, 80, var(--tw-border-opacity));
  }

  .tw .group:hover .lg\:group-hover\:border-gray-500{
    --tw-border-opacity: 1;
    border-color: rgba(61, 61, 68, var(--tw-border-opacity));
  }

  .tw .group:hover .lg\:group-hover\:border-gray-600{
    --tw-border-opacity: 1;
    border-color: rgba(53, 53, 61, var(--tw-border-opacity));
  }

  .tw .group:hover .lg\:group-hover\:border-gray-700{
    --tw-border-opacity: 1;
    border-color: rgba(45, 45, 49, var(--tw-border-opacity));
  }

  .tw .group:hover .lg\:group-hover\:border-gray-800{
    --tw-border-opacity: 1;
    border-color: rgba(38, 37, 42, var(--tw-border-opacity));
  }

  .tw .group:hover .lg\:group-hover\:border-gray-850{
    --tw-border-opacity: 1;
    border-color: rgba(32, 32, 37, var(--tw-border-opacity));
  }

  .tw .group:hover .lg\:group-hover\:border-gray-900{
    --tw-border-opacity: 1;
    border-color: rgba(27, 27, 32, var(--tw-border-opacity));
  }

  .tw .group:hover .lg\:group-hover\:border-gray-950{
    --tw-border-opacity: 1;
    border-color: rgba(20, 20, 23, var(--tw-border-opacity));
  }

  .tw .group:hover .lg\:group-hover\:border-brand-50{
    --tw-border-opacity: 1;
    border-color: rgba(127, 255, 255, var(--tw-border-opacity));
  }

  .tw .group:hover .lg\:group-hover\:border-brand-100{
    --tw-border-opacity: 1;
    border-color: rgba(87, 226, 255, var(--tw-border-opacity));
  }

  .tw .group:hover .lg\:group-hover\:border-brand-200{
    --tw-border-opacity: 1;
    border-color: rgba(32, 197, 255, var(--tw-border-opacity));
  }

  .tw .group:hover .lg\:group-hover\:border-brand-300{
    --tw-border-opacity: 1;
    border-color: rgba(0, 167, 231, var(--tw-border-opacity));
  }

  .tw .group:hover .lg\:group-hover\:border-brand-400{
    --tw-border-opacity: 1;
    border-color: rgba(0, 139, 201, var(--tw-border-opacity));
  }

  .tw .group:hover .lg\:group-hover\:border-brand-500{
    --tw-border-opacity: 1;
    border-color: rgba(0, 112, 172, var(--tw-border-opacity));
  }

  .tw .group:hover .lg\:group-hover\:border-brand-600{
    --tw-border-opacity: 1;
    border-color: rgba(0, 86, 143, var(--tw-border-opacity));
  }

  .tw .group:hover .lg\:group-hover\:border-brand-700{
    --tw-border-opacity: 1;
    border-color: rgba(0, 62, 116, var(--tw-border-opacity));
  }

  .tw .group:hover .lg\:group-hover\:border-brand-800{
    --tw-border-opacity: 1;
    border-color: rgba(0, 39, 89, var(--tw-border-opacity));
  }

  .tw .group:hover .lg\:group-hover\:border-brand-900{
    --tw-border-opacity: 1;
    border-color: rgba(0, 18, 63, var(--tw-border-opacity));
  }

  .tw .group:hover .lg\:group-hover\:border-brand{
    --tw-border-opacity: 1;
    border-color: rgba(0, 190, 255, var(--tw-border-opacity));
  }

  .tw .group:hover .lg\:group-hover\:border-brand-base{
    --tw-border-opacity: 1;
    border-color: rgba(0, 190, 255, var(--tw-border-opacity));
  }

  .tw .group:hover .lg\:group-hover\:border-red-50{
    --tw-border-opacity: 1;
    border-color: rgba(255, 202, 200, var(--tw-border-opacity));
  }

  .tw .group:hover .lg\:group-hover\:border-red-100{
    --tw-border-opacity: 1;
    border-color: rgba(255, 171, 171, var(--tw-border-opacity));
  }

  .tw .group:hover .lg\:group-hover\:border-red-200{
    --tw-border-opacity: 1;
    border-color: rgba(255, 142, 142, var(--tw-border-opacity));
  }

  .tw .group:hover .lg\:group-hover\:border-red-300{
    --tw-border-opacity: 1;
    border-color: rgba(247, 112, 115, var(--tw-border-opacity));
  }

  .tw .group:hover .lg\:group-hover\:border-red-400{
    --tw-border-opacity: 1;
    border-color: rgba(215, 83, 89, var(--tw-border-opacity));
  }

  .tw .group:hover .lg\:group-hover\:border-red-500{
    --tw-border-opacity: 1;
    border-color: rgba(182, 54, 64, var(--tw-border-opacity));
  }

  .tw .group:hover .lg\:group-hover\:border-red-600{
    --tw-border-opacity: 1;
    border-color: rgba(150, 18, 41, var(--tw-border-opacity));
  }

  .tw .group:hover .lg\:group-hover\:border-red-700{
    --tw-border-opacity: 1;
    border-color: rgba(119, 0, 19, var(--tw-border-opacity));
  }

  .tw .group:hover .lg\:group-hover\:border-red-800{
    --tw-border-opacity: 1;
    border-color: rgba(89, 0, 0, var(--tw-border-opacity));
  }

  .tw .group:hover .lg\:group-hover\:border-red-900{
    --tw-border-opacity: 1;
    border-color: rgba(65, 0, 0, var(--tw-border-opacity));
  }

  .tw .group:hover .lg\:group-hover\:border-red{
    --tw-border-opacity: 1;
    border-color: rgba(211, 80, 86, var(--tw-border-opacity));
  }

  .tw .group:hover .lg\:group-hover\:border-red-brand{
    --tw-border-opacity: 1;
    border-color: rgba(255, 79, 79, var(--tw-border-opacity));
  }

  .tw .group:hover .lg\:group-hover\:border-green-50{
    --tw-border-opacity: 1;
    border-color: rgba(141, 255, 205, var(--tw-border-opacity));
  }

  .tw .group:hover .lg\:group-hover\:border-green-100{
    --tw-border-opacity: 1;
    border-color: rgba(109, 236, 176, var(--tw-border-opacity));
  }

  .tw .group:hover .lg\:group-hover\:border-green-200{
    --tw-border-opacity: 1;
    border-color: rgba(76, 206, 147, var(--tw-border-opacity));
  }

  .tw .group:hover .lg\:group-hover\:border-green-300{
    --tw-border-opacity: 1;
    border-color: rgba(36, 176, 119, var(--tw-border-opacity));
  }

  .tw .group:hover .lg\:group-hover\:border-green-400{
    --tw-border-opacity: 1;
    border-color: rgba(0, 147, 93, var(--tw-border-opacity));
  }

  .tw .group:hover .lg\:group-hover\:border-green-500{
    --tw-border-opacity: 1;
    border-color: rgba(0, 119, 68, var(--tw-border-opacity));
  }

  .tw .group:hover .lg\:group-hover\:border-green-600{
    --tw-border-opacity: 1;
    border-color: rgba(0, 91, 43, var(--tw-border-opacity));
  }

  .tw .group:hover .lg\:group-hover\:border-green-700{
    --tw-border-opacity: 1;
    border-color: rgba(0, 65, 21, var(--tw-border-opacity));
  }

  .tw .group:hover .lg\:group-hover\:border-green-800{
    --tw-border-opacity: 1;
    border-color: rgba(0, 43, 0, var(--tw-border-opacity));
  }

  .tw .group:hover .lg\:group-hover\:border-green-900{
    --tw-border-opacity: 1;
    border-color: rgba(0, 27, 0, var(--tw-border-opacity));
  }

  .tw .group:hover .lg\:group-hover\:border-green{
    --tw-border-opacity: 1;
    border-color: rgba(46, 182, 125, var(--tw-border-opacity));
  }

  .tw .group:hover .lg\:group-hover\:border-yellow-50{
    --tw-border-opacity: 1;
    border-color: rgba(255, 235, 87, var(--tw-border-opacity));
  }

  .tw .group:hover .lg\:group-hover\:border-yellow-100{
    --tw-border-opacity: 1;
    border-color: rgba(255, 205, 55, var(--tw-border-opacity));
  }

  .tw .group:hover .lg\:group-hover\:border-yellow-200{
    --tw-border-opacity: 1;
    border-color: rgba(228, 176, 9, var(--tw-border-opacity));
  }

  .tw .group:hover .lg\:group-hover\:border-yellow-300{
    --tw-border-opacity: 1;
    border-color: rgba(195, 148, 0, var(--tw-border-opacity));
  }

  .tw .group:hover .lg\:group-hover\:border-yellow-400{
    --tw-border-opacity: 1;
    border-color: rgba(163, 121, 0, var(--tw-border-opacity));
  }

  .tw .group:hover .lg\:group-hover\:border-yellow-500{
    --tw-border-opacity: 1;
    border-color: rgba(133, 95, 0, var(--tw-border-opacity));
  }

  .tw .group:hover .lg\:group-hover\:border-yellow-600{
    --tw-border-opacity: 1;
    border-color: rgba(104, 70, 0, var(--tw-border-opacity));
  }

  .tw .group:hover .lg\:group-hover\:border-yellow-700{
    --tw-border-opacity: 1;
    border-color: rgba(79, 46, 0, var(--tw-border-opacity));
  }

  .tw .group:hover .lg\:group-hover\:border-yellow-800{
    --tw-border-opacity: 1;
    border-color: rgba(61, 22, 0, var(--tw-border-opacity));
  }

  .tw .group:hover .lg\:group-hover\:border-yellow-900{
    --tw-border-opacity: 1;
    border-color: rgba(50, 0, 0, var(--tw-border-opacity));
  }

  .tw .group:hover .lg\:group-hover\:border-yellow{
    --tw-border-opacity: 1;
    border-color: rgba(254, 199, 47, var(--tw-border-opacity));
  }

  .tw .group:hover .lg\:group-hover\:border-purple-50{
    --tw-border-opacity: 1;
    border-color: rgba(255, 216, 255, var(--tw-border-opacity));
  }

  .tw .group:hover .lg\:group-hover\:border-purple-100{
    --tw-border-opacity: 1;
    border-color: rgba(240, 186, 255, var(--tw-border-opacity));
  }

  .tw .group:hover .lg\:group-hover\:border-purple-200{
    --tw-border-opacity: 1;
    border-color: rgba(208, 157, 255, var(--tw-border-opacity));
  }

  .tw .group:hover .lg\:group-hover\:border-purple-300{
    --tw-border-opacity: 1;
    border-color: rgba(177, 128, 255, var(--tw-border-opacity));
  }

  .tw .group:hover .lg\:group-hover\:border-purple-400{
    --tw-border-opacity: 1;
    border-color: rgba(146, 101, 233, var(--tw-border-opacity));
  }

  .tw .group:hover .lg\:group-hover\:border-purple-500{
    --tw-border-opacity: 1;
    border-color: rgba(116, 74, 203, var(--tw-border-opacity));
  }

  .tw .group:hover .lg\:group-hover\:border-purple-600{
    --tw-border-opacity: 1;
    border-color: rgba(85, 48, 173, var(--tw-border-opacity));
  }

  .tw .group:hover .lg\:group-hover\:border-purple-700{
    --tw-border-opacity: 1;
    border-color: rgba(53, 22, 144, var(--tw-border-opacity));
  }

  .tw .group:hover .lg\:group-hover\:border-purple-800{
    --tw-border-opacity: 1;
    border-color: rgba(9, 0, 116, var(--tw-border-opacity));
  }

  .tw .group:hover .lg\:group-hover\:border-purple-900{
    --tw-border-opacity: 1;
    border-color: rgba(0, 0, 89, var(--tw-border-opacity));
  }

  .tw .group:hover .lg\:group-hover\:border-purple{
    --tw-border-opacity: 1;
    border-color: rgba(168, 120, 255, var(--tw-border-opacity));
  }

  .tw .group:hover .lg\:group-hover\:border-orange-50{
    --tw-border-opacity: 1;
    border-color: rgba(255, 210, 131, var(--tw-border-opacity));
  }

  .tw .group:hover .lg\:group-hover\:border-orange-100{
    --tw-border-opacity: 1;
    border-color: rgba(255, 180, 103, var(--tw-border-opacity));
  }

  .tw .group:hover .lg\:group-hover\:border-orange-200{
    --tw-border-opacity: 1;
    border-color: rgba(255, 151, 75, var(--tw-border-opacity));
  }

  .tw .group:hover .lg\:group-hover\:border-orange-300{
    --tw-border-opacity: 1;
    border-color: rgba(240, 122, 47, var(--tw-border-opacity));
  }

  .tw .group:hover .lg\:group-hover\:border-orange-400{
    --tw-border-opacity: 1;
    border-color: rgba(206, 95, 17, var(--tw-border-opacity));
  }

  .tw .group:hover .lg\:group-hover\:border-orange-500{
    --tw-border-opacity: 1;
    border-color: rgba(173, 68, 0, var(--tw-border-opacity));
  }

  .tw .group:hover .lg\:group-hover\:border-orange-600{
    --tw-border-opacity: 1;
    border-color: rgba(141, 40, 0, var(--tw-border-opacity));
  }

  .tw .group:hover .lg\:group-hover\:border-orange-700{
    --tw-border-opacity: 1;
    border-color: rgba(111, 6, 0, var(--tw-border-opacity));
  }

  .tw .group:hover .lg\:group-hover\:border-orange-800{
    --tw-border-opacity: 1;
    border-color: rgba(84, 0, 0, var(--tw-border-opacity));
  }

  .tw .group:hover .lg\:group-hover\:border-orange-900{
    --tw-border-opacity: 1;
    border-color: rgba(65, 0, 0, var(--tw-border-opacity));
  }

  .tw .group:hover .lg\:group-hover\:border-orange{
    --tw-border-opacity: 1;
    border-color: rgba(245, 127, 52, var(--tw-border-opacity));
  }

  .tw .group:hover .lg\:group-hover\:border-surface-brand{
    --tw-border-opacity: 1;
    border-color: rgba(26, 26, 26, var(--tw-border-opacity));
  }

  .tw .group:hover .lg\:group-hover\:border-surface-lower{
    --tw-border-opacity: 1;
    border-color: rgba(18, 19, 20, var(--tw-border-opacity));
  }

  .tw .group:hover .lg\:group-hover\:border-surface-base{
    --tw-border-opacity: 1;
    border-color: rgba(29, 30, 31, var(--tw-border-opacity));
  }

  .tw .group:hover .lg\:group-hover\:border-surface-low{
    --tw-border-opacity: 1;
    border-color: rgba(33, 33, 36, var(--tw-border-opacity));
  }

  .tw .group:hover .lg\:group-hover\:border-surface-middle{
    --tw-border-opacity: 1;
    border-color: rgba(38, 38, 42, var(--tw-border-opacity));
  }

  .tw .group:hover .lg\:group-hover\:border-surface-upper{
    --tw-border-opacity: 1;
    border-color: rgba(41, 41, 46, var(--tw-border-opacity));
  }

  .tw .group:hover .lg\:group-hover\:border-surface-high{
    --tw-border-opacity: 1;
    border-color: rgba(52, 52, 53, var(--tw-border-opacity));
  }

  .tw .group:hover .lg\:group-hover\:border-surface-higher{
    --tw-border-opacity: 1;
    border-color: rgba(74, 75, 75, var(--tw-border-opacity));
  }

  .tw .group:hover .lg\:group-hover\:border-surface-highest{
    --tw-border-opacity: 1;
    border-color: rgba(97, 97, 98, var(--tw-border-opacity));
  }

  .tw .group:hover .lg\:group-hover\:border-glyph-base{
    --tw-border-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity));
  }

  .tw .group:hover .lg\:group-hover\:border-glyph-light{
    --tw-border-opacity: 1;
    border-color: rgba(194, 194, 194, var(--tw-border-opacity));
  }

  .tw .group:hover .lg\:group-hover\:border-glyph-lighter{
    --tw-border-opacity: 1;
    border-color: rgba(150, 150, 150, var(--tw-border-opacity));
  }

  .tw .group:hover .lg\:group-hover\:border-glyph-lightest{
    --tw-border-opacity: 1;
    border-color: rgba(80, 80, 80, var(--tw-border-opacity));
  }

  .tw .group:hover .lg\:group-hover\:border-link{
    --tw-border-opacity: 1;
    border-color: rgba(0, 190, 255, var(--tw-border-opacity));
  }

  .tw .group:hover .lg\:group-hover\:border-info-error{
    --tw-border-opacity: 1;
    border-color: rgba(235, 51, 65, var(--tw-border-opacity));
  }

  .tw .group:hover .lg\:group-hover\:border-info-danger{
    --tw-border-opacity: 1;
    border-color: rgba(247, 127, 37, var(--tw-border-opacity));
  }

  .tw .group:hover .lg\:group-hover\:border-info-warn{
    --tw-border-opacity: 1;
    border-color: rgba(255, 200, 47, var(--tw-border-opacity));
  }

  .tw .group:hover .lg\:group-hover\:border-info-ok{
    --tw-border-opacity: 1;
    border-color: rgba(0, 151, 79, var(--tw-border-opacity));
  }

  .tw .group:hover .lg\:group-hover\:border-info-notice{
    --tw-border-opacity: 1;
    border-color: rgba(1, 128, 255, var(--tw-border-opacity));
  }

  .tw .group:hover .lg\:group-hover\:border-accent-1{
    --tw-border-opacity: 1;
    border-color: rgba(255, 93, 105, var(--tw-border-opacity));
  }

  .tw .group:hover .lg\:group-hover\:border-accent-2{
    --tw-border-opacity: 1;
    border-color: rgba(7, 245, 175, var(--tw-border-opacity));
  }

  .tw .group:hover .lg\:group-hover\:border-accent-3{
    --tw-border-opacity: 1;
    border-color: rgba(4, 211, 114, var(--tw-border-opacity));
  }

  .tw .group:hover .lg\:group-hover\:border-accent-4{
    --tw-border-opacity: 1;
    border-color: rgba(132, 81, 245, var(--tw-border-opacity));
  }

  .tw .lg\:focus\:border-current:focus{
    border-color: currentColor;
  }

  .tw .lg\:focus\:border-transparent:focus{
    border-color: transparent;
  }

  .tw .lg\:focus\:border-white:focus{
    --tw-border-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity));
  }

  .tw .lg\:focus\:border-black:focus{
    --tw-border-opacity: 1;
    border-color: rgba(0, 0, 0, var(--tw-border-opacity));
  }

  .tw .lg\:focus\:border-gray-10:focus{
    --tw-border-opacity: 1;
    border-color: rgba(240, 240, 240, var(--tw-border-opacity));
  }

  .tw .lg\:focus\:border-gray-20:focus{
    --tw-border-opacity: 1;
    border-color: rgba(226, 226, 226, var(--tw-border-opacity));
  }

  .tw .lg\:focus\:border-gray-30:focus{
    --tw-border-opacity: 1;
    border-color: rgba(211, 211, 211, var(--tw-border-opacity));
  }

  .tw .lg\:focus\:border-gray-40:focus{
    --tw-border-opacity: 1;
    border-color: rgba(197, 197, 197, var(--tw-border-opacity));
  }

  .tw .lg\:focus\:border-gray-50:focus{
    --tw-border-opacity: 1;
    border-color: rgba(183, 183, 183, var(--tw-border-opacity));
  }

  .tw .lg\:focus\:border-gray-60:focus{
    --tw-border-opacity: 1;
    border-color: rgba(169, 169, 169, var(--tw-border-opacity));
  }

  .tw .lg\:focus\:border-gray-70:focus{
    --tw-border-opacity: 1;
    border-color: rgba(156, 156, 156, var(--tw-border-opacity));
  }

  .tw .lg\:focus\:border-gray-80:focus{
    --tw-border-opacity: 1;
    border-color: rgba(142, 142, 142, var(--tw-border-opacity));
  }

  .tw .lg\:focus\:border-gray-90:focus{
    --tw-border-opacity: 1;
    border-color: rgba(129, 129, 129, var(--tw-border-opacity));
  }

  .tw .lg\:focus\:border-gray-100:focus{
    --tw-border-opacity: 1;
    border-color: rgba(108, 109, 114, var(--tw-border-opacity));
  }

  .tw .lg\:focus\:border-gray-200:focus{
    --tw-border-opacity: 1;
    border-color: rgba(96, 97, 103, var(--tw-border-opacity));
  }

  .tw .lg\:focus\:border-gray-300:focus{
    --tw-border-opacity: 1;
    border-color: rgba(84, 86, 91, var(--tw-border-opacity));
  }

  .tw .lg\:focus\:border-gray-400:focus{
    --tw-border-opacity: 1;
    border-color: rgba(73, 73, 80, var(--tw-border-opacity));
  }

  .tw .lg\:focus\:border-gray-500:focus{
    --tw-border-opacity: 1;
    border-color: rgba(61, 61, 68, var(--tw-border-opacity));
  }

  .tw .lg\:focus\:border-gray-600:focus{
    --tw-border-opacity: 1;
    border-color: rgba(53, 53, 61, var(--tw-border-opacity));
  }

  .tw .lg\:focus\:border-gray-700:focus{
    --tw-border-opacity: 1;
    border-color: rgba(45, 45, 49, var(--tw-border-opacity));
  }

  .tw .lg\:focus\:border-gray-800:focus{
    --tw-border-opacity: 1;
    border-color: rgba(38, 37, 42, var(--tw-border-opacity));
  }

  .tw .lg\:focus\:border-gray-850:focus{
    --tw-border-opacity: 1;
    border-color: rgba(32, 32, 37, var(--tw-border-opacity));
  }

  .tw .lg\:focus\:border-gray-900:focus{
    --tw-border-opacity: 1;
    border-color: rgba(27, 27, 32, var(--tw-border-opacity));
  }

  .tw .lg\:focus\:border-gray-950:focus{
    --tw-border-opacity: 1;
    border-color: rgba(20, 20, 23, var(--tw-border-opacity));
  }

  .tw .lg\:focus\:border-brand-50:focus{
    --tw-border-opacity: 1;
    border-color: rgba(127, 255, 255, var(--tw-border-opacity));
  }

  .tw .lg\:focus\:border-brand-100:focus{
    --tw-border-opacity: 1;
    border-color: rgba(87, 226, 255, var(--tw-border-opacity));
  }

  .tw .lg\:focus\:border-brand-200:focus{
    --tw-border-opacity: 1;
    border-color: rgba(32, 197, 255, var(--tw-border-opacity));
  }

  .tw .lg\:focus\:border-brand-300:focus{
    --tw-border-opacity: 1;
    border-color: rgba(0, 167, 231, var(--tw-border-opacity));
  }

  .tw .lg\:focus\:border-brand-400:focus{
    --tw-border-opacity: 1;
    border-color: rgba(0, 139, 201, var(--tw-border-opacity));
  }

  .tw .lg\:focus\:border-brand-500:focus{
    --tw-border-opacity: 1;
    border-color: rgba(0, 112, 172, var(--tw-border-opacity));
  }

  .tw .lg\:focus\:border-brand-600:focus{
    --tw-border-opacity: 1;
    border-color: rgba(0, 86, 143, var(--tw-border-opacity));
  }

  .tw .lg\:focus\:border-brand-700:focus{
    --tw-border-opacity: 1;
    border-color: rgba(0, 62, 116, var(--tw-border-opacity));
  }

  .tw .lg\:focus\:border-brand-800:focus{
    --tw-border-opacity: 1;
    border-color: rgba(0, 39, 89, var(--tw-border-opacity));
  }

  .tw .lg\:focus\:border-brand-900:focus{
    --tw-border-opacity: 1;
    border-color: rgba(0, 18, 63, var(--tw-border-opacity));
  }

  .tw .lg\:focus\:border-brand:focus{
    --tw-border-opacity: 1;
    border-color: rgba(0, 190, 255, var(--tw-border-opacity));
  }

  .tw .lg\:focus\:border-brand-base:focus{
    --tw-border-opacity: 1;
    border-color: rgba(0, 190, 255, var(--tw-border-opacity));
  }

  .tw .lg\:focus\:border-red-50:focus{
    --tw-border-opacity: 1;
    border-color: rgba(255, 202, 200, var(--tw-border-opacity));
  }

  .tw .lg\:focus\:border-red-100:focus{
    --tw-border-opacity: 1;
    border-color: rgba(255, 171, 171, var(--tw-border-opacity));
  }

  .tw .lg\:focus\:border-red-200:focus{
    --tw-border-opacity: 1;
    border-color: rgba(255, 142, 142, var(--tw-border-opacity));
  }

  .tw .lg\:focus\:border-red-300:focus{
    --tw-border-opacity: 1;
    border-color: rgba(247, 112, 115, var(--tw-border-opacity));
  }

  .tw .lg\:focus\:border-red-400:focus{
    --tw-border-opacity: 1;
    border-color: rgba(215, 83, 89, var(--tw-border-opacity));
  }

  .tw .lg\:focus\:border-red-500:focus{
    --tw-border-opacity: 1;
    border-color: rgba(182, 54, 64, var(--tw-border-opacity));
  }

  .tw .lg\:focus\:border-red-600:focus{
    --tw-border-opacity: 1;
    border-color: rgba(150, 18, 41, var(--tw-border-opacity));
  }

  .tw .lg\:focus\:border-red-700:focus{
    --tw-border-opacity: 1;
    border-color: rgba(119, 0, 19, var(--tw-border-opacity));
  }

  .tw .lg\:focus\:border-red-800:focus{
    --tw-border-opacity: 1;
    border-color: rgba(89, 0, 0, var(--tw-border-opacity));
  }

  .tw .lg\:focus\:border-red-900:focus{
    --tw-border-opacity: 1;
    border-color: rgba(65, 0, 0, var(--tw-border-opacity));
  }

  .tw .lg\:focus\:border-red:focus{
    --tw-border-opacity: 1;
    border-color: rgba(211, 80, 86, var(--tw-border-opacity));
  }

  .tw .lg\:focus\:border-red-brand:focus{
    --tw-border-opacity: 1;
    border-color: rgba(255, 79, 79, var(--tw-border-opacity));
  }

  .tw .lg\:focus\:border-green-50:focus{
    --tw-border-opacity: 1;
    border-color: rgba(141, 255, 205, var(--tw-border-opacity));
  }

  .tw .lg\:focus\:border-green-100:focus{
    --tw-border-opacity: 1;
    border-color: rgba(109, 236, 176, var(--tw-border-opacity));
  }

  .tw .lg\:focus\:border-green-200:focus{
    --tw-border-opacity: 1;
    border-color: rgba(76, 206, 147, var(--tw-border-opacity));
  }

  .tw .lg\:focus\:border-green-300:focus{
    --tw-border-opacity: 1;
    border-color: rgba(36, 176, 119, var(--tw-border-opacity));
  }

  .tw .lg\:focus\:border-green-400:focus{
    --tw-border-opacity: 1;
    border-color: rgba(0, 147, 93, var(--tw-border-opacity));
  }

  .tw .lg\:focus\:border-green-500:focus{
    --tw-border-opacity: 1;
    border-color: rgba(0, 119, 68, var(--tw-border-opacity));
  }

  .tw .lg\:focus\:border-green-600:focus{
    --tw-border-opacity: 1;
    border-color: rgba(0, 91, 43, var(--tw-border-opacity));
  }

  .tw .lg\:focus\:border-green-700:focus{
    --tw-border-opacity: 1;
    border-color: rgba(0, 65, 21, var(--tw-border-opacity));
  }

  .tw .lg\:focus\:border-green-800:focus{
    --tw-border-opacity: 1;
    border-color: rgba(0, 43, 0, var(--tw-border-opacity));
  }

  .tw .lg\:focus\:border-green-900:focus{
    --tw-border-opacity: 1;
    border-color: rgba(0, 27, 0, var(--tw-border-opacity));
  }

  .tw .lg\:focus\:border-green:focus{
    --tw-border-opacity: 1;
    border-color: rgba(46, 182, 125, var(--tw-border-opacity));
  }

  .tw .lg\:focus\:border-yellow-50:focus{
    --tw-border-opacity: 1;
    border-color: rgba(255, 235, 87, var(--tw-border-opacity));
  }

  .tw .lg\:focus\:border-yellow-100:focus{
    --tw-border-opacity: 1;
    border-color: rgba(255, 205, 55, var(--tw-border-opacity));
  }

  .tw .lg\:focus\:border-yellow-200:focus{
    --tw-border-opacity: 1;
    border-color: rgba(228, 176, 9, var(--tw-border-opacity));
  }

  .tw .lg\:focus\:border-yellow-300:focus{
    --tw-border-opacity: 1;
    border-color: rgba(195, 148, 0, var(--tw-border-opacity));
  }

  .tw .lg\:focus\:border-yellow-400:focus{
    --tw-border-opacity: 1;
    border-color: rgba(163, 121, 0, var(--tw-border-opacity));
  }

  .tw .lg\:focus\:border-yellow-500:focus{
    --tw-border-opacity: 1;
    border-color: rgba(133, 95, 0, var(--tw-border-opacity));
  }

  .tw .lg\:focus\:border-yellow-600:focus{
    --tw-border-opacity: 1;
    border-color: rgba(104, 70, 0, var(--tw-border-opacity));
  }

  .tw .lg\:focus\:border-yellow-700:focus{
    --tw-border-opacity: 1;
    border-color: rgba(79, 46, 0, var(--tw-border-opacity));
  }

  .tw .lg\:focus\:border-yellow-800:focus{
    --tw-border-opacity: 1;
    border-color: rgba(61, 22, 0, var(--tw-border-opacity));
  }

  .tw .lg\:focus\:border-yellow-900:focus{
    --tw-border-opacity: 1;
    border-color: rgba(50, 0, 0, var(--tw-border-opacity));
  }

  .tw .lg\:focus\:border-yellow:focus{
    --tw-border-opacity: 1;
    border-color: rgba(254, 199, 47, var(--tw-border-opacity));
  }

  .tw .lg\:focus\:border-purple-50:focus{
    --tw-border-opacity: 1;
    border-color: rgba(255, 216, 255, var(--tw-border-opacity));
  }

  .tw .lg\:focus\:border-purple-100:focus{
    --tw-border-opacity: 1;
    border-color: rgba(240, 186, 255, var(--tw-border-opacity));
  }

  .tw .lg\:focus\:border-purple-200:focus{
    --tw-border-opacity: 1;
    border-color: rgba(208, 157, 255, var(--tw-border-opacity));
  }

  .tw .lg\:focus\:border-purple-300:focus{
    --tw-border-opacity: 1;
    border-color: rgba(177, 128, 255, var(--tw-border-opacity));
  }

  .tw .lg\:focus\:border-purple-400:focus{
    --tw-border-opacity: 1;
    border-color: rgba(146, 101, 233, var(--tw-border-opacity));
  }

  .tw .lg\:focus\:border-purple-500:focus{
    --tw-border-opacity: 1;
    border-color: rgba(116, 74, 203, var(--tw-border-opacity));
  }

  .tw .lg\:focus\:border-purple-600:focus{
    --tw-border-opacity: 1;
    border-color: rgba(85, 48, 173, var(--tw-border-opacity));
  }

  .tw .lg\:focus\:border-purple-700:focus{
    --tw-border-opacity: 1;
    border-color: rgba(53, 22, 144, var(--tw-border-opacity));
  }

  .tw .lg\:focus\:border-purple-800:focus{
    --tw-border-opacity: 1;
    border-color: rgba(9, 0, 116, var(--tw-border-opacity));
  }

  .tw .lg\:focus\:border-purple-900:focus{
    --tw-border-opacity: 1;
    border-color: rgba(0, 0, 89, var(--tw-border-opacity));
  }

  .tw .lg\:focus\:border-purple:focus{
    --tw-border-opacity: 1;
    border-color: rgba(168, 120, 255, var(--tw-border-opacity));
  }

  .tw .lg\:focus\:border-orange-50:focus{
    --tw-border-opacity: 1;
    border-color: rgba(255, 210, 131, var(--tw-border-opacity));
  }

  .tw .lg\:focus\:border-orange-100:focus{
    --tw-border-opacity: 1;
    border-color: rgba(255, 180, 103, var(--tw-border-opacity));
  }

  .tw .lg\:focus\:border-orange-200:focus{
    --tw-border-opacity: 1;
    border-color: rgba(255, 151, 75, var(--tw-border-opacity));
  }

  .tw .lg\:focus\:border-orange-300:focus{
    --tw-border-opacity: 1;
    border-color: rgba(240, 122, 47, var(--tw-border-opacity));
  }

  .tw .lg\:focus\:border-orange-400:focus{
    --tw-border-opacity: 1;
    border-color: rgba(206, 95, 17, var(--tw-border-opacity));
  }

  .tw .lg\:focus\:border-orange-500:focus{
    --tw-border-opacity: 1;
    border-color: rgba(173, 68, 0, var(--tw-border-opacity));
  }

  .tw .lg\:focus\:border-orange-600:focus{
    --tw-border-opacity: 1;
    border-color: rgba(141, 40, 0, var(--tw-border-opacity));
  }

  .tw .lg\:focus\:border-orange-700:focus{
    --tw-border-opacity: 1;
    border-color: rgba(111, 6, 0, var(--tw-border-opacity));
  }

  .tw .lg\:focus\:border-orange-800:focus{
    --tw-border-opacity: 1;
    border-color: rgba(84, 0, 0, var(--tw-border-opacity));
  }

  .tw .lg\:focus\:border-orange-900:focus{
    --tw-border-opacity: 1;
    border-color: rgba(65, 0, 0, var(--tw-border-opacity));
  }

  .tw .lg\:focus\:border-orange:focus{
    --tw-border-opacity: 1;
    border-color: rgba(245, 127, 52, var(--tw-border-opacity));
  }

  .tw .lg\:focus\:border-surface-brand:focus{
    --tw-border-opacity: 1;
    border-color: rgba(26, 26, 26, var(--tw-border-opacity));
  }

  .tw .lg\:focus\:border-surface-lower:focus{
    --tw-border-opacity: 1;
    border-color: rgba(18, 19, 20, var(--tw-border-opacity));
  }

  .tw .lg\:focus\:border-surface-base:focus{
    --tw-border-opacity: 1;
    border-color: rgba(29, 30, 31, var(--tw-border-opacity));
  }

  .tw .lg\:focus\:border-surface-low:focus{
    --tw-border-opacity: 1;
    border-color: rgba(33, 33, 36, var(--tw-border-opacity));
  }

  .tw .lg\:focus\:border-surface-middle:focus{
    --tw-border-opacity: 1;
    border-color: rgba(38, 38, 42, var(--tw-border-opacity));
  }

  .tw .lg\:focus\:border-surface-upper:focus{
    --tw-border-opacity: 1;
    border-color: rgba(41, 41, 46, var(--tw-border-opacity));
  }

  .tw .lg\:focus\:border-surface-high:focus{
    --tw-border-opacity: 1;
    border-color: rgba(52, 52, 53, var(--tw-border-opacity));
  }

  .tw .lg\:focus\:border-surface-higher:focus{
    --tw-border-opacity: 1;
    border-color: rgba(74, 75, 75, var(--tw-border-opacity));
  }

  .tw .lg\:focus\:border-surface-highest:focus{
    --tw-border-opacity: 1;
    border-color: rgba(97, 97, 98, var(--tw-border-opacity));
  }

  .tw .lg\:focus\:border-glyph-base:focus{
    --tw-border-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity));
  }

  .tw .lg\:focus\:border-glyph-light:focus{
    --tw-border-opacity: 1;
    border-color: rgba(194, 194, 194, var(--tw-border-opacity));
  }

  .tw .lg\:focus\:border-glyph-lighter:focus{
    --tw-border-opacity: 1;
    border-color: rgba(150, 150, 150, var(--tw-border-opacity));
  }

  .tw .lg\:focus\:border-glyph-lightest:focus{
    --tw-border-opacity: 1;
    border-color: rgba(80, 80, 80, var(--tw-border-opacity));
  }

  .tw .lg\:focus\:border-link:focus{
    --tw-border-opacity: 1;
    border-color: rgba(0, 190, 255, var(--tw-border-opacity));
  }

  .tw .lg\:focus\:border-info-error:focus{
    --tw-border-opacity: 1;
    border-color: rgba(235, 51, 65, var(--tw-border-opacity));
  }

  .tw .lg\:focus\:border-info-danger:focus{
    --tw-border-opacity: 1;
    border-color: rgba(247, 127, 37, var(--tw-border-opacity));
  }

  .tw .lg\:focus\:border-info-warn:focus{
    --tw-border-opacity: 1;
    border-color: rgba(255, 200, 47, var(--tw-border-opacity));
  }

  .tw .lg\:focus\:border-info-ok:focus{
    --tw-border-opacity: 1;
    border-color: rgba(0, 151, 79, var(--tw-border-opacity));
  }

  .tw .lg\:focus\:border-info-notice:focus{
    --tw-border-opacity: 1;
    border-color: rgba(1, 128, 255, var(--tw-border-opacity));
  }

  .tw .lg\:focus\:border-accent-1:focus{
    --tw-border-opacity: 1;
    border-color: rgba(255, 93, 105, var(--tw-border-opacity));
  }

  .tw .lg\:focus\:border-accent-2:focus{
    --tw-border-opacity: 1;
    border-color: rgba(7, 245, 175, var(--tw-border-opacity));
  }

  .tw .lg\:focus\:border-accent-3:focus{
    --tw-border-opacity: 1;
    border-color: rgba(4, 211, 114, var(--tw-border-opacity));
  }

  .tw .lg\:focus\:border-accent-4:focus{
    --tw-border-opacity: 1;
    border-color: rgba(132, 81, 245, var(--tw-border-opacity));
  }

  .tw .lg\:checked\:border-current:checked{
    border-color: currentColor;
  }

  .tw .lg\:checked\:border-transparent:checked{
    border-color: transparent;
  }

  .tw .lg\:checked\:border-white:checked{
    --tw-border-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity));
  }

  .tw .lg\:checked\:border-black:checked{
    --tw-border-opacity: 1;
    border-color: rgba(0, 0, 0, var(--tw-border-opacity));
  }

  .tw .lg\:checked\:border-gray-10:checked{
    --tw-border-opacity: 1;
    border-color: rgba(240, 240, 240, var(--tw-border-opacity));
  }

  .tw .lg\:checked\:border-gray-20:checked{
    --tw-border-opacity: 1;
    border-color: rgba(226, 226, 226, var(--tw-border-opacity));
  }

  .tw .lg\:checked\:border-gray-30:checked{
    --tw-border-opacity: 1;
    border-color: rgba(211, 211, 211, var(--tw-border-opacity));
  }

  .tw .lg\:checked\:border-gray-40:checked{
    --tw-border-opacity: 1;
    border-color: rgba(197, 197, 197, var(--tw-border-opacity));
  }

  .tw .lg\:checked\:border-gray-50:checked{
    --tw-border-opacity: 1;
    border-color: rgba(183, 183, 183, var(--tw-border-opacity));
  }

  .tw .lg\:checked\:border-gray-60:checked{
    --tw-border-opacity: 1;
    border-color: rgba(169, 169, 169, var(--tw-border-opacity));
  }

  .tw .lg\:checked\:border-gray-70:checked{
    --tw-border-opacity: 1;
    border-color: rgba(156, 156, 156, var(--tw-border-opacity));
  }

  .tw .lg\:checked\:border-gray-80:checked{
    --tw-border-opacity: 1;
    border-color: rgba(142, 142, 142, var(--tw-border-opacity));
  }

  .tw .lg\:checked\:border-gray-90:checked{
    --tw-border-opacity: 1;
    border-color: rgba(129, 129, 129, var(--tw-border-opacity));
  }

  .tw .lg\:checked\:border-gray-100:checked{
    --tw-border-opacity: 1;
    border-color: rgba(108, 109, 114, var(--tw-border-opacity));
  }

  .tw .lg\:checked\:border-gray-200:checked{
    --tw-border-opacity: 1;
    border-color: rgba(96, 97, 103, var(--tw-border-opacity));
  }

  .tw .lg\:checked\:border-gray-300:checked{
    --tw-border-opacity: 1;
    border-color: rgba(84, 86, 91, var(--tw-border-opacity));
  }

  .tw .lg\:checked\:border-gray-400:checked{
    --tw-border-opacity: 1;
    border-color: rgba(73, 73, 80, var(--tw-border-opacity));
  }

  .tw .lg\:checked\:border-gray-500:checked{
    --tw-border-opacity: 1;
    border-color: rgba(61, 61, 68, var(--tw-border-opacity));
  }

  .tw .lg\:checked\:border-gray-600:checked{
    --tw-border-opacity: 1;
    border-color: rgba(53, 53, 61, var(--tw-border-opacity));
  }

  .tw .lg\:checked\:border-gray-700:checked{
    --tw-border-opacity: 1;
    border-color: rgba(45, 45, 49, var(--tw-border-opacity));
  }

  .tw .lg\:checked\:border-gray-800:checked{
    --tw-border-opacity: 1;
    border-color: rgba(38, 37, 42, var(--tw-border-opacity));
  }

  .tw .lg\:checked\:border-gray-850:checked{
    --tw-border-opacity: 1;
    border-color: rgba(32, 32, 37, var(--tw-border-opacity));
  }

  .tw .lg\:checked\:border-gray-900:checked{
    --tw-border-opacity: 1;
    border-color: rgba(27, 27, 32, var(--tw-border-opacity));
  }

  .tw .lg\:checked\:border-gray-950:checked{
    --tw-border-opacity: 1;
    border-color: rgba(20, 20, 23, var(--tw-border-opacity));
  }

  .tw .lg\:checked\:border-brand-50:checked{
    --tw-border-opacity: 1;
    border-color: rgba(127, 255, 255, var(--tw-border-opacity));
  }

  .tw .lg\:checked\:border-brand-100:checked{
    --tw-border-opacity: 1;
    border-color: rgba(87, 226, 255, var(--tw-border-opacity));
  }

  .tw .lg\:checked\:border-brand-200:checked{
    --tw-border-opacity: 1;
    border-color: rgba(32, 197, 255, var(--tw-border-opacity));
  }

  .tw .lg\:checked\:border-brand-300:checked{
    --tw-border-opacity: 1;
    border-color: rgba(0, 167, 231, var(--tw-border-opacity));
  }

  .tw .lg\:checked\:border-brand-400:checked{
    --tw-border-opacity: 1;
    border-color: rgba(0, 139, 201, var(--tw-border-opacity));
  }

  .tw .lg\:checked\:border-brand-500:checked{
    --tw-border-opacity: 1;
    border-color: rgba(0, 112, 172, var(--tw-border-opacity));
  }

  .tw .lg\:checked\:border-brand-600:checked{
    --tw-border-opacity: 1;
    border-color: rgba(0, 86, 143, var(--tw-border-opacity));
  }

  .tw .lg\:checked\:border-brand-700:checked{
    --tw-border-opacity: 1;
    border-color: rgba(0, 62, 116, var(--tw-border-opacity));
  }

  .tw .lg\:checked\:border-brand-800:checked{
    --tw-border-opacity: 1;
    border-color: rgba(0, 39, 89, var(--tw-border-opacity));
  }

  .tw .lg\:checked\:border-brand-900:checked{
    --tw-border-opacity: 1;
    border-color: rgba(0, 18, 63, var(--tw-border-opacity));
  }

  .tw .lg\:checked\:border-brand:checked{
    --tw-border-opacity: 1;
    border-color: rgba(0, 190, 255, var(--tw-border-opacity));
  }

  .tw .lg\:checked\:border-brand-base:checked{
    --tw-border-opacity: 1;
    border-color: rgba(0, 190, 255, var(--tw-border-opacity));
  }

  .tw .lg\:checked\:border-red-50:checked{
    --tw-border-opacity: 1;
    border-color: rgba(255, 202, 200, var(--tw-border-opacity));
  }

  .tw .lg\:checked\:border-red-100:checked{
    --tw-border-opacity: 1;
    border-color: rgba(255, 171, 171, var(--tw-border-opacity));
  }

  .tw .lg\:checked\:border-red-200:checked{
    --tw-border-opacity: 1;
    border-color: rgba(255, 142, 142, var(--tw-border-opacity));
  }

  .tw .lg\:checked\:border-red-300:checked{
    --tw-border-opacity: 1;
    border-color: rgba(247, 112, 115, var(--tw-border-opacity));
  }

  .tw .lg\:checked\:border-red-400:checked{
    --tw-border-opacity: 1;
    border-color: rgba(215, 83, 89, var(--tw-border-opacity));
  }

  .tw .lg\:checked\:border-red-500:checked{
    --tw-border-opacity: 1;
    border-color: rgba(182, 54, 64, var(--tw-border-opacity));
  }

  .tw .lg\:checked\:border-red-600:checked{
    --tw-border-opacity: 1;
    border-color: rgba(150, 18, 41, var(--tw-border-opacity));
  }

  .tw .lg\:checked\:border-red-700:checked{
    --tw-border-opacity: 1;
    border-color: rgba(119, 0, 19, var(--tw-border-opacity));
  }

  .tw .lg\:checked\:border-red-800:checked{
    --tw-border-opacity: 1;
    border-color: rgba(89, 0, 0, var(--tw-border-opacity));
  }

  .tw .lg\:checked\:border-red-900:checked{
    --tw-border-opacity: 1;
    border-color: rgba(65, 0, 0, var(--tw-border-opacity));
  }

  .tw .lg\:checked\:border-red:checked{
    --tw-border-opacity: 1;
    border-color: rgba(211, 80, 86, var(--tw-border-opacity));
  }

  .tw .lg\:checked\:border-red-brand:checked{
    --tw-border-opacity: 1;
    border-color: rgba(255, 79, 79, var(--tw-border-opacity));
  }

  .tw .lg\:checked\:border-green-50:checked{
    --tw-border-opacity: 1;
    border-color: rgba(141, 255, 205, var(--tw-border-opacity));
  }

  .tw .lg\:checked\:border-green-100:checked{
    --tw-border-opacity: 1;
    border-color: rgba(109, 236, 176, var(--tw-border-opacity));
  }

  .tw .lg\:checked\:border-green-200:checked{
    --tw-border-opacity: 1;
    border-color: rgba(76, 206, 147, var(--tw-border-opacity));
  }

  .tw .lg\:checked\:border-green-300:checked{
    --tw-border-opacity: 1;
    border-color: rgba(36, 176, 119, var(--tw-border-opacity));
  }

  .tw .lg\:checked\:border-green-400:checked{
    --tw-border-opacity: 1;
    border-color: rgba(0, 147, 93, var(--tw-border-opacity));
  }

  .tw .lg\:checked\:border-green-500:checked{
    --tw-border-opacity: 1;
    border-color: rgba(0, 119, 68, var(--tw-border-opacity));
  }

  .tw .lg\:checked\:border-green-600:checked{
    --tw-border-opacity: 1;
    border-color: rgba(0, 91, 43, var(--tw-border-opacity));
  }

  .tw .lg\:checked\:border-green-700:checked{
    --tw-border-opacity: 1;
    border-color: rgba(0, 65, 21, var(--tw-border-opacity));
  }

  .tw .lg\:checked\:border-green-800:checked{
    --tw-border-opacity: 1;
    border-color: rgba(0, 43, 0, var(--tw-border-opacity));
  }

  .tw .lg\:checked\:border-green-900:checked{
    --tw-border-opacity: 1;
    border-color: rgba(0, 27, 0, var(--tw-border-opacity));
  }

  .tw .lg\:checked\:border-green:checked{
    --tw-border-opacity: 1;
    border-color: rgba(46, 182, 125, var(--tw-border-opacity));
  }

  .tw .lg\:checked\:border-yellow-50:checked{
    --tw-border-opacity: 1;
    border-color: rgba(255, 235, 87, var(--tw-border-opacity));
  }

  .tw .lg\:checked\:border-yellow-100:checked{
    --tw-border-opacity: 1;
    border-color: rgba(255, 205, 55, var(--tw-border-opacity));
  }

  .tw .lg\:checked\:border-yellow-200:checked{
    --tw-border-opacity: 1;
    border-color: rgba(228, 176, 9, var(--tw-border-opacity));
  }

  .tw .lg\:checked\:border-yellow-300:checked{
    --tw-border-opacity: 1;
    border-color: rgba(195, 148, 0, var(--tw-border-opacity));
  }

  .tw .lg\:checked\:border-yellow-400:checked{
    --tw-border-opacity: 1;
    border-color: rgba(163, 121, 0, var(--tw-border-opacity));
  }

  .tw .lg\:checked\:border-yellow-500:checked{
    --tw-border-opacity: 1;
    border-color: rgba(133, 95, 0, var(--tw-border-opacity));
  }

  .tw .lg\:checked\:border-yellow-600:checked{
    --tw-border-opacity: 1;
    border-color: rgba(104, 70, 0, var(--tw-border-opacity));
  }

  .tw .lg\:checked\:border-yellow-700:checked{
    --tw-border-opacity: 1;
    border-color: rgba(79, 46, 0, var(--tw-border-opacity));
  }

  .tw .lg\:checked\:border-yellow-800:checked{
    --tw-border-opacity: 1;
    border-color: rgba(61, 22, 0, var(--tw-border-opacity));
  }

  .tw .lg\:checked\:border-yellow-900:checked{
    --tw-border-opacity: 1;
    border-color: rgba(50, 0, 0, var(--tw-border-opacity));
  }

  .tw .lg\:checked\:border-yellow:checked{
    --tw-border-opacity: 1;
    border-color: rgba(254, 199, 47, var(--tw-border-opacity));
  }

  .tw .lg\:checked\:border-purple-50:checked{
    --tw-border-opacity: 1;
    border-color: rgba(255, 216, 255, var(--tw-border-opacity));
  }

  .tw .lg\:checked\:border-purple-100:checked{
    --tw-border-opacity: 1;
    border-color: rgba(240, 186, 255, var(--tw-border-opacity));
  }

  .tw .lg\:checked\:border-purple-200:checked{
    --tw-border-opacity: 1;
    border-color: rgba(208, 157, 255, var(--tw-border-opacity));
  }

  .tw .lg\:checked\:border-purple-300:checked{
    --tw-border-opacity: 1;
    border-color: rgba(177, 128, 255, var(--tw-border-opacity));
  }

  .tw .lg\:checked\:border-purple-400:checked{
    --tw-border-opacity: 1;
    border-color: rgba(146, 101, 233, var(--tw-border-opacity));
  }

  .tw .lg\:checked\:border-purple-500:checked{
    --tw-border-opacity: 1;
    border-color: rgba(116, 74, 203, var(--tw-border-opacity));
  }

  .tw .lg\:checked\:border-purple-600:checked{
    --tw-border-opacity: 1;
    border-color: rgba(85, 48, 173, var(--tw-border-opacity));
  }

  .tw .lg\:checked\:border-purple-700:checked{
    --tw-border-opacity: 1;
    border-color: rgba(53, 22, 144, var(--tw-border-opacity));
  }

  .tw .lg\:checked\:border-purple-800:checked{
    --tw-border-opacity: 1;
    border-color: rgba(9, 0, 116, var(--tw-border-opacity));
  }

  .tw .lg\:checked\:border-purple-900:checked{
    --tw-border-opacity: 1;
    border-color: rgba(0, 0, 89, var(--tw-border-opacity));
  }

  .tw .lg\:checked\:border-purple:checked{
    --tw-border-opacity: 1;
    border-color: rgba(168, 120, 255, var(--tw-border-opacity));
  }

  .tw .lg\:checked\:border-orange-50:checked{
    --tw-border-opacity: 1;
    border-color: rgba(255, 210, 131, var(--tw-border-opacity));
  }

  .tw .lg\:checked\:border-orange-100:checked{
    --tw-border-opacity: 1;
    border-color: rgba(255, 180, 103, var(--tw-border-opacity));
  }

  .tw .lg\:checked\:border-orange-200:checked{
    --tw-border-opacity: 1;
    border-color: rgba(255, 151, 75, var(--tw-border-opacity));
  }

  .tw .lg\:checked\:border-orange-300:checked{
    --tw-border-opacity: 1;
    border-color: rgba(240, 122, 47, var(--tw-border-opacity));
  }

  .tw .lg\:checked\:border-orange-400:checked{
    --tw-border-opacity: 1;
    border-color: rgba(206, 95, 17, var(--tw-border-opacity));
  }

  .tw .lg\:checked\:border-orange-500:checked{
    --tw-border-opacity: 1;
    border-color: rgba(173, 68, 0, var(--tw-border-opacity));
  }

  .tw .lg\:checked\:border-orange-600:checked{
    --tw-border-opacity: 1;
    border-color: rgba(141, 40, 0, var(--tw-border-opacity));
  }

  .tw .lg\:checked\:border-orange-700:checked{
    --tw-border-opacity: 1;
    border-color: rgba(111, 6, 0, var(--tw-border-opacity));
  }

  .tw .lg\:checked\:border-orange-800:checked{
    --tw-border-opacity: 1;
    border-color: rgba(84, 0, 0, var(--tw-border-opacity));
  }

  .tw .lg\:checked\:border-orange-900:checked{
    --tw-border-opacity: 1;
    border-color: rgba(65, 0, 0, var(--tw-border-opacity));
  }

  .tw .lg\:checked\:border-orange:checked{
    --tw-border-opacity: 1;
    border-color: rgba(245, 127, 52, var(--tw-border-opacity));
  }

  .tw .lg\:checked\:border-surface-brand:checked{
    --tw-border-opacity: 1;
    border-color: rgba(26, 26, 26, var(--tw-border-opacity));
  }

  .tw .lg\:checked\:border-surface-lower:checked{
    --tw-border-opacity: 1;
    border-color: rgba(18, 19, 20, var(--tw-border-opacity));
  }

  .tw .lg\:checked\:border-surface-base:checked{
    --tw-border-opacity: 1;
    border-color: rgba(29, 30, 31, var(--tw-border-opacity));
  }

  .tw .lg\:checked\:border-surface-low:checked{
    --tw-border-opacity: 1;
    border-color: rgba(33, 33, 36, var(--tw-border-opacity));
  }

  .tw .lg\:checked\:border-surface-middle:checked{
    --tw-border-opacity: 1;
    border-color: rgba(38, 38, 42, var(--tw-border-opacity));
  }

  .tw .lg\:checked\:border-surface-upper:checked{
    --tw-border-opacity: 1;
    border-color: rgba(41, 41, 46, var(--tw-border-opacity));
  }

  .tw .lg\:checked\:border-surface-high:checked{
    --tw-border-opacity: 1;
    border-color: rgba(52, 52, 53, var(--tw-border-opacity));
  }

  .tw .lg\:checked\:border-surface-higher:checked{
    --tw-border-opacity: 1;
    border-color: rgba(74, 75, 75, var(--tw-border-opacity));
  }

  .tw .lg\:checked\:border-surface-highest:checked{
    --tw-border-opacity: 1;
    border-color: rgba(97, 97, 98, var(--tw-border-opacity));
  }

  .tw .lg\:checked\:border-glyph-base:checked{
    --tw-border-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity));
  }

  .tw .lg\:checked\:border-glyph-light:checked{
    --tw-border-opacity: 1;
    border-color: rgba(194, 194, 194, var(--tw-border-opacity));
  }

  .tw .lg\:checked\:border-glyph-lighter:checked{
    --tw-border-opacity: 1;
    border-color: rgba(150, 150, 150, var(--tw-border-opacity));
  }

  .tw .lg\:checked\:border-glyph-lightest:checked{
    --tw-border-opacity: 1;
    border-color: rgba(80, 80, 80, var(--tw-border-opacity));
  }

  .tw .lg\:checked\:border-link:checked{
    --tw-border-opacity: 1;
    border-color: rgba(0, 190, 255, var(--tw-border-opacity));
  }

  .tw .lg\:checked\:border-info-error:checked{
    --tw-border-opacity: 1;
    border-color: rgba(235, 51, 65, var(--tw-border-opacity));
  }

  .tw .lg\:checked\:border-info-danger:checked{
    --tw-border-opacity: 1;
    border-color: rgba(247, 127, 37, var(--tw-border-opacity));
  }

  .tw .lg\:checked\:border-info-warn:checked{
    --tw-border-opacity: 1;
    border-color: rgba(255, 200, 47, var(--tw-border-opacity));
  }

  .tw .lg\:checked\:border-info-ok:checked{
    --tw-border-opacity: 1;
    border-color: rgba(0, 151, 79, var(--tw-border-opacity));
  }

  .tw .lg\:checked\:border-info-notice:checked{
    --tw-border-opacity: 1;
    border-color: rgba(1, 128, 255, var(--tw-border-opacity));
  }

  .tw .lg\:checked\:border-accent-1:checked{
    --tw-border-opacity: 1;
    border-color: rgba(255, 93, 105, var(--tw-border-opacity));
  }

  .tw .lg\:checked\:border-accent-2:checked{
    --tw-border-opacity: 1;
    border-color: rgba(7, 245, 175, var(--tw-border-opacity));
  }

  .tw .lg\:checked\:border-accent-3:checked{
    --tw-border-opacity: 1;
    border-color: rgba(4, 211, 114, var(--tw-border-opacity));
  }

  .tw .lg\:checked\:border-accent-4:checked{
    --tw-border-opacity: 1;
    border-color: rgba(132, 81, 245, var(--tw-border-opacity));
  }

  .tw .lg\:border-opacity-0{
    --tw-border-opacity: 0;
  }

  .tw .lg\:border-opacity-5{
    --tw-border-opacity: 0.05;
  }

  .tw .lg\:border-opacity-10{
    --tw-border-opacity: 0.1;
  }

  .tw .lg\:border-opacity-15{
    --tw-border-opacity: 0.15;
  }

  .tw .lg\:border-opacity-20{
    --tw-border-opacity: 0.2;
  }

  .tw .lg\:border-opacity-25{
    --tw-border-opacity: 0.25;
  }

  .tw .lg\:border-opacity-30{
    --tw-border-opacity: 0.3;
  }

  .tw .lg\:border-opacity-40{
    --tw-border-opacity: 0.4;
  }

  .tw .lg\:border-opacity-50{
    --tw-border-opacity: 0.5;
  }

  .tw .lg\:border-opacity-60{
    --tw-border-opacity: 0.6;
  }

  .tw .lg\:border-opacity-70{
    --tw-border-opacity: 0.7;
  }

  .tw .lg\:border-opacity-75{
    --tw-border-opacity: 0.75;
  }

  .tw .lg\:border-opacity-80{
    --tw-border-opacity: 0.8;
  }

  .tw .lg\:border-opacity-90{
    --tw-border-opacity: 0.9;
  }

  .tw .lg\:border-opacity-95{
    --tw-border-opacity: 0.95;
  }

  .tw .lg\:border-opacity-100{
    --tw-border-opacity: 1;
  }

  .tw .group:hover .lg\:group-hover\:border-opacity-0{
    --tw-border-opacity: 0;
  }

  .tw .group:hover .lg\:group-hover\:border-opacity-5{
    --tw-border-opacity: 0.05;
  }

  .tw .group:hover .lg\:group-hover\:border-opacity-10{
    --tw-border-opacity: 0.1;
  }

  .tw .group:hover .lg\:group-hover\:border-opacity-15{
    --tw-border-opacity: 0.15;
  }

  .tw .group:hover .lg\:group-hover\:border-opacity-20{
    --tw-border-opacity: 0.2;
  }

  .tw .group:hover .lg\:group-hover\:border-opacity-25{
    --tw-border-opacity: 0.25;
  }

  .tw .group:hover .lg\:group-hover\:border-opacity-30{
    --tw-border-opacity: 0.3;
  }

  .tw .group:hover .lg\:group-hover\:border-opacity-40{
    --tw-border-opacity: 0.4;
  }

  .tw .group:hover .lg\:group-hover\:border-opacity-50{
    --tw-border-opacity: 0.5;
  }

  .tw .group:hover .lg\:group-hover\:border-opacity-60{
    --tw-border-opacity: 0.6;
  }

  .tw .group:hover .lg\:group-hover\:border-opacity-70{
    --tw-border-opacity: 0.7;
  }

  .tw .group:hover .lg\:group-hover\:border-opacity-75{
    --tw-border-opacity: 0.75;
  }

  .tw .group:hover .lg\:group-hover\:border-opacity-80{
    --tw-border-opacity: 0.8;
  }

  .tw .group:hover .lg\:group-hover\:border-opacity-90{
    --tw-border-opacity: 0.9;
  }

  .tw .group:hover .lg\:group-hover\:border-opacity-95{
    --tw-border-opacity: 0.95;
  }

  .tw .group:hover .lg\:group-hover\:border-opacity-100{
    --tw-border-opacity: 1;
  }

  .tw .lg\:focus-within\:border-opacity-0:focus-within{
    --tw-border-opacity: 0;
  }

  .tw .lg\:focus-within\:border-opacity-5:focus-within{
    --tw-border-opacity: 0.05;
  }

  .tw .lg\:focus-within\:border-opacity-10:focus-within{
    --tw-border-opacity: 0.1;
  }

  .tw .lg\:focus-within\:border-opacity-15:focus-within{
    --tw-border-opacity: 0.15;
  }

  .tw .lg\:focus-within\:border-opacity-20:focus-within{
    --tw-border-opacity: 0.2;
  }

  .tw .lg\:focus-within\:border-opacity-25:focus-within{
    --tw-border-opacity: 0.25;
  }

  .tw .lg\:focus-within\:border-opacity-30:focus-within{
    --tw-border-opacity: 0.3;
  }

  .tw .lg\:focus-within\:border-opacity-40:focus-within{
    --tw-border-opacity: 0.4;
  }

  .tw .lg\:focus-within\:border-opacity-50:focus-within{
    --tw-border-opacity: 0.5;
  }

  .tw .lg\:focus-within\:border-opacity-60:focus-within{
    --tw-border-opacity: 0.6;
  }

  .tw .lg\:focus-within\:border-opacity-70:focus-within{
    --tw-border-opacity: 0.7;
  }

  .tw .lg\:focus-within\:border-opacity-75:focus-within{
    --tw-border-opacity: 0.75;
  }

  .tw .lg\:focus-within\:border-opacity-80:focus-within{
    --tw-border-opacity: 0.8;
  }

  .tw .lg\:focus-within\:border-opacity-90:focus-within{
    --tw-border-opacity: 0.9;
  }

  .tw .lg\:focus-within\:border-opacity-95:focus-within{
    --tw-border-opacity: 0.95;
  }

  .tw .lg\:focus-within\:border-opacity-100:focus-within{
    --tw-border-opacity: 1;
  }

  .tw .lg\:hover\:border-opacity-0:hover{
    --tw-border-opacity: 0;
  }

  .tw .lg\:hover\:border-opacity-5:hover{
    --tw-border-opacity: 0.05;
  }

  .tw .lg\:hover\:border-opacity-10:hover{
    --tw-border-opacity: 0.1;
  }

  .tw .lg\:hover\:border-opacity-15:hover{
    --tw-border-opacity: 0.15;
  }

  .tw .lg\:hover\:border-opacity-20:hover{
    --tw-border-opacity: 0.2;
  }

  .tw .lg\:hover\:border-opacity-25:hover{
    --tw-border-opacity: 0.25;
  }

  .tw .lg\:hover\:border-opacity-30:hover{
    --tw-border-opacity: 0.3;
  }

  .tw .lg\:hover\:border-opacity-40:hover{
    --tw-border-opacity: 0.4;
  }

  .tw .lg\:hover\:border-opacity-50:hover{
    --tw-border-opacity: 0.5;
  }

  .tw .lg\:hover\:border-opacity-60:hover{
    --tw-border-opacity: 0.6;
  }

  .tw .lg\:hover\:border-opacity-70:hover{
    --tw-border-opacity: 0.7;
  }

  .tw .lg\:hover\:border-opacity-75:hover{
    --tw-border-opacity: 0.75;
  }

  .tw .lg\:hover\:border-opacity-80:hover{
    --tw-border-opacity: 0.8;
  }

  .tw .lg\:hover\:border-opacity-90:hover{
    --tw-border-opacity: 0.9;
  }

  .tw .lg\:hover\:border-opacity-95:hover{
    --tw-border-opacity: 0.95;
  }

  .tw .lg\:hover\:border-opacity-100:hover{
    --tw-border-opacity: 1;
  }

  .tw .lg\:focus\:border-opacity-0:focus{
    --tw-border-opacity: 0;
  }

  .tw .lg\:focus\:border-opacity-5:focus{
    --tw-border-opacity: 0.05;
  }

  .tw .lg\:focus\:border-opacity-10:focus{
    --tw-border-opacity: 0.1;
  }

  .tw .lg\:focus\:border-opacity-15:focus{
    --tw-border-opacity: 0.15;
  }

  .tw .lg\:focus\:border-opacity-20:focus{
    --tw-border-opacity: 0.2;
  }

  .tw .lg\:focus\:border-opacity-25:focus{
    --tw-border-opacity: 0.25;
  }

  .tw .lg\:focus\:border-opacity-30:focus{
    --tw-border-opacity: 0.3;
  }

  .tw .lg\:focus\:border-opacity-40:focus{
    --tw-border-opacity: 0.4;
  }

  .tw .lg\:focus\:border-opacity-50:focus{
    --tw-border-opacity: 0.5;
  }

  .tw .lg\:focus\:border-opacity-60:focus{
    --tw-border-opacity: 0.6;
  }

  .tw .lg\:focus\:border-opacity-70:focus{
    --tw-border-opacity: 0.7;
  }

  .tw .lg\:focus\:border-opacity-75:focus{
    --tw-border-opacity: 0.75;
  }

  .tw .lg\:focus\:border-opacity-80:focus{
    --tw-border-opacity: 0.8;
  }

  .tw .lg\:focus\:border-opacity-90:focus{
    --tw-border-opacity: 0.9;
  }

  .tw .lg\:focus\:border-opacity-95:focus{
    --tw-border-opacity: 0.95;
  }

  .tw .lg\:focus\:border-opacity-100:focus{
    --tw-border-opacity: 1;
  }

  .tw .lg\:bg-current{
    background-color: currentColor;
  }

  .tw .lg\:bg-transparent{
    background-color: transparent;
  }

  .tw .lg\:bg-white{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  }

  .tw .lg\:bg-black{
    --tw-bg-opacity: 1;
    background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
  }

  .tw .lg\:bg-gray-10{
    --tw-bg-opacity: 1;
    background-color: rgba(240, 240, 240, var(--tw-bg-opacity));
  }

  .tw .lg\:bg-gray-20{
    --tw-bg-opacity: 1;
    background-color: rgba(226, 226, 226, var(--tw-bg-opacity));
  }

  .tw .lg\:bg-gray-30{
    --tw-bg-opacity: 1;
    background-color: rgba(211, 211, 211, var(--tw-bg-opacity));
  }

  .tw .lg\:bg-gray-40{
    --tw-bg-opacity: 1;
    background-color: rgba(197, 197, 197, var(--tw-bg-opacity));
  }

  .tw .lg\:bg-gray-50{
    --tw-bg-opacity: 1;
    background-color: rgba(183, 183, 183, var(--tw-bg-opacity));
  }

  .tw .lg\:bg-gray-60{
    --tw-bg-opacity: 1;
    background-color: rgba(169, 169, 169, var(--tw-bg-opacity));
  }

  .tw .lg\:bg-gray-70{
    --tw-bg-opacity: 1;
    background-color: rgba(156, 156, 156, var(--tw-bg-opacity));
  }

  .tw .lg\:bg-gray-80{
    --tw-bg-opacity: 1;
    background-color: rgba(142, 142, 142, var(--tw-bg-opacity));
  }

  .tw .lg\:bg-gray-90{
    --tw-bg-opacity: 1;
    background-color: rgba(129, 129, 129, var(--tw-bg-opacity));
  }

  .tw .lg\:bg-gray-100{
    --tw-bg-opacity: 1;
    background-color: rgba(108, 109, 114, var(--tw-bg-opacity));
  }

  .tw .lg\:bg-gray-200{
    --tw-bg-opacity: 1;
    background-color: rgba(96, 97, 103, var(--tw-bg-opacity));
  }

  .tw .lg\:bg-gray-300{
    --tw-bg-opacity: 1;
    background-color: rgba(84, 86, 91, var(--tw-bg-opacity));
  }

  .tw .lg\:bg-gray-400{
    --tw-bg-opacity: 1;
    background-color: rgba(73, 73, 80, var(--tw-bg-opacity));
  }

  .tw .lg\:bg-gray-500{
    --tw-bg-opacity: 1;
    background-color: rgba(61, 61, 68, var(--tw-bg-opacity));
  }

  .tw .lg\:bg-gray-600{
    --tw-bg-opacity: 1;
    background-color: rgba(53, 53, 61, var(--tw-bg-opacity));
  }

  .tw .lg\:bg-gray-700{
    --tw-bg-opacity: 1;
    background-color: rgba(45, 45, 49, var(--tw-bg-opacity));
  }

  .tw .lg\:bg-gray-800{
    --tw-bg-opacity: 1;
    background-color: rgba(38, 37, 42, var(--tw-bg-opacity));
  }

  .tw .lg\:bg-gray-850{
    --tw-bg-opacity: 1;
    background-color: rgba(32, 32, 37, var(--tw-bg-opacity));
  }

  .tw .lg\:bg-gray-900{
    --tw-bg-opacity: 1;
    background-color: rgba(27, 27, 32, var(--tw-bg-opacity));
  }

  .tw .lg\:bg-gray-950{
    --tw-bg-opacity: 1;
    background-color: rgba(20, 20, 23, var(--tw-bg-opacity));
  }

  .tw .lg\:bg-brand-50{
    --tw-bg-opacity: 1;
    background-color: rgba(127, 255, 255, var(--tw-bg-opacity));
  }

  .tw .lg\:bg-brand-100{
    --tw-bg-opacity: 1;
    background-color: rgba(87, 226, 255, var(--tw-bg-opacity));
  }

  .tw .lg\:bg-brand-200{
    --tw-bg-opacity: 1;
    background-color: rgba(32, 197, 255, var(--tw-bg-opacity));
  }

  .tw .lg\:bg-brand-300{
    --tw-bg-opacity: 1;
    background-color: rgba(0, 167, 231, var(--tw-bg-opacity));
  }

  .tw .lg\:bg-brand-400{
    --tw-bg-opacity: 1;
    background-color: rgba(0, 139, 201, var(--tw-bg-opacity));
  }

  .tw .lg\:bg-brand-500{
    --tw-bg-opacity: 1;
    background-color: rgba(0, 112, 172, var(--tw-bg-opacity));
  }

  .tw .lg\:bg-brand-600{
    --tw-bg-opacity: 1;
    background-color: rgba(0, 86, 143, var(--tw-bg-opacity));
  }

  .tw .lg\:bg-brand-700{
    --tw-bg-opacity: 1;
    background-color: rgba(0, 62, 116, var(--tw-bg-opacity));
  }

  .tw .lg\:bg-brand-800{
    --tw-bg-opacity: 1;
    background-color: rgba(0, 39, 89, var(--tw-bg-opacity));
  }

  .tw .lg\:bg-brand-900{
    --tw-bg-opacity: 1;
    background-color: rgba(0, 18, 63, var(--tw-bg-opacity));
  }

  .tw .lg\:bg-brand{
    --tw-bg-opacity: 1;
    background-color: rgba(0, 190, 255, var(--tw-bg-opacity));
  }

  .tw .lg\:bg-brand-base{
    --tw-bg-opacity: 1;
    background-color: rgba(0, 190, 255, var(--tw-bg-opacity));
  }

  .tw .lg\:bg-red-50{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 202, 200, var(--tw-bg-opacity));
  }

  .tw .lg\:bg-red-100{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 171, 171, var(--tw-bg-opacity));
  }

  .tw .lg\:bg-red-200{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 142, 142, var(--tw-bg-opacity));
  }

  .tw .lg\:bg-red-300{
    --tw-bg-opacity: 1;
    background-color: rgba(247, 112, 115, var(--tw-bg-opacity));
  }

  .tw .lg\:bg-red-400{
    --tw-bg-opacity: 1;
    background-color: rgba(215, 83, 89, var(--tw-bg-opacity));
  }

  .tw .lg\:bg-red-500{
    --tw-bg-opacity: 1;
    background-color: rgba(182, 54, 64, var(--tw-bg-opacity));
  }

  .tw .lg\:bg-red-600{
    --tw-bg-opacity: 1;
    background-color: rgba(150, 18, 41, var(--tw-bg-opacity));
  }

  .tw .lg\:bg-red-700{
    --tw-bg-opacity: 1;
    background-color: rgba(119, 0, 19, var(--tw-bg-opacity));
  }

  .tw .lg\:bg-red-800{
    --tw-bg-opacity: 1;
    background-color: rgba(89, 0, 0, var(--tw-bg-opacity));
  }

  .tw .lg\:bg-red-900{
    --tw-bg-opacity: 1;
    background-color: rgba(65, 0, 0, var(--tw-bg-opacity));
  }

  .tw .lg\:bg-red{
    --tw-bg-opacity: 1;
    background-color: rgba(211, 80, 86, var(--tw-bg-opacity));
  }

  .tw .lg\:bg-red-brand{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 79, 79, var(--tw-bg-opacity));
  }

  .tw .lg\:bg-green-50{
    --tw-bg-opacity: 1;
    background-color: rgba(141, 255, 205, var(--tw-bg-opacity));
  }

  .tw .lg\:bg-green-100{
    --tw-bg-opacity: 1;
    background-color: rgba(109, 236, 176, var(--tw-bg-opacity));
  }

  .tw .lg\:bg-green-200{
    --tw-bg-opacity: 1;
    background-color: rgba(76, 206, 147, var(--tw-bg-opacity));
  }

  .tw .lg\:bg-green-300{
    --tw-bg-opacity: 1;
    background-color: rgba(36, 176, 119, var(--tw-bg-opacity));
  }

  .tw .lg\:bg-green-400{
    --tw-bg-opacity: 1;
    background-color: rgba(0, 147, 93, var(--tw-bg-opacity));
  }

  .tw .lg\:bg-green-500{
    --tw-bg-opacity: 1;
    background-color: rgba(0, 119, 68, var(--tw-bg-opacity));
  }

  .tw .lg\:bg-green-600{
    --tw-bg-opacity: 1;
    background-color: rgba(0, 91, 43, var(--tw-bg-opacity));
  }

  .tw .lg\:bg-green-700{
    --tw-bg-opacity: 1;
    background-color: rgba(0, 65, 21, var(--tw-bg-opacity));
  }

  .tw .lg\:bg-green-800{
    --tw-bg-opacity: 1;
    background-color: rgba(0, 43, 0, var(--tw-bg-opacity));
  }

  .tw .lg\:bg-green-900{
    --tw-bg-opacity: 1;
    background-color: rgba(0, 27, 0, var(--tw-bg-opacity));
  }

  .tw .lg\:bg-green{
    --tw-bg-opacity: 1;
    background-color: rgba(46, 182, 125, var(--tw-bg-opacity));
  }

  .tw .lg\:bg-yellow-50{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 235, 87, var(--tw-bg-opacity));
  }

  .tw .lg\:bg-yellow-100{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 205, 55, var(--tw-bg-opacity));
  }

  .tw .lg\:bg-yellow-200{
    --tw-bg-opacity: 1;
    background-color: rgba(228, 176, 9, var(--tw-bg-opacity));
  }

  .tw .lg\:bg-yellow-300{
    --tw-bg-opacity: 1;
    background-color: rgba(195, 148, 0, var(--tw-bg-opacity));
  }

  .tw .lg\:bg-yellow-400{
    --tw-bg-opacity: 1;
    background-color: rgba(163, 121, 0, var(--tw-bg-opacity));
  }

  .tw .lg\:bg-yellow-500{
    --tw-bg-opacity: 1;
    background-color: rgba(133, 95, 0, var(--tw-bg-opacity));
  }

  .tw .lg\:bg-yellow-600{
    --tw-bg-opacity: 1;
    background-color: rgba(104, 70, 0, var(--tw-bg-opacity));
  }

  .tw .lg\:bg-yellow-700{
    --tw-bg-opacity: 1;
    background-color: rgba(79, 46, 0, var(--tw-bg-opacity));
  }

  .tw .lg\:bg-yellow-800{
    --tw-bg-opacity: 1;
    background-color: rgba(61, 22, 0, var(--tw-bg-opacity));
  }

  .tw .lg\:bg-yellow-900{
    --tw-bg-opacity: 1;
    background-color: rgba(50, 0, 0, var(--tw-bg-opacity));
  }

  .tw .lg\:bg-yellow{
    --tw-bg-opacity: 1;
    background-color: rgba(254, 199, 47, var(--tw-bg-opacity));
  }

  .tw .lg\:bg-purple-50{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 216, 255, var(--tw-bg-opacity));
  }

  .tw .lg\:bg-purple-100{
    --tw-bg-opacity: 1;
    background-color: rgba(240, 186, 255, var(--tw-bg-opacity));
  }

  .tw .lg\:bg-purple-200{
    --tw-bg-opacity: 1;
    background-color: rgba(208, 157, 255, var(--tw-bg-opacity));
  }

  .tw .lg\:bg-purple-300{
    --tw-bg-opacity: 1;
    background-color: rgba(177, 128, 255, var(--tw-bg-opacity));
  }

  .tw .lg\:bg-purple-400{
    --tw-bg-opacity: 1;
    background-color: rgba(146, 101, 233, var(--tw-bg-opacity));
  }

  .tw .lg\:bg-purple-500{
    --tw-bg-opacity: 1;
    background-color: rgba(116, 74, 203, var(--tw-bg-opacity));
  }

  .tw .lg\:bg-purple-600{
    --tw-bg-opacity: 1;
    background-color: rgba(85, 48, 173, var(--tw-bg-opacity));
  }

  .tw .lg\:bg-purple-700{
    --tw-bg-opacity: 1;
    background-color: rgba(53, 22, 144, var(--tw-bg-opacity));
  }

  .tw .lg\:bg-purple-800{
    --tw-bg-opacity: 1;
    background-color: rgba(9, 0, 116, var(--tw-bg-opacity));
  }

  .tw .lg\:bg-purple-900{
    --tw-bg-opacity: 1;
    background-color: rgba(0, 0, 89, var(--tw-bg-opacity));
  }

  .tw .lg\:bg-purple{
    --tw-bg-opacity: 1;
    background-color: rgba(168, 120, 255, var(--tw-bg-opacity));
  }

  .tw .lg\:bg-orange-50{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 210, 131, var(--tw-bg-opacity));
  }

  .tw .lg\:bg-orange-100{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 180, 103, var(--tw-bg-opacity));
  }

  .tw .lg\:bg-orange-200{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 151, 75, var(--tw-bg-opacity));
  }

  .tw .lg\:bg-orange-300{
    --tw-bg-opacity: 1;
    background-color: rgba(240, 122, 47, var(--tw-bg-opacity));
  }

  .tw .lg\:bg-orange-400{
    --tw-bg-opacity: 1;
    background-color: rgba(206, 95, 17, var(--tw-bg-opacity));
  }

  .tw .lg\:bg-orange-500{
    --tw-bg-opacity: 1;
    background-color: rgba(173, 68, 0, var(--tw-bg-opacity));
  }

  .tw .lg\:bg-orange-600{
    --tw-bg-opacity: 1;
    background-color: rgba(141, 40, 0, var(--tw-bg-opacity));
  }

  .tw .lg\:bg-orange-700{
    --tw-bg-opacity: 1;
    background-color: rgba(111, 6, 0, var(--tw-bg-opacity));
  }

  .tw .lg\:bg-orange-800{
    --tw-bg-opacity: 1;
    background-color: rgba(84, 0, 0, var(--tw-bg-opacity));
  }

  .tw .lg\:bg-orange-900{
    --tw-bg-opacity: 1;
    background-color: rgba(65, 0, 0, var(--tw-bg-opacity));
  }

  .tw .lg\:bg-orange{
    --tw-bg-opacity: 1;
    background-color: rgba(245, 127, 52, var(--tw-bg-opacity));
  }

  .tw .lg\:bg-surface-brand{
    --tw-bg-opacity: 1;
    background-color: rgba(26, 26, 26, var(--tw-bg-opacity));
  }

  .tw .lg\:bg-surface-lower{
    --tw-bg-opacity: 1;
    background-color: rgba(18, 19, 20, var(--tw-bg-opacity));
  }

  .tw .lg\:bg-surface-base{
    --tw-bg-opacity: 1;
    background-color: rgba(29, 30, 31, var(--tw-bg-opacity));
  }

  .tw .lg\:bg-surface-low{
    --tw-bg-opacity: 1;
    background-color: rgba(33, 33, 36, var(--tw-bg-opacity));
  }

  .tw .lg\:bg-surface-middle{
    --tw-bg-opacity: 1;
    background-color: rgba(38, 38, 42, var(--tw-bg-opacity));
  }

  .tw .lg\:bg-surface-upper{
    --tw-bg-opacity: 1;
    background-color: rgba(41, 41, 46, var(--tw-bg-opacity));
  }

  .tw .lg\:bg-surface-high{
    --tw-bg-opacity: 1;
    background-color: rgba(52, 52, 53, var(--tw-bg-opacity));
  }

  .tw .lg\:bg-surface-higher{
    --tw-bg-opacity: 1;
    background-color: rgba(74, 75, 75, var(--tw-bg-opacity));
  }

  .tw .lg\:bg-surface-highest{
    --tw-bg-opacity: 1;
    background-color: rgba(97, 97, 98, var(--tw-bg-opacity));
  }

  .tw .lg\:bg-glyph-base{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  }

  .tw .lg\:bg-glyph-light{
    --tw-bg-opacity: 1;
    background-color: rgba(194, 194, 194, var(--tw-bg-opacity));
  }

  .tw .lg\:bg-glyph-lighter{
    --tw-bg-opacity: 1;
    background-color: rgba(150, 150, 150, var(--tw-bg-opacity));
  }

  .tw .lg\:bg-glyph-lightest{
    --tw-bg-opacity: 1;
    background-color: rgba(80, 80, 80, var(--tw-bg-opacity));
  }

  .tw .lg\:bg-link{
    --tw-bg-opacity: 1;
    background-color: rgba(0, 190, 255, var(--tw-bg-opacity));
  }

  .tw .lg\:bg-info-error{
    --tw-bg-opacity: 1;
    background-color: rgba(235, 51, 65, var(--tw-bg-opacity));
  }

  .tw .lg\:bg-info-danger{
    --tw-bg-opacity: 1;
    background-color: rgba(247, 127, 37, var(--tw-bg-opacity));
  }

  .tw .lg\:bg-info-warn{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 200, 47, var(--tw-bg-opacity));
  }

  .tw .lg\:bg-info-ok{
    --tw-bg-opacity: 1;
    background-color: rgba(0, 151, 79, var(--tw-bg-opacity));
  }

  .tw .lg\:bg-info-notice{
    --tw-bg-opacity: 1;
    background-color: rgba(1, 128, 255, var(--tw-bg-opacity));
  }

  .tw .lg\:bg-accent-1{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 93, 105, var(--tw-bg-opacity));
  }

  .tw .lg\:bg-accent-2{
    --tw-bg-opacity: 1;
    background-color: rgba(7, 245, 175, var(--tw-bg-opacity));
  }

  .tw .lg\:bg-accent-3{
    --tw-bg-opacity: 1;
    background-color: rgba(4, 211, 114, var(--tw-bg-opacity));
  }

  .tw .lg\:bg-accent-4{
    --tw-bg-opacity: 1;
    background-color: rgba(132, 81, 245, var(--tw-bg-opacity));
  }

  .tw .lg\:hover\:bg-current:hover{
    background-color: currentColor;
  }

  .tw .lg\:hover\:bg-transparent:hover{
    background-color: transparent;
  }

  .tw .lg\:hover\:bg-white:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  }

  .tw .lg\:hover\:bg-black:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
  }

  .tw .lg\:hover\:bg-gray-10:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(240, 240, 240, var(--tw-bg-opacity));
  }

  .tw .lg\:hover\:bg-gray-20:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(226, 226, 226, var(--tw-bg-opacity));
  }

  .tw .lg\:hover\:bg-gray-30:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(211, 211, 211, var(--tw-bg-opacity));
  }

  .tw .lg\:hover\:bg-gray-40:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(197, 197, 197, var(--tw-bg-opacity));
  }

  .tw .lg\:hover\:bg-gray-50:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(183, 183, 183, var(--tw-bg-opacity));
  }

  .tw .lg\:hover\:bg-gray-60:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(169, 169, 169, var(--tw-bg-opacity));
  }

  .tw .lg\:hover\:bg-gray-70:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(156, 156, 156, var(--tw-bg-opacity));
  }

  .tw .lg\:hover\:bg-gray-80:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(142, 142, 142, var(--tw-bg-opacity));
  }

  .tw .lg\:hover\:bg-gray-90:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(129, 129, 129, var(--tw-bg-opacity));
  }

  .tw .lg\:hover\:bg-gray-100:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(108, 109, 114, var(--tw-bg-opacity));
  }

  .tw .lg\:hover\:bg-gray-200:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(96, 97, 103, var(--tw-bg-opacity));
  }

  .tw .lg\:hover\:bg-gray-300:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(84, 86, 91, var(--tw-bg-opacity));
  }

  .tw .lg\:hover\:bg-gray-400:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(73, 73, 80, var(--tw-bg-opacity));
  }

  .tw .lg\:hover\:bg-gray-500:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(61, 61, 68, var(--tw-bg-opacity));
  }

  .tw .lg\:hover\:bg-gray-600:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(53, 53, 61, var(--tw-bg-opacity));
  }

  .tw .lg\:hover\:bg-gray-700:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(45, 45, 49, var(--tw-bg-opacity));
  }

  .tw .lg\:hover\:bg-gray-800:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(38, 37, 42, var(--tw-bg-opacity));
  }

  .tw .lg\:hover\:bg-gray-850:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(32, 32, 37, var(--tw-bg-opacity));
  }

  .tw .lg\:hover\:bg-gray-900:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(27, 27, 32, var(--tw-bg-opacity));
  }

  .tw .lg\:hover\:bg-gray-950:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(20, 20, 23, var(--tw-bg-opacity));
  }

  .tw .lg\:hover\:bg-brand-50:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(127, 255, 255, var(--tw-bg-opacity));
  }

  .tw .lg\:hover\:bg-brand-100:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(87, 226, 255, var(--tw-bg-opacity));
  }

  .tw .lg\:hover\:bg-brand-200:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(32, 197, 255, var(--tw-bg-opacity));
  }

  .tw .lg\:hover\:bg-brand-300:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(0, 167, 231, var(--tw-bg-opacity));
  }

  .tw .lg\:hover\:bg-brand-400:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(0, 139, 201, var(--tw-bg-opacity));
  }

  .tw .lg\:hover\:bg-brand-500:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(0, 112, 172, var(--tw-bg-opacity));
  }

  .tw .lg\:hover\:bg-brand-600:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(0, 86, 143, var(--tw-bg-opacity));
  }

  .tw .lg\:hover\:bg-brand-700:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(0, 62, 116, var(--tw-bg-opacity));
  }

  .tw .lg\:hover\:bg-brand-800:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(0, 39, 89, var(--tw-bg-opacity));
  }

  .tw .lg\:hover\:bg-brand-900:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(0, 18, 63, var(--tw-bg-opacity));
  }

  .tw .lg\:hover\:bg-brand:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(0, 190, 255, var(--tw-bg-opacity));
  }

  .tw .lg\:hover\:bg-brand-base:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(0, 190, 255, var(--tw-bg-opacity));
  }

  .tw .lg\:hover\:bg-red-50:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 202, 200, var(--tw-bg-opacity));
  }

  .tw .lg\:hover\:bg-red-100:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 171, 171, var(--tw-bg-opacity));
  }

  .tw .lg\:hover\:bg-red-200:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 142, 142, var(--tw-bg-opacity));
  }

  .tw .lg\:hover\:bg-red-300:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(247, 112, 115, var(--tw-bg-opacity));
  }

  .tw .lg\:hover\:bg-red-400:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(215, 83, 89, var(--tw-bg-opacity));
  }

  .tw .lg\:hover\:bg-red-500:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(182, 54, 64, var(--tw-bg-opacity));
  }

  .tw .lg\:hover\:bg-red-600:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(150, 18, 41, var(--tw-bg-opacity));
  }

  .tw .lg\:hover\:bg-red-700:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(119, 0, 19, var(--tw-bg-opacity));
  }

  .tw .lg\:hover\:bg-red-800:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(89, 0, 0, var(--tw-bg-opacity));
  }

  .tw .lg\:hover\:bg-red-900:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(65, 0, 0, var(--tw-bg-opacity));
  }

  .tw .lg\:hover\:bg-red:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(211, 80, 86, var(--tw-bg-opacity));
  }

  .tw .lg\:hover\:bg-red-brand:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 79, 79, var(--tw-bg-opacity));
  }

  .tw .lg\:hover\:bg-green-50:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(141, 255, 205, var(--tw-bg-opacity));
  }

  .tw .lg\:hover\:bg-green-100:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(109, 236, 176, var(--tw-bg-opacity));
  }

  .tw .lg\:hover\:bg-green-200:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(76, 206, 147, var(--tw-bg-opacity));
  }

  .tw .lg\:hover\:bg-green-300:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(36, 176, 119, var(--tw-bg-opacity));
  }

  .tw .lg\:hover\:bg-green-400:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(0, 147, 93, var(--tw-bg-opacity));
  }

  .tw .lg\:hover\:bg-green-500:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(0, 119, 68, var(--tw-bg-opacity));
  }

  .tw .lg\:hover\:bg-green-600:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(0, 91, 43, var(--tw-bg-opacity));
  }

  .tw .lg\:hover\:bg-green-700:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(0, 65, 21, var(--tw-bg-opacity));
  }

  .tw .lg\:hover\:bg-green-800:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(0, 43, 0, var(--tw-bg-opacity));
  }

  .tw .lg\:hover\:bg-green-900:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(0, 27, 0, var(--tw-bg-opacity));
  }

  .tw .lg\:hover\:bg-green:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(46, 182, 125, var(--tw-bg-opacity));
  }

  .tw .lg\:hover\:bg-yellow-50:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 235, 87, var(--tw-bg-opacity));
  }

  .tw .lg\:hover\:bg-yellow-100:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 205, 55, var(--tw-bg-opacity));
  }

  .tw .lg\:hover\:bg-yellow-200:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(228, 176, 9, var(--tw-bg-opacity));
  }

  .tw .lg\:hover\:bg-yellow-300:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(195, 148, 0, var(--tw-bg-opacity));
  }

  .tw .lg\:hover\:bg-yellow-400:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(163, 121, 0, var(--tw-bg-opacity));
  }

  .tw .lg\:hover\:bg-yellow-500:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(133, 95, 0, var(--tw-bg-opacity));
  }

  .tw .lg\:hover\:bg-yellow-600:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(104, 70, 0, var(--tw-bg-opacity));
  }

  .tw .lg\:hover\:bg-yellow-700:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(79, 46, 0, var(--tw-bg-opacity));
  }

  .tw .lg\:hover\:bg-yellow-800:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(61, 22, 0, var(--tw-bg-opacity));
  }

  .tw .lg\:hover\:bg-yellow-900:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(50, 0, 0, var(--tw-bg-opacity));
  }

  .tw .lg\:hover\:bg-yellow:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(254, 199, 47, var(--tw-bg-opacity));
  }

  .tw .lg\:hover\:bg-purple-50:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 216, 255, var(--tw-bg-opacity));
  }

  .tw .lg\:hover\:bg-purple-100:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(240, 186, 255, var(--tw-bg-opacity));
  }

  .tw .lg\:hover\:bg-purple-200:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(208, 157, 255, var(--tw-bg-opacity));
  }

  .tw .lg\:hover\:bg-purple-300:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(177, 128, 255, var(--tw-bg-opacity));
  }

  .tw .lg\:hover\:bg-purple-400:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(146, 101, 233, var(--tw-bg-opacity));
  }

  .tw .lg\:hover\:bg-purple-500:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(116, 74, 203, var(--tw-bg-opacity));
  }

  .tw .lg\:hover\:bg-purple-600:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(85, 48, 173, var(--tw-bg-opacity));
  }

  .tw .lg\:hover\:bg-purple-700:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(53, 22, 144, var(--tw-bg-opacity));
  }

  .tw .lg\:hover\:bg-purple-800:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(9, 0, 116, var(--tw-bg-opacity));
  }

  .tw .lg\:hover\:bg-purple-900:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(0, 0, 89, var(--tw-bg-opacity));
  }

  .tw .lg\:hover\:bg-purple:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(168, 120, 255, var(--tw-bg-opacity));
  }

  .tw .lg\:hover\:bg-orange-50:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 210, 131, var(--tw-bg-opacity));
  }

  .tw .lg\:hover\:bg-orange-100:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 180, 103, var(--tw-bg-opacity));
  }

  .tw .lg\:hover\:bg-orange-200:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 151, 75, var(--tw-bg-opacity));
  }

  .tw .lg\:hover\:bg-orange-300:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(240, 122, 47, var(--tw-bg-opacity));
  }

  .tw .lg\:hover\:bg-orange-400:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(206, 95, 17, var(--tw-bg-opacity));
  }

  .tw .lg\:hover\:bg-orange-500:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(173, 68, 0, var(--tw-bg-opacity));
  }

  .tw .lg\:hover\:bg-orange-600:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(141, 40, 0, var(--tw-bg-opacity));
  }

  .tw .lg\:hover\:bg-orange-700:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(111, 6, 0, var(--tw-bg-opacity));
  }

  .tw .lg\:hover\:bg-orange-800:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(84, 0, 0, var(--tw-bg-opacity));
  }

  .tw .lg\:hover\:bg-orange-900:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(65, 0, 0, var(--tw-bg-opacity));
  }

  .tw .lg\:hover\:bg-orange:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(245, 127, 52, var(--tw-bg-opacity));
  }

  .tw .lg\:hover\:bg-surface-brand:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(26, 26, 26, var(--tw-bg-opacity));
  }

  .tw .lg\:hover\:bg-surface-lower:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(18, 19, 20, var(--tw-bg-opacity));
  }

  .tw .lg\:hover\:bg-surface-base:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(29, 30, 31, var(--tw-bg-opacity));
  }

  .tw .lg\:hover\:bg-surface-low:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(33, 33, 36, var(--tw-bg-opacity));
  }

  .tw .lg\:hover\:bg-surface-middle:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(38, 38, 42, var(--tw-bg-opacity));
  }

  .tw .lg\:hover\:bg-surface-upper:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(41, 41, 46, var(--tw-bg-opacity));
  }

  .tw .lg\:hover\:bg-surface-high:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(52, 52, 53, var(--tw-bg-opacity));
  }

  .tw .lg\:hover\:bg-surface-higher:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(74, 75, 75, var(--tw-bg-opacity));
  }

  .tw .lg\:hover\:bg-surface-highest:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(97, 97, 98, var(--tw-bg-opacity));
  }

  .tw .lg\:hover\:bg-glyph-base:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  }

  .tw .lg\:hover\:bg-glyph-light:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(194, 194, 194, var(--tw-bg-opacity));
  }

  .tw .lg\:hover\:bg-glyph-lighter:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(150, 150, 150, var(--tw-bg-opacity));
  }

  .tw .lg\:hover\:bg-glyph-lightest:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(80, 80, 80, var(--tw-bg-opacity));
  }

  .tw .lg\:hover\:bg-link:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(0, 190, 255, var(--tw-bg-opacity));
  }

  .tw .lg\:hover\:bg-info-error:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(235, 51, 65, var(--tw-bg-opacity));
  }

  .tw .lg\:hover\:bg-info-danger:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(247, 127, 37, var(--tw-bg-opacity));
  }

  .tw .lg\:hover\:bg-info-warn:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 200, 47, var(--tw-bg-opacity));
  }

  .tw .lg\:hover\:bg-info-ok:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(0, 151, 79, var(--tw-bg-opacity));
  }

  .tw .lg\:hover\:bg-info-notice:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(1, 128, 255, var(--tw-bg-opacity));
  }

  .tw .lg\:hover\:bg-accent-1:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 93, 105, var(--tw-bg-opacity));
  }

  .tw .lg\:hover\:bg-accent-2:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(7, 245, 175, var(--tw-bg-opacity));
  }

  .tw .lg\:hover\:bg-accent-3:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(4, 211, 114, var(--tw-bg-opacity));
  }

  .tw .lg\:hover\:bg-accent-4:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(132, 81, 245, var(--tw-bg-opacity));
  }

  .tw .lg\:focus\:bg-current:focus{
    background-color: currentColor;
  }

  .tw .lg\:focus\:bg-transparent:focus{
    background-color: transparent;
  }

  .tw .lg\:focus\:bg-white:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  }

  .tw .lg\:focus\:bg-black:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
  }

  .tw .lg\:focus\:bg-gray-10:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(240, 240, 240, var(--tw-bg-opacity));
  }

  .tw .lg\:focus\:bg-gray-20:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(226, 226, 226, var(--tw-bg-opacity));
  }

  .tw .lg\:focus\:bg-gray-30:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(211, 211, 211, var(--tw-bg-opacity));
  }

  .tw .lg\:focus\:bg-gray-40:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(197, 197, 197, var(--tw-bg-opacity));
  }

  .tw .lg\:focus\:bg-gray-50:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(183, 183, 183, var(--tw-bg-opacity));
  }

  .tw .lg\:focus\:bg-gray-60:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(169, 169, 169, var(--tw-bg-opacity));
  }

  .tw .lg\:focus\:bg-gray-70:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(156, 156, 156, var(--tw-bg-opacity));
  }

  .tw .lg\:focus\:bg-gray-80:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(142, 142, 142, var(--tw-bg-opacity));
  }

  .tw .lg\:focus\:bg-gray-90:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(129, 129, 129, var(--tw-bg-opacity));
  }

  .tw .lg\:focus\:bg-gray-100:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(108, 109, 114, var(--tw-bg-opacity));
  }

  .tw .lg\:focus\:bg-gray-200:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(96, 97, 103, var(--tw-bg-opacity));
  }

  .tw .lg\:focus\:bg-gray-300:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(84, 86, 91, var(--tw-bg-opacity));
  }

  .tw .lg\:focus\:bg-gray-400:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(73, 73, 80, var(--tw-bg-opacity));
  }

  .tw .lg\:focus\:bg-gray-500:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(61, 61, 68, var(--tw-bg-opacity));
  }

  .tw .lg\:focus\:bg-gray-600:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(53, 53, 61, var(--tw-bg-opacity));
  }

  .tw .lg\:focus\:bg-gray-700:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(45, 45, 49, var(--tw-bg-opacity));
  }

  .tw .lg\:focus\:bg-gray-800:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(38, 37, 42, var(--tw-bg-opacity));
  }

  .tw .lg\:focus\:bg-gray-850:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(32, 32, 37, var(--tw-bg-opacity));
  }

  .tw .lg\:focus\:bg-gray-900:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(27, 27, 32, var(--tw-bg-opacity));
  }

  .tw .lg\:focus\:bg-gray-950:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(20, 20, 23, var(--tw-bg-opacity));
  }

  .tw .lg\:focus\:bg-brand-50:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(127, 255, 255, var(--tw-bg-opacity));
  }

  .tw .lg\:focus\:bg-brand-100:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(87, 226, 255, var(--tw-bg-opacity));
  }

  .tw .lg\:focus\:bg-brand-200:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(32, 197, 255, var(--tw-bg-opacity));
  }

  .tw .lg\:focus\:bg-brand-300:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(0, 167, 231, var(--tw-bg-opacity));
  }

  .tw .lg\:focus\:bg-brand-400:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(0, 139, 201, var(--tw-bg-opacity));
  }

  .tw .lg\:focus\:bg-brand-500:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(0, 112, 172, var(--tw-bg-opacity));
  }

  .tw .lg\:focus\:bg-brand-600:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(0, 86, 143, var(--tw-bg-opacity));
  }

  .tw .lg\:focus\:bg-brand-700:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(0, 62, 116, var(--tw-bg-opacity));
  }

  .tw .lg\:focus\:bg-brand-800:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(0, 39, 89, var(--tw-bg-opacity));
  }

  .tw .lg\:focus\:bg-brand-900:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(0, 18, 63, var(--tw-bg-opacity));
  }

  .tw .lg\:focus\:bg-brand:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(0, 190, 255, var(--tw-bg-opacity));
  }

  .tw .lg\:focus\:bg-brand-base:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(0, 190, 255, var(--tw-bg-opacity));
  }

  .tw .lg\:focus\:bg-red-50:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 202, 200, var(--tw-bg-opacity));
  }

  .tw .lg\:focus\:bg-red-100:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 171, 171, var(--tw-bg-opacity));
  }

  .tw .lg\:focus\:bg-red-200:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 142, 142, var(--tw-bg-opacity));
  }

  .tw .lg\:focus\:bg-red-300:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(247, 112, 115, var(--tw-bg-opacity));
  }

  .tw .lg\:focus\:bg-red-400:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(215, 83, 89, var(--tw-bg-opacity));
  }

  .tw .lg\:focus\:bg-red-500:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(182, 54, 64, var(--tw-bg-opacity));
  }

  .tw .lg\:focus\:bg-red-600:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(150, 18, 41, var(--tw-bg-opacity));
  }

  .tw .lg\:focus\:bg-red-700:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(119, 0, 19, var(--tw-bg-opacity));
  }

  .tw .lg\:focus\:bg-red-800:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(89, 0, 0, var(--tw-bg-opacity));
  }

  .tw .lg\:focus\:bg-red-900:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(65, 0, 0, var(--tw-bg-opacity));
  }

  .tw .lg\:focus\:bg-red:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(211, 80, 86, var(--tw-bg-opacity));
  }

  .tw .lg\:focus\:bg-red-brand:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 79, 79, var(--tw-bg-opacity));
  }

  .tw .lg\:focus\:bg-green-50:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(141, 255, 205, var(--tw-bg-opacity));
  }

  .tw .lg\:focus\:bg-green-100:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(109, 236, 176, var(--tw-bg-opacity));
  }

  .tw .lg\:focus\:bg-green-200:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(76, 206, 147, var(--tw-bg-opacity));
  }

  .tw .lg\:focus\:bg-green-300:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(36, 176, 119, var(--tw-bg-opacity));
  }

  .tw .lg\:focus\:bg-green-400:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(0, 147, 93, var(--tw-bg-opacity));
  }

  .tw .lg\:focus\:bg-green-500:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(0, 119, 68, var(--tw-bg-opacity));
  }

  .tw .lg\:focus\:bg-green-600:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(0, 91, 43, var(--tw-bg-opacity));
  }

  .tw .lg\:focus\:bg-green-700:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(0, 65, 21, var(--tw-bg-opacity));
  }

  .tw .lg\:focus\:bg-green-800:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(0, 43, 0, var(--tw-bg-opacity));
  }

  .tw .lg\:focus\:bg-green-900:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(0, 27, 0, var(--tw-bg-opacity));
  }

  .tw .lg\:focus\:bg-green:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(46, 182, 125, var(--tw-bg-opacity));
  }

  .tw .lg\:focus\:bg-yellow-50:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 235, 87, var(--tw-bg-opacity));
  }

  .tw .lg\:focus\:bg-yellow-100:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 205, 55, var(--tw-bg-opacity));
  }

  .tw .lg\:focus\:bg-yellow-200:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(228, 176, 9, var(--tw-bg-opacity));
  }

  .tw .lg\:focus\:bg-yellow-300:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(195, 148, 0, var(--tw-bg-opacity));
  }

  .tw .lg\:focus\:bg-yellow-400:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(163, 121, 0, var(--tw-bg-opacity));
  }

  .tw .lg\:focus\:bg-yellow-500:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(133, 95, 0, var(--tw-bg-opacity));
  }

  .tw .lg\:focus\:bg-yellow-600:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(104, 70, 0, var(--tw-bg-opacity));
  }

  .tw .lg\:focus\:bg-yellow-700:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(79, 46, 0, var(--tw-bg-opacity));
  }

  .tw .lg\:focus\:bg-yellow-800:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(61, 22, 0, var(--tw-bg-opacity));
  }

  .tw .lg\:focus\:bg-yellow-900:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(50, 0, 0, var(--tw-bg-opacity));
  }

  .tw .lg\:focus\:bg-yellow:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(254, 199, 47, var(--tw-bg-opacity));
  }

  .tw .lg\:focus\:bg-purple-50:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 216, 255, var(--tw-bg-opacity));
  }

  .tw .lg\:focus\:bg-purple-100:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(240, 186, 255, var(--tw-bg-opacity));
  }

  .tw .lg\:focus\:bg-purple-200:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(208, 157, 255, var(--tw-bg-opacity));
  }

  .tw .lg\:focus\:bg-purple-300:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(177, 128, 255, var(--tw-bg-opacity));
  }

  .tw .lg\:focus\:bg-purple-400:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(146, 101, 233, var(--tw-bg-opacity));
  }

  .tw .lg\:focus\:bg-purple-500:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(116, 74, 203, var(--tw-bg-opacity));
  }

  .tw .lg\:focus\:bg-purple-600:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(85, 48, 173, var(--tw-bg-opacity));
  }

  .tw .lg\:focus\:bg-purple-700:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(53, 22, 144, var(--tw-bg-opacity));
  }

  .tw .lg\:focus\:bg-purple-800:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(9, 0, 116, var(--tw-bg-opacity));
  }

  .tw .lg\:focus\:bg-purple-900:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(0, 0, 89, var(--tw-bg-opacity));
  }

  .tw .lg\:focus\:bg-purple:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(168, 120, 255, var(--tw-bg-opacity));
  }

  .tw .lg\:focus\:bg-orange-50:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 210, 131, var(--tw-bg-opacity));
  }

  .tw .lg\:focus\:bg-orange-100:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 180, 103, var(--tw-bg-opacity));
  }

  .tw .lg\:focus\:bg-orange-200:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 151, 75, var(--tw-bg-opacity));
  }

  .tw .lg\:focus\:bg-orange-300:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(240, 122, 47, var(--tw-bg-opacity));
  }

  .tw .lg\:focus\:bg-orange-400:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(206, 95, 17, var(--tw-bg-opacity));
  }

  .tw .lg\:focus\:bg-orange-500:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(173, 68, 0, var(--tw-bg-opacity));
  }

  .tw .lg\:focus\:bg-orange-600:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(141, 40, 0, var(--tw-bg-opacity));
  }

  .tw .lg\:focus\:bg-orange-700:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(111, 6, 0, var(--tw-bg-opacity));
  }

  .tw .lg\:focus\:bg-orange-800:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(84, 0, 0, var(--tw-bg-opacity));
  }

  .tw .lg\:focus\:bg-orange-900:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(65, 0, 0, var(--tw-bg-opacity));
  }

  .tw .lg\:focus\:bg-orange:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(245, 127, 52, var(--tw-bg-opacity));
  }

  .tw .lg\:focus\:bg-surface-brand:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(26, 26, 26, var(--tw-bg-opacity));
  }

  .tw .lg\:focus\:bg-surface-lower:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(18, 19, 20, var(--tw-bg-opacity));
  }

  .tw .lg\:focus\:bg-surface-base:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(29, 30, 31, var(--tw-bg-opacity));
  }

  .tw .lg\:focus\:bg-surface-low:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(33, 33, 36, var(--tw-bg-opacity));
  }

  .tw .lg\:focus\:bg-surface-middle:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(38, 38, 42, var(--tw-bg-opacity));
  }

  .tw .lg\:focus\:bg-surface-upper:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(41, 41, 46, var(--tw-bg-opacity));
  }

  .tw .lg\:focus\:bg-surface-high:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(52, 52, 53, var(--tw-bg-opacity));
  }

  .tw .lg\:focus\:bg-surface-higher:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(74, 75, 75, var(--tw-bg-opacity));
  }

  .tw .lg\:focus\:bg-surface-highest:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(97, 97, 98, var(--tw-bg-opacity));
  }

  .tw .lg\:focus\:bg-glyph-base:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  }

  .tw .lg\:focus\:bg-glyph-light:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(194, 194, 194, var(--tw-bg-opacity));
  }

  .tw .lg\:focus\:bg-glyph-lighter:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(150, 150, 150, var(--tw-bg-opacity));
  }

  .tw .lg\:focus\:bg-glyph-lightest:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(80, 80, 80, var(--tw-bg-opacity));
  }

  .tw .lg\:focus\:bg-link:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(0, 190, 255, var(--tw-bg-opacity));
  }

  .tw .lg\:focus\:bg-info-error:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(235, 51, 65, var(--tw-bg-opacity));
  }

  .tw .lg\:focus\:bg-info-danger:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(247, 127, 37, var(--tw-bg-opacity));
  }

  .tw .lg\:focus\:bg-info-warn:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 200, 47, var(--tw-bg-opacity));
  }

  .tw .lg\:focus\:bg-info-ok:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(0, 151, 79, var(--tw-bg-opacity));
  }

  .tw .lg\:focus\:bg-info-notice:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(1, 128, 255, var(--tw-bg-opacity));
  }

  .tw .lg\:focus\:bg-accent-1:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 93, 105, var(--tw-bg-opacity));
  }

  .tw .lg\:focus\:bg-accent-2:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(7, 245, 175, var(--tw-bg-opacity));
  }

  .tw .lg\:focus\:bg-accent-3:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(4, 211, 114, var(--tw-bg-opacity));
  }

  .tw .lg\:focus\:bg-accent-4:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(132, 81, 245, var(--tw-bg-opacity));
  }

  .tw .lg\:active\:bg-current:active{
    background-color: currentColor;
  }

  .tw .lg\:active\:bg-transparent:active{
    background-color: transparent;
  }

  .tw .lg\:active\:bg-white:active{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  }

  .tw .lg\:active\:bg-black:active{
    --tw-bg-opacity: 1;
    background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
  }

  .tw .lg\:active\:bg-gray-10:active{
    --tw-bg-opacity: 1;
    background-color: rgba(240, 240, 240, var(--tw-bg-opacity));
  }

  .tw .lg\:active\:bg-gray-20:active{
    --tw-bg-opacity: 1;
    background-color: rgba(226, 226, 226, var(--tw-bg-opacity));
  }

  .tw .lg\:active\:bg-gray-30:active{
    --tw-bg-opacity: 1;
    background-color: rgba(211, 211, 211, var(--tw-bg-opacity));
  }

  .tw .lg\:active\:bg-gray-40:active{
    --tw-bg-opacity: 1;
    background-color: rgba(197, 197, 197, var(--tw-bg-opacity));
  }

  .tw .lg\:active\:bg-gray-50:active{
    --tw-bg-opacity: 1;
    background-color: rgba(183, 183, 183, var(--tw-bg-opacity));
  }

  .tw .lg\:active\:bg-gray-60:active{
    --tw-bg-opacity: 1;
    background-color: rgba(169, 169, 169, var(--tw-bg-opacity));
  }

  .tw .lg\:active\:bg-gray-70:active{
    --tw-bg-opacity: 1;
    background-color: rgba(156, 156, 156, var(--tw-bg-opacity));
  }

  .tw .lg\:active\:bg-gray-80:active{
    --tw-bg-opacity: 1;
    background-color: rgba(142, 142, 142, var(--tw-bg-opacity));
  }

  .tw .lg\:active\:bg-gray-90:active{
    --tw-bg-opacity: 1;
    background-color: rgba(129, 129, 129, var(--tw-bg-opacity));
  }

  .tw .lg\:active\:bg-gray-100:active{
    --tw-bg-opacity: 1;
    background-color: rgba(108, 109, 114, var(--tw-bg-opacity));
  }

  .tw .lg\:active\:bg-gray-200:active{
    --tw-bg-opacity: 1;
    background-color: rgba(96, 97, 103, var(--tw-bg-opacity));
  }

  .tw .lg\:active\:bg-gray-300:active{
    --tw-bg-opacity: 1;
    background-color: rgba(84, 86, 91, var(--tw-bg-opacity));
  }

  .tw .lg\:active\:bg-gray-400:active{
    --tw-bg-opacity: 1;
    background-color: rgba(73, 73, 80, var(--tw-bg-opacity));
  }

  .tw .lg\:active\:bg-gray-500:active{
    --tw-bg-opacity: 1;
    background-color: rgba(61, 61, 68, var(--tw-bg-opacity));
  }

  .tw .lg\:active\:bg-gray-600:active{
    --tw-bg-opacity: 1;
    background-color: rgba(53, 53, 61, var(--tw-bg-opacity));
  }

  .tw .lg\:active\:bg-gray-700:active{
    --tw-bg-opacity: 1;
    background-color: rgba(45, 45, 49, var(--tw-bg-opacity));
  }

  .tw .lg\:active\:bg-gray-800:active{
    --tw-bg-opacity: 1;
    background-color: rgba(38, 37, 42, var(--tw-bg-opacity));
  }

  .tw .lg\:active\:bg-gray-850:active{
    --tw-bg-opacity: 1;
    background-color: rgba(32, 32, 37, var(--tw-bg-opacity));
  }

  .tw .lg\:active\:bg-gray-900:active{
    --tw-bg-opacity: 1;
    background-color: rgba(27, 27, 32, var(--tw-bg-opacity));
  }

  .tw .lg\:active\:bg-gray-950:active{
    --tw-bg-opacity: 1;
    background-color: rgba(20, 20, 23, var(--tw-bg-opacity));
  }

  .tw .lg\:active\:bg-brand-50:active{
    --tw-bg-opacity: 1;
    background-color: rgba(127, 255, 255, var(--tw-bg-opacity));
  }

  .tw .lg\:active\:bg-brand-100:active{
    --tw-bg-opacity: 1;
    background-color: rgba(87, 226, 255, var(--tw-bg-opacity));
  }

  .tw .lg\:active\:bg-brand-200:active{
    --tw-bg-opacity: 1;
    background-color: rgba(32, 197, 255, var(--tw-bg-opacity));
  }

  .tw .lg\:active\:bg-brand-300:active{
    --tw-bg-opacity: 1;
    background-color: rgba(0, 167, 231, var(--tw-bg-opacity));
  }

  .tw .lg\:active\:bg-brand-400:active{
    --tw-bg-opacity: 1;
    background-color: rgba(0, 139, 201, var(--tw-bg-opacity));
  }

  .tw .lg\:active\:bg-brand-500:active{
    --tw-bg-opacity: 1;
    background-color: rgba(0, 112, 172, var(--tw-bg-opacity));
  }

  .tw .lg\:active\:bg-brand-600:active{
    --tw-bg-opacity: 1;
    background-color: rgba(0, 86, 143, var(--tw-bg-opacity));
  }

  .tw .lg\:active\:bg-brand-700:active{
    --tw-bg-opacity: 1;
    background-color: rgba(0, 62, 116, var(--tw-bg-opacity));
  }

  .tw .lg\:active\:bg-brand-800:active{
    --tw-bg-opacity: 1;
    background-color: rgba(0, 39, 89, var(--tw-bg-opacity));
  }

  .tw .lg\:active\:bg-brand-900:active{
    --tw-bg-opacity: 1;
    background-color: rgba(0, 18, 63, var(--tw-bg-opacity));
  }

  .tw .lg\:active\:bg-brand:active{
    --tw-bg-opacity: 1;
    background-color: rgba(0, 190, 255, var(--tw-bg-opacity));
  }

  .tw .lg\:active\:bg-brand-base:active{
    --tw-bg-opacity: 1;
    background-color: rgba(0, 190, 255, var(--tw-bg-opacity));
  }

  .tw .lg\:active\:bg-red-50:active{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 202, 200, var(--tw-bg-opacity));
  }

  .tw .lg\:active\:bg-red-100:active{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 171, 171, var(--tw-bg-opacity));
  }

  .tw .lg\:active\:bg-red-200:active{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 142, 142, var(--tw-bg-opacity));
  }

  .tw .lg\:active\:bg-red-300:active{
    --tw-bg-opacity: 1;
    background-color: rgba(247, 112, 115, var(--tw-bg-opacity));
  }

  .tw .lg\:active\:bg-red-400:active{
    --tw-bg-opacity: 1;
    background-color: rgba(215, 83, 89, var(--tw-bg-opacity));
  }

  .tw .lg\:active\:bg-red-500:active{
    --tw-bg-opacity: 1;
    background-color: rgba(182, 54, 64, var(--tw-bg-opacity));
  }

  .tw .lg\:active\:bg-red-600:active{
    --tw-bg-opacity: 1;
    background-color: rgba(150, 18, 41, var(--tw-bg-opacity));
  }

  .tw .lg\:active\:bg-red-700:active{
    --tw-bg-opacity: 1;
    background-color: rgba(119, 0, 19, var(--tw-bg-opacity));
  }

  .tw .lg\:active\:bg-red-800:active{
    --tw-bg-opacity: 1;
    background-color: rgba(89, 0, 0, var(--tw-bg-opacity));
  }

  .tw .lg\:active\:bg-red-900:active{
    --tw-bg-opacity: 1;
    background-color: rgba(65, 0, 0, var(--tw-bg-opacity));
  }

  .tw .lg\:active\:bg-red:active{
    --tw-bg-opacity: 1;
    background-color: rgba(211, 80, 86, var(--tw-bg-opacity));
  }

  .tw .lg\:active\:bg-red-brand:active{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 79, 79, var(--tw-bg-opacity));
  }

  .tw .lg\:active\:bg-green-50:active{
    --tw-bg-opacity: 1;
    background-color: rgba(141, 255, 205, var(--tw-bg-opacity));
  }

  .tw .lg\:active\:bg-green-100:active{
    --tw-bg-opacity: 1;
    background-color: rgba(109, 236, 176, var(--tw-bg-opacity));
  }

  .tw .lg\:active\:bg-green-200:active{
    --tw-bg-opacity: 1;
    background-color: rgba(76, 206, 147, var(--tw-bg-opacity));
  }

  .tw .lg\:active\:bg-green-300:active{
    --tw-bg-opacity: 1;
    background-color: rgba(36, 176, 119, var(--tw-bg-opacity));
  }

  .tw .lg\:active\:bg-green-400:active{
    --tw-bg-opacity: 1;
    background-color: rgba(0, 147, 93, var(--tw-bg-opacity));
  }

  .tw .lg\:active\:bg-green-500:active{
    --tw-bg-opacity: 1;
    background-color: rgba(0, 119, 68, var(--tw-bg-opacity));
  }

  .tw .lg\:active\:bg-green-600:active{
    --tw-bg-opacity: 1;
    background-color: rgba(0, 91, 43, var(--tw-bg-opacity));
  }

  .tw .lg\:active\:bg-green-700:active{
    --tw-bg-opacity: 1;
    background-color: rgba(0, 65, 21, var(--tw-bg-opacity));
  }

  .tw .lg\:active\:bg-green-800:active{
    --tw-bg-opacity: 1;
    background-color: rgba(0, 43, 0, var(--tw-bg-opacity));
  }

  .tw .lg\:active\:bg-green-900:active{
    --tw-bg-opacity: 1;
    background-color: rgba(0, 27, 0, var(--tw-bg-opacity));
  }

  .tw .lg\:active\:bg-green:active{
    --tw-bg-opacity: 1;
    background-color: rgba(46, 182, 125, var(--tw-bg-opacity));
  }

  .tw .lg\:active\:bg-yellow-50:active{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 235, 87, var(--tw-bg-opacity));
  }

  .tw .lg\:active\:bg-yellow-100:active{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 205, 55, var(--tw-bg-opacity));
  }

  .tw .lg\:active\:bg-yellow-200:active{
    --tw-bg-opacity: 1;
    background-color: rgba(228, 176, 9, var(--tw-bg-opacity));
  }

  .tw .lg\:active\:bg-yellow-300:active{
    --tw-bg-opacity: 1;
    background-color: rgba(195, 148, 0, var(--tw-bg-opacity));
  }

  .tw .lg\:active\:bg-yellow-400:active{
    --tw-bg-opacity: 1;
    background-color: rgba(163, 121, 0, var(--tw-bg-opacity));
  }

  .tw .lg\:active\:bg-yellow-500:active{
    --tw-bg-opacity: 1;
    background-color: rgba(133, 95, 0, var(--tw-bg-opacity));
  }

  .tw .lg\:active\:bg-yellow-600:active{
    --tw-bg-opacity: 1;
    background-color: rgba(104, 70, 0, var(--tw-bg-opacity));
  }

  .tw .lg\:active\:bg-yellow-700:active{
    --tw-bg-opacity: 1;
    background-color: rgba(79, 46, 0, var(--tw-bg-opacity));
  }

  .tw .lg\:active\:bg-yellow-800:active{
    --tw-bg-opacity: 1;
    background-color: rgba(61, 22, 0, var(--tw-bg-opacity));
  }

  .tw .lg\:active\:bg-yellow-900:active{
    --tw-bg-opacity: 1;
    background-color: rgba(50, 0, 0, var(--tw-bg-opacity));
  }

  .tw .lg\:active\:bg-yellow:active{
    --tw-bg-opacity: 1;
    background-color: rgba(254, 199, 47, var(--tw-bg-opacity));
  }

  .tw .lg\:active\:bg-purple-50:active{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 216, 255, var(--tw-bg-opacity));
  }

  .tw .lg\:active\:bg-purple-100:active{
    --tw-bg-opacity: 1;
    background-color: rgba(240, 186, 255, var(--tw-bg-opacity));
  }

  .tw .lg\:active\:bg-purple-200:active{
    --tw-bg-opacity: 1;
    background-color: rgba(208, 157, 255, var(--tw-bg-opacity));
  }

  .tw .lg\:active\:bg-purple-300:active{
    --tw-bg-opacity: 1;
    background-color: rgba(177, 128, 255, var(--tw-bg-opacity));
  }

  .tw .lg\:active\:bg-purple-400:active{
    --tw-bg-opacity: 1;
    background-color: rgba(146, 101, 233, var(--tw-bg-opacity));
  }

  .tw .lg\:active\:bg-purple-500:active{
    --tw-bg-opacity: 1;
    background-color: rgba(116, 74, 203, var(--tw-bg-opacity));
  }

  .tw .lg\:active\:bg-purple-600:active{
    --tw-bg-opacity: 1;
    background-color: rgba(85, 48, 173, var(--tw-bg-opacity));
  }

  .tw .lg\:active\:bg-purple-700:active{
    --tw-bg-opacity: 1;
    background-color: rgba(53, 22, 144, var(--tw-bg-opacity));
  }

  .tw .lg\:active\:bg-purple-800:active{
    --tw-bg-opacity: 1;
    background-color: rgba(9, 0, 116, var(--tw-bg-opacity));
  }

  .tw .lg\:active\:bg-purple-900:active{
    --tw-bg-opacity: 1;
    background-color: rgba(0, 0, 89, var(--tw-bg-opacity));
  }

  .tw .lg\:active\:bg-purple:active{
    --tw-bg-opacity: 1;
    background-color: rgba(168, 120, 255, var(--tw-bg-opacity));
  }

  .tw .lg\:active\:bg-orange-50:active{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 210, 131, var(--tw-bg-opacity));
  }

  .tw .lg\:active\:bg-orange-100:active{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 180, 103, var(--tw-bg-opacity));
  }

  .tw .lg\:active\:bg-orange-200:active{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 151, 75, var(--tw-bg-opacity));
  }

  .tw .lg\:active\:bg-orange-300:active{
    --tw-bg-opacity: 1;
    background-color: rgba(240, 122, 47, var(--tw-bg-opacity));
  }

  .tw .lg\:active\:bg-orange-400:active{
    --tw-bg-opacity: 1;
    background-color: rgba(206, 95, 17, var(--tw-bg-opacity));
  }

  .tw .lg\:active\:bg-orange-500:active{
    --tw-bg-opacity: 1;
    background-color: rgba(173, 68, 0, var(--tw-bg-opacity));
  }

  .tw .lg\:active\:bg-orange-600:active{
    --tw-bg-opacity: 1;
    background-color: rgba(141, 40, 0, var(--tw-bg-opacity));
  }

  .tw .lg\:active\:bg-orange-700:active{
    --tw-bg-opacity: 1;
    background-color: rgba(111, 6, 0, var(--tw-bg-opacity));
  }

  .tw .lg\:active\:bg-orange-800:active{
    --tw-bg-opacity: 1;
    background-color: rgba(84, 0, 0, var(--tw-bg-opacity));
  }

  .tw .lg\:active\:bg-orange-900:active{
    --tw-bg-opacity: 1;
    background-color: rgba(65, 0, 0, var(--tw-bg-opacity));
  }

  .tw .lg\:active\:bg-orange:active{
    --tw-bg-opacity: 1;
    background-color: rgba(245, 127, 52, var(--tw-bg-opacity));
  }

  .tw .lg\:active\:bg-surface-brand:active{
    --tw-bg-opacity: 1;
    background-color: rgba(26, 26, 26, var(--tw-bg-opacity));
  }

  .tw .lg\:active\:bg-surface-lower:active{
    --tw-bg-opacity: 1;
    background-color: rgba(18, 19, 20, var(--tw-bg-opacity));
  }

  .tw .lg\:active\:bg-surface-base:active{
    --tw-bg-opacity: 1;
    background-color: rgba(29, 30, 31, var(--tw-bg-opacity));
  }

  .tw .lg\:active\:bg-surface-low:active{
    --tw-bg-opacity: 1;
    background-color: rgba(33, 33, 36, var(--tw-bg-opacity));
  }

  .tw .lg\:active\:bg-surface-middle:active{
    --tw-bg-opacity: 1;
    background-color: rgba(38, 38, 42, var(--tw-bg-opacity));
  }

  .tw .lg\:active\:bg-surface-upper:active{
    --tw-bg-opacity: 1;
    background-color: rgba(41, 41, 46, var(--tw-bg-opacity));
  }

  .tw .lg\:active\:bg-surface-high:active{
    --tw-bg-opacity: 1;
    background-color: rgba(52, 52, 53, var(--tw-bg-opacity));
  }

  .tw .lg\:active\:bg-surface-higher:active{
    --tw-bg-opacity: 1;
    background-color: rgba(74, 75, 75, var(--tw-bg-opacity));
  }

  .tw .lg\:active\:bg-surface-highest:active{
    --tw-bg-opacity: 1;
    background-color: rgba(97, 97, 98, var(--tw-bg-opacity));
  }

  .tw .lg\:active\:bg-glyph-base:active{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  }

  .tw .lg\:active\:bg-glyph-light:active{
    --tw-bg-opacity: 1;
    background-color: rgba(194, 194, 194, var(--tw-bg-opacity));
  }

  .tw .lg\:active\:bg-glyph-lighter:active{
    --tw-bg-opacity: 1;
    background-color: rgba(150, 150, 150, var(--tw-bg-opacity));
  }

  .tw .lg\:active\:bg-glyph-lightest:active{
    --tw-bg-opacity: 1;
    background-color: rgba(80, 80, 80, var(--tw-bg-opacity));
  }

  .tw .lg\:active\:bg-link:active{
    --tw-bg-opacity: 1;
    background-color: rgba(0, 190, 255, var(--tw-bg-opacity));
  }

  .tw .lg\:active\:bg-info-error:active{
    --tw-bg-opacity: 1;
    background-color: rgba(235, 51, 65, var(--tw-bg-opacity));
  }

  .tw .lg\:active\:bg-info-danger:active{
    --tw-bg-opacity: 1;
    background-color: rgba(247, 127, 37, var(--tw-bg-opacity));
  }

  .tw .lg\:active\:bg-info-warn:active{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 200, 47, var(--tw-bg-opacity));
  }

  .tw .lg\:active\:bg-info-ok:active{
    --tw-bg-opacity: 1;
    background-color: rgba(0, 151, 79, var(--tw-bg-opacity));
  }

  .tw .lg\:active\:bg-info-notice:active{
    --tw-bg-opacity: 1;
    background-color: rgba(1, 128, 255, var(--tw-bg-opacity));
  }

  .tw .lg\:active\:bg-accent-1:active{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 93, 105, var(--tw-bg-opacity));
  }

  .tw .lg\:active\:bg-accent-2:active{
    --tw-bg-opacity: 1;
    background-color: rgba(7, 245, 175, var(--tw-bg-opacity));
  }

  .tw .lg\:active\:bg-accent-3:active{
    --tw-bg-opacity: 1;
    background-color: rgba(4, 211, 114, var(--tw-bg-opacity));
  }

  .tw .lg\:active\:bg-accent-4:active{
    --tw-bg-opacity: 1;
    background-color: rgba(132, 81, 245, var(--tw-bg-opacity));
  }

  .tw .group:hover .lg\:group-hover\:bg-current{
    background-color: currentColor;
  }

  .tw .group:hover .lg\:group-hover\:bg-transparent{
    background-color: transparent;
  }

  .tw .group:hover .lg\:group-hover\:bg-white{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  }

  .tw .group:hover .lg\:group-hover\:bg-black{
    --tw-bg-opacity: 1;
    background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
  }

  .tw .group:hover .lg\:group-hover\:bg-gray-10{
    --tw-bg-opacity: 1;
    background-color: rgba(240, 240, 240, var(--tw-bg-opacity));
  }

  .tw .group:hover .lg\:group-hover\:bg-gray-20{
    --tw-bg-opacity: 1;
    background-color: rgba(226, 226, 226, var(--tw-bg-opacity));
  }

  .tw .group:hover .lg\:group-hover\:bg-gray-30{
    --tw-bg-opacity: 1;
    background-color: rgba(211, 211, 211, var(--tw-bg-opacity));
  }

  .tw .group:hover .lg\:group-hover\:bg-gray-40{
    --tw-bg-opacity: 1;
    background-color: rgba(197, 197, 197, var(--tw-bg-opacity));
  }

  .tw .group:hover .lg\:group-hover\:bg-gray-50{
    --tw-bg-opacity: 1;
    background-color: rgba(183, 183, 183, var(--tw-bg-opacity));
  }

  .tw .group:hover .lg\:group-hover\:bg-gray-60{
    --tw-bg-opacity: 1;
    background-color: rgba(169, 169, 169, var(--tw-bg-opacity));
  }

  .tw .group:hover .lg\:group-hover\:bg-gray-70{
    --tw-bg-opacity: 1;
    background-color: rgba(156, 156, 156, var(--tw-bg-opacity));
  }

  .tw .group:hover .lg\:group-hover\:bg-gray-80{
    --tw-bg-opacity: 1;
    background-color: rgba(142, 142, 142, var(--tw-bg-opacity));
  }

  .tw .group:hover .lg\:group-hover\:bg-gray-90{
    --tw-bg-opacity: 1;
    background-color: rgba(129, 129, 129, var(--tw-bg-opacity));
  }

  .tw .group:hover .lg\:group-hover\:bg-gray-100{
    --tw-bg-opacity: 1;
    background-color: rgba(108, 109, 114, var(--tw-bg-opacity));
  }

  .tw .group:hover .lg\:group-hover\:bg-gray-200{
    --tw-bg-opacity: 1;
    background-color: rgba(96, 97, 103, var(--tw-bg-opacity));
  }

  .tw .group:hover .lg\:group-hover\:bg-gray-300{
    --tw-bg-opacity: 1;
    background-color: rgba(84, 86, 91, var(--tw-bg-opacity));
  }

  .tw .group:hover .lg\:group-hover\:bg-gray-400{
    --tw-bg-opacity: 1;
    background-color: rgba(73, 73, 80, var(--tw-bg-opacity));
  }

  .tw .group:hover .lg\:group-hover\:bg-gray-500{
    --tw-bg-opacity: 1;
    background-color: rgba(61, 61, 68, var(--tw-bg-opacity));
  }

  .tw .group:hover .lg\:group-hover\:bg-gray-600{
    --tw-bg-opacity: 1;
    background-color: rgba(53, 53, 61, var(--tw-bg-opacity));
  }

  .tw .group:hover .lg\:group-hover\:bg-gray-700{
    --tw-bg-opacity: 1;
    background-color: rgba(45, 45, 49, var(--tw-bg-opacity));
  }

  .tw .group:hover .lg\:group-hover\:bg-gray-800{
    --tw-bg-opacity: 1;
    background-color: rgba(38, 37, 42, var(--tw-bg-opacity));
  }

  .tw .group:hover .lg\:group-hover\:bg-gray-850{
    --tw-bg-opacity: 1;
    background-color: rgba(32, 32, 37, var(--tw-bg-opacity));
  }

  .tw .group:hover .lg\:group-hover\:bg-gray-900{
    --tw-bg-opacity: 1;
    background-color: rgba(27, 27, 32, var(--tw-bg-opacity));
  }

  .tw .group:hover .lg\:group-hover\:bg-gray-950{
    --tw-bg-opacity: 1;
    background-color: rgba(20, 20, 23, var(--tw-bg-opacity));
  }

  .tw .group:hover .lg\:group-hover\:bg-brand-50{
    --tw-bg-opacity: 1;
    background-color: rgba(127, 255, 255, var(--tw-bg-opacity));
  }

  .tw .group:hover .lg\:group-hover\:bg-brand-100{
    --tw-bg-opacity: 1;
    background-color: rgba(87, 226, 255, var(--tw-bg-opacity));
  }

  .tw .group:hover .lg\:group-hover\:bg-brand-200{
    --tw-bg-opacity: 1;
    background-color: rgba(32, 197, 255, var(--tw-bg-opacity));
  }

  .tw .group:hover .lg\:group-hover\:bg-brand-300{
    --tw-bg-opacity: 1;
    background-color: rgba(0, 167, 231, var(--tw-bg-opacity));
  }

  .tw .group:hover .lg\:group-hover\:bg-brand-400{
    --tw-bg-opacity: 1;
    background-color: rgba(0, 139, 201, var(--tw-bg-opacity));
  }

  .tw .group:hover .lg\:group-hover\:bg-brand-500{
    --tw-bg-opacity: 1;
    background-color: rgba(0, 112, 172, var(--tw-bg-opacity));
  }

  .tw .group:hover .lg\:group-hover\:bg-brand-600{
    --tw-bg-opacity: 1;
    background-color: rgba(0, 86, 143, var(--tw-bg-opacity));
  }

  .tw .group:hover .lg\:group-hover\:bg-brand-700{
    --tw-bg-opacity: 1;
    background-color: rgba(0, 62, 116, var(--tw-bg-opacity));
  }

  .tw .group:hover .lg\:group-hover\:bg-brand-800{
    --tw-bg-opacity: 1;
    background-color: rgba(0, 39, 89, var(--tw-bg-opacity));
  }

  .tw .group:hover .lg\:group-hover\:bg-brand-900{
    --tw-bg-opacity: 1;
    background-color: rgba(0, 18, 63, var(--tw-bg-opacity));
  }

  .tw .group:hover .lg\:group-hover\:bg-brand{
    --tw-bg-opacity: 1;
    background-color: rgba(0, 190, 255, var(--tw-bg-opacity));
  }

  .tw .group:hover .lg\:group-hover\:bg-brand-base{
    --tw-bg-opacity: 1;
    background-color: rgba(0, 190, 255, var(--tw-bg-opacity));
  }

  .tw .group:hover .lg\:group-hover\:bg-red-50{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 202, 200, var(--tw-bg-opacity));
  }

  .tw .group:hover .lg\:group-hover\:bg-red-100{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 171, 171, var(--tw-bg-opacity));
  }

  .tw .group:hover .lg\:group-hover\:bg-red-200{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 142, 142, var(--tw-bg-opacity));
  }

  .tw .group:hover .lg\:group-hover\:bg-red-300{
    --tw-bg-opacity: 1;
    background-color: rgba(247, 112, 115, var(--tw-bg-opacity));
  }

  .tw .group:hover .lg\:group-hover\:bg-red-400{
    --tw-bg-opacity: 1;
    background-color: rgba(215, 83, 89, var(--tw-bg-opacity));
  }

  .tw .group:hover .lg\:group-hover\:bg-red-500{
    --tw-bg-opacity: 1;
    background-color: rgba(182, 54, 64, var(--tw-bg-opacity));
  }

  .tw .group:hover .lg\:group-hover\:bg-red-600{
    --tw-bg-opacity: 1;
    background-color: rgba(150, 18, 41, var(--tw-bg-opacity));
  }

  .tw .group:hover .lg\:group-hover\:bg-red-700{
    --tw-bg-opacity: 1;
    background-color: rgba(119, 0, 19, var(--tw-bg-opacity));
  }

  .tw .group:hover .lg\:group-hover\:bg-red-800{
    --tw-bg-opacity: 1;
    background-color: rgba(89, 0, 0, var(--tw-bg-opacity));
  }

  .tw .group:hover .lg\:group-hover\:bg-red-900{
    --tw-bg-opacity: 1;
    background-color: rgba(65, 0, 0, var(--tw-bg-opacity));
  }

  .tw .group:hover .lg\:group-hover\:bg-red{
    --tw-bg-opacity: 1;
    background-color: rgba(211, 80, 86, var(--tw-bg-opacity));
  }

  .tw .group:hover .lg\:group-hover\:bg-red-brand{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 79, 79, var(--tw-bg-opacity));
  }

  .tw .group:hover .lg\:group-hover\:bg-green-50{
    --tw-bg-opacity: 1;
    background-color: rgba(141, 255, 205, var(--tw-bg-opacity));
  }

  .tw .group:hover .lg\:group-hover\:bg-green-100{
    --tw-bg-opacity: 1;
    background-color: rgba(109, 236, 176, var(--tw-bg-opacity));
  }

  .tw .group:hover .lg\:group-hover\:bg-green-200{
    --tw-bg-opacity: 1;
    background-color: rgba(76, 206, 147, var(--tw-bg-opacity));
  }

  .tw .group:hover .lg\:group-hover\:bg-green-300{
    --tw-bg-opacity: 1;
    background-color: rgba(36, 176, 119, var(--tw-bg-opacity));
  }

  .tw .group:hover .lg\:group-hover\:bg-green-400{
    --tw-bg-opacity: 1;
    background-color: rgba(0, 147, 93, var(--tw-bg-opacity));
  }

  .tw .group:hover .lg\:group-hover\:bg-green-500{
    --tw-bg-opacity: 1;
    background-color: rgba(0, 119, 68, var(--tw-bg-opacity));
  }

  .tw .group:hover .lg\:group-hover\:bg-green-600{
    --tw-bg-opacity: 1;
    background-color: rgba(0, 91, 43, var(--tw-bg-opacity));
  }

  .tw .group:hover .lg\:group-hover\:bg-green-700{
    --tw-bg-opacity: 1;
    background-color: rgba(0, 65, 21, var(--tw-bg-opacity));
  }

  .tw .group:hover .lg\:group-hover\:bg-green-800{
    --tw-bg-opacity: 1;
    background-color: rgba(0, 43, 0, var(--tw-bg-opacity));
  }

  .tw .group:hover .lg\:group-hover\:bg-green-900{
    --tw-bg-opacity: 1;
    background-color: rgba(0, 27, 0, var(--tw-bg-opacity));
  }

  .tw .group:hover .lg\:group-hover\:bg-green{
    --tw-bg-opacity: 1;
    background-color: rgba(46, 182, 125, var(--tw-bg-opacity));
  }

  .tw .group:hover .lg\:group-hover\:bg-yellow-50{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 235, 87, var(--tw-bg-opacity));
  }

  .tw .group:hover .lg\:group-hover\:bg-yellow-100{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 205, 55, var(--tw-bg-opacity));
  }

  .tw .group:hover .lg\:group-hover\:bg-yellow-200{
    --tw-bg-opacity: 1;
    background-color: rgba(228, 176, 9, var(--tw-bg-opacity));
  }

  .tw .group:hover .lg\:group-hover\:bg-yellow-300{
    --tw-bg-opacity: 1;
    background-color: rgba(195, 148, 0, var(--tw-bg-opacity));
  }

  .tw .group:hover .lg\:group-hover\:bg-yellow-400{
    --tw-bg-opacity: 1;
    background-color: rgba(163, 121, 0, var(--tw-bg-opacity));
  }

  .tw .group:hover .lg\:group-hover\:bg-yellow-500{
    --tw-bg-opacity: 1;
    background-color: rgba(133, 95, 0, var(--tw-bg-opacity));
  }

  .tw .group:hover .lg\:group-hover\:bg-yellow-600{
    --tw-bg-opacity: 1;
    background-color: rgba(104, 70, 0, var(--tw-bg-opacity));
  }

  .tw .group:hover .lg\:group-hover\:bg-yellow-700{
    --tw-bg-opacity: 1;
    background-color: rgba(79, 46, 0, var(--tw-bg-opacity));
  }

  .tw .group:hover .lg\:group-hover\:bg-yellow-800{
    --tw-bg-opacity: 1;
    background-color: rgba(61, 22, 0, var(--tw-bg-opacity));
  }

  .tw .group:hover .lg\:group-hover\:bg-yellow-900{
    --tw-bg-opacity: 1;
    background-color: rgba(50, 0, 0, var(--tw-bg-opacity));
  }

  .tw .group:hover .lg\:group-hover\:bg-yellow{
    --tw-bg-opacity: 1;
    background-color: rgba(254, 199, 47, var(--tw-bg-opacity));
  }

  .tw .group:hover .lg\:group-hover\:bg-purple-50{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 216, 255, var(--tw-bg-opacity));
  }

  .tw .group:hover .lg\:group-hover\:bg-purple-100{
    --tw-bg-opacity: 1;
    background-color: rgba(240, 186, 255, var(--tw-bg-opacity));
  }

  .tw .group:hover .lg\:group-hover\:bg-purple-200{
    --tw-bg-opacity: 1;
    background-color: rgba(208, 157, 255, var(--tw-bg-opacity));
  }

  .tw .group:hover .lg\:group-hover\:bg-purple-300{
    --tw-bg-opacity: 1;
    background-color: rgba(177, 128, 255, var(--tw-bg-opacity));
  }

  .tw .group:hover .lg\:group-hover\:bg-purple-400{
    --tw-bg-opacity: 1;
    background-color: rgba(146, 101, 233, var(--tw-bg-opacity));
  }

  .tw .group:hover .lg\:group-hover\:bg-purple-500{
    --tw-bg-opacity: 1;
    background-color: rgba(116, 74, 203, var(--tw-bg-opacity));
  }

  .tw .group:hover .lg\:group-hover\:bg-purple-600{
    --tw-bg-opacity: 1;
    background-color: rgba(85, 48, 173, var(--tw-bg-opacity));
  }

  .tw .group:hover .lg\:group-hover\:bg-purple-700{
    --tw-bg-opacity: 1;
    background-color: rgba(53, 22, 144, var(--tw-bg-opacity));
  }

  .tw .group:hover .lg\:group-hover\:bg-purple-800{
    --tw-bg-opacity: 1;
    background-color: rgba(9, 0, 116, var(--tw-bg-opacity));
  }

  .tw .group:hover .lg\:group-hover\:bg-purple-900{
    --tw-bg-opacity: 1;
    background-color: rgba(0, 0, 89, var(--tw-bg-opacity));
  }

  .tw .group:hover .lg\:group-hover\:bg-purple{
    --tw-bg-opacity: 1;
    background-color: rgba(168, 120, 255, var(--tw-bg-opacity));
  }

  .tw .group:hover .lg\:group-hover\:bg-orange-50{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 210, 131, var(--tw-bg-opacity));
  }

  .tw .group:hover .lg\:group-hover\:bg-orange-100{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 180, 103, var(--tw-bg-opacity));
  }

  .tw .group:hover .lg\:group-hover\:bg-orange-200{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 151, 75, var(--tw-bg-opacity));
  }

  .tw .group:hover .lg\:group-hover\:bg-orange-300{
    --tw-bg-opacity: 1;
    background-color: rgba(240, 122, 47, var(--tw-bg-opacity));
  }

  .tw .group:hover .lg\:group-hover\:bg-orange-400{
    --tw-bg-opacity: 1;
    background-color: rgba(206, 95, 17, var(--tw-bg-opacity));
  }

  .tw .group:hover .lg\:group-hover\:bg-orange-500{
    --tw-bg-opacity: 1;
    background-color: rgba(173, 68, 0, var(--tw-bg-opacity));
  }

  .tw .group:hover .lg\:group-hover\:bg-orange-600{
    --tw-bg-opacity: 1;
    background-color: rgba(141, 40, 0, var(--tw-bg-opacity));
  }

  .tw .group:hover .lg\:group-hover\:bg-orange-700{
    --tw-bg-opacity: 1;
    background-color: rgba(111, 6, 0, var(--tw-bg-opacity));
  }

  .tw .group:hover .lg\:group-hover\:bg-orange-800{
    --tw-bg-opacity: 1;
    background-color: rgba(84, 0, 0, var(--tw-bg-opacity));
  }

  .tw .group:hover .lg\:group-hover\:bg-orange-900{
    --tw-bg-opacity: 1;
    background-color: rgba(65, 0, 0, var(--tw-bg-opacity));
  }

  .tw .group:hover .lg\:group-hover\:bg-orange{
    --tw-bg-opacity: 1;
    background-color: rgba(245, 127, 52, var(--tw-bg-opacity));
  }

  .tw .group:hover .lg\:group-hover\:bg-surface-brand{
    --tw-bg-opacity: 1;
    background-color: rgba(26, 26, 26, var(--tw-bg-opacity));
  }

  .tw .group:hover .lg\:group-hover\:bg-surface-lower{
    --tw-bg-opacity: 1;
    background-color: rgba(18, 19, 20, var(--tw-bg-opacity));
  }

  .tw .group:hover .lg\:group-hover\:bg-surface-base{
    --tw-bg-opacity: 1;
    background-color: rgba(29, 30, 31, var(--tw-bg-opacity));
  }

  .tw .group:hover .lg\:group-hover\:bg-surface-low{
    --tw-bg-opacity: 1;
    background-color: rgba(33, 33, 36, var(--tw-bg-opacity));
  }

  .tw .group:hover .lg\:group-hover\:bg-surface-middle{
    --tw-bg-opacity: 1;
    background-color: rgba(38, 38, 42, var(--tw-bg-opacity));
  }

  .tw .group:hover .lg\:group-hover\:bg-surface-upper{
    --tw-bg-opacity: 1;
    background-color: rgba(41, 41, 46, var(--tw-bg-opacity));
  }

  .tw .group:hover .lg\:group-hover\:bg-surface-high{
    --tw-bg-opacity: 1;
    background-color: rgba(52, 52, 53, var(--tw-bg-opacity));
  }

  .tw .group:hover .lg\:group-hover\:bg-surface-higher{
    --tw-bg-opacity: 1;
    background-color: rgba(74, 75, 75, var(--tw-bg-opacity));
  }

  .tw .group:hover .lg\:group-hover\:bg-surface-highest{
    --tw-bg-opacity: 1;
    background-color: rgba(97, 97, 98, var(--tw-bg-opacity));
  }

  .tw .group:hover .lg\:group-hover\:bg-glyph-base{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  }

  .tw .group:hover .lg\:group-hover\:bg-glyph-light{
    --tw-bg-opacity: 1;
    background-color: rgba(194, 194, 194, var(--tw-bg-opacity));
  }

  .tw .group:hover .lg\:group-hover\:bg-glyph-lighter{
    --tw-bg-opacity: 1;
    background-color: rgba(150, 150, 150, var(--tw-bg-opacity));
  }

  .tw .group:hover .lg\:group-hover\:bg-glyph-lightest{
    --tw-bg-opacity: 1;
    background-color: rgba(80, 80, 80, var(--tw-bg-opacity));
  }

  .tw .group:hover .lg\:group-hover\:bg-link{
    --tw-bg-opacity: 1;
    background-color: rgba(0, 190, 255, var(--tw-bg-opacity));
  }

  .tw .group:hover .lg\:group-hover\:bg-info-error{
    --tw-bg-opacity: 1;
    background-color: rgba(235, 51, 65, var(--tw-bg-opacity));
  }

  .tw .group:hover .lg\:group-hover\:bg-info-danger{
    --tw-bg-opacity: 1;
    background-color: rgba(247, 127, 37, var(--tw-bg-opacity));
  }

  .tw .group:hover .lg\:group-hover\:bg-info-warn{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 200, 47, var(--tw-bg-opacity));
  }

  .tw .group:hover .lg\:group-hover\:bg-info-ok{
    --tw-bg-opacity: 1;
    background-color: rgba(0, 151, 79, var(--tw-bg-opacity));
  }

  .tw .group:hover .lg\:group-hover\:bg-info-notice{
    --tw-bg-opacity: 1;
    background-color: rgba(1, 128, 255, var(--tw-bg-opacity));
  }

  .tw .group:hover .lg\:group-hover\:bg-accent-1{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 93, 105, var(--tw-bg-opacity));
  }

  .tw .group:hover .lg\:group-hover\:bg-accent-2{
    --tw-bg-opacity: 1;
    background-color: rgba(7, 245, 175, var(--tw-bg-opacity));
  }

  .tw .group:hover .lg\:group-hover\:bg-accent-3{
    --tw-bg-opacity: 1;
    background-color: rgba(4, 211, 114, var(--tw-bg-opacity));
  }

  .tw .group:hover .lg\:group-hover\:bg-accent-4{
    --tw-bg-opacity: 1;
    background-color: rgba(132, 81, 245, var(--tw-bg-opacity));
  }

  .tw .lg\:checked\:bg-current:checked{
    background-color: currentColor;
  }

  .tw .lg\:checked\:bg-transparent:checked{
    background-color: transparent;
  }

  .tw .lg\:checked\:bg-white:checked{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  }

  .tw .lg\:checked\:bg-black:checked{
    --tw-bg-opacity: 1;
    background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
  }

  .tw .lg\:checked\:bg-gray-10:checked{
    --tw-bg-opacity: 1;
    background-color: rgba(240, 240, 240, var(--tw-bg-opacity));
  }

  .tw .lg\:checked\:bg-gray-20:checked{
    --tw-bg-opacity: 1;
    background-color: rgba(226, 226, 226, var(--tw-bg-opacity));
  }

  .tw .lg\:checked\:bg-gray-30:checked{
    --tw-bg-opacity: 1;
    background-color: rgba(211, 211, 211, var(--tw-bg-opacity));
  }

  .tw .lg\:checked\:bg-gray-40:checked{
    --tw-bg-opacity: 1;
    background-color: rgba(197, 197, 197, var(--tw-bg-opacity));
  }

  .tw .lg\:checked\:bg-gray-50:checked{
    --tw-bg-opacity: 1;
    background-color: rgba(183, 183, 183, var(--tw-bg-opacity));
  }

  .tw .lg\:checked\:bg-gray-60:checked{
    --tw-bg-opacity: 1;
    background-color: rgba(169, 169, 169, var(--tw-bg-opacity));
  }

  .tw .lg\:checked\:bg-gray-70:checked{
    --tw-bg-opacity: 1;
    background-color: rgba(156, 156, 156, var(--tw-bg-opacity));
  }

  .tw .lg\:checked\:bg-gray-80:checked{
    --tw-bg-opacity: 1;
    background-color: rgba(142, 142, 142, var(--tw-bg-opacity));
  }

  .tw .lg\:checked\:bg-gray-90:checked{
    --tw-bg-opacity: 1;
    background-color: rgba(129, 129, 129, var(--tw-bg-opacity));
  }

  .tw .lg\:checked\:bg-gray-100:checked{
    --tw-bg-opacity: 1;
    background-color: rgba(108, 109, 114, var(--tw-bg-opacity));
  }

  .tw .lg\:checked\:bg-gray-200:checked{
    --tw-bg-opacity: 1;
    background-color: rgba(96, 97, 103, var(--tw-bg-opacity));
  }

  .tw .lg\:checked\:bg-gray-300:checked{
    --tw-bg-opacity: 1;
    background-color: rgba(84, 86, 91, var(--tw-bg-opacity));
  }

  .tw .lg\:checked\:bg-gray-400:checked{
    --tw-bg-opacity: 1;
    background-color: rgba(73, 73, 80, var(--tw-bg-opacity));
  }

  .tw .lg\:checked\:bg-gray-500:checked{
    --tw-bg-opacity: 1;
    background-color: rgba(61, 61, 68, var(--tw-bg-opacity));
  }

  .tw .lg\:checked\:bg-gray-600:checked{
    --tw-bg-opacity: 1;
    background-color: rgba(53, 53, 61, var(--tw-bg-opacity));
  }

  .tw .lg\:checked\:bg-gray-700:checked{
    --tw-bg-opacity: 1;
    background-color: rgba(45, 45, 49, var(--tw-bg-opacity));
  }

  .tw .lg\:checked\:bg-gray-800:checked{
    --tw-bg-opacity: 1;
    background-color: rgba(38, 37, 42, var(--tw-bg-opacity));
  }

  .tw .lg\:checked\:bg-gray-850:checked{
    --tw-bg-opacity: 1;
    background-color: rgba(32, 32, 37, var(--tw-bg-opacity));
  }

  .tw .lg\:checked\:bg-gray-900:checked{
    --tw-bg-opacity: 1;
    background-color: rgba(27, 27, 32, var(--tw-bg-opacity));
  }

  .tw .lg\:checked\:bg-gray-950:checked{
    --tw-bg-opacity: 1;
    background-color: rgba(20, 20, 23, var(--tw-bg-opacity));
  }

  .tw .lg\:checked\:bg-brand-50:checked{
    --tw-bg-opacity: 1;
    background-color: rgba(127, 255, 255, var(--tw-bg-opacity));
  }

  .tw .lg\:checked\:bg-brand-100:checked{
    --tw-bg-opacity: 1;
    background-color: rgba(87, 226, 255, var(--tw-bg-opacity));
  }

  .tw .lg\:checked\:bg-brand-200:checked{
    --tw-bg-opacity: 1;
    background-color: rgba(32, 197, 255, var(--tw-bg-opacity));
  }

  .tw .lg\:checked\:bg-brand-300:checked{
    --tw-bg-opacity: 1;
    background-color: rgba(0, 167, 231, var(--tw-bg-opacity));
  }

  .tw .lg\:checked\:bg-brand-400:checked{
    --tw-bg-opacity: 1;
    background-color: rgba(0, 139, 201, var(--tw-bg-opacity));
  }

  .tw .lg\:checked\:bg-brand-500:checked{
    --tw-bg-opacity: 1;
    background-color: rgba(0, 112, 172, var(--tw-bg-opacity));
  }

  .tw .lg\:checked\:bg-brand-600:checked{
    --tw-bg-opacity: 1;
    background-color: rgba(0, 86, 143, var(--tw-bg-opacity));
  }

  .tw .lg\:checked\:bg-brand-700:checked{
    --tw-bg-opacity: 1;
    background-color: rgba(0, 62, 116, var(--tw-bg-opacity));
  }

  .tw .lg\:checked\:bg-brand-800:checked{
    --tw-bg-opacity: 1;
    background-color: rgba(0, 39, 89, var(--tw-bg-opacity));
  }

  .tw .lg\:checked\:bg-brand-900:checked{
    --tw-bg-opacity: 1;
    background-color: rgba(0, 18, 63, var(--tw-bg-opacity));
  }

  .tw .lg\:checked\:bg-brand:checked{
    --tw-bg-opacity: 1;
    background-color: rgba(0, 190, 255, var(--tw-bg-opacity));
  }

  .tw .lg\:checked\:bg-brand-base:checked{
    --tw-bg-opacity: 1;
    background-color: rgba(0, 190, 255, var(--tw-bg-opacity));
  }

  .tw .lg\:checked\:bg-red-50:checked{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 202, 200, var(--tw-bg-opacity));
  }

  .tw .lg\:checked\:bg-red-100:checked{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 171, 171, var(--tw-bg-opacity));
  }

  .tw .lg\:checked\:bg-red-200:checked{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 142, 142, var(--tw-bg-opacity));
  }

  .tw .lg\:checked\:bg-red-300:checked{
    --tw-bg-opacity: 1;
    background-color: rgba(247, 112, 115, var(--tw-bg-opacity));
  }

  .tw .lg\:checked\:bg-red-400:checked{
    --tw-bg-opacity: 1;
    background-color: rgba(215, 83, 89, var(--tw-bg-opacity));
  }

  .tw .lg\:checked\:bg-red-500:checked{
    --tw-bg-opacity: 1;
    background-color: rgba(182, 54, 64, var(--tw-bg-opacity));
  }

  .tw .lg\:checked\:bg-red-600:checked{
    --tw-bg-opacity: 1;
    background-color: rgba(150, 18, 41, var(--tw-bg-opacity));
  }

  .tw .lg\:checked\:bg-red-700:checked{
    --tw-bg-opacity: 1;
    background-color: rgba(119, 0, 19, var(--tw-bg-opacity));
  }

  .tw .lg\:checked\:bg-red-800:checked{
    --tw-bg-opacity: 1;
    background-color: rgba(89, 0, 0, var(--tw-bg-opacity));
  }

  .tw .lg\:checked\:bg-red-900:checked{
    --tw-bg-opacity: 1;
    background-color: rgba(65, 0, 0, var(--tw-bg-opacity));
  }

  .tw .lg\:checked\:bg-red:checked{
    --tw-bg-opacity: 1;
    background-color: rgba(211, 80, 86, var(--tw-bg-opacity));
  }

  .tw .lg\:checked\:bg-red-brand:checked{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 79, 79, var(--tw-bg-opacity));
  }

  .tw .lg\:checked\:bg-green-50:checked{
    --tw-bg-opacity: 1;
    background-color: rgba(141, 255, 205, var(--tw-bg-opacity));
  }

  .tw .lg\:checked\:bg-green-100:checked{
    --tw-bg-opacity: 1;
    background-color: rgba(109, 236, 176, var(--tw-bg-opacity));
  }

  .tw .lg\:checked\:bg-green-200:checked{
    --tw-bg-opacity: 1;
    background-color: rgba(76, 206, 147, var(--tw-bg-opacity));
  }

  .tw .lg\:checked\:bg-green-300:checked{
    --tw-bg-opacity: 1;
    background-color: rgba(36, 176, 119, var(--tw-bg-opacity));
  }

  .tw .lg\:checked\:bg-green-400:checked{
    --tw-bg-opacity: 1;
    background-color: rgba(0, 147, 93, var(--tw-bg-opacity));
  }

  .tw .lg\:checked\:bg-green-500:checked{
    --tw-bg-opacity: 1;
    background-color: rgba(0, 119, 68, var(--tw-bg-opacity));
  }

  .tw .lg\:checked\:bg-green-600:checked{
    --tw-bg-opacity: 1;
    background-color: rgba(0, 91, 43, var(--tw-bg-opacity));
  }

  .tw .lg\:checked\:bg-green-700:checked{
    --tw-bg-opacity: 1;
    background-color: rgba(0, 65, 21, var(--tw-bg-opacity));
  }

  .tw .lg\:checked\:bg-green-800:checked{
    --tw-bg-opacity: 1;
    background-color: rgba(0, 43, 0, var(--tw-bg-opacity));
  }

  .tw .lg\:checked\:bg-green-900:checked{
    --tw-bg-opacity: 1;
    background-color: rgba(0, 27, 0, var(--tw-bg-opacity));
  }

  .tw .lg\:checked\:bg-green:checked{
    --tw-bg-opacity: 1;
    background-color: rgba(46, 182, 125, var(--tw-bg-opacity));
  }

  .tw .lg\:checked\:bg-yellow-50:checked{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 235, 87, var(--tw-bg-opacity));
  }

  .tw .lg\:checked\:bg-yellow-100:checked{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 205, 55, var(--tw-bg-opacity));
  }

  .tw .lg\:checked\:bg-yellow-200:checked{
    --tw-bg-opacity: 1;
    background-color: rgba(228, 176, 9, var(--tw-bg-opacity));
  }

  .tw .lg\:checked\:bg-yellow-300:checked{
    --tw-bg-opacity: 1;
    background-color: rgba(195, 148, 0, var(--tw-bg-opacity));
  }

  .tw .lg\:checked\:bg-yellow-400:checked{
    --tw-bg-opacity: 1;
    background-color: rgba(163, 121, 0, var(--tw-bg-opacity));
  }

  .tw .lg\:checked\:bg-yellow-500:checked{
    --tw-bg-opacity: 1;
    background-color: rgba(133, 95, 0, var(--tw-bg-opacity));
  }

  .tw .lg\:checked\:bg-yellow-600:checked{
    --tw-bg-opacity: 1;
    background-color: rgba(104, 70, 0, var(--tw-bg-opacity));
  }

  .tw .lg\:checked\:bg-yellow-700:checked{
    --tw-bg-opacity: 1;
    background-color: rgba(79, 46, 0, var(--tw-bg-opacity));
  }

  .tw .lg\:checked\:bg-yellow-800:checked{
    --tw-bg-opacity: 1;
    background-color: rgba(61, 22, 0, var(--tw-bg-opacity));
  }

  .tw .lg\:checked\:bg-yellow-900:checked{
    --tw-bg-opacity: 1;
    background-color: rgba(50, 0, 0, var(--tw-bg-opacity));
  }

  .tw .lg\:checked\:bg-yellow:checked{
    --tw-bg-opacity: 1;
    background-color: rgba(254, 199, 47, var(--tw-bg-opacity));
  }

  .tw .lg\:checked\:bg-purple-50:checked{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 216, 255, var(--tw-bg-opacity));
  }

  .tw .lg\:checked\:bg-purple-100:checked{
    --tw-bg-opacity: 1;
    background-color: rgba(240, 186, 255, var(--tw-bg-opacity));
  }

  .tw .lg\:checked\:bg-purple-200:checked{
    --tw-bg-opacity: 1;
    background-color: rgba(208, 157, 255, var(--tw-bg-opacity));
  }

  .tw .lg\:checked\:bg-purple-300:checked{
    --tw-bg-opacity: 1;
    background-color: rgba(177, 128, 255, var(--tw-bg-opacity));
  }

  .tw .lg\:checked\:bg-purple-400:checked{
    --tw-bg-opacity: 1;
    background-color: rgba(146, 101, 233, var(--tw-bg-opacity));
  }

  .tw .lg\:checked\:bg-purple-500:checked{
    --tw-bg-opacity: 1;
    background-color: rgba(116, 74, 203, var(--tw-bg-opacity));
  }

  .tw .lg\:checked\:bg-purple-600:checked{
    --tw-bg-opacity: 1;
    background-color: rgba(85, 48, 173, var(--tw-bg-opacity));
  }

  .tw .lg\:checked\:bg-purple-700:checked{
    --tw-bg-opacity: 1;
    background-color: rgba(53, 22, 144, var(--tw-bg-opacity));
  }

  .tw .lg\:checked\:bg-purple-800:checked{
    --tw-bg-opacity: 1;
    background-color: rgba(9, 0, 116, var(--tw-bg-opacity));
  }

  .tw .lg\:checked\:bg-purple-900:checked{
    --tw-bg-opacity: 1;
    background-color: rgba(0, 0, 89, var(--tw-bg-opacity));
  }

  .tw .lg\:checked\:bg-purple:checked{
    --tw-bg-opacity: 1;
    background-color: rgba(168, 120, 255, var(--tw-bg-opacity));
  }

  .tw .lg\:checked\:bg-orange-50:checked{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 210, 131, var(--tw-bg-opacity));
  }

  .tw .lg\:checked\:bg-orange-100:checked{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 180, 103, var(--tw-bg-opacity));
  }

  .tw .lg\:checked\:bg-orange-200:checked{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 151, 75, var(--tw-bg-opacity));
  }

  .tw .lg\:checked\:bg-orange-300:checked{
    --tw-bg-opacity: 1;
    background-color: rgba(240, 122, 47, var(--tw-bg-opacity));
  }

  .tw .lg\:checked\:bg-orange-400:checked{
    --tw-bg-opacity: 1;
    background-color: rgba(206, 95, 17, var(--tw-bg-opacity));
  }

  .tw .lg\:checked\:bg-orange-500:checked{
    --tw-bg-opacity: 1;
    background-color: rgba(173, 68, 0, var(--tw-bg-opacity));
  }

  .tw .lg\:checked\:bg-orange-600:checked{
    --tw-bg-opacity: 1;
    background-color: rgba(141, 40, 0, var(--tw-bg-opacity));
  }

  .tw .lg\:checked\:bg-orange-700:checked{
    --tw-bg-opacity: 1;
    background-color: rgba(111, 6, 0, var(--tw-bg-opacity));
  }

  .tw .lg\:checked\:bg-orange-800:checked{
    --tw-bg-opacity: 1;
    background-color: rgba(84, 0, 0, var(--tw-bg-opacity));
  }

  .tw .lg\:checked\:bg-orange-900:checked{
    --tw-bg-opacity: 1;
    background-color: rgba(65, 0, 0, var(--tw-bg-opacity));
  }

  .tw .lg\:checked\:bg-orange:checked{
    --tw-bg-opacity: 1;
    background-color: rgba(245, 127, 52, var(--tw-bg-opacity));
  }

  .tw .lg\:checked\:bg-surface-brand:checked{
    --tw-bg-opacity: 1;
    background-color: rgba(26, 26, 26, var(--tw-bg-opacity));
  }

  .tw .lg\:checked\:bg-surface-lower:checked{
    --tw-bg-opacity: 1;
    background-color: rgba(18, 19, 20, var(--tw-bg-opacity));
  }

  .tw .lg\:checked\:bg-surface-base:checked{
    --tw-bg-opacity: 1;
    background-color: rgba(29, 30, 31, var(--tw-bg-opacity));
  }

  .tw .lg\:checked\:bg-surface-low:checked{
    --tw-bg-opacity: 1;
    background-color: rgba(33, 33, 36, var(--tw-bg-opacity));
  }

  .tw .lg\:checked\:bg-surface-middle:checked{
    --tw-bg-opacity: 1;
    background-color: rgba(38, 38, 42, var(--tw-bg-opacity));
  }

  .tw .lg\:checked\:bg-surface-upper:checked{
    --tw-bg-opacity: 1;
    background-color: rgba(41, 41, 46, var(--tw-bg-opacity));
  }

  .tw .lg\:checked\:bg-surface-high:checked{
    --tw-bg-opacity: 1;
    background-color: rgba(52, 52, 53, var(--tw-bg-opacity));
  }

  .tw .lg\:checked\:bg-surface-higher:checked{
    --tw-bg-opacity: 1;
    background-color: rgba(74, 75, 75, var(--tw-bg-opacity));
  }

  .tw .lg\:checked\:bg-surface-highest:checked{
    --tw-bg-opacity: 1;
    background-color: rgba(97, 97, 98, var(--tw-bg-opacity));
  }

  .tw .lg\:checked\:bg-glyph-base:checked{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  }

  .tw .lg\:checked\:bg-glyph-light:checked{
    --tw-bg-opacity: 1;
    background-color: rgba(194, 194, 194, var(--tw-bg-opacity));
  }

  .tw .lg\:checked\:bg-glyph-lighter:checked{
    --tw-bg-opacity: 1;
    background-color: rgba(150, 150, 150, var(--tw-bg-opacity));
  }

  .tw .lg\:checked\:bg-glyph-lightest:checked{
    --tw-bg-opacity: 1;
    background-color: rgba(80, 80, 80, var(--tw-bg-opacity));
  }

  .tw .lg\:checked\:bg-link:checked{
    --tw-bg-opacity: 1;
    background-color: rgba(0, 190, 255, var(--tw-bg-opacity));
  }

  .tw .lg\:checked\:bg-info-error:checked{
    --tw-bg-opacity: 1;
    background-color: rgba(235, 51, 65, var(--tw-bg-opacity));
  }

  .tw .lg\:checked\:bg-info-danger:checked{
    --tw-bg-opacity: 1;
    background-color: rgba(247, 127, 37, var(--tw-bg-opacity));
  }

  .tw .lg\:checked\:bg-info-warn:checked{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 200, 47, var(--tw-bg-opacity));
  }

  .tw .lg\:checked\:bg-info-ok:checked{
    --tw-bg-opacity: 1;
    background-color: rgba(0, 151, 79, var(--tw-bg-opacity));
  }

  .tw .lg\:checked\:bg-info-notice:checked{
    --tw-bg-opacity: 1;
    background-color: rgba(1, 128, 255, var(--tw-bg-opacity));
  }

  .tw .lg\:checked\:bg-accent-1:checked{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 93, 105, var(--tw-bg-opacity));
  }

  .tw .lg\:checked\:bg-accent-2:checked{
    --tw-bg-opacity: 1;
    background-color: rgba(7, 245, 175, var(--tw-bg-opacity));
  }

  .tw .lg\:checked\:bg-accent-3:checked{
    --tw-bg-opacity: 1;
    background-color: rgba(4, 211, 114, var(--tw-bg-opacity));
  }

  .tw .lg\:checked\:bg-accent-4:checked{
    --tw-bg-opacity: 1;
    background-color: rgba(132, 81, 245, var(--tw-bg-opacity));
  }

  .tw .lg\:bg-none{
    background-image: none;
  }

  .tw .lg\:bg-gradient-to-t{
    background-image: linear-gradient(to top, var(--tw-gradient-stops));
  }

  .tw .lg\:bg-gradient-to-tr{
    background-image: linear-gradient(to top right, var(--tw-gradient-stops));
  }

  .tw .lg\:bg-gradient-to-r{
    background-image: linear-gradient(to right, var(--tw-gradient-stops));
  }

  .tw .lg\:bg-gradient-to-br{
    background-image: linear-gradient(to bottom right, var(--tw-gradient-stops));
  }

  .tw .lg\:bg-gradient-to-b{
    background-image: linear-gradient(to bottom, var(--tw-gradient-stops));
  }

  .tw .lg\:bg-gradient-to-bl{
    background-image: linear-gradient(to bottom left, var(--tw-gradient-stops));
  }

  .tw .lg\:bg-gradient-to-l{
    background-image: linear-gradient(to left, var(--tw-gradient-stops));
  }

  .tw .lg\:bg-gradient-to-tl{
    background-image: linear-gradient(to top left, var(--tw-gradient-stops));
  }

  .tw .lg\:from-current{
    --tw-gradient-from: currentColor;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .tw .lg\:from-transparent{
    --tw-gradient-from: transparent;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .tw .lg\:from-white{
    --tw-gradient-from: #FFFFFF;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .tw .lg\:from-black{
    --tw-gradient-from: #000000;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .tw .lg\:from-gray-10{
    --tw-gradient-from: #F0F0F0;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(240, 240, 240, 0));
  }

  .tw .lg\:from-gray-20{
    --tw-gradient-from: #E2E2E2;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(226, 226, 226, 0));
  }

  .tw .lg\:from-gray-30{
    --tw-gradient-from: #D3D3D3;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(211, 211, 211, 0));
  }

  .tw .lg\:from-gray-40{
    --tw-gradient-from: #C5C5C5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(197, 197, 197, 0));
  }

  .tw .lg\:from-gray-50{
    --tw-gradient-from: #B7B7B7;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(183, 183, 183, 0));
  }

  .tw .lg\:from-gray-60{
    --tw-gradient-from: #A9A9A9;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(169, 169, 169, 0));
  }

  .tw .lg\:from-gray-70{
    --tw-gradient-from: #9C9C9C;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(156, 156, 156, 0));
  }

  .tw .lg\:from-gray-80{
    --tw-gradient-from: #8E8E8E;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(142, 142, 142, 0));
  }

  .tw .lg\:from-gray-90{
    --tw-gradient-from: #818181;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(129, 129, 129, 0));
  }

  .tw .lg\:from-gray-100{
    --tw-gradient-from: #6C6D72;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(108, 109, 114, 0));
  }

  .tw .lg\:from-gray-200{
    --tw-gradient-from: #606167;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(96, 97, 103, 0));
  }

  .tw .lg\:from-gray-300{
    --tw-gradient-from: #54565B;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(84, 86, 91, 0));
  }

  .tw .lg\:from-gray-400{
    --tw-gradient-from: #494950;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(73, 73, 80, 0));
  }

  .tw .lg\:from-gray-500{
    --tw-gradient-from: #3D3D44;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(61, 61, 68, 0));
  }

  .tw .lg\:from-gray-600{
    --tw-gradient-from: #35353D;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(53, 53, 61, 0));
  }

  .tw .lg\:from-gray-700{
    --tw-gradient-from: #2D2D31;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(45, 45, 49, 0));
  }

  .tw .lg\:from-gray-800{
    --tw-gradient-from: #26252A;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(38, 37, 42, 0));
  }

  .tw .lg\:from-gray-850{
    --tw-gradient-from: #202025;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(32, 32, 37, 0));
  }

  .tw .lg\:from-gray-900{
    --tw-gradient-from: #1B1B20;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(27, 27, 32, 0));
  }

  .tw .lg\:from-gray-950{
    --tw-gradient-from: #141417;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(20, 20, 23, 0));
  }

  .tw .lg\:from-brand-50{
    --tw-gradient-from: #7FFFFF;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(127, 255, 255, 0));
  }

  .tw .lg\:from-brand-100{
    --tw-gradient-from: #57E2FF;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(87, 226, 255, 0));
  }

  .tw .lg\:from-brand-200{
    --tw-gradient-from: #20C5FF;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(32, 197, 255, 0));
  }

  .tw .lg\:from-brand-300{
    --tw-gradient-from: #00A7E7;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 167, 231, 0));
  }

  .tw .lg\:from-brand-400{
    --tw-gradient-from: #008BC9;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 139, 201, 0));
  }

  .tw .lg\:from-brand-500{
    --tw-gradient-from: #0070AC;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 112, 172, 0));
  }

  .tw .lg\:from-brand-600{
    --tw-gradient-from: #00568F;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 86, 143, 0));
  }

  .tw .lg\:from-brand-700{
    --tw-gradient-from: #003E74;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 62, 116, 0));
  }

  .tw .lg\:from-brand-800{
    --tw-gradient-from: #002759;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 39, 89, 0));
  }

  .tw .lg\:from-brand-900{
    --tw-gradient-from: #00123F;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 18, 63, 0));
  }

  .tw .lg\:from-brand{
    --tw-gradient-from: #00BEFF;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 190, 255, 0));
  }

  .tw .lg\:from-brand-base{
    --tw-gradient-from: #00BEFF;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 190, 255, 0));
  }

  .tw .lg\:from-red-50{
    --tw-gradient-from: #FFCAC8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 202, 200, 0));
  }

  .tw .lg\:from-red-100{
    --tw-gradient-from: #FFABAB;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 171, 171, 0));
  }

  .tw .lg\:from-red-200{
    --tw-gradient-from: #FF8E8E;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 142, 142, 0));
  }

  .tw .lg\:from-red-300{
    --tw-gradient-from: #F77073;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(247, 112, 115, 0));
  }

  .tw .lg\:from-red-400{
    --tw-gradient-from: #D75359;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(215, 83, 89, 0));
  }

  .tw .lg\:from-red-500{
    --tw-gradient-from: #B63640;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(182, 54, 64, 0));
  }

  .tw .lg\:from-red-600{
    --tw-gradient-from: #961229;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(150, 18, 41, 0));
  }

  .tw .lg\:from-red-700{
    --tw-gradient-from: #770013;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(119, 0, 19, 0));
  }

  .tw .lg\:from-red-800{
    --tw-gradient-from: #590000;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(89, 0, 0, 0));
  }

  .tw .lg\:from-red-900{
    --tw-gradient-from: #410000;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(65, 0, 0, 0));
  }

  .tw .lg\:from-red{
    --tw-gradient-from: #D35056;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(211, 80, 86, 0));
  }

  .tw .lg\:from-red-brand{
    --tw-gradient-from: #FF4F4F;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 79, 79, 0));
  }

  .tw .lg\:from-green-50{
    --tw-gradient-from: #8DFFCD;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(141, 255, 205, 0));
  }

  .tw .lg\:from-green-100{
    --tw-gradient-from: #6DECB0;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(109, 236, 176, 0));
  }

  .tw .lg\:from-green-200{
    --tw-gradient-from: #4CCE93;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(76, 206, 147, 0));
  }

  .tw .lg\:from-green-300{
    --tw-gradient-from: #24B077;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(36, 176, 119, 0));
  }

  .tw .lg\:from-green-400{
    --tw-gradient-from: #00935D;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 147, 93, 0));
  }

  .tw .lg\:from-green-500{
    --tw-gradient-from: #007744;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 119, 68, 0));
  }

  .tw .lg\:from-green-600{
    --tw-gradient-from: #005B2B;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 91, 43, 0));
  }

  .tw .lg\:from-green-700{
    --tw-gradient-from: #004115;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 65, 21, 0));
  }

  .tw .lg\:from-green-800{
    --tw-gradient-from: #002B00;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 43, 0, 0));
  }

  .tw .lg\:from-green-900{
    --tw-gradient-from: #001B00;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 27, 0, 0));
  }

  .tw .lg\:from-green{
    --tw-gradient-from: #2EB67D;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(46, 182, 125, 0));
  }

  .tw .lg\:from-yellow-50{
    --tw-gradient-from: #FFEB57;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 235, 87, 0));
  }

  .tw .lg\:from-yellow-100{
    --tw-gradient-from: #FFCD37;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 205, 55, 0));
  }

  .tw .lg\:from-yellow-200{
    --tw-gradient-from: #E4B009;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(228, 176, 9, 0));
  }

  .tw .lg\:from-yellow-300{
    --tw-gradient-from: #C39400;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(195, 148, 0, 0));
  }

  .tw .lg\:from-yellow-400{
    --tw-gradient-from: #A37900;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(163, 121, 0, 0));
  }

  .tw .lg\:from-yellow-500{
    --tw-gradient-from: #855F00;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(133, 95, 0, 0));
  }

  .tw .lg\:from-yellow-600{
    --tw-gradient-from: #684600;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(104, 70, 0, 0));
  }

  .tw .lg\:from-yellow-700{
    --tw-gradient-from: #4F2E00;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(79, 46, 0, 0));
  }

  .tw .lg\:from-yellow-800{
    --tw-gradient-from: #3D1600;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(61, 22, 0, 0));
  }

  .tw .lg\:from-yellow-900{
    --tw-gradient-from: #320000;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(50, 0, 0, 0));
  }

  .tw .lg\:from-yellow{
    --tw-gradient-from: #FEC72F;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 199, 47, 0));
  }

  .tw .lg\:from-purple-50{
    --tw-gradient-from: #FFD8FF;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 216, 255, 0));
  }

  .tw .lg\:from-purple-100{
    --tw-gradient-from: #F0BAFF;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(240, 186, 255, 0));
  }

  .tw .lg\:from-purple-200{
    --tw-gradient-from: #D09DFF;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(208, 157, 255, 0));
  }

  .tw .lg\:from-purple-300{
    --tw-gradient-from: #B180FF;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(177, 128, 255, 0));
  }

  .tw .lg\:from-purple-400{
    --tw-gradient-from: #9265E9;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(146, 101, 233, 0));
  }

  .tw .lg\:from-purple-500{
    --tw-gradient-from: #744ACB;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(116, 74, 203, 0));
  }

  .tw .lg\:from-purple-600{
    --tw-gradient-from: #5530AD;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(85, 48, 173, 0));
  }

  .tw .lg\:from-purple-700{
    --tw-gradient-from: #351690;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(53, 22, 144, 0));
  }

  .tw .lg\:from-purple-800{
    --tw-gradient-from: #090074;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(9, 0, 116, 0));
  }

  .tw .lg\:from-purple-900{
    --tw-gradient-from: #000059;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 89, 0));
  }

  .tw .lg\:from-purple{
    --tw-gradient-from: #A878FF;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(168, 120, 255, 0));
  }

  .tw .lg\:from-orange-50{
    --tw-gradient-from: #FFD283;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 210, 131, 0));
  }

  .tw .lg\:from-orange-100{
    --tw-gradient-from: #FFB467;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 180, 103, 0));
  }

  .tw .lg\:from-orange-200{
    --tw-gradient-from: #FF974B;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 151, 75, 0));
  }

  .tw .lg\:from-orange-300{
    --tw-gradient-from: #F07A2F;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(240, 122, 47, 0));
  }

  .tw .lg\:from-orange-400{
    --tw-gradient-from: #CE5F11;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(206, 95, 17, 0));
  }

  .tw .lg\:from-orange-500{
    --tw-gradient-from: #AD4400;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(173, 68, 0, 0));
  }

  .tw .lg\:from-orange-600{
    --tw-gradient-from: #8D2800;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(141, 40, 0, 0));
  }

  .tw .lg\:from-orange-700{
    --tw-gradient-from: #6F0600;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(111, 6, 0, 0));
  }

  .tw .lg\:from-orange-800{
    --tw-gradient-from: #540000;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(84, 0, 0, 0));
  }

  .tw .lg\:from-orange-900{
    --tw-gradient-from: #410000;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(65, 0, 0, 0));
  }

  .tw .lg\:from-orange{
    --tw-gradient-from: #F57F34;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 127, 52, 0));
  }

  .tw .lg\:from-surface-brand{
    --tw-gradient-from: #1A1A1A;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(26, 26, 26, 0));
  }

  .tw .lg\:from-surface-lower{
    --tw-gradient-from: #121314;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(18, 19, 20, 0));
  }

  .tw .lg\:from-surface-base{
    --tw-gradient-from: #1D1E1F;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(29, 30, 31, 0));
  }

  .tw .lg\:from-surface-low{
    --tw-gradient-from: #212124;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(33, 33, 36, 0));
  }

  .tw .lg\:from-surface-middle{
    --tw-gradient-from: #26262A;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(38, 38, 42, 0));
  }

  .tw .lg\:from-surface-upper{
    --tw-gradient-from: #29292E;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(41, 41, 46, 0));
  }

  .tw .lg\:from-surface-high{
    --tw-gradient-from: #343435;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(52, 52, 53, 0));
  }

  .tw .lg\:from-surface-higher{
    --tw-gradient-from: #4A4B4B;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(74, 75, 75, 0));
  }

  .tw .lg\:from-surface-highest{
    --tw-gradient-from: #616162;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(97, 97, 98, 0));
  }

  .tw .lg\:from-glyph-base{
    --tw-gradient-from: #FFFFFF;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .tw .lg\:from-glyph-light{
    --tw-gradient-from: #C2C2C2;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(194, 194, 194, 0));
  }

  .tw .lg\:from-glyph-lighter{
    --tw-gradient-from: #969696;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(150, 150, 150, 0));
  }

  .tw .lg\:from-glyph-lightest{
    --tw-gradient-from: #505050;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(80, 80, 80, 0));
  }

  .tw .lg\:from-link{
    --tw-gradient-from: #00BEFF;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 190, 255, 0));
  }

  .tw .lg\:from-info-error{
    --tw-gradient-from: #eb3341;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(235, 51, 65, 0));
  }

  .tw .lg\:from-info-danger{
    --tw-gradient-from: #F77F25;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(247, 127, 37, 0));
  }

  .tw .lg\:from-info-warn{
    --tw-gradient-from: #FFC82F;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 200, 47, 0));
  }

  .tw .lg\:from-info-ok{
    --tw-gradient-from: #00974F;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 151, 79, 0));
  }

  .tw .lg\:from-info-notice{
    --tw-gradient-from: #0180FF;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(1, 128, 255, 0));
  }

  .tw .lg\:from-accent-1{
    --tw-gradient-from: #FF5D69;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 93, 105, 0));
  }

  .tw .lg\:from-accent-2{
    --tw-gradient-from: #07F5AF;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(7, 245, 175, 0));
  }

  .tw .lg\:from-accent-3{
    --tw-gradient-from: #04D372;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(4, 211, 114, 0));
  }

  .tw .lg\:from-accent-4{
    --tw-gradient-from: #8451F5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(132, 81, 245, 0));
  }

  .tw .lg\:hover\:from-current:hover{
    --tw-gradient-from: currentColor;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .tw .lg\:hover\:from-transparent:hover{
    --tw-gradient-from: transparent;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .tw .lg\:hover\:from-white:hover{
    --tw-gradient-from: #FFFFFF;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .tw .lg\:hover\:from-black:hover{
    --tw-gradient-from: #000000;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .tw .lg\:hover\:from-gray-10:hover{
    --tw-gradient-from: #F0F0F0;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(240, 240, 240, 0));
  }

  .tw .lg\:hover\:from-gray-20:hover{
    --tw-gradient-from: #E2E2E2;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(226, 226, 226, 0));
  }

  .tw .lg\:hover\:from-gray-30:hover{
    --tw-gradient-from: #D3D3D3;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(211, 211, 211, 0));
  }

  .tw .lg\:hover\:from-gray-40:hover{
    --tw-gradient-from: #C5C5C5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(197, 197, 197, 0));
  }

  .tw .lg\:hover\:from-gray-50:hover{
    --tw-gradient-from: #B7B7B7;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(183, 183, 183, 0));
  }

  .tw .lg\:hover\:from-gray-60:hover{
    --tw-gradient-from: #A9A9A9;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(169, 169, 169, 0));
  }

  .tw .lg\:hover\:from-gray-70:hover{
    --tw-gradient-from: #9C9C9C;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(156, 156, 156, 0));
  }

  .tw .lg\:hover\:from-gray-80:hover{
    --tw-gradient-from: #8E8E8E;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(142, 142, 142, 0));
  }

  .tw .lg\:hover\:from-gray-90:hover{
    --tw-gradient-from: #818181;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(129, 129, 129, 0));
  }

  .tw .lg\:hover\:from-gray-100:hover{
    --tw-gradient-from: #6C6D72;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(108, 109, 114, 0));
  }

  .tw .lg\:hover\:from-gray-200:hover{
    --tw-gradient-from: #606167;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(96, 97, 103, 0));
  }

  .tw .lg\:hover\:from-gray-300:hover{
    --tw-gradient-from: #54565B;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(84, 86, 91, 0));
  }

  .tw .lg\:hover\:from-gray-400:hover{
    --tw-gradient-from: #494950;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(73, 73, 80, 0));
  }

  .tw .lg\:hover\:from-gray-500:hover{
    --tw-gradient-from: #3D3D44;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(61, 61, 68, 0));
  }

  .tw .lg\:hover\:from-gray-600:hover{
    --tw-gradient-from: #35353D;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(53, 53, 61, 0));
  }

  .tw .lg\:hover\:from-gray-700:hover{
    --tw-gradient-from: #2D2D31;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(45, 45, 49, 0));
  }

  .tw .lg\:hover\:from-gray-800:hover{
    --tw-gradient-from: #26252A;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(38, 37, 42, 0));
  }

  .tw .lg\:hover\:from-gray-850:hover{
    --tw-gradient-from: #202025;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(32, 32, 37, 0));
  }

  .tw .lg\:hover\:from-gray-900:hover{
    --tw-gradient-from: #1B1B20;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(27, 27, 32, 0));
  }

  .tw .lg\:hover\:from-gray-950:hover{
    --tw-gradient-from: #141417;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(20, 20, 23, 0));
  }

  .tw .lg\:hover\:from-brand-50:hover{
    --tw-gradient-from: #7FFFFF;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(127, 255, 255, 0));
  }

  .tw .lg\:hover\:from-brand-100:hover{
    --tw-gradient-from: #57E2FF;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(87, 226, 255, 0));
  }

  .tw .lg\:hover\:from-brand-200:hover{
    --tw-gradient-from: #20C5FF;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(32, 197, 255, 0));
  }

  .tw .lg\:hover\:from-brand-300:hover{
    --tw-gradient-from: #00A7E7;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 167, 231, 0));
  }

  .tw .lg\:hover\:from-brand-400:hover{
    --tw-gradient-from: #008BC9;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 139, 201, 0));
  }

  .tw .lg\:hover\:from-brand-500:hover{
    --tw-gradient-from: #0070AC;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 112, 172, 0));
  }

  .tw .lg\:hover\:from-brand-600:hover{
    --tw-gradient-from: #00568F;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 86, 143, 0));
  }

  .tw .lg\:hover\:from-brand-700:hover{
    --tw-gradient-from: #003E74;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 62, 116, 0));
  }

  .tw .lg\:hover\:from-brand-800:hover{
    --tw-gradient-from: #002759;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 39, 89, 0));
  }

  .tw .lg\:hover\:from-brand-900:hover{
    --tw-gradient-from: #00123F;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 18, 63, 0));
  }

  .tw .lg\:hover\:from-brand:hover{
    --tw-gradient-from: #00BEFF;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 190, 255, 0));
  }

  .tw .lg\:hover\:from-brand-base:hover{
    --tw-gradient-from: #00BEFF;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 190, 255, 0));
  }

  .tw .lg\:hover\:from-red-50:hover{
    --tw-gradient-from: #FFCAC8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 202, 200, 0));
  }

  .tw .lg\:hover\:from-red-100:hover{
    --tw-gradient-from: #FFABAB;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 171, 171, 0));
  }

  .tw .lg\:hover\:from-red-200:hover{
    --tw-gradient-from: #FF8E8E;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 142, 142, 0));
  }

  .tw .lg\:hover\:from-red-300:hover{
    --tw-gradient-from: #F77073;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(247, 112, 115, 0));
  }

  .tw .lg\:hover\:from-red-400:hover{
    --tw-gradient-from: #D75359;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(215, 83, 89, 0));
  }

  .tw .lg\:hover\:from-red-500:hover{
    --tw-gradient-from: #B63640;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(182, 54, 64, 0));
  }

  .tw .lg\:hover\:from-red-600:hover{
    --tw-gradient-from: #961229;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(150, 18, 41, 0));
  }

  .tw .lg\:hover\:from-red-700:hover{
    --tw-gradient-from: #770013;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(119, 0, 19, 0));
  }

  .tw .lg\:hover\:from-red-800:hover{
    --tw-gradient-from: #590000;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(89, 0, 0, 0));
  }

  .tw .lg\:hover\:from-red-900:hover{
    --tw-gradient-from: #410000;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(65, 0, 0, 0));
  }

  .tw .lg\:hover\:from-red:hover{
    --tw-gradient-from: #D35056;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(211, 80, 86, 0));
  }

  .tw .lg\:hover\:from-red-brand:hover{
    --tw-gradient-from: #FF4F4F;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 79, 79, 0));
  }

  .tw .lg\:hover\:from-green-50:hover{
    --tw-gradient-from: #8DFFCD;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(141, 255, 205, 0));
  }

  .tw .lg\:hover\:from-green-100:hover{
    --tw-gradient-from: #6DECB0;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(109, 236, 176, 0));
  }

  .tw .lg\:hover\:from-green-200:hover{
    --tw-gradient-from: #4CCE93;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(76, 206, 147, 0));
  }

  .tw .lg\:hover\:from-green-300:hover{
    --tw-gradient-from: #24B077;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(36, 176, 119, 0));
  }

  .tw .lg\:hover\:from-green-400:hover{
    --tw-gradient-from: #00935D;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 147, 93, 0));
  }

  .tw .lg\:hover\:from-green-500:hover{
    --tw-gradient-from: #007744;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 119, 68, 0));
  }

  .tw .lg\:hover\:from-green-600:hover{
    --tw-gradient-from: #005B2B;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 91, 43, 0));
  }

  .tw .lg\:hover\:from-green-700:hover{
    --tw-gradient-from: #004115;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 65, 21, 0));
  }

  .tw .lg\:hover\:from-green-800:hover{
    --tw-gradient-from: #002B00;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 43, 0, 0));
  }

  .tw .lg\:hover\:from-green-900:hover{
    --tw-gradient-from: #001B00;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 27, 0, 0));
  }

  .tw .lg\:hover\:from-green:hover{
    --tw-gradient-from: #2EB67D;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(46, 182, 125, 0));
  }

  .tw .lg\:hover\:from-yellow-50:hover{
    --tw-gradient-from: #FFEB57;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 235, 87, 0));
  }

  .tw .lg\:hover\:from-yellow-100:hover{
    --tw-gradient-from: #FFCD37;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 205, 55, 0));
  }

  .tw .lg\:hover\:from-yellow-200:hover{
    --tw-gradient-from: #E4B009;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(228, 176, 9, 0));
  }

  .tw .lg\:hover\:from-yellow-300:hover{
    --tw-gradient-from: #C39400;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(195, 148, 0, 0));
  }

  .tw .lg\:hover\:from-yellow-400:hover{
    --tw-gradient-from: #A37900;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(163, 121, 0, 0));
  }

  .tw .lg\:hover\:from-yellow-500:hover{
    --tw-gradient-from: #855F00;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(133, 95, 0, 0));
  }

  .tw .lg\:hover\:from-yellow-600:hover{
    --tw-gradient-from: #684600;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(104, 70, 0, 0));
  }

  .tw .lg\:hover\:from-yellow-700:hover{
    --tw-gradient-from: #4F2E00;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(79, 46, 0, 0));
  }

  .tw .lg\:hover\:from-yellow-800:hover{
    --tw-gradient-from: #3D1600;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(61, 22, 0, 0));
  }

  .tw .lg\:hover\:from-yellow-900:hover{
    --tw-gradient-from: #320000;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(50, 0, 0, 0));
  }

  .tw .lg\:hover\:from-yellow:hover{
    --tw-gradient-from: #FEC72F;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 199, 47, 0));
  }

  .tw .lg\:hover\:from-purple-50:hover{
    --tw-gradient-from: #FFD8FF;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 216, 255, 0));
  }

  .tw .lg\:hover\:from-purple-100:hover{
    --tw-gradient-from: #F0BAFF;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(240, 186, 255, 0));
  }

  .tw .lg\:hover\:from-purple-200:hover{
    --tw-gradient-from: #D09DFF;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(208, 157, 255, 0));
  }

  .tw .lg\:hover\:from-purple-300:hover{
    --tw-gradient-from: #B180FF;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(177, 128, 255, 0));
  }

  .tw .lg\:hover\:from-purple-400:hover{
    --tw-gradient-from: #9265E9;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(146, 101, 233, 0));
  }

  .tw .lg\:hover\:from-purple-500:hover{
    --tw-gradient-from: #744ACB;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(116, 74, 203, 0));
  }

  .tw .lg\:hover\:from-purple-600:hover{
    --tw-gradient-from: #5530AD;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(85, 48, 173, 0));
  }

  .tw .lg\:hover\:from-purple-700:hover{
    --tw-gradient-from: #351690;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(53, 22, 144, 0));
  }

  .tw .lg\:hover\:from-purple-800:hover{
    --tw-gradient-from: #090074;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(9, 0, 116, 0));
  }

  .tw .lg\:hover\:from-purple-900:hover{
    --tw-gradient-from: #000059;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 89, 0));
  }

  .tw .lg\:hover\:from-purple:hover{
    --tw-gradient-from: #A878FF;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(168, 120, 255, 0));
  }

  .tw .lg\:hover\:from-orange-50:hover{
    --tw-gradient-from: #FFD283;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 210, 131, 0));
  }

  .tw .lg\:hover\:from-orange-100:hover{
    --tw-gradient-from: #FFB467;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 180, 103, 0));
  }

  .tw .lg\:hover\:from-orange-200:hover{
    --tw-gradient-from: #FF974B;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 151, 75, 0));
  }

  .tw .lg\:hover\:from-orange-300:hover{
    --tw-gradient-from: #F07A2F;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(240, 122, 47, 0));
  }

  .tw .lg\:hover\:from-orange-400:hover{
    --tw-gradient-from: #CE5F11;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(206, 95, 17, 0));
  }

  .tw .lg\:hover\:from-orange-500:hover{
    --tw-gradient-from: #AD4400;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(173, 68, 0, 0));
  }

  .tw .lg\:hover\:from-orange-600:hover{
    --tw-gradient-from: #8D2800;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(141, 40, 0, 0));
  }

  .tw .lg\:hover\:from-orange-700:hover{
    --tw-gradient-from: #6F0600;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(111, 6, 0, 0));
  }

  .tw .lg\:hover\:from-orange-800:hover{
    --tw-gradient-from: #540000;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(84, 0, 0, 0));
  }

  .tw .lg\:hover\:from-orange-900:hover{
    --tw-gradient-from: #410000;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(65, 0, 0, 0));
  }

  .tw .lg\:hover\:from-orange:hover{
    --tw-gradient-from: #F57F34;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 127, 52, 0));
  }

  .tw .lg\:hover\:from-surface-brand:hover{
    --tw-gradient-from: #1A1A1A;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(26, 26, 26, 0));
  }

  .tw .lg\:hover\:from-surface-lower:hover{
    --tw-gradient-from: #121314;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(18, 19, 20, 0));
  }

  .tw .lg\:hover\:from-surface-base:hover{
    --tw-gradient-from: #1D1E1F;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(29, 30, 31, 0));
  }

  .tw .lg\:hover\:from-surface-low:hover{
    --tw-gradient-from: #212124;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(33, 33, 36, 0));
  }

  .tw .lg\:hover\:from-surface-middle:hover{
    --tw-gradient-from: #26262A;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(38, 38, 42, 0));
  }

  .tw .lg\:hover\:from-surface-upper:hover{
    --tw-gradient-from: #29292E;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(41, 41, 46, 0));
  }

  .tw .lg\:hover\:from-surface-high:hover{
    --tw-gradient-from: #343435;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(52, 52, 53, 0));
  }

  .tw .lg\:hover\:from-surface-higher:hover{
    --tw-gradient-from: #4A4B4B;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(74, 75, 75, 0));
  }

  .tw .lg\:hover\:from-surface-highest:hover{
    --tw-gradient-from: #616162;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(97, 97, 98, 0));
  }

  .tw .lg\:hover\:from-glyph-base:hover{
    --tw-gradient-from: #FFFFFF;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .tw .lg\:hover\:from-glyph-light:hover{
    --tw-gradient-from: #C2C2C2;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(194, 194, 194, 0));
  }

  .tw .lg\:hover\:from-glyph-lighter:hover{
    --tw-gradient-from: #969696;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(150, 150, 150, 0));
  }

  .tw .lg\:hover\:from-glyph-lightest:hover{
    --tw-gradient-from: #505050;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(80, 80, 80, 0));
  }

  .tw .lg\:hover\:from-link:hover{
    --tw-gradient-from: #00BEFF;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 190, 255, 0));
  }

  .tw .lg\:hover\:from-info-error:hover{
    --tw-gradient-from: #eb3341;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(235, 51, 65, 0));
  }

  .tw .lg\:hover\:from-info-danger:hover{
    --tw-gradient-from: #F77F25;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(247, 127, 37, 0));
  }

  .tw .lg\:hover\:from-info-warn:hover{
    --tw-gradient-from: #FFC82F;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 200, 47, 0));
  }

  .tw .lg\:hover\:from-info-ok:hover{
    --tw-gradient-from: #00974F;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 151, 79, 0));
  }

  .tw .lg\:hover\:from-info-notice:hover{
    --tw-gradient-from: #0180FF;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(1, 128, 255, 0));
  }

  .tw .lg\:hover\:from-accent-1:hover{
    --tw-gradient-from: #FF5D69;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 93, 105, 0));
  }

  .tw .lg\:hover\:from-accent-2:hover{
    --tw-gradient-from: #07F5AF;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(7, 245, 175, 0));
  }

  .tw .lg\:hover\:from-accent-3:hover{
    --tw-gradient-from: #04D372;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(4, 211, 114, 0));
  }

  .tw .lg\:hover\:from-accent-4:hover{
    --tw-gradient-from: #8451F5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(132, 81, 245, 0));
  }

  .tw .lg\:focus\:from-current:focus{
    --tw-gradient-from: currentColor;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .tw .lg\:focus\:from-transparent:focus{
    --tw-gradient-from: transparent;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .tw .lg\:focus\:from-white:focus{
    --tw-gradient-from: #FFFFFF;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .tw .lg\:focus\:from-black:focus{
    --tw-gradient-from: #000000;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .tw .lg\:focus\:from-gray-10:focus{
    --tw-gradient-from: #F0F0F0;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(240, 240, 240, 0));
  }

  .tw .lg\:focus\:from-gray-20:focus{
    --tw-gradient-from: #E2E2E2;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(226, 226, 226, 0));
  }

  .tw .lg\:focus\:from-gray-30:focus{
    --tw-gradient-from: #D3D3D3;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(211, 211, 211, 0));
  }

  .tw .lg\:focus\:from-gray-40:focus{
    --tw-gradient-from: #C5C5C5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(197, 197, 197, 0));
  }

  .tw .lg\:focus\:from-gray-50:focus{
    --tw-gradient-from: #B7B7B7;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(183, 183, 183, 0));
  }

  .tw .lg\:focus\:from-gray-60:focus{
    --tw-gradient-from: #A9A9A9;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(169, 169, 169, 0));
  }

  .tw .lg\:focus\:from-gray-70:focus{
    --tw-gradient-from: #9C9C9C;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(156, 156, 156, 0));
  }

  .tw .lg\:focus\:from-gray-80:focus{
    --tw-gradient-from: #8E8E8E;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(142, 142, 142, 0));
  }

  .tw .lg\:focus\:from-gray-90:focus{
    --tw-gradient-from: #818181;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(129, 129, 129, 0));
  }

  .tw .lg\:focus\:from-gray-100:focus{
    --tw-gradient-from: #6C6D72;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(108, 109, 114, 0));
  }

  .tw .lg\:focus\:from-gray-200:focus{
    --tw-gradient-from: #606167;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(96, 97, 103, 0));
  }

  .tw .lg\:focus\:from-gray-300:focus{
    --tw-gradient-from: #54565B;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(84, 86, 91, 0));
  }

  .tw .lg\:focus\:from-gray-400:focus{
    --tw-gradient-from: #494950;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(73, 73, 80, 0));
  }

  .tw .lg\:focus\:from-gray-500:focus{
    --tw-gradient-from: #3D3D44;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(61, 61, 68, 0));
  }

  .tw .lg\:focus\:from-gray-600:focus{
    --tw-gradient-from: #35353D;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(53, 53, 61, 0));
  }

  .tw .lg\:focus\:from-gray-700:focus{
    --tw-gradient-from: #2D2D31;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(45, 45, 49, 0));
  }

  .tw .lg\:focus\:from-gray-800:focus{
    --tw-gradient-from: #26252A;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(38, 37, 42, 0));
  }

  .tw .lg\:focus\:from-gray-850:focus{
    --tw-gradient-from: #202025;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(32, 32, 37, 0));
  }

  .tw .lg\:focus\:from-gray-900:focus{
    --tw-gradient-from: #1B1B20;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(27, 27, 32, 0));
  }

  .tw .lg\:focus\:from-gray-950:focus{
    --tw-gradient-from: #141417;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(20, 20, 23, 0));
  }

  .tw .lg\:focus\:from-brand-50:focus{
    --tw-gradient-from: #7FFFFF;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(127, 255, 255, 0));
  }

  .tw .lg\:focus\:from-brand-100:focus{
    --tw-gradient-from: #57E2FF;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(87, 226, 255, 0));
  }

  .tw .lg\:focus\:from-brand-200:focus{
    --tw-gradient-from: #20C5FF;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(32, 197, 255, 0));
  }

  .tw .lg\:focus\:from-brand-300:focus{
    --tw-gradient-from: #00A7E7;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 167, 231, 0));
  }

  .tw .lg\:focus\:from-brand-400:focus{
    --tw-gradient-from: #008BC9;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 139, 201, 0));
  }

  .tw .lg\:focus\:from-brand-500:focus{
    --tw-gradient-from: #0070AC;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 112, 172, 0));
  }

  .tw .lg\:focus\:from-brand-600:focus{
    --tw-gradient-from: #00568F;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 86, 143, 0));
  }

  .tw .lg\:focus\:from-brand-700:focus{
    --tw-gradient-from: #003E74;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 62, 116, 0));
  }

  .tw .lg\:focus\:from-brand-800:focus{
    --tw-gradient-from: #002759;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 39, 89, 0));
  }

  .tw .lg\:focus\:from-brand-900:focus{
    --tw-gradient-from: #00123F;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 18, 63, 0));
  }

  .tw .lg\:focus\:from-brand:focus{
    --tw-gradient-from: #00BEFF;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 190, 255, 0));
  }

  .tw .lg\:focus\:from-brand-base:focus{
    --tw-gradient-from: #00BEFF;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 190, 255, 0));
  }

  .tw .lg\:focus\:from-red-50:focus{
    --tw-gradient-from: #FFCAC8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 202, 200, 0));
  }

  .tw .lg\:focus\:from-red-100:focus{
    --tw-gradient-from: #FFABAB;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 171, 171, 0));
  }

  .tw .lg\:focus\:from-red-200:focus{
    --tw-gradient-from: #FF8E8E;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 142, 142, 0));
  }

  .tw .lg\:focus\:from-red-300:focus{
    --tw-gradient-from: #F77073;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(247, 112, 115, 0));
  }

  .tw .lg\:focus\:from-red-400:focus{
    --tw-gradient-from: #D75359;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(215, 83, 89, 0));
  }

  .tw .lg\:focus\:from-red-500:focus{
    --tw-gradient-from: #B63640;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(182, 54, 64, 0));
  }

  .tw .lg\:focus\:from-red-600:focus{
    --tw-gradient-from: #961229;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(150, 18, 41, 0));
  }

  .tw .lg\:focus\:from-red-700:focus{
    --tw-gradient-from: #770013;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(119, 0, 19, 0));
  }

  .tw .lg\:focus\:from-red-800:focus{
    --tw-gradient-from: #590000;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(89, 0, 0, 0));
  }

  .tw .lg\:focus\:from-red-900:focus{
    --tw-gradient-from: #410000;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(65, 0, 0, 0));
  }

  .tw .lg\:focus\:from-red:focus{
    --tw-gradient-from: #D35056;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(211, 80, 86, 0));
  }

  .tw .lg\:focus\:from-red-brand:focus{
    --tw-gradient-from: #FF4F4F;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 79, 79, 0));
  }

  .tw .lg\:focus\:from-green-50:focus{
    --tw-gradient-from: #8DFFCD;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(141, 255, 205, 0));
  }

  .tw .lg\:focus\:from-green-100:focus{
    --tw-gradient-from: #6DECB0;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(109, 236, 176, 0));
  }

  .tw .lg\:focus\:from-green-200:focus{
    --tw-gradient-from: #4CCE93;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(76, 206, 147, 0));
  }

  .tw .lg\:focus\:from-green-300:focus{
    --tw-gradient-from: #24B077;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(36, 176, 119, 0));
  }

  .tw .lg\:focus\:from-green-400:focus{
    --tw-gradient-from: #00935D;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 147, 93, 0));
  }

  .tw .lg\:focus\:from-green-500:focus{
    --tw-gradient-from: #007744;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 119, 68, 0));
  }

  .tw .lg\:focus\:from-green-600:focus{
    --tw-gradient-from: #005B2B;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 91, 43, 0));
  }

  .tw .lg\:focus\:from-green-700:focus{
    --tw-gradient-from: #004115;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 65, 21, 0));
  }

  .tw .lg\:focus\:from-green-800:focus{
    --tw-gradient-from: #002B00;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 43, 0, 0));
  }

  .tw .lg\:focus\:from-green-900:focus{
    --tw-gradient-from: #001B00;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 27, 0, 0));
  }

  .tw .lg\:focus\:from-green:focus{
    --tw-gradient-from: #2EB67D;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(46, 182, 125, 0));
  }

  .tw .lg\:focus\:from-yellow-50:focus{
    --tw-gradient-from: #FFEB57;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 235, 87, 0));
  }

  .tw .lg\:focus\:from-yellow-100:focus{
    --tw-gradient-from: #FFCD37;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 205, 55, 0));
  }

  .tw .lg\:focus\:from-yellow-200:focus{
    --tw-gradient-from: #E4B009;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(228, 176, 9, 0));
  }

  .tw .lg\:focus\:from-yellow-300:focus{
    --tw-gradient-from: #C39400;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(195, 148, 0, 0));
  }

  .tw .lg\:focus\:from-yellow-400:focus{
    --tw-gradient-from: #A37900;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(163, 121, 0, 0));
  }

  .tw .lg\:focus\:from-yellow-500:focus{
    --tw-gradient-from: #855F00;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(133, 95, 0, 0));
  }

  .tw .lg\:focus\:from-yellow-600:focus{
    --tw-gradient-from: #684600;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(104, 70, 0, 0));
  }

  .tw .lg\:focus\:from-yellow-700:focus{
    --tw-gradient-from: #4F2E00;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(79, 46, 0, 0));
  }

  .tw .lg\:focus\:from-yellow-800:focus{
    --tw-gradient-from: #3D1600;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(61, 22, 0, 0));
  }

  .tw .lg\:focus\:from-yellow-900:focus{
    --tw-gradient-from: #320000;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(50, 0, 0, 0));
  }

  .tw .lg\:focus\:from-yellow:focus{
    --tw-gradient-from: #FEC72F;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 199, 47, 0));
  }

  .tw .lg\:focus\:from-purple-50:focus{
    --tw-gradient-from: #FFD8FF;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 216, 255, 0));
  }

  .tw .lg\:focus\:from-purple-100:focus{
    --tw-gradient-from: #F0BAFF;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(240, 186, 255, 0));
  }

  .tw .lg\:focus\:from-purple-200:focus{
    --tw-gradient-from: #D09DFF;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(208, 157, 255, 0));
  }

  .tw .lg\:focus\:from-purple-300:focus{
    --tw-gradient-from: #B180FF;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(177, 128, 255, 0));
  }

  .tw .lg\:focus\:from-purple-400:focus{
    --tw-gradient-from: #9265E9;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(146, 101, 233, 0));
  }

  .tw .lg\:focus\:from-purple-500:focus{
    --tw-gradient-from: #744ACB;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(116, 74, 203, 0));
  }

  .tw .lg\:focus\:from-purple-600:focus{
    --tw-gradient-from: #5530AD;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(85, 48, 173, 0));
  }

  .tw .lg\:focus\:from-purple-700:focus{
    --tw-gradient-from: #351690;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(53, 22, 144, 0));
  }

  .tw .lg\:focus\:from-purple-800:focus{
    --tw-gradient-from: #090074;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(9, 0, 116, 0));
  }

  .tw .lg\:focus\:from-purple-900:focus{
    --tw-gradient-from: #000059;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 89, 0));
  }

  .tw .lg\:focus\:from-purple:focus{
    --tw-gradient-from: #A878FF;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(168, 120, 255, 0));
  }

  .tw .lg\:focus\:from-orange-50:focus{
    --tw-gradient-from: #FFD283;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 210, 131, 0));
  }

  .tw .lg\:focus\:from-orange-100:focus{
    --tw-gradient-from: #FFB467;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 180, 103, 0));
  }

  .tw .lg\:focus\:from-orange-200:focus{
    --tw-gradient-from: #FF974B;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 151, 75, 0));
  }

  .tw .lg\:focus\:from-orange-300:focus{
    --tw-gradient-from: #F07A2F;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(240, 122, 47, 0));
  }

  .tw .lg\:focus\:from-orange-400:focus{
    --tw-gradient-from: #CE5F11;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(206, 95, 17, 0));
  }

  .tw .lg\:focus\:from-orange-500:focus{
    --tw-gradient-from: #AD4400;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(173, 68, 0, 0));
  }

  .tw .lg\:focus\:from-orange-600:focus{
    --tw-gradient-from: #8D2800;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(141, 40, 0, 0));
  }

  .tw .lg\:focus\:from-orange-700:focus{
    --tw-gradient-from: #6F0600;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(111, 6, 0, 0));
  }

  .tw .lg\:focus\:from-orange-800:focus{
    --tw-gradient-from: #540000;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(84, 0, 0, 0));
  }

  .tw .lg\:focus\:from-orange-900:focus{
    --tw-gradient-from: #410000;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(65, 0, 0, 0));
  }

  .tw .lg\:focus\:from-orange:focus{
    --tw-gradient-from: #F57F34;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 127, 52, 0));
  }

  .tw .lg\:focus\:from-surface-brand:focus{
    --tw-gradient-from: #1A1A1A;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(26, 26, 26, 0));
  }

  .tw .lg\:focus\:from-surface-lower:focus{
    --tw-gradient-from: #121314;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(18, 19, 20, 0));
  }

  .tw .lg\:focus\:from-surface-base:focus{
    --tw-gradient-from: #1D1E1F;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(29, 30, 31, 0));
  }

  .tw .lg\:focus\:from-surface-low:focus{
    --tw-gradient-from: #212124;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(33, 33, 36, 0));
  }

  .tw .lg\:focus\:from-surface-middle:focus{
    --tw-gradient-from: #26262A;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(38, 38, 42, 0));
  }

  .tw .lg\:focus\:from-surface-upper:focus{
    --tw-gradient-from: #29292E;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(41, 41, 46, 0));
  }

  .tw .lg\:focus\:from-surface-high:focus{
    --tw-gradient-from: #343435;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(52, 52, 53, 0));
  }

  .tw .lg\:focus\:from-surface-higher:focus{
    --tw-gradient-from: #4A4B4B;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(74, 75, 75, 0));
  }

  .tw .lg\:focus\:from-surface-highest:focus{
    --tw-gradient-from: #616162;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(97, 97, 98, 0));
  }

  .tw .lg\:focus\:from-glyph-base:focus{
    --tw-gradient-from: #FFFFFF;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .tw .lg\:focus\:from-glyph-light:focus{
    --tw-gradient-from: #C2C2C2;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(194, 194, 194, 0));
  }

  .tw .lg\:focus\:from-glyph-lighter:focus{
    --tw-gradient-from: #969696;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(150, 150, 150, 0));
  }

  .tw .lg\:focus\:from-glyph-lightest:focus{
    --tw-gradient-from: #505050;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(80, 80, 80, 0));
  }

  .tw .lg\:focus\:from-link:focus{
    --tw-gradient-from: #00BEFF;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 190, 255, 0));
  }

  .tw .lg\:focus\:from-info-error:focus{
    --tw-gradient-from: #eb3341;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(235, 51, 65, 0));
  }

  .tw .lg\:focus\:from-info-danger:focus{
    --tw-gradient-from: #F77F25;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(247, 127, 37, 0));
  }

  .tw .lg\:focus\:from-info-warn:focus{
    --tw-gradient-from: #FFC82F;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 200, 47, 0));
  }

  .tw .lg\:focus\:from-info-ok:focus{
    --tw-gradient-from: #00974F;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 151, 79, 0));
  }

  .tw .lg\:focus\:from-info-notice:focus{
    --tw-gradient-from: #0180FF;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(1, 128, 255, 0));
  }

  .tw .lg\:focus\:from-accent-1:focus{
    --tw-gradient-from: #FF5D69;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 93, 105, 0));
  }

  .tw .lg\:focus\:from-accent-2:focus{
    --tw-gradient-from: #07F5AF;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(7, 245, 175, 0));
  }

  .tw .lg\:focus\:from-accent-3:focus{
    --tw-gradient-from: #04D372;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(4, 211, 114, 0));
  }

  .tw .lg\:focus\:from-accent-4:focus{
    --tw-gradient-from: #8451F5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(132, 81, 245, 0));
  }

  .tw .lg\:via-current{
    --tw-gradient-stops: var(--tw-gradient-from), currentColor, var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .tw .lg\:via-transparent{
    --tw-gradient-stops: var(--tw-gradient-from), transparent, var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .tw .lg\:via-white{
    --tw-gradient-stops: var(--tw-gradient-from), #FFFFFF, var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .tw .lg\:via-black{
    --tw-gradient-stops: var(--tw-gradient-from), #000000, var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .tw .lg\:via-gray-10{
    --tw-gradient-stops: var(--tw-gradient-from), #F0F0F0, var(--tw-gradient-to, rgba(240, 240, 240, 0));
  }

  .tw .lg\:via-gray-20{
    --tw-gradient-stops: var(--tw-gradient-from), #E2E2E2, var(--tw-gradient-to, rgba(226, 226, 226, 0));
  }

  .tw .lg\:via-gray-30{
    --tw-gradient-stops: var(--tw-gradient-from), #D3D3D3, var(--tw-gradient-to, rgba(211, 211, 211, 0));
  }

  .tw .lg\:via-gray-40{
    --tw-gradient-stops: var(--tw-gradient-from), #C5C5C5, var(--tw-gradient-to, rgba(197, 197, 197, 0));
  }

  .tw .lg\:via-gray-50{
    --tw-gradient-stops: var(--tw-gradient-from), #B7B7B7, var(--tw-gradient-to, rgba(183, 183, 183, 0));
  }

  .tw .lg\:via-gray-60{
    --tw-gradient-stops: var(--tw-gradient-from), #A9A9A9, var(--tw-gradient-to, rgba(169, 169, 169, 0));
  }

  .tw .lg\:via-gray-70{
    --tw-gradient-stops: var(--tw-gradient-from), #9C9C9C, var(--tw-gradient-to, rgba(156, 156, 156, 0));
  }

  .tw .lg\:via-gray-80{
    --tw-gradient-stops: var(--tw-gradient-from), #8E8E8E, var(--tw-gradient-to, rgba(142, 142, 142, 0));
  }

  .tw .lg\:via-gray-90{
    --tw-gradient-stops: var(--tw-gradient-from), #818181, var(--tw-gradient-to, rgba(129, 129, 129, 0));
  }

  .tw .lg\:via-gray-100{
    --tw-gradient-stops: var(--tw-gradient-from), #6C6D72, var(--tw-gradient-to, rgba(108, 109, 114, 0));
  }

  .tw .lg\:via-gray-200{
    --tw-gradient-stops: var(--tw-gradient-from), #606167, var(--tw-gradient-to, rgba(96, 97, 103, 0));
  }

  .tw .lg\:via-gray-300{
    --tw-gradient-stops: var(--tw-gradient-from), #54565B, var(--tw-gradient-to, rgba(84, 86, 91, 0));
  }

  .tw .lg\:via-gray-400{
    --tw-gradient-stops: var(--tw-gradient-from), #494950, var(--tw-gradient-to, rgba(73, 73, 80, 0));
  }

  .tw .lg\:via-gray-500{
    --tw-gradient-stops: var(--tw-gradient-from), #3D3D44, var(--tw-gradient-to, rgba(61, 61, 68, 0));
  }

  .tw .lg\:via-gray-600{
    --tw-gradient-stops: var(--tw-gradient-from), #35353D, var(--tw-gradient-to, rgba(53, 53, 61, 0));
  }

  .tw .lg\:via-gray-700{
    --tw-gradient-stops: var(--tw-gradient-from), #2D2D31, var(--tw-gradient-to, rgba(45, 45, 49, 0));
  }

  .tw .lg\:via-gray-800{
    --tw-gradient-stops: var(--tw-gradient-from), #26252A, var(--tw-gradient-to, rgba(38, 37, 42, 0));
  }

  .tw .lg\:via-gray-850{
    --tw-gradient-stops: var(--tw-gradient-from), #202025, var(--tw-gradient-to, rgba(32, 32, 37, 0));
  }

  .tw .lg\:via-gray-900{
    --tw-gradient-stops: var(--tw-gradient-from), #1B1B20, var(--tw-gradient-to, rgba(27, 27, 32, 0));
  }

  .tw .lg\:via-gray-950{
    --tw-gradient-stops: var(--tw-gradient-from), #141417, var(--tw-gradient-to, rgba(20, 20, 23, 0));
  }

  .tw .lg\:via-brand-50{
    --tw-gradient-stops: var(--tw-gradient-from), #7FFFFF, var(--tw-gradient-to, rgba(127, 255, 255, 0));
  }

  .tw .lg\:via-brand-100{
    --tw-gradient-stops: var(--tw-gradient-from), #57E2FF, var(--tw-gradient-to, rgba(87, 226, 255, 0));
  }

  .tw .lg\:via-brand-200{
    --tw-gradient-stops: var(--tw-gradient-from), #20C5FF, var(--tw-gradient-to, rgba(32, 197, 255, 0));
  }

  .tw .lg\:via-brand-300{
    --tw-gradient-stops: var(--tw-gradient-from), #00A7E7, var(--tw-gradient-to, rgba(0, 167, 231, 0));
  }

  .tw .lg\:via-brand-400{
    --tw-gradient-stops: var(--tw-gradient-from), #008BC9, var(--tw-gradient-to, rgba(0, 139, 201, 0));
  }

  .tw .lg\:via-brand-500{
    --tw-gradient-stops: var(--tw-gradient-from), #0070AC, var(--tw-gradient-to, rgba(0, 112, 172, 0));
  }

  .tw .lg\:via-brand-600{
    --tw-gradient-stops: var(--tw-gradient-from), #00568F, var(--tw-gradient-to, rgba(0, 86, 143, 0));
  }

  .tw .lg\:via-brand-700{
    --tw-gradient-stops: var(--tw-gradient-from), #003E74, var(--tw-gradient-to, rgba(0, 62, 116, 0));
  }

  .tw .lg\:via-brand-800{
    --tw-gradient-stops: var(--tw-gradient-from), #002759, var(--tw-gradient-to, rgba(0, 39, 89, 0));
  }

  .tw .lg\:via-brand-900{
    --tw-gradient-stops: var(--tw-gradient-from), #00123F, var(--tw-gradient-to, rgba(0, 18, 63, 0));
  }

  .tw .lg\:via-brand{
    --tw-gradient-stops: var(--tw-gradient-from), #00BEFF, var(--tw-gradient-to, rgba(0, 190, 255, 0));
  }

  .tw .lg\:via-brand-base{
    --tw-gradient-stops: var(--tw-gradient-from), #00BEFF, var(--tw-gradient-to, rgba(0, 190, 255, 0));
  }

  .tw .lg\:via-red-50{
    --tw-gradient-stops: var(--tw-gradient-from), #FFCAC8, var(--tw-gradient-to, rgba(255, 202, 200, 0));
  }

  .tw .lg\:via-red-100{
    --tw-gradient-stops: var(--tw-gradient-from), #FFABAB, var(--tw-gradient-to, rgba(255, 171, 171, 0));
  }

  .tw .lg\:via-red-200{
    --tw-gradient-stops: var(--tw-gradient-from), #FF8E8E, var(--tw-gradient-to, rgba(255, 142, 142, 0));
  }

  .tw .lg\:via-red-300{
    --tw-gradient-stops: var(--tw-gradient-from), #F77073, var(--tw-gradient-to, rgba(247, 112, 115, 0));
  }

  .tw .lg\:via-red-400{
    --tw-gradient-stops: var(--tw-gradient-from), #D75359, var(--tw-gradient-to, rgba(215, 83, 89, 0));
  }

  .tw .lg\:via-red-500{
    --tw-gradient-stops: var(--tw-gradient-from), #B63640, var(--tw-gradient-to, rgba(182, 54, 64, 0));
  }

  .tw .lg\:via-red-600{
    --tw-gradient-stops: var(--tw-gradient-from), #961229, var(--tw-gradient-to, rgba(150, 18, 41, 0));
  }

  .tw .lg\:via-red-700{
    --tw-gradient-stops: var(--tw-gradient-from), #770013, var(--tw-gradient-to, rgba(119, 0, 19, 0));
  }

  .tw .lg\:via-red-800{
    --tw-gradient-stops: var(--tw-gradient-from), #590000, var(--tw-gradient-to, rgba(89, 0, 0, 0));
  }

  .tw .lg\:via-red-900{
    --tw-gradient-stops: var(--tw-gradient-from), #410000, var(--tw-gradient-to, rgba(65, 0, 0, 0));
  }

  .tw .lg\:via-red{
    --tw-gradient-stops: var(--tw-gradient-from), #D35056, var(--tw-gradient-to, rgba(211, 80, 86, 0));
  }

  .tw .lg\:via-red-brand{
    --tw-gradient-stops: var(--tw-gradient-from), #FF4F4F, var(--tw-gradient-to, rgba(255, 79, 79, 0));
  }

  .tw .lg\:via-green-50{
    --tw-gradient-stops: var(--tw-gradient-from), #8DFFCD, var(--tw-gradient-to, rgba(141, 255, 205, 0));
  }

  .tw .lg\:via-green-100{
    --tw-gradient-stops: var(--tw-gradient-from), #6DECB0, var(--tw-gradient-to, rgba(109, 236, 176, 0));
  }

  .tw .lg\:via-green-200{
    --tw-gradient-stops: var(--tw-gradient-from), #4CCE93, var(--tw-gradient-to, rgba(76, 206, 147, 0));
  }

  .tw .lg\:via-green-300{
    --tw-gradient-stops: var(--tw-gradient-from), #24B077, var(--tw-gradient-to, rgba(36, 176, 119, 0));
  }

  .tw .lg\:via-green-400{
    --tw-gradient-stops: var(--tw-gradient-from), #00935D, var(--tw-gradient-to, rgba(0, 147, 93, 0));
  }

  .tw .lg\:via-green-500{
    --tw-gradient-stops: var(--tw-gradient-from), #007744, var(--tw-gradient-to, rgba(0, 119, 68, 0));
  }

  .tw .lg\:via-green-600{
    --tw-gradient-stops: var(--tw-gradient-from), #005B2B, var(--tw-gradient-to, rgba(0, 91, 43, 0));
  }

  .tw .lg\:via-green-700{
    --tw-gradient-stops: var(--tw-gradient-from), #004115, var(--tw-gradient-to, rgba(0, 65, 21, 0));
  }

  .tw .lg\:via-green-800{
    --tw-gradient-stops: var(--tw-gradient-from), #002B00, var(--tw-gradient-to, rgba(0, 43, 0, 0));
  }

  .tw .lg\:via-green-900{
    --tw-gradient-stops: var(--tw-gradient-from), #001B00, var(--tw-gradient-to, rgba(0, 27, 0, 0));
  }

  .tw .lg\:via-green{
    --tw-gradient-stops: var(--tw-gradient-from), #2EB67D, var(--tw-gradient-to, rgba(46, 182, 125, 0));
  }

  .tw .lg\:via-yellow-50{
    --tw-gradient-stops: var(--tw-gradient-from), #FFEB57, var(--tw-gradient-to, rgba(255, 235, 87, 0));
  }

  .tw .lg\:via-yellow-100{
    --tw-gradient-stops: var(--tw-gradient-from), #FFCD37, var(--tw-gradient-to, rgba(255, 205, 55, 0));
  }

  .tw .lg\:via-yellow-200{
    --tw-gradient-stops: var(--tw-gradient-from), #E4B009, var(--tw-gradient-to, rgba(228, 176, 9, 0));
  }

  .tw .lg\:via-yellow-300{
    --tw-gradient-stops: var(--tw-gradient-from), #C39400, var(--tw-gradient-to, rgba(195, 148, 0, 0));
  }

  .tw .lg\:via-yellow-400{
    --tw-gradient-stops: var(--tw-gradient-from), #A37900, var(--tw-gradient-to, rgba(163, 121, 0, 0));
  }

  .tw .lg\:via-yellow-500{
    --tw-gradient-stops: var(--tw-gradient-from), #855F00, var(--tw-gradient-to, rgba(133, 95, 0, 0));
  }

  .tw .lg\:via-yellow-600{
    --tw-gradient-stops: var(--tw-gradient-from), #684600, var(--tw-gradient-to, rgba(104, 70, 0, 0));
  }

  .tw .lg\:via-yellow-700{
    --tw-gradient-stops: var(--tw-gradient-from), #4F2E00, var(--tw-gradient-to, rgba(79, 46, 0, 0));
  }

  .tw .lg\:via-yellow-800{
    --tw-gradient-stops: var(--tw-gradient-from), #3D1600, var(--tw-gradient-to, rgba(61, 22, 0, 0));
  }

  .tw .lg\:via-yellow-900{
    --tw-gradient-stops: var(--tw-gradient-from), #320000, var(--tw-gradient-to, rgba(50, 0, 0, 0));
  }

  .tw .lg\:via-yellow{
    --tw-gradient-stops: var(--tw-gradient-from), #FEC72F, var(--tw-gradient-to, rgba(254, 199, 47, 0));
  }

  .tw .lg\:via-purple-50{
    --tw-gradient-stops: var(--tw-gradient-from), #FFD8FF, var(--tw-gradient-to, rgba(255, 216, 255, 0));
  }

  .tw .lg\:via-purple-100{
    --tw-gradient-stops: var(--tw-gradient-from), #F0BAFF, var(--tw-gradient-to, rgba(240, 186, 255, 0));
  }

  .tw .lg\:via-purple-200{
    --tw-gradient-stops: var(--tw-gradient-from), #D09DFF, var(--tw-gradient-to, rgba(208, 157, 255, 0));
  }

  .tw .lg\:via-purple-300{
    --tw-gradient-stops: var(--tw-gradient-from), #B180FF, var(--tw-gradient-to, rgba(177, 128, 255, 0));
  }

  .tw .lg\:via-purple-400{
    --tw-gradient-stops: var(--tw-gradient-from), #9265E9, var(--tw-gradient-to, rgba(146, 101, 233, 0));
  }

  .tw .lg\:via-purple-500{
    --tw-gradient-stops: var(--tw-gradient-from), #744ACB, var(--tw-gradient-to, rgba(116, 74, 203, 0));
  }

  .tw .lg\:via-purple-600{
    --tw-gradient-stops: var(--tw-gradient-from), #5530AD, var(--tw-gradient-to, rgba(85, 48, 173, 0));
  }

  .tw .lg\:via-purple-700{
    --tw-gradient-stops: var(--tw-gradient-from), #351690, var(--tw-gradient-to, rgba(53, 22, 144, 0));
  }

  .tw .lg\:via-purple-800{
    --tw-gradient-stops: var(--tw-gradient-from), #090074, var(--tw-gradient-to, rgba(9, 0, 116, 0));
  }

  .tw .lg\:via-purple-900{
    --tw-gradient-stops: var(--tw-gradient-from), #000059, var(--tw-gradient-to, rgba(0, 0, 89, 0));
  }

  .tw .lg\:via-purple{
    --tw-gradient-stops: var(--tw-gradient-from), #A878FF, var(--tw-gradient-to, rgba(168, 120, 255, 0));
  }

  .tw .lg\:via-orange-50{
    --tw-gradient-stops: var(--tw-gradient-from), #FFD283, var(--tw-gradient-to, rgba(255, 210, 131, 0));
  }

  .tw .lg\:via-orange-100{
    --tw-gradient-stops: var(--tw-gradient-from), #FFB467, var(--tw-gradient-to, rgba(255, 180, 103, 0));
  }

  .tw .lg\:via-orange-200{
    --tw-gradient-stops: var(--tw-gradient-from), #FF974B, var(--tw-gradient-to, rgba(255, 151, 75, 0));
  }

  .tw .lg\:via-orange-300{
    --tw-gradient-stops: var(--tw-gradient-from), #F07A2F, var(--tw-gradient-to, rgba(240, 122, 47, 0));
  }

  .tw .lg\:via-orange-400{
    --tw-gradient-stops: var(--tw-gradient-from), #CE5F11, var(--tw-gradient-to, rgba(206, 95, 17, 0));
  }

  .tw .lg\:via-orange-500{
    --tw-gradient-stops: var(--tw-gradient-from), #AD4400, var(--tw-gradient-to, rgba(173, 68, 0, 0));
  }

  .tw .lg\:via-orange-600{
    --tw-gradient-stops: var(--tw-gradient-from), #8D2800, var(--tw-gradient-to, rgba(141, 40, 0, 0));
  }

  .tw .lg\:via-orange-700{
    --tw-gradient-stops: var(--tw-gradient-from), #6F0600, var(--tw-gradient-to, rgba(111, 6, 0, 0));
  }

  .tw .lg\:via-orange-800{
    --tw-gradient-stops: var(--tw-gradient-from), #540000, var(--tw-gradient-to, rgba(84, 0, 0, 0));
  }

  .tw .lg\:via-orange-900{
    --tw-gradient-stops: var(--tw-gradient-from), #410000, var(--tw-gradient-to, rgba(65, 0, 0, 0));
  }

  .tw .lg\:via-orange{
    --tw-gradient-stops: var(--tw-gradient-from), #F57F34, var(--tw-gradient-to, rgba(245, 127, 52, 0));
  }

  .tw .lg\:via-surface-brand{
    --tw-gradient-stops: var(--tw-gradient-from), #1A1A1A, var(--tw-gradient-to, rgba(26, 26, 26, 0));
  }

  .tw .lg\:via-surface-lower{
    --tw-gradient-stops: var(--tw-gradient-from), #121314, var(--tw-gradient-to, rgba(18, 19, 20, 0));
  }

  .tw .lg\:via-surface-base{
    --tw-gradient-stops: var(--tw-gradient-from), #1D1E1F, var(--tw-gradient-to, rgba(29, 30, 31, 0));
  }

  .tw .lg\:via-surface-low{
    --tw-gradient-stops: var(--tw-gradient-from), #212124, var(--tw-gradient-to, rgba(33, 33, 36, 0));
  }

  .tw .lg\:via-surface-middle{
    --tw-gradient-stops: var(--tw-gradient-from), #26262A, var(--tw-gradient-to, rgba(38, 38, 42, 0));
  }

  .tw .lg\:via-surface-upper{
    --tw-gradient-stops: var(--tw-gradient-from), #29292E, var(--tw-gradient-to, rgba(41, 41, 46, 0));
  }

  .tw .lg\:via-surface-high{
    --tw-gradient-stops: var(--tw-gradient-from), #343435, var(--tw-gradient-to, rgba(52, 52, 53, 0));
  }

  .tw .lg\:via-surface-higher{
    --tw-gradient-stops: var(--tw-gradient-from), #4A4B4B, var(--tw-gradient-to, rgba(74, 75, 75, 0));
  }

  .tw .lg\:via-surface-highest{
    --tw-gradient-stops: var(--tw-gradient-from), #616162, var(--tw-gradient-to, rgba(97, 97, 98, 0));
  }

  .tw .lg\:via-glyph-base{
    --tw-gradient-stops: var(--tw-gradient-from), #FFFFFF, var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .tw .lg\:via-glyph-light{
    --tw-gradient-stops: var(--tw-gradient-from), #C2C2C2, var(--tw-gradient-to, rgba(194, 194, 194, 0));
  }

  .tw .lg\:via-glyph-lighter{
    --tw-gradient-stops: var(--tw-gradient-from), #969696, var(--tw-gradient-to, rgba(150, 150, 150, 0));
  }

  .tw .lg\:via-glyph-lightest{
    --tw-gradient-stops: var(--tw-gradient-from), #505050, var(--tw-gradient-to, rgba(80, 80, 80, 0));
  }

  .tw .lg\:via-link{
    --tw-gradient-stops: var(--tw-gradient-from), #00BEFF, var(--tw-gradient-to, rgba(0, 190, 255, 0));
  }

  .tw .lg\:via-info-error{
    --tw-gradient-stops: var(--tw-gradient-from), #eb3341, var(--tw-gradient-to, rgba(235, 51, 65, 0));
  }

  .tw .lg\:via-info-danger{
    --tw-gradient-stops: var(--tw-gradient-from), #F77F25, var(--tw-gradient-to, rgba(247, 127, 37, 0));
  }

  .tw .lg\:via-info-warn{
    --tw-gradient-stops: var(--tw-gradient-from), #FFC82F, var(--tw-gradient-to, rgba(255, 200, 47, 0));
  }

  .tw .lg\:via-info-ok{
    --tw-gradient-stops: var(--tw-gradient-from), #00974F, var(--tw-gradient-to, rgba(0, 151, 79, 0));
  }

  .tw .lg\:via-info-notice{
    --tw-gradient-stops: var(--tw-gradient-from), #0180FF, var(--tw-gradient-to, rgba(1, 128, 255, 0));
  }

  .tw .lg\:via-accent-1{
    --tw-gradient-stops: var(--tw-gradient-from), #FF5D69, var(--tw-gradient-to, rgba(255, 93, 105, 0));
  }

  .tw .lg\:via-accent-2{
    --tw-gradient-stops: var(--tw-gradient-from), #07F5AF, var(--tw-gradient-to, rgba(7, 245, 175, 0));
  }

  .tw .lg\:via-accent-3{
    --tw-gradient-stops: var(--tw-gradient-from), #04D372, var(--tw-gradient-to, rgba(4, 211, 114, 0));
  }

  .tw .lg\:via-accent-4{
    --tw-gradient-stops: var(--tw-gradient-from), #8451F5, var(--tw-gradient-to, rgba(132, 81, 245, 0));
  }

  .tw .lg\:hover\:via-current:hover{
    --tw-gradient-stops: var(--tw-gradient-from), currentColor, var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .tw .lg\:hover\:via-transparent:hover{
    --tw-gradient-stops: var(--tw-gradient-from), transparent, var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .tw .lg\:hover\:via-white:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #FFFFFF, var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .tw .lg\:hover\:via-black:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #000000, var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .tw .lg\:hover\:via-gray-10:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #F0F0F0, var(--tw-gradient-to, rgba(240, 240, 240, 0));
  }

  .tw .lg\:hover\:via-gray-20:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #E2E2E2, var(--tw-gradient-to, rgba(226, 226, 226, 0));
  }

  .tw .lg\:hover\:via-gray-30:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #D3D3D3, var(--tw-gradient-to, rgba(211, 211, 211, 0));
  }

  .tw .lg\:hover\:via-gray-40:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #C5C5C5, var(--tw-gradient-to, rgba(197, 197, 197, 0));
  }

  .tw .lg\:hover\:via-gray-50:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #B7B7B7, var(--tw-gradient-to, rgba(183, 183, 183, 0));
  }

  .tw .lg\:hover\:via-gray-60:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #A9A9A9, var(--tw-gradient-to, rgba(169, 169, 169, 0));
  }

  .tw .lg\:hover\:via-gray-70:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #9C9C9C, var(--tw-gradient-to, rgba(156, 156, 156, 0));
  }

  .tw .lg\:hover\:via-gray-80:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #8E8E8E, var(--tw-gradient-to, rgba(142, 142, 142, 0));
  }

  .tw .lg\:hover\:via-gray-90:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #818181, var(--tw-gradient-to, rgba(129, 129, 129, 0));
  }

  .tw .lg\:hover\:via-gray-100:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #6C6D72, var(--tw-gradient-to, rgba(108, 109, 114, 0));
  }

  .tw .lg\:hover\:via-gray-200:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #606167, var(--tw-gradient-to, rgba(96, 97, 103, 0));
  }

  .tw .lg\:hover\:via-gray-300:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #54565B, var(--tw-gradient-to, rgba(84, 86, 91, 0));
  }

  .tw .lg\:hover\:via-gray-400:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #494950, var(--tw-gradient-to, rgba(73, 73, 80, 0));
  }

  .tw .lg\:hover\:via-gray-500:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #3D3D44, var(--tw-gradient-to, rgba(61, 61, 68, 0));
  }

  .tw .lg\:hover\:via-gray-600:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #35353D, var(--tw-gradient-to, rgba(53, 53, 61, 0));
  }

  .tw .lg\:hover\:via-gray-700:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #2D2D31, var(--tw-gradient-to, rgba(45, 45, 49, 0));
  }

  .tw .lg\:hover\:via-gray-800:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #26252A, var(--tw-gradient-to, rgba(38, 37, 42, 0));
  }

  .tw .lg\:hover\:via-gray-850:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #202025, var(--tw-gradient-to, rgba(32, 32, 37, 0));
  }

  .tw .lg\:hover\:via-gray-900:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #1B1B20, var(--tw-gradient-to, rgba(27, 27, 32, 0));
  }

  .tw .lg\:hover\:via-gray-950:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #141417, var(--tw-gradient-to, rgba(20, 20, 23, 0));
  }

  .tw .lg\:hover\:via-brand-50:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #7FFFFF, var(--tw-gradient-to, rgba(127, 255, 255, 0));
  }

  .tw .lg\:hover\:via-brand-100:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #57E2FF, var(--tw-gradient-to, rgba(87, 226, 255, 0));
  }

  .tw .lg\:hover\:via-brand-200:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #20C5FF, var(--tw-gradient-to, rgba(32, 197, 255, 0));
  }

  .tw .lg\:hover\:via-brand-300:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #00A7E7, var(--tw-gradient-to, rgba(0, 167, 231, 0));
  }

  .tw .lg\:hover\:via-brand-400:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #008BC9, var(--tw-gradient-to, rgba(0, 139, 201, 0));
  }

  .tw .lg\:hover\:via-brand-500:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #0070AC, var(--tw-gradient-to, rgba(0, 112, 172, 0));
  }

  .tw .lg\:hover\:via-brand-600:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #00568F, var(--tw-gradient-to, rgba(0, 86, 143, 0));
  }

  .tw .lg\:hover\:via-brand-700:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #003E74, var(--tw-gradient-to, rgba(0, 62, 116, 0));
  }

  .tw .lg\:hover\:via-brand-800:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #002759, var(--tw-gradient-to, rgba(0, 39, 89, 0));
  }

  .tw .lg\:hover\:via-brand-900:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #00123F, var(--tw-gradient-to, rgba(0, 18, 63, 0));
  }

  .tw .lg\:hover\:via-brand:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #00BEFF, var(--tw-gradient-to, rgba(0, 190, 255, 0));
  }

  .tw .lg\:hover\:via-brand-base:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #00BEFF, var(--tw-gradient-to, rgba(0, 190, 255, 0));
  }

  .tw .lg\:hover\:via-red-50:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #FFCAC8, var(--tw-gradient-to, rgba(255, 202, 200, 0));
  }

  .tw .lg\:hover\:via-red-100:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #FFABAB, var(--tw-gradient-to, rgba(255, 171, 171, 0));
  }

  .tw .lg\:hover\:via-red-200:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #FF8E8E, var(--tw-gradient-to, rgba(255, 142, 142, 0));
  }

  .tw .lg\:hover\:via-red-300:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #F77073, var(--tw-gradient-to, rgba(247, 112, 115, 0));
  }

  .tw .lg\:hover\:via-red-400:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #D75359, var(--tw-gradient-to, rgba(215, 83, 89, 0));
  }

  .tw .lg\:hover\:via-red-500:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #B63640, var(--tw-gradient-to, rgba(182, 54, 64, 0));
  }

  .tw .lg\:hover\:via-red-600:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #961229, var(--tw-gradient-to, rgba(150, 18, 41, 0));
  }

  .tw .lg\:hover\:via-red-700:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #770013, var(--tw-gradient-to, rgba(119, 0, 19, 0));
  }

  .tw .lg\:hover\:via-red-800:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #590000, var(--tw-gradient-to, rgba(89, 0, 0, 0));
  }

  .tw .lg\:hover\:via-red-900:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #410000, var(--tw-gradient-to, rgba(65, 0, 0, 0));
  }

  .tw .lg\:hover\:via-red:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #D35056, var(--tw-gradient-to, rgba(211, 80, 86, 0));
  }

  .tw .lg\:hover\:via-red-brand:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #FF4F4F, var(--tw-gradient-to, rgba(255, 79, 79, 0));
  }

  .tw .lg\:hover\:via-green-50:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #8DFFCD, var(--tw-gradient-to, rgba(141, 255, 205, 0));
  }

  .tw .lg\:hover\:via-green-100:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #6DECB0, var(--tw-gradient-to, rgba(109, 236, 176, 0));
  }

  .tw .lg\:hover\:via-green-200:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #4CCE93, var(--tw-gradient-to, rgba(76, 206, 147, 0));
  }

  .tw .lg\:hover\:via-green-300:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #24B077, var(--tw-gradient-to, rgba(36, 176, 119, 0));
  }

  .tw .lg\:hover\:via-green-400:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #00935D, var(--tw-gradient-to, rgba(0, 147, 93, 0));
  }

  .tw .lg\:hover\:via-green-500:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #007744, var(--tw-gradient-to, rgba(0, 119, 68, 0));
  }

  .tw .lg\:hover\:via-green-600:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #005B2B, var(--tw-gradient-to, rgba(0, 91, 43, 0));
  }

  .tw .lg\:hover\:via-green-700:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #004115, var(--tw-gradient-to, rgba(0, 65, 21, 0));
  }

  .tw .lg\:hover\:via-green-800:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #002B00, var(--tw-gradient-to, rgba(0, 43, 0, 0));
  }

  .tw .lg\:hover\:via-green-900:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #001B00, var(--tw-gradient-to, rgba(0, 27, 0, 0));
  }

  .tw .lg\:hover\:via-green:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #2EB67D, var(--tw-gradient-to, rgba(46, 182, 125, 0));
  }

  .tw .lg\:hover\:via-yellow-50:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #FFEB57, var(--tw-gradient-to, rgba(255, 235, 87, 0));
  }

  .tw .lg\:hover\:via-yellow-100:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #FFCD37, var(--tw-gradient-to, rgba(255, 205, 55, 0));
  }

  .tw .lg\:hover\:via-yellow-200:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #E4B009, var(--tw-gradient-to, rgba(228, 176, 9, 0));
  }

  .tw .lg\:hover\:via-yellow-300:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #C39400, var(--tw-gradient-to, rgba(195, 148, 0, 0));
  }

  .tw .lg\:hover\:via-yellow-400:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #A37900, var(--tw-gradient-to, rgba(163, 121, 0, 0));
  }

  .tw .lg\:hover\:via-yellow-500:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #855F00, var(--tw-gradient-to, rgba(133, 95, 0, 0));
  }

  .tw .lg\:hover\:via-yellow-600:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #684600, var(--tw-gradient-to, rgba(104, 70, 0, 0));
  }

  .tw .lg\:hover\:via-yellow-700:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #4F2E00, var(--tw-gradient-to, rgba(79, 46, 0, 0));
  }

  .tw .lg\:hover\:via-yellow-800:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #3D1600, var(--tw-gradient-to, rgba(61, 22, 0, 0));
  }

  .tw .lg\:hover\:via-yellow-900:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #320000, var(--tw-gradient-to, rgba(50, 0, 0, 0));
  }

  .tw .lg\:hover\:via-yellow:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #FEC72F, var(--tw-gradient-to, rgba(254, 199, 47, 0));
  }

  .tw .lg\:hover\:via-purple-50:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #FFD8FF, var(--tw-gradient-to, rgba(255, 216, 255, 0));
  }

  .tw .lg\:hover\:via-purple-100:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #F0BAFF, var(--tw-gradient-to, rgba(240, 186, 255, 0));
  }

  .tw .lg\:hover\:via-purple-200:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #D09DFF, var(--tw-gradient-to, rgba(208, 157, 255, 0));
  }

  .tw .lg\:hover\:via-purple-300:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #B180FF, var(--tw-gradient-to, rgba(177, 128, 255, 0));
  }

  .tw .lg\:hover\:via-purple-400:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #9265E9, var(--tw-gradient-to, rgba(146, 101, 233, 0));
  }

  .tw .lg\:hover\:via-purple-500:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #744ACB, var(--tw-gradient-to, rgba(116, 74, 203, 0));
  }

  .tw .lg\:hover\:via-purple-600:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #5530AD, var(--tw-gradient-to, rgba(85, 48, 173, 0));
  }

  .tw .lg\:hover\:via-purple-700:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #351690, var(--tw-gradient-to, rgba(53, 22, 144, 0));
  }

  .tw .lg\:hover\:via-purple-800:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #090074, var(--tw-gradient-to, rgba(9, 0, 116, 0));
  }

  .tw .lg\:hover\:via-purple-900:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #000059, var(--tw-gradient-to, rgba(0, 0, 89, 0));
  }

  .tw .lg\:hover\:via-purple:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #A878FF, var(--tw-gradient-to, rgba(168, 120, 255, 0));
  }

  .tw .lg\:hover\:via-orange-50:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #FFD283, var(--tw-gradient-to, rgba(255, 210, 131, 0));
  }

  .tw .lg\:hover\:via-orange-100:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #FFB467, var(--tw-gradient-to, rgba(255, 180, 103, 0));
  }

  .tw .lg\:hover\:via-orange-200:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #FF974B, var(--tw-gradient-to, rgba(255, 151, 75, 0));
  }

  .tw .lg\:hover\:via-orange-300:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #F07A2F, var(--tw-gradient-to, rgba(240, 122, 47, 0));
  }

  .tw .lg\:hover\:via-orange-400:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #CE5F11, var(--tw-gradient-to, rgba(206, 95, 17, 0));
  }

  .tw .lg\:hover\:via-orange-500:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #AD4400, var(--tw-gradient-to, rgba(173, 68, 0, 0));
  }

  .tw .lg\:hover\:via-orange-600:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #8D2800, var(--tw-gradient-to, rgba(141, 40, 0, 0));
  }

  .tw .lg\:hover\:via-orange-700:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #6F0600, var(--tw-gradient-to, rgba(111, 6, 0, 0));
  }

  .tw .lg\:hover\:via-orange-800:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #540000, var(--tw-gradient-to, rgba(84, 0, 0, 0));
  }

  .tw .lg\:hover\:via-orange-900:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #410000, var(--tw-gradient-to, rgba(65, 0, 0, 0));
  }

  .tw .lg\:hover\:via-orange:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #F57F34, var(--tw-gradient-to, rgba(245, 127, 52, 0));
  }

  .tw .lg\:hover\:via-surface-brand:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #1A1A1A, var(--tw-gradient-to, rgba(26, 26, 26, 0));
  }

  .tw .lg\:hover\:via-surface-lower:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #121314, var(--tw-gradient-to, rgba(18, 19, 20, 0));
  }

  .tw .lg\:hover\:via-surface-base:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #1D1E1F, var(--tw-gradient-to, rgba(29, 30, 31, 0));
  }

  .tw .lg\:hover\:via-surface-low:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #212124, var(--tw-gradient-to, rgba(33, 33, 36, 0));
  }

  .tw .lg\:hover\:via-surface-middle:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #26262A, var(--tw-gradient-to, rgba(38, 38, 42, 0));
  }

  .tw .lg\:hover\:via-surface-upper:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #29292E, var(--tw-gradient-to, rgba(41, 41, 46, 0));
  }

  .tw .lg\:hover\:via-surface-high:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #343435, var(--tw-gradient-to, rgba(52, 52, 53, 0));
  }

  .tw .lg\:hover\:via-surface-higher:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #4A4B4B, var(--tw-gradient-to, rgba(74, 75, 75, 0));
  }

  .tw .lg\:hover\:via-surface-highest:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #616162, var(--tw-gradient-to, rgba(97, 97, 98, 0));
  }

  .tw .lg\:hover\:via-glyph-base:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #FFFFFF, var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .tw .lg\:hover\:via-glyph-light:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #C2C2C2, var(--tw-gradient-to, rgba(194, 194, 194, 0));
  }

  .tw .lg\:hover\:via-glyph-lighter:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #969696, var(--tw-gradient-to, rgba(150, 150, 150, 0));
  }

  .tw .lg\:hover\:via-glyph-lightest:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #505050, var(--tw-gradient-to, rgba(80, 80, 80, 0));
  }

  .tw .lg\:hover\:via-link:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #00BEFF, var(--tw-gradient-to, rgba(0, 190, 255, 0));
  }

  .tw .lg\:hover\:via-info-error:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #eb3341, var(--tw-gradient-to, rgba(235, 51, 65, 0));
  }

  .tw .lg\:hover\:via-info-danger:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #F77F25, var(--tw-gradient-to, rgba(247, 127, 37, 0));
  }

  .tw .lg\:hover\:via-info-warn:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #FFC82F, var(--tw-gradient-to, rgba(255, 200, 47, 0));
  }

  .tw .lg\:hover\:via-info-ok:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #00974F, var(--tw-gradient-to, rgba(0, 151, 79, 0));
  }

  .tw .lg\:hover\:via-info-notice:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #0180FF, var(--tw-gradient-to, rgba(1, 128, 255, 0));
  }

  .tw .lg\:hover\:via-accent-1:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #FF5D69, var(--tw-gradient-to, rgba(255, 93, 105, 0));
  }

  .tw .lg\:hover\:via-accent-2:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #07F5AF, var(--tw-gradient-to, rgba(7, 245, 175, 0));
  }

  .tw .lg\:hover\:via-accent-3:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #04D372, var(--tw-gradient-to, rgba(4, 211, 114, 0));
  }

  .tw .lg\:hover\:via-accent-4:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #8451F5, var(--tw-gradient-to, rgba(132, 81, 245, 0));
  }

  .tw .lg\:focus\:via-current:focus{
    --tw-gradient-stops: var(--tw-gradient-from), currentColor, var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .tw .lg\:focus\:via-transparent:focus{
    --tw-gradient-stops: var(--tw-gradient-from), transparent, var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .tw .lg\:focus\:via-white:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #FFFFFF, var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .tw .lg\:focus\:via-black:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #000000, var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .tw .lg\:focus\:via-gray-10:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #F0F0F0, var(--tw-gradient-to, rgba(240, 240, 240, 0));
  }

  .tw .lg\:focus\:via-gray-20:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #E2E2E2, var(--tw-gradient-to, rgba(226, 226, 226, 0));
  }

  .tw .lg\:focus\:via-gray-30:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #D3D3D3, var(--tw-gradient-to, rgba(211, 211, 211, 0));
  }

  .tw .lg\:focus\:via-gray-40:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #C5C5C5, var(--tw-gradient-to, rgba(197, 197, 197, 0));
  }

  .tw .lg\:focus\:via-gray-50:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #B7B7B7, var(--tw-gradient-to, rgba(183, 183, 183, 0));
  }

  .tw .lg\:focus\:via-gray-60:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #A9A9A9, var(--tw-gradient-to, rgba(169, 169, 169, 0));
  }

  .tw .lg\:focus\:via-gray-70:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #9C9C9C, var(--tw-gradient-to, rgba(156, 156, 156, 0));
  }

  .tw .lg\:focus\:via-gray-80:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #8E8E8E, var(--tw-gradient-to, rgba(142, 142, 142, 0));
  }

  .tw .lg\:focus\:via-gray-90:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #818181, var(--tw-gradient-to, rgba(129, 129, 129, 0));
  }

  .tw .lg\:focus\:via-gray-100:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #6C6D72, var(--tw-gradient-to, rgba(108, 109, 114, 0));
  }

  .tw .lg\:focus\:via-gray-200:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #606167, var(--tw-gradient-to, rgba(96, 97, 103, 0));
  }

  .tw .lg\:focus\:via-gray-300:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #54565B, var(--tw-gradient-to, rgba(84, 86, 91, 0));
  }

  .tw .lg\:focus\:via-gray-400:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #494950, var(--tw-gradient-to, rgba(73, 73, 80, 0));
  }

  .tw .lg\:focus\:via-gray-500:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #3D3D44, var(--tw-gradient-to, rgba(61, 61, 68, 0));
  }

  .tw .lg\:focus\:via-gray-600:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #35353D, var(--tw-gradient-to, rgba(53, 53, 61, 0));
  }

  .tw .lg\:focus\:via-gray-700:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #2D2D31, var(--tw-gradient-to, rgba(45, 45, 49, 0));
  }

  .tw .lg\:focus\:via-gray-800:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #26252A, var(--tw-gradient-to, rgba(38, 37, 42, 0));
  }

  .tw .lg\:focus\:via-gray-850:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #202025, var(--tw-gradient-to, rgba(32, 32, 37, 0));
  }

  .tw .lg\:focus\:via-gray-900:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #1B1B20, var(--tw-gradient-to, rgba(27, 27, 32, 0));
  }

  .tw .lg\:focus\:via-gray-950:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #141417, var(--tw-gradient-to, rgba(20, 20, 23, 0));
  }

  .tw .lg\:focus\:via-brand-50:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #7FFFFF, var(--tw-gradient-to, rgba(127, 255, 255, 0));
  }

  .tw .lg\:focus\:via-brand-100:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #57E2FF, var(--tw-gradient-to, rgba(87, 226, 255, 0));
  }

  .tw .lg\:focus\:via-brand-200:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #20C5FF, var(--tw-gradient-to, rgba(32, 197, 255, 0));
  }

  .tw .lg\:focus\:via-brand-300:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #00A7E7, var(--tw-gradient-to, rgba(0, 167, 231, 0));
  }

  .tw .lg\:focus\:via-brand-400:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #008BC9, var(--tw-gradient-to, rgba(0, 139, 201, 0));
  }

  .tw .lg\:focus\:via-brand-500:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #0070AC, var(--tw-gradient-to, rgba(0, 112, 172, 0));
  }

  .tw .lg\:focus\:via-brand-600:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #00568F, var(--tw-gradient-to, rgba(0, 86, 143, 0));
  }

  .tw .lg\:focus\:via-brand-700:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #003E74, var(--tw-gradient-to, rgba(0, 62, 116, 0));
  }

  .tw .lg\:focus\:via-brand-800:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #002759, var(--tw-gradient-to, rgba(0, 39, 89, 0));
  }

  .tw .lg\:focus\:via-brand-900:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #00123F, var(--tw-gradient-to, rgba(0, 18, 63, 0));
  }

  .tw .lg\:focus\:via-brand:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #00BEFF, var(--tw-gradient-to, rgba(0, 190, 255, 0));
  }

  .tw .lg\:focus\:via-brand-base:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #00BEFF, var(--tw-gradient-to, rgba(0, 190, 255, 0));
  }

  .tw .lg\:focus\:via-red-50:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #FFCAC8, var(--tw-gradient-to, rgba(255, 202, 200, 0));
  }

  .tw .lg\:focus\:via-red-100:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #FFABAB, var(--tw-gradient-to, rgba(255, 171, 171, 0));
  }

  .tw .lg\:focus\:via-red-200:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #FF8E8E, var(--tw-gradient-to, rgba(255, 142, 142, 0));
  }

  .tw .lg\:focus\:via-red-300:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #F77073, var(--tw-gradient-to, rgba(247, 112, 115, 0));
  }

  .tw .lg\:focus\:via-red-400:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #D75359, var(--tw-gradient-to, rgba(215, 83, 89, 0));
  }

  .tw .lg\:focus\:via-red-500:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #B63640, var(--tw-gradient-to, rgba(182, 54, 64, 0));
  }

  .tw .lg\:focus\:via-red-600:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #961229, var(--tw-gradient-to, rgba(150, 18, 41, 0));
  }

  .tw .lg\:focus\:via-red-700:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #770013, var(--tw-gradient-to, rgba(119, 0, 19, 0));
  }

  .tw .lg\:focus\:via-red-800:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #590000, var(--tw-gradient-to, rgba(89, 0, 0, 0));
  }

  .tw .lg\:focus\:via-red-900:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #410000, var(--tw-gradient-to, rgba(65, 0, 0, 0));
  }

  .tw .lg\:focus\:via-red:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #D35056, var(--tw-gradient-to, rgba(211, 80, 86, 0));
  }

  .tw .lg\:focus\:via-red-brand:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #FF4F4F, var(--tw-gradient-to, rgba(255, 79, 79, 0));
  }

  .tw .lg\:focus\:via-green-50:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #8DFFCD, var(--tw-gradient-to, rgba(141, 255, 205, 0));
  }

  .tw .lg\:focus\:via-green-100:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #6DECB0, var(--tw-gradient-to, rgba(109, 236, 176, 0));
  }

  .tw .lg\:focus\:via-green-200:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #4CCE93, var(--tw-gradient-to, rgba(76, 206, 147, 0));
  }

  .tw .lg\:focus\:via-green-300:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #24B077, var(--tw-gradient-to, rgba(36, 176, 119, 0));
  }

  .tw .lg\:focus\:via-green-400:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #00935D, var(--tw-gradient-to, rgba(0, 147, 93, 0));
  }

  .tw .lg\:focus\:via-green-500:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #007744, var(--tw-gradient-to, rgba(0, 119, 68, 0));
  }

  .tw .lg\:focus\:via-green-600:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #005B2B, var(--tw-gradient-to, rgba(0, 91, 43, 0));
  }

  .tw .lg\:focus\:via-green-700:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #004115, var(--tw-gradient-to, rgba(0, 65, 21, 0));
  }

  .tw .lg\:focus\:via-green-800:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #002B00, var(--tw-gradient-to, rgba(0, 43, 0, 0));
  }

  .tw .lg\:focus\:via-green-900:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #001B00, var(--tw-gradient-to, rgba(0, 27, 0, 0));
  }

  .tw .lg\:focus\:via-green:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #2EB67D, var(--tw-gradient-to, rgba(46, 182, 125, 0));
  }

  .tw .lg\:focus\:via-yellow-50:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #FFEB57, var(--tw-gradient-to, rgba(255, 235, 87, 0));
  }

  .tw .lg\:focus\:via-yellow-100:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #FFCD37, var(--tw-gradient-to, rgba(255, 205, 55, 0));
  }

  .tw .lg\:focus\:via-yellow-200:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #E4B009, var(--tw-gradient-to, rgba(228, 176, 9, 0));
  }

  .tw .lg\:focus\:via-yellow-300:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #C39400, var(--tw-gradient-to, rgba(195, 148, 0, 0));
  }

  .tw .lg\:focus\:via-yellow-400:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #A37900, var(--tw-gradient-to, rgba(163, 121, 0, 0));
  }

  .tw .lg\:focus\:via-yellow-500:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #855F00, var(--tw-gradient-to, rgba(133, 95, 0, 0));
  }

  .tw .lg\:focus\:via-yellow-600:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #684600, var(--tw-gradient-to, rgba(104, 70, 0, 0));
  }

  .tw .lg\:focus\:via-yellow-700:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #4F2E00, var(--tw-gradient-to, rgba(79, 46, 0, 0));
  }

  .tw .lg\:focus\:via-yellow-800:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #3D1600, var(--tw-gradient-to, rgba(61, 22, 0, 0));
  }

  .tw .lg\:focus\:via-yellow-900:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #320000, var(--tw-gradient-to, rgba(50, 0, 0, 0));
  }

  .tw .lg\:focus\:via-yellow:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #FEC72F, var(--tw-gradient-to, rgba(254, 199, 47, 0));
  }

  .tw .lg\:focus\:via-purple-50:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #FFD8FF, var(--tw-gradient-to, rgba(255, 216, 255, 0));
  }

  .tw .lg\:focus\:via-purple-100:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #F0BAFF, var(--tw-gradient-to, rgba(240, 186, 255, 0));
  }

  .tw .lg\:focus\:via-purple-200:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #D09DFF, var(--tw-gradient-to, rgba(208, 157, 255, 0));
  }

  .tw .lg\:focus\:via-purple-300:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #B180FF, var(--tw-gradient-to, rgba(177, 128, 255, 0));
  }

  .tw .lg\:focus\:via-purple-400:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #9265E9, var(--tw-gradient-to, rgba(146, 101, 233, 0));
  }

  .tw .lg\:focus\:via-purple-500:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #744ACB, var(--tw-gradient-to, rgba(116, 74, 203, 0));
  }

  .tw .lg\:focus\:via-purple-600:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #5530AD, var(--tw-gradient-to, rgba(85, 48, 173, 0));
  }

  .tw .lg\:focus\:via-purple-700:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #351690, var(--tw-gradient-to, rgba(53, 22, 144, 0));
  }

  .tw .lg\:focus\:via-purple-800:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #090074, var(--tw-gradient-to, rgba(9, 0, 116, 0));
  }

  .tw .lg\:focus\:via-purple-900:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #000059, var(--tw-gradient-to, rgba(0, 0, 89, 0));
  }

  .tw .lg\:focus\:via-purple:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #A878FF, var(--tw-gradient-to, rgba(168, 120, 255, 0));
  }

  .tw .lg\:focus\:via-orange-50:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #FFD283, var(--tw-gradient-to, rgba(255, 210, 131, 0));
  }

  .tw .lg\:focus\:via-orange-100:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #FFB467, var(--tw-gradient-to, rgba(255, 180, 103, 0));
  }

  .tw .lg\:focus\:via-orange-200:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #FF974B, var(--tw-gradient-to, rgba(255, 151, 75, 0));
  }

  .tw .lg\:focus\:via-orange-300:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #F07A2F, var(--tw-gradient-to, rgba(240, 122, 47, 0));
  }

  .tw .lg\:focus\:via-orange-400:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #CE5F11, var(--tw-gradient-to, rgba(206, 95, 17, 0));
  }

  .tw .lg\:focus\:via-orange-500:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #AD4400, var(--tw-gradient-to, rgba(173, 68, 0, 0));
  }

  .tw .lg\:focus\:via-orange-600:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #8D2800, var(--tw-gradient-to, rgba(141, 40, 0, 0));
  }

  .tw .lg\:focus\:via-orange-700:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #6F0600, var(--tw-gradient-to, rgba(111, 6, 0, 0));
  }

  .tw .lg\:focus\:via-orange-800:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #540000, var(--tw-gradient-to, rgba(84, 0, 0, 0));
  }

  .tw .lg\:focus\:via-orange-900:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #410000, var(--tw-gradient-to, rgba(65, 0, 0, 0));
  }

  .tw .lg\:focus\:via-orange:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #F57F34, var(--tw-gradient-to, rgba(245, 127, 52, 0));
  }

  .tw .lg\:focus\:via-surface-brand:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #1A1A1A, var(--tw-gradient-to, rgba(26, 26, 26, 0));
  }

  .tw .lg\:focus\:via-surface-lower:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #121314, var(--tw-gradient-to, rgba(18, 19, 20, 0));
  }

  .tw .lg\:focus\:via-surface-base:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #1D1E1F, var(--tw-gradient-to, rgba(29, 30, 31, 0));
  }

  .tw .lg\:focus\:via-surface-low:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #212124, var(--tw-gradient-to, rgba(33, 33, 36, 0));
  }

  .tw .lg\:focus\:via-surface-middle:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #26262A, var(--tw-gradient-to, rgba(38, 38, 42, 0));
  }

  .tw .lg\:focus\:via-surface-upper:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #29292E, var(--tw-gradient-to, rgba(41, 41, 46, 0));
  }

  .tw .lg\:focus\:via-surface-high:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #343435, var(--tw-gradient-to, rgba(52, 52, 53, 0));
  }

  .tw .lg\:focus\:via-surface-higher:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #4A4B4B, var(--tw-gradient-to, rgba(74, 75, 75, 0));
  }

  .tw .lg\:focus\:via-surface-highest:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #616162, var(--tw-gradient-to, rgba(97, 97, 98, 0));
  }

  .tw .lg\:focus\:via-glyph-base:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #FFFFFF, var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .tw .lg\:focus\:via-glyph-light:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #C2C2C2, var(--tw-gradient-to, rgba(194, 194, 194, 0));
  }

  .tw .lg\:focus\:via-glyph-lighter:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #969696, var(--tw-gradient-to, rgba(150, 150, 150, 0));
  }

  .tw .lg\:focus\:via-glyph-lightest:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #505050, var(--tw-gradient-to, rgba(80, 80, 80, 0));
  }

  .tw .lg\:focus\:via-link:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #00BEFF, var(--tw-gradient-to, rgba(0, 190, 255, 0));
  }

  .tw .lg\:focus\:via-info-error:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #eb3341, var(--tw-gradient-to, rgba(235, 51, 65, 0));
  }

  .tw .lg\:focus\:via-info-danger:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #F77F25, var(--tw-gradient-to, rgba(247, 127, 37, 0));
  }

  .tw .lg\:focus\:via-info-warn:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #FFC82F, var(--tw-gradient-to, rgba(255, 200, 47, 0));
  }

  .tw .lg\:focus\:via-info-ok:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #00974F, var(--tw-gradient-to, rgba(0, 151, 79, 0));
  }

  .tw .lg\:focus\:via-info-notice:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #0180FF, var(--tw-gradient-to, rgba(1, 128, 255, 0));
  }

  .tw .lg\:focus\:via-accent-1:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #FF5D69, var(--tw-gradient-to, rgba(255, 93, 105, 0));
  }

  .tw .lg\:focus\:via-accent-2:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #07F5AF, var(--tw-gradient-to, rgba(7, 245, 175, 0));
  }

  .tw .lg\:focus\:via-accent-3:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #04D372, var(--tw-gradient-to, rgba(4, 211, 114, 0));
  }

  .tw .lg\:focus\:via-accent-4:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #8451F5, var(--tw-gradient-to, rgba(132, 81, 245, 0));
  }

  .tw .lg\:to-current{
    --tw-gradient-to: currentColor;
  }

  .tw .lg\:to-transparent{
    --tw-gradient-to: transparent;
  }

  .tw .lg\:to-white{
    --tw-gradient-to: #FFFFFF;
  }

  .tw .lg\:to-black{
    --tw-gradient-to: #000000;
  }

  .tw .lg\:to-gray-10{
    --tw-gradient-to: #F0F0F0;
  }

  .tw .lg\:to-gray-20{
    --tw-gradient-to: #E2E2E2;
  }

  .tw .lg\:to-gray-30{
    --tw-gradient-to: #D3D3D3;
  }

  .tw .lg\:to-gray-40{
    --tw-gradient-to: #C5C5C5;
  }

  .tw .lg\:to-gray-50{
    --tw-gradient-to: #B7B7B7;
  }

  .tw .lg\:to-gray-60{
    --tw-gradient-to: #A9A9A9;
  }

  .tw .lg\:to-gray-70{
    --tw-gradient-to: #9C9C9C;
  }

  .tw .lg\:to-gray-80{
    --tw-gradient-to: #8E8E8E;
  }

  .tw .lg\:to-gray-90{
    --tw-gradient-to: #818181;
  }

  .tw .lg\:to-gray-100{
    --tw-gradient-to: #6C6D72;
  }

  .tw .lg\:to-gray-200{
    --tw-gradient-to: #606167;
  }

  .tw .lg\:to-gray-300{
    --tw-gradient-to: #54565B;
  }

  .tw .lg\:to-gray-400{
    --tw-gradient-to: #494950;
  }

  .tw .lg\:to-gray-500{
    --tw-gradient-to: #3D3D44;
  }

  .tw .lg\:to-gray-600{
    --tw-gradient-to: #35353D;
  }

  .tw .lg\:to-gray-700{
    --tw-gradient-to: #2D2D31;
  }

  .tw .lg\:to-gray-800{
    --tw-gradient-to: #26252A;
  }

  .tw .lg\:to-gray-850{
    --tw-gradient-to: #202025;
  }

  .tw .lg\:to-gray-900{
    --tw-gradient-to: #1B1B20;
  }

  .tw .lg\:to-gray-950{
    --tw-gradient-to: #141417;
  }

  .tw .lg\:to-brand-50{
    --tw-gradient-to: #7FFFFF;
  }

  .tw .lg\:to-brand-100{
    --tw-gradient-to: #57E2FF;
  }

  .tw .lg\:to-brand-200{
    --tw-gradient-to: #20C5FF;
  }

  .tw .lg\:to-brand-300{
    --tw-gradient-to: #00A7E7;
  }

  .tw .lg\:to-brand-400{
    --tw-gradient-to: #008BC9;
  }

  .tw .lg\:to-brand-500{
    --tw-gradient-to: #0070AC;
  }

  .tw .lg\:to-brand-600{
    --tw-gradient-to: #00568F;
  }

  .tw .lg\:to-brand-700{
    --tw-gradient-to: #003E74;
  }

  .tw .lg\:to-brand-800{
    --tw-gradient-to: #002759;
  }

  .tw .lg\:to-brand-900{
    --tw-gradient-to: #00123F;
  }

  .tw .lg\:to-brand{
    --tw-gradient-to: #00BEFF;
  }

  .tw .lg\:to-brand-base{
    --tw-gradient-to: #00BEFF;
  }

  .tw .lg\:to-red-50{
    --tw-gradient-to: #FFCAC8;
  }

  .tw .lg\:to-red-100{
    --tw-gradient-to: #FFABAB;
  }

  .tw .lg\:to-red-200{
    --tw-gradient-to: #FF8E8E;
  }

  .tw .lg\:to-red-300{
    --tw-gradient-to: #F77073;
  }

  .tw .lg\:to-red-400{
    --tw-gradient-to: #D75359;
  }

  .tw .lg\:to-red-500{
    --tw-gradient-to: #B63640;
  }

  .tw .lg\:to-red-600{
    --tw-gradient-to: #961229;
  }

  .tw .lg\:to-red-700{
    --tw-gradient-to: #770013;
  }

  .tw .lg\:to-red-800{
    --tw-gradient-to: #590000;
  }

  .tw .lg\:to-red-900{
    --tw-gradient-to: #410000;
  }

  .tw .lg\:to-red{
    --tw-gradient-to: #D35056;
  }

  .tw .lg\:to-red-brand{
    --tw-gradient-to: #FF4F4F;
  }

  .tw .lg\:to-green-50{
    --tw-gradient-to: #8DFFCD;
  }

  .tw .lg\:to-green-100{
    --tw-gradient-to: #6DECB0;
  }

  .tw .lg\:to-green-200{
    --tw-gradient-to: #4CCE93;
  }

  .tw .lg\:to-green-300{
    --tw-gradient-to: #24B077;
  }

  .tw .lg\:to-green-400{
    --tw-gradient-to: #00935D;
  }

  .tw .lg\:to-green-500{
    --tw-gradient-to: #007744;
  }

  .tw .lg\:to-green-600{
    --tw-gradient-to: #005B2B;
  }

  .tw .lg\:to-green-700{
    --tw-gradient-to: #004115;
  }

  .tw .lg\:to-green-800{
    --tw-gradient-to: #002B00;
  }

  .tw .lg\:to-green-900{
    --tw-gradient-to: #001B00;
  }

  .tw .lg\:to-green{
    --tw-gradient-to: #2EB67D;
  }

  .tw .lg\:to-yellow-50{
    --tw-gradient-to: #FFEB57;
  }

  .tw .lg\:to-yellow-100{
    --tw-gradient-to: #FFCD37;
  }

  .tw .lg\:to-yellow-200{
    --tw-gradient-to: #E4B009;
  }

  .tw .lg\:to-yellow-300{
    --tw-gradient-to: #C39400;
  }

  .tw .lg\:to-yellow-400{
    --tw-gradient-to: #A37900;
  }

  .tw .lg\:to-yellow-500{
    --tw-gradient-to: #855F00;
  }

  .tw .lg\:to-yellow-600{
    --tw-gradient-to: #684600;
  }

  .tw .lg\:to-yellow-700{
    --tw-gradient-to: #4F2E00;
  }

  .tw .lg\:to-yellow-800{
    --tw-gradient-to: #3D1600;
  }

  .tw .lg\:to-yellow-900{
    --tw-gradient-to: #320000;
  }

  .tw .lg\:to-yellow{
    --tw-gradient-to: #FEC72F;
  }

  .tw .lg\:to-purple-50{
    --tw-gradient-to: #FFD8FF;
  }

  .tw .lg\:to-purple-100{
    --tw-gradient-to: #F0BAFF;
  }

  .tw .lg\:to-purple-200{
    --tw-gradient-to: #D09DFF;
  }

  .tw .lg\:to-purple-300{
    --tw-gradient-to: #B180FF;
  }

  .tw .lg\:to-purple-400{
    --tw-gradient-to: #9265E9;
  }

  .tw .lg\:to-purple-500{
    --tw-gradient-to: #744ACB;
  }

  .tw .lg\:to-purple-600{
    --tw-gradient-to: #5530AD;
  }

  .tw .lg\:to-purple-700{
    --tw-gradient-to: #351690;
  }

  .tw .lg\:to-purple-800{
    --tw-gradient-to: #090074;
  }

  .tw .lg\:to-purple-900{
    --tw-gradient-to: #000059;
  }

  .tw .lg\:to-purple{
    --tw-gradient-to: #A878FF;
  }

  .tw .lg\:to-orange-50{
    --tw-gradient-to: #FFD283;
  }

  .tw .lg\:to-orange-100{
    --tw-gradient-to: #FFB467;
  }

  .tw .lg\:to-orange-200{
    --tw-gradient-to: #FF974B;
  }

  .tw .lg\:to-orange-300{
    --tw-gradient-to: #F07A2F;
  }

  .tw .lg\:to-orange-400{
    --tw-gradient-to: #CE5F11;
  }

  .tw .lg\:to-orange-500{
    --tw-gradient-to: #AD4400;
  }

  .tw .lg\:to-orange-600{
    --tw-gradient-to: #8D2800;
  }

  .tw .lg\:to-orange-700{
    --tw-gradient-to: #6F0600;
  }

  .tw .lg\:to-orange-800{
    --tw-gradient-to: #540000;
  }

  .tw .lg\:to-orange-900{
    --tw-gradient-to: #410000;
  }

  .tw .lg\:to-orange{
    --tw-gradient-to: #F57F34;
  }

  .tw .lg\:to-surface-brand{
    --tw-gradient-to: #1A1A1A;
  }

  .tw .lg\:to-surface-lower{
    --tw-gradient-to: #121314;
  }

  .tw .lg\:to-surface-base{
    --tw-gradient-to: #1D1E1F;
  }

  .tw .lg\:to-surface-low{
    --tw-gradient-to: #212124;
  }

  .tw .lg\:to-surface-middle{
    --tw-gradient-to: #26262A;
  }

  .tw .lg\:to-surface-upper{
    --tw-gradient-to: #29292E;
  }

  .tw .lg\:to-surface-high{
    --tw-gradient-to: #343435;
  }

  .tw .lg\:to-surface-higher{
    --tw-gradient-to: #4A4B4B;
  }

  .tw .lg\:to-surface-highest{
    --tw-gradient-to: #616162;
  }

  .tw .lg\:to-glyph-base{
    --tw-gradient-to: #FFFFFF;
  }

  .tw .lg\:to-glyph-light{
    --tw-gradient-to: #C2C2C2;
  }

  .tw .lg\:to-glyph-lighter{
    --tw-gradient-to: #969696;
  }

  .tw .lg\:to-glyph-lightest{
    --tw-gradient-to: #505050;
  }

  .tw .lg\:to-link{
    --tw-gradient-to: #00BEFF;
  }

  .tw .lg\:to-info-error{
    --tw-gradient-to: #eb3341;
  }

  .tw .lg\:to-info-danger{
    --tw-gradient-to: #F77F25;
  }

  .tw .lg\:to-info-warn{
    --tw-gradient-to: #FFC82F;
  }

  .tw .lg\:to-info-ok{
    --tw-gradient-to: #00974F;
  }

  .tw .lg\:to-info-notice{
    --tw-gradient-to: #0180FF;
  }

  .tw .lg\:to-accent-1{
    --tw-gradient-to: #FF5D69;
  }

  .tw .lg\:to-accent-2{
    --tw-gradient-to: #07F5AF;
  }

  .tw .lg\:to-accent-3{
    --tw-gradient-to: #04D372;
  }

  .tw .lg\:to-accent-4{
    --tw-gradient-to: #8451F5;
  }

  .tw .lg\:hover\:to-current:hover{
    --tw-gradient-to: currentColor;
  }

  .tw .lg\:hover\:to-transparent:hover{
    --tw-gradient-to: transparent;
  }

  .tw .lg\:hover\:to-white:hover{
    --tw-gradient-to: #FFFFFF;
  }

  .tw .lg\:hover\:to-black:hover{
    --tw-gradient-to: #000000;
  }

  .tw .lg\:hover\:to-gray-10:hover{
    --tw-gradient-to: #F0F0F0;
  }

  .tw .lg\:hover\:to-gray-20:hover{
    --tw-gradient-to: #E2E2E2;
  }

  .tw .lg\:hover\:to-gray-30:hover{
    --tw-gradient-to: #D3D3D3;
  }

  .tw .lg\:hover\:to-gray-40:hover{
    --tw-gradient-to: #C5C5C5;
  }

  .tw .lg\:hover\:to-gray-50:hover{
    --tw-gradient-to: #B7B7B7;
  }

  .tw .lg\:hover\:to-gray-60:hover{
    --tw-gradient-to: #A9A9A9;
  }

  .tw .lg\:hover\:to-gray-70:hover{
    --tw-gradient-to: #9C9C9C;
  }

  .tw .lg\:hover\:to-gray-80:hover{
    --tw-gradient-to: #8E8E8E;
  }

  .tw .lg\:hover\:to-gray-90:hover{
    --tw-gradient-to: #818181;
  }

  .tw .lg\:hover\:to-gray-100:hover{
    --tw-gradient-to: #6C6D72;
  }

  .tw .lg\:hover\:to-gray-200:hover{
    --tw-gradient-to: #606167;
  }

  .tw .lg\:hover\:to-gray-300:hover{
    --tw-gradient-to: #54565B;
  }

  .tw .lg\:hover\:to-gray-400:hover{
    --tw-gradient-to: #494950;
  }

  .tw .lg\:hover\:to-gray-500:hover{
    --tw-gradient-to: #3D3D44;
  }

  .tw .lg\:hover\:to-gray-600:hover{
    --tw-gradient-to: #35353D;
  }

  .tw .lg\:hover\:to-gray-700:hover{
    --tw-gradient-to: #2D2D31;
  }

  .tw .lg\:hover\:to-gray-800:hover{
    --tw-gradient-to: #26252A;
  }

  .tw .lg\:hover\:to-gray-850:hover{
    --tw-gradient-to: #202025;
  }

  .tw .lg\:hover\:to-gray-900:hover{
    --tw-gradient-to: #1B1B20;
  }

  .tw .lg\:hover\:to-gray-950:hover{
    --tw-gradient-to: #141417;
  }

  .tw .lg\:hover\:to-brand-50:hover{
    --tw-gradient-to: #7FFFFF;
  }

  .tw .lg\:hover\:to-brand-100:hover{
    --tw-gradient-to: #57E2FF;
  }

  .tw .lg\:hover\:to-brand-200:hover{
    --tw-gradient-to: #20C5FF;
  }

  .tw .lg\:hover\:to-brand-300:hover{
    --tw-gradient-to: #00A7E7;
  }

  .tw .lg\:hover\:to-brand-400:hover{
    --tw-gradient-to: #008BC9;
  }

  .tw .lg\:hover\:to-brand-500:hover{
    --tw-gradient-to: #0070AC;
  }

  .tw .lg\:hover\:to-brand-600:hover{
    --tw-gradient-to: #00568F;
  }

  .tw .lg\:hover\:to-brand-700:hover{
    --tw-gradient-to: #003E74;
  }

  .tw .lg\:hover\:to-brand-800:hover{
    --tw-gradient-to: #002759;
  }

  .tw .lg\:hover\:to-brand-900:hover{
    --tw-gradient-to: #00123F;
  }

  .tw .lg\:hover\:to-brand:hover{
    --tw-gradient-to: #00BEFF;
  }

  .tw .lg\:hover\:to-brand-base:hover{
    --tw-gradient-to: #00BEFF;
  }

  .tw .lg\:hover\:to-red-50:hover{
    --tw-gradient-to: #FFCAC8;
  }

  .tw .lg\:hover\:to-red-100:hover{
    --tw-gradient-to: #FFABAB;
  }

  .tw .lg\:hover\:to-red-200:hover{
    --tw-gradient-to: #FF8E8E;
  }

  .tw .lg\:hover\:to-red-300:hover{
    --tw-gradient-to: #F77073;
  }

  .tw .lg\:hover\:to-red-400:hover{
    --tw-gradient-to: #D75359;
  }

  .tw .lg\:hover\:to-red-500:hover{
    --tw-gradient-to: #B63640;
  }

  .tw .lg\:hover\:to-red-600:hover{
    --tw-gradient-to: #961229;
  }

  .tw .lg\:hover\:to-red-700:hover{
    --tw-gradient-to: #770013;
  }

  .tw .lg\:hover\:to-red-800:hover{
    --tw-gradient-to: #590000;
  }

  .tw .lg\:hover\:to-red-900:hover{
    --tw-gradient-to: #410000;
  }

  .tw .lg\:hover\:to-red:hover{
    --tw-gradient-to: #D35056;
  }

  .tw .lg\:hover\:to-red-brand:hover{
    --tw-gradient-to: #FF4F4F;
  }

  .tw .lg\:hover\:to-green-50:hover{
    --tw-gradient-to: #8DFFCD;
  }

  .tw .lg\:hover\:to-green-100:hover{
    --tw-gradient-to: #6DECB0;
  }

  .tw .lg\:hover\:to-green-200:hover{
    --tw-gradient-to: #4CCE93;
  }

  .tw .lg\:hover\:to-green-300:hover{
    --tw-gradient-to: #24B077;
  }

  .tw .lg\:hover\:to-green-400:hover{
    --tw-gradient-to: #00935D;
  }

  .tw .lg\:hover\:to-green-500:hover{
    --tw-gradient-to: #007744;
  }

  .tw .lg\:hover\:to-green-600:hover{
    --tw-gradient-to: #005B2B;
  }

  .tw .lg\:hover\:to-green-700:hover{
    --tw-gradient-to: #004115;
  }

  .tw .lg\:hover\:to-green-800:hover{
    --tw-gradient-to: #002B00;
  }

  .tw .lg\:hover\:to-green-900:hover{
    --tw-gradient-to: #001B00;
  }

  .tw .lg\:hover\:to-green:hover{
    --tw-gradient-to: #2EB67D;
  }

  .tw .lg\:hover\:to-yellow-50:hover{
    --tw-gradient-to: #FFEB57;
  }

  .tw .lg\:hover\:to-yellow-100:hover{
    --tw-gradient-to: #FFCD37;
  }

  .tw .lg\:hover\:to-yellow-200:hover{
    --tw-gradient-to: #E4B009;
  }

  .tw .lg\:hover\:to-yellow-300:hover{
    --tw-gradient-to: #C39400;
  }

  .tw .lg\:hover\:to-yellow-400:hover{
    --tw-gradient-to: #A37900;
  }

  .tw .lg\:hover\:to-yellow-500:hover{
    --tw-gradient-to: #855F00;
  }

  .tw .lg\:hover\:to-yellow-600:hover{
    --tw-gradient-to: #684600;
  }

  .tw .lg\:hover\:to-yellow-700:hover{
    --tw-gradient-to: #4F2E00;
  }

  .tw .lg\:hover\:to-yellow-800:hover{
    --tw-gradient-to: #3D1600;
  }

  .tw .lg\:hover\:to-yellow-900:hover{
    --tw-gradient-to: #320000;
  }

  .tw .lg\:hover\:to-yellow:hover{
    --tw-gradient-to: #FEC72F;
  }

  .tw .lg\:hover\:to-purple-50:hover{
    --tw-gradient-to: #FFD8FF;
  }

  .tw .lg\:hover\:to-purple-100:hover{
    --tw-gradient-to: #F0BAFF;
  }

  .tw .lg\:hover\:to-purple-200:hover{
    --tw-gradient-to: #D09DFF;
  }

  .tw .lg\:hover\:to-purple-300:hover{
    --tw-gradient-to: #B180FF;
  }

  .tw .lg\:hover\:to-purple-400:hover{
    --tw-gradient-to: #9265E9;
  }

  .tw .lg\:hover\:to-purple-500:hover{
    --tw-gradient-to: #744ACB;
  }

  .tw .lg\:hover\:to-purple-600:hover{
    --tw-gradient-to: #5530AD;
  }

  .tw .lg\:hover\:to-purple-700:hover{
    --tw-gradient-to: #351690;
  }

  .tw .lg\:hover\:to-purple-800:hover{
    --tw-gradient-to: #090074;
  }

  .tw .lg\:hover\:to-purple-900:hover{
    --tw-gradient-to: #000059;
  }

  .tw .lg\:hover\:to-purple:hover{
    --tw-gradient-to: #A878FF;
  }

  .tw .lg\:hover\:to-orange-50:hover{
    --tw-gradient-to: #FFD283;
  }

  .tw .lg\:hover\:to-orange-100:hover{
    --tw-gradient-to: #FFB467;
  }

  .tw .lg\:hover\:to-orange-200:hover{
    --tw-gradient-to: #FF974B;
  }

  .tw .lg\:hover\:to-orange-300:hover{
    --tw-gradient-to: #F07A2F;
  }

  .tw .lg\:hover\:to-orange-400:hover{
    --tw-gradient-to: #CE5F11;
  }

  .tw .lg\:hover\:to-orange-500:hover{
    --tw-gradient-to: #AD4400;
  }

  .tw .lg\:hover\:to-orange-600:hover{
    --tw-gradient-to: #8D2800;
  }

  .tw .lg\:hover\:to-orange-700:hover{
    --tw-gradient-to: #6F0600;
  }

  .tw .lg\:hover\:to-orange-800:hover{
    --tw-gradient-to: #540000;
  }

  .tw .lg\:hover\:to-orange-900:hover{
    --tw-gradient-to: #410000;
  }

  .tw .lg\:hover\:to-orange:hover{
    --tw-gradient-to: #F57F34;
  }

  .tw .lg\:hover\:to-surface-brand:hover{
    --tw-gradient-to: #1A1A1A;
  }

  .tw .lg\:hover\:to-surface-lower:hover{
    --tw-gradient-to: #121314;
  }

  .tw .lg\:hover\:to-surface-base:hover{
    --tw-gradient-to: #1D1E1F;
  }

  .tw .lg\:hover\:to-surface-low:hover{
    --tw-gradient-to: #212124;
  }

  .tw .lg\:hover\:to-surface-middle:hover{
    --tw-gradient-to: #26262A;
  }

  .tw .lg\:hover\:to-surface-upper:hover{
    --tw-gradient-to: #29292E;
  }

  .tw .lg\:hover\:to-surface-high:hover{
    --tw-gradient-to: #343435;
  }

  .tw .lg\:hover\:to-surface-higher:hover{
    --tw-gradient-to: #4A4B4B;
  }

  .tw .lg\:hover\:to-surface-highest:hover{
    --tw-gradient-to: #616162;
  }

  .tw .lg\:hover\:to-glyph-base:hover{
    --tw-gradient-to: #FFFFFF;
  }

  .tw .lg\:hover\:to-glyph-light:hover{
    --tw-gradient-to: #C2C2C2;
  }

  .tw .lg\:hover\:to-glyph-lighter:hover{
    --tw-gradient-to: #969696;
  }

  .tw .lg\:hover\:to-glyph-lightest:hover{
    --tw-gradient-to: #505050;
  }

  .tw .lg\:hover\:to-link:hover{
    --tw-gradient-to: #00BEFF;
  }

  .tw .lg\:hover\:to-info-error:hover{
    --tw-gradient-to: #eb3341;
  }

  .tw .lg\:hover\:to-info-danger:hover{
    --tw-gradient-to: #F77F25;
  }

  .tw .lg\:hover\:to-info-warn:hover{
    --tw-gradient-to: #FFC82F;
  }

  .tw .lg\:hover\:to-info-ok:hover{
    --tw-gradient-to: #00974F;
  }

  .tw .lg\:hover\:to-info-notice:hover{
    --tw-gradient-to: #0180FF;
  }

  .tw .lg\:hover\:to-accent-1:hover{
    --tw-gradient-to: #FF5D69;
  }

  .tw .lg\:hover\:to-accent-2:hover{
    --tw-gradient-to: #07F5AF;
  }

  .tw .lg\:hover\:to-accent-3:hover{
    --tw-gradient-to: #04D372;
  }

  .tw .lg\:hover\:to-accent-4:hover{
    --tw-gradient-to: #8451F5;
  }

  .tw .lg\:focus\:to-current:focus{
    --tw-gradient-to: currentColor;
  }

  .tw .lg\:focus\:to-transparent:focus{
    --tw-gradient-to: transparent;
  }

  .tw .lg\:focus\:to-white:focus{
    --tw-gradient-to: #FFFFFF;
  }

  .tw .lg\:focus\:to-black:focus{
    --tw-gradient-to: #000000;
  }

  .tw .lg\:focus\:to-gray-10:focus{
    --tw-gradient-to: #F0F0F0;
  }

  .tw .lg\:focus\:to-gray-20:focus{
    --tw-gradient-to: #E2E2E2;
  }

  .tw .lg\:focus\:to-gray-30:focus{
    --tw-gradient-to: #D3D3D3;
  }

  .tw .lg\:focus\:to-gray-40:focus{
    --tw-gradient-to: #C5C5C5;
  }

  .tw .lg\:focus\:to-gray-50:focus{
    --tw-gradient-to: #B7B7B7;
  }

  .tw .lg\:focus\:to-gray-60:focus{
    --tw-gradient-to: #A9A9A9;
  }

  .tw .lg\:focus\:to-gray-70:focus{
    --tw-gradient-to: #9C9C9C;
  }

  .tw .lg\:focus\:to-gray-80:focus{
    --tw-gradient-to: #8E8E8E;
  }

  .tw .lg\:focus\:to-gray-90:focus{
    --tw-gradient-to: #818181;
  }

  .tw .lg\:focus\:to-gray-100:focus{
    --tw-gradient-to: #6C6D72;
  }

  .tw .lg\:focus\:to-gray-200:focus{
    --tw-gradient-to: #606167;
  }

  .tw .lg\:focus\:to-gray-300:focus{
    --tw-gradient-to: #54565B;
  }

  .tw .lg\:focus\:to-gray-400:focus{
    --tw-gradient-to: #494950;
  }

  .tw .lg\:focus\:to-gray-500:focus{
    --tw-gradient-to: #3D3D44;
  }

  .tw .lg\:focus\:to-gray-600:focus{
    --tw-gradient-to: #35353D;
  }

  .tw .lg\:focus\:to-gray-700:focus{
    --tw-gradient-to: #2D2D31;
  }

  .tw .lg\:focus\:to-gray-800:focus{
    --tw-gradient-to: #26252A;
  }

  .tw .lg\:focus\:to-gray-850:focus{
    --tw-gradient-to: #202025;
  }

  .tw .lg\:focus\:to-gray-900:focus{
    --tw-gradient-to: #1B1B20;
  }

  .tw .lg\:focus\:to-gray-950:focus{
    --tw-gradient-to: #141417;
  }

  .tw .lg\:focus\:to-brand-50:focus{
    --tw-gradient-to: #7FFFFF;
  }

  .tw .lg\:focus\:to-brand-100:focus{
    --tw-gradient-to: #57E2FF;
  }

  .tw .lg\:focus\:to-brand-200:focus{
    --tw-gradient-to: #20C5FF;
  }

  .tw .lg\:focus\:to-brand-300:focus{
    --tw-gradient-to: #00A7E7;
  }

  .tw .lg\:focus\:to-brand-400:focus{
    --tw-gradient-to: #008BC9;
  }

  .tw .lg\:focus\:to-brand-500:focus{
    --tw-gradient-to: #0070AC;
  }

  .tw .lg\:focus\:to-brand-600:focus{
    --tw-gradient-to: #00568F;
  }

  .tw .lg\:focus\:to-brand-700:focus{
    --tw-gradient-to: #003E74;
  }

  .tw .lg\:focus\:to-brand-800:focus{
    --tw-gradient-to: #002759;
  }

  .tw .lg\:focus\:to-brand-900:focus{
    --tw-gradient-to: #00123F;
  }

  .tw .lg\:focus\:to-brand:focus{
    --tw-gradient-to: #00BEFF;
  }

  .tw .lg\:focus\:to-brand-base:focus{
    --tw-gradient-to: #00BEFF;
  }

  .tw .lg\:focus\:to-red-50:focus{
    --tw-gradient-to: #FFCAC8;
  }

  .tw .lg\:focus\:to-red-100:focus{
    --tw-gradient-to: #FFABAB;
  }

  .tw .lg\:focus\:to-red-200:focus{
    --tw-gradient-to: #FF8E8E;
  }

  .tw .lg\:focus\:to-red-300:focus{
    --tw-gradient-to: #F77073;
  }

  .tw .lg\:focus\:to-red-400:focus{
    --tw-gradient-to: #D75359;
  }

  .tw .lg\:focus\:to-red-500:focus{
    --tw-gradient-to: #B63640;
  }

  .tw .lg\:focus\:to-red-600:focus{
    --tw-gradient-to: #961229;
  }

  .tw .lg\:focus\:to-red-700:focus{
    --tw-gradient-to: #770013;
  }

  .tw .lg\:focus\:to-red-800:focus{
    --tw-gradient-to: #590000;
  }

  .tw .lg\:focus\:to-red-900:focus{
    --tw-gradient-to: #410000;
  }

  .tw .lg\:focus\:to-red:focus{
    --tw-gradient-to: #D35056;
  }

  .tw .lg\:focus\:to-red-brand:focus{
    --tw-gradient-to: #FF4F4F;
  }

  .tw .lg\:focus\:to-green-50:focus{
    --tw-gradient-to: #8DFFCD;
  }

  .tw .lg\:focus\:to-green-100:focus{
    --tw-gradient-to: #6DECB0;
  }

  .tw .lg\:focus\:to-green-200:focus{
    --tw-gradient-to: #4CCE93;
  }

  .tw .lg\:focus\:to-green-300:focus{
    --tw-gradient-to: #24B077;
  }

  .tw .lg\:focus\:to-green-400:focus{
    --tw-gradient-to: #00935D;
  }

  .tw .lg\:focus\:to-green-500:focus{
    --tw-gradient-to: #007744;
  }

  .tw .lg\:focus\:to-green-600:focus{
    --tw-gradient-to: #005B2B;
  }

  .tw .lg\:focus\:to-green-700:focus{
    --tw-gradient-to: #004115;
  }

  .tw .lg\:focus\:to-green-800:focus{
    --tw-gradient-to: #002B00;
  }

  .tw .lg\:focus\:to-green-900:focus{
    --tw-gradient-to: #001B00;
  }

  .tw .lg\:focus\:to-green:focus{
    --tw-gradient-to: #2EB67D;
  }

  .tw .lg\:focus\:to-yellow-50:focus{
    --tw-gradient-to: #FFEB57;
  }

  .tw .lg\:focus\:to-yellow-100:focus{
    --tw-gradient-to: #FFCD37;
  }

  .tw .lg\:focus\:to-yellow-200:focus{
    --tw-gradient-to: #E4B009;
  }

  .tw .lg\:focus\:to-yellow-300:focus{
    --tw-gradient-to: #C39400;
  }

  .tw .lg\:focus\:to-yellow-400:focus{
    --tw-gradient-to: #A37900;
  }

  .tw .lg\:focus\:to-yellow-500:focus{
    --tw-gradient-to: #855F00;
  }

  .tw .lg\:focus\:to-yellow-600:focus{
    --tw-gradient-to: #684600;
  }

  .tw .lg\:focus\:to-yellow-700:focus{
    --tw-gradient-to: #4F2E00;
  }

  .tw .lg\:focus\:to-yellow-800:focus{
    --tw-gradient-to: #3D1600;
  }

  .tw .lg\:focus\:to-yellow-900:focus{
    --tw-gradient-to: #320000;
  }

  .tw .lg\:focus\:to-yellow:focus{
    --tw-gradient-to: #FEC72F;
  }

  .tw .lg\:focus\:to-purple-50:focus{
    --tw-gradient-to: #FFD8FF;
  }

  .tw .lg\:focus\:to-purple-100:focus{
    --tw-gradient-to: #F0BAFF;
  }

  .tw .lg\:focus\:to-purple-200:focus{
    --tw-gradient-to: #D09DFF;
  }

  .tw .lg\:focus\:to-purple-300:focus{
    --tw-gradient-to: #B180FF;
  }

  .tw .lg\:focus\:to-purple-400:focus{
    --tw-gradient-to: #9265E9;
  }

  .tw .lg\:focus\:to-purple-500:focus{
    --tw-gradient-to: #744ACB;
  }

  .tw .lg\:focus\:to-purple-600:focus{
    --tw-gradient-to: #5530AD;
  }

  .tw .lg\:focus\:to-purple-700:focus{
    --tw-gradient-to: #351690;
  }

  .tw .lg\:focus\:to-purple-800:focus{
    --tw-gradient-to: #090074;
  }

  .tw .lg\:focus\:to-purple-900:focus{
    --tw-gradient-to: #000059;
  }

  .tw .lg\:focus\:to-purple:focus{
    --tw-gradient-to: #A878FF;
  }

  .tw .lg\:focus\:to-orange-50:focus{
    --tw-gradient-to: #FFD283;
  }

  .tw .lg\:focus\:to-orange-100:focus{
    --tw-gradient-to: #FFB467;
  }

  .tw .lg\:focus\:to-orange-200:focus{
    --tw-gradient-to: #FF974B;
  }

  .tw .lg\:focus\:to-orange-300:focus{
    --tw-gradient-to: #F07A2F;
  }

  .tw .lg\:focus\:to-orange-400:focus{
    --tw-gradient-to: #CE5F11;
  }

  .tw .lg\:focus\:to-orange-500:focus{
    --tw-gradient-to: #AD4400;
  }

  .tw .lg\:focus\:to-orange-600:focus{
    --tw-gradient-to: #8D2800;
  }

  .tw .lg\:focus\:to-orange-700:focus{
    --tw-gradient-to: #6F0600;
  }

  .tw .lg\:focus\:to-orange-800:focus{
    --tw-gradient-to: #540000;
  }

  .tw .lg\:focus\:to-orange-900:focus{
    --tw-gradient-to: #410000;
  }

  .tw .lg\:focus\:to-orange:focus{
    --tw-gradient-to: #F57F34;
  }

  .tw .lg\:focus\:to-surface-brand:focus{
    --tw-gradient-to: #1A1A1A;
  }

  .tw .lg\:focus\:to-surface-lower:focus{
    --tw-gradient-to: #121314;
  }

  .tw .lg\:focus\:to-surface-base:focus{
    --tw-gradient-to: #1D1E1F;
  }

  .tw .lg\:focus\:to-surface-low:focus{
    --tw-gradient-to: #212124;
  }

  .tw .lg\:focus\:to-surface-middle:focus{
    --tw-gradient-to: #26262A;
  }

  .tw .lg\:focus\:to-surface-upper:focus{
    --tw-gradient-to: #29292E;
  }

  .tw .lg\:focus\:to-surface-high:focus{
    --tw-gradient-to: #343435;
  }

  .tw .lg\:focus\:to-surface-higher:focus{
    --tw-gradient-to: #4A4B4B;
  }

  .tw .lg\:focus\:to-surface-highest:focus{
    --tw-gradient-to: #616162;
  }

  .tw .lg\:focus\:to-glyph-base:focus{
    --tw-gradient-to: #FFFFFF;
  }

  .tw .lg\:focus\:to-glyph-light:focus{
    --tw-gradient-to: #C2C2C2;
  }

  .tw .lg\:focus\:to-glyph-lighter:focus{
    --tw-gradient-to: #969696;
  }

  .tw .lg\:focus\:to-glyph-lightest:focus{
    --tw-gradient-to: #505050;
  }

  .tw .lg\:focus\:to-link:focus{
    --tw-gradient-to: #00BEFF;
  }

  .tw .lg\:focus\:to-info-error:focus{
    --tw-gradient-to: #eb3341;
  }

  .tw .lg\:focus\:to-info-danger:focus{
    --tw-gradient-to: #F77F25;
  }

  .tw .lg\:focus\:to-info-warn:focus{
    --tw-gradient-to: #FFC82F;
  }

  .tw .lg\:focus\:to-info-ok:focus{
    --tw-gradient-to: #00974F;
  }

  .tw .lg\:focus\:to-info-notice:focus{
    --tw-gradient-to: #0180FF;
  }

  .tw .lg\:focus\:to-accent-1:focus{
    --tw-gradient-to: #FF5D69;
  }

  .tw .lg\:focus\:to-accent-2:focus{
    --tw-gradient-to: #07F5AF;
  }

  .tw .lg\:focus\:to-accent-3:focus{
    --tw-gradient-to: #04D372;
  }

  .tw .lg\:focus\:to-accent-4:focus{
    --tw-gradient-to: #8451F5;
  }

  .tw .lg\:decoration-slice{
    -webkit-box-decoration-break: slice;
            box-decoration-break: slice;
  }

  .tw .lg\:decoration-clone{
    -webkit-box-decoration-break: clone;
            box-decoration-break: clone;
  }

  .tw .lg\:bg-auto{
    background-size: auto;
  }

  .tw .lg\:bg-cover{
    background-size: cover;
  }

  .tw .lg\:bg-contain{
    background-size: contain;
  }

  .tw .lg\:bg-fixed{
    background-attachment: fixed;
  }

  .tw .lg\:bg-local{
    background-attachment: local;
  }

  .tw .lg\:bg-scroll{
    background-attachment: scroll;
  }

  .tw .lg\:bg-clip-border{
    background-clip: border-box;
  }

  .tw .lg\:bg-clip-padding{
    background-clip: padding-box;
  }

  .tw .lg\:bg-clip-content{
    background-clip: content-box;
  }

  .tw .lg\:bg-clip-text{
    -webkit-background-clip: text;
            background-clip: text;
  }

  .tw .lg\:bg-bottom{
    background-position: bottom;
  }

  .tw .lg\:bg-center{
    background-position: center;
  }

  .tw .lg\:bg-left{
    background-position: left;
  }

  .tw .lg\:bg-left-bottom{
    background-position: left bottom;
  }

  .tw .lg\:bg-left-top{
    background-position: left top;
  }

  .tw .lg\:bg-right{
    background-position: right;
  }

  .tw .lg\:bg-right-bottom{
    background-position: right bottom;
  }

  .tw .lg\:bg-right-top{
    background-position: right top;
  }

  .tw .lg\:bg-top{
    background-position: top;
  }

  .tw .lg\:bg-repeat{
    background-repeat: repeat;
  }

  .tw .lg\:bg-no-repeat{
    background-repeat: no-repeat;
  }

  .tw .lg\:bg-repeat-x{
    background-repeat: repeat-x;
  }

  .tw .lg\:bg-repeat-y{
    background-repeat: repeat-y;
  }

  .tw .lg\:bg-repeat-round{
    background-repeat: round;
  }

  .tw .lg\:bg-repeat-space{
    background-repeat: space;
  }

  .tw .lg\:bg-origin-border{
    background-origin: border-box;
  }

  .tw .lg\:bg-origin-padding{
    background-origin: padding-box;
  }

  .tw .lg\:bg-origin-content{
    background-origin: content-box;
  }

  .tw .lg\:fill-current{
    fill: currentColor;
  }

  .tw .lg\:fill-red{
    fill: #D35056;
  }

  .tw .lg\:fill-green{
    fill: #2EB67D;
  }

  .tw .lg\:fill-gray-10{
    fill: #F0F0F0;
  }

  .tw .lg\:fill-gray-100{
    fill: #6C6D72;
  }

  .tw .lg\:stroke-current{
    stroke: currentColor;
  }

  .tw .lg\:stroke-0{
    stroke-width: 0;
  }

  .tw .lg\:stroke-1{
    stroke-width: 1;
  }

  .tw .lg\:stroke-2{
    stroke-width: 2;
  }

  .tw .lg\:object-contain{
    -o-object-fit: contain;
       object-fit: contain;
  }

  .tw .lg\:object-cover{
    -o-object-fit: cover;
       object-fit: cover;
  }

  .tw .lg\:object-fill{
    -o-object-fit: fill;
       object-fit: fill;
  }

  .tw .lg\:object-none{
    -o-object-fit: none;
       object-fit: none;
  }

  .tw .lg\:object-scale-down{
    -o-object-fit: scale-down;
       object-fit: scale-down;
  }

  .tw .lg\:object-bottom{
    -o-object-position: bottom;
       object-position: bottom;
  }

  .tw .lg\:object-center{
    -o-object-position: center;
       object-position: center;
  }

  .tw .lg\:object-left{
    -o-object-position: left;
       object-position: left;
  }

  .tw .lg\:object-left-bottom{
    -o-object-position: left bottom;
       object-position: left bottom;
  }

  .tw .lg\:object-left-top{
    -o-object-position: left top;
       object-position: left top;
  }

  .tw .lg\:object-right{
    -o-object-position: right;
       object-position: right;
  }

  .tw .lg\:object-right-bottom{
    -o-object-position: right bottom;
       object-position: right bottom;
  }

  .tw .lg\:object-right-top{
    -o-object-position: right top;
       object-position: right top;
  }

  .tw .lg\:object-top{
    -o-object-position: top;
       object-position: top;
  }

  .tw .lg\:p-0{
    padding: 0px;
  }

  .tw .lg\:p-1{
    padding: 5px;
  }

  .tw .lg\:p-2{
    padding: 10px;
  }

  .tw .lg\:p-3{
    padding: 15px;
  }

  .tw .lg\:p-4{
    padding: 20px;
  }

  .tw .lg\:p-5{
    padding: 25px;
  }

  .tw .lg\:p-6{
    padding: 30px;
  }

  .tw .lg\:p-7{
    padding: 35px;
  }

  .tw .lg\:p-8{
    padding: 40px;
  }

  .tw .lg\:p-9{
    padding: 45px;
  }

  .tw .lg\:p-10{
    padding: 50px;
  }

  .tw .lg\:p-11{
    padding: 55px;
  }

  .tw .lg\:p-12{
    padding: 60px;
  }

  .tw .lg\:p-13{
    padding: 65px;
  }

  .tw .lg\:p-14{
    padding: 70px;
  }

  .tw .lg\:p-15{
    padding: 75px;
  }

  .tw .lg\:p-16{
    padding: 80px;
  }

  .tw .lg\:p-17{
    padding: 85px;
  }

  .tw .lg\:p-18{
    padding: 90px;
  }

  .tw .lg\:p-19{
    padding: 95px;
  }

  .tw .lg\:p-20{
    padding: 100px;
  }

  .tw .lg\:p-21{
    padding: 105px;
  }

  .tw .lg\:p-22{
    padding: 110px;
  }

  .tw .lg\:p-23{
    padding: 115px;
  }

  .tw .lg\:p-24{
    padding: 120px;
  }

  .tw .lg\:p-25{
    padding: 125px;
  }

  .tw .lg\:p-26{
    padding: 130px;
  }

  .tw .lg\:p-27{
    padding: 135px;
  }

  .tw .lg\:p-28{
    padding: 140px;
  }

  .tw .lg\:p-29{
    padding: 145px;
  }

  .tw .lg\:p-30{
    padding: 150px;
  }

  .tw .lg\:p-31{
    padding: 155px;
  }

  .tw .lg\:p-32{
    padding: 160px;
  }

  .tw .lg\:p-33{
    padding: 165px;
  }

  .tw .lg\:p-34{
    padding: 170px;
  }

  .tw .lg\:p-35{
    padding: 175px;
  }

  .tw .lg\:p-36{
    padding: 180px;
  }

  .tw .lg\:p-37{
    padding: 185px;
  }

  .tw .lg\:p-38{
    padding: 190px;
  }

  .tw .lg\:p-39{
    padding: 195px;
  }

  .tw .lg\:p-40{
    padding: 200px;
  }

  .tw .lg\:p-41{
    padding: 205px;
  }

  .tw .lg\:p-42{
    padding: 210px;
  }

  .tw .lg\:p-43{
    padding: 215px;
  }

  .tw .lg\:p-44{
    padding: 220px;
  }

  .tw .lg\:p-45{
    padding: 225px;
  }

  .tw .lg\:p-46{
    padding: 230px;
  }

  .tw .lg\:p-47{
    padding: 235px;
  }

  .tw .lg\:p-48{
    padding: 240px;
  }

  .tw .lg\:p-49{
    padding: 245px;
  }

  .tw .lg\:p-50{
    padding: 250px;
  }

  .tw .lg\:p-51{
    padding: 255px;
  }

  .tw .lg\:p-52{
    padding: 260px;
  }

  .tw .lg\:p-53{
    padding: 265px;
  }

  .tw .lg\:p-54{
    padding: 270px;
  }

  .tw .lg\:p-55{
    padding: 275px;
  }

  .tw .lg\:p-56{
    padding: 280px;
  }

  .tw .lg\:p-57{
    padding: 285px;
  }

  .tw .lg\:p-58{
    padding: 290px;
  }

  .tw .lg\:p-59{
    padding: 295px;
  }

  .tw .lg\:p-60{
    padding: 300px;
  }

  .tw .lg\:p-61{
    padding: 305px;
  }

  .tw .lg\:p-62{
    padding: 310px;
  }

  .tw .lg\:p-63{
    padding: 315px;
  }

  .tw .lg\:p-64{
    padding: 320px;
  }

  .tw .lg\:p-65{
    padding: 325px;
  }

  .tw .lg\:p-66{
    padding: 330px;
  }

  .tw .lg\:p-67{
    padding: 335px;
  }

  .tw .lg\:p-68{
    padding: 340px;
  }

  .tw .lg\:p-69{
    padding: 345px;
  }

  .tw .lg\:p-70{
    padding: 350px;
  }

  .tw .lg\:p-71{
    padding: 355px;
  }

  .tw .lg\:p-72{
    padding: 360px;
  }

  .tw .lg\:p-73{
    padding: 365px;
  }

  .tw .lg\:p-74{
    padding: 370px;
  }

  .tw .lg\:p-75{
    padding: 375px;
  }

  .tw .lg\:p-76{
    padding: 380px;
  }

  .tw .lg\:p-77{
    padding: 385px;
  }

  .tw .lg\:p-78{
    padding: 390px;
  }

  .tw .lg\:p-79{
    padding: 395px;
  }

  .tw .lg\:p-80{
    padding: 400px;
  }

  .tw .lg\:p-81{
    padding: 405px;
  }

  .tw .lg\:p-82{
    padding: 410px;
  }

  .tw .lg\:p-83{
    padding: 415px;
  }

  .tw .lg\:p-84{
    padding: 420px;
  }

  .tw .lg\:p-85{
    padding: 425px;
  }

  .tw .lg\:p-86{
    padding: 430px;
  }

  .tw .lg\:p-87{
    padding: 435px;
  }

  .tw .lg\:p-88{
    padding: 440px;
  }

  .tw .lg\:p-89{
    padding: 445px;
  }

  .tw .lg\:p-90{
    padding: 450px;
  }

  .tw .lg\:p-91{
    padding: 455px;
  }

  .tw .lg\:p-92{
    padding: 460px;
  }

  .tw .lg\:p-93{
    padding: 465px;
  }

  .tw .lg\:p-94{
    padding: 470px;
  }

  .tw .lg\:p-95{
    padding: 475px;
  }

  .tw .lg\:p-96{
    padding: 480px;
  }

  .tw .lg\:p-97{
    padding: 485px;
  }

  .tw .lg\:p-98{
    padding: 490px;
  }

  .tw .lg\:p-99{
    padding: 495px;
  }

  .tw .lg\:p-100{
    padding: 500px;
  }

  .tw .lg\:p-101{
    padding: 505px;
  }

  .tw .lg\:p-102{
    padding: 510px;
  }

  .tw .lg\:p-103{
    padding: 515px;
  }

  .tw .lg\:p-104{
    padding: 520px;
  }

  .tw .lg\:p-105{
    padding: 525px;
  }

  .tw .lg\:p-106{
    padding: 530px;
  }

  .tw .lg\:p-107{
    padding: 535px;
  }

  .tw .lg\:p-108{
    padding: 540px;
  }

  .tw .lg\:p-109{
    padding: 545px;
  }

  .tw .lg\:p-110{
    padding: 550px;
  }

  .tw .lg\:p-111{
    padding: 555px;
  }

  .tw .lg\:p-112{
    padding: 560px;
  }

  .tw .lg\:p-113{
    padding: 565px;
  }

  .tw .lg\:p-114{
    padding: 570px;
  }

  .tw .lg\:p-115{
    padding: 575px;
  }

  .tw .lg\:p-116{
    padding: 580px;
  }

  .tw .lg\:p-117{
    padding: 585px;
  }

  .tw .lg\:p-118{
    padding: 590px;
  }

  .tw .lg\:p-119{
    padding: 595px;
  }

  .tw .lg\:p-120{
    padding: 600px;
  }

  .tw .lg\:p-121{
    padding: 605px;
  }

  .tw .lg\:p-122{
    padding: 610px;
  }

  .tw .lg\:p-123{
    padding: 615px;
  }

  .tw .lg\:p-124{
    padding: 620px;
  }

  .tw .lg\:p-125{
    padding: 625px;
  }

  .tw .lg\:p-126{
    padding: 630px;
  }

  .tw .lg\:p-127{
    padding: 635px;
  }

  .tw .lg\:p-128{
    padding: 640px;
  }

  .tw .lg\:p-129{
    padding: 645px;
  }

  .tw .lg\:p-130{
    padding: 650px;
  }

  .tw .lg\:p-131{
    padding: 655px;
  }

  .tw .lg\:p-132{
    padding: 660px;
  }

  .tw .lg\:p-133{
    padding: 665px;
  }

  .tw .lg\:p-134{
    padding: 670px;
  }

  .tw .lg\:p-135{
    padding: 675px;
  }

  .tw .lg\:p-136{
    padding: 680px;
  }

  .tw .lg\:p-137{
    padding: 685px;
  }

  .tw .lg\:p-138{
    padding: 690px;
  }

  .tw .lg\:p-139{
    padding: 695px;
  }

  .tw .lg\:p-140{
    padding: 700px;
  }

  .tw .lg\:p-141{
    padding: 705px;
  }

  .tw .lg\:p-142{
    padding: 710px;
  }

  .tw .lg\:p-143{
    padding: 715px;
  }

  .tw .lg\:p-144{
    padding: 720px;
  }

  .tw .lg\:p-145{
    padding: 725px;
  }

  .tw .lg\:p-146{
    padding: 730px;
  }

  .tw .lg\:p-147{
    padding: 735px;
  }

  .tw .lg\:p-148{
    padding: 740px;
  }

  .tw .lg\:p-149{
    padding: 745px;
  }

  .tw .lg\:p-0\.5{
    padding: 3px;
  }

  .tw .lg\:p-1px{
    padding: 1px;
  }

  .tw .lg\:p-2px{
    padding: 2px;
  }

  .tw .lg\:p-3px{
    padding: 3px;
  }

  .tw .lg\:p-4px{
    padding: 4px;
  }

  .tw .lg\:p-5px{
    padding: 5px;
  }

  .tw .lg\:p-6px{
    padding: 6px;
  }

  .tw .lg\:p-7px{
    padding: 7px;
  }

  .tw .lg\:p-8px{
    padding: 8px;
  }

  .tw .lg\:p-9px{
    padding: 9px;
  }

  .tw .lg\:p-10px{
    padding: 10px;
  }

  .tw .lg\:p-11px{
    padding: 11px;
  }

  .tw .lg\:p-12px{
    padding: 12px;
  }

  .tw .lg\:p-13px{
    padding: 13px;
  }

  .tw .lg\:p-14px{
    padding: 14px;
  }

  .tw .lg\:p-15px{
    padding: 15px;
  }

  .tw .lg\:p-16px{
    padding: 16px;
  }

  .tw .lg\:p-17px{
    padding: 17px;
  }

  .tw .lg\:p-18px{
    padding: 18px;
  }

  .tw .lg\:p-19px{
    padding: 19px;
  }

  .tw .lg\:p-20px{
    padding: 20px;
  }

  .tw .lg\:p-21px{
    padding: 21px;
  }

  .tw .lg\:p-22px{
    padding: 22px;
  }

  .tw .lg\:p-23px{
    padding: 23px;
  }

  .tw .lg\:p-24px{
    padding: 24px;
  }

  .tw .lg\:p-25px{
    padding: 25px;
  }

  .tw .lg\:p-26px{
    padding: 26px;
  }

  .tw .lg\:p-27px{
    padding: 27px;
  }

  .tw .lg\:p-28px{
    padding: 28px;
  }

  .tw .lg\:p-29px{
    padding: 29px;
  }

  .tw .lg\:p-30px{
    padding: 30px;
  }

  .tw .lg\:p-31px{
    padding: 31px;
  }

  .tw .lg\:p-32px{
    padding: 32px;
  }

  .tw .lg\:p-33px{
    padding: 33px;
  }

  .tw .lg\:p-34px{
    padding: 34px;
  }

  .tw .lg\:p-35px{
    padding: 35px;
  }

  .tw .lg\:p-36px{
    padding: 36px;
  }

  .tw .lg\:p-37px{
    padding: 37px;
  }

  .tw .lg\:p-38px{
    padding: 38px;
  }

  .tw .lg\:p-39px{
    padding: 39px;
  }

  .tw .lg\:p-40px{
    padding: 40px;
  }

  .tw .lg\:first\:p-0:first-child{
    padding: 0px;
  }

  .tw .lg\:first\:p-1:first-child{
    padding: 5px;
  }

  .tw .lg\:first\:p-2:first-child{
    padding: 10px;
  }

  .tw .lg\:first\:p-3:first-child{
    padding: 15px;
  }

  .tw .lg\:first\:p-4:first-child{
    padding: 20px;
  }

  .tw .lg\:first\:p-5:first-child{
    padding: 25px;
  }

  .tw .lg\:first\:p-6:first-child{
    padding: 30px;
  }

  .tw .lg\:first\:p-7:first-child{
    padding: 35px;
  }

  .tw .lg\:first\:p-8:first-child{
    padding: 40px;
  }

  .tw .lg\:first\:p-9:first-child{
    padding: 45px;
  }

  .tw .lg\:first\:p-10:first-child{
    padding: 50px;
  }

  .tw .lg\:first\:p-11:first-child{
    padding: 55px;
  }

  .tw .lg\:first\:p-12:first-child{
    padding: 60px;
  }

  .tw .lg\:first\:p-13:first-child{
    padding: 65px;
  }

  .tw .lg\:first\:p-14:first-child{
    padding: 70px;
  }

  .tw .lg\:first\:p-15:first-child{
    padding: 75px;
  }

  .tw .lg\:first\:p-16:first-child{
    padding: 80px;
  }

  .tw .lg\:first\:p-17:first-child{
    padding: 85px;
  }

  .tw .lg\:first\:p-18:first-child{
    padding: 90px;
  }

  .tw .lg\:first\:p-19:first-child{
    padding: 95px;
  }

  .tw .lg\:first\:p-20:first-child{
    padding: 100px;
  }

  .tw .lg\:first\:p-21:first-child{
    padding: 105px;
  }

  .tw .lg\:first\:p-22:first-child{
    padding: 110px;
  }

  .tw .lg\:first\:p-23:first-child{
    padding: 115px;
  }

  .tw .lg\:first\:p-24:first-child{
    padding: 120px;
  }

  .tw .lg\:first\:p-25:first-child{
    padding: 125px;
  }

  .tw .lg\:first\:p-26:first-child{
    padding: 130px;
  }

  .tw .lg\:first\:p-27:first-child{
    padding: 135px;
  }

  .tw .lg\:first\:p-28:first-child{
    padding: 140px;
  }

  .tw .lg\:first\:p-29:first-child{
    padding: 145px;
  }

  .tw .lg\:first\:p-30:first-child{
    padding: 150px;
  }

  .tw .lg\:first\:p-31:first-child{
    padding: 155px;
  }

  .tw .lg\:first\:p-32:first-child{
    padding: 160px;
  }

  .tw .lg\:first\:p-33:first-child{
    padding: 165px;
  }

  .tw .lg\:first\:p-34:first-child{
    padding: 170px;
  }

  .tw .lg\:first\:p-35:first-child{
    padding: 175px;
  }

  .tw .lg\:first\:p-36:first-child{
    padding: 180px;
  }

  .tw .lg\:first\:p-37:first-child{
    padding: 185px;
  }

  .tw .lg\:first\:p-38:first-child{
    padding: 190px;
  }

  .tw .lg\:first\:p-39:first-child{
    padding: 195px;
  }

  .tw .lg\:first\:p-40:first-child{
    padding: 200px;
  }

  .tw .lg\:first\:p-41:first-child{
    padding: 205px;
  }

  .tw .lg\:first\:p-42:first-child{
    padding: 210px;
  }

  .tw .lg\:first\:p-43:first-child{
    padding: 215px;
  }

  .tw .lg\:first\:p-44:first-child{
    padding: 220px;
  }

  .tw .lg\:first\:p-45:first-child{
    padding: 225px;
  }

  .tw .lg\:first\:p-46:first-child{
    padding: 230px;
  }

  .tw .lg\:first\:p-47:first-child{
    padding: 235px;
  }

  .tw .lg\:first\:p-48:first-child{
    padding: 240px;
  }

  .tw .lg\:first\:p-49:first-child{
    padding: 245px;
  }

  .tw .lg\:first\:p-50:first-child{
    padding: 250px;
  }

  .tw .lg\:first\:p-51:first-child{
    padding: 255px;
  }

  .tw .lg\:first\:p-52:first-child{
    padding: 260px;
  }

  .tw .lg\:first\:p-53:first-child{
    padding: 265px;
  }

  .tw .lg\:first\:p-54:first-child{
    padding: 270px;
  }

  .tw .lg\:first\:p-55:first-child{
    padding: 275px;
  }

  .tw .lg\:first\:p-56:first-child{
    padding: 280px;
  }

  .tw .lg\:first\:p-57:first-child{
    padding: 285px;
  }

  .tw .lg\:first\:p-58:first-child{
    padding: 290px;
  }

  .tw .lg\:first\:p-59:first-child{
    padding: 295px;
  }

  .tw .lg\:first\:p-60:first-child{
    padding: 300px;
  }

  .tw .lg\:first\:p-61:first-child{
    padding: 305px;
  }

  .tw .lg\:first\:p-62:first-child{
    padding: 310px;
  }

  .tw .lg\:first\:p-63:first-child{
    padding: 315px;
  }

  .tw .lg\:first\:p-64:first-child{
    padding: 320px;
  }

  .tw .lg\:first\:p-65:first-child{
    padding: 325px;
  }

  .tw .lg\:first\:p-66:first-child{
    padding: 330px;
  }

  .tw .lg\:first\:p-67:first-child{
    padding: 335px;
  }

  .tw .lg\:first\:p-68:first-child{
    padding: 340px;
  }

  .tw .lg\:first\:p-69:first-child{
    padding: 345px;
  }

  .tw .lg\:first\:p-70:first-child{
    padding: 350px;
  }

  .tw .lg\:first\:p-71:first-child{
    padding: 355px;
  }

  .tw .lg\:first\:p-72:first-child{
    padding: 360px;
  }

  .tw .lg\:first\:p-73:first-child{
    padding: 365px;
  }

  .tw .lg\:first\:p-74:first-child{
    padding: 370px;
  }

  .tw .lg\:first\:p-75:first-child{
    padding: 375px;
  }

  .tw .lg\:first\:p-76:first-child{
    padding: 380px;
  }

  .tw .lg\:first\:p-77:first-child{
    padding: 385px;
  }

  .tw .lg\:first\:p-78:first-child{
    padding: 390px;
  }

  .tw .lg\:first\:p-79:first-child{
    padding: 395px;
  }

  .tw .lg\:first\:p-80:first-child{
    padding: 400px;
  }

  .tw .lg\:first\:p-81:first-child{
    padding: 405px;
  }

  .tw .lg\:first\:p-82:first-child{
    padding: 410px;
  }

  .tw .lg\:first\:p-83:first-child{
    padding: 415px;
  }

  .tw .lg\:first\:p-84:first-child{
    padding: 420px;
  }

  .tw .lg\:first\:p-85:first-child{
    padding: 425px;
  }

  .tw .lg\:first\:p-86:first-child{
    padding: 430px;
  }

  .tw .lg\:first\:p-87:first-child{
    padding: 435px;
  }

  .tw .lg\:first\:p-88:first-child{
    padding: 440px;
  }

  .tw .lg\:first\:p-89:first-child{
    padding: 445px;
  }

  .tw .lg\:first\:p-90:first-child{
    padding: 450px;
  }

  .tw .lg\:first\:p-91:first-child{
    padding: 455px;
  }

  .tw .lg\:first\:p-92:first-child{
    padding: 460px;
  }

  .tw .lg\:first\:p-93:first-child{
    padding: 465px;
  }

  .tw .lg\:first\:p-94:first-child{
    padding: 470px;
  }

  .tw .lg\:first\:p-95:first-child{
    padding: 475px;
  }

  .tw .lg\:first\:p-96:first-child{
    padding: 480px;
  }

  .tw .lg\:first\:p-97:first-child{
    padding: 485px;
  }

  .tw .lg\:first\:p-98:first-child{
    padding: 490px;
  }

  .tw .lg\:first\:p-99:first-child{
    padding: 495px;
  }

  .tw .lg\:first\:p-100:first-child{
    padding: 500px;
  }

  .tw .lg\:first\:p-101:first-child{
    padding: 505px;
  }

  .tw .lg\:first\:p-102:first-child{
    padding: 510px;
  }

  .tw .lg\:first\:p-103:first-child{
    padding: 515px;
  }

  .tw .lg\:first\:p-104:first-child{
    padding: 520px;
  }

  .tw .lg\:first\:p-105:first-child{
    padding: 525px;
  }

  .tw .lg\:first\:p-106:first-child{
    padding: 530px;
  }

  .tw .lg\:first\:p-107:first-child{
    padding: 535px;
  }

  .tw .lg\:first\:p-108:first-child{
    padding: 540px;
  }

  .tw .lg\:first\:p-109:first-child{
    padding: 545px;
  }

  .tw .lg\:first\:p-110:first-child{
    padding: 550px;
  }

  .tw .lg\:first\:p-111:first-child{
    padding: 555px;
  }

  .tw .lg\:first\:p-112:first-child{
    padding: 560px;
  }

  .tw .lg\:first\:p-113:first-child{
    padding: 565px;
  }

  .tw .lg\:first\:p-114:first-child{
    padding: 570px;
  }

  .tw .lg\:first\:p-115:first-child{
    padding: 575px;
  }

  .tw .lg\:first\:p-116:first-child{
    padding: 580px;
  }

  .tw .lg\:first\:p-117:first-child{
    padding: 585px;
  }

  .tw .lg\:first\:p-118:first-child{
    padding: 590px;
  }

  .tw .lg\:first\:p-119:first-child{
    padding: 595px;
  }

  .tw .lg\:first\:p-120:first-child{
    padding: 600px;
  }

  .tw .lg\:first\:p-121:first-child{
    padding: 605px;
  }

  .tw .lg\:first\:p-122:first-child{
    padding: 610px;
  }

  .tw .lg\:first\:p-123:first-child{
    padding: 615px;
  }

  .tw .lg\:first\:p-124:first-child{
    padding: 620px;
  }

  .tw .lg\:first\:p-125:first-child{
    padding: 625px;
  }

  .tw .lg\:first\:p-126:first-child{
    padding: 630px;
  }

  .tw .lg\:first\:p-127:first-child{
    padding: 635px;
  }

  .tw .lg\:first\:p-128:first-child{
    padding: 640px;
  }

  .tw .lg\:first\:p-129:first-child{
    padding: 645px;
  }

  .tw .lg\:first\:p-130:first-child{
    padding: 650px;
  }

  .tw .lg\:first\:p-131:first-child{
    padding: 655px;
  }

  .tw .lg\:first\:p-132:first-child{
    padding: 660px;
  }

  .tw .lg\:first\:p-133:first-child{
    padding: 665px;
  }

  .tw .lg\:first\:p-134:first-child{
    padding: 670px;
  }

  .tw .lg\:first\:p-135:first-child{
    padding: 675px;
  }

  .tw .lg\:first\:p-136:first-child{
    padding: 680px;
  }

  .tw .lg\:first\:p-137:first-child{
    padding: 685px;
  }

  .tw .lg\:first\:p-138:first-child{
    padding: 690px;
  }

  .tw .lg\:first\:p-139:first-child{
    padding: 695px;
  }

  .tw .lg\:first\:p-140:first-child{
    padding: 700px;
  }

  .tw .lg\:first\:p-141:first-child{
    padding: 705px;
  }

  .tw .lg\:first\:p-142:first-child{
    padding: 710px;
  }

  .tw .lg\:first\:p-143:first-child{
    padding: 715px;
  }

  .tw .lg\:first\:p-144:first-child{
    padding: 720px;
  }

  .tw .lg\:first\:p-145:first-child{
    padding: 725px;
  }

  .tw .lg\:first\:p-146:first-child{
    padding: 730px;
  }

  .tw .lg\:first\:p-147:first-child{
    padding: 735px;
  }

  .tw .lg\:first\:p-148:first-child{
    padding: 740px;
  }

  .tw .lg\:first\:p-149:first-child{
    padding: 745px;
  }

  .tw .lg\:first\:p-0\.5:first-child{
    padding: 3px;
  }

  .tw .lg\:first\:p-1px:first-child{
    padding: 1px;
  }

  .tw .lg\:first\:p-2px:first-child{
    padding: 2px;
  }

  .tw .lg\:first\:p-3px:first-child{
    padding: 3px;
  }

  .tw .lg\:first\:p-4px:first-child{
    padding: 4px;
  }

  .tw .lg\:first\:p-5px:first-child{
    padding: 5px;
  }

  .tw .lg\:first\:p-6px:first-child{
    padding: 6px;
  }

  .tw .lg\:first\:p-7px:first-child{
    padding: 7px;
  }

  .tw .lg\:first\:p-8px:first-child{
    padding: 8px;
  }

  .tw .lg\:first\:p-9px:first-child{
    padding: 9px;
  }

  .tw .lg\:first\:p-10px:first-child{
    padding: 10px;
  }

  .tw .lg\:first\:p-11px:first-child{
    padding: 11px;
  }

  .tw .lg\:first\:p-12px:first-child{
    padding: 12px;
  }

  .tw .lg\:first\:p-13px:first-child{
    padding: 13px;
  }

  .tw .lg\:first\:p-14px:first-child{
    padding: 14px;
  }

  .tw .lg\:first\:p-15px:first-child{
    padding: 15px;
  }

  .tw .lg\:first\:p-16px:first-child{
    padding: 16px;
  }

  .tw .lg\:first\:p-17px:first-child{
    padding: 17px;
  }

  .tw .lg\:first\:p-18px:first-child{
    padding: 18px;
  }

  .tw .lg\:first\:p-19px:first-child{
    padding: 19px;
  }

  .tw .lg\:first\:p-20px:first-child{
    padding: 20px;
  }

  .tw .lg\:first\:p-21px:first-child{
    padding: 21px;
  }

  .tw .lg\:first\:p-22px:first-child{
    padding: 22px;
  }

  .tw .lg\:first\:p-23px:first-child{
    padding: 23px;
  }

  .tw .lg\:first\:p-24px:first-child{
    padding: 24px;
  }

  .tw .lg\:first\:p-25px:first-child{
    padding: 25px;
  }

  .tw .lg\:first\:p-26px:first-child{
    padding: 26px;
  }

  .tw .lg\:first\:p-27px:first-child{
    padding: 27px;
  }

  .tw .lg\:first\:p-28px:first-child{
    padding: 28px;
  }

  .tw .lg\:first\:p-29px:first-child{
    padding: 29px;
  }

  .tw .lg\:first\:p-30px:first-child{
    padding: 30px;
  }

  .tw .lg\:first\:p-31px:first-child{
    padding: 31px;
  }

  .tw .lg\:first\:p-32px:first-child{
    padding: 32px;
  }

  .tw .lg\:first\:p-33px:first-child{
    padding: 33px;
  }

  .tw .lg\:first\:p-34px:first-child{
    padding: 34px;
  }

  .tw .lg\:first\:p-35px:first-child{
    padding: 35px;
  }

  .tw .lg\:first\:p-36px:first-child{
    padding: 36px;
  }

  .tw .lg\:first\:p-37px:first-child{
    padding: 37px;
  }

  .tw .lg\:first\:p-38px:first-child{
    padding: 38px;
  }

  .tw .lg\:first\:p-39px:first-child{
    padding: 39px;
  }

  .tw .lg\:first\:p-40px:first-child{
    padding: 40px;
  }

  .tw .lg\:last\:p-0:last-child{
    padding: 0px;
  }

  .tw .lg\:last\:p-1:last-child{
    padding: 5px;
  }

  .tw .lg\:last\:p-2:last-child{
    padding: 10px;
  }

  .tw .lg\:last\:p-3:last-child{
    padding: 15px;
  }

  .tw .lg\:last\:p-4:last-child{
    padding: 20px;
  }

  .tw .lg\:last\:p-5:last-child{
    padding: 25px;
  }

  .tw .lg\:last\:p-6:last-child{
    padding: 30px;
  }

  .tw .lg\:last\:p-7:last-child{
    padding: 35px;
  }

  .tw .lg\:last\:p-8:last-child{
    padding: 40px;
  }

  .tw .lg\:last\:p-9:last-child{
    padding: 45px;
  }

  .tw .lg\:last\:p-10:last-child{
    padding: 50px;
  }

  .tw .lg\:last\:p-11:last-child{
    padding: 55px;
  }

  .tw .lg\:last\:p-12:last-child{
    padding: 60px;
  }

  .tw .lg\:last\:p-13:last-child{
    padding: 65px;
  }

  .tw .lg\:last\:p-14:last-child{
    padding: 70px;
  }

  .tw .lg\:last\:p-15:last-child{
    padding: 75px;
  }

  .tw .lg\:last\:p-16:last-child{
    padding: 80px;
  }

  .tw .lg\:last\:p-17:last-child{
    padding: 85px;
  }

  .tw .lg\:last\:p-18:last-child{
    padding: 90px;
  }

  .tw .lg\:last\:p-19:last-child{
    padding: 95px;
  }

  .tw .lg\:last\:p-20:last-child{
    padding: 100px;
  }

  .tw .lg\:last\:p-21:last-child{
    padding: 105px;
  }

  .tw .lg\:last\:p-22:last-child{
    padding: 110px;
  }

  .tw .lg\:last\:p-23:last-child{
    padding: 115px;
  }

  .tw .lg\:last\:p-24:last-child{
    padding: 120px;
  }

  .tw .lg\:last\:p-25:last-child{
    padding: 125px;
  }

  .tw .lg\:last\:p-26:last-child{
    padding: 130px;
  }

  .tw .lg\:last\:p-27:last-child{
    padding: 135px;
  }

  .tw .lg\:last\:p-28:last-child{
    padding: 140px;
  }

  .tw .lg\:last\:p-29:last-child{
    padding: 145px;
  }

  .tw .lg\:last\:p-30:last-child{
    padding: 150px;
  }

  .tw .lg\:last\:p-31:last-child{
    padding: 155px;
  }

  .tw .lg\:last\:p-32:last-child{
    padding: 160px;
  }

  .tw .lg\:last\:p-33:last-child{
    padding: 165px;
  }

  .tw .lg\:last\:p-34:last-child{
    padding: 170px;
  }

  .tw .lg\:last\:p-35:last-child{
    padding: 175px;
  }

  .tw .lg\:last\:p-36:last-child{
    padding: 180px;
  }

  .tw .lg\:last\:p-37:last-child{
    padding: 185px;
  }

  .tw .lg\:last\:p-38:last-child{
    padding: 190px;
  }

  .tw .lg\:last\:p-39:last-child{
    padding: 195px;
  }

  .tw .lg\:last\:p-40:last-child{
    padding: 200px;
  }

  .tw .lg\:last\:p-41:last-child{
    padding: 205px;
  }

  .tw .lg\:last\:p-42:last-child{
    padding: 210px;
  }

  .tw .lg\:last\:p-43:last-child{
    padding: 215px;
  }

  .tw .lg\:last\:p-44:last-child{
    padding: 220px;
  }

  .tw .lg\:last\:p-45:last-child{
    padding: 225px;
  }

  .tw .lg\:last\:p-46:last-child{
    padding: 230px;
  }

  .tw .lg\:last\:p-47:last-child{
    padding: 235px;
  }

  .tw .lg\:last\:p-48:last-child{
    padding: 240px;
  }

  .tw .lg\:last\:p-49:last-child{
    padding: 245px;
  }

  .tw .lg\:last\:p-50:last-child{
    padding: 250px;
  }

  .tw .lg\:last\:p-51:last-child{
    padding: 255px;
  }

  .tw .lg\:last\:p-52:last-child{
    padding: 260px;
  }

  .tw .lg\:last\:p-53:last-child{
    padding: 265px;
  }

  .tw .lg\:last\:p-54:last-child{
    padding: 270px;
  }

  .tw .lg\:last\:p-55:last-child{
    padding: 275px;
  }

  .tw .lg\:last\:p-56:last-child{
    padding: 280px;
  }

  .tw .lg\:last\:p-57:last-child{
    padding: 285px;
  }

  .tw .lg\:last\:p-58:last-child{
    padding: 290px;
  }

  .tw .lg\:last\:p-59:last-child{
    padding: 295px;
  }

  .tw .lg\:last\:p-60:last-child{
    padding: 300px;
  }

  .tw .lg\:last\:p-61:last-child{
    padding: 305px;
  }

  .tw .lg\:last\:p-62:last-child{
    padding: 310px;
  }

  .tw .lg\:last\:p-63:last-child{
    padding: 315px;
  }

  .tw .lg\:last\:p-64:last-child{
    padding: 320px;
  }

  .tw .lg\:last\:p-65:last-child{
    padding: 325px;
  }

  .tw .lg\:last\:p-66:last-child{
    padding: 330px;
  }

  .tw .lg\:last\:p-67:last-child{
    padding: 335px;
  }

  .tw .lg\:last\:p-68:last-child{
    padding: 340px;
  }

  .tw .lg\:last\:p-69:last-child{
    padding: 345px;
  }

  .tw .lg\:last\:p-70:last-child{
    padding: 350px;
  }

  .tw .lg\:last\:p-71:last-child{
    padding: 355px;
  }

  .tw .lg\:last\:p-72:last-child{
    padding: 360px;
  }

  .tw .lg\:last\:p-73:last-child{
    padding: 365px;
  }

  .tw .lg\:last\:p-74:last-child{
    padding: 370px;
  }

  .tw .lg\:last\:p-75:last-child{
    padding: 375px;
  }

  .tw .lg\:last\:p-76:last-child{
    padding: 380px;
  }

  .tw .lg\:last\:p-77:last-child{
    padding: 385px;
  }

  .tw .lg\:last\:p-78:last-child{
    padding: 390px;
  }

  .tw .lg\:last\:p-79:last-child{
    padding: 395px;
  }

  .tw .lg\:last\:p-80:last-child{
    padding: 400px;
  }

  .tw .lg\:last\:p-81:last-child{
    padding: 405px;
  }

  .tw .lg\:last\:p-82:last-child{
    padding: 410px;
  }

  .tw .lg\:last\:p-83:last-child{
    padding: 415px;
  }

  .tw .lg\:last\:p-84:last-child{
    padding: 420px;
  }

  .tw .lg\:last\:p-85:last-child{
    padding: 425px;
  }

  .tw .lg\:last\:p-86:last-child{
    padding: 430px;
  }

  .tw .lg\:last\:p-87:last-child{
    padding: 435px;
  }

  .tw .lg\:last\:p-88:last-child{
    padding: 440px;
  }

  .tw .lg\:last\:p-89:last-child{
    padding: 445px;
  }

  .tw .lg\:last\:p-90:last-child{
    padding: 450px;
  }

  .tw .lg\:last\:p-91:last-child{
    padding: 455px;
  }

  .tw .lg\:last\:p-92:last-child{
    padding: 460px;
  }

  .tw .lg\:last\:p-93:last-child{
    padding: 465px;
  }

  .tw .lg\:last\:p-94:last-child{
    padding: 470px;
  }

  .tw .lg\:last\:p-95:last-child{
    padding: 475px;
  }

  .tw .lg\:last\:p-96:last-child{
    padding: 480px;
  }

  .tw .lg\:last\:p-97:last-child{
    padding: 485px;
  }

  .tw .lg\:last\:p-98:last-child{
    padding: 490px;
  }

  .tw .lg\:last\:p-99:last-child{
    padding: 495px;
  }

  .tw .lg\:last\:p-100:last-child{
    padding: 500px;
  }

  .tw .lg\:last\:p-101:last-child{
    padding: 505px;
  }

  .tw .lg\:last\:p-102:last-child{
    padding: 510px;
  }

  .tw .lg\:last\:p-103:last-child{
    padding: 515px;
  }

  .tw .lg\:last\:p-104:last-child{
    padding: 520px;
  }

  .tw .lg\:last\:p-105:last-child{
    padding: 525px;
  }

  .tw .lg\:last\:p-106:last-child{
    padding: 530px;
  }

  .tw .lg\:last\:p-107:last-child{
    padding: 535px;
  }

  .tw .lg\:last\:p-108:last-child{
    padding: 540px;
  }

  .tw .lg\:last\:p-109:last-child{
    padding: 545px;
  }

  .tw .lg\:last\:p-110:last-child{
    padding: 550px;
  }

  .tw .lg\:last\:p-111:last-child{
    padding: 555px;
  }

  .tw .lg\:last\:p-112:last-child{
    padding: 560px;
  }

  .tw .lg\:last\:p-113:last-child{
    padding: 565px;
  }

  .tw .lg\:last\:p-114:last-child{
    padding: 570px;
  }

  .tw .lg\:last\:p-115:last-child{
    padding: 575px;
  }

  .tw .lg\:last\:p-116:last-child{
    padding: 580px;
  }

  .tw .lg\:last\:p-117:last-child{
    padding: 585px;
  }

  .tw .lg\:last\:p-118:last-child{
    padding: 590px;
  }

  .tw .lg\:last\:p-119:last-child{
    padding: 595px;
  }

  .tw .lg\:last\:p-120:last-child{
    padding: 600px;
  }

  .tw .lg\:last\:p-121:last-child{
    padding: 605px;
  }

  .tw .lg\:last\:p-122:last-child{
    padding: 610px;
  }

  .tw .lg\:last\:p-123:last-child{
    padding: 615px;
  }

  .tw .lg\:last\:p-124:last-child{
    padding: 620px;
  }

  .tw .lg\:last\:p-125:last-child{
    padding: 625px;
  }

  .tw .lg\:last\:p-126:last-child{
    padding: 630px;
  }

  .tw .lg\:last\:p-127:last-child{
    padding: 635px;
  }

  .tw .lg\:last\:p-128:last-child{
    padding: 640px;
  }

  .tw .lg\:last\:p-129:last-child{
    padding: 645px;
  }

  .tw .lg\:last\:p-130:last-child{
    padding: 650px;
  }

  .tw .lg\:last\:p-131:last-child{
    padding: 655px;
  }

  .tw .lg\:last\:p-132:last-child{
    padding: 660px;
  }

  .tw .lg\:last\:p-133:last-child{
    padding: 665px;
  }

  .tw .lg\:last\:p-134:last-child{
    padding: 670px;
  }

  .tw .lg\:last\:p-135:last-child{
    padding: 675px;
  }

  .tw .lg\:last\:p-136:last-child{
    padding: 680px;
  }

  .tw .lg\:last\:p-137:last-child{
    padding: 685px;
  }

  .tw .lg\:last\:p-138:last-child{
    padding: 690px;
  }

  .tw .lg\:last\:p-139:last-child{
    padding: 695px;
  }

  .tw .lg\:last\:p-140:last-child{
    padding: 700px;
  }

  .tw .lg\:last\:p-141:last-child{
    padding: 705px;
  }

  .tw .lg\:last\:p-142:last-child{
    padding: 710px;
  }

  .tw .lg\:last\:p-143:last-child{
    padding: 715px;
  }

  .tw .lg\:last\:p-144:last-child{
    padding: 720px;
  }

  .tw .lg\:last\:p-145:last-child{
    padding: 725px;
  }

  .tw .lg\:last\:p-146:last-child{
    padding: 730px;
  }

  .tw .lg\:last\:p-147:last-child{
    padding: 735px;
  }

  .tw .lg\:last\:p-148:last-child{
    padding: 740px;
  }

  .tw .lg\:last\:p-149:last-child{
    padding: 745px;
  }

  .tw .lg\:last\:p-0\.5:last-child{
    padding: 3px;
  }

  .tw .lg\:last\:p-1px:last-child{
    padding: 1px;
  }

  .tw .lg\:last\:p-2px:last-child{
    padding: 2px;
  }

  .tw .lg\:last\:p-3px:last-child{
    padding: 3px;
  }

  .tw .lg\:last\:p-4px:last-child{
    padding: 4px;
  }

  .tw .lg\:last\:p-5px:last-child{
    padding: 5px;
  }

  .tw .lg\:last\:p-6px:last-child{
    padding: 6px;
  }

  .tw .lg\:last\:p-7px:last-child{
    padding: 7px;
  }

  .tw .lg\:last\:p-8px:last-child{
    padding: 8px;
  }

  .tw .lg\:last\:p-9px:last-child{
    padding: 9px;
  }

  .tw .lg\:last\:p-10px:last-child{
    padding: 10px;
  }

  .tw .lg\:last\:p-11px:last-child{
    padding: 11px;
  }

  .tw .lg\:last\:p-12px:last-child{
    padding: 12px;
  }

  .tw .lg\:last\:p-13px:last-child{
    padding: 13px;
  }

  .tw .lg\:last\:p-14px:last-child{
    padding: 14px;
  }

  .tw .lg\:last\:p-15px:last-child{
    padding: 15px;
  }

  .tw .lg\:last\:p-16px:last-child{
    padding: 16px;
  }

  .tw .lg\:last\:p-17px:last-child{
    padding: 17px;
  }

  .tw .lg\:last\:p-18px:last-child{
    padding: 18px;
  }

  .tw .lg\:last\:p-19px:last-child{
    padding: 19px;
  }

  .tw .lg\:last\:p-20px:last-child{
    padding: 20px;
  }

  .tw .lg\:last\:p-21px:last-child{
    padding: 21px;
  }

  .tw .lg\:last\:p-22px:last-child{
    padding: 22px;
  }

  .tw .lg\:last\:p-23px:last-child{
    padding: 23px;
  }

  .tw .lg\:last\:p-24px:last-child{
    padding: 24px;
  }

  .tw .lg\:last\:p-25px:last-child{
    padding: 25px;
  }

  .tw .lg\:last\:p-26px:last-child{
    padding: 26px;
  }

  .tw .lg\:last\:p-27px:last-child{
    padding: 27px;
  }

  .tw .lg\:last\:p-28px:last-child{
    padding: 28px;
  }

  .tw .lg\:last\:p-29px:last-child{
    padding: 29px;
  }

  .tw .lg\:last\:p-30px:last-child{
    padding: 30px;
  }

  .tw .lg\:last\:p-31px:last-child{
    padding: 31px;
  }

  .tw .lg\:last\:p-32px:last-child{
    padding: 32px;
  }

  .tw .lg\:last\:p-33px:last-child{
    padding: 33px;
  }

  .tw .lg\:last\:p-34px:last-child{
    padding: 34px;
  }

  .tw .lg\:last\:p-35px:last-child{
    padding: 35px;
  }

  .tw .lg\:last\:p-36px:last-child{
    padding: 36px;
  }

  .tw .lg\:last\:p-37px:last-child{
    padding: 37px;
  }

  .tw .lg\:last\:p-38px:last-child{
    padding: 38px;
  }

  .tw .lg\:last\:p-39px:last-child{
    padding: 39px;
  }

  .tw .lg\:last\:p-40px:last-child{
    padding: 40px;
  }

  .tw .lg\:px-0{
    padding-left: 0px;
    padding-right: 0px;
  }

  .tw .lg\:px-1{
    padding-left: 5px;
    padding-right: 5px;
  }

  .tw .lg\:px-2{
    padding-left: 10px;
    padding-right: 10px;
  }

  .tw .lg\:px-3{
    padding-left: 15px;
    padding-right: 15px;
  }

  .tw .lg\:px-4{
    padding-left: 20px;
    padding-right: 20px;
  }

  .tw .lg\:px-5{
    padding-left: 25px;
    padding-right: 25px;
  }

  .tw .lg\:px-6{
    padding-left: 30px;
    padding-right: 30px;
  }

  .tw .lg\:px-7{
    padding-left: 35px;
    padding-right: 35px;
  }

  .tw .lg\:px-8{
    padding-left: 40px;
    padding-right: 40px;
  }

  .tw .lg\:px-9{
    padding-left: 45px;
    padding-right: 45px;
  }

  .tw .lg\:px-10{
    padding-left: 50px;
    padding-right: 50px;
  }

  .tw .lg\:px-11{
    padding-left: 55px;
    padding-right: 55px;
  }

  .tw .lg\:px-12{
    padding-left: 60px;
    padding-right: 60px;
  }

  .tw .lg\:px-13{
    padding-left: 65px;
    padding-right: 65px;
  }

  .tw .lg\:px-14{
    padding-left: 70px;
    padding-right: 70px;
  }

  .tw .lg\:px-15{
    padding-left: 75px;
    padding-right: 75px;
  }

  .tw .lg\:px-16{
    padding-left: 80px;
    padding-right: 80px;
  }

  .tw .lg\:px-17{
    padding-left: 85px;
    padding-right: 85px;
  }

  .tw .lg\:px-18{
    padding-left: 90px;
    padding-right: 90px;
  }

  .tw .lg\:px-19{
    padding-left: 95px;
    padding-right: 95px;
  }

  .tw .lg\:px-20{
    padding-left: 100px;
    padding-right: 100px;
  }

  .tw .lg\:px-21{
    padding-left: 105px;
    padding-right: 105px;
  }

  .tw .lg\:px-22{
    padding-left: 110px;
    padding-right: 110px;
  }

  .tw .lg\:px-23{
    padding-left: 115px;
    padding-right: 115px;
  }

  .tw .lg\:px-24{
    padding-left: 120px;
    padding-right: 120px;
  }

  .tw .lg\:px-25{
    padding-left: 125px;
    padding-right: 125px;
  }

  .tw .lg\:px-26{
    padding-left: 130px;
    padding-right: 130px;
  }

  .tw .lg\:px-27{
    padding-left: 135px;
    padding-right: 135px;
  }

  .tw .lg\:px-28{
    padding-left: 140px;
    padding-right: 140px;
  }

  .tw .lg\:px-29{
    padding-left: 145px;
    padding-right: 145px;
  }

  .tw .lg\:px-30{
    padding-left: 150px;
    padding-right: 150px;
  }

  .tw .lg\:px-31{
    padding-left: 155px;
    padding-right: 155px;
  }

  .tw .lg\:px-32{
    padding-left: 160px;
    padding-right: 160px;
  }

  .tw .lg\:px-33{
    padding-left: 165px;
    padding-right: 165px;
  }

  .tw .lg\:px-34{
    padding-left: 170px;
    padding-right: 170px;
  }

  .tw .lg\:px-35{
    padding-left: 175px;
    padding-right: 175px;
  }

  .tw .lg\:px-36{
    padding-left: 180px;
    padding-right: 180px;
  }

  .tw .lg\:px-37{
    padding-left: 185px;
    padding-right: 185px;
  }

  .tw .lg\:px-38{
    padding-left: 190px;
    padding-right: 190px;
  }

  .tw .lg\:px-39{
    padding-left: 195px;
    padding-right: 195px;
  }

  .tw .lg\:px-40{
    padding-left: 200px;
    padding-right: 200px;
  }

  .tw .lg\:px-41{
    padding-left: 205px;
    padding-right: 205px;
  }

  .tw .lg\:px-42{
    padding-left: 210px;
    padding-right: 210px;
  }

  .tw .lg\:px-43{
    padding-left: 215px;
    padding-right: 215px;
  }

  .tw .lg\:px-44{
    padding-left: 220px;
    padding-right: 220px;
  }

  .tw .lg\:px-45{
    padding-left: 225px;
    padding-right: 225px;
  }

  .tw .lg\:px-46{
    padding-left: 230px;
    padding-right: 230px;
  }

  .tw .lg\:px-47{
    padding-left: 235px;
    padding-right: 235px;
  }

  .tw .lg\:px-48{
    padding-left: 240px;
    padding-right: 240px;
  }

  .tw .lg\:px-49{
    padding-left: 245px;
    padding-right: 245px;
  }

  .tw .lg\:px-50{
    padding-left: 250px;
    padding-right: 250px;
  }

  .tw .lg\:px-51{
    padding-left: 255px;
    padding-right: 255px;
  }

  .tw .lg\:px-52{
    padding-left: 260px;
    padding-right: 260px;
  }

  .tw .lg\:px-53{
    padding-left: 265px;
    padding-right: 265px;
  }

  .tw .lg\:px-54{
    padding-left: 270px;
    padding-right: 270px;
  }

  .tw .lg\:px-55{
    padding-left: 275px;
    padding-right: 275px;
  }

  .tw .lg\:px-56{
    padding-left: 280px;
    padding-right: 280px;
  }

  .tw .lg\:px-57{
    padding-left: 285px;
    padding-right: 285px;
  }

  .tw .lg\:px-58{
    padding-left: 290px;
    padding-right: 290px;
  }

  .tw .lg\:px-59{
    padding-left: 295px;
    padding-right: 295px;
  }

  .tw .lg\:px-60{
    padding-left: 300px;
    padding-right: 300px;
  }

  .tw .lg\:px-61{
    padding-left: 305px;
    padding-right: 305px;
  }

  .tw .lg\:px-62{
    padding-left: 310px;
    padding-right: 310px;
  }

  .tw .lg\:px-63{
    padding-left: 315px;
    padding-right: 315px;
  }

  .tw .lg\:px-64{
    padding-left: 320px;
    padding-right: 320px;
  }

  .tw .lg\:px-65{
    padding-left: 325px;
    padding-right: 325px;
  }

  .tw .lg\:px-66{
    padding-left: 330px;
    padding-right: 330px;
  }

  .tw .lg\:px-67{
    padding-left: 335px;
    padding-right: 335px;
  }

  .tw .lg\:px-68{
    padding-left: 340px;
    padding-right: 340px;
  }

  .tw .lg\:px-69{
    padding-left: 345px;
    padding-right: 345px;
  }

  .tw .lg\:px-70{
    padding-left: 350px;
    padding-right: 350px;
  }

  .tw .lg\:px-71{
    padding-left: 355px;
    padding-right: 355px;
  }

  .tw .lg\:px-72{
    padding-left: 360px;
    padding-right: 360px;
  }

  .tw .lg\:px-73{
    padding-left: 365px;
    padding-right: 365px;
  }

  .tw .lg\:px-74{
    padding-left: 370px;
    padding-right: 370px;
  }

  .tw .lg\:px-75{
    padding-left: 375px;
    padding-right: 375px;
  }

  .tw .lg\:px-76{
    padding-left: 380px;
    padding-right: 380px;
  }

  .tw .lg\:px-77{
    padding-left: 385px;
    padding-right: 385px;
  }

  .tw .lg\:px-78{
    padding-left: 390px;
    padding-right: 390px;
  }

  .tw .lg\:px-79{
    padding-left: 395px;
    padding-right: 395px;
  }

  .tw .lg\:px-80{
    padding-left: 400px;
    padding-right: 400px;
  }

  .tw .lg\:px-81{
    padding-left: 405px;
    padding-right: 405px;
  }

  .tw .lg\:px-82{
    padding-left: 410px;
    padding-right: 410px;
  }

  .tw .lg\:px-83{
    padding-left: 415px;
    padding-right: 415px;
  }

  .tw .lg\:px-84{
    padding-left: 420px;
    padding-right: 420px;
  }

  .tw .lg\:px-85{
    padding-left: 425px;
    padding-right: 425px;
  }

  .tw .lg\:px-86{
    padding-left: 430px;
    padding-right: 430px;
  }

  .tw .lg\:px-87{
    padding-left: 435px;
    padding-right: 435px;
  }

  .tw .lg\:px-88{
    padding-left: 440px;
    padding-right: 440px;
  }

  .tw .lg\:px-89{
    padding-left: 445px;
    padding-right: 445px;
  }

  .tw .lg\:px-90{
    padding-left: 450px;
    padding-right: 450px;
  }

  .tw .lg\:px-91{
    padding-left: 455px;
    padding-right: 455px;
  }

  .tw .lg\:px-92{
    padding-left: 460px;
    padding-right: 460px;
  }

  .tw .lg\:px-93{
    padding-left: 465px;
    padding-right: 465px;
  }

  .tw .lg\:px-94{
    padding-left: 470px;
    padding-right: 470px;
  }

  .tw .lg\:px-95{
    padding-left: 475px;
    padding-right: 475px;
  }

  .tw .lg\:px-96{
    padding-left: 480px;
    padding-right: 480px;
  }

  .tw .lg\:px-97{
    padding-left: 485px;
    padding-right: 485px;
  }

  .tw .lg\:px-98{
    padding-left: 490px;
    padding-right: 490px;
  }

  .tw .lg\:px-99{
    padding-left: 495px;
    padding-right: 495px;
  }

  .tw .lg\:px-100{
    padding-left: 500px;
    padding-right: 500px;
  }

  .tw .lg\:px-101{
    padding-left: 505px;
    padding-right: 505px;
  }

  .tw .lg\:px-102{
    padding-left: 510px;
    padding-right: 510px;
  }

  .tw .lg\:px-103{
    padding-left: 515px;
    padding-right: 515px;
  }

  .tw .lg\:px-104{
    padding-left: 520px;
    padding-right: 520px;
  }

  .tw .lg\:px-105{
    padding-left: 525px;
    padding-right: 525px;
  }

  .tw .lg\:px-106{
    padding-left: 530px;
    padding-right: 530px;
  }

  .tw .lg\:px-107{
    padding-left: 535px;
    padding-right: 535px;
  }

  .tw .lg\:px-108{
    padding-left: 540px;
    padding-right: 540px;
  }

  .tw .lg\:px-109{
    padding-left: 545px;
    padding-right: 545px;
  }

  .tw .lg\:px-110{
    padding-left: 550px;
    padding-right: 550px;
  }

  .tw .lg\:px-111{
    padding-left: 555px;
    padding-right: 555px;
  }

  .tw .lg\:px-112{
    padding-left: 560px;
    padding-right: 560px;
  }

  .tw .lg\:px-113{
    padding-left: 565px;
    padding-right: 565px;
  }

  .tw .lg\:px-114{
    padding-left: 570px;
    padding-right: 570px;
  }

  .tw .lg\:px-115{
    padding-left: 575px;
    padding-right: 575px;
  }

  .tw .lg\:px-116{
    padding-left: 580px;
    padding-right: 580px;
  }

  .tw .lg\:px-117{
    padding-left: 585px;
    padding-right: 585px;
  }

  .tw .lg\:px-118{
    padding-left: 590px;
    padding-right: 590px;
  }

  .tw .lg\:px-119{
    padding-left: 595px;
    padding-right: 595px;
  }

  .tw .lg\:px-120{
    padding-left: 600px;
    padding-right: 600px;
  }

  .tw .lg\:px-121{
    padding-left: 605px;
    padding-right: 605px;
  }

  .tw .lg\:px-122{
    padding-left: 610px;
    padding-right: 610px;
  }

  .tw .lg\:px-123{
    padding-left: 615px;
    padding-right: 615px;
  }

  .tw .lg\:px-124{
    padding-left: 620px;
    padding-right: 620px;
  }

  .tw .lg\:px-125{
    padding-left: 625px;
    padding-right: 625px;
  }

  .tw .lg\:px-126{
    padding-left: 630px;
    padding-right: 630px;
  }

  .tw .lg\:px-127{
    padding-left: 635px;
    padding-right: 635px;
  }

  .tw .lg\:px-128{
    padding-left: 640px;
    padding-right: 640px;
  }

  .tw .lg\:px-129{
    padding-left: 645px;
    padding-right: 645px;
  }

  .tw .lg\:px-130{
    padding-left: 650px;
    padding-right: 650px;
  }

  .tw .lg\:px-131{
    padding-left: 655px;
    padding-right: 655px;
  }

  .tw .lg\:px-132{
    padding-left: 660px;
    padding-right: 660px;
  }

  .tw .lg\:px-133{
    padding-left: 665px;
    padding-right: 665px;
  }

  .tw .lg\:px-134{
    padding-left: 670px;
    padding-right: 670px;
  }

  .tw .lg\:px-135{
    padding-left: 675px;
    padding-right: 675px;
  }

  .tw .lg\:px-136{
    padding-left: 680px;
    padding-right: 680px;
  }

  .tw .lg\:px-137{
    padding-left: 685px;
    padding-right: 685px;
  }

  .tw .lg\:px-138{
    padding-left: 690px;
    padding-right: 690px;
  }

  .tw .lg\:px-139{
    padding-left: 695px;
    padding-right: 695px;
  }

  .tw .lg\:px-140{
    padding-left: 700px;
    padding-right: 700px;
  }

  .tw .lg\:px-141{
    padding-left: 705px;
    padding-right: 705px;
  }

  .tw .lg\:px-142{
    padding-left: 710px;
    padding-right: 710px;
  }

  .tw .lg\:px-143{
    padding-left: 715px;
    padding-right: 715px;
  }

  .tw .lg\:px-144{
    padding-left: 720px;
    padding-right: 720px;
  }

  .tw .lg\:px-145{
    padding-left: 725px;
    padding-right: 725px;
  }

  .tw .lg\:px-146{
    padding-left: 730px;
    padding-right: 730px;
  }

  .tw .lg\:px-147{
    padding-left: 735px;
    padding-right: 735px;
  }

  .tw .lg\:px-148{
    padding-left: 740px;
    padding-right: 740px;
  }

  .tw .lg\:px-149{
    padding-left: 745px;
    padding-right: 745px;
  }

  .tw .lg\:px-0\.5{
    padding-left: 3px;
    padding-right: 3px;
  }

  .tw .lg\:px-1px{
    padding-left: 1px;
    padding-right: 1px;
  }

  .tw .lg\:px-2px{
    padding-left: 2px;
    padding-right: 2px;
  }

  .tw .lg\:px-3px{
    padding-left: 3px;
    padding-right: 3px;
  }

  .tw .lg\:px-4px{
    padding-left: 4px;
    padding-right: 4px;
  }

  .tw .lg\:px-5px{
    padding-left: 5px;
    padding-right: 5px;
  }

  .tw .lg\:px-6px{
    padding-left: 6px;
    padding-right: 6px;
  }

  .tw .lg\:px-7px{
    padding-left: 7px;
    padding-right: 7px;
  }

  .tw .lg\:px-8px{
    padding-left: 8px;
    padding-right: 8px;
  }

  .tw .lg\:px-9px{
    padding-left: 9px;
    padding-right: 9px;
  }

  .tw .lg\:px-10px{
    padding-left: 10px;
    padding-right: 10px;
  }

  .tw .lg\:px-11px{
    padding-left: 11px;
    padding-right: 11px;
  }

  .tw .lg\:px-12px{
    padding-left: 12px;
    padding-right: 12px;
  }

  .tw .lg\:px-13px{
    padding-left: 13px;
    padding-right: 13px;
  }

  .tw .lg\:px-14px{
    padding-left: 14px;
    padding-right: 14px;
  }

  .tw .lg\:px-15px{
    padding-left: 15px;
    padding-right: 15px;
  }

  .tw .lg\:px-16px{
    padding-left: 16px;
    padding-right: 16px;
  }

  .tw .lg\:px-17px{
    padding-left: 17px;
    padding-right: 17px;
  }

  .tw .lg\:px-18px{
    padding-left: 18px;
    padding-right: 18px;
  }

  .tw .lg\:px-19px{
    padding-left: 19px;
    padding-right: 19px;
  }

  .tw .lg\:px-20px{
    padding-left: 20px;
    padding-right: 20px;
  }

  .tw .lg\:px-21px{
    padding-left: 21px;
    padding-right: 21px;
  }

  .tw .lg\:px-22px{
    padding-left: 22px;
    padding-right: 22px;
  }

  .tw .lg\:px-23px{
    padding-left: 23px;
    padding-right: 23px;
  }

  .tw .lg\:px-24px{
    padding-left: 24px;
    padding-right: 24px;
  }

  .tw .lg\:px-25px{
    padding-left: 25px;
    padding-right: 25px;
  }

  .tw .lg\:px-26px{
    padding-left: 26px;
    padding-right: 26px;
  }

  .tw .lg\:px-27px{
    padding-left: 27px;
    padding-right: 27px;
  }

  .tw .lg\:px-28px{
    padding-left: 28px;
    padding-right: 28px;
  }

  .tw .lg\:px-29px{
    padding-left: 29px;
    padding-right: 29px;
  }

  .tw .lg\:px-30px{
    padding-left: 30px;
    padding-right: 30px;
  }

  .tw .lg\:px-31px{
    padding-left: 31px;
    padding-right: 31px;
  }

  .tw .lg\:px-32px{
    padding-left: 32px;
    padding-right: 32px;
  }

  .tw .lg\:px-33px{
    padding-left: 33px;
    padding-right: 33px;
  }

  .tw .lg\:px-34px{
    padding-left: 34px;
    padding-right: 34px;
  }

  .tw .lg\:px-35px{
    padding-left: 35px;
    padding-right: 35px;
  }

  .tw .lg\:px-36px{
    padding-left: 36px;
    padding-right: 36px;
  }

  .tw .lg\:px-37px{
    padding-left: 37px;
    padding-right: 37px;
  }

  .tw .lg\:px-38px{
    padding-left: 38px;
    padding-right: 38px;
  }

  .tw .lg\:px-39px{
    padding-left: 39px;
    padding-right: 39px;
  }

  .tw .lg\:px-40px{
    padding-left: 40px;
    padding-right: 40px;
  }

  .tw .lg\:py-0{
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .tw .lg\:py-1{
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .tw .lg\:py-2{
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .tw .lg\:py-3{
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .tw .lg\:py-4{
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .tw .lg\:py-5{
    padding-top: 25px;
    padding-bottom: 25px;
  }

  .tw .lg\:py-6{
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .tw .lg\:py-7{
    padding-top: 35px;
    padding-bottom: 35px;
  }

  .tw .lg\:py-8{
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .tw .lg\:py-9{
    padding-top: 45px;
    padding-bottom: 45px;
  }

  .tw .lg\:py-10{
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .tw .lg\:py-11{
    padding-top: 55px;
    padding-bottom: 55px;
  }

  .tw .lg\:py-12{
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .tw .lg\:py-13{
    padding-top: 65px;
    padding-bottom: 65px;
  }

  .tw .lg\:py-14{
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .tw .lg\:py-15{
    padding-top: 75px;
    padding-bottom: 75px;
  }

  .tw .lg\:py-16{
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .tw .lg\:py-17{
    padding-top: 85px;
    padding-bottom: 85px;
  }

  .tw .lg\:py-18{
    padding-top: 90px;
    padding-bottom: 90px;
  }

  .tw .lg\:py-19{
    padding-top: 95px;
    padding-bottom: 95px;
  }

  .tw .lg\:py-20{
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .tw .lg\:py-21{
    padding-top: 105px;
    padding-bottom: 105px;
  }

  .tw .lg\:py-22{
    padding-top: 110px;
    padding-bottom: 110px;
  }

  .tw .lg\:py-23{
    padding-top: 115px;
    padding-bottom: 115px;
  }

  .tw .lg\:py-24{
    padding-top: 120px;
    padding-bottom: 120px;
  }

  .tw .lg\:py-25{
    padding-top: 125px;
    padding-bottom: 125px;
  }

  .tw .lg\:py-26{
    padding-top: 130px;
    padding-bottom: 130px;
  }

  .tw .lg\:py-27{
    padding-top: 135px;
    padding-bottom: 135px;
  }

  .tw .lg\:py-28{
    padding-top: 140px;
    padding-bottom: 140px;
  }

  .tw .lg\:py-29{
    padding-top: 145px;
    padding-bottom: 145px;
  }

  .tw .lg\:py-30{
    padding-top: 150px;
    padding-bottom: 150px;
  }

  .tw .lg\:py-31{
    padding-top: 155px;
    padding-bottom: 155px;
  }

  .tw .lg\:py-32{
    padding-top: 160px;
    padding-bottom: 160px;
  }

  .tw .lg\:py-33{
    padding-top: 165px;
    padding-bottom: 165px;
  }

  .tw .lg\:py-34{
    padding-top: 170px;
    padding-bottom: 170px;
  }

  .tw .lg\:py-35{
    padding-top: 175px;
    padding-bottom: 175px;
  }

  .tw .lg\:py-36{
    padding-top: 180px;
    padding-bottom: 180px;
  }

  .tw .lg\:py-37{
    padding-top: 185px;
    padding-bottom: 185px;
  }

  .tw .lg\:py-38{
    padding-top: 190px;
    padding-bottom: 190px;
  }

  .tw .lg\:py-39{
    padding-top: 195px;
    padding-bottom: 195px;
  }

  .tw .lg\:py-40{
    padding-top: 200px;
    padding-bottom: 200px;
  }

  .tw .lg\:py-41{
    padding-top: 205px;
    padding-bottom: 205px;
  }

  .tw .lg\:py-42{
    padding-top: 210px;
    padding-bottom: 210px;
  }

  .tw .lg\:py-43{
    padding-top: 215px;
    padding-bottom: 215px;
  }

  .tw .lg\:py-44{
    padding-top: 220px;
    padding-bottom: 220px;
  }

  .tw .lg\:py-45{
    padding-top: 225px;
    padding-bottom: 225px;
  }

  .tw .lg\:py-46{
    padding-top: 230px;
    padding-bottom: 230px;
  }

  .tw .lg\:py-47{
    padding-top: 235px;
    padding-bottom: 235px;
  }

  .tw .lg\:py-48{
    padding-top: 240px;
    padding-bottom: 240px;
  }

  .tw .lg\:py-49{
    padding-top: 245px;
    padding-bottom: 245px;
  }

  .tw .lg\:py-50{
    padding-top: 250px;
    padding-bottom: 250px;
  }

  .tw .lg\:py-51{
    padding-top: 255px;
    padding-bottom: 255px;
  }

  .tw .lg\:py-52{
    padding-top: 260px;
    padding-bottom: 260px;
  }

  .tw .lg\:py-53{
    padding-top: 265px;
    padding-bottom: 265px;
  }

  .tw .lg\:py-54{
    padding-top: 270px;
    padding-bottom: 270px;
  }

  .tw .lg\:py-55{
    padding-top: 275px;
    padding-bottom: 275px;
  }

  .tw .lg\:py-56{
    padding-top: 280px;
    padding-bottom: 280px;
  }

  .tw .lg\:py-57{
    padding-top: 285px;
    padding-bottom: 285px;
  }

  .tw .lg\:py-58{
    padding-top: 290px;
    padding-bottom: 290px;
  }

  .tw .lg\:py-59{
    padding-top: 295px;
    padding-bottom: 295px;
  }

  .tw .lg\:py-60{
    padding-top: 300px;
    padding-bottom: 300px;
  }

  .tw .lg\:py-61{
    padding-top: 305px;
    padding-bottom: 305px;
  }

  .tw .lg\:py-62{
    padding-top: 310px;
    padding-bottom: 310px;
  }

  .tw .lg\:py-63{
    padding-top: 315px;
    padding-bottom: 315px;
  }

  .tw .lg\:py-64{
    padding-top: 320px;
    padding-bottom: 320px;
  }

  .tw .lg\:py-65{
    padding-top: 325px;
    padding-bottom: 325px;
  }

  .tw .lg\:py-66{
    padding-top: 330px;
    padding-bottom: 330px;
  }

  .tw .lg\:py-67{
    padding-top: 335px;
    padding-bottom: 335px;
  }

  .tw .lg\:py-68{
    padding-top: 340px;
    padding-bottom: 340px;
  }

  .tw .lg\:py-69{
    padding-top: 345px;
    padding-bottom: 345px;
  }

  .tw .lg\:py-70{
    padding-top: 350px;
    padding-bottom: 350px;
  }

  .tw .lg\:py-71{
    padding-top: 355px;
    padding-bottom: 355px;
  }

  .tw .lg\:py-72{
    padding-top: 360px;
    padding-bottom: 360px;
  }

  .tw .lg\:py-73{
    padding-top: 365px;
    padding-bottom: 365px;
  }

  .tw .lg\:py-74{
    padding-top: 370px;
    padding-bottom: 370px;
  }

  .tw .lg\:py-75{
    padding-top: 375px;
    padding-bottom: 375px;
  }

  .tw .lg\:py-76{
    padding-top: 380px;
    padding-bottom: 380px;
  }

  .tw .lg\:py-77{
    padding-top: 385px;
    padding-bottom: 385px;
  }

  .tw .lg\:py-78{
    padding-top: 390px;
    padding-bottom: 390px;
  }

  .tw .lg\:py-79{
    padding-top: 395px;
    padding-bottom: 395px;
  }

  .tw .lg\:py-80{
    padding-top: 400px;
    padding-bottom: 400px;
  }

  .tw .lg\:py-81{
    padding-top: 405px;
    padding-bottom: 405px;
  }

  .tw .lg\:py-82{
    padding-top: 410px;
    padding-bottom: 410px;
  }

  .tw .lg\:py-83{
    padding-top: 415px;
    padding-bottom: 415px;
  }

  .tw .lg\:py-84{
    padding-top: 420px;
    padding-bottom: 420px;
  }

  .tw .lg\:py-85{
    padding-top: 425px;
    padding-bottom: 425px;
  }

  .tw .lg\:py-86{
    padding-top: 430px;
    padding-bottom: 430px;
  }

  .tw .lg\:py-87{
    padding-top: 435px;
    padding-bottom: 435px;
  }

  .tw .lg\:py-88{
    padding-top: 440px;
    padding-bottom: 440px;
  }

  .tw .lg\:py-89{
    padding-top: 445px;
    padding-bottom: 445px;
  }

  .tw .lg\:py-90{
    padding-top: 450px;
    padding-bottom: 450px;
  }

  .tw .lg\:py-91{
    padding-top: 455px;
    padding-bottom: 455px;
  }

  .tw .lg\:py-92{
    padding-top: 460px;
    padding-bottom: 460px;
  }

  .tw .lg\:py-93{
    padding-top: 465px;
    padding-bottom: 465px;
  }

  .tw .lg\:py-94{
    padding-top: 470px;
    padding-bottom: 470px;
  }

  .tw .lg\:py-95{
    padding-top: 475px;
    padding-bottom: 475px;
  }

  .tw .lg\:py-96{
    padding-top: 480px;
    padding-bottom: 480px;
  }

  .tw .lg\:py-97{
    padding-top: 485px;
    padding-bottom: 485px;
  }

  .tw .lg\:py-98{
    padding-top: 490px;
    padding-bottom: 490px;
  }

  .tw .lg\:py-99{
    padding-top: 495px;
    padding-bottom: 495px;
  }

  .tw .lg\:py-100{
    padding-top: 500px;
    padding-bottom: 500px;
  }

  .tw .lg\:py-101{
    padding-top: 505px;
    padding-bottom: 505px;
  }

  .tw .lg\:py-102{
    padding-top: 510px;
    padding-bottom: 510px;
  }

  .tw .lg\:py-103{
    padding-top: 515px;
    padding-bottom: 515px;
  }

  .tw .lg\:py-104{
    padding-top: 520px;
    padding-bottom: 520px;
  }

  .tw .lg\:py-105{
    padding-top: 525px;
    padding-bottom: 525px;
  }

  .tw .lg\:py-106{
    padding-top: 530px;
    padding-bottom: 530px;
  }

  .tw .lg\:py-107{
    padding-top: 535px;
    padding-bottom: 535px;
  }

  .tw .lg\:py-108{
    padding-top: 540px;
    padding-bottom: 540px;
  }

  .tw .lg\:py-109{
    padding-top: 545px;
    padding-bottom: 545px;
  }

  .tw .lg\:py-110{
    padding-top: 550px;
    padding-bottom: 550px;
  }

  .tw .lg\:py-111{
    padding-top: 555px;
    padding-bottom: 555px;
  }

  .tw .lg\:py-112{
    padding-top: 560px;
    padding-bottom: 560px;
  }

  .tw .lg\:py-113{
    padding-top: 565px;
    padding-bottom: 565px;
  }

  .tw .lg\:py-114{
    padding-top: 570px;
    padding-bottom: 570px;
  }

  .tw .lg\:py-115{
    padding-top: 575px;
    padding-bottom: 575px;
  }

  .tw .lg\:py-116{
    padding-top: 580px;
    padding-bottom: 580px;
  }

  .tw .lg\:py-117{
    padding-top: 585px;
    padding-bottom: 585px;
  }

  .tw .lg\:py-118{
    padding-top: 590px;
    padding-bottom: 590px;
  }

  .tw .lg\:py-119{
    padding-top: 595px;
    padding-bottom: 595px;
  }

  .tw .lg\:py-120{
    padding-top: 600px;
    padding-bottom: 600px;
  }

  .tw .lg\:py-121{
    padding-top: 605px;
    padding-bottom: 605px;
  }

  .tw .lg\:py-122{
    padding-top: 610px;
    padding-bottom: 610px;
  }

  .tw .lg\:py-123{
    padding-top: 615px;
    padding-bottom: 615px;
  }

  .tw .lg\:py-124{
    padding-top: 620px;
    padding-bottom: 620px;
  }

  .tw .lg\:py-125{
    padding-top: 625px;
    padding-bottom: 625px;
  }

  .tw .lg\:py-126{
    padding-top: 630px;
    padding-bottom: 630px;
  }

  .tw .lg\:py-127{
    padding-top: 635px;
    padding-bottom: 635px;
  }

  .tw .lg\:py-128{
    padding-top: 640px;
    padding-bottom: 640px;
  }

  .tw .lg\:py-129{
    padding-top: 645px;
    padding-bottom: 645px;
  }

  .tw .lg\:py-130{
    padding-top: 650px;
    padding-bottom: 650px;
  }

  .tw .lg\:py-131{
    padding-top: 655px;
    padding-bottom: 655px;
  }

  .tw .lg\:py-132{
    padding-top: 660px;
    padding-bottom: 660px;
  }

  .tw .lg\:py-133{
    padding-top: 665px;
    padding-bottom: 665px;
  }

  .tw .lg\:py-134{
    padding-top: 670px;
    padding-bottom: 670px;
  }

  .tw .lg\:py-135{
    padding-top: 675px;
    padding-bottom: 675px;
  }

  .tw .lg\:py-136{
    padding-top: 680px;
    padding-bottom: 680px;
  }

  .tw .lg\:py-137{
    padding-top: 685px;
    padding-bottom: 685px;
  }

  .tw .lg\:py-138{
    padding-top: 690px;
    padding-bottom: 690px;
  }

  .tw .lg\:py-139{
    padding-top: 695px;
    padding-bottom: 695px;
  }

  .tw .lg\:py-140{
    padding-top: 700px;
    padding-bottom: 700px;
  }

  .tw .lg\:py-141{
    padding-top: 705px;
    padding-bottom: 705px;
  }

  .tw .lg\:py-142{
    padding-top: 710px;
    padding-bottom: 710px;
  }

  .tw .lg\:py-143{
    padding-top: 715px;
    padding-bottom: 715px;
  }

  .tw .lg\:py-144{
    padding-top: 720px;
    padding-bottom: 720px;
  }

  .tw .lg\:py-145{
    padding-top: 725px;
    padding-bottom: 725px;
  }

  .tw .lg\:py-146{
    padding-top: 730px;
    padding-bottom: 730px;
  }

  .tw .lg\:py-147{
    padding-top: 735px;
    padding-bottom: 735px;
  }

  .tw .lg\:py-148{
    padding-top: 740px;
    padding-bottom: 740px;
  }

  .tw .lg\:py-149{
    padding-top: 745px;
    padding-bottom: 745px;
  }

  .tw .lg\:py-0\.5{
    padding-top: 3px;
    padding-bottom: 3px;
  }

  .tw .lg\:py-1px{
    padding-top: 1px;
    padding-bottom: 1px;
  }

  .tw .lg\:py-2px{
    padding-top: 2px;
    padding-bottom: 2px;
  }

  .tw .lg\:py-3px{
    padding-top: 3px;
    padding-bottom: 3px;
  }

  .tw .lg\:py-4px{
    padding-top: 4px;
    padding-bottom: 4px;
  }

  .tw .lg\:py-5px{
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .tw .lg\:py-6px{
    padding-top: 6px;
    padding-bottom: 6px;
  }

  .tw .lg\:py-7px{
    padding-top: 7px;
    padding-bottom: 7px;
  }

  .tw .lg\:py-8px{
    padding-top: 8px;
    padding-bottom: 8px;
  }

  .tw .lg\:py-9px{
    padding-top: 9px;
    padding-bottom: 9px;
  }

  .tw .lg\:py-10px{
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .tw .lg\:py-11px{
    padding-top: 11px;
    padding-bottom: 11px;
  }

  .tw .lg\:py-12px{
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .tw .lg\:py-13px{
    padding-top: 13px;
    padding-bottom: 13px;
  }

  .tw .lg\:py-14px{
    padding-top: 14px;
    padding-bottom: 14px;
  }

  .tw .lg\:py-15px{
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .tw .lg\:py-16px{
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .tw .lg\:py-17px{
    padding-top: 17px;
    padding-bottom: 17px;
  }

  .tw .lg\:py-18px{
    padding-top: 18px;
    padding-bottom: 18px;
  }

  .tw .lg\:py-19px{
    padding-top: 19px;
    padding-bottom: 19px;
  }

  .tw .lg\:py-20px{
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .tw .lg\:py-21px{
    padding-top: 21px;
    padding-bottom: 21px;
  }

  .tw .lg\:py-22px{
    padding-top: 22px;
    padding-bottom: 22px;
  }

  .tw .lg\:py-23px{
    padding-top: 23px;
    padding-bottom: 23px;
  }

  .tw .lg\:py-24px{
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .tw .lg\:py-25px{
    padding-top: 25px;
    padding-bottom: 25px;
  }

  .tw .lg\:py-26px{
    padding-top: 26px;
    padding-bottom: 26px;
  }

  .tw .lg\:py-27px{
    padding-top: 27px;
    padding-bottom: 27px;
  }

  .tw .lg\:py-28px{
    padding-top: 28px;
    padding-bottom: 28px;
  }

  .tw .lg\:py-29px{
    padding-top: 29px;
    padding-bottom: 29px;
  }

  .tw .lg\:py-30px{
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .tw .lg\:py-31px{
    padding-top: 31px;
    padding-bottom: 31px;
  }

  .tw .lg\:py-32px{
    padding-top: 32px;
    padding-bottom: 32px;
  }

  .tw .lg\:py-33px{
    padding-top: 33px;
    padding-bottom: 33px;
  }

  .tw .lg\:py-34px{
    padding-top: 34px;
    padding-bottom: 34px;
  }

  .tw .lg\:py-35px{
    padding-top: 35px;
    padding-bottom: 35px;
  }

  .tw .lg\:py-36px{
    padding-top: 36px;
    padding-bottom: 36px;
  }

  .tw .lg\:py-37px{
    padding-top: 37px;
    padding-bottom: 37px;
  }

  .tw .lg\:py-38px{
    padding-top: 38px;
    padding-bottom: 38px;
  }

  .tw .lg\:py-39px{
    padding-top: 39px;
    padding-bottom: 39px;
  }

  .tw .lg\:py-40px{
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .tw .lg\:first\:px-0:first-child{
    padding-left: 0px;
    padding-right: 0px;
  }

  .tw .lg\:first\:px-1:first-child{
    padding-left: 5px;
    padding-right: 5px;
  }

  .tw .lg\:first\:px-2:first-child{
    padding-left: 10px;
    padding-right: 10px;
  }

  .tw .lg\:first\:px-3:first-child{
    padding-left: 15px;
    padding-right: 15px;
  }

  .tw .lg\:first\:px-4:first-child{
    padding-left: 20px;
    padding-right: 20px;
  }

  .tw .lg\:first\:px-5:first-child{
    padding-left: 25px;
    padding-right: 25px;
  }

  .tw .lg\:first\:px-6:first-child{
    padding-left: 30px;
    padding-right: 30px;
  }

  .tw .lg\:first\:px-7:first-child{
    padding-left: 35px;
    padding-right: 35px;
  }

  .tw .lg\:first\:px-8:first-child{
    padding-left: 40px;
    padding-right: 40px;
  }

  .tw .lg\:first\:px-9:first-child{
    padding-left: 45px;
    padding-right: 45px;
  }

  .tw .lg\:first\:px-10:first-child{
    padding-left: 50px;
    padding-right: 50px;
  }

  .tw .lg\:first\:px-11:first-child{
    padding-left: 55px;
    padding-right: 55px;
  }

  .tw .lg\:first\:px-12:first-child{
    padding-left: 60px;
    padding-right: 60px;
  }

  .tw .lg\:first\:px-13:first-child{
    padding-left: 65px;
    padding-right: 65px;
  }

  .tw .lg\:first\:px-14:first-child{
    padding-left: 70px;
    padding-right: 70px;
  }

  .tw .lg\:first\:px-15:first-child{
    padding-left: 75px;
    padding-right: 75px;
  }

  .tw .lg\:first\:px-16:first-child{
    padding-left: 80px;
    padding-right: 80px;
  }

  .tw .lg\:first\:px-17:first-child{
    padding-left: 85px;
    padding-right: 85px;
  }

  .tw .lg\:first\:px-18:first-child{
    padding-left: 90px;
    padding-right: 90px;
  }

  .tw .lg\:first\:px-19:first-child{
    padding-left: 95px;
    padding-right: 95px;
  }

  .tw .lg\:first\:px-20:first-child{
    padding-left: 100px;
    padding-right: 100px;
  }

  .tw .lg\:first\:px-21:first-child{
    padding-left: 105px;
    padding-right: 105px;
  }

  .tw .lg\:first\:px-22:first-child{
    padding-left: 110px;
    padding-right: 110px;
  }

  .tw .lg\:first\:px-23:first-child{
    padding-left: 115px;
    padding-right: 115px;
  }

  .tw .lg\:first\:px-24:first-child{
    padding-left: 120px;
    padding-right: 120px;
  }

  .tw .lg\:first\:px-25:first-child{
    padding-left: 125px;
    padding-right: 125px;
  }

  .tw .lg\:first\:px-26:first-child{
    padding-left: 130px;
    padding-right: 130px;
  }

  .tw .lg\:first\:px-27:first-child{
    padding-left: 135px;
    padding-right: 135px;
  }

  .tw .lg\:first\:px-28:first-child{
    padding-left: 140px;
    padding-right: 140px;
  }

  .tw .lg\:first\:px-29:first-child{
    padding-left: 145px;
    padding-right: 145px;
  }

  .tw .lg\:first\:px-30:first-child{
    padding-left: 150px;
    padding-right: 150px;
  }

  .tw .lg\:first\:px-31:first-child{
    padding-left: 155px;
    padding-right: 155px;
  }

  .tw .lg\:first\:px-32:first-child{
    padding-left: 160px;
    padding-right: 160px;
  }

  .tw .lg\:first\:px-33:first-child{
    padding-left: 165px;
    padding-right: 165px;
  }

  .tw .lg\:first\:px-34:first-child{
    padding-left: 170px;
    padding-right: 170px;
  }

  .tw .lg\:first\:px-35:first-child{
    padding-left: 175px;
    padding-right: 175px;
  }

  .tw .lg\:first\:px-36:first-child{
    padding-left: 180px;
    padding-right: 180px;
  }

  .tw .lg\:first\:px-37:first-child{
    padding-left: 185px;
    padding-right: 185px;
  }

  .tw .lg\:first\:px-38:first-child{
    padding-left: 190px;
    padding-right: 190px;
  }

  .tw .lg\:first\:px-39:first-child{
    padding-left: 195px;
    padding-right: 195px;
  }

  .tw .lg\:first\:px-40:first-child{
    padding-left: 200px;
    padding-right: 200px;
  }

  .tw .lg\:first\:px-41:first-child{
    padding-left: 205px;
    padding-right: 205px;
  }

  .tw .lg\:first\:px-42:first-child{
    padding-left: 210px;
    padding-right: 210px;
  }

  .tw .lg\:first\:px-43:first-child{
    padding-left: 215px;
    padding-right: 215px;
  }

  .tw .lg\:first\:px-44:first-child{
    padding-left: 220px;
    padding-right: 220px;
  }

  .tw .lg\:first\:px-45:first-child{
    padding-left: 225px;
    padding-right: 225px;
  }

  .tw .lg\:first\:px-46:first-child{
    padding-left: 230px;
    padding-right: 230px;
  }

  .tw .lg\:first\:px-47:first-child{
    padding-left: 235px;
    padding-right: 235px;
  }

  .tw .lg\:first\:px-48:first-child{
    padding-left: 240px;
    padding-right: 240px;
  }

  .tw .lg\:first\:px-49:first-child{
    padding-left: 245px;
    padding-right: 245px;
  }

  .tw .lg\:first\:px-50:first-child{
    padding-left: 250px;
    padding-right: 250px;
  }

  .tw .lg\:first\:px-51:first-child{
    padding-left: 255px;
    padding-right: 255px;
  }

  .tw .lg\:first\:px-52:first-child{
    padding-left: 260px;
    padding-right: 260px;
  }

  .tw .lg\:first\:px-53:first-child{
    padding-left: 265px;
    padding-right: 265px;
  }

  .tw .lg\:first\:px-54:first-child{
    padding-left: 270px;
    padding-right: 270px;
  }

  .tw .lg\:first\:px-55:first-child{
    padding-left: 275px;
    padding-right: 275px;
  }

  .tw .lg\:first\:px-56:first-child{
    padding-left: 280px;
    padding-right: 280px;
  }

  .tw .lg\:first\:px-57:first-child{
    padding-left: 285px;
    padding-right: 285px;
  }

  .tw .lg\:first\:px-58:first-child{
    padding-left: 290px;
    padding-right: 290px;
  }

  .tw .lg\:first\:px-59:first-child{
    padding-left: 295px;
    padding-right: 295px;
  }

  .tw .lg\:first\:px-60:first-child{
    padding-left: 300px;
    padding-right: 300px;
  }

  .tw .lg\:first\:px-61:first-child{
    padding-left: 305px;
    padding-right: 305px;
  }

  .tw .lg\:first\:px-62:first-child{
    padding-left: 310px;
    padding-right: 310px;
  }

  .tw .lg\:first\:px-63:first-child{
    padding-left: 315px;
    padding-right: 315px;
  }

  .tw .lg\:first\:px-64:first-child{
    padding-left: 320px;
    padding-right: 320px;
  }

  .tw .lg\:first\:px-65:first-child{
    padding-left: 325px;
    padding-right: 325px;
  }

  .tw .lg\:first\:px-66:first-child{
    padding-left: 330px;
    padding-right: 330px;
  }

  .tw .lg\:first\:px-67:first-child{
    padding-left: 335px;
    padding-right: 335px;
  }

  .tw .lg\:first\:px-68:first-child{
    padding-left: 340px;
    padding-right: 340px;
  }

  .tw .lg\:first\:px-69:first-child{
    padding-left: 345px;
    padding-right: 345px;
  }

  .tw .lg\:first\:px-70:first-child{
    padding-left: 350px;
    padding-right: 350px;
  }

  .tw .lg\:first\:px-71:first-child{
    padding-left: 355px;
    padding-right: 355px;
  }

  .tw .lg\:first\:px-72:first-child{
    padding-left: 360px;
    padding-right: 360px;
  }

  .tw .lg\:first\:px-73:first-child{
    padding-left: 365px;
    padding-right: 365px;
  }

  .tw .lg\:first\:px-74:first-child{
    padding-left: 370px;
    padding-right: 370px;
  }

  .tw .lg\:first\:px-75:first-child{
    padding-left: 375px;
    padding-right: 375px;
  }

  .tw .lg\:first\:px-76:first-child{
    padding-left: 380px;
    padding-right: 380px;
  }

  .tw .lg\:first\:px-77:first-child{
    padding-left: 385px;
    padding-right: 385px;
  }

  .tw .lg\:first\:px-78:first-child{
    padding-left: 390px;
    padding-right: 390px;
  }

  .tw .lg\:first\:px-79:first-child{
    padding-left: 395px;
    padding-right: 395px;
  }

  .tw .lg\:first\:px-80:first-child{
    padding-left: 400px;
    padding-right: 400px;
  }

  .tw .lg\:first\:px-81:first-child{
    padding-left: 405px;
    padding-right: 405px;
  }

  .tw .lg\:first\:px-82:first-child{
    padding-left: 410px;
    padding-right: 410px;
  }

  .tw .lg\:first\:px-83:first-child{
    padding-left: 415px;
    padding-right: 415px;
  }

  .tw .lg\:first\:px-84:first-child{
    padding-left: 420px;
    padding-right: 420px;
  }

  .tw .lg\:first\:px-85:first-child{
    padding-left: 425px;
    padding-right: 425px;
  }

  .tw .lg\:first\:px-86:first-child{
    padding-left: 430px;
    padding-right: 430px;
  }

  .tw .lg\:first\:px-87:first-child{
    padding-left: 435px;
    padding-right: 435px;
  }

  .tw .lg\:first\:px-88:first-child{
    padding-left: 440px;
    padding-right: 440px;
  }

  .tw .lg\:first\:px-89:first-child{
    padding-left: 445px;
    padding-right: 445px;
  }

  .tw .lg\:first\:px-90:first-child{
    padding-left: 450px;
    padding-right: 450px;
  }

  .tw .lg\:first\:px-91:first-child{
    padding-left: 455px;
    padding-right: 455px;
  }

  .tw .lg\:first\:px-92:first-child{
    padding-left: 460px;
    padding-right: 460px;
  }

  .tw .lg\:first\:px-93:first-child{
    padding-left: 465px;
    padding-right: 465px;
  }

  .tw .lg\:first\:px-94:first-child{
    padding-left: 470px;
    padding-right: 470px;
  }

  .tw .lg\:first\:px-95:first-child{
    padding-left: 475px;
    padding-right: 475px;
  }

  .tw .lg\:first\:px-96:first-child{
    padding-left: 480px;
    padding-right: 480px;
  }

  .tw .lg\:first\:px-97:first-child{
    padding-left: 485px;
    padding-right: 485px;
  }

  .tw .lg\:first\:px-98:first-child{
    padding-left: 490px;
    padding-right: 490px;
  }

  .tw .lg\:first\:px-99:first-child{
    padding-left: 495px;
    padding-right: 495px;
  }

  .tw .lg\:first\:px-100:first-child{
    padding-left: 500px;
    padding-right: 500px;
  }

  .tw .lg\:first\:px-101:first-child{
    padding-left: 505px;
    padding-right: 505px;
  }

  .tw .lg\:first\:px-102:first-child{
    padding-left: 510px;
    padding-right: 510px;
  }

  .tw .lg\:first\:px-103:first-child{
    padding-left: 515px;
    padding-right: 515px;
  }

  .tw .lg\:first\:px-104:first-child{
    padding-left: 520px;
    padding-right: 520px;
  }

  .tw .lg\:first\:px-105:first-child{
    padding-left: 525px;
    padding-right: 525px;
  }

  .tw .lg\:first\:px-106:first-child{
    padding-left: 530px;
    padding-right: 530px;
  }

  .tw .lg\:first\:px-107:first-child{
    padding-left: 535px;
    padding-right: 535px;
  }

  .tw .lg\:first\:px-108:first-child{
    padding-left: 540px;
    padding-right: 540px;
  }

  .tw .lg\:first\:px-109:first-child{
    padding-left: 545px;
    padding-right: 545px;
  }

  .tw .lg\:first\:px-110:first-child{
    padding-left: 550px;
    padding-right: 550px;
  }

  .tw .lg\:first\:px-111:first-child{
    padding-left: 555px;
    padding-right: 555px;
  }

  .tw .lg\:first\:px-112:first-child{
    padding-left: 560px;
    padding-right: 560px;
  }

  .tw .lg\:first\:px-113:first-child{
    padding-left: 565px;
    padding-right: 565px;
  }

  .tw .lg\:first\:px-114:first-child{
    padding-left: 570px;
    padding-right: 570px;
  }

  .tw .lg\:first\:px-115:first-child{
    padding-left: 575px;
    padding-right: 575px;
  }

  .tw .lg\:first\:px-116:first-child{
    padding-left: 580px;
    padding-right: 580px;
  }

  .tw .lg\:first\:px-117:first-child{
    padding-left: 585px;
    padding-right: 585px;
  }

  .tw .lg\:first\:px-118:first-child{
    padding-left: 590px;
    padding-right: 590px;
  }

  .tw .lg\:first\:px-119:first-child{
    padding-left: 595px;
    padding-right: 595px;
  }

  .tw .lg\:first\:px-120:first-child{
    padding-left: 600px;
    padding-right: 600px;
  }

  .tw .lg\:first\:px-121:first-child{
    padding-left: 605px;
    padding-right: 605px;
  }

  .tw .lg\:first\:px-122:first-child{
    padding-left: 610px;
    padding-right: 610px;
  }

  .tw .lg\:first\:px-123:first-child{
    padding-left: 615px;
    padding-right: 615px;
  }

  .tw .lg\:first\:px-124:first-child{
    padding-left: 620px;
    padding-right: 620px;
  }

  .tw .lg\:first\:px-125:first-child{
    padding-left: 625px;
    padding-right: 625px;
  }

  .tw .lg\:first\:px-126:first-child{
    padding-left: 630px;
    padding-right: 630px;
  }

  .tw .lg\:first\:px-127:first-child{
    padding-left: 635px;
    padding-right: 635px;
  }

  .tw .lg\:first\:px-128:first-child{
    padding-left: 640px;
    padding-right: 640px;
  }

  .tw .lg\:first\:px-129:first-child{
    padding-left: 645px;
    padding-right: 645px;
  }

  .tw .lg\:first\:px-130:first-child{
    padding-left: 650px;
    padding-right: 650px;
  }

  .tw .lg\:first\:px-131:first-child{
    padding-left: 655px;
    padding-right: 655px;
  }

  .tw .lg\:first\:px-132:first-child{
    padding-left: 660px;
    padding-right: 660px;
  }

  .tw .lg\:first\:px-133:first-child{
    padding-left: 665px;
    padding-right: 665px;
  }

  .tw .lg\:first\:px-134:first-child{
    padding-left: 670px;
    padding-right: 670px;
  }

  .tw .lg\:first\:px-135:first-child{
    padding-left: 675px;
    padding-right: 675px;
  }

  .tw .lg\:first\:px-136:first-child{
    padding-left: 680px;
    padding-right: 680px;
  }

  .tw .lg\:first\:px-137:first-child{
    padding-left: 685px;
    padding-right: 685px;
  }

  .tw .lg\:first\:px-138:first-child{
    padding-left: 690px;
    padding-right: 690px;
  }

  .tw .lg\:first\:px-139:first-child{
    padding-left: 695px;
    padding-right: 695px;
  }

  .tw .lg\:first\:px-140:first-child{
    padding-left: 700px;
    padding-right: 700px;
  }

  .tw .lg\:first\:px-141:first-child{
    padding-left: 705px;
    padding-right: 705px;
  }

  .tw .lg\:first\:px-142:first-child{
    padding-left: 710px;
    padding-right: 710px;
  }

  .tw .lg\:first\:px-143:first-child{
    padding-left: 715px;
    padding-right: 715px;
  }

  .tw .lg\:first\:px-144:first-child{
    padding-left: 720px;
    padding-right: 720px;
  }

  .tw .lg\:first\:px-145:first-child{
    padding-left: 725px;
    padding-right: 725px;
  }

  .tw .lg\:first\:px-146:first-child{
    padding-left: 730px;
    padding-right: 730px;
  }

  .tw .lg\:first\:px-147:first-child{
    padding-left: 735px;
    padding-right: 735px;
  }

  .tw .lg\:first\:px-148:first-child{
    padding-left: 740px;
    padding-right: 740px;
  }

  .tw .lg\:first\:px-149:first-child{
    padding-left: 745px;
    padding-right: 745px;
  }

  .tw .lg\:first\:px-0\.5:first-child{
    padding-left: 3px;
    padding-right: 3px;
  }

  .tw .lg\:first\:px-1px:first-child{
    padding-left: 1px;
    padding-right: 1px;
  }

  .tw .lg\:first\:px-2px:first-child{
    padding-left: 2px;
    padding-right: 2px;
  }

  .tw .lg\:first\:px-3px:first-child{
    padding-left: 3px;
    padding-right: 3px;
  }

  .tw .lg\:first\:px-4px:first-child{
    padding-left: 4px;
    padding-right: 4px;
  }

  .tw .lg\:first\:px-5px:first-child{
    padding-left: 5px;
    padding-right: 5px;
  }

  .tw .lg\:first\:px-6px:first-child{
    padding-left: 6px;
    padding-right: 6px;
  }

  .tw .lg\:first\:px-7px:first-child{
    padding-left: 7px;
    padding-right: 7px;
  }

  .tw .lg\:first\:px-8px:first-child{
    padding-left: 8px;
    padding-right: 8px;
  }

  .tw .lg\:first\:px-9px:first-child{
    padding-left: 9px;
    padding-right: 9px;
  }

  .tw .lg\:first\:px-10px:first-child{
    padding-left: 10px;
    padding-right: 10px;
  }

  .tw .lg\:first\:px-11px:first-child{
    padding-left: 11px;
    padding-right: 11px;
  }

  .tw .lg\:first\:px-12px:first-child{
    padding-left: 12px;
    padding-right: 12px;
  }

  .tw .lg\:first\:px-13px:first-child{
    padding-left: 13px;
    padding-right: 13px;
  }

  .tw .lg\:first\:px-14px:first-child{
    padding-left: 14px;
    padding-right: 14px;
  }

  .tw .lg\:first\:px-15px:first-child{
    padding-left: 15px;
    padding-right: 15px;
  }

  .tw .lg\:first\:px-16px:first-child{
    padding-left: 16px;
    padding-right: 16px;
  }

  .tw .lg\:first\:px-17px:first-child{
    padding-left: 17px;
    padding-right: 17px;
  }

  .tw .lg\:first\:px-18px:first-child{
    padding-left: 18px;
    padding-right: 18px;
  }

  .tw .lg\:first\:px-19px:first-child{
    padding-left: 19px;
    padding-right: 19px;
  }

  .tw .lg\:first\:px-20px:first-child{
    padding-left: 20px;
    padding-right: 20px;
  }

  .tw .lg\:first\:px-21px:first-child{
    padding-left: 21px;
    padding-right: 21px;
  }

  .tw .lg\:first\:px-22px:first-child{
    padding-left: 22px;
    padding-right: 22px;
  }

  .tw .lg\:first\:px-23px:first-child{
    padding-left: 23px;
    padding-right: 23px;
  }

  .tw .lg\:first\:px-24px:first-child{
    padding-left: 24px;
    padding-right: 24px;
  }

  .tw .lg\:first\:px-25px:first-child{
    padding-left: 25px;
    padding-right: 25px;
  }

  .tw .lg\:first\:px-26px:first-child{
    padding-left: 26px;
    padding-right: 26px;
  }

  .tw .lg\:first\:px-27px:first-child{
    padding-left: 27px;
    padding-right: 27px;
  }

  .tw .lg\:first\:px-28px:first-child{
    padding-left: 28px;
    padding-right: 28px;
  }

  .tw .lg\:first\:px-29px:first-child{
    padding-left: 29px;
    padding-right: 29px;
  }

  .tw .lg\:first\:px-30px:first-child{
    padding-left: 30px;
    padding-right: 30px;
  }

  .tw .lg\:first\:px-31px:first-child{
    padding-left: 31px;
    padding-right: 31px;
  }

  .tw .lg\:first\:px-32px:first-child{
    padding-left: 32px;
    padding-right: 32px;
  }

  .tw .lg\:first\:px-33px:first-child{
    padding-left: 33px;
    padding-right: 33px;
  }

  .tw .lg\:first\:px-34px:first-child{
    padding-left: 34px;
    padding-right: 34px;
  }

  .tw .lg\:first\:px-35px:first-child{
    padding-left: 35px;
    padding-right: 35px;
  }

  .tw .lg\:first\:px-36px:first-child{
    padding-left: 36px;
    padding-right: 36px;
  }

  .tw .lg\:first\:px-37px:first-child{
    padding-left: 37px;
    padding-right: 37px;
  }

  .tw .lg\:first\:px-38px:first-child{
    padding-left: 38px;
    padding-right: 38px;
  }

  .tw .lg\:first\:px-39px:first-child{
    padding-left: 39px;
    padding-right: 39px;
  }

  .tw .lg\:first\:px-40px:first-child{
    padding-left: 40px;
    padding-right: 40px;
  }

  .tw .lg\:first\:py-0:first-child{
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .tw .lg\:first\:py-1:first-child{
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .tw .lg\:first\:py-2:first-child{
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .tw .lg\:first\:py-3:first-child{
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .tw .lg\:first\:py-4:first-child{
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .tw .lg\:first\:py-5:first-child{
    padding-top: 25px;
    padding-bottom: 25px;
  }

  .tw .lg\:first\:py-6:first-child{
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .tw .lg\:first\:py-7:first-child{
    padding-top: 35px;
    padding-bottom: 35px;
  }

  .tw .lg\:first\:py-8:first-child{
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .tw .lg\:first\:py-9:first-child{
    padding-top: 45px;
    padding-bottom: 45px;
  }

  .tw .lg\:first\:py-10:first-child{
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .tw .lg\:first\:py-11:first-child{
    padding-top: 55px;
    padding-bottom: 55px;
  }

  .tw .lg\:first\:py-12:first-child{
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .tw .lg\:first\:py-13:first-child{
    padding-top: 65px;
    padding-bottom: 65px;
  }

  .tw .lg\:first\:py-14:first-child{
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .tw .lg\:first\:py-15:first-child{
    padding-top: 75px;
    padding-bottom: 75px;
  }

  .tw .lg\:first\:py-16:first-child{
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .tw .lg\:first\:py-17:first-child{
    padding-top: 85px;
    padding-bottom: 85px;
  }

  .tw .lg\:first\:py-18:first-child{
    padding-top: 90px;
    padding-bottom: 90px;
  }

  .tw .lg\:first\:py-19:first-child{
    padding-top: 95px;
    padding-bottom: 95px;
  }

  .tw .lg\:first\:py-20:first-child{
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .tw .lg\:first\:py-21:first-child{
    padding-top: 105px;
    padding-bottom: 105px;
  }

  .tw .lg\:first\:py-22:first-child{
    padding-top: 110px;
    padding-bottom: 110px;
  }

  .tw .lg\:first\:py-23:first-child{
    padding-top: 115px;
    padding-bottom: 115px;
  }

  .tw .lg\:first\:py-24:first-child{
    padding-top: 120px;
    padding-bottom: 120px;
  }

  .tw .lg\:first\:py-25:first-child{
    padding-top: 125px;
    padding-bottom: 125px;
  }

  .tw .lg\:first\:py-26:first-child{
    padding-top: 130px;
    padding-bottom: 130px;
  }

  .tw .lg\:first\:py-27:first-child{
    padding-top: 135px;
    padding-bottom: 135px;
  }

  .tw .lg\:first\:py-28:first-child{
    padding-top: 140px;
    padding-bottom: 140px;
  }

  .tw .lg\:first\:py-29:first-child{
    padding-top: 145px;
    padding-bottom: 145px;
  }

  .tw .lg\:first\:py-30:first-child{
    padding-top: 150px;
    padding-bottom: 150px;
  }

  .tw .lg\:first\:py-31:first-child{
    padding-top: 155px;
    padding-bottom: 155px;
  }

  .tw .lg\:first\:py-32:first-child{
    padding-top: 160px;
    padding-bottom: 160px;
  }

  .tw .lg\:first\:py-33:first-child{
    padding-top: 165px;
    padding-bottom: 165px;
  }

  .tw .lg\:first\:py-34:first-child{
    padding-top: 170px;
    padding-bottom: 170px;
  }

  .tw .lg\:first\:py-35:first-child{
    padding-top: 175px;
    padding-bottom: 175px;
  }

  .tw .lg\:first\:py-36:first-child{
    padding-top: 180px;
    padding-bottom: 180px;
  }

  .tw .lg\:first\:py-37:first-child{
    padding-top: 185px;
    padding-bottom: 185px;
  }

  .tw .lg\:first\:py-38:first-child{
    padding-top: 190px;
    padding-bottom: 190px;
  }

  .tw .lg\:first\:py-39:first-child{
    padding-top: 195px;
    padding-bottom: 195px;
  }

  .tw .lg\:first\:py-40:first-child{
    padding-top: 200px;
    padding-bottom: 200px;
  }

  .tw .lg\:first\:py-41:first-child{
    padding-top: 205px;
    padding-bottom: 205px;
  }

  .tw .lg\:first\:py-42:first-child{
    padding-top: 210px;
    padding-bottom: 210px;
  }

  .tw .lg\:first\:py-43:first-child{
    padding-top: 215px;
    padding-bottom: 215px;
  }

  .tw .lg\:first\:py-44:first-child{
    padding-top: 220px;
    padding-bottom: 220px;
  }

  .tw .lg\:first\:py-45:first-child{
    padding-top: 225px;
    padding-bottom: 225px;
  }

  .tw .lg\:first\:py-46:first-child{
    padding-top: 230px;
    padding-bottom: 230px;
  }

  .tw .lg\:first\:py-47:first-child{
    padding-top: 235px;
    padding-bottom: 235px;
  }

  .tw .lg\:first\:py-48:first-child{
    padding-top: 240px;
    padding-bottom: 240px;
  }

  .tw .lg\:first\:py-49:first-child{
    padding-top: 245px;
    padding-bottom: 245px;
  }

  .tw .lg\:first\:py-50:first-child{
    padding-top: 250px;
    padding-bottom: 250px;
  }

  .tw .lg\:first\:py-51:first-child{
    padding-top: 255px;
    padding-bottom: 255px;
  }

  .tw .lg\:first\:py-52:first-child{
    padding-top: 260px;
    padding-bottom: 260px;
  }

  .tw .lg\:first\:py-53:first-child{
    padding-top: 265px;
    padding-bottom: 265px;
  }

  .tw .lg\:first\:py-54:first-child{
    padding-top: 270px;
    padding-bottom: 270px;
  }

  .tw .lg\:first\:py-55:first-child{
    padding-top: 275px;
    padding-bottom: 275px;
  }

  .tw .lg\:first\:py-56:first-child{
    padding-top: 280px;
    padding-bottom: 280px;
  }

  .tw .lg\:first\:py-57:first-child{
    padding-top: 285px;
    padding-bottom: 285px;
  }

  .tw .lg\:first\:py-58:first-child{
    padding-top: 290px;
    padding-bottom: 290px;
  }

  .tw .lg\:first\:py-59:first-child{
    padding-top: 295px;
    padding-bottom: 295px;
  }

  .tw .lg\:first\:py-60:first-child{
    padding-top: 300px;
    padding-bottom: 300px;
  }

  .tw .lg\:first\:py-61:first-child{
    padding-top: 305px;
    padding-bottom: 305px;
  }

  .tw .lg\:first\:py-62:first-child{
    padding-top: 310px;
    padding-bottom: 310px;
  }

  .tw .lg\:first\:py-63:first-child{
    padding-top: 315px;
    padding-bottom: 315px;
  }

  .tw .lg\:first\:py-64:first-child{
    padding-top: 320px;
    padding-bottom: 320px;
  }

  .tw .lg\:first\:py-65:first-child{
    padding-top: 325px;
    padding-bottom: 325px;
  }

  .tw .lg\:first\:py-66:first-child{
    padding-top: 330px;
    padding-bottom: 330px;
  }

  .tw .lg\:first\:py-67:first-child{
    padding-top: 335px;
    padding-bottom: 335px;
  }

  .tw .lg\:first\:py-68:first-child{
    padding-top: 340px;
    padding-bottom: 340px;
  }

  .tw .lg\:first\:py-69:first-child{
    padding-top: 345px;
    padding-bottom: 345px;
  }

  .tw .lg\:first\:py-70:first-child{
    padding-top: 350px;
    padding-bottom: 350px;
  }

  .tw .lg\:first\:py-71:first-child{
    padding-top: 355px;
    padding-bottom: 355px;
  }

  .tw .lg\:first\:py-72:first-child{
    padding-top: 360px;
    padding-bottom: 360px;
  }

  .tw .lg\:first\:py-73:first-child{
    padding-top: 365px;
    padding-bottom: 365px;
  }

  .tw .lg\:first\:py-74:first-child{
    padding-top: 370px;
    padding-bottom: 370px;
  }

  .tw .lg\:first\:py-75:first-child{
    padding-top: 375px;
    padding-bottom: 375px;
  }

  .tw .lg\:first\:py-76:first-child{
    padding-top: 380px;
    padding-bottom: 380px;
  }

  .tw .lg\:first\:py-77:first-child{
    padding-top: 385px;
    padding-bottom: 385px;
  }

  .tw .lg\:first\:py-78:first-child{
    padding-top: 390px;
    padding-bottom: 390px;
  }

  .tw .lg\:first\:py-79:first-child{
    padding-top: 395px;
    padding-bottom: 395px;
  }

  .tw .lg\:first\:py-80:first-child{
    padding-top: 400px;
    padding-bottom: 400px;
  }

  .tw .lg\:first\:py-81:first-child{
    padding-top: 405px;
    padding-bottom: 405px;
  }

  .tw .lg\:first\:py-82:first-child{
    padding-top: 410px;
    padding-bottom: 410px;
  }

  .tw .lg\:first\:py-83:first-child{
    padding-top: 415px;
    padding-bottom: 415px;
  }

  .tw .lg\:first\:py-84:first-child{
    padding-top: 420px;
    padding-bottom: 420px;
  }

  .tw .lg\:first\:py-85:first-child{
    padding-top: 425px;
    padding-bottom: 425px;
  }

  .tw .lg\:first\:py-86:first-child{
    padding-top: 430px;
    padding-bottom: 430px;
  }

  .tw .lg\:first\:py-87:first-child{
    padding-top: 435px;
    padding-bottom: 435px;
  }

  .tw .lg\:first\:py-88:first-child{
    padding-top: 440px;
    padding-bottom: 440px;
  }

  .tw .lg\:first\:py-89:first-child{
    padding-top: 445px;
    padding-bottom: 445px;
  }

  .tw .lg\:first\:py-90:first-child{
    padding-top: 450px;
    padding-bottom: 450px;
  }

  .tw .lg\:first\:py-91:first-child{
    padding-top: 455px;
    padding-bottom: 455px;
  }

  .tw .lg\:first\:py-92:first-child{
    padding-top: 460px;
    padding-bottom: 460px;
  }

  .tw .lg\:first\:py-93:first-child{
    padding-top: 465px;
    padding-bottom: 465px;
  }

  .tw .lg\:first\:py-94:first-child{
    padding-top: 470px;
    padding-bottom: 470px;
  }

  .tw .lg\:first\:py-95:first-child{
    padding-top: 475px;
    padding-bottom: 475px;
  }

  .tw .lg\:first\:py-96:first-child{
    padding-top: 480px;
    padding-bottom: 480px;
  }

  .tw .lg\:first\:py-97:first-child{
    padding-top: 485px;
    padding-bottom: 485px;
  }

  .tw .lg\:first\:py-98:first-child{
    padding-top: 490px;
    padding-bottom: 490px;
  }

  .tw .lg\:first\:py-99:first-child{
    padding-top: 495px;
    padding-bottom: 495px;
  }

  .tw .lg\:first\:py-100:first-child{
    padding-top: 500px;
    padding-bottom: 500px;
  }

  .tw .lg\:first\:py-101:first-child{
    padding-top: 505px;
    padding-bottom: 505px;
  }

  .tw .lg\:first\:py-102:first-child{
    padding-top: 510px;
    padding-bottom: 510px;
  }

  .tw .lg\:first\:py-103:first-child{
    padding-top: 515px;
    padding-bottom: 515px;
  }

  .tw .lg\:first\:py-104:first-child{
    padding-top: 520px;
    padding-bottom: 520px;
  }

  .tw .lg\:first\:py-105:first-child{
    padding-top: 525px;
    padding-bottom: 525px;
  }

  .tw .lg\:first\:py-106:first-child{
    padding-top: 530px;
    padding-bottom: 530px;
  }

  .tw .lg\:first\:py-107:first-child{
    padding-top: 535px;
    padding-bottom: 535px;
  }

  .tw .lg\:first\:py-108:first-child{
    padding-top: 540px;
    padding-bottom: 540px;
  }

  .tw .lg\:first\:py-109:first-child{
    padding-top: 545px;
    padding-bottom: 545px;
  }

  .tw .lg\:first\:py-110:first-child{
    padding-top: 550px;
    padding-bottom: 550px;
  }

  .tw .lg\:first\:py-111:first-child{
    padding-top: 555px;
    padding-bottom: 555px;
  }

  .tw .lg\:first\:py-112:first-child{
    padding-top: 560px;
    padding-bottom: 560px;
  }

  .tw .lg\:first\:py-113:first-child{
    padding-top: 565px;
    padding-bottom: 565px;
  }

  .tw .lg\:first\:py-114:first-child{
    padding-top: 570px;
    padding-bottom: 570px;
  }

  .tw .lg\:first\:py-115:first-child{
    padding-top: 575px;
    padding-bottom: 575px;
  }

  .tw .lg\:first\:py-116:first-child{
    padding-top: 580px;
    padding-bottom: 580px;
  }

  .tw .lg\:first\:py-117:first-child{
    padding-top: 585px;
    padding-bottom: 585px;
  }

  .tw .lg\:first\:py-118:first-child{
    padding-top: 590px;
    padding-bottom: 590px;
  }

  .tw .lg\:first\:py-119:first-child{
    padding-top: 595px;
    padding-bottom: 595px;
  }

  .tw .lg\:first\:py-120:first-child{
    padding-top: 600px;
    padding-bottom: 600px;
  }

  .tw .lg\:first\:py-121:first-child{
    padding-top: 605px;
    padding-bottom: 605px;
  }

  .tw .lg\:first\:py-122:first-child{
    padding-top: 610px;
    padding-bottom: 610px;
  }

  .tw .lg\:first\:py-123:first-child{
    padding-top: 615px;
    padding-bottom: 615px;
  }

  .tw .lg\:first\:py-124:first-child{
    padding-top: 620px;
    padding-bottom: 620px;
  }

  .tw .lg\:first\:py-125:first-child{
    padding-top: 625px;
    padding-bottom: 625px;
  }

  .tw .lg\:first\:py-126:first-child{
    padding-top: 630px;
    padding-bottom: 630px;
  }

  .tw .lg\:first\:py-127:first-child{
    padding-top: 635px;
    padding-bottom: 635px;
  }

  .tw .lg\:first\:py-128:first-child{
    padding-top: 640px;
    padding-bottom: 640px;
  }

  .tw .lg\:first\:py-129:first-child{
    padding-top: 645px;
    padding-bottom: 645px;
  }

  .tw .lg\:first\:py-130:first-child{
    padding-top: 650px;
    padding-bottom: 650px;
  }

  .tw .lg\:first\:py-131:first-child{
    padding-top: 655px;
    padding-bottom: 655px;
  }

  .tw .lg\:first\:py-132:first-child{
    padding-top: 660px;
    padding-bottom: 660px;
  }

  .tw .lg\:first\:py-133:first-child{
    padding-top: 665px;
    padding-bottom: 665px;
  }

  .tw .lg\:first\:py-134:first-child{
    padding-top: 670px;
    padding-bottom: 670px;
  }

  .tw .lg\:first\:py-135:first-child{
    padding-top: 675px;
    padding-bottom: 675px;
  }

  .tw .lg\:first\:py-136:first-child{
    padding-top: 680px;
    padding-bottom: 680px;
  }

  .tw .lg\:first\:py-137:first-child{
    padding-top: 685px;
    padding-bottom: 685px;
  }

  .tw .lg\:first\:py-138:first-child{
    padding-top: 690px;
    padding-bottom: 690px;
  }

  .tw .lg\:first\:py-139:first-child{
    padding-top: 695px;
    padding-bottom: 695px;
  }

  .tw .lg\:first\:py-140:first-child{
    padding-top: 700px;
    padding-bottom: 700px;
  }

  .tw .lg\:first\:py-141:first-child{
    padding-top: 705px;
    padding-bottom: 705px;
  }

  .tw .lg\:first\:py-142:first-child{
    padding-top: 710px;
    padding-bottom: 710px;
  }

  .tw .lg\:first\:py-143:first-child{
    padding-top: 715px;
    padding-bottom: 715px;
  }

  .tw .lg\:first\:py-144:first-child{
    padding-top: 720px;
    padding-bottom: 720px;
  }

  .tw .lg\:first\:py-145:first-child{
    padding-top: 725px;
    padding-bottom: 725px;
  }

  .tw .lg\:first\:py-146:first-child{
    padding-top: 730px;
    padding-bottom: 730px;
  }

  .tw .lg\:first\:py-147:first-child{
    padding-top: 735px;
    padding-bottom: 735px;
  }

  .tw .lg\:first\:py-148:first-child{
    padding-top: 740px;
    padding-bottom: 740px;
  }

  .tw .lg\:first\:py-149:first-child{
    padding-top: 745px;
    padding-bottom: 745px;
  }

  .tw .lg\:first\:py-0\.5:first-child{
    padding-top: 3px;
    padding-bottom: 3px;
  }

  .tw .lg\:first\:py-1px:first-child{
    padding-top: 1px;
    padding-bottom: 1px;
  }

  .tw .lg\:first\:py-2px:first-child{
    padding-top: 2px;
    padding-bottom: 2px;
  }

  .tw .lg\:first\:py-3px:first-child{
    padding-top: 3px;
    padding-bottom: 3px;
  }

  .tw .lg\:first\:py-4px:first-child{
    padding-top: 4px;
    padding-bottom: 4px;
  }

  .tw .lg\:first\:py-5px:first-child{
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .tw .lg\:first\:py-6px:first-child{
    padding-top: 6px;
    padding-bottom: 6px;
  }

  .tw .lg\:first\:py-7px:first-child{
    padding-top: 7px;
    padding-bottom: 7px;
  }

  .tw .lg\:first\:py-8px:first-child{
    padding-top: 8px;
    padding-bottom: 8px;
  }

  .tw .lg\:first\:py-9px:first-child{
    padding-top: 9px;
    padding-bottom: 9px;
  }

  .tw .lg\:first\:py-10px:first-child{
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .tw .lg\:first\:py-11px:first-child{
    padding-top: 11px;
    padding-bottom: 11px;
  }

  .tw .lg\:first\:py-12px:first-child{
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .tw .lg\:first\:py-13px:first-child{
    padding-top: 13px;
    padding-bottom: 13px;
  }

  .tw .lg\:first\:py-14px:first-child{
    padding-top: 14px;
    padding-bottom: 14px;
  }

  .tw .lg\:first\:py-15px:first-child{
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .tw .lg\:first\:py-16px:first-child{
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .tw .lg\:first\:py-17px:first-child{
    padding-top: 17px;
    padding-bottom: 17px;
  }

  .tw .lg\:first\:py-18px:first-child{
    padding-top: 18px;
    padding-bottom: 18px;
  }

  .tw .lg\:first\:py-19px:first-child{
    padding-top: 19px;
    padding-bottom: 19px;
  }

  .tw .lg\:first\:py-20px:first-child{
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .tw .lg\:first\:py-21px:first-child{
    padding-top: 21px;
    padding-bottom: 21px;
  }

  .tw .lg\:first\:py-22px:first-child{
    padding-top: 22px;
    padding-bottom: 22px;
  }

  .tw .lg\:first\:py-23px:first-child{
    padding-top: 23px;
    padding-bottom: 23px;
  }

  .tw .lg\:first\:py-24px:first-child{
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .tw .lg\:first\:py-25px:first-child{
    padding-top: 25px;
    padding-bottom: 25px;
  }

  .tw .lg\:first\:py-26px:first-child{
    padding-top: 26px;
    padding-bottom: 26px;
  }

  .tw .lg\:first\:py-27px:first-child{
    padding-top: 27px;
    padding-bottom: 27px;
  }

  .tw .lg\:first\:py-28px:first-child{
    padding-top: 28px;
    padding-bottom: 28px;
  }

  .tw .lg\:first\:py-29px:first-child{
    padding-top: 29px;
    padding-bottom: 29px;
  }

  .tw .lg\:first\:py-30px:first-child{
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .tw .lg\:first\:py-31px:first-child{
    padding-top: 31px;
    padding-bottom: 31px;
  }

  .tw .lg\:first\:py-32px:first-child{
    padding-top: 32px;
    padding-bottom: 32px;
  }

  .tw .lg\:first\:py-33px:first-child{
    padding-top: 33px;
    padding-bottom: 33px;
  }

  .tw .lg\:first\:py-34px:first-child{
    padding-top: 34px;
    padding-bottom: 34px;
  }

  .tw .lg\:first\:py-35px:first-child{
    padding-top: 35px;
    padding-bottom: 35px;
  }

  .tw .lg\:first\:py-36px:first-child{
    padding-top: 36px;
    padding-bottom: 36px;
  }

  .tw .lg\:first\:py-37px:first-child{
    padding-top: 37px;
    padding-bottom: 37px;
  }

  .tw .lg\:first\:py-38px:first-child{
    padding-top: 38px;
    padding-bottom: 38px;
  }

  .tw .lg\:first\:py-39px:first-child{
    padding-top: 39px;
    padding-bottom: 39px;
  }

  .tw .lg\:first\:py-40px:first-child{
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .tw .lg\:last\:px-0:last-child{
    padding-left: 0px;
    padding-right: 0px;
  }

  .tw .lg\:last\:px-1:last-child{
    padding-left: 5px;
    padding-right: 5px;
  }

  .tw .lg\:last\:px-2:last-child{
    padding-left: 10px;
    padding-right: 10px;
  }

  .tw .lg\:last\:px-3:last-child{
    padding-left: 15px;
    padding-right: 15px;
  }

  .tw .lg\:last\:px-4:last-child{
    padding-left: 20px;
    padding-right: 20px;
  }

  .tw .lg\:last\:px-5:last-child{
    padding-left: 25px;
    padding-right: 25px;
  }

  .tw .lg\:last\:px-6:last-child{
    padding-left: 30px;
    padding-right: 30px;
  }

  .tw .lg\:last\:px-7:last-child{
    padding-left: 35px;
    padding-right: 35px;
  }

  .tw .lg\:last\:px-8:last-child{
    padding-left: 40px;
    padding-right: 40px;
  }

  .tw .lg\:last\:px-9:last-child{
    padding-left: 45px;
    padding-right: 45px;
  }

  .tw .lg\:last\:px-10:last-child{
    padding-left: 50px;
    padding-right: 50px;
  }

  .tw .lg\:last\:px-11:last-child{
    padding-left: 55px;
    padding-right: 55px;
  }

  .tw .lg\:last\:px-12:last-child{
    padding-left: 60px;
    padding-right: 60px;
  }

  .tw .lg\:last\:px-13:last-child{
    padding-left: 65px;
    padding-right: 65px;
  }

  .tw .lg\:last\:px-14:last-child{
    padding-left: 70px;
    padding-right: 70px;
  }

  .tw .lg\:last\:px-15:last-child{
    padding-left: 75px;
    padding-right: 75px;
  }

  .tw .lg\:last\:px-16:last-child{
    padding-left: 80px;
    padding-right: 80px;
  }

  .tw .lg\:last\:px-17:last-child{
    padding-left: 85px;
    padding-right: 85px;
  }

  .tw .lg\:last\:px-18:last-child{
    padding-left: 90px;
    padding-right: 90px;
  }

  .tw .lg\:last\:px-19:last-child{
    padding-left: 95px;
    padding-right: 95px;
  }

  .tw .lg\:last\:px-20:last-child{
    padding-left: 100px;
    padding-right: 100px;
  }

  .tw .lg\:last\:px-21:last-child{
    padding-left: 105px;
    padding-right: 105px;
  }

  .tw .lg\:last\:px-22:last-child{
    padding-left: 110px;
    padding-right: 110px;
  }

  .tw .lg\:last\:px-23:last-child{
    padding-left: 115px;
    padding-right: 115px;
  }

  .tw .lg\:last\:px-24:last-child{
    padding-left: 120px;
    padding-right: 120px;
  }

  .tw .lg\:last\:px-25:last-child{
    padding-left: 125px;
    padding-right: 125px;
  }

  .tw .lg\:last\:px-26:last-child{
    padding-left: 130px;
    padding-right: 130px;
  }

  .tw .lg\:last\:px-27:last-child{
    padding-left: 135px;
    padding-right: 135px;
  }

  .tw .lg\:last\:px-28:last-child{
    padding-left: 140px;
    padding-right: 140px;
  }

  .tw .lg\:last\:px-29:last-child{
    padding-left: 145px;
    padding-right: 145px;
  }

  .tw .lg\:last\:px-30:last-child{
    padding-left: 150px;
    padding-right: 150px;
  }

  .tw .lg\:last\:px-31:last-child{
    padding-left: 155px;
    padding-right: 155px;
  }

  .tw .lg\:last\:px-32:last-child{
    padding-left: 160px;
    padding-right: 160px;
  }

  .tw .lg\:last\:px-33:last-child{
    padding-left: 165px;
    padding-right: 165px;
  }

  .tw .lg\:last\:px-34:last-child{
    padding-left: 170px;
    padding-right: 170px;
  }

  .tw .lg\:last\:px-35:last-child{
    padding-left: 175px;
    padding-right: 175px;
  }

  .tw .lg\:last\:px-36:last-child{
    padding-left: 180px;
    padding-right: 180px;
  }

  .tw .lg\:last\:px-37:last-child{
    padding-left: 185px;
    padding-right: 185px;
  }

  .tw .lg\:last\:px-38:last-child{
    padding-left: 190px;
    padding-right: 190px;
  }

  .tw .lg\:last\:px-39:last-child{
    padding-left: 195px;
    padding-right: 195px;
  }

  .tw .lg\:last\:px-40:last-child{
    padding-left: 200px;
    padding-right: 200px;
  }

  .tw .lg\:last\:px-41:last-child{
    padding-left: 205px;
    padding-right: 205px;
  }

  .tw .lg\:last\:px-42:last-child{
    padding-left: 210px;
    padding-right: 210px;
  }

  .tw .lg\:last\:px-43:last-child{
    padding-left: 215px;
    padding-right: 215px;
  }

  .tw .lg\:last\:px-44:last-child{
    padding-left: 220px;
    padding-right: 220px;
  }

  .tw .lg\:last\:px-45:last-child{
    padding-left: 225px;
    padding-right: 225px;
  }

  .tw .lg\:last\:px-46:last-child{
    padding-left: 230px;
    padding-right: 230px;
  }

  .tw .lg\:last\:px-47:last-child{
    padding-left: 235px;
    padding-right: 235px;
  }

  .tw .lg\:last\:px-48:last-child{
    padding-left: 240px;
    padding-right: 240px;
  }

  .tw .lg\:last\:px-49:last-child{
    padding-left: 245px;
    padding-right: 245px;
  }

  .tw .lg\:last\:px-50:last-child{
    padding-left: 250px;
    padding-right: 250px;
  }

  .tw .lg\:last\:px-51:last-child{
    padding-left: 255px;
    padding-right: 255px;
  }

  .tw .lg\:last\:px-52:last-child{
    padding-left: 260px;
    padding-right: 260px;
  }

  .tw .lg\:last\:px-53:last-child{
    padding-left: 265px;
    padding-right: 265px;
  }

  .tw .lg\:last\:px-54:last-child{
    padding-left: 270px;
    padding-right: 270px;
  }

  .tw .lg\:last\:px-55:last-child{
    padding-left: 275px;
    padding-right: 275px;
  }

  .tw .lg\:last\:px-56:last-child{
    padding-left: 280px;
    padding-right: 280px;
  }

  .tw .lg\:last\:px-57:last-child{
    padding-left: 285px;
    padding-right: 285px;
  }

  .tw .lg\:last\:px-58:last-child{
    padding-left: 290px;
    padding-right: 290px;
  }

  .tw .lg\:last\:px-59:last-child{
    padding-left: 295px;
    padding-right: 295px;
  }

  .tw .lg\:last\:px-60:last-child{
    padding-left: 300px;
    padding-right: 300px;
  }

  .tw .lg\:last\:px-61:last-child{
    padding-left: 305px;
    padding-right: 305px;
  }

  .tw .lg\:last\:px-62:last-child{
    padding-left: 310px;
    padding-right: 310px;
  }

  .tw .lg\:last\:px-63:last-child{
    padding-left: 315px;
    padding-right: 315px;
  }

  .tw .lg\:last\:px-64:last-child{
    padding-left: 320px;
    padding-right: 320px;
  }

  .tw .lg\:last\:px-65:last-child{
    padding-left: 325px;
    padding-right: 325px;
  }

  .tw .lg\:last\:px-66:last-child{
    padding-left: 330px;
    padding-right: 330px;
  }

  .tw .lg\:last\:px-67:last-child{
    padding-left: 335px;
    padding-right: 335px;
  }

  .tw .lg\:last\:px-68:last-child{
    padding-left: 340px;
    padding-right: 340px;
  }

  .tw .lg\:last\:px-69:last-child{
    padding-left: 345px;
    padding-right: 345px;
  }

  .tw .lg\:last\:px-70:last-child{
    padding-left: 350px;
    padding-right: 350px;
  }

  .tw .lg\:last\:px-71:last-child{
    padding-left: 355px;
    padding-right: 355px;
  }

  .tw .lg\:last\:px-72:last-child{
    padding-left: 360px;
    padding-right: 360px;
  }

  .tw .lg\:last\:px-73:last-child{
    padding-left: 365px;
    padding-right: 365px;
  }

  .tw .lg\:last\:px-74:last-child{
    padding-left: 370px;
    padding-right: 370px;
  }

  .tw .lg\:last\:px-75:last-child{
    padding-left: 375px;
    padding-right: 375px;
  }

  .tw .lg\:last\:px-76:last-child{
    padding-left: 380px;
    padding-right: 380px;
  }

  .tw .lg\:last\:px-77:last-child{
    padding-left: 385px;
    padding-right: 385px;
  }

  .tw .lg\:last\:px-78:last-child{
    padding-left: 390px;
    padding-right: 390px;
  }

  .tw .lg\:last\:px-79:last-child{
    padding-left: 395px;
    padding-right: 395px;
  }

  .tw .lg\:last\:px-80:last-child{
    padding-left: 400px;
    padding-right: 400px;
  }

  .tw .lg\:last\:px-81:last-child{
    padding-left: 405px;
    padding-right: 405px;
  }

  .tw .lg\:last\:px-82:last-child{
    padding-left: 410px;
    padding-right: 410px;
  }

  .tw .lg\:last\:px-83:last-child{
    padding-left: 415px;
    padding-right: 415px;
  }

  .tw .lg\:last\:px-84:last-child{
    padding-left: 420px;
    padding-right: 420px;
  }

  .tw .lg\:last\:px-85:last-child{
    padding-left: 425px;
    padding-right: 425px;
  }

  .tw .lg\:last\:px-86:last-child{
    padding-left: 430px;
    padding-right: 430px;
  }

  .tw .lg\:last\:px-87:last-child{
    padding-left: 435px;
    padding-right: 435px;
  }

  .tw .lg\:last\:px-88:last-child{
    padding-left: 440px;
    padding-right: 440px;
  }

  .tw .lg\:last\:px-89:last-child{
    padding-left: 445px;
    padding-right: 445px;
  }

  .tw .lg\:last\:px-90:last-child{
    padding-left: 450px;
    padding-right: 450px;
  }

  .tw .lg\:last\:px-91:last-child{
    padding-left: 455px;
    padding-right: 455px;
  }

  .tw .lg\:last\:px-92:last-child{
    padding-left: 460px;
    padding-right: 460px;
  }

  .tw .lg\:last\:px-93:last-child{
    padding-left: 465px;
    padding-right: 465px;
  }

  .tw .lg\:last\:px-94:last-child{
    padding-left: 470px;
    padding-right: 470px;
  }

  .tw .lg\:last\:px-95:last-child{
    padding-left: 475px;
    padding-right: 475px;
  }

  .tw .lg\:last\:px-96:last-child{
    padding-left: 480px;
    padding-right: 480px;
  }

  .tw .lg\:last\:px-97:last-child{
    padding-left: 485px;
    padding-right: 485px;
  }

  .tw .lg\:last\:px-98:last-child{
    padding-left: 490px;
    padding-right: 490px;
  }

  .tw .lg\:last\:px-99:last-child{
    padding-left: 495px;
    padding-right: 495px;
  }

  .tw .lg\:last\:px-100:last-child{
    padding-left: 500px;
    padding-right: 500px;
  }

  .tw .lg\:last\:px-101:last-child{
    padding-left: 505px;
    padding-right: 505px;
  }

  .tw .lg\:last\:px-102:last-child{
    padding-left: 510px;
    padding-right: 510px;
  }

  .tw .lg\:last\:px-103:last-child{
    padding-left: 515px;
    padding-right: 515px;
  }

  .tw .lg\:last\:px-104:last-child{
    padding-left: 520px;
    padding-right: 520px;
  }

  .tw .lg\:last\:px-105:last-child{
    padding-left: 525px;
    padding-right: 525px;
  }

  .tw .lg\:last\:px-106:last-child{
    padding-left: 530px;
    padding-right: 530px;
  }

  .tw .lg\:last\:px-107:last-child{
    padding-left: 535px;
    padding-right: 535px;
  }

  .tw .lg\:last\:px-108:last-child{
    padding-left: 540px;
    padding-right: 540px;
  }

  .tw .lg\:last\:px-109:last-child{
    padding-left: 545px;
    padding-right: 545px;
  }

  .tw .lg\:last\:px-110:last-child{
    padding-left: 550px;
    padding-right: 550px;
  }

  .tw .lg\:last\:px-111:last-child{
    padding-left: 555px;
    padding-right: 555px;
  }

  .tw .lg\:last\:px-112:last-child{
    padding-left: 560px;
    padding-right: 560px;
  }

  .tw .lg\:last\:px-113:last-child{
    padding-left: 565px;
    padding-right: 565px;
  }

  .tw .lg\:last\:px-114:last-child{
    padding-left: 570px;
    padding-right: 570px;
  }

  .tw .lg\:last\:px-115:last-child{
    padding-left: 575px;
    padding-right: 575px;
  }

  .tw .lg\:last\:px-116:last-child{
    padding-left: 580px;
    padding-right: 580px;
  }

  .tw .lg\:last\:px-117:last-child{
    padding-left: 585px;
    padding-right: 585px;
  }

  .tw .lg\:last\:px-118:last-child{
    padding-left: 590px;
    padding-right: 590px;
  }

  .tw .lg\:last\:px-119:last-child{
    padding-left: 595px;
    padding-right: 595px;
  }

  .tw .lg\:last\:px-120:last-child{
    padding-left: 600px;
    padding-right: 600px;
  }

  .tw .lg\:last\:px-121:last-child{
    padding-left: 605px;
    padding-right: 605px;
  }

  .tw .lg\:last\:px-122:last-child{
    padding-left: 610px;
    padding-right: 610px;
  }

  .tw .lg\:last\:px-123:last-child{
    padding-left: 615px;
    padding-right: 615px;
  }

  .tw .lg\:last\:px-124:last-child{
    padding-left: 620px;
    padding-right: 620px;
  }

  .tw .lg\:last\:px-125:last-child{
    padding-left: 625px;
    padding-right: 625px;
  }

  .tw .lg\:last\:px-126:last-child{
    padding-left: 630px;
    padding-right: 630px;
  }

  .tw .lg\:last\:px-127:last-child{
    padding-left: 635px;
    padding-right: 635px;
  }

  .tw .lg\:last\:px-128:last-child{
    padding-left: 640px;
    padding-right: 640px;
  }

  .tw .lg\:last\:px-129:last-child{
    padding-left: 645px;
    padding-right: 645px;
  }

  .tw .lg\:last\:px-130:last-child{
    padding-left: 650px;
    padding-right: 650px;
  }

  .tw .lg\:last\:px-131:last-child{
    padding-left: 655px;
    padding-right: 655px;
  }

  .tw .lg\:last\:px-132:last-child{
    padding-left: 660px;
    padding-right: 660px;
  }

  .tw .lg\:last\:px-133:last-child{
    padding-left: 665px;
    padding-right: 665px;
  }

  .tw .lg\:last\:px-134:last-child{
    padding-left: 670px;
    padding-right: 670px;
  }

  .tw .lg\:last\:px-135:last-child{
    padding-left: 675px;
    padding-right: 675px;
  }

  .tw .lg\:last\:px-136:last-child{
    padding-left: 680px;
    padding-right: 680px;
  }

  .tw .lg\:last\:px-137:last-child{
    padding-left: 685px;
    padding-right: 685px;
  }

  .tw .lg\:last\:px-138:last-child{
    padding-left: 690px;
    padding-right: 690px;
  }

  .tw .lg\:last\:px-139:last-child{
    padding-left: 695px;
    padding-right: 695px;
  }

  .tw .lg\:last\:px-140:last-child{
    padding-left: 700px;
    padding-right: 700px;
  }

  .tw .lg\:last\:px-141:last-child{
    padding-left: 705px;
    padding-right: 705px;
  }

  .tw .lg\:last\:px-142:last-child{
    padding-left: 710px;
    padding-right: 710px;
  }

  .tw .lg\:last\:px-143:last-child{
    padding-left: 715px;
    padding-right: 715px;
  }

  .tw .lg\:last\:px-144:last-child{
    padding-left: 720px;
    padding-right: 720px;
  }

  .tw .lg\:last\:px-145:last-child{
    padding-left: 725px;
    padding-right: 725px;
  }

  .tw .lg\:last\:px-146:last-child{
    padding-left: 730px;
    padding-right: 730px;
  }

  .tw .lg\:last\:px-147:last-child{
    padding-left: 735px;
    padding-right: 735px;
  }

  .tw .lg\:last\:px-148:last-child{
    padding-left: 740px;
    padding-right: 740px;
  }

  .tw .lg\:last\:px-149:last-child{
    padding-left: 745px;
    padding-right: 745px;
  }

  .tw .lg\:last\:px-0\.5:last-child{
    padding-left: 3px;
    padding-right: 3px;
  }

  .tw .lg\:last\:px-1px:last-child{
    padding-left: 1px;
    padding-right: 1px;
  }

  .tw .lg\:last\:px-2px:last-child{
    padding-left: 2px;
    padding-right: 2px;
  }

  .tw .lg\:last\:px-3px:last-child{
    padding-left: 3px;
    padding-right: 3px;
  }

  .tw .lg\:last\:px-4px:last-child{
    padding-left: 4px;
    padding-right: 4px;
  }

  .tw .lg\:last\:px-5px:last-child{
    padding-left: 5px;
    padding-right: 5px;
  }

  .tw .lg\:last\:px-6px:last-child{
    padding-left: 6px;
    padding-right: 6px;
  }

  .tw .lg\:last\:px-7px:last-child{
    padding-left: 7px;
    padding-right: 7px;
  }

  .tw .lg\:last\:px-8px:last-child{
    padding-left: 8px;
    padding-right: 8px;
  }

  .tw .lg\:last\:px-9px:last-child{
    padding-left: 9px;
    padding-right: 9px;
  }

  .tw .lg\:last\:px-10px:last-child{
    padding-left: 10px;
    padding-right: 10px;
  }

  .tw .lg\:last\:px-11px:last-child{
    padding-left: 11px;
    padding-right: 11px;
  }

  .tw .lg\:last\:px-12px:last-child{
    padding-left: 12px;
    padding-right: 12px;
  }

  .tw .lg\:last\:px-13px:last-child{
    padding-left: 13px;
    padding-right: 13px;
  }

  .tw .lg\:last\:px-14px:last-child{
    padding-left: 14px;
    padding-right: 14px;
  }

  .tw .lg\:last\:px-15px:last-child{
    padding-left: 15px;
    padding-right: 15px;
  }

  .tw .lg\:last\:px-16px:last-child{
    padding-left: 16px;
    padding-right: 16px;
  }

  .tw .lg\:last\:px-17px:last-child{
    padding-left: 17px;
    padding-right: 17px;
  }

  .tw .lg\:last\:px-18px:last-child{
    padding-left: 18px;
    padding-right: 18px;
  }

  .tw .lg\:last\:px-19px:last-child{
    padding-left: 19px;
    padding-right: 19px;
  }

  .tw .lg\:last\:px-20px:last-child{
    padding-left: 20px;
    padding-right: 20px;
  }

  .tw .lg\:last\:px-21px:last-child{
    padding-left: 21px;
    padding-right: 21px;
  }

  .tw .lg\:last\:px-22px:last-child{
    padding-left: 22px;
    padding-right: 22px;
  }

  .tw .lg\:last\:px-23px:last-child{
    padding-left: 23px;
    padding-right: 23px;
  }

  .tw .lg\:last\:px-24px:last-child{
    padding-left: 24px;
    padding-right: 24px;
  }

  .tw .lg\:last\:px-25px:last-child{
    padding-left: 25px;
    padding-right: 25px;
  }

  .tw .lg\:last\:px-26px:last-child{
    padding-left: 26px;
    padding-right: 26px;
  }

  .tw .lg\:last\:px-27px:last-child{
    padding-left: 27px;
    padding-right: 27px;
  }

  .tw .lg\:last\:px-28px:last-child{
    padding-left: 28px;
    padding-right: 28px;
  }

  .tw .lg\:last\:px-29px:last-child{
    padding-left: 29px;
    padding-right: 29px;
  }

  .tw .lg\:last\:px-30px:last-child{
    padding-left: 30px;
    padding-right: 30px;
  }

  .tw .lg\:last\:px-31px:last-child{
    padding-left: 31px;
    padding-right: 31px;
  }

  .tw .lg\:last\:px-32px:last-child{
    padding-left: 32px;
    padding-right: 32px;
  }

  .tw .lg\:last\:px-33px:last-child{
    padding-left: 33px;
    padding-right: 33px;
  }

  .tw .lg\:last\:px-34px:last-child{
    padding-left: 34px;
    padding-right: 34px;
  }

  .tw .lg\:last\:px-35px:last-child{
    padding-left: 35px;
    padding-right: 35px;
  }

  .tw .lg\:last\:px-36px:last-child{
    padding-left: 36px;
    padding-right: 36px;
  }

  .tw .lg\:last\:px-37px:last-child{
    padding-left: 37px;
    padding-right: 37px;
  }

  .tw .lg\:last\:px-38px:last-child{
    padding-left: 38px;
    padding-right: 38px;
  }

  .tw .lg\:last\:px-39px:last-child{
    padding-left: 39px;
    padding-right: 39px;
  }

  .tw .lg\:last\:px-40px:last-child{
    padding-left: 40px;
    padding-right: 40px;
  }

  .tw .lg\:last\:py-0:last-child{
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .tw .lg\:last\:py-1:last-child{
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .tw .lg\:last\:py-2:last-child{
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .tw .lg\:last\:py-3:last-child{
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .tw .lg\:last\:py-4:last-child{
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .tw .lg\:last\:py-5:last-child{
    padding-top: 25px;
    padding-bottom: 25px;
  }

  .tw .lg\:last\:py-6:last-child{
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .tw .lg\:last\:py-7:last-child{
    padding-top: 35px;
    padding-bottom: 35px;
  }

  .tw .lg\:last\:py-8:last-child{
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .tw .lg\:last\:py-9:last-child{
    padding-top: 45px;
    padding-bottom: 45px;
  }

  .tw .lg\:last\:py-10:last-child{
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .tw .lg\:last\:py-11:last-child{
    padding-top: 55px;
    padding-bottom: 55px;
  }

  .tw .lg\:last\:py-12:last-child{
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .tw .lg\:last\:py-13:last-child{
    padding-top: 65px;
    padding-bottom: 65px;
  }

  .tw .lg\:last\:py-14:last-child{
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .tw .lg\:last\:py-15:last-child{
    padding-top: 75px;
    padding-bottom: 75px;
  }

  .tw .lg\:last\:py-16:last-child{
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .tw .lg\:last\:py-17:last-child{
    padding-top: 85px;
    padding-bottom: 85px;
  }

  .tw .lg\:last\:py-18:last-child{
    padding-top: 90px;
    padding-bottom: 90px;
  }

  .tw .lg\:last\:py-19:last-child{
    padding-top: 95px;
    padding-bottom: 95px;
  }

  .tw .lg\:last\:py-20:last-child{
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .tw .lg\:last\:py-21:last-child{
    padding-top: 105px;
    padding-bottom: 105px;
  }

  .tw .lg\:last\:py-22:last-child{
    padding-top: 110px;
    padding-bottom: 110px;
  }

  .tw .lg\:last\:py-23:last-child{
    padding-top: 115px;
    padding-bottom: 115px;
  }

  .tw .lg\:last\:py-24:last-child{
    padding-top: 120px;
    padding-bottom: 120px;
  }

  .tw .lg\:last\:py-25:last-child{
    padding-top: 125px;
    padding-bottom: 125px;
  }

  .tw .lg\:last\:py-26:last-child{
    padding-top: 130px;
    padding-bottom: 130px;
  }

  .tw .lg\:last\:py-27:last-child{
    padding-top: 135px;
    padding-bottom: 135px;
  }

  .tw .lg\:last\:py-28:last-child{
    padding-top: 140px;
    padding-bottom: 140px;
  }

  .tw .lg\:last\:py-29:last-child{
    padding-top: 145px;
    padding-bottom: 145px;
  }

  .tw .lg\:last\:py-30:last-child{
    padding-top: 150px;
    padding-bottom: 150px;
  }

  .tw .lg\:last\:py-31:last-child{
    padding-top: 155px;
    padding-bottom: 155px;
  }

  .tw .lg\:last\:py-32:last-child{
    padding-top: 160px;
    padding-bottom: 160px;
  }

  .tw .lg\:last\:py-33:last-child{
    padding-top: 165px;
    padding-bottom: 165px;
  }

  .tw .lg\:last\:py-34:last-child{
    padding-top: 170px;
    padding-bottom: 170px;
  }

  .tw .lg\:last\:py-35:last-child{
    padding-top: 175px;
    padding-bottom: 175px;
  }

  .tw .lg\:last\:py-36:last-child{
    padding-top: 180px;
    padding-bottom: 180px;
  }

  .tw .lg\:last\:py-37:last-child{
    padding-top: 185px;
    padding-bottom: 185px;
  }

  .tw .lg\:last\:py-38:last-child{
    padding-top: 190px;
    padding-bottom: 190px;
  }

  .tw .lg\:last\:py-39:last-child{
    padding-top: 195px;
    padding-bottom: 195px;
  }

  .tw .lg\:last\:py-40:last-child{
    padding-top: 200px;
    padding-bottom: 200px;
  }

  .tw .lg\:last\:py-41:last-child{
    padding-top: 205px;
    padding-bottom: 205px;
  }

  .tw .lg\:last\:py-42:last-child{
    padding-top: 210px;
    padding-bottom: 210px;
  }

  .tw .lg\:last\:py-43:last-child{
    padding-top: 215px;
    padding-bottom: 215px;
  }

  .tw .lg\:last\:py-44:last-child{
    padding-top: 220px;
    padding-bottom: 220px;
  }

  .tw .lg\:last\:py-45:last-child{
    padding-top: 225px;
    padding-bottom: 225px;
  }

  .tw .lg\:last\:py-46:last-child{
    padding-top: 230px;
    padding-bottom: 230px;
  }

  .tw .lg\:last\:py-47:last-child{
    padding-top: 235px;
    padding-bottom: 235px;
  }

  .tw .lg\:last\:py-48:last-child{
    padding-top: 240px;
    padding-bottom: 240px;
  }

  .tw .lg\:last\:py-49:last-child{
    padding-top: 245px;
    padding-bottom: 245px;
  }

  .tw .lg\:last\:py-50:last-child{
    padding-top: 250px;
    padding-bottom: 250px;
  }

  .tw .lg\:last\:py-51:last-child{
    padding-top: 255px;
    padding-bottom: 255px;
  }

  .tw .lg\:last\:py-52:last-child{
    padding-top: 260px;
    padding-bottom: 260px;
  }

  .tw .lg\:last\:py-53:last-child{
    padding-top: 265px;
    padding-bottom: 265px;
  }

  .tw .lg\:last\:py-54:last-child{
    padding-top: 270px;
    padding-bottom: 270px;
  }

  .tw .lg\:last\:py-55:last-child{
    padding-top: 275px;
    padding-bottom: 275px;
  }

  .tw .lg\:last\:py-56:last-child{
    padding-top: 280px;
    padding-bottom: 280px;
  }

  .tw .lg\:last\:py-57:last-child{
    padding-top: 285px;
    padding-bottom: 285px;
  }

  .tw .lg\:last\:py-58:last-child{
    padding-top: 290px;
    padding-bottom: 290px;
  }

  .tw .lg\:last\:py-59:last-child{
    padding-top: 295px;
    padding-bottom: 295px;
  }

  .tw .lg\:last\:py-60:last-child{
    padding-top: 300px;
    padding-bottom: 300px;
  }

  .tw .lg\:last\:py-61:last-child{
    padding-top: 305px;
    padding-bottom: 305px;
  }

  .tw .lg\:last\:py-62:last-child{
    padding-top: 310px;
    padding-bottom: 310px;
  }

  .tw .lg\:last\:py-63:last-child{
    padding-top: 315px;
    padding-bottom: 315px;
  }

  .tw .lg\:last\:py-64:last-child{
    padding-top: 320px;
    padding-bottom: 320px;
  }

  .tw .lg\:last\:py-65:last-child{
    padding-top: 325px;
    padding-bottom: 325px;
  }

  .tw .lg\:last\:py-66:last-child{
    padding-top: 330px;
    padding-bottom: 330px;
  }

  .tw .lg\:last\:py-67:last-child{
    padding-top: 335px;
    padding-bottom: 335px;
  }

  .tw .lg\:last\:py-68:last-child{
    padding-top: 340px;
    padding-bottom: 340px;
  }

  .tw .lg\:last\:py-69:last-child{
    padding-top: 345px;
    padding-bottom: 345px;
  }

  .tw .lg\:last\:py-70:last-child{
    padding-top: 350px;
    padding-bottom: 350px;
  }

  .tw .lg\:last\:py-71:last-child{
    padding-top: 355px;
    padding-bottom: 355px;
  }

  .tw .lg\:last\:py-72:last-child{
    padding-top: 360px;
    padding-bottom: 360px;
  }

  .tw .lg\:last\:py-73:last-child{
    padding-top: 365px;
    padding-bottom: 365px;
  }

  .tw .lg\:last\:py-74:last-child{
    padding-top: 370px;
    padding-bottom: 370px;
  }

  .tw .lg\:last\:py-75:last-child{
    padding-top: 375px;
    padding-bottom: 375px;
  }

  .tw .lg\:last\:py-76:last-child{
    padding-top: 380px;
    padding-bottom: 380px;
  }

  .tw .lg\:last\:py-77:last-child{
    padding-top: 385px;
    padding-bottom: 385px;
  }

  .tw .lg\:last\:py-78:last-child{
    padding-top: 390px;
    padding-bottom: 390px;
  }

  .tw .lg\:last\:py-79:last-child{
    padding-top: 395px;
    padding-bottom: 395px;
  }

  .tw .lg\:last\:py-80:last-child{
    padding-top: 400px;
    padding-bottom: 400px;
  }

  .tw .lg\:last\:py-81:last-child{
    padding-top: 405px;
    padding-bottom: 405px;
  }

  .tw .lg\:last\:py-82:last-child{
    padding-top: 410px;
    padding-bottom: 410px;
  }

  .tw .lg\:last\:py-83:last-child{
    padding-top: 415px;
    padding-bottom: 415px;
  }

  .tw .lg\:last\:py-84:last-child{
    padding-top: 420px;
    padding-bottom: 420px;
  }

  .tw .lg\:last\:py-85:last-child{
    padding-top: 425px;
    padding-bottom: 425px;
  }

  .tw .lg\:last\:py-86:last-child{
    padding-top: 430px;
    padding-bottom: 430px;
  }

  .tw .lg\:last\:py-87:last-child{
    padding-top: 435px;
    padding-bottom: 435px;
  }

  .tw .lg\:last\:py-88:last-child{
    padding-top: 440px;
    padding-bottom: 440px;
  }

  .tw .lg\:last\:py-89:last-child{
    padding-top: 445px;
    padding-bottom: 445px;
  }

  .tw .lg\:last\:py-90:last-child{
    padding-top: 450px;
    padding-bottom: 450px;
  }

  .tw .lg\:last\:py-91:last-child{
    padding-top: 455px;
    padding-bottom: 455px;
  }

  .tw .lg\:last\:py-92:last-child{
    padding-top: 460px;
    padding-bottom: 460px;
  }

  .tw .lg\:last\:py-93:last-child{
    padding-top: 465px;
    padding-bottom: 465px;
  }

  .tw .lg\:last\:py-94:last-child{
    padding-top: 470px;
    padding-bottom: 470px;
  }

  .tw .lg\:last\:py-95:last-child{
    padding-top: 475px;
    padding-bottom: 475px;
  }

  .tw .lg\:last\:py-96:last-child{
    padding-top: 480px;
    padding-bottom: 480px;
  }

  .tw .lg\:last\:py-97:last-child{
    padding-top: 485px;
    padding-bottom: 485px;
  }

  .tw .lg\:last\:py-98:last-child{
    padding-top: 490px;
    padding-bottom: 490px;
  }

  .tw .lg\:last\:py-99:last-child{
    padding-top: 495px;
    padding-bottom: 495px;
  }

  .tw .lg\:last\:py-100:last-child{
    padding-top: 500px;
    padding-bottom: 500px;
  }

  .tw .lg\:last\:py-101:last-child{
    padding-top: 505px;
    padding-bottom: 505px;
  }

  .tw .lg\:last\:py-102:last-child{
    padding-top: 510px;
    padding-bottom: 510px;
  }

  .tw .lg\:last\:py-103:last-child{
    padding-top: 515px;
    padding-bottom: 515px;
  }

  .tw .lg\:last\:py-104:last-child{
    padding-top: 520px;
    padding-bottom: 520px;
  }

  .tw .lg\:last\:py-105:last-child{
    padding-top: 525px;
    padding-bottom: 525px;
  }

  .tw .lg\:last\:py-106:last-child{
    padding-top: 530px;
    padding-bottom: 530px;
  }

  .tw .lg\:last\:py-107:last-child{
    padding-top: 535px;
    padding-bottom: 535px;
  }

  .tw .lg\:last\:py-108:last-child{
    padding-top: 540px;
    padding-bottom: 540px;
  }

  .tw .lg\:last\:py-109:last-child{
    padding-top: 545px;
    padding-bottom: 545px;
  }

  .tw .lg\:last\:py-110:last-child{
    padding-top: 550px;
    padding-bottom: 550px;
  }

  .tw .lg\:last\:py-111:last-child{
    padding-top: 555px;
    padding-bottom: 555px;
  }

  .tw .lg\:last\:py-112:last-child{
    padding-top: 560px;
    padding-bottom: 560px;
  }

  .tw .lg\:last\:py-113:last-child{
    padding-top: 565px;
    padding-bottom: 565px;
  }

  .tw .lg\:last\:py-114:last-child{
    padding-top: 570px;
    padding-bottom: 570px;
  }

  .tw .lg\:last\:py-115:last-child{
    padding-top: 575px;
    padding-bottom: 575px;
  }

  .tw .lg\:last\:py-116:last-child{
    padding-top: 580px;
    padding-bottom: 580px;
  }

  .tw .lg\:last\:py-117:last-child{
    padding-top: 585px;
    padding-bottom: 585px;
  }

  .tw .lg\:last\:py-118:last-child{
    padding-top: 590px;
    padding-bottom: 590px;
  }

  .tw .lg\:last\:py-119:last-child{
    padding-top: 595px;
    padding-bottom: 595px;
  }

  .tw .lg\:last\:py-120:last-child{
    padding-top: 600px;
    padding-bottom: 600px;
  }

  .tw .lg\:last\:py-121:last-child{
    padding-top: 605px;
    padding-bottom: 605px;
  }

  .tw .lg\:last\:py-122:last-child{
    padding-top: 610px;
    padding-bottom: 610px;
  }

  .tw .lg\:last\:py-123:last-child{
    padding-top: 615px;
    padding-bottom: 615px;
  }

  .tw .lg\:last\:py-124:last-child{
    padding-top: 620px;
    padding-bottom: 620px;
  }

  .tw .lg\:last\:py-125:last-child{
    padding-top: 625px;
    padding-bottom: 625px;
  }

  .tw .lg\:last\:py-126:last-child{
    padding-top: 630px;
    padding-bottom: 630px;
  }

  .tw .lg\:last\:py-127:last-child{
    padding-top: 635px;
    padding-bottom: 635px;
  }

  .tw .lg\:last\:py-128:last-child{
    padding-top: 640px;
    padding-bottom: 640px;
  }

  .tw .lg\:last\:py-129:last-child{
    padding-top: 645px;
    padding-bottom: 645px;
  }

  .tw .lg\:last\:py-130:last-child{
    padding-top: 650px;
    padding-bottom: 650px;
  }

  .tw .lg\:last\:py-131:last-child{
    padding-top: 655px;
    padding-bottom: 655px;
  }

  .tw .lg\:last\:py-132:last-child{
    padding-top: 660px;
    padding-bottom: 660px;
  }

  .tw .lg\:last\:py-133:last-child{
    padding-top: 665px;
    padding-bottom: 665px;
  }

  .tw .lg\:last\:py-134:last-child{
    padding-top: 670px;
    padding-bottom: 670px;
  }

  .tw .lg\:last\:py-135:last-child{
    padding-top: 675px;
    padding-bottom: 675px;
  }

  .tw .lg\:last\:py-136:last-child{
    padding-top: 680px;
    padding-bottom: 680px;
  }

  .tw .lg\:last\:py-137:last-child{
    padding-top: 685px;
    padding-bottom: 685px;
  }

  .tw .lg\:last\:py-138:last-child{
    padding-top: 690px;
    padding-bottom: 690px;
  }

  .tw .lg\:last\:py-139:last-child{
    padding-top: 695px;
    padding-bottom: 695px;
  }

  .tw .lg\:last\:py-140:last-child{
    padding-top: 700px;
    padding-bottom: 700px;
  }

  .tw .lg\:last\:py-141:last-child{
    padding-top: 705px;
    padding-bottom: 705px;
  }

  .tw .lg\:last\:py-142:last-child{
    padding-top: 710px;
    padding-bottom: 710px;
  }

  .tw .lg\:last\:py-143:last-child{
    padding-top: 715px;
    padding-bottom: 715px;
  }

  .tw .lg\:last\:py-144:last-child{
    padding-top: 720px;
    padding-bottom: 720px;
  }

  .tw .lg\:last\:py-145:last-child{
    padding-top: 725px;
    padding-bottom: 725px;
  }

  .tw .lg\:last\:py-146:last-child{
    padding-top: 730px;
    padding-bottom: 730px;
  }

  .tw .lg\:last\:py-147:last-child{
    padding-top: 735px;
    padding-bottom: 735px;
  }

  .tw .lg\:last\:py-148:last-child{
    padding-top: 740px;
    padding-bottom: 740px;
  }

  .tw .lg\:last\:py-149:last-child{
    padding-top: 745px;
    padding-bottom: 745px;
  }

  .tw .lg\:last\:py-0\.5:last-child{
    padding-top: 3px;
    padding-bottom: 3px;
  }

  .tw .lg\:last\:py-1px:last-child{
    padding-top: 1px;
    padding-bottom: 1px;
  }

  .tw .lg\:last\:py-2px:last-child{
    padding-top: 2px;
    padding-bottom: 2px;
  }

  .tw .lg\:last\:py-3px:last-child{
    padding-top: 3px;
    padding-bottom: 3px;
  }

  .tw .lg\:last\:py-4px:last-child{
    padding-top: 4px;
    padding-bottom: 4px;
  }

  .tw .lg\:last\:py-5px:last-child{
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .tw .lg\:last\:py-6px:last-child{
    padding-top: 6px;
    padding-bottom: 6px;
  }

  .tw .lg\:last\:py-7px:last-child{
    padding-top: 7px;
    padding-bottom: 7px;
  }

  .tw .lg\:last\:py-8px:last-child{
    padding-top: 8px;
    padding-bottom: 8px;
  }

  .tw .lg\:last\:py-9px:last-child{
    padding-top: 9px;
    padding-bottom: 9px;
  }

  .tw .lg\:last\:py-10px:last-child{
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .tw .lg\:last\:py-11px:last-child{
    padding-top: 11px;
    padding-bottom: 11px;
  }

  .tw .lg\:last\:py-12px:last-child{
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .tw .lg\:last\:py-13px:last-child{
    padding-top: 13px;
    padding-bottom: 13px;
  }

  .tw .lg\:last\:py-14px:last-child{
    padding-top: 14px;
    padding-bottom: 14px;
  }

  .tw .lg\:last\:py-15px:last-child{
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .tw .lg\:last\:py-16px:last-child{
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .tw .lg\:last\:py-17px:last-child{
    padding-top: 17px;
    padding-bottom: 17px;
  }

  .tw .lg\:last\:py-18px:last-child{
    padding-top: 18px;
    padding-bottom: 18px;
  }

  .tw .lg\:last\:py-19px:last-child{
    padding-top: 19px;
    padding-bottom: 19px;
  }

  .tw .lg\:last\:py-20px:last-child{
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .tw .lg\:last\:py-21px:last-child{
    padding-top: 21px;
    padding-bottom: 21px;
  }

  .tw .lg\:last\:py-22px:last-child{
    padding-top: 22px;
    padding-bottom: 22px;
  }

  .tw .lg\:last\:py-23px:last-child{
    padding-top: 23px;
    padding-bottom: 23px;
  }

  .tw .lg\:last\:py-24px:last-child{
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .tw .lg\:last\:py-25px:last-child{
    padding-top: 25px;
    padding-bottom: 25px;
  }

  .tw .lg\:last\:py-26px:last-child{
    padding-top: 26px;
    padding-bottom: 26px;
  }

  .tw .lg\:last\:py-27px:last-child{
    padding-top: 27px;
    padding-bottom: 27px;
  }

  .tw .lg\:last\:py-28px:last-child{
    padding-top: 28px;
    padding-bottom: 28px;
  }

  .tw .lg\:last\:py-29px:last-child{
    padding-top: 29px;
    padding-bottom: 29px;
  }

  .tw .lg\:last\:py-30px:last-child{
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .tw .lg\:last\:py-31px:last-child{
    padding-top: 31px;
    padding-bottom: 31px;
  }

  .tw .lg\:last\:py-32px:last-child{
    padding-top: 32px;
    padding-bottom: 32px;
  }

  .tw .lg\:last\:py-33px:last-child{
    padding-top: 33px;
    padding-bottom: 33px;
  }

  .tw .lg\:last\:py-34px:last-child{
    padding-top: 34px;
    padding-bottom: 34px;
  }

  .tw .lg\:last\:py-35px:last-child{
    padding-top: 35px;
    padding-bottom: 35px;
  }

  .tw .lg\:last\:py-36px:last-child{
    padding-top: 36px;
    padding-bottom: 36px;
  }

  .tw .lg\:last\:py-37px:last-child{
    padding-top: 37px;
    padding-bottom: 37px;
  }

  .tw .lg\:last\:py-38px:last-child{
    padding-top: 38px;
    padding-bottom: 38px;
  }

  .tw .lg\:last\:py-39px:last-child{
    padding-top: 39px;
    padding-bottom: 39px;
  }

  .tw .lg\:last\:py-40px:last-child{
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .tw .lg\:pt-0{
    padding-top: 0px;
  }

  .tw .lg\:pt-1{
    padding-top: 5px;
  }

  .tw .lg\:pt-2{
    padding-top: 10px;
  }

  .tw .lg\:pt-3{
    padding-top: 15px;
  }

  .tw .lg\:pt-4{
    padding-top: 20px;
  }

  .tw .lg\:pt-5{
    padding-top: 25px;
  }

  .tw .lg\:pt-6{
    padding-top: 30px;
  }

  .tw .lg\:pt-7{
    padding-top: 35px;
  }

  .tw .lg\:pt-8{
    padding-top: 40px;
  }

  .tw .lg\:pt-9{
    padding-top: 45px;
  }

  .tw .lg\:pt-10{
    padding-top: 50px;
  }

  .tw .lg\:pt-11{
    padding-top: 55px;
  }

  .tw .lg\:pt-12{
    padding-top: 60px;
  }

  .tw .lg\:pt-13{
    padding-top: 65px;
  }

  .tw .lg\:pt-14{
    padding-top: 70px;
  }

  .tw .lg\:pt-15{
    padding-top: 75px;
  }

  .tw .lg\:pt-16{
    padding-top: 80px;
  }

  .tw .lg\:pt-17{
    padding-top: 85px;
  }

  .tw .lg\:pt-18{
    padding-top: 90px;
  }

  .tw .lg\:pt-19{
    padding-top: 95px;
  }

  .tw .lg\:pt-20{
    padding-top: 100px;
  }

  .tw .lg\:pt-21{
    padding-top: 105px;
  }

  .tw .lg\:pt-22{
    padding-top: 110px;
  }

  .tw .lg\:pt-23{
    padding-top: 115px;
  }

  .tw .lg\:pt-24{
    padding-top: 120px;
  }

  .tw .lg\:pt-25{
    padding-top: 125px;
  }

  .tw .lg\:pt-26{
    padding-top: 130px;
  }

  .tw .lg\:pt-27{
    padding-top: 135px;
  }

  .tw .lg\:pt-28{
    padding-top: 140px;
  }

  .tw .lg\:pt-29{
    padding-top: 145px;
  }

  .tw .lg\:pt-30{
    padding-top: 150px;
  }

  .tw .lg\:pt-31{
    padding-top: 155px;
  }

  .tw .lg\:pt-32{
    padding-top: 160px;
  }

  .tw .lg\:pt-33{
    padding-top: 165px;
  }

  .tw .lg\:pt-34{
    padding-top: 170px;
  }

  .tw .lg\:pt-35{
    padding-top: 175px;
  }

  .tw .lg\:pt-36{
    padding-top: 180px;
  }

  .tw .lg\:pt-37{
    padding-top: 185px;
  }

  .tw .lg\:pt-38{
    padding-top: 190px;
  }

  .tw .lg\:pt-39{
    padding-top: 195px;
  }

  .tw .lg\:pt-40{
    padding-top: 200px;
  }

  .tw .lg\:pt-41{
    padding-top: 205px;
  }

  .tw .lg\:pt-42{
    padding-top: 210px;
  }

  .tw .lg\:pt-43{
    padding-top: 215px;
  }

  .tw .lg\:pt-44{
    padding-top: 220px;
  }

  .tw .lg\:pt-45{
    padding-top: 225px;
  }

  .tw .lg\:pt-46{
    padding-top: 230px;
  }

  .tw .lg\:pt-47{
    padding-top: 235px;
  }

  .tw .lg\:pt-48{
    padding-top: 240px;
  }

  .tw .lg\:pt-49{
    padding-top: 245px;
  }

  .tw .lg\:pt-50{
    padding-top: 250px;
  }

  .tw .lg\:pt-51{
    padding-top: 255px;
  }

  .tw .lg\:pt-52{
    padding-top: 260px;
  }

  .tw .lg\:pt-53{
    padding-top: 265px;
  }

  .tw .lg\:pt-54{
    padding-top: 270px;
  }

  .tw .lg\:pt-55{
    padding-top: 275px;
  }

  .tw .lg\:pt-56{
    padding-top: 280px;
  }

  .tw .lg\:pt-57{
    padding-top: 285px;
  }

  .tw .lg\:pt-58{
    padding-top: 290px;
  }

  .tw .lg\:pt-59{
    padding-top: 295px;
  }

  .tw .lg\:pt-60{
    padding-top: 300px;
  }

  .tw .lg\:pt-61{
    padding-top: 305px;
  }

  .tw .lg\:pt-62{
    padding-top: 310px;
  }

  .tw .lg\:pt-63{
    padding-top: 315px;
  }

  .tw .lg\:pt-64{
    padding-top: 320px;
  }

  .tw .lg\:pt-65{
    padding-top: 325px;
  }

  .tw .lg\:pt-66{
    padding-top: 330px;
  }

  .tw .lg\:pt-67{
    padding-top: 335px;
  }

  .tw .lg\:pt-68{
    padding-top: 340px;
  }

  .tw .lg\:pt-69{
    padding-top: 345px;
  }

  .tw .lg\:pt-70{
    padding-top: 350px;
  }

  .tw .lg\:pt-71{
    padding-top: 355px;
  }

  .tw .lg\:pt-72{
    padding-top: 360px;
  }

  .tw .lg\:pt-73{
    padding-top: 365px;
  }

  .tw .lg\:pt-74{
    padding-top: 370px;
  }

  .tw .lg\:pt-75{
    padding-top: 375px;
  }

  .tw .lg\:pt-76{
    padding-top: 380px;
  }

  .tw .lg\:pt-77{
    padding-top: 385px;
  }

  .tw .lg\:pt-78{
    padding-top: 390px;
  }

  .tw .lg\:pt-79{
    padding-top: 395px;
  }

  .tw .lg\:pt-80{
    padding-top: 400px;
  }

  .tw .lg\:pt-81{
    padding-top: 405px;
  }

  .tw .lg\:pt-82{
    padding-top: 410px;
  }

  .tw .lg\:pt-83{
    padding-top: 415px;
  }

  .tw .lg\:pt-84{
    padding-top: 420px;
  }

  .tw .lg\:pt-85{
    padding-top: 425px;
  }

  .tw .lg\:pt-86{
    padding-top: 430px;
  }

  .tw .lg\:pt-87{
    padding-top: 435px;
  }

  .tw .lg\:pt-88{
    padding-top: 440px;
  }

  .tw .lg\:pt-89{
    padding-top: 445px;
  }

  .tw .lg\:pt-90{
    padding-top: 450px;
  }

  .tw .lg\:pt-91{
    padding-top: 455px;
  }

  .tw .lg\:pt-92{
    padding-top: 460px;
  }

  .tw .lg\:pt-93{
    padding-top: 465px;
  }

  .tw .lg\:pt-94{
    padding-top: 470px;
  }

  .tw .lg\:pt-95{
    padding-top: 475px;
  }

  .tw .lg\:pt-96{
    padding-top: 480px;
  }

  .tw .lg\:pt-97{
    padding-top: 485px;
  }

  .tw .lg\:pt-98{
    padding-top: 490px;
  }

  .tw .lg\:pt-99{
    padding-top: 495px;
  }

  .tw .lg\:pt-100{
    padding-top: 500px;
  }

  .tw .lg\:pt-101{
    padding-top: 505px;
  }

  .tw .lg\:pt-102{
    padding-top: 510px;
  }

  .tw .lg\:pt-103{
    padding-top: 515px;
  }

  .tw .lg\:pt-104{
    padding-top: 520px;
  }

  .tw .lg\:pt-105{
    padding-top: 525px;
  }

  .tw .lg\:pt-106{
    padding-top: 530px;
  }

  .tw .lg\:pt-107{
    padding-top: 535px;
  }

  .tw .lg\:pt-108{
    padding-top: 540px;
  }

  .tw .lg\:pt-109{
    padding-top: 545px;
  }

  .tw .lg\:pt-110{
    padding-top: 550px;
  }

  .tw .lg\:pt-111{
    padding-top: 555px;
  }

  .tw .lg\:pt-112{
    padding-top: 560px;
  }

  .tw .lg\:pt-113{
    padding-top: 565px;
  }

  .tw .lg\:pt-114{
    padding-top: 570px;
  }

  .tw .lg\:pt-115{
    padding-top: 575px;
  }

  .tw .lg\:pt-116{
    padding-top: 580px;
  }

  .tw .lg\:pt-117{
    padding-top: 585px;
  }

  .tw .lg\:pt-118{
    padding-top: 590px;
  }

  .tw .lg\:pt-119{
    padding-top: 595px;
  }

  .tw .lg\:pt-120{
    padding-top: 600px;
  }

  .tw .lg\:pt-121{
    padding-top: 605px;
  }

  .tw .lg\:pt-122{
    padding-top: 610px;
  }

  .tw .lg\:pt-123{
    padding-top: 615px;
  }

  .tw .lg\:pt-124{
    padding-top: 620px;
  }

  .tw .lg\:pt-125{
    padding-top: 625px;
  }

  .tw .lg\:pt-126{
    padding-top: 630px;
  }

  .tw .lg\:pt-127{
    padding-top: 635px;
  }

  .tw .lg\:pt-128{
    padding-top: 640px;
  }

  .tw .lg\:pt-129{
    padding-top: 645px;
  }

  .tw .lg\:pt-130{
    padding-top: 650px;
  }

  .tw .lg\:pt-131{
    padding-top: 655px;
  }

  .tw .lg\:pt-132{
    padding-top: 660px;
  }

  .tw .lg\:pt-133{
    padding-top: 665px;
  }

  .tw .lg\:pt-134{
    padding-top: 670px;
  }

  .tw .lg\:pt-135{
    padding-top: 675px;
  }

  .tw .lg\:pt-136{
    padding-top: 680px;
  }

  .tw .lg\:pt-137{
    padding-top: 685px;
  }

  .tw .lg\:pt-138{
    padding-top: 690px;
  }

  .tw .lg\:pt-139{
    padding-top: 695px;
  }

  .tw .lg\:pt-140{
    padding-top: 700px;
  }

  .tw .lg\:pt-141{
    padding-top: 705px;
  }

  .tw .lg\:pt-142{
    padding-top: 710px;
  }

  .tw .lg\:pt-143{
    padding-top: 715px;
  }

  .tw .lg\:pt-144{
    padding-top: 720px;
  }

  .tw .lg\:pt-145{
    padding-top: 725px;
  }

  .tw .lg\:pt-146{
    padding-top: 730px;
  }

  .tw .lg\:pt-147{
    padding-top: 735px;
  }

  .tw .lg\:pt-148{
    padding-top: 740px;
  }

  .tw .lg\:pt-149{
    padding-top: 745px;
  }

  .tw .lg\:pt-0\.5{
    padding-top: 3px;
  }

  .tw .lg\:pt-1px{
    padding-top: 1px;
  }

  .tw .lg\:pt-2px{
    padding-top: 2px;
  }

  .tw .lg\:pt-3px{
    padding-top: 3px;
  }

  .tw .lg\:pt-4px{
    padding-top: 4px;
  }

  .tw .lg\:pt-5px{
    padding-top: 5px;
  }

  .tw .lg\:pt-6px{
    padding-top: 6px;
  }

  .tw .lg\:pt-7px{
    padding-top: 7px;
  }

  .tw .lg\:pt-8px{
    padding-top: 8px;
  }

  .tw .lg\:pt-9px{
    padding-top: 9px;
  }

  .tw .lg\:pt-10px{
    padding-top: 10px;
  }

  .tw .lg\:pt-11px{
    padding-top: 11px;
  }

  .tw .lg\:pt-12px{
    padding-top: 12px;
  }

  .tw .lg\:pt-13px{
    padding-top: 13px;
  }

  .tw .lg\:pt-14px{
    padding-top: 14px;
  }

  .tw .lg\:pt-15px{
    padding-top: 15px;
  }

  .tw .lg\:pt-16px{
    padding-top: 16px;
  }

  .tw .lg\:pt-17px{
    padding-top: 17px;
  }

  .tw .lg\:pt-18px{
    padding-top: 18px;
  }

  .tw .lg\:pt-19px{
    padding-top: 19px;
  }

  .tw .lg\:pt-20px{
    padding-top: 20px;
  }

  .tw .lg\:pt-21px{
    padding-top: 21px;
  }

  .tw .lg\:pt-22px{
    padding-top: 22px;
  }

  .tw .lg\:pt-23px{
    padding-top: 23px;
  }

  .tw .lg\:pt-24px{
    padding-top: 24px;
  }

  .tw .lg\:pt-25px{
    padding-top: 25px;
  }

  .tw .lg\:pt-26px{
    padding-top: 26px;
  }

  .tw .lg\:pt-27px{
    padding-top: 27px;
  }

  .tw .lg\:pt-28px{
    padding-top: 28px;
  }

  .tw .lg\:pt-29px{
    padding-top: 29px;
  }

  .tw .lg\:pt-30px{
    padding-top: 30px;
  }

  .tw .lg\:pt-31px{
    padding-top: 31px;
  }

  .tw .lg\:pt-32px{
    padding-top: 32px;
  }

  .tw .lg\:pt-33px{
    padding-top: 33px;
  }

  .tw .lg\:pt-34px{
    padding-top: 34px;
  }

  .tw .lg\:pt-35px{
    padding-top: 35px;
  }

  .tw .lg\:pt-36px{
    padding-top: 36px;
  }

  .tw .lg\:pt-37px{
    padding-top: 37px;
  }

  .tw .lg\:pt-38px{
    padding-top: 38px;
  }

  .tw .lg\:pt-39px{
    padding-top: 39px;
  }

  .tw .lg\:pt-40px{
    padding-top: 40px;
  }

  .tw .lg\:pr-0{
    padding-right: 0px;
  }

  .tw .lg\:pr-1{
    padding-right: 5px;
  }

  .tw .lg\:pr-2{
    padding-right: 10px;
  }

  .tw .lg\:pr-3{
    padding-right: 15px;
  }

  .tw .lg\:pr-4{
    padding-right: 20px;
  }

  .tw .lg\:pr-5{
    padding-right: 25px;
  }

  .tw .lg\:pr-6{
    padding-right: 30px;
  }

  .tw .lg\:pr-7{
    padding-right: 35px;
  }

  .tw .lg\:pr-8{
    padding-right: 40px;
  }

  .tw .lg\:pr-9{
    padding-right: 45px;
  }

  .tw .lg\:pr-10{
    padding-right: 50px;
  }

  .tw .lg\:pr-11{
    padding-right: 55px;
  }

  .tw .lg\:pr-12{
    padding-right: 60px;
  }

  .tw .lg\:pr-13{
    padding-right: 65px;
  }

  .tw .lg\:pr-14{
    padding-right: 70px;
  }

  .tw .lg\:pr-15{
    padding-right: 75px;
  }

  .tw .lg\:pr-16{
    padding-right: 80px;
  }

  .tw .lg\:pr-17{
    padding-right: 85px;
  }

  .tw .lg\:pr-18{
    padding-right: 90px;
  }

  .tw .lg\:pr-19{
    padding-right: 95px;
  }

  .tw .lg\:pr-20{
    padding-right: 100px;
  }

  .tw .lg\:pr-21{
    padding-right: 105px;
  }

  .tw .lg\:pr-22{
    padding-right: 110px;
  }

  .tw .lg\:pr-23{
    padding-right: 115px;
  }

  .tw .lg\:pr-24{
    padding-right: 120px;
  }

  .tw .lg\:pr-25{
    padding-right: 125px;
  }

  .tw .lg\:pr-26{
    padding-right: 130px;
  }

  .tw .lg\:pr-27{
    padding-right: 135px;
  }

  .tw .lg\:pr-28{
    padding-right: 140px;
  }

  .tw .lg\:pr-29{
    padding-right: 145px;
  }

  .tw .lg\:pr-30{
    padding-right: 150px;
  }

  .tw .lg\:pr-31{
    padding-right: 155px;
  }

  .tw .lg\:pr-32{
    padding-right: 160px;
  }

  .tw .lg\:pr-33{
    padding-right: 165px;
  }

  .tw .lg\:pr-34{
    padding-right: 170px;
  }

  .tw .lg\:pr-35{
    padding-right: 175px;
  }

  .tw .lg\:pr-36{
    padding-right: 180px;
  }

  .tw .lg\:pr-37{
    padding-right: 185px;
  }

  .tw .lg\:pr-38{
    padding-right: 190px;
  }

  .tw .lg\:pr-39{
    padding-right: 195px;
  }

  .tw .lg\:pr-40{
    padding-right: 200px;
  }

  .tw .lg\:pr-41{
    padding-right: 205px;
  }

  .tw .lg\:pr-42{
    padding-right: 210px;
  }

  .tw .lg\:pr-43{
    padding-right: 215px;
  }

  .tw .lg\:pr-44{
    padding-right: 220px;
  }

  .tw .lg\:pr-45{
    padding-right: 225px;
  }

  .tw .lg\:pr-46{
    padding-right: 230px;
  }

  .tw .lg\:pr-47{
    padding-right: 235px;
  }

  .tw .lg\:pr-48{
    padding-right: 240px;
  }

  .tw .lg\:pr-49{
    padding-right: 245px;
  }

  .tw .lg\:pr-50{
    padding-right: 250px;
  }

  .tw .lg\:pr-51{
    padding-right: 255px;
  }

  .tw .lg\:pr-52{
    padding-right: 260px;
  }

  .tw .lg\:pr-53{
    padding-right: 265px;
  }

  .tw .lg\:pr-54{
    padding-right: 270px;
  }

  .tw .lg\:pr-55{
    padding-right: 275px;
  }

  .tw .lg\:pr-56{
    padding-right: 280px;
  }

  .tw .lg\:pr-57{
    padding-right: 285px;
  }

  .tw .lg\:pr-58{
    padding-right: 290px;
  }

  .tw .lg\:pr-59{
    padding-right: 295px;
  }

  .tw .lg\:pr-60{
    padding-right: 300px;
  }

  .tw .lg\:pr-61{
    padding-right: 305px;
  }

  .tw .lg\:pr-62{
    padding-right: 310px;
  }

  .tw .lg\:pr-63{
    padding-right: 315px;
  }

  .tw .lg\:pr-64{
    padding-right: 320px;
  }

  .tw .lg\:pr-65{
    padding-right: 325px;
  }

  .tw .lg\:pr-66{
    padding-right: 330px;
  }

  .tw .lg\:pr-67{
    padding-right: 335px;
  }

  .tw .lg\:pr-68{
    padding-right: 340px;
  }

  .tw .lg\:pr-69{
    padding-right: 345px;
  }

  .tw .lg\:pr-70{
    padding-right: 350px;
  }

  .tw .lg\:pr-71{
    padding-right: 355px;
  }

  .tw .lg\:pr-72{
    padding-right: 360px;
  }

  .tw .lg\:pr-73{
    padding-right: 365px;
  }

  .tw .lg\:pr-74{
    padding-right: 370px;
  }

  .tw .lg\:pr-75{
    padding-right: 375px;
  }

  .tw .lg\:pr-76{
    padding-right: 380px;
  }

  .tw .lg\:pr-77{
    padding-right: 385px;
  }

  .tw .lg\:pr-78{
    padding-right: 390px;
  }

  .tw .lg\:pr-79{
    padding-right: 395px;
  }

  .tw .lg\:pr-80{
    padding-right: 400px;
  }

  .tw .lg\:pr-81{
    padding-right: 405px;
  }

  .tw .lg\:pr-82{
    padding-right: 410px;
  }

  .tw .lg\:pr-83{
    padding-right: 415px;
  }

  .tw .lg\:pr-84{
    padding-right: 420px;
  }

  .tw .lg\:pr-85{
    padding-right: 425px;
  }

  .tw .lg\:pr-86{
    padding-right: 430px;
  }

  .tw .lg\:pr-87{
    padding-right: 435px;
  }

  .tw .lg\:pr-88{
    padding-right: 440px;
  }

  .tw .lg\:pr-89{
    padding-right: 445px;
  }

  .tw .lg\:pr-90{
    padding-right: 450px;
  }

  .tw .lg\:pr-91{
    padding-right: 455px;
  }

  .tw .lg\:pr-92{
    padding-right: 460px;
  }

  .tw .lg\:pr-93{
    padding-right: 465px;
  }

  .tw .lg\:pr-94{
    padding-right: 470px;
  }

  .tw .lg\:pr-95{
    padding-right: 475px;
  }

  .tw .lg\:pr-96{
    padding-right: 480px;
  }

  .tw .lg\:pr-97{
    padding-right: 485px;
  }

  .tw .lg\:pr-98{
    padding-right: 490px;
  }

  .tw .lg\:pr-99{
    padding-right: 495px;
  }

  .tw .lg\:pr-100{
    padding-right: 500px;
  }

  .tw .lg\:pr-101{
    padding-right: 505px;
  }

  .tw .lg\:pr-102{
    padding-right: 510px;
  }

  .tw .lg\:pr-103{
    padding-right: 515px;
  }

  .tw .lg\:pr-104{
    padding-right: 520px;
  }

  .tw .lg\:pr-105{
    padding-right: 525px;
  }

  .tw .lg\:pr-106{
    padding-right: 530px;
  }

  .tw .lg\:pr-107{
    padding-right: 535px;
  }

  .tw .lg\:pr-108{
    padding-right: 540px;
  }

  .tw .lg\:pr-109{
    padding-right: 545px;
  }

  .tw .lg\:pr-110{
    padding-right: 550px;
  }

  .tw .lg\:pr-111{
    padding-right: 555px;
  }

  .tw .lg\:pr-112{
    padding-right: 560px;
  }

  .tw .lg\:pr-113{
    padding-right: 565px;
  }

  .tw .lg\:pr-114{
    padding-right: 570px;
  }

  .tw .lg\:pr-115{
    padding-right: 575px;
  }

  .tw .lg\:pr-116{
    padding-right: 580px;
  }

  .tw .lg\:pr-117{
    padding-right: 585px;
  }

  .tw .lg\:pr-118{
    padding-right: 590px;
  }

  .tw .lg\:pr-119{
    padding-right: 595px;
  }

  .tw .lg\:pr-120{
    padding-right: 600px;
  }

  .tw .lg\:pr-121{
    padding-right: 605px;
  }

  .tw .lg\:pr-122{
    padding-right: 610px;
  }

  .tw .lg\:pr-123{
    padding-right: 615px;
  }

  .tw .lg\:pr-124{
    padding-right: 620px;
  }

  .tw .lg\:pr-125{
    padding-right: 625px;
  }

  .tw .lg\:pr-126{
    padding-right: 630px;
  }

  .tw .lg\:pr-127{
    padding-right: 635px;
  }

  .tw .lg\:pr-128{
    padding-right: 640px;
  }

  .tw .lg\:pr-129{
    padding-right: 645px;
  }

  .tw .lg\:pr-130{
    padding-right: 650px;
  }

  .tw .lg\:pr-131{
    padding-right: 655px;
  }

  .tw .lg\:pr-132{
    padding-right: 660px;
  }

  .tw .lg\:pr-133{
    padding-right: 665px;
  }

  .tw .lg\:pr-134{
    padding-right: 670px;
  }

  .tw .lg\:pr-135{
    padding-right: 675px;
  }

  .tw .lg\:pr-136{
    padding-right: 680px;
  }

  .tw .lg\:pr-137{
    padding-right: 685px;
  }

  .tw .lg\:pr-138{
    padding-right: 690px;
  }

  .tw .lg\:pr-139{
    padding-right: 695px;
  }

  .tw .lg\:pr-140{
    padding-right: 700px;
  }

  .tw .lg\:pr-141{
    padding-right: 705px;
  }

  .tw .lg\:pr-142{
    padding-right: 710px;
  }

  .tw .lg\:pr-143{
    padding-right: 715px;
  }

  .tw .lg\:pr-144{
    padding-right: 720px;
  }

  .tw .lg\:pr-145{
    padding-right: 725px;
  }

  .tw .lg\:pr-146{
    padding-right: 730px;
  }

  .tw .lg\:pr-147{
    padding-right: 735px;
  }

  .tw .lg\:pr-148{
    padding-right: 740px;
  }

  .tw .lg\:pr-149{
    padding-right: 745px;
  }

  .tw .lg\:pr-0\.5{
    padding-right: 3px;
  }

  .tw .lg\:pr-1px{
    padding-right: 1px;
  }

  .tw .lg\:pr-2px{
    padding-right: 2px;
  }

  .tw .lg\:pr-3px{
    padding-right: 3px;
  }

  .tw .lg\:pr-4px{
    padding-right: 4px;
  }

  .tw .lg\:pr-5px{
    padding-right: 5px;
  }

  .tw .lg\:pr-6px{
    padding-right: 6px;
  }

  .tw .lg\:pr-7px{
    padding-right: 7px;
  }

  .tw .lg\:pr-8px{
    padding-right: 8px;
  }

  .tw .lg\:pr-9px{
    padding-right: 9px;
  }

  .tw .lg\:pr-10px{
    padding-right: 10px;
  }

  .tw .lg\:pr-11px{
    padding-right: 11px;
  }

  .tw .lg\:pr-12px{
    padding-right: 12px;
  }

  .tw .lg\:pr-13px{
    padding-right: 13px;
  }

  .tw .lg\:pr-14px{
    padding-right: 14px;
  }

  .tw .lg\:pr-15px{
    padding-right: 15px;
  }

  .tw .lg\:pr-16px{
    padding-right: 16px;
  }

  .tw .lg\:pr-17px{
    padding-right: 17px;
  }

  .tw .lg\:pr-18px{
    padding-right: 18px;
  }

  .tw .lg\:pr-19px{
    padding-right: 19px;
  }

  .tw .lg\:pr-20px{
    padding-right: 20px;
  }

  .tw .lg\:pr-21px{
    padding-right: 21px;
  }

  .tw .lg\:pr-22px{
    padding-right: 22px;
  }

  .tw .lg\:pr-23px{
    padding-right: 23px;
  }

  .tw .lg\:pr-24px{
    padding-right: 24px;
  }

  .tw .lg\:pr-25px{
    padding-right: 25px;
  }

  .tw .lg\:pr-26px{
    padding-right: 26px;
  }

  .tw .lg\:pr-27px{
    padding-right: 27px;
  }

  .tw .lg\:pr-28px{
    padding-right: 28px;
  }

  .tw .lg\:pr-29px{
    padding-right: 29px;
  }

  .tw .lg\:pr-30px{
    padding-right: 30px;
  }

  .tw .lg\:pr-31px{
    padding-right: 31px;
  }

  .tw .lg\:pr-32px{
    padding-right: 32px;
  }

  .tw .lg\:pr-33px{
    padding-right: 33px;
  }

  .tw .lg\:pr-34px{
    padding-right: 34px;
  }

  .tw .lg\:pr-35px{
    padding-right: 35px;
  }

  .tw .lg\:pr-36px{
    padding-right: 36px;
  }

  .tw .lg\:pr-37px{
    padding-right: 37px;
  }

  .tw .lg\:pr-38px{
    padding-right: 38px;
  }

  .tw .lg\:pr-39px{
    padding-right: 39px;
  }

  .tw .lg\:pr-40px{
    padding-right: 40px;
  }

  .tw .lg\:pb-0{
    padding-bottom: 0px;
  }

  .tw .lg\:pb-1{
    padding-bottom: 5px;
  }

  .tw .lg\:pb-2{
    padding-bottom: 10px;
  }

  .tw .lg\:pb-3{
    padding-bottom: 15px;
  }

  .tw .lg\:pb-4{
    padding-bottom: 20px;
  }

  .tw .lg\:pb-5{
    padding-bottom: 25px;
  }

  .tw .lg\:pb-6{
    padding-bottom: 30px;
  }

  .tw .lg\:pb-7{
    padding-bottom: 35px;
  }

  .tw .lg\:pb-8{
    padding-bottom: 40px;
  }

  .tw .lg\:pb-9{
    padding-bottom: 45px;
  }

  .tw .lg\:pb-10{
    padding-bottom: 50px;
  }

  .tw .lg\:pb-11{
    padding-bottom: 55px;
  }

  .tw .lg\:pb-12{
    padding-bottom: 60px;
  }

  .tw .lg\:pb-13{
    padding-bottom: 65px;
  }

  .tw .lg\:pb-14{
    padding-bottom: 70px;
  }

  .tw .lg\:pb-15{
    padding-bottom: 75px;
  }

  .tw .lg\:pb-16{
    padding-bottom: 80px;
  }

  .tw .lg\:pb-17{
    padding-bottom: 85px;
  }

  .tw .lg\:pb-18{
    padding-bottom: 90px;
  }

  .tw .lg\:pb-19{
    padding-bottom: 95px;
  }

  .tw .lg\:pb-20{
    padding-bottom: 100px;
  }

  .tw .lg\:pb-21{
    padding-bottom: 105px;
  }

  .tw .lg\:pb-22{
    padding-bottom: 110px;
  }

  .tw .lg\:pb-23{
    padding-bottom: 115px;
  }

  .tw .lg\:pb-24{
    padding-bottom: 120px;
  }

  .tw .lg\:pb-25{
    padding-bottom: 125px;
  }

  .tw .lg\:pb-26{
    padding-bottom: 130px;
  }

  .tw .lg\:pb-27{
    padding-bottom: 135px;
  }

  .tw .lg\:pb-28{
    padding-bottom: 140px;
  }

  .tw .lg\:pb-29{
    padding-bottom: 145px;
  }

  .tw .lg\:pb-30{
    padding-bottom: 150px;
  }

  .tw .lg\:pb-31{
    padding-bottom: 155px;
  }

  .tw .lg\:pb-32{
    padding-bottom: 160px;
  }

  .tw .lg\:pb-33{
    padding-bottom: 165px;
  }

  .tw .lg\:pb-34{
    padding-bottom: 170px;
  }

  .tw .lg\:pb-35{
    padding-bottom: 175px;
  }

  .tw .lg\:pb-36{
    padding-bottom: 180px;
  }

  .tw .lg\:pb-37{
    padding-bottom: 185px;
  }

  .tw .lg\:pb-38{
    padding-bottom: 190px;
  }

  .tw .lg\:pb-39{
    padding-bottom: 195px;
  }

  .tw .lg\:pb-40{
    padding-bottom: 200px;
  }

  .tw .lg\:pb-41{
    padding-bottom: 205px;
  }

  .tw .lg\:pb-42{
    padding-bottom: 210px;
  }

  .tw .lg\:pb-43{
    padding-bottom: 215px;
  }

  .tw .lg\:pb-44{
    padding-bottom: 220px;
  }

  .tw .lg\:pb-45{
    padding-bottom: 225px;
  }

  .tw .lg\:pb-46{
    padding-bottom: 230px;
  }

  .tw .lg\:pb-47{
    padding-bottom: 235px;
  }

  .tw .lg\:pb-48{
    padding-bottom: 240px;
  }

  .tw .lg\:pb-49{
    padding-bottom: 245px;
  }

  .tw .lg\:pb-50{
    padding-bottom: 250px;
  }

  .tw .lg\:pb-51{
    padding-bottom: 255px;
  }

  .tw .lg\:pb-52{
    padding-bottom: 260px;
  }

  .tw .lg\:pb-53{
    padding-bottom: 265px;
  }

  .tw .lg\:pb-54{
    padding-bottom: 270px;
  }

  .tw .lg\:pb-55{
    padding-bottom: 275px;
  }

  .tw .lg\:pb-56{
    padding-bottom: 280px;
  }

  .tw .lg\:pb-57{
    padding-bottom: 285px;
  }

  .tw .lg\:pb-58{
    padding-bottom: 290px;
  }

  .tw .lg\:pb-59{
    padding-bottom: 295px;
  }

  .tw .lg\:pb-60{
    padding-bottom: 300px;
  }

  .tw .lg\:pb-61{
    padding-bottom: 305px;
  }

  .tw .lg\:pb-62{
    padding-bottom: 310px;
  }

  .tw .lg\:pb-63{
    padding-bottom: 315px;
  }

  .tw .lg\:pb-64{
    padding-bottom: 320px;
  }

  .tw .lg\:pb-65{
    padding-bottom: 325px;
  }

  .tw .lg\:pb-66{
    padding-bottom: 330px;
  }

  .tw .lg\:pb-67{
    padding-bottom: 335px;
  }

  .tw .lg\:pb-68{
    padding-bottom: 340px;
  }

  .tw .lg\:pb-69{
    padding-bottom: 345px;
  }

  .tw .lg\:pb-70{
    padding-bottom: 350px;
  }

  .tw .lg\:pb-71{
    padding-bottom: 355px;
  }

  .tw .lg\:pb-72{
    padding-bottom: 360px;
  }

  .tw .lg\:pb-73{
    padding-bottom: 365px;
  }

  .tw .lg\:pb-74{
    padding-bottom: 370px;
  }

  .tw .lg\:pb-75{
    padding-bottom: 375px;
  }

  .tw .lg\:pb-76{
    padding-bottom: 380px;
  }

  .tw .lg\:pb-77{
    padding-bottom: 385px;
  }

  .tw .lg\:pb-78{
    padding-bottom: 390px;
  }

  .tw .lg\:pb-79{
    padding-bottom: 395px;
  }

  .tw .lg\:pb-80{
    padding-bottom: 400px;
  }

  .tw .lg\:pb-81{
    padding-bottom: 405px;
  }

  .tw .lg\:pb-82{
    padding-bottom: 410px;
  }

  .tw .lg\:pb-83{
    padding-bottom: 415px;
  }

  .tw .lg\:pb-84{
    padding-bottom: 420px;
  }

  .tw .lg\:pb-85{
    padding-bottom: 425px;
  }

  .tw .lg\:pb-86{
    padding-bottom: 430px;
  }

  .tw .lg\:pb-87{
    padding-bottom: 435px;
  }

  .tw .lg\:pb-88{
    padding-bottom: 440px;
  }

  .tw .lg\:pb-89{
    padding-bottom: 445px;
  }

  .tw .lg\:pb-90{
    padding-bottom: 450px;
  }

  .tw .lg\:pb-91{
    padding-bottom: 455px;
  }

  .tw .lg\:pb-92{
    padding-bottom: 460px;
  }

  .tw .lg\:pb-93{
    padding-bottom: 465px;
  }

  .tw .lg\:pb-94{
    padding-bottom: 470px;
  }

  .tw .lg\:pb-95{
    padding-bottom: 475px;
  }

  .tw .lg\:pb-96{
    padding-bottom: 480px;
  }

  .tw .lg\:pb-97{
    padding-bottom: 485px;
  }

  .tw .lg\:pb-98{
    padding-bottom: 490px;
  }

  .tw .lg\:pb-99{
    padding-bottom: 495px;
  }

  .tw .lg\:pb-100{
    padding-bottom: 500px;
  }

  .tw .lg\:pb-101{
    padding-bottom: 505px;
  }

  .tw .lg\:pb-102{
    padding-bottom: 510px;
  }

  .tw .lg\:pb-103{
    padding-bottom: 515px;
  }

  .tw .lg\:pb-104{
    padding-bottom: 520px;
  }

  .tw .lg\:pb-105{
    padding-bottom: 525px;
  }

  .tw .lg\:pb-106{
    padding-bottom: 530px;
  }

  .tw .lg\:pb-107{
    padding-bottom: 535px;
  }

  .tw .lg\:pb-108{
    padding-bottom: 540px;
  }

  .tw .lg\:pb-109{
    padding-bottom: 545px;
  }

  .tw .lg\:pb-110{
    padding-bottom: 550px;
  }

  .tw .lg\:pb-111{
    padding-bottom: 555px;
  }

  .tw .lg\:pb-112{
    padding-bottom: 560px;
  }

  .tw .lg\:pb-113{
    padding-bottom: 565px;
  }

  .tw .lg\:pb-114{
    padding-bottom: 570px;
  }

  .tw .lg\:pb-115{
    padding-bottom: 575px;
  }

  .tw .lg\:pb-116{
    padding-bottom: 580px;
  }

  .tw .lg\:pb-117{
    padding-bottom: 585px;
  }

  .tw .lg\:pb-118{
    padding-bottom: 590px;
  }

  .tw .lg\:pb-119{
    padding-bottom: 595px;
  }

  .tw .lg\:pb-120{
    padding-bottom: 600px;
  }

  .tw .lg\:pb-121{
    padding-bottom: 605px;
  }

  .tw .lg\:pb-122{
    padding-bottom: 610px;
  }

  .tw .lg\:pb-123{
    padding-bottom: 615px;
  }

  .tw .lg\:pb-124{
    padding-bottom: 620px;
  }

  .tw .lg\:pb-125{
    padding-bottom: 625px;
  }

  .tw .lg\:pb-126{
    padding-bottom: 630px;
  }

  .tw .lg\:pb-127{
    padding-bottom: 635px;
  }

  .tw .lg\:pb-128{
    padding-bottom: 640px;
  }

  .tw .lg\:pb-129{
    padding-bottom: 645px;
  }

  .tw .lg\:pb-130{
    padding-bottom: 650px;
  }

  .tw .lg\:pb-131{
    padding-bottom: 655px;
  }

  .tw .lg\:pb-132{
    padding-bottom: 660px;
  }

  .tw .lg\:pb-133{
    padding-bottom: 665px;
  }

  .tw .lg\:pb-134{
    padding-bottom: 670px;
  }

  .tw .lg\:pb-135{
    padding-bottom: 675px;
  }

  .tw .lg\:pb-136{
    padding-bottom: 680px;
  }

  .tw .lg\:pb-137{
    padding-bottom: 685px;
  }

  .tw .lg\:pb-138{
    padding-bottom: 690px;
  }

  .tw .lg\:pb-139{
    padding-bottom: 695px;
  }

  .tw .lg\:pb-140{
    padding-bottom: 700px;
  }

  .tw .lg\:pb-141{
    padding-bottom: 705px;
  }

  .tw .lg\:pb-142{
    padding-bottom: 710px;
  }

  .tw .lg\:pb-143{
    padding-bottom: 715px;
  }

  .tw .lg\:pb-144{
    padding-bottom: 720px;
  }

  .tw .lg\:pb-145{
    padding-bottom: 725px;
  }

  .tw .lg\:pb-146{
    padding-bottom: 730px;
  }

  .tw .lg\:pb-147{
    padding-bottom: 735px;
  }

  .tw .lg\:pb-148{
    padding-bottom: 740px;
  }

  .tw .lg\:pb-149{
    padding-bottom: 745px;
  }

  .tw .lg\:pb-0\.5{
    padding-bottom: 3px;
  }

  .tw .lg\:pb-1px{
    padding-bottom: 1px;
  }

  .tw .lg\:pb-2px{
    padding-bottom: 2px;
  }

  .tw .lg\:pb-3px{
    padding-bottom: 3px;
  }

  .tw .lg\:pb-4px{
    padding-bottom: 4px;
  }

  .tw .lg\:pb-5px{
    padding-bottom: 5px;
  }

  .tw .lg\:pb-6px{
    padding-bottom: 6px;
  }

  .tw .lg\:pb-7px{
    padding-bottom: 7px;
  }

  .tw .lg\:pb-8px{
    padding-bottom: 8px;
  }

  .tw .lg\:pb-9px{
    padding-bottom: 9px;
  }

  .tw .lg\:pb-10px{
    padding-bottom: 10px;
  }

  .tw .lg\:pb-11px{
    padding-bottom: 11px;
  }

  .tw .lg\:pb-12px{
    padding-bottom: 12px;
  }

  .tw .lg\:pb-13px{
    padding-bottom: 13px;
  }

  .tw .lg\:pb-14px{
    padding-bottom: 14px;
  }

  .tw .lg\:pb-15px{
    padding-bottom: 15px;
  }

  .tw .lg\:pb-16px{
    padding-bottom: 16px;
  }

  .tw .lg\:pb-17px{
    padding-bottom: 17px;
  }

  .tw .lg\:pb-18px{
    padding-bottom: 18px;
  }

  .tw .lg\:pb-19px{
    padding-bottom: 19px;
  }

  .tw .lg\:pb-20px{
    padding-bottom: 20px;
  }

  .tw .lg\:pb-21px{
    padding-bottom: 21px;
  }

  .tw .lg\:pb-22px{
    padding-bottom: 22px;
  }

  .tw .lg\:pb-23px{
    padding-bottom: 23px;
  }

  .tw .lg\:pb-24px{
    padding-bottom: 24px;
  }

  .tw .lg\:pb-25px{
    padding-bottom: 25px;
  }

  .tw .lg\:pb-26px{
    padding-bottom: 26px;
  }

  .tw .lg\:pb-27px{
    padding-bottom: 27px;
  }

  .tw .lg\:pb-28px{
    padding-bottom: 28px;
  }

  .tw .lg\:pb-29px{
    padding-bottom: 29px;
  }

  .tw .lg\:pb-30px{
    padding-bottom: 30px;
  }

  .tw .lg\:pb-31px{
    padding-bottom: 31px;
  }

  .tw .lg\:pb-32px{
    padding-bottom: 32px;
  }

  .tw .lg\:pb-33px{
    padding-bottom: 33px;
  }

  .tw .lg\:pb-34px{
    padding-bottom: 34px;
  }

  .tw .lg\:pb-35px{
    padding-bottom: 35px;
  }

  .tw .lg\:pb-36px{
    padding-bottom: 36px;
  }

  .tw .lg\:pb-37px{
    padding-bottom: 37px;
  }

  .tw .lg\:pb-38px{
    padding-bottom: 38px;
  }

  .tw .lg\:pb-39px{
    padding-bottom: 39px;
  }

  .tw .lg\:pb-40px{
    padding-bottom: 40px;
  }

  .tw .lg\:pl-0{
    padding-left: 0px;
  }

  .tw .lg\:pl-1{
    padding-left: 5px;
  }

  .tw .lg\:pl-2{
    padding-left: 10px;
  }

  .tw .lg\:pl-3{
    padding-left: 15px;
  }

  .tw .lg\:pl-4{
    padding-left: 20px;
  }

  .tw .lg\:pl-5{
    padding-left: 25px;
  }

  .tw .lg\:pl-6{
    padding-left: 30px;
  }

  .tw .lg\:pl-7{
    padding-left: 35px;
  }

  .tw .lg\:pl-8{
    padding-left: 40px;
  }

  .tw .lg\:pl-9{
    padding-left: 45px;
  }

  .tw .lg\:pl-10{
    padding-left: 50px;
  }

  .tw .lg\:pl-11{
    padding-left: 55px;
  }

  .tw .lg\:pl-12{
    padding-left: 60px;
  }

  .tw .lg\:pl-13{
    padding-left: 65px;
  }

  .tw .lg\:pl-14{
    padding-left: 70px;
  }

  .tw .lg\:pl-15{
    padding-left: 75px;
  }

  .tw .lg\:pl-16{
    padding-left: 80px;
  }

  .tw .lg\:pl-17{
    padding-left: 85px;
  }

  .tw .lg\:pl-18{
    padding-left: 90px;
  }

  .tw .lg\:pl-19{
    padding-left: 95px;
  }

  .tw .lg\:pl-20{
    padding-left: 100px;
  }

  .tw .lg\:pl-21{
    padding-left: 105px;
  }

  .tw .lg\:pl-22{
    padding-left: 110px;
  }

  .tw .lg\:pl-23{
    padding-left: 115px;
  }

  .tw .lg\:pl-24{
    padding-left: 120px;
  }

  .tw .lg\:pl-25{
    padding-left: 125px;
  }

  .tw .lg\:pl-26{
    padding-left: 130px;
  }

  .tw .lg\:pl-27{
    padding-left: 135px;
  }

  .tw .lg\:pl-28{
    padding-left: 140px;
  }

  .tw .lg\:pl-29{
    padding-left: 145px;
  }

  .tw .lg\:pl-30{
    padding-left: 150px;
  }

  .tw .lg\:pl-31{
    padding-left: 155px;
  }

  .tw .lg\:pl-32{
    padding-left: 160px;
  }

  .tw .lg\:pl-33{
    padding-left: 165px;
  }

  .tw .lg\:pl-34{
    padding-left: 170px;
  }

  .tw .lg\:pl-35{
    padding-left: 175px;
  }

  .tw .lg\:pl-36{
    padding-left: 180px;
  }

  .tw .lg\:pl-37{
    padding-left: 185px;
  }

  .tw .lg\:pl-38{
    padding-left: 190px;
  }

  .tw .lg\:pl-39{
    padding-left: 195px;
  }

  .tw .lg\:pl-40{
    padding-left: 200px;
  }

  .tw .lg\:pl-41{
    padding-left: 205px;
  }

  .tw .lg\:pl-42{
    padding-left: 210px;
  }

  .tw .lg\:pl-43{
    padding-left: 215px;
  }

  .tw .lg\:pl-44{
    padding-left: 220px;
  }

  .tw .lg\:pl-45{
    padding-left: 225px;
  }

  .tw .lg\:pl-46{
    padding-left: 230px;
  }

  .tw .lg\:pl-47{
    padding-left: 235px;
  }

  .tw .lg\:pl-48{
    padding-left: 240px;
  }

  .tw .lg\:pl-49{
    padding-left: 245px;
  }

  .tw .lg\:pl-50{
    padding-left: 250px;
  }

  .tw .lg\:pl-51{
    padding-left: 255px;
  }

  .tw .lg\:pl-52{
    padding-left: 260px;
  }

  .tw .lg\:pl-53{
    padding-left: 265px;
  }

  .tw .lg\:pl-54{
    padding-left: 270px;
  }

  .tw .lg\:pl-55{
    padding-left: 275px;
  }

  .tw .lg\:pl-56{
    padding-left: 280px;
  }

  .tw .lg\:pl-57{
    padding-left: 285px;
  }

  .tw .lg\:pl-58{
    padding-left: 290px;
  }

  .tw .lg\:pl-59{
    padding-left: 295px;
  }

  .tw .lg\:pl-60{
    padding-left: 300px;
  }

  .tw .lg\:pl-61{
    padding-left: 305px;
  }

  .tw .lg\:pl-62{
    padding-left: 310px;
  }

  .tw .lg\:pl-63{
    padding-left: 315px;
  }

  .tw .lg\:pl-64{
    padding-left: 320px;
  }

  .tw .lg\:pl-65{
    padding-left: 325px;
  }

  .tw .lg\:pl-66{
    padding-left: 330px;
  }

  .tw .lg\:pl-67{
    padding-left: 335px;
  }

  .tw .lg\:pl-68{
    padding-left: 340px;
  }

  .tw .lg\:pl-69{
    padding-left: 345px;
  }

  .tw .lg\:pl-70{
    padding-left: 350px;
  }

  .tw .lg\:pl-71{
    padding-left: 355px;
  }

  .tw .lg\:pl-72{
    padding-left: 360px;
  }

  .tw .lg\:pl-73{
    padding-left: 365px;
  }

  .tw .lg\:pl-74{
    padding-left: 370px;
  }

  .tw .lg\:pl-75{
    padding-left: 375px;
  }

  .tw .lg\:pl-76{
    padding-left: 380px;
  }

  .tw .lg\:pl-77{
    padding-left: 385px;
  }

  .tw .lg\:pl-78{
    padding-left: 390px;
  }

  .tw .lg\:pl-79{
    padding-left: 395px;
  }

  .tw .lg\:pl-80{
    padding-left: 400px;
  }

  .tw .lg\:pl-81{
    padding-left: 405px;
  }

  .tw .lg\:pl-82{
    padding-left: 410px;
  }

  .tw .lg\:pl-83{
    padding-left: 415px;
  }

  .tw .lg\:pl-84{
    padding-left: 420px;
  }

  .tw .lg\:pl-85{
    padding-left: 425px;
  }

  .tw .lg\:pl-86{
    padding-left: 430px;
  }

  .tw .lg\:pl-87{
    padding-left: 435px;
  }

  .tw .lg\:pl-88{
    padding-left: 440px;
  }

  .tw .lg\:pl-89{
    padding-left: 445px;
  }

  .tw .lg\:pl-90{
    padding-left: 450px;
  }

  .tw .lg\:pl-91{
    padding-left: 455px;
  }

  .tw .lg\:pl-92{
    padding-left: 460px;
  }

  .tw .lg\:pl-93{
    padding-left: 465px;
  }

  .tw .lg\:pl-94{
    padding-left: 470px;
  }

  .tw .lg\:pl-95{
    padding-left: 475px;
  }

  .tw .lg\:pl-96{
    padding-left: 480px;
  }

  .tw .lg\:pl-97{
    padding-left: 485px;
  }

  .tw .lg\:pl-98{
    padding-left: 490px;
  }

  .tw .lg\:pl-99{
    padding-left: 495px;
  }

  .tw .lg\:pl-100{
    padding-left: 500px;
  }

  .tw .lg\:pl-101{
    padding-left: 505px;
  }

  .tw .lg\:pl-102{
    padding-left: 510px;
  }

  .tw .lg\:pl-103{
    padding-left: 515px;
  }

  .tw .lg\:pl-104{
    padding-left: 520px;
  }

  .tw .lg\:pl-105{
    padding-left: 525px;
  }

  .tw .lg\:pl-106{
    padding-left: 530px;
  }

  .tw .lg\:pl-107{
    padding-left: 535px;
  }

  .tw .lg\:pl-108{
    padding-left: 540px;
  }

  .tw .lg\:pl-109{
    padding-left: 545px;
  }

  .tw .lg\:pl-110{
    padding-left: 550px;
  }

  .tw .lg\:pl-111{
    padding-left: 555px;
  }

  .tw .lg\:pl-112{
    padding-left: 560px;
  }

  .tw .lg\:pl-113{
    padding-left: 565px;
  }

  .tw .lg\:pl-114{
    padding-left: 570px;
  }

  .tw .lg\:pl-115{
    padding-left: 575px;
  }

  .tw .lg\:pl-116{
    padding-left: 580px;
  }

  .tw .lg\:pl-117{
    padding-left: 585px;
  }

  .tw .lg\:pl-118{
    padding-left: 590px;
  }

  .tw .lg\:pl-119{
    padding-left: 595px;
  }

  .tw .lg\:pl-120{
    padding-left: 600px;
  }

  .tw .lg\:pl-121{
    padding-left: 605px;
  }

  .tw .lg\:pl-122{
    padding-left: 610px;
  }

  .tw .lg\:pl-123{
    padding-left: 615px;
  }

  .tw .lg\:pl-124{
    padding-left: 620px;
  }

  .tw .lg\:pl-125{
    padding-left: 625px;
  }

  .tw .lg\:pl-126{
    padding-left: 630px;
  }

  .tw .lg\:pl-127{
    padding-left: 635px;
  }

  .tw .lg\:pl-128{
    padding-left: 640px;
  }

  .tw .lg\:pl-129{
    padding-left: 645px;
  }

  .tw .lg\:pl-130{
    padding-left: 650px;
  }

  .tw .lg\:pl-131{
    padding-left: 655px;
  }

  .tw .lg\:pl-132{
    padding-left: 660px;
  }

  .tw .lg\:pl-133{
    padding-left: 665px;
  }

  .tw .lg\:pl-134{
    padding-left: 670px;
  }

  .tw .lg\:pl-135{
    padding-left: 675px;
  }

  .tw .lg\:pl-136{
    padding-left: 680px;
  }

  .tw .lg\:pl-137{
    padding-left: 685px;
  }

  .tw .lg\:pl-138{
    padding-left: 690px;
  }

  .tw .lg\:pl-139{
    padding-left: 695px;
  }

  .tw .lg\:pl-140{
    padding-left: 700px;
  }

  .tw .lg\:pl-141{
    padding-left: 705px;
  }

  .tw .lg\:pl-142{
    padding-left: 710px;
  }

  .tw .lg\:pl-143{
    padding-left: 715px;
  }

  .tw .lg\:pl-144{
    padding-left: 720px;
  }

  .tw .lg\:pl-145{
    padding-left: 725px;
  }

  .tw .lg\:pl-146{
    padding-left: 730px;
  }

  .tw .lg\:pl-147{
    padding-left: 735px;
  }

  .tw .lg\:pl-148{
    padding-left: 740px;
  }

  .tw .lg\:pl-149{
    padding-left: 745px;
  }

  .tw .lg\:pl-0\.5{
    padding-left: 3px;
  }

  .tw .lg\:pl-1px{
    padding-left: 1px;
  }

  .tw .lg\:pl-2px{
    padding-left: 2px;
  }

  .tw .lg\:pl-3px{
    padding-left: 3px;
  }

  .tw .lg\:pl-4px{
    padding-left: 4px;
  }

  .tw .lg\:pl-5px{
    padding-left: 5px;
  }

  .tw .lg\:pl-6px{
    padding-left: 6px;
  }

  .tw .lg\:pl-7px{
    padding-left: 7px;
  }

  .tw .lg\:pl-8px{
    padding-left: 8px;
  }

  .tw .lg\:pl-9px{
    padding-left: 9px;
  }

  .tw .lg\:pl-10px{
    padding-left: 10px;
  }

  .tw .lg\:pl-11px{
    padding-left: 11px;
  }

  .tw .lg\:pl-12px{
    padding-left: 12px;
  }

  .tw .lg\:pl-13px{
    padding-left: 13px;
  }

  .tw .lg\:pl-14px{
    padding-left: 14px;
  }

  .tw .lg\:pl-15px{
    padding-left: 15px;
  }

  .tw .lg\:pl-16px{
    padding-left: 16px;
  }

  .tw .lg\:pl-17px{
    padding-left: 17px;
  }

  .tw .lg\:pl-18px{
    padding-left: 18px;
  }

  .tw .lg\:pl-19px{
    padding-left: 19px;
  }

  .tw .lg\:pl-20px{
    padding-left: 20px;
  }

  .tw .lg\:pl-21px{
    padding-left: 21px;
  }

  .tw .lg\:pl-22px{
    padding-left: 22px;
  }

  .tw .lg\:pl-23px{
    padding-left: 23px;
  }

  .tw .lg\:pl-24px{
    padding-left: 24px;
  }

  .tw .lg\:pl-25px{
    padding-left: 25px;
  }

  .tw .lg\:pl-26px{
    padding-left: 26px;
  }

  .tw .lg\:pl-27px{
    padding-left: 27px;
  }

  .tw .lg\:pl-28px{
    padding-left: 28px;
  }

  .tw .lg\:pl-29px{
    padding-left: 29px;
  }

  .tw .lg\:pl-30px{
    padding-left: 30px;
  }

  .tw .lg\:pl-31px{
    padding-left: 31px;
  }

  .tw .lg\:pl-32px{
    padding-left: 32px;
  }

  .tw .lg\:pl-33px{
    padding-left: 33px;
  }

  .tw .lg\:pl-34px{
    padding-left: 34px;
  }

  .tw .lg\:pl-35px{
    padding-left: 35px;
  }

  .tw .lg\:pl-36px{
    padding-left: 36px;
  }

  .tw .lg\:pl-37px{
    padding-left: 37px;
  }

  .tw .lg\:pl-38px{
    padding-left: 38px;
  }

  .tw .lg\:pl-39px{
    padding-left: 39px;
  }

  .tw .lg\:pl-40px{
    padding-left: 40px;
  }

  .tw .lg\:first\:pt-0:first-child{
    padding-top: 0px;
  }

  .tw .lg\:first\:pt-1:first-child{
    padding-top: 5px;
  }

  .tw .lg\:first\:pt-2:first-child{
    padding-top: 10px;
  }

  .tw .lg\:first\:pt-3:first-child{
    padding-top: 15px;
  }

  .tw .lg\:first\:pt-4:first-child{
    padding-top: 20px;
  }

  .tw .lg\:first\:pt-5:first-child{
    padding-top: 25px;
  }

  .tw .lg\:first\:pt-6:first-child{
    padding-top: 30px;
  }

  .tw .lg\:first\:pt-7:first-child{
    padding-top: 35px;
  }

  .tw .lg\:first\:pt-8:first-child{
    padding-top: 40px;
  }

  .tw .lg\:first\:pt-9:first-child{
    padding-top: 45px;
  }

  .tw .lg\:first\:pt-10:first-child{
    padding-top: 50px;
  }

  .tw .lg\:first\:pt-11:first-child{
    padding-top: 55px;
  }

  .tw .lg\:first\:pt-12:first-child{
    padding-top: 60px;
  }

  .tw .lg\:first\:pt-13:first-child{
    padding-top: 65px;
  }

  .tw .lg\:first\:pt-14:first-child{
    padding-top: 70px;
  }

  .tw .lg\:first\:pt-15:first-child{
    padding-top: 75px;
  }

  .tw .lg\:first\:pt-16:first-child{
    padding-top: 80px;
  }

  .tw .lg\:first\:pt-17:first-child{
    padding-top: 85px;
  }

  .tw .lg\:first\:pt-18:first-child{
    padding-top: 90px;
  }

  .tw .lg\:first\:pt-19:first-child{
    padding-top: 95px;
  }

  .tw .lg\:first\:pt-20:first-child{
    padding-top: 100px;
  }

  .tw .lg\:first\:pt-21:first-child{
    padding-top: 105px;
  }

  .tw .lg\:first\:pt-22:first-child{
    padding-top: 110px;
  }

  .tw .lg\:first\:pt-23:first-child{
    padding-top: 115px;
  }

  .tw .lg\:first\:pt-24:first-child{
    padding-top: 120px;
  }

  .tw .lg\:first\:pt-25:first-child{
    padding-top: 125px;
  }

  .tw .lg\:first\:pt-26:first-child{
    padding-top: 130px;
  }

  .tw .lg\:first\:pt-27:first-child{
    padding-top: 135px;
  }

  .tw .lg\:first\:pt-28:first-child{
    padding-top: 140px;
  }

  .tw .lg\:first\:pt-29:first-child{
    padding-top: 145px;
  }

  .tw .lg\:first\:pt-30:first-child{
    padding-top: 150px;
  }

  .tw .lg\:first\:pt-31:first-child{
    padding-top: 155px;
  }

  .tw .lg\:first\:pt-32:first-child{
    padding-top: 160px;
  }

  .tw .lg\:first\:pt-33:first-child{
    padding-top: 165px;
  }

  .tw .lg\:first\:pt-34:first-child{
    padding-top: 170px;
  }

  .tw .lg\:first\:pt-35:first-child{
    padding-top: 175px;
  }

  .tw .lg\:first\:pt-36:first-child{
    padding-top: 180px;
  }

  .tw .lg\:first\:pt-37:first-child{
    padding-top: 185px;
  }

  .tw .lg\:first\:pt-38:first-child{
    padding-top: 190px;
  }

  .tw .lg\:first\:pt-39:first-child{
    padding-top: 195px;
  }

  .tw .lg\:first\:pt-40:first-child{
    padding-top: 200px;
  }

  .tw .lg\:first\:pt-41:first-child{
    padding-top: 205px;
  }

  .tw .lg\:first\:pt-42:first-child{
    padding-top: 210px;
  }

  .tw .lg\:first\:pt-43:first-child{
    padding-top: 215px;
  }

  .tw .lg\:first\:pt-44:first-child{
    padding-top: 220px;
  }

  .tw .lg\:first\:pt-45:first-child{
    padding-top: 225px;
  }

  .tw .lg\:first\:pt-46:first-child{
    padding-top: 230px;
  }

  .tw .lg\:first\:pt-47:first-child{
    padding-top: 235px;
  }

  .tw .lg\:first\:pt-48:first-child{
    padding-top: 240px;
  }

  .tw .lg\:first\:pt-49:first-child{
    padding-top: 245px;
  }

  .tw .lg\:first\:pt-50:first-child{
    padding-top: 250px;
  }

  .tw .lg\:first\:pt-51:first-child{
    padding-top: 255px;
  }

  .tw .lg\:first\:pt-52:first-child{
    padding-top: 260px;
  }

  .tw .lg\:first\:pt-53:first-child{
    padding-top: 265px;
  }

  .tw .lg\:first\:pt-54:first-child{
    padding-top: 270px;
  }

  .tw .lg\:first\:pt-55:first-child{
    padding-top: 275px;
  }

  .tw .lg\:first\:pt-56:first-child{
    padding-top: 280px;
  }

  .tw .lg\:first\:pt-57:first-child{
    padding-top: 285px;
  }

  .tw .lg\:first\:pt-58:first-child{
    padding-top: 290px;
  }

  .tw .lg\:first\:pt-59:first-child{
    padding-top: 295px;
  }

  .tw .lg\:first\:pt-60:first-child{
    padding-top: 300px;
  }

  .tw .lg\:first\:pt-61:first-child{
    padding-top: 305px;
  }

  .tw .lg\:first\:pt-62:first-child{
    padding-top: 310px;
  }

  .tw .lg\:first\:pt-63:first-child{
    padding-top: 315px;
  }

  .tw .lg\:first\:pt-64:first-child{
    padding-top: 320px;
  }

  .tw .lg\:first\:pt-65:first-child{
    padding-top: 325px;
  }

  .tw .lg\:first\:pt-66:first-child{
    padding-top: 330px;
  }

  .tw .lg\:first\:pt-67:first-child{
    padding-top: 335px;
  }

  .tw .lg\:first\:pt-68:first-child{
    padding-top: 340px;
  }

  .tw .lg\:first\:pt-69:first-child{
    padding-top: 345px;
  }

  .tw .lg\:first\:pt-70:first-child{
    padding-top: 350px;
  }

  .tw .lg\:first\:pt-71:first-child{
    padding-top: 355px;
  }

  .tw .lg\:first\:pt-72:first-child{
    padding-top: 360px;
  }

  .tw .lg\:first\:pt-73:first-child{
    padding-top: 365px;
  }

  .tw .lg\:first\:pt-74:first-child{
    padding-top: 370px;
  }

  .tw .lg\:first\:pt-75:first-child{
    padding-top: 375px;
  }

  .tw .lg\:first\:pt-76:first-child{
    padding-top: 380px;
  }

  .tw .lg\:first\:pt-77:first-child{
    padding-top: 385px;
  }

  .tw .lg\:first\:pt-78:first-child{
    padding-top: 390px;
  }

  .tw .lg\:first\:pt-79:first-child{
    padding-top: 395px;
  }

  .tw .lg\:first\:pt-80:first-child{
    padding-top: 400px;
  }

  .tw .lg\:first\:pt-81:first-child{
    padding-top: 405px;
  }

  .tw .lg\:first\:pt-82:first-child{
    padding-top: 410px;
  }

  .tw .lg\:first\:pt-83:first-child{
    padding-top: 415px;
  }

  .tw .lg\:first\:pt-84:first-child{
    padding-top: 420px;
  }

  .tw .lg\:first\:pt-85:first-child{
    padding-top: 425px;
  }

  .tw .lg\:first\:pt-86:first-child{
    padding-top: 430px;
  }

  .tw .lg\:first\:pt-87:first-child{
    padding-top: 435px;
  }

  .tw .lg\:first\:pt-88:first-child{
    padding-top: 440px;
  }

  .tw .lg\:first\:pt-89:first-child{
    padding-top: 445px;
  }

  .tw .lg\:first\:pt-90:first-child{
    padding-top: 450px;
  }

  .tw .lg\:first\:pt-91:first-child{
    padding-top: 455px;
  }

  .tw .lg\:first\:pt-92:first-child{
    padding-top: 460px;
  }

  .tw .lg\:first\:pt-93:first-child{
    padding-top: 465px;
  }

  .tw .lg\:first\:pt-94:first-child{
    padding-top: 470px;
  }

  .tw .lg\:first\:pt-95:first-child{
    padding-top: 475px;
  }

  .tw .lg\:first\:pt-96:first-child{
    padding-top: 480px;
  }

  .tw .lg\:first\:pt-97:first-child{
    padding-top: 485px;
  }

  .tw .lg\:first\:pt-98:first-child{
    padding-top: 490px;
  }

  .tw .lg\:first\:pt-99:first-child{
    padding-top: 495px;
  }

  .tw .lg\:first\:pt-100:first-child{
    padding-top: 500px;
  }

  .tw .lg\:first\:pt-101:first-child{
    padding-top: 505px;
  }

  .tw .lg\:first\:pt-102:first-child{
    padding-top: 510px;
  }

  .tw .lg\:first\:pt-103:first-child{
    padding-top: 515px;
  }

  .tw .lg\:first\:pt-104:first-child{
    padding-top: 520px;
  }

  .tw .lg\:first\:pt-105:first-child{
    padding-top: 525px;
  }

  .tw .lg\:first\:pt-106:first-child{
    padding-top: 530px;
  }

  .tw .lg\:first\:pt-107:first-child{
    padding-top: 535px;
  }

  .tw .lg\:first\:pt-108:first-child{
    padding-top: 540px;
  }

  .tw .lg\:first\:pt-109:first-child{
    padding-top: 545px;
  }

  .tw .lg\:first\:pt-110:first-child{
    padding-top: 550px;
  }

  .tw .lg\:first\:pt-111:first-child{
    padding-top: 555px;
  }

  .tw .lg\:first\:pt-112:first-child{
    padding-top: 560px;
  }

  .tw .lg\:first\:pt-113:first-child{
    padding-top: 565px;
  }

  .tw .lg\:first\:pt-114:first-child{
    padding-top: 570px;
  }

  .tw .lg\:first\:pt-115:first-child{
    padding-top: 575px;
  }

  .tw .lg\:first\:pt-116:first-child{
    padding-top: 580px;
  }

  .tw .lg\:first\:pt-117:first-child{
    padding-top: 585px;
  }

  .tw .lg\:first\:pt-118:first-child{
    padding-top: 590px;
  }

  .tw .lg\:first\:pt-119:first-child{
    padding-top: 595px;
  }

  .tw .lg\:first\:pt-120:first-child{
    padding-top: 600px;
  }

  .tw .lg\:first\:pt-121:first-child{
    padding-top: 605px;
  }

  .tw .lg\:first\:pt-122:first-child{
    padding-top: 610px;
  }

  .tw .lg\:first\:pt-123:first-child{
    padding-top: 615px;
  }

  .tw .lg\:first\:pt-124:first-child{
    padding-top: 620px;
  }

  .tw .lg\:first\:pt-125:first-child{
    padding-top: 625px;
  }

  .tw .lg\:first\:pt-126:first-child{
    padding-top: 630px;
  }

  .tw .lg\:first\:pt-127:first-child{
    padding-top: 635px;
  }

  .tw .lg\:first\:pt-128:first-child{
    padding-top: 640px;
  }

  .tw .lg\:first\:pt-129:first-child{
    padding-top: 645px;
  }

  .tw .lg\:first\:pt-130:first-child{
    padding-top: 650px;
  }

  .tw .lg\:first\:pt-131:first-child{
    padding-top: 655px;
  }

  .tw .lg\:first\:pt-132:first-child{
    padding-top: 660px;
  }

  .tw .lg\:first\:pt-133:first-child{
    padding-top: 665px;
  }

  .tw .lg\:first\:pt-134:first-child{
    padding-top: 670px;
  }

  .tw .lg\:first\:pt-135:first-child{
    padding-top: 675px;
  }

  .tw .lg\:first\:pt-136:first-child{
    padding-top: 680px;
  }

  .tw .lg\:first\:pt-137:first-child{
    padding-top: 685px;
  }

  .tw .lg\:first\:pt-138:first-child{
    padding-top: 690px;
  }

  .tw .lg\:first\:pt-139:first-child{
    padding-top: 695px;
  }

  .tw .lg\:first\:pt-140:first-child{
    padding-top: 700px;
  }

  .tw .lg\:first\:pt-141:first-child{
    padding-top: 705px;
  }

  .tw .lg\:first\:pt-142:first-child{
    padding-top: 710px;
  }

  .tw .lg\:first\:pt-143:first-child{
    padding-top: 715px;
  }

  .tw .lg\:first\:pt-144:first-child{
    padding-top: 720px;
  }

  .tw .lg\:first\:pt-145:first-child{
    padding-top: 725px;
  }

  .tw .lg\:first\:pt-146:first-child{
    padding-top: 730px;
  }

  .tw .lg\:first\:pt-147:first-child{
    padding-top: 735px;
  }

  .tw .lg\:first\:pt-148:first-child{
    padding-top: 740px;
  }

  .tw .lg\:first\:pt-149:first-child{
    padding-top: 745px;
  }

  .tw .lg\:first\:pt-0\.5:first-child{
    padding-top: 3px;
  }

  .tw .lg\:first\:pt-1px:first-child{
    padding-top: 1px;
  }

  .tw .lg\:first\:pt-2px:first-child{
    padding-top: 2px;
  }

  .tw .lg\:first\:pt-3px:first-child{
    padding-top: 3px;
  }

  .tw .lg\:first\:pt-4px:first-child{
    padding-top: 4px;
  }

  .tw .lg\:first\:pt-5px:first-child{
    padding-top: 5px;
  }

  .tw .lg\:first\:pt-6px:first-child{
    padding-top: 6px;
  }

  .tw .lg\:first\:pt-7px:first-child{
    padding-top: 7px;
  }

  .tw .lg\:first\:pt-8px:first-child{
    padding-top: 8px;
  }

  .tw .lg\:first\:pt-9px:first-child{
    padding-top: 9px;
  }

  .tw .lg\:first\:pt-10px:first-child{
    padding-top: 10px;
  }

  .tw .lg\:first\:pt-11px:first-child{
    padding-top: 11px;
  }

  .tw .lg\:first\:pt-12px:first-child{
    padding-top: 12px;
  }

  .tw .lg\:first\:pt-13px:first-child{
    padding-top: 13px;
  }

  .tw .lg\:first\:pt-14px:first-child{
    padding-top: 14px;
  }

  .tw .lg\:first\:pt-15px:first-child{
    padding-top: 15px;
  }

  .tw .lg\:first\:pt-16px:first-child{
    padding-top: 16px;
  }

  .tw .lg\:first\:pt-17px:first-child{
    padding-top: 17px;
  }

  .tw .lg\:first\:pt-18px:first-child{
    padding-top: 18px;
  }

  .tw .lg\:first\:pt-19px:first-child{
    padding-top: 19px;
  }

  .tw .lg\:first\:pt-20px:first-child{
    padding-top: 20px;
  }

  .tw .lg\:first\:pt-21px:first-child{
    padding-top: 21px;
  }

  .tw .lg\:first\:pt-22px:first-child{
    padding-top: 22px;
  }

  .tw .lg\:first\:pt-23px:first-child{
    padding-top: 23px;
  }

  .tw .lg\:first\:pt-24px:first-child{
    padding-top: 24px;
  }

  .tw .lg\:first\:pt-25px:first-child{
    padding-top: 25px;
  }

  .tw .lg\:first\:pt-26px:first-child{
    padding-top: 26px;
  }

  .tw .lg\:first\:pt-27px:first-child{
    padding-top: 27px;
  }

  .tw .lg\:first\:pt-28px:first-child{
    padding-top: 28px;
  }

  .tw .lg\:first\:pt-29px:first-child{
    padding-top: 29px;
  }

  .tw .lg\:first\:pt-30px:first-child{
    padding-top: 30px;
  }

  .tw .lg\:first\:pt-31px:first-child{
    padding-top: 31px;
  }

  .tw .lg\:first\:pt-32px:first-child{
    padding-top: 32px;
  }

  .tw .lg\:first\:pt-33px:first-child{
    padding-top: 33px;
  }

  .tw .lg\:first\:pt-34px:first-child{
    padding-top: 34px;
  }

  .tw .lg\:first\:pt-35px:first-child{
    padding-top: 35px;
  }

  .tw .lg\:first\:pt-36px:first-child{
    padding-top: 36px;
  }

  .tw .lg\:first\:pt-37px:first-child{
    padding-top: 37px;
  }

  .tw .lg\:first\:pt-38px:first-child{
    padding-top: 38px;
  }

  .tw .lg\:first\:pt-39px:first-child{
    padding-top: 39px;
  }

  .tw .lg\:first\:pt-40px:first-child{
    padding-top: 40px;
  }

  .tw .lg\:first\:pr-0:first-child{
    padding-right: 0px;
  }

  .tw .lg\:first\:pr-1:first-child{
    padding-right: 5px;
  }

  .tw .lg\:first\:pr-2:first-child{
    padding-right: 10px;
  }

  .tw .lg\:first\:pr-3:first-child{
    padding-right: 15px;
  }

  .tw .lg\:first\:pr-4:first-child{
    padding-right: 20px;
  }

  .tw .lg\:first\:pr-5:first-child{
    padding-right: 25px;
  }

  .tw .lg\:first\:pr-6:first-child{
    padding-right: 30px;
  }

  .tw .lg\:first\:pr-7:first-child{
    padding-right: 35px;
  }

  .tw .lg\:first\:pr-8:first-child{
    padding-right: 40px;
  }

  .tw .lg\:first\:pr-9:first-child{
    padding-right: 45px;
  }

  .tw .lg\:first\:pr-10:first-child{
    padding-right: 50px;
  }

  .tw .lg\:first\:pr-11:first-child{
    padding-right: 55px;
  }

  .tw .lg\:first\:pr-12:first-child{
    padding-right: 60px;
  }

  .tw .lg\:first\:pr-13:first-child{
    padding-right: 65px;
  }

  .tw .lg\:first\:pr-14:first-child{
    padding-right: 70px;
  }

  .tw .lg\:first\:pr-15:first-child{
    padding-right: 75px;
  }

  .tw .lg\:first\:pr-16:first-child{
    padding-right: 80px;
  }

  .tw .lg\:first\:pr-17:first-child{
    padding-right: 85px;
  }

  .tw .lg\:first\:pr-18:first-child{
    padding-right: 90px;
  }

  .tw .lg\:first\:pr-19:first-child{
    padding-right: 95px;
  }

  .tw .lg\:first\:pr-20:first-child{
    padding-right: 100px;
  }

  .tw .lg\:first\:pr-21:first-child{
    padding-right: 105px;
  }

  .tw .lg\:first\:pr-22:first-child{
    padding-right: 110px;
  }

  .tw .lg\:first\:pr-23:first-child{
    padding-right: 115px;
  }

  .tw .lg\:first\:pr-24:first-child{
    padding-right: 120px;
  }

  .tw .lg\:first\:pr-25:first-child{
    padding-right: 125px;
  }

  .tw .lg\:first\:pr-26:first-child{
    padding-right: 130px;
  }

  .tw .lg\:first\:pr-27:first-child{
    padding-right: 135px;
  }

  .tw .lg\:first\:pr-28:first-child{
    padding-right: 140px;
  }

  .tw .lg\:first\:pr-29:first-child{
    padding-right: 145px;
  }

  .tw .lg\:first\:pr-30:first-child{
    padding-right: 150px;
  }

  .tw .lg\:first\:pr-31:first-child{
    padding-right: 155px;
  }

  .tw .lg\:first\:pr-32:first-child{
    padding-right: 160px;
  }

  .tw .lg\:first\:pr-33:first-child{
    padding-right: 165px;
  }

  .tw .lg\:first\:pr-34:first-child{
    padding-right: 170px;
  }

  .tw .lg\:first\:pr-35:first-child{
    padding-right: 175px;
  }

  .tw .lg\:first\:pr-36:first-child{
    padding-right: 180px;
  }

  .tw .lg\:first\:pr-37:first-child{
    padding-right: 185px;
  }

  .tw .lg\:first\:pr-38:first-child{
    padding-right: 190px;
  }

  .tw .lg\:first\:pr-39:first-child{
    padding-right: 195px;
  }

  .tw .lg\:first\:pr-40:first-child{
    padding-right: 200px;
  }

  .tw .lg\:first\:pr-41:first-child{
    padding-right: 205px;
  }

  .tw .lg\:first\:pr-42:first-child{
    padding-right: 210px;
  }

  .tw .lg\:first\:pr-43:first-child{
    padding-right: 215px;
  }

  .tw .lg\:first\:pr-44:first-child{
    padding-right: 220px;
  }

  .tw .lg\:first\:pr-45:first-child{
    padding-right: 225px;
  }

  .tw .lg\:first\:pr-46:first-child{
    padding-right: 230px;
  }

  .tw .lg\:first\:pr-47:first-child{
    padding-right: 235px;
  }

  .tw .lg\:first\:pr-48:first-child{
    padding-right: 240px;
  }

  .tw .lg\:first\:pr-49:first-child{
    padding-right: 245px;
  }

  .tw .lg\:first\:pr-50:first-child{
    padding-right: 250px;
  }

  .tw .lg\:first\:pr-51:first-child{
    padding-right: 255px;
  }

  .tw .lg\:first\:pr-52:first-child{
    padding-right: 260px;
  }

  .tw .lg\:first\:pr-53:first-child{
    padding-right: 265px;
  }

  .tw .lg\:first\:pr-54:first-child{
    padding-right: 270px;
  }

  .tw .lg\:first\:pr-55:first-child{
    padding-right: 275px;
  }

  .tw .lg\:first\:pr-56:first-child{
    padding-right: 280px;
  }

  .tw .lg\:first\:pr-57:first-child{
    padding-right: 285px;
  }

  .tw .lg\:first\:pr-58:first-child{
    padding-right: 290px;
  }

  .tw .lg\:first\:pr-59:first-child{
    padding-right: 295px;
  }

  .tw .lg\:first\:pr-60:first-child{
    padding-right: 300px;
  }

  .tw .lg\:first\:pr-61:first-child{
    padding-right: 305px;
  }

  .tw .lg\:first\:pr-62:first-child{
    padding-right: 310px;
  }

  .tw .lg\:first\:pr-63:first-child{
    padding-right: 315px;
  }

  .tw .lg\:first\:pr-64:first-child{
    padding-right: 320px;
  }

  .tw .lg\:first\:pr-65:first-child{
    padding-right: 325px;
  }

  .tw .lg\:first\:pr-66:first-child{
    padding-right: 330px;
  }

  .tw .lg\:first\:pr-67:first-child{
    padding-right: 335px;
  }

  .tw .lg\:first\:pr-68:first-child{
    padding-right: 340px;
  }

  .tw .lg\:first\:pr-69:first-child{
    padding-right: 345px;
  }

  .tw .lg\:first\:pr-70:first-child{
    padding-right: 350px;
  }

  .tw .lg\:first\:pr-71:first-child{
    padding-right: 355px;
  }

  .tw .lg\:first\:pr-72:first-child{
    padding-right: 360px;
  }

  .tw .lg\:first\:pr-73:first-child{
    padding-right: 365px;
  }

  .tw .lg\:first\:pr-74:first-child{
    padding-right: 370px;
  }

  .tw .lg\:first\:pr-75:first-child{
    padding-right: 375px;
  }

  .tw .lg\:first\:pr-76:first-child{
    padding-right: 380px;
  }

  .tw .lg\:first\:pr-77:first-child{
    padding-right: 385px;
  }

  .tw .lg\:first\:pr-78:first-child{
    padding-right: 390px;
  }

  .tw .lg\:first\:pr-79:first-child{
    padding-right: 395px;
  }

  .tw .lg\:first\:pr-80:first-child{
    padding-right: 400px;
  }

  .tw .lg\:first\:pr-81:first-child{
    padding-right: 405px;
  }

  .tw .lg\:first\:pr-82:first-child{
    padding-right: 410px;
  }

  .tw .lg\:first\:pr-83:first-child{
    padding-right: 415px;
  }

  .tw .lg\:first\:pr-84:first-child{
    padding-right: 420px;
  }

  .tw .lg\:first\:pr-85:first-child{
    padding-right: 425px;
  }

  .tw .lg\:first\:pr-86:first-child{
    padding-right: 430px;
  }

  .tw .lg\:first\:pr-87:first-child{
    padding-right: 435px;
  }

  .tw .lg\:first\:pr-88:first-child{
    padding-right: 440px;
  }

  .tw .lg\:first\:pr-89:first-child{
    padding-right: 445px;
  }

  .tw .lg\:first\:pr-90:first-child{
    padding-right: 450px;
  }

  .tw .lg\:first\:pr-91:first-child{
    padding-right: 455px;
  }

  .tw .lg\:first\:pr-92:first-child{
    padding-right: 460px;
  }

  .tw .lg\:first\:pr-93:first-child{
    padding-right: 465px;
  }

  .tw .lg\:first\:pr-94:first-child{
    padding-right: 470px;
  }

  .tw .lg\:first\:pr-95:first-child{
    padding-right: 475px;
  }

  .tw .lg\:first\:pr-96:first-child{
    padding-right: 480px;
  }

  .tw .lg\:first\:pr-97:first-child{
    padding-right: 485px;
  }

  .tw .lg\:first\:pr-98:first-child{
    padding-right: 490px;
  }

  .tw .lg\:first\:pr-99:first-child{
    padding-right: 495px;
  }

  .tw .lg\:first\:pr-100:first-child{
    padding-right: 500px;
  }

  .tw .lg\:first\:pr-101:first-child{
    padding-right: 505px;
  }

  .tw .lg\:first\:pr-102:first-child{
    padding-right: 510px;
  }

  .tw .lg\:first\:pr-103:first-child{
    padding-right: 515px;
  }

  .tw .lg\:first\:pr-104:first-child{
    padding-right: 520px;
  }

  .tw .lg\:first\:pr-105:first-child{
    padding-right: 525px;
  }

  .tw .lg\:first\:pr-106:first-child{
    padding-right: 530px;
  }

  .tw .lg\:first\:pr-107:first-child{
    padding-right: 535px;
  }

  .tw .lg\:first\:pr-108:first-child{
    padding-right: 540px;
  }

  .tw .lg\:first\:pr-109:first-child{
    padding-right: 545px;
  }

  .tw .lg\:first\:pr-110:first-child{
    padding-right: 550px;
  }

  .tw .lg\:first\:pr-111:first-child{
    padding-right: 555px;
  }

  .tw .lg\:first\:pr-112:first-child{
    padding-right: 560px;
  }

  .tw .lg\:first\:pr-113:first-child{
    padding-right: 565px;
  }

  .tw .lg\:first\:pr-114:first-child{
    padding-right: 570px;
  }

  .tw .lg\:first\:pr-115:first-child{
    padding-right: 575px;
  }

  .tw .lg\:first\:pr-116:first-child{
    padding-right: 580px;
  }

  .tw .lg\:first\:pr-117:first-child{
    padding-right: 585px;
  }

  .tw .lg\:first\:pr-118:first-child{
    padding-right: 590px;
  }

  .tw .lg\:first\:pr-119:first-child{
    padding-right: 595px;
  }

  .tw .lg\:first\:pr-120:first-child{
    padding-right: 600px;
  }

  .tw .lg\:first\:pr-121:first-child{
    padding-right: 605px;
  }

  .tw .lg\:first\:pr-122:first-child{
    padding-right: 610px;
  }

  .tw .lg\:first\:pr-123:first-child{
    padding-right: 615px;
  }

  .tw .lg\:first\:pr-124:first-child{
    padding-right: 620px;
  }

  .tw .lg\:first\:pr-125:first-child{
    padding-right: 625px;
  }

  .tw .lg\:first\:pr-126:first-child{
    padding-right: 630px;
  }

  .tw .lg\:first\:pr-127:first-child{
    padding-right: 635px;
  }

  .tw .lg\:first\:pr-128:first-child{
    padding-right: 640px;
  }

  .tw .lg\:first\:pr-129:first-child{
    padding-right: 645px;
  }

  .tw .lg\:first\:pr-130:first-child{
    padding-right: 650px;
  }

  .tw .lg\:first\:pr-131:first-child{
    padding-right: 655px;
  }

  .tw .lg\:first\:pr-132:first-child{
    padding-right: 660px;
  }

  .tw .lg\:first\:pr-133:first-child{
    padding-right: 665px;
  }

  .tw .lg\:first\:pr-134:first-child{
    padding-right: 670px;
  }

  .tw .lg\:first\:pr-135:first-child{
    padding-right: 675px;
  }

  .tw .lg\:first\:pr-136:first-child{
    padding-right: 680px;
  }

  .tw .lg\:first\:pr-137:first-child{
    padding-right: 685px;
  }

  .tw .lg\:first\:pr-138:first-child{
    padding-right: 690px;
  }

  .tw .lg\:first\:pr-139:first-child{
    padding-right: 695px;
  }

  .tw .lg\:first\:pr-140:first-child{
    padding-right: 700px;
  }

  .tw .lg\:first\:pr-141:first-child{
    padding-right: 705px;
  }

  .tw .lg\:first\:pr-142:first-child{
    padding-right: 710px;
  }

  .tw .lg\:first\:pr-143:first-child{
    padding-right: 715px;
  }

  .tw .lg\:first\:pr-144:first-child{
    padding-right: 720px;
  }

  .tw .lg\:first\:pr-145:first-child{
    padding-right: 725px;
  }

  .tw .lg\:first\:pr-146:first-child{
    padding-right: 730px;
  }

  .tw .lg\:first\:pr-147:first-child{
    padding-right: 735px;
  }

  .tw .lg\:first\:pr-148:first-child{
    padding-right: 740px;
  }

  .tw .lg\:first\:pr-149:first-child{
    padding-right: 745px;
  }

  .tw .lg\:first\:pr-0\.5:first-child{
    padding-right: 3px;
  }

  .tw .lg\:first\:pr-1px:first-child{
    padding-right: 1px;
  }

  .tw .lg\:first\:pr-2px:first-child{
    padding-right: 2px;
  }

  .tw .lg\:first\:pr-3px:first-child{
    padding-right: 3px;
  }

  .tw .lg\:first\:pr-4px:first-child{
    padding-right: 4px;
  }

  .tw .lg\:first\:pr-5px:first-child{
    padding-right: 5px;
  }

  .tw .lg\:first\:pr-6px:first-child{
    padding-right: 6px;
  }

  .tw .lg\:first\:pr-7px:first-child{
    padding-right: 7px;
  }

  .tw .lg\:first\:pr-8px:first-child{
    padding-right: 8px;
  }

  .tw .lg\:first\:pr-9px:first-child{
    padding-right: 9px;
  }

  .tw .lg\:first\:pr-10px:first-child{
    padding-right: 10px;
  }

  .tw .lg\:first\:pr-11px:first-child{
    padding-right: 11px;
  }

  .tw .lg\:first\:pr-12px:first-child{
    padding-right: 12px;
  }

  .tw .lg\:first\:pr-13px:first-child{
    padding-right: 13px;
  }

  .tw .lg\:first\:pr-14px:first-child{
    padding-right: 14px;
  }

  .tw .lg\:first\:pr-15px:first-child{
    padding-right: 15px;
  }

  .tw .lg\:first\:pr-16px:first-child{
    padding-right: 16px;
  }

  .tw .lg\:first\:pr-17px:first-child{
    padding-right: 17px;
  }

  .tw .lg\:first\:pr-18px:first-child{
    padding-right: 18px;
  }

  .tw .lg\:first\:pr-19px:first-child{
    padding-right: 19px;
  }

  .tw .lg\:first\:pr-20px:first-child{
    padding-right: 20px;
  }

  .tw .lg\:first\:pr-21px:first-child{
    padding-right: 21px;
  }

  .tw .lg\:first\:pr-22px:first-child{
    padding-right: 22px;
  }

  .tw .lg\:first\:pr-23px:first-child{
    padding-right: 23px;
  }

  .tw .lg\:first\:pr-24px:first-child{
    padding-right: 24px;
  }

  .tw .lg\:first\:pr-25px:first-child{
    padding-right: 25px;
  }

  .tw .lg\:first\:pr-26px:first-child{
    padding-right: 26px;
  }

  .tw .lg\:first\:pr-27px:first-child{
    padding-right: 27px;
  }

  .tw .lg\:first\:pr-28px:first-child{
    padding-right: 28px;
  }

  .tw .lg\:first\:pr-29px:first-child{
    padding-right: 29px;
  }

  .tw .lg\:first\:pr-30px:first-child{
    padding-right: 30px;
  }

  .tw .lg\:first\:pr-31px:first-child{
    padding-right: 31px;
  }

  .tw .lg\:first\:pr-32px:first-child{
    padding-right: 32px;
  }

  .tw .lg\:first\:pr-33px:first-child{
    padding-right: 33px;
  }

  .tw .lg\:first\:pr-34px:first-child{
    padding-right: 34px;
  }

  .tw .lg\:first\:pr-35px:first-child{
    padding-right: 35px;
  }

  .tw .lg\:first\:pr-36px:first-child{
    padding-right: 36px;
  }

  .tw .lg\:first\:pr-37px:first-child{
    padding-right: 37px;
  }

  .tw .lg\:first\:pr-38px:first-child{
    padding-right: 38px;
  }

  .tw .lg\:first\:pr-39px:first-child{
    padding-right: 39px;
  }

  .tw .lg\:first\:pr-40px:first-child{
    padding-right: 40px;
  }

  .tw .lg\:first\:pb-0:first-child{
    padding-bottom: 0px;
  }

  .tw .lg\:first\:pb-1:first-child{
    padding-bottom: 5px;
  }

  .tw .lg\:first\:pb-2:first-child{
    padding-bottom: 10px;
  }

  .tw .lg\:first\:pb-3:first-child{
    padding-bottom: 15px;
  }

  .tw .lg\:first\:pb-4:first-child{
    padding-bottom: 20px;
  }

  .tw .lg\:first\:pb-5:first-child{
    padding-bottom: 25px;
  }

  .tw .lg\:first\:pb-6:first-child{
    padding-bottom: 30px;
  }

  .tw .lg\:first\:pb-7:first-child{
    padding-bottom: 35px;
  }

  .tw .lg\:first\:pb-8:first-child{
    padding-bottom: 40px;
  }

  .tw .lg\:first\:pb-9:first-child{
    padding-bottom: 45px;
  }

  .tw .lg\:first\:pb-10:first-child{
    padding-bottom: 50px;
  }

  .tw .lg\:first\:pb-11:first-child{
    padding-bottom: 55px;
  }

  .tw .lg\:first\:pb-12:first-child{
    padding-bottom: 60px;
  }

  .tw .lg\:first\:pb-13:first-child{
    padding-bottom: 65px;
  }

  .tw .lg\:first\:pb-14:first-child{
    padding-bottom: 70px;
  }

  .tw .lg\:first\:pb-15:first-child{
    padding-bottom: 75px;
  }

  .tw .lg\:first\:pb-16:first-child{
    padding-bottom: 80px;
  }

  .tw .lg\:first\:pb-17:first-child{
    padding-bottom: 85px;
  }

  .tw .lg\:first\:pb-18:first-child{
    padding-bottom: 90px;
  }

  .tw .lg\:first\:pb-19:first-child{
    padding-bottom: 95px;
  }

  .tw .lg\:first\:pb-20:first-child{
    padding-bottom: 100px;
  }

  .tw .lg\:first\:pb-21:first-child{
    padding-bottom: 105px;
  }

  .tw .lg\:first\:pb-22:first-child{
    padding-bottom: 110px;
  }

  .tw .lg\:first\:pb-23:first-child{
    padding-bottom: 115px;
  }

  .tw .lg\:first\:pb-24:first-child{
    padding-bottom: 120px;
  }

  .tw .lg\:first\:pb-25:first-child{
    padding-bottom: 125px;
  }

  .tw .lg\:first\:pb-26:first-child{
    padding-bottom: 130px;
  }

  .tw .lg\:first\:pb-27:first-child{
    padding-bottom: 135px;
  }

  .tw .lg\:first\:pb-28:first-child{
    padding-bottom: 140px;
  }

  .tw .lg\:first\:pb-29:first-child{
    padding-bottom: 145px;
  }

  .tw .lg\:first\:pb-30:first-child{
    padding-bottom: 150px;
  }

  .tw .lg\:first\:pb-31:first-child{
    padding-bottom: 155px;
  }

  .tw .lg\:first\:pb-32:first-child{
    padding-bottom: 160px;
  }

  .tw .lg\:first\:pb-33:first-child{
    padding-bottom: 165px;
  }

  .tw .lg\:first\:pb-34:first-child{
    padding-bottom: 170px;
  }

  .tw .lg\:first\:pb-35:first-child{
    padding-bottom: 175px;
  }

  .tw .lg\:first\:pb-36:first-child{
    padding-bottom: 180px;
  }

  .tw .lg\:first\:pb-37:first-child{
    padding-bottom: 185px;
  }

  .tw .lg\:first\:pb-38:first-child{
    padding-bottom: 190px;
  }

  .tw .lg\:first\:pb-39:first-child{
    padding-bottom: 195px;
  }

  .tw .lg\:first\:pb-40:first-child{
    padding-bottom: 200px;
  }

  .tw .lg\:first\:pb-41:first-child{
    padding-bottom: 205px;
  }

  .tw .lg\:first\:pb-42:first-child{
    padding-bottom: 210px;
  }

  .tw .lg\:first\:pb-43:first-child{
    padding-bottom: 215px;
  }

  .tw .lg\:first\:pb-44:first-child{
    padding-bottom: 220px;
  }

  .tw .lg\:first\:pb-45:first-child{
    padding-bottom: 225px;
  }

  .tw .lg\:first\:pb-46:first-child{
    padding-bottom: 230px;
  }

  .tw .lg\:first\:pb-47:first-child{
    padding-bottom: 235px;
  }

  .tw .lg\:first\:pb-48:first-child{
    padding-bottom: 240px;
  }

  .tw .lg\:first\:pb-49:first-child{
    padding-bottom: 245px;
  }

  .tw .lg\:first\:pb-50:first-child{
    padding-bottom: 250px;
  }

  .tw .lg\:first\:pb-51:first-child{
    padding-bottom: 255px;
  }

  .tw .lg\:first\:pb-52:first-child{
    padding-bottom: 260px;
  }

  .tw .lg\:first\:pb-53:first-child{
    padding-bottom: 265px;
  }

  .tw .lg\:first\:pb-54:first-child{
    padding-bottom: 270px;
  }

  .tw .lg\:first\:pb-55:first-child{
    padding-bottom: 275px;
  }

  .tw .lg\:first\:pb-56:first-child{
    padding-bottom: 280px;
  }

  .tw .lg\:first\:pb-57:first-child{
    padding-bottom: 285px;
  }

  .tw .lg\:first\:pb-58:first-child{
    padding-bottom: 290px;
  }

  .tw .lg\:first\:pb-59:first-child{
    padding-bottom: 295px;
  }

  .tw .lg\:first\:pb-60:first-child{
    padding-bottom: 300px;
  }

  .tw .lg\:first\:pb-61:first-child{
    padding-bottom: 305px;
  }

  .tw .lg\:first\:pb-62:first-child{
    padding-bottom: 310px;
  }

  .tw .lg\:first\:pb-63:first-child{
    padding-bottom: 315px;
  }

  .tw .lg\:first\:pb-64:first-child{
    padding-bottom: 320px;
  }

  .tw .lg\:first\:pb-65:first-child{
    padding-bottom: 325px;
  }

  .tw .lg\:first\:pb-66:first-child{
    padding-bottom: 330px;
  }

  .tw .lg\:first\:pb-67:first-child{
    padding-bottom: 335px;
  }

  .tw .lg\:first\:pb-68:first-child{
    padding-bottom: 340px;
  }

  .tw .lg\:first\:pb-69:first-child{
    padding-bottom: 345px;
  }

  .tw .lg\:first\:pb-70:first-child{
    padding-bottom: 350px;
  }

  .tw .lg\:first\:pb-71:first-child{
    padding-bottom: 355px;
  }

  .tw .lg\:first\:pb-72:first-child{
    padding-bottom: 360px;
  }

  .tw .lg\:first\:pb-73:first-child{
    padding-bottom: 365px;
  }

  .tw .lg\:first\:pb-74:first-child{
    padding-bottom: 370px;
  }

  .tw .lg\:first\:pb-75:first-child{
    padding-bottom: 375px;
  }

  .tw .lg\:first\:pb-76:first-child{
    padding-bottom: 380px;
  }

  .tw .lg\:first\:pb-77:first-child{
    padding-bottom: 385px;
  }

  .tw .lg\:first\:pb-78:first-child{
    padding-bottom: 390px;
  }

  .tw .lg\:first\:pb-79:first-child{
    padding-bottom: 395px;
  }

  .tw .lg\:first\:pb-80:first-child{
    padding-bottom: 400px;
  }

  .tw .lg\:first\:pb-81:first-child{
    padding-bottom: 405px;
  }

  .tw .lg\:first\:pb-82:first-child{
    padding-bottom: 410px;
  }

  .tw .lg\:first\:pb-83:first-child{
    padding-bottom: 415px;
  }

  .tw .lg\:first\:pb-84:first-child{
    padding-bottom: 420px;
  }

  .tw .lg\:first\:pb-85:first-child{
    padding-bottom: 425px;
  }

  .tw .lg\:first\:pb-86:first-child{
    padding-bottom: 430px;
  }

  .tw .lg\:first\:pb-87:first-child{
    padding-bottom: 435px;
  }

  .tw .lg\:first\:pb-88:first-child{
    padding-bottom: 440px;
  }

  .tw .lg\:first\:pb-89:first-child{
    padding-bottom: 445px;
  }

  .tw .lg\:first\:pb-90:first-child{
    padding-bottom: 450px;
  }

  .tw .lg\:first\:pb-91:first-child{
    padding-bottom: 455px;
  }

  .tw .lg\:first\:pb-92:first-child{
    padding-bottom: 460px;
  }

  .tw .lg\:first\:pb-93:first-child{
    padding-bottom: 465px;
  }

  .tw .lg\:first\:pb-94:first-child{
    padding-bottom: 470px;
  }

  .tw .lg\:first\:pb-95:first-child{
    padding-bottom: 475px;
  }

  .tw .lg\:first\:pb-96:first-child{
    padding-bottom: 480px;
  }

  .tw .lg\:first\:pb-97:first-child{
    padding-bottom: 485px;
  }

  .tw .lg\:first\:pb-98:first-child{
    padding-bottom: 490px;
  }

  .tw .lg\:first\:pb-99:first-child{
    padding-bottom: 495px;
  }

  .tw .lg\:first\:pb-100:first-child{
    padding-bottom: 500px;
  }

  .tw .lg\:first\:pb-101:first-child{
    padding-bottom: 505px;
  }

  .tw .lg\:first\:pb-102:first-child{
    padding-bottom: 510px;
  }

  .tw .lg\:first\:pb-103:first-child{
    padding-bottom: 515px;
  }

  .tw .lg\:first\:pb-104:first-child{
    padding-bottom: 520px;
  }

  .tw .lg\:first\:pb-105:first-child{
    padding-bottom: 525px;
  }

  .tw .lg\:first\:pb-106:first-child{
    padding-bottom: 530px;
  }

  .tw .lg\:first\:pb-107:first-child{
    padding-bottom: 535px;
  }

  .tw .lg\:first\:pb-108:first-child{
    padding-bottom: 540px;
  }

  .tw .lg\:first\:pb-109:first-child{
    padding-bottom: 545px;
  }

  .tw .lg\:first\:pb-110:first-child{
    padding-bottom: 550px;
  }

  .tw .lg\:first\:pb-111:first-child{
    padding-bottom: 555px;
  }

  .tw .lg\:first\:pb-112:first-child{
    padding-bottom: 560px;
  }

  .tw .lg\:first\:pb-113:first-child{
    padding-bottom: 565px;
  }

  .tw .lg\:first\:pb-114:first-child{
    padding-bottom: 570px;
  }

  .tw .lg\:first\:pb-115:first-child{
    padding-bottom: 575px;
  }

  .tw .lg\:first\:pb-116:first-child{
    padding-bottom: 580px;
  }

  .tw .lg\:first\:pb-117:first-child{
    padding-bottom: 585px;
  }

  .tw .lg\:first\:pb-118:first-child{
    padding-bottom: 590px;
  }

  .tw .lg\:first\:pb-119:first-child{
    padding-bottom: 595px;
  }

  .tw .lg\:first\:pb-120:first-child{
    padding-bottom: 600px;
  }

  .tw .lg\:first\:pb-121:first-child{
    padding-bottom: 605px;
  }

  .tw .lg\:first\:pb-122:first-child{
    padding-bottom: 610px;
  }

  .tw .lg\:first\:pb-123:first-child{
    padding-bottom: 615px;
  }

  .tw .lg\:first\:pb-124:first-child{
    padding-bottom: 620px;
  }

  .tw .lg\:first\:pb-125:first-child{
    padding-bottom: 625px;
  }

  .tw .lg\:first\:pb-126:first-child{
    padding-bottom: 630px;
  }

  .tw .lg\:first\:pb-127:first-child{
    padding-bottom: 635px;
  }

  .tw .lg\:first\:pb-128:first-child{
    padding-bottom: 640px;
  }

  .tw .lg\:first\:pb-129:first-child{
    padding-bottom: 645px;
  }

  .tw .lg\:first\:pb-130:first-child{
    padding-bottom: 650px;
  }

  .tw .lg\:first\:pb-131:first-child{
    padding-bottom: 655px;
  }

  .tw .lg\:first\:pb-132:first-child{
    padding-bottom: 660px;
  }

  .tw .lg\:first\:pb-133:first-child{
    padding-bottom: 665px;
  }

  .tw .lg\:first\:pb-134:first-child{
    padding-bottom: 670px;
  }

  .tw .lg\:first\:pb-135:first-child{
    padding-bottom: 675px;
  }

  .tw .lg\:first\:pb-136:first-child{
    padding-bottom: 680px;
  }

  .tw .lg\:first\:pb-137:first-child{
    padding-bottom: 685px;
  }

  .tw .lg\:first\:pb-138:first-child{
    padding-bottom: 690px;
  }

  .tw .lg\:first\:pb-139:first-child{
    padding-bottom: 695px;
  }

  .tw .lg\:first\:pb-140:first-child{
    padding-bottom: 700px;
  }

  .tw .lg\:first\:pb-141:first-child{
    padding-bottom: 705px;
  }

  .tw .lg\:first\:pb-142:first-child{
    padding-bottom: 710px;
  }

  .tw .lg\:first\:pb-143:first-child{
    padding-bottom: 715px;
  }

  .tw .lg\:first\:pb-144:first-child{
    padding-bottom: 720px;
  }

  .tw .lg\:first\:pb-145:first-child{
    padding-bottom: 725px;
  }

  .tw .lg\:first\:pb-146:first-child{
    padding-bottom: 730px;
  }

  .tw .lg\:first\:pb-147:first-child{
    padding-bottom: 735px;
  }

  .tw .lg\:first\:pb-148:first-child{
    padding-bottom: 740px;
  }

  .tw .lg\:first\:pb-149:first-child{
    padding-bottom: 745px;
  }

  .tw .lg\:first\:pb-0\.5:first-child{
    padding-bottom: 3px;
  }

  .tw .lg\:first\:pb-1px:first-child{
    padding-bottom: 1px;
  }

  .tw .lg\:first\:pb-2px:first-child{
    padding-bottom: 2px;
  }

  .tw .lg\:first\:pb-3px:first-child{
    padding-bottom: 3px;
  }

  .tw .lg\:first\:pb-4px:first-child{
    padding-bottom: 4px;
  }

  .tw .lg\:first\:pb-5px:first-child{
    padding-bottom: 5px;
  }

  .tw .lg\:first\:pb-6px:first-child{
    padding-bottom: 6px;
  }

  .tw .lg\:first\:pb-7px:first-child{
    padding-bottom: 7px;
  }

  .tw .lg\:first\:pb-8px:first-child{
    padding-bottom: 8px;
  }

  .tw .lg\:first\:pb-9px:first-child{
    padding-bottom: 9px;
  }

  .tw .lg\:first\:pb-10px:first-child{
    padding-bottom: 10px;
  }

  .tw .lg\:first\:pb-11px:first-child{
    padding-bottom: 11px;
  }

  .tw .lg\:first\:pb-12px:first-child{
    padding-bottom: 12px;
  }

  .tw .lg\:first\:pb-13px:first-child{
    padding-bottom: 13px;
  }

  .tw .lg\:first\:pb-14px:first-child{
    padding-bottom: 14px;
  }

  .tw .lg\:first\:pb-15px:first-child{
    padding-bottom: 15px;
  }

  .tw .lg\:first\:pb-16px:first-child{
    padding-bottom: 16px;
  }

  .tw .lg\:first\:pb-17px:first-child{
    padding-bottom: 17px;
  }

  .tw .lg\:first\:pb-18px:first-child{
    padding-bottom: 18px;
  }

  .tw .lg\:first\:pb-19px:first-child{
    padding-bottom: 19px;
  }

  .tw .lg\:first\:pb-20px:first-child{
    padding-bottom: 20px;
  }

  .tw .lg\:first\:pb-21px:first-child{
    padding-bottom: 21px;
  }

  .tw .lg\:first\:pb-22px:first-child{
    padding-bottom: 22px;
  }

  .tw .lg\:first\:pb-23px:first-child{
    padding-bottom: 23px;
  }

  .tw .lg\:first\:pb-24px:first-child{
    padding-bottom: 24px;
  }

  .tw .lg\:first\:pb-25px:first-child{
    padding-bottom: 25px;
  }

  .tw .lg\:first\:pb-26px:first-child{
    padding-bottom: 26px;
  }

  .tw .lg\:first\:pb-27px:first-child{
    padding-bottom: 27px;
  }

  .tw .lg\:first\:pb-28px:first-child{
    padding-bottom: 28px;
  }

  .tw .lg\:first\:pb-29px:first-child{
    padding-bottom: 29px;
  }

  .tw .lg\:first\:pb-30px:first-child{
    padding-bottom: 30px;
  }

  .tw .lg\:first\:pb-31px:first-child{
    padding-bottom: 31px;
  }

  .tw .lg\:first\:pb-32px:first-child{
    padding-bottom: 32px;
  }

  .tw .lg\:first\:pb-33px:first-child{
    padding-bottom: 33px;
  }

  .tw .lg\:first\:pb-34px:first-child{
    padding-bottom: 34px;
  }

  .tw .lg\:first\:pb-35px:first-child{
    padding-bottom: 35px;
  }

  .tw .lg\:first\:pb-36px:first-child{
    padding-bottom: 36px;
  }

  .tw .lg\:first\:pb-37px:first-child{
    padding-bottom: 37px;
  }

  .tw .lg\:first\:pb-38px:first-child{
    padding-bottom: 38px;
  }

  .tw .lg\:first\:pb-39px:first-child{
    padding-bottom: 39px;
  }

  .tw .lg\:first\:pb-40px:first-child{
    padding-bottom: 40px;
  }

  .tw .lg\:first\:pl-0:first-child{
    padding-left: 0px;
  }

  .tw .lg\:first\:pl-1:first-child{
    padding-left: 5px;
  }

  .tw .lg\:first\:pl-2:first-child{
    padding-left: 10px;
  }

  .tw .lg\:first\:pl-3:first-child{
    padding-left: 15px;
  }

  .tw .lg\:first\:pl-4:first-child{
    padding-left: 20px;
  }

  .tw .lg\:first\:pl-5:first-child{
    padding-left: 25px;
  }

  .tw .lg\:first\:pl-6:first-child{
    padding-left: 30px;
  }

  .tw .lg\:first\:pl-7:first-child{
    padding-left: 35px;
  }

  .tw .lg\:first\:pl-8:first-child{
    padding-left: 40px;
  }

  .tw .lg\:first\:pl-9:first-child{
    padding-left: 45px;
  }

  .tw .lg\:first\:pl-10:first-child{
    padding-left: 50px;
  }

  .tw .lg\:first\:pl-11:first-child{
    padding-left: 55px;
  }

  .tw .lg\:first\:pl-12:first-child{
    padding-left: 60px;
  }

  .tw .lg\:first\:pl-13:first-child{
    padding-left: 65px;
  }

  .tw .lg\:first\:pl-14:first-child{
    padding-left: 70px;
  }

  .tw .lg\:first\:pl-15:first-child{
    padding-left: 75px;
  }

  .tw .lg\:first\:pl-16:first-child{
    padding-left: 80px;
  }

  .tw .lg\:first\:pl-17:first-child{
    padding-left: 85px;
  }

  .tw .lg\:first\:pl-18:first-child{
    padding-left: 90px;
  }

  .tw .lg\:first\:pl-19:first-child{
    padding-left: 95px;
  }

  .tw .lg\:first\:pl-20:first-child{
    padding-left: 100px;
  }

  .tw .lg\:first\:pl-21:first-child{
    padding-left: 105px;
  }

  .tw .lg\:first\:pl-22:first-child{
    padding-left: 110px;
  }

  .tw .lg\:first\:pl-23:first-child{
    padding-left: 115px;
  }

  .tw .lg\:first\:pl-24:first-child{
    padding-left: 120px;
  }

  .tw .lg\:first\:pl-25:first-child{
    padding-left: 125px;
  }

  .tw .lg\:first\:pl-26:first-child{
    padding-left: 130px;
  }

  .tw .lg\:first\:pl-27:first-child{
    padding-left: 135px;
  }

  .tw .lg\:first\:pl-28:first-child{
    padding-left: 140px;
  }

  .tw .lg\:first\:pl-29:first-child{
    padding-left: 145px;
  }

  .tw .lg\:first\:pl-30:first-child{
    padding-left: 150px;
  }

  .tw .lg\:first\:pl-31:first-child{
    padding-left: 155px;
  }

  .tw .lg\:first\:pl-32:first-child{
    padding-left: 160px;
  }

  .tw .lg\:first\:pl-33:first-child{
    padding-left: 165px;
  }

  .tw .lg\:first\:pl-34:first-child{
    padding-left: 170px;
  }

  .tw .lg\:first\:pl-35:first-child{
    padding-left: 175px;
  }

  .tw .lg\:first\:pl-36:first-child{
    padding-left: 180px;
  }

  .tw .lg\:first\:pl-37:first-child{
    padding-left: 185px;
  }

  .tw .lg\:first\:pl-38:first-child{
    padding-left: 190px;
  }

  .tw .lg\:first\:pl-39:first-child{
    padding-left: 195px;
  }

  .tw .lg\:first\:pl-40:first-child{
    padding-left: 200px;
  }

  .tw .lg\:first\:pl-41:first-child{
    padding-left: 205px;
  }

  .tw .lg\:first\:pl-42:first-child{
    padding-left: 210px;
  }

  .tw .lg\:first\:pl-43:first-child{
    padding-left: 215px;
  }

  .tw .lg\:first\:pl-44:first-child{
    padding-left: 220px;
  }

  .tw .lg\:first\:pl-45:first-child{
    padding-left: 225px;
  }

  .tw .lg\:first\:pl-46:first-child{
    padding-left: 230px;
  }

  .tw .lg\:first\:pl-47:first-child{
    padding-left: 235px;
  }

  .tw .lg\:first\:pl-48:first-child{
    padding-left: 240px;
  }

  .tw .lg\:first\:pl-49:first-child{
    padding-left: 245px;
  }

  .tw .lg\:first\:pl-50:first-child{
    padding-left: 250px;
  }

  .tw .lg\:first\:pl-51:first-child{
    padding-left: 255px;
  }

  .tw .lg\:first\:pl-52:first-child{
    padding-left: 260px;
  }

  .tw .lg\:first\:pl-53:first-child{
    padding-left: 265px;
  }

  .tw .lg\:first\:pl-54:first-child{
    padding-left: 270px;
  }

  .tw .lg\:first\:pl-55:first-child{
    padding-left: 275px;
  }

  .tw .lg\:first\:pl-56:first-child{
    padding-left: 280px;
  }

  .tw .lg\:first\:pl-57:first-child{
    padding-left: 285px;
  }

  .tw .lg\:first\:pl-58:first-child{
    padding-left: 290px;
  }

  .tw .lg\:first\:pl-59:first-child{
    padding-left: 295px;
  }

  .tw .lg\:first\:pl-60:first-child{
    padding-left: 300px;
  }

  .tw .lg\:first\:pl-61:first-child{
    padding-left: 305px;
  }

  .tw .lg\:first\:pl-62:first-child{
    padding-left: 310px;
  }

  .tw .lg\:first\:pl-63:first-child{
    padding-left: 315px;
  }

  .tw .lg\:first\:pl-64:first-child{
    padding-left: 320px;
  }

  .tw .lg\:first\:pl-65:first-child{
    padding-left: 325px;
  }

  .tw .lg\:first\:pl-66:first-child{
    padding-left: 330px;
  }

  .tw .lg\:first\:pl-67:first-child{
    padding-left: 335px;
  }

  .tw .lg\:first\:pl-68:first-child{
    padding-left: 340px;
  }

  .tw .lg\:first\:pl-69:first-child{
    padding-left: 345px;
  }

  .tw .lg\:first\:pl-70:first-child{
    padding-left: 350px;
  }

  .tw .lg\:first\:pl-71:first-child{
    padding-left: 355px;
  }

  .tw .lg\:first\:pl-72:first-child{
    padding-left: 360px;
  }

  .tw .lg\:first\:pl-73:first-child{
    padding-left: 365px;
  }

  .tw .lg\:first\:pl-74:first-child{
    padding-left: 370px;
  }

  .tw .lg\:first\:pl-75:first-child{
    padding-left: 375px;
  }

  .tw .lg\:first\:pl-76:first-child{
    padding-left: 380px;
  }

  .tw .lg\:first\:pl-77:first-child{
    padding-left: 385px;
  }

  .tw .lg\:first\:pl-78:first-child{
    padding-left: 390px;
  }

  .tw .lg\:first\:pl-79:first-child{
    padding-left: 395px;
  }

  .tw .lg\:first\:pl-80:first-child{
    padding-left: 400px;
  }

  .tw .lg\:first\:pl-81:first-child{
    padding-left: 405px;
  }

  .tw .lg\:first\:pl-82:first-child{
    padding-left: 410px;
  }

  .tw .lg\:first\:pl-83:first-child{
    padding-left: 415px;
  }

  .tw .lg\:first\:pl-84:first-child{
    padding-left: 420px;
  }

  .tw .lg\:first\:pl-85:first-child{
    padding-left: 425px;
  }

  .tw .lg\:first\:pl-86:first-child{
    padding-left: 430px;
  }

  .tw .lg\:first\:pl-87:first-child{
    padding-left: 435px;
  }

  .tw .lg\:first\:pl-88:first-child{
    padding-left: 440px;
  }

  .tw .lg\:first\:pl-89:first-child{
    padding-left: 445px;
  }

  .tw .lg\:first\:pl-90:first-child{
    padding-left: 450px;
  }

  .tw .lg\:first\:pl-91:first-child{
    padding-left: 455px;
  }

  .tw .lg\:first\:pl-92:first-child{
    padding-left: 460px;
  }

  .tw .lg\:first\:pl-93:first-child{
    padding-left: 465px;
  }

  .tw .lg\:first\:pl-94:first-child{
    padding-left: 470px;
  }

  .tw .lg\:first\:pl-95:first-child{
    padding-left: 475px;
  }

  .tw .lg\:first\:pl-96:first-child{
    padding-left: 480px;
  }

  .tw .lg\:first\:pl-97:first-child{
    padding-left: 485px;
  }

  .tw .lg\:first\:pl-98:first-child{
    padding-left: 490px;
  }

  .tw .lg\:first\:pl-99:first-child{
    padding-left: 495px;
  }

  .tw .lg\:first\:pl-100:first-child{
    padding-left: 500px;
  }

  .tw .lg\:first\:pl-101:first-child{
    padding-left: 505px;
  }

  .tw .lg\:first\:pl-102:first-child{
    padding-left: 510px;
  }

  .tw .lg\:first\:pl-103:first-child{
    padding-left: 515px;
  }

  .tw .lg\:first\:pl-104:first-child{
    padding-left: 520px;
  }

  .tw .lg\:first\:pl-105:first-child{
    padding-left: 525px;
  }

  .tw .lg\:first\:pl-106:first-child{
    padding-left: 530px;
  }

  .tw .lg\:first\:pl-107:first-child{
    padding-left: 535px;
  }

  .tw .lg\:first\:pl-108:first-child{
    padding-left: 540px;
  }

  .tw .lg\:first\:pl-109:first-child{
    padding-left: 545px;
  }

  .tw .lg\:first\:pl-110:first-child{
    padding-left: 550px;
  }

  .tw .lg\:first\:pl-111:first-child{
    padding-left: 555px;
  }

  .tw .lg\:first\:pl-112:first-child{
    padding-left: 560px;
  }

  .tw .lg\:first\:pl-113:first-child{
    padding-left: 565px;
  }

  .tw .lg\:first\:pl-114:first-child{
    padding-left: 570px;
  }

  .tw .lg\:first\:pl-115:first-child{
    padding-left: 575px;
  }

  .tw .lg\:first\:pl-116:first-child{
    padding-left: 580px;
  }

  .tw .lg\:first\:pl-117:first-child{
    padding-left: 585px;
  }

  .tw .lg\:first\:pl-118:first-child{
    padding-left: 590px;
  }

  .tw .lg\:first\:pl-119:first-child{
    padding-left: 595px;
  }

  .tw .lg\:first\:pl-120:first-child{
    padding-left: 600px;
  }

  .tw .lg\:first\:pl-121:first-child{
    padding-left: 605px;
  }

  .tw .lg\:first\:pl-122:first-child{
    padding-left: 610px;
  }

  .tw .lg\:first\:pl-123:first-child{
    padding-left: 615px;
  }

  .tw .lg\:first\:pl-124:first-child{
    padding-left: 620px;
  }

  .tw .lg\:first\:pl-125:first-child{
    padding-left: 625px;
  }

  .tw .lg\:first\:pl-126:first-child{
    padding-left: 630px;
  }

  .tw .lg\:first\:pl-127:first-child{
    padding-left: 635px;
  }

  .tw .lg\:first\:pl-128:first-child{
    padding-left: 640px;
  }

  .tw .lg\:first\:pl-129:first-child{
    padding-left: 645px;
  }

  .tw .lg\:first\:pl-130:first-child{
    padding-left: 650px;
  }

  .tw .lg\:first\:pl-131:first-child{
    padding-left: 655px;
  }

  .tw .lg\:first\:pl-132:first-child{
    padding-left: 660px;
  }

  .tw .lg\:first\:pl-133:first-child{
    padding-left: 665px;
  }

  .tw .lg\:first\:pl-134:first-child{
    padding-left: 670px;
  }

  .tw .lg\:first\:pl-135:first-child{
    padding-left: 675px;
  }

  .tw .lg\:first\:pl-136:first-child{
    padding-left: 680px;
  }

  .tw .lg\:first\:pl-137:first-child{
    padding-left: 685px;
  }

  .tw .lg\:first\:pl-138:first-child{
    padding-left: 690px;
  }

  .tw .lg\:first\:pl-139:first-child{
    padding-left: 695px;
  }

  .tw .lg\:first\:pl-140:first-child{
    padding-left: 700px;
  }

  .tw .lg\:first\:pl-141:first-child{
    padding-left: 705px;
  }

  .tw .lg\:first\:pl-142:first-child{
    padding-left: 710px;
  }

  .tw .lg\:first\:pl-143:first-child{
    padding-left: 715px;
  }

  .tw .lg\:first\:pl-144:first-child{
    padding-left: 720px;
  }

  .tw .lg\:first\:pl-145:first-child{
    padding-left: 725px;
  }

  .tw .lg\:first\:pl-146:first-child{
    padding-left: 730px;
  }

  .tw .lg\:first\:pl-147:first-child{
    padding-left: 735px;
  }

  .tw .lg\:first\:pl-148:first-child{
    padding-left: 740px;
  }

  .tw .lg\:first\:pl-149:first-child{
    padding-left: 745px;
  }

  .tw .lg\:first\:pl-0\.5:first-child{
    padding-left: 3px;
  }

  .tw .lg\:first\:pl-1px:first-child{
    padding-left: 1px;
  }

  .tw .lg\:first\:pl-2px:first-child{
    padding-left: 2px;
  }

  .tw .lg\:first\:pl-3px:first-child{
    padding-left: 3px;
  }

  .tw .lg\:first\:pl-4px:first-child{
    padding-left: 4px;
  }

  .tw .lg\:first\:pl-5px:first-child{
    padding-left: 5px;
  }

  .tw .lg\:first\:pl-6px:first-child{
    padding-left: 6px;
  }

  .tw .lg\:first\:pl-7px:first-child{
    padding-left: 7px;
  }

  .tw .lg\:first\:pl-8px:first-child{
    padding-left: 8px;
  }

  .tw .lg\:first\:pl-9px:first-child{
    padding-left: 9px;
  }

  .tw .lg\:first\:pl-10px:first-child{
    padding-left: 10px;
  }

  .tw .lg\:first\:pl-11px:first-child{
    padding-left: 11px;
  }

  .tw .lg\:first\:pl-12px:first-child{
    padding-left: 12px;
  }

  .tw .lg\:first\:pl-13px:first-child{
    padding-left: 13px;
  }

  .tw .lg\:first\:pl-14px:first-child{
    padding-left: 14px;
  }

  .tw .lg\:first\:pl-15px:first-child{
    padding-left: 15px;
  }

  .tw .lg\:first\:pl-16px:first-child{
    padding-left: 16px;
  }

  .tw .lg\:first\:pl-17px:first-child{
    padding-left: 17px;
  }

  .tw .lg\:first\:pl-18px:first-child{
    padding-left: 18px;
  }

  .tw .lg\:first\:pl-19px:first-child{
    padding-left: 19px;
  }

  .tw .lg\:first\:pl-20px:first-child{
    padding-left: 20px;
  }

  .tw .lg\:first\:pl-21px:first-child{
    padding-left: 21px;
  }

  .tw .lg\:first\:pl-22px:first-child{
    padding-left: 22px;
  }

  .tw .lg\:first\:pl-23px:first-child{
    padding-left: 23px;
  }

  .tw .lg\:first\:pl-24px:first-child{
    padding-left: 24px;
  }

  .tw .lg\:first\:pl-25px:first-child{
    padding-left: 25px;
  }

  .tw .lg\:first\:pl-26px:first-child{
    padding-left: 26px;
  }

  .tw .lg\:first\:pl-27px:first-child{
    padding-left: 27px;
  }

  .tw .lg\:first\:pl-28px:first-child{
    padding-left: 28px;
  }

  .tw .lg\:first\:pl-29px:first-child{
    padding-left: 29px;
  }

  .tw .lg\:first\:pl-30px:first-child{
    padding-left: 30px;
  }

  .tw .lg\:first\:pl-31px:first-child{
    padding-left: 31px;
  }

  .tw .lg\:first\:pl-32px:first-child{
    padding-left: 32px;
  }

  .tw .lg\:first\:pl-33px:first-child{
    padding-left: 33px;
  }

  .tw .lg\:first\:pl-34px:first-child{
    padding-left: 34px;
  }

  .tw .lg\:first\:pl-35px:first-child{
    padding-left: 35px;
  }

  .tw .lg\:first\:pl-36px:first-child{
    padding-left: 36px;
  }

  .tw .lg\:first\:pl-37px:first-child{
    padding-left: 37px;
  }

  .tw .lg\:first\:pl-38px:first-child{
    padding-left: 38px;
  }

  .tw .lg\:first\:pl-39px:first-child{
    padding-left: 39px;
  }

  .tw .lg\:first\:pl-40px:first-child{
    padding-left: 40px;
  }

  .tw .lg\:last\:pt-0:last-child{
    padding-top: 0px;
  }

  .tw .lg\:last\:pt-1:last-child{
    padding-top: 5px;
  }

  .tw .lg\:last\:pt-2:last-child{
    padding-top: 10px;
  }

  .tw .lg\:last\:pt-3:last-child{
    padding-top: 15px;
  }

  .tw .lg\:last\:pt-4:last-child{
    padding-top: 20px;
  }

  .tw .lg\:last\:pt-5:last-child{
    padding-top: 25px;
  }

  .tw .lg\:last\:pt-6:last-child{
    padding-top: 30px;
  }

  .tw .lg\:last\:pt-7:last-child{
    padding-top: 35px;
  }

  .tw .lg\:last\:pt-8:last-child{
    padding-top: 40px;
  }

  .tw .lg\:last\:pt-9:last-child{
    padding-top: 45px;
  }

  .tw .lg\:last\:pt-10:last-child{
    padding-top: 50px;
  }

  .tw .lg\:last\:pt-11:last-child{
    padding-top: 55px;
  }

  .tw .lg\:last\:pt-12:last-child{
    padding-top: 60px;
  }

  .tw .lg\:last\:pt-13:last-child{
    padding-top: 65px;
  }

  .tw .lg\:last\:pt-14:last-child{
    padding-top: 70px;
  }

  .tw .lg\:last\:pt-15:last-child{
    padding-top: 75px;
  }

  .tw .lg\:last\:pt-16:last-child{
    padding-top: 80px;
  }

  .tw .lg\:last\:pt-17:last-child{
    padding-top: 85px;
  }

  .tw .lg\:last\:pt-18:last-child{
    padding-top: 90px;
  }

  .tw .lg\:last\:pt-19:last-child{
    padding-top: 95px;
  }

  .tw .lg\:last\:pt-20:last-child{
    padding-top: 100px;
  }

  .tw .lg\:last\:pt-21:last-child{
    padding-top: 105px;
  }

  .tw .lg\:last\:pt-22:last-child{
    padding-top: 110px;
  }

  .tw .lg\:last\:pt-23:last-child{
    padding-top: 115px;
  }

  .tw .lg\:last\:pt-24:last-child{
    padding-top: 120px;
  }

  .tw .lg\:last\:pt-25:last-child{
    padding-top: 125px;
  }

  .tw .lg\:last\:pt-26:last-child{
    padding-top: 130px;
  }

  .tw .lg\:last\:pt-27:last-child{
    padding-top: 135px;
  }

  .tw .lg\:last\:pt-28:last-child{
    padding-top: 140px;
  }

  .tw .lg\:last\:pt-29:last-child{
    padding-top: 145px;
  }

  .tw .lg\:last\:pt-30:last-child{
    padding-top: 150px;
  }

  .tw .lg\:last\:pt-31:last-child{
    padding-top: 155px;
  }

  .tw .lg\:last\:pt-32:last-child{
    padding-top: 160px;
  }

  .tw .lg\:last\:pt-33:last-child{
    padding-top: 165px;
  }

  .tw .lg\:last\:pt-34:last-child{
    padding-top: 170px;
  }

  .tw .lg\:last\:pt-35:last-child{
    padding-top: 175px;
  }

  .tw .lg\:last\:pt-36:last-child{
    padding-top: 180px;
  }

  .tw .lg\:last\:pt-37:last-child{
    padding-top: 185px;
  }

  .tw .lg\:last\:pt-38:last-child{
    padding-top: 190px;
  }

  .tw .lg\:last\:pt-39:last-child{
    padding-top: 195px;
  }

  .tw .lg\:last\:pt-40:last-child{
    padding-top: 200px;
  }

  .tw .lg\:last\:pt-41:last-child{
    padding-top: 205px;
  }

  .tw .lg\:last\:pt-42:last-child{
    padding-top: 210px;
  }

  .tw .lg\:last\:pt-43:last-child{
    padding-top: 215px;
  }

  .tw .lg\:last\:pt-44:last-child{
    padding-top: 220px;
  }

  .tw .lg\:last\:pt-45:last-child{
    padding-top: 225px;
  }

  .tw .lg\:last\:pt-46:last-child{
    padding-top: 230px;
  }

  .tw .lg\:last\:pt-47:last-child{
    padding-top: 235px;
  }

  .tw .lg\:last\:pt-48:last-child{
    padding-top: 240px;
  }

  .tw .lg\:last\:pt-49:last-child{
    padding-top: 245px;
  }

  .tw .lg\:last\:pt-50:last-child{
    padding-top: 250px;
  }

  .tw .lg\:last\:pt-51:last-child{
    padding-top: 255px;
  }

  .tw .lg\:last\:pt-52:last-child{
    padding-top: 260px;
  }

  .tw .lg\:last\:pt-53:last-child{
    padding-top: 265px;
  }

  .tw .lg\:last\:pt-54:last-child{
    padding-top: 270px;
  }

  .tw .lg\:last\:pt-55:last-child{
    padding-top: 275px;
  }

  .tw .lg\:last\:pt-56:last-child{
    padding-top: 280px;
  }

  .tw .lg\:last\:pt-57:last-child{
    padding-top: 285px;
  }

  .tw .lg\:last\:pt-58:last-child{
    padding-top: 290px;
  }

  .tw .lg\:last\:pt-59:last-child{
    padding-top: 295px;
  }

  .tw .lg\:last\:pt-60:last-child{
    padding-top: 300px;
  }

  .tw .lg\:last\:pt-61:last-child{
    padding-top: 305px;
  }

  .tw .lg\:last\:pt-62:last-child{
    padding-top: 310px;
  }

  .tw .lg\:last\:pt-63:last-child{
    padding-top: 315px;
  }

  .tw .lg\:last\:pt-64:last-child{
    padding-top: 320px;
  }

  .tw .lg\:last\:pt-65:last-child{
    padding-top: 325px;
  }

  .tw .lg\:last\:pt-66:last-child{
    padding-top: 330px;
  }

  .tw .lg\:last\:pt-67:last-child{
    padding-top: 335px;
  }

  .tw .lg\:last\:pt-68:last-child{
    padding-top: 340px;
  }

  .tw .lg\:last\:pt-69:last-child{
    padding-top: 345px;
  }

  .tw .lg\:last\:pt-70:last-child{
    padding-top: 350px;
  }

  .tw .lg\:last\:pt-71:last-child{
    padding-top: 355px;
  }

  .tw .lg\:last\:pt-72:last-child{
    padding-top: 360px;
  }

  .tw .lg\:last\:pt-73:last-child{
    padding-top: 365px;
  }

  .tw .lg\:last\:pt-74:last-child{
    padding-top: 370px;
  }

  .tw .lg\:last\:pt-75:last-child{
    padding-top: 375px;
  }

  .tw .lg\:last\:pt-76:last-child{
    padding-top: 380px;
  }

  .tw .lg\:last\:pt-77:last-child{
    padding-top: 385px;
  }

  .tw .lg\:last\:pt-78:last-child{
    padding-top: 390px;
  }

  .tw .lg\:last\:pt-79:last-child{
    padding-top: 395px;
  }

  .tw .lg\:last\:pt-80:last-child{
    padding-top: 400px;
  }

  .tw .lg\:last\:pt-81:last-child{
    padding-top: 405px;
  }

  .tw .lg\:last\:pt-82:last-child{
    padding-top: 410px;
  }

  .tw .lg\:last\:pt-83:last-child{
    padding-top: 415px;
  }

  .tw .lg\:last\:pt-84:last-child{
    padding-top: 420px;
  }

  .tw .lg\:last\:pt-85:last-child{
    padding-top: 425px;
  }

  .tw .lg\:last\:pt-86:last-child{
    padding-top: 430px;
  }

  .tw .lg\:last\:pt-87:last-child{
    padding-top: 435px;
  }

  .tw .lg\:last\:pt-88:last-child{
    padding-top: 440px;
  }

  .tw .lg\:last\:pt-89:last-child{
    padding-top: 445px;
  }

  .tw .lg\:last\:pt-90:last-child{
    padding-top: 450px;
  }

  .tw .lg\:last\:pt-91:last-child{
    padding-top: 455px;
  }

  .tw .lg\:last\:pt-92:last-child{
    padding-top: 460px;
  }

  .tw .lg\:last\:pt-93:last-child{
    padding-top: 465px;
  }

  .tw .lg\:last\:pt-94:last-child{
    padding-top: 470px;
  }

  .tw .lg\:last\:pt-95:last-child{
    padding-top: 475px;
  }

  .tw .lg\:last\:pt-96:last-child{
    padding-top: 480px;
  }

  .tw .lg\:last\:pt-97:last-child{
    padding-top: 485px;
  }

  .tw .lg\:last\:pt-98:last-child{
    padding-top: 490px;
  }

  .tw .lg\:last\:pt-99:last-child{
    padding-top: 495px;
  }

  .tw .lg\:last\:pt-100:last-child{
    padding-top: 500px;
  }

  .tw .lg\:last\:pt-101:last-child{
    padding-top: 505px;
  }

  .tw .lg\:last\:pt-102:last-child{
    padding-top: 510px;
  }

  .tw .lg\:last\:pt-103:last-child{
    padding-top: 515px;
  }

  .tw .lg\:last\:pt-104:last-child{
    padding-top: 520px;
  }

  .tw .lg\:last\:pt-105:last-child{
    padding-top: 525px;
  }

  .tw .lg\:last\:pt-106:last-child{
    padding-top: 530px;
  }

  .tw .lg\:last\:pt-107:last-child{
    padding-top: 535px;
  }

  .tw .lg\:last\:pt-108:last-child{
    padding-top: 540px;
  }

  .tw .lg\:last\:pt-109:last-child{
    padding-top: 545px;
  }

  .tw .lg\:last\:pt-110:last-child{
    padding-top: 550px;
  }

  .tw .lg\:last\:pt-111:last-child{
    padding-top: 555px;
  }

  .tw .lg\:last\:pt-112:last-child{
    padding-top: 560px;
  }

  .tw .lg\:last\:pt-113:last-child{
    padding-top: 565px;
  }

  .tw .lg\:last\:pt-114:last-child{
    padding-top: 570px;
  }

  .tw .lg\:last\:pt-115:last-child{
    padding-top: 575px;
  }

  .tw .lg\:last\:pt-116:last-child{
    padding-top: 580px;
  }

  .tw .lg\:last\:pt-117:last-child{
    padding-top: 585px;
  }

  .tw .lg\:last\:pt-118:last-child{
    padding-top: 590px;
  }

  .tw .lg\:last\:pt-119:last-child{
    padding-top: 595px;
  }

  .tw .lg\:last\:pt-120:last-child{
    padding-top: 600px;
  }

  .tw .lg\:last\:pt-121:last-child{
    padding-top: 605px;
  }

  .tw .lg\:last\:pt-122:last-child{
    padding-top: 610px;
  }

  .tw .lg\:last\:pt-123:last-child{
    padding-top: 615px;
  }

  .tw .lg\:last\:pt-124:last-child{
    padding-top: 620px;
  }

  .tw .lg\:last\:pt-125:last-child{
    padding-top: 625px;
  }

  .tw .lg\:last\:pt-126:last-child{
    padding-top: 630px;
  }

  .tw .lg\:last\:pt-127:last-child{
    padding-top: 635px;
  }

  .tw .lg\:last\:pt-128:last-child{
    padding-top: 640px;
  }

  .tw .lg\:last\:pt-129:last-child{
    padding-top: 645px;
  }

  .tw .lg\:last\:pt-130:last-child{
    padding-top: 650px;
  }

  .tw .lg\:last\:pt-131:last-child{
    padding-top: 655px;
  }

  .tw .lg\:last\:pt-132:last-child{
    padding-top: 660px;
  }

  .tw .lg\:last\:pt-133:last-child{
    padding-top: 665px;
  }

  .tw .lg\:last\:pt-134:last-child{
    padding-top: 670px;
  }

  .tw .lg\:last\:pt-135:last-child{
    padding-top: 675px;
  }

  .tw .lg\:last\:pt-136:last-child{
    padding-top: 680px;
  }

  .tw .lg\:last\:pt-137:last-child{
    padding-top: 685px;
  }

  .tw .lg\:last\:pt-138:last-child{
    padding-top: 690px;
  }

  .tw .lg\:last\:pt-139:last-child{
    padding-top: 695px;
  }

  .tw .lg\:last\:pt-140:last-child{
    padding-top: 700px;
  }

  .tw .lg\:last\:pt-141:last-child{
    padding-top: 705px;
  }

  .tw .lg\:last\:pt-142:last-child{
    padding-top: 710px;
  }

  .tw .lg\:last\:pt-143:last-child{
    padding-top: 715px;
  }

  .tw .lg\:last\:pt-144:last-child{
    padding-top: 720px;
  }

  .tw .lg\:last\:pt-145:last-child{
    padding-top: 725px;
  }

  .tw .lg\:last\:pt-146:last-child{
    padding-top: 730px;
  }

  .tw .lg\:last\:pt-147:last-child{
    padding-top: 735px;
  }

  .tw .lg\:last\:pt-148:last-child{
    padding-top: 740px;
  }

  .tw .lg\:last\:pt-149:last-child{
    padding-top: 745px;
  }

  .tw .lg\:last\:pt-0\.5:last-child{
    padding-top: 3px;
  }

  .tw .lg\:last\:pt-1px:last-child{
    padding-top: 1px;
  }

  .tw .lg\:last\:pt-2px:last-child{
    padding-top: 2px;
  }

  .tw .lg\:last\:pt-3px:last-child{
    padding-top: 3px;
  }

  .tw .lg\:last\:pt-4px:last-child{
    padding-top: 4px;
  }

  .tw .lg\:last\:pt-5px:last-child{
    padding-top: 5px;
  }

  .tw .lg\:last\:pt-6px:last-child{
    padding-top: 6px;
  }

  .tw .lg\:last\:pt-7px:last-child{
    padding-top: 7px;
  }

  .tw .lg\:last\:pt-8px:last-child{
    padding-top: 8px;
  }

  .tw .lg\:last\:pt-9px:last-child{
    padding-top: 9px;
  }

  .tw .lg\:last\:pt-10px:last-child{
    padding-top: 10px;
  }

  .tw .lg\:last\:pt-11px:last-child{
    padding-top: 11px;
  }

  .tw .lg\:last\:pt-12px:last-child{
    padding-top: 12px;
  }

  .tw .lg\:last\:pt-13px:last-child{
    padding-top: 13px;
  }

  .tw .lg\:last\:pt-14px:last-child{
    padding-top: 14px;
  }

  .tw .lg\:last\:pt-15px:last-child{
    padding-top: 15px;
  }

  .tw .lg\:last\:pt-16px:last-child{
    padding-top: 16px;
  }

  .tw .lg\:last\:pt-17px:last-child{
    padding-top: 17px;
  }

  .tw .lg\:last\:pt-18px:last-child{
    padding-top: 18px;
  }

  .tw .lg\:last\:pt-19px:last-child{
    padding-top: 19px;
  }

  .tw .lg\:last\:pt-20px:last-child{
    padding-top: 20px;
  }

  .tw .lg\:last\:pt-21px:last-child{
    padding-top: 21px;
  }

  .tw .lg\:last\:pt-22px:last-child{
    padding-top: 22px;
  }

  .tw .lg\:last\:pt-23px:last-child{
    padding-top: 23px;
  }

  .tw .lg\:last\:pt-24px:last-child{
    padding-top: 24px;
  }

  .tw .lg\:last\:pt-25px:last-child{
    padding-top: 25px;
  }

  .tw .lg\:last\:pt-26px:last-child{
    padding-top: 26px;
  }

  .tw .lg\:last\:pt-27px:last-child{
    padding-top: 27px;
  }

  .tw .lg\:last\:pt-28px:last-child{
    padding-top: 28px;
  }

  .tw .lg\:last\:pt-29px:last-child{
    padding-top: 29px;
  }

  .tw .lg\:last\:pt-30px:last-child{
    padding-top: 30px;
  }

  .tw .lg\:last\:pt-31px:last-child{
    padding-top: 31px;
  }

  .tw .lg\:last\:pt-32px:last-child{
    padding-top: 32px;
  }

  .tw .lg\:last\:pt-33px:last-child{
    padding-top: 33px;
  }

  .tw .lg\:last\:pt-34px:last-child{
    padding-top: 34px;
  }

  .tw .lg\:last\:pt-35px:last-child{
    padding-top: 35px;
  }

  .tw .lg\:last\:pt-36px:last-child{
    padding-top: 36px;
  }

  .tw .lg\:last\:pt-37px:last-child{
    padding-top: 37px;
  }

  .tw .lg\:last\:pt-38px:last-child{
    padding-top: 38px;
  }

  .tw .lg\:last\:pt-39px:last-child{
    padding-top: 39px;
  }

  .tw .lg\:last\:pt-40px:last-child{
    padding-top: 40px;
  }

  .tw .lg\:last\:pr-0:last-child{
    padding-right: 0px;
  }

  .tw .lg\:last\:pr-1:last-child{
    padding-right: 5px;
  }

  .tw .lg\:last\:pr-2:last-child{
    padding-right: 10px;
  }

  .tw .lg\:last\:pr-3:last-child{
    padding-right: 15px;
  }

  .tw .lg\:last\:pr-4:last-child{
    padding-right: 20px;
  }

  .tw .lg\:last\:pr-5:last-child{
    padding-right: 25px;
  }

  .tw .lg\:last\:pr-6:last-child{
    padding-right: 30px;
  }

  .tw .lg\:last\:pr-7:last-child{
    padding-right: 35px;
  }

  .tw .lg\:last\:pr-8:last-child{
    padding-right: 40px;
  }

  .tw .lg\:last\:pr-9:last-child{
    padding-right: 45px;
  }

  .tw .lg\:last\:pr-10:last-child{
    padding-right: 50px;
  }

  .tw .lg\:last\:pr-11:last-child{
    padding-right: 55px;
  }

  .tw .lg\:last\:pr-12:last-child{
    padding-right: 60px;
  }

  .tw .lg\:last\:pr-13:last-child{
    padding-right: 65px;
  }

  .tw .lg\:last\:pr-14:last-child{
    padding-right: 70px;
  }

  .tw .lg\:last\:pr-15:last-child{
    padding-right: 75px;
  }

  .tw .lg\:last\:pr-16:last-child{
    padding-right: 80px;
  }

  .tw .lg\:last\:pr-17:last-child{
    padding-right: 85px;
  }

  .tw .lg\:last\:pr-18:last-child{
    padding-right: 90px;
  }

  .tw .lg\:last\:pr-19:last-child{
    padding-right: 95px;
  }

  .tw .lg\:last\:pr-20:last-child{
    padding-right: 100px;
  }

  .tw .lg\:last\:pr-21:last-child{
    padding-right: 105px;
  }

  .tw .lg\:last\:pr-22:last-child{
    padding-right: 110px;
  }

  .tw .lg\:last\:pr-23:last-child{
    padding-right: 115px;
  }

  .tw .lg\:last\:pr-24:last-child{
    padding-right: 120px;
  }

  .tw .lg\:last\:pr-25:last-child{
    padding-right: 125px;
  }

  .tw .lg\:last\:pr-26:last-child{
    padding-right: 130px;
  }

  .tw .lg\:last\:pr-27:last-child{
    padding-right: 135px;
  }

  .tw .lg\:last\:pr-28:last-child{
    padding-right: 140px;
  }

  .tw .lg\:last\:pr-29:last-child{
    padding-right: 145px;
  }

  .tw .lg\:last\:pr-30:last-child{
    padding-right: 150px;
  }

  .tw .lg\:last\:pr-31:last-child{
    padding-right: 155px;
  }

  .tw .lg\:last\:pr-32:last-child{
    padding-right: 160px;
  }

  .tw .lg\:last\:pr-33:last-child{
    padding-right: 165px;
  }

  .tw .lg\:last\:pr-34:last-child{
    padding-right: 170px;
  }

  .tw .lg\:last\:pr-35:last-child{
    padding-right: 175px;
  }

  .tw .lg\:last\:pr-36:last-child{
    padding-right: 180px;
  }

  .tw .lg\:last\:pr-37:last-child{
    padding-right: 185px;
  }

  .tw .lg\:last\:pr-38:last-child{
    padding-right: 190px;
  }

  .tw .lg\:last\:pr-39:last-child{
    padding-right: 195px;
  }

  .tw .lg\:last\:pr-40:last-child{
    padding-right: 200px;
  }

  .tw .lg\:last\:pr-41:last-child{
    padding-right: 205px;
  }

  .tw .lg\:last\:pr-42:last-child{
    padding-right: 210px;
  }

  .tw .lg\:last\:pr-43:last-child{
    padding-right: 215px;
  }

  .tw .lg\:last\:pr-44:last-child{
    padding-right: 220px;
  }

  .tw .lg\:last\:pr-45:last-child{
    padding-right: 225px;
  }

  .tw .lg\:last\:pr-46:last-child{
    padding-right: 230px;
  }

  .tw .lg\:last\:pr-47:last-child{
    padding-right: 235px;
  }

  .tw .lg\:last\:pr-48:last-child{
    padding-right: 240px;
  }

  .tw .lg\:last\:pr-49:last-child{
    padding-right: 245px;
  }

  .tw .lg\:last\:pr-50:last-child{
    padding-right: 250px;
  }

  .tw .lg\:last\:pr-51:last-child{
    padding-right: 255px;
  }

  .tw .lg\:last\:pr-52:last-child{
    padding-right: 260px;
  }

  .tw .lg\:last\:pr-53:last-child{
    padding-right: 265px;
  }

  .tw .lg\:last\:pr-54:last-child{
    padding-right: 270px;
  }

  .tw .lg\:last\:pr-55:last-child{
    padding-right: 275px;
  }

  .tw .lg\:last\:pr-56:last-child{
    padding-right: 280px;
  }

  .tw .lg\:last\:pr-57:last-child{
    padding-right: 285px;
  }

  .tw .lg\:last\:pr-58:last-child{
    padding-right: 290px;
  }

  .tw .lg\:last\:pr-59:last-child{
    padding-right: 295px;
  }

  .tw .lg\:last\:pr-60:last-child{
    padding-right: 300px;
  }

  .tw .lg\:last\:pr-61:last-child{
    padding-right: 305px;
  }

  .tw .lg\:last\:pr-62:last-child{
    padding-right: 310px;
  }

  .tw .lg\:last\:pr-63:last-child{
    padding-right: 315px;
  }

  .tw .lg\:last\:pr-64:last-child{
    padding-right: 320px;
  }

  .tw .lg\:last\:pr-65:last-child{
    padding-right: 325px;
  }

  .tw .lg\:last\:pr-66:last-child{
    padding-right: 330px;
  }

  .tw .lg\:last\:pr-67:last-child{
    padding-right: 335px;
  }

  .tw .lg\:last\:pr-68:last-child{
    padding-right: 340px;
  }

  .tw .lg\:last\:pr-69:last-child{
    padding-right: 345px;
  }

  .tw .lg\:last\:pr-70:last-child{
    padding-right: 350px;
  }

  .tw .lg\:last\:pr-71:last-child{
    padding-right: 355px;
  }

  .tw .lg\:last\:pr-72:last-child{
    padding-right: 360px;
  }

  .tw .lg\:last\:pr-73:last-child{
    padding-right: 365px;
  }

  .tw .lg\:last\:pr-74:last-child{
    padding-right: 370px;
  }

  .tw .lg\:last\:pr-75:last-child{
    padding-right: 375px;
  }

  .tw .lg\:last\:pr-76:last-child{
    padding-right: 380px;
  }

  .tw .lg\:last\:pr-77:last-child{
    padding-right: 385px;
  }

  .tw .lg\:last\:pr-78:last-child{
    padding-right: 390px;
  }

  .tw .lg\:last\:pr-79:last-child{
    padding-right: 395px;
  }

  .tw .lg\:last\:pr-80:last-child{
    padding-right: 400px;
  }

  .tw .lg\:last\:pr-81:last-child{
    padding-right: 405px;
  }

  .tw .lg\:last\:pr-82:last-child{
    padding-right: 410px;
  }

  .tw .lg\:last\:pr-83:last-child{
    padding-right: 415px;
  }

  .tw .lg\:last\:pr-84:last-child{
    padding-right: 420px;
  }

  .tw .lg\:last\:pr-85:last-child{
    padding-right: 425px;
  }

  .tw .lg\:last\:pr-86:last-child{
    padding-right: 430px;
  }

  .tw .lg\:last\:pr-87:last-child{
    padding-right: 435px;
  }

  .tw .lg\:last\:pr-88:last-child{
    padding-right: 440px;
  }

  .tw .lg\:last\:pr-89:last-child{
    padding-right: 445px;
  }

  .tw .lg\:last\:pr-90:last-child{
    padding-right: 450px;
  }

  .tw .lg\:last\:pr-91:last-child{
    padding-right: 455px;
  }

  .tw .lg\:last\:pr-92:last-child{
    padding-right: 460px;
  }

  .tw .lg\:last\:pr-93:last-child{
    padding-right: 465px;
  }

  .tw .lg\:last\:pr-94:last-child{
    padding-right: 470px;
  }

  .tw .lg\:last\:pr-95:last-child{
    padding-right: 475px;
  }

  .tw .lg\:last\:pr-96:last-child{
    padding-right: 480px;
  }

  .tw .lg\:last\:pr-97:last-child{
    padding-right: 485px;
  }

  .tw .lg\:last\:pr-98:last-child{
    padding-right: 490px;
  }

  .tw .lg\:last\:pr-99:last-child{
    padding-right: 495px;
  }

  .tw .lg\:last\:pr-100:last-child{
    padding-right: 500px;
  }

  .tw .lg\:last\:pr-101:last-child{
    padding-right: 505px;
  }

  .tw .lg\:last\:pr-102:last-child{
    padding-right: 510px;
  }

  .tw .lg\:last\:pr-103:last-child{
    padding-right: 515px;
  }

  .tw .lg\:last\:pr-104:last-child{
    padding-right: 520px;
  }

  .tw .lg\:last\:pr-105:last-child{
    padding-right: 525px;
  }

  .tw .lg\:last\:pr-106:last-child{
    padding-right: 530px;
  }

  .tw .lg\:last\:pr-107:last-child{
    padding-right: 535px;
  }

  .tw .lg\:last\:pr-108:last-child{
    padding-right: 540px;
  }

  .tw .lg\:last\:pr-109:last-child{
    padding-right: 545px;
  }

  .tw .lg\:last\:pr-110:last-child{
    padding-right: 550px;
  }

  .tw .lg\:last\:pr-111:last-child{
    padding-right: 555px;
  }

  .tw .lg\:last\:pr-112:last-child{
    padding-right: 560px;
  }

  .tw .lg\:last\:pr-113:last-child{
    padding-right: 565px;
  }

  .tw .lg\:last\:pr-114:last-child{
    padding-right: 570px;
  }

  .tw .lg\:last\:pr-115:last-child{
    padding-right: 575px;
  }

  .tw .lg\:last\:pr-116:last-child{
    padding-right: 580px;
  }

  .tw .lg\:last\:pr-117:last-child{
    padding-right: 585px;
  }

  .tw .lg\:last\:pr-118:last-child{
    padding-right: 590px;
  }

  .tw .lg\:last\:pr-119:last-child{
    padding-right: 595px;
  }

  .tw .lg\:last\:pr-120:last-child{
    padding-right: 600px;
  }

  .tw .lg\:last\:pr-121:last-child{
    padding-right: 605px;
  }

  .tw .lg\:last\:pr-122:last-child{
    padding-right: 610px;
  }

  .tw .lg\:last\:pr-123:last-child{
    padding-right: 615px;
  }

  .tw .lg\:last\:pr-124:last-child{
    padding-right: 620px;
  }

  .tw .lg\:last\:pr-125:last-child{
    padding-right: 625px;
  }

  .tw .lg\:last\:pr-126:last-child{
    padding-right: 630px;
  }

  .tw .lg\:last\:pr-127:last-child{
    padding-right: 635px;
  }

  .tw .lg\:last\:pr-128:last-child{
    padding-right: 640px;
  }

  .tw .lg\:last\:pr-129:last-child{
    padding-right: 645px;
  }

  .tw .lg\:last\:pr-130:last-child{
    padding-right: 650px;
  }

  .tw .lg\:last\:pr-131:last-child{
    padding-right: 655px;
  }

  .tw .lg\:last\:pr-132:last-child{
    padding-right: 660px;
  }

  .tw .lg\:last\:pr-133:last-child{
    padding-right: 665px;
  }

  .tw .lg\:last\:pr-134:last-child{
    padding-right: 670px;
  }

  .tw .lg\:last\:pr-135:last-child{
    padding-right: 675px;
  }

  .tw .lg\:last\:pr-136:last-child{
    padding-right: 680px;
  }

  .tw .lg\:last\:pr-137:last-child{
    padding-right: 685px;
  }

  .tw .lg\:last\:pr-138:last-child{
    padding-right: 690px;
  }

  .tw .lg\:last\:pr-139:last-child{
    padding-right: 695px;
  }

  .tw .lg\:last\:pr-140:last-child{
    padding-right: 700px;
  }

  .tw .lg\:last\:pr-141:last-child{
    padding-right: 705px;
  }

  .tw .lg\:last\:pr-142:last-child{
    padding-right: 710px;
  }

  .tw .lg\:last\:pr-143:last-child{
    padding-right: 715px;
  }

  .tw .lg\:last\:pr-144:last-child{
    padding-right: 720px;
  }

  .tw .lg\:last\:pr-145:last-child{
    padding-right: 725px;
  }

  .tw .lg\:last\:pr-146:last-child{
    padding-right: 730px;
  }

  .tw .lg\:last\:pr-147:last-child{
    padding-right: 735px;
  }

  .tw .lg\:last\:pr-148:last-child{
    padding-right: 740px;
  }

  .tw .lg\:last\:pr-149:last-child{
    padding-right: 745px;
  }

  .tw .lg\:last\:pr-0\.5:last-child{
    padding-right: 3px;
  }

  .tw .lg\:last\:pr-1px:last-child{
    padding-right: 1px;
  }

  .tw .lg\:last\:pr-2px:last-child{
    padding-right: 2px;
  }

  .tw .lg\:last\:pr-3px:last-child{
    padding-right: 3px;
  }

  .tw .lg\:last\:pr-4px:last-child{
    padding-right: 4px;
  }

  .tw .lg\:last\:pr-5px:last-child{
    padding-right: 5px;
  }

  .tw .lg\:last\:pr-6px:last-child{
    padding-right: 6px;
  }

  .tw .lg\:last\:pr-7px:last-child{
    padding-right: 7px;
  }

  .tw .lg\:last\:pr-8px:last-child{
    padding-right: 8px;
  }

  .tw .lg\:last\:pr-9px:last-child{
    padding-right: 9px;
  }

  .tw .lg\:last\:pr-10px:last-child{
    padding-right: 10px;
  }

  .tw .lg\:last\:pr-11px:last-child{
    padding-right: 11px;
  }

  .tw .lg\:last\:pr-12px:last-child{
    padding-right: 12px;
  }

  .tw .lg\:last\:pr-13px:last-child{
    padding-right: 13px;
  }

  .tw .lg\:last\:pr-14px:last-child{
    padding-right: 14px;
  }

  .tw .lg\:last\:pr-15px:last-child{
    padding-right: 15px;
  }

  .tw .lg\:last\:pr-16px:last-child{
    padding-right: 16px;
  }

  .tw .lg\:last\:pr-17px:last-child{
    padding-right: 17px;
  }

  .tw .lg\:last\:pr-18px:last-child{
    padding-right: 18px;
  }

  .tw .lg\:last\:pr-19px:last-child{
    padding-right: 19px;
  }

  .tw .lg\:last\:pr-20px:last-child{
    padding-right: 20px;
  }

  .tw .lg\:last\:pr-21px:last-child{
    padding-right: 21px;
  }

  .tw .lg\:last\:pr-22px:last-child{
    padding-right: 22px;
  }

  .tw .lg\:last\:pr-23px:last-child{
    padding-right: 23px;
  }

  .tw .lg\:last\:pr-24px:last-child{
    padding-right: 24px;
  }

  .tw .lg\:last\:pr-25px:last-child{
    padding-right: 25px;
  }

  .tw .lg\:last\:pr-26px:last-child{
    padding-right: 26px;
  }

  .tw .lg\:last\:pr-27px:last-child{
    padding-right: 27px;
  }

  .tw .lg\:last\:pr-28px:last-child{
    padding-right: 28px;
  }

  .tw .lg\:last\:pr-29px:last-child{
    padding-right: 29px;
  }

  .tw .lg\:last\:pr-30px:last-child{
    padding-right: 30px;
  }

  .tw .lg\:last\:pr-31px:last-child{
    padding-right: 31px;
  }

  .tw .lg\:last\:pr-32px:last-child{
    padding-right: 32px;
  }

  .tw .lg\:last\:pr-33px:last-child{
    padding-right: 33px;
  }

  .tw .lg\:last\:pr-34px:last-child{
    padding-right: 34px;
  }

  .tw .lg\:last\:pr-35px:last-child{
    padding-right: 35px;
  }

  .tw .lg\:last\:pr-36px:last-child{
    padding-right: 36px;
  }

  .tw .lg\:last\:pr-37px:last-child{
    padding-right: 37px;
  }

  .tw .lg\:last\:pr-38px:last-child{
    padding-right: 38px;
  }

  .tw .lg\:last\:pr-39px:last-child{
    padding-right: 39px;
  }

  .tw .lg\:last\:pr-40px:last-child{
    padding-right: 40px;
  }

  .tw .lg\:last\:pb-0:last-child{
    padding-bottom: 0px;
  }

  .tw .lg\:last\:pb-1:last-child{
    padding-bottom: 5px;
  }

  .tw .lg\:last\:pb-2:last-child{
    padding-bottom: 10px;
  }

  .tw .lg\:last\:pb-3:last-child{
    padding-bottom: 15px;
  }

  .tw .lg\:last\:pb-4:last-child{
    padding-bottom: 20px;
  }

  .tw .lg\:last\:pb-5:last-child{
    padding-bottom: 25px;
  }

  .tw .lg\:last\:pb-6:last-child{
    padding-bottom: 30px;
  }

  .tw .lg\:last\:pb-7:last-child{
    padding-bottom: 35px;
  }

  .tw .lg\:last\:pb-8:last-child{
    padding-bottom: 40px;
  }

  .tw .lg\:last\:pb-9:last-child{
    padding-bottom: 45px;
  }

  .tw .lg\:last\:pb-10:last-child{
    padding-bottom: 50px;
  }

  .tw .lg\:last\:pb-11:last-child{
    padding-bottom: 55px;
  }

  .tw .lg\:last\:pb-12:last-child{
    padding-bottom: 60px;
  }

  .tw .lg\:last\:pb-13:last-child{
    padding-bottom: 65px;
  }

  .tw .lg\:last\:pb-14:last-child{
    padding-bottom: 70px;
  }

  .tw .lg\:last\:pb-15:last-child{
    padding-bottom: 75px;
  }

  .tw .lg\:last\:pb-16:last-child{
    padding-bottom: 80px;
  }

  .tw .lg\:last\:pb-17:last-child{
    padding-bottom: 85px;
  }

  .tw .lg\:last\:pb-18:last-child{
    padding-bottom: 90px;
  }

  .tw .lg\:last\:pb-19:last-child{
    padding-bottom: 95px;
  }

  .tw .lg\:last\:pb-20:last-child{
    padding-bottom: 100px;
  }

  .tw .lg\:last\:pb-21:last-child{
    padding-bottom: 105px;
  }

  .tw .lg\:last\:pb-22:last-child{
    padding-bottom: 110px;
  }

  .tw .lg\:last\:pb-23:last-child{
    padding-bottom: 115px;
  }

  .tw .lg\:last\:pb-24:last-child{
    padding-bottom: 120px;
  }

  .tw .lg\:last\:pb-25:last-child{
    padding-bottom: 125px;
  }

  .tw .lg\:last\:pb-26:last-child{
    padding-bottom: 130px;
  }

  .tw .lg\:last\:pb-27:last-child{
    padding-bottom: 135px;
  }

  .tw .lg\:last\:pb-28:last-child{
    padding-bottom: 140px;
  }

  .tw .lg\:last\:pb-29:last-child{
    padding-bottom: 145px;
  }

  .tw .lg\:last\:pb-30:last-child{
    padding-bottom: 150px;
  }

  .tw .lg\:last\:pb-31:last-child{
    padding-bottom: 155px;
  }

  .tw .lg\:last\:pb-32:last-child{
    padding-bottom: 160px;
  }

  .tw .lg\:last\:pb-33:last-child{
    padding-bottom: 165px;
  }

  .tw .lg\:last\:pb-34:last-child{
    padding-bottom: 170px;
  }

  .tw .lg\:last\:pb-35:last-child{
    padding-bottom: 175px;
  }

  .tw .lg\:last\:pb-36:last-child{
    padding-bottom: 180px;
  }

  .tw .lg\:last\:pb-37:last-child{
    padding-bottom: 185px;
  }

  .tw .lg\:last\:pb-38:last-child{
    padding-bottom: 190px;
  }

  .tw .lg\:last\:pb-39:last-child{
    padding-bottom: 195px;
  }

  .tw .lg\:last\:pb-40:last-child{
    padding-bottom: 200px;
  }

  .tw .lg\:last\:pb-41:last-child{
    padding-bottom: 205px;
  }

  .tw .lg\:last\:pb-42:last-child{
    padding-bottom: 210px;
  }

  .tw .lg\:last\:pb-43:last-child{
    padding-bottom: 215px;
  }

  .tw .lg\:last\:pb-44:last-child{
    padding-bottom: 220px;
  }

  .tw .lg\:last\:pb-45:last-child{
    padding-bottom: 225px;
  }

  .tw .lg\:last\:pb-46:last-child{
    padding-bottom: 230px;
  }

  .tw .lg\:last\:pb-47:last-child{
    padding-bottom: 235px;
  }

  .tw .lg\:last\:pb-48:last-child{
    padding-bottom: 240px;
  }

  .tw .lg\:last\:pb-49:last-child{
    padding-bottom: 245px;
  }

  .tw .lg\:last\:pb-50:last-child{
    padding-bottom: 250px;
  }

  .tw .lg\:last\:pb-51:last-child{
    padding-bottom: 255px;
  }

  .tw .lg\:last\:pb-52:last-child{
    padding-bottom: 260px;
  }

  .tw .lg\:last\:pb-53:last-child{
    padding-bottom: 265px;
  }

  .tw .lg\:last\:pb-54:last-child{
    padding-bottom: 270px;
  }

  .tw .lg\:last\:pb-55:last-child{
    padding-bottom: 275px;
  }

  .tw .lg\:last\:pb-56:last-child{
    padding-bottom: 280px;
  }

  .tw .lg\:last\:pb-57:last-child{
    padding-bottom: 285px;
  }

  .tw .lg\:last\:pb-58:last-child{
    padding-bottom: 290px;
  }

  .tw .lg\:last\:pb-59:last-child{
    padding-bottom: 295px;
  }

  .tw .lg\:last\:pb-60:last-child{
    padding-bottom: 300px;
  }

  .tw .lg\:last\:pb-61:last-child{
    padding-bottom: 305px;
  }

  .tw .lg\:last\:pb-62:last-child{
    padding-bottom: 310px;
  }

  .tw .lg\:last\:pb-63:last-child{
    padding-bottom: 315px;
  }

  .tw .lg\:last\:pb-64:last-child{
    padding-bottom: 320px;
  }

  .tw .lg\:last\:pb-65:last-child{
    padding-bottom: 325px;
  }

  .tw .lg\:last\:pb-66:last-child{
    padding-bottom: 330px;
  }

  .tw .lg\:last\:pb-67:last-child{
    padding-bottom: 335px;
  }

  .tw .lg\:last\:pb-68:last-child{
    padding-bottom: 340px;
  }

  .tw .lg\:last\:pb-69:last-child{
    padding-bottom: 345px;
  }

  .tw .lg\:last\:pb-70:last-child{
    padding-bottom: 350px;
  }

  .tw .lg\:last\:pb-71:last-child{
    padding-bottom: 355px;
  }

  .tw .lg\:last\:pb-72:last-child{
    padding-bottom: 360px;
  }

  .tw .lg\:last\:pb-73:last-child{
    padding-bottom: 365px;
  }

  .tw .lg\:last\:pb-74:last-child{
    padding-bottom: 370px;
  }

  .tw .lg\:last\:pb-75:last-child{
    padding-bottom: 375px;
  }

  .tw .lg\:last\:pb-76:last-child{
    padding-bottom: 380px;
  }

  .tw .lg\:last\:pb-77:last-child{
    padding-bottom: 385px;
  }

  .tw .lg\:last\:pb-78:last-child{
    padding-bottom: 390px;
  }

  .tw .lg\:last\:pb-79:last-child{
    padding-bottom: 395px;
  }

  .tw .lg\:last\:pb-80:last-child{
    padding-bottom: 400px;
  }

  .tw .lg\:last\:pb-81:last-child{
    padding-bottom: 405px;
  }

  .tw .lg\:last\:pb-82:last-child{
    padding-bottom: 410px;
  }

  .tw .lg\:last\:pb-83:last-child{
    padding-bottom: 415px;
  }

  .tw .lg\:last\:pb-84:last-child{
    padding-bottom: 420px;
  }

  .tw .lg\:last\:pb-85:last-child{
    padding-bottom: 425px;
  }

  .tw .lg\:last\:pb-86:last-child{
    padding-bottom: 430px;
  }

  .tw .lg\:last\:pb-87:last-child{
    padding-bottom: 435px;
  }

  .tw .lg\:last\:pb-88:last-child{
    padding-bottom: 440px;
  }

  .tw .lg\:last\:pb-89:last-child{
    padding-bottom: 445px;
  }

  .tw .lg\:last\:pb-90:last-child{
    padding-bottom: 450px;
  }

  .tw .lg\:last\:pb-91:last-child{
    padding-bottom: 455px;
  }

  .tw .lg\:last\:pb-92:last-child{
    padding-bottom: 460px;
  }

  .tw .lg\:last\:pb-93:last-child{
    padding-bottom: 465px;
  }

  .tw .lg\:last\:pb-94:last-child{
    padding-bottom: 470px;
  }

  .tw .lg\:last\:pb-95:last-child{
    padding-bottom: 475px;
  }

  .tw .lg\:last\:pb-96:last-child{
    padding-bottom: 480px;
  }

  .tw .lg\:last\:pb-97:last-child{
    padding-bottom: 485px;
  }

  .tw .lg\:last\:pb-98:last-child{
    padding-bottom: 490px;
  }

  .tw .lg\:last\:pb-99:last-child{
    padding-bottom: 495px;
  }

  .tw .lg\:last\:pb-100:last-child{
    padding-bottom: 500px;
  }

  .tw .lg\:last\:pb-101:last-child{
    padding-bottom: 505px;
  }

  .tw .lg\:last\:pb-102:last-child{
    padding-bottom: 510px;
  }

  .tw .lg\:last\:pb-103:last-child{
    padding-bottom: 515px;
  }

  .tw .lg\:last\:pb-104:last-child{
    padding-bottom: 520px;
  }

  .tw .lg\:last\:pb-105:last-child{
    padding-bottom: 525px;
  }

  .tw .lg\:last\:pb-106:last-child{
    padding-bottom: 530px;
  }

  .tw .lg\:last\:pb-107:last-child{
    padding-bottom: 535px;
  }

  .tw .lg\:last\:pb-108:last-child{
    padding-bottom: 540px;
  }

  .tw .lg\:last\:pb-109:last-child{
    padding-bottom: 545px;
  }

  .tw .lg\:last\:pb-110:last-child{
    padding-bottom: 550px;
  }

  .tw .lg\:last\:pb-111:last-child{
    padding-bottom: 555px;
  }

  .tw .lg\:last\:pb-112:last-child{
    padding-bottom: 560px;
  }

  .tw .lg\:last\:pb-113:last-child{
    padding-bottom: 565px;
  }

  .tw .lg\:last\:pb-114:last-child{
    padding-bottom: 570px;
  }

  .tw .lg\:last\:pb-115:last-child{
    padding-bottom: 575px;
  }

  .tw .lg\:last\:pb-116:last-child{
    padding-bottom: 580px;
  }

  .tw .lg\:last\:pb-117:last-child{
    padding-bottom: 585px;
  }

  .tw .lg\:last\:pb-118:last-child{
    padding-bottom: 590px;
  }

  .tw .lg\:last\:pb-119:last-child{
    padding-bottom: 595px;
  }

  .tw .lg\:last\:pb-120:last-child{
    padding-bottom: 600px;
  }

  .tw .lg\:last\:pb-121:last-child{
    padding-bottom: 605px;
  }

  .tw .lg\:last\:pb-122:last-child{
    padding-bottom: 610px;
  }

  .tw .lg\:last\:pb-123:last-child{
    padding-bottom: 615px;
  }

  .tw .lg\:last\:pb-124:last-child{
    padding-bottom: 620px;
  }

  .tw .lg\:last\:pb-125:last-child{
    padding-bottom: 625px;
  }

  .tw .lg\:last\:pb-126:last-child{
    padding-bottom: 630px;
  }

  .tw .lg\:last\:pb-127:last-child{
    padding-bottom: 635px;
  }

  .tw .lg\:last\:pb-128:last-child{
    padding-bottom: 640px;
  }

  .tw .lg\:last\:pb-129:last-child{
    padding-bottom: 645px;
  }

  .tw .lg\:last\:pb-130:last-child{
    padding-bottom: 650px;
  }

  .tw .lg\:last\:pb-131:last-child{
    padding-bottom: 655px;
  }

  .tw .lg\:last\:pb-132:last-child{
    padding-bottom: 660px;
  }

  .tw .lg\:last\:pb-133:last-child{
    padding-bottom: 665px;
  }

  .tw .lg\:last\:pb-134:last-child{
    padding-bottom: 670px;
  }

  .tw .lg\:last\:pb-135:last-child{
    padding-bottom: 675px;
  }

  .tw .lg\:last\:pb-136:last-child{
    padding-bottom: 680px;
  }

  .tw .lg\:last\:pb-137:last-child{
    padding-bottom: 685px;
  }

  .tw .lg\:last\:pb-138:last-child{
    padding-bottom: 690px;
  }

  .tw .lg\:last\:pb-139:last-child{
    padding-bottom: 695px;
  }

  .tw .lg\:last\:pb-140:last-child{
    padding-bottom: 700px;
  }

  .tw .lg\:last\:pb-141:last-child{
    padding-bottom: 705px;
  }

  .tw .lg\:last\:pb-142:last-child{
    padding-bottom: 710px;
  }

  .tw .lg\:last\:pb-143:last-child{
    padding-bottom: 715px;
  }

  .tw .lg\:last\:pb-144:last-child{
    padding-bottom: 720px;
  }

  .tw .lg\:last\:pb-145:last-child{
    padding-bottom: 725px;
  }

  .tw .lg\:last\:pb-146:last-child{
    padding-bottom: 730px;
  }

  .tw .lg\:last\:pb-147:last-child{
    padding-bottom: 735px;
  }

  .tw .lg\:last\:pb-148:last-child{
    padding-bottom: 740px;
  }

  .tw .lg\:last\:pb-149:last-child{
    padding-bottom: 745px;
  }

  .tw .lg\:last\:pb-0\.5:last-child{
    padding-bottom: 3px;
  }

  .tw .lg\:last\:pb-1px:last-child{
    padding-bottom: 1px;
  }

  .tw .lg\:last\:pb-2px:last-child{
    padding-bottom: 2px;
  }

  .tw .lg\:last\:pb-3px:last-child{
    padding-bottom: 3px;
  }

  .tw .lg\:last\:pb-4px:last-child{
    padding-bottom: 4px;
  }

  .tw .lg\:last\:pb-5px:last-child{
    padding-bottom: 5px;
  }

  .tw .lg\:last\:pb-6px:last-child{
    padding-bottom: 6px;
  }

  .tw .lg\:last\:pb-7px:last-child{
    padding-bottom: 7px;
  }

  .tw .lg\:last\:pb-8px:last-child{
    padding-bottom: 8px;
  }

  .tw .lg\:last\:pb-9px:last-child{
    padding-bottom: 9px;
  }

  .tw .lg\:last\:pb-10px:last-child{
    padding-bottom: 10px;
  }

  .tw .lg\:last\:pb-11px:last-child{
    padding-bottom: 11px;
  }

  .tw .lg\:last\:pb-12px:last-child{
    padding-bottom: 12px;
  }

  .tw .lg\:last\:pb-13px:last-child{
    padding-bottom: 13px;
  }

  .tw .lg\:last\:pb-14px:last-child{
    padding-bottom: 14px;
  }

  .tw .lg\:last\:pb-15px:last-child{
    padding-bottom: 15px;
  }

  .tw .lg\:last\:pb-16px:last-child{
    padding-bottom: 16px;
  }

  .tw .lg\:last\:pb-17px:last-child{
    padding-bottom: 17px;
  }

  .tw .lg\:last\:pb-18px:last-child{
    padding-bottom: 18px;
  }

  .tw .lg\:last\:pb-19px:last-child{
    padding-bottom: 19px;
  }

  .tw .lg\:last\:pb-20px:last-child{
    padding-bottom: 20px;
  }

  .tw .lg\:last\:pb-21px:last-child{
    padding-bottom: 21px;
  }

  .tw .lg\:last\:pb-22px:last-child{
    padding-bottom: 22px;
  }

  .tw .lg\:last\:pb-23px:last-child{
    padding-bottom: 23px;
  }

  .tw .lg\:last\:pb-24px:last-child{
    padding-bottom: 24px;
  }

  .tw .lg\:last\:pb-25px:last-child{
    padding-bottom: 25px;
  }

  .tw .lg\:last\:pb-26px:last-child{
    padding-bottom: 26px;
  }

  .tw .lg\:last\:pb-27px:last-child{
    padding-bottom: 27px;
  }

  .tw .lg\:last\:pb-28px:last-child{
    padding-bottom: 28px;
  }

  .tw .lg\:last\:pb-29px:last-child{
    padding-bottom: 29px;
  }

  .tw .lg\:last\:pb-30px:last-child{
    padding-bottom: 30px;
  }

  .tw .lg\:last\:pb-31px:last-child{
    padding-bottom: 31px;
  }

  .tw .lg\:last\:pb-32px:last-child{
    padding-bottom: 32px;
  }

  .tw .lg\:last\:pb-33px:last-child{
    padding-bottom: 33px;
  }

  .tw .lg\:last\:pb-34px:last-child{
    padding-bottom: 34px;
  }

  .tw .lg\:last\:pb-35px:last-child{
    padding-bottom: 35px;
  }

  .tw .lg\:last\:pb-36px:last-child{
    padding-bottom: 36px;
  }

  .tw .lg\:last\:pb-37px:last-child{
    padding-bottom: 37px;
  }

  .tw .lg\:last\:pb-38px:last-child{
    padding-bottom: 38px;
  }

  .tw .lg\:last\:pb-39px:last-child{
    padding-bottom: 39px;
  }

  .tw .lg\:last\:pb-40px:last-child{
    padding-bottom: 40px;
  }

  .tw .lg\:last\:pl-0:last-child{
    padding-left: 0px;
  }

  .tw .lg\:last\:pl-1:last-child{
    padding-left: 5px;
  }

  .tw .lg\:last\:pl-2:last-child{
    padding-left: 10px;
  }

  .tw .lg\:last\:pl-3:last-child{
    padding-left: 15px;
  }

  .tw .lg\:last\:pl-4:last-child{
    padding-left: 20px;
  }

  .tw .lg\:last\:pl-5:last-child{
    padding-left: 25px;
  }

  .tw .lg\:last\:pl-6:last-child{
    padding-left: 30px;
  }

  .tw .lg\:last\:pl-7:last-child{
    padding-left: 35px;
  }

  .tw .lg\:last\:pl-8:last-child{
    padding-left: 40px;
  }

  .tw .lg\:last\:pl-9:last-child{
    padding-left: 45px;
  }

  .tw .lg\:last\:pl-10:last-child{
    padding-left: 50px;
  }

  .tw .lg\:last\:pl-11:last-child{
    padding-left: 55px;
  }

  .tw .lg\:last\:pl-12:last-child{
    padding-left: 60px;
  }

  .tw .lg\:last\:pl-13:last-child{
    padding-left: 65px;
  }

  .tw .lg\:last\:pl-14:last-child{
    padding-left: 70px;
  }

  .tw .lg\:last\:pl-15:last-child{
    padding-left: 75px;
  }

  .tw .lg\:last\:pl-16:last-child{
    padding-left: 80px;
  }

  .tw .lg\:last\:pl-17:last-child{
    padding-left: 85px;
  }

  .tw .lg\:last\:pl-18:last-child{
    padding-left: 90px;
  }

  .tw .lg\:last\:pl-19:last-child{
    padding-left: 95px;
  }

  .tw .lg\:last\:pl-20:last-child{
    padding-left: 100px;
  }

  .tw .lg\:last\:pl-21:last-child{
    padding-left: 105px;
  }

  .tw .lg\:last\:pl-22:last-child{
    padding-left: 110px;
  }

  .tw .lg\:last\:pl-23:last-child{
    padding-left: 115px;
  }

  .tw .lg\:last\:pl-24:last-child{
    padding-left: 120px;
  }

  .tw .lg\:last\:pl-25:last-child{
    padding-left: 125px;
  }

  .tw .lg\:last\:pl-26:last-child{
    padding-left: 130px;
  }

  .tw .lg\:last\:pl-27:last-child{
    padding-left: 135px;
  }

  .tw .lg\:last\:pl-28:last-child{
    padding-left: 140px;
  }

  .tw .lg\:last\:pl-29:last-child{
    padding-left: 145px;
  }

  .tw .lg\:last\:pl-30:last-child{
    padding-left: 150px;
  }

  .tw .lg\:last\:pl-31:last-child{
    padding-left: 155px;
  }

  .tw .lg\:last\:pl-32:last-child{
    padding-left: 160px;
  }

  .tw .lg\:last\:pl-33:last-child{
    padding-left: 165px;
  }

  .tw .lg\:last\:pl-34:last-child{
    padding-left: 170px;
  }

  .tw .lg\:last\:pl-35:last-child{
    padding-left: 175px;
  }

  .tw .lg\:last\:pl-36:last-child{
    padding-left: 180px;
  }

  .tw .lg\:last\:pl-37:last-child{
    padding-left: 185px;
  }

  .tw .lg\:last\:pl-38:last-child{
    padding-left: 190px;
  }

  .tw .lg\:last\:pl-39:last-child{
    padding-left: 195px;
  }

  .tw .lg\:last\:pl-40:last-child{
    padding-left: 200px;
  }

  .tw .lg\:last\:pl-41:last-child{
    padding-left: 205px;
  }

  .tw .lg\:last\:pl-42:last-child{
    padding-left: 210px;
  }

  .tw .lg\:last\:pl-43:last-child{
    padding-left: 215px;
  }

  .tw .lg\:last\:pl-44:last-child{
    padding-left: 220px;
  }

  .tw .lg\:last\:pl-45:last-child{
    padding-left: 225px;
  }

  .tw .lg\:last\:pl-46:last-child{
    padding-left: 230px;
  }

  .tw .lg\:last\:pl-47:last-child{
    padding-left: 235px;
  }

  .tw .lg\:last\:pl-48:last-child{
    padding-left: 240px;
  }

  .tw .lg\:last\:pl-49:last-child{
    padding-left: 245px;
  }

  .tw .lg\:last\:pl-50:last-child{
    padding-left: 250px;
  }

  .tw .lg\:last\:pl-51:last-child{
    padding-left: 255px;
  }

  .tw .lg\:last\:pl-52:last-child{
    padding-left: 260px;
  }

  .tw .lg\:last\:pl-53:last-child{
    padding-left: 265px;
  }

  .tw .lg\:last\:pl-54:last-child{
    padding-left: 270px;
  }

  .tw .lg\:last\:pl-55:last-child{
    padding-left: 275px;
  }

  .tw .lg\:last\:pl-56:last-child{
    padding-left: 280px;
  }

  .tw .lg\:last\:pl-57:last-child{
    padding-left: 285px;
  }

  .tw .lg\:last\:pl-58:last-child{
    padding-left: 290px;
  }

  .tw .lg\:last\:pl-59:last-child{
    padding-left: 295px;
  }

  .tw .lg\:last\:pl-60:last-child{
    padding-left: 300px;
  }

  .tw .lg\:last\:pl-61:last-child{
    padding-left: 305px;
  }

  .tw .lg\:last\:pl-62:last-child{
    padding-left: 310px;
  }

  .tw .lg\:last\:pl-63:last-child{
    padding-left: 315px;
  }

  .tw .lg\:last\:pl-64:last-child{
    padding-left: 320px;
  }

  .tw .lg\:last\:pl-65:last-child{
    padding-left: 325px;
  }

  .tw .lg\:last\:pl-66:last-child{
    padding-left: 330px;
  }

  .tw .lg\:last\:pl-67:last-child{
    padding-left: 335px;
  }

  .tw .lg\:last\:pl-68:last-child{
    padding-left: 340px;
  }

  .tw .lg\:last\:pl-69:last-child{
    padding-left: 345px;
  }

  .tw .lg\:last\:pl-70:last-child{
    padding-left: 350px;
  }

  .tw .lg\:last\:pl-71:last-child{
    padding-left: 355px;
  }

  .tw .lg\:last\:pl-72:last-child{
    padding-left: 360px;
  }

  .tw .lg\:last\:pl-73:last-child{
    padding-left: 365px;
  }

  .tw .lg\:last\:pl-74:last-child{
    padding-left: 370px;
  }

  .tw .lg\:last\:pl-75:last-child{
    padding-left: 375px;
  }

  .tw .lg\:last\:pl-76:last-child{
    padding-left: 380px;
  }

  .tw .lg\:last\:pl-77:last-child{
    padding-left: 385px;
  }

  .tw .lg\:last\:pl-78:last-child{
    padding-left: 390px;
  }

  .tw .lg\:last\:pl-79:last-child{
    padding-left: 395px;
  }

  .tw .lg\:last\:pl-80:last-child{
    padding-left: 400px;
  }

  .tw .lg\:last\:pl-81:last-child{
    padding-left: 405px;
  }

  .tw .lg\:last\:pl-82:last-child{
    padding-left: 410px;
  }

  .tw .lg\:last\:pl-83:last-child{
    padding-left: 415px;
  }

  .tw .lg\:last\:pl-84:last-child{
    padding-left: 420px;
  }

  .tw .lg\:last\:pl-85:last-child{
    padding-left: 425px;
  }

  .tw .lg\:last\:pl-86:last-child{
    padding-left: 430px;
  }

  .tw .lg\:last\:pl-87:last-child{
    padding-left: 435px;
  }

  .tw .lg\:last\:pl-88:last-child{
    padding-left: 440px;
  }

  .tw .lg\:last\:pl-89:last-child{
    padding-left: 445px;
  }

  .tw .lg\:last\:pl-90:last-child{
    padding-left: 450px;
  }

  .tw .lg\:last\:pl-91:last-child{
    padding-left: 455px;
  }

  .tw .lg\:last\:pl-92:last-child{
    padding-left: 460px;
  }

  .tw .lg\:last\:pl-93:last-child{
    padding-left: 465px;
  }

  .tw .lg\:last\:pl-94:last-child{
    padding-left: 470px;
  }

  .tw .lg\:last\:pl-95:last-child{
    padding-left: 475px;
  }

  .tw .lg\:last\:pl-96:last-child{
    padding-left: 480px;
  }

  .tw .lg\:last\:pl-97:last-child{
    padding-left: 485px;
  }

  .tw .lg\:last\:pl-98:last-child{
    padding-left: 490px;
  }

  .tw .lg\:last\:pl-99:last-child{
    padding-left: 495px;
  }

  .tw .lg\:last\:pl-100:last-child{
    padding-left: 500px;
  }

  .tw .lg\:last\:pl-101:last-child{
    padding-left: 505px;
  }

  .tw .lg\:last\:pl-102:last-child{
    padding-left: 510px;
  }

  .tw .lg\:last\:pl-103:last-child{
    padding-left: 515px;
  }

  .tw .lg\:last\:pl-104:last-child{
    padding-left: 520px;
  }

  .tw .lg\:last\:pl-105:last-child{
    padding-left: 525px;
  }

  .tw .lg\:last\:pl-106:last-child{
    padding-left: 530px;
  }

  .tw .lg\:last\:pl-107:last-child{
    padding-left: 535px;
  }

  .tw .lg\:last\:pl-108:last-child{
    padding-left: 540px;
  }

  .tw .lg\:last\:pl-109:last-child{
    padding-left: 545px;
  }

  .tw .lg\:last\:pl-110:last-child{
    padding-left: 550px;
  }

  .tw .lg\:last\:pl-111:last-child{
    padding-left: 555px;
  }

  .tw .lg\:last\:pl-112:last-child{
    padding-left: 560px;
  }

  .tw .lg\:last\:pl-113:last-child{
    padding-left: 565px;
  }

  .tw .lg\:last\:pl-114:last-child{
    padding-left: 570px;
  }

  .tw .lg\:last\:pl-115:last-child{
    padding-left: 575px;
  }

  .tw .lg\:last\:pl-116:last-child{
    padding-left: 580px;
  }

  .tw .lg\:last\:pl-117:last-child{
    padding-left: 585px;
  }

  .tw .lg\:last\:pl-118:last-child{
    padding-left: 590px;
  }

  .tw .lg\:last\:pl-119:last-child{
    padding-left: 595px;
  }

  .tw .lg\:last\:pl-120:last-child{
    padding-left: 600px;
  }

  .tw .lg\:last\:pl-121:last-child{
    padding-left: 605px;
  }

  .tw .lg\:last\:pl-122:last-child{
    padding-left: 610px;
  }

  .tw .lg\:last\:pl-123:last-child{
    padding-left: 615px;
  }

  .tw .lg\:last\:pl-124:last-child{
    padding-left: 620px;
  }

  .tw .lg\:last\:pl-125:last-child{
    padding-left: 625px;
  }

  .tw .lg\:last\:pl-126:last-child{
    padding-left: 630px;
  }

  .tw .lg\:last\:pl-127:last-child{
    padding-left: 635px;
  }

  .tw .lg\:last\:pl-128:last-child{
    padding-left: 640px;
  }

  .tw .lg\:last\:pl-129:last-child{
    padding-left: 645px;
  }

  .tw .lg\:last\:pl-130:last-child{
    padding-left: 650px;
  }

  .tw .lg\:last\:pl-131:last-child{
    padding-left: 655px;
  }

  .tw .lg\:last\:pl-132:last-child{
    padding-left: 660px;
  }

  .tw .lg\:last\:pl-133:last-child{
    padding-left: 665px;
  }

  .tw .lg\:last\:pl-134:last-child{
    padding-left: 670px;
  }

  .tw .lg\:last\:pl-135:last-child{
    padding-left: 675px;
  }

  .tw .lg\:last\:pl-136:last-child{
    padding-left: 680px;
  }

  .tw .lg\:last\:pl-137:last-child{
    padding-left: 685px;
  }

  .tw .lg\:last\:pl-138:last-child{
    padding-left: 690px;
  }

  .tw .lg\:last\:pl-139:last-child{
    padding-left: 695px;
  }

  .tw .lg\:last\:pl-140:last-child{
    padding-left: 700px;
  }

  .tw .lg\:last\:pl-141:last-child{
    padding-left: 705px;
  }

  .tw .lg\:last\:pl-142:last-child{
    padding-left: 710px;
  }

  .tw .lg\:last\:pl-143:last-child{
    padding-left: 715px;
  }

  .tw .lg\:last\:pl-144:last-child{
    padding-left: 720px;
  }

  .tw .lg\:last\:pl-145:last-child{
    padding-left: 725px;
  }

  .tw .lg\:last\:pl-146:last-child{
    padding-left: 730px;
  }

  .tw .lg\:last\:pl-147:last-child{
    padding-left: 735px;
  }

  .tw .lg\:last\:pl-148:last-child{
    padding-left: 740px;
  }

  .tw .lg\:last\:pl-149:last-child{
    padding-left: 745px;
  }

  .tw .lg\:last\:pl-0\.5:last-child{
    padding-left: 3px;
  }

  .tw .lg\:last\:pl-1px:last-child{
    padding-left: 1px;
  }

  .tw .lg\:last\:pl-2px:last-child{
    padding-left: 2px;
  }

  .tw .lg\:last\:pl-3px:last-child{
    padding-left: 3px;
  }

  .tw .lg\:last\:pl-4px:last-child{
    padding-left: 4px;
  }

  .tw .lg\:last\:pl-5px:last-child{
    padding-left: 5px;
  }

  .tw .lg\:last\:pl-6px:last-child{
    padding-left: 6px;
  }

  .tw .lg\:last\:pl-7px:last-child{
    padding-left: 7px;
  }

  .tw .lg\:last\:pl-8px:last-child{
    padding-left: 8px;
  }

  .tw .lg\:last\:pl-9px:last-child{
    padding-left: 9px;
  }

  .tw .lg\:last\:pl-10px:last-child{
    padding-left: 10px;
  }

  .tw .lg\:last\:pl-11px:last-child{
    padding-left: 11px;
  }

  .tw .lg\:last\:pl-12px:last-child{
    padding-left: 12px;
  }

  .tw .lg\:last\:pl-13px:last-child{
    padding-left: 13px;
  }

  .tw .lg\:last\:pl-14px:last-child{
    padding-left: 14px;
  }

  .tw .lg\:last\:pl-15px:last-child{
    padding-left: 15px;
  }

  .tw .lg\:last\:pl-16px:last-child{
    padding-left: 16px;
  }

  .tw .lg\:last\:pl-17px:last-child{
    padding-left: 17px;
  }

  .tw .lg\:last\:pl-18px:last-child{
    padding-left: 18px;
  }

  .tw .lg\:last\:pl-19px:last-child{
    padding-left: 19px;
  }

  .tw .lg\:last\:pl-20px:last-child{
    padding-left: 20px;
  }

  .tw .lg\:last\:pl-21px:last-child{
    padding-left: 21px;
  }

  .tw .lg\:last\:pl-22px:last-child{
    padding-left: 22px;
  }

  .tw .lg\:last\:pl-23px:last-child{
    padding-left: 23px;
  }

  .tw .lg\:last\:pl-24px:last-child{
    padding-left: 24px;
  }

  .tw .lg\:last\:pl-25px:last-child{
    padding-left: 25px;
  }

  .tw .lg\:last\:pl-26px:last-child{
    padding-left: 26px;
  }

  .tw .lg\:last\:pl-27px:last-child{
    padding-left: 27px;
  }

  .tw .lg\:last\:pl-28px:last-child{
    padding-left: 28px;
  }

  .tw .lg\:last\:pl-29px:last-child{
    padding-left: 29px;
  }

  .tw .lg\:last\:pl-30px:last-child{
    padding-left: 30px;
  }

  .tw .lg\:last\:pl-31px:last-child{
    padding-left: 31px;
  }

  .tw .lg\:last\:pl-32px:last-child{
    padding-left: 32px;
  }

  .tw .lg\:last\:pl-33px:last-child{
    padding-left: 33px;
  }

  .tw .lg\:last\:pl-34px:last-child{
    padding-left: 34px;
  }

  .tw .lg\:last\:pl-35px:last-child{
    padding-left: 35px;
  }

  .tw .lg\:last\:pl-36px:last-child{
    padding-left: 36px;
  }

  .tw .lg\:last\:pl-37px:last-child{
    padding-left: 37px;
  }

  .tw .lg\:last\:pl-38px:last-child{
    padding-left: 38px;
  }

  .tw .lg\:last\:pl-39px:last-child{
    padding-left: 39px;
  }

  .tw .lg\:last\:pl-40px:last-child{
    padding-left: 40px;
  }

  .tw .lg\:text-left{
    text-align: left;
  }

  .tw .lg\:text-center{
    text-align: center;
  }

  .tw .lg\:text-right{
    text-align: right;
  }

  .tw .lg\:text-justify{
    text-align: justify;
  }

  .tw .lg\:first\:text-left:first-child{
    text-align: left;
  }

  .tw .lg\:first\:text-center:first-child{
    text-align: center;
  }

  .tw .lg\:first\:text-right:first-child{
    text-align: right;
  }

  .tw .lg\:first\:text-justify:first-child{
    text-align: justify;
  }

  .tw .lg\:align-baseline{
    vertical-align: baseline;
  }

  .tw .lg\:align-top{
    vertical-align: top;
  }

  .tw .lg\:align-middle{
    vertical-align: middle;
  }

  .tw .lg\:align-bottom{
    vertical-align: bottom;
  }

  .tw .lg\:align-text-top{
    vertical-align: text-top;
  }

  .tw .lg\:align-text-bottom{
    vertical-align: text-bottom;
  }

  .tw .lg\:font-sans{
    font-family: Inter, 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;
  }

  .tw .lg\:font-serif{
    font-family: ui-serif, Georgia, Cambria, "Times New Roman", Times, serif;
  }

  .tw .lg\:font-mono{
    font-family: IBM Plex Mono, Menlo, DejaVu Sans Mono, Bitstream Vera Sans Mono, Courier, monospace;
  }

  .tw .lg\:text-micro{
    font-size: 9px;
    line-height: 11.7px;
  }

  .tw .lg\:text-2xs{
    font-size: 11px;
    line-height: 8px;
  }

  .tw .lg\:text-xs{
    font-size: 12px;
    line-height: 16px;
  }

  .tw .lg\:text-sm{
    font-size: 13px;
    line-height: 16px;
  }

  .tw .lg\:text-md{
    font-size: 14px;
    line-height: 17px;
  }

  .tw .lg\:text-base{
    font-size: 15px;
    line-height: 24px;
  }

  .tw .lg\:text-lg{
    font-size: 18px;
    line-height: 24px;
  }

  .tw .lg\:text-xl{
    font-size: 20px;
    line-height: 24px;
  }

  .tw .lg\:text-2xl{
    font-size: 22px;
    line-height: 24px;
  }

  .tw .lg\:text-3xl{
    font-size: 25px;
    line-height: 32px;
  }

  .tw .lg\:text-4xl{
    font-size: 30px;
    line-height: 32px;
  }

  .tw .lg\:text-5xl{
    font-size: 35px;
    line-height: 40px;
  }

  .tw .lg\:text-6xl{
    font-size: 50px;
    line-height: 60px;
  }

  .tw .lg\:text-2xsmall{
    font-size: 10px;
    line-height: 12px;
  }

  .tw .lg\:text-xsmall{
    font-size: 11px;
    line-height: 13px;
    letter-spacing: -0.01em;
  }

  .tw .lg\:text-small{
    font-size: 12px;
    line-height: 14px;
    letter-spacing: -0.01em;
  }

  .tw .lg\:text-default{
    font-size: 13px;
    line-height: 16px;
    letter-spacing: -0.02em;
  }

  .tw .lg\:text-large{
    font-size: 14px;
    line-height: 16px;
    letter-spacing: -0.03em;
  }

  .tw .lg\:text-xlarge{
    font-size: 16px;
    line-height: 20px;
    letter-spacing: -0.02em;
  }

  .tw .lg\:text-2xlarge{
    font-size: 18px;
    line-height: 22px;
    letter-spacing: -0.02em;
  }

  .tw .lg\:text-3xlarge{
    font-size: 22px;
    line-height: 28px;
    letter-spacing: -0.02em;
  }

  .tw .lg\:text-4xlarge{
    font-size: 28px;
    line-height: 32px;
    letter-spacing: -0.02em;
  }

  .tw .lg\:text-1px{
    font-size: 1px;
  }

  .tw .lg\:text-2px{
    font-size: 2px;
  }

  .tw .lg\:text-3px{
    font-size: 3px;
  }

  .tw .lg\:text-4px{
    font-size: 4px;
  }

  .tw .lg\:text-5px{
    font-size: 5px;
  }

  .tw .lg\:text-6px{
    font-size: 6px;
  }

  .tw .lg\:text-7px{
    font-size: 7px;
  }

  .tw .lg\:text-8px{
    font-size: 8px;
  }

  .tw .lg\:text-9px{
    font-size: 9px;
  }

  .tw .lg\:text-10px{
    font-size: 10px;
  }

  .tw .lg\:text-11px{
    font-size: 11px;
  }

  .tw .lg\:text-12px{
    font-size: 12px;
  }

  .tw .lg\:text-13px{
    font-size: 13px;
  }

  .tw .lg\:text-14px{
    font-size: 14px;
  }

  .tw .lg\:text-15px{
    font-size: 15px;
  }

  .tw .lg\:text-16px{
    font-size: 16px;
  }

  .tw .lg\:text-17px{
    font-size: 17px;
  }

  .tw .lg\:text-18px{
    font-size: 18px;
  }

  .tw .lg\:text-19px{
    font-size: 19px;
  }

  .tw .lg\:text-20px{
    font-size: 20px;
  }

  .tw .lg\:text-21px{
    font-size: 21px;
  }

  .tw .lg\:text-22px{
    font-size: 22px;
  }

  .tw .lg\:text-23px{
    font-size: 23px;
  }

  .tw .lg\:text-24px{
    font-size: 24px;
  }

  .tw .lg\:text-25px{
    font-size: 25px;
  }

  .tw .lg\:text-26px{
    font-size: 26px;
  }

  .tw .lg\:text-27px{
    font-size: 27px;
  }

  .tw .lg\:text-28px{
    font-size: 28px;
  }

  .tw .lg\:text-29px{
    font-size: 29px;
  }

  .tw .lg\:text-30px{
    font-size: 30px;
  }

  .tw .lg\:text-31px{
    font-size: 31px;
  }

  .tw .lg\:text-32px{
    font-size: 32px;
  }

  .tw .lg\:text-33px{
    font-size: 33px;
  }

  .tw .lg\:text-34px{
    font-size: 34px;
  }

  .tw .lg\:text-35px{
    font-size: 35px;
  }

  .tw .lg\:text-36px{
    font-size: 36px;
  }

  .tw .lg\:text-37px{
    font-size: 37px;
  }

  .tw .lg\:text-38px{
    font-size: 38px;
  }

  .tw .lg\:text-39px{
    font-size: 39px;
  }

  .tw .lg\:text-40px{
    font-size: 40px;
  }

  .tw .lg\:text-41px{
    font-size: 41px;
  }

  .tw .lg\:text-42px{
    font-size: 42px;
  }

  .tw .lg\:text-43px{
    font-size: 43px;
  }

  .tw .lg\:text-44px{
    font-size: 44px;
  }

  .tw .lg\:text-45px{
    font-size: 45px;
  }

  .tw .lg\:text-46px{
    font-size: 46px;
  }

  .tw .lg\:text-47px{
    font-size: 47px;
  }

  .tw .lg\:text-48px{
    font-size: 48px;
  }

  .tw .lg\:text-49px{
    font-size: 49px;
  }

  .tw .lg\:text-50px{
    font-size: 50px;
  }

  .tw .lg\:text-51px{
    font-size: 51px;
  }

  .tw .lg\:text-52px{
    font-size: 52px;
  }

  .tw .lg\:text-53px{
    font-size: 53px;
  }

  .tw .lg\:text-54px{
    font-size: 54px;
  }

  .tw .lg\:text-55px{
    font-size: 55px;
  }

  .tw .lg\:text-56px{
    font-size: 56px;
  }

  .tw .lg\:text-57px{
    font-size: 57px;
  }

  .tw .lg\:text-58px{
    font-size: 58px;
  }

  .tw .lg\:text-59px{
    font-size: 59px;
  }

  .tw .lg\:text-60px{
    font-size: 60px;
  }

  .tw .lg\:font-thin{
    font-weight: 100;
  }

  .tw .lg\:font-light{
    font-weight: 200;
  }

  .tw .lg\:font-normal{
    font-weight: 300;
  }

  .tw .lg\:font-medium{
    font-weight: 400;
  }

  .tw .lg\:font-semibold{
    font-weight: 500;
  }

  .tw .lg\:font-bold{
    font-weight: 600;
  }

  .tw .lg\:font-extrabold{
    font-weight: 700;
  }

  .tw .lg\:font-black{
    font-weight: 800;
  }

  .tw .lg\:font-heavy{
    font-weight: 800;
  }

  .tw .lg\:uppercase{
    text-transform: uppercase;
  }

  .tw .lg\:lowercase{
    text-transform: lowercase;
  }

  .tw .lg\:capitalize{
    text-transform: capitalize;
  }

  .tw .lg\:normal-case{
    text-transform: none;
  }

  .tw .lg\:italic{
    font-style: italic;
  }

  .tw .lg\:not-italic{
    font-style: normal;
  }

  .tw .lg\:ordinal, .tw .lg\:slashed-zero, .tw .lg\:lining-nums, .tw .lg\:oldstyle-nums, .tw .lg\:proportional-nums, .tw .lg\:tabular-nums, .tw .lg\:diagonal-fractions, .tw .lg\: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);
  }

  .tw .lg\:normal-nums{
    font-variant-numeric: normal;
  }

  .tw .lg\:ordinal{
    --tw-ordinal: ordinal;
  }

  .tw .lg\:slashed-zero{
    --tw-slashed-zero: slashed-zero;
  }

  .tw .lg\:lining-nums{
    --tw-numeric-figure: lining-nums;
  }

  .tw .lg\:oldstyle-nums{
    --tw-numeric-figure: oldstyle-nums;
  }

  .tw .lg\:proportional-nums{
    --tw-numeric-spacing: proportional-nums;
  }

  .tw .lg\:tabular-nums{
    --tw-numeric-spacing: tabular-nums;
  }

  .tw .lg\:diagonal-fractions{
    --tw-numeric-fraction: diagonal-fractions;
  }

  .tw .lg\:stacked-fractions{
    --tw-numeric-fraction: stacked-fractions;
  }

  .tw .lg\:leading-normal{
    line-height: normal;
  }

  .tw .lg\:leading-none{
    line-height: 1;
  }

  .tw .lg\:leading-base{
    line-height: 8px;
  }

  .tw .lg\:leading-1em{
    line-height: 1em;
  }

  .tw .lg\:leading-lg{
    line-height: 16px;
  }

  .tw .lg\:leading-xl{
    line-height: 24px;
  }

  .tw .lg\:leading-2xl{
    line-height: 32px;
  }

  .tw .lg\:leading-3xl{
    line-height: 48px;
  }

  .tw .lg\:leading-4xl{
    line-height: 56px;
  }

  .tw .lg\:leading-5xl{
    line-height: 64px;
  }

  .tw .lg\:leading-125\%{
    line-height: 125%;
  }

  .tw .lg\:leading-140\%{
    line-height: 140%;
  }

  .tw .lg\:leading-1px{
    line-height: 1px;
  }

  .tw .lg\:leading-2px{
    line-height: 2px;
  }

  .tw .lg\:leading-3px{
    line-height: 3px;
  }

  .tw .lg\:leading-4px{
    line-height: 4px;
  }

  .tw .lg\:leading-5px{
    line-height: 5px;
  }

  .tw .lg\:leading-6px{
    line-height: 6px;
  }

  .tw .lg\:leading-7px{
    line-height: 7px;
  }

  .tw .lg\:leading-8px{
    line-height: 8px;
  }

  .tw .lg\:leading-9px{
    line-height: 9px;
  }

  .tw .lg\:leading-10px{
    line-height: 10px;
  }

  .tw .lg\:leading-11px{
    line-height: 11px;
  }

  .tw .lg\:leading-12px{
    line-height: 12px;
  }

  .tw .lg\:leading-13px{
    line-height: 13px;
  }

  .tw .lg\:leading-14px{
    line-height: 14px;
  }

  .tw .lg\:leading-15px{
    line-height: 15px;
  }

  .tw .lg\:leading-16px{
    line-height: 16px;
  }

  .tw .lg\:leading-17px{
    line-height: 17px;
  }

  .tw .lg\:leading-18px{
    line-height: 18px;
  }

  .tw .lg\:leading-19px{
    line-height: 19px;
  }

  .tw .lg\:leading-20px{
    line-height: 20px;
  }

  .tw .lg\:leading-21px{
    line-height: 21px;
  }

  .tw .lg\:leading-22px{
    line-height: 22px;
  }

  .tw .lg\:leading-23px{
    line-height: 23px;
  }

  .tw .lg\:leading-24px{
    line-height: 24px;
  }

  .tw .lg\:leading-25px{
    line-height: 25px;
  }

  .tw .lg\:leading-26px{
    line-height: 26px;
  }

  .tw .lg\:leading-27px{
    line-height: 27px;
  }

  .tw .lg\:leading-28px{
    line-height: 28px;
  }

  .tw .lg\:leading-29px{
    line-height: 29px;
  }

  .tw .lg\:leading-30px{
    line-height: 30px;
  }

  .tw .lg\:leading-31px{
    line-height: 31px;
  }

  .tw .lg\:leading-32px{
    line-height: 32px;
  }

  .tw .lg\:leading-33px{
    line-height: 33px;
  }

  .tw .lg\:leading-34px{
    line-height: 34px;
  }

  .tw .lg\:leading-35px{
    line-height: 35px;
  }

  .tw .lg\:leading-36px{
    line-height: 36px;
  }

  .tw .lg\:leading-37px{
    line-height: 37px;
  }

  .tw .lg\:leading-38px{
    line-height: 38px;
  }

  .tw .lg\:leading-39px{
    line-height: 39px;
  }

  .tw .lg\:leading-40px{
    line-height: 40px;
  }

  .tw .lg\:tracking-tighter{
    letter-spacing: -0.05em;
  }

  .tw .lg\:tracking-tight{
    letter-spacing: -0.025em;
  }

  .tw .lg\:tracking-normal{
    letter-spacing: 0em;
  }

  .tw .lg\:tracking-wide{
    letter-spacing: 0.025em;
  }

  .tw .lg\:tracking-wider{
    letter-spacing: 0.05em;
  }

  .tw .lg\:tracking-widest{
    letter-spacing: 0.1em;
  }

  .tw .lg\:tracking-dreamten-table-row{
    letter-spacing: -0.15em;
  }

  .tw .lg\:text-opacity-0{
    --tw-text-opacity: 0;
  }

  .tw .lg\:text-opacity-5{
    --tw-text-opacity: 0.05;
  }

  .tw .lg\:text-opacity-10{
    --tw-text-opacity: 0.1;
  }

  .tw .lg\:text-opacity-15{
    --tw-text-opacity: 0.15;
  }

  .tw .lg\:text-opacity-20{
    --tw-text-opacity: 0.2;
  }

  .tw .lg\:text-opacity-25{
    --tw-text-opacity: 0.25;
  }

  .tw .lg\:text-opacity-30{
    --tw-text-opacity: 0.3;
  }

  .tw .lg\:text-opacity-40{
    --tw-text-opacity: 0.4;
  }

  .tw .lg\:text-opacity-50{
    --tw-text-opacity: 0.5;
  }

  .tw .lg\:text-opacity-60{
    --tw-text-opacity: 0.6;
  }

  .tw .lg\:text-opacity-70{
    --tw-text-opacity: 0.7;
  }

  .tw .lg\:text-opacity-75{
    --tw-text-opacity: 0.75;
  }

  .tw .lg\:text-opacity-80{
    --tw-text-opacity: 0.8;
  }

  .tw .lg\:text-opacity-90{
    --tw-text-opacity: 0.9;
  }

  .tw .lg\:text-opacity-95{
    --tw-text-opacity: 0.95;
  }

  .tw .lg\:text-opacity-100{
    --tw-text-opacity: 1;
  }

  .tw .group:hover .lg\:group-hover\:text-opacity-0{
    --tw-text-opacity: 0;
  }

  .tw .group:hover .lg\:group-hover\:text-opacity-5{
    --tw-text-opacity: 0.05;
  }

  .tw .group:hover .lg\:group-hover\:text-opacity-10{
    --tw-text-opacity: 0.1;
  }

  .tw .group:hover .lg\:group-hover\:text-opacity-15{
    --tw-text-opacity: 0.15;
  }

  .tw .group:hover .lg\:group-hover\:text-opacity-20{
    --tw-text-opacity: 0.2;
  }

  .tw .group:hover .lg\:group-hover\:text-opacity-25{
    --tw-text-opacity: 0.25;
  }

  .tw .group:hover .lg\:group-hover\:text-opacity-30{
    --tw-text-opacity: 0.3;
  }

  .tw .group:hover .lg\:group-hover\:text-opacity-40{
    --tw-text-opacity: 0.4;
  }

  .tw .group:hover .lg\:group-hover\:text-opacity-50{
    --tw-text-opacity: 0.5;
  }

  .tw .group:hover .lg\:group-hover\:text-opacity-60{
    --tw-text-opacity: 0.6;
  }

  .tw .group:hover .lg\:group-hover\:text-opacity-70{
    --tw-text-opacity: 0.7;
  }

  .tw .group:hover .lg\:group-hover\:text-opacity-75{
    --tw-text-opacity: 0.75;
  }

  .tw .group:hover .lg\:group-hover\:text-opacity-80{
    --tw-text-opacity: 0.8;
  }

  .tw .group:hover .lg\:group-hover\:text-opacity-90{
    --tw-text-opacity: 0.9;
  }

  .tw .group:hover .lg\:group-hover\:text-opacity-95{
    --tw-text-opacity: 0.95;
  }

  .tw .group:hover .lg\:group-hover\:text-opacity-100{
    --tw-text-opacity: 1;
  }

  .tw .lg\:focus-within\:text-opacity-0:focus-within{
    --tw-text-opacity: 0;
  }

  .tw .lg\:focus-within\:text-opacity-5:focus-within{
    --tw-text-opacity: 0.05;
  }

  .tw .lg\:focus-within\:text-opacity-10:focus-within{
    --tw-text-opacity: 0.1;
  }

  .tw .lg\:focus-within\:text-opacity-15:focus-within{
    --tw-text-opacity: 0.15;
  }

  .tw .lg\:focus-within\:text-opacity-20:focus-within{
    --tw-text-opacity: 0.2;
  }

  .tw .lg\:focus-within\:text-opacity-25:focus-within{
    --tw-text-opacity: 0.25;
  }

  .tw .lg\:focus-within\:text-opacity-30:focus-within{
    --tw-text-opacity: 0.3;
  }

  .tw .lg\:focus-within\:text-opacity-40:focus-within{
    --tw-text-opacity: 0.4;
  }

  .tw .lg\:focus-within\:text-opacity-50:focus-within{
    --tw-text-opacity: 0.5;
  }

  .tw .lg\:focus-within\:text-opacity-60:focus-within{
    --tw-text-opacity: 0.6;
  }

  .tw .lg\:focus-within\:text-opacity-70:focus-within{
    --tw-text-opacity: 0.7;
  }

  .tw .lg\:focus-within\:text-opacity-75:focus-within{
    --tw-text-opacity: 0.75;
  }

  .tw .lg\:focus-within\:text-opacity-80:focus-within{
    --tw-text-opacity: 0.8;
  }

  .tw .lg\:focus-within\:text-opacity-90:focus-within{
    --tw-text-opacity: 0.9;
  }

  .tw .lg\:focus-within\:text-opacity-95:focus-within{
    --tw-text-opacity: 0.95;
  }

  .tw .lg\:focus-within\:text-opacity-100:focus-within{
    --tw-text-opacity: 1;
  }

  .tw .lg\:hover\:text-opacity-0:hover{
    --tw-text-opacity: 0;
  }

  .tw .lg\:hover\:text-opacity-5:hover{
    --tw-text-opacity: 0.05;
  }

  .tw .lg\:hover\:text-opacity-10:hover{
    --tw-text-opacity: 0.1;
  }

  .tw .lg\:hover\:text-opacity-15:hover{
    --tw-text-opacity: 0.15;
  }

  .tw .lg\:hover\:text-opacity-20:hover{
    --tw-text-opacity: 0.2;
  }

  .tw .lg\:hover\:text-opacity-25:hover{
    --tw-text-opacity: 0.25;
  }

  .tw .lg\:hover\:text-opacity-30:hover{
    --tw-text-opacity: 0.3;
  }

  .tw .lg\:hover\:text-opacity-40:hover{
    --tw-text-opacity: 0.4;
  }

  .tw .lg\:hover\:text-opacity-50:hover{
    --tw-text-opacity: 0.5;
  }

  .tw .lg\:hover\:text-opacity-60:hover{
    --tw-text-opacity: 0.6;
  }

  .tw .lg\:hover\:text-opacity-70:hover{
    --tw-text-opacity: 0.7;
  }

  .tw .lg\:hover\:text-opacity-75:hover{
    --tw-text-opacity: 0.75;
  }

  .tw .lg\:hover\:text-opacity-80:hover{
    --tw-text-opacity: 0.8;
  }

  .tw .lg\:hover\:text-opacity-90:hover{
    --tw-text-opacity: 0.9;
  }

  .tw .lg\:hover\:text-opacity-95:hover{
    --tw-text-opacity: 0.95;
  }

  .tw .lg\:hover\:text-opacity-100:hover{
    --tw-text-opacity: 1;
  }

  .tw .lg\:focus\:text-opacity-0:focus{
    --tw-text-opacity: 0;
  }

  .tw .lg\:focus\:text-opacity-5:focus{
    --tw-text-opacity: 0.05;
  }

  .tw .lg\:focus\:text-opacity-10:focus{
    --tw-text-opacity: 0.1;
  }

  .tw .lg\:focus\:text-opacity-15:focus{
    --tw-text-opacity: 0.15;
  }

  .tw .lg\:focus\:text-opacity-20:focus{
    --tw-text-opacity: 0.2;
  }

  .tw .lg\:focus\:text-opacity-25:focus{
    --tw-text-opacity: 0.25;
  }

  .tw .lg\:focus\:text-opacity-30:focus{
    --tw-text-opacity: 0.3;
  }

  .tw .lg\:focus\:text-opacity-40:focus{
    --tw-text-opacity: 0.4;
  }

  .tw .lg\:focus\:text-opacity-50:focus{
    --tw-text-opacity: 0.5;
  }

  .tw .lg\:focus\:text-opacity-60:focus{
    --tw-text-opacity: 0.6;
  }

  .tw .lg\:focus\:text-opacity-70:focus{
    --tw-text-opacity: 0.7;
  }

  .tw .lg\:focus\:text-opacity-75:focus{
    --tw-text-opacity: 0.75;
  }

  .tw .lg\:focus\:text-opacity-80:focus{
    --tw-text-opacity: 0.8;
  }

  .tw .lg\:focus\:text-opacity-90:focus{
    --tw-text-opacity: 0.9;
  }

  .tw .lg\:focus\:text-opacity-95:focus{
    --tw-text-opacity: 0.95;
  }

  .tw .lg\:focus\:text-opacity-100:focus{
    --tw-text-opacity: 1;
  }

  .tw .lg\:underline{
    text-decoration: underline;
  }

  .tw .lg\:line-through{
    text-decoration: line-through;
  }

  .tw .lg\:no-underline{
    text-decoration: none;
  }

  .tw .group:hover .lg\:group-hover\:underline{
    text-decoration: underline;
  }

  .tw .group:hover .lg\:group-hover\:line-through{
    text-decoration: line-through;
  }

  .tw .group:hover .lg\:group-hover\:no-underline{
    text-decoration: none;
  }

  .tw .lg\:focus-within\:underline:focus-within{
    text-decoration: underline;
  }

  .tw .lg\:focus-within\:line-through:focus-within{
    text-decoration: line-through;
  }

  .tw .lg\:focus-within\:no-underline:focus-within{
    text-decoration: none;
  }

  .tw .lg\:hover\:underline:hover{
    text-decoration: underline;
  }

  .tw .lg\:hover\:line-through:hover{
    text-decoration: line-through;
  }

  .tw .lg\:hover\:no-underline:hover{
    text-decoration: none;
  }

  .tw .lg\:focus\:underline:focus{
    text-decoration: underline;
  }

  .tw .lg\:focus\:line-through:focus{
    text-decoration: line-through;
  }

  .tw .lg\:focus\:no-underline:focus{
    text-decoration: none;
  }

  .tw .lg\:antialiased{
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }

  .tw .lg\:subpixel-antialiased{
    -webkit-font-smoothing: auto;
    -moz-osx-font-smoothing: auto;
  }

  .tw .lg\:placeholder-current::-moz-placeholder{
    color: currentColor;
  }

  .tw .lg\:placeholder-current::placeholder{
    color: currentColor;
  }

  .tw .lg\:placeholder-transparent::-moz-placeholder{
    color: transparent;
  }

  .tw .lg\:placeholder-transparent::placeholder{
    color: transparent;
  }

  .tw .lg\:placeholder-white::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
  }

  .tw .lg\:placeholder-white::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
  }

  .tw .lg\:placeholder-black::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-placeholder-opacity));
  }

  .tw .lg\:placeholder-black::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-placeholder-opacity));
  }

  .tw .lg\:placeholder-gray-10::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(240, 240, 240, var(--tw-placeholder-opacity));
  }

  .tw .lg\:placeholder-gray-10::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(240, 240, 240, var(--tw-placeholder-opacity));
  }

  .tw .lg\:placeholder-gray-20::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(226, 226, 226, var(--tw-placeholder-opacity));
  }

  .tw .lg\:placeholder-gray-20::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(226, 226, 226, var(--tw-placeholder-opacity));
  }

  .tw .lg\:placeholder-gray-30::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(211, 211, 211, var(--tw-placeholder-opacity));
  }

  .tw .lg\:placeholder-gray-30::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(211, 211, 211, var(--tw-placeholder-opacity));
  }

  .tw .lg\:placeholder-gray-40::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(197, 197, 197, var(--tw-placeholder-opacity));
  }

  .tw .lg\:placeholder-gray-40::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(197, 197, 197, var(--tw-placeholder-opacity));
  }

  .tw .lg\:placeholder-gray-50::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(183, 183, 183, var(--tw-placeholder-opacity));
  }

  .tw .lg\:placeholder-gray-50::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(183, 183, 183, var(--tw-placeholder-opacity));
  }

  .tw .lg\:placeholder-gray-60::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(169, 169, 169, var(--tw-placeholder-opacity));
  }

  .tw .lg\:placeholder-gray-60::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(169, 169, 169, var(--tw-placeholder-opacity));
  }

  .tw .lg\:placeholder-gray-70::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(156, 156, 156, var(--tw-placeholder-opacity));
  }

  .tw .lg\:placeholder-gray-70::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(156, 156, 156, var(--tw-placeholder-opacity));
  }

  .tw .lg\:placeholder-gray-80::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(142, 142, 142, var(--tw-placeholder-opacity));
  }

  .tw .lg\:placeholder-gray-80::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(142, 142, 142, var(--tw-placeholder-opacity));
  }

  .tw .lg\:placeholder-gray-90::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(129, 129, 129, var(--tw-placeholder-opacity));
  }

  .tw .lg\:placeholder-gray-90::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(129, 129, 129, var(--tw-placeholder-opacity));
  }

  .tw .lg\:placeholder-gray-100::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(108, 109, 114, var(--tw-placeholder-opacity));
  }

  .tw .lg\:placeholder-gray-100::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(108, 109, 114, var(--tw-placeholder-opacity));
  }

  .tw .lg\:placeholder-gray-200::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(96, 97, 103, var(--tw-placeholder-opacity));
  }

  .tw .lg\:placeholder-gray-200::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(96, 97, 103, var(--tw-placeholder-opacity));
  }

  .tw .lg\:placeholder-gray-300::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(84, 86, 91, var(--tw-placeholder-opacity));
  }

  .tw .lg\:placeholder-gray-300::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(84, 86, 91, var(--tw-placeholder-opacity));
  }

  .tw .lg\:placeholder-gray-400::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(73, 73, 80, var(--tw-placeholder-opacity));
  }

  .tw .lg\:placeholder-gray-400::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(73, 73, 80, var(--tw-placeholder-opacity));
  }

  .tw .lg\:placeholder-gray-500::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(61, 61, 68, var(--tw-placeholder-opacity));
  }

  .tw .lg\:placeholder-gray-500::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(61, 61, 68, var(--tw-placeholder-opacity));
  }

  .tw .lg\:placeholder-gray-600::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(53, 53, 61, var(--tw-placeholder-opacity));
  }

  .tw .lg\:placeholder-gray-600::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(53, 53, 61, var(--tw-placeholder-opacity));
  }

  .tw .lg\:placeholder-gray-700::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(45, 45, 49, var(--tw-placeholder-opacity));
  }

  .tw .lg\:placeholder-gray-700::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(45, 45, 49, var(--tw-placeholder-opacity));
  }

  .tw .lg\:placeholder-gray-800::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(38, 37, 42, var(--tw-placeholder-opacity));
  }

  .tw .lg\:placeholder-gray-800::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(38, 37, 42, var(--tw-placeholder-opacity));
  }

  .tw .lg\:placeholder-gray-850::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(32, 32, 37, var(--tw-placeholder-opacity));
  }

  .tw .lg\:placeholder-gray-850::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(32, 32, 37, var(--tw-placeholder-opacity));
  }

  .tw .lg\:placeholder-gray-900::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(27, 27, 32, var(--tw-placeholder-opacity));
  }

  .tw .lg\:placeholder-gray-900::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(27, 27, 32, var(--tw-placeholder-opacity));
  }

  .tw .lg\:placeholder-gray-950::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(20, 20, 23, var(--tw-placeholder-opacity));
  }

  .tw .lg\:placeholder-gray-950::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(20, 20, 23, var(--tw-placeholder-opacity));
  }

  .tw .lg\:placeholder-brand-50::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(127, 255, 255, var(--tw-placeholder-opacity));
  }

  .tw .lg\:placeholder-brand-50::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(127, 255, 255, var(--tw-placeholder-opacity));
  }

  .tw .lg\:placeholder-brand-100::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(87, 226, 255, var(--tw-placeholder-opacity));
  }

  .tw .lg\:placeholder-brand-100::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(87, 226, 255, var(--tw-placeholder-opacity));
  }

  .tw .lg\:placeholder-brand-200::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(32, 197, 255, var(--tw-placeholder-opacity));
  }

  .tw .lg\:placeholder-brand-200::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(32, 197, 255, var(--tw-placeholder-opacity));
  }

  .tw .lg\:placeholder-brand-300::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(0, 167, 231, var(--tw-placeholder-opacity));
  }

  .tw .lg\:placeholder-brand-300::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(0, 167, 231, var(--tw-placeholder-opacity));
  }

  .tw .lg\:placeholder-brand-400::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(0, 139, 201, var(--tw-placeholder-opacity));
  }

  .tw .lg\:placeholder-brand-400::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(0, 139, 201, var(--tw-placeholder-opacity));
  }

  .tw .lg\:placeholder-brand-500::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(0, 112, 172, var(--tw-placeholder-opacity));
  }

  .tw .lg\:placeholder-brand-500::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(0, 112, 172, var(--tw-placeholder-opacity));
  }

  .tw .lg\:placeholder-brand-600::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(0, 86, 143, var(--tw-placeholder-opacity));
  }

  .tw .lg\:placeholder-brand-600::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(0, 86, 143, var(--tw-placeholder-opacity));
  }

  .tw .lg\:placeholder-brand-700::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(0, 62, 116, var(--tw-placeholder-opacity));
  }

  .tw .lg\:placeholder-brand-700::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(0, 62, 116, var(--tw-placeholder-opacity));
  }

  .tw .lg\:placeholder-brand-800::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(0, 39, 89, var(--tw-placeholder-opacity));
  }

  .tw .lg\:placeholder-brand-800::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(0, 39, 89, var(--tw-placeholder-opacity));
  }

  .tw .lg\:placeholder-brand-900::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(0, 18, 63, var(--tw-placeholder-opacity));
  }

  .tw .lg\:placeholder-brand-900::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(0, 18, 63, var(--tw-placeholder-opacity));
  }

  .tw .lg\:placeholder-brand::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(0, 190, 255, var(--tw-placeholder-opacity));
  }

  .tw .lg\:placeholder-brand::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(0, 190, 255, var(--tw-placeholder-opacity));
  }

  .tw .lg\:placeholder-brand-base::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(0, 190, 255, var(--tw-placeholder-opacity));
  }

  .tw .lg\:placeholder-brand-base::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(0, 190, 255, var(--tw-placeholder-opacity));
  }

  .tw .lg\:placeholder-red-50::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(255, 202, 200, var(--tw-placeholder-opacity));
  }

  .tw .lg\:placeholder-red-50::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(255, 202, 200, var(--tw-placeholder-opacity));
  }

  .tw .lg\:placeholder-red-100::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(255, 171, 171, var(--tw-placeholder-opacity));
  }

  .tw .lg\:placeholder-red-100::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(255, 171, 171, var(--tw-placeholder-opacity));
  }

  .tw .lg\:placeholder-red-200::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(255, 142, 142, var(--tw-placeholder-opacity));
  }

  .tw .lg\:placeholder-red-200::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(255, 142, 142, var(--tw-placeholder-opacity));
  }

  .tw .lg\:placeholder-red-300::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(247, 112, 115, var(--tw-placeholder-opacity));
  }

  .tw .lg\:placeholder-red-300::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(247, 112, 115, var(--tw-placeholder-opacity));
  }

  .tw .lg\:placeholder-red-400::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(215, 83, 89, var(--tw-placeholder-opacity));
  }

  .tw .lg\:placeholder-red-400::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(215, 83, 89, var(--tw-placeholder-opacity));
  }

  .tw .lg\:placeholder-red-500::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(182, 54, 64, var(--tw-placeholder-opacity));
  }

  .tw .lg\:placeholder-red-500::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(182, 54, 64, var(--tw-placeholder-opacity));
  }

  .tw .lg\:placeholder-red-600::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(150, 18, 41, var(--tw-placeholder-opacity));
  }

  .tw .lg\:placeholder-red-600::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(150, 18, 41, var(--tw-placeholder-opacity));
  }

  .tw .lg\:placeholder-red-700::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(119, 0, 19, var(--tw-placeholder-opacity));
  }

  .tw .lg\:placeholder-red-700::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(119, 0, 19, var(--tw-placeholder-opacity));
  }

  .tw .lg\:placeholder-red-800::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(89, 0, 0, var(--tw-placeholder-opacity));
  }

  .tw .lg\:placeholder-red-800::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(89, 0, 0, var(--tw-placeholder-opacity));
  }

  .tw .lg\:placeholder-red-900::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(65, 0, 0, var(--tw-placeholder-opacity));
  }

  .tw .lg\:placeholder-red-900::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(65, 0, 0, var(--tw-placeholder-opacity));
  }

  .tw .lg\:placeholder-red::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(211, 80, 86, var(--tw-placeholder-opacity));
  }

  .tw .lg\:placeholder-red::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(211, 80, 86, var(--tw-placeholder-opacity));
  }

  .tw .lg\:placeholder-red-brand::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(255, 79, 79, var(--tw-placeholder-opacity));
  }

  .tw .lg\:placeholder-red-brand::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(255, 79, 79, var(--tw-placeholder-opacity));
  }

  .tw .lg\:placeholder-green-50::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(141, 255, 205, var(--tw-placeholder-opacity));
  }

  .tw .lg\:placeholder-green-50::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(141, 255, 205, var(--tw-placeholder-opacity));
  }

  .tw .lg\:placeholder-green-100::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(109, 236, 176, var(--tw-placeholder-opacity));
  }

  .tw .lg\:placeholder-green-100::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(109, 236, 176, var(--tw-placeholder-opacity));
  }

  .tw .lg\:placeholder-green-200::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(76, 206, 147, var(--tw-placeholder-opacity));
  }

  .tw .lg\:placeholder-green-200::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(76, 206, 147, var(--tw-placeholder-opacity));
  }

  .tw .lg\:placeholder-green-300::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(36, 176, 119, var(--tw-placeholder-opacity));
  }

  .tw .lg\:placeholder-green-300::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(36, 176, 119, var(--tw-placeholder-opacity));
  }

  .tw .lg\:placeholder-green-400::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(0, 147, 93, var(--tw-placeholder-opacity));
  }

  .tw .lg\:placeholder-green-400::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(0, 147, 93, var(--tw-placeholder-opacity));
  }

  .tw .lg\:placeholder-green-500::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(0, 119, 68, var(--tw-placeholder-opacity));
  }

  .tw .lg\:placeholder-green-500::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(0, 119, 68, var(--tw-placeholder-opacity));
  }

  .tw .lg\:placeholder-green-600::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(0, 91, 43, var(--tw-placeholder-opacity));
  }

  .tw .lg\:placeholder-green-600::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(0, 91, 43, var(--tw-placeholder-opacity));
  }

  .tw .lg\:placeholder-green-700::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(0, 65, 21, var(--tw-placeholder-opacity));
  }

  .tw .lg\:placeholder-green-700::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(0, 65, 21, var(--tw-placeholder-opacity));
  }

  .tw .lg\:placeholder-green-800::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(0, 43, 0, var(--tw-placeholder-opacity));
  }

  .tw .lg\:placeholder-green-800::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(0, 43, 0, var(--tw-placeholder-opacity));
  }

  .tw .lg\:placeholder-green-900::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(0, 27, 0, var(--tw-placeholder-opacity));
  }

  .tw .lg\:placeholder-green-900::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(0, 27, 0, var(--tw-placeholder-opacity));
  }

  .tw .lg\:placeholder-green::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(46, 182, 125, var(--tw-placeholder-opacity));
  }

  .tw .lg\:placeholder-green::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(46, 182, 125, var(--tw-placeholder-opacity));
  }

  .tw .lg\:placeholder-yellow-50::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(255, 235, 87, var(--tw-placeholder-opacity));
  }

  .tw .lg\:placeholder-yellow-50::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(255, 235, 87, var(--tw-placeholder-opacity));
  }

  .tw .lg\:placeholder-yellow-100::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(255, 205, 55, var(--tw-placeholder-opacity));
  }

  .tw .lg\:placeholder-yellow-100::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(255, 205, 55, var(--tw-placeholder-opacity));
  }

  .tw .lg\:placeholder-yellow-200::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(228, 176, 9, var(--tw-placeholder-opacity));
  }

  .tw .lg\:placeholder-yellow-200::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(228, 176, 9, var(--tw-placeholder-opacity));
  }

  .tw .lg\:placeholder-yellow-300::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(195, 148, 0, var(--tw-placeholder-opacity));
  }

  .tw .lg\:placeholder-yellow-300::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(195, 148, 0, var(--tw-placeholder-opacity));
  }

  .tw .lg\:placeholder-yellow-400::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(163, 121, 0, var(--tw-placeholder-opacity));
  }

  .tw .lg\:placeholder-yellow-400::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(163, 121, 0, var(--tw-placeholder-opacity));
  }

  .tw .lg\:placeholder-yellow-500::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(133, 95, 0, var(--tw-placeholder-opacity));
  }

  .tw .lg\:placeholder-yellow-500::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(133, 95, 0, var(--tw-placeholder-opacity));
  }

  .tw .lg\:placeholder-yellow-600::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(104, 70, 0, var(--tw-placeholder-opacity));
  }

  .tw .lg\:placeholder-yellow-600::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(104, 70, 0, var(--tw-placeholder-opacity));
  }

  .tw .lg\:placeholder-yellow-700::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(79, 46, 0, var(--tw-placeholder-opacity));
  }

  .tw .lg\:placeholder-yellow-700::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(79, 46, 0, var(--tw-placeholder-opacity));
  }

  .tw .lg\:placeholder-yellow-800::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(61, 22, 0, var(--tw-placeholder-opacity));
  }

  .tw .lg\:placeholder-yellow-800::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(61, 22, 0, var(--tw-placeholder-opacity));
  }

  .tw .lg\:placeholder-yellow-900::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(50, 0, 0, var(--tw-placeholder-opacity));
  }

  .tw .lg\:placeholder-yellow-900::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(50, 0, 0, var(--tw-placeholder-opacity));
  }

  .tw .lg\:placeholder-yellow::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(254, 199, 47, var(--tw-placeholder-opacity));
  }

  .tw .lg\:placeholder-yellow::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(254, 199, 47, var(--tw-placeholder-opacity));
  }

  .tw .lg\:placeholder-purple-50::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(255, 216, 255, var(--tw-placeholder-opacity));
  }

  .tw .lg\:placeholder-purple-50::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(255, 216, 255, var(--tw-placeholder-opacity));
  }

  .tw .lg\:placeholder-purple-100::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(240, 186, 255, var(--tw-placeholder-opacity));
  }

  .tw .lg\:placeholder-purple-100::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(240, 186, 255, var(--tw-placeholder-opacity));
  }

  .tw .lg\:placeholder-purple-200::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(208, 157, 255, var(--tw-placeholder-opacity));
  }

  .tw .lg\:placeholder-purple-200::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(208, 157, 255, var(--tw-placeholder-opacity));
  }

  .tw .lg\:placeholder-purple-300::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(177, 128, 255, var(--tw-placeholder-opacity));
  }

  .tw .lg\:placeholder-purple-300::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(177, 128, 255, var(--tw-placeholder-opacity));
  }

  .tw .lg\:placeholder-purple-400::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(146, 101, 233, var(--tw-placeholder-opacity));
  }

  .tw .lg\:placeholder-purple-400::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(146, 101, 233, var(--tw-placeholder-opacity));
  }

  .tw .lg\:placeholder-purple-500::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(116, 74, 203, var(--tw-placeholder-opacity));
  }

  .tw .lg\:placeholder-purple-500::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(116, 74, 203, var(--tw-placeholder-opacity));
  }

  .tw .lg\:placeholder-purple-600::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(85, 48, 173, var(--tw-placeholder-opacity));
  }

  .tw .lg\:placeholder-purple-600::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(85, 48, 173, var(--tw-placeholder-opacity));
  }

  .tw .lg\:placeholder-purple-700::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(53, 22, 144, var(--tw-placeholder-opacity));
  }

  .tw .lg\:placeholder-purple-700::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(53, 22, 144, var(--tw-placeholder-opacity));
  }

  .tw .lg\:placeholder-purple-800::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(9, 0, 116, var(--tw-placeholder-opacity));
  }

  .tw .lg\:placeholder-purple-800::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(9, 0, 116, var(--tw-placeholder-opacity));
  }

  .tw .lg\:placeholder-purple-900::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(0, 0, 89, var(--tw-placeholder-opacity));
  }

  .tw .lg\:placeholder-purple-900::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(0, 0, 89, var(--tw-placeholder-opacity));
  }

  .tw .lg\:placeholder-purple::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(168, 120, 255, var(--tw-placeholder-opacity));
  }

  .tw .lg\:placeholder-purple::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(168, 120, 255, var(--tw-placeholder-opacity));
  }

  .tw .lg\:placeholder-orange-50::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(255, 210, 131, var(--tw-placeholder-opacity));
  }

  .tw .lg\:placeholder-orange-50::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(255, 210, 131, var(--tw-placeholder-opacity));
  }

  .tw .lg\:placeholder-orange-100::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(255, 180, 103, var(--tw-placeholder-opacity));
  }

  .tw .lg\:placeholder-orange-100::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(255, 180, 103, var(--tw-placeholder-opacity));
  }

  .tw .lg\:placeholder-orange-200::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(255, 151, 75, var(--tw-placeholder-opacity));
  }

  .tw .lg\:placeholder-orange-200::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(255, 151, 75, var(--tw-placeholder-opacity));
  }

  .tw .lg\:placeholder-orange-300::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(240, 122, 47, var(--tw-placeholder-opacity));
  }

  .tw .lg\:placeholder-orange-300::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(240, 122, 47, var(--tw-placeholder-opacity));
  }

  .tw .lg\:placeholder-orange-400::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(206, 95, 17, var(--tw-placeholder-opacity));
  }

  .tw .lg\:placeholder-orange-400::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(206, 95, 17, var(--tw-placeholder-opacity));
  }

  .tw .lg\:placeholder-orange-500::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(173, 68, 0, var(--tw-placeholder-opacity));
  }

  .tw .lg\:placeholder-orange-500::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(173, 68, 0, var(--tw-placeholder-opacity));
  }

  .tw .lg\:placeholder-orange-600::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(141, 40, 0, var(--tw-placeholder-opacity));
  }

  .tw .lg\:placeholder-orange-600::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(141, 40, 0, var(--tw-placeholder-opacity));
  }

  .tw .lg\:placeholder-orange-700::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(111, 6, 0, var(--tw-placeholder-opacity));
  }

  .tw .lg\:placeholder-orange-700::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(111, 6, 0, var(--tw-placeholder-opacity));
  }

  .tw .lg\:placeholder-orange-800::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(84, 0, 0, var(--tw-placeholder-opacity));
  }

  .tw .lg\:placeholder-orange-800::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(84, 0, 0, var(--tw-placeholder-opacity));
  }

  .tw .lg\:placeholder-orange-900::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(65, 0, 0, var(--tw-placeholder-opacity));
  }

  .tw .lg\:placeholder-orange-900::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(65, 0, 0, var(--tw-placeholder-opacity));
  }

  .tw .lg\:placeholder-orange::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(245, 127, 52, var(--tw-placeholder-opacity));
  }

  .tw .lg\:placeholder-orange::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(245, 127, 52, var(--tw-placeholder-opacity));
  }

  .tw .lg\:placeholder-surface-brand::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(26, 26, 26, var(--tw-placeholder-opacity));
  }

  .tw .lg\:placeholder-surface-brand::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(26, 26, 26, var(--tw-placeholder-opacity));
  }

  .tw .lg\:placeholder-surface-lower::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(18, 19, 20, var(--tw-placeholder-opacity));
  }

  .tw .lg\:placeholder-surface-lower::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(18, 19, 20, var(--tw-placeholder-opacity));
  }

  .tw .lg\:placeholder-surface-base::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(29, 30, 31, var(--tw-placeholder-opacity));
  }

  .tw .lg\:placeholder-surface-base::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(29, 30, 31, var(--tw-placeholder-opacity));
  }

  .tw .lg\:placeholder-surface-low::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(33, 33, 36, var(--tw-placeholder-opacity));
  }

  .tw .lg\:placeholder-surface-low::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(33, 33, 36, var(--tw-placeholder-opacity));
  }

  .tw .lg\:placeholder-surface-middle::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(38, 38, 42, var(--tw-placeholder-opacity));
  }

  .tw .lg\:placeholder-surface-middle::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(38, 38, 42, var(--tw-placeholder-opacity));
  }

  .tw .lg\:placeholder-surface-upper::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(41, 41, 46, var(--tw-placeholder-opacity));
  }

  .tw .lg\:placeholder-surface-upper::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(41, 41, 46, var(--tw-placeholder-opacity));
  }

  .tw .lg\:placeholder-surface-high::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(52, 52, 53, var(--tw-placeholder-opacity));
  }

  .tw .lg\:placeholder-surface-high::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(52, 52, 53, var(--tw-placeholder-opacity));
  }

  .tw .lg\:placeholder-surface-higher::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(74, 75, 75, var(--tw-placeholder-opacity));
  }

  .tw .lg\:placeholder-surface-higher::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(74, 75, 75, var(--tw-placeholder-opacity));
  }

  .tw .lg\:placeholder-surface-highest::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(97, 97, 98, var(--tw-placeholder-opacity));
  }

  .tw .lg\:placeholder-surface-highest::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(97, 97, 98, var(--tw-placeholder-opacity));
  }

  .tw .lg\:placeholder-glyph-base::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
  }

  .tw .lg\:placeholder-glyph-base::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
  }

  .tw .lg\:placeholder-glyph-light::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(194, 194, 194, var(--tw-placeholder-opacity));
  }

  .tw .lg\:placeholder-glyph-light::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(194, 194, 194, var(--tw-placeholder-opacity));
  }

  .tw .lg\:placeholder-glyph-lighter::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(150, 150, 150, var(--tw-placeholder-opacity));
  }

  .tw .lg\:placeholder-glyph-lighter::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(150, 150, 150, var(--tw-placeholder-opacity));
  }

  .tw .lg\:placeholder-glyph-lightest::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(80, 80, 80, var(--tw-placeholder-opacity));
  }

  .tw .lg\:placeholder-glyph-lightest::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(80, 80, 80, var(--tw-placeholder-opacity));
  }

  .tw .lg\:placeholder-link::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(0, 190, 255, var(--tw-placeholder-opacity));
  }

  .tw .lg\:placeholder-link::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(0, 190, 255, var(--tw-placeholder-opacity));
  }

  .tw .lg\:placeholder-info-error::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(235, 51, 65, var(--tw-placeholder-opacity));
  }

  .tw .lg\:placeholder-info-error::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(235, 51, 65, var(--tw-placeholder-opacity));
  }

  .tw .lg\:placeholder-info-danger::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(247, 127, 37, var(--tw-placeholder-opacity));
  }

  .tw .lg\:placeholder-info-danger::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(247, 127, 37, var(--tw-placeholder-opacity));
  }

  .tw .lg\:placeholder-info-warn::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(255, 200, 47, var(--tw-placeholder-opacity));
  }

  .tw .lg\:placeholder-info-warn::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(255, 200, 47, var(--tw-placeholder-opacity));
  }

  .tw .lg\:placeholder-info-ok::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(0, 151, 79, var(--tw-placeholder-opacity));
  }

  .tw .lg\:placeholder-info-ok::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(0, 151, 79, var(--tw-placeholder-opacity));
  }

  .tw .lg\:placeholder-info-notice::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(1, 128, 255, var(--tw-placeholder-opacity));
  }

  .tw .lg\:placeholder-info-notice::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(1, 128, 255, var(--tw-placeholder-opacity));
  }

  .tw .lg\:placeholder-accent-1::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(255, 93, 105, var(--tw-placeholder-opacity));
  }

  .tw .lg\:placeholder-accent-1::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(255, 93, 105, var(--tw-placeholder-opacity));
  }

  .tw .lg\:placeholder-accent-2::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(7, 245, 175, var(--tw-placeholder-opacity));
  }

  .tw .lg\:placeholder-accent-2::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(7, 245, 175, var(--tw-placeholder-opacity));
  }

  .tw .lg\:placeholder-accent-3::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(4, 211, 114, var(--tw-placeholder-opacity));
  }

  .tw .lg\:placeholder-accent-3::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(4, 211, 114, var(--tw-placeholder-opacity));
  }

  .tw .lg\:placeholder-accent-4::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(132, 81, 245, var(--tw-placeholder-opacity));
  }

  .tw .lg\:placeholder-accent-4::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(132, 81, 245, var(--tw-placeholder-opacity));
  }

  .tw .lg\:focus\:placeholder-current:focus::-moz-placeholder{
    color: currentColor;
  }

  .tw .lg\:focus\:placeholder-current:focus::placeholder{
    color: currentColor;
  }

  .tw .lg\:focus\:placeholder-transparent:focus::-moz-placeholder{
    color: transparent;
  }

  .tw .lg\:focus\:placeholder-transparent:focus::placeholder{
    color: transparent;
  }

  .tw .lg\:focus\:placeholder-white:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
  }

  .tw .lg\:focus\:placeholder-white:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
  }

  .tw .lg\:focus\:placeholder-black:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-placeholder-opacity));
  }

  .tw .lg\:focus\:placeholder-black:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-placeholder-opacity));
  }

  .tw .lg\:focus\:placeholder-gray-10:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(240, 240, 240, var(--tw-placeholder-opacity));
  }

  .tw .lg\:focus\:placeholder-gray-10:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(240, 240, 240, var(--tw-placeholder-opacity));
  }

  .tw .lg\:focus\:placeholder-gray-20:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(226, 226, 226, var(--tw-placeholder-opacity));
  }

  .tw .lg\:focus\:placeholder-gray-20:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(226, 226, 226, var(--tw-placeholder-opacity));
  }

  .tw .lg\:focus\:placeholder-gray-30:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(211, 211, 211, var(--tw-placeholder-opacity));
  }

  .tw .lg\:focus\:placeholder-gray-30:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(211, 211, 211, var(--tw-placeholder-opacity));
  }

  .tw .lg\:focus\:placeholder-gray-40:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(197, 197, 197, var(--tw-placeholder-opacity));
  }

  .tw .lg\:focus\:placeholder-gray-40:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(197, 197, 197, var(--tw-placeholder-opacity));
  }

  .tw .lg\:focus\:placeholder-gray-50:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(183, 183, 183, var(--tw-placeholder-opacity));
  }

  .tw .lg\:focus\:placeholder-gray-50:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(183, 183, 183, var(--tw-placeholder-opacity));
  }

  .tw .lg\:focus\:placeholder-gray-60:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(169, 169, 169, var(--tw-placeholder-opacity));
  }

  .tw .lg\:focus\:placeholder-gray-60:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(169, 169, 169, var(--tw-placeholder-opacity));
  }

  .tw .lg\:focus\:placeholder-gray-70:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(156, 156, 156, var(--tw-placeholder-opacity));
  }

  .tw .lg\:focus\:placeholder-gray-70:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(156, 156, 156, var(--tw-placeholder-opacity));
  }

  .tw .lg\:focus\:placeholder-gray-80:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(142, 142, 142, var(--tw-placeholder-opacity));
  }

  .tw .lg\:focus\:placeholder-gray-80:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(142, 142, 142, var(--tw-placeholder-opacity));
  }

  .tw .lg\:focus\:placeholder-gray-90:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(129, 129, 129, var(--tw-placeholder-opacity));
  }

  .tw .lg\:focus\:placeholder-gray-90:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(129, 129, 129, var(--tw-placeholder-opacity));
  }

  .tw .lg\:focus\:placeholder-gray-100:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(108, 109, 114, var(--tw-placeholder-opacity));
  }

  .tw .lg\:focus\:placeholder-gray-100:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(108, 109, 114, var(--tw-placeholder-opacity));
  }

  .tw .lg\:focus\:placeholder-gray-200:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(96, 97, 103, var(--tw-placeholder-opacity));
  }

  .tw .lg\:focus\:placeholder-gray-200:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(96, 97, 103, var(--tw-placeholder-opacity));
  }

  .tw .lg\:focus\:placeholder-gray-300:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(84, 86, 91, var(--tw-placeholder-opacity));
  }

  .tw .lg\:focus\:placeholder-gray-300:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(84, 86, 91, var(--tw-placeholder-opacity));
  }

  .tw .lg\:focus\:placeholder-gray-400:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(73, 73, 80, var(--tw-placeholder-opacity));
  }

  .tw .lg\:focus\:placeholder-gray-400:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(73, 73, 80, var(--tw-placeholder-opacity));
  }

  .tw .lg\:focus\:placeholder-gray-500:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(61, 61, 68, var(--tw-placeholder-opacity));
  }

  .tw .lg\:focus\:placeholder-gray-500:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(61, 61, 68, var(--tw-placeholder-opacity));
  }

  .tw .lg\:focus\:placeholder-gray-600:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(53, 53, 61, var(--tw-placeholder-opacity));
  }

  .tw .lg\:focus\:placeholder-gray-600:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(53, 53, 61, var(--tw-placeholder-opacity));
  }

  .tw .lg\:focus\:placeholder-gray-700:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(45, 45, 49, var(--tw-placeholder-opacity));
  }

  .tw .lg\:focus\:placeholder-gray-700:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(45, 45, 49, var(--tw-placeholder-opacity));
  }

  .tw .lg\:focus\:placeholder-gray-800:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(38, 37, 42, var(--tw-placeholder-opacity));
  }

  .tw .lg\:focus\:placeholder-gray-800:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(38, 37, 42, var(--tw-placeholder-opacity));
  }

  .tw .lg\:focus\:placeholder-gray-850:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(32, 32, 37, var(--tw-placeholder-opacity));
  }

  .tw .lg\:focus\:placeholder-gray-850:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(32, 32, 37, var(--tw-placeholder-opacity));
  }

  .tw .lg\:focus\:placeholder-gray-900:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(27, 27, 32, var(--tw-placeholder-opacity));
  }

  .tw .lg\:focus\:placeholder-gray-900:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(27, 27, 32, var(--tw-placeholder-opacity));
  }

  .tw .lg\:focus\:placeholder-gray-950:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(20, 20, 23, var(--tw-placeholder-opacity));
  }

  .tw .lg\:focus\:placeholder-gray-950:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(20, 20, 23, var(--tw-placeholder-opacity));
  }

  .tw .lg\:focus\:placeholder-brand-50:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(127, 255, 255, var(--tw-placeholder-opacity));
  }

  .tw .lg\:focus\:placeholder-brand-50:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(127, 255, 255, var(--tw-placeholder-opacity));
  }

  .tw .lg\:focus\:placeholder-brand-100:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(87, 226, 255, var(--tw-placeholder-opacity));
  }

  .tw .lg\:focus\:placeholder-brand-100:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(87, 226, 255, var(--tw-placeholder-opacity));
  }

  .tw .lg\:focus\:placeholder-brand-200:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(32, 197, 255, var(--tw-placeholder-opacity));
  }

  .tw .lg\:focus\:placeholder-brand-200:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(32, 197, 255, var(--tw-placeholder-opacity));
  }

  .tw .lg\:focus\:placeholder-brand-300:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(0, 167, 231, var(--tw-placeholder-opacity));
  }

  .tw .lg\:focus\:placeholder-brand-300:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(0, 167, 231, var(--tw-placeholder-opacity));
  }

  .tw .lg\:focus\:placeholder-brand-400:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(0, 139, 201, var(--tw-placeholder-opacity));
  }

  .tw .lg\:focus\:placeholder-brand-400:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(0, 139, 201, var(--tw-placeholder-opacity));
  }

  .tw .lg\:focus\:placeholder-brand-500:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(0, 112, 172, var(--tw-placeholder-opacity));
  }

  .tw .lg\:focus\:placeholder-brand-500:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(0, 112, 172, var(--tw-placeholder-opacity));
  }

  .tw .lg\:focus\:placeholder-brand-600:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(0, 86, 143, var(--tw-placeholder-opacity));
  }

  .tw .lg\:focus\:placeholder-brand-600:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(0, 86, 143, var(--tw-placeholder-opacity));
  }

  .tw .lg\:focus\:placeholder-brand-700:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(0, 62, 116, var(--tw-placeholder-opacity));
  }

  .tw .lg\:focus\:placeholder-brand-700:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(0, 62, 116, var(--tw-placeholder-opacity));
  }

  .tw .lg\:focus\:placeholder-brand-800:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(0, 39, 89, var(--tw-placeholder-opacity));
  }

  .tw .lg\:focus\:placeholder-brand-800:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(0, 39, 89, var(--tw-placeholder-opacity));
  }

  .tw .lg\:focus\:placeholder-brand-900:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(0, 18, 63, var(--tw-placeholder-opacity));
  }

  .tw .lg\:focus\:placeholder-brand-900:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(0, 18, 63, var(--tw-placeholder-opacity));
  }

  .tw .lg\:focus\:placeholder-brand:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(0, 190, 255, var(--tw-placeholder-opacity));
  }

  .tw .lg\:focus\:placeholder-brand:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(0, 190, 255, var(--tw-placeholder-opacity));
  }

  .tw .lg\:focus\:placeholder-brand-base:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(0, 190, 255, var(--tw-placeholder-opacity));
  }

  .tw .lg\:focus\:placeholder-brand-base:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(0, 190, 255, var(--tw-placeholder-opacity));
  }

  .tw .lg\:focus\:placeholder-red-50:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(255, 202, 200, var(--tw-placeholder-opacity));
  }

  .tw .lg\:focus\:placeholder-red-50:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(255, 202, 200, var(--tw-placeholder-opacity));
  }

  .tw .lg\:focus\:placeholder-red-100:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(255, 171, 171, var(--tw-placeholder-opacity));
  }

  .tw .lg\:focus\:placeholder-red-100:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(255, 171, 171, var(--tw-placeholder-opacity));
  }

  .tw .lg\:focus\:placeholder-red-200:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(255, 142, 142, var(--tw-placeholder-opacity));
  }

  .tw .lg\:focus\:placeholder-red-200:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(255, 142, 142, var(--tw-placeholder-opacity));
  }

  .tw .lg\:focus\:placeholder-red-300:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(247, 112, 115, var(--tw-placeholder-opacity));
  }

  .tw .lg\:focus\:placeholder-red-300:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(247, 112, 115, var(--tw-placeholder-opacity));
  }

  .tw .lg\:focus\:placeholder-red-400:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(215, 83, 89, var(--tw-placeholder-opacity));
  }

  .tw .lg\:focus\:placeholder-red-400:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(215, 83, 89, var(--tw-placeholder-opacity));
  }

  .tw .lg\:focus\:placeholder-red-500:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(182, 54, 64, var(--tw-placeholder-opacity));
  }

  .tw .lg\:focus\:placeholder-red-500:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(182, 54, 64, var(--tw-placeholder-opacity));
  }

  .tw .lg\:focus\:placeholder-red-600:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(150, 18, 41, var(--tw-placeholder-opacity));
  }

  .tw .lg\:focus\:placeholder-red-600:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(150, 18, 41, var(--tw-placeholder-opacity));
  }

  .tw .lg\:focus\:placeholder-red-700:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(119, 0, 19, var(--tw-placeholder-opacity));
  }

  .tw .lg\:focus\:placeholder-red-700:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(119, 0, 19, var(--tw-placeholder-opacity));
  }

  .tw .lg\:focus\:placeholder-red-800:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(89, 0, 0, var(--tw-placeholder-opacity));
  }

  .tw .lg\:focus\:placeholder-red-800:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(89, 0, 0, var(--tw-placeholder-opacity));
  }

  .tw .lg\:focus\:placeholder-red-900:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(65, 0, 0, var(--tw-placeholder-opacity));
  }

  .tw .lg\:focus\:placeholder-red-900:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(65, 0, 0, var(--tw-placeholder-opacity));
  }

  .tw .lg\:focus\:placeholder-red:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(211, 80, 86, var(--tw-placeholder-opacity));
  }

  .tw .lg\:focus\:placeholder-red:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(211, 80, 86, var(--tw-placeholder-opacity));
  }

  .tw .lg\:focus\:placeholder-red-brand:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(255, 79, 79, var(--tw-placeholder-opacity));
  }

  .tw .lg\:focus\:placeholder-red-brand:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(255, 79, 79, var(--tw-placeholder-opacity));
  }

  .tw .lg\:focus\:placeholder-green-50:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(141, 255, 205, var(--tw-placeholder-opacity));
  }

  .tw .lg\:focus\:placeholder-green-50:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(141, 255, 205, var(--tw-placeholder-opacity));
  }

  .tw .lg\:focus\:placeholder-green-100:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(109, 236, 176, var(--tw-placeholder-opacity));
  }

  .tw .lg\:focus\:placeholder-green-100:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(109, 236, 176, var(--tw-placeholder-opacity));
  }

  .tw .lg\:focus\:placeholder-green-200:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(76, 206, 147, var(--tw-placeholder-opacity));
  }

  .tw .lg\:focus\:placeholder-green-200:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(76, 206, 147, var(--tw-placeholder-opacity));
  }

  .tw .lg\:focus\:placeholder-green-300:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(36, 176, 119, var(--tw-placeholder-opacity));
  }

  .tw .lg\:focus\:placeholder-green-300:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(36, 176, 119, var(--tw-placeholder-opacity));
  }

  .tw .lg\:focus\:placeholder-green-400:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(0, 147, 93, var(--tw-placeholder-opacity));
  }

  .tw .lg\:focus\:placeholder-green-400:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(0, 147, 93, var(--tw-placeholder-opacity));
  }

  .tw .lg\:focus\:placeholder-green-500:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(0, 119, 68, var(--tw-placeholder-opacity));
  }

  .tw .lg\:focus\:placeholder-green-500:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(0, 119, 68, var(--tw-placeholder-opacity));
  }

  .tw .lg\:focus\:placeholder-green-600:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(0, 91, 43, var(--tw-placeholder-opacity));
  }

  .tw .lg\:focus\:placeholder-green-600:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(0, 91, 43, var(--tw-placeholder-opacity));
  }

  .tw .lg\:focus\:placeholder-green-700:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(0, 65, 21, var(--tw-placeholder-opacity));
  }

  .tw .lg\:focus\:placeholder-green-700:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(0, 65, 21, var(--tw-placeholder-opacity));
  }

  .tw .lg\:focus\:placeholder-green-800:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(0, 43, 0, var(--tw-placeholder-opacity));
  }

  .tw .lg\:focus\:placeholder-green-800:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(0, 43, 0, var(--tw-placeholder-opacity));
  }

  .tw .lg\:focus\:placeholder-green-900:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(0, 27, 0, var(--tw-placeholder-opacity));
  }

  .tw .lg\:focus\:placeholder-green-900:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(0, 27, 0, var(--tw-placeholder-opacity));
  }

  .tw .lg\:focus\:placeholder-green:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(46, 182, 125, var(--tw-placeholder-opacity));
  }

  .tw .lg\:focus\:placeholder-green:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(46, 182, 125, var(--tw-placeholder-opacity));
  }

  .tw .lg\:focus\:placeholder-yellow-50:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(255, 235, 87, var(--tw-placeholder-opacity));
  }

  .tw .lg\:focus\:placeholder-yellow-50:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(255, 235, 87, var(--tw-placeholder-opacity));
  }

  .tw .lg\:focus\:placeholder-yellow-100:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(255, 205, 55, var(--tw-placeholder-opacity));
  }

  .tw .lg\:focus\:placeholder-yellow-100:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(255, 205, 55, var(--tw-placeholder-opacity));
  }

  .tw .lg\:focus\:placeholder-yellow-200:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(228, 176, 9, var(--tw-placeholder-opacity));
  }

  .tw .lg\:focus\:placeholder-yellow-200:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(228, 176, 9, var(--tw-placeholder-opacity));
  }

  .tw .lg\:focus\:placeholder-yellow-300:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(195, 148, 0, var(--tw-placeholder-opacity));
  }

  .tw .lg\:focus\:placeholder-yellow-300:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(195, 148, 0, var(--tw-placeholder-opacity));
  }

  .tw .lg\:focus\:placeholder-yellow-400:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(163, 121, 0, var(--tw-placeholder-opacity));
  }

  .tw .lg\:focus\:placeholder-yellow-400:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(163, 121, 0, var(--tw-placeholder-opacity));
  }

  .tw .lg\:focus\:placeholder-yellow-500:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(133, 95, 0, var(--tw-placeholder-opacity));
  }

  .tw .lg\:focus\:placeholder-yellow-500:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(133, 95, 0, var(--tw-placeholder-opacity));
  }

  .tw .lg\:focus\:placeholder-yellow-600:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(104, 70, 0, var(--tw-placeholder-opacity));
  }

  .tw .lg\:focus\:placeholder-yellow-600:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(104, 70, 0, var(--tw-placeholder-opacity));
  }

  .tw .lg\:focus\:placeholder-yellow-700:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(79, 46, 0, var(--tw-placeholder-opacity));
  }

  .tw .lg\:focus\:placeholder-yellow-700:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(79, 46, 0, var(--tw-placeholder-opacity));
  }

  .tw .lg\:focus\:placeholder-yellow-800:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(61, 22, 0, var(--tw-placeholder-opacity));
  }

  .tw .lg\:focus\:placeholder-yellow-800:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(61, 22, 0, var(--tw-placeholder-opacity));
  }

  .tw .lg\:focus\:placeholder-yellow-900:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(50, 0, 0, var(--tw-placeholder-opacity));
  }

  .tw .lg\:focus\:placeholder-yellow-900:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(50, 0, 0, var(--tw-placeholder-opacity));
  }

  .tw .lg\:focus\:placeholder-yellow:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(254, 199, 47, var(--tw-placeholder-opacity));
  }

  .tw .lg\:focus\:placeholder-yellow:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(254, 199, 47, var(--tw-placeholder-opacity));
  }

  .tw .lg\:focus\:placeholder-purple-50:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(255, 216, 255, var(--tw-placeholder-opacity));
  }

  .tw .lg\:focus\:placeholder-purple-50:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(255, 216, 255, var(--tw-placeholder-opacity));
  }

  .tw .lg\:focus\:placeholder-purple-100:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(240, 186, 255, var(--tw-placeholder-opacity));
  }

  .tw .lg\:focus\:placeholder-purple-100:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(240, 186, 255, var(--tw-placeholder-opacity));
  }

  .tw .lg\:focus\:placeholder-purple-200:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(208, 157, 255, var(--tw-placeholder-opacity));
  }

  .tw .lg\:focus\:placeholder-purple-200:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(208, 157, 255, var(--tw-placeholder-opacity));
  }

  .tw .lg\:focus\:placeholder-purple-300:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(177, 128, 255, var(--tw-placeholder-opacity));
  }

  .tw .lg\:focus\:placeholder-purple-300:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(177, 128, 255, var(--tw-placeholder-opacity));
  }

  .tw .lg\:focus\:placeholder-purple-400:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(146, 101, 233, var(--tw-placeholder-opacity));
  }

  .tw .lg\:focus\:placeholder-purple-400:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(146, 101, 233, var(--tw-placeholder-opacity));
  }

  .tw .lg\:focus\:placeholder-purple-500:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(116, 74, 203, var(--tw-placeholder-opacity));
  }

  .tw .lg\:focus\:placeholder-purple-500:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(116, 74, 203, var(--tw-placeholder-opacity));
  }

  .tw .lg\:focus\:placeholder-purple-600:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(85, 48, 173, var(--tw-placeholder-opacity));
  }

  .tw .lg\:focus\:placeholder-purple-600:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(85, 48, 173, var(--tw-placeholder-opacity));
  }

  .tw .lg\:focus\:placeholder-purple-700:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(53, 22, 144, var(--tw-placeholder-opacity));
  }

  .tw .lg\:focus\:placeholder-purple-700:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(53, 22, 144, var(--tw-placeholder-opacity));
  }

  .tw .lg\:focus\:placeholder-purple-800:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(9, 0, 116, var(--tw-placeholder-opacity));
  }

  .tw .lg\:focus\:placeholder-purple-800:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(9, 0, 116, var(--tw-placeholder-opacity));
  }

  .tw .lg\:focus\:placeholder-purple-900:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(0, 0, 89, var(--tw-placeholder-opacity));
  }

  .tw .lg\:focus\:placeholder-purple-900:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(0, 0, 89, var(--tw-placeholder-opacity));
  }

  .tw .lg\:focus\:placeholder-purple:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(168, 120, 255, var(--tw-placeholder-opacity));
  }

  .tw .lg\:focus\:placeholder-purple:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(168, 120, 255, var(--tw-placeholder-opacity));
  }

  .tw .lg\:focus\:placeholder-orange-50:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(255, 210, 131, var(--tw-placeholder-opacity));
  }

  .tw .lg\:focus\:placeholder-orange-50:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(255, 210, 131, var(--tw-placeholder-opacity));
  }

  .tw .lg\:focus\:placeholder-orange-100:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(255, 180, 103, var(--tw-placeholder-opacity));
  }

  .tw .lg\:focus\:placeholder-orange-100:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(255, 180, 103, var(--tw-placeholder-opacity));
  }

  .tw .lg\:focus\:placeholder-orange-200:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(255, 151, 75, var(--tw-placeholder-opacity));
  }

  .tw .lg\:focus\:placeholder-orange-200:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(255, 151, 75, var(--tw-placeholder-opacity));
  }

  .tw .lg\:focus\:placeholder-orange-300:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(240, 122, 47, var(--tw-placeholder-opacity));
  }

  .tw .lg\:focus\:placeholder-orange-300:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(240, 122, 47, var(--tw-placeholder-opacity));
  }

  .tw .lg\:focus\:placeholder-orange-400:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(206, 95, 17, var(--tw-placeholder-opacity));
  }

  .tw .lg\:focus\:placeholder-orange-400:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(206, 95, 17, var(--tw-placeholder-opacity));
  }

  .tw .lg\:focus\:placeholder-orange-500:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(173, 68, 0, var(--tw-placeholder-opacity));
  }

  .tw .lg\:focus\:placeholder-orange-500:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(173, 68, 0, var(--tw-placeholder-opacity));
  }

  .tw .lg\:focus\:placeholder-orange-600:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(141, 40, 0, var(--tw-placeholder-opacity));
  }

  .tw .lg\:focus\:placeholder-orange-600:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(141, 40, 0, var(--tw-placeholder-opacity));
  }

  .tw .lg\:focus\:placeholder-orange-700:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(111, 6, 0, var(--tw-placeholder-opacity));
  }

  .tw .lg\:focus\:placeholder-orange-700:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(111, 6, 0, var(--tw-placeholder-opacity));
  }

  .tw .lg\:focus\:placeholder-orange-800:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(84, 0, 0, var(--tw-placeholder-opacity));
  }

  .tw .lg\:focus\:placeholder-orange-800:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(84, 0, 0, var(--tw-placeholder-opacity));
  }

  .tw .lg\:focus\:placeholder-orange-900:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(65, 0, 0, var(--tw-placeholder-opacity));
  }

  .tw .lg\:focus\:placeholder-orange-900:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(65, 0, 0, var(--tw-placeholder-opacity));
  }

  .tw .lg\:focus\:placeholder-orange:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(245, 127, 52, var(--tw-placeholder-opacity));
  }

  .tw .lg\:focus\:placeholder-orange:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(245, 127, 52, var(--tw-placeholder-opacity));
  }

  .tw .lg\:focus\:placeholder-surface-brand:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(26, 26, 26, var(--tw-placeholder-opacity));
  }

  .tw .lg\:focus\:placeholder-surface-brand:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(26, 26, 26, var(--tw-placeholder-opacity));
  }

  .tw .lg\:focus\:placeholder-surface-lower:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(18, 19, 20, var(--tw-placeholder-opacity));
  }

  .tw .lg\:focus\:placeholder-surface-lower:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(18, 19, 20, var(--tw-placeholder-opacity));
  }

  .tw .lg\:focus\:placeholder-surface-base:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(29, 30, 31, var(--tw-placeholder-opacity));
  }

  .tw .lg\:focus\:placeholder-surface-base:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(29, 30, 31, var(--tw-placeholder-opacity));
  }

  .tw .lg\:focus\:placeholder-surface-low:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(33, 33, 36, var(--tw-placeholder-opacity));
  }

  .tw .lg\:focus\:placeholder-surface-low:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(33, 33, 36, var(--tw-placeholder-opacity));
  }

  .tw .lg\:focus\:placeholder-surface-middle:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(38, 38, 42, var(--tw-placeholder-opacity));
  }

  .tw .lg\:focus\:placeholder-surface-middle:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(38, 38, 42, var(--tw-placeholder-opacity));
  }

  .tw .lg\:focus\:placeholder-surface-upper:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(41, 41, 46, var(--tw-placeholder-opacity));
  }

  .tw .lg\:focus\:placeholder-surface-upper:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(41, 41, 46, var(--tw-placeholder-opacity));
  }

  .tw .lg\:focus\:placeholder-surface-high:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(52, 52, 53, var(--tw-placeholder-opacity));
  }

  .tw .lg\:focus\:placeholder-surface-high:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(52, 52, 53, var(--tw-placeholder-opacity));
  }

  .tw .lg\:focus\:placeholder-surface-higher:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(74, 75, 75, var(--tw-placeholder-opacity));
  }

  .tw .lg\:focus\:placeholder-surface-higher:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(74, 75, 75, var(--tw-placeholder-opacity));
  }

  .tw .lg\:focus\:placeholder-surface-highest:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(97, 97, 98, var(--tw-placeholder-opacity));
  }

  .tw .lg\:focus\:placeholder-surface-highest:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(97, 97, 98, var(--tw-placeholder-opacity));
  }

  .tw .lg\:focus\:placeholder-glyph-base:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
  }

  .tw .lg\:focus\:placeholder-glyph-base:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
  }

  .tw .lg\:focus\:placeholder-glyph-light:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(194, 194, 194, var(--tw-placeholder-opacity));
  }

  .tw .lg\:focus\:placeholder-glyph-light:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(194, 194, 194, var(--tw-placeholder-opacity));
  }

  .tw .lg\:focus\:placeholder-glyph-lighter:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(150, 150, 150, var(--tw-placeholder-opacity));
  }

  .tw .lg\:focus\:placeholder-glyph-lighter:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(150, 150, 150, var(--tw-placeholder-opacity));
  }

  .tw .lg\:focus\:placeholder-glyph-lightest:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(80, 80, 80, var(--tw-placeholder-opacity));
  }

  .tw .lg\:focus\:placeholder-glyph-lightest:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(80, 80, 80, var(--tw-placeholder-opacity));
  }

  .tw .lg\:focus\:placeholder-link:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(0, 190, 255, var(--tw-placeholder-opacity));
  }

  .tw .lg\:focus\:placeholder-link:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(0, 190, 255, var(--tw-placeholder-opacity));
  }

  .tw .lg\:focus\:placeholder-info-error:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(235, 51, 65, var(--tw-placeholder-opacity));
  }

  .tw .lg\:focus\:placeholder-info-error:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(235, 51, 65, var(--tw-placeholder-opacity));
  }

  .tw .lg\:focus\:placeholder-info-danger:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(247, 127, 37, var(--tw-placeholder-opacity));
  }

  .tw .lg\:focus\:placeholder-info-danger:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(247, 127, 37, var(--tw-placeholder-opacity));
  }

  .tw .lg\:focus\:placeholder-info-warn:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(255, 200, 47, var(--tw-placeholder-opacity));
  }

  .tw .lg\:focus\:placeholder-info-warn:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(255, 200, 47, var(--tw-placeholder-opacity));
  }

  .tw .lg\:focus\:placeholder-info-ok:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(0, 151, 79, var(--tw-placeholder-opacity));
  }

  .tw .lg\:focus\:placeholder-info-ok:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(0, 151, 79, var(--tw-placeholder-opacity));
  }

  .tw .lg\:focus\:placeholder-info-notice:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(1, 128, 255, var(--tw-placeholder-opacity));
  }

  .tw .lg\:focus\:placeholder-info-notice:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(1, 128, 255, var(--tw-placeholder-opacity));
  }

  .tw .lg\:focus\:placeholder-accent-1:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(255, 93, 105, var(--tw-placeholder-opacity));
  }

  .tw .lg\:focus\:placeholder-accent-1:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(255, 93, 105, var(--tw-placeholder-opacity));
  }

  .tw .lg\:focus\:placeholder-accent-2:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(7, 245, 175, var(--tw-placeholder-opacity));
  }

  .tw .lg\:focus\:placeholder-accent-2:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(7, 245, 175, var(--tw-placeholder-opacity));
  }

  .tw .lg\:focus\:placeholder-accent-3:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(4, 211, 114, var(--tw-placeholder-opacity));
  }

  .tw .lg\:focus\:placeholder-accent-3:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(4, 211, 114, var(--tw-placeholder-opacity));
  }

  .tw .lg\:focus\:placeholder-accent-4:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(132, 81, 245, var(--tw-placeholder-opacity));
  }

  .tw .lg\:focus\:placeholder-accent-4:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(132, 81, 245, var(--tw-placeholder-opacity));
  }

  .tw .lg\:placeholder-opacity-0::-moz-placeholder{
    --tw-placeholder-opacity: 0;
  }

  .tw .lg\:placeholder-opacity-0::placeholder{
    --tw-placeholder-opacity: 0;
  }

  .tw .lg\:placeholder-opacity-5::-moz-placeholder{
    --tw-placeholder-opacity: 0.05;
  }

  .tw .lg\:placeholder-opacity-5::placeholder{
    --tw-placeholder-opacity: 0.05;
  }

  .tw .lg\:placeholder-opacity-10::-moz-placeholder{
    --tw-placeholder-opacity: 0.1;
  }

  .tw .lg\:placeholder-opacity-10::placeholder{
    --tw-placeholder-opacity: 0.1;
  }

  .tw .lg\:placeholder-opacity-15::-moz-placeholder{
    --tw-placeholder-opacity: 0.15;
  }

  .tw .lg\:placeholder-opacity-15::placeholder{
    --tw-placeholder-opacity: 0.15;
  }

  .tw .lg\:placeholder-opacity-20::-moz-placeholder{
    --tw-placeholder-opacity: 0.2;
  }

  .tw .lg\:placeholder-opacity-20::placeholder{
    --tw-placeholder-opacity: 0.2;
  }

  .tw .lg\:placeholder-opacity-25::-moz-placeholder{
    --tw-placeholder-opacity: 0.25;
  }

  .tw .lg\:placeholder-opacity-25::placeholder{
    --tw-placeholder-opacity: 0.25;
  }

  .tw .lg\:placeholder-opacity-30::-moz-placeholder{
    --tw-placeholder-opacity: 0.3;
  }

  .tw .lg\:placeholder-opacity-30::placeholder{
    --tw-placeholder-opacity: 0.3;
  }

  .tw .lg\:placeholder-opacity-40::-moz-placeholder{
    --tw-placeholder-opacity: 0.4;
  }

  .tw .lg\:placeholder-opacity-40::placeholder{
    --tw-placeholder-opacity: 0.4;
  }

  .tw .lg\:placeholder-opacity-50::-moz-placeholder{
    --tw-placeholder-opacity: 0.5;
  }

  .tw .lg\:placeholder-opacity-50::placeholder{
    --tw-placeholder-opacity: 0.5;
  }

  .tw .lg\:placeholder-opacity-60::-moz-placeholder{
    --tw-placeholder-opacity: 0.6;
  }

  .tw .lg\:placeholder-opacity-60::placeholder{
    --tw-placeholder-opacity: 0.6;
  }

  .tw .lg\:placeholder-opacity-70::-moz-placeholder{
    --tw-placeholder-opacity: 0.7;
  }

  .tw .lg\:placeholder-opacity-70::placeholder{
    --tw-placeholder-opacity: 0.7;
  }

  .tw .lg\:placeholder-opacity-75::-moz-placeholder{
    --tw-placeholder-opacity: 0.75;
  }

  .tw .lg\:placeholder-opacity-75::placeholder{
    --tw-placeholder-opacity: 0.75;
  }

  .tw .lg\:placeholder-opacity-80::-moz-placeholder{
    --tw-placeholder-opacity: 0.8;
  }

  .tw .lg\:placeholder-opacity-80::placeholder{
    --tw-placeholder-opacity: 0.8;
  }

  .tw .lg\:placeholder-opacity-90::-moz-placeholder{
    --tw-placeholder-opacity: 0.9;
  }

  .tw .lg\:placeholder-opacity-90::placeholder{
    --tw-placeholder-opacity: 0.9;
  }

  .tw .lg\:placeholder-opacity-95::-moz-placeholder{
    --tw-placeholder-opacity: 0.95;
  }

  .tw .lg\:placeholder-opacity-95::placeholder{
    --tw-placeholder-opacity: 0.95;
  }

  .tw .lg\:placeholder-opacity-100::-moz-placeholder{
    --tw-placeholder-opacity: 1;
  }

  .tw .lg\:placeholder-opacity-100::placeholder{
    --tw-placeholder-opacity: 1;
  }

  .tw .lg\:focus\:placeholder-opacity-0:focus::-moz-placeholder{
    --tw-placeholder-opacity: 0;
  }

  .tw .lg\:focus\:placeholder-opacity-0:focus::placeholder{
    --tw-placeholder-opacity: 0;
  }

  .tw .lg\:focus\:placeholder-opacity-5:focus::-moz-placeholder{
    --tw-placeholder-opacity: 0.05;
  }

  .tw .lg\:focus\:placeholder-opacity-5:focus::placeholder{
    --tw-placeholder-opacity: 0.05;
  }

  .tw .lg\:focus\:placeholder-opacity-10:focus::-moz-placeholder{
    --tw-placeholder-opacity: 0.1;
  }

  .tw .lg\:focus\:placeholder-opacity-10:focus::placeholder{
    --tw-placeholder-opacity: 0.1;
  }

  .tw .lg\:focus\:placeholder-opacity-15:focus::-moz-placeholder{
    --tw-placeholder-opacity: 0.15;
  }

  .tw .lg\:focus\:placeholder-opacity-15:focus::placeholder{
    --tw-placeholder-opacity: 0.15;
  }

  .tw .lg\:focus\:placeholder-opacity-20:focus::-moz-placeholder{
    --tw-placeholder-opacity: 0.2;
  }

  .tw .lg\:focus\:placeholder-opacity-20:focus::placeholder{
    --tw-placeholder-opacity: 0.2;
  }

  .tw .lg\:focus\:placeholder-opacity-25:focus::-moz-placeholder{
    --tw-placeholder-opacity: 0.25;
  }

  .tw .lg\:focus\:placeholder-opacity-25:focus::placeholder{
    --tw-placeholder-opacity: 0.25;
  }

  .tw .lg\:focus\:placeholder-opacity-30:focus::-moz-placeholder{
    --tw-placeholder-opacity: 0.3;
  }

  .tw .lg\:focus\:placeholder-opacity-30:focus::placeholder{
    --tw-placeholder-opacity: 0.3;
  }

  .tw .lg\:focus\:placeholder-opacity-40:focus::-moz-placeholder{
    --tw-placeholder-opacity: 0.4;
  }

  .tw .lg\:focus\:placeholder-opacity-40:focus::placeholder{
    --tw-placeholder-opacity: 0.4;
  }

  .tw .lg\:focus\:placeholder-opacity-50:focus::-moz-placeholder{
    --tw-placeholder-opacity: 0.5;
  }

  .tw .lg\:focus\:placeholder-opacity-50:focus::placeholder{
    --tw-placeholder-opacity: 0.5;
  }

  .tw .lg\:focus\:placeholder-opacity-60:focus::-moz-placeholder{
    --tw-placeholder-opacity: 0.6;
  }

  .tw .lg\:focus\:placeholder-opacity-60:focus::placeholder{
    --tw-placeholder-opacity: 0.6;
  }

  .tw .lg\:focus\:placeholder-opacity-70:focus::-moz-placeholder{
    --tw-placeholder-opacity: 0.7;
  }

  .tw .lg\:focus\:placeholder-opacity-70:focus::placeholder{
    --tw-placeholder-opacity: 0.7;
  }

  .tw .lg\:focus\:placeholder-opacity-75:focus::-moz-placeholder{
    --tw-placeholder-opacity: 0.75;
  }

  .tw .lg\:focus\:placeholder-opacity-75:focus::placeholder{
    --tw-placeholder-opacity: 0.75;
  }

  .tw .lg\:focus\:placeholder-opacity-80:focus::-moz-placeholder{
    --tw-placeholder-opacity: 0.8;
  }

  .tw .lg\:focus\:placeholder-opacity-80:focus::placeholder{
    --tw-placeholder-opacity: 0.8;
  }

  .tw .lg\:focus\:placeholder-opacity-90:focus::-moz-placeholder{
    --tw-placeholder-opacity: 0.9;
  }

  .tw .lg\:focus\:placeholder-opacity-90:focus::placeholder{
    --tw-placeholder-opacity: 0.9;
  }

  .tw .lg\:focus\:placeholder-opacity-95:focus::-moz-placeholder{
    --tw-placeholder-opacity: 0.95;
  }

  .tw .lg\:focus\:placeholder-opacity-95:focus::placeholder{
    --tw-placeholder-opacity: 0.95;
  }

  .tw .lg\:focus\:placeholder-opacity-100:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
  }

  .tw .lg\:focus\:placeholder-opacity-100:focus::placeholder{
    --tw-placeholder-opacity: 1;
  }

  .tw .lg\:opacity-0{
    opacity: 0;
  }

  .tw .lg\:opacity-5{
    opacity: 0.05;
  }

  .tw .lg\:opacity-10{
    opacity: 0.1;
  }

  .tw .lg\:opacity-15{
    opacity: 0.15;
  }

  .tw .lg\:opacity-20{
    opacity: 0.2;
  }

  .tw .lg\:opacity-25{
    opacity: 0.25;
  }

  .tw .lg\:opacity-30{
    opacity: 0.3;
  }

  .tw .lg\:opacity-40{
    opacity: 0.4;
  }

  .tw .lg\:opacity-50{
    opacity: 0.5;
  }

  .tw .lg\:opacity-60{
    opacity: 0.6;
  }

  .tw .lg\:opacity-70{
    opacity: 0.7;
  }

  .tw .lg\:opacity-75{
    opacity: 0.75;
  }

  .tw .lg\:opacity-80{
    opacity: 0.8;
  }

  .tw .lg\:opacity-90{
    opacity: 0.9;
  }

  .tw .lg\:opacity-95{
    opacity: 0.95;
  }

  .tw .lg\:opacity-100{
    opacity: 1;
  }

  .tw .lg\:hover\:opacity-0:hover{
    opacity: 0;
  }

  .tw .lg\:hover\:opacity-5:hover{
    opacity: 0.05;
  }

  .tw .lg\:hover\:opacity-10:hover{
    opacity: 0.1;
  }

  .tw .lg\:hover\:opacity-15:hover{
    opacity: 0.15;
  }

  .tw .lg\:hover\:opacity-20:hover{
    opacity: 0.2;
  }

  .tw .lg\:hover\:opacity-25:hover{
    opacity: 0.25;
  }

  .tw .lg\:hover\:opacity-30:hover{
    opacity: 0.3;
  }

  .tw .lg\:hover\:opacity-40:hover{
    opacity: 0.4;
  }

  .tw .lg\:hover\:opacity-50:hover{
    opacity: 0.5;
  }

  .tw .lg\:hover\:opacity-60:hover{
    opacity: 0.6;
  }

  .tw .lg\:hover\:opacity-70:hover{
    opacity: 0.7;
  }

  .tw .lg\:hover\:opacity-75:hover{
    opacity: 0.75;
  }

  .tw .lg\:hover\:opacity-80:hover{
    opacity: 0.8;
  }

  .tw .lg\:hover\:opacity-90:hover{
    opacity: 0.9;
  }

  .tw .lg\:hover\:opacity-95:hover{
    opacity: 0.95;
  }

  .tw .lg\:hover\:opacity-100:hover{
    opacity: 1;
  }

  .tw .lg\:focus\:opacity-0:focus{
    opacity: 0;
  }

  .tw .lg\:focus\:opacity-5:focus{
    opacity: 0.05;
  }

  .tw .lg\:focus\:opacity-10:focus{
    opacity: 0.1;
  }

  .tw .lg\:focus\:opacity-15:focus{
    opacity: 0.15;
  }

  .tw .lg\:focus\:opacity-20:focus{
    opacity: 0.2;
  }

  .tw .lg\:focus\:opacity-25:focus{
    opacity: 0.25;
  }

  .tw .lg\:focus\:opacity-30:focus{
    opacity: 0.3;
  }

  .tw .lg\:focus\:opacity-40:focus{
    opacity: 0.4;
  }

  .tw .lg\:focus\:opacity-50:focus{
    opacity: 0.5;
  }

  .tw .lg\:focus\:opacity-60:focus{
    opacity: 0.6;
  }

  .tw .lg\:focus\:opacity-70:focus{
    opacity: 0.7;
  }

  .tw .lg\:focus\:opacity-75:focus{
    opacity: 0.75;
  }

  .tw .lg\:focus\:opacity-80:focus{
    opacity: 0.8;
  }

  .tw .lg\:focus\:opacity-90:focus{
    opacity: 0.9;
  }

  .tw .lg\:focus\:opacity-95:focus{
    opacity: 0.95;
  }

  .tw .lg\:focus\:opacity-100:focus{
    opacity: 1;
  }

  .tw .lg\:active\:opacity-0:active{
    opacity: 0;
  }

  .tw .lg\:active\:opacity-5:active{
    opacity: 0.05;
  }

  .tw .lg\:active\:opacity-10:active{
    opacity: 0.1;
  }

  .tw .lg\:active\:opacity-15:active{
    opacity: 0.15;
  }

  .tw .lg\:active\:opacity-20:active{
    opacity: 0.2;
  }

  .tw .lg\:active\:opacity-25:active{
    opacity: 0.25;
  }

  .tw .lg\:active\:opacity-30:active{
    opacity: 0.3;
  }

  .tw .lg\:active\:opacity-40:active{
    opacity: 0.4;
  }

  .tw .lg\:active\:opacity-50:active{
    opacity: 0.5;
  }

  .tw .lg\:active\:opacity-60:active{
    opacity: 0.6;
  }

  .tw .lg\:active\:opacity-70:active{
    opacity: 0.7;
  }

  .tw .lg\:active\:opacity-75:active{
    opacity: 0.75;
  }

  .tw .lg\:active\:opacity-80:active{
    opacity: 0.8;
  }

  .tw .lg\:active\:opacity-90:active{
    opacity: 0.9;
  }

  .tw .lg\:active\:opacity-95:active{
    opacity: 0.95;
  }

  .tw .lg\:active\:opacity-100:active{
    opacity: 1;
  }

  .tw .group:hover .lg\:group-hover\:opacity-0{
    opacity: 0;
  }

  .tw .group:hover .lg\:group-hover\:opacity-5{
    opacity: 0.05;
  }

  .tw .group:hover .lg\:group-hover\:opacity-10{
    opacity: 0.1;
  }

  .tw .group:hover .lg\:group-hover\:opacity-15{
    opacity: 0.15;
  }

  .tw .group:hover .lg\:group-hover\:opacity-20{
    opacity: 0.2;
  }

  .tw .group:hover .lg\:group-hover\:opacity-25{
    opacity: 0.25;
  }

  .tw .group:hover .lg\:group-hover\:opacity-30{
    opacity: 0.3;
  }

  .tw .group:hover .lg\:group-hover\:opacity-40{
    opacity: 0.4;
  }

  .tw .group:hover .lg\:group-hover\:opacity-50{
    opacity: 0.5;
  }

  .tw .group:hover .lg\:group-hover\:opacity-60{
    opacity: 0.6;
  }

  .tw .group:hover .lg\:group-hover\:opacity-70{
    opacity: 0.7;
  }

  .tw .group:hover .lg\:group-hover\:opacity-75{
    opacity: 0.75;
  }

  .tw .group:hover .lg\:group-hover\:opacity-80{
    opacity: 0.8;
  }

  .tw .group:hover .lg\:group-hover\:opacity-90{
    opacity: 0.9;
  }

  .tw .group:hover .lg\:group-hover\:opacity-95{
    opacity: 0.95;
  }

  .tw .group:hover .lg\:group-hover\:opacity-100{
    opacity: 1;
  }

  .tw .lg\:bg-blend-normal{
    background-blend-mode: normal;
  }

  .tw .lg\:bg-blend-multiply{
    background-blend-mode: multiply;
  }

  .tw .lg\:bg-blend-screen{
    background-blend-mode: screen;
  }

  .tw .lg\:bg-blend-overlay{
    background-blend-mode: overlay;
  }

  .tw .lg\:bg-blend-darken{
    background-blend-mode: darken;
  }

  .tw .lg\:bg-blend-lighten{
    background-blend-mode: lighten;
  }

  .tw .lg\:bg-blend-color-dodge{
    background-blend-mode: color-dodge;
  }

  .tw .lg\:bg-blend-color-burn{
    background-blend-mode: color-burn;
  }

  .tw .lg\:bg-blend-hard-light{
    background-blend-mode: hard-light;
  }

  .tw .lg\:bg-blend-soft-light{
    background-blend-mode: soft-light;
  }

  .tw .lg\:bg-blend-difference{
    background-blend-mode: difference;
  }

  .tw .lg\:bg-blend-exclusion{
    background-blend-mode: exclusion;
  }

  .tw .lg\:bg-blend-hue{
    background-blend-mode: hue;
  }

  .tw .lg\:bg-blend-saturation{
    background-blend-mode: saturation;
  }

  .tw .lg\:bg-blend-color{
    background-blend-mode: color;
  }

  .tw .lg\:bg-blend-luminosity{
    background-blend-mode: luminosity;
  }

  .tw .lg\:mix-blend-normal{
    mix-blend-mode: normal;
  }

  .tw .lg\:mix-blend-multiply{
    mix-blend-mode: multiply;
  }

  .tw .lg\:mix-blend-screen{
    mix-blend-mode: screen;
  }

  .tw .lg\:mix-blend-overlay{
    mix-blend-mode: overlay;
  }

  .tw .lg\:mix-blend-darken{
    mix-blend-mode: darken;
  }

  .tw .lg\:mix-blend-lighten{
    mix-blend-mode: lighten;
  }

  .tw .lg\:mix-blend-color-dodge{
    mix-blend-mode: color-dodge;
  }

  .tw .lg\:mix-blend-color-burn{
    mix-blend-mode: color-burn;
  }

  .tw .lg\:mix-blend-hard-light{
    mix-blend-mode: hard-light;
  }

  .tw .lg\:mix-blend-soft-light{
    mix-blend-mode: soft-light;
  }

  .tw .lg\:mix-blend-difference{
    mix-blend-mode: difference;
  }

  .tw .lg\:mix-blend-exclusion{
    mix-blend-mode: exclusion;
  }

  .tw .lg\:mix-blend-hue{
    mix-blend-mode: hue;
  }

  .tw .lg\:mix-blend-saturation{
    mix-blend-mode: saturation;
  }

  .tw .lg\:mix-blend-color{
    mix-blend-mode: color;
  }

  .tw .lg\:mix-blend-luminosity{
    mix-blend-mode: luminosity;
  }

  .tw .lg\:shadow-sm{
    --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .tw .lg\:shadow{
    --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .tw .lg\:shadow-md{
    --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .tw .lg\:shadow-lg{
    --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .tw .lg\:shadow-xl{
    --tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .tw .lg\:shadow-2xl{
    --tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .tw .lg\:shadow-inner{
    --tw-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .tw .lg\:shadow-none{
    --tw-shadow: 0 0 #0000;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .tw .lg\:shadow-outline{
    --tw-shadow: 0 0 0 1px #00BEFF;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .tw .lg\:shadow-contrast{
    --tw-shadow: 0 0 0 1px rgba(0,0,0,0.1), 0 0 0 2px rgba(0,0,0,0.1);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .tw .lg\:shadow-modal{
    --tw-shadow: 0px 5px 20px rgba(0, 0, 0, 0.35);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .tw .lg\:shadow-dropdown{
    --tw-shadow: 0px 15px 25px rgba(0, 0, 0, 0.25);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .tw .lg\:shadow-form-toggle{
    --tw-shadow: 0px 1px 2px rgba(0,0,0,0.2);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .tw .lg\:shadow-mobile-panel{
    --tw-shadow: 0px -20px 50px rgba(0, 0, 0, 0.25);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .tw .lg\:shadow-dreamten-table-row{
    --tw-shadow: 10px 0 0 #26252A, -10px 0 0 #26252A;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .tw .lg\:hover\:shadow-sm:hover{
    --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .tw .lg\: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);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .tw .lg\: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);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .tw .lg\: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);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .tw .lg\: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);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .tw .lg\:hover\:shadow-2xl:hover{
    --tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .tw .lg\:hover\:shadow-inner:hover{
    --tw-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .tw .lg\:hover\:shadow-none:hover{
    --tw-shadow: 0 0 #0000;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .tw .lg\:hover\:shadow-outline:hover{
    --tw-shadow: 0 0 0 1px #00BEFF;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .tw .lg\:hover\:shadow-contrast:hover{
    --tw-shadow: 0 0 0 1px rgba(0,0,0,0.1), 0 0 0 2px rgba(0,0,0,0.1);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .tw .lg\:hover\:shadow-modal:hover{
    --tw-shadow: 0px 5px 20px rgba(0, 0, 0, 0.35);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .tw .lg\:hover\:shadow-dropdown:hover{
    --tw-shadow: 0px 15px 25px rgba(0, 0, 0, 0.25);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .tw .lg\:hover\:shadow-form-toggle:hover{
    --tw-shadow: 0px 1px 2px rgba(0,0,0,0.2);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .tw .lg\:hover\:shadow-mobile-panel:hover{
    --tw-shadow: 0px -20px 50px rgba(0, 0, 0, 0.25);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .tw .lg\:hover\:shadow-dreamten-table-row:hover{
    --tw-shadow: 10px 0 0 #26252A, -10px 0 0 #26252A;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .tw .lg\:focus\:shadow-sm:focus{
    --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .tw .lg\: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);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .tw .lg\: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);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .tw .lg\: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);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .tw .lg\: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);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .tw .lg\:focus\:shadow-2xl:focus{
    --tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .tw .lg\:focus\:shadow-inner:focus{
    --tw-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .tw .lg\:focus\:shadow-none:focus{
    --tw-shadow: 0 0 #0000;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .tw .lg\:focus\:shadow-outline:focus{
    --tw-shadow: 0 0 0 1px #00BEFF;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .tw .lg\:focus\:shadow-contrast:focus{
    --tw-shadow: 0 0 0 1px rgba(0,0,0,0.1), 0 0 0 2px rgba(0,0,0,0.1);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .tw .lg\:focus\:shadow-modal:focus{
    --tw-shadow: 0px 5px 20px rgba(0, 0, 0, 0.35);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .tw .lg\:focus\:shadow-dropdown:focus{
    --tw-shadow: 0px 15px 25px rgba(0, 0, 0, 0.25);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .tw .lg\:focus\:shadow-form-toggle:focus{
    --tw-shadow: 0px 1px 2px rgba(0,0,0,0.2);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .tw .lg\:focus\:shadow-mobile-panel:focus{
    --tw-shadow: 0px -20px 50px rgba(0, 0, 0, 0.25);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .tw .lg\:focus\:shadow-dreamten-table-row:focus{
    --tw-shadow: 10px 0 0 #26252A, -10px 0 0 #26252A;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .tw .lg\:focus-within\:shadow-sm:focus-within{
    --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .tw .lg\: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);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .tw .lg\: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);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .tw .lg\: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);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .tw .lg\: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);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .tw .lg\:focus-within\:shadow-2xl:focus-within{
    --tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .tw .lg\:focus-within\:shadow-inner:focus-within{
    --tw-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .tw .lg\:focus-within\:shadow-none:focus-within{
    --tw-shadow: 0 0 #0000;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .tw .lg\:focus-within\:shadow-outline:focus-within{
    --tw-shadow: 0 0 0 1px #00BEFF;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .tw .lg\:focus-within\:shadow-contrast:focus-within{
    --tw-shadow: 0 0 0 1px rgba(0,0,0,0.1), 0 0 0 2px rgba(0,0,0,0.1);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .tw .lg\:focus-within\:shadow-modal:focus-within{
    --tw-shadow: 0px 5px 20px rgba(0, 0, 0, 0.35);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .tw .lg\:focus-within\:shadow-dropdown:focus-within{
    --tw-shadow: 0px 15px 25px rgba(0, 0, 0, 0.25);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .tw .lg\:focus-within\:shadow-form-toggle:focus-within{
    --tw-shadow: 0px 1px 2px rgba(0,0,0,0.2);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .tw .lg\:focus-within\:shadow-mobile-panel:focus-within{
    --tw-shadow: 0px -20px 50px rgba(0, 0, 0, 0.25);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .tw .lg\:focus-within\:shadow-dreamten-table-row:focus-within{
    --tw-shadow: 10px 0 0 #26252A, -10px 0 0 #26252A;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .tw .lg\:active\:shadow-sm:active{
    --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .tw .lg\:active\:shadow:active{
    --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .tw .lg\:active\:shadow-md:active{
    --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .tw .lg\:active\:shadow-lg:active{
    --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .tw .lg\:active\:shadow-xl:active{
    --tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .tw .lg\:active\:shadow-2xl:active{
    --tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .tw .lg\:active\:shadow-inner:active{
    --tw-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .tw .lg\:active\:shadow-none:active{
    --tw-shadow: 0 0 #0000;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .tw .lg\:active\:shadow-outline:active{
    --tw-shadow: 0 0 0 1px #00BEFF;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .tw .lg\:active\:shadow-contrast:active{
    --tw-shadow: 0 0 0 1px rgba(0,0,0,0.1), 0 0 0 2px rgba(0,0,0,0.1);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .tw .lg\:active\:shadow-modal:active{
    --tw-shadow: 0px 5px 20px rgba(0, 0, 0, 0.35);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .tw .lg\:active\:shadow-dropdown:active{
    --tw-shadow: 0px 15px 25px rgba(0, 0, 0, 0.25);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .tw .lg\:active\:shadow-form-toggle:active{
    --tw-shadow: 0px 1px 2px rgba(0,0,0,0.2);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .tw .lg\:active\:shadow-mobile-panel:active{
    --tw-shadow: 0px -20px 50px rgba(0, 0, 0, 0.25);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .tw .lg\:active\:shadow-dreamten-table-row:active{
    --tw-shadow: 10px 0 0 #26252A, -10px 0 0 #26252A;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .tw .group:hover .lg\:group-hover\:shadow-sm{
    --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .tw .group:hover .lg\: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);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .tw .group:hover .lg\: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);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .tw .group:hover .lg\: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);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .tw .group:hover .lg\: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);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .tw .group:hover .lg\:group-hover\:shadow-2xl{
    --tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .tw .group:hover .lg\:group-hover\:shadow-inner{
    --tw-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .tw .group:hover .lg\:group-hover\:shadow-none{
    --tw-shadow: 0 0 #0000;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .tw .group:hover .lg\:group-hover\:shadow-outline{
    --tw-shadow: 0 0 0 1px #00BEFF;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .tw .group:hover .lg\:group-hover\:shadow-contrast{
    --tw-shadow: 0 0 0 1px rgba(0,0,0,0.1), 0 0 0 2px rgba(0,0,0,0.1);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .tw .group:hover .lg\:group-hover\:shadow-modal{
    --tw-shadow: 0px 5px 20px rgba(0, 0, 0, 0.35);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .tw .group:hover .lg\:group-hover\:shadow-dropdown{
    --tw-shadow: 0px 15px 25px rgba(0, 0, 0, 0.25);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .tw .group:hover .lg\:group-hover\:shadow-form-toggle{
    --tw-shadow: 0px 1px 2px rgba(0,0,0,0.2);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .tw .group:hover .lg\:group-hover\:shadow-mobile-panel{
    --tw-shadow: 0px -20px 50px rgba(0, 0, 0, 0.25);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .tw .group:hover .lg\:group-hover\:shadow-dreamten-table-row{
    --tw-shadow: 10px 0 0 #26252A, -10px 0 0 #26252A;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .tw .lg\:outline-none{
    outline: 2px solid transparent;
    outline-offset: 2px;
  }

  .tw .lg\:outline-white{
    outline: 2px dotted white;
    outline-offset: 2px;
  }

  .tw .lg\:outline-black{
    outline: 2px dotted black;
    outline-offset: 2px;
  }

  .tw .lg\:focus-within\:outline-none:focus-within{
    outline: 2px solid transparent;
    outline-offset: 2px;
  }

  .tw .lg\:focus-within\:outline-white:focus-within{
    outline: 2px dotted white;
    outline-offset: 2px;
  }

  .tw .lg\:focus-within\:outline-black:focus-within{
    outline: 2px dotted black;
    outline-offset: 2px;
  }

  .tw .lg\:focus\:outline-none:focus{
    outline: 2px solid transparent;
    outline-offset: 2px;
  }

  .tw .lg\:focus\:outline-white:focus{
    outline: 2px dotted white;
    outline-offset: 2px;
  }

  .tw .lg\:focus\:outline-black:focus{
    outline: 2px dotted black;
    outline-offset: 2px;
  }

  .tw .lg\:ring-0{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .tw .lg\:ring-1{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .tw .lg\:ring-2{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .tw .lg\:ring-4{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(4px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .tw .lg\:ring-8{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(8px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .tw .lg\:ring{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .tw .lg\: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 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .tw .lg\: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 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .tw .lg\: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 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .tw .lg\: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 calc(4px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .tw .lg\: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 calc(8px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .tw .lg\: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 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .tw .lg\: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 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .tw .lg\: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 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .tw .lg\: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 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .tw .lg\: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 calc(4px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .tw .lg\: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 calc(8px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .tw .lg\: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 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .tw .lg\:ring-inset{
    --tw-ring-inset: inset;
  }

  .tw .lg\:focus-within\:ring-inset:focus-within{
    --tw-ring-inset: inset;
  }

  .tw .lg\:focus\:ring-inset:focus{
    --tw-ring-inset: inset;
  }

  .tw .lg\:ring-current{
    --tw-ring-color: currentColor;
  }

  .tw .lg\:ring-transparent{
    --tw-ring-color: transparent;
  }

  .tw .lg\:ring-white{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 255, 255, var(--tw-ring-opacity));
  }

  .tw .lg\:ring-black{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(0, 0, 0, var(--tw-ring-opacity));
  }

  .tw .lg\:ring-gray-10{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(240, 240, 240, var(--tw-ring-opacity));
  }

  .tw .lg\:ring-gray-20{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(226, 226, 226, var(--tw-ring-opacity));
  }

  .tw .lg\:ring-gray-30{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(211, 211, 211, var(--tw-ring-opacity));
  }

  .tw .lg\:ring-gray-40{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(197, 197, 197, var(--tw-ring-opacity));
  }

  .tw .lg\:ring-gray-50{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(183, 183, 183, var(--tw-ring-opacity));
  }

  .tw .lg\:ring-gray-60{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(169, 169, 169, var(--tw-ring-opacity));
  }

  .tw .lg\:ring-gray-70{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(156, 156, 156, var(--tw-ring-opacity));
  }

  .tw .lg\:ring-gray-80{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(142, 142, 142, var(--tw-ring-opacity));
  }

  .tw .lg\:ring-gray-90{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(129, 129, 129, var(--tw-ring-opacity));
  }

  .tw .lg\:ring-gray-100{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(108, 109, 114, var(--tw-ring-opacity));
  }

  .tw .lg\:ring-gray-200{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(96, 97, 103, var(--tw-ring-opacity));
  }

  .tw .lg\:ring-gray-300{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(84, 86, 91, var(--tw-ring-opacity));
  }

  .tw .lg\:ring-gray-400{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(73, 73, 80, var(--tw-ring-opacity));
  }

  .tw .lg\:ring-gray-500{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(61, 61, 68, var(--tw-ring-opacity));
  }

  .tw .lg\:ring-gray-600{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(53, 53, 61, var(--tw-ring-opacity));
  }

  .tw .lg\:ring-gray-700{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(45, 45, 49, var(--tw-ring-opacity));
  }

  .tw .lg\:ring-gray-800{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(38, 37, 42, var(--tw-ring-opacity));
  }

  .tw .lg\:ring-gray-850{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(32, 32, 37, var(--tw-ring-opacity));
  }

  .tw .lg\:ring-gray-900{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(27, 27, 32, var(--tw-ring-opacity));
  }

  .tw .lg\:ring-gray-950{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(20, 20, 23, var(--tw-ring-opacity));
  }

  .tw .lg\:ring-brand-50{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(127, 255, 255, var(--tw-ring-opacity));
  }

  .tw .lg\:ring-brand-100{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(87, 226, 255, var(--tw-ring-opacity));
  }

  .tw .lg\:ring-brand-200{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(32, 197, 255, var(--tw-ring-opacity));
  }

  .tw .lg\:ring-brand-300{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(0, 167, 231, var(--tw-ring-opacity));
  }

  .tw .lg\:ring-brand-400{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(0, 139, 201, var(--tw-ring-opacity));
  }

  .tw .lg\:ring-brand-500{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(0, 112, 172, var(--tw-ring-opacity));
  }

  .tw .lg\:ring-brand-600{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(0, 86, 143, var(--tw-ring-opacity));
  }

  .tw .lg\:ring-brand-700{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(0, 62, 116, var(--tw-ring-opacity));
  }

  .tw .lg\:ring-brand-800{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(0, 39, 89, var(--tw-ring-opacity));
  }

  .tw .lg\:ring-brand-900{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(0, 18, 63, var(--tw-ring-opacity));
  }

  .tw .lg\:ring-brand{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(0, 190, 255, var(--tw-ring-opacity));
  }

  .tw .lg\:ring-brand-base{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(0, 190, 255, var(--tw-ring-opacity));
  }

  .tw .lg\:ring-red-50{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 202, 200, var(--tw-ring-opacity));
  }

  .tw .lg\:ring-red-100{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 171, 171, var(--tw-ring-opacity));
  }

  .tw .lg\:ring-red-200{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 142, 142, var(--tw-ring-opacity));
  }

  .tw .lg\:ring-red-300{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(247, 112, 115, var(--tw-ring-opacity));
  }

  .tw .lg\:ring-red-400{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(215, 83, 89, var(--tw-ring-opacity));
  }

  .tw .lg\:ring-red-500{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(182, 54, 64, var(--tw-ring-opacity));
  }

  .tw .lg\:ring-red-600{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(150, 18, 41, var(--tw-ring-opacity));
  }

  .tw .lg\:ring-red-700{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(119, 0, 19, var(--tw-ring-opacity));
  }

  .tw .lg\:ring-red-800{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(89, 0, 0, var(--tw-ring-opacity));
  }

  .tw .lg\:ring-red-900{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(65, 0, 0, var(--tw-ring-opacity));
  }

  .tw .lg\:ring-red{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(211, 80, 86, var(--tw-ring-opacity));
  }

  .tw .lg\:ring-red-brand{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 79, 79, var(--tw-ring-opacity));
  }

  .tw .lg\:ring-green-50{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(141, 255, 205, var(--tw-ring-opacity));
  }

  .tw .lg\:ring-green-100{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(109, 236, 176, var(--tw-ring-opacity));
  }

  .tw .lg\:ring-green-200{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(76, 206, 147, var(--tw-ring-opacity));
  }

  .tw .lg\:ring-green-300{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(36, 176, 119, var(--tw-ring-opacity));
  }

  .tw .lg\:ring-green-400{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(0, 147, 93, var(--tw-ring-opacity));
  }

  .tw .lg\:ring-green-500{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(0, 119, 68, var(--tw-ring-opacity));
  }

  .tw .lg\:ring-green-600{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(0, 91, 43, var(--tw-ring-opacity));
  }

  .tw .lg\:ring-green-700{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(0, 65, 21, var(--tw-ring-opacity));
  }

  .tw .lg\:ring-green-800{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(0, 43, 0, var(--tw-ring-opacity));
  }

  .tw .lg\:ring-green-900{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(0, 27, 0, var(--tw-ring-opacity));
  }

  .tw .lg\:ring-green{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(46, 182, 125, var(--tw-ring-opacity));
  }

  .tw .lg\:ring-yellow-50{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 235, 87, var(--tw-ring-opacity));
  }

  .tw .lg\:ring-yellow-100{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 205, 55, var(--tw-ring-opacity));
  }

  .tw .lg\:ring-yellow-200{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(228, 176, 9, var(--tw-ring-opacity));
  }

  .tw .lg\:ring-yellow-300{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(195, 148, 0, var(--tw-ring-opacity));
  }

  .tw .lg\:ring-yellow-400{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(163, 121, 0, var(--tw-ring-opacity));
  }

  .tw .lg\:ring-yellow-500{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(133, 95, 0, var(--tw-ring-opacity));
  }

  .tw .lg\:ring-yellow-600{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(104, 70, 0, var(--tw-ring-opacity));
  }

  .tw .lg\:ring-yellow-700{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(79, 46, 0, var(--tw-ring-opacity));
  }

  .tw .lg\:ring-yellow-800{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(61, 22, 0, var(--tw-ring-opacity));
  }

  .tw .lg\:ring-yellow-900{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(50, 0, 0, var(--tw-ring-opacity));
  }

  .tw .lg\:ring-yellow{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 199, 47, var(--tw-ring-opacity));
  }

  .tw .lg\:ring-purple-50{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 216, 255, var(--tw-ring-opacity));
  }

  .tw .lg\:ring-purple-100{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(240, 186, 255, var(--tw-ring-opacity));
  }

  .tw .lg\:ring-purple-200{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(208, 157, 255, var(--tw-ring-opacity));
  }

  .tw .lg\:ring-purple-300{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(177, 128, 255, var(--tw-ring-opacity));
  }

  .tw .lg\:ring-purple-400{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(146, 101, 233, var(--tw-ring-opacity));
  }

  .tw .lg\:ring-purple-500{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(116, 74, 203, var(--tw-ring-opacity));
  }

  .tw .lg\:ring-purple-600{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(85, 48, 173, var(--tw-ring-opacity));
  }

  .tw .lg\:ring-purple-700{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(53, 22, 144, var(--tw-ring-opacity));
  }

  .tw .lg\:ring-purple-800{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(9, 0, 116, var(--tw-ring-opacity));
  }

  .tw .lg\:ring-purple-900{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(0, 0, 89, var(--tw-ring-opacity));
  }

  .tw .lg\:ring-purple{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(168, 120, 255, var(--tw-ring-opacity));
  }

  .tw .lg\:ring-orange-50{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 210, 131, var(--tw-ring-opacity));
  }

  .tw .lg\:ring-orange-100{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 180, 103, var(--tw-ring-opacity));
  }

  .tw .lg\:ring-orange-200{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 151, 75, var(--tw-ring-opacity));
  }

  .tw .lg\:ring-orange-300{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(240, 122, 47, var(--tw-ring-opacity));
  }

  .tw .lg\:ring-orange-400{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(206, 95, 17, var(--tw-ring-opacity));
  }

  .tw .lg\:ring-orange-500{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(173, 68, 0, var(--tw-ring-opacity));
  }

  .tw .lg\:ring-orange-600{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(141, 40, 0, var(--tw-ring-opacity));
  }

  .tw .lg\:ring-orange-700{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(111, 6, 0, var(--tw-ring-opacity));
  }

  .tw .lg\:ring-orange-800{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(84, 0, 0, var(--tw-ring-opacity));
  }

  .tw .lg\:ring-orange-900{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(65, 0, 0, var(--tw-ring-opacity));
  }

  .tw .lg\:ring-orange{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(245, 127, 52, var(--tw-ring-opacity));
  }

  .tw .lg\:ring-surface-brand{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(26, 26, 26, var(--tw-ring-opacity));
  }

  .tw .lg\:ring-surface-lower{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(18, 19, 20, var(--tw-ring-opacity));
  }

  .tw .lg\:ring-surface-base{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(29, 30, 31, var(--tw-ring-opacity));
  }

  .tw .lg\:ring-surface-low{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(33, 33, 36, var(--tw-ring-opacity));
  }

  .tw .lg\:ring-surface-middle{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(38, 38, 42, var(--tw-ring-opacity));
  }

  .tw .lg\:ring-surface-upper{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(41, 41, 46, var(--tw-ring-opacity));
  }

  .tw .lg\:ring-surface-high{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(52, 52, 53, var(--tw-ring-opacity));
  }

  .tw .lg\:ring-surface-higher{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(74, 75, 75, var(--tw-ring-opacity));
  }

  .tw .lg\:ring-surface-highest{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(97, 97, 98, var(--tw-ring-opacity));
  }

  .tw .lg\:ring-glyph-base{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 255, 255, var(--tw-ring-opacity));
  }

  .tw .lg\:ring-glyph-light{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(194, 194, 194, var(--tw-ring-opacity));
  }

  .tw .lg\:ring-glyph-lighter{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(150, 150, 150, var(--tw-ring-opacity));
  }

  .tw .lg\:ring-glyph-lightest{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(80, 80, 80, var(--tw-ring-opacity));
  }

  .tw .lg\:ring-link{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(0, 190, 255, var(--tw-ring-opacity));
  }

  .tw .lg\:ring-info-error{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(235, 51, 65, var(--tw-ring-opacity));
  }

  .tw .lg\:ring-info-danger{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(247, 127, 37, var(--tw-ring-opacity));
  }

  .tw .lg\:ring-info-warn{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 200, 47, var(--tw-ring-opacity));
  }

  .tw .lg\:ring-info-ok{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(0, 151, 79, var(--tw-ring-opacity));
  }

  .tw .lg\:ring-info-notice{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(1, 128, 255, var(--tw-ring-opacity));
  }

  .tw .lg\:ring-accent-1{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 93, 105, var(--tw-ring-opacity));
  }

  .tw .lg\:ring-accent-2{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(7, 245, 175, var(--tw-ring-opacity));
  }

  .tw .lg\:ring-accent-3{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(4, 211, 114, var(--tw-ring-opacity));
  }

  .tw .lg\:ring-accent-4{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(132, 81, 245, var(--tw-ring-opacity));
  }

  .tw .lg\:focus-within\:ring-current:focus-within{
    --tw-ring-color: currentColor;
  }

  .tw .lg\:focus-within\:ring-transparent:focus-within{
    --tw-ring-color: transparent;
  }

  .tw .lg\:focus-within\:ring-white:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 255, 255, var(--tw-ring-opacity));
  }

  .tw .lg\:focus-within\:ring-black:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(0, 0, 0, var(--tw-ring-opacity));
  }

  .tw .lg\:focus-within\:ring-gray-10:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(240, 240, 240, var(--tw-ring-opacity));
  }

  .tw .lg\:focus-within\:ring-gray-20:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(226, 226, 226, var(--tw-ring-opacity));
  }

  .tw .lg\:focus-within\:ring-gray-30:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(211, 211, 211, var(--tw-ring-opacity));
  }

  .tw .lg\:focus-within\:ring-gray-40:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(197, 197, 197, var(--tw-ring-opacity));
  }

  .tw .lg\:focus-within\:ring-gray-50:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(183, 183, 183, var(--tw-ring-opacity));
  }

  .tw .lg\:focus-within\:ring-gray-60:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(169, 169, 169, var(--tw-ring-opacity));
  }

  .tw .lg\:focus-within\:ring-gray-70:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(156, 156, 156, var(--tw-ring-opacity));
  }

  .tw .lg\:focus-within\:ring-gray-80:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(142, 142, 142, var(--tw-ring-opacity));
  }

  .tw .lg\:focus-within\:ring-gray-90:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(129, 129, 129, var(--tw-ring-opacity));
  }

  .tw .lg\:focus-within\:ring-gray-100:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(108, 109, 114, var(--tw-ring-opacity));
  }

  .tw .lg\:focus-within\:ring-gray-200:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(96, 97, 103, var(--tw-ring-opacity));
  }

  .tw .lg\:focus-within\:ring-gray-300:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(84, 86, 91, var(--tw-ring-opacity));
  }

  .tw .lg\:focus-within\:ring-gray-400:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(73, 73, 80, var(--tw-ring-opacity));
  }

  .tw .lg\:focus-within\:ring-gray-500:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(61, 61, 68, var(--tw-ring-opacity));
  }

  .tw .lg\:focus-within\:ring-gray-600:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(53, 53, 61, var(--tw-ring-opacity));
  }

  .tw .lg\:focus-within\:ring-gray-700:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(45, 45, 49, var(--tw-ring-opacity));
  }

  .tw .lg\:focus-within\:ring-gray-800:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(38, 37, 42, var(--tw-ring-opacity));
  }

  .tw .lg\:focus-within\:ring-gray-850:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(32, 32, 37, var(--tw-ring-opacity));
  }

  .tw .lg\:focus-within\:ring-gray-900:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(27, 27, 32, var(--tw-ring-opacity));
  }

  .tw .lg\:focus-within\:ring-gray-950:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(20, 20, 23, var(--tw-ring-opacity));
  }

  .tw .lg\:focus-within\:ring-brand-50:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(127, 255, 255, var(--tw-ring-opacity));
  }

  .tw .lg\:focus-within\:ring-brand-100:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(87, 226, 255, var(--tw-ring-opacity));
  }

  .tw .lg\:focus-within\:ring-brand-200:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(32, 197, 255, var(--tw-ring-opacity));
  }

  .tw .lg\:focus-within\:ring-brand-300:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(0, 167, 231, var(--tw-ring-opacity));
  }

  .tw .lg\:focus-within\:ring-brand-400:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(0, 139, 201, var(--tw-ring-opacity));
  }

  .tw .lg\:focus-within\:ring-brand-500:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(0, 112, 172, var(--tw-ring-opacity));
  }

  .tw .lg\:focus-within\:ring-brand-600:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(0, 86, 143, var(--tw-ring-opacity));
  }

  .tw .lg\:focus-within\:ring-brand-700:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(0, 62, 116, var(--tw-ring-opacity));
  }

  .tw .lg\:focus-within\:ring-brand-800:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(0, 39, 89, var(--tw-ring-opacity));
  }

  .tw .lg\:focus-within\:ring-brand-900:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(0, 18, 63, var(--tw-ring-opacity));
  }

  .tw .lg\:focus-within\:ring-brand:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(0, 190, 255, var(--tw-ring-opacity));
  }

  .tw .lg\:focus-within\:ring-brand-base:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(0, 190, 255, var(--tw-ring-opacity));
  }

  .tw .lg\:focus-within\:ring-red-50:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 202, 200, var(--tw-ring-opacity));
  }

  .tw .lg\:focus-within\:ring-red-100:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 171, 171, var(--tw-ring-opacity));
  }

  .tw .lg\:focus-within\:ring-red-200:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 142, 142, var(--tw-ring-opacity));
  }

  .tw .lg\:focus-within\:ring-red-300:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(247, 112, 115, var(--tw-ring-opacity));
  }

  .tw .lg\:focus-within\:ring-red-400:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(215, 83, 89, var(--tw-ring-opacity));
  }

  .tw .lg\:focus-within\:ring-red-500:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(182, 54, 64, var(--tw-ring-opacity));
  }

  .tw .lg\:focus-within\:ring-red-600:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(150, 18, 41, var(--tw-ring-opacity));
  }

  .tw .lg\:focus-within\:ring-red-700:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(119, 0, 19, var(--tw-ring-opacity));
  }

  .tw .lg\:focus-within\:ring-red-800:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(89, 0, 0, var(--tw-ring-opacity));
  }

  .tw .lg\:focus-within\:ring-red-900:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(65, 0, 0, var(--tw-ring-opacity));
  }

  .tw .lg\:focus-within\:ring-red:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(211, 80, 86, var(--tw-ring-opacity));
  }

  .tw .lg\:focus-within\:ring-red-brand:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 79, 79, var(--tw-ring-opacity));
  }

  .tw .lg\:focus-within\:ring-green-50:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(141, 255, 205, var(--tw-ring-opacity));
  }

  .tw .lg\:focus-within\:ring-green-100:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(109, 236, 176, var(--tw-ring-opacity));
  }

  .tw .lg\:focus-within\:ring-green-200:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(76, 206, 147, var(--tw-ring-opacity));
  }

  .tw .lg\:focus-within\:ring-green-300:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(36, 176, 119, var(--tw-ring-opacity));
  }

  .tw .lg\:focus-within\:ring-green-400:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(0, 147, 93, var(--tw-ring-opacity));
  }

  .tw .lg\:focus-within\:ring-green-500:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(0, 119, 68, var(--tw-ring-opacity));
  }

  .tw .lg\:focus-within\:ring-green-600:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(0, 91, 43, var(--tw-ring-opacity));
  }

  .tw .lg\:focus-within\:ring-green-700:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(0, 65, 21, var(--tw-ring-opacity));
  }

  .tw .lg\:focus-within\:ring-green-800:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(0, 43, 0, var(--tw-ring-opacity));
  }

  .tw .lg\:focus-within\:ring-green-900:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(0, 27, 0, var(--tw-ring-opacity));
  }

  .tw .lg\:focus-within\:ring-green:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(46, 182, 125, var(--tw-ring-opacity));
  }

  .tw .lg\:focus-within\:ring-yellow-50:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 235, 87, var(--tw-ring-opacity));
  }

  .tw .lg\:focus-within\:ring-yellow-100:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 205, 55, var(--tw-ring-opacity));
  }

  .tw .lg\:focus-within\:ring-yellow-200:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(228, 176, 9, var(--tw-ring-opacity));
  }

  .tw .lg\:focus-within\:ring-yellow-300:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(195, 148, 0, var(--tw-ring-opacity));
  }

  .tw .lg\:focus-within\:ring-yellow-400:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(163, 121, 0, var(--tw-ring-opacity));
  }

  .tw .lg\:focus-within\:ring-yellow-500:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(133, 95, 0, var(--tw-ring-opacity));
  }

  .tw .lg\:focus-within\:ring-yellow-600:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(104, 70, 0, var(--tw-ring-opacity));
  }

  .tw .lg\:focus-within\:ring-yellow-700:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(79, 46, 0, var(--tw-ring-opacity));
  }

  .tw .lg\:focus-within\:ring-yellow-800:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(61, 22, 0, var(--tw-ring-opacity));
  }

  .tw .lg\:focus-within\:ring-yellow-900:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(50, 0, 0, var(--tw-ring-opacity));
  }

  .tw .lg\:focus-within\:ring-yellow:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 199, 47, var(--tw-ring-opacity));
  }

  .tw .lg\:focus-within\:ring-purple-50:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 216, 255, var(--tw-ring-opacity));
  }

  .tw .lg\:focus-within\:ring-purple-100:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(240, 186, 255, var(--tw-ring-opacity));
  }

  .tw .lg\:focus-within\:ring-purple-200:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(208, 157, 255, var(--tw-ring-opacity));
  }

  .tw .lg\:focus-within\:ring-purple-300:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(177, 128, 255, var(--tw-ring-opacity));
  }

  .tw .lg\:focus-within\:ring-purple-400:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(146, 101, 233, var(--tw-ring-opacity));
  }

  .tw .lg\:focus-within\:ring-purple-500:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(116, 74, 203, var(--tw-ring-opacity));
  }

  .tw .lg\:focus-within\:ring-purple-600:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(85, 48, 173, var(--tw-ring-opacity));
  }

  .tw .lg\:focus-within\:ring-purple-700:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(53, 22, 144, var(--tw-ring-opacity));
  }

  .tw .lg\:focus-within\:ring-purple-800:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(9, 0, 116, var(--tw-ring-opacity));
  }

  .tw .lg\:focus-within\:ring-purple-900:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(0, 0, 89, var(--tw-ring-opacity));
  }

  .tw .lg\:focus-within\:ring-purple:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(168, 120, 255, var(--tw-ring-opacity));
  }

  .tw .lg\:focus-within\:ring-orange-50:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 210, 131, var(--tw-ring-opacity));
  }

  .tw .lg\:focus-within\:ring-orange-100:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 180, 103, var(--tw-ring-opacity));
  }

  .tw .lg\:focus-within\:ring-orange-200:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 151, 75, var(--tw-ring-opacity));
  }

  .tw .lg\:focus-within\:ring-orange-300:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(240, 122, 47, var(--tw-ring-opacity));
  }

  .tw .lg\:focus-within\:ring-orange-400:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(206, 95, 17, var(--tw-ring-opacity));
  }

  .tw .lg\:focus-within\:ring-orange-500:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(173, 68, 0, var(--tw-ring-opacity));
  }

  .tw .lg\:focus-within\:ring-orange-600:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(141, 40, 0, var(--tw-ring-opacity));
  }

  .tw .lg\:focus-within\:ring-orange-700:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(111, 6, 0, var(--tw-ring-opacity));
  }

  .tw .lg\:focus-within\:ring-orange-800:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(84, 0, 0, var(--tw-ring-opacity));
  }

  .tw .lg\:focus-within\:ring-orange-900:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(65, 0, 0, var(--tw-ring-opacity));
  }

  .tw .lg\:focus-within\:ring-orange:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(245, 127, 52, var(--tw-ring-opacity));
  }

  .tw .lg\:focus-within\:ring-surface-brand:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(26, 26, 26, var(--tw-ring-opacity));
  }

  .tw .lg\:focus-within\:ring-surface-lower:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(18, 19, 20, var(--tw-ring-opacity));
  }

  .tw .lg\:focus-within\:ring-surface-base:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(29, 30, 31, var(--tw-ring-opacity));
  }

  .tw .lg\:focus-within\:ring-surface-low:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(33, 33, 36, var(--tw-ring-opacity));
  }

  .tw .lg\:focus-within\:ring-surface-middle:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(38, 38, 42, var(--tw-ring-opacity));
  }

  .tw .lg\:focus-within\:ring-surface-upper:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(41, 41, 46, var(--tw-ring-opacity));
  }

  .tw .lg\:focus-within\:ring-surface-high:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(52, 52, 53, var(--tw-ring-opacity));
  }

  .tw .lg\:focus-within\:ring-surface-higher:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(74, 75, 75, var(--tw-ring-opacity));
  }

  .tw .lg\:focus-within\:ring-surface-highest:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(97, 97, 98, var(--tw-ring-opacity));
  }

  .tw .lg\:focus-within\:ring-glyph-base:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 255, 255, var(--tw-ring-opacity));
  }

  .tw .lg\:focus-within\:ring-glyph-light:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(194, 194, 194, var(--tw-ring-opacity));
  }

  .tw .lg\:focus-within\:ring-glyph-lighter:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(150, 150, 150, var(--tw-ring-opacity));
  }

  .tw .lg\:focus-within\:ring-glyph-lightest:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(80, 80, 80, var(--tw-ring-opacity));
  }

  .tw .lg\:focus-within\:ring-link:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(0, 190, 255, var(--tw-ring-opacity));
  }

  .tw .lg\:focus-within\:ring-info-error:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(235, 51, 65, var(--tw-ring-opacity));
  }

  .tw .lg\:focus-within\:ring-info-danger:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(247, 127, 37, var(--tw-ring-opacity));
  }

  .tw .lg\:focus-within\:ring-info-warn:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 200, 47, var(--tw-ring-opacity));
  }

  .tw .lg\:focus-within\:ring-info-ok:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(0, 151, 79, var(--tw-ring-opacity));
  }

  .tw .lg\:focus-within\:ring-info-notice:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(1, 128, 255, var(--tw-ring-opacity));
  }

  .tw .lg\:focus-within\:ring-accent-1:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 93, 105, var(--tw-ring-opacity));
  }

  .tw .lg\:focus-within\:ring-accent-2:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(7, 245, 175, var(--tw-ring-opacity));
  }

  .tw .lg\:focus-within\:ring-accent-3:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(4, 211, 114, var(--tw-ring-opacity));
  }

  .tw .lg\:focus-within\:ring-accent-4:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(132, 81, 245, var(--tw-ring-opacity));
  }

  .tw .lg\:focus\:ring-current:focus{
    --tw-ring-color: currentColor;
  }

  .tw .lg\:focus\:ring-transparent:focus{
    --tw-ring-color: transparent;
  }

  .tw .lg\:focus\:ring-white:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 255, 255, var(--tw-ring-opacity));
  }

  .tw .lg\:focus\:ring-black:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(0, 0, 0, var(--tw-ring-opacity));
  }

  .tw .lg\:focus\:ring-gray-10:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(240, 240, 240, var(--tw-ring-opacity));
  }

  .tw .lg\:focus\:ring-gray-20:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(226, 226, 226, var(--tw-ring-opacity));
  }

  .tw .lg\:focus\:ring-gray-30:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(211, 211, 211, var(--tw-ring-opacity));
  }

  .tw .lg\:focus\:ring-gray-40:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(197, 197, 197, var(--tw-ring-opacity));
  }

  .tw .lg\:focus\:ring-gray-50:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(183, 183, 183, var(--tw-ring-opacity));
  }

  .tw .lg\:focus\:ring-gray-60:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(169, 169, 169, var(--tw-ring-opacity));
  }

  .tw .lg\:focus\:ring-gray-70:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(156, 156, 156, var(--tw-ring-opacity));
  }

  .tw .lg\:focus\:ring-gray-80:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(142, 142, 142, var(--tw-ring-opacity));
  }

  .tw .lg\:focus\:ring-gray-90:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(129, 129, 129, var(--tw-ring-opacity));
  }

  .tw .lg\:focus\:ring-gray-100:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(108, 109, 114, var(--tw-ring-opacity));
  }

  .tw .lg\:focus\:ring-gray-200:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(96, 97, 103, var(--tw-ring-opacity));
  }

  .tw .lg\:focus\:ring-gray-300:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(84, 86, 91, var(--tw-ring-opacity));
  }

  .tw .lg\:focus\:ring-gray-400:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(73, 73, 80, var(--tw-ring-opacity));
  }

  .tw .lg\:focus\:ring-gray-500:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(61, 61, 68, var(--tw-ring-opacity));
  }

  .tw .lg\:focus\:ring-gray-600:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(53, 53, 61, var(--tw-ring-opacity));
  }

  .tw .lg\:focus\:ring-gray-700:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(45, 45, 49, var(--tw-ring-opacity));
  }

  .tw .lg\:focus\:ring-gray-800:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(38, 37, 42, var(--tw-ring-opacity));
  }

  .tw .lg\:focus\:ring-gray-850:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(32, 32, 37, var(--tw-ring-opacity));
  }

  .tw .lg\:focus\:ring-gray-900:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(27, 27, 32, var(--tw-ring-opacity));
  }

  .tw .lg\:focus\:ring-gray-950:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(20, 20, 23, var(--tw-ring-opacity));
  }

  .tw .lg\:focus\:ring-brand-50:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(127, 255, 255, var(--tw-ring-opacity));
  }

  .tw .lg\:focus\:ring-brand-100:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(87, 226, 255, var(--tw-ring-opacity));
  }

  .tw .lg\:focus\:ring-brand-200:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(32, 197, 255, var(--tw-ring-opacity));
  }

  .tw .lg\:focus\:ring-brand-300:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(0, 167, 231, var(--tw-ring-opacity));
  }

  .tw .lg\:focus\:ring-brand-400:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(0, 139, 201, var(--tw-ring-opacity));
  }

  .tw .lg\:focus\:ring-brand-500:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(0, 112, 172, var(--tw-ring-opacity));
  }

  .tw .lg\:focus\:ring-brand-600:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(0, 86, 143, var(--tw-ring-opacity));
  }

  .tw .lg\:focus\:ring-brand-700:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(0, 62, 116, var(--tw-ring-opacity));
  }

  .tw .lg\:focus\:ring-brand-800:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(0, 39, 89, var(--tw-ring-opacity));
  }

  .tw .lg\:focus\:ring-brand-900:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(0, 18, 63, var(--tw-ring-opacity));
  }

  .tw .lg\:focus\:ring-brand:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(0, 190, 255, var(--tw-ring-opacity));
  }

  .tw .lg\:focus\:ring-brand-base:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(0, 190, 255, var(--tw-ring-opacity));
  }

  .tw .lg\:focus\:ring-red-50:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 202, 200, var(--tw-ring-opacity));
  }

  .tw .lg\:focus\:ring-red-100:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 171, 171, var(--tw-ring-opacity));
  }

  .tw .lg\:focus\:ring-red-200:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 142, 142, var(--tw-ring-opacity));
  }

  .tw .lg\:focus\:ring-red-300:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(247, 112, 115, var(--tw-ring-opacity));
  }

  .tw .lg\:focus\:ring-red-400:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(215, 83, 89, var(--tw-ring-opacity));
  }

  .tw .lg\:focus\:ring-red-500:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(182, 54, 64, var(--tw-ring-opacity));
  }

  .tw .lg\:focus\:ring-red-600:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(150, 18, 41, var(--tw-ring-opacity));
  }

  .tw .lg\:focus\:ring-red-700:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(119, 0, 19, var(--tw-ring-opacity));
  }

  .tw .lg\:focus\:ring-red-800:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(89, 0, 0, var(--tw-ring-opacity));
  }

  .tw .lg\:focus\:ring-red-900:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(65, 0, 0, var(--tw-ring-opacity));
  }

  .tw .lg\:focus\:ring-red:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(211, 80, 86, var(--tw-ring-opacity));
  }

  .tw .lg\:focus\:ring-red-brand:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 79, 79, var(--tw-ring-opacity));
  }

  .tw .lg\:focus\:ring-green-50:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(141, 255, 205, var(--tw-ring-opacity));
  }

  .tw .lg\:focus\:ring-green-100:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(109, 236, 176, var(--tw-ring-opacity));
  }

  .tw .lg\:focus\:ring-green-200:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(76, 206, 147, var(--tw-ring-opacity));
  }

  .tw .lg\:focus\:ring-green-300:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(36, 176, 119, var(--tw-ring-opacity));
  }

  .tw .lg\:focus\:ring-green-400:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(0, 147, 93, var(--tw-ring-opacity));
  }

  .tw .lg\:focus\:ring-green-500:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(0, 119, 68, var(--tw-ring-opacity));
  }

  .tw .lg\:focus\:ring-green-600:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(0, 91, 43, var(--tw-ring-opacity));
  }

  .tw .lg\:focus\:ring-green-700:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(0, 65, 21, var(--tw-ring-opacity));
  }

  .tw .lg\:focus\:ring-green-800:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(0, 43, 0, var(--tw-ring-opacity));
  }

  .tw .lg\:focus\:ring-green-900:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(0, 27, 0, var(--tw-ring-opacity));
  }

  .tw .lg\:focus\:ring-green:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(46, 182, 125, var(--tw-ring-opacity));
  }

  .tw .lg\:focus\:ring-yellow-50:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 235, 87, var(--tw-ring-opacity));
  }

  .tw .lg\:focus\:ring-yellow-100:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 205, 55, var(--tw-ring-opacity));
  }

  .tw .lg\:focus\:ring-yellow-200:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(228, 176, 9, var(--tw-ring-opacity));
  }

  .tw .lg\:focus\:ring-yellow-300:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(195, 148, 0, var(--tw-ring-opacity));
  }

  .tw .lg\:focus\:ring-yellow-400:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(163, 121, 0, var(--tw-ring-opacity));
  }

  .tw .lg\:focus\:ring-yellow-500:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(133, 95, 0, var(--tw-ring-opacity));
  }

  .tw .lg\:focus\:ring-yellow-600:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(104, 70, 0, var(--tw-ring-opacity));
  }

  .tw .lg\:focus\:ring-yellow-700:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(79, 46, 0, var(--tw-ring-opacity));
  }

  .tw .lg\:focus\:ring-yellow-800:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(61, 22, 0, var(--tw-ring-opacity));
  }

  .tw .lg\:focus\:ring-yellow-900:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(50, 0, 0, var(--tw-ring-opacity));
  }

  .tw .lg\:focus\:ring-yellow:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 199, 47, var(--tw-ring-opacity));
  }

  .tw .lg\:focus\:ring-purple-50:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 216, 255, var(--tw-ring-opacity));
  }

  .tw .lg\:focus\:ring-purple-100:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(240, 186, 255, var(--tw-ring-opacity));
  }

  .tw .lg\:focus\:ring-purple-200:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(208, 157, 255, var(--tw-ring-opacity));
  }

  .tw .lg\:focus\:ring-purple-300:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(177, 128, 255, var(--tw-ring-opacity));
  }

  .tw .lg\:focus\:ring-purple-400:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(146, 101, 233, var(--tw-ring-opacity));
  }

  .tw .lg\:focus\:ring-purple-500:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(116, 74, 203, var(--tw-ring-opacity));
  }

  .tw .lg\:focus\:ring-purple-600:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(85, 48, 173, var(--tw-ring-opacity));
  }

  .tw .lg\:focus\:ring-purple-700:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(53, 22, 144, var(--tw-ring-opacity));
  }

  .tw .lg\:focus\:ring-purple-800:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(9, 0, 116, var(--tw-ring-opacity));
  }

  .tw .lg\:focus\:ring-purple-900:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(0, 0, 89, var(--tw-ring-opacity));
  }

  .tw .lg\:focus\:ring-purple:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(168, 120, 255, var(--tw-ring-opacity));
  }

  .tw .lg\:focus\:ring-orange-50:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 210, 131, var(--tw-ring-opacity));
  }

  .tw .lg\:focus\:ring-orange-100:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 180, 103, var(--tw-ring-opacity));
  }

  .tw .lg\:focus\:ring-orange-200:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 151, 75, var(--tw-ring-opacity));
  }

  .tw .lg\:focus\:ring-orange-300:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(240, 122, 47, var(--tw-ring-opacity));
  }

  .tw .lg\:focus\:ring-orange-400:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(206, 95, 17, var(--tw-ring-opacity));
  }

  .tw .lg\:focus\:ring-orange-500:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(173, 68, 0, var(--tw-ring-opacity));
  }

  .tw .lg\:focus\:ring-orange-600:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(141, 40, 0, var(--tw-ring-opacity));
  }

  .tw .lg\:focus\:ring-orange-700:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(111, 6, 0, var(--tw-ring-opacity));
  }

  .tw .lg\:focus\:ring-orange-800:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(84, 0, 0, var(--tw-ring-opacity));
  }

  .tw .lg\:focus\:ring-orange-900:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(65, 0, 0, var(--tw-ring-opacity));
  }

  .tw .lg\:focus\:ring-orange:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(245, 127, 52, var(--tw-ring-opacity));
  }

  .tw .lg\:focus\:ring-surface-brand:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(26, 26, 26, var(--tw-ring-opacity));
  }

  .tw .lg\:focus\:ring-surface-lower:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(18, 19, 20, var(--tw-ring-opacity));
  }

  .tw .lg\:focus\:ring-surface-base:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(29, 30, 31, var(--tw-ring-opacity));
  }

  .tw .lg\:focus\:ring-surface-low:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(33, 33, 36, var(--tw-ring-opacity));
  }

  .tw .lg\:focus\:ring-surface-middle:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(38, 38, 42, var(--tw-ring-opacity));
  }

  .tw .lg\:focus\:ring-surface-upper:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(41, 41, 46, var(--tw-ring-opacity));
  }

  .tw .lg\:focus\:ring-surface-high:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(52, 52, 53, var(--tw-ring-opacity));
  }

  .tw .lg\:focus\:ring-surface-higher:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(74, 75, 75, var(--tw-ring-opacity));
  }

  .tw .lg\:focus\:ring-surface-highest:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(97, 97, 98, var(--tw-ring-opacity));
  }

  .tw .lg\:focus\:ring-glyph-base:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 255, 255, var(--tw-ring-opacity));
  }

  .tw .lg\:focus\:ring-glyph-light:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(194, 194, 194, var(--tw-ring-opacity));
  }

  .tw .lg\:focus\:ring-glyph-lighter:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(150, 150, 150, var(--tw-ring-opacity));
  }

  .tw .lg\:focus\:ring-glyph-lightest:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(80, 80, 80, var(--tw-ring-opacity));
  }

  .tw .lg\:focus\:ring-link:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(0, 190, 255, var(--tw-ring-opacity));
  }

  .tw .lg\:focus\:ring-info-error:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(235, 51, 65, var(--tw-ring-opacity));
  }

  .tw .lg\:focus\:ring-info-danger:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(247, 127, 37, var(--tw-ring-opacity));
  }

  .tw .lg\:focus\:ring-info-warn:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 200, 47, var(--tw-ring-opacity));
  }

  .tw .lg\:focus\:ring-info-ok:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(0, 151, 79, var(--tw-ring-opacity));
  }

  .tw .lg\:focus\:ring-info-notice:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(1, 128, 255, var(--tw-ring-opacity));
  }

  .tw .lg\:focus\:ring-accent-1:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 93, 105, var(--tw-ring-opacity));
  }

  .tw .lg\:focus\:ring-accent-2:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(7, 245, 175, var(--tw-ring-opacity));
  }

  .tw .lg\:focus\:ring-accent-3:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(4, 211, 114, var(--tw-ring-opacity));
  }

  .tw .lg\:focus\:ring-accent-4:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(132, 81, 245, var(--tw-ring-opacity));
  }

  .tw .lg\:ring-opacity-0{
    --tw-ring-opacity: 0;
  }

  .tw .lg\:ring-opacity-5{
    --tw-ring-opacity: 0.05;
  }

  .tw .lg\:ring-opacity-10{
    --tw-ring-opacity: 0.1;
  }

  .tw .lg\:ring-opacity-15{
    --tw-ring-opacity: 0.15;
  }

  .tw .lg\:ring-opacity-20{
    --tw-ring-opacity: 0.2;
  }

  .tw .lg\:ring-opacity-25{
    --tw-ring-opacity: 0.25;
  }

  .tw .lg\:ring-opacity-30{
    --tw-ring-opacity: 0.3;
  }

  .tw .lg\:ring-opacity-40{
    --tw-ring-opacity: 0.4;
  }

  .tw .lg\:ring-opacity-50{
    --tw-ring-opacity: 0.5;
  }

  .tw .lg\:ring-opacity-60{
    --tw-ring-opacity: 0.6;
  }

  .tw .lg\:ring-opacity-70{
    --tw-ring-opacity: 0.7;
  }

  .tw .lg\:ring-opacity-75{
    --tw-ring-opacity: 0.75;
  }

  .tw .lg\:ring-opacity-80{
    --tw-ring-opacity: 0.8;
  }

  .tw .lg\:ring-opacity-90{
    --tw-ring-opacity: 0.9;
  }

  .tw .lg\:ring-opacity-95{
    --tw-ring-opacity: 0.95;
  }

  .tw .lg\:ring-opacity-100{
    --tw-ring-opacity: 1;
  }

  .tw .lg\:focus-within\:ring-opacity-0:focus-within{
    --tw-ring-opacity: 0;
  }

  .tw .lg\:focus-within\:ring-opacity-5:focus-within{
    --tw-ring-opacity: 0.05;
  }

  .tw .lg\:focus-within\:ring-opacity-10:focus-within{
    --tw-ring-opacity: 0.1;
  }

  .tw .lg\:focus-within\:ring-opacity-15:focus-within{
    --tw-ring-opacity: 0.15;
  }

  .tw .lg\:focus-within\:ring-opacity-20:focus-within{
    --tw-ring-opacity: 0.2;
  }

  .tw .lg\:focus-within\:ring-opacity-25:focus-within{
    --tw-ring-opacity: 0.25;
  }

  .tw .lg\:focus-within\:ring-opacity-30:focus-within{
    --tw-ring-opacity: 0.3;
  }

  .tw .lg\:focus-within\:ring-opacity-40:focus-within{
    --tw-ring-opacity: 0.4;
  }

  .tw .lg\:focus-within\:ring-opacity-50:focus-within{
    --tw-ring-opacity: 0.5;
  }

  .tw .lg\:focus-within\:ring-opacity-60:focus-within{
    --tw-ring-opacity: 0.6;
  }

  .tw .lg\:focus-within\:ring-opacity-70:focus-within{
    --tw-ring-opacity: 0.7;
  }

  .tw .lg\:focus-within\:ring-opacity-75:focus-within{
    --tw-ring-opacity: 0.75;
  }

  .tw .lg\:focus-within\:ring-opacity-80:focus-within{
    --tw-ring-opacity: 0.8;
  }

  .tw .lg\:focus-within\:ring-opacity-90:focus-within{
    --tw-ring-opacity: 0.9;
  }

  .tw .lg\:focus-within\:ring-opacity-95:focus-within{
    --tw-ring-opacity: 0.95;
  }

  .tw .lg\:focus-within\:ring-opacity-100:focus-within{
    --tw-ring-opacity: 1;
  }

  .tw .lg\:focus\:ring-opacity-0:focus{
    --tw-ring-opacity: 0;
  }

  .tw .lg\:focus\:ring-opacity-5:focus{
    --tw-ring-opacity: 0.05;
  }

  .tw .lg\:focus\:ring-opacity-10:focus{
    --tw-ring-opacity: 0.1;
  }

  .tw .lg\:focus\:ring-opacity-15:focus{
    --tw-ring-opacity: 0.15;
  }

  .tw .lg\:focus\:ring-opacity-20:focus{
    --tw-ring-opacity: 0.2;
  }

  .tw .lg\:focus\:ring-opacity-25:focus{
    --tw-ring-opacity: 0.25;
  }

  .tw .lg\:focus\:ring-opacity-30:focus{
    --tw-ring-opacity: 0.3;
  }

  .tw .lg\:focus\:ring-opacity-40:focus{
    --tw-ring-opacity: 0.4;
  }

  .tw .lg\:focus\:ring-opacity-50:focus{
    --tw-ring-opacity: 0.5;
  }

  .tw .lg\:focus\:ring-opacity-60:focus{
    --tw-ring-opacity: 0.6;
  }

  .tw .lg\:focus\:ring-opacity-70:focus{
    --tw-ring-opacity: 0.7;
  }

  .tw .lg\:focus\:ring-opacity-75:focus{
    --tw-ring-opacity: 0.75;
  }

  .tw .lg\:focus\:ring-opacity-80:focus{
    --tw-ring-opacity: 0.8;
  }

  .tw .lg\:focus\:ring-opacity-90:focus{
    --tw-ring-opacity: 0.9;
  }

  .tw .lg\:focus\:ring-opacity-95:focus{
    --tw-ring-opacity: 0.95;
  }

  .tw .lg\:focus\:ring-opacity-100:focus{
    --tw-ring-opacity: 1;
  }

  .tw .lg\:ring-offset-0{
    --tw-ring-offset-width: 0px;
  }

  .tw .lg\:ring-offset-1{
    --tw-ring-offset-width: 1px;
  }

  .tw .lg\:ring-offset-2{
    --tw-ring-offset-width: 2px;
  }

  .tw .lg\:ring-offset-4{
    --tw-ring-offset-width: 4px;
  }

  .tw .lg\:ring-offset-8{
    --tw-ring-offset-width: 8px;
  }

  .tw .lg\:focus-within\:ring-offset-0:focus-within{
    --tw-ring-offset-width: 0px;
  }

  .tw .lg\:focus-within\:ring-offset-1:focus-within{
    --tw-ring-offset-width: 1px;
  }

  .tw .lg\:focus-within\:ring-offset-2:focus-within{
    --tw-ring-offset-width: 2px;
  }

  .tw .lg\:focus-within\:ring-offset-4:focus-within{
    --tw-ring-offset-width: 4px;
  }

  .tw .lg\:focus-within\:ring-offset-8:focus-within{
    --tw-ring-offset-width: 8px;
  }

  .tw .lg\:focus\:ring-offset-0:focus{
    --tw-ring-offset-width: 0px;
  }

  .tw .lg\:focus\:ring-offset-1:focus{
    --tw-ring-offset-width: 1px;
  }

  .tw .lg\:focus\:ring-offset-2:focus{
    --tw-ring-offset-width: 2px;
  }

  .tw .lg\:focus\:ring-offset-4:focus{
    --tw-ring-offset-width: 4px;
  }

  .tw .lg\:focus\:ring-offset-8:focus{
    --tw-ring-offset-width: 8px;
  }

  .tw .lg\:ring-offset-current{
    --tw-ring-offset-color: currentColor;
  }

  .tw .lg\:ring-offset-transparent{
    --tw-ring-offset-color: transparent;
  }

  .tw .lg\:ring-offset-white{
    --tw-ring-offset-color: #FFFFFF;
  }

  .tw .lg\:ring-offset-black{
    --tw-ring-offset-color: #000000;
  }

  .tw .lg\:ring-offset-gray-10{
    --tw-ring-offset-color: #F0F0F0;
  }

  .tw .lg\:ring-offset-gray-20{
    --tw-ring-offset-color: #E2E2E2;
  }

  .tw .lg\:ring-offset-gray-30{
    --tw-ring-offset-color: #D3D3D3;
  }

  .tw .lg\:ring-offset-gray-40{
    --tw-ring-offset-color: #C5C5C5;
  }

  .tw .lg\:ring-offset-gray-50{
    --tw-ring-offset-color: #B7B7B7;
  }

  .tw .lg\:ring-offset-gray-60{
    --tw-ring-offset-color: #A9A9A9;
  }

  .tw .lg\:ring-offset-gray-70{
    --tw-ring-offset-color: #9C9C9C;
  }

  .tw .lg\:ring-offset-gray-80{
    --tw-ring-offset-color: #8E8E8E;
  }

  .tw .lg\:ring-offset-gray-90{
    --tw-ring-offset-color: #818181;
  }

  .tw .lg\:ring-offset-gray-100{
    --tw-ring-offset-color: #6C6D72;
  }

  .tw .lg\:ring-offset-gray-200{
    --tw-ring-offset-color: #606167;
  }

  .tw .lg\:ring-offset-gray-300{
    --tw-ring-offset-color: #54565B;
  }

  .tw .lg\:ring-offset-gray-400{
    --tw-ring-offset-color: #494950;
  }

  .tw .lg\:ring-offset-gray-500{
    --tw-ring-offset-color: #3D3D44;
  }

  .tw .lg\:ring-offset-gray-600{
    --tw-ring-offset-color: #35353D;
  }

  .tw .lg\:ring-offset-gray-700{
    --tw-ring-offset-color: #2D2D31;
  }

  .tw .lg\:ring-offset-gray-800{
    --tw-ring-offset-color: #26252A;
  }

  .tw .lg\:ring-offset-gray-850{
    --tw-ring-offset-color: #202025;
  }

  .tw .lg\:ring-offset-gray-900{
    --tw-ring-offset-color: #1B1B20;
  }

  .tw .lg\:ring-offset-gray-950{
    --tw-ring-offset-color: #141417;
  }

  .tw .lg\:ring-offset-brand-50{
    --tw-ring-offset-color: #7FFFFF;
  }

  .tw .lg\:ring-offset-brand-100{
    --tw-ring-offset-color: #57E2FF;
  }

  .tw .lg\:ring-offset-brand-200{
    --tw-ring-offset-color: #20C5FF;
  }

  .tw .lg\:ring-offset-brand-300{
    --tw-ring-offset-color: #00A7E7;
  }

  .tw .lg\:ring-offset-brand-400{
    --tw-ring-offset-color: #008BC9;
  }

  .tw .lg\:ring-offset-brand-500{
    --tw-ring-offset-color: #0070AC;
  }

  .tw .lg\:ring-offset-brand-600{
    --tw-ring-offset-color: #00568F;
  }

  .tw .lg\:ring-offset-brand-700{
    --tw-ring-offset-color: #003E74;
  }

  .tw .lg\:ring-offset-brand-800{
    --tw-ring-offset-color: #002759;
  }

  .tw .lg\:ring-offset-brand-900{
    --tw-ring-offset-color: #00123F;
  }

  .tw .lg\:ring-offset-brand{
    --tw-ring-offset-color: #00BEFF;
  }

  .tw .lg\:ring-offset-brand-base{
    --tw-ring-offset-color: #00BEFF;
  }

  .tw .lg\:ring-offset-red-50{
    --tw-ring-offset-color: #FFCAC8;
  }

  .tw .lg\:ring-offset-red-100{
    --tw-ring-offset-color: #FFABAB;
  }

  .tw .lg\:ring-offset-red-200{
    --tw-ring-offset-color: #FF8E8E;
  }

  .tw .lg\:ring-offset-red-300{
    --tw-ring-offset-color: #F77073;
  }

  .tw .lg\:ring-offset-red-400{
    --tw-ring-offset-color: #D75359;
  }

  .tw .lg\:ring-offset-red-500{
    --tw-ring-offset-color: #B63640;
  }

  .tw .lg\:ring-offset-red-600{
    --tw-ring-offset-color: #961229;
  }

  .tw .lg\:ring-offset-red-700{
    --tw-ring-offset-color: #770013;
  }

  .tw .lg\:ring-offset-red-800{
    --tw-ring-offset-color: #590000;
  }

  .tw .lg\:ring-offset-red-900{
    --tw-ring-offset-color: #410000;
  }

  .tw .lg\:ring-offset-red{
    --tw-ring-offset-color: #D35056;
  }

  .tw .lg\:ring-offset-red-brand{
    --tw-ring-offset-color: #FF4F4F;
  }

  .tw .lg\:ring-offset-green-50{
    --tw-ring-offset-color: #8DFFCD;
  }

  .tw .lg\:ring-offset-green-100{
    --tw-ring-offset-color: #6DECB0;
  }

  .tw .lg\:ring-offset-green-200{
    --tw-ring-offset-color: #4CCE93;
  }

  .tw .lg\:ring-offset-green-300{
    --tw-ring-offset-color: #24B077;
  }

  .tw .lg\:ring-offset-green-400{
    --tw-ring-offset-color: #00935D;
  }

  .tw .lg\:ring-offset-green-500{
    --tw-ring-offset-color: #007744;
  }

  .tw .lg\:ring-offset-green-600{
    --tw-ring-offset-color: #005B2B;
  }

  .tw .lg\:ring-offset-green-700{
    --tw-ring-offset-color: #004115;
  }

  .tw .lg\:ring-offset-green-800{
    --tw-ring-offset-color: #002B00;
  }

  .tw .lg\:ring-offset-green-900{
    --tw-ring-offset-color: #001B00;
  }

  .tw .lg\:ring-offset-green{
    --tw-ring-offset-color: #2EB67D;
  }

  .tw .lg\:ring-offset-yellow-50{
    --tw-ring-offset-color: #FFEB57;
  }

  .tw .lg\:ring-offset-yellow-100{
    --tw-ring-offset-color: #FFCD37;
  }

  .tw .lg\:ring-offset-yellow-200{
    --tw-ring-offset-color: #E4B009;
  }

  .tw .lg\:ring-offset-yellow-300{
    --tw-ring-offset-color: #C39400;
  }

  .tw .lg\:ring-offset-yellow-400{
    --tw-ring-offset-color: #A37900;
  }

  .tw .lg\:ring-offset-yellow-500{
    --tw-ring-offset-color: #855F00;
  }

  .tw .lg\:ring-offset-yellow-600{
    --tw-ring-offset-color: #684600;
  }

  .tw .lg\:ring-offset-yellow-700{
    --tw-ring-offset-color: #4F2E00;
  }

  .tw .lg\:ring-offset-yellow-800{
    --tw-ring-offset-color: #3D1600;
  }

  .tw .lg\:ring-offset-yellow-900{
    --tw-ring-offset-color: #320000;
  }

  .tw .lg\:ring-offset-yellow{
    --tw-ring-offset-color: #FEC72F;
  }

  .tw .lg\:ring-offset-purple-50{
    --tw-ring-offset-color: #FFD8FF;
  }

  .tw .lg\:ring-offset-purple-100{
    --tw-ring-offset-color: #F0BAFF;
  }

  .tw .lg\:ring-offset-purple-200{
    --tw-ring-offset-color: #D09DFF;
  }

  .tw .lg\:ring-offset-purple-300{
    --tw-ring-offset-color: #B180FF;
  }

  .tw .lg\:ring-offset-purple-400{
    --tw-ring-offset-color: #9265E9;
  }

  .tw .lg\:ring-offset-purple-500{
    --tw-ring-offset-color: #744ACB;
  }

  .tw .lg\:ring-offset-purple-600{
    --tw-ring-offset-color: #5530AD;
  }

  .tw .lg\:ring-offset-purple-700{
    --tw-ring-offset-color: #351690;
  }

  .tw .lg\:ring-offset-purple-800{
    --tw-ring-offset-color: #090074;
  }

  .tw .lg\:ring-offset-purple-900{
    --tw-ring-offset-color: #000059;
  }

  .tw .lg\:ring-offset-purple{
    --tw-ring-offset-color: #A878FF;
  }

  .tw .lg\:ring-offset-orange-50{
    --tw-ring-offset-color: #FFD283;
  }

  .tw .lg\:ring-offset-orange-100{
    --tw-ring-offset-color: #FFB467;
  }

  .tw .lg\:ring-offset-orange-200{
    --tw-ring-offset-color: #FF974B;
  }

  .tw .lg\:ring-offset-orange-300{
    --tw-ring-offset-color: #F07A2F;
  }

  .tw .lg\:ring-offset-orange-400{
    --tw-ring-offset-color: #CE5F11;
  }

  .tw .lg\:ring-offset-orange-500{
    --tw-ring-offset-color: #AD4400;
  }

  .tw .lg\:ring-offset-orange-600{
    --tw-ring-offset-color: #8D2800;
  }

  .tw .lg\:ring-offset-orange-700{
    --tw-ring-offset-color: #6F0600;
  }

  .tw .lg\:ring-offset-orange-800{
    --tw-ring-offset-color: #540000;
  }

  .tw .lg\:ring-offset-orange-900{
    --tw-ring-offset-color: #410000;
  }

  .tw .lg\:ring-offset-orange{
    --tw-ring-offset-color: #F57F34;
  }

  .tw .lg\:ring-offset-surface-brand{
    --tw-ring-offset-color: #1A1A1A;
  }

  .tw .lg\:ring-offset-surface-lower{
    --tw-ring-offset-color: #121314;
  }

  .tw .lg\:ring-offset-surface-base{
    --tw-ring-offset-color: #1D1E1F;
  }

  .tw .lg\:ring-offset-surface-low{
    --tw-ring-offset-color: #212124;
  }

  .tw .lg\:ring-offset-surface-middle{
    --tw-ring-offset-color: #26262A;
  }

  .tw .lg\:ring-offset-surface-upper{
    --tw-ring-offset-color: #29292E;
  }

  .tw .lg\:ring-offset-surface-high{
    --tw-ring-offset-color: #343435;
  }

  .tw .lg\:ring-offset-surface-higher{
    --tw-ring-offset-color: #4A4B4B;
  }

  .tw .lg\:ring-offset-surface-highest{
    --tw-ring-offset-color: #616162;
  }

  .tw .lg\:ring-offset-glyph-base{
    --tw-ring-offset-color: #FFFFFF;
  }

  .tw .lg\:ring-offset-glyph-light{
    --tw-ring-offset-color: #C2C2C2;
  }

  .tw .lg\:ring-offset-glyph-lighter{
    --tw-ring-offset-color: #969696;
  }

  .tw .lg\:ring-offset-glyph-lightest{
    --tw-ring-offset-color: #505050;
  }

  .tw .lg\:ring-offset-link{
    --tw-ring-offset-color: #00BEFF;
  }

  .tw .lg\:ring-offset-info-error{
    --tw-ring-offset-color: #eb3341;
  }

  .tw .lg\:ring-offset-info-danger{
    --tw-ring-offset-color: #F77F25;
  }

  .tw .lg\:ring-offset-info-warn{
    --tw-ring-offset-color: #FFC82F;
  }

  .tw .lg\:ring-offset-info-ok{
    --tw-ring-offset-color: #00974F;
  }

  .tw .lg\:ring-offset-info-notice{
    --tw-ring-offset-color: #0180FF;
  }

  .tw .lg\:ring-offset-accent-1{
    --tw-ring-offset-color: #FF5D69;
  }

  .tw .lg\:ring-offset-accent-2{
    --tw-ring-offset-color: #07F5AF;
  }

  .tw .lg\:ring-offset-accent-3{
    --tw-ring-offset-color: #04D372;
  }

  .tw .lg\:ring-offset-accent-4{
    --tw-ring-offset-color: #8451F5;
  }

  .tw .lg\:focus-within\:ring-offset-current:focus-within{
    --tw-ring-offset-color: currentColor;
  }

  .tw .lg\:focus-within\:ring-offset-transparent:focus-within{
    --tw-ring-offset-color: transparent;
  }

  .tw .lg\:focus-within\:ring-offset-white:focus-within{
    --tw-ring-offset-color: #FFFFFF;
  }

  .tw .lg\:focus-within\:ring-offset-black:focus-within{
    --tw-ring-offset-color: #000000;
  }

  .tw .lg\:focus-within\:ring-offset-gray-10:focus-within{
    --tw-ring-offset-color: #F0F0F0;
  }

  .tw .lg\:focus-within\:ring-offset-gray-20:focus-within{
    --tw-ring-offset-color: #E2E2E2;
  }

  .tw .lg\:focus-within\:ring-offset-gray-30:focus-within{
    --tw-ring-offset-color: #D3D3D3;
  }

  .tw .lg\:focus-within\:ring-offset-gray-40:focus-within{
    --tw-ring-offset-color: #C5C5C5;
  }

  .tw .lg\:focus-within\:ring-offset-gray-50:focus-within{
    --tw-ring-offset-color: #B7B7B7;
  }

  .tw .lg\:focus-within\:ring-offset-gray-60:focus-within{
    --tw-ring-offset-color: #A9A9A9;
  }

  .tw .lg\:focus-within\:ring-offset-gray-70:focus-within{
    --tw-ring-offset-color: #9C9C9C;
  }

  .tw .lg\:focus-within\:ring-offset-gray-80:focus-within{
    --tw-ring-offset-color: #8E8E8E;
  }

  .tw .lg\:focus-within\:ring-offset-gray-90:focus-within{
    --tw-ring-offset-color: #818181;
  }

  .tw .lg\:focus-within\:ring-offset-gray-100:focus-within{
    --tw-ring-offset-color: #6C6D72;
  }

  .tw .lg\:focus-within\:ring-offset-gray-200:focus-within{
    --tw-ring-offset-color: #606167;
  }

  .tw .lg\:focus-within\:ring-offset-gray-300:focus-within{
    --tw-ring-offset-color: #54565B;
  }

  .tw .lg\:focus-within\:ring-offset-gray-400:focus-within{
    --tw-ring-offset-color: #494950;
  }

  .tw .lg\:focus-within\:ring-offset-gray-500:focus-within{
    --tw-ring-offset-color: #3D3D44;
  }

  .tw .lg\:focus-within\:ring-offset-gray-600:focus-within{
    --tw-ring-offset-color: #35353D;
  }

  .tw .lg\:focus-within\:ring-offset-gray-700:focus-within{
    --tw-ring-offset-color: #2D2D31;
  }

  .tw .lg\:focus-within\:ring-offset-gray-800:focus-within{
    --tw-ring-offset-color: #26252A;
  }

  .tw .lg\:focus-within\:ring-offset-gray-850:focus-within{
    --tw-ring-offset-color: #202025;
  }

  .tw .lg\:focus-within\:ring-offset-gray-900:focus-within{
    --tw-ring-offset-color: #1B1B20;
  }

  .tw .lg\:focus-within\:ring-offset-gray-950:focus-within{
    --tw-ring-offset-color: #141417;
  }

  .tw .lg\:focus-within\:ring-offset-brand-50:focus-within{
    --tw-ring-offset-color: #7FFFFF;
  }

  .tw .lg\:focus-within\:ring-offset-brand-100:focus-within{
    --tw-ring-offset-color: #57E2FF;
  }

  .tw .lg\:focus-within\:ring-offset-brand-200:focus-within{
    --tw-ring-offset-color: #20C5FF;
  }

  .tw .lg\:focus-within\:ring-offset-brand-300:focus-within{
    --tw-ring-offset-color: #00A7E7;
  }

  .tw .lg\:focus-within\:ring-offset-brand-400:focus-within{
    --tw-ring-offset-color: #008BC9;
  }

  .tw .lg\:focus-within\:ring-offset-brand-500:focus-within{
    --tw-ring-offset-color: #0070AC;
  }

  .tw .lg\:focus-within\:ring-offset-brand-600:focus-within{
    --tw-ring-offset-color: #00568F;
  }

  .tw .lg\:focus-within\:ring-offset-brand-700:focus-within{
    --tw-ring-offset-color: #003E74;
  }

  .tw .lg\:focus-within\:ring-offset-brand-800:focus-within{
    --tw-ring-offset-color: #002759;
  }

  .tw .lg\:focus-within\:ring-offset-brand-900:focus-within{
    --tw-ring-offset-color: #00123F;
  }

  .tw .lg\:focus-within\:ring-offset-brand:focus-within{
    --tw-ring-offset-color: #00BEFF;
  }

  .tw .lg\:focus-within\:ring-offset-brand-base:focus-within{
    --tw-ring-offset-color: #00BEFF;
  }

  .tw .lg\:focus-within\:ring-offset-red-50:focus-within{
    --tw-ring-offset-color: #FFCAC8;
  }

  .tw .lg\:focus-within\:ring-offset-red-100:focus-within{
    --tw-ring-offset-color: #FFABAB;
  }

  .tw .lg\:focus-within\:ring-offset-red-200:focus-within{
    --tw-ring-offset-color: #FF8E8E;
  }

  .tw .lg\:focus-within\:ring-offset-red-300:focus-within{
    --tw-ring-offset-color: #F77073;
  }

  .tw .lg\:focus-within\:ring-offset-red-400:focus-within{
    --tw-ring-offset-color: #D75359;
  }

  .tw .lg\:focus-within\:ring-offset-red-500:focus-within{
    --tw-ring-offset-color: #B63640;
  }

  .tw .lg\:focus-within\:ring-offset-red-600:focus-within{
    --tw-ring-offset-color: #961229;
  }

  .tw .lg\:focus-within\:ring-offset-red-700:focus-within{
    --tw-ring-offset-color: #770013;
  }

  .tw .lg\:focus-within\:ring-offset-red-800:focus-within{
    --tw-ring-offset-color: #590000;
  }

  .tw .lg\:focus-within\:ring-offset-red-900:focus-within{
    --tw-ring-offset-color: #410000;
  }

  .tw .lg\:focus-within\:ring-offset-red:focus-within{
    --tw-ring-offset-color: #D35056;
  }

  .tw .lg\:focus-within\:ring-offset-red-brand:focus-within{
    --tw-ring-offset-color: #FF4F4F;
  }

  .tw .lg\:focus-within\:ring-offset-green-50:focus-within{
    --tw-ring-offset-color: #8DFFCD;
  }

  .tw .lg\:focus-within\:ring-offset-green-100:focus-within{
    --tw-ring-offset-color: #6DECB0;
  }

  .tw .lg\:focus-within\:ring-offset-green-200:focus-within{
    --tw-ring-offset-color: #4CCE93;
  }

  .tw .lg\:focus-within\:ring-offset-green-300:focus-within{
    --tw-ring-offset-color: #24B077;
  }

  .tw .lg\:focus-within\:ring-offset-green-400:focus-within{
    --tw-ring-offset-color: #00935D;
  }

  .tw .lg\:focus-within\:ring-offset-green-500:focus-within{
    --tw-ring-offset-color: #007744;
  }

  .tw .lg\:focus-within\:ring-offset-green-600:focus-within{
    --tw-ring-offset-color: #005B2B;
  }

  .tw .lg\:focus-within\:ring-offset-green-700:focus-within{
    --tw-ring-offset-color: #004115;
  }

  .tw .lg\:focus-within\:ring-offset-green-800:focus-within{
    --tw-ring-offset-color: #002B00;
  }

  .tw .lg\:focus-within\:ring-offset-green-900:focus-within{
    --tw-ring-offset-color: #001B00;
  }

  .tw .lg\:focus-within\:ring-offset-green:focus-within{
    --tw-ring-offset-color: #2EB67D;
  }

  .tw .lg\:focus-within\:ring-offset-yellow-50:focus-within{
    --tw-ring-offset-color: #FFEB57;
  }

  .tw .lg\:focus-within\:ring-offset-yellow-100:focus-within{
    --tw-ring-offset-color: #FFCD37;
  }

  .tw .lg\:focus-within\:ring-offset-yellow-200:focus-within{
    --tw-ring-offset-color: #E4B009;
  }

  .tw .lg\:focus-within\:ring-offset-yellow-300:focus-within{
    --tw-ring-offset-color: #C39400;
  }

  .tw .lg\:focus-within\:ring-offset-yellow-400:focus-within{
    --tw-ring-offset-color: #A37900;
  }

  .tw .lg\:focus-within\:ring-offset-yellow-500:focus-within{
    --tw-ring-offset-color: #855F00;
  }

  .tw .lg\:focus-within\:ring-offset-yellow-600:focus-within{
    --tw-ring-offset-color: #684600;
  }

  .tw .lg\:focus-within\:ring-offset-yellow-700:focus-within{
    --tw-ring-offset-color: #4F2E00;
  }

  .tw .lg\:focus-within\:ring-offset-yellow-800:focus-within{
    --tw-ring-offset-color: #3D1600;
  }

  .tw .lg\:focus-within\:ring-offset-yellow-900:focus-within{
    --tw-ring-offset-color: #320000;
  }

  .tw .lg\:focus-within\:ring-offset-yellow:focus-within{
    --tw-ring-offset-color: #FEC72F;
  }

  .tw .lg\:focus-within\:ring-offset-purple-50:focus-within{
    --tw-ring-offset-color: #FFD8FF;
  }

  .tw .lg\:focus-within\:ring-offset-purple-100:focus-within{
    --tw-ring-offset-color: #F0BAFF;
  }

  .tw .lg\:focus-within\:ring-offset-purple-200:focus-within{
    --tw-ring-offset-color: #D09DFF;
  }

  .tw .lg\:focus-within\:ring-offset-purple-300:focus-within{
    --tw-ring-offset-color: #B180FF;
  }

  .tw .lg\:focus-within\:ring-offset-purple-400:focus-within{
    --tw-ring-offset-color: #9265E9;
  }

  .tw .lg\:focus-within\:ring-offset-purple-500:focus-within{
    --tw-ring-offset-color: #744ACB;
  }

  .tw .lg\:focus-within\:ring-offset-purple-600:focus-within{
    --tw-ring-offset-color: #5530AD;
  }

  .tw .lg\:focus-within\:ring-offset-purple-700:focus-within{
    --tw-ring-offset-color: #351690;
  }

  .tw .lg\:focus-within\:ring-offset-purple-800:focus-within{
    --tw-ring-offset-color: #090074;
  }

  .tw .lg\:focus-within\:ring-offset-purple-900:focus-within{
    --tw-ring-offset-color: #000059;
  }

  .tw .lg\:focus-within\:ring-offset-purple:focus-within{
    --tw-ring-offset-color: #A878FF;
  }

  .tw .lg\:focus-within\:ring-offset-orange-50:focus-within{
    --tw-ring-offset-color: #FFD283;
  }

  .tw .lg\:focus-within\:ring-offset-orange-100:focus-within{
    --tw-ring-offset-color: #FFB467;
  }

  .tw .lg\:focus-within\:ring-offset-orange-200:focus-within{
    --tw-ring-offset-color: #FF974B;
  }

  .tw .lg\:focus-within\:ring-offset-orange-300:focus-within{
    --tw-ring-offset-color: #F07A2F;
  }

  .tw .lg\:focus-within\:ring-offset-orange-400:focus-within{
    --tw-ring-offset-color: #CE5F11;
  }

  .tw .lg\:focus-within\:ring-offset-orange-500:focus-within{
    --tw-ring-offset-color: #AD4400;
  }

  .tw .lg\:focus-within\:ring-offset-orange-600:focus-within{
    --tw-ring-offset-color: #8D2800;
  }

  .tw .lg\:focus-within\:ring-offset-orange-700:focus-within{
    --tw-ring-offset-color: #6F0600;
  }

  .tw .lg\:focus-within\:ring-offset-orange-800:focus-within{
    --tw-ring-offset-color: #540000;
  }

  .tw .lg\:focus-within\:ring-offset-orange-900:focus-within{
    --tw-ring-offset-color: #410000;
  }

  .tw .lg\:focus-within\:ring-offset-orange:focus-within{
    --tw-ring-offset-color: #F57F34;
  }

  .tw .lg\:focus-within\:ring-offset-surface-brand:focus-within{
    --tw-ring-offset-color: #1A1A1A;
  }

  .tw .lg\:focus-within\:ring-offset-surface-lower:focus-within{
    --tw-ring-offset-color: #121314;
  }

  .tw .lg\:focus-within\:ring-offset-surface-base:focus-within{
    --tw-ring-offset-color: #1D1E1F;
  }

  .tw .lg\:focus-within\:ring-offset-surface-low:focus-within{
    --tw-ring-offset-color: #212124;
  }

  .tw .lg\:focus-within\:ring-offset-surface-middle:focus-within{
    --tw-ring-offset-color: #26262A;
  }

  .tw .lg\:focus-within\:ring-offset-surface-upper:focus-within{
    --tw-ring-offset-color: #29292E;
  }

  .tw .lg\:focus-within\:ring-offset-surface-high:focus-within{
    --tw-ring-offset-color: #343435;
  }

  .tw .lg\:focus-within\:ring-offset-surface-higher:focus-within{
    --tw-ring-offset-color: #4A4B4B;
  }

  .tw .lg\:focus-within\:ring-offset-surface-highest:focus-within{
    --tw-ring-offset-color: #616162;
  }

  .tw .lg\:focus-within\:ring-offset-glyph-base:focus-within{
    --tw-ring-offset-color: #FFFFFF;
  }

  .tw .lg\:focus-within\:ring-offset-glyph-light:focus-within{
    --tw-ring-offset-color: #C2C2C2;
  }

  .tw .lg\:focus-within\:ring-offset-glyph-lighter:focus-within{
    --tw-ring-offset-color: #969696;
  }

  .tw .lg\:focus-within\:ring-offset-glyph-lightest:focus-within{
    --tw-ring-offset-color: #505050;
  }

  .tw .lg\:focus-within\:ring-offset-link:focus-within{
    --tw-ring-offset-color: #00BEFF;
  }

  .tw .lg\:focus-within\:ring-offset-info-error:focus-within{
    --tw-ring-offset-color: #eb3341;
  }

  .tw .lg\:focus-within\:ring-offset-info-danger:focus-within{
    --tw-ring-offset-color: #F77F25;
  }

  .tw .lg\:focus-within\:ring-offset-info-warn:focus-within{
    --tw-ring-offset-color: #FFC82F;
  }

  .tw .lg\:focus-within\:ring-offset-info-ok:focus-within{
    --tw-ring-offset-color: #00974F;
  }

  .tw .lg\:focus-within\:ring-offset-info-notice:focus-within{
    --tw-ring-offset-color: #0180FF;
  }

  .tw .lg\:focus-within\:ring-offset-accent-1:focus-within{
    --tw-ring-offset-color: #FF5D69;
  }

  .tw .lg\:focus-within\:ring-offset-accent-2:focus-within{
    --tw-ring-offset-color: #07F5AF;
  }

  .tw .lg\:focus-within\:ring-offset-accent-3:focus-within{
    --tw-ring-offset-color: #04D372;
  }

  .tw .lg\:focus-within\:ring-offset-accent-4:focus-within{
    --tw-ring-offset-color: #8451F5;
  }

  .tw .lg\:focus\:ring-offset-current:focus{
    --tw-ring-offset-color: currentColor;
  }

  .tw .lg\:focus\:ring-offset-transparent:focus{
    --tw-ring-offset-color: transparent;
  }

  .tw .lg\:focus\:ring-offset-white:focus{
    --tw-ring-offset-color: #FFFFFF;
  }

  .tw .lg\:focus\:ring-offset-black:focus{
    --tw-ring-offset-color: #000000;
  }

  .tw .lg\:focus\:ring-offset-gray-10:focus{
    --tw-ring-offset-color: #F0F0F0;
  }

  .tw .lg\:focus\:ring-offset-gray-20:focus{
    --tw-ring-offset-color: #E2E2E2;
  }

  .tw .lg\:focus\:ring-offset-gray-30:focus{
    --tw-ring-offset-color: #D3D3D3;
  }

  .tw .lg\:focus\:ring-offset-gray-40:focus{
    --tw-ring-offset-color: #C5C5C5;
  }

  .tw .lg\:focus\:ring-offset-gray-50:focus{
    --tw-ring-offset-color: #B7B7B7;
  }

  .tw .lg\:focus\:ring-offset-gray-60:focus{
    --tw-ring-offset-color: #A9A9A9;
  }

  .tw .lg\:focus\:ring-offset-gray-70:focus{
    --tw-ring-offset-color: #9C9C9C;
  }

  .tw .lg\:focus\:ring-offset-gray-80:focus{
    --tw-ring-offset-color: #8E8E8E;
  }

  .tw .lg\:focus\:ring-offset-gray-90:focus{
    --tw-ring-offset-color: #818181;
  }

  .tw .lg\:focus\:ring-offset-gray-100:focus{
    --tw-ring-offset-color: #6C6D72;
  }

  .tw .lg\:focus\:ring-offset-gray-200:focus{
    --tw-ring-offset-color: #606167;
  }

  .tw .lg\:focus\:ring-offset-gray-300:focus{
    --tw-ring-offset-color: #54565B;
  }

  .tw .lg\:focus\:ring-offset-gray-400:focus{
    --tw-ring-offset-color: #494950;
  }

  .tw .lg\:focus\:ring-offset-gray-500:focus{
    --tw-ring-offset-color: #3D3D44;
  }

  .tw .lg\:focus\:ring-offset-gray-600:focus{
    --tw-ring-offset-color: #35353D;
  }

  .tw .lg\:focus\:ring-offset-gray-700:focus{
    --tw-ring-offset-color: #2D2D31;
  }

  .tw .lg\:focus\:ring-offset-gray-800:focus{
    --tw-ring-offset-color: #26252A;
  }

  .tw .lg\:focus\:ring-offset-gray-850:focus{
    --tw-ring-offset-color: #202025;
  }

  .tw .lg\:focus\:ring-offset-gray-900:focus{
    --tw-ring-offset-color: #1B1B20;
  }

  .tw .lg\:focus\:ring-offset-gray-950:focus{
    --tw-ring-offset-color: #141417;
  }

  .tw .lg\:focus\:ring-offset-brand-50:focus{
    --tw-ring-offset-color: #7FFFFF;
  }

  .tw .lg\:focus\:ring-offset-brand-100:focus{
    --tw-ring-offset-color: #57E2FF;
  }

  .tw .lg\:focus\:ring-offset-brand-200:focus{
    --tw-ring-offset-color: #20C5FF;
  }

  .tw .lg\:focus\:ring-offset-brand-300:focus{
    --tw-ring-offset-color: #00A7E7;
  }

  .tw .lg\:focus\:ring-offset-brand-400:focus{
    --tw-ring-offset-color: #008BC9;
  }

  .tw .lg\:focus\:ring-offset-brand-500:focus{
    --tw-ring-offset-color: #0070AC;
  }

  .tw .lg\:focus\:ring-offset-brand-600:focus{
    --tw-ring-offset-color: #00568F;
  }

  .tw .lg\:focus\:ring-offset-brand-700:focus{
    --tw-ring-offset-color: #003E74;
  }

  .tw .lg\:focus\:ring-offset-brand-800:focus{
    --tw-ring-offset-color: #002759;
  }

  .tw .lg\:focus\:ring-offset-brand-900:focus{
    --tw-ring-offset-color: #00123F;
  }

  .tw .lg\:focus\:ring-offset-brand:focus{
    --tw-ring-offset-color: #00BEFF;
  }

  .tw .lg\:focus\:ring-offset-brand-base:focus{
    --tw-ring-offset-color: #00BEFF;
  }

  .tw .lg\:focus\:ring-offset-red-50:focus{
    --tw-ring-offset-color: #FFCAC8;
  }

  .tw .lg\:focus\:ring-offset-red-100:focus{
    --tw-ring-offset-color: #FFABAB;
  }

  .tw .lg\:focus\:ring-offset-red-200:focus{
    --tw-ring-offset-color: #FF8E8E;
  }

  .tw .lg\:focus\:ring-offset-red-300:focus{
    --tw-ring-offset-color: #F77073;
  }

  .tw .lg\:focus\:ring-offset-red-400:focus{
    --tw-ring-offset-color: #D75359;
  }

  .tw .lg\:focus\:ring-offset-red-500:focus{
    --tw-ring-offset-color: #B63640;
  }

  .tw .lg\:focus\:ring-offset-red-600:focus{
    --tw-ring-offset-color: #961229;
  }

  .tw .lg\:focus\:ring-offset-red-700:focus{
    --tw-ring-offset-color: #770013;
  }

  .tw .lg\:focus\:ring-offset-red-800:focus{
    --tw-ring-offset-color: #590000;
  }

  .tw .lg\:focus\:ring-offset-red-900:focus{
    --tw-ring-offset-color: #410000;
  }

  .tw .lg\:focus\:ring-offset-red:focus{
    --tw-ring-offset-color: #D35056;
  }

  .tw .lg\:focus\:ring-offset-red-brand:focus{
    --tw-ring-offset-color: #FF4F4F;
  }

  .tw .lg\:focus\:ring-offset-green-50:focus{
    --tw-ring-offset-color: #8DFFCD;
  }

  .tw .lg\:focus\:ring-offset-green-100:focus{
    --tw-ring-offset-color: #6DECB0;
  }

  .tw .lg\:focus\:ring-offset-green-200:focus{
    --tw-ring-offset-color: #4CCE93;
  }

  .tw .lg\:focus\:ring-offset-green-300:focus{
    --tw-ring-offset-color: #24B077;
  }

  .tw .lg\:focus\:ring-offset-green-400:focus{
    --tw-ring-offset-color: #00935D;
  }

  .tw .lg\:focus\:ring-offset-green-500:focus{
    --tw-ring-offset-color: #007744;
  }

  .tw .lg\:focus\:ring-offset-green-600:focus{
    --tw-ring-offset-color: #005B2B;
  }

  .tw .lg\:focus\:ring-offset-green-700:focus{
    --tw-ring-offset-color: #004115;
  }

  .tw .lg\:focus\:ring-offset-green-800:focus{
    --tw-ring-offset-color: #002B00;
  }

  .tw .lg\:focus\:ring-offset-green-900:focus{
    --tw-ring-offset-color: #001B00;
  }

  .tw .lg\:focus\:ring-offset-green:focus{
    --tw-ring-offset-color: #2EB67D;
  }

  .tw .lg\:focus\:ring-offset-yellow-50:focus{
    --tw-ring-offset-color: #FFEB57;
  }

  .tw .lg\:focus\:ring-offset-yellow-100:focus{
    --tw-ring-offset-color: #FFCD37;
  }

  .tw .lg\:focus\:ring-offset-yellow-200:focus{
    --tw-ring-offset-color: #E4B009;
  }

  .tw .lg\:focus\:ring-offset-yellow-300:focus{
    --tw-ring-offset-color: #C39400;
  }

  .tw .lg\:focus\:ring-offset-yellow-400:focus{
    --tw-ring-offset-color: #A37900;
  }

  .tw .lg\:focus\:ring-offset-yellow-500:focus{
    --tw-ring-offset-color: #855F00;
  }

  .tw .lg\:focus\:ring-offset-yellow-600:focus{
    --tw-ring-offset-color: #684600;
  }

  .tw .lg\:focus\:ring-offset-yellow-700:focus{
    --tw-ring-offset-color: #4F2E00;
  }

  .tw .lg\:focus\:ring-offset-yellow-800:focus{
    --tw-ring-offset-color: #3D1600;
  }

  .tw .lg\:focus\:ring-offset-yellow-900:focus{
    --tw-ring-offset-color: #320000;
  }

  .tw .lg\:focus\:ring-offset-yellow:focus{
    --tw-ring-offset-color: #FEC72F;
  }

  .tw .lg\:focus\:ring-offset-purple-50:focus{
    --tw-ring-offset-color: #FFD8FF;
  }

  .tw .lg\:focus\:ring-offset-purple-100:focus{
    --tw-ring-offset-color: #F0BAFF;
  }

  .tw .lg\:focus\:ring-offset-purple-200:focus{
    --tw-ring-offset-color: #D09DFF;
  }

  .tw .lg\:focus\:ring-offset-purple-300:focus{
    --tw-ring-offset-color: #B180FF;
  }

  .tw .lg\:focus\:ring-offset-purple-400:focus{
    --tw-ring-offset-color: #9265E9;
  }

  .tw .lg\:focus\:ring-offset-purple-500:focus{
    --tw-ring-offset-color: #744ACB;
  }

  .tw .lg\:focus\:ring-offset-purple-600:focus{
    --tw-ring-offset-color: #5530AD;
  }

  .tw .lg\:focus\:ring-offset-purple-700:focus{
    --tw-ring-offset-color: #351690;
  }

  .tw .lg\:focus\:ring-offset-purple-800:focus{
    --tw-ring-offset-color: #090074;
  }

  .tw .lg\:focus\:ring-offset-purple-900:focus{
    --tw-ring-offset-color: #000059;
  }

  .tw .lg\:focus\:ring-offset-purple:focus{
    --tw-ring-offset-color: #A878FF;
  }

  .tw .lg\:focus\:ring-offset-orange-50:focus{
    --tw-ring-offset-color: #FFD283;
  }

  .tw .lg\:focus\:ring-offset-orange-100:focus{
    --tw-ring-offset-color: #FFB467;
  }

  .tw .lg\:focus\:ring-offset-orange-200:focus{
    --tw-ring-offset-color: #FF974B;
  }

  .tw .lg\:focus\:ring-offset-orange-300:focus{
    --tw-ring-offset-color: #F07A2F;
  }

  .tw .lg\:focus\:ring-offset-orange-400:focus{
    --tw-ring-offset-color: #CE5F11;
  }

  .tw .lg\:focus\:ring-offset-orange-500:focus{
    --tw-ring-offset-color: #AD4400;
  }

  .tw .lg\:focus\:ring-offset-orange-600:focus{
    --tw-ring-offset-color: #8D2800;
  }

  .tw .lg\:focus\:ring-offset-orange-700:focus{
    --tw-ring-offset-color: #6F0600;
  }

  .tw .lg\:focus\:ring-offset-orange-800:focus{
    --tw-ring-offset-color: #540000;
  }

  .tw .lg\:focus\:ring-offset-orange-900:focus{
    --tw-ring-offset-color: #410000;
  }

  .tw .lg\:focus\:ring-offset-orange:focus{
    --tw-ring-offset-color: #F57F34;
  }

  .tw .lg\:focus\:ring-offset-surface-brand:focus{
    --tw-ring-offset-color: #1A1A1A;
  }

  .tw .lg\:focus\:ring-offset-surface-lower:focus{
    --tw-ring-offset-color: #121314;
  }

  .tw .lg\:focus\:ring-offset-surface-base:focus{
    --tw-ring-offset-color: #1D1E1F;
  }

  .tw .lg\:focus\:ring-offset-surface-low:focus{
    --tw-ring-offset-color: #212124;
  }

  .tw .lg\:focus\:ring-offset-surface-middle:focus{
    --tw-ring-offset-color: #26262A;
  }

  .tw .lg\:focus\:ring-offset-surface-upper:focus{
    --tw-ring-offset-color: #29292E;
  }

  .tw .lg\:focus\:ring-offset-surface-high:focus{
    --tw-ring-offset-color: #343435;
  }

  .tw .lg\:focus\:ring-offset-surface-higher:focus{
    --tw-ring-offset-color: #4A4B4B;
  }

  .tw .lg\:focus\:ring-offset-surface-highest:focus{
    --tw-ring-offset-color: #616162;
  }

  .tw .lg\:focus\:ring-offset-glyph-base:focus{
    --tw-ring-offset-color: #FFFFFF;
  }

  .tw .lg\:focus\:ring-offset-glyph-light:focus{
    --tw-ring-offset-color: #C2C2C2;
  }

  .tw .lg\:focus\:ring-offset-glyph-lighter:focus{
    --tw-ring-offset-color: #969696;
  }

  .tw .lg\:focus\:ring-offset-glyph-lightest:focus{
    --tw-ring-offset-color: #505050;
  }

  .tw .lg\:focus\:ring-offset-link:focus{
    --tw-ring-offset-color: #00BEFF;
  }

  .tw .lg\:focus\:ring-offset-info-error:focus{
    --tw-ring-offset-color: #eb3341;
  }

  .tw .lg\:focus\:ring-offset-info-danger:focus{
    --tw-ring-offset-color: #F77F25;
  }

  .tw .lg\:focus\:ring-offset-info-warn:focus{
    --tw-ring-offset-color: #FFC82F;
  }

  .tw .lg\:focus\:ring-offset-info-ok:focus{
    --tw-ring-offset-color: #00974F;
  }

  .tw .lg\:focus\:ring-offset-info-notice:focus{
    --tw-ring-offset-color: #0180FF;
  }

  .tw .lg\:focus\:ring-offset-accent-1:focus{
    --tw-ring-offset-color: #FF5D69;
  }

  .tw .lg\:focus\:ring-offset-accent-2:focus{
    --tw-ring-offset-color: #07F5AF;
  }

  .tw .lg\:focus\:ring-offset-accent-3:focus{
    --tw-ring-offset-color: #04D372;
  }

  .tw .lg\:focus\:ring-offset-accent-4:focus{
    --tw-ring-offset-color: #8451F5;
  }

  .tw .lg\:filter{
    --tw-blur: var(--tw-empty,/*!*/ /*!*/);
    --tw-brightness: var(--tw-empty,/*!*/ /*!*/);
    --tw-contrast: var(--tw-empty,/*!*/ /*!*/);
    --tw-grayscale: var(--tw-empty,/*!*/ /*!*/);
    --tw-hue-rotate: var(--tw-empty,/*!*/ /*!*/);
    --tw-invert: var(--tw-empty,/*!*/ /*!*/);
    --tw-saturate: var(--tw-empty,/*!*/ /*!*/);
    --tw-sepia: var(--tw-empty,/*!*/ /*!*/);
    --tw-drop-shadow: var(--tw-empty,/*!*/ /*!*/);
    filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
  }

  .tw .lg\:filter-none{
    filter: none;
  }

  .tw .lg\:blur-0{
    --tw-blur: blur(0);
  }

  .tw .lg\:blur-none{
    --tw-blur: blur(0);
  }

  .tw .lg\:blur-sm{
    --tw-blur: blur(4px);
  }

  .tw .lg\:blur{
    --tw-blur: blur(8px);
  }

  .tw .lg\:blur-md{
    --tw-blur: blur(12px);
  }

  .tw .lg\:blur-lg{
    --tw-blur: blur(16px);
  }

  .tw .lg\:blur-xl{
    --tw-blur: blur(24px);
  }

  .tw .lg\:blur-2xl{
    --tw-blur: blur(40px);
  }

  .tw .lg\:blur-3xl{
    --tw-blur: blur(64px);
  }

  .tw .lg\:brightness-0{
    --tw-brightness: brightness(0);
  }

  .tw .lg\:brightness-50{
    --tw-brightness: brightness(.5);
  }

  .tw .lg\:brightness-75{
    --tw-brightness: brightness(.75);
  }

  .tw .lg\:brightness-90{
    --tw-brightness: brightness(.9);
  }

  .tw .lg\:brightness-95{
    --tw-brightness: brightness(.95);
  }

  .tw .lg\:brightness-100{
    --tw-brightness: brightness(1);
  }

  .tw .lg\:brightness-105{
    --tw-brightness: brightness(1.05);
  }

  .tw .lg\:brightness-110{
    --tw-brightness: brightness(1.1);
  }

  .tw .lg\:brightness-125{
    --tw-brightness: brightness(1.25);
  }

  .tw .lg\:brightness-150{
    --tw-brightness: brightness(1.5);
  }

  .tw .lg\:brightness-200{
    --tw-brightness: brightness(2);
  }

  .tw .lg\:contrast-0{
    --tw-contrast: contrast(0);
  }

  .tw .lg\:contrast-50{
    --tw-contrast: contrast(.5);
  }

  .tw .lg\:contrast-75{
    --tw-contrast: contrast(.75);
  }

  .tw .lg\:contrast-100{
    --tw-contrast: contrast(1);
  }

  .tw .lg\:contrast-125{
    --tw-contrast: contrast(1.25);
  }

  .tw .lg\:contrast-150{
    --tw-contrast: contrast(1.5);
  }

  .tw .lg\:contrast-200{
    --tw-contrast: contrast(2);
  }

  .tw .lg\:drop-shadow-sm{
    --tw-drop-shadow: drop-shadow(0 1px 1px rgba(0,0,0,0.05));
  }

  .tw .lg\: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));
  }

  .tw .lg\: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));
  }

  .tw .lg\: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));
  }

  .tw .lg\: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));
  }

  .tw .lg\:drop-shadow-2xl{
    --tw-drop-shadow: drop-shadow(0 25px 25px rgba(0, 0, 0, 0.15));
  }

  .tw .lg\:drop-shadow-none{
    --tw-drop-shadow: drop-shadow(0 0 #0000);
  }

  .tw .lg\:grayscale-0{
    --tw-grayscale: grayscale(0);
  }

  .tw .lg\:grayscale{
    --tw-grayscale: grayscale(100%);
  }

  .tw .lg\:hue-rotate-0{
    --tw-hue-rotate: hue-rotate(0deg);
  }

  .tw .lg\:hue-rotate-15{
    --tw-hue-rotate: hue-rotate(15deg);
  }

  .tw .lg\:hue-rotate-30{
    --tw-hue-rotate: hue-rotate(30deg);
  }

  .tw .lg\:hue-rotate-60{
    --tw-hue-rotate: hue-rotate(60deg);
  }

  .tw .lg\:hue-rotate-90{
    --tw-hue-rotate: hue-rotate(90deg);
  }

  .tw .lg\:hue-rotate-180{
    --tw-hue-rotate: hue-rotate(180deg);
  }

  .tw .lg\:-hue-rotate-180{
    --tw-hue-rotate: hue-rotate(-180deg);
  }

  .tw .lg\:-hue-rotate-90{
    --tw-hue-rotate: hue-rotate(-90deg);
  }

  .tw .lg\:-hue-rotate-60{
    --tw-hue-rotate: hue-rotate(-60deg);
  }

  .tw .lg\:-hue-rotate-30{
    --tw-hue-rotate: hue-rotate(-30deg);
  }

  .tw .lg\:-hue-rotate-15{
    --tw-hue-rotate: hue-rotate(-15deg);
  }

  .tw .lg\:invert-0{
    --tw-invert: invert(0);
  }

  .tw .lg\:invert{
    --tw-invert: invert(100%);
  }

  .tw .lg\:saturate-0{
    --tw-saturate: saturate(0);
  }

  .tw .lg\:saturate-50{
    --tw-saturate: saturate(.5);
  }

  .tw .lg\:saturate-100{
    --tw-saturate: saturate(1);
  }

  .tw .lg\:saturate-150{
    --tw-saturate: saturate(1.5);
  }

  .tw .lg\:saturate-200{
    --tw-saturate: saturate(2);
  }

  .tw .lg\:sepia-0{
    --tw-sepia: sepia(0);
  }

  .tw .lg\:sepia{
    --tw-sepia: sepia(100%);
  }

  .tw .lg\: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);
  }

  .tw .lg\:backdrop-filter-none{
    -webkit-backdrop-filter: none;
            backdrop-filter: none;
  }

  .tw .lg\:backdrop-blur-0{
    --tw-backdrop-blur: blur(0);
  }

  .tw .lg\:backdrop-blur-none{
    --tw-backdrop-blur: blur(0);
  }

  .tw .lg\:backdrop-blur-sm{
    --tw-backdrop-blur: blur(4px);
  }

  .tw .lg\:backdrop-blur{
    --tw-backdrop-blur: blur(8px);
  }

  .tw .lg\:backdrop-blur-md{
    --tw-backdrop-blur: blur(12px);
  }

  .tw .lg\:backdrop-blur-lg{
    --tw-backdrop-blur: blur(16px);
  }

  .tw .lg\:backdrop-blur-xl{
    --tw-backdrop-blur: blur(24px);
  }

  .tw .lg\:backdrop-blur-2xl{
    --tw-backdrop-blur: blur(40px);
  }

  .tw .lg\:backdrop-blur-3xl{
    --tw-backdrop-blur: blur(64px);
  }

  .tw .lg\:backdrop-brightness-0{
    --tw-backdrop-brightness: brightness(0);
  }

  .tw .lg\:backdrop-brightness-50{
    --tw-backdrop-brightness: brightness(.5);
  }

  .tw .lg\:backdrop-brightness-75{
    --tw-backdrop-brightness: brightness(.75);
  }

  .tw .lg\:backdrop-brightness-90{
    --tw-backdrop-brightness: brightness(.9);
  }

  .tw .lg\:backdrop-brightness-95{
    --tw-backdrop-brightness: brightness(.95);
  }

  .tw .lg\:backdrop-brightness-100{
    --tw-backdrop-brightness: brightness(1);
  }

  .tw .lg\:backdrop-brightness-105{
    --tw-backdrop-brightness: brightness(1.05);
  }

  .tw .lg\:backdrop-brightness-110{
    --tw-backdrop-brightness: brightness(1.1);
  }

  .tw .lg\:backdrop-brightness-125{
    --tw-backdrop-brightness: brightness(1.25);
  }

  .tw .lg\:backdrop-brightness-150{
    --tw-backdrop-brightness: brightness(1.5);
  }

  .tw .lg\:backdrop-brightness-200{
    --tw-backdrop-brightness: brightness(2);
  }

  .tw .lg\:backdrop-contrast-0{
    --tw-backdrop-contrast: contrast(0);
  }

  .tw .lg\:backdrop-contrast-50{
    --tw-backdrop-contrast: contrast(.5);
  }

  .tw .lg\:backdrop-contrast-75{
    --tw-backdrop-contrast: contrast(.75);
  }

  .tw .lg\:backdrop-contrast-100{
    --tw-backdrop-contrast: contrast(1);
  }

  .tw .lg\:backdrop-contrast-125{
    --tw-backdrop-contrast: contrast(1.25);
  }

  .tw .lg\:backdrop-contrast-150{
    --tw-backdrop-contrast: contrast(1.5);
  }

  .tw .lg\:backdrop-contrast-200{
    --tw-backdrop-contrast: contrast(2);
  }

  .tw .lg\:backdrop-grayscale-0{
    --tw-backdrop-grayscale: grayscale(0);
  }

  .tw .lg\:backdrop-grayscale{
    --tw-backdrop-grayscale: grayscale(100%);
  }

  .tw .lg\:backdrop-hue-rotate-0{
    --tw-backdrop-hue-rotate: hue-rotate(0deg);
  }

  .tw .lg\:backdrop-hue-rotate-15{
    --tw-backdrop-hue-rotate: hue-rotate(15deg);
  }

  .tw .lg\:backdrop-hue-rotate-30{
    --tw-backdrop-hue-rotate: hue-rotate(30deg);
  }

  .tw .lg\:backdrop-hue-rotate-60{
    --tw-backdrop-hue-rotate: hue-rotate(60deg);
  }

  .tw .lg\:backdrop-hue-rotate-90{
    --tw-backdrop-hue-rotate: hue-rotate(90deg);
  }

  .tw .lg\:backdrop-hue-rotate-180{
    --tw-backdrop-hue-rotate: hue-rotate(180deg);
  }

  .tw .lg\:-backdrop-hue-rotate-180{
    --tw-backdrop-hue-rotate: hue-rotate(-180deg);
  }

  .tw .lg\:-backdrop-hue-rotate-90{
    --tw-backdrop-hue-rotate: hue-rotate(-90deg);
  }

  .tw .lg\:-backdrop-hue-rotate-60{
    --tw-backdrop-hue-rotate: hue-rotate(-60deg);
  }

  .tw .lg\:-backdrop-hue-rotate-30{
    --tw-backdrop-hue-rotate: hue-rotate(-30deg);
  }

  .tw .lg\:-backdrop-hue-rotate-15{
    --tw-backdrop-hue-rotate: hue-rotate(-15deg);
  }

  .tw .lg\:backdrop-invert-0{
    --tw-backdrop-invert: invert(0);
  }

  .tw .lg\:backdrop-invert{
    --tw-backdrop-invert: invert(100%);
  }

  .tw .lg\:backdrop-opacity-0{
    --tw-backdrop-opacity: opacity(0);
  }

  .tw .lg\:backdrop-opacity-5{
    --tw-backdrop-opacity: opacity(0.05);
  }

  .tw .lg\:backdrop-opacity-10{
    --tw-backdrop-opacity: opacity(0.1);
  }

  .tw .lg\:backdrop-opacity-15{
    --tw-backdrop-opacity: opacity(0.15);
  }

  .tw .lg\:backdrop-opacity-20{
    --tw-backdrop-opacity: opacity(0.2);
  }

  .tw .lg\:backdrop-opacity-25{
    --tw-backdrop-opacity: opacity(0.25);
  }

  .tw .lg\:backdrop-opacity-30{
    --tw-backdrop-opacity: opacity(0.3);
  }

  .tw .lg\:backdrop-opacity-40{
    --tw-backdrop-opacity: opacity(0.4);
  }

  .tw .lg\:backdrop-opacity-50{
    --tw-backdrop-opacity: opacity(0.5);
  }

  .tw .lg\:backdrop-opacity-60{
    --tw-backdrop-opacity: opacity(0.6);
  }

  .tw .lg\:backdrop-opacity-70{
    --tw-backdrop-opacity: opacity(0.7);
  }

  .tw .lg\:backdrop-opacity-75{
    --tw-backdrop-opacity: opacity(0.75);
  }

  .tw .lg\:backdrop-opacity-80{
    --tw-backdrop-opacity: opacity(0.8);
  }

  .tw .lg\:backdrop-opacity-90{
    --tw-backdrop-opacity: opacity(0.9);
  }

  .tw .lg\:backdrop-opacity-95{
    --tw-backdrop-opacity: opacity(0.95);
  }

  .tw .lg\:backdrop-opacity-100{
    --tw-backdrop-opacity: opacity(1);
  }

  .tw .lg\:backdrop-saturate-0{
    --tw-backdrop-saturate: saturate(0);
  }

  .tw .lg\:backdrop-saturate-50{
    --tw-backdrop-saturate: saturate(.5);
  }

  .tw .lg\:backdrop-saturate-100{
    --tw-backdrop-saturate: saturate(1);
  }

  .tw .lg\:backdrop-saturate-150{
    --tw-backdrop-saturate: saturate(1.5);
  }

  .tw .lg\:backdrop-saturate-200{
    --tw-backdrop-saturate: saturate(2);
  }

  .tw .lg\:backdrop-sepia-0{
    --tw-backdrop-sepia: sepia(0);
  }

  .tw .lg\:backdrop-sepia{
    --tw-backdrop-sepia: sepia(100%);
  }

  .tw .lg\:transition-none{
    transition-property: none;
  }

  .tw .lg\:transition-all{
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }

  .tw .lg\:transition{
    transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
    transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
    transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }

  .tw .lg\:transition-colors{
    transition-property: background-color, border-color, color, fill, stroke;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }

  .tw .lg\:transition-opacity{
    transition-property: opacity;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }

  .tw .lg\:transition-shadow{
    transition-property: box-shadow;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }

  .tw .lg\:transition-transform{
    transition-property: transform;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }

  .tw .lg\:delay-75{
    transition-delay: 75ms;
  }

  .tw .lg\:delay-100{
    transition-delay: 100ms;
  }

  .tw .lg\:delay-150{
    transition-delay: 150ms;
  }

  .tw .lg\:delay-200{
    transition-delay: 200ms;
  }

  .tw .lg\:delay-300{
    transition-delay: 300ms;
  }

  .tw .lg\:delay-500{
    transition-delay: 500ms;
  }

  .tw .lg\:delay-700{
    transition-delay: 700ms;
  }

  .tw .lg\:delay-1000{
    transition-delay: 1000ms;
  }

  .tw .lg\:duration-75{
    transition-duration: 75ms;
  }

  .tw .lg\:duration-100{
    transition-duration: 100ms;
  }

  .tw .lg\:duration-150{
    transition-duration: 150ms;
  }

  .tw .lg\:duration-200{
    transition-duration: 200ms;
  }

  .tw .lg\:duration-300{
    transition-duration: 300ms;
  }

  .tw .lg\:duration-500{
    transition-duration: 500ms;
  }

  .tw .lg\:duration-700{
    transition-duration: 700ms;
  }

  .tw .lg\:duration-1000{
    transition-duration: 1000ms;
  }

  .tw .lg\:ease-linear{
    transition-timing-function: linear;
  }

  .tw .lg\:ease-in{
    transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
  }

  .tw .lg\:ease-out{
    transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
  }

  .tw .lg\:ease-in-out{
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  }

  .tw .lg\:ease-in-out-back{
    transition-timing-function: cubic-bezier(0.68, -0.6, 0.32, 1.6);
  }

  .tw .lg\:ease-in-back{
    transition-timing-function: cubic-bezier(0.36, 0, 0.66, -0.56);
  }

  .tw .lg\:ease-out-back{
    transition-timing-function: cubic-bezier(0.34, 1.56, 0.64, 1);
  }

  .tw .lg\:spacing-x-1px > :not(:last-child){
    margin-right: 1px;
  }

  .tw .lg\:spacing-y-1px > :not(:last-child){
    margin-bottom: 1px;
  }

  .tw .lg\:-spacing-x-1px > :not(:last-child){
    margin-right: -1px;
  }

  .tw .lg\:-spacing-y-1px > :not(:last-child){
    margin-bottom: -1px;
  }

  .tw .lg\:spacing-x-2px > :not(:last-child){
    margin-right: 2px;
  }

  .tw .lg\:spacing-y-2px > :not(:last-child){
    margin-bottom: 2px;
  }

  .tw .lg\:-spacing-x-2px > :not(:last-child){
    margin-right: -2px;
  }

  .tw .lg\:-spacing-y-2px > :not(:last-child){
    margin-bottom: -2px;
  }

  .tw .lg\:spacing-x-3px > :not(:last-child){
    margin-right: 3px;
  }

  .tw .lg\:spacing-y-3px > :not(:last-child){
    margin-bottom: 3px;
  }

  .tw .lg\:-spacing-x-3px > :not(:last-child){
    margin-right: -3px;
  }

  .tw .lg\:-spacing-y-3px > :not(:last-child){
    margin-bottom: -3px;
  }

  .tw .lg\:spacing-x-4px > :not(:last-child){
    margin-right: 4px;
  }

  .tw .lg\:spacing-y-4px > :not(:last-child){
    margin-bottom: 4px;
  }

  .tw .lg\:-spacing-x-4px > :not(:last-child){
    margin-right: -4px;
  }

  .tw .lg\:-spacing-y-4px > :not(:last-child){
    margin-bottom: -4px;
  }

  .tw .lg\:spacing-x-5px > :not(:last-child){
    margin-right: 5px;
  }

  .tw .lg\:spacing-y-5px > :not(:last-child){
    margin-bottom: 5px;
  }

  .tw .lg\:-spacing-x-5px > :not(:last-child){
    margin-right: -5px;
  }

  .tw .lg\:-spacing-y-5px > :not(:last-child){
    margin-bottom: -5px;
  }

  .tw .lg\:spacing-x-6px > :not(:last-child){
    margin-right: 6px;
  }

  .tw .lg\:spacing-y-6px > :not(:last-child){
    margin-bottom: 6px;
  }

  .tw .lg\:-spacing-x-6px > :not(:last-child){
    margin-right: -6px;
  }

  .tw .lg\:-spacing-y-6px > :not(:last-child){
    margin-bottom: -6px;
  }

  .tw .lg\:spacing-x-7px > :not(:last-child){
    margin-right: 7px;
  }

  .tw .lg\:spacing-y-7px > :not(:last-child){
    margin-bottom: 7px;
  }

  .tw .lg\:-spacing-x-7px > :not(:last-child){
    margin-right: -7px;
  }

  .tw .lg\:-spacing-y-7px > :not(:last-child){
    margin-bottom: -7px;
  }

  .tw .lg\:spacing-x-8px > :not(:last-child){
    margin-right: 8px;
  }

  .tw .lg\:spacing-y-8px > :not(:last-child){
    margin-bottom: 8px;
  }

  .tw .lg\:-spacing-x-8px > :not(:last-child){
    margin-right: -8px;
  }

  .tw .lg\:-spacing-y-8px > :not(:last-child){
    margin-bottom: -8px;
  }

  .tw .lg\:spacing-x-9px > :not(:last-child){
    margin-right: 9px;
  }

  .tw .lg\:spacing-y-9px > :not(:last-child){
    margin-bottom: 9px;
  }

  .tw .lg\:-spacing-x-9px > :not(:last-child){
    margin-right: -9px;
  }

  .tw .lg\:-spacing-y-9px > :not(:last-child){
    margin-bottom: -9px;
  }

  .tw .lg\:spacing-x-10px > :not(:last-child){
    margin-right: 10px;
  }

  .tw .lg\:spacing-y-10px > :not(:last-child){
    margin-bottom: 10px;
  }

  .tw .lg\:-spacing-x-10px > :not(:last-child){
    margin-right: -10px;
  }

  .tw .lg\:-spacing-y-10px > :not(:last-child){
    margin-bottom: -10px;
  }

  .tw .lg\:spacing-x-11px > :not(:last-child){
    margin-right: 11px;
  }

  .tw .lg\:spacing-y-11px > :not(:last-child){
    margin-bottom: 11px;
  }

  .tw .lg\:-spacing-x-11px > :not(:last-child){
    margin-right: -11px;
  }

  .tw .lg\:-spacing-y-11px > :not(:last-child){
    margin-bottom: -11px;
  }

  .tw .lg\:spacing-x-12px > :not(:last-child){
    margin-right: 12px;
  }

  .tw .lg\:spacing-y-12px > :not(:last-child){
    margin-bottom: 12px;
  }

  .tw .lg\:-spacing-x-12px > :not(:last-child){
    margin-right: -12px;
  }

  .tw .lg\:-spacing-y-12px > :not(:last-child){
    margin-bottom: -12px;
  }

  .tw .lg\:spacing-x-13px > :not(:last-child){
    margin-right: 13px;
  }

  .tw .lg\:spacing-y-13px > :not(:last-child){
    margin-bottom: 13px;
  }

  .tw .lg\:-spacing-x-13px > :not(:last-child){
    margin-right: -13px;
  }

  .tw .lg\:-spacing-y-13px > :not(:last-child){
    margin-bottom: -13px;
  }

  .tw .lg\:spacing-x-14px > :not(:last-child){
    margin-right: 14px;
  }

  .tw .lg\:spacing-y-14px > :not(:last-child){
    margin-bottom: 14px;
  }

  .tw .lg\:-spacing-x-14px > :not(:last-child){
    margin-right: -14px;
  }

  .tw .lg\:-spacing-y-14px > :not(:last-child){
    margin-bottom: -14px;
  }

  .tw .lg\:spacing-x-15px > :not(:last-child){
    margin-right: 15px;
  }

  .tw .lg\:spacing-y-15px > :not(:last-child){
    margin-bottom: 15px;
  }

  .tw .lg\:-spacing-x-15px > :not(:last-child){
    margin-right: -15px;
  }

  .tw .lg\:-spacing-y-15px > :not(:last-child){
    margin-bottom: -15px;
  }

  .tw .lg\:spacing-x-16px > :not(:last-child){
    margin-right: 16px;
  }

  .tw .lg\:spacing-y-16px > :not(:last-child){
    margin-bottom: 16px;
  }

  .tw .lg\:-spacing-x-16px > :not(:last-child){
    margin-right: -16px;
  }

  .tw .lg\:-spacing-y-16px > :not(:last-child){
    margin-bottom: -16px;
  }

  .tw .lg\:spacing-x-17px > :not(:last-child){
    margin-right: 17px;
  }

  .tw .lg\:spacing-y-17px > :not(:last-child){
    margin-bottom: 17px;
  }

  .tw .lg\:-spacing-x-17px > :not(:last-child){
    margin-right: -17px;
  }

  .tw .lg\:-spacing-y-17px > :not(:last-child){
    margin-bottom: -17px;
  }

  .tw .lg\:spacing-x-18px > :not(:last-child){
    margin-right: 18px;
  }

  .tw .lg\:spacing-y-18px > :not(:last-child){
    margin-bottom: 18px;
  }

  .tw .lg\:-spacing-x-18px > :not(:last-child){
    margin-right: -18px;
  }

  .tw .lg\:-spacing-y-18px > :not(:last-child){
    margin-bottom: -18px;
  }

  .tw .lg\:spacing-x-19px > :not(:last-child){
    margin-right: 19px;
  }

  .tw .lg\:spacing-y-19px > :not(:last-child){
    margin-bottom: 19px;
  }

  .tw .lg\:-spacing-x-19px > :not(:last-child){
    margin-right: -19px;
  }

  .tw .lg\:-spacing-y-19px > :not(:last-child){
    margin-bottom: -19px;
  }

  .tw .lg\:spacing-x-20px > :not(:last-child){
    margin-right: 20px;
  }

  .tw .lg\:spacing-y-20px > :not(:last-child){
    margin-bottom: 20px;
  }

  .tw .lg\:-spacing-x-20px > :not(:last-child){
    margin-right: -20px;
  }

  .tw .lg\:-spacing-y-20px > :not(:last-child){
    margin-bottom: -20px;
  }

  .tw .lg\:spacing-x-21px > :not(:last-child){
    margin-right: 21px;
  }

  .tw .lg\:spacing-y-21px > :not(:last-child){
    margin-bottom: 21px;
  }

  .tw .lg\:-spacing-x-21px > :not(:last-child){
    margin-right: -21px;
  }

  .tw .lg\:-spacing-y-21px > :not(:last-child){
    margin-bottom: -21px;
  }

  .tw .lg\:spacing-x-22px > :not(:last-child){
    margin-right: 22px;
  }

  .tw .lg\:spacing-y-22px > :not(:last-child){
    margin-bottom: 22px;
  }

  .tw .lg\:-spacing-x-22px > :not(:last-child){
    margin-right: -22px;
  }

  .tw .lg\:-spacing-y-22px > :not(:last-child){
    margin-bottom: -22px;
  }

  .tw .lg\:spacing-x-23px > :not(:last-child){
    margin-right: 23px;
  }

  .tw .lg\:spacing-y-23px > :not(:last-child){
    margin-bottom: 23px;
  }

  .tw .lg\:-spacing-x-23px > :not(:last-child){
    margin-right: -23px;
  }

  .tw .lg\:-spacing-y-23px > :not(:last-child){
    margin-bottom: -23px;
  }

  .tw .lg\:spacing-x-24px > :not(:last-child){
    margin-right: 24px;
  }

  .tw .lg\:spacing-y-24px > :not(:last-child){
    margin-bottom: 24px;
  }

  .tw .lg\:-spacing-x-24px > :not(:last-child){
    margin-right: -24px;
  }

  .tw .lg\:-spacing-y-24px > :not(:last-child){
    margin-bottom: -24px;
  }

  .tw .lg\:spacing-x-25px > :not(:last-child){
    margin-right: 25px;
  }

  .tw .lg\:spacing-y-25px > :not(:last-child){
    margin-bottom: 25px;
  }

  .tw .lg\:-spacing-x-25px > :not(:last-child){
    margin-right: -25px;
  }

  .tw .lg\:-spacing-y-25px > :not(:last-child){
    margin-bottom: -25px;
  }

  .tw .lg\:spacing-x-26px > :not(:last-child){
    margin-right: 26px;
  }

  .tw .lg\:spacing-y-26px > :not(:last-child){
    margin-bottom: 26px;
  }

  .tw .lg\:-spacing-x-26px > :not(:last-child){
    margin-right: -26px;
  }

  .tw .lg\:-spacing-y-26px > :not(:last-child){
    margin-bottom: -26px;
  }

  .tw .lg\:spacing-x-27px > :not(:last-child){
    margin-right: 27px;
  }

  .tw .lg\:spacing-y-27px > :not(:last-child){
    margin-bottom: 27px;
  }

  .tw .lg\:-spacing-x-27px > :not(:last-child){
    margin-right: -27px;
  }

  .tw .lg\:-spacing-y-27px > :not(:last-child){
    margin-bottom: -27px;
  }

  .tw .lg\:spacing-x-28px > :not(:last-child){
    margin-right: 28px;
  }

  .tw .lg\:spacing-y-28px > :not(:last-child){
    margin-bottom: 28px;
  }

  .tw .lg\:-spacing-x-28px > :not(:last-child){
    margin-right: -28px;
  }

  .tw .lg\:-spacing-y-28px > :not(:last-child){
    margin-bottom: -28px;
  }

  .tw .lg\:spacing-x-29px > :not(:last-child){
    margin-right: 29px;
  }

  .tw .lg\:spacing-y-29px > :not(:last-child){
    margin-bottom: 29px;
  }

  .tw .lg\:-spacing-x-29px > :not(:last-child){
    margin-right: -29px;
  }

  .tw .lg\:-spacing-y-29px > :not(:last-child){
    margin-bottom: -29px;
  }

  .tw .lg\:spacing-x-30px > :not(:last-child){
    margin-right: 30px;
  }

  .tw .lg\:spacing-y-30px > :not(:last-child){
    margin-bottom: 30px;
  }

  .tw .lg\:-spacing-x-30px > :not(:last-child){
    margin-right: -30px;
  }

  .tw .lg\:-spacing-y-30px > :not(:last-child){
    margin-bottom: -30px;
  }

  .tw .lg\:spacing-x-31px > :not(:last-child){
    margin-right: 31px;
  }

  .tw .lg\:spacing-y-31px > :not(:last-child){
    margin-bottom: 31px;
  }

  .tw .lg\:-spacing-x-31px > :not(:last-child){
    margin-right: -31px;
  }

  .tw .lg\:-spacing-y-31px > :not(:last-child){
    margin-bottom: -31px;
  }

  .tw .lg\:spacing-x-32px > :not(:last-child){
    margin-right: 32px;
  }

  .tw .lg\:spacing-y-32px > :not(:last-child){
    margin-bottom: 32px;
  }

  .tw .lg\:-spacing-x-32px > :not(:last-child){
    margin-right: -32px;
  }

  .tw .lg\:-spacing-y-32px > :not(:last-child){
    margin-bottom: -32px;
  }

  .tw .lg\:spacing-x-33px > :not(:last-child){
    margin-right: 33px;
  }

  .tw .lg\:spacing-y-33px > :not(:last-child){
    margin-bottom: 33px;
  }

  .tw .lg\:-spacing-x-33px > :not(:last-child){
    margin-right: -33px;
  }

  .tw .lg\:-spacing-y-33px > :not(:last-child){
    margin-bottom: -33px;
  }

  .tw .lg\:spacing-x-34px > :not(:last-child){
    margin-right: 34px;
  }

  .tw .lg\:spacing-y-34px > :not(:last-child){
    margin-bottom: 34px;
  }

  .tw .lg\:-spacing-x-34px > :not(:last-child){
    margin-right: -34px;
  }

  .tw .lg\:-spacing-y-34px > :not(:last-child){
    margin-bottom: -34px;
  }

  .tw .lg\:spacing-x-35px > :not(:last-child){
    margin-right: 35px;
  }

  .tw .lg\:spacing-y-35px > :not(:last-child){
    margin-bottom: 35px;
  }

  .tw .lg\:-spacing-x-35px > :not(:last-child){
    margin-right: -35px;
  }

  .tw .lg\:-spacing-y-35px > :not(:last-child){
    margin-bottom: -35px;
  }

  .tw .lg\:spacing-x-36px > :not(:last-child){
    margin-right: 36px;
  }

  .tw .lg\:spacing-y-36px > :not(:last-child){
    margin-bottom: 36px;
  }

  .tw .lg\:-spacing-x-36px > :not(:last-child){
    margin-right: -36px;
  }

  .tw .lg\:-spacing-y-36px > :not(:last-child){
    margin-bottom: -36px;
  }

  .tw .lg\:spacing-x-37px > :not(:last-child){
    margin-right: 37px;
  }

  .tw .lg\:spacing-y-37px > :not(:last-child){
    margin-bottom: 37px;
  }

  .tw .lg\:-spacing-x-37px > :not(:last-child){
    margin-right: -37px;
  }

  .tw .lg\:-spacing-y-37px > :not(:last-child){
    margin-bottom: -37px;
  }

  .tw .lg\:spacing-x-38px > :not(:last-child){
    margin-right: 38px;
  }

  .tw .lg\:spacing-y-38px > :not(:last-child){
    margin-bottom: 38px;
  }

  .tw .lg\:-spacing-x-38px > :not(:last-child){
    margin-right: -38px;
  }

  .tw .lg\:-spacing-y-38px > :not(:last-child){
    margin-bottom: -38px;
  }

  .tw .lg\:spacing-x-39px > :not(:last-child){
    margin-right: 39px;
  }

  .tw .lg\:spacing-y-39px > :not(:last-child){
    margin-bottom: 39px;
  }

  .tw .lg\:-spacing-x-39px > :not(:last-child){
    margin-right: -39px;
  }

  .tw .lg\:-spacing-y-39px > :not(:last-child){
    margin-bottom: -39px;
  }

  .tw .lg\:spacing-x-40px > :not(:last-child){
    margin-right: 40px;
  }

  .tw .lg\:spacing-y-40px > :not(:last-child){
    margin-bottom: 40px;
  }

  .tw .lg\:-spacing-x-40px > :not(:last-child){
    margin-right: -40px;
  }

  .tw .lg\:-spacing-y-40px > :not(:last-child){
    margin-bottom: -40px;
  }

  .tw .lg\:spacing-x-0 > :not(:last-child){
    margin-right: 0px;
  }

  .tw .lg\:spacing-y-0 > :not(:last-child){
    margin-bottom: 0px;
  }

  .tw .lg\:-spacing-x-0 > :not(:last-child){
    margin-right: -0px;
  }

  .tw .lg\:-spacing-y-0 > :not(:last-child){
    margin-bottom: -0px;
  }

  .tw .lg\:spacing-x-1 > :not(:last-child){
    margin-right: 5px;
  }

  .tw .lg\:spacing-y-1 > :not(:last-child){
    margin-bottom: 5px;
  }

  .tw .lg\:-spacing-x-1 > :not(:last-child){
    margin-right: -5px;
  }

  .tw .lg\:-spacing-y-1 > :not(:last-child){
    margin-bottom: -5px;
  }

  .tw .lg\:spacing-x-2 > :not(:last-child){
    margin-right: 10px;
  }

  .tw .lg\:spacing-y-2 > :not(:last-child){
    margin-bottom: 10px;
  }

  .tw .lg\:-spacing-x-2 > :not(:last-child){
    margin-right: -10px;
  }

  .tw .lg\:-spacing-y-2 > :not(:last-child){
    margin-bottom: -10px;
  }

  .tw .lg\:spacing-x-3 > :not(:last-child){
    margin-right: 15px;
  }

  .tw .lg\:spacing-y-3 > :not(:last-child){
    margin-bottom: 15px;
  }

  .tw .lg\:-spacing-x-3 > :not(:last-child){
    margin-right: -15px;
  }

  .tw .lg\:-spacing-y-3 > :not(:last-child){
    margin-bottom: -15px;
  }

  .tw .lg\:spacing-x-4 > :not(:last-child){
    margin-right: 20px;
  }

  .tw .lg\:spacing-y-4 > :not(:last-child){
    margin-bottom: 20px;
  }

  .tw .lg\:-spacing-x-4 > :not(:last-child){
    margin-right: -20px;
  }

  .tw .lg\:-spacing-y-4 > :not(:last-child){
    margin-bottom: -20px;
  }

  .tw .lg\:spacing-x-5 > :not(:last-child){
    margin-right: 25px;
  }

  .tw .lg\:spacing-y-5 > :not(:last-child){
    margin-bottom: 25px;
  }

  .tw .lg\:-spacing-x-5 > :not(:last-child){
    margin-right: -25px;
  }

  .tw .lg\:-spacing-y-5 > :not(:last-child){
    margin-bottom: -25px;
  }

  .tw .lg\:spacing-x-6 > :not(:last-child){
    margin-right: 30px;
  }

  .tw .lg\:spacing-y-6 > :not(:last-child){
    margin-bottom: 30px;
  }

  .tw .lg\:-spacing-x-6 > :not(:last-child){
    margin-right: -30px;
  }

  .tw .lg\:-spacing-y-6 > :not(:last-child){
    margin-bottom: -30px;
  }

  .tw .lg\:spacing-x-7 > :not(:last-child){
    margin-right: 35px;
  }

  .tw .lg\:spacing-y-7 > :not(:last-child){
    margin-bottom: 35px;
  }

  .tw .lg\:-spacing-x-7 > :not(:last-child){
    margin-right: -35px;
  }

  .tw .lg\:-spacing-y-7 > :not(:last-child){
    margin-bottom: -35px;
  }

  .tw .lg\:spacing-x-8 > :not(:last-child){
    margin-right: 40px;
  }

  .tw .lg\:spacing-y-8 > :not(:last-child){
    margin-bottom: 40px;
  }

  .tw .lg\:-spacing-x-8 > :not(:last-child){
    margin-right: -40px;
  }

  .tw .lg\:-spacing-y-8 > :not(:last-child){
    margin-bottom: -40px;
  }

  .tw .lg\:spacing-x-9 > :not(:last-child){
    margin-right: 45px;
  }

  .tw .lg\:spacing-y-9 > :not(:last-child){
    margin-bottom: 45px;
  }

  .tw .lg\:-spacing-x-9 > :not(:last-child){
    margin-right: -45px;
  }

  .tw .lg\:-spacing-y-9 > :not(:last-child){
    margin-bottom: -45px;
  }

  .tw .lg\:spacing-x-10 > :not(:last-child){
    margin-right: 50px;
  }

  .tw .lg\:spacing-y-10 > :not(:last-child){
    margin-bottom: 50px;
  }

  .tw .lg\:-spacing-x-10 > :not(:last-child){
    margin-right: -50px;
  }

  .tw .lg\:-spacing-y-10 > :not(:last-child){
    margin-bottom: -50px;
  }

  .tw .lg\:spacing-x-11 > :not(:last-child){
    margin-right: 55px;
  }

  .tw .lg\:spacing-y-11 > :not(:last-child){
    margin-bottom: 55px;
  }

  .tw .lg\:-spacing-x-11 > :not(:last-child){
    margin-right: -55px;
  }

  .tw .lg\:-spacing-y-11 > :not(:last-child){
    margin-bottom: -55px;
  }

  .tw .lg\:spacing-x-12 > :not(:last-child){
    margin-right: 60px;
  }

  .tw .lg\:spacing-y-12 > :not(:last-child){
    margin-bottom: 60px;
  }

  .tw .lg\:-spacing-x-12 > :not(:last-child){
    margin-right: -60px;
  }

  .tw .lg\:-spacing-y-12 > :not(:last-child){
    margin-bottom: -60px;
  }

  .tw .lg\:spacing-x-13 > :not(:last-child){
    margin-right: 65px;
  }

  .tw .lg\:spacing-y-13 > :not(:last-child){
    margin-bottom: 65px;
  }

  .tw .lg\:-spacing-x-13 > :not(:last-child){
    margin-right: -65px;
  }

  .tw .lg\:-spacing-y-13 > :not(:last-child){
    margin-bottom: -65px;
  }

  .tw .lg\:spacing-x-14 > :not(:last-child){
    margin-right: 70px;
  }

  .tw .lg\:spacing-y-14 > :not(:last-child){
    margin-bottom: 70px;
  }

  .tw .lg\:-spacing-x-14 > :not(:last-child){
    margin-right: -70px;
  }

  .tw .lg\:-spacing-y-14 > :not(:last-child){
    margin-bottom: -70px;
  }

  .tw .lg\:spacing-x-15 > :not(:last-child){
    margin-right: 75px;
  }

  .tw .lg\:spacing-y-15 > :not(:last-child){
    margin-bottom: 75px;
  }

  .tw .lg\:-spacing-x-15 > :not(:last-child){
    margin-right: -75px;
  }

  .tw .lg\:-spacing-y-15 > :not(:last-child){
    margin-bottom: -75px;
  }

  .tw .lg\:spacing-x-16 > :not(:last-child){
    margin-right: 80px;
  }

  .tw .lg\:spacing-y-16 > :not(:last-child){
    margin-bottom: 80px;
  }

  .tw .lg\:-spacing-x-16 > :not(:last-child){
    margin-right: -80px;
  }

  .tw .lg\:-spacing-y-16 > :not(:last-child){
    margin-bottom: -80px;
  }

  .tw .lg\:spacing-x-17 > :not(:last-child){
    margin-right: 85px;
  }

  .tw .lg\:spacing-y-17 > :not(:last-child){
    margin-bottom: 85px;
  }

  .tw .lg\:-spacing-x-17 > :not(:last-child){
    margin-right: -85px;
  }

  .tw .lg\:-spacing-y-17 > :not(:last-child){
    margin-bottom: -85px;
  }

  .tw .lg\:spacing-x-18 > :not(:last-child){
    margin-right: 90px;
  }

  .tw .lg\:spacing-y-18 > :not(:last-child){
    margin-bottom: 90px;
  }

  .tw .lg\:-spacing-x-18 > :not(:last-child){
    margin-right: -90px;
  }

  .tw .lg\:-spacing-y-18 > :not(:last-child){
    margin-bottom: -90px;
  }

  .tw .lg\:spacing-x-19 > :not(:last-child){
    margin-right: 95px;
  }

  .tw .lg\:spacing-y-19 > :not(:last-child){
    margin-bottom: 95px;
  }

  .tw .lg\:-spacing-x-19 > :not(:last-child){
    margin-right: -95px;
  }

  .tw .lg\:-spacing-y-19 > :not(:last-child){
    margin-bottom: -95px;
  }

  .tw .lg\:spacing-x-20 > :not(:last-child){
    margin-right: 100px;
  }

  .tw .lg\:spacing-y-20 > :not(:last-child){
    margin-bottom: 100px;
  }

  .tw .lg\:-spacing-x-20 > :not(:last-child){
    margin-right: -100px;
  }

  .tw .lg\:-spacing-y-20 > :not(:last-child){
    margin-bottom: -100px;
  }

  .tw .lg\:spacing-x-21 > :not(:last-child){
    margin-right: 105px;
  }

  .tw .lg\:spacing-y-21 > :not(:last-child){
    margin-bottom: 105px;
  }

  .tw .lg\:-spacing-x-21 > :not(:last-child){
    margin-right: -105px;
  }

  .tw .lg\:-spacing-y-21 > :not(:last-child){
    margin-bottom: -105px;
  }

  .tw .lg\:spacing-x-22 > :not(:last-child){
    margin-right: 110px;
  }

  .tw .lg\:spacing-y-22 > :not(:last-child){
    margin-bottom: 110px;
  }

  .tw .lg\:-spacing-x-22 > :not(:last-child){
    margin-right: -110px;
  }

  .tw .lg\:-spacing-y-22 > :not(:last-child){
    margin-bottom: -110px;
  }

  .tw .lg\:spacing-x-23 > :not(:last-child){
    margin-right: 115px;
  }

  .tw .lg\:spacing-y-23 > :not(:last-child){
    margin-bottom: 115px;
  }

  .tw .lg\:-spacing-x-23 > :not(:last-child){
    margin-right: -115px;
  }

  .tw .lg\:-spacing-y-23 > :not(:last-child){
    margin-bottom: -115px;
  }

  .tw .lg\:spacing-x-24 > :not(:last-child){
    margin-right: 120px;
  }

  .tw .lg\:spacing-y-24 > :not(:last-child){
    margin-bottom: 120px;
  }

  .tw .lg\:-spacing-x-24 > :not(:last-child){
    margin-right: -120px;
  }

  .tw .lg\:-spacing-y-24 > :not(:last-child){
    margin-bottom: -120px;
  }

  .tw .lg\:spacing-x-25 > :not(:last-child){
    margin-right: 125px;
  }

  .tw .lg\:spacing-y-25 > :not(:last-child){
    margin-bottom: 125px;
  }

  .tw .lg\:-spacing-x-25 > :not(:last-child){
    margin-right: -125px;
  }

  .tw .lg\:-spacing-y-25 > :not(:last-child){
    margin-bottom: -125px;
  }

  .tw .lg\:spacing-x-26 > :not(:last-child){
    margin-right: 130px;
  }

  .tw .lg\:spacing-y-26 > :not(:last-child){
    margin-bottom: 130px;
  }

  .tw .lg\:-spacing-x-26 > :not(:last-child){
    margin-right: -130px;
  }

  .tw .lg\:-spacing-y-26 > :not(:last-child){
    margin-bottom: -130px;
  }

  .tw .lg\:spacing-x-27 > :not(:last-child){
    margin-right: 135px;
  }

  .tw .lg\:spacing-y-27 > :not(:last-child){
    margin-bottom: 135px;
  }

  .tw .lg\:-spacing-x-27 > :not(:last-child){
    margin-right: -135px;
  }

  .tw .lg\:-spacing-y-27 > :not(:last-child){
    margin-bottom: -135px;
  }

  .tw .lg\:spacing-x-28 > :not(:last-child){
    margin-right: 140px;
  }

  .tw .lg\:spacing-y-28 > :not(:last-child){
    margin-bottom: 140px;
  }

  .tw .lg\:-spacing-x-28 > :not(:last-child){
    margin-right: -140px;
  }

  .tw .lg\:-spacing-y-28 > :not(:last-child){
    margin-bottom: -140px;
  }

  .tw .lg\:spacing-x-29 > :not(:last-child){
    margin-right: 145px;
  }

  .tw .lg\:spacing-y-29 > :not(:last-child){
    margin-bottom: 145px;
  }

  .tw .lg\:-spacing-x-29 > :not(:last-child){
    margin-right: -145px;
  }

  .tw .lg\:-spacing-y-29 > :not(:last-child){
    margin-bottom: -145px;
  }

  .tw .lg\:spacing-x-30 > :not(:last-child){
    margin-right: 150px;
  }

  .tw .lg\:spacing-y-30 > :not(:last-child){
    margin-bottom: 150px;
  }

  .tw .lg\:-spacing-x-30 > :not(:last-child){
    margin-right: -150px;
  }

  .tw .lg\:-spacing-y-30 > :not(:last-child){
    margin-bottom: -150px;
  }

  .tw .lg\:spacing-x-31 > :not(:last-child){
    margin-right: 155px;
  }

  .tw .lg\:spacing-y-31 > :not(:last-child){
    margin-bottom: 155px;
  }

  .tw .lg\:-spacing-x-31 > :not(:last-child){
    margin-right: -155px;
  }

  .tw .lg\:-spacing-y-31 > :not(:last-child){
    margin-bottom: -155px;
  }

  .tw .lg\:spacing-x-32 > :not(:last-child){
    margin-right: 160px;
  }

  .tw .lg\:spacing-y-32 > :not(:last-child){
    margin-bottom: 160px;
  }

  .tw .lg\:-spacing-x-32 > :not(:last-child){
    margin-right: -160px;
  }

  .tw .lg\:-spacing-y-32 > :not(:last-child){
    margin-bottom: -160px;
  }

  .tw .lg\:spacing-x-33 > :not(:last-child){
    margin-right: 165px;
  }

  .tw .lg\:spacing-y-33 > :not(:last-child){
    margin-bottom: 165px;
  }

  .tw .lg\:-spacing-x-33 > :not(:last-child){
    margin-right: -165px;
  }

  .tw .lg\:-spacing-y-33 > :not(:last-child){
    margin-bottom: -165px;
  }

  .tw .lg\:spacing-x-34 > :not(:last-child){
    margin-right: 170px;
  }

  .tw .lg\:spacing-y-34 > :not(:last-child){
    margin-bottom: 170px;
  }

  .tw .lg\:-spacing-x-34 > :not(:last-child){
    margin-right: -170px;
  }

  .tw .lg\:-spacing-y-34 > :not(:last-child){
    margin-bottom: -170px;
  }

  .tw .lg\:spacing-x-35 > :not(:last-child){
    margin-right: 175px;
  }

  .tw .lg\:spacing-y-35 > :not(:last-child){
    margin-bottom: 175px;
  }

  .tw .lg\:-spacing-x-35 > :not(:last-child){
    margin-right: -175px;
  }

  .tw .lg\:-spacing-y-35 > :not(:last-child){
    margin-bottom: -175px;
  }

  .tw .lg\:spacing-x-36 > :not(:last-child){
    margin-right: 180px;
  }

  .tw .lg\:spacing-y-36 > :not(:last-child){
    margin-bottom: 180px;
  }

  .tw .lg\:-spacing-x-36 > :not(:last-child){
    margin-right: -180px;
  }

  .tw .lg\:-spacing-y-36 > :not(:last-child){
    margin-bottom: -180px;
  }

  .tw .lg\:spacing-x-37 > :not(:last-child){
    margin-right: 185px;
  }

  .tw .lg\:spacing-y-37 > :not(:last-child){
    margin-bottom: 185px;
  }

  .tw .lg\:-spacing-x-37 > :not(:last-child){
    margin-right: -185px;
  }

  .tw .lg\:-spacing-y-37 > :not(:last-child){
    margin-bottom: -185px;
  }

  .tw .lg\:spacing-x-38 > :not(:last-child){
    margin-right: 190px;
  }

  .tw .lg\:spacing-y-38 > :not(:last-child){
    margin-bottom: 190px;
  }

  .tw .lg\:-spacing-x-38 > :not(:last-child){
    margin-right: -190px;
  }

  .tw .lg\:-spacing-y-38 > :not(:last-child){
    margin-bottom: -190px;
  }

  .tw .lg\:spacing-x-39 > :not(:last-child){
    margin-right: 195px;
  }

  .tw .lg\:spacing-y-39 > :not(:last-child){
    margin-bottom: 195px;
  }

  .tw .lg\:-spacing-x-39 > :not(:last-child){
    margin-right: -195px;
  }

  .tw .lg\:-spacing-y-39 > :not(:last-child){
    margin-bottom: -195px;
  }

  .tw .lg\:spacing-x-40 > :not(:last-child){
    margin-right: 200px;
  }

  .tw .lg\:spacing-y-40 > :not(:last-child){
    margin-bottom: 200px;
  }

  .tw .lg\:-spacing-x-40 > :not(:last-child){
    margin-right: -200px;
  }

  .tw .lg\:-spacing-y-40 > :not(:last-child){
    margin-bottom: -200px;
  }

  .tw .lg\:spacing-x-41 > :not(:last-child){
    margin-right: 205px;
  }

  .tw .lg\:spacing-y-41 > :not(:last-child){
    margin-bottom: 205px;
  }

  .tw .lg\:-spacing-x-41 > :not(:last-child){
    margin-right: -205px;
  }

  .tw .lg\:-spacing-y-41 > :not(:last-child){
    margin-bottom: -205px;
  }

  .tw .lg\:spacing-x-42 > :not(:last-child){
    margin-right: 210px;
  }

  .tw .lg\:spacing-y-42 > :not(:last-child){
    margin-bottom: 210px;
  }

  .tw .lg\:-spacing-x-42 > :not(:last-child){
    margin-right: -210px;
  }

  .tw .lg\:-spacing-y-42 > :not(:last-child){
    margin-bottom: -210px;
  }

  .tw .lg\:spacing-x-43 > :not(:last-child){
    margin-right: 215px;
  }

  .tw .lg\:spacing-y-43 > :not(:last-child){
    margin-bottom: 215px;
  }

  .tw .lg\:-spacing-x-43 > :not(:last-child){
    margin-right: -215px;
  }

  .tw .lg\:-spacing-y-43 > :not(:last-child){
    margin-bottom: -215px;
  }

  .tw .lg\:spacing-x-44 > :not(:last-child){
    margin-right: 220px;
  }

  .tw .lg\:spacing-y-44 > :not(:last-child){
    margin-bottom: 220px;
  }

  .tw .lg\:-spacing-x-44 > :not(:last-child){
    margin-right: -220px;
  }

  .tw .lg\:-spacing-y-44 > :not(:last-child){
    margin-bottom: -220px;
  }

  .tw .lg\:spacing-x-45 > :not(:last-child){
    margin-right: 225px;
  }

  .tw .lg\:spacing-y-45 > :not(:last-child){
    margin-bottom: 225px;
  }

  .tw .lg\:-spacing-x-45 > :not(:last-child){
    margin-right: -225px;
  }

  .tw .lg\:-spacing-y-45 > :not(:last-child){
    margin-bottom: -225px;
  }

  .tw .lg\:spacing-x-46 > :not(:last-child){
    margin-right: 230px;
  }

  .tw .lg\:spacing-y-46 > :not(:last-child){
    margin-bottom: 230px;
  }

  .tw .lg\:-spacing-x-46 > :not(:last-child){
    margin-right: -230px;
  }

  .tw .lg\:-spacing-y-46 > :not(:last-child){
    margin-bottom: -230px;
  }

  .tw .lg\:spacing-x-47 > :not(:last-child){
    margin-right: 235px;
  }

  .tw .lg\:spacing-y-47 > :not(:last-child){
    margin-bottom: 235px;
  }

  .tw .lg\:-spacing-x-47 > :not(:last-child){
    margin-right: -235px;
  }

  .tw .lg\:-spacing-y-47 > :not(:last-child){
    margin-bottom: -235px;
  }

  .tw .lg\:spacing-x-48 > :not(:last-child){
    margin-right: 240px;
  }

  .tw .lg\:spacing-y-48 > :not(:last-child){
    margin-bottom: 240px;
  }

  .tw .lg\:-spacing-x-48 > :not(:last-child){
    margin-right: -240px;
  }

  .tw .lg\:-spacing-y-48 > :not(:last-child){
    margin-bottom: -240px;
  }

  .tw .lg\:spacing-x-49 > :not(:last-child){
    margin-right: 245px;
  }

  .tw .lg\:spacing-y-49 > :not(:last-child){
    margin-bottom: 245px;
  }

  .tw .lg\:-spacing-x-49 > :not(:last-child){
    margin-right: -245px;
  }

  .tw .lg\:-spacing-y-49 > :not(:last-child){
    margin-bottom: -245px;
  }

  .tw .lg\:spacing-x-50 > :not(:last-child){
    margin-right: 250px;
  }

  .tw .lg\:spacing-y-50 > :not(:last-child){
    margin-bottom: 250px;
  }

  .tw .lg\:-spacing-x-50 > :not(:last-child){
    margin-right: -250px;
  }

  .tw .lg\:-spacing-y-50 > :not(:last-child){
    margin-bottom: -250px;
  }

  .tw .lg\:spacing-x-51 > :not(:last-child){
    margin-right: 255px;
  }

  .tw .lg\:spacing-y-51 > :not(:last-child){
    margin-bottom: 255px;
  }

  .tw .lg\:-spacing-x-51 > :not(:last-child){
    margin-right: -255px;
  }

  .tw .lg\:-spacing-y-51 > :not(:last-child){
    margin-bottom: -255px;
  }

  .tw .lg\:spacing-x-52 > :not(:last-child){
    margin-right: 260px;
  }

  .tw .lg\:spacing-y-52 > :not(:last-child){
    margin-bottom: 260px;
  }

  .tw .lg\:-spacing-x-52 > :not(:last-child){
    margin-right: -260px;
  }

  .tw .lg\:-spacing-y-52 > :not(:last-child){
    margin-bottom: -260px;
  }

  .tw .lg\:spacing-x-53 > :not(:last-child){
    margin-right: 265px;
  }

  .tw .lg\:spacing-y-53 > :not(:last-child){
    margin-bottom: 265px;
  }

  .tw .lg\:-spacing-x-53 > :not(:last-child){
    margin-right: -265px;
  }

  .tw .lg\:-spacing-y-53 > :not(:last-child){
    margin-bottom: -265px;
  }

  .tw .lg\:spacing-x-54 > :not(:last-child){
    margin-right: 270px;
  }

  .tw .lg\:spacing-y-54 > :not(:last-child){
    margin-bottom: 270px;
  }

  .tw .lg\:-spacing-x-54 > :not(:last-child){
    margin-right: -270px;
  }

  .tw .lg\:-spacing-y-54 > :not(:last-child){
    margin-bottom: -270px;
  }

  .tw .lg\:spacing-x-55 > :not(:last-child){
    margin-right: 275px;
  }

  .tw .lg\:spacing-y-55 > :not(:last-child){
    margin-bottom: 275px;
  }

  .tw .lg\:-spacing-x-55 > :not(:last-child){
    margin-right: -275px;
  }

  .tw .lg\:-spacing-y-55 > :not(:last-child){
    margin-bottom: -275px;
  }

  .tw .lg\:spacing-x-56 > :not(:last-child){
    margin-right: 280px;
  }

  .tw .lg\:spacing-y-56 > :not(:last-child){
    margin-bottom: 280px;
  }

  .tw .lg\:-spacing-x-56 > :not(:last-child){
    margin-right: -280px;
  }

  .tw .lg\:-spacing-y-56 > :not(:last-child){
    margin-bottom: -280px;
  }

  .tw .lg\:spacing-x-57 > :not(:last-child){
    margin-right: 285px;
  }

  .tw .lg\:spacing-y-57 > :not(:last-child){
    margin-bottom: 285px;
  }

  .tw .lg\:-spacing-x-57 > :not(:last-child){
    margin-right: -285px;
  }

  .tw .lg\:-spacing-y-57 > :not(:last-child){
    margin-bottom: -285px;
  }

  .tw .lg\:spacing-x-58 > :not(:last-child){
    margin-right: 290px;
  }

  .tw .lg\:spacing-y-58 > :not(:last-child){
    margin-bottom: 290px;
  }

  .tw .lg\:-spacing-x-58 > :not(:last-child){
    margin-right: -290px;
  }

  .tw .lg\:-spacing-y-58 > :not(:last-child){
    margin-bottom: -290px;
  }

  .tw .lg\:spacing-x-59 > :not(:last-child){
    margin-right: 295px;
  }

  .tw .lg\:spacing-y-59 > :not(:last-child){
    margin-bottom: 295px;
  }

  .tw .lg\:-spacing-x-59 > :not(:last-child){
    margin-right: -295px;
  }

  .tw .lg\:-spacing-y-59 > :not(:last-child){
    margin-bottom: -295px;
  }

  .tw .lg\:spacing-x-60 > :not(:last-child){
    margin-right: 300px;
  }

  .tw .lg\:spacing-y-60 > :not(:last-child){
    margin-bottom: 300px;
  }

  .tw .lg\:-spacing-x-60 > :not(:last-child){
    margin-right: -300px;
  }

  .tw .lg\:-spacing-y-60 > :not(:last-child){
    margin-bottom: -300px;
  }

  .tw .lg\:spacing-x-61 > :not(:last-child){
    margin-right: 305px;
  }

  .tw .lg\:spacing-y-61 > :not(:last-child){
    margin-bottom: 305px;
  }

  .tw .lg\:-spacing-x-61 > :not(:last-child){
    margin-right: -305px;
  }

  .tw .lg\:-spacing-y-61 > :not(:last-child){
    margin-bottom: -305px;
  }

  .tw .lg\:spacing-x-62 > :not(:last-child){
    margin-right: 310px;
  }

  .tw .lg\:spacing-y-62 > :not(:last-child){
    margin-bottom: 310px;
  }

  .tw .lg\:-spacing-x-62 > :not(:last-child){
    margin-right: -310px;
  }

  .tw .lg\:-spacing-y-62 > :not(:last-child){
    margin-bottom: -310px;
  }

  .tw .lg\:spacing-x-63 > :not(:last-child){
    margin-right: 315px;
  }

  .tw .lg\:spacing-y-63 > :not(:last-child){
    margin-bottom: 315px;
  }

  .tw .lg\:-spacing-x-63 > :not(:last-child){
    margin-right: -315px;
  }

  .tw .lg\:-spacing-y-63 > :not(:last-child){
    margin-bottom: -315px;
  }

  .tw .lg\:spacing-x-64 > :not(:last-child){
    margin-right: 320px;
  }

  .tw .lg\:spacing-y-64 > :not(:last-child){
    margin-bottom: 320px;
  }

  .tw .lg\:-spacing-x-64 > :not(:last-child){
    margin-right: -320px;
  }

  .tw .lg\:-spacing-y-64 > :not(:last-child){
    margin-bottom: -320px;
  }

  .tw .lg\:spacing-x-65 > :not(:last-child){
    margin-right: 325px;
  }

  .tw .lg\:spacing-y-65 > :not(:last-child){
    margin-bottom: 325px;
  }

  .tw .lg\:-spacing-x-65 > :not(:last-child){
    margin-right: -325px;
  }

  .tw .lg\:-spacing-y-65 > :not(:last-child){
    margin-bottom: -325px;
  }

  .tw .lg\:spacing-x-66 > :not(:last-child){
    margin-right: 330px;
  }

  .tw .lg\:spacing-y-66 > :not(:last-child){
    margin-bottom: 330px;
  }

  .tw .lg\:-spacing-x-66 > :not(:last-child){
    margin-right: -330px;
  }

  .tw .lg\:-spacing-y-66 > :not(:last-child){
    margin-bottom: -330px;
  }

  .tw .lg\:spacing-x-67 > :not(:last-child){
    margin-right: 335px;
  }

  .tw .lg\:spacing-y-67 > :not(:last-child){
    margin-bottom: 335px;
  }

  .tw .lg\:-spacing-x-67 > :not(:last-child){
    margin-right: -335px;
  }

  .tw .lg\:-spacing-y-67 > :not(:last-child){
    margin-bottom: -335px;
  }

  .tw .lg\:spacing-x-68 > :not(:last-child){
    margin-right: 340px;
  }

  .tw .lg\:spacing-y-68 > :not(:last-child){
    margin-bottom: 340px;
  }

  .tw .lg\:-spacing-x-68 > :not(:last-child){
    margin-right: -340px;
  }

  .tw .lg\:-spacing-y-68 > :not(:last-child){
    margin-bottom: -340px;
  }

  .tw .lg\:spacing-x-69 > :not(:last-child){
    margin-right: 345px;
  }

  .tw .lg\:spacing-y-69 > :not(:last-child){
    margin-bottom: 345px;
  }

  .tw .lg\:-spacing-x-69 > :not(:last-child){
    margin-right: -345px;
  }

  .tw .lg\:-spacing-y-69 > :not(:last-child){
    margin-bottom: -345px;
  }

  .tw .lg\:spacing-x-70 > :not(:last-child){
    margin-right: 350px;
  }

  .tw .lg\:spacing-y-70 > :not(:last-child){
    margin-bottom: 350px;
  }

  .tw .lg\:-spacing-x-70 > :not(:last-child){
    margin-right: -350px;
  }

  .tw .lg\:-spacing-y-70 > :not(:last-child){
    margin-bottom: -350px;
  }

  .tw .lg\:spacing-x-71 > :not(:last-child){
    margin-right: 355px;
  }

  .tw .lg\:spacing-y-71 > :not(:last-child){
    margin-bottom: 355px;
  }

  .tw .lg\:-spacing-x-71 > :not(:last-child){
    margin-right: -355px;
  }

  .tw .lg\:-spacing-y-71 > :not(:last-child){
    margin-bottom: -355px;
  }

  .tw .lg\:spacing-x-72 > :not(:last-child){
    margin-right: 360px;
  }

  .tw .lg\:spacing-y-72 > :not(:last-child){
    margin-bottom: 360px;
  }

  .tw .lg\:-spacing-x-72 > :not(:last-child){
    margin-right: -360px;
  }

  .tw .lg\:-spacing-y-72 > :not(:last-child){
    margin-bottom: -360px;
  }

  .tw .lg\:spacing-x-73 > :not(:last-child){
    margin-right: 365px;
  }

  .tw .lg\:spacing-y-73 > :not(:last-child){
    margin-bottom: 365px;
  }

  .tw .lg\:-spacing-x-73 > :not(:last-child){
    margin-right: -365px;
  }

  .tw .lg\:-spacing-y-73 > :not(:last-child){
    margin-bottom: -365px;
  }

  .tw .lg\:spacing-x-74 > :not(:last-child){
    margin-right: 370px;
  }

  .tw .lg\:spacing-y-74 > :not(:last-child){
    margin-bottom: 370px;
  }

  .tw .lg\:-spacing-x-74 > :not(:last-child){
    margin-right: -370px;
  }

  .tw .lg\:-spacing-y-74 > :not(:last-child){
    margin-bottom: -370px;
  }

  .tw .lg\:spacing-x-75 > :not(:last-child){
    margin-right: 375px;
  }

  .tw .lg\:spacing-y-75 > :not(:last-child){
    margin-bottom: 375px;
  }

  .tw .lg\:-spacing-x-75 > :not(:last-child){
    margin-right: -375px;
  }

  .tw .lg\:-spacing-y-75 > :not(:last-child){
    margin-bottom: -375px;
  }

  .tw .lg\:spacing-x-76 > :not(:last-child){
    margin-right: 380px;
  }

  .tw .lg\:spacing-y-76 > :not(:last-child){
    margin-bottom: 380px;
  }

  .tw .lg\:-spacing-x-76 > :not(:last-child){
    margin-right: -380px;
  }

  .tw .lg\:-spacing-y-76 > :not(:last-child){
    margin-bottom: -380px;
  }

  .tw .lg\:spacing-x-77 > :not(:last-child){
    margin-right: 385px;
  }

  .tw .lg\:spacing-y-77 > :not(:last-child){
    margin-bottom: 385px;
  }

  .tw .lg\:-spacing-x-77 > :not(:last-child){
    margin-right: -385px;
  }

  .tw .lg\:-spacing-y-77 > :not(:last-child){
    margin-bottom: -385px;
  }

  .tw .lg\:spacing-x-78 > :not(:last-child){
    margin-right: 390px;
  }

  .tw .lg\:spacing-y-78 > :not(:last-child){
    margin-bottom: 390px;
  }

  .tw .lg\:-spacing-x-78 > :not(:last-child){
    margin-right: -390px;
  }

  .tw .lg\:-spacing-y-78 > :not(:last-child){
    margin-bottom: -390px;
  }

  .tw .lg\:spacing-x-79 > :not(:last-child){
    margin-right: 395px;
  }

  .tw .lg\:spacing-y-79 > :not(:last-child){
    margin-bottom: 395px;
  }

  .tw .lg\:-spacing-x-79 > :not(:last-child){
    margin-right: -395px;
  }

  .tw .lg\:-spacing-y-79 > :not(:last-child){
    margin-bottom: -395px;
  }

  .tw .lg\:spacing-x-80 > :not(:last-child){
    margin-right: 400px;
  }

  .tw .lg\:spacing-y-80 > :not(:last-child){
    margin-bottom: 400px;
  }

  .tw .lg\:-spacing-x-80 > :not(:last-child){
    margin-right: -400px;
  }

  .tw .lg\:-spacing-y-80 > :not(:last-child){
    margin-bottom: -400px;
  }

  .tw .lg\:spacing-x-81 > :not(:last-child){
    margin-right: 405px;
  }

  .tw .lg\:spacing-y-81 > :not(:last-child){
    margin-bottom: 405px;
  }

  .tw .lg\:-spacing-x-81 > :not(:last-child){
    margin-right: -405px;
  }

  .tw .lg\:-spacing-y-81 > :not(:last-child){
    margin-bottom: -405px;
  }

  .tw .lg\:spacing-x-82 > :not(:last-child){
    margin-right: 410px;
  }

  .tw .lg\:spacing-y-82 > :not(:last-child){
    margin-bottom: 410px;
  }

  .tw .lg\:-spacing-x-82 > :not(:last-child){
    margin-right: -410px;
  }

  .tw .lg\:-spacing-y-82 > :not(:last-child){
    margin-bottom: -410px;
  }

  .tw .lg\:spacing-x-83 > :not(:last-child){
    margin-right: 415px;
  }

  .tw .lg\:spacing-y-83 > :not(:last-child){
    margin-bottom: 415px;
  }

  .tw .lg\:-spacing-x-83 > :not(:last-child){
    margin-right: -415px;
  }

  .tw .lg\:-spacing-y-83 > :not(:last-child){
    margin-bottom: -415px;
  }

  .tw .lg\:spacing-x-84 > :not(:last-child){
    margin-right: 420px;
  }

  .tw .lg\:spacing-y-84 > :not(:last-child){
    margin-bottom: 420px;
  }

  .tw .lg\:-spacing-x-84 > :not(:last-child){
    margin-right: -420px;
  }

  .tw .lg\:-spacing-y-84 > :not(:last-child){
    margin-bottom: -420px;
  }

  .tw .lg\:spacing-x-85 > :not(:last-child){
    margin-right: 425px;
  }

  .tw .lg\:spacing-y-85 > :not(:last-child){
    margin-bottom: 425px;
  }

  .tw .lg\:-spacing-x-85 > :not(:last-child){
    margin-right: -425px;
  }

  .tw .lg\:-spacing-y-85 > :not(:last-child){
    margin-bottom: -425px;
  }

  .tw .lg\:spacing-x-86 > :not(:last-child){
    margin-right: 430px;
  }

  .tw .lg\:spacing-y-86 > :not(:last-child){
    margin-bottom: 430px;
  }

  .tw .lg\:-spacing-x-86 > :not(:last-child){
    margin-right: -430px;
  }

  .tw .lg\:-spacing-y-86 > :not(:last-child){
    margin-bottom: -430px;
  }

  .tw .lg\:spacing-x-87 > :not(:last-child){
    margin-right: 435px;
  }

  .tw .lg\:spacing-y-87 > :not(:last-child){
    margin-bottom: 435px;
  }

  .tw .lg\:-spacing-x-87 > :not(:last-child){
    margin-right: -435px;
  }

  .tw .lg\:-spacing-y-87 > :not(:last-child){
    margin-bottom: -435px;
  }

  .tw .lg\:spacing-x-88 > :not(:last-child){
    margin-right: 440px;
  }

  .tw .lg\:spacing-y-88 > :not(:last-child){
    margin-bottom: 440px;
  }

  .tw .lg\:-spacing-x-88 > :not(:last-child){
    margin-right: -440px;
  }

  .tw .lg\:-spacing-y-88 > :not(:last-child){
    margin-bottom: -440px;
  }

  .tw .lg\:spacing-x-89 > :not(:last-child){
    margin-right: 445px;
  }

  .tw .lg\:spacing-y-89 > :not(:last-child){
    margin-bottom: 445px;
  }

  .tw .lg\:-spacing-x-89 > :not(:last-child){
    margin-right: -445px;
  }

  .tw .lg\:-spacing-y-89 > :not(:last-child){
    margin-bottom: -445px;
  }

  .tw .lg\:spacing-x-90 > :not(:last-child){
    margin-right: 450px;
  }

  .tw .lg\:spacing-y-90 > :not(:last-child){
    margin-bottom: 450px;
  }

  .tw .lg\:-spacing-x-90 > :not(:last-child){
    margin-right: -450px;
  }

  .tw .lg\:-spacing-y-90 > :not(:last-child){
    margin-bottom: -450px;
  }

  .tw .lg\:spacing-x-91 > :not(:last-child){
    margin-right: 455px;
  }

  .tw .lg\:spacing-y-91 > :not(:last-child){
    margin-bottom: 455px;
  }

  .tw .lg\:-spacing-x-91 > :not(:last-child){
    margin-right: -455px;
  }

  .tw .lg\:-spacing-y-91 > :not(:last-child){
    margin-bottom: -455px;
  }

  .tw .lg\:spacing-x-92 > :not(:last-child){
    margin-right: 460px;
  }

  .tw .lg\:spacing-y-92 > :not(:last-child){
    margin-bottom: 460px;
  }

  .tw .lg\:-spacing-x-92 > :not(:last-child){
    margin-right: -460px;
  }

  .tw .lg\:-spacing-y-92 > :not(:last-child){
    margin-bottom: -460px;
  }

  .tw .lg\:spacing-x-93 > :not(:last-child){
    margin-right: 465px;
  }

  .tw .lg\:spacing-y-93 > :not(:last-child){
    margin-bottom: 465px;
  }

  .tw .lg\:-spacing-x-93 > :not(:last-child){
    margin-right: -465px;
  }

  .tw .lg\:-spacing-y-93 > :not(:last-child){
    margin-bottom: -465px;
  }

  .tw .lg\:spacing-x-94 > :not(:last-child){
    margin-right: 470px;
  }

  .tw .lg\:spacing-y-94 > :not(:last-child){
    margin-bottom: 470px;
  }

  .tw .lg\:-spacing-x-94 > :not(:last-child){
    margin-right: -470px;
  }

  .tw .lg\:-spacing-y-94 > :not(:last-child){
    margin-bottom: -470px;
  }

  .tw .lg\:spacing-x-95 > :not(:last-child){
    margin-right: 475px;
  }

  .tw .lg\:spacing-y-95 > :not(:last-child){
    margin-bottom: 475px;
  }

  .tw .lg\:-spacing-x-95 > :not(:last-child){
    margin-right: -475px;
  }

  .tw .lg\:-spacing-y-95 > :not(:last-child){
    margin-bottom: -475px;
  }

  .tw .lg\:spacing-x-96 > :not(:last-child){
    margin-right: 480px;
  }

  .tw .lg\:spacing-y-96 > :not(:last-child){
    margin-bottom: 480px;
  }

  .tw .lg\:-spacing-x-96 > :not(:last-child){
    margin-right: -480px;
  }

  .tw .lg\:-spacing-y-96 > :not(:last-child){
    margin-bottom: -480px;
  }

  .tw .lg\:spacing-x-97 > :not(:last-child){
    margin-right: 485px;
  }

  .tw .lg\:spacing-y-97 > :not(:last-child){
    margin-bottom: 485px;
  }

  .tw .lg\:-spacing-x-97 > :not(:last-child){
    margin-right: -485px;
  }

  .tw .lg\:-spacing-y-97 > :not(:last-child){
    margin-bottom: -485px;
  }

  .tw .lg\:spacing-x-98 > :not(:last-child){
    margin-right: 490px;
  }

  .tw .lg\:spacing-y-98 > :not(:last-child){
    margin-bottom: 490px;
  }

  .tw .lg\:-spacing-x-98 > :not(:last-child){
    margin-right: -490px;
  }

  .tw .lg\:-spacing-y-98 > :not(:last-child){
    margin-bottom: -490px;
  }

  .tw .lg\:spacing-x-99 > :not(:last-child){
    margin-right: 495px;
  }

  .tw .lg\:spacing-y-99 > :not(:last-child){
    margin-bottom: 495px;
  }

  .tw .lg\:-spacing-x-99 > :not(:last-child){
    margin-right: -495px;
  }

  .tw .lg\:-spacing-y-99 > :not(:last-child){
    margin-bottom: -495px;
  }

  .tw .lg\:spacing-x-100 > :not(:last-child){
    margin-right: 500px;
  }

  .tw .lg\:spacing-y-100 > :not(:last-child){
    margin-bottom: 500px;
  }

  .tw .lg\:-spacing-x-100 > :not(:last-child){
    margin-right: -500px;
  }

  .tw .lg\:-spacing-y-100 > :not(:last-child){
    margin-bottom: -500px;
  }

  .tw .lg\:spacing-x-101 > :not(:last-child){
    margin-right: 505px;
  }

  .tw .lg\:spacing-y-101 > :not(:last-child){
    margin-bottom: 505px;
  }

  .tw .lg\:-spacing-x-101 > :not(:last-child){
    margin-right: -505px;
  }

  .tw .lg\:-spacing-y-101 > :not(:last-child){
    margin-bottom: -505px;
  }

  .tw .lg\:spacing-x-102 > :not(:last-child){
    margin-right: 510px;
  }

  .tw .lg\:spacing-y-102 > :not(:last-child){
    margin-bottom: 510px;
  }

  .tw .lg\:-spacing-x-102 > :not(:last-child){
    margin-right: -510px;
  }

  .tw .lg\:-spacing-y-102 > :not(:last-child){
    margin-bottom: -510px;
  }

  .tw .lg\:spacing-x-103 > :not(:last-child){
    margin-right: 515px;
  }

  .tw .lg\:spacing-y-103 > :not(:last-child){
    margin-bottom: 515px;
  }

  .tw .lg\:-spacing-x-103 > :not(:last-child){
    margin-right: -515px;
  }

  .tw .lg\:-spacing-y-103 > :not(:last-child){
    margin-bottom: -515px;
  }

  .tw .lg\:spacing-x-104 > :not(:last-child){
    margin-right: 520px;
  }

  .tw .lg\:spacing-y-104 > :not(:last-child){
    margin-bottom: 520px;
  }

  .tw .lg\:-spacing-x-104 > :not(:last-child){
    margin-right: -520px;
  }

  .tw .lg\:-spacing-y-104 > :not(:last-child){
    margin-bottom: -520px;
  }

  .tw .lg\:spacing-x-105 > :not(:last-child){
    margin-right: 525px;
  }

  .tw .lg\:spacing-y-105 > :not(:last-child){
    margin-bottom: 525px;
  }

  .tw .lg\:-spacing-x-105 > :not(:last-child){
    margin-right: -525px;
  }

  .tw .lg\:-spacing-y-105 > :not(:last-child){
    margin-bottom: -525px;
  }

  .tw .lg\:spacing-x-106 > :not(:last-child){
    margin-right: 530px;
  }

  .tw .lg\:spacing-y-106 > :not(:last-child){
    margin-bottom: 530px;
  }

  .tw .lg\:-spacing-x-106 > :not(:last-child){
    margin-right: -530px;
  }

  .tw .lg\:-spacing-y-106 > :not(:last-child){
    margin-bottom: -530px;
  }

  .tw .lg\:spacing-x-107 > :not(:last-child){
    margin-right: 535px;
  }

  .tw .lg\:spacing-y-107 > :not(:last-child){
    margin-bottom: 535px;
  }

  .tw .lg\:-spacing-x-107 > :not(:last-child){
    margin-right: -535px;
  }

  .tw .lg\:-spacing-y-107 > :not(:last-child){
    margin-bottom: -535px;
  }

  .tw .lg\:spacing-x-108 > :not(:last-child){
    margin-right: 540px;
  }

  .tw .lg\:spacing-y-108 > :not(:last-child){
    margin-bottom: 540px;
  }

  .tw .lg\:-spacing-x-108 > :not(:last-child){
    margin-right: -540px;
  }

  .tw .lg\:-spacing-y-108 > :not(:last-child){
    margin-bottom: -540px;
  }

  .tw .lg\:spacing-x-109 > :not(:last-child){
    margin-right: 545px;
  }

  .tw .lg\:spacing-y-109 > :not(:last-child){
    margin-bottom: 545px;
  }

  .tw .lg\:-spacing-x-109 > :not(:last-child){
    margin-right: -545px;
  }

  .tw .lg\:-spacing-y-109 > :not(:last-child){
    margin-bottom: -545px;
  }

  .tw .lg\:spacing-x-110 > :not(:last-child){
    margin-right: 550px;
  }

  .tw .lg\:spacing-y-110 > :not(:last-child){
    margin-bottom: 550px;
  }

  .tw .lg\:-spacing-x-110 > :not(:last-child){
    margin-right: -550px;
  }

  .tw .lg\:-spacing-y-110 > :not(:last-child){
    margin-bottom: -550px;
  }

  .tw .lg\:spacing-x-111 > :not(:last-child){
    margin-right: 555px;
  }

  .tw .lg\:spacing-y-111 > :not(:last-child){
    margin-bottom: 555px;
  }

  .tw .lg\:-spacing-x-111 > :not(:last-child){
    margin-right: -555px;
  }

  .tw .lg\:-spacing-y-111 > :not(:last-child){
    margin-bottom: -555px;
  }

  .tw .lg\:spacing-x-112 > :not(:last-child){
    margin-right: 560px;
  }

  .tw .lg\:spacing-y-112 > :not(:last-child){
    margin-bottom: 560px;
  }

  .tw .lg\:-spacing-x-112 > :not(:last-child){
    margin-right: -560px;
  }

  .tw .lg\:-spacing-y-112 > :not(:last-child){
    margin-bottom: -560px;
  }

  .tw .lg\:spacing-x-113 > :not(:last-child){
    margin-right: 565px;
  }

  .tw .lg\:spacing-y-113 > :not(:last-child){
    margin-bottom: 565px;
  }

  .tw .lg\:-spacing-x-113 > :not(:last-child){
    margin-right: -565px;
  }

  .tw .lg\:-spacing-y-113 > :not(:last-child){
    margin-bottom: -565px;
  }

  .tw .lg\:spacing-x-114 > :not(:last-child){
    margin-right: 570px;
  }

  .tw .lg\:spacing-y-114 > :not(:last-child){
    margin-bottom: 570px;
  }

  .tw .lg\:-spacing-x-114 > :not(:last-child){
    margin-right: -570px;
  }

  .tw .lg\:-spacing-y-114 > :not(:last-child){
    margin-bottom: -570px;
  }

  .tw .lg\:spacing-x-115 > :not(:last-child){
    margin-right: 575px;
  }

  .tw .lg\:spacing-y-115 > :not(:last-child){
    margin-bottom: 575px;
  }

  .tw .lg\:-spacing-x-115 > :not(:last-child){
    margin-right: -575px;
  }

  .tw .lg\:-spacing-y-115 > :not(:last-child){
    margin-bottom: -575px;
  }

  .tw .lg\:spacing-x-116 > :not(:last-child){
    margin-right: 580px;
  }

  .tw .lg\:spacing-y-116 > :not(:last-child){
    margin-bottom: 580px;
  }

  .tw .lg\:-spacing-x-116 > :not(:last-child){
    margin-right: -580px;
  }

  .tw .lg\:-spacing-y-116 > :not(:last-child){
    margin-bottom: -580px;
  }

  .tw .lg\:spacing-x-117 > :not(:last-child){
    margin-right: 585px;
  }

  .tw .lg\:spacing-y-117 > :not(:last-child){
    margin-bottom: 585px;
  }

  .tw .lg\:-spacing-x-117 > :not(:last-child){
    margin-right: -585px;
  }

  .tw .lg\:-spacing-y-117 > :not(:last-child){
    margin-bottom: -585px;
  }

  .tw .lg\:spacing-x-118 > :not(:last-child){
    margin-right: 590px;
  }

  .tw .lg\:spacing-y-118 > :not(:last-child){
    margin-bottom: 590px;
  }

  .tw .lg\:-spacing-x-118 > :not(:last-child){
    margin-right: -590px;
  }

  .tw .lg\:-spacing-y-118 > :not(:last-child){
    margin-bottom: -590px;
  }

  .tw .lg\:spacing-x-119 > :not(:last-child){
    margin-right: 595px;
  }

  .tw .lg\:spacing-y-119 > :not(:last-child){
    margin-bottom: 595px;
  }

  .tw .lg\:-spacing-x-119 > :not(:last-child){
    margin-right: -595px;
  }

  .tw .lg\:-spacing-y-119 > :not(:last-child){
    margin-bottom: -595px;
  }

  .tw .lg\:spacing-x-120 > :not(:last-child){
    margin-right: 600px;
  }

  .tw .lg\:spacing-y-120 > :not(:last-child){
    margin-bottom: 600px;
  }

  .tw .lg\:-spacing-x-120 > :not(:last-child){
    margin-right: -600px;
  }

  .tw .lg\:-spacing-y-120 > :not(:last-child){
    margin-bottom: -600px;
  }

  .tw .lg\:spacing-x-121 > :not(:last-child){
    margin-right: 605px;
  }

  .tw .lg\:spacing-y-121 > :not(:last-child){
    margin-bottom: 605px;
  }

  .tw .lg\:-spacing-x-121 > :not(:last-child){
    margin-right: -605px;
  }

  .tw .lg\:-spacing-y-121 > :not(:last-child){
    margin-bottom: -605px;
  }

  .tw .lg\:spacing-x-122 > :not(:last-child){
    margin-right: 610px;
  }

  .tw .lg\:spacing-y-122 > :not(:last-child){
    margin-bottom: 610px;
  }

  .tw .lg\:-spacing-x-122 > :not(:last-child){
    margin-right: -610px;
  }

  .tw .lg\:-spacing-y-122 > :not(:last-child){
    margin-bottom: -610px;
  }

  .tw .lg\:spacing-x-123 > :not(:last-child){
    margin-right: 615px;
  }

  .tw .lg\:spacing-y-123 > :not(:last-child){
    margin-bottom: 615px;
  }

  .tw .lg\:-spacing-x-123 > :not(:last-child){
    margin-right: -615px;
  }

  .tw .lg\:-spacing-y-123 > :not(:last-child){
    margin-bottom: -615px;
  }

  .tw .lg\:spacing-x-124 > :not(:last-child){
    margin-right: 620px;
  }

  .tw .lg\:spacing-y-124 > :not(:last-child){
    margin-bottom: 620px;
  }

  .tw .lg\:-spacing-x-124 > :not(:last-child){
    margin-right: -620px;
  }

  .tw .lg\:-spacing-y-124 > :not(:last-child){
    margin-bottom: -620px;
  }

  .tw .lg\:spacing-x-125 > :not(:last-child){
    margin-right: 625px;
  }

  .tw .lg\:spacing-y-125 > :not(:last-child){
    margin-bottom: 625px;
  }

  .tw .lg\:-spacing-x-125 > :not(:last-child){
    margin-right: -625px;
  }

  .tw .lg\:-spacing-y-125 > :not(:last-child){
    margin-bottom: -625px;
  }

  .tw .lg\:spacing-x-126 > :not(:last-child){
    margin-right: 630px;
  }

  .tw .lg\:spacing-y-126 > :not(:last-child){
    margin-bottom: 630px;
  }

  .tw .lg\:-spacing-x-126 > :not(:last-child){
    margin-right: -630px;
  }

  .tw .lg\:-spacing-y-126 > :not(:last-child){
    margin-bottom: -630px;
  }

  .tw .lg\:spacing-x-127 > :not(:last-child){
    margin-right: 635px;
  }

  .tw .lg\:spacing-y-127 > :not(:last-child){
    margin-bottom: 635px;
  }

  .tw .lg\:-spacing-x-127 > :not(:last-child){
    margin-right: -635px;
  }

  .tw .lg\:-spacing-y-127 > :not(:last-child){
    margin-bottom: -635px;
  }

  .tw .lg\:spacing-x-128 > :not(:last-child){
    margin-right: 640px;
  }

  .tw .lg\:spacing-y-128 > :not(:last-child){
    margin-bottom: 640px;
  }

  .tw .lg\:-spacing-x-128 > :not(:last-child){
    margin-right: -640px;
  }

  .tw .lg\:-spacing-y-128 > :not(:last-child){
    margin-bottom: -640px;
  }

  .tw .lg\:spacing-x-129 > :not(:last-child){
    margin-right: 645px;
  }

  .tw .lg\:spacing-y-129 > :not(:last-child){
    margin-bottom: 645px;
  }

  .tw .lg\:-spacing-x-129 > :not(:last-child){
    margin-right: -645px;
  }

  .tw .lg\:-spacing-y-129 > :not(:last-child){
    margin-bottom: -645px;
  }

  .tw .lg\:spacing-x-130 > :not(:last-child){
    margin-right: 650px;
  }

  .tw .lg\:spacing-y-130 > :not(:last-child){
    margin-bottom: 650px;
  }

  .tw .lg\:-spacing-x-130 > :not(:last-child){
    margin-right: -650px;
  }

  .tw .lg\:-spacing-y-130 > :not(:last-child){
    margin-bottom: -650px;
  }

  .tw .lg\:spacing-x-131 > :not(:last-child){
    margin-right: 655px;
  }

  .tw .lg\:spacing-y-131 > :not(:last-child){
    margin-bottom: 655px;
  }

  .tw .lg\:-spacing-x-131 > :not(:last-child){
    margin-right: -655px;
  }

  .tw .lg\:-spacing-y-131 > :not(:last-child){
    margin-bottom: -655px;
  }

  .tw .lg\:spacing-x-132 > :not(:last-child){
    margin-right: 660px;
  }

  .tw .lg\:spacing-y-132 > :not(:last-child){
    margin-bottom: 660px;
  }

  .tw .lg\:-spacing-x-132 > :not(:last-child){
    margin-right: -660px;
  }

  .tw .lg\:-spacing-y-132 > :not(:last-child){
    margin-bottom: -660px;
  }

  .tw .lg\:spacing-x-133 > :not(:last-child){
    margin-right: 665px;
  }

  .tw .lg\:spacing-y-133 > :not(:last-child){
    margin-bottom: 665px;
  }

  .tw .lg\:-spacing-x-133 > :not(:last-child){
    margin-right: -665px;
  }

  .tw .lg\:-spacing-y-133 > :not(:last-child){
    margin-bottom: -665px;
  }

  .tw .lg\:spacing-x-134 > :not(:last-child){
    margin-right: 670px;
  }

  .tw .lg\:spacing-y-134 > :not(:last-child){
    margin-bottom: 670px;
  }

  .tw .lg\:-spacing-x-134 > :not(:last-child){
    margin-right: -670px;
  }

  .tw .lg\:-spacing-y-134 > :not(:last-child){
    margin-bottom: -670px;
  }

  .tw .lg\:spacing-x-135 > :not(:last-child){
    margin-right: 675px;
  }

  .tw .lg\:spacing-y-135 > :not(:last-child){
    margin-bottom: 675px;
  }

  .tw .lg\:-spacing-x-135 > :not(:last-child){
    margin-right: -675px;
  }

  .tw .lg\:-spacing-y-135 > :not(:last-child){
    margin-bottom: -675px;
  }

  .tw .lg\:spacing-x-136 > :not(:last-child){
    margin-right: 680px;
  }

  .tw .lg\:spacing-y-136 > :not(:last-child){
    margin-bottom: 680px;
  }

  .tw .lg\:-spacing-x-136 > :not(:last-child){
    margin-right: -680px;
  }

  .tw .lg\:-spacing-y-136 > :not(:last-child){
    margin-bottom: -680px;
  }

  .tw .lg\:spacing-x-137 > :not(:last-child){
    margin-right: 685px;
  }

  .tw .lg\:spacing-y-137 > :not(:last-child){
    margin-bottom: 685px;
  }

  .tw .lg\:-spacing-x-137 > :not(:last-child){
    margin-right: -685px;
  }

  .tw .lg\:-spacing-y-137 > :not(:last-child){
    margin-bottom: -685px;
  }

  .tw .lg\:spacing-x-138 > :not(:last-child){
    margin-right: 690px;
  }

  .tw .lg\:spacing-y-138 > :not(:last-child){
    margin-bottom: 690px;
  }

  .tw .lg\:-spacing-x-138 > :not(:last-child){
    margin-right: -690px;
  }

  .tw .lg\:-spacing-y-138 > :not(:last-child){
    margin-bottom: -690px;
  }

  .tw .lg\:spacing-x-139 > :not(:last-child){
    margin-right: 695px;
  }

  .tw .lg\:spacing-y-139 > :not(:last-child){
    margin-bottom: 695px;
  }

  .tw .lg\:-spacing-x-139 > :not(:last-child){
    margin-right: -695px;
  }

  .tw .lg\:-spacing-y-139 > :not(:last-child){
    margin-bottom: -695px;
  }

  .tw .lg\:spacing-x-140 > :not(:last-child){
    margin-right: 700px;
  }

  .tw .lg\:spacing-y-140 > :not(:last-child){
    margin-bottom: 700px;
  }

  .tw .lg\:-spacing-x-140 > :not(:last-child){
    margin-right: -700px;
  }

  .tw .lg\:-spacing-y-140 > :not(:last-child){
    margin-bottom: -700px;
  }

  .tw .lg\:spacing-x-141 > :not(:last-child){
    margin-right: 705px;
  }

  .tw .lg\:spacing-y-141 > :not(:last-child){
    margin-bottom: 705px;
  }

  .tw .lg\:-spacing-x-141 > :not(:last-child){
    margin-right: -705px;
  }

  .tw .lg\:-spacing-y-141 > :not(:last-child){
    margin-bottom: -705px;
  }

  .tw .lg\:spacing-x-142 > :not(:last-child){
    margin-right: 710px;
  }

  .tw .lg\:spacing-y-142 > :not(:last-child){
    margin-bottom: 710px;
  }

  .tw .lg\:-spacing-x-142 > :not(:last-child){
    margin-right: -710px;
  }

  .tw .lg\:-spacing-y-142 > :not(:last-child){
    margin-bottom: -710px;
  }

  .tw .lg\:spacing-x-143 > :not(:last-child){
    margin-right: 715px;
  }

  .tw .lg\:spacing-y-143 > :not(:last-child){
    margin-bottom: 715px;
  }

  .tw .lg\:-spacing-x-143 > :not(:last-child){
    margin-right: -715px;
  }

  .tw .lg\:-spacing-y-143 > :not(:last-child){
    margin-bottom: -715px;
  }

  .tw .lg\:spacing-x-144 > :not(:last-child){
    margin-right: 720px;
  }

  .tw .lg\:spacing-y-144 > :not(:last-child){
    margin-bottom: 720px;
  }

  .tw .lg\:-spacing-x-144 > :not(:last-child){
    margin-right: -720px;
  }

  .tw .lg\:-spacing-y-144 > :not(:last-child){
    margin-bottom: -720px;
  }

  .tw .lg\:spacing-x-145 > :not(:last-child){
    margin-right: 725px;
  }

  .tw .lg\:spacing-y-145 > :not(:last-child){
    margin-bottom: 725px;
  }

  .tw .lg\:-spacing-x-145 > :not(:last-child){
    margin-right: -725px;
  }

  .tw .lg\:-spacing-y-145 > :not(:last-child){
    margin-bottom: -725px;
  }

  .tw .lg\:spacing-x-146 > :not(:last-child){
    margin-right: 730px;
  }

  .tw .lg\:spacing-y-146 > :not(:last-child){
    margin-bottom: 730px;
  }

  .tw .lg\:-spacing-x-146 > :not(:last-child){
    margin-right: -730px;
  }

  .tw .lg\:-spacing-y-146 > :not(:last-child){
    margin-bottom: -730px;
  }

  .tw .lg\:spacing-x-147 > :not(:last-child){
    margin-right: 735px;
  }

  .tw .lg\:spacing-y-147 > :not(:last-child){
    margin-bottom: 735px;
  }

  .tw .lg\:-spacing-x-147 > :not(:last-child){
    margin-right: -735px;
  }

  .tw .lg\:-spacing-y-147 > :not(:last-child){
    margin-bottom: -735px;
  }

  .tw .lg\:spacing-x-148 > :not(:last-child){
    margin-right: 740px;
  }

  .tw .lg\:spacing-y-148 > :not(:last-child){
    margin-bottom: 740px;
  }

  .tw .lg\:-spacing-x-148 > :not(:last-child){
    margin-right: -740px;
  }

  .tw .lg\:-spacing-y-148 > :not(:last-child){
    margin-bottom: -740px;
  }

  .tw .lg\:spacing-x-149 > :not(:last-child){
    margin-right: 745px;
  }

  .tw .lg\:spacing-y-149 > :not(:last-child){
    margin-bottom: 745px;
  }

  .tw .lg\:-spacing-x-149 > :not(:last-child){
    margin-right: -745px;
  }

  .tw .lg\:-spacing-y-149 > :not(:last-child){
    margin-bottom: -745px;
  }

  .tw .spacing-x-0.lg\:5> :not(:last-child){
    margin-right: 3px;
  }

  .tw .spacing-y-0.lg\:5> :not(:last-child){
    margin-bottom: 3px;
  }

  .tw .-spacing-x-0.lg\:5> :not(:last-child){
    margin-right: -3px;
  }

  .tw .-spacing-y-0.lg\:5> :not(:last-child){
    margin-bottom: -3px;
  }
}

@media (min-width: 1280px){
  .xl\:container{
    width: 100%;
  }

  @media (min-width: 640px){
    .xl\:container{
      max-width: 640px;
    }
  }

  @media (min-width: 768px){
    .xl\:container{
      max-width: 768px;
    }
  }

  @media (min-width: 1024px){
    .xl\:container{
      max-width: 1024px;
    }
  }

  @media (min-width: 1280px){
    .xl\:container{
      max-width: 1280px;
    }
  }

  .tw .xl\:sr-only{
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border-width: 0;
  }

  .tw .xl\:not-sr-only{
    position: static;
    width: auto;
    height: auto;
    padding: 0;
    margin: 0;
    overflow: visible;
    clip: auto;
    white-space: normal;
  }

  .tw .xl\:focus-within\:sr-only:focus-within{
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border-width: 0;
  }

  .tw .xl\:focus-within\:not-sr-only:focus-within{
    position: static;
    width: auto;
    height: auto;
    padding: 0;
    margin: 0;
    overflow: visible;
    clip: auto;
    white-space: normal;
  }

  .tw .xl\:focus\:sr-only:focus{
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border-width: 0;
  }

  .tw .xl\:focus\:not-sr-only:focus{
    position: static;
    width: auto;
    height: auto;
    padding: 0;
    margin: 0;
    overflow: visible;
    clip: auto;
    white-space: normal;
  }

  .tw .xl\:pointer-events-none{
    pointer-events: none;
  }

  .tw .xl\:pointer-events-auto{
    pointer-events: auto;
  }

  .tw .xl\:static{
    position: static;
  }

  .tw .xl\:fixed{
    position: fixed;
  }

  .tw .xl\:absolute{
    position: absolute;
  }

  .tw .xl\:relative{
    position: relative;
  }

  .tw .xl\:sticky{
    position: sticky;
  }

  .tw .xl\:inset-0{
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
  }

  .tw .xl\:inset-1{
    top: 5px;
    right: 5px;
    bottom: 5px;
    left: 5px;
  }

  .tw .xl\:inset-2{
    top: 10px;
    right: 10px;
    bottom: 10px;
    left: 10px;
  }

  .tw .xl\:inset-3{
    top: 15px;
    right: 15px;
    bottom: 15px;
    left: 15px;
  }

  .tw .xl\:inset-4{
    top: 20px;
    right: 20px;
    bottom: 20px;
    left: 20px;
  }

  .tw .xl\:inset-5{
    top: 25px;
    right: 25px;
    bottom: 25px;
    left: 25px;
  }

  .tw .xl\:inset-6{
    top: 30px;
    right: 30px;
    bottom: 30px;
    left: 30px;
  }

  .tw .xl\:inset-7{
    top: 35px;
    right: 35px;
    bottom: 35px;
    left: 35px;
  }

  .tw .xl\:inset-8{
    top: 40px;
    right: 40px;
    bottom: 40px;
    left: 40px;
  }

  .tw .xl\:inset-9{
    top: 45px;
    right: 45px;
    bottom: 45px;
    left: 45px;
  }

  .tw .xl\:inset-10{
    top: 50px;
    right: 50px;
    bottom: 50px;
    left: 50px;
  }

  .tw .xl\:inset-11{
    top: 55px;
    right: 55px;
    bottom: 55px;
    left: 55px;
  }

  .tw .xl\:inset-12{
    top: 60px;
    right: 60px;
    bottom: 60px;
    left: 60px;
  }

  .tw .xl\:inset-13{
    top: 65px;
    right: 65px;
    bottom: 65px;
    left: 65px;
  }

  .tw .xl\:inset-14{
    top: 70px;
    right: 70px;
    bottom: 70px;
    left: 70px;
  }

  .tw .xl\:inset-15{
    top: 75px;
    right: 75px;
    bottom: 75px;
    left: 75px;
  }

  .tw .xl\:inset-16{
    top: 80px;
    right: 80px;
    bottom: 80px;
    left: 80px;
  }

  .tw .xl\:inset-17{
    top: 85px;
    right: 85px;
    bottom: 85px;
    left: 85px;
  }

  .tw .xl\:inset-18{
    top: 90px;
    right: 90px;
    bottom: 90px;
    left: 90px;
  }

  .tw .xl\:inset-19{
    top: 95px;
    right: 95px;
    bottom: 95px;
    left: 95px;
  }

  .tw .xl\:inset-20{
    top: 100px;
    right: 100px;
    bottom: 100px;
    left: 100px;
  }

  .tw .xl\:inset-21{
    top: 105px;
    right: 105px;
    bottom: 105px;
    left: 105px;
  }

  .tw .xl\:inset-22{
    top: 110px;
    right: 110px;
    bottom: 110px;
    left: 110px;
  }

  .tw .xl\:inset-23{
    top: 115px;
    right: 115px;
    bottom: 115px;
    left: 115px;
  }

  .tw .xl\:inset-24{
    top: 120px;
    right: 120px;
    bottom: 120px;
    left: 120px;
  }

  .tw .xl\:inset-25{
    top: 125px;
    right: 125px;
    bottom: 125px;
    left: 125px;
  }

  .tw .xl\:inset-26{
    top: 130px;
    right: 130px;
    bottom: 130px;
    left: 130px;
  }

  .tw .xl\:inset-27{
    top: 135px;
    right: 135px;
    bottom: 135px;
    left: 135px;
  }

  .tw .xl\:inset-28{
    top: 140px;
    right: 140px;
    bottom: 140px;
    left: 140px;
  }

  .tw .xl\:inset-29{
    top: 145px;
    right: 145px;
    bottom: 145px;
    left: 145px;
  }

  .tw .xl\:inset-30{
    top: 150px;
    right: 150px;
    bottom: 150px;
    left: 150px;
  }

  .tw .xl\:inset-31{
    top: 155px;
    right: 155px;
    bottom: 155px;
    left: 155px;
  }

  .tw .xl\:inset-32{
    top: 160px;
    right: 160px;
    bottom: 160px;
    left: 160px;
  }

  .tw .xl\:inset-33{
    top: 165px;
    right: 165px;
    bottom: 165px;
    left: 165px;
  }

  .tw .xl\:inset-34{
    top: 170px;
    right: 170px;
    bottom: 170px;
    left: 170px;
  }

  .tw .xl\:inset-35{
    top: 175px;
    right: 175px;
    bottom: 175px;
    left: 175px;
  }

  .tw .xl\:inset-36{
    top: 180px;
    right: 180px;
    bottom: 180px;
    left: 180px;
  }

  .tw .xl\:inset-37{
    top: 185px;
    right: 185px;
    bottom: 185px;
    left: 185px;
  }

  .tw .xl\:inset-38{
    top: 190px;
    right: 190px;
    bottom: 190px;
    left: 190px;
  }

  .tw .xl\:inset-39{
    top: 195px;
    right: 195px;
    bottom: 195px;
    left: 195px;
  }

  .tw .xl\:inset-40{
    top: 200px;
    right: 200px;
    bottom: 200px;
    left: 200px;
  }

  .tw .xl\:inset-41{
    top: 205px;
    right: 205px;
    bottom: 205px;
    left: 205px;
  }

  .tw .xl\:inset-42{
    top: 210px;
    right: 210px;
    bottom: 210px;
    left: 210px;
  }

  .tw .xl\:inset-43{
    top: 215px;
    right: 215px;
    bottom: 215px;
    left: 215px;
  }

  .tw .xl\:inset-44{
    top: 220px;
    right: 220px;
    bottom: 220px;
    left: 220px;
  }

  .tw .xl\:inset-45{
    top: 225px;
    right: 225px;
    bottom: 225px;
    left: 225px;
  }

  .tw .xl\:inset-46{
    top: 230px;
    right: 230px;
    bottom: 230px;
    left: 230px;
  }

  .tw .xl\:inset-47{
    top: 235px;
    right: 235px;
    bottom: 235px;
    left: 235px;
  }

  .tw .xl\:inset-48{
    top: 240px;
    right: 240px;
    bottom: 240px;
    left: 240px;
  }

  .tw .xl\:inset-49{
    top: 245px;
    right: 245px;
    bottom: 245px;
    left: 245px;
  }

  .tw .xl\:inset-50{
    top: 250px;
    right: 250px;
    bottom: 250px;
    left: 250px;
  }

  .tw .xl\:inset-51{
    top: 255px;
    right: 255px;
    bottom: 255px;
    left: 255px;
  }

  .tw .xl\:inset-52{
    top: 260px;
    right: 260px;
    bottom: 260px;
    left: 260px;
  }

  .tw .xl\:inset-53{
    top: 265px;
    right: 265px;
    bottom: 265px;
    left: 265px;
  }

  .tw .xl\:inset-54{
    top: 270px;
    right: 270px;
    bottom: 270px;
    left: 270px;
  }

  .tw .xl\:inset-55{
    top: 275px;
    right: 275px;
    bottom: 275px;
    left: 275px;
  }

  .tw .xl\:inset-56{
    top: 280px;
    right: 280px;
    bottom: 280px;
    left: 280px;
  }

  .tw .xl\:inset-57{
    top: 285px;
    right: 285px;
    bottom: 285px;
    left: 285px;
  }

  .tw .xl\:inset-58{
    top: 290px;
    right: 290px;
    bottom: 290px;
    left: 290px;
  }

  .tw .xl\:inset-59{
    top: 295px;
    right: 295px;
    bottom: 295px;
    left: 295px;
  }

  .tw .xl\:inset-60{
    top: 300px;
    right: 300px;
    bottom: 300px;
    left: 300px;
  }

  .tw .xl\:inset-61{
    top: 305px;
    right: 305px;
    bottom: 305px;
    left: 305px;
  }

  .tw .xl\:inset-62{
    top: 310px;
    right: 310px;
    bottom: 310px;
    left: 310px;
  }

  .tw .xl\:inset-63{
    top: 315px;
    right: 315px;
    bottom: 315px;
    left: 315px;
  }

  .tw .xl\:inset-64{
    top: 320px;
    right: 320px;
    bottom: 320px;
    left: 320px;
  }

  .tw .xl\:inset-65{
    top: 325px;
    right: 325px;
    bottom: 325px;
    left: 325px;
  }

  .tw .xl\:inset-66{
    top: 330px;
    right: 330px;
    bottom: 330px;
    left: 330px;
  }

  .tw .xl\:inset-67{
    top: 335px;
    right: 335px;
    bottom: 335px;
    left: 335px;
  }

  .tw .xl\:inset-68{
    top: 340px;
    right: 340px;
    bottom: 340px;
    left: 340px;
  }

  .tw .xl\:inset-69{
    top: 345px;
    right: 345px;
    bottom: 345px;
    left: 345px;
  }

  .tw .xl\:inset-70{
    top: 350px;
    right: 350px;
    bottom: 350px;
    left: 350px;
  }

  .tw .xl\:inset-71{
    top: 355px;
    right: 355px;
    bottom: 355px;
    left: 355px;
  }

  .tw .xl\:inset-72{
    top: 360px;
    right: 360px;
    bottom: 360px;
    left: 360px;
  }

  .tw .xl\:inset-73{
    top: 365px;
    right: 365px;
    bottom: 365px;
    left: 365px;
  }

  .tw .xl\:inset-74{
    top: 370px;
    right: 370px;
    bottom: 370px;
    left: 370px;
  }

  .tw .xl\:inset-75{
    top: 375px;
    right: 375px;
    bottom: 375px;
    left: 375px;
  }

  .tw .xl\:inset-76{
    top: 380px;
    right: 380px;
    bottom: 380px;
    left: 380px;
  }

  .tw .xl\:inset-77{
    top: 385px;
    right: 385px;
    bottom: 385px;
    left: 385px;
  }

  .tw .xl\:inset-78{
    top: 390px;
    right: 390px;
    bottom: 390px;
    left: 390px;
  }

  .tw .xl\:inset-79{
    top: 395px;
    right: 395px;
    bottom: 395px;
    left: 395px;
  }

  .tw .xl\:inset-80{
    top: 400px;
    right: 400px;
    bottom: 400px;
    left: 400px;
  }

  .tw .xl\:inset-81{
    top: 405px;
    right: 405px;
    bottom: 405px;
    left: 405px;
  }

  .tw .xl\:inset-82{
    top: 410px;
    right: 410px;
    bottom: 410px;
    left: 410px;
  }

  .tw .xl\:inset-83{
    top: 415px;
    right: 415px;
    bottom: 415px;
    left: 415px;
  }

  .tw .xl\:inset-84{
    top: 420px;
    right: 420px;
    bottom: 420px;
    left: 420px;
  }

  .tw .xl\:inset-85{
    top: 425px;
    right: 425px;
    bottom: 425px;
    left: 425px;
  }

  .tw .xl\:inset-86{
    top: 430px;
    right: 430px;
    bottom: 430px;
    left: 430px;
  }

  .tw .xl\:inset-87{
    top: 435px;
    right: 435px;
    bottom: 435px;
    left: 435px;
  }

  .tw .xl\:inset-88{
    top: 440px;
    right: 440px;
    bottom: 440px;
    left: 440px;
  }

  .tw .xl\:inset-89{
    top: 445px;
    right: 445px;
    bottom: 445px;
    left: 445px;
  }

  .tw .xl\:inset-90{
    top: 450px;
    right: 450px;
    bottom: 450px;
    left: 450px;
  }

  .tw .xl\:inset-91{
    top: 455px;
    right: 455px;
    bottom: 455px;
    left: 455px;
  }

  .tw .xl\:inset-92{
    top: 460px;
    right: 460px;
    bottom: 460px;
    left: 460px;
  }

  .tw .xl\:inset-93{
    top: 465px;
    right: 465px;
    bottom: 465px;
    left: 465px;
  }

  .tw .xl\:inset-94{
    top: 470px;
    right: 470px;
    bottom: 470px;
    left: 470px;
  }

  .tw .xl\:inset-95{
    top: 475px;
    right: 475px;
    bottom: 475px;
    left: 475px;
  }

  .tw .xl\:inset-96{
    top: 480px;
    right: 480px;
    bottom: 480px;
    left: 480px;
  }

  .tw .xl\:inset-97{
    top: 485px;
    right: 485px;
    bottom: 485px;
    left: 485px;
  }

  .tw .xl\:inset-98{
    top: 490px;
    right: 490px;
    bottom: 490px;
    left: 490px;
  }

  .tw .xl\:inset-99{
    top: 495px;
    right: 495px;
    bottom: 495px;
    left: 495px;
  }

  .tw .xl\:inset-100{
    top: 500px;
    right: 500px;
    bottom: 500px;
    left: 500px;
  }

  .tw .xl\:inset-101{
    top: 505px;
    right: 505px;
    bottom: 505px;
    left: 505px;
  }

  .tw .xl\:inset-102{
    top: 510px;
    right: 510px;
    bottom: 510px;
    left: 510px;
  }

  .tw .xl\:inset-103{
    top: 515px;
    right: 515px;
    bottom: 515px;
    left: 515px;
  }

  .tw .xl\:inset-104{
    top: 520px;
    right: 520px;
    bottom: 520px;
    left: 520px;
  }

  .tw .xl\:inset-105{
    top: 525px;
    right: 525px;
    bottom: 525px;
    left: 525px;
  }

  .tw .xl\:inset-106{
    top: 530px;
    right: 530px;
    bottom: 530px;
    left: 530px;
  }

  .tw .xl\:inset-107{
    top: 535px;
    right: 535px;
    bottom: 535px;
    left: 535px;
  }

  .tw .xl\:inset-108{
    top: 540px;
    right: 540px;
    bottom: 540px;
    left: 540px;
  }

  .tw .xl\:inset-109{
    top: 545px;
    right: 545px;
    bottom: 545px;
    left: 545px;
  }

  .tw .xl\:inset-110{
    top: 550px;
    right: 550px;
    bottom: 550px;
    left: 550px;
  }

  .tw .xl\:inset-111{
    top: 555px;
    right: 555px;
    bottom: 555px;
    left: 555px;
  }

  .tw .xl\:inset-112{
    top: 560px;
    right: 560px;
    bottom: 560px;
    left: 560px;
  }

  .tw .xl\:inset-113{
    top: 565px;
    right: 565px;
    bottom: 565px;
    left: 565px;
  }

  .tw .xl\:inset-114{
    top: 570px;
    right: 570px;
    bottom: 570px;
    left: 570px;
  }

  .tw .xl\:inset-115{
    top: 575px;
    right: 575px;
    bottom: 575px;
    left: 575px;
  }

  .tw .xl\:inset-116{
    top: 580px;
    right: 580px;
    bottom: 580px;
    left: 580px;
  }

  .tw .xl\:inset-117{
    top: 585px;
    right: 585px;
    bottom: 585px;
    left: 585px;
  }

  .tw .xl\:inset-118{
    top: 590px;
    right: 590px;
    bottom: 590px;
    left: 590px;
  }

  .tw .xl\:inset-119{
    top: 595px;
    right: 595px;
    bottom: 595px;
    left: 595px;
  }

  .tw .xl\:inset-120{
    top: 600px;
    right: 600px;
    bottom: 600px;
    left: 600px;
  }

  .tw .xl\:inset-121{
    top: 605px;
    right: 605px;
    bottom: 605px;
    left: 605px;
  }

  .tw .xl\:inset-122{
    top: 610px;
    right: 610px;
    bottom: 610px;
    left: 610px;
  }

  .tw .xl\:inset-123{
    top: 615px;
    right: 615px;
    bottom: 615px;
    left: 615px;
  }

  .tw .xl\:inset-124{
    top: 620px;
    right: 620px;
    bottom: 620px;
    left: 620px;
  }

  .tw .xl\:inset-125{
    top: 625px;
    right: 625px;
    bottom: 625px;
    left: 625px;
  }

  .tw .xl\:inset-126{
    top: 630px;
    right: 630px;
    bottom: 630px;
    left: 630px;
  }

  .tw .xl\:inset-127{
    top: 635px;
    right: 635px;
    bottom: 635px;
    left: 635px;
  }

  .tw .xl\:inset-128{
    top: 640px;
    right: 640px;
    bottom: 640px;
    left: 640px;
  }

  .tw .xl\:inset-129{
    top: 645px;
    right: 645px;
    bottom: 645px;
    left: 645px;
  }

  .tw .xl\:inset-130{
    top: 650px;
    right: 650px;
    bottom: 650px;
    left: 650px;
  }

  .tw .xl\:inset-131{
    top: 655px;
    right: 655px;
    bottom: 655px;
    left: 655px;
  }

  .tw .xl\:inset-132{
    top: 660px;
    right: 660px;
    bottom: 660px;
    left: 660px;
  }

  .tw .xl\:inset-133{
    top: 665px;
    right: 665px;
    bottom: 665px;
    left: 665px;
  }

  .tw .xl\:inset-134{
    top: 670px;
    right: 670px;
    bottom: 670px;
    left: 670px;
  }

  .tw .xl\:inset-135{
    top: 675px;
    right: 675px;
    bottom: 675px;
    left: 675px;
  }

  .tw .xl\:inset-136{
    top: 680px;
    right: 680px;
    bottom: 680px;
    left: 680px;
  }

  .tw .xl\:inset-137{
    top: 685px;
    right: 685px;
    bottom: 685px;
    left: 685px;
  }

  .tw .xl\:inset-138{
    top: 690px;
    right: 690px;
    bottom: 690px;
    left: 690px;
  }

  .tw .xl\:inset-139{
    top: 695px;
    right: 695px;
    bottom: 695px;
    left: 695px;
  }

  .tw .xl\:inset-140{
    top: 700px;
    right: 700px;
    bottom: 700px;
    left: 700px;
  }

  .tw .xl\:inset-141{
    top: 705px;
    right: 705px;
    bottom: 705px;
    left: 705px;
  }

  .tw .xl\:inset-142{
    top: 710px;
    right: 710px;
    bottom: 710px;
    left: 710px;
  }

  .tw .xl\:inset-143{
    top: 715px;
    right: 715px;
    bottom: 715px;
    left: 715px;
  }

  .tw .xl\:inset-144{
    top: 720px;
    right: 720px;
    bottom: 720px;
    left: 720px;
  }

  .tw .xl\:inset-145{
    top: 725px;
    right: 725px;
    bottom: 725px;
    left: 725px;
  }

  .tw .xl\:inset-146{
    top: 730px;
    right: 730px;
    bottom: 730px;
    left: 730px;
  }

  .tw .xl\:inset-147{
    top: 735px;
    right: 735px;
    bottom: 735px;
    left: 735px;
  }

  .tw .xl\:inset-148{
    top: 740px;
    right: 740px;
    bottom: 740px;
    left: 740px;
  }

  .tw .xl\:inset-149{
    top: 745px;
    right: 745px;
    bottom: 745px;
    left: 745px;
  }

  .tw .xl\:inset-auto{
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
  }

  .tw .xl\:inset-0\.5{
    top: 3px;
    right: 3px;
    bottom: 3px;
    left: 3px;
  }

  .tw .xl\:inset-1px{
    top: 1px;
    right: 1px;
    bottom: 1px;
    left: 1px;
  }

  .tw .xl\:inset-2px{
    top: 2px;
    right: 2px;
    bottom: 2px;
    left: 2px;
  }

  .tw .xl\:inset-3px{
    top: 3px;
    right: 3px;
    bottom: 3px;
    left: 3px;
  }

  .tw .xl\:inset-4px{
    top: 4px;
    right: 4px;
    bottom: 4px;
    left: 4px;
  }

  .tw .xl\:inset-5px{
    top: 5px;
    right: 5px;
    bottom: 5px;
    left: 5px;
  }

  .tw .xl\:inset-6px{
    top: 6px;
    right: 6px;
    bottom: 6px;
    left: 6px;
  }

  .tw .xl\:inset-7px{
    top: 7px;
    right: 7px;
    bottom: 7px;
    left: 7px;
  }

  .tw .xl\:inset-8px{
    top: 8px;
    right: 8px;
    bottom: 8px;
    left: 8px;
  }

  .tw .xl\:inset-9px{
    top: 9px;
    right: 9px;
    bottom: 9px;
    left: 9px;
  }

  .tw .xl\:inset-10px{
    top: 10px;
    right: 10px;
    bottom: 10px;
    left: 10px;
  }

  .tw .xl\:inset-11px{
    top: 11px;
    right: 11px;
    bottom: 11px;
    left: 11px;
  }

  .tw .xl\:inset-12px{
    top: 12px;
    right: 12px;
    bottom: 12px;
    left: 12px;
  }

  .tw .xl\:inset-13px{
    top: 13px;
    right: 13px;
    bottom: 13px;
    left: 13px;
  }

  .tw .xl\:inset-14px{
    top: 14px;
    right: 14px;
    bottom: 14px;
    left: 14px;
  }

  .tw .xl\:inset-15px{
    top: 15px;
    right: 15px;
    bottom: 15px;
    left: 15px;
  }

  .tw .xl\:inset-16px{
    top: 16px;
    right: 16px;
    bottom: 16px;
    left: 16px;
  }

  .tw .xl\:inset-17px{
    top: 17px;
    right: 17px;
    bottom: 17px;
    left: 17px;
  }

  .tw .xl\:inset-18px{
    top: 18px;
    right: 18px;
    bottom: 18px;
    left: 18px;
  }

  .tw .xl\:inset-19px{
    top: 19px;
    right: 19px;
    bottom: 19px;
    left: 19px;
  }

  .tw .xl\:inset-20px{
    top: 20px;
    right: 20px;
    bottom: 20px;
    left: 20px;
  }

  .tw .xl\:inset-21px{
    top: 21px;
    right: 21px;
    bottom: 21px;
    left: 21px;
  }

  .tw .xl\:inset-22px{
    top: 22px;
    right: 22px;
    bottom: 22px;
    left: 22px;
  }

  .tw .xl\:inset-23px{
    top: 23px;
    right: 23px;
    bottom: 23px;
    left: 23px;
  }

  .tw .xl\:inset-24px{
    top: 24px;
    right: 24px;
    bottom: 24px;
    left: 24px;
  }

  .tw .xl\:inset-25px{
    top: 25px;
    right: 25px;
    bottom: 25px;
    left: 25px;
  }

  .tw .xl\:inset-26px{
    top: 26px;
    right: 26px;
    bottom: 26px;
    left: 26px;
  }

  .tw .xl\:inset-27px{
    top: 27px;
    right: 27px;
    bottom: 27px;
    left: 27px;
  }

  .tw .xl\:inset-28px{
    top: 28px;
    right: 28px;
    bottom: 28px;
    left: 28px;
  }

  .tw .xl\:inset-29px{
    top: 29px;
    right: 29px;
    bottom: 29px;
    left: 29px;
  }

  .tw .xl\:inset-30px{
    top: 30px;
    right: 30px;
    bottom: 30px;
    left: 30px;
  }

  .tw .xl\:inset-31px{
    top: 31px;
    right: 31px;
    bottom: 31px;
    left: 31px;
  }

  .tw .xl\:inset-32px{
    top: 32px;
    right: 32px;
    bottom: 32px;
    left: 32px;
  }

  .tw .xl\:inset-33px{
    top: 33px;
    right: 33px;
    bottom: 33px;
    left: 33px;
  }

  .tw .xl\:inset-34px{
    top: 34px;
    right: 34px;
    bottom: 34px;
    left: 34px;
  }

  .tw .xl\:inset-35px{
    top: 35px;
    right: 35px;
    bottom: 35px;
    left: 35px;
  }

  .tw .xl\:inset-36px{
    top: 36px;
    right: 36px;
    bottom: 36px;
    left: 36px;
  }

  .tw .xl\:inset-37px{
    top: 37px;
    right: 37px;
    bottom: 37px;
    left: 37px;
  }

  .tw .xl\:inset-38px{
    top: 38px;
    right: 38px;
    bottom: 38px;
    left: 38px;
  }

  .tw .xl\:inset-39px{
    top: 39px;
    right: 39px;
    bottom: 39px;
    left: 39px;
  }

  .tw .xl\:inset-40px{
    top: 40px;
    right: 40px;
    bottom: 40px;
    left: 40px;
  }

  .tw .xl\:-inset-0{
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
  }

  .tw .xl\:-inset-1{
    top: -5px;
    right: -5px;
    bottom: -5px;
    left: -5px;
  }

  .tw .xl\:-inset-2{
    top: -10px;
    right: -10px;
    bottom: -10px;
    left: -10px;
  }

  .tw .xl\:-inset-3{
    top: -15px;
    right: -15px;
    bottom: -15px;
    left: -15px;
  }

  .tw .xl\:-inset-4{
    top: -20px;
    right: -20px;
    bottom: -20px;
    left: -20px;
  }

  .tw .xl\:-inset-5{
    top: -25px;
    right: -25px;
    bottom: -25px;
    left: -25px;
  }

  .tw .xl\:-inset-6{
    top: -30px;
    right: -30px;
    bottom: -30px;
    left: -30px;
  }

  .tw .xl\:-inset-7{
    top: -35px;
    right: -35px;
    bottom: -35px;
    left: -35px;
  }

  .tw .xl\:-inset-8{
    top: -40px;
    right: -40px;
    bottom: -40px;
    left: -40px;
  }

  .tw .xl\:-inset-9{
    top: -45px;
    right: -45px;
    bottom: -45px;
    left: -45px;
  }

  .tw .xl\:-inset-10{
    top: -50px;
    right: -50px;
    bottom: -50px;
    left: -50px;
  }

  .tw .xl\:-inset-11{
    top: -55px;
    right: -55px;
    bottom: -55px;
    left: -55px;
  }

  .tw .xl\:-inset-12{
    top: -60px;
    right: -60px;
    bottom: -60px;
    left: -60px;
  }

  .tw .xl\:-inset-13{
    top: -65px;
    right: -65px;
    bottom: -65px;
    left: -65px;
  }

  .tw .xl\:-inset-14{
    top: -70px;
    right: -70px;
    bottom: -70px;
    left: -70px;
  }

  .tw .xl\:-inset-15{
    top: -75px;
    right: -75px;
    bottom: -75px;
    left: -75px;
  }

  .tw .xl\:-inset-16{
    top: -80px;
    right: -80px;
    bottom: -80px;
    left: -80px;
  }

  .tw .xl\:-inset-17{
    top: -85px;
    right: -85px;
    bottom: -85px;
    left: -85px;
  }

  .tw .xl\:-inset-18{
    top: -90px;
    right: -90px;
    bottom: -90px;
    left: -90px;
  }

  .tw .xl\:-inset-19{
    top: -95px;
    right: -95px;
    bottom: -95px;
    left: -95px;
  }

  .tw .xl\:-inset-20{
    top: -100px;
    right: -100px;
    bottom: -100px;
    left: -100px;
  }

  .tw .xl\:-inset-21{
    top: -105px;
    right: -105px;
    bottom: -105px;
    left: -105px;
  }

  .tw .xl\:-inset-22{
    top: -110px;
    right: -110px;
    bottom: -110px;
    left: -110px;
  }

  .tw .xl\:-inset-23{
    top: -115px;
    right: -115px;
    bottom: -115px;
    left: -115px;
  }

  .tw .xl\:-inset-24{
    top: -120px;
    right: -120px;
    bottom: -120px;
    left: -120px;
  }

  .tw .xl\:-inset-25{
    top: -125px;
    right: -125px;
    bottom: -125px;
    left: -125px;
  }

  .tw .xl\:-inset-26{
    top: -130px;
    right: -130px;
    bottom: -130px;
    left: -130px;
  }

  .tw .xl\:-inset-27{
    top: -135px;
    right: -135px;
    bottom: -135px;
    left: -135px;
  }

  .tw .xl\:-inset-28{
    top: -140px;
    right: -140px;
    bottom: -140px;
    left: -140px;
  }

  .tw .xl\:-inset-29{
    top: -145px;
    right: -145px;
    bottom: -145px;
    left: -145px;
  }

  .tw .xl\:-inset-30{
    top: -150px;
    right: -150px;
    bottom: -150px;
    left: -150px;
  }

  .tw .xl\:-inset-31{
    top: -155px;
    right: -155px;
    bottom: -155px;
    left: -155px;
  }

  .tw .xl\:-inset-32{
    top: -160px;
    right: -160px;
    bottom: -160px;
    left: -160px;
  }

  .tw .xl\:-inset-33{
    top: -165px;
    right: -165px;
    bottom: -165px;
    left: -165px;
  }

  .tw .xl\:-inset-34{
    top: -170px;
    right: -170px;
    bottom: -170px;
    left: -170px;
  }

  .tw .xl\:-inset-35{
    top: -175px;
    right: -175px;
    bottom: -175px;
    left: -175px;
  }

  .tw .xl\:-inset-36{
    top: -180px;
    right: -180px;
    bottom: -180px;
    left: -180px;
  }

  .tw .xl\:-inset-37{
    top: -185px;
    right: -185px;
    bottom: -185px;
    left: -185px;
  }

  .tw .xl\:-inset-38{
    top: -190px;
    right: -190px;
    bottom: -190px;
    left: -190px;
  }

  .tw .xl\:-inset-39{
    top: -195px;
    right: -195px;
    bottom: -195px;
    left: -195px;
  }

  .tw .xl\:-inset-40{
    top: -200px;
    right: -200px;
    bottom: -200px;
    left: -200px;
  }

  .tw .xl\:-inset-41{
    top: -205px;
    right: -205px;
    bottom: -205px;
    left: -205px;
  }

  .tw .xl\:-inset-42{
    top: -210px;
    right: -210px;
    bottom: -210px;
    left: -210px;
  }

  .tw .xl\:-inset-43{
    top: -215px;
    right: -215px;
    bottom: -215px;
    left: -215px;
  }

  .tw .xl\:-inset-44{
    top: -220px;
    right: -220px;
    bottom: -220px;
    left: -220px;
  }

  .tw .xl\:-inset-45{
    top: -225px;
    right: -225px;
    bottom: -225px;
    left: -225px;
  }

  .tw .xl\:-inset-46{
    top: -230px;
    right: -230px;
    bottom: -230px;
    left: -230px;
  }

  .tw .xl\:-inset-47{
    top: -235px;
    right: -235px;
    bottom: -235px;
    left: -235px;
  }

  .tw .xl\:-inset-48{
    top: -240px;
    right: -240px;
    bottom: -240px;
    left: -240px;
  }

  .tw .xl\:-inset-49{
    top: -245px;
    right: -245px;
    bottom: -245px;
    left: -245px;
  }

  .tw .xl\:-inset-50{
    top: -250px;
    right: -250px;
    bottom: -250px;
    left: -250px;
  }

  .tw .xl\:-inset-51{
    top: -255px;
    right: -255px;
    bottom: -255px;
    left: -255px;
  }

  .tw .xl\:-inset-52{
    top: -260px;
    right: -260px;
    bottom: -260px;
    left: -260px;
  }

  .tw .xl\:-inset-53{
    top: -265px;
    right: -265px;
    bottom: -265px;
    left: -265px;
  }

  .tw .xl\:-inset-54{
    top: -270px;
    right: -270px;
    bottom: -270px;
    left: -270px;
  }

  .tw .xl\:-inset-55{
    top: -275px;
    right: -275px;
    bottom: -275px;
    left: -275px;
  }

  .tw .xl\:-inset-56{
    top: -280px;
    right: -280px;
    bottom: -280px;
    left: -280px;
  }

  .tw .xl\:-inset-57{
    top: -285px;
    right: -285px;
    bottom: -285px;
    left: -285px;
  }

  .tw .xl\:-inset-58{
    top: -290px;
    right: -290px;
    bottom: -290px;
    left: -290px;
  }

  .tw .xl\:-inset-59{
    top: -295px;
    right: -295px;
    bottom: -295px;
    left: -295px;
  }

  .tw .xl\:-inset-60{
    top: -300px;
    right: -300px;
    bottom: -300px;
    left: -300px;
  }

  .tw .xl\:-inset-61{
    top: -305px;
    right: -305px;
    bottom: -305px;
    left: -305px;
  }

  .tw .xl\:-inset-62{
    top: -310px;
    right: -310px;
    bottom: -310px;
    left: -310px;
  }

  .tw .xl\:-inset-63{
    top: -315px;
    right: -315px;
    bottom: -315px;
    left: -315px;
  }

  .tw .xl\:-inset-64{
    top: -320px;
    right: -320px;
    bottom: -320px;
    left: -320px;
  }

  .tw .xl\:-inset-65{
    top: -325px;
    right: -325px;
    bottom: -325px;
    left: -325px;
  }

  .tw .xl\:-inset-66{
    top: -330px;
    right: -330px;
    bottom: -330px;
    left: -330px;
  }

  .tw .xl\:-inset-67{
    top: -335px;
    right: -335px;
    bottom: -335px;
    left: -335px;
  }

  .tw .xl\:-inset-68{
    top: -340px;
    right: -340px;
    bottom: -340px;
    left: -340px;
  }

  .tw .xl\:-inset-69{
    top: -345px;
    right: -345px;
    bottom: -345px;
    left: -345px;
  }

  .tw .xl\:-inset-70{
    top: -350px;
    right: -350px;
    bottom: -350px;
    left: -350px;
  }

  .tw .xl\:-inset-71{
    top: -355px;
    right: -355px;
    bottom: -355px;
    left: -355px;
  }

  .tw .xl\:-inset-72{
    top: -360px;
    right: -360px;
    bottom: -360px;
    left: -360px;
  }

  .tw .xl\:-inset-73{
    top: -365px;
    right: -365px;
    bottom: -365px;
    left: -365px;
  }

  .tw .xl\:-inset-74{
    top: -370px;
    right: -370px;
    bottom: -370px;
    left: -370px;
  }

  .tw .xl\:-inset-75{
    top: -375px;
    right: -375px;
    bottom: -375px;
    left: -375px;
  }

  .tw .xl\:-inset-76{
    top: -380px;
    right: -380px;
    bottom: -380px;
    left: -380px;
  }

  .tw .xl\:-inset-77{
    top: -385px;
    right: -385px;
    bottom: -385px;
    left: -385px;
  }

  .tw .xl\:-inset-78{
    top: -390px;
    right: -390px;
    bottom: -390px;
    left: -390px;
  }

  .tw .xl\:-inset-79{
    top: -395px;
    right: -395px;
    bottom: -395px;
    left: -395px;
  }

  .tw .xl\:-inset-80{
    top: -400px;
    right: -400px;
    bottom: -400px;
    left: -400px;
  }

  .tw .xl\:-inset-81{
    top: -405px;
    right: -405px;
    bottom: -405px;
    left: -405px;
  }

  .tw .xl\:-inset-82{
    top: -410px;
    right: -410px;
    bottom: -410px;
    left: -410px;
  }

  .tw .xl\:-inset-83{
    top: -415px;
    right: -415px;
    bottom: -415px;
    left: -415px;
  }

  .tw .xl\:-inset-84{
    top: -420px;
    right: -420px;
    bottom: -420px;
    left: -420px;
  }

  .tw .xl\:-inset-85{
    top: -425px;
    right: -425px;
    bottom: -425px;
    left: -425px;
  }

  .tw .xl\:-inset-86{
    top: -430px;
    right: -430px;
    bottom: -430px;
    left: -430px;
  }

  .tw .xl\:-inset-87{
    top: -435px;
    right: -435px;
    bottom: -435px;
    left: -435px;
  }

  .tw .xl\:-inset-88{
    top: -440px;
    right: -440px;
    bottom: -440px;
    left: -440px;
  }

  .tw .xl\:-inset-89{
    top: -445px;
    right: -445px;
    bottom: -445px;
    left: -445px;
  }

  .tw .xl\:-inset-90{
    top: -450px;
    right: -450px;
    bottom: -450px;
    left: -450px;
  }

  .tw .xl\:-inset-91{
    top: -455px;
    right: -455px;
    bottom: -455px;
    left: -455px;
  }

  .tw .xl\:-inset-92{
    top: -460px;
    right: -460px;
    bottom: -460px;
    left: -460px;
  }

  .tw .xl\:-inset-93{
    top: -465px;
    right: -465px;
    bottom: -465px;
    left: -465px;
  }

  .tw .xl\:-inset-94{
    top: -470px;
    right: -470px;
    bottom: -470px;
    left: -470px;
  }

  .tw .xl\:-inset-95{
    top: -475px;
    right: -475px;
    bottom: -475px;
    left: -475px;
  }

  .tw .xl\:-inset-96{
    top: -480px;
    right: -480px;
    bottom: -480px;
    left: -480px;
  }

  .tw .xl\:-inset-97{
    top: -485px;
    right: -485px;
    bottom: -485px;
    left: -485px;
  }

  .tw .xl\:-inset-98{
    top: -490px;
    right: -490px;
    bottom: -490px;
    left: -490px;
  }

  .tw .xl\:-inset-99{
    top: -495px;
    right: -495px;
    bottom: -495px;
    left: -495px;
  }

  .tw .xl\:-inset-100{
    top: -500px;
    right: -500px;
    bottom: -500px;
    left: -500px;
  }

  .tw .xl\:-inset-101{
    top: -505px;
    right: -505px;
    bottom: -505px;
    left: -505px;
  }

  .tw .xl\:-inset-102{
    top: -510px;
    right: -510px;
    bottom: -510px;
    left: -510px;
  }

  .tw .xl\:-inset-103{
    top: -515px;
    right: -515px;
    bottom: -515px;
    left: -515px;
  }

  .tw .xl\:-inset-104{
    top: -520px;
    right: -520px;
    bottom: -520px;
    left: -520px;
  }

  .tw .xl\:-inset-105{
    top: -525px;
    right: -525px;
    bottom: -525px;
    left: -525px;
  }

  .tw .xl\:-inset-106{
    top: -530px;
    right: -530px;
    bottom: -530px;
    left: -530px;
  }

  .tw .xl\:-inset-107{
    top: -535px;
    right: -535px;
    bottom: -535px;
    left: -535px;
  }

  .tw .xl\:-inset-108{
    top: -540px;
    right: -540px;
    bottom: -540px;
    left: -540px;
  }

  .tw .xl\:-inset-109{
    top: -545px;
    right: -545px;
    bottom: -545px;
    left: -545px;
  }

  .tw .xl\:-inset-110{
    top: -550px;
    right: -550px;
    bottom: -550px;
    left: -550px;
  }

  .tw .xl\:-inset-111{
    top: -555px;
    right: -555px;
    bottom: -555px;
    left: -555px;
  }

  .tw .xl\:-inset-112{
    top: -560px;
    right: -560px;
    bottom: -560px;
    left: -560px;
  }

  .tw .xl\:-inset-113{
    top: -565px;
    right: -565px;
    bottom: -565px;
    left: -565px;
  }

  .tw .xl\:-inset-114{
    top: -570px;
    right: -570px;
    bottom: -570px;
    left: -570px;
  }

  .tw .xl\:-inset-115{
    top: -575px;
    right: -575px;
    bottom: -575px;
    left: -575px;
  }

  .tw .xl\:-inset-116{
    top: -580px;
    right: -580px;
    bottom: -580px;
    left: -580px;
  }

  .tw .xl\:-inset-117{
    top: -585px;
    right: -585px;
    bottom: -585px;
    left: -585px;
  }

  .tw .xl\:-inset-118{
    top: -590px;
    right: -590px;
    bottom: -590px;
    left: -590px;
  }

  .tw .xl\:-inset-119{
    top: -595px;
    right: -595px;
    bottom: -595px;
    left: -595px;
  }

  .tw .xl\:-inset-120{
    top: -600px;
    right: -600px;
    bottom: -600px;
    left: -600px;
  }

  .tw .xl\:-inset-121{
    top: -605px;
    right: -605px;
    bottom: -605px;
    left: -605px;
  }

  .tw .xl\:-inset-122{
    top: -610px;
    right: -610px;
    bottom: -610px;
    left: -610px;
  }

  .tw .xl\:-inset-123{
    top: -615px;
    right: -615px;
    bottom: -615px;
    left: -615px;
  }

  .tw .xl\:-inset-124{
    top: -620px;
    right: -620px;
    bottom: -620px;
    left: -620px;
  }

  .tw .xl\:-inset-125{
    top: -625px;
    right: -625px;
    bottom: -625px;
    left: -625px;
  }

  .tw .xl\:-inset-126{
    top: -630px;
    right: -630px;
    bottom: -630px;
    left: -630px;
  }

  .tw .xl\:-inset-127{
    top: -635px;
    right: -635px;
    bottom: -635px;
    left: -635px;
  }

  .tw .xl\:-inset-128{
    top: -640px;
    right: -640px;
    bottom: -640px;
    left: -640px;
  }

  .tw .xl\:-inset-129{
    top: -645px;
    right: -645px;
    bottom: -645px;
    left: -645px;
  }

  .tw .xl\:-inset-130{
    top: -650px;
    right: -650px;
    bottom: -650px;
    left: -650px;
  }

  .tw .xl\:-inset-131{
    top: -655px;
    right: -655px;
    bottom: -655px;
    left: -655px;
  }

  .tw .xl\:-inset-132{
    top: -660px;
    right: -660px;
    bottom: -660px;
    left: -660px;
  }

  .tw .xl\:-inset-133{
    top: -665px;
    right: -665px;
    bottom: -665px;
    left: -665px;
  }

  .tw .xl\:-inset-134{
    top: -670px;
    right: -670px;
    bottom: -670px;
    left: -670px;
  }

  .tw .xl\:-inset-135{
    top: -675px;
    right: -675px;
    bottom: -675px;
    left: -675px;
  }

  .tw .xl\:-inset-136{
    top: -680px;
    right: -680px;
    bottom: -680px;
    left: -680px;
  }

  .tw .xl\:-inset-137{
    top: -685px;
    right: -685px;
    bottom: -685px;
    left: -685px;
  }

  .tw .xl\:-inset-138{
    top: -690px;
    right: -690px;
    bottom: -690px;
    left: -690px;
  }

  .tw .xl\:-inset-139{
    top: -695px;
    right: -695px;
    bottom: -695px;
    left: -695px;
  }

  .tw .xl\:-inset-140{
    top: -700px;
    right: -700px;
    bottom: -700px;
    left: -700px;
  }

  .tw .xl\:-inset-141{
    top: -705px;
    right: -705px;
    bottom: -705px;
    left: -705px;
  }

  .tw .xl\:-inset-142{
    top: -710px;
    right: -710px;
    bottom: -710px;
    left: -710px;
  }

  .tw .xl\:-inset-143{
    top: -715px;
    right: -715px;
    bottom: -715px;
    left: -715px;
  }

  .tw .xl\:-inset-144{
    top: -720px;
    right: -720px;
    bottom: -720px;
    left: -720px;
  }

  .tw .xl\:-inset-145{
    top: -725px;
    right: -725px;
    bottom: -725px;
    left: -725px;
  }

  .tw .xl\:-inset-146{
    top: -730px;
    right: -730px;
    bottom: -730px;
    left: -730px;
  }

  .tw .xl\:-inset-147{
    top: -735px;
    right: -735px;
    bottom: -735px;
    left: -735px;
  }

  .tw .xl\:-inset-148{
    top: -740px;
    right: -740px;
    bottom: -740px;
    left: -740px;
  }

  .tw .xl\:-inset-149{
    top: -745px;
    right: -745px;
    bottom: -745px;
    left: -745px;
  }

  .tw .xl\:-inset-0\.5{
    top: -3px;
    right: -3px;
    bottom: -3px;
    left: -3px;
  }

  .tw .xl\:-inset-1px{
    top: -1px;
    right: -1px;
    bottom: -1px;
    left: -1px;
  }

  .tw .xl\:-inset-2px{
    top: -2px;
    right: -2px;
    bottom: -2px;
    left: -2px;
  }

  .tw .xl\:-inset-3px{
    top: -3px;
    right: -3px;
    bottom: -3px;
    left: -3px;
  }

  .tw .xl\:-inset-4px{
    top: -4px;
    right: -4px;
    bottom: -4px;
    left: -4px;
  }

  .tw .xl\:-inset-5px{
    top: -5px;
    right: -5px;
    bottom: -5px;
    left: -5px;
  }

  .tw .xl\:-inset-6px{
    top: -6px;
    right: -6px;
    bottom: -6px;
    left: -6px;
  }

  .tw .xl\:-inset-7px{
    top: -7px;
    right: -7px;
    bottom: -7px;
    left: -7px;
  }

  .tw .xl\:-inset-8px{
    top: -8px;
    right: -8px;
    bottom: -8px;
    left: -8px;
  }

  .tw .xl\:-inset-9px{
    top: -9px;
    right: -9px;
    bottom: -9px;
    left: -9px;
  }

  .tw .xl\:-inset-10px{
    top: -10px;
    right: -10px;
    bottom: -10px;
    left: -10px;
  }

  .tw .xl\:-inset-11px{
    top: -11px;
    right: -11px;
    bottom: -11px;
    left: -11px;
  }

  .tw .xl\:-inset-12px{
    top: -12px;
    right: -12px;
    bottom: -12px;
    left: -12px;
  }

  .tw .xl\:-inset-13px{
    top: -13px;
    right: -13px;
    bottom: -13px;
    left: -13px;
  }

  .tw .xl\:-inset-14px{
    top: -14px;
    right: -14px;
    bottom: -14px;
    left: -14px;
  }

  .tw .xl\:-inset-15px{
    top: -15px;
    right: -15px;
    bottom: -15px;
    left: -15px;
  }

  .tw .xl\:-inset-16px{
    top: -16px;
    right: -16px;
    bottom: -16px;
    left: -16px;
  }

  .tw .xl\:-inset-17px{
    top: -17px;
    right: -17px;
    bottom: -17px;
    left: -17px;
  }

  .tw .xl\:-inset-18px{
    top: -18px;
    right: -18px;
    bottom: -18px;
    left: -18px;
  }

  .tw .xl\:-inset-19px{
    top: -19px;
    right: -19px;
    bottom: -19px;
    left: -19px;
  }

  .tw .xl\:-inset-20px{
    top: -20px;
    right: -20px;
    bottom: -20px;
    left: -20px;
  }

  .tw .xl\:-inset-21px{
    top: -21px;
    right: -21px;
    bottom: -21px;
    left: -21px;
  }

  .tw .xl\:-inset-22px{
    top: -22px;
    right: -22px;
    bottom: -22px;
    left: -22px;
  }

  .tw .xl\:-inset-23px{
    top: -23px;
    right: -23px;
    bottom: -23px;
    left: -23px;
  }

  .tw .xl\:-inset-24px{
    top: -24px;
    right: -24px;
    bottom: -24px;
    left: -24px;
  }

  .tw .xl\:-inset-25px{
    top: -25px;
    right: -25px;
    bottom: -25px;
    left: -25px;
  }

  .tw .xl\:-inset-26px{
    top: -26px;
    right: -26px;
    bottom: -26px;
    left: -26px;
  }

  .tw .xl\:-inset-27px{
    top: -27px;
    right: -27px;
    bottom: -27px;
    left: -27px;
  }

  .tw .xl\:-inset-28px{
    top: -28px;
    right: -28px;
    bottom: -28px;
    left: -28px;
  }

  .tw .xl\:-inset-29px{
    top: -29px;
    right: -29px;
    bottom: -29px;
    left: -29px;
  }

  .tw .xl\:-inset-30px{
    top: -30px;
    right: -30px;
    bottom: -30px;
    left: -30px;
  }

  .tw .xl\:-inset-31px{
    top: -31px;
    right: -31px;
    bottom: -31px;
    left: -31px;
  }

  .tw .xl\:-inset-32px{
    top: -32px;
    right: -32px;
    bottom: -32px;
    left: -32px;
  }

  .tw .xl\:-inset-33px{
    top: -33px;
    right: -33px;
    bottom: -33px;
    left: -33px;
  }

  .tw .xl\:-inset-34px{
    top: -34px;
    right: -34px;
    bottom: -34px;
    left: -34px;
  }

  .tw .xl\:-inset-35px{
    top: -35px;
    right: -35px;
    bottom: -35px;
    left: -35px;
  }

  .tw .xl\:-inset-36px{
    top: -36px;
    right: -36px;
    bottom: -36px;
    left: -36px;
  }

  .tw .xl\:-inset-37px{
    top: -37px;
    right: -37px;
    bottom: -37px;
    left: -37px;
  }

  .tw .xl\:-inset-38px{
    top: -38px;
    right: -38px;
    bottom: -38px;
    left: -38px;
  }

  .tw .xl\:-inset-39px{
    top: -39px;
    right: -39px;
    bottom: -39px;
    left: -39px;
  }

  .tw .xl\:-inset-40px{
    top: -40px;
    right: -40px;
    bottom: -40px;
    left: -40px;
  }

  .tw .xl\:inset-1\/2{
    top: 50%;
    right: 50%;
    bottom: 50%;
    left: 50%;
  }

  .tw .xl\:inset-1\/3{
    top: 33.333333%;
    right: 33.333333%;
    bottom: 33.333333%;
    left: 33.333333%;
  }

  .tw .xl\:inset-2\/3{
    top: 66.666667%;
    right: 66.666667%;
    bottom: 66.666667%;
    left: 66.666667%;
  }

  .tw .xl\:inset-1\/4{
    top: 25%;
    right: 25%;
    bottom: 25%;
    left: 25%;
  }

  .tw .xl\:inset-2\/4{
    top: 50%;
    right: 50%;
    bottom: 50%;
    left: 50%;
  }

  .tw .xl\:inset-3\/4{
    top: 75%;
    right: 75%;
    bottom: 75%;
    left: 75%;
  }

  .tw .xl\:inset-full{
    top: 100%;
    right: 100%;
    bottom: 100%;
    left: 100%;
  }

  .tw .xl\:-inset-1\/2{
    top: -50%;
    right: -50%;
    bottom: -50%;
    left: -50%;
  }

  .tw .xl\:-inset-1\/3{
    top: -33.333333%;
    right: -33.333333%;
    bottom: -33.333333%;
    left: -33.333333%;
  }

  .tw .xl\:-inset-2\/3{
    top: -66.666667%;
    right: -66.666667%;
    bottom: -66.666667%;
    left: -66.666667%;
  }

  .tw .xl\:-inset-1\/4{
    top: -25%;
    right: -25%;
    bottom: -25%;
    left: -25%;
  }

  .tw .xl\:-inset-2\/4{
    top: -50%;
    right: -50%;
    bottom: -50%;
    left: -50%;
  }

  .tw .xl\:-inset-3\/4{
    top: -75%;
    right: -75%;
    bottom: -75%;
    left: -75%;
  }

  .tw .xl\:-inset-full{
    top: -100%;
    right: -100%;
    bottom: -100%;
    left: -100%;
  }

  .tw .xl\:inset-x-0{
    left: 0px;
    right: 0px;
  }

  .tw .xl\:inset-x-1{
    left: 5px;
    right: 5px;
  }

  .tw .xl\:inset-x-2{
    left: 10px;
    right: 10px;
  }

  .tw .xl\:inset-x-3{
    left: 15px;
    right: 15px;
  }

  .tw .xl\:inset-x-4{
    left: 20px;
    right: 20px;
  }

  .tw .xl\:inset-x-5{
    left: 25px;
    right: 25px;
  }

  .tw .xl\:inset-x-6{
    left: 30px;
    right: 30px;
  }

  .tw .xl\:inset-x-7{
    left: 35px;
    right: 35px;
  }

  .tw .xl\:inset-x-8{
    left: 40px;
    right: 40px;
  }

  .tw .xl\:inset-x-9{
    left: 45px;
    right: 45px;
  }

  .tw .xl\:inset-x-10{
    left: 50px;
    right: 50px;
  }

  .tw .xl\:inset-x-11{
    left: 55px;
    right: 55px;
  }

  .tw .xl\:inset-x-12{
    left: 60px;
    right: 60px;
  }

  .tw .xl\:inset-x-13{
    left: 65px;
    right: 65px;
  }

  .tw .xl\:inset-x-14{
    left: 70px;
    right: 70px;
  }

  .tw .xl\:inset-x-15{
    left: 75px;
    right: 75px;
  }

  .tw .xl\:inset-x-16{
    left: 80px;
    right: 80px;
  }

  .tw .xl\:inset-x-17{
    left: 85px;
    right: 85px;
  }

  .tw .xl\:inset-x-18{
    left: 90px;
    right: 90px;
  }

  .tw .xl\:inset-x-19{
    left: 95px;
    right: 95px;
  }

  .tw .xl\:inset-x-20{
    left: 100px;
    right: 100px;
  }

  .tw .xl\:inset-x-21{
    left: 105px;
    right: 105px;
  }

  .tw .xl\:inset-x-22{
    left: 110px;
    right: 110px;
  }

  .tw .xl\:inset-x-23{
    left: 115px;
    right: 115px;
  }

  .tw .xl\:inset-x-24{
    left: 120px;
    right: 120px;
  }

  .tw .xl\:inset-x-25{
    left: 125px;
    right: 125px;
  }

  .tw .xl\:inset-x-26{
    left: 130px;
    right: 130px;
  }

  .tw .xl\:inset-x-27{
    left: 135px;
    right: 135px;
  }

  .tw .xl\:inset-x-28{
    left: 140px;
    right: 140px;
  }

  .tw .xl\:inset-x-29{
    left: 145px;
    right: 145px;
  }

  .tw .xl\:inset-x-30{
    left: 150px;
    right: 150px;
  }

  .tw .xl\:inset-x-31{
    left: 155px;
    right: 155px;
  }

  .tw .xl\:inset-x-32{
    left: 160px;
    right: 160px;
  }

  .tw .xl\:inset-x-33{
    left: 165px;
    right: 165px;
  }

  .tw .xl\:inset-x-34{
    left: 170px;
    right: 170px;
  }

  .tw .xl\:inset-x-35{
    left: 175px;
    right: 175px;
  }

  .tw .xl\:inset-x-36{
    left: 180px;
    right: 180px;
  }

  .tw .xl\:inset-x-37{
    left: 185px;
    right: 185px;
  }

  .tw .xl\:inset-x-38{
    left: 190px;
    right: 190px;
  }

  .tw .xl\:inset-x-39{
    left: 195px;
    right: 195px;
  }

  .tw .xl\:inset-x-40{
    left: 200px;
    right: 200px;
  }

  .tw .xl\:inset-x-41{
    left: 205px;
    right: 205px;
  }

  .tw .xl\:inset-x-42{
    left: 210px;
    right: 210px;
  }

  .tw .xl\:inset-x-43{
    left: 215px;
    right: 215px;
  }

  .tw .xl\:inset-x-44{
    left: 220px;
    right: 220px;
  }

  .tw .xl\:inset-x-45{
    left: 225px;
    right: 225px;
  }

  .tw .xl\:inset-x-46{
    left: 230px;
    right: 230px;
  }

  .tw .xl\:inset-x-47{
    left: 235px;
    right: 235px;
  }

  .tw .xl\:inset-x-48{
    left: 240px;
    right: 240px;
  }

  .tw .xl\:inset-x-49{
    left: 245px;
    right: 245px;
  }

  .tw .xl\:inset-x-50{
    left: 250px;
    right: 250px;
  }

  .tw .xl\:inset-x-51{
    left: 255px;
    right: 255px;
  }

  .tw .xl\:inset-x-52{
    left: 260px;
    right: 260px;
  }

  .tw .xl\:inset-x-53{
    left: 265px;
    right: 265px;
  }

  .tw .xl\:inset-x-54{
    left: 270px;
    right: 270px;
  }

  .tw .xl\:inset-x-55{
    left: 275px;
    right: 275px;
  }

  .tw .xl\:inset-x-56{
    left: 280px;
    right: 280px;
  }

  .tw .xl\:inset-x-57{
    left: 285px;
    right: 285px;
  }

  .tw .xl\:inset-x-58{
    left: 290px;
    right: 290px;
  }

  .tw .xl\:inset-x-59{
    left: 295px;
    right: 295px;
  }

  .tw .xl\:inset-x-60{
    left: 300px;
    right: 300px;
  }

  .tw .xl\:inset-x-61{
    left: 305px;
    right: 305px;
  }

  .tw .xl\:inset-x-62{
    left: 310px;
    right: 310px;
  }

  .tw .xl\:inset-x-63{
    left: 315px;
    right: 315px;
  }

  .tw .xl\:inset-x-64{
    left: 320px;
    right: 320px;
  }

  .tw .xl\:inset-x-65{
    left: 325px;
    right: 325px;
  }

  .tw .xl\:inset-x-66{
    left: 330px;
    right: 330px;
  }

  .tw .xl\:inset-x-67{
    left: 335px;
    right: 335px;
  }

  .tw .xl\:inset-x-68{
    left: 340px;
    right: 340px;
  }

  .tw .xl\:inset-x-69{
    left: 345px;
    right: 345px;
  }

  .tw .xl\:inset-x-70{
    left: 350px;
    right: 350px;
  }

  .tw .xl\:inset-x-71{
    left: 355px;
    right: 355px;
  }

  .tw .xl\:inset-x-72{
    left: 360px;
    right: 360px;
  }

  .tw .xl\:inset-x-73{
    left: 365px;
    right: 365px;
  }

  .tw .xl\:inset-x-74{
    left: 370px;
    right: 370px;
  }

  .tw .xl\:inset-x-75{
    left: 375px;
    right: 375px;
  }

  .tw .xl\:inset-x-76{
    left: 380px;
    right: 380px;
  }

  .tw .xl\:inset-x-77{
    left: 385px;
    right: 385px;
  }

  .tw .xl\:inset-x-78{
    left: 390px;
    right: 390px;
  }

  .tw .xl\:inset-x-79{
    left: 395px;
    right: 395px;
  }

  .tw .xl\:inset-x-80{
    left: 400px;
    right: 400px;
  }

  .tw .xl\:inset-x-81{
    left: 405px;
    right: 405px;
  }

  .tw .xl\:inset-x-82{
    left: 410px;
    right: 410px;
  }

  .tw .xl\:inset-x-83{
    left: 415px;
    right: 415px;
  }

  .tw .xl\:inset-x-84{
    left: 420px;
    right: 420px;
  }

  .tw .xl\:inset-x-85{
    left: 425px;
    right: 425px;
  }

  .tw .xl\:inset-x-86{
    left: 430px;
    right: 430px;
  }

  .tw .xl\:inset-x-87{
    left: 435px;
    right: 435px;
  }

  .tw .xl\:inset-x-88{
    left: 440px;
    right: 440px;
  }

  .tw .xl\:inset-x-89{
    left: 445px;
    right: 445px;
  }

  .tw .xl\:inset-x-90{
    left: 450px;
    right: 450px;
  }

  .tw .xl\:inset-x-91{
    left: 455px;
    right: 455px;
  }

  .tw .xl\:inset-x-92{
    left: 460px;
    right: 460px;
  }

  .tw .xl\:inset-x-93{
    left: 465px;
    right: 465px;
  }

  .tw .xl\:inset-x-94{
    left: 470px;
    right: 470px;
  }

  .tw .xl\:inset-x-95{
    left: 475px;
    right: 475px;
  }

  .tw .xl\:inset-x-96{
    left: 480px;
    right: 480px;
  }

  .tw .xl\:inset-x-97{
    left: 485px;
    right: 485px;
  }

  .tw .xl\:inset-x-98{
    left: 490px;
    right: 490px;
  }

  .tw .xl\:inset-x-99{
    left: 495px;
    right: 495px;
  }

  .tw .xl\:inset-x-100{
    left: 500px;
    right: 500px;
  }

  .tw .xl\:inset-x-101{
    left: 505px;
    right: 505px;
  }

  .tw .xl\:inset-x-102{
    left: 510px;
    right: 510px;
  }

  .tw .xl\:inset-x-103{
    left: 515px;
    right: 515px;
  }

  .tw .xl\:inset-x-104{
    left: 520px;
    right: 520px;
  }

  .tw .xl\:inset-x-105{
    left: 525px;
    right: 525px;
  }

  .tw .xl\:inset-x-106{
    left: 530px;
    right: 530px;
  }

  .tw .xl\:inset-x-107{
    left: 535px;
    right: 535px;
  }

  .tw .xl\:inset-x-108{
    left: 540px;
    right: 540px;
  }

  .tw .xl\:inset-x-109{
    left: 545px;
    right: 545px;
  }

  .tw .xl\:inset-x-110{
    left: 550px;
    right: 550px;
  }

  .tw .xl\:inset-x-111{
    left: 555px;
    right: 555px;
  }

  .tw .xl\:inset-x-112{
    left: 560px;
    right: 560px;
  }

  .tw .xl\:inset-x-113{
    left: 565px;
    right: 565px;
  }

  .tw .xl\:inset-x-114{
    left: 570px;
    right: 570px;
  }

  .tw .xl\:inset-x-115{
    left: 575px;
    right: 575px;
  }

  .tw .xl\:inset-x-116{
    left: 580px;
    right: 580px;
  }

  .tw .xl\:inset-x-117{
    left: 585px;
    right: 585px;
  }

  .tw .xl\:inset-x-118{
    left: 590px;
    right: 590px;
  }

  .tw .xl\:inset-x-119{
    left: 595px;
    right: 595px;
  }

  .tw .xl\:inset-x-120{
    left: 600px;
    right: 600px;
  }

  .tw .xl\:inset-x-121{
    left: 605px;
    right: 605px;
  }

  .tw .xl\:inset-x-122{
    left: 610px;
    right: 610px;
  }

  .tw .xl\:inset-x-123{
    left: 615px;
    right: 615px;
  }

  .tw .xl\:inset-x-124{
    left: 620px;
    right: 620px;
  }

  .tw .xl\:inset-x-125{
    left: 625px;
    right: 625px;
  }

  .tw .xl\:inset-x-126{
    left: 630px;
    right: 630px;
  }

  .tw .xl\:inset-x-127{
    left: 635px;
    right: 635px;
  }

  .tw .xl\:inset-x-128{
    left: 640px;
    right: 640px;
  }

  .tw .xl\:inset-x-129{
    left: 645px;
    right: 645px;
  }

  .tw .xl\:inset-x-130{
    left: 650px;
    right: 650px;
  }

  .tw .xl\:inset-x-131{
    left: 655px;
    right: 655px;
  }

  .tw .xl\:inset-x-132{
    left: 660px;
    right: 660px;
  }

  .tw .xl\:inset-x-133{
    left: 665px;
    right: 665px;
  }

  .tw .xl\:inset-x-134{
    left: 670px;
    right: 670px;
  }

  .tw .xl\:inset-x-135{
    left: 675px;
    right: 675px;
  }

  .tw .xl\:inset-x-136{
    left: 680px;
    right: 680px;
  }

  .tw .xl\:inset-x-137{
    left: 685px;
    right: 685px;
  }

  .tw .xl\:inset-x-138{
    left: 690px;
    right: 690px;
  }

  .tw .xl\:inset-x-139{
    left: 695px;
    right: 695px;
  }

  .tw .xl\:inset-x-140{
    left: 700px;
    right: 700px;
  }

  .tw .xl\:inset-x-141{
    left: 705px;
    right: 705px;
  }

  .tw .xl\:inset-x-142{
    left: 710px;
    right: 710px;
  }

  .tw .xl\:inset-x-143{
    left: 715px;
    right: 715px;
  }

  .tw .xl\:inset-x-144{
    left: 720px;
    right: 720px;
  }

  .tw .xl\:inset-x-145{
    left: 725px;
    right: 725px;
  }

  .tw .xl\:inset-x-146{
    left: 730px;
    right: 730px;
  }

  .tw .xl\:inset-x-147{
    left: 735px;
    right: 735px;
  }

  .tw .xl\:inset-x-148{
    left: 740px;
    right: 740px;
  }

  .tw .xl\:inset-x-149{
    left: 745px;
    right: 745px;
  }

  .tw .xl\:inset-x-auto{
    left: auto;
    right: auto;
  }

  .tw .xl\:inset-x-0\.5{
    left: 3px;
    right: 3px;
  }

  .tw .xl\:inset-x-1px{
    left: 1px;
    right: 1px;
  }

  .tw .xl\:inset-x-2px{
    left: 2px;
    right: 2px;
  }

  .tw .xl\:inset-x-3px{
    left: 3px;
    right: 3px;
  }

  .tw .xl\:inset-x-4px{
    left: 4px;
    right: 4px;
  }

  .tw .xl\:inset-x-5px{
    left: 5px;
    right: 5px;
  }

  .tw .xl\:inset-x-6px{
    left: 6px;
    right: 6px;
  }

  .tw .xl\:inset-x-7px{
    left: 7px;
    right: 7px;
  }

  .tw .xl\:inset-x-8px{
    left: 8px;
    right: 8px;
  }

  .tw .xl\:inset-x-9px{
    left: 9px;
    right: 9px;
  }

  .tw .xl\:inset-x-10px{
    left: 10px;
    right: 10px;
  }

  .tw .xl\:inset-x-11px{
    left: 11px;
    right: 11px;
  }

  .tw .xl\:inset-x-12px{
    left: 12px;
    right: 12px;
  }

  .tw .xl\:inset-x-13px{
    left: 13px;
    right: 13px;
  }

  .tw .xl\:inset-x-14px{
    left: 14px;
    right: 14px;
  }

  .tw .xl\:inset-x-15px{
    left: 15px;
    right: 15px;
  }

  .tw .xl\:inset-x-16px{
    left: 16px;
    right: 16px;
  }

  .tw .xl\:inset-x-17px{
    left: 17px;
    right: 17px;
  }

  .tw .xl\:inset-x-18px{
    left: 18px;
    right: 18px;
  }

  .tw .xl\:inset-x-19px{
    left: 19px;
    right: 19px;
  }

  .tw .xl\:inset-x-20px{
    left: 20px;
    right: 20px;
  }

  .tw .xl\:inset-x-21px{
    left: 21px;
    right: 21px;
  }

  .tw .xl\:inset-x-22px{
    left: 22px;
    right: 22px;
  }

  .tw .xl\:inset-x-23px{
    left: 23px;
    right: 23px;
  }

  .tw .xl\:inset-x-24px{
    left: 24px;
    right: 24px;
  }

  .tw .xl\:inset-x-25px{
    left: 25px;
    right: 25px;
  }

  .tw .xl\:inset-x-26px{
    left: 26px;
    right: 26px;
  }

  .tw .xl\:inset-x-27px{
    left: 27px;
    right: 27px;
  }

  .tw .xl\:inset-x-28px{
    left: 28px;
    right: 28px;
  }

  .tw .xl\:inset-x-29px{
    left: 29px;
    right: 29px;
  }

  .tw .xl\:inset-x-30px{
    left: 30px;
    right: 30px;
  }

  .tw .xl\:inset-x-31px{
    left: 31px;
    right: 31px;
  }

  .tw .xl\:inset-x-32px{
    left: 32px;
    right: 32px;
  }

  .tw .xl\:inset-x-33px{
    left: 33px;
    right: 33px;
  }

  .tw .xl\:inset-x-34px{
    left: 34px;
    right: 34px;
  }

  .tw .xl\:inset-x-35px{
    left: 35px;
    right: 35px;
  }

  .tw .xl\:inset-x-36px{
    left: 36px;
    right: 36px;
  }

  .tw .xl\:inset-x-37px{
    left: 37px;
    right: 37px;
  }

  .tw .xl\:inset-x-38px{
    left: 38px;
    right: 38px;
  }

  .tw .xl\:inset-x-39px{
    left: 39px;
    right: 39px;
  }

  .tw .xl\:inset-x-40px{
    left: 40px;
    right: 40px;
  }

  .tw .xl\:-inset-x-0{
    left: 0px;
    right: 0px;
  }

  .tw .xl\:-inset-x-1{
    left: -5px;
    right: -5px;
  }

  .tw .xl\:-inset-x-2{
    left: -10px;
    right: -10px;
  }

  .tw .xl\:-inset-x-3{
    left: -15px;
    right: -15px;
  }

  .tw .xl\:-inset-x-4{
    left: -20px;
    right: -20px;
  }

  .tw .xl\:-inset-x-5{
    left: -25px;
    right: -25px;
  }

  .tw .xl\:-inset-x-6{
    left: -30px;
    right: -30px;
  }

  .tw .xl\:-inset-x-7{
    left: -35px;
    right: -35px;
  }

  .tw .xl\:-inset-x-8{
    left: -40px;
    right: -40px;
  }

  .tw .xl\:-inset-x-9{
    left: -45px;
    right: -45px;
  }

  .tw .xl\:-inset-x-10{
    left: -50px;
    right: -50px;
  }

  .tw .xl\:-inset-x-11{
    left: -55px;
    right: -55px;
  }

  .tw .xl\:-inset-x-12{
    left: -60px;
    right: -60px;
  }

  .tw .xl\:-inset-x-13{
    left: -65px;
    right: -65px;
  }

  .tw .xl\:-inset-x-14{
    left: -70px;
    right: -70px;
  }

  .tw .xl\:-inset-x-15{
    left: -75px;
    right: -75px;
  }

  .tw .xl\:-inset-x-16{
    left: -80px;
    right: -80px;
  }

  .tw .xl\:-inset-x-17{
    left: -85px;
    right: -85px;
  }

  .tw .xl\:-inset-x-18{
    left: -90px;
    right: -90px;
  }

  .tw .xl\:-inset-x-19{
    left: -95px;
    right: -95px;
  }

  .tw .xl\:-inset-x-20{
    left: -100px;
    right: -100px;
  }

  .tw .xl\:-inset-x-21{
    left: -105px;
    right: -105px;
  }

  .tw .xl\:-inset-x-22{
    left: -110px;
    right: -110px;
  }

  .tw .xl\:-inset-x-23{
    left: -115px;
    right: -115px;
  }

  .tw .xl\:-inset-x-24{
    left: -120px;
    right: -120px;
  }

  .tw .xl\:-inset-x-25{
    left: -125px;
    right: -125px;
  }

  .tw .xl\:-inset-x-26{
    left: -130px;
    right: -130px;
  }

  .tw .xl\:-inset-x-27{
    left: -135px;
    right: -135px;
  }

  .tw .xl\:-inset-x-28{
    left: -140px;
    right: -140px;
  }

  .tw .xl\:-inset-x-29{
    left: -145px;
    right: -145px;
  }

  .tw .xl\:-inset-x-30{
    left: -150px;
    right: -150px;
  }

  .tw .xl\:-inset-x-31{
    left: -155px;
    right: -155px;
  }

  .tw .xl\:-inset-x-32{
    left: -160px;
    right: -160px;
  }

  .tw .xl\:-inset-x-33{
    left: -165px;
    right: -165px;
  }

  .tw .xl\:-inset-x-34{
    left: -170px;
    right: -170px;
  }

  .tw .xl\:-inset-x-35{
    left: -175px;
    right: -175px;
  }

  .tw .xl\:-inset-x-36{
    left: -180px;
    right: -180px;
  }

  .tw .xl\:-inset-x-37{
    left: -185px;
    right: -185px;
  }

  .tw .xl\:-inset-x-38{
    left: -190px;
    right: -190px;
  }

  .tw .xl\:-inset-x-39{
    left: -195px;
    right: -195px;
  }

  .tw .xl\:-inset-x-40{
    left: -200px;
    right: -200px;
  }

  .tw .xl\:-inset-x-41{
    left: -205px;
    right: -205px;
  }

  .tw .xl\:-inset-x-42{
    left: -210px;
    right: -210px;
  }

  .tw .xl\:-inset-x-43{
    left: -215px;
    right: -215px;
  }

  .tw .xl\:-inset-x-44{
    left: -220px;
    right: -220px;
  }

  .tw .xl\:-inset-x-45{
    left: -225px;
    right: -225px;
  }

  .tw .xl\:-inset-x-46{
    left: -230px;
    right: -230px;
  }

  .tw .xl\:-inset-x-47{
    left: -235px;
    right: -235px;
  }

  .tw .xl\:-inset-x-48{
    left: -240px;
    right: -240px;
  }

  .tw .xl\:-inset-x-49{
    left: -245px;
    right: -245px;
  }

  .tw .xl\:-inset-x-50{
    left: -250px;
    right: -250px;
  }

  .tw .xl\:-inset-x-51{
    left: -255px;
    right: -255px;
  }

  .tw .xl\:-inset-x-52{
    left: -260px;
    right: -260px;
  }

  .tw .xl\:-inset-x-53{
    left: -265px;
    right: -265px;
  }

  .tw .xl\:-inset-x-54{
    left: -270px;
    right: -270px;
  }

  .tw .xl\:-inset-x-55{
    left: -275px;
    right: -275px;
  }

  .tw .xl\:-inset-x-56{
    left: -280px;
    right: -280px;
  }

  .tw .xl\:-inset-x-57{
    left: -285px;
    right: -285px;
  }

  .tw .xl\:-inset-x-58{
    left: -290px;
    right: -290px;
  }

  .tw .xl\:-inset-x-59{
    left: -295px;
    right: -295px;
  }

  .tw .xl\:-inset-x-60{
    left: -300px;
    right: -300px;
  }

  .tw .xl\:-inset-x-61{
    left: -305px;
    right: -305px;
  }

  .tw .xl\:-inset-x-62{
    left: -310px;
    right: -310px;
  }

  .tw .xl\:-inset-x-63{
    left: -315px;
    right: -315px;
  }

  .tw .xl\:-inset-x-64{
    left: -320px;
    right: -320px;
  }

  .tw .xl\:-inset-x-65{
    left: -325px;
    right: -325px;
  }

  .tw .xl\:-inset-x-66{
    left: -330px;
    right: -330px;
  }

  .tw .xl\:-inset-x-67{
    left: -335px;
    right: -335px;
  }

  .tw .xl\:-inset-x-68{
    left: -340px;
    right: -340px;
  }

  .tw .xl\:-inset-x-69{
    left: -345px;
    right: -345px;
  }

  .tw .xl\:-inset-x-70{
    left: -350px;
    right: -350px;
  }

  .tw .xl\:-inset-x-71{
    left: -355px;
    right: -355px;
  }

  .tw .xl\:-inset-x-72{
    left: -360px;
    right: -360px;
  }

  .tw .xl\:-inset-x-73{
    left: -365px;
    right: -365px;
  }

  .tw .xl\:-inset-x-74{
    left: -370px;
    right: -370px;
  }

  .tw .xl\:-inset-x-75{
    left: -375px;
    right: -375px;
  }

  .tw .xl\:-inset-x-76{
    left: -380px;
    right: -380px;
  }

  .tw .xl\:-inset-x-77{
    left: -385px;
    right: -385px;
  }

  .tw .xl\:-inset-x-78{
    left: -390px;
    right: -390px;
  }

  .tw .xl\:-inset-x-79{
    left: -395px;
    right: -395px;
  }

  .tw .xl\:-inset-x-80{
    left: -400px;
    right: -400px;
  }

  .tw .xl\:-inset-x-81{
    left: -405px;
    right: -405px;
  }

  .tw .xl\:-inset-x-82{
    left: -410px;
    right: -410px;
  }

  .tw .xl\:-inset-x-83{
    left: -415px;
    right: -415px;
  }

  .tw .xl\:-inset-x-84{
    left: -420px;
    right: -420px;
  }

  .tw .xl\:-inset-x-85{
    left: -425px;
    right: -425px;
  }

  .tw .xl\:-inset-x-86{
    left: -430px;
    right: -430px;
  }

  .tw .xl\:-inset-x-87{
    left: -435px;
    right: -435px;
  }

  .tw .xl\:-inset-x-88{
    left: -440px;
    right: -440px;
  }

  .tw .xl\:-inset-x-89{
    left: -445px;
    right: -445px;
  }

  .tw .xl\:-inset-x-90{
    left: -450px;
    right: -450px;
  }

  .tw .xl\:-inset-x-91{
    left: -455px;
    right: -455px;
  }

  .tw .xl\:-inset-x-92{
    left: -460px;
    right: -460px;
  }

  .tw .xl\:-inset-x-93{
    left: -465px;
    right: -465px;
  }

  .tw .xl\:-inset-x-94{
    left: -470px;
    right: -470px;
  }

  .tw .xl\:-inset-x-95{
    left: -475px;
    right: -475px;
  }

  .tw .xl\:-inset-x-96{
    left: -480px;
    right: -480px;
  }

  .tw .xl\:-inset-x-97{
    left: -485px;
    right: -485px;
  }

  .tw .xl\:-inset-x-98{
    left: -490px;
    right: -490px;
  }

  .tw .xl\:-inset-x-99{
    left: -495px;
    right: -495px;
  }

  .tw .xl\:-inset-x-100{
    left: -500px;
    right: -500px;
  }

  .tw .xl\:-inset-x-101{
    left: -505px;
    right: -505px;
  }

  .tw .xl\:-inset-x-102{
    left: -510px;
    right: -510px;
  }

  .tw .xl\:-inset-x-103{
    left: -515px;
    right: -515px;
  }

  .tw .xl\:-inset-x-104{
    left: -520px;
    right: -520px;
  }

  .tw .xl\:-inset-x-105{
    left: -525px;
    right: -525px;
  }

  .tw .xl\:-inset-x-106{
    left: -530px;
    right: -530px;
  }

  .tw .xl\:-inset-x-107{
    left: -535px;
    right: -535px;
  }

  .tw .xl\:-inset-x-108{
    left: -540px;
    right: -540px;
  }

  .tw .xl\:-inset-x-109{
    left: -545px;
    right: -545px;
  }

  .tw .xl\:-inset-x-110{
    left: -550px;
    right: -550px;
  }

  .tw .xl\:-inset-x-111{
    left: -555px;
    right: -555px;
  }

  .tw .xl\:-inset-x-112{
    left: -560px;
    right: -560px;
  }

  .tw .xl\:-inset-x-113{
    left: -565px;
    right: -565px;
  }

  .tw .xl\:-inset-x-114{
    left: -570px;
    right: -570px;
  }

  .tw .xl\:-inset-x-115{
    left: -575px;
    right: -575px;
  }

  .tw .xl\:-inset-x-116{
    left: -580px;
    right: -580px;
  }

  .tw .xl\:-inset-x-117{
    left: -585px;
    right: -585px;
  }

  .tw .xl\:-inset-x-118{
    left: -590px;
    right: -590px;
  }

  .tw .xl\:-inset-x-119{
    left: -595px;
    right: -595px;
  }

  .tw .xl\:-inset-x-120{
    left: -600px;
    right: -600px;
  }

  .tw .xl\:-inset-x-121{
    left: -605px;
    right: -605px;
  }

  .tw .xl\:-inset-x-122{
    left: -610px;
    right: -610px;
  }

  .tw .xl\:-inset-x-123{
    left: -615px;
    right: -615px;
  }

  .tw .xl\:-inset-x-124{
    left: -620px;
    right: -620px;
  }

  .tw .xl\:-inset-x-125{
    left: -625px;
    right: -625px;
  }

  .tw .xl\:-inset-x-126{
    left: -630px;
    right: -630px;
  }

  .tw .xl\:-inset-x-127{
    left: -635px;
    right: -635px;
  }

  .tw .xl\:-inset-x-128{
    left: -640px;
    right: -640px;
  }

  .tw .xl\:-inset-x-129{
    left: -645px;
    right: -645px;
  }

  .tw .xl\:-inset-x-130{
    left: -650px;
    right: -650px;
  }

  .tw .xl\:-inset-x-131{
    left: -655px;
    right: -655px;
  }

  .tw .xl\:-inset-x-132{
    left: -660px;
    right: -660px;
  }

  .tw .xl\:-inset-x-133{
    left: -665px;
    right: -665px;
  }

  .tw .xl\:-inset-x-134{
    left: -670px;
    right: -670px;
  }

  .tw .xl\:-inset-x-135{
    left: -675px;
    right: -675px;
  }

  .tw .xl\:-inset-x-136{
    left: -680px;
    right: -680px;
  }

  .tw .xl\:-inset-x-137{
    left: -685px;
    right: -685px;
  }

  .tw .xl\:-inset-x-138{
    left: -690px;
    right: -690px;
  }

  .tw .xl\:-inset-x-139{
    left: -695px;
    right: -695px;
  }

  .tw .xl\:-inset-x-140{
    left: -700px;
    right: -700px;
  }

  .tw .xl\:-inset-x-141{
    left: -705px;
    right: -705px;
  }

  .tw .xl\:-inset-x-142{
    left: -710px;
    right: -710px;
  }

  .tw .xl\:-inset-x-143{
    left: -715px;
    right: -715px;
  }

  .tw .xl\:-inset-x-144{
    left: -720px;
    right: -720px;
  }

  .tw .xl\:-inset-x-145{
    left: -725px;
    right: -725px;
  }

  .tw .xl\:-inset-x-146{
    left: -730px;
    right: -730px;
  }

  .tw .xl\:-inset-x-147{
    left: -735px;
    right: -735px;
  }

  .tw .xl\:-inset-x-148{
    left: -740px;
    right: -740px;
  }

  .tw .xl\:-inset-x-149{
    left: -745px;
    right: -745px;
  }

  .tw .xl\:-inset-x-0\.5{
    left: -3px;
    right: -3px;
  }

  .tw .xl\:-inset-x-1px{
    left: -1px;
    right: -1px;
  }

  .tw .xl\:-inset-x-2px{
    left: -2px;
    right: -2px;
  }

  .tw .xl\:-inset-x-3px{
    left: -3px;
    right: -3px;
  }

  .tw .xl\:-inset-x-4px{
    left: -4px;
    right: -4px;
  }

  .tw .xl\:-inset-x-5px{
    left: -5px;
    right: -5px;
  }

  .tw .xl\:-inset-x-6px{
    left: -6px;
    right: -6px;
  }

  .tw .xl\:-inset-x-7px{
    left: -7px;
    right: -7px;
  }

  .tw .xl\:-inset-x-8px{
    left: -8px;
    right: -8px;
  }

  .tw .xl\:-inset-x-9px{
    left: -9px;
    right: -9px;
  }

  .tw .xl\:-inset-x-10px{
    left: -10px;
    right: -10px;
  }

  .tw .xl\:-inset-x-11px{
    left: -11px;
    right: -11px;
  }

  .tw .xl\:-inset-x-12px{
    left: -12px;
    right: -12px;
  }

  .tw .xl\:-inset-x-13px{
    left: -13px;
    right: -13px;
  }

  .tw .xl\:-inset-x-14px{
    left: -14px;
    right: -14px;
  }

  .tw .xl\:-inset-x-15px{
    left: -15px;
    right: -15px;
  }

  .tw .xl\:-inset-x-16px{
    left: -16px;
    right: -16px;
  }

  .tw .xl\:-inset-x-17px{
    left: -17px;
    right: -17px;
  }

  .tw .xl\:-inset-x-18px{
    left: -18px;
    right: -18px;
  }

  .tw .xl\:-inset-x-19px{
    left: -19px;
    right: -19px;
  }

  .tw .xl\:-inset-x-20px{
    left: -20px;
    right: -20px;
  }

  .tw .xl\:-inset-x-21px{
    left: -21px;
    right: -21px;
  }

  .tw .xl\:-inset-x-22px{
    left: -22px;
    right: -22px;
  }

  .tw .xl\:-inset-x-23px{
    left: -23px;
    right: -23px;
  }

  .tw .xl\:-inset-x-24px{
    left: -24px;
    right: -24px;
  }

  .tw .xl\:-inset-x-25px{
    left: -25px;
    right: -25px;
  }

  .tw .xl\:-inset-x-26px{
    left: -26px;
    right: -26px;
  }

  .tw .xl\:-inset-x-27px{
    left: -27px;
    right: -27px;
  }

  .tw .xl\:-inset-x-28px{
    left: -28px;
    right: -28px;
  }

  .tw .xl\:-inset-x-29px{
    left: -29px;
    right: -29px;
  }

  .tw .xl\:-inset-x-30px{
    left: -30px;
    right: -30px;
  }

  .tw .xl\:-inset-x-31px{
    left: -31px;
    right: -31px;
  }

  .tw .xl\:-inset-x-32px{
    left: -32px;
    right: -32px;
  }

  .tw .xl\:-inset-x-33px{
    left: -33px;
    right: -33px;
  }

  .tw .xl\:-inset-x-34px{
    left: -34px;
    right: -34px;
  }

  .tw .xl\:-inset-x-35px{
    left: -35px;
    right: -35px;
  }

  .tw .xl\:-inset-x-36px{
    left: -36px;
    right: -36px;
  }

  .tw .xl\:-inset-x-37px{
    left: -37px;
    right: -37px;
  }

  .tw .xl\:-inset-x-38px{
    left: -38px;
    right: -38px;
  }

  .tw .xl\:-inset-x-39px{
    left: -39px;
    right: -39px;
  }

  .tw .xl\:-inset-x-40px{
    left: -40px;
    right: -40px;
  }

  .tw .xl\:inset-x-1\/2{
    left: 50%;
    right: 50%;
  }

  .tw .xl\:inset-x-1\/3{
    left: 33.333333%;
    right: 33.333333%;
  }

  .tw .xl\:inset-x-2\/3{
    left: 66.666667%;
    right: 66.666667%;
  }

  .tw .xl\:inset-x-1\/4{
    left: 25%;
    right: 25%;
  }

  .tw .xl\:inset-x-2\/4{
    left: 50%;
    right: 50%;
  }

  .tw .xl\:inset-x-3\/4{
    left: 75%;
    right: 75%;
  }

  .tw .xl\:inset-x-full{
    left: 100%;
    right: 100%;
  }

  .tw .xl\:-inset-x-1\/2{
    left: -50%;
    right: -50%;
  }

  .tw .xl\:-inset-x-1\/3{
    left: -33.333333%;
    right: -33.333333%;
  }

  .tw .xl\:-inset-x-2\/3{
    left: -66.666667%;
    right: -66.666667%;
  }

  .tw .xl\:-inset-x-1\/4{
    left: -25%;
    right: -25%;
  }

  .tw .xl\:-inset-x-2\/4{
    left: -50%;
    right: -50%;
  }

  .tw .xl\:-inset-x-3\/4{
    left: -75%;
    right: -75%;
  }

  .tw .xl\:-inset-x-full{
    left: -100%;
    right: -100%;
  }

  .tw .xl\:inset-y-0{
    top: 0px;
    bottom: 0px;
  }

  .tw .xl\:inset-y-1{
    top: 5px;
    bottom: 5px;
  }

  .tw .xl\:inset-y-2{
    top: 10px;
    bottom: 10px;
  }

  .tw .xl\:inset-y-3{
    top: 15px;
    bottom: 15px;
  }

  .tw .xl\:inset-y-4{
    top: 20px;
    bottom: 20px;
  }

  .tw .xl\:inset-y-5{
    top: 25px;
    bottom: 25px;
  }

  .tw .xl\:inset-y-6{
    top: 30px;
    bottom: 30px;
  }

  .tw .xl\:inset-y-7{
    top: 35px;
    bottom: 35px;
  }

  .tw .xl\:inset-y-8{
    top: 40px;
    bottom: 40px;
  }

  .tw .xl\:inset-y-9{
    top: 45px;
    bottom: 45px;
  }

  .tw .xl\:inset-y-10{
    top: 50px;
    bottom: 50px;
  }

  .tw .xl\:inset-y-11{
    top: 55px;
    bottom: 55px;
  }

  .tw .xl\:inset-y-12{
    top: 60px;
    bottom: 60px;
  }

  .tw .xl\:inset-y-13{
    top: 65px;
    bottom: 65px;
  }

  .tw .xl\:inset-y-14{
    top: 70px;
    bottom: 70px;
  }

  .tw .xl\:inset-y-15{
    top: 75px;
    bottom: 75px;
  }

  .tw .xl\:inset-y-16{
    top: 80px;
    bottom: 80px;
  }

  .tw .xl\:inset-y-17{
    top: 85px;
    bottom: 85px;
  }

  .tw .xl\:inset-y-18{
    top: 90px;
    bottom: 90px;
  }

  .tw .xl\:inset-y-19{
    top: 95px;
    bottom: 95px;
  }

  .tw .xl\:inset-y-20{
    top: 100px;
    bottom: 100px;
  }

  .tw .xl\:inset-y-21{
    top: 105px;
    bottom: 105px;
  }

  .tw .xl\:inset-y-22{
    top: 110px;
    bottom: 110px;
  }

  .tw .xl\:inset-y-23{
    top: 115px;
    bottom: 115px;
  }

  .tw .xl\:inset-y-24{
    top: 120px;
    bottom: 120px;
  }

  .tw .xl\:inset-y-25{
    top: 125px;
    bottom: 125px;
  }

  .tw .xl\:inset-y-26{
    top: 130px;
    bottom: 130px;
  }

  .tw .xl\:inset-y-27{
    top: 135px;
    bottom: 135px;
  }

  .tw .xl\:inset-y-28{
    top: 140px;
    bottom: 140px;
  }

  .tw .xl\:inset-y-29{
    top: 145px;
    bottom: 145px;
  }

  .tw .xl\:inset-y-30{
    top: 150px;
    bottom: 150px;
  }

  .tw .xl\:inset-y-31{
    top: 155px;
    bottom: 155px;
  }

  .tw .xl\:inset-y-32{
    top: 160px;
    bottom: 160px;
  }

  .tw .xl\:inset-y-33{
    top: 165px;
    bottom: 165px;
  }

  .tw .xl\:inset-y-34{
    top: 170px;
    bottom: 170px;
  }

  .tw .xl\:inset-y-35{
    top: 175px;
    bottom: 175px;
  }

  .tw .xl\:inset-y-36{
    top: 180px;
    bottom: 180px;
  }

  .tw .xl\:inset-y-37{
    top: 185px;
    bottom: 185px;
  }

  .tw .xl\:inset-y-38{
    top: 190px;
    bottom: 190px;
  }

  .tw .xl\:inset-y-39{
    top: 195px;
    bottom: 195px;
  }

  .tw .xl\:inset-y-40{
    top: 200px;
    bottom: 200px;
  }

  .tw .xl\:inset-y-41{
    top: 205px;
    bottom: 205px;
  }

  .tw .xl\:inset-y-42{
    top: 210px;
    bottom: 210px;
  }

  .tw .xl\:inset-y-43{
    top: 215px;
    bottom: 215px;
  }

  .tw .xl\:inset-y-44{
    top: 220px;
    bottom: 220px;
  }

  .tw .xl\:inset-y-45{
    top: 225px;
    bottom: 225px;
  }

  .tw .xl\:inset-y-46{
    top: 230px;
    bottom: 230px;
  }

  .tw .xl\:inset-y-47{
    top: 235px;
    bottom: 235px;
  }

  .tw .xl\:inset-y-48{
    top: 240px;
    bottom: 240px;
  }

  .tw .xl\:inset-y-49{
    top: 245px;
    bottom: 245px;
  }

  .tw .xl\:inset-y-50{
    top: 250px;
    bottom: 250px;
  }

  .tw .xl\:inset-y-51{
    top: 255px;
    bottom: 255px;
  }

  .tw .xl\:inset-y-52{
    top: 260px;
    bottom: 260px;
  }

  .tw .xl\:inset-y-53{
    top: 265px;
    bottom: 265px;
  }

  .tw .xl\:inset-y-54{
    top: 270px;
    bottom: 270px;
  }

  .tw .xl\:inset-y-55{
    top: 275px;
    bottom: 275px;
  }

  .tw .xl\:inset-y-56{
    top: 280px;
    bottom: 280px;
  }

  .tw .xl\:inset-y-57{
    top: 285px;
    bottom: 285px;
  }

  .tw .xl\:inset-y-58{
    top: 290px;
    bottom: 290px;
  }

  .tw .xl\:inset-y-59{
    top: 295px;
    bottom: 295px;
  }

  .tw .xl\:inset-y-60{
    top: 300px;
    bottom: 300px;
  }

  .tw .xl\:inset-y-61{
    top: 305px;
    bottom: 305px;
  }

  .tw .xl\:inset-y-62{
    top: 310px;
    bottom: 310px;
  }

  .tw .xl\:inset-y-63{
    top: 315px;
    bottom: 315px;
  }

  .tw .xl\:inset-y-64{
    top: 320px;
    bottom: 320px;
  }

  .tw .xl\:inset-y-65{
    top: 325px;
    bottom: 325px;
  }

  .tw .xl\:inset-y-66{
    top: 330px;
    bottom: 330px;
  }

  .tw .xl\:inset-y-67{
    top: 335px;
    bottom: 335px;
  }

  .tw .xl\:inset-y-68{
    top: 340px;
    bottom: 340px;
  }

  .tw .xl\:inset-y-69{
    top: 345px;
    bottom: 345px;
  }

  .tw .xl\:inset-y-70{
    top: 350px;
    bottom: 350px;
  }

  .tw .xl\:inset-y-71{
    top: 355px;
    bottom: 355px;
  }

  .tw .xl\:inset-y-72{
    top: 360px;
    bottom: 360px;
  }

  .tw .xl\:inset-y-73{
    top: 365px;
    bottom: 365px;
  }

  .tw .xl\:inset-y-74{
    top: 370px;
    bottom: 370px;
  }

  .tw .xl\:inset-y-75{
    top: 375px;
    bottom: 375px;
  }

  .tw .xl\:inset-y-76{
    top: 380px;
    bottom: 380px;
  }

  .tw .xl\:inset-y-77{
    top: 385px;
    bottom: 385px;
  }

  .tw .xl\:inset-y-78{
    top: 390px;
    bottom: 390px;
  }

  .tw .xl\:inset-y-79{
    top: 395px;
    bottom: 395px;
  }

  .tw .xl\:inset-y-80{
    top: 400px;
    bottom: 400px;
  }

  .tw .xl\:inset-y-81{
    top: 405px;
    bottom: 405px;
  }

  .tw .xl\:inset-y-82{
    top: 410px;
    bottom: 410px;
  }

  .tw .xl\:inset-y-83{
    top: 415px;
    bottom: 415px;
  }

  .tw .xl\:inset-y-84{
    top: 420px;
    bottom: 420px;
  }

  .tw .xl\:inset-y-85{
    top: 425px;
    bottom: 425px;
  }

  .tw .xl\:inset-y-86{
    top: 430px;
    bottom: 430px;
  }

  .tw .xl\:inset-y-87{
    top: 435px;
    bottom: 435px;
  }

  .tw .xl\:inset-y-88{
    top: 440px;
    bottom: 440px;
  }

  .tw .xl\:inset-y-89{
    top: 445px;
    bottom: 445px;
  }

  .tw .xl\:inset-y-90{
    top: 450px;
    bottom: 450px;
  }

  .tw .xl\:inset-y-91{
    top: 455px;
    bottom: 455px;
  }

  .tw .xl\:inset-y-92{
    top: 460px;
    bottom: 460px;
  }

  .tw .xl\:inset-y-93{
    top: 465px;
    bottom: 465px;
  }

  .tw .xl\:inset-y-94{
    top: 470px;
    bottom: 470px;
  }

  .tw .xl\:inset-y-95{
    top: 475px;
    bottom: 475px;
  }

  .tw .xl\:inset-y-96{
    top: 480px;
    bottom: 480px;
  }

  .tw .xl\:inset-y-97{
    top: 485px;
    bottom: 485px;
  }

  .tw .xl\:inset-y-98{
    top: 490px;
    bottom: 490px;
  }

  .tw .xl\:inset-y-99{
    top: 495px;
    bottom: 495px;
  }

  .tw .xl\:inset-y-100{
    top: 500px;
    bottom: 500px;
  }

  .tw .xl\:inset-y-101{
    top: 505px;
    bottom: 505px;
  }

  .tw .xl\:inset-y-102{
    top: 510px;
    bottom: 510px;
  }

  .tw .xl\:inset-y-103{
    top: 515px;
    bottom: 515px;
  }

  .tw .xl\:inset-y-104{
    top: 520px;
    bottom: 520px;
  }

  .tw .xl\:inset-y-105{
    top: 525px;
    bottom: 525px;
  }

  .tw .xl\:inset-y-106{
    top: 530px;
    bottom: 530px;
  }

  .tw .xl\:inset-y-107{
    top: 535px;
    bottom: 535px;
  }

  .tw .xl\:inset-y-108{
    top: 540px;
    bottom: 540px;
  }

  .tw .xl\:inset-y-109{
    top: 545px;
    bottom: 545px;
  }

  .tw .xl\:inset-y-110{
    top: 550px;
    bottom: 550px;
  }

  .tw .xl\:inset-y-111{
    top: 555px;
    bottom: 555px;
  }

  .tw .xl\:inset-y-112{
    top: 560px;
    bottom: 560px;
  }

  .tw .xl\:inset-y-113{
    top: 565px;
    bottom: 565px;
  }

  .tw .xl\:inset-y-114{
    top: 570px;
    bottom: 570px;
  }

  .tw .xl\:inset-y-115{
    top: 575px;
    bottom: 575px;
  }

  .tw .xl\:inset-y-116{
    top: 580px;
    bottom: 580px;
  }

  .tw .xl\:inset-y-117{
    top: 585px;
    bottom: 585px;
  }

  .tw .xl\:inset-y-118{
    top: 590px;
    bottom: 590px;
  }

  .tw .xl\:inset-y-119{
    top: 595px;
    bottom: 595px;
  }

  .tw .xl\:inset-y-120{
    top: 600px;
    bottom: 600px;
  }

  .tw .xl\:inset-y-121{
    top: 605px;
    bottom: 605px;
  }

  .tw .xl\:inset-y-122{
    top: 610px;
    bottom: 610px;
  }

  .tw .xl\:inset-y-123{
    top: 615px;
    bottom: 615px;
  }

  .tw .xl\:inset-y-124{
    top: 620px;
    bottom: 620px;
  }

  .tw .xl\:inset-y-125{
    top: 625px;
    bottom: 625px;
  }

  .tw .xl\:inset-y-126{
    top: 630px;
    bottom: 630px;
  }

  .tw .xl\:inset-y-127{
    top: 635px;
    bottom: 635px;
  }

  .tw .xl\:inset-y-128{
    top: 640px;
    bottom: 640px;
  }

  .tw .xl\:inset-y-129{
    top: 645px;
    bottom: 645px;
  }

  .tw .xl\:inset-y-130{
    top: 650px;
    bottom: 650px;
  }

  .tw .xl\:inset-y-131{
    top: 655px;
    bottom: 655px;
  }

  .tw .xl\:inset-y-132{
    top: 660px;
    bottom: 660px;
  }

  .tw .xl\:inset-y-133{
    top: 665px;
    bottom: 665px;
  }

  .tw .xl\:inset-y-134{
    top: 670px;
    bottom: 670px;
  }

  .tw .xl\:inset-y-135{
    top: 675px;
    bottom: 675px;
  }

  .tw .xl\:inset-y-136{
    top: 680px;
    bottom: 680px;
  }

  .tw .xl\:inset-y-137{
    top: 685px;
    bottom: 685px;
  }

  .tw .xl\:inset-y-138{
    top: 690px;
    bottom: 690px;
  }

  .tw .xl\:inset-y-139{
    top: 695px;
    bottom: 695px;
  }

  .tw .xl\:inset-y-140{
    top: 700px;
    bottom: 700px;
  }

  .tw .xl\:inset-y-141{
    top: 705px;
    bottom: 705px;
  }

  .tw .xl\:inset-y-142{
    top: 710px;
    bottom: 710px;
  }

  .tw .xl\:inset-y-143{
    top: 715px;
    bottom: 715px;
  }

  .tw .xl\:inset-y-144{
    top: 720px;
    bottom: 720px;
  }

  .tw .xl\:inset-y-145{
    top: 725px;
    bottom: 725px;
  }

  .tw .xl\:inset-y-146{
    top: 730px;
    bottom: 730px;
  }

  .tw .xl\:inset-y-147{
    top: 735px;
    bottom: 735px;
  }

  .tw .xl\:inset-y-148{
    top: 740px;
    bottom: 740px;
  }

  .tw .xl\:inset-y-149{
    top: 745px;
    bottom: 745px;
  }

  .tw .xl\:inset-y-auto{
    top: auto;
    bottom: auto;
  }

  .tw .xl\:inset-y-0\.5{
    top: 3px;
    bottom: 3px;
  }

  .tw .xl\:inset-y-1px{
    top: 1px;
    bottom: 1px;
  }

  .tw .xl\:inset-y-2px{
    top: 2px;
    bottom: 2px;
  }

  .tw .xl\:inset-y-3px{
    top: 3px;
    bottom: 3px;
  }

  .tw .xl\:inset-y-4px{
    top: 4px;
    bottom: 4px;
  }

  .tw .xl\:inset-y-5px{
    top: 5px;
    bottom: 5px;
  }

  .tw .xl\:inset-y-6px{
    top: 6px;
    bottom: 6px;
  }

  .tw .xl\:inset-y-7px{
    top: 7px;
    bottom: 7px;
  }

  .tw .xl\:inset-y-8px{
    top: 8px;
    bottom: 8px;
  }

  .tw .xl\:inset-y-9px{
    top: 9px;
    bottom: 9px;
  }

  .tw .xl\:inset-y-10px{
    top: 10px;
    bottom: 10px;
  }

  .tw .xl\:inset-y-11px{
    top: 11px;
    bottom: 11px;
  }

  .tw .xl\:inset-y-12px{
    top: 12px;
    bottom: 12px;
  }

  .tw .xl\:inset-y-13px{
    top: 13px;
    bottom: 13px;
  }

  .tw .xl\:inset-y-14px{
    top: 14px;
    bottom: 14px;
  }

  .tw .xl\:inset-y-15px{
    top: 15px;
    bottom: 15px;
  }

  .tw .xl\:inset-y-16px{
    top: 16px;
    bottom: 16px;
  }

  .tw .xl\:inset-y-17px{
    top: 17px;
    bottom: 17px;
  }

  .tw .xl\:inset-y-18px{
    top: 18px;
    bottom: 18px;
  }

  .tw .xl\:inset-y-19px{
    top: 19px;
    bottom: 19px;
  }

  .tw .xl\:inset-y-20px{
    top: 20px;
    bottom: 20px;
  }

  .tw .xl\:inset-y-21px{
    top: 21px;
    bottom: 21px;
  }

  .tw .xl\:inset-y-22px{
    top: 22px;
    bottom: 22px;
  }

  .tw .xl\:inset-y-23px{
    top: 23px;
    bottom: 23px;
  }

  .tw .xl\:inset-y-24px{
    top: 24px;
    bottom: 24px;
  }

  .tw .xl\:inset-y-25px{
    top: 25px;
    bottom: 25px;
  }

  .tw .xl\:inset-y-26px{
    top: 26px;
    bottom: 26px;
  }

  .tw .xl\:inset-y-27px{
    top: 27px;
    bottom: 27px;
  }

  .tw .xl\:inset-y-28px{
    top: 28px;
    bottom: 28px;
  }

  .tw .xl\:inset-y-29px{
    top: 29px;
    bottom: 29px;
  }

  .tw .xl\:inset-y-30px{
    top: 30px;
    bottom: 30px;
  }

  .tw .xl\:inset-y-31px{
    top: 31px;
    bottom: 31px;
  }

  .tw .xl\:inset-y-32px{
    top: 32px;
    bottom: 32px;
  }

  .tw .xl\:inset-y-33px{
    top: 33px;
    bottom: 33px;
  }

  .tw .xl\:inset-y-34px{
    top: 34px;
    bottom: 34px;
  }

  .tw .xl\:inset-y-35px{
    top: 35px;
    bottom: 35px;
  }

  .tw .xl\:inset-y-36px{
    top: 36px;
    bottom: 36px;
  }

  .tw .xl\:inset-y-37px{
    top: 37px;
    bottom: 37px;
  }

  .tw .xl\:inset-y-38px{
    top: 38px;
    bottom: 38px;
  }

  .tw .xl\:inset-y-39px{
    top: 39px;
    bottom: 39px;
  }

  .tw .xl\:inset-y-40px{
    top: 40px;
    bottom: 40px;
  }

  .tw .xl\:-inset-y-0{
    top: 0px;
    bottom: 0px;
  }

  .tw .xl\:-inset-y-1{
    top: -5px;
    bottom: -5px;
  }

  .tw .xl\:-inset-y-2{
    top: -10px;
    bottom: -10px;
  }

  .tw .xl\:-inset-y-3{
    top: -15px;
    bottom: -15px;
  }

  .tw .xl\:-inset-y-4{
    top: -20px;
    bottom: -20px;
  }

  .tw .xl\:-inset-y-5{
    top: -25px;
    bottom: -25px;
  }

  .tw .xl\:-inset-y-6{
    top: -30px;
    bottom: -30px;
  }

  .tw .xl\:-inset-y-7{
    top: -35px;
    bottom: -35px;
  }

  .tw .xl\:-inset-y-8{
    top: -40px;
    bottom: -40px;
  }

  .tw .xl\:-inset-y-9{
    top: -45px;
    bottom: -45px;
  }

  .tw .xl\:-inset-y-10{
    top: -50px;
    bottom: -50px;
  }

  .tw .xl\:-inset-y-11{
    top: -55px;
    bottom: -55px;
  }

  .tw .xl\:-inset-y-12{
    top: -60px;
    bottom: -60px;
  }

  .tw .xl\:-inset-y-13{
    top: -65px;
    bottom: -65px;
  }

  .tw .xl\:-inset-y-14{
    top: -70px;
    bottom: -70px;
  }

  .tw .xl\:-inset-y-15{
    top: -75px;
    bottom: -75px;
  }

  .tw .xl\:-inset-y-16{
    top: -80px;
    bottom: -80px;
  }

  .tw .xl\:-inset-y-17{
    top: -85px;
    bottom: -85px;
  }

  .tw .xl\:-inset-y-18{
    top: -90px;
    bottom: -90px;
  }

  .tw .xl\:-inset-y-19{
    top: -95px;
    bottom: -95px;
  }

  .tw .xl\:-inset-y-20{
    top: -100px;
    bottom: -100px;
  }

  .tw .xl\:-inset-y-21{
    top: -105px;
    bottom: -105px;
  }

  .tw .xl\:-inset-y-22{
    top: -110px;
    bottom: -110px;
  }

  .tw .xl\:-inset-y-23{
    top: -115px;
    bottom: -115px;
  }

  .tw .xl\:-inset-y-24{
    top: -120px;
    bottom: -120px;
  }

  .tw .xl\:-inset-y-25{
    top: -125px;
    bottom: -125px;
  }

  .tw .xl\:-inset-y-26{
    top: -130px;
    bottom: -130px;
  }

  .tw .xl\:-inset-y-27{
    top: -135px;
    bottom: -135px;
  }

  .tw .xl\:-inset-y-28{
    top: -140px;
    bottom: -140px;
  }

  .tw .xl\:-inset-y-29{
    top: -145px;
    bottom: -145px;
  }

  .tw .xl\:-inset-y-30{
    top: -150px;
    bottom: -150px;
  }

  .tw .xl\:-inset-y-31{
    top: -155px;
    bottom: -155px;
  }

  .tw .xl\:-inset-y-32{
    top: -160px;
    bottom: -160px;
  }

  .tw .xl\:-inset-y-33{
    top: -165px;
    bottom: -165px;
  }

  .tw .xl\:-inset-y-34{
    top: -170px;
    bottom: -170px;
  }

  .tw .xl\:-inset-y-35{
    top: -175px;
    bottom: -175px;
  }

  .tw .xl\:-inset-y-36{
    top: -180px;
    bottom: -180px;
  }

  .tw .xl\:-inset-y-37{
    top: -185px;
    bottom: -185px;
  }

  .tw .xl\:-inset-y-38{
    top: -190px;
    bottom: -190px;
  }

  .tw .xl\:-inset-y-39{
    top: -195px;
    bottom: -195px;
  }

  .tw .xl\:-inset-y-40{
    top: -200px;
    bottom: -200px;
  }

  .tw .xl\:-inset-y-41{
    top: -205px;
    bottom: -205px;
  }

  .tw .xl\:-inset-y-42{
    top: -210px;
    bottom: -210px;
  }

  .tw .xl\:-inset-y-43{
    top: -215px;
    bottom: -215px;
  }

  .tw .xl\:-inset-y-44{
    top: -220px;
    bottom: -220px;
  }

  .tw .xl\:-inset-y-45{
    top: -225px;
    bottom: -225px;
  }

  .tw .xl\:-inset-y-46{
    top: -230px;
    bottom: -230px;
  }

  .tw .xl\:-inset-y-47{
    top: -235px;
    bottom: -235px;
  }

  .tw .xl\:-inset-y-48{
    top: -240px;
    bottom: -240px;
  }

  .tw .xl\:-inset-y-49{
    top: -245px;
    bottom: -245px;
  }

  .tw .xl\:-inset-y-50{
    top: -250px;
    bottom: -250px;
  }

  .tw .xl\:-inset-y-51{
    top: -255px;
    bottom: -255px;
  }

  .tw .xl\:-inset-y-52{
    top: -260px;
    bottom: -260px;
  }

  .tw .xl\:-inset-y-53{
    top: -265px;
    bottom: -265px;
  }

  .tw .xl\:-inset-y-54{
    top: -270px;
    bottom: -270px;
  }

  .tw .xl\:-inset-y-55{
    top: -275px;
    bottom: -275px;
  }

  .tw .xl\:-inset-y-56{
    top: -280px;
    bottom: -280px;
  }

  .tw .xl\:-inset-y-57{
    top: -285px;
    bottom: -285px;
  }

  .tw .xl\:-inset-y-58{
    top: -290px;
    bottom: -290px;
  }

  .tw .xl\:-inset-y-59{
    top: -295px;
    bottom: -295px;
  }

  .tw .xl\:-inset-y-60{
    top: -300px;
    bottom: -300px;
  }

  .tw .xl\:-inset-y-61{
    top: -305px;
    bottom: -305px;
  }

  .tw .xl\:-inset-y-62{
    top: -310px;
    bottom: -310px;
  }

  .tw .xl\:-inset-y-63{
    top: -315px;
    bottom: -315px;
  }

  .tw .xl\:-inset-y-64{
    top: -320px;
    bottom: -320px;
  }

  .tw .xl\:-inset-y-65{
    top: -325px;
    bottom: -325px;
  }

  .tw .xl\:-inset-y-66{
    top: -330px;
    bottom: -330px;
  }

  .tw .xl\:-inset-y-67{
    top: -335px;
    bottom: -335px;
  }

  .tw .xl\:-inset-y-68{
    top: -340px;
    bottom: -340px;
  }

  .tw .xl\:-inset-y-69{
    top: -345px;
    bottom: -345px;
  }

  .tw .xl\:-inset-y-70{
    top: -350px;
    bottom: -350px;
  }

  .tw .xl\:-inset-y-71{
    top: -355px;
    bottom: -355px;
  }

  .tw .xl\:-inset-y-72{
    top: -360px;
    bottom: -360px;
  }

  .tw .xl\:-inset-y-73{
    top: -365px;
    bottom: -365px;
  }

  .tw .xl\:-inset-y-74{
    top: -370px;
    bottom: -370px;
  }

  .tw .xl\:-inset-y-75{
    top: -375px;
    bottom: -375px;
  }

  .tw .xl\:-inset-y-76{
    top: -380px;
    bottom: -380px;
  }

  .tw .xl\:-inset-y-77{
    top: -385px;
    bottom: -385px;
  }

  .tw .xl\:-inset-y-78{
    top: -390px;
    bottom: -390px;
  }

  .tw .xl\:-inset-y-79{
    top: -395px;
    bottom: -395px;
  }

  .tw .xl\:-inset-y-80{
    top: -400px;
    bottom: -400px;
  }

  .tw .xl\:-inset-y-81{
    top: -405px;
    bottom: -405px;
  }

  .tw .xl\:-inset-y-82{
    top: -410px;
    bottom: -410px;
  }

  .tw .xl\:-inset-y-83{
    top: -415px;
    bottom: -415px;
  }

  .tw .xl\:-inset-y-84{
    top: -420px;
    bottom: -420px;
  }

  .tw .xl\:-inset-y-85{
    top: -425px;
    bottom: -425px;
  }

  .tw .xl\:-inset-y-86{
    top: -430px;
    bottom: -430px;
  }

  .tw .xl\:-inset-y-87{
    top: -435px;
    bottom: -435px;
  }

  .tw .xl\:-inset-y-88{
    top: -440px;
    bottom: -440px;
  }

  .tw .xl\:-inset-y-89{
    top: -445px;
    bottom: -445px;
  }

  .tw .xl\:-inset-y-90{
    top: -450px;
    bottom: -450px;
  }

  .tw .xl\:-inset-y-91{
    top: -455px;
    bottom: -455px;
  }

  .tw .xl\:-inset-y-92{
    top: -460px;
    bottom: -460px;
  }

  .tw .xl\:-inset-y-93{
    top: -465px;
    bottom: -465px;
  }

  .tw .xl\:-inset-y-94{
    top: -470px;
    bottom: -470px;
  }

  .tw .xl\:-inset-y-95{
    top: -475px;
    bottom: -475px;
  }

  .tw .xl\:-inset-y-96{
    top: -480px;
    bottom: -480px;
  }

  .tw .xl\:-inset-y-97{
    top: -485px;
    bottom: -485px;
  }

  .tw .xl\:-inset-y-98{
    top: -490px;
    bottom: -490px;
  }

  .tw .xl\:-inset-y-99{
    top: -495px;
    bottom: -495px;
  }

  .tw .xl\:-inset-y-100{
    top: -500px;
    bottom: -500px;
  }

  .tw .xl\:-inset-y-101{
    top: -505px;
    bottom: -505px;
  }

  .tw .xl\:-inset-y-102{
    top: -510px;
    bottom: -510px;
  }

  .tw .xl\:-inset-y-103{
    top: -515px;
    bottom: -515px;
  }

  .tw .xl\:-inset-y-104{
    top: -520px;
    bottom: -520px;
  }

  .tw .xl\:-inset-y-105{
    top: -525px;
    bottom: -525px;
  }

  .tw .xl\:-inset-y-106{
    top: -530px;
    bottom: -530px;
  }

  .tw .xl\:-inset-y-107{
    top: -535px;
    bottom: -535px;
  }

  .tw .xl\:-inset-y-108{
    top: -540px;
    bottom: -540px;
  }

  .tw .xl\:-inset-y-109{
    top: -545px;
    bottom: -545px;
  }

  .tw .xl\:-inset-y-110{
    top: -550px;
    bottom: -550px;
  }

  .tw .xl\:-inset-y-111{
    top: -555px;
    bottom: -555px;
  }

  .tw .xl\:-inset-y-112{
    top: -560px;
    bottom: -560px;
  }

  .tw .xl\:-inset-y-113{
    top: -565px;
    bottom: -565px;
  }

  .tw .xl\:-inset-y-114{
    top: -570px;
    bottom: -570px;
  }

  .tw .xl\:-inset-y-115{
    top: -575px;
    bottom: -575px;
  }

  .tw .xl\:-inset-y-116{
    top: -580px;
    bottom: -580px;
  }

  .tw .xl\:-inset-y-117{
    top: -585px;
    bottom: -585px;
  }

  .tw .xl\:-inset-y-118{
    top: -590px;
    bottom: -590px;
  }

  .tw .xl\:-inset-y-119{
    top: -595px;
    bottom: -595px;
  }

  .tw .xl\:-inset-y-120{
    top: -600px;
    bottom: -600px;
  }

  .tw .xl\:-inset-y-121{
    top: -605px;
    bottom: -605px;
  }

  .tw .xl\:-inset-y-122{
    top: -610px;
    bottom: -610px;
  }

  .tw .xl\:-inset-y-123{
    top: -615px;
    bottom: -615px;
  }

  .tw .xl\:-inset-y-124{
    top: -620px;
    bottom: -620px;
  }

  .tw .xl\:-inset-y-125{
    top: -625px;
    bottom: -625px;
  }

  .tw .xl\:-inset-y-126{
    top: -630px;
    bottom: -630px;
  }

  .tw .xl\:-inset-y-127{
    top: -635px;
    bottom: -635px;
  }

  .tw .xl\:-inset-y-128{
    top: -640px;
    bottom: -640px;
  }

  .tw .xl\:-inset-y-129{
    top: -645px;
    bottom: -645px;
  }

  .tw .xl\:-inset-y-130{
    top: -650px;
    bottom: -650px;
  }

  .tw .xl\:-inset-y-131{
    top: -655px;
    bottom: -655px;
  }

  .tw .xl\:-inset-y-132{
    top: -660px;
    bottom: -660px;
  }

  .tw .xl\:-inset-y-133{
    top: -665px;
    bottom: -665px;
  }

  .tw .xl\:-inset-y-134{
    top: -670px;
    bottom: -670px;
  }

  .tw .xl\:-inset-y-135{
    top: -675px;
    bottom: -675px;
  }

  .tw .xl\:-inset-y-136{
    top: -680px;
    bottom: -680px;
  }

  .tw .xl\:-inset-y-137{
    top: -685px;
    bottom: -685px;
  }

  .tw .xl\:-inset-y-138{
    top: -690px;
    bottom: -690px;
  }

  .tw .xl\:-inset-y-139{
    top: -695px;
    bottom: -695px;
  }

  .tw .xl\:-inset-y-140{
    top: -700px;
    bottom: -700px;
  }

  .tw .xl\:-inset-y-141{
    top: -705px;
    bottom: -705px;
  }

  .tw .xl\:-inset-y-142{
    top: -710px;
    bottom: -710px;
  }

  .tw .xl\:-inset-y-143{
    top: -715px;
    bottom: -715px;
  }

  .tw .xl\:-inset-y-144{
    top: -720px;
    bottom: -720px;
  }

  .tw .xl\:-inset-y-145{
    top: -725px;
    bottom: -725px;
  }

  .tw .xl\:-inset-y-146{
    top: -730px;
    bottom: -730px;
  }

  .tw .xl\:-inset-y-147{
    top: -735px;
    bottom: -735px;
  }

  .tw .xl\:-inset-y-148{
    top: -740px;
    bottom: -740px;
  }

  .tw .xl\:-inset-y-149{
    top: -745px;
    bottom: -745px;
  }

  .tw .xl\:-inset-y-0\.5{
    top: -3px;
    bottom: -3px;
  }

  .tw .xl\:-inset-y-1px{
    top: -1px;
    bottom: -1px;
  }

  .tw .xl\:-inset-y-2px{
    top: -2px;
    bottom: -2px;
  }

  .tw .xl\:-inset-y-3px{
    top: -3px;
    bottom: -3px;
  }

  .tw .xl\:-inset-y-4px{
    top: -4px;
    bottom: -4px;
  }

  .tw .xl\:-inset-y-5px{
    top: -5px;
    bottom: -5px;
  }

  .tw .xl\:-inset-y-6px{
    top: -6px;
    bottom: -6px;
  }

  .tw .xl\:-inset-y-7px{
    top: -7px;
    bottom: -7px;
  }

  .tw .xl\:-inset-y-8px{
    top: -8px;
    bottom: -8px;
  }

  .tw .xl\:-inset-y-9px{
    top: -9px;
    bottom: -9px;
  }

  .tw .xl\:-inset-y-10px{
    top: -10px;
    bottom: -10px;
  }

  .tw .xl\:-inset-y-11px{
    top: -11px;
    bottom: -11px;
  }

  .tw .xl\:-inset-y-12px{
    top: -12px;
    bottom: -12px;
  }

  .tw .xl\:-inset-y-13px{
    top: -13px;
    bottom: -13px;
  }

  .tw .xl\:-inset-y-14px{
    top: -14px;
    bottom: -14px;
  }

  .tw .xl\:-inset-y-15px{
    top: -15px;
    bottom: -15px;
  }

  .tw .xl\:-inset-y-16px{
    top: -16px;
    bottom: -16px;
  }

  .tw .xl\:-inset-y-17px{
    top: -17px;
    bottom: -17px;
  }

  .tw .xl\:-inset-y-18px{
    top: -18px;
    bottom: -18px;
  }

  .tw .xl\:-inset-y-19px{
    top: -19px;
    bottom: -19px;
  }

  .tw .xl\:-inset-y-20px{
    top: -20px;
    bottom: -20px;
  }

  .tw .xl\:-inset-y-21px{
    top: -21px;
    bottom: -21px;
  }

  .tw .xl\:-inset-y-22px{
    top: -22px;
    bottom: -22px;
  }

  .tw .xl\:-inset-y-23px{
    top: -23px;
    bottom: -23px;
  }

  .tw .xl\:-inset-y-24px{
    top: -24px;
    bottom: -24px;
  }

  .tw .xl\:-inset-y-25px{
    top: -25px;
    bottom: -25px;
  }

  .tw .xl\:-inset-y-26px{
    top: -26px;
    bottom: -26px;
  }

  .tw .xl\:-inset-y-27px{
    top: -27px;
    bottom: -27px;
  }

  .tw .xl\:-inset-y-28px{
    top: -28px;
    bottom: -28px;
  }

  .tw .xl\:-inset-y-29px{
    top: -29px;
    bottom: -29px;
  }

  .tw .xl\:-inset-y-30px{
    top: -30px;
    bottom: -30px;
  }

  .tw .xl\:-inset-y-31px{
    top: -31px;
    bottom: -31px;
  }

  .tw .xl\:-inset-y-32px{
    top: -32px;
    bottom: -32px;
  }

  .tw .xl\:-inset-y-33px{
    top: -33px;
    bottom: -33px;
  }

  .tw .xl\:-inset-y-34px{
    top: -34px;
    bottom: -34px;
  }

  .tw .xl\:-inset-y-35px{
    top: -35px;
    bottom: -35px;
  }

  .tw .xl\:-inset-y-36px{
    top: -36px;
    bottom: -36px;
  }

  .tw .xl\:-inset-y-37px{
    top: -37px;
    bottom: -37px;
  }

  .tw .xl\:-inset-y-38px{
    top: -38px;
    bottom: -38px;
  }

  .tw .xl\:-inset-y-39px{
    top: -39px;
    bottom: -39px;
  }

  .tw .xl\:-inset-y-40px{
    top: -40px;
    bottom: -40px;
  }

  .tw .xl\:inset-y-1\/2{
    top: 50%;
    bottom: 50%;
  }

  .tw .xl\:inset-y-1\/3{
    top: 33.333333%;
    bottom: 33.333333%;
  }

  .tw .xl\:inset-y-2\/3{
    top: 66.666667%;
    bottom: 66.666667%;
  }

  .tw .xl\:inset-y-1\/4{
    top: 25%;
    bottom: 25%;
  }

  .tw .xl\:inset-y-2\/4{
    top: 50%;
    bottom: 50%;
  }

  .tw .xl\:inset-y-3\/4{
    top: 75%;
    bottom: 75%;
  }

  .tw .xl\:inset-y-full{
    top: 100%;
    bottom: 100%;
  }

  .tw .xl\:-inset-y-1\/2{
    top: -50%;
    bottom: -50%;
  }

  .tw .xl\:-inset-y-1\/3{
    top: -33.333333%;
    bottom: -33.333333%;
  }

  .tw .xl\:-inset-y-2\/3{
    top: -66.666667%;
    bottom: -66.666667%;
  }

  .tw .xl\:-inset-y-1\/4{
    top: -25%;
    bottom: -25%;
  }

  .tw .xl\:-inset-y-2\/4{
    top: -50%;
    bottom: -50%;
  }

  .tw .xl\:-inset-y-3\/4{
    top: -75%;
    bottom: -75%;
  }

  .tw .xl\:-inset-y-full{
    top: -100%;
    bottom: -100%;
  }

  .tw .xl\:top-0{
    top: 0px;
  }

  .tw .xl\:top-1{
    top: 5px;
  }

  .tw .xl\:top-2{
    top: 10px;
  }

  .tw .xl\:top-3{
    top: 15px;
  }

  .tw .xl\:top-4{
    top: 20px;
  }

  .tw .xl\:top-5{
    top: 25px;
  }

  .tw .xl\:top-6{
    top: 30px;
  }

  .tw .xl\:top-7{
    top: 35px;
  }

  .tw .xl\:top-8{
    top: 40px;
  }

  .tw .xl\:top-9{
    top: 45px;
  }

  .tw .xl\:top-10{
    top: 50px;
  }

  .tw .xl\:top-11{
    top: 55px;
  }

  .tw .xl\:top-12{
    top: 60px;
  }

  .tw .xl\:top-13{
    top: 65px;
  }

  .tw .xl\:top-14{
    top: 70px;
  }

  .tw .xl\:top-15{
    top: 75px;
  }

  .tw .xl\:top-16{
    top: 80px;
  }

  .tw .xl\:top-17{
    top: 85px;
  }

  .tw .xl\:top-18{
    top: 90px;
  }

  .tw .xl\:top-19{
    top: 95px;
  }

  .tw .xl\:top-20{
    top: 100px;
  }

  .tw .xl\:top-21{
    top: 105px;
  }

  .tw .xl\:top-22{
    top: 110px;
  }

  .tw .xl\:top-23{
    top: 115px;
  }

  .tw .xl\:top-24{
    top: 120px;
  }

  .tw .xl\:top-25{
    top: 125px;
  }

  .tw .xl\:top-26{
    top: 130px;
  }

  .tw .xl\:top-27{
    top: 135px;
  }

  .tw .xl\:top-28{
    top: 140px;
  }

  .tw .xl\:top-29{
    top: 145px;
  }

  .tw .xl\:top-30{
    top: 150px;
  }

  .tw .xl\:top-31{
    top: 155px;
  }

  .tw .xl\:top-32{
    top: 160px;
  }

  .tw .xl\:top-33{
    top: 165px;
  }

  .tw .xl\:top-34{
    top: 170px;
  }

  .tw .xl\:top-35{
    top: 175px;
  }

  .tw .xl\:top-36{
    top: 180px;
  }

  .tw .xl\:top-37{
    top: 185px;
  }

  .tw .xl\:top-38{
    top: 190px;
  }

  .tw .xl\:top-39{
    top: 195px;
  }

  .tw .xl\:top-40{
    top: 200px;
  }

  .tw .xl\:top-41{
    top: 205px;
  }

  .tw .xl\:top-42{
    top: 210px;
  }

  .tw .xl\:top-43{
    top: 215px;
  }

  .tw .xl\:top-44{
    top: 220px;
  }

  .tw .xl\:top-45{
    top: 225px;
  }

  .tw .xl\:top-46{
    top: 230px;
  }

  .tw .xl\:top-47{
    top: 235px;
  }

  .tw .xl\:top-48{
    top: 240px;
  }

  .tw .xl\:top-49{
    top: 245px;
  }

  .tw .xl\:top-50{
    top: 250px;
  }

  .tw .xl\:top-51{
    top: 255px;
  }

  .tw .xl\:top-52{
    top: 260px;
  }

  .tw .xl\:top-53{
    top: 265px;
  }

  .tw .xl\:top-54{
    top: 270px;
  }

  .tw .xl\:top-55{
    top: 275px;
  }

  .tw .xl\:top-56{
    top: 280px;
  }

  .tw .xl\:top-57{
    top: 285px;
  }

  .tw .xl\:top-58{
    top: 290px;
  }

  .tw .xl\:top-59{
    top: 295px;
  }

  .tw .xl\:top-60{
    top: 300px;
  }

  .tw .xl\:top-61{
    top: 305px;
  }

  .tw .xl\:top-62{
    top: 310px;
  }

  .tw .xl\:top-63{
    top: 315px;
  }

  .tw .xl\:top-64{
    top: 320px;
  }

  .tw .xl\:top-65{
    top: 325px;
  }

  .tw .xl\:top-66{
    top: 330px;
  }

  .tw .xl\:top-67{
    top: 335px;
  }

  .tw .xl\:top-68{
    top: 340px;
  }

  .tw .xl\:top-69{
    top: 345px;
  }

  .tw .xl\:top-70{
    top: 350px;
  }

  .tw .xl\:top-71{
    top: 355px;
  }

  .tw .xl\:top-72{
    top: 360px;
  }

  .tw .xl\:top-73{
    top: 365px;
  }

  .tw .xl\:top-74{
    top: 370px;
  }

  .tw .xl\:top-75{
    top: 375px;
  }

  .tw .xl\:top-76{
    top: 380px;
  }

  .tw .xl\:top-77{
    top: 385px;
  }

  .tw .xl\:top-78{
    top: 390px;
  }

  .tw .xl\:top-79{
    top: 395px;
  }

  .tw .xl\:top-80{
    top: 400px;
  }

  .tw .xl\:top-81{
    top: 405px;
  }

  .tw .xl\:top-82{
    top: 410px;
  }

  .tw .xl\:top-83{
    top: 415px;
  }

  .tw .xl\:top-84{
    top: 420px;
  }

  .tw .xl\:top-85{
    top: 425px;
  }

  .tw .xl\:top-86{
    top: 430px;
  }

  .tw .xl\:top-87{
    top: 435px;
  }

  .tw .xl\:top-88{
    top: 440px;
  }

  .tw .xl\:top-89{
    top: 445px;
  }

  .tw .xl\:top-90{
    top: 450px;
  }

  .tw .xl\:top-91{
    top: 455px;
  }

  .tw .xl\:top-92{
    top: 460px;
  }

  .tw .xl\:top-93{
    top: 465px;
  }

  .tw .xl\:top-94{
    top: 470px;
  }

  .tw .xl\:top-95{
    top: 475px;
  }

  .tw .xl\:top-96{
    top: 480px;
  }

  .tw .xl\:top-97{
    top: 485px;
  }

  .tw .xl\:top-98{
    top: 490px;
  }

  .tw .xl\:top-99{
    top: 495px;
  }

  .tw .xl\:top-100{
    top: 500px;
  }

  .tw .xl\:top-101{
    top: 505px;
  }

  .tw .xl\:top-102{
    top: 510px;
  }

  .tw .xl\:top-103{
    top: 515px;
  }

  .tw .xl\:top-104{
    top: 520px;
  }

  .tw .xl\:top-105{
    top: 525px;
  }

  .tw .xl\:top-106{
    top: 530px;
  }

  .tw .xl\:top-107{
    top: 535px;
  }

  .tw .xl\:top-108{
    top: 540px;
  }

  .tw .xl\:top-109{
    top: 545px;
  }

  .tw .xl\:top-110{
    top: 550px;
  }

  .tw .xl\:top-111{
    top: 555px;
  }

  .tw .xl\:top-112{
    top: 560px;
  }

  .tw .xl\:top-113{
    top: 565px;
  }

  .tw .xl\:top-114{
    top: 570px;
  }

  .tw .xl\:top-115{
    top: 575px;
  }

  .tw .xl\:top-116{
    top: 580px;
  }

  .tw .xl\:top-117{
    top: 585px;
  }

  .tw .xl\:top-118{
    top: 590px;
  }

  .tw .xl\:top-119{
    top: 595px;
  }

  .tw .xl\:top-120{
    top: 600px;
  }

  .tw .xl\:top-121{
    top: 605px;
  }

  .tw .xl\:top-122{
    top: 610px;
  }

  .tw .xl\:top-123{
    top: 615px;
  }

  .tw .xl\:top-124{
    top: 620px;
  }

  .tw .xl\:top-125{
    top: 625px;
  }

  .tw .xl\:top-126{
    top: 630px;
  }

  .tw .xl\:top-127{
    top: 635px;
  }

  .tw .xl\:top-128{
    top: 640px;
  }

  .tw .xl\:top-129{
    top: 645px;
  }

  .tw .xl\:top-130{
    top: 650px;
  }

  .tw .xl\:top-131{
    top: 655px;
  }

  .tw .xl\:top-132{
    top: 660px;
  }

  .tw .xl\:top-133{
    top: 665px;
  }

  .tw .xl\:top-134{
    top: 670px;
  }

  .tw .xl\:top-135{
    top: 675px;
  }

  .tw .xl\:top-136{
    top: 680px;
  }

  .tw .xl\:top-137{
    top: 685px;
  }

  .tw .xl\:top-138{
    top: 690px;
  }

  .tw .xl\:top-139{
    top: 695px;
  }

  .tw .xl\:top-140{
    top: 700px;
  }

  .tw .xl\:top-141{
    top: 705px;
  }

  .tw .xl\:top-142{
    top: 710px;
  }

  .tw .xl\:top-143{
    top: 715px;
  }

  .tw .xl\:top-144{
    top: 720px;
  }

  .tw .xl\:top-145{
    top: 725px;
  }

  .tw .xl\:top-146{
    top: 730px;
  }

  .tw .xl\:top-147{
    top: 735px;
  }

  .tw .xl\:top-148{
    top: 740px;
  }

  .tw .xl\:top-149{
    top: 745px;
  }

  .tw .xl\:top-auto{
    top: auto;
  }

  .tw .xl\:top-0\.5{
    top: 3px;
  }

  .tw .xl\:top-1px{
    top: 1px;
  }

  .tw .xl\:top-2px{
    top: 2px;
  }

  .tw .xl\:top-3px{
    top: 3px;
  }

  .tw .xl\:top-4px{
    top: 4px;
  }

  .tw .xl\:top-5px{
    top: 5px;
  }

  .tw .xl\:top-6px{
    top: 6px;
  }

  .tw .xl\:top-7px{
    top: 7px;
  }

  .tw .xl\:top-8px{
    top: 8px;
  }

  .tw .xl\:top-9px{
    top: 9px;
  }

  .tw .xl\:top-10px{
    top: 10px;
  }

  .tw .xl\:top-11px{
    top: 11px;
  }

  .tw .xl\:top-12px{
    top: 12px;
  }

  .tw .xl\:top-13px{
    top: 13px;
  }

  .tw .xl\:top-14px{
    top: 14px;
  }

  .tw .xl\:top-15px{
    top: 15px;
  }

  .tw .xl\:top-16px{
    top: 16px;
  }

  .tw .xl\:top-17px{
    top: 17px;
  }

  .tw .xl\:top-18px{
    top: 18px;
  }

  .tw .xl\:top-19px{
    top: 19px;
  }

  .tw .xl\:top-20px{
    top: 20px;
  }

  .tw .xl\:top-21px{
    top: 21px;
  }

  .tw .xl\:top-22px{
    top: 22px;
  }

  .tw .xl\:top-23px{
    top: 23px;
  }

  .tw .xl\:top-24px{
    top: 24px;
  }

  .tw .xl\:top-25px{
    top: 25px;
  }

  .tw .xl\:top-26px{
    top: 26px;
  }

  .tw .xl\:top-27px{
    top: 27px;
  }

  .tw .xl\:top-28px{
    top: 28px;
  }

  .tw .xl\:top-29px{
    top: 29px;
  }

  .tw .xl\:top-30px{
    top: 30px;
  }

  .tw .xl\:top-31px{
    top: 31px;
  }

  .tw .xl\:top-32px{
    top: 32px;
  }

  .tw .xl\:top-33px{
    top: 33px;
  }

  .tw .xl\:top-34px{
    top: 34px;
  }

  .tw .xl\:top-35px{
    top: 35px;
  }

  .tw .xl\:top-36px{
    top: 36px;
  }

  .tw .xl\:top-37px{
    top: 37px;
  }

  .tw .xl\:top-38px{
    top: 38px;
  }

  .tw .xl\:top-39px{
    top: 39px;
  }

  .tw .xl\:top-40px{
    top: 40px;
  }

  .tw .xl\:-top-0{
    top: 0px;
  }

  .tw .xl\:-top-1{
    top: -5px;
  }

  .tw .xl\:-top-2{
    top: -10px;
  }

  .tw .xl\:-top-3{
    top: -15px;
  }

  .tw .xl\:-top-4{
    top: -20px;
  }

  .tw .xl\:-top-5{
    top: -25px;
  }

  .tw .xl\:-top-6{
    top: -30px;
  }

  .tw .xl\:-top-7{
    top: -35px;
  }

  .tw .xl\:-top-8{
    top: -40px;
  }

  .tw .xl\:-top-9{
    top: -45px;
  }

  .tw .xl\:-top-10{
    top: -50px;
  }

  .tw .xl\:-top-11{
    top: -55px;
  }

  .tw .xl\:-top-12{
    top: -60px;
  }

  .tw .xl\:-top-13{
    top: -65px;
  }

  .tw .xl\:-top-14{
    top: -70px;
  }

  .tw .xl\:-top-15{
    top: -75px;
  }

  .tw .xl\:-top-16{
    top: -80px;
  }

  .tw .xl\:-top-17{
    top: -85px;
  }

  .tw .xl\:-top-18{
    top: -90px;
  }

  .tw .xl\:-top-19{
    top: -95px;
  }

  .tw .xl\:-top-20{
    top: -100px;
  }

  .tw .xl\:-top-21{
    top: -105px;
  }

  .tw .xl\:-top-22{
    top: -110px;
  }

  .tw .xl\:-top-23{
    top: -115px;
  }

  .tw .xl\:-top-24{
    top: -120px;
  }

  .tw .xl\:-top-25{
    top: -125px;
  }

  .tw .xl\:-top-26{
    top: -130px;
  }

  .tw .xl\:-top-27{
    top: -135px;
  }

  .tw .xl\:-top-28{
    top: -140px;
  }

  .tw .xl\:-top-29{
    top: -145px;
  }

  .tw .xl\:-top-30{
    top: -150px;
  }

  .tw .xl\:-top-31{
    top: -155px;
  }

  .tw .xl\:-top-32{
    top: -160px;
  }

  .tw .xl\:-top-33{
    top: -165px;
  }

  .tw .xl\:-top-34{
    top: -170px;
  }

  .tw .xl\:-top-35{
    top: -175px;
  }

  .tw .xl\:-top-36{
    top: -180px;
  }

  .tw .xl\:-top-37{
    top: -185px;
  }

  .tw .xl\:-top-38{
    top: -190px;
  }

  .tw .xl\:-top-39{
    top: -195px;
  }

  .tw .xl\:-top-40{
    top: -200px;
  }

  .tw .xl\:-top-41{
    top: -205px;
  }

  .tw .xl\:-top-42{
    top: -210px;
  }

  .tw .xl\:-top-43{
    top: -215px;
  }

  .tw .xl\:-top-44{
    top: -220px;
  }

  .tw .xl\:-top-45{
    top: -225px;
  }

  .tw .xl\:-top-46{
    top: -230px;
  }

  .tw .xl\:-top-47{
    top: -235px;
  }

  .tw .xl\:-top-48{
    top: -240px;
  }

  .tw .xl\:-top-49{
    top: -245px;
  }

  .tw .xl\:-top-50{
    top: -250px;
  }

  .tw .xl\:-top-51{
    top: -255px;
  }

  .tw .xl\:-top-52{
    top: -260px;
  }

  .tw .xl\:-top-53{
    top: -265px;
  }

  .tw .xl\:-top-54{
    top: -270px;
  }

  .tw .xl\:-top-55{
    top: -275px;
  }

  .tw .xl\:-top-56{
    top: -280px;
  }

  .tw .xl\:-top-57{
    top: -285px;
  }

  .tw .xl\:-top-58{
    top: -290px;
  }

  .tw .xl\:-top-59{
    top: -295px;
  }

  .tw .xl\:-top-60{
    top: -300px;
  }

  .tw .xl\:-top-61{
    top: -305px;
  }

  .tw .xl\:-top-62{
    top: -310px;
  }

  .tw .xl\:-top-63{
    top: -315px;
  }

  .tw .xl\:-top-64{
    top: -320px;
  }

  .tw .xl\:-top-65{
    top: -325px;
  }

  .tw .xl\:-top-66{
    top: -330px;
  }

  .tw .xl\:-top-67{
    top: -335px;
  }

  .tw .xl\:-top-68{
    top: -340px;
  }

  .tw .xl\:-top-69{
    top: -345px;
  }

  .tw .xl\:-top-70{
    top: -350px;
  }

  .tw .xl\:-top-71{
    top: -355px;
  }

  .tw .xl\:-top-72{
    top: -360px;
  }

  .tw .xl\:-top-73{
    top: -365px;
  }

  .tw .xl\:-top-74{
    top: -370px;
  }

  .tw .xl\:-top-75{
    top: -375px;
  }

  .tw .xl\:-top-76{
    top: -380px;
  }

  .tw .xl\:-top-77{
    top: -385px;
  }

  .tw .xl\:-top-78{
    top: -390px;
  }

  .tw .xl\:-top-79{
    top: -395px;
  }

  .tw .xl\:-top-80{
    top: -400px;
  }

  .tw .xl\:-top-81{
    top: -405px;
  }

  .tw .xl\:-top-82{
    top: -410px;
  }

  .tw .xl\:-top-83{
    top: -415px;
  }

  .tw .xl\:-top-84{
    top: -420px;
  }

  .tw .xl\:-top-85{
    top: -425px;
  }

  .tw .xl\:-top-86{
    top: -430px;
  }

  .tw .xl\:-top-87{
    top: -435px;
  }

  .tw .xl\:-top-88{
    top: -440px;
  }

  .tw .xl\:-top-89{
    top: -445px;
  }

  .tw .xl\:-top-90{
    top: -450px;
  }

  .tw .xl\:-top-91{
    top: -455px;
  }

  .tw .xl\:-top-92{
    top: -460px;
  }

  .tw .xl\:-top-93{
    top: -465px;
  }

  .tw .xl\:-top-94{
    top: -470px;
  }

  .tw .xl\:-top-95{
    top: -475px;
  }

  .tw .xl\:-top-96{
    top: -480px;
  }

  .tw .xl\:-top-97{
    top: -485px;
  }

  .tw .xl\:-top-98{
    top: -490px;
  }

  .tw .xl\:-top-99{
    top: -495px;
  }

  .tw .xl\:-top-100{
    top: -500px;
  }

  .tw .xl\:-top-101{
    top: -505px;
  }

  .tw .xl\:-top-102{
    top: -510px;
  }

  .tw .xl\:-top-103{
    top: -515px;
  }

  .tw .xl\:-top-104{
    top: -520px;
  }

  .tw .xl\:-top-105{
    top: -525px;
  }

  .tw .xl\:-top-106{
    top: -530px;
  }

  .tw .xl\:-top-107{
    top: -535px;
  }

  .tw .xl\:-top-108{
    top: -540px;
  }

  .tw .xl\:-top-109{
    top: -545px;
  }

  .tw .xl\:-top-110{
    top: -550px;
  }

  .tw .xl\:-top-111{
    top: -555px;
  }

  .tw .xl\:-top-112{
    top: -560px;
  }

  .tw .xl\:-top-113{
    top: -565px;
  }

  .tw .xl\:-top-114{
    top: -570px;
  }

  .tw .xl\:-top-115{
    top: -575px;
  }

  .tw .xl\:-top-116{
    top: -580px;
  }

  .tw .xl\:-top-117{
    top: -585px;
  }

  .tw .xl\:-top-118{
    top: -590px;
  }

  .tw .xl\:-top-119{
    top: -595px;
  }

  .tw .xl\:-top-120{
    top: -600px;
  }

  .tw .xl\:-top-121{
    top: -605px;
  }

  .tw .xl\:-top-122{
    top: -610px;
  }

  .tw .xl\:-top-123{
    top: -615px;
  }

  .tw .xl\:-top-124{
    top: -620px;
  }

  .tw .xl\:-top-125{
    top: -625px;
  }

  .tw .xl\:-top-126{
    top: -630px;
  }

  .tw .xl\:-top-127{
    top: -635px;
  }

  .tw .xl\:-top-128{
    top: -640px;
  }

  .tw .xl\:-top-129{
    top: -645px;
  }

  .tw .xl\:-top-130{
    top: -650px;
  }

  .tw .xl\:-top-131{
    top: -655px;
  }

  .tw .xl\:-top-132{
    top: -660px;
  }

  .tw .xl\:-top-133{
    top: -665px;
  }

  .tw .xl\:-top-134{
    top: -670px;
  }

  .tw .xl\:-top-135{
    top: -675px;
  }

  .tw .xl\:-top-136{
    top: -680px;
  }

  .tw .xl\:-top-137{
    top: -685px;
  }

  .tw .xl\:-top-138{
    top: -690px;
  }

  .tw .xl\:-top-139{
    top: -695px;
  }

  .tw .xl\:-top-140{
    top: -700px;
  }

  .tw .xl\:-top-141{
    top: -705px;
  }

  .tw .xl\:-top-142{
    top: -710px;
  }

  .tw .xl\:-top-143{
    top: -715px;
  }

  .tw .xl\:-top-144{
    top: -720px;
  }

  .tw .xl\:-top-145{
    top: -725px;
  }

  .tw .xl\:-top-146{
    top: -730px;
  }

  .tw .xl\:-top-147{
    top: -735px;
  }

  .tw .xl\:-top-148{
    top: -740px;
  }

  .tw .xl\:-top-149{
    top: -745px;
  }

  .tw .xl\:-top-0\.5{
    top: -3px;
  }

  .tw .xl\:-top-1px{
    top: -1px;
  }

  .tw .xl\:-top-2px{
    top: -2px;
  }

  .tw .xl\:-top-3px{
    top: -3px;
  }

  .tw .xl\:-top-4px{
    top: -4px;
  }

  .tw .xl\:-top-5px{
    top: -5px;
  }

  .tw .xl\:-top-6px{
    top: -6px;
  }

  .tw .xl\:-top-7px{
    top: -7px;
  }

  .tw .xl\:-top-8px{
    top: -8px;
  }

  .tw .xl\:-top-9px{
    top: -9px;
  }

  .tw .xl\:-top-10px{
    top: -10px;
  }

  .tw .xl\:-top-11px{
    top: -11px;
  }

  .tw .xl\:-top-12px{
    top: -12px;
  }

  .tw .xl\:-top-13px{
    top: -13px;
  }

  .tw .xl\:-top-14px{
    top: -14px;
  }

  .tw .xl\:-top-15px{
    top: -15px;
  }

  .tw .xl\:-top-16px{
    top: -16px;
  }

  .tw .xl\:-top-17px{
    top: -17px;
  }

  .tw .xl\:-top-18px{
    top: -18px;
  }

  .tw .xl\:-top-19px{
    top: -19px;
  }

  .tw .xl\:-top-20px{
    top: -20px;
  }

  .tw .xl\:-top-21px{
    top: -21px;
  }

  .tw .xl\:-top-22px{
    top: -22px;
  }

  .tw .xl\:-top-23px{
    top: -23px;
  }

  .tw .xl\:-top-24px{
    top: -24px;
  }

  .tw .xl\:-top-25px{
    top: -25px;
  }

  .tw .xl\:-top-26px{
    top: -26px;
  }

  .tw .xl\:-top-27px{
    top: -27px;
  }

  .tw .xl\:-top-28px{
    top: -28px;
  }

  .tw .xl\:-top-29px{
    top: -29px;
  }

  .tw .xl\:-top-30px{
    top: -30px;
  }

  .tw .xl\:-top-31px{
    top: -31px;
  }

  .tw .xl\:-top-32px{
    top: -32px;
  }

  .tw .xl\:-top-33px{
    top: -33px;
  }

  .tw .xl\:-top-34px{
    top: -34px;
  }

  .tw .xl\:-top-35px{
    top: -35px;
  }

  .tw .xl\:-top-36px{
    top: -36px;
  }

  .tw .xl\:-top-37px{
    top: -37px;
  }

  .tw .xl\:-top-38px{
    top: -38px;
  }

  .tw .xl\:-top-39px{
    top: -39px;
  }

  .tw .xl\:-top-40px{
    top: -40px;
  }

  .tw .xl\:top-1\/2{
    top: 50%;
  }

  .tw .xl\:top-1\/3{
    top: 33.333333%;
  }

  .tw .xl\:top-2\/3{
    top: 66.666667%;
  }

  .tw .xl\:top-1\/4{
    top: 25%;
  }

  .tw .xl\:top-2\/4{
    top: 50%;
  }

  .tw .xl\:top-3\/4{
    top: 75%;
  }

  .tw .xl\:top-full{
    top: 100%;
  }

  .tw .xl\:-top-1\/2{
    top: -50%;
  }

  .tw .xl\:-top-1\/3{
    top: -33.333333%;
  }

  .tw .xl\:-top-2\/3{
    top: -66.666667%;
  }

  .tw .xl\:-top-1\/4{
    top: -25%;
  }

  .tw .xl\:-top-2\/4{
    top: -50%;
  }

  .tw .xl\:-top-3\/4{
    top: -75%;
  }

  .tw .xl\:-top-full{
    top: -100%;
  }

  .tw .xl\:right-0{
    right: 0px;
  }

  .tw .xl\:right-1{
    right: 5px;
  }

  .tw .xl\:right-2{
    right: 10px;
  }

  .tw .xl\:right-3{
    right: 15px;
  }

  .tw .xl\:right-4{
    right: 20px;
  }

  .tw .xl\:right-5{
    right: 25px;
  }

  .tw .xl\:right-6{
    right: 30px;
  }

  .tw .xl\:right-7{
    right: 35px;
  }

  .tw .xl\:right-8{
    right: 40px;
  }

  .tw .xl\:right-9{
    right: 45px;
  }

  .tw .xl\:right-10{
    right: 50px;
  }

  .tw .xl\:right-11{
    right: 55px;
  }

  .tw .xl\:right-12{
    right: 60px;
  }

  .tw .xl\:right-13{
    right: 65px;
  }

  .tw .xl\:right-14{
    right: 70px;
  }

  .tw .xl\:right-15{
    right: 75px;
  }

  .tw .xl\:right-16{
    right: 80px;
  }

  .tw .xl\:right-17{
    right: 85px;
  }

  .tw .xl\:right-18{
    right: 90px;
  }

  .tw .xl\:right-19{
    right: 95px;
  }

  .tw .xl\:right-20{
    right: 100px;
  }

  .tw .xl\:right-21{
    right: 105px;
  }

  .tw .xl\:right-22{
    right: 110px;
  }

  .tw .xl\:right-23{
    right: 115px;
  }

  .tw .xl\:right-24{
    right: 120px;
  }

  .tw .xl\:right-25{
    right: 125px;
  }

  .tw .xl\:right-26{
    right: 130px;
  }

  .tw .xl\:right-27{
    right: 135px;
  }

  .tw .xl\:right-28{
    right: 140px;
  }

  .tw .xl\:right-29{
    right: 145px;
  }

  .tw .xl\:right-30{
    right: 150px;
  }

  .tw .xl\:right-31{
    right: 155px;
  }

  .tw .xl\:right-32{
    right: 160px;
  }

  .tw .xl\:right-33{
    right: 165px;
  }

  .tw .xl\:right-34{
    right: 170px;
  }

  .tw .xl\:right-35{
    right: 175px;
  }

  .tw .xl\:right-36{
    right: 180px;
  }

  .tw .xl\:right-37{
    right: 185px;
  }

  .tw .xl\:right-38{
    right: 190px;
  }

  .tw .xl\:right-39{
    right: 195px;
  }

  .tw .xl\:right-40{
    right: 200px;
  }

  .tw .xl\:right-41{
    right: 205px;
  }

  .tw .xl\:right-42{
    right: 210px;
  }

  .tw .xl\:right-43{
    right: 215px;
  }

  .tw .xl\:right-44{
    right: 220px;
  }

  .tw .xl\:right-45{
    right: 225px;
  }

  .tw .xl\:right-46{
    right: 230px;
  }

  .tw .xl\:right-47{
    right: 235px;
  }

  .tw .xl\:right-48{
    right: 240px;
  }

  .tw .xl\:right-49{
    right: 245px;
  }

  .tw .xl\:right-50{
    right: 250px;
  }

  .tw .xl\:right-51{
    right: 255px;
  }

  .tw .xl\:right-52{
    right: 260px;
  }

  .tw .xl\:right-53{
    right: 265px;
  }

  .tw .xl\:right-54{
    right: 270px;
  }

  .tw .xl\:right-55{
    right: 275px;
  }

  .tw .xl\:right-56{
    right: 280px;
  }

  .tw .xl\:right-57{
    right: 285px;
  }

  .tw .xl\:right-58{
    right: 290px;
  }

  .tw .xl\:right-59{
    right: 295px;
  }

  .tw .xl\:right-60{
    right: 300px;
  }

  .tw .xl\:right-61{
    right: 305px;
  }

  .tw .xl\:right-62{
    right: 310px;
  }

  .tw .xl\:right-63{
    right: 315px;
  }

  .tw .xl\:right-64{
    right: 320px;
  }

  .tw .xl\:right-65{
    right: 325px;
  }

  .tw .xl\:right-66{
    right: 330px;
  }

  .tw .xl\:right-67{
    right: 335px;
  }

  .tw .xl\:right-68{
    right: 340px;
  }

  .tw .xl\:right-69{
    right: 345px;
  }

  .tw .xl\:right-70{
    right: 350px;
  }

  .tw .xl\:right-71{
    right: 355px;
  }

  .tw .xl\:right-72{
    right: 360px;
  }

  .tw .xl\:right-73{
    right: 365px;
  }

  .tw .xl\:right-74{
    right: 370px;
  }

  .tw .xl\:right-75{
    right: 375px;
  }

  .tw .xl\:right-76{
    right: 380px;
  }

  .tw .xl\:right-77{
    right: 385px;
  }

  .tw .xl\:right-78{
    right: 390px;
  }

  .tw .xl\:right-79{
    right: 395px;
  }

  .tw .xl\:right-80{
    right: 400px;
  }

  .tw .xl\:right-81{
    right: 405px;
  }

  .tw .xl\:right-82{
    right: 410px;
  }

  .tw .xl\:right-83{
    right: 415px;
  }

  .tw .xl\:right-84{
    right: 420px;
  }

  .tw .xl\:right-85{
    right: 425px;
  }

  .tw .xl\:right-86{
    right: 430px;
  }

  .tw .xl\:right-87{
    right: 435px;
  }

  .tw .xl\:right-88{
    right: 440px;
  }

  .tw .xl\:right-89{
    right: 445px;
  }

  .tw .xl\:right-90{
    right: 450px;
  }

  .tw .xl\:right-91{
    right: 455px;
  }

  .tw .xl\:right-92{
    right: 460px;
  }

  .tw .xl\:right-93{
    right: 465px;
  }

  .tw .xl\:right-94{
    right: 470px;
  }

  .tw .xl\:right-95{
    right: 475px;
  }

  .tw .xl\:right-96{
    right: 480px;
  }

  .tw .xl\:right-97{
    right: 485px;
  }

  .tw .xl\:right-98{
    right: 490px;
  }

  .tw .xl\:right-99{
    right: 495px;
  }

  .tw .xl\:right-100{
    right: 500px;
  }

  .tw .xl\:right-101{
    right: 505px;
  }

  .tw .xl\:right-102{
    right: 510px;
  }

  .tw .xl\:right-103{
    right: 515px;
  }

  .tw .xl\:right-104{
    right: 520px;
  }

  .tw .xl\:right-105{
    right: 525px;
  }

  .tw .xl\:right-106{
    right: 530px;
  }

  .tw .xl\:right-107{
    right: 535px;
  }

  .tw .xl\:right-108{
    right: 540px;
  }

  .tw .xl\:right-109{
    right: 545px;
  }

  .tw .xl\:right-110{
    right: 550px;
  }

  .tw .xl\:right-111{
    right: 555px;
  }

  .tw .xl\:right-112{
    right: 560px;
  }

  .tw .xl\:right-113{
    right: 565px;
  }

  .tw .xl\:right-114{
    right: 570px;
  }

  .tw .xl\:right-115{
    right: 575px;
  }

  .tw .xl\:right-116{
    right: 580px;
  }

  .tw .xl\:right-117{
    right: 585px;
  }

  .tw .xl\:right-118{
    right: 590px;
  }

  .tw .xl\:right-119{
    right: 595px;
  }

  .tw .xl\:right-120{
    right: 600px;
  }

  .tw .xl\:right-121{
    right: 605px;
  }

  .tw .xl\:right-122{
    right: 610px;
  }

  .tw .xl\:right-123{
    right: 615px;
  }

  .tw .xl\:right-124{
    right: 620px;
  }

  .tw .xl\:right-125{
    right: 625px;
  }

  .tw .xl\:right-126{
    right: 630px;
  }

  .tw .xl\:right-127{
    right: 635px;
  }

  .tw .xl\:right-128{
    right: 640px;
  }

  .tw .xl\:right-129{
    right: 645px;
  }

  .tw .xl\:right-130{
    right: 650px;
  }

  .tw .xl\:right-131{
    right: 655px;
  }

  .tw .xl\:right-132{
    right: 660px;
  }

  .tw .xl\:right-133{
    right: 665px;
  }

  .tw .xl\:right-134{
    right: 670px;
  }

  .tw .xl\:right-135{
    right: 675px;
  }

  .tw .xl\:right-136{
    right: 680px;
  }

  .tw .xl\:right-137{
    right: 685px;
  }

  .tw .xl\:right-138{
    right: 690px;
  }

  .tw .xl\:right-139{
    right: 695px;
  }

  .tw .xl\:right-140{
    right: 700px;
  }

  .tw .xl\:right-141{
    right: 705px;
  }

  .tw .xl\:right-142{
    right: 710px;
  }

  .tw .xl\:right-143{
    right: 715px;
  }

  .tw .xl\:right-144{
    right: 720px;
  }

  .tw .xl\:right-145{
    right: 725px;
  }

  .tw .xl\:right-146{
    right: 730px;
  }

  .tw .xl\:right-147{
    right: 735px;
  }

  .tw .xl\:right-148{
    right: 740px;
  }

  .tw .xl\:right-149{
    right: 745px;
  }

  .tw .xl\:right-auto{
    right: auto;
  }

  .tw .xl\:right-0\.5{
    right: 3px;
  }

  .tw .xl\:right-1px{
    right: 1px;
  }

  .tw .xl\:right-2px{
    right: 2px;
  }

  .tw .xl\:right-3px{
    right: 3px;
  }

  .tw .xl\:right-4px{
    right: 4px;
  }

  .tw .xl\:right-5px{
    right: 5px;
  }

  .tw .xl\:right-6px{
    right: 6px;
  }

  .tw .xl\:right-7px{
    right: 7px;
  }

  .tw .xl\:right-8px{
    right: 8px;
  }

  .tw .xl\:right-9px{
    right: 9px;
  }

  .tw .xl\:right-10px{
    right: 10px;
  }

  .tw .xl\:right-11px{
    right: 11px;
  }

  .tw .xl\:right-12px{
    right: 12px;
  }

  .tw .xl\:right-13px{
    right: 13px;
  }

  .tw .xl\:right-14px{
    right: 14px;
  }

  .tw .xl\:right-15px{
    right: 15px;
  }

  .tw .xl\:right-16px{
    right: 16px;
  }

  .tw .xl\:right-17px{
    right: 17px;
  }

  .tw .xl\:right-18px{
    right: 18px;
  }

  .tw .xl\:right-19px{
    right: 19px;
  }

  .tw .xl\:right-20px{
    right: 20px;
  }

  .tw .xl\:right-21px{
    right: 21px;
  }

  .tw .xl\:right-22px{
    right: 22px;
  }

  .tw .xl\:right-23px{
    right: 23px;
  }

  .tw .xl\:right-24px{
    right: 24px;
  }

  .tw .xl\:right-25px{
    right: 25px;
  }

  .tw .xl\:right-26px{
    right: 26px;
  }

  .tw .xl\:right-27px{
    right: 27px;
  }

  .tw .xl\:right-28px{
    right: 28px;
  }

  .tw .xl\:right-29px{
    right: 29px;
  }

  .tw .xl\:right-30px{
    right: 30px;
  }

  .tw .xl\:right-31px{
    right: 31px;
  }

  .tw .xl\:right-32px{
    right: 32px;
  }

  .tw .xl\:right-33px{
    right: 33px;
  }

  .tw .xl\:right-34px{
    right: 34px;
  }

  .tw .xl\:right-35px{
    right: 35px;
  }

  .tw .xl\:right-36px{
    right: 36px;
  }

  .tw .xl\:right-37px{
    right: 37px;
  }

  .tw .xl\:right-38px{
    right: 38px;
  }

  .tw .xl\:right-39px{
    right: 39px;
  }

  .tw .xl\:right-40px{
    right: 40px;
  }

  .tw .xl\:-right-0{
    right: 0px;
  }

  .tw .xl\:-right-1{
    right: -5px;
  }

  .tw .xl\:-right-2{
    right: -10px;
  }

  .tw .xl\:-right-3{
    right: -15px;
  }

  .tw .xl\:-right-4{
    right: -20px;
  }

  .tw .xl\:-right-5{
    right: -25px;
  }

  .tw .xl\:-right-6{
    right: -30px;
  }

  .tw .xl\:-right-7{
    right: -35px;
  }

  .tw .xl\:-right-8{
    right: -40px;
  }

  .tw .xl\:-right-9{
    right: -45px;
  }

  .tw .xl\:-right-10{
    right: -50px;
  }

  .tw .xl\:-right-11{
    right: -55px;
  }

  .tw .xl\:-right-12{
    right: -60px;
  }

  .tw .xl\:-right-13{
    right: -65px;
  }

  .tw .xl\:-right-14{
    right: -70px;
  }

  .tw .xl\:-right-15{
    right: -75px;
  }

  .tw .xl\:-right-16{
    right: -80px;
  }

  .tw .xl\:-right-17{
    right: -85px;
  }

  .tw .xl\:-right-18{
    right: -90px;
  }

  .tw .xl\:-right-19{
    right: -95px;
  }

  .tw .xl\:-right-20{
    right: -100px;
  }

  .tw .xl\:-right-21{
    right: -105px;
  }

  .tw .xl\:-right-22{
    right: -110px;
  }

  .tw .xl\:-right-23{
    right: -115px;
  }

  .tw .xl\:-right-24{
    right: -120px;
  }

  .tw .xl\:-right-25{
    right: -125px;
  }

  .tw .xl\:-right-26{
    right: -130px;
  }

  .tw .xl\:-right-27{
    right: -135px;
  }

  .tw .xl\:-right-28{
    right: -140px;
  }

  .tw .xl\:-right-29{
    right: -145px;
  }

  .tw .xl\:-right-30{
    right: -150px;
  }

  .tw .xl\:-right-31{
    right: -155px;
  }

  .tw .xl\:-right-32{
    right: -160px;
  }

  .tw .xl\:-right-33{
    right: -165px;
  }

  .tw .xl\:-right-34{
    right: -170px;
  }

  .tw .xl\:-right-35{
    right: -175px;
  }

  .tw .xl\:-right-36{
    right: -180px;
  }

  .tw .xl\:-right-37{
    right: -185px;
  }

  .tw .xl\:-right-38{
    right: -190px;
  }

  .tw .xl\:-right-39{
    right: -195px;
  }

  .tw .xl\:-right-40{
    right: -200px;
  }

  .tw .xl\:-right-41{
    right: -205px;
  }

  .tw .xl\:-right-42{
    right: -210px;
  }

  .tw .xl\:-right-43{
    right: -215px;
  }

  .tw .xl\:-right-44{
    right: -220px;
  }

  .tw .xl\:-right-45{
    right: -225px;
  }

  .tw .xl\:-right-46{
    right: -230px;
  }

  .tw .xl\:-right-47{
    right: -235px;
  }

  .tw .xl\:-right-48{
    right: -240px;
  }

  .tw .xl\:-right-49{
    right: -245px;
  }

  .tw .xl\:-right-50{
    right: -250px;
  }

  .tw .xl\:-right-51{
    right: -255px;
  }

  .tw .xl\:-right-52{
    right: -260px;
  }

  .tw .xl\:-right-53{
    right: -265px;
  }

  .tw .xl\:-right-54{
    right: -270px;
  }

  .tw .xl\:-right-55{
    right: -275px;
  }

  .tw .xl\:-right-56{
    right: -280px;
  }

  .tw .xl\:-right-57{
    right: -285px;
  }

  .tw .xl\:-right-58{
    right: -290px;
  }

  .tw .xl\:-right-59{
    right: -295px;
  }

  .tw .xl\:-right-60{
    right: -300px;
  }

  .tw .xl\:-right-61{
    right: -305px;
  }

  .tw .xl\:-right-62{
    right: -310px;
  }

  .tw .xl\:-right-63{
    right: -315px;
  }

  .tw .xl\:-right-64{
    right: -320px;
  }

  .tw .xl\:-right-65{
    right: -325px;
  }

  .tw .xl\:-right-66{
    right: -330px;
  }

  .tw .xl\:-right-67{
    right: -335px;
  }

  .tw .xl\:-right-68{
    right: -340px;
  }

  .tw .xl\:-right-69{
    right: -345px;
  }

  .tw .xl\:-right-70{
    right: -350px;
  }

  .tw .xl\:-right-71{
    right: -355px;
  }

  .tw .xl\:-right-72{
    right: -360px;
  }

  .tw .xl\:-right-73{
    right: -365px;
  }

  .tw .xl\:-right-74{
    right: -370px;
  }

  .tw .xl\:-right-75{
    right: -375px;
  }

  .tw .xl\:-right-76{
    right: -380px;
  }

  .tw .xl\:-right-77{
    right: -385px;
  }

  .tw .xl\:-right-78{
    right: -390px;
  }

  .tw .xl\:-right-79{
    right: -395px;
  }

  .tw .xl\:-right-80{
    right: -400px;
  }

  .tw .xl\:-right-81{
    right: -405px;
  }

  .tw .xl\:-right-82{
    right: -410px;
  }

  .tw .xl\:-right-83{
    right: -415px;
  }

  .tw .xl\:-right-84{
    right: -420px;
  }

  .tw .xl\:-right-85{
    right: -425px;
  }

  .tw .xl\:-right-86{
    right: -430px;
  }

  .tw .xl\:-right-87{
    right: -435px;
  }

  .tw .xl\:-right-88{
    right: -440px;
  }

  .tw .xl\:-right-89{
    right: -445px;
  }

  .tw .xl\:-right-90{
    right: -450px;
  }

  .tw .xl\:-right-91{
    right: -455px;
  }

  .tw .xl\:-right-92{
    right: -460px;
  }

  .tw .xl\:-right-93{
    right: -465px;
  }

  .tw .xl\:-right-94{
    right: -470px;
  }

  .tw .xl\:-right-95{
    right: -475px;
  }

  .tw .xl\:-right-96{
    right: -480px;
  }

  .tw .xl\:-right-97{
    right: -485px;
  }

  .tw .xl\:-right-98{
    right: -490px;
  }

  .tw .xl\:-right-99{
    right: -495px;
  }

  .tw .xl\:-right-100{
    right: -500px;
  }

  .tw .xl\:-right-101{
    right: -505px;
  }

  .tw .xl\:-right-102{
    right: -510px;
  }

  .tw .xl\:-right-103{
    right: -515px;
  }

  .tw .xl\:-right-104{
    right: -520px;
  }

  .tw .xl\:-right-105{
    right: -525px;
  }

  .tw .xl\:-right-106{
    right: -530px;
  }

  .tw .xl\:-right-107{
    right: -535px;
  }

  .tw .xl\:-right-108{
    right: -540px;
  }

  .tw .xl\:-right-109{
    right: -545px;
  }

  .tw .xl\:-right-110{
    right: -550px;
  }

  .tw .xl\:-right-111{
    right: -555px;
  }

  .tw .xl\:-right-112{
    right: -560px;
  }

  .tw .xl\:-right-113{
    right: -565px;
  }

  .tw .xl\:-right-114{
    right: -570px;
  }

  .tw .xl\:-right-115{
    right: -575px;
  }

  .tw .xl\:-right-116{
    right: -580px;
  }

  .tw .xl\:-right-117{
    right: -585px;
  }

  .tw .xl\:-right-118{
    right: -590px;
  }

  .tw .xl\:-right-119{
    right: -595px;
  }

  .tw .xl\:-right-120{
    right: -600px;
  }

  .tw .xl\:-right-121{
    right: -605px;
  }

  .tw .xl\:-right-122{
    right: -610px;
  }

  .tw .xl\:-right-123{
    right: -615px;
  }

  .tw .xl\:-right-124{
    right: -620px;
  }

  .tw .xl\:-right-125{
    right: -625px;
  }

  .tw .xl\:-right-126{
    right: -630px;
  }

  .tw .xl\:-right-127{
    right: -635px;
  }

  .tw .xl\:-right-128{
    right: -640px;
  }

  .tw .xl\:-right-129{
    right: -645px;
  }

  .tw .xl\:-right-130{
    right: -650px;
  }

  .tw .xl\:-right-131{
    right: -655px;
  }

  .tw .xl\:-right-132{
    right: -660px;
  }

  .tw .xl\:-right-133{
    right: -665px;
  }

  .tw .xl\:-right-134{
    right: -670px;
  }

  .tw .xl\:-right-135{
    right: -675px;
  }

  .tw .xl\:-right-136{
    right: -680px;
  }

  .tw .xl\:-right-137{
    right: -685px;
  }

  .tw .xl\:-right-138{
    right: -690px;
  }

  .tw .xl\:-right-139{
    right: -695px;
  }

  .tw .xl\:-right-140{
    right: -700px;
  }

  .tw .xl\:-right-141{
    right: -705px;
  }

  .tw .xl\:-right-142{
    right: -710px;
  }

  .tw .xl\:-right-143{
    right: -715px;
  }

  .tw .xl\:-right-144{
    right: -720px;
  }

  .tw .xl\:-right-145{
    right: -725px;
  }

  .tw .xl\:-right-146{
    right: -730px;
  }

  .tw .xl\:-right-147{
    right: -735px;
  }

  .tw .xl\:-right-148{
    right: -740px;
  }

  .tw .xl\:-right-149{
    right: -745px;
  }

  .tw .xl\:-right-0\.5{
    right: -3px;
  }

  .tw .xl\:-right-1px{
    right: -1px;
  }

  .tw .xl\:-right-2px{
    right: -2px;
  }

  .tw .xl\:-right-3px{
    right: -3px;
  }

  .tw .xl\:-right-4px{
    right: -4px;
  }

  .tw .xl\:-right-5px{
    right: -5px;
  }

  .tw .xl\:-right-6px{
    right: -6px;
  }

  .tw .xl\:-right-7px{
    right: -7px;
  }

  .tw .xl\:-right-8px{
    right: -8px;
  }

  .tw .xl\:-right-9px{
    right: -9px;
  }

  .tw .xl\:-right-10px{
    right: -10px;
  }

  .tw .xl\:-right-11px{
    right: -11px;
  }

  .tw .xl\:-right-12px{
    right: -12px;
  }

  .tw .xl\:-right-13px{
    right: -13px;
  }

  .tw .xl\:-right-14px{
    right: -14px;
  }

  .tw .xl\:-right-15px{
    right: -15px;
  }

  .tw .xl\:-right-16px{
    right: -16px;
  }

  .tw .xl\:-right-17px{
    right: -17px;
  }

  .tw .xl\:-right-18px{
    right: -18px;
  }

  .tw .xl\:-right-19px{
    right: -19px;
  }

  .tw .xl\:-right-20px{
    right: -20px;
  }

  .tw .xl\:-right-21px{
    right: -21px;
  }

  .tw .xl\:-right-22px{
    right: -22px;
  }

  .tw .xl\:-right-23px{
    right: -23px;
  }

  .tw .xl\:-right-24px{
    right: -24px;
  }

  .tw .xl\:-right-25px{
    right: -25px;
  }

  .tw .xl\:-right-26px{
    right: -26px;
  }

  .tw .xl\:-right-27px{
    right: -27px;
  }

  .tw .xl\:-right-28px{
    right: -28px;
  }

  .tw .xl\:-right-29px{
    right: -29px;
  }

  .tw .xl\:-right-30px{
    right: -30px;
  }

  .tw .xl\:-right-31px{
    right: -31px;
  }

  .tw .xl\:-right-32px{
    right: -32px;
  }

  .tw .xl\:-right-33px{
    right: -33px;
  }

  .tw .xl\:-right-34px{
    right: -34px;
  }

  .tw .xl\:-right-35px{
    right: -35px;
  }

  .tw .xl\:-right-36px{
    right: -36px;
  }

  .tw .xl\:-right-37px{
    right: -37px;
  }

  .tw .xl\:-right-38px{
    right: -38px;
  }

  .tw .xl\:-right-39px{
    right: -39px;
  }

  .tw .xl\:-right-40px{
    right: -40px;
  }

  .tw .xl\:right-1\/2{
    right: 50%;
  }

  .tw .xl\:right-1\/3{
    right: 33.333333%;
  }

  .tw .xl\:right-2\/3{
    right: 66.666667%;
  }

  .tw .xl\:right-1\/4{
    right: 25%;
  }

  .tw .xl\:right-2\/4{
    right: 50%;
  }

  .tw .xl\:right-3\/4{
    right: 75%;
  }

  .tw .xl\:right-full{
    right: 100%;
  }

  .tw .xl\:-right-1\/2{
    right: -50%;
  }

  .tw .xl\:-right-1\/3{
    right: -33.333333%;
  }

  .tw .xl\:-right-2\/3{
    right: -66.666667%;
  }

  .tw .xl\:-right-1\/4{
    right: -25%;
  }

  .tw .xl\:-right-2\/4{
    right: -50%;
  }

  .tw .xl\:-right-3\/4{
    right: -75%;
  }

  .tw .xl\:-right-full{
    right: -100%;
  }

  .tw .xl\:bottom-0{
    bottom: 0px;
  }

  .tw .xl\:bottom-1{
    bottom: 5px;
  }

  .tw .xl\:bottom-2{
    bottom: 10px;
  }

  .tw .xl\:bottom-3{
    bottom: 15px;
  }

  .tw .xl\:bottom-4{
    bottom: 20px;
  }

  .tw .xl\:bottom-5{
    bottom: 25px;
  }

  .tw .xl\:bottom-6{
    bottom: 30px;
  }

  .tw .xl\:bottom-7{
    bottom: 35px;
  }

  .tw .xl\:bottom-8{
    bottom: 40px;
  }

  .tw .xl\:bottom-9{
    bottom: 45px;
  }

  .tw .xl\:bottom-10{
    bottom: 50px;
  }

  .tw .xl\:bottom-11{
    bottom: 55px;
  }

  .tw .xl\:bottom-12{
    bottom: 60px;
  }

  .tw .xl\:bottom-13{
    bottom: 65px;
  }

  .tw .xl\:bottom-14{
    bottom: 70px;
  }

  .tw .xl\:bottom-15{
    bottom: 75px;
  }

  .tw .xl\:bottom-16{
    bottom: 80px;
  }

  .tw .xl\:bottom-17{
    bottom: 85px;
  }

  .tw .xl\:bottom-18{
    bottom: 90px;
  }

  .tw .xl\:bottom-19{
    bottom: 95px;
  }

  .tw .xl\:bottom-20{
    bottom: 100px;
  }

  .tw .xl\:bottom-21{
    bottom: 105px;
  }

  .tw .xl\:bottom-22{
    bottom: 110px;
  }

  .tw .xl\:bottom-23{
    bottom: 115px;
  }

  .tw .xl\:bottom-24{
    bottom: 120px;
  }

  .tw .xl\:bottom-25{
    bottom: 125px;
  }

  .tw .xl\:bottom-26{
    bottom: 130px;
  }

  .tw .xl\:bottom-27{
    bottom: 135px;
  }

  .tw .xl\:bottom-28{
    bottom: 140px;
  }

  .tw .xl\:bottom-29{
    bottom: 145px;
  }

  .tw .xl\:bottom-30{
    bottom: 150px;
  }

  .tw .xl\:bottom-31{
    bottom: 155px;
  }

  .tw .xl\:bottom-32{
    bottom: 160px;
  }

  .tw .xl\:bottom-33{
    bottom: 165px;
  }

  .tw .xl\:bottom-34{
    bottom: 170px;
  }

  .tw .xl\:bottom-35{
    bottom: 175px;
  }

  .tw .xl\:bottom-36{
    bottom: 180px;
  }

  .tw .xl\:bottom-37{
    bottom: 185px;
  }

  .tw .xl\:bottom-38{
    bottom: 190px;
  }

  .tw .xl\:bottom-39{
    bottom: 195px;
  }

  .tw .xl\:bottom-40{
    bottom: 200px;
  }

  .tw .xl\:bottom-41{
    bottom: 205px;
  }

  .tw .xl\:bottom-42{
    bottom: 210px;
  }

  .tw .xl\:bottom-43{
    bottom: 215px;
  }

  .tw .xl\:bottom-44{
    bottom: 220px;
  }

  .tw .xl\:bottom-45{
    bottom: 225px;
  }

  .tw .xl\:bottom-46{
    bottom: 230px;
  }

  .tw .xl\:bottom-47{
    bottom: 235px;
  }

  .tw .xl\:bottom-48{
    bottom: 240px;
  }

  .tw .xl\:bottom-49{
    bottom: 245px;
  }

  .tw .xl\:bottom-50{
    bottom: 250px;
  }

  .tw .xl\:bottom-51{
    bottom: 255px;
  }

  .tw .xl\:bottom-52{
    bottom: 260px;
  }

  .tw .xl\:bottom-53{
    bottom: 265px;
  }

  .tw .xl\:bottom-54{
    bottom: 270px;
  }

  .tw .xl\:bottom-55{
    bottom: 275px;
  }

  .tw .xl\:bottom-56{
    bottom: 280px;
  }

  .tw .xl\:bottom-57{
    bottom: 285px;
  }

  .tw .xl\:bottom-58{
    bottom: 290px;
  }

  .tw .xl\:bottom-59{
    bottom: 295px;
  }

  .tw .xl\:bottom-60{
    bottom: 300px;
  }

  .tw .xl\:bottom-61{
    bottom: 305px;
  }

  .tw .xl\:bottom-62{
    bottom: 310px;
  }

  .tw .xl\:bottom-63{
    bottom: 315px;
  }

  .tw .xl\:bottom-64{
    bottom: 320px;
  }

  .tw .xl\:bottom-65{
    bottom: 325px;
  }

  .tw .xl\:bottom-66{
    bottom: 330px;
  }

  .tw .xl\:bottom-67{
    bottom: 335px;
  }

  .tw .xl\:bottom-68{
    bottom: 340px;
  }

  .tw .xl\:bottom-69{
    bottom: 345px;
  }

  .tw .xl\:bottom-70{
    bottom: 350px;
  }

  .tw .xl\:bottom-71{
    bottom: 355px;
  }

  .tw .xl\:bottom-72{
    bottom: 360px;
  }

  .tw .xl\:bottom-73{
    bottom: 365px;
  }

  .tw .xl\:bottom-74{
    bottom: 370px;
  }

  .tw .xl\:bottom-75{
    bottom: 375px;
  }

  .tw .xl\:bottom-76{
    bottom: 380px;
  }

  .tw .xl\:bottom-77{
    bottom: 385px;
  }

  .tw .xl\:bottom-78{
    bottom: 390px;
  }

  .tw .xl\:bottom-79{
    bottom: 395px;
  }

  .tw .xl\:bottom-80{
    bottom: 400px;
  }

  .tw .xl\:bottom-81{
    bottom: 405px;
  }

  .tw .xl\:bottom-82{
    bottom: 410px;
  }

  .tw .xl\:bottom-83{
    bottom: 415px;
  }

  .tw .xl\:bottom-84{
    bottom: 420px;
  }

  .tw .xl\:bottom-85{
    bottom: 425px;
  }

  .tw .xl\:bottom-86{
    bottom: 430px;
  }

  .tw .xl\:bottom-87{
    bottom: 435px;
  }

  .tw .xl\:bottom-88{
    bottom: 440px;
  }

  .tw .xl\:bottom-89{
    bottom: 445px;
  }

  .tw .xl\:bottom-90{
    bottom: 450px;
  }

  .tw .xl\:bottom-91{
    bottom: 455px;
  }

  .tw .xl\:bottom-92{
    bottom: 460px;
  }

  .tw .xl\:bottom-93{
    bottom: 465px;
  }

  .tw .xl\:bottom-94{
    bottom: 470px;
  }

  .tw .xl\:bottom-95{
    bottom: 475px;
  }

  .tw .xl\:bottom-96{
    bottom: 480px;
  }

  .tw .xl\:bottom-97{
    bottom: 485px;
  }

  .tw .xl\:bottom-98{
    bottom: 490px;
  }

  .tw .xl\:bottom-99{
    bottom: 495px;
  }

  .tw .xl\:bottom-100{
    bottom: 500px;
  }

  .tw .xl\:bottom-101{
    bottom: 505px;
  }

  .tw .xl\:bottom-102{
    bottom: 510px;
  }

  .tw .xl\:bottom-103{
    bottom: 515px;
  }

  .tw .xl\:bottom-104{
    bottom: 520px;
  }

  .tw .xl\:bottom-105{
    bottom: 525px;
  }

  .tw .xl\:bottom-106{
    bottom: 530px;
  }

  .tw .xl\:bottom-107{
    bottom: 535px;
  }

  .tw .xl\:bottom-108{
    bottom: 540px;
  }

  .tw .xl\:bottom-109{
    bottom: 545px;
  }

  .tw .xl\:bottom-110{
    bottom: 550px;
  }

  .tw .xl\:bottom-111{
    bottom: 555px;
  }

  .tw .xl\:bottom-112{
    bottom: 560px;
  }

  .tw .xl\:bottom-113{
    bottom: 565px;
  }

  .tw .xl\:bottom-114{
    bottom: 570px;
  }

  .tw .xl\:bottom-115{
    bottom: 575px;
  }

  .tw .xl\:bottom-116{
    bottom: 580px;
  }

  .tw .xl\:bottom-117{
    bottom: 585px;
  }

  .tw .xl\:bottom-118{
    bottom: 590px;
  }

  .tw .xl\:bottom-119{
    bottom: 595px;
  }

  .tw .xl\:bottom-120{
    bottom: 600px;
  }

  .tw .xl\:bottom-121{
    bottom: 605px;
  }

  .tw .xl\:bottom-122{
    bottom: 610px;
  }

  .tw .xl\:bottom-123{
    bottom: 615px;
  }

  .tw .xl\:bottom-124{
    bottom: 620px;
  }

  .tw .xl\:bottom-125{
    bottom: 625px;
  }

  .tw .xl\:bottom-126{
    bottom: 630px;
  }

  .tw .xl\:bottom-127{
    bottom: 635px;
  }

  .tw .xl\:bottom-128{
    bottom: 640px;
  }

  .tw .xl\:bottom-129{
    bottom: 645px;
  }

  .tw .xl\:bottom-130{
    bottom: 650px;
  }

  .tw .xl\:bottom-131{
    bottom: 655px;
  }

  .tw .xl\:bottom-132{
    bottom: 660px;
  }

  .tw .xl\:bottom-133{
    bottom: 665px;
  }

  .tw .xl\:bottom-134{
    bottom: 670px;
  }

  .tw .xl\:bottom-135{
    bottom: 675px;
  }

  .tw .xl\:bottom-136{
    bottom: 680px;
  }

  .tw .xl\:bottom-137{
    bottom: 685px;
  }

  .tw .xl\:bottom-138{
    bottom: 690px;
  }

  .tw .xl\:bottom-139{
    bottom: 695px;
  }

  .tw .xl\:bottom-140{
    bottom: 700px;
  }

  .tw .xl\:bottom-141{
    bottom: 705px;
  }

  .tw .xl\:bottom-142{
    bottom: 710px;
  }

  .tw .xl\:bottom-143{
    bottom: 715px;
  }

  .tw .xl\:bottom-144{
    bottom: 720px;
  }

  .tw .xl\:bottom-145{
    bottom: 725px;
  }

  .tw .xl\:bottom-146{
    bottom: 730px;
  }

  .tw .xl\:bottom-147{
    bottom: 735px;
  }

  .tw .xl\:bottom-148{
    bottom: 740px;
  }

  .tw .xl\:bottom-149{
    bottom: 745px;
  }

  .tw .xl\:bottom-auto{
    bottom: auto;
  }

  .tw .xl\:bottom-0\.5{
    bottom: 3px;
  }

  .tw .xl\:bottom-1px{
    bottom: 1px;
  }

  .tw .xl\:bottom-2px{
    bottom: 2px;
  }

  .tw .xl\:bottom-3px{
    bottom: 3px;
  }

  .tw .xl\:bottom-4px{
    bottom: 4px;
  }

  .tw .xl\:bottom-5px{
    bottom: 5px;
  }

  .tw .xl\:bottom-6px{
    bottom: 6px;
  }

  .tw .xl\:bottom-7px{
    bottom: 7px;
  }

  .tw .xl\:bottom-8px{
    bottom: 8px;
  }

  .tw .xl\:bottom-9px{
    bottom: 9px;
  }

  .tw .xl\:bottom-10px{
    bottom: 10px;
  }

  .tw .xl\:bottom-11px{
    bottom: 11px;
  }

  .tw .xl\:bottom-12px{
    bottom: 12px;
  }

  .tw .xl\:bottom-13px{
    bottom: 13px;
  }

  .tw .xl\:bottom-14px{
    bottom: 14px;
  }

  .tw .xl\:bottom-15px{
    bottom: 15px;
  }

  .tw .xl\:bottom-16px{
    bottom: 16px;
  }

  .tw .xl\:bottom-17px{
    bottom: 17px;
  }

  .tw .xl\:bottom-18px{
    bottom: 18px;
  }

  .tw .xl\:bottom-19px{
    bottom: 19px;
  }

  .tw .xl\:bottom-20px{
    bottom: 20px;
  }

  .tw .xl\:bottom-21px{
    bottom: 21px;
  }

  .tw .xl\:bottom-22px{
    bottom: 22px;
  }

  .tw .xl\:bottom-23px{
    bottom: 23px;
  }

  .tw .xl\:bottom-24px{
    bottom: 24px;
  }

  .tw .xl\:bottom-25px{
    bottom: 25px;
  }

  .tw .xl\:bottom-26px{
    bottom: 26px;
  }

  .tw .xl\:bottom-27px{
    bottom: 27px;
  }

  .tw .xl\:bottom-28px{
    bottom: 28px;
  }

  .tw .xl\:bottom-29px{
    bottom: 29px;
  }

  .tw .xl\:bottom-30px{
    bottom: 30px;
  }

  .tw .xl\:bottom-31px{
    bottom: 31px;
  }

  .tw .xl\:bottom-32px{
    bottom: 32px;
  }

  .tw .xl\:bottom-33px{
    bottom: 33px;
  }

  .tw .xl\:bottom-34px{
    bottom: 34px;
  }

  .tw .xl\:bottom-35px{
    bottom: 35px;
  }

  .tw .xl\:bottom-36px{
    bottom: 36px;
  }

  .tw .xl\:bottom-37px{
    bottom: 37px;
  }

  .tw .xl\:bottom-38px{
    bottom: 38px;
  }

  .tw .xl\:bottom-39px{
    bottom: 39px;
  }

  .tw .xl\:bottom-40px{
    bottom: 40px;
  }

  .tw .xl\:-bottom-0{
    bottom: 0px;
  }

  .tw .xl\:-bottom-1{
    bottom: -5px;
  }

  .tw .xl\:-bottom-2{
    bottom: -10px;
  }

  .tw .xl\:-bottom-3{
    bottom: -15px;
  }

  .tw .xl\:-bottom-4{
    bottom: -20px;
  }

  .tw .xl\:-bottom-5{
    bottom: -25px;
  }

  .tw .xl\:-bottom-6{
    bottom: -30px;
  }

  .tw .xl\:-bottom-7{
    bottom: -35px;
  }

  .tw .xl\:-bottom-8{
    bottom: -40px;
  }

  .tw .xl\:-bottom-9{
    bottom: -45px;
  }

  .tw .xl\:-bottom-10{
    bottom: -50px;
  }

  .tw .xl\:-bottom-11{
    bottom: -55px;
  }

  .tw .xl\:-bottom-12{
    bottom: -60px;
  }

  .tw .xl\:-bottom-13{
    bottom: -65px;
  }

  .tw .xl\:-bottom-14{
    bottom: -70px;
  }

  .tw .xl\:-bottom-15{
    bottom: -75px;
  }

  .tw .xl\:-bottom-16{
    bottom: -80px;
  }

  .tw .xl\:-bottom-17{
    bottom: -85px;
  }

  .tw .xl\:-bottom-18{
    bottom: -90px;
  }

  .tw .xl\:-bottom-19{
    bottom: -95px;
  }

  .tw .xl\:-bottom-20{
    bottom: -100px;
  }

  .tw .xl\:-bottom-21{
    bottom: -105px;
  }

  .tw .xl\:-bottom-22{
    bottom: -110px;
  }

  .tw .xl\:-bottom-23{
    bottom: -115px;
  }

  .tw .xl\:-bottom-24{
    bottom: -120px;
  }

  .tw .xl\:-bottom-25{
    bottom: -125px;
  }

  .tw .xl\:-bottom-26{
    bottom: -130px;
  }

  .tw .xl\:-bottom-27{
    bottom: -135px;
  }

  .tw .xl\:-bottom-28{
    bottom: -140px;
  }

  .tw .xl\:-bottom-29{
    bottom: -145px;
  }

  .tw .xl\:-bottom-30{
    bottom: -150px;
  }

  .tw .xl\:-bottom-31{
    bottom: -155px;
  }

  .tw .xl\:-bottom-32{
    bottom: -160px;
  }

  .tw .xl\:-bottom-33{
    bottom: -165px;
  }

  .tw .xl\:-bottom-34{
    bottom: -170px;
  }

  .tw .xl\:-bottom-35{
    bottom: -175px;
  }

  .tw .xl\:-bottom-36{
    bottom: -180px;
  }

  .tw .xl\:-bottom-37{
    bottom: -185px;
  }

  .tw .xl\:-bottom-38{
    bottom: -190px;
  }

  .tw .xl\:-bottom-39{
    bottom: -195px;
  }

  .tw .xl\:-bottom-40{
    bottom: -200px;
  }

  .tw .xl\:-bottom-41{
    bottom: -205px;
  }

  .tw .xl\:-bottom-42{
    bottom: -210px;
  }

  .tw .xl\:-bottom-43{
    bottom: -215px;
  }

  .tw .xl\:-bottom-44{
    bottom: -220px;
  }

  .tw .xl\:-bottom-45{
    bottom: -225px;
  }

  .tw .xl\:-bottom-46{
    bottom: -230px;
  }

  .tw .xl\:-bottom-47{
    bottom: -235px;
  }

  .tw .xl\:-bottom-48{
    bottom: -240px;
  }

  .tw .xl\:-bottom-49{
    bottom: -245px;
  }

  .tw .xl\:-bottom-50{
    bottom: -250px;
  }

  .tw .xl\:-bottom-51{
    bottom: -255px;
  }

  .tw .xl\:-bottom-52{
    bottom: -260px;
  }

  .tw .xl\:-bottom-53{
    bottom: -265px;
  }

  .tw .xl\:-bottom-54{
    bottom: -270px;
  }

  .tw .xl\:-bottom-55{
    bottom: -275px;
  }

  .tw .xl\:-bottom-56{
    bottom: -280px;
  }

  .tw .xl\:-bottom-57{
    bottom: -285px;
  }

  .tw .xl\:-bottom-58{
    bottom: -290px;
  }

  .tw .xl\:-bottom-59{
    bottom: -295px;
  }

  .tw .xl\:-bottom-60{
    bottom: -300px;
  }

  .tw .xl\:-bottom-61{
    bottom: -305px;
  }

  .tw .xl\:-bottom-62{
    bottom: -310px;
  }

  .tw .xl\:-bottom-63{
    bottom: -315px;
  }

  .tw .xl\:-bottom-64{
    bottom: -320px;
  }

  .tw .xl\:-bottom-65{
    bottom: -325px;
  }

  .tw .xl\:-bottom-66{
    bottom: -330px;
  }

  .tw .xl\:-bottom-67{
    bottom: -335px;
  }

  .tw .xl\:-bottom-68{
    bottom: -340px;
  }

  .tw .xl\:-bottom-69{
    bottom: -345px;
  }

  .tw .xl\:-bottom-70{
    bottom: -350px;
  }

  .tw .xl\:-bottom-71{
    bottom: -355px;
  }

  .tw .xl\:-bottom-72{
    bottom: -360px;
  }

  .tw .xl\:-bottom-73{
    bottom: -365px;
  }

  .tw .xl\:-bottom-74{
    bottom: -370px;
  }

  .tw .xl\:-bottom-75{
    bottom: -375px;
  }

  .tw .xl\:-bottom-76{
    bottom: -380px;
  }

  .tw .xl\:-bottom-77{
    bottom: -385px;
  }

  .tw .xl\:-bottom-78{
    bottom: -390px;
  }

  .tw .xl\:-bottom-79{
    bottom: -395px;
  }

  .tw .xl\:-bottom-80{
    bottom: -400px;
  }

  .tw .xl\:-bottom-81{
    bottom: -405px;
  }

  .tw .xl\:-bottom-82{
    bottom: -410px;
  }

  .tw .xl\:-bottom-83{
    bottom: -415px;
  }

  .tw .xl\:-bottom-84{
    bottom: -420px;
  }

  .tw .xl\:-bottom-85{
    bottom: -425px;
  }

  .tw .xl\:-bottom-86{
    bottom: -430px;
  }

  .tw .xl\:-bottom-87{
    bottom: -435px;
  }

  .tw .xl\:-bottom-88{
    bottom: -440px;
  }

  .tw .xl\:-bottom-89{
    bottom: -445px;
  }

  .tw .xl\:-bottom-90{
    bottom: -450px;
  }

  .tw .xl\:-bottom-91{
    bottom: -455px;
  }

  .tw .xl\:-bottom-92{
    bottom: -460px;
  }

  .tw .xl\:-bottom-93{
    bottom: -465px;
  }

  .tw .xl\:-bottom-94{
    bottom: -470px;
  }

  .tw .xl\:-bottom-95{
    bottom: -475px;
  }

  .tw .xl\:-bottom-96{
    bottom: -480px;
  }

  .tw .xl\:-bottom-97{
    bottom: -485px;
  }

  .tw .xl\:-bottom-98{
    bottom: -490px;
  }

  .tw .xl\:-bottom-99{
    bottom: -495px;
  }

  .tw .xl\:-bottom-100{
    bottom: -500px;
  }

  .tw .xl\:-bottom-101{
    bottom: -505px;
  }

  .tw .xl\:-bottom-102{
    bottom: -510px;
  }

  .tw .xl\:-bottom-103{
    bottom: -515px;
  }

  .tw .xl\:-bottom-104{
    bottom: -520px;
  }

  .tw .xl\:-bottom-105{
    bottom: -525px;
  }

  .tw .xl\:-bottom-106{
    bottom: -530px;
  }

  .tw .xl\:-bottom-107{
    bottom: -535px;
  }

  .tw .xl\:-bottom-108{
    bottom: -540px;
  }

  .tw .xl\:-bottom-109{
    bottom: -545px;
  }

  .tw .xl\:-bottom-110{
    bottom: -550px;
  }

  .tw .xl\:-bottom-111{
    bottom: -555px;
  }

  .tw .xl\:-bottom-112{
    bottom: -560px;
  }

  .tw .xl\:-bottom-113{
    bottom: -565px;
  }

  .tw .xl\:-bottom-114{
    bottom: -570px;
  }

  .tw .xl\:-bottom-115{
    bottom: -575px;
  }

  .tw .xl\:-bottom-116{
    bottom: -580px;
  }

  .tw .xl\:-bottom-117{
    bottom: -585px;
  }

  .tw .xl\:-bottom-118{
    bottom: -590px;
  }

  .tw .xl\:-bottom-119{
    bottom: -595px;
  }

  .tw .xl\:-bottom-120{
    bottom: -600px;
  }

  .tw .xl\:-bottom-121{
    bottom: -605px;
  }

  .tw .xl\:-bottom-122{
    bottom: -610px;
  }

  .tw .xl\:-bottom-123{
    bottom: -615px;
  }

  .tw .xl\:-bottom-124{
    bottom: -620px;
  }

  .tw .xl\:-bottom-125{
    bottom: -625px;
  }

  .tw .xl\:-bottom-126{
    bottom: -630px;
  }

  .tw .xl\:-bottom-127{
    bottom: -635px;
  }

  .tw .xl\:-bottom-128{
    bottom: -640px;
  }

  .tw .xl\:-bottom-129{
    bottom: -645px;
  }

  .tw .xl\:-bottom-130{
    bottom: -650px;
  }

  .tw .xl\:-bottom-131{
    bottom: -655px;
  }

  .tw .xl\:-bottom-132{
    bottom: -660px;
  }

  .tw .xl\:-bottom-133{
    bottom: -665px;
  }

  .tw .xl\:-bottom-134{
    bottom: -670px;
  }

  .tw .xl\:-bottom-135{
    bottom: -675px;
  }

  .tw .xl\:-bottom-136{
    bottom: -680px;
  }

  .tw .xl\:-bottom-137{
    bottom: -685px;
  }

  .tw .xl\:-bottom-138{
    bottom: -690px;
  }

  .tw .xl\:-bottom-139{
    bottom: -695px;
  }

  .tw .xl\:-bottom-140{
    bottom: -700px;
  }

  .tw .xl\:-bottom-141{
    bottom: -705px;
  }

  .tw .xl\:-bottom-142{
    bottom: -710px;
  }

  .tw .xl\:-bottom-143{
    bottom: -715px;
  }

  .tw .xl\:-bottom-144{
    bottom: -720px;
  }

  .tw .xl\:-bottom-145{
    bottom: -725px;
  }

  .tw .xl\:-bottom-146{
    bottom: -730px;
  }

  .tw .xl\:-bottom-147{
    bottom: -735px;
  }

  .tw .xl\:-bottom-148{
    bottom: -740px;
  }

  .tw .xl\:-bottom-149{
    bottom: -745px;
  }

  .tw .xl\:-bottom-0\.5{
    bottom: -3px;
  }

  .tw .xl\:-bottom-1px{
    bottom: -1px;
  }

  .tw .xl\:-bottom-2px{
    bottom: -2px;
  }

  .tw .xl\:-bottom-3px{
    bottom: -3px;
  }

  .tw .xl\:-bottom-4px{
    bottom: -4px;
  }

  .tw .xl\:-bottom-5px{
    bottom: -5px;
  }

  .tw .xl\:-bottom-6px{
    bottom: -6px;
  }

  .tw .xl\:-bottom-7px{
    bottom: -7px;
  }

  .tw .xl\:-bottom-8px{
    bottom: -8px;
  }

  .tw .xl\:-bottom-9px{
    bottom: -9px;
  }

  .tw .xl\:-bottom-10px{
    bottom: -10px;
  }

  .tw .xl\:-bottom-11px{
    bottom: -11px;
  }

  .tw .xl\:-bottom-12px{
    bottom: -12px;
  }

  .tw .xl\:-bottom-13px{
    bottom: -13px;
  }

  .tw .xl\:-bottom-14px{
    bottom: -14px;
  }

  .tw .xl\:-bottom-15px{
    bottom: -15px;
  }

  .tw .xl\:-bottom-16px{
    bottom: -16px;
  }

  .tw .xl\:-bottom-17px{
    bottom: -17px;
  }

  .tw .xl\:-bottom-18px{
    bottom: -18px;
  }

  .tw .xl\:-bottom-19px{
    bottom: -19px;
  }

  .tw .xl\:-bottom-20px{
    bottom: -20px;
  }

  .tw .xl\:-bottom-21px{
    bottom: -21px;
  }

  .tw .xl\:-bottom-22px{
    bottom: -22px;
  }

  .tw .xl\:-bottom-23px{
    bottom: -23px;
  }

  .tw .xl\:-bottom-24px{
    bottom: -24px;
  }

  .tw .xl\:-bottom-25px{
    bottom: -25px;
  }

  .tw .xl\:-bottom-26px{
    bottom: -26px;
  }

  .tw .xl\:-bottom-27px{
    bottom: -27px;
  }

  .tw .xl\:-bottom-28px{
    bottom: -28px;
  }

  .tw .xl\:-bottom-29px{
    bottom: -29px;
  }

  .tw .xl\:-bottom-30px{
    bottom: -30px;
  }

  .tw .xl\:-bottom-31px{
    bottom: -31px;
  }

  .tw .xl\:-bottom-32px{
    bottom: -32px;
  }

  .tw .xl\:-bottom-33px{
    bottom: -33px;
  }

  .tw .xl\:-bottom-34px{
    bottom: -34px;
  }

  .tw .xl\:-bottom-35px{
    bottom: -35px;
  }

  .tw .xl\:-bottom-36px{
    bottom: -36px;
  }

  .tw .xl\:-bottom-37px{
    bottom: -37px;
  }

  .tw .xl\:-bottom-38px{
    bottom: -38px;
  }

  .tw .xl\:-bottom-39px{
    bottom: -39px;
  }

  .tw .xl\:-bottom-40px{
    bottom: -40px;
  }

  .tw .xl\:bottom-1\/2{
    bottom: 50%;
  }

  .tw .xl\:bottom-1\/3{
    bottom: 33.333333%;
  }

  .tw .xl\:bottom-2\/3{
    bottom: 66.666667%;
  }

  .tw .xl\:bottom-1\/4{
    bottom: 25%;
  }

  .tw .xl\:bottom-2\/4{
    bottom: 50%;
  }

  .tw .xl\:bottom-3\/4{
    bottom: 75%;
  }

  .tw .xl\:bottom-full{
    bottom: 100%;
  }

  .tw .xl\:-bottom-1\/2{
    bottom: -50%;
  }

  .tw .xl\:-bottom-1\/3{
    bottom: -33.333333%;
  }

  .tw .xl\:-bottom-2\/3{
    bottom: -66.666667%;
  }

  .tw .xl\:-bottom-1\/4{
    bottom: -25%;
  }

  .tw .xl\:-bottom-2\/4{
    bottom: -50%;
  }

  .tw .xl\:-bottom-3\/4{
    bottom: -75%;
  }

  .tw .xl\:-bottom-full{
    bottom: -100%;
  }

  .tw .xl\:left-0{
    left: 0px;
  }

  .tw .xl\:left-1{
    left: 5px;
  }

  .tw .xl\:left-2{
    left: 10px;
  }

  .tw .xl\:left-3{
    left: 15px;
  }

  .tw .xl\:left-4{
    left: 20px;
  }

  .tw .xl\:left-5{
    left: 25px;
  }

  .tw .xl\:left-6{
    left: 30px;
  }

  .tw .xl\:left-7{
    left: 35px;
  }

  .tw .xl\:left-8{
    left: 40px;
  }

  .tw .xl\:left-9{
    left: 45px;
  }

  .tw .xl\:left-10{
    left: 50px;
  }

  .tw .xl\:left-11{
    left: 55px;
  }

  .tw .xl\:left-12{
    left: 60px;
  }

  .tw .xl\:left-13{
    left: 65px;
  }

  .tw .xl\:left-14{
    left: 70px;
  }

  .tw .xl\:left-15{
    left: 75px;
  }

  .tw .xl\:left-16{
    left: 80px;
  }

  .tw .xl\:left-17{
    left: 85px;
  }

  .tw .xl\:left-18{
    left: 90px;
  }

  .tw .xl\:left-19{
    left: 95px;
  }

  .tw .xl\:left-20{
    left: 100px;
  }

  .tw .xl\:left-21{
    left: 105px;
  }

  .tw .xl\:left-22{
    left: 110px;
  }

  .tw .xl\:left-23{
    left: 115px;
  }

  .tw .xl\:left-24{
    left: 120px;
  }

  .tw .xl\:left-25{
    left: 125px;
  }

  .tw .xl\:left-26{
    left: 130px;
  }

  .tw .xl\:left-27{
    left: 135px;
  }

  .tw .xl\:left-28{
    left: 140px;
  }

  .tw .xl\:left-29{
    left: 145px;
  }

  .tw .xl\:left-30{
    left: 150px;
  }

  .tw .xl\:left-31{
    left: 155px;
  }

  .tw .xl\:left-32{
    left: 160px;
  }

  .tw .xl\:left-33{
    left: 165px;
  }

  .tw .xl\:left-34{
    left: 170px;
  }

  .tw .xl\:left-35{
    left: 175px;
  }

  .tw .xl\:left-36{
    left: 180px;
  }

  .tw .xl\:left-37{
    left: 185px;
  }

  .tw .xl\:left-38{
    left: 190px;
  }

  .tw .xl\:left-39{
    left: 195px;
  }

  .tw .xl\:left-40{
    left: 200px;
  }

  .tw .xl\:left-41{
    left: 205px;
  }

  .tw .xl\:left-42{
    left: 210px;
  }

  .tw .xl\:left-43{
    left: 215px;
  }

  .tw .xl\:left-44{
    left: 220px;
  }

  .tw .xl\:left-45{
    left: 225px;
  }

  .tw .xl\:left-46{
    left: 230px;
  }

  .tw .xl\:left-47{
    left: 235px;
  }

  .tw .xl\:left-48{
    left: 240px;
  }

  .tw .xl\:left-49{
    left: 245px;
  }

  .tw .xl\:left-50{
    left: 250px;
  }

  .tw .xl\:left-51{
    left: 255px;
  }

  .tw .xl\:left-52{
    left: 260px;
  }

  .tw .xl\:left-53{
    left: 265px;
  }

  .tw .xl\:left-54{
    left: 270px;
  }

  .tw .xl\:left-55{
    left: 275px;
  }

  .tw .xl\:left-56{
    left: 280px;
  }

  .tw .xl\:left-57{
    left: 285px;
  }

  .tw .xl\:left-58{
    left: 290px;
  }

  .tw .xl\:left-59{
    left: 295px;
  }

  .tw .xl\:left-60{
    left: 300px;
  }

  .tw .xl\:left-61{
    left: 305px;
  }

  .tw .xl\:left-62{
    left: 310px;
  }

  .tw .xl\:left-63{
    left: 315px;
  }

  .tw .xl\:left-64{
    left: 320px;
  }

  .tw .xl\:left-65{
    left: 325px;
  }

  .tw .xl\:left-66{
    left: 330px;
  }

  .tw .xl\:left-67{
    left: 335px;
  }

  .tw .xl\:left-68{
    left: 340px;
  }

  .tw .xl\:left-69{
    left: 345px;
  }

  .tw .xl\:left-70{
    left: 350px;
  }

  .tw .xl\:left-71{
    left: 355px;
  }

  .tw .xl\:left-72{
    left: 360px;
  }

  .tw .xl\:left-73{
    left: 365px;
  }

  .tw .xl\:left-74{
    left: 370px;
  }

  .tw .xl\:left-75{
    left: 375px;
  }

  .tw .xl\:left-76{
    left: 380px;
  }

  .tw .xl\:left-77{
    left: 385px;
  }

  .tw .xl\:left-78{
    left: 390px;
  }

  .tw .xl\:left-79{
    left: 395px;
  }

  .tw .xl\:left-80{
    left: 400px;
  }

  .tw .xl\:left-81{
    left: 405px;
  }

  .tw .xl\:left-82{
    left: 410px;
  }

  .tw .xl\:left-83{
    left: 415px;
  }

  .tw .xl\:left-84{
    left: 420px;
  }

  .tw .xl\:left-85{
    left: 425px;
  }

  .tw .xl\:left-86{
    left: 430px;
  }

  .tw .xl\:left-87{
    left: 435px;
  }

  .tw .xl\:left-88{
    left: 440px;
  }

  .tw .xl\:left-89{
    left: 445px;
  }

  .tw .xl\:left-90{
    left: 450px;
  }

  .tw .xl\:left-91{
    left: 455px;
  }

  .tw .xl\:left-92{
    left: 460px;
  }

  .tw .xl\:left-93{
    left: 465px;
  }

  .tw .xl\:left-94{
    left: 470px;
  }

  .tw .xl\:left-95{
    left: 475px;
  }

  .tw .xl\:left-96{
    left: 480px;
  }

  .tw .xl\:left-97{
    left: 485px;
  }

  .tw .xl\:left-98{
    left: 490px;
  }

  .tw .xl\:left-99{
    left: 495px;
  }

  .tw .xl\:left-100{
    left: 500px;
  }

  .tw .xl\:left-101{
    left: 505px;
  }

  .tw .xl\:left-102{
    left: 510px;
  }

  .tw .xl\:left-103{
    left: 515px;
  }

  .tw .xl\:left-104{
    left: 520px;
  }

  .tw .xl\:left-105{
    left: 525px;
  }

  .tw .xl\:left-106{
    left: 530px;
  }

  .tw .xl\:left-107{
    left: 535px;
  }

  .tw .xl\:left-108{
    left: 540px;
  }

  .tw .xl\:left-109{
    left: 545px;
  }

  .tw .xl\:left-110{
    left: 550px;
  }

  .tw .xl\:left-111{
    left: 555px;
  }

  .tw .xl\:left-112{
    left: 560px;
  }

  .tw .xl\:left-113{
    left: 565px;
  }

  .tw .xl\:left-114{
    left: 570px;
  }

  .tw .xl\:left-115{
    left: 575px;
  }

  .tw .xl\:left-116{
    left: 580px;
  }

  .tw .xl\:left-117{
    left: 585px;
  }

  .tw .xl\:left-118{
    left: 590px;
  }

  .tw .xl\:left-119{
    left: 595px;
  }

  .tw .xl\:left-120{
    left: 600px;
  }

  .tw .xl\:left-121{
    left: 605px;
  }

  .tw .xl\:left-122{
    left: 610px;
  }

  .tw .xl\:left-123{
    left: 615px;
  }

  .tw .xl\:left-124{
    left: 620px;
  }

  .tw .xl\:left-125{
    left: 625px;
  }

  .tw .xl\:left-126{
    left: 630px;
  }

  .tw .xl\:left-127{
    left: 635px;
  }

  .tw .xl\:left-128{
    left: 640px;
  }

  .tw .xl\:left-129{
    left: 645px;
  }

  .tw .xl\:left-130{
    left: 650px;
  }

  .tw .xl\:left-131{
    left: 655px;
  }

  .tw .xl\:left-132{
    left: 660px;
  }

  .tw .xl\:left-133{
    left: 665px;
  }

  .tw .xl\:left-134{
    left: 670px;
  }

  .tw .xl\:left-135{
    left: 675px;
  }

  .tw .xl\:left-136{
    left: 680px;
  }

  .tw .xl\:left-137{
    left: 685px;
  }

  .tw .xl\:left-138{
    left: 690px;
  }

  .tw .xl\:left-139{
    left: 695px;
  }

  .tw .xl\:left-140{
    left: 700px;
  }

  .tw .xl\:left-141{
    left: 705px;
  }

  .tw .xl\:left-142{
    left: 710px;
  }

  .tw .xl\:left-143{
    left: 715px;
  }

  .tw .xl\:left-144{
    left: 720px;
  }

  .tw .xl\:left-145{
    left: 725px;
  }

  .tw .xl\:left-146{
    left: 730px;
  }

  .tw .xl\:left-147{
    left: 735px;
  }

  .tw .xl\:left-148{
    left: 740px;
  }

  .tw .xl\:left-149{
    left: 745px;
  }

  .tw .xl\:left-auto{
    left: auto;
  }

  .tw .xl\:left-0\.5{
    left: 3px;
  }

  .tw .xl\:left-1px{
    left: 1px;
  }

  .tw .xl\:left-2px{
    left: 2px;
  }

  .tw .xl\:left-3px{
    left: 3px;
  }

  .tw .xl\:left-4px{
    left: 4px;
  }

  .tw .xl\:left-5px{
    left: 5px;
  }

  .tw .xl\:left-6px{
    left: 6px;
  }

  .tw .xl\:left-7px{
    left: 7px;
  }

  .tw .xl\:left-8px{
    left: 8px;
  }

  .tw .xl\:left-9px{
    left: 9px;
  }

  .tw .xl\:left-10px{
    left: 10px;
  }

  .tw .xl\:left-11px{
    left: 11px;
  }

  .tw .xl\:left-12px{
    left: 12px;
  }

  .tw .xl\:left-13px{
    left: 13px;
  }

  .tw .xl\:left-14px{
    left: 14px;
  }

  .tw .xl\:left-15px{
    left: 15px;
  }

  .tw .xl\:left-16px{
    left: 16px;
  }

  .tw .xl\:left-17px{
    left: 17px;
  }

  .tw .xl\:left-18px{
    left: 18px;
  }

  .tw .xl\:left-19px{
    left: 19px;
  }

  .tw .xl\:left-20px{
    left: 20px;
  }

  .tw .xl\:left-21px{
    left: 21px;
  }

  .tw .xl\:left-22px{
    left: 22px;
  }

  .tw .xl\:left-23px{
    left: 23px;
  }

  .tw .xl\:left-24px{
    left: 24px;
  }

  .tw .xl\:left-25px{
    left: 25px;
  }

  .tw .xl\:left-26px{
    left: 26px;
  }

  .tw .xl\:left-27px{
    left: 27px;
  }

  .tw .xl\:left-28px{
    left: 28px;
  }

  .tw .xl\:left-29px{
    left: 29px;
  }

  .tw .xl\:left-30px{
    left: 30px;
  }

  .tw .xl\:left-31px{
    left: 31px;
  }

  .tw .xl\:left-32px{
    left: 32px;
  }

  .tw .xl\:left-33px{
    left: 33px;
  }

  .tw .xl\:left-34px{
    left: 34px;
  }

  .tw .xl\:left-35px{
    left: 35px;
  }

  .tw .xl\:left-36px{
    left: 36px;
  }

  .tw .xl\:left-37px{
    left: 37px;
  }

  .tw .xl\:left-38px{
    left: 38px;
  }

  .tw .xl\:left-39px{
    left: 39px;
  }

  .tw .xl\:left-40px{
    left: 40px;
  }

  .tw .xl\:-left-0{
    left: 0px;
  }

  .tw .xl\:-left-1{
    left: -5px;
  }

  .tw .xl\:-left-2{
    left: -10px;
  }

  .tw .xl\:-left-3{
    left: -15px;
  }

  .tw .xl\:-left-4{
    left: -20px;
  }

  .tw .xl\:-left-5{
    left: -25px;
  }

  .tw .xl\:-left-6{
    left: -30px;
  }

  .tw .xl\:-left-7{
    left: -35px;
  }

  .tw .xl\:-left-8{
    left: -40px;
  }

  .tw .xl\:-left-9{
    left: -45px;
  }

  .tw .xl\:-left-10{
    left: -50px;
  }

  .tw .xl\:-left-11{
    left: -55px;
  }

  .tw .xl\:-left-12{
    left: -60px;
  }

  .tw .xl\:-left-13{
    left: -65px;
  }

  .tw .xl\:-left-14{
    left: -70px;
  }

  .tw .xl\:-left-15{
    left: -75px;
  }

  .tw .xl\:-left-16{
    left: -80px;
  }

  .tw .xl\:-left-17{
    left: -85px;
  }

  .tw .xl\:-left-18{
    left: -90px;
  }

  .tw .xl\:-left-19{
    left: -95px;
  }

  .tw .xl\:-left-20{
    left: -100px;
  }

  .tw .xl\:-left-21{
    left: -105px;
  }

  .tw .xl\:-left-22{
    left: -110px;
  }

  .tw .xl\:-left-23{
    left: -115px;
  }

  .tw .xl\:-left-24{
    left: -120px;
  }

  .tw .xl\:-left-25{
    left: -125px;
  }

  .tw .xl\:-left-26{
    left: -130px;
  }

  .tw .xl\:-left-27{
    left: -135px;
  }

  .tw .xl\:-left-28{
    left: -140px;
  }

  .tw .xl\:-left-29{
    left: -145px;
  }

  .tw .xl\:-left-30{
    left: -150px;
  }

  .tw .xl\:-left-31{
    left: -155px;
  }

  .tw .xl\:-left-32{
    left: -160px;
  }

  .tw .xl\:-left-33{
    left: -165px;
  }

  .tw .xl\:-left-34{
    left: -170px;
  }

  .tw .xl\:-left-35{
    left: -175px;
  }

  .tw .xl\:-left-36{
    left: -180px;
  }

  .tw .xl\:-left-37{
    left: -185px;
  }

  .tw .xl\:-left-38{
    left: -190px;
  }

  .tw .xl\:-left-39{
    left: -195px;
  }

  .tw .xl\:-left-40{
    left: -200px;
  }

  .tw .xl\:-left-41{
    left: -205px;
  }

  .tw .xl\:-left-42{
    left: -210px;
  }

  .tw .xl\:-left-43{
    left: -215px;
  }

  .tw .xl\:-left-44{
    left: -220px;
  }

  .tw .xl\:-left-45{
    left: -225px;
  }

  .tw .xl\:-left-46{
    left: -230px;
  }

  .tw .xl\:-left-47{
    left: -235px;
  }

  .tw .xl\:-left-48{
    left: -240px;
  }

  .tw .xl\:-left-49{
    left: -245px;
  }

  .tw .xl\:-left-50{
    left: -250px;
  }

  .tw .xl\:-left-51{
    left: -255px;
  }

  .tw .xl\:-left-52{
    left: -260px;
  }

  .tw .xl\:-left-53{
    left: -265px;
  }

  .tw .xl\:-left-54{
    left: -270px;
  }

  .tw .xl\:-left-55{
    left: -275px;
  }

  .tw .xl\:-left-56{
    left: -280px;
  }

  .tw .xl\:-left-57{
    left: -285px;
  }

  .tw .xl\:-left-58{
    left: -290px;
  }

  .tw .xl\:-left-59{
    left: -295px;
  }

  .tw .xl\:-left-60{
    left: -300px;
  }

  .tw .xl\:-left-61{
    left: -305px;
  }

  .tw .xl\:-left-62{
    left: -310px;
  }

  .tw .xl\:-left-63{
    left: -315px;
  }

  .tw .xl\:-left-64{
    left: -320px;
  }

  .tw .xl\:-left-65{
    left: -325px;
  }

  .tw .xl\:-left-66{
    left: -330px;
  }

  .tw .xl\:-left-67{
    left: -335px;
  }

  .tw .xl\:-left-68{
    left: -340px;
  }

  .tw .xl\:-left-69{
    left: -345px;
  }

  .tw .xl\:-left-70{
    left: -350px;
  }

  .tw .xl\:-left-71{
    left: -355px;
  }

  .tw .xl\:-left-72{
    left: -360px;
  }

  .tw .xl\:-left-73{
    left: -365px;
  }

  .tw .xl\:-left-74{
    left: -370px;
  }

  .tw .xl\:-left-75{
    left: -375px;
  }

  .tw .xl\:-left-76{
    left: -380px;
  }

  .tw .xl\:-left-77{
    left: -385px;
  }

  .tw .xl\:-left-78{
    left: -390px;
  }

  .tw .xl\:-left-79{
    left: -395px;
  }

  .tw .xl\:-left-80{
    left: -400px;
  }

  .tw .xl\:-left-81{
    left: -405px;
  }

  .tw .xl\:-left-82{
    left: -410px;
  }

  .tw .xl\:-left-83{
    left: -415px;
  }

  .tw .xl\:-left-84{
    left: -420px;
  }

  .tw .xl\:-left-85{
    left: -425px;
  }

  .tw .xl\:-left-86{
    left: -430px;
  }

  .tw .xl\:-left-87{
    left: -435px;
  }

  .tw .xl\:-left-88{
    left: -440px;
  }

  .tw .xl\:-left-89{
    left: -445px;
  }

  .tw .xl\:-left-90{
    left: -450px;
  }

  .tw .xl\:-left-91{
    left: -455px;
  }

  .tw .xl\:-left-92{
    left: -460px;
  }

  .tw .xl\:-left-93{
    left: -465px;
  }

  .tw .xl\:-left-94{
    left: -470px;
  }

  .tw .xl\:-left-95{
    left: -475px;
  }

  .tw .xl\:-left-96{
    left: -480px;
  }

  .tw .xl\:-left-97{
    left: -485px;
  }

  .tw .xl\:-left-98{
    left: -490px;
  }

  .tw .xl\:-left-99{
    left: -495px;
  }

  .tw .xl\:-left-100{
    left: -500px;
  }

  .tw .xl\:-left-101{
    left: -505px;
  }

  .tw .xl\:-left-102{
    left: -510px;
  }

  .tw .xl\:-left-103{
    left: -515px;
  }

  .tw .xl\:-left-104{
    left: -520px;
  }

  .tw .xl\:-left-105{
    left: -525px;
  }

  .tw .xl\:-left-106{
    left: -530px;
  }

  .tw .xl\:-left-107{
    left: -535px;
  }

  .tw .xl\:-left-108{
    left: -540px;
  }

  .tw .xl\:-left-109{
    left: -545px;
  }

  .tw .xl\:-left-110{
    left: -550px;
  }

  .tw .xl\:-left-111{
    left: -555px;
  }

  .tw .xl\:-left-112{
    left: -560px;
  }

  .tw .xl\:-left-113{
    left: -565px;
  }

  .tw .xl\:-left-114{
    left: -570px;
  }

  .tw .xl\:-left-115{
    left: -575px;
  }

  .tw .xl\:-left-116{
    left: -580px;
  }

  .tw .xl\:-left-117{
    left: -585px;
  }

  .tw .xl\:-left-118{
    left: -590px;
  }

  .tw .xl\:-left-119{
    left: -595px;
  }

  .tw .xl\:-left-120{
    left: -600px;
  }

  .tw .xl\:-left-121{
    left: -605px;
  }

  .tw .xl\:-left-122{
    left: -610px;
  }

  .tw .xl\:-left-123{
    left: -615px;
  }

  .tw .xl\:-left-124{
    left: -620px;
  }

  .tw .xl\:-left-125{
    left: -625px;
  }

  .tw .xl\:-left-126{
    left: -630px;
  }

  .tw .xl\:-left-127{
    left: -635px;
  }

  .tw .xl\:-left-128{
    left: -640px;
  }

  .tw .xl\:-left-129{
    left: -645px;
  }

  .tw .xl\:-left-130{
    left: -650px;
  }

  .tw .xl\:-left-131{
    left: -655px;
  }

  .tw .xl\:-left-132{
    left: -660px;
  }

  .tw .xl\:-left-133{
    left: -665px;
  }

  .tw .xl\:-left-134{
    left: -670px;
  }

  .tw .xl\:-left-135{
    left: -675px;
  }

  .tw .xl\:-left-136{
    left: -680px;
  }

  .tw .xl\:-left-137{
    left: -685px;
  }

  .tw .xl\:-left-138{
    left: -690px;
  }

  .tw .xl\:-left-139{
    left: -695px;
  }

  .tw .xl\:-left-140{
    left: -700px;
  }

  .tw .xl\:-left-141{
    left: -705px;
  }

  .tw .xl\:-left-142{
    left: -710px;
  }

  .tw .xl\:-left-143{
    left: -715px;
  }

  .tw .xl\:-left-144{
    left: -720px;
  }

  .tw .xl\:-left-145{
    left: -725px;
  }

  .tw .xl\:-left-146{
    left: -730px;
  }

  .tw .xl\:-left-147{
    left: -735px;
  }

  .tw .xl\:-left-148{
    left: -740px;
  }

  .tw .xl\:-left-149{
    left: -745px;
  }

  .tw .xl\:-left-0\.5{
    left: -3px;
  }

  .tw .xl\:-left-1px{
    left: -1px;
  }

  .tw .xl\:-left-2px{
    left: -2px;
  }

  .tw .xl\:-left-3px{
    left: -3px;
  }

  .tw .xl\:-left-4px{
    left: -4px;
  }

  .tw .xl\:-left-5px{
    left: -5px;
  }

  .tw .xl\:-left-6px{
    left: -6px;
  }

  .tw .xl\:-left-7px{
    left: -7px;
  }

  .tw .xl\:-left-8px{
    left: -8px;
  }

  .tw .xl\:-left-9px{
    left: -9px;
  }

  .tw .xl\:-left-10px{
    left: -10px;
  }

  .tw .xl\:-left-11px{
    left: -11px;
  }

  .tw .xl\:-left-12px{
    left: -12px;
  }

  .tw .xl\:-left-13px{
    left: -13px;
  }

  .tw .xl\:-left-14px{
    left: -14px;
  }

  .tw .xl\:-left-15px{
    left: -15px;
  }

  .tw .xl\:-left-16px{
    left: -16px;
  }

  .tw .xl\:-left-17px{
    left: -17px;
  }

  .tw .xl\:-left-18px{
    left: -18px;
  }

  .tw .xl\:-left-19px{
    left: -19px;
  }

  .tw .xl\:-left-20px{
    left: -20px;
  }

  .tw .xl\:-left-21px{
    left: -21px;
  }

  .tw .xl\:-left-22px{
    left: -22px;
  }

  .tw .xl\:-left-23px{
    left: -23px;
  }

  .tw .xl\:-left-24px{
    left: -24px;
  }

  .tw .xl\:-left-25px{
    left: -25px;
  }

  .tw .xl\:-left-26px{
    left: -26px;
  }

  .tw .xl\:-left-27px{
    left: -27px;
  }

  .tw .xl\:-left-28px{
    left: -28px;
  }

  .tw .xl\:-left-29px{
    left: -29px;
  }

  .tw .xl\:-left-30px{
    left: -30px;
  }

  .tw .xl\:-left-31px{
    left: -31px;
  }

  .tw .xl\:-left-32px{
    left: -32px;
  }

  .tw .xl\:-left-33px{
    left: -33px;
  }

  .tw .xl\:-left-34px{
    left: -34px;
  }

  .tw .xl\:-left-35px{
    left: -35px;
  }

  .tw .xl\:-left-36px{
    left: -36px;
  }

  .tw .xl\:-left-37px{
    left: -37px;
  }

  .tw .xl\:-left-38px{
    left: -38px;
  }

  .tw .xl\:-left-39px{
    left: -39px;
  }

  .tw .xl\:-left-40px{
    left: -40px;
  }

  .tw .xl\:left-1\/2{
    left: 50%;
  }

  .tw .xl\:left-1\/3{
    left: 33.333333%;
  }

  .tw .xl\:left-2\/3{
    left: 66.666667%;
  }

  .tw .xl\:left-1\/4{
    left: 25%;
  }

  .tw .xl\:left-2\/4{
    left: 50%;
  }

  .tw .xl\:left-3\/4{
    left: 75%;
  }

  .tw .xl\:left-full{
    left: 100%;
  }

  .tw .xl\:-left-1\/2{
    left: -50%;
  }

  .tw .xl\:-left-1\/3{
    left: -33.333333%;
  }

  .tw .xl\:-left-2\/3{
    left: -66.666667%;
  }

  .tw .xl\:-left-1\/4{
    left: -25%;
  }

  .tw .xl\:-left-2\/4{
    left: -50%;
  }

  .tw .xl\:-left-3\/4{
    left: -75%;
  }

  .tw .xl\:-left-full{
    left: -100%;
  }

  .tw .xl\:isolate{
    isolation: isolate;
  }

  .tw .xl\:isolation-auto{
    isolation: auto;
  }

  .tw .xl\:order-1{
    order: 1;
  }

  .tw .xl\:order-2{
    order: 2;
  }

  .tw .xl\:order-3{
    order: 3;
  }

  .tw .xl\:order-4{
    order: 4;
  }

  .tw .xl\:order-5{
    order: 5;
  }

  .tw .xl\:order-6{
    order: 6;
  }

  .tw .xl\:order-7{
    order: 7;
  }

  .tw .xl\:order-8{
    order: 8;
  }

  .tw .xl\:order-9{
    order: 9;
  }

  .tw .xl\:order-10{
    order: 10;
  }

  .tw .xl\:order-11{
    order: 11;
  }

  .tw .xl\:order-12{
    order: 12;
  }

  .tw .xl\:order-first{
    order: -9999;
  }

  .tw .xl\:order-last{
    order: 9999;
  }

  .tw .xl\:order-none{
    order: 0;
  }

  .tw .xl\:col-auto{
    grid-column: auto;
  }

  .tw .xl\:col-span-1{
    grid-column: span 1 / span 1;
  }

  .tw .xl\:col-span-2{
    grid-column: span 2 / span 2;
  }

  .tw .xl\:col-span-3{
    grid-column: span 3 / span 3;
  }

  .tw .xl\:col-span-4{
    grid-column: span 4 / span 4;
  }

  .tw .xl\:col-span-5{
    grid-column: span 5 / span 5;
  }

  .tw .xl\:col-span-6{
    grid-column: span 6 / span 6;
  }

  .tw .xl\:col-span-7{
    grid-column: span 7 / span 7;
  }

  .tw .xl\:col-span-8{
    grid-column: span 8 / span 8;
  }

  .tw .xl\:col-span-9{
    grid-column: span 9 / span 9;
  }

  .tw .xl\:col-span-10{
    grid-column: span 10 / span 10;
  }

  .tw .xl\:col-span-11{
    grid-column: span 11 / span 11;
  }

  .tw .xl\:col-span-12{
    grid-column: span 12 / span 12;
  }

  .tw .xl\:col-span-full{
    grid-column: 1 / -1;
  }

  .tw .xl\:col-start-1{
    grid-column-start: 1;
  }

  .tw .xl\:col-start-2{
    grid-column-start: 2;
  }

  .tw .xl\:col-start-3{
    grid-column-start: 3;
  }

  .tw .xl\:col-start-4{
    grid-column-start: 4;
  }

  .tw .xl\:col-start-5{
    grid-column-start: 5;
  }

  .tw .xl\:col-start-6{
    grid-column-start: 6;
  }

  .tw .xl\:col-start-7{
    grid-column-start: 7;
  }

  .tw .xl\:col-start-8{
    grid-column-start: 8;
  }

  .tw .xl\:col-start-9{
    grid-column-start: 9;
  }

  .tw .xl\:col-start-10{
    grid-column-start: 10;
  }

  .tw .xl\:col-start-11{
    grid-column-start: 11;
  }

  .tw .xl\:col-start-12{
    grid-column-start: 12;
  }

  .tw .xl\:col-start-13{
    grid-column-start: 13;
  }

  .tw .xl\:col-start-auto{
    grid-column-start: auto;
  }

  .tw .xl\:col-end-1{
    grid-column-end: 1;
  }

  .tw .xl\:col-end-2{
    grid-column-end: 2;
  }

  .tw .xl\:col-end-3{
    grid-column-end: 3;
  }

  .tw .xl\:col-end-4{
    grid-column-end: 4;
  }

  .tw .xl\:col-end-5{
    grid-column-end: 5;
  }

  .tw .xl\:col-end-6{
    grid-column-end: 6;
  }

  .tw .xl\:col-end-7{
    grid-column-end: 7;
  }

  .tw .xl\:col-end-8{
    grid-column-end: 8;
  }

  .tw .xl\:col-end-9{
    grid-column-end: 9;
  }

  .tw .xl\:col-end-10{
    grid-column-end: 10;
  }

  .tw .xl\:col-end-11{
    grid-column-end: 11;
  }

  .tw .xl\:col-end-12{
    grid-column-end: 12;
  }

  .tw .xl\:col-end-13{
    grid-column-end: 13;
  }

  .tw .xl\:col-end-auto{
    grid-column-end: auto;
  }

  .tw .xl\:row-auto{
    grid-row: auto;
  }

  .tw .xl\:row-span-1{
    grid-row: span 1 / span 1;
  }

  .tw .xl\:row-span-2{
    grid-row: span 2 / span 2;
  }

  .tw .xl\:row-span-3{
    grid-row: span 3 / span 3;
  }

  .tw .xl\:row-span-4{
    grid-row: span 4 / span 4;
  }

  .tw .xl\:row-span-5{
    grid-row: span 5 / span 5;
  }

  .tw .xl\:row-span-6{
    grid-row: span 6 / span 6;
  }

  .tw .xl\:row-span-full{
    grid-row: 1 / -1;
  }

  .tw .xl\:row-start-1{
    grid-row-start: 1;
  }

  .tw .xl\:row-start-2{
    grid-row-start: 2;
  }

  .tw .xl\:row-start-3{
    grid-row-start: 3;
  }

  .tw .xl\:row-start-4{
    grid-row-start: 4;
  }

  .tw .xl\:row-start-5{
    grid-row-start: 5;
  }

  .tw .xl\:row-start-6{
    grid-row-start: 6;
  }

  .tw .xl\:row-start-7{
    grid-row-start: 7;
  }

  .tw .xl\:row-start-auto{
    grid-row-start: auto;
  }

  .tw .xl\:row-end-1{
    grid-row-end: 1;
  }

  .tw .xl\:row-end-2{
    grid-row-end: 2;
  }

  .tw .xl\:row-end-3{
    grid-row-end: 3;
  }

  .tw .xl\:row-end-4{
    grid-row-end: 4;
  }

  .tw .xl\:row-end-5{
    grid-row-end: 5;
  }

  .tw .xl\:row-end-6{
    grid-row-end: 6;
  }

  .tw .xl\:row-end-7{
    grid-row-end: 7;
  }

  .tw .xl\:row-end-auto{
    grid-row-end: auto;
  }

  .tw .xl\:float-right{
    float: right;
  }

  .tw .xl\:float-left{
    float: left;
  }

  .tw .xl\:float-none{
    float: none;
  }

  .tw .xl\:clear-left{
    clear: left;
  }

  .tw .xl\:clear-right{
    clear: right;
  }

  .tw .xl\:clear-both{
    clear: both;
  }

  .tw .xl\:clear-none{
    clear: none;
  }

  .tw .xl\:m-0{
    margin: 0px;
  }

  .tw .xl\:m-1{
    margin: 5px;
  }

  .tw .xl\:m-2{
    margin: 10px;
  }

  .tw .xl\:m-3{
    margin: 15px;
  }

  .tw .xl\:m-4{
    margin: 20px;
  }

  .tw .xl\:m-5{
    margin: 25px;
  }

  .tw .xl\:m-6{
    margin: 30px;
  }

  .tw .xl\:m-7{
    margin: 35px;
  }

  .tw .xl\:m-8{
    margin: 40px;
  }

  .tw .xl\:m-9{
    margin: 45px;
  }

  .tw .xl\:m-10{
    margin: 50px;
  }

  .tw .xl\:m-11{
    margin: 55px;
  }

  .tw .xl\:m-12{
    margin: 60px;
  }

  .tw .xl\:m-13{
    margin: 65px;
  }

  .tw .xl\:m-14{
    margin: 70px;
  }

  .tw .xl\:m-15{
    margin: 75px;
  }

  .tw .xl\:m-16{
    margin: 80px;
  }

  .tw .xl\:m-17{
    margin: 85px;
  }

  .tw .xl\:m-18{
    margin: 90px;
  }

  .tw .xl\:m-19{
    margin: 95px;
  }

  .tw .xl\:m-20{
    margin: 100px;
  }

  .tw .xl\:m-21{
    margin: 105px;
  }

  .tw .xl\:m-22{
    margin: 110px;
  }

  .tw .xl\:m-23{
    margin: 115px;
  }

  .tw .xl\:m-24{
    margin: 120px;
  }

  .tw .xl\:m-25{
    margin: 125px;
  }

  .tw .xl\:m-26{
    margin: 130px;
  }

  .tw .xl\:m-27{
    margin: 135px;
  }

  .tw .xl\:m-28{
    margin: 140px;
  }

  .tw .xl\:m-29{
    margin: 145px;
  }

  .tw .xl\:m-30{
    margin: 150px;
  }

  .tw .xl\:m-31{
    margin: 155px;
  }

  .tw .xl\:m-32{
    margin: 160px;
  }

  .tw .xl\:m-33{
    margin: 165px;
  }

  .tw .xl\:m-34{
    margin: 170px;
  }

  .tw .xl\:m-35{
    margin: 175px;
  }

  .tw .xl\:m-36{
    margin: 180px;
  }

  .tw .xl\:m-37{
    margin: 185px;
  }

  .tw .xl\:m-38{
    margin: 190px;
  }

  .tw .xl\:m-39{
    margin: 195px;
  }

  .tw .xl\:m-40{
    margin: 200px;
  }

  .tw .xl\:m-41{
    margin: 205px;
  }

  .tw .xl\:m-42{
    margin: 210px;
  }

  .tw .xl\:m-43{
    margin: 215px;
  }

  .tw .xl\:m-44{
    margin: 220px;
  }

  .tw .xl\:m-45{
    margin: 225px;
  }

  .tw .xl\:m-46{
    margin: 230px;
  }

  .tw .xl\:m-47{
    margin: 235px;
  }

  .tw .xl\:m-48{
    margin: 240px;
  }

  .tw .xl\:m-49{
    margin: 245px;
  }

  .tw .xl\:m-50{
    margin: 250px;
  }

  .tw .xl\:m-51{
    margin: 255px;
  }

  .tw .xl\:m-52{
    margin: 260px;
  }

  .tw .xl\:m-53{
    margin: 265px;
  }

  .tw .xl\:m-54{
    margin: 270px;
  }

  .tw .xl\:m-55{
    margin: 275px;
  }

  .tw .xl\:m-56{
    margin: 280px;
  }

  .tw .xl\:m-57{
    margin: 285px;
  }

  .tw .xl\:m-58{
    margin: 290px;
  }

  .tw .xl\:m-59{
    margin: 295px;
  }

  .tw .xl\:m-60{
    margin: 300px;
  }

  .tw .xl\:m-61{
    margin: 305px;
  }

  .tw .xl\:m-62{
    margin: 310px;
  }

  .tw .xl\:m-63{
    margin: 315px;
  }

  .tw .xl\:m-64{
    margin: 320px;
  }

  .tw .xl\:m-65{
    margin: 325px;
  }

  .tw .xl\:m-66{
    margin: 330px;
  }

  .tw .xl\:m-67{
    margin: 335px;
  }

  .tw .xl\:m-68{
    margin: 340px;
  }

  .tw .xl\:m-69{
    margin: 345px;
  }

  .tw .xl\:m-70{
    margin: 350px;
  }

  .tw .xl\:m-71{
    margin: 355px;
  }

  .tw .xl\:m-72{
    margin: 360px;
  }

  .tw .xl\:m-73{
    margin: 365px;
  }

  .tw .xl\:m-74{
    margin: 370px;
  }

  .tw .xl\:m-75{
    margin: 375px;
  }

  .tw .xl\:m-76{
    margin: 380px;
  }

  .tw .xl\:m-77{
    margin: 385px;
  }

  .tw .xl\:m-78{
    margin: 390px;
  }

  .tw .xl\:m-79{
    margin: 395px;
  }

  .tw .xl\:m-80{
    margin: 400px;
  }

  .tw .xl\:m-81{
    margin: 405px;
  }

  .tw .xl\:m-82{
    margin: 410px;
  }

  .tw .xl\:m-83{
    margin: 415px;
  }

  .tw .xl\:m-84{
    margin: 420px;
  }

  .tw .xl\:m-85{
    margin: 425px;
  }

  .tw .xl\:m-86{
    margin: 430px;
  }

  .tw .xl\:m-87{
    margin: 435px;
  }

  .tw .xl\:m-88{
    margin: 440px;
  }

  .tw .xl\:m-89{
    margin: 445px;
  }

  .tw .xl\:m-90{
    margin: 450px;
  }

  .tw .xl\:m-91{
    margin: 455px;
  }

  .tw .xl\:m-92{
    margin: 460px;
  }

  .tw .xl\:m-93{
    margin: 465px;
  }

  .tw .xl\:m-94{
    margin: 470px;
  }

  .tw .xl\:m-95{
    margin: 475px;
  }

  .tw .xl\:m-96{
    margin: 480px;
  }

  .tw .xl\:m-97{
    margin: 485px;
  }

  .tw .xl\:m-98{
    margin: 490px;
  }

  .tw .xl\:m-99{
    margin: 495px;
  }

  .tw .xl\:m-100{
    margin: 500px;
  }

  .tw .xl\:m-101{
    margin: 505px;
  }

  .tw .xl\:m-102{
    margin: 510px;
  }

  .tw .xl\:m-103{
    margin: 515px;
  }

  .tw .xl\:m-104{
    margin: 520px;
  }

  .tw .xl\:m-105{
    margin: 525px;
  }

  .tw .xl\:m-106{
    margin: 530px;
  }

  .tw .xl\:m-107{
    margin: 535px;
  }

  .tw .xl\:m-108{
    margin: 540px;
  }

  .tw .xl\:m-109{
    margin: 545px;
  }

  .tw .xl\:m-110{
    margin: 550px;
  }

  .tw .xl\:m-111{
    margin: 555px;
  }

  .tw .xl\:m-112{
    margin: 560px;
  }

  .tw .xl\:m-113{
    margin: 565px;
  }

  .tw .xl\:m-114{
    margin: 570px;
  }

  .tw .xl\:m-115{
    margin: 575px;
  }

  .tw .xl\:m-116{
    margin: 580px;
  }

  .tw .xl\:m-117{
    margin: 585px;
  }

  .tw .xl\:m-118{
    margin: 590px;
  }

  .tw .xl\:m-119{
    margin: 595px;
  }

  .tw .xl\:m-120{
    margin: 600px;
  }

  .tw .xl\:m-121{
    margin: 605px;
  }

  .tw .xl\:m-122{
    margin: 610px;
  }

  .tw .xl\:m-123{
    margin: 615px;
  }

  .tw .xl\:m-124{
    margin: 620px;
  }

  .tw .xl\:m-125{
    margin: 625px;
  }

  .tw .xl\:m-126{
    margin: 630px;
  }

  .tw .xl\:m-127{
    margin: 635px;
  }

  .tw .xl\:m-128{
    margin: 640px;
  }

  .tw .xl\:m-129{
    margin: 645px;
  }

  .tw .xl\:m-130{
    margin: 650px;
  }

  .tw .xl\:m-131{
    margin: 655px;
  }

  .tw .xl\:m-132{
    margin: 660px;
  }

  .tw .xl\:m-133{
    margin: 665px;
  }

  .tw .xl\:m-134{
    margin: 670px;
  }

  .tw .xl\:m-135{
    margin: 675px;
  }

  .tw .xl\:m-136{
    margin: 680px;
  }

  .tw .xl\:m-137{
    margin: 685px;
  }

  .tw .xl\:m-138{
    margin: 690px;
  }

  .tw .xl\:m-139{
    margin: 695px;
  }

  .tw .xl\:m-140{
    margin: 700px;
  }

  .tw .xl\:m-141{
    margin: 705px;
  }

  .tw .xl\:m-142{
    margin: 710px;
  }

  .tw .xl\:m-143{
    margin: 715px;
  }

  .tw .xl\:m-144{
    margin: 720px;
  }

  .tw .xl\:m-145{
    margin: 725px;
  }

  .tw .xl\:m-146{
    margin: 730px;
  }

  .tw .xl\:m-147{
    margin: 735px;
  }

  .tw .xl\:m-148{
    margin: 740px;
  }

  .tw .xl\:m-149{
    margin: 745px;
  }

  .tw .xl\:m-auto{
    margin: auto;
  }

  .tw .xl\:m-0\.5{
    margin: 3px;
  }

  .tw .xl\:m-1px{
    margin: 1px;
  }

  .tw .xl\:m-2px{
    margin: 2px;
  }

  .tw .xl\:m-3px{
    margin: 3px;
  }

  .tw .xl\:m-4px{
    margin: 4px;
  }

  .tw .xl\:m-5px{
    margin: 5px;
  }

  .tw .xl\:m-6px{
    margin: 6px;
  }

  .tw .xl\:m-7px{
    margin: 7px;
  }

  .tw .xl\:m-8px{
    margin: 8px;
  }

  .tw .xl\:m-9px{
    margin: 9px;
  }

  .tw .xl\:m-10px{
    margin: 10px;
  }

  .tw .xl\:m-11px{
    margin: 11px;
  }

  .tw .xl\:m-12px{
    margin: 12px;
  }

  .tw .xl\:m-13px{
    margin: 13px;
  }

  .tw .xl\:m-14px{
    margin: 14px;
  }

  .tw .xl\:m-15px{
    margin: 15px;
  }

  .tw .xl\:m-16px{
    margin: 16px;
  }

  .tw .xl\:m-17px{
    margin: 17px;
  }

  .tw .xl\:m-18px{
    margin: 18px;
  }

  .tw .xl\:m-19px{
    margin: 19px;
  }

  .tw .xl\:m-20px{
    margin: 20px;
  }

  .tw .xl\:m-21px{
    margin: 21px;
  }

  .tw .xl\:m-22px{
    margin: 22px;
  }

  .tw .xl\:m-23px{
    margin: 23px;
  }

  .tw .xl\:m-24px{
    margin: 24px;
  }

  .tw .xl\:m-25px{
    margin: 25px;
  }

  .tw .xl\:m-26px{
    margin: 26px;
  }

  .tw .xl\:m-27px{
    margin: 27px;
  }

  .tw .xl\:m-28px{
    margin: 28px;
  }

  .tw .xl\:m-29px{
    margin: 29px;
  }

  .tw .xl\:m-30px{
    margin: 30px;
  }

  .tw .xl\:m-31px{
    margin: 31px;
  }

  .tw .xl\:m-32px{
    margin: 32px;
  }

  .tw .xl\:m-33px{
    margin: 33px;
  }

  .tw .xl\:m-34px{
    margin: 34px;
  }

  .tw .xl\:m-35px{
    margin: 35px;
  }

  .tw .xl\:m-36px{
    margin: 36px;
  }

  .tw .xl\:m-37px{
    margin: 37px;
  }

  .tw .xl\:m-38px{
    margin: 38px;
  }

  .tw .xl\:m-39px{
    margin: 39px;
  }

  .tw .xl\:m-40px{
    margin: 40px;
  }

  .tw .xl\:-m-0{
    margin: 0px;
  }

  .tw .xl\:-m-1{
    margin: -5px;
  }

  .tw .xl\:-m-2{
    margin: -10px;
  }

  .tw .xl\:-m-3{
    margin: -15px;
  }

  .tw .xl\:-m-4{
    margin: -20px;
  }

  .tw .xl\:-m-5{
    margin: -25px;
  }

  .tw .xl\:-m-6{
    margin: -30px;
  }

  .tw .xl\:-m-7{
    margin: -35px;
  }

  .tw .xl\:-m-8{
    margin: -40px;
  }

  .tw .xl\:-m-9{
    margin: -45px;
  }

  .tw .xl\:-m-10{
    margin: -50px;
  }

  .tw .xl\:-m-11{
    margin: -55px;
  }

  .tw .xl\:-m-12{
    margin: -60px;
  }

  .tw .xl\:-m-13{
    margin: -65px;
  }

  .tw .xl\:-m-14{
    margin: -70px;
  }

  .tw .xl\:-m-15{
    margin: -75px;
  }

  .tw .xl\:-m-16{
    margin: -80px;
  }

  .tw .xl\:-m-17{
    margin: -85px;
  }

  .tw .xl\:-m-18{
    margin: -90px;
  }

  .tw .xl\:-m-19{
    margin: -95px;
  }

  .tw .xl\:-m-20{
    margin: -100px;
  }

  .tw .xl\:-m-21{
    margin: -105px;
  }

  .tw .xl\:-m-22{
    margin: -110px;
  }

  .tw .xl\:-m-23{
    margin: -115px;
  }

  .tw .xl\:-m-24{
    margin: -120px;
  }

  .tw .xl\:-m-25{
    margin: -125px;
  }

  .tw .xl\:-m-26{
    margin: -130px;
  }

  .tw .xl\:-m-27{
    margin: -135px;
  }

  .tw .xl\:-m-28{
    margin: -140px;
  }

  .tw .xl\:-m-29{
    margin: -145px;
  }

  .tw .xl\:-m-30{
    margin: -150px;
  }

  .tw .xl\:-m-31{
    margin: -155px;
  }

  .tw .xl\:-m-32{
    margin: -160px;
  }

  .tw .xl\:-m-33{
    margin: -165px;
  }

  .tw .xl\:-m-34{
    margin: -170px;
  }

  .tw .xl\:-m-35{
    margin: -175px;
  }

  .tw .xl\:-m-36{
    margin: -180px;
  }

  .tw .xl\:-m-37{
    margin: -185px;
  }

  .tw .xl\:-m-38{
    margin: -190px;
  }

  .tw .xl\:-m-39{
    margin: -195px;
  }

  .tw .xl\:-m-40{
    margin: -200px;
  }

  .tw .xl\:-m-41{
    margin: -205px;
  }

  .tw .xl\:-m-42{
    margin: -210px;
  }

  .tw .xl\:-m-43{
    margin: -215px;
  }

  .tw .xl\:-m-44{
    margin: -220px;
  }

  .tw .xl\:-m-45{
    margin: -225px;
  }

  .tw .xl\:-m-46{
    margin: -230px;
  }

  .tw .xl\:-m-47{
    margin: -235px;
  }

  .tw .xl\:-m-48{
    margin: -240px;
  }

  .tw .xl\:-m-49{
    margin: -245px;
  }

  .tw .xl\:-m-50{
    margin: -250px;
  }

  .tw .xl\:-m-51{
    margin: -255px;
  }

  .tw .xl\:-m-52{
    margin: -260px;
  }

  .tw .xl\:-m-53{
    margin: -265px;
  }

  .tw .xl\:-m-54{
    margin: -270px;
  }

  .tw .xl\:-m-55{
    margin: -275px;
  }

  .tw .xl\:-m-56{
    margin: -280px;
  }

  .tw .xl\:-m-57{
    margin: -285px;
  }

  .tw .xl\:-m-58{
    margin: -290px;
  }

  .tw .xl\:-m-59{
    margin: -295px;
  }

  .tw .xl\:-m-60{
    margin: -300px;
  }

  .tw .xl\:-m-61{
    margin: -305px;
  }

  .tw .xl\:-m-62{
    margin: -310px;
  }

  .tw .xl\:-m-63{
    margin: -315px;
  }

  .tw .xl\:-m-64{
    margin: -320px;
  }

  .tw .xl\:-m-65{
    margin: -325px;
  }

  .tw .xl\:-m-66{
    margin: -330px;
  }

  .tw .xl\:-m-67{
    margin: -335px;
  }

  .tw .xl\:-m-68{
    margin: -340px;
  }

  .tw .xl\:-m-69{
    margin: -345px;
  }

  .tw .xl\:-m-70{
    margin: -350px;
  }

  .tw .xl\:-m-71{
    margin: -355px;
  }

  .tw .xl\:-m-72{
    margin: -360px;
  }

  .tw .xl\:-m-73{
    margin: -365px;
  }

  .tw .xl\:-m-74{
    margin: -370px;
  }

  .tw .xl\:-m-75{
    margin: -375px;
  }

  .tw .xl\:-m-76{
    margin: -380px;
  }

  .tw .xl\:-m-77{
    margin: -385px;
  }

  .tw .xl\:-m-78{
    margin: -390px;
  }

  .tw .xl\:-m-79{
    margin: -395px;
  }

  .tw .xl\:-m-80{
    margin: -400px;
  }

  .tw .xl\:-m-81{
    margin: -405px;
  }

  .tw .xl\:-m-82{
    margin: -410px;
  }

  .tw .xl\:-m-83{
    margin: -415px;
  }

  .tw .xl\:-m-84{
    margin: -420px;
  }

  .tw .xl\:-m-85{
    margin: -425px;
  }

  .tw .xl\:-m-86{
    margin: -430px;
  }

  .tw .xl\:-m-87{
    margin: -435px;
  }

  .tw .xl\:-m-88{
    margin: -440px;
  }

  .tw .xl\:-m-89{
    margin: -445px;
  }

  .tw .xl\:-m-90{
    margin: -450px;
  }

  .tw .xl\:-m-91{
    margin: -455px;
  }

  .tw .xl\:-m-92{
    margin: -460px;
  }

  .tw .xl\:-m-93{
    margin: -465px;
  }

  .tw .xl\:-m-94{
    margin: -470px;
  }

  .tw .xl\:-m-95{
    margin: -475px;
  }

  .tw .xl\:-m-96{
    margin: -480px;
  }

  .tw .xl\:-m-97{
    margin: -485px;
  }

  .tw .xl\:-m-98{
    margin: -490px;
  }

  .tw .xl\:-m-99{
    margin: -495px;
  }

  .tw .xl\:-m-100{
    margin: -500px;
  }

  .tw .xl\:-m-101{
    margin: -505px;
  }

  .tw .xl\:-m-102{
    margin: -510px;
  }

  .tw .xl\:-m-103{
    margin: -515px;
  }

  .tw .xl\:-m-104{
    margin: -520px;
  }

  .tw .xl\:-m-105{
    margin: -525px;
  }

  .tw .xl\:-m-106{
    margin: -530px;
  }

  .tw .xl\:-m-107{
    margin: -535px;
  }

  .tw .xl\:-m-108{
    margin: -540px;
  }

  .tw .xl\:-m-109{
    margin: -545px;
  }

  .tw .xl\:-m-110{
    margin: -550px;
  }

  .tw .xl\:-m-111{
    margin: -555px;
  }

  .tw .xl\:-m-112{
    margin: -560px;
  }

  .tw .xl\:-m-113{
    margin: -565px;
  }

  .tw .xl\:-m-114{
    margin: -570px;
  }

  .tw .xl\:-m-115{
    margin: -575px;
  }

  .tw .xl\:-m-116{
    margin: -580px;
  }

  .tw .xl\:-m-117{
    margin: -585px;
  }

  .tw .xl\:-m-118{
    margin: -590px;
  }

  .tw .xl\:-m-119{
    margin: -595px;
  }

  .tw .xl\:-m-120{
    margin: -600px;
  }

  .tw .xl\:-m-121{
    margin: -605px;
  }

  .tw .xl\:-m-122{
    margin: -610px;
  }

  .tw .xl\:-m-123{
    margin: -615px;
  }

  .tw .xl\:-m-124{
    margin: -620px;
  }

  .tw .xl\:-m-125{
    margin: -625px;
  }

  .tw .xl\:-m-126{
    margin: -630px;
  }

  .tw .xl\:-m-127{
    margin: -635px;
  }

  .tw .xl\:-m-128{
    margin: -640px;
  }

  .tw .xl\:-m-129{
    margin: -645px;
  }

  .tw .xl\:-m-130{
    margin: -650px;
  }

  .tw .xl\:-m-131{
    margin: -655px;
  }

  .tw .xl\:-m-132{
    margin: -660px;
  }

  .tw .xl\:-m-133{
    margin: -665px;
  }

  .tw .xl\:-m-134{
    margin: -670px;
  }

  .tw .xl\:-m-135{
    margin: -675px;
  }

  .tw .xl\:-m-136{
    margin: -680px;
  }

  .tw .xl\:-m-137{
    margin: -685px;
  }

  .tw .xl\:-m-138{
    margin: -690px;
  }

  .tw .xl\:-m-139{
    margin: -695px;
  }

  .tw .xl\:-m-140{
    margin: -700px;
  }

  .tw .xl\:-m-141{
    margin: -705px;
  }

  .tw .xl\:-m-142{
    margin: -710px;
  }

  .tw .xl\:-m-143{
    margin: -715px;
  }

  .tw .xl\:-m-144{
    margin: -720px;
  }

  .tw .xl\:-m-145{
    margin: -725px;
  }

  .tw .xl\:-m-146{
    margin: -730px;
  }

  .tw .xl\:-m-147{
    margin: -735px;
  }

  .tw .xl\:-m-148{
    margin: -740px;
  }

  .tw .xl\:-m-149{
    margin: -745px;
  }

  .tw .xl\:-m-0\.5{
    margin: -3px;
  }

  .tw .xl\:-m-1px{
    margin: -1px;
  }

  .tw .xl\:-m-2px{
    margin: -2px;
  }

  .tw .xl\:-m-3px{
    margin: -3px;
  }

  .tw .xl\:-m-4px{
    margin: -4px;
  }

  .tw .xl\:-m-5px{
    margin: -5px;
  }

  .tw .xl\:-m-6px{
    margin: -6px;
  }

  .tw .xl\:-m-7px{
    margin: -7px;
  }

  .tw .xl\:-m-8px{
    margin: -8px;
  }

  .tw .xl\:-m-9px{
    margin: -9px;
  }

  .tw .xl\:-m-10px{
    margin: -10px;
  }

  .tw .xl\:-m-11px{
    margin: -11px;
  }

  .tw .xl\:-m-12px{
    margin: -12px;
  }

  .tw .xl\:-m-13px{
    margin: -13px;
  }

  .tw .xl\:-m-14px{
    margin: -14px;
  }

  .tw .xl\:-m-15px{
    margin: -15px;
  }

  .tw .xl\:-m-16px{
    margin: -16px;
  }

  .tw .xl\:-m-17px{
    margin: -17px;
  }

  .tw .xl\:-m-18px{
    margin: -18px;
  }

  .tw .xl\:-m-19px{
    margin: -19px;
  }

  .tw .xl\:-m-20px{
    margin: -20px;
  }

  .tw .xl\:-m-21px{
    margin: -21px;
  }

  .tw .xl\:-m-22px{
    margin: -22px;
  }

  .tw .xl\:-m-23px{
    margin: -23px;
  }

  .tw .xl\:-m-24px{
    margin: -24px;
  }

  .tw .xl\:-m-25px{
    margin: -25px;
  }

  .tw .xl\:-m-26px{
    margin: -26px;
  }

  .tw .xl\:-m-27px{
    margin: -27px;
  }

  .tw .xl\:-m-28px{
    margin: -28px;
  }

  .tw .xl\:-m-29px{
    margin: -29px;
  }

  .tw .xl\:-m-30px{
    margin: -30px;
  }

  .tw .xl\:-m-31px{
    margin: -31px;
  }

  .tw .xl\:-m-32px{
    margin: -32px;
  }

  .tw .xl\:-m-33px{
    margin: -33px;
  }

  .tw .xl\:-m-34px{
    margin: -34px;
  }

  .tw .xl\:-m-35px{
    margin: -35px;
  }

  .tw .xl\:-m-36px{
    margin: -36px;
  }

  .tw .xl\:-m-37px{
    margin: -37px;
  }

  .tw .xl\:-m-38px{
    margin: -38px;
  }

  .tw .xl\:-m-39px{
    margin: -39px;
  }

  .tw .xl\:-m-40px{
    margin: -40px;
  }

  .tw .xl\:last\:m-0:last-child{
    margin: 0px;
  }

  .tw .xl\:last\:m-1:last-child{
    margin: 5px;
  }

  .tw .xl\:last\:m-2:last-child{
    margin: 10px;
  }

  .tw .xl\:last\:m-3:last-child{
    margin: 15px;
  }

  .tw .xl\:last\:m-4:last-child{
    margin: 20px;
  }

  .tw .xl\:last\:m-5:last-child{
    margin: 25px;
  }

  .tw .xl\:last\:m-6:last-child{
    margin: 30px;
  }

  .tw .xl\:last\:m-7:last-child{
    margin: 35px;
  }

  .tw .xl\:last\:m-8:last-child{
    margin: 40px;
  }

  .tw .xl\:last\:m-9:last-child{
    margin: 45px;
  }

  .tw .xl\:last\:m-10:last-child{
    margin: 50px;
  }

  .tw .xl\:last\:m-11:last-child{
    margin: 55px;
  }

  .tw .xl\:last\:m-12:last-child{
    margin: 60px;
  }

  .tw .xl\:last\:m-13:last-child{
    margin: 65px;
  }

  .tw .xl\:last\:m-14:last-child{
    margin: 70px;
  }

  .tw .xl\:last\:m-15:last-child{
    margin: 75px;
  }

  .tw .xl\:last\:m-16:last-child{
    margin: 80px;
  }

  .tw .xl\:last\:m-17:last-child{
    margin: 85px;
  }

  .tw .xl\:last\:m-18:last-child{
    margin: 90px;
  }

  .tw .xl\:last\:m-19:last-child{
    margin: 95px;
  }

  .tw .xl\:last\:m-20:last-child{
    margin: 100px;
  }

  .tw .xl\:last\:m-21:last-child{
    margin: 105px;
  }

  .tw .xl\:last\:m-22:last-child{
    margin: 110px;
  }

  .tw .xl\:last\:m-23:last-child{
    margin: 115px;
  }

  .tw .xl\:last\:m-24:last-child{
    margin: 120px;
  }

  .tw .xl\:last\:m-25:last-child{
    margin: 125px;
  }

  .tw .xl\:last\:m-26:last-child{
    margin: 130px;
  }

  .tw .xl\:last\:m-27:last-child{
    margin: 135px;
  }

  .tw .xl\:last\:m-28:last-child{
    margin: 140px;
  }

  .tw .xl\:last\:m-29:last-child{
    margin: 145px;
  }

  .tw .xl\:last\:m-30:last-child{
    margin: 150px;
  }

  .tw .xl\:last\:m-31:last-child{
    margin: 155px;
  }

  .tw .xl\:last\:m-32:last-child{
    margin: 160px;
  }

  .tw .xl\:last\:m-33:last-child{
    margin: 165px;
  }

  .tw .xl\:last\:m-34:last-child{
    margin: 170px;
  }

  .tw .xl\:last\:m-35:last-child{
    margin: 175px;
  }

  .tw .xl\:last\:m-36:last-child{
    margin: 180px;
  }

  .tw .xl\:last\:m-37:last-child{
    margin: 185px;
  }

  .tw .xl\:last\:m-38:last-child{
    margin: 190px;
  }

  .tw .xl\:last\:m-39:last-child{
    margin: 195px;
  }

  .tw .xl\:last\:m-40:last-child{
    margin: 200px;
  }

  .tw .xl\:last\:m-41:last-child{
    margin: 205px;
  }

  .tw .xl\:last\:m-42:last-child{
    margin: 210px;
  }

  .tw .xl\:last\:m-43:last-child{
    margin: 215px;
  }

  .tw .xl\:last\:m-44:last-child{
    margin: 220px;
  }

  .tw .xl\:last\:m-45:last-child{
    margin: 225px;
  }

  .tw .xl\:last\:m-46:last-child{
    margin: 230px;
  }

  .tw .xl\:last\:m-47:last-child{
    margin: 235px;
  }

  .tw .xl\:last\:m-48:last-child{
    margin: 240px;
  }

  .tw .xl\:last\:m-49:last-child{
    margin: 245px;
  }

  .tw .xl\:last\:m-50:last-child{
    margin: 250px;
  }

  .tw .xl\:last\:m-51:last-child{
    margin: 255px;
  }

  .tw .xl\:last\:m-52:last-child{
    margin: 260px;
  }

  .tw .xl\:last\:m-53:last-child{
    margin: 265px;
  }

  .tw .xl\:last\:m-54:last-child{
    margin: 270px;
  }

  .tw .xl\:last\:m-55:last-child{
    margin: 275px;
  }

  .tw .xl\:last\:m-56:last-child{
    margin: 280px;
  }

  .tw .xl\:last\:m-57:last-child{
    margin: 285px;
  }

  .tw .xl\:last\:m-58:last-child{
    margin: 290px;
  }

  .tw .xl\:last\:m-59:last-child{
    margin: 295px;
  }

  .tw .xl\:last\:m-60:last-child{
    margin: 300px;
  }

  .tw .xl\:last\:m-61:last-child{
    margin: 305px;
  }

  .tw .xl\:last\:m-62:last-child{
    margin: 310px;
  }

  .tw .xl\:last\:m-63:last-child{
    margin: 315px;
  }

  .tw .xl\:last\:m-64:last-child{
    margin: 320px;
  }

  .tw .xl\:last\:m-65:last-child{
    margin: 325px;
  }

  .tw .xl\:last\:m-66:last-child{
    margin: 330px;
  }

  .tw .xl\:last\:m-67:last-child{
    margin: 335px;
  }

  .tw .xl\:last\:m-68:last-child{
    margin: 340px;
  }

  .tw .xl\:last\:m-69:last-child{
    margin: 345px;
  }

  .tw .xl\:last\:m-70:last-child{
    margin: 350px;
  }

  .tw .xl\:last\:m-71:last-child{
    margin: 355px;
  }

  .tw .xl\:last\:m-72:last-child{
    margin: 360px;
  }

  .tw .xl\:last\:m-73:last-child{
    margin: 365px;
  }

  .tw .xl\:last\:m-74:last-child{
    margin: 370px;
  }

  .tw .xl\:last\:m-75:last-child{
    margin: 375px;
  }

  .tw .xl\:last\:m-76:last-child{
    margin: 380px;
  }

  .tw .xl\:last\:m-77:last-child{
    margin: 385px;
  }

  .tw .xl\:last\:m-78:last-child{
    margin: 390px;
  }

  .tw .xl\:last\:m-79:last-child{
    margin: 395px;
  }

  .tw .xl\:last\:m-80:last-child{
    margin: 400px;
  }

  .tw .xl\:last\:m-81:last-child{
    margin: 405px;
  }

  .tw .xl\:last\:m-82:last-child{
    margin: 410px;
  }

  .tw .xl\:last\:m-83:last-child{
    margin: 415px;
  }

  .tw .xl\:last\:m-84:last-child{
    margin: 420px;
  }

  .tw .xl\:last\:m-85:last-child{
    margin: 425px;
  }

  .tw .xl\:last\:m-86:last-child{
    margin: 430px;
  }

  .tw .xl\:last\:m-87:last-child{
    margin: 435px;
  }

  .tw .xl\:last\:m-88:last-child{
    margin: 440px;
  }

  .tw .xl\:last\:m-89:last-child{
    margin: 445px;
  }

  .tw .xl\:last\:m-90:last-child{
    margin: 450px;
  }

  .tw .xl\:last\:m-91:last-child{
    margin: 455px;
  }

  .tw .xl\:last\:m-92:last-child{
    margin: 460px;
  }

  .tw .xl\:last\:m-93:last-child{
    margin: 465px;
  }

  .tw .xl\:last\:m-94:last-child{
    margin: 470px;
  }

  .tw .xl\:last\:m-95:last-child{
    margin: 475px;
  }

  .tw .xl\:last\:m-96:last-child{
    margin: 480px;
  }

  .tw .xl\:last\:m-97:last-child{
    margin: 485px;
  }

  .tw .xl\:last\:m-98:last-child{
    margin: 490px;
  }

  .tw .xl\:last\:m-99:last-child{
    margin: 495px;
  }

  .tw .xl\:last\:m-100:last-child{
    margin: 500px;
  }

  .tw .xl\:last\:m-101:last-child{
    margin: 505px;
  }

  .tw .xl\:last\:m-102:last-child{
    margin: 510px;
  }

  .tw .xl\:last\:m-103:last-child{
    margin: 515px;
  }

  .tw .xl\:last\:m-104:last-child{
    margin: 520px;
  }

  .tw .xl\:last\:m-105:last-child{
    margin: 525px;
  }

  .tw .xl\:last\:m-106:last-child{
    margin: 530px;
  }

  .tw .xl\:last\:m-107:last-child{
    margin: 535px;
  }

  .tw .xl\:last\:m-108:last-child{
    margin: 540px;
  }

  .tw .xl\:last\:m-109:last-child{
    margin: 545px;
  }

  .tw .xl\:last\:m-110:last-child{
    margin: 550px;
  }

  .tw .xl\:last\:m-111:last-child{
    margin: 555px;
  }

  .tw .xl\:last\:m-112:last-child{
    margin: 560px;
  }

  .tw .xl\:last\:m-113:last-child{
    margin: 565px;
  }

  .tw .xl\:last\:m-114:last-child{
    margin: 570px;
  }

  .tw .xl\:last\:m-115:last-child{
    margin: 575px;
  }

  .tw .xl\:last\:m-116:last-child{
    margin: 580px;
  }

  .tw .xl\:last\:m-117:last-child{
    margin: 585px;
  }

  .tw .xl\:last\:m-118:last-child{
    margin: 590px;
  }

  .tw .xl\:last\:m-119:last-child{
    margin: 595px;
  }

  .tw .xl\:last\:m-120:last-child{
    margin: 600px;
  }

  .tw .xl\:last\:m-121:last-child{
    margin: 605px;
  }

  .tw .xl\:last\:m-122:last-child{
    margin: 610px;
  }

  .tw .xl\:last\:m-123:last-child{
    margin: 615px;
  }

  .tw .xl\:last\:m-124:last-child{
    margin: 620px;
  }

  .tw .xl\:last\:m-125:last-child{
    margin: 625px;
  }

  .tw .xl\:last\:m-126:last-child{
    margin: 630px;
  }

  .tw .xl\:last\:m-127:last-child{
    margin: 635px;
  }

  .tw .xl\:last\:m-128:last-child{
    margin: 640px;
  }

  .tw .xl\:last\:m-129:last-child{
    margin: 645px;
  }

  .tw .xl\:last\:m-130:last-child{
    margin: 650px;
  }

  .tw .xl\:last\:m-131:last-child{
    margin: 655px;
  }

  .tw .xl\:last\:m-132:last-child{
    margin: 660px;
  }

  .tw .xl\:last\:m-133:last-child{
    margin: 665px;
  }

  .tw .xl\:last\:m-134:last-child{
    margin: 670px;
  }

  .tw .xl\:last\:m-135:last-child{
    margin: 675px;
  }

  .tw .xl\:last\:m-136:last-child{
    margin: 680px;
  }

  .tw .xl\:last\:m-137:last-child{
    margin: 685px;
  }

  .tw .xl\:last\:m-138:last-child{
    margin: 690px;
  }

  .tw .xl\:last\:m-139:last-child{
    margin: 695px;
  }

  .tw .xl\:last\:m-140:last-child{
    margin: 700px;
  }

  .tw .xl\:last\:m-141:last-child{
    margin: 705px;
  }

  .tw .xl\:last\:m-142:last-child{
    margin: 710px;
  }

  .tw .xl\:last\:m-143:last-child{
    margin: 715px;
  }

  .tw .xl\:last\:m-144:last-child{
    margin: 720px;
  }

  .tw .xl\:last\:m-145:last-child{
    margin: 725px;
  }

  .tw .xl\:last\:m-146:last-child{
    margin: 730px;
  }

  .tw .xl\:last\:m-147:last-child{
    margin: 735px;
  }

  .tw .xl\:last\:m-148:last-child{
    margin: 740px;
  }

  .tw .xl\:last\:m-149:last-child{
    margin: 745px;
  }

  .tw .xl\:last\:m-auto:last-child{
    margin: auto;
  }

  .tw .xl\:last\:m-0\.5:last-child{
    margin: 3px;
  }

  .tw .xl\:last\:m-1px:last-child{
    margin: 1px;
  }

  .tw .xl\:last\:m-2px:last-child{
    margin: 2px;
  }

  .tw .xl\:last\:m-3px:last-child{
    margin: 3px;
  }

  .tw .xl\:last\:m-4px:last-child{
    margin: 4px;
  }

  .tw .xl\:last\:m-5px:last-child{
    margin: 5px;
  }

  .tw .xl\:last\:m-6px:last-child{
    margin: 6px;
  }

  .tw .xl\:last\:m-7px:last-child{
    margin: 7px;
  }

  .tw .xl\:last\:m-8px:last-child{
    margin: 8px;
  }

  .tw .xl\:last\:m-9px:last-child{
    margin: 9px;
  }

  .tw .xl\:last\:m-10px:last-child{
    margin: 10px;
  }

  .tw .xl\:last\:m-11px:last-child{
    margin: 11px;
  }

  .tw .xl\:last\:m-12px:last-child{
    margin: 12px;
  }

  .tw .xl\:last\:m-13px:last-child{
    margin: 13px;
  }

  .tw .xl\:last\:m-14px:last-child{
    margin: 14px;
  }

  .tw .xl\:last\:m-15px:last-child{
    margin: 15px;
  }

  .tw .xl\:last\:m-16px:last-child{
    margin: 16px;
  }

  .tw .xl\:last\:m-17px:last-child{
    margin: 17px;
  }

  .tw .xl\:last\:m-18px:last-child{
    margin: 18px;
  }

  .tw .xl\:last\:m-19px:last-child{
    margin: 19px;
  }

  .tw .xl\:last\:m-20px:last-child{
    margin: 20px;
  }

  .tw .xl\:last\:m-21px:last-child{
    margin: 21px;
  }

  .tw .xl\:last\:m-22px:last-child{
    margin: 22px;
  }

  .tw .xl\:last\:m-23px:last-child{
    margin: 23px;
  }

  .tw .xl\:last\:m-24px:last-child{
    margin: 24px;
  }

  .tw .xl\:last\:m-25px:last-child{
    margin: 25px;
  }

  .tw .xl\:last\:m-26px:last-child{
    margin: 26px;
  }

  .tw .xl\:last\:m-27px:last-child{
    margin: 27px;
  }

  .tw .xl\:last\:m-28px:last-child{
    margin: 28px;
  }

  .tw .xl\:last\:m-29px:last-child{
    margin: 29px;
  }

  .tw .xl\:last\:m-30px:last-child{
    margin: 30px;
  }

  .tw .xl\:last\:m-31px:last-child{
    margin: 31px;
  }

  .tw .xl\:last\:m-32px:last-child{
    margin: 32px;
  }

  .tw .xl\:last\:m-33px:last-child{
    margin: 33px;
  }

  .tw .xl\:last\:m-34px:last-child{
    margin: 34px;
  }

  .tw .xl\:last\:m-35px:last-child{
    margin: 35px;
  }

  .tw .xl\:last\:m-36px:last-child{
    margin: 36px;
  }

  .tw .xl\:last\:m-37px:last-child{
    margin: 37px;
  }

  .tw .xl\:last\:m-38px:last-child{
    margin: 38px;
  }

  .tw .xl\:last\:m-39px:last-child{
    margin: 39px;
  }

  .tw .xl\:last\:m-40px:last-child{
    margin: 40px;
  }

  .tw .xl\:last\:-m-0:last-child{
    margin: 0px;
  }

  .tw .xl\:last\:-m-1:last-child{
    margin: -5px;
  }

  .tw .xl\:last\:-m-2:last-child{
    margin: -10px;
  }

  .tw .xl\:last\:-m-3:last-child{
    margin: -15px;
  }

  .tw .xl\:last\:-m-4:last-child{
    margin: -20px;
  }

  .tw .xl\:last\:-m-5:last-child{
    margin: -25px;
  }

  .tw .xl\:last\:-m-6:last-child{
    margin: -30px;
  }

  .tw .xl\:last\:-m-7:last-child{
    margin: -35px;
  }

  .tw .xl\:last\:-m-8:last-child{
    margin: -40px;
  }

  .tw .xl\:last\:-m-9:last-child{
    margin: -45px;
  }

  .tw .xl\:last\:-m-10:last-child{
    margin: -50px;
  }

  .tw .xl\:last\:-m-11:last-child{
    margin: -55px;
  }

  .tw .xl\:last\:-m-12:last-child{
    margin: -60px;
  }

  .tw .xl\:last\:-m-13:last-child{
    margin: -65px;
  }

  .tw .xl\:last\:-m-14:last-child{
    margin: -70px;
  }

  .tw .xl\:last\:-m-15:last-child{
    margin: -75px;
  }

  .tw .xl\:last\:-m-16:last-child{
    margin: -80px;
  }

  .tw .xl\:last\:-m-17:last-child{
    margin: -85px;
  }

  .tw .xl\:last\:-m-18:last-child{
    margin: -90px;
  }

  .tw .xl\:last\:-m-19:last-child{
    margin: -95px;
  }

  .tw .xl\:last\:-m-20:last-child{
    margin: -100px;
  }

  .tw .xl\:last\:-m-21:last-child{
    margin: -105px;
  }

  .tw .xl\:last\:-m-22:last-child{
    margin: -110px;
  }

  .tw .xl\:last\:-m-23:last-child{
    margin: -115px;
  }

  .tw .xl\:last\:-m-24:last-child{
    margin: -120px;
  }

  .tw .xl\:last\:-m-25:last-child{
    margin: -125px;
  }

  .tw .xl\:last\:-m-26:last-child{
    margin: -130px;
  }

  .tw .xl\:last\:-m-27:last-child{
    margin: -135px;
  }

  .tw .xl\:last\:-m-28:last-child{
    margin: -140px;
  }

  .tw .xl\:last\:-m-29:last-child{
    margin: -145px;
  }

  .tw .xl\:last\:-m-30:last-child{
    margin: -150px;
  }

  .tw .xl\:last\:-m-31:last-child{
    margin: -155px;
  }

  .tw .xl\:last\:-m-32:last-child{
    margin: -160px;
  }

  .tw .xl\:last\:-m-33:last-child{
    margin: -165px;
  }

  .tw .xl\:last\:-m-34:last-child{
    margin: -170px;
  }

  .tw .xl\:last\:-m-35:last-child{
    margin: -175px;
  }

  .tw .xl\:last\:-m-36:last-child{
    margin: -180px;
  }

  .tw .xl\:last\:-m-37:last-child{
    margin: -185px;
  }

  .tw .xl\:last\:-m-38:last-child{
    margin: -190px;
  }

  .tw .xl\:last\:-m-39:last-child{
    margin: -195px;
  }

  .tw .xl\:last\:-m-40:last-child{
    margin: -200px;
  }

  .tw .xl\:last\:-m-41:last-child{
    margin: -205px;
  }

  .tw .xl\:last\:-m-42:last-child{
    margin: -210px;
  }

  .tw .xl\:last\:-m-43:last-child{
    margin: -215px;
  }

  .tw .xl\:last\:-m-44:last-child{
    margin: -220px;
  }

  .tw .xl\:last\:-m-45:last-child{
    margin: -225px;
  }

  .tw .xl\:last\:-m-46:last-child{
    margin: -230px;
  }

  .tw .xl\:last\:-m-47:last-child{
    margin: -235px;
  }

  .tw .xl\:last\:-m-48:last-child{
    margin: -240px;
  }

  .tw .xl\:last\:-m-49:last-child{
    margin: -245px;
  }

  .tw .xl\:last\:-m-50:last-child{
    margin: -250px;
  }

  .tw .xl\:last\:-m-51:last-child{
    margin: -255px;
  }

  .tw .xl\:last\:-m-52:last-child{
    margin: -260px;
  }

  .tw .xl\:last\:-m-53:last-child{
    margin: -265px;
  }

  .tw .xl\:last\:-m-54:last-child{
    margin: -270px;
  }

  .tw .xl\:last\:-m-55:last-child{
    margin: -275px;
  }

  .tw .xl\:last\:-m-56:last-child{
    margin: -280px;
  }

  .tw .xl\:last\:-m-57:last-child{
    margin: -285px;
  }

  .tw .xl\:last\:-m-58:last-child{
    margin: -290px;
  }

  .tw .xl\:last\:-m-59:last-child{
    margin: -295px;
  }

  .tw .xl\:last\:-m-60:last-child{
    margin: -300px;
  }

  .tw .xl\:last\:-m-61:last-child{
    margin: -305px;
  }

  .tw .xl\:last\:-m-62:last-child{
    margin: -310px;
  }

  .tw .xl\:last\:-m-63:last-child{
    margin: -315px;
  }

  .tw .xl\:last\:-m-64:last-child{
    margin: -320px;
  }

  .tw .xl\:last\:-m-65:last-child{
    margin: -325px;
  }

  .tw .xl\:last\:-m-66:last-child{
    margin: -330px;
  }

  .tw .xl\:last\:-m-67:last-child{
    margin: -335px;
  }

  .tw .xl\:last\:-m-68:last-child{
    margin: -340px;
  }

  .tw .xl\:last\:-m-69:last-child{
    margin: -345px;
  }

  .tw .xl\:last\:-m-70:last-child{
    margin: -350px;
  }

  .tw .xl\:last\:-m-71:last-child{
    margin: -355px;
  }

  .tw .xl\:last\:-m-72:last-child{
    margin: -360px;
  }

  .tw .xl\:last\:-m-73:last-child{
    margin: -365px;
  }

  .tw .xl\:last\:-m-74:last-child{
    margin: -370px;
  }

  .tw .xl\:last\:-m-75:last-child{
    margin: -375px;
  }

  .tw .xl\:last\:-m-76:last-child{
    margin: -380px;
  }

  .tw .xl\:last\:-m-77:last-child{
    margin: -385px;
  }

  .tw .xl\:last\:-m-78:last-child{
    margin: -390px;
  }

  .tw .xl\:last\:-m-79:last-child{
    margin: -395px;
  }

  .tw .xl\:last\:-m-80:last-child{
    margin: -400px;
  }

  .tw .xl\:last\:-m-81:last-child{
    margin: -405px;
  }

  .tw .xl\:last\:-m-82:last-child{
    margin: -410px;
  }

  .tw .xl\:last\:-m-83:last-child{
    margin: -415px;
  }

  .tw .xl\:last\:-m-84:last-child{
    margin: -420px;
  }

  .tw .xl\:last\:-m-85:last-child{
    margin: -425px;
  }

  .tw .xl\:last\:-m-86:last-child{
    margin: -430px;
  }

  .tw .xl\:last\:-m-87:last-child{
    margin: -435px;
  }

  .tw .xl\:last\:-m-88:last-child{
    margin: -440px;
  }

  .tw .xl\:last\:-m-89:last-child{
    margin: -445px;
  }

  .tw .xl\:last\:-m-90:last-child{
    margin: -450px;
  }

  .tw .xl\:last\:-m-91:last-child{
    margin: -455px;
  }

  .tw .xl\:last\:-m-92:last-child{
    margin: -460px;
  }

  .tw .xl\:last\:-m-93:last-child{
    margin: -465px;
  }

  .tw .xl\:last\:-m-94:last-child{
    margin: -470px;
  }

  .tw .xl\:last\:-m-95:last-child{
    margin: -475px;
  }

  .tw .xl\:last\:-m-96:last-child{
    margin: -480px;
  }

  .tw .xl\:last\:-m-97:last-child{
    margin: -485px;
  }

  .tw .xl\:last\:-m-98:last-child{
    margin: -490px;
  }

  .tw .xl\:last\:-m-99:last-child{
    margin: -495px;
  }

  .tw .xl\:last\:-m-100:last-child{
    margin: -500px;
  }

  .tw .xl\:last\:-m-101:last-child{
    margin: -505px;
  }

  .tw .xl\:last\:-m-102:last-child{
    margin: -510px;
  }

  .tw .xl\:last\:-m-103:last-child{
    margin: -515px;
  }

  .tw .xl\:last\:-m-104:last-child{
    margin: -520px;
  }

  .tw .xl\:last\:-m-105:last-child{
    margin: -525px;
  }

  .tw .xl\:last\:-m-106:last-child{
    margin: -530px;
  }

  .tw .xl\:last\:-m-107:last-child{
    margin: -535px;
  }

  .tw .xl\:last\:-m-108:last-child{
    margin: -540px;
  }

  .tw .xl\:last\:-m-109:last-child{
    margin: -545px;
  }

  .tw .xl\:last\:-m-110:last-child{
    margin: -550px;
  }

  .tw .xl\:last\:-m-111:last-child{
    margin: -555px;
  }

  .tw .xl\:last\:-m-112:last-child{
    margin: -560px;
  }

  .tw .xl\:last\:-m-113:last-child{
    margin: -565px;
  }

  .tw .xl\:last\:-m-114:last-child{
    margin: -570px;
  }

  .tw .xl\:last\:-m-115:last-child{
    margin: -575px;
  }

  .tw .xl\:last\:-m-116:last-child{
    margin: -580px;
  }

  .tw .xl\:last\:-m-117:last-child{
    margin: -585px;
  }

  .tw .xl\:last\:-m-118:last-child{
    margin: -590px;
  }

  .tw .xl\:last\:-m-119:last-child{
    margin: -595px;
  }

  .tw .xl\:last\:-m-120:last-child{
    margin: -600px;
  }

  .tw .xl\:last\:-m-121:last-child{
    margin: -605px;
  }

  .tw .xl\:last\:-m-122:last-child{
    margin: -610px;
  }

  .tw .xl\:last\:-m-123:last-child{
    margin: -615px;
  }

  .tw .xl\:last\:-m-124:last-child{
    margin: -620px;
  }

  .tw .xl\:last\:-m-125:last-child{
    margin: -625px;
  }

  .tw .xl\:last\:-m-126:last-child{
    margin: -630px;
  }

  .tw .xl\:last\:-m-127:last-child{
    margin: -635px;
  }

  .tw .xl\:last\:-m-128:last-child{
    margin: -640px;
  }

  .tw .xl\:last\:-m-129:last-child{
    margin: -645px;
  }

  .tw .xl\:last\:-m-130:last-child{
    margin: -650px;
  }

  .tw .xl\:last\:-m-131:last-child{
    margin: -655px;
  }

  .tw .xl\:last\:-m-132:last-child{
    margin: -660px;
  }

  .tw .xl\:last\:-m-133:last-child{
    margin: -665px;
  }

  .tw .xl\:last\:-m-134:last-child{
    margin: -670px;
  }

  .tw .xl\:last\:-m-135:last-child{
    margin: -675px;
  }

  .tw .xl\:last\:-m-136:last-child{
    margin: -680px;
  }

  .tw .xl\:last\:-m-137:last-child{
    margin: -685px;
  }

  .tw .xl\:last\:-m-138:last-child{
    margin: -690px;
  }

  .tw .xl\:last\:-m-139:last-child{
    margin: -695px;
  }

  .tw .xl\:last\:-m-140:last-child{
    margin: -700px;
  }

  .tw .xl\:last\:-m-141:last-child{
    margin: -705px;
  }

  .tw .xl\:last\:-m-142:last-child{
    margin: -710px;
  }

  .tw .xl\:last\:-m-143:last-child{
    margin: -715px;
  }

  .tw .xl\:last\:-m-144:last-child{
    margin: -720px;
  }

  .tw .xl\:last\:-m-145:last-child{
    margin: -725px;
  }

  .tw .xl\:last\:-m-146:last-child{
    margin: -730px;
  }

  .tw .xl\:last\:-m-147:last-child{
    margin: -735px;
  }

  .tw .xl\:last\:-m-148:last-child{
    margin: -740px;
  }

  .tw .xl\:last\:-m-149:last-child{
    margin: -745px;
  }

  .tw .xl\:last\:-m-0\.5:last-child{
    margin: -3px;
  }

  .tw .xl\:last\:-m-1px:last-child{
    margin: -1px;
  }

  .tw .xl\:last\:-m-2px:last-child{
    margin: -2px;
  }

  .tw .xl\:last\:-m-3px:last-child{
    margin: -3px;
  }

  .tw .xl\:last\:-m-4px:last-child{
    margin: -4px;
  }

  .tw .xl\:last\:-m-5px:last-child{
    margin: -5px;
  }

  .tw .xl\:last\:-m-6px:last-child{
    margin: -6px;
  }

  .tw .xl\:last\:-m-7px:last-child{
    margin: -7px;
  }

  .tw .xl\:last\:-m-8px:last-child{
    margin: -8px;
  }

  .tw .xl\:last\:-m-9px:last-child{
    margin: -9px;
  }

  .tw .xl\:last\:-m-10px:last-child{
    margin: -10px;
  }

  .tw .xl\:last\:-m-11px:last-child{
    margin: -11px;
  }

  .tw .xl\:last\:-m-12px:last-child{
    margin: -12px;
  }

  .tw .xl\:last\:-m-13px:last-child{
    margin: -13px;
  }

  .tw .xl\:last\:-m-14px:last-child{
    margin: -14px;
  }

  .tw .xl\:last\:-m-15px:last-child{
    margin: -15px;
  }

  .tw .xl\:last\:-m-16px:last-child{
    margin: -16px;
  }

  .tw .xl\:last\:-m-17px:last-child{
    margin: -17px;
  }

  .tw .xl\:last\:-m-18px:last-child{
    margin: -18px;
  }

  .tw .xl\:last\:-m-19px:last-child{
    margin: -19px;
  }

  .tw .xl\:last\:-m-20px:last-child{
    margin: -20px;
  }

  .tw .xl\:last\:-m-21px:last-child{
    margin: -21px;
  }

  .tw .xl\:last\:-m-22px:last-child{
    margin: -22px;
  }

  .tw .xl\:last\:-m-23px:last-child{
    margin: -23px;
  }

  .tw .xl\:last\:-m-24px:last-child{
    margin: -24px;
  }

  .tw .xl\:last\:-m-25px:last-child{
    margin: -25px;
  }

  .tw .xl\:last\:-m-26px:last-child{
    margin: -26px;
  }

  .tw .xl\:last\:-m-27px:last-child{
    margin: -27px;
  }

  .tw .xl\:last\:-m-28px:last-child{
    margin: -28px;
  }

  .tw .xl\:last\:-m-29px:last-child{
    margin: -29px;
  }

  .tw .xl\:last\:-m-30px:last-child{
    margin: -30px;
  }

  .tw .xl\:last\:-m-31px:last-child{
    margin: -31px;
  }

  .tw .xl\:last\:-m-32px:last-child{
    margin: -32px;
  }

  .tw .xl\:last\:-m-33px:last-child{
    margin: -33px;
  }

  .tw .xl\:last\:-m-34px:last-child{
    margin: -34px;
  }

  .tw .xl\:last\:-m-35px:last-child{
    margin: -35px;
  }

  .tw .xl\:last\:-m-36px:last-child{
    margin: -36px;
  }

  .tw .xl\:last\:-m-37px:last-child{
    margin: -37px;
  }

  .tw .xl\:last\:-m-38px:last-child{
    margin: -38px;
  }

  .tw .xl\:last\:-m-39px:last-child{
    margin: -39px;
  }

  .tw .xl\:last\:-m-40px:last-child{
    margin: -40px;
  }

  .tw .xl\:mx-0{
    margin-left: 0px;
    margin-right: 0px;
  }

  .tw .xl\:mx-1{
    margin-left: 5px;
    margin-right: 5px;
  }

  .tw .xl\:mx-2{
    margin-left: 10px;
    margin-right: 10px;
  }

  .tw .xl\:mx-3{
    margin-left: 15px;
    margin-right: 15px;
  }

  .tw .xl\:mx-4{
    margin-left: 20px;
    margin-right: 20px;
  }

  .tw .xl\:mx-5{
    margin-left: 25px;
    margin-right: 25px;
  }

  .tw .xl\:mx-6{
    margin-left: 30px;
    margin-right: 30px;
  }

  .tw .xl\:mx-7{
    margin-left: 35px;
    margin-right: 35px;
  }

  .tw .xl\:mx-8{
    margin-left: 40px;
    margin-right: 40px;
  }

  .tw .xl\:mx-9{
    margin-left: 45px;
    margin-right: 45px;
  }

  .tw .xl\:mx-10{
    margin-left: 50px;
    margin-right: 50px;
  }

  .tw .xl\:mx-11{
    margin-left: 55px;
    margin-right: 55px;
  }

  .tw .xl\:mx-12{
    margin-left: 60px;
    margin-right: 60px;
  }

  .tw .xl\:mx-13{
    margin-left: 65px;
    margin-right: 65px;
  }

  .tw .xl\:mx-14{
    margin-left: 70px;
    margin-right: 70px;
  }

  .tw .xl\:mx-15{
    margin-left: 75px;
    margin-right: 75px;
  }

  .tw .xl\:mx-16{
    margin-left: 80px;
    margin-right: 80px;
  }

  .tw .xl\:mx-17{
    margin-left: 85px;
    margin-right: 85px;
  }

  .tw .xl\:mx-18{
    margin-left: 90px;
    margin-right: 90px;
  }

  .tw .xl\:mx-19{
    margin-left: 95px;
    margin-right: 95px;
  }

  .tw .xl\:mx-20{
    margin-left: 100px;
    margin-right: 100px;
  }

  .tw .xl\:mx-21{
    margin-left: 105px;
    margin-right: 105px;
  }

  .tw .xl\:mx-22{
    margin-left: 110px;
    margin-right: 110px;
  }

  .tw .xl\:mx-23{
    margin-left: 115px;
    margin-right: 115px;
  }

  .tw .xl\:mx-24{
    margin-left: 120px;
    margin-right: 120px;
  }

  .tw .xl\:mx-25{
    margin-left: 125px;
    margin-right: 125px;
  }

  .tw .xl\:mx-26{
    margin-left: 130px;
    margin-right: 130px;
  }

  .tw .xl\:mx-27{
    margin-left: 135px;
    margin-right: 135px;
  }

  .tw .xl\:mx-28{
    margin-left: 140px;
    margin-right: 140px;
  }

  .tw .xl\:mx-29{
    margin-left: 145px;
    margin-right: 145px;
  }

  .tw .xl\:mx-30{
    margin-left: 150px;
    margin-right: 150px;
  }

  .tw .xl\:mx-31{
    margin-left: 155px;
    margin-right: 155px;
  }

  .tw .xl\:mx-32{
    margin-left: 160px;
    margin-right: 160px;
  }

  .tw .xl\:mx-33{
    margin-left: 165px;
    margin-right: 165px;
  }

  .tw .xl\:mx-34{
    margin-left: 170px;
    margin-right: 170px;
  }

  .tw .xl\:mx-35{
    margin-left: 175px;
    margin-right: 175px;
  }

  .tw .xl\:mx-36{
    margin-left: 180px;
    margin-right: 180px;
  }

  .tw .xl\:mx-37{
    margin-left: 185px;
    margin-right: 185px;
  }

  .tw .xl\:mx-38{
    margin-left: 190px;
    margin-right: 190px;
  }

  .tw .xl\:mx-39{
    margin-left: 195px;
    margin-right: 195px;
  }

  .tw .xl\:mx-40{
    margin-left: 200px;
    margin-right: 200px;
  }

  .tw .xl\:mx-41{
    margin-left: 205px;
    margin-right: 205px;
  }

  .tw .xl\:mx-42{
    margin-left: 210px;
    margin-right: 210px;
  }

  .tw .xl\:mx-43{
    margin-left: 215px;
    margin-right: 215px;
  }

  .tw .xl\:mx-44{
    margin-left: 220px;
    margin-right: 220px;
  }

  .tw .xl\:mx-45{
    margin-left: 225px;
    margin-right: 225px;
  }

  .tw .xl\:mx-46{
    margin-left: 230px;
    margin-right: 230px;
  }

  .tw .xl\:mx-47{
    margin-left: 235px;
    margin-right: 235px;
  }

  .tw .xl\:mx-48{
    margin-left: 240px;
    margin-right: 240px;
  }

  .tw .xl\:mx-49{
    margin-left: 245px;
    margin-right: 245px;
  }

  .tw .xl\:mx-50{
    margin-left: 250px;
    margin-right: 250px;
  }

  .tw .xl\:mx-51{
    margin-left: 255px;
    margin-right: 255px;
  }

  .tw .xl\:mx-52{
    margin-left: 260px;
    margin-right: 260px;
  }

  .tw .xl\:mx-53{
    margin-left: 265px;
    margin-right: 265px;
  }

  .tw .xl\:mx-54{
    margin-left: 270px;
    margin-right: 270px;
  }

  .tw .xl\:mx-55{
    margin-left: 275px;
    margin-right: 275px;
  }

  .tw .xl\:mx-56{
    margin-left: 280px;
    margin-right: 280px;
  }

  .tw .xl\:mx-57{
    margin-left: 285px;
    margin-right: 285px;
  }

  .tw .xl\:mx-58{
    margin-left: 290px;
    margin-right: 290px;
  }

  .tw .xl\:mx-59{
    margin-left: 295px;
    margin-right: 295px;
  }

  .tw .xl\:mx-60{
    margin-left: 300px;
    margin-right: 300px;
  }

  .tw .xl\:mx-61{
    margin-left: 305px;
    margin-right: 305px;
  }

  .tw .xl\:mx-62{
    margin-left: 310px;
    margin-right: 310px;
  }

  .tw .xl\:mx-63{
    margin-left: 315px;
    margin-right: 315px;
  }

  .tw .xl\:mx-64{
    margin-left: 320px;
    margin-right: 320px;
  }

  .tw .xl\:mx-65{
    margin-left: 325px;
    margin-right: 325px;
  }

  .tw .xl\:mx-66{
    margin-left: 330px;
    margin-right: 330px;
  }

  .tw .xl\:mx-67{
    margin-left: 335px;
    margin-right: 335px;
  }

  .tw .xl\:mx-68{
    margin-left: 340px;
    margin-right: 340px;
  }

  .tw .xl\:mx-69{
    margin-left: 345px;
    margin-right: 345px;
  }

  .tw .xl\:mx-70{
    margin-left: 350px;
    margin-right: 350px;
  }

  .tw .xl\:mx-71{
    margin-left: 355px;
    margin-right: 355px;
  }

  .tw .xl\:mx-72{
    margin-left: 360px;
    margin-right: 360px;
  }

  .tw .xl\:mx-73{
    margin-left: 365px;
    margin-right: 365px;
  }

  .tw .xl\:mx-74{
    margin-left: 370px;
    margin-right: 370px;
  }

  .tw .xl\:mx-75{
    margin-left: 375px;
    margin-right: 375px;
  }

  .tw .xl\:mx-76{
    margin-left: 380px;
    margin-right: 380px;
  }

  .tw .xl\:mx-77{
    margin-left: 385px;
    margin-right: 385px;
  }

  .tw .xl\:mx-78{
    margin-left: 390px;
    margin-right: 390px;
  }

  .tw .xl\:mx-79{
    margin-left: 395px;
    margin-right: 395px;
  }

  .tw .xl\:mx-80{
    margin-left: 400px;
    margin-right: 400px;
  }

  .tw .xl\:mx-81{
    margin-left: 405px;
    margin-right: 405px;
  }

  .tw .xl\:mx-82{
    margin-left: 410px;
    margin-right: 410px;
  }

  .tw .xl\:mx-83{
    margin-left: 415px;
    margin-right: 415px;
  }

  .tw .xl\:mx-84{
    margin-left: 420px;
    margin-right: 420px;
  }

  .tw .xl\:mx-85{
    margin-left: 425px;
    margin-right: 425px;
  }

  .tw .xl\:mx-86{
    margin-left: 430px;
    margin-right: 430px;
  }

  .tw .xl\:mx-87{
    margin-left: 435px;
    margin-right: 435px;
  }

  .tw .xl\:mx-88{
    margin-left: 440px;
    margin-right: 440px;
  }

  .tw .xl\:mx-89{
    margin-left: 445px;
    margin-right: 445px;
  }

  .tw .xl\:mx-90{
    margin-left: 450px;
    margin-right: 450px;
  }

  .tw .xl\:mx-91{
    margin-left: 455px;
    margin-right: 455px;
  }

  .tw .xl\:mx-92{
    margin-left: 460px;
    margin-right: 460px;
  }

  .tw .xl\:mx-93{
    margin-left: 465px;
    margin-right: 465px;
  }

  .tw .xl\:mx-94{
    margin-left: 470px;
    margin-right: 470px;
  }

  .tw .xl\:mx-95{
    margin-left: 475px;
    margin-right: 475px;
  }

  .tw .xl\:mx-96{
    margin-left: 480px;
    margin-right: 480px;
  }

  .tw .xl\:mx-97{
    margin-left: 485px;
    margin-right: 485px;
  }

  .tw .xl\:mx-98{
    margin-left: 490px;
    margin-right: 490px;
  }

  .tw .xl\:mx-99{
    margin-left: 495px;
    margin-right: 495px;
  }

  .tw .xl\:mx-100{
    margin-left: 500px;
    margin-right: 500px;
  }

  .tw .xl\:mx-101{
    margin-left: 505px;
    margin-right: 505px;
  }

  .tw .xl\:mx-102{
    margin-left: 510px;
    margin-right: 510px;
  }

  .tw .xl\:mx-103{
    margin-left: 515px;
    margin-right: 515px;
  }

  .tw .xl\:mx-104{
    margin-left: 520px;
    margin-right: 520px;
  }

  .tw .xl\:mx-105{
    margin-left: 525px;
    margin-right: 525px;
  }

  .tw .xl\:mx-106{
    margin-left: 530px;
    margin-right: 530px;
  }

  .tw .xl\:mx-107{
    margin-left: 535px;
    margin-right: 535px;
  }

  .tw .xl\:mx-108{
    margin-left: 540px;
    margin-right: 540px;
  }

  .tw .xl\:mx-109{
    margin-left: 545px;
    margin-right: 545px;
  }

  .tw .xl\:mx-110{
    margin-left: 550px;
    margin-right: 550px;
  }

  .tw .xl\:mx-111{
    margin-left: 555px;
    margin-right: 555px;
  }

  .tw .xl\:mx-112{
    margin-left: 560px;
    margin-right: 560px;
  }

  .tw .xl\:mx-113{
    margin-left: 565px;
    margin-right: 565px;
  }

  .tw .xl\:mx-114{
    margin-left: 570px;
    margin-right: 570px;
  }

  .tw .xl\:mx-115{
    margin-left: 575px;
    margin-right: 575px;
  }

  .tw .xl\:mx-116{
    margin-left: 580px;
    margin-right: 580px;
  }

  .tw .xl\:mx-117{
    margin-left: 585px;
    margin-right: 585px;
  }

  .tw .xl\:mx-118{
    margin-left: 590px;
    margin-right: 590px;
  }

  .tw .xl\:mx-119{
    margin-left: 595px;
    margin-right: 595px;
  }

  .tw .xl\:mx-120{
    margin-left: 600px;
    margin-right: 600px;
  }

  .tw .xl\:mx-121{
    margin-left: 605px;
    margin-right: 605px;
  }

  .tw .xl\:mx-122{
    margin-left: 610px;
    margin-right: 610px;
  }

  .tw .xl\:mx-123{
    margin-left: 615px;
    margin-right: 615px;
  }

  .tw .xl\:mx-124{
    margin-left: 620px;
    margin-right: 620px;
  }

  .tw .xl\:mx-125{
    margin-left: 625px;
    margin-right: 625px;
  }

  .tw .xl\:mx-126{
    margin-left: 630px;
    margin-right: 630px;
  }

  .tw .xl\:mx-127{
    margin-left: 635px;
    margin-right: 635px;
  }

  .tw .xl\:mx-128{
    margin-left: 640px;
    margin-right: 640px;
  }

  .tw .xl\:mx-129{
    margin-left: 645px;
    margin-right: 645px;
  }

  .tw .xl\:mx-130{
    margin-left: 650px;
    margin-right: 650px;
  }

  .tw .xl\:mx-131{
    margin-left: 655px;
    margin-right: 655px;
  }

  .tw .xl\:mx-132{
    margin-left: 660px;
    margin-right: 660px;
  }

  .tw .xl\:mx-133{
    margin-left: 665px;
    margin-right: 665px;
  }

  .tw .xl\:mx-134{
    margin-left: 670px;
    margin-right: 670px;
  }

  .tw .xl\:mx-135{
    margin-left: 675px;
    margin-right: 675px;
  }

  .tw .xl\:mx-136{
    margin-left: 680px;
    margin-right: 680px;
  }

  .tw .xl\:mx-137{
    margin-left: 685px;
    margin-right: 685px;
  }

  .tw .xl\:mx-138{
    margin-left: 690px;
    margin-right: 690px;
  }

  .tw .xl\:mx-139{
    margin-left: 695px;
    margin-right: 695px;
  }

  .tw .xl\:mx-140{
    margin-left: 700px;
    margin-right: 700px;
  }

  .tw .xl\:mx-141{
    margin-left: 705px;
    margin-right: 705px;
  }

  .tw .xl\:mx-142{
    margin-left: 710px;
    margin-right: 710px;
  }

  .tw .xl\:mx-143{
    margin-left: 715px;
    margin-right: 715px;
  }

  .tw .xl\:mx-144{
    margin-left: 720px;
    margin-right: 720px;
  }

  .tw .xl\:mx-145{
    margin-left: 725px;
    margin-right: 725px;
  }

  .tw .xl\:mx-146{
    margin-left: 730px;
    margin-right: 730px;
  }

  .tw .xl\:mx-147{
    margin-left: 735px;
    margin-right: 735px;
  }

  .tw .xl\:mx-148{
    margin-left: 740px;
    margin-right: 740px;
  }

  .tw .xl\:mx-149{
    margin-left: 745px;
    margin-right: 745px;
  }

  .tw .xl\:mx-auto{
    margin-left: auto;
    margin-right: auto;
  }

  .tw .xl\:mx-0\.5{
    margin-left: 3px;
    margin-right: 3px;
  }

  .tw .xl\:mx-1px{
    margin-left: 1px;
    margin-right: 1px;
  }

  .tw .xl\:mx-2px{
    margin-left: 2px;
    margin-right: 2px;
  }

  .tw .xl\:mx-3px{
    margin-left: 3px;
    margin-right: 3px;
  }

  .tw .xl\:mx-4px{
    margin-left: 4px;
    margin-right: 4px;
  }

  .tw .xl\:mx-5px{
    margin-left: 5px;
    margin-right: 5px;
  }

  .tw .xl\:mx-6px{
    margin-left: 6px;
    margin-right: 6px;
  }

  .tw .xl\:mx-7px{
    margin-left: 7px;
    margin-right: 7px;
  }

  .tw .xl\:mx-8px{
    margin-left: 8px;
    margin-right: 8px;
  }

  .tw .xl\:mx-9px{
    margin-left: 9px;
    margin-right: 9px;
  }

  .tw .xl\:mx-10px{
    margin-left: 10px;
    margin-right: 10px;
  }

  .tw .xl\:mx-11px{
    margin-left: 11px;
    margin-right: 11px;
  }

  .tw .xl\:mx-12px{
    margin-left: 12px;
    margin-right: 12px;
  }

  .tw .xl\:mx-13px{
    margin-left: 13px;
    margin-right: 13px;
  }

  .tw .xl\:mx-14px{
    margin-left: 14px;
    margin-right: 14px;
  }

  .tw .xl\:mx-15px{
    margin-left: 15px;
    margin-right: 15px;
  }

  .tw .xl\:mx-16px{
    margin-left: 16px;
    margin-right: 16px;
  }

  .tw .xl\:mx-17px{
    margin-left: 17px;
    margin-right: 17px;
  }

  .tw .xl\:mx-18px{
    margin-left: 18px;
    margin-right: 18px;
  }

  .tw .xl\:mx-19px{
    margin-left: 19px;
    margin-right: 19px;
  }

  .tw .xl\:mx-20px{
    margin-left: 20px;
    margin-right: 20px;
  }

  .tw .xl\:mx-21px{
    margin-left: 21px;
    margin-right: 21px;
  }

  .tw .xl\:mx-22px{
    margin-left: 22px;
    margin-right: 22px;
  }

  .tw .xl\:mx-23px{
    margin-left: 23px;
    margin-right: 23px;
  }

  .tw .xl\:mx-24px{
    margin-left: 24px;
    margin-right: 24px;
  }

  .tw .xl\:mx-25px{
    margin-left: 25px;
    margin-right: 25px;
  }

  .tw .xl\:mx-26px{
    margin-left: 26px;
    margin-right: 26px;
  }

  .tw .xl\:mx-27px{
    margin-left: 27px;
    margin-right: 27px;
  }

  .tw .xl\:mx-28px{
    margin-left: 28px;
    margin-right: 28px;
  }

  .tw .xl\:mx-29px{
    margin-left: 29px;
    margin-right: 29px;
  }

  .tw .xl\:mx-30px{
    margin-left: 30px;
    margin-right: 30px;
  }

  .tw .xl\:mx-31px{
    margin-left: 31px;
    margin-right: 31px;
  }

  .tw .xl\:mx-32px{
    margin-left: 32px;
    margin-right: 32px;
  }

  .tw .xl\:mx-33px{
    margin-left: 33px;
    margin-right: 33px;
  }

  .tw .xl\:mx-34px{
    margin-left: 34px;
    margin-right: 34px;
  }

  .tw .xl\:mx-35px{
    margin-left: 35px;
    margin-right: 35px;
  }

  .tw .xl\:mx-36px{
    margin-left: 36px;
    margin-right: 36px;
  }

  .tw .xl\:mx-37px{
    margin-left: 37px;
    margin-right: 37px;
  }

  .tw .xl\:mx-38px{
    margin-left: 38px;
    margin-right: 38px;
  }

  .tw .xl\:mx-39px{
    margin-left: 39px;
    margin-right: 39px;
  }

  .tw .xl\:mx-40px{
    margin-left: 40px;
    margin-right: 40px;
  }

  .tw .xl\:-mx-0{
    margin-left: 0px;
    margin-right: 0px;
  }

  .tw .xl\:-mx-1{
    margin-left: -5px;
    margin-right: -5px;
  }

  .tw .xl\:-mx-2{
    margin-left: -10px;
    margin-right: -10px;
  }

  .tw .xl\:-mx-3{
    margin-left: -15px;
    margin-right: -15px;
  }

  .tw .xl\:-mx-4{
    margin-left: -20px;
    margin-right: -20px;
  }

  .tw .xl\:-mx-5{
    margin-left: -25px;
    margin-right: -25px;
  }

  .tw .xl\:-mx-6{
    margin-left: -30px;
    margin-right: -30px;
  }

  .tw .xl\:-mx-7{
    margin-left: -35px;
    margin-right: -35px;
  }

  .tw .xl\:-mx-8{
    margin-left: -40px;
    margin-right: -40px;
  }

  .tw .xl\:-mx-9{
    margin-left: -45px;
    margin-right: -45px;
  }

  .tw .xl\:-mx-10{
    margin-left: -50px;
    margin-right: -50px;
  }

  .tw .xl\:-mx-11{
    margin-left: -55px;
    margin-right: -55px;
  }

  .tw .xl\:-mx-12{
    margin-left: -60px;
    margin-right: -60px;
  }

  .tw .xl\:-mx-13{
    margin-left: -65px;
    margin-right: -65px;
  }

  .tw .xl\:-mx-14{
    margin-left: -70px;
    margin-right: -70px;
  }

  .tw .xl\:-mx-15{
    margin-left: -75px;
    margin-right: -75px;
  }

  .tw .xl\:-mx-16{
    margin-left: -80px;
    margin-right: -80px;
  }

  .tw .xl\:-mx-17{
    margin-left: -85px;
    margin-right: -85px;
  }

  .tw .xl\:-mx-18{
    margin-left: -90px;
    margin-right: -90px;
  }

  .tw .xl\:-mx-19{
    margin-left: -95px;
    margin-right: -95px;
  }

  .tw .xl\:-mx-20{
    margin-left: -100px;
    margin-right: -100px;
  }

  .tw .xl\:-mx-21{
    margin-left: -105px;
    margin-right: -105px;
  }

  .tw .xl\:-mx-22{
    margin-left: -110px;
    margin-right: -110px;
  }

  .tw .xl\:-mx-23{
    margin-left: -115px;
    margin-right: -115px;
  }

  .tw .xl\:-mx-24{
    margin-left: -120px;
    margin-right: -120px;
  }

  .tw .xl\:-mx-25{
    margin-left: -125px;
    margin-right: -125px;
  }

  .tw .xl\:-mx-26{
    margin-left: -130px;
    margin-right: -130px;
  }

  .tw .xl\:-mx-27{
    margin-left: -135px;
    margin-right: -135px;
  }

  .tw .xl\:-mx-28{
    margin-left: -140px;
    margin-right: -140px;
  }

  .tw .xl\:-mx-29{
    margin-left: -145px;
    margin-right: -145px;
  }

  .tw .xl\:-mx-30{
    margin-left: -150px;
    margin-right: -150px;
  }

  .tw .xl\:-mx-31{
    margin-left: -155px;
    margin-right: -155px;
  }

  .tw .xl\:-mx-32{
    margin-left: -160px;
    margin-right: -160px;
  }

  .tw .xl\:-mx-33{
    margin-left: -165px;
    margin-right: -165px;
  }

  .tw .xl\:-mx-34{
    margin-left: -170px;
    margin-right: -170px;
  }

  .tw .xl\:-mx-35{
    margin-left: -175px;
    margin-right: -175px;
  }

  .tw .xl\:-mx-36{
    margin-left: -180px;
    margin-right: -180px;
  }

  .tw .xl\:-mx-37{
    margin-left: -185px;
    margin-right: -185px;
  }

  .tw .xl\:-mx-38{
    margin-left: -190px;
    margin-right: -190px;
  }

  .tw .xl\:-mx-39{
    margin-left: -195px;
    margin-right: -195px;
  }

  .tw .xl\:-mx-40{
    margin-left: -200px;
    margin-right: -200px;
  }

  .tw .xl\:-mx-41{
    margin-left: -205px;
    margin-right: -205px;
  }

  .tw .xl\:-mx-42{
    margin-left: -210px;
    margin-right: -210px;
  }

  .tw .xl\:-mx-43{
    margin-left: -215px;
    margin-right: -215px;
  }

  .tw .xl\:-mx-44{
    margin-left: -220px;
    margin-right: -220px;
  }

  .tw .xl\:-mx-45{
    margin-left: -225px;
    margin-right: -225px;
  }

  .tw .xl\:-mx-46{
    margin-left: -230px;
    margin-right: -230px;
  }

  .tw .xl\:-mx-47{
    margin-left: -235px;
    margin-right: -235px;
  }

  .tw .xl\:-mx-48{
    margin-left: -240px;
    margin-right: -240px;
  }

  .tw .xl\:-mx-49{
    margin-left: -245px;
    margin-right: -245px;
  }

  .tw .xl\:-mx-50{
    margin-left: -250px;
    margin-right: -250px;
  }

  .tw .xl\:-mx-51{
    margin-left: -255px;
    margin-right: -255px;
  }

  .tw .xl\:-mx-52{
    margin-left: -260px;
    margin-right: -260px;
  }

  .tw .xl\:-mx-53{
    margin-left: -265px;
    margin-right: -265px;
  }

  .tw .xl\:-mx-54{
    margin-left: -270px;
    margin-right: -270px;
  }

  .tw .xl\:-mx-55{
    margin-left: -275px;
    margin-right: -275px;
  }

  .tw .xl\:-mx-56{
    margin-left: -280px;
    margin-right: -280px;
  }

  .tw .xl\:-mx-57{
    margin-left: -285px;
    margin-right: -285px;
  }

  .tw .xl\:-mx-58{
    margin-left: -290px;
    margin-right: -290px;
  }

  .tw .xl\:-mx-59{
    margin-left: -295px;
    margin-right: -295px;
  }

  .tw .xl\:-mx-60{
    margin-left: -300px;
    margin-right: -300px;
  }

  .tw .xl\:-mx-61{
    margin-left: -305px;
    margin-right: -305px;
  }

  .tw .xl\:-mx-62{
    margin-left: -310px;
    margin-right: -310px;
  }

  .tw .xl\:-mx-63{
    margin-left: -315px;
    margin-right: -315px;
  }

  .tw .xl\:-mx-64{
    margin-left: -320px;
    margin-right: -320px;
  }

  .tw .xl\:-mx-65{
    margin-left: -325px;
    margin-right: -325px;
  }

  .tw .xl\:-mx-66{
    margin-left: -330px;
    margin-right: -330px;
  }

  .tw .xl\:-mx-67{
    margin-left: -335px;
    margin-right: -335px;
  }

  .tw .xl\:-mx-68{
    margin-left: -340px;
    margin-right: -340px;
  }

  .tw .xl\:-mx-69{
    margin-left: -345px;
    margin-right: -345px;
  }

  .tw .xl\:-mx-70{
    margin-left: -350px;
    margin-right: -350px;
  }

  .tw .xl\:-mx-71{
    margin-left: -355px;
    margin-right: -355px;
  }

  .tw .xl\:-mx-72{
    margin-left: -360px;
    margin-right: -360px;
  }

  .tw .xl\:-mx-73{
    margin-left: -365px;
    margin-right: -365px;
  }

  .tw .xl\:-mx-74{
    margin-left: -370px;
    margin-right: -370px;
  }

  .tw .xl\:-mx-75{
    margin-left: -375px;
    margin-right: -375px;
  }

  .tw .xl\:-mx-76{
    margin-left: -380px;
    margin-right: -380px;
  }

  .tw .xl\:-mx-77{
    margin-left: -385px;
    margin-right: -385px;
  }

  .tw .xl\:-mx-78{
    margin-left: -390px;
    margin-right: -390px;
  }

  .tw .xl\:-mx-79{
    margin-left: -395px;
    margin-right: -395px;
  }

  .tw .xl\:-mx-80{
    margin-left: -400px;
    margin-right: -400px;
  }

  .tw .xl\:-mx-81{
    margin-left: -405px;
    margin-right: -405px;
  }

  .tw .xl\:-mx-82{
    margin-left: -410px;
    margin-right: -410px;
  }

  .tw .xl\:-mx-83{
    margin-left: -415px;
    margin-right: -415px;
  }

  .tw .xl\:-mx-84{
    margin-left: -420px;
    margin-right: -420px;
  }

  .tw .xl\:-mx-85{
    margin-left: -425px;
    margin-right: -425px;
  }

  .tw .xl\:-mx-86{
    margin-left: -430px;
    margin-right: -430px;
  }

  .tw .xl\:-mx-87{
    margin-left: -435px;
    margin-right: -435px;
  }

  .tw .xl\:-mx-88{
    margin-left: -440px;
    margin-right: -440px;
  }

  .tw .xl\:-mx-89{
    margin-left: -445px;
    margin-right: -445px;
  }

  .tw .xl\:-mx-90{
    margin-left: -450px;
    margin-right: -450px;
  }

  .tw .xl\:-mx-91{
    margin-left: -455px;
    margin-right: -455px;
  }

  .tw .xl\:-mx-92{
    margin-left: -460px;
    margin-right: -460px;
  }

  .tw .xl\:-mx-93{
    margin-left: -465px;
    margin-right: -465px;
  }

  .tw .xl\:-mx-94{
    margin-left: -470px;
    margin-right: -470px;
  }

  .tw .xl\:-mx-95{
    margin-left: -475px;
    margin-right: -475px;
  }

  .tw .xl\:-mx-96{
    margin-left: -480px;
    margin-right: -480px;
  }

  .tw .xl\:-mx-97{
    margin-left: -485px;
    margin-right: -485px;
  }

  .tw .xl\:-mx-98{
    margin-left: -490px;
    margin-right: -490px;
  }

  .tw .xl\:-mx-99{
    margin-left: -495px;
    margin-right: -495px;
  }

  .tw .xl\:-mx-100{
    margin-left: -500px;
    margin-right: -500px;
  }

  .tw .xl\:-mx-101{
    margin-left: -505px;
    margin-right: -505px;
  }

  .tw .xl\:-mx-102{
    margin-left: -510px;
    margin-right: -510px;
  }

  .tw .xl\:-mx-103{
    margin-left: -515px;
    margin-right: -515px;
  }

  .tw .xl\:-mx-104{
    margin-left: -520px;
    margin-right: -520px;
  }

  .tw .xl\:-mx-105{
    margin-left: -525px;
    margin-right: -525px;
  }

  .tw .xl\:-mx-106{
    margin-left: -530px;
    margin-right: -530px;
  }

  .tw .xl\:-mx-107{
    margin-left: -535px;
    margin-right: -535px;
  }

  .tw .xl\:-mx-108{
    margin-left: -540px;
    margin-right: -540px;
  }

  .tw .xl\:-mx-109{
    margin-left: -545px;
    margin-right: -545px;
  }

  .tw .xl\:-mx-110{
    margin-left: -550px;
    margin-right: -550px;
  }

  .tw .xl\:-mx-111{
    margin-left: -555px;
    margin-right: -555px;
  }

  .tw .xl\:-mx-112{
    margin-left: -560px;
    margin-right: -560px;
  }

  .tw .xl\:-mx-113{
    margin-left: -565px;
    margin-right: -565px;
  }

  .tw .xl\:-mx-114{
    margin-left: -570px;
    margin-right: -570px;
  }

  .tw .xl\:-mx-115{
    margin-left: -575px;
    margin-right: -575px;
  }

  .tw .xl\:-mx-116{
    margin-left: -580px;
    margin-right: -580px;
  }

  .tw .xl\:-mx-117{
    margin-left: -585px;
    margin-right: -585px;
  }

  .tw .xl\:-mx-118{
    margin-left: -590px;
    margin-right: -590px;
  }

  .tw .xl\:-mx-119{
    margin-left: -595px;
    margin-right: -595px;
  }

  .tw .xl\:-mx-120{
    margin-left: -600px;
    margin-right: -600px;
  }

  .tw .xl\:-mx-121{
    margin-left: -605px;
    margin-right: -605px;
  }

  .tw .xl\:-mx-122{
    margin-left: -610px;
    margin-right: -610px;
  }

  .tw .xl\:-mx-123{
    margin-left: -615px;
    margin-right: -615px;
  }

  .tw .xl\:-mx-124{
    margin-left: -620px;
    margin-right: -620px;
  }

  .tw .xl\:-mx-125{
    margin-left: -625px;
    margin-right: -625px;
  }

  .tw .xl\:-mx-126{
    margin-left: -630px;
    margin-right: -630px;
  }

  .tw .xl\:-mx-127{
    margin-left: -635px;
    margin-right: -635px;
  }

  .tw .xl\:-mx-128{
    margin-left: -640px;
    margin-right: -640px;
  }

  .tw .xl\:-mx-129{
    margin-left: -645px;
    margin-right: -645px;
  }

  .tw .xl\:-mx-130{
    margin-left: -650px;
    margin-right: -650px;
  }

  .tw .xl\:-mx-131{
    margin-left: -655px;
    margin-right: -655px;
  }

  .tw .xl\:-mx-132{
    margin-left: -660px;
    margin-right: -660px;
  }

  .tw .xl\:-mx-133{
    margin-left: -665px;
    margin-right: -665px;
  }

  .tw .xl\:-mx-134{
    margin-left: -670px;
    margin-right: -670px;
  }

  .tw .xl\:-mx-135{
    margin-left: -675px;
    margin-right: -675px;
  }

  .tw .xl\:-mx-136{
    margin-left: -680px;
    margin-right: -680px;
  }

  .tw .xl\:-mx-137{
    margin-left: -685px;
    margin-right: -685px;
  }

  .tw .xl\:-mx-138{
    margin-left: -690px;
    margin-right: -690px;
  }

  .tw .xl\:-mx-139{
    margin-left: -695px;
    margin-right: -695px;
  }

  .tw .xl\:-mx-140{
    margin-left: -700px;
    margin-right: -700px;
  }

  .tw .xl\:-mx-141{
    margin-left: -705px;
    margin-right: -705px;
  }

  .tw .xl\:-mx-142{
    margin-left: -710px;
    margin-right: -710px;
  }

  .tw .xl\:-mx-143{
    margin-left: -715px;
    margin-right: -715px;
  }

  .tw .xl\:-mx-144{
    margin-left: -720px;
    margin-right: -720px;
  }

  .tw .xl\:-mx-145{
    margin-left: -725px;
    margin-right: -725px;
  }

  .tw .xl\:-mx-146{
    margin-left: -730px;
    margin-right: -730px;
  }

  .tw .xl\:-mx-147{
    margin-left: -735px;
    margin-right: -735px;
  }

  .tw .xl\:-mx-148{
    margin-left: -740px;
    margin-right: -740px;
  }

  .tw .xl\:-mx-149{
    margin-left: -745px;
    margin-right: -745px;
  }

  .tw .xl\:-mx-0\.5{
    margin-left: -3px;
    margin-right: -3px;
  }

  .tw .xl\:-mx-1px{
    margin-left: -1px;
    margin-right: -1px;
  }

  .tw .xl\:-mx-2px{
    margin-left: -2px;
    margin-right: -2px;
  }

  .tw .xl\:-mx-3px{
    margin-left: -3px;
    margin-right: -3px;
  }

  .tw .xl\:-mx-4px{
    margin-left: -4px;
    margin-right: -4px;
  }

  .tw .xl\:-mx-5px{
    margin-left: -5px;
    margin-right: -5px;
  }

  .tw .xl\:-mx-6px{
    margin-left: -6px;
    margin-right: -6px;
  }

  .tw .xl\:-mx-7px{
    margin-left: -7px;
    margin-right: -7px;
  }

  .tw .xl\:-mx-8px{
    margin-left: -8px;
    margin-right: -8px;
  }

  .tw .xl\:-mx-9px{
    margin-left: -9px;
    margin-right: -9px;
  }

  .tw .xl\:-mx-10px{
    margin-left: -10px;
    margin-right: -10px;
  }

  .tw .xl\:-mx-11px{
    margin-left: -11px;
    margin-right: -11px;
  }

  .tw .xl\:-mx-12px{
    margin-left: -12px;
    margin-right: -12px;
  }

  .tw .xl\:-mx-13px{
    margin-left: -13px;
    margin-right: -13px;
  }

  .tw .xl\:-mx-14px{
    margin-left: -14px;
    margin-right: -14px;
  }

  .tw .xl\:-mx-15px{
    margin-left: -15px;
    margin-right: -15px;
  }

  .tw .xl\:-mx-16px{
    margin-left: -16px;
    margin-right: -16px;
  }

  .tw .xl\:-mx-17px{
    margin-left: -17px;
    margin-right: -17px;
  }

  .tw .xl\:-mx-18px{
    margin-left: -18px;
    margin-right: -18px;
  }

  .tw .xl\:-mx-19px{
    margin-left: -19px;
    margin-right: -19px;
  }

  .tw .xl\:-mx-20px{
    margin-left: -20px;
    margin-right: -20px;
  }

  .tw .xl\:-mx-21px{
    margin-left: -21px;
    margin-right: -21px;
  }

  .tw .xl\:-mx-22px{
    margin-left: -22px;
    margin-right: -22px;
  }

  .tw .xl\:-mx-23px{
    margin-left: -23px;
    margin-right: -23px;
  }

  .tw .xl\:-mx-24px{
    margin-left: -24px;
    margin-right: -24px;
  }

  .tw .xl\:-mx-25px{
    margin-left: -25px;
    margin-right: -25px;
  }

  .tw .xl\:-mx-26px{
    margin-left: -26px;
    margin-right: -26px;
  }

  .tw .xl\:-mx-27px{
    margin-left: -27px;
    margin-right: -27px;
  }

  .tw .xl\:-mx-28px{
    margin-left: -28px;
    margin-right: -28px;
  }

  .tw .xl\:-mx-29px{
    margin-left: -29px;
    margin-right: -29px;
  }

  .tw .xl\:-mx-30px{
    margin-left: -30px;
    margin-right: -30px;
  }

  .tw .xl\:-mx-31px{
    margin-left: -31px;
    margin-right: -31px;
  }

  .tw .xl\:-mx-32px{
    margin-left: -32px;
    margin-right: -32px;
  }

  .tw .xl\:-mx-33px{
    margin-left: -33px;
    margin-right: -33px;
  }

  .tw .xl\:-mx-34px{
    margin-left: -34px;
    margin-right: -34px;
  }

  .tw .xl\:-mx-35px{
    margin-left: -35px;
    margin-right: -35px;
  }

  .tw .xl\:-mx-36px{
    margin-left: -36px;
    margin-right: -36px;
  }

  .tw .xl\:-mx-37px{
    margin-left: -37px;
    margin-right: -37px;
  }

  .tw .xl\:-mx-38px{
    margin-left: -38px;
    margin-right: -38px;
  }

  .tw .xl\:-mx-39px{
    margin-left: -39px;
    margin-right: -39px;
  }

  .tw .xl\:-mx-40px{
    margin-left: -40px;
    margin-right: -40px;
  }

  .tw .xl\:my-0{
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .tw .xl\:my-1{
    margin-top: 5px;
    margin-bottom: 5px;
  }

  .tw .xl\:my-2{
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .tw .xl\:my-3{
    margin-top: 15px;
    margin-bottom: 15px;
  }

  .tw .xl\:my-4{
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .tw .xl\:my-5{
    margin-top: 25px;
    margin-bottom: 25px;
  }

  .tw .xl\:my-6{
    margin-top: 30px;
    margin-bottom: 30px;
  }

  .tw .xl\:my-7{
    margin-top: 35px;
    margin-bottom: 35px;
  }

  .tw .xl\:my-8{
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .tw .xl\:my-9{
    margin-top: 45px;
    margin-bottom: 45px;
  }

  .tw .xl\:my-10{
    margin-top: 50px;
    margin-bottom: 50px;
  }

  .tw .xl\:my-11{
    margin-top: 55px;
    margin-bottom: 55px;
  }

  .tw .xl\:my-12{
    margin-top: 60px;
    margin-bottom: 60px;
  }

  .tw .xl\:my-13{
    margin-top: 65px;
    margin-bottom: 65px;
  }

  .tw .xl\:my-14{
    margin-top: 70px;
    margin-bottom: 70px;
  }

  .tw .xl\:my-15{
    margin-top: 75px;
    margin-bottom: 75px;
  }

  .tw .xl\:my-16{
    margin-top: 80px;
    margin-bottom: 80px;
  }

  .tw .xl\:my-17{
    margin-top: 85px;
    margin-bottom: 85px;
  }

  .tw .xl\:my-18{
    margin-top: 90px;
    margin-bottom: 90px;
  }

  .tw .xl\:my-19{
    margin-top: 95px;
    margin-bottom: 95px;
  }

  .tw .xl\:my-20{
    margin-top: 100px;
    margin-bottom: 100px;
  }

  .tw .xl\:my-21{
    margin-top: 105px;
    margin-bottom: 105px;
  }

  .tw .xl\:my-22{
    margin-top: 110px;
    margin-bottom: 110px;
  }

  .tw .xl\:my-23{
    margin-top: 115px;
    margin-bottom: 115px;
  }

  .tw .xl\:my-24{
    margin-top: 120px;
    margin-bottom: 120px;
  }

  .tw .xl\:my-25{
    margin-top: 125px;
    margin-bottom: 125px;
  }

  .tw .xl\:my-26{
    margin-top: 130px;
    margin-bottom: 130px;
  }

  .tw .xl\:my-27{
    margin-top: 135px;
    margin-bottom: 135px;
  }

  .tw .xl\:my-28{
    margin-top: 140px;
    margin-bottom: 140px;
  }

  .tw .xl\:my-29{
    margin-top: 145px;
    margin-bottom: 145px;
  }

  .tw .xl\:my-30{
    margin-top: 150px;
    margin-bottom: 150px;
  }

  .tw .xl\:my-31{
    margin-top: 155px;
    margin-bottom: 155px;
  }

  .tw .xl\:my-32{
    margin-top: 160px;
    margin-bottom: 160px;
  }

  .tw .xl\:my-33{
    margin-top: 165px;
    margin-bottom: 165px;
  }

  .tw .xl\:my-34{
    margin-top: 170px;
    margin-bottom: 170px;
  }

  .tw .xl\:my-35{
    margin-top: 175px;
    margin-bottom: 175px;
  }

  .tw .xl\:my-36{
    margin-top: 180px;
    margin-bottom: 180px;
  }

  .tw .xl\:my-37{
    margin-top: 185px;
    margin-bottom: 185px;
  }

  .tw .xl\:my-38{
    margin-top: 190px;
    margin-bottom: 190px;
  }

  .tw .xl\:my-39{
    margin-top: 195px;
    margin-bottom: 195px;
  }

  .tw .xl\:my-40{
    margin-top: 200px;
    margin-bottom: 200px;
  }

  .tw .xl\:my-41{
    margin-top: 205px;
    margin-bottom: 205px;
  }

  .tw .xl\:my-42{
    margin-top: 210px;
    margin-bottom: 210px;
  }

  .tw .xl\:my-43{
    margin-top: 215px;
    margin-bottom: 215px;
  }

  .tw .xl\:my-44{
    margin-top: 220px;
    margin-bottom: 220px;
  }

  .tw .xl\:my-45{
    margin-top: 225px;
    margin-bottom: 225px;
  }

  .tw .xl\:my-46{
    margin-top: 230px;
    margin-bottom: 230px;
  }

  .tw .xl\:my-47{
    margin-top: 235px;
    margin-bottom: 235px;
  }

  .tw .xl\:my-48{
    margin-top: 240px;
    margin-bottom: 240px;
  }

  .tw .xl\:my-49{
    margin-top: 245px;
    margin-bottom: 245px;
  }

  .tw .xl\:my-50{
    margin-top: 250px;
    margin-bottom: 250px;
  }

  .tw .xl\:my-51{
    margin-top: 255px;
    margin-bottom: 255px;
  }

  .tw .xl\:my-52{
    margin-top: 260px;
    margin-bottom: 260px;
  }

  .tw .xl\:my-53{
    margin-top: 265px;
    margin-bottom: 265px;
  }

  .tw .xl\:my-54{
    margin-top: 270px;
    margin-bottom: 270px;
  }

  .tw .xl\:my-55{
    margin-top: 275px;
    margin-bottom: 275px;
  }

  .tw .xl\:my-56{
    margin-top: 280px;
    margin-bottom: 280px;
  }

  .tw .xl\:my-57{
    margin-top: 285px;
    margin-bottom: 285px;
  }

  .tw .xl\:my-58{
    margin-top: 290px;
    margin-bottom: 290px;
  }

  .tw .xl\:my-59{
    margin-top: 295px;
    margin-bottom: 295px;
  }

  .tw .xl\:my-60{
    margin-top: 300px;
    margin-bottom: 300px;
  }

  .tw .xl\:my-61{
    margin-top: 305px;
    margin-bottom: 305px;
  }

  .tw .xl\:my-62{
    margin-top: 310px;
    margin-bottom: 310px;
  }

  .tw .xl\:my-63{
    margin-top: 315px;
    margin-bottom: 315px;
  }

  .tw .xl\:my-64{
    margin-top: 320px;
    margin-bottom: 320px;
  }

  .tw .xl\:my-65{
    margin-top: 325px;
    margin-bottom: 325px;
  }

  .tw .xl\:my-66{
    margin-top: 330px;
    margin-bottom: 330px;
  }

  .tw .xl\:my-67{
    margin-top: 335px;
    margin-bottom: 335px;
  }

  .tw .xl\:my-68{
    margin-top: 340px;
    margin-bottom: 340px;
  }

  .tw .xl\:my-69{
    margin-top: 345px;
    margin-bottom: 345px;
  }

  .tw .xl\:my-70{
    margin-top: 350px;
    margin-bottom: 350px;
  }

  .tw .xl\:my-71{
    margin-top: 355px;
    margin-bottom: 355px;
  }

  .tw .xl\:my-72{
    margin-top: 360px;
    margin-bottom: 360px;
  }

  .tw .xl\:my-73{
    margin-top: 365px;
    margin-bottom: 365px;
  }

  .tw .xl\:my-74{
    margin-top: 370px;
    margin-bottom: 370px;
  }

  .tw .xl\:my-75{
    margin-top: 375px;
    margin-bottom: 375px;
  }

  .tw .xl\:my-76{
    margin-top: 380px;
    margin-bottom: 380px;
  }

  .tw .xl\:my-77{
    margin-top: 385px;
    margin-bottom: 385px;
  }

  .tw .xl\:my-78{
    margin-top: 390px;
    margin-bottom: 390px;
  }

  .tw .xl\:my-79{
    margin-top: 395px;
    margin-bottom: 395px;
  }

  .tw .xl\:my-80{
    margin-top: 400px;
    margin-bottom: 400px;
  }

  .tw .xl\:my-81{
    margin-top: 405px;
    margin-bottom: 405px;
  }

  .tw .xl\:my-82{
    margin-top: 410px;
    margin-bottom: 410px;
  }

  .tw .xl\:my-83{
    margin-top: 415px;
    margin-bottom: 415px;
  }

  .tw .xl\:my-84{
    margin-top: 420px;
    margin-bottom: 420px;
  }

  .tw .xl\:my-85{
    margin-top: 425px;
    margin-bottom: 425px;
  }

  .tw .xl\:my-86{
    margin-top: 430px;
    margin-bottom: 430px;
  }

  .tw .xl\:my-87{
    margin-top: 435px;
    margin-bottom: 435px;
  }

  .tw .xl\:my-88{
    margin-top: 440px;
    margin-bottom: 440px;
  }

  .tw .xl\:my-89{
    margin-top: 445px;
    margin-bottom: 445px;
  }

  .tw .xl\:my-90{
    margin-top: 450px;
    margin-bottom: 450px;
  }

  .tw .xl\:my-91{
    margin-top: 455px;
    margin-bottom: 455px;
  }

  .tw .xl\:my-92{
    margin-top: 460px;
    margin-bottom: 460px;
  }

  .tw .xl\:my-93{
    margin-top: 465px;
    margin-bottom: 465px;
  }

  .tw .xl\:my-94{
    margin-top: 470px;
    margin-bottom: 470px;
  }

  .tw .xl\:my-95{
    margin-top: 475px;
    margin-bottom: 475px;
  }

  .tw .xl\:my-96{
    margin-top: 480px;
    margin-bottom: 480px;
  }

  .tw .xl\:my-97{
    margin-top: 485px;
    margin-bottom: 485px;
  }

  .tw .xl\:my-98{
    margin-top: 490px;
    margin-bottom: 490px;
  }

  .tw .xl\:my-99{
    margin-top: 495px;
    margin-bottom: 495px;
  }

  .tw .xl\:my-100{
    margin-top: 500px;
    margin-bottom: 500px;
  }

  .tw .xl\:my-101{
    margin-top: 505px;
    margin-bottom: 505px;
  }

  .tw .xl\:my-102{
    margin-top: 510px;
    margin-bottom: 510px;
  }

  .tw .xl\:my-103{
    margin-top: 515px;
    margin-bottom: 515px;
  }

  .tw .xl\:my-104{
    margin-top: 520px;
    margin-bottom: 520px;
  }

  .tw .xl\:my-105{
    margin-top: 525px;
    margin-bottom: 525px;
  }

  .tw .xl\:my-106{
    margin-top: 530px;
    margin-bottom: 530px;
  }

  .tw .xl\:my-107{
    margin-top: 535px;
    margin-bottom: 535px;
  }

  .tw .xl\:my-108{
    margin-top: 540px;
    margin-bottom: 540px;
  }

  .tw .xl\:my-109{
    margin-top: 545px;
    margin-bottom: 545px;
  }

  .tw .xl\:my-110{
    margin-top: 550px;
    margin-bottom: 550px;
  }

  .tw .xl\:my-111{
    margin-top: 555px;
    margin-bottom: 555px;
  }

  .tw .xl\:my-112{
    margin-top: 560px;
    margin-bottom: 560px;
  }

  .tw .xl\:my-113{
    margin-top: 565px;
    margin-bottom: 565px;
  }

  .tw .xl\:my-114{
    margin-top: 570px;
    margin-bottom: 570px;
  }

  .tw .xl\:my-115{
    margin-top: 575px;
    margin-bottom: 575px;
  }

  .tw .xl\:my-116{
    margin-top: 580px;
    margin-bottom: 580px;
  }

  .tw .xl\:my-117{
    margin-top: 585px;
    margin-bottom: 585px;
  }

  .tw .xl\:my-118{
    margin-top: 590px;
    margin-bottom: 590px;
  }

  .tw .xl\:my-119{
    margin-top: 595px;
    margin-bottom: 595px;
  }

  .tw .xl\:my-120{
    margin-top: 600px;
    margin-bottom: 600px;
  }

  .tw .xl\:my-121{
    margin-top: 605px;
    margin-bottom: 605px;
  }

  .tw .xl\:my-122{
    margin-top: 610px;
    margin-bottom: 610px;
  }

  .tw .xl\:my-123{
    margin-top: 615px;
    margin-bottom: 615px;
  }

  .tw .xl\:my-124{
    margin-top: 620px;
    margin-bottom: 620px;
  }

  .tw .xl\:my-125{
    margin-top: 625px;
    margin-bottom: 625px;
  }

  .tw .xl\:my-126{
    margin-top: 630px;
    margin-bottom: 630px;
  }

  .tw .xl\:my-127{
    margin-top: 635px;
    margin-bottom: 635px;
  }

  .tw .xl\:my-128{
    margin-top: 640px;
    margin-bottom: 640px;
  }

  .tw .xl\:my-129{
    margin-top: 645px;
    margin-bottom: 645px;
  }

  .tw .xl\:my-130{
    margin-top: 650px;
    margin-bottom: 650px;
  }

  .tw .xl\:my-131{
    margin-top: 655px;
    margin-bottom: 655px;
  }

  .tw .xl\:my-132{
    margin-top: 660px;
    margin-bottom: 660px;
  }

  .tw .xl\:my-133{
    margin-top: 665px;
    margin-bottom: 665px;
  }

  .tw .xl\:my-134{
    margin-top: 670px;
    margin-bottom: 670px;
  }

  .tw .xl\:my-135{
    margin-top: 675px;
    margin-bottom: 675px;
  }

  .tw .xl\:my-136{
    margin-top: 680px;
    margin-bottom: 680px;
  }

  .tw .xl\:my-137{
    margin-top: 685px;
    margin-bottom: 685px;
  }

  .tw .xl\:my-138{
    margin-top: 690px;
    margin-bottom: 690px;
  }

  .tw .xl\:my-139{
    margin-top: 695px;
    margin-bottom: 695px;
  }

  .tw .xl\:my-140{
    margin-top: 700px;
    margin-bottom: 700px;
  }

  .tw .xl\:my-141{
    margin-top: 705px;
    margin-bottom: 705px;
  }

  .tw .xl\:my-142{
    margin-top: 710px;
    margin-bottom: 710px;
  }

  .tw .xl\:my-143{
    margin-top: 715px;
    margin-bottom: 715px;
  }

  .tw .xl\:my-144{
    margin-top: 720px;
    margin-bottom: 720px;
  }

  .tw .xl\:my-145{
    margin-top: 725px;
    margin-bottom: 725px;
  }

  .tw .xl\:my-146{
    margin-top: 730px;
    margin-bottom: 730px;
  }

  .tw .xl\:my-147{
    margin-top: 735px;
    margin-bottom: 735px;
  }

  .tw .xl\:my-148{
    margin-top: 740px;
    margin-bottom: 740px;
  }

  .tw .xl\:my-149{
    margin-top: 745px;
    margin-bottom: 745px;
  }

  .tw .xl\:my-auto{
    margin-top: auto;
    margin-bottom: auto;
  }

  .tw .xl\:my-0\.5{
    margin-top: 3px;
    margin-bottom: 3px;
  }

  .tw .xl\:my-1px{
    margin-top: 1px;
    margin-bottom: 1px;
  }

  .tw .xl\:my-2px{
    margin-top: 2px;
    margin-bottom: 2px;
  }

  .tw .xl\:my-3px{
    margin-top: 3px;
    margin-bottom: 3px;
  }

  .tw .xl\:my-4px{
    margin-top: 4px;
    margin-bottom: 4px;
  }

  .tw .xl\:my-5px{
    margin-top: 5px;
    margin-bottom: 5px;
  }

  .tw .xl\:my-6px{
    margin-top: 6px;
    margin-bottom: 6px;
  }

  .tw .xl\:my-7px{
    margin-top: 7px;
    margin-bottom: 7px;
  }

  .tw .xl\:my-8px{
    margin-top: 8px;
    margin-bottom: 8px;
  }

  .tw .xl\:my-9px{
    margin-top: 9px;
    margin-bottom: 9px;
  }

  .tw .xl\:my-10px{
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .tw .xl\:my-11px{
    margin-top: 11px;
    margin-bottom: 11px;
  }

  .tw .xl\:my-12px{
    margin-top: 12px;
    margin-bottom: 12px;
  }

  .tw .xl\:my-13px{
    margin-top: 13px;
    margin-bottom: 13px;
  }

  .tw .xl\:my-14px{
    margin-top: 14px;
    margin-bottom: 14px;
  }

  .tw .xl\:my-15px{
    margin-top: 15px;
    margin-bottom: 15px;
  }

  .tw .xl\:my-16px{
    margin-top: 16px;
    margin-bottom: 16px;
  }

  .tw .xl\:my-17px{
    margin-top: 17px;
    margin-bottom: 17px;
  }

  .tw .xl\:my-18px{
    margin-top: 18px;
    margin-bottom: 18px;
  }

  .tw .xl\:my-19px{
    margin-top: 19px;
    margin-bottom: 19px;
  }

  .tw .xl\:my-20px{
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .tw .xl\:my-21px{
    margin-top: 21px;
    margin-bottom: 21px;
  }

  .tw .xl\:my-22px{
    margin-top: 22px;
    margin-bottom: 22px;
  }

  .tw .xl\:my-23px{
    margin-top: 23px;
    margin-bottom: 23px;
  }

  .tw .xl\:my-24px{
    margin-top: 24px;
    margin-bottom: 24px;
  }

  .tw .xl\:my-25px{
    margin-top: 25px;
    margin-bottom: 25px;
  }

  .tw .xl\:my-26px{
    margin-top: 26px;
    margin-bottom: 26px;
  }

  .tw .xl\:my-27px{
    margin-top: 27px;
    margin-bottom: 27px;
  }

  .tw .xl\:my-28px{
    margin-top: 28px;
    margin-bottom: 28px;
  }

  .tw .xl\:my-29px{
    margin-top: 29px;
    margin-bottom: 29px;
  }

  .tw .xl\:my-30px{
    margin-top: 30px;
    margin-bottom: 30px;
  }

  .tw .xl\:my-31px{
    margin-top: 31px;
    margin-bottom: 31px;
  }

  .tw .xl\:my-32px{
    margin-top: 32px;
    margin-bottom: 32px;
  }

  .tw .xl\:my-33px{
    margin-top: 33px;
    margin-bottom: 33px;
  }

  .tw .xl\:my-34px{
    margin-top: 34px;
    margin-bottom: 34px;
  }

  .tw .xl\:my-35px{
    margin-top: 35px;
    margin-bottom: 35px;
  }

  .tw .xl\:my-36px{
    margin-top: 36px;
    margin-bottom: 36px;
  }

  .tw .xl\:my-37px{
    margin-top: 37px;
    margin-bottom: 37px;
  }

  .tw .xl\:my-38px{
    margin-top: 38px;
    margin-bottom: 38px;
  }

  .tw .xl\:my-39px{
    margin-top: 39px;
    margin-bottom: 39px;
  }

  .tw .xl\:my-40px{
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .tw .xl\:-my-0{
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .tw .xl\:-my-1{
    margin-top: -5px;
    margin-bottom: -5px;
  }

  .tw .xl\:-my-2{
    margin-top: -10px;
    margin-bottom: -10px;
  }

  .tw .xl\:-my-3{
    margin-top: -15px;
    margin-bottom: -15px;
  }

  .tw .xl\:-my-4{
    margin-top: -20px;
    margin-bottom: -20px;
  }

  .tw .xl\:-my-5{
    margin-top: -25px;
    margin-bottom: -25px;
  }

  .tw .xl\:-my-6{
    margin-top: -30px;
    margin-bottom: -30px;
  }

  .tw .xl\:-my-7{
    margin-top: -35px;
    margin-bottom: -35px;
  }

  .tw .xl\:-my-8{
    margin-top: -40px;
    margin-bottom: -40px;
  }

  .tw .xl\:-my-9{
    margin-top: -45px;
    margin-bottom: -45px;
  }

  .tw .xl\:-my-10{
    margin-top: -50px;
    margin-bottom: -50px;
  }

  .tw .xl\:-my-11{
    margin-top: -55px;
    margin-bottom: -55px;
  }

  .tw .xl\:-my-12{
    margin-top: -60px;
    margin-bottom: -60px;
  }

  .tw .xl\:-my-13{
    margin-top: -65px;
    margin-bottom: -65px;
  }

  .tw .xl\:-my-14{
    margin-top: -70px;
    margin-bottom: -70px;
  }

  .tw .xl\:-my-15{
    margin-top: -75px;
    margin-bottom: -75px;
  }

  .tw .xl\:-my-16{
    margin-top: -80px;
    margin-bottom: -80px;
  }

  .tw .xl\:-my-17{
    margin-top: -85px;
    margin-bottom: -85px;
  }

  .tw .xl\:-my-18{
    margin-top: -90px;
    margin-bottom: -90px;
  }

  .tw .xl\:-my-19{
    margin-top: -95px;
    margin-bottom: -95px;
  }

  .tw .xl\:-my-20{
    margin-top: -100px;
    margin-bottom: -100px;
  }

  .tw .xl\:-my-21{
    margin-top: -105px;
    margin-bottom: -105px;
  }

  .tw .xl\:-my-22{
    margin-top: -110px;
    margin-bottom: -110px;
  }

  .tw .xl\:-my-23{
    margin-top: -115px;
    margin-bottom: -115px;
  }

  .tw .xl\:-my-24{
    margin-top: -120px;
    margin-bottom: -120px;
  }

  .tw .xl\:-my-25{
    margin-top: -125px;
    margin-bottom: -125px;
  }

  .tw .xl\:-my-26{
    margin-top: -130px;
    margin-bottom: -130px;
  }

  .tw .xl\:-my-27{
    margin-top: -135px;
    margin-bottom: -135px;
  }

  .tw .xl\:-my-28{
    margin-top: -140px;
    margin-bottom: -140px;
  }

  .tw .xl\:-my-29{
    margin-top: -145px;
    margin-bottom: -145px;
  }

  .tw .xl\:-my-30{
    margin-top: -150px;
    margin-bottom: -150px;
  }

  .tw .xl\:-my-31{
    margin-top: -155px;
    margin-bottom: -155px;
  }

  .tw .xl\:-my-32{
    margin-top: -160px;
    margin-bottom: -160px;
  }

  .tw .xl\:-my-33{
    margin-top: -165px;
    margin-bottom: -165px;
  }

  .tw .xl\:-my-34{
    margin-top: -170px;
    margin-bottom: -170px;
  }

  .tw .xl\:-my-35{
    margin-top: -175px;
    margin-bottom: -175px;
  }

  .tw .xl\:-my-36{
    margin-top: -180px;
    margin-bottom: -180px;
  }

  .tw .xl\:-my-37{
    margin-top: -185px;
    margin-bottom: -185px;
  }

  .tw .xl\:-my-38{
    margin-top: -190px;
    margin-bottom: -190px;
  }

  .tw .xl\:-my-39{
    margin-top: -195px;
    margin-bottom: -195px;
  }

  .tw .xl\:-my-40{
    margin-top: -200px;
    margin-bottom: -200px;
  }

  .tw .xl\:-my-41{
    margin-top: -205px;
    margin-bottom: -205px;
  }

  .tw .xl\:-my-42{
    margin-top: -210px;
    margin-bottom: -210px;
  }

  .tw .xl\:-my-43{
    margin-top: -215px;
    margin-bottom: -215px;
  }

  .tw .xl\:-my-44{
    margin-top: -220px;
    margin-bottom: -220px;
  }

  .tw .xl\:-my-45{
    margin-top: -225px;
    margin-bottom: -225px;
  }

  .tw .xl\:-my-46{
    margin-top: -230px;
    margin-bottom: -230px;
  }

  .tw .xl\:-my-47{
    margin-top: -235px;
    margin-bottom: -235px;
  }

  .tw .xl\:-my-48{
    margin-top: -240px;
    margin-bottom: -240px;
  }

  .tw .xl\:-my-49{
    margin-top: -245px;
    margin-bottom: -245px;
  }

  .tw .xl\:-my-50{
    margin-top: -250px;
    margin-bottom: -250px;
  }

  .tw .xl\:-my-51{
    margin-top: -255px;
    margin-bottom: -255px;
  }

  .tw .xl\:-my-52{
    margin-top: -260px;
    margin-bottom: -260px;
  }

  .tw .xl\:-my-53{
    margin-top: -265px;
    margin-bottom: -265px;
  }

  .tw .xl\:-my-54{
    margin-top: -270px;
    margin-bottom: -270px;
  }

  .tw .xl\:-my-55{
    margin-top: -275px;
    margin-bottom: -275px;
  }

  .tw .xl\:-my-56{
    margin-top: -280px;
    margin-bottom: -280px;
  }

  .tw .xl\:-my-57{
    margin-top: -285px;
    margin-bottom: -285px;
  }

  .tw .xl\:-my-58{
    margin-top: -290px;
    margin-bottom: -290px;
  }

  .tw .xl\:-my-59{
    margin-top: -295px;
    margin-bottom: -295px;
  }

  .tw .xl\:-my-60{
    margin-top: -300px;
    margin-bottom: -300px;
  }

  .tw .xl\:-my-61{
    margin-top: -305px;
    margin-bottom: -305px;
  }

  .tw .xl\:-my-62{
    margin-top: -310px;
    margin-bottom: -310px;
  }

  .tw .xl\:-my-63{
    margin-top: -315px;
    margin-bottom: -315px;
  }

  .tw .xl\:-my-64{
    margin-top: -320px;
    margin-bottom: -320px;
  }

  .tw .xl\:-my-65{
    margin-top: -325px;
    margin-bottom: -325px;
  }

  .tw .xl\:-my-66{
    margin-top: -330px;
    margin-bottom: -330px;
  }

  .tw .xl\:-my-67{
    margin-top: -335px;
    margin-bottom: -335px;
  }

  .tw .xl\:-my-68{
    margin-top: -340px;
    margin-bottom: -340px;
  }

  .tw .xl\:-my-69{
    margin-top: -345px;
    margin-bottom: -345px;
  }

  .tw .xl\:-my-70{
    margin-top: -350px;
    margin-bottom: -350px;
  }

  .tw .xl\:-my-71{
    margin-top: -355px;
    margin-bottom: -355px;
  }

  .tw .xl\:-my-72{
    margin-top: -360px;
    margin-bottom: -360px;
  }

  .tw .xl\:-my-73{
    margin-top: -365px;
    margin-bottom: -365px;
  }

  .tw .xl\:-my-74{
    margin-top: -370px;
    margin-bottom: -370px;
  }

  .tw .xl\:-my-75{
    margin-top: -375px;
    margin-bottom: -375px;
  }

  .tw .xl\:-my-76{
    margin-top: -380px;
    margin-bottom: -380px;
  }

  .tw .xl\:-my-77{
    margin-top: -385px;
    margin-bottom: -385px;
  }

  .tw .xl\:-my-78{
    margin-top: -390px;
    margin-bottom: -390px;
  }

  .tw .xl\:-my-79{
    margin-top: -395px;
    margin-bottom: -395px;
  }

  .tw .xl\:-my-80{
    margin-top: -400px;
    margin-bottom: -400px;
  }

  .tw .xl\:-my-81{
    margin-top: -405px;
    margin-bottom: -405px;
  }

  .tw .xl\:-my-82{
    margin-top: -410px;
    margin-bottom: -410px;
  }

  .tw .xl\:-my-83{
    margin-top: -415px;
    margin-bottom: -415px;
  }

  .tw .xl\:-my-84{
    margin-top: -420px;
    margin-bottom: -420px;
  }

  .tw .xl\:-my-85{
    margin-top: -425px;
    margin-bottom: -425px;
  }

  .tw .xl\:-my-86{
    margin-top: -430px;
    margin-bottom: -430px;
  }

  .tw .xl\:-my-87{
    margin-top: -435px;
    margin-bottom: -435px;
  }

  .tw .xl\:-my-88{
    margin-top: -440px;
    margin-bottom: -440px;
  }

  .tw .xl\:-my-89{
    margin-top: -445px;
    margin-bottom: -445px;
  }

  .tw .xl\:-my-90{
    margin-top: -450px;
    margin-bottom: -450px;
  }

  .tw .xl\:-my-91{
    margin-top: -455px;
    margin-bottom: -455px;
  }

  .tw .xl\:-my-92{
    margin-top: -460px;
    margin-bottom: -460px;
  }

  .tw .xl\:-my-93{
    margin-top: -465px;
    margin-bottom: -465px;
  }

  .tw .xl\:-my-94{
    margin-top: -470px;
    margin-bottom: -470px;
  }

  .tw .xl\:-my-95{
    margin-top: -475px;
    margin-bottom: -475px;
  }

  .tw .xl\:-my-96{
    margin-top: -480px;
    margin-bottom: -480px;
  }

  .tw .xl\:-my-97{
    margin-top: -485px;
    margin-bottom: -485px;
  }

  .tw .xl\:-my-98{
    margin-top: -490px;
    margin-bottom: -490px;
  }

  .tw .xl\:-my-99{
    margin-top: -495px;
    margin-bottom: -495px;
  }

  .tw .xl\:-my-100{
    margin-top: -500px;
    margin-bottom: -500px;
  }

  .tw .xl\:-my-101{
    margin-top: -505px;
    margin-bottom: -505px;
  }

  .tw .xl\:-my-102{
    margin-top: -510px;
    margin-bottom: -510px;
  }

  .tw .xl\:-my-103{
    margin-top: -515px;
    margin-bottom: -515px;
  }

  .tw .xl\:-my-104{
    margin-top: -520px;
    margin-bottom: -520px;
  }

  .tw .xl\:-my-105{
    margin-top: -525px;
    margin-bottom: -525px;
  }

  .tw .xl\:-my-106{
    margin-top: -530px;
    margin-bottom: -530px;
  }

  .tw .xl\:-my-107{
    margin-top: -535px;
    margin-bottom: -535px;
  }

  .tw .xl\:-my-108{
    margin-top: -540px;
    margin-bottom: -540px;
  }

  .tw .xl\:-my-109{
    margin-top: -545px;
    margin-bottom: -545px;
  }

  .tw .xl\:-my-110{
    margin-top: -550px;
    margin-bottom: -550px;
  }

  .tw .xl\:-my-111{
    margin-top: -555px;
    margin-bottom: -555px;
  }

  .tw .xl\:-my-112{
    margin-top: -560px;
    margin-bottom: -560px;
  }

  .tw .xl\:-my-113{
    margin-top: -565px;
    margin-bottom: -565px;
  }

  .tw .xl\:-my-114{
    margin-top: -570px;
    margin-bottom: -570px;
  }

  .tw .xl\:-my-115{
    margin-top: -575px;
    margin-bottom: -575px;
  }

  .tw .xl\:-my-116{
    margin-top: -580px;
    margin-bottom: -580px;
  }

  .tw .xl\:-my-117{
    margin-top: -585px;
    margin-bottom: -585px;
  }

  .tw .xl\:-my-118{
    margin-top: -590px;
    margin-bottom: -590px;
  }

  .tw .xl\:-my-119{
    margin-top: -595px;
    margin-bottom: -595px;
  }

  .tw .xl\:-my-120{
    margin-top: -600px;
    margin-bottom: -600px;
  }

  .tw .xl\:-my-121{
    margin-top: -605px;
    margin-bottom: -605px;
  }

  .tw .xl\:-my-122{
    margin-top: -610px;
    margin-bottom: -610px;
  }

  .tw .xl\:-my-123{
    margin-top: -615px;
    margin-bottom: -615px;
  }

  .tw .xl\:-my-124{
    margin-top: -620px;
    margin-bottom: -620px;
  }

  .tw .xl\:-my-125{
    margin-top: -625px;
    margin-bottom: -625px;
  }

  .tw .xl\:-my-126{
    margin-top: -630px;
    margin-bottom: -630px;
  }

  .tw .xl\:-my-127{
    margin-top: -635px;
    margin-bottom: -635px;
  }

  .tw .xl\:-my-128{
    margin-top: -640px;
    margin-bottom: -640px;
  }

  .tw .xl\:-my-129{
    margin-top: -645px;
    margin-bottom: -645px;
  }

  .tw .xl\:-my-130{
    margin-top: -650px;
    margin-bottom: -650px;
  }

  .tw .xl\:-my-131{
    margin-top: -655px;
    margin-bottom: -655px;
  }

  .tw .xl\:-my-132{
    margin-top: -660px;
    margin-bottom: -660px;
  }

  .tw .xl\:-my-133{
    margin-top: -665px;
    margin-bottom: -665px;
  }

  .tw .xl\:-my-134{
    margin-top: -670px;
    margin-bottom: -670px;
  }

  .tw .xl\:-my-135{
    margin-top: -675px;
    margin-bottom: -675px;
  }

  .tw .xl\:-my-136{
    margin-top: -680px;
    margin-bottom: -680px;
  }

  .tw .xl\:-my-137{
    margin-top: -685px;
    margin-bottom: -685px;
  }

  .tw .xl\:-my-138{
    margin-top: -690px;
    margin-bottom: -690px;
  }

  .tw .xl\:-my-139{
    margin-top: -695px;
    margin-bottom: -695px;
  }

  .tw .xl\:-my-140{
    margin-top: -700px;
    margin-bottom: -700px;
  }

  .tw .xl\:-my-141{
    margin-top: -705px;
    margin-bottom: -705px;
  }

  .tw .xl\:-my-142{
    margin-top: -710px;
    margin-bottom: -710px;
  }

  .tw .xl\:-my-143{
    margin-top: -715px;
    margin-bottom: -715px;
  }

  .tw .xl\:-my-144{
    margin-top: -720px;
    margin-bottom: -720px;
  }

  .tw .xl\:-my-145{
    margin-top: -725px;
    margin-bottom: -725px;
  }

  .tw .xl\:-my-146{
    margin-top: -730px;
    margin-bottom: -730px;
  }

  .tw .xl\:-my-147{
    margin-top: -735px;
    margin-bottom: -735px;
  }

  .tw .xl\:-my-148{
    margin-top: -740px;
    margin-bottom: -740px;
  }

  .tw .xl\:-my-149{
    margin-top: -745px;
    margin-bottom: -745px;
  }

  .tw .xl\:-my-0\.5{
    margin-top: -3px;
    margin-bottom: -3px;
  }

  .tw .xl\:-my-1px{
    margin-top: -1px;
    margin-bottom: -1px;
  }

  .tw .xl\:-my-2px{
    margin-top: -2px;
    margin-bottom: -2px;
  }

  .tw .xl\:-my-3px{
    margin-top: -3px;
    margin-bottom: -3px;
  }

  .tw .xl\:-my-4px{
    margin-top: -4px;
    margin-bottom: -4px;
  }

  .tw .xl\:-my-5px{
    margin-top: -5px;
    margin-bottom: -5px;
  }

  .tw .xl\:-my-6px{
    margin-top: -6px;
    margin-bottom: -6px;
  }

  .tw .xl\:-my-7px{
    margin-top: -7px;
    margin-bottom: -7px;
  }

  .tw .xl\:-my-8px{
    margin-top: -8px;
    margin-bottom: -8px;
  }

  .tw .xl\:-my-9px{
    margin-top: -9px;
    margin-bottom: -9px;
  }

  .tw .xl\:-my-10px{
    margin-top: -10px;
    margin-bottom: -10px;
  }

  .tw .xl\:-my-11px{
    margin-top: -11px;
    margin-bottom: -11px;
  }

  .tw .xl\:-my-12px{
    margin-top: -12px;
    margin-bottom: -12px;
  }

  .tw .xl\:-my-13px{
    margin-top: -13px;
    margin-bottom: -13px;
  }

  .tw .xl\:-my-14px{
    margin-top: -14px;
    margin-bottom: -14px;
  }

  .tw .xl\:-my-15px{
    margin-top: -15px;
    margin-bottom: -15px;
  }

  .tw .xl\:-my-16px{
    margin-top: -16px;
    margin-bottom: -16px;
  }

  .tw .xl\:-my-17px{
    margin-top: -17px;
    margin-bottom: -17px;
  }

  .tw .xl\:-my-18px{
    margin-top: -18px;
    margin-bottom: -18px;
  }

  .tw .xl\:-my-19px{
    margin-top: -19px;
    margin-bottom: -19px;
  }

  .tw .xl\:-my-20px{
    margin-top: -20px;
    margin-bottom: -20px;
  }

  .tw .xl\:-my-21px{
    margin-top: -21px;
    margin-bottom: -21px;
  }

  .tw .xl\:-my-22px{
    margin-top: -22px;
    margin-bottom: -22px;
  }

  .tw .xl\:-my-23px{
    margin-top: -23px;
    margin-bottom: -23px;
  }

  .tw .xl\:-my-24px{
    margin-top: -24px;
    margin-bottom: -24px;
  }

  .tw .xl\:-my-25px{
    margin-top: -25px;
    margin-bottom: -25px;
  }

  .tw .xl\:-my-26px{
    margin-top: -26px;
    margin-bottom: -26px;
  }

  .tw .xl\:-my-27px{
    margin-top: -27px;
    margin-bottom: -27px;
  }

  .tw .xl\:-my-28px{
    margin-top: -28px;
    margin-bottom: -28px;
  }

  .tw .xl\:-my-29px{
    margin-top: -29px;
    margin-bottom: -29px;
  }

  .tw .xl\:-my-30px{
    margin-top: -30px;
    margin-bottom: -30px;
  }

  .tw .xl\:-my-31px{
    margin-top: -31px;
    margin-bottom: -31px;
  }

  .tw .xl\:-my-32px{
    margin-top: -32px;
    margin-bottom: -32px;
  }

  .tw .xl\:-my-33px{
    margin-top: -33px;
    margin-bottom: -33px;
  }

  .tw .xl\:-my-34px{
    margin-top: -34px;
    margin-bottom: -34px;
  }

  .tw .xl\:-my-35px{
    margin-top: -35px;
    margin-bottom: -35px;
  }

  .tw .xl\:-my-36px{
    margin-top: -36px;
    margin-bottom: -36px;
  }

  .tw .xl\:-my-37px{
    margin-top: -37px;
    margin-bottom: -37px;
  }

  .tw .xl\:-my-38px{
    margin-top: -38px;
    margin-bottom: -38px;
  }

  .tw .xl\:-my-39px{
    margin-top: -39px;
    margin-bottom: -39px;
  }

  .tw .xl\:-my-40px{
    margin-top: -40px;
    margin-bottom: -40px;
  }

  .tw .xl\:last\:mx-0:last-child{
    margin-left: 0px;
    margin-right: 0px;
  }

  .tw .xl\:last\:mx-1:last-child{
    margin-left: 5px;
    margin-right: 5px;
  }

  .tw .xl\:last\:mx-2:last-child{
    margin-left: 10px;
    margin-right: 10px;
  }

  .tw .xl\:last\:mx-3:last-child{
    margin-left: 15px;
    margin-right: 15px;
  }

  .tw .xl\:last\:mx-4:last-child{
    margin-left: 20px;
    margin-right: 20px;
  }

  .tw .xl\:last\:mx-5:last-child{
    margin-left: 25px;
    margin-right: 25px;
  }

  .tw .xl\:last\:mx-6:last-child{
    margin-left: 30px;
    margin-right: 30px;
  }

  .tw .xl\:last\:mx-7:last-child{
    margin-left: 35px;
    margin-right: 35px;
  }

  .tw .xl\:last\:mx-8:last-child{
    margin-left: 40px;
    margin-right: 40px;
  }

  .tw .xl\:last\:mx-9:last-child{
    margin-left: 45px;
    margin-right: 45px;
  }

  .tw .xl\:last\:mx-10:last-child{
    margin-left: 50px;
    margin-right: 50px;
  }

  .tw .xl\:last\:mx-11:last-child{
    margin-left: 55px;
    margin-right: 55px;
  }

  .tw .xl\:last\:mx-12:last-child{
    margin-left: 60px;
    margin-right: 60px;
  }

  .tw .xl\:last\:mx-13:last-child{
    margin-left: 65px;
    margin-right: 65px;
  }

  .tw .xl\:last\:mx-14:last-child{
    margin-left: 70px;
    margin-right: 70px;
  }

  .tw .xl\:last\:mx-15:last-child{
    margin-left: 75px;
    margin-right: 75px;
  }

  .tw .xl\:last\:mx-16:last-child{
    margin-left: 80px;
    margin-right: 80px;
  }

  .tw .xl\:last\:mx-17:last-child{
    margin-left: 85px;
    margin-right: 85px;
  }

  .tw .xl\:last\:mx-18:last-child{
    margin-left: 90px;
    margin-right: 90px;
  }

  .tw .xl\:last\:mx-19:last-child{
    margin-left: 95px;
    margin-right: 95px;
  }

  .tw .xl\:last\:mx-20:last-child{
    margin-left: 100px;
    margin-right: 100px;
  }

  .tw .xl\:last\:mx-21:last-child{
    margin-left: 105px;
    margin-right: 105px;
  }

  .tw .xl\:last\:mx-22:last-child{
    margin-left: 110px;
    margin-right: 110px;
  }

  .tw .xl\:last\:mx-23:last-child{
    margin-left: 115px;
    margin-right: 115px;
  }

  .tw .xl\:last\:mx-24:last-child{
    margin-left: 120px;
    margin-right: 120px;
  }

  .tw .xl\:last\:mx-25:last-child{
    margin-left: 125px;
    margin-right: 125px;
  }

  .tw .xl\:last\:mx-26:last-child{
    margin-left: 130px;
    margin-right: 130px;
  }

  .tw .xl\:last\:mx-27:last-child{
    margin-left: 135px;
    margin-right: 135px;
  }

  .tw .xl\:last\:mx-28:last-child{
    margin-left: 140px;
    margin-right: 140px;
  }

  .tw .xl\:last\:mx-29:last-child{
    margin-left: 145px;
    margin-right: 145px;
  }

  .tw .xl\:last\:mx-30:last-child{
    margin-left: 150px;
    margin-right: 150px;
  }

  .tw .xl\:last\:mx-31:last-child{
    margin-left: 155px;
    margin-right: 155px;
  }

  .tw .xl\:last\:mx-32:last-child{
    margin-left: 160px;
    margin-right: 160px;
  }

  .tw .xl\:last\:mx-33:last-child{
    margin-left: 165px;
    margin-right: 165px;
  }

  .tw .xl\:last\:mx-34:last-child{
    margin-left: 170px;
    margin-right: 170px;
  }

  .tw .xl\:last\:mx-35:last-child{
    margin-left: 175px;
    margin-right: 175px;
  }

  .tw .xl\:last\:mx-36:last-child{
    margin-left: 180px;
    margin-right: 180px;
  }

  .tw .xl\:last\:mx-37:last-child{
    margin-left: 185px;
    margin-right: 185px;
  }

  .tw .xl\:last\:mx-38:last-child{
    margin-left: 190px;
    margin-right: 190px;
  }

  .tw .xl\:last\:mx-39:last-child{
    margin-left: 195px;
    margin-right: 195px;
  }

  .tw .xl\:last\:mx-40:last-child{
    margin-left: 200px;
    margin-right: 200px;
  }

  .tw .xl\:last\:mx-41:last-child{
    margin-left: 205px;
    margin-right: 205px;
  }

  .tw .xl\:last\:mx-42:last-child{
    margin-left: 210px;
    margin-right: 210px;
  }

  .tw .xl\:last\:mx-43:last-child{
    margin-left: 215px;
    margin-right: 215px;
  }

  .tw .xl\:last\:mx-44:last-child{
    margin-left: 220px;
    margin-right: 220px;
  }

  .tw .xl\:last\:mx-45:last-child{
    margin-left: 225px;
    margin-right: 225px;
  }

  .tw .xl\:last\:mx-46:last-child{
    margin-left: 230px;
    margin-right: 230px;
  }

  .tw .xl\:last\:mx-47:last-child{
    margin-left: 235px;
    margin-right: 235px;
  }

  .tw .xl\:last\:mx-48:last-child{
    margin-left: 240px;
    margin-right: 240px;
  }

  .tw .xl\:last\:mx-49:last-child{
    margin-left: 245px;
    margin-right: 245px;
  }

  .tw .xl\:last\:mx-50:last-child{
    margin-left: 250px;
    margin-right: 250px;
  }

  .tw .xl\:last\:mx-51:last-child{
    margin-left: 255px;
    margin-right: 255px;
  }

  .tw .xl\:last\:mx-52:last-child{
    margin-left: 260px;
    margin-right: 260px;
  }

  .tw .xl\:last\:mx-53:last-child{
    margin-left: 265px;
    margin-right: 265px;
  }

  .tw .xl\:last\:mx-54:last-child{
    margin-left: 270px;
    margin-right: 270px;
  }

  .tw .xl\:last\:mx-55:last-child{
    margin-left: 275px;
    margin-right: 275px;
  }

  .tw .xl\:last\:mx-56:last-child{
    margin-left: 280px;
    margin-right: 280px;
  }

  .tw .xl\:last\:mx-57:last-child{
    margin-left: 285px;
    margin-right: 285px;
  }

  .tw .xl\:last\:mx-58:last-child{
    margin-left: 290px;
    margin-right: 290px;
  }

  .tw .xl\:last\:mx-59:last-child{
    margin-left: 295px;
    margin-right: 295px;
  }

  .tw .xl\:last\:mx-60:last-child{
    margin-left: 300px;
    margin-right: 300px;
  }

  .tw .xl\:last\:mx-61:last-child{
    margin-left: 305px;
    margin-right: 305px;
  }

  .tw .xl\:last\:mx-62:last-child{
    margin-left: 310px;
    margin-right: 310px;
  }

  .tw .xl\:last\:mx-63:last-child{
    margin-left: 315px;
    margin-right: 315px;
  }

  .tw .xl\:last\:mx-64:last-child{
    margin-left: 320px;
    margin-right: 320px;
  }

  .tw .xl\:last\:mx-65:last-child{
    margin-left: 325px;
    margin-right: 325px;
  }

  .tw .xl\:last\:mx-66:last-child{
    margin-left: 330px;
    margin-right: 330px;
  }

  .tw .xl\:last\:mx-67:last-child{
    margin-left: 335px;
    margin-right: 335px;
  }

  .tw .xl\:last\:mx-68:last-child{
    margin-left: 340px;
    margin-right: 340px;
  }

  .tw .xl\:last\:mx-69:last-child{
    margin-left: 345px;
    margin-right: 345px;
  }

  .tw .xl\:last\:mx-70:last-child{
    margin-left: 350px;
    margin-right: 350px;
  }

  .tw .xl\:last\:mx-71:last-child{
    margin-left: 355px;
    margin-right: 355px;
  }

  .tw .xl\:last\:mx-72:last-child{
    margin-left: 360px;
    margin-right: 360px;
  }

  .tw .xl\:last\:mx-73:last-child{
    margin-left: 365px;
    margin-right: 365px;
  }

  .tw .xl\:last\:mx-74:last-child{
    margin-left: 370px;
    margin-right: 370px;
  }

  .tw .xl\:last\:mx-75:last-child{
    margin-left: 375px;
    margin-right: 375px;
  }

  .tw .xl\:last\:mx-76:last-child{
    margin-left: 380px;
    margin-right: 380px;
  }

  .tw .xl\:last\:mx-77:last-child{
    margin-left: 385px;
    margin-right: 385px;
  }

  .tw .xl\:last\:mx-78:last-child{
    margin-left: 390px;
    margin-right: 390px;
  }

  .tw .xl\:last\:mx-79:last-child{
    margin-left: 395px;
    margin-right: 395px;
  }

  .tw .xl\:last\:mx-80:last-child{
    margin-left: 400px;
    margin-right: 400px;
  }

  .tw .xl\:last\:mx-81:last-child{
    margin-left: 405px;
    margin-right: 405px;
  }

  .tw .xl\:last\:mx-82:last-child{
    margin-left: 410px;
    margin-right: 410px;
  }

  .tw .xl\:last\:mx-83:last-child{
    margin-left: 415px;
    margin-right: 415px;
  }

  .tw .xl\:last\:mx-84:last-child{
    margin-left: 420px;
    margin-right: 420px;
  }

  .tw .xl\:last\:mx-85:last-child{
    margin-left: 425px;
    margin-right: 425px;
  }

  .tw .xl\:last\:mx-86:last-child{
    margin-left: 430px;
    margin-right: 430px;
  }

  .tw .xl\:last\:mx-87:last-child{
    margin-left: 435px;
    margin-right: 435px;
  }

  .tw .xl\:last\:mx-88:last-child{
    margin-left: 440px;
    margin-right: 440px;
  }

  .tw .xl\:last\:mx-89:last-child{
    margin-left: 445px;
    margin-right: 445px;
  }

  .tw .xl\:last\:mx-90:last-child{
    margin-left: 450px;
    margin-right: 450px;
  }

  .tw .xl\:last\:mx-91:last-child{
    margin-left: 455px;
    margin-right: 455px;
  }

  .tw .xl\:last\:mx-92:last-child{
    margin-left: 460px;
    margin-right: 460px;
  }

  .tw .xl\:last\:mx-93:last-child{
    margin-left: 465px;
    margin-right: 465px;
  }

  .tw .xl\:last\:mx-94:last-child{
    margin-left: 470px;
    margin-right: 470px;
  }

  .tw .xl\:last\:mx-95:last-child{
    margin-left: 475px;
    margin-right: 475px;
  }

  .tw .xl\:last\:mx-96:last-child{
    margin-left: 480px;
    margin-right: 480px;
  }

  .tw .xl\:last\:mx-97:last-child{
    margin-left: 485px;
    margin-right: 485px;
  }

  .tw .xl\:last\:mx-98:last-child{
    margin-left: 490px;
    margin-right: 490px;
  }

  .tw .xl\:last\:mx-99:last-child{
    margin-left: 495px;
    margin-right: 495px;
  }

  .tw .xl\:last\:mx-100:last-child{
    margin-left: 500px;
    margin-right: 500px;
  }

  .tw .xl\:last\:mx-101:last-child{
    margin-left: 505px;
    margin-right: 505px;
  }

  .tw .xl\:last\:mx-102:last-child{
    margin-left: 510px;
    margin-right: 510px;
  }

  .tw .xl\:last\:mx-103:last-child{
    margin-left: 515px;
    margin-right: 515px;
  }

  .tw .xl\:last\:mx-104:last-child{
    margin-left: 520px;
    margin-right: 520px;
  }

  .tw .xl\:last\:mx-105:last-child{
    margin-left: 525px;
    margin-right: 525px;
  }

  .tw .xl\:last\:mx-106:last-child{
    margin-left: 530px;
    margin-right: 530px;
  }

  .tw .xl\:last\:mx-107:last-child{
    margin-left: 535px;
    margin-right: 535px;
  }

  .tw .xl\:last\:mx-108:last-child{
    margin-left: 540px;
    margin-right: 540px;
  }

  .tw .xl\:last\:mx-109:last-child{
    margin-left: 545px;
    margin-right: 545px;
  }

  .tw .xl\:last\:mx-110:last-child{
    margin-left: 550px;
    margin-right: 550px;
  }

  .tw .xl\:last\:mx-111:last-child{
    margin-left: 555px;
    margin-right: 555px;
  }

  .tw .xl\:last\:mx-112:last-child{
    margin-left: 560px;
    margin-right: 560px;
  }

  .tw .xl\:last\:mx-113:last-child{
    margin-left: 565px;
    margin-right: 565px;
  }

  .tw .xl\:last\:mx-114:last-child{
    margin-left: 570px;
    margin-right: 570px;
  }

  .tw .xl\:last\:mx-115:last-child{
    margin-left: 575px;
    margin-right: 575px;
  }

  .tw .xl\:last\:mx-116:last-child{
    margin-left: 580px;
    margin-right: 580px;
  }

  .tw .xl\:last\:mx-117:last-child{
    margin-left: 585px;
    margin-right: 585px;
  }

  .tw .xl\:last\:mx-118:last-child{
    margin-left: 590px;
    margin-right: 590px;
  }

  .tw .xl\:last\:mx-119:last-child{
    margin-left: 595px;
    margin-right: 595px;
  }

  .tw .xl\:last\:mx-120:last-child{
    margin-left: 600px;
    margin-right: 600px;
  }

  .tw .xl\:last\:mx-121:last-child{
    margin-left: 605px;
    margin-right: 605px;
  }

  .tw .xl\:last\:mx-122:last-child{
    margin-left: 610px;
    margin-right: 610px;
  }

  .tw .xl\:last\:mx-123:last-child{
    margin-left: 615px;
    margin-right: 615px;
  }

  .tw .xl\:last\:mx-124:last-child{
    margin-left: 620px;
    margin-right: 620px;
  }

  .tw .xl\:last\:mx-125:last-child{
    margin-left: 625px;
    margin-right: 625px;
  }

  .tw .xl\:last\:mx-126:last-child{
    margin-left: 630px;
    margin-right: 630px;
  }

  .tw .xl\:last\:mx-127:last-child{
    margin-left: 635px;
    margin-right: 635px;
  }

  .tw .xl\:last\:mx-128:last-child{
    margin-left: 640px;
    margin-right: 640px;
  }

  .tw .xl\:last\:mx-129:last-child{
    margin-left: 645px;
    margin-right: 645px;
  }

  .tw .xl\:last\:mx-130:last-child{
    margin-left: 650px;
    margin-right: 650px;
  }

  .tw .xl\:last\:mx-131:last-child{
    margin-left: 655px;
    margin-right: 655px;
  }

  .tw .xl\:last\:mx-132:last-child{
    margin-left: 660px;
    margin-right: 660px;
  }

  .tw .xl\:last\:mx-133:last-child{
    margin-left: 665px;
    margin-right: 665px;
  }

  .tw .xl\:last\:mx-134:last-child{
    margin-left: 670px;
    margin-right: 670px;
  }

  .tw .xl\:last\:mx-135:last-child{
    margin-left: 675px;
    margin-right: 675px;
  }

  .tw .xl\:last\:mx-136:last-child{
    margin-left: 680px;
    margin-right: 680px;
  }

  .tw .xl\:last\:mx-137:last-child{
    margin-left: 685px;
    margin-right: 685px;
  }

  .tw .xl\:last\:mx-138:last-child{
    margin-left: 690px;
    margin-right: 690px;
  }

  .tw .xl\:last\:mx-139:last-child{
    margin-left: 695px;
    margin-right: 695px;
  }

  .tw .xl\:last\:mx-140:last-child{
    margin-left: 700px;
    margin-right: 700px;
  }

  .tw .xl\:last\:mx-141:last-child{
    margin-left: 705px;
    margin-right: 705px;
  }

  .tw .xl\:last\:mx-142:last-child{
    margin-left: 710px;
    margin-right: 710px;
  }

  .tw .xl\:last\:mx-143:last-child{
    margin-left: 715px;
    margin-right: 715px;
  }

  .tw .xl\:last\:mx-144:last-child{
    margin-left: 720px;
    margin-right: 720px;
  }

  .tw .xl\:last\:mx-145:last-child{
    margin-left: 725px;
    margin-right: 725px;
  }

  .tw .xl\:last\:mx-146:last-child{
    margin-left: 730px;
    margin-right: 730px;
  }

  .tw .xl\:last\:mx-147:last-child{
    margin-left: 735px;
    margin-right: 735px;
  }

  .tw .xl\:last\:mx-148:last-child{
    margin-left: 740px;
    margin-right: 740px;
  }

  .tw .xl\:last\:mx-149:last-child{
    margin-left: 745px;
    margin-right: 745px;
  }

  .tw .xl\:last\:mx-auto:last-child{
    margin-left: auto;
    margin-right: auto;
  }

  .tw .xl\:last\:mx-0\.5:last-child{
    margin-left: 3px;
    margin-right: 3px;
  }

  .tw .xl\:last\:mx-1px:last-child{
    margin-left: 1px;
    margin-right: 1px;
  }

  .tw .xl\:last\:mx-2px:last-child{
    margin-left: 2px;
    margin-right: 2px;
  }

  .tw .xl\:last\:mx-3px:last-child{
    margin-left: 3px;
    margin-right: 3px;
  }

  .tw .xl\:last\:mx-4px:last-child{
    margin-left: 4px;
    margin-right: 4px;
  }

  .tw .xl\:last\:mx-5px:last-child{
    margin-left: 5px;
    margin-right: 5px;
  }

  .tw .xl\:last\:mx-6px:last-child{
    margin-left: 6px;
    margin-right: 6px;
  }

  .tw .xl\:last\:mx-7px:last-child{
    margin-left: 7px;
    margin-right: 7px;
  }

  .tw .xl\:last\:mx-8px:last-child{
    margin-left: 8px;
    margin-right: 8px;
  }

  .tw .xl\:last\:mx-9px:last-child{
    margin-left: 9px;
    margin-right: 9px;
  }

  .tw .xl\:last\:mx-10px:last-child{
    margin-left: 10px;
    margin-right: 10px;
  }

  .tw .xl\:last\:mx-11px:last-child{
    margin-left: 11px;
    margin-right: 11px;
  }

  .tw .xl\:last\:mx-12px:last-child{
    margin-left: 12px;
    margin-right: 12px;
  }

  .tw .xl\:last\:mx-13px:last-child{
    margin-left: 13px;
    margin-right: 13px;
  }

  .tw .xl\:last\:mx-14px:last-child{
    margin-left: 14px;
    margin-right: 14px;
  }

  .tw .xl\:last\:mx-15px:last-child{
    margin-left: 15px;
    margin-right: 15px;
  }

  .tw .xl\:last\:mx-16px:last-child{
    margin-left: 16px;
    margin-right: 16px;
  }

  .tw .xl\:last\:mx-17px:last-child{
    margin-left: 17px;
    margin-right: 17px;
  }

  .tw .xl\:last\:mx-18px:last-child{
    margin-left: 18px;
    margin-right: 18px;
  }

  .tw .xl\:last\:mx-19px:last-child{
    margin-left: 19px;
    margin-right: 19px;
  }

  .tw .xl\:last\:mx-20px:last-child{
    margin-left: 20px;
    margin-right: 20px;
  }

  .tw .xl\:last\:mx-21px:last-child{
    margin-left: 21px;
    margin-right: 21px;
  }

  .tw .xl\:last\:mx-22px:last-child{
    margin-left: 22px;
    margin-right: 22px;
  }

  .tw .xl\:last\:mx-23px:last-child{
    margin-left: 23px;
    margin-right: 23px;
  }

  .tw .xl\:last\:mx-24px:last-child{
    margin-left: 24px;
    margin-right: 24px;
  }

  .tw .xl\:last\:mx-25px:last-child{
    margin-left: 25px;
    margin-right: 25px;
  }

  .tw .xl\:last\:mx-26px:last-child{
    margin-left: 26px;
    margin-right: 26px;
  }

  .tw .xl\:last\:mx-27px:last-child{
    margin-left: 27px;
    margin-right: 27px;
  }

  .tw .xl\:last\:mx-28px:last-child{
    margin-left: 28px;
    margin-right: 28px;
  }

  .tw .xl\:last\:mx-29px:last-child{
    margin-left: 29px;
    margin-right: 29px;
  }

  .tw .xl\:last\:mx-30px:last-child{
    margin-left: 30px;
    margin-right: 30px;
  }

  .tw .xl\:last\:mx-31px:last-child{
    margin-left: 31px;
    margin-right: 31px;
  }

  .tw .xl\:last\:mx-32px:last-child{
    margin-left: 32px;
    margin-right: 32px;
  }

  .tw .xl\:last\:mx-33px:last-child{
    margin-left: 33px;
    margin-right: 33px;
  }

  .tw .xl\:last\:mx-34px:last-child{
    margin-left: 34px;
    margin-right: 34px;
  }

  .tw .xl\:last\:mx-35px:last-child{
    margin-left: 35px;
    margin-right: 35px;
  }

  .tw .xl\:last\:mx-36px:last-child{
    margin-left: 36px;
    margin-right: 36px;
  }

  .tw .xl\:last\:mx-37px:last-child{
    margin-left: 37px;
    margin-right: 37px;
  }

  .tw .xl\:last\:mx-38px:last-child{
    margin-left: 38px;
    margin-right: 38px;
  }

  .tw .xl\:last\:mx-39px:last-child{
    margin-left: 39px;
    margin-right: 39px;
  }

  .tw .xl\:last\:mx-40px:last-child{
    margin-left: 40px;
    margin-right: 40px;
  }

  .tw .xl\:last\:-mx-0:last-child{
    margin-left: 0px;
    margin-right: 0px;
  }

  .tw .xl\:last\:-mx-1:last-child{
    margin-left: -5px;
    margin-right: -5px;
  }

  .tw .xl\:last\:-mx-2:last-child{
    margin-left: -10px;
    margin-right: -10px;
  }

  .tw .xl\:last\:-mx-3:last-child{
    margin-left: -15px;
    margin-right: -15px;
  }

  .tw .xl\:last\:-mx-4:last-child{
    margin-left: -20px;
    margin-right: -20px;
  }

  .tw .xl\:last\:-mx-5:last-child{
    margin-left: -25px;
    margin-right: -25px;
  }

  .tw .xl\:last\:-mx-6:last-child{
    margin-left: -30px;
    margin-right: -30px;
  }

  .tw .xl\:last\:-mx-7:last-child{
    margin-left: -35px;
    margin-right: -35px;
  }

  .tw .xl\:last\:-mx-8:last-child{
    margin-left: -40px;
    margin-right: -40px;
  }

  .tw .xl\:last\:-mx-9:last-child{
    margin-left: -45px;
    margin-right: -45px;
  }

  .tw .xl\:last\:-mx-10:last-child{
    margin-left: -50px;
    margin-right: -50px;
  }

  .tw .xl\:last\:-mx-11:last-child{
    margin-left: -55px;
    margin-right: -55px;
  }

  .tw .xl\:last\:-mx-12:last-child{
    margin-left: -60px;
    margin-right: -60px;
  }

  .tw .xl\:last\:-mx-13:last-child{
    margin-left: -65px;
    margin-right: -65px;
  }

  .tw .xl\:last\:-mx-14:last-child{
    margin-left: -70px;
    margin-right: -70px;
  }

  .tw .xl\:last\:-mx-15:last-child{
    margin-left: -75px;
    margin-right: -75px;
  }

  .tw .xl\:last\:-mx-16:last-child{
    margin-left: -80px;
    margin-right: -80px;
  }

  .tw .xl\:last\:-mx-17:last-child{
    margin-left: -85px;
    margin-right: -85px;
  }

  .tw .xl\:last\:-mx-18:last-child{
    margin-left: -90px;
    margin-right: -90px;
  }

  .tw .xl\:last\:-mx-19:last-child{
    margin-left: -95px;
    margin-right: -95px;
  }

  .tw .xl\:last\:-mx-20:last-child{
    margin-left: -100px;
    margin-right: -100px;
  }

  .tw .xl\:last\:-mx-21:last-child{
    margin-left: -105px;
    margin-right: -105px;
  }

  .tw .xl\:last\:-mx-22:last-child{
    margin-left: -110px;
    margin-right: -110px;
  }

  .tw .xl\:last\:-mx-23:last-child{
    margin-left: -115px;
    margin-right: -115px;
  }

  .tw .xl\:last\:-mx-24:last-child{
    margin-left: -120px;
    margin-right: -120px;
  }

  .tw .xl\:last\:-mx-25:last-child{
    margin-left: -125px;
    margin-right: -125px;
  }

  .tw .xl\:last\:-mx-26:last-child{
    margin-left: -130px;
    margin-right: -130px;
  }

  .tw .xl\:last\:-mx-27:last-child{
    margin-left: -135px;
    margin-right: -135px;
  }

  .tw .xl\:last\:-mx-28:last-child{
    margin-left: -140px;
    margin-right: -140px;
  }

  .tw .xl\:last\:-mx-29:last-child{
    margin-left: -145px;
    margin-right: -145px;
  }

  .tw .xl\:last\:-mx-30:last-child{
    margin-left: -150px;
    margin-right: -150px;
  }

  .tw .xl\:last\:-mx-31:last-child{
    margin-left: -155px;
    margin-right: -155px;
  }

  .tw .xl\:last\:-mx-32:last-child{
    margin-left: -160px;
    margin-right: -160px;
  }

  .tw .xl\:last\:-mx-33:last-child{
    margin-left: -165px;
    margin-right: -165px;
  }

  .tw .xl\:last\:-mx-34:last-child{
    margin-left: -170px;
    margin-right: -170px;
  }

  .tw .xl\:last\:-mx-35:last-child{
    margin-left: -175px;
    margin-right: -175px;
  }

  .tw .xl\:last\:-mx-36:last-child{
    margin-left: -180px;
    margin-right: -180px;
  }

  .tw .xl\:last\:-mx-37:last-child{
    margin-left: -185px;
    margin-right: -185px;
  }

  .tw .xl\:last\:-mx-38:last-child{
    margin-left: -190px;
    margin-right: -190px;
  }

  .tw .xl\:last\:-mx-39:last-child{
    margin-left: -195px;
    margin-right: -195px;
  }

  .tw .xl\:last\:-mx-40:last-child{
    margin-left: -200px;
    margin-right: -200px;
  }

  .tw .xl\:last\:-mx-41:last-child{
    margin-left: -205px;
    margin-right: -205px;
  }

  .tw .xl\:last\:-mx-42:last-child{
    margin-left: -210px;
    margin-right: -210px;
  }

  .tw .xl\:last\:-mx-43:last-child{
    margin-left: -215px;
    margin-right: -215px;
  }

  .tw .xl\:last\:-mx-44:last-child{
    margin-left: -220px;
    margin-right: -220px;
  }

  .tw .xl\:last\:-mx-45:last-child{
    margin-left: -225px;
    margin-right: -225px;
  }

  .tw .xl\:last\:-mx-46:last-child{
    margin-left: -230px;
    margin-right: -230px;
  }

  .tw .xl\:last\:-mx-47:last-child{
    margin-left: -235px;
    margin-right: -235px;
  }

  .tw .xl\:last\:-mx-48:last-child{
    margin-left: -240px;
    margin-right: -240px;
  }

  .tw .xl\:last\:-mx-49:last-child{
    margin-left: -245px;
    margin-right: -245px;
  }

  .tw .xl\:last\:-mx-50:last-child{
    margin-left: -250px;
    margin-right: -250px;
  }

  .tw .xl\:last\:-mx-51:last-child{
    margin-left: -255px;
    margin-right: -255px;
  }

  .tw .xl\:last\:-mx-52:last-child{
    margin-left: -260px;
    margin-right: -260px;
  }

  .tw .xl\:last\:-mx-53:last-child{
    margin-left: -265px;
    margin-right: -265px;
  }

  .tw .xl\:last\:-mx-54:last-child{
    margin-left: -270px;
    margin-right: -270px;
  }

  .tw .xl\:last\:-mx-55:last-child{
    margin-left: -275px;
    margin-right: -275px;
  }

  .tw .xl\:last\:-mx-56:last-child{
    margin-left: -280px;
    margin-right: -280px;
  }

  .tw .xl\:last\:-mx-57:last-child{
    margin-left: -285px;
    margin-right: -285px;
  }

  .tw .xl\:last\:-mx-58:last-child{
    margin-left: -290px;
    margin-right: -290px;
  }

  .tw .xl\:last\:-mx-59:last-child{
    margin-left: -295px;
    margin-right: -295px;
  }

  .tw .xl\:last\:-mx-60:last-child{
    margin-left: -300px;
    margin-right: -300px;
  }

  .tw .xl\:last\:-mx-61:last-child{
    margin-left: -305px;
    margin-right: -305px;
  }

  .tw .xl\:last\:-mx-62:last-child{
    margin-left: -310px;
    margin-right: -310px;
  }

  .tw .xl\:last\:-mx-63:last-child{
    margin-left: -315px;
    margin-right: -315px;
  }

  .tw .xl\:last\:-mx-64:last-child{
    margin-left: -320px;
    margin-right: -320px;
  }

  .tw .xl\:last\:-mx-65:last-child{
    margin-left: -325px;
    margin-right: -325px;
  }

  .tw .xl\:last\:-mx-66:last-child{
    margin-left: -330px;
    margin-right: -330px;
  }

  .tw .xl\:last\:-mx-67:last-child{
    margin-left: -335px;
    margin-right: -335px;
  }

  .tw .xl\:last\:-mx-68:last-child{
    margin-left: -340px;
    margin-right: -340px;
  }

  .tw .xl\:last\:-mx-69:last-child{
    margin-left: -345px;
    margin-right: -345px;
  }

  .tw .xl\:last\:-mx-70:last-child{
    margin-left: -350px;
    margin-right: -350px;
  }

  .tw .xl\:last\:-mx-71:last-child{
    margin-left: -355px;
    margin-right: -355px;
  }

  .tw .xl\:last\:-mx-72:last-child{
    margin-left: -360px;
    margin-right: -360px;
  }

  .tw .xl\:last\:-mx-73:last-child{
    margin-left: -365px;
    margin-right: -365px;
  }

  .tw .xl\:last\:-mx-74:last-child{
    margin-left: -370px;
    margin-right: -370px;
  }

  .tw .xl\:last\:-mx-75:last-child{
    margin-left: -375px;
    margin-right: -375px;
  }

  .tw .xl\:last\:-mx-76:last-child{
    margin-left: -380px;
    margin-right: -380px;
  }

  .tw .xl\:last\:-mx-77:last-child{
    margin-left: -385px;
    margin-right: -385px;
  }

  .tw .xl\:last\:-mx-78:last-child{
    margin-left: -390px;
    margin-right: -390px;
  }

  .tw .xl\:last\:-mx-79:last-child{
    margin-left: -395px;
    margin-right: -395px;
  }

  .tw .xl\:last\:-mx-80:last-child{
    margin-left: -400px;
    margin-right: -400px;
  }

  .tw .xl\:last\:-mx-81:last-child{
    margin-left: -405px;
    margin-right: -405px;
  }

  .tw .xl\:last\:-mx-82:last-child{
    margin-left: -410px;
    margin-right: -410px;
  }

  .tw .xl\:last\:-mx-83:last-child{
    margin-left: -415px;
    margin-right: -415px;
  }

  .tw .xl\:last\:-mx-84:last-child{
    margin-left: -420px;
    margin-right: -420px;
  }

  .tw .xl\:last\:-mx-85:last-child{
    margin-left: -425px;
    margin-right: -425px;
  }

  .tw .xl\:last\:-mx-86:last-child{
    margin-left: -430px;
    margin-right: -430px;
  }

  .tw .xl\:last\:-mx-87:last-child{
    margin-left: -435px;
    margin-right: -435px;
  }

  .tw .xl\:last\:-mx-88:last-child{
    margin-left: -440px;
    margin-right: -440px;
  }

  .tw .xl\:last\:-mx-89:last-child{
    margin-left: -445px;
    margin-right: -445px;
  }

  .tw .xl\:last\:-mx-90:last-child{
    margin-left: -450px;
    margin-right: -450px;
  }

  .tw .xl\:last\:-mx-91:last-child{
    margin-left: -455px;
    margin-right: -455px;
  }

  .tw .xl\:last\:-mx-92:last-child{
    margin-left: -460px;
    margin-right: -460px;
  }

  .tw .xl\:last\:-mx-93:last-child{
    margin-left: -465px;
    margin-right: -465px;
  }

  .tw .xl\:last\:-mx-94:last-child{
    margin-left: -470px;
    margin-right: -470px;
  }

  .tw .xl\:last\:-mx-95:last-child{
    margin-left: -475px;
    margin-right: -475px;
  }

  .tw .xl\:last\:-mx-96:last-child{
    margin-left: -480px;
    margin-right: -480px;
  }

  .tw .xl\:last\:-mx-97:last-child{
    margin-left: -485px;
    margin-right: -485px;
  }

  .tw .xl\:last\:-mx-98:last-child{
    margin-left: -490px;
    margin-right: -490px;
  }

  .tw .xl\:last\:-mx-99:last-child{
    margin-left: -495px;
    margin-right: -495px;
  }

  .tw .xl\:last\:-mx-100:last-child{
    margin-left: -500px;
    margin-right: -500px;
  }

  .tw .xl\:last\:-mx-101:last-child{
    margin-left: -505px;
    margin-right: -505px;
  }

  .tw .xl\:last\:-mx-102:last-child{
    margin-left: -510px;
    margin-right: -510px;
  }

  .tw .xl\:last\:-mx-103:last-child{
    margin-left: -515px;
    margin-right: -515px;
  }

  .tw .xl\:last\:-mx-104:last-child{
    margin-left: -520px;
    margin-right: -520px;
  }

  .tw .xl\:last\:-mx-105:last-child{
    margin-left: -525px;
    margin-right: -525px;
  }

  .tw .xl\:last\:-mx-106:last-child{
    margin-left: -530px;
    margin-right: -530px;
  }

  .tw .xl\:last\:-mx-107:last-child{
    margin-left: -535px;
    margin-right: -535px;
  }

  .tw .xl\:last\:-mx-108:last-child{
    margin-left: -540px;
    margin-right: -540px;
  }

  .tw .xl\:last\:-mx-109:last-child{
    margin-left: -545px;
    margin-right: -545px;
  }

  .tw .xl\:last\:-mx-110:last-child{
    margin-left: -550px;
    margin-right: -550px;
  }

  .tw .xl\:last\:-mx-111:last-child{
    margin-left: -555px;
    margin-right: -555px;
  }

  .tw .xl\:last\:-mx-112:last-child{
    margin-left: -560px;
    margin-right: -560px;
  }

  .tw .xl\:last\:-mx-113:last-child{
    margin-left: -565px;
    margin-right: -565px;
  }

  .tw .xl\:last\:-mx-114:last-child{
    margin-left: -570px;
    margin-right: -570px;
  }

  .tw .xl\:last\:-mx-115:last-child{
    margin-left: -575px;
    margin-right: -575px;
  }

  .tw .xl\:last\:-mx-116:last-child{
    margin-left: -580px;
    margin-right: -580px;
  }

  .tw .xl\:last\:-mx-117:last-child{
    margin-left: -585px;
    margin-right: -585px;
  }

  .tw .xl\:last\:-mx-118:last-child{
    margin-left: -590px;
    margin-right: -590px;
  }

  .tw .xl\:last\:-mx-119:last-child{
    margin-left: -595px;
    margin-right: -595px;
  }

  .tw .xl\:last\:-mx-120:last-child{
    margin-left: -600px;
    margin-right: -600px;
  }

  .tw .xl\:last\:-mx-121:last-child{
    margin-left: -605px;
    margin-right: -605px;
  }

  .tw .xl\:last\:-mx-122:last-child{
    margin-left: -610px;
    margin-right: -610px;
  }

  .tw .xl\:last\:-mx-123:last-child{
    margin-left: -615px;
    margin-right: -615px;
  }

  .tw .xl\:last\:-mx-124:last-child{
    margin-left: -620px;
    margin-right: -620px;
  }

  .tw .xl\:last\:-mx-125:last-child{
    margin-left: -625px;
    margin-right: -625px;
  }

  .tw .xl\:last\:-mx-126:last-child{
    margin-left: -630px;
    margin-right: -630px;
  }

  .tw .xl\:last\:-mx-127:last-child{
    margin-left: -635px;
    margin-right: -635px;
  }

  .tw .xl\:last\:-mx-128:last-child{
    margin-left: -640px;
    margin-right: -640px;
  }

  .tw .xl\:last\:-mx-129:last-child{
    margin-left: -645px;
    margin-right: -645px;
  }

  .tw .xl\:last\:-mx-130:last-child{
    margin-left: -650px;
    margin-right: -650px;
  }

  .tw .xl\:last\:-mx-131:last-child{
    margin-left: -655px;
    margin-right: -655px;
  }

  .tw .xl\:last\:-mx-132:last-child{
    margin-left: -660px;
    margin-right: -660px;
  }

  .tw .xl\:last\:-mx-133:last-child{
    margin-left: -665px;
    margin-right: -665px;
  }

  .tw .xl\:last\:-mx-134:last-child{
    margin-left: -670px;
    margin-right: -670px;
  }

  .tw .xl\:last\:-mx-135:last-child{
    margin-left: -675px;
    margin-right: -675px;
  }

  .tw .xl\:last\:-mx-136:last-child{
    margin-left: -680px;
    margin-right: -680px;
  }

  .tw .xl\:last\:-mx-137:last-child{
    margin-left: -685px;
    margin-right: -685px;
  }

  .tw .xl\:last\:-mx-138:last-child{
    margin-left: -690px;
    margin-right: -690px;
  }

  .tw .xl\:last\:-mx-139:last-child{
    margin-left: -695px;
    margin-right: -695px;
  }

  .tw .xl\:last\:-mx-140:last-child{
    margin-left: -700px;
    margin-right: -700px;
  }

  .tw .xl\:last\:-mx-141:last-child{
    margin-left: -705px;
    margin-right: -705px;
  }

  .tw .xl\:last\:-mx-142:last-child{
    margin-left: -710px;
    margin-right: -710px;
  }

  .tw .xl\:last\:-mx-143:last-child{
    margin-left: -715px;
    margin-right: -715px;
  }

  .tw .xl\:last\:-mx-144:last-child{
    margin-left: -720px;
    margin-right: -720px;
  }

  .tw .xl\:last\:-mx-145:last-child{
    margin-left: -725px;
    margin-right: -725px;
  }

  .tw .xl\:last\:-mx-146:last-child{
    margin-left: -730px;
    margin-right: -730px;
  }

  .tw .xl\:last\:-mx-147:last-child{
    margin-left: -735px;
    margin-right: -735px;
  }

  .tw .xl\:last\:-mx-148:last-child{
    margin-left: -740px;
    margin-right: -740px;
  }

  .tw .xl\:last\:-mx-149:last-child{
    margin-left: -745px;
    margin-right: -745px;
  }

  .tw .xl\:last\:-mx-0\.5:last-child{
    margin-left: -3px;
    margin-right: -3px;
  }

  .tw .xl\:last\:-mx-1px:last-child{
    margin-left: -1px;
    margin-right: -1px;
  }

  .tw .xl\:last\:-mx-2px:last-child{
    margin-left: -2px;
    margin-right: -2px;
  }

  .tw .xl\:last\:-mx-3px:last-child{
    margin-left: -3px;
    margin-right: -3px;
  }

  .tw .xl\:last\:-mx-4px:last-child{
    margin-left: -4px;
    margin-right: -4px;
  }

  .tw .xl\:last\:-mx-5px:last-child{
    margin-left: -5px;
    margin-right: -5px;
  }

  .tw .xl\:last\:-mx-6px:last-child{
    margin-left: -6px;
    margin-right: -6px;
  }

  .tw .xl\:last\:-mx-7px:last-child{
    margin-left: -7px;
    margin-right: -7px;
  }

  .tw .xl\:last\:-mx-8px:last-child{
    margin-left: -8px;
    margin-right: -8px;
  }

  .tw .xl\:last\:-mx-9px:last-child{
    margin-left: -9px;
    margin-right: -9px;
  }

  .tw .xl\:last\:-mx-10px:last-child{
    margin-left: -10px;
    margin-right: -10px;
  }

  .tw .xl\:last\:-mx-11px:last-child{
    margin-left: -11px;
    margin-right: -11px;
  }

  .tw .xl\:last\:-mx-12px:last-child{
    margin-left: -12px;
    margin-right: -12px;
  }

  .tw .xl\:last\:-mx-13px:last-child{
    margin-left: -13px;
    margin-right: -13px;
  }

  .tw .xl\:last\:-mx-14px:last-child{
    margin-left: -14px;
    margin-right: -14px;
  }

  .tw .xl\:last\:-mx-15px:last-child{
    margin-left: -15px;
    margin-right: -15px;
  }

  .tw .xl\:last\:-mx-16px:last-child{
    margin-left: -16px;
    margin-right: -16px;
  }

  .tw .xl\:last\:-mx-17px:last-child{
    margin-left: -17px;
    margin-right: -17px;
  }

  .tw .xl\:last\:-mx-18px:last-child{
    margin-left: -18px;
    margin-right: -18px;
  }

  .tw .xl\:last\:-mx-19px:last-child{
    margin-left: -19px;
    margin-right: -19px;
  }

  .tw .xl\:last\:-mx-20px:last-child{
    margin-left: -20px;
    margin-right: -20px;
  }

  .tw .xl\:last\:-mx-21px:last-child{
    margin-left: -21px;
    margin-right: -21px;
  }

  .tw .xl\:last\:-mx-22px:last-child{
    margin-left: -22px;
    margin-right: -22px;
  }

  .tw .xl\:last\:-mx-23px:last-child{
    margin-left: -23px;
    margin-right: -23px;
  }

  .tw .xl\:last\:-mx-24px:last-child{
    margin-left: -24px;
    margin-right: -24px;
  }

  .tw .xl\:last\:-mx-25px:last-child{
    margin-left: -25px;
    margin-right: -25px;
  }

  .tw .xl\:last\:-mx-26px:last-child{
    margin-left: -26px;
    margin-right: -26px;
  }

  .tw .xl\:last\:-mx-27px:last-child{
    margin-left: -27px;
    margin-right: -27px;
  }

  .tw .xl\:last\:-mx-28px:last-child{
    margin-left: -28px;
    margin-right: -28px;
  }

  .tw .xl\:last\:-mx-29px:last-child{
    margin-left: -29px;
    margin-right: -29px;
  }

  .tw .xl\:last\:-mx-30px:last-child{
    margin-left: -30px;
    margin-right: -30px;
  }

  .tw .xl\:last\:-mx-31px:last-child{
    margin-left: -31px;
    margin-right: -31px;
  }

  .tw .xl\:last\:-mx-32px:last-child{
    margin-left: -32px;
    margin-right: -32px;
  }

  .tw .xl\:last\:-mx-33px:last-child{
    margin-left: -33px;
    margin-right: -33px;
  }

  .tw .xl\:last\:-mx-34px:last-child{
    margin-left: -34px;
    margin-right: -34px;
  }

  .tw .xl\:last\:-mx-35px:last-child{
    margin-left: -35px;
    margin-right: -35px;
  }

  .tw .xl\:last\:-mx-36px:last-child{
    margin-left: -36px;
    margin-right: -36px;
  }

  .tw .xl\:last\:-mx-37px:last-child{
    margin-left: -37px;
    margin-right: -37px;
  }

  .tw .xl\:last\:-mx-38px:last-child{
    margin-left: -38px;
    margin-right: -38px;
  }

  .tw .xl\:last\:-mx-39px:last-child{
    margin-left: -39px;
    margin-right: -39px;
  }

  .tw .xl\:last\:-mx-40px:last-child{
    margin-left: -40px;
    margin-right: -40px;
  }

  .tw .xl\:last\:my-0:last-child{
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .tw .xl\:last\:my-1:last-child{
    margin-top: 5px;
    margin-bottom: 5px;
  }

  .tw .xl\:last\:my-2:last-child{
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .tw .xl\:last\:my-3:last-child{
    margin-top: 15px;
    margin-bottom: 15px;
  }

  .tw .xl\:last\:my-4:last-child{
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .tw .xl\:last\:my-5:last-child{
    margin-top: 25px;
    margin-bottom: 25px;
  }

  .tw .xl\:last\:my-6:last-child{
    margin-top: 30px;
    margin-bottom: 30px;
  }

  .tw .xl\:last\:my-7:last-child{
    margin-top: 35px;
    margin-bottom: 35px;
  }

  .tw .xl\:last\:my-8:last-child{
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .tw .xl\:last\:my-9:last-child{
    margin-top: 45px;
    margin-bottom: 45px;
  }

  .tw .xl\:last\:my-10:last-child{
    margin-top: 50px;
    margin-bottom: 50px;
  }

  .tw .xl\:last\:my-11:last-child{
    margin-top: 55px;
    margin-bottom: 55px;
  }

  .tw .xl\:last\:my-12:last-child{
    margin-top: 60px;
    margin-bottom: 60px;
  }

  .tw .xl\:last\:my-13:last-child{
    margin-top: 65px;
    margin-bottom: 65px;
  }

  .tw .xl\:last\:my-14:last-child{
    margin-top: 70px;
    margin-bottom: 70px;
  }

  .tw .xl\:last\:my-15:last-child{
    margin-top: 75px;
    margin-bottom: 75px;
  }

  .tw .xl\:last\:my-16:last-child{
    margin-top: 80px;
    margin-bottom: 80px;
  }

  .tw .xl\:last\:my-17:last-child{
    margin-top: 85px;
    margin-bottom: 85px;
  }

  .tw .xl\:last\:my-18:last-child{
    margin-top: 90px;
    margin-bottom: 90px;
  }

  .tw .xl\:last\:my-19:last-child{
    margin-top: 95px;
    margin-bottom: 95px;
  }

  .tw .xl\:last\:my-20:last-child{
    margin-top: 100px;
    margin-bottom: 100px;
  }

  .tw .xl\:last\:my-21:last-child{
    margin-top: 105px;
    margin-bottom: 105px;
  }

  .tw .xl\:last\:my-22:last-child{
    margin-top: 110px;
    margin-bottom: 110px;
  }

  .tw .xl\:last\:my-23:last-child{
    margin-top: 115px;
    margin-bottom: 115px;
  }

  .tw .xl\:last\:my-24:last-child{
    margin-top: 120px;
    margin-bottom: 120px;
  }

  .tw .xl\:last\:my-25:last-child{
    margin-top: 125px;
    margin-bottom: 125px;
  }

  .tw .xl\:last\:my-26:last-child{
    margin-top: 130px;
    margin-bottom: 130px;
  }

  .tw .xl\:last\:my-27:last-child{
    margin-top: 135px;
    margin-bottom: 135px;
  }

  .tw .xl\:last\:my-28:last-child{
    margin-top: 140px;
    margin-bottom: 140px;
  }

  .tw .xl\:last\:my-29:last-child{
    margin-top: 145px;
    margin-bottom: 145px;
  }

  .tw .xl\:last\:my-30:last-child{
    margin-top: 150px;
    margin-bottom: 150px;
  }

  .tw .xl\:last\:my-31:last-child{
    margin-top: 155px;
    margin-bottom: 155px;
  }

  .tw .xl\:last\:my-32:last-child{
    margin-top: 160px;
    margin-bottom: 160px;
  }

  .tw .xl\:last\:my-33:last-child{
    margin-top: 165px;
    margin-bottom: 165px;
  }

  .tw .xl\:last\:my-34:last-child{
    margin-top: 170px;
    margin-bottom: 170px;
  }

  .tw .xl\:last\:my-35:last-child{
    margin-top: 175px;
    margin-bottom: 175px;
  }

  .tw .xl\:last\:my-36:last-child{
    margin-top: 180px;
    margin-bottom: 180px;
  }

  .tw .xl\:last\:my-37:last-child{
    margin-top: 185px;
    margin-bottom: 185px;
  }

  .tw .xl\:last\:my-38:last-child{
    margin-top: 190px;
    margin-bottom: 190px;
  }

  .tw .xl\:last\:my-39:last-child{
    margin-top: 195px;
    margin-bottom: 195px;
  }

  .tw .xl\:last\:my-40:last-child{
    margin-top: 200px;
    margin-bottom: 200px;
  }

  .tw .xl\:last\:my-41:last-child{
    margin-top: 205px;
    margin-bottom: 205px;
  }

  .tw .xl\:last\:my-42:last-child{
    margin-top: 210px;
    margin-bottom: 210px;
  }

  .tw .xl\:last\:my-43:last-child{
    margin-top: 215px;
    margin-bottom: 215px;
  }

  .tw .xl\:last\:my-44:last-child{
    margin-top: 220px;
    margin-bottom: 220px;
  }

  .tw .xl\:last\:my-45:last-child{
    margin-top: 225px;
    margin-bottom: 225px;
  }

  .tw .xl\:last\:my-46:last-child{
    margin-top: 230px;
    margin-bottom: 230px;
  }

  .tw .xl\:last\:my-47:last-child{
    margin-top: 235px;
    margin-bottom: 235px;
  }

  .tw .xl\:last\:my-48:last-child{
    margin-top: 240px;
    margin-bottom: 240px;
  }

  .tw .xl\:last\:my-49:last-child{
    margin-top: 245px;
    margin-bottom: 245px;
  }

  .tw .xl\:last\:my-50:last-child{
    margin-top: 250px;
    margin-bottom: 250px;
  }

  .tw .xl\:last\:my-51:last-child{
    margin-top: 255px;
    margin-bottom: 255px;
  }

  .tw .xl\:last\:my-52:last-child{
    margin-top: 260px;
    margin-bottom: 260px;
  }

  .tw .xl\:last\:my-53:last-child{
    margin-top: 265px;
    margin-bottom: 265px;
  }

  .tw .xl\:last\:my-54:last-child{
    margin-top: 270px;
    margin-bottom: 270px;
  }

  .tw .xl\:last\:my-55:last-child{
    margin-top: 275px;
    margin-bottom: 275px;
  }

  .tw .xl\:last\:my-56:last-child{
    margin-top: 280px;
    margin-bottom: 280px;
  }

  .tw .xl\:last\:my-57:last-child{
    margin-top: 285px;
    margin-bottom: 285px;
  }

  .tw .xl\:last\:my-58:last-child{
    margin-top: 290px;
    margin-bottom: 290px;
  }

  .tw .xl\:last\:my-59:last-child{
    margin-top: 295px;
    margin-bottom: 295px;
  }

  .tw .xl\:last\:my-60:last-child{
    margin-top: 300px;
    margin-bottom: 300px;
  }

  .tw .xl\:last\:my-61:last-child{
    margin-top: 305px;
    margin-bottom: 305px;
  }

  .tw .xl\:last\:my-62:last-child{
    margin-top: 310px;
    margin-bottom: 310px;
  }

  .tw .xl\:last\:my-63:last-child{
    margin-top: 315px;
    margin-bottom: 315px;
  }

  .tw .xl\:last\:my-64:last-child{
    margin-top: 320px;
    margin-bottom: 320px;
  }

  .tw .xl\:last\:my-65:last-child{
    margin-top: 325px;
    margin-bottom: 325px;
  }

  .tw .xl\:last\:my-66:last-child{
    margin-top: 330px;
    margin-bottom: 330px;
  }

  .tw .xl\:last\:my-67:last-child{
    margin-top: 335px;
    margin-bottom: 335px;
  }

  .tw .xl\:last\:my-68:last-child{
    margin-top: 340px;
    margin-bottom: 340px;
  }

  .tw .xl\:last\:my-69:last-child{
    margin-top: 345px;
    margin-bottom: 345px;
  }

  .tw .xl\:last\:my-70:last-child{
    margin-top: 350px;
    margin-bottom: 350px;
  }

  .tw .xl\:last\:my-71:last-child{
    margin-top: 355px;
    margin-bottom: 355px;
  }

  .tw .xl\:last\:my-72:last-child{
    margin-top: 360px;
    margin-bottom: 360px;
  }

  .tw .xl\:last\:my-73:last-child{
    margin-top: 365px;
    margin-bottom: 365px;
  }

  .tw .xl\:last\:my-74:last-child{
    margin-top: 370px;
    margin-bottom: 370px;
  }

  .tw .xl\:last\:my-75:last-child{
    margin-top: 375px;
    margin-bottom: 375px;
  }

  .tw .xl\:last\:my-76:last-child{
    margin-top: 380px;
    margin-bottom: 380px;
  }

  .tw .xl\:last\:my-77:last-child{
    margin-top: 385px;
    margin-bottom: 385px;
  }

  .tw .xl\:last\:my-78:last-child{
    margin-top: 390px;
    margin-bottom: 390px;
  }

  .tw .xl\:last\:my-79:last-child{
    margin-top: 395px;
    margin-bottom: 395px;
  }

  .tw .xl\:last\:my-80:last-child{
    margin-top: 400px;
    margin-bottom: 400px;
  }

  .tw .xl\:last\:my-81:last-child{
    margin-top: 405px;
    margin-bottom: 405px;
  }

  .tw .xl\:last\:my-82:last-child{
    margin-top: 410px;
    margin-bottom: 410px;
  }

  .tw .xl\:last\:my-83:last-child{
    margin-top: 415px;
    margin-bottom: 415px;
  }

  .tw .xl\:last\:my-84:last-child{
    margin-top: 420px;
    margin-bottom: 420px;
  }

  .tw .xl\:last\:my-85:last-child{
    margin-top: 425px;
    margin-bottom: 425px;
  }

  .tw .xl\:last\:my-86:last-child{
    margin-top: 430px;
    margin-bottom: 430px;
  }

  .tw .xl\:last\:my-87:last-child{
    margin-top: 435px;
    margin-bottom: 435px;
  }

  .tw .xl\:last\:my-88:last-child{
    margin-top: 440px;
    margin-bottom: 440px;
  }

  .tw .xl\:last\:my-89:last-child{
    margin-top: 445px;
    margin-bottom: 445px;
  }

  .tw .xl\:last\:my-90:last-child{
    margin-top: 450px;
    margin-bottom: 450px;
  }

  .tw .xl\:last\:my-91:last-child{
    margin-top: 455px;
    margin-bottom: 455px;
  }

  .tw .xl\:last\:my-92:last-child{
    margin-top: 460px;
    margin-bottom: 460px;
  }

  .tw .xl\:last\:my-93:last-child{
    margin-top: 465px;
    margin-bottom: 465px;
  }

  .tw .xl\:last\:my-94:last-child{
    margin-top: 470px;
    margin-bottom: 470px;
  }

  .tw .xl\:last\:my-95:last-child{
    margin-top: 475px;
    margin-bottom: 475px;
  }

  .tw .xl\:last\:my-96:last-child{
    margin-top: 480px;
    margin-bottom: 480px;
  }

  .tw .xl\:last\:my-97:last-child{
    margin-top: 485px;
    margin-bottom: 485px;
  }

  .tw .xl\:last\:my-98:last-child{
    margin-top: 490px;
    margin-bottom: 490px;
  }

  .tw .xl\:last\:my-99:last-child{
    margin-top: 495px;
    margin-bottom: 495px;
  }

  .tw .xl\:last\:my-100:last-child{
    margin-top: 500px;
    margin-bottom: 500px;
  }

  .tw .xl\:last\:my-101:last-child{
    margin-top: 505px;
    margin-bottom: 505px;
  }

  .tw .xl\:last\:my-102:last-child{
    margin-top: 510px;
    margin-bottom: 510px;
  }

  .tw .xl\:last\:my-103:last-child{
    margin-top: 515px;
    margin-bottom: 515px;
  }

  .tw .xl\:last\:my-104:last-child{
    margin-top: 520px;
    margin-bottom: 520px;
  }

  .tw .xl\:last\:my-105:last-child{
    margin-top: 525px;
    margin-bottom: 525px;
  }

  .tw .xl\:last\:my-106:last-child{
    margin-top: 530px;
    margin-bottom: 530px;
  }

  .tw .xl\:last\:my-107:last-child{
    margin-top: 535px;
    margin-bottom: 535px;
  }

  .tw .xl\:last\:my-108:last-child{
    margin-top: 540px;
    margin-bottom: 540px;
  }

  .tw .xl\:last\:my-109:last-child{
    margin-top: 545px;
    margin-bottom: 545px;
  }

  .tw .xl\:last\:my-110:last-child{
    margin-top: 550px;
    margin-bottom: 550px;
  }

  .tw .xl\:last\:my-111:last-child{
    margin-top: 555px;
    margin-bottom: 555px;
  }

  .tw .xl\:last\:my-112:last-child{
    margin-top: 560px;
    margin-bottom: 560px;
  }

  .tw .xl\:last\:my-113:last-child{
    margin-top: 565px;
    margin-bottom: 565px;
  }

  .tw .xl\:last\:my-114:last-child{
    margin-top: 570px;
    margin-bottom: 570px;
  }

  .tw .xl\:last\:my-115:last-child{
    margin-top: 575px;
    margin-bottom: 575px;
  }

  .tw .xl\:last\:my-116:last-child{
    margin-top: 580px;
    margin-bottom: 580px;
  }

  .tw .xl\:last\:my-117:last-child{
    margin-top: 585px;
    margin-bottom: 585px;
  }

  .tw .xl\:last\:my-118:last-child{
    margin-top: 590px;
    margin-bottom: 590px;
  }

  .tw .xl\:last\:my-119:last-child{
    margin-top: 595px;
    margin-bottom: 595px;
  }

  .tw .xl\:last\:my-120:last-child{
    margin-top: 600px;
    margin-bottom: 600px;
  }

  .tw .xl\:last\:my-121:last-child{
    margin-top: 605px;
    margin-bottom: 605px;
  }

  .tw .xl\:last\:my-122:last-child{
    margin-top: 610px;
    margin-bottom: 610px;
  }

  .tw .xl\:last\:my-123:last-child{
    margin-top: 615px;
    margin-bottom: 615px;
  }

  .tw .xl\:last\:my-124:last-child{
    margin-top: 620px;
    margin-bottom: 620px;
  }

  .tw .xl\:last\:my-125:last-child{
    margin-top: 625px;
    margin-bottom: 625px;
  }

  .tw .xl\:last\:my-126:last-child{
    margin-top: 630px;
    margin-bottom: 630px;
  }

  .tw .xl\:last\:my-127:last-child{
    margin-top: 635px;
    margin-bottom: 635px;
  }

  .tw .xl\:last\:my-128:last-child{
    margin-top: 640px;
    margin-bottom: 640px;
  }

  .tw .xl\:last\:my-129:last-child{
    margin-top: 645px;
    margin-bottom: 645px;
  }

  .tw .xl\:last\:my-130:last-child{
    margin-top: 650px;
    margin-bottom: 650px;
  }

  .tw .xl\:last\:my-131:last-child{
    margin-top: 655px;
    margin-bottom: 655px;
  }

  .tw .xl\:last\:my-132:last-child{
    margin-top: 660px;
    margin-bottom: 660px;
  }

  .tw .xl\:last\:my-133:last-child{
    margin-top: 665px;
    margin-bottom: 665px;
  }

  .tw .xl\:last\:my-134:last-child{
    margin-top: 670px;
    margin-bottom: 670px;
  }

  .tw .xl\:last\:my-135:last-child{
    margin-top: 675px;
    margin-bottom: 675px;
  }

  .tw .xl\:last\:my-136:last-child{
    margin-top: 680px;
    margin-bottom: 680px;
  }

  .tw .xl\:last\:my-137:last-child{
    margin-top: 685px;
    margin-bottom: 685px;
  }

  .tw .xl\:last\:my-138:last-child{
    margin-top: 690px;
    margin-bottom: 690px;
  }

  .tw .xl\:last\:my-139:last-child{
    margin-top: 695px;
    margin-bottom: 695px;
  }

  .tw .xl\:last\:my-140:last-child{
    margin-top: 700px;
    margin-bottom: 700px;
  }

  .tw .xl\:last\:my-141:last-child{
    margin-top: 705px;
    margin-bottom: 705px;
  }

  .tw .xl\:last\:my-142:last-child{
    margin-top: 710px;
    margin-bottom: 710px;
  }

  .tw .xl\:last\:my-143:last-child{
    margin-top: 715px;
    margin-bottom: 715px;
  }

  .tw .xl\:last\:my-144:last-child{
    margin-top: 720px;
    margin-bottom: 720px;
  }

  .tw .xl\:last\:my-145:last-child{
    margin-top: 725px;
    margin-bottom: 725px;
  }

  .tw .xl\:last\:my-146:last-child{
    margin-top: 730px;
    margin-bottom: 730px;
  }

  .tw .xl\:last\:my-147:last-child{
    margin-top: 735px;
    margin-bottom: 735px;
  }

  .tw .xl\:last\:my-148:last-child{
    margin-top: 740px;
    margin-bottom: 740px;
  }

  .tw .xl\:last\:my-149:last-child{
    margin-top: 745px;
    margin-bottom: 745px;
  }

  .tw .xl\:last\:my-auto:last-child{
    margin-top: auto;
    margin-bottom: auto;
  }

  .tw .xl\:last\:my-0\.5:last-child{
    margin-top: 3px;
    margin-bottom: 3px;
  }

  .tw .xl\:last\:my-1px:last-child{
    margin-top: 1px;
    margin-bottom: 1px;
  }

  .tw .xl\:last\:my-2px:last-child{
    margin-top: 2px;
    margin-bottom: 2px;
  }

  .tw .xl\:last\:my-3px:last-child{
    margin-top: 3px;
    margin-bottom: 3px;
  }

  .tw .xl\:last\:my-4px:last-child{
    margin-top: 4px;
    margin-bottom: 4px;
  }

  .tw .xl\:last\:my-5px:last-child{
    margin-top: 5px;
    margin-bottom: 5px;
  }

  .tw .xl\:last\:my-6px:last-child{
    margin-top: 6px;
    margin-bottom: 6px;
  }

  .tw .xl\:last\:my-7px:last-child{
    margin-top: 7px;
    margin-bottom: 7px;
  }

  .tw .xl\:last\:my-8px:last-child{
    margin-top: 8px;
    margin-bottom: 8px;
  }

  .tw .xl\:last\:my-9px:last-child{
    margin-top: 9px;
    margin-bottom: 9px;
  }

  .tw .xl\:last\:my-10px:last-child{
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .tw .xl\:last\:my-11px:last-child{
    margin-top: 11px;
    margin-bottom: 11px;
  }

  .tw .xl\:last\:my-12px:last-child{
    margin-top: 12px;
    margin-bottom: 12px;
  }

  .tw .xl\:last\:my-13px:last-child{
    margin-top: 13px;
    margin-bottom: 13px;
  }

  .tw .xl\:last\:my-14px:last-child{
    margin-top: 14px;
    margin-bottom: 14px;
  }

  .tw .xl\:last\:my-15px:last-child{
    margin-top: 15px;
    margin-bottom: 15px;
  }

  .tw .xl\:last\:my-16px:last-child{
    margin-top: 16px;
    margin-bottom: 16px;
  }

  .tw .xl\:last\:my-17px:last-child{
    margin-top: 17px;
    margin-bottom: 17px;
  }

  .tw .xl\:last\:my-18px:last-child{
    margin-top: 18px;
    margin-bottom: 18px;
  }

  .tw .xl\:last\:my-19px:last-child{
    margin-top: 19px;
    margin-bottom: 19px;
  }

  .tw .xl\:last\:my-20px:last-child{
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .tw .xl\:last\:my-21px:last-child{
    margin-top: 21px;
    margin-bottom: 21px;
  }

  .tw .xl\:last\:my-22px:last-child{
    margin-top: 22px;
    margin-bottom: 22px;
  }

  .tw .xl\:last\:my-23px:last-child{
    margin-top: 23px;
    margin-bottom: 23px;
  }

  .tw .xl\:last\:my-24px:last-child{
    margin-top: 24px;
    margin-bottom: 24px;
  }

  .tw .xl\:last\:my-25px:last-child{
    margin-top: 25px;
    margin-bottom: 25px;
  }

  .tw .xl\:last\:my-26px:last-child{
    margin-top: 26px;
    margin-bottom: 26px;
  }

  .tw .xl\:last\:my-27px:last-child{
    margin-top: 27px;
    margin-bottom: 27px;
  }

  .tw .xl\:last\:my-28px:last-child{
    margin-top: 28px;
    margin-bottom: 28px;
  }

  .tw .xl\:last\:my-29px:last-child{
    margin-top: 29px;
    margin-bottom: 29px;
  }

  .tw .xl\:last\:my-30px:last-child{
    margin-top: 30px;
    margin-bottom: 30px;
  }

  .tw .xl\:last\:my-31px:last-child{
    margin-top: 31px;
    margin-bottom: 31px;
  }

  .tw .xl\:last\:my-32px:last-child{
    margin-top: 32px;
    margin-bottom: 32px;
  }

  .tw .xl\:last\:my-33px:last-child{
    margin-top: 33px;
    margin-bottom: 33px;
  }

  .tw .xl\:last\:my-34px:last-child{
    margin-top: 34px;
    margin-bottom: 34px;
  }

  .tw .xl\:last\:my-35px:last-child{
    margin-top: 35px;
    margin-bottom: 35px;
  }

  .tw .xl\:last\:my-36px:last-child{
    margin-top: 36px;
    margin-bottom: 36px;
  }

  .tw .xl\:last\:my-37px:last-child{
    margin-top: 37px;
    margin-bottom: 37px;
  }

  .tw .xl\:last\:my-38px:last-child{
    margin-top: 38px;
    margin-bottom: 38px;
  }

  .tw .xl\:last\:my-39px:last-child{
    margin-top: 39px;
    margin-bottom: 39px;
  }

  .tw .xl\:last\:my-40px:last-child{
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .tw .xl\:last\:-my-0:last-child{
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .tw .xl\:last\:-my-1:last-child{
    margin-top: -5px;
    margin-bottom: -5px;
  }

  .tw .xl\:last\:-my-2:last-child{
    margin-top: -10px;
    margin-bottom: -10px;
  }

  .tw .xl\:last\:-my-3:last-child{
    margin-top: -15px;
    margin-bottom: -15px;
  }

  .tw .xl\:last\:-my-4:last-child{
    margin-top: -20px;
    margin-bottom: -20px;
  }

  .tw .xl\:last\:-my-5:last-child{
    margin-top: -25px;
    margin-bottom: -25px;
  }

  .tw .xl\:last\:-my-6:last-child{
    margin-top: -30px;
    margin-bottom: -30px;
  }

  .tw .xl\:last\:-my-7:last-child{
    margin-top: -35px;
    margin-bottom: -35px;
  }

  .tw .xl\:last\:-my-8:last-child{
    margin-top: -40px;
    margin-bottom: -40px;
  }

  .tw .xl\:last\:-my-9:last-child{
    margin-top: -45px;
    margin-bottom: -45px;
  }

  .tw .xl\:last\:-my-10:last-child{
    margin-top: -50px;
    margin-bottom: -50px;
  }

  .tw .xl\:last\:-my-11:last-child{
    margin-top: -55px;
    margin-bottom: -55px;
  }

  .tw .xl\:last\:-my-12:last-child{
    margin-top: -60px;
    margin-bottom: -60px;
  }

  .tw .xl\:last\:-my-13:last-child{
    margin-top: -65px;
    margin-bottom: -65px;
  }

  .tw .xl\:last\:-my-14:last-child{
    margin-top: -70px;
    margin-bottom: -70px;
  }

  .tw .xl\:last\:-my-15:last-child{
    margin-top: -75px;
    margin-bottom: -75px;
  }

  .tw .xl\:last\:-my-16:last-child{
    margin-top: -80px;
    margin-bottom: -80px;
  }

  .tw .xl\:last\:-my-17:last-child{
    margin-top: -85px;
    margin-bottom: -85px;
  }

  .tw .xl\:last\:-my-18:last-child{
    margin-top: -90px;
    margin-bottom: -90px;
  }

  .tw .xl\:last\:-my-19:last-child{
    margin-top: -95px;
    margin-bottom: -95px;
  }

  .tw .xl\:last\:-my-20:last-child{
    margin-top: -100px;
    margin-bottom: -100px;
  }

  .tw .xl\:last\:-my-21:last-child{
    margin-top: -105px;
    margin-bottom: -105px;
  }

  .tw .xl\:last\:-my-22:last-child{
    margin-top: -110px;
    margin-bottom: -110px;
  }

  .tw .xl\:last\:-my-23:last-child{
    margin-top: -115px;
    margin-bottom: -115px;
  }

  .tw .xl\:last\:-my-24:last-child{
    margin-top: -120px;
    margin-bottom: -120px;
  }

  .tw .xl\:last\:-my-25:last-child{
    margin-top: -125px;
    margin-bottom: -125px;
  }

  .tw .xl\:last\:-my-26:last-child{
    margin-top: -130px;
    margin-bottom: -130px;
  }

  .tw .xl\:last\:-my-27:last-child{
    margin-top: -135px;
    margin-bottom: -135px;
  }

  .tw .xl\:last\:-my-28:last-child{
    margin-top: -140px;
    margin-bottom: -140px;
  }

  .tw .xl\:last\:-my-29:last-child{
    margin-top: -145px;
    margin-bottom: -145px;
  }

  .tw .xl\:last\:-my-30:last-child{
    margin-top: -150px;
    margin-bottom: -150px;
  }

  .tw .xl\:last\:-my-31:last-child{
    margin-top: -155px;
    margin-bottom: -155px;
  }

  .tw .xl\:last\:-my-32:last-child{
    margin-top: -160px;
    margin-bottom: -160px;
  }

  .tw .xl\:last\:-my-33:last-child{
    margin-top: -165px;
    margin-bottom: -165px;
  }

  .tw .xl\:last\:-my-34:last-child{
    margin-top: -170px;
    margin-bottom: -170px;
  }

  .tw .xl\:last\:-my-35:last-child{
    margin-top: -175px;
    margin-bottom: -175px;
  }

  .tw .xl\:last\:-my-36:last-child{
    margin-top: -180px;
    margin-bottom: -180px;
  }

  .tw .xl\:last\:-my-37:last-child{
    margin-top: -185px;
    margin-bottom: -185px;
  }

  .tw .xl\:last\:-my-38:last-child{
    margin-top: -190px;
    margin-bottom: -190px;
  }

  .tw .xl\:last\:-my-39:last-child{
    margin-top: -195px;
    margin-bottom: -195px;
  }

  .tw .xl\:last\:-my-40:last-child{
    margin-top: -200px;
    margin-bottom: -200px;
  }

  .tw .xl\:last\:-my-41:last-child{
    margin-top: -205px;
    margin-bottom: -205px;
  }

  .tw .xl\:last\:-my-42:last-child{
    margin-top: -210px;
    margin-bottom: -210px;
  }

  .tw .xl\:last\:-my-43:last-child{
    margin-top: -215px;
    margin-bottom: -215px;
  }

  .tw .xl\:last\:-my-44:last-child{
    margin-top: -220px;
    margin-bottom: -220px;
  }

  .tw .xl\:last\:-my-45:last-child{
    margin-top: -225px;
    margin-bottom: -225px;
  }

  .tw .xl\:last\:-my-46:last-child{
    margin-top: -230px;
    margin-bottom: -230px;
  }

  .tw .xl\:last\:-my-47:last-child{
    margin-top: -235px;
    margin-bottom: -235px;
  }

  .tw .xl\:last\:-my-48:last-child{
    margin-top: -240px;
    margin-bottom: -240px;
  }

  .tw .xl\:last\:-my-49:last-child{
    margin-top: -245px;
    margin-bottom: -245px;
  }

  .tw .xl\:last\:-my-50:last-child{
    margin-top: -250px;
    margin-bottom: -250px;
  }

  .tw .xl\:last\:-my-51:last-child{
    margin-top: -255px;
    margin-bottom: -255px;
  }

  .tw .xl\:last\:-my-52:last-child{
    margin-top: -260px;
    margin-bottom: -260px;
  }

  .tw .xl\:last\:-my-53:last-child{
    margin-top: -265px;
    margin-bottom: -265px;
  }

  .tw .xl\:last\:-my-54:last-child{
    margin-top: -270px;
    margin-bottom: -270px;
  }

  .tw .xl\:last\:-my-55:last-child{
    margin-top: -275px;
    margin-bottom: -275px;
  }

  .tw .xl\:last\:-my-56:last-child{
    margin-top: -280px;
    margin-bottom: -280px;
  }

  .tw .xl\:last\:-my-57:last-child{
    margin-top: -285px;
    margin-bottom: -285px;
  }

  .tw .xl\:last\:-my-58:last-child{
    margin-top: -290px;
    margin-bottom: -290px;
  }

  .tw .xl\:last\:-my-59:last-child{
    margin-top: -295px;
    margin-bottom: -295px;
  }

  .tw .xl\:last\:-my-60:last-child{
    margin-top: -300px;
    margin-bottom: -300px;
  }

  .tw .xl\:last\:-my-61:last-child{
    margin-top: -305px;
    margin-bottom: -305px;
  }

  .tw .xl\:last\:-my-62:last-child{
    margin-top: -310px;
    margin-bottom: -310px;
  }

  .tw .xl\:last\:-my-63:last-child{
    margin-top: -315px;
    margin-bottom: -315px;
  }

  .tw .xl\:last\:-my-64:last-child{
    margin-top: -320px;
    margin-bottom: -320px;
  }

  .tw .xl\:last\:-my-65:last-child{
    margin-top: -325px;
    margin-bottom: -325px;
  }

  .tw .xl\:last\:-my-66:last-child{
    margin-top: -330px;
    margin-bottom: -330px;
  }

  .tw .xl\:last\:-my-67:last-child{
    margin-top: -335px;
    margin-bottom: -335px;
  }

  .tw .xl\:last\:-my-68:last-child{
    margin-top: -340px;
    margin-bottom: -340px;
  }

  .tw .xl\:last\:-my-69:last-child{
    margin-top: -345px;
    margin-bottom: -345px;
  }

  .tw .xl\:last\:-my-70:last-child{
    margin-top: -350px;
    margin-bottom: -350px;
  }

  .tw .xl\:last\:-my-71:last-child{
    margin-top: -355px;
    margin-bottom: -355px;
  }

  .tw .xl\:last\:-my-72:last-child{
    margin-top: -360px;
    margin-bottom: -360px;
  }

  .tw .xl\:last\:-my-73:last-child{
    margin-top: -365px;
    margin-bottom: -365px;
  }

  .tw .xl\:last\:-my-74:last-child{
    margin-top: -370px;
    margin-bottom: -370px;
  }

  .tw .xl\:last\:-my-75:last-child{
    margin-top: -375px;
    margin-bottom: -375px;
  }

  .tw .xl\:last\:-my-76:last-child{
    margin-top: -380px;
    margin-bottom: -380px;
  }

  .tw .xl\:last\:-my-77:last-child{
    margin-top: -385px;
    margin-bottom: -385px;
  }

  .tw .xl\:last\:-my-78:last-child{
    margin-top: -390px;
    margin-bottom: -390px;
  }

  .tw .xl\:last\:-my-79:last-child{
    margin-top: -395px;
    margin-bottom: -395px;
  }

  .tw .xl\:last\:-my-80:last-child{
    margin-top: -400px;
    margin-bottom: -400px;
  }

  .tw .xl\:last\:-my-81:last-child{
    margin-top: -405px;
    margin-bottom: -405px;
  }

  .tw .xl\:last\:-my-82:last-child{
    margin-top: -410px;
    margin-bottom: -410px;
  }

  .tw .xl\:last\:-my-83:last-child{
    margin-top: -415px;
    margin-bottom: -415px;
  }

  .tw .xl\:last\:-my-84:last-child{
    margin-top: -420px;
    margin-bottom: -420px;
  }

  .tw .xl\:last\:-my-85:last-child{
    margin-top: -425px;
    margin-bottom: -425px;
  }

  .tw .xl\:last\:-my-86:last-child{
    margin-top: -430px;
    margin-bottom: -430px;
  }

  .tw .xl\:last\:-my-87:last-child{
    margin-top: -435px;
    margin-bottom: -435px;
  }

  .tw .xl\:last\:-my-88:last-child{
    margin-top: -440px;
    margin-bottom: -440px;
  }

  .tw .xl\:last\:-my-89:last-child{
    margin-top: -445px;
    margin-bottom: -445px;
  }

  .tw .xl\:last\:-my-90:last-child{
    margin-top: -450px;
    margin-bottom: -450px;
  }

  .tw .xl\:last\:-my-91:last-child{
    margin-top: -455px;
    margin-bottom: -455px;
  }

  .tw .xl\:last\:-my-92:last-child{
    margin-top: -460px;
    margin-bottom: -460px;
  }

  .tw .xl\:last\:-my-93:last-child{
    margin-top: -465px;
    margin-bottom: -465px;
  }

  .tw .xl\:last\:-my-94:last-child{
    margin-top: -470px;
    margin-bottom: -470px;
  }

  .tw .xl\:last\:-my-95:last-child{
    margin-top: -475px;
    margin-bottom: -475px;
  }

  .tw .xl\:last\:-my-96:last-child{
    margin-top: -480px;
    margin-bottom: -480px;
  }

  .tw .xl\:last\:-my-97:last-child{
    margin-top: -485px;
    margin-bottom: -485px;
  }

  .tw .xl\:last\:-my-98:last-child{
    margin-top: -490px;
    margin-bottom: -490px;
  }

  .tw .xl\:last\:-my-99:last-child{
    margin-top: -495px;
    margin-bottom: -495px;
  }

  .tw .xl\:last\:-my-100:last-child{
    margin-top: -500px;
    margin-bottom: -500px;
  }

  .tw .xl\:last\:-my-101:last-child{
    margin-top: -505px;
    margin-bottom: -505px;
  }

  .tw .xl\:last\:-my-102:last-child{
    margin-top: -510px;
    margin-bottom: -510px;
  }

  .tw .xl\:last\:-my-103:last-child{
    margin-top: -515px;
    margin-bottom: -515px;
  }

  .tw .xl\:last\:-my-104:last-child{
    margin-top: -520px;
    margin-bottom: -520px;
  }

  .tw .xl\:last\:-my-105:last-child{
    margin-top: -525px;
    margin-bottom: -525px;
  }

  .tw .xl\:last\:-my-106:last-child{
    margin-top: -530px;
    margin-bottom: -530px;
  }

  .tw .xl\:last\:-my-107:last-child{
    margin-top: -535px;
    margin-bottom: -535px;
  }

  .tw .xl\:last\:-my-108:last-child{
    margin-top: -540px;
    margin-bottom: -540px;
  }

  .tw .xl\:last\:-my-109:last-child{
    margin-top: -545px;
    margin-bottom: -545px;
  }

  .tw .xl\:last\:-my-110:last-child{
    margin-top: -550px;
    margin-bottom: -550px;
  }

  .tw .xl\:last\:-my-111:last-child{
    margin-top: -555px;
    margin-bottom: -555px;
  }

  .tw .xl\:last\:-my-112:last-child{
    margin-top: -560px;
    margin-bottom: -560px;
  }

  .tw .xl\:last\:-my-113:last-child{
    margin-top: -565px;
    margin-bottom: -565px;
  }

  .tw .xl\:last\:-my-114:last-child{
    margin-top: -570px;
    margin-bottom: -570px;
  }

  .tw .xl\:last\:-my-115:last-child{
    margin-top: -575px;
    margin-bottom: -575px;
  }

  .tw .xl\:last\:-my-116:last-child{
    margin-top: -580px;
    margin-bottom: -580px;
  }

  .tw .xl\:last\:-my-117:last-child{
    margin-top: -585px;
    margin-bottom: -585px;
  }

  .tw .xl\:last\:-my-118:last-child{
    margin-top: -590px;
    margin-bottom: -590px;
  }

  .tw .xl\:last\:-my-119:last-child{
    margin-top: -595px;
    margin-bottom: -595px;
  }

  .tw .xl\:last\:-my-120:last-child{
    margin-top: -600px;
    margin-bottom: -600px;
  }

  .tw .xl\:last\:-my-121:last-child{
    margin-top: -605px;
    margin-bottom: -605px;
  }

  .tw .xl\:last\:-my-122:last-child{
    margin-top: -610px;
    margin-bottom: -610px;
  }

  .tw .xl\:last\:-my-123:last-child{
    margin-top: -615px;
    margin-bottom: -615px;
  }

  .tw .xl\:last\:-my-124:last-child{
    margin-top: -620px;
    margin-bottom: -620px;
  }

  .tw .xl\:last\:-my-125:last-child{
    margin-top: -625px;
    margin-bottom: -625px;
  }

  .tw .xl\:last\:-my-126:last-child{
    margin-top: -630px;
    margin-bottom: -630px;
  }

  .tw .xl\:last\:-my-127:last-child{
    margin-top: -635px;
    margin-bottom: -635px;
  }

  .tw .xl\:last\:-my-128:last-child{
    margin-top: -640px;
    margin-bottom: -640px;
  }

  .tw .xl\:last\:-my-129:last-child{
    margin-top: -645px;
    margin-bottom: -645px;
  }

  .tw .xl\:last\:-my-130:last-child{
    margin-top: -650px;
    margin-bottom: -650px;
  }

  .tw .xl\:last\:-my-131:last-child{
    margin-top: -655px;
    margin-bottom: -655px;
  }

  .tw .xl\:last\:-my-132:last-child{
    margin-top: -660px;
    margin-bottom: -660px;
  }

  .tw .xl\:last\:-my-133:last-child{
    margin-top: -665px;
    margin-bottom: -665px;
  }

  .tw .xl\:last\:-my-134:last-child{
    margin-top: -670px;
    margin-bottom: -670px;
  }

  .tw .xl\:last\:-my-135:last-child{
    margin-top: -675px;
    margin-bottom: -675px;
  }

  .tw .xl\:last\:-my-136:last-child{
    margin-top: -680px;
    margin-bottom: -680px;
  }

  .tw .xl\:last\:-my-137:last-child{
    margin-top: -685px;
    margin-bottom: -685px;
  }

  .tw .xl\:last\:-my-138:last-child{
    margin-top: -690px;
    margin-bottom: -690px;
  }

  .tw .xl\:last\:-my-139:last-child{
    margin-top: -695px;
    margin-bottom: -695px;
  }

  .tw .xl\:last\:-my-140:last-child{
    margin-top: -700px;
    margin-bottom: -700px;
  }

  .tw .xl\:last\:-my-141:last-child{
    margin-top: -705px;
    margin-bottom: -705px;
  }

  .tw .xl\:last\:-my-142:last-child{
    margin-top: -710px;
    margin-bottom: -710px;
  }

  .tw .xl\:last\:-my-143:last-child{
    margin-top: -715px;
    margin-bottom: -715px;
  }

  .tw .xl\:last\:-my-144:last-child{
    margin-top: -720px;
    margin-bottom: -720px;
  }

  .tw .xl\:last\:-my-145:last-child{
    margin-top: -725px;
    margin-bottom: -725px;
  }

  .tw .xl\:last\:-my-146:last-child{
    margin-top: -730px;
    margin-bottom: -730px;
  }

  .tw .xl\:last\:-my-147:last-child{
    margin-top: -735px;
    margin-bottom: -735px;
  }

  .tw .xl\:last\:-my-148:last-child{
    margin-top: -740px;
    margin-bottom: -740px;
  }

  .tw .xl\:last\:-my-149:last-child{
    margin-top: -745px;
    margin-bottom: -745px;
  }

  .tw .xl\:last\:-my-0\.5:last-child{
    margin-top: -3px;
    margin-bottom: -3px;
  }

  .tw .xl\:last\:-my-1px:last-child{
    margin-top: -1px;
    margin-bottom: -1px;
  }

  .tw .xl\:last\:-my-2px:last-child{
    margin-top: -2px;
    margin-bottom: -2px;
  }

  .tw .xl\:last\:-my-3px:last-child{
    margin-top: -3px;
    margin-bottom: -3px;
  }

  .tw .xl\:last\:-my-4px:last-child{
    margin-top: -4px;
    margin-bottom: -4px;
  }

  .tw .xl\:last\:-my-5px:last-child{
    margin-top: -5px;
    margin-bottom: -5px;
  }

  .tw .xl\:last\:-my-6px:last-child{
    margin-top: -6px;
    margin-bottom: -6px;
  }

  .tw .xl\:last\:-my-7px:last-child{
    margin-top: -7px;
    margin-bottom: -7px;
  }

  .tw .xl\:last\:-my-8px:last-child{
    margin-top: -8px;
    margin-bottom: -8px;
  }

  .tw .xl\:last\:-my-9px:last-child{
    margin-top: -9px;
    margin-bottom: -9px;
  }

  .tw .xl\:last\:-my-10px:last-child{
    margin-top: -10px;
    margin-bottom: -10px;
  }

  .tw .xl\:last\:-my-11px:last-child{
    margin-top: -11px;
    margin-bottom: -11px;
  }

  .tw .xl\:last\:-my-12px:last-child{
    margin-top: -12px;
    margin-bottom: -12px;
  }

  .tw .xl\:last\:-my-13px:last-child{
    margin-top: -13px;
    margin-bottom: -13px;
  }

  .tw .xl\:last\:-my-14px:last-child{
    margin-top: -14px;
    margin-bottom: -14px;
  }

  .tw .xl\:last\:-my-15px:last-child{
    margin-top: -15px;
    margin-bottom: -15px;
  }

  .tw .xl\:last\:-my-16px:last-child{
    margin-top: -16px;
    margin-bottom: -16px;
  }

  .tw .xl\:last\:-my-17px:last-child{
    margin-top: -17px;
    margin-bottom: -17px;
  }

  .tw .xl\:last\:-my-18px:last-child{
    margin-top: -18px;
    margin-bottom: -18px;
  }

  .tw .xl\:last\:-my-19px:last-child{
    margin-top: -19px;
    margin-bottom: -19px;
  }

  .tw .xl\:last\:-my-20px:last-child{
    margin-top: -20px;
    margin-bottom: -20px;
  }

  .tw .xl\:last\:-my-21px:last-child{
    margin-top: -21px;
    margin-bottom: -21px;
  }

  .tw .xl\:last\:-my-22px:last-child{
    margin-top: -22px;
    margin-bottom: -22px;
  }

  .tw .xl\:last\:-my-23px:last-child{
    margin-top: -23px;
    margin-bottom: -23px;
  }

  .tw .xl\:last\:-my-24px:last-child{
    margin-top: -24px;
    margin-bottom: -24px;
  }

  .tw .xl\:last\:-my-25px:last-child{
    margin-top: -25px;
    margin-bottom: -25px;
  }

  .tw .xl\:last\:-my-26px:last-child{
    margin-top: -26px;
    margin-bottom: -26px;
  }

  .tw .xl\:last\:-my-27px:last-child{
    margin-top: -27px;
    margin-bottom: -27px;
  }

  .tw .xl\:last\:-my-28px:last-child{
    margin-top: -28px;
    margin-bottom: -28px;
  }

  .tw .xl\:last\:-my-29px:last-child{
    margin-top: -29px;
    margin-bottom: -29px;
  }

  .tw .xl\:last\:-my-30px:last-child{
    margin-top: -30px;
    margin-bottom: -30px;
  }

  .tw .xl\:last\:-my-31px:last-child{
    margin-top: -31px;
    margin-bottom: -31px;
  }

  .tw .xl\:last\:-my-32px:last-child{
    margin-top: -32px;
    margin-bottom: -32px;
  }

  .tw .xl\:last\:-my-33px:last-child{
    margin-top: -33px;
    margin-bottom: -33px;
  }

  .tw .xl\:last\:-my-34px:last-child{
    margin-top: -34px;
    margin-bottom: -34px;
  }

  .tw .xl\:last\:-my-35px:last-child{
    margin-top: -35px;
    margin-bottom: -35px;
  }

  .tw .xl\:last\:-my-36px:last-child{
    margin-top: -36px;
    margin-bottom: -36px;
  }

  .tw .xl\:last\:-my-37px:last-child{
    margin-top: -37px;
    margin-bottom: -37px;
  }

  .tw .xl\:last\:-my-38px:last-child{
    margin-top: -38px;
    margin-bottom: -38px;
  }

  .tw .xl\:last\:-my-39px:last-child{
    margin-top: -39px;
    margin-bottom: -39px;
  }

  .tw .xl\:last\:-my-40px:last-child{
    margin-top: -40px;
    margin-bottom: -40px;
  }

  .tw .xl\:mt-0{
    margin-top: 0px;
  }

  .tw .xl\:mt-1{
    margin-top: 5px;
  }

  .tw .xl\:mt-2{
    margin-top: 10px;
  }

  .tw .xl\:mt-3{
    margin-top: 15px;
  }

  .tw .xl\:mt-4{
    margin-top: 20px;
  }

  .tw .xl\:mt-5{
    margin-top: 25px;
  }

  .tw .xl\:mt-6{
    margin-top: 30px;
  }

  .tw .xl\:mt-7{
    margin-top: 35px;
  }

  .tw .xl\:mt-8{
    margin-top: 40px;
  }

  .tw .xl\:mt-9{
    margin-top: 45px;
  }

  .tw .xl\:mt-10{
    margin-top: 50px;
  }

  .tw .xl\:mt-11{
    margin-top: 55px;
  }

  .tw .xl\:mt-12{
    margin-top: 60px;
  }

  .tw .xl\:mt-13{
    margin-top: 65px;
  }

  .tw .xl\:mt-14{
    margin-top: 70px;
  }

  .tw .xl\:mt-15{
    margin-top: 75px;
  }

  .tw .xl\:mt-16{
    margin-top: 80px;
  }

  .tw .xl\:mt-17{
    margin-top: 85px;
  }

  .tw .xl\:mt-18{
    margin-top: 90px;
  }

  .tw .xl\:mt-19{
    margin-top: 95px;
  }

  .tw .xl\:mt-20{
    margin-top: 100px;
  }

  .tw .xl\:mt-21{
    margin-top: 105px;
  }

  .tw .xl\:mt-22{
    margin-top: 110px;
  }

  .tw .xl\:mt-23{
    margin-top: 115px;
  }

  .tw .xl\:mt-24{
    margin-top: 120px;
  }

  .tw .xl\:mt-25{
    margin-top: 125px;
  }

  .tw .xl\:mt-26{
    margin-top: 130px;
  }

  .tw .xl\:mt-27{
    margin-top: 135px;
  }

  .tw .xl\:mt-28{
    margin-top: 140px;
  }

  .tw .xl\:mt-29{
    margin-top: 145px;
  }

  .tw .xl\:mt-30{
    margin-top: 150px;
  }

  .tw .xl\:mt-31{
    margin-top: 155px;
  }

  .tw .xl\:mt-32{
    margin-top: 160px;
  }

  .tw .xl\:mt-33{
    margin-top: 165px;
  }

  .tw .xl\:mt-34{
    margin-top: 170px;
  }

  .tw .xl\:mt-35{
    margin-top: 175px;
  }

  .tw .xl\:mt-36{
    margin-top: 180px;
  }

  .tw .xl\:mt-37{
    margin-top: 185px;
  }

  .tw .xl\:mt-38{
    margin-top: 190px;
  }

  .tw .xl\:mt-39{
    margin-top: 195px;
  }

  .tw .xl\:mt-40{
    margin-top: 200px;
  }

  .tw .xl\:mt-41{
    margin-top: 205px;
  }

  .tw .xl\:mt-42{
    margin-top: 210px;
  }

  .tw .xl\:mt-43{
    margin-top: 215px;
  }

  .tw .xl\:mt-44{
    margin-top: 220px;
  }

  .tw .xl\:mt-45{
    margin-top: 225px;
  }

  .tw .xl\:mt-46{
    margin-top: 230px;
  }

  .tw .xl\:mt-47{
    margin-top: 235px;
  }

  .tw .xl\:mt-48{
    margin-top: 240px;
  }

  .tw .xl\:mt-49{
    margin-top: 245px;
  }

  .tw .xl\:mt-50{
    margin-top: 250px;
  }

  .tw .xl\:mt-51{
    margin-top: 255px;
  }

  .tw .xl\:mt-52{
    margin-top: 260px;
  }

  .tw .xl\:mt-53{
    margin-top: 265px;
  }

  .tw .xl\:mt-54{
    margin-top: 270px;
  }

  .tw .xl\:mt-55{
    margin-top: 275px;
  }

  .tw .xl\:mt-56{
    margin-top: 280px;
  }

  .tw .xl\:mt-57{
    margin-top: 285px;
  }

  .tw .xl\:mt-58{
    margin-top: 290px;
  }

  .tw .xl\:mt-59{
    margin-top: 295px;
  }

  .tw .xl\:mt-60{
    margin-top: 300px;
  }

  .tw .xl\:mt-61{
    margin-top: 305px;
  }

  .tw .xl\:mt-62{
    margin-top: 310px;
  }

  .tw .xl\:mt-63{
    margin-top: 315px;
  }

  .tw .xl\:mt-64{
    margin-top: 320px;
  }

  .tw .xl\:mt-65{
    margin-top: 325px;
  }

  .tw .xl\:mt-66{
    margin-top: 330px;
  }

  .tw .xl\:mt-67{
    margin-top: 335px;
  }

  .tw .xl\:mt-68{
    margin-top: 340px;
  }

  .tw .xl\:mt-69{
    margin-top: 345px;
  }

  .tw .xl\:mt-70{
    margin-top: 350px;
  }

  .tw .xl\:mt-71{
    margin-top: 355px;
  }

  .tw .xl\:mt-72{
    margin-top: 360px;
  }

  .tw .xl\:mt-73{
    margin-top: 365px;
  }

  .tw .xl\:mt-74{
    margin-top: 370px;
  }

  .tw .xl\:mt-75{
    margin-top: 375px;
  }

  .tw .xl\:mt-76{
    margin-top: 380px;
  }

  .tw .xl\:mt-77{
    margin-top: 385px;
  }

  .tw .xl\:mt-78{
    margin-top: 390px;
  }

  .tw .xl\:mt-79{
    margin-top: 395px;
  }

  .tw .xl\:mt-80{
    margin-top: 400px;
  }

  .tw .xl\:mt-81{
    margin-top: 405px;
  }

  .tw .xl\:mt-82{
    margin-top: 410px;
  }

  .tw .xl\:mt-83{
    margin-top: 415px;
  }

  .tw .xl\:mt-84{
    margin-top: 420px;
  }

  .tw .xl\:mt-85{
    margin-top: 425px;
  }

  .tw .xl\:mt-86{
    margin-top: 430px;
  }

  .tw .xl\:mt-87{
    margin-top: 435px;
  }

  .tw .xl\:mt-88{
    margin-top: 440px;
  }

  .tw .xl\:mt-89{
    margin-top: 445px;
  }

  .tw .xl\:mt-90{
    margin-top: 450px;
  }

  .tw .xl\:mt-91{
    margin-top: 455px;
  }

  .tw .xl\:mt-92{
    margin-top: 460px;
  }

  .tw .xl\:mt-93{
    margin-top: 465px;
  }

  .tw .xl\:mt-94{
    margin-top: 470px;
  }

  .tw .xl\:mt-95{
    margin-top: 475px;
  }

  .tw .xl\:mt-96{
    margin-top: 480px;
  }

  .tw .xl\:mt-97{
    margin-top: 485px;
  }

  .tw .xl\:mt-98{
    margin-top: 490px;
  }

  .tw .xl\:mt-99{
    margin-top: 495px;
  }

  .tw .xl\:mt-100{
    margin-top: 500px;
  }

  .tw .xl\:mt-101{
    margin-top: 505px;
  }

  .tw .xl\:mt-102{
    margin-top: 510px;
  }

  .tw .xl\:mt-103{
    margin-top: 515px;
  }

  .tw .xl\:mt-104{
    margin-top: 520px;
  }

  .tw .xl\:mt-105{
    margin-top: 525px;
  }

  .tw .xl\:mt-106{
    margin-top: 530px;
  }

  .tw .xl\:mt-107{
    margin-top: 535px;
  }

  .tw .xl\:mt-108{
    margin-top: 540px;
  }

  .tw .xl\:mt-109{
    margin-top: 545px;
  }

  .tw .xl\:mt-110{
    margin-top: 550px;
  }

  .tw .xl\:mt-111{
    margin-top: 555px;
  }

  .tw .xl\:mt-112{
    margin-top: 560px;
  }

  .tw .xl\:mt-113{
    margin-top: 565px;
  }

  .tw .xl\:mt-114{
    margin-top: 570px;
  }

  .tw .xl\:mt-115{
    margin-top: 575px;
  }

  .tw .xl\:mt-116{
    margin-top: 580px;
  }

  .tw .xl\:mt-117{
    margin-top: 585px;
  }

  .tw .xl\:mt-118{
    margin-top: 590px;
  }

  .tw .xl\:mt-119{
    margin-top: 595px;
  }

  .tw .xl\:mt-120{
    margin-top: 600px;
  }

  .tw .xl\:mt-121{
    margin-top: 605px;
  }

  .tw .xl\:mt-122{
    margin-top: 610px;
  }

  .tw .xl\:mt-123{
    margin-top: 615px;
  }

  .tw .xl\:mt-124{
    margin-top: 620px;
  }

  .tw .xl\:mt-125{
    margin-top: 625px;
  }

  .tw .xl\:mt-126{
    margin-top: 630px;
  }

  .tw .xl\:mt-127{
    margin-top: 635px;
  }

  .tw .xl\:mt-128{
    margin-top: 640px;
  }

  .tw .xl\:mt-129{
    margin-top: 645px;
  }

  .tw .xl\:mt-130{
    margin-top: 650px;
  }

  .tw .xl\:mt-131{
    margin-top: 655px;
  }

  .tw .xl\:mt-132{
    margin-top: 660px;
  }

  .tw .xl\:mt-133{
    margin-top: 665px;
  }

  .tw .xl\:mt-134{
    margin-top: 670px;
  }

  .tw .xl\:mt-135{
    margin-top: 675px;
  }

  .tw .xl\:mt-136{
    margin-top: 680px;
  }

  .tw .xl\:mt-137{
    margin-top: 685px;
  }

  .tw .xl\:mt-138{
    margin-top: 690px;
  }

  .tw .xl\:mt-139{
    margin-top: 695px;
  }

  .tw .xl\:mt-140{
    margin-top: 700px;
  }

  .tw .xl\:mt-141{
    margin-top: 705px;
  }

  .tw .xl\:mt-142{
    margin-top: 710px;
  }

  .tw .xl\:mt-143{
    margin-top: 715px;
  }

  .tw .xl\:mt-144{
    margin-top: 720px;
  }

  .tw .xl\:mt-145{
    margin-top: 725px;
  }

  .tw .xl\:mt-146{
    margin-top: 730px;
  }

  .tw .xl\:mt-147{
    margin-top: 735px;
  }

  .tw .xl\:mt-148{
    margin-top: 740px;
  }

  .tw .xl\:mt-149{
    margin-top: 745px;
  }

  .tw .xl\:mt-auto{
    margin-top: auto;
  }

  .tw .xl\:mt-0\.5{
    margin-top: 3px;
  }

  .tw .xl\:mt-1px{
    margin-top: 1px;
  }

  .tw .xl\:mt-2px{
    margin-top: 2px;
  }

  .tw .xl\:mt-3px{
    margin-top: 3px;
  }

  .tw .xl\:mt-4px{
    margin-top: 4px;
  }

  .tw .xl\:mt-5px{
    margin-top: 5px;
  }

  .tw .xl\:mt-6px{
    margin-top: 6px;
  }

  .tw .xl\:mt-7px{
    margin-top: 7px;
  }

  .tw .xl\:mt-8px{
    margin-top: 8px;
  }

  .tw .xl\:mt-9px{
    margin-top: 9px;
  }

  .tw .xl\:mt-10px{
    margin-top: 10px;
  }

  .tw .xl\:mt-11px{
    margin-top: 11px;
  }

  .tw .xl\:mt-12px{
    margin-top: 12px;
  }

  .tw .xl\:mt-13px{
    margin-top: 13px;
  }

  .tw .xl\:mt-14px{
    margin-top: 14px;
  }

  .tw .xl\:mt-15px{
    margin-top: 15px;
  }

  .tw .xl\:mt-16px{
    margin-top: 16px;
  }

  .tw .xl\:mt-17px{
    margin-top: 17px;
  }

  .tw .xl\:mt-18px{
    margin-top: 18px;
  }

  .tw .xl\:mt-19px{
    margin-top: 19px;
  }

  .tw .xl\:mt-20px{
    margin-top: 20px;
  }

  .tw .xl\:mt-21px{
    margin-top: 21px;
  }

  .tw .xl\:mt-22px{
    margin-top: 22px;
  }

  .tw .xl\:mt-23px{
    margin-top: 23px;
  }

  .tw .xl\:mt-24px{
    margin-top: 24px;
  }

  .tw .xl\:mt-25px{
    margin-top: 25px;
  }

  .tw .xl\:mt-26px{
    margin-top: 26px;
  }

  .tw .xl\:mt-27px{
    margin-top: 27px;
  }

  .tw .xl\:mt-28px{
    margin-top: 28px;
  }

  .tw .xl\:mt-29px{
    margin-top: 29px;
  }

  .tw .xl\:mt-30px{
    margin-top: 30px;
  }

  .tw .xl\:mt-31px{
    margin-top: 31px;
  }

  .tw .xl\:mt-32px{
    margin-top: 32px;
  }

  .tw .xl\:mt-33px{
    margin-top: 33px;
  }

  .tw .xl\:mt-34px{
    margin-top: 34px;
  }

  .tw .xl\:mt-35px{
    margin-top: 35px;
  }

  .tw .xl\:mt-36px{
    margin-top: 36px;
  }

  .tw .xl\:mt-37px{
    margin-top: 37px;
  }

  .tw .xl\:mt-38px{
    margin-top: 38px;
  }

  .tw .xl\:mt-39px{
    margin-top: 39px;
  }

  .tw .xl\:mt-40px{
    margin-top: 40px;
  }

  .tw .xl\:-mt-0{
    margin-top: 0px;
  }

  .tw .xl\:-mt-1{
    margin-top: -5px;
  }

  .tw .xl\:-mt-2{
    margin-top: -10px;
  }

  .tw .xl\:-mt-3{
    margin-top: -15px;
  }

  .tw .xl\:-mt-4{
    margin-top: -20px;
  }

  .tw .xl\:-mt-5{
    margin-top: -25px;
  }

  .tw .xl\:-mt-6{
    margin-top: -30px;
  }

  .tw .xl\:-mt-7{
    margin-top: -35px;
  }

  .tw .xl\:-mt-8{
    margin-top: -40px;
  }

  .tw .xl\:-mt-9{
    margin-top: -45px;
  }

  .tw .xl\:-mt-10{
    margin-top: -50px;
  }

  .tw .xl\:-mt-11{
    margin-top: -55px;
  }

  .tw .xl\:-mt-12{
    margin-top: -60px;
  }

  .tw .xl\:-mt-13{
    margin-top: -65px;
  }

  .tw .xl\:-mt-14{
    margin-top: -70px;
  }

  .tw .xl\:-mt-15{
    margin-top: -75px;
  }

  .tw .xl\:-mt-16{
    margin-top: -80px;
  }

  .tw .xl\:-mt-17{
    margin-top: -85px;
  }

  .tw .xl\:-mt-18{
    margin-top: -90px;
  }

  .tw .xl\:-mt-19{
    margin-top: -95px;
  }

  .tw .xl\:-mt-20{
    margin-top: -100px;
  }

  .tw .xl\:-mt-21{
    margin-top: -105px;
  }

  .tw .xl\:-mt-22{
    margin-top: -110px;
  }

  .tw .xl\:-mt-23{
    margin-top: -115px;
  }

  .tw .xl\:-mt-24{
    margin-top: -120px;
  }

  .tw .xl\:-mt-25{
    margin-top: -125px;
  }

  .tw .xl\:-mt-26{
    margin-top: -130px;
  }

  .tw .xl\:-mt-27{
    margin-top: -135px;
  }

  .tw .xl\:-mt-28{
    margin-top: -140px;
  }

  .tw .xl\:-mt-29{
    margin-top: -145px;
  }

  .tw .xl\:-mt-30{
    margin-top: -150px;
  }

  .tw .xl\:-mt-31{
    margin-top: -155px;
  }

  .tw .xl\:-mt-32{
    margin-top: -160px;
  }

  .tw .xl\:-mt-33{
    margin-top: -165px;
  }

  .tw .xl\:-mt-34{
    margin-top: -170px;
  }

  .tw .xl\:-mt-35{
    margin-top: -175px;
  }

  .tw .xl\:-mt-36{
    margin-top: -180px;
  }

  .tw .xl\:-mt-37{
    margin-top: -185px;
  }

  .tw .xl\:-mt-38{
    margin-top: -190px;
  }

  .tw .xl\:-mt-39{
    margin-top: -195px;
  }

  .tw .xl\:-mt-40{
    margin-top: -200px;
  }

  .tw .xl\:-mt-41{
    margin-top: -205px;
  }

  .tw .xl\:-mt-42{
    margin-top: -210px;
  }

  .tw .xl\:-mt-43{
    margin-top: -215px;
  }

  .tw .xl\:-mt-44{
    margin-top: -220px;
  }

  .tw .xl\:-mt-45{
    margin-top: -225px;
  }

  .tw .xl\:-mt-46{
    margin-top: -230px;
  }

  .tw .xl\:-mt-47{
    margin-top: -235px;
  }

  .tw .xl\:-mt-48{
    margin-top: -240px;
  }

  .tw .xl\:-mt-49{
    margin-top: -245px;
  }

  .tw .xl\:-mt-50{
    margin-top: -250px;
  }

  .tw .xl\:-mt-51{
    margin-top: -255px;
  }

  .tw .xl\:-mt-52{
    margin-top: -260px;
  }

  .tw .xl\:-mt-53{
    margin-top: -265px;
  }

  .tw .xl\:-mt-54{
    margin-top: -270px;
  }

  .tw .xl\:-mt-55{
    margin-top: -275px;
  }

  .tw .xl\:-mt-56{
    margin-top: -280px;
  }

  .tw .xl\:-mt-57{
    margin-top: -285px;
  }

  .tw .xl\:-mt-58{
    margin-top: -290px;
  }

  .tw .xl\:-mt-59{
    margin-top: -295px;
  }

  .tw .xl\:-mt-60{
    margin-top: -300px;
  }

  .tw .xl\:-mt-61{
    margin-top: -305px;
  }

  .tw .xl\:-mt-62{
    margin-top: -310px;
  }

  .tw .xl\:-mt-63{
    margin-top: -315px;
  }

  .tw .xl\:-mt-64{
    margin-top: -320px;
  }

  .tw .xl\:-mt-65{
    margin-top: -325px;
  }

  .tw .xl\:-mt-66{
    margin-top: -330px;
  }

  .tw .xl\:-mt-67{
    margin-top: -335px;
  }

  .tw .xl\:-mt-68{
    margin-top: -340px;
  }

  .tw .xl\:-mt-69{
    margin-top: -345px;
  }

  .tw .xl\:-mt-70{
    margin-top: -350px;
  }

  .tw .xl\:-mt-71{
    margin-top: -355px;
  }

  .tw .xl\:-mt-72{
    margin-top: -360px;
  }

  .tw .xl\:-mt-73{
    margin-top: -365px;
  }

  .tw .xl\:-mt-74{
    margin-top: -370px;
  }

  .tw .xl\:-mt-75{
    margin-top: -375px;
  }

  .tw .xl\:-mt-76{
    margin-top: -380px;
  }

  .tw .xl\:-mt-77{
    margin-top: -385px;
  }

  .tw .xl\:-mt-78{
    margin-top: -390px;
  }

  .tw .xl\:-mt-79{
    margin-top: -395px;
  }

  .tw .xl\:-mt-80{
    margin-top: -400px;
  }

  .tw .xl\:-mt-81{
    margin-top: -405px;
  }

  .tw .xl\:-mt-82{
    margin-top: -410px;
  }

  .tw .xl\:-mt-83{
    margin-top: -415px;
  }

  .tw .xl\:-mt-84{
    margin-top: -420px;
  }

  .tw .xl\:-mt-85{
    margin-top: -425px;
  }

  .tw .xl\:-mt-86{
    margin-top: -430px;
  }

  .tw .xl\:-mt-87{
    margin-top: -435px;
  }

  .tw .xl\:-mt-88{
    margin-top: -440px;
  }

  .tw .xl\:-mt-89{
    margin-top: -445px;
  }

  .tw .xl\:-mt-90{
    margin-top: -450px;
  }

  .tw .xl\:-mt-91{
    margin-top: -455px;
  }

  .tw .xl\:-mt-92{
    margin-top: -460px;
  }

  .tw .xl\:-mt-93{
    margin-top: -465px;
  }

  .tw .xl\:-mt-94{
    margin-top: -470px;
  }

  .tw .xl\:-mt-95{
    margin-top: -475px;
  }

  .tw .xl\:-mt-96{
    margin-top: -480px;
  }

  .tw .xl\:-mt-97{
    margin-top: -485px;
  }

  .tw .xl\:-mt-98{
    margin-top: -490px;
  }

  .tw .xl\:-mt-99{
    margin-top: -495px;
  }

  .tw .xl\:-mt-100{
    margin-top: -500px;
  }

  .tw .xl\:-mt-101{
    margin-top: -505px;
  }

  .tw .xl\:-mt-102{
    margin-top: -510px;
  }

  .tw .xl\:-mt-103{
    margin-top: -515px;
  }

  .tw .xl\:-mt-104{
    margin-top: -520px;
  }

  .tw .xl\:-mt-105{
    margin-top: -525px;
  }

  .tw .xl\:-mt-106{
    margin-top: -530px;
  }

  .tw .xl\:-mt-107{
    margin-top: -535px;
  }

  .tw .xl\:-mt-108{
    margin-top: -540px;
  }

  .tw .xl\:-mt-109{
    margin-top: -545px;
  }

  .tw .xl\:-mt-110{
    margin-top: -550px;
  }

  .tw .xl\:-mt-111{
    margin-top: -555px;
  }

  .tw .xl\:-mt-112{
    margin-top: -560px;
  }

  .tw .xl\:-mt-113{
    margin-top: -565px;
  }

  .tw .xl\:-mt-114{
    margin-top: -570px;
  }

  .tw .xl\:-mt-115{
    margin-top: -575px;
  }

  .tw .xl\:-mt-116{
    margin-top: -580px;
  }

  .tw .xl\:-mt-117{
    margin-top: -585px;
  }

  .tw .xl\:-mt-118{
    margin-top: -590px;
  }

  .tw .xl\:-mt-119{
    margin-top: -595px;
  }

  .tw .xl\:-mt-120{
    margin-top: -600px;
  }

  .tw .xl\:-mt-121{
    margin-top: -605px;
  }

  .tw .xl\:-mt-122{
    margin-top: -610px;
  }

  .tw .xl\:-mt-123{
    margin-top: -615px;
  }

  .tw .xl\:-mt-124{
    margin-top: -620px;
  }

  .tw .xl\:-mt-125{
    margin-top: -625px;
  }

  .tw .xl\:-mt-126{
    margin-top: -630px;
  }

  .tw .xl\:-mt-127{
    margin-top: -635px;
  }

  .tw .xl\:-mt-128{
    margin-top: -640px;
  }

  .tw .xl\:-mt-129{
    margin-top: -645px;
  }

  .tw .xl\:-mt-130{
    margin-top: -650px;
  }

  .tw .xl\:-mt-131{
    margin-top: -655px;
  }

  .tw .xl\:-mt-132{
    margin-top: -660px;
  }

  .tw .xl\:-mt-133{
    margin-top: -665px;
  }

  .tw .xl\:-mt-134{
    margin-top: -670px;
  }

  .tw .xl\:-mt-135{
    margin-top: -675px;
  }

  .tw .xl\:-mt-136{
    margin-top: -680px;
  }

  .tw .xl\:-mt-137{
    margin-top: -685px;
  }

  .tw .xl\:-mt-138{
    margin-top: -690px;
  }

  .tw .xl\:-mt-139{
    margin-top: -695px;
  }

  .tw .xl\:-mt-140{
    margin-top: -700px;
  }

  .tw .xl\:-mt-141{
    margin-top: -705px;
  }

  .tw .xl\:-mt-142{
    margin-top: -710px;
  }

  .tw .xl\:-mt-143{
    margin-top: -715px;
  }

  .tw .xl\:-mt-144{
    margin-top: -720px;
  }

  .tw .xl\:-mt-145{
    margin-top: -725px;
  }

  .tw .xl\:-mt-146{
    margin-top: -730px;
  }

  .tw .xl\:-mt-147{
    margin-top: -735px;
  }

  .tw .xl\:-mt-148{
    margin-top: -740px;
  }

  .tw .xl\:-mt-149{
    margin-top: -745px;
  }

  .tw .xl\:-mt-0\.5{
    margin-top: -3px;
  }

  .tw .xl\:-mt-1px{
    margin-top: -1px;
  }

  .tw .xl\:-mt-2px{
    margin-top: -2px;
  }

  .tw .xl\:-mt-3px{
    margin-top: -3px;
  }

  .tw .xl\:-mt-4px{
    margin-top: -4px;
  }

  .tw .xl\:-mt-5px{
    margin-top: -5px;
  }

  .tw .xl\:-mt-6px{
    margin-top: -6px;
  }

  .tw .xl\:-mt-7px{
    margin-top: -7px;
  }

  .tw .xl\:-mt-8px{
    margin-top: -8px;
  }

  .tw .xl\:-mt-9px{
    margin-top: -9px;
  }

  .tw .xl\:-mt-10px{
    margin-top: -10px;
  }

  .tw .xl\:-mt-11px{
    margin-top: -11px;
  }

  .tw .xl\:-mt-12px{
    margin-top: -12px;
  }

  .tw .xl\:-mt-13px{
    margin-top: -13px;
  }

  .tw .xl\:-mt-14px{
    margin-top: -14px;
  }

  .tw .xl\:-mt-15px{
    margin-top: -15px;
  }

  .tw .xl\:-mt-16px{
    margin-top: -16px;
  }

  .tw .xl\:-mt-17px{
    margin-top: -17px;
  }

  .tw .xl\:-mt-18px{
    margin-top: -18px;
  }

  .tw .xl\:-mt-19px{
    margin-top: -19px;
  }

  .tw .xl\:-mt-20px{
    margin-top: -20px;
  }

  .tw .xl\:-mt-21px{
    margin-top: -21px;
  }

  .tw .xl\:-mt-22px{
    margin-top: -22px;
  }

  .tw .xl\:-mt-23px{
    margin-top: -23px;
  }

  .tw .xl\:-mt-24px{
    margin-top: -24px;
  }

  .tw .xl\:-mt-25px{
    margin-top: -25px;
  }

  .tw .xl\:-mt-26px{
    margin-top: -26px;
  }

  .tw .xl\:-mt-27px{
    margin-top: -27px;
  }

  .tw .xl\:-mt-28px{
    margin-top: -28px;
  }

  .tw .xl\:-mt-29px{
    margin-top: -29px;
  }

  .tw .xl\:-mt-30px{
    margin-top: -30px;
  }

  .tw .xl\:-mt-31px{
    margin-top: -31px;
  }

  .tw .xl\:-mt-32px{
    margin-top: -32px;
  }

  .tw .xl\:-mt-33px{
    margin-top: -33px;
  }

  .tw .xl\:-mt-34px{
    margin-top: -34px;
  }

  .tw .xl\:-mt-35px{
    margin-top: -35px;
  }

  .tw .xl\:-mt-36px{
    margin-top: -36px;
  }

  .tw .xl\:-mt-37px{
    margin-top: -37px;
  }

  .tw .xl\:-mt-38px{
    margin-top: -38px;
  }

  .tw .xl\:-mt-39px{
    margin-top: -39px;
  }

  .tw .xl\:-mt-40px{
    margin-top: -40px;
  }

  .tw .xl\:mr-0{
    margin-right: 0px;
  }

  .tw .xl\:mr-1{
    margin-right: 5px;
  }

  .tw .xl\:mr-2{
    margin-right: 10px;
  }

  .tw .xl\:mr-3{
    margin-right: 15px;
  }

  .tw .xl\:mr-4{
    margin-right: 20px;
  }

  .tw .xl\:mr-5{
    margin-right: 25px;
  }

  .tw .xl\:mr-6{
    margin-right: 30px;
  }

  .tw .xl\:mr-7{
    margin-right: 35px;
  }

  .tw .xl\:mr-8{
    margin-right: 40px;
  }

  .tw .xl\:mr-9{
    margin-right: 45px;
  }

  .tw .xl\:mr-10{
    margin-right: 50px;
  }

  .tw .xl\:mr-11{
    margin-right: 55px;
  }

  .tw .xl\:mr-12{
    margin-right: 60px;
  }

  .tw .xl\:mr-13{
    margin-right: 65px;
  }

  .tw .xl\:mr-14{
    margin-right: 70px;
  }

  .tw .xl\:mr-15{
    margin-right: 75px;
  }

  .tw .xl\:mr-16{
    margin-right: 80px;
  }

  .tw .xl\:mr-17{
    margin-right: 85px;
  }

  .tw .xl\:mr-18{
    margin-right: 90px;
  }

  .tw .xl\:mr-19{
    margin-right: 95px;
  }

  .tw .xl\:mr-20{
    margin-right: 100px;
  }

  .tw .xl\:mr-21{
    margin-right: 105px;
  }

  .tw .xl\:mr-22{
    margin-right: 110px;
  }

  .tw .xl\:mr-23{
    margin-right: 115px;
  }

  .tw .xl\:mr-24{
    margin-right: 120px;
  }

  .tw .xl\:mr-25{
    margin-right: 125px;
  }

  .tw .xl\:mr-26{
    margin-right: 130px;
  }

  .tw .xl\:mr-27{
    margin-right: 135px;
  }

  .tw .xl\:mr-28{
    margin-right: 140px;
  }

  .tw .xl\:mr-29{
    margin-right: 145px;
  }

  .tw .xl\:mr-30{
    margin-right: 150px;
  }

  .tw .xl\:mr-31{
    margin-right: 155px;
  }

  .tw .xl\:mr-32{
    margin-right: 160px;
  }

  .tw .xl\:mr-33{
    margin-right: 165px;
  }

  .tw .xl\:mr-34{
    margin-right: 170px;
  }

  .tw .xl\:mr-35{
    margin-right: 175px;
  }

  .tw .xl\:mr-36{
    margin-right: 180px;
  }

  .tw .xl\:mr-37{
    margin-right: 185px;
  }

  .tw .xl\:mr-38{
    margin-right: 190px;
  }

  .tw .xl\:mr-39{
    margin-right: 195px;
  }

  .tw .xl\:mr-40{
    margin-right: 200px;
  }

  .tw .xl\:mr-41{
    margin-right: 205px;
  }

  .tw .xl\:mr-42{
    margin-right: 210px;
  }

  .tw .xl\:mr-43{
    margin-right: 215px;
  }

  .tw .xl\:mr-44{
    margin-right: 220px;
  }

  .tw .xl\:mr-45{
    margin-right: 225px;
  }

  .tw .xl\:mr-46{
    margin-right: 230px;
  }

  .tw .xl\:mr-47{
    margin-right: 235px;
  }

  .tw .xl\:mr-48{
    margin-right: 240px;
  }

  .tw .xl\:mr-49{
    margin-right: 245px;
  }

  .tw .xl\:mr-50{
    margin-right: 250px;
  }

  .tw .xl\:mr-51{
    margin-right: 255px;
  }

  .tw .xl\:mr-52{
    margin-right: 260px;
  }

  .tw .xl\:mr-53{
    margin-right: 265px;
  }

  .tw .xl\:mr-54{
    margin-right: 270px;
  }

  .tw .xl\:mr-55{
    margin-right: 275px;
  }

  .tw .xl\:mr-56{
    margin-right: 280px;
  }

  .tw .xl\:mr-57{
    margin-right: 285px;
  }

  .tw .xl\:mr-58{
    margin-right: 290px;
  }

  .tw .xl\:mr-59{
    margin-right: 295px;
  }

  .tw .xl\:mr-60{
    margin-right: 300px;
  }

  .tw .xl\:mr-61{
    margin-right: 305px;
  }

  .tw .xl\:mr-62{
    margin-right: 310px;
  }

  .tw .xl\:mr-63{
    margin-right: 315px;
  }

  .tw .xl\:mr-64{
    margin-right: 320px;
  }

  .tw .xl\:mr-65{
    margin-right: 325px;
  }

  .tw .xl\:mr-66{
    margin-right: 330px;
  }

  .tw .xl\:mr-67{
    margin-right: 335px;
  }

  .tw .xl\:mr-68{
    margin-right: 340px;
  }

  .tw .xl\:mr-69{
    margin-right: 345px;
  }

  .tw .xl\:mr-70{
    margin-right: 350px;
  }

  .tw .xl\:mr-71{
    margin-right: 355px;
  }

  .tw .xl\:mr-72{
    margin-right: 360px;
  }

  .tw .xl\:mr-73{
    margin-right: 365px;
  }

  .tw .xl\:mr-74{
    margin-right: 370px;
  }

  .tw .xl\:mr-75{
    margin-right: 375px;
  }

  .tw .xl\:mr-76{
    margin-right: 380px;
  }

  .tw .xl\:mr-77{
    margin-right: 385px;
  }

  .tw .xl\:mr-78{
    margin-right: 390px;
  }

  .tw .xl\:mr-79{
    margin-right: 395px;
  }

  .tw .xl\:mr-80{
    margin-right: 400px;
  }

  .tw .xl\:mr-81{
    margin-right: 405px;
  }

  .tw .xl\:mr-82{
    margin-right: 410px;
  }

  .tw .xl\:mr-83{
    margin-right: 415px;
  }

  .tw .xl\:mr-84{
    margin-right: 420px;
  }

  .tw .xl\:mr-85{
    margin-right: 425px;
  }

  .tw .xl\:mr-86{
    margin-right: 430px;
  }

  .tw .xl\:mr-87{
    margin-right: 435px;
  }

  .tw .xl\:mr-88{
    margin-right: 440px;
  }

  .tw .xl\:mr-89{
    margin-right: 445px;
  }

  .tw .xl\:mr-90{
    margin-right: 450px;
  }

  .tw .xl\:mr-91{
    margin-right: 455px;
  }

  .tw .xl\:mr-92{
    margin-right: 460px;
  }

  .tw .xl\:mr-93{
    margin-right: 465px;
  }

  .tw .xl\:mr-94{
    margin-right: 470px;
  }

  .tw .xl\:mr-95{
    margin-right: 475px;
  }

  .tw .xl\:mr-96{
    margin-right: 480px;
  }

  .tw .xl\:mr-97{
    margin-right: 485px;
  }

  .tw .xl\:mr-98{
    margin-right: 490px;
  }

  .tw .xl\:mr-99{
    margin-right: 495px;
  }

  .tw .xl\:mr-100{
    margin-right: 500px;
  }

  .tw .xl\:mr-101{
    margin-right: 505px;
  }

  .tw .xl\:mr-102{
    margin-right: 510px;
  }

  .tw .xl\:mr-103{
    margin-right: 515px;
  }

  .tw .xl\:mr-104{
    margin-right: 520px;
  }

  .tw .xl\:mr-105{
    margin-right: 525px;
  }

  .tw .xl\:mr-106{
    margin-right: 530px;
  }

  .tw .xl\:mr-107{
    margin-right: 535px;
  }

  .tw .xl\:mr-108{
    margin-right: 540px;
  }

  .tw .xl\:mr-109{
    margin-right: 545px;
  }

  .tw .xl\:mr-110{
    margin-right: 550px;
  }

  .tw .xl\:mr-111{
    margin-right: 555px;
  }

  .tw .xl\:mr-112{
    margin-right: 560px;
  }

  .tw .xl\:mr-113{
    margin-right: 565px;
  }

  .tw .xl\:mr-114{
    margin-right: 570px;
  }

  .tw .xl\:mr-115{
    margin-right: 575px;
  }

  .tw .xl\:mr-116{
    margin-right: 580px;
  }

  .tw .xl\:mr-117{
    margin-right: 585px;
  }

  .tw .xl\:mr-118{
    margin-right: 590px;
  }

  .tw .xl\:mr-119{
    margin-right: 595px;
  }

  .tw .xl\:mr-120{
    margin-right: 600px;
  }

  .tw .xl\:mr-121{
    margin-right: 605px;
  }

  .tw .xl\:mr-122{
    margin-right: 610px;
  }

  .tw .xl\:mr-123{
    margin-right: 615px;
  }

  .tw .xl\:mr-124{
    margin-right: 620px;
  }

  .tw .xl\:mr-125{
    margin-right: 625px;
  }

  .tw .xl\:mr-126{
    margin-right: 630px;
  }

  .tw .xl\:mr-127{
    margin-right: 635px;
  }

  .tw .xl\:mr-128{
    margin-right: 640px;
  }

  .tw .xl\:mr-129{
    margin-right: 645px;
  }

  .tw .xl\:mr-130{
    margin-right: 650px;
  }

  .tw .xl\:mr-131{
    margin-right: 655px;
  }

  .tw .xl\:mr-132{
    margin-right: 660px;
  }

  .tw .xl\:mr-133{
    margin-right: 665px;
  }

  .tw .xl\:mr-134{
    margin-right: 670px;
  }

  .tw .xl\:mr-135{
    margin-right: 675px;
  }

  .tw .xl\:mr-136{
    margin-right: 680px;
  }

  .tw .xl\:mr-137{
    margin-right: 685px;
  }

  .tw .xl\:mr-138{
    margin-right: 690px;
  }

  .tw .xl\:mr-139{
    margin-right: 695px;
  }

  .tw .xl\:mr-140{
    margin-right: 700px;
  }

  .tw .xl\:mr-141{
    margin-right: 705px;
  }

  .tw .xl\:mr-142{
    margin-right: 710px;
  }

  .tw .xl\:mr-143{
    margin-right: 715px;
  }

  .tw .xl\:mr-144{
    margin-right: 720px;
  }

  .tw .xl\:mr-145{
    margin-right: 725px;
  }

  .tw .xl\:mr-146{
    margin-right: 730px;
  }

  .tw .xl\:mr-147{
    margin-right: 735px;
  }

  .tw .xl\:mr-148{
    margin-right: 740px;
  }

  .tw .xl\:mr-149{
    margin-right: 745px;
  }

  .tw .xl\:mr-auto{
    margin-right: auto;
  }

  .tw .xl\:mr-0\.5{
    margin-right: 3px;
  }

  .tw .xl\:mr-1px{
    margin-right: 1px;
  }

  .tw .xl\:mr-2px{
    margin-right: 2px;
  }

  .tw .xl\:mr-3px{
    margin-right: 3px;
  }

  .tw .xl\:mr-4px{
    margin-right: 4px;
  }

  .tw .xl\:mr-5px{
    margin-right: 5px;
  }

  .tw .xl\:mr-6px{
    margin-right: 6px;
  }

  .tw .xl\:mr-7px{
    margin-right: 7px;
  }

  .tw .xl\:mr-8px{
    margin-right: 8px;
  }

  .tw .xl\:mr-9px{
    margin-right: 9px;
  }

  .tw .xl\:mr-10px{
    margin-right: 10px;
  }

  .tw .xl\:mr-11px{
    margin-right: 11px;
  }

  .tw .xl\:mr-12px{
    margin-right: 12px;
  }

  .tw .xl\:mr-13px{
    margin-right: 13px;
  }

  .tw .xl\:mr-14px{
    margin-right: 14px;
  }

  .tw .xl\:mr-15px{
    margin-right: 15px;
  }

  .tw .xl\:mr-16px{
    margin-right: 16px;
  }

  .tw .xl\:mr-17px{
    margin-right: 17px;
  }

  .tw .xl\:mr-18px{
    margin-right: 18px;
  }

  .tw .xl\:mr-19px{
    margin-right: 19px;
  }

  .tw .xl\:mr-20px{
    margin-right: 20px;
  }

  .tw .xl\:mr-21px{
    margin-right: 21px;
  }

  .tw .xl\:mr-22px{
    margin-right: 22px;
  }

  .tw .xl\:mr-23px{
    margin-right: 23px;
  }

  .tw .xl\:mr-24px{
    margin-right: 24px;
  }

  .tw .xl\:mr-25px{
    margin-right: 25px;
  }

  .tw .xl\:mr-26px{
    margin-right: 26px;
  }

  .tw .xl\:mr-27px{
    margin-right: 27px;
  }

  .tw .xl\:mr-28px{
    margin-right: 28px;
  }

  .tw .xl\:mr-29px{
    margin-right: 29px;
  }

  .tw .xl\:mr-30px{
    margin-right: 30px;
  }

  .tw .xl\:mr-31px{
    margin-right: 31px;
  }

  .tw .xl\:mr-32px{
    margin-right: 32px;
  }

  .tw .xl\:mr-33px{
    margin-right: 33px;
  }

  .tw .xl\:mr-34px{
    margin-right: 34px;
  }

  .tw .xl\:mr-35px{
    margin-right: 35px;
  }

  .tw .xl\:mr-36px{
    margin-right: 36px;
  }

  .tw .xl\:mr-37px{
    margin-right: 37px;
  }

  .tw .xl\:mr-38px{
    margin-right: 38px;
  }

  .tw .xl\:mr-39px{
    margin-right: 39px;
  }

  .tw .xl\:mr-40px{
    margin-right: 40px;
  }

  .tw .xl\:-mr-0{
    margin-right: 0px;
  }

  .tw .xl\:-mr-1{
    margin-right: -5px;
  }

  .tw .xl\:-mr-2{
    margin-right: -10px;
  }

  .tw .xl\:-mr-3{
    margin-right: -15px;
  }

  .tw .xl\:-mr-4{
    margin-right: -20px;
  }

  .tw .xl\:-mr-5{
    margin-right: -25px;
  }

  .tw .xl\:-mr-6{
    margin-right: -30px;
  }

  .tw .xl\:-mr-7{
    margin-right: -35px;
  }

  .tw .xl\:-mr-8{
    margin-right: -40px;
  }

  .tw .xl\:-mr-9{
    margin-right: -45px;
  }

  .tw .xl\:-mr-10{
    margin-right: -50px;
  }

  .tw .xl\:-mr-11{
    margin-right: -55px;
  }

  .tw .xl\:-mr-12{
    margin-right: -60px;
  }

  .tw .xl\:-mr-13{
    margin-right: -65px;
  }

  .tw .xl\:-mr-14{
    margin-right: -70px;
  }

  .tw .xl\:-mr-15{
    margin-right: -75px;
  }

  .tw .xl\:-mr-16{
    margin-right: -80px;
  }

  .tw .xl\:-mr-17{
    margin-right: -85px;
  }

  .tw .xl\:-mr-18{
    margin-right: -90px;
  }

  .tw .xl\:-mr-19{
    margin-right: -95px;
  }

  .tw .xl\:-mr-20{
    margin-right: -100px;
  }

  .tw .xl\:-mr-21{
    margin-right: -105px;
  }

  .tw .xl\:-mr-22{
    margin-right: -110px;
  }

  .tw .xl\:-mr-23{
    margin-right: -115px;
  }

  .tw .xl\:-mr-24{
    margin-right: -120px;
  }

  .tw .xl\:-mr-25{
    margin-right: -125px;
  }

  .tw .xl\:-mr-26{
    margin-right: -130px;
  }

  .tw .xl\:-mr-27{
    margin-right: -135px;
  }

  .tw .xl\:-mr-28{
    margin-right: -140px;
  }

  .tw .xl\:-mr-29{
    margin-right: -145px;
  }

  .tw .xl\:-mr-30{
    margin-right: -150px;
  }

  .tw .xl\:-mr-31{
    margin-right: -155px;
  }

  .tw .xl\:-mr-32{
    margin-right: -160px;
  }

  .tw .xl\:-mr-33{
    margin-right: -165px;
  }

  .tw .xl\:-mr-34{
    margin-right: -170px;
  }

  .tw .xl\:-mr-35{
    margin-right: -175px;
  }

  .tw .xl\:-mr-36{
    margin-right: -180px;
  }

  .tw .xl\:-mr-37{
    margin-right: -185px;
  }

  .tw .xl\:-mr-38{
    margin-right: -190px;
  }

  .tw .xl\:-mr-39{
    margin-right: -195px;
  }

  .tw .xl\:-mr-40{
    margin-right: -200px;
  }

  .tw .xl\:-mr-41{
    margin-right: -205px;
  }

  .tw .xl\:-mr-42{
    margin-right: -210px;
  }

  .tw .xl\:-mr-43{
    margin-right: -215px;
  }

  .tw .xl\:-mr-44{
    margin-right: -220px;
  }

  .tw .xl\:-mr-45{
    margin-right: -225px;
  }

  .tw .xl\:-mr-46{
    margin-right: -230px;
  }

  .tw .xl\:-mr-47{
    margin-right: -235px;
  }

  .tw .xl\:-mr-48{
    margin-right: -240px;
  }

  .tw .xl\:-mr-49{
    margin-right: -245px;
  }

  .tw .xl\:-mr-50{
    margin-right: -250px;
  }

  .tw .xl\:-mr-51{
    margin-right: -255px;
  }

  .tw .xl\:-mr-52{
    margin-right: -260px;
  }

  .tw .xl\:-mr-53{
    margin-right: -265px;
  }

  .tw .xl\:-mr-54{
    margin-right: -270px;
  }

  .tw .xl\:-mr-55{
    margin-right: -275px;
  }

  .tw .xl\:-mr-56{
    margin-right: -280px;
  }

  .tw .xl\:-mr-57{
    margin-right: -285px;
  }

  .tw .xl\:-mr-58{
    margin-right: -290px;
  }

  .tw .xl\:-mr-59{
    margin-right: -295px;
  }

  .tw .xl\:-mr-60{
    margin-right: -300px;
  }

  .tw .xl\:-mr-61{
    margin-right: -305px;
  }

  .tw .xl\:-mr-62{
    margin-right: -310px;
  }

  .tw .xl\:-mr-63{
    margin-right: -315px;
  }

  .tw .xl\:-mr-64{
    margin-right: -320px;
  }

  .tw .xl\:-mr-65{
    margin-right: -325px;
  }

  .tw .xl\:-mr-66{
    margin-right: -330px;
  }

  .tw .xl\:-mr-67{
    margin-right: -335px;
  }

  .tw .xl\:-mr-68{
    margin-right: -340px;
  }

  .tw .xl\:-mr-69{
    margin-right: -345px;
  }

  .tw .xl\:-mr-70{
    margin-right: -350px;
  }

  .tw .xl\:-mr-71{
    margin-right: -355px;
  }

  .tw .xl\:-mr-72{
    margin-right: -360px;
  }

  .tw .xl\:-mr-73{
    margin-right: -365px;
  }

  .tw .xl\:-mr-74{
    margin-right: -370px;
  }

  .tw .xl\:-mr-75{
    margin-right: -375px;
  }

  .tw .xl\:-mr-76{
    margin-right: -380px;
  }

  .tw .xl\:-mr-77{
    margin-right: -385px;
  }

  .tw .xl\:-mr-78{
    margin-right: -390px;
  }

  .tw .xl\:-mr-79{
    margin-right: -395px;
  }

  .tw .xl\:-mr-80{
    margin-right: -400px;
  }

  .tw .xl\:-mr-81{
    margin-right: -405px;
  }

  .tw .xl\:-mr-82{
    margin-right: -410px;
  }

  .tw .xl\:-mr-83{
    margin-right: -415px;
  }

  .tw .xl\:-mr-84{
    margin-right: -420px;
  }

  .tw .xl\:-mr-85{
    margin-right: -425px;
  }

  .tw .xl\:-mr-86{
    margin-right: -430px;
  }

  .tw .xl\:-mr-87{
    margin-right: -435px;
  }

  .tw .xl\:-mr-88{
    margin-right: -440px;
  }

  .tw .xl\:-mr-89{
    margin-right: -445px;
  }

  .tw .xl\:-mr-90{
    margin-right: -450px;
  }

  .tw .xl\:-mr-91{
    margin-right: -455px;
  }

  .tw .xl\:-mr-92{
    margin-right: -460px;
  }

  .tw .xl\:-mr-93{
    margin-right: -465px;
  }

  .tw .xl\:-mr-94{
    margin-right: -470px;
  }

  .tw .xl\:-mr-95{
    margin-right: -475px;
  }

  .tw .xl\:-mr-96{
    margin-right: -480px;
  }

  .tw .xl\:-mr-97{
    margin-right: -485px;
  }

  .tw .xl\:-mr-98{
    margin-right: -490px;
  }

  .tw .xl\:-mr-99{
    margin-right: -495px;
  }

  .tw .xl\:-mr-100{
    margin-right: -500px;
  }

  .tw .xl\:-mr-101{
    margin-right: -505px;
  }

  .tw .xl\:-mr-102{
    margin-right: -510px;
  }

  .tw .xl\:-mr-103{
    margin-right: -515px;
  }

  .tw .xl\:-mr-104{
    margin-right: -520px;
  }

  .tw .xl\:-mr-105{
    margin-right: -525px;
  }

  .tw .xl\:-mr-106{
    margin-right: -530px;
  }

  .tw .xl\:-mr-107{
    margin-right: -535px;
  }

  .tw .xl\:-mr-108{
    margin-right: -540px;
  }

  .tw .xl\:-mr-109{
    margin-right: -545px;
  }

  .tw .xl\:-mr-110{
    margin-right: -550px;
  }

  .tw .xl\:-mr-111{
    margin-right: -555px;
  }

  .tw .xl\:-mr-112{
    margin-right: -560px;
  }

  .tw .xl\:-mr-113{
    margin-right: -565px;
  }

  .tw .xl\:-mr-114{
    margin-right: -570px;
  }

  .tw .xl\:-mr-115{
    margin-right: -575px;
  }

  .tw .xl\:-mr-116{
    margin-right: -580px;
  }

  .tw .xl\:-mr-117{
    margin-right: -585px;
  }

  .tw .xl\:-mr-118{
    margin-right: -590px;
  }

  .tw .xl\:-mr-119{
    margin-right: -595px;
  }

  .tw .xl\:-mr-120{
    margin-right: -600px;
  }

  .tw .xl\:-mr-121{
    margin-right: -605px;
  }

  .tw .xl\:-mr-122{
    margin-right: -610px;
  }

  .tw .xl\:-mr-123{
    margin-right: -615px;
  }

  .tw .xl\:-mr-124{
    margin-right: -620px;
  }

  .tw .xl\:-mr-125{
    margin-right: -625px;
  }

  .tw .xl\:-mr-126{
    margin-right: -630px;
  }

  .tw .xl\:-mr-127{
    margin-right: -635px;
  }

  .tw .xl\:-mr-128{
    margin-right: -640px;
  }

  .tw .xl\:-mr-129{
    margin-right: -645px;
  }

  .tw .xl\:-mr-130{
    margin-right: -650px;
  }

  .tw .xl\:-mr-131{
    margin-right: -655px;
  }

  .tw .xl\:-mr-132{
    margin-right: -660px;
  }

  .tw .xl\:-mr-133{
    margin-right: -665px;
  }

  .tw .xl\:-mr-134{
    margin-right: -670px;
  }

  .tw .xl\:-mr-135{
    margin-right: -675px;
  }

  .tw .xl\:-mr-136{
    margin-right: -680px;
  }

  .tw .xl\:-mr-137{
    margin-right: -685px;
  }

  .tw .xl\:-mr-138{
    margin-right: -690px;
  }

  .tw .xl\:-mr-139{
    margin-right: -695px;
  }

  .tw .xl\:-mr-140{
    margin-right: -700px;
  }

  .tw .xl\:-mr-141{
    margin-right: -705px;
  }

  .tw .xl\:-mr-142{
    margin-right: -710px;
  }

  .tw .xl\:-mr-143{
    margin-right: -715px;
  }

  .tw .xl\:-mr-144{
    margin-right: -720px;
  }

  .tw .xl\:-mr-145{
    margin-right: -725px;
  }

  .tw .xl\:-mr-146{
    margin-right: -730px;
  }

  .tw .xl\:-mr-147{
    margin-right: -735px;
  }

  .tw .xl\:-mr-148{
    margin-right: -740px;
  }

  .tw .xl\:-mr-149{
    margin-right: -745px;
  }

  .tw .xl\:-mr-0\.5{
    margin-right: -3px;
  }

  .tw .xl\:-mr-1px{
    margin-right: -1px;
  }

  .tw .xl\:-mr-2px{
    margin-right: -2px;
  }

  .tw .xl\:-mr-3px{
    margin-right: -3px;
  }

  .tw .xl\:-mr-4px{
    margin-right: -4px;
  }

  .tw .xl\:-mr-5px{
    margin-right: -5px;
  }

  .tw .xl\:-mr-6px{
    margin-right: -6px;
  }

  .tw .xl\:-mr-7px{
    margin-right: -7px;
  }

  .tw .xl\:-mr-8px{
    margin-right: -8px;
  }

  .tw .xl\:-mr-9px{
    margin-right: -9px;
  }

  .tw .xl\:-mr-10px{
    margin-right: -10px;
  }

  .tw .xl\:-mr-11px{
    margin-right: -11px;
  }

  .tw .xl\:-mr-12px{
    margin-right: -12px;
  }

  .tw .xl\:-mr-13px{
    margin-right: -13px;
  }

  .tw .xl\:-mr-14px{
    margin-right: -14px;
  }

  .tw .xl\:-mr-15px{
    margin-right: -15px;
  }

  .tw .xl\:-mr-16px{
    margin-right: -16px;
  }

  .tw .xl\:-mr-17px{
    margin-right: -17px;
  }

  .tw .xl\:-mr-18px{
    margin-right: -18px;
  }

  .tw .xl\:-mr-19px{
    margin-right: -19px;
  }

  .tw .xl\:-mr-20px{
    margin-right: -20px;
  }

  .tw .xl\:-mr-21px{
    margin-right: -21px;
  }

  .tw .xl\:-mr-22px{
    margin-right: -22px;
  }

  .tw .xl\:-mr-23px{
    margin-right: -23px;
  }

  .tw .xl\:-mr-24px{
    margin-right: -24px;
  }

  .tw .xl\:-mr-25px{
    margin-right: -25px;
  }

  .tw .xl\:-mr-26px{
    margin-right: -26px;
  }

  .tw .xl\:-mr-27px{
    margin-right: -27px;
  }

  .tw .xl\:-mr-28px{
    margin-right: -28px;
  }

  .tw .xl\:-mr-29px{
    margin-right: -29px;
  }

  .tw .xl\:-mr-30px{
    margin-right: -30px;
  }

  .tw .xl\:-mr-31px{
    margin-right: -31px;
  }

  .tw .xl\:-mr-32px{
    margin-right: -32px;
  }

  .tw .xl\:-mr-33px{
    margin-right: -33px;
  }

  .tw .xl\:-mr-34px{
    margin-right: -34px;
  }

  .tw .xl\:-mr-35px{
    margin-right: -35px;
  }

  .tw .xl\:-mr-36px{
    margin-right: -36px;
  }

  .tw .xl\:-mr-37px{
    margin-right: -37px;
  }

  .tw .xl\:-mr-38px{
    margin-right: -38px;
  }

  .tw .xl\:-mr-39px{
    margin-right: -39px;
  }

  .tw .xl\:-mr-40px{
    margin-right: -40px;
  }

  .tw .xl\:mb-0{
    margin-bottom: 0px;
  }

  .tw .xl\:mb-1{
    margin-bottom: 5px;
  }

  .tw .xl\:mb-2{
    margin-bottom: 10px;
  }

  .tw .xl\:mb-3{
    margin-bottom: 15px;
  }

  .tw .xl\:mb-4{
    margin-bottom: 20px;
  }

  .tw .xl\:mb-5{
    margin-bottom: 25px;
  }

  .tw .xl\:mb-6{
    margin-bottom: 30px;
  }

  .tw .xl\:mb-7{
    margin-bottom: 35px;
  }

  .tw .xl\:mb-8{
    margin-bottom: 40px;
  }

  .tw .xl\:mb-9{
    margin-bottom: 45px;
  }

  .tw .xl\:mb-10{
    margin-bottom: 50px;
  }

  .tw .xl\:mb-11{
    margin-bottom: 55px;
  }

  .tw .xl\:mb-12{
    margin-bottom: 60px;
  }

  .tw .xl\:mb-13{
    margin-bottom: 65px;
  }

  .tw .xl\:mb-14{
    margin-bottom: 70px;
  }

  .tw .xl\:mb-15{
    margin-bottom: 75px;
  }

  .tw .xl\:mb-16{
    margin-bottom: 80px;
  }

  .tw .xl\:mb-17{
    margin-bottom: 85px;
  }

  .tw .xl\:mb-18{
    margin-bottom: 90px;
  }

  .tw .xl\:mb-19{
    margin-bottom: 95px;
  }

  .tw .xl\:mb-20{
    margin-bottom: 100px;
  }

  .tw .xl\:mb-21{
    margin-bottom: 105px;
  }

  .tw .xl\:mb-22{
    margin-bottom: 110px;
  }

  .tw .xl\:mb-23{
    margin-bottom: 115px;
  }

  .tw .xl\:mb-24{
    margin-bottom: 120px;
  }

  .tw .xl\:mb-25{
    margin-bottom: 125px;
  }

  .tw .xl\:mb-26{
    margin-bottom: 130px;
  }

  .tw .xl\:mb-27{
    margin-bottom: 135px;
  }

  .tw .xl\:mb-28{
    margin-bottom: 140px;
  }

  .tw .xl\:mb-29{
    margin-bottom: 145px;
  }

  .tw .xl\:mb-30{
    margin-bottom: 150px;
  }

  .tw .xl\:mb-31{
    margin-bottom: 155px;
  }

  .tw .xl\:mb-32{
    margin-bottom: 160px;
  }

  .tw .xl\:mb-33{
    margin-bottom: 165px;
  }

  .tw .xl\:mb-34{
    margin-bottom: 170px;
  }

  .tw .xl\:mb-35{
    margin-bottom: 175px;
  }

  .tw .xl\:mb-36{
    margin-bottom: 180px;
  }

  .tw .xl\:mb-37{
    margin-bottom: 185px;
  }

  .tw .xl\:mb-38{
    margin-bottom: 190px;
  }

  .tw .xl\:mb-39{
    margin-bottom: 195px;
  }

  .tw .xl\:mb-40{
    margin-bottom: 200px;
  }

  .tw .xl\:mb-41{
    margin-bottom: 205px;
  }

  .tw .xl\:mb-42{
    margin-bottom: 210px;
  }

  .tw .xl\:mb-43{
    margin-bottom: 215px;
  }

  .tw .xl\:mb-44{
    margin-bottom: 220px;
  }

  .tw .xl\:mb-45{
    margin-bottom: 225px;
  }

  .tw .xl\:mb-46{
    margin-bottom: 230px;
  }

  .tw .xl\:mb-47{
    margin-bottom: 235px;
  }

  .tw .xl\:mb-48{
    margin-bottom: 240px;
  }

  .tw .xl\:mb-49{
    margin-bottom: 245px;
  }

  .tw .xl\:mb-50{
    margin-bottom: 250px;
  }

  .tw .xl\:mb-51{
    margin-bottom: 255px;
  }

  .tw .xl\:mb-52{
    margin-bottom: 260px;
  }

  .tw .xl\:mb-53{
    margin-bottom: 265px;
  }

  .tw .xl\:mb-54{
    margin-bottom: 270px;
  }

  .tw .xl\:mb-55{
    margin-bottom: 275px;
  }

  .tw .xl\:mb-56{
    margin-bottom: 280px;
  }

  .tw .xl\:mb-57{
    margin-bottom: 285px;
  }

  .tw .xl\:mb-58{
    margin-bottom: 290px;
  }

  .tw .xl\:mb-59{
    margin-bottom: 295px;
  }

  .tw .xl\:mb-60{
    margin-bottom: 300px;
  }

  .tw .xl\:mb-61{
    margin-bottom: 305px;
  }

  .tw .xl\:mb-62{
    margin-bottom: 310px;
  }

  .tw .xl\:mb-63{
    margin-bottom: 315px;
  }

  .tw .xl\:mb-64{
    margin-bottom: 320px;
  }

  .tw .xl\:mb-65{
    margin-bottom: 325px;
  }

  .tw .xl\:mb-66{
    margin-bottom: 330px;
  }

  .tw .xl\:mb-67{
    margin-bottom: 335px;
  }

  .tw .xl\:mb-68{
    margin-bottom: 340px;
  }

  .tw .xl\:mb-69{
    margin-bottom: 345px;
  }

  .tw .xl\:mb-70{
    margin-bottom: 350px;
  }

  .tw .xl\:mb-71{
    margin-bottom: 355px;
  }

  .tw .xl\:mb-72{
    margin-bottom: 360px;
  }

  .tw .xl\:mb-73{
    margin-bottom: 365px;
  }

  .tw .xl\:mb-74{
    margin-bottom: 370px;
  }

  .tw .xl\:mb-75{
    margin-bottom: 375px;
  }

  .tw .xl\:mb-76{
    margin-bottom: 380px;
  }

  .tw .xl\:mb-77{
    margin-bottom: 385px;
  }

  .tw .xl\:mb-78{
    margin-bottom: 390px;
  }

  .tw .xl\:mb-79{
    margin-bottom: 395px;
  }

  .tw .xl\:mb-80{
    margin-bottom: 400px;
  }

  .tw .xl\:mb-81{
    margin-bottom: 405px;
  }

  .tw .xl\:mb-82{
    margin-bottom: 410px;
  }

  .tw .xl\:mb-83{
    margin-bottom: 415px;
  }

  .tw .xl\:mb-84{
    margin-bottom: 420px;
  }

  .tw .xl\:mb-85{
    margin-bottom: 425px;
  }

  .tw .xl\:mb-86{
    margin-bottom: 430px;
  }

  .tw .xl\:mb-87{
    margin-bottom: 435px;
  }

  .tw .xl\:mb-88{
    margin-bottom: 440px;
  }

  .tw .xl\:mb-89{
    margin-bottom: 445px;
  }

  .tw .xl\:mb-90{
    margin-bottom: 450px;
  }

  .tw .xl\:mb-91{
    margin-bottom: 455px;
  }

  .tw .xl\:mb-92{
    margin-bottom: 460px;
  }

  .tw .xl\:mb-93{
    margin-bottom: 465px;
  }

  .tw .xl\:mb-94{
    margin-bottom: 470px;
  }

  .tw .xl\:mb-95{
    margin-bottom: 475px;
  }

  .tw .xl\:mb-96{
    margin-bottom: 480px;
  }

  .tw .xl\:mb-97{
    margin-bottom: 485px;
  }

  .tw .xl\:mb-98{
    margin-bottom: 490px;
  }

  .tw .xl\:mb-99{
    margin-bottom: 495px;
  }

  .tw .xl\:mb-100{
    margin-bottom: 500px;
  }

  .tw .xl\:mb-101{
    margin-bottom: 505px;
  }

  .tw .xl\:mb-102{
    margin-bottom: 510px;
  }

  .tw .xl\:mb-103{
    margin-bottom: 515px;
  }

  .tw .xl\:mb-104{
    margin-bottom: 520px;
  }

  .tw .xl\:mb-105{
    margin-bottom: 525px;
  }

  .tw .xl\:mb-106{
    margin-bottom: 530px;
  }

  .tw .xl\:mb-107{
    margin-bottom: 535px;
  }

  .tw .xl\:mb-108{
    margin-bottom: 540px;
  }

  .tw .xl\:mb-109{
    margin-bottom: 545px;
  }

  .tw .xl\:mb-110{
    margin-bottom: 550px;
  }

  .tw .xl\:mb-111{
    margin-bottom: 555px;
  }

  .tw .xl\:mb-112{
    margin-bottom: 560px;
  }

  .tw .xl\:mb-113{
    margin-bottom: 565px;
  }

  .tw .xl\:mb-114{
    margin-bottom: 570px;
  }

  .tw .xl\:mb-115{
    margin-bottom: 575px;
  }

  .tw .xl\:mb-116{
    margin-bottom: 580px;
  }

  .tw .xl\:mb-117{
    margin-bottom: 585px;
  }

  .tw .xl\:mb-118{
    margin-bottom: 590px;
  }

  .tw .xl\:mb-119{
    margin-bottom: 595px;
  }

  .tw .xl\:mb-120{
    margin-bottom: 600px;
  }

  .tw .xl\:mb-121{
    margin-bottom: 605px;
  }

  .tw .xl\:mb-122{
    margin-bottom: 610px;
  }

  .tw .xl\:mb-123{
    margin-bottom: 615px;
  }

  .tw .xl\:mb-124{
    margin-bottom: 620px;
  }

  .tw .xl\:mb-125{
    margin-bottom: 625px;
  }

  .tw .xl\:mb-126{
    margin-bottom: 630px;
  }

  .tw .xl\:mb-127{
    margin-bottom: 635px;
  }

  .tw .xl\:mb-128{
    margin-bottom: 640px;
  }

  .tw .xl\:mb-129{
    margin-bottom: 645px;
  }

  .tw .xl\:mb-130{
    margin-bottom: 650px;
  }

  .tw .xl\:mb-131{
    margin-bottom: 655px;
  }

  .tw .xl\:mb-132{
    margin-bottom: 660px;
  }

  .tw .xl\:mb-133{
    margin-bottom: 665px;
  }

  .tw .xl\:mb-134{
    margin-bottom: 670px;
  }

  .tw .xl\:mb-135{
    margin-bottom: 675px;
  }

  .tw .xl\:mb-136{
    margin-bottom: 680px;
  }

  .tw .xl\:mb-137{
    margin-bottom: 685px;
  }

  .tw .xl\:mb-138{
    margin-bottom: 690px;
  }

  .tw .xl\:mb-139{
    margin-bottom: 695px;
  }

  .tw .xl\:mb-140{
    margin-bottom: 700px;
  }

  .tw .xl\:mb-141{
    margin-bottom: 705px;
  }

  .tw .xl\:mb-142{
    margin-bottom: 710px;
  }

  .tw .xl\:mb-143{
    margin-bottom: 715px;
  }

  .tw .xl\:mb-144{
    margin-bottom: 720px;
  }

  .tw .xl\:mb-145{
    margin-bottom: 725px;
  }

  .tw .xl\:mb-146{
    margin-bottom: 730px;
  }

  .tw .xl\:mb-147{
    margin-bottom: 735px;
  }

  .tw .xl\:mb-148{
    margin-bottom: 740px;
  }

  .tw .xl\:mb-149{
    margin-bottom: 745px;
  }

  .tw .xl\:mb-auto{
    margin-bottom: auto;
  }

  .tw .xl\:mb-0\.5{
    margin-bottom: 3px;
  }

  .tw .xl\:mb-1px{
    margin-bottom: 1px;
  }

  .tw .xl\:mb-2px{
    margin-bottom: 2px;
  }

  .tw .xl\:mb-3px{
    margin-bottom: 3px;
  }

  .tw .xl\:mb-4px{
    margin-bottom: 4px;
  }

  .tw .xl\:mb-5px{
    margin-bottom: 5px;
  }

  .tw .xl\:mb-6px{
    margin-bottom: 6px;
  }

  .tw .xl\:mb-7px{
    margin-bottom: 7px;
  }

  .tw .xl\:mb-8px{
    margin-bottom: 8px;
  }

  .tw .xl\:mb-9px{
    margin-bottom: 9px;
  }

  .tw .xl\:mb-10px{
    margin-bottom: 10px;
  }

  .tw .xl\:mb-11px{
    margin-bottom: 11px;
  }

  .tw .xl\:mb-12px{
    margin-bottom: 12px;
  }

  .tw .xl\:mb-13px{
    margin-bottom: 13px;
  }

  .tw .xl\:mb-14px{
    margin-bottom: 14px;
  }

  .tw .xl\:mb-15px{
    margin-bottom: 15px;
  }

  .tw .xl\:mb-16px{
    margin-bottom: 16px;
  }

  .tw .xl\:mb-17px{
    margin-bottom: 17px;
  }

  .tw .xl\:mb-18px{
    margin-bottom: 18px;
  }

  .tw .xl\:mb-19px{
    margin-bottom: 19px;
  }

  .tw .xl\:mb-20px{
    margin-bottom: 20px;
  }

  .tw .xl\:mb-21px{
    margin-bottom: 21px;
  }

  .tw .xl\:mb-22px{
    margin-bottom: 22px;
  }

  .tw .xl\:mb-23px{
    margin-bottom: 23px;
  }

  .tw .xl\:mb-24px{
    margin-bottom: 24px;
  }

  .tw .xl\:mb-25px{
    margin-bottom: 25px;
  }

  .tw .xl\:mb-26px{
    margin-bottom: 26px;
  }

  .tw .xl\:mb-27px{
    margin-bottom: 27px;
  }

  .tw .xl\:mb-28px{
    margin-bottom: 28px;
  }

  .tw .xl\:mb-29px{
    margin-bottom: 29px;
  }

  .tw .xl\:mb-30px{
    margin-bottom: 30px;
  }

  .tw .xl\:mb-31px{
    margin-bottom: 31px;
  }

  .tw .xl\:mb-32px{
    margin-bottom: 32px;
  }

  .tw .xl\:mb-33px{
    margin-bottom: 33px;
  }

  .tw .xl\:mb-34px{
    margin-bottom: 34px;
  }

  .tw .xl\:mb-35px{
    margin-bottom: 35px;
  }

  .tw .xl\:mb-36px{
    margin-bottom: 36px;
  }

  .tw .xl\:mb-37px{
    margin-bottom: 37px;
  }

  .tw .xl\:mb-38px{
    margin-bottom: 38px;
  }

  .tw .xl\:mb-39px{
    margin-bottom: 39px;
  }

  .tw .xl\:mb-40px{
    margin-bottom: 40px;
  }

  .tw .xl\:-mb-0{
    margin-bottom: 0px;
  }

  .tw .xl\:-mb-1{
    margin-bottom: -5px;
  }

  .tw .xl\:-mb-2{
    margin-bottom: -10px;
  }

  .tw .xl\:-mb-3{
    margin-bottom: -15px;
  }

  .tw .xl\:-mb-4{
    margin-bottom: -20px;
  }

  .tw .xl\:-mb-5{
    margin-bottom: -25px;
  }

  .tw .xl\:-mb-6{
    margin-bottom: -30px;
  }

  .tw .xl\:-mb-7{
    margin-bottom: -35px;
  }

  .tw .xl\:-mb-8{
    margin-bottom: -40px;
  }

  .tw .xl\:-mb-9{
    margin-bottom: -45px;
  }

  .tw .xl\:-mb-10{
    margin-bottom: -50px;
  }

  .tw .xl\:-mb-11{
    margin-bottom: -55px;
  }

  .tw .xl\:-mb-12{
    margin-bottom: -60px;
  }

  .tw .xl\:-mb-13{
    margin-bottom: -65px;
  }

  .tw .xl\:-mb-14{
    margin-bottom: -70px;
  }

  .tw .xl\:-mb-15{
    margin-bottom: -75px;
  }

  .tw .xl\:-mb-16{
    margin-bottom: -80px;
  }

  .tw .xl\:-mb-17{
    margin-bottom: -85px;
  }

  .tw .xl\:-mb-18{
    margin-bottom: -90px;
  }

  .tw .xl\:-mb-19{
    margin-bottom: -95px;
  }

  .tw .xl\:-mb-20{
    margin-bottom: -100px;
  }

  .tw .xl\:-mb-21{
    margin-bottom: -105px;
  }

  .tw .xl\:-mb-22{
    margin-bottom: -110px;
  }

  .tw .xl\:-mb-23{
    margin-bottom: -115px;
  }

  .tw .xl\:-mb-24{
    margin-bottom: -120px;
  }

  .tw .xl\:-mb-25{
    margin-bottom: -125px;
  }

  .tw .xl\:-mb-26{
    margin-bottom: -130px;
  }

  .tw .xl\:-mb-27{
    margin-bottom: -135px;
  }

  .tw .xl\:-mb-28{
    margin-bottom: -140px;
  }

  .tw .xl\:-mb-29{
    margin-bottom: -145px;
  }

  .tw .xl\:-mb-30{
    margin-bottom: -150px;
  }

  .tw .xl\:-mb-31{
    margin-bottom: -155px;
  }

  .tw .xl\:-mb-32{
    margin-bottom: -160px;
  }

  .tw .xl\:-mb-33{
    margin-bottom: -165px;
  }

  .tw .xl\:-mb-34{
    margin-bottom: -170px;
  }

  .tw .xl\:-mb-35{
    margin-bottom: -175px;
  }

  .tw .xl\:-mb-36{
    margin-bottom: -180px;
  }

  .tw .xl\:-mb-37{
    margin-bottom: -185px;
  }

  .tw .xl\:-mb-38{
    margin-bottom: -190px;
  }

  .tw .xl\:-mb-39{
    margin-bottom: -195px;
  }

  .tw .xl\:-mb-40{
    margin-bottom: -200px;
  }

  .tw .xl\:-mb-41{
    margin-bottom: -205px;
  }

  .tw .xl\:-mb-42{
    margin-bottom: -210px;
  }

  .tw .xl\:-mb-43{
    margin-bottom: -215px;
  }

  .tw .xl\:-mb-44{
    margin-bottom: -220px;
  }

  .tw .xl\:-mb-45{
    margin-bottom: -225px;
  }

  .tw .xl\:-mb-46{
    margin-bottom: -230px;
  }

  .tw .xl\:-mb-47{
    margin-bottom: -235px;
  }

  .tw .xl\:-mb-48{
    margin-bottom: -240px;
  }

  .tw .xl\:-mb-49{
    margin-bottom: -245px;
  }

  .tw .xl\:-mb-50{
    margin-bottom: -250px;
  }

  .tw .xl\:-mb-51{
    margin-bottom: -255px;
  }

  .tw .xl\:-mb-52{
    margin-bottom: -260px;
  }

  .tw .xl\:-mb-53{
    margin-bottom: -265px;
  }

  .tw .xl\:-mb-54{
    margin-bottom: -270px;
  }

  .tw .xl\:-mb-55{
    margin-bottom: -275px;
  }

  .tw .xl\:-mb-56{
    margin-bottom: -280px;
  }

  .tw .xl\:-mb-57{
    margin-bottom: -285px;
  }

  .tw .xl\:-mb-58{
    margin-bottom: -290px;
  }

  .tw .xl\:-mb-59{
    margin-bottom: -295px;
  }

  .tw .xl\:-mb-60{
    margin-bottom: -300px;
  }

  .tw .xl\:-mb-61{
    margin-bottom: -305px;
  }

  .tw .xl\:-mb-62{
    margin-bottom: -310px;
  }

  .tw .xl\:-mb-63{
    margin-bottom: -315px;
  }

  .tw .xl\:-mb-64{
    margin-bottom: -320px;
  }

  .tw .xl\:-mb-65{
    margin-bottom: -325px;
  }

  .tw .xl\:-mb-66{
    margin-bottom: -330px;
  }

  .tw .xl\:-mb-67{
    margin-bottom: -335px;
  }

  .tw .xl\:-mb-68{
    margin-bottom: -340px;
  }

  .tw .xl\:-mb-69{
    margin-bottom: -345px;
  }

  .tw .xl\:-mb-70{
    margin-bottom: -350px;
  }

  .tw .xl\:-mb-71{
    margin-bottom: -355px;
  }

  .tw .xl\:-mb-72{
    margin-bottom: -360px;
  }

  .tw .xl\:-mb-73{
    margin-bottom: -365px;
  }

  .tw .xl\:-mb-74{
    margin-bottom: -370px;
  }

  .tw .xl\:-mb-75{
    margin-bottom: -375px;
  }

  .tw .xl\:-mb-76{
    margin-bottom: -380px;
  }

  .tw .xl\:-mb-77{
    margin-bottom: -385px;
  }

  .tw .xl\:-mb-78{
    margin-bottom: -390px;
  }

  .tw .xl\:-mb-79{
    margin-bottom: -395px;
  }

  .tw .xl\:-mb-80{
    margin-bottom: -400px;
  }

  .tw .xl\:-mb-81{
    margin-bottom: -405px;
  }

  .tw .xl\:-mb-82{
    margin-bottom: -410px;
  }

  .tw .xl\:-mb-83{
    margin-bottom: -415px;
  }

  .tw .xl\:-mb-84{
    margin-bottom: -420px;
  }

  .tw .xl\:-mb-85{
    margin-bottom: -425px;
  }

  .tw .xl\:-mb-86{
    margin-bottom: -430px;
  }

  .tw .xl\:-mb-87{
    margin-bottom: -435px;
  }

  .tw .xl\:-mb-88{
    margin-bottom: -440px;
  }

  .tw .xl\:-mb-89{
    margin-bottom: -445px;
  }

  .tw .xl\:-mb-90{
    margin-bottom: -450px;
  }

  .tw .xl\:-mb-91{
    margin-bottom: -455px;
  }

  .tw .xl\:-mb-92{
    margin-bottom: -460px;
  }

  .tw .xl\:-mb-93{
    margin-bottom: -465px;
  }

  .tw .xl\:-mb-94{
    margin-bottom: -470px;
  }

  .tw .xl\:-mb-95{
    margin-bottom: -475px;
  }

  .tw .xl\:-mb-96{
    margin-bottom: -480px;
  }

  .tw .xl\:-mb-97{
    margin-bottom: -485px;
  }

  .tw .xl\:-mb-98{
    margin-bottom: -490px;
  }

  .tw .xl\:-mb-99{
    margin-bottom: -495px;
  }

  .tw .xl\:-mb-100{
    margin-bottom: -500px;
  }

  .tw .xl\:-mb-101{
    margin-bottom: -505px;
  }

  .tw .xl\:-mb-102{
    margin-bottom: -510px;
  }

  .tw .xl\:-mb-103{
    margin-bottom: -515px;
  }

  .tw .xl\:-mb-104{
    margin-bottom: -520px;
  }

  .tw .xl\:-mb-105{
    margin-bottom: -525px;
  }

  .tw .xl\:-mb-106{
    margin-bottom: -530px;
  }

  .tw .xl\:-mb-107{
    margin-bottom: -535px;
  }

  .tw .xl\:-mb-108{
    margin-bottom: -540px;
  }

  .tw .xl\:-mb-109{
    margin-bottom: -545px;
  }

  .tw .xl\:-mb-110{
    margin-bottom: -550px;
  }

  .tw .xl\:-mb-111{
    margin-bottom: -555px;
  }

  .tw .xl\:-mb-112{
    margin-bottom: -560px;
  }

  .tw .xl\:-mb-113{
    margin-bottom: -565px;
  }

  .tw .xl\:-mb-114{
    margin-bottom: -570px;
  }

  .tw .xl\:-mb-115{
    margin-bottom: -575px;
  }

  .tw .xl\:-mb-116{
    margin-bottom: -580px;
  }

  .tw .xl\:-mb-117{
    margin-bottom: -585px;
  }

  .tw .xl\:-mb-118{
    margin-bottom: -590px;
  }

  .tw .xl\:-mb-119{
    margin-bottom: -595px;
  }

  .tw .xl\:-mb-120{
    margin-bottom: -600px;
  }

  .tw .xl\:-mb-121{
    margin-bottom: -605px;
  }

  .tw .xl\:-mb-122{
    margin-bottom: -610px;
  }

  .tw .xl\:-mb-123{
    margin-bottom: -615px;
  }

  .tw .xl\:-mb-124{
    margin-bottom: -620px;
  }

  .tw .xl\:-mb-125{
    margin-bottom: -625px;
  }

  .tw .xl\:-mb-126{
    margin-bottom: -630px;
  }

  .tw .xl\:-mb-127{
    margin-bottom: -635px;
  }

  .tw .xl\:-mb-128{
    margin-bottom: -640px;
  }

  .tw .xl\:-mb-129{
    margin-bottom: -645px;
  }

  .tw .xl\:-mb-130{
    margin-bottom: -650px;
  }

  .tw .xl\:-mb-131{
    margin-bottom: -655px;
  }

  .tw .xl\:-mb-132{
    margin-bottom: -660px;
  }

  .tw .xl\:-mb-133{
    margin-bottom: -665px;
  }

  .tw .xl\:-mb-134{
    margin-bottom: -670px;
  }

  .tw .xl\:-mb-135{
    margin-bottom: -675px;
  }

  .tw .xl\:-mb-136{
    margin-bottom: -680px;
  }

  .tw .xl\:-mb-137{
    margin-bottom: -685px;
  }

  .tw .xl\:-mb-138{
    margin-bottom: -690px;
  }

  .tw .xl\:-mb-139{
    margin-bottom: -695px;
  }

  .tw .xl\:-mb-140{
    margin-bottom: -700px;
  }

  .tw .xl\:-mb-141{
    margin-bottom: -705px;
  }

  .tw .xl\:-mb-142{
    margin-bottom: -710px;
  }

  .tw .xl\:-mb-143{
    margin-bottom: -715px;
  }

  .tw .xl\:-mb-144{
    margin-bottom: -720px;
  }

  .tw .xl\:-mb-145{
    margin-bottom: -725px;
  }

  .tw .xl\:-mb-146{
    margin-bottom: -730px;
  }

  .tw .xl\:-mb-147{
    margin-bottom: -735px;
  }

  .tw .xl\:-mb-148{
    margin-bottom: -740px;
  }

  .tw .xl\:-mb-149{
    margin-bottom: -745px;
  }

  .tw .xl\:-mb-0\.5{
    margin-bottom: -3px;
  }

  .tw .xl\:-mb-1px{
    margin-bottom: -1px;
  }

  .tw .xl\:-mb-2px{
    margin-bottom: -2px;
  }

  .tw .xl\:-mb-3px{
    margin-bottom: -3px;
  }

  .tw .xl\:-mb-4px{
    margin-bottom: -4px;
  }

  .tw .xl\:-mb-5px{
    margin-bottom: -5px;
  }

  .tw .xl\:-mb-6px{
    margin-bottom: -6px;
  }

  .tw .xl\:-mb-7px{
    margin-bottom: -7px;
  }

  .tw .xl\:-mb-8px{
    margin-bottom: -8px;
  }

  .tw .xl\:-mb-9px{
    margin-bottom: -9px;
  }

  .tw .xl\:-mb-10px{
    margin-bottom: -10px;
  }

  .tw .xl\:-mb-11px{
    margin-bottom: -11px;
  }

  .tw .xl\:-mb-12px{
    margin-bottom: -12px;
  }

  .tw .xl\:-mb-13px{
    margin-bottom: -13px;
  }

  .tw .xl\:-mb-14px{
    margin-bottom: -14px;
  }

  .tw .xl\:-mb-15px{
    margin-bottom: -15px;
  }

  .tw .xl\:-mb-16px{
    margin-bottom: -16px;
  }

  .tw .xl\:-mb-17px{
    margin-bottom: -17px;
  }

  .tw .xl\:-mb-18px{
    margin-bottom: -18px;
  }

  .tw .xl\:-mb-19px{
    margin-bottom: -19px;
  }

  .tw .xl\:-mb-20px{
    margin-bottom: -20px;
  }

  .tw .xl\:-mb-21px{
    margin-bottom: -21px;
  }

  .tw .xl\:-mb-22px{
    margin-bottom: -22px;
  }

  .tw .xl\:-mb-23px{
    margin-bottom: -23px;
  }

  .tw .xl\:-mb-24px{
    margin-bottom: -24px;
  }

  .tw .xl\:-mb-25px{
    margin-bottom: -25px;
  }

  .tw .xl\:-mb-26px{
    margin-bottom: -26px;
  }

  .tw .xl\:-mb-27px{
    margin-bottom: -27px;
  }

  .tw .xl\:-mb-28px{
    margin-bottom: -28px;
  }

  .tw .xl\:-mb-29px{
    margin-bottom: -29px;
  }

  .tw .xl\:-mb-30px{
    margin-bottom: -30px;
  }

  .tw .xl\:-mb-31px{
    margin-bottom: -31px;
  }

  .tw .xl\:-mb-32px{
    margin-bottom: -32px;
  }

  .tw .xl\:-mb-33px{
    margin-bottom: -33px;
  }

  .tw .xl\:-mb-34px{
    margin-bottom: -34px;
  }

  .tw .xl\:-mb-35px{
    margin-bottom: -35px;
  }

  .tw .xl\:-mb-36px{
    margin-bottom: -36px;
  }

  .tw .xl\:-mb-37px{
    margin-bottom: -37px;
  }

  .tw .xl\:-mb-38px{
    margin-bottom: -38px;
  }

  .tw .xl\:-mb-39px{
    margin-bottom: -39px;
  }

  .tw .xl\:-mb-40px{
    margin-bottom: -40px;
  }

  .tw .xl\:ml-0{
    margin-left: 0px;
  }

  .tw .xl\:ml-1{
    margin-left: 5px;
  }

  .tw .xl\:ml-2{
    margin-left: 10px;
  }

  .tw .xl\:ml-3{
    margin-left: 15px;
  }

  .tw .xl\:ml-4{
    margin-left: 20px;
  }

  .tw .xl\:ml-5{
    margin-left: 25px;
  }

  .tw .xl\:ml-6{
    margin-left: 30px;
  }

  .tw .xl\:ml-7{
    margin-left: 35px;
  }

  .tw .xl\:ml-8{
    margin-left: 40px;
  }

  .tw .xl\:ml-9{
    margin-left: 45px;
  }

  .tw .xl\:ml-10{
    margin-left: 50px;
  }

  .tw .xl\:ml-11{
    margin-left: 55px;
  }

  .tw .xl\:ml-12{
    margin-left: 60px;
  }

  .tw .xl\:ml-13{
    margin-left: 65px;
  }

  .tw .xl\:ml-14{
    margin-left: 70px;
  }

  .tw .xl\:ml-15{
    margin-left: 75px;
  }

  .tw .xl\:ml-16{
    margin-left: 80px;
  }

  .tw .xl\:ml-17{
    margin-left: 85px;
  }

  .tw .xl\:ml-18{
    margin-left: 90px;
  }

  .tw .xl\:ml-19{
    margin-left: 95px;
  }

  .tw .xl\:ml-20{
    margin-left: 100px;
  }

  .tw .xl\:ml-21{
    margin-left: 105px;
  }

  .tw .xl\:ml-22{
    margin-left: 110px;
  }

  .tw .xl\:ml-23{
    margin-left: 115px;
  }

  .tw .xl\:ml-24{
    margin-left: 120px;
  }

  .tw .xl\:ml-25{
    margin-left: 125px;
  }

  .tw .xl\:ml-26{
    margin-left: 130px;
  }

  .tw .xl\:ml-27{
    margin-left: 135px;
  }

  .tw .xl\:ml-28{
    margin-left: 140px;
  }

  .tw .xl\:ml-29{
    margin-left: 145px;
  }

  .tw .xl\:ml-30{
    margin-left: 150px;
  }

  .tw .xl\:ml-31{
    margin-left: 155px;
  }

  .tw .xl\:ml-32{
    margin-left: 160px;
  }

  .tw .xl\:ml-33{
    margin-left: 165px;
  }

  .tw .xl\:ml-34{
    margin-left: 170px;
  }

  .tw .xl\:ml-35{
    margin-left: 175px;
  }

  .tw .xl\:ml-36{
    margin-left: 180px;
  }

  .tw .xl\:ml-37{
    margin-left: 185px;
  }

  .tw .xl\:ml-38{
    margin-left: 190px;
  }

  .tw .xl\:ml-39{
    margin-left: 195px;
  }

  .tw .xl\:ml-40{
    margin-left: 200px;
  }

  .tw .xl\:ml-41{
    margin-left: 205px;
  }

  .tw .xl\:ml-42{
    margin-left: 210px;
  }

  .tw .xl\:ml-43{
    margin-left: 215px;
  }

  .tw .xl\:ml-44{
    margin-left: 220px;
  }

  .tw .xl\:ml-45{
    margin-left: 225px;
  }

  .tw .xl\:ml-46{
    margin-left: 230px;
  }

  .tw .xl\:ml-47{
    margin-left: 235px;
  }

  .tw .xl\:ml-48{
    margin-left: 240px;
  }

  .tw .xl\:ml-49{
    margin-left: 245px;
  }

  .tw .xl\:ml-50{
    margin-left: 250px;
  }

  .tw .xl\:ml-51{
    margin-left: 255px;
  }

  .tw .xl\:ml-52{
    margin-left: 260px;
  }

  .tw .xl\:ml-53{
    margin-left: 265px;
  }

  .tw .xl\:ml-54{
    margin-left: 270px;
  }

  .tw .xl\:ml-55{
    margin-left: 275px;
  }

  .tw .xl\:ml-56{
    margin-left: 280px;
  }

  .tw .xl\:ml-57{
    margin-left: 285px;
  }

  .tw .xl\:ml-58{
    margin-left: 290px;
  }

  .tw .xl\:ml-59{
    margin-left: 295px;
  }

  .tw .xl\:ml-60{
    margin-left: 300px;
  }

  .tw .xl\:ml-61{
    margin-left: 305px;
  }

  .tw .xl\:ml-62{
    margin-left: 310px;
  }

  .tw .xl\:ml-63{
    margin-left: 315px;
  }

  .tw .xl\:ml-64{
    margin-left: 320px;
  }

  .tw .xl\:ml-65{
    margin-left: 325px;
  }

  .tw .xl\:ml-66{
    margin-left: 330px;
  }

  .tw .xl\:ml-67{
    margin-left: 335px;
  }

  .tw .xl\:ml-68{
    margin-left: 340px;
  }

  .tw .xl\:ml-69{
    margin-left: 345px;
  }

  .tw .xl\:ml-70{
    margin-left: 350px;
  }

  .tw .xl\:ml-71{
    margin-left: 355px;
  }

  .tw .xl\:ml-72{
    margin-left: 360px;
  }

  .tw .xl\:ml-73{
    margin-left: 365px;
  }

  .tw .xl\:ml-74{
    margin-left: 370px;
  }

  .tw .xl\:ml-75{
    margin-left: 375px;
  }

  .tw .xl\:ml-76{
    margin-left: 380px;
  }

  .tw .xl\:ml-77{
    margin-left: 385px;
  }

  .tw .xl\:ml-78{
    margin-left: 390px;
  }

  .tw .xl\:ml-79{
    margin-left: 395px;
  }

  .tw .xl\:ml-80{
    margin-left: 400px;
  }

  .tw .xl\:ml-81{
    margin-left: 405px;
  }

  .tw .xl\:ml-82{
    margin-left: 410px;
  }

  .tw .xl\:ml-83{
    margin-left: 415px;
  }

  .tw .xl\:ml-84{
    margin-left: 420px;
  }

  .tw .xl\:ml-85{
    margin-left: 425px;
  }

  .tw .xl\:ml-86{
    margin-left: 430px;
  }

  .tw .xl\:ml-87{
    margin-left: 435px;
  }

  .tw .xl\:ml-88{
    margin-left: 440px;
  }

  .tw .xl\:ml-89{
    margin-left: 445px;
  }

  .tw .xl\:ml-90{
    margin-left: 450px;
  }

  .tw .xl\:ml-91{
    margin-left: 455px;
  }

  .tw .xl\:ml-92{
    margin-left: 460px;
  }

  .tw .xl\:ml-93{
    margin-left: 465px;
  }

  .tw .xl\:ml-94{
    margin-left: 470px;
  }

  .tw .xl\:ml-95{
    margin-left: 475px;
  }

  .tw .xl\:ml-96{
    margin-left: 480px;
  }

  .tw .xl\:ml-97{
    margin-left: 485px;
  }

  .tw .xl\:ml-98{
    margin-left: 490px;
  }

  .tw .xl\:ml-99{
    margin-left: 495px;
  }

  .tw .xl\:ml-100{
    margin-left: 500px;
  }

  .tw .xl\:ml-101{
    margin-left: 505px;
  }

  .tw .xl\:ml-102{
    margin-left: 510px;
  }

  .tw .xl\:ml-103{
    margin-left: 515px;
  }

  .tw .xl\:ml-104{
    margin-left: 520px;
  }

  .tw .xl\:ml-105{
    margin-left: 525px;
  }

  .tw .xl\:ml-106{
    margin-left: 530px;
  }

  .tw .xl\:ml-107{
    margin-left: 535px;
  }

  .tw .xl\:ml-108{
    margin-left: 540px;
  }

  .tw .xl\:ml-109{
    margin-left: 545px;
  }

  .tw .xl\:ml-110{
    margin-left: 550px;
  }

  .tw .xl\:ml-111{
    margin-left: 555px;
  }

  .tw .xl\:ml-112{
    margin-left: 560px;
  }

  .tw .xl\:ml-113{
    margin-left: 565px;
  }

  .tw .xl\:ml-114{
    margin-left: 570px;
  }

  .tw .xl\:ml-115{
    margin-left: 575px;
  }

  .tw .xl\:ml-116{
    margin-left: 580px;
  }

  .tw .xl\:ml-117{
    margin-left: 585px;
  }

  .tw .xl\:ml-118{
    margin-left: 590px;
  }

  .tw .xl\:ml-119{
    margin-left: 595px;
  }

  .tw .xl\:ml-120{
    margin-left: 600px;
  }

  .tw .xl\:ml-121{
    margin-left: 605px;
  }

  .tw .xl\:ml-122{
    margin-left: 610px;
  }

  .tw .xl\:ml-123{
    margin-left: 615px;
  }

  .tw .xl\:ml-124{
    margin-left: 620px;
  }

  .tw .xl\:ml-125{
    margin-left: 625px;
  }

  .tw .xl\:ml-126{
    margin-left: 630px;
  }

  .tw .xl\:ml-127{
    margin-left: 635px;
  }

  .tw .xl\:ml-128{
    margin-left: 640px;
  }

  .tw .xl\:ml-129{
    margin-left: 645px;
  }

  .tw .xl\:ml-130{
    margin-left: 650px;
  }

  .tw .xl\:ml-131{
    margin-left: 655px;
  }

  .tw .xl\:ml-132{
    margin-left: 660px;
  }

  .tw .xl\:ml-133{
    margin-left: 665px;
  }

  .tw .xl\:ml-134{
    margin-left: 670px;
  }

  .tw .xl\:ml-135{
    margin-left: 675px;
  }

  .tw .xl\:ml-136{
    margin-left: 680px;
  }

  .tw .xl\:ml-137{
    margin-left: 685px;
  }

  .tw .xl\:ml-138{
    margin-left: 690px;
  }

  .tw .xl\:ml-139{
    margin-left: 695px;
  }

  .tw .xl\:ml-140{
    margin-left: 700px;
  }

  .tw .xl\:ml-141{
    margin-left: 705px;
  }

  .tw .xl\:ml-142{
    margin-left: 710px;
  }

  .tw .xl\:ml-143{
    margin-left: 715px;
  }

  .tw .xl\:ml-144{
    margin-left: 720px;
  }

  .tw .xl\:ml-145{
    margin-left: 725px;
  }

  .tw .xl\:ml-146{
    margin-left: 730px;
  }

  .tw .xl\:ml-147{
    margin-left: 735px;
  }

  .tw .xl\:ml-148{
    margin-left: 740px;
  }

  .tw .xl\:ml-149{
    margin-left: 745px;
  }

  .tw .xl\:ml-auto{
    margin-left: auto;
  }

  .tw .xl\:ml-0\.5{
    margin-left: 3px;
  }

  .tw .xl\:ml-1px{
    margin-left: 1px;
  }

  .tw .xl\:ml-2px{
    margin-left: 2px;
  }

  .tw .xl\:ml-3px{
    margin-left: 3px;
  }

  .tw .xl\:ml-4px{
    margin-left: 4px;
  }

  .tw .xl\:ml-5px{
    margin-left: 5px;
  }

  .tw .xl\:ml-6px{
    margin-left: 6px;
  }

  .tw .xl\:ml-7px{
    margin-left: 7px;
  }

  .tw .xl\:ml-8px{
    margin-left: 8px;
  }

  .tw .xl\:ml-9px{
    margin-left: 9px;
  }

  .tw .xl\:ml-10px{
    margin-left: 10px;
  }

  .tw .xl\:ml-11px{
    margin-left: 11px;
  }

  .tw .xl\:ml-12px{
    margin-left: 12px;
  }

  .tw .xl\:ml-13px{
    margin-left: 13px;
  }

  .tw .xl\:ml-14px{
    margin-left: 14px;
  }

  .tw .xl\:ml-15px{
    margin-left: 15px;
  }

  .tw .xl\:ml-16px{
    margin-left: 16px;
  }

  .tw .xl\:ml-17px{
    margin-left: 17px;
  }

  .tw .xl\:ml-18px{
    margin-left: 18px;
  }

  .tw .xl\:ml-19px{
    margin-left: 19px;
  }

  .tw .xl\:ml-20px{
    margin-left: 20px;
  }

  .tw .xl\:ml-21px{
    margin-left: 21px;
  }

  .tw .xl\:ml-22px{
    margin-left: 22px;
  }

  .tw .xl\:ml-23px{
    margin-left: 23px;
  }

  .tw .xl\:ml-24px{
    margin-left: 24px;
  }

  .tw .xl\:ml-25px{
    margin-left: 25px;
  }

  .tw .xl\:ml-26px{
    margin-left: 26px;
  }

  .tw .xl\:ml-27px{
    margin-left: 27px;
  }

  .tw .xl\:ml-28px{
    margin-left: 28px;
  }

  .tw .xl\:ml-29px{
    margin-left: 29px;
  }

  .tw .xl\:ml-30px{
    margin-left: 30px;
  }

  .tw .xl\:ml-31px{
    margin-left: 31px;
  }

  .tw .xl\:ml-32px{
    margin-left: 32px;
  }

  .tw .xl\:ml-33px{
    margin-left: 33px;
  }

  .tw .xl\:ml-34px{
    margin-left: 34px;
  }

  .tw .xl\:ml-35px{
    margin-left: 35px;
  }

  .tw .xl\:ml-36px{
    margin-left: 36px;
  }

  .tw .xl\:ml-37px{
    margin-left: 37px;
  }

  .tw .xl\:ml-38px{
    margin-left: 38px;
  }

  .tw .xl\:ml-39px{
    margin-left: 39px;
  }

  .tw .xl\:ml-40px{
    margin-left: 40px;
  }

  .tw .xl\:-ml-0{
    margin-left: 0px;
  }

  .tw .xl\:-ml-1{
    margin-left: -5px;
  }

  .tw .xl\:-ml-2{
    margin-left: -10px;
  }

  .tw .xl\:-ml-3{
    margin-left: -15px;
  }

  .tw .xl\:-ml-4{
    margin-left: -20px;
  }

  .tw .xl\:-ml-5{
    margin-left: -25px;
  }

  .tw .xl\:-ml-6{
    margin-left: -30px;
  }

  .tw .xl\:-ml-7{
    margin-left: -35px;
  }

  .tw .xl\:-ml-8{
    margin-left: -40px;
  }

  .tw .xl\:-ml-9{
    margin-left: -45px;
  }

  .tw .xl\:-ml-10{
    margin-left: -50px;
  }

  .tw .xl\:-ml-11{
    margin-left: -55px;
  }

  .tw .xl\:-ml-12{
    margin-left: -60px;
  }

  .tw .xl\:-ml-13{
    margin-left: -65px;
  }

  .tw .xl\:-ml-14{
    margin-left: -70px;
  }

  .tw .xl\:-ml-15{
    margin-left: -75px;
  }

  .tw .xl\:-ml-16{
    margin-left: -80px;
  }

  .tw .xl\:-ml-17{
    margin-left: -85px;
  }

  .tw .xl\:-ml-18{
    margin-left: -90px;
  }

  .tw .xl\:-ml-19{
    margin-left: -95px;
  }

  .tw .xl\:-ml-20{
    margin-left: -100px;
  }

  .tw .xl\:-ml-21{
    margin-left: -105px;
  }

  .tw .xl\:-ml-22{
    margin-left: -110px;
  }

  .tw .xl\:-ml-23{
    margin-left: -115px;
  }

  .tw .xl\:-ml-24{
    margin-left: -120px;
  }

  .tw .xl\:-ml-25{
    margin-left: -125px;
  }

  .tw .xl\:-ml-26{
    margin-left: -130px;
  }

  .tw .xl\:-ml-27{
    margin-left: -135px;
  }

  .tw .xl\:-ml-28{
    margin-left: -140px;
  }

  .tw .xl\:-ml-29{
    margin-left: -145px;
  }

  .tw .xl\:-ml-30{
    margin-left: -150px;
  }

  .tw .xl\:-ml-31{
    margin-left: -155px;
  }

  .tw .xl\:-ml-32{
    margin-left: -160px;
  }

  .tw .xl\:-ml-33{
    margin-left: -165px;
  }

  .tw .xl\:-ml-34{
    margin-left: -170px;
  }

  .tw .xl\:-ml-35{
    margin-left: -175px;
  }

  .tw .xl\:-ml-36{
    margin-left: -180px;
  }

  .tw .xl\:-ml-37{
    margin-left: -185px;
  }

  .tw .xl\:-ml-38{
    margin-left: -190px;
  }

  .tw .xl\:-ml-39{
    margin-left: -195px;
  }

  .tw .xl\:-ml-40{
    margin-left: -200px;
  }

  .tw .xl\:-ml-41{
    margin-left: -205px;
  }

  .tw .xl\:-ml-42{
    margin-left: -210px;
  }

  .tw .xl\:-ml-43{
    margin-left: -215px;
  }

  .tw .xl\:-ml-44{
    margin-left: -220px;
  }

  .tw .xl\:-ml-45{
    margin-left: -225px;
  }

  .tw .xl\:-ml-46{
    margin-left: -230px;
  }

  .tw .xl\:-ml-47{
    margin-left: -235px;
  }

  .tw .xl\:-ml-48{
    margin-left: -240px;
  }

  .tw .xl\:-ml-49{
    margin-left: -245px;
  }

  .tw .xl\:-ml-50{
    margin-left: -250px;
  }

  .tw .xl\:-ml-51{
    margin-left: -255px;
  }

  .tw .xl\:-ml-52{
    margin-left: -260px;
  }

  .tw .xl\:-ml-53{
    margin-left: -265px;
  }

  .tw .xl\:-ml-54{
    margin-left: -270px;
  }

  .tw .xl\:-ml-55{
    margin-left: -275px;
  }

  .tw .xl\:-ml-56{
    margin-left: -280px;
  }

  .tw .xl\:-ml-57{
    margin-left: -285px;
  }

  .tw .xl\:-ml-58{
    margin-left: -290px;
  }

  .tw .xl\:-ml-59{
    margin-left: -295px;
  }

  .tw .xl\:-ml-60{
    margin-left: -300px;
  }

  .tw .xl\:-ml-61{
    margin-left: -305px;
  }

  .tw .xl\:-ml-62{
    margin-left: -310px;
  }

  .tw .xl\:-ml-63{
    margin-left: -315px;
  }

  .tw .xl\:-ml-64{
    margin-left: -320px;
  }

  .tw .xl\:-ml-65{
    margin-left: -325px;
  }

  .tw .xl\:-ml-66{
    margin-left: -330px;
  }

  .tw .xl\:-ml-67{
    margin-left: -335px;
  }

  .tw .xl\:-ml-68{
    margin-left: -340px;
  }

  .tw .xl\:-ml-69{
    margin-left: -345px;
  }

  .tw .xl\:-ml-70{
    margin-left: -350px;
  }

  .tw .xl\:-ml-71{
    margin-left: -355px;
  }

  .tw .xl\:-ml-72{
    margin-left: -360px;
  }

  .tw .xl\:-ml-73{
    margin-left: -365px;
  }

  .tw .xl\:-ml-74{
    margin-left: -370px;
  }

  .tw .xl\:-ml-75{
    margin-left: -375px;
  }

  .tw .xl\:-ml-76{
    margin-left: -380px;
  }

  .tw .xl\:-ml-77{
    margin-left: -385px;
  }

  .tw .xl\:-ml-78{
    margin-left: -390px;
  }

  .tw .xl\:-ml-79{
    margin-left: -395px;
  }

  .tw .xl\:-ml-80{
    margin-left: -400px;
  }

  .tw .xl\:-ml-81{
    margin-left: -405px;
  }

  .tw .xl\:-ml-82{
    margin-left: -410px;
  }

  .tw .xl\:-ml-83{
    margin-left: -415px;
  }

  .tw .xl\:-ml-84{
    margin-left: -420px;
  }

  .tw .xl\:-ml-85{
    margin-left: -425px;
  }

  .tw .xl\:-ml-86{
    margin-left: -430px;
  }

  .tw .xl\:-ml-87{
    margin-left: -435px;
  }

  .tw .xl\:-ml-88{
    margin-left: -440px;
  }

  .tw .xl\:-ml-89{
    margin-left: -445px;
  }

  .tw .xl\:-ml-90{
    margin-left: -450px;
  }

  .tw .xl\:-ml-91{
    margin-left: -455px;
  }

  .tw .xl\:-ml-92{
    margin-left: -460px;
  }

  .tw .xl\:-ml-93{
    margin-left: -465px;
  }

  .tw .xl\:-ml-94{
    margin-left: -470px;
  }

  .tw .xl\:-ml-95{
    margin-left: -475px;
  }

  .tw .xl\:-ml-96{
    margin-left: -480px;
  }

  .tw .xl\:-ml-97{
    margin-left: -485px;
  }

  .tw .xl\:-ml-98{
    margin-left: -490px;
  }

  .tw .xl\:-ml-99{
    margin-left: -495px;
  }

  .tw .xl\:-ml-100{
    margin-left: -500px;
  }

  .tw .xl\:-ml-101{
    margin-left: -505px;
  }

  .tw .xl\:-ml-102{
    margin-left: -510px;
  }

  .tw .xl\:-ml-103{
    margin-left: -515px;
  }

  .tw .xl\:-ml-104{
    margin-left: -520px;
  }

  .tw .xl\:-ml-105{
    margin-left: -525px;
  }

  .tw .xl\:-ml-106{
    margin-left: -530px;
  }

  .tw .xl\:-ml-107{
    margin-left: -535px;
  }

  .tw .xl\:-ml-108{
    margin-left: -540px;
  }

  .tw .xl\:-ml-109{
    margin-left: -545px;
  }

  .tw .xl\:-ml-110{
    margin-left: -550px;
  }

  .tw .xl\:-ml-111{
    margin-left: -555px;
  }

  .tw .xl\:-ml-112{
    margin-left: -560px;
  }

  .tw .xl\:-ml-113{
    margin-left: -565px;
  }

  .tw .xl\:-ml-114{
    margin-left: -570px;
  }

  .tw .xl\:-ml-115{
    margin-left: -575px;
  }

  .tw .xl\:-ml-116{
    margin-left: -580px;
  }

  .tw .xl\:-ml-117{
    margin-left: -585px;
  }

  .tw .xl\:-ml-118{
    margin-left: -590px;
  }

  .tw .xl\:-ml-119{
    margin-left: -595px;
  }

  .tw .xl\:-ml-120{
    margin-left: -600px;
  }

  .tw .xl\:-ml-121{
    margin-left: -605px;
  }

  .tw .xl\:-ml-122{
    margin-left: -610px;
  }

  .tw .xl\:-ml-123{
    margin-left: -615px;
  }

  .tw .xl\:-ml-124{
    margin-left: -620px;
  }

  .tw .xl\:-ml-125{
    margin-left: -625px;
  }

  .tw .xl\:-ml-126{
    margin-left: -630px;
  }

  .tw .xl\:-ml-127{
    margin-left: -635px;
  }

  .tw .xl\:-ml-128{
    margin-left: -640px;
  }

  .tw .xl\:-ml-129{
    margin-left: -645px;
  }

  .tw .xl\:-ml-130{
    margin-left: -650px;
  }

  .tw .xl\:-ml-131{
    margin-left: -655px;
  }

  .tw .xl\:-ml-132{
    margin-left: -660px;
  }

  .tw .xl\:-ml-133{
    margin-left: -665px;
  }

  .tw .xl\:-ml-134{
    margin-left: -670px;
  }

  .tw .xl\:-ml-135{
    margin-left: -675px;
  }

  .tw .xl\:-ml-136{
    margin-left: -680px;
  }

  .tw .xl\:-ml-137{
    margin-left: -685px;
  }

  .tw .xl\:-ml-138{
    margin-left: -690px;
  }

  .tw .xl\:-ml-139{
    margin-left: -695px;
  }

  .tw .xl\:-ml-140{
    margin-left: -700px;
  }

  .tw .xl\:-ml-141{
    margin-left: -705px;
  }

  .tw .xl\:-ml-142{
    margin-left: -710px;
  }

  .tw .xl\:-ml-143{
    margin-left: -715px;
  }

  .tw .xl\:-ml-144{
    margin-left: -720px;
  }

  .tw .xl\:-ml-145{
    margin-left: -725px;
  }

  .tw .xl\:-ml-146{
    margin-left: -730px;
  }

  .tw .xl\:-ml-147{
    margin-left: -735px;
  }

  .tw .xl\:-ml-148{
    margin-left: -740px;
  }

  .tw .xl\:-ml-149{
    margin-left: -745px;
  }

  .tw .xl\:-ml-0\.5{
    margin-left: -3px;
  }

  .tw .xl\:-ml-1px{
    margin-left: -1px;
  }

  .tw .xl\:-ml-2px{
    margin-left: -2px;
  }

  .tw .xl\:-ml-3px{
    margin-left: -3px;
  }

  .tw .xl\:-ml-4px{
    margin-left: -4px;
  }

  .tw .xl\:-ml-5px{
    margin-left: -5px;
  }

  .tw .xl\:-ml-6px{
    margin-left: -6px;
  }

  .tw .xl\:-ml-7px{
    margin-left: -7px;
  }

  .tw .xl\:-ml-8px{
    margin-left: -8px;
  }

  .tw .xl\:-ml-9px{
    margin-left: -9px;
  }

  .tw .xl\:-ml-10px{
    margin-left: -10px;
  }

  .tw .xl\:-ml-11px{
    margin-left: -11px;
  }

  .tw .xl\:-ml-12px{
    margin-left: -12px;
  }

  .tw .xl\:-ml-13px{
    margin-left: -13px;
  }

  .tw .xl\:-ml-14px{
    margin-left: -14px;
  }

  .tw .xl\:-ml-15px{
    margin-left: -15px;
  }

  .tw .xl\:-ml-16px{
    margin-left: -16px;
  }

  .tw .xl\:-ml-17px{
    margin-left: -17px;
  }

  .tw .xl\:-ml-18px{
    margin-left: -18px;
  }

  .tw .xl\:-ml-19px{
    margin-left: -19px;
  }

  .tw .xl\:-ml-20px{
    margin-left: -20px;
  }

  .tw .xl\:-ml-21px{
    margin-left: -21px;
  }

  .tw .xl\:-ml-22px{
    margin-left: -22px;
  }

  .tw .xl\:-ml-23px{
    margin-left: -23px;
  }

  .tw .xl\:-ml-24px{
    margin-left: -24px;
  }

  .tw .xl\:-ml-25px{
    margin-left: -25px;
  }

  .tw .xl\:-ml-26px{
    margin-left: -26px;
  }

  .tw .xl\:-ml-27px{
    margin-left: -27px;
  }

  .tw .xl\:-ml-28px{
    margin-left: -28px;
  }

  .tw .xl\:-ml-29px{
    margin-left: -29px;
  }

  .tw .xl\:-ml-30px{
    margin-left: -30px;
  }

  .tw .xl\:-ml-31px{
    margin-left: -31px;
  }

  .tw .xl\:-ml-32px{
    margin-left: -32px;
  }

  .tw .xl\:-ml-33px{
    margin-left: -33px;
  }

  .tw .xl\:-ml-34px{
    margin-left: -34px;
  }

  .tw .xl\:-ml-35px{
    margin-left: -35px;
  }

  .tw .xl\:-ml-36px{
    margin-left: -36px;
  }

  .tw .xl\:-ml-37px{
    margin-left: -37px;
  }

  .tw .xl\:-ml-38px{
    margin-left: -38px;
  }

  .tw .xl\:-ml-39px{
    margin-left: -39px;
  }

  .tw .xl\:-ml-40px{
    margin-left: -40px;
  }

  .tw .xl\:last\:mt-0:last-child{
    margin-top: 0px;
  }

  .tw .xl\:last\:mt-1:last-child{
    margin-top: 5px;
  }

  .tw .xl\:last\:mt-2:last-child{
    margin-top: 10px;
  }

  .tw .xl\:last\:mt-3:last-child{
    margin-top: 15px;
  }

  .tw .xl\:last\:mt-4:last-child{
    margin-top: 20px;
  }

  .tw .xl\:last\:mt-5:last-child{
    margin-top: 25px;
  }

  .tw .xl\:last\:mt-6:last-child{
    margin-top: 30px;
  }

  .tw .xl\:last\:mt-7:last-child{
    margin-top: 35px;
  }

  .tw .xl\:last\:mt-8:last-child{
    margin-top: 40px;
  }

  .tw .xl\:last\:mt-9:last-child{
    margin-top: 45px;
  }

  .tw .xl\:last\:mt-10:last-child{
    margin-top: 50px;
  }

  .tw .xl\:last\:mt-11:last-child{
    margin-top: 55px;
  }

  .tw .xl\:last\:mt-12:last-child{
    margin-top: 60px;
  }

  .tw .xl\:last\:mt-13:last-child{
    margin-top: 65px;
  }

  .tw .xl\:last\:mt-14:last-child{
    margin-top: 70px;
  }

  .tw .xl\:last\:mt-15:last-child{
    margin-top: 75px;
  }

  .tw .xl\:last\:mt-16:last-child{
    margin-top: 80px;
  }

  .tw .xl\:last\:mt-17:last-child{
    margin-top: 85px;
  }

  .tw .xl\:last\:mt-18:last-child{
    margin-top: 90px;
  }

  .tw .xl\:last\:mt-19:last-child{
    margin-top: 95px;
  }

  .tw .xl\:last\:mt-20:last-child{
    margin-top: 100px;
  }

  .tw .xl\:last\:mt-21:last-child{
    margin-top: 105px;
  }

  .tw .xl\:last\:mt-22:last-child{
    margin-top: 110px;
  }

  .tw .xl\:last\:mt-23:last-child{
    margin-top: 115px;
  }

  .tw .xl\:last\:mt-24:last-child{
    margin-top: 120px;
  }

  .tw .xl\:last\:mt-25:last-child{
    margin-top: 125px;
  }

  .tw .xl\:last\:mt-26:last-child{
    margin-top: 130px;
  }

  .tw .xl\:last\:mt-27:last-child{
    margin-top: 135px;
  }

  .tw .xl\:last\:mt-28:last-child{
    margin-top: 140px;
  }

  .tw .xl\:last\:mt-29:last-child{
    margin-top: 145px;
  }

  .tw .xl\:last\:mt-30:last-child{
    margin-top: 150px;
  }

  .tw .xl\:last\:mt-31:last-child{
    margin-top: 155px;
  }

  .tw .xl\:last\:mt-32:last-child{
    margin-top: 160px;
  }

  .tw .xl\:last\:mt-33:last-child{
    margin-top: 165px;
  }

  .tw .xl\:last\:mt-34:last-child{
    margin-top: 170px;
  }

  .tw .xl\:last\:mt-35:last-child{
    margin-top: 175px;
  }

  .tw .xl\:last\:mt-36:last-child{
    margin-top: 180px;
  }

  .tw .xl\:last\:mt-37:last-child{
    margin-top: 185px;
  }

  .tw .xl\:last\:mt-38:last-child{
    margin-top: 190px;
  }

  .tw .xl\:last\:mt-39:last-child{
    margin-top: 195px;
  }

  .tw .xl\:last\:mt-40:last-child{
    margin-top: 200px;
  }

  .tw .xl\:last\:mt-41:last-child{
    margin-top: 205px;
  }

  .tw .xl\:last\:mt-42:last-child{
    margin-top: 210px;
  }

  .tw .xl\:last\:mt-43:last-child{
    margin-top: 215px;
  }

  .tw .xl\:last\:mt-44:last-child{
    margin-top: 220px;
  }

  .tw .xl\:last\:mt-45:last-child{
    margin-top: 225px;
  }

  .tw .xl\:last\:mt-46:last-child{
    margin-top: 230px;
  }

  .tw .xl\:last\:mt-47:last-child{
    margin-top: 235px;
  }

  .tw .xl\:last\:mt-48:last-child{
    margin-top: 240px;
  }

  .tw .xl\:last\:mt-49:last-child{
    margin-top: 245px;
  }

  .tw .xl\:last\:mt-50:last-child{
    margin-top: 250px;
  }

  .tw .xl\:last\:mt-51:last-child{
    margin-top: 255px;
  }

  .tw .xl\:last\:mt-52:last-child{
    margin-top: 260px;
  }

  .tw .xl\:last\:mt-53:last-child{
    margin-top: 265px;
  }

  .tw .xl\:last\:mt-54:last-child{
    margin-top: 270px;
  }

  .tw .xl\:last\:mt-55:last-child{
    margin-top: 275px;
  }

  .tw .xl\:last\:mt-56:last-child{
    margin-top: 280px;
  }

  .tw .xl\:last\:mt-57:last-child{
    margin-top: 285px;
  }

  .tw .xl\:last\:mt-58:last-child{
    margin-top: 290px;
  }

  .tw .xl\:last\:mt-59:last-child{
    margin-top: 295px;
  }

  .tw .xl\:last\:mt-60:last-child{
    margin-top: 300px;
  }

  .tw .xl\:last\:mt-61:last-child{
    margin-top: 305px;
  }

  .tw .xl\:last\:mt-62:last-child{
    margin-top: 310px;
  }

  .tw .xl\:last\:mt-63:last-child{
    margin-top: 315px;
  }

  .tw .xl\:last\:mt-64:last-child{
    margin-top: 320px;
  }

  .tw .xl\:last\:mt-65:last-child{
    margin-top: 325px;
  }

  .tw .xl\:last\:mt-66:last-child{
    margin-top: 330px;
  }

  .tw .xl\:last\:mt-67:last-child{
    margin-top: 335px;
  }

  .tw .xl\:last\:mt-68:last-child{
    margin-top: 340px;
  }

  .tw .xl\:last\:mt-69:last-child{
    margin-top: 345px;
  }

  .tw .xl\:last\:mt-70:last-child{
    margin-top: 350px;
  }

  .tw .xl\:last\:mt-71:last-child{
    margin-top: 355px;
  }

  .tw .xl\:last\:mt-72:last-child{
    margin-top: 360px;
  }

  .tw .xl\:last\:mt-73:last-child{
    margin-top: 365px;
  }

  .tw .xl\:last\:mt-74:last-child{
    margin-top: 370px;
  }

  .tw .xl\:last\:mt-75:last-child{
    margin-top: 375px;
  }

  .tw .xl\:last\:mt-76:last-child{
    margin-top: 380px;
  }

  .tw .xl\:last\:mt-77:last-child{
    margin-top: 385px;
  }

  .tw .xl\:last\:mt-78:last-child{
    margin-top: 390px;
  }

  .tw .xl\:last\:mt-79:last-child{
    margin-top: 395px;
  }

  .tw .xl\:last\:mt-80:last-child{
    margin-top: 400px;
  }

  .tw .xl\:last\:mt-81:last-child{
    margin-top: 405px;
  }

  .tw .xl\:last\:mt-82:last-child{
    margin-top: 410px;
  }

  .tw .xl\:last\:mt-83:last-child{
    margin-top: 415px;
  }

  .tw .xl\:last\:mt-84:last-child{
    margin-top: 420px;
  }

  .tw .xl\:last\:mt-85:last-child{
    margin-top: 425px;
  }

  .tw .xl\:last\:mt-86:last-child{
    margin-top: 430px;
  }

  .tw .xl\:last\:mt-87:last-child{
    margin-top: 435px;
  }

  .tw .xl\:last\:mt-88:last-child{
    margin-top: 440px;
  }

  .tw .xl\:last\:mt-89:last-child{
    margin-top: 445px;
  }

  .tw .xl\:last\:mt-90:last-child{
    margin-top: 450px;
  }

  .tw .xl\:last\:mt-91:last-child{
    margin-top: 455px;
  }

  .tw .xl\:last\:mt-92:last-child{
    margin-top: 460px;
  }

  .tw .xl\:last\:mt-93:last-child{
    margin-top: 465px;
  }

  .tw .xl\:last\:mt-94:last-child{
    margin-top: 470px;
  }

  .tw .xl\:last\:mt-95:last-child{
    margin-top: 475px;
  }

  .tw .xl\:last\:mt-96:last-child{
    margin-top: 480px;
  }

  .tw .xl\:last\:mt-97:last-child{
    margin-top: 485px;
  }

  .tw .xl\:last\:mt-98:last-child{
    margin-top: 490px;
  }

  .tw .xl\:last\:mt-99:last-child{
    margin-top: 495px;
  }

  .tw .xl\:last\:mt-100:last-child{
    margin-top: 500px;
  }

  .tw .xl\:last\:mt-101:last-child{
    margin-top: 505px;
  }

  .tw .xl\:last\:mt-102:last-child{
    margin-top: 510px;
  }

  .tw .xl\:last\:mt-103:last-child{
    margin-top: 515px;
  }

  .tw .xl\:last\:mt-104:last-child{
    margin-top: 520px;
  }

  .tw .xl\:last\:mt-105:last-child{
    margin-top: 525px;
  }

  .tw .xl\:last\:mt-106:last-child{
    margin-top: 530px;
  }

  .tw .xl\:last\:mt-107:last-child{
    margin-top: 535px;
  }

  .tw .xl\:last\:mt-108:last-child{
    margin-top: 540px;
  }

  .tw .xl\:last\:mt-109:last-child{
    margin-top: 545px;
  }

  .tw .xl\:last\:mt-110:last-child{
    margin-top: 550px;
  }

  .tw .xl\:last\:mt-111:last-child{
    margin-top: 555px;
  }

  .tw .xl\:last\:mt-112:last-child{
    margin-top: 560px;
  }

  .tw .xl\:last\:mt-113:last-child{
    margin-top: 565px;
  }

  .tw .xl\:last\:mt-114:last-child{
    margin-top: 570px;
  }

  .tw .xl\:last\:mt-115:last-child{
    margin-top: 575px;
  }

  .tw .xl\:last\:mt-116:last-child{
    margin-top: 580px;
  }

  .tw .xl\:last\:mt-117:last-child{
    margin-top: 585px;
  }

  .tw .xl\:last\:mt-118:last-child{
    margin-top: 590px;
  }

  .tw .xl\:last\:mt-119:last-child{
    margin-top: 595px;
  }

  .tw .xl\:last\:mt-120:last-child{
    margin-top: 600px;
  }

  .tw .xl\:last\:mt-121:last-child{
    margin-top: 605px;
  }

  .tw .xl\:last\:mt-122:last-child{
    margin-top: 610px;
  }

  .tw .xl\:last\:mt-123:last-child{
    margin-top: 615px;
  }

  .tw .xl\:last\:mt-124:last-child{
    margin-top: 620px;
  }

  .tw .xl\:last\:mt-125:last-child{
    margin-top: 625px;
  }

  .tw .xl\:last\:mt-126:last-child{
    margin-top: 630px;
  }

  .tw .xl\:last\:mt-127:last-child{
    margin-top: 635px;
  }

  .tw .xl\:last\:mt-128:last-child{
    margin-top: 640px;
  }

  .tw .xl\:last\:mt-129:last-child{
    margin-top: 645px;
  }

  .tw .xl\:last\:mt-130:last-child{
    margin-top: 650px;
  }

  .tw .xl\:last\:mt-131:last-child{
    margin-top: 655px;
  }

  .tw .xl\:last\:mt-132:last-child{
    margin-top: 660px;
  }

  .tw .xl\:last\:mt-133:last-child{
    margin-top: 665px;
  }

  .tw .xl\:last\:mt-134:last-child{
    margin-top: 670px;
  }

  .tw .xl\:last\:mt-135:last-child{
    margin-top: 675px;
  }

  .tw .xl\:last\:mt-136:last-child{
    margin-top: 680px;
  }

  .tw .xl\:last\:mt-137:last-child{
    margin-top: 685px;
  }

  .tw .xl\:last\:mt-138:last-child{
    margin-top: 690px;
  }

  .tw .xl\:last\:mt-139:last-child{
    margin-top: 695px;
  }

  .tw .xl\:last\:mt-140:last-child{
    margin-top: 700px;
  }

  .tw .xl\:last\:mt-141:last-child{
    margin-top: 705px;
  }

  .tw .xl\:last\:mt-142:last-child{
    margin-top: 710px;
  }

  .tw .xl\:last\:mt-143:last-child{
    margin-top: 715px;
  }

  .tw .xl\:last\:mt-144:last-child{
    margin-top: 720px;
  }

  .tw .xl\:last\:mt-145:last-child{
    margin-top: 725px;
  }

  .tw .xl\:last\:mt-146:last-child{
    margin-top: 730px;
  }

  .tw .xl\:last\:mt-147:last-child{
    margin-top: 735px;
  }

  .tw .xl\:last\:mt-148:last-child{
    margin-top: 740px;
  }

  .tw .xl\:last\:mt-149:last-child{
    margin-top: 745px;
  }

  .tw .xl\:last\:mt-auto:last-child{
    margin-top: auto;
  }

  .tw .xl\:last\:mt-0\.5:last-child{
    margin-top: 3px;
  }

  .tw .xl\:last\:mt-1px:last-child{
    margin-top: 1px;
  }

  .tw .xl\:last\:mt-2px:last-child{
    margin-top: 2px;
  }

  .tw .xl\:last\:mt-3px:last-child{
    margin-top: 3px;
  }

  .tw .xl\:last\:mt-4px:last-child{
    margin-top: 4px;
  }

  .tw .xl\:last\:mt-5px:last-child{
    margin-top: 5px;
  }

  .tw .xl\:last\:mt-6px:last-child{
    margin-top: 6px;
  }

  .tw .xl\:last\:mt-7px:last-child{
    margin-top: 7px;
  }

  .tw .xl\:last\:mt-8px:last-child{
    margin-top: 8px;
  }

  .tw .xl\:last\:mt-9px:last-child{
    margin-top: 9px;
  }

  .tw .xl\:last\:mt-10px:last-child{
    margin-top: 10px;
  }

  .tw .xl\:last\:mt-11px:last-child{
    margin-top: 11px;
  }

  .tw .xl\:last\:mt-12px:last-child{
    margin-top: 12px;
  }

  .tw .xl\:last\:mt-13px:last-child{
    margin-top: 13px;
  }

  .tw .xl\:last\:mt-14px:last-child{
    margin-top: 14px;
  }

  .tw .xl\:last\:mt-15px:last-child{
    margin-top: 15px;
  }

  .tw .xl\:last\:mt-16px:last-child{
    margin-top: 16px;
  }

  .tw .xl\:last\:mt-17px:last-child{
    margin-top: 17px;
  }

  .tw .xl\:last\:mt-18px:last-child{
    margin-top: 18px;
  }

  .tw .xl\:last\:mt-19px:last-child{
    margin-top: 19px;
  }

  .tw .xl\:last\:mt-20px:last-child{
    margin-top: 20px;
  }

  .tw .xl\:last\:mt-21px:last-child{
    margin-top: 21px;
  }

  .tw .xl\:last\:mt-22px:last-child{
    margin-top: 22px;
  }

  .tw .xl\:last\:mt-23px:last-child{
    margin-top: 23px;
  }

  .tw .xl\:last\:mt-24px:last-child{
    margin-top: 24px;
  }

  .tw .xl\:last\:mt-25px:last-child{
    margin-top: 25px;
  }

  .tw .xl\:last\:mt-26px:last-child{
    margin-top: 26px;
  }

  .tw .xl\:last\:mt-27px:last-child{
    margin-top: 27px;
  }

  .tw .xl\:last\:mt-28px:last-child{
    margin-top: 28px;
  }

  .tw .xl\:last\:mt-29px:last-child{
    margin-top: 29px;
  }

  .tw .xl\:last\:mt-30px:last-child{
    margin-top: 30px;
  }

  .tw .xl\:last\:mt-31px:last-child{
    margin-top: 31px;
  }

  .tw .xl\:last\:mt-32px:last-child{
    margin-top: 32px;
  }

  .tw .xl\:last\:mt-33px:last-child{
    margin-top: 33px;
  }

  .tw .xl\:last\:mt-34px:last-child{
    margin-top: 34px;
  }

  .tw .xl\:last\:mt-35px:last-child{
    margin-top: 35px;
  }

  .tw .xl\:last\:mt-36px:last-child{
    margin-top: 36px;
  }

  .tw .xl\:last\:mt-37px:last-child{
    margin-top: 37px;
  }

  .tw .xl\:last\:mt-38px:last-child{
    margin-top: 38px;
  }

  .tw .xl\:last\:mt-39px:last-child{
    margin-top: 39px;
  }

  .tw .xl\:last\:mt-40px:last-child{
    margin-top: 40px;
  }

  .tw .xl\:last\:-mt-0:last-child{
    margin-top: 0px;
  }

  .tw .xl\:last\:-mt-1:last-child{
    margin-top: -5px;
  }

  .tw .xl\:last\:-mt-2:last-child{
    margin-top: -10px;
  }

  .tw .xl\:last\:-mt-3:last-child{
    margin-top: -15px;
  }

  .tw .xl\:last\:-mt-4:last-child{
    margin-top: -20px;
  }

  .tw .xl\:last\:-mt-5:last-child{
    margin-top: -25px;
  }

  .tw .xl\:last\:-mt-6:last-child{
    margin-top: -30px;
  }

  .tw .xl\:last\:-mt-7:last-child{
    margin-top: -35px;
  }

  .tw .xl\:last\:-mt-8:last-child{
    margin-top: -40px;
  }

  .tw .xl\:last\:-mt-9:last-child{
    margin-top: -45px;
  }

  .tw .xl\:last\:-mt-10:last-child{
    margin-top: -50px;
  }

  .tw .xl\:last\:-mt-11:last-child{
    margin-top: -55px;
  }

  .tw .xl\:last\:-mt-12:last-child{
    margin-top: -60px;
  }

  .tw .xl\:last\:-mt-13:last-child{
    margin-top: -65px;
  }

  .tw .xl\:last\:-mt-14:last-child{
    margin-top: -70px;
  }

  .tw .xl\:last\:-mt-15:last-child{
    margin-top: -75px;
  }

  .tw .xl\:last\:-mt-16:last-child{
    margin-top: -80px;
  }

  .tw .xl\:last\:-mt-17:last-child{
    margin-top: -85px;
  }

  .tw .xl\:last\:-mt-18:last-child{
    margin-top: -90px;
  }

  .tw .xl\:last\:-mt-19:last-child{
    margin-top: -95px;
  }

  .tw .xl\:last\:-mt-20:last-child{
    margin-top: -100px;
  }

  .tw .xl\:last\:-mt-21:last-child{
    margin-top: -105px;
  }

  .tw .xl\:last\:-mt-22:last-child{
    margin-top: -110px;
  }

  .tw .xl\:last\:-mt-23:last-child{
    margin-top: -115px;
  }

  .tw .xl\:last\:-mt-24:last-child{
    margin-top: -120px;
  }

  .tw .xl\:last\:-mt-25:last-child{
    margin-top: -125px;
  }

  .tw .xl\:last\:-mt-26:last-child{
    margin-top: -130px;
  }

  .tw .xl\:last\:-mt-27:last-child{
    margin-top: -135px;
  }

  .tw .xl\:last\:-mt-28:last-child{
    margin-top: -140px;
  }

  .tw .xl\:last\:-mt-29:last-child{
    margin-top: -145px;
  }

  .tw .xl\:last\:-mt-30:last-child{
    margin-top: -150px;
  }

  .tw .xl\:last\:-mt-31:last-child{
    margin-top: -155px;
  }

  .tw .xl\:last\:-mt-32:last-child{
    margin-top: -160px;
  }

  .tw .xl\:last\:-mt-33:last-child{
    margin-top: -165px;
  }

  .tw .xl\:last\:-mt-34:last-child{
    margin-top: -170px;
  }

  .tw .xl\:last\:-mt-35:last-child{
    margin-top: -175px;
  }

  .tw .xl\:last\:-mt-36:last-child{
    margin-top: -180px;
  }

  .tw .xl\:last\:-mt-37:last-child{
    margin-top: -185px;
  }

  .tw .xl\:last\:-mt-38:last-child{
    margin-top: -190px;
  }

  .tw .xl\:last\:-mt-39:last-child{
    margin-top: -195px;
  }

  .tw .xl\:last\:-mt-40:last-child{
    margin-top: -200px;
  }

  .tw .xl\:last\:-mt-41:last-child{
    margin-top: -205px;
  }

  .tw .xl\:last\:-mt-42:last-child{
    margin-top: -210px;
  }

  .tw .xl\:last\:-mt-43:last-child{
    margin-top: -215px;
  }

  .tw .xl\:last\:-mt-44:last-child{
    margin-top: -220px;
  }

  .tw .xl\:last\:-mt-45:last-child{
    margin-top: -225px;
  }

  .tw .xl\:last\:-mt-46:last-child{
    margin-top: -230px;
  }

  .tw .xl\:last\:-mt-47:last-child{
    margin-top: -235px;
  }

  .tw .xl\:last\:-mt-48:last-child{
    margin-top: -240px;
  }

  .tw .xl\:last\:-mt-49:last-child{
    margin-top: -245px;
  }

  .tw .xl\:last\:-mt-50:last-child{
    margin-top: -250px;
  }

  .tw .xl\:last\:-mt-51:last-child{
    margin-top: -255px;
  }

  .tw .xl\:last\:-mt-52:last-child{
    margin-top: -260px;
  }

  .tw .xl\:last\:-mt-53:last-child{
    margin-top: -265px;
  }

  .tw .xl\:last\:-mt-54:last-child{
    margin-top: -270px;
  }

  .tw .xl\:last\:-mt-55:last-child{
    margin-top: -275px;
  }

  .tw .xl\:last\:-mt-56:last-child{
    margin-top: -280px;
  }

  .tw .xl\:last\:-mt-57:last-child{
    margin-top: -285px;
  }

  .tw .xl\:last\:-mt-58:last-child{
    margin-top: -290px;
  }

  .tw .xl\:last\:-mt-59:last-child{
    margin-top: -295px;
  }

  .tw .xl\:last\:-mt-60:last-child{
    margin-top: -300px;
  }

  .tw .xl\:last\:-mt-61:last-child{
    margin-top: -305px;
  }

  .tw .xl\:last\:-mt-62:last-child{
    margin-top: -310px;
  }

  .tw .xl\:last\:-mt-63:last-child{
    margin-top: -315px;
  }

  .tw .xl\:last\:-mt-64:last-child{
    margin-top: -320px;
  }

  .tw .xl\:last\:-mt-65:last-child{
    margin-top: -325px;
  }

  .tw .xl\:last\:-mt-66:last-child{
    margin-top: -330px;
  }

  .tw .xl\:last\:-mt-67:last-child{
    margin-top: -335px;
  }

  .tw .xl\:last\:-mt-68:last-child{
    margin-top: -340px;
  }

  .tw .xl\:last\:-mt-69:last-child{
    margin-top: -345px;
  }

  .tw .xl\:last\:-mt-70:last-child{
    margin-top: -350px;
  }

  .tw .xl\:last\:-mt-71:last-child{
    margin-top: -355px;
  }

  .tw .xl\:last\:-mt-72:last-child{
    margin-top: -360px;
  }

  .tw .xl\:last\:-mt-73:last-child{
    margin-top: -365px;
  }

  .tw .xl\:last\:-mt-74:last-child{
    margin-top: -370px;
  }

  .tw .xl\:last\:-mt-75:last-child{
    margin-top: -375px;
  }

  .tw .xl\:last\:-mt-76:last-child{
    margin-top: -380px;
  }

  .tw .xl\:last\:-mt-77:last-child{
    margin-top: -385px;
  }

  .tw .xl\:last\:-mt-78:last-child{
    margin-top: -390px;
  }

  .tw .xl\:last\:-mt-79:last-child{
    margin-top: -395px;
  }

  .tw .xl\:last\:-mt-80:last-child{
    margin-top: -400px;
  }

  .tw .xl\:last\:-mt-81:last-child{
    margin-top: -405px;
  }

  .tw .xl\:last\:-mt-82:last-child{
    margin-top: -410px;
  }

  .tw .xl\:last\:-mt-83:last-child{
    margin-top: -415px;
  }

  .tw .xl\:last\:-mt-84:last-child{
    margin-top: -420px;
  }

  .tw .xl\:last\:-mt-85:last-child{
    margin-top: -425px;
  }

  .tw .xl\:last\:-mt-86:last-child{
    margin-top: -430px;
  }

  .tw .xl\:last\:-mt-87:last-child{
    margin-top: -435px;
  }

  .tw .xl\:last\:-mt-88:last-child{
    margin-top: -440px;
  }

  .tw .xl\:last\:-mt-89:last-child{
    margin-top: -445px;
  }

  .tw .xl\:last\:-mt-90:last-child{
    margin-top: -450px;
  }

  .tw .xl\:last\:-mt-91:last-child{
    margin-top: -455px;
  }

  .tw .xl\:last\:-mt-92:last-child{
    margin-top: -460px;
  }

  .tw .xl\:last\:-mt-93:last-child{
    margin-top: -465px;
  }

  .tw .xl\:last\:-mt-94:last-child{
    margin-top: -470px;
  }

  .tw .xl\:last\:-mt-95:last-child{
    margin-top: -475px;
  }

  .tw .xl\:last\:-mt-96:last-child{
    margin-top: -480px;
  }

  .tw .xl\:last\:-mt-97:last-child{
    margin-top: -485px;
  }

  .tw .xl\:last\:-mt-98:last-child{
    margin-top: -490px;
  }

  .tw .xl\:last\:-mt-99:last-child{
    margin-top: -495px;
  }

  .tw .xl\:last\:-mt-100:last-child{
    margin-top: -500px;
  }

  .tw .xl\:last\:-mt-101:last-child{
    margin-top: -505px;
  }

  .tw .xl\:last\:-mt-102:last-child{
    margin-top: -510px;
  }

  .tw .xl\:last\:-mt-103:last-child{
    margin-top: -515px;
  }

  .tw .xl\:last\:-mt-104:last-child{
    margin-top: -520px;
  }

  .tw .xl\:last\:-mt-105:last-child{
    margin-top: -525px;
  }

  .tw .xl\:last\:-mt-106:last-child{
    margin-top: -530px;
  }

  .tw .xl\:last\:-mt-107:last-child{
    margin-top: -535px;
  }

  .tw .xl\:last\:-mt-108:last-child{
    margin-top: -540px;
  }

  .tw .xl\:last\:-mt-109:last-child{
    margin-top: -545px;
  }

  .tw .xl\:last\:-mt-110:last-child{
    margin-top: -550px;
  }

  .tw .xl\:last\:-mt-111:last-child{
    margin-top: -555px;
  }

  .tw .xl\:last\:-mt-112:last-child{
    margin-top: -560px;
  }

  .tw .xl\:last\:-mt-113:last-child{
    margin-top: -565px;
  }

  .tw .xl\:last\:-mt-114:last-child{
    margin-top: -570px;
  }

  .tw .xl\:last\:-mt-115:last-child{
    margin-top: -575px;
  }

  .tw .xl\:last\:-mt-116:last-child{
    margin-top: -580px;
  }

  .tw .xl\:last\:-mt-117:last-child{
    margin-top: -585px;
  }

  .tw .xl\:last\:-mt-118:last-child{
    margin-top: -590px;
  }

  .tw .xl\:last\:-mt-119:last-child{
    margin-top: -595px;
  }

  .tw .xl\:last\:-mt-120:last-child{
    margin-top: -600px;
  }

  .tw .xl\:last\:-mt-121:last-child{
    margin-top: -605px;
  }

  .tw .xl\:last\:-mt-122:last-child{
    margin-top: -610px;
  }

  .tw .xl\:last\:-mt-123:last-child{
    margin-top: -615px;
  }

  .tw .xl\:last\:-mt-124:last-child{
    margin-top: -620px;
  }

  .tw .xl\:last\:-mt-125:last-child{
    margin-top: -625px;
  }

  .tw .xl\:last\:-mt-126:last-child{
    margin-top: -630px;
  }

  .tw .xl\:last\:-mt-127:last-child{
    margin-top: -635px;
  }

  .tw .xl\:last\:-mt-128:last-child{
    margin-top: -640px;
  }

  .tw .xl\:last\:-mt-129:last-child{
    margin-top: -645px;
  }

  .tw .xl\:last\:-mt-130:last-child{
    margin-top: -650px;
  }

  .tw .xl\:last\:-mt-131:last-child{
    margin-top: -655px;
  }

  .tw .xl\:last\:-mt-132:last-child{
    margin-top: -660px;
  }

  .tw .xl\:last\:-mt-133:last-child{
    margin-top: -665px;
  }

  .tw .xl\:last\:-mt-134:last-child{
    margin-top: -670px;
  }

  .tw .xl\:last\:-mt-135:last-child{
    margin-top: -675px;
  }

  .tw .xl\:last\:-mt-136:last-child{
    margin-top: -680px;
  }

  .tw .xl\:last\:-mt-137:last-child{
    margin-top: -685px;
  }

  .tw .xl\:last\:-mt-138:last-child{
    margin-top: -690px;
  }

  .tw .xl\:last\:-mt-139:last-child{
    margin-top: -695px;
  }

  .tw .xl\:last\:-mt-140:last-child{
    margin-top: -700px;
  }

  .tw .xl\:last\:-mt-141:last-child{
    margin-top: -705px;
  }

  .tw .xl\:last\:-mt-142:last-child{
    margin-top: -710px;
  }

  .tw .xl\:last\:-mt-143:last-child{
    margin-top: -715px;
  }

  .tw .xl\:last\:-mt-144:last-child{
    margin-top: -720px;
  }

  .tw .xl\:last\:-mt-145:last-child{
    margin-top: -725px;
  }

  .tw .xl\:last\:-mt-146:last-child{
    margin-top: -730px;
  }

  .tw .xl\:last\:-mt-147:last-child{
    margin-top: -735px;
  }

  .tw .xl\:last\:-mt-148:last-child{
    margin-top: -740px;
  }

  .tw .xl\:last\:-mt-149:last-child{
    margin-top: -745px;
  }

  .tw .xl\:last\:-mt-0\.5:last-child{
    margin-top: -3px;
  }

  .tw .xl\:last\:-mt-1px:last-child{
    margin-top: -1px;
  }

  .tw .xl\:last\:-mt-2px:last-child{
    margin-top: -2px;
  }

  .tw .xl\:last\:-mt-3px:last-child{
    margin-top: -3px;
  }

  .tw .xl\:last\:-mt-4px:last-child{
    margin-top: -4px;
  }

  .tw .xl\:last\:-mt-5px:last-child{
    margin-top: -5px;
  }

  .tw .xl\:last\:-mt-6px:last-child{
    margin-top: -6px;
  }

  .tw .xl\:last\:-mt-7px:last-child{
    margin-top: -7px;
  }

  .tw .xl\:last\:-mt-8px:last-child{
    margin-top: -8px;
  }

  .tw .xl\:last\:-mt-9px:last-child{
    margin-top: -9px;
  }

  .tw .xl\:last\:-mt-10px:last-child{
    margin-top: -10px;
  }

  .tw .xl\:last\:-mt-11px:last-child{
    margin-top: -11px;
  }

  .tw .xl\:last\:-mt-12px:last-child{
    margin-top: -12px;
  }

  .tw .xl\:last\:-mt-13px:last-child{
    margin-top: -13px;
  }

  .tw .xl\:last\:-mt-14px:last-child{
    margin-top: -14px;
  }

  .tw .xl\:last\:-mt-15px:last-child{
    margin-top: -15px;
  }

  .tw .xl\:last\:-mt-16px:last-child{
    margin-top: -16px;
  }

  .tw .xl\:last\:-mt-17px:last-child{
    margin-top: -17px;
  }

  .tw .xl\:last\:-mt-18px:last-child{
    margin-top: -18px;
  }

  .tw .xl\:last\:-mt-19px:last-child{
    margin-top: -19px;
  }

  .tw .xl\:last\:-mt-20px:last-child{
    margin-top: -20px;
  }

  .tw .xl\:last\:-mt-21px:last-child{
    margin-top: -21px;
  }

  .tw .xl\:last\:-mt-22px:last-child{
    margin-top: -22px;
  }

  .tw .xl\:last\:-mt-23px:last-child{
    margin-top: -23px;
  }

  .tw .xl\:last\:-mt-24px:last-child{
    margin-top: -24px;
  }

  .tw .xl\:last\:-mt-25px:last-child{
    margin-top: -25px;
  }

  .tw .xl\:last\:-mt-26px:last-child{
    margin-top: -26px;
  }

  .tw .xl\:last\:-mt-27px:last-child{
    margin-top: -27px;
  }

  .tw .xl\:last\:-mt-28px:last-child{
    margin-top: -28px;
  }

  .tw .xl\:last\:-mt-29px:last-child{
    margin-top: -29px;
  }

  .tw .xl\:last\:-mt-30px:last-child{
    margin-top: -30px;
  }

  .tw .xl\:last\:-mt-31px:last-child{
    margin-top: -31px;
  }

  .tw .xl\:last\:-mt-32px:last-child{
    margin-top: -32px;
  }

  .tw .xl\:last\:-mt-33px:last-child{
    margin-top: -33px;
  }

  .tw .xl\:last\:-mt-34px:last-child{
    margin-top: -34px;
  }

  .tw .xl\:last\:-mt-35px:last-child{
    margin-top: -35px;
  }

  .tw .xl\:last\:-mt-36px:last-child{
    margin-top: -36px;
  }

  .tw .xl\:last\:-mt-37px:last-child{
    margin-top: -37px;
  }

  .tw .xl\:last\:-mt-38px:last-child{
    margin-top: -38px;
  }

  .tw .xl\:last\:-mt-39px:last-child{
    margin-top: -39px;
  }

  .tw .xl\:last\:-mt-40px:last-child{
    margin-top: -40px;
  }

  .tw .xl\:last\:mr-0:last-child{
    margin-right: 0px;
  }

  .tw .xl\:last\:mr-1:last-child{
    margin-right: 5px;
  }

  .tw .xl\:last\:mr-2:last-child{
    margin-right: 10px;
  }

  .tw .xl\:last\:mr-3:last-child{
    margin-right: 15px;
  }

  .tw .xl\:last\:mr-4:last-child{
    margin-right: 20px;
  }

  .tw .xl\:last\:mr-5:last-child{
    margin-right: 25px;
  }

  .tw .xl\:last\:mr-6:last-child{
    margin-right: 30px;
  }

  .tw .xl\:last\:mr-7:last-child{
    margin-right: 35px;
  }

  .tw .xl\:last\:mr-8:last-child{
    margin-right: 40px;
  }

  .tw .xl\:last\:mr-9:last-child{
    margin-right: 45px;
  }

  .tw .xl\:last\:mr-10:last-child{
    margin-right: 50px;
  }

  .tw .xl\:last\:mr-11:last-child{
    margin-right: 55px;
  }

  .tw .xl\:last\:mr-12:last-child{
    margin-right: 60px;
  }

  .tw .xl\:last\:mr-13:last-child{
    margin-right: 65px;
  }

  .tw .xl\:last\:mr-14:last-child{
    margin-right: 70px;
  }

  .tw .xl\:last\:mr-15:last-child{
    margin-right: 75px;
  }

  .tw .xl\:last\:mr-16:last-child{
    margin-right: 80px;
  }

  .tw .xl\:last\:mr-17:last-child{
    margin-right: 85px;
  }

  .tw .xl\:last\:mr-18:last-child{
    margin-right: 90px;
  }

  .tw .xl\:last\:mr-19:last-child{
    margin-right: 95px;
  }

  .tw .xl\:last\:mr-20:last-child{
    margin-right: 100px;
  }

  .tw .xl\:last\:mr-21:last-child{
    margin-right: 105px;
  }

  .tw .xl\:last\:mr-22:last-child{
    margin-right: 110px;
  }

  .tw .xl\:last\:mr-23:last-child{
    margin-right: 115px;
  }

  .tw .xl\:last\:mr-24:last-child{
    margin-right: 120px;
  }

  .tw .xl\:last\:mr-25:last-child{
    margin-right: 125px;
  }

  .tw .xl\:last\:mr-26:last-child{
    margin-right: 130px;
  }

  .tw .xl\:last\:mr-27:last-child{
    margin-right: 135px;
  }

  .tw .xl\:last\:mr-28:last-child{
    margin-right: 140px;
  }

  .tw .xl\:last\:mr-29:last-child{
    margin-right: 145px;
  }

  .tw .xl\:last\:mr-30:last-child{
    margin-right: 150px;
  }

  .tw .xl\:last\:mr-31:last-child{
    margin-right: 155px;
  }

  .tw .xl\:last\:mr-32:last-child{
    margin-right: 160px;
  }

  .tw .xl\:last\:mr-33:last-child{
    margin-right: 165px;
  }

  .tw .xl\:last\:mr-34:last-child{
    margin-right: 170px;
  }

  .tw .xl\:last\:mr-35:last-child{
    margin-right: 175px;
  }

  .tw .xl\:last\:mr-36:last-child{
    margin-right: 180px;
  }

  .tw .xl\:last\:mr-37:last-child{
    margin-right: 185px;
  }

  .tw .xl\:last\:mr-38:last-child{
    margin-right: 190px;
  }

  .tw .xl\:last\:mr-39:last-child{
    margin-right: 195px;
  }

  .tw .xl\:last\:mr-40:last-child{
    margin-right: 200px;
  }

  .tw .xl\:last\:mr-41:last-child{
    margin-right: 205px;
  }

  .tw .xl\:last\:mr-42:last-child{
    margin-right: 210px;
  }

  .tw .xl\:last\:mr-43:last-child{
    margin-right: 215px;
  }

  .tw .xl\:last\:mr-44:last-child{
    margin-right: 220px;
  }

  .tw .xl\:last\:mr-45:last-child{
    margin-right: 225px;
  }

  .tw .xl\:last\:mr-46:last-child{
    margin-right: 230px;
  }

  .tw .xl\:last\:mr-47:last-child{
    margin-right: 235px;
  }

  .tw .xl\:last\:mr-48:last-child{
    margin-right: 240px;
  }

  .tw .xl\:last\:mr-49:last-child{
    margin-right: 245px;
  }

  .tw .xl\:last\:mr-50:last-child{
    margin-right: 250px;
  }

  .tw .xl\:last\:mr-51:last-child{
    margin-right: 255px;
  }

  .tw .xl\:last\:mr-52:last-child{
    margin-right: 260px;
  }

  .tw .xl\:last\:mr-53:last-child{
    margin-right: 265px;
  }

  .tw .xl\:last\:mr-54:last-child{
    margin-right: 270px;
  }

  .tw .xl\:last\:mr-55:last-child{
    margin-right: 275px;
  }

  .tw .xl\:last\:mr-56:last-child{
    margin-right: 280px;
  }

  .tw .xl\:last\:mr-57:last-child{
    margin-right: 285px;
  }

  .tw .xl\:last\:mr-58:last-child{
    margin-right: 290px;
  }

  .tw .xl\:last\:mr-59:last-child{
    margin-right: 295px;
  }

  .tw .xl\:last\:mr-60:last-child{
    margin-right: 300px;
  }

  .tw .xl\:last\:mr-61:last-child{
    margin-right: 305px;
  }

  .tw .xl\:last\:mr-62:last-child{
    margin-right: 310px;
  }

  .tw .xl\:last\:mr-63:last-child{
    margin-right: 315px;
  }

  .tw .xl\:last\:mr-64:last-child{
    margin-right: 320px;
  }

  .tw .xl\:last\:mr-65:last-child{
    margin-right: 325px;
  }

  .tw .xl\:last\:mr-66:last-child{
    margin-right: 330px;
  }

  .tw .xl\:last\:mr-67:last-child{
    margin-right: 335px;
  }

  .tw .xl\:last\:mr-68:last-child{
    margin-right: 340px;
  }

  .tw .xl\:last\:mr-69:last-child{
    margin-right: 345px;
  }

  .tw .xl\:last\:mr-70:last-child{
    margin-right: 350px;
  }

  .tw .xl\:last\:mr-71:last-child{
    margin-right: 355px;
  }

  .tw .xl\:last\:mr-72:last-child{
    margin-right: 360px;
  }

  .tw .xl\:last\:mr-73:last-child{
    margin-right: 365px;
  }

  .tw .xl\:last\:mr-74:last-child{
    margin-right: 370px;
  }

  .tw .xl\:last\:mr-75:last-child{
    margin-right: 375px;
  }

  .tw .xl\:last\:mr-76:last-child{
    margin-right: 380px;
  }

  .tw .xl\:last\:mr-77:last-child{
    margin-right: 385px;
  }

  .tw .xl\:last\:mr-78:last-child{
    margin-right: 390px;
  }

  .tw .xl\:last\:mr-79:last-child{
    margin-right: 395px;
  }

  .tw .xl\:last\:mr-80:last-child{
    margin-right: 400px;
  }

  .tw .xl\:last\:mr-81:last-child{
    margin-right: 405px;
  }

  .tw .xl\:last\:mr-82:last-child{
    margin-right: 410px;
  }

  .tw .xl\:last\:mr-83:last-child{
    margin-right: 415px;
  }

  .tw .xl\:last\:mr-84:last-child{
    margin-right: 420px;
  }

  .tw .xl\:last\:mr-85:last-child{
    margin-right: 425px;
  }

  .tw .xl\:last\:mr-86:last-child{
    margin-right: 430px;
  }

  .tw .xl\:last\:mr-87:last-child{
    margin-right: 435px;
  }

  .tw .xl\:last\:mr-88:last-child{
    margin-right: 440px;
  }

  .tw .xl\:last\:mr-89:last-child{
    margin-right: 445px;
  }

  .tw .xl\:last\:mr-90:last-child{
    margin-right: 450px;
  }

  .tw .xl\:last\:mr-91:last-child{
    margin-right: 455px;
  }

  .tw .xl\:last\:mr-92:last-child{
    margin-right: 460px;
  }

  .tw .xl\:last\:mr-93:last-child{
    margin-right: 465px;
  }

  .tw .xl\:last\:mr-94:last-child{
    margin-right: 470px;
  }

  .tw .xl\:last\:mr-95:last-child{
    margin-right: 475px;
  }

  .tw .xl\:last\:mr-96:last-child{
    margin-right: 480px;
  }

  .tw .xl\:last\:mr-97:last-child{
    margin-right: 485px;
  }

  .tw .xl\:last\:mr-98:last-child{
    margin-right: 490px;
  }

  .tw .xl\:last\:mr-99:last-child{
    margin-right: 495px;
  }

  .tw .xl\:last\:mr-100:last-child{
    margin-right: 500px;
  }

  .tw .xl\:last\:mr-101:last-child{
    margin-right: 505px;
  }

  .tw .xl\:last\:mr-102:last-child{
    margin-right: 510px;
  }

  .tw .xl\:last\:mr-103:last-child{
    margin-right: 515px;
  }

  .tw .xl\:last\:mr-104:last-child{
    margin-right: 520px;
  }

  .tw .xl\:last\:mr-105:last-child{
    margin-right: 525px;
  }

  .tw .xl\:last\:mr-106:last-child{
    margin-right: 530px;
  }

  .tw .xl\:last\:mr-107:last-child{
    margin-right: 535px;
  }

  .tw .xl\:last\:mr-108:last-child{
    margin-right: 540px;
  }

  .tw .xl\:last\:mr-109:last-child{
    margin-right: 545px;
  }

  .tw .xl\:last\:mr-110:last-child{
    margin-right: 550px;
  }

  .tw .xl\:last\:mr-111:last-child{
    margin-right: 555px;
  }

  .tw .xl\:last\:mr-112:last-child{
    margin-right: 560px;
  }

  .tw .xl\:last\:mr-113:last-child{
    margin-right: 565px;
  }

  .tw .xl\:last\:mr-114:last-child{
    margin-right: 570px;
  }

  .tw .xl\:last\:mr-115:last-child{
    margin-right: 575px;
  }

  .tw .xl\:last\:mr-116:last-child{
    margin-right: 580px;
  }

  .tw .xl\:last\:mr-117:last-child{
    margin-right: 585px;
  }

  .tw .xl\:last\:mr-118:last-child{
    margin-right: 590px;
  }

  .tw .xl\:last\:mr-119:last-child{
    margin-right: 595px;
  }

  .tw .xl\:last\:mr-120:last-child{
    margin-right: 600px;
  }

  .tw .xl\:last\:mr-121:last-child{
    margin-right: 605px;
  }

  .tw .xl\:last\:mr-122:last-child{
    margin-right: 610px;
  }

  .tw .xl\:last\:mr-123:last-child{
    margin-right: 615px;
  }

  .tw .xl\:last\:mr-124:last-child{
    margin-right: 620px;
  }

  .tw .xl\:last\:mr-125:last-child{
    margin-right: 625px;
  }

  .tw .xl\:last\:mr-126:last-child{
    margin-right: 630px;
  }

  .tw .xl\:last\:mr-127:last-child{
    margin-right: 635px;
  }

  .tw .xl\:last\:mr-128:last-child{
    margin-right: 640px;
  }

  .tw .xl\:last\:mr-129:last-child{
    margin-right: 645px;
  }

  .tw .xl\:last\:mr-130:last-child{
    margin-right: 650px;
  }

  .tw .xl\:last\:mr-131:last-child{
    margin-right: 655px;
  }

  .tw .xl\:last\:mr-132:last-child{
    margin-right: 660px;
  }

  .tw .xl\:last\:mr-133:last-child{
    margin-right: 665px;
  }

  .tw .xl\:last\:mr-134:last-child{
    margin-right: 670px;
  }

  .tw .xl\:last\:mr-135:last-child{
    margin-right: 675px;
  }

  .tw .xl\:last\:mr-136:last-child{
    margin-right: 680px;
  }

  .tw .xl\:last\:mr-137:last-child{
    margin-right: 685px;
  }

  .tw .xl\:last\:mr-138:last-child{
    margin-right: 690px;
  }

  .tw .xl\:last\:mr-139:last-child{
    margin-right: 695px;
  }

  .tw .xl\:last\:mr-140:last-child{
    margin-right: 700px;
  }

  .tw .xl\:last\:mr-141:last-child{
    margin-right: 705px;
  }

  .tw .xl\:last\:mr-142:last-child{
    margin-right: 710px;
  }

  .tw .xl\:last\:mr-143:last-child{
    margin-right: 715px;
  }

  .tw .xl\:last\:mr-144:last-child{
    margin-right: 720px;
  }

  .tw .xl\:last\:mr-145:last-child{
    margin-right: 725px;
  }

  .tw .xl\:last\:mr-146:last-child{
    margin-right: 730px;
  }

  .tw .xl\:last\:mr-147:last-child{
    margin-right: 735px;
  }

  .tw .xl\:last\:mr-148:last-child{
    margin-right: 740px;
  }

  .tw .xl\:last\:mr-149:last-child{
    margin-right: 745px;
  }

  .tw .xl\:last\:mr-auto:last-child{
    margin-right: auto;
  }

  .tw .xl\:last\:mr-0\.5:last-child{
    margin-right: 3px;
  }

  .tw .xl\:last\:mr-1px:last-child{
    margin-right: 1px;
  }

  .tw .xl\:last\:mr-2px:last-child{
    margin-right: 2px;
  }

  .tw .xl\:last\:mr-3px:last-child{
    margin-right: 3px;
  }

  .tw .xl\:last\:mr-4px:last-child{
    margin-right: 4px;
  }

  .tw .xl\:last\:mr-5px:last-child{
    margin-right: 5px;
  }

  .tw .xl\:last\:mr-6px:last-child{
    margin-right: 6px;
  }

  .tw .xl\:last\:mr-7px:last-child{
    margin-right: 7px;
  }

  .tw .xl\:last\:mr-8px:last-child{
    margin-right: 8px;
  }

  .tw .xl\:last\:mr-9px:last-child{
    margin-right: 9px;
  }

  .tw .xl\:last\:mr-10px:last-child{
    margin-right: 10px;
  }

  .tw .xl\:last\:mr-11px:last-child{
    margin-right: 11px;
  }

  .tw .xl\:last\:mr-12px:last-child{
    margin-right: 12px;
  }

  .tw .xl\:last\:mr-13px:last-child{
    margin-right: 13px;
  }

  .tw .xl\:last\:mr-14px:last-child{
    margin-right: 14px;
  }

  .tw .xl\:last\:mr-15px:last-child{
    margin-right: 15px;
  }

  .tw .xl\:last\:mr-16px:last-child{
    margin-right: 16px;
  }

  .tw .xl\:last\:mr-17px:last-child{
    margin-right: 17px;
  }

  .tw .xl\:last\:mr-18px:last-child{
    margin-right: 18px;
  }

  .tw .xl\:last\:mr-19px:last-child{
    margin-right: 19px;
  }

  .tw .xl\:last\:mr-20px:last-child{
    margin-right: 20px;
  }

  .tw .xl\:last\:mr-21px:last-child{
    margin-right: 21px;
  }

  .tw .xl\:last\:mr-22px:last-child{
    margin-right: 22px;
  }

  .tw .xl\:last\:mr-23px:last-child{
    margin-right: 23px;
  }

  .tw .xl\:last\:mr-24px:last-child{
    margin-right: 24px;
  }

  .tw .xl\:last\:mr-25px:last-child{
    margin-right: 25px;
  }

  .tw .xl\:last\:mr-26px:last-child{
    margin-right: 26px;
  }

  .tw .xl\:last\:mr-27px:last-child{
    margin-right: 27px;
  }

  .tw .xl\:last\:mr-28px:last-child{
    margin-right: 28px;
  }

  .tw .xl\:last\:mr-29px:last-child{
    margin-right: 29px;
  }

  .tw .xl\:last\:mr-30px:last-child{
    margin-right: 30px;
  }

  .tw .xl\:last\:mr-31px:last-child{
    margin-right: 31px;
  }

  .tw .xl\:last\:mr-32px:last-child{
    margin-right: 32px;
  }

  .tw .xl\:last\:mr-33px:last-child{
    margin-right: 33px;
  }

  .tw .xl\:last\:mr-34px:last-child{
    margin-right: 34px;
  }

  .tw .xl\:last\:mr-35px:last-child{
    margin-right: 35px;
  }

  .tw .xl\:last\:mr-36px:last-child{
    margin-right: 36px;
  }

  .tw .xl\:last\:mr-37px:last-child{
    margin-right: 37px;
  }

  .tw .xl\:last\:mr-38px:last-child{
    margin-right: 38px;
  }

  .tw .xl\:last\:mr-39px:last-child{
    margin-right: 39px;
  }

  .tw .xl\:last\:mr-40px:last-child{
    margin-right: 40px;
  }

  .tw .xl\:last\:-mr-0:last-child{
    margin-right: 0px;
  }

  .tw .xl\:last\:-mr-1:last-child{
    margin-right: -5px;
  }

  .tw .xl\:last\:-mr-2:last-child{
    margin-right: -10px;
  }

  .tw .xl\:last\:-mr-3:last-child{
    margin-right: -15px;
  }

  .tw .xl\:last\:-mr-4:last-child{
    margin-right: -20px;
  }

  .tw .xl\:last\:-mr-5:last-child{
    margin-right: -25px;
  }

  .tw .xl\:last\:-mr-6:last-child{
    margin-right: -30px;
  }

  .tw .xl\:last\:-mr-7:last-child{
    margin-right: -35px;
  }

  .tw .xl\:last\:-mr-8:last-child{
    margin-right: -40px;
  }

  .tw .xl\:last\:-mr-9:last-child{
    margin-right: -45px;
  }

  .tw .xl\:last\:-mr-10:last-child{
    margin-right: -50px;
  }

  .tw .xl\:last\:-mr-11:last-child{
    margin-right: -55px;
  }

  .tw .xl\:last\:-mr-12:last-child{
    margin-right: -60px;
  }

  .tw .xl\:last\:-mr-13:last-child{
    margin-right: -65px;
  }

  .tw .xl\:last\:-mr-14:last-child{
    margin-right: -70px;
  }

  .tw .xl\:last\:-mr-15:last-child{
    margin-right: -75px;
  }

  .tw .xl\:last\:-mr-16:last-child{
    margin-right: -80px;
  }

  .tw .xl\:last\:-mr-17:last-child{
    margin-right: -85px;
  }

  .tw .xl\:last\:-mr-18:last-child{
    margin-right: -90px;
  }

  .tw .xl\:last\:-mr-19:last-child{
    margin-right: -95px;
  }

  .tw .xl\:last\:-mr-20:last-child{
    margin-right: -100px;
  }

  .tw .xl\:last\:-mr-21:last-child{
    margin-right: -105px;
  }

  .tw .xl\:last\:-mr-22:last-child{
    margin-right: -110px;
  }

  .tw .xl\:last\:-mr-23:last-child{
    margin-right: -115px;
  }

  .tw .xl\:last\:-mr-24:last-child{
    margin-right: -120px;
  }

  .tw .xl\:last\:-mr-25:last-child{
    margin-right: -125px;
  }

  .tw .xl\:last\:-mr-26:last-child{
    margin-right: -130px;
  }

  .tw .xl\:last\:-mr-27:last-child{
    margin-right: -135px;
  }

  .tw .xl\:last\:-mr-28:last-child{
    margin-right: -140px;
  }

  .tw .xl\:last\:-mr-29:last-child{
    margin-right: -145px;
  }

  .tw .xl\:last\:-mr-30:last-child{
    margin-right: -150px;
  }

  .tw .xl\:last\:-mr-31:last-child{
    margin-right: -155px;
  }

  .tw .xl\:last\:-mr-32:last-child{
    margin-right: -160px;
  }

  .tw .xl\:last\:-mr-33:last-child{
    margin-right: -165px;
  }

  .tw .xl\:last\:-mr-34:last-child{
    margin-right: -170px;
  }

  .tw .xl\:last\:-mr-35:last-child{
    margin-right: -175px;
  }

  .tw .xl\:last\:-mr-36:last-child{
    margin-right: -180px;
  }

  .tw .xl\:last\:-mr-37:last-child{
    margin-right: -185px;
  }

  .tw .xl\:last\:-mr-38:last-child{
    margin-right: -190px;
  }

  .tw .xl\:last\:-mr-39:last-child{
    margin-right: -195px;
  }

  .tw .xl\:last\:-mr-40:last-child{
    margin-right: -200px;
  }

  .tw .xl\:last\:-mr-41:last-child{
    margin-right: -205px;
  }

  .tw .xl\:last\:-mr-42:last-child{
    margin-right: -210px;
  }

  .tw .xl\:last\:-mr-43:last-child{
    margin-right: -215px;
  }

  .tw .xl\:last\:-mr-44:last-child{
    margin-right: -220px;
  }

  .tw .xl\:last\:-mr-45:last-child{
    margin-right: -225px;
  }

  .tw .xl\:last\:-mr-46:last-child{
    margin-right: -230px;
  }

  .tw .xl\:last\:-mr-47:last-child{
    margin-right: -235px;
  }

  .tw .xl\:last\:-mr-48:last-child{
    margin-right: -240px;
  }

  .tw .xl\:last\:-mr-49:last-child{
    margin-right: -245px;
  }

  .tw .xl\:last\:-mr-50:last-child{
    margin-right: -250px;
  }

  .tw .xl\:last\:-mr-51:last-child{
    margin-right: -255px;
  }

  .tw .xl\:last\:-mr-52:last-child{
    margin-right: -260px;
  }

  .tw .xl\:last\:-mr-53:last-child{
    margin-right: -265px;
  }

  .tw .xl\:last\:-mr-54:last-child{
    margin-right: -270px;
  }

  .tw .xl\:last\:-mr-55:last-child{
    margin-right: -275px;
  }

  .tw .xl\:last\:-mr-56:last-child{
    margin-right: -280px;
  }

  .tw .xl\:last\:-mr-57:last-child{
    margin-right: -285px;
  }

  .tw .xl\:last\:-mr-58:last-child{
    margin-right: -290px;
  }

  .tw .xl\:last\:-mr-59:last-child{
    margin-right: -295px;
  }

  .tw .xl\:last\:-mr-60:last-child{
    margin-right: -300px;
  }

  .tw .xl\:last\:-mr-61:last-child{
    margin-right: -305px;
  }

  .tw .xl\:last\:-mr-62:last-child{
    margin-right: -310px;
  }

  .tw .xl\:last\:-mr-63:last-child{
    margin-right: -315px;
  }

  .tw .xl\:last\:-mr-64:last-child{
    margin-right: -320px;
  }

  .tw .xl\:last\:-mr-65:last-child{
    margin-right: -325px;
  }

  .tw .xl\:last\:-mr-66:last-child{
    margin-right: -330px;
  }

  .tw .xl\:last\:-mr-67:last-child{
    margin-right: -335px;
  }

  .tw .xl\:last\:-mr-68:last-child{
    margin-right: -340px;
  }

  .tw .xl\:last\:-mr-69:last-child{
    margin-right: -345px;
  }

  .tw .xl\:last\:-mr-70:last-child{
    margin-right: -350px;
  }

  .tw .xl\:last\:-mr-71:last-child{
    margin-right: -355px;
  }

  .tw .xl\:last\:-mr-72:last-child{
    margin-right: -360px;
  }

  .tw .xl\:last\:-mr-73:last-child{
    margin-right: -365px;
  }

  .tw .xl\:last\:-mr-74:last-child{
    margin-right: -370px;
  }

  .tw .xl\:last\:-mr-75:last-child{
    margin-right: -375px;
  }

  .tw .xl\:last\:-mr-76:last-child{
    margin-right: -380px;
  }

  .tw .xl\:last\:-mr-77:last-child{
    margin-right: -385px;
  }

  .tw .xl\:last\:-mr-78:last-child{
    margin-right: -390px;
  }

  .tw .xl\:last\:-mr-79:last-child{
    margin-right: -395px;
  }

  .tw .xl\:last\:-mr-80:last-child{
    margin-right: -400px;
  }

  .tw .xl\:last\:-mr-81:last-child{
    margin-right: -405px;
  }

  .tw .xl\:last\:-mr-82:last-child{
    margin-right: -410px;
  }

  .tw .xl\:last\:-mr-83:last-child{
    margin-right: -415px;
  }

  .tw .xl\:last\:-mr-84:last-child{
    margin-right: -420px;
  }

  .tw .xl\:last\:-mr-85:last-child{
    margin-right: -425px;
  }

  .tw .xl\:last\:-mr-86:last-child{
    margin-right: -430px;
  }

  .tw .xl\:last\:-mr-87:last-child{
    margin-right: -435px;
  }

  .tw .xl\:last\:-mr-88:last-child{
    margin-right: -440px;
  }

  .tw .xl\:last\:-mr-89:last-child{
    margin-right: -445px;
  }

  .tw .xl\:last\:-mr-90:last-child{
    margin-right: -450px;
  }

  .tw .xl\:last\:-mr-91:last-child{
    margin-right: -455px;
  }

  .tw .xl\:last\:-mr-92:last-child{
    margin-right: -460px;
  }

  .tw .xl\:last\:-mr-93:last-child{
    margin-right: -465px;
  }

  .tw .xl\:last\:-mr-94:last-child{
    margin-right: -470px;
  }

  .tw .xl\:last\:-mr-95:last-child{
    margin-right: -475px;
  }

  .tw .xl\:last\:-mr-96:last-child{
    margin-right: -480px;
  }

  .tw .xl\:last\:-mr-97:last-child{
    margin-right: -485px;
  }

  .tw .xl\:last\:-mr-98:last-child{
    margin-right: -490px;
  }

  .tw .xl\:last\:-mr-99:last-child{
    margin-right: -495px;
  }

  .tw .xl\:last\:-mr-100:last-child{
    margin-right: -500px;
  }

  .tw .xl\:last\:-mr-101:last-child{
    margin-right: -505px;
  }

  .tw .xl\:last\:-mr-102:last-child{
    margin-right: -510px;
  }

  .tw .xl\:last\:-mr-103:last-child{
    margin-right: -515px;
  }

  .tw .xl\:last\:-mr-104:last-child{
    margin-right: -520px;
  }

  .tw .xl\:last\:-mr-105:last-child{
    margin-right: -525px;
  }

  .tw .xl\:last\:-mr-106:last-child{
    margin-right: -530px;
  }

  .tw .xl\:last\:-mr-107:last-child{
    margin-right: -535px;
  }

  .tw .xl\:last\:-mr-108:last-child{
    margin-right: -540px;
  }

  .tw .xl\:last\:-mr-109:last-child{
    margin-right: -545px;
  }

  .tw .xl\:last\:-mr-110:last-child{
    margin-right: -550px;
  }

  .tw .xl\:last\:-mr-111:last-child{
    margin-right: -555px;
  }

  .tw .xl\:last\:-mr-112:last-child{
    margin-right: -560px;
  }

  .tw .xl\:last\:-mr-113:last-child{
    margin-right: -565px;
  }

  .tw .xl\:last\:-mr-114:last-child{
    margin-right: -570px;
  }

  .tw .xl\:last\:-mr-115:last-child{
    margin-right: -575px;
  }

  .tw .xl\:last\:-mr-116:last-child{
    margin-right: -580px;
  }

  .tw .xl\:last\:-mr-117:last-child{
    margin-right: -585px;
  }

  .tw .xl\:last\:-mr-118:last-child{
    margin-right: -590px;
  }

  .tw .xl\:last\:-mr-119:last-child{
    margin-right: -595px;
  }

  .tw .xl\:last\:-mr-120:last-child{
    margin-right: -600px;
  }

  .tw .xl\:last\:-mr-121:last-child{
    margin-right: -605px;
  }

  .tw .xl\:last\:-mr-122:last-child{
    margin-right: -610px;
  }

  .tw .xl\:last\:-mr-123:last-child{
    margin-right: -615px;
  }

  .tw .xl\:last\:-mr-124:last-child{
    margin-right: -620px;
  }

  .tw .xl\:last\:-mr-125:last-child{
    margin-right: -625px;
  }

  .tw .xl\:last\:-mr-126:last-child{
    margin-right: -630px;
  }

  .tw .xl\:last\:-mr-127:last-child{
    margin-right: -635px;
  }

  .tw .xl\:last\:-mr-128:last-child{
    margin-right: -640px;
  }

  .tw .xl\:last\:-mr-129:last-child{
    margin-right: -645px;
  }

  .tw .xl\:last\:-mr-130:last-child{
    margin-right: -650px;
  }

  .tw .xl\:last\:-mr-131:last-child{
    margin-right: -655px;
  }

  .tw .xl\:last\:-mr-132:last-child{
    margin-right: -660px;
  }

  .tw .xl\:last\:-mr-133:last-child{
    margin-right: -665px;
  }

  .tw .xl\:last\:-mr-134:last-child{
    margin-right: -670px;
  }

  .tw .xl\:last\:-mr-135:last-child{
    margin-right: -675px;
  }

  .tw .xl\:last\:-mr-136:last-child{
    margin-right: -680px;
  }

  .tw .xl\:last\:-mr-137:last-child{
    margin-right: -685px;
  }

  .tw .xl\:last\:-mr-138:last-child{
    margin-right: -690px;
  }

  .tw .xl\:last\:-mr-139:last-child{
    margin-right: -695px;
  }

  .tw .xl\:last\:-mr-140:last-child{
    margin-right: -700px;
  }

  .tw .xl\:last\:-mr-141:last-child{
    margin-right: -705px;
  }

  .tw .xl\:last\:-mr-142:last-child{
    margin-right: -710px;
  }

  .tw .xl\:last\:-mr-143:last-child{
    margin-right: -715px;
  }

  .tw .xl\:last\:-mr-144:last-child{
    margin-right: -720px;
  }

  .tw .xl\:last\:-mr-145:last-child{
    margin-right: -725px;
  }

  .tw .xl\:last\:-mr-146:last-child{
    margin-right: -730px;
  }

  .tw .xl\:last\:-mr-147:last-child{
    margin-right: -735px;
  }

  .tw .xl\:last\:-mr-148:last-child{
    margin-right: -740px;
  }

  .tw .xl\:last\:-mr-149:last-child{
    margin-right: -745px;
  }

  .tw .xl\:last\:-mr-0\.5:last-child{
    margin-right: -3px;
  }

  .tw .xl\:last\:-mr-1px:last-child{
    margin-right: -1px;
  }

  .tw .xl\:last\:-mr-2px:last-child{
    margin-right: -2px;
  }

  .tw .xl\:last\:-mr-3px:last-child{
    margin-right: -3px;
  }

  .tw .xl\:last\:-mr-4px:last-child{
    margin-right: -4px;
  }

  .tw .xl\:last\:-mr-5px:last-child{
    margin-right: -5px;
  }

  .tw .xl\:last\:-mr-6px:last-child{
    margin-right: -6px;
  }

  .tw .xl\:last\:-mr-7px:last-child{
    margin-right: -7px;
  }

  .tw .xl\:last\:-mr-8px:last-child{
    margin-right: -8px;
  }

  .tw .xl\:last\:-mr-9px:last-child{
    margin-right: -9px;
  }

  .tw .xl\:last\:-mr-10px:last-child{
    margin-right: -10px;
  }

  .tw .xl\:last\:-mr-11px:last-child{
    margin-right: -11px;
  }

  .tw .xl\:last\:-mr-12px:last-child{
    margin-right: -12px;
  }

  .tw .xl\:last\:-mr-13px:last-child{
    margin-right: -13px;
  }

  .tw .xl\:last\:-mr-14px:last-child{
    margin-right: -14px;
  }

  .tw .xl\:last\:-mr-15px:last-child{
    margin-right: -15px;
  }

  .tw .xl\:last\:-mr-16px:last-child{
    margin-right: -16px;
  }

  .tw .xl\:last\:-mr-17px:last-child{
    margin-right: -17px;
  }

  .tw .xl\:last\:-mr-18px:last-child{
    margin-right: -18px;
  }

  .tw .xl\:last\:-mr-19px:last-child{
    margin-right: -19px;
  }

  .tw .xl\:last\:-mr-20px:last-child{
    margin-right: -20px;
  }

  .tw .xl\:last\:-mr-21px:last-child{
    margin-right: -21px;
  }

  .tw .xl\:last\:-mr-22px:last-child{
    margin-right: -22px;
  }

  .tw .xl\:last\:-mr-23px:last-child{
    margin-right: -23px;
  }

  .tw .xl\:last\:-mr-24px:last-child{
    margin-right: -24px;
  }

  .tw .xl\:last\:-mr-25px:last-child{
    margin-right: -25px;
  }

  .tw .xl\:last\:-mr-26px:last-child{
    margin-right: -26px;
  }

  .tw .xl\:last\:-mr-27px:last-child{
    margin-right: -27px;
  }

  .tw .xl\:last\:-mr-28px:last-child{
    margin-right: -28px;
  }

  .tw .xl\:last\:-mr-29px:last-child{
    margin-right: -29px;
  }

  .tw .xl\:last\:-mr-30px:last-child{
    margin-right: -30px;
  }

  .tw .xl\:last\:-mr-31px:last-child{
    margin-right: -31px;
  }

  .tw .xl\:last\:-mr-32px:last-child{
    margin-right: -32px;
  }

  .tw .xl\:last\:-mr-33px:last-child{
    margin-right: -33px;
  }

  .tw .xl\:last\:-mr-34px:last-child{
    margin-right: -34px;
  }

  .tw .xl\:last\:-mr-35px:last-child{
    margin-right: -35px;
  }

  .tw .xl\:last\:-mr-36px:last-child{
    margin-right: -36px;
  }

  .tw .xl\:last\:-mr-37px:last-child{
    margin-right: -37px;
  }

  .tw .xl\:last\:-mr-38px:last-child{
    margin-right: -38px;
  }

  .tw .xl\:last\:-mr-39px:last-child{
    margin-right: -39px;
  }

  .tw .xl\:last\:-mr-40px:last-child{
    margin-right: -40px;
  }

  .tw .xl\:last\:mb-0:last-child{
    margin-bottom: 0px;
  }

  .tw .xl\:last\:mb-1:last-child{
    margin-bottom: 5px;
  }

  .tw .xl\:last\:mb-2:last-child{
    margin-bottom: 10px;
  }

  .tw .xl\:last\:mb-3:last-child{
    margin-bottom: 15px;
  }

  .tw .xl\:last\:mb-4:last-child{
    margin-bottom: 20px;
  }

  .tw .xl\:last\:mb-5:last-child{
    margin-bottom: 25px;
  }

  .tw .xl\:last\:mb-6:last-child{
    margin-bottom: 30px;
  }

  .tw .xl\:last\:mb-7:last-child{
    margin-bottom: 35px;
  }

  .tw .xl\:last\:mb-8:last-child{
    margin-bottom: 40px;
  }

  .tw .xl\:last\:mb-9:last-child{
    margin-bottom: 45px;
  }

  .tw .xl\:last\:mb-10:last-child{
    margin-bottom: 50px;
  }

  .tw .xl\:last\:mb-11:last-child{
    margin-bottom: 55px;
  }

  .tw .xl\:last\:mb-12:last-child{
    margin-bottom: 60px;
  }

  .tw .xl\:last\:mb-13:last-child{
    margin-bottom: 65px;
  }

  .tw .xl\:last\:mb-14:last-child{
    margin-bottom: 70px;
  }

  .tw .xl\:last\:mb-15:last-child{
    margin-bottom: 75px;
  }

  .tw .xl\:last\:mb-16:last-child{
    margin-bottom: 80px;
  }

  .tw .xl\:last\:mb-17:last-child{
    margin-bottom: 85px;
  }

  .tw .xl\:last\:mb-18:last-child{
    margin-bottom: 90px;
  }

  .tw .xl\:last\:mb-19:last-child{
    margin-bottom: 95px;
  }

  .tw .xl\:last\:mb-20:last-child{
    margin-bottom: 100px;
  }

  .tw .xl\:last\:mb-21:last-child{
    margin-bottom: 105px;
  }

  .tw .xl\:last\:mb-22:last-child{
    margin-bottom: 110px;
  }

  .tw .xl\:last\:mb-23:last-child{
    margin-bottom: 115px;
  }

  .tw .xl\:last\:mb-24:last-child{
    margin-bottom: 120px;
  }

  .tw .xl\:last\:mb-25:last-child{
    margin-bottom: 125px;
  }

  .tw .xl\:last\:mb-26:last-child{
    margin-bottom: 130px;
  }

  .tw .xl\:last\:mb-27:last-child{
    margin-bottom: 135px;
  }

  .tw .xl\:last\:mb-28:last-child{
    margin-bottom: 140px;
  }

  .tw .xl\:last\:mb-29:last-child{
    margin-bottom: 145px;
  }

  .tw .xl\:last\:mb-30:last-child{
    margin-bottom: 150px;
  }

  .tw .xl\:last\:mb-31:last-child{
    margin-bottom: 155px;
  }

  .tw .xl\:last\:mb-32:last-child{
    margin-bottom: 160px;
  }

  .tw .xl\:last\:mb-33:last-child{
    margin-bottom: 165px;
  }

  .tw .xl\:last\:mb-34:last-child{
    margin-bottom: 170px;
  }

  .tw .xl\:last\:mb-35:last-child{
    margin-bottom: 175px;
  }

  .tw .xl\:last\:mb-36:last-child{
    margin-bottom: 180px;
  }

  .tw .xl\:last\:mb-37:last-child{
    margin-bottom: 185px;
  }

  .tw .xl\:last\:mb-38:last-child{
    margin-bottom: 190px;
  }

  .tw .xl\:last\:mb-39:last-child{
    margin-bottom: 195px;
  }

  .tw .xl\:last\:mb-40:last-child{
    margin-bottom: 200px;
  }

  .tw .xl\:last\:mb-41:last-child{
    margin-bottom: 205px;
  }

  .tw .xl\:last\:mb-42:last-child{
    margin-bottom: 210px;
  }

  .tw .xl\:last\:mb-43:last-child{
    margin-bottom: 215px;
  }

  .tw .xl\:last\:mb-44:last-child{
    margin-bottom: 220px;
  }

  .tw .xl\:last\:mb-45:last-child{
    margin-bottom: 225px;
  }

  .tw .xl\:last\:mb-46:last-child{
    margin-bottom: 230px;
  }

  .tw .xl\:last\:mb-47:last-child{
    margin-bottom: 235px;
  }

  .tw .xl\:last\:mb-48:last-child{
    margin-bottom: 240px;
  }

  .tw .xl\:last\:mb-49:last-child{
    margin-bottom: 245px;
  }

  .tw .xl\:last\:mb-50:last-child{
    margin-bottom: 250px;
  }

  .tw .xl\:last\:mb-51:last-child{
    margin-bottom: 255px;
  }

  .tw .xl\:last\:mb-52:last-child{
    margin-bottom: 260px;
  }

  .tw .xl\:last\:mb-53:last-child{
    margin-bottom: 265px;
  }

  .tw .xl\:last\:mb-54:last-child{
    margin-bottom: 270px;
  }

  .tw .xl\:last\:mb-55:last-child{
    margin-bottom: 275px;
  }

  .tw .xl\:last\:mb-56:last-child{
    margin-bottom: 280px;
  }

  .tw .xl\:last\:mb-57:last-child{
    margin-bottom: 285px;
  }

  .tw .xl\:last\:mb-58:last-child{
    margin-bottom: 290px;
  }

  .tw .xl\:last\:mb-59:last-child{
    margin-bottom: 295px;
  }

  .tw .xl\:last\:mb-60:last-child{
    margin-bottom: 300px;
  }

  .tw .xl\:last\:mb-61:last-child{
    margin-bottom: 305px;
  }

  .tw .xl\:last\:mb-62:last-child{
    margin-bottom: 310px;
  }

  .tw .xl\:last\:mb-63:last-child{
    margin-bottom: 315px;
  }

  .tw .xl\:last\:mb-64:last-child{
    margin-bottom: 320px;
  }

  .tw .xl\:last\:mb-65:last-child{
    margin-bottom: 325px;
  }

  .tw .xl\:last\:mb-66:last-child{
    margin-bottom: 330px;
  }

  .tw .xl\:last\:mb-67:last-child{
    margin-bottom: 335px;
  }

  .tw .xl\:last\:mb-68:last-child{
    margin-bottom: 340px;
  }

  .tw .xl\:last\:mb-69:last-child{
    margin-bottom: 345px;
  }

  .tw .xl\:last\:mb-70:last-child{
    margin-bottom: 350px;
  }

  .tw .xl\:last\:mb-71:last-child{
    margin-bottom: 355px;
  }

  .tw .xl\:last\:mb-72:last-child{
    margin-bottom: 360px;
  }

  .tw .xl\:last\:mb-73:last-child{
    margin-bottom: 365px;
  }

  .tw .xl\:last\:mb-74:last-child{
    margin-bottom: 370px;
  }

  .tw .xl\:last\:mb-75:last-child{
    margin-bottom: 375px;
  }

  .tw .xl\:last\:mb-76:last-child{
    margin-bottom: 380px;
  }

  .tw .xl\:last\:mb-77:last-child{
    margin-bottom: 385px;
  }

  .tw .xl\:last\:mb-78:last-child{
    margin-bottom: 390px;
  }

  .tw .xl\:last\:mb-79:last-child{
    margin-bottom: 395px;
  }

  .tw .xl\:last\:mb-80:last-child{
    margin-bottom: 400px;
  }

  .tw .xl\:last\:mb-81:last-child{
    margin-bottom: 405px;
  }

  .tw .xl\:last\:mb-82:last-child{
    margin-bottom: 410px;
  }

  .tw .xl\:last\:mb-83:last-child{
    margin-bottom: 415px;
  }

  .tw .xl\:last\:mb-84:last-child{
    margin-bottom: 420px;
  }

  .tw .xl\:last\:mb-85:last-child{
    margin-bottom: 425px;
  }

  .tw .xl\:last\:mb-86:last-child{
    margin-bottom: 430px;
  }

  .tw .xl\:last\:mb-87:last-child{
    margin-bottom: 435px;
  }

  .tw .xl\:last\:mb-88:last-child{
    margin-bottom: 440px;
  }

  .tw .xl\:last\:mb-89:last-child{
    margin-bottom: 445px;
  }

  .tw .xl\:last\:mb-90:last-child{
    margin-bottom: 450px;
  }

  .tw .xl\:last\:mb-91:last-child{
    margin-bottom: 455px;
  }

  .tw .xl\:last\:mb-92:last-child{
    margin-bottom: 460px;
  }

  .tw .xl\:last\:mb-93:last-child{
    margin-bottom: 465px;
  }

  .tw .xl\:last\:mb-94:last-child{
    margin-bottom: 470px;
  }

  .tw .xl\:last\:mb-95:last-child{
    margin-bottom: 475px;
  }

  .tw .xl\:last\:mb-96:last-child{
    margin-bottom: 480px;
  }

  .tw .xl\:last\:mb-97:last-child{
    margin-bottom: 485px;
  }

  .tw .xl\:last\:mb-98:last-child{
    margin-bottom: 490px;
  }

  .tw .xl\:last\:mb-99:last-child{
    margin-bottom: 495px;
  }

  .tw .xl\:last\:mb-100:last-child{
    margin-bottom: 500px;
  }

  .tw .xl\:last\:mb-101:last-child{
    margin-bottom: 505px;
  }

  .tw .xl\:last\:mb-102:last-child{
    margin-bottom: 510px;
  }

  .tw .xl\:last\:mb-103:last-child{
    margin-bottom: 515px;
  }

  .tw .xl\:last\:mb-104:last-child{
    margin-bottom: 520px;
  }

  .tw .xl\:last\:mb-105:last-child{
    margin-bottom: 525px;
  }

  .tw .xl\:last\:mb-106:last-child{
    margin-bottom: 530px;
  }

  .tw .xl\:last\:mb-107:last-child{
    margin-bottom: 535px;
  }

  .tw .xl\:last\:mb-108:last-child{
    margin-bottom: 540px;
  }

  .tw .xl\:last\:mb-109:last-child{
    margin-bottom: 545px;
  }

  .tw .xl\:last\:mb-110:last-child{
    margin-bottom: 550px;
  }

  .tw .xl\:last\:mb-111:last-child{
    margin-bottom: 555px;
  }

  .tw .xl\:last\:mb-112:last-child{
    margin-bottom: 560px;
  }

  .tw .xl\:last\:mb-113:last-child{
    margin-bottom: 565px;
  }

  .tw .xl\:last\:mb-114:last-child{
    margin-bottom: 570px;
  }

  .tw .xl\:last\:mb-115:last-child{
    margin-bottom: 575px;
  }

  .tw .xl\:last\:mb-116:last-child{
    margin-bottom: 580px;
  }

  .tw .xl\:last\:mb-117:last-child{
    margin-bottom: 585px;
  }

  .tw .xl\:last\:mb-118:last-child{
    margin-bottom: 590px;
  }

  .tw .xl\:last\:mb-119:last-child{
    margin-bottom: 595px;
  }

  .tw .xl\:last\:mb-120:last-child{
    margin-bottom: 600px;
  }

  .tw .xl\:last\:mb-121:last-child{
    margin-bottom: 605px;
  }

  .tw .xl\:last\:mb-122:last-child{
    margin-bottom: 610px;
  }

  .tw .xl\:last\:mb-123:last-child{
    margin-bottom: 615px;
  }

  .tw .xl\:last\:mb-124:last-child{
    margin-bottom: 620px;
  }

  .tw .xl\:last\:mb-125:last-child{
    margin-bottom: 625px;
  }

  .tw .xl\:last\:mb-126:last-child{
    margin-bottom: 630px;
  }

  .tw .xl\:last\:mb-127:last-child{
    margin-bottom: 635px;
  }

  .tw .xl\:last\:mb-128:last-child{
    margin-bottom: 640px;
  }

  .tw .xl\:last\:mb-129:last-child{
    margin-bottom: 645px;
  }

  .tw .xl\:last\:mb-130:last-child{
    margin-bottom: 650px;
  }

  .tw .xl\:last\:mb-131:last-child{
    margin-bottom: 655px;
  }

  .tw .xl\:last\:mb-132:last-child{
    margin-bottom: 660px;
  }

  .tw .xl\:last\:mb-133:last-child{
    margin-bottom: 665px;
  }

  .tw .xl\:last\:mb-134:last-child{
    margin-bottom: 670px;
  }

  .tw .xl\:last\:mb-135:last-child{
    margin-bottom: 675px;
  }

  .tw .xl\:last\:mb-136:last-child{
    margin-bottom: 680px;
  }

  .tw .xl\:last\:mb-137:last-child{
    margin-bottom: 685px;
  }

  .tw .xl\:last\:mb-138:last-child{
    margin-bottom: 690px;
  }

  .tw .xl\:last\:mb-139:last-child{
    margin-bottom: 695px;
  }

  .tw .xl\:last\:mb-140:last-child{
    margin-bottom: 700px;
  }

  .tw .xl\:last\:mb-141:last-child{
    margin-bottom: 705px;
  }

  .tw .xl\:last\:mb-142:last-child{
    margin-bottom: 710px;
  }

  .tw .xl\:last\:mb-143:last-child{
    margin-bottom: 715px;
  }

  .tw .xl\:last\:mb-144:last-child{
    margin-bottom: 720px;
  }

  .tw .xl\:last\:mb-145:last-child{
    margin-bottom: 725px;
  }

  .tw .xl\:last\:mb-146:last-child{
    margin-bottom: 730px;
  }

  .tw .xl\:last\:mb-147:last-child{
    margin-bottom: 735px;
  }

  .tw .xl\:last\:mb-148:last-child{
    margin-bottom: 740px;
  }

  .tw .xl\:last\:mb-149:last-child{
    margin-bottom: 745px;
  }

  .tw .xl\:last\:mb-auto:last-child{
    margin-bottom: auto;
  }

  .tw .xl\:last\:mb-0\.5:last-child{
    margin-bottom: 3px;
  }

  .tw .xl\:last\:mb-1px:last-child{
    margin-bottom: 1px;
  }

  .tw .xl\:last\:mb-2px:last-child{
    margin-bottom: 2px;
  }

  .tw .xl\:last\:mb-3px:last-child{
    margin-bottom: 3px;
  }

  .tw .xl\:last\:mb-4px:last-child{
    margin-bottom: 4px;
  }

  .tw .xl\:last\:mb-5px:last-child{
    margin-bottom: 5px;
  }

  .tw .xl\:last\:mb-6px:last-child{
    margin-bottom: 6px;
  }

  .tw .xl\:last\:mb-7px:last-child{
    margin-bottom: 7px;
  }

  .tw .xl\:last\:mb-8px:last-child{
    margin-bottom: 8px;
  }

  .tw .xl\:last\:mb-9px:last-child{
    margin-bottom: 9px;
  }

  .tw .xl\:last\:mb-10px:last-child{
    margin-bottom: 10px;
  }

  .tw .xl\:last\:mb-11px:last-child{
    margin-bottom: 11px;
  }

  .tw .xl\:last\:mb-12px:last-child{
    margin-bottom: 12px;
  }

  .tw .xl\:last\:mb-13px:last-child{
    margin-bottom: 13px;
  }

  .tw .xl\:last\:mb-14px:last-child{
    margin-bottom: 14px;
  }

  .tw .xl\:last\:mb-15px:last-child{
    margin-bottom: 15px;
  }

  .tw .xl\:last\:mb-16px:last-child{
    margin-bottom: 16px;
  }

  .tw .xl\:last\:mb-17px:last-child{
    margin-bottom: 17px;
  }

  .tw .xl\:last\:mb-18px:last-child{
    margin-bottom: 18px;
  }

  .tw .xl\:last\:mb-19px:last-child{
    margin-bottom: 19px;
  }

  .tw .xl\:last\:mb-20px:last-child{
    margin-bottom: 20px;
  }

  .tw .xl\:last\:mb-21px:last-child{
    margin-bottom: 21px;
  }

  .tw .xl\:last\:mb-22px:last-child{
    margin-bottom: 22px;
  }

  .tw .xl\:last\:mb-23px:last-child{
    margin-bottom: 23px;
  }

  .tw .xl\:last\:mb-24px:last-child{
    margin-bottom: 24px;
  }

  .tw .xl\:last\:mb-25px:last-child{
    margin-bottom: 25px;
  }

  .tw .xl\:last\:mb-26px:last-child{
    margin-bottom: 26px;
  }

  .tw .xl\:last\:mb-27px:last-child{
    margin-bottom: 27px;
  }

  .tw .xl\:last\:mb-28px:last-child{
    margin-bottom: 28px;
  }

  .tw .xl\:last\:mb-29px:last-child{
    margin-bottom: 29px;
  }

  .tw .xl\:last\:mb-30px:last-child{
    margin-bottom: 30px;
  }

  .tw .xl\:last\:mb-31px:last-child{
    margin-bottom: 31px;
  }

  .tw .xl\:last\:mb-32px:last-child{
    margin-bottom: 32px;
  }

  .tw .xl\:last\:mb-33px:last-child{
    margin-bottom: 33px;
  }

  .tw .xl\:last\:mb-34px:last-child{
    margin-bottom: 34px;
  }

  .tw .xl\:last\:mb-35px:last-child{
    margin-bottom: 35px;
  }

  .tw .xl\:last\:mb-36px:last-child{
    margin-bottom: 36px;
  }

  .tw .xl\:last\:mb-37px:last-child{
    margin-bottom: 37px;
  }

  .tw .xl\:last\:mb-38px:last-child{
    margin-bottom: 38px;
  }

  .tw .xl\:last\:mb-39px:last-child{
    margin-bottom: 39px;
  }

  .tw .xl\:last\:mb-40px:last-child{
    margin-bottom: 40px;
  }

  .tw .xl\:last\:-mb-0:last-child{
    margin-bottom: 0px;
  }

  .tw .xl\:last\:-mb-1:last-child{
    margin-bottom: -5px;
  }

  .tw .xl\:last\:-mb-2:last-child{
    margin-bottom: -10px;
  }

  .tw .xl\:last\:-mb-3:last-child{
    margin-bottom: -15px;
  }

  .tw .xl\:last\:-mb-4:last-child{
    margin-bottom: -20px;
  }

  .tw .xl\:last\:-mb-5:last-child{
    margin-bottom: -25px;
  }

  .tw .xl\:last\:-mb-6:last-child{
    margin-bottom: -30px;
  }

  .tw .xl\:last\:-mb-7:last-child{
    margin-bottom: -35px;
  }

  .tw .xl\:last\:-mb-8:last-child{
    margin-bottom: -40px;
  }

  .tw .xl\:last\:-mb-9:last-child{
    margin-bottom: -45px;
  }

  .tw .xl\:last\:-mb-10:last-child{
    margin-bottom: -50px;
  }

  .tw .xl\:last\:-mb-11:last-child{
    margin-bottom: -55px;
  }

  .tw .xl\:last\:-mb-12:last-child{
    margin-bottom: -60px;
  }

  .tw .xl\:last\:-mb-13:last-child{
    margin-bottom: -65px;
  }

  .tw .xl\:last\:-mb-14:last-child{
    margin-bottom: -70px;
  }

  .tw .xl\:last\:-mb-15:last-child{
    margin-bottom: -75px;
  }

  .tw .xl\:last\:-mb-16:last-child{
    margin-bottom: -80px;
  }

  .tw .xl\:last\:-mb-17:last-child{
    margin-bottom: -85px;
  }

  .tw .xl\:last\:-mb-18:last-child{
    margin-bottom: -90px;
  }

  .tw .xl\:last\:-mb-19:last-child{
    margin-bottom: -95px;
  }

  .tw .xl\:last\:-mb-20:last-child{
    margin-bottom: -100px;
  }

  .tw .xl\:last\:-mb-21:last-child{
    margin-bottom: -105px;
  }

  .tw .xl\:last\:-mb-22:last-child{
    margin-bottom: -110px;
  }

  .tw .xl\:last\:-mb-23:last-child{
    margin-bottom: -115px;
  }

  .tw .xl\:last\:-mb-24:last-child{
    margin-bottom: -120px;
  }

  .tw .xl\:last\:-mb-25:last-child{
    margin-bottom: -125px;
  }

  .tw .xl\:last\:-mb-26:last-child{
    margin-bottom: -130px;
  }

  .tw .xl\:last\:-mb-27:last-child{
    margin-bottom: -135px;
  }

  .tw .xl\:last\:-mb-28:last-child{
    margin-bottom: -140px;
  }

  .tw .xl\:last\:-mb-29:last-child{
    margin-bottom: -145px;
  }

  .tw .xl\:last\:-mb-30:last-child{
    margin-bottom: -150px;
  }

  .tw .xl\:last\:-mb-31:last-child{
    margin-bottom: -155px;
  }

  .tw .xl\:last\:-mb-32:last-child{
    margin-bottom: -160px;
  }

  .tw .xl\:last\:-mb-33:last-child{
    margin-bottom: -165px;
  }

  .tw .xl\:last\:-mb-34:last-child{
    margin-bottom: -170px;
  }

  .tw .xl\:last\:-mb-35:last-child{
    margin-bottom: -175px;
  }

  .tw .xl\:last\:-mb-36:last-child{
    margin-bottom: -180px;
  }

  .tw .xl\:last\:-mb-37:last-child{
    margin-bottom: -185px;
  }

  .tw .xl\:last\:-mb-38:last-child{
    margin-bottom: -190px;
  }

  .tw .xl\:last\:-mb-39:last-child{
    margin-bottom: -195px;
  }

  .tw .xl\:last\:-mb-40:last-child{
    margin-bottom: -200px;
  }

  .tw .xl\:last\:-mb-41:last-child{
    margin-bottom: -205px;
  }

  .tw .xl\:last\:-mb-42:last-child{
    margin-bottom: -210px;
  }

  .tw .xl\:last\:-mb-43:last-child{
    margin-bottom: -215px;
  }

  .tw .xl\:last\:-mb-44:last-child{
    margin-bottom: -220px;
  }

  .tw .xl\:last\:-mb-45:last-child{
    margin-bottom: -225px;
  }

  .tw .xl\:last\:-mb-46:last-child{
    margin-bottom: -230px;
  }

  .tw .xl\:last\:-mb-47:last-child{
    margin-bottom: -235px;
  }

  .tw .xl\:last\:-mb-48:last-child{
    margin-bottom: -240px;
  }

  .tw .xl\:last\:-mb-49:last-child{
    margin-bottom: -245px;
  }

  .tw .xl\:last\:-mb-50:last-child{
    margin-bottom: -250px;
  }

  .tw .xl\:last\:-mb-51:last-child{
    margin-bottom: -255px;
  }

  .tw .xl\:last\:-mb-52:last-child{
    margin-bottom: -260px;
  }

  .tw .xl\:last\:-mb-53:last-child{
    margin-bottom: -265px;
  }

  .tw .xl\:last\:-mb-54:last-child{
    margin-bottom: -270px;
  }

  .tw .xl\:last\:-mb-55:last-child{
    margin-bottom: -275px;
  }

  .tw .xl\:last\:-mb-56:last-child{
    margin-bottom: -280px;
  }

  .tw .xl\:last\:-mb-57:last-child{
    margin-bottom: -285px;
  }

  .tw .xl\:last\:-mb-58:last-child{
    margin-bottom: -290px;
  }

  .tw .xl\:last\:-mb-59:last-child{
    margin-bottom: -295px;
  }

  .tw .xl\:last\:-mb-60:last-child{
    margin-bottom: -300px;
  }

  .tw .xl\:last\:-mb-61:last-child{
    margin-bottom: -305px;
  }

  .tw .xl\:last\:-mb-62:last-child{
    margin-bottom: -310px;
  }

  .tw .xl\:last\:-mb-63:last-child{
    margin-bottom: -315px;
  }

  .tw .xl\:last\:-mb-64:last-child{
    margin-bottom: -320px;
  }

  .tw .xl\:last\:-mb-65:last-child{
    margin-bottom: -325px;
  }

  .tw .xl\:last\:-mb-66:last-child{
    margin-bottom: -330px;
  }

  .tw .xl\:last\:-mb-67:last-child{
    margin-bottom: -335px;
  }

  .tw .xl\:last\:-mb-68:last-child{
    margin-bottom: -340px;
  }

  .tw .xl\:last\:-mb-69:last-child{
    margin-bottom: -345px;
  }

  .tw .xl\:last\:-mb-70:last-child{
    margin-bottom: -350px;
  }

  .tw .xl\:last\:-mb-71:last-child{
    margin-bottom: -355px;
  }

  .tw .xl\:last\:-mb-72:last-child{
    margin-bottom: -360px;
  }

  .tw .xl\:last\:-mb-73:last-child{
    margin-bottom: -365px;
  }

  .tw .xl\:last\:-mb-74:last-child{
    margin-bottom: -370px;
  }

  .tw .xl\:last\:-mb-75:last-child{
    margin-bottom: -375px;
  }

  .tw .xl\:last\:-mb-76:last-child{
    margin-bottom: -380px;
  }

  .tw .xl\:last\:-mb-77:last-child{
    margin-bottom: -385px;
  }

  .tw .xl\:last\:-mb-78:last-child{
    margin-bottom: -390px;
  }

  .tw .xl\:last\:-mb-79:last-child{
    margin-bottom: -395px;
  }

  .tw .xl\:last\:-mb-80:last-child{
    margin-bottom: -400px;
  }

  .tw .xl\:last\:-mb-81:last-child{
    margin-bottom: -405px;
  }

  .tw .xl\:last\:-mb-82:last-child{
    margin-bottom: -410px;
  }

  .tw .xl\:last\:-mb-83:last-child{
    margin-bottom: -415px;
  }

  .tw .xl\:last\:-mb-84:last-child{
    margin-bottom: -420px;
  }

  .tw .xl\:last\:-mb-85:last-child{
    margin-bottom: -425px;
  }

  .tw .xl\:last\:-mb-86:last-child{
    margin-bottom: -430px;
  }

  .tw .xl\:last\:-mb-87:last-child{
    margin-bottom: -435px;
  }

  .tw .xl\:last\:-mb-88:last-child{
    margin-bottom: -440px;
  }

  .tw .xl\:last\:-mb-89:last-child{
    margin-bottom: -445px;
  }

  .tw .xl\:last\:-mb-90:last-child{
    margin-bottom: -450px;
  }

  .tw .xl\:last\:-mb-91:last-child{
    margin-bottom: -455px;
  }

  .tw .xl\:last\:-mb-92:last-child{
    margin-bottom: -460px;
  }

  .tw .xl\:last\:-mb-93:last-child{
    margin-bottom: -465px;
  }

  .tw .xl\:last\:-mb-94:last-child{
    margin-bottom: -470px;
  }

  .tw .xl\:last\:-mb-95:last-child{
    margin-bottom: -475px;
  }

  .tw .xl\:last\:-mb-96:last-child{
    margin-bottom: -480px;
  }

  .tw .xl\:last\:-mb-97:last-child{
    margin-bottom: -485px;
  }

  .tw .xl\:last\:-mb-98:last-child{
    margin-bottom: -490px;
  }

  .tw .xl\:last\:-mb-99:last-child{
    margin-bottom: -495px;
  }

  .tw .xl\:last\:-mb-100:last-child{
    margin-bottom: -500px;
  }

  .tw .xl\:last\:-mb-101:last-child{
    margin-bottom: -505px;
  }

  .tw .xl\:last\:-mb-102:last-child{
    margin-bottom: -510px;
  }

  .tw .xl\:last\:-mb-103:last-child{
    margin-bottom: -515px;
  }

  .tw .xl\:last\:-mb-104:last-child{
    margin-bottom: -520px;
  }

  .tw .xl\:last\:-mb-105:last-child{
    margin-bottom: -525px;
  }

  .tw .xl\:last\:-mb-106:last-child{
    margin-bottom: -530px;
  }

  .tw .xl\:last\:-mb-107:last-child{
    margin-bottom: -535px;
  }

  .tw .xl\:last\:-mb-108:last-child{
    margin-bottom: -540px;
  }

  .tw .xl\:last\:-mb-109:last-child{
    margin-bottom: -545px;
  }

  .tw .xl\:last\:-mb-110:last-child{
    margin-bottom: -550px;
  }

  .tw .xl\:last\:-mb-111:last-child{
    margin-bottom: -555px;
  }

  .tw .xl\:last\:-mb-112:last-child{
    margin-bottom: -560px;
  }

  .tw .xl\:last\:-mb-113:last-child{
    margin-bottom: -565px;
  }

  .tw .xl\:last\:-mb-114:last-child{
    margin-bottom: -570px;
  }

  .tw .xl\:last\:-mb-115:last-child{
    margin-bottom: -575px;
  }

  .tw .xl\:last\:-mb-116:last-child{
    margin-bottom: -580px;
  }

  .tw .xl\:last\:-mb-117:last-child{
    margin-bottom: -585px;
  }

  .tw .xl\:last\:-mb-118:last-child{
    margin-bottom: -590px;
  }

  .tw .xl\:last\:-mb-119:last-child{
    margin-bottom: -595px;
  }

  .tw .xl\:last\:-mb-120:last-child{
    margin-bottom: -600px;
  }

  .tw .xl\:last\:-mb-121:last-child{
    margin-bottom: -605px;
  }

  .tw .xl\:last\:-mb-122:last-child{
    margin-bottom: -610px;
  }

  .tw .xl\:last\:-mb-123:last-child{
    margin-bottom: -615px;
  }

  .tw .xl\:last\:-mb-124:last-child{
    margin-bottom: -620px;
  }

  .tw .xl\:last\:-mb-125:last-child{
    margin-bottom: -625px;
  }

  .tw .xl\:last\:-mb-126:last-child{
    margin-bottom: -630px;
  }

  .tw .xl\:last\:-mb-127:last-child{
    margin-bottom: -635px;
  }

  .tw .xl\:last\:-mb-128:last-child{
    margin-bottom: -640px;
  }

  .tw .xl\:last\:-mb-129:last-child{
    margin-bottom: -645px;
  }

  .tw .xl\:last\:-mb-130:last-child{
    margin-bottom: -650px;
  }

  .tw .xl\:last\:-mb-131:last-child{
    margin-bottom: -655px;
  }

  .tw .xl\:last\:-mb-132:last-child{
    margin-bottom: -660px;
  }

  .tw .xl\:last\:-mb-133:last-child{
    margin-bottom: -665px;
  }

  .tw .xl\:last\:-mb-134:last-child{
    margin-bottom: -670px;
  }

  .tw .xl\:last\:-mb-135:last-child{
    margin-bottom: -675px;
  }

  .tw .xl\:last\:-mb-136:last-child{
    margin-bottom: -680px;
  }

  .tw .xl\:last\:-mb-137:last-child{
    margin-bottom: -685px;
  }

  .tw .xl\:last\:-mb-138:last-child{
    margin-bottom: -690px;
  }

  .tw .xl\:last\:-mb-139:last-child{
    margin-bottom: -695px;
  }

  .tw .xl\:last\:-mb-140:last-child{
    margin-bottom: -700px;
  }

  .tw .xl\:last\:-mb-141:last-child{
    margin-bottom: -705px;
  }

  .tw .xl\:last\:-mb-142:last-child{
    margin-bottom: -710px;
  }

  .tw .xl\:last\:-mb-143:last-child{
    margin-bottom: -715px;
  }

  .tw .xl\:last\:-mb-144:last-child{
    margin-bottom: -720px;
  }

  .tw .xl\:last\:-mb-145:last-child{
    margin-bottom: -725px;
  }

  .tw .xl\:last\:-mb-146:last-child{
    margin-bottom: -730px;
  }

  .tw .xl\:last\:-mb-147:last-child{
    margin-bottom: -735px;
  }

  .tw .xl\:last\:-mb-148:last-child{
    margin-bottom: -740px;
  }

  .tw .xl\:last\:-mb-149:last-child{
    margin-bottom: -745px;
  }

  .tw .xl\:last\:-mb-0\.5:last-child{
    margin-bottom: -3px;
  }

  .tw .xl\:last\:-mb-1px:last-child{
    margin-bottom: -1px;
  }

  .tw .xl\:last\:-mb-2px:last-child{
    margin-bottom: -2px;
  }

  .tw .xl\:last\:-mb-3px:last-child{
    margin-bottom: -3px;
  }

  .tw .xl\:last\:-mb-4px:last-child{
    margin-bottom: -4px;
  }

  .tw .xl\:last\:-mb-5px:last-child{
    margin-bottom: -5px;
  }

  .tw .xl\:last\:-mb-6px:last-child{
    margin-bottom: -6px;
  }

  .tw .xl\:last\:-mb-7px:last-child{
    margin-bottom: -7px;
  }

  .tw .xl\:last\:-mb-8px:last-child{
    margin-bottom: -8px;
  }

  .tw .xl\:last\:-mb-9px:last-child{
    margin-bottom: -9px;
  }

  .tw .xl\:last\:-mb-10px:last-child{
    margin-bottom: -10px;
  }

  .tw .xl\:last\:-mb-11px:last-child{
    margin-bottom: -11px;
  }

  .tw .xl\:last\:-mb-12px:last-child{
    margin-bottom: -12px;
  }

  .tw .xl\:last\:-mb-13px:last-child{
    margin-bottom: -13px;
  }

  .tw .xl\:last\:-mb-14px:last-child{
    margin-bottom: -14px;
  }

  .tw .xl\:last\:-mb-15px:last-child{
    margin-bottom: -15px;
  }

  .tw .xl\:last\:-mb-16px:last-child{
    margin-bottom: -16px;
  }

  .tw .xl\:last\:-mb-17px:last-child{
    margin-bottom: -17px;
  }

  .tw .xl\:last\:-mb-18px:last-child{
    margin-bottom: -18px;
  }

  .tw .xl\:last\:-mb-19px:last-child{
    margin-bottom: -19px;
  }

  .tw .xl\:last\:-mb-20px:last-child{
    margin-bottom: -20px;
  }

  .tw .xl\:last\:-mb-21px:last-child{
    margin-bottom: -21px;
  }

  .tw .xl\:last\:-mb-22px:last-child{
    margin-bottom: -22px;
  }

  .tw .xl\:last\:-mb-23px:last-child{
    margin-bottom: -23px;
  }

  .tw .xl\:last\:-mb-24px:last-child{
    margin-bottom: -24px;
  }

  .tw .xl\:last\:-mb-25px:last-child{
    margin-bottom: -25px;
  }

  .tw .xl\:last\:-mb-26px:last-child{
    margin-bottom: -26px;
  }

  .tw .xl\:last\:-mb-27px:last-child{
    margin-bottom: -27px;
  }

  .tw .xl\:last\:-mb-28px:last-child{
    margin-bottom: -28px;
  }

  .tw .xl\:last\:-mb-29px:last-child{
    margin-bottom: -29px;
  }

  .tw .xl\:last\:-mb-30px:last-child{
    margin-bottom: -30px;
  }

  .tw .xl\:last\:-mb-31px:last-child{
    margin-bottom: -31px;
  }

  .tw .xl\:last\:-mb-32px:last-child{
    margin-bottom: -32px;
  }

  .tw .xl\:last\:-mb-33px:last-child{
    margin-bottom: -33px;
  }

  .tw .xl\:last\:-mb-34px:last-child{
    margin-bottom: -34px;
  }

  .tw .xl\:last\:-mb-35px:last-child{
    margin-bottom: -35px;
  }

  .tw .xl\:last\:-mb-36px:last-child{
    margin-bottom: -36px;
  }

  .tw .xl\:last\:-mb-37px:last-child{
    margin-bottom: -37px;
  }

  .tw .xl\:last\:-mb-38px:last-child{
    margin-bottom: -38px;
  }

  .tw .xl\:last\:-mb-39px:last-child{
    margin-bottom: -39px;
  }

  .tw .xl\:last\:-mb-40px:last-child{
    margin-bottom: -40px;
  }

  .tw .xl\:last\:ml-0:last-child{
    margin-left: 0px;
  }

  .tw .xl\:last\:ml-1:last-child{
    margin-left: 5px;
  }

  .tw .xl\:last\:ml-2:last-child{
    margin-left: 10px;
  }

  .tw .xl\:last\:ml-3:last-child{
    margin-left: 15px;
  }

  .tw .xl\:last\:ml-4:last-child{
    margin-left: 20px;
  }

  .tw .xl\:last\:ml-5:last-child{
    margin-left: 25px;
  }

  .tw .xl\:last\:ml-6:last-child{
    margin-left: 30px;
  }

  .tw .xl\:last\:ml-7:last-child{
    margin-left: 35px;
  }

  .tw .xl\:last\:ml-8:last-child{
    margin-left: 40px;
  }

  .tw .xl\:last\:ml-9:last-child{
    margin-left: 45px;
  }

  .tw .xl\:last\:ml-10:last-child{
    margin-left: 50px;
  }

  .tw .xl\:last\:ml-11:last-child{
    margin-left: 55px;
  }

  .tw .xl\:last\:ml-12:last-child{
    margin-left: 60px;
  }

  .tw .xl\:last\:ml-13:last-child{
    margin-left: 65px;
  }

  .tw .xl\:last\:ml-14:last-child{
    margin-left: 70px;
  }

  .tw .xl\:last\:ml-15:last-child{
    margin-left: 75px;
  }

  .tw .xl\:last\:ml-16:last-child{
    margin-left: 80px;
  }

  .tw .xl\:last\:ml-17:last-child{
    margin-left: 85px;
  }

  .tw .xl\:last\:ml-18:last-child{
    margin-left: 90px;
  }

  .tw .xl\:last\:ml-19:last-child{
    margin-left: 95px;
  }

  .tw .xl\:last\:ml-20:last-child{
    margin-left: 100px;
  }

  .tw .xl\:last\:ml-21:last-child{
    margin-left: 105px;
  }

  .tw .xl\:last\:ml-22:last-child{
    margin-left: 110px;
  }

  .tw .xl\:last\:ml-23:last-child{
    margin-left: 115px;
  }

  .tw .xl\:last\:ml-24:last-child{
    margin-left: 120px;
  }

  .tw .xl\:last\:ml-25:last-child{
    margin-left: 125px;
  }

  .tw .xl\:last\:ml-26:last-child{
    margin-left: 130px;
  }

  .tw .xl\:last\:ml-27:last-child{
    margin-left: 135px;
  }

  .tw .xl\:last\:ml-28:last-child{
    margin-left: 140px;
  }

  .tw .xl\:last\:ml-29:last-child{
    margin-left: 145px;
  }

  .tw .xl\:last\:ml-30:last-child{
    margin-left: 150px;
  }

  .tw .xl\:last\:ml-31:last-child{
    margin-left: 155px;
  }

  .tw .xl\:last\:ml-32:last-child{
    margin-left: 160px;
  }

  .tw .xl\:last\:ml-33:last-child{
    margin-left: 165px;
  }

  .tw .xl\:last\:ml-34:last-child{
    margin-left: 170px;
  }

  .tw .xl\:last\:ml-35:last-child{
    margin-left: 175px;
  }

  .tw .xl\:last\:ml-36:last-child{
    margin-left: 180px;
  }

  .tw .xl\:last\:ml-37:last-child{
    margin-left: 185px;
  }

  .tw .xl\:last\:ml-38:last-child{
    margin-left: 190px;
  }

  .tw .xl\:last\:ml-39:last-child{
    margin-left: 195px;
  }

  .tw .xl\:last\:ml-40:last-child{
    margin-left: 200px;
  }

  .tw .xl\:last\:ml-41:last-child{
    margin-left: 205px;
  }

  .tw .xl\:last\:ml-42:last-child{
    margin-left: 210px;
  }

  .tw .xl\:last\:ml-43:last-child{
    margin-left: 215px;
  }

  .tw .xl\:last\:ml-44:last-child{
    margin-left: 220px;
  }

  .tw .xl\:last\:ml-45:last-child{
    margin-left: 225px;
  }

  .tw .xl\:last\:ml-46:last-child{
    margin-left: 230px;
  }

  .tw .xl\:last\:ml-47:last-child{
    margin-left: 235px;
  }

  .tw .xl\:last\:ml-48:last-child{
    margin-left: 240px;
  }

  .tw .xl\:last\:ml-49:last-child{
    margin-left: 245px;
  }

  .tw .xl\:last\:ml-50:last-child{
    margin-left: 250px;
  }

  .tw .xl\:last\:ml-51:last-child{
    margin-left: 255px;
  }

  .tw .xl\:last\:ml-52:last-child{
    margin-left: 260px;
  }

  .tw .xl\:last\:ml-53:last-child{
    margin-left: 265px;
  }

  .tw .xl\:last\:ml-54:last-child{
    margin-left: 270px;
  }

  .tw .xl\:last\:ml-55:last-child{
    margin-left: 275px;
  }

  .tw .xl\:last\:ml-56:last-child{
    margin-left: 280px;
  }

  .tw .xl\:last\:ml-57:last-child{
    margin-left: 285px;
  }

  .tw .xl\:last\:ml-58:last-child{
    margin-left: 290px;
  }

  .tw .xl\:last\:ml-59:last-child{
    margin-left: 295px;
  }

  .tw .xl\:last\:ml-60:last-child{
    margin-left: 300px;
  }

  .tw .xl\:last\:ml-61:last-child{
    margin-left: 305px;
  }

  .tw .xl\:last\:ml-62:last-child{
    margin-left: 310px;
  }

  .tw .xl\:last\:ml-63:last-child{
    margin-left: 315px;
  }

  .tw .xl\:last\:ml-64:last-child{
    margin-left: 320px;
  }

  .tw .xl\:last\:ml-65:last-child{
    margin-left: 325px;
  }

  .tw .xl\:last\:ml-66:last-child{
    margin-left: 330px;
  }

  .tw .xl\:last\:ml-67:last-child{
    margin-left: 335px;
  }

  .tw .xl\:last\:ml-68:last-child{
    margin-left: 340px;
  }

  .tw .xl\:last\:ml-69:last-child{
    margin-left: 345px;
  }

  .tw .xl\:last\:ml-70:last-child{
    margin-left: 350px;
  }

  .tw .xl\:last\:ml-71:last-child{
    margin-left: 355px;
  }

  .tw .xl\:last\:ml-72:last-child{
    margin-left: 360px;
  }

  .tw .xl\:last\:ml-73:last-child{
    margin-left: 365px;
  }

  .tw .xl\:last\:ml-74:last-child{
    margin-left: 370px;
  }

  .tw .xl\:last\:ml-75:last-child{
    margin-left: 375px;
  }

  .tw .xl\:last\:ml-76:last-child{
    margin-left: 380px;
  }

  .tw .xl\:last\:ml-77:last-child{
    margin-left: 385px;
  }

  .tw .xl\:last\:ml-78:last-child{
    margin-left: 390px;
  }

  .tw .xl\:last\:ml-79:last-child{
    margin-left: 395px;
  }

  .tw .xl\:last\:ml-80:last-child{
    margin-left: 400px;
  }

  .tw .xl\:last\:ml-81:last-child{
    margin-left: 405px;
  }

  .tw .xl\:last\:ml-82:last-child{
    margin-left: 410px;
  }

  .tw .xl\:last\:ml-83:last-child{
    margin-left: 415px;
  }

  .tw .xl\:last\:ml-84:last-child{
    margin-left: 420px;
  }

  .tw .xl\:last\:ml-85:last-child{
    margin-left: 425px;
  }

  .tw .xl\:last\:ml-86:last-child{
    margin-left: 430px;
  }

  .tw .xl\:last\:ml-87:last-child{
    margin-left: 435px;
  }

  .tw .xl\:last\:ml-88:last-child{
    margin-left: 440px;
  }

  .tw .xl\:last\:ml-89:last-child{
    margin-left: 445px;
  }

  .tw .xl\:last\:ml-90:last-child{
    margin-left: 450px;
  }

  .tw .xl\:last\:ml-91:last-child{
    margin-left: 455px;
  }

  .tw .xl\:last\:ml-92:last-child{
    margin-left: 460px;
  }

  .tw .xl\:last\:ml-93:last-child{
    margin-left: 465px;
  }

  .tw .xl\:last\:ml-94:last-child{
    margin-left: 470px;
  }

  .tw .xl\:last\:ml-95:last-child{
    margin-left: 475px;
  }

  .tw .xl\:last\:ml-96:last-child{
    margin-left: 480px;
  }

  .tw .xl\:last\:ml-97:last-child{
    margin-left: 485px;
  }

  .tw .xl\:last\:ml-98:last-child{
    margin-left: 490px;
  }

  .tw .xl\:last\:ml-99:last-child{
    margin-left: 495px;
  }

  .tw .xl\:last\:ml-100:last-child{
    margin-left: 500px;
  }

  .tw .xl\:last\:ml-101:last-child{
    margin-left: 505px;
  }

  .tw .xl\:last\:ml-102:last-child{
    margin-left: 510px;
  }

  .tw .xl\:last\:ml-103:last-child{
    margin-left: 515px;
  }

  .tw .xl\:last\:ml-104:last-child{
    margin-left: 520px;
  }

  .tw .xl\:last\:ml-105:last-child{
    margin-left: 525px;
  }

  .tw .xl\:last\:ml-106:last-child{
    margin-left: 530px;
  }

  .tw .xl\:last\:ml-107:last-child{
    margin-left: 535px;
  }

  .tw .xl\:last\:ml-108:last-child{
    margin-left: 540px;
  }

  .tw .xl\:last\:ml-109:last-child{
    margin-left: 545px;
  }

  .tw .xl\:last\:ml-110:last-child{
    margin-left: 550px;
  }

  .tw .xl\:last\:ml-111:last-child{
    margin-left: 555px;
  }

  .tw .xl\:last\:ml-112:last-child{
    margin-left: 560px;
  }

  .tw .xl\:last\:ml-113:last-child{
    margin-left: 565px;
  }

  .tw .xl\:last\:ml-114:last-child{
    margin-left: 570px;
  }

  .tw .xl\:last\:ml-115:last-child{
    margin-left: 575px;
  }

  .tw .xl\:last\:ml-116:last-child{
    margin-left: 580px;
  }

  .tw .xl\:last\:ml-117:last-child{
    margin-left: 585px;
  }

  .tw .xl\:last\:ml-118:last-child{
    margin-left: 590px;
  }

  .tw .xl\:last\:ml-119:last-child{
    margin-left: 595px;
  }

  .tw .xl\:last\:ml-120:last-child{
    margin-left: 600px;
  }

  .tw .xl\:last\:ml-121:last-child{
    margin-left: 605px;
  }

  .tw .xl\:last\:ml-122:last-child{
    margin-left: 610px;
  }

  .tw .xl\:last\:ml-123:last-child{
    margin-left: 615px;
  }

  .tw .xl\:last\:ml-124:last-child{
    margin-left: 620px;
  }

  .tw .xl\:last\:ml-125:last-child{
    margin-left: 625px;
  }

  .tw .xl\:last\:ml-126:last-child{
    margin-left: 630px;
  }

  .tw .xl\:last\:ml-127:last-child{
    margin-left: 635px;
  }

  .tw .xl\:last\:ml-128:last-child{
    margin-left: 640px;
  }

  .tw .xl\:last\:ml-129:last-child{
    margin-left: 645px;
  }

  .tw .xl\:last\:ml-130:last-child{
    margin-left: 650px;
  }

  .tw .xl\:last\:ml-131:last-child{
    margin-left: 655px;
  }

  .tw .xl\:last\:ml-132:last-child{
    margin-left: 660px;
  }

  .tw .xl\:last\:ml-133:last-child{
    margin-left: 665px;
  }

  .tw .xl\:last\:ml-134:last-child{
    margin-left: 670px;
  }

  .tw .xl\:last\:ml-135:last-child{
    margin-left: 675px;
  }

  .tw .xl\:last\:ml-136:last-child{
    margin-left: 680px;
  }

  .tw .xl\:last\:ml-137:last-child{
    margin-left: 685px;
  }

  .tw .xl\:last\:ml-138:last-child{
    margin-left: 690px;
  }

  .tw .xl\:last\:ml-139:last-child{
    margin-left: 695px;
  }

  .tw .xl\:last\:ml-140:last-child{
    margin-left: 700px;
  }

  .tw .xl\:last\:ml-141:last-child{
    margin-left: 705px;
  }

  .tw .xl\:last\:ml-142:last-child{
    margin-left: 710px;
  }

  .tw .xl\:last\:ml-143:last-child{
    margin-left: 715px;
  }

  .tw .xl\:last\:ml-144:last-child{
    margin-left: 720px;
  }

  .tw .xl\:last\:ml-145:last-child{
    margin-left: 725px;
  }

  .tw .xl\:last\:ml-146:last-child{
    margin-left: 730px;
  }

  .tw .xl\:last\:ml-147:last-child{
    margin-left: 735px;
  }

  .tw .xl\:last\:ml-148:last-child{
    margin-left: 740px;
  }

  .tw .xl\:last\:ml-149:last-child{
    margin-left: 745px;
  }

  .tw .xl\:last\:ml-auto:last-child{
    margin-left: auto;
  }

  .tw .xl\:last\:ml-0\.5:last-child{
    margin-left: 3px;
  }

  .tw .xl\:last\:ml-1px:last-child{
    margin-left: 1px;
  }

  .tw .xl\:last\:ml-2px:last-child{
    margin-left: 2px;
  }

  .tw .xl\:last\:ml-3px:last-child{
    margin-left: 3px;
  }

  .tw .xl\:last\:ml-4px:last-child{
    margin-left: 4px;
  }

  .tw .xl\:last\:ml-5px:last-child{
    margin-left: 5px;
  }

  .tw .xl\:last\:ml-6px:last-child{
    margin-left: 6px;
  }

  .tw .xl\:last\:ml-7px:last-child{
    margin-left: 7px;
  }

  .tw .xl\:last\:ml-8px:last-child{
    margin-left: 8px;
  }

  .tw .xl\:last\:ml-9px:last-child{
    margin-left: 9px;
  }

  .tw .xl\:last\:ml-10px:last-child{
    margin-left: 10px;
  }

  .tw .xl\:last\:ml-11px:last-child{
    margin-left: 11px;
  }

  .tw .xl\:last\:ml-12px:last-child{
    margin-left: 12px;
  }

  .tw .xl\:last\:ml-13px:last-child{
    margin-left: 13px;
  }

  .tw .xl\:last\:ml-14px:last-child{
    margin-left: 14px;
  }

  .tw .xl\:last\:ml-15px:last-child{
    margin-left: 15px;
  }

  .tw .xl\:last\:ml-16px:last-child{
    margin-left: 16px;
  }

  .tw .xl\:last\:ml-17px:last-child{
    margin-left: 17px;
  }

  .tw .xl\:last\:ml-18px:last-child{
    margin-left: 18px;
  }

  .tw .xl\:last\:ml-19px:last-child{
    margin-left: 19px;
  }

  .tw .xl\:last\:ml-20px:last-child{
    margin-left: 20px;
  }

  .tw .xl\:last\:ml-21px:last-child{
    margin-left: 21px;
  }

  .tw .xl\:last\:ml-22px:last-child{
    margin-left: 22px;
  }

  .tw .xl\:last\:ml-23px:last-child{
    margin-left: 23px;
  }

  .tw .xl\:last\:ml-24px:last-child{
    margin-left: 24px;
  }

  .tw .xl\:last\:ml-25px:last-child{
    margin-left: 25px;
  }

  .tw .xl\:last\:ml-26px:last-child{
    margin-left: 26px;
  }

  .tw .xl\:last\:ml-27px:last-child{
    margin-left: 27px;
  }

  .tw .xl\:last\:ml-28px:last-child{
    margin-left: 28px;
  }

  .tw .xl\:last\:ml-29px:last-child{
    margin-left: 29px;
  }

  .tw .xl\:last\:ml-30px:last-child{
    margin-left: 30px;
  }

  .tw .xl\:last\:ml-31px:last-child{
    margin-left: 31px;
  }

  .tw .xl\:last\:ml-32px:last-child{
    margin-left: 32px;
  }

  .tw .xl\:last\:ml-33px:last-child{
    margin-left: 33px;
  }

  .tw .xl\:last\:ml-34px:last-child{
    margin-left: 34px;
  }

  .tw .xl\:last\:ml-35px:last-child{
    margin-left: 35px;
  }

  .tw .xl\:last\:ml-36px:last-child{
    margin-left: 36px;
  }

  .tw .xl\:last\:ml-37px:last-child{
    margin-left: 37px;
  }

  .tw .xl\:last\:ml-38px:last-child{
    margin-left: 38px;
  }

  .tw .xl\:last\:ml-39px:last-child{
    margin-left: 39px;
  }

  .tw .xl\:last\:ml-40px:last-child{
    margin-left: 40px;
  }

  .tw .xl\:last\:-ml-0:last-child{
    margin-left: 0px;
  }

  .tw .xl\:last\:-ml-1:last-child{
    margin-left: -5px;
  }

  .tw .xl\:last\:-ml-2:last-child{
    margin-left: -10px;
  }

  .tw .xl\:last\:-ml-3:last-child{
    margin-left: -15px;
  }

  .tw .xl\:last\:-ml-4:last-child{
    margin-left: -20px;
  }

  .tw .xl\:last\:-ml-5:last-child{
    margin-left: -25px;
  }

  .tw .xl\:last\:-ml-6:last-child{
    margin-left: -30px;
  }

  .tw .xl\:last\:-ml-7:last-child{
    margin-left: -35px;
  }

  .tw .xl\:last\:-ml-8:last-child{
    margin-left: -40px;
  }

  .tw .xl\:last\:-ml-9:last-child{
    margin-left: -45px;
  }

  .tw .xl\:last\:-ml-10:last-child{
    margin-left: -50px;
  }

  .tw .xl\:last\:-ml-11:last-child{
    margin-left: -55px;
  }

  .tw .xl\:last\:-ml-12:last-child{
    margin-left: -60px;
  }

  .tw .xl\:last\:-ml-13:last-child{
    margin-left: -65px;
  }

  .tw .xl\:last\:-ml-14:last-child{
    margin-left: -70px;
  }

  .tw .xl\:last\:-ml-15:last-child{
    margin-left: -75px;
  }

  .tw .xl\:last\:-ml-16:last-child{
    margin-left: -80px;
  }

  .tw .xl\:last\:-ml-17:last-child{
    margin-left: -85px;
  }

  .tw .xl\:last\:-ml-18:last-child{
    margin-left: -90px;
  }

  .tw .xl\:last\:-ml-19:last-child{
    margin-left: -95px;
  }

  .tw .xl\:last\:-ml-20:last-child{
    margin-left: -100px;
  }

  .tw .xl\:last\:-ml-21:last-child{
    margin-left: -105px;
  }

  .tw .xl\:last\:-ml-22:last-child{
    margin-left: -110px;
  }

  .tw .xl\:last\:-ml-23:last-child{
    margin-left: -115px;
  }

  .tw .xl\:last\:-ml-24:last-child{
    margin-left: -120px;
  }

  .tw .xl\:last\:-ml-25:last-child{
    margin-left: -125px;
  }

  .tw .xl\:last\:-ml-26:last-child{
    margin-left: -130px;
  }

  .tw .xl\:last\:-ml-27:last-child{
    margin-left: -135px;
  }

  .tw .xl\:last\:-ml-28:last-child{
    margin-left: -140px;
  }

  .tw .xl\:last\:-ml-29:last-child{
    margin-left: -145px;
  }

  .tw .xl\:last\:-ml-30:last-child{
    margin-left: -150px;
  }

  .tw .xl\:last\:-ml-31:last-child{
    margin-left: -155px;
  }

  .tw .xl\:last\:-ml-32:last-child{
    margin-left: -160px;
  }

  .tw .xl\:last\:-ml-33:last-child{
    margin-left: -165px;
  }

  .tw .xl\:last\:-ml-34:last-child{
    margin-left: -170px;
  }

  .tw .xl\:last\:-ml-35:last-child{
    margin-left: -175px;
  }

  .tw .xl\:last\:-ml-36:last-child{
    margin-left: -180px;
  }

  .tw .xl\:last\:-ml-37:last-child{
    margin-left: -185px;
  }

  .tw .xl\:last\:-ml-38:last-child{
    margin-left: -190px;
  }

  .tw .xl\:last\:-ml-39:last-child{
    margin-left: -195px;
  }

  .tw .xl\:last\:-ml-40:last-child{
    margin-left: -200px;
  }

  .tw .xl\:last\:-ml-41:last-child{
    margin-left: -205px;
  }

  .tw .xl\:last\:-ml-42:last-child{
    margin-left: -210px;
  }

  .tw .xl\:last\:-ml-43:last-child{
    margin-left: -215px;
  }

  .tw .xl\:last\:-ml-44:last-child{
    margin-left: -220px;
  }

  .tw .xl\:last\:-ml-45:last-child{
    margin-left: -225px;
  }

  .tw .xl\:last\:-ml-46:last-child{
    margin-left: -230px;
  }

  .tw .xl\:last\:-ml-47:last-child{
    margin-left: -235px;
  }

  .tw .xl\:last\:-ml-48:last-child{
    margin-left: -240px;
  }

  .tw .xl\:last\:-ml-49:last-child{
    margin-left: -245px;
  }

  .tw .xl\:last\:-ml-50:last-child{
    margin-left: -250px;
  }

  .tw .xl\:last\:-ml-51:last-child{
    margin-left: -255px;
  }

  .tw .xl\:last\:-ml-52:last-child{
    margin-left: -260px;
  }

  .tw .xl\:last\:-ml-53:last-child{
    margin-left: -265px;
  }

  .tw .xl\:last\:-ml-54:last-child{
    margin-left: -270px;
  }

  .tw .xl\:last\:-ml-55:last-child{
    margin-left: -275px;
  }

  .tw .xl\:last\:-ml-56:last-child{
    margin-left: -280px;
  }

  .tw .xl\:last\:-ml-57:last-child{
    margin-left: -285px;
  }

  .tw .xl\:last\:-ml-58:last-child{
    margin-left: -290px;
  }

  .tw .xl\:last\:-ml-59:last-child{
    margin-left: -295px;
  }

  .tw .xl\:last\:-ml-60:last-child{
    margin-left: -300px;
  }

  .tw .xl\:last\:-ml-61:last-child{
    margin-left: -305px;
  }

  .tw .xl\:last\:-ml-62:last-child{
    margin-left: -310px;
  }

  .tw .xl\:last\:-ml-63:last-child{
    margin-left: -315px;
  }

  .tw .xl\:last\:-ml-64:last-child{
    margin-left: -320px;
  }

  .tw .xl\:last\:-ml-65:last-child{
    margin-left: -325px;
  }

  .tw .xl\:last\:-ml-66:last-child{
    margin-left: -330px;
  }

  .tw .xl\:last\:-ml-67:last-child{
    margin-left: -335px;
  }

  .tw .xl\:last\:-ml-68:last-child{
    margin-left: -340px;
  }

  .tw .xl\:last\:-ml-69:last-child{
    margin-left: -345px;
  }

  .tw .xl\:last\:-ml-70:last-child{
    margin-left: -350px;
  }

  .tw .xl\:last\:-ml-71:last-child{
    margin-left: -355px;
  }

  .tw .xl\:last\:-ml-72:last-child{
    margin-left: -360px;
  }

  .tw .xl\:last\:-ml-73:last-child{
    margin-left: -365px;
  }

  .tw .xl\:last\:-ml-74:last-child{
    margin-left: -370px;
  }

  .tw .xl\:last\:-ml-75:last-child{
    margin-left: -375px;
  }

  .tw .xl\:last\:-ml-76:last-child{
    margin-left: -380px;
  }

  .tw .xl\:last\:-ml-77:last-child{
    margin-left: -385px;
  }

  .tw .xl\:last\:-ml-78:last-child{
    margin-left: -390px;
  }

  .tw .xl\:last\:-ml-79:last-child{
    margin-left: -395px;
  }

  .tw .xl\:last\:-ml-80:last-child{
    margin-left: -400px;
  }

  .tw .xl\:last\:-ml-81:last-child{
    margin-left: -405px;
  }

  .tw .xl\:last\:-ml-82:last-child{
    margin-left: -410px;
  }

  .tw .xl\:last\:-ml-83:last-child{
    margin-left: -415px;
  }

  .tw .xl\:last\:-ml-84:last-child{
    margin-left: -420px;
  }

  .tw .xl\:last\:-ml-85:last-child{
    margin-left: -425px;
  }

  .tw .xl\:last\:-ml-86:last-child{
    margin-left: -430px;
  }

  .tw .xl\:last\:-ml-87:last-child{
    margin-left: -435px;
  }

  .tw .xl\:last\:-ml-88:last-child{
    margin-left: -440px;
  }

  .tw .xl\:last\:-ml-89:last-child{
    margin-left: -445px;
  }

  .tw .xl\:last\:-ml-90:last-child{
    margin-left: -450px;
  }

  .tw .xl\:last\:-ml-91:last-child{
    margin-left: -455px;
  }

  .tw .xl\:last\:-ml-92:last-child{
    margin-left: -460px;
  }

  .tw .xl\:last\:-ml-93:last-child{
    margin-left: -465px;
  }

  .tw .xl\:last\:-ml-94:last-child{
    margin-left: -470px;
  }

  .tw .xl\:last\:-ml-95:last-child{
    margin-left: -475px;
  }

  .tw .xl\:last\:-ml-96:last-child{
    margin-left: -480px;
  }

  .tw .xl\:last\:-ml-97:last-child{
    margin-left: -485px;
  }

  .tw .xl\:last\:-ml-98:last-child{
    margin-left: -490px;
  }

  .tw .xl\:last\:-ml-99:last-child{
    margin-left: -495px;
  }

  .tw .xl\:last\:-ml-100:last-child{
    margin-left: -500px;
  }

  .tw .xl\:last\:-ml-101:last-child{
    margin-left: -505px;
  }

  .tw .xl\:last\:-ml-102:last-child{
    margin-left: -510px;
  }

  .tw .xl\:last\:-ml-103:last-child{
    margin-left: -515px;
  }

  .tw .xl\:last\:-ml-104:last-child{
    margin-left: -520px;
  }

  .tw .xl\:last\:-ml-105:last-child{
    margin-left: -525px;
  }

  .tw .xl\:last\:-ml-106:last-child{
    margin-left: -530px;
  }

  .tw .xl\:last\:-ml-107:last-child{
    margin-left: -535px;
  }

  .tw .xl\:last\:-ml-108:last-child{
    margin-left: -540px;
  }

  .tw .xl\:last\:-ml-109:last-child{
    margin-left: -545px;
  }

  .tw .xl\:last\:-ml-110:last-child{
    margin-left: -550px;
  }

  .tw .xl\:last\:-ml-111:last-child{
    margin-left: -555px;
  }

  .tw .xl\:last\:-ml-112:last-child{
    margin-left: -560px;
  }

  .tw .xl\:last\:-ml-113:last-child{
    margin-left: -565px;
  }

  .tw .xl\:last\:-ml-114:last-child{
    margin-left: -570px;
  }

  .tw .xl\:last\:-ml-115:last-child{
    margin-left: -575px;
  }

  .tw .xl\:last\:-ml-116:last-child{
    margin-left: -580px;
  }

  .tw .xl\:last\:-ml-117:last-child{
    margin-left: -585px;
  }

  .tw .xl\:last\:-ml-118:last-child{
    margin-left: -590px;
  }

  .tw .xl\:last\:-ml-119:last-child{
    margin-left: -595px;
  }

  .tw .xl\:last\:-ml-120:last-child{
    margin-left: -600px;
  }

  .tw .xl\:last\:-ml-121:last-child{
    margin-left: -605px;
  }

  .tw .xl\:last\:-ml-122:last-child{
    margin-left: -610px;
  }

  .tw .xl\:last\:-ml-123:last-child{
    margin-left: -615px;
  }

  .tw .xl\:last\:-ml-124:last-child{
    margin-left: -620px;
  }

  .tw .xl\:last\:-ml-125:last-child{
    margin-left: -625px;
  }

  .tw .xl\:last\:-ml-126:last-child{
    margin-left: -630px;
  }

  .tw .xl\:last\:-ml-127:last-child{
    margin-left: -635px;
  }

  .tw .xl\:last\:-ml-128:last-child{
    margin-left: -640px;
  }

  .tw .xl\:last\:-ml-129:last-child{
    margin-left: -645px;
  }

  .tw .xl\:last\:-ml-130:last-child{
    margin-left: -650px;
  }

  .tw .xl\:last\:-ml-131:last-child{
    margin-left: -655px;
  }

  .tw .xl\:last\:-ml-132:last-child{
    margin-left: -660px;
  }

  .tw .xl\:last\:-ml-133:last-child{
    margin-left: -665px;
  }

  .tw .xl\:last\:-ml-134:last-child{
    margin-left: -670px;
  }

  .tw .xl\:last\:-ml-135:last-child{
    margin-left: -675px;
  }

  .tw .xl\:last\:-ml-136:last-child{
    margin-left: -680px;
  }

  .tw .xl\:last\:-ml-137:last-child{
    margin-left: -685px;
  }

  .tw .xl\:last\:-ml-138:last-child{
    margin-left: -690px;
  }

  .tw .xl\:last\:-ml-139:last-child{
    margin-left: -695px;
  }

  .tw .xl\:last\:-ml-140:last-child{
    margin-left: -700px;
  }

  .tw .xl\:last\:-ml-141:last-child{
    margin-left: -705px;
  }

  .tw .xl\:last\:-ml-142:last-child{
    margin-left: -710px;
  }

  .tw .xl\:last\:-ml-143:last-child{
    margin-left: -715px;
  }

  .tw .xl\:last\:-ml-144:last-child{
    margin-left: -720px;
  }

  .tw .xl\:last\:-ml-145:last-child{
    margin-left: -725px;
  }

  .tw .xl\:last\:-ml-146:last-child{
    margin-left: -730px;
  }

  .tw .xl\:last\:-ml-147:last-child{
    margin-left: -735px;
  }

  .tw .xl\:last\:-ml-148:last-child{
    margin-left: -740px;
  }

  .tw .xl\:last\:-ml-149:last-child{
    margin-left: -745px;
  }

  .tw .xl\:last\:-ml-0\.5:last-child{
    margin-left: -3px;
  }

  .tw .xl\:last\:-ml-1px:last-child{
    margin-left: -1px;
  }

  .tw .xl\:last\:-ml-2px:last-child{
    margin-left: -2px;
  }

  .tw .xl\:last\:-ml-3px:last-child{
    margin-left: -3px;
  }

  .tw .xl\:last\:-ml-4px:last-child{
    margin-left: -4px;
  }

  .tw .xl\:last\:-ml-5px:last-child{
    margin-left: -5px;
  }

  .tw .xl\:last\:-ml-6px:last-child{
    margin-left: -6px;
  }

  .tw .xl\:last\:-ml-7px:last-child{
    margin-left: -7px;
  }

  .tw .xl\:last\:-ml-8px:last-child{
    margin-left: -8px;
  }

  .tw .xl\:last\:-ml-9px:last-child{
    margin-left: -9px;
  }

  .tw .xl\:last\:-ml-10px:last-child{
    margin-left: -10px;
  }

  .tw .xl\:last\:-ml-11px:last-child{
    margin-left: -11px;
  }

  .tw .xl\:last\:-ml-12px:last-child{
    margin-left: -12px;
  }

  .tw .xl\:last\:-ml-13px:last-child{
    margin-left: -13px;
  }

  .tw .xl\:last\:-ml-14px:last-child{
    margin-left: -14px;
  }

  .tw .xl\:last\:-ml-15px:last-child{
    margin-left: -15px;
  }

  .tw .xl\:last\:-ml-16px:last-child{
    margin-left: -16px;
  }

  .tw .xl\:last\:-ml-17px:last-child{
    margin-left: -17px;
  }

  .tw .xl\:last\:-ml-18px:last-child{
    margin-left: -18px;
  }

  .tw .xl\:last\:-ml-19px:last-child{
    margin-left: -19px;
  }

  .tw .xl\:last\:-ml-20px:last-child{
    margin-left: -20px;
  }

  .tw .xl\:last\:-ml-21px:last-child{
    margin-left: -21px;
  }

  .tw .xl\:last\:-ml-22px:last-child{
    margin-left: -22px;
  }

  .tw .xl\:last\:-ml-23px:last-child{
    margin-left: -23px;
  }

  .tw .xl\:last\:-ml-24px:last-child{
    margin-left: -24px;
  }

  .tw .xl\:last\:-ml-25px:last-child{
    margin-left: -25px;
  }

  .tw .xl\:last\:-ml-26px:last-child{
    margin-left: -26px;
  }

  .tw .xl\:last\:-ml-27px:last-child{
    margin-left: -27px;
  }

  .tw .xl\:last\:-ml-28px:last-child{
    margin-left: -28px;
  }

  .tw .xl\:last\:-ml-29px:last-child{
    margin-left: -29px;
  }

  .tw .xl\:last\:-ml-30px:last-child{
    margin-left: -30px;
  }

  .tw .xl\:last\:-ml-31px:last-child{
    margin-left: -31px;
  }

  .tw .xl\:last\:-ml-32px:last-child{
    margin-left: -32px;
  }

  .tw .xl\:last\:-ml-33px:last-child{
    margin-left: -33px;
  }

  .tw .xl\:last\:-ml-34px:last-child{
    margin-left: -34px;
  }

  .tw .xl\:last\:-ml-35px:last-child{
    margin-left: -35px;
  }

  .tw .xl\:last\:-ml-36px:last-child{
    margin-left: -36px;
  }

  .tw .xl\:last\:-ml-37px:last-child{
    margin-left: -37px;
  }

  .tw .xl\:last\:-ml-38px:last-child{
    margin-left: -38px;
  }

  .tw .xl\:last\:-ml-39px:last-child{
    margin-left: -39px;
  }

  .tw .xl\:last\:-ml-40px:last-child{
    margin-left: -40px;
  }

  .tw .xl\:box-border{
    box-sizing: border-box;
  }

  .tw .xl\:box-content{
    box-sizing: content-box;
  }

  .tw .xl\:block{
    display: block;
  }

  .tw .xl\:inline-block{
    display: inline-block;
  }

  .tw .xl\:inline{
    display: inline;
  }

  .tw .xl\:flex{
    display: flex;
  }

  .tw .xl\:inline-flex{
    display: inline-flex;
  }

  .tw .xl\:table{
    display: table;
  }

  .tw .xl\:inline-table{
    display: inline-table;
  }

  .tw .xl\:table-caption{
    display: table-caption;
  }

  .tw .xl\:table-cell{
    display: table-cell;
  }

  .tw .xl\:table-column{
    display: table-column;
  }

  .tw .xl\:table-column-group{
    display: table-column-group;
  }

  .tw .xl\:table-footer-group{
    display: table-footer-group;
  }

  .tw .xl\:table-header-group{
    display: table-header-group;
  }

  .tw .xl\:table-row-group{
    display: table-row-group;
  }

  .tw .xl\:table-row{
    display: table-row;
  }

  .tw .xl\:flow-root{
    display: flow-root;
  }

  .tw .xl\:grid{
    display: grid;
  }

  .tw .xl\:inline-grid{
    display: inline-grid;
  }

  .tw .xl\:contents{
    display: contents;
  }

  .tw .xl\:list-item{
    display: list-item;
  }

  .tw .xl\:hidden{
    display: none;
  }

  .tw .xl\:hover\:block:hover{
    display: block;
  }

  .tw .xl\:hover\:inline-block:hover{
    display: inline-block;
  }

  .tw .xl\:hover\:inline:hover{
    display: inline;
  }

  .tw .xl\:hover\:flex:hover{
    display: flex;
  }

  .tw .xl\:hover\:inline-flex:hover{
    display: inline-flex;
  }

  .tw .xl\:hover\:table:hover{
    display: table;
  }

  .tw .xl\:hover\:inline-table:hover{
    display: inline-table;
  }

  .tw .xl\:hover\:table-caption:hover{
    display: table-caption;
  }

  .tw .xl\:hover\:table-cell:hover{
    display: table-cell;
  }

  .tw .xl\:hover\:table-column:hover{
    display: table-column;
  }

  .tw .xl\:hover\:table-column-group:hover{
    display: table-column-group;
  }

  .tw .xl\:hover\:table-footer-group:hover{
    display: table-footer-group;
  }

  .tw .xl\:hover\:table-header-group:hover{
    display: table-header-group;
  }

  .tw .xl\:hover\:table-row-group:hover{
    display: table-row-group;
  }

  .tw .xl\:hover\:table-row:hover{
    display: table-row;
  }

  .tw .xl\:hover\:flow-root:hover{
    display: flow-root;
  }

  .tw .xl\:hover\:grid:hover{
    display: grid;
  }

  .tw .xl\:hover\:inline-grid:hover{
    display: inline-grid;
  }

  .tw .xl\:hover\:contents:hover{
    display: contents;
  }

  .tw .xl\:hover\:list-item:hover{
    display: list-item;
  }

  .tw .xl\:hover\:hidden:hover{
    display: none;
  }

  .tw .xl\:focus\:block:focus{
    display: block;
  }

  .tw .xl\:focus\:inline-block:focus{
    display: inline-block;
  }

  .tw .xl\:focus\:inline:focus{
    display: inline;
  }

  .tw .xl\:focus\:flex:focus{
    display: flex;
  }

  .tw .xl\:focus\:inline-flex:focus{
    display: inline-flex;
  }

  .tw .xl\:focus\:table:focus{
    display: table;
  }

  .tw .xl\:focus\:inline-table:focus{
    display: inline-table;
  }

  .tw .xl\:focus\:table-caption:focus{
    display: table-caption;
  }

  .tw .xl\:focus\:table-cell:focus{
    display: table-cell;
  }

  .tw .xl\:focus\:table-column:focus{
    display: table-column;
  }

  .tw .xl\:focus\:table-column-group:focus{
    display: table-column-group;
  }

  .tw .xl\:focus\:table-footer-group:focus{
    display: table-footer-group;
  }

  .tw .xl\:focus\:table-header-group:focus{
    display: table-header-group;
  }

  .tw .xl\:focus\:table-row-group:focus{
    display: table-row-group;
  }

  .tw .xl\:focus\:table-row:focus{
    display: table-row;
  }

  .tw .xl\:focus\:flow-root:focus{
    display: flow-root;
  }

  .tw .xl\:focus\:grid:focus{
    display: grid;
  }

  .tw .xl\:focus\:inline-grid:focus{
    display: inline-grid;
  }

  .tw .xl\:focus\:contents:focus{
    display: contents;
  }

  .tw .xl\:focus\:list-item:focus{
    display: list-item;
  }

  .tw .xl\:focus\:hidden:focus{
    display: none;
  }

  .tw .xl\:active\:block:active{
    display: block;
  }

  .tw .xl\:active\:inline-block:active{
    display: inline-block;
  }

  .tw .xl\:active\:inline:active{
    display: inline;
  }

  .tw .xl\:active\:flex:active{
    display: flex;
  }

  .tw .xl\:active\:inline-flex:active{
    display: inline-flex;
  }

  .tw .xl\:active\:table:active{
    display: table;
  }

  .tw .xl\:active\:inline-table:active{
    display: inline-table;
  }

  .tw .xl\:active\:table-caption:active{
    display: table-caption;
  }

  .tw .xl\:active\:table-cell:active{
    display: table-cell;
  }

  .tw .xl\:active\:table-column:active{
    display: table-column;
  }

  .tw .xl\:active\:table-column-group:active{
    display: table-column-group;
  }

  .tw .xl\:active\:table-footer-group:active{
    display: table-footer-group;
  }

  .tw .xl\:active\:table-header-group:active{
    display: table-header-group;
  }

  .tw .xl\:active\:table-row-group:active{
    display: table-row-group;
  }

  .tw .xl\:active\:table-row:active{
    display: table-row;
  }

  .tw .xl\:active\:flow-root:active{
    display: flow-root;
  }

  .tw .xl\:active\:grid:active{
    display: grid;
  }

  .tw .xl\:active\:inline-grid:active{
    display: inline-grid;
  }

  .tw .xl\:active\:contents:active{
    display: contents;
  }

  .tw .xl\:active\:list-item:active{
    display: list-item;
  }

  .tw .xl\:active\:hidden:active{
    display: none;
  }

  .tw .group:hover .xl\:group-hover\:block{
    display: block;
  }

  .tw .group:hover .xl\:group-hover\:inline-block{
    display: inline-block;
  }

  .tw .group:hover .xl\:group-hover\:inline{
    display: inline;
  }

  .tw .group:hover .xl\:group-hover\:flex{
    display: flex;
  }

  .tw .group:hover .xl\:group-hover\:inline-flex{
    display: inline-flex;
  }

  .tw .group:hover .xl\:group-hover\:table{
    display: table;
  }

  .tw .group:hover .xl\:group-hover\:inline-table{
    display: inline-table;
  }

  .tw .group:hover .xl\:group-hover\:table-caption{
    display: table-caption;
  }

  .tw .group:hover .xl\:group-hover\:table-cell{
    display: table-cell;
  }

  .tw .group:hover .xl\:group-hover\:table-column{
    display: table-column;
  }

  .tw .group:hover .xl\:group-hover\:table-column-group{
    display: table-column-group;
  }

  .tw .group:hover .xl\:group-hover\:table-footer-group{
    display: table-footer-group;
  }

  .tw .group:hover .xl\:group-hover\:table-header-group{
    display: table-header-group;
  }

  .tw .group:hover .xl\:group-hover\:table-row-group{
    display: table-row-group;
  }

  .tw .group:hover .xl\:group-hover\:table-row{
    display: table-row;
  }

  .tw .group:hover .xl\:group-hover\:flow-root{
    display: flow-root;
  }

  .tw .group:hover .xl\:group-hover\:grid{
    display: grid;
  }

  .tw .group:hover .xl\:group-hover\:inline-grid{
    display: inline-grid;
  }

  .tw .group:hover .xl\:group-hover\:contents{
    display: contents;
  }

  .tw .group:hover .xl\:group-hover\:list-item{
    display: list-item;
  }

  .tw .group:hover .xl\:group-hover\:hidden{
    display: none;
  }

  .tw .xl\:h-0{
    height: 0px;
  }

  .tw .xl\:h-1{
    height: 5px;
  }

  .tw .xl\:h-2{
    height: 10px;
  }

  .tw .xl\:h-3{
    height: 15px;
  }

  .tw .xl\:h-4{
    height: 20px;
  }

  .tw .xl\:h-5{
    height: 25px;
  }

  .tw .xl\:h-6{
    height: 30px;
  }

  .tw .xl\:h-7{
    height: 35px;
  }

  .tw .xl\:h-8{
    height: 40px;
  }

  .tw .xl\:h-9{
    height: 45px;
  }

  .tw .xl\:h-10{
    height: 50px;
  }

  .tw .xl\:h-11{
    height: 55px;
  }

  .tw .xl\:h-12{
    height: 60px;
  }

  .tw .xl\:h-13{
    height: 65px;
  }

  .tw .xl\:h-14{
    height: 70px;
  }

  .tw .xl\:h-15{
    height: 75px;
  }

  .tw .xl\:h-16{
    height: 80px;
  }

  .tw .xl\:h-17{
    height: 85px;
  }

  .tw .xl\:h-18{
    height: 90px;
  }

  .tw .xl\:h-19{
    height: 95px;
  }

  .tw .xl\:h-20{
    height: 100px;
  }

  .tw .xl\:h-21{
    height: 105px;
  }

  .tw .xl\:h-22{
    height: 110px;
  }

  .tw .xl\:h-23{
    height: 115px;
  }

  .tw .xl\:h-24{
    height: 120px;
  }

  .tw .xl\:h-25{
    height: 125px;
  }

  .tw .xl\:h-26{
    height: 130px;
  }

  .tw .xl\:h-27{
    height: 135px;
  }

  .tw .xl\:h-28{
    height: 140px;
  }

  .tw .xl\:h-29{
    height: 145px;
  }

  .tw .xl\:h-30{
    height: 150px;
  }

  .tw .xl\:h-31{
    height: 155px;
  }

  .tw .xl\:h-32{
    height: 160px;
  }

  .tw .xl\:h-33{
    height: 165px;
  }

  .tw .xl\:h-34{
    height: 170px;
  }

  .tw .xl\:h-35{
    height: 175px;
  }

  .tw .xl\:h-36{
    height: 180px;
  }

  .tw .xl\:h-37{
    height: 185px;
  }

  .tw .xl\:h-38{
    height: 190px;
  }

  .tw .xl\:h-39{
    height: 195px;
  }

  .tw .xl\:h-40{
    height: 200px;
  }

  .tw .xl\:h-41{
    height: 205px;
  }

  .tw .xl\:h-42{
    height: 210px;
  }

  .tw .xl\:h-43{
    height: 215px;
  }

  .tw .xl\:h-44{
    height: 220px;
  }

  .tw .xl\:h-45{
    height: 225px;
  }

  .tw .xl\:h-46{
    height: 230px;
  }

  .tw .xl\:h-47{
    height: 235px;
  }

  .tw .xl\:h-48{
    height: 240px;
  }

  .tw .xl\:h-49{
    height: 245px;
  }

  .tw .xl\:h-50{
    height: 250px;
  }

  .tw .xl\:h-51{
    height: 255px;
  }

  .tw .xl\:h-52{
    height: 260px;
  }

  .tw .xl\:h-53{
    height: 265px;
  }

  .tw .xl\:h-54{
    height: 270px;
  }

  .tw .xl\:h-55{
    height: 275px;
  }

  .tw .xl\:h-56{
    height: 280px;
  }

  .tw .xl\:h-57{
    height: 285px;
  }

  .tw .xl\:h-58{
    height: 290px;
  }

  .tw .xl\:h-59{
    height: 295px;
  }

  .tw .xl\:h-60{
    height: 300px;
  }

  .tw .xl\:h-61{
    height: 305px;
  }

  .tw .xl\:h-62{
    height: 310px;
  }

  .tw .xl\:h-63{
    height: 315px;
  }

  .tw .xl\:h-64{
    height: 320px;
  }

  .tw .xl\:h-65{
    height: 325px;
  }

  .tw .xl\:h-66{
    height: 330px;
  }

  .tw .xl\:h-67{
    height: 335px;
  }

  .tw .xl\:h-68{
    height: 340px;
  }

  .tw .xl\:h-69{
    height: 345px;
  }

  .tw .xl\:h-70{
    height: 350px;
  }

  .tw .xl\:h-71{
    height: 355px;
  }

  .tw .xl\:h-72{
    height: 360px;
  }

  .tw .xl\:h-73{
    height: 365px;
  }

  .tw .xl\:h-74{
    height: 370px;
  }

  .tw .xl\:h-75{
    height: 375px;
  }

  .tw .xl\:h-76{
    height: 380px;
  }

  .tw .xl\:h-77{
    height: 385px;
  }

  .tw .xl\:h-78{
    height: 390px;
  }

  .tw .xl\:h-79{
    height: 395px;
  }

  .tw .xl\:h-80{
    height: 400px;
  }

  .tw .xl\:h-81{
    height: 405px;
  }

  .tw .xl\:h-82{
    height: 410px;
  }

  .tw .xl\:h-83{
    height: 415px;
  }

  .tw .xl\:h-84{
    height: 420px;
  }

  .tw .xl\:h-85{
    height: 425px;
  }

  .tw .xl\:h-86{
    height: 430px;
  }

  .tw .xl\:h-87{
    height: 435px;
  }

  .tw .xl\:h-88{
    height: 440px;
  }

  .tw .xl\:h-89{
    height: 445px;
  }

  .tw .xl\:h-90{
    height: 450px;
  }

  .tw .xl\:h-91{
    height: 455px;
  }

  .tw .xl\:h-92{
    height: 460px;
  }

  .tw .xl\:h-93{
    height: 465px;
  }

  .tw .xl\:h-94{
    height: 470px;
  }

  .tw .xl\:h-95{
    height: 475px;
  }

  .tw .xl\:h-96{
    height: 480px;
  }

  .tw .xl\:h-97{
    height: 485px;
  }

  .tw .xl\:h-98{
    height: 490px;
  }

  .tw .xl\:h-99{
    height: 495px;
  }

  .tw .xl\:h-100{
    height: 500px;
  }

  .tw .xl\:h-101{
    height: 505px;
  }

  .tw .xl\:h-102{
    height: 510px;
  }

  .tw .xl\:h-103{
    height: 515px;
  }

  .tw .xl\:h-104{
    height: 520px;
  }

  .tw .xl\:h-105{
    height: 525px;
  }

  .tw .xl\:h-106{
    height: 530px;
  }

  .tw .xl\:h-107{
    height: 535px;
  }

  .tw .xl\:h-108{
    height: 540px;
  }

  .tw .xl\:h-109{
    height: 545px;
  }

  .tw .xl\:h-110{
    height: 550px;
  }

  .tw .xl\:h-111{
    height: 555px;
  }

  .tw .xl\:h-112{
    height: 560px;
  }

  .tw .xl\:h-113{
    height: 565px;
  }

  .tw .xl\:h-114{
    height: 570px;
  }

  .tw .xl\:h-115{
    height: 575px;
  }

  .tw .xl\:h-116{
    height: 580px;
  }

  .tw .xl\:h-117{
    height: 585px;
  }

  .tw .xl\:h-118{
    height: 590px;
  }

  .tw .xl\:h-119{
    height: 595px;
  }

  .tw .xl\:h-120{
    height: 600px;
  }

  .tw .xl\:h-121{
    height: 605px;
  }

  .tw .xl\:h-122{
    height: 610px;
  }

  .tw .xl\:h-123{
    height: 615px;
  }

  .tw .xl\:h-124{
    height: 620px;
  }

  .tw .xl\:h-125{
    height: 625px;
  }

  .tw .xl\:h-126{
    height: 630px;
  }

  .tw .xl\:h-127{
    height: 635px;
  }

  .tw .xl\:h-128{
    height: 640px;
  }

  .tw .xl\:h-129{
    height: 645px;
  }

  .tw .xl\:h-130{
    height: 650px;
  }

  .tw .xl\:h-131{
    height: 655px;
  }

  .tw .xl\:h-132{
    height: 660px;
  }

  .tw .xl\:h-133{
    height: 665px;
  }

  .tw .xl\:h-134{
    height: 670px;
  }

  .tw .xl\:h-135{
    height: 675px;
  }

  .tw .xl\:h-136{
    height: 680px;
  }

  .tw .xl\:h-137{
    height: 685px;
  }

  .tw .xl\:h-138{
    height: 690px;
  }

  .tw .xl\:h-139{
    height: 695px;
  }

  .tw .xl\:h-140{
    height: 700px;
  }

  .tw .xl\:h-141{
    height: 705px;
  }

  .tw .xl\:h-142{
    height: 710px;
  }

  .tw .xl\:h-143{
    height: 715px;
  }

  .tw .xl\:h-144{
    height: 720px;
  }

  .tw .xl\:h-145{
    height: 725px;
  }

  .tw .xl\:h-146{
    height: 730px;
  }

  .tw .xl\:h-147{
    height: 735px;
  }

  .tw .xl\:h-148{
    height: 740px;
  }

  .tw .xl\:h-149{
    height: 745px;
  }

  .tw .xl\:h-auto{
    height: auto;
  }

  .tw .xl\:h-0\.5{
    height: 3px;
  }

  .tw .xl\:h-1px{
    height: 1px;
  }

  .tw .xl\:h-2px{
    height: 2px;
  }

  .tw .xl\:h-3px{
    height: 3px;
  }

  .tw .xl\:h-4px{
    height: 4px;
  }

  .tw .xl\:h-5px{
    height: 5px;
  }

  .tw .xl\:h-6px{
    height: 6px;
  }

  .tw .xl\:h-7px{
    height: 7px;
  }

  .tw .xl\:h-8px{
    height: 8px;
  }

  .tw .xl\:h-9px{
    height: 9px;
  }

  .tw .xl\:h-10px{
    height: 10px;
  }

  .tw .xl\:h-11px{
    height: 11px;
  }

  .tw .xl\:h-12px{
    height: 12px;
  }

  .tw .xl\:h-13px{
    height: 13px;
  }

  .tw .xl\:h-14px{
    height: 14px;
  }

  .tw .xl\:h-15px{
    height: 15px;
  }

  .tw .xl\:h-16px{
    height: 16px;
  }

  .tw .xl\:h-17px{
    height: 17px;
  }

  .tw .xl\:h-18px{
    height: 18px;
  }

  .tw .xl\:h-19px{
    height: 19px;
  }

  .tw .xl\:h-20px{
    height: 20px;
  }

  .tw .xl\:h-21px{
    height: 21px;
  }

  .tw .xl\:h-22px{
    height: 22px;
  }

  .tw .xl\:h-23px{
    height: 23px;
  }

  .tw .xl\:h-24px{
    height: 24px;
  }

  .tw .xl\:h-25px{
    height: 25px;
  }

  .tw .xl\:h-26px{
    height: 26px;
  }

  .tw .xl\:h-27px{
    height: 27px;
  }

  .tw .xl\:h-28px{
    height: 28px;
  }

  .tw .xl\:h-29px{
    height: 29px;
  }

  .tw .xl\:h-30px{
    height: 30px;
  }

  .tw .xl\:h-31px{
    height: 31px;
  }

  .tw .xl\:h-32px{
    height: 32px;
  }

  .tw .xl\:h-33px{
    height: 33px;
  }

  .tw .xl\:h-34px{
    height: 34px;
  }

  .tw .xl\:h-35px{
    height: 35px;
  }

  .tw .xl\:h-36px{
    height: 36px;
  }

  .tw .xl\:h-37px{
    height: 37px;
  }

  .tw .xl\:h-38px{
    height: 38px;
  }

  .tw .xl\:h-39px{
    height: 39px;
  }

  .tw .xl\:h-40px{
    height: 40px;
  }

  .tw .xl\:h-1\/2{
    height: 50%;
  }

  .tw .xl\:h-1\/3{
    height: 33.333333%;
  }

  .tw .xl\:h-2\/3{
    height: 66.666667%;
  }

  .tw .xl\:h-1\/4{
    height: 25%;
  }

  .tw .xl\:h-2\/4{
    height: 50%;
  }

  .tw .xl\:h-3\/4{
    height: 75%;
  }

  .tw .xl\:h-1\/5{
    height: 20%;
  }

  .tw .xl\:h-2\/5{
    height: 40%;
  }

  .tw .xl\:h-3\/5{
    height: 60%;
  }

  .tw .xl\:h-4\/5{
    height: 80%;
  }

  .tw .xl\:h-1\/6{
    height: 16.666667%;
  }

  .tw .xl\:h-2\/6{
    height: 33.333333%;
  }

  .tw .xl\:h-3\/6{
    height: 50%;
  }

  .tw .xl\:h-4\/6{
    height: 66.666667%;
  }

  .tw .xl\:h-5\/6{
    height: 83.333333%;
  }

  .tw .xl\:h-full{
    height: 100%;
  }

  .tw .xl\:h-screen{
    height: 100vh;
  }

  .tw .xl\:h-0\%{
    height: 0%;
  }

  .tw .xl\:h-10\%{
    height: 10%;
  }

  .tw .xl\:h-20\%{
    height: 20%;
  }

  .tw .xl\:h-30\%{
    height: 30%;
  }

  .tw .xl\:h-40\%{
    height: 40%;
  }

  .tw .xl\:h-50\%{
    height: 50%;
  }

  .tw .xl\:h-60\%{
    height: 60%;
  }

  .tw .xl\:h-70\%{
    height: 70%;
  }

  .tw .xl\:h-80\%{
    height: 80%;
  }

  .tw .xl\:h-90\%{
    height: 90%;
  }

  .tw .xl\:h-100\%{
    height: 100%;
  }

  .tw .xl\:max-h-0{
    max-height: 0px;
  }

  .tw .xl\:max-h-1{
    max-height: 5px;
  }

  .tw .xl\:max-h-2{
    max-height: 10px;
  }

  .tw .xl\:max-h-3{
    max-height: 15px;
  }

  .tw .xl\:max-h-4{
    max-height: 20px;
  }

  .tw .xl\:max-h-5{
    max-height: 25px;
  }

  .tw .xl\:max-h-6{
    max-height: 30px;
  }

  .tw .xl\:max-h-7{
    max-height: 35px;
  }

  .tw .xl\:max-h-8{
    max-height: 40px;
  }

  .tw .xl\:max-h-9{
    max-height: 45px;
  }

  .tw .xl\:max-h-10{
    max-height: 50px;
  }

  .tw .xl\:max-h-11{
    max-height: 55px;
  }

  .tw .xl\:max-h-12{
    max-height: 60px;
  }

  .tw .xl\:max-h-13{
    max-height: 65px;
  }

  .tw .xl\:max-h-14{
    max-height: 70px;
  }

  .tw .xl\:max-h-15{
    max-height: 75px;
  }

  .tw .xl\:max-h-16{
    max-height: 80px;
  }

  .tw .xl\:max-h-17{
    max-height: 85px;
  }

  .tw .xl\:max-h-18{
    max-height: 90px;
  }

  .tw .xl\:max-h-19{
    max-height: 95px;
  }

  .tw .xl\:max-h-20{
    max-height: 100px;
  }

  .tw .xl\:max-h-21{
    max-height: 105px;
  }

  .tw .xl\:max-h-22{
    max-height: 110px;
  }

  .tw .xl\:max-h-23{
    max-height: 115px;
  }

  .tw .xl\:max-h-24{
    max-height: 120px;
  }

  .tw .xl\:max-h-25{
    max-height: 125px;
  }

  .tw .xl\:max-h-26{
    max-height: 130px;
  }

  .tw .xl\:max-h-27{
    max-height: 135px;
  }

  .tw .xl\:max-h-28{
    max-height: 140px;
  }

  .tw .xl\:max-h-29{
    max-height: 145px;
  }

  .tw .xl\:max-h-30{
    max-height: 150px;
  }

  .tw .xl\:max-h-31{
    max-height: 155px;
  }

  .tw .xl\:max-h-32{
    max-height: 160px;
  }

  .tw .xl\:max-h-33{
    max-height: 165px;
  }

  .tw .xl\:max-h-34{
    max-height: 170px;
  }

  .tw .xl\:max-h-35{
    max-height: 175px;
  }

  .tw .xl\:max-h-36{
    max-height: 180px;
  }

  .tw .xl\:max-h-37{
    max-height: 185px;
  }

  .tw .xl\:max-h-38{
    max-height: 190px;
  }

  .tw .xl\:max-h-39{
    max-height: 195px;
  }

  .tw .xl\:max-h-40{
    max-height: 200px;
  }

  .tw .xl\:max-h-41{
    max-height: 205px;
  }

  .tw .xl\:max-h-42{
    max-height: 210px;
  }

  .tw .xl\:max-h-43{
    max-height: 215px;
  }

  .tw .xl\:max-h-44{
    max-height: 220px;
  }

  .tw .xl\:max-h-45{
    max-height: 225px;
  }

  .tw .xl\:max-h-46{
    max-height: 230px;
  }

  .tw .xl\:max-h-47{
    max-height: 235px;
  }

  .tw .xl\:max-h-48{
    max-height: 240px;
  }

  .tw .xl\:max-h-49{
    max-height: 245px;
  }

  .tw .xl\:max-h-50{
    max-height: 250px;
  }

  .tw .xl\:max-h-51{
    max-height: 255px;
  }

  .tw .xl\:max-h-52{
    max-height: 260px;
  }

  .tw .xl\:max-h-53{
    max-height: 265px;
  }

  .tw .xl\:max-h-54{
    max-height: 270px;
  }

  .tw .xl\:max-h-55{
    max-height: 275px;
  }

  .tw .xl\:max-h-56{
    max-height: 280px;
  }

  .tw .xl\:max-h-57{
    max-height: 285px;
  }

  .tw .xl\:max-h-58{
    max-height: 290px;
  }

  .tw .xl\:max-h-59{
    max-height: 295px;
  }

  .tw .xl\:max-h-60{
    max-height: 300px;
  }

  .tw .xl\:max-h-61{
    max-height: 305px;
  }

  .tw .xl\:max-h-62{
    max-height: 310px;
  }

  .tw .xl\:max-h-63{
    max-height: 315px;
  }

  .tw .xl\:max-h-64{
    max-height: 320px;
  }

  .tw .xl\:max-h-65{
    max-height: 325px;
  }

  .tw .xl\:max-h-66{
    max-height: 330px;
  }

  .tw .xl\:max-h-67{
    max-height: 335px;
  }

  .tw .xl\:max-h-68{
    max-height: 340px;
  }

  .tw .xl\:max-h-69{
    max-height: 345px;
  }

  .tw .xl\:max-h-70{
    max-height: 350px;
  }

  .tw .xl\:max-h-71{
    max-height: 355px;
  }

  .tw .xl\:max-h-72{
    max-height: 360px;
  }

  .tw .xl\:max-h-73{
    max-height: 365px;
  }

  .tw .xl\:max-h-74{
    max-height: 370px;
  }

  .tw .xl\:max-h-75{
    max-height: 375px;
  }

  .tw .xl\:max-h-76{
    max-height: 380px;
  }

  .tw .xl\:max-h-77{
    max-height: 385px;
  }

  .tw .xl\:max-h-78{
    max-height: 390px;
  }

  .tw .xl\:max-h-79{
    max-height: 395px;
  }

  .tw .xl\:max-h-80{
    max-height: 400px;
  }

  .tw .xl\:max-h-81{
    max-height: 405px;
  }

  .tw .xl\:max-h-82{
    max-height: 410px;
  }

  .tw .xl\:max-h-83{
    max-height: 415px;
  }

  .tw .xl\:max-h-84{
    max-height: 420px;
  }

  .tw .xl\:max-h-85{
    max-height: 425px;
  }

  .tw .xl\:max-h-86{
    max-height: 430px;
  }

  .tw .xl\:max-h-87{
    max-height: 435px;
  }

  .tw .xl\:max-h-88{
    max-height: 440px;
  }

  .tw .xl\:max-h-89{
    max-height: 445px;
  }

  .tw .xl\:max-h-90{
    max-height: 450px;
  }

  .tw .xl\:max-h-91{
    max-height: 455px;
  }

  .tw .xl\:max-h-92{
    max-height: 460px;
  }

  .tw .xl\:max-h-93{
    max-height: 465px;
  }

  .tw .xl\:max-h-94{
    max-height: 470px;
  }

  .tw .xl\:max-h-95{
    max-height: 475px;
  }

  .tw .xl\:max-h-96{
    max-height: 480px;
  }

  .tw .xl\:max-h-97{
    max-height: 485px;
  }

  .tw .xl\:max-h-98{
    max-height: 490px;
  }

  .tw .xl\:max-h-99{
    max-height: 495px;
  }

  .tw .xl\:max-h-100{
    max-height: 500px;
  }

  .tw .xl\:max-h-101{
    max-height: 505px;
  }

  .tw .xl\:max-h-102{
    max-height: 510px;
  }

  .tw .xl\:max-h-103{
    max-height: 515px;
  }

  .tw .xl\:max-h-104{
    max-height: 520px;
  }

  .tw .xl\:max-h-105{
    max-height: 525px;
  }

  .tw .xl\:max-h-106{
    max-height: 530px;
  }

  .tw .xl\:max-h-107{
    max-height: 535px;
  }

  .tw .xl\:max-h-108{
    max-height: 540px;
  }

  .tw .xl\:max-h-109{
    max-height: 545px;
  }

  .tw .xl\:max-h-110{
    max-height: 550px;
  }

  .tw .xl\:max-h-111{
    max-height: 555px;
  }

  .tw .xl\:max-h-112{
    max-height: 560px;
  }

  .tw .xl\:max-h-113{
    max-height: 565px;
  }

  .tw .xl\:max-h-114{
    max-height: 570px;
  }

  .tw .xl\:max-h-115{
    max-height: 575px;
  }

  .tw .xl\:max-h-116{
    max-height: 580px;
  }

  .tw .xl\:max-h-117{
    max-height: 585px;
  }

  .tw .xl\:max-h-118{
    max-height: 590px;
  }

  .tw .xl\:max-h-119{
    max-height: 595px;
  }

  .tw .xl\:max-h-120{
    max-height: 600px;
  }

  .tw .xl\:max-h-121{
    max-height: 605px;
  }

  .tw .xl\:max-h-122{
    max-height: 610px;
  }

  .tw .xl\:max-h-123{
    max-height: 615px;
  }

  .tw .xl\:max-h-124{
    max-height: 620px;
  }

  .tw .xl\:max-h-125{
    max-height: 625px;
  }

  .tw .xl\:max-h-126{
    max-height: 630px;
  }

  .tw .xl\:max-h-127{
    max-height: 635px;
  }

  .tw .xl\:max-h-128{
    max-height: 640px;
  }

  .tw .xl\:max-h-129{
    max-height: 645px;
  }

  .tw .xl\:max-h-130{
    max-height: 650px;
  }

  .tw .xl\:max-h-131{
    max-height: 655px;
  }

  .tw .xl\:max-h-132{
    max-height: 660px;
  }

  .tw .xl\:max-h-133{
    max-height: 665px;
  }

  .tw .xl\:max-h-134{
    max-height: 670px;
  }

  .tw .xl\:max-h-135{
    max-height: 675px;
  }

  .tw .xl\:max-h-136{
    max-height: 680px;
  }

  .tw .xl\:max-h-137{
    max-height: 685px;
  }

  .tw .xl\:max-h-138{
    max-height: 690px;
  }

  .tw .xl\:max-h-139{
    max-height: 695px;
  }

  .tw .xl\:max-h-140{
    max-height: 700px;
  }

  .tw .xl\:max-h-141{
    max-height: 705px;
  }

  .tw .xl\:max-h-142{
    max-height: 710px;
  }

  .tw .xl\:max-h-143{
    max-height: 715px;
  }

  .tw .xl\:max-h-144{
    max-height: 720px;
  }

  .tw .xl\:max-h-145{
    max-height: 725px;
  }

  .tw .xl\:max-h-146{
    max-height: 730px;
  }

  .tw .xl\:max-h-147{
    max-height: 735px;
  }

  .tw .xl\:max-h-148{
    max-height: 740px;
  }

  .tw .xl\:max-h-149{
    max-height: 745px;
  }

  .tw .xl\:max-h-0\.5{
    max-height: 3px;
  }

  .tw .xl\:max-h-1px{
    max-height: 1px;
  }

  .tw .xl\:max-h-2px{
    max-height: 2px;
  }

  .tw .xl\:max-h-3px{
    max-height: 3px;
  }

  .tw .xl\:max-h-4px{
    max-height: 4px;
  }

  .tw .xl\:max-h-5px{
    max-height: 5px;
  }

  .tw .xl\:max-h-6px{
    max-height: 6px;
  }

  .tw .xl\:max-h-7px{
    max-height: 7px;
  }

  .tw .xl\:max-h-8px{
    max-height: 8px;
  }

  .tw .xl\:max-h-9px{
    max-height: 9px;
  }

  .tw .xl\:max-h-10px{
    max-height: 10px;
  }

  .tw .xl\:max-h-11px{
    max-height: 11px;
  }

  .tw .xl\:max-h-12px{
    max-height: 12px;
  }

  .tw .xl\:max-h-13px{
    max-height: 13px;
  }

  .tw .xl\:max-h-14px{
    max-height: 14px;
  }

  .tw .xl\:max-h-15px{
    max-height: 15px;
  }

  .tw .xl\:max-h-16px{
    max-height: 16px;
  }

  .tw .xl\:max-h-17px{
    max-height: 17px;
  }

  .tw .xl\:max-h-18px{
    max-height: 18px;
  }

  .tw .xl\:max-h-19px{
    max-height: 19px;
  }

  .tw .xl\:max-h-20px{
    max-height: 20px;
  }

  .tw .xl\:max-h-21px{
    max-height: 21px;
  }

  .tw .xl\:max-h-22px{
    max-height: 22px;
  }

  .tw .xl\:max-h-23px{
    max-height: 23px;
  }

  .tw .xl\:max-h-24px{
    max-height: 24px;
  }

  .tw .xl\:max-h-25px{
    max-height: 25px;
  }

  .tw .xl\:max-h-26px{
    max-height: 26px;
  }

  .tw .xl\:max-h-27px{
    max-height: 27px;
  }

  .tw .xl\:max-h-28px{
    max-height: 28px;
  }

  .tw .xl\:max-h-29px{
    max-height: 29px;
  }

  .tw .xl\:max-h-30px{
    max-height: 30px;
  }

  .tw .xl\:max-h-31px{
    max-height: 31px;
  }

  .tw .xl\:max-h-32px{
    max-height: 32px;
  }

  .tw .xl\:max-h-33px{
    max-height: 33px;
  }

  .tw .xl\:max-h-34px{
    max-height: 34px;
  }

  .tw .xl\:max-h-35px{
    max-height: 35px;
  }

  .tw .xl\:max-h-36px{
    max-height: 36px;
  }

  .tw .xl\:max-h-37px{
    max-height: 37px;
  }

  .tw .xl\:max-h-38px{
    max-height: 38px;
  }

  .tw .xl\:max-h-39px{
    max-height: 39px;
  }

  .tw .xl\:max-h-40px{
    max-height: 40px;
  }

  .tw .xl\:max-h-full{
    max-height: 100%;
  }

  .tw .xl\:max-h-screen{
    max-height: 100vh;
  }

  .tw .xl\:max-h-1\/2{
    max-height: 50%;
  }

  .tw .xl\:max-h-4\/5{
    max-height: 80%;
  }

  .tw .xl\:max-h-0\%{
    max-height: 0%;
  }

  .tw .xl\:max-h-10\%{
    max-height: 10%;
  }

  .tw .xl\:max-h-20\%{
    max-height: 20%;
  }

  .tw .xl\:max-h-30\%{
    max-height: 30%;
  }

  .tw .xl\:max-h-40\%{
    max-height: 40%;
  }

  .tw .xl\:max-h-50\%{
    max-height: 50%;
  }

  .tw .xl\:max-h-60\%{
    max-height: 60%;
  }

  .tw .xl\:max-h-70\%{
    max-height: 70%;
  }

  .tw .xl\:max-h-80\%{
    max-height: 80%;
  }

  .tw .xl\:max-h-90\%{
    max-height: 90%;
  }

  .tw .xl\:max-h-100\%{
    max-height: 100%;
  }

  .tw .xl\:min-h-0{
    min-height: 0px;
  }

  .tw .xl\:min-h-full{
    min-height: 100%;
  }

  .tw .xl\:min-h-screen{
    min-height: 100vh;
  }

  .tw .xl\:w-0{
    width: 0px;
  }

  .tw .xl\:w-1{
    width: 5px;
  }

  .tw .xl\:w-2{
    width: 10px;
  }

  .tw .xl\:w-3{
    width: 15px;
  }

  .tw .xl\:w-4{
    width: 20px;
  }

  .tw .xl\:w-5{
    width: 25px;
  }

  .tw .xl\:w-6{
    width: 30px;
  }

  .tw .xl\:w-7{
    width: 35px;
  }

  .tw .xl\:w-8{
    width: 40px;
  }

  .tw .xl\:w-9{
    width: 45px;
  }

  .tw .xl\:w-10{
    width: 50px;
  }

  .tw .xl\:w-11{
    width: 55px;
  }

  .tw .xl\:w-12{
    width: 60px;
  }

  .tw .xl\:w-13{
    width: 65px;
  }

  .tw .xl\:w-14{
    width: 70px;
  }

  .tw .xl\:w-15{
    width: 75px;
  }

  .tw .xl\:w-16{
    width: 80px;
  }

  .tw .xl\:w-17{
    width: 85px;
  }

  .tw .xl\:w-18{
    width: 90px;
  }

  .tw .xl\:w-19{
    width: 95px;
  }

  .tw .xl\:w-20{
    width: 100px;
  }

  .tw .xl\:w-21{
    width: 105px;
  }

  .tw .xl\:w-22{
    width: 110px;
  }

  .tw .xl\:w-23{
    width: 115px;
  }

  .tw .xl\:w-24{
    width: 120px;
  }

  .tw .xl\:w-25{
    width: 125px;
  }

  .tw .xl\:w-26{
    width: 130px;
  }

  .tw .xl\:w-27{
    width: 135px;
  }

  .tw .xl\:w-28{
    width: 140px;
  }

  .tw .xl\:w-29{
    width: 145px;
  }

  .tw .xl\:w-30{
    width: 150px;
  }

  .tw .xl\:w-31{
    width: 155px;
  }

  .tw .xl\:w-32{
    width: 160px;
  }

  .tw .xl\:w-33{
    width: 165px;
  }

  .tw .xl\:w-34{
    width: 170px;
  }

  .tw .xl\:w-35{
    width: 175px;
  }

  .tw .xl\:w-36{
    width: 180px;
  }

  .tw .xl\:w-37{
    width: 185px;
  }

  .tw .xl\:w-38{
    width: 190px;
  }

  .tw .xl\:w-39{
    width: 195px;
  }

  .tw .xl\:w-40{
    width: 200px;
  }

  .tw .xl\:w-41{
    width: 205px;
  }

  .tw .xl\:w-42{
    width: 210px;
  }

  .tw .xl\:w-43{
    width: 215px;
  }

  .tw .xl\:w-44{
    width: 220px;
  }

  .tw .xl\:w-45{
    width: 225px;
  }

  .tw .xl\:w-46{
    width: 230px;
  }

  .tw .xl\:w-47{
    width: 235px;
  }

  .tw .xl\:w-48{
    width: 240px;
  }

  .tw .xl\:w-49{
    width: 245px;
  }

  .tw .xl\:w-50{
    width: 250px;
  }

  .tw .xl\:w-51{
    width: 255px;
  }

  .tw .xl\:w-52{
    width: 260px;
  }

  .tw .xl\:w-53{
    width: 265px;
  }

  .tw .xl\:w-54{
    width: 270px;
  }

  .tw .xl\:w-55{
    width: 275px;
  }

  .tw .xl\:w-56{
    width: 280px;
  }

  .tw .xl\:w-57{
    width: 285px;
  }

  .tw .xl\:w-58{
    width: 290px;
  }

  .tw .xl\:w-59{
    width: 295px;
  }

  .tw .xl\:w-60{
    width: 300px;
  }

  .tw .xl\:w-61{
    width: 305px;
  }

  .tw .xl\:w-62{
    width: 310px;
  }

  .tw .xl\:w-63{
    width: 315px;
  }

  .tw .xl\:w-64{
    width: 320px;
  }

  .tw .xl\:w-65{
    width: 325px;
  }

  .tw .xl\:w-66{
    width: 330px;
  }

  .tw .xl\:w-67{
    width: 335px;
  }

  .tw .xl\:w-68{
    width: 340px;
  }

  .tw .xl\:w-69{
    width: 345px;
  }

  .tw .xl\:w-70{
    width: 350px;
  }

  .tw .xl\:w-71{
    width: 355px;
  }

  .tw .xl\:w-72{
    width: 360px;
  }

  .tw .xl\:w-73{
    width: 365px;
  }

  .tw .xl\:w-74{
    width: 370px;
  }

  .tw .xl\:w-75{
    width: 375px;
  }

  .tw .xl\:w-76{
    width: 380px;
  }

  .tw .xl\:w-77{
    width: 385px;
  }

  .tw .xl\:w-78{
    width: 390px;
  }

  .tw .xl\:w-79{
    width: 395px;
  }

  .tw .xl\:w-80{
    width: 400px;
  }

  .tw .xl\:w-81{
    width: 405px;
  }

  .tw .xl\:w-82{
    width: 410px;
  }

  .tw .xl\:w-83{
    width: 415px;
  }

  .tw .xl\:w-84{
    width: 420px;
  }

  .tw .xl\:w-85{
    width: 425px;
  }

  .tw .xl\:w-86{
    width: 430px;
  }

  .tw .xl\:w-87{
    width: 435px;
  }

  .tw .xl\:w-88{
    width: 440px;
  }

  .tw .xl\:w-89{
    width: 445px;
  }

  .tw .xl\:w-90{
    width: 450px;
  }

  .tw .xl\:w-91{
    width: 455px;
  }

  .tw .xl\:w-92{
    width: 460px;
  }

  .tw .xl\:w-93{
    width: 465px;
  }

  .tw .xl\:w-94{
    width: 470px;
  }

  .tw .xl\:w-95{
    width: 475px;
  }

  .tw .xl\:w-96{
    width: 480px;
  }

  .tw .xl\:w-97{
    width: 485px;
  }

  .tw .xl\:w-98{
    width: 490px;
  }

  .tw .xl\:w-99{
    width: 495px;
  }

  .tw .xl\:w-100{
    width: 500px;
  }

  .tw .xl\:w-101{
    width: 505px;
  }

  .tw .xl\:w-102{
    width: 510px;
  }

  .tw .xl\:w-103{
    width: 515px;
  }

  .tw .xl\:w-104{
    width: 520px;
  }

  .tw .xl\:w-105{
    width: 525px;
  }

  .tw .xl\:w-106{
    width: 530px;
  }

  .tw .xl\:w-107{
    width: 535px;
  }

  .tw .xl\:w-108{
    width: 540px;
  }

  .tw .xl\:w-109{
    width: 545px;
  }

  .tw .xl\:w-110{
    width: 550px;
  }

  .tw .xl\:w-111{
    width: 555px;
  }

  .tw .xl\:w-112{
    width: 560px;
  }

  .tw .xl\:w-113{
    width: 565px;
  }

  .tw .xl\:w-114{
    width: 570px;
  }

  .tw .xl\:w-115{
    width: 575px;
  }

  .tw .xl\:w-116{
    width: 580px;
  }

  .tw .xl\:w-117{
    width: 585px;
  }

  .tw .xl\:w-118{
    width: 590px;
  }

  .tw .xl\:w-119{
    width: 595px;
  }

  .tw .xl\:w-120{
    width: 600px;
  }

  .tw .xl\:w-121{
    width: 605px;
  }

  .tw .xl\:w-122{
    width: 610px;
  }

  .tw .xl\:w-123{
    width: 615px;
  }

  .tw .xl\:w-124{
    width: 620px;
  }

  .tw .xl\:w-125{
    width: 625px;
  }

  .tw .xl\:w-126{
    width: 630px;
  }

  .tw .xl\:w-127{
    width: 635px;
  }

  .tw .xl\:w-128{
    width: 640px;
  }

  .tw .xl\:w-129{
    width: 645px;
  }

  .tw .xl\:w-130{
    width: 650px;
  }

  .tw .xl\:w-131{
    width: 655px;
  }

  .tw .xl\:w-132{
    width: 660px;
  }

  .tw .xl\:w-133{
    width: 665px;
  }

  .tw .xl\:w-134{
    width: 670px;
  }

  .tw .xl\:w-135{
    width: 675px;
  }

  .tw .xl\:w-136{
    width: 680px;
  }

  .tw .xl\:w-137{
    width: 685px;
  }

  .tw .xl\:w-138{
    width: 690px;
  }

  .tw .xl\:w-139{
    width: 695px;
  }

  .tw .xl\:w-140{
    width: 700px;
  }

  .tw .xl\:w-141{
    width: 705px;
  }

  .tw .xl\:w-142{
    width: 710px;
  }

  .tw .xl\:w-143{
    width: 715px;
  }

  .tw .xl\:w-144{
    width: 720px;
  }

  .tw .xl\:w-145{
    width: 725px;
  }

  .tw .xl\:w-146{
    width: 730px;
  }

  .tw .xl\:w-147{
    width: 735px;
  }

  .tw .xl\:w-148{
    width: 740px;
  }

  .tw .xl\:w-149{
    width: 745px;
  }

  .tw .xl\:w-auto{
    width: auto;
  }

  .tw .xl\:w-0\.5{
    width: 3px;
  }

  .tw .xl\:w-1px{
    width: 1px;
  }

  .tw .xl\:w-2px{
    width: 2px;
  }

  .tw .xl\:w-3px{
    width: 3px;
  }

  .tw .xl\:w-4px{
    width: 4px;
  }

  .tw .xl\:w-5px{
    width: 5px;
  }

  .tw .xl\:w-6px{
    width: 6px;
  }

  .tw .xl\:w-7px{
    width: 7px;
  }

  .tw .xl\:w-8px{
    width: 8px;
  }

  .tw .xl\:w-9px{
    width: 9px;
  }

  .tw .xl\:w-10px{
    width: 10px;
  }

  .tw .xl\:w-11px{
    width: 11px;
  }

  .tw .xl\:w-12px{
    width: 12px;
  }

  .tw .xl\:w-13px{
    width: 13px;
  }

  .tw .xl\:w-14px{
    width: 14px;
  }

  .tw .xl\:w-15px{
    width: 15px;
  }

  .tw .xl\:w-16px{
    width: 16px;
  }

  .tw .xl\:w-17px{
    width: 17px;
  }

  .tw .xl\:w-18px{
    width: 18px;
  }

  .tw .xl\:w-19px{
    width: 19px;
  }

  .tw .xl\:w-20px{
    width: 20px;
  }

  .tw .xl\:w-21px{
    width: 21px;
  }

  .tw .xl\:w-22px{
    width: 22px;
  }

  .tw .xl\:w-23px{
    width: 23px;
  }

  .tw .xl\:w-24px{
    width: 24px;
  }

  .tw .xl\:w-25px{
    width: 25px;
  }

  .tw .xl\:w-26px{
    width: 26px;
  }

  .tw .xl\:w-27px{
    width: 27px;
  }

  .tw .xl\:w-28px{
    width: 28px;
  }

  .tw .xl\:w-29px{
    width: 29px;
  }

  .tw .xl\:w-30px{
    width: 30px;
  }

  .tw .xl\:w-31px{
    width: 31px;
  }

  .tw .xl\:w-32px{
    width: 32px;
  }

  .tw .xl\:w-33px{
    width: 33px;
  }

  .tw .xl\:w-34px{
    width: 34px;
  }

  .tw .xl\:w-35px{
    width: 35px;
  }

  .tw .xl\:w-36px{
    width: 36px;
  }

  .tw .xl\:w-37px{
    width: 37px;
  }

  .tw .xl\:w-38px{
    width: 38px;
  }

  .tw .xl\:w-39px{
    width: 39px;
  }

  .tw .xl\:w-40px{
    width: 40px;
  }

  .tw .xl\:w-1\/2{
    width: 50%;
  }

  .tw .xl\:w-1\/3{
    width: 33.333333%;
  }

  .tw .xl\:w-2\/3{
    width: 66.666667%;
  }

  .tw .xl\:w-1\/4{
    width: 25%;
  }

  .tw .xl\:w-2\/4{
    width: 50%;
  }

  .tw .xl\:w-3\/4{
    width: 75%;
  }

  .tw .xl\:w-1\/5{
    width: 20%;
  }

  .tw .xl\:w-2\/5{
    width: 40%;
  }

  .tw .xl\:w-3\/5{
    width: 60%;
  }

  .tw .xl\:w-4\/5{
    width: 80%;
  }

  .tw .xl\:w-1\/6{
    width: 16.666667%;
  }

  .tw .xl\:w-2\/6{
    width: 33.333333%;
  }

  .tw .xl\:w-3\/6{
    width: 50%;
  }

  .tw .xl\:w-4\/6{
    width: 66.666667%;
  }

  .tw .xl\:w-5\/6{
    width: 83.333333%;
  }

  .tw .xl\:w-1\/12{
    width: 8.333333%;
  }

  .tw .xl\:w-2\/12{
    width: 16.666667%;
  }

  .tw .xl\:w-3\/12{
    width: 25%;
  }

  .tw .xl\:w-4\/12{
    width: 33.333333%;
  }

  .tw .xl\:w-5\/12{
    width: 41.666667%;
  }

  .tw .xl\:w-6\/12{
    width: 50%;
  }

  .tw .xl\:w-7\/12{
    width: 58.333333%;
  }

  .tw .xl\:w-8\/12{
    width: 66.666667%;
  }

  .tw .xl\:w-9\/12{
    width: 75%;
  }

  .tw .xl\:w-10\/12{
    width: 83.333333%;
  }

  .tw .xl\:w-11\/12{
    width: 91.666667%;
  }

  .tw .xl\:w-full{
    width: 100%;
  }

  .tw .xl\:w-screen{
    width: 100vw;
  }

  .tw .xl\:w-min{
    width: -moz-min-content;
    width: min-content;
  }

  .tw .xl\:w-max{
    width: -moz-max-content;
    width: max-content;
  }

  .tw .xl\:w-400px{
    width: 400px;
  }

  .tw .xl\:w-430px{
    width: 430px;
  }

  .tw .xl\:w-575px{
    width: 575px;
  }

  .tw .xl\:w-760px{
    width: 760px;
  }

  .tw .xl\:w-0\%{
    width: 0%;
  }

  .tw .xl\:w-10\%{
    width: 10%;
  }

  .tw .xl\:w-20\%{
    width: 20%;
  }

  .tw .xl\:w-30\%{
    width: 30%;
  }

  .tw .xl\:w-40\%{
    width: 40%;
  }

  .tw .xl\:w-50\%{
    width: 50%;
  }

  .tw .xl\:w-60\%{
    width: 60%;
  }

  .tw .xl\:w-70\%{
    width: 70%;
  }

  .tw .xl\:w-80\%{
    width: 80%;
  }

  .tw .xl\:w-90\%{
    width: 90%;
  }

  .tw .xl\:w-100\%{
    width: 100%;
  }

  .tw .xl\:first\:w-0:first-child{
    width: 0px;
  }

  .tw .xl\:first\:w-1:first-child{
    width: 5px;
  }

  .tw .xl\:first\:w-2:first-child{
    width: 10px;
  }

  .tw .xl\:first\:w-3:first-child{
    width: 15px;
  }

  .tw .xl\:first\:w-4:first-child{
    width: 20px;
  }

  .tw .xl\:first\:w-5:first-child{
    width: 25px;
  }

  .tw .xl\:first\:w-6:first-child{
    width: 30px;
  }

  .tw .xl\:first\:w-7:first-child{
    width: 35px;
  }

  .tw .xl\:first\:w-8:first-child{
    width: 40px;
  }

  .tw .xl\:first\:w-9:first-child{
    width: 45px;
  }

  .tw .xl\:first\:w-10:first-child{
    width: 50px;
  }

  .tw .xl\:first\:w-11:first-child{
    width: 55px;
  }

  .tw .xl\:first\:w-12:first-child{
    width: 60px;
  }

  .tw .xl\:first\:w-13:first-child{
    width: 65px;
  }

  .tw .xl\:first\:w-14:first-child{
    width: 70px;
  }

  .tw .xl\:first\:w-15:first-child{
    width: 75px;
  }

  .tw .xl\:first\:w-16:first-child{
    width: 80px;
  }

  .tw .xl\:first\:w-17:first-child{
    width: 85px;
  }

  .tw .xl\:first\:w-18:first-child{
    width: 90px;
  }

  .tw .xl\:first\:w-19:first-child{
    width: 95px;
  }

  .tw .xl\:first\:w-20:first-child{
    width: 100px;
  }

  .tw .xl\:first\:w-21:first-child{
    width: 105px;
  }

  .tw .xl\:first\:w-22:first-child{
    width: 110px;
  }

  .tw .xl\:first\:w-23:first-child{
    width: 115px;
  }

  .tw .xl\:first\:w-24:first-child{
    width: 120px;
  }

  .tw .xl\:first\:w-25:first-child{
    width: 125px;
  }

  .tw .xl\:first\:w-26:first-child{
    width: 130px;
  }

  .tw .xl\:first\:w-27:first-child{
    width: 135px;
  }

  .tw .xl\:first\:w-28:first-child{
    width: 140px;
  }

  .tw .xl\:first\:w-29:first-child{
    width: 145px;
  }

  .tw .xl\:first\:w-30:first-child{
    width: 150px;
  }

  .tw .xl\:first\:w-31:first-child{
    width: 155px;
  }

  .tw .xl\:first\:w-32:first-child{
    width: 160px;
  }

  .tw .xl\:first\:w-33:first-child{
    width: 165px;
  }

  .tw .xl\:first\:w-34:first-child{
    width: 170px;
  }

  .tw .xl\:first\:w-35:first-child{
    width: 175px;
  }

  .tw .xl\:first\:w-36:first-child{
    width: 180px;
  }

  .tw .xl\:first\:w-37:first-child{
    width: 185px;
  }

  .tw .xl\:first\:w-38:first-child{
    width: 190px;
  }

  .tw .xl\:first\:w-39:first-child{
    width: 195px;
  }

  .tw .xl\:first\:w-40:first-child{
    width: 200px;
  }

  .tw .xl\:first\:w-41:first-child{
    width: 205px;
  }

  .tw .xl\:first\:w-42:first-child{
    width: 210px;
  }

  .tw .xl\:first\:w-43:first-child{
    width: 215px;
  }

  .tw .xl\:first\:w-44:first-child{
    width: 220px;
  }

  .tw .xl\:first\:w-45:first-child{
    width: 225px;
  }

  .tw .xl\:first\:w-46:first-child{
    width: 230px;
  }

  .tw .xl\:first\:w-47:first-child{
    width: 235px;
  }

  .tw .xl\:first\:w-48:first-child{
    width: 240px;
  }

  .tw .xl\:first\:w-49:first-child{
    width: 245px;
  }

  .tw .xl\:first\:w-50:first-child{
    width: 250px;
  }

  .tw .xl\:first\:w-51:first-child{
    width: 255px;
  }

  .tw .xl\:first\:w-52:first-child{
    width: 260px;
  }

  .tw .xl\:first\:w-53:first-child{
    width: 265px;
  }

  .tw .xl\:first\:w-54:first-child{
    width: 270px;
  }

  .tw .xl\:first\:w-55:first-child{
    width: 275px;
  }

  .tw .xl\:first\:w-56:first-child{
    width: 280px;
  }

  .tw .xl\:first\:w-57:first-child{
    width: 285px;
  }

  .tw .xl\:first\:w-58:first-child{
    width: 290px;
  }

  .tw .xl\:first\:w-59:first-child{
    width: 295px;
  }

  .tw .xl\:first\:w-60:first-child{
    width: 300px;
  }

  .tw .xl\:first\:w-61:first-child{
    width: 305px;
  }

  .tw .xl\:first\:w-62:first-child{
    width: 310px;
  }

  .tw .xl\:first\:w-63:first-child{
    width: 315px;
  }

  .tw .xl\:first\:w-64:first-child{
    width: 320px;
  }

  .tw .xl\:first\:w-65:first-child{
    width: 325px;
  }

  .tw .xl\:first\:w-66:first-child{
    width: 330px;
  }

  .tw .xl\:first\:w-67:first-child{
    width: 335px;
  }

  .tw .xl\:first\:w-68:first-child{
    width: 340px;
  }

  .tw .xl\:first\:w-69:first-child{
    width: 345px;
  }

  .tw .xl\:first\:w-70:first-child{
    width: 350px;
  }

  .tw .xl\:first\:w-71:first-child{
    width: 355px;
  }

  .tw .xl\:first\:w-72:first-child{
    width: 360px;
  }

  .tw .xl\:first\:w-73:first-child{
    width: 365px;
  }

  .tw .xl\:first\:w-74:first-child{
    width: 370px;
  }

  .tw .xl\:first\:w-75:first-child{
    width: 375px;
  }

  .tw .xl\:first\:w-76:first-child{
    width: 380px;
  }

  .tw .xl\:first\:w-77:first-child{
    width: 385px;
  }

  .tw .xl\:first\:w-78:first-child{
    width: 390px;
  }

  .tw .xl\:first\:w-79:first-child{
    width: 395px;
  }

  .tw .xl\:first\:w-80:first-child{
    width: 400px;
  }

  .tw .xl\:first\:w-81:first-child{
    width: 405px;
  }

  .tw .xl\:first\:w-82:first-child{
    width: 410px;
  }

  .tw .xl\:first\:w-83:first-child{
    width: 415px;
  }

  .tw .xl\:first\:w-84:first-child{
    width: 420px;
  }

  .tw .xl\:first\:w-85:first-child{
    width: 425px;
  }

  .tw .xl\:first\:w-86:first-child{
    width: 430px;
  }

  .tw .xl\:first\:w-87:first-child{
    width: 435px;
  }

  .tw .xl\:first\:w-88:first-child{
    width: 440px;
  }

  .tw .xl\:first\:w-89:first-child{
    width: 445px;
  }

  .tw .xl\:first\:w-90:first-child{
    width: 450px;
  }

  .tw .xl\:first\:w-91:first-child{
    width: 455px;
  }

  .tw .xl\:first\:w-92:first-child{
    width: 460px;
  }

  .tw .xl\:first\:w-93:first-child{
    width: 465px;
  }

  .tw .xl\:first\:w-94:first-child{
    width: 470px;
  }

  .tw .xl\:first\:w-95:first-child{
    width: 475px;
  }

  .tw .xl\:first\:w-96:first-child{
    width: 480px;
  }

  .tw .xl\:first\:w-97:first-child{
    width: 485px;
  }

  .tw .xl\:first\:w-98:first-child{
    width: 490px;
  }

  .tw .xl\:first\:w-99:first-child{
    width: 495px;
  }

  .tw .xl\:first\:w-100:first-child{
    width: 500px;
  }

  .tw .xl\:first\:w-101:first-child{
    width: 505px;
  }

  .tw .xl\:first\:w-102:first-child{
    width: 510px;
  }

  .tw .xl\:first\:w-103:first-child{
    width: 515px;
  }

  .tw .xl\:first\:w-104:first-child{
    width: 520px;
  }

  .tw .xl\:first\:w-105:first-child{
    width: 525px;
  }

  .tw .xl\:first\:w-106:first-child{
    width: 530px;
  }

  .tw .xl\:first\:w-107:first-child{
    width: 535px;
  }

  .tw .xl\:first\:w-108:first-child{
    width: 540px;
  }

  .tw .xl\:first\:w-109:first-child{
    width: 545px;
  }

  .tw .xl\:first\:w-110:first-child{
    width: 550px;
  }

  .tw .xl\:first\:w-111:first-child{
    width: 555px;
  }

  .tw .xl\:first\:w-112:first-child{
    width: 560px;
  }

  .tw .xl\:first\:w-113:first-child{
    width: 565px;
  }

  .tw .xl\:first\:w-114:first-child{
    width: 570px;
  }

  .tw .xl\:first\:w-115:first-child{
    width: 575px;
  }

  .tw .xl\:first\:w-116:first-child{
    width: 580px;
  }

  .tw .xl\:first\:w-117:first-child{
    width: 585px;
  }

  .tw .xl\:first\:w-118:first-child{
    width: 590px;
  }

  .tw .xl\:first\:w-119:first-child{
    width: 595px;
  }

  .tw .xl\:first\:w-120:first-child{
    width: 600px;
  }

  .tw .xl\:first\:w-121:first-child{
    width: 605px;
  }

  .tw .xl\:first\:w-122:first-child{
    width: 610px;
  }

  .tw .xl\:first\:w-123:first-child{
    width: 615px;
  }

  .tw .xl\:first\:w-124:first-child{
    width: 620px;
  }

  .tw .xl\:first\:w-125:first-child{
    width: 625px;
  }

  .tw .xl\:first\:w-126:first-child{
    width: 630px;
  }

  .tw .xl\:first\:w-127:first-child{
    width: 635px;
  }

  .tw .xl\:first\:w-128:first-child{
    width: 640px;
  }

  .tw .xl\:first\:w-129:first-child{
    width: 645px;
  }

  .tw .xl\:first\:w-130:first-child{
    width: 650px;
  }

  .tw .xl\:first\:w-131:first-child{
    width: 655px;
  }

  .tw .xl\:first\:w-132:first-child{
    width: 660px;
  }

  .tw .xl\:first\:w-133:first-child{
    width: 665px;
  }

  .tw .xl\:first\:w-134:first-child{
    width: 670px;
  }

  .tw .xl\:first\:w-135:first-child{
    width: 675px;
  }

  .tw .xl\:first\:w-136:first-child{
    width: 680px;
  }

  .tw .xl\:first\:w-137:first-child{
    width: 685px;
  }

  .tw .xl\:first\:w-138:first-child{
    width: 690px;
  }

  .tw .xl\:first\:w-139:first-child{
    width: 695px;
  }

  .tw .xl\:first\:w-140:first-child{
    width: 700px;
  }

  .tw .xl\:first\:w-141:first-child{
    width: 705px;
  }

  .tw .xl\:first\:w-142:first-child{
    width: 710px;
  }

  .tw .xl\:first\:w-143:first-child{
    width: 715px;
  }

  .tw .xl\:first\:w-144:first-child{
    width: 720px;
  }

  .tw .xl\:first\:w-145:first-child{
    width: 725px;
  }

  .tw .xl\:first\:w-146:first-child{
    width: 730px;
  }

  .tw .xl\:first\:w-147:first-child{
    width: 735px;
  }

  .tw .xl\:first\:w-148:first-child{
    width: 740px;
  }

  .tw .xl\:first\:w-149:first-child{
    width: 745px;
  }

  .tw .xl\:first\:w-auto:first-child{
    width: auto;
  }

  .tw .xl\:first\:w-0\.5:first-child{
    width: 3px;
  }

  .tw .xl\:first\:w-1px:first-child{
    width: 1px;
  }

  .tw .xl\:first\:w-2px:first-child{
    width: 2px;
  }

  .tw .xl\:first\:w-3px:first-child{
    width: 3px;
  }

  .tw .xl\:first\:w-4px:first-child{
    width: 4px;
  }

  .tw .xl\:first\:w-5px:first-child{
    width: 5px;
  }

  .tw .xl\:first\:w-6px:first-child{
    width: 6px;
  }

  .tw .xl\:first\:w-7px:first-child{
    width: 7px;
  }

  .tw .xl\:first\:w-8px:first-child{
    width: 8px;
  }

  .tw .xl\:first\:w-9px:first-child{
    width: 9px;
  }

  .tw .xl\:first\:w-10px:first-child{
    width: 10px;
  }

  .tw .xl\:first\:w-11px:first-child{
    width: 11px;
  }

  .tw .xl\:first\:w-12px:first-child{
    width: 12px;
  }

  .tw .xl\:first\:w-13px:first-child{
    width: 13px;
  }

  .tw .xl\:first\:w-14px:first-child{
    width: 14px;
  }

  .tw .xl\:first\:w-15px:first-child{
    width: 15px;
  }

  .tw .xl\:first\:w-16px:first-child{
    width: 16px;
  }

  .tw .xl\:first\:w-17px:first-child{
    width: 17px;
  }

  .tw .xl\:first\:w-18px:first-child{
    width: 18px;
  }

  .tw .xl\:first\:w-19px:first-child{
    width: 19px;
  }

  .tw .xl\:first\:w-20px:first-child{
    width: 20px;
  }

  .tw .xl\:first\:w-21px:first-child{
    width: 21px;
  }

  .tw .xl\:first\:w-22px:first-child{
    width: 22px;
  }

  .tw .xl\:first\:w-23px:first-child{
    width: 23px;
  }

  .tw .xl\:first\:w-24px:first-child{
    width: 24px;
  }

  .tw .xl\:first\:w-25px:first-child{
    width: 25px;
  }

  .tw .xl\:first\:w-26px:first-child{
    width: 26px;
  }

  .tw .xl\:first\:w-27px:first-child{
    width: 27px;
  }

  .tw .xl\:first\:w-28px:first-child{
    width: 28px;
  }

  .tw .xl\:first\:w-29px:first-child{
    width: 29px;
  }

  .tw .xl\:first\:w-30px:first-child{
    width: 30px;
  }

  .tw .xl\:first\:w-31px:first-child{
    width: 31px;
  }

  .tw .xl\:first\:w-32px:first-child{
    width: 32px;
  }

  .tw .xl\:first\:w-33px:first-child{
    width: 33px;
  }

  .tw .xl\:first\:w-34px:first-child{
    width: 34px;
  }

  .tw .xl\:first\:w-35px:first-child{
    width: 35px;
  }

  .tw .xl\:first\:w-36px:first-child{
    width: 36px;
  }

  .tw .xl\:first\:w-37px:first-child{
    width: 37px;
  }

  .tw .xl\:first\:w-38px:first-child{
    width: 38px;
  }

  .tw .xl\:first\:w-39px:first-child{
    width: 39px;
  }

  .tw .xl\:first\:w-40px:first-child{
    width: 40px;
  }

  .tw .xl\:first\:w-1\/2:first-child{
    width: 50%;
  }

  .tw .xl\:first\:w-1\/3:first-child{
    width: 33.333333%;
  }

  .tw .xl\:first\:w-2\/3:first-child{
    width: 66.666667%;
  }

  .tw .xl\:first\:w-1\/4:first-child{
    width: 25%;
  }

  .tw .xl\:first\:w-2\/4:first-child{
    width: 50%;
  }

  .tw .xl\:first\:w-3\/4:first-child{
    width: 75%;
  }

  .tw .xl\:first\:w-1\/5:first-child{
    width: 20%;
  }

  .tw .xl\:first\:w-2\/5:first-child{
    width: 40%;
  }

  .tw .xl\:first\:w-3\/5:first-child{
    width: 60%;
  }

  .tw .xl\:first\:w-4\/5:first-child{
    width: 80%;
  }

  .tw .xl\:first\:w-1\/6:first-child{
    width: 16.666667%;
  }

  .tw .xl\:first\:w-2\/6:first-child{
    width: 33.333333%;
  }

  .tw .xl\:first\:w-3\/6:first-child{
    width: 50%;
  }

  .tw .xl\:first\:w-4\/6:first-child{
    width: 66.666667%;
  }

  .tw .xl\:first\:w-5\/6:first-child{
    width: 83.333333%;
  }

  .tw .xl\:first\:w-1\/12:first-child{
    width: 8.333333%;
  }

  .tw .xl\:first\:w-2\/12:first-child{
    width: 16.666667%;
  }

  .tw .xl\:first\:w-3\/12:first-child{
    width: 25%;
  }

  .tw .xl\:first\:w-4\/12:first-child{
    width: 33.333333%;
  }

  .tw .xl\:first\:w-5\/12:first-child{
    width: 41.666667%;
  }

  .tw .xl\:first\:w-6\/12:first-child{
    width: 50%;
  }

  .tw .xl\:first\:w-7\/12:first-child{
    width: 58.333333%;
  }

  .tw .xl\:first\:w-8\/12:first-child{
    width: 66.666667%;
  }

  .tw .xl\:first\:w-9\/12:first-child{
    width: 75%;
  }

  .tw .xl\:first\:w-10\/12:first-child{
    width: 83.333333%;
  }

  .tw .xl\:first\:w-11\/12:first-child{
    width: 91.666667%;
  }

  .tw .xl\:first\:w-full:first-child{
    width: 100%;
  }

  .tw .xl\:first\:w-screen:first-child{
    width: 100vw;
  }

  .tw .xl\:first\:w-min:first-child{
    width: -moz-min-content;
    width: min-content;
  }

  .tw .xl\:first\:w-max:first-child{
    width: -moz-max-content;
    width: max-content;
  }

  .tw .xl\:first\:w-400px:first-child{
    width: 400px;
  }

  .tw .xl\:first\:w-430px:first-child{
    width: 430px;
  }

  .tw .xl\:first\:w-575px:first-child{
    width: 575px;
  }

  .tw .xl\:first\:w-760px:first-child{
    width: 760px;
  }

  .tw .xl\:first\:w-0\%:first-child{
    width: 0%;
  }

  .tw .xl\:first\:w-10\%:first-child{
    width: 10%;
  }

  .tw .xl\:first\:w-20\%:first-child{
    width: 20%;
  }

  .tw .xl\:first\:w-30\%:first-child{
    width: 30%;
  }

  .tw .xl\:first\:w-40\%:first-child{
    width: 40%;
  }

  .tw .xl\:first\:w-50\%:first-child{
    width: 50%;
  }

  .tw .xl\:first\:w-60\%:first-child{
    width: 60%;
  }

  .tw .xl\:first\:w-70\%:first-child{
    width: 70%;
  }

  .tw .xl\:first\:w-80\%:first-child{
    width: 80%;
  }

  .tw .xl\:first\:w-90\%:first-child{
    width: 90%;
  }

  .tw .xl\:first\:w-100\%:first-child{
    width: 100%;
  }

  .tw .xl\:min-w-0{
    min-width: 0px;
  }

  .tw .xl\:min-w-full{
    min-width: 100%;
  }

  .tw .xl\:min-w-min{
    min-width: -moz-min-content;
    min-width: min-content;
  }

  .tw .xl\:min-w-max{
    min-width: -moz-max-content;
    min-width: max-content;
  }

  .tw .xl\:max-w-0{
    max-width: 0rem;
  }

  .tw .xl\:max-w-none{
    max-width: none;
  }

  .tw .xl\:max-w-xs{
    max-width: 20rem;
  }

  .tw .xl\:max-w-sm{
    max-width: 24rem;
  }

  .tw .xl\:max-w-md{
    max-width: 28rem;
  }

  .tw .xl\:max-w-lg{
    max-width: 32rem;
  }

  .tw .xl\:max-w-xl{
    max-width: 36rem;
  }

  .tw .xl\:max-w-2xl{
    max-width: 42rem;
  }

  .tw .xl\:max-w-3xl{
    max-width: 48rem;
  }

  .tw .xl\:max-w-4xl{
    max-width: 56rem;
  }

  .tw .xl\:max-w-5xl{
    max-width: 64rem;
  }

  .tw .xl\:max-w-6xl{
    max-width: 72rem;
  }

  .tw .xl\:max-w-7xl{
    max-width: 80rem;
  }

  .tw .xl\:max-w-full{
    max-width: 100%;
  }

  .tw .xl\:max-w-min{
    max-width: -moz-min-content;
    max-width: min-content;
  }

  .tw .xl\:max-w-max{
    max-width: -moz-max-content;
    max-width: max-content;
  }

  .tw .xl\:max-w-prose{
    max-width: 65ch;
  }

  .tw .xl\:max-w-screen-sm{
    max-width: 640px;
  }

  .tw .xl\:max-w-screen-md{
    max-width: 768px;
  }

  .tw .xl\:max-w-screen-lg{
    max-width: 1024px;
  }

  .tw .xl\:max-w-screen-xl{
    max-width: 1280px;
  }

  .tw .xl\:max-w-300px{
    max-width: 300px;
  }

  .tw .xl\:max-w-360px{
    max-width: 360px;
  }

  .tw .xl\:max-w-400px{
    max-width: 400px;
  }

  .tw .xl\:max-w-760px{
    max-width: 760px;
  }

  .tw .xl\:max-w-1\/2{
    max-width: 50%;
  }

  .tw .xl\:max-w-0\%{
    max-width: 0%;
  }

  .tw .xl\:max-w-10\%{
    max-width: 10%;
  }

  .tw .xl\:max-w-20\%{
    max-width: 20%;
  }

  .tw .xl\:max-w-30\%{
    max-width: 30%;
  }

  .tw .xl\:max-w-40\%{
    max-width: 40%;
  }

  .tw .xl\:max-w-50\%{
    max-width: 50%;
  }

  .tw .xl\:max-w-60\%{
    max-width: 60%;
  }

  .tw .xl\:max-w-70\%{
    max-width: 70%;
  }

  .tw .xl\:max-w-80\%{
    max-width: 80%;
  }

  .tw .xl\:max-w-90\%{
    max-width: 90%;
  }

  .tw .xl\:max-w-100\%{
    max-width: 100%;
  }

  .tw .xl\:flex-1{
    flex: 1 1 0%;
  }

  .tw .xl\:flex-auto{
    flex: 1 1 auto;
  }

  .tw .xl\:flex-initial{
    flex: 0 1 auto;
  }

  .tw .xl\:flex-none{
    flex: none;
  }

  .tw .xl\:flex-shrink-0{
    flex-shrink: 0;
  }

  .tw .xl\:flex-shrink{
    flex-shrink: 1;
  }

  .tw .xl\:flex-grow-0{
    flex-grow: 0;
  }

  .tw .xl\:flex-grow{
    flex-grow: 1;
  }

  .tw .xl\:table-auto{
    table-layout: auto;
  }

  .tw .xl\:table-fixed{
    table-layout: fixed;
  }

  .tw .xl\:border-collapse{
    border-collapse: collapse;
  }

  .tw .xl\:border-separate{
    border-collapse: separate;
  }

  .tw .xl\:origin-center{
    transform-origin: center;
  }

  .tw .xl\:origin-top{
    transform-origin: top;
  }

  .tw .xl\:origin-top-right{
    transform-origin: top right;
  }

  .tw .xl\:origin-right{
    transform-origin: right;
  }

  .tw .xl\:origin-bottom-right{
    transform-origin: bottom right;
  }

  .tw .xl\:origin-bottom{
    transform-origin: bottom;
  }

  .tw .xl\:origin-bottom-left{
    transform-origin: bottom left;
  }

  .tw .xl\:origin-left{
    transform-origin: left;
  }

  .tw .xl\:origin-top-left{
    transform-origin: top left;
  }

  .tw .xl\:transform{
    --tw-translate-x: 0;
    --tw-translate-y: 0;
    --tw-rotate: 0;
    --tw-skew-x: 0;
    --tw-skew-y: 0;
    --tw-scale-x: 1;
    --tw-scale-y: 1;
    transform: translateX(var(--tw-translate-x)) translateY(var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }

  .tw .xl\:transform-gpu{
    --tw-translate-x: 0;
    --tw-translate-y: 0;
    --tw-rotate: 0;
    --tw-skew-x: 0;
    --tw-skew-y: 0;
    --tw-scale-x: 1;
    --tw-scale-y: 1;
    transform: translate3d(var(--tw-translate-x), var(--tw-translate-y), 0) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }

  .tw .xl\:transform-none{
    transform: none;
  }

  .tw .xl\:translate-x-0{
    --tw-translate-x: 0px;
  }

  .tw .xl\:translate-x-1{
    --tw-translate-x: 5px;
  }

  .tw .xl\:translate-x-2{
    --tw-translate-x: 10px;
  }

  .tw .xl\:translate-x-3{
    --tw-translate-x: 15px;
  }

  .tw .xl\:translate-x-4{
    --tw-translate-x: 20px;
  }

  .tw .xl\:translate-x-5{
    --tw-translate-x: 25px;
  }

  .tw .xl\:translate-x-6{
    --tw-translate-x: 30px;
  }

  .tw .xl\:translate-x-7{
    --tw-translate-x: 35px;
  }

  .tw .xl\:translate-x-8{
    --tw-translate-x: 40px;
  }

  .tw .xl\:translate-x-9{
    --tw-translate-x: 45px;
  }

  .tw .xl\:translate-x-10{
    --tw-translate-x: 50px;
  }

  .tw .xl\:translate-x-11{
    --tw-translate-x: 55px;
  }

  .tw .xl\:translate-x-12{
    --tw-translate-x: 60px;
  }

  .tw .xl\:translate-x-13{
    --tw-translate-x: 65px;
  }

  .tw .xl\:translate-x-14{
    --tw-translate-x: 70px;
  }

  .tw .xl\:translate-x-15{
    --tw-translate-x: 75px;
  }

  .tw .xl\:translate-x-16{
    --tw-translate-x: 80px;
  }

  .tw .xl\:translate-x-17{
    --tw-translate-x: 85px;
  }

  .tw .xl\:translate-x-18{
    --tw-translate-x: 90px;
  }

  .tw .xl\:translate-x-19{
    --tw-translate-x: 95px;
  }

  .tw .xl\:translate-x-20{
    --tw-translate-x: 100px;
  }

  .tw .xl\:translate-x-21{
    --tw-translate-x: 105px;
  }

  .tw .xl\:translate-x-22{
    --tw-translate-x: 110px;
  }

  .tw .xl\:translate-x-23{
    --tw-translate-x: 115px;
  }

  .tw .xl\:translate-x-24{
    --tw-translate-x: 120px;
  }

  .tw .xl\:translate-x-25{
    --tw-translate-x: 125px;
  }

  .tw .xl\:translate-x-26{
    --tw-translate-x: 130px;
  }

  .tw .xl\:translate-x-27{
    --tw-translate-x: 135px;
  }

  .tw .xl\:translate-x-28{
    --tw-translate-x: 140px;
  }

  .tw .xl\:translate-x-29{
    --tw-translate-x: 145px;
  }

  .tw .xl\:translate-x-30{
    --tw-translate-x: 150px;
  }

  .tw .xl\:translate-x-31{
    --tw-translate-x: 155px;
  }

  .tw .xl\:translate-x-32{
    --tw-translate-x: 160px;
  }

  .tw .xl\:translate-x-33{
    --tw-translate-x: 165px;
  }

  .tw .xl\:translate-x-34{
    --tw-translate-x: 170px;
  }

  .tw .xl\:translate-x-35{
    --tw-translate-x: 175px;
  }

  .tw .xl\:translate-x-36{
    --tw-translate-x: 180px;
  }

  .tw .xl\:translate-x-37{
    --tw-translate-x: 185px;
  }

  .tw .xl\:translate-x-38{
    --tw-translate-x: 190px;
  }

  .tw .xl\:translate-x-39{
    --tw-translate-x: 195px;
  }

  .tw .xl\:translate-x-40{
    --tw-translate-x: 200px;
  }

  .tw .xl\:translate-x-41{
    --tw-translate-x: 205px;
  }

  .tw .xl\:translate-x-42{
    --tw-translate-x: 210px;
  }

  .tw .xl\:translate-x-43{
    --tw-translate-x: 215px;
  }

  .tw .xl\:translate-x-44{
    --tw-translate-x: 220px;
  }

  .tw .xl\:translate-x-45{
    --tw-translate-x: 225px;
  }

  .tw .xl\:translate-x-46{
    --tw-translate-x: 230px;
  }

  .tw .xl\:translate-x-47{
    --tw-translate-x: 235px;
  }

  .tw .xl\:translate-x-48{
    --tw-translate-x: 240px;
  }

  .tw .xl\:translate-x-49{
    --tw-translate-x: 245px;
  }

  .tw .xl\:translate-x-50{
    --tw-translate-x: 250px;
  }

  .tw .xl\:translate-x-51{
    --tw-translate-x: 255px;
  }

  .tw .xl\:translate-x-52{
    --tw-translate-x: 260px;
  }

  .tw .xl\:translate-x-53{
    --tw-translate-x: 265px;
  }

  .tw .xl\:translate-x-54{
    --tw-translate-x: 270px;
  }

  .tw .xl\:translate-x-55{
    --tw-translate-x: 275px;
  }

  .tw .xl\:translate-x-56{
    --tw-translate-x: 280px;
  }

  .tw .xl\:translate-x-57{
    --tw-translate-x: 285px;
  }

  .tw .xl\:translate-x-58{
    --tw-translate-x: 290px;
  }

  .tw .xl\:translate-x-59{
    --tw-translate-x: 295px;
  }

  .tw .xl\:translate-x-60{
    --tw-translate-x: 300px;
  }

  .tw .xl\:translate-x-61{
    --tw-translate-x: 305px;
  }

  .tw .xl\:translate-x-62{
    --tw-translate-x: 310px;
  }

  .tw .xl\:translate-x-63{
    --tw-translate-x: 315px;
  }

  .tw .xl\:translate-x-64{
    --tw-translate-x: 320px;
  }

  .tw .xl\:translate-x-65{
    --tw-translate-x: 325px;
  }

  .tw .xl\:translate-x-66{
    --tw-translate-x: 330px;
  }

  .tw .xl\:translate-x-67{
    --tw-translate-x: 335px;
  }

  .tw .xl\:translate-x-68{
    --tw-translate-x: 340px;
  }

  .tw .xl\:translate-x-69{
    --tw-translate-x: 345px;
  }

  .tw .xl\:translate-x-70{
    --tw-translate-x: 350px;
  }

  .tw .xl\:translate-x-71{
    --tw-translate-x: 355px;
  }

  .tw .xl\:translate-x-72{
    --tw-translate-x: 360px;
  }

  .tw .xl\:translate-x-73{
    --tw-translate-x: 365px;
  }

  .tw .xl\:translate-x-74{
    --tw-translate-x: 370px;
  }

  .tw .xl\:translate-x-75{
    --tw-translate-x: 375px;
  }

  .tw .xl\:translate-x-76{
    --tw-translate-x: 380px;
  }

  .tw .xl\:translate-x-77{
    --tw-translate-x: 385px;
  }

  .tw .xl\:translate-x-78{
    --tw-translate-x: 390px;
  }

  .tw .xl\:translate-x-79{
    --tw-translate-x: 395px;
  }

  .tw .xl\:translate-x-80{
    --tw-translate-x: 400px;
  }

  .tw .xl\:translate-x-81{
    --tw-translate-x: 405px;
  }

  .tw .xl\:translate-x-82{
    --tw-translate-x: 410px;
  }

  .tw .xl\:translate-x-83{
    --tw-translate-x: 415px;
  }

  .tw .xl\:translate-x-84{
    --tw-translate-x: 420px;
  }

  .tw .xl\:translate-x-85{
    --tw-translate-x: 425px;
  }

  .tw .xl\:translate-x-86{
    --tw-translate-x: 430px;
  }

  .tw .xl\:translate-x-87{
    --tw-translate-x: 435px;
  }

  .tw .xl\:translate-x-88{
    --tw-translate-x: 440px;
  }

  .tw .xl\:translate-x-89{
    --tw-translate-x: 445px;
  }

  .tw .xl\:translate-x-90{
    --tw-translate-x: 450px;
  }

  .tw .xl\:translate-x-91{
    --tw-translate-x: 455px;
  }

  .tw .xl\:translate-x-92{
    --tw-translate-x: 460px;
  }

  .tw .xl\:translate-x-93{
    --tw-translate-x: 465px;
  }

  .tw .xl\:translate-x-94{
    --tw-translate-x: 470px;
  }

  .tw .xl\:translate-x-95{
    --tw-translate-x: 475px;
  }

  .tw .xl\:translate-x-96{
    --tw-translate-x: 480px;
  }

  .tw .xl\:translate-x-97{
    --tw-translate-x: 485px;
  }

  .tw .xl\:translate-x-98{
    --tw-translate-x: 490px;
  }

  .tw .xl\:translate-x-99{
    --tw-translate-x: 495px;
  }

  .tw .xl\:translate-x-100{
    --tw-translate-x: 500px;
  }

  .tw .xl\:translate-x-101{
    --tw-translate-x: 505px;
  }

  .tw .xl\:translate-x-102{
    --tw-translate-x: 510px;
  }

  .tw .xl\:translate-x-103{
    --tw-translate-x: 515px;
  }

  .tw .xl\:translate-x-104{
    --tw-translate-x: 520px;
  }

  .tw .xl\:translate-x-105{
    --tw-translate-x: 525px;
  }

  .tw .xl\:translate-x-106{
    --tw-translate-x: 530px;
  }

  .tw .xl\:translate-x-107{
    --tw-translate-x: 535px;
  }

  .tw .xl\:translate-x-108{
    --tw-translate-x: 540px;
  }

  .tw .xl\:translate-x-109{
    --tw-translate-x: 545px;
  }

  .tw .xl\:translate-x-110{
    --tw-translate-x: 550px;
  }

  .tw .xl\:translate-x-111{
    --tw-translate-x: 555px;
  }

  .tw .xl\:translate-x-112{
    --tw-translate-x: 560px;
  }

  .tw .xl\:translate-x-113{
    --tw-translate-x: 565px;
  }

  .tw .xl\:translate-x-114{
    --tw-translate-x: 570px;
  }

  .tw .xl\:translate-x-115{
    --tw-translate-x: 575px;
  }

  .tw .xl\:translate-x-116{
    --tw-translate-x: 580px;
  }

  .tw .xl\:translate-x-117{
    --tw-translate-x: 585px;
  }

  .tw .xl\:translate-x-118{
    --tw-translate-x: 590px;
  }

  .tw .xl\:translate-x-119{
    --tw-translate-x: 595px;
  }

  .tw .xl\:translate-x-120{
    --tw-translate-x: 600px;
  }

  .tw .xl\:translate-x-121{
    --tw-translate-x: 605px;
  }

  .tw .xl\:translate-x-122{
    --tw-translate-x: 610px;
  }

  .tw .xl\:translate-x-123{
    --tw-translate-x: 615px;
  }

  .tw .xl\:translate-x-124{
    --tw-translate-x: 620px;
  }

  .tw .xl\:translate-x-125{
    --tw-translate-x: 625px;
  }

  .tw .xl\:translate-x-126{
    --tw-translate-x: 630px;
  }

  .tw .xl\:translate-x-127{
    --tw-translate-x: 635px;
  }

  .tw .xl\:translate-x-128{
    --tw-translate-x: 640px;
  }

  .tw .xl\:translate-x-129{
    --tw-translate-x: 645px;
  }

  .tw .xl\:translate-x-130{
    --tw-translate-x: 650px;
  }

  .tw .xl\:translate-x-131{
    --tw-translate-x: 655px;
  }

  .tw .xl\:translate-x-132{
    --tw-translate-x: 660px;
  }

  .tw .xl\:translate-x-133{
    --tw-translate-x: 665px;
  }

  .tw .xl\:translate-x-134{
    --tw-translate-x: 670px;
  }

  .tw .xl\:translate-x-135{
    --tw-translate-x: 675px;
  }

  .tw .xl\:translate-x-136{
    --tw-translate-x: 680px;
  }

  .tw .xl\:translate-x-137{
    --tw-translate-x: 685px;
  }

  .tw .xl\:translate-x-138{
    --tw-translate-x: 690px;
  }

  .tw .xl\:translate-x-139{
    --tw-translate-x: 695px;
  }

  .tw .xl\:translate-x-140{
    --tw-translate-x: 700px;
  }

  .tw .xl\:translate-x-141{
    --tw-translate-x: 705px;
  }

  .tw .xl\:translate-x-142{
    --tw-translate-x: 710px;
  }

  .tw .xl\:translate-x-143{
    --tw-translate-x: 715px;
  }

  .tw .xl\:translate-x-144{
    --tw-translate-x: 720px;
  }

  .tw .xl\:translate-x-145{
    --tw-translate-x: 725px;
  }

  .tw .xl\:translate-x-146{
    --tw-translate-x: 730px;
  }

  .tw .xl\:translate-x-147{
    --tw-translate-x: 735px;
  }

  .tw .xl\:translate-x-148{
    --tw-translate-x: 740px;
  }

  .tw .xl\:translate-x-149{
    --tw-translate-x: 745px;
  }

  .tw .xl\:translate-x-0\.5{
    --tw-translate-x: 3px;
  }

  .tw .xl\:translate-x-1px{
    --tw-translate-x: 1px;
  }

  .tw .xl\:translate-x-2px{
    --tw-translate-x: 2px;
  }

  .tw .xl\:translate-x-3px{
    --tw-translate-x: 3px;
  }

  .tw .xl\:translate-x-4px{
    --tw-translate-x: 4px;
  }

  .tw .xl\:translate-x-5px{
    --tw-translate-x: 5px;
  }

  .tw .xl\:translate-x-6px{
    --tw-translate-x: 6px;
  }

  .tw .xl\:translate-x-7px{
    --tw-translate-x: 7px;
  }

  .tw .xl\:translate-x-8px{
    --tw-translate-x: 8px;
  }

  .tw .xl\:translate-x-9px{
    --tw-translate-x: 9px;
  }

  .tw .xl\:translate-x-10px{
    --tw-translate-x: 10px;
  }

  .tw .xl\:translate-x-11px{
    --tw-translate-x: 11px;
  }

  .tw .xl\:translate-x-12px{
    --tw-translate-x: 12px;
  }

  .tw .xl\:translate-x-13px{
    --tw-translate-x: 13px;
  }

  .tw .xl\:translate-x-14px{
    --tw-translate-x: 14px;
  }

  .tw .xl\:translate-x-15px{
    --tw-translate-x: 15px;
  }

  .tw .xl\:translate-x-16px{
    --tw-translate-x: 16px;
  }

  .tw .xl\:translate-x-17px{
    --tw-translate-x: 17px;
  }

  .tw .xl\:translate-x-18px{
    --tw-translate-x: 18px;
  }

  .tw .xl\:translate-x-19px{
    --tw-translate-x: 19px;
  }

  .tw .xl\:translate-x-20px{
    --tw-translate-x: 20px;
  }

  .tw .xl\:translate-x-21px{
    --tw-translate-x: 21px;
  }

  .tw .xl\:translate-x-22px{
    --tw-translate-x: 22px;
  }

  .tw .xl\:translate-x-23px{
    --tw-translate-x: 23px;
  }

  .tw .xl\:translate-x-24px{
    --tw-translate-x: 24px;
  }

  .tw .xl\:translate-x-25px{
    --tw-translate-x: 25px;
  }

  .tw .xl\:translate-x-26px{
    --tw-translate-x: 26px;
  }

  .tw .xl\:translate-x-27px{
    --tw-translate-x: 27px;
  }

  .tw .xl\:translate-x-28px{
    --tw-translate-x: 28px;
  }

  .tw .xl\:translate-x-29px{
    --tw-translate-x: 29px;
  }

  .tw .xl\:translate-x-30px{
    --tw-translate-x: 30px;
  }

  .tw .xl\:translate-x-31px{
    --tw-translate-x: 31px;
  }

  .tw .xl\:translate-x-32px{
    --tw-translate-x: 32px;
  }

  .tw .xl\:translate-x-33px{
    --tw-translate-x: 33px;
  }

  .tw .xl\:translate-x-34px{
    --tw-translate-x: 34px;
  }

  .tw .xl\:translate-x-35px{
    --tw-translate-x: 35px;
  }

  .tw .xl\:translate-x-36px{
    --tw-translate-x: 36px;
  }

  .tw .xl\:translate-x-37px{
    --tw-translate-x: 37px;
  }

  .tw .xl\:translate-x-38px{
    --tw-translate-x: 38px;
  }

  .tw .xl\:translate-x-39px{
    --tw-translate-x: 39px;
  }

  .tw .xl\:translate-x-40px{
    --tw-translate-x: 40px;
  }

  .tw .xl\:-translate-x-0{
    --tw-translate-x: 0px;
  }

  .tw .xl\:-translate-x-1{
    --tw-translate-x: -5px;
  }

  .tw .xl\:-translate-x-2{
    --tw-translate-x: -10px;
  }

  .tw .xl\:-translate-x-3{
    --tw-translate-x: -15px;
  }

  .tw .xl\:-translate-x-4{
    --tw-translate-x: -20px;
  }

  .tw .xl\:-translate-x-5{
    --tw-translate-x: -25px;
  }

  .tw .xl\:-translate-x-6{
    --tw-translate-x: -30px;
  }

  .tw .xl\:-translate-x-7{
    --tw-translate-x: -35px;
  }

  .tw .xl\:-translate-x-8{
    --tw-translate-x: -40px;
  }

  .tw .xl\:-translate-x-9{
    --tw-translate-x: -45px;
  }

  .tw .xl\:-translate-x-10{
    --tw-translate-x: -50px;
  }

  .tw .xl\:-translate-x-11{
    --tw-translate-x: -55px;
  }

  .tw .xl\:-translate-x-12{
    --tw-translate-x: -60px;
  }

  .tw .xl\:-translate-x-13{
    --tw-translate-x: -65px;
  }

  .tw .xl\:-translate-x-14{
    --tw-translate-x: -70px;
  }

  .tw .xl\:-translate-x-15{
    --tw-translate-x: -75px;
  }

  .tw .xl\:-translate-x-16{
    --tw-translate-x: -80px;
  }

  .tw .xl\:-translate-x-17{
    --tw-translate-x: -85px;
  }

  .tw .xl\:-translate-x-18{
    --tw-translate-x: -90px;
  }

  .tw .xl\:-translate-x-19{
    --tw-translate-x: -95px;
  }

  .tw .xl\:-translate-x-20{
    --tw-translate-x: -100px;
  }

  .tw .xl\:-translate-x-21{
    --tw-translate-x: -105px;
  }

  .tw .xl\:-translate-x-22{
    --tw-translate-x: -110px;
  }

  .tw .xl\:-translate-x-23{
    --tw-translate-x: -115px;
  }

  .tw .xl\:-translate-x-24{
    --tw-translate-x: -120px;
  }

  .tw .xl\:-translate-x-25{
    --tw-translate-x: -125px;
  }

  .tw .xl\:-translate-x-26{
    --tw-translate-x: -130px;
  }

  .tw .xl\:-translate-x-27{
    --tw-translate-x: -135px;
  }

  .tw .xl\:-translate-x-28{
    --tw-translate-x: -140px;
  }

  .tw .xl\:-translate-x-29{
    --tw-translate-x: -145px;
  }

  .tw .xl\:-translate-x-30{
    --tw-translate-x: -150px;
  }

  .tw .xl\:-translate-x-31{
    --tw-translate-x: -155px;
  }

  .tw .xl\:-translate-x-32{
    --tw-translate-x: -160px;
  }

  .tw .xl\:-translate-x-33{
    --tw-translate-x: -165px;
  }

  .tw .xl\:-translate-x-34{
    --tw-translate-x: -170px;
  }

  .tw .xl\:-translate-x-35{
    --tw-translate-x: -175px;
  }

  .tw .xl\:-translate-x-36{
    --tw-translate-x: -180px;
  }

  .tw .xl\:-translate-x-37{
    --tw-translate-x: -185px;
  }

  .tw .xl\:-translate-x-38{
    --tw-translate-x: -190px;
  }

  .tw .xl\:-translate-x-39{
    --tw-translate-x: -195px;
  }

  .tw .xl\:-translate-x-40{
    --tw-translate-x: -200px;
  }

  .tw .xl\:-translate-x-41{
    --tw-translate-x: -205px;
  }

  .tw .xl\:-translate-x-42{
    --tw-translate-x: -210px;
  }

  .tw .xl\:-translate-x-43{
    --tw-translate-x: -215px;
  }

  .tw .xl\:-translate-x-44{
    --tw-translate-x: -220px;
  }

  .tw .xl\:-translate-x-45{
    --tw-translate-x: -225px;
  }

  .tw .xl\:-translate-x-46{
    --tw-translate-x: -230px;
  }

  .tw .xl\:-translate-x-47{
    --tw-translate-x: -235px;
  }

  .tw .xl\:-translate-x-48{
    --tw-translate-x: -240px;
  }

  .tw .xl\:-translate-x-49{
    --tw-translate-x: -245px;
  }

  .tw .xl\:-translate-x-50{
    --tw-translate-x: -250px;
  }

  .tw .xl\:-translate-x-51{
    --tw-translate-x: -255px;
  }

  .tw .xl\:-translate-x-52{
    --tw-translate-x: -260px;
  }

  .tw .xl\:-translate-x-53{
    --tw-translate-x: -265px;
  }

  .tw .xl\:-translate-x-54{
    --tw-translate-x: -270px;
  }

  .tw .xl\:-translate-x-55{
    --tw-translate-x: -275px;
  }

  .tw .xl\:-translate-x-56{
    --tw-translate-x: -280px;
  }

  .tw .xl\:-translate-x-57{
    --tw-translate-x: -285px;
  }

  .tw .xl\:-translate-x-58{
    --tw-translate-x: -290px;
  }

  .tw .xl\:-translate-x-59{
    --tw-translate-x: -295px;
  }

  .tw .xl\:-translate-x-60{
    --tw-translate-x: -300px;
  }

  .tw .xl\:-translate-x-61{
    --tw-translate-x: -305px;
  }

  .tw .xl\:-translate-x-62{
    --tw-translate-x: -310px;
  }

  .tw .xl\:-translate-x-63{
    --tw-translate-x: -315px;
  }

  .tw .xl\:-translate-x-64{
    --tw-translate-x: -320px;
  }

  .tw .xl\:-translate-x-65{
    --tw-translate-x: -325px;
  }

  .tw .xl\:-translate-x-66{
    --tw-translate-x: -330px;
  }

  .tw .xl\:-translate-x-67{
    --tw-translate-x: -335px;
  }

  .tw .xl\:-translate-x-68{
    --tw-translate-x: -340px;
  }

  .tw .xl\:-translate-x-69{
    --tw-translate-x: -345px;
  }

  .tw .xl\:-translate-x-70{
    --tw-translate-x: -350px;
  }

  .tw .xl\:-translate-x-71{
    --tw-translate-x: -355px;
  }

  .tw .xl\:-translate-x-72{
    --tw-translate-x: -360px;
  }

  .tw .xl\:-translate-x-73{
    --tw-translate-x: -365px;
  }

  .tw .xl\:-translate-x-74{
    --tw-translate-x: -370px;
  }

  .tw .xl\:-translate-x-75{
    --tw-translate-x: -375px;
  }

  .tw .xl\:-translate-x-76{
    --tw-translate-x: -380px;
  }

  .tw .xl\:-translate-x-77{
    --tw-translate-x: -385px;
  }

  .tw .xl\:-translate-x-78{
    --tw-translate-x: -390px;
  }

  .tw .xl\:-translate-x-79{
    --tw-translate-x: -395px;
  }

  .tw .xl\:-translate-x-80{
    --tw-translate-x: -400px;
  }

  .tw .xl\:-translate-x-81{
    --tw-translate-x: -405px;
  }

  .tw .xl\:-translate-x-82{
    --tw-translate-x: -410px;
  }

  .tw .xl\:-translate-x-83{
    --tw-translate-x: -415px;
  }

  .tw .xl\:-translate-x-84{
    --tw-translate-x: -420px;
  }

  .tw .xl\:-translate-x-85{
    --tw-translate-x: -425px;
  }

  .tw .xl\:-translate-x-86{
    --tw-translate-x: -430px;
  }

  .tw .xl\:-translate-x-87{
    --tw-translate-x: -435px;
  }

  .tw .xl\:-translate-x-88{
    --tw-translate-x: -440px;
  }

  .tw .xl\:-translate-x-89{
    --tw-translate-x: -445px;
  }

  .tw .xl\:-translate-x-90{
    --tw-translate-x: -450px;
  }

  .tw .xl\:-translate-x-91{
    --tw-translate-x: -455px;
  }

  .tw .xl\:-translate-x-92{
    --tw-translate-x: -460px;
  }

  .tw .xl\:-translate-x-93{
    --tw-translate-x: -465px;
  }

  .tw .xl\:-translate-x-94{
    --tw-translate-x: -470px;
  }

  .tw .xl\:-translate-x-95{
    --tw-translate-x: -475px;
  }

  .tw .xl\:-translate-x-96{
    --tw-translate-x: -480px;
  }

  .tw .xl\:-translate-x-97{
    --tw-translate-x: -485px;
  }

  .tw .xl\:-translate-x-98{
    --tw-translate-x: -490px;
  }

  .tw .xl\:-translate-x-99{
    --tw-translate-x: -495px;
  }

  .tw .xl\:-translate-x-100{
    --tw-translate-x: -500px;
  }

  .tw .xl\:-translate-x-101{
    --tw-translate-x: -505px;
  }

  .tw .xl\:-translate-x-102{
    --tw-translate-x: -510px;
  }

  .tw .xl\:-translate-x-103{
    --tw-translate-x: -515px;
  }

  .tw .xl\:-translate-x-104{
    --tw-translate-x: -520px;
  }

  .tw .xl\:-translate-x-105{
    --tw-translate-x: -525px;
  }

  .tw .xl\:-translate-x-106{
    --tw-translate-x: -530px;
  }

  .tw .xl\:-translate-x-107{
    --tw-translate-x: -535px;
  }

  .tw .xl\:-translate-x-108{
    --tw-translate-x: -540px;
  }

  .tw .xl\:-translate-x-109{
    --tw-translate-x: -545px;
  }

  .tw .xl\:-translate-x-110{
    --tw-translate-x: -550px;
  }

  .tw .xl\:-translate-x-111{
    --tw-translate-x: -555px;
  }

  .tw .xl\:-translate-x-112{
    --tw-translate-x: -560px;
  }

  .tw .xl\:-translate-x-113{
    --tw-translate-x: -565px;
  }

  .tw .xl\:-translate-x-114{
    --tw-translate-x: -570px;
  }

  .tw .xl\:-translate-x-115{
    --tw-translate-x: -575px;
  }

  .tw .xl\:-translate-x-116{
    --tw-translate-x: -580px;
  }

  .tw .xl\:-translate-x-117{
    --tw-translate-x: -585px;
  }

  .tw .xl\:-translate-x-118{
    --tw-translate-x: -590px;
  }

  .tw .xl\:-translate-x-119{
    --tw-translate-x: -595px;
  }

  .tw .xl\:-translate-x-120{
    --tw-translate-x: -600px;
  }

  .tw .xl\:-translate-x-121{
    --tw-translate-x: -605px;
  }

  .tw .xl\:-translate-x-122{
    --tw-translate-x: -610px;
  }

  .tw .xl\:-translate-x-123{
    --tw-translate-x: -615px;
  }

  .tw .xl\:-translate-x-124{
    --tw-translate-x: -620px;
  }

  .tw .xl\:-translate-x-125{
    --tw-translate-x: -625px;
  }

  .tw .xl\:-translate-x-126{
    --tw-translate-x: -630px;
  }

  .tw .xl\:-translate-x-127{
    --tw-translate-x: -635px;
  }

  .tw .xl\:-translate-x-128{
    --tw-translate-x: -640px;
  }

  .tw .xl\:-translate-x-129{
    --tw-translate-x: -645px;
  }

  .tw .xl\:-translate-x-130{
    --tw-translate-x: -650px;
  }

  .tw .xl\:-translate-x-131{
    --tw-translate-x: -655px;
  }

  .tw .xl\:-translate-x-132{
    --tw-translate-x: -660px;
  }

  .tw .xl\:-translate-x-133{
    --tw-translate-x: -665px;
  }

  .tw .xl\:-translate-x-134{
    --tw-translate-x: -670px;
  }

  .tw .xl\:-translate-x-135{
    --tw-translate-x: -675px;
  }

  .tw .xl\:-translate-x-136{
    --tw-translate-x: -680px;
  }

  .tw .xl\:-translate-x-137{
    --tw-translate-x: -685px;
  }

  .tw .xl\:-translate-x-138{
    --tw-translate-x: -690px;
  }

  .tw .xl\:-translate-x-139{
    --tw-translate-x: -695px;
  }

  .tw .xl\:-translate-x-140{
    --tw-translate-x: -700px;
  }

  .tw .xl\:-translate-x-141{
    --tw-translate-x: -705px;
  }

  .tw .xl\:-translate-x-142{
    --tw-translate-x: -710px;
  }

  .tw .xl\:-translate-x-143{
    --tw-translate-x: -715px;
  }

  .tw .xl\:-translate-x-144{
    --tw-translate-x: -720px;
  }

  .tw .xl\:-translate-x-145{
    --tw-translate-x: -725px;
  }

  .tw .xl\:-translate-x-146{
    --tw-translate-x: -730px;
  }

  .tw .xl\:-translate-x-147{
    --tw-translate-x: -735px;
  }

  .tw .xl\:-translate-x-148{
    --tw-translate-x: -740px;
  }

  .tw .xl\:-translate-x-149{
    --tw-translate-x: -745px;
  }

  .tw .xl\:-translate-x-0\.5{
    --tw-translate-x: -3px;
  }

  .tw .xl\:-translate-x-1px{
    --tw-translate-x: -1px;
  }

  .tw .xl\:-translate-x-2px{
    --tw-translate-x: -2px;
  }

  .tw .xl\:-translate-x-3px{
    --tw-translate-x: -3px;
  }

  .tw .xl\:-translate-x-4px{
    --tw-translate-x: -4px;
  }

  .tw .xl\:-translate-x-5px{
    --tw-translate-x: -5px;
  }

  .tw .xl\:-translate-x-6px{
    --tw-translate-x: -6px;
  }

  .tw .xl\:-translate-x-7px{
    --tw-translate-x: -7px;
  }

  .tw .xl\:-translate-x-8px{
    --tw-translate-x: -8px;
  }

  .tw .xl\:-translate-x-9px{
    --tw-translate-x: -9px;
  }

  .tw .xl\:-translate-x-10px{
    --tw-translate-x: -10px;
  }

  .tw .xl\:-translate-x-11px{
    --tw-translate-x: -11px;
  }

  .tw .xl\:-translate-x-12px{
    --tw-translate-x: -12px;
  }

  .tw .xl\:-translate-x-13px{
    --tw-translate-x: -13px;
  }

  .tw .xl\:-translate-x-14px{
    --tw-translate-x: -14px;
  }

  .tw .xl\:-translate-x-15px{
    --tw-translate-x: -15px;
  }

  .tw .xl\:-translate-x-16px{
    --tw-translate-x: -16px;
  }

  .tw .xl\:-translate-x-17px{
    --tw-translate-x: -17px;
  }

  .tw .xl\:-translate-x-18px{
    --tw-translate-x: -18px;
  }

  .tw .xl\:-translate-x-19px{
    --tw-translate-x: -19px;
  }

  .tw .xl\:-translate-x-20px{
    --tw-translate-x: -20px;
  }

  .tw .xl\:-translate-x-21px{
    --tw-translate-x: -21px;
  }

  .tw .xl\:-translate-x-22px{
    --tw-translate-x: -22px;
  }

  .tw .xl\:-translate-x-23px{
    --tw-translate-x: -23px;
  }

  .tw .xl\:-translate-x-24px{
    --tw-translate-x: -24px;
  }

  .tw .xl\:-translate-x-25px{
    --tw-translate-x: -25px;
  }

  .tw .xl\:-translate-x-26px{
    --tw-translate-x: -26px;
  }

  .tw .xl\:-translate-x-27px{
    --tw-translate-x: -27px;
  }

  .tw .xl\:-translate-x-28px{
    --tw-translate-x: -28px;
  }

  .tw .xl\:-translate-x-29px{
    --tw-translate-x: -29px;
  }

  .tw .xl\:-translate-x-30px{
    --tw-translate-x: -30px;
  }

  .tw .xl\:-translate-x-31px{
    --tw-translate-x: -31px;
  }

  .tw .xl\:-translate-x-32px{
    --tw-translate-x: -32px;
  }

  .tw .xl\:-translate-x-33px{
    --tw-translate-x: -33px;
  }

  .tw .xl\:-translate-x-34px{
    --tw-translate-x: -34px;
  }

  .tw .xl\:-translate-x-35px{
    --tw-translate-x: -35px;
  }

  .tw .xl\:-translate-x-36px{
    --tw-translate-x: -36px;
  }

  .tw .xl\:-translate-x-37px{
    --tw-translate-x: -37px;
  }

  .tw .xl\:-translate-x-38px{
    --tw-translate-x: -38px;
  }

  .tw .xl\:-translate-x-39px{
    --tw-translate-x: -39px;
  }

  .tw .xl\:-translate-x-40px{
    --tw-translate-x: -40px;
  }

  .tw .xl\:translate-x-1\/2{
    --tw-translate-x: 50%;
  }

  .tw .xl\:translate-x-1\/3{
    --tw-translate-x: 33.333333%;
  }

  .tw .xl\:translate-x-2\/3{
    --tw-translate-x: 66.666667%;
  }

  .tw .xl\:translate-x-1\/4{
    --tw-translate-x: 25%;
  }

  .tw .xl\:translate-x-2\/4{
    --tw-translate-x: 50%;
  }

  .tw .xl\:translate-x-3\/4{
    --tw-translate-x: 75%;
  }

  .tw .xl\:translate-x-full{
    --tw-translate-x: 100%;
  }

  .tw .xl\:-translate-x-1\/2{
    --tw-translate-x: -50%;
  }

  .tw .xl\:-translate-x-1\/3{
    --tw-translate-x: -33.333333%;
  }

  .tw .xl\:-translate-x-2\/3{
    --tw-translate-x: -66.666667%;
  }

  .tw .xl\:-translate-x-1\/4{
    --tw-translate-x: -25%;
  }

  .tw .xl\:-translate-x-2\/4{
    --tw-translate-x: -50%;
  }

  .tw .xl\:-translate-x-3\/4{
    --tw-translate-x: -75%;
  }

  .tw .xl\:-translate-x-full{
    --tw-translate-x: -100%;
  }

  .tw .xl\:translate-y-0{
    --tw-translate-y: 0px;
  }

  .tw .xl\:translate-y-1{
    --tw-translate-y: 5px;
  }

  .tw .xl\:translate-y-2{
    --tw-translate-y: 10px;
  }

  .tw .xl\:translate-y-3{
    --tw-translate-y: 15px;
  }

  .tw .xl\:translate-y-4{
    --tw-translate-y: 20px;
  }

  .tw .xl\:translate-y-5{
    --tw-translate-y: 25px;
  }

  .tw .xl\:translate-y-6{
    --tw-translate-y: 30px;
  }

  .tw .xl\:translate-y-7{
    --tw-translate-y: 35px;
  }

  .tw .xl\:translate-y-8{
    --tw-translate-y: 40px;
  }

  .tw .xl\:translate-y-9{
    --tw-translate-y: 45px;
  }

  .tw .xl\:translate-y-10{
    --tw-translate-y: 50px;
  }

  .tw .xl\:translate-y-11{
    --tw-translate-y: 55px;
  }

  .tw .xl\:translate-y-12{
    --tw-translate-y: 60px;
  }

  .tw .xl\:translate-y-13{
    --tw-translate-y: 65px;
  }

  .tw .xl\:translate-y-14{
    --tw-translate-y: 70px;
  }

  .tw .xl\:translate-y-15{
    --tw-translate-y: 75px;
  }

  .tw .xl\:translate-y-16{
    --tw-translate-y: 80px;
  }

  .tw .xl\:translate-y-17{
    --tw-translate-y: 85px;
  }

  .tw .xl\:translate-y-18{
    --tw-translate-y: 90px;
  }

  .tw .xl\:translate-y-19{
    --tw-translate-y: 95px;
  }

  .tw .xl\:translate-y-20{
    --tw-translate-y: 100px;
  }

  .tw .xl\:translate-y-21{
    --tw-translate-y: 105px;
  }

  .tw .xl\:translate-y-22{
    --tw-translate-y: 110px;
  }

  .tw .xl\:translate-y-23{
    --tw-translate-y: 115px;
  }

  .tw .xl\:translate-y-24{
    --tw-translate-y: 120px;
  }

  .tw .xl\:translate-y-25{
    --tw-translate-y: 125px;
  }

  .tw .xl\:translate-y-26{
    --tw-translate-y: 130px;
  }

  .tw .xl\:translate-y-27{
    --tw-translate-y: 135px;
  }

  .tw .xl\:translate-y-28{
    --tw-translate-y: 140px;
  }

  .tw .xl\:translate-y-29{
    --tw-translate-y: 145px;
  }

  .tw .xl\:translate-y-30{
    --tw-translate-y: 150px;
  }

  .tw .xl\:translate-y-31{
    --tw-translate-y: 155px;
  }

  .tw .xl\:translate-y-32{
    --tw-translate-y: 160px;
  }

  .tw .xl\:translate-y-33{
    --tw-translate-y: 165px;
  }

  .tw .xl\:translate-y-34{
    --tw-translate-y: 170px;
  }

  .tw .xl\:translate-y-35{
    --tw-translate-y: 175px;
  }

  .tw .xl\:translate-y-36{
    --tw-translate-y: 180px;
  }

  .tw .xl\:translate-y-37{
    --tw-translate-y: 185px;
  }

  .tw .xl\:translate-y-38{
    --tw-translate-y: 190px;
  }

  .tw .xl\:translate-y-39{
    --tw-translate-y: 195px;
  }

  .tw .xl\:translate-y-40{
    --tw-translate-y: 200px;
  }

  .tw .xl\:translate-y-41{
    --tw-translate-y: 205px;
  }

  .tw .xl\:translate-y-42{
    --tw-translate-y: 210px;
  }

  .tw .xl\:translate-y-43{
    --tw-translate-y: 215px;
  }

  .tw .xl\:translate-y-44{
    --tw-translate-y: 220px;
  }

  .tw .xl\:translate-y-45{
    --tw-translate-y: 225px;
  }

  .tw .xl\:translate-y-46{
    --tw-translate-y: 230px;
  }

  .tw .xl\:translate-y-47{
    --tw-translate-y: 235px;
  }

  .tw .xl\:translate-y-48{
    --tw-translate-y: 240px;
  }

  .tw .xl\:translate-y-49{
    --tw-translate-y: 245px;
  }

  .tw .xl\:translate-y-50{
    --tw-translate-y: 250px;
  }

  .tw .xl\:translate-y-51{
    --tw-translate-y: 255px;
  }

  .tw .xl\:translate-y-52{
    --tw-translate-y: 260px;
  }

  .tw .xl\:translate-y-53{
    --tw-translate-y: 265px;
  }

  .tw .xl\:translate-y-54{
    --tw-translate-y: 270px;
  }

  .tw .xl\:translate-y-55{
    --tw-translate-y: 275px;
  }

  .tw .xl\:translate-y-56{
    --tw-translate-y: 280px;
  }

  .tw .xl\:translate-y-57{
    --tw-translate-y: 285px;
  }

  .tw .xl\:translate-y-58{
    --tw-translate-y: 290px;
  }

  .tw .xl\:translate-y-59{
    --tw-translate-y: 295px;
  }

  .tw .xl\:translate-y-60{
    --tw-translate-y: 300px;
  }

  .tw .xl\:translate-y-61{
    --tw-translate-y: 305px;
  }

  .tw .xl\:translate-y-62{
    --tw-translate-y: 310px;
  }

  .tw .xl\:translate-y-63{
    --tw-translate-y: 315px;
  }

  .tw .xl\:translate-y-64{
    --tw-translate-y: 320px;
  }

  .tw .xl\:translate-y-65{
    --tw-translate-y: 325px;
  }

  .tw .xl\:translate-y-66{
    --tw-translate-y: 330px;
  }

  .tw .xl\:translate-y-67{
    --tw-translate-y: 335px;
  }

  .tw .xl\:translate-y-68{
    --tw-translate-y: 340px;
  }

  .tw .xl\:translate-y-69{
    --tw-translate-y: 345px;
  }

  .tw .xl\:translate-y-70{
    --tw-translate-y: 350px;
  }

  .tw .xl\:translate-y-71{
    --tw-translate-y: 355px;
  }

  .tw .xl\:translate-y-72{
    --tw-translate-y: 360px;
  }

  .tw .xl\:translate-y-73{
    --tw-translate-y: 365px;
  }

  .tw .xl\:translate-y-74{
    --tw-translate-y: 370px;
  }

  .tw .xl\:translate-y-75{
    --tw-translate-y: 375px;
  }

  .tw .xl\:translate-y-76{
    --tw-translate-y: 380px;
  }

  .tw .xl\:translate-y-77{
    --tw-translate-y: 385px;
  }

  .tw .xl\:translate-y-78{
    --tw-translate-y: 390px;
  }

  .tw .xl\:translate-y-79{
    --tw-translate-y: 395px;
  }

  .tw .xl\:translate-y-80{
    --tw-translate-y: 400px;
  }

  .tw .xl\:translate-y-81{
    --tw-translate-y: 405px;
  }

  .tw .xl\:translate-y-82{
    --tw-translate-y: 410px;
  }

  .tw .xl\:translate-y-83{
    --tw-translate-y: 415px;
  }

  .tw .xl\:translate-y-84{
    --tw-translate-y: 420px;
  }

  .tw .xl\:translate-y-85{
    --tw-translate-y: 425px;
  }

  .tw .xl\:translate-y-86{
    --tw-translate-y: 430px;
  }

  .tw .xl\:translate-y-87{
    --tw-translate-y: 435px;
  }

  .tw .xl\:translate-y-88{
    --tw-translate-y: 440px;
  }

  .tw .xl\:translate-y-89{
    --tw-translate-y: 445px;
  }

  .tw .xl\:translate-y-90{
    --tw-translate-y: 450px;
  }

  .tw .xl\:translate-y-91{
    --tw-translate-y: 455px;
  }

  .tw .xl\:translate-y-92{
    --tw-translate-y: 460px;
  }

  .tw .xl\:translate-y-93{
    --tw-translate-y: 465px;
  }

  .tw .xl\:translate-y-94{
    --tw-translate-y: 470px;
  }

  .tw .xl\:translate-y-95{
    --tw-translate-y: 475px;
  }

  .tw .xl\:translate-y-96{
    --tw-translate-y: 480px;
  }

  .tw .xl\:translate-y-97{
    --tw-translate-y: 485px;
  }

  .tw .xl\:translate-y-98{
    --tw-translate-y: 490px;
  }

  .tw .xl\:translate-y-99{
    --tw-translate-y: 495px;
  }

  .tw .xl\:translate-y-100{
    --tw-translate-y: 500px;
  }

  .tw .xl\:translate-y-101{
    --tw-translate-y: 505px;
  }

  .tw .xl\:translate-y-102{
    --tw-translate-y: 510px;
  }

  .tw .xl\:translate-y-103{
    --tw-translate-y: 515px;
  }

  .tw .xl\:translate-y-104{
    --tw-translate-y: 520px;
  }

  .tw .xl\:translate-y-105{
    --tw-translate-y: 525px;
  }

  .tw .xl\:translate-y-106{
    --tw-translate-y: 530px;
  }

  .tw .xl\:translate-y-107{
    --tw-translate-y: 535px;
  }

  .tw .xl\:translate-y-108{
    --tw-translate-y: 540px;
  }

  .tw .xl\:translate-y-109{
    --tw-translate-y: 545px;
  }

  .tw .xl\:translate-y-110{
    --tw-translate-y: 550px;
  }

  .tw .xl\:translate-y-111{
    --tw-translate-y: 555px;
  }

  .tw .xl\:translate-y-112{
    --tw-translate-y: 560px;
  }

  .tw .xl\:translate-y-113{
    --tw-translate-y: 565px;
  }

  .tw .xl\:translate-y-114{
    --tw-translate-y: 570px;
  }

  .tw .xl\:translate-y-115{
    --tw-translate-y: 575px;
  }

  .tw .xl\:translate-y-116{
    --tw-translate-y: 580px;
  }

  .tw .xl\:translate-y-117{
    --tw-translate-y: 585px;
  }

  .tw .xl\:translate-y-118{
    --tw-translate-y: 590px;
  }

  .tw .xl\:translate-y-119{
    --tw-translate-y: 595px;
  }

  .tw .xl\:translate-y-120{
    --tw-translate-y: 600px;
  }

  .tw .xl\:translate-y-121{
    --tw-translate-y: 605px;
  }

  .tw .xl\:translate-y-122{
    --tw-translate-y: 610px;
  }

  .tw .xl\:translate-y-123{
    --tw-translate-y: 615px;
  }

  .tw .xl\:translate-y-124{
    --tw-translate-y: 620px;
  }

  .tw .xl\:translate-y-125{
    --tw-translate-y: 625px;
  }

  .tw .xl\:translate-y-126{
    --tw-translate-y: 630px;
  }

  .tw .xl\:translate-y-127{
    --tw-translate-y: 635px;
  }

  .tw .xl\:translate-y-128{
    --tw-translate-y: 640px;
  }

  .tw .xl\:translate-y-129{
    --tw-translate-y: 645px;
  }

  .tw .xl\:translate-y-130{
    --tw-translate-y: 650px;
  }

  .tw .xl\:translate-y-131{
    --tw-translate-y: 655px;
  }

  .tw .xl\:translate-y-132{
    --tw-translate-y: 660px;
  }

  .tw .xl\:translate-y-133{
    --tw-translate-y: 665px;
  }

  .tw .xl\:translate-y-134{
    --tw-translate-y: 670px;
  }

  .tw .xl\:translate-y-135{
    --tw-translate-y: 675px;
  }

  .tw .xl\:translate-y-136{
    --tw-translate-y: 680px;
  }

  .tw .xl\:translate-y-137{
    --tw-translate-y: 685px;
  }

  .tw .xl\:translate-y-138{
    --tw-translate-y: 690px;
  }

  .tw .xl\:translate-y-139{
    --tw-translate-y: 695px;
  }

  .tw .xl\:translate-y-140{
    --tw-translate-y: 700px;
  }

  .tw .xl\:translate-y-141{
    --tw-translate-y: 705px;
  }

  .tw .xl\:translate-y-142{
    --tw-translate-y: 710px;
  }

  .tw .xl\:translate-y-143{
    --tw-translate-y: 715px;
  }

  .tw .xl\:translate-y-144{
    --tw-translate-y: 720px;
  }

  .tw .xl\:translate-y-145{
    --tw-translate-y: 725px;
  }

  .tw .xl\:translate-y-146{
    --tw-translate-y: 730px;
  }

  .tw .xl\:translate-y-147{
    --tw-translate-y: 735px;
  }

  .tw .xl\:translate-y-148{
    --tw-translate-y: 740px;
  }

  .tw .xl\:translate-y-149{
    --tw-translate-y: 745px;
  }

  .tw .xl\:translate-y-0\.5{
    --tw-translate-y: 3px;
  }

  .tw .xl\:translate-y-1px{
    --tw-translate-y: 1px;
  }

  .tw .xl\:translate-y-2px{
    --tw-translate-y: 2px;
  }

  .tw .xl\:translate-y-3px{
    --tw-translate-y: 3px;
  }

  .tw .xl\:translate-y-4px{
    --tw-translate-y: 4px;
  }

  .tw .xl\:translate-y-5px{
    --tw-translate-y: 5px;
  }

  .tw .xl\:translate-y-6px{
    --tw-translate-y: 6px;
  }

  .tw .xl\:translate-y-7px{
    --tw-translate-y: 7px;
  }

  .tw .xl\:translate-y-8px{
    --tw-translate-y: 8px;
  }

  .tw .xl\:translate-y-9px{
    --tw-translate-y: 9px;
  }

  .tw .xl\:translate-y-10px{
    --tw-translate-y: 10px;
  }

  .tw .xl\:translate-y-11px{
    --tw-translate-y: 11px;
  }

  .tw .xl\:translate-y-12px{
    --tw-translate-y: 12px;
  }

  .tw .xl\:translate-y-13px{
    --tw-translate-y: 13px;
  }

  .tw .xl\:translate-y-14px{
    --tw-translate-y: 14px;
  }

  .tw .xl\:translate-y-15px{
    --tw-translate-y: 15px;
  }

  .tw .xl\:translate-y-16px{
    --tw-translate-y: 16px;
  }

  .tw .xl\:translate-y-17px{
    --tw-translate-y: 17px;
  }

  .tw .xl\:translate-y-18px{
    --tw-translate-y: 18px;
  }

  .tw .xl\:translate-y-19px{
    --tw-translate-y: 19px;
  }

  .tw .xl\:translate-y-20px{
    --tw-translate-y: 20px;
  }

  .tw .xl\:translate-y-21px{
    --tw-translate-y: 21px;
  }

  .tw .xl\:translate-y-22px{
    --tw-translate-y: 22px;
  }

  .tw .xl\:translate-y-23px{
    --tw-translate-y: 23px;
  }

  .tw .xl\:translate-y-24px{
    --tw-translate-y: 24px;
  }

  .tw .xl\:translate-y-25px{
    --tw-translate-y: 25px;
  }

  .tw .xl\:translate-y-26px{
    --tw-translate-y: 26px;
  }

  .tw .xl\:translate-y-27px{
    --tw-translate-y: 27px;
  }

  .tw .xl\:translate-y-28px{
    --tw-translate-y: 28px;
  }

  .tw .xl\:translate-y-29px{
    --tw-translate-y: 29px;
  }

  .tw .xl\:translate-y-30px{
    --tw-translate-y: 30px;
  }

  .tw .xl\:translate-y-31px{
    --tw-translate-y: 31px;
  }

  .tw .xl\:translate-y-32px{
    --tw-translate-y: 32px;
  }

  .tw .xl\:translate-y-33px{
    --tw-translate-y: 33px;
  }

  .tw .xl\:translate-y-34px{
    --tw-translate-y: 34px;
  }

  .tw .xl\:translate-y-35px{
    --tw-translate-y: 35px;
  }

  .tw .xl\:translate-y-36px{
    --tw-translate-y: 36px;
  }

  .tw .xl\:translate-y-37px{
    --tw-translate-y: 37px;
  }

  .tw .xl\:translate-y-38px{
    --tw-translate-y: 38px;
  }

  .tw .xl\:translate-y-39px{
    --tw-translate-y: 39px;
  }

  .tw .xl\:translate-y-40px{
    --tw-translate-y: 40px;
  }

  .tw .xl\:-translate-y-0{
    --tw-translate-y: 0px;
  }

  .tw .xl\:-translate-y-1{
    --tw-translate-y: -5px;
  }

  .tw .xl\:-translate-y-2{
    --tw-translate-y: -10px;
  }

  .tw .xl\:-translate-y-3{
    --tw-translate-y: -15px;
  }

  .tw .xl\:-translate-y-4{
    --tw-translate-y: -20px;
  }

  .tw .xl\:-translate-y-5{
    --tw-translate-y: -25px;
  }

  .tw .xl\:-translate-y-6{
    --tw-translate-y: -30px;
  }

  .tw .xl\:-translate-y-7{
    --tw-translate-y: -35px;
  }

  .tw .xl\:-translate-y-8{
    --tw-translate-y: -40px;
  }

  .tw .xl\:-translate-y-9{
    --tw-translate-y: -45px;
  }

  .tw .xl\:-translate-y-10{
    --tw-translate-y: -50px;
  }

  .tw .xl\:-translate-y-11{
    --tw-translate-y: -55px;
  }

  .tw .xl\:-translate-y-12{
    --tw-translate-y: -60px;
  }

  .tw .xl\:-translate-y-13{
    --tw-translate-y: -65px;
  }

  .tw .xl\:-translate-y-14{
    --tw-translate-y: -70px;
  }

  .tw .xl\:-translate-y-15{
    --tw-translate-y: -75px;
  }

  .tw .xl\:-translate-y-16{
    --tw-translate-y: -80px;
  }

  .tw .xl\:-translate-y-17{
    --tw-translate-y: -85px;
  }

  .tw .xl\:-translate-y-18{
    --tw-translate-y: -90px;
  }

  .tw .xl\:-translate-y-19{
    --tw-translate-y: -95px;
  }

  .tw .xl\:-translate-y-20{
    --tw-translate-y: -100px;
  }

  .tw .xl\:-translate-y-21{
    --tw-translate-y: -105px;
  }

  .tw .xl\:-translate-y-22{
    --tw-translate-y: -110px;
  }

  .tw .xl\:-translate-y-23{
    --tw-translate-y: -115px;
  }

  .tw .xl\:-translate-y-24{
    --tw-translate-y: -120px;
  }

  .tw .xl\:-translate-y-25{
    --tw-translate-y: -125px;
  }

  .tw .xl\:-translate-y-26{
    --tw-translate-y: -130px;
  }

  .tw .xl\:-translate-y-27{
    --tw-translate-y: -135px;
  }

  .tw .xl\:-translate-y-28{
    --tw-translate-y: -140px;
  }

  .tw .xl\:-translate-y-29{
    --tw-translate-y: -145px;
  }

  .tw .xl\:-translate-y-30{
    --tw-translate-y: -150px;
  }

  .tw .xl\:-translate-y-31{
    --tw-translate-y: -155px;
  }

  .tw .xl\:-translate-y-32{
    --tw-translate-y: -160px;
  }

  .tw .xl\:-translate-y-33{
    --tw-translate-y: -165px;
  }

  .tw .xl\:-translate-y-34{
    --tw-translate-y: -170px;
  }

  .tw .xl\:-translate-y-35{
    --tw-translate-y: -175px;
  }

  .tw .xl\:-translate-y-36{
    --tw-translate-y: -180px;
  }

  .tw .xl\:-translate-y-37{
    --tw-translate-y: -185px;
  }

  .tw .xl\:-translate-y-38{
    --tw-translate-y: -190px;
  }

  .tw .xl\:-translate-y-39{
    --tw-translate-y: -195px;
  }

  .tw .xl\:-translate-y-40{
    --tw-translate-y: -200px;
  }

  .tw .xl\:-translate-y-41{
    --tw-translate-y: -205px;
  }

  .tw .xl\:-translate-y-42{
    --tw-translate-y: -210px;
  }

  .tw .xl\:-translate-y-43{
    --tw-translate-y: -215px;
  }

  .tw .xl\:-translate-y-44{
    --tw-translate-y: -220px;
  }

  .tw .xl\:-translate-y-45{
    --tw-translate-y: -225px;
  }

  .tw .xl\:-translate-y-46{
    --tw-translate-y: -230px;
  }

  .tw .xl\:-translate-y-47{
    --tw-translate-y: -235px;
  }

  .tw .xl\:-translate-y-48{
    --tw-translate-y: -240px;
  }

  .tw .xl\:-translate-y-49{
    --tw-translate-y: -245px;
  }

  .tw .xl\:-translate-y-50{
    --tw-translate-y: -250px;
  }

  .tw .xl\:-translate-y-51{
    --tw-translate-y: -255px;
  }

  .tw .xl\:-translate-y-52{
    --tw-translate-y: -260px;
  }

  .tw .xl\:-translate-y-53{
    --tw-translate-y: -265px;
  }

  .tw .xl\:-translate-y-54{
    --tw-translate-y: -270px;
  }

  .tw .xl\:-translate-y-55{
    --tw-translate-y: -275px;
  }

  .tw .xl\:-translate-y-56{
    --tw-translate-y: -280px;
  }

  .tw .xl\:-translate-y-57{
    --tw-translate-y: -285px;
  }

  .tw .xl\:-translate-y-58{
    --tw-translate-y: -290px;
  }

  .tw .xl\:-translate-y-59{
    --tw-translate-y: -295px;
  }

  .tw .xl\:-translate-y-60{
    --tw-translate-y: -300px;
  }

  .tw .xl\:-translate-y-61{
    --tw-translate-y: -305px;
  }

  .tw .xl\:-translate-y-62{
    --tw-translate-y: -310px;
  }

  .tw .xl\:-translate-y-63{
    --tw-translate-y: -315px;
  }

  .tw .xl\:-translate-y-64{
    --tw-translate-y: -320px;
  }

  .tw .xl\:-translate-y-65{
    --tw-translate-y: -325px;
  }

  .tw .xl\:-translate-y-66{
    --tw-translate-y: -330px;
  }

  .tw .xl\:-translate-y-67{
    --tw-translate-y: -335px;
  }

  .tw .xl\:-translate-y-68{
    --tw-translate-y: -340px;
  }

  .tw .xl\:-translate-y-69{
    --tw-translate-y: -345px;
  }

  .tw .xl\:-translate-y-70{
    --tw-translate-y: -350px;
  }

  .tw .xl\:-translate-y-71{
    --tw-translate-y: -355px;
  }

  .tw .xl\:-translate-y-72{
    --tw-translate-y: -360px;
  }

  .tw .xl\:-translate-y-73{
    --tw-translate-y: -365px;
  }

  .tw .xl\:-translate-y-74{
    --tw-translate-y: -370px;
  }

  .tw .xl\:-translate-y-75{
    --tw-translate-y: -375px;
  }

  .tw .xl\:-translate-y-76{
    --tw-translate-y: -380px;
  }

  .tw .xl\:-translate-y-77{
    --tw-translate-y: -385px;
  }

  .tw .xl\:-translate-y-78{
    --tw-translate-y: -390px;
  }

  .tw .xl\:-translate-y-79{
    --tw-translate-y: -395px;
  }

  .tw .xl\:-translate-y-80{
    --tw-translate-y: -400px;
  }

  .tw .xl\:-translate-y-81{
    --tw-translate-y: -405px;
  }

  .tw .xl\:-translate-y-82{
    --tw-translate-y: -410px;
  }

  .tw .xl\:-translate-y-83{
    --tw-translate-y: -415px;
  }

  .tw .xl\:-translate-y-84{
    --tw-translate-y: -420px;
  }

  .tw .xl\:-translate-y-85{
    --tw-translate-y: -425px;
  }

  .tw .xl\:-translate-y-86{
    --tw-translate-y: -430px;
  }

  .tw .xl\:-translate-y-87{
    --tw-translate-y: -435px;
  }

  .tw .xl\:-translate-y-88{
    --tw-translate-y: -440px;
  }

  .tw .xl\:-translate-y-89{
    --tw-translate-y: -445px;
  }

  .tw .xl\:-translate-y-90{
    --tw-translate-y: -450px;
  }

  .tw .xl\:-translate-y-91{
    --tw-translate-y: -455px;
  }

  .tw .xl\:-translate-y-92{
    --tw-translate-y: -460px;
  }

  .tw .xl\:-translate-y-93{
    --tw-translate-y: -465px;
  }

  .tw .xl\:-translate-y-94{
    --tw-translate-y: -470px;
  }

  .tw .xl\:-translate-y-95{
    --tw-translate-y: -475px;
  }

  .tw .xl\:-translate-y-96{
    --tw-translate-y: -480px;
  }

  .tw .xl\:-translate-y-97{
    --tw-translate-y: -485px;
  }

  .tw .xl\:-translate-y-98{
    --tw-translate-y: -490px;
  }

  .tw .xl\:-translate-y-99{
    --tw-translate-y: -495px;
  }

  .tw .xl\:-translate-y-100{
    --tw-translate-y: -500px;
  }

  .tw .xl\:-translate-y-101{
    --tw-translate-y: -505px;
  }

  .tw .xl\:-translate-y-102{
    --tw-translate-y: -510px;
  }

  .tw .xl\:-translate-y-103{
    --tw-translate-y: -515px;
  }

  .tw .xl\:-translate-y-104{
    --tw-translate-y: -520px;
  }

  .tw .xl\:-translate-y-105{
    --tw-translate-y: -525px;
  }

  .tw .xl\:-translate-y-106{
    --tw-translate-y: -530px;
  }

  .tw .xl\:-translate-y-107{
    --tw-translate-y: -535px;
  }

  .tw .xl\:-translate-y-108{
    --tw-translate-y: -540px;
  }

  .tw .xl\:-translate-y-109{
    --tw-translate-y: -545px;
  }

  .tw .xl\:-translate-y-110{
    --tw-translate-y: -550px;
  }

  .tw .xl\:-translate-y-111{
    --tw-translate-y: -555px;
  }

  .tw .xl\:-translate-y-112{
    --tw-translate-y: -560px;
  }

  .tw .xl\:-translate-y-113{
    --tw-translate-y: -565px;
  }

  .tw .xl\:-translate-y-114{
    --tw-translate-y: -570px;
  }

  .tw .xl\:-translate-y-115{
    --tw-translate-y: -575px;
  }

  .tw .xl\:-translate-y-116{
    --tw-translate-y: -580px;
  }

  .tw .xl\:-translate-y-117{
    --tw-translate-y: -585px;
  }

  .tw .xl\:-translate-y-118{
    --tw-translate-y: -590px;
  }

  .tw .xl\:-translate-y-119{
    --tw-translate-y: -595px;
  }

  .tw .xl\:-translate-y-120{
    --tw-translate-y: -600px;
  }

  .tw .xl\:-translate-y-121{
    --tw-translate-y: -605px;
  }

  .tw .xl\:-translate-y-122{
    --tw-translate-y: -610px;
  }

  .tw .xl\:-translate-y-123{
    --tw-translate-y: -615px;
  }

  .tw .xl\:-translate-y-124{
    --tw-translate-y: -620px;
  }

  .tw .xl\:-translate-y-125{
    --tw-translate-y: -625px;
  }

  .tw .xl\:-translate-y-126{
    --tw-translate-y: -630px;
  }

  .tw .xl\:-translate-y-127{
    --tw-translate-y: -635px;
  }

  .tw .xl\:-translate-y-128{
    --tw-translate-y: -640px;
  }

  .tw .xl\:-translate-y-129{
    --tw-translate-y: -645px;
  }

  .tw .xl\:-translate-y-130{
    --tw-translate-y: -650px;
  }

  .tw .xl\:-translate-y-131{
    --tw-translate-y: -655px;
  }

  .tw .xl\:-translate-y-132{
    --tw-translate-y: -660px;
  }

  .tw .xl\:-translate-y-133{
    --tw-translate-y: -665px;
  }

  .tw .xl\:-translate-y-134{
    --tw-translate-y: -670px;
  }

  .tw .xl\:-translate-y-135{
    --tw-translate-y: -675px;
  }

  .tw .xl\:-translate-y-136{
    --tw-translate-y: -680px;
  }

  .tw .xl\:-translate-y-137{
    --tw-translate-y: -685px;
  }

  .tw .xl\:-translate-y-138{
    --tw-translate-y: -690px;
  }

  .tw .xl\:-translate-y-139{
    --tw-translate-y: -695px;
  }

  .tw .xl\:-translate-y-140{
    --tw-translate-y: -700px;
  }

  .tw .xl\:-translate-y-141{
    --tw-translate-y: -705px;
  }

  .tw .xl\:-translate-y-142{
    --tw-translate-y: -710px;
  }

  .tw .xl\:-translate-y-143{
    --tw-translate-y: -715px;
  }

  .tw .xl\:-translate-y-144{
    --tw-translate-y: -720px;
  }

  .tw .xl\:-translate-y-145{
    --tw-translate-y: -725px;
  }

  .tw .xl\:-translate-y-146{
    --tw-translate-y: -730px;
  }

  .tw .xl\:-translate-y-147{
    --tw-translate-y: -735px;
  }

  .tw .xl\:-translate-y-148{
    --tw-translate-y: -740px;
  }

  .tw .xl\:-translate-y-149{
    --tw-translate-y: -745px;
  }

  .tw .xl\:-translate-y-0\.5{
    --tw-translate-y: -3px;
  }

  .tw .xl\:-translate-y-1px{
    --tw-translate-y: -1px;
  }

  .tw .xl\:-translate-y-2px{
    --tw-translate-y: -2px;
  }

  .tw .xl\:-translate-y-3px{
    --tw-translate-y: -3px;
  }

  .tw .xl\:-translate-y-4px{
    --tw-translate-y: -4px;
  }

  .tw .xl\:-translate-y-5px{
    --tw-translate-y: -5px;
  }

  .tw .xl\:-translate-y-6px{
    --tw-translate-y: -6px;
  }

  .tw .xl\:-translate-y-7px{
    --tw-translate-y: -7px;
  }

  .tw .xl\:-translate-y-8px{
    --tw-translate-y: -8px;
  }

  .tw .xl\:-translate-y-9px{
    --tw-translate-y: -9px;
  }

  .tw .xl\:-translate-y-10px{
    --tw-translate-y: -10px;
  }

  .tw .xl\:-translate-y-11px{
    --tw-translate-y: -11px;
  }

  .tw .xl\:-translate-y-12px{
    --tw-translate-y: -12px;
  }

  .tw .xl\:-translate-y-13px{
    --tw-translate-y: -13px;
  }

  .tw .xl\:-translate-y-14px{
    --tw-translate-y: -14px;
  }

  .tw .xl\:-translate-y-15px{
    --tw-translate-y: -15px;
  }

  .tw .xl\:-translate-y-16px{
    --tw-translate-y: -16px;
  }

  .tw .xl\:-translate-y-17px{
    --tw-translate-y: -17px;
  }

  .tw .xl\:-translate-y-18px{
    --tw-translate-y: -18px;
  }

  .tw .xl\:-translate-y-19px{
    --tw-translate-y: -19px;
  }

  .tw .xl\:-translate-y-20px{
    --tw-translate-y: -20px;
  }

  .tw .xl\:-translate-y-21px{
    --tw-translate-y: -21px;
  }

  .tw .xl\:-translate-y-22px{
    --tw-translate-y: -22px;
  }

  .tw .xl\:-translate-y-23px{
    --tw-translate-y: -23px;
  }

  .tw .xl\:-translate-y-24px{
    --tw-translate-y: -24px;
  }

  .tw .xl\:-translate-y-25px{
    --tw-translate-y: -25px;
  }

  .tw .xl\:-translate-y-26px{
    --tw-translate-y: -26px;
  }

  .tw .xl\:-translate-y-27px{
    --tw-translate-y: -27px;
  }

  .tw .xl\:-translate-y-28px{
    --tw-translate-y: -28px;
  }

  .tw .xl\:-translate-y-29px{
    --tw-translate-y: -29px;
  }

  .tw .xl\:-translate-y-30px{
    --tw-translate-y: -30px;
  }

  .tw .xl\:-translate-y-31px{
    --tw-translate-y: -31px;
  }

  .tw .xl\:-translate-y-32px{
    --tw-translate-y: -32px;
  }

  .tw .xl\:-translate-y-33px{
    --tw-translate-y: -33px;
  }

  .tw .xl\:-translate-y-34px{
    --tw-translate-y: -34px;
  }

  .tw .xl\:-translate-y-35px{
    --tw-translate-y: -35px;
  }

  .tw .xl\:-translate-y-36px{
    --tw-translate-y: -36px;
  }

  .tw .xl\:-translate-y-37px{
    --tw-translate-y: -37px;
  }

  .tw .xl\:-translate-y-38px{
    --tw-translate-y: -38px;
  }

  .tw .xl\:-translate-y-39px{
    --tw-translate-y: -39px;
  }

  .tw .xl\:-translate-y-40px{
    --tw-translate-y: -40px;
  }

  .tw .xl\:translate-y-1\/2{
    --tw-translate-y: 50%;
  }

  .tw .xl\:translate-y-1\/3{
    --tw-translate-y: 33.333333%;
  }

  .tw .xl\:translate-y-2\/3{
    --tw-translate-y: 66.666667%;
  }

  .tw .xl\:translate-y-1\/4{
    --tw-translate-y: 25%;
  }

  .tw .xl\:translate-y-2\/4{
    --tw-translate-y: 50%;
  }

  .tw .xl\:translate-y-3\/4{
    --tw-translate-y: 75%;
  }

  .tw .xl\:translate-y-full{
    --tw-translate-y: 100%;
  }

  .tw .xl\:-translate-y-1\/2{
    --tw-translate-y: -50%;
  }

  .tw .xl\:-translate-y-1\/3{
    --tw-translate-y: -33.333333%;
  }

  .tw .xl\:-translate-y-2\/3{
    --tw-translate-y: -66.666667%;
  }

  .tw .xl\:-translate-y-1\/4{
    --tw-translate-y: -25%;
  }

  .tw .xl\:-translate-y-2\/4{
    --tw-translate-y: -50%;
  }

  .tw .xl\:-translate-y-3\/4{
    --tw-translate-y: -75%;
  }

  .tw .xl\:-translate-y-full{
    --tw-translate-y: -100%;
  }

  .tw .group:hover .xl\:group-hover\:translate-x-0{
    --tw-translate-x: 0px;
  }

  .tw .group:hover .xl\:group-hover\:translate-x-1{
    --tw-translate-x: 5px;
  }

  .tw .group:hover .xl\:group-hover\:translate-x-2{
    --tw-translate-x: 10px;
  }

  .tw .group:hover .xl\:group-hover\:translate-x-3{
    --tw-translate-x: 15px;
  }

  .tw .group:hover .xl\:group-hover\:translate-x-4{
    --tw-translate-x: 20px;
  }

  .tw .group:hover .xl\:group-hover\:translate-x-5{
    --tw-translate-x: 25px;
  }

  .tw .group:hover .xl\:group-hover\:translate-x-6{
    --tw-translate-x: 30px;
  }

  .tw .group:hover .xl\:group-hover\:translate-x-7{
    --tw-translate-x: 35px;
  }

  .tw .group:hover .xl\:group-hover\:translate-x-8{
    --tw-translate-x: 40px;
  }

  .tw .group:hover .xl\:group-hover\:translate-x-9{
    --tw-translate-x: 45px;
  }

  .tw .group:hover .xl\:group-hover\:translate-x-10{
    --tw-translate-x: 50px;
  }

  .tw .group:hover .xl\:group-hover\:translate-x-11{
    --tw-translate-x: 55px;
  }

  .tw .group:hover .xl\:group-hover\:translate-x-12{
    --tw-translate-x: 60px;
  }

  .tw .group:hover .xl\:group-hover\:translate-x-13{
    --tw-translate-x: 65px;
  }

  .tw .group:hover .xl\:group-hover\:translate-x-14{
    --tw-translate-x: 70px;
  }

  .tw .group:hover .xl\:group-hover\:translate-x-15{
    --tw-translate-x: 75px;
  }

  .tw .group:hover .xl\:group-hover\:translate-x-16{
    --tw-translate-x: 80px;
  }

  .tw .group:hover .xl\:group-hover\:translate-x-17{
    --tw-translate-x: 85px;
  }

  .tw .group:hover .xl\:group-hover\:translate-x-18{
    --tw-translate-x: 90px;
  }

  .tw .group:hover .xl\:group-hover\:translate-x-19{
    --tw-translate-x: 95px;
  }

  .tw .group:hover .xl\:group-hover\:translate-x-20{
    --tw-translate-x: 100px;
  }

  .tw .group:hover .xl\:group-hover\:translate-x-21{
    --tw-translate-x: 105px;
  }

  .tw .group:hover .xl\:group-hover\:translate-x-22{
    --tw-translate-x: 110px;
  }

  .tw .group:hover .xl\:group-hover\:translate-x-23{
    --tw-translate-x: 115px;
  }

  .tw .group:hover .xl\:group-hover\:translate-x-24{
    --tw-translate-x: 120px;
  }

  .tw .group:hover .xl\:group-hover\:translate-x-25{
    --tw-translate-x: 125px;
  }

  .tw .group:hover .xl\:group-hover\:translate-x-26{
    --tw-translate-x: 130px;
  }

  .tw .group:hover .xl\:group-hover\:translate-x-27{
    --tw-translate-x: 135px;
  }

  .tw .group:hover .xl\:group-hover\:translate-x-28{
    --tw-translate-x: 140px;
  }

  .tw .group:hover .xl\:group-hover\:translate-x-29{
    --tw-translate-x: 145px;
  }

  .tw .group:hover .xl\:group-hover\:translate-x-30{
    --tw-translate-x: 150px;
  }

  .tw .group:hover .xl\:group-hover\:translate-x-31{
    --tw-translate-x: 155px;
  }

  .tw .group:hover .xl\:group-hover\:translate-x-32{
    --tw-translate-x: 160px;
  }

  .tw .group:hover .xl\:group-hover\:translate-x-33{
    --tw-translate-x: 165px;
  }

  .tw .group:hover .xl\:group-hover\:translate-x-34{
    --tw-translate-x: 170px;
  }

  .tw .group:hover .xl\:group-hover\:translate-x-35{
    --tw-translate-x: 175px;
  }

  .tw .group:hover .xl\:group-hover\:translate-x-36{
    --tw-translate-x: 180px;
  }

  .tw .group:hover .xl\:group-hover\:translate-x-37{
    --tw-translate-x: 185px;
  }

  .tw .group:hover .xl\:group-hover\:translate-x-38{
    --tw-translate-x: 190px;
  }

  .tw .group:hover .xl\:group-hover\:translate-x-39{
    --tw-translate-x: 195px;
  }

  .tw .group:hover .xl\:group-hover\:translate-x-40{
    --tw-translate-x: 200px;
  }

  .tw .group:hover .xl\:group-hover\:translate-x-41{
    --tw-translate-x: 205px;
  }

  .tw .group:hover .xl\:group-hover\:translate-x-42{
    --tw-translate-x: 210px;
  }

  .tw .group:hover .xl\:group-hover\:translate-x-43{
    --tw-translate-x: 215px;
  }

  .tw .group:hover .xl\:group-hover\:translate-x-44{
    --tw-translate-x: 220px;
  }

  .tw .group:hover .xl\:group-hover\:translate-x-45{
    --tw-translate-x: 225px;
  }

  .tw .group:hover .xl\:group-hover\:translate-x-46{
    --tw-translate-x: 230px;
  }

  .tw .group:hover .xl\:group-hover\:translate-x-47{
    --tw-translate-x: 235px;
  }

  .tw .group:hover .xl\:group-hover\:translate-x-48{
    --tw-translate-x: 240px;
  }

  .tw .group:hover .xl\:group-hover\:translate-x-49{
    --tw-translate-x: 245px;
  }

  .tw .group:hover .xl\:group-hover\:translate-x-50{
    --tw-translate-x: 250px;
  }

  .tw .group:hover .xl\:group-hover\:translate-x-51{
    --tw-translate-x: 255px;
  }

  .tw .group:hover .xl\:group-hover\:translate-x-52{
    --tw-translate-x: 260px;
  }

  .tw .group:hover .xl\:group-hover\:translate-x-53{
    --tw-translate-x: 265px;
  }

  .tw .group:hover .xl\:group-hover\:translate-x-54{
    --tw-translate-x: 270px;
  }

  .tw .group:hover .xl\:group-hover\:translate-x-55{
    --tw-translate-x: 275px;
  }

  .tw .group:hover .xl\:group-hover\:translate-x-56{
    --tw-translate-x: 280px;
  }

  .tw .group:hover .xl\:group-hover\:translate-x-57{
    --tw-translate-x: 285px;
  }

  .tw .group:hover .xl\:group-hover\:translate-x-58{
    --tw-translate-x: 290px;
  }

  .tw .group:hover .xl\:group-hover\:translate-x-59{
    --tw-translate-x: 295px;
  }

  .tw .group:hover .xl\:group-hover\:translate-x-60{
    --tw-translate-x: 300px;
  }

  .tw .group:hover .xl\:group-hover\:translate-x-61{
    --tw-translate-x: 305px;
  }

  .tw .group:hover .xl\:group-hover\:translate-x-62{
    --tw-translate-x: 310px;
  }

  .tw .group:hover .xl\:group-hover\:translate-x-63{
    --tw-translate-x: 315px;
  }

  .tw .group:hover .xl\:group-hover\:translate-x-64{
    --tw-translate-x: 320px;
  }

  .tw .group:hover .xl\:group-hover\:translate-x-65{
    --tw-translate-x: 325px;
  }

  .tw .group:hover .xl\:group-hover\:translate-x-66{
    --tw-translate-x: 330px;
  }

  .tw .group:hover .xl\:group-hover\:translate-x-67{
    --tw-translate-x: 335px;
  }

  .tw .group:hover .xl\:group-hover\:translate-x-68{
    --tw-translate-x: 340px;
  }

  .tw .group:hover .xl\:group-hover\:translate-x-69{
    --tw-translate-x: 345px;
  }

  .tw .group:hover .xl\:group-hover\:translate-x-70{
    --tw-translate-x: 350px;
  }

  .tw .group:hover .xl\:group-hover\:translate-x-71{
    --tw-translate-x: 355px;
  }

  .tw .group:hover .xl\:group-hover\:translate-x-72{
    --tw-translate-x: 360px;
  }

  .tw .group:hover .xl\:group-hover\:translate-x-73{
    --tw-translate-x: 365px;
  }

  .tw .group:hover .xl\:group-hover\:translate-x-74{
    --tw-translate-x: 370px;
  }

  .tw .group:hover .xl\:group-hover\:translate-x-75{
    --tw-translate-x: 375px;
  }

  .tw .group:hover .xl\:group-hover\:translate-x-76{
    --tw-translate-x: 380px;
  }

  .tw .group:hover .xl\:group-hover\:translate-x-77{
    --tw-translate-x: 385px;
  }

  .tw .group:hover .xl\:group-hover\:translate-x-78{
    --tw-translate-x: 390px;
  }

  .tw .group:hover .xl\:group-hover\:translate-x-79{
    --tw-translate-x: 395px;
  }

  .tw .group:hover .xl\:group-hover\:translate-x-80{
    --tw-translate-x: 400px;
  }

  .tw .group:hover .xl\:group-hover\:translate-x-81{
    --tw-translate-x: 405px;
  }

  .tw .group:hover .xl\:group-hover\:translate-x-82{
    --tw-translate-x: 410px;
  }

  .tw .group:hover .xl\:group-hover\:translate-x-83{
    --tw-translate-x: 415px;
  }

  .tw .group:hover .xl\:group-hover\:translate-x-84{
    --tw-translate-x: 420px;
  }

  .tw .group:hover .xl\:group-hover\:translate-x-85{
    --tw-translate-x: 425px;
  }

  .tw .group:hover .xl\:group-hover\:translate-x-86{
    --tw-translate-x: 430px;
  }

  .tw .group:hover .xl\:group-hover\:translate-x-87{
    --tw-translate-x: 435px;
  }

  .tw .group:hover .xl\:group-hover\:translate-x-88{
    --tw-translate-x: 440px;
  }

  .tw .group:hover .xl\:group-hover\:translate-x-89{
    --tw-translate-x: 445px;
  }

  .tw .group:hover .xl\:group-hover\:translate-x-90{
    --tw-translate-x: 450px;
  }

  .tw .group:hover .xl\:group-hover\:translate-x-91{
    --tw-translate-x: 455px;
  }

  .tw .group:hover .xl\:group-hover\:translate-x-92{
    --tw-translate-x: 460px;
  }

  .tw .group:hover .xl\:group-hover\:translate-x-93{
    --tw-translate-x: 465px;
  }

  .tw .group:hover .xl\:group-hover\:translate-x-94{
    --tw-translate-x: 470px;
  }

  .tw .group:hover .xl\:group-hover\:translate-x-95{
    --tw-translate-x: 475px;
  }

  .tw .group:hover .xl\:group-hover\:translate-x-96{
    --tw-translate-x: 480px;
  }

  .tw .group:hover .xl\:group-hover\:translate-x-97{
    --tw-translate-x: 485px;
  }

  .tw .group:hover .xl\:group-hover\:translate-x-98{
    --tw-translate-x: 490px;
  }

  .tw .group:hover .xl\:group-hover\:translate-x-99{
    --tw-translate-x: 495px;
  }

  .tw .group:hover .xl\:group-hover\:translate-x-100{
    --tw-translate-x: 500px;
  }

  .tw .group:hover .xl\:group-hover\:translate-x-101{
    --tw-translate-x: 505px;
  }

  .tw .group:hover .xl\:group-hover\:translate-x-102{
    --tw-translate-x: 510px;
  }

  .tw .group:hover .xl\:group-hover\:translate-x-103{
    --tw-translate-x: 515px;
  }

  .tw .group:hover .xl\:group-hover\:translate-x-104{
    --tw-translate-x: 520px;
  }

  .tw .group:hover .xl\:group-hover\:translate-x-105{
    --tw-translate-x: 525px;
  }

  .tw .group:hover .xl\:group-hover\:translate-x-106{
    --tw-translate-x: 530px;
  }

  .tw .group:hover .xl\:group-hover\:translate-x-107{
    --tw-translate-x: 535px;
  }

  .tw .group:hover .xl\:group-hover\:translate-x-108{
    --tw-translate-x: 540px;
  }

  .tw .group:hover .xl\:group-hover\:translate-x-109{
    --tw-translate-x: 545px;
  }

  .tw .group:hover .xl\:group-hover\:translate-x-110{
    --tw-translate-x: 550px;
  }

  .tw .group:hover .xl\:group-hover\:translate-x-111{
    --tw-translate-x: 555px;
  }

  .tw .group:hover .xl\:group-hover\:translate-x-112{
    --tw-translate-x: 560px;
  }

  .tw .group:hover .xl\:group-hover\:translate-x-113{
    --tw-translate-x: 565px;
  }

  .tw .group:hover .xl\:group-hover\:translate-x-114{
    --tw-translate-x: 570px;
  }

  .tw .group:hover .xl\:group-hover\:translate-x-115{
    --tw-translate-x: 575px;
  }

  .tw .group:hover .xl\:group-hover\:translate-x-116{
    --tw-translate-x: 580px;
  }

  .tw .group:hover .xl\:group-hover\:translate-x-117{
    --tw-translate-x: 585px;
  }

  .tw .group:hover .xl\:group-hover\:translate-x-118{
    --tw-translate-x: 590px;
  }

  .tw .group:hover .xl\:group-hover\:translate-x-119{
    --tw-translate-x: 595px;
  }

  .tw .group:hover .xl\:group-hover\:translate-x-120{
    --tw-translate-x: 600px;
  }

  .tw .group:hover .xl\:group-hover\:translate-x-121{
    --tw-translate-x: 605px;
  }

  .tw .group:hover .xl\:group-hover\:translate-x-122{
    --tw-translate-x: 610px;
  }

  .tw .group:hover .xl\:group-hover\:translate-x-123{
    --tw-translate-x: 615px;
  }

  .tw .group:hover .xl\:group-hover\:translate-x-124{
    --tw-translate-x: 620px;
  }

  .tw .group:hover .xl\:group-hover\:translate-x-125{
    --tw-translate-x: 625px;
  }

  .tw .group:hover .xl\:group-hover\:translate-x-126{
    --tw-translate-x: 630px;
  }

  .tw .group:hover .xl\:group-hover\:translate-x-127{
    --tw-translate-x: 635px;
  }

  .tw .group:hover .xl\:group-hover\:translate-x-128{
    --tw-translate-x: 640px;
  }

  .tw .group:hover .xl\:group-hover\:translate-x-129{
    --tw-translate-x: 645px;
  }

  .tw .group:hover .xl\:group-hover\:translate-x-130{
    --tw-translate-x: 650px;
  }

  .tw .group:hover .xl\:group-hover\:translate-x-131{
    --tw-translate-x: 655px;
  }

  .tw .group:hover .xl\:group-hover\:translate-x-132{
    --tw-translate-x: 660px;
  }

  .tw .group:hover .xl\:group-hover\:translate-x-133{
    --tw-translate-x: 665px;
  }

  .tw .group:hover .xl\:group-hover\:translate-x-134{
    --tw-translate-x: 670px;
  }

  .tw .group:hover .xl\:group-hover\:translate-x-135{
    --tw-translate-x: 675px;
  }

  .tw .group:hover .xl\:group-hover\:translate-x-136{
    --tw-translate-x: 680px;
  }

  .tw .group:hover .xl\:group-hover\:translate-x-137{
    --tw-translate-x: 685px;
  }

  .tw .group:hover .xl\:group-hover\:translate-x-138{
    --tw-translate-x: 690px;
  }

  .tw .group:hover .xl\:group-hover\:translate-x-139{
    --tw-translate-x: 695px;
  }

  .tw .group:hover .xl\:group-hover\:translate-x-140{
    --tw-translate-x: 700px;
  }

  .tw .group:hover .xl\:group-hover\:translate-x-141{
    --tw-translate-x: 705px;
  }

  .tw .group:hover .xl\:group-hover\:translate-x-142{
    --tw-translate-x: 710px;
  }

  .tw .group:hover .xl\:group-hover\:translate-x-143{
    --tw-translate-x: 715px;
  }

  .tw .group:hover .xl\:group-hover\:translate-x-144{
    --tw-translate-x: 720px;
  }

  .tw .group:hover .xl\:group-hover\:translate-x-145{
    --tw-translate-x: 725px;
  }

  .tw .group:hover .xl\:group-hover\:translate-x-146{
    --tw-translate-x: 730px;
  }

  .tw .group:hover .xl\:group-hover\:translate-x-147{
    --tw-translate-x: 735px;
  }

  .tw .group:hover .xl\:group-hover\:translate-x-148{
    --tw-translate-x: 740px;
  }

  .tw .group:hover .xl\:group-hover\:translate-x-149{
    --tw-translate-x: 745px;
  }

  .tw .group:hover .xl\:group-hover\:translate-x-0\.5{
    --tw-translate-x: 3px;
  }

  .tw .group:hover .xl\:group-hover\:translate-x-1px{
    --tw-translate-x: 1px;
  }

  .tw .group:hover .xl\:group-hover\:translate-x-2px{
    --tw-translate-x: 2px;
  }

  .tw .group:hover .xl\:group-hover\:translate-x-3px{
    --tw-translate-x: 3px;
  }

  .tw .group:hover .xl\:group-hover\:translate-x-4px{
    --tw-translate-x: 4px;
  }

  .tw .group:hover .xl\:group-hover\:translate-x-5px{
    --tw-translate-x: 5px;
  }

  .tw .group:hover .xl\:group-hover\:translate-x-6px{
    --tw-translate-x: 6px;
  }

  .tw .group:hover .xl\:group-hover\:translate-x-7px{
    --tw-translate-x: 7px;
  }

  .tw .group:hover .xl\:group-hover\:translate-x-8px{
    --tw-translate-x: 8px;
  }

  .tw .group:hover .xl\:group-hover\:translate-x-9px{
    --tw-translate-x: 9px;
  }

  .tw .group:hover .xl\:group-hover\:translate-x-10px{
    --tw-translate-x: 10px;
  }

  .tw .group:hover .xl\:group-hover\:translate-x-11px{
    --tw-translate-x: 11px;
  }

  .tw .group:hover .xl\:group-hover\:translate-x-12px{
    --tw-translate-x: 12px;
  }

  .tw .group:hover .xl\:group-hover\:translate-x-13px{
    --tw-translate-x: 13px;
  }

  .tw .group:hover .xl\:group-hover\:translate-x-14px{
    --tw-translate-x: 14px;
  }

  .tw .group:hover .xl\:group-hover\:translate-x-15px{
    --tw-translate-x: 15px;
  }

  .tw .group:hover .xl\:group-hover\:translate-x-16px{
    --tw-translate-x: 16px;
  }

  .tw .group:hover .xl\:group-hover\:translate-x-17px{
    --tw-translate-x: 17px;
  }

  .tw .group:hover .xl\:group-hover\:translate-x-18px{
    --tw-translate-x: 18px;
  }

  .tw .group:hover .xl\:group-hover\:translate-x-19px{
    --tw-translate-x: 19px;
  }

  .tw .group:hover .xl\:group-hover\:translate-x-20px{
    --tw-translate-x: 20px;
  }

  .tw .group:hover .xl\:group-hover\:translate-x-21px{
    --tw-translate-x: 21px;
  }

  .tw .group:hover .xl\:group-hover\:translate-x-22px{
    --tw-translate-x: 22px;
  }

  .tw .group:hover .xl\:group-hover\:translate-x-23px{
    --tw-translate-x: 23px;
  }

  .tw .group:hover .xl\:group-hover\:translate-x-24px{
    --tw-translate-x: 24px;
  }

  .tw .group:hover .xl\:group-hover\:translate-x-25px{
    --tw-translate-x: 25px;
  }

  .tw .group:hover .xl\:group-hover\:translate-x-26px{
    --tw-translate-x: 26px;
  }

  .tw .group:hover .xl\:group-hover\:translate-x-27px{
    --tw-translate-x: 27px;
  }

  .tw .group:hover .xl\:group-hover\:translate-x-28px{
    --tw-translate-x: 28px;
  }

  .tw .group:hover .xl\:group-hover\:translate-x-29px{
    --tw-translate-x: 29px;
  }

  .tw .group:hover .xl\:group-hover\:translate-x-30px{
    --tw-translate-x: 30px;
  }

  .tw .group:hover .xl\:group-hover\:translate-x-31px{
    --tw-translate-x: 31px;
  }

  .tw .group:hover .xl\:group-hover\:translate-x-32px{
    --tw-translate-x: 32px;
  }

  .tw .group:hover .xl\:group-hover\:translate-x-33px{
    --tw-translate-x: 33px;
  }

  .tw .group:hover .xl\:group-hover\:translate-x-34px{
    --tw-translate-x: 34px;
  }

  .tw .group:hover .xl\:group-hover\:translate-x-35px{
    --tw-translate-x: 35px;
  }

  .tw .group:hover .xl\:group-hover\:translate-x-36px{
    --tw-translate-x: 36px;
  }

  .tw .group:hover .xl\:group-hover\:translate-x-37px{
    --tw-translate-x: 37px;
  }

  .tw .group:hover .xl\:group-hover\:translate-x-38px{
    --tw-translate-x: 38px;
  }

  .tw .group:hover .xl\:group-hover\:translate-x-39px{
    --tw-translate-x: 39px;
  }

  .tw .group:hover .xl\:group-hover\:translate-x-40px{
    --tw-translate-x: 40px;
  }

  .tw .group:hover .xl\:group-hover\:-translate-x-0{
    --tw-translate-x: 0px;
  }

  .tw .group:hover .xl\:group-hover\:-translate-x-1{
    --tw-translate-x: -5px;
  }

  .tw .group:hover .xl\:group-hover\:-translate-x-2{
    --tw-translate-x: -10px;
  }

  .tw .group:hover .xl\:group-hover\:-translate-x-3{
    --tw-translate-x: -15px;
  }

  .tw .group:hover .xl\:group-hover\:-translate-x-4{
    --tw-translate-x: -20px;
  }

  .tw .group:hover .xl\:group-hover\:-translate-x-5{
    --tw-translate-x: -25px;
  }

  .tw .group:hover .xl\:group-hover\:-translate-x-6{
    --tw-translate-x: -30px;
  }

  .tw .group:hover .xl\:group-hover\:-translate-x-7{
    --tw-translate-x: -35px;
  }

  .tw .group:hover .xl\:group-hover\:-translate-x-8{
    --tw-translate-x: -40px;
  }

  .tw .group:hover .xl\:group-hover\:-translate-x-9{
    --tw-translate-x: -45px;
  }

  .tw .group:hover .xl\:group-hover\:-translate-x-10{
    --tw-translate-x: -50px;
  }

  .tw .group:hover .xl\:group-hover\:-translate-x-11{
    --tw-translate-x: -55px;
  }

  .tw .group:hover .xl\:group-hover\:-translate-x-12{
    --tw-translate-x: -60px;
  }

  .tw .group:hover .xl\:group-hover\:-translate-x-13{
    --tw-translate-x: -65px;
  }

  .tw .group:hover .xl\:group-hover\:-translate-x-14{
    --tw-translate-x: -70px;
  }

  .tw .group:hover .xl\:group-hover\:-translate-x-15{
    --tw-translate-x: -75px;
  }

  .tw .group:hover .xl\:group-hover\:-translate-x-16{
    --tw-translate-x: -80px;
  }

  .tw .group:hover .xl\:group-hover\:-translate-x-17{
    --tw-translate-x: -85px;
  }

  .tw .group:hover .xl\:group-hover\:-translate-x-18{
    --tw-translate-x: -90px;
  }

  .tw .group:hover .xl\:group-hover\:-translate-x-19{
    --tw-translate-x: -95px;
  }

  .tw .group:hover .xl\:group-hover\:-translate-x-20{
    --tw-translate-x: -100px;
  }

  .tw .group:hover .xl\:group-hover\:-translate-x-21{
    --tw-translate-x: -105px;
  }

  .tw .group:hover .xl\:group-hover\:-translate-x-22{
    --tw-translate-x: -110px;
  }

  .tw .group:hover .xl\:group-hover\:-translate-x-23{
    --tw-translate-x: -115px;
  }

  .tw .group:hover .xl\:group-hover\:-translate-x-24{
    --tw-translate-x: -120px;
  }

  .tw .group:hover .xl\:group-hover\:-translate-x-25{
    --tw-translate-x: -125px;
  }

  .tw .group:hover .xl\:group-hover\:-translate-x-26{
    --tw-translate-x: -130px;
  }

  .tw .group:hover .xl\:group-hover\:-translate-x-27{
    --tw-translate-x: -135px;
  }

  .tw .group:hover .xl\:group-hover\:-translate-x-28{
    --tw-translate-x: -140px;
  }

  .tw .group:hover .xl\:group-hover\:-translate-x-29{
    --tw-translate-x: -145px;
  }

  .tw .group:hover .xl\:group-hover\:-translate-x-30{
    --tw-translate-x: -150px;
  }

  .tw .group:hover .xl\:group-hover\:-translate-x-31{
    --tw-translate-x: -155px;
  }

  .tw .group:hover .xl\:group-hover\:-translate-x-32{
    --tw-translate-x: -160px;
  }

  .tw .group:hover .xl\:group-hover\:-translate-x-33{
    --tw-translate-x: -165px;
  }

  .tw .group:hover .xl\:group-hover\:-translate-x-34{
    --tw-translate-x: -170px;
  }

  .tw .group:hover .xl\:group-hover\:-translate-x-35{
    --tw-translate-x: -175px;
  }

  .tw .group:hover .xl\:group-hover\:-translate-x-36{
    --tw-translate-x: -180px;
  }

  .tw .group:hover .xl\:group-hover\:-translate-x-37{
    --tw-translate-x: -185px;
  }

  .tw .group:hover .xl\:group-hover\:-translate-x-38{
    --tw-translate-x: -190px;
  }

  .tw .group:hover .xl\:group-hover\:-translate-x-39{
    --tw-translate-x: -195px;
  }

  .tw .group:hover .xl\:group-hover\:-translate-x-40{
    --tw-translate-x: -200px;
  }

  .tw .group:hover .xl\:group-hover\:-translate-x-41{
    --tw-translate-x: -205px;
  }

  .tw .group:hover .xl\:group-hover\:-translate-x-42{
    --tw-translate-x: -210px;
  }

  .tw .group:hover .xl\:group-hover\:-translate-x-43{
    --tw-translate-x: -215px;
  }

  .tw .group:hover .xl\:group-hover\:-translate-x-44{
    --tw-translate-x: -220px;
  }

  .tw .group:hover .xl\:group-hover\:-translate-x-45{
    --tw-translate-x: -225px;
  }

  .tw .group:hover .xl\:group-hover\:-translate-x-46{
    --tw-translate-x: -230px;
  }

  .tw .group:hover .xl\:group-hover\:-translate-x-47{
    --tw-translate-x: -235px;
  }

  .tw .group:hover .xl\:group-hover\:-translate-x-48{
    --tw-translate-x: -240px;
  }

  .tw .group:hover .xl\:group-hover\:-translate-x-49{
    --tw-translate-x: -245px;
  }

  .tw .group:hover .xl\:group-hover\:-translate-x-50{
    --tw-translate-x: -250px;
  }

  .tw .group:hover .xl\:group-hover\:-translate-x-51{
    --tw-translate-x: -255px;
  }

  .tw .group:hover .xl\:group-hover\:-translate-x-52{
    --tw-translate-x: -260px;
  }

  .tw .group:hover .xl\:group-hover\:-translate-x-53{
    --tw-translate-x: -265px;
  }

  .tw .group:hover .xl\:group-hover\:-translate-x-54{
    --tw-translate-x: -270px;
  }

  .tw .group:hover .xl\:group-hover\:-translate-x-55{
    --tw-translate-x: -275px;
  }

  .tw .group:hover .xl\:group-hover\:-translate-x-56{
    --tw-translate-x: -280px;
  }

  .tw .group:hover .xl\:group-hover\:-translate-x-57{
    --tw-translate-x: -285px;
  }

  .tw .group:hover .xl\:group-hover\:-translate-x-58{
    --tw-translate-x: -290px;
  }

  .tw .group:hover .xl\:group-hover\:-translate-x-59{
    --tw-translate-x: -295px;
  }

  .tw .group:hover .xl\:group-hover\:-translate-x-60{
    --tw-translate-x: -300px;
  }

  .tw .group:hover .xl\:group-hover\:-translate-x-61{
    --tw-translate-x: -305px;
  }

  .tw .group:hover .xl\:group-hover\:-translate-x-62{
    --tw-translate-x: -310px;
  }

  .tw .group:hover .xl\:group-hover\:-translate-x-63{
    --tw-translate-x: -315px;
  }

  .tw .group:hover .xl\:group-hover\:-translate-x-64{
    --tw-translate-x: -320px;
  }

  .tw .group:hover .xl\:group-hover\:-translate-x-65{
    --tw-translate-x: -325px;
  }

  .tw .group:hover .xl\:group-hover\:-translate-x-66{
    --tw-translate-x: -330px;
  }

  .tw .group:hover .xl\:group-hover\:-translate-x-67{
    --tw-translate-x: -335px;
  }

  .tw .group:hover .xl\:group-hover\:-translate-x-68{
    --tw-translate-x: -340px;
  }

  .tw .group:hover .xl\:group-hover\:-translate-x-69{
    --tw-translate-x: -345px;
  }

  .tw .group:hover .xl\:group-hover\:-translate-x-70{
    --tw-translate-x: -350px;
  }

  .tw .group:hover .xl\:group-hover\:-translate-x-71{
    --tw-translate-x: -355px;
  }

  .tw .group:hover .xl\:group-hover\:-translate-x-72{
    --tw-translate-x: -360px;
  }

  .tw .group:hover .xl\:group-hover\:-translate-x-73{
    --tw-translate-x: -365px;
  }

  .tw .group:hover .xl\:group-hover\:-translate-x-74{
    --tw-translate-x: -370px;
  }

  .tw .group:hover .xl\:group-hover\:-translate-x-75{
    --tw-translate-x: -375px;
  }

  .tw .group:hover .xl\:group-hover\:-translate-x-76{
    --tw-translate-x: -380px;
  }

  .tw .group:hover .xl\:group-hover\:-translate-x-77{
    --tw-translate-x: -385px;
  }

  .tw .group:hover .xl\:group-hover\:-translate-x-78{
    --tw-translate-x: -390px;
  }

  .tw .group:hover .xl\:group-hover\:-translate-x-79{
    --tw-translate-x: -395px;
  }

  .tw .group:hover .xl\:group-hover\:-translate-x-80{
    --tw-translate-x: -400px;
  }

  .tw .group:hover .xl\:group-hover\:-translate-x-81{
    --tw-translate-x: -405px;
  }

  .tw .group:hover .xl\:group-hover\:-translate-x-82{
    --tw-translate-x: -410px;
  }

  .tw .group:hover .xl\:group-hover\:-translate-x-83{
    --tw-translate-x: -415px;
  }

  .tw .group:hover .xl\:group-hover\:-translate-x-84{
    --tw-translate-x: -420px;
  }

  .tw .group:hover .xl\:group-hover\:-translate-x-85{
    --tw-translate-x: -425px;
  }

  .tw .group:hover .xl\:group-hover\:-translate-x-86{
    --tw-translate-x: -430px;
  }

  .tw .group:hover .xl\:group-hover\:-translate-x-87{
    --tw-translate-x: -435px;
  }

  .tw .group:hover .xl\:group-hover\:-translate-x-88{
    --tw-translate-x: -440px;
  }

  .tw .group:hover .xl\:group-hover\:-translate-x-89{
    --tw-translate-x: -445px;
  }

  .tw .group:hover .xl\:group-hover\:-translate-x-90{
    --tw-translate-x: -450px;
  }

  .tw .group:hover .xl\:group-hover\:-translate-x-91{
    --tw-translate-x: -455px;
  }

  .tw .group:hover .xl\:group-hover\:-translate-x-92{
    --tw-translate-x: -460px;
  }

  .tw .group:hover .xl\:group-hover\:-translate-x-93{
    --tw-translate-x: -465px;
  }

  .tw .group:hover .xl\:group-hover\:-translate-x-94{
    --tw-translate-x: -470px;
  }

  .tw .group:hover .xl\:group-hover\:-translate-x-95{
    --tw-translate-x: -475px;
  }

  .tw .group:hover .xl\:group-hover\:-translate-x-96{
    --tw-translate-x: -480px;
  }

  .tw .group:hover .xl\:group-hover\:-translate-x-97{
    --tw-translate-x: -485px;
  }

  .tw .group:hover .xl\:group-hover\:-translate-x-98{
    --tw-translate-x: -490px;
  }

  .tw .group:hover .xl\:group-hover\:-translate-x-99{
    --tw-translate-x: -495px;
  }

  .tw .group:hover .xl\:group-hover\:-translate-x-100{
    --tw-translate-x: -500px;
  }

  .tw .group:hover .xl\:group-hover\:-translate-x-101{
    --tw-translate-x: -505px;
  }

  .tw .group:hover .xl\:group-hover\:-translate-x-102{
    --tw-translate-x: -510px;
  }

  .tw .group:hover .xl\:group-hover\:-translate-x-103{
    --tw-translate-x: -515px;
  }

  .tw .group:hover .xl\:group-hover\:-translate-x-104{
    --tw-translate-x: -520px;
  }

  .tw .group:hover .xl\:group-hover\:-translate-x-105{
    --tw-translate-x: -525px;
  }

  .tw .group:hover .xl\:group-hover\:-translate-x-106{
    --tw-translate-x: -530px;
  }

  .tw .group:hover .xl\:group-hover\:-translate-x-107{
    --tw-translate-x: -535px;
  }

  .tw .group:hover .xl\:group-hover\:-translate-x-108{
    --tw-translate-x: -540px;
  }

  .tw .group:hover .xl\:group-hover\:-translate-x-109{
    --tw-translate-x: -545px;
  }

  .tw .group:hover .xl\:group-hover\:-translate-x-110{
    --tw-translate-x: -550px;
  }

  .tw .group:hover .xl\:group-hover\:-translate-x-111{
    --tw-translate-x: -555px;
  }

  .tw .group:hover .xl\:group-hover\:-translate-x-112{
    --tw-translate-x: -560px;
  }

  .tw .group:hover .xl\:group-hover\:-translate-x-113{
    --tw-translate-x: -565px;
  }

  .tw .group:hover .xl\:group-hover\:-translate-x-114{
    --tw-translate-x: -570px;
  }

  .tw .group:hover .xl\:group-hover\:-translate-x-115{
    --tw-translate-x: -575px;
  }

  .tw .group:hover .xl\:group-hover\:-translate-x-116{
    --tw-translate-x: -580px;
  }

  .tw .group:hover .xl\:group-hover\:-translate-x-117{
    --tw-translate-x: -585px;
  }

  .tw .group:hover .xl\:group-hover\:-translate-x-118{
    --tw-translate-x: -590px;
  }

  .tw .group:hover .xl\:group-hover\:-translate-x-119{
    --tw-translate-x: -595px;
  }

  .tw .group:hover .xl\:group-hover\:-translate-x-120{
    --tw-translate-x: -600px;
  }

  .tw .group:hover .xl\:group-hover\:-translate-x-121{
    --tw-translate-x: -605px;
  }

  .tw .group:hover .xl\:group-hover\:-translate-x-122{
    --tw-translate-x: -610px;
  }

  .tw .group:hover .xl\:group-hover\:-translate-x-123{
    --tw-translate-x: -615px;
  }

  .tw .group:hover .xl\:group-hover\:-translate-x-124{
    --tw-translate-x: -620px;
  }

  .tw .group:hover .xl\:group-hover\:-translate-x-125{
    --tw-translate-x: -625px;
  }

  .tw .group:hover .xl\:group-hover\:-translate-x-126{
    --tw-translate-x: -630px;
  }

  .tw .group:hover .xl\:group-hover\:-translate-x-127{
    --tw-translate-x: -635px;
  }

  .tw .group:hover .xl\:group-hover\:-translate-x-128{
    --tw-translate-x: -640px;
  }

  .tw .group:hover .xl\:group-hover\:-translate-x-129{
    --tw-translate-x: -645px;
  }

  .tw .group:hover .xl\:group-hover\:-translate-x-130{
    --tw-translate-x: -650px;
  }

  .tw .group:hover .xl\:group-hover\:-translate-x-131{
    --tw-translate-x: -655px;
  }

  .tw .group:hover .xl\:group-hover\:-translate-x-132{
    --tw-translate-x: -660px;
  }

  .tw .group:hover .xl\:group-hover\:-translate-x-133{
    --tw-translate-x: -665px;
  }

  .tw .group:hover .xl\:group-hover\:-translate-x-134{
    --tw-translate-x: -670px;
  }

  .tw .group:hover .xl\:group-hover\:-translate-x-135{
    --tw-translate-x: -675px;
  }

  .tw .group:hover .xl\:group-hover\:-translate-x-136{
    --tw-translate-x: -680px;
  }

  .tw .group:hover .xl\:group-hover\:-translate-x-137{
    --tw-translate-x: -685px;
  }

  .tw .group:hover .xl\:group-hover\:-translate-x-138{
    --tw-translate-x: -690px;
  }

  .tw .group:hover .xl\:group-hover\:-translate-x-139{
    --tw-translate-x: -695px;
  }

  .tw .group:hover .xl\:group-hover\:-translate-x-140{
    --tw-translate-x: -700px;
  }

  .tw .group:hover .xl\:group-hover\:-translate-x-141{
    --tw-translate-x: -705px;
  }

  .tw .group:hover .xl\:group-hover\:-translate-x-142{
    --tw-translate-x: -710px;
  }

  .tw .group:hover .xl\:group-hover\:-translate-x-143{
    --tw-translate-x: -715px;
  }

  .tw .group:hover .xl\:group-hover\:-translate-x-144{
    --tw-translate-x: -720px;
  }

  .tw .group:hover .xl\:group-hover\:-translate-x-145{
    --tw-translate-x: -725px;
  }

  .tw .group:hover .xl\:group-hover\:-translate-x-146{
    --tw-translate-x: -730px;
  }

  .tw .group:hover .xl\:group-hover\:-translate-x-147{
    --tw-translate-x: -735px;
  }

  .tw .group:hover .xl\:group-hover\:-translate-x-148{
    --tw-translate-x: -740px;
  }

  .tw .group:hover .xl\:group-hover\:-translate-x-149{
    --tw-translate-x: -745px;
  }

  .tw .group:hover .xl\:group-hover\:-translate-x-0\.5{
    --tw-translate-x: -3px;
  }

  .tw .group:hover .xl\:group-hover\:-translate-x-1px{
    --tw-translate-x: -1px;
  }

  .tw .group:hover .xl\:group-hover\:-translate-x-2px{
    --tw-translate-x: -2px;
  }

  .tw .group:hover .xl\:group-hover\:-translate-x-3px{
    --tw-translate-x: -3px;
  }

  .tw .group:hover .xl\:group-hover\:-translate-x-4px{
    --tw-translate-x: -4px;
  }

  .tw .group:hover .xl\:group-hover\:-translate-x-5px{
    --tw-translate-x: -5px;
  }

  .tw .group:hover .xl\:group-hover\:-translate-x-6px{
    --tw-translate-x: -6px;
  }

  .tw .group:hover .xl\:group-hover\:-translate-x-7px{
    --tw-translate-x: -7px;
  }

  .tw .group:hover .xl\:group-hover\:-translate-x-8px{
    --tw-translate-x: -8px;
  }

  .tw .group:hover .xl\:group-hover\:-translate-x-9px{
    --tw-translate-x: -9px;
  }

  .tw .group:hover .xl\:group-hover\:-translate-x-10px{
    --tw-translate-x: -10px;
  }

  .tw .group:hover .xl\:group-hover\:-translate-x-11px{
    --tw-translate-x: -11px;
  }

  .tw .group:hover .xl\:group-hover\:-translate-x-12px{
    --tw-translate-x: -12px;
  }

  .tw .group:hover .xl\:group-hover\:-translate-x-13px{
    --tw-translate-x: -13px;
  }

  .tw .group:hover .xl\:group-hover\:-translate-x-14px{
    --tw-translate-x: -14px;
  }

  .tw .group:hover .xl\:group-hover\:-translate-x-15px{
    --tw-translate-x: -15px;
  }

  .tw .group:hover .xl\:group-hover\:-translate-x-16px{
    --tw-translate-x: -16px;
  }

  .tw .group:hover .xl\:group-hover\:-translate-x-17px{
    --tw-translate-x: -17px;
  }

  .tw .group:hover .xl\:group-hover\:-translate-x-18px{
    --tw-translate-x: -18px;
  }

  .tw .group:hover .xl\:group-hover\:-translate-x-19px{
    --tw-translate-x: -19px;
  }

  .tw .group:hover .xl\:group-hover\:-translate-x-20px{
    --tw-translate-x: -20px;
  }

  .tw .group:hover .xl\:group-hover\:-translate-x-21px{
    --tw-translate-x: -21px;
  }

  .tw .group:hover .xl\:group-hover\:-translate-x-22px{
    --tw-translate-x: -22px;
  }

  .tw .group:hover .xl\:group-hover\:-translate-x-23px{
    --tw-translate-x: -23px;
  }

  .tw .group:hover .xl\:group-hover\:-translate-x-24px{
    --tw-translate-x: -24px;
  }

  .tw .group:hover .xl\:group-hover\:-translate-x-25px{
    --tw-translate-x: -25px;
  }

  .tw .group:hover .xl\:group-hover\:-translate-x-26px{
    --tw-translate-x: -26px;
  }

  .tw .group:hover .xl\:group-hover\:-translate-x-27px{
    --tw-translate-x: -27px;
  }

  .tw .group:hover .xl\:group-hover\:-translate-x-28px{
    --tw-translate-x: -28px;
  }

  .tw .group:hover .xl\:group-hover\:-translate-x-29px{
    --tw-translate-x: -29px;
  }

  .tw .group:hover .xl\:group-hover\:-translate-x-30px{
    --tw-translate-x: -30px;
  }

  .tw .group:hover .xl\:group-hover\:-translate-x-31px{
    --tw-translate-x: -31px;
  }

  .tw .group:hover .xl\:group-hover\:-translate-x-32px{
    --tw-translate-x: -32px;
  }

  .tw .group:hover .xl\:group-hover\:-translate-x-33px{
    --tw-translate-x: -33px;
  }

  .tw .group:hover .xl\:group-hover\:-translate-x-34px{
    --tw-translate-x: -34px;
  }

  .tw .group:hover .xl\:group-hover\:-translate-x-35px{
    --tw-translate-x: -35px;
  }

  .tw .group:hover .xl\:group-hover\:-translate-x-36px{
    --tw-translate-x: -36px;
  }

  .tw .group:hover .xl\:group-hover\:-translate-x-37px{
    --tw-translate-x: -37px;
  }

  .tw .group:hover .xl\:group-hover\:-translate-x-38px{
    --tw-translate-x: -38px;
  }

  .tw .group:hover .xl\:group-hover\:-translate-x-39px{
    --tw-translate-x: -39px;
  }

  .tw .group:hover .xl\:group-hover\:-translate-x-40px{
    --tw-translate-x: -40px;
  }

  .tw .group:hover .xl\:group-hover\:translate-x-1\/2{
    --tw-translate-x: 50%;
  }

  .tw .group:hover .xl\:group-hover\:translate-x-1\/3{
    --tw-translate-x: 33.333333%;
  }

  .tw .group:hover .xl\:group-hover\:translate-x-2\/3{
    --tw-translate-x: 66.666667%;
  }

  .tw .group:hover .xl\:group-hover\:translate-x-1\/4{
    --tw-translate-x: 25%;
  }

  .tw .group:hover .xl\:group-hover\:translate-x-2\/4{
    --tw-translate-x: 50%;
  }

  .tw .group:hover .xl\:group-hover\:translate-x-3\/4{
    --tw-translate-x: 75%;
  }

  .tw .group:hover .xl\:group-hover\:translate-x-full{
    --tw-translate-x: 100%;
  }

  .tw .group:hover .xl\:group-hover\:-translate-x-1\/2{
    --tw-translate-x: -50%;
  }

  .tw .group:hover .xl\:group-hover\:-translate-x-1\/3{
    --tw-translate-x: -33.333333%;
  }

  .tw .group:hover .xl\:group-hover\:-translate-x-2\/3{
    --tw-translate-x: -66.666667%;
  }

  .tw .group:hover .xl\:group-hover\:-translate-x-1\/4{
    --tw-translate-x: -25%;
  }

  .tw .group:hover .xl\:group-hover\:-translate-x-2\/4{
    --tw-translate-x: -50%;
  }

  .tw .group:hover .xl\:group-hover\:-translate-x-3\/4{
    --tw-translate-x: -75%;
  }

  .tw .group:hover .xl\:group-hover\:-translate-x-full{
    --tw-translate-x: -100%;
  }

  .tw .group:hover .xl\:group-hover\:translate-y-0{
    --tw-translate-y: 0px;
  }

  .tw .group:hover .xl\:group-hover\:translate-y-1{
    --tw-translate-y: 5px;
  }

  .tw .group:hover .xl\:group-hover\:translate-y-2{
    --tw-translate-y: 10px;
  }

  .tw .group:hover .xl\:group-hover\:translate-y-3{
    --tw-translate-y: 15px;
  }

  .tw .group:hover .xl\:group-hover\:translate-y-4{
    --tw-translate-y: 20px;
  }

  .tw .group:hover .xl\:group-hover\:translate-y-5{
    --tw-translate-y: 25px;
  }

  .tw .group:hover .xl\:group-hover\:translate-y-6{
    --tw-translate-y: 30px;
  }

  .tw .group:hover .xl\:group-hover\:translate-y-7{
    --tw-translate-y: 35px;
  }

  .tw .group:hover .xl\:group-hover\:translate-y-8{
    --tw-translate-y: 40px;
  }

  .tw .group:hover .xl\:group-hover\:translate-y-9{
    --tw-translate-y: 45px;
  }

  .tw .group:hover .xl\:group-hover\:translate-y-10{
    --tw-translate-y: 50px;
  }

  .tw .group:hover .xl\:group-hover\:translate-y-11{
    --tw-translate-y: 55px;
  }

  .tw .group:hover .xl\:group-hover\:translate-y-12{
    --tw-translate-y: 60px;
  }

  .tw .group:hover .xl\:group-hover\:translate-y-13{
    --tw-translate-y: 65px;
  }

  .tw .group:hover .xl\:group-hover\:translate-y-14{
    --tw-translate-y: 70px;
  }

  .tw .group:hover .xl\:group-hover\:translate-y-15{
    --tw-translate-y: 75px;
  }

  .tw .group:hover .xl\:group-hover\:translate-y-16{
    --tw-translate-y: 80px;
  }

  .tw .group:hover .xl\:group-hover\:translate-y-17{
    --tw-translate-y: 85px;
  }

  .tw .group:hover .xl\:group-hover\:translate-y-18{
    --tw-translate-y: 90px;
  }

  .tw .group:hover .xl\:group-hover\:translate-y-19{
    --tw-translate-y: 95px;
  }

  .tw .group:hover .xl\:group-hover\:translate-y-20{
    --tw-translate-y: 100px;
  }

  .tw .group:hover .xl\:group-hover\:translate-y-21{
    --tw-translate-y: 105px;
  }

  .tw .group:hover .xl\:group-hover\:translate-y-22{
    --tw-translate-y: 110px;
  }

  .tw .group:hover .xl\:group-hover\:translate-y-23{
    --tw-translate-y: 115px;
  }

  .tw .group:hover .xl\:group-hover\:translate-y-24{
    --tw-translate-y: 120px;
  }

  .tw .group:hover .xl\:group-hover\:translate-y-25{
    --tw-translate-y: 125px;
  }

  .tw .group:hover .xl\:group-hover\:translate-y-26{
    --tw-translate-y: 130px;
  }

  .tw .group:hover .xl\:group-hover\:translate-y-27{
    --tw-translate-y: 135px;
  }

  .tw .group:hover .xl\:group-hover\:translate-y-28{
    --tw-translate-y: 140px;
  }

  .tw .group:hover .xl\:group-hover\:translate-y-29{
    --tw-translate-y: 145px;
  }

  .tw .group:hover .xl\:group-hover\:translate-y-30{
    --tw-translate-y: 150px;
  }

  .tw .group:hover .xl\:group-hover\:translate-y-31{
    --tw-translate-y: 155px;
  }

  .tw .group:hover .xl\:group-hover\:translate-y-32{
    --tw-translate-y: 160px;
  }

  .tw .group:hover .xl\:group-hover\:translate-y-33{
    --tw-translate-y: 165px;
  }

  .tw .group:hover .xl\:group-hover\:translate-y-34{
    --tw-translate-y: 170px;
  }

  .tw .group:hover .xl\:group-hover\:translate-y-35{
    --tw-translate-y: 175px;
  }

  .tw .group:hover .xl\:group-hover\:translate-y-36{
    --tw-translate-y: 180px;
  }

  .tw .group:hover .xl\:group-hover\:translate-y-37{
    --tw-translate-y: 185px;
  }

  .tw .group:hover .xl\:group-hover\:translate-y-38{
    --tw-translate-y: 190px;
  }

  .tw .group:hover .xl\:group-hover\:translate-y-39{
    --tw-translate-y: 195px;
  }

  .tw .group:hover .xl\:group-hover\:translate-y-40{
    --tw-translate-y: 200px;
  }

  .tw .group:hover .xl\:group-hover\:translate-y-41{
    --tw-translate-y: 205px;
  }

  .tw .group:hover .xl\:group-hover\:translate-y-42{
    --tw-translate-y: 210px;
  }

  .tw .group:hover .xl\:group-hover\:translate-y-43{
    --tw-translate-y: 215px;
  }

  .tw .group:hover .xl\:group-hover\:translate-y-44{
    --tw-translate-y: 220px;
  }

  .tw .group:hover .xl\:group-hover\:translate-y-45{
    --tw-translate-y: 225px;
  }

  .tw .group:hover .xl\:group-hover\:translate-y-46{
    --tw-translate-y: 230px;
  }

  .tw .group:hover .xl\:group-hover\:translate-y-47{
    --tw-translate-y: 235px;
  }

  .tw .group:hover .xl\:group-hover\:translate-y-48{
    --tw-translate-y: 240px;
  }

  .tw .group:hover .xl\:group-hover\:translate-y-49{
    --tw-translate-y: 245px;
  }

  .tw .group:hover .xl\:group-hover\:translate-y-50{
    --tw-translate-y: 250px;
  }

  .tw .group:hover .xl\:group-hover\:translate-y-51{
    --tw-translate-y: 255px;
  }

  .tw .group:hover .xl\:group-hover\:translate-y-52{
    --tw-translate-y: 260px;
  }

  .tw .group:hover .xl\:group-hover\:translate-y-53{
    --tw-translate-y: 265px;
  }

  .tw .group:hover .xl\:group-hover\:translate-y-54{
    --tw-translate-y: 270px;
  }

  .tw .group:hover .xl\:group-hover\:translate-y-55{
    --tw-translate-y: 275px;
  }

  .tw .group:hover .xl\:group-hover\:translate-y-56{
    --tw-translate-y: 280px;
  }

  .tw .group:hover .xl\:group-hover\:translate-y-57{
    --tw-translate-y: 285px;
  }

  .tw .group:hover .xl\:group-hover\:translate-y-58{
    --tw-translate-y: 290px;
  }

  .tw .group:hover .xl\:group-hover\:translate-y-59{
    --tw-translate-y: 295px;
  }

  .tw .group:hover .xl\:group-hover\:translate-y-60{
    --tw-translate-y: 300px;
  }

  .tw .group:hover .xl\:group-hover\:translate-y-61{
    --tw-translate-y: 305px;
  }

  .tw .group:hover .xl\:group-hover\:translate-y-62{
    --tw-translate-y: 310px;
  }

  .tw .group:hover .xl\:group-hover\:translate-y-63{
    --tw-translate-y: 315px;
  }

  .tw .group:hover .xl\:group-hover\:translate-y-64{
    --tw-translate-y: 320px;
  }

  .tw .group:hover .xl\:group-hover\:translate-y-65{
    --tw-translate-y: 325px;
  }

  .tw .group:hover .xl\:group-hover\:translate-y-66{
    --tw-translate-y: 330px;
  }

  .tw .group:hover .xl\:group-hover\:translate-y-67{
    --tw-translate-y: 335px;
  }

  .tw .group:hover .xl\:group-hover\:translate-y-68{
    --tw-translate-y: 340px;
  }

  .tw .group:hover .xl\:group-hover\:translate-y-69{
    --tw-translate-y: 345px;
  }

  .tw .group:hover .xl\:group-hover\:translate-y-70{
    --tw-translate-y: 350px;
  }

  .tw .group:hover .xl\:group-hover\:translate-y-71{
    --tw-translate-y: 355px;
  }

  .tw .group:hover .xl\:group-hover\:translate-y-72{
    --tw-translate-y: 360px;
  }

  .tw .group:hover .xl\:group-hover\:translate-y-73{
    --tw-translate-y: 365px;
  }

  .tw .group:hover .xl\:group-hover\:translate-y-74{
    --tw-translate-y: 370px;
  }

  .tw .group:hover .xl\:group-hover\:translate-y-75{
    --tw-translate-y: 375px;
  }

  .tw .group:hover .xl\:group-hover\:translate-y-76{
    --tw-translate-y: 380px;
  }

  .tw .group:hover .xl\:group-hover\:translate-y-77{
    --tw-translate-y: 385px;
  }

  .tw .group:hover .xl\:group-hover\:translate-y-78{
    --tw-translate-y: 390px;
  }

  .tw .group:hover .xl\:group-hover\:translate-y-79{
    --tw-translate-y: 395px;
  }

  .tw .group:hover .xl\:group-hover\:translate-y-80{
    --tw-translate-y: 400px;
  }

  .tw .group:hover .xl\:group-hover\:translate-y-81{
    --tw-translate-y: 405px;
  }

  .tw .group:hover .xl\:group-hover\:translate-y-82{
    --tw-translate-y: 410px;
  }

  .tw .group:hover .xl\:group-hover\:translate-y-83{
    --tw-translate-y: 415px;
  }

  .tw .group:hover .xl\:group-hover\:translate-y-84{
    --tw-translate-y: 420px;
  }

  .tw .group:hover .xl\:group-hover\:translate-y-85{
    --tw-translate-y: 425px;
  }

  .tw .group:hover .xl\:group-hover\:translate-y-86{
    --tw-translate-y: 430px;
  }

  .tw .group:hover .xl\:group-hover\:translate-y-87{
    --tw-translate-y: 435px;
  }

  .tw .group:hover .xl\:group-hover\:translate-y-88{
    --tw-translate-y: 440px;
  }

  .tw .group:hover .xl\:group-hover\:translate-y-89{
    --tw-translate-y: 445px;
  }

  .tw .group:hover .xl\:group-hover\:translate-y-90{
    --tw-translate-y: 450px;
  }

  .tw .group:hover .xl\:group-hover\:translate-y-91{
    --tw-translate-y: 455px;
  }

  .tw .group:hover .xl\:group-hover\:translate-y-92{
    --tw-translate-y: 460px;
  }

  .tw .group:hover .xl\:group-hover\:translate-y-93{
    --tw-translate-y: 465px;
  }

  .tw .group:hover .xl\:group-hover\:translate-y-94{
    --tw-translate-y: 470px;
  }

  .tw .group:hover .xl\:group-hover\:translate-y-95{
    --tw-translate-y: 475px;
  }

  .tw .group:hover .xl\:group-hover\:translate-y-96{
    --tw-translate-y: 480px;
  }

  .tw .group:hover .xl\:group-hover\:translate-y-97{
    --tw-translate-y: 485px;
  }

  .tw .group:hover .xl\:group-hover\:translate-y-98{
    --tw-translate-y: 490px;
  }

  .tw .group:hover .xl\:group-hover\:translate-y-99{
    --tw-translate-y: 495px;
  }

  .tw .group:hover .xl\:group-hover\:translate-y-100{
    --tw-translate-y: 500px;
  }

  .tw .group:hover .xl\:group-hover\:translate-y-101{
    --tw-translate-y: 505px;
  }

  .tw .group:hover .xl\:group-hover\:translate-y-102{
    --tw-translate-y: 510px;
  }

  .tw .group:hover .xl\:group-hover\:translate-y-103{
    --tw-translate-y: 515px;
  }

  .tw .group:hover .xl\:group-hover\:translate-y-104{
    --tw-translate-y: 520px;
  }

  .tw .group:hover .xl\:group-hover\:translate-y-105{
    --tw-translate-y: 525px;
  }

  .tw .group:hover .xl\:group-hover\:translate-y-106{
    --tw-translate-y: 530px;
  }

  .tw .group:hover .xl\:group-hover\:translate-y-107{
    --tw-translate-y: 535px;
  }

  .tw .group:hover .xl\:group-hover\:translate-y-108{
    --tw-translate-y: 540px;
  }

  .tw .group:hover .xl\:group-hover\:translate-y-109{
    --tw-translate-y: 545px;
  }

  .tw .group:hover .xl\:group-hover\:translate-y-110{
    --tw-translate-y: 550px;
  }

  .tw .group:hover .xl\:group-hover\:translate-y-111{
    --tw-translate-y: 555px;
  }

  .tw .group:hover .xl\:group-hover\:translate-y-112{
    --tw-translate-y: 560px;
  }

  .tw .group:hover .xl\:group-hover\:translate-y-113{
    --tw-translate-y: 565px;
  }

  .tw .group:hover .xl\:group-hover\:translate-y-114{
    --tw-translate-y: 570px;
  }

  .tw .group:hover .xl\:group-hover\:translate-y-115{
    --tw-translate-y: 575px;
  }

  .tw .group:hover .xl\:group-hover\:translate-y-116{
    --tw-translate-y: 580px;
  }

  .tw .group:hover .xl\:group-hover\:translate-y-117{
    --tw-translate-y: 585px;
  }

  .tw .group:hover .xl\:group-hover\:translate-y-118{
    --tw-translate-y: 590px;
  }

  .tw .group:hover .xl\:group-hover\:translate-y-119{
    --tw-translate-y: 595px;
  }

  .tw .group:hover .xl\:group-hover\:translate-y-120{
    --tw-translate-y: 600px;
  }

  .tw .group:hover .xl\:group-hover\:translate-y-121{
    --tw-translate-y: 605px;
  }

  .tw .group:hover .xl\:group-hover\:translate-y-122{
    --tw-translate-y: 610px;
  }

  .tw .group:hover .xl\:group-hover\:translate-y-123{
    --tw-translate-y: 615px;
  }

  .tw .group:hover .xl\:group-hover\:translate-y-124{
    --tw-translate-y: 620px;
  }

  .tw .group:hover .xl\:group-hover\:translate-y-125{
    --tw-translate-y: 625px;
  }

  .tw .group:hover .xl\:group-hover\:translate-y-126{
    --tw-translate-y: 630px;
  }

  .tw .group:hover .xl\:group-hover\:translate-y-127{
    --tw-translate-y: 635px;
  }

  .tw .group:hover .xl\:group-hover\:translate-y-128{
    --tw-translate-y: 640px;
  }

  .tw .group:hover .xl\:group-hover\:translate-y-129{
    --tw-translate-y: 645px;
  }

  .tw .group:hover .xl\:group-hover\:translate-y-130{
    --tw-translate-y: 650px;
  }

  .tw .group:hover .xl\:group-hover\:translate-y-131{
    --tw-translate-y: 655px;
  }

  .tw .group:hover .xl\:group-hover\:translate-y-132{
    --tw-translate-y: 660px;
  }

  .tw .group:hover .xl\:group-hover\:translate-y-133{
    --tw-translate-y: 665px;
  }

  .tw .group:hover .xl\:group-hover\:translate-y-134{
    --tw-translate-y: 670px;
  }

  .tw .group:hover .xl\:group-hover\:translate-y-135{
    --tw-translate-y: 675px;
  }

  .tw .group:hover .xl\:group-hover\:translate-y-136{
    --tw-translate-y: 680px;
  }

  .tw .group:hover .xl\:group-hover\:translate-y-137{
    --tw-translate-y: 685px;
  }

  .tw .group:hover .xl\:group-hover\:translate-y-138{
    --tw-translate-y: 690px;
  }

  .tw .group:hover .xl\:group-hover\:translate-y-139{
    --tw-translate-y: 695px;
  }

  .tw .group:hover .xl\:group-hover\:translate-y-140{
    --tw-translate-y: 700px;
  }

  .tw .group:hover .xl\:group-hover\:translate-y-141{
    --tw-translate-y: 705px;
  }

  .tw .group:hover .xl\:group-hover\:translate-y-142{
    --tw-translate-y: 710px;
  }

  .tw .group:hover .xl\:group-hover\:translate-y-143{
    --tw-translate-y: 715px;
  }

  .tw .group:hover .xl\:group-hover\:translate-y-144{
    --tw-translate-y: 720px;
  }

  .tw .group:hover .xl\:group-hover\:translate-y-145{
    --tw-translate-y: 725px;
  }

  .tw .group:hover .xl\:group-hover\:translate-y-146{
    --tw-translate-y: 730px;
  }

  .tw .group:hover .xl\:group-hover\:translate-y-147{
    --tw-translate-y: 735px;
  }

  .tw .group:hover .xl\:group-hover\:translate-y-148{
    --tw-translate-y: 740px;
  }

  .tw .group:hover .xl\:group-hover\:translate-y-149{
    --tw-translate-y: 745px;
  }

  .tw .group:hover .xl\:group-hover\:translate-y-0\.5{
    --tw-translate-y: 3px;
  }

  .tw .group:hover .xl\:group-hover\:translate-y-1px{
    --tw-translate-y: 1px;
  }

  .tw .group:hover .xl\:group-hover\:translate-y-2px{
    --tw-translate-y: 2px;
  }

  .tw .group:hover .xl\:group-hover\:translate-y-3px{
    --tw-translate-y: 3px;
  }

  .tw .group:hover .xl\:group-hover\:translate-y-4px{
    --tw-translate-y: 4px;
  }

  .tw .group:hover .xl\:group-hover\:translate-y-5px{
    --tw-translate-y: 5px;
  }

  .tw .group:hover .xl\:group-hover\:translate-y-6px{
    --tw-translate-y: 6px;
  }

  .tw .group:hover .xl\:group-hover\:translate-y-7px{
    --tw-translate-y: 7px;
  }

  .tw .group:hover .xl\:group-hover\:translate-y-8px{
    --tw-translate-y: 8px;
  }

  .tw .group:hover .xl\:group-hover\:translate-y-9px{
    --tw-translate-y: 9px;
  }

  .tw .group:hover .xl\:group-hover\:translate-y-10px{
    --tw-translate-y: 10px;
  }

  .tw .group:hover .xl\:group-hover\:translate-y-11px{
    --tw-translate-y: 11px;
  }

  .tw .group:hover .xl\:group-hover\:translate-y-12px{
    --tw-translate-y: 12px;
  }

  .tw .group:hover .xl\:group-hover\:translate-y-13px{
    --tw-translate-y: 13px;
  }

  .tw .group:hover .xl\:group-hover\:translate-y-14px{
    --tw-translate-y: 14px;
  }

  .tw .group:hover .xl\:group-hover\:translate-y-15px{
    --tw-translate-y: 15px;
  }

  .tw .group:hover .xl\:group-hover\:translate-y-16px{
    --tw-translate-y: 16px;
  }

  .tw .group:hover .xl\:group-hover\:translate-y-17px{
    --tw-translate-y: 17px;
  }

  .tw .group:hover .xl\:group-hover\:translate-y-18px{
    --tw-translate-y: 18px;
  }

  .tw .group:hover .xl\:group-hover\:translate-y-19px{
    --tw-translate-y: 19px;
  }

  .tw .group:hover .xl\:group-hover\:translate-y-20px{
    --tw-translate-y: 20px;
  }

  .tw .group:hover .xl\:group-hover\:translate-y-21px{
    --tw-translate-y: 21px;
  }

  .tw .group:hover .xl\:group-hover\:translate-y-22px{
    --tw-translate-y: 22px;
  }

  .tw .group:hover .xl\:group-hover\:translate-y-23px{
    --tw-translate-y: 23px;
  }

  .tw .group:hover .xl\:group-hover\:translate-y-24px{
    --tw-translate-y: 24px;
  }

  .tw .group:hover .xl\:group-hover\:translate-y-25px{
    --tw-translate-y: 25px;
  }

  .tw .group:hover .xl\:group-hover\:translate-y-26px{
    --tw-translate-y: 26px;
  }

  .tw .group:hover .xl\:group-hover\:translate-y-27px{
    --tw-translate-y: 27px;
  }

  .tw .group:hover .xl\:group-hover\:translate-y-28px{
    --tw-translate-y: 28px;
  }

  .tw .group:hover .xl\:group-hover\:translate-y-29px{
    --tw-translate-y: 29px;
  }

  .tw .group:hover .xl\:group-hover\:translate-y-30px{
    --tw-translate-y: 30px;
  }

  .tw .group:hover .xl\:group-hover\:translate-y-31px{
    --tw-translate-y: 31px;
  }

  .tw .group:hover .xl\:group-hover\:translate-y-32px{
    --tw-translate-y: 32px;
  }

  .tw .group:hover .xl\:group-hover\:translate-y-33px{
    --tw-translate-y: 33px;
  }

  .tw .group:hover .xl\:group-hover\:translate-y-34px{
    --tw-translate-y: 34px;
  }

  .tw .group:hover .xl\:group-hover\:translate-y-35px{
    --tw-translate-y: 35px;
  }

  .tw .group:hover .xl\:group-hover\:translate-y-36px{
    --tw-translate-y: 36px;
  }

  .tw .group:hover .xl\:group-hover\:translate-y-37px{
    --tw-translate-y: 37px;
  }

  .tw .group:hover .xl\:group-hover\:translate-y-38px{
    --tw-translate-y: 38px;
  }

  .tw .group:hover .xl\:group-hover\:translate-y-39px{
    --tw-translate-y: 39px;
  }

  .tw .group:hover .xl\:group-hover\:translate-y-40px{
    --tw-translate-y: 40px;
  }

  .tw .group:hover .xl\:group-hover\:-translate-y-0{
    --tw-translate-y: 0px;
  }

  .tw .group:hover .xl\:group-hover\:-translate-y-1{
    --tw-translate-y: -5px;
  }

  .tw .group:hover .xl\:group-hover\:-translate-y-2{
    --tw-translate-y: -10px;
  }

  .tw .group:hover .xl\:group-hover\:-translate-y-3{
    --tw-translate-y: -15px;
  }

  .tw .group:hover .xl\:group-hover\:-translate-y-4{
    --tw-translate-y: -20px;
  }

  .tw .group:hover .xl\:group-hover\:-translate-y-5{
    --tw-translate-y: -25px;
  }

  .tw .group:hover .xl\:group-hover\:-translate-y-6{
    --tw-translate-y: -30px;
  }

  .tw .group:hover .xl\:group-hover\:-translate-y-7{
    --tw-translate-y: -35px;
  }

  .tw .group:hover .xl\:group-hover\:-translate-y-8{
    --tw-translate-y: -40px;
  }

  .tw .group:hover .xl\:group-hover\:-translate-y-9{
    --tw-translate-y: -45px;
  }

  .tw .group:hover .xl\:group-hover\:-translate-y-10{
    --tw-translate-y: -50px;
  }

  .tw .group:hover .xl\:group-hover\:-translate-y-11{
    --tw-translate-y: -55px;
  }

  .tw .group:hover .xl\:group-hover\:-translate-y-12{
    --tw-translate-y: -60px;
  }

  .tw .group:hover .xl\:group-hover\:-translate-y-13{
    --tw-translate-y: -65px;
  }

  .tw .group:hover .xl\:group-hover\:-translate-y-14{
    --tw-translate-y: -70px;
  }

  .tw .group:hover .xl\:group-hover\:-translate-y-15{
    --tw-translate-y: -75px;
  }

  .tw .group:hover .xl\:group-hover\:-translate-y-16{
    --tw-translate-y: -80px;
  }

  .tw .group:hover .xl\:group-hover\:-translate-y-17{
    --tw-translate-y: -85px;
  }

  .tw .group:hover .xl\:group-hover\:-translate-y-18{
    --tw-translate-y: -90px;
  }

  .tw .group:hover .xl\:group-hover\:-translate-y-19{
    --tw-translate-y: -95px;
  }

  .tw .group:hover .xl\:group-hover\:-translate-y-20{
    --tw-translate-y: -100px;
  }

  .tw .group:hover .xl\:group-hover\:-translate-y-21{
    --tw-translate-y: -105px;
  }

  .tw .group:hover .xl\:group-hover\:-translate-y-22{
    --tw-translate-y: -110px;
  }

  .tw .group:hover .xl\:group-hover\:-translate-y-23{
    --tw-translate-y: -115px;
  }

  .tw .group:hover .xl\:group-hover\:-translate-y-24{
    --tw-translate-y: -120px;
  }

  .tw .group:hover .xl\:group-hover\:-translate-y-25{
    --tw-translate-y: -125px;
  }

  .tw .group:hover .xl\:group-hover\:-translate-y-26{
    --tw-translate-y: -130px;
  }

  .tw .group:hover .xl\:group-hover\:-translate-y-27{
    --tw-translate-y: -135px;
  }

  .tw .group:hover .xl\:group-hover\:-translate-y-28{
    --tw-translate-y: -140px;
  }

  .tw .group:hover .xl\:group-hover\:-translate-y-29{
    --tw-translate-y: -145px;
  }

  .tw .group:hover .xl\:group-hover\:-translate-y-30{
    --tw-translate-y: -150px;
  }

  .tw .group:hover .xl\:group-hover\:-translate-y-31{
    --tw-translate-y: -155px;
  }

  .tw .group:hover .xl\:group-hover\:-translate-y-32{
    --tw-translate-y: -160px;
  }

  .tw .group:hover .xl\:group-hover\:-translate-y-33{
    --tw-translate-y: -165px;
  }

  .tw .group:hover .xl\:group-hover\:-translate-y-34{
    --tw-translate-y: -170px;
  }

  .tw .group:hover .xl\:group-hover\:-translate-y-35{
    --tw-translate-y: -175px;
  }

  .tw .group:hover .xl\:group-hover\:-translate-y-36{
    --tw-translate-y: -180px;
  }

  .tw .group:hover .xl\:group-hover\:-translate-y-37{
    --tw-translate-y: -185px;
  }

  .tw .group:hover .xl\:group-hover\:-translate-y-38{
    --tw-translate-y: -190px;
  }

  .tw .group:hover .xl\:group-hover\:-translate-y-39{
    --tw-translate-y: -195px;
  }

  .tw .group:hover .xl\:group-hover\:-translate-y-40{
    --tw-translate-y: -200px;
  }

  .tw .group:hover .xl\:group-hover\:-translate-y-41{
    --tw-translate-y: -205px;
  }

  .tw .group:hover .xl\:group-hover\:-translate-y-42{
    --tw-translate-y: -210px;
  }

  .tw .group:hover .xl\:group-hover\:-translate-y-43{
    --tw-translate-y: -215px;
  }

  .tw .group:hover .xl\:group-hover\:-translate-y-44{
    --tw-translate-y: -220px;
  }

  .tw .group:hover .xl\:group-hover\:-translate-y-45{
    --tw-translate-y: -225px;
  }

  .tw .group:hover .xl\:group-hover\:-translate-y-46{
    --tw-translate-y: -230px;
  }

  .tw .group:hover .xl\:group-hover\:-translate-y-47{
    --tw-translate-y: -235px;
  }

  .tw .group:hover .xl\:group-hover\:-translate-y-48{
    --tw-translate-y: -240px;
  }

  .tw .group:hover .xl\:group-hover\:-translate-y-49{
    --tw-translate-y: -245px;
  }

  .tw .group:hover .xl\:group-hover\:-translate-y-50{
    --tw-translate-y: -250px;
  }

  .tw .group:hover .xl\:group-hover\:-translate-y-51{
    --tw-translate-y: -255px;
  }

  .tw .group:hover .xl\:group-hover\:-translate-y-52{
    --tw-translate-y: -260px;
  }

  .tw .group:hover .xl\:group-hover\:-translate-y-53{
    --tw-translate-y: -265px;
  }

  .tw .group:hover .xl\:group-hover\:-translate-y-54{
    --tw-translate-y: -270px;
  }

  .tw .group:hover .xl\:group-hover\:-translate-y-55{
    --tw-translate-y: -275px;
  }

  .tw .group:hover .xl\:group-hover\:-translate-y-56{
    --tw-translate-y: -280px;
  }

  .tw .group:hover .xl\:group-hover\:-translate-y-57{
    --tw-translate-y: -285px;
  }

  .tw .group:hover .xl\:group-hover\:-translate-y-58{
    --tw-translate-y: -290px;
  }

  .tw .group:hover .xl\:group-hover\:-translate-y-59{
    --tw-translate-y: -295px;
  }

  .tw .group:hover .xl\:group-hover\:-translate-y-60{
    --tw-translate-y: -300px;
  }

  .tw .group:hover .xl\:group-hover\:-translate-y-61{
    --tw-translate-y: -305px;
  }

  .tw .group:hover .xl\:group-hover\:-translate-y-62{
    --tw-translate-y: -310px;
  }

  .tw .group:hover .xl\:group-hover\:-translate-y-63{
    --tw-translate-y: -315px;
  }

  .tw .group:hover .xl\:group-hover\:-translate-y-64{
    --tw-translate-y: -320px;
  }

  .tw .group:hover .xl\:group-hover\:-translate-y-65{
    --tw-translate-y: -325px;
  }

  .tw .group:hover .xl\:group-hover\:-translate-y-66{
    --tw-translate-y: -330px;
  }

  .tw .group:hover .xl\:group-hover\:-translate-y-67{
    --tw-translate-y: -335px;
  }

  .tw .group:hover .xl\:group-hover\:-translate-y-68{
    --tw-translate-y: -340px;
  }

  .tw .group:hover .xl\:group-hover\:-translate-y-69{
    --tw-translate-y: -345px;
  }

  .tw .group:hover .xl\:group-hover\:-translate-y-70{
    --tw-translate-y: -350px;
  }

  .tw .group:hover .xl\:group-hover\:-translate-y-71{
    --tw-translate-y: -355px;
  }

  .tw .group:hover .xl\:group-hover\:-translate-y-72{
    --tw-translate-y: -360px;
  }

  .tw .group:hover .xl\:group-hover\:-translate-y-73{
    --tw-translate-y: -365px;
  }

  .tw .group:hover .xl\:group-hover\:-translate-y-74{
    --tw-translate-y: -370px;
  }

  .tw .group:hover .xl\:group-hover\:-translate-y-75{
    --tw-translate-y: -375px;
  }

  .tw .group:hover .xl\:group-hover\:-translate-y-76{
    --tw-translate-y: -380px;
  }

  .tw .group:hover .xl\:group-hover\:-translate-y-77{
    --tw-translate-y: -385px;
  }

  .tw .group:hover .xl\:group-hover\:-translate-y-78{
    --tw-translate-y: -390px;
  }

  .tw .group:hover .xl\:group-hover\:-translate-y-79{
    --tw-translate-y: -395px;
  }

  .tw .group:hover .xl\:group-hover\:-translate-y-80{
    --tw-translate-y: -400px;
  }

  .tw .group:hover .xl\:group-hover\:-translate-y-81{
    --tw-translate-y: -405px;
  }

  .tw .group:hover .xl\:group-hover\:-translate-y-82{
    --tw-translate-y: -410px;
  }

  .tw .group:hover .xl\:group-hover\:-translate-y-83{
    --tw-translate-y: -415px;
  }

  .tw .group:hover .xl\:group-hover\:-translate-y-84{
    --tw-translate-y: -420px;
  }

  .tw .group:hover .xl\:group-hover\:-translate-y-85{
    --tw-translate-y: -425px;
  }

  .tw .group:hover .xl\:group-hover\:-translate-y-86{
    --tw-translate-y: -430px;
  }

  .tw .group:hover .xl\:group-hover\:-translate-y-87{
    --tw-translate-y: -435px;
  }

  .tw .group:hover .xl\:group-hover\:-translate-y-88{
    --tw-translate-y: -440px;
  }

  .tw .group:hover .xl\:group-hover\:-translate-y-89{
    --tw-translate-y: -445px;
  }

  .tw .group:hover .xl\:group-hover\:-translate-y-90{
    --tw-translate-y: -450px;
  }

  .tw .group:hover .xl\:group-hover\:-translate-y-91{
    --tw-translate-y: -455px;
  }

  .tw .group:hover .xl\:group-hover\:-translate-y-92{
    --tw-translate-y: -460px;
  }

  .tw .group:hover .xl\:group-hover\:-translate-y-93{
    --tw-translate-y: -465px;
  }

  .tw .group:hover .xl\:group-hover\:-translate-y-94{
    --tw-translate-y: -470px;
  }

  .tw .group:hover .xl\:group-hover\:-translate-y-95{
    --tw-translate-y: -475px;
  }

  .tw .group:hover .xl\:group-hover\:-translate-y-96{
    --tw-translate-y: -480px;
  }

  .tw .group:hover .xl\:group-hover\:-translate-y-97{
    --tw-translate-y: -485px;
  }

  .tw .group:hover .xl\:group-hover\:-translate-y-98{
    --tw-translate-y: -490px;
  }

  .tw .group:hover .xl\:group-hover\:-translate-y-99{
    --tw-translate-y: -495px;
  }

  .tw .group:hover .xl\:group-hover\:-translate-y-100{
    --tw-translate-y: -500px;
  }

  .tw .group:hover .xl\:group-hover\:-translate-y-101{
    --tw-translate-y: -505px;
  }

  .tw .group:hover .xl\:group-hover\:-translate-y-102{
    --tw-translate-y: -510px;
  }

  .tw .group:hover .xl\:group-hover\:-translate-y-103{
    --tw-translate-y: -515px;
  }

  .tw .group:hover .xl\:group-hover\:-translate-y-104{
    --tw-translate-y: -520px;
  }

  .tw .group:hover .xl\:group-hover\:-translate-y-105{
    --tw-translate-y: -525px;
  }

  .tw .group:hover .xl\:group-hover\:-translate-y-106{
    --tw-translate-y: -530px;
  }

  .tw .group:hover .xl\:group-hover\:-translate-y-107{
    --tw-translate-y: -535px;
  }

  .tw .group:hover .xl\:group-hover\:-translate-y-108{
    --tw-translate-y: -540px;
  }

  .tw .group:hover .xl\:group-hover\:-translate-y-109{
    --tw-translate-y: -545px;
  }

  .tw .group:hover .xl\:group-hover\:-translate-y-110{
    --tw-translate-y: -550px;
  }

  .tw .group:hover .xl\:group-hover\:-translate-y-111{
    --tw-translate-y: -555px;
  }

  .tw .group:hover .xl\:group-hover\:-translate-y-112{
    --tw-translate-y: -560px;
  }

  .tw .group:hover .xl\:group-hover\:-translate-y-113{
    --tw-translate-y: -565px;
  }

  .tw .group:hover .xl\:group-hover\:-translate-y-114{
    --tw-translate-y: -570px;
  }

  .tw .group:hover .xl\:group-hover\:-translate-y-115{
    --tw-translate-y: -575px;
  }

  .tw .group:hover .xl\:group-hover\:-translate-y-116{
    --tw-translate-y: -580px;
  }

  .tw .group:hover .xl\:group-hover\:-translate-y-117{
    --tw-translate-y: -585px;
  }

  .tw .group:hover .xl\:group-hover\:-translate-y-118{
    --tw-translate-y: -590px;
  }

  .tw .group:hover .xl\:group-hover\:-translate-y-119{
    --tw-translate-y: -595px;
  }

  .tw .group:hover .xl\:group-hover\:-translate-y-120{
    --tw-translate-y: -600px;
  }

  .tw .group:hover .xl\:group-hover\:-translate-y-121{
    --tw-translate-y: -605px;
  }

  .tw .group:hover .xl\:group-hover\:-translate-y-122{
    --tw-translate-y: -610px;
  }

  .tw .group:hover .xl\:group-hover\:-translate-y-123{
    --tw-translate-y: -615px;
  }

  .tw .group:hover .xl\:group-hover\:-translate-y-124{
    --tw-translate-y: -620px;
  }

  .tw .group:hover .xl\:group-hover\:-translate-y-125{
    --tw-translate-y: -625px;
  }

  .tw .group:hover .xl\:group-hover\:-translate-y-126{
    --tw-translate-y: -630px;
  }

  .tw .group:hover .xl\:group-hover\:-translate-y-127{
    --tw-translate-y: -635px;
  }

  .tw .group:hover .xl\:group-hover\:-translate-y-128{
    --tw-translate-y: -640px;
  }

  .tw .group:hover .xl\:group-hover\:-translate-y-129{
    --tw-translate-y: -645px;
  }

  .tw .group:hover .xl\:group-hover\:-translate-y-130{
    --tw-translate-y: -650px;
  }

  .tw .group:hover .xl\:group-hover\:-translate-y-131{
    --tw-translate-y: -655px;
  }

  .tw .group:hover .xl\:group-hover\:-translate-y-132{
    --tw-translate-y: -660px;
  }

  .tw .group:hover .xl\:group-hover\:-translate-y-133{
    --tw-translate-y: -665px;
  }

  .tw .group:hover .xl\:group-hover\:-translate-y-134{
    --tw-translate-y: -670px;
  }

  .tw .group:hover .xl\:group-hover\:-translate-y-135{
    --tw-translate-y: -675px;
  }

  .tw .group:hover .xl\:group-hover\:-translate-y-136{
    --tw-translate-y: -680px;
  }

  .tw .group:hover .xl\:group-hover\:-translate-y-137{
    --tw-translate-y: -685px;
  }

  .tw .group:hover .xl\:group-hover\:-translate-y-138{
    --tw-translate-y: -690px;
  }

  .tw .group:hover .xl\:group-hover\:-translate-y-139{
    --tw-translate-y: -695px;
  }

  .tw .group:hover .xl\:group-hover\:-translate-y-140{
    --tw-translate-y: -700px;
  }

  .tw .group:hover .xl\:group-hover\:-translate-y-141{
    --tw-translate-y: -705px;
  }

  .tw .group:hover .xl\:group-hover\:-translate-y-142{
    --tw-translate-y: -710px;
  }

  .tw .group:hover .xl\:group-hover\:-translate-y-143{
    --tw-translate-y: -715px;
  }

  .tw .group:hover .xl\:group-hover\:-translate-y-144{
    --tw-translate-y: -720px;
  }

  .tw .group:hover .xl\:group-hover\:-translate-y-145{
    --tw-translate-y: -725px;
  }

  .tw .group:hover .xl\:group-hover\:-translate-y-146{
    --tw-translate-y: -730px;
  }

  .tw .group:hover .xl\:group-hover\:-translate-y-147{
    --tw-translate-y: -735px;
  }

  .tw .group:hover .xl\:group-hover\:-translate-y-148{
    --tw-translate-y: -740px;
  }

  .tw .group:hover .xl\:group-hover\:-translate-y-149{
    --tw-translate-y: -745px;
  }

  .tw .group:hover .xl\:group-hover\:-translate-y-0\.5{
    --tw-translate-y: -3px;
  }

  .tw .group:hover .xl\:group-hover\:-translate-y-1px{
    --tw-translate-y: -1px;
  }

  .tw .group:hover .xl\:group-hover\:-translate-y-2px{
    --tw-translate-y: -2px;
  }

  .tw .group:hover .xl\:group-hover\:-translate-y-3px{
    --tw-translate-y: -3px;
  }

  .tw .group:hover .xl\:group-hover\:-translate-y-4px{
    --tw-translate-y: -4px;
  }

  .tw .group:hover .xl\:group-hover\:-translate-y-5px{
    --tw-translate-y: -5px;
  }

  .tw .group:hover .xl\:group-hover\:-translate-y-6px{
    --tw-translate-y: -6px;
  }

  .tw .group:hover .xl\:group-hover\:-translate-y-7px{
    --tw-translate-y: -7px;
  }

  .tw .group:hover .xl\:group-hover\:-translate-y-8px{
    --tw-translate-y: -8px;
  }

  .tw .group:hover .xl\:group-hover\:-translate-y-9px{
    --tw-translate-y: -9px;
  }

  .tw .group:hover .xl\:group-hover\:-translate-y-10px{
    --tw-translate-y: -10px;
  }

  .tw .group:hover .xl\:group-hover\:-translate-y-11px{
    --tw-translate-y: -11px;
  }

  .tw .group:hover .xl\:group-hover\:-translate-y-12px{
    --tw-translate-y: -12px;
  }

  .tw .group:hover .xl\:group-hover\:-translate-y-13px{
    --tw-translate-y: -13px;
  }

  .tw .group:hover .xl\:group-hover\:-translate-y-14px{
    --tw-translate-y: -14px;
  }

  .tw .group:hover .xl\:group-hover\:-translate-y-15px{
    --tw-translate-y: -15px;
  }

  .tw .group:hover .xl\:group-hover\:-translate-y-16px{
    --tw-translate-y: -16px;
  }

  .tw .group:hover .xl\:group-hover\:-translate-y-17px{
    --tw-translate-y: -17px;
  }

  .tw .group:hover .xl\:group-hover\:-translate-y-18px{
    --tw-translate-y: -18px;
  }

  .tw .group:hover .xl\:group-hover\:-translate-y-19px{
    --tw-translate-y: -19px;
  }

  .tw .group:hover .xl\:group-hover\:-translate-y-20px{
    --tw-translate-y: -20px;
  }

  .tw .group:hover .xl\:group-hover\:-translate-y-21px{
    --tw-translate-y: -21px;
  }

  .tw .group:hover .xl\:group-hover\:-translate-y-22px{
    --tw-translate-y: -22px;
  }

  .tw .group:hover .xl\:group-hover\:-translate-y-23px{
    --tw-translate-y: -23px;
  }

  .tw .group:hover .xl\:group-hover\:-translate-y-24px{
    --tw-translate-y: -24px;
  }

  .tw .group:hover .xl\:group-hover\:-translate-y-25px{
    --tw-translate-y: -25px;
  }

  .tw .group:hover .xl\:group-hover\:-translate-y-26px{
    --tw-translate-y: -26px;
  }

  .tw .group:hover .xl\:group-hover\:-translate-y-27px{
    --tw-translate-y: -27px;
  }

  .tw .group:hover .xl\:group-hover\:-translate-y-28px{
    --tw-translate-y: -28px;
  }

  .tw .group:hover .xl\:group-hover\:-translate-y-29px{
    --tw-translate-y: -29px;
  }

  .tw .group:hover .xl\:group-hover\:-translate-y-30px{
    --tw-translate-y: -30px;
  }

  .tw .group:hover .xl\:group-hover\:-translate-y-31px{
    --tw-translate-y: -31px;
  }

  .tw .group:hover .xl\:group-hover\:-translate-y-32px{
    --tw-translate-y: -32px;
  }

  .tw .group:hover .xl\:group-hover\:-translate-y-33px{
    --tw-translate-y: -33px;
  }

  .tw .group:hover .xl\:group-hover\:-translate-y-34px{
    --tw-translate-y: -34px;
  }

  .tw .group:hover .xl\:group-hover\:-translate-y-35px{
    --tw-translate-y: -35px;
  }

  .tw .group:hover .xl\:group-hover\:-translate-y-36px{
    --tw-translate-y: -36px;
  }

  .tw .group:hover .xl\:group-hover\:-translate-y-37px{
    --tw-translate-y: -37px;
  }

  .tw .group:hover .xl\:group-hover\:-translate-y-38px{
    --tw-translate-y: -38px;
  }

  .tw .group:hover .xl\:group-hover\:-translate-y-39px{
    --tw-translate-y: -39px;
  }

  .tw .group:hover .xl\:group-hover\:-translate-y-40px{
    --tw-translate-y: -40px;
  }

  .tw .group:hover .xl\:group-hover\:translate-y-1\/2{
    --tw-translate-y: 50%;
  }

  .tw .group:hover .xl\:group-hover\:translate-y-1\/3{
    --tw-translate-y: 33.333333%;
  }

  .tw .group:hover .xl\:group-hover\:translate-y-2\/3{
    --tw-translate-y: 66.666667%;
  }

  .tw .group:hover .xl\:group-hover\:translate-y-1\/4{
    --tw-translate-y: 25%;
  }

  .tw .group:hover .xl\:group-hover\:translate-y-2\/4{
    --tw-translate-y: 50%;
  }

  .tw .group:hover .xl\:group-hover\:translate-y-3\/4{
    --tw-translate-y: 75%;
  }

  .tw .group:hover .xl\:group-hover\:translate-y-full{
    --tw-translate-y: 100%;
  }

  .tw .group:hover .xl\:group-hover\:-translate-y-1\/2{
    --tw-translate-y: -50%;
  }

  .tw .group:hover .xl\:group-hover\:-translate-y-1\/3{
    --tw-translate-y: -33.333333%;
  }

  .tw .group:hover .xl\:group-hover\:-translate-y-2\/3{
    --tw-translate-y: -66.666667%;
  }

  .tw .group:hover .xl\:group-hover\:-translate-y-1\/4{
    --tw-translate-y: -25%;
  }

  .tw .group:hover .xl\:group-hover\:-translate-y-2\/4{
    --tw-translate-y: -50%;
  }

  .tw .group:hover .xl\:group-hover\:-translate-y-3\/4{
    --tw-translate-y: -75%;
  }

  .tw .group:hover .xl\:group-hover\:-translate-y-full{
    --tw-translate-y: -100%;
  }

  .tw .xl\:hover\:translate-x-0:hover{
    --tw-translate-x: 0px;
  }

  .tw .xl\:hover\:translate-x-1:hover{
    --tw-translate-x: 5px;
  }

  .tw .xl\:hover\:translate-x-2:hover{
    --tw-translate-x: 10px;
  }

  .tw .xl\:hover\:translate-x-3:hover{
    --tw-translate-x: 15px;
  }

  .tw .xl\:hover\:translate-x-4:hover{
    --tw-translate-x: 20px;
  }

  .tw .xl\:hover\:translate-x-5:hover{
    --tw-translate-x: 25px;
  }

  .tw .xl\:hover\:translate-x-6:hover{
    --tw-translate-x: 30px;
  }

  .tw .xl\:hover\:translate-x-7:hover{
    --tw-translate-x: 35px;
  }

  .tw .xl\:hover\:translate-x-8:hover{
    --tw-translate-x: 40px;
  }

  .tw .xl\:hover\:translate-x-9:hover{
    --tw-translate-x: 45px;
  }

  .tw .xl\:hover\:translate-x-10:hover{
    --tw-translate-x: 50px;
  }

  .tw .xl\:hover\:translate-x-11:hover{
    --tw-translate-x: 55px;
  }

  .tw .xl\:hover\:translate-x-12:hover{
    --tw-translate-x: 60px;
  }

  .tw .xl\:hover\:translate-x-13:hover{
    --tw-translate-x: 65px;
  }

  .tw .xl\:hover\:translate-x-14:hover{
    --tw-translate-x: 70px;
  }

  .tw .xl\:hover\:translate-x-15:hover{
    --tw-translate-x: 75px;
  }

  .tw .xl\:hover\:translate-x-16:hover{
    --tw-translate-x: 80px;
  }

  .tw .xl\:hover\:translate-x-17:hover{
    --tw-translate-x: 85px;
  }

  .tw .xl\:hover\:translate-x-18:hover{
    --tw-translate-x: 90px;
  }

  .tw .xl\:hover\:translate-x-19:hover{
    --tw-translate-x: 95px;
  }

  .tw .xl\:hover\:translate-x-20:hover{
    --tw-translate-x: 100px;
  }

  .tw .xl\:hover\:translate-x-21:hover{
    --tw-translate-x: 105px;
  }

  .tw .xl\:hover\:translate-x-22:hover{
    --tw-translate-x: 110px;
  }

  .tw .xl\:hover\:translate-x-23:hover{
    --tw-translate-x: 115px;
  }

  .tw .xl\:hover\:translate-x-24:hover{
    --tw-translate-x: 120px;
  }

  .tw .xl\:hover\:translate-x-25:hover{
    --tw-translate-x: 125px;
  }

  .tw .xl\:hover\:translate-x-26:hover{
    --tw-translate-x: 130px;
  }

  .tw .xl\:hover\:translate-x-27:hover{
    --tw-translate-x: 135px;
  }

  .tw .xl\:hover\:translate-x-28:hover{
    --tw-translate-x: 140px;
  }

  .tw .xl\:hover\:translate-x-29:hover{
    --tw-translate-x: 145px;
  }

  .tw .xl\:hover\:translate-x-30:hover{
    --tw-translate-x: 150px;
  }

  .tw .xl\:hover\:translate-x-31:hover{
    --tw-translate-x: 155px;
  }

  .tw .xl\:hover\:translate-x-32:hover{
    --tw-translate-x: 160px;
  }

  .tw .xl\:hover\:translate-x-33:hover{
    --tw-translate-x: 165px;
  }

  .tw .xl\:hover\:translate-x-34:hover{
    --tw-translate-x: 170px;
  }

  .tw .xl\:hover\:translate-x-35:hover{
    --tw-translate-x: 175px;
  }

  .tw .xl\:hover\:translate-x-36:hover{
    --tw-translate-x: 180px;
  }

  .tw .xl\:hover\:translate-x-37:hover{
    --tw-translate-x: 185px;
  }

  .tw .xl\:hover\:translate-x-38:hover{
    --tw-translate-x: 190px;
  }

  .tw .xl\:hover\:translate-x-39:hover{
    --tw-translate-x: 195px;
  }

  .tw .xl\:hover\:translate-x-40:hover{
    --tw-translate-x: 200px;
  }

  .tw .xl\:hover\:translate-x-41:hover{
    --tw-translate-x: 205px;
  }

  .tw .xl\:hover\:translate-x-42:hover{
    --tw-translate-x: 210px;
  }

  .tw .xl\:hover\:translate-x-43:hover{
    --tw-translate-x: 215px;
  }

  .tw .xl\:hover\:translate-x-44:hover{
    --tw-translate-x: 220px;
  }

  .tw .xl\:hover\:translate-x-45:hover{
    --tw-translate-x: 225px;
  }

  .tw .xl\:hover\:translate-x-46:hover{
    --tw-translate-x: 230px;
  }

  .tw .xl\:hover\:translate-x-47:hover{
    --tw-translate-x: 235px;
  }

  .tw .xl\:hover\:translate-x-48:hover{
    --tw-translate-x: 240px;
  }

  .tw .xl\:hover\:translate-x-49:hover{
    --tw-translate-x: 245px;
  }

  .tw .xl\:hover\:translate-x-50:hover{
    --tw-translate-x: 250px;
  }

  .tw .xl\:hover\:translate-x-51:hover{
    --tw-translate-x: 255px;
  }

  .tw .xl\:hover\:translate-x-52:hover{
    --tw-translate-x: 260px;
  }

  .tw .xl\:hover\:translate-x-53:hover{
    --tw-translate-x: 265px;
  }

  .tw .xl\:hover\:translate-x-54:hover{
    --tw-translate-x: 270px;
  }

  .tw .xl\:hover\:translate-x-55:hover{
    --tw-translate-x: 275px;
  }

  .tw .xl\:hover\:translate-x-56:hover{
    --tw-translate-x: 280px;
  }

  .tw .xl\:hover\:translate-x-57:hover{
    --tw-translate-x: 285px;
  }

  .tw .xl\:hover\:translate-x-58:hover{
    --tw-translate-x: 290px;
  }

  .tw .xl\:hover\:translate-x-59:hover{
    --tw-translate-x: 295px;
  }

  .tw .xl\:hover\:translate-x-60:hover{
    --tw-translate-x: 300px;
  }

  .tw .xl\:hover\:translate-x-61:hover{
    --tw-translate-x: 305px;
  }

  .tw .xl\:hover\:translate-x-62:hover{
    --tw-translate-x: 310px;
  }

  .tw .xl\:hover\:translate-x-63:hover{
    --tw-translate-x: 315px;
  }

  .tw .xl\:hover\:translate-x-64:hover{
    --tw-translate-x: 320px;
  }

  .tw .xl\:hover\:translate-x-65:hover{
    --tw-translate-x: 325px;
  }

  .tw .xl\:hover\:translate-x-66:hover{
    --tw-translate-x: 330px;
  }

  .tw .xl\:hover\:translate-x-67:hover{
    --tw-translate-x: 335px;
  }

  .tw .xl\:hover\:translate-x-68:hover{
    --tw-translate-x: 340px;
  }

  .tw .xl\:hover\:translate-x-69:hover{
    --tw-translate-x: 345px;
  }

  .tw .xl\:hover\:translate-x-70:hover{
    --tw-translate-x: 350px;
  }

  .tw .xl\:hover\:translate-x-71:hover{
    --tw-translate-x: 355px;
  }

  .tw .xl\:hover\:translate-x-72:hover{
    --tw-translate-x: 360px;
  }

  .tw .xl\:hover\:translate-x-73:hover{
    --tw-translate-x: 365px;
  }

  .tw .xl\:hover\:translate-x-74:hover{
    --tw-translate-x: 370px;
  }

  .tw .xl\:hover\:translate-x-75:hover{
    --tw-translate-x: 375px;
  }

  .tw .xl\:hover\:translate-x-76:hover{
    --tw-translate-x: 380px;
  }

  .tw .xl\:hover\:translate-x-77:hover{
    --tw-translate-x: 385px;
  }

  .tw .xl\:hover\:translate-x-78:hover{
    --tw-translate-x: 390px;
  }

  .tw .xl\:hover\:translate-x-79:hover{
    --tw-translate-x: 395px;
  }

  .tw .xl\:hover\:translate-x-80:hover{
    --tw-translate-x: 400px;
  }

  .tw .xl\:hover\:translate-x-81:hover{
    --tw-translate-x: 405px;
  }

  .tw .xl\:hover\:translate-x-82:hover{
    --tw-translate-x: 410px;
  }

  .tw .xl\:hover\:translate-x-83:hover{
    --tw-translate-x: 415px;
  }

  .tw .xl\:hover\:translate-x-84:hover{
    --tw-translate-x: 420px;
  }

  .tw .xl\:hover\:translate-x-85:hover{
    --tw-translate-x: 425px;
  }

  .tw .xl\:hover\:translate-x-86:hover{
    --tw-translate-x: 430px;
  }

  .tw .xl\:hover\:translate-x-87:hover{
    --tw-translate-x: 435px;
  }

  .tw .xl\:hover\:translate-x-88:hover{
    --tw-translate-x: 440px;
  }

  .tw .xl\:hover\:translate-x-89:hover{
    --tw-translate-x: 445px;
  }

  .tw .xl\:hover\:translate-x-90:hover{
    --tw-translate-x: 450px;
  }

  .tw .xl\:hover\:translate-x-91:hover{
    --tw-translate-x: 455px;
  }

  .tw .xl\:hover\:translate-x-92:hover{
    --tw-translate-x: 460px;
  }

  .tw .xl\:hover\:translate-x-93:hover{
    --tw-translate-x: 465px;
  }

  .tw .xl\:hover\:translate-x-94:hover{
    --tw-translate-x: 470px;
  }

  .tw .xl\:hover\:translate-x-95:hover{
    --tw-translate-x: 475px;
  }

  .tw .xl\:hover\:translate-x-96:hover{
    --tw-translate-x: 480px;
  }

  .tw .xl\:hover\:translate-x-97:hover{
    --tw-translate-x: 485px;
  }

  .tw .xl\:hover\:translate-x-98:hover{
    --tw-translate-x: 490px;
  }

  .tw .xl\:hover\:translate-x-99:hover{
    --tw-translate-x: 495px;
  }

  .tw .xl\:hover\:translate-x-100:hover{
    --tw-translate-x: 500px;
  }

  .tw .xl\:hover\:translate-x-101:hover{
    --tw-translate-x: 505px;
  }

  .tw .xl\:hover\:translate-x-102:hover{
    --tw-translate-x: 510px;
  }

  .tw .xl\:hover\:translate-x-103:hover{
    --tw-translate-x: 515px;
  }

  .tw .xl\:hover\:translate-x-104:hover{
    --tw-translate-x: 520px;
  }

  .tw .xl\:hover\:translate-x-105:hover{
    --tw-translate-x: 525px;
  }

  .tw .xl\:hover\:translate-x-106:hover{
    --tw-translate-x: 530px;
  }

  .tw .xl\:hover\:translate-x-107:hover{
    --tw-translate-x: 535px;
  }

  .tw .xl\:hover\:translate-x-108:hover{
    --tw-translate-x: 540px;
  }

  .tw .xl\:hover\:translate-x-109:hover{
    --tw-translate-x: 545px;
  }

  .tw .xl\:hover\:translate-x-110:hover{
    --tw-translate-x: 550px;
  }

  .tw .xl\:hover\:translate-x-111:hover{
    --tw-translate-x: 555px;
  }

  .tw .xl\:hover\:translate-x-112:hover{
    --tw-translate-x: 560px;
  }

  .tw .xl\:hover\:translate-x-113:hover{
    --tw-translate-x: 565px;
  }

  .tw .xl\:hover\:translate-x-114:hover{
    --tw-translate-x: 570px;
  }

  .tw .xl\:hover\:translate-x-115:hover{
    --tw-translate-x: 575px;
  }

  .tw .xl\:hover\:translate-x-116:hover{
    --tw-translate-x: 580px;
  }

  .tw .xl\:hover\:translate-x-117:hover{
    --tw-translate-x: 585px;
  }

  .tw .xl\:hover\:translate-x-118:hover{
    --tw-translate-x: 590px;
  }

  .tw .xl\:hover\:translate-x-119:hover{
    --tw-translate-x: 595px;
  }

  .tw .xl\:hover\:translate-x-120:hover{
    --tw-translate-x: 600px;
  }

  .tw .xl\:hover\:translate-x-121:hover{
    --tw-translate-x: 605px;
  }

  .tw .xl\:hover\:translate-x-122:hover{
    --tw-translate-x: 610px;
  }

  .tw .xl\:hover\:translate-x-123:hover{
    --tw-translate-x: 615px;
  }

  .tw .xl\:hover\:translate-x-124:hover{
    --tw-translate-x: 620px;
  }

  .tw .xl\:hover\:translate-x-125:hover{
    --tw-translate-x: 625px;
  }

  .tw .xl\:hover\:translate-x-126:hover{
    --tw-translate-x: 630px;
  }

  .tw .xl\:hover\:translate-x-127:hover{
    --tw-translate-x: 635px;
  }

  .tw .xl\:hover\:translate-x-128:hover{
    --tw-translate-x: 640px;
  }

  .tw .xl\:hover\:translate-x-129:hover{
    --tw-translate-x: 645px;
  }

  .tw .xl\:hover\:translate-x-130:hover{
    --tw-translate-x: 650px;
  }

  .tw .xl\:hover\:translate-x-131:hover{
    --tw-translate-x: 655px;
  }

  .tw .xl\:hover\:translate-x-132:hover{
    --tw-translate-x: 660px;
  }

  .tw .xl\:hover\:translate-x-133:hover{
    --tw-translate-x: 665px;
  }

  .tw .xl\:hover\:translate-x-134:hover{
    --tw-translate-x: 670px;
  }

  .tw .xl\:hover\:translate-x-135:hover{
    --tw-translate-x: 675px;
  }

  .tw .xl\:hover\:translate-x-136:hover{
    --tw-translate-x: 680px;
  }

  .tw .xl\:hover\:translate-x-137:hover{
    --tw-translate-x: 685px;
  }

  .tw .xl\:hover\:translate-x-138:hover{
    --tw-translate-x: 690px;
  }

  .tw .xl\:hover\:translate-x-139:hover{
    --tw-translate-x: 695px;
  }

  .tw .xl\:hover\:translate-x-140:hover{
    --tw-translate-x: 700px;
  }

  .tw .xl\:hover\:translate-x-141:hover{
    --tw-translate-x: 705px;
  }

  .tw .xl\:hover\:translate-x-142:hover{
    --tw-translate-x: 710px;
  }

  .tw .xl\:hover\:translate-x-143:hover{
    --tw-translate-x: 715px;
  }

  .tw .xl\:hover\:translate-x-144:hover{
    --tw-translate-x: 720px;
  }

  .tw .xl\:hover\:translate-x-145:hover{
    --tw-translate-x: 725px;
  }

  .tw .xl\:hover\:translate-x-146:hover{
    --tw-translate-x: 730px;
  }

  .tw .xl\:hover\:translate-x-147:hover{
    --tw-translate-x: 735px;
  }

  .tw .xl\:hover\:translate-x-148:hover{
    --tw-translate-x: 740px;
  }

  .tw .xl\:hover\:translate-x-149:hover{
    --tw-translate-x: 745px;
  }

  .tw .xl\:hover\:translate-x-0\.5:hover{
    --tw-translate-x: 3px;
  }

  .tw .xl\:hover\:translate-x-1px:hover{
    --tw-translate-x: 1px;
  }

  .tw .xl\:hover\:translate-x-2px:hover{
    --tw-translate-x: 2px;
  }

  .tw .xl\:hover\:translate-x-3px:hover{
    --tw-translate-x: 3px;
  }

  .tw .xl\:hover\:translate-x-4px:hover{
    --tw-translate-x: 4px;
  }

  .tw .xl\:hover\:translate-x-5px:hover{
    --tw-translate-x: 5px;
  }

  .tw .xl\:hover\:translate-x-6px:hover{
    --tw-translate-x: 6px;
  }

  .tw .xl\:hover\:translate-x-7px:hover{
    --tw-translate-x: 7px;
  }

  .tw .xl\:hover\:translate-x-8px:hover{
    --tw-translate-x: 8px;
  }

  .tw .xl\:hover\:translate-x-9px:hover{
    --tw-translate-x: 9px;
  }

  .tw .xl\:hover\:translate-x-10px:hover{
    --tw-translate-x: 10px;
  }

  .tw .xl\:hover\:translate-x-11px:hover{
    --tw-translate-x: 11px;
  }

  .tw .xl\:hover\:translate-x-12px:hover{
    --tw-translate-x: 12px;
  }

  .tw .xl\:hover\:translate-x-13px:hover{
    --tw-translate-x: 13px;
  }

  .tw .xl\:hover\:translate-x-14px:hover{
    --tw-translate-x: 14px;
  }

  .tw .xl\:hover\:translate-x-15px:hover{
    --tw-translate-x: 15px;
  }

  .tw .xl\:hover\:translate-x-16px:hover{
    --tw-translate-x: 16px;
  }

  .tw .xl\:hover\:translate-x-17px:hover{
    --tw-translate-x: 17px;
  }

  .tw .xl\:hover\:translate-x-18px:hover{
    --tw-translate-x: 18px;
  }

  .tw .xl\:hover\:translate-x-19px:hover{
    --tw-translate-x: 19px;
  }

  .tw .xl\:hover\:translate-x-20px:hover{
    --tw-translate-x: 20px;
  }

  .tw .xl\:hover\:translate-x-21px:hover{
    --tw-translate-x: 21px;
  }

  .tw .xl\:hover\:translate-x-22px:hover{
    --tw-translate-x: 22px;
  }

  .tw .xl\:hover\:translate-x-23px:hover{
    --tw-translate-x: 23px;
  }

  .tw .xl\:hover\:translate-x-24px:hover{
    --tw-translate-x: 24px;
  }

  .tw .xl\:hover\:translate-x-25px:hover{
    --tw-translate-x: 25px;
  }

  .tw .xl\:hover\:translate-x-26px:hover{
    --tw-translate-x: 26px;
  }

  .tw .xl\:hover\:translate-x-27px:hover{
    --tw-translate-x: 27px;
  }

  .tw .xl\:hover\:translate-x-28px:hover{
    --tw-translate-x: 28px;
  }

  .tw .xl\:hover\:translate-x-29px:hover{
    --tw-translate-x: 29px;
  }

  .tw .xl\:hover\:translate-x-30px:hover{
    --tw-translate-x: 30px;
  }

  .tw .xl\:hover\:translate-x-31px:hover{
    --tw-translate-x: 31px;
  }

  .tw .xl\:hover\:translate-x-32px:hover{
    --tw-translate-x: 32px;
  }

  .tw .xl\:hover\:translate-x-33px:hover{
    --tw-translate-x: 33px;
  }

  .tw .xl\:hover\:translate-x-34px:hover{
    --tw-translate-x: 34px;
  }

  .tw .xl\:hover\:translate-x-35px:hover{
    --tw-translate-x: 35px;
  }

  .tw .xl\:hover\:translate-x-36px:hover{
    --tw-translate-x: 36px;
  }

  .tw .xl\:hover\:translate-x-37px:hover{
    --tw-translate-x: 37px;
  }

  .tw .xl\:hover\:translate-x-38px:hover{
    --tw-translate-x: 38px;
  }

  .tw .xl\:hover\:translate-x-39px:hover{
    --tw-translate-x: 39px;
  }

  .tw .xl\:hover\:translate-x-40px:hover{
    --tw-translate-x: 40px;
  }

  .tw .xl\:hover\:-translate-x-0:hover{
    --tw-translate-x: 0px;
  }

  .tw .xl\:hover\:-translate-x-1:hover{
    --tw-translate-x: -5px;
  }

  .tw .xl\:hover\:-translate-x-2:hover{
    --tw-translate-x: -10px;
  }

  .tw .xl\:hover\:-translate-x-3:hover{
    --tw-translate-x: -15px;
  }

  .tw .xl\:hover\:-translate-x-4:hover{
    --tw-translate-x: -20px;
  }

  .tw .xl\:hover\:-translate-x-5:hover{
    --tw-translate-x: -25px;
  }

  .tw .xl\:hover\:-translate-x-6:hover{
    --tw-translate-x: -30px;
  }

  .tw .xl\:hover\:-translate-x-7:hover{
    --tw-translate-x: -35px;
  }

  .tw .xl\:hover\:-translate-x-8:hover{
    --tw-translate-x: -40px;
  }

  .tw .xl\:hover\:-translate-x-9:hover{
    --tw-translate-x: -45px;
  }

  .tw .xl\:hover\:-translate-x-10:hover{
    --tw-translate-x: -50px;
  }

  .tw .xl\:hover\:-translate-x-11:hover{
    --tw-translate-x: -55px;
  }

  .tw .xl\:hover\:-translate-x-12:hover{
    --tw-translate-x: -60px;
  }

  .tw .xl\:hover\:-translate-x-13:hover{
    --tw-translate-x: -65px;
  }

  .tw .xl\:hover\:-translate-x-14:hover{
    --tw-translate-x: -70px;
  }

  .tw .xl\:hover\:-translate-x-15:hover{
    --tw-translate-x: -75px;
  }

  .tw .xl\:hover\:-translate-x-16:hover{
    --tw-translate-x: -80px;
  }

  .tw .xl\:hover\:-translate-x-17:hover{
    --tw-translate-x: -85px;
  }

  .tw .xl\:hover\:-translate-x-18:hover{
    --tw-translate-x: -90px;
  }

  .tw .xl\:hover\:-translate-x-19:hover{
    --tw-translate-x: -95px;
  }

  .tw .xl\:hover\:-translate-x-20:hover{
    --tw-translate-x: -100px;
  }

  .tw .xl\:hover\:-translate-x-21:hover{
    --tw-translate-x: -105px;
  }

  .tw .xl\:hover\:-translate-x-22:hover{
    --tw-translate-x: -110px;
  }

  .tw .xl\:hover\:-translate-x-23:hover{
    --tw-translate-x: -115px;
  }

  .tw .xl\:hover\:-translate-x-24:hover{
    --tw-translate-x: -120px;
  }

  .tw .xl\:hover\:-translate-x-25:hover{
    --tw-translate-x: -125px;
  }

  .tw .xl\:hover\:-translate-x-26:hover{
    --tw-translate-x: -130px;
  }

  .tw .xl\:hover\:-translate-x-27:hover{
    --tw-translate-x: -135px;
  }

  .tw .xl\:hover\:-translate-x-28:hover{
    --tw-translate-x: -140px;
  }

  .tw .xl\:hover\:-translate-x-29:hover{
    --tw-translate-x: -145px;
  }

  .tw .xl\:hover\:-translate-x-30:hover{
    --tw-translate-x: -150px;
  }

  .tw .xl\:hover\:-translate-x-31:hover{
    --tw-translate-x: -155px;
  }

  .tw .xl\:hover\:-translate-x-32:hover{
    --tw-translate-x: -160px;
  }

  .tw .xl\:hover\:-translate-x-33:hover{
    --tw-translate-x: -165px;
  }

  .tw .xl\:hover\:-translate-x-34:hover{
    --tw-translate-x: -170px;
  }

  .tw .xl\:hover\:-translate-x-35:hover{
    --tw-translate-x: -175px;
  }

  .tw .xl\:hover\:-translate-x-36:hover{
    --tw-translate-x: -180px;
  }

  .tw .xl\:hover\:-translate-x-37:hover{
    --tw-translate-x: -185px;
  }

  .tw .xl\:hover\:-translate-x-38:hover{
    --tw-translate-x: -190px;
  }

  .tw .xl\:hover\:-translate-x-39:hover{
    --tw-translate-x: -195px;
  }

  .tw .xl\:hover\:-translate-x-40:hover{
    --tw-translate-x: -200px;
  }

  .tw .xl\:hover\:-translate-x-41:hover{
    --tw-translate-x: -205px;
  }

  .tw .xl\:hover\:-translate-x-42:hover{
    --tw-translate-x: -210px;
  }

  .tw .xl\:hover\:-translate-x-43:hover{
    --tw-translate-x: -215px;
  }

  .tw .xl\:hover\:-translate-x-44:hover{
    --tw-translate-x: -220px;
  }

  .tw .xl\:hover\:-translate-x-45:hover{
    --tw-translate-x: -225px;
  }

  .tw .xl\:hover\:-translate-x-46:hover{
    --tw-translate-x: -230px;
  }

  .tw .xl\:hover\:-translate-x-47:hover{
    --tw-translate-x: -235px;
  }

  .tw .xl\:hover\:-translate-x-48:hover{
    --tw-translate-x: -240px;
  }

  .tw .xl\:hover\:-translate-x-49:hover{
    --tw-translate-x: -245px;
  }

  .tw .xl\:hover\:-translate-x-50:hover{
    --tw-translate-x: -250px;
  }

  .tw .xl\:hover\:-translate-x-51:hover{
    --tw-translate-x: -255px;
  }

  .tw .xl\:hover\:-translate-x-52:hover{
    --tw-translate-x: -260px;
  }

  .tw .xl\:hover\:-translate-x-53:hover{
    --tw-translate-x: -265px;
  }

  .tw .xl\:hover\:-translate-x-54:hover{
    --tw-translate-x: -270px;
  }

  .tw .xl\:hover\:-translate-x-55:hover{
    --tw-translate-x: -275px;
  }

  .tw .xl\:hover\:-translate-x-56:hover{
    --tw-translate-x: -280px;
  }

  .tw .xl\:hover\:-translate-x-57:hover{
    --tw-translate-x: -285px;
  }

  .tw .xl\:hover\:-translate-x-58:hover{
    --tw-translate-x: -290px;
  }

  .tw .xl\:hover\:-translate-x-59:hover{
    --tw-translate-x: -295px;
  }

  .tw .xl\:hover\:-translate-x-60:hover{
    --tw-translate-x: -300px;
  }

  .tw .xl\:hover\:-translate-x-61:hover{
    --tw-translate-x: -305px;
  }

  .tw .xl\:hover\:-translate-x-62:hover{
    --tw-translate-x: -310px;
  }

  .tw .xl\:hover\:-translate-x-63:hover{
    --tw-translate-x: -315px;
  }

  .tw .xl\:hover\:-translate-x-64:hover{
    --tw-translate-x: -320px;
  }

  .tw .xl\:hover\:-translate-x-65:hover{
    --tw-translate-x: -325px;
  }

  .tw .xl\:hover\:-translate-x-66:hover{
    --tw-translate-x: -330px;
  }

  .tw .xl\:hover\:-translate-x-67:hover{
    --tw-translate-x: -335px;
  }

  .tw .xl\:hover\:-translate-x-68:hover{
    --tw-translate-x: -340px;
  }

  .tw .xl\:hover\:-translate-x-69:hover{
    --tw-translate-x: -345px;
  }

  .tw .xl\:hover\:-translate-x-70:hover{
    --tw-translate-x: -350px;
  }

  .tw .xl\:hover\:-translate-x-71:hover{
    --tw-translate-x: -355px;
  }

  .tw .xl\:hover\:-translate-x-72:hover{
    --tw-translate-x: -360px;
  }

  .tw .xl\:hover\:-translate-x-73:hover{
    --tw-translate-x: -365px;
  }

  .tw .xl\:hover\:-translate-x-74:hover{
    --tw-translate-x: -370px;
  }

  .tw .xl\:hover\:-translate-x-75:hover{
    --tw-translate-x: -375px;
  }

  .tw .xl\:hover\:-translate-x-76:hover{
    --tw-translate-x: -380px;
  }

  .tw .xl\:hover\:-translate-x-77:hover{
    --tw-translate-x: -385px;
  }

  .tw .xl\:hover\:-translate-x-78:hover{
    --tw-translate-x: -390px;
  }

  .tw .xl\:hover\:-translate-x-79:hover{
    --tw-translate-x: -395px;
  }

  .tw .xl\:hover\:-translate-x-80:hover{
    --tw-translate-x: -400px;
  }

  .tw .xl\:hover\:-translate-x-81:hover{
    --tw-translate-x: -405px;
  }

  .tw .xl\:hover\:-translate-x-82:hover{
    --tw-translate-x: -410px;
  }

  .tw .xl\:hover\:-translate-x-83:hover{
    --tw-translate-x: -415px;
  }

  .tw .xl\:hover\:-translate-x-84:hover{
    --tw-translate-x: -420px;
  }

  .tw .xl\:hover\:-translate-x-85:hover{
    --tw-translate-x: -425px;
  }

  .tw .xl\:hover\:-translate-x-86:hover{
    --tw-translate-x: -430px;
  }

  .tw .xl\:hover\:-translate-x-87:hover{
    --tw-translate-x: -435px;
  }

  .tw .xl\:hover\:-translate-x-88:hover{
    --tw-translate-x: -440px;
  }

  .tw .xl\:hover\:-translate-x-89:hover{
    --tw-translate-x: -445px;
  }

  .tw .xl\:hover\:-translate-x-90:hover{
    --tw-translate-x: -450px;
  }

  .tw .xl\:hover\:-translate-x-91:hover{
    --tw-translate-x: -455px;
  }

  .tw .xl\:hover\:-translate-x-92:hover{
    --tw-translate-x: -460px;
  }

  .tw .xl\:hover\:-translate-x-93:hover{
    --tw-translate-x: -465px;
  }

  .tw .xl\:hover\:-translate-x-94:hover{
    --tw-translate-x: -470px;
  }

  .tw .xl\:hover\:-translate-x-95:hover{
    --tw-translate-x: -475px;
  }

  .tw .xl\:hover\:-translate-x-96:hover{
    --tw-translate-x: -480px;
  }

  .tw .xl\:hover\:-translate-x-97:hover{
    --tw-translate-x: -485px;
  }

  .tw .xl\:hover\:-translate-x-98:hover{
    --tw-translate-x: -490px;
  }

  .tw .xl\:hover\:-translate-x-99:hover{
    --tw-translate-x: -495px;
  }

  .tw .xl\:hover\:-translate-x-100:hover{
    --tw-translate-x: -500px;
  }

  .tw .xl\:hover\:-translate-x-101:hover{
    --tw-translate-x: -505px;
  }

  .tw .xl\:hover\:-translate-x-102:hover{
    --tw-translate-x: -510px;
  }

  .tw .xl\:hover\:-translate-x-103:hover{
    --tw-translate-x: -515px;
  }

  .tw .xl\:hover\:-translate-x-104:hover{
    --tw-translate-x: -520px;
  }

  .tw .xl\:hover\:-translate-x-105:hover{
    --tw-translate-x: -525px;
  }

  .tw .xl\:hover\:-translate-x-106:hover{
    --tw-translate-x: -530px;
  }

  .tw .xl\:hover\:-translate-x-107:hover{
    --tw-translate-x: -535px;
  }

  .tw .xl\:hover\:-translate-x-108:hover{
    --tw-translate-x: -540px;
  }

  .tw .xl\:hover\:-translate-x-109:hover{
    --tw-translate-x: -545px;
  }

  .tw .xl\:hover\:-translate-x-110:hover{
    --tw-translate-x: -550px;
  }

  .tw .xl\:hover\:-translate-x-111:hover{
    --tw-translate-x: -555px;
  }

  .tw .xl\:hover\:-translate-x-112:hover{
    --tw-translate-x: -560px;
  }

  .tw .xl\:hover\:-translate-x-113:hover{
    --tw-translate-x: -565px;
  }

  .tw .xl\:hover\:-translate-x-114:hover{
    --tw-translate-x: -570px;
  }

  .tw .xl\:hover\:-translate-x-115:hover{
    --tw-translate-x: -575px;
  }

  .tw .xl\:hover\:-translate-x-116:hover{
    --tw-translate-x: -580px;
  }

  .tw .xl\:hover\:-translate-x-117:hover{
    --tw-translate-x: -585px;
  }

  .tw .xl\:hover\:-translate-x-118:hover{
    --tw-translate-x: -590px;
  }

  .tw .xl\:hover\:-translate-x-119:hover{
    --tw-translate-x: -595px;
  }

  .tw .xl\:hover\:-translate-x-120:hover{
    --tw-translate-x: -600px;
  }

  .tw .xl\:hover\:-translate-x-121:hover{
    --tw-translate-x: -605px;
  }

  .tw .xl\:hover\:-translate-x-122:hover{
    --tw-translate-x: -610px;
  }

  .tw .xl\:hover\:-translate-x-123:hover{
    --tw-translate-x: -615px;
  }

  .tw .xl\:hover\:-translate-x-124:hover{
    --tw-translate-x: -620px;
  }

  .tw .xl\:hover\:-translate-x-125:hover{
    --tw-translate-x: -625px;
  }

  .tw .xl\:hover\:-translate-x-126:hover{
    --tw-translate-x: -630px;
  }

  .tw .xl\:hover\:-translate-x-127:hover{
    --tw-translate-x: -635px;
  }

  .tw .xl\:hover\:-translate-x-128:hover{
    --tw-translate-x: -640px;
  }

  .tw .xl\:hover\:-translate-x-129:hover{
    --tw-translate-x: -645px;
  }

  .tw .xl\:hover\:-translate-x-130:hover{
    --tw-translate-x: -650px;
  }

  .tw .xl\:hover\:-translate-x-131:hover{
    --tw-translate-x: -655px;
  }

  .tw .xl\:hover\:-translate-x-132:hover{
    --tw-translate-x: -660px;
  }

  .tw .xl\:hover\:-translate-x-133:hover{
    --tw-translate-x: -665px;
  }

  .tw .xl\:hover\:-translate-x-134:hover{
    --tw-translate-x: -670px;
  }

  .tw .xl\:hover\:-translate-x-135:hover{
    --tw-translate-x: -675px;
  }

  .tw .xl\:hover\:-translate-x-136:hover{
    --tw-translate-x: -680px;
  }

  .tw .xl\:hover\:-translate-x-137:hover{
    --tw-translate-x: -685px;
  }

  .tw .xl\:hover\:-translate-x-138:hover{
    --tw-translate-x: -690px;
  }

  .tw .xl\:hover\:-translate-x-139:hover{
    --tw-translate-x: -695px;
  }

  .tw .xl\:hover\:-translate-x-140:hover{
    --tw-translate-x: -700px;
  }

  .tw .xl\:hover\:-translate-x-141:hover{
    --tw-translate-x: -705px;
  }

  .tw .xl\:hover\:-translate-x-142:hover{
    --tw-translate-x: -710px;
  }

  .tw .xl\:hover\:-translate-x-143:hover{
    --tw-translate-x: -715px;
  }

  .tw .xl\:hover\:-translate-x-144:hover{
    --tw-translate-x: -720px;
  }

  .tw .xl\:hover\:-translate-x-145:hover{
    --tw-translate-x: -725px;
  }

  .tw .xl\:hover\:-translate-x-146:hover{
    --tw-translate-x: -730px;
  }

  .tw .xl\:hover\:-translate-x-147:hover{
    --tw-translate-x: -735px;
  }

  .tw .xl\:hover\:-translate-x-148:hover{
    --tw-translate-x: -740px;
  }

  .tw .xl\:hover\:-translate-x-149:hover{
    --tw-translate-x: -745px;
  }

  .tw .xl\:hover\:-translate-x-0\.5:hover{
    --tw-translate-x: -3px;
  }

  .tw .xl\:hover\:-translate-x-1px:hover{
    --tw-translate-x: -1px;
  }

  .tw .xl\:hover\:-translate-x-2px:hover{
    --tw-translate-x: -2px;
  }

  .tw .xl\:hover\:-translate-x-3px:hover{
    --tw-translate-x: -3px;
  }

  .tw .xl\:hover\:-translate-x-4px:hover{
    --tw-translate-x: -4px;
  }

  .tw .xl\:hover\:-translate-x-5px:hover{
    --tw-translate-x: -5px;
  }

  .tw .xl\:hover\:-translate-x-6px:hover{
    --tw-translate-x: -6px;
  }

  .tw .xl\:hover\:-translate-x-7px:hover{
    --tw-translate-x: -7px;
  }

  .tw .xl\:hover\:-translate-x-8px:hover{
    --tw-translate-x: -8px;
  }

  .tw .xl\:hover\:-translate-x-9px:hover{
    --tw-translate-x: -9px;
  }

  .tw .xl\:hover\:-translate-x-10px:hover{
    --tw-translate-x: -10px;
  }

  .tw .xl\:hover\:-translate-x-11px:hover{
    --tw-translate-x: -11px;
  }

  .tw .xl\:hover\:-translate-x-12px:hover{
    --tw-translate-x: -12px;
  }

  .tw .xl\:hover\:-translate-x-13px:hover{
    --tw-translate-x: -13px;
  }

  .tw .xl\:hover\:-translate-x-14px:hover{
    --tw-translate-x: -14px;
  }

  .tw .xl\:hover\:-translate-x-15px:hover{
    --tw-translate-x: -15px;
  }

  .tw .xl\:hover\:-translate-x-16px:hover{
    --tw-translate-x: -16px;
  }

  .tw .xl\:hover\:-translate-x-17px:hover{
    --tw-translate-x: -17px;
  }

  .tw .xl\:hover\:-translate-x-18px:hover{
    --tw-translate-x: -18px;
  }

  .tw .xl\:hover\:-translate-x-19px:hover{
    --tw-translate-x: -19px;
  }

  .tw .xl\:hover\:-translate-x-20px:hover{
    --tw-translate-x: -20px;
  }

  .tw .xl\:hover\:-translate-x-21px:hover{
    --tw-translate-x: -21px;
  }

  .tw .xl\:hover\:-translate-x-22px:hover{
    --tw-translate-x: -22px;
  }

  .tw .xl\:hover\:-translate-x-23px:hover{
    --tw-translate-x: -23px;
  }

  .tw .xl\:hover\:-translate-x-24px:hover{
    --tw-translate-x: -24px;
  }

  .tw .xl\:hover\:-translate-x-25px:hover{
    --tw-translate-x: -25px;
  }

  .tw .xl\:hover\:-translate-x-26px:hover{
    --tw-translate-x: -26px;
  }

  .tw .xl\:hover\:-translate-x-27px:hover{
    --tw-translate-x: -27px;
  }

  .tw .xl\:hover\:-translate-x-28px:hover{
    --tw-translate-x: -28px;
  }

  .tw .xl\:hover\:-translate-x-29px:hover{
    --tw-translate-x: -29px;
  }

  .tw .xl\:hover\:-translate-x-30px:hover{
    --tw-translate-x: -30px;
  }

  .tw .xl\:hover\:-translate-x-31px:hover{
    --tw-translate-x: -31px;
  }

  .tw .xl\:hover\:-translate-x-32px:hover{
    --tw-translate-x: -32px;
  }

  .tw .xl\:hover\:-translate-x-33px:hover{
    --tw-translate-x: -33px;
  }

  .tw .xl\:hover\:-translate-x-34px:hover{
    --tw-translate-x: -34px;
  }

  .tw .xl\:hover\:-translate-x-35px:hover{
    --tw-translate-x: -35px;
  }

  .tw .xl\:hover\:-translate-x-36px:hover{
    --tw-translate-x: -36px;
  }

  .tw .xl\:hover\:-translate-x-37px:hover{
    --tw-translate-x: -37px;
  }

  .tw .xl\:hover\:-translate-x-38px:hover{
    --tw-translate-x: -38px;
  }

  .tw .xl\:hover\:-translate-x-39px:hover{
    --tw-translate-x: -39px;
  }

  .tw .xl\:hover\:-translate-x-40px:hover{
    --tw-translate-x: -40px;
  }

  .tw .xl\:hover\:translate-x-1\/2:hover{
    --tw-translate-x: 50%;
  }

  .tw .xl\:hover\:translate-x-1\/3:hover{
    --tw-translate-x: 33.333333%;
  }

  .tw .xl\:hover\:translate-x-2\/3:hover{
    --tw-translate-x: 66.666667%;
  }

  .tw .xl\:hover\:translate-x-1\/4:hover{
    --tw-translate-x: 25%;
  }

  .tw .xl\:hover\:translate-x-2\/4:hover{
    --tw-translate-x: 50%;
  }

  .tw .xl\:hover\:translate-x-3\/4:hover{
    --tw-translate-x: 75%;
  }

  .tw .xl\:hover\:translate-x-full:hover{
    --tw-translate-x: 100%;
  }

  .tw .xl\:hover\:-translate-x-1\/2:hover{
    --tw-translate-x: -50%;
  }

  .tw .xl\:hover\:-translate-x-1\/3:hover{
    --tw-translate-x: -33.333333%;
  }

  .tw .xl\:hover\:-translate-x-2\/3:hover{
    --tw-translate-x: -66.666667%;
  }

  .tw .xl\:hover\:-translate-x-1\/4:hover{
    --tw-translate-x: -25%;
  }

  .tw .xl\:hover\:-translate-x-2\/4:hover{
    --tw-translate-x: -50%;
  }

  .tw .xl\:hover\:-translate-x-3\/4:hover{
    --tw-translate-x: -75%;
  }

  .tw .xl\:hover\:-translate-x-full:hover{
    --tw-translate-x: -100%;
  }

  .tw .xl\:hover\:translate-y-0:hover{
    --tw-translate-y: 0px;
  }

  .tw .xl\:hover\:translate-y-1:hover{
    --tw-translate-y: 5px;
  }

  .tw .xl\:hover\:translate-y-2:hover{
    --tw-translate-y: 10px;
  }

  .tw .xl\:hover\:translate-y-3:hover{
    --tw-translate-y: 15px;
  }

  .tw .xl\:hover\:translate-y-4:hover{
    --tw-translate-y: 20px;
  }

  .tw .xl\:hover\:translate-y-5:hover{
    --tw-translate-y: 25px;
  }

  .tw .xl\:hover\:translate-y-6:hover{
    --tw-translate-y: 30px;
  }

  .tw .xl\:hover\:translate-y-7:hover{
    --tw-translate-y: 35px;
  }

  .tw .xl\:hover\:translate-y-8:hover{
    --tw-translate-y: 40px;
  }

  .tw .xl\:hover\:translate-y-9:hover{
    --tw-translate-y: 45px;
  }

  .tw .xl\:hover\:translate-y-10:hover{
    --tw-translate-y: 50px;
  }

  .tw .xl\:hover\:translate-y-11:hover{
    --tw-translate-y: 55px;
  }

  .tw .xl\:hover\:translate-y-12:hover{
    --tw-translate-y: 60px;
  }

  .tw .xl\:hover\:translate-y-13:hover{
    --tw-translate-y: 65px;
  }

  .tw .xl\:hover\:translate-y-14:hover{
    --tw-translate-y: 70px;
  }

  .tw .xl\:hover\:translate-y-15:hover{
    --tw-translate-y: 75px;
  }

  .tw .xl\:hover\:translate-y-16:hover{
    --tw-translate-y: 80px;
  }

  .tw .xl\:hover\:translate-y-17:hover{
    --tw-translate-y: 85px;
  }

  .tw .xl\:hover\:translate-y-18:hover{
    --tw-translate-y: 90px;
  }

  .tw .xl\:hover\:translate-y-19:hover{
    --tw-translate-y: 95px;
  }

  .tw .xl\:hover\:translate-y-20:hover{
    --tw-translate-y: 100px;
  }

  .tw .xl\:hover\:translate-y-21:hover{
    --tw-translate-y: 105px;
  }

  .tw .xl\:hover\:translate-y-22:hover{
    --tw-translate-y: 110px;
  }

  .tw .xl\:hover\:translate-y-23:hover{
    --tw-translate-y: 115px;
  }

  .tw .xl\:hover\:translate-y-24:hover{
    --tw-translate-y: 120px;
  }

  .tw .xl\:hover\:translate-y-25:hover{
    --tw-translate-y: 125px;
  }

  .tw .xl\:hover\:translate-y-26:hover{
    --tw-translate-y: 130px;
  }

  .tw .xl\:hover\:translate-y-27:hover{
    --tw-translate-y: 135px;
  }

  .tw .xl\:hover\:translate-y-28:hover{
    --tw-translate-y: 140px;
  }

  .tw .xl\:hover\:translate-y-29:hover{
    --tw-translate-y: 145px;
  }

  .tw .xl\:hover\:translate-y-30:hover{
    --tw-translate-y: 150px;
  }

  .tw .xl\:hover\:translate-y-31:hover{
    --tw-translate-y: 155px;
  }

  .tw .xl\:hover\:translate-y-32:hover{
    --tw-translate-y: 160px;
  }

  .tw .xl\:hover\:translate-y-33:hover{
    --tw-translate-y: 165px;
  }

  .tw .xl\:hover\:translate-y-34:hover{
    --tw-translate-y: 170px;
  }

  .tw .xl\:hover\:translate-y-35:hover{
    --tw-translate-y: 175px;
  }

  .tw .xl\:hover\:translate-y-36:hover{
    --tw-translate-y: 180px;
  }

  .tw .xl\:hover\:translate-y-37:hover{
    --tw-translate-y: 185px;
  }

  .tw .xl\:hover\:translate-y-38:hover{
    --tw-translate-y: 190px;
  }

  .tw .xl\:hover\:translate-y-39:hover{
    --tw-translate-y: 195px;
  }

  .tw .xl\:hover\:translate-y-40:hover{
    --tw-translate-y: 200px;
  }

  .tw .xl\:hover\:translate-y-41:hover{
    --tw-translate-y: 205px;
  }

  .tw .xl\:hover\:translate-y-42:hover{
    --tw-translate-y: 210px;
  }

  .tw .xl\:hover\:translate-y-43:hover{
    --tw-translate-y: 215px;
  }

  .tw .xl\:hover\:translate-y-44:hover{
    --tw-translate-y: 220px;
  }

  .tw .xl\:hover\:translate-y-45:hover{
    --tw-translate-y: 225px;
  }

  .tw .xl\:hover\:translate-y-46:hover{
    --tw-translate-y: 230px;
  }

  .tw .xl\:hover\:translate-y-47:hover{
    --tw-translate-y: 235px;
  }

  .tw .xl\:hover\:translate-y-48:hover{
    --tw-translate-y: 240px;
  }

  .tw .xl\:hover\:translate-y-49:hover{
    --tw-translate-y: 245px;
  }

  .tw .xl\:hover\:translate-y-50:hover{
    --tw-translate-y: 250px;
  }

  .tw .xl\:hover\:translate-y-51:hover{
    --tw-translate-y: 255px;
  }

  .tw .xl\:hover\:translate-y-52:hover{
    --tw-translate-y: 260px;
  }

  .tw .xl\:hover\:translate-y-53:hover{
    --tw-translate-y: 265px;
  }

  .tw .xl\:hover\:translate-y-54:hover{
    --tw-translate-y: 270px;
  }

  .tw .xl\:hover\:translate-y-55:hover{
    --tw-translate-y: 275px;
  }

  .tw .xl\:hover\:translate-y-56:hover{
    --tw-translate-y: 280px;
  }

  .tw .xl\:hover\:translate-y-57:hover{
    --tw-translate-y: 285px;
  }

  .tw .xl\:hover\:translate-y-58:hover{
    --tw-translate-y: 290px;
  }

  .tw .xl\:hover\:translate-y-59:hover{
    --tw-translate-y: 295px;
  }

  .tw .xl\:hover\:translate-y-60:hover{
    --tw-translate-y: 300px;
  }

  .tw .xl\:hover\:translate-y-61:hover{
    --tw-translate-y: 305px;
  }

  .tw .xl\:hover\:translate-y-62:hover{
    --tw-translate-y: 310px;
  }

  .tw .xl\:hover\:translate-y-63:hover{
    --tw-translate-y: 315px;
  }

  .tw .xl\:hover\:translate-y-64:hover{
    --tw-translate-y: 320px;
  }

  .tw .xl\:hover\:translate-y-65:hover{
    --tw-translate-y: 325px;
  }

  .tw .xl\:hover\:translate-y-66:hover{
    --tw-translate-y: 330px;
  }

  .tw .xl\:hover\:translate-y-67:hover{
    --tw-translate-y: 335px;
  }

  .tw .xl\:hover\:translate-y-68:hover{
    --tw-translate-y: 340px;
  }

  .tw .xl\:hover\:translate-y-69:hover{
    --tw-translate-y: 345px;
  }

  .tw .xl\:hover\:translate-y-70:hover{
    --tw-translate-y: 350px;
  }

  .tw .xl\:hover\:translate-y-71:hover{
    --tw-translate-y: 355px;
  }

  .tw .xl\:hover\:translate-y-72:hover{
    --tw-translate-y: 360px;
  }

  .tw .xl\:hover\:translate-y-73:hover{
    --tw-translate-y: 365px;
  }

  .tw .xl\:hover\:translate-y-74:hover{
    --tw-translate-y: 370px;
  }

  .tw .xl\:hover\:translate-y-75:hover{
    --tw-translate-y: 375px;
  }

  .tw .xl\:hover\:translate-y-76:hover{
    --tw-translate-y: 380px;
  }

  .tw .xl\:hover\:translate-y-77:hover{
    --tw-translate-y: 385px;
  }

  .tw .xl\:hover\:translate-y-78:hover{
    --tw-translate-y: 390px;
  }

  .tw .xl\:hover\:translate-y-79:hover{
    --tw-translate-y: 395px;
  }

  .tw .xl\:hover\:translate-y-80:hover{
    --tw-translate-y: 400px;
  }

  .tw .xl\:hover\:translate-y-81:hover{
    --tw-translate-y: 405px;
  }

  .tw .xl\:hover\:translate-y-82:hover{
    --tw-translate-y: 410px;
  }

  .tw .xl\:hover\:translate-y-83:hover{
    --tw-translate-y: 415px;
  }

  .tw .xl\:hover\:translate-y-84:hover{
    --tw-translate-y: 420px;
  }

  .tw .xl\:hover\:translate-y-85:hover{
    --tw-translate-y: 425px;
  }

  .tw .xl\:hover\:translate-y-86:hover{
    --tw-translate-y: 430px;
  }

  .tw .xl\:hover\:translate-y-87:hover{
    --tw-translate-y: 435px;
  }

  .tw .xl\:hover\:translate-y-88:hover{
    --tw-translate-y: 440px;
  }

  .tw .xl\:hover\:translate-y-89:hover{
    --tw-translate-y: 445px;
  }

  .tw .xl\:hover\:translate-y-90:hover{
    --tw-translate-y: 450px;
  }

  .tw .xl\:hover\:translate-y-91:hover{
    --tw-translate-y: 455px;
  }

  .tw .xl\:hover\:translate-y-92:hover{
    --tw-translate-y: 460px;
  }

  .tw .xl\:hover\:translate-y-93:hover{
    --tw-translate-y: 465px;
  }

  .tw .xl\:hover\:translate-y-94:hover{
    --tw-translate-y: 470px;
  }

  .tw .xl\:hover\:translate-y-95:hover{
    --tw-translate-y: 475px;
  }

  .tw .xl\:hover\:translate-y-96:hover{
    --tw-translate-y: 480px;
  }

  .tw .xl\:hover\:translate-y-97:hover{
    --tw-translate-y: 485px;
  }

  .tw .xl\:hover\:translate-y-98:hover{
    --tw-translate-y: 490px;
  }

  .tw .xl\:hover\:translate-y-99:hover{
    --tw-translate-y: 495px;
  }

  .tw .xl\:hover\:translate-y-100:hover{
    --tw-translate-y: 500px;
  }

  .tw .xl\:hover\:translate-y-101:hover{
    --tw-translate-y: 505px;
  }

  .tw .xl\:hover\:translate-y-102:hover{
    --tw-translate-y: 510px;
  }

  .tw .xl\:hover\:translate-y-103:hover{
    --tw-translate-y: 515px;
  }

  .tw .xl\:hover\:translate-y-104:hover{
    --tw-translate-y: 520px;
  }

  .tw .xl\:hover\:translate-y-105:hover{
    --tw-translate-y: 525px;
  }

  .tw .xl\:hover\:translate-y-106:hover{
    --tw-translate-y: 530px;
  }

  .tw .xl\:hover\:translate-y-107:hover{
    --tw-translate-y: 535px;
  }

  .tw .xl\:hover\:translate-y-108:hover{
    --tw-translate-y: 540px;
  }

  .tw .xl\:hover\:translate-y-109:hover{
    --tw-translate-y: 545px;
  }

  .tw .xl\:hover\:translate-y-110:hover{
    --tw-translate-y: 550px;
  }

  .tw .xl\:hover\:translate-y-111:hover{
    --tw-translate-y: 555px;
  }

  .tw .xl\:hover\:translate-y-112:hover{
    --tw-translate-y: 560px;
  }

  .tw .xl\:hover\:translate-y-113:hover{
    --tw-translate-y: 565px;
  }

  .tw .xl\:hover\:translate-y-114:hover{
    --tw-translate-y: 570px;
  }

  .tw .xl\:hover\:translate-y-115:hover{
    --tw-translate-y: 575px;
  }

  .tw .xl\:hover\:translate-y-116:hover{
    --tw-translate-y: 580px;
  }

  .tw .xl\:hover\:translate-y-117:hover{
    --tw-translate-y: 585px;
  }

  .tw .xl\:hover\:translate-y-118:hover{
    --tw-translate-y: 590px;
  }

  .tw .xl\:hover\:translate-y-119:hover{
    --tw-translate-y: 595px;
  }

  .tw .xl\:hover\:translate-y-120:hover{
    --tw-translate-y: 600px;
  }

  .tw .xl\:hover\:translate-y-121:hover{
    --tw-translate-y: 605px;
  }

  .tw .xl\:hover\:translate-y-122:hover{
    --tw-translate-y: 610px;
  }

  .tw .xl\:hover\:translate-y-123:hover{
    --tw-translate-y: 615px;
  }

  .tw .xl\:hover\:translate-y-124:hover{
    --tw-translate-y: 620px;
  }

  .tw .xl\:hover\:translate-y-125:hover{
    --tw-translate-y: 625px;
  }

  .tw .xl\:hover\:translate-y-126:hover{
    --tw-translate-y: 630px;
  }

  .tw .xl\:hover\:translate-y-127:hover{
    --tw-translate-y: 635px;
  }

  .tw .xl\:hover\:translate-y-128:hover{
    --tw-translate-y: 640px;
  }

  .tw .xl\:hover\:translate-y-129:hover{
    --tw-translate-y: 645px;
  }

  .tw .xl\:hover\:translate-y-130:hover{
    --tw-translate-y: 650px;
  }

  .tw .xl\:hover\:translate-y-131:hover{
    --tw-translate-y: 655px;
  }

  .tw .xl\:hover\:translate-y-132:hover{
    --tw-translate-y: 660px;
  }

  .tw .xl\:hover\:translate-y-133:hover{
    --tw-translate-y: 665px;
  }

  .tw .xl\:hover\:translate-y-134:hover{
    --tw-translate-y: 670px;
  }

  .tw .xl\:hover\:translate-y-135:hover{
    --tw-translate-y: 675px;
  }

  .tw .xl\:hover\:translate-y-136:hover{
    --tw-translate-y: 680px;
  }

  .tw .xl\:hover\:translate-y-137:hover{
    --tw-translate-y: 685px;
  }

  .tw .xl\:hover\:translate-y-138:hover{
    --tw-translate-y: 690px;
  }

  .tw .xl\:hover\:translate-y-139:hover{
    --tw-translate-y: 695px;
  }

  .tw .xl\:hover\:translate-y-140:hover{
    --tw-translate-y: 700px;
  }

  .tw .xl\:hover\:translate-y-141:hover{
    --tw-translate-y: 705px;
  }

  .tw .xl\:hover\:translate-y-142:hover{
    --tw-translate-y: 710px;
  }

  .tw .xl\:hover\:translate-y-143:hover{
    --tw-translate-y: 715px;
  }

  .tw .xl\:hover\:translate-y-144:hover{
    --tw-translate-y: 720px;
  }

  .tw .xl\:hover\:translate-y-145:hover{
    --tw-translate-y: 725px;
  }

  .tw .xl\:hover\:translate-y-146:hover{
    --tw-translate-y: 730px;
  }

  .tw .xl\:hover\:translate-y-147:hover{
    --tw-translate-y: 735px;
  }

  .tw .xl\:hover\:translate-y-148:hover{
    --tw-translate-y: 740px;
  }

  .tw .xl\:hover\:translate-y-149:hover{
    --tw-translate-y: 745px;
  }

  .tw .xl\:hover\:translate-y-0\.5:hover{
    --tw-translate-y: 3px;
  }

  .tw .xl\:hover\:translate-y-1px:hover{
    --tw-translate-y: 1px;
  }

  .tw .xl\:hover\:translate-y-2px:hover{
    --tw-translate-y: 2px;
  }

  .tw .xl\:hover\:translate-y-3px:hover{
    --tw-translate-y: 3px;
  }

  .tw .xl\:hover\:translate-y-4px:hover{
    --tw-translate-y: 4px;
  }

  .tw .xl\:hover\:translate-y-5px:hover{
    --tw-translate-y: 5px;
  }

  .tw .xl\:hover\:translate-y-6px:hover{
    --tw-translate-y: 6px;
  }

  .tw .xl\:hover\:translate-y-7px:hover{
    --tw-translate-y: 7px;
  }

  .tw .xl\:hover\:translate-y-8px:hover{
    --tw-translate-y: 8px;
  }

  .tw .xl\:hover\:translate-y-9px:hover{
    --tw-translate-y: 9px;
  }

  .tw .xl\:hover\:translate-y-10px:hover{
    --tw-translate-y: 10px;
  }

  .tw .xl\:hover\:translate-y-11px:hover{
    --tw-translate-y: 11px;
  }

  .tw .xl\:hover\:translate-y-12px:hover{
    --tw-translate-y: 12px;
  }

  .tw .xl\:hover\:translate-y-13px:hover{
    --tw-translate-y: 13px;
  }

  .tw .xl\:hover\:translate-y-14px:hover{
    --tw-translate-y: 14px;
  }

  .tw .xl\:hover\:translate-y-15px:hover{
    --tw-translate-y: 15px;
  }

  .tw .xl\:hover\:translate-y-16px:hover{
    --tw-translate-y: 16px;
  }

  .tw .xl\:hover\:translate-y-17px:hover{
    --tw-translate-y: 17px;
  }

  .tw .xl\:hover\:translate-y-18px:hover{
    --tw-translate-y: 18px;
  }

  .tw .xl\:hover\:translate-y-19px:hover{
    --tw-translate-y: 19px;
  }

  .tw .xl\:hover\:translate-y-20px:hover{
    --tw-translate-y: 20px;
  }

  .tw .xl\:hover\:translate-y-21px:hover{
    --tw-translate-y: 21px;
  }

  .tw .xl\:hover\:translate-y-22px:hover{
    --tw-translate-y: 22px;
  }

  .tw .xl\:hover\:translate-y-23px:hover{
    --tw-translate-y: 23px;
  }

  .tw .xl\:hover\:translate-y-24px:hover{
    --tw-translate-y: 24px;
  }

  .tw .xl\:hover\:translate-y-25px:hover{
    --tw-translate-y: 25px;
  }

  .tw .xl\:hover\:translate-y-26px:hover{
    --tw-translate-y: 26px;
  }

  .tw .xl\:hover\:translate-y-27px:hover{
    --tw-translate-y: 27px;
  }

  .tw .xl\:hover\:translate-y-28px:hover{
    --tw-translate-y: 28px;
  }

  .tw .xl\:hover\:translate-y-29px:hover{
    --tw-translate-y: 29px;
  }

  .tw .xl\:hover\:translate-y-30px:hover{
    --tw-translate-y: 30px;
  }

  .tw .xl\:hover\:translate-y-31px:hover{
    --tw-translate-y: 31px;
  }

  .tw .xl\:hover\:translate-y-32px:hover{
    --tw-translate-y: 32px;
  }

  .tw .xl\:hover\:translate-y-33px:hover{
    --tw-translate-y: 33px;
  }

  .tw .xl\:hover\:translate-y-34px:hover{
    --tw-translate-y: 34px;
  }

  .tw .xl\:hover\:translate-y-35px:hover{
    --tw-translate-y: 35px;
  }

  .tw .xl\:hover\:translate-y-36px:hover{
    --tw-translate-y: 36px;
  }

  .tw .xl\:hover\:translate-y-37px:hover{
    --tw-translate-y: 37px;
  }

  .tw .xl\:hover\:translate-y-38px:hover{
    --tw-translate-y: 38px;
  }

  .tw .xl\:hover\:translate-y-39px:hover{
    --tw-translate-y: 39px;
  }

  .tw .xl\:hover\:translate-y-40px:hover{
    --tw-translate-y: 40px;
  }

  .tw .xl\:hover\:-translate-y-0:hover{
    --tw-translate-y: 0px;
  }

  .tw .xl\:hover\:-translate-y-1:hover{
    --tw-translate-y: -5px;
  }

  .tw .xl\:hover\:-translate-y-2:hover{
    --tw-translate-y: -10px;
  }

  .tw .xl\:hover\:-translate-y-3:hover{
    --tw-translate-y: -15px;
  }

  .tw .xl\:hover\:-translate-y-4:hover{
    --tw-translate-y: -20px;
  }

  .tw .xl\:hover\:-translate-y-5:hover{
    --tw-translate-y: -25px;
  }

  .tw .xl\:hover\:-translate-y-6:hover{
    --tw-translate-y: -30px;
  }

  .tw .xl\:hover\:-translate-y-7:hover{
    --tw-translate-y: -35px;
  }

  .tw .xl\:hover\:-translate-y-8:hover{
    --tw-translate-y: -40px;
  }

  .tw .xl\:hover\:-translate-y-9:hover{
    --tw-translate-y: -45px;
  }

  .tw .xl\:hover\:-translate-y-10:hover{
    --tw-translate-y: -50px;
  }

  .tw .xl\:hover\:-translate-y-11:hover{
    --tw-translate-y: -55px;
  }

  .tw .xl\:hover\:-translate-y-12:hover{
    --tw-translate-y: -60px;
  }

  .tw .xl\:hover\:-translate-y-13:hover{
    --tw-translate-y: -65px;
  }

  .tw .xl\:hover\:-translate-y-14:hover{
    --tw-translate-y: -70px;
  }

  .tw .xl\:hover\:-translate-y-15:hover{
    --tw-translate-y: -75px;
  }

  .tw .xl\:hover\:-translate-y-16:hover{
    --tw-translate-y: -80px;
  }

  .tw .xl\:hover\:-translate-y-17:hover{
    --tw-translate-y: -85px;
  }

  .tw .xl\:hover\:-translate-y-18:hover{
    --tw-translate-y: -90px;
  }

  .tw .xl\:hover\:-translate-y-19:hover{
    --tw-translate-y: -95px;
  }

  .tw .xl\:hover\:-translate-y-20:hover{
    --tw-translate-y: -100px;
  }

  .tw .xl\:hover\:-translate-y-21:hover{
    --tw-translate-y: -105px;
  }

  .tw .xl\:hover\:-translate-y-22:hover{
    --tw-translate-y: -110px;
  }

  .tw .xl\:hover\:-translate-y-23:hover{
    --tw-translate-y: -115px;
  }

  .tw .xl\:hover\:-translate-y-24:hover{
    --tw-translate-y: -120px;
  }

  .tw .xl\:hover\:-translate-y-25:hover{
    --tw-translate-y: -125px;
  }

  .tw .xl\:hover\:-translate-y-26:hover{
    --tw-translate-y: -130px;
  }

  .tw .xl\:hover\:-translate-y-27:hover{
    --tw-translate-y: -135px;
  }

  .tw .xl\:hover\:-translate-y-28:hover{
    --tw-translate-y: -140px;
  }

  .tw .xl\:hover\:-translate-y-29:hover{
    --tw-translate-y: -145px;
  }

  .tw .xl\:hover\:-translate-y-30:hover{
    --tw-translate-y: -150px;
  }

  .tw .xl\:hover\:-translate-y-31:hover{
    --tw-translate-y: -155px;
  }

  .tw .xl\:hover\:-translate-y-32:hover{
    --tw-translate-y: -160px;
  }

  .tw .xl\:hover\:-translate-y-33:hover{
    --tw-translate-y: -165px;
  }

  .tw .xl\:hover\:-translate-y-34:hover{
    --tw-translate-y: -170px;
  }

  .tw .xl\:hover\:-translate-y-35:hover{
    --tw-translate-y: -175px;
  }

  .tw .xl\:hover\:-translate-y-36:hover{
    --tw-translate-y: -180px;
  }

  .tw .xl\:hover\:-translate-y-37:hover{
    --tw-translate-y: -185px;
  }

  .tw .xl\:hover\:-translate-y-38:hover{
    --tw-translate-y: -190px;
  }

  .tw .xl\:hover\:-translate-y-39:hover{
    --tw-translate-y: -195px;
  }

  .tw .xl\:hover\:-translate-y-40:hover{
    --tw-translate-y: -200px;
  }

  .tw .xl\:hover\:-translate-y-41:hover{
    --tw-translate-y: -205px;
  }

  .tw .xl\:hover\:-translate-y-42:hover{
    --tw-translate-y: -210px;
  }

  .tw .xl\:hover\:-translate-y-43:hover{
    --tw-translate-y: -215px;
  }

  .tw .xl\:hover\:-translate-y-44:hover{
    --tw-translate-y: -220px;
  }

  .tw .xl\:hover\:-translate-y-45:hover{
    --tw-translate-y: -225px;
  }

  .tw .xl\:hover\:-translate-y-46:hover{
    --tw-translate-y: -230px;
  }

  .tw .xl\:hover\:-translate-y-47:hover{
    --tw-translate-y: -235px;
  }

  .tw .xl\:hover\:-translate-y-48:hover{
    --tw-translate-y: -240px;
  }

  .tw .xl\:hover\:-translate-y-49:hover{
    --tw-translate-y: -245px;
  }

  .tw .xl\:hover\:-translate-y-50:hover{
    --tw-translate-y: -250px;
  }

  .tw .xl\:hover\:-translate-y-51:hover{
    --tw-translate-y: -255px;
  }

  .tw .xl\:hover\:-translate-y-52:hover{
    --tw-translate-y: -260px;
  }

  .tw .xl\:hover\:-translate-y-53:hover{
    --tw-translate-y: -265px;
  }

  .tw .xl\:hover\:-translate-y-54:hover{
    --tw-translate-y: -270px;
  }

  .tw .xl\:hover\:-translate-y-55:hover{
    --tw-translate-y: -275px;
  }

  .tw .xl\:hover\:-translate-y-56:hover{
    --tw-translate-y: -280px;
  }

  .tw .xl\:hover\:-translate-y-57:hover{
    --tw-translate-y: -285px;
  }

  .tw .xl\:hover\:-translate-y-58:hover{
    --tw-translate-y: -290px;
  }

  .tw .xl\:hover\:-translate-y-59:hover{
    --tw-translate-y: -295px;
  }

  .tw .xl\:hover\:-translate-y-60:hover{
    --tw-translate-y: -300px;
  }

  .tw .xl\:hover\:-translate-y-61:hover{
    --tw-translate-y: -305px;
  }

  .tw .xl\:hover\:-translate-y-62:hover{
    --tw-translate-y: -310px;
  }

  .tw .xl\:hover\:-translate-y-63:hover{
    --tw-translate-y: -315px;
  }

  .tw .xl\:hover\:-translate-y-64:hover{
    --tw-translate-y: -320px;
  }

  .tw .xl\:hover\:-translate-y-65:hover{
    --tw-translate-y: -325px;
  }

  .tw .xl\:hover\:-translate-y-66:hover{
    --tw-translate-y: -330px;
  }

  .tw .xl\:hover\:-translate-y-67:hover{
    --tw-translate-y: -335px;
  }

  .tw .xl\:hover\:-translate-y-68:hover{
    --tw-translate-y: -340px;
  }

  .tw .xl\:hover\:-translate-y-69:hover{
    --tw-translate-y: -345px;
  }

  .tw .xl\:hover\:-translate-y-70:hover{
    --tw-translate-y: -350px;
  }

  .tw .xl\:hover\:-translate-y-71:hover{
    --tw-translate-y: -355px;
  }

  .tw .xl\:hover\:-translate-y-72:hover{
    --tw-translate-y: -360px;
  }

  .tw .xl\:hover\:-translate-y-73:hover{
    --tw-translate-y: -365px;
  }

  .tw .xl\:hover\:-translate-y-74:hover{
    --tw-translate-y: -370px;
  }

  .tw .xl\:hover\:-translate-y-75:hover{
    --tw-translate-y: -375px;
  }

  .tw .xl\:hover\:-translate-y-76:hover{
    --tw-translate-y: -380px;
  }

  .tw .xl\:hover\:-translate-y-77:hover{
    --tw-translate-y: -385px;
  }

  .tw .xl\:hover\:-translate-y-78:hover{
    --tw-translate-y: -390px;
  }

  .tw .xl\:hover\:-translate-y-79:hover{
    --tw-translate-y: -395px;
  }

  .tw .xl\:hover\:-translate-y-80:hover{
    --tw-translate-y: -400px;
  }

  .tw .xl\:hover\:-translate-y-81:hover{
    --tw-translate-y: -405px;
  }

  .tw .xl\:hover\:-translate-y-82:hover{
    --tw-translate-y: -410px;
  }

  .tw .xl\:hover\:-translate-y-83:hover{
    --tw-translate-y: -415px;
  }

  .tw .xl\:hover\:-translate-y-84:hover{
    --tw-translate-y: -420px;
  }

  .tw .xl\:hover\:-translate-y-85:hover{
    --tw-translate-y: -425px;
  }

  .tw .xl\:hover\:-translate-y-86:hover{
    --tw-translate-y: -430px;
  }

  .tw .xl\:hover\:-translate-y-87:hover{
    --tw-translate-y: -435px;
  }

  .tw .xl\:hover\:-translate-y-88:hover{
    --tw-translate-y: -440px;
  }

  .tw .xl\:hover\:-translate-y-89:hover{
    --tw-translate-y: -445px;
  }

  .tw .xl\:hover\:-translate-y-90:hover{
    --tw-translate-y: -450px;
  }

  .tw .xl\:hover\:-translate-y-91:hover{
    --tw-translate-y: -455px;
  }

  .tw .xl\:hover\:-translate-y-92:hover{
    --tw-translate-y: -460px;
  }

  .tw .xl\:hover\:-translate-y-93:hover{
    --tw-translate-y: -465px;
  }

  .tw .xl\:hover\:-translate-y-94:hover{
    --tw-translate-y: -470px;
  }

  .tw .xl\:hover\:-translate-y-95:hover{
    --tw-translate-y: -475px;
  }

  .tw .xl\:hover\:-translate-y-96:hover{
    --tw-translate-y: -480px;
  }

  .tw .xl\:hover\:-translate-y-97:hover{
    --tw-translate-y: -485px;
  }

  .tw .xl\:hover\:-translate-y-98:hover{
    --tw-translate-y: -490px;
  }

  .tw .xl\:hover\:-translate-y-99:hover{
    --tw-translate-y: -495px;
  }

  .tw .xl\:hover\:-translate-y-100:hover{
    --tw-translate-y: -500px;
  }

  .tw .xl\:hover\:-translate-y-101:hover{
    --tw-translate-y: -505px;
  }

  .tw .xl\:hover\:-translate-y-102:hover{
    --tw-translate-y: -510px;
  }

  .tw .xl\:hover\:-translate-y-103:hover{
    --tw-translate-y: -515px;
  }

  .tw .xl\:hover\:-translate-y-104:hover{
    --tw-translate-y: -520px;
  }

  .tw .xl\:hover\:-translate-y-105:hover{
    --tw-translate-y: -525px;
  }

  .tw .xl\:hover\:-translate-y-106:hover{
    --tw-translate-y: -530px;
  }

  .tw .xl\:hover\:-translate-y-107:hover{
    --tw-translate-y: -535px;
  }

  .tw .xl\:hover\:-translate-y-108:hover{
    --tw-translate-y: -540px;
  }

  .tw .xl\:hover\:-translate-y-109:hover{
    --tw-translate-y: -545px;
  }

  .tw .xl\:hover\:-translate-y-110:hover{
    --tw-translate-y: -550px;
  }

  .tw .xl\:hover\:-translate-y-111:hover{
    --tw-translate-y: -555px;
  }

  .tw .xl\:hover\:-translate-y-112:hover{
    --tw-translate-y: -560px;
  }

  .tw .xl\:hover\:-translate-y-113:hover{
    --tw-translate-y: -565px;
  }

  .tw .xl\:hover\:-translate-y-114:hover{
    --tw-translate-y: -570px;
  }

  .tw .xl\:hover\:-translate-y-115:hover{
    --tw-translate-y: -575px;
  }

  .tw .xl\:hover\:-translate-y-116:hover{
    --tw-translate-y: -580px;
  }

  .tw .xl\:hover\:-translate-y-117:hover{
    --tw-translate-y: -585px;
  }

  .tw .xl\:hover\:-translate-y-118:hover{
    --tw-translate-y: -590px;
  }

  .tw .xl\:hover\:-translate-y-119:hover{
    --tw-translate-y: -595px;
  }

  .tw .xl\:hover\:-translate-y-120:hover{
    --tw-translate-y: -600px;
  }

  .tw .xl\:hover\:-translate-y-121:hover{
    --tw-translate-y: -605px;
  }

  .tw .xl\:hover\:-translate-y-122:hover{
    --tw-translate-y: -610px;
  }

  .tw .xl\:hover\:-translate-y-123:hover{
    --tw-translate-y: -615px;
  }

  .tw .xl\:hover\:-translate-y-124:hover{
    --tw-translate-y: -620px;
  }

  .tw .xl\:hover\:-translate-y-125:hover{
    --tw-translate-y: -625px;
  }

  .tw .xl\:hover\:-translate-y-126:hover{
    --tw-translate-y: -630px;
  }

  .tw .xl\:hover\:-translate-y-127:hover{
    --tw-translate-y: -635px;
  }

  .tw .xl\:hover\:-translate-y-128:hover{
    --tw-translate-y: -640px;
  }

  .tw .xl\:hover\:-translate-y-129:hover{
    --tw-translate-y: -645px;
  }

  .tw .xl\:hover\:-translate-y-130:hover{
    --tw-translate-y: -650px;
  }

  .tw .xl\:hover\:-translate-y-131:hover{
    --tw-translate-y: -655px;
  }

  .tw .xl\:hover\:-translate-y-132:hover{
    --tw-translate-y: -660px;
  }

  .tw .xl\:hover\:-translate-y-133:hover{
    --tw-translate-y: -665px;
  }

  .tw .xl\:hover\:-translate-y-134:hover{
    --tw-translate-y: -670px;
  }

  .tw .xl\:hover\:-translate-y-135:hover{
    --tw-translate-y: -675px;
  }

  .tw .xl\:hover\:-translate-y-136:hover{
    --tw-translate-y: -680px;
  }

  .tw .xl\:hover\:-translate-y-137:hover{
    --tw-translate-y: -685px;
  }

  .tw .xl\:hover\:-translate-y-138:hover{
    --tw-translate-y: -690px;
  }

  .tw .xl\:hover\:-translate-y-139:hover{
    --tw-translate-y: -695px;
  }

  .tw .xl\:hover\:-translate-y-140:hover{
    --tw-translate-y: -700px;
  }

  .tw .xl\:hover\:-translate-y-141:hover{
    --tw-translate-y: -705px;
  }

  .tw .xl\:hover\:-translate-y-142:hover{
    --tw-translate-y: -710px;
  }

  .tw .xl\:hover\:-translate-y-143:hover{
    --tw-translate-y: -715px;
  }

  .tw .xl\:hover\:-translate-y-144:hover{
    --tw-translate-y: -720px;
  }

  .tw .xl\:hover\:-translate-y-145:hover{
    --tw-translate-y: -725px;
  }

  .tw .xl\:hover\:-translate-y-146:hover{
    --tw-translate-y: -730px;
  }

  .tw .xl\:hover\:-translate-y-147:hover{
    --tw-translate-y: -735px;
  }

  .tw .xl\:hover\:-translate-y-148:hover{
    --tw-translate-y: -740px;
  }

  .tw .xl\:hover\:-translate-y-149:hover{
    --tw-translate-y: -745px;
  }

  .tw .xl\:hover\:-translate-y-0\.5:hover{
    --tw-translate-y: -3px;
  }

  .tw .xl\:hover\:-translate-y-1px:hover{
    --tw-translate-y: -1px;
  }

  .tw .xl\:hover\:-translate-y-2px:hover{
    --tw-translate-y: -2px;
  }

  .tw .xl\:hover\:-translate-y-3px:hover{
    --tw-translate-y: -3px;
  }

  .tw .xl\:hover\:-translate-y-4px:hover{
    --tw-translate-y: -4px;
  }

  .tw .xl\:hover\:-translate-y-5px:hover{
    --tw-translate-y: -5px;
  }

  .tw .xl\:hover\:-translate-y-6px:hover{
    --tw-translate-y: -6px;
  }

  .tw .xl\:hover\:-translate-y-7px:hover{
    --tw-translate-y: -7px;
  }

  .tw .xl\:hover\:-translate-y-8px:hover{
    --tw-translate-y: -8px;
  }

  .tw .xl\:hover\:-translate-y-9px:hover{
    --tw-translate-y: -9px;
  }

  .tw .xl\:hover\:-translate-y-10px:hover{
    --tw-translate-y: -10px;
  }

  .tw .xl\:hover\:-translate-y-11px:hover{
    --tw-translate-y: -11px;
  }

  .tw .xl\:hover\:-translate-y-12px:hover{
    --tw-translate-y: -12px;
  }

  .tw .xl\:hover\:-translate-y-13px:hover{
    --tw-translate-y: -13px;
  }

  .tw .xl\:hover\:-translate-y-14px:hover{
    --tw-translate-y: -14px;
  }

  .tw .xl\:hover\:-translate-y-15px:hover{
    --tw-translate-y: -15px;
  }

  .tw .xl\:hover\:-translate-y-16px:hover{
    --tw-translate-y: -16px;
  }

  .tw .xl\:hover\:-translate-y-17px:hover{
    --tw-translate-y: -17px;
  }

  .tw .xl\:hover\:-translate-y-18px:hover{
    --tw-translate-y: -18px;
  }

  .tw .xl\:hover\:-translate-y-19px:hover{
    --tw-translate-y: -19px;
  }

  .tw .xl\:hover\:-translate-y-20px:hover{
    --tw-translate-y: -20px;
  }

  .tw .xl\:hover\:-translate-y-21px:hover{
    --tw-translate-y: -21px;
  }

  .tw .xl\:hover\:-translate-y-22px:hover{
    --tw-translate-y: -22px;
  }

  .tw .xl\:hover\:-translate-y-23px:hover{
    --tw-translate-y: -23px;
  }

  .tw .xl\:hover\:-translate-y-24px:hover{
    --tw-translate-y: -24px;
  }

  .tw .xl\:hover\:-translate-y-25px:hover{
    --tw-translate-y: -25px;
  }

  .tw .xl\:hover\:-translate-y-26px:hover{
    --tw-translate-y: -26px;
  }

  .tw .xl\:hover\:-translate-y-27px:hover{
    --tw-translate-y: -27px;
  }

  .tw .xl\:hover\:-translate-y-28px:hover{
    --tw-translate-y: -28px;
  }

  .tw .xl\:hover\:-translate-y-29px:hover{
    --tw-translate-y: -29px;
  }

  .tw .xl\:hover\:-translate-y-30px:hover{
    --tw-translate-y: -30px;
  }

  .tw .xl\:hover\:-translate-y-31px:hover{
    --tw-translate-y: -31px;
  }

  .tw .xl\:hover\:-translate-y-32px:hover{
    --tw-translate-y: -32px;
  }

  .tw .xl\:hover\:-translate-y-33px:hover{
    --tw-translate-y: -33px;
  }

  .tw .xl\:hover\:-translate-y-34px:hover{
    --tw-translate-y: -34px;
  }

  .tw .xl\:hover\:-translate-y-35px:hover{
    --tw-translate-y: -35px;
  }

  .tw .xl\:hover\:-translate-y-36px:hover{
    --tw-translate-y: -36px;
  }

  .tw .xl\:hover\:-translate-y-37px:hover{
    --tw-translate-y: -37px;
  }

  .tw .xl\:hover\:-translate-y-38px:hover{
    --tw-translate-y: -38px;
  }

  .tw .xl\:hover\:-translate-y-39px:hover{
    --tw-translate-y: -39px;
  }

  .tw .xl\:hover\:-translate-y-40px:hover{
    --tw-translate-y: -40px;
  }

  .tw .xl\:hover\:translate-y-1\/2:hover{
    --tw-translate-y: 50%;
  }

  .tw .xl\:hover\:translate-y-1\/3:hover{
    --tw-translate-y: 33.333333%;
  }

  .tw .xl\:hover\:translate-y-2\/3:hover{
    --tw-translate-y: 66.666667%;
  }

  .tw .xl\:hover\:translate-y-1\/4:hover{
    --tw-translate-y: 25%;
  }

  .tw .xl\:hover\:translate-y-2\/4:hover{
    --tw-translate-y: 50%;
  }

  .tw .xl\:hover\:translate-y-3\/4:hover{
    --tw-translate-y: 75%;
  }

  .tw .xl\:hover\:translate-y-full:hover{
    --tw-translate-y: 100%;
  }

  .tw .xl\:hover\:-translate-y-1\/2:hover{
    --tw-translate-y: -50%;
  }

  .tw .xl\:hover\:-translate-y-1\/3:hover{
    --tw-translate-y: -33.333333%;
  }

  .tw .xl\:hover\:-translate-y-2\/3:hover{
    --tw-translate-y: -66.666667%;
  }

  .tw .xl\:hover\:-translate-y-1\/4:hover{
    --tw-translate-y: -25%;
  }

  .tw .xl\:hover\:-translate-y-2\/4:hover{
    --tw-translate-y: -50%;
  }

  .tw .xl\:hover\:-translate-y-3\/4:hover{
    --tw-translate-y: -75%;
  }

  .tw .xl\:hover\:-translate-y-full:hover{
    --tw-translate-y: -100%;
  }

  .tw .xl\:focus\:translate-x-0:focus{
    --tw-translate-x: 0px;
  }

  .tw .xl\:focus\:translate-x-1:focus{
    --tw-translate-x: 5px;
  }

  .tw .xl\:focus\:translate-x-2:focus{
    --tw-translate-x: 10px;
  }

  .tw .xl\:focus\:translate-x-3:focus{
    --tw-translate-x: 15px;
  }

  .tw .xl\:focus\:translate-x-4:focus{
    --tw-translate-x: 20px;
  }

  .tw .xl\:focus\:translate-x-5:focus{
    --tw-translate-x: 25px;
  }

  .tw .xl\:focus\:translate-x-6:focus{
    --tw-translate-x: 30px;
  }

  .tw .xl\:focus\:translate-x-7:focus{
    --tw-translate-x: 35px;
  }

  .tw .xl\:focus\:translate-x-8:focus{
    --tw-translate-x: 40px;
  }

  .tw .xl\:focus\:translate-x-9:focus{
    --tw-translate-x: 45px;
  }

  .tw .xl\:focus\:translate-x-10:focus{
    --tw-translate-x: 50px;
  }

  .tw .xl\:focus\:translate-x-11:focus{
    --tw-translate-x: 55px;
  }

  .tw .xl\:focus\:translate-x-12:focus{
    --tw-translate-x: 60px;
  }

  .tw .xl\:focus\:translate-x-13:focus{
    --tw-translate-x: 65px;
  }

  .tw .xl\:focus\:translate-x-14:focus{
    --tw-translate-x: 70px;
  }

  .tw .xl\:focus\:translate-x-15:focus{
    --tw-translate-x: 75px;
  }

  .tw .xl\:focus\:translate-x-16:focus{
    --tw-translate-x: 80px;
  }

  .tw .xl\:focus\:translate-x-17:focus{
    --tw-translate-x: 85px;
  }

  .tw .xl\:focus\:translate-x-18:focus{
    --tw-translate-x: 90px;
  }

  .tw .xl\:focus\:translate-x-19:focus{
    --tw-translate-x: 95px;
  }

  .tw .xl\:focus\:translate-x-20:focus{
    --tw-translate-x: 100px;
  }

  .tw .xl\:focus\:translate-x-21:focus{
    --tw-translate-x: 105px;
  }

  .tw .xl\:focus\:translate-x-22:focus{
    --tw-translate-x: 110px;
  }

  .tw .xl\:focus\:translate-x-23:focus{
    --tw-translate-x: 115px;
  }

  .tw .xl\:focus\:translate-x-24:focus{
    --tw-translate-x: 120px;
  }

  .tw .xl\:focus\:translate-x-25:focus{
    --tw-translate-x: 125px;
  }

  .tw .xl\:focus\:translate-x-26:focus{
    --tw-translate-x: 130px;
  }

  .tw .xl\:focus\:translate-x-27:focus{
    --tw-translate-x: 135px;
  }

  .tw .xl\:focus\:translate-x-28:focus{
    --tw-translate-x: 140px;
  }

  .tw .xl\:focus\:translate-x-29:focus{
    --tw-translate-x: 145px;
  }

  .tw .xl\:focus\:translate-x-30:focus{
    --tw-translate-x: 150px;
  }

  .tw .xl\:focus\:translate-x-31:focus{
    --tw-translate-x: 155px;
  }

  .tw .xl\:focus\:translate-x-32:focus{
    --tw-translate-x: 160px;
  }

  .tw .xl\:focus\:translate-x-33:focus{
    --tw-translate-x: 165px;
  }

  .tw .xl\:focus\:translate-x-34:focus{
    --tw-translate-x: 170px;
  }

  .tw .xl\:focus\:translate-x-35:focus{
    --tw-translate-x: 175px;
  }

  .tw .xl\:focus\:translate-x-36:focus{
    --tw-translate-x: 180px;
  }

  .tw .xl\:focus\:translate-x-37:focus{
    --tw-translate-x: 185px;
  }

  .tw .xl\:focus\:translate-x-38:focus{
    --tw-translate-x: 190px;
  }

  .tw .xl\:focus\:translate-x-39:focus{
    --tw-translate-x: 195px;
  }

  .tw .xl\:focus\:translate-x-40:focus{
    --tw-translate-x: 200px;
  }

  .tw .xl\:focus\:translate-x-41:focus{
    --tw-translate-x: 205px;
  }

  .tw .xl\:focus\:translate-x-42:focus{
    --tw-translate-x: 210px;
  }

  .tw .xl\:focus\:translate-x-43:focus{
    --tw-translate-x: 215px;
  }

  .tw .xl\:focus\:translate-x-44:focus{
    --tw-translate-x: 220px;
  }

  .tw .xl\:focus\:translate-x-45:focus{
    --tw-translate-x: 225px;
  }

  .tw .xl\:focus\:translate-x-46:focus{
    --tw-translate-x: 230px;
  }

  .tw .xl\:focus\:translate-x-47:focus{
    --tw-translate-x: 235px;
  }

  .tw .xl\:focus\:translate-x-48:focus{
    --tw-translate-x: 240px;
  }

  .tw .xl\:focus\:translate-x-49:focus{
    --tw-translate-x: 245px;
  }

  .tw .xl\:focus\:translate-x-50:focus{
    --tw-translate-x: 250px;
  }

  .tw .xl\:focus\:translate-x-51:focus{
    --tw-translate-x: 255px;
  }

  .tw .xl\:focus\:translate-x-52:focus{
    --tw-translate-x: 260px;
  }

  .tw .xl\:focus\:translate-x-53:focus{
    --tw-translate-x: 265px;
  }

  .tw .xl\:focus\:translate-x-54:focus{
    --tw-translate-x: 270px;
  }

  .tw .xl\:focus\:translate-x-55:focus{
    --tw-translate-x: 275px;
  }

  .tw .xl\:focus\:translate-x-56:focus{
    --tw-translate-x: 280px;
  }

  .tw .xl\:focus\:translate-x-57:focus{
    --tw-translate-x: 285px;
  }

  .tw .xl\:focus\:translate-x-58:focus{
    --tw-translate-x: 290px;
  }

  .tw .xl\:focus\:translate-x-59:focus{
    --tw-translate-x: 295px;
  }

  .tw .xl\:focus\:translate-x-60:focus{
    --tw-translate-x: 300px;
  }

  .tw .xl\:focus\:translate-x-61:focus{
    --tw-translate-x: 305px;
  }

  .tw .xl\:focus\:translate-x-62:focus{
    --tw-translate-x: 310px;
  }

  .tw .xl\:focus\:translate-x-63:focus{
    --tw-translate-x: 315px;
  }

  .tw .xl\:focus\:translate-x-64:focus{
    --tw-translate-x: 320px;
  }

  .tw .xl\:focus\:translate-x-65:focus{
    --tw-translate-x: 325px;
  }

  .tw .xl\:focus\:translate-x-66:focus{
    --tw-translate-x: 330px;
  }

  .tw .xl\:focus\:translate-x-67:focus{
    --tw-translate-x: 335px;
  }

  .tw .xl\:focus\:translate-x-68:focus{
    --tw-translate-x: 340px;
  }

  .tw .xl\:focus\:translate-x-69:focus{
    --tw-translate-x: 345px;
  }

  .tw .xl\:focus\:translate-x-70:focus{
    --tw-translate-x: 350px;
  }

  .tw .xl\:focus\:translate-x-71:focus{
    --tw-translate-x: 355px;
  }

  .tw .xl\:focus\:translate-x-72:focus{
    --tw-translate-x: 360px;
  }

  .tw .xl\:focus\:translate-x-73:focus{
    --tw-translate-x: 365px;
  }

  .tw .xl\:focus\:translate-x-74:focus{
    --tw-translate-x: 370px;
  }

  .tw .xl\:focus\:translate-x-75:focus{
    --tw-translate-x: 375px;
  }

  .tw .xl\:focus\:translate-x-76:focus{
    --tw-translate-x: 380px;
  }

  .tw .xl\:focus\:translate-x-77:focus{
    --tw-translate-x: 385px;
  }

  .tw .xl\:focus\:translate-x-78:focus{
    --tw-translate-x: 390px;
  }

  .tw .xl\:focus\:translate-x-79:focus{
    --tw-translate-x: 395px;
  }

  .tw .xl\:focus\:translate-x-80:focus{
    --tw-translate-x: 400px;
  }

  .tw .xl\:focus\:translate-x-81:focus{
    --tw-translate-x: 405px;
  }

  .tw .xl\:focus\:translate-x-82:focus{
    --tw-translate-x: 410px;
  }

  .tw .xl\:focus\:translate-x-83:focus{
    --tw-translate-x: 415px;
  }

  .tw .xl\:focus\:translate-x-84:focus{
    --tw-translate-x: 420px;
  }

  .tw .xl\:focus\:translate-x-85:focus{
    --tw-translate-x: 425px;
  }

  .tw .xl\:focus\:translate-x-86:focus{
    --tw-translate-x: 430px;
  }

  .tw .xl\:focus\:translate-x-87:focus{
    --tw-translate-x: 435px;
  }

  .tw .xl\:focus\:translate-x-88:focus{
    --tw-translate-x: 440px;
  }

  .tw .xl\:focus\:translate-x-89:focus{
    --tw-translate-x: 445px;
  }

  .tw .xl\:focus\:translate-x-90:focus{
    --tw-translate-x: 450px;
  }

  .tw .xl\:focus\:translate-x-91:focus{
    --tw-translate-x: 455px;
  }

  .tw .xl\:focus\:translate-x-92:focus{
    --tw-translate-x: 460px;
  }

  .tw .xl\:focus\:translate-x-93:focus{
    --tw-translate-x: 465px;
  }

  .tw .xl\:focus\:translate-x-94:focus{
    --tw-translate-x: 470px;
  }

  .tw .xl\:focus\:translate-x-95:focus{
    --tw-translate-x: 475px;
  }

  .tw .xl\:focus\:translate-x-96:focus{
    --tw-translate-x: 480px;
  }

  .tw .xl\:focus\:translate-x-97:focus{
    --tw-translate-x: 485px;
  }

  .tw .xl\:focus\:translate-x-98:focus{
    --tw-translate-x: 490px;
  }

  .tw .xl\:focus\:translate-x-99:focus{
    --tw-translate-x: 495px;
  }

  .tw .xl\:focus\:translate-x-100:focus{
    --tw-translate-x: 500px;
  }

  .tw .xl\:focus\:translate-x-101:focus{
    --tw-translate-x: 505px;
  }

  .tw .xl\:focus\:translate-x-102:focus{
    --tw-translate-x: 510px;
  }

  .tw .xl\:focus\:translate-x-103:focus{
    --tw-translate-x: 515px;
  }

  .tw .xl\:focus\:translate-x-104:focus{
    --tw-translate-x: 520px;
  }

  .tw .xl\:focus\:translate-x-105:focus{
    --tw-translate-x: 525px;
  }

  .tw .xl\:focus\:translate-x-106:focus{
    --tw-translate-x: 530px;
  }

  .tw .xl\:focus\:translate-x-107:focus{
    --tw-translate-x: 535px;
  }

  .tw .xl\:focus\:translate-x-108:focus{
    --tw-translate-x: 540px;
  }

  .tw .xl\:focus\:translate-x-109:focus{
    --tw-translate-x: 545px;
  }

  .tw .xl\:focus\:translate-x-110:focus{
    --tw-translate-x: 550px;
  }

  .tw .xl\:focus\:translate-x-111:focus{
    --tw-translate-x: 555px;
  }

  .tw .xl\:focus\:translate-x-112:focus{
    --tw-translate-x: 560px;
  }

  .tw .xl\:focus\:translate-x-113:focus{
    --tw-translate-x: 565px;
  }

  .tw .xl\:focus\:translate-x-114:focus{
    --tw-translate-x: 570px;
  }

  .tw .xl\:focus\:translate-x-115:focus{
    --tw-translate-x: 575px;
  }

  .tw .xl\:focus\:translate-x-116:focus{
    --tw-translate-x: 580px;
  }

  .tw .xl\:focus\:translate-x-117:focus{
    --tw-translate-x: 585px;
  }

  .tw .xl\:focus\:translate-x-118:focus{
    --tw-translate-x: 590px;
  }

  .tw .xl\:focus\:translate-x-119:focus{
    --tw-translate-x: 595px;
  }

  .tw .xl\:focus\:translate-x-120:focus{
    --tw-translate-x: 600px;
  }

  .tw .xl\:focus\:translate-x-121:focus{
    --tw-translate-x: 605px;
  }

  .tw .xl\:focus\:translate-x-122:focus{
    --tw-translate-x: 610px;
  }

  .tw .xl\:focus\:translate-x-123:focus{
    --tw-translate-x: 615px;
  }

  .tw .xl\:focus\:translate-x-124:focus{
    --tw-translate-x: 620px;
  }

  .tw .xl\:focus\:translate-x-125:focus{
    --tw-translate-x: 625px;
  }

  .tw .xl\:focus\:translate-x-126:focus{
    --tw-translate-x: 630px;
  }

  .tw .xl\:focus\:translate-x-127:focus{
    --tw-translate-x: 635px;
  }

  .tw .xl\:focus\:translate-x-128:focus{
    --tw-translate-x: 640px;
  }

  .tw .xl\:focus\:translate-x-129:focus{
    --tw-translate-x: 645px;
  }

  .tw .xl\:focus\:translate-x-130:focus{
    --tw-translate-x: 650px;
  }

  .tw .xl\:focus\:translate-x-131:focus{
    --tw-translate-x: 655px;
  }

  .tw .xl\:focus\:translate-x-132:focus{
    --tw-translate-x: 660px;
  }

  .tw .xl\:focus\:translate-x-133:focus{
    --tw-translate-x: 665px;
  }

  .tw .xl\:focus\:translate-x-134:focus{
    --tw-translate-x: 670px;
  }

  .tw .xl\:focus\:translate-x-135:focus{
    --tw-translate-x: 675px;
  }

  .tw .xl\:focus\:translate-x-136:focus{
    --tw-translate-x: 680px;
  }

  .tw .xl\:focus\:translate-x-137:focus{
    --tw-translate-x: 685px;
  }

  .tw .xl\:focus\:translate-x-138:focus{
    --tw-translate-x: 690px;
  }

  .tw .xl\:focus\:translate-x-139:focus{
    --tw-translate-x: 695px;
  }

  .tw .xl\:focus\:translate-x-140:focus{
    --tw-translate-x: 700px;
  }

  .tw .xl\:focus\:translate-x-141:focus{
    --tw-translate-x: 705px;
  }

  .tw .xl\:focus\:translate-x-142:focus{
    --tw-translate-x: 710px;
  }

  .tw .xl\:focus\:translate-x-143:focus{
    --tw-translate-x: 715px;
  }

  .tw .xl\:focus\:translate-x-144:focus{
    --tw-translate-x: 720px;
  }

  .tw .xl\:focus\:translate-x-145:focus{
    --tw-translate-x: 725px;
  }

  .tw .xl\:focus\:translate-x-146:focus{
    --tw-translate-x: 730px;
  }

  .tw .xl\:focus\:translate-x-147:focus{
    --tw-translate-x: 735px;
  }

  .tw .xl\:focus\:translate-x-148:focus{
    --tw-translate-x: 740px;
  }

  .tw .xl\:focus\:translate-x-149:focus{
    --tw-translate-x: 745px;
  }

  .tw .xl\:focus\:translate-x-0\.5:focus{
    --tw-translate-x: 3px;
  }

  .tw .xl\:focus\:translate-x-1px:focus{
    --tw-translate-x: 1px;
  }

  .tw .xl\:focus\:translate-x-2px:focus{
    --tw-translate-x: 2px;
  }

  .tw .xl\:focus\:translate-x-3px:focus{
    --tw-translate-x: 3px;
  }

  .tw .xl\:focus\:translate-x-4px:focus{
    --tw-translate-x: 4px;
  }

  .tw .xl\:focus\:translate-x-5px:focus{
    --tw-translate-x: 5px;
  }

  .tw .xl\:focus\:translate-x-6px:focus{
    --tw-translate-x: 6px;
  }

  .tw .xl\:focus\:translate-x-7px:focus{
    --tw-translate-x: 7px;
  }

  .tw .xl\:focus\:translate-x-8px:focus{
    --tw-translate-x: 8px;
  }

  .tw .xl\:focus\:translate-x-9px:focus{
    --tw-translate-x: 9px;
  }

  .tw .xl\:focus\:translate-x-10px:focus{
    --tw-translate-x: 10px;
  }

  .tw .xl\:focus\:translate-x-11px:focus{
    --tw-translate-x: 11px;
  }

  .tw .xl\:focus\:translate-x-12px:focus{
    --tw-translate-x: 12px;
  }

  .tw .xl\:focus\:translate-x-13px:focus{
    --tw-translate-x: 13px;
  }

  .tw .xl\:focus\:translate-x-14px:focus{
    --tw-translate-x: 14px;
  }

  .tw .xl\:focus\:translate-x-15px:focus{
    --tw-translate-x: 15px;
  }

  .tw .xl\:focus\:translate-x-16px:focus{
    --tw-translate-x: 16px;
  }

  .tw .xl\:focus\:translate-x-17px:focus{
    --tw-translate-x: 17px;
  }

  .tw .xl\:focus\:translate-x-18px:focus{
    --tw-translate-x: 18px;
  }

  .tw .xl\:focus\:translate-x-19px:focus{
    --tw-translate-x: 19px;
  }

  .tw .xl\:focus\:translate-x-20px:focus{
    --tw-translate-x: 20px;
  }

  .tw .xl\:focus\:translate-x-21px:focus{
    --tw-translate-x: 21px;
  }

  .tw .xl\:focus\:translate-x-22px:focus{
    --tw-translate-x: 22px;
  }

  .tw .xl\:focus\:translate-x-23px:focus{
    --tw-translate-x: 23px;
  }

  .tw .xl\:focus\:translate-x-24px:focus{
    --tw-translate-x: 24px;
  }

  .tw .xl\:focus\:translate-x-25px:focus{
    --tw-translate-x: 25px;
  }

  .tw .xl\:focus\:translate-x-26px:focus{
    --tw-translate-x: 26px;
  }

  .tw .xl\:focus\:translate-x-27px:focus{
    --tw-translate-x: 27px;
  }

  .tw .xl\:focus\:translate-x-28px:focus{
    --tw-translate-x: 28px;
  }

  .tw .xl\:focus\:translate-x-29px:focus{
    --tw-translate-x: 29px;
  }

  .tw .xl\:focus\:translate-x-30px:focus{
    --tw-translate-x: 30px;
  }

  .tw .xl\:focus\:translate-x-31px:focus{
    --tw-translate-x: 31px;
  }

  .tw .xl\:focus\:translate-x-32px:focus{
    --tw-translate-x: 32px;
  }

  .tw .xl\:focus\:translate-x-33px:focus{
    --tw-translate-x: 33px;
  }

  .tw .xl\:focus\:translate-x-34px:focus{
    --tw-translate-x: 34px;
  }

  .tw .xl\:focus\:translate-x-35px:focus{
    --tw-translate-x: 35px;
  }

  .tw .xl\:focus\:translate-x-36px:focus{
    --tw-translate-x: 36px;
  }

  .tw .xl\:focus\:translate-x-37px:focus{
    --tw-translate-x: 37px;
  }

  .tw .xl\:focus\:translate-x-38px:focus{
    --tw-translate-x: 38px;
  }

  .tw .xl\:focus\:translate-x-39px:focus{
    --tw-translate-x: 39px;
  }

  .tw .xl\:focus\:translate-x-40px:focus{
    --tw-translate-x: 40px;
  }

  .tw .xl\:focus\:-translate-x-0:focus{
    --tw-translate-x: 0px;
  }

  .tw .xl\:focus\:-translate-x-1:focus{
    --tw-translate-x: -5px;
  }

  .tw .xl\:focus\:-translate-x-2:focus{
    --tw-translate-x: -10px;
  }

  .tw .xl\:focus\:-translate-x-3:focus{
    --tw-translate-x: -15px;
  }

  .tw .xl\:focus\:-translate-x-4:focus{
    --tw-translate-x: -20px;
  }

  .tw .xl\:focus\:-translate-x-5:focus{
    --tw-translate-x: -25px;
  }

  .tw .xl\:focus\:-translate-x-6:focus{
    --tw-translate-x: -30px;
  }

  .tw .xl\:focus\:-translate-x-7:focus{
    --tw-translate-x: -35px;
  }

  .tw .xl\:focus\:-translate-x-8:focus{
    --tw-translate-x: -40px;
  }

  .tw .xl\:focus\:-translate-x-9:focus{
    --tw-translate-x: -45px;
  }

  .tw .xl\:focus\:-translate-x-10:focus{
    --tw-translate-x: -50px;
  }

  .tw .xl\:focus\:-translate-x-11:focus{
    --tw-translate-x: -55px;
  }

  .tw .xl\:focus\:-translate-x-12:focus{
    --tw-translate-x: -60px;
  }

  .tw .xl\:focus\:-translate-x-13:focus{
    --tw-translate-x: -65px;
  }

  .tw .xl\:focus\:-translate-x-14:focus{
    --tw-translate-x: -70px;
  }

  .tw .xl\:focus\:-translate-x-15:focus{
    --tw-translate-x: -75px;
  }

  .tw .xl\:focus\:-translate-x-16:focus{
    --tw-translate-x: -80px;
  }

  .tw .xl\:focus\:-translate-x-17:focus{
    --tw-translate-x: -85px;
  }

  .tw .xl\:focus\:-translate-x-18:focus{
    --tw-translate-x: -90px;
  }

  .tw .xl\:focus\:-translate-x-19:focus{
    --tw-translate-x: -95px;
  }

  .tw .xl\:focus\:-translate-x-20:focus{
    --tw-translate-x: -100px;
  }

  .tw .xl\:focus\:-translate-x-21:focus{
    --tw-translate-x: -105px;
  }

  .tw .xl\:focus\:-translate-x-22:focus{
    --tw-translate-x: -110px;
  }

  .tw .xl\:focus\:-translate-x-23:focus{
    --tw-translate-x: -115px;
  }

  .tw .xl\:focus\:-translate-x-24:focus{
    --tw-translate-x: -120px;
  }

  .tw .xl\:focus\:-translate-x-25:focus{
    --tw-translate-x: -125px;
  }

  .tw .xl\:focus\:-translate-x-26:focus{
    --tw-translate-x: -130px;
  }

  .tw .xl\:focus\:-translate-x-27:focus{
    --tw-translate-x: -135px;
  }

  .tw .xl\:focus\:-translate-x-28:focus{
    --tw-translate-x: -140px;
  }

  .tw .xl\:focus\:-translate-x-29:focus{
    --tw-translate-x: -145px;
  }

  .tw .xl\:focus\:-translate-x-30:focus{
    --tw-translate-x: -150px;
  }

  .tw .xl\:focus\:-translate-x-31:focus{
    --tw-translate-x: -155px;
  }

  .tw .xl\:focus\:-translate-x-32:focus{
    --tw-translate-x: -160px;
  }

  .tw .xl\:focus\:-translate-x-33:focus{
    --tw-translate-x: -165px;
  }

  .tw .xl\:focus\:-translate-x-34:focus{
    --tw-translate-x: -170px;
  }

  .tw .xl\:focus\:-translate-x-35:focus{
    --tw-translate-x: -175px;
  }

  .tw .xl\:focus\:-translate-x-36:focus{
    --tw-translate-x: -180px;
  }

  .tw .xl\:focus\:-translate-x-37:focus{
    --tw-translate-x: -185px;
  }

  .tw .xl\:focus\:-translate-x-38:focus{
    --tw-translate-x: -190px;
  }

  .tw .xl\:focus\:-translate-x-39:focus{
    --tw-translate-x: -195px;
  }

  .tw .xl\:focus\:-translate-x-40:focus{
    --tw-translate-x: -200px;
  }

  .tw .xl\:focus\:-translate-x-41:focus{
    --tw-translate-x: -205px;
  }

  .tw .xl\:focus\:-translate-x-42:focus{
    --tw-translate-x: -210px;
  }

  .tw .xl\:focus\:-translate-x-43:focus{
    --tw-translate-x: -215px;
  }

  .tw .xl\:focus\:-translate-x-44:focus{
    --tw-translate-x: -220px;
  }

  .tw .xl\:focus\:-translate-x-45:focus{
    --tw-translate-x: -225px;
  }

  .tw .xl\:focus\:-translate-x-46:focus{
    --tw-translate-x: -230px;
  }

  .tw .xl\:focus\:-translate-x-47:focus{
    --tw-translate-x: -235px;
  }

  .tw .xl\:focus\:-translate-x-48:focus{
    --tw-translate-x: -240px;
  }

  .tw .xl\:focus\:-translate-x-49:focus{
    --tw-translate-x: -245px;
  }

  .tw .xl\:focus\:-translate-x-50:focus{
    --tw-translate-x: -250px;
  }

  .tw .xl\:focus\:-translate-x-51:focus{
    --tw-translate-x: -255px;
  }

  .tw .xl\:focus\:-translate-x-52:focus{
    --tw-translate-x: -260px;
  }

  .tw .xl\:focus\:-translate-x-53:focus{
    --tw-translate-x: -265px;
  }

  .tw .xl\:focus\:-translate-x-54:focus{
    --tw-translate-x: -270px;
  }

  .tw .xl\:focus\:-translate-x-55:focus{
    --tw-translate-x: -275px;
  }

  .tw .xl\:focus\:-translate-x-56:focus{
    --tw-translate-x: -280px;
  }

  .tw .xl\:focus\:-translate-x-57:focus{
    --tw-translate-x: -285px;
  }

  .tw .xl\:focus\:-translate-x-58:focus{
    --tw-translate-x: -290px;
  }

  .tw .xl\:focus\:-translate-x-59:focus{
    --tw-translate-x: -295px;
  }

  .tw .xl\:focus\:-translate-x-60:focus{
    --tw-translate-x: -300px;
  }

  .tw .xl\:focus\:-translate-x-61:focus{
    --tw-translate-x: -305px;
  }

  .tw .xl\:focus\:-translate-x-62:focus{
    --tw-translate-x: -310px;
  }

  .tw .xl\:focus\:-translate-x-63:focus{
    --tw-translate-x: -315px;
  }

  .tw .xl\:focus\:-translate-x-64:focus{
    --tw-translate-x: -320px;
  }

  .tw .xl\:focus\:-translate-x-65:focus{
    --tw-translate-x: -325px;
  }

  .tw .xl\:focus\:-translate-x-66:focus{
    --tw-translate-x: -330px;
  }

  .tw .xl\:focus\:-translate-x-67:focus{
    --tw-translate-x: -335px;
  }

  .tw .xl\:focus\:-translate-x-68:focus{
    --tw-translate-x: -340px;
  }

  .tw .xl\:focus\:-translate-x-69:focus{
    --tw-translate-x: -345px;
  }

  .tw .xl\:focus\:-translate-x-70:focus{
    --tw-translate-x: -350px;
  }

  .tw .xl\:focus\:-translate-x-71:focus{
    --tw-translate-x: -355px;
  }

  .tw .xl\:focus\:-translate-x-72:focus{
    --tw-translate-x: -360px;
  }

  .tw .xl\:focus\:-translate-x-73:focus{
    --tw-translate-x: -365px;
  }

  .tw .xl\:focus\:-translate-x-74:focus{
    --tw-translate-x: -370px;
  }

  .tw .xl\:focus\:-translate-x-75:focus{
    --tw-translate-x: -375px;
  }

  .tw .xl\:focus\:-translate-x-76:focus{
    --tw-translate-x: -380px;
  }

  .tw .xl\:focus\:-translate-x-77:focus{
    --tw-translate-x: -385px;
  }

  .tw .xl\:focus\:-translate-x-78:focus{
    --tw-translate-x: -390px;
  }

  .tw .xl\:focus\:-translate-x-79:focus{
    --tw-translate-x: -395px;
  }

  .tw .xl\:focus\:-translate-x-80:focus{
    --tw-translate-x: -400px;
  }

  .tw .xl\:focus\:-translate-x-81:focus{
    --tw-translate-x: -405px;
  }

  .tw .xl\:focus\:-translate-x-82:focus{
    --tw-translate-x: -410px;
  }

  .tw .xl\:focus\:-translate-x-83:focus{
    --tw-translate-x: -415px;
  }

  .tw .xl\:focus\:-translate-x-84:focus{
    --tw-translate-x: -420px;
  }

  .tw .xl\:focus\:-translate-x-85:focus{
    --tw-translate-x: -425px;
  }

  .tw .xl\:focus\:-translate-x-86:focus{
    --tw-translate-x: -430px;
  }

  .tw .xl\:focus\:-translate-x-87:focus{
    --tw-translate-x: -435px;
  }

  .tw .xl\:focus\:-translate-x-88:focus{
    --tw-translate-x: -440px;
  }

  .tw .xl\:focus\:-translate-x-89:focus{
    --tw-translate-x: -445px;
  }

  .tw .xl\:focus\:-translate-x-90:focus{
    --tw-translate-x: -450px;
  }

  .tw .xl\:focus\:-translate-x-91:focus{
    --tw-translate-x: -455px;
  }

  .tw .xl\:focus\:-translate-x-92:focus{
    --tw-translate-x: -460px;
  }

  .tw .xl\:focus\:-translate-x-93:focus{
    --tw-translate-x: -465px;
  }

  .tw .xl\:focus\:-translate-x-94:focus{
    --tw-translate-x: -470px;
  }

  .tw .xl\:focus\:-translate-x-95:focus{
    --tw-translate-x: -475px;
  }

  .tw .xl\:focus\:-translate-x-96:focus{
    --tw-translate-x: -480px;
  }

  .tw .xl\:focus\:-translate-x-97:focus{
    --tw-translate-x: -485px;
  }

  .tw .xl\:focus\:-translate-x-98:focus{
    --tw-translate-x: -490px;
  }

  .tw .xl\:focus\:-translate-x-99:focus{
    --tw-translate-x: -495px;
  }

  .tw .xl\:focus\:-translate-x-100:focus{
    --tw-translate-x: -500px;
  }

  .tw .xl\:focus\:-translate-x-101:focus{
    --tw-translate-x: -505px;
  }

  .tw .xl\:focus\:-translate-x-102:focus{
    --tw-translate-x: -510px;
  }

  .tw .xl\:focus\:-translate-x-103:focus{
    --tw-translate-x: -515px;
  }

  .tw .xl\:focus\:-translate-x-104:focus{
    --tw-translate-x: -520px;
  }

  .tw .xl\:focus\:-translate-x-105:focus{
    --tw-translate-x: -525px;
  }

  .tw .xl\:focus\:-translate-x-106:focus{
    --tw-translate-x: -530px;
  }

  .tw .xl\:focus\:-translate-x-107:focus{
    --tw-translate-x: -535px;
  }

  .tw .xl\:focus\:-translate-x-108:focus{
    --tw-translate-x: -540px;
  }

  .tw .xl\:focus\:-translate-x-109:focus{
    --tw-translate-x: -545px;
  }

  .tw .xl\:focus\:-translate-x-110:focus{
    --tw-translate-x: -550px;
  }

  .tw .xl\:focus\:-translate-x-111:focus{
    --tw-translate-x: -555px;
  }

  .tw .xl\:focus\:-translate-x-112:focus{
    --tw-translate-x: -560px;
  }

  .tw .xl\:focus\:-translate-x-113:focus{
    --tw-translate-x: -565px;
  }

  .tw .xl\:focus\:-translate-x-114:focus{
    --tw-translate-x: -570px;
  }

  .tw .xl\:focus\:-translate-x-115:focus{
    --tw-translate-x: -575px;
  }

  .tw .xl\:focus\:-translate-x-116:focus{
    --tw-translate-x: -580px;
  }

  .tw .xl\:focus\:-translate-x-117:focus{
    --tw-translate-x: -585px;
  }

  .tw .xl\:focus\:-translate-x-118:focus{
    --tw-translate-x: -590px;
  }

  .tw .xl\:focus\:-translate-x-119:focus{
    --tw-translate-x: -595px;
  }

  .tw .xl\:focus\:-translate-x-120:focus{
    --tw-translate-x: -600px;
  }

  .tw .xl\:focus\:-translate-x-121:focus{
    --tw-translate-x: -605px;
  }

  .tw .xl\:focus\:-translate-x-122:focus{
    --tw-translate-x: -610px;
  }

  .tw .xl\:focus\:-translate-x-123:focus{
    --tw-translate-x: -615px;
  }

  .tw .xl\:focus\:-translate-x-124:focus{
    --tw-translate-x: -620px;
  }

  .tw .xl\:focus\:-translate-x-125:focus{
    --tw-translate-x: -625px;
  }

  .tw .xl\:focus\:-translate-x-126:focus{
    --tw-translate-x: -630px;
  }

  .tw .xl\:focus\:-translate-x-127:focus{
    --tw-translate-x: -635px;
  }

  .tw .xl\:focus\:-translate-x-128:focus{
    --tw-translate-x: -640px;
  }

  .tw .xl\:focus\:-translate-x-129:focus{
    --tw-translate-x: -645px;
  }

  .tw .xl\:focus\:-translate-x-130:focus{
    --tw-translate-x: -650px;
  }

  .tw .xl\:focus\:-translate-x-131:focus{
    --tw-translate-x: -655px;
  }

  .tw .xl\:focus\:-translate-x-132:focus{
    --tw-translate-x: -660px;
  }

  .tw .xl\:focus\:-translate-x-133:focus{
    --tw-translate-x: -665px;
  }

  .tw .xl\:focus\:-translate-x-134:focus{
    --tw-translate-x: -670px;
  }

  .tw .xl\:focus\:-translate-x-135:focus{
    --tw-translate-x: -675px;
  }

  .tw .xl\:focus\:-translate-x-136:focus{
    --tw-translate-x: -680px;
  }

  .tw .xl\:focus\:-translate-x-137:focus{
    --tw-translate-x: -685px;
  }

  .tw .xl\:focus\:-translate-x-138:focus{
    --tw-translate-x: -690px;
  }

  .tw .xl\:focus\:-translate-x-139:focus{
    --tw-translate-x: -695px;
  }

  .tw .xl\:focus\:-translate-x-140:focus{
    --tw-translate-x: -700px;
  }

  .tw .xl\:focus\:-translate-x-141:focus{
    --tw-translate-x: -705px;
  }

  .tw .xl\:focus\:-translate-x-142:focus{
    --tw-translate-x: -710px;
  }

  .tw .xl\:focus\:-translate-x-143:focus{
    --tw-translate-x: -715px;
  }

  .tw .xl\:focus\:-translate-x-144:focus{
    --tw-translate-x: -720px;
  }

  .tw .xl\:focus\:-translate-x-145:focus{
    --tw-translate-x: -725px;
  }

  .tw .xl\:focus\:-translate-x-146:focus{
    --tw-translate-x: -730px;
  }

  .tw .xl\:focus\:-translate-x-147:focus{
    --tw-translate-x: -735px;
  }

  .tw .xl\:focus\:-translate-x-148:focus{
    --tw-translate-x: -740px;
  }

  .tw .xl\:focus\:-translate-x-149:focus{
    --tw-translate-x: -745px;
  }

  .tw .xl\:focus\:-translate-x-0\.5:focus{
    --tw-translate-x: -3px;
  }

  .tw .xl\:focus\:-translate-x-1px:focus{
    --tw-translate-x: -1px;
  }

  .tw .xl\:focus\:-translate-x-2px:focus{
    --tw-translate-x: -2px;
  }

  .tw .xl\:focus\:-translate-x-3px:focus{
    --tw-translate-x: -3px;
  }

  .tw .xl\:focus\:-translate-x-4px:focus{
    --tw-translate-x: -4px;
  }

  .tw .xl\:focus\:-translate-x-5px:focus{
    --tw-translate-x: -5px;
  }

  .tw .xl\:focus\:-translate-x-6px:focus{
    --tw-translate-x: -6px;
  }

  .tw .xl\:focus\:-translate-x-7px:focus{
    --tw-translate-x: -7px;
  }

  .tw .xl\:focus\:-translate-x-8px:focus{
    --tw-translate-x: -8px;
  }

  .tw .xl\:focus\:-translate-x-9px:focus{
    --tw-translate-x: -9px;
  }

  .tw .xl\:focus\:-translate-x-10px:focus{
    --tw-translate-x: -10px;
  }

  .tw .xl\:focus\:-translate-x-11px:focus{
    --tw-translate-x: -11px;
  }

  .tw .xl\:focus\:-translate-x-12px:focus{
    --tw-translate-x: -12px;
  }

  .tw .xl\:focus\:-translate-x-13px:focus{
    --tw-translate-x: -13px;
  }

  .tw .xl\:focus\:-translate-x-14px:focus{
    --tw-translate-x: -14px;
  }

  .tw .xl\:focus\:-translate-x-15px:focus{
    --tw-translate-x: -15px;
  }

  .tw .xl\:focus\:-translate-x-16px:focus{
    --tw-translate-x: -16px;
  }

  .tw .xl\:focus\:-translate-x-17px:focus{
    --tw-translate-x: -17px;
  }

  .tw .xl\:focus\:-translate-x-18px:focus{
    --tw-translate-x: -18px;
  }

  .tw .xl\:focus\:-translate-x-19px:focus{
    --tw-translate-x: -19px;
  }

  .tw .xl\:focus\:-translate-x-20px:focus{
    --tw-translate-x: -20px;
  }

  .tw .xl\:focus\:-translate-x-21px:focus{
    --tw-translate-x: -21px;
  }

  .tw .xl\:focus\:-translate-x-22px:focus{
    --tw-translate-x: -22px;
  }

  .tw .xl\:focus\:-translate-x-23px:focus{
    --tw-translate-x: -23px;
  }

  .tw .xl\:focus\:-translate-x-24px:focus{
    --tw-translate-x: -24px;
  }

  .tw .xl\:focus\:-translate-x-25px:focus{
    --tw-translate-x: -25px;
  }

  .tw .xl\:focus\:-translate-x-26px:focus{
    --tw-translate-x: -26px;
  }

  .tw .xl\:focus\:-translate-x-27px:focus{
    --tw-translate-x: -27px;
  }

  .tw .xl\:focus\:-translate-x-28px:focus{
    --tw-translate-x: -28px;
  }

  .tw .xl\:focus\:-translate-x-29px:focus{
    --tw-translate-x: -29px;
  }

  .tw .xl\:focus\:-translate-x-30px:focus{
    --tw-translate-x: -30px;
  }

  .tw .xl\:focus\:-translate-x-31px:focus{
    --tw-translate-x: -31px;
  }

  .tw .xl\:focus\:-translate-x-32px:focus{
    --tw-translate-x: -32px;
  }

  .tw .xl\:focus\:-translate-x-33px:focus{
    --tw-translate-x: -33px;
  }

  .tw .xl\:focus\:-translate-x-34px:focus{
    --tw-translate-x: -34px;
  }

  .tw .xl\:focus\:-translate-x-35px:focus{
    --tw-translate-x: -35px;
  }

  .tw .xl\:focus\:-translate-x-36px:focus{
    --tw-translate-x: -36px;
  }

  .tw .xl\:focus\:-translate-x-37px:focus{
    --tw-translate-x: -37px;
  }

  .tw .xl\:focus\:-translate-x-38px:focus{
    --tw-translate-x: -38px;
  }

  .tw .xl\:focus\:-translate-x-39px:focus{
    --tw-translate-x: -39px;
  }

  .tw .xl\:focus\:-translate-x-40px:focus{
    --tw-translate-x: -40px;
  }

  .tw .xl\:focus\:translate-x-1\/2:focus{
    --tw-translate-x: 50%;
  }

  .tw .xl\:focus\:translate-x-1\/3:focus{
    --tw-translate-x: 33.333333%;
  }

  .tw .xl\:focus\:translate-x-2\/3:focus{
    --tw-translate-x: 66.666667%;
  }

  .tw .xl\:focus\:translate-x-1\/4:focus{
    --tw-translate-x: 25%;
  }

  .tw .xl\:focus\:translate-x-2\/4:focus{
    --tw-translate-x: 50%;
  }

  .tw .xl\:focus\:translate-x-3\/4:focus{
    --tw-translate-x: 75%;
  }

  .tw .xl\:focus\:translate-x-full:focus{
    --tw-translate-x: 100%;
  }

  .tw .xl\:focus\:-translate-x-1\/2:focus{
    --tw-translate-x: -50%;
  }

  .tw .xl\:focus\:-translate-x-1\/3:focus{
    --tw-translate-x: -33.333333%;
  }

  .tw .xl\:focus\:-translate-x-2\/3:focus{
    --tw-translate-x: -66.666667%;
  }

  .tw .xl\:focus\:-translate-x-1\/4:focus{
    --tw-translate-x: -25%;
  }

  .tw .xl\:focus\:-translate-x-2\/4:focus{
    --tw-translate-x: -50%;
  }

  .tw .xl\:focus\:-translate-x-3\/4:focus{
    --tw-translate-x: -75%;
  }

  .tw .xl\:focus\:-translate-x-full:focus{
    --tw-translate-x: -100%;
  }

  .tw .xl\:focus\:translate-y-0:focus{
    --tw-translate-y: 0px;
  }

  .tw .xl\:focus\:translate-y-1:focus{
    --tw-translate-y: 5px;
  }

  .tw .xl\:focus\:translate-y-2:focus{
    --tw-translate-y: 10px;
  }

  .tw .xl\:focus\:translate-y-3:focus{
    --tw-translate-y: 15px;
  }

  .tw .xl\:focus\:translate-y-4:focus{
    --tw-translate-y: 20px;
  }

  .tw .xl\:focus\:translate-y-5:focus{
    --tw-translate-y: 25px;
  }

  .tw .xl\:focus\:translate-y-6:focus{
    --tw-translate-y: 30px;
  }

  .tw .xl\:focus\:translate-y-7:focus{
    --tw-translate-y: 35px;
  }

  .tw .xl\:focus\:translate-y-8:focus{
    --tw-translate-y: 40px;
  }

  .tw .xl\:focus\:translate-y-9:focus{
    --tw-translate-y: 45px;
  }

  .tw .xl\:focus\:translate-y-10:focus{
    --tw-translate-y: 50px;
  }

  .tw .xl\:focus\:translate-y-11:focus{
    --tw-translate-y: 55px;
  }

  .tw .xl\:focus\:translate-y-12:focus{
    --tw-translate-y: 60px;
  }

  .tw .xl\:focus\:translate-y-13:focus{
    --tw-translate-y: 65px;
  }

  .tw .xl\:focus\:translate-y-14:focus{
    --tw-translate-y: 70px;
  }

  .tw .xl\:focus\:translate-y-15:focus{
    --tw-translate-y: 75px;
  }

  .tw .xl\:focus\:translate-y-16:focus{
    --tw-translate-y: 80px;
  }

  .tw .xl\:focus\:translate-y-17:focus{
    --tw-translate-y: 85px;
  }

  .tw .xl\:focus\:translate-y-18:focus{
    --tw-translate-y: 90px;
  }

  .tw .xl\:focus\:translate-y-19:focus{
    --tw-translate-y: 95px;
  }

  .tw .xl\:focus\:translate-y-20:focus{
    --tw-translate-y: 100px;
  }

  .tw .xl\:focus\:translate-y-21:focus{
    --tw-translate-y: 105px;
  }

  .tw .xl\:focus\:translate-y-22:focus{
    --tw-translate-y: 110px;
  }

  .tw .xl\:focus\:translate-y-23:focus{
    --tw-translate-y: 115px;
  }

  .tw .xl\:focus\:translate-y-24:focus{
    --tw-translate-y: 120px;
  }

  .tw .xl\:focus\:translate-y-25:focus{
    --tw-translate-y: 125px;
  }

  .tw .xl\:focus\:translate-y-26:focus{
    --tw-translate-y: 130px;
  }

  .tw .xl\:focus\:translate-y-27:focus{
    --tw-translate-y: 135px;
  }

  .tw .xl\:focus\:translate-y-28:focus{
    --tw-translate-y: 140px;
  }

  .tw .xl\:focus\:translate-y-29:focus{
    --tw-translate-y: 145px;
  }

  .tw .xl\:focus\:translate-y-30:focus{
    --tw-translate-y: 150px;
  }

  .tw .xl\:focus\:translate-y-31:focus{
    --tw-translate-y: 155px;
  }

  .tw .xl\:focus\:translate-y-32:focus{
    --tw-translate-y: 160px;
  }

  .tw .xl\:focus\:translate-y-33:focus{
    --tw-translate-y: 165px;
  }

  .tw .xl\:focus\:translate-y-34:focus{
    --tw-translate-y: 170px;
  }

  .tw .xl\:focus\:translate-y-35:focus{
    --tw-translate-y: 175px;
  }

  .tw .xl\:focus\:translate-y-36:focus{
    --tw-translate-y: 180px;
  }

  .tw .xl\:focus\:translate-y-37:focus{
    --tw-translate-y: 185px;
  }

  .tw .xl\:focus\:translate-y-38:focus{
    --tw-translate-y: 190px;
  }

  .tw .xl\:focus\:translate-y-39:focus{
    --tw-translate-y: 195px;
  }

  .tw .xl\:focus\:translate-y-40:focus{
    --tw-translate-y: 200px;
  }

  .tw .xl\:focus\:translate-y-41:focus{
    --tw-translate-y: 205px;
  }

  .tw .xl\:focus\:translate-y-42:focus{
    --tw-translate-y: 210px;
  }

  .tw .xl\:focus\:translate-y-43:focus{
    --tw-translate-y: 215px;
  }

  .tw .xl\:focus\:translate-y-44:focus{
    --tw-translate-y: 220px;
  }

  .tw .xl\:focus\:translate-y-45:focus{
    --tw-translate-y: 225px;
  }

  .tw .xl\:focus\:translate-y-46:focus{
    --tw-translate-y: 230px;
  }

  .tw .xl\:focus\:translate-y-47:focus{
    --tw-translate-y: 235px;
  }

  .tw .xl\:focus\:translate-y-48:focus{
    --tw-translate-y: 240px;
  }

  .tw .xl\:focus\:translate-y-49:focus{
    --tw-translate-y: 245px;
  }

  .tw .xl\:focus\:translate-y-50:focus{
    --tw-translate-y: 250px;
  }

  .tw .xl\:focus\:translate-y-51:focus{
    --tw-translate-y: 255px;
  }

  .tw .xl\:focus\:translate-y-52:focus{
    --tw-translate-y: 260px;
  }

  .tw .xl\:focus\:translate-y-53:focus{
    --tw-translate-y: 265px;
  }

  .tw .xl\:focus\:translate-y-54:focus{
    --tw-translate-y: 270px;
  }

  .tw .xl\:focus\:translate-y-55:focus{
    --tw-translate-y: 275px;
  }

  .tw .xl\:focus\:translate-y-56:focus{
    --tw-translate-y: 280px;
  }

  .tw .xl\:focus\:translate-y-57:focus{
    --tw-translate-y: 285px;
  }

  .tw .xl\:focus\:translate-y-58:focus{
    --tw-translate-y: 290px;
  }

  .tw .xl\:focus\:translate-y-59:focus{
    --tw-translate-y: 295px;
  }

  .tw .xl\:focus\:translate-y-60:focus{
    --tw-translate-y: 300px;
  }

  .tw .xl\:focus\:translate-y-61:focus{
    --tw-translate-y: 305px;
  }

  .tw .xl\:focus\:translate-y-62:focus{
    --tw-translate-y: 310px;
  }

  .tw .xl\:focus\:translate-y-63:focus{
    --tw-translate-y: 315px;
  }

  .tw .xl\:focus\:translate-y-64:focus{
    --tw-translate-y: 320px;
  }

  .tw .xl\:focus\:translate-y-65:focus{
    --tw-translate-y: 325px;
  }

  .tw .xl\:focus\:translate-y-66:focus{
    --tw-translate-y: 330px;
  }

  .tw .xl\:focus\:translate-y-67:focus{
    --tw-translate-y: 335px;
  }

  .tw .xl\:focus\:translate-y-68:focus{
    --tw-translate-y: 340px;
  }

  .tw .xl\:focus\:translate-y-69:focus{
    --tw-translate-y: 345px;
  }

  .tw .xl\:focus\:translate-y-70:focus{
    --tw-translate-y: 350px;
  }

  .tw .xl\:focus\:translate-y-71:focus{
    --tw-translate-y: 355px;
  }

  .tw .xl\:focus\:translate-y-72:focus{
    --tw-translate-y: 360px;
  }

  .tw .xl\:focus\:translate-y-73:focus{
    --tw-translate-y: 365px;
  }

  .tw .xl\:focus\:translate-y-74:focus{
    --tw-translate-y: 370px;
  }

  .tw .xl\:focus\:translate-y-75:focus{
    --tw-translate-y: 375px;
  }

  .tw .xl\:focus\:translate-y-76:focus{
    --tw-translate-y: 380px;
  }

  .tw .xl\:focus\:translate-y-77:focus{
    --tw-translate-y: 385px;
  }

  .tw .xl\:focus\:translate-y-78:focus{
    --tw-translate-y: 390px;
  }

  .tw .xl\:focus\:translate-y-79:focus{
    --tw-translate-y: 395px;
  }

  .tw .xl\:focus\:translate-y-80:focus{
    --tw-translate-y: 400px;
  }

  .tw .xl\:focus\:translate-y-81:focus{
    --tw-translate-y: 405px;
  }

  .tw .xl\:focus\:translate-y-82:focus{
    --tw-translate-y: 410px;
  }

  .tw .xl\:focus\:translate-y-83:focus{
    --tw-translate-y: 415px;
  }

  .tw .xl\:focus\:translate-y-84:focus{
    --tw-translate-y: 420px;
  }

  .tw .xl\:focus\:translate-y-85:focus{
    --tw-translate-y: 425px;
  }

  .tw .xl\:focus\:translate-y-86:focus{
    --tw-translate-y: 430px;
  }

  .tw .xl\:focus\:translate-y-87:focus{
    --tw-translate-y: 435px;
  }

  .tw .xl\:focus\:translate-y-88:focus{
    --tw-translate-y: 440px;
  }

  .tw .xl\:focus\:translate-y-89:focus{
    --tw-translate-y: 445px;
  }

  .tw .xl\:focus\:translate-y-90:focus{
    --tw-translate-y: 450px;
  }

  .tw .xl\:focus\:translate-y-91:focus{
    --tw-translate-y: 455px;
  }

  .tw .xl\:focus\:translate-y-92:focus{
    --tw-translate-y: 460px;
  }

  .tw .xl\:focus\:translate-y-93:focus{
    --tw-translate-y: 465px;
  }

  .tw .xl\:focus\:translate-y-94:focus{
    --tw-translate-y: 470px;
  }

  .tw .xl\:focus\:translate-y-95:focus{
    --tw-translate-y: 475px;
  }

  .tw .xl\:focus\:translate-y-96:focus{
    --tw-translate-y: 480px;
  }

  .tw .xl\:focus\:translate-y-97:focus{
    --tw-translate-y: 485px;
  }

  .tw .xl\:focus\:translate-y-98:focus{
    --tw-translate-y: 490px;
  }

  .tw .xl\:focus\:translate-y-99:focus{
    --tw-translate-y: 495px;
  }

  .tw .xl\:focus\:translate-y-100:focus{
    --tw-translate-y: 500px;
  }

  .tw .xl\:focus\:translate-y-101:focus{
    --tw-translate-y: 505px;
  }

  .tw .xl\:focus\:translate-y-102:focus{
    --tw-translate-y: 510px;
  }

  .tw .xl\:focus\:translate-y-103:focus{
    --tw-translate-y: 515px;
  }

  .tw .xl\:focus\:translate-y-104:focus{
    --tw-translate-y: 520px;
  }

  .tw .xl\:focus\:translate-y-105:focus{
    --tw-translate-y: 525px;
  }

  .tw .xl\:focus\:translate-y-106:focus{
    --tw-translate-y: 530px;
  }

  .tw .xl\:focus\:translate-y-107:focus{
    --tw-translate-y: 535px;
  }

  .tw .xl\:focus\:translate-y-108:focus{
    --tw-translate-y: 540px;
  }

  .tw .xl\:focus\:translate-y-109:focus{
    --tw-translate-y: 545px;
  }

  .tw .xl\:focus\:translate-y-110:focus{
    --tw-translate-y: 550px;
  }

  .tw .xl\:focus\:translate-y-111:focus{
    --tw-translate-y: 555px;
  }

  .tw .xl\:focus\:translate-y-112:focus{
    --tw-translate-y: 560px;
  }

  .tw .xl\:focus\:translate-y-113:focus{
    --tw-translate-y: 565px;
  }

  .tw .xl\:focus\:translate-y-114:focus{
    --tw-translate-y: 570px;
  }

  .tw .xl\:focus\:translate-y-115:focus{
    --tw-translate-y: 575px;
  }

  .tw .xl\:focus\:translate-y-116:focus{
    --tw-translate-y: 580px;
  }

  .tw .xl\:focus\:translate-y-117:focus{
    --tw-translate-y: 585px;
  }

  .tw .xl\:focus\:translate-y-118:focus{
    --tw-translate-y: 590px;
  }

  .tw .xl\:focus\:translate-y-119:focus{
    --tw-translate-y: 595px;
  }

  .tw .xl\:focus\:translate-y-120:focus{
    --tw-translate-y: 600px;
  }

  .tw .xl\:focus\:translate-y-121:focus{
    --tw-translate-y: 605px;
  }

  .tw .xl\:focus\:translate-y-122:focus{
    --tw-translate-y: 610px;
  }

  .tw .xl\:focus\:translate-y-123:focus{
    --tw-translate-y: 615px;
  }

  .tw .xl\:focus\:translate-y-124:focus{
    --tw-translate-y: 620px;
  }

  .tw .xl\:focus\:translate-y-125:focus{
    --tw-translate-y: 625px;
  }

  .tw .xl\:focus\:translate-y-126:focus{
    --tw-translate-y: 630px;
  }

  .tw .xl\:focus\:translate-y-127:focus{
    --tw-translate-y: 635px;
  }

  .tw .xl\:focus\:translate-y-128:focus{
    --tw-translate-y: 640px;
  }

  .tw .xl\:focus\:translate-y-129:focus{
    --tw-translate-y: 645px;
  }

  .tw .xl\:focus\:translate-y-130:focus{
    --tw-translate-y: 650px;
  }

  .tw .xl\:focus\:translate-y-131:focus{
    --tw-translate-y: 655px;
  }

  .tw .xl\:focus\:translate-y-132:focus{
    --tw-translate-y: 660px;
  }

  .tw .xl\:focus\:translate-y-133:focus{
    --tw-translate-y: 665px;
  }

  .tw .xl\:focus\:translate-y-134:focus{
    --tw-translate-y: 670px;
  }

  .tw .xl\:focus\:translate-y-135:focus{
    --tw-translate-y: 675px;
  }

  .tw .xl\:focus\:translate-y-136:focus{
    --tw-translate-y: 680px;
  }

  .tw .xl\:focus\:translate-y-137:focus{
    --tw-translate-y: 685px;
  }

  .tw .xl\:focus\:translate-y-138:focus{
    --tw-translate-y: 690px;
  }

  .tw .xl\:focus\:translate-y-139:focus{
    --tw-translate-y: 695px;
  }

  .tw .xl\:focus\:translate-y-140:focus{
    --tw-translate-y: 700px;
  }

  .tw .xl\:focus\:translate-y-141:focus{
    --tw-translate-y: 705px;
  }

  .tw .xl\:focus\:translate-y-142:focus{
    --tw-translate-y: 710px;
  }

  .tw .xl\:focus\:translate-y-143:focus{
    --tw-translate-y: 715px;
  }

  .tw .xl\:focus\:translate-y-144:focus{
    --tw-translate-y: 720px;
  }

  .tw .xl\:focus\:translate-y-145:focus{
    --tw-translate-y: 725px;
  }

  .tw .xl\:focus\:translate-y-146:focus{
    --tw-translate-y: 730px;
  }

  .tw .xl\:focus\:translate-y-147:focus{
    --tw-translate-y: 735px;
  }

  .tw .xl\:focus\:translate-y-148:focus{
    --tw-translate-y: 740px;
  }

  .tw .xl\:focus\:translate-y-149:focus{
    --tw-translate-y: 745px;
  }

  .tw .xl\:focus\:translate-y-0\.5:focus{
    --tw-translate-y: 3px;
  }

  .tw .xl\:focus\:translate-y-1px:focus{
    --tw-translate-y: 1px;
  }

  .tw .xl\:focus\:translate-y-2px:focus{
    --tw-translate-y: 2px;
  }

  .tw .xl\:focus\:translate-y-3px:focus{
    --tw-translate-y: 3px;
  }

  .tw .xl\:focus\:translate-y-4px:focus{
    --tw-translate-y: 4px;
  }

  .tw .xl\:focus\:translate-y-5px:focus{
    --tw-translate-y: 5px;
  }

  .tw .xl\:focus\:translate-y-6px:focus{
    --tw-translate-y: 6px;
  }

  .tw .xl\:focus\:translate-y-7px:focus{
    --tw-translate-y: 7px;
  }

  .tw .xl\:focus\:translate-y-8px:focus{
    --tw-translate-y: 8px;
  }

  .tw .xl\:focus\:translate-y-9px:focus{
    --tw-translate-y: 9px;
  }

  .tw .xl\:focus\:translate-y-10px:focus{
    --tw-translate-y: 10px;
  }

  .tw .xl\:focus\:translate-y-11px:focus{
    --tw-translate-y: 11px;
  }

  .tw .xl\:focus\:translate-y-12px:focus{
    --tw-translate-y: 12px;
  }

  .tw .xl\:focus\:translate-y-13px:focus{
    --tw-translate-y: 13px;
  }

  .tw .xl\:focus\:translate-y-14px:focus{
    --tw-translate-y: 14px;
  }

  .tw .xl\:focus\:translate-y-15px:focus{
    --tw-translate-y: 15px;
  }

  .tw .xl\:focus\:translate-y-16px:focus{
    --tw-translate-y: 16px;
  }

  .tw .xl\:focus\:translate-y-17px:focus{
    --tw-translate-y: 17px;
  }

  .tw .xl\:focus\:translate-y-18px:focus{
    --tw-translate-y: 18px;
  }

  .tw .xl\:focus\:translate-y-19px:focus{
    --tw-translate-y: 19px;
  }

  .tw .xl\:focus\:translate-y-20px:focus{
    --tw-translate-y: 20px;
  }

  .tw .xl\:focus\:translate-y-21px:focus{
    --tw-translate-y: 21px;
  }

  .tw .xl\:focus\:translate-y-22px:focus{
    --tw-translate-y: 22px;
  }

  .tw .xl\:focus\:translate-y-23px:focus{
    --tw-translate-y: 23px;
  }

  .tw .xl\:focus\:translate-y-24px:focus{
    --tw-translate-y: 24px;
  }

  .tw .xl\:focus\:translate-y-25px:focus{
    --tw-translate-y: 25px;
  }

  .tw .xl\:focus\:translate-y-26px:focus{
    --tw-translate-y: 26px;
  }

  .tw .xl\:focus\:translate-y-27px:focus{
    --tw-translate-y: 27px;
  }

  .tw .xl\:focus\:translate-y-28px:focus{
    --tw-translate-y: 28px;
  }

  .tw .xl\:focus\:translate-y-29px:focus{
    --tw-translate-y: 29px;
  }

  .tw .xl\:focus\:translate-y-30px:focus{
    --tw-translate-y: 30px;
  }

  .tw .xl\:focus\:translate-y-31px:focus{
    --tw-translate-y: 31px;
  }

  .tw .xl\:focus\:translate-y-32px:focus{
    --tw-translate-y: 32px;
  }

  .tw .xl\:focus\:translate-y-33px:focus{
    --tw-translate-y: 33px;
  }

  .tw .xl\:focus\:translate-y-34px:focus{
    --tw-translate-y: 34px;
  }

  .tw .xl\:focus\:translate-y-35px:focus{
    --tw-translate-y: 35px;
  }

  .tw .xl\:focus\:translate-y-36px:focus{
    --tw-translate-y: 36px;
  }

  .tw .xl\:focus\:translate-y-37px:focus{
    --tw-translate-y: 37px;
  }

  .tw .xl\:focus\:translate-y-38px:focus{
    --tw-translate-y: 38px;
  }

  .tw .xl\:focus\:translate-y-39px:focus{
    --tw-translate-y: 39px;
  }

  .tw .xl\:focus\:translate-y-40px:focus{
    --tw-translate-y: 40px;
  }

  .tw .xl\:focus\:-translate-y-0:focus{
    --tw-translate-y: 0px;
  }

  .tw .xl\:focus\:-translate-y-1:focus{
    --tw-translate-y: -5px;
  }

  .tw .xl\:focus\:-translate-y-2:focus{
    --tw-translate-y: -10px;
  }

  .tw .xl\:focus\:-translate-y-3:focus{
    --tw-translate-y: -15px;
  }

  .tw .xl\:focus\:-translate-y-4:focus{
    --tw-translate-y: -20px;
  }

  .tw .xl\:focus\:-translate-y-5:focus{
    --tw-translate-y: -25px;
  }

  .tw .xl\:focus\:-translate-y-6:focus{
    --tw-translate-y: -30px;
  }

  .tw .xl\:focus\:-translate-y-7:focus{
    --tw-translate-y: -35px;
  }

  .tw .xl\:focus\:-translate-y-8:focus{
    --tw-translate-y: -40px;
  }

  .tw .xl\:focus\:-translate-y-9:focus{
    --tw-translate-y: -45px;
  }

  .tw .xl\:focus\:-translate-y-10:focus{
    --tw-translate-y: -50px;
  }

  .tw .xl\:focus\:-translate-y-11:focus{
    --tw-translate-y: -55px;
  }

  .tw .xl\:focus\:-translate-y-12:focus{
    --tw-translate-y: -60px;
  }

  .tw .xl\:focus\:-translate-y-13:focus{
    --tw-translate-y: -65px;
  }

  .tw .xl\:focus\:-translate-y-14:focus{
    --tw-translate-y: -70px;
  }

  .tw .xl\:focus\:-translate-y-15:focus{
    --tw-translate-y: -75px;
  }

  .tw .xl\:focus\:-translate-y-16:focus{
    --tw-translate-y: -80px;
  }

  .tw .xl\:focus\:-translate-y-17:focus{
    --tw-translate-y: -85px;
  }

  .tw .xl\:focus\:-translate-y-18:focus{
    --tw-translate-y: -90px;
  }

  .tw .xl\:focus\:-translate-y-19:focus{
    --tw-translate-y: -95px;
  }

  .tw .xl\:focus\:-translate-y-20:focus{
    --tw-translate-y: -100px;
  }

  .tw .xl\:focus\:-translate-y-21:focus{
    --tw-translate-y: -105px;
  }

  .tw .xl\:focus\:-translate-y-22:focus{
    --tw-translate-y: -110px;
  }

  .tw .xl\:focus\:-translate-y-23:focus{
    --tw-translate-y: -115px;
  }

  .tw .xl\:focus\:-translate-y-24:focus{
    --tw-translate-y: -120px;
  }

  .tw .xl\:focus\:-translate-y-25:focus{
    --tw-translate-y: -125px;
  }

  .tw .xl\:focus\:-translate-y-26:focus{
    --tw-translate-y: -130px;
  }

  .tw .xl\:focus\:-translate-y-27:focus{
    --tw-translate-y: -135px;
  }

  .tw .xl\:focus\:-translate-y-28:focus{
    --tw-translate-y: -140px;
  }

  .tw .xl\:focus\:-translate-y-29:focus{
    --tw-translate-y: -145px;
  }

  .tw .xl\:focus\:-translate-y-30:focus{
    --tw-translate-y: -150px;
  }

  .tw .xl\:focus\:-translate-y-31:focus{
    --tw-translate-y: -155px;
  }

  .tw .xl\:focus\:-translate-y-32:focus{
    --tw-translate-y: -160px;
  }

  .tw .xl\:focus\:-translate-y-33:focus{
    --tw-translate-y: -165px;
  }

  .tw .xl\:focus\:-translate-y-34:focus{
    --tw-translate-y: -170px;
  }

  .tw .xl\:focus\:-translate-y-35:focus{
    --tw-translate-y: -175px;
  }

  .tw .xl\:focus\:-translate-y-36:focus{
    --tw-translate-y: -180px;
  }

  .tw .xl\:focus\:-translate-y-37:focus{
    --tw-translate-y: -185px;
  }

  .tw .xl\:focus\:-translate-y-38:focus{
    --tw-translate-y: -190px;
  }

  .tw .xl\:focus\:-translate-y-39:focus{
    --tw-translate-y: -195px;
  }

  .tw .xl\:focus\:-translate-y-40:focus{
    --tw-translate-y: -200px;
  }

  .tw .xl\:focus\:-translate-y-41:focus{
    --tw-translate-y: -205px;
  }

  .tw .xl\:focus\:-translate-y-42:focus{
    --tw-translate-y: -210px;
  }

  .tw .xl\:focus\:-translate-y-43:focus{
    --tw-translate-y: -215px;
  }

  .tw .xl\:focus\:-translate-y-44:focus{
    --tw-translate-y: -220px;
  }

  .tw .xl\:focus\:-translate-y-45:focus{
    --tw-translate-y: -225px;
  }

  .tw .xl\:focus\:-translate-y-46:focus{
    --tw-translate-y: -230px;
  }

  .tw .xl\:focus\:-translate-y-47:focus{
    --tw-translate-y: -235px;
  }

  .tw .xl\:focus\:-translate-y-48:focus{
    --tw-translate-y: -240px;
  }

  .tw .xl\:focus\:-translate-y-49:focus{
    --tw-translate-y: -245px;
  }

  .tw .xl\:focus\:-translate-y-50:focus{
    --tw-translate-y: -250px;
  }

  .tw .xl\:focus\:-translate-y-51:focus{
    --tw-translate-y: -255px;
  }

  .tw .xl\:focus\:-translate-y-52:focus{
    --tw-translate-y: -260px;
  }

  .tw .xl\:focus\:-translate-y-53:focus{
    --tw-translate-y: -265px;
  }

  .tw .xl\:focus\:-translate-y-54:focus{
    --tw-translate-y: -270px;
  }

  .tw .xl\:focus\:-translate-y-55:focus{
    --tw-translate-y: -275px;
  }

  .tw .xl\:focus\:-translate-y-56:focus{
    --tw-translate-y: -280px;
  }

  .tw .xl\:focus\:-translate-y-57:focus{
    --tw-translate-y: -285px;
  }

  .tw .xl\:focus\:-translate-y-58:focus{
    --tw-translate-y: -290px;
  }

  .tw .xl\:focus\:-translate-y-59:focus{
    --tw-translate-y: -295px;
  }

  .tw .xl\:focus\:-translate-y-60:focus{
    --tw-translate-y: -300px;
  }

  .tw .xl\:focus\:-translate-y-61:focus{
    --tw-translate-y: -305px;
  }

  .tw .xl\:focus\:-translate-y-62:focus{
    --tw-translate-y: -310px;
  }

  .tw .xl\:focus\:-translate-y-63:focus{
    --tw-translate-y: -315px;
  }

  .tw .xl\:focus\:-translate-y-64:focus{
    --tw-translate-y: -320px;
  }

  .tw .xl\:focus\:-translate-y-65:focus{
    --tw-translate-y: -325px;
  }

  .tw .xl\:focus\:-translate-y-66:focus{
    --tw-translate-y: -330px;
  }

  .tw .xl\:focus\:-translate-y-67:focus{
    --tw-translate-y: -335px;
  }

  .tw .xl\:focus\:-translate-y-68:focus{
    --tw-translate-y: -340px;
  }

  .tw .xl\:focus\:-translate-y-69:focus{
    --tw-translate-y: -345px;
  }

  .tw .xl\:focus\:-translate-y-70:focus{
    --tw-translate-y: -350px;
  }

  .tw .xl\:focus\:-translate-y-71:focus{
    --tw-translate-y: -355px;
  }

  .tw .xl\:focus\:-translate-y-72:focus{
    --tw-translate-y: -360px;
  }

  .tw .xl\:focus\:-translate-y-73:focus{
    --tw-translate-y: -365px;
  }

  .tw .xl\:focus\:-translate-y-74:focus{
    --tw-translate-y: -370px;
  }

  .tw .xl\:focus\:-translate-y-75:focus{
    --tw-translate-y: -375px;
  }

  .tw .xl\:focus\:-translate-y-76:focus{
    --tw-translate-y: -380px;
  }

  .tw .xl\:focus\:-translate-y-77:focus{
    --tw-translate-y: -385px;
  }

  .tw .xl\:focus\:-translate-y-78:focus{
    --tw-translate-y: -390px;
  }

  .tw .xl\:focus\:-translate-y-79:focus{
    --tw-translate-y: -395px;
  }

  .tw .xl\:focus\:-translate-y-80:focus{
    --tw-translate-y: -400px;
  }

  .tw .xl\:focus\:-translate-y-81:focus{
    --tw-translate-y: -405px;
  }

  .tw .xl\:focus\:-translate-y-82:focus{
    --tw-translate-y: -410px;
  }

  .tw .xl\:focus\:-translate-y-83:focus{
    --tw-translate-y: -415px;
  }

  .tw .xl\:focus\:-translate-y-84:focus{
    --tw-translate-y: -420px;
  }

  .tw .xl\:focus\:-translate-y-85:focus{
    --tw-translate-y: -425px;
  }

  .tw .xl\:focus\:-translate-y-86:focus{
    --tw-translate-y: -430px;
  }

  .tw .xl\:focus\:-translate-y-87:focus{
    --tw-translate-y: -435px;
  }

  .tw .xl\:focus\:-translate-y-88:focus{
    --tw-translate-y: -440px;
  }

  .tw .xl\:focus\:-translate-y-89:focus{
    --tw-translate-y: -445px;
  }

  .tw .xl\:focus\:-translate-y-90:focus{
    --tw-translate-y: -450px;
  }

  .tw .xl\:focus\:-translate-y-91:focus{
    --tw-translate-y: -455px;
  }

  .tw .xl\:focus\:-translate-y-92:focus{
    --tw-translate-y: -460px;
  }

  .tw .xl\:focus\:-translate-y-93:focus{
    --tw-translate-y: -465px;
  }

  .tw .xl\:focus\:-translate-y-94:focus{
    --tw-translate-y: -470px;
  }

  .tw .xl\:focus\:-translate-y-95:focus{
    --tw-translate-y: -475px;
  }

  .tw .xl\:focus\:-translate-y-96:focus{
    --tw-translate-y: -480px;
  }

  .tw .xl\:focus\:-translate-y-97:focus{
    --tw-translate-y: -485px;
  }

  .tw .xl\:focus\:-translate-y-98:focus{
    --tw-translate-y: -490px;
  }

  .tw .xl\:focus\:-translate-y-99:focus{
    --tw-translate-y: -495px;
  }

  .tw .xl\:focus\:-translate-y-100:focus{
    --tw-translate-y: -500px;
  }

  .tw .xl\:focus\:-translate-y-101:focus{
    --tw-translate-y: -505px;
  }

  .tw .xl\:focus\:-translate-y-102:focus{
    --tw-translate-y: -510px;
  }

  .tw .xl\:focus\:-translate-y-103:focus{
    --tw-translate-y: -515px;
  }

  .tw .xl\:focus\:-translate-y-104:focus{
    --tw-translate-y: -520px;
  }

  .tw .xl\:focus\:-translate-y-105:focus{
    --tw-translate-y: -525px;
  }

  .tw .xl\:focus\:-translate-y-106:focus{
    --tw-translate-y: -530px;
  }

  .tw .xl\:focus\:-translate-y-107:focus{
    --tw-translate-y: -535px;
  }

  .tw .xl\:focus\:-translate-y-108:focus{
    --tw-translate-y: -540px;
  }

  .tw .xl\:focus\:-translate-y-109:focus{
    --tw-translate-y: -545px;
  }

  .tw .xl\:focus\:-translate-y-110:focus{
    --tw-translate-y: -550px;
  }

  .tw .xl\:focus\:-translate-y-111:focus{
    --tw-translate-y: -555px;
  }

  .tw .xl\:focus\:-translate-y-112:focus{
    --tw-translate-y: -560px;
  }

  .tw .xl\:focus\:-translate-y-113:focus{
    --tw-translate-y: -565px;
  }

  .tw .xl\:focus\:-translate-y-114:focus{
    --tw-translate-y: -570px;
  }

  .tw .xl\:focus\:-translate-y-115:focus{
    --tw-translate-y: -575px;
  }

  .tw .xl\:focus\:-translate-y-116:focus{
    --tw-translate-y: -580px;
  }

  .tw .xl\:focus\:-translate-y-117:focus{
    --tw-translate-y: -585px;
  }

  .tw .xl\:focus\:-translate-y-118:focus{
    --tw-translate-y: -590px;
  }

  .tw .xl\:focus\:-translate-y-119:focus{
    --tw-translate-y: -595px;
  }

  .tw .xl\:focus\:-translate-y-120:focus{
    --tw-translate-y: -600px;
  }

  .tw .xl\:focus\:-translate-y-121:focus{
    --tw-translate-y: -605px;
  }

  .tw .xl\:focus\:-translate-y-122:focus{
    --tw-translate-y: -610px;
  }

  .tw .xl\:focus\:-translate-y-123:focus{
    --tw-translate-y: -615px;
  }

  .tw .xl\:focus\:-translate-y-124:focus{
    --tw-translate-y: -620px;
  }

  .tw .xl\:focus\:-translate-y-125:focus{
    --tw-translate-y: -625px;
  }

  .tw .xl\:focus\:-translate-y-126:focus{
    --tw-translate-y: -630px;
  }

  .tw .xl\:focus\:-translate-y-127:focus{
    --tw-translate-y: -635px;
  }

  .tw .xl\:focus\:-translate-y-128:focus{
    --tw-translate-y: -640px;
  }

  .tw .xl\:focus\:-translate-y-129:focus{
    --tw-translate-y: -645px;
  }

  .tw .xl\:focus\:-translate-y-130:focus{
    --tw-translate-y: -650px;
  }

  .tw .xl\:focus\:-translate-y-131:focus{
    --tw-translate-y: -655px;
  }

  .tw .xl\:focus\:-translate-y-132:focus{
    --tw-translate-y: -660px;
  }

  .tw .xl\:focus\:-translate-y-133:focus{
    --tw-translate-y: -665px;
  }

  .tw .xl\:focus\:-translate-y-134:focus{
    --tw-translate-y: -670px;
  }

  .tw .xl\:focus\:-translate-y-135:focus{
    --tw-translate-y: -675px;
  }

  .tw .xl\:focus\:-translate-y-136:focus{
    --tw-translate-y: -680px;
  }

  .tw .xl\:focus\:-translate-y-137:focus{
    --tw-translate-y: -685px;
  }

  .tw .xl\:focus\:-translate-y-138:focus{
    --tw-translate-y: -690px;
  }

  .tw .xl\:focus\:-translate-y-139:focus{
    --tw-translate-y: -695px;
  }

  .tw .xl\:focus\:-translate-y-140:focus{
    --tw-translate-y: -700px;
  }

  .tw .xl\:focus\:-translate-y-141:focus{
    --tw-translate-y: -705px;
  }

  .tw .xl\:focus\:-translate-y-142:focus{
    --tw-translate-y: -710px;
  }

  .tw .xl\:focus\:-translate-y-143:focus{
    --tw-translate-y: -715px;
  }

  .tw .xl\:focus\:-translate-y-144:focus{
    --tw-translate-y: -720px;
  }

  .tw .xl\:focus\:-translate-y-145:focus{
    --tw-translate-y: -725px;
  }

  .tw .xl\:focus\:-translate-y-146:focus{
    --tw-translate-y: -730px;
  }

  .tw .xl\:focus\:-translate-y-147:focus{
    --tw-translate-y: -735px;
  }

  .tw .xl\:focus\:-translate-y-148:focus{
    --tw-translate-y: -740px;
  }

  .tw .xl\:focus\:-translate-y-149:focus{
    --tw-translate-y: -745px;
  }

  .tw .xl\:focus\:-translate-y-0\.5:focus{
    --tw-translate-y: -3px;
  }

  .tw .xl\:focus\:-translate-y-1px:focus{
    --tw-translate-y: -1px;
  }

  .tw .xl\:focus\:-translate-y-2px:focus{
    --tw-translate-y: -2px;
  }

  .tw .xl\:focus\:-translate-y-3px:focus{
    --tw-translate-y: -3px;
  }

  .tw .xl\:focus\:-translate-y-4px:focus{
    --tw-translate-y: -4px;
  }

  .tw .xl\:focus\:-translate-y-5px:focus{
    --tw-translate-y: -5px;
  }

  .tw .xl\:focus\:-translate-y-6px:focus{
    --tw-translate-y: -6px;
  }

  .tw .xl\:focus\:-translate-y-7px:focus{
    --tw-translate-y: -7px;
  }

  .tw .xl\:focus\:-translate-y-8px:focus{
    --tw-translate-y: -8px;
  }

  .tw .xl\:focus\:-translate-y-9px:focus{
    --tw-translate-y: -9px;
  }

  .tw .xl\:focus\:-translate-y-10px:focus{
    --tw-translate-y: -10px;
  }

  .tw .xl\:focus\:-translate-y-11px:focus{
    --tw-translate-y: -11px;
  }

  .tw .xl\:focus\:-translate-y-12px:focus{
    --tw-translate-y: -12px;
  }

  .tw .xl\:focus\:-translate-y-13px:focus{
    --tw-translate-y: -13px;
  }

  .tw .xl\:focus\:-translate-y-14px:focus{
    --tw-translate-y: -14px;
  }

  .tw .xl\:focus\:-translate-y-15px:focus{
    --tw-translate-y: -15px;
  }

  .tw .xl\:focus\:-translate-y-16px:focus{
    --tw-translate-y: -16px;
  }

  .tw .xl\:focus\:-translate-y-17px:focus{
    --tw-translate-y: -17px;
  }

  .tw .xl\:focus\:-translate-y-18px:focus{
    --tw-translate-y: -18px;
  }

  .tw .xl\:focus\:-translate-y-19px:focus{
    --tw-translate-y: -19px;
  }

  .tw .xl\:focus\:-translate-y-20px:focus{
    --tw-translate-y: -20px;
  }

  .tw .xl\:focus\:-translate-y-21px:focus{
    --tw-translate-y: -21px;
  }

  .tw .xl\:focus\:-translate-y-22px:focus{
    --tw-translate-y: -22px;
  }

  .tw .xl\:focus\:-translate-y-23px:focus{
    --tw-translate-y: -23px;
  }

  .tw .xl\:focus\:-translate-y-24px:focus{
    --tw-translate-y: -24px;
  }

  .tw .xl\:focus\:-translate-y-25px:focus{
    --tw-translate-y: -25px;
  }

  .tw .xl\:focus\:-translate-y-26px:focus{
    --tw-translate-y: -26px;
  }

  .tw .xl\:focus\:-translate-y-27px:focus{
    --tw-translate-y: -27px;
  }

  .tw .xl\:focus\:-translate-y-28px:focus{
    --tw-translate-y: -28px;
  }

  .tw .xl\:focus\:-translate-y-29px:focus{
    --tw-translate-y: -29px;
  }

  .tw .xl\:focus\:-translate-y-30px:focus{
    --tw-translate-y: -30px;
  }

  .tw .xl\:focus\:-translate-y-31px:focus{
    --tw-translate-y: -31px;
  }

  .tw .xl\:focus\:-translate-y-32px:focus{
    --tw-translate-y: -32px;
  }

  .tw .xl\:focus\:-translate-y-33px:focus{
    --tw-translate-y: -33px;
  }

  .tw .xl\:focus\:-translate-y-34px:focus{
    --tw-translate-y: -34px;
  }

  .tw .xl\:focus\:-translate-y-35px:focus{
    --tw-translate-y: -35px;
  }

  .tw .xl\:focus\:-translate-y-36px:focus{
    --tw-translate-y: -36px;
  }

  .tw .xl\:focus\:-translate-y-37px:focus{
    --tw-translate-y: -37px;
  }

  .tw .xl\:focus\:-translate-y-38px:focus{
    --tw-translate-y: -38px;
  }

  .tw .xl\:focus\:-translate-y-39px:focus{
    --tw-translate-y: -39px;
  }

  .tw .xl\:focus\:-translate-y-40px:focus{
    --tw-translate-y: -40px;
  }

  .tw .xl\:focus\:translate-y-1\/2:focus{
    --tw-translate-y: 50%;
  }

  .tw .xl\:focus\:translate-y-1\/3:focus{
    --tw-translate-y: 33.333333%;
  }

  .tw .xl\:focus\:translate-y-2\/3:focus{
    --tw-translate-y: 66.666667%;
  }

  .tw .xl\:focus\:translate-y-1\/4:focus{
    --tw-translate-y: 25%;
  }

  .tw .xl\:focus\:translate-y-2\/4:focus{
    --tw-translate-y: 50%;
  }

  .tw .xl\:focus\:translate-y-3\/4:focus{
    --tw-translate-y: 75%;
  }

  .tw .xl\:focus\:translate-y-full:focus{
    --tw-translate-y: 100%;
  }

  .tw .xl\:focus\:-translate-y-1\/2:focus{
    --tw-translate-y: -50%;
  }

  .tw .xl\:focus\:-translate-y-1\/3:focus{
    --tw-translate-y: -33.333333%;
  }

  .tw .xl\:focus\:-translate-y-2\/3:focus{
    --tw-translate-y: -66.666667%;
  }

  .tw .xl\:focus\:-translate-y-1\/4:focus{
    --tw-translate-y: -25%;
  }

  .tw .xl\:focus\:-translate-y-2\/4:focus{
    --tw-translate-y: -50%;
  }

  .tw .xl\:focus\:-translate-y-3\/4:focus{
    --tw-translate-y: -75%;
  }

  .tw .xl\:focus\:-translate-y-full:focus{
    --tw-translate-y: -100%;
  }

  .tw .xl\:rotate-0{
    --tw-rotate: 0deg;
  }

  .tw .xl\:rotate-1{
    --tw-rotate: 1deg;
  }

  .tw .xl\:rotate-2{
    --tw-rotate: 2deg;
  }

  .tw .xl\:rotate-3{
    --tw-rotate: 3deg;
  }

  .tw .xl\:rotate-6{
    --tw-rotate: 6deg;
  }

  .tw .xl\:rotate-12{
    --tw-rotate: 12deg;
  }

  .tw .xl\:rotate-45{
    --tw-rotate: 45deg;
  }

  .tw .xl\:rotate-90{
    --tw-rotate: 90deg;
  }

  .tw .xl\:rotate-180{
    --tw-rotate: 180deg;
  }

  .tw .xl\:-rotate-180{
    --tw-rotate: -180deg;
  }

  .tw .xl\:-rotate-90{
    --tw-rotate: -90deg;
  }

  .tw .xl\:-rotate-45{
    --tw-rotate: -45deg;
  }

  .tw .xl\:-rotate-12{
    --tw-rotate: -12deg;
  }

  .tw .xl\:-rotate-6{
    --tw-rotate: -6deg;
  }

  .tw .xl\:-rotate-3{
    --tw-rotate: -3deg;
  }

  .tw .xl\:-rotate-2{
    --tw-rotate: -2deg;
  }

  .tw .xl\:-rotate-1{
    --tw-rotate: -1deg;
  }

  .tw .xl\:hover\:rotate-0:hover{
    --tw-rotate: 0deg;
  }

  .tw .xl\:hover\:rotate-1:hover{
    --tw-rotate: 1deg;
  }

  .tw .xl\:hover\:rotate-2:hover{
    --tw-rotate: 2deg;
  }

  .tw .xl\:hover\:rotate-3:hover{
    --tw-rotate: 3deg;
  }

  .tw .xl\:hover\:rotate-6:hover{
    --tw-rotate: 6deg;
  }

  .tw .xl\:hover\:rotate-12:hover{
    --tw-rotate: 12deg;
  }

  .tw .xl\:hover\:rotate-45:hover{
    --tw-rotate: 45deg;
  }

  .tw .xl\:hover\:rotate-90:hover{
    --tw-rotate: 90deg;
  }

  .tw .xl\:hover\:rotate-180:hover{
    --tw-rotate: 180deg;
  }

  .tw .xl\:hover\:-rotate-180:hover{
    --tw-rotate: -180deg;
  }

  .tw .xl\:hover\:-rotate-90:hover{
    --tw-rotate: -90deg;
  }

  .tw .xl\:hover\:-rotate-45:hover{
    --tw-rotate: -45deg;
  }

  .tw .xl\:hover\:-rotate-12:hover{
    --tw-rotate: -12deg;
  }

  .tw .xl\:hover\:-rotate-6:hover{
    --tw-rotate: -6deg;
  }

  .tw .xl\:hover\:-rotate-3:hover{
    --tw-rotate: -3deg;
  }

  .tw .xl\:hover\:-rotate-2:hover{
    --tw-rotate: -2deg;
  }

  .tw .xl\:hover\:-rotate-1:hover{
    --tw-rotate: -1deg;
  }

  .tw .xl\:focus\:rotate-0:focus{
    --tw-rotate: 0deg;
  }

  .tw .xl\:focus\:rotate-1:focus{
    --tw-rotate: 1deg;
  }

  .tw .xl\:focus\:rotate-2:focus{
    --tw-rotate: 2deg;
  }

  .tw .xl\:focus\:rotate-3:focus{
    --tw-rotate: 3deg;
  }

  .tw .xl\:focus\:rotate-6:focus{
    --tw-rotate: 6deg;
  }

  .tw .xl\:focus\:rotate-12:focus{
    --tw-rotate: 12deg;
  }

  .tw .xl\:focus\:rotate-45:focus{
    --tw-rotate: 45deg;
  }

  .tw .xl\:focus\:rotate-90:focus{
    --tw-rotate: 90deg;
  }

  .tw .xl\:focus\:rotate-180:focus{
    --tw-rotate: 180deg;
  }

  .tw .xl\:focus\:-rotate-180:focus{
    --tw-rotate: -180deg;
  }

  .tw .xl\:focus\:-rotate-90:focus{
    --tw-rotate: -90deg;
  }

  .tw .xl\:focus\:-rotate-45:focus{
    --tw-rotate: -45deg;
  }

  .tw .xl\:focus\:-rotate-12:focus{
    --tw-rotate: -12deg;
  }

  .tw .xl\:focus\:-rotate-6:focus{
    --tw-rotate: -6deg;
  }

  .tw .xl\:focus\:-rotate-3:focus{
    --tw-rotate: -3deg;
  }

  .tw .xl\:focus\:-rotate-2:focus{
    --tw-rotate: -2deg;
  }

  .tw .xl\:focus\:-rotate-1:focus{
    --tw-rotate: -1deg;
  }

  .tw .xl\:skew-x-0{
    --tw-skew-x: 0deg;
  }

  .tw .xl\:skew-x-1{
    --tw-skew-x: 1deg;
  }

  .tw .xl\:skew-x-2{
    --tw-skew-x: 2deg;
  }

  .tw .xl\:skew-x-3{
    --tw-skew-x: 3deg;
  }

  .tw .xl\:skew-x-6{
    --tw-skew-x: 6deg;
  }

  .tw .xl\:skew-x-12{
    --tw-skew-x: 12deg;
  }

  .tw .xl\:-skew-x-12{
    --tw-skew-x: -12deg;
  }

  .tw .xl\:-skew-x-6{
    --tw-skew-x: -6deg;
  }

  .tw .xl\:-skew-x-3{
    --tw-skew-x: -3deg;
  }

  .tw .xl\:-skew-x-2{
    --tw-skew-x: -2deg;
  }

  .tw .xl\:-skew-x-1{
    --tw-skew-x: -1deg;
  }

  .tw .xl\:skew-y-0{
    --tw-skew-y: 0deg;
  }

  .tw .xl\:skew-y-1{
    --tw-skew-y: 1deg;
  }

  .tw .xl\:skew-y-2{
    --tw-skew-y: 2deg;
  }

  .tw .xl\:skew-y-3{
    --tw-skew-y: 3deg;
  }

  .tw .xl\:skew-y-6{
    --tw-skew-y: 6deg;
  }

  .tw .xl\:skew-y-12{
    --tw-skew-y: 12deg;
  }

  .tw .xl\:-skew-y-12{
    --tw-skew-y: -12deg;
  }

  .tw .xl\:-skew-y-6{
    --tw-skew-y: -6deg;
  }

  .tw .xl\:-skew-y-3{
    --tw-skew-y: -3deg;
  }

  .tw .xl\:-skew-y-2{
    --tw-skew-y: -2deg;
  }

  .tw .xl\:-skew-y-1{
    --tw-skew-y: -1deg;
  }

  .tw .xl\:hover\:skew-x-0:hover{
    --tw-skew-x: 0deg;
  }

  .tw .xl\:hover\:skew-x-1:hover{
    --tw-skew-x: 1deg;
  }

  .tw .xl\:hover\:skew-x-2:hover{
    --tw-skew-x: 2deg;
  }

  .tw .xl\:hover\:skew-x-3:hover{
    --tw-skew-x: 3deg;
  }

  .tw .xl\:hover\:skew-x-6:hover{
    --tw-skew-x: 6deg;
  }

  .tw .xl\:hover\:skew-x-12:hover{
    --tw-skew-x: 12deg;
  }

  .tw .xl\:hover\:-skew-x-12:hover{
    --tw-skew-x: -12deg;
  }

  .tw .xl\:hover\:-skew-x-6:hover{
    --tw-skew-x: -6deg;
  }

  .tw .xl\:hover\:-skew-x-3:hover{
    --tw-skew-x: -3deg;
  }

  .tw .xl\:hover\:-skew-x-2:hover{
    --tw-skew-x: -2deg;
  }

  .tw .xl\:hover\:-skew-x-1:hover{
    --tw-skew-x: -1deg;
  }

  .tw .xl\:hover\:skew-y-0:hover{
    --tw-skew-y: 0deg;
  }

  .tw .xl\:hover\:skew-y-1:hover{
    --tw-skew-y: 1deg;
  }

  .tw .xl\:hover\:skew-y-2:hover{
    --tw-skew-y: 2deg;
  }

  .tw .xl\:hover\:skew-y-3:hover{
    --tw-skew-y: 3deg;
  }

  .tw .xl\:hover\:skew-y-6:hover{
    --tw-skew-y: 6deg;
  }

  .tw .xl\:hover\:skew-y-12:hover{
    --tw-skew-y: 12deg;
  }

  .tw .xl\:hover\:-skew-y-12:hover{
    --tw-skew-y: -12deg;
  }

  .tw .xl\:hover\:-skew-y-6:hover{
    --tw-skew-y: -6deg;
  }

  .tw .xl\:hover\:-skew-y-3:hover{
    --tw-skew-y: -3deg;
  }

  .tw .xl\:hover\:-skew-y-2:hover{
    --tw-skew-y: -2deg;
  }

  .tw .xl\:hover\:-skew-y-1:hover{
    --tw-skew-y: -1deg;
  }

  .tw .xl\:focus\:skew-x-0:focus{
    --tw-skew-x: 0deg;
  }

  .tw .xl\:focus\:skew-x-1:focus{
    --tw-skew-x: 1deg;
  }

  .tw .xl\:focus\:skew-x-2:focus{
    --tw-skew-x: 2deg;
  }

  .tw .xl\:focus\:skew-x-3:focus{
    --tw-skew-x: 3deg;
  }

  .tw .xl\:focus\:skew-x-6:focus{
    --tw-skew-x: 6deg;
  }

  .tw .xl\:focus\:skew-x-12:focus{
    --tw-skew-x: 12deg;
  }

  .tw .xl\:focus\:-skew-x-12:focus{
    --tw-skew-x: -12deg;
  }

  .tw .xl\:focus\:-skew-x-6:focus{
    --tw-skew-x: -6deg;
  }

  .tw .xl\:focus\:-skew-x-3:focus{
    --tw-skew-x: -3deg;
  }

  .tw .xl\:focus\:-skew-x-2:focus{
    --tw-skew-x: -2deg;
  }

  .tw .xl\:focus\:-skew-x-1:focus{
    --tw-skew-x: -1deg;
  }

  .tw .xl\:focus\:skew-y-0:focus{
    --tw-skew-y: 0deg;
  }

  .tw .xl\:focus\:skew-y-1:focus{
    --tw-skew-y: 1deg;
  }

  .tw .xl\:focus\:skew-y-2:focus{
    --tw-skew-y: 2deg;
  }

  .tw .xl\:focus\:skew-y-3:focus{
    --tw-skew-y: 3deg;
  }

  .tw .xl\:focus\:skew-y-6:focus{
    --tw-skew-y: 6deg;
  }

  .tw .xl\:focus\:skew-y-12:focus{
    --tw-skew-y: 12deg;
  }

  .tw .xl\:focus\:-skew-y-12:focus{
    --tw-skew-y: -12deg;
  }

  .tw .xl\:focus\:-skew-y-6:focus{
    --tw-skew-y: -6deg;
  }

  .tw .xl\:focus\:-skew-y-3:focus{
    --tw-skew-y: -3deg;
  }

  .tw .xl\:focus\:-skew-y-2:focus{
    --tw-skew-y: -2deg;
  }

  .tw .xl\:focus\:-skew-y-1:focus{
    --tw-skew-y: -1deg;
  }

  .tw .xl\:scale-0{
    --tw-scale-x: 0;
    --tw-scale-y: 0;
  }

  .tw .xl\:scale-50{
    --tw-scale-x: .5;
    --tw-scale-y: .5;
  }

  .tw .xl\:scale-75{
    --tw-scale-x: .75;
    --tw-scale-y: .75;
  }

  .tw .xl\:scale-90{
    --tw-scale-x: .9;
    --tw-scale-y: .9;
  }

  .tw .xl\:scale-95{
    --tw-scale-x: .95;
    --tw-scale-y: .95;
  }

  .tw .xl\:scale-100{
    --tw-scale-x: 1;
    --tw-scale-y: 1;
  }

  .tw .xl\:scale-105{
    --tw-scale-x: 1.05;
    --tw-scale-y: 1.05;
  }

  .tw .xl\:scale-110{
    --tw-scale-x: 1.1;
    --tw-scale-y: 1.1;
  }

  .tw .xl\:scale-125{
    --tw-scale-x: 1.25;
    --tw-scale-y: 1.25;
  }

  .tw .xl\:scale-150{
    --tw-scale-x: 1.5;
    --tw-scale-y: 1.5;
  }

  .tw .xl\:hover\:scale-0:hover{
    --tw-scale-x: 0;
    --tw-scale-y: 0;
  }

  .tw .xl\:hover\:scale-50:hover{
    --tw-scale-x: .5;
    --tw-scale-y: .5;
  }

  .tw .xl\:hover\:scale-75:hover{
    --tw-scale-x: .75;
    --tw-scale-y: .75;
  }

  .tw .xl\:hover\:scale-90:hover{
    --tw-scale-x: .9;
    --tw-scale-y: .9;
  }

  .tw .xl\:hover\:scale-95:hover{
    --tw-scale-x: .95;
    --tw-scale-y: .95;
  }

  .tw .xl\:hover\:scale-100:hover{
    --tw-scale-x: 1;
    --tw-scale-y: 1;
  }

  .tw .xl\:hover\:scale-105:hover{
    --tw-scale-x: 1.05;
    --tw-scale-y: 1.05;
  }

  .tw .xl\:hover\:scale-110:hover{
    --tw-scale-x: 1.1;
    --tw-scale-y: 1.1;
  }

  .tw .xl\:hover\:scale-125:hover{
    --tw-scale-x: 1.25;
    --tw-scale-y: 1.25;
  }

  .tw .xl\:hover\:scale-150:hover{
    --tw-scale-x: 1.5;
    --tw-scale-y: 1.5;
  }

  .tw .xl\:focus\:scale-0:focus{
    --tw-scale-x: 0;
    --tw-scale-y: 0;
  }

  .tw .xl\:focus\:scale-50:focus{
    --tw-scale-x: .5;
    --tw-scale-y: .5;
  }

  .tw .xl\:focus\:scale-75:focus{
    --tw-scale-x: .75;
    --tw-scale-y: .75;
  }

  .tw .xl\:focus\:scale-90:focus{
    --tw-scale-x: .9;
    --tw-scale-y: .9;
  }

  .tw .xl\:focus\:scale-95:focus{
    --tw-scale-x: .95;
    --tw-scale-y: .95;
  }

  .tw .xl\:focus\:scale-100:focus{
    --tw-scale-x: 1;
    --tw-scale-y: 1;
  }

  .tw .xl\:focus\:scale-105:focus{
    --tw-scale-x: 1.05;
    --tw-scale-y: 1.05;
  }

  .tw .xl\:focus\:scale-110:focus{
    --tw-scale-x: 1.1;
    --tw-scale-y: 1.1;
  }

  .tw .xl\:focus\:scale-125:focus{
    --tw-scale-x: 1.25;
    --tw-scale-y: 1.25;
  }

  .tw .xl\:focus\:scale-150:focus{
    --tw-scale-x: 1.5;
    --tw-scale-y: 1.5;
  }

  .tw .xl\:scale-x-0{
    --tw-scale-x: 0;
  }

  .tw .xl\:scale-x-50{
    --tw-scale-x: .5;
  }

  .tw .xl\:scale-x-75{
    --tw-scale-x: .75;
  }

  .tw .xl\:scale-x-90{
    --tw-scale-x: .9;
  }

  .tw .xl\:scale-x-95{
    --tw-scale-x: .95;
  }

  .tw .xl\:scale-x-100{
    --tw-scale-x: 1;
  }

  .tw .xl\:scale-x-105{
    --tw-scale-x: 1.05;
  }

  .tw .xl\:scale-x-110{
    --tw-scale-x: 1.1;
  }

  .tw .xl\:scale-x-125{
    --tw-scale-x: 1.25;
  }

  .tw .xl\:scale-x-150{
    --tw-scale-x: 1.5;
  }

  .tw .xl\:scale-y-0{
    --tw-scale-y: 0;
  }

  .tw .xl\:scale-y-50{
    --tw-scale-y: .5;
  }

  .tw .xl\:scale-y-75{
    --tw-scale-y: .75;
  }

  .tw .xl\:scale-y-90{
    --tw-scale-y: .9;
  }

  .tw .xl\:scale-y-95{
    --tw-scale-y: .95;
  }

  .tw .xl\:scale-y-100{
    --tw-scale-y: 1;
  }

  .tw .xl\:scale-y-105{
    --tw-scale-y: 1.05;
  }

  .tw .xl\:scale-y-110{
    --tw-scale-y: 1.1;
  }

  .tw .xl\:scale-y-125{
    --tw-scale-y: 1.25;
  }

  .tw .xl\:scale-y-150{
    --tw-scale-y: 1.5;
  }

  .tw .xl\:hover\:scale-x-0:hover{
    --tw-scale-x: 0;
  }

  .tw .xl\:hover\:scale-x-50:hover{
    --tw-scale-x: .5;
  }

  .tw .xl\:hover\:scale-x-75:hover{
    --tw-scale-x: .75;
  }

  .tw .xl\:hover\:scale-x-90:hover{
    --tw-scale-x: .9;
  }

  .tw .xl\:hover\:scale-x-95:hover{
    --tw-scale-x: .95;
  }

  .tw .xl\:hover\:scale-x-100:hover{
    --tw-scale-x: 1;
  }

  .tw .xl\:hover\:scale-x-105:hover{
    --tw-scale-x: 1.05;
  }

  .tw .xl\:hover\:scale-x-110:hover{
    --tw-scale-x: 1.1;
  }

  .tw .xl\:hover\:scale-x-125:hover{
    --tw-scale-x: 1.25;
  }

  .tw .xl\:hover\:scale-x-150:hover{
    --tw-scale-x: 1.5;
  }

  .tw .xl\:hover\:scale-y-0:hover{
    --tw-scale-y: 0;
  }

  .tw .xl\:hover\:scale-y-50:hover{
    --tw-scale-y: .5;
  }

  .tw .xl\:hover\:scale-y-75:hover{
    --tw-scale-y: .75;
  }

  .tw .xl\:hover\:scale-y-90:hover{
    --tw-scale-y: .9;
  }

  .tw .xl\:hover\:scale-y-95:hover{
    --tw-scale-y: .95;
  }

  .tw .xl\:hover\:scale-y-100:hover{
    --tw-scale-y: 1;
  }

  .tw .xl\:hover\:scale-y-105:hover{
    --tw-scale-y: 1.05;
  }

  .tw .xl\:hover\:scale-y-110:hover{
    --tw-scale-y: 1.1;
  }

  .tw .xl\:hover\:scale-y-125:hover{
    --tw-scale-y: 1.25;
  }

  .tw .xl\:hover\:scale-y-150:hover{
    --tw-scale-y: 1.5;
  }

  .tw .xl\:focus\:scale-x-0:focus{
    --tw-scale-x: 0;
  }

  .tw .xl\:focus\:scale-x-50:focus{
    --tw-scale-x: .5;
  }

  .tw .xl\:focus\:scale-x-75:focus{
    --tw-scale-x: .75;
  }

  .tw .xl\:focus\:scale-x-90:focus{
    --tw-scale-x: .9;
  }

  .tw .xl\:focus\:scale-x-95:focus{
    --tw-scale-x: .95;
  }

  .tw .xl\:focus\:scale-x-100:focus{
    --tw-scale-x: 1;
  }

  .tw .xl\:focus\:scale-x-105:focus{
    --tw-scale-x: 1.05;
  }

  .tw .xl\:focus\:scale-x-110:focus{
    --tw-scale-x: 1.1;
  }

  .tw .xl\:focus\:scale-x-125:focus{
    --tw-scale-x: 1.25;
  }

  .tw .xl\:focus\:scale-x-150:focus{
    --tw-scale-x: 1.5;
  }

  .tw .xl\:focus\:scale-y-0:focus{
    --tw-scale-y: 0;
  }

  .tw .xl\:focus\:scale-y-50:focus{
    --tw-scale-y: .5;
  }

  .tw .xl\:focus\:scale-y-75:focus{
    --tw-scale-y: .75;
  }

  .tw .xl\:focus\:scale-y-90:focus{
    --tw-scale-y: .9;
  }

  .tw .xl\:focus\:scale-y-95:focus{
    --tw-scale-y: .95;
  }

  .tw .xl\:focus\:scale-y-100:focus{
    --tw-scale-y: 1;
  }

  .tw .xl\:focus\:scale-y-105:focus{
    --tw-scale-y: 1.05;
  }

  .tw .xl\:focus\:scale-y-110:focus{
    --tw-scale-y: 1.1;
  }

  .tw .xl\:focus\:scale-y-125:focus{
    --tw-scale-y: 1.25;
  }

  .tw .xl\:focus\:scale-y-150:focus{
    --tw-scale-y: 1.5;
  }

  .tw .xl\:animate-none{
    animation: none;
  }

  .tw .xl\:animate-spin{
    animation: spin 1s linear infinite;
  }

  .tw .xl\:animate-ping{
    animation: ping 1s cubic-bezier(0, 0, 0.2, 1) infinite;
  }

  .tw .xl\:animate-pulse{
    animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
  }

  .tw .xl\:animate-bounce{
    animation: bounce 1s infinite;
  }

  .tw .xl\:select-none{
    -webkit-user-select: none;
       -moz-user-select: none;
            user-select: none;
  }

  .tw .xl\:select-text{
    -webkit-user-select: text;
       -moz-user-select: text;
            user-select: text;
  }

  .tw .xl\:select-all{
    -webkit-user-select: all;
       -moz-user-select: all;
            user-select: all;
  }

  .tw .xl\:select-auto{
    -webkit-user-select: auto;
       -moz-user-select: auto;
            user-select: auto;
  }

  .tw .xl\:resize-none{
    resize: none;
  }

  .tw .xl\:resize-y{
    resize: vertical;
  }

  .tw .xl\:resize-x{
    resize: horizontal;
  }

  .tw .xl\:resize{
    resize: both;
  }

  .tw .xl\:list-inside{
    list-style-position: inside;
  }

  .tw .xl\:list-outside{
    list-style-position: outside;
  }

  .tw .xl\:list-none{
    list-style-type: none;
  }

  .tw .xl\:list-disc{
    list-style-type: disc;
  }

  .tw .xl\:list-decimal{
    list-style-type: decimal;
  }

  .tw .xl\:list-lower-alpha{
    list-style-type: lower-alpha;
  }

  .tw .xl\:appearance-none{
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
  }

  .tw .xl\:auto-cols-auto{
    grid-auto-columns: auto;
  }

  .tw .xl\:auto-cols-min{
    grid-auto-columns: min-content;
  }

  .tw .xl\:auto-cols-max{
    grid-auto-columns: max-content;
  }

  .tw .xl\:auto-cols-fr{
    grid-auto-columns: minmax(0, 1fr);
  }

  .tw .xl\:grid-flow-row{
    grid-auto-flow: row;
  }

  .tw .xl\:grid-flow-col{
    grid-auto-flow: column;
  }

  .tw .xl\:grid-flow-row-dense{
    grid-auto-flow: row dense;
  }

  .tw .xl\:grid-flow-col-dense{
    grid-auto-flow: column dense;
  }

  .tw .xl\:auto-rows-auto{
    grid-auto-rows: auto;
  }

  .tw .xl\:auto-rows-min{
    grid-auto-rows: min-content;
  }

  .tw .xl\:auto-rows-max{
    grid-auto-rows: max-content;
  }

  .tw .xl\:auto-rows-fr{
    grid-auto-rows: minmax(0, 1fr);
  }

  .tw .xl\:grid-cols-1{
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }

  .tw .xl\:grid-cols-2{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .tw .xl\:grid-cols-3{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .tw .xl\:grid-cols-4{
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .tw .xl\:grid-cols-5{
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }

  .tw .xl\:grid-cols-6{
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }

  .tw .xl\:grid-cols-7{
    grid-template-columns: repeat(7, minmax(0, 1fr));
  }

  .tw .xl\:grid-cols-8{
    grid-template-columns: repeat(8, minmax(0, 1fr));
  }

  .tw .xl\:grid-cols-9{
    grid-template-columns: repeat(9, minmax(0, 1fr));
  }

  .tw .xl\:grid-cols-10{
    grid-template-columns: repeat(10, minmax(0, 1fr));
  }

  .tw .xl\:grid-cols-11{
    grid-template-columns: repeat(11, minmax(0, 1fr));
  }

  .tw .xl\:grid-cols-12{
    grid-template-columns: repeat(12, minmax(0, 1fr));
  }

  .tw .xl\:grid-cols-none{
    grid-template-columns: none;
  }

  .tw .xl\:grid-rows-1{
    grid-template-rows: repeat(1, minmax(0, 1fr));
  }

  .tw .xl\:grid-rows-2{
    grid-template-rows: repeat(2, minmax(0, 1fr));
  }

  .tw .xl\:grid-rows-3{
    grid-template-rows: repeat(3, minmax(0, 1fr));
  }

  .tw .xl\:grid-rows-4{
    grid-template-rows: repeat(4, minmax(0, 1fr));
  }

  .tw .xl\:grid-rows-5{
    grid-template-rows: repeat(5, minmax(0, 1fr));
  }

  .tw .xl\:grid-rows-6{
    grid-template-rows: repeat(6, minmax(0, 1fr));
  }

  .tw .xl\:grid-rows-none{
    grid-template-rows: none;
  }

  .tw .xl\:flex-row{
    flex-direction: row;
  }

  .tw .xl\:flex-row-reverse{
    flex-direction: row-reverse;
  }

  .tw .xl\:flex-col{
    flex-direction: column;
  }

  .tw .xl\:flex-col-reverse{
    flex-direction: column-reverse;
  }

  .tw .xl\:flex-wrap{
    flex-wrap: wrap;
  }

  .tw .xl\:flex-wrap-reverse{
    flex-wrap: wrap-reverse;
  }

  .tw .xl\:flex-nowrap{
    flex-wrap: nowrap;
  }

  .tw .xl\:place-content-center{
    place-content: center;
  }

  .tw .xl\:place-content-start{
    place-content: start;
  }

  .tw .xl\:place-content-end{
    place-content: end;
  }

  .tw .xl\:place-content-between{
    place-content: space-between;
  }

  .tw .xl\:place-content-around{
    place-content: space-around;
  }

  .tw .xl\:place-content-evenly{
    place-content: space-evenly;
  }

  .tw .xl\:place-content-stretch{
    place-content: stretch;
  }

  .tw .xl\:place-items-start{
    place-items: start;
  }

  .tw .xl\:place-items-end{
    place-items: end;
  }

  .tw .xl\:place-items-center{
    place-items: center;
  }

  .tw .xl\:place-items-stretch{
    place-items: stretch;
  }

  .tw .xl\:content-center{
    align-content: center;
  }

  .tw .xl\:content-start{
    align-content: flex-start;
  }

  .tw .xl\:content-end{
    align-content: flex-end;
  }

  .tw .xl\:content-between{
    align-content: space-between;
  }

  .tw .xl\:content-around{
    align-content: space-around;
  }

  .tw .xl\:content-evenly{
    align-content: space-evenly;
  }

  .tw .xl\:items-start{
    align-items: flex-start;
  }

  .tw .xl\:items-end{
    align-items: flex-end;
  }

  .tw .xl\:items-center{
    align-items: center;
  }

  .tw .xl\:items-baseline{
    align-items: baseline;
  }

  .tw .xl\:items-stretch{
    align-items: stretch;
  }

  .tw .xl\:justify-start{
    justify-content: flex-start;
  }

  .tw .xl\:justify-end{
    justify-content: flex-end;
  }

  .tw .xl\:justify-center{
    justify-content: center;
  }

  .tw .xl\:justify-between{
    justify-content: space-between;
  }

  .tw .xl\:justify-around{
    justify-content: space-around;
  }

  .tw .xl\:justify-evenly{
    justify-content: space-evenly;
  }

  .tw .xl\:justify-items-start{
    justify-items: start;
  }

  .tw .xl\:justify-items-end{
    justify-items: end;
  }

  .tw .xl\:justify-items-center{
    justify-items: center;
  }

  .tw .xl\:justify-items-stretch{
    justify-items: stretch;
  }

  .tw .xl\:gap-0{
    gap: 0px;
  }

  .tw .xl\:gap-1{
    gap: 5px;
  }

  .tw .xl\:gap-2{
    gap: 10px;
  }

  .tw .xl\:gap-3{
    gap: 15px;
  }

  .tw .xl\:gap-4{
    gap: 20px;
  }

  .tw .xl\:gap-5{
    gap: 25px;
  }

  .tw .xl\:gap-6{
    gap: 30px;
  }

  .tw .xl\:gap-7{
    gap: 35px;
  }

  .tw .xl\:gap-8{
    gap: 40px;
  }

  .tw .xl\:gap-9{
    gap: 45px;
  }

  .tw .xl\:gap-10{
    gap: 50px;
  }

  .tw .xl\:gap-11{
    gap: 55px;
  }

  .tw .xl\:gap-12{
    gap: 60px;
  }

  .tw .xl\:gap-13{
    gap: 65px;
  }

  .tw .xl\:gap-14{
    gap: 70px;
  }

  .tw .xl\:gap-15{
    gap: 75px;
  }

  .tw .xl\:gap-16{
    gap: 80px;
  }

  .tw .xl\:gap-17{
    gap: 85px;
  }

  .tw .xl\:gap-18{
    gap: 90px;
  }

  .tw .xl\:gap-19{
    gap: 95px;
  }

  .tw .xl\:gap-20{
    gap: 100px;
  }

  .tw .xl\:gap-21{
    gap: 105px;
  }

  .tw .xl\:gap-22{
    gap: 110px;
  }

  .tw .xl\:gap-23{
    gap: 115px;
  }

  .tw .xl\:gap-24{
    gap: 120px;
  }

  .tw .xl\:gap-25{
    gap: 125px;
  }

  .tw .xl\:gap-26{
    gap: 130px;
  }

  .tw .xl\:gap-27{
    gap: 135px;
  }

  .tw .xl\:gap-28{
    gap: 140px;
  }

  .tw .xl\:gap-29{
    gap: 145px;
  }

  .tw .xl\:gap-30{
    gap: 150px;
  }

  .tw .xl\:gap-31{
    gap: 155px;
  }

  .tw .xl\:gap-32{
    gap: 160px;
  }

  .tw .xl\:gap-33{
    gap: 165px;
  }

  .tw .xl\:gap-34{
    gap: 170px;
  }

  .tw .xl\:gap-35{
    gap: 175px;
  }

  .tw .xl\:gap-36{
    gap: 180px;
  }

  .tw .xl\:gap-37{
    gap: 185px;
  }

  .tw .xl\:gap-38{
    gap: 190px;
  }

  .tw .xl\:gap-39{
    gap: 195px;
  }

  .tw .xl\:gap-40{
    gap: 200px;
  }

  .tw .xl\:gap-41{
    gap: 205px;
  }

  .tw .xl\:gap-42{
    gap: 210px;
  }

  .tw .xl\:gap-43{
    gap: 215px;
  }

  .tw .xl\:gap-44{
    gap: 220px;
  }

  .tw .xl\:gap-45{
    gap: 225px;
  }

  .tw .xl\:gap-46{
    gap: 230px;
  }

  .tw .xl\:gap-47{
    gap: 235px;
  }

  .tw .xl\:gap-48{
    gap: 240px;
  }

  .tw .xl\:gap-49{
    gap: 245px;
  }

  .tw .xl\:gap-50{
    gap: 250px;
  }

  .tw .xl\:gap-51{
    gap: 255px;
  }

  .tw .xl\:gap-52{
    gap: 260px;
  }

  .tw .xl\:gap-53{
    gap: 265px;
  }

  .tw .xl\:gap-54{
    gap: 270px;
  }

  .tw .xl\:gap-55{
    gap: 275px;
  }

  .tw .xl\:gap-56{
    gap: 280px;
  }

  .tw .xl\:gap-57{
    gap: 285px;
  }

  .tw .xl\:gap-58{
    gap: 290px;
  }

  .tw .xl\:gap-59{
    gap: 295px;
  }

  .tw .xl\:gap-60{
    gap: 300px;
  }

  .tw .xl\:gap-61{
    gap: 305px;
  }

  .tw .xl\:gap-62{
    gap: 310px;
  }

  .tw .xl\:gap-63{
    gap: 315px;
  }

  .tw .xl\:gap-64{
    gap: 320px;
  }

  .tw .xl\:gap-65{
    gap: 325px;
  }

  .tw .xl\:gap-66{
    gap: 330px;
  }

  .tw .xl\:gap-67{
    gap: 335px;
  }

  .tw .xl\:gap-68{
    gap: 340px;
  }

  .tw .xl\:gap-69{
    gap: 345px;
  }

  .tw .xl\:gap-70{
    gap: 350px;
  }

  .tw .xl\:gap-71{
    gap: 355px;
  }

  .tw .xl\:gap-72{
    gap: 360px;
  }

  .tw .xl\:gap-73{
    gap: 365px;
  }

  .tw .xl\:gap-74{
    gap: 370px;
  }

  .tw .xl\:gap-75{
    gap: 375px;
  }

  .tw .xl\:gap-76{
    gap: 380px;
  }

  .tw .xl\:gap-77{
    gap: 385px;
  }

  .tw .xl\:gap-78{
    gap: 390px;
  }

  .tw .xl\:gap-79{
    gap: 395px;
  }

  .tw .xl\:gap-80{
    gap: 400px;
  }

  .tw .xl\:gap-81{
    gap: 405px;
  }

  .tw .xl\:gap-82{
    gap: 410px;
  }

  .tw .xl\:gap-83{
    gap: 415px;
  }

  .tw .xl\:gap-84{
    gap: 420px;
  }

  .tw .xl\:gap-85{
    gap: 425px;
  }

  .tw .xl\:gap-86{
    gap: 430px;
  }

  .tw .xl\:gap-87{
    gap: 435px;
  }

  .tw .xl\:gap-88{
    gap: 440px;
  }

  .tw .xl\:gap-89{
    gap: 445px;
  }

  .tw .xl\:gap-90{
    gap: 450px;
  }

  .tw .xl\:gap-91{
    gap: 455px;
  }

  .tw .xl\:gap-92{
    gap: 460px;
  }

  .tw .xl\:gap-93{
    gap: 465px;
  }

  .tw .xl\:gap-94{
    gap: 470px;
  }

  .tw .xl\:gap-95{
    gap: 475px;
  }

  .tw .xl\:gap-96{
    gap: 480px;
  }

  .tw .xl\:gap-97{
    gap: 485px;
  }

  .tw .xl\:gap-98{
    gap: 490px;
  }

  .tw .xl\:gap-99{
    gap: 495px;
  }

  .tw .xl\:gap-100{
    gap: 500px;
  }

  .tw .xl\:gap-101{
    gap: 505px;
  }

  .tw .xl\:gap-102{
    gap: 510px;
  }

  .tw .xl\:gap-103{
    gap: 515px;
  }

  .tw .xl\:gap-104{
    gap: 520px;
  }

  .tw .xl\:gap-105{
    gap: 525px;
  }

  .tw .xl\:gap-106{
    gap: 530px;
  }

  .tw .xl\:gap-107{
    gap: 535px;
  }

  .tw .xl\:gap-108{
    gap: 540px;
  }

  .tw .xl\:gap-109{
    gap: 545px;
  }

  .tw .xl\:gap-110{
    gap: 550px;
  }

  .tw .xl\:gap-111{
    gap: 555px;
  }

  .tw .xl\:gap-112{
    gap: 560px;
  }

  .tw .xl\:gap-113{
    gap: 565px;
  }

  .tw .xl\:gap-114{
    gap: 570px;
  }

  .tw .xl\:gap-115{
    gap: 575px;
  }

  .tw .xl\:gap-116{
    gap: 580px;
  }

  .tw .xl\:gap-117{
    gap: 585px;
  }

  .tw .xl\:gap-118{
    gap: 590px;
  }

  .tw .xl\:gap-119{
    gap: 595px;
  }

  .tw .xl\:gap-120{
    gap: 600px;
  }

  .tw .xl\:gap-121{
    gap: 605px;
  }

  .tw .xl\:gap-122{
    gap: 610px;
  }

  .tw .xl\:gap-123{
    gap: 615px;
  }

  .tw .xl\:gap-124{
    gap: 620px;
  }

  .tw .xl\:gap-125{
    gap: 625px;
  }

  .tw .xl\:gap-126{
    gap: 630px;
  }

  .tw .xl\:gap-127{
    gap: 635px;
  }

  .tw .xl\:gap-128{
    gap: 640px;
  }

  .tw .xl\:gap-129{
    gap: 645px;
  }

  .tw .xl\:gap-130{
    gap: 650px;
  }

  .tw .xl\:gap-131{
    gap: 655px;
  }

  .tw .xl\:gap-132{
    gap: 660px;
  }

  .tw .xl\:gap-133{
    gap: 665px;
  }

  .tw .xl\:gap-134{
    gap: 670px;
  }

  .tw .xl\:gap-135{
    gap: 675px;
  }

  .tw .xl\:gap-136{
    gap: 680px;
  }

  .tw .xl\:gap-137{
    gap: 685px;
  }

  .tw .xl\:gap-138{
    gap: 690px;
  }

  .tw .xl\:gap-139{
    gap: 695px;
  }

  .tw .xl\:gap-140{
    gap: 700px;
  }

  .tw .xl\:gap-141{
    gap: 705px;
  }

  .tw .xl\:gap-142{
    gap: 710px;
  }

  .tw .xl\:gap-143{
    gap: 715px;
  }

  .tw .xl\:gap-144{
    gap: 720px;
  }

  .tw .xl\:gap-145{
    gap: 725px;
  }

  .tw .xl\:gap-146{
    gap: 730px;
  }

  .tw .xl\:gap-147{
    gap: 735px;
  }

  .tw .xl\:gap-148{
    gap: 740px;
  }

  .tw .xl\:gap-149{
    gap: 745px;
  }

  .tw .xl\:gap-0\.5{
    gap: 3px;
  }

  .tw .xl\:gap-1px{
    gap: 1px;
  }

  .tw .xl\:gap-2px{
    gap: 2px;
  }

  .tw .xl\:gap-3px{
    gap: 3px;
  }

  .tw .xl\:gap-4px{
    gap: 4px;
  }

  .tw .xl\:gap-5px{
    gap: 5px;
  }

  .tw .xl\:gap-6px{
    gap: 6px;
  }

  .tw .xl\:gap-7px{
    gap: 7px;
  }

  .tw .xl\:gap-8px{
    gap: 8px;
  }

  .tw .xl\:gap-9px{
    gap: 9px;
  }

  .tw .xl\:gap-10px{
    gap: 10px;
  }

  .tw .xl\:gap-11px{
    gap: 11px;
  }

  .tw .xl\:gap-12px{
    gap: 12px;
  }

  .tw .xl\:gap-13px{
    gap: 13px;
  }

  .tw .xl\:gap-14px{
    gap: 14px;
  }

  .tw .xl\:gap-15px{
    gap: 15px;
  }

  .tw .xl\:gap-16px{
    gap: 16px;
  }

  .tw .xl\:gap-17px{
    gap: 17px;
  }

  .tw .xl\:gap-18px{
    gap: 18px;
  }

  .tw .xl\:gap-19px{
    gap: 19px;
  }

  .tw .xl\:gap-20px{
    gap: 20px;
  }

  .tw .xl\:gap-21px{
    gap: 21px;
  }

  .tw .xl\:gap-22px{
    gap: 22px;
  }

  .tw .xl\:gap-23px{
    gap: 23px;
  }

  .tw .xl\:gap-24px{
    gap: 24px;
  }

  .tw .xl\:gap-25px{
    gap: 25px;
  }

  .tw .xl\:gap-26px{
    gap: 26px;
  }

  .tw .xl\:gap-27px{
    gap: 27px;
  }

  .tw .xl\:gap-28px{
    gap: 28px;
  }

  .tw .xl\:gap-29px{
    gap: 29px;
  }

  .tw .xl\:gap-30px{
    gap: 30px;
  }

  .tw .xl\:gap-31px{
    gap: 31px;
  }

  .tw .xl\:gap-32px{
    gap: 32px;
  }

  .tw .xl\:gap-33px{
    gap: 33px;
  }

  .tw .xl\:gap-34px{
    gap: 34px;
  }

  .tw .xl\:gap-35px{
    gap: 35px;
  }

  .tw .xl\:gap-36px{
    gap: 36px;
  }

  .tw .xl\:gap-37px{
    gap: 37px;
  }

  .tw .xl\:gap-38px{
    gap: 38px;
  }

  .tw .xl\:gap-39px{
    gap: 39px;
  }

  .tw .xl\:gap-40px{
    gap: 40px;
  }

  .tw .xl\:gap-x-0{
    -moz-column-gap: 0px;
         column-gap: 0px;
  }

  .tw .xl\:gap-x-1{
    -moz-column-gap: 5px;
         column-gap: 5px;
  }

  .tw .xl\:gap-x-2{
    -moz-column-gap: 10px;
         column-gap: 10px;
  }

  .tw .xl\:gap-x-3{
    -moz-column-gap: 15px;
         column-gap: 15px;
  }

  .tw .xl\:gap-x-4{
    -moz-column-gap: 20px;
         column-gap: 20px;
  }

  .tw .xl\:gap-x-5{
    -moz-column-gap: 25px;
         column-gap: 25px;
  }

  .tw .xl\:gap-x-6{
    -moz-column-gap: 30px;
         column-gap: 30px;
  }

  .tw .xl\:gap-x-7{
    -moz-column-gap: 35px;
         column-gap: 35px;
  }

  .tw .xl\:gap-x-8{
    -moz-column-gap: 40px;
         column-gap: 40px;
  }

  .tw .xl\:gap-x-9{
    -moz-column-gap: 45px;
         column-gap: 45px;
  }

  .tw .xl\:gap-x-10{
    -moz-column-gap: 50px;
         column-gap: 50px;
  }

  .tw .xl\:gap-x-11{
    -moz-column-gap: 55px;
         column-gap: 55px;
  }

  .tw .xl\:gap-x-12{
    -moz-column-gap: 60px;
         column-gap: 60px;
  }

  .tw .xl\:gap-x-13{
    -moz-column-gap: 65px;
         column-gap: 65px;
  }

  .tw .xl\:gap-x-14{
    -moz-column-gap: 70px;
         column-gap: 70px;
  }

  .tw .xl\:gap-x-15{
    -moz-column-gap: 75px;
         column-gap: 75px;
  }

  .tw .xl\:gap-x-16{
    -moz-column-gap: 80px;
         column-gap: 80px;
  }

  .tw .xl\:gap-x-17{
    -moz-column-gap: 85px;
         column-gap: 85px;
  }

  .tw .xl\:gap-x-18{
    -moz-column-gap: 90px;
         column-gap: 90px;
  }

  .tw .xl\:gap-x-19{
    -moz-column-gap: 95px;
         column-gap: 95px;
  }

  .tw .xl\:gap-x-20{
    -moz-column-gap: 100px;
         column-gap: 100px;
  }

  .tw .xl\:gap-x-21{
    -moz-column-gap: 105px;
         column-gap: 105px;
  }

  .tw .xl\:gap-x-22{
    -moz-column-gap: 110px;
         column-gap: 110px;
  }

  .tw .xl\:gap-x-23{
    -moz-column-gap: 115px;
         column-gap: 115px;
  }

  .tw .xl\:gap-x-24{
    -moz-column-gap: 120px;
         column-gap: 120px;
  }

  .tw .xl\:gap-x-25{
    -moz-column-gap: 125px;
         column-gap: 125px;
  }

  .tw .xl\:gap-x-26{
    -moz-column-gap: 130px;
         column-gap: 130px;
  }

  .tw .xl\:gap-x-27{
    -moz-column-gap: 135px;
         column-gap: 135px;
  }

  .tw .xl\:gap-x-28{
    -moz-column-gap: 140px;
         column-gap: 140px;
  }

  .tw .xl\:gap-x-29{
    -moz-column-gap: 145px;
         column-gap: 145px;
  }

  .tw .xl\:gap-x-30{
    -moz-column-gap: 150px;
         column-gap: 150px;
  }

  .tw .xl\:gap-x-31{
    -moz-column-gap: 155px;
         column-gap: 155px;
  }

  .tw .xl\:gap-x-32{
    -moz-column-gap: 160px;
         column-gap: 160px;
  }

  .tw .xl\:gap-x-33{
    -moz-column-gap: 165px;
         column-gap: 165px;
  }

  .tw .xl\:gap-x-34{
    -moz-column-gap: 170px;
         column-gap: 170px;
  }

  .tw .xl\:gap-x-35{
    -moz-column-gap: 175px;
         column-gap: 175px;
  }

  .tw .xl\:gap-x-36{
    -moz-column-gap: 180px;
         column-gap: 180px;
  }

  .tw .xl\:gap-x-37{
    -moz-column-gap: 185px;
         column-gap: 185px;
  }

  .tw .xl\:gap-x-38{
    -moz-column-gap: 190px;
         column-gap: 190px;
  }

  .tw .xl\:gap-x-39{
    -moz-column-gap: 195px;
         column-gap: 195px;
  }

  .tw .xl\:gap-x-40{
    -moz-column-gap: 200px;
         column-gap: 200px;
  }

  .tw .xl\:gap-x-41{
    -moz-column-gap: 205px;
         column-gap: 205px;
  }

  .tw .xl\:gap-x-42{
    -moz-column-gap: 210px;
         column-gap: 210px;
  }

  .tw .xl\:gap-x-43{
    -moz-column-gap: 215px;
         column-gap: 215px;
  }

  .tw .xl\:gap-x-44{
    -moz-column-gap: 220px;
         column-gap: 220px;
  }

  .tw .xl\:gap-x-45{
    -moz-column-gap: 225px;
         column-gap: 225px;
  }

  .tw .xl\:gap-x-46{
    -moz-column-gap: 230px;
         column-gap: 230px;
  }

  .tw .xl\:gap-x-47{
    -moz-column-gap: 235px;
         column-gap: 235px;
  }

  .tw .xl\:gap-x-48{
    -moz-column-gap: 240px;
         column-gap: 240px;
  }

  .tw .xl\:gap-x-49{
    -moz-column-gap: 245px;
         column-gap: 245px;
  }

  .tw .xl\:gap-x-50{
    -moz-column-gap: 250px;
         column-gap: 250px;
  }

  .tw .xl\:gap-x-51{
    -moz-column-gap: 255px;
         column-gap: 255px;
  }

  .tw .xl\:gap-x-52{
    -moz-column-gap: 260px;
         column-gap: 260px;
  }

  .tw .xl\:gap-x-53{
    -moz-column-gap: 265px;
         column-gap: 265px;
  }

  .tw .xl\:gap-x-54{
    -moz-column-gap: 270px;
         column-gap: 270px;
  }

  .tw .xl\:gap-x-55{
    -moz-column-gap: 275px;
         column-gap: 275px;
  }

  .tw .xl\:gap-x-56{
    -moz-column-gap: 280px;
         column-gap: 280px;
  }

  .tw .xl\:gap-x-57{
    -moz-column-gap: 285px;
         column-gap: 285px;
  }

  .tw .xl\:gap-x-58{
    -moz-column-gap: 290px;
         column-gap: 290px;
  }

  .tw .xl\:gap-x-59{
    -moz-column-gap: 295px;
         column-gap: 295px;
  }

  .tw .xl\:gap-x-60{
    -moz-column-gap: 300px;
         column-gap: 300px;
  }

  .tw .xl\:gap-x-61{
    -moz-column-gap: 305px;
         column-gap: 305px;
  }

  .tw .xl\:gap-x-62{
    -moz-column-gap: 310px;
         column-gap: 310px;
  }

  .tw .xl\:gap-x-63{
    -moz-column-gap: 315px;
         column-gap: 315px;
  }

  .tw .xl\:gap-x-64{
    -moz-column-gap: 320px;
         column-gap: 320px;
  }

  .tw .xl\:gap-x-65{
    -moz-column-gap: 325px;
         column-gap: 325px;
  }

  .tw .xl\:gap-x-66{
    -moz-column-gap: 330px;
         column-gap: 330px;
  }

  .tw .xl\:gap-x-67{
    -moz-column-gap: 335px;
         column-gap: 335px;
  }

  .tw .xl\:gap-x-68{
    -moz-column-gap: 340px;
         column-gap: 340px;
  }

  .tw .xl\:gap-x-69{
    -moz-column-gap: 345px;
         column-gap: 345px;
  }

  .tw .xl\:gap-x-70{
    -moz-column-gap: 350px;
         column-gap: 350px;
  }

  .tw .xl\:gap-x-71{
    -moz-column-gap: 355px;
         column-gap: 355px;
  }

  .tw .xl\:gap-x-72{
    -moz-column-gap: 360px;
         column-gap: 360px;
  }

  .tw .xl\:gap-x-73{
    -moz-column-gap: 365px;
         column-gap: 365px;
  }

  .tw .xl\:gap-x-74{
    -moz-column-gap: 370px;
         column-gap: 370px;
  }

  .tw .xl\:gap-x-75{
    -moz-column-gap: 375px;
         column-gap: 375px;
  }

  .tw .xl\:gap-x-76{
    -moz-column-gap: 380px;
         column-gap: 380px;
  }

  .tw .xl\:gap-x-77{
    -moz-column-gap: 385px;
         column-gap: 385px;
  }

  .tw .xl\:gap-x-78{
    -moz-column-gap: 390px;
         column-gap: 390px;
  }

  .tw .xl\:gap-x-79{
    -moz-column-gap: 395px;
         column-gap: 395px;
  }

  .tw .xl\:gap-x-80{
    -moz-column-gap: 400px;
         column-gap: 400px;
  }

  .tw .xl\:gap-x-81{
    -moz-column-gap: 405px;
         column-gap: 405px;
  }

  .tw .xl\:gap-x-82{
    -moz-column-gap: 410px;
         column-gap: 410px;
  }

  .tw .xl\:gap-x-83{
    -moz-column-gap: 415px;
         column-gap: 415px;
  }

  .tw .xl\:gap-x-84{
    -moz-column-gap: 420px;
         column-gap: 420px;
  }

  .tw .xl\:gap-x-85{
    -moz-column-gap: 425px;
         column-gap: 425px;
  }

  .tw .xl\:gap-x-86{
    -moz-column-gap: 430px;
         column-gap: 430px;
  }

  .tw .xl\:gap-x-87{
    -moz-column-gap: 435px;
         column-gap: 435px;
  }

  .tw .xl\:gap-x-88{
    -moz-column-gap: 440px;
         column-gap: 440px;
  }

  .tw .xl\:gap-x-89{
    -moz-column-gap: 445px;
         column-gap: 445px;
  }

  .tw .xl\:gap-x-90{
    -moz-column-gap: 450px;
         column-gap: 450px;
  }

  .tw .xl\:gap-x-91{
    -moz-column-gap: 455px;
         column-gap: 455px;
  }

  .tw .xl\:gap-x-92{
    -moz-column-gap: 460px;
         column-gap: 460px;
  }

  .tw .xl\:gap-x-93{
    -moz-column-gap: 465px;
         column-gap: 465px;
  }

  .tw .xl\:gap-x-94{
    -moz-column-gap: 470px;
         column-gap: 470px;
  }

  .tw .xl\:gap-x-95{
    -moz-column-gap: 475px;
         column-gap: 475px;
  }

  .tw .xl\:gap-x-96{
    -moz-column-gap: 480px;
         column-gap: 480px;
  }

  .tw .xl\:gap-x-97{
    -moz-column-gap: 485px;
         column-gap: 485px;
  }

  .tw .xl\:gap-x-98{
    -moz-column-gap: 490px;
         column-gap: 490px;
  }

  .tw .xl\:gap-x-99{
    -moz-column-gap: 495px;
         column-gap: 495px;
  }

  .tw .xl\:gap-x-100{
    -moz-column-gap: 500px;
         column-gap: 500px;
  }

  .tw .xl\:gap-x-101{
    -moz-column-gap: 505px;
         column-gap: 505px;
  }

  .tw .xl\:gap-x-102{
    -moz-column-gap: 510px;
         column-gap: 510px;
  }

  .tw .xl\:gap-x-103{
    -moz-column-gap: 515px;
         column-gap: 515px;
  }

  .tw .xl\:gap-x-104{
    -moz-column-gap: 520px;
         column-gap: 520px;
  }

  .tw .xl\:gap-x-105{
    -moz-column-gap: 525px;
         column-gap: 525px;
  }

  .tw .xl\:gap-x-106{
    -moz-column-gap: 530px;
         column-gap: 530px;
  }

  .tw .xl\:gap-x-107{
    -moz-column-gap: 535px;
         column-gap: 535px;
  }

  .tw .xl\:gap-x-108{
    -moz-column-gap: 540px;
         column-gap: 540px;
  }

  .tw .xl\:gap-x-109{
    -moz-column-gap: 545px;
         column-gap: 545px;
  }

  .tw .xl\:gap-x-110{
    -moz-column-gap: 550px;
         column-gap: 550px;
  }

  .tw .xl\:gap-x-111{
    -moz-column-gap: 555px;
         column-gap: 555px;
  }

  .tw .xl\:gap-x-112{
    -moz-column-gap: 560px;
         column-gap: 560px;
  }

  .tw .xl\:gap-x-113{
    -moz-column-gap: 565px;
         column-gap: 565px;
  }

  .tw .xl\:gap-x-114{
    -moz-column-gap: 570px;
         column-gap: 570px;
  }

  .tw .xl\:gap-x-115{
    -moz-column-gap: 575px;
         column-gap: 575px;
  }

  .tw .xl\:gap-x-116{
    -moz-column-gap: 580px;
         column-gap: 580px;
  }

  .tw .xl\:gap-x-117{
    -moz-column-gap: 585px;
         column-gap: 585px;
  }

  .tw .xl\:gap-x-118{
    -moz-column-gap: 590px;
         column-gap: 590px;
  }

  .tw .xl\:gap-x-119{
    -moz-column-gap: 595px;
         column-gap: 595px;
  }

  .tw .xl\:gap-x-120{
    -moz-column-gap: 600px;
         column-gap: 600px;
  }

  .tw .xl\:gap-x-121{
    -moz-column-gap: 605px;
         column-gap: 605px;
  }

  .tw .xl\:gap-x-122{
    -moz-column-gap: 610px;
         column-gap: 610px;
  }

  .tw .xl\:gap-x-123{
    -moz-column-gap: 615px;
         column-gap: 615px;
  }

  .tw .xl\:gap-x-124{
    -moz-column-gap: 620px;
         column-gap: 620px;
  }

  .tw .xl\:gap-x-125{
    -moz-column-gap: 625px;
         column-gap: 625px;
  }

  .tw .xl\:gap-x-126{
    -moz-column-gap: 630px;
         column-gap: 630px;
  }

  .tw .xl\:gap-x-127{
    -moz-column-gap: 635px;
         column-gap: 635px;
  }

  .tw .xl\:gap-x-128{
    -moz-column-gap: 640px;
         column-gap: 640px;
  }

  .tw .xl\:gap-x-129{
    -moz-column-gap: 645px;
         column-gap: 645px;
  }

  .tw .xl\:gap-x-130{
    -moz-column-gap: 650px;
         column-gap: 650px;
  }

  .tw .xl\:gap-x-131{
    -moz-column-gap: 655px;
         column-gap: 655px;
  }

  .tw .xl\:gap-x-132{
    -moz-column-gap: 660px;
         column-gap: 660px;
  }

  .tw .xl\:gap-x-133{
    -moz-column-gap: 665px;
         column-gap: 665px;
  }

  .tw .xl\:gap-x-134{
    -moz-column-gap: 670px;
         column-gap: 670px;
  }

  .tw .xl\:gap-x-135{
    -moz-column-gap: 675px;
         column-gap: 675px;
  }

  .tw .xl\:gap-x-136{
    -moz-column-gap: 680px;
         column-gap: 680px;
  }

  .tw .xl\:gap-x-137{
    -moz-column-gap: 685px;
         column-gap: 685px;
  }

  .tw .xl\:gap-x-138{
    -moz-column-gap: 690px;
         column-gap: 690px;
  }

  .tw .xl\:gap-x-139{
    -moz-column-gap: 695px;
         column-gap: 695px;
  }

  .tw .xl\:gap-x-140{
    -moz-column-gap: 700px;
         column-gap: 700px;
  }

  .tw .xl\:gap-x-141{
    -moz-column-gap: 705px;
         column-gap: 705px;
  }

  .tw .xl\:gap-x-142{
    -moz-column-gap: 710px;
         column-gap: 710px;
  }

  .tw .xl\:gap-x-143{
    -moz-column-gap: 715px;
         column-gap: 715px;
  }

  .tw .xl\:gap-x-144{
    -moz-column-gap: 720px;
         column-gap: 720px;
  }

  .tw .xl\:gap-x-145{
    -moz-column-gap: 725px;
         column-gap: 725px;
  }

  .tw .xl\:gap-x-146{
    -moz-column-gap: 730px;
         column-gap: 730px;
  }

  .tw .xl\:gap-x-147{
    -moz-column-gap: 735px;
         column-gap: 735px;
  }

  .tw .xl\:gap-x-148{
    -moz-column-gap: 740px;
         column-gap: 740px;
  }

  .tw .xl\:gap-x-149{
    -moz-column-gap: 745px;
         column-gap: 745px;
  }

  .tw .xl\:gap-x-0\.5{
    -moz-column-gap: 3px;
         column-gap: 3px;
  }

  .tw .xl\:gap-x-1px{
    -moz-column-gap: 1px;
         column-gap: 1px;
  }

  .tw .xl\:gap-x-2px{
    -moz-column-gap: 2px;
         column-gap: 2px;
  }

  .tw .xl\:gap-x-3px{
    -moz-column-gap: 3px;
         column-gap: 3px;
  }

  .tw .xl\:gap-x-4px{
    -moz-column-gap: 4px;
         column-gap: 4px;
  }

  .tw .xl\:gap-x-5px{
    -moz-column-gap: 5px;
         column-gap: 5px;
  }

  .tw .xl\:gap-x-6px{
    -moz-column-gap: 6px;
         column-gap: 6px;
  }

  .tw .xl\:gap-x-7px{
    -moz-column-gap: 7px;
         column-gap: 7px;
  }

  .tw .xl\:gap-x-8px{
    -moz-column-gap: 8px;
         column-gap: 8px;
  }

  .tw .xl\:gap-x-9px{
    -moz-column-gap: 9px;
         column-gap: 9px;
  }

  .tw .xl\:gap-x-10px{
    -moz-column-gap: 10px;
         column-gap: 10px;
  }

  .tw .xl\:gap-x-11px{
    -moz-column-gap: 11px;
         column-gap: 11px;
  }

  .tw .xl\:gap-x-12px{
    -moz-column-gap: 12px;
         column-gap: 12px;
  }

  .tw .xl\:gap-x-13px{
    -moz-column-gap: 13px;
         column-gap: 13px;
  }

  .tw .xl\:gap-x-14px{
    -moz-column-gap: 14px;
         column-gap: 14px;
  }

  .tw .xl\:gap-x-15px{
    -moz-column-gap: 15px;
         column-gap: 15px;
  }

  .tw .xl\:gap-x-16px{
    -moz-column-gap: 16px;
         column-gap: 16px;
  }

  .tw .xl\:gap-x-17px{
    -moz-column-gap: 17px;
         column-gap: 17px;
  }

  .tw .xl\:gap-x-18px{
    -moz-column-gap: 18px;
         column-gap: 18px;
  }

  .tw .xl\:gap-x-19px{
    -moz-column-gap: 19px;
         column-gap: 19px;
  }

  .tw .xl\:gap-x-20px{
    -moz-column-gap: 20px;
         column-gap: 20px;
  }

  .tw .xl\:gap-x-21px{
    -moz-column-gap: 21px;
         column-gap: 21px;
  }

  .tw .xl\:gap-x-22px{
    -moz-column-gap: 22px;
         column-gap: 22px;
  }

  .tw .xl\:gap-x-23px{
    -moz-column-gap: 23px;
         column-gap: 23px;
  }

  .tw .xl\:gap-x-24px{
    -moz-column-gap: 24px;
         column-gap: 24px;
  }

  .tw .xl\:gap-x-25px{
    -moz-column-gap: 25px;
         column-gap: 25px;
  }

  .tw .xl\:gap-x-26px{
    -moz-column-gap: 26px;
         column-gap: 26px;
  }

  .tw .xl\:gap-x-27px{
    -moz-column-gap: 27px;
         column-gap: 27px;
  }

  .tw .xl\:gap-x-28px{
    -moz-column-gap: 28px;
         column-gap: 28px;
  }

  .tw .xl\:gap-x-29px{
    -moz-column-gap: 29px;
         column-gap: 29px;
  }

  .tw .xl\:gap-x-30px{
    -moz-column-gap: 30px;
         column-gap: 30px;
  }

  .tw .xl\:gap-x-31px{
    -moz-column-gap: 31px;
         column-gap: 31px;
  }

  .tw .xl\:gap-x-32px{
    -moz-column-gap: 32px;
         column-gap: 32px;
  }

  .tw .xl\:gap-x-33px{
    -moz-column-gap: 33px;
         column-gap: 33px;
  }

  .tw .xl\:gap-x-34px{
    -moz-column-gap: 34px;
         column-gap: 34px;
  }

  .tw .xl\:gap-x-35px{
    -moz-column-gap: 35px;
         column-gap: 35px;
  }

  .tw .xl\:gap-x-36px{
    -moz-column-gap: 36px;
         column-gap: 36px;
  }

  .tw .xl\:gap-x-37px{
    -moz-column-gap: 37px;
         column-gap: 37px;
  }

  .tw .xl\:gap-x-38px{
    -moz-column-gap: 38px;
         column-gap: 38px;
  }

  .tw .xl\:gap-x-39px{
    -moz-column-gap: 39px;
         column-gap: 39px;
  }

  .tw .xl\:gap-x-40px{
    -moz-column-gap: 40px;
         column-gap: 40px;
  }

  .tw .xl\:gap-y-0{
    row-gap: 0px;
  }

  .tw .xl\:gap-y-1{
    row-gap: 5px;
  }

  .tw .xl\:gap-y-2{
    row-gap: 10px;
  }

  .tw .xl\:gap-y-3{
    row-gap: 15px;
  }

  .tw .xl\:gap-y-4{
    row-gap: 20px;
  }

  .tw .xl\:gap-y-5{
    row-gap: 25px;
  }

  .tw .xl\:gap-y-6{
    row-gap: 30px;
  }

  .tw .xl\:gap-y-7{
    row-gap: 35px;
  }

  .tw .xl\:gap-y-8{
    row-gap: 40px;
  }

  .tw .xl\:gap-y-9{
    row-gap: 45px;
  }

  .tw .xl\:gap-y-10{
    row-gap: 50px;
  }

  .tw .xl\:gap-y-11{
    row-gap: 55px;
  }

  .tw .xl\:gap-y-12{
    row-gap: 60px;
  }

  .tw .xl\:gap-y-13{
    row-gap: 65px;
  }

  .tw .xl\:gap-y-14{
    row-gap: 70px;
  }

  .tw .xl\:gap-y-15{
    row-gap: 75px;
  }

  .tw .xl\:gap-y-16{
    row-gap: 80px;
  }

  .tw .xl\:gap-y-17{
    row-gap: 85px;
  }

  .tw .xl\:gap-y-18{
    row-gap: 90px;
  }

  .tw .xl\:gap-y-19{
    row-gap: 95px;
  }

  .tw .xl\:gap-y-20{
    row-gap: 100px;
  }

  .tw .xl\:gap-y-21{
    row-gap: 105px;
  }

  .tw .xl\:gap-y-22{
    row-gap: 110px;
  }

  .tw .xl\:gap-y-23{
    row-gap: 115px;
  }

  .tw .xl\:gap-y-24{
    row-gap: 120px;
  }

  .tw .xl\:gap-y-25{
    row-gap: 125px;
  }

  .tw .xl\:gap-y-26{
    row-gap: 130px;
  }

  .tw .xl\:gap-y-27{
    row-gap: 135px;
  }

  .tw .xl\:gap-y-28{
    row-gap: 140px;
  }

  .tw .xl\:gap-y-29{
    row-gap: 145px;
  }

  .tw .xl\:gap-y-30{
    row-gap: 150px;
  }

  .tw .xl\:gap-y-31{
    row-gap: 155px;
  }

  .tw .xl\:gap-y-32{
    row-gap: 160px;
  }

  .tw .xl\:gap-y-33{
    row-gap: 165px;
  }

  .tw .xl\:gap-y-34{
    row-gap: 170px;
  }

  .tw .xl\:gap-y-35{
    row-gap: 175px;
  }

  .tw .xl\:gap-y-36{
    row-gap: 180px;
  }

  .tw .xl\:gap-y-37{
    row-gap: 185px;
  }

  .tw .xl\:gap-y-38{
    row-gap: 190px;
  }

  .tw .xl\:gap-y-39{
    row-gap: 195px;
  }

  .tw .xl\:gap-y-40{
    row-gap: 200px;
  }

  .tw .xl\:gap-y-41{
    row-gap: 205px;
  }

  .tw .xl\:gap-y-42{
    row-gap: 210px;
  }

  .tw .xl\:gap-y-43{
    row-gap: 215px;
  }

  .tw .xl\:gap-y-44{
    row-gap: 220px;
  }

  .tw .xl\:gap-y-45{
    row-gap: 225px;
  }

  .tw .xl\:gap-y-46{
    row-gap: 230px;
  }

  .tw .xl\:gap-y-47{
    row-gap: 235px;
  }

  .tw .xl\:gap-y-48{
    row-gap: 240px;
  }

  .tw .xl\:gap-y-49{
    row-gap: 245px;
  }

  .tw .xl\:gap-y-50{
    row-gap: 250px;
  }

  .tw .xl\:gap-y-51{
    row-gap: 255px;
  }

  .tw .xl\:gap-y-52{
    row-gap: 260px;
  }

  .tw .xl\:gap-y-53{
    row-gap: 265px;
  }

  .tw .xl\:gap-y-54{
    row-gap: 270px;
  }

  .tw .xl\:gap-y-55{
    row-gap: 275px;
  }

  .tw .xl\:gap-y-56{
    row-gap: 280px;
  }

  .tw .xl\:gap-y-57{
    row-gap: 285px;
  }

  .tw .xl\:gap-y-58{
    row-gap: 290px;
  }

  .tw .xl\:gap-y-59{
    row-gap: 295px;
  }

  .tw .xl\:gap-y-60{
    row-gap: 300px;
  }

  .tw .xl\:gap-y-61{
    row-gap: 305px;
  }

  .tw .xl\:gap-y-62{
    row-gap: 310px;
  }

  .tw .xl\:gap-y-63{
    row-gap: 315px;
  }

  .tw .xl\:gap-y-64{
    row-gap: 320px;
  }

  .tw .xl\:gap-y-65{
    row-gap: 325px;
  }

  .tw .xl\:gap-y-66{
    row-gap: 330px;
  }

  .tw .xl\:gap-y-67{
    row-gap: 335px;
  }

  .tw .xl\:gap-y-68{
    row-gap: 340px;
  }

  .tw .xl\:gap-y-69{
    row-gap: 345px;
  }

  .tw .xl\:gap-y-70{
    row-gap: 350px;
  }

  .tw .xl\:gap-y-71{
    row-gap: 355px;
  }

  .tw .xl\:gap-y-72{
    row-gap: 360px;
  }

  .tw .xl\:gap-y-73{
    row-gap: 365px;
  }

  .tw .xl\:gap-y-74{
    row-gap: 370px;
  }

  .tw .xl\:gap-y-75{
    row-gap: 375px;
  }

  .tw .xl\:gap-y-76{
    row-gap: 380px;
  }

  .tw .xl\:gap-y-77{
    row-gap: 385px;
  }

  .tw .xl\:gap-y-78{
    row-gap: 390px;
  }

  .tw .xl\:gap-y-79{
    row-gap: 395px;
  }

  .tw .xl\:gap-y-80{
    row-gap: 400px;
  }

  .tw .xl\:gap-y-81{
    row-gap: 405px;
  }

  .tw .xl\:gap-y-82{
    row-gap: 410px;
  }

  .tw .xl\:gap-y-83{
    row-gap: 415px;
  }

  .tw .xl\:gap-y-84{
    row-gap: 420px;
  }

  .tw .xl\:gap-y-85{
    row-gap: 425px;
  }

  .tw .xl\:gap-y-86{
    row-gap: 430px;
  }

  .tw .xl\:gap-y-87{
    row-gap: 435px;
  }

  .tw .xl\:gap-y-88{
    row-gap: 440px;
  }

  .tw .xl\:gap-y-89{
    row-gap: 445px;
  }

  .tw .xl\:gap-y-90{
    row-gap: 450px;
  }

  .tw .xl\:gap-y-91{
    row-gap: 455px;
  }

  .tw .xl\:gap-y-92{
    row-gap: 460px;
  }

  .tw .xl\:gap-y-93{
    row-gap: 465px;
  }

  .tw .xl\:gap-y-94{
    row-gap: 470px;
  }

  .tw .xl\:gap-y-95{
    row-gap: 475px;
  }

  .tw .xl\:gap-y-96{
    row-gap: 480px;
  }

  .tw .xl\:gap-y-97{
    row-gap: 485px;
  }

  .tw .xl\:gap-y-98{
    row-gap: 490px;
  }

  .tw .xl\:gap-y-99{
    row-gap: 495px;
  }

  .tw .xl\:gap-y-100{
    row-gap: 500px;
  }

  .tw .xl\:gap-y-101{
    row-gap: 505px;
  }

  .tw .xl\:gap-y-102{
    row-gap: 510px;
  }

  .tw .xl\:gap-y-103{
    row-gap: 515px;
  }

  .tw .xl\:gap-y-104{
    row-gap: 520px;
  }

  .tw .xl\:gap-y-105{
    row-gap: 525px;
  }

  .tw .xl\:gap-y-106{
    row-gap: 530px;
  }

  .tw .xl\:gap-y-107{
    row-gap: 535px;
  }

  .tw .xl\:gap-y-108{
    row-gap: 540px;
  }

  .tw .xl\:gap-y-109{
    row-gap: 545px;
  }

  .tw .xl\:gap-y-110{
    row-gap: 550px;
  }

  .tw .xl\:gap-y-111{
    row-gap: 555px;
  }

  .tw .xl\:gap-y-112{
    row-gap: 560px;
  }

  .tw .xl\:gap-y-113{
    row-gap: 565px;
  }

  .tw .xl\:gap-y-114{
    row-gap: 570px;
  }

  .tw .xl\:gap-y-115{
    row-gap: 575px;
  }

  .tw .xl\:gap-y-116{
    row-gap: 580px;
  }

  .tw .xl\:gap-y-117{
    row-gap: 585px;
  }

  .tw .xl\:gap-y-118{
    row-gap: 590px;
  }

  .tw .xl\:gap-y-119{
    row-gap: 595px;
  }

  .tw .xl\:gap-y-120{
    row-gap: 600px;
  }

  .tw .xl\:gap-y-121{
    row-gap: 605px;
  }

  .tw .xl\:gap-y-122{
    row-gap: 610px;
  }

  .tw .xl\:gap-y-123{
    row-gap: 615px;
  }

  .tw .xl\:gap-y-124{
    row-gap: 620px;
  }

  .tw .xl\:gap-y-125{
    row-gap: 625px;
  }

  .tw .xl\:gap-y-126{
    row-gap: 630px;
  }

  .tw .xl\:gap-y-127{
    row-gap: 635px;
  }

  .tw .xl\:gap-y-128{
    row-gap: 640px;
  }

  .tw .xl\:gap-y-129{
    row-gap: 645px;
  }

  .tw .xl\:gap-y-130{
    row-gap: 650px;
  }

  .tw .xl\:gap-y-131{
    row-gap: 655px;
  }

  .tw .xl\:gap-y-132{
    row-gap: 660px;
  }

  .tw .xl\:gap-y-133{
    row-gap: 665px;
  }

  .tw .xl\:gap-y-134{
    row-gap: 670px;
  }

  .tw .xl\:gap-y-135{
    row-gap: 675px;
  }

  .tw .xl\:gap-y-136{
    row-gap: 680px;
  }

  .tw .xl\:gap-y-137{
    row-gap: 685px;
  }

  .tw .xl\:gap-y-138{
    row-gap: 690px;
  }

  .tw .xl\:gap-y-139{
    row-gap: 695px;
  }

  .tw .xl\:gap-y-140{
    row-gap: 700px;
  }

  .tw .xl\:gap-y-141{
    row-gap: 705px;
  }

  .tw .xl\:gap-y-142{
    row-gap: 710px;
  }

  .tw .xl\:gap-y-143{
    row-gap: 715px;
  }

  .tw .xl\:gap-y-144{
    row-gap: 720px;
  }

  .tw .xl\:gap-y-145{
    row-gap: 725px;
  }

  .tw .xl\:gap-y-146{
    row-gap: 730px;
  }

  .tw .xl\:gap-y-147{
    row-gap: 735px;
  }

  .tw .xl\:gap-y-148{
    row-gap: 740px;
  }

  .tw .xl\:gap-y-149{
    row-gap: 745px;
  }

  .tw .xl\:gap-y-0\.5{
    row-gap: 3px;
  }

  .tw .xl\:gap-y-1px{
    row-gap: 1px;
  }

  .tw .xl\:gap-y-2px{
    row-gap: 2px;
  }

  .tw .xl\:gap-y-3px{
    row-gap: 3px;
  }

  .tw .xl\:gap-y-4px{
    row-gap: 4px;
  }

  .tw .xl\:gap-y-5px{
    row-gap: 5px;
  }

  .tw .xl\:gap-y-6px{
    row-gap: 6px;
  }

  .tw .xl\:gap-y-7px{
    row-gap: 7px;
  }

  .tw .xl\:gap-y-8px{
    row-gap: 8px;
  }

  .tw .xl\:gap-y-9px{
    row-gap: 9px;
  }

  .tw .xl\:gap-y-10px{
    row-gap: 10px;
  }

  .tw .xl\:gap-y-11px{
    row-gap: 11px;
  }

  .tw .xl\:gap-y-12px{
    row-gap: 12px;
  }

  .tw .xl\:gap-y-13px{
    row-gap: 13px;
  }

  .tw .xl\:gap-y-14px{
    row-gap: 14px;
  }

  .tw .xl\:gap-y-15px{
    row-gap: 15px;
  }

  .tw .xl\:gap-y-16px{
    row-gap: 16px;
  }

  .tw .xl\:gap-y-17px{
    row-gap: 17px;
  }

  .tw .xl\:gap-y-18px{
    row-gap: 18px;
  }

  .tw .xl\:gap-y-19px{
    row-gap: 19px;
  }

  .tw .xl\:gap-y-20px{
    row-gap: 20px;
  }

  .tw .xl\:gap-y-21px{
    row-gap: 21px;
  }

  .tw .xl\:gap-y-22px{
    row-gap: 22px;
  }

  .tw .xl\:gap-y-23px{
    row-gap: 23px;
  }

  .tw .xl\:gap-y-24px{
    row-gap: 24px;
  }

  .tw .xl\:gap-y-25px{
    row-gap: 25px;
  }

  .tw .xl\:gap-y-26px{
    row-gap: 26px;
  }

  .tw .xl\:gap-y-27px{
    row-gap: 27px;
  }

  .tw .xl\:gap-y-28px{
    row-gap: 28px;
  }

  .tw .xl\:gap-y-29px{
    row-gap: 29px;
  }

  .tw .xl\:gap-y-30px{
    row-gap: 30px;
  }

  .tw .xl\:gap-y-31px{
    row-gap: 31px;
  }

  .tw .xl\:gap-y-32px{
    row-gap: 32px;
  }

  .tw .xl\:gap-y-33px{
    row-gap: 33px;
  }

  .tw .xl\:gap-y-34px{
    row-gap: 34px;
  }

  .tw .xl\:gap-y-35px{
    row-gap: 35px;
  }

  .tw .xl\:gap-y-36px{
    row-gap: 36px;
  }

  .tw .xl\:gap-y-37px{
    row-gap: 37px;
  }

  .tw .xl\:gap-y-38px{
    row-gap: 38px;
  }

  .tw .xl\:gap-y-39px{
    row-gap: 39px;
  }

  .tw .xl\:gap-y-40px{
    row-gap: 40px;
  }

  .tw .xl\:divide-x-0 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-x-reverse: 0;
    border-right-width: calc(0px * var(--tw-divide-x-reverse));
    border-left-width: calc(0px * calc(1 - var(--tw-divide-x-reverse)));
  }

  .tw .xl\:divide-x-1 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-x-reverse: 0;
    border-right-width: calc(1px * var(--tw-divide-x-reverse));
    border-left-width: calc(1px * calc(1 - var(--tw-divide-x-reverse)));
  }

  .tw .xl\:divide-x-2 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-x-reverse: 0;
    border-right-width: calc(2px * var(--tw-divide-x-reverse));
    border-left-width: calc(2px * calc(1 - var(--tw-divide-x-reverse)));
  }

  .tw .xl\:divide-x-3 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-x-reverse: 0;
    border-right-width: calc(3px * var(--tw-divide-x-reverse));
    border-left-width: calc(3px * calc(1 - var(--tw-divide-x-reverse)));
  }

  .tw .xl\:divide-x-4 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-x-reverse: 0;
    border-right-width: calc(4px * var(--tw-divide-x-reverse));
    border-left-width: calc(4px * calc(1 - var(--tw-divide-x-reverse)));
  }

  .tw .xl\:divide-x-8 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-x-reverse: 0;
    border-right-width: calc(8px * var(--tw-divide-x-reverse));
    border-left-width: calc(8px * calc(1 - var(--tw-divide-x-reverse)));
  }

  .tw .xl\:divide-x > :not([hidden]) ~ :not([hidden]){
    --tw-divide-x-reverse: 0;
    border-right-width: calc(1px * var(--tw-divide-x-reverse));
    border-left-width: calc(1px * calc(1 - var(--tw-divide-x-reverse)));
  }

  .tw .xl\:divide-x-1\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-x-reverse: 0;
    border-right-width: calc(1.5px * var(--tw-divide-x-reverse));
    border-left-width: calc(1.5px * calc(1 - var(--tw-divide-x-reverse)));
  }

  .tw .xl\:divide-y-0 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-y-reverse: 0;
    border-top-width: calc(0px * calc(1 - var(--tw-divide-y-reverse)));
    border-bottom-width: calc(0px * var(--tw-divide-y-reverse));
  }

  .tw .xl\:divide-y-1 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-y-reverse: 0;
    border-top-width: calc(1px * calc(1 - var(--tw-divide-y-reverse)));
    border-bottom-width: calc(1px * var(--tw-divide-y-reverse));
  }

  .tw .xl\:divide-y-2 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-y-reverse: 0;
    border-top-width: calc(2px * calc(1 - var(--tw-divide-y-reverse)));
    border-bottom-width: calc(2px * var(--tw-divide-y-reverse));
  }

  .tw .xl\:divide-y-3 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-y-reverse: 0;
    border-top-width: calc(3px * calc(1 - var(--tw-divide-y-reverse)));
    border-bottom-width: calc(3px * var(--tw-divide-y-reverse));
  }

  .tw .xl\:divide-y-4 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-y-reverse: 0;
    border-top-width: calc(4px * calc(1 - var(--tw-divide-y-reverse)));
    border-bottom-width: calc(4px * var(--tw-divide-y-reverse));
  }

  .tw .xl\:divide-y-8 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-y-reverse: 0;
    border-top-width: calc(8px * calc(1 - var(--tw-divide-y-reverse)));
    border-bottom-width: calc(8px * var(--tw-divide-y-reverse));
  }

  .tw .xl\:divide-y > :not([hidden]) ~ :not([hidden]){
    --tw-divide-y-reverse: 0;
    border-top-width: calc(1px * calc(1 - var(--tw-divide-y-reverse)));
    border-bottom-width: calc(1px * var(--tw-divide-y-reverse));
  }

  .tw .xl\:divide-y-1\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-y-reverse: 0;
    border-top-width: calc(1.5px * calc(1 - var(--tw-divide-y-reverse)));
    border-bottom-width: calc(1.5px * var(--tw-divide-y-reverse));
  }

  .tw .xl\:divide-y-reverse > :not([hidden]) ~ :not([hidden]){
    --tw-divide-y-reverse: 1;
  }

  .tw .xl\:divide-x-reverse > :not([hidden]) ~ :not([hidden]){
    --tw-divide-x-reverse: 1;
  }

  .tw .xl\:divide-solid > :not([hidden]) ~ :not([hidden]){
    border-style: solid;
  }

  .tw .xl\:divide-dashed > :not([hidden]) ~ :not([hidden]){
    border-style: dashed;
  }

  .tw .xl\:divide-dotted > :not([hidden]) ~ :not([hidden]){
    border-style: dotted;
  }

  .tw .xl\:divide-double > :not([hidden]) ~ :not([hidden]){
    border-style: double;
  }

  .tw .xl\:divide-none > :not([hidden]) ~ :not([hidden]){
    border-style: none;
  }

  .tw .xl\:divide-current > :not([hidden]) ~ :not([hidden]){
    border-color: currentColor;
  }

  .tw .xl\:divide-transparent > :not([hidden]) ~ :not([hidden]){
    border-color: transparent;
  }

  .tw .xl\:divide-white > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-divide-opacity));
  }

  .tw .xl\:divide-black > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(0, 0, 0, var(--tw-divide-opacity));
  }

  .tw .xl\:divide-gray-10 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(240, 240, 240, var(--tw-divide-opacity));
  }

  .tw .xl\:divide-gray-20 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(226, 226, 226, var(--tw-divide-opacity));
  }

  .tw .xl\:divide-gray-30 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(211, 211, 211, var(--tw-divide-opacity));
  }

  .tw .xl\:divide-gray-40 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(197, 197, 197, var(--tw-divide-opacity));
  }

  .tw .xl\:divide-gray-50 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(183, 183, 183, var(--tw-divide-opacity));
  }

  .tw .xl\:divide-gray-60 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(169, 169, 169, var(--tw-divide-opacity));
  }

  .tw .xl\:divide-gray-70 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(156, 156, 156, var(--tw-divide-opacity));
  }

  .tw .xl\:divide-gray-80 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(142, 142, 142, var(--tw-divide-opacity));
  }

  .tw .xl\:divide-gray-90 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(129, 129, 129, var(--tw-divide-opacity));
  }

  .tw .xl\:divide-gray-100 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(108, 109, 114, var(--tw-divide-opacity));
  }

  .tw .xl\:divide-gray-200 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(96, 97, 103, var(--tw-divide-opacity));
  }

  .tw .xl\:divide-gray-300 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(84, 86, 91, var(--tw-divide-opacity));
  }

  .tw .xl\:divide-gray-400 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(73, 73, 80, var(--tw-divide-opacity));
  }

  .tw .xl\:divide-gray-500 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(61, 61, 68, var(--tw-divide-opacity));
  }

  .tw .xl\:divide-gray-600 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(53, 53, 61, var(--tw-divide-opacity));
  }

  .tw .xl\:divide-gray-700 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(45, 45, 49, var(--tw-divide-opacity));
  }

  .tw .xl\:divide-gray-800 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(38, 37, 42, var(--tw-divide-opacity));
  }

  .tw .xl\:divide-gray-850 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(32, 32, 37, var(--tw-divide-opacity));
  }

  .tw .xl\:divide-gray-900 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(27, 27, 32, var(--tw-divide-opacity));
  }

  .tw .xl\:divide-gray-950 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(20, 20, 23, var(--tw-divide-opacity));
  }

  .tw .xl\:divide-brand-50 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(127, 255, 255, var(--tw-divide-opacity));
  }

  .tw .xl\:divide-brand-100 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(87, 226, 255, var(--tw-divide-opacity));
  }

  .tw .xl\:divide-brand-200 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(32, 197, 255, var(--tw-divide-opacity));
  }

  .tw .xl\:divide-brand-300 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(0, 167, 231, var(--tw-divide-opacity));
  }

  .tw .xl\:divide-brand-400 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(0, 139, 201, var(--tw-divide-opacity));
  }

  .tw .xl\:divide-brand-500 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(0, 112, 172, var(--tw-divide-opacity));
  }

  .tw .xl\:divide-brand-600 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(0, 86, 143, var(--tw-divide-opacity));
  }

  .tw .xl\:divide-brand-700 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(0, 62, 116, var(--tw-divide-opacity));
  }

  .tw .xl\:divide-brand-800 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(0, 39, 89, var(--tw-divide-opacity));
  }

  .tw .xl\:divide-brand-900 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(0, 18, 63, var(--tw-divide-opacity));
  }

  .tw .xl\:divide-brand > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(0, 190, 255, var(--tw-divide-opacity));
  }

  .tw .xl\:divide-brand-base > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(0, 190, 255, var(--tw-divide-opacity));
  }

  .tw .xl\:divide-red-50 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(255, 202, 200, var(--tw-divide-opacity));
  }

  .tw .xl\:divide-red-100 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(255, 171, 171, var(--tw-divide-opacity));
  }

  .tw .xl\:divide-red-200 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(255, 142, 142, var(--tw-divide-opacity));
  }

  .tw .xl\:divide-red-300 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(247, 112, 115, var(--tw-divide-opacity));
  }

  .tw .xl\:divide-red-400 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(215, 83, 89, var(--tw-divide-opacity));
  }

  .tw .xl\:divide-red-500 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(182, 54, 64, var(--tw-divide-opacity));
  }

  .tw .xl\:divide-red-600 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(150, 18, 41, var(--tw-divide-opacity));
  }

  .tw .xl\:divide-red-700 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(119, 0, 19, var(--tw-divide-opacity));
  }

  .tw .xl\:divide-red-800 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(89, 0, 0, var(--tw-divide-opacity));
  }

  .tw .xl\:divide-red-900 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(65, 0, 0, var(--tw-divide-opacity));
  }

  .tw .xl\:divide-red > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(211, 80, 86, var(--tw-divide-opacity));
  }

  .tw .xl\:divide-red-brand > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(255, 79, 79, var(--tw-divide-opacity));
  }

  .tw .xl\:divide-green-50 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(141, 255, 205, var(--tw-divide-opacity));
  }

  .tw .xl\:divide-green-100 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(109, 236, 176, var(--tw-divide-opacity));
  }

  .tw .xl\:divide-green-200 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(76, 206, 147, var(--tw-divide-opacity));
  }

  .tw .xl\:divide-green-300 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(36, 176, 119, var(--tw-divide-opacity));
  }

  .tw .xl\:divide-green-400 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(0, 147, 93, var(--tw-divide-opacity));
  }

  .tw .xl\:divide-green-500 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(0, 119, 68, var(--tw-divide-opacity));
  }

  .tw .xl\:divide-green-600 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(0, 91, 43, var(--tw-divide-opacity));
  }

  .tw .xl\:divide-green-700 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(0, 65, 21, var(--tw-divide-opacity));
  }

  .tw .xl\:divide-green-800 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(0, 43, 0, var(--tw-divide-opacity));
  }

  .tw .xl\:divide-green-900 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(0, 27, 0, var(--tw-divide-opacity));
  }

  .tw .xl\:divide-green > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(46, 182, 125, var(--tw-divide-opacity));
  }

  .tw .xl\:divide-yellow-50 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(255, 235, 87, var(--tw-divide-opacity));
  }

  .tw .xl\:divide-yellow-100 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(255, 205, 55, var(--tw-divide-opacity));
  }

  .tw .xl\:divide-yellow-200 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(228, 176, 9, var(--tw-divide-opacity));
  }

  .tw .xl\:divide-yellow-300 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(195, 148, 0, var(--tw-divide-opacity));
  }

  .tw .xl\:divide-yellow-400 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(163, 121, 0, var(--tw-divide-opacity));
  }

  .tw .xl\:divide-yellow-500 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(133, 95, 0, var(--tw-divide-opacity));
  }

  .tw .xl\:divide-yellow-600 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(104, 70, 0, var(--tw-divide-opacity));
  }

  .tw .xl\:divide-yellow-700 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(79, 46, 0, var(--tw-divide-opacity));
  }

  .tw .xl\:divide-yellow-800 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(61, 22, 0, var(--tw-divide-opacity));
  }

  .tw .xl\:divide-yellow-900 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(50, 0, 0, var(--tw-divide-opacity));
  }

  .tw .xl\:divide-yellow > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(254, 199, 47, var(--tw-divide-opacity));
  }

  .tw .xl\:divide-purple-50 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(255, 216, 255, var(--tw-divide-opacity));
  }

  .tw .xl\:divide-purple-100 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(240, 186, 255, var(--tw-divide-opacity));
  }

  .tw .xl\:divide-purple-200 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(208, 157, 255, var(--tw-divide-opacity));
  }

  .tw .xl\:divide-purple-300 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(177, 128, 255, var(--tw-divide-opacity));
  }

  .tw .xl\:divide-purple-400 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(146, 101, 233, var(--tw-divide-opacity));
  }

  .tw .xl\:divide-purple-500 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(116, 74, 203, var(--tw-divide-opacity));
  }

  .tw .xl\:divide-purple-600 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(85, 48, 173, var(--tw-divide-opacity));
  }

  .tw .xl\:divide-purple-700 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(53, 22, 144, var(--tw-divide-opacity));
  }

  .tw .xl\:divide-purple-800 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(9, 0, 116, var(--tw-divide-opacity));
  }

  .tw .xl\:divide-purple-900 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(0, 0, 89, var(--tw-divide-opacity));
  }

  .tw .xl\:divide-purple > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(168, 120, 255, var(--tw-divide-opacity));
  }

  .tw .xl\:divide-orange-50 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(255, 210, 131, var(--tw-divide-opacity));
  }

  .tw .xl\:divide-orange-100 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(255, 180, 103, var(--tw-divide-opacity));
  }

  .tw .xl\:divide-orange-200 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(255, 151, 75, var(--tw-divide-opacity));
  }

  .tw .xl\:divide-orange-300 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(240, 122, 47, var(--tw-divide-opacity));
  }

  .tw .xl\:divide-orange-400 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(206, 95, 17, var(--tw-divide-opacity));
  }

  .tw .xl\:divide-orange-500 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(173, 68, 0, var(--tw-divide-opacity));
  }

  .tw .xl\:divide-orange-600 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(141, 40, 0, var(--tw-divide-opacity));
  }

  .tw .xl\:divide-orange-700 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(111, 6, 0, var(--tw-divide-opacity));
  }

  .tw .xl\:divide-orange-800 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(84, 0, 0, var(--tw-divide-opacity));
  }

  .tw .xl\:divide-orange-900 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(65, 0, 0, var(--tw-divide-opacity));
  }

  .tw .xl\:divide-orange > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(245, 127, 52, var(--tw-divide-opacity));
  }

  .tw .xl\:divide-surface-brand > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(26, 26, 26, var(--tw-divide-opacity));
  }

  .tw .xl\:divide-surface-lower > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(18, 19, 20, var(--tw-divide-opacity));
  }

  .tw .xl\:divide-surface-base > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(29, 30, 31, var(--tw-divide-opacity));
  }

  .tw .xl\:divide-surface-low > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(33, 33, 36, var(--tw-divide-opacity));
  }

  .tw .xl\:divide-surface-middle > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(38, 38, 42, var(--tw-divide-opacity));
  }

  .tw .xl\:divide-surface-upper > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(41, 41, 46, var(--tw-divide-opacity));
  }

  .tw .xl\:divide-surface-high > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(52, 52, 53, var(--tw-divide-opacity));
  }

  .tw .xl\:divide-surface-higher > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(74, 75, 75, var(--tw-divide-opacity));
  }

  .tw .xl\:divide-surface-highest > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(97, 97, 98, var(--tw-divide-opacity));
  }

  .tw .xl\:divide-glyph-base > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-divide-opacity));
  }

  .tw .xl\:divide-glyph-light > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(194, 194, 194, var(--tw-divide-opacity));
  }

  .tw .xl\:divide-glyph-lighter > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(150, 150, 150, var(--tw-divide-opacity));
  }

  .tw .xl\:divide-glyph-lightest > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(80, 80, 80, var(--tw-divide-opacity));
  }

  .tw .xl\:divide-link > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(0, 190, 255, var(--tw-divide-opacity));
  }

  .tw .xl\:divide-info-error > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(235, 51, 65, var(--tw-divide-opacity));
  }

  .tw .xl\:divide-info-danger > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(247, 127, 37, var(--tw-divide-opacity));
  }

  .tw .xl\:divide-info-warn > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(255, 200, 47, var(--tw-divide-opacity));
  }

  .tw .xl\:divide-info-ok > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(0, 151, 79, var(--tw-divide-opacity));
  }

  .tw .xl\:divide-info-notice > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(1, 128, 255, var(--tw-divide-opacity));
  }

  .tw .xl\:divide-accent-1 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(255, 93, 105, var(--tw-divide-opacity));
  }

  .tw .xl\:divide-accent-2 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(7, 245, 175, var(--tw-divide-opacity));
  }

  .tw .xl\:divide-accent-3 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(4, 211, 114, var(--tw-divide-opacity));
  }

  .tw .xl\:divide-accent-4 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(132, 81, 245, var(--tw-divide-opacity));
  }

  .tw .xl\:divide-opacity-0 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0;
  }

  .tw .xl\:divide-opacity-5 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0.05;
  }

  .tw .xl\:divide-opacity-10 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0.1;
  }

  .tw .xl\:divide-opacity-15 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0.15;
  }

  .tw .xl\:divide-opacity-20 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0.2;
  }

  .tw .xl\:divide-opacity-25 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0.25;
  }

  .tw .xl\:divide-opacity-30 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0.3;
  }

  .tw .xl\:divide-opacity-40 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0.4;
  }

  .tw .xl\:divide-opacity-50 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0.5;
  }

  .tw .xl\:divide-opacity-60 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0.6;
  }

  .tw .xl\:divide-opacity-70 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0.7;
  }

  .tw .xl\:divide-opacity-75 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0.75;
  }

  .tw .xl\:divide-opacity-80 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0.8;
  }

  .tw .xl\:divide-opacity-90 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0.9;
  }

  .tw .xl\:divide-opacity-95 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0.95;
  }

  .tw .xl\:divide-opacity-100 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
  }

  .tw .xl\:place-self-auto{
    place-self: auto;
  }

  .tw .xl\:place-self-start{
    place-self: start;
  }

  .tw .xl\:place-self-end{
    place-self: end;
  }

  .tw .xl\:place-self-center{
    place-self: center;
  }

  .tw .xl\:place-self-stretch{
    place-self: stretch;
  }

  .tw .xl\:self-auto{
    align-self: auto;
  }

  .tw .xl\:self-start{
    align-self: flex-start;
  }

  .tw .xl\:self-end{
    align-self: flex-end;
  }

  .tw .xl\:self-center{
    align-self: center;
  }

  .tw .xl\:self-stretch{
    align-self: stretch;
  }

  .tw .xl\:self-baseline{
    align-self: baseline;
  }

  .tw .xl\:justify-self-auto{
    justify-self: auto;
  }

  .tw .xl\:justify-self-start{
    justify-self: start;
  }

  .tw .xl\:justify-self-end{
    justify-self: end;
  }

  .tw .xl\:justify-self-center{
    justify-self: center;
  }

  .tw .xl\:justify-self-stretch{
    justify-self: stretch;
  }

  .tw .xl\:overflow-auto{
    overflow: auto;
  }

  .tw .xl\:overflow-hidden{
    overflow: hidden;
  }

  .tw .xl\:overflow-visible{
    overflow: visible;
  }

  .tw .xl\:overflow-scroll{
    overflow: scroll;
  }

  .tw .xl\:overflow-x-auto{
    overflow-x: auto;
  }

  .tw .xl\:overflow-y-auto{
    overflow-y: auto;
  }

  .tw .xl\:overflow-x-hidden{
    overflow-x: hidden;
  }

  .tw .xl\:overflow-y-hidden{
    overflow-y: hidden;
  }

  .tw .xl\:overflow-x-visible{
    overflow-x: visible;
  }

  .tw .xl\:overflow-y-visible{
    overflow-y: visible;
  }

  .tw .xl\:overflow-x-scroll{
    overflow-x: scroll;
  }

  .tw .xl\:overflow-y-scroll{
    overflow-y: scroll;
  }

  .tw .xl\:overscroll-auto{
    overscroll-behavior: auto;
  }

  .tw .xl\:overscroll-contain{
    overscroll-behavior: contain;
  }

  .tw .xl\:overscroll-none{
    overscroll-behavior: none;
  }

  .tw .xl\:overscroll-y-auto{
    overscroll-behavior-y: auto;
  }

  .tw .xl\:overscroll-y-contain{
    overscroll-behavior-y: contain;
  }

  .tw .xl\:overscroll-y-none{
    overscroll-behavior-y: none;
  }

  .tw .xl\:overscroll-x-auto{
    overscroll-behavior-x: auto;
  }

  .tw .xl\:overscroll-x-contain{
    overscroll-behavior-x: contain;
  }

  .tw .xl\:overscroll-x-none{
    overscroll-behavior-x: none;
  }

  .tw .xl\:truncate{
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .tw .xl\:overflow-ellipsis{
    text-overflow: ellipsis;
  }

  .tw .xl\:overflow-clip{
    text-overflow: clip;
  }

  .tw .xl\:whitespace-normal{
    white-space: normal;
  }

  .tw .xl\:whitespace-nowrap{
    white-space: nowrap;
  }

  .tw .xl\:whitespace-pre{
    white-space: pre;
  }

  .tw .xl\:whitespace-pre-line{
    white-space: pre-line;
  }

  .tw .xl\:whitespace-pre-wrap{
    white-space: pre-wrap;
  }

  .tw .xl\:break-normal{
    overflow-wrap: normal;
    word-break: normal;
  }

  .tw .xl\:break-words{
    overflow-wrap: break-word;
  }

  .tw .xl\:break-all{
    word-break: break-all;
  }

  .tw .xl\:border-0{
    border-width: 0px;
  }

  .tw .xl\:border-1{
    border-width: 1px;
  }

  .tw .xl\:border-2{
    border-width: 2px;
  }

  .tw .xl\:border-3{
    border-width: 3px;
  }

  .tw .xl\:border-4{
    border-width: 4px;
  }

  .tw .xl\:border-8{
    border-width: 8px;
  }

  .tw .xl\:border{
    border-width: 1px;
  }

  .tw .xl\:border-1\.5{
    border-width: 1.5px;
  }

  .tw .xl\:border-t-0{
    border-top-width: 0px;
  }

  .tw .xl\:border-t-1{
    border-top-width: 1px;
  }

  .tw .xl\:border-t-2{
    border-top-width: 2px;
  }

  .tw .xl\:border-t-3{
    border-top-width: 3px;
  }

  .tw .xl\:border-t-4{
    border-top-width: 4px;
  }

  .tw .xl\:border-t-8{
    border-top-width: 8px;
  }

  .tw .xl\:border-t{
    border-top-width: 1px;
  }

  .tw .xl\:border-t-1\.5{
    border-top-width: 1.5px;
  }

  .tw .xl\:border-r-0{
    border-right-width: 0px;
  }

  .tw .xl\:border-r-1{
    border-right-width: 1px;
  }

  .tw .xl\:border-r-2{
    border-right-width: 2px;
  }

  .tw .xl\:border-r-3{
    border-right-width: 3px;
  }

  .tw .xl\:border-r-4{
    border-right-width: 4px;
  }

  .tw .xl\:border-r-8{
    border-right-width: 8px;
  }

  .tw .xl\:border-r{
    border-right-width: 1px;
  }

  .tw .xl\:border-r-1\.5{
    border-right-width: 1.5px;
  }

  .tw .xl\:border-b-0{
    border-bottom-width: 0px;
  }

  .tw .xl\:border-b-1{
    border-bottom-width: 1px;
  }

  .tw .xl\:border-b-2{
    border-bottom-width: 2px;
  }

  .tw .xl\:border-b-3{
    border-bottom-width: 3px;
  }

  .tw .xl\:border-b-4{
    border-bottom-width: 4px;
  }

  .tw .xl\:border-b-8{
    border-bottom-width: 8px;
  }

  .tw .xl\:border-b{
    border-bottom-width: 1px;
  }

  .tw .xl\:border-b-1\.5{
    border-bottom-width: 1.5px;
  }

  .tw .xl\:border-l-0{
    border-left-width: 0px;
  }

  .tw .xl\:border-l-1{
    border-left-width: 1px;
  }

  .tw .xl\:border-l-2{
    border-left-width: 2px;
  }

  .tw .xl\:border-l-3{
    border-left-width: 3px;
  }

  .tw .xl\:border-l-4{
    border-left-width: 4px;
  }

  .tw .xl\:border-l-8{
    border-left-width: 8px;
  }

  .tw .xl\:border-l{
    border-left-width: 1px;
  }

  .tw .xl\:border-l-1\.5{
    border-left-width: 1.5px;
  }

  .tw .xl\:border-solid{
    border-style: solid;
  }

  .tw .xl\:border-dashed{
    border-style: dashed;
  }

  .tw .xl\:border-dotted{
    border-style: dotted;
  }

  .tw .xl\:border-double{
    border-style: double;
  }

  .tw .xl\:border-none{
    border-style: none;
  }

  .tw .xl\:border-current{
    border-color: currentColor;
  }

  .tw .xl\:border-transparent{
    border-color: transparent;
  }

  .tw .xl\:border-white{
    --tw-border-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity));
  }

  .tw .xl\:border-black{
    --tw-border-opacity: 1;
    border-color: rgba(0, 0, 0, var(--tw-border-opacity));
  }

  .tw .xl\:border-gray-10{
    --tw-border-opacity: 1;
    border-color: rgba(240, 240, 240, var(--tw-border-opacity));
  }

  .tw .xl\:border-gray-20{
    --tw-border-opacity: 1;
    border-color: rgba(226, 226, 226, var(--tw-border-opacity));
  }

  .tw .xl\:border-gray-30{
    --tw-border-opacity: 1;
    border-color: rgba(211, 211, 211, var(--tw-border-opacity));
  }

  .tw .xl\:border-gray-40{
    --tw-border-opacity: 1;
    border-color: rgba(197, 197, 197, var(--tw-border-opacity));
  }

  .tw .xl\:border-gray-50{
    --tw-border-opacity: 1;
    border-color: rgba(183, 183, 183, var(--tw-border-opacity));
  }

  .tw .xl\:border-gray-60{
    --tw-border-opacity: 1;
    border-color: rgba(169, 169, 169, var(--tw-border-opacity));
  }

  .tw .xl\:border-gray-70{
    --tw-border-opacity: 1;
    border-color: rgba(156, 156, 156, var(--tw-border-opacity));
  }

  .tw .xl\:border-gray-80{
    --tw-border-opacity: 1;
    border-color: rgba(142, 142, 142, var(--tw-border-opacity));
  }

  .tw .xl\:border-gray-90{
    --tw-border-opacity: 1;
    border-color: rgba(129, 129, 129, var(--tw-border-opacity));
  }

  .tw .xl\:border-gray-100{
    --tw-border-opacity: 1;
    border-color: rgba(108, 109, 114, var(--tw-border-opacity));
  }

  .tw .xl\:border-gray-200{
    --tw-border-opacity: 1;
    border-color: rgba(96, 97, 103, var(--tw-border-opacity));
  }

  .tw .xl\:border-gray-300{
    --tw-border-opacity: 1;
    border-color: rgba(84, 86, 91, var(--tw-border-opacity));
  }

  .tw .xl\:border-gray-400{
    --tw-border-opacity: 1;
    border-color: rgba(73, 73, 80, var(--tw-border-opacity));
  }

  .tw .xl\:border-gray-500{
    --tw-border-opacity: 1;
    border-color: rgba(61, 61, 68, var(--tw-border-opacity));
  }

  .tw .xl\:border-gray-600{
    --tw-border-opacity: 1;
    border-color: rgba(53, 53, 61, var(--tw-border-opacity));
  }

  .tw .xl\:border-gray-700{
    --tw-border-opacity: 1;
    border-color: rgba(45, 45, 49, var(--tw-border-opacity));
  }

  .tw .xl\:border-gray-800{
    --tw-border-opacity: 1;
    border-color: rgba(38, 37, 42, var(--tw-border-opacity));
  }

  .tw .xl\:border-gray-850{
    --tw-border-opacity: 1;
    border-color: rgba(32, 32, 37, var(--tw-border-opacity));
  }

  .tw .xl\:border-gray-900{
    --tw-border-opacity: 1;
    border-color: rgba(27, 27, 32, var(--tw-border-opacity));
  }

  .tw .xl\:border-gray-950{
    --tw-border-opacity: 1;
    border-color: rgba(20, 20, 23, var(--tw-border-opacity));
  }

  .tw .xl\:border-brand-50{
    --tw-border-opacity: 1;
    border-color: rgba(127, 255, 255, var(--tw-border-opacity));
  }

  .tw .xl\:border-brand-100{
    --tw-border-opacity: 1;
    border-color: rgba(87, 226, 255, var(--tw-border-opacity));
  }

  .tw .xl\:border-brand-200{
    --tw-border-opacity: 1;
    border-color: rgba(32, 197, 255, var(--tw-border-opacity));
  }

  .tw .xl\:border-brand-300{
    --tw-border-opacity: 1;
    border-color: rgba(0, 167, 231, var(--tw-border-opacity));
  }

  .tw .xl\:border-brand-400{
    --tw-border-opacity: 1;
    border-color: rgba(0, 139, 201, var(--tw-border-opacity));
  }

  .tw .xl\:border-brand-500{
    --tw-border-opacity: 1;
    border-color: rgba(0, 112, 172, var(--tw-border-opacity));
  }

  .tw .xl\:border-brand-600{
    --tw-border-opacity: 1;
    border-color: rgba(0, 86, 143, var(--tw-border-opacity));
  }

  .tw .xl\:border-brand-700{
    --tw-border-opacity: 1;
    border-color: rgba(0, 62, 116, var(--tw-border-opacity));
  }

  .tw .xl\:border-brand-800{
    --tw-border-opacity: 1;
    border-color: rgba(0, 39, 89, var(--tw-border-opacity));
  }

  .tw .xl\:border-brand-900{
    --tw-border-opacity: 1;
    border-color: rgba(0, 18, 63, var(--tw-border-opacity));
  }

  .tw .xl\:border-brand{
    --tw-border-opacity: 1;
    border-color: rgba(0, 190, 255, var(--tw-border-opacity));
  }

  .tw .xl\:border-brand-base{
    --tw-border-opacity: 1;
    border-color: rgba(0, 190, 255, var(--tw-border-opacity));
  }

  .tw .xl\:border-red-50{
    --tw-border-opacity: 1;
    border-color: rgba(255, 202, 200, var(--tw-border-opacity));
  }

  .tw .xl\:border-red-100{
    --tw-border-opacity: 1;
    border-color: rgba(255, 171, 171, var(--tw-border-opacity));
  }

  .tw .xl\:border-red-200{
    --tw-border-opacity: 1;
    border-color: rgba(255, 142, 142, var(--tw-border-opacity));
  }

  .tw .xl\:border-red-300{
    --tw-border-opacity: 1;
    border-color: rgba(247, 112, 115, var(--tw-border-opacity));
  }

  .tw .xl\:border-red-400{
    --tw-border-opacity: 1;
    border-color: rgba(215, 83, 89, var(--tw-border-opacity));
  }

  .tw .xl\:border-red-500{
    --tw-border-opacity: 1;
    border-color: rgba(182, 54, 64, var(--tw-border-opacity));
  }

  .tw .xl\:border-red-600{
    --tw-border-opacity: 1;
    border-color: rgba(150, 18, 41, var(--tw-border-opacity));
  }

  .tw .xl\:border-red-700{
    --tw-border-opacity: 1;
    border-color: rgba(119, 0, 19, var(--tw-border-opacity));
  }

  .tw .xl\:border-red-800{
    --tw-border-opacity: 1;
    border-color: rgba(89, 0, 0, var(--tw-border-opacity));
  }

  .tw .xl\:border-red-900{
    --tw-border-opacity: 1;
    border-color: rgba(65, 0, 0, var(--tw-border-opacity));
  }

  .tw .xl\:border-red{
    --tw-border-opacity: 1;
    border-color: rgba(211, 80, 86, var(--tw-border-opacity));
  }

  .tw .xl\:border-red-brand{
    --tw-border-opacity: 1;
    border-color: rgba(255, 79, 79, var(--tw-border-opacity));
  }

  .tw .xl\:border-green-50{
    --tw-border-opacity: 1;
    border-color: rgba(141, 255, 205, var(--tw-border-opacity));
  }

  .tw .xl\:border-green-100{
    --tw-border-opacity: 1;
    border-color: rgba(109, 236, 176, var(--tw-border-opacity));
  }

  .tw .xl\:border-green-200{
    --tw-border-opacity: 1;
    border-color: rgba(76, 206, 147, var(--tw-border-opacity));
  }

  .tw .xl\:border-green-300{
    --tw-border-opacity: 1;
    border-color: rgba(36, 176, 119, var(--tw-border-opacity));
  }

  .tw .xl\:border-green-400{
    --tw-border-opacity: 1;
    border-color: rgba(0, 147, 93, var(--tw-border-opacity));
  }

  .tw .xl\:border-green-500{
    --tw-border-opacity: 1;
    border-color: rgba(0, 119, 68, var(--tw-border-opacity));
  }

  .tw .xl\:border-green-600{
    --tw-border-opacity: 1;
    border-color: rgba(0, 91, 43, var(--tw-border-opacity));
  }

  .tw .xl\:border-green-700{
    --tw-border-opacity: 1;
    border-color: rgba(0, 65, 21, var(--tw-border-opacity));
  }

  .tw .xl\:border-green-800{
    --tw-border-opacity: 1;
    border-color: rgba(0, 43, 0, var(--tw-border-opacity));
  }

  .tw .xl\:border-green-900{
    --tw-border-opacity: 1;
    border-color: rgba(0, 27, 0, var(--tw-border-opacity));
  }

  .tw .xl\:border-green{
    --tw-border-opacity: 1;
    border-color: rgba(46, 182, 125, var(--tw-border-opacity));
  }

  .tw .xl\:border-yellow-50{
    --tw-border-opacity: 1;
    border-color: rgba(255, 235, 87, var(--tw-border-opacity));
  }

  .tw .xl\:border-yellow-100{
    --tw-border-opacity: 1;
    border-color: rgba(255, 205, 55, var(--tw-border-opacity));
  }

  .tw .xl\:border-yellow-200{
    --tw-border-opacity: 1;
    border-color: rgba(228, 176, 9, var(--tw-border-opacity));
  }

  .tw .xl\:border-yellow-300{
    --tw-border-opacity: 1;
    border-color: rgba(195, 148, 0, var(--tw-border-opacity));
  }

  .tw .xl\:border-yellow-400{
    --tw-border-opacity: 1;
    border-color: rgba(163, 121, 0, var(--tw-border-opacity));
  }

  .tw .xl\:border-yellow-500{
    --tw-border-opacity: 1;
    border-color: rgba(133, 95, 0, var(--tw-border-opacity));
  }

  .tw .xl\:border-yellow-600{
    --tw-border-opacity: 1;
    border-color: rgba(104, 70, 0, var(--tw-border-opacity));
  }

  .tw .xl\:border-yellow-700{
    --tw-border-opacity: 1;
    border-color: rgba(79, 46, 0, var(--tw-border-opacity));
  }

  .tw .xl\:border-yellow-800{
    --tw-border-opacity: 1;
    border-color: rgba(61, 22, 0, var(--tw-border-opacity));
  }

  .tw .xl\:border-yellow-900{
    --tw-border-opacity: 1;
    border-color: rgba(50, 0, 0, var(--tw-border-opacity));
  }

  .tw .xl\:border-yellow{
    --tw-border-opacity: 1;
    border-color: rgba(254, 199, 47, var(--tw-border-opacity));
  }

  .tw .xl\:border-purple-50{
    --tw-border-opacity: 1;
    border-color: rgba(255, 216, 255, var(--tw-border-opacity));
  }

  .tw .xl\:border-purple-100{
    --tw-border-opacity: 1;
    border-color: rgba(240, 186, 255, var(--tw-border-opacity));
  }

  .tw .xl\:border-purple-200{
    --tw-border-opacity: 1;
    border-color: rgba(208, 157, 255, var(--tw-border-opacity));
  }

  .tw .xl\:border-purple-300{
    --tw-border-opacity: 1;
    border-color: rgba(177, 128, 255, var(--tw-border-opacity));
  }

  .tw .xl\:border-purple-400{
    --tw-border-opacity: 1;
    border-color: rgba(146, 101, 233, var(--tw-border-opacity));
  }

  .tw .xl\:border-purple-500{
    --tw-border-opacity: 1;
    border-color: rgba(116, 74, 203, var(--tw-border-opacity));
  }

  .tw .xl\:border-purple-600{
    --tw-border-opacity: 1;
    border-color: rgba(85, 48, 173, var(--tw-border-opacity));
  }

  .tw .xl\:border-purple-700{
    --tw-border-opacity: 1;
    border-color: rgba(53, 22, 144, var(--tw-border-opacity));
  }

  .tw .xl\:border-purple-800{
    --tw-border-opacity: 1;
    border-color: rgba(9, 0, 116, var(--tw-border-opacity));
  }

  .tw .xl\:border-purple-900{
    --tw-border-opacity: 1;
    border-color: rgba(0, 0, 89, var(--tw-border-opacity));
  }

  .tw .xl\:border-purple{
    --tw-border-opacity: 1;
    border-color: rgba(168, 120, 255, var(--tw-border-opacity));
  }

  .tw .xl\:border-orange-50{
    --tw-border-opacity: 1;
    border-color: rgba(255, 210, 131, var(--tw-border-opacity));
  }

  .tw .xl\:border-orange-100{
    --tw-border-opacity: 1;
    border-color: rgba(255, 180, 103, var(--tw-border-opacity));
  }

  .tw .xl\:border-orange-200{
    --tw-border-opacity: 1;
    border-color: rgba(255, 151, 75, var(--tw-border-opacity));
  }

  .tw .xl\:border-orange-300{
    --tw-border-opacity: 1;
    border-color: rgba(240, 122, 47, var(--tw-border-opacity));
  }

  .tw .xl\:border-orange-400{
    --tw-border-opacity: 1;
    border-color: rgba(206, 95, 17, var(--tw-border-opacity));
  }

  .tw .xl\:border-orange-500{
    --tw-border-opacity: 1;
    border-color: rgba(173, 68, 0, var(--tw-border-opacity));
  }

  .tw .xl\:border-orange-600{
    --tw-border-opacity: 1;
    border-color: rgba(141, 40, 0, var(--tw-border-opacity));
  }

  .tw .xl\:border-orange-700{
    --tw-border-opacity: 1;
    border-color: rgba(111, 6, 0, var(--tw-border-opacity));
  }

  .tw .xl\:border-orange-800{
    --tw-border-opacity: 1;
    border-color: rgba(84, 0, 0, var(--tw-border-opacity));
  }

  .tw .xl\:border-orange-900{
    --tw-border-opacity: 1;
    border-color: rgba(65, 0, 0, var(--tw-border-opacity));
  }

  .tw .xl\:border-orange{
    --tw-border-opacity: 1;
    border-color: rgba(245, 127, 52, var(--tw-border-opacity));
  }

  .tw .xl\:border-surface-brand{
    --tw-border-opacity: 1;
    border-color: rgba(26, 26, 26, var(--tw-border-opacity));
  }

  .tw .xl\:border-surface-lower{
    --tw-border-opacity: 1;
    border-color: rgba(18, 19, 20, var(--tw-border-opacity));
  }

  .tw .xl\:border-surface-base{
    --tw-border-opacity: 1;
    border-color: rgba(29, 30, 31, var(--tw-border-opacity));
  }

  .tw .xl\:border-surface-low{
    --tw-border-opacity: 1;
    border-color: rgba(33, 33, 36, var(--tw-border-opacity));
  }

  .tw .xl\:border-surface-middle{
    --tw-border-opacity: 1;
    border-color: rgba(38, 38, 42, var(--tw-border-opacity));
  }

  .tw .xl\:border-surface-upper{
    --tw-border-opacity: 1;
    border-color: rgba(41, 41, 46, var(--tw-border-opacity));
  }

  .tw .xl\:border-surface-high{
    --tw-border-opacity: 1;
    border-color: rgba(52, 52, 53, var(--tw-border-opacity));
  }

  .tw .xl\:border-surface-higher{
    --tw-border-opacity: 1;
    border-color: rgba(74, 75, 75, var(--tw-border-opacity));
  }

  .tw .xl\:border-surface-highest{
    --tw-border-opacity: 1;
    border-color: rgba(97, 97, 98, var(--tw-border-opacity));
  }

  .tw .xl\:border-glyph-base{
    --tw-border-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity));
  }

  .tw .xl\:border-glyph-light{
    --tw-border-opacity: 1;
    border-color: rgba(194, 194, 194, var(--tw-border-opacity));
  }

  .tw .xl\:border-glyph-lighter{
    --tw-border-opacity: 1;
    border-color: rgba(150, 150, 150, var(--tw-border-opacity));
  }

  .tw .xl\:border-glyph-lightest{
    --tw-border-opacity: 1;
    border-color: rgba(80, 80, 80, var(--tw-border-opacity));
  }

  .tw .xl\:border-link{
    --tw-border-opacity: 1;
    border-color: rgba(0, 190, 255, var(--tw-border-opacity));
  }

  .tw .xl\:border-info-error{
    --tw-border-opacity: 1;
    border-color: rgba(235, 51, 65, var(--tw-border-opacity));
  }

  .tw .xl\:border-info-danger{
    --tw-border-opacity: 1;
    border-color: rgba(247, 127, 37, var(--tw-border-opacity));
  }

  .tw .xl\:border-info-warn{
    --tw-border-opacity: 1;
    border-color: rgba(255, 200, 47, var(--tw-border-opacity));
  }

  .tw .xl\:border-info-ok{
    --tw-border-opacity: 1;
    border-color: rgba(0, 151, 79, var(--tw-border-opacity));
  }

  .tw .xl\:border-info-notice{
    --tw-border-opacity: 1;
    border-color: rgba(1, 128, 255, var(--tw-border-opacity));
  }

  .tw .xl\:border-accent-1{
    --tw-border-opacity: 1;
    border-color: rgba(255, 93, 105, var(--tw-border-opacity));
  }

  .tw .xl\:border-accent-2{
    --tw-border-opacity: 1;
    border-color: rgba(7, 245, 175, var(--tw-border-opacity));
  }

  .tw .xl\:border-accent-3{
    --tw-border-opacity: 1;
    border-color: rgba(4, 211, 114, var(--tw-border-opacity));
  }

  .tw .xl\:border-accent-4{
    --tw-border-opacity: 1;
    border-color: rgba(132, 81, 245, var(--tw-border-opacity));
  }

  .tw .xl\:hover\:border-current:hover{
    border-color: currentColor;
  }

  .tw .xl\:hover\:border-transparent:hover{
    border-color: transparent;
  }

  .tw .xl\:hover\:border-white:hover{
    --tw-border-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity));
  }

  .tw .xl\:hover\:border-black:hover{
    --tw-border-opacity: 1;
    border-color: rgba(0, 0, 0, var(--tw-border-opacity));
  }

  .tw .xl\:hover\:border-gray-10:hover{
    --tw-border-opacity: 1;
    border-color: rgba(240, 240, 240, var(--tw-border-opacity));
  }

  .tw .xl\:hover\:border-gray-20:hover{
    --tw-border-opacity: 1;
    border-color: rgba(226, 226, 226, var(--tw-border-opacity));
  }

  .tw .xl\:hover\:border-gray-30:hover{
    --tw-border-opacity: 1;
    border-color: rgba(211, 211, 211, var(--tw-border-opacity));
  }

  .tw .xl\:hover\:border-gray-40:hover{
    --tw-border-opacity: 1;
    border-color: rgba(197, 197, 197, var(--tw-border-opacity));
  }

  .tw .xl\:hover\:border-gray-50:hover{
    --tw-border-opacity: 1;
    border-color: rgba(183, 183, 183, var(--tw-border-opacity));
  }

  .tw .xl\:hover\:border-gray-60:hover{
    --tw-border-opacity: 1;
    border-color: rgba(169, 169, 169, var(--tw-border-opacity));
  }

  .tw .xl\:hover\:border-gray-70:hover{
    --tw-border-opacity: 1;
    border-color: rgba(156, 156, 156, var(--tw-border-opacity));
  }

  .tw .xl\:hover\:border-gray-80:hover{
    --tw-border-opacity: 1;
    border-color: rgba(142, 142, 142, var(--tw-border-opacity));
  }

  .tw .xl\:hover\:border-gray-90:hover{
    --tw-border-opacity: 1;
    border-color: rgba(129, 129, 129, var(--tw-border-opacity));
  }

  .tw .xl\:hover\:border-gray-100:hover{
    --tw-border-opacity: 1;
    border-color: rgba(108, 109, 114, var(--tw-border-opacity));
  }

  .tw .xl\:hover\:border-gray-200:hover{
    --tw-border-opacity: 1;
    border-color: rgba(96, 97, 103, var(--tw-border-opacity));
  }

  .tw .xl\:hover\:border-gray-300:hover{
    --tw-border-opacity: 1;
    border-color: rgba(84, 86, 91, var(--tw-border-opacity));
  }

  .tw .xl\:hover\:border-gray-400:hover{
    --tw-border-opacity: 1;
    border-color: rgba(73, 73, 80, var(--tw-border-opacity));
  }

  .tw .xl\:hover\:border-gray-500:hover{
    --tw-border-opacity: 1;
    border-color: rgba(61, 61, 68, var(--tw-border-opacity));
  }

  .tw .xl\:hover\:border-gray-600:hover{
    --tw-border-opacity: 1;
    border-color: rgba(53, 53, 61, var(--tw-border-opacity));
  }

  .tw .xl\:hover\:border-gray-700:hover{
    --tw-border-opacity: 1;
    border-color: rgba(45, 45, 49, var(--tw-border-opacity));
  }

  .tw .xl\:hover\:border-gray-800:hover{
    --tw-border-opacity: 1;
    border-color: rgba(38, 37, 42, var(--tw-border-opacity));
  }

  .tw .xl\:hover\:border-gray-850:hover{
    --tw-border-opacity: 1;
    border-color: rgba(32, 32, 37, var(--tw-border-opacity));
  }

  .tw .xl\:hover\:border-gray-900:hover{
    --tw-border-opacity: 1;
    border-color: rgba(27, 27, 32, var(--tw-border-opacity));
  }

  .tw .xl\:hover\:border-gray-950:hover{
    --tw-border-opacity: 1;
    border-color: rgba(20, 20, 23, var(--tw-border-opacity));
  }

  .tw .xl\:hover\:border-brand-50:hover{
    --tw-border-opacity: 1;
    border-color: rgba(127, 255, 255, var(--tw-border-opacity));
  }

  .tw .xl\:hover\:border-brand-100:hover{
    --tw-border-opacity: 1;
    border-color: rgba(87, 226, 255, var(--tw-border-opacity));
  }

  .tw .xl\:hover\:border-brand-200:hover{
    --tw-border-opacity: 1;
    border-color: rgba(32, 197, 255, var(--tw-border-opacity));
  }

  .tw .xl\:hover\:border-brand-300:hover{
    --tw-border-opacity: 1;
    border-color: rgba(0, 167, 231, var(--tw-border-opacity));
  }

  .tw .xl\:hover\:border-brand-400:hover{
    --tw-border-opacity: 1;
    border-color: rgba(0, 139, 201, var(--tw-border-opacity));
  }

  .tw .xl\:hover\:border-brand-500:hover{
    --tw-border-opacity: 1;
    border-color: rgba(0, 112, 172, var(--tw-border-opacity));
  }

  .tw .xl\:hover\:border-brand-600:hover{
    --tw-border-opacity: 1;
    border-color: rgba(0, 86, 143, var(--tw-border-opacity));
  }

  .tw .xl\:hover\:border-brand-700:hover{
    --tw-border-opacity: 1;
    border-color: rgba(0, 62, 116, var(--tw-border-opacity));
  }

  .tw .xl\:hover\:border-brand-800:hover{
    --tw-border-opacity: 1;
    border-color: rgba(0, 39, 89, var(--tw-border-opacity));
  }

  .tw .xl\:hover\:border-brand-900:hover{
    --tw-border-opacity: 1;
    border-color: rgba(0, 18, 63, var(--tw-border-opacity));
  }

  .tw .xl\:hover\:border-brand:hover{
    --tw-border-opacity: 1;
    border-color: rgba(0, 190, 255, var(--tw-border-opacity));
  }

  .tw .xl\:hover\:border-brand-base:hover{
    --tw-border-opacity: 1;
    border-color: rgba(0, 190, 255, var(--tw-border-opacity));
  }

  .tw .xl\:hover\:border-red-50:hover{
    --tw-border-opacity: 1;
    border-color: rgba(255, 202, 200, var(--tw-border-opacity));
  }

  .tw .xl\:hover\:border-red-100:hover{
    --tw-border-opacity: 1;
    border-color: rgba(255, 171, 171, var(--tw-border-opacity));
  }

  .tw .xl\:hover\:border-red-200:hover{
    --tw-border-opacity: 1;
    border-color: rgba(255, 142, 142, var(--tw-border-opacity));
  }

  .tw .xl\:hover\:border-red-300:hover{
    --tw-border-opacity: 1;
    border-color: rgba(247, 112, 115, var(--tw-border-opacity));
  }

  .tw .xl\:hover\:border-red-400:hover{
    --tw-border-opacity: 1;
    border-color: rgba(215, 83, 89, var(--tw-border-opacity));
  }

  .tw .xl\:hover\:border-red-500:hover{
    --tw-border-opacity: 1;
    border-color: rgba(182, 54, 64, var(--tw-border-opacity));
  }

  .tw .xl\:hover\:border-red-600:hover{
    --tw-border-opacity: 1;
    border-color: rgba(150, 18, 41, var(--tw-border-opacity));
  }

  .tw .xl\:hover\:border-red-700:hover{
    --tw-border-opacity: 1;
    border-color: rgba(119, 0, 19, var(--tw-border-opacity));
  }

  .tw .xl\:hover\:border-red-800:hover{
    --tw-border-opacity: 1;
    border-color: rgba(89, 0, 0, var(--tw-border-opacity));
  }

  .tw .xl\:hover\:border-red-900:hover{
    --tw-border-opacity: 1;
    border-color: rgba(65, 0, 0, var(--tw-border-opacity));
  }

  .tw .xl\:hover\:border-red:hover{
    --tw-border-opacity: 1;
    border-color: rgba(211, 80, 86, var(--tw-border-opacity));
  }

  .tw .xl\:hover\:border-red-brand:hover{
    --tw-border-opacity: 1;
    border-color: rgba(255, 79, 79, var(--tw-border-opacity));
  }

  .tw .xl\:hover\:border-green-50:hover{
    --tw-border-opacity: 1;
    border-color: rgba(141, 255, 205, var(--tw-border-opacity));
  }

  .tw .xl\:hover\:border-green-100:hover{
    --tw-border-opacity: 1;
    border-color: rgba(109, 236, 176, var(--tw-border-opacity));
  }

  .tw .xl\:hover\:border-green-200:hover{
    --tw-border-opacity: 1;
    border-color: rgba(76, 206, 147, var(--tw-border-opacity));
  }

  .tw .xl\:hover\:border-green-300:hover{
    --tw-border-opacity: 1;
    border-color: rgba(36, 176, 119, var(--tw-border-opacity));
  }

  .tw .xl\:hover\:border-green-400:hover{
    --tw-border-opacity: 1;
    border-color: rgba(0, 147, 93, var(--tw-border-opacity));
  }

  .tw .xl\:hover\:border-green-500:hover{
    --tw-border-opacity: 1;
    border-color: rgba(0, 119, 68, var(--tw-border-opacity));
  }

  .tw .xl\:hover\:border-green-600:hover{
    --tw-border-opacity: 1;
    border-color: rgba(0, 91, 43, var(--tw-border-opacity));
  }

  .tw .xl\:hover\:border-green-700:hover{
    --tw-border-opacity: 1;
    border-color: rgba(0, 65, 21, var(--tw-border-opacity));
  }

  .tw .xl\:hover\:border-green-800:hover{
    --tw-border-opacity: 1;
    border-color: rgba(0, 43, 0, var(--tw-border-opacity));
  }

  .tw .xl\:hover\:border-green-900:hover{
    --tw-border-opacity: 1;
    border-color: rgba(0, 27, 0, var(--tw-border-opacity));
  }

  .tw .xl\:hover\:border-green:hover{
    --tw-border-opacity: 1;
    border-color: rgba(46, 182, 125, var(--tw-border-opacity));
  }

  .tw .xl\:hover\:border-yellow-50:hover{
    --tw-border-opacity: 1;
    border-color: rgba(255, 235, 87, var(--tw-border-opacity));
  }

  .tw .xl\:hover\:border-yellow-100:hover{
    --tw-border-opacity: 1;
    border-color: rgba(255, 205, 55, var(--tw-border-opacity));
  }

  .tw .xl\:hover\:border-yellow-200:hover{
    --tw-border-opacity: 1;
    border-color: rgba(228, 176, 9, var(--tw-border-opacity));
  }

  .tw .xl\:hover\:border-yellow-300:hover{
    --tw-border-opacity: 1;
    border-color: rgba(195, 148, 0, var(--tw-border-opacity));
  }

  .tw .xl\:hover\:border-yellow-400:hover{
    --tw-border-opacity: 1;
    border-color: rgba(163, 121, 0, var(--tw-border-opacity));
  }

  .tw .xl\:hover\:border-yellow-500:hover{
    --tw-border-opacity: 1;
    border-color: rgba(133, 95, 0, var(--tw-border-opacity));
  }

  .tw .xl\:hover\:border-yellow-600:hover{
    --tw-border-opacity: 1;
    border-color: rgba(104, 70, 0, var(--tw-border-opacity));
  }

  .tw .xl\:hover\:border-yellow-700:hover{
    --tw-border-opacity: 1;
    border-color: rgba(79, 46, 0, var(--tw-border-opacity));
  }

  .tw .xl\:hover\:border-yellow-800:hover{
    --tw-border-opacity: 1;
    border-color: rgba(61, 22, 0, var(--tw-border-opacity));
  }

  .tw .xl\:hover\:border-yellow-900:hover{
    --tw-border-opacity: 1;
    border-color: rgba(50, 0, 0, var(--tw-border-opacity));
  }

  .tw .xl\:hover\:border-yellow:hover{
    --tw-border-opacity: 1;
    border-color: rgba(254, 199, 47, var(--tw-border-opacity));
  }

  .tw .xl\:hover\:border-purple-50:hover{
    --tw-border-opacity: 1;
    border-color: rgba(255, 216, 255, var(--tw-border-opacity));
  }

  .tw .xl\:hover\:border-purple-100:hover{
    --tw-border-opacity: 1;
    border-color: rgba(240, 186, 255, var(--tw-border-opacity));
  }

  .tw .xl\:hover\:border-purple-200:hover{
    --tw-border-opacity: 1;
    border-color: rgba(208, 157, 255, var(--tw-border-opacity));
  }

  .tw .xl\:hover\:border-purple-300:hover{
    --tw-border-opacity: 1;
    border-color: rgba(177, 128, 255, var(--tw-border-opacity));
  }

  .tw .xl\:hover\:border-purple-400:hover{
    --tw-border-opacity: 1;
    border-color: rgba(146, 101, 233, var(--tw-border-opacity));
  }

  .tw .xl\:hover\:border-purple-500:hover{
    --tw-border-opacity: 1;
    border-color: rgba(116, 74, 203, var(--tw-border-opacity));
  }

  .tw .xl\:hover\:border-purple-600:hover{
    --tw-border-opacity: 1;
    border-color: rgba(85, 48, 173, var(--tw-border-opacity));
  }

  .tw .xl\:hover\:border-purple-700:hover{
    --tw-border-opacity: 1;
    border-color: rgba(53, 22, 144, var(--tw-border-opacity));
  }

  .tw .xl\:hover\:border-purple-800:hover{
    --tw-border-opacity: 1;
    border-color: rgba(9, 0, 116, var(--tw-border-opacity));
  }

  .tw .xl\:hover\:border-purple-900:hover{
    --tw-border-opacity: 1;
    border-color: rgba(0, 0, 89, var(--tw-border-opacity));
  }

  .tw .xl\:hover\:border-purple:hover{
    --tw-border-opacity: 1;
    border-color: rgba(168, 120, 255, var(--tw-border-opacity));
  }

  .tw .xl\:hover\:border-orange-50:hover{
    --tw-border-opacity: 1;
    border-color: rgba(255, 210, 131, var(--tw-border-opacity));
  }

  .tw .xl\:hover\:border-orange-100:hover{
    --tw-border-opacity: 1;
    border-color: rgba(255, 180, 103, var(--tw-border-opacity));
  }

  .tw .xl\:hover\:border-orange-200:hover{
    --tw-border-opacity: 1;
    border-color: rgba(255, 151, 75, var(--tw-border-opacity));
  }

  .tw .xl\:hover\:border-orange-300:hover{
    --tw-border-opacity: 1;
    border-color: rgba(240, 122, 47, var(--tw-border-opacity));
  }

  .tw .xl\:hover\:border-orange-400:hover{
    --tw-border-opacity: 1;
    border-color: rgba(206, 95, 17, var(--tw-border-opacity));
  }

  .tw .xl\:hover\:border-orange-500:hover{
    --tw-border-opacity: 1;
    border-color: rgba(173, 68, 0, var(--tw-border-opacity));
  }

  .tw .xl\:hover\:border-orange-600:hover{
    --tw-border-opacity: 1;
    border-color: rgba(141, 40, 0, var(--tw-border-opacity));
  }

  .tw .xl\:hover\:border-orange-700:hover{
    --tw-border-opacity: 1;
    border-color: rgba(111, 6, 0, var(--tw-border-opacity));
  }

  .tw .xl\:hover\:border-orange-800:hover{
    --tw-border-opacity: 1;
    border-color: rgba(84, 0, 0, var(--tw-border-opacity));
  }

  .tw .xl\:hover\:border-orange-900:hover{
    --tw-border-opacity: 1;
    border-color: rgba(65, 0, 0, var(--tw-border-opacity));
  }

  .tw .xl\:hover\:border-orange:hover{
    --tw-border-opacity: 1;
    border-color: rgba(245, 127, 52, var(--tw-border-opacity));
  }

  .tw .xl\:hover\:border-surface-brand:hover{
    --tw-border-opacity: 1;
    border-color: rgba(26, 26, 26, var(--tw-border-opacity));
  }

  .tw .xl\:hover\:border-surface-lower:hover{
    --tw-border-opacity: 1;
    border-color: rgba(18, 19, 20, var(--tw-border-opacity));
  }

  .tw .xl\:hover\:border-surface-base:hover{
    --tw-border-opacity: 1;
    border-color: rgba(29, 30, 31, var(--tw-border-opacity));
  }

  .tw .xl\:hover\:border-surface-low:hover{
    --tw-border-opacity: 1;
    border-color: rgba(33, 33, 36, var(--tw-border-opacity));
  }

  .tw .xl\:hover\:border-surface-middle:hover{
    --tw-border-opacity: 1;
    border-color: rgba(38, 38, 42, var(--tw-border-opacity));
  }

  .tw .xl\:hover\:border-surface-upper:hover{
    --tw-border-opacity: 1;
    border-color: rgba(41, 41, 46, var(--tw-border-opacity));
  }

  .tw .xl\:hover\:border-surface-high:hover{
    --tw-border-opacity: 1;
    border-color: rgba(52, 52, 53, var(--tw-border-opacity));
  }

  .tw .xl\:hover\:border-surface-higher:hover{
    --tw-border-opacity: 1;
    border-color: rgba(74, 75, 75, var(--tw-border-opacity));
  }

  .tw .xl\:hover\:border-surface-highest:hover{
    --tw-border-opacity: 1;
    border-color: rgba(97, 97, 98, var(--tw-border-opacity));
  }

  .tw .xl\:hover\:border-glyph-base:hover{
    --tw-border-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity));
  }

  .tw .xl\:hover\:border-glyph-light:hover{
    --tw-border-opacity: 1;
    border-color: rgba(194, 194, 194, var(--tw-border-opacity));
  }

  .tw .xl\:hover\:border-glyph-lighter:hover{
    --tw-border-opacity: 1;
    border-color: rgba(150, 150, 150, var(--tw-border-opacity));
  }

  .tw .xl\:hover\:border-glyph-lightest:hover{
    --tw-border-opacity: 1;
    border-color: rgba(80, 80, 80, var(--tw-border-opacity));
  }

  .tw .xl\:hover\:border-link:hover{
    --tw-border-opacity: 1;
    border-color: rgba(0, 190, 255, var(--tw-border-opacity));
  }

  .tw .xl\:hover\:border-info-error:hover{
    --tw-border-opacity: 1;
    border-color: rgba(235, 51, 65, var(--tw-border-opacity));
  }

  .tw .xl\:hover\:border-info-danger:hover{
    --tw-border-opacity: 1;
    border-color: rgba(247, 127, 37, var(--tw-border-opacity));
  }

  .tw .xl\:hover\:border-info-warn:hover{
    --tw-border-opacity: 1;
    border-color: rgba(255, 200, 47, var(--tw-border-opacity));
  }

  .tw .xl\:hover\:border-info-ok:hover{
    --tw-border-opacity: 1;
    border-color: rgba(0, 151, 79, var(--tw-border-opacity));
  }

  .tw .xl\:hover\:border-info-notice:hover{
    --tw-border-opacity: 1;
    border-color: rgba(1, 128, 255, var(--tw-border-opacity));
  }

  .tw .xl\:hover\:border-accent-1:hover{
    --tw-border-opacity: 1;
    border-color: rgba(255, 93, 105, var(--tw-border-opacity));
  }

  .tw .xl\:hover\:border-accent-2:hover{
    --tw-border-opacity: 1;
    border-color: rgba(7, 245, 175, var(--tw-border-opacity));
  }

  .tw .xl\:hover\:border-accent-3:hover{
    --tw-border-opacity: 1;
    border-color: rgba(4, 211, 114, var(--tw-border-opacity));
  }

  .tw .xl\:hover\:border-accent-4:hover{
    --tw-border-opacity: 1;
    border-color: rgba(132, 81, 245, var(--tw-border-opacity));
  }

  .tw .group:hover .xl\:group-hover\:border-current{
    border-color: currentColor;
  }

  .tw .group:hover .xl\:group-hover\:border-transparent{
    border-color: transparent;
  }

  .tw .group:hover .xl\:group-hover\:border-white{
    --tw-border-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity));
  }

  .tw .group:hover .xl\:group-hover\:border-black{
    --tw-border-opacity: 1;
    border-color: rgba(0, 0, 0, var(--tw-border-opacity));
  }

  .tw .group:hover .xl\:group-hover\:border-gray-10{
    --tw-border-opacity: 1;
    border-color: rgba(240, 240, 240, var(--tw-border-opacity));
  }

  .tw .group:hover .xl\:group-hover\:border-gray-20{
    --tw-border-opacity: 1;
    border-color: rgba(226, 226, 226, var(--tw-border-opacity));
  }

  .tw .group:hover .xl\:group-hover\:border-gray-30{
    --tw-border-opacity: 1;
    border-color: rgba(211, 211, 211, var(--tw-border-opacity));
  }

  .tw .group:hover .xl\:group-hover\:border-gray-40{
    --tw-border-opacity: 1;
    border-color: rgba(197, 197, 197, var(--tw-border-opacity));
  }

  .tw .group:hover .xl\:group-hover\:border-gray-50{
    --tw-border-opacity: 1;
    border-color: rgba(183, 183, 183, var(--tw-border-opacity));
  }

  .tw .group:hover .xl\:group-hover\:border-gray-60{
    --tw-border-opacity: 1;
    border-color: rgba(169, 169, 169, var(--tw-border-opacity));
  }

  .tw .group:hover .xl\:group-hover\:border-gray-70{
    --tw-border-opacity: 1;
    border-color: rgba(156, 156, 156, var(--tw-border-opacity));
  }

  .tw .group:hover .xl\:group-hover\:border-gray-80{
    --tw-border-opacity: 1;
    border-color: rgba(142, 142, 142, var(--tw-border-opacity));
  }

  .tw .group:hover .xl\:group-hover\:border-gray-90{
    --tw-border-opacity: 1;
    border-color: rgba(129, 129, 129, var(--tw-border-opacity));
  }

  .tw .group:hover .xl\:group-hover\:border-gray-100{
    --tw-border-opacity: 1;
    border-color: rgba(108, 109, 114, var(--tw-border-opacity));
  }

  .tw .group:hover .xl\:group-hover\:border-gray-200{
    --tw-border-opacity: 1;
    border-color: rgba(96, 97, 103, var(--tw-border-opacity));
  }

  .tw .group:hover .xl\:group-hover\:border-gray-300{
    --tw-border-opacity: 1;
    border-color: rgba(84, 86, 91, var(--tw-border-opacity));
  }

  .tw .group:hover .xl\:group-hover\:border-gray-400{
    --tw-border-opacity: 1;
    border-color: rgba(73, 73, 80, var(--tw-border-opacity));
  }

  .tw .group:hover .xl\:group-hover\:border-gray-500{
    --tw-border-opacity: 1;
    border-color: rgba(61, 61, 68, var(--tw-border-opacity));
  }

  .tw .group:hover .xl\:group-hover\:border-gray-600{
    --tw-border-opacity: 1;
    border-color: rgba(53, 53, 61, var(--tw-border-opacity));
  }

  .tw .group:hover .xl\:group-hover\:border-gray-700{
    --tw-border-opacity: 1;
    border-color: rgba(45, 45, 49, var(--tw-border-opacity));
  }

  .tw .group:hover .xl\:group-hover\:border-gray-800{
    --tw-border-opacity: 1;
    border-color: rgba(38, 37, 42, var(--tw-border-opacity));
  }

  .tw .group:hover .xl\:group-hover\:border-gray-850{
    --tw-border-opacity: 1;
    border-color: rgba(32, 32, 37, var(--tw-border-opacity));
  }

  .tw .group:hover .xl\:group-hover\:border-gray-900{
    --tw-border-opacity: 1;
    border-color: rgba(27, 27, 32, var(--tw-border-opacity));
  }

  .tw .group:hover .xl\:group-hover\:border-gray-950{
    --tw-border-opacity: 1;
    border-color: rgba(20, 20, 23, var(--tw-border-opacity));
  }

  .tw .group:hover .xl\:group-hover\:border-brand-50{
    --tw-border-opacity: 1;
    border-color: rgba(127, 255, 255, var(--tw-border-opacity));
  }

  .tw .group:hover .xl\:group-hover\:border-brand-100{
    --tw-border-opacity: 1;
    border-color: rgba(87, 226, 255, var(--tw-border-opacity));
  }

  .tw .group:hover .xl\:group-hover\:border-brand-200{
    --tw-border-opacity: 1;
    border-color: rgba(32, 197, 255, var(--tw-border-opacity));
  }

  .tw .group:hover .xl\:group-hover\:border-brand-300{
    --tw-border-opacity: 1;
    border-color: rgba(0, 167, 231, var(--tw-border-opacity));
  }

  .tw .group:hover .xl\:group-hover\:border-brand-400{
    --tw-border-opacity: 1;
    border-color: rgba(0, 139, 201, var(--tw-border-opacity));
  }

  .tw .group:hover .xl\:group-hover\:border-brand-500{
    --tw-border-opacity: 1;
    border-color: rgba(0, 112, 172, var(--tw-border-opacity));
  }

  .tw .group:hover .xl\:group-hover\:border-brand-600{
    --tw-border-opacity: 1;
    border-color: rgba(0, 86, 143, var(--tw-border-opacity));
  }

  .tw .group:hover .xl\:group-hover\:border-brand-700{
    --tw-border-opacity: 1;
    border-color: rgba(0, 62, 116, var(--tw-border-opacity));
  }

  .tw .group:hover .xl\:group-hover\:border-brand-800{
    --tw-border-opacity: 1;
    border-color: rgba(0, 39, 89, var(--tw-border-opacity));
  }

  .tw .group:hover .xl\:group-hover\:border-brand-900{
    --tw-border-opacity: 1;
    border-color: rgba(0, 18, 63, var(--tw-border-opacity));
  }

  .tw .group:hover .xl\:group-hover\:border-brand{
    --tw-border-opacity: 1;
    border-color: rgba(0, 190, 255, var(--tw-border-opacity));
  }

  .tw .group:hover .xl\:group-hover\:border-brand-base{
    --tw-border-opacity: 1;
    border-color: rgba(0, 190, 255, var(--tw-border-opacity));
  }

  .tw .group:hover .xl\:group-hover\:border-red-50{
    --tw-border-opacity: 1;
    border-color: rgba(255, 202, 200, var(--tw-border-opacity));
  }

  .tw .group:hover .xl\:group-hover\:border-red-100{
    --tw-border-opacity: 1;
    border-color: rgba(255, 171, 171, var(--tw-border-opacity));
  }

  .tw .group:hover .xl\:group-hover\:border-red-200{
    --tw-border-opacity: 1;
    border-color: rgba(255, 142, 142, var(--tw-border-opacity));
  }

  .tw .group:hover .xl\:group-hover\:border-red-300{
    --tw-border-opacity: 1;
    border-color: rgba(247, 112, 115, var(--tw-border-opacity));
  }

  .tw .group:hover .xl\:group-hover\:border-red-400{
    --tw-border-opacity: 1;
    border-color: rgba(215, 83, 89, var(--tw-border-opacity));
  }

  .tw .group:hover .xl\:group-hover\:border-red-500{
    --tw-border-opacity: 1;
    border-color: rgba(182, 54, 64, var(--tw-border-opacity));
  }

  .tw .group:hover .xl\:group-hover\:border-red-600{
    --tw-border-opacity: 1;
    border-color: rgba(150, 18, 41, var(--tw-border-opacity));
  }

  .tw .group:hover .xl\:group-hover\:border-red-700{
    --tw-border-opacity: 1;
    border-color: rgba(119, 0, 19, var(--tw-border-opacity));
  }

  .tw .group:hover .xl\:group-hover\:border-red-800{
    --tw-border-opacity: 1;
    border-color: rgba(89, 0, 0, var(--tw-border-opacity));
  }

  .tw .group:hover .xl\:group-hover\:border-red-900{
    --tw-border-opacity: 1;
    border-color: rgba(65, 0, 0, var(--tw-border-opacity));
  }

  .tw .group:hover .xl\:group-hover\:border-red{
    --tw-border-opacity: 1;
    border-color: rgba(211, 80, 86, var(--tw-border-opacity));
  }

  .tw .group:hover .xl\:group-hover\:border-red-brand{
    --tw-border-opacity: 1;
    border-color: rgba(255, 79, 79, var(--tw-border-opacity));
  }

  .tw .group:hover .xl\:group-hover\:border-green-50{
    --tw-border-opacity: 1;
    border-color: rgba(141, 255, 205, var(--tw-border-opacity));
  }

  .tw .group:hover .xl\:group-hover\:border-green-100{
    --tw-border-opacity: 1;
    border-color: rgba(109, 236, 176, var(--tw-border-opacity));
  }

  .tw .group:hover .xl\:group-hover\:border-green-200{
    --tw-border-opacity: 1;
    border-color: rgba(76, 206, 147, var(--tw-border-opacity));
  }

  .tw .group:hover .xl\:group-hover\:border-green-300{
    --tw-border-opacity: 1;
    border-color: rgba(36, 176, 119, var(--tw-border-opacity));
  }

  .tw .group:hover .xl\:group-hover\:border-green-400{
    --tw-border-opacity: 1;
    border-color: rgba(0, 147, 93, var(--tw-border-opacity));
  }

  .tw .group:hover .xl\:group-hover\:border-green-500{
    --tw-border-opacity: 1;
    border-color: rgba(0, 119, 68, var(--tw-border-opacity));
  }

  .tw .group:hover .xl\:group-hover\:border-green-600{
    --tw-border-opacity: 1;
    border-color: rgba(0, 91, 43, var(--tw-border-opacity));
  }

  .tw .group:hover .xl\:group-hover\:border-green-700{
    --tw-border-opacity: 1;
    border-color: rgba(0, 65, 21, var(--tw-border-opacity));
  }

  .tw .group:hover .xl\:group-hover\:border-green-800{
    --tw-border-opacity: 1;
    border-color: rgba(0, 43, 0, var(--tw-border-opacity));
  }

  .tw .group:hover .xl\:group-hover\:border-green-900{
    --tw-border-opacity: 1;
    border-color: rgba(0, 27, 0, var(--tw-border-opacity));
  }

  .tw .group:hover .xl\:group-hover\:border-green{
    --tw-border-opacity: 1;
    border-color: rgba(46, 182, 125, var(--tw-border-opacity));
  }

  .tw .group:hover .xl\:group-hover\:border-yellow-50{
    --tw-border-opacity: 1;
    border-color: rgba(255, 235, 87, var(--tw-border-opacity));
  }

  .tw .group:hover .xl\:group-hover\:border-yellow-100{
    --tw-border-opacity: 1;
    border-color: rgba(255, 205, 55, var(--tw-border-opacity));
  }

  .tw .group:hover .xl\:group-hover\:border-yellow-200{
    --tw-border-opacity: 1;
    border-color: rgba(228, 176, 9, var(--tw-border-opacity));
  }

  .tw .group:hover .xl\:group-hover\:border-yellow-300{
    --tw-border-opacity: 1;
    border-color: rgba(195, 148, 0, var(--tw-border-opacity));
  }

  .tw .group:hover .xl\:group-hover\:border-yellow-400{
    --tw-border-opacity: 1;
    border-color: rgba(163, 121, 0, var(--tw-border-opacity));
  }

  .tw .group:hover .xl\:group-hover\:border-yellow-500{
    --tw-border-opacity: 1;
    border-color: rgba(133, 95, 0, var(--tw-border-opacity));
  }

  .tw .group:hover .xl\:group-hover\:border-yellow-600{
    --tw-border-opacity: 1;
    border-color: rgba(104, 70, 0, var(--tw-border-opacity));
  }

  .tw .group:hover .xl\:group-hover\:border-yellow-700{
    --tw-border-opacity: 1;
    border-color: rgba(79, 46, 0, var(--tw-border-opacity));
  }

  .tw .group:hover .xl\:group-hover\:border-yellow-800{
    --tw-border-opacity: 1;
    border-color: rgba(61, 22, 0, var(--tw-border-opacity));
  }

  .tw .group:hover .xl\:group-hover\:border-yellow-900{
    --tw-border-opacity: 1;
    border-color: rgba(50, 0, 0, var(--tw-border-opacity));
  }

  .tw .group:hover .xl\:group-hover\:border-yellow{
    --tw-border-opacity: 1;
    border-color: rgba(254, 199, 47, var(--tw-border-opacity));
  }

  .tw .group:hover .xl\:group-hover\:border-purple-50{
    --tw-border-opacity: 1;
    border-color: rgba(255, 216, 255, var(--tw-border-opacity));
  }

  .tw .group:hover .xl\:group-hover\:border-purple-100{
    --tw-border-opacity: 1;
    border-color: rgba(240, 186, 255, var(--tw-border-opacity));
  }

  .tw .group:hover .xl\:group-hover\:border-purple-200{
    --tw-border-opacity: 1;
    border-color: rgba(208, 157, 255, var(--tw-border-opacity));
  }

  .tw .group:hover .xl\:group-hover\:border-purple-300{
    --tw-border-opacity: 1;
    border-color: rgba(177, 128, 255, var(--tw-border-opacity));
  }

  .tw .group:hover .xl\:group-hover\:border-purple-400{
    --tw-border-opacity: 1;
    border-color: rgba(146, 101, 233, var(--tw-border-opacity));
  }

  .tw .group:hover .xl\:group-hover\:border-purple-500{
    --tw-border-opacity: 1;
    border-color: rgba(116, 74, 203, var(--tw-border-opacity));
  }

  .tw .group:hover .xl\:group-hover\:border-purple-600{
    --tw-border-opacity: 1;
    border-color: rgba(85, 48, 173, var(--tw-border-opacity));
  }

  .tw .group:hover .xl\:group-hover\:border-purple-700{
    --tw-border-opacity: 1;
    border-color: rgba(53, 22, 144, var(--tw-border-opacity));
  }

  .tw .group:hover .xl\:group-hover\:border-purple-800{
    --tw-border-opacity: 1;
    border-color: rgba(9, 0, 116, var(--tw-border-opacity));
  }

  .tw .group:hover .xl\:group-hover\:border-purple-900{
    --tw-border-opacity: 1;
    border-color: rgba(0, 0, 89, var(--tw-border-opacity));
  }

  .tw .group:hover .xl\:group-hover\:border-purple{
    --tw-border-opacity: 1;
    border-color: rgba(168, 120, 255, var(--tw-border-opacity));
  }

  .tw .group:hover .xl\:group-hover\:border-orange-50{
    --tw-border-opacity: 1;
    border-color: rgba(255, 210, 131, var(--tw-border-opacity));
  }

  .tw .group:hover .xl\:group-hover\:border-orange-100{
    --tw-border-opacity: 1;
    border-color: rgba(255, 180, 103, var(--tw-border-opacity));
  }

  .tw .group:hover .xl\:group-hover\:border-orange-200{
    --tw-border-opacity: 1;
    border-color: rgba(255, 151, 75, var(--tw-border-opacity));
  }

  .tw .group:hover .xl\:group-hover\:border-orange-300{
    --tw-border-opacity: 1;
    border-color: rgba(240, 122, 47, var(--tw-border-opacity));
  }

  .tw .group:hover .xl\:group-hover\:border-orange-400{
    --tw-border-opacity: 1;
    border-color: rgba(206, 95, 17, var(--tw-border-opacity));
  }

  .tw .group:hover .xl\:group-hover\:border-orange-500{
    --tw-border-opacity: 1;
    border-color: rgba(173, 68, 0, var(--tw-border-opacity));
  }

  .tw .group:hover .xl\:group-hover\:border-orange-600{
    --tw-border-opacity: 1;
    border-color: rgba(141, 40, 0, var(--tw-border-opacity));
  }

  .tw .group:hover .xl\:group-hover\:border-orange-700{
    --tw-border-opacity: 1;
    border-color: rgba(111, 6, 0, var(--tw-border-opacity));
  }

  .tw .group:hover .xl\:group-hover\:border-orange-800{
    --tw-border-opacity: 1;
    border-color: rgba(84, 0, 0, var(--tw-border-opacity));
  }

  .tw .group:hover .xl\:group-hover\:border-orange-900{
    --tw-border-opacity: 1;
    border-color: rgba(65, 0, 0, var(--tw-border-opacity));
  }

  .tw .group:hover .xl\:group-hover\:border-orange{
    --tw-border-opacity: 1;
    border-color: rgba(245, 127, 52, var(--tw-border-opacity));
  }

  .tw .group:hover .xl\:group-hover\:border-surface-brand{
    --tw-border-opacity: 1;
    border-color: rgba(26, 26, 26, var(--tw-border-opacity));
  }

  .tw .group:hover .xl\:group-hover\:border-surface-lower{
    --tw-border-opacity: 1;
    border-color: rgba(18, 19, 20, var(--tw-border-opacity));
  }

  .tw .group:hover .xl\:group-hover\:border-surface-base{
    --tw-border-opacity: 1;
    border-color: rgba(29, 30, 31, var(--tw-border-opacity));
  }

  .tw .group:hover .xl\:group-hover\:border-surface-low{
    --tw-border-opacity: 1;
    border-color: rgba(33, 33, 36, var(--tw-border-opacity));
  }

  .tw .group:hover .xl\:group-hover\:border-surface-middle{
    --tw-border-opacity: 1;
    border-color: rgba(38, 38, 42, var(--tw-border-opacity));
  }

  .tw .group:hover .xl\:group-hover\:border-surface-upper{
    --tw-border-opacity: 1;
    border-color: rgba(41, 41, 46, var(--tw-border-opacity));
  }

  .tw .group:hover .xl\:group-hover\:border-surface-high{
    --tw-border-opacity: 1;
    border-color: rgba(52, 52, 53, var(--tw-border-opacity));
  }

  .tw .group:hover .xl\:group-hover\:border-surface-higher{
    --tw-border-opacity: 1;
    border-color: rgba(74, 75, 75, var(--tw-border-opacity));
  }

  .tw .group:hover .xl\:group-hover\:border-surface-highest{
    --tw-border-opacity: 1;
    border-color: rgba(97, 97, 98, var(--tw-border-opacity));
  }

  .tw .group:hover .xl\:group-hover\:border-glyph-base{
    --tw-border-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity));
  }

  .tw .group:hover .xl\:group-hover\:border-glyph-light{
    --tw-border-opacity: 1;
    border-color: rgba(194, 194, 194, var(--tw-border-opacity));
  }

  .tw .group:hover .xl\:group-hover\:border-glyph-lighter{
    --tw-border-opacity: 1;
    border-color: rgba(150, 150, 150, var(--tw-border-opacity));
  }

  .tw .group:hover .xl\:group-hover\:border-glyph-lightest{
    --tw-border-opacity: 1;
    border-color: rgba(80, 80, 80, var(--tw-border-opacity));
  }

  .tw .group:hover .xl\:group-hover\:border-link{
    --tw-border-opacity: 1;
    border-color: rgba(0, 190, 255, var(--tw-border-opacity));
  }

  .tw .group:hover .xl\:group-hover\:border-info-error{
    --tw-border-opacity: 1;
    border-color: rgba(235, 51, 65, var(--tw-border-opacity));
  }

  .tw .group:hover .xl\:group-hover\:border-info-danger{
    --tw-border-opacity: 1;
    border-color: rgba(247, 127, 37, var(--tw-border-opacity));
  }

  .tw .group:hover .xl\:group-hover\:border-info-warn{
    --tw-border-opacity: 1;
    border-color: rgba(255, 200, 47, var(--tw-border-opacity));
  }

  .tw .group:hover .xl\:group-hover\:border-info-ok{
    --tw-border-opacity: 1;
    border-color: rgba(0, 151, 79, var(--tw-border-opacity));
  }

  .tw .group:hover .xl\:group-hover\:border-info-notice{
    --tw-border-opacity: 1;
    border-color: rgba(1, 128, 255, var(--tw-border-opacity));
  }

  .tw .group:hover .xl\:group-hover\:border-accent-1{
    --tw-border-opacity: 1;
    border-color: rgba(255, 93, 105, var(--tw-border-opacity));
  }

  .tw .group:hover .xl\:group-hover\:border-accent-2{
    --tw-border-opacity: 1;
    border-color: rgba(7, 245, 175, var(--tw-border-opacity));
  }

  .tw .group:hover .xl\:group-hover\:border-accent-3{
    --tw-border-opacity: 1;
    border-color: rgba(4, 211, 114, var(--tw-border-opacity));
  }

  .tw .group:hover .xl\:group-hover\:border-accent-4{
    --tw-border-opacity: 1;
    border-color: rgba(132, 81, 245, var(--tw-border-opacity));
  }

  .tw .xl\:focus\:border-current:focus{
    border-color: currentColor;
  }

  .tw .xl\:focus\:border-transparent:focus{
    border-color: transparent;
  }

  .tw .xl\:focus\:border-white:focus{
    --tw-border-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity));
  }

  .tw .xl\:focus\:border-black:focus{
    --tw-border-opacity: 1;
    border-color: rgba(0, 0, 0, var(--tw-border-opacity));
  }

  .tw .xl\:focus\:border-gray-10:focus{
    --tw-border-opacity: 1;
    border-color: rgba(240, 240, 240, var(--tw-border-opacity));
  }

  .tw .xl\:focus\:border-gray-20:focus{
    --tw-border-opacity: 1;
    border-color: rgba(226, 226, 226, var(--tw-border-opacity));
  }

  .tw .xl\:focus\:border-gray-30:focus{
    --tw-border-opacity: 1;
    border-color: rgba(211, 211, 211, var(--tw-border-opacity));
  }

  .tw .xl\:focus\:border-gray-40:focus{
    --tw-border-opacity: 1;
    border-color: rgba(197, 197, 197, var(--tw-border-opacity));
  }

  .tw .xl\:focus\:border-gray-50:focus{
    --tw-border-opacity: 1;
    border-color: rgba(183, 183, 183, var(--tw-border-opacity));
  }

  .tw .xl\:focus\:border-gray-60:focus{
    --tw-border-opacity: 1;
    border-color: rgba(169, 169, 169, var(--tw-border-opacity));
  }

  .tw .xl\:focus\:border-gray-70:focus{
    --tw-border-opacity: 1;
    border-color: rgba(156, 156, 156, var(--tw-border-opacity));
  }

  .tw .xl\:focus\:border-gray-80:focus{
    --tw-border-opacity: 1;
    border-color: rgba(142, 142, 142, var(--tw-border-opacity));
  }

  .tw .xl\:focus\:border-gray-90:focus{
    --tw-border-opacity: 1;
    border-color: rgba(129, 129, 129, var(--tw-border-opacity));
  }

  .tw .xl\:focus\:border-gray-100:focus{
    --tw-border-opacity: 1;
    border-color: rgba(108, 109, 114, var(--tw-border-opacity));
  }

  .tw .xl\:focus\:border-gray-200:focus{
    --tw-border-opacity: 1;
    border-color: rgba(96, 97, 103, var(--tw-border-opacity));
  }

  .tw .xl\:focus\:border-gray-300:focus{
    --tw-border-opacity: 1;
    border-color: rgba(84, 86, 91, var(--tw-border-opacity));
  }

  .tw .xl\:focus\:border-gray-400:focus{
    --tw-border-opacity: 1;
    border-color: rgba(73, 73, 80, var(--tw-border-opacity));
  }

  .tw .xl\:focus\:border-gray-500:focus{
    --tw-border-opacity: 1;
    border-color: rgba(61, 61, 68, var(--tw-border-opacity));
  }

  .tw .xl\:focus\:border-gray-600:focus{
    --tw-border-opacity: 1;
    border-color: rgba(53, 53, 61, var(--tw-border-opacity));
  }

  .tw .xl\:focus\:border-gray-700:focus{
    --tw-border-opacity: 1;
    border-color: rgba(45, 45, 49, var(--tw-border-opacity));
  }

  .tw .xl\:focus\:border-gray-800:focus{
    --tw-border-opacity: 1;
    border-color: rgba(38, 37, 42, var(--tw-border-opacity));
  }

  .tw .xl\:focus\:border-gray-850:focus{
    --tw-border-opacity: 1;
    border-color: rgba(32, 32, 37, var(--tw-border-opacity));
  }

  .tw .xl\:focus\:border-gray-900:focus{
    --tw-border-opacity: 1;
    border-color: rgba(27, 27, 32, var(--tw-border-opacity));
  }

  .tw .xl\:focus\:border-gray-950:focus{
    --tw-border-opacity: 1;
    border-color: rgba(20, 20, 23, var(--tw-border-opacity));
  }

  .tw .xl\:focus\:border-brand-50:focus{
    --tw-border-opacity: 1;
    border-color: rgba(127, 255, 255, var(--tw-border-opacity));
  }

  .tw .xl\:focus\:border-brand-100:focus{
    --tw-border-opacity: 1;
    border-color: rgba(87, 226, 255, var(--tw-border-opacity));
  }

  .tw .xl\:focus\:border-brand-200:focus{
    --tw-border-opacity: 1;
    border-color: rgba(32, 197, 255, var(--tw-border-opacity));
  }

  .tw .xl\:focus\:border-brand-300:focus{
    --tw-border-opacity: 1;
    border-color: rgba(0, 167, 231, var(--tw-border-opacity));
  }

  .tw .xl\:focus\:border-brand-400:focus{
    --tw-border-opacity: 1;
    border-color: rgba(0, 139, 201, var(--tw-border-opacity));
  }

  .tw .xl\:focus\:border-brand-500:focus{
    --tw-border-opacity: 1;
    border-color: rgba(0, 112, 172, var(--tw-border-opacity));
  }

  .tw .xl\:focus\:border-brand-600:focus{
    --tw-border-opacity: 1;
    border-color: rgba(0, 86, 143, var(--tw-border-opacity));
  }

  .tw .xl\:focus\:border-brand-700:focus{
    --tw-border-opacity: 1;
    border-color: rgba(0, 62, 116, var(--tw-border-opacity));
  }

  .tw .xl\:focus\:border-brand-800:focus{
    --tw-border-opacity: 1;
    border-color: rgba(0, 39, 89, var(--tw-border-opacity));
  }

  .tw .xl\:focus\:border-brand-900:focus{
    --tw-border-opacity: 1;
    border-color: rgba(0, 18, 63, var(--tw-border-opacity));
  }

  .tw .xl\:focus\:border-brand:focus{
    --tw-border-opacity: 1;
    border-color: rgba(0, 190, 255, var(--tw-border-opacity));
  }

  .tw .xl\:focus\:border-brand-base:focus{
    --tw-border-opacity: 1;
    border-color: rgba(0, 190, 255, var(--tw-border-opacity));
  }

  .tw .xl\:focus\:border-red-50:focus{
    --tw-border-opacity: 1;
    border-color: rgba(255, 202, 200, var(--tw-border-opacity));
  }

  .tw .xl\:focus\:border-red-100:focus{
    --tw-border-opacity: 1;
    border-color: rgba(255, 171, 171, var(--tw-border-opacity));
  }

  .tw .xl\:focus\:border-red-200:focus{
    --tw-border-opacity: 1;
    border-color: rgba(255, 142, 142, var(--tw-border-opacity));
  }

  .tw .xl\:focus\:border-red-300:focus{
    --tw-border-opacity: 1;
    border-color: rgba(247, 112, 115, var(--tw-border-opacity));
  }

  .tw .xl\:focus\:border-red-400:focus{
    --tw-border-opacity: 1;
    border-color: rgba(215, 83, 89, var(--tw-border-opacity));
  }

  .tw .xl\:focus\:border-red-500:focus{
    --tw-border-opacity: 1;
    border-color: rgba(182, 54, 64, var(--tw-border-opacity));
  }

  .tw .xl\:focus\:border-red-600:focus{
    --tw-border-opacity: 1;
    border-color: rgba(150, 18, 41, var(--tw-border-opacity));
  }

  .tw .xl\:focus\:border-red-700:focus{
    --tw-border-opacity: 1;
    border-color: rgba(119, 0, 19, var(--tw-border-opacity));
  }

  .tw .xl\:focus\:border-red-800:focus{
    --tw-border-opacity: 1;
    border-color: rgba(89, 0, 0, var(--tw-border-opacity));
  }

  .tw .xl\:focus\:border-red-900:focus{
    --tw-border-opacity: 1;
    border-color: rgba(65, 0, 0, var(--tw-border-opacity));
  }

  .tw .xl\:focus\:border-red:focus{
    --tw-border-opacity: 1;
    border-color: rgba(211, 80, 86, var(--tw-border-opacity));
  }

  .tw .xl\:focus\:border-red-brand:focus{
    --tw-border-opacity: 1;
    border-color: rgba(255, 79, 79, var(--tw-border-opacity));
  }

  .tw .xl\:focus\:border-green-50:focus{
    --tw-border-opacity: 1;
    border-color: rgba(141, 255, 205, var(--tw-border-opacity));
  }

  .tw .xl\:focus\:border-green-100:focus{
    --tw-border-opacity: 1;
    border-color: rgba(109, 236, 176, var(--tw-border-opacity));
  }

  .tw .xl\:focus\:border-green-200:focus{
    --tw-border-opacity: 1;
    border-color: rgba(76, 206, 147, var(--tw-border-opacity));
  }

  .tw .xl\:focus\:border-green-300:focus{
    --tw-border-opacity: 1;
    border-color: rgba(36, 176, 119, var(--tw-border-opacity));
  }

  .tw .xl\:focus\:border-green-400:focus{
    --tw-border-opacity: 1;
    border-color: rgba(0, 147, 93, var(--tw-border-opacity));
  }

  .tw .xl\:focus\:border-green-500:focus{
    --tw-border-opacity: 1;
    border-color: rgba(0, 119, 68, var(--tw-border-opacity));
  }

  .tw .xl\:focus\:border-green-600:focus{
    --tw-border-opacity: 1;
    border-color: rgba(0, 91, 43, var(--tw-border-opacity));
  }

  .tw .xl\:focus\:border-green-700:focus{
    --tw-border-opacity: 1;
    border-color: rgba(0, 65, 21, var(--tw-border-opacity));
  }

  .tw .xl\:focus\:border-green-800:focus{
    --tw-border-opacity: 1;
    border-color: rgba(0, 43, 0, var(--tw-border-opacity));
  }

  .tw .xl\:focus\:border-green-900:focus{
    --tw-border-opacity: 1;
    border-color: rgba(0, 27, 0, var(--tw-border-opacity));
  }

  .tw .xl\:focus\:border-green:focus{
    --tw-border-opacity: 1;
    border-color: rgba(46, 182, 125, var(--tw-border-opacity));
  }

  .tw .xl\:focus\:border-yellow-50:focus{
    --tw-border-opacity: 1;
    border-color: rgba(255, 235, 87, var(--tw-border-opacity));
  }

  .tw .xl\:focus\:border-yellow-100:focus{
    --tw-border-opacity: 1;
    border-color: rgba(255, 205, 55, var(--tw-border-opacity));
  }

  .tw .xl\:focus\:border-yellow-200:focus{
    --tw-border-opacity: 1;
    border-color: rgba(228, 176, 9, var(--tw-border-opacity));
  }

  .tw .xl\:focus\:border-yellow-300:focus{
    --tw-border-opacity: 1;
    border-color: rgba(195, 148, 0, var(--tw-border-opacity));
  }

  .tw .xl\:focus\:border-yellow-400:focus{
    --tw-border-opacity: 1;
    border-color: rgba(163, 121, 0, var(--tw-border-opacity));
  }

  .tw .xl\:focus\:border-yellow-500:focus{
    --tw-border-opacity: 1;
    border-color: rgba(133, 95, 0, var(--tw-border-opacity));
  }

  .tw .xl\:focus\:border-yellow-600:focus{
    --tw-border-opacity: 1;
    border-color: rgba(104, 70, 0, var(--tw-border-opacity));
  }

  .tw .xl\:focus\:border-yellow-700:focus{
    --tw-border-opacity: 1;
    border-color: rgba(79, 46, 0, var(--tw-border-opacity));
  }

  .tw .xl\:focus\:border-yellow-800:focus{
    --tw-border-opacity: 1;
    border-color: rgba(61, 22, 0, var(--tw-border-opacity));
  }

  .tw .xl\:focus\:border-yellow-900:focus{
    --tw-border-opacity: 1;
    border-color: rgba(50, 0, 0, var(--tw-border-opacity));
  }

  .tw .xl\:focus\:border-yellow:focus{
    --tw-border-opacity: 1;
    border-color: rgba(254, 199, 47, var(--tw-border-opacity));
  }

  .tw .xl\:focus\:border-purple-50:focus{
    --tw-border-opacity: 1;
    border-color: rgba(255, 216, 255, var(--tw-border-opacity));
  }

  .tw .xl\:focus\:border-purple-100:focus{
    --tw-border-opacity: 1;
    border-color: rgba(240, 186, 255, var(--tw-border-opacity));
  }

  .tw .xl\:focus\:border-purple-200:focus{
    --tw-border-opacity: 1;
    border-color: rgba(208, 157, 255, var(--tw-border-opacity));
  }

  .tw .xl\:focus\:border-purple-300:focus{
    --tw-border-opacity: 1;
    border-color: rgba(177, 128, 255, var(--tw-border-opacity));
  }

  .tw .xl\:focus\:border-purple-400:focus{
    --tw-border-opacity: 1;
    border-color: rgba(146, 101, 233, var(--tw-border-opacity));
  }

  .tw .xl\:focus\:border-purple-500:focus{
    --tw-border-opacity: 1;
    border-color: rgba(116, 74, 203, var(--tw-border-opacity));
  }

  .tw .xl\:focus\:border-purple-600:focus{
    --tw-border-opacity: 1;
    border-color: rgba(85, 48, 173, var(--tw-border-opacity));
  }

  .tw .xl\:focus\:border-purple-700:focus{
    --tw-border-opacity: 1;
    border-color: rgba(53, 22, 144, var(--tw-border-opacity));
  }

  .tw .xl\:focus\:border-purple-800:focus{
    --tw-border-opacity: 1;
    border-color: rgba(9, 0, 116, var(--tw-border-opacity));
  }

  .tw .xl\:focus\:border-purple-900:focus{
    --tw-border-opacity: 1;
    border-color: rgba(0, 0, 89, var(--tw-border-opacity));
  }

  .tw .xl\:focus\:border-purple:focus{
    --tw-border-opacity: 1;
    border-color: rgba(168, 120, 255, var(--tw-border-opacity));
  }

  .tw .xl\:focus\:border-orange-50:focus{
    --tw-border-opacity: 1;
    border-color: rgba(255, 210, 131, var(--tw-border-opacity));
  }

  .tw .xl\:focus\:border-orange-100:focus{
    --tw-border-opacity: 1;
    border-color: rgba(255, 180, 103, var(--tw-border-opacity));
  }

  .tw .xl\:focus\:border-orange-200:focus{
    --tw-border-opacity: 1;
    border-color: rgba(255, 151, 75, var(--tw-border-opacity));
  }

  .tw .xl\:focus\:border-orange-300:focus{
    --tw-border-opacity: 1;
    border-color: rgba(240, 122, 47, var(--tw-border-opacity));
  }

  .tw .xl\:focus\:border-orange-400:focus{
    --tw-border-opacity: 1;
    border-color: rgba(206, 95, 17, var(--tw-border-opacity));
  }

  .tw .xl\:focus\:border-orange-500:focus{
    --tw-border-opacity: 1;
    border-color: rgba(173, 68, 0, var(--tw-border-opacity));
  }

  .tw .xl\:focus\:border-orange-600:focus{
    --tw-border-opacity: 1;
    border-color: rgba(141, 40, 0, var(--tw-border-opacity));
  }

  .tw .xl\:focus\:border-orange-700:focus{
    --tw-border-opacity: 1;
    border-color: rgba(111, 6, 0, var(--tw-border-opacity));
  }

  .tw .xl\:focus\:border-orange-800:focus{
    --tw-border-opacity: 1;
    border-color: rgba(84, 0, 0, var(--tw-border-opacity));
  }

  .tw .xl\:focus\:border-orange-900:focus{
    --tw-border-opacity: 1;
    border-color: rgba(65, 0, 0, var(--tw-border-opacity));
  }

  .tw .xl\:focus\:border-orange:focus{
    --tw-border-opacity: 1;
    border-color: rgba(245, 127, 52, var(--tw-border-opacity));
  }

  .tw .xl\:focus\:border-surface-brand:focus{
    --tw-border-opacity: 1;
    border-color: rgba(26, 26, 26, var(--tw-border-opacity));
  }

  .tw .xl\:focus\:border-surface-lower:focus{
    --tw-border-opacity: 1;
    border-color: rgba(18, 19, 20, var(--tw-border-opacity));
  }

  .tw .xl\:focus\:border-surface-base:focus{
    --tw-border-opacity: 1;
    border-color: rgba(29, 30, 31, var(--tw-border-opacity));
  }

  .tw .xl\:focus\:border-surface-low:focus{
    --tw-border-opacity: 1;
    border-color: rgba(33, 33, 36, var(--tw-border-opacity));
  }

  .tw .xl\:focus\:border-surface-middle:focus{
    --tw-border-opacity: 1;
    border-color: rgba(38, 38, 42, var(--tw-border-opacity));
  }

  .tw .xl\:focus\:border-surface-upper:focus{
    --tw-border-opacity: 1;
    border-color: rgba(41, 41, 46, var(--tw-border-opacity));
  }

  .tw .xl\:focus\:border-surface-high:focus{
    --tw-border-opacity: 1;
    border-color: rgba(52, 52, 53, var(--tw-border-opacity));
  }

  .tw .xl\:focus\:border-surface-higher:focus{
    --tw-border-opacity: 1;
    border-color: rgba(74, 75, 75, var(--tw-border-opacity));
  }

  .tw .xl\:focus\:border-surface-highest:focus{
    --tw-border-opacity: 1;
    border-color: rgba(97, 97, 98, var(--tw-border-opacity));
  }

  .tw .xl\:focus\:border-glyph-base:focus{
    --tw-border-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity));
  }

  .tw .xl\:focus\:border-glyph-light:focus{
    --tw-border-opacity: 1;
    border-color: rgba(194, 194, 194, var(--tw-border-opacity));
  }

  .tw .xl\:focus\:border-glyph-lighter:focus{
    --tw-border-opacity: 1;
    border-color: rgba(150, 150, 150, var(--tw-border-opacity));
  }

  .tw .xl\:focus\:border-glyph-lightest:focus{
    --tw-border-opacity: 1;
    border-color: rgba(80, 80, 80, var(--tw-border-opacity));
  }

  .tw .xl\:focus\:border-link:focus{
    --tw-border-opacity: 1;
    border-color: rgba(0, 190, 255, var(--tw-border-opacity));
  }

  .tw .xl\:focus\:border-info-error:focus{
    --tw-border-opacity: 1;
    border-color: rgba(235, 51, 65, var(--tw-border-opacity));
  }

  .tw .xl\:focus\:border-info-danger:focus{
    --tw-border-opacity: 1;
    border-color: rgba(247, 127, 37, var(--tw-border-opacity));
  }

  .tw .xl\:focus\:border-info-warn:focus{
    --tw-border-opacity: 1;
    border-color: rgba(255, 200, 47, var(--tw-border-opacity));
  }

  .tw .xl\:focus\:border-info-ok:focus{
    --tw-border-opacity: 1;
    border-color: rgba(0, 151, 79, var(--tw-border-opacity));
  }

  .tw .xl\:focus\:border-info-notice:focus{
    --tw-border-opacity: 1;
    border-color: rgba(1, 128, 255, var(--tw-border-opacity));
  }

  .tw .xl\:focus\:border-accent-1:focus{
    --tw-border-opacity: 1;
    border-color: rgba(255, 93, 105, var(--tw-border-opacity));
  }

  .tw .xl\:focus\:border-accent-2:focus{
    --tw-border-opacity: 1;
    border-color: rgba(7, 245, 175, var(--tw-border-opacity));
  }

  .tw .xl\:focus\:border-accent-3:focus{
    --tw-border-opacity: 1;
    border-color: rgba(4, 211, 114, var(--tw-border-opacity));
  }

  .tw .xl\:focus\:border-accent-4:focus{
    --tw-border-opacity: 1;
    border-color: rgba(132, 81, 245, var(--tw-border-opacity));
  }

  .tw .xl\:checked\:border-current:checked{
    border-color: currentColor;
  }

  .tw .xl\:checked\:border-transparent:checked{
    border-color: transparent;
  }

  .tw .xl\:checked\:border-white:checked{
    --tw-border-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity));
  }

  .tw .xl\:checked\:border-black:checked{
    --tw-border-opacity: 1;
    border-color: rgba(0, 0, 0, var(--tw-border-opacity));
  }

  .tw .xl\:checked\:border-gray-10:checked{
    --tw-border-opacity: 1;
    border-color: rgba(240, 240, 240, var(--tw-border-opacity));
  }

  .tw .xl\:checked\:border-gray-20:checked{
    --tw-border-opacity: 1;
    border-color: rgba(226, 226, 226, var(--tw-border-opacity));
  }

  .tw .xl\:checked\:border-gray-30:checked{
    --tw-border-opacity: 1;
    border-color: rgba(211, 211, 211, var(--tw-border-opacity));
  }

  .tw .xl\:checked\:border-gray-40:checked{
    --tw-border-opacity: 1;
    border-color: rgba(197, 197, 197, var(--tw-border-opacity));
  }

  .tw .xl\:checked\:border-gray-50:checked{
    --tw-border-opacity: 1;
    border-color: rgba(183, 183, 183, var(--tw-border-opacity));
  }

  .tw .xl\:checked\:border-gray-60:checked{
    --tw-border-opacity: 1;
    border-color: rgba(169, 169, 169, var(--tw-border-opacity));
  }

  .tw .xl\:checked\:border-gray-70:checked{
    --tw-border-opacity: 1;
    border-color: rgba(156, 156, 156, var(--tw-border-opacity));
  }

  .tw .xl\:checked\:border-gray-80:checked{
    --tw-border-opacity: 1;
    border-color: rgba(142, 142, 142, var(--tw-border-opacity));
  }

  .tw .xl\:checked\:border-gray-90:checked{
    --tw-border-opacity: 1;
    border-color: rgba(129, 129, 129, var(--tw-border-opacity));
  }

  .tw .xl\:checked\:border-gray-100:checked{
    --tw-border-opacity: 1;
    border-color: rgba(108, 109, 114, var(--tw-border-opacity));
  }

  .tw .xl\:checked\:border-gray-200:checked{
    --tw-border-opacity: 1;
    border-color: rgba(96, 97, 103, var(--tw-border-opacity));
  }

  .tw .xl\:checked\:border-gray-300:checked{
    --tw-border-opacity: 1;
    border-color: rgba(84, 86, 91, var(--tw-border-opacity));
  }

  .tw .xl\:checked\:border-gray-400:checked{
    --tw-border-opacity: 1;
    border-color: rgba(73, 73, 80, var(--tw-border-opacity));
  }

  .tw .xl\:checked\:border-gray-500:checked{
    --tw-border-opacity: 1;
    border-color: rgba(61, 61, 68, var(--tw-border-opacity));
  }

  .tw .xl\:checked\:border-gray-600:checked{
    --tw-border-opacity: 1;
    border-color: rgba(53, 53, 61, var(--tw-border-opacity));
  }

  .tw .xl\:checked\:border-gray-700:checked{
    --tw-border-opacity: 1;
    border-color: rgba(45, 45, 49, var(--tw-border-opacity));
  }

  .tw .xl\:checked\:border-gray-800:checked{
    --tw-border-opacity: 1;
    border-color: rgba(38, 37, 42, var(--tw-border-opacity));
  }

  .tw .xl\:checked\:border-gray-850:checked{
    --tw-border-opacity: 1;
    border-color: rgba(32, 32, 37, var(--tw-border-opacity));
  }

  .tw .xl\:checked\:border-gray-900:checked{
    --tw-border-opacity: 1;
    border-color: rgba(27, 27, 32, var(--tw-border-opacity));
  }

  .tw .xl\:checked\:border-gray-950:checked{
    --tw-border-opacity: 1;
    border-color: rgba(20, 20, 23, var(--tw-border-opacity));
  }

  .tw .xl\:checked\:border-brand-50:checked{
    --tw-border-opacity: 1;
    border-color: rgba(127, 255, 255, var(--tw-border-opacity));
  }

  .tw .xl\:checked\:border-brand-100:checked{
    --tw-border-opacity: 1;
    border-color: rgba(87, 226, 255, var(--tw-border-opacity));
  }

  .tw .xl\:checked\:border-brand-200:checked{
    --tw-border-opacity: 1;
    border-color: rgba(32, 197, 255, var(--tw-border-opacity));
  }

  .tw .xl\:checked\:border-brand-300:checked{
    --tw-border-opacity: 1;
    border-color: rgba(0, 167, 231, var(--tw-border-opacity));
  }

  .tw .xl\:checked\:border-brand-400:checked{
    --tw-border-opacity: 1;
    border-color: rgba(0, 139, 201, var(--tw-border-opacity));
  }

  .tw .xl\:checked\:border-brand-500:checked{
    --tw-border-opacity: 1;
    border-color: rgba(0, 112, 172, var(--tw-border-opacity));
  }

  .tw .xl\:checked\:border-brand-600:checked{
    --tw-border-opacity: 1;
    border-color: rgba(0, 86, 143, var(--tw-border-opacity));
  }

  .tw .xl\:checked\:border-brand-700:checked{
    --tw-border-opacity: 1;
    border-color: rgba(0, 62, 116, var(--tw-border-opacity));
  }

  .tw .xl\:checked\:border-brand-800:checked{
    --tw-border-opacity: 1;
    border-color: rgba(0, 39, 89, var(--tw-border-opacity));
  }

  .tw .xl\:checked\:border-brand-900:checked{
    --tw-border-opacity: 1;
    border-color: rgba(0, 18, 63, var(--tw-border-opacity));
  }

  .tw .xl\:checked\:border-brand:checked{
    --tw-border-opacity: 1;
    border-color: rgba(0, 190, 255, var(--tw-border-opacity));
  }

  .tw .xl\:checked\:border-brand-base:checked{
    --tw-border-opacity: 1;
    border-color: rgba(0, 190, 255, var(--tw-border-opacity));
  }

  .tw .xl\:checked\:border-red-50:checked{
    --tw-border-opacity: 1;
    border-color: rgba(255, 202, 200, var(--tw-border-opacity));
  }

  .tw .xl\:checked\:border-red-100:checked{
    --tw-border-opacity: 1;
    border-color: rgba(255, 171, 171, var(--tw-border-opacity));
  }

  .tw .xl\:checked\:border-red-200:checked{
    --tw-border-opacity: 1;
    border-color: rgba(255, 142, 142, var(--tw-border-opacity));
  }

  .tw .xl\:checked\:border-red-300:checked{
    --tw-border-opacity: 1;
    border-color: rgba(247, 112, 115, var(--tw-border-opacity));
  }

  .tw .xl\:checked\:border-red-400:checked{
    --tw-border-opacity: 1;
    border-color: rgba(215, 83, 89, var(--tw-border-opacity));
  }

  .tw .xl\:checked\:border-red-500:checked{
    --tw-border-opacity: 1;
    border-color: rgba(182, 54, 64, var(--tw-border-opacity));
  }

  .tw .xl\:checked\:border-red-600:checked{
    --tw-border-opacity: 1;
    border-color: rgba(150, 18, 41, var(--tw-border-opacity));
  }

  .tw .xl\:checked\:border-red-700:checked{
    --tw-border-opacity: 1;
    border-color: rgba(119, 0, 19, var(--tw-border-opacity));
  }

  .tw .xl\:checked\:border-red-800:checked{
    --tw-border-opacity: 1;
    border-color: rgba(89, 0, 0, var(--tw-border-opacity));
  }

  .tw .xl\:checked\:border-red-900:checked{
    --tw-border-opacity: 1;
    border-color: rgba(65, 0, 0, var(--tw-border-opacity));
  }

  .tw .xl\:checked\:border-red:checked{
    --tw-border-opacity: 1;
    border-color: rgba(211, 80, 86, var(--tw-border-opacity));
  }

  .tw .xl\:checked\:border-red-brand:checked{
    --tw-border-opacity: 1;
    border-color: rgba(255, 79, 79, var(--tw-border-opacity));
  }

  .tw .xl\:checked\:border-green-50:checked{
    --tw-border-opacity: 1;
    border-color: rgba(141, 255, 205, var(--tw-border-opacity));
  }

  .tw .xl\:checked\:border-green-100:checked{
    --tw-border-opacity: 1;
    border-color: rgba(109, 236, 176, var(--tw-border-opacity));
  }

  .tw .xl\:checked\:border-green-200:checked{
    --tw-border-opacity: 1;
    border-color: rgba(76, 206, 147, var(--tw-border-opacity));
  }

  .tw .xl\:checked\:border-green-300:checked{
    --tw-border-opacity: 1;
    border-color: rgba(36, 176, 119, var(--tw-border-opacity));
  }

  .tw .xl\:checked\:border-green-400:checked{
    --tw-border-opacity: 1;
    border-color: rgba(0, 147, 93, var(--tw-border-opacity));
  }

  .tw .xl\:checked\:border-green-500:checked{
    --tw-border-opacity: 1;
    border-color: rgba(0, 119, 68, var(--tw-border-opacity));
  }

  .tw .xl\:checked\:border-green-600:checked{
    --tw-border-opacity: 1;
    border-color: rgba(0, 91, 43, var(--tw-border-opacity));
  }

  .tw .xl\:checked\:border-green-700:checked{
    --tw-border-opacity: 1;
    border-color: rgba(0, 65, 21, var(--tw-border-opacity));
  }

  .tw .xl\:checked\:border-green-800:checked{
    --tw-border-opacity: 1;
    border-color: rgba(0, 43, 0, var(--tw-border-opacity));
  }

  .tw .xl\:checked\:border-green-900:checked{
    --tw-border-opacity: 1;
    border-color: rgba(0, 27, 0, var(--tw-border-opacity));
  }

  .tw .xl\:checked\:border-green:checked{
    --tw-border-opacity: 1;
    border-color: rgba(46, 182, 125, var(--tw-border-opacity));
  }

  .tw .xl\:checked\:border-yellow-50:checked{
    --tw-border-opacity: 1;
    border-color: rgba(255, 235, 87, var(--tw-border-opacity));
  }

  .tw .xl\:checked\:border-yellow-100:checked{
    --tw-border-opacity: 1;
    border-color: rgba(255, 205, 55, var(--tw-border-opacity));
  }

  .tw .xl\:checked\:border-yellow-200:checked{
    --tw-border-opacity: 1;
    border-color: rgba(228, 176, 9, var(--tw-border-opacity));
  }

  .tw .xl\:checked\:border-yellow-300:checked{
    --tw-border-opacity: 1;
    border-color: rgba(195, 148, 0, var(--tw-border-opacity));
  }

  .tw .xl\:checked\:border-yellow-400:checked{
    --tw-border-opacity: 1;
    border-color: rgba(163, 121, 0, var(--tw-border-opacity));
  }

  .tw .xl\:checked\:border-yellow-500:checked{
    --tw-border-opacity: 1;
    border-color: rgba(133, 95, 0, var(--tw-border-opacity));
  }

  .tw .xl\:checked\:border-yellow-600:checked{
    --tw-border-opacity: 1;
    border-color: rgba(104, 70, 0, var(--tw-border-opacity));
  }

  .tw .xl\:checked\:border-yellow-700:checked{
    --tw-border-opacity: 1;
    border-color: rgba(79, 46, 0, var(--tw-border-opacity));
  }

  .tw .xl\:checked\:border-yellow-800:checked{
    --tw-border-opacity: 1;
    border-color: rgba(61, 22, 0, var(--tw-border-opacity));
  }

  .tw .xl\:checked\:border-yellow-900:checked{
    --tw-border-opacity: 1;
    border-color: rgba(50, 0, 0, var(--tw-border-opacity));
  }

  .tw .xl\:checked\:border-yellow:checked{
    --tw-border-opacity: 1;
    border-color: rgba(254, 199, 47, var(--tw-border-opacity));
  }

  .tw .xl\:checked\:border-purple-50:checked{
    --tw-border-opacity: 1;
    border-color: rgba(255, 216, 255, var(--tw-border-opacity));
  }

  .tw .xl\:checked\:border-purple-100:checked{
    --tw-border-opacity: 1;
    border-color: rgba(240, 186, 255, var(--tw-border-opacity));
  }

  .tw .xl\:checked\:border-purple-200:checked{
    --tw-border-opacity: 1;
    border-color: rgba(208, 157, 255, var(--tw-border-opacity));
  }

  .tw .xl\:checked\:border-purple-300:checked{
    --tw-border-opacity: 1;
    border-color: rgba(177, 128, 255, var(--tw-border-opacity));
  }

  .tw .xl\:checked\:border-purple-400:checked{
    --tw-border-opacity: 1;
    border-color: rgba(146, 101, 233, var(--tw-border-opacity));
  }

  .tw .xl\:checked\:border-purple-500:checked{
    --tw-border-opacity: 1;
    border-color: rgba(116, 74, 203, var(--tw-border-opacity));
  }

  .tw .xl\:checked\:border-purple-600:checked{
    --tw-border-opacity: 1;
    border-color: rgba(85, 48, 173, var(--tw-border-opacity));
  }

  .tw .xl\:checked\:border-purple-700:checked{
    --tw-border-opacity: 1;
    border-color: rgba(53, 22, 144, var(--tw-border-opacity));
  }

  .tw .xl\:checked\:border-purple-800:checked{
    --tw-border-opacity: 1;
    border-color: rgba(9, 0, 116, var(--tw-border-opacity));
  }

  .tw .xl\:checked\:border-purple-900:checked{
    --tw-border-opacity: 1;
    border-color: rgba(0, 0, 89, var(--tw-border-opacity));
  }

  .tw .xl\:checked\:border-purple:checked{
    --tw-border-opacity: 1;
    border-color: rgba(168, 120, 255, var(--tw-border-opacity));
  }

  .tw .xl\:checked\:border-orange-50:checked{
    --tw-border-opacity: 1;
    border-color: rgba(255, 210, 131, var(--tw-border-opacity));
  }

  .tw .xl\:checked\:border-orange-100:checked{
    --tw-border-opacity: 1;
    border-color: rgba(255, 180, 103, var(--tw-border-opacity));
  }

  .tw .xl\:checked\:border-orange-200:checked{
    --tw-border-opacity: 1;
    border-color: rgba(255, 151, 75, var(--tw-border-opacity));
  }

  .tw .xl\:checked\:border-orange-300:checked{
    --tw-border-opacity: 1;
    border-color: rgba(240, 122, 47, var(--tw-border-opacity));
  }

  .tw .xl\:checked\:border-orange-400:checked{
    --tw-border-opacity: 1;
    border-color: rgba(206, 95, 17, var(--tw-border-opacity));
  }

  .tw .xl\:checked\:border-orange-500:checked{
    --tw-border-opacity: 1;
    border-color: rgba(173, 68, 0, var(--tw-border-opacity));
  }

  .tw .xl\:checked\:border-orange-600:checked{
    --tw-border-opacity: 1;
    border-color: rgba(141, 40, 0, var(--tw-border-opacity));
  }

  .tw .xl\:checked\:border-orange-700:checked{
    --tw-border-opacity: 1;
    border-color: rgba(111, 6, 0, var(--tw-border-opacity));
  }

  .tw .xl\:checked\:border-orange-800:checked{
    --tw-border-opacity: 1;
    border-color: rgba(84, 0, 0, var(--tw-border-opacity));
  }

  .tw .xl\:checked\:border-orange-900:checked{
    --tw-border-opacity: 1;
    border-color: rgba(65, 0, 0, var(--tw-border-opacity));
  }

  .tw .xl\:checked\:border-orange:checked{
    --tw-border-opacity: 1;
    border-color: rgba(245, 127, 52, var(--tw-border-opacity));
  }

  .tw .xl\:checked\:border-surface-brand:checked{
    --tw-border-opacity: 1;
    border-color: rgba(26, 26, 26, var(--tw-border-opacity));
  }

  .tw .xl\:checked\:border-surface-lower:checked{
    --tw-border-opacity: 1;
    border-color: rgba(18, 19, 20, var(--tw-border-opacity));
  }

  .tw .xl\:checked\:border-surface-base:checked{
    --tw-border-opacity: 1;
    border-color: rgba(29, 30, 31, var(--tw-border-opacity));
  }

  .tw .xl\:checked\:border-surface-low:checked{
    --tw-border-opacity: 1;
    border-color: rgba(33, 33, 36, var(--tw-border-opacity));
  }

  .tw .xl\:checked\:border-surface-middle:checked{
    --tw-border-opacity: 1;
    border-color: rgba(38, 38, 42, var(--tw-border-opacity));
  }

  .tw .xl\:checked\:border-surface-upper:checked{
    --tw-border-opacity: 1;
    border-color: rgba(41, 41, 46, var(--tw-border-opacity));
  }

  .tw .xl\:checked\:border-surface-high:checked{
    --tw-border-opacity: 1;
    border-color: rgba(52, 52, 53, var(--tw-border-opacity));
  }

  .tw .xl\:checked\:border-surface-higher:checked{
    --tw-border-opacity: 1;
    border-color: rgba(74, 75, 75, var(--tw-border-opacity));
  }

  .tw .xl\:checked\:border-surface-highest:checked{
    --tw-border-opacity: 1;
    border-color: rgba(97, 97, 98, var(--tw-border-opacity));
  }

  .tw .xl\:checked\:border-glyph-base:checked{
    --tw-border-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity));
  }

  .tw .xl\:checked\:border-glyph-light:checked{
    --tw-border-opacity: 1;
    border-color: rgba(194, 194, 194, var(--tw-border-opacity));
  }

  .tw .xl\:checked\:border-glyph-lighter:checked{
    --tw-border-opacity: 1;
    border-color: rgba(150, 150, 150, var(--tw-border-opacity));
  }

  .tw .xl\:checked\:border-glyph-lightest:checked{
    --tw-border-opacity: 1;
    border-color: rgba(80, 80, 80, var(--tw-border-opacity));
  }

  .tw .xl\:checked\:border-link:checked{
    --tw-border-opacity: 1;
    border-color: rgba(0, 190, 255, var(--tw-border-opacity));
  }

  .tw .xl\:checked\:border-info-error:checked{
    --tw-border-opacity: 1;
    border-color: rgba(235, 51, 65, var(--tw-border-opacity));
  }

  .tw .xl\:checked\:border-info-danger:checked{
    --tw-border-opacity: 1;
    border-color: rgba(247, 127, 37, var(--tw-border-opacity));
  }

  .tw .xl\:checked\:border-info-warn:checked{
    --tw-border-opacity: 1;
    border-color: rgba(255, 200, 47, var(--tw-border-opacity));
  }

  .tw .xl\:checked\:border-info-ok:checked{
    --tw-border-opacity: 1;
    border-color: rgba(0, 151, 79, var(--tw-border-opacity));
  }

  .tw .xl\:checked\:border-info-notice:checked{
    --tw-border-opacity: 1;
    border-color: rgba(1, 128, 255, var(--tw-border-opacity));
  }

  .tw .xl\:checked\:border-accent-1:checked{
    --tw-border-opacity: 1;
    border-color: rgba(255, 93, 105, var(--tw-border-opacity));
  }

  .tw .xl\:checked\:border-accent-2:checked{
    --tw-border-opacity: 1;
    border-color: rgba(7, 245, 175, var(--tw-border-opacity));
  }

  .tw .xl\:checked\:border-accent-3:checked{
    --tw-border-opacity: 1;
    border-color: rgba(4, 211, 114, var(--tw-border-opacity));
  }

  .tw .xl\:checked\:border-accent-4:checked{
    --tw-border-opacity: 1;
    border-color: rgba(132, 81, 245, var(--tw-border-opacity));
  }

  .tw .xl\:border-opacity-0{
    --tw-border-opacity: 0;
  }

  .tw .xl\:border-opacity-5{
    --tw-border-opacity: 0.05;
  }

  .tw .xl\:border-opacity-10{
    --tw-border-opacity: 0.1;
  }

  .tw .xl\:border-opacity-15{
    --tw-border-opacity: 0.15;
  }

  .tw .xl\:border-opacity-20{
    --tw-border-opacity: 0.2;
  }

  .tw .xl\:border-opacity-25{
    --tw-border-opacity: 0.25;
  }

  .tw .xl\:border-opacity-30{
    --tw-border-opacity: 0.3;
  }

  .tw .xl\:border-opacity-40{
    --tw-border-opacity: 0.4;
  }

  .tw .xl\:border-opacity-50{
    --tw-border-opacity: 0.5;
  }

  .tw .xl\:border-opacity-60{
    --tw-border-opacity: 0.6;
  }

  .tw .xl\:border-opacity-70{
    --tw-border-opacity: 0.7;
  }

  .tw .xl\:border-opacity-75{
    --tw-border-opacity: 0.75;
  }

  .tw .xl\:border-opacity-80{
    --tw-border-opacity: 0.8;
  }

  .tw .xl\:border-opacity-90{
    --tw-border-opacity: 0.9;
  }

  .tw .xl\:border-opacity-95{
    --tw-border-opacity: 0.95;
  }

  .tw .xl\:border-opacity-100{
    --tw-border-opacity: 1;
  }

  .tw .group:hover .xl\:group-hover\:border-opacity-0{
    --tw-border-opacity: 0;
  }

  .tw .group:hover .xl\:group-hover\:border-opacity-5{
    --tw-border-opacity: 0.05;
  }

  .tw .group:hover .xl\:group-hover\:border-opacity-10{
    --tw-border-opacity: 0.1;
  }

  .tw .group:hover .xl\:group-hover\:border-opacity-15{
    --tw-border-opacity: 0.15;
  }

  .tw .group:hover .xl\:group-hover\:border-opacity-20{
    --tw-border-opacity: 0.2;
  }

  .tw .group:hover .xl\:group-hover\:border-opacity-25{
    --tw-border-opacity: 0.25;
  }

  .tw .group:hover .xl\:group-hover\:border-opacity-30{
    --tw-border-opacity: 0.3;
  }

  .tw .group:hover .xl\:group-hover\:border-opacity-40{
    --tw-border-opacity: 0.4;
  }

  .tw .group:hover .xl\:group-hover\:border-opacity-50{
    --tw-border-opacity: 0.5;
  }

  .tw .group:hover .xl\:group-hover\:border-opacity-60{
    --tw-border-opacity: 0.6;
  }

  .tw .group:hover .xl\:group-hover\:border-opacity-70{
    --tw-border-opacity: 0.7;
  }

  .tw .group:hover .xl\:group-hover\:border-opacity-75{
    --tw-border-opacity: 0.75;
  }

  .tw .group:hover .xl\:group-hover\:border-opacity-80{
    --tw-border-opacity: 0.8;
  }

  .tw .group:hover .xl\:group-hover\:border-opacity-90{
    --tw-border-opacity: 0.9;
  }

  .tw .group:hover .xl\:group-hover\:border-opacity-95{
    --tw-border-opacity: 0.95;
  }

  .tw .group:hover .xl\:group-hover\:border-opacity-100{
    --tw-border-opacity: 1;
  }

  .tw .xl\:focus-within\:border-opacity-0:focus-within{
    --tw-border-opacity: 0;
  }

  .tw .xl\:focus-within\:border-opacity-5:focus-within{
    --tw-border-opacity: 0.05;
  }

  .tw .xl\:focus-within\:border-opacity-10:focus-within{
    --tw-border-opacity: 0.1;
  }

  .tw .xl\:focus-within\:border-opacity-15:focus-within{
    --tw-border-opacity: 0.15;
  }

  .tw .xl\:focus-within\:border-opacity-20:focus-within{
    --tw-border-opacity: 0.2;
  }

  .tw .xl\:focus-within\:border-opacity-25:focus-within{
    --tw-border-opacity: 0.25;
  }

  .tw .xl\:focus-within\:border-opacity-30:focus-within{
    --tw-border-opacity: 0.3;
  }

  .tw .xl\:focus-within\:border-opacity-40:focus-within{
    --tw-border-opacity: 0.4;
  }

  .tw .xl\:focus-within\:border-opacity-50:focus-within{
    --tw-border-opacity: 0.5;
  }

  .tw .xl\:focus-within\:border-opacity-60:focus-within{
    --tw-border-opacity: 0.6;
  }

  .tw .xl\:focus-within\:border-opacity-70:focus-within{
    --tw-border-opacity: 0.7;
  }

  .tw .xl\:focus-within\:border-opacity-75:focus-within{
    --tw-border-opacity: 0.75;
  }

  .tw .xl\:focus-within\:border-opacity-80:focus-within{
    --tw-border-opacity: 0.8;
  }

  .tw .xl\:focus-within\:border-opacity-90:focus-within{
    --tw-border-opacity: 0.9;
  }

  .tw .xl\:focus-within\:border-opacity-95:focus-within{
    --tw-border-opacity: 0.95;
  }

  .tw .xl\:focus-within\:border-opacity-100:focus-within{
    --tw-border-opacity: 1;
  }

  .tw .xl\:hover\:border-opacity-0:hover{
    --tw-border-opacity: 0;
  }

  .tw .xl\:hover\:border-opacity-5:hover{
    --tw-border-opacity: 0.05;
  }

  .tw .xl\:hover\:border-opacity-10:hover{
    --tw-border-opacity: 0.1;
  }

  .tw .xl\:hover\:border-opacity-15:hover{
    --tw-border-opacity: 0.15;
  }

  .tw .xl\:hover\:border-opacity-20:hover{
    --tw-border-opacity: 0.2;
  }

  .tw .xl\:hover\:border-opacity-25:hover{
    --tw-border-opacity: 0.25;
  }

  .tw .xl\:hover\:border-opacity-30:hover{
    --tw-border-opacity: 0.3;
  }

  .tw .xl\:hover\:border-opacity-40:hover{
    --tw-border-opacity: 0.4;
  }

  .tw .xl\:hover\:border-opacity-50:hover{
    --tw-border-opacity: 0.5;
  }

  .tw .xl\:hover\:border-opacity-60:hover{
    --tw-border-opacity: 0.6;
  }

  .tw .xl\:hover\:border-opacity-70:hover{
    --tw-border-opacity: 0.7;
  }

  .tw .xl\:hover\:border-opacity-75:hover{
    --tw-border-opacity: 0.75;
  }

  .tw .xl\:hover\:border-opacity-80:hover{
    --tw-border-opacity: 0.8;
  }

  .tw .xl\:hover\:border-opacity-90:hover{
    --tw-border-opacity: 0.9;
  }

  .tw .xl\:hover\:border-opacity-95:hover{
    --tw-border-opacity: 0.95;
  }

  .tw .xl\:hover\:border-opacity-100:hover{
    --tw-border-opacity: 1;
  }

  .tw .xl\:focus\:border-opacity-0:focus{
    --tw-border-opacity: 0;
  }

  .tw .xl\:focus\:border-opacity-5:focus{
    --tw-border-opacity: 0.05;
  }

  .tw .xl\:focus\:border-opacity-10:focus{
    --tw-border-opacity: 0.1;
  }

  .tw .xl\:focus\:border-opacity-15:focus{
    --tw-border-opacity: 0.15;
  }

  .tw .xl\:focus\:border-opacity-20:focus{
    --tw-border-opacity: 0.2;
  }

  .tw .xl\:focus\:border-opacity-25:focus{
    --tw-border-opacity: 0.25;
  }

  .tw .xl\:focus\:border-opacity-30:focus{
    --tw-border-opacity: 0.3;
  }

  .tw .xl\:focus\:border-opacity-40:focus{
    --tw-border-opacity: 0.4;
  }

  .tw .xl\:focus\:border-opacity-50:focus{
    --tw-border-opacity: 0.5;
  }

  .tw .xl\:focus\:border-opacity-60:focus{
    --tw-border-opacity: 0.6;
  }

  .tw .xl\:focus\:border-opacity-70:focus{
    --tw-border-opacity: 0.7;
  }

  .tw .xl\:focus\:border-opacity-75:focus{
    --tw-border-opacity: 0.75;
  }

  .tw .xl\:focus\:border-opacity-80:focus{
    --tw-border-opacity: 0.8;
  }

  .tw .xl\:focus\:border-opacity-90:focus{
    --tw-border-opacity: 0.9;
  }

  .tw .xl\:focus\:border-opacity-95:focus{
    --tw-border-opacity: 0.95;
  }

  .tw .xl\:focus\:border-opacity-100:focus{
    --tw-border-opacity: 1;
  }

  .tw .xl\:bg-current{
    background-color: currentColor;
  }

  .tw .xl\:bg-transparent{
    background-color: transparent;
  }

  .tw .xl\:bg-white{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  }

  .tw .xl\:bg-black{
    --tw-bg-opacity: 1;
    background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
  }

  .tw .xl\:bg-gray-10{
    --tw-bg-opacity: 1;
    background-color: rgba(240, 240, 240, var(--tw-bg-opacity));
  }

  .tw .xl\:bg-gray-20{
    --tw-bg-opacity: 1;
    background-color: rgba(226, 226, 226, var(--tw-bg-opacity));
  }

  .tw .xl\:bg-gray-30{
    --tw-bg-opacity: 1;
    background-color: rgba(211, 211, 211, var(--tw-bg-opacity));
  }

  .tw .xl\:bg-gray-40{
    --tw-bg-opacity: 1;
    background-color: rgba(197, 197, 197, var(--tw-bg-opacity));
  }

  .tw .xl\:bg-gray-50{
    --tw-bg-opacity: 1;
    background-color: rgba(183, 183, 183, var(--tw-bg-opacity));
  }

  .tw .xl\:bg-gray-60{
    --tw-bg-opacity: 1;
    background-color: rgba(169, 169, 169, var(--tw-bg-opacity));
  }

  .tw .xl\:bg-gray-70{
    --tw-bg-opacity: 1;
    background-color: rgba(156, 156, 156, var(--tw-bg-opacity));
  }

  .tw .xl\:bg-gray-80{
    --tw-bg-opacity: 1;
    background-color: rgba(142, 142, 142, var(--tw-bg-opacity));
  }

  .tw .xl\:bg-gray-90{
    --tw-bg-opacity: 1;
    background-color: rgba(129, 129, 129, var(--tw-bg-opacity));
  }

  .tw .xl\:bg-gray-100{
    --tw-bg-opacity: 1;
    background-color: rgba(108, 109, 114, var(--tw-bg-opacity));
  }

  .tw .xl\:bg-gray-200{
    --tw-bg-opacity: 1;
    background-color: rgba(96, 97, 103, var(--tw-bg-opacity));
  }

  .tw .xl\:bg-gray-300{
    --tw-bg-opacity: 1;
    background-color: rgba(84, 86, 91, var(--tw-bg-opacity));
  }

  .tw .xl\:bg-gray-400{
    --tw-bg-opacity: 1;
    background-color: rgba(73, 73, 80, var(--tw-bg-opacity));
  }

  .tw .xl\:bg-gray-500{
    --tw-bg-opacity: 1;
    background-color: rgba(61, 61, 68, var(--tw-bg-opacity));
  }

  .tw .xl\:bg-gray-600{
    --tw-bg-opacity: 1;
    background-color: rgba(53, 53, 61, var(--tw-bg-opacity));
  }

  .tw .xl\:bg-gray-700{
    --tw-bg-opacity: 1;
    background-color: rgba(45, 45, 49, var(--tw-bg-opacity));
  }

  .tw .xl\:bg-gray-800{
    --tw-bg-opacity: 1;
    background-color: rgba(38, 37, 42, var(--tw-bg-opacity));
  }

  .tw .xl\:bg-gray-850{
    --tw-bg-opacity: 1;
    background-color: rgba(32, 32, 37, var(--tw-bg-opacity));
  }

  .tw .xl\:bg-gray-900{
    --tw-bg-opacity: 1;
    background-color: rgba(27, 27, 32, var(--tw-bg-opacity));
  }

  .tw .xl\:bg-gray-950{
    --tw-bg-opacity: 1;
    background-color: rgba(20, 20, 23, var(--tw-bg-opacity));
  }

  .tw .xl\:bg-brand-50{
    --tw-bg-opacity: 1;
    background-color: rgba(127, 255, 255, var(--tw-bg-opacity));
  }

  .tw .xl\:bg-brand-100{
    --tw-bg-opacity: 1;
    background-color: rgba(87, 226, 255, var(--tw-bg-opacity));
  }

  .tw .xl\:bg-brand-200{
    --tw-bg-opacity: 1;
    background-color: rgba(32, 197, 255, var(--tw-bg-opacity));
  }

  .tw .xl\:bg-brand-300{
    --tw-bg-opacity: 1;
    background-color: rgba(0, 167, 231, var(--tw-bg-opacity));
  }

  .tw .xl\:bg-brand-400{
    --tw-bg-opacity: 1;
    background-color: rgba(0, 139, 201, var(--tw-bg-opacity));
  }

  .tw .xl\:bg-brand-500{
    --tw-bg-opacity: 1;
    background-color: rgba(0, 112, 172, var(--tw-bg-opacity));
  }

  .tw .xl\:bg-brand-600{
    --tw-bg-opacity: 1;
    background-color: rgba(0, 86, 143, var(--tw-bg-opacity));
  }

  .tw .xl\:bg-brand-700{
    --tw-bg-opacity: 1;
    background-color: rgba(0, 62, 116, var(--tw-bg-opacity));
  }

  .tw .xl\:bg-brand-800{
    --tw-bg-opacity: 1;
    background-color: rgba(0, 39, 89, var(--tw-bg-opacity));
  }

  .tw .xl\:bg-brand-900{
    --tw-bg-opacity: 1;
    background-color: rgba(0, 18, 63, var(--tw-bg-opacity));
  }

  .tw .xl\:bg-brand{
    --tw-bg-opacity: 1;
    background-color: rgba(0, 190, 255, var(--tw-bg-opacity));
  }

  .tw .xl\:bg-brand-base{
    --tw-bg-opacity: 1;
    background-color: rgba(0, 190, 255, var(--tw-bg-opacity));
  }

  .tw .xl\:bg-red-50{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 202, 200, var(--tw-bg-opacity));
  }

  .tw .xl\:bg-red-100{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 171, 171, var(--tw-bg-opacity));
  }

  .tw .xl\:bg-red-200{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 142, 142, var(--tw-bg-opacity));
  }

  .tw .xl\:bg-red-300{
    --tw-bg-opacity: 1;
    background-color: rgba(247, 112, 115, var(--tw-bg-opacity));
  }

  .tw .xl\:bg-red-400{
    --tw-bg-opacity: 1;
    background-color: rgba(215, 83, 89, var(--tw-bg-opacity));
  }

  .tw .xl\:bg-red-500{
    --tw-bg-opacity: 1;
    background-color: rgba(182, 54, 64, var(--tw-bg-opacity));
  }

  .tw .xl\:bg-red-600{
    --tw-bg-opacity: 1;
    background-color: rgba(150, 18, 41, var(--tw-bg-opacity));
  }

  .tw .xl\:bg-red-700{
    --tw-bg-opacity: 1;
    background-color: rgba(119, 0, 19, var(--tw-bg-opacity));
  }

  .tw .xl\:bg-red-800{
    --tw-bg-opacity: 1;
    background-color: rgba(89, 0, 0, var(--tw-bg-opacity));
  }

  .tw .xl\:bg-red-900{
    --tw-bg-opacity: 1;
    background-color: rgba(65, 0, 0, var(--tw-bg-opacity));
  }

  .tw .xl\:bg-red{
    --tw-bg-opacity: 1;
    background-color: rgba(211, 80, 86, var(--tw-bg-opacity));
  }

  .tw .xl\:bg-red-brand{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 79, 79, var(--tw-bg-opacity));
  }

  .tw .xl\:bg-green-50{
    --tw-bg-opacity: 1;
    background-color: rgba(141, 255, 205, var(--tw-bg-opacity));
  }

  .tw .xl\:bg-green-100{
    --tw-bg-opacity: 1;
    background-color: rgba(109, 236, 176, var(--tw-bg-opacity));
  }

  .tw .xl\:bg-green-200{
    --tw-bg-opacity: 1;
    background-color: rgba(76, 206, 147, var(--tw-bg-opacity));
  }

  .tw .xl\:bg-green-300{
    --tw-bg-opacity: 1;
    background-color: rgba(36, 176, 119, var(--tw-bg-opacity));
  }

  .tw .xl\:bg-green-400{
    --tw-bg-opacity: 1;
    background-color: rgba(0, 147, 93, var(--tw-bg-opacity));
  }

  .tw .xl\:bg-green-500{
    --tw-bg-opacity: 1;
    background-color: rgba(0, 119, 68, var(--tw-bg-opacity));
  }

  .tw .xl\:bg-green-600{
    --tw-bg-opacity: 1;
    background-color: rgba(0, 91, 43, var(--tw-bg-opacity));
  }

  .tw .xl\:bg-green-700{
    --tw-bg-opacity: 1;
    background-color: rgba(0, 65, 21, var(--tw-bg-opacity));
  }

  .tw .xl\:bg-green-800{
    --tw-bg-opacity: 1;
    background-color: rgba(0, 43, 0, var(--tw-bg-opacity));
  }

  .tw .xl\:bg-green-900{
    --tw-bg-opacity: 1;
    background-color: rgba(0, 27, 0, var(--tw-bg-opacity));
  }

  .tw .xl\:bg-green{
    --tw-bg-opacity: 1;
    background-color: rgba(46, 182, 125, var(--tw-bg-opacity));
  }

  .tw .xl\:bg-yellow-50{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 235, 87, var(--tw-bg-opacity));
  }

  .tw .xl\:bg-yellow-100{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 205, 55, var(--tw-bg-opacity));
  }

  .tw .xl\:bg-yellow-200{
    --tw-bg-opacity: 1;
    background-color: rgba(228, 176, 9, var(--tw-bg-opacity));
  }

  .tw .xl\:bg-yellow-300{
    --tw-bg-opacity: 1;
    background-color: rgba(195, 148, 0, var(--tw-bg-opacity));
  }

  .tw .xl\:bg-yellow-400{
    --tw-bg-opacity: 1;
    background-color: rgba(163, 121, 0, var(--tw-bg-opacity));
  }

  .tw .xl\:bg-yellow-500{
    --tw-bg-opacity: 1;
    background-color: rgba(133, 95, 0, var(--tw-bg-opacity));
  }

  .tw .xl\:bg-yellow-600{
    --tw-bg-opacity: 1;
    background-color: rgba(104, 70, 0, var(--tw-bg-opacity));
  }

  .tw .xl\:bg-yellow-700{
    --tw-bg-opacity: 1;
    background-color: rgba(79, 46, 0, var(--tw-bg-opacity));
  }

  .tw .xl\:bg-yellow-800{
    --tw-bg-opacity: 1;
    background-color: rgba(61, 22, 0, var(--tw-bg-opacity));
  }

  .tw .xl\:bg-yellow-900{
    --tw-bg-opacity: 1;
    background-color: rgba(50, 0, 0, var(--tw-bg-opacity));
  }

  .tw .xl\:bg-yellow{
    --tw-bg-opacity: 1;
    background-color: rgba(254, 199, 47, var(--tw-bg-opacity));
  }

  .tw .xl\:bg-purple-50{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 216, 255, var(--tw-bg-opacity));
  }

  .tw .xl\:bg-purple-100{
    --tw-bg-opacity: 1;
    background-color: rgba(240, 186, 255, var(--tw-bg-opacity));
  }

  .tw .xl\:bg-purple-200{
    --tw-bg-opacity: 1;
    background-color: rgba(208, 157, 255, var(--tw-bg-opacity));
  }

  .tw .xl\:bg-purple-300{
    --tw-bg-opacity: 1;
    background-color: rgba(177, 128, 255, var(--tw-bg-opacity));
  }

  .tw .xl\:bg-purple-400{
    --tw-bg-opacity: 1;
    background-color: rgba(146, 101, 233, var(--tw-bg-opacity));
  }

  .tw .xl\:bg-purple-500{
    --tw-bg-opacity: 1;
    background-color: rgba(116, 74, 203, var(--tw-bg-opacity));
  }

  .tw .xl\:bg-purple-600{
    --tw-bg-opacity: 1;
    background-color: rgba(85, 48, 173, var(--tw-bg-opacity));
  }

  .tw .xl\:bg-purple-700{
    --tw-bg-opacity: 1;
    background-color: rgba(53, 22, 144, var(--tw-bg-opacity));
  }

  .tw .xl\:bg-purple-800{
    --tw-bg-opacity: 1;
    background-color: rgba(9, 0, 116, var(--tw-bg-opacity));
  }

  .tw .xl\:bg-purple-900{
    --tw-bg-opacity: 1;
    background-color: rgba(0, 0, 89, var(--tw-bg-opacity));
  }

  .tw .xl\:bg-purple{
    --tw-bg-opacity: 1;
    background-color: rgba(168, 120, 255, var(--tw-bg-opacity));
  }

  .tw .xl\:bg-orange-50{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 210, 131, var(--tw-bg-opacity));
  }

  .tw .xl\:bg-orange-100{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 180, 103, var(--tw-bg-opacity));
  }

  .tw .xl\:bg-orange-200{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 151, 75, var(--tw-bg-opacity));
  }

  .tw .xl\:bg-orange-300{
    --tw-bg-opacity: 1;
    background-color: rgba(240, 122, 47, var(--tw-bg-opacity));
  }

  .tw .xl\:bg-orange-400{
    --tw-bg-opacity: 1;
    background-color: rgba(206, 95, 17, var(--tw-bg-opacity));
  }

  .tw .xl\:bg-orange-500{
    --tw-bg-opacity: 1;
    background-color: rgba(173, 68, 0, var(--tw-bg-opacity));
  }

  .tw .xl\:bg-orange-600{
    --tw-bg-opacity: 1;
    background-color: rgba(141, 40, 0, var(--tw-bg-opacity));
  }

  .tw .xl\:bg-orange-700{
    --tw-bg-opacity: 1;
    background-color: rgba(111, 6, 0, var(--tw-bg-opacity));
  }

  .tw .xl\:bg-orange-800{
    --tw-bg-opacity: 1;
    background-color: rgba(84, 0, 0, var(--tw-bg-opacity));
  }

  .tw .xl\:bg-orange-900{
    --tw-bg-opacity: 1;
    background-color: rgba(65, 0, 0, var(--tw-bg-opacity));
  }

  .tw .xl\:bg-orange{
    --tw-bg-opacity: 1;
    background-color: rgba(245, 127, 52, var(--tw-bg-opacity));
  }

  .tw .xl\:bg-surface-brand{
    --tw-bg-opacity: 1;
    background-color: rgba(26, 26, 26, var(--tw-bg-opacity));
  }

  .tw .xl\:bg-surface-lower{
    --tw-bg-opacity: 1;
    background-color: rgba(18, 19, 20, var(--tw-bg-opacity));
  }

  .tw .xl\:bg-surface-base{
    --tw-bg-opacity: 1;
    background-color: rgba(29, 30, 31, var(--tw-bg-opacity));
  }

  .tw .xl\:bg-surface-low{
    --tw-bg-opacity: 1;
    background-color: rgba(33, 33, 36, var(--tw-bg-opacity));
  }

  .tw .xl\:bg-surface-middle{
    --tw-bg-opacity: 1;
    background-color: rgba(38, 38, 42, var(--tw-bg-opacity));
  }

  .tw .xl\:bg-surface-upper{
    --tw-bg-opacity: 1;
    background-color: rgba(41, 41, 46, var(--tw-bg-opacity));
  }

  .tw .xl\:bg-surface-high{
    --tw-bg-opacity: 1;
    background-color: rgba(52, 52, 53, var(--tw-bg-opacity));
  }

  .tw .xl\:bg-surface-higher{
    --tw-bg-opacity: 1;
    background-color: rgba(74, 75, 75, var(--tw-bg-opacity));
  }

  .tw .xl\:bg-surface-highest{
    --tw-bg-opacity: 1;
    background-color: rgba(97, 97, 98, var(--tw-bg-opacity));
  }

  .tw .xl\:bg-glyph-base{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  }

  .tw .xl\:bg-glyph-light{
    --tw-bg-opacity: 1;
    background-color: rgba(194, 194, 194, var(--tw-bg-opacity));
  }

  .tw .xl\:bg-glyph-lighter{
    --tw-bg-opacity: 1;
    background-color: rgba(150, 150, 150, var(--tw-bg-opacity));
  }

  .tw .xl\:bg-glyph-lightest{
    --tw-bg-opacity: 1;
    background-color: rgba(80, 80, 80, var(--tw-bg-opacity));
  }

  .tw .xl\:bg-link{
    --tw-bg-opacity: 1;
    background-color: rgba(0, 190, 255, var(--tw-bg-opacity));
  }

  .tw .xl\:bg-info-error{
    --tw-bg-opacity: 1;
    background-color: rgba(235, 51, 65, var(--tw-bg-opacity));
  }

  .tw .xl\:bg-info-danger{
    --tw-bg-opacity: 1;
    background-color: rgba(247, 127, 37, var(--tw-bg-opacity));
  }

  .tw .xl\:bg-info-warn{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 200, 47, var(--tw-bg-opacity));
  }

  .tw .xl\:bg-info-ok{
    --tw-bg-opacity: 1;
    background-color: rgba(0, 151, 79, var(--tw-bg-opacity));
  }

  .tw .xl\:bg-info-notice{
    --tw-bg-opacity: 1;
    background-color: rgba(1, 128, 255, var(--tw-bg-opacity));
  }

  .tw .xl\:bg-accent-1{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 93, 105, var(--tw-bg-opacity));
  }

  .tw .xl\:bg-accent-2{
    --tw-bg-opacity: 1;
    background-color: rgba(7, 245, 175, var(--tw-bg-opacity));
  }

  .tw .xl\:bg-accent-3{
    --tw-bg-opacity: 1;
    background-color: rgba(4, 211, 114, var(--tw-bg-opacity));
  }

  .tw .xl\:bg-accent-4{
    --tw-bg-opacity: 1;
    background-color: rgba(132, 81, 245, var(--tw-bg-opacity));
  }

  .tw .xl\:hover\:bg-current:hover{
    background-color: currentColor;
  }

  .tw .xl\:hover\:bg-transparent:hover{
    background-color: transparent;
  }

  .tw .xl\:hover\:bg-white:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  }

  .tw .xl\:hover\:bg-black:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
  }

  .tw .xl\:hover\:bg-gray-10:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(240, 240, 240, var(--tw-bg-opacity));
  }

  .tw .xl\:hover\:bg-gray-20:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(226, 226, 226, var(--tw-bg-opacity));
  }

  .tw .xl\:hover\:bg-gray-30:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(211, 211, 211, var(--tw-bg-opacity));
  }

  .tw .xl\:hover\:bg-gray-40:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(197, 197, 197, var(--tw-bg-opacity));
  }

  .tw .xl\:hover\:bg-gray-50:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(183, 183, 183, var(--tw-bg-opacity));
  }

  .tw .xl\:hover\:bg-gray-60:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(169, 169, 169, var(--tw-bg-opacity));
  }

  .tw .xl\:hover\:bg-gray-70:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(156, 156, 156, var(--tw-bg-opacity));
  }

  .tw .xl\:hover\:bg-gray-80:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(142, 142, 142, var(--tw-bg-opacity));
  }

  .tw .xl\:hover\:bg-gray-90:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(129, 129, 129, var(--tw-bg-opacity));
  }

  .tw .xl\:hover\:bg-gray-100:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(108, 109, 114, var(--tw-bg-opacity));
  }

  .tw .xl\:hover\:bg-gray-200:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(96, 97, 103, var(--tw-bg-opacity));
  }

  .tw .xl\:hover\:bg-gray-300:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(84, 86, 91, var(--tw-bg-opacity));
  }

  .tw .xl\:hover\:bg-gray-400:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(73, 73, 80, var(--tw-bg-opacity));
  }

  .tw .xl\:hover\:bg-gray-500:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(61, 61, 68, var(--tw-bg-opacity));
  }

  .tw .xl\:hover\:bg-gray-600:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(53, 53, 61, var(--tw-bg-opacity));
  }

  .tw .xl\:hover\:bg-gray-700:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(45, 45, 49, var(--tw-bg-opacity));
  }

  .tw .xl\:hover\:bg-gray-800:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(38, 37, 42, var(--tw-bg-opacity));
  }

  .tw .xl\:hover\:bg-gray-850:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(32, 32, 37, var(--tw-bg-opacity));
  }

  .tw .xl\:hover\:bg-gray-900:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(27, 27, 32, var(--tw-bg-opacity));
  }

  .tw .xl\:hover\:bg-gray-950:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(20, 20, 23, var(--tw-bg-opacity));
  }

  .tw .xl\:hover\:bg-brand-50:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(127, 255, 255, var(--tw-bg-opacity));
  }

  .tw .xl\:hover\:bg-brand-100:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(87, 226, 255, var(--tw-bg-opacity));
  }

  .tw .xl\:hover\:bg-brand-200:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(32, 197, 255, var(--tw-bg-opacity));
  }

  .tw .xl\:hover\:bg-brand-300:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(0, 167, 231, var(--tw-bg-opacity));
  }

  .tw .xl\:hover\:bg-brand-400:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(0, 139, 201, var(--tw-bg-opacity));
  }

  .tw .xl\:hover\:bg-brand-500:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(0, 112, 172, var(--tw-bg-opacity));
  }

  .tw .xl\:hover\:bg-brand-600:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(0, 86, 143, var(--tw-bg-opacity));
  }

  .tw .xl\:hover\:bg-brand-700:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(0, 62, 116, var(--tw-bg-opacity));
  }

  .tw .xl\:hover\:bg-brand-800:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(0, 39, 89, var(--tw-bg-opacity));
  }

  .tw .xl\:hover\:bg-brand-900:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(0, 18, 63, var(--tw-bg-opacity));
  }

  .tw .xl\:hover\:bg-brand:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(0, 190, 255, var(--tw-bg-opacity));
  }

  .tw .xl\:hover\:bg-brand-base:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(0, 190, 255, var(--tw-bg-opacity));
  }

  .tw .xl\:hover\:bg-red-50:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 202, 200, var(--tw-bg-opacity));
  }

  .tw .xl\:hover\:bg-red-100:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 171, 171, var(--tw-bg-opacity));
  }

  .tw .xl\:hover\:bg-red-200:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 142, 142, var(--tw-bg-opacity));
  }

  .tw .xl\:hover\:bg-red-300:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(247, 112, 115, var(--tw-bg-opacity));
  }

  .tw .xl\:hover\:bg-red-400:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(215, 83, 89, var(--tw-bg-opacity));
  }

  .tw .xl\:hover\:bg-red-500:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(182, 54, 64, var(--tw-bg-opacity));
  }

  .tw .xl\:hover\:bg-red-600:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(150, 18, 41, var(--tw-bg-opacity));
  }

  .tw .xl\:hover\:bg-red-700:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(119, 0, 19, var(--tw-bg-opacity));
  }

  .tw .xl\:hover\:bg-red-800:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(89, 0, 0, var(--tw-bg-opacity));
  }

  .tw .xl\:hover\:bg-red-900:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(65, 0, 0, var(--tw-bg-opacity));
  }

  .tw .xl\:hover\:bg-red:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(211, 80, 86, var(--tw-bg-opacity));
  }

  .tw .xl\:hover\:bg-red-brand:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 79, 79, var(--tw-bg-opacity));
  }

  .tw .xl\:hover\:bg-green-50:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(141, 255, 205, var(--tw-bg-opacity));
  }

  .tw .xl\:hover\:bg-green-100:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(109, 236, 176, var(--tw-bg-opacity));
  }

  .tw .xl\:hover\:bg-green-200:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(76, 206, 147, var(--tw-bg-opacity));
  }

  .tw .xl\:hover\:bg-green-300:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(36, 176, 119, var(--tw-bg-opacity));
  }

  .tw .xl\:hover\:bg-green-400:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(0, 147, 93, var(--tw-bg-opacity));
  }

  .tw .xl\:hover\:bg-green-500:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(0, 119, 68, var(--tw-bg-opacity));
  }

  .tw .xl\:hover\:bg-green-600:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(0, 91, 43, var(--tw-bg-opacity));
  }

  .tw .xl\:hover\:bg-green-700:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(0, 65, 21, var(--tw-bg-opacity));
  }

  .tw .xl\:hover\:bg-green-800:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(0, 43, 0, var(--tw-bg-opacity));
  }

  .tw .xl\:hover\:bg-green-900:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(0, 27, 0, var(--tw-bg-opacity));
  }

  .tw .xl\:hover\:bg-green:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(46, 182, 125, var(--tw-bg-opacity));
  }

  .tw .xl\:hover\:bg-yellow-50:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 235, 87, var(--tw-bg-opacity));
  }

  .tw .xl\:hover\:bg-yellow-100:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 205, 55, var(--tw-bg-opacity));
  }

  .tw .xl\:hover\:bg-yellow-200:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(228, 176, 9, var(--tw-bg-opacity));
  }

  .tw .xl\:hover\:bg-yellow-300:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(195, 148, 0, var(--tw-bg-opacity));
  }

  .tw .xl\:hover\:bg-yellow-400:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(163, 121, 0, var(--tw-bg-opacity));
  }

  .tw .xl\:hover\:bg-yellow-500:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(133, 95, 0, var(--tw-bg-opacity));
  }

  .tw .xl\:hover\:bg-yellow-600:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(104, 70, 0, var(--tw-bg-opacity));
  }

  .tw .xl\:hover\:bg-yellow-700:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(79, 46, 0, var(--tw-bg-opacity));
  }

  .tw .xl\:hover\:bg-yellow-800:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(61, 22, 0, var(--tw-bg-opacity));
  }

  .tw .xl\:hover\:bg-yellow-900:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(50, 0, 0, var(--tw-bg-opacity));
  }

  .tw .xl\:hover\:bg-yellow:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(254, 199, 47, var(--tw-bg-opacity));
  }

  .tw .xl\:hover\:bg-purple-50:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 216, 255, var(--tw-bg-opacity));
  }

  .tw .xl\:hover\:bg-purple-100:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(240, 186, 255, var(--tw-bg-opacity));
  }

  .tw .xl\:hover\:bg-purple-200:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(208, 157, 255, var(--tw-bg-opacity));
  }

  .tw .xl\:hover\:bg-purple-300:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(177, 128, 255, var(--tw-bg-opacity));
  }

  .tw .xl\:hover\:bg-purple-400:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(146, 101, 233, var(--tw-bg-opacity));
  }

  .tw .xl\:hover\:bg-purple-500:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(116, 74, 203, var(--tw-bg-opacity));
  }

  .tw .xl\:hover\:bg-purple-600:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(85, 48, 173, var(--tw-bg-opacity));
  }

  .tw .xl\:hover\:bg-purple-700:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(53, 22, 144, var(--tw-bg-opacity));
  }

  .tw .xl\:hover\:bg-purple-800:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(9, 0, 116, var(--tw-bg-opacity));
  }

  .tw .xl\:hover\:bg-purple-900:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(0, 0, 89, var(--tw-bg-opacity));
  }

  .tw .xl\:hover\:bg-purple:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(168, 120, 255, var(--tw-bg-opacity));
  }

  .tw .xl\:hover\:bg-orange-50:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 210, 131, var(--tw-bg-opacity));
  }

  .tw .xl\:hover\:bg-orange-100:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 180, 103, var(--tw-bg-opacity));
  }

  .tw .xl\:hover\:bg-orange-200:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 151, 75, var(--tw-bg-opacity));
  }

  .tw .xl\:hover\:bg-orange-300:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(240, 122, 47, var(--tw-bg-opacity));
  }

  .tw .xl\:hover\:bg-orange-400:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(206, 95, 17, var(--tw-bg-opacity));
  }

  .tw .xl\:hover\:bg-orange-500:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(173, 68, 0, var(--tw-bg-opacity));
  }

  .tw .xl\:hover\:bg-orange-600:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(141, 40, 0, var(--tw-bg-opacity));
  }

  .tw .xl\:hover\:bg-orange-700:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(111, 6, 0, var(--tw-bg-opacity));
  }

  .tw .xl\:hover\:bg-orange-800:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(84, 0, 0, var(--tw-bg-opacity));
  }

  .tw .xl\:hover\:bg-orange-900:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(65, 0, 0, var(--tw-bg-opacity));
  }

  .tw .xl\:hover\:bg-orange:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(245, 127, 52, var(--tw-bg-opacity));
  }

  .tw .xl\:hover\:bg-surface-brand:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(26, 26, 26, var(--tw-bg-opacity));
  }

  .tw .xl\:hover\:bg-surface-lower:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(18, 19, 20, var(--tw-bg-opacity));
  }

  .tw .xl\:hover\:bg-surface-base:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(29, 30, 31, var(--tw-bg-opacity));
  }

  .tw .xl\:hover\:bg-surface-low:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(33, 33, 36, var(--tw-bg-opacity));
  }

  .tw .xl\:hover\:bg-surface-middle:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(38, 38, 42, var(--tw-bg-opacity));
  }

  .tw .xl\:hover\:bg-surface-upper:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(41, 41, 46, var(--tw-bg-opacity));
  }

  .tw .xl\:hover\:bg-surface-high:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(52, 52, 53, var(--tw-bg-opacity));
  }

  .tw .xl\:hover\:bg-surface-higher:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(74, 75, 75, var(--tw-bg-opacity));
  }

  .tw .xl\:hover\:bg-surface-highest:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(97, 97, 98, var(--tw-bg-opacity));
  }

  .tw .xl\:hover\:bg-glyph-base:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  }

  .tw .xl\:hover\:bg-glyph-light:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(194, 194, 194, var(--tw-bg-opacity));
  }

  .tw .xl\:hover\:bg-glyph-lighter:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(150, 150, 150, var(--tw-bg-opacity));
  }

  .tw .xl\:hover\:bg-glyph-lightest:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(80, 80, 80, var(--tw-bg-opacity));
  }

  .tw .xl\:hover\:bg-link:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(0, 190, 255, var(--tw-bg-opacity));
  }

  .tw .xl\:hover\:bg-info-error:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(235, 51, 65, var(--tw-bg-opacity));
  }

  .tw .xl\:hover\:bg-info-danger:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(247, 127, 37, var(--tw-bg-opacity));
  }

  .tw .xl\:hover\:bg-info-warn:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 200, 47, var(--tw-bg-opacity));
  }

  .tw .xl\:hover\:bg-info-ok:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(0, 151, 79, var(--tw-bg-opacity));
  }

  .tw .xl\:hover\:bg-info-notice:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(1, 128, 255, var(--tw-bg-opacity));
  }

  .tw .xl\:hover\:bg-accent-1:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 93, 105, var(--tw-bg-opacity));
  }

  .tw .xl\:hover\:bg-accent-2:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(7, 245, 175, var(--tw-bg-opacity));
  }

  .tw .xl\:hover\:bg-accent-3:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(4, 211, 114, var(--tw-bg-opacity));
  }

  .tw .xl\:hover\:bg-accent-4:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(132, 81, 245, var(--tw-bg-opacity));
  }

  .tw .xl\:focus\:bg-current:focus{
    background-color: currentColor;
  }

  .tw .xl\:focus\:bg-transparent:focus{
    background-color: transparent;
  }

  .tw .xl\:focus\:bg-white:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  }

  .tw .xl\:focus\:bg-black:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
  }

  .tw .xl\:focus\:bg-gray-10:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(240, 240, 240, var(--tw-bg-opacity));
  }

  .tw .xl\:focus\:bg-gray-20:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(226, 226, 226, var(--tw-bg-opacity));
  }

  .tw .xl\:focus\:bg-gray-30:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(211, 211, 211, var(--tw-bg-opacity));
  }

  .tw .xl\:focus\:bg-gray-40:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(197, 197, 197, var(--tw-bg-opacity));
  }

  .tw .xl\:focus\:bg-gray-50:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(183, 183, 183, var(--tw-bg-opacity));
  }

  .tw .xl\:focus\:bg-gray-60:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(169, 169, 169, var(--tw-bg-opacity));
  }

  .tw .xl\:focus\:bg-gray-70:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(156, 156, 156, var(--tw-bg-opacity));
  }

  .tw .xl\:focus\:bg-gray-80:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(142, 142, 142, var(--tw-bg-opacity));
  }

  .tw .xl\:focus\:bg-gray-90:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(129, 129, 129, var(--tw-bg-opacity));
  }

  .tw .xl\:focus\:bg-gray-100:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(108, 109, 114, var(--tw-bg-opacity));
  }

  .tw .xl\:focus\:bg-gray-200:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(96, 97, 103, var(--tw-bg-opacity));
  }

  .tw .xl\:focus\:bg-gray-300:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(84, 86, 91, var(--tw-bg-opacity));
  }

  .tw .xl\:focus\:bg-gray-400:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(73, 73, 80, var(--tw-bg-opacity));
  }

  .tw .xl\:focus\:bg-gray-500:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(61, 61, 68, var(--tw-bg-opacity));
  }

  .tw .xl\:focus\:bg-gray-600:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(53, 53, 61, var(--tw-bg-opacity));
  }

  .tw .xl\:focus\:bg-gray-700:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(45, 45, 49, var(--tw-bg-opacity));
  }

  .tw .xl\:focus\:bg-gray-800:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(38, 37, 42, var(--tw-bg-opacity));
  }

  .tw .xl\:focus\:bg-gray-850:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(32, 32, 37, var(--tw-bg-opacity));
  }

  .tw .xl\:focus\:bg-gray-900:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(27, 27, 32, var(--tw-bg-opacity));
  }

  .tw .xl\:focus\:bg-gray-950:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(20, 20, 23, var(--tw-bg-opacity));
  }

  .tw .xl\:focus\:bg-brand-50:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(127, 255, 255, var(--tw-bg-opacity));
  }

  .tw .xl\:focus\:bg-brand-100:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(87, 226, 255, var(--tw-bg-opacity));
  }

  .tw .xl\:focus\:bg-brand-200:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(32, 197, 255, var(--tw-bg-opacity));
  }

  .tw .xl\:focus\:bg-brand-300:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(0, 167, 231, var(--tw-bg-opacity));
  }

  .tw .xl\:focus\:bg-brand-400:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(0, 139, 201, var(--tw-bg-opacity));
  }

  .tw .xl\:focus\:bg-brand-500:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(0, 112, 172, var(--tw-bg-opacity));
  }

  .tw .xl\:focus\:bg-brand-600:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(0, 86, 143, var(--tw-bg-opacity));
  }

  .tw .xl\:focus\:bg-brand-700:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(0, 62, 116, var(--tw-bg-opacity));
  }

  .tw .xl\:focus\:bg-brand-800:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(0, 39, 89, var(--tw-bg-opacity));
  }

  .tw .xl\:focus\:bg-brand-900:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(0, 18, 63, var(--tw-bg-opacity));
  }

  .tw .xl\:focus\:bg-brand:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(0, 190, 255, var(--tw-bg-opacity));
  }

  .tw .xl\:focus\:bg-brand-base:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(0, 190, 255, var(--tw-bg-opacity));
  }

  .tw .xl\:focus\:bg-red-50:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 202, 200, var(--tw-bg-opacity));
  }

  .tw .xl\:focus\:bg-red-100:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 171, 171, var(--tw-bg-opacity));
  }

  .tw .xl\:focus\:bg-red-200:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 142, 142, var(--tw-bg-opacity));
  }

  .tw .xl\:focus\:bg-red-300:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(247, 112, 115, var(--tw-bg-opacity));
  }

  .tw .xl\:focus\:bg-red-400:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(215, 83, 89, var(--tw-bg-opacity));
  }

  .tw .xl\:focus\:bg-red-500:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(182, 54, 64, var(--tw-bg-opacity));
  }

  .tw .xl\:focus\:bg-red-600:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(150, 18, 41, var(--tw-bg-opacity));
  }

  .tw .xl\:focus\:bg-red-700:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(119, 0, 19, var(--tw-bg-opacity));
  }

  .tw .xl\:focus\:bg-red-800:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(89, 0, 0, var(--tw-bg-opacity));
  }

  .tw .xl\:focus\:bg-red-900:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(65, 0, 0, var(--tw-bg-opacity));
  }

  .tw .xl\:focus\:bg-red:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(211, 80, 86, var(--tw-bg-opacity));
  }

  .tw .xl\:focus\:bg-red-brand:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 79, 79, var(--tw-bg-opacity));
  }

  .tw .xl\:focus\:bg-green-50:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(141, 255, 205, var(--tw-bg-opacity));
  }

  .tw .xl\:focus\:bg-green-100:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(109, 236, 176, var(--tw-bg-opacity));
  }

  .tw .xl\:focus\:bg-green-200:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(76, 206, 147, var(--tw-bg-opacity));
  }

  .tw .xl\:focus\:bg-green-300:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(36, 176, 119, var(--tw-bg-opacity));
  }

  .tw .xl\:focus\:bg-green-400:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(0, 147, 93, var(--tw-bg-opacity));
  }

  .tw .xl\:focus\:bg-green-500:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(0, 119, 68, var(--tw-bg-opacity));
  }

  .tw .xl\:focus\:bg-green-600:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(0, 91, 43, var(--tw-bg-opacity));
  }

  .tw .xl\:focus\:bg-green-700:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(0, 65, 21, var(--tw-bg-opacity));
  }

  .tw .xl\:focus\:bg-green-800:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(0, 43, 0, var(--tw-bg-opacity));
  }

  .tw .xl\:focus\:bg-green-900:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(0, 27, 0, var(--tw-bg-opacity));
  }

  .tw .xl\:focus\:bg-green:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(46, 182, 125, var(--tw-bg-opacity));
  }

  .tw .xl\:focus\:bg-yellow-50:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 235, 87, var(--tw-bg-opacity));
  }

  .tw .xl\:focus\:bg-yellow-100:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 205, 55, var(--tw-bg-opacity));
  }

  .tw .xl\:focus\:bg-yellow-200:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(228, 176, 9, var(--tw-bg-opacity));
  }

  .tw .xl\:focus\:bg-yellow-300:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(195, 148, 0, var(--tw-bg-opacity));
  }

  .tw .xl\:focus\:bg-yellow-400:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(163, 121, 0, var(--tw-bg-opacity));
  }

  .tw .xl\:focus\:bg-yellow-500:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(133, 95, 0, var(--tw-bg-opacity));
  }

  .tw .xl\:focus\:bg-yellow-600:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(104, 70, 0, var(--tw-bg-opacity));
  }

  .tw .xl\:focus\:bg-yellow-700:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(79, 46, 0, var(--tw-bg-opacity));
  }

  .tw .xl\:focus\:bg-yellow-800:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(61, 22, 0, var(--tw-bg-opacity));
  }

  .tw .xl\:focus\:bg-yellow-900:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(50, 0, 0, var(--tw-bg-opacity));
  }

  .tw .xl\:focus\:bg-yellow:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(254, 199, 47, var(--tw-bg-opacity));
  }

  .tw .xl\:focus\:bg-purple-50:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 216, 255, var(--tw-bg-opacity));
  }

  .tw .xl\:focus\:bg-purple-100:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(240, 186, 255, var(--tw-bg-opacity));
  }

  .tw .xl\:focus\:bg-purple-200:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(208, 157, 255, var(--tw-bg-opacity));
  }

  .tw .xl\:focus\:bg-purple-300:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(177, 128, 255, var(--tw-bg-opacity));
  }

  .tw .xl\:focus\:bg-purple-400:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(146, 101, 233, var(--tw-bg-opacity));
  }

  .tw .xl\:focus\:bg-purple-500:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(116, 74, 203, var(--tw-bg-opacity));
  }

  .tw .xl\:focus\:bg-purple-600:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(85, 48, 173, var(--tw-bg-opacity));
  }

  .tw .xl\:focus\:bg-purple-700:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(53, 22, 144, var(--tw-bg-opacity));
  }

  .tw .xl\:focus\:bg-purple-800:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(9, 0, 116, var(--tw-bg-opacity));
  }

  .tw .xl\:focus\:bg-purple-900:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(0, 0, 89, var(--tw-bg-opacity));
  }

  .tw .xl\:focus\:bg-purple:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(168, 120, 255, var(--tw-bg-opacity));
  }

  .tw .xl\:focus\:bg-orange-50:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 210, 131, var(--tw-bg-opacity));
  }

  .tw .xl\:focus\:bg-orange-100:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 180, 103, var(--tw-bg-opacity));
  }

  .tw .xl\:focus\:bg-orange-200:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 151, 75, var(--tw-bg-opacity));
  }

  .tw .xl\:focus\:bg-orange-300:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(240, 122, 47, var(--tw-bg-opacity));
  }

  .tw .xl\:focus\:bg-orange-400:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(206, 95, 17, var(--tw-bg-opacity));
  }

  .tw .xl\:focus\:bg-orange-500:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(173, 68, 0, var(--tw-bg-opacity));
  }

  .tw .xl\:focus\:bg-orange-600:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(141, 40, 0, var(--tw-bg-opacity));
  }

  .tw .xl\:focus\:bg-orange-700:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(111, 6, 0, var(--tw-bg-opacity));
  }

  .tw .xl\:focus\:bg-orange-800:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(84, 0, 0, var(--tw-bg-opacity));
  }

  .tw .xl\:focus\:bg-orange-900:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(65, 0, 0, var(--tw-bg-opacity));
  }

  .tw .xl\:focus\:bg-orange:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(245, 127, 52, var(--tw-bg-opacity));
  }

  .tw .xl\:focus\:bg-surface-brand:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(26, 26, 26, var(--tw-bg-opacity));
  }

  .tw .xl\:focus\:bg-surface-lower:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(18, 19, 20, var(--tw-bg-opacity));
  }

  .tw .xl\:focus\:bg-surface-base:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(29, 30, 31, var(--tw-bg-opacity));
  }

  .tw .xl\:focus\:bg-surface-low:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(33, 33, 36, var(--tw-bg-opacity));
  }

  .tw .xl\:focus\:bg-surface-middle:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(38, 38, 42, var(--tw-bg-opacity));
  }

  .tw .xl\:focus\:bg-surface-upper:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(41, 41, 46, var(--tw-bg-opacity));
  }

  .tw .xl\:focus\:bg-surface-high:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(52, 52, 53, var(--tw-bg-opacity));
  }

  .tw .xl\:focus\:bg-surface-higher:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(74, 75, 75, var(--tw-bg-opacity));
  }

  .tw .xl\:focus\:bg-surface-highest:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(97, 97, 98, var(--tw-bg-opacity));
  }

  .tw .xl\:focus\:bg-glyph-base:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  }

  .tw .xl\:focus\:bg-glyph-light:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(194, 194, 194, var(--tw-bg-opacity));
  }

  .tw .xl\:focus\:bg-glyph-lighter:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(150, 150, 150, var(--tw-bg-opacity));
  }

  .tw .xl\:focus\:bg-glyph-lightest:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(80, 80, 80, var(--tw-bg-opacity));
  }

  .tw .xl\:focus\:bg-link:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(0, 190, 255, var(--tw-bg-opacity));
  }

  .tw .xl\:focus\:bg-info-error:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(235, 51, 65, var(--tw-bg-opacity));
  }

  .tw .xl\:focus\:bg-info-danger:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(247, 127, 37, var(--tw-bg-opacity));
  }

  .tw .xl\:focus\:bg-info-warn:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 200, 47, var(--tw-bg-opacity));
  }

  .tw .xl\:focus\:bg-info-ok:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(0, 151, 79, var(--tw-bg-opacity));
  }

  .tw .xl\:focus\:bg-info-notice:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(1, 128, 255, var(--tw-bg-opacity));
  }

  .tw .xl\:focus\:bg-accent-1:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 93, 105, var(--tw-bg-opacity));
  }

  .tw .xl\:focus\:bg-accent-2:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(7, 245, 175, var(--tw-bg-opacity));
  }

  .tw .xl\:focus\:bg-accent-3:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(4, 211, 114, var(--tw-bg-opacity));
  }

  .tw .xl\:focus\:bg-accent-4:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(132, 81, 245, var(--tw-bg-opacity));
  }

  .tw .xl\:active\:bg-current:active{
    background-color: currentColor;
  }

  .tw .xl\:active\:bg-transparent:active{
    background-color: transparent;
  }

  .tw .xl\:active\:bg-white:active{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  }

  .tw .xl\:active\:bg-black:active{
    --tw-bg-opacity: 1;
    background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
  }

  .tw .xl\:active\:bg-gray-10:active{
    --tw-bg-opacity: 1;
    background-color: rgba(240, 240, 240, var(--tw-bg-opacity));
  }

  .tw .xl\:active\:bg-gray-20:active{
    --tw-bg-opacity: 1;
    background-color: rgba(226, 226, 226, var(--tw-bg-opacity));
  }

  .tw .xl\:active\:bg-gray-30:active{
    --tw-bg-opacity: 1;
    background-color: rgba(211, 211, 211, var(--tw-bg-opacity));
  }

  .tw .xl\:active\:bg-gray-40:active{
    --tw-bg-opacity: 1;
    background-color: rgba(197, 197, 197, var(--tw-bg-opacity));
  }

  .tw .xl\:active\:bg-gray-50:active{
    --tw-bg-opacity: 1;
    background-color: rgba(183, 183, 183, var(--tw-bg-opacity));
  }

  .tw .xl\:active\:bg-gray-60:active{
    --tw-bg-opacity: 1;
    background-color: rgba(169, 169, 169, var(--tw-bg-opacity));
  }

  .tw .xl\:active\:bg-gray-70:active{
    --tw-bg-opacity: 1;
    background-color: rgba(156, 156, 156, var(--tw-bg-opacity));
  }

  .tw .xl\:active\:bg-gray-80:active{
    --tw-bg-opacity: 1;
    background-color: rgba(142, 142, 142, var(--tw-bg-opacity));
  }

  .tw .xl\:active\:bg-gray-90:active{
    --tw-bg-opacity: 1;
    background-color: rgba(129, 129, 129, var(--tw-bg-opacity));
  }

  .tw .xl\:active\:bg-gray-100:active{
    --tw-bg-opacity: 1;
    background-color: rgba(108, 109, 114, var(--tw-bg-opacity));
  }

  .tw .xl\:active\:bg-gray-200:active{
    --tw-bg-opacity: 1;
    background-color: rgba(96, 97, 103, var(--tw-bg-opacity));
  }

  .tw .xl\:active\:bg-gray-300:active{
    --tw-bg-opacity: 1;
    background-color: rgba(84, 86, 91, var(--tw-bg-opacity));
  }

  .tw .xl\:active\:bg-gray-400:active{
    --tw-bg-opacity: 1;
    background-color: rgba(73, 73, 80, var(--tw-bg-opacity));
  }

  .tw .xl\:active\:bg-gray-500:active{
    --tw-bg-opacity: 1;
    background-color: rgba(61, 61, 68, var(--tw-bg-opacity));
  }

  .tw .xl\:active\:bg-gray-600:active{
    --tw-bg-opacity: 1;
    background-color: rgba(53, 53, 61, var(--tw-bg-opacity));
  }

  .tw .xl\:active\:bg-gray-700:active{
    --tw-bg-opacity: 1;
    background-color: rgba(45, 45, 49, var(--tw-bg-opacity));
  }

  .tw .xl\:active\:bg-gray-800:active{
    --tw-bg-opacity: 1;
    background-color: rgba(38, 37, 42, var(--tw-bg-opacity));
  }

  .tw .xl\:active\:bg-gray-850:active{
    --tw-bg-opacity: 1;
    background-color: rgba(32, 32, 37, var(--tw-bg-opacity));
  }

  .tw .xl\:active\:bg-gray-900:active{
    --tw-bg-opacity: 1;
    background-color: rgba(27, 27, 32, var(--tw-bg-opacity));
  }

  .tw .xl\:active\:bg-gray-950:active{
    --tw-bg-opacity: 1;
    background-color: rgba(20, 20, 23, var(--tw-bg-opacity));
  }

  .tw .xl\:active\:bg-brand-50:active{
    --tw-bg-opacity: 1;
    background-color: rgba(127, 255, 255, var(--tw-bg-opacity));
  }

  .tw .xl\:active\:bg-brand-100:active{
    --tw-bg-opacity: 1;
    background-color: rgba(87, 226, 255, var(--tw-bg-opacity));
  }

  .tw .xl\:active\:bg-brand-200:active{
    --tw-bg-opacity: 1;
    background-color: rgba(32, 197, 255, var(--tw-bg-opacity));
  }

  .tw .xl\:active\:bg-brand-300:active{
    --tw-bg-opacity: 1;
    background-color: rgba(0, 167, 231, var(--tw-bg-opacity));
  }

  .tw .xl\:active\:bg-brand-400:active{
    --tw-bg-opacity: 1;
    background-color: rgba(0, 139, 201, var(--tw-bg-opacity));
  }

  .tw .xl\:active\:bg-brand-500:active{
    --tw-bg-opacity: 1;
    background-color: rgba(0, 112, 172, var(--tw-bg-opacity));
  }

  .tw .xl\:active\:bg-brand-600:active{
    --tw-bg-opacity: 1;
    background-color: rgba(0, 86, 143, var(--tw-bg-opacity));
  }

  .tw .xl\:active\:bg-brand-700:active{
    --tw-bg-opacity: 1;
    background-color: rgba(0, 62, 116, var(--tw-bg-opacity));
  }

  .tw .xl\:active\:bg-brand-800:active{
    --tw-bg-opacity: 1;
    background-color: rgba(0, 39, 89, var(--tw-bg-opacity));
  }

  .tw .xl\:active\:bg-brand-900:active{
    --tw-bg-opacity: 1;
    background-color: rgba(0, 18, 63, var(--tw-bg-opacity));
  }

  .tw .xl\:active\:bg-brand:active{
    --tw-bg-opacity: 1;
    background-color: rgba(0, 190, 255, var(--tw-bg-opacity));
  }

  .tw .xl\:active\:bg-brand-base:active{
    --tw-bg-opacity: 1;
    background-color: rgba(0, 190, 255, var(--tw-bg-opacity));
  }

  .tw .xl\:active\:bg-red-50:active{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 202, 200, var(--tw-bg-opacity));
  }

  .tw .xl\:active\:bg-red-100:active{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 171, 171, var(--tw-bg-opacity));
  }

  .tw .xl\:active\:bg-red-200:active{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 142, 142, var(--tw-bg-opacity));
  }

  .tw .xl\:active\:bg-red-300:active{
    --tw-bg-opacity: 1;
    background-color: rgba(247, 112, 115, var(--tw-bg-opacity));
  }

  .tw .xl\:active\:bg-red-400:active{
    --tw-bg-opacity: 1;
    background-color: rgba(215, 83, 89, var(--tw-bg-opacity));
  }

  .tw .xl\:active\:bg-red-500:active{
    --tw-bg-opacity: 1;
    background-color: rgba(182, 54, 64, var(--tw-bg-opacity));
  }

  .tw .xl\:active\:bg-red-600:active{
    --tw-bg-opacity: 1;
    background-color: rgba(150, 18, 41, var(--tw-bg-opacity));
  }

  .tw .xl\:active\:bg-red-700:active{
    --tw-bg-opacity: 1;
    background-color: rgba(119, 0, 19, var(--tw-bg-opacity));
  }

  .tw .xl\:active\:bg-red-800:active{
    --tw-bg-opacity: 1;
    background-color: rgba(89, 0, 0, var(--tw-bg-opacity));
  }

  .tw .xl\:active\:bg-red-900:active{
    --tw-bg-opacity: 1;
    background-color: rgba(65, 0, 0, var(--tw-bg-opacity));
  }

  .tw .xl\:active\:bg-red:active{
    --tw-bg-opacity: 1;
    background-color: rgba(211, 80, 86, var(--tw-bg-opacity));
  }

  .tw .xl\:active\:bg-red-brand:active{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 79, 79, var(--tw-bg-opacity));
  }

  .tw .xl\:active\:bg-green-50:active{
    --tw-bg-opacity: 1;
    background-color: rgba(141, 255, 205, var(--tw-bg-opacity));
  }

  .tw .xl\:active\:bg-green-100:active{
    --tw-bg-opacity: 1;
    background-color: rgba(109, 236, 176, var(--tw-bg-opacity));
  }

  .tw .xl\:active\:bg-green-200:active{
    --tw-bg-opacity: 1;
    background-color: rgba(76, 206, 147, var(--tw-bg-opacity));
  }

  .tw .xl\:active\:bg-green-300:active{
    --tw-bg-opacity: 1;
    background-color: rgba(36, 176, 119, var(--tw-bg-opacity));
  }

  .tw .xl\:active\:bg-green-400:active{
    --tw-bg-opacity: 1;
    background-color: rgba(0, 147, 93, var(--tw-bg-opacity));
  }

  .tw .xl\:active\:bg-green-500:active{
    --tw-bg-opacity: 1;
    background-color: rgba(0, 119, 68, var(--tw-bg-opacity));
  }

  .tw .xl\:active\:bg-green-600:active{
    --tw-bg-opacity: 1;
    background-color: rgba(0, 91, 43, var(--tw-bg-opacity));
  }

  .tw .xl\:active\:bg-green-700:active{
    --tw-bg-opacity: 1;
    background-color: rgba(0, 65, 21, var(--tw-bg-opacity));
  }

  .tw .xl\:active\:bg-green-800:active{
    --tw-bg-opacity: 1;
    background-color: rgba(0, 43, 0, var(--tw-bg-opacity));
  }

  .tw .xl\:active\:bg-green-900:active{
    --tw-bg-opacity: 1;
    background-color: rgba(0, 27, 0, var(--tw-bg-opacity));
  }

  .tw .xl\:active\:bg-green:active{
    --tw-bg-opacity: 1;
    background-color: rgba(46, 182, 125, var(--tw-bg-opacity));
  }

  .tw .xl\:active\:bg-yellow-50:active{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 235, 87, var(--tw-bg-opacity));
  }

  .tw .xl\:active\:bg-yellow-100:active{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 205, 55, var(--tw-bg-opacity));
  }

  .tw .xl\:active\:bg-yellow-200:active{
    --tw-bg-opacity: 1;
    background-color: rgba(228, 176, 9, var(--tw-bg-opacity));
  }

  .tw .xl\:active\:bg-yellow-300:active{
    --tw-bg-opacity: 1;
    background-color: rgba(195, 148, 0, var(--tw-bg-opacity));
  }

  .tw .xl\:active\:bg-yellow-400:active{
    --tw-bg-opacity: 1;
    background-color: rgba(163, 121, 0, var(--tw-bg-opacity));
  }

  .tw .xl\:active\:bg-yellow-500:active{
    --tw-bg-opacity: 1;
    background-color: rgba(133, 95, 0, var(--tw-bg-opacity));
  }

  .tw .xl\:active\:bg-yellow-600:active{
    --tw-bg-opacity: 1;
    background-color: rgba(104, 70, 0, var(--tw-bg-opacity));
  }

  .tw .xl\:active\:bg-yellow-700:active{
    --tw-bg-opacity: 1;
    background-color: rgba(79, 46, 0, var(--tw-bg-opacity));
  }

  .tw .xl\:active\:bg-yellow-800:active{
    --tw-bg-opacity: 1;
    background-color: rgba(61, 22, 0, var(--tw-bg-opacity));
  }

  .tw .xl\:active\:bg-yellow-900:active{
    --tw-bg-opacity: 1;
    background-color: rgba(50, 0, 0, var(--tw-bg-opacity));
  }

  .tw .xl\:active\:bg-yellow:active{
    --tw-bg-opacity: 1;
    background-color: rgba(254, 199, 47, var(--tw-bg-opacity));
  }

  .tw .xl\:active\:bg-purple-50:active{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 216, 255, var(--tw-bg-opacity));
  }

  .tw .xl\:active\:bg-purple-100:active{
    --tw-bg-opacity: 1;
    background-color: rgba(240, 186, 255, var(--tw-bg-opacity));
  }

  .tw .xl\:active\:bg-purple-200:active{
    --tw-bg-opacity: 1;
    background-color: rgba(208, 157, 255, var(--tw-bg-opacity));
  }

  .tw .xl\:active\:bg-purple-300:active{
    --tw-bg-opacity: 1;
    background-color: rgba(177, 128, 255, var(--tw-bg-opacity));
  }

  .tw .xl\:active\:bg-purple-400:active{
    --tw-bg-opacity: 1;
    background-color: rgba(146, 101, 233, var(--tw-bg-opacity));
  }

  .tw .xl\:active\:bg-purple-500:active{
    --tw-bg-opacity: 1;
    background-color: rgba(116, 74, 203, var(--tw-bg-opacity));
  }

  .tw .xl\:active\:bg-purple-600:active{
    --tw-bg-opacity: 1;
    background-color: rgba(85, 48, 173, var(--tw-bg-opacity));
  }

  .tw .xl\:active\:bg-purple-700:active{
    --tw-bg-opacity: 1;
    background-color: rgba(53, 22, 144, var(--tw-bg-opacity));
  }

  .tw .xl\:active\:bg-purple-800:active{
    --tw-bg-opacity: 1;
    background-color: rgba(9, 0, 116, var(--tw-bg-opacity));
  }

  .tw .xl\:active\:bg-purple-900:active{
    --tw-bg-opacity: 1;
    background-color: rgba(0, 0, 89, var(--tw-bg-opacity));
  }

  .tw .xl\:active\:bg-purple:active{
    --tw-bg-opacity: 1;
    background-color: rgba(168, 120, 255, var(--tw-bg-opacity));
  }

  .tw .xl\:active\:bg-orange-50:active{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 210, 131, var(--tw-bg-opacity));
  }

  .tw .xl\:active\:bg-orange-100:active{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 180, 103, var(--tw-bg-opacity));
  }

  .tw .xl\:active\:bg-orange-200:active{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 151, 75, var(--tw-bg-opacity));
  }

  .tw .xl\:active\:bg-orange-300:active{
    --tw-bg-opacity: 1;
    background-color: rgba(240, 122, 47, var(--tw-bg-opacity));
  }

  .tw .xl\:active\:bg-orange-400:active{
    --tw-bg-opacity: 1;
    background-color: rgba(206, 95, 17, var(--tw-bg-opacity));
  }

  .tw .xl\:active\:bg-orange-500:active{
    --tw-bg-opacity: 1;
    background-color: rgba(173, 68, 0, var(--tw-bg-opacity));
  }

  .tw .xl\:active\:bg-orange-600:active{
    --tw-bg-opacity: 1;
    background-color: rgba(141, 40, 0, var(--tw-bg-opacity));
  }

  .tw .xl\:active\:bg-orange-700:active{
    --tw-bg-opacity: 1;
    background-color: rgba(111, 6, 0, var(--tw-bg-opacity));
  }

  .tw .xl\:active\:bg-orange-800:active{
    --tw-bg-opacity: 1;
    background-color: rgba(84, 0, 0, var(--tw-bg-opacity));
  }

  .tw .xl\:active\:bg-orange-900:active{
    --tw-bg-opacity: 1;
    background-color: rgba(65, 0, 0, var(--tw-bg-opacity));
  }

  .tw .xl\:active\:bg-orange:active{
    --tw-bg-opacity: 1;
    background-color: rgba(245, 127, 52, var(--tw-bg-opacity));
  }

  .tw .xl\:active\:bg-surface-brand:active{
    --tw-bg-opacity: 1;
    background-color: rgba(26, 26, 26, var(--tw-bg-opacity));
  }

  .tw .xl\:active\:bg-surface-lower:active{
    --tw-bg-opacity: 1;
    background-color: rgba(18, 19, 20, var(--tw-bg-opacity));
  }

  .tw .xl\:active\:bg-surface-base:active{
    --tw-bg-opacity: 1;
    background-color: rgba(29, 30, 31, var(--tw-bg-opacity));
  }

  .tw .xl\:active\:bg-surface-low:active{
    --tw-bg-opacity: 1;
    background-color: rgba(33, 33, 36, var(--tw-bg-opacity));
  }

  .tw .xl\:active\:bg-surface-middle:active{
    --tw-bg-opacity: 1;
    background-color: rgba(38, 38, 42, var(--tw-bg-opacity));
  }

  .tw .xl\:active\:bg-surface-upper:active{
    --tw-bg-opacity: 1;
    background-color: rgba(41, 41, 46, var(--tw-bg-opacity));
  }

  .tw .xl\:active\:bg-surface-high:active{
    --tw-bg-opacity: 1;
    background-color: rgba(52, 52, 53, var(--tw-bg-opacity));
  }

  .tw .xl\:active\:bg-surface-higher:active{
    --tw-bg-opacity: 1;
    background-color: rgba(74, 75, 75, var(--tw-bg-opacity));
  }

  .tw .xl\:active\:bg-surface-highest:active{
    --tw-bg-opacity: 1;
    background-color: rgba(97, 97, 98, var(--tw-bg-opacity));
  }

  .tw .xl\:active\:bg-glyph-base:active{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  }

  .tw .xl\:active\:bg-glyph-light:active{
    --tw-bg-opacity: 1;
    background-color: rgba(194, 194, 194, var(--tw-bg-opacity));
  }

  .tw .xl\:active\:bg-glyph-lighter:active{
    --tw-bg-opacity: 1;
    background-color: rgba(150, 150, 150, var(--tw-bg-opacity));
  }

  .tw .xl\:active\:bg-glyph-lightest:active{
    --tw-bg-opacity: 1;
    background-color: rgba(80, 80, 80, var(--tw-bg-opacity));
  }

  .tw .xl\:active\:bg-link:active{
    --tw-bg-opacity: 1;
    background-color: rgba(0, 190, 255, var(--tw-bg-opacity));
  }

  .tw .xl\:active\:bg-info-error:active{
    --tw-bg-opacity: 1;
    background-color: rgba(235, 51, 65, var(--tw-bg-opacity));
  }

  .tw .xl\:active\:bg-info-danger:active{
    --tw-bg-opacity: 1;
    background-color: rgba(247, 127, 37, var(--tw-bg-opacity));
  }

  .tw .xl\:active\:bg-info-warn:active{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 200, 47, var(--tw-bg-opacity));
  }

  .tw .xl\:active\:bg-info-ok:active{
    --tw-bg-opacity: 1;
    background-color: rgba(0, 151, 79, var(--tw-bg-opacity));
  }

  .tw .xl\:active\:bg-info-notice:active{
    --tw-bg-opacity: 1;
    background-color: rgba(1, 128, 255, var(--tw-bg-opacity));
  }

  .tw .xl\:active\:bg-accent-1:active{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 93, 105, var(--tw-bg-opacity));
  }

  .tw .xl\:active\:bg-accent-2:active{
    --tw-bg-opacity: 1;
    background-color: rgba(7, 245, 175, var(--tw-bg-opacity));
  }

  .tw .xl\:active\:bg-accent-3:active{
    --tw-bg-opacity: 1;
    background-color: rgba(4, 211, 114, var(--tw-bg-opacity));
  }

  .tw .xl\:active\:bg-accent-4:active{
    --tw-bg-opacity: 1;
    background-color: rgba(132, 81, 245, var(--tw-bg-opacity));
  }

  .tw .group:hover .xl\:group-hover\:bg-current{
    background-color: currentColor;
  }

  .tw .group:hover .xl\:group-hover\:bg-transparent{
    background-color: transparent;
  }

  .tw .group:hover .xl\:group-hover\:bg-white{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  }

  .tw .group:hover .xl\:group-hover\:bg-black{
    --tw-bg-opacity: 1;
    background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
  }

  .tw .group:hover .xl\:group-hover\:bg-gray-10{
    --tw-bg-opacity: 1;
    background-color: rgba(240, 240, 240, var(--tw-bg-opacity));
  }

  .tw .group:hover .xl\:group-hover\:bg-gray-20{
    --tw-bg-opacity: 1;
    background-color: rgba(226, 226, 226, var(--tw-bg-opacity));
  }

  .tw .group:hover .xl\:group-hover\:bg-gray-30{
    --tw-bg-opacity: 1;
    background-color: rgba(211, 211, 211, var(--tw-bg-opacity));
  }

  .tw .group:hover .xl\:group-hover\:bg-gray-40{
    --tw-bg-opacity: 1;
    background-color: rgba(197, 197, 197, var(--tw-bg-opacity));
  }

  .tw .group:hover .xl\:group-hover\:bg-gray-50{
    --tw-bg-opacity: 1;
    background-color: rgba(183, 183, 183, var(--tw-bg-opacity));
  }

  .tw .group:hover .xl\:group-hover\:bg-gray-60{
    --tw-bg-opacity: 1;
    background-color: rgba(169, 169, 169, var(--tw-bg-opacity));
  }

  .tw .group:hover .xl\:group-hover\:bg-gray-70{
    --tw-bg-opacity: 1;
    background-color: rgba(156, 156, 156, var(--tw-bg-opacity));
  }

  .tw .group:hover .xl\:group-hover\:bg-gray-80{
    --tw-bg-opacity: 1;
    background-color: rgba(142, 142, 142, var(--tw-bg-opacity));
  }

  .tw .group:hover .xl\:group-hover\:bg-gray-90{
    --tw-bg-opacity: 1;
    background-color: rgba(129, 129, 129, var(--tw-bg-opacity));
  }

  .tw .group:hover .xl\:group-hover\:bg-gray-100{
    --tw-bg-opacity: 1;
    background-color: rgba(108, 109, 114, var(--tw-bg-opacity));
  }

  .tw .group:hover .xl\:group-hover\:bg-gray-200{
    --tw-bg-opacity: 1;
    background-color: rgba(96, 97, 103, var(--tw-bg-opacity));
  }

  .tw .group:hover .xl\:group-hover\:bg-gray-300{
    --tw-bg-opacity: 1;
    background-color: rgba(84, 86, 91, var(--tw-bg-opacity));
  }

  .tw .group:hover .xl\:group-hover\:bg-gray-400{
    --tw-bg-opacity: 1;
    background-color: rgba(73, 73, 80, var(--tw-bg-opacity));
  }

  .tw .group:hover .xl\:group-hover\:bg-gray-500{
    --tw-bg-opacity: 1;
    background-color: rgba(61, 61, 68, var(--tw-bg-opacity));
  }

  .tw .group:hover .xl\:group-hover\:bg-gray-600{
    --tw-bg-opacity: 1;
    background-color: rgba(53, 53, 61, var(--tw-bg-opacity));
  }

  .tw .group:hover .xl\:group-hover\:bg-gray-700{
    --tw-bg-opacity: 1;
    background-color: rgba(45, 45, 49, var(--tw-bg-opacity));
  }

  .tw .group:hover .xl\:group-hover\:bg-gray-800{
    --tw-bg-opacity: 1;
    background-color: rgba(38, 37, 42, var(--tw-bg-opacity));
  }

  .tw .group:hover .xl\:group-hover\:bg-gray-850{
    --tw-bg-opacity: 1;
    background-color: rgba(32, 32, 37, var(--tw-bg-opacity));
  }

  .tw .group:hover .xl\:group-hover\:bg-gray-900{
    --tw-bg-opacity: 1;
    background-color: rgba(27, 27, 32, var(--tw-bg-opacity));
  }

  .tw .group:hover .xl\:group-hover\:bg-gray-950{
    --tw-bg-opacity: 1;
    background-color: rgba(20, 20, 23, var(--tw-bg-opacity));
  }

  .tw .group:hover .xl\:group-hover\:bg-brand-50{
    --tw-bg-opacity: 1;
    background-color: rgba(127, 255, 255, var(--tw-bg-opacity));
  }

  .tw .group:hover .xl\:group-hover\:bg-brand-100{
    --tw-bg-opacity: 1;
    background-color: rgba(87, 226, 255, var(--tw-bg-opacity));
  }

  .tw .group:hover .xl\:group-hover\:bg-brand-200{
    --tw-bg-opacity: 1;
    background-color: rgba(32, 197, 255, var(--tw-bg-opacity));
  }

  .tw .group:hover .xl\:group-hover\:bg-brand-300{
    --tw-bg-opacity: 1;
    background-color: rgba(0, 167, 231, var(--tw-bg-opacity));
  }

  .tw .group:hover .xl\:group-hover\:bg-brand-400{
    --tw-bg-opacity: 1;
    background-color: rgba(0, 139, 201, var(--tw-bg-opacity));
  }

  .tw .group:hover .xl\:group-hover\:bg-brand-500{
    --tw-bg-opacity: 1;
    background-color: rgba(0, 112, 172, var(--tw-bg-opacity));
  }

  .tw .group:hover .xl\:group-hover\:bg-brand-600{
    --tw-bg-opacity: 1;
    background-color: rgba(0, 86, 143, var(--tw-bg-opacity));
  }

  .tw .group:hover .xl\:group-hover\:bg-brand-700{
    --tw-bg-opacity: 1;
    background-color: rgba(0, 62, 116, var(--tw-bg-opacity));
  }

  .tw .group:hover .xl\:group-hover\:bg-brand-800{
    --tw-bg-opacity: 1;
    background-color: rgba(0, 39, 89, var(--tw-bg-opacity));
  }

  .tw .group:hover .xl\:group-hover\:bg-brand-900{
    --tw-bg-opacity: 1;
    background-color: rgba(0, 18, 63, var(--tw-bg-opacity));
  }

  .tw .group:hover .xl\:group-hover\:bg-brand{
    --tw-bg-opacity: 1;
    background-color: rgba(0, 190, 255, var(--tw-bg-opacity));
  }

  .tw .group:hover .xl\:group-hover\:bg-brand-base{
    --tw-bg-opacity: 1;
    background-color: rgba(0, 190, 255, var(--tw-bg-opacity));
  }

  .tw .group:hover .xl\:group-hover\:bg-red-50{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 202, 200, var(--tw-bg-opacity));
  }

  .tw .group:hover .xl\:group-hover\:bg-red-100{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 171, 171, var(--tw-bg-opacity));
  }

  .tw .group:hover .xl\:group-hover\:bg-red-200{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 142, 142, var(--tw-bg-opacity));
  }

  .tw .group:hover .xl\:group-hover\:bg-red-300{
    --tw-bg-opacity: 1;
    background-color: rgba(247, 112, 115, var(--tw-bg-opacity));
  }

  .tw .group:hover .xl\:group-hover\:bg-red-400{
    --tw-bg-opacity: 1;
    background-color: rgba(215, 83, 89, var(--tw-bg-opacity));
  }

  .tw .group:hover .xl\:group-hover\:bg-red-500{
    --tw-bg-opacity: 1;
    background-color: rgba(182, 54, 64, var(--tw-bg-opacity));
  }

  .tw .group:hover .xl\:group-hover\:bg-red-600{
    --tw-bg-opacity: 1;
    background-color: rgba(150, 18, 41, var(--tw-bg-opacity));
  }

  .tw .group:hover .xl\:group-hover\:bg-red-700{
    --tw-bg-opacity: 1;
    background-color: rgba(119, 0, 19, var(--tw-bg-opacity));
  }

  .tw .group:hover .xl\:group-hover\:bg-red-800{
    --tw-bg-opacity: 1;
    background-color: rgba(89, 0, 0, var(--tw-bg-opacity));
  }

  .tw .group:hover .xl\:group-hover\:bg-red-900{
    --tw-bg-opacity: 1;
    background-color: rgba(65, 0, 0, var(--tw-bg-opacity));
  }

  .tw .group:hover .xl\:group-hover\:bg-red{
    --tw-bg-opacity: 1;
    background-color: rgba(211, 80, 86, var(--tw-bg-opacity));
  }

  .tw .group:hover .xl\:group-hover\:bg-red-brand{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 79, 79, var(--tw-bg-opacity));
  }

  .tw .group:hover .xl\:group-hover\:bg-green-50{
    --tw-bg-opacity: 1;
    background-color: rgba(141, 255, 205, var(--tw-bg-opacity));
  }

  .tw .group:hover .xl\:group-hover\:bg-green-100{
    --tw-bg-opacity: 1;
    background-color: rgba(109, 236, 176, var(--tw-bg-opacity));
  }

  .tw .group:hover .xl\:group-hover\:bg-green-200{
    --tw-bg-opacity: 1;
    background-color: rgba(76, 206, 147, var(--tw-bg-opacity));
  }

  .tw .group:hover .xl\:group-hover\:bg-green-300{
    --tw-bg-opacity: 1;
    background-color: rgba(36, 176, 119, var(--tw-bg-opacity));
  }

  .tw .group:hover .xl\:group-hover\:bg-green-400{
    --tw-bg-opacity: 1;
    background-color: rgba(0, 147, 93, var(--tw-bg-opacity));
  }

  .tw .group:hover .xl\:group-hover\:bg-green-500{
    --tw-bg-opacity: 1;
    background-color: rgba(0, 119, 68, var(--tw-bg-opacity));
  }

  .tw .group:hover .xl\:group-hover\:bg-green-600{
    --tw-bg-opacity: 1;
    background-color: rgba(0, 91, 43, var(--tw-bg-opacity));
  }

  .tw .group:hover .xl\:group-hover\:bg-green-700{
    --tw-bg-opacity: 1;
    background-color: rgba(0, 65, 21, var(--tw-bg-opacity));
  }

  .tw .group:hover .xl\:group-hover\:bg-green-800{
    --tw-bg-opacity: 1;
    background-color: rgba(0, 43, 0, var(--tw-bg-opacity));
  }

  .tw .group:hover .xl\:group-hover\:bg-green-900{
    --tw-bg-opacity: 1;
    background-color: rgba(0, 27, 0, var(--tw-bg-opacity));
  }

  .tw .group:hover .xl\:group-hover\:bg-green{
    --tw-bg-opacity: 1;
    background-color: rgba(46, 182, 125, var(--tw-bg-opacity));
  }

  .tw .group:hover .xl\:group-hover\:bg-yellow-50{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 235, 87, var(--tw-bg-opacity));
  }

  .tw .group:hover .xl\:group-hover\:bg-yellow-100{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 205, 55, var(--tw-bg-opacity));
  }

  .tw .group:hover .xl\:group-hover\:bg-yellow-200{
    --tw-bg-opacity: 1;
    background-color: rgba(228, 176, 9, var(--tw-bg-opacity));
  }

  .tw .group:hover .xl\:group-hover\:bg-yellow-300{
    --tw-bg-opacity: 1;
    background-color: rgba(195, 148, 0, var(--tw-bg-opacity));
  }

  .tw .group:hover .xl\:group-hover\:bg-yellow-400{
    --tw-bg-opacity: 1;
    background-color: rgba(163, 121, 0, var(--tw-bg-opacity));
  }

  .tw .group:hover .xl\:group-hover\:bg-yellow-500{
    --tw-bg-opacity: 1;
    background-color: rgba(133, 95, 0, var(--tw-bg-opacity));
  }

  .tw .group:hover .xl\:group-hover\:bg-yellow-600{
    --tw-bg-opacity: 1;
    background-color: rgba(104, 70, 0, var(--tw-bg-opacity));
  }

  .tw .group:hover .xl\:group-hover\:bg-yellow-700{
    --tw-bg-opacity: 1;
    background-color: rgba(79, 46, 0, var(--tw-bg-opacity));
  }

  .tw .group:hover .xl\:group-hover\:bg-yellow-800{
    --tw-bg-opacity: 1;
    background-color: rgba(61, 22, 0, var(--tw-bg-opacity));
  }

  .tw .group:hover .xl\:group-hover\:bg-yellow-900{
    --tw-bg-opacity: 1;
    background-color: rgba(50, 0, 0, var(--tw-bg-opacity));
  }

  .tw .group:hover .xl\:group-hover\:bg-yellow{
    --tw-bg-opacity: 1;
    background-color: rgba(254, 199, 47, var(--tw-bg-opacity));
  }

  .tw .group:hover .xl\:group-hover\:bg-purple-50{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 216, 255, var(--tw-bg-opacity));
  }

  .tw .group:hover .xl\:group-hover\:bg-purple-100{
    --tw-bg-opacity: 1;
    background-color: rgba(240, 186, 255, var(--tw-bg-opacity));
  }

  .tw .group:hover .xl\:group-hover\:bg-purple-200{
    --tw-bg-opacity: 1;
    background-color: rgba(208, 157, 255, var(--tw-bg-opacity));
  }

  .tw .group:hover .xl\:group-hover\:bg-purple-300{
    --tw-bg-opacity: 1;
    background-color: rgba(177, 128, 255, var(--tw-bg-opacity));
  }

  .tw .group:hover .xl\:group-hover\:bg-purple-400{
    --tw-bg-opacity: 1;
    background-color: rgba(146, 101, 233, var(--tw-bg-opacity));
  }

  .tw .group:hover .xl\:group-hover\:bg-purple-500{
    --tw-bg-opacity: 1;
    background-color: rgba(116, 74, 203, var(--tw-bg-opacity));
  }

  .tw .group:hover .xl\:group-hover\:bg-purple-600{
    --tw-bg-opacity: 1;
    background-color: rgba(85, 48, 173, var(--tw-bg-opacity));
  }

  .tw .group:hover .xl\:group-hover\:bg-purple-700{
    --tw-bg-opacity: 1;
    background-color: rgba(53, 22, 144, var(--tw-bg-opacity));
  }

  .tw .group:hover .xl\:group-hover\:bg-purple-800{
    --tw-bg-opacity: 1;
    background-color: rgba(9, 0, 116, var(--tw-bg-opacity));
  }

  .tw .group:hover .xl\:group-hover\:bg-purple-900{
    --tw-bg-opacity: 1;
    background-color: rgba(0, 0, 89, var(--tw-bg-opacity));
  }

  .tw .group:hover .xl\:group-hover\:bg-purple{
    --tw-bg-opacity: 1;
    background-color: rgba(168, 120, 255, var(--tw-bg-opacity));
  }

  .tw .group:hover .xl\:group-hover\:bg-orange-50{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 210, 131, var(--tw-bg-opacity));
  }

  .tw .group:hover .xl\:group-hover\:bg-orange-100{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 180, 103, var(--tw-bg-opacity));
  }

  .tw .group:hover .xl\:group-hover\:bg-orange-200{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 151, 75, var(--tw-bg-opacity));
  }

  .tw .group:hover .xl\:group-hover\:bg-orange-300{
    --tw-bg-opacity: 1;
    background-color: rgba(240, 122, 47, var(--tw-bg-opacity));
  }

  .tw .group:hover .xl\:group-hover\:bg-orange-400{
    --tw-bg-opacity: 1;
    background-color: rgba(206, 95, 17, var(--tw-bg-opacity));
  }

  .tw .group:hover .xl\:group-hover\:bg-orange-500{
    --tw-bg-opacity: 1;
    background-color: rgba(173, 68, 0, var(--tw-bg-opacity));
  }

  .tw .group:hover .xl\:group-hover\:bg-orange-600{
    --tw-bg-opacity: 1;
    background-color: rgba(141, 40, 0, var(--tw-bg-opacity));
  }

  .tw .group:hover .xl\:group-hover\:bg-orange-700{
    --tw-bg-opacity: 1;
    background-color: rgba(111, 6, 0, var(--tw-bg-opacity));
  }

  .tw .group:hover .xl\:group-hover\:bg-orange-800{
    --tw-bg-opacity: 1;
    background-color: rgba(84, 0, 0, var(--tw-bg-opacity));
  }

  .tw .group:hover .xl\:group-hover\:bg-orange-900{
    --tw-bg-opacity: 1;
    background-color: rgba(65, 0, 0, var(--tw-bg-opacity));
  }

  .tw .group:hover .xl\:group-hover\:bg-orange{
    --tw-bg-opacity: 1;
    background-color: rgba(245, 127, 52, var(--tw-bg-opacity));
  }

  .tw .group:hover .xl\:group-hover\:bg-surface-brand{
    --tw-bg-opacity: 1;
    background-color: rgba(26, 26, 26, var(--tw-bg-opacity));
  }

  .tw .group:hover .xl\:group-hover\:bg-surface-lower{
    --tw-bg-opacity: 1;
    background-color: rgba(18, 19, 20, var(--tw-bg-opacity));
  }

  .tw .group:hover .xl\:group-hover\:bg-surface-base{
    --tw-bg-opacity: 1;
    background-color: rgba(29, 30, 31, var(--tw-bg-opacity));
  }

  .tw .group:hover .xl\:group-hover\:bg-surface-low{
    --tw-bg-opacity: 1;
    background-color: rgba(33, 33, 36, var(--tw-bg-opacity));
  }

  .tw .group:hover .xl\:group-hover\:bg-surface-middle{
    --tw-bg-opacity: 1;
    background-color: rgba(38, 38, 42, var(--tw-bg-opacity));
  }

  .tw .group:hover .xl\:group-hover\:bg-surface-upper{
    --tw-bg-opacity: 1;
    background-color: rgba(41, 41, 46, var(--tw-bg-opacity));
  }

  .tw .group:hover .xl\:group-hover\:bg-surface-high{
    --tw-bg-opacity: 1;
    background-color: rgba(52, 52, 53, var(--tw-bg-opacity));
  }

  .tw .group:hover .xl\:group-hover\:bg-surface-higher{
    --tw-bg-opacity: 1;
    background-color: rgba(74, 75, 75, var(--tw-bg-opacity));
  }

  .tw .group:hover .xl\:group-hover\:bg-surface-highest{
    --tw-bg-opacity: 1;
    background-color: rgba(97, 97, 98, var(--tw-bg-opacity));
  }

  .tw .group:hover .xl\:group-hover\:bg-glyph-base{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  }

  .tw .group:hover .xl\:group-hover\:bg-glyph-light{
    --tw-bg-opacity: 1;
    background-color: rgba(194, 194, 194, var(--tw-bg-opacity));
  }

  .tw .group:hover .xl\:group-hover\:bg-glyph-lighter{
    --tw-bg-opacity: 1;
    background-color: rgba(150, 150, 150, var(--tw-bg-opacity));
  }

  .tw .group:hover .xl\:group-hover\:bg-glyph-lightest{
    --tw-bg-opacity: 1;
    background-color: rgba(80, 80, 80, var(--tw-bg-opacity));
  }

  .tw .group:hover .xl\:group-hover\:bg-link{
    --tw-bg-opacity: 1;
    background-color: rgba(0, 190, 255, var(--tw-bg-opacity));
  }

  .tw .group:hover .xl\:group-hover\:bg-info-error{
    --tw-bg-opacity: 1;
    background-color: rgba(235, 51, 65, var(--tw-bg-opacity));
  }

  .tw .group:hover .xl\:group-hover\:bg-info-danger{
    --tw-bg-opacity: 1;
    background-color: rgba(247, 127, 37, var(--tw-bg-opacity));
  }

  .tw .group:hover .xl\:group-hover\:bg-info-warn{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 200, 47, var(--tw-bg-opacity));
  }

  .tw .group:hover .xl\:group-hover\:bg-info-ok{
    --tw-bg-opacity: 1;
    background-color: rgba(0, 151, 79, var(--tw-bg-opacity));
  }

  .tw .group:hover .xl\:group-hover\:bg-info-notice{
    --tw-bg-opacity: 1;
    background-color: rgba(1, 128, 255, var(--tw-bg-opacity));
  }

  .tw .group:hover .xl\:group-hover\:bg-accent-1{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 93, 105, var(--tw-bg-opacity));
  }

  .tw .group:hover .xl\:group-hover\:bg-accent-2{
    --tw-bg-opacity: 1;
    background-color: rgba(7, 245, 175, var(--tw-bg-opacity));
  }

  .tw .group:hover .xl\:group-hover\:bg-accent-3{
    --tw-bg-opacity: 1;
    background-color: rgba(4, 211, 114, var(--tw-bg-opacity));
  }

  .tw .group:hover .xl\:group-hover\:bg-accent-4{
    --tw-bg-opacity: 1;
    background-color: rgba(132, 81, 245, var(--tw-bg-opacity));
  }

  .tw .xl\:checked\:bg-current:checked{
    background-color: currentColor;
  }

  .tw .xl\:checked\:bg-transparent:checked{
    background-color: transparent;
  }

  .tw .xl\:checked\:bg-white:checked{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  }

  .tw .xl\:checked\:bg-black:checked{
    --tw-bg-opacity: 1;
    background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
  }

  .tw .xl\:checked\:bg-gray-10:checked{
    --tw-bg-opacity: 1;
    background-color: rgba(240, 240, 240, var(--tw-bg-opacity));
  }

  .tw .xl\:checked\:bg-gray-20:checked{
    --tw-bg-opacity: 1;
    background-color: rgba(226, 226, 226, var(--tw-bg-opacity));
  }

  .tw .xl\:checked\:bg-gray-30:checked{
    --tw-bg-opacity: 1;
    background-color: rgba(211, 211, 211, var(--tw-bg-opacity));
  }

  .tw .xl\:checked\:bg-gray-40:checked{
    --tw-bg-opacity: 1;
    background-color: rgba(197, 197, 197, var(--tw-bg-opacity));
  }

  .tw .xl\:checked\:bg-gray-50:checked{
    --tw-bg-opacity: 1;
    background-color: rgba(183, 183, 183, var(--tw-bg-opacity));
  }

  .tw .xl\:checked\:bg-gray-60:checked{
    --tw-bg-opacity: 1;
    background-color: rgba(169, 169, 169, var(--tw-bg-opacity));
  }

  .tw .xl\:checked\:bg-gray-70:checked{
    --tw-bg-opacity: 1;
    background-color: rgba(156, 156, 156, var(--tw-bg-opacity));
  }

  .tw .xl\:checked\:bg-gray-80:checked{
    --tw-bg-opacity: 1;
    background-color: rgba(142, 142, 142, var(--tw-bg-opacity));
  }

  .tw .xl\:checked\:bg-gray-90:checked{
    --tw-bg-opacity: 1;
    background-color: rgba(129, 129, 129, var(--tw-bg-opacity));
  }

  .tw .xl\:checked\:bg-gray-100:checked{
    --tw-bg-opacity: 1;
    background-color: rgba(108, 109, 114, var(--tw-bg-opacity));
  }

  .tw .xl\:checked\:bg-gray-200:checked{
    --tw-bg-opacity: 1;
    background-color: rgba(96, 97, 103, var(--tw-bg-opacity));
  }

  .tw .xl\:checked\:bg-gray-300:checked{
    --tw-bg-opacity: 1;
    background-color: rgba(84, 86, 91, var(--tw-bg-opacity));
  }

  .tw .xl\:checked\:bg-gray-400:checked{
    --tw-bg-opacity: 1;
    background-color: rgba(73, 73, 80, var(--tw-bg-opacity));
  }

  .tw .xl\:checked\:bg-gray-500:checked{
    --tw-bg-opacity: 1;
    background-color: rgba(61, 61, 68, var(--tw-bg-opacity));
  }

  .tw .xl\:checked\:bg-gray-600:checked{
    --tw-bg-opacity: 1;
    background-color: rgba(53, 53, 61, var(--tw-bg-opacity));
  }

  .tw .xl\:checked\:bg-gray-700:checked{
    --tw-bg-opacity: 1;
    background-color: rgba(45, 45, 49, var(--tw-bg-opacity));
  }

  .tw .xl\:checked\:bg-gray-800:checked{
    --tw-bg-opacity: 1;
    background-color: rgba(38, 37, 42, var(--tw-bg-opacity));
  }

  .tw .xl\:checked\:bg-gray-850:checked{
    --tw-bg-opacity: 1;
    background-color: rgba(32, 32, 37, var(--tw-bg-opacity));
  }

  .tw .xl\:checked\:bg-gray-900:checked{
    --tw-bg-opacity: 1;
    background-color: rgba(27, 27, 32, var(--tw-bg-opacity));
  }

  .tw .xl\:checked\:bg-gray-950:checked{
    --tw-bg-opacity: 1;
    background-color: rgba(20, 20, 23, var(--tw-bg-opacity));
  }

  .tw .xl\:checked\:bg-brand-50:checked{
    --tw-bg-opacity: 1;
    background-color: rgba(127, 255, 255, var(--tw-bg-opacity));
  }

  .tw .xl\:checked\:bg-brand-100:checked{
    --tw-bg-opacity: 1;
    background-color: rgba(87, 226, 255, var(--tw-bg-opacity));
  }

  .tw .xl\:checked\:bg-brand-200:checked{
    --tw-bg-opacity: 1;
    background-color: rgba(32, 197, 255, var(--tw-bg-opacity));
  }

  .tw .xl\:checked\:bg-brand-300:checked{
    --tw-bg-opacity: 1;
    background-color: rgba(0, 167, 231, var(--tw-bg-opacity));
  }

  .tw .xl\:checked\:bg-brand-400:checked{
    --tw-bg-opacity: 1;
    background-color: rgba(0, 139, 201, var(--tw-bg-opacity));
  }

  .tw .xl\:checked\:bg-brand-500:checked{
    --tw-bg-opacity: 1;
    background-color: rgba(0, 112, 172, var(--tw-bg-opacity));
  }

  .tw .xl\:checked\:bg-brand-600:checked{
    --tw-bg-opacity: 1;
    background-color: rgba(0, 86, 143, var(--tw-bg-opacity));
  }

  .tw .xl\:checked\:bg-brand-700:checked{
    --tw-bg-opacity: 1;
    background-color: rgba(0, 62, 116, var(--tw-bg-opacity));
  }

  .tw .xl\:checked\:bg-brand-800:checked{
    --tw-bg-opacity: 1;
    background-color: rgba(0, 39, 89, var(--tw-bg-opacity));
  }

  .tw .xl\:checked\:bg-brand-900:checked{
    --tw-bg-opacity: 1;
    background-color: rgba(0, 18, 63, var(--tw-bg-opacity));
  }

  .tw .xl\:checked\:bg-brand:checked{
    --tw-bg-opacity: 1;
    background-color: rgba(0, 190, 255, var(--tw-bg-opacity));
  }

  .tw .xl\:checked\:bg-brand-base:checked{
    --tw-bg-opacity: 1;
    background-color: rgba(0, 190, 255, var(--tw-bg-opacity));
  }

  .tw .xl\:checked\:bg-red-50:checked{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 202, 200, var(--tw-bg-opacity));
  }

  .tw .xl\:checked\:bg-red-100:checked{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 171, 171, var(--tw-bg-opacity));
  }

  .tw .xl\:checked\:bg-red-200:checked{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 142, 142, var(--tw-bg-opacity));
  }

  .tw .xl\:checked\:bg-red-300:checked{
    --tw-bg-opacity: 1;
    background-color: rgba(247, 112, 115, var(--tw-bg-opacity));
  }

  .tw .xl\:checked\:bg-red-400:checked{
    --tw-bg-opacity: 1;
    background-color: rgba(215, 83, 89, var(--tw-bg-opacity));
  }

  .tw .xl\:checked\:bg-red-500:checked{
    --tw-bg-opacity: 1;
    background-color: rgba(182, 54, 64, var(--tw-bg-opacity));
  }

  .tw .xl\:checked\:bg-red-600:checked{
    --tw-bg-opacity: 1;
    background-color: rgba(150, 18, 41, var(--tw-bg-opacity));
  }

  .tw .xl\:checked\:bg-red-700:checked{
    --tw-bg-opacity: 1;
    background-color: rgba(119, 0, 19, var(--tw-bg-opacity));
  }

  .tw .xl\:checked\:bg-red-800:checked{
    --tw-bg-opacity: 1;
    background-color: rgba(89, 0, 0, var(--tw-bg-opacity));
  }

  .tw .xl\:checked\:bg-red-900:checked{
    --tw-bg-opacity: 1;
    background-color: rgba(65, 0, 0, var(--tw-bg-opacity));
  }

  .tw .xl\:checked\:bg-red:checked{
    --tw-bg-opacity: 1;
    background-color: rgba(211, 80, 86, var(--tw-bg-opacity));
  }

  .tw .xl\:checked\:bg-red-brand:checked{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 79, 79, var(--tw-bg-opacity));
  }

  .tw .xl\:checked\:bg-green-50:checked{
    --tw-bg-opacity: 1;
    background-color: rgba(141, 255, 205, var(--tw-bg-opacity));
  }

  .tw .xl\:checked\:bg-green-100:checked{
    --tw-bg-opacity: 1;
    background-color: rgba(109, 236, 176, var(--tw-bg-opacity));
  }

  .tw .xl\:checked\:bg-green-200:checked{
    --tw-bg-opacity: 1;
    background-color: rgba(76, 206, 147, var(--tw-bg-opacity));
  }

  .tw .xl\:checked\:bg-green-300:checked{
    --tw-bg-opacity: 1;
    background-color: rgba(36, 176, 119, var(--tw-bg-opacity));
  }

  .tw .xl\:checked\:bg-green-400:checked{
    --tw-bg-opacity: 1;
    background-color: rgba(0, 147, 93, var(--tw-bg-opacity));
  }

  .tw .xl\:checked\:bg-green-500:checked{
    --tw-bg-opacity: 1;
    background-color: rgba(0, 119, 68, var(--tw-bg-opacity));
  }

  .tw .xl\:checked\:bg-green-600:checked{
    --tw-bg-opacity: 1;
    background-color: rgba(0, 91, 43, var(--tw-bg-opacity));
  }

  .tw .xl\:checked\:bg-green-700:checked{
    --tw-bg-opacity: 1;
    background-color: rgba(0, 65, 21, var(--tw-bg-opacity));
  }

  .tw .xl\:checked\:bg-green-800:checked{
    --tw-bg-opacity: 1;
    background-color: rgba(0, 43, 0, var(--tw-bg-opacity));
  }

  .tw .xl\:checked\:bg-green-900:checked{
    --tw-bg-opacity: 1;
    background-color: rgba(0, 27, 0, var(--tw-bg-opacity));
  }

  .tw .xl\:checked\:bg-green:checked{
    --tw-bg-opacity: 1;
    background-color: rgba(46, 182, 125, var(--tw-bg-opacity));
  }

  .tw .xl\:checked\:bg-yellow-50:checked{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 235, 87, var(--tw-bg-opacity));
  }

  .tw .xl\:checked\:bg-yellow-100:checked{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 205, 55, var(--tw-bg-opacity));
  }

  .tw .xl\:checked\:bg-yellow-200:checked{
    --tw-bg-opacity: 1;
    background-color: rgba(228, 176, 9, var(--tw-bg-opacity));
  }

  .tw .xl\:checked\:bg-yellow-300:checked{
    --tw-bg-opacity: 1;
    background-color: rgba(195, 148, 0, var(--tw-bg-opacity));
  }

  .tw .xl\:checked\:bg-yellow-400:checked{
    --tw-bg-opacity: 1;
    background-color: rgba(163, 121, 0, var(--tw-bg-opacity));
  }

  .tw .xl\:checked\:bg-yellow-500:checked{
    --tw-bg-opacity: 1;
    background-color: rgba(133, 95, 0, var(--tw-bg-opacity));
  }

  .tw .xl\:checked\:bg-yellow-600:checked{
    --tw-bg-opacity: 1;
    background-color: rgba(104, 70, 0, var(--tw-bg-opacity));
  }

  .tw .xl\:checked\:bg-yellow-700:checked{
    --tw-bg-opacity: 1;
    background-color: rgba(79, 46, 0, var(--tw-bg-opacity));
  }

  .tw .xl\:checked\:bg-yellow-800:checked{
    --tw-bg-opacity: 1;
    background-color: rgba(61, 22, 0, var(--tw-bg-opacity));
  }

  .tw .xl\:checked\:bg-yellow-900:checked{
    --tw-bg-opacity: 1;
    background-color: rgba(50, 0, 0, var(--tw-bg-opacity));
  }

  .tw .xl\:checked\:bg-yellow:checked{
    --tw-bg-opacity: 1;
    background-color: rgba(254, 199, 47, var(--tw-bg-opacity));
  }

  .tw .xl\:checked\:bg-purple-50:checked{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 216, 255, var(--tw-bg-opacity));
  }

  .tw .xl\:checked\:bg-purple-100:checked{
    --tw-bg-opacity: 1;
    background-color: rgba(240, 186, 255, var(--tw-bg-opacity));
  }

  .tw .xl\:checked\:bg-purple-200:checked{
    --tw-bg-opacity: 1;
    background-color: rgba(208, 157, 255, var(--tw-bg-opacity));
  }

  .tw .xl\:checked\:bg-purple-300:checked{
    --tw-bg-opacity: 1;
    background-color: rgba(177, 128, 255, var(--tw-bg-opacity));
  }

  .tw .xl\:checked\:bg-purple-400:checked{
    --tw-bg-opacity: 1;
    background-color: rgba(146, 101, 233, var(--tw-bg-opacity));
  }

  .tw .xl\:checked\:bg-purple-500:checked{
    --tw-bg-opacity: 1;
    background-color: rgba(116, 74, 203, var(--tw-bg-opacity));
  }

  .tw .xl\:checked\:bg-purple-600:checked{
    --tw-bg-opacity: 1;
    background-color: rgba(85, 48, 173, var(--tw-bg-opacity));
  }

  .tw .xl\:checked\:bg-purple-700:checked{
    --tw-bg-opacity: 1;
    background-color: rgba(53, 22, 144, var(--tw-bg-opacity));
  }

  .tw .xl\:checked\:bg-purple-800:checked{
    --tw-bg-opacity: 1;
    background-color: rgba(9, 0, 116, var(--tw-bg-opacity));
  }

  .tw .xl\:checked\:bg-purple-900:checked{
    --tw-bg-opacity: 1;
    background-color: rgba(0, 0, 89, var(--tw-bg-opacity));
  }

  .tw .xl\:checked\:bg-purple:checked{
    --tw-bg-opacity: 1;
    background-color: rgba(168, 120, 255, var(--tw-bg-opacity));
  }

  .tw .xl\:checked\:bg-orange-50:checked{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 210, 131, var(--tw-bg-opacity));
  }

  .tw .xl\:checked\:bg-orange-100:checked{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 180, 103, var(--tw-bg-opacity));
  }

  .tw .xl\:checked\:bg-orange-200:checked{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 151, 75, var(--tw-bg-opacity));
  }

  .tw .xl\:checked\:bg-orange-300:checked{
    --tw-bg-opacity: 1;
    background-color: rgba(240, 122, 47, var(--tw-bg-opacity));
  }

  .tw .xl\:checked\:bg-orange-400:checked{
    --tw-bg-opacity: 1;
    background-color: rgba(206, 95, 17, var(--tw-bg-opacity));
  }

  .tw .xl\:checked\:bg-orange-500:checked{
    --tw-bg-opacity: 1;
    background-color: rgba(173, 68, 0, var(--tw-bg-opacity));
  }

  .tw .xl\:checked\:bg-orange-600:checked{
    --tw-bg-opacity: 1;
    background-color: rgba(141, 40, 0, var(--tw-bg-opacity));
  }

  .tw .xl\:checked\:bg-orange-700:checked{
    --tw-bg-opacity: 1;
    background-color: rgba(111, 6, 0, var(--tw-bg-opacity));
  }

  .tw .xl\:checked\:bg-orange-800:checked{
    --tw-bg-opacity: 1;
    background-color: rgba(84, 0, 0, var(--tw-bg-opacity));
  }

  .tw .xl\:checked\:bg-orange-900:checked{
    --tw-bg-opacity: 1;
    background-color: rgba(65, 0, 0, var(--tw-bg-opacity));
  }

  .tw .xl\:checked\:bg-orange:checked{
    --tw-bg-opacity: 1;
    background-color: rgba(245, 127, 52, var(--tw-bg-opacity));
  }

  .tw .xl\:checked\:bg-surface-brand:checked{
    --tw-bg-opacity: 1;
    background-color: rgba(26, 26, 26, var(--tw-bg-opacity));
  }

  .tw .xl\:checked\:bg-surface-lower:checked{
    --tw-bg-opacity: 1;
    background-color: rgba(18, 19, 20, var(--tw-bg-opacity));
  }

  .tw .xl\:checked\:bg-surface-base:checked{
    --tw-bg-opacity: 1;
    background-color: rgba(29, 30, 31, var(--tw-bg-opacity));
  }

  .tw .xl\:checked\:bg-surface-low:checked{
    --tw-bg-opacity: 1;
    background-color: rgba(33, 33, 36, var(--tw-bg-opacity));
  }

  .tw .xl\:checked\:bg-surface-middle:checked{
    --tw-bg-opacity: 1;
    background-color: rgba(38, 38, 42, var(--tw-bg-opacity));
  }

  .tw .xl\:checked\:bg-surface-upper:checked{
    --tw-bg-opacity: 1;
    background-color: rgba(41, 41, 46, var(--tw-bg-opacity));
  }

  .tw .xl\:checked\:bg-surface-high:checked{
    --tw-bg-opacity: 1;
    background-color: rgba(52, 52, 53, var(--tw-bg-opacity));
  }

  .tw .xl\:checked\:bg-surface-higher:checked{
    --tw-bg-opacity: 1;
    background-color: rgba(74, 75, 75, var(--tw-bg-opacity));
  }

  .tw .xl\:checked\:bg-surface-highest:checked{
    --tw-bg-opacity: 1;
    background-color: rgba(97, 97, 98, var(--tw-bg-opacity));
  }

  .tw .xl\:checked\:bg-glyph-base:checked{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  }

  .tw .xl\:checked\:bg-glyph-light:checked{
    --tw-bg-opacity: 1;
    background-color: rgba(194, 194, 194, var(--tw-bg-opacity));
  }

  .tw .xl\:checked\:bg-glyph-lighter:checked{
    --tw-bg-opacity: 1;
    background-color: rgba(150, 150, 150, var(--tw-bg-opacity));
  }

  .tw .xl\:checked\:bg-glyph-lightest:checked{
    --tw-bg-opacity: 1;
    background-color: rgba(80, 80, 80, var(--tw-bg-opacity));
  }

  .tw .xl\:checked\:bg-link:checked{
    --tw-bg-opacity: 1;
    background-color: rgba(0, 190, 255, var(--tw-bg-opacity));
  }

  .tw .xl\:checked\:bg-info-error:checked{
    --tw-bg-opacity: 1;
    background-color: rgba(235, 51, 65, var(--tw-bg-opacity));
  }

  .tw .xl\:checked\:bg-info-danger:checked{
    --tw-bg-opacity: 1;
    background-color: rgba(247, 127, 37, var(--tw-bg-opacity));
  }

  .tw .xl\:checked\:bg-info-warn:checked{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 200, 47, var(--tw-bg-opacity));
  }

  .tw .xl\:checked\:bg-info-ok:checked{
    --tw-bg-opacity: 1;
    background-color: rgba(0, 151, 79, var(--tw-bg-opacity));
  }

  .tw .xl\:checked\:bg-info-notice:checked{
    --tw-bg-opacity: 1;
    background-color: rgba(1, 128, 255, var(--tw-bg-opacity));
  }

  .tw .xl\:checked\:bg-accent-1:checked{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 93, 105, var(--tw-bg-opacity));
  }

  .tw .xl\:checked\:bg-accent-2:checked{
    --tw-bg-opacity: 1;
    background-color: rgba(7, 245, 175, var(--tw-bg-opacity));
  }

  .tw .xl\:checked\:bg-accent-3:checked{
    --tw-bg-opacity: 1;
    background-color: rgba(4, 211, 114, var(--tw-bg-opacity));
  }

  .tw .xl\:checked\:bg-accent-4:checked{
    --tw-bg-opacity: 1;
    background-color: rgba(132, 81, 245, var(--tw-bg-opacity));
  }

  .tw .xl\:bg-none{
    background-image: none;
  }

  .tw .xl\:bg-gradient-to-t{
    background-image: linear-gradient(to top, var(--tw-gradient-stops));
  }

  .tw .xl\:bg-gradient-to-tr{
    background-image: linear-gradient(to top right, var(--tw-gradient-stops));
  }

  .tw .xl\:bg-gradient-to-r{
    background-image: linear-gradient(to right, var(--tw-gradient-stops));
  }

  .tw .xl\:bg-gradient-to-br{
    background-image: linear-gradient(to bottom right, var(--tw-gradient-stops));
  }

  .tw .xl\:bg-gradient-to-b{
    background-image: linear-gradient(to bottom, var(--tw-gradient-stops));
  }

  .tw .xl\:bg-gradient-to-bl{
    background-image: linear-gradient(to bottom left, var(--tw-gradient-stops));
  }

  .tw .xl\:bg-gradient-to-l{
    background-image: linear-gradient(to left, var(--tw-gradient-stops));
  }

  .tw .xl\:bg-gradient-to-tl{
    background-image: linear-gradient(to top left, var(--tw-gradient-stops));
  }

  .tw .xl\:from-current{
    --tw-gradient-from: currentColor;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .tw .xl\:from-transparent{
    --tw-gradient-from: transparent;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .tw .xl\:from-white{
    --tw-gradient-from: #FFFFFF;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .tw .xl\:from-black{
    --tw-gradient-from: #000000;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .tw .xl\:from-gray-10{
    --tw-gradient-from: #F0F0F0;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(240, 240, 240, 0));
  }

  .tw .xl\:from-gray-20{
    --tw-gradient-from: #E2E2E2;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(226, 226, 226, 0));
  }

  .tw .xl\:from-gray-30{
    --tw-gradient-from: #D3D3D3;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(211, 211, 211, 0));
  }

  .tw .xl\:from-gray-40{
    --tw-gradient-from: #C5C5C5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(197, 197, 197, 0));
  }

  .tw .xl\:from-gray-50{
    --tw-gradient-from: #B7B7B7;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(183, 183, 183, 0));
  }

  .tw .xl\:from-gray-60{
    --tw-gradient-from: #A9A9A9;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(169, 169, 169, 0));
  }

  .tw .xl\:from-gray-70{
    --tw-gradient-from: #9C9C9C;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(156, 156, 156, 0));
  }

  .tw .xl\:from-gray-80{
    --tw-gradient-from: #8E8E8E;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(142, 142, 142, 0));
  }

  .tw .xl\:from-gray-90{
    --tw-gradient-from: #818181;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(129, 129, 129, 0));
  }

  .tw .xl\:from-gray-100{
    --tw-gradient-from: #6C6D72;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(108, 109, 114, 0));
  }

  .tw .xl\:from-gray-200{
    --tw-gradient-from: #606167;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(96, 97, 103, 0));
  }

  .tw .xl\:from-gray-300{
    --tw-gradient-from: #54565B;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(84, 86, 91, 0));
  }

  .tw .xl\:from-gray-400{
    --tw-gradient-from: #494950;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(73, 73, 80, 0));
  }

  .tw .xl\:from-gray-500{
    --tw-gradient-from: #3D3D44;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(61, 61, 68, 0));
  }

  .tw .xl\:from-gray-600{
    --tw-gradient-from: #35353D;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(53, 53, 61, 0));
  }

  .tw .xl\:from-gray-700{
    --tw-gradient-from: #2D2D31;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(45, 45, 49, 0));
  }

  .tw .xl\:from-gray-800{
    --tw-gradient-from: #26252A;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(38, 37, 42, 0));
  }

  .tw .xl\:from-gray-850{
    --tw-gradient-from: #202025;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(32, 32, 37, 0));
  }

  .tw .xl\:from-gray-900{
    --tw-gradient-from: #1B1B20;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(27, 27, 32, 0));
  }

  .tw .xl\:from-gray-950{
    --tw-gradient-from: #141417;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(20, 20, 23, 0));
  }

  .tw .xl\:from-brand-50{
    --tw-gradient-from: #7FFFFF;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(127, 255, 255, 0));
  }

  .tw .xl\:from-brand-100{
    --tw-gradient-from: #57E2FF;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(87, 226, 255, 0));
  }

  .tw .xl\:from-brand-200{
    --tw-gradient-from: #20C5FF;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(32, 197, 255, 0));
  }

  .tw .xl\:from-brand-300{
    --tw-gradient-from: #00A7E7;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 167, 231, 0));
  }

  .tw .xl\:from-brand-400{
    --tw-gradient-from: #008BC9;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 139, 201, 0));
  }

  .tw .xl\:from-brand-500{
    --tw-gradient-from: #0070AC;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 112, 172, 0));
  }

  .tw .xl\:from-brand-600{
    --tw-gradient-from: #00568F;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 86, 143, 0));
  }

  .tw .xl\:from-brand-700{
    --tw-gradient-from: #003E74;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 62, 116, 0));
  }

  .tw .xl\:from-brand-800{
    --tw-gradient-from: #002759;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 39, 89, 0));
  }

  .tw .xl\:from-brand-900{
    --tw-gradient-from: #00123F;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 18, 63, 0));
  }

  .tw .xl\:from-brand{
    --tw-gradient-from: #00BEFF;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 190, 255, 0));
  }

  .tw .xl\:from-brand-base{
    --tw-gradient-from: #00BEFF;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 190, 255, 0));
  }

  .tw .xl\:from-red-50{
    --tw-gradient-from: #FFCAC8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 202, 200, 0));
  }

  .tw .xl\:from-red-100{
    --tw-gradient-from: #FFABAB;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 171, 171, 0));
  }

  .tw .xl\:from-red-200{
    --tw-gradient-from: #FF8E8E;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 142, 142, 0));
  }

  .tw .xl\:from-red-300{
    --tw-gradient-from: #F77073;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(247, 112, 115, 0));
  }

  .tw .xl\:from-red-400{
    --tw-gradient-from: #D75359;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(215, 83, 89, 0));
  }

  .tw .xl\:from-red-500{
    --tw-gradient-from: #B63640;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(182, 54, 64, 0));
  }

  .tw .xl\:from-red-600{
    --tw-gradient-from: #961229;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(150, 18, 41, 0));
  }

  .tw .xl\:from-red-700{
    --tw-gradient-from: #770013;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(119, 0, 19, 0));
  }

  .tw .xl\:from-red-800{
    --tw-gradient-from: #590000;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(89, 0, 0, 0));
  }

  .tw .xl\:from-red-900{
    --tw-gradient-from: #410000;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(65, 0, 0, 0));
  }

  .tw .xl\:from-red{
    --tw-gradient-from: #D35056;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(211, 80, 86, 0));
  }

  .tw .xl\:from-red-brand{
    --tw-gradient-from: #FF4F4F;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 79, 79, 0));
  }

  .tw .xl\:from-green-50{
    --tw-gradient-from: #8DFFCD;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(141, 255, 205, 0));
  }

  .tw .xl\:from-green-100{
    --tw-gradient-from: #6DECB0;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(109, 236, 176, 0));
  }

  .tw .xl\:from-green-200{
    --tw-gradient-from: #4CCE93;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(76, 206, 147, 0));
  }

  .tw .xl\:from-green-300{
    --tw-gradient-from: #24B077;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(36, 176, 119, 0));
  }

  .tw .xl\:from-green-400{
    --tw-gradient-from: #00935D;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 147, 93, 0));
  }

  .tw .xl\:from-green-500{
    --tw-gradient-from: #007744;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 119, 68, 0));
  }

  .tw .xl\:from-green-600{
    --tw-gradient-from: #005B2B;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 91, 43, 0));
  }

  .tw .xl\:from-green-700{
    --tw-gradient-from: #004115;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 65, 21, 0));
  }

  .tw .xl\:from-green-800{
    --tw-gradient-from: #002B00;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 43, 0, 0));
  }

  .tw .xl\:from-green-900{
    --tw-gradient-from: #001B00;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 27, 0, 0));
  }

  .tw .xl\:from-green{
    --tw-gradient-from: #2EB67D;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(46, 182, 125, 0));
  }

  .tw .xl\:from-yellow-50{
    --tw-gradient-from: #FFEB57;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 235, 87, 0));
  }

  .tw .xl\:from-yellow-100{
    --tw-gradient-from: #FFCD37;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 205, 55, 0));
  }

  .tw .xl\:from-yellow-200{
    --tw-gradient-from: #E4B009;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(228, 176, 9, 0));
  }

  .tw .xl\:from-yellow-300{
    --tw-gradient-from: #C39400;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(195, 148, 0, 0));
  }

  .tw .xl\:from-yellow-400{
    --tw-gradient-from: #A37900;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(163, 121, 0, 0));
  }

  .tw .xl\:from-yellow-500{
    --tw-gradient-from: #855F00;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(133, 95, 0, 0));
  }

  .tw .xl\:from-yellow-600{
    --tw-gradient-from: #684600;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(104, 70, 0, 0));
  }

  .tw .xl\:from-yellow-700{
    --tw-gradient-from: #4F2E00;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(79, 46, 0, 0));
  }

  .tw .xl\:from-yellow-800{
    --tw-gradient-from: #3D1600;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(61, 22, 0, 0));
  }

  .tw .xl\:from-yellow-900{
    --tw-gradient-from: #320000;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(50, 0, 0, 0));
  }

  .tw .xl\:from-yellow{
    --tw-gradient-from: #FEC72F;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 199, 47, 0));
  }

  .tw .xl\:from-purple-50{
    --tw-gradient-from: #FFD8FF;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 216, 255, 0));
  }

  .tw .xl\:from-purple-100{
    --tw-gradient-from: #F0BAFF;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(240, 186, 255, 0));
  }

  .tw .xl\:from-purple-200{
    --tw-gradient-from: #D09DFF;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(208, 157, 255, 0));
  }

  .tw .xl\:from-purple-300{
    --tw-gradient-from: #B180FF;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(177, 128, 255, 0));
  }

  .tw .xl\:from-purple-400{
    --tw-gradient-from: #9265E9;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(146, 101, 233, 0));
  }

  .tw .xl\:from-purple-500{
    --tw-gradient-from: #744ACB;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(116, 74, 203, 0));
  }

  .tw .xl\:from-purple-600{
    --tw-gradient-from: #5530AD;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(85, 48, 173, 0));
  }

  .tw .xl\:from-purple-700{
    --tw-gradient-from: #351690;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(53, 22, 144, 0));
  }

  .tw .xl\:from-purple-800{
    --tw-gradient-from: #090074;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(9, 0, 116, 0));
  }

  .tw .xl\:from-purple-900{
    --tw-gradient-from: #000059;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 89, 0));
  }

  .tw .xl\:from-purple{
    --tw-gradient-from: #A878FF;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(168, 120, 255, 0));
  }

  .tw .xl\:from-orange-50{
    --tw-gradient-from: #FFD283;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 210, 131, 0));
  }

  .tw .xl\:from-orange-100{
    --tw-gradient-from: #FFB467;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 180, 103, 0));
  }

  .tw .xl\:from-orange-200{
    --tw-gradient-from: #FF974B;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 151, 75, 0));
  }

  .tw .xl\:from-orange-300{
    --tw-gradient-from: #F07A2F;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(240, 122, 47, 0));
  }

  .tw .xl\:from-orange-400{
    --tw-gradient-from: #CE5F11;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(206, 95, 17, 0));
  }

  .tw .xl\:from-orange-500{
    --tw-gradient-from: #AD4400;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(173, 68, 0, 0));
  }

  .tw .xl\:from-orange-600{
    --tw-gradient-from: #8D2800;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(141, 40, 0, 0));
  }

  .tw .xl\:from-orange-700{
    --tw-gradient-from: #6F0600;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(111, 6, 0, 0));
  }

  .tw .xl\:from-orange-800{
    --tw-gradient-from: #540000;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(84, 0, 0, 0));
  }

  .tw .xl\:from-orange-900{
    --tw-gradient-from: #410000;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(65, 0, 0, 0));
  }

  .tw .xl\:from-orange{
    --tw-gradient-from: #F57F34;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 127, 52, 0));
  }

  .tw .xl\:from-surface-brand{
    --tw-gradient-from: #1A1A1A;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(26, 26, 26, 0));
  }

  .tw .xl\:from-surface-lower{
    --tw-gradient-from: #121314;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(18, 19, 20, 0));
  }

  .tw .xl\:from-surface-base{
    --tw-gradient-from: #1D1E1F;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(29, 30, 31, 0));
  }

  .tw .xl\:from-surface-low{
    --tw-gradient-from: #212124;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(33, 33, 36, 0));
  }

  .tw .xl\:from-surface-middle{
    --tw-gradient-from: #26262A;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(38, 38, 42, 0));
  }

  .tw .xl\:from-surface-upper{
    --tw-gradient-from: #29292E;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(41, 41, 46, 0));
  }

  .tw .xl\:from-surface-high{
    --tw-gradient-from: #343435;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(52, 52, 53, 0));
  }

  .tw .xl\:from-surface-higher{
    --tw-gradient-from: #4A4B4B;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(74, 75, 75, 0));
  }

  .tw .xl\:from-surface-highest{
    --tw-gradient-from: #616162;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(97, 97, 98, 0));
  }

  .tw .xl\:from-glyph-base{
    --tw-gradient-from: #FFFFFF;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .tw .xl\:from-glyph-light{
    --tw-gradient-from: #C2C2C2;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(194, 194, 194, 0));
  }

  .tw .xl\:from-glyph-lighter{
    --tw-gradient-from: #969696;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(150, 150, 150, 0));
  }

  .tw .xl\:from-glyph-lightest{
    --tw-gradient-from: #505050;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(80, 80, 80, 0));
  }

  .tw .xl\:from-link{
    --tw-gradient-from: #00BEFF;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 190, 255, 0));
  }

  .tw .xl\:from-info-error{
    --tw-gradient-from: #eb3341;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(235, 51, 65, 0));
  }

  .tw .xl\:from-info-danger{
    --tw-gradient-from: #F77F25;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(247, 127, 37, 0));
  }

  .tw .xl\:from-info-warn{
    --tw-gradient-from: #FFC82F;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 200, 47, 0));
  }

  .tw .xl\:from-info-ok{
    --tw-gradient-from: #00974F;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 151, 79, 0));
  }

  .tw .xl\:from-info-notice{
    --tw-gradient-from: #0180FF;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(1, 128, 255, 0));
  }

  .tw .xl\:from-accent-1{
    --tw-gradient-from: #FF5D69;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 93, 105, 0));
  }

  .tw .xl\:from-accent-2{
    --tw-gradient-from: #07F5AF;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(7, 245, 175, 0));
  }

  .tw .xl\:from-accent-3{
    --tw-gradient-from: #04D372;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(4, 211, 114, 0));
  }

  .tw .xl\:from-accent-4{
    --tw-gradient-from: #8451F5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(132, 81, 245, 0));
  }

  .tw .xl\:hover\:from-current:hover{
    --tw-gradient-from: currentColor;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .tw .xl\:hover\:from-transparent:hover{
    --tw-gradient-from: transparent;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .tw .xl\:hover\:from-white:hover{
    --tw-gradient-from: #FFFFFF;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .tw .xl\:hover\:from-black:hover{
    --tw-gradient-from: #000000;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .tw .xl\:hover\:from-gray-10:hover{
    --tw-gradient-from: #F0F0F0;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(240, 240, 240, 0));
  }

  .tw .xl\:hover\:from-gray-20:hover{
    --tw-gradient-from: #E2E2E2;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(226, 226, 226, 0));
  }

  .tw .xl\:hover\:from-gray-30:hover{
    --tw-gradient-from: #D3D3D3;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(211, 211, 211, 0));
  }

  .tw .xl\:hover\:from-gray-40:hover{
    --tw-gradient-from: #C5C5C5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(197, 197, 197, 0));
  }

  .tw .xl\:hover\:from-gray-50:hover{
    --tw-gradient-from: #B7B7B7;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(183, 183, 183, 0));
  }

  .tw .xl\:hover\:from-gray-60:hover{
    --tw-gradient-from: #A9A9A9;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(169, 169, 169, 0));
  }

  .tw .xl\:hover\:from-gray-70:hover{
    --tw-gradient-from: #9C9C9C;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(156, 156, 156, 0));
  }

  .tw .xl\:hover\:from-gray-80:hover{
    --tw-gradient-from: #8E8E8E;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(142, 142, 142, 0));
  }

  .tw .xl\:hover\:from-gray-90:hover{
    --tw-gradient-from: #818181;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(129, 129, 129, 0));
  }

  .tw .xl\:hover\:from-gray-100:hover{
    --tw-gradient-from: #6C6D72;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(108, 109, 114, 0));
  }

  .tw .xl\:hover\:from-gray-200:hover{
    --tw-gradient-from: #606167;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(96, 97, 103, 0));
  }

  .tw .xl\:hover\:from-gray-300:hover{
    --tw-gradient-from: #54565B;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(84, 86, 91, 0));
  }

  .tw .xl\:hover\:from-gray-400:hover{
    --tw-gradient-from: #494950;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(73, 73, 80, 0));
  }

  .tw .xl\:hover\:from-gray-500:hover{
    --tw-gradient-from: #3D3D44;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(61, 61, 68, 0));
  }

  .tw .xl\:hover\:from-gray-600:hover{
    --tw-gradient-from: #35353D;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(53, 53, 61, 0));
  }

  .tw .xl\:hover\:from-gray-700:hover{
    --tw-gradient-from: #2D2D31;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(45, 45, 49, 0));
  }

  .tw .xl\:hover\:from-gray-800:hover{
    --tw-gradient-from: #26252A;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(38, 37, 42, 0));
  }

  .tw .xl\:hover\:from-gray-850:hover{
    --tw-gradient-from: #202025;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(32, 32, 37, 0));
  }

  .tw .xl\:hover\:from-gray-900:hover{
    --tw-gradient-from: #1B1B20;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(27, 27, 32, 0));
  }

  .tw .xl\:hover\:from-gray-950:hover{
    --tw-gradient-from: #141417;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(20, 20, 23, 0));
  }

  .tw .xl\:hover\:from-brand-50:hover{
    --tw-gradient-from: #7FFFFF;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(127, 255, 255, 0));
  }

  .tw .xl\:hover\:from-brand-100:hover{
    --tw-gradient-from: #57E2FF;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(87, 226, 255, 0));
  }

  .tw .xl\:hover\:from-brand-200:hover{
    --tw-gradient-from: #20C5FF;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(32, 197, 255, 0));
  }

  .tw .xl\:hover\:from-brand-300:hover{
    --tw-gradient-from: #00A7E7;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 167, 231, 0));
  }

  .tw .xl\:hover\:from-brand-400:hover{
    --tw-gradient-from: #008BC9;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 139, 201, 0));
  }

  .tw .xl\:hover\:from-brand-500:hover{
    --tw-gradient-from: #0070AC;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 112, 172, 0));
  }

  .tw .xl\:hover\:from-brand-600:hover{
    --tw-gradient-from: #00568F;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 86, 143, 0));
  }

  .tw .xl\:hover\:from-brand-700:hover{
    --tw-gradient-from: #003E74;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 62, 116, 0));
  }

  .tw .xl\:hover\:from-brand-800:hover{
    --tw-gradient-from: #002759;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 39, 89, 0));
  }

  .tw .xl\:hover\:from-brand-900:hover{
    --tw-gradient-from: #00123F;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 18, 63, 0));
  }

  .tw .xl\:hover\:from-brand:hover{
    --tw-gradient-from: #00BEFF;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 190, 255, 0));
  }

  .tw .xl\:hover\:from-brand-base:hover{
    --tw-gradient-from: #00BEFF;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 190, 255, 0));
  }

  .tw .xl\:hover\:from-red-50:hover{
    --tw-gradient-from: #FFCAC8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 202, 200, 0));
  }

  .tw .xl\:hover\:from-red-100:hover{
    --tw-gradient-from: #FFABAB;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 171, 171, 0));
  }

  .tw .xl\:hover\:from-red-200:hover{
    --tw-gradient-from: #FF8E8E;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 142, 142, 0));
  }

  .tw .xl\:hover\:from-red-300:hover{
    --tw-gradient-from: #F77073;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(247, 112, 115, 0));
  }

  .tw .xl\:hover\:from-red-400:hover{
    --tw-gradient-from: #D75359;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(215, 83, 89, 0));
  }

  .tw .xl\:hover\:from-red-500:hover{
    --tw-gradient-from: #B63640;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(182, 54, 64, 0));
  }

  .tw .xl\:hover\:from-red-600:hover{
    --tw-gradient-from: #961229;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(150, 18, 41, 0));
  }

  .tw .xl\:hover\:from-red-700:hover{
    --tw-gradient-from: #770013;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(119, 0, 19, 0));
  }

  .tw .xl\:hover\:from-red-800:hover{
    --tw-gradient-from: #590000;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(89, 0, 0, 0));
  }

  .tw .xl\:hover\:from-red-900:hover{
    --tw-gradient-from: #410000;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(65, 0, 0, 0));
  }

  .tw .xl\:hover\:from-red:hover{
    --tw-gradient-from: #D35056;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(211, 80, 86, 0));
  }

  .tw .xl\:hover\:from-red-brand:hover{
    --tw-gradient-from: #FF4F4F;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 79, 79, 0));
  }

  .tw .xl\:hover\:from-green-50:hover{
    --tw-gradient-from: #8DFFCD;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(141, 255, 205, 0));
  }

  .tw .xl\:hover\:from-green-100:hover{
    --tw-gradient-from: #6DECB0;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(109, 236, 176, 0));
  }

  .tw .xl\:hover\:from-green-200:hover{
    --tw-gradient-from: #4CCE93;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(76, 206, 147, 0));
  }

  .tw .xl\:hover\:from-green-300:hover{
    --tw-gradient-from: #24B077;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(36, 176, 119, 0));
  }

  .tw .xl\:hover\:from-green-400:hover{
    --tw-gradient-from: #00935D;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 147, 93, 0));
  }

  .tw .xl\:hover\:from-green-500:hover{
    --tw-gradient-from: #007744;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 119, 68, 0));
  }

  .tw .xl\:hover\:from-green-600:hover{
    --tw-gradient-from: #005B2B;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 91, 43, 0));
  }

  .tw .xl\:hover\:from-green-700:hover{
    --tw-gradient-from: #004115;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 65, 21, 0));
  }

  .tw .xl\:hover\:from-green-800:hover{
    --tw-gradient-from: #002B00;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 43, 0, 0));
  }

  .tw .xl\:hover\:from-green-900:hover{
    --tw-gradient-from: #001B00;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 27, 0, 0));
  }

  .tw .xl\:hover\:from-green:hover{
    --tw-gradient-from: #2EB67D;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(46, 182, 125, 0));
  }

  .tw .xl\:hover\:from-yellow-50:hover{
    --tw-gradient-from: #FFEB57;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 235, 87, 0));
  }

  .tw .xl\:hover\:from-yellow-100:hover{
    --tw-gradient-from: #FFCD37;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 205, 55, 0));
  }

  .tw .xl\:hover\:from-yellow-200:hover{
    --tw-gradient-from: #E4B009;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(228, 176, 9, 0));
  }

  .tw .xl\:hover\:from-yellow-300:hover{
    --tw-gradient-from: #C39400;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(195, 148, 0, 0));
  }

  .tw .xl\:hover\:from-yellow-400:hover{
    --tw-gradient-from: #A37900;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(163, 121, 0, 0));
  }

  .tw .xl\:hover\:from-yellow-500:hover{
    --tw-gradient-from: #855F00;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(133, 95, 0, 0));
  }

  .tw .xl\:hover\:from-yellow-600:hover{
    --tw-gradient-from: #684600;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(104, 70, 0, 0));
  }

  .tw .xl\:hover\:from-yellow-700:hover{
    --tw-gradient-from: #4F2E00;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(79, 46, 0, 0));
  }

  .tw .xl\:hover\:from-yellow-800:hover{
    --tw-gradient-from: #3D1600;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(61, 22, 0, 0));
  }

  .tw .xl\:hover\:from-yellow-900:hover{
    --tw-gradient-from: #320000;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(50, 0, 0, 0));
  }

  .tw .xl\:hover\:from-yellow:hover{
    --tw-gradient-from: #FEC72F;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 199, 47, 0));
  }

  .tw .xl\:hover\:from-purple-50:hover{
    --tw-gradient-from: #FFD8FF;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 216, 255, 0));
  }

  .tw .xl\:hover\:from-purple-100:hover{
    --tw-gradient-from: #F0BAFF;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(240, 186, 255, 0));
  }

  .tw .xl\:hover\:from-purple-200:hover{
    --tw-gradient-from: #D09DFF;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(208, 157, 255, 0));
  }

  .tw .xl\:hover\:from-purple-300:hover{
    --tw-gradient-from: #B180FF;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(177, 128, 255, 0));
  }

  .tw .xl\:hover\:from-purple-400:hover{
    --tw-gradient-from: #9265E9;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(146, 101, 233, 0));
  }

  .tw .xl\:hover\:from-purple-500:hover{
    --tw-gradient-from: #744ACB;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(116, 74, 203, 0));
  }

  .tw .xl\:hover\:from-purple-600:hover{
    --tw-gradient-from: #5530AD;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(85, 48, 173, 0));
  }

  .tw .xl\:hover\:from-purple-700:hover{
    --tw-gradient-from: #351690;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(53, 22, 144, 0));
  }

  .tw .xl\:hover\:from-purple-800:hover{
    --tw-gradient-from: #090074;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(9, 0, 116, 0));
  }

  .tw .xl\:hover\:from-purple-900:hover{
    --tw-gradient-from: #000059;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 89, 0));
  }

  .tw .xl\:hover\:from-purple:hover{
    --tw-gradient-from: #A878FF;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(168, 120, 255, 0));
  }

  .tw .xl\:hover\:from-orange-50:hover{
    --tw-gradient-from: #FFD283;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 210, 131, 0));
  }

  .tw .xl\:hover\:from-orange-100:hover{
    --tw-gradient-from: #FFB467;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 180, 103, 0));
  }

  .tw .xl\:hover\:from-orange-200:hover{
    --tw-gradient-from: #FF974B;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 151, 75, 0));
  }

  .tw .xl\:hover\:from-orange-300:hover{
    --tw-gradient-from: #F07A2F;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(240, 122, 47, 0));
  }

  .tw .xl\:hover\:from-orange-400:hover{
    --tw-gradient-from: #CE5F11;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(206, 95, 17, 0));
  }

  .tw .xl\:hover\:from-orange-500:hover{
    --tw-gradient-from: #AD4400;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(173, 68, 0, 0));
  }

  .tw .xl\:hover\:from-orange-600:hover{
    --tw-gradient-from: #8D2800;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(141, 40, 0, 0));
  }

  .tw .xl\:hover\:from-orange-700:hover{
    --tw-gradient-from: #6F0600;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(111, 6, 0, 0));
  }

  .tw .xl\:hover\:from-orange-800:hover{
    --tw-gradient-from: #540000;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(84, 0, 0, 0));
  }

  .tw .xl\:hover\:from-orange-900:hover{
    --tw-gradient-from: #410000;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(65, 0, 0, 0));
  }

  .tw .xl\:hover\:from-orange:hover{
    --tw-gradient-from: #F57F34;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 127, 52, 0));
  }

  .tw .xl\:hover\:from-surface-brand:hover{
    --tw-gradient-from: #1A1A1A;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(26, 26, 26, 0));
  }

  .tw .xl\:hover\:from-surface-lower:hover{
    --tw-gradient-from: #121314;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(18, 19, 20, 0));
  }

  .tw .xl\:hover\:from-surface-base:hover{
    --tw-gradient-from: #1D1E1F;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(29, 30, 31, 0));
  }

  .tw .xl\:hover\:from-surface-low:hover{
    --tw-gradient-from: #212124;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(33, 33, 36, 0));
  }

  .tw .xl\:hover\:from-surface-middle:hover{
    --tw-gradient-from: #26262A;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(38, 38, 42, 0));
  }

  .tw .xl\:hover\:from-surface-upper:hover{
    --tw-gradient-from: #29292E;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(41, 41, 46, 0));
  }

  .tw .xl\:hover\:from-surface-high:hover{
    --tw-gradient-from: #343435;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(52, 52, 53, 0));
  }

  .tw .xl\:hover\:from-surface-higher:hover{
    --tw-gradient-from: #4A4B4B;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(74, 75, 75, 0));
  }

  .tw .xl\:hover\:from-surface-highest:hover{
    --tw-gradient-from: #616162;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(97, 97, 98, 0));
  }

  .tw .xl\:hover\:from-glyph-base:hover{
    --tw-gradient-from: #FFFFFF;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .tw .xl\:hover\:from-glyph-light:hover{
    --tw-gradient-from: #C2C2C2;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(194, 194, 194, 0));
  }

  .tw .xl\:hover\:from-glyph-lighter:hover{
    --tw-gradient-from: #969696;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(150, 150, 150, 0));
  }

  .tw .xl\:hover\:from-glyph-lightest:hover{
    --tw-gradient-from: #505050;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(80, 80, 80, 0));
  }

  .tw .xl\:hover\:from-link:hover{
    --tw-gradient-from: #00BEFF;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 190, 255, 0));
  }

  .tw .xl\:hover\:from-info-error:hover{
    --tw-gradient-from: #eb3341;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(235, 51, 65, 0));
  }

  .tw .xl\:hover\:from-info-danger:hover{
    --tw-gradient-from: #F77F25;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(247, 127, 37, 0));
  }

  .tw .xl\:hover\:from-info-warn:hover{
    --tw-gradient-from: #FFC82F;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 200, 47, 0));
  }

  .tw .xl\:hover\:from-info-ok:hover{
    --tw-gradient-from: #00974F;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 151, 79, 0));
  }

  .tw .xl\:hover\:from-info-notice:hover{
    --tw-gradient-from: #0180FF;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(1, 128, 255, 0));
  }

  .tw .xl\:hover\:from-accent-1:hover{
    --tw-gradient-from: #FF5D69;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 93, 105, 0));
  }

  .tw .xl\:hover\:from-accent-2:hover{
    --tw-gradient-from: #07F5AF;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(7, 245, 175, 0));
  }

  .tw .xl\:hover\:from-accent-3:hover{
    --tw-gradient-from: #04D372;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(4, 211, 114, 0));
  }

  .tw .xl\:hover\:from-accent-4:hover{
    --tw-gradient-from: #8451F5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(132, 81, 245, 0));
  }

  .tw .xl\:focus\:from-current:focus{
    --tw-gradient-from: currentColor;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .tw .xl\:focus\:from-transparent:focus{
    --tw-gradient-from: transparent;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .tw .xl\:focus\:from-white:focus{
    --tw-gradient-from: #FFFFFF;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .tw .xl\:focus\:from-black:focus{
    --tw-gradient-from: #000000;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .tw .xl\:focus\:from-gray-10:focus{
    --tw-gradient-from: #F0F0F0;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(240, 240, 240, 0));
  }

  .tw .xl\:focus\:from-gray-20:focus{
    --tw-gradient-from: #E2E2E2;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(226, 226, 226, 0));
  }

  .tw .xl\:focus\:from-gray-30:focus{
    --tw-gradient-from: #D3D3D3;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(211, 211, 211, 0));
  }

  .tw .xl\:focus\:from-gray-40:focus{
    --tw-gradient-from: #C5C5C5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(197, 197, 197, 0));
  }

  .tw .xl\:focus\:from-gray-50:focus{
    --tw-gradient-from: #B7B7B7;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(183, 183, 183, 0));
  }

  .tw .xl\:focus\:from-gray-60:focus{
    --tw-gradient-from: #A9A9A9;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(169, 169, 169, 0));
  }

  .tw .xl\:focus\:from-gray-70:focus{
    --tw-gradient-from: #9C9C9C;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(156, 156, 156, 0));
  }

  .tw .xl\:focus\:from-gray-80:focus{
    --tw-gradient-from: #8E8E8E;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(142, 142, 142, 0));
  }

  .tw .xl\:focus\:from-gray-90:focus{
    --tw-gradient-from: #818181;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(129, 129, 129, 0));
  }

  .tw .xl\:focus\:from-gray-100:focus{
    --tw-gradient-from: #6C6D72;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(108, 109, 114, 0));
  }

  .tw .xl\:focus\:from-gray-200:focus{
    --tw-gradient-from: #606167;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(96, 97, 103, 0));
  }

  .tw .xl\:focus\:from-gray-300:focus{
    --tw-gradient-from: #54565B;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(84, 86, 91, 0));
  }

  .tw .xl\:focus\:from-gray-400:focus{
    --tw-gradient-from: #494950;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(73, 73, 80, 0));
  }

  .tw .xl\:focus\:from-gray-500:focus{
    --tw-gradient-from: #3D3D44;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(61, 61, 68, 0));
  }

  .tw .xl\:focus\:from-gray-600:focus{
    --tw-gradient-from: #35353D;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(53, 53, 61, 0));
  }

  .tw .xl\:focus\:from-gray-700:focus{
    --tw-gradient-from: #2D2D31;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(45, 45, 49, 0));
  }

  .tw .xl\:focus\:from-gray-800:focus{
    --tw-gradient-from: #26252A;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(38, 37, 42, 0));
  }

  .tw .xl\:focus\:from-gray-850:focus{
    --tw-gradient-from: #202025;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(32, 32, 37, 0));
  }

  .tw .xl\:focus\:from-gray-900:focus{
    --tw-gradient-from: #1B1B20;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(27, 27, 32, 0));
  }

  .tw .xl\:focus\:from-gray-950:focus{
    --tw-gradient-from: #141417;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(20, 20, 23, 0));
  }

  .tw .xl\:focus\:from-brand-50:focus{
    --tw-gradient-from: #7FFFFF;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(127, 255, 255, 0));
  }

  .tw .xl\:focus\:from-brand-100:focus{
    --tw-gradient-from: #57E2FF;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(87, 226, 255, 0));
  }

  .tw .xl\:focus\:from-brand-200:focus{
    --tw-gradient-from: #20C5FF;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(32, 197, 255, 0));
  }

  .tw .xl\:focus\:from-brand-300:focus{
    --tw-gradient-from: #00A7E7;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 167, 231, 0));
  }

  .tw .xl\:focus\:from-brand-400:focus{
    --tw-gradient-from: #008BC9;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 139, 201, 0));
  }

  .tw .xl\:focus\:from-brand-500:focus{
    --tw-gradient-from: #0070AC;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 112, 172, 0));
  }

  .tw .xl\:focus\:from-brand-600:focus{
    --tw-gradient-from: #00568F;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 86, 143, 0));
  }

  .tw .xl\:focus\:from-brand-700:focus{
    --tw-gradient-from: #003E74;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 62, 116, 0));
  }

  .tw .xl\:focus\:from-brand-800:focus{
    --tw-gradient-from: #002759;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 39, 89, 0));
  }

  .tw .xl\:focus\:from-brand-900:focus{
    --tw-gradient-from: #00123F;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 18, 63, 0));
  }

  .tw .xl\:focus\:from-brand:focus{
    --tw-gradient-from: #00BEFF;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 190, 255, 0));
  }

  .tw .xl\:focus\:from-brand-base:focus{
    --tw-gradient-from: #00BEFF;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 190, 255, 0));
  }

  .tw .xl\:focus\:from-red-50:focus{
    --tw-gradient-from: #FFCAC8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 202, 200, 0));
  }

  .tw .xl\:focus\:from-red-100:focus{
    --tw-gradient-from: #FFABAB;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 171, 171, 0));
  }

  .tw .xl\:focus\:from-red-200:focus{
    --tw-gradient-from: #FF8E8E;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 142, 142, 0));
  }

  .tw .xl\:focus\:from-red-300:focus{
    --tw-gradient-from: #F77073;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(247, 112, 115, 0));
  }

  .tw .xl\:focus\:from-red-400:focus{
    --tw-gradient-from: #D75359;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(215, 83, 89, 0));
  }

  .tw .xl\:focus\:from-red-500:focus{
    --tw-gradient-from: #B63640;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(182, 54, 64, 0));
  }

  .tw .xl\:focus\:from-red-600:focus{
    --tw-gradient-from: #961229;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(150, 18, 41, 0));
  }

  .tw .xl\:focus\:from-red-700:focus{
    --tw-gradient-from: #770013;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(119, 0, 19, 0));
  }

  .tw .xl\:focus\:from-red-800:focus{
    --tw-gradient-from: #590000;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(89, 0, 0, 0));
  }

  .tw .xl\:focus\:from-red-900:focus{
    --tw-gradient-from: #410000;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(65, 0, 0, 0));
  }

  .tw .xl\:focus\:from-red:focus{
    --tw-gradient-from: #D35056;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(211, 80, 86, 0));
  }

  .tw .xl\:focus\:from-red-brand:focus{
    --tw-gradient-from: #FF4F4F;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 79, 79, 0));
  }

  .tw .xl\:focus\:from-green-50:focus{
    --tw-gradient-from: #8DFFCD;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(141, 255, 205, 0));
  }

  .tw .xl\:focus\:from-green-100:focus{
    --tw-gradient-from: #6DECB0;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(109, 236, 176, 0));
  }

  .tw .xl\:focus\:from-green-200:focus{
    --tw-gradient-from: #4CCE93;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(76, 206, 147, 0));
  }

  .tw .xl\:focus\:from-green-300:focus{
    --tw-gradient-from: #24B077;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(36, 176, 119, 0));
  }

  .tw .xl\:focus\:from-green-400:focus{
    --tw-gradient-from: #00935D;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 147, 93, 0));
  }

  .tw .xl\:focus\:from-green-500:focus{
    --tw-gradient-from: #007744;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 119, 68, 0));
  }

  .tw .xl\:focus\:from-green-600:focus{
    --tw-gradient-from: #005B2B;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 91, 43, 0));
  }

  .tw .xl\:focus\:from-green-700:focus{
    --tw-gradient-from: #004115;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 65, 21, 0));
  }

  .tw .xl\:focus\:from-green-800:focus{
    --tw-gradient-from: #002B00;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 43, 0, 0));
  }

  .tw .xl\:focus\:from-green-900:focus{
    --tw-gradient-from: #001B00;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 27, 0, 0));
  }

  .tw .xl\:focus\:from-green:focus{
    --tw-gradient-from: #2EB67D;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(46, 182, 125, 0));
  }

  .tw .xl\:focus\:from-yellow-50:focus{
    --tw-gradient-from: #FFEB57;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 235, 87, 0));
  }

  .tw .xl\:focus\:from-yellow-100:focus{
    --tw-gradient-from: #FFCD37;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 205, 55, 0));
  }

  .tw .xl\:focus\:from-yellow-200:focus{
    --tw-gradient-from: #E4B009;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(228, 176, 9, 0));
  }

  .tw .xl\:focus\:from-yellow-300:focus{
    --tw-gradient-from: #C39400;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(195, 148, 0, 0));
  }

  .tw .xl\:focus\:from-yellow-400:focus{
    --tw-gradient-from: #A37900;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(163, 121, 0, 0));
  }

  .tw .xl\:focus\:from-yellow-500:focus{
    --tw-gradient-from: #855F00;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(133, 95, 0, 0));
  }

  .tw .xl\:focus\:from-yellow-600:focus{
    --tw-gradient-from: #684600;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(104, 70, 0, 0));
  }

  .tw .xl\:focus\:from-yellow-700:focus{
    --tw-gradient-from: #4F2E00;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(79, 46, 0, 0));
  }

  .tw .xl\:focus\:from-yellow-800:focus{
    --tw-gradient-from: #3D1600;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(61, 22, 0, 0));
  }

  .tw .xl\:focus\:from-yellow-900:focus{
    --tw-gradient-from: #320000;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(50, 0, 0, 0));
  }

  .tw .xl\:focus\:from-yellow:focus{
    --tw-gradient-from: #FEC72F;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 199, 47, 0));
  }

  .tw .xl\:focus\:from-purple-50:focus{
    --tw-gradient-from: #FFD8FF;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 216, 255, 0));
  }

  .tw .xl\:focus\:from-purple-100:focus{
    --tw-gradient-from: #F0BAFF;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(240, 186, 255, 0));
  }

  .tw .xl\:focus\:from-purple-200:focus{
    --tw-gradient-from: #D09DFF;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(208, 157, 255, 0));
  }

  .tw .xl\:focus\:from-purple-300:focus{
    --tw-gradient-from: #B180FF;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(177, 128, 255, 0));
  }

  .tw .xl\:focus\:from-purple-400:focus{
    --tw-gradient-from: #9265E9;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(146, 101, 233, 0));
  }

  .tw .xl\:focus\:from-purple-500:focus{
    --tw-gradient-from: #744ACB;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(116, 74, 203, 0));
  }

  .tw .xl\:focus\:from-purple-600:focus{
    --tw-gradient-from: #5530AD;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(85, 48, 173, 0));
  }

  .tw .xl\:focus\:from-purple-700:focus{
    --tw-gradient-from: #351690;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(53, 22, 144, 0));
  }

  .tw .xl\:focus\:from-purple-800:focus{
    --tw-gradient-from: #090074;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(9, 0, 116, 0));
  }

  .tw .xl\:focus\:from-purple-900:focus{
    --tw-gradient-from: #000059;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 89, 0));
  }

  .tw .xl\:focus\:from-purple:focus{
    --tw-gradient-from: #A878FF;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(168, 120, 255, 0));
  }

  .tw .xl\:focus\:from-orange-50:focus{
    --tw-gradient-from: #FFD283;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 210, 131, 0));
  }

  .tw .xl\:focus\:from-orange-100:focus{
    --tw-gradient-from: #FFB467;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 180, 103, 0));
  }

  .tw .xl\:focus\:from-orange-200:focus{
    --tw-gradient-from: #FF974B;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 151, 75, 0));
  }

  .tw .xl\:focus\:from-orange-300:focus{
    --tw-gradient-from: #F07A2F;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(240, 122, 47, 0));
  }

  .tw .xl\:focus\:from-orange-400:focus{
    --tw-gradient-from: #CE5F11;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(206, 95, 17, 0));
  }

  .tw .xl\:focus\:from-orange-500:focus{
    --tw-gradient-from: #AD4400;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(173, 68, 0, 0));
  }

  .tw .xl\:focus\:from-orange-600:focus{
    --tw-gradient-from: #8D2800;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(141, 40, 0, 0));
  }

  .tw .xl\:focus\:from-orange-700:focus{
    --tw-gradient-from: #6F0600;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(111, 6, 0, 0));
  }

  .tw .xl\:focus\:from-orange-800:focus{
    --tw-gradient-from: #540000;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(84, 0, 0, 0));
  }

  .tw .xl\:focus\:from-orange-900:focus{
    --tw-gradient-from: #410000;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(65, 0, 0, 0));
  }

  .tw .xl\:focus\:from-orange:focus{
    --tw-gradient-from: #F57F34;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 127, 52, 0));
  }

  .tw .xl\:focus\:from-surface-brand:focus{
    --tw-gradient-from: #1A1A1A;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(26, 26, 26, 0));
  }

  .tw .xl\:focus\:from-surface-lower:focus{
    --tw-gradient-from: #121314;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(18, 19, 20, 0));
  }

  .tw .xl\:focus\:from-surface-base:focus{
    --tw-gradient-from: #1D1E1F;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(29, 30, 31, 0));
  }

  .tw .xl\:focus\:from-surface-low:focus{
    --tw-gradient-from: #212124;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(33, 33, 36, 0));
  }

  .tw .xl\:focus\:from-surface-middle:focus{
    --tw-gradient-from: #26262A;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(38, 38, 42, 0));
  }

  .tw .xl\:focus\:from-surface-upper:focus{
    --tw-gradient-from: #29292E;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(41, 41, 46, 0));
  }

  .tw .xl\:focus\:from-surface-high:focus{
    --tw-gradient-from: #343435;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(52, 52, 53, 0));
  }

  .tw .xl\:focus\:from-surface-higher:focus{
    --tw-gradient-from: #4A4B4B;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(74, 75, 75, 0));
  }

  .tw .xl\:focus\:from-surface-highest:focus{
    --tw-gradient-from: #616162;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(97, 97, 98, 0));
  }

  .tw .xl\:focus\:from-glyph-base:focus{
    --tw-gradient-from: #FFFFFF;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .tw .xl\:focus\:from-glyph-light:focus{
    --tw-gradient-from: #C2C2C2;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(194, 194, 194, 0));
  }

  .tw .xl\:focus\:from-glyph-lighter:focus{
    --tw-gradient-from: #969696;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(150, 150, 150, 0));
  }

  .tw .xl\:focus\:from-glyph-lightest:focus{
    --tw-gradient-from: #505050;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(80, 80, 80, 0));
  }

  .tw .xl\:focus\:from-link:focus{
    --tw-gradient-from: #00BEFF;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 190, 255, 0));
  }

  .tw .xl\:focus\:from-info-error:focus{
    --tw-gradient-from: #eb3341;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(235, 51, 65, 0));
  }

  .tw .xl\:focus\:from-info-danger:focus{
    --tw-gradient-from: #F77F25;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(247, 127, 37, 0));
  }

  .tw .xl\:focus\:from-info-warn:focus{
    --tw-gradient-from: #FFC82F;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 200, 47, 0));
  }

  .tw .xl\:focus\:from-info-ok:focus{
    --tw-gradient-from: #00974F;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 151, 79, 0));
  }

  .tw .xl\:focus\:from-info-notice:focus{
    --tw-gradient-from: #0180FF;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(1, 128, 255, 0));
  }

  .tw .xl\:focus\:from-accent-1:focus{
    --tw-gradient-from: #FF5D69;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 93, 105, 0));
  }

  .tw .xl\:focus\:from-accent-2:focus{
    --tw-gradient-from: #07F5AF;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(7, 245, 175, 0));
  }

  .tw .xl\:focus\:from-accent-3:focus{
    --tw-gradient-from: #04D372;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(4, 211, 114, 0));
  }

  .tw .xl\:focus\:from-accent-4:focus{
    --tw-gradient-from: #8451F5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(132, 81, 245, 0));
  }

  .tw .xl\:via-current{
    --tw-gradient-stops: var(--tw-gradient-from), currentColor, var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .tw .xl\:via-transparent{
    --tw-gradient-stops: var(--tw-gradient-from), transparent, var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .tw .xl\:via-white{
    --tw-gradient-stops: var(--tw-gradient-from), #FFFFFF, var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .tw .xl\:via-black{
    --tw-gradient-stops: var(--tw-gradient-from), #000000, var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .tw .xl\:via-gray-10{
    --tw-gradient-stops: var(--tw-gradient-from), #F0F0F0, var(--tw-gradient-to, rgba(240, 240, 240, 0));
  }

  .tw .xl\:via-gray-20{
    --tw-gradient-stops: var(--tw-gradient-from), #E2E2E2, var(--tw-gradient-to, rgba(226, 226, 226, 0));
  }

  .tw .xl\:via-gray-30{
    --tw-gradient-stops: var(--tw-gradient-from), #D3D3D3, var(--tw-gradient-to, rgba(211, 211, 211, 0));
  }

  .tw .xl\:via-gray-40{
    --tw-gradient-stops: var(--tw-gradient-from), #C5C5C5, var(--tw-gradient-to, rgba(197, 197, 197, 0));
  }

  .tw .xl\:via-gray-50{
    --tw-gradient-stops: var(--tw-gradient-from), #B7B7B7, var(--tw-gradient-to, rgba(183, 183, 183, 0));
  }

  .tw .xl\:via-gray-60{
    --tw-gradient-stops: var(--tw-gradient-from), #A9A9A9, var(--tw-gradient-to, rgba(169, 169, 169, 0));
  }

  .tw .xl\:via-gray-70{
    --tw-gradient-stops: var(--tw-gradient-from), #9C9C9C, var(--tw-gradient-to, rgba(156, 156, 156, 0));
  }

  .tw .xl\:via-gray-80{
    --tw-gradient-stops: var(--tw-gradient-from), #8E8E8E, var(--tw-gradient-to, rgba(142, 142, 142, 0));
  }

  .tw .xl\:via-gray-90{
    --tw-gradient-stops: var(--tw-gradient-from), #818181, var(--tw-gradient-to, rgba(129, 129, 129, 0));
  }

  .tw .xl\:via-gray-100{
    --tw-gradient-stops: var(--tw-gradient-from), #6C6D72, var(--tw-gradient-to, rgba(108, 109, 114, 0));
  }

  .tw .xl\:via-gray-200{
    --tw-gradient-stops: var(--tw-gradient-from), #606167, var(--tw-gradient-to, rgba(96, 97, 103, 0));
  }

  .tw .xl\:via-gray-300{
    --tw-gradient-stops: var(--tw-gradient-from), #54565B, var(--tw-gradient-to, rgba(84, 86, 91, 0));
  }

  .tw .xl\:via-gray-400{
    --tw-gradient-stops: var(--tw-gradient-from), #494950, var(--tw-gradient-to, rgba(73, 73, 80, 0));
  }

  .tw .xl\:via-gray-500{
    --tw-gradient-stops: var(--tw-gradient-from), #3D3D44, var(--tw-gradient-to, rgba(61, 61, 68, 0));
  }

  .tw .xl\:via-gray-600{
    --tw-gradient-stops: var(--tw-gradient-from), #35353D, var(--tw-gradient-to, rgba(53, 53, 61, 0));
  }

  .tw .xl\:via-gray-700{
    --tw-gradient-stops: var(--tw-gradient-from), #2D2D31, var(--tw-gradient-to, rgba(45, 45, 49, 0));
  }

  .tw .xl\:via-gray-800{
    --tw-gradient-stops: var(--tw-gradient-from), #26252A, var(--tw-gradient-to, rgba(38, 37, 42, 0));
  }

  .tw .xl\:via-gray-850{
    --tw-gradient-stops: var(--tw-gradient-from), #202025, var(--tw-gradient-to, rgba(32, 32, 37, 0));
  }

  .tw .xl\:via-gray-900{
    --tw-gradient-stops: var(--tw-gradient-from), #1B1B20, var(--tw-gradient-to, rgba(27, 27, 32, 0));
  }

  .tw .xl\:via-gray-950{
    --tw-gradient-stops: var(--tw-gradient-from), #141417, var(--tw-gradient-to, rgba(20, 20, 23, 0));
  }

  .tw .xl\:via-brand-50{
    --tw-gradient-stops: var(--tw-gradient-from), #7FFFFF, var(--tw-gradient-to, rgba(127, 255, 255, 0));
  }

  .tw .xl\:via-brand-100{
    --tw-gradient-stops: var(--tw-gradient-from), #57E2FF, var(--tw-gradient-to, rgba(87, 226, 255, 0));
  }

  .tw .xl\:via-brand-200{
    --tw-gradient-stops: var(--tw-gradient-from), #20C5FF, var(--tw-gradient-to, rgba(32, 197, 255, 0));
  }

  .tw .xl\:via-brand-300{
    --tw-gradient-stops: var(--tw-gradient-from), #00A7E7, var(--tw-gradient-to, rgba(0, 167, 231, 0));
  }

  .tw .xl\:via-brand-400{
    --tw-gradient-stops: var(--tw-gradient-from), #008BC9, var(--tw-gradient-to, rgba(0, 139, 201, 0));
  }

  .tw .xl\:via-brand-500{
    --tw-gradient-stops: var(--tw-gradient-from), #0070AC, var(--tw-gradient-to, rgba(0, 112, 172, 0));
  }

  .tw .xl\:via-brand-600{
    --tw-gradient-stops: var(--tw-gradient-from), #00568F, var(--tw-gradient-to, rgba(0, 86, 143, 0));
  }

  .tw .xl\:via-brand-700{
    --tw-gradient-stops: var(--tw-gradient-from), #003E74, var(--tw-gradient-to, rgba(0, 62, 116, 0));
  }

  .tw .xl\:via-brand-800{
    --tw-gradient-stops: var(--tw-gradient-from), #002759, var(--tw-gradient-to, rgba(0, 39, 89, 0));
  }

  .tw .xl\:via-brand-900{
    --tw-gradient-stops: var(--tw-gradient-from), #00123F, var(--tw-gradient-to, rgba(0, 18, 63, 0));
  }

  .tw .xl\:via-brand{
    --tw-gradient-stops: var(--tw-gradient-from), #00BEFF, var(--tw-gradient-to, rgba(0, 190, 255, 0));
  }

  .tw .xl\:via-brand-base{
    --tw-gradient-stops: var(--tw-gradient-from), #00BEFF, var(--tw-gradient-to, rgba(0, 190, 255, 0));
  }

  .tw .xl\:via-red-50{
    --tw-gradient-stops: var(--tw-gradient-from), #FFCAC8, var(--tw-gradient-to, rgba(255, 202, 200, 0));
  }

  .tw .xl\:via-red-100{
    --tw-gradient-stops: var(--tw-gradient-from), #FFABAB, var(--tw-gradient-to, rgba(255, 171, 171, 0));
  }

  .tw .xl\:via-red-200{
    --tw-gradient-stops: var(--tw-gradient-from), #FF8E8E, var(--tw-gradient-to, rgba(255, 142, 142, 0));
  }

  .tw .xl\:via-red-300{
    --tw-gradient-stops: var(--tw-gradient-from), #F77073, var(--tw-gradient-to, rgba(247, 112, 115, 0));
  }

  .tw .xl\:via-red-400{
    --tw-gradient-stops: var(--tw-gradient-from), #D75359, var(--tw-gradient-to, rgba(215, 83, 89, 0));
  }

  .tw .xl\:via-red-500{
    --tw-gradient-stops: var(--tw-gradient-from), #B63640, var(--tw-gradient-to, rgba(182, 54, 64, 0));
  }

  .tw .xl\:via-red-600{
    --tw-gradient-stops: var(--tw-gradient-from), #961229, var(--tw-gradient-to, rgba(150, 18, 41, 0));
  }

  .tw .xl\:via-red-700{
    --tw-gradient-stops: var(--tw-gradient-from), #770013, var(--tw-gradient-to, rgba(119, 0, 19, 0));
  }

  .tw .xl\:via-red-800{
    --tw-gradient-stops: var(--tw-gradient-from), #590000, var(--tw-gradient-to, rgba(89, 0, 0, 0));
  }

  .tw .xl\:via-red-900{
    --tw-gradient-stops: var(--tw-gradient-from), #410000, var(--tw-gradient-to, rgba(65, 0, 0, 0));
  }

  .tw .xl\:via-red{
    --tw-gradient-stops: var(--tw-gradient-from), #D35056, var(--tw-gradient-to, rgba(211, 80, 86, 0));
  }

  .tw .xl\:via-red-brand{
    --tw-gradient-stops: var(--tw-gradient-from), #FF4F4F, var(--tw-gradient-to, rgba(255, 79, 79, 0));
  }

  .tw .xl\:via-green-50{
    --tw-gradient-stops: var(--tw-gradient-from), #8DFFCD, var(--tw-gradient-to, rgba(141, 255, 205, 0));
  }

  .tw .xl\:via-green-100{
    --tw-gradient-stops: var(--tw-gradient-from), #6DECB0, var(--tw-gradient-to, rgba(109, 236, 176, 0));
  }

  .tw .xl\:via-green-200{
    --tw-gradient-stops: var(--tw-gradient-from), #4CCE93, var(--tw-gradient-to, rgba(76, 206, 147, 0));
  }

  .tw .xl\:via-green-300{
    --tw-gradient-stops: var(--tw-gradient-from), #24B077, var(--tw-gradient-to, rgba(36, 176, 119, 0));
  }

  .tw .xl\:via-green-400{
    --tw-gradient-stops: var(--tw-gradient-from), #00935D, var(--tw-gradient-to, rgba(0, 147, 93, 0));
  }

  .tw .xl\:via-green-500{
    --tw-gradient-stops: var(--tw-gradient-from), #007744, var(--tw-gradient-to, rgba(0, 119, 68, 0));
  }

  .tw .xl\:via-green-600{
    --tw-gradient-stops: var(--tw-gradient-from), #005B2B, var(--tw-gradient-to, rgba(0, 91, 43, 0));
  }

  .tw .xl\:via-green-700{
    --tw-gradient-stops: var(--tw-gradient-from), #004115, var(--tw-gradient-to, rgba(0, 65, 21, 0));
  }

  .tw .xl\:via-green-800{
    --tw-gradient-stops: var(--tw-gradient-from), #002B00, var(--tw-gradient-to, rgba(0, 43, 0, 0));
  }

  .tw .xl\:via-green-900{
    --tw-gradient-stops: var(--tw-gradient-from), #001B00, var(--tw-gradient-to, rgba(0, 27, 0, 0));
  }

  .tw .xl\:via-green{
    --tw-gradient-stops: var(--tw-gradient-from), #2EB67D, var(--tw-gradient-to, rgba(46, 182, 125, 0));
  }

  .tw .xl\:via-yellow-50{
    --tw-gradient-stops: var(--tw-gradient-from), #FFEB57, var(--tw-gradient-to, rgba(255, 235, 87, 0));
  }

  .tw .xl\:via-yellow-100{
    --tw-gradient-stops: var(--tw-gradient-from), #FFCD37, var(--tw-gradient-to, rgba(255, 205, 55, 0));
  }

  .tw .xl\:via-yellow-200{
    --tw-gradient-stops: var(--tw-gradient-from), #E4B009, var(--tw-gradient-to, rgba(228, 176, 9, 0));
  }

  .tw .xl\:via-yellow-300{
    --tw-gradient-stops: var(--tw-gradient-from), #C39400, var(--tw-gradient-to, rgba(195, 148, 0, 0));
  }

  .tw .xl\:via-yellow-400{
    --tw-gradient-stops: var(--tw-gradient-from), #A37900, var(--tw-gradient-to, rgba(163, 121, 0, 0));
  }

  .tw .xl\:via-yellow-500{
    --tw-gradient-stops: var(--tw-gradient-from), #855F00, var(--tw-gradient-to, rgba(133, 95, 0, 0));
  }

  .tw .xl\:via-yellow-600{
    --tw-gradient-stops: var(--tw-gradient-from), #684600, var(--tw-gradient-to, rgba(104, 70, 0, 0));
  }

  .tw .xl\:via-yellow-700{
    --tw-gradient-stops: var(--tw-gradient-from), #4F2E00, var(--tw-gradient-to, rgba(79, 46, 0, 0));
  }

  .tw .xl\:via-yellow-800{
    --tw-gradient-stops: var(--tw-gradient-from), #3D1600, var(--tw-gradient-to, rgba(61, 22, 0, 0));
  }

  .tw .xl\:via-yellow-900{
    --tw-gradient-stops: var(--tw-gradient-from), #320000, var(--tw-gradient-to, rgba(50, 0, 0, 0));
  }

  .tw .xl\:via-yellow{
    --tw-gradient-stops: var(--tw-gradient-from), #FEC72F, var(--tw-gradient-to, rgba(254, 199, 47, 0));
  }

  .tw .xl\:via-purple-50{
    --tw-gradient-stops: var(--tw-gradient-from), #FFD8FF, var(--tw-gradient-to, rgba(255, 216, 255, 0));
  }

  .tw .xl\:via-purple-100{
    --tw-gradient-stops: var(--tw-gradient-from), #F0BAFF, var(--tw-gradient-to, rgba(240, 186, 255, 0));
  }

  .tw .xl\:via-purple-200{
    --tw-gradient-stops: var(--tw-gradient-from), #D09DFF, var(--tw-gradient-to, rgba(208, 157, 255, 0));
  }

  .tw .xl\:via-purple-300{
    --tw-gradient-stops: var(--tw-gradient-from), #B180FF, var(--tw-gradient-to, rgba(177, 128, 255, 0));
  }

  .tw .xl\:via-purple-400{
    --tw-gradient-stops: var(--tw-gradient-from), #9265E9, var(--tw-gradient-to, rgba(146, 101, 233, 0));
  }

  .tw .xl\:via-purple-500{
    --tw-gradient-stops: var(--tw-gradient-from), #744ACB, var(--tw-gradient-to, rgba(116, 74, 203, 0));
  }

  .tw .xl\:via-purple-600{
    --tw-gradient-stops: var(--tw-gradient-from), #5530AD, var(--tw-gradient-to, rgba(85, 48, 173, 0));
  }

  .tw .xl\:via-purple-700{
    --tw-gradient-stops: var(--tw-gradient-from), #351690, var(--tw-gradient-to, rgba(53, 22, 144, 0));
  }

  .tw .xl\:via-purple-800{
    --tw-gradient-stops: var(--tw-gradient-from), #090074, var(--tw-gradient-to, rgba(9, 0, 116, 0));
  }

  .tw .xl\:via-purple-900{
    --tw-gradient-stops: var(--tw-gradient-from), #000059, var(--tw-gradient-to, rgba(0, 0, 89, 0));
  }

  .tw .xl\:via-purple{
    --tw-gradient-stops: var(--tw-gradient-from), #A878FF, var(--tw-gradient-to, rgba(168, 120, 255, 0));
  }

  .tw .xl\:via-orange-50{
    --tw-gradient-stops: var(--tw-gradient-from), #FFD283, var(--tw-gradient-to, rgba(255, 210, 131, 0));
  }

  .tw .xl\:via-orange-100{
    --tw-gradient-stops: var(--tw-gradient-from), #FFB467, var(--tw-gradient-to, rgba(255, 180, 103, 0));
  }

  .tw .xl\:via-orange-200{
    --tw-gradient-stops: var(--tw-gradient-from), #FF974B, var(--tw-gradient-to, rgba(255, 151, 75, 0));
  }

  .tw .xl\:via-orange-300{
    --tw-gradient-stops: var(--tw-gradient-from), #F07A2F, var(--tw-gradient-to, rgba(240, 122, 47, 0));
  }

  .tw .xl\:via-orange-400{
    --tw-gradient-stops: var(--tw-gradient-from), #CE5F11, var(--tw-gradient-to, rgba(206, 95, 17, 0));
  }

  .tw .xl\:via-orange-500{
    --tw-gradient-stops: var(--tw-gradient-from), #AD4400, var(--tw-gradient-to, rgba(173, 68, 0, 0));
  }

  .tw .xl\:via-orange-600{
    --tw-gradient-stops: var(--tw-gradient-from), #8D2800, var(--tw-gradient-to, rgba(141, 40, 0, 0));
  }

  .tw .xl\:via-orange-700{
    --tw-gradient-stops: var(--tw-gradient-from), #6F0600, var(--tw-gradient-to, rgba(111, 6, 0, 0));
  }

  .tw .xl\:via-orange-800{
    --tw-gradient-stops: var(--tw-gradient-from), #540000, var(--tw-gradient-to, rgba(84, 0, 0, 0));
  }

  .tw .xl\:via-orange-900{
    --tw-gradient-stops: var(--tw-gradient-from), #410000, var(--tw-gradient-to, rgba(65, 0, 0, 0));
  }

  .tw .xl\:via-orange{
    --tw-gradient-stops: var(--tw-gradient-from), #F57F34, var(--tw-gradient-to, rgba(245, 127, 52, 0));
  }

  .tw .xl\:via-surface-brand{
    --tw-gradient-stops: var(--tw-gradient-from), #1A1A1A, var(--tw-gradient-to, rgba(26, 26, 26, 0));
  }

  .tw .xl\:via-surface-lower{
    --tw-gradient-stops: var(--tw-gradient-from), #121314, var(--tw-gradient-to, rgba(18, 19, 20, 0));
  }

  .tw .xl\:via-surface-base{
    --tw-gradient-stops: var(--tw-gradient-from), #1D1E1F, var(--tw-gradient-to, rgba(29, 30, 31, 0));
  }

  .tw .xl\:via-surface-low{
    --tw-gradient-stops: var(--tw-gradient-from), #212124, var(--tw-gradient-to, rgba(33, 33, 36, 0));
  }

  .tw .xl\:via-surface-middle{
    --tw-gradient-stops: var(--tw-gradient-from), #26262A, var(--tw-gradient-to, rgba(38, 38, 42, 0));
  }

  .tw .xl\:via-surface-upper{
    --tw-gradient-stops: var(--tw-gradient-from), #29292E, var(--tw-gradient-to, rgba(41, 41, 46, 0));
  }

  .tw .xl\:via-surface-high{
    --tw-gradient-stops: var(--tw-gradient-from), #343435, var(--tw-gradient-to, rgba(52, 52, 53, 0));
  }

  .tw .xl\:via-surface-higher{
    --tw-gradient-stops: var(--tw-gradient-from), #4A4B4B, var(--tw-gradient-to, rgba(74, 75, 75, 0));
  }

  .tw .xl\:via-surface-highest{
    --tw-gradient-stops: var(--tw-gradient-from), #616162, var(--tw-gradient-to, rgba(97, 97, 98, 0));
  }

  .tw .xl\:via-glyph-base{
    --tw-gradient-stops: var(--tw-gradient-from), #FFFFFF, var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .tw .xl\:via-glyph-light{
    --tw-gradient-stops: var(--tw-gradient-from), #C2C2C2, var(--tw-gradient-to, rgba(194, 194, 194, 0));
  }

  .tw .xl\:via-glyph-lighter{
    --tw-gradient-stops: var(--tw-gradient-from), #969696, var(--tw-gradient-to, rgba(150, 150, 150, 0));
  }

  .tw .xl\:via-glyph-lightest{
    --tw-gradient-stops: var(--tw-gradient-from), #505050, var(--tw-gradient-to, rgba(80, 80, 80, 0));
  }

  .tw .xl\:via-link{
    --tw-gradient-stops: var(--tw-gradient-from), #00BEFF, var(--tw-gradient-to, rgba(0, 190, 255, 0));
  }

  .tw .xl\:via-info-error{
    --tw-gradient-stops: var(--tw-gradient-from), #eb3341, var(--tw-gradient-to, rgba(235, 51, 65, 0));
  }

  .tw .xl\:via-info-danger{
    --tw-gradient-stops: var(--tw-gradient-from), #F77F25, var(--tw-gradient-to, rgba(247, 127, 37, 0));
  }

  .tw .xl\:via-info-warn{
    --tw-gradient-stops: var(--tw-gradient-from), #FFC82F, var(--tw-gradient-to, rgba(255, 200, 47, 0));
  }

  .tw .xl\:via-info-ok{
    --tw-gradient-stops: var(--tw-gradient-from), #00974F, var(--tw-gradient-to, rgba(0, 151, 79, 0));
  }

  .tw .xl\:via-info-notice{
    --tw-gradient-stops: var(--tw-gradient-from), #0180FF, var(--tw-gradient-to, rgba(1, 128, 255, 0));
  }

  .tw .xl\:via-accent-1{
    --tw-gradient-stops: var(--tw-gradient-from), #FF5D69, var(--tw-gradient-to, rgba(255, 93, 105, 0));
  }

  .tw .xl\:via-accent-2{
    --tw-gradient-stops: var(--tw-gradient-from), #07F5AF, var(--tw-gradient-to, rgba(7, 245, 175, 0));
  }

  .tw .xl\:via-accent-3{
    --tw-gradient-stops: var(--tw-gradient-from), #04D372, var(--tw-gradient-to, rgba(4, 211, 114, 0));
  }

  .tw .xl\:via-accent-4{
    --tw-gradient-stops: var(--tw-gradient-from), #8451F5, var(--tw-gradient-to, rgba(132, 81, 245, 0));
  }

  .tw .xl\:hover\:via-current:hover{
    --tw-gradient-stops: var(--tw-gradient-from), currentColor, var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .tw .xl\:hover\:via-transparent:hover{
    --tw-gradient-stops: var(--tw-gradient-from), transparent, var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .tw .xl\:hover\:via-white:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #FFFFFF, var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .tw .xl\:hover\:via-black:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #000000, var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .tw .xl\:hover\:via-gray-10:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #F0F0F0, var(--tw-gradient-to, rgba(240, 240, 240, 0));
  }

  .tw .xl\:hover\:via-gray-20:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #E2E2E2, var(--tw-gradient-to, rgba(226, 226, 226, 0));
  }

  .tw .xl\:hover\:via-gray-30:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #D3D3D3, var(--tw-gradient-to, rgba(211, 211, 211, 0));
  }

  .tw .xl\:hover\:via-gray-40:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #C5C5C5, var(--tw-gradient-to, rgba(197, 197, 197, 0));
  }

  .tw .xl\:hover\:via-gray-50:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #B7B7B7, var(--tw-gradient-to, rgba(183, 183, 183, 0));
  }

  .tw .xl\:hover\:via-gray-60:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #A9A9A9, var(--tw-gradient-to, rgba(169, 169, 169, 0));
  }

  .tw .xl\:hover\:via-gray-70:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #9C9C9C, var(--tw-gradient-to, rgba(156, 156, 156, 0));
  }

  .tw .xl\:hover\:via-gray-80:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #8E8E8E, var(--tw-gradient-to, rgba(142, 142, 142, 0));
  }

  .tw .xl\:hover\:via-gray-90:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #818181, var(--tw-gradient-to, rgba(129, 129, 129, 0));
  }

  .tw .xl\:hover\:via-gray-100:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #6C6D72, var(--tw-gradient-to, rgba(108, 109, 114, 0));
  }

  .tw .xl\:hover\:via-gray-200:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #606167, var(--tw-gradient-to, rgba(96, 97, 103, 0));
  }

  .tw .xl\:hover\:via-gray-300:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #54565B, var(--tw-gradient-to, rgba(84, 86, 91, 0));
  }

  .tw .xl\:hover\:via-gray-400:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #494950, var(--tw-gradient-to, rgba(73, 73, 80, 0));
  }

  .tw .xl\:hover\:via-gray-500:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #3D3D44, var(--tw-gradient-to, rgba(61, 61, 68, 0));
  }

  .tw .xl\:hover\:via-gray-600:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #35353D, var(--tw-gradient-to, rgba(53, 53, 61, 0));
  }

  .tw .xl\:hover\:via-gray-700:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #2D2D31, var(--tw-gradient-to, rgba(45, 45, 49, 0));
  }

  .tw .xl\:hover\:via-gray-800:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #26252A, var(--tw-gradient-to, rgba(38, 37, 42, 0));
  }

  .tw .xl\:hover\:via-gray-850:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #202025, var(--tw-gradient-to, rgba(32, 32, 37, 0));
  }

  .tw .xl\:hover\:via-gray-900:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #1B1B20, var(--tw-gradient-to, rgba(27, 27, 32, 0));
  }

  .tw .xl\:hover\:via-gray-950:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #141417, var(--tw-gradient-to, rgba(20, 20, 23, 0));
  }

  .tw .xl\:hover\:via-brand-50:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #7FFFFF, var(--tw-gradient-to, rgba(127, 255, 255, 0));
  }

  .tw .xl\:hover\:via-brand-100:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #57E2FF, var(--tw-gradient-to, rgba(87, 226, 255, 0));
  }

  .tw .xl\:hover\:via-brand-200:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #20C5FF, var(--tw-gradient-to, rgba(32, 197, 255, 0));
  }

  .tw .xl\:hover\:via-brand-300:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #00A7E7, var(--tw-gradient-to, rgba(0, 167, 231, 0));
  }

  .tw .xl\:hover\:via-brand-400:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #008BC9, var(--tw-gradient-to, rgba(0, 139, 201, 0));
  }

  .tw .xl\:hover\:via-brand-500:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #0070AC, var(--tw-gradient-to, rgba(0, 112, 172, 0));
  }

  .tw .xl\:hover\:via-brand-600:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #00568F, var(--tw-gradient-to, rgba(0, 86, 143, 0));
  }

  .tw .xl\:hover\:via-brand-700:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #003E74, var(--tw-gradient-to, rgba(0, 62, 116, 0));
  }

  .tw .xl\:hover\:via-brand-800:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #002759, var(--tw-gradient-to, rgba(0, 39, 89, 0));
  }

  .tw .xl\:hover\:via-brand-900:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #00123F, var(--tw-gradient-to, rgba(0, 18, 63, 0));
  }

  .tw .xl\:hover\:via-brand:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #00BEFF, var(--tw-gradient-to, rgba(0, 190, 255, 0));
  }

  .tw .xl\:hover\:via-brand-base:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #00BEFF, var(--tw-gradient-to, rgba(0, 190, 255, 0));
  }

  .tw .xl\:hover\:via-red-50:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #FFCAC8, var(--tw-gradient-to, rgba(255, 202, 200, 0));
  }

  .tw .xl\:hover\:via-red-100:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #FFABAB, var(--tw-gradient-to, rgba(255, 171, 171, 0));
  }

  .tw .xl\:hover\:via-red-200:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #FF8E8E, var(--tw-gradient-to, rgba(255, 142, 142, 0));
  }

  .tw .xl\:hover\:via-red-300:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #F77073, var(--tw-gradient-to, rgba(247, 112, 115, 0));
  }

  .tw .xl\:hover\:via-red-400:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #D75359, var(--tw-gradient-to, rgba(215, 83, 89, 0));
  }

  .tw .xl\:hover\:via-red-500:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #B63640, var(--tw-gradient-to, rgba(182, 54, 64, 0));
  }

  .tw .xl\:hover\:via-red-600:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #961229, var(--tw-gradient-to, rgba(150, 18, 41, 0));
  }

  .tw .xl\:hover\:via-red-700:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #770013, var(--tw-gradient-to, rgba(119, 0, 19, 0));
  }

  .tw .xl\:hover\:via-red-800:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #590000, var(--tw-gradient-to, rgba(89, 0, 0, 0));
  }

  .tw .xl\:hover\:via-red-900:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #410000, var(--tw-gradient-to, rgba(65, 0, 0, 0));
  }

  .tw .xl\:hover\:via-red:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #D35056, var(--tw-gradient-to, rgba(211, 80, 86, 0));
  }

  .tw .xl\:hover\:via-red-brand:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #FF4F4F, var(--tw-gradient-to, rgba(255, 79, 79, 0));
  }

  .tw .xl\:hover\:via-green-50:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #8DFFCD, var(--tw-gradient-to, rgba(141, 255, 205, 0));
  }

  .tw .xl\:hover\:via-green-100:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #6DECB0, var(--tw-gradient-to, rgba(109, 236, 176, 0));
  }

  .tw .xl\:hover\:via-green-200:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #4CCE93, var(--tw-gradient-to, rgba(76, 206, 147, 0));
  }

  .tw .xl\:hover\:via-green-300:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #24B077, var(--tw-gradient-to, rgba(36, 176, 119, 0));
  }

  .tw .xl\:hover\:via-green-400:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #00935D, var(--tw-gradient-to, rgba(0, 147, 93, 0));
  }

  .tw .xl\:hover\:via-green-500:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #007744, var(--tw-gradient-to, rgba(0, 119, 68, 0));
  }

  .tw .xl\:hover\:via-green-600:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #005B2B, var(--tw-gradient-to, rgba(0, 91, 43, 0));
  }

  .tw .xl\:hover\:via-green-700:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #004115, var(--tw-gradient-to, rgba(0, 65, 21, 0));
  }

  .tw .xl\:hover\:via-green-800:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #002B00, var(--tw-gradient-to, rgba(0, 43, 0, 0));
  }

  .tw .xl\:hover\:via-green-900:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #001B00, var(--tw-gradient-to, rgba(0, 27, 0, 0));
  }

  .tw .xl\:hover\:via-green:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #2EB67D, var(--tw-gradient-to, rgba(46, 182, 125, 0));
  }

  .tw .xl\:hover\:via-yellow-50:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #FFEB57, var(--tw-gradient-to, rgba(255, 235, 87, 0));
  }

  .tw .xl\:hover\:via-yellow-100:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #FFCD37, var(--tw-gradient-to, rgba(255, 205, 55, 0));
  }

  .tw .xl\:hover\:via-yellow-200:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #E4B009, var(--tw-gradient-to, rgba(228, 176, 9, 0));
  }

  .tw .xl\:hover\:via-yellow-300:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #C39400, var(--tw-gradient-to, rgba(195, 148, 0, 0));
  }

  .tw .xl\:hover\:via-yellow-400:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #A37900, var(--tw-gradient-to, rgba(163, 121, 0, 0));
  }

  .tw .xl\:hover\:via-yellow-500:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #855F00, var(--tw-gradient-to, rgba(133, 95, 0, 0));
  }

  .tw .xl\:hover\:via-yellow-600:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #684600, var(--tw-gradient-to, rgba(104, 70, 0, 0));
  }

  .tw .xl\:hover\:via-yellow-700:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #4F2E00, var(--tw-gradient-to, rgba(79, 46, 0, 0));
  }

  .tw .xl\:hover\:via-yellow-800:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #3D1600, var(--tw-gradient-to, rgba(61, 22, 0, 0));
  }

  .tw .xl\:hover\:via-yellow-900:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #320000, var(--tw-gradient-to, rgba(50, 0, 0, 0));
  }

  .tw .xl\:hover\:via-yellow:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #FEC72F, var(--tw-gradient-to, rgba(254, 199, 47, 0));
  }

  .tw .xl\:hover\:via-purple-50:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #FFD8FF, var(--tw-gradient-to, rgba(255, 216, 255, 0));
  }

  .tw .xl\:hover\:via-purple-100:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #F0BAFF, var(--tw-gradient-to, rgba(240, 186, 255, 0));
  }

  .tw .xl\:hover\:via-purple-200:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #D09DFF, var(--tw-gradient-to, rgba(208, 157, 255, 0));
  }

  .tw .xl\:hover\:via-purple-300:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #B180FF, var(--tw-gradient-to, rgba(177, 128, 255, 0));
  }

  .tw .xl\:hover\:via-purple-400:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #9265E9, var(--tw-gradient-to, rgba(146, 101, 233, 0));
  }

  .tw .xl\:hover\:via-purple-500:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #744ACB, var(--tw-gradient-to, rgba(116, 74, 203, 0));
  }

  .tw .xl\:hover\:via-purple-600:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #5530AD, var(--tw-gradient-to, rgba(85, 48, 173, 0));
  }

  .tw .xl\:hover\:via-purple-700:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #351690, var(--tw-gradient-to, rgba(53, 22, 144, 0));
  }

  .tw .xl\:hover\:via-purple-800:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #090074, var(--tw-gradient-to, rgba(9, 0, 116, 0));
  }

  .tw .xl\:hover\:via-purple-900:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #000059, var(--tw-gradient-to, rgba(0, 0, 89, 0));
  }

  .tw .xl\:hover\:via-purple:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #A878FF, var(--tw-gradient-to, rgba(168, 120, 255, 0));
  }

  .tw .xl\:hover\:via-orange-50:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #FFD283, var(--tw-gradient-to, rgba(255, 210, 131, 0));
  }

  .tw .xl\:hover\:via-orange-100:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #FFB467, var(--tw-gradient-to, rgba(255, 180, 103, 0));
  }

  .tw .xl\:hover\:via-orange-200:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #FF974B, var(--tw-gradient-to, rgba(255, 151, 75, 0));
  }

  .tw .xl\:hover\:via-orange-300:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #F07A2F, var(--tw-gradient-to, rgba(240, 122, 47, 0));
  }

  .tw .xl\:hover\:via-orange-400:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #CE5F11, var(--tw-gradient-to, rgba(206, 95, 17, 0));
  }

  .tw .xl\:hover\:via-orange-500:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #AD4400, var(--tw-gradient-to, rgba(173, 68, 0, 0));
  }

  .tw .xl\:hover\:via-orange-600:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #8D2800, var(--tw-gradient-to, rgba(141, 40, 0, 0));
  }

  .tw .xl\:hover\:via-orange-700:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #6F0600, var(--tw-gradient-to, rgba(111, 6, 0, 0));
  }

  .tw .xl\:hover\:via-orange-800:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #540000, var(--tw-gradient-to, rgba(84, 0, 0, 0));
  }

  .tw .xl\:hover\:via-orange-900:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #410000, var(--tw-gradient-to, rgba(65, 0, 0, 0));
  }

  .tw .xl\:hover\:via-orange:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #F57F34, var(--tw-gradient-to, rgba(245, 127, 52, 0));
  }

  .tw .xl\:hover\:via-surface-brand:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #1A1A1A, var(--tw-gradient-to, rgba(26, 26, 26, 0));
  }

  .tw .xl\:hover\:via-surface-lower:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #121314, var(--tw-gradient-to, rgba(18, 19, 20, 0));
  }

  .tw .xl\:hover\:via-surface-base:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #1D1E1F, var(--tw-gradient-to, rgba(29, 30, 31, 0));
  }

  .tw .xl\:hover\:via-surface-low:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #212124, var(--tw-gradient-to, rgba(33, 33, 36, 0));
  }

  .tw .xl\:hover\:via-surface-middle:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #26262A, var(--tw-gradient-to, rgba(38, 38, 42, 0));
  }

  .tw .xl\:hover\:via-surface-upper:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #29292E, var(--tw-gradient-to, rgba(41, 41, 46, 0));
  }

  .tw .xl\:hover\:via-surface-high:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #343435, var(--tw-gradient-to, rgba(52, 52, 53, 0));
  }

  .tw .xl\:hover\:via-surface-higher:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #4A4B4B, var(--tw-gradient-to, rgba(74, 75, 75, 0));
  }

  .tw .xl\:hover\:via-surface-highest:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #616162, var(--tw-gradient-to, rgba(97, 97, 98, 0));
  }

  .tw .xl\:hover\:via-glyph-base:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #FFFFFF, var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .tw .xl\:hover\:via-glyph-light:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #C2C2C2, var(--tw-gradient-to, rgba(194, 194, 194, 0));
  }

  .tw .xl\:hover\:via-glyph-lighter:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #969696, var(--tw-gradient-to, rgba(150, 150, 150, 0));
  }

  .tw .xl\:hover\:via-glyph-lightest:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #505050, var(--tw-gradient-to, rgba(80, 80, 80, 0));
  }

  .tw .xl\:hover\:via-link:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #00BEFF, var(--tw-gradient-to, rgba(0, 190, 255, 0));
  }

  .tw .xl\:hover\:via-info-error:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #eb3341, var(--tw-gradient-to, rgba(235, 51, 65, 0));
  }

  .tw .xl\:hover\:via-info-danger:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #F77F25, var(--tw-gradient-to, rgba(247, 127, 37, 0));
  }

  .tw .xl\:hover\:via-info-warn:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #FFC82F, var(--tw-gradient-to, rgba(255, 200, 47, 0));
  }

  .tw .xl\:hover\:via-info-ok:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #00974F, var(--tw-gradient-to, rgba(0, 151, 79, 0));
  }

  .tw .xl\:hover\:via-info-notice:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #0180FF, var(--tw-gradient-to, rgba(1, 128, 255, 0));
  }

  .tw .xl\:hover\:via-accent-1:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #FF5D69, var(--tw-gradient-to, rgba(255, 93, 105, 0));
  }

  .tw .xl\:hover\:via-accent-2:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #07F5AF, var(--tw-gradient-to, rgba(7, 245, 175, 0));
  }

  .tw .xl\:hover\:via-accent-3:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #04D372, var(--tw-gradient-to, rgba(4, 211, 114, 0));
  }

  .tw .xl\:hover\:via-accent-4:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #8451F5, var(--tw-gradient-to, rgba(132, 81, 245, 0));
  }

  .tw .xl\:focus\:via-current:focus{
    --tw-gradient-stops: var(--tw-gradient-from), currentColor, var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .tw .xl\:focus\:via-transparent:focus{
    --tw-gradient-stops: var(--tw-gradient-from), transparent, var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .tw .xl\:focus\:via-white:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #FFFFFF, var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .tw .xl\:focus\:via-black:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #000000, var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .tw .xl\:focus\:via-gray-10:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #F0F0F0, var(--tw-gradient-to, rgba(240, 240, 240, 0));
  }

  .tw .xl\:focus\:via-gray-20:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #E2E2E2, var(--tw-gradient-to, rgba(226, 226, 226, 0));
  }

  .tw .xl\:focus\:via-gray-30:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #D3D3D3, var(--tw-gradient-to, rgba(211, 211, 211, 0));
  }

  .tw .xl\:focus\:via-gray-40:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #C5C5C5, var(--tw-gradient-to, rgba(197, 197, 197, 0));
  }

  .tw .xl\:focus\:via-gray-50:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #B7B7B7, var(--tw-gradient-to, rgba(183, 183, 183, 0));
  }

  .tw .xl\:focus\:via-gray-60:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #A9A9A9, var(--tw-gradient-to, rgba(169, 169, 169, 0));
  }

  .tw .xl\:focus\:via-gray-70:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #9C9C9C, var(--tw-gradient-to, rgba(156, 156, 156, 0));
  }

  .tw .xl\:focus\:via-gray-80:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #8E8E8E, var(--tw-gradient-to, rgba(142, 142, 142, 0));
  }

  .tw .xl\:focus\:via-gray-90:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #818181, var(--tw-gradient-to, rgba(129, 129, 129, 0));
  }

  .tw .xl\:focus\:via-gray-100:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #6C6D72, var(--tw-gradient-to, rgba(108, 109, 114, 0));
  }

  .tw .xl\:focus\:via-gray-200:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #606167, var(--tw-gradient-to, rgba(96, 97, 103, 0));
  }

  .tw .xl\:focus\:via-gray-300:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #54565B, var(--tw-gradient-to, rgba(84, 86, 91, 0));
  }

  .tw .xl\:focus\:via-gray-400:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #494950, var(--tw-gradient-to, rgba(73, 73, 80, 0));
  }

  .tw .xl\:focus\:via-gray-500:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #3D3D44, var(--tw-gradient-to, rgba(61, 61, 68, 0));
  }

  .tw .xl\:focus\:via-gray-600:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #35353D, var(--tw-gradient-to, rgba(53, 53, 61, 0));
  }

  .tw .xl\:focus\:via-gray-700:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #2D2D31, var(--tw-gradient-to, rgba(45, 45, 49, 0));
  }

  .tw .xl\:focus\:via-gray-800:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #26252A, var(--tw-gradient-to, rgba(38, 37, 42, 0));
  }

  .tw .xl\:focus\:via-gray-850:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #202025, var(--tw-gradient-to, rgba(32, 32, 37, 0));
  }

  .tw .xl\:focus\:via-gray-900:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #1B1B20, var(--tw-gradient-to, rgba(27, 27, 32, 0));
  }

  .tw .xl\:focus\:via-gray-950:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #141417, var(--tw-gradient-to, rgba(20, 20, 23, 0));
  }

  .tw .xl\:focus\:via-brand-50:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #7FFFFF, var(--tw-gradient-to, rgba(127, 255, 255, 0));
  }

  .tw .xl\:focus\:via-brand-100:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #57E2FF, var(--tw-gradient-to, rgba(87, 226, 255, 0));
  }

  .tw .xl\:focus\:via-brand-200:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #20C5FF, var(--tw-gradient-to, rgba(32, 197, 255, 0));
  }

  .tw .xl\:focus\:via-brand-300:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #00A7E7, var(--tw-gradient-to, rgba(0, 167, 231, 0));
  }

  .tw .xl\:focus\:via-brand-400:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #008BC9, var(--tw-gradient-to, rgba(0, 139, 201, 0));
  }

  .tw .xl\:focus\:via-brand-500:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #0070AC, var(--tw-gradient-to, rgba(0, 112, 172, 0));
  }

  .tw .xl\:focus\:via-brand-600:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #00568F, var(--tw-gradient-to, rgba(0, 86, 143, 0));
  }

  .tw .xl\:focus\:via-brand-700:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #003E74, var(--tw-gradient-to, rgba(0, 62, 116, 0));
  }

  .tw .xl\:focus\:via-brand-800:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #002759, var(--tw-gradient-to, rgba(0, 39, 89, 0));
  }

  .tw .xl\:focus\:via-brand-900:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #00123F, var(--tw-gradient-to, rgba(0, 18, 63, 0));
  }

  .tw .xl\:focus\:via-brand:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #00BEFF, var(--tw-gradient-to, rgba(0, 190, 255, 0));
  }

  .tw .xl\:focus\:via-brand-base:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #00BEFF, var(--tw-gradient-to, rgba(0, 190, 255, 0));
  }

  .tw .xl\:focus\:via-red-50:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #FFCAC8, var(--tw-gradient-to, rgba(255, 202, 200, 0));
  }

  .tw .xl\:focus\:via-red-100:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #FFABAB, var(--tw-gradient-to, rgba(255, 171, 171, 0));
  }

  .tw .xl\:focus\:via-red-200:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #FF8E8E, var(--tw-gradient-to, rgba(255, 142, 142, 0));
  }

  .tw .xl\:focus\:via-red-300:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #F77073, var(--tw-gradient-to, rgba(247, 112, 115, 0));
  }

  .tw .xl\:focus\:via-red-400:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #D75359, var(--tw-gradient-to, rgba(215, 83, 89, 0));
  }

  .tw .xl\:focus\:via-red-500:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #B63640, var(--tw-gradient-to, rgba(182, 54, 64, 0));
  }

  .tw .xl\:focus\:via-red-600:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #961229, var(--tw-gradient-to, rgba(150, 18, 41, 0));
  }

  .tw .xl\:focus\:via-red-700:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #770013, var(--tw-gradient-to, rgba(119, 0, 19, 0));
  }

  .tw .xl\:focus\:via-red-800:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #590000, var(--tw-gradient-to, rgba(89, 0, 0, 0));
  }

  .tw .xl\:focus\:via-red-900:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #410000, var(--tw-gradient-to, rgba(65, 0, 0, 0));
  }

  .tw .xl\:focus\:via-red:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #D35056, var(--tw-gradient-to, rgba(211, 80, 86, 0));
  }

  .tw .xl\:focus\:via-red-brand:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #FF4F4F, var(--tw-gradient-to, rgba(255, 79, 79, 0));
  }

  .tw .xl\:focus\:via-green-50:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #8DFFCD, var(--tw-gradient-to, rgba(141, 255, 205, 0));
  }

  .tw .xl\:focus\:via-green-100:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #6DECB0, var(--tw-gradient-to, rgba(109, 236, 176, 0));
  }

  .tw .xl\:focus\:via-green-200:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #4CCE93, var(--tw-gradient-to, rgba(76, 206, 147, 0));
  }

  .tw .xl\:focus\:via-green-300:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #24B077, var(--tw-gradient-to, rgba(36, 176, 119, 0));
  }

  .tw .xl\:focus\:via-green-400:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #00935D, var(--tw-gradient-to, rgba(0, 147, 93, 0));
  }

  .tw .xl\:focus\:via-green-500:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #007744, var(--tw-gradient-to, rgba(0, 119, 68, 0));
  }

  .tw .xl\:focus\:via-green-600:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #005B2B, var(--tw-gradient-to, rgba(0, 91, 43, 0));
  }

  .tw .xl\:focus\:via-green-700:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #004115, var(--tw-gradient-to, rgba(0, 65, 21, 0));
  }

  .tw .xl\:focus\:via-green-800:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #002B00, var(--tw-gradient-to, rgba(0, 43, 0, 0));
  }

  .tw .xl\:focus\:via-green-900:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #001B00, var(--tw-gradient-to, rgba(0, 27, 0, 0));
  }

  .tw .xl\:focus\:via-green:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #2EB67D, var(--tw-gradient-to, rgba(46, 182, 125, 0));
  }

  .tw .xl\:focus\:via-yellow-50:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #FFEB57, var(--tw-gradient-to, rgba(255, 235, 87, 0));
  }

  .tw .xl\:focus\:via-yellow-100:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #FFCD37, var(--tw-gradient-to, rgba(255, 205, 55, 0));
  }

  .tw .xl\:focus\:via-yellow-200:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #E4B009, var(--tw-gradient-to, rgba(228, 176, 9, 0));
  }

  .tw .xl\:focus\:via-yellow-300:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #C39400, var(--tw-gradient-to, rgba(195, 148, 0, 0));
  }

  .tw .xl\:focus\:via-yellow-400:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #A37900, var(--tw-gradient-to, rgba(163, 121, 0, 0));
  }

  .tw .xl\:focus\:via-yellow-500:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #855F00, var(--tw-gradient-to, rgba(133, 95, 0, 0));
  }

  .tw .xl\:focus\:via-yellow-600:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #684600, var(--tw-gradient-to, rgba(104, 70, 0, 0));
  }

  .tw .xl\:focus\:via-yellow-700:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #4F2E00, var(--tw-gradient-to, rgba(79, 46, 0, 0));
  }

  .tw .xl\:focus\:via-yellow-800:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #3D1600, var(--tw-gradient-to, rgba(61, 22, 0, 0));
  }

  .tw .xl\:focus\:via-yellow-900:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #320000, var(--tw-gradient-to, rgba(50, 0, 0, 0));
  }

  .tw .xl\:focus\:via-yellow:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #FEC72F, var(--tw-gradient-to, rgba(254, 199, 47, 0));
  }

  .tw .xl\:focus\:via-purple-50:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #FFD8FF, var(--tw-gradient-to, rgba(255, 216, 255, 0));
  }

  .tw .xl\:focus\:via-purple-100:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #F0BAFF, var(--tw-gradient-to, rgba(240, 186, 255, 0));
  }

  .tw .xl\:focus\:via-purple-200:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #D09DFF, var(--tw-gradient-to, rgba(208, 157, 255, 0));
  }

  .tw .xl\:focus\:via-purple-300:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #B180FF, var(--tw-gradient-to, rgba(177, 128, 255, 0));
  }

  .tw .xl\:focus\:via-purple-400:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #9265E9, var(--tw-gradient-to, rgba(146, 101, 233, 0));
  }

  .tw .xl\:focus\:via-purple-500:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #744ACB, var(--tw-gradient-to, rgba(116, 74, 203, 0));
  }

  .tw .xl\:focus\:via-purple-600:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #5530AD, var(--tw-gradient-to, rgba(85, 48, 173, 0));
  }

  .tw .xl\:focus\:via-purple-700:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #351690, var(--tw-gradient-to, rgba(53, 22, 144, 0));
  }

  .tw .xl\:focus\:via-purple-800:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #090074, var(--tw-gradient-to, rgba(9, 0, 116, 0));
  }

  .tw .xl\:focus\:via-purple-900:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #000059, var(--tw-gradient-to, rgba(0, 0, 89, 0));
  }

  .tw .xl\:focus\:via-purple:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #A878FF, var(--tw-gradient-to, rgba(168, 120, 255, 0));
  }

  .tw .xl\:focus\:via-orange-50:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #FFD283, var(--tw-gradient-to, rgba(255, 210, 131, 0));
  }

  .tw .xl\:focus\:via-orange-100:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #FFB467, var(--tw-gradient-to, rgba(255, 180, 103, 0));
  }

  .tw .xl\:focus\:via-orange-200:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #FF974B, var(--tw-gradient-to, rgba(255, 151, 75, 0));
  }

  .tw .xl\:focus\:via-orange-300:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #F07A2F, var(--tw-gradient-to, rgba(240, 122, 47, 0));
  }

  .tw .xl\:focus\:via-orange-400:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #CE5F11, var(--tw-gradient-to, rgba(206, 95, 17, 0));
  }

  .tw .xl\:focus\:via-orange-500:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #AD4400, var(--tw-gradient-to, rgba(173, 68, 0, 0));
  }

  .tw .xl\:focus\:via-orange-600:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #8D2800, var(--tw-gradient-to, rgba(141, 40, 0, 0));
  }

  .tw .xl\:focus\:via-orange-700:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #6F0600, var(--tw-gradient-to, rgba(111, 6, 0, 0));
  }

  .tw .xl\:focus\:via-orange-800:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #540000, var(--tw-gradient-to, rgba(84, 0, 0, 0));
  }

  .tw .xl\:focus\:via-orange-900:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #410000, var(--tw-gradient-to, rgba(65, 0, 0, 0));
  }

  .tw .xl\:focus\:via-orange:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #F57F34, var(--tw-gradient-to, rgba(245, 127, 52, 0));
  }

  .tw .xl\:focus\:via-surface-brand:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #1A1A1A, var(--tw-gradient-to, rgba(26, 26, 26, 0));
  }

  .tw .xl\:focus\:via-surface-lower:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #121314, var(--tw-gradient-to, rgba(18, 19, 20, 0));
  }

  .tw .xl\:focus\:via-surface-base:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #1D1E1F, var(--tw-gradient-to, rgba(29, 30, 31, 0));
  }

  .tw .xl\:focus\:via-surface-low:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #212124, var(--tw-gradient-to, rgba(33, 33, 36, 0));
  }

  .tw .xl\:focus\:via-surface-middle:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #26262A, var(--tw-gradient-to, rgba(38, 38, 42, 0));
  }

  .tw .xl\:focus\:via-surface-upper:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #29292E, var(--tw-gradient-to, rgba(41, 41, 46, 0));
  }

  .tw .xl\:focus\:via-surface-high:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #343435, var(--tw-gradient-to, rgba(52, 52, 53, 0));
  }

  .tw .xl\:focus\:via-surface-higher:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #4A4B4B, var(--tw-gradient-to, rgba(74, 75, 75, 0));
  }

  .tw .xl\:focus\:via-surface-highest:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #616162, var(--tw-gradient-to, rgba(97, 97, 98, 0));
  }

  .tw .xl\:focus\:via-glyph-base:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #FFFFFF, var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .tw .xl\:focus\:via-glyph-light:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #C2C2C2, var(--tw-gradient-to, rgba(194, 194, 194, 0));
  }

  .tw .xl\:focus\:via-glyph-lighter:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #969696, var(--tw-gradient-to, rgba(150, 150, 150, 0));
  }

  .tw .xl\:focus\:via-glyph-lightest:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #505050, var(--tw-gradient-to, rgba(80, 80, 80, 0));
  }

  .tw .xl\:focus\:via-link:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #00BEFF, var(--tw-gradient-to, rgba(0, 190, 255, 0));
  }

  .tw .xl\:focus\:via-info-error:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #eb3341, var(--tw-gradient-to, rgba(235, 51, 65, 0));
  }

  .tw .xl\:focus\:via-info-danger:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #F77F25, var(--tw-gradient-to, rgba(247, 127, 37, 0));
  }

  .tw .xl\:focus\:via-info-warn:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #FFC82F, var(--tw-gradient-to, rgba(255, 200, 47, 0));
  }

  .tw .xl\:focus\:via-info-ok:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #00974F, var(--tw-gradient-to, rgba(0, 151, 79, 0));
  }

  .tw .xl\:focus\:via-info-notice:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #0180FF, var(--tw-gradient-to, rgba(1, 128, 255, 0));
  }

  .tw .xl\:focus\:via-accent-1:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #FF5D69, var(--tw-gradient-to, rgba(255, 93, 105, 0));
  }

  .tw .xl\:focus\:via-accent-2:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #07F5AF, var(--tw-gradient-to, rgba(7, 245, 175, 0));
  }

  .tw .xl\:focus\:via-accent-3:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #04D372, var(--tw-gradient-to, rgba(4, 211, 114, 0));
  }

  .tw .xl\:focus\:via-accent-4:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #8451F5, var(--tw-gradient-to, rgba(132, 81, 245, 0));
  }

  .tw .xl\:to-current{
    --tw-gradient-to: currentColor;
  }

  .tw .xl\:to-transparent{
    --tw-gradient-to: transparent;
  }

  .tw .xl\:to-white{
    --tw-gradient-to: #FFFFFF;
  }

  .tw .xl\:to-black{
    --tw-gradient-to: #000000;
  }

  .tw .xl\:to-gray-10{
    --tw-gradient-to: #F0F0F0;
  }

  .tw .xl\:to-gray-20{
    --tw-gradient-to: #E2E2E2;
  }

  .tw .xl\:to-gray-30{
    --tw-gradient-to: #D3D3D3;
  }

  .tw .xl\:to-gray-40{
    --tw-gradient-to: #C5C5C5;
  }

  .tw .xl\:to-gray-50{
    --tw-gradient-to: #B7B7B7;
  }

  .tw .xl\:to-gray-60{
    --tw-gradient-to: #A9A9A9;
  }

  .tw .xl\:to-gray-70{
    --tw-gradient-to: #9C9C9C;
  }

  .tw .xl\:to-gray-80{
    --tw-gradient-to: #8E8E8E;
  }

  .tw .xl\:to-gray-90{
    --tw-gradient-to: #818181;
  }

  .tw .xl\:to-gray-100{
    --tw-gradient-to: #6C6D72;
  }

  .tw .xl\:to-gray-200{
    --tw-gradient-to: #606167;
  }

  .tw .xl\:to-gray-300{
    --tw-gradient-to: #54565B;
  }

  .tw .xl\:to-gray-400{
    --tw-gradient-to: #494950;
  }

  .tw .xl\:to-gray-500{
    --tw-gradient-to: #3D3D44;
  }

  .tw .xl\:to-gray-600{
    --tw-gradient-to: #35353D;
  }

  .tw .xl\:to-gray-700{
    --tw-gradient-to: #2D2D31;
  }

  .tw .xl\:to-gray-800{
    --tw-gradient-to: #26252A;
  }

  .tw .xl\:to-gray-850{
    --tw-gradient-to: #202025;
  }

  .tw .xl\:to-gray-900{
    --tw-gradient-to: #1B1B20;
  }

  .tw .xl\:to-gray-950{
    --tw-gradient-to: #141417;
  }

  .tw .xl\:to-brand-50{
    --tw-gradient-to: #7FFFFF;
  }

  .tw .xl\:to-brand-100{
    --tw-gradient-to: #57E2FF;
  }

  .tw .xl\:to-brand-200{
    --tw-gradient-to: #20C5FF;
  }

  .tw .xl\:to-brand-300{
    --tw-gradient-to: #00A7E7;
  }

  .tw .xl\:to-brand-400{
    --tw-gradient-to: #008BC9;
  }

  .tw .xl\:to-brand-500{
    --tw-gradient-to: #0070AC;
  }

  .tw .xl\:to-brand-600{
    --tw-gradient-to: #00568F;
  }

  .tw .xl\:to-brand-700{
    --tw-gradient-to: #003E74;
  }

  .tw .xl\:to-brand-800{
    --tw-gradient-to: #002759;
  }

  .tw .xl\:to-brand-900{
    --tw-gradient-to: #00123F;
  }

  .tw .xl\:to-brand{
    --tw-gradient-to: #00BEFF;
  }

  .tw .xl\:to-brand-base{
    --tw-gradient-to: #00BEFF;
  }

  .tw .xl\:to-red-50{
    --tw-gradient-to: #FFCAC8;
  }

  .tw .xl\:to-red-100{
    --tw-gradient-to: #FFABAB;
  }

  .tw .xl\:to-red-200{
    --tw-gradient-to: #FF8E8E;
  }

  .tw .xl\:to-red-300{
    --tw-gradient-to: #F77073;
  }

  .tw .xl\:to-red-400{
    --tw-gradient-to: #D75359;
  }

  .tw .xl\:to-red-500{
    --tw-gradient-to: #B63640;
  }

  .tw .xl\:to-red-600{
    --tw-gradient-to: #961229;
  }

  .tw .xl\:to-red-700{
    --tw-gradient-to: #770013;
  }

  .tw .xl\:to-red-800{
    --tw-gradient-to: #590000;
  }

  .tw .xl\:to-red-900{
    --tw-gradient-to: #410000;
  }

  .tw .xl\:to-red{
    --tw-gradient-to: #D35056;
  }

  .tw .xl\:to-red-brand{
    --tw-gradient-to: #FF4F4F;
  }

  .tw .xl\:to-green-50{
    --tw-gradient-to: #8DFFCD;
  }

  .tw .xl\:to-green-100{
    --tw-gradient-to: #6DECB0;
  }

  .tw .xl\:to-green-200{
    --tw-gradient-to: #4CCE93;
  }

  .tw .xl\:to-green-300{
    --tw-gradient-to: #24B077;
  }

  .tw .xl\:to-green-400{
    --tw-gradient-to: #00935D;
  }

  .tw .xl\:to-green-500{
    --tw-gradient-to: #007744;
  }

  .tw .xl\:to-green-600{
    --tw-gradient-to: #005B2B;
  }

  .tw .xl\:to-green-700{
    --tw-gradient-to: #004115;
  }

  .tw .xl\:to-green-800{
    --tw-gradient-to: #002B00;
  }

  .tw .xl\:to-green-900{
    --tw-gradient-to: #001B00;
  }

  .tw .xl\:to-green{
    --tw-gradient-to: #2EB67D;
  }

  .tw .xl\:to-yellow-50{
    --tw-gradient-to: #FFEB57;
  }

  .tw .xl\:to-yellow-100{
    --tw-gradient-to: #FFCD37;
  }

  .tw .xl\:to-yellow-200{
    --tw-gradient-to: #E4B009;
  }

  .tw .xl\:to-yellow-300{
    --tw-gradient-to: #C39400;
  }

  .tw .xl\:to-yellow-400{
    --tw-gradient-to: #A37900;
  }

  .tw .xl\:to-yellow-500{
    --tw-gradient-to: #855F00;
  }

  .tw .xl\:to-yellow-600{
    --tw-gradient-to: #684600;
  }

  .tw .xl\:to-yellow-700{
    --tw-gradient-to: #4F2E00;
  }

  .tw .xl\:to-yellow-800{
    --tw-gradient-to: #3D1600;
  }

  .tw .xl\:to-yellow-900{
    --tw-gradient-to: #320000;
  }

  .tw .xl\:to-yellow{
    --tw-gradient-to: #FEC72F;
  }

  .tw .xl\:to-purple-50{
    --tw-gradient-to: #FFD8FF;
  }

  .tw .xl\:to-purple-100{
    --tw-gradient-to: #F0BAFF;
  }

  .tw .xl\:to-purple-200{
    --tw-gradient-to: #D09DFF;
  }

  .tw .xl\:to-purple-300{
    --tw-gradient-to: #B180FF;
  }

  .tw .xl\:to-purple-400{
    --tw-gradient-to: #9265E9;
  }

  .tw .xl\:to-purple-500{
    --tw-gradient-to: #744ACB;
  }

  .tw .xl\:to-purple-600{
    --tw-gradient-to: #5530AD;
  }

  .tw .xl\:to-purple-700{
    --tw-gradient-to: #351690;
  }

  .tw .xl\:to-purple-800{
    --tw-gradient-to: #090074;
  }

  .tw .xl\:to-purple-900{
    --tw-gradient-to: #000059;
  }

  .tw .xl\:to-purple{
    --tw-gradient-to: #A878FF;
  }

  .tw .xl\:to-orange-50{
    --tw-gradient-to: #FFD283;
  }

  .tw .xl\:to-orange-100{
    --tw-gradient-to: #FFB467;
  }

  .tw .xl\:to-orange-200{
    --tw-gradient-to: #FF974B;
  }

  .tw .xl\:to-orange-300{
    --tw-gradient-to: #F07A2F;
  }

  .tw .xl\:to-orange-400{
    --tw-gradient-to: #CE5F11;
  }

  .tw .xl\:to-orange-500{
    --tw-gradient-to: #AD4400;
  }

  .tw .xl\:to-orange-600{
    --tw-gradient-to: #8D2800;
  }

  .tw .xl\:to-orange-700{
    --tw-gradient-to: #6F0600;
  }

  .tw .xl\:to-orange-800{
    --tw-gradient-to: #540000;
  }

  .tw .xl\:to-orange-900{
    --tw-gradient-to: #410000;
  }

  .tw .xl\:to-orange{
    --tw-gradient-to: #F57F34;
  }

  .tw .xl\:to-surface-brand{
    --tw-gradient-to: #1A1A1A;
  }

  .tw .xl\:to-surface-lower{
    --tw-gradient-to: #121314;
  }

  .tw .xl\:to-surface-base{
    --tw-gradient-to: #1D1E1F;
  }

  .tw .xl\:to-surface-low{
    --tw-gradient-to: #212124;
  }

  .tw .xl\:to-surface-middle{
    --tw-gradient-to: #26262A;
  }

  .tw .xl\:to-surface-upper{
    --tw-gradient-to: #29292E;
  }

  .tw .xl\:to-surface-high{
    --tw-gradient-to: #343435;
  }

  .tw .xl\:to-surface-higher{
    --tw-gradient-to: #4A4B4B;
  }

  .tw .xl\:to-surface-highest{
    --tw-gradient-to: #616162;
  }

  .tw .xl\:to-glyph-base{
    --tw-gradient-to: #FFFFFF;
  }

  .tw .xl\:to-glyph-light{
    --tw-gradient-to: #C2C2C2;
  }

  .tw .xl\:to-glyph-lighter{
    --tw-gradient-to: #969696;
  }

  .tw .xl\:to-glyph-lightest{
    --tw-gradient-to: #505050;
  }

  .tw .xl\:to-link{
    --tw-gradient-to: #00BEFF;
  }

  .tw .xl\:to-info-error{
    --tw-gradient-to: #eb3341;
  }

  .tw .xl\:to-info-danger{
    --tw-gradient-to: #F77F25;
  }

  .tw .xl\:to-info-warn{
    --tw-gradient-to: #FFC82F;
  }

  .tw .xl\:to-info-ok{
    --tw-gradient-to: #00974F;
  }

  .tw .xl\:to-info-notice{
    --tw-gradient-to: #0180FF;
  }

  .tw .xl\:to-accent-1{
    --tw-gradient-to: #FF5D69;
  }

  .tw .xl\:to-accent-2{
    --tw-gradient-to: #07F5AF;
  }

  .tw .xl\:to-accent-3{
    --tw-gradient-to: #04D372;
  }

  .tw .xl\:to-accent-4{
    --tw-gradient-to: #8451F5;
  }

  .tw .xl\:hover\:to-current:hover{
    --tw-gradient-to: currentColor;
  }

  .tw .xl\:hover\:to-transparent:hover{
    --tw-gradient-to: transparent;
  }

  .tw .xl\:hover\:to-white:hover{
    --tw-gradient-to: #FFFFFF;
  }

  .tw .xl\:hover\:to-black:hover{
    --tw-gradient-to: #000000;
  }

  .tw .xl\:hover\:to-gray-10:hover{
    --tw-gradient-to: #F0F0F0;
  }

  .tw .xl\:hover\:to-gray-20:hover{
    --tw-gradient-to: #E2E2E2;
  }

  .tw .xl\:hover\:to-gray-30:hover{
    --tw-gradient-to: #D3D3D3;
  }

  .tw .xl\:hover\:to-gray-40:hover{
    --tw-gradient-to: #C5C5C5;
  }

  .tw .xl\:hover\:to-gray-50:hover{
    --tw-gradient-to: #B7B7B7;
  }

  .tw .xl\:hover\:to-gray-60:hover{
    --tw-gradient-to: #A9A9A9;
  }

  .tw .xl\:hover\:to-gray-70:hover{
    --tw-gradient-to: #9C9C9C;
  }

  .tw .xl\:hover\:to-gray-80:hover{
    --tw-gradient-to: #8E8E8E;
  }

  .tw .xl\:hover\:to-gray-90:hover{
    --tw-gradient-to: #818181;
  }

  .tw .xl\:hover\:to-gray-100:hover{
    --tw-gradient-to: #6C6D72;
  }

  .tw .xl\:hover\:to-gray-200:hover{
    --tw-gradient-to: #606167;
  }

  .tw .xl\:hover\:to-gray-300:hover{
    --tw-gradient-to: #54565B;
  }

  .tw .xl\:hover\:to-gray-400:hover{
    --tw-gradient-to: #494950;
  }

  .tw .xl\:hover\:to-gray-500:hover{
    --tw-gradient-to: #3D3D44;
  }

  .tw .xl\:hover\:to-gray-600:hover{
    --tw-gradient-to: #35353D;
  }

  .tw .xl\:hover\:to-gray-700:hover{
    --tw-gradient-to: #2D2D31;
  }

  .tw .xl\:hover\:to-gray-800:hover{
    --tw-gradient-to: #26252A;
  }

  .tw .xl\:hover\:to-gray-850:hover{
    --tw-gradient-to: #202025;
  }

  .tw .xl\:hover\:to-gray-900:hover{
    --tw-gradient-to: #1B1B20;
  }

  .tw .xl\:hover\:to-gray-950:hover{
    --tw-gradient-to: #141417;
  }

  .tw .xl\:hover\:to-brand-50:hover{
    --tw-gradient-to: #7FFFFF;
  }

  .tw .xl\:hover\:to-brand-100:hover{
    --tw-gradient-to: #57E2FF;
  }

  .tw .xl\:hover\:to-brand-200:hover{
    --tw-gradient-to: #20C5FF;
  }

  .tw .xl\:hover\:to-brand-300:hover{
    --tw-gradient-to: #00A7E7;
  }

  .tw .xl\:hover\:to-brand-400:hover{
    --tw-gradient-to: #008BC9;
  }

  .tw .xl\:hover\:to-brand-500:hover{
    --tw-gradient-to: #0070AC;
  }

  .tw .xl\:hover\:to-brand-600:hover{
    --tw-gradient-to: #00568F;
  }

  .tw .xl\:hover\:to-brand-700:hover{
    --tw-gradient-to: #003E74;
  }

  .tw .xl\:hover\:to-brand-800:hover{
    --tw-gradient-to: #002759;
  }

  .tw .xl\:hover\:to-brand-900:hover{
    --tw-gradient-to: #00123F;
  }

  .tw .xl\:hover\:to-brand:hover{
    --tw-gradient-to: #00BEFF;
  }

  .tw .xl\:hover\:to-brand-base:hover{
    --tw-gradient-to: #00BEFF;
  }

  .tw .xl\:hover\:to-red-50:hover{
    --tw-gradient-to: #FFCAC8;
  }

  .tw .xl\:hover\:to-red-100:hover{
    --tw-gradient-to: #FFABAB;
  }

  .tw .xl\:hover\:to-red-200:hover{
    --tw-gradient-to: #FF8E8E;
  }

  .tw .xl\:hover\:to-red-300:hover{
    --tw-gradient-to: #F77073;
  }

  .tw .xl\:hover\:to-red-400:hover{
    --tw-gradient-to: #D75359;
  }

  .tw .xl\:hover\:to-red-500:hover{
    --tw-gradient-to: #B63640;
  }

  .tw .xl\:hover\:to-red-600:hover{
    --tw-gradient-to: #961229;
  }

  .tw .xl\:hover\:to-red-700:hover{
    --tw-gradient-to: #770013;
  }

  .tw .xl\:hover\:to-red-800:hover{
    --tw-gradient-to: #590000;
  }

  .tw .xl\:hover\:to-red-900:hover{
    --tw-gradient-to: #410000;
  }

  .tw .xl\:hover\:to-red:hover{
    --tw-gradient-to: #D35056;
  }

  .tw .xl\:hover\:to-red-brand:hover{
    --tw-gradient-to: #FF4F4F;
  }

  .tw .xl\:hover\:to-green-50:hover{
    --tw-gradient-to: #8DFFCD;
  }

  .tw .xl\:hover\:to-green-100:hover{
    --tw-gradient-to: #6DECB0;
  }

  .tw .xl\:hover\:to-green-200:hover{
    --tw-gradient-to: #4CCE93;
  }

  .tw .xl\:hover\:to-green-300:hover{
    --tw-gradient-to: #24B077;
  }

  .tw .xl\:hover\:to-green-400:hover{
    --tw-gradient-to: #00935D;
  }

  .tw .xl\:hover\:to-green-500:hover{
    --tw-gradient-to: #007744;
  }

  .tw .xl\:hover\:to-green-600:hover{
    --tw-gradient-to: #005B2B;
  }

  .tw .xl\:hover\:to-green-700:hover{
    --tw-gradient-to: #004115;
  }

  .tw .xl\:hover\:to-green-800:hover{
    --tw-gradient-to: #002B00;
  }

  .tw .xl\:hover\:to-green-900:hover{
    --tw-gradient-to: #001B00;
  }

  .tw .xl\:hover\:to-green:hover{
    --tw-gradient-to: #2EB67D;
  }

  .tw .xl\:hover\:to-yellow-50:hover{
    --tw-gradient-to: #FFEB57;
  }

  .tw .xl\:hover\:to-yellow-100:hover{
    --tw-gradient-to: #FFCD37;
  }

  .tw .xl\:hover\:to-yellow-200:hover{
    --tw-gradient-to: #E4B009;
  }

  .tw .xl\:hover\:to-yellow-300:hover{
    --tw-gradient-to: #C39400;
  }

  .tw .xl\:hover\:to-yellow-400:hover{
    --tw-gradient-to: #A37900;
  }

  .tw .xl\:hover\:to-yellow-500:hover{
    --tw-gradient-to: #855F00;
  }

  .tw .xl\:hover\:to-yellow-600:hover{
    --tw-gradient-to: #684600;
  }

  .tw .xl\:hover\:to-yellow-700:hover{
    --tw-gradient-to: #4F2E00;
  }

  .tw .xl\:hover\:to-yellow-800:hover{
    --tw-gradient-to: #3D1600;
  }

  .tw .xl\:hover\:to-yellow-900:hover{
    --tw-gradient-to: #320000;
  }

  .tw .xl\:hover\:to-yellow:hover{
    --tw-gradient-to: #FEC72F;
  }

  .tw .xl\:hover\:to-purple-50:hover{
    --tw-gradient-to: #FFD8FF;
  }

  .tw .xl\:hover\:to-purple-100:hover{
    --tw-gradient-to: #F0BAFF;
  }

  .tw .xl\:hover\:to-purple-200:hover{
    --tw-gradient-to: #D09DFF;
  }

  .tw .xl\:hover\:to-purple-300:hover{
    --tw-gradient-to: #B180FF;
  }

  .tw .xl\:hover\:to-purple-400:hover{
    --tw-gradient-to: #9265E9;
  }

  .tw .xl\:hover\:to-purple-500:hover{
    --tw-gradient-to: #744ACB;
  }

  .tw .xl\:hover\:to-purple-600:hover{
    --tw-gradient-to: #5530AD;
  }

  .tw .xl\:hover\:to-purple-700:hover{
    --tw-gradient-to: #351690;
  }

  .tw .xl\:hover\:to-purple-800:hover{
    --tw-gradient-to: #090074;
  }

  .tw .xl\:hover\:to-purple-900:hover{
    --tw-gradient-to: #000059;
  }

  .tw .xl\:hover\:to-purple:hover{
    --tw-gradient-to: #A878FF;
  }

  .tw .xl\:hover\:to-orange-50:hover{
    --tw-gradient-to: #FFD283;
  }

  .tw .xl\:hover\:to-orange-100:hover{
    --tw-gradient-to: #FFB467;
  }

  .tw .xl\:hover\:to-orange-200:hover{
    --tw-gradient-to: #FF974B;
  }

  .tw .xl\:hover\:to-orange-300:hover{
    --tw-gradient-to: #F07A2F;
  }

  .tw .xl\:hover\:to-orange-400:hover{
    --tw-gradient-to: #CE5F11;
  }

  .tw .xl\:hover\:to-orange-500:hover{
    --tw-gradient-to: #AD4400;
  }

  .tw .xl\:hover\:to-orange-600:hover{
    --tw-gradient-to: #8D2800;
  }

  .tw .xl\:hover\:to-orange-700:hover{
    --tw-gradient-to: #6F0600;
  }

  .tw .xl\:hover\:to-orange-800:hover{
    --tw-gradient-to: #540000;
  }

  .tw .xl\:hover\:to-orange-900:hover{
    --tw-gradient-to: #410000;
  }

  .tw .xl\:hover\:to-orange:hover{
    --tw-gradient-to: #F57F34;
  }

  .tw .xl\:hover\:to-surface-brand:hover{
    --tw-gradient-to: #1A1A1A;
  }

  .tw .xl\:hover\:to-surface-lower:hover{
    --tw-gradient-to: #121314;
  }

  .tw .xl\:hover\:to-surface-base:hover{
    --tw-gradient-to: #1D1E1F;
  }

  .tw .xl\:hover\:to-surface-low:hover{
    --tw-gradient-to: #212124;
  }

  .tw .xl\:hover\:to-surface-middle:hover{
    --tw-gradient-to: #26262A;
  }

  .tw .xl\:hover\:to-surface-upper:hover{
    --tw-gradient-to: #29292E;
  }

  .tw .xl\:hover\:to-surface-high:hover{
    --tw-gradient-to: #343435;
  }

  .tw .xl\:hover\:to-surface-higher:hover{
    --tw-gradient-to: #4A4B4B;
  }

  .tw .xl\:hover\:to-surface-highest:hover{
    --tw-gradient-to: #616162;
  }

  .tw .xl\:hover\:to-glyph-base:hover{
    --tw-gradient-to: #FFFFFF;
  }

  .tw .xl\:hover\:to-glyph-light:hover{
    --tw-gradient-to: #C2C2C2;
  }

  .tw .xl\:hover\:to-glyph-lighter:hover{
    --tw-gradient-to: #969696;
  }

  .tw .xl\:hover\:to-glyph-lightest:hover{
    --tw-gradient-to: #505050;
  }

  .tw .xl\:hover\:to-link:hover{
    --tw-gradient-to: #00BEFF;
  }

  .tw .xl\:hover\:to-info-error:hover{
    --tw-gradient-to: #eb3341;
  }

  .tw .xl\:hover\:to-info-danger:hover{
    --tw-gradient-to: #F77F25;
  }

  .tw .xl\:hover\:to-info-warn:hover{
    --tw-gradient-to: #FFC82F;
  }

  .tw .xl\:hover\:to-info-ok:hover{
    --tw-gradient-to: #00974F;
  }

  .tw .xl\:hover\:to-info-notice:hover{
    --tw-gradient-to: #0180FF;
  }

  .tw .xl\:hover\:to-accent-1:hover{
    --tw-gradient-to: #FF5D69;
  }

  .tw .xl\:hover\:to-accent-2:hover{
    --tw-gradient-to: #07F5AF;
  }

  .tw .xl\:hover\:to-accent-3:hover{
    --tw-gradient-to: #04D372;
  }

  .tw .xl\:hover\:to-accent-4:hover{
    --tw-gradient-to: #8451F5;
  }

  .tw .xl\:focus\:to-current:focus{
    --tw-gradient-to: currentColor;
  }

  .tw .xl\:focus\:to-transparent:focus{
    --tw-gradient-to: transparent;
  }

  .tw .xl\:focus\:to-white:focus{
    --tw-gradient-to: #FFFFFF;
  }

  .tw .xl\:focus\:to-black:focus{
    --tw-gradient-to: #000000;
  }

  .tw .xl\:focus\:to-gray-10:focus{
    --tw-gradient-to: #F0F0F0;
  }

  .tw .xl\:focus\:to-gray-20:focus{
    --tw-gradient-to: #E2E2E2;
  }

  .tw .xl\:focus\:to-gray-30:focus{
    --tw-gradient-to: #D3D3D3;
  }

  .tw .xl\:focus\:to-gray-40:focus{
    --tw-gradient-to: #C5C5C5;
  }

  .tw .xl\:focus\:to-gray-50:focus{
    --tw-gradient-to: #B7B7B7;
  }

  .tw .xl\:focus\:to-gray-60:focus{
    --tw-gradient-to: #A9A9A9;
  }

  .tw .xl\:focus\:to-gray-70:focus{
    --tw-gradient-to: #9C9C9C;
  }

  .tw .xl\:focus\:to-gray-80:focus{
    --tw-gradient-to: #8E8E8E;
  }

  .tw .xl\:focus\:to-gray-90:focus{
    --tw-gradient-to: #818181;
  }

  .tw .xl\:focus\:to-gray-100:focus{
    --tw-gradient-to: #6C6D72;
  }

  .tw .xl\:focus\:to-gray-200:focus{
    --tw-gradient-to: #606167;
  }

  .tw .xl\:focus\:to-gray-300:focus{
    --tw-gradient-to: #54565B;
  }

  .tw .xl\:focus\:to-gray-400:focus{
    --tw-gradient-to: #494950;
  }

  .tw .xl\:focus\:to-gray-500:focus{
    --tw-gradient-to: #3D3D44;
  }

  .tw .xl\:focus\:to-gray-600:focus{
    --tw-gradient-to: #35353D;
  }

  .tw .xl\:focus\:to-gray-700:focus{
    --tw-gradient-to: #2D2D31;
  }

  .tw .xl\:focus\:to-gray-800:focus{
    --tw-gradient-to: #26252A;
  }

  .tw .xl\:focus\:to-gray-850:focus{
    --tw-gradient-to: #202025;
  }

  .tw .xl\:focus\:to-gray-900:focus{
    --tw-gradient-to: #1B1B20;
  }

  .tw .xl\:focus\:to-gray-950:focus{
    --tw-gradient-to: #141417;
  }

  .tw .xl\:focus\:to-brand-50:focus{
    --tw-gradient-to: #7FFFFF;
  }

  .tw .xl\:focus\:to-brand-100:focus{
    --tw-gradient-to: #57E2FF;
  }

  .tw .xl\:focus\:to-brand-200:focus{
    --tw-gradient-to: #20C5FF;
  }

  .tw .xl\:focus\:to-brand-300:focus{
    --tw-gradient-to: #00A7E7;
  }

  .tw .xl\:focus\:to-brand-400:focus{
    --tw-gradient-to: #008BC9;
  }

  .tw .xl\:focus\:to-brand-500:focus{
    --tw-gradient-to: #0070AC;
  }

  .tw .xl\:focus\:to-brand-600:focus{
    --tw-gradient-to: #00568F;
  }

  .tw .xl\:focus\:to-brand-700:focus{
    --tw-gradient-to: #003E74;
  }

  .tw .xl\:focus\:to-brand-800:focus{
    --tw-gradient-to: #002759;
  }

  .tw .xl\:focus\:to-brand-900:focus{
    --tw-gradient-to: #00123F;
  }

  .tw .xl\:focus\:to-brand:focus{
    --tw-gradient-to: #00BEFF;
  }

  .tw .xl\:focus\:to-brand-base:focus{
    --tw-gradient-to: #00BEFF;
  }

  .tw .xl\:focus\:to-red-50:focus{
    --tw-gradient-to: #FFCAC8;
  }

  .tw .xl\:focus\:to-red-100:focus{
    --tw-gradient-to: #FFABAB;
  }

  .tw .xl\:focus\:to-red-200:focus{
    --tw-gradient-to: #FF8E8E;
  }

  .tw .xl\:focus\:to-red-300:focus{
    --tw-gradient-to: #F77073;
  }

  .tw .xl\:focus\:to-red-400:focus{
    --tw-gradient-to: #D75359;
  }

  .tw .xl\:focus\:to-red-500:focus{
    --tw-gradient-to: #B63640;
  }

  .tw .xl\:focus\:to-red-600:focus{
    --tw-gradient-to: #961229;
  }

  .tw .xl\:focus\:to-red-700:focus{
    --tw-gradient-to: #770013;
  }

  .tw .xl\:focus\:to-red-800:focus{
    --tw-gradient-to: #590000;
  }

  .tw .xl\:focus\:to-red-900:focus{
    --tw-gradient-to: #410000;
  }

  .tw .xl\:focus\:to-red:focus{
    --tw-gradient-to: #D35056;
  }

  .tw .xl\:focus\:to-red-brand:focus{
    --tw-gradient-to: #FF4F4F;
  }

  .tw .xl\:focus\:to-green-50:focus{
    --tw-gradient-to: #8DFFCD;
  }

  .tw .xl\:focus\:to-green-100:focus{
    --tw-gradient-to: #6DECB0;
  }

  .tw .xl\:focus\:to-green-200:focus{
    --tw-gradient-to: #4CCE93;
  }

  .tw .xl\:focus\:to-green-300:focus{
    --tw-gradient-to: #24B077;
  }

  .tw .xl\:focus\:to-green-400:focus{
    --tw-gradient-to: #00935D;
  }

  .tw .xl\:focus\:to-green-500:focus{
    --tw-gradient-to: #007744;
  }

  .tw .xl\:focus\:to-green-600:focus{
    --tw-gradient-to: #005B2B;
  }

  .tw .xl\:focus\:to-green-700:focus{
    --tw-gradient-to: #004115;
  }

  .tw .xl\:focus\:to-green-800:focus{
    --tw-gradient-to: #002B00;
  }

  .tw .xl\:focus\:to-green-900:focus{
    --tw-gradient-to: #001B00;
  }

  .tw .xl\:focus\:to-green:focus{
    --tw-gradient-to: #2EB67D;
  }

  .tw .xl\:focus\:to-yellow-50:focus{
    --tw-gradient-to: #FFEB57;
  }

  .tw .xl\:focus\:to-yellow-100:focus{
    --tw-gradient-to: #FFCD37;
  }

  .tw .xl\:focus\:to-yellow-200:focus{
    --tw-gradient-to: #E4B009;
  }

  .tw .xl\:focus\:to-yellow-300:focus{
    --tw-gradient-to: #C39400;
  }

  .tw .xl\:focus\:to-yellow-400:focus{
    --tw-gradient-to: #A37900;
  }

  .tw .xl\:focus\:to-yellow-500:focus{
    --tw-gradient-to: #855F00;
  }

  .tw .xl\:focus\:to-yellow-600:focus{
    --tw-gradient-to: #684600;
  }

  .tw .xl\:focus\:to-yellow-700:focus{
    --tw-gradient-to: #4F2E00;
  }

  .tw .xl\:focus\:to-yellow-800:focus{
    --tw-gradient-to: #3D1600;
  }

  .tw .xl\:focus\:to-yellow-900:focus{
    --tw-gradient-to: #320000;
  }

  .tw .xl\:focus\:to-yellow:focus{
    --tw-gradient-to: #FEC72F;
  }

  .tw .xl\:focus\:to-purple-50:focus{
    --tw-gradient-to: #FFD8FF;
  }

  .tw .xl\:focus\:to-purple-100:focus{
    --tw-gradient-to: #F0BAFF;
  }

  .tw .xl\:focus\:to-purple-200:focus{
    --tw-gradient-to: #D09DFF;
  }

  .tw .xl\:focus\:to-purple-300:focus{
    --tw-gradient-to: #B180FF;
  }

  .tw .xl\:focus\:to-purple-400:focus{
    --tw-gradient-to: #9265E9;
  }

  .tw .xl\:focus\:to-purple-500:focus{
    --tw-gradient-to: #744ACB;
  }

  .tw .xl\:focus\:to-purple-600:focus{
    --tw-gradient-to: #5530AD;
  }

  .tw .xl\:focus\:to-purple-700:focus{
    --tw-gradient-to: #351690;
  }

  .tw .xl\:focus\:to-purple-800:focus{
    --tw-gradient-to: #090074;
  }

  .tw .xl\:focus\:to-purple-900:focus{
    --tw-gradient-to: #000059;
  }

  .tw .xl\:focus\:to-purple:focus{
    --tw-gradient-to: #A878FF;
  }

  .tw .xl\:focus\:to-orange-50:focus{
    --tw-gradient-to: #FFD283;
  }

  .tw .xl\:focus\:to-orange-100:focus{
    --tw-gradient-to: #FFB467;
  }

  .tw .xl\:focus\:to-orange-200:focus{
    --tw-gradient-to: #FF974B;
  }

  .tw .xl\:focus\:to-orange-300:focus{
    --tw-gradient-to: #F07A2F;
  }

  .tw .xl\:focus\:to-orange-400:focus{
    --tw-gradient-to: #CE5F11;
  }

  .tw .xl\:focus\:to-orange-500:focus{
    --tw-gradient-to: #AD4400;
  }

  .tw .xl\:focus\:to-orange-600:focus{
    --tw-gradient-to: #8D2800;
  }

  .tw .xl\:focus\:to-orange-700:focus{
    --tw-gradient-to: #6F0600;
  }

  .tw .xl\:focus\:to-orange-800:focus{
    --tw-gradient-to: #540000;
  }

  .tw .xl\:focus\:to-orange-900:focus{
    --tw-gradient-to: #410000;
  }

  .tw .xl\:focus\:to-orange:focus{
    --tw-gradient-to: #F57F34;
  }

  .tw .xl\:focus\:to-surface-brand:focus{
    --tw-gradient-to: #1A1A1A;
  }

  .tw .xl\:focus\:to-surface-lower:focus{
    --tw-gradient-to: #121314;
  }

  .tw .xl\:focus\:to-surface-base:focus{
    --tw-gradient-to: #1D1E1F;
  }

  .tw .xl\:focus\:to-surface-low:focus{
    --tw-gradient-to: #212124;
  }

  .tw .xl\:focus\:to-surface-middle:focus{
    --tw-gradient-to: #26262A;
  }

  .tw .xl\:focus\:to-surface-upper:focus{
    --tw-gradient-to: #29292E;
  }

  .tw .xl\:focus\:to-surface-high:focus{
    --tw-gradient-to: #343435;
  }

  .tw .xl\:focus\:to-surface-higher:focus{
    --tw-gradient-to: #4A4B4B;
  }

  .tw .xl\:focus\:to-surface-highest:focus{
    --tw-gradient-to: #616162;
  }

  .tw .xl\:focus\:to-glyph-base:focus{
    --tw-gradient-to: #FFFFFF;
  }

  .tw .xl\:focus\:to-glyph-light:focus{
    --tw-gradient-to: #C2C2C2;
  }

  .tw .xl\:focus\:to-glyph-lighter:focus{
    --tw-gradient-to: #969696;
  }

  .tw .xl\:focus\:to-glyph-lightest:focus{
    --tw-gradient-to: #505050;
  }

  .tw .xl\:focus\:to-link:focus{
    --tw-gradient-to: #00BEFF;
  }

  .tw .xl\:focus\:to-info-error:focus{
    --tw-gradient-to: #eb3341;
  }

  .tw .xl\:focus\:to-info-danger:focus{
    --tw-gradient-to: #F77F25;
  }

  .tw .xl\:focus\:to-info-warn:focus{
    --tw-gradient-to: #FFC82F;
  }

  .tw .xl\:focus\:to-info-ok:focus{
    --tw-gradient-to: #00974F;
  }

  .tw .xl\:focus\:to-info-notice:focus{
    --tw-gradient-to: #0180FF;
  }

  .tw .xl\:focus\:to-accent-1:focus{
    --tw-gradient-to: #FF5D69;
  }

  .tw .xl\:focus\:to-accent-2:focus{
    --tw-gradient-to: #07F5AF;
  }

  .tw .xl\:focus\:to-accent-3:focus{
    --tw-gradient-to: #04D372;
  }

  .tw .xl\:focus\:to-accent-4:focus{
    --tw-gradient-to: #8451F5;
  }

  .tw .xl\:decoration-slice{
    -webkit-box-decoration-break: slice;
            box-decoration-break: slice;
  }

  .tw .xl\:decoration-clone{
    -webkit-box-decoration-break: clone;
            box-decoration-break: clone;
  }

  .tw .xl\:bg-auto{
    background-size: auto;
  }

  .tw .xl\:bg-cover{
    background-size: cover;
  }

  .tw .xl\:bg-contain{
    background-size: contain;
  }

  .tw .xl\:bg-fixed{
    background-attachment: fixed;
  }

  .tw .xl\:bg-local{
    background-attachment: local;
  }

  .tw .xl\:bg-scroll{
    background-attachment: scroll;
  }

  .tw .xl\:bg-clip-border{
    background-clip: border-box;
  }

  .tw .xl\:bg-clip-padding{
    background-clip: padding-box;
  }

  .tw .xl\:bg-clip-content{
    background-clip: content-box;
  }

  .tw .xl\:bg-clip-text{
    -webkit-background-clip: text;
            background-clip: text;
  }

  .tw .xl\:bg-bottom{
    background-position: bottom;
  }

  .tw .xl\:bg-center{
    background-position: center;
  }

  .tw .xl\:bg-left{
    background-position: left;
  }

  .tw .xl\:bg-left-bottom{
    background-position: left bottom;
  }

  .tw .xl\:bg-left-top{
    background-position: left top;
  }

  .tw .xl\:bg-right{
    background-position: right;
  }

  .tw .xl\:bg-right-bottom{
    background-position: right bottom;
  }

  .tw .xl\:bg-right-top{
    background-position: right top;
  }

  .tw .xl\:bg-top{
    background-position: top;
  }

  .tw .xl\:bg-repeat{
    background-repeat: repeat;
  }

  .tw .xl\:bg-no-repeat{
    background-repeat: no-repeat;
  }

  .tw .xl\:bg-repeat-x{
    background-repeat: repeat-x;
  }

  .tw .xl\:bg-repeat-y{
    background-repeat: repeat-y;
  }

  .tw .xl\:bg-repeat-round{
    background-repeat: round;
  }

  .tw .xl\:bg-repeat-space{
    background-repeat: space;
  }

  .tw .xl\:bg-origin-border{
    background-origin: border-box;
  }

  .tw .xl\:bg-origin-padding{
    background-origin: padding-box;
  }

  .tw .xl\:bg-origin-content{
    background-origin: content-box;
  }

  .tw .xl\:fill-current{
    fill: currentColor;
  }

  .tw .xl\:fill-red{
    fill: #D35056;
  }

  .tw .xl\:fill-green{
    fill: #2EB67D;
  }

  .tw .xl\:fill-gray-10{
    fill: #F0F0F0;
  }

  .tw .xl\:fill-gray-100{
    fill: #6C6D72;
  }

  .tw .xl\:stroke-current{
    stroke: currentColor;
  }

  .tw .xl\:stroke-0{
    stroke-width: 0;
  }

  .tw .xl\:stroke-1{
    stroke-width: 1;
  }

  .tw .xl\:stroke-2{
    stroke-width: 2;
  }

  .tw .xl\:object-contain{
    -o-object-fit: contain;
       object-fit: contain;
  }

  .tw .xl\:object-cover{
    -o-object-fit: cover;
       object-fit: cover;
  }

  .tw .xl\:object-fill{
    -o-object-fit: fill;
       object-fit: fill;
  }

  .tw .xl\:object-none{
    -o-object-fit: none;
       object-fit: none;
  }

  .tw .xl\:object-scale-down{
    -o-object-fit: scale-down;
       object-fit: scale-down;
  }

  .tw .xl\:object-bottom{
    -o-object-position: bottom;
       object-position: bottom;
  }

  .tw .xl\:object-center{
    -o-object-position: center;
       object-position: center;
  }

  .tw .xl\:object-left{
    -o-object-position: left;
       object-position: left;
  }

  .tw .xl\:object-left-bottom{
    -o-object-position: left bottom;
       object-position: left bottom;
  }

  .tw .xl\:object-left-top{
    -o-object-position: left top;
       object-position: left top;
  }

  .tw .xl\:object-right{
    -o-object-position: right;
       object-position: right;
  }

  .tw .xl\:object-right-bottom{
    -o-object-position: right bottom;
       object-position: right bottom;
  }

  .tw .xl\:object-right-top{
    -o-object-position: right top;
       object-position: right top;
  }

  .tw .xl\:object-top{
    -o-object-position: top;
       object-position: top;
  }

  .tw .xl\:p-0{
    padding: 0px;
  }

  .tw .xl\:p-1{
    padding: 5px;
  }

  .tw .xl\:p-2{
    padding: 10px;
  }

  .tw .xl\:p-3{
    padding: 15px;
  }

  .tw .xl\:p-4{
    padding: 20px;
  }

  .tw .xl\:p-5{
    padding: 25px;
  }

  .tw .xl\:p-6{
    padding: 30px;
  }

  .tw .xl\:p-7{
    padding: 35px;
  }

  .tw .xl\:p-8{
    padding: 40px;
  }

  .tw .xl\:p-9{
    padding: 45px;
  }

  .tw .xl\:p-10{
    padding: 50px;
  }

  .tw .xl\:p-11{
    padding: 55px;
  }

  .tw .xl\:p-12{
    padding: 60px;
  }

  .tw .xl\:p-13{
    padding: 65px;
  }

  .tw .xl\:p-14{
    padding: 70px;
  }

  .tw .xl\:p-15{
    padding: 75px;
  }

  .tw .xl\:p-16{
    padding: 80px;
  }

  .tw .xl\:p-17{
    padding: 85px;
  }

  .tw .xl\:p-18{
    padding: 90px;
  }

  .tw .xl\:p-19{
    padding: 95px;
  }

  .tw .xl\:p-20{
    padding: 100px;
  }

  .tw .xl\:p-21{
    padding: 105px;
  }

  .tw .xl\:p-22{
    padding: 110px;
  }

  .tw .xl\:p-23{
    padding: 115px;
  }

  .tw .xl\:p-24{
    padding: 120px;
  }

  .tw .xl\:p-25{
    padding: 125px;
  }

  .tw .xl\:p-26{
    padding: 130px;
  }

  .tw .xl\:p-27{
    padding: 135px;
  }

  .tw .xl\:p-28{
    padding: 140px;
  }

  .tw .xl\:p-29{
    padding: 145px;
  }

  .tw .xl\:p-30{
    padding: 150px;
  }

  .tw .xl\:p-31{
    padding: 155px;
  }

  .tw .xl\:p-32{
    padding: 160px;
  }

  .tw .xl\:p-33{
    padding: 165px;
  }

  .tw .xl\:p-34{
    padding: 170px;
  }

  .tw .xl\:p-35{
    padding: 175px;
  }

  .tw .xl\:p-36{
    padding: 180px;
  }

  .tw .xl\:p-37{
    padding: 185px;
  }

  .tw .xl\:p-38{
    padding: 190px;
  }

  .tw .xl\:p-39{
    padding: 195px;
  }

  .tw .xl\:p-40{
    padding: 200px;
  }

  .tw .xl\:p-41{
    padding: 205px;
  }

  .tw .xl\:p-42{
    padding: 210px;
  }

  .tw .xl\:p-43{
    padding: 215px;
  }

  .tw .xl\:p-44{
    padding: 220px;
  }

  .tw .xl\:p-45{
    padding: 225px;
  }

  .tw .xl\:p-46{
    padding: 230px;
  }

  .tw .xl\:p-47{
    padding: 235px;
  }

  .tw .xl\:p-48{
    padding: 240px;
  }

  .tw .xl\:p-49{
    padding: 245px;
  }

  .tw .xl\:p-50{
    padding: 250px;
  }

  .tw .xl\:p-51{
    padding: 255px;
  }

  .tw .xl\:p-52{
    padding: 260px;
  }

  .tw .xl\:p-53{
    padding: 265px;
  }

  .tw .xl\:p-54{
    padding: 270px;
  }

  .tw .xl\:p-55{
    padding: 275px;
  }

  .tw .xl\:p-56{
    padding: 280px;
  }

  .tw .xl\:p-57{
    padding: 285px;
  }

  .tw .xl\:p-58{
    padding: 290px;
  }

  .tw .xl\:p-59{
    padding: 295px;
  }

  .tw .xl\:p-60{
    padding: 300px;
  }

  .tw .xl\:p-61{
    padding: 305px;
  }

  .tw .xl\:p-62{
    padding: 310px;
  }

  .tw .xl\:p-63{
    padding: 315px;
  }

  .tw .xl\:p-64{
    padding: 320px;
  }

  .tw .xl\:p-65{
    padding: 325px;
  }

  .tw .xl\:p-66{
    padding: 330px;
  }

  .tw .xl\:p-67{
    padding: 335px;
  }

  .tw .xl\:p-68{
    padding: 340px;
  }

  .tw .xl\:p-69{
    padding: 345px;
  }

  .tw .xl\:p-70{
    padding: 350px;
  }

  .tw .xl\:p-71{
    padding: 355px;
  }

  .tw .xl\:p-72{
    padding: 360px;
  }

  .tw .xl\:p-73{
    padding: 365px;
  }

  .tw .xl\:p-74{
    padding: 370px;
  }

  .tw .xl\:p-75{
    padding: 375px;
  }

  .tw .xl\:p-76{
    padding: 380px;
  }

  .tw .xl\:p-77{
    padding: 385px;
  }

  .tw .xl\:p-78{
    padding: 390px;
  }

  .tw .xl\:p-79{
    padding: 395px;
  }

  .tw .xl\:p-80{
    padding: 400px;
  }

  .tw .xl\:p-81{
    padding: 405px;
  }

  .tw .xl\:p-82{
    padding: 410px;
  }

  .tw .xl\:p-83{
    padding: 415px;
  }

  .tw .xl\:p-84{
    padding: 420px;
  }

  .tw .xl\:p-85{
    padding: 425px;
  }

  .tw .xl\:p-86{
    padding: 430px;
  }

  .tw .xl\:p-87{
    padding: 435px;
  }

  .tw .xl\:p-88{
    padding: 440px;
  }

  .tw .xl\:p-89{
    padding: 445px;
  }

  .tw .xl\:p-90{
    padding: 450px;
  }

  .tw .xl\:p-91{
    padding: 455px;
  }

  .tw .xl\:p-92{
    padding: 460px;
  }

  .tw .xl\:p-93{
    padding: 465px;
  }

  .tw .xl\:p-94{
    padding: 470px;
  }

  .tw .xl\:p-95{
    padding: 475px;
  }

  .tw .xl\:p-96{
    padding: 480px;
  }

  .tw .xl\:p-97{
    padding: 485px;
  }

  .tw .xl\:p-98{
    padding: 490px;
  }

  .tw .xl\:p-99{
    padding: 495px;
  }

  .tw .xl\:p-100{
    padding: 500px;
  }

  .tw .xl\:p-101{
    padding: 505px;
  }

  .tw .xl\:p-102{
    padding: 510px;
  }

  .tw .xl\:p-103{
    padding: 515px;
  }

  .tw .xl\:p-104{
    padding: 520px;
  }

  .tw .xl\:p-105{
    padding: 525px;
  }

  .tw .xl\:p-106{
    padding: 530px;
  }

  .tw .xl\:p-107{
    padding: 535px;
  }

  .tw .xl\:p-108{
    padding: 540px;
  }

  .tw .xl\:p-109{
    padding: 545px;
  }

  .tw .xl\:p-110{
    padding: 550px;
  }

  .tw .xl\:p-111{
    padding: 555px;
  }

  .tw .xl\:p-112{
    padding: 560px;
  }

  .tw .xl\:p-113{
    padding: 565px;
  }

  .tw .xl\:p-114{
    padding: 570px;
  }

  .tw .xl\:p-115{
    padding: 575px;
  }

  .tw .xl\:p-116{
    padding: 580px;
  }

  .tw .xl\:p-117{
    padding: 585px;
  }

  .tw .xl\:p-118{
    padding: 590px;
  }

  .tw .xl\:p-119{
    padding: 595px;
  }

  .tw .xl\:p-120{
    padding: 600px;
  }

  .tw .xl\:p-121{
    padding: 605px;
  }

  .tw .xl\:p-122{
    padding: 610px;
  }

  .tw .xl\:p-123{
    padding: 615px;
  }

  .tw .xl\:p-124{
    padding: 620px;
  }

  .tw .xl\:p-125{
    padding: 625px;
  }

  .tw .xl\:p-126{
    padding: 630px;
  }

  .tw .xl\:p-127{
    padding: 635px;
  }

  .tw .xl\:p-128{
    padding: 640px;
  }

  .tw .xl\:p-129{
    padding: 645px;
  }

  .tw .xl\:p-130{
    padding: 650px;
  }

  .tw .xl\:p-131{
    padding: 655px;
  }

  .tw .xl\:p-132{
    padding: 660px;
  }

  .tw .xl\:p-133{
    padding: 665px;
  }

  .tw .xl\:p-134{
    padding: 670px;
  }

  .tw .xl\:p-135{
    padding: 675px;
  }

  .tw .xl\:p-136{
    padding: 680px;
  }

  .tw .xl\:p-137{
    padding: 685px;
  }

  .tw .xl\:p-138{
    padding: 690px;
  }

  .tw .xl\:p-139{
    padding: 695px;
  }

  .tw .xl\:p-140{
    padding: 700px;
  }

  .tw .xl\:p-141{
    padding: 705px;
  }

  .tw .xl\:p-142{
    padding: 710px;
  }

  .tw .xl\:p-143{
    padding: 715px;
  }

  .tw .xl\:p-144{
    padding: 720px;
  }

  .tw .xl\:p-145{
    padding: 725px;
  }

  .tw .xl\:p-146{
    padding: 730px;
  }

  .tw .xl\:p-147{
    padding: 735px;
  }

  .tw .xl\:p-148{
    padding: 740px;
  }

  .tw .xl\:p-149{
    padding: 745px;
  }

  .tw .xl\:p-0\.5{
    padding: 3px;
  }

  .tw .xl\:p-1px{
    padding: 1px;
  }

  .tw .xl\:p-2px{
    padding: 2px;
  }

  .tw .xl\:p-3px{
    padding: 3px;
  }

  .tw .xl\:p-4px{
    padding: 4px;
  }

  .tw .xl\:p-5px{
    padding: 5px;
  }

  .tw .xl\:p-6px{
    padding: 6px;
  }

  .tw .xl\:p-7px{
    padding: 7px;
  }

  .tw .xl\:p-8px{
    padding: 8px;
  }

  .tw .xl\:p-9px{
    padding: 9px;
  }

  .tw .xl\:p-10px{
    padding: 10px;
  }

  .tw .xl\:p-11px{
    padding: 11px;
  }

  .tw .xl\:p-12px{
    padding: 12px;
  }

  .tw .xl\:p-13px{
    padding: 13px;
  }

  .tw .xl\:p-14px{
    padding: 14px;
  }

  .tw .xl\:p-15px{
    padding: 15px;
  }

  .tw .xl\:p-16px{
    padding: 16px;
  }

  .tw .xl\:p-17px{
    padding: 17px;
  }

  .tw .xl\:p-18px{
    padding: 18px;
  }

  .tw .xl\:p-19px{
    padding: 19px;
  }

  .tw .xl\:p-20px{
    padding: 20px;
  }

  .tw .xl\:p-21px{
    padding: 21px;
  }

  .tw .xl\:p-22px{
    padding: 22px;
  }

  .tw .xl\:p-23px{
    padding: 23px;
  }

  .tw .xl\:p-24px{
    padding: 24px;
  }

  .tw .xl\:p-25px{
    padding: 25px;
  }

  .tw .xl\:p-26px{
    padding: 26px;
  }

  .tw .xl\:p-27px{
    padding: 27px;
  }

  .tw .xl\:p-28px{
    padding: 28px;
  }

  .tw .xl\:p-29px{
    padding: 29px;
  }

  .tw .xl\:p-30px{
    padding: 30px;
  }

  .tw .xl\:p-31px{
    padding: 31px;
  }

  .tw .xl\:p-32px{
    padding: 32px;
  }

  .tw .xl\:p-33px{
    padding: 33px;
  }

  .tw .xl\:p-34px{
    padding: 34px;
  }

  .tw .xl\:p-35px{
    padding: 35px;
  }

  .tw .xl\:p-36px{
    padding: 36px;
  }

  .tw .xl\:p-37px{
    padding: 37px;
  }

  .tw .xl\:p-38px{
    padding: 38px;
  }

  .tw .xl\:p-39px{
    padding: 39px;
  }

  .tw .xl\:p-40px{
    padding: 40px;
  }

  .tw .xl\:first\:p-0:first-child{
    padding: 0px;
  }

  .tw .xl\:first\:p-1:first-child{
    padding: 5px;
  }

  .tw .xl\:first\:p-2:first-child{
    padding: 10px;
  }

  .tw .xl\:first\:p-3:first-child{
    padding: 15px;
  }

  .tw .xl\:first\:p-4:first-child{
    padding: 20px;
  }

  .tw .xl\:first\:p-5:first-child{
    padding: 25px;
  }

  .tw .xl\:first\:p-6:first-child{
    padding: 30px;
  }

  .tw .xl\:first\:p-7:first-child{
    padding: 35px;
  }

  .tw .xl\:first\:p-8:first-child{
    padding: 40px;
  }

  .tw .xl\:first\:p-9:first-child{
    padding: 45px;
  }

  .tw .xl\:first\:p-10:first-child{
    padding: 50px;
  }

  .tw .xl\:first\:p-11:first-child{
    padding: 55px;
  }

  .tw .xl\:first\:p-12:first-child{
    padding: 60px;
  }

  .tw .xl\:first\:p-13:first-child{
    padding: 65px;
  }

  .tw .xl\:first\:p-14:first-child{
    padding: 70px;
  }

  .tw .xl\:first\:p-15:first-child{
    padding: 75px;
  }

  .tw .xl\:first\:p-16:first-child{
    padding: 80px;
  }

  .tw .xl\:first\:p-17:first-child{
    padding: 85px;
  }

  .tw .xl\:first\:p-18:first-child{
    padding: 90px;
  }

  .tw .xl\:first\:p-19:first-child{
    padding: 95px;
  }

  .tw .xl\:first\:p-20:first-child{
    padding: 100px;
  }

  .tw .xl\:first\:p-21:first-child{
    padding: 105px;
  }

  .tw .xl\:first\:p-22:first-child{
    padding: 110px;
  }

  .tw .xl\:first\:p-23:first-child{
    padding: 115px;
  }

  .tw .xl\:first\:p-24:first-child{
    padding: 120px;
  }

  .tw .xl\:first\:p-25:first-child{
    padding: 125px;
  }

  .tw .xl\:first\:p-26:first-child{
    padding: 130px;
  }

  .tw .xl\:first\:p-27:first-child{
    padding: 135px;
  }

  .tw .xl\:first\:p-28:first-child{
    padding: 140px;
  }

  .tw .xl\:first\:p-29:first-child{
    padding: 145px;
  }

  .tw .xl\:first\:p-30:first-child{
    padding: 150px;
  }

  .tw .xl\:first\:p-31:first-child{
    padding: 155px;
  }

  .tw .xl\:first\:p-32:first-child{
    padding: 160px;
  }

  .tw .xl\:first\:p-33:first-child{
    padding: 165px;
  }

  .tw .xl\:first\:p-34:first-child{
    padding: 170px;
  }

  .tw .xl\:first\:p-35:first-child{
    padding: 175px;
  }

  .tw .xl\:first\:p-36:first-child{
    padding: 180px;
  }

  .tw .xl\:first\:p-37:first-child{
    padding: 185px;
  }

  .tw .xl\:first\:p-38:first-child{
    padding: 190px;
  }

  .tw .xl\:first\:p-39:first-child{
    padding: 195px;
  }

  .tw .xl\:first\:p-40:first-child{
    padding: 200px;
  }

  .tw .xl\:first\:p-41:first-child{
    padding: 205px;
  }

  .tw .xl\:first\:p-42:first-child{
    padding: 210px;
  }

  .tw .xl\:first\:p-43:first-child{
    padding: 215px;
  }

  .tw .xl\:first\:p-44:first-child{
    padding: 220px;
  }

  .tw .xl\:first\:p-45:first-child{
    padding: 225px;
  }

  .tw .xl\:first\:p-46:first-child{
    padding: 230px;
  }

  .tw .xl\:first\:p-47:first-child{
    padding: 235px;
  }

  .tw .xl\:first\:p-48:first-child{
    padding: 240px;
  }

  .tw .xl\:first\:p-49:first-child{
    padding: 245px;
  }

  .tw .xl\:first\:p-50:first-child{
    padding: 250px;
  }

  .tw .xl\:first\:p-51:first-child{
    padding: 255px;
  }

  .tw .xl\:first\:p-52:first-child{
    padding: 260px;
  }

  .tw .xl\:first\:p-53:first-child{
    padding: 265px;
  }

  .tw .xl\:first\:p-54:first-child{
    padding: 270px;
  }

  .tw .xl\:first\:p-55:first-child{
    padding: 275px;
  }

  .tw .xl\:first\:p-56:first-child{
    padding: 280px;
  }

  .tw .xl\:first\:p-57:first-child{
    padding: 285px;
  }

  .tw .xl\:first\:p-58:first-child{
    padding: 290px;
  }

  .tw .xl\:first\:p-59:first-child{
    padding: 295px;
  }

  .tw .xl\:first\:p-60:first-child{
    padding: 300px;
  }

  .tw .xl\:first\:p-61:first-child{
    padding: 305px;
  }

  .tw .xl\:first\:p-62:first-child{
    padding: 310px;
  }

  .tw .xl\:first\:p-63:first-child{
    padding: 315px;
  }

  .tw .xl\:first\:p-64:first-child{
    padding: 320px;
  }

  .tw .xl\:first\:p-65:first-child{
    padding: 325px;
  }

  .tw .xl\:first\:p-66:first-child{
    padding: 330px;
  }

  .tw .xl\:first\:p-67:first-child{
    padding: 335px;
  }

  .tw .xl\:first\:p-68:first-child{
    padding: 340px;
  }

  .tw .xl\:first\:p-69:first-child{
    padding: 345px;
  }

  .tw .xl\:first\:p-70:first-child{
    padding: 350px;
  }

  .tw .xl\:first\:p-71:first-child{
    padding: 355px;
  }

  .tw .xl\:first\:p-72:first-child{
    padding: 360px;
  }

  .tw .xl\:first\:p-73:first-child{
    padding: 365px;
  }

  .tw .xl\:first\:p-74:first-child{
    padding: 370px;
  }

  .tw .xl\:first\:p-75:first-child{
    padding: 375px;
  }

  .tw .xl\:first\:p-76:first-child{
    padding: 380px;
  }

  .tw .xl\:first\:p-77:first-child{
    padding: 385px;
  }

  .tw .xl\:first\:p-78:first-child{
    padding: 390px;
  }

  .tw .xl\:first\:p-79:first-child{
    padding: 395px;
  }

  .tw .xl\:first\:p-80:first-child{
    padding: 400px;
  }

  .tw .xl\:first\:p-81:first-child{
    padding: 405px;
  }

  .tw .xl\:first\:p-82:first-child{
    padding: 410px;
  }

  .tw .xl\:first\:p-83:first-child{
    padding: 415px;
  }

  .tw .xl\:first\:p-84:first-child{
    padding: 420px;
  }

  .tw .xl\:first\:p-85:first-child{
    padding: 425px;
  }

  .tw .xl\:first\:p-86:first-child{
    padding: 430px;
  }

  .tw .xl\:first\:p-87:first-child{
    padding: 435px;
  }

  .tw .xl\:first\:p-88:first-child{
    padding: 440px;
  }

  .tw .xl\:first\:p-89:first-child{
    padding: 445px;
  }

  .tw .xl\:first\:p-90:first-child{
    padding: 450px;
  }

  .tw .xl\:first\:p-91:first-child{
    padding: 455px;
  }

  .tw .xl\:first\:p-92:first-child{
    padding: 460px;
  }

  .tw .xl\:first\:p-93:first-child{
    padding: 465px;
  }

  .tw .xl\:first\:p-94:first-child{
    padding: 470px;
  }

  .tw .xl\:first\:p-95:first-child{
    padding: 475px;
  }

  .tw .xl\:first\:p-96:first-child{
    padding: 480px;
  }

  .tw .xl\:first\:p-97:first-child{
    padding: 485px;
  }

  .tw .xl\:first\:p-98:first-child{
    padding: 490px;
  }

  .tw .xl\:first\:p-99:first-child{
    padding: 495px;
  }

  .tw .xl\:first\:p-100:first-child{
    padding: 500px;
  }

  .tw .xl\:first\:p-101:first-child{
    padding: 505px;
  }

  .tw .xl\:first\:p-102:first-child{
    padding: 510px;
  }

  .tw .xl\:first\:p-103:first-child{
    padding: 515px;
  }

  .tw .xl\:first\:p-104:first-child{
    padding: 520px;
  }

  .tw .xl\:first\:p-105:first-child{
    padding: 525px;
  }

  .tw .xl\:first\:p-106:first-child{
    padding: 530px;
  }

  .tw .xl\:first\:p-107:first-child{
    padding: 535px;
  }

  .tw .xl\:first\:p-108:first-child{
    padding: 540px;
  }

  .tw .xl\:first\:p-109:first-child{
    padding: 545px;
  }

  .tw .xl\:first\:p-110:first-child{
    padding: 550px;
  }

  .tw .xl\:first\:p-111:first-child{
    padding: 555px;
  }

  .tw .xl\:first\:p-112:first-child{
    padding: 560px;
  }

  .tw .xl\:first\:p-113:first-child{
    padding: 565px;
  }

  .tw .xl\:first\:p-114:first-child{
    padding: 570px;
  }

  .tw .xl\:first\:p-115:first-child{
    padding: 575px;
  }

  .tw .xl\:first\:p-116:first-child{
    padding: 580px;
  }

  .tw .xl\:first\:p-117:first-child{
    padding: 585px;
  }

  .tw .xl\:first\:p-118:first-child{
    padding: 590px;
  }

  .tw .xl\:first\:p-119:first-child{
    padding: 595px;
  }

  .tw .xl\:first\:p-120:first-child{
    padding: 600px;
  }

  .tw .xl\:first\:p-121:first-child{
    padding: 605px;
  }

  .tw .xl\:first\:p-122:first-child{
    padding: 610px;
  }

  .tw .xl\:first\:p-123:first-child{
    padding: 615px;
  }

  .tw .xl\:first\:p-124:first-child{
    padding: 620px;
  }

  .tw .xl\:first\:p-125:first-child{
    padding: 625px;
  }

  .tw .xl\:first\:p-126:first-child{
    padding: 630px;
  }

  .tw .xl\:first\:p-127:first-child{
    padding: 635px;
  }

  .tw .xl\:first\:p-128:first-child{
    padding: 640px;
  }

  .tw .xl\:first\:p-129:first-child{
    padding: 645px;
  }

  .tw .xl\:first\:p-130:first-child{
    padding: 650px;
  }

  .tw .xl\:first\:p-131:first-child{
    padding: 655px;
  }

  .tw .xl\:first\:p-132:first-child{
    padding: 660px;
  }

  .tw .xl\:first\:p-133:first-child{
    padding: 665px;
  }

  .tw .xl\:first\:p-134:first-child{
    padding: 670px;
  }

  .tw .xl\:first\:p-135:first-child{
    padding: 675px;
  }

  .tw .xl\:first\:p-136:first-child{
    padding: 680px;
  }

  .tw .xl\:first\:p-137:first-child{
    padding: 685px;
  }

  .tw .xl\:first\:p-138:first-child{
    padding: 690px;
  }

  .tw .xl\:first\:p-139:first-child{
    padding: 695px;
  }

  .tw .xl\:first\:p-140:first-child{
    padding: 700px;
  }

  .tw .xl\:first\:p-141:first-child{
    padding: 705px;
  }

  .tw .xl\:first\:p-142:first-child{
    padding: 710px;
  }

  .tw .xl\:first\:p-143:first-child{
    padding: 715px;
  }

  .tw .xl\:first\:p-144:first-child{
    padding: 720px;
  }

  .tw .xl\:first\:p-145:first-child{
    padding: 725px;
  }

  .tw .xl\:first\:p-146:first-child{
    padding: 730px;
  }

  .tw .xl\:first\:p-147:first-child{
    padding: 735px;
  }

  .tw .xl\:first\:p-148:first-child{
    padding: 740px;
  }

  .tw .xl\:first\:p-149:first-child{
    padding: 745px;
  }

  .tw .xl\:first\:p-0\.5:first-child{
    padding: 3px;
  }

  .tw .xl\:first\:p-1px:first-child{
    padding: 1px;
  }

  .tw .xl\:first\:p-2px:first-child{
    padding: 2px;
  }

  .tw .xl\:first\:p-3px:first-child{
    padding: 3px;
  }

  .tw .xl\:first\:p-4px:first-child{
    padding: 4px;
  }

  .tw .xl\:first\:p-5px:first-child{
    padding: 5px;
  }

  .tw .xl\:first\:p-6px:first-child{
    padding: 6px;
  }

  .tw .xl\:first\:p-7px:first-child{
    padding: 7px;
  }

  .tw .xl\:first\:p-8px:first-child{
    padding: 8px;
  }

  .tw .xl\:first\:p-9px:first-child{
    padding: 9px;
  }

  .tw .xl\:first\:p-10px:first-child{
    padding: 10px;
  }

  .tw .xl\:first\:p-11px:first-child{
    padding: 11px;
  }

  .tw .xl\:first\:p-12px:first-child{
    padding: 12px;
  }

  .tw .xl\:first\:p-13px:first-child{
    padding: 13px;
  }

  .tw .xl\:first\:p-14px:first-child{
    padding: 14px;
  }

  .tw .xl\:first\:p-15px:first-child{
    padding: 15px;
  }

  .tw .xl\:first\:p-16px:first-child{
    padding: 16px;
  }

  .tw .xl\:first\:p-17px:first-child{
    padding: 17px;
  }

  .tw .xl\:first\:p-18px:first-child{
    padding: 18px;
  }

  .tw .xl\:first\:p-19px:first-child{
    padding: 19px;
  }

  .tw .xl\:first\:p-20px:first-child{
    padding: 20px;
  }

  .tw .xl\:first\:p-21px:first-child{
    padding: 21px;
  }

  .tw .xl\:first\:p-22px:first-child{
    padding: 22px;
  }

  .tw .xl\:first\:p-23px:first-child{
    padding: 23px;
  }

  .tw .xl\:first\:p-24px:first-child{
    padding: 24px;
  }

  .tw .xl\:first\:p-25px:first-child{
    padding: 25px;
  }

  .tw .xl\:first\:p-26px:first-child{
    padding: 26px;
  }

  .tw .xl\:first\:p-27px:first-child{
    padding: 27px;
  }

  .tw .xl\:first\:p-28px:first-child{
    padding: 28px;
  }

  .tw .xl\:first\:p-29px:first-child{
    padding: 29px;
  }

  .tw .xl\:first\:p-30px:first-child{
    padding: 30px;
  }

  .tw .xl\:first\:p-31px:first-child{
    padding: 31px;
  }

  .tw .xl\:first\:p-32px:first-child{
    padding: 32px;
  }

  .tw .xl\:first\:p-33px:first-child{
    padding: 33px;
  }

  .tw .xl\:first\:p-34px:first-child{
    padding: 34px;
  }

  .tw .xl\:first\:p-35px:first-child{
    padding: 35px;
  }

  .tw .xl\:first\:p-36px:first-child{
    padding: 36px;
  }

  .tw .xl\:first\:p-37px:first-child{
    padding: 37px;
  }

  .tw .xl\:first\:p-38px:first-child{
    padding: 38px;
  }

  .tw .xl\:first\:p-39px:first-child{
    padding: 39px;
  }

  .tw .xl\:first\:p-40px:first-child{
    padding: 40px;
  }

  .tw .xl\:last\:p-0:last-child{
    padding: 0px;
  }

  .tw .xl\:last\:p-1:last-child{
    padding: 5px;
  }

  .tw .xl\:last\:p-2:last-child{
    padding: 10px;
  }

  .tw .xl\:last\:p-3:last-child{
    padding: 15px;
  }

  .tw .xl\:last\:p-4:last-child{
    padding: 20px;
  }

  .tw .xl\:last\:p-5:last-child{
    padding: 25px;
  }

  .tw .xl\:last\:p-6:last-child{
    padding: 30px;
  }

  .tw .xl\:last\:p-7:last-child{
    padding: 35px;
  }

  .tw .xl\:last\:p-8:last-child{
    padding: 40px;
  }

  .tw .xl\:last\:p-9:last-child{
    padding: 45px;
  }

  .tw .xl\:last\:p-10:last-child{
    padding: 50px;
  }

  .tw .xl\:last\:p-11:last-child{
    padding: 55px;
  }

  .tw .xl\:last\:p-12:last-child{
    padding: 60px;
  }

  .tw .xl\:last\:p-13:last-child{
    padding: 65px;
  }

  .tw .xl\:last\:p-14:last-child{
    padding: 70px;
  }

  .tw .xl\:last\:p-15:last-child{
    padding: 75px;
  }

  .tw .xl\:last\:p-16:last-child{
    padding: 80px;
  }

  .tw .xl\:last\:p-17:last-child{
    padding: 85px;
  }

  .tw .xl\:last\:p-18:last-child{
    padding: 90px;
  }

  .tw .xl\:last\:p-19:last-child{
    padding: 95px;
  }

  .tw .xl\:last\:p-20:last-child{
    padding: 100px;
  }

  .tw .xl\:last\:p-21:last-child{
    padding: 105px;
  }

  .tw .xl\:last\:p-22:last-child{
    padding: 110px;
  }

  .tw .xl\:last\:p-23:last-child{
    padding: 115px;
  }

  .tw .xl\:last\:p-24:last-child{
    padding: 120px;
  }

  .tw .xl\:last\:p-25:last-child{
    padding: 125px;
  }

  .tw .xl\:last\:p-26:last-child{
    padding: 130px;
  }

  .tw .xl\:last\:p-27:last-child{
    padding: 135px;
  }

  .tw .xl\:last\:p-28:last-child{
    padding: 140px;
  }

  .tw .xl\:last\:p-29:last-child{
    padding: 145px;
  }

  .tw .xl\:last\:p-30:last-child{
    padding: 150px;
  }

  .tw .xl\:last\:p-31:last-child{
    padding: 155px;
  }

  .tw .xl\:last\:p-32:last-child{
    padding: 160px;
  }

  .tw .xl\:last\:p-33:last-child{
    padding: 165px;
  }

  .tw .xl\:last\:p-34:last-child{
    padding: 170px;
  }

  .tw .xl\:last\:p-35:last-child{
    padding: 175px;
  }

  .tw .xl\:last\:p-36:last-child{
    padding: 180px;
  }

  .tw .xl\:last\:p-37:last-child{
    padding: 185px;
  }

  .tw .xl\:last\:p-38:last-child{
    padding: 190px;
  }

  .tw .xl\:last\:p-39:last-child{
    padding: 195px;
  }

  .tw .xl\:last\:p-40:last-child{
    padding: 200px;
  }

  .tw .xl\:last\:p-41:last-child{
    padding: 205px;
  }

  .tw .xl\:last\:p-42:last-child{
    padding: 210px;
  }

  .tw .xl\:last\:p-43:last-child{
    padding: 215px;
  }

  .tw .xl\:last\:p-44:last-child{
    padding: 220px;
  }

  .tw .xl\:last\:p-45:last-child{
    padding: 225px;
  }

  .tw .xl\:last\:p-46:last-child{
    padding: 230px;
  }

  .tw .xl\:last\:p-47:last-child{
    padding: 235px;
  }

  .tw .xl\:last\:p-48:last-child{
    padding: 240px;
  }

  .tw .xl\:last\:p-49:last-child{
    padding: 245px;
  }

  .tw .xl\:last\:p-50:last-child{
    padding: 250px;
  }

  .tw .xl\:last\:p-51:last-child{
    padding: 255px;
  }

  .tw .xl\:last\:p-52:last-child{
    padding: 260px;
  }

  .tw .xl\:last\:p-53:last-child{
    padding: 265px;
  }

  .tw .xl\:last\:p-54:last-child{
    padding: 270px;
  }

  .tw .xl\:last\:p-55:last-child{
    padding: 275px;
  }

  .tw .xl\:last\:p-56:last-child{
    padding: 280px;
  }

  .tw .xl\:last\:p-57:last-child{
    padding: 285px;
  }

  .tw .xl\:last\:p-58:last-child{
    padding: 290px;
  }

  .tw .xl\:last\:p-59:last-child{
    padding: 295px;
  }

  .tw .xl\:last\:p-60:last-child{
    padding: 300px;
  }

  .tw .xl\:last\:p-61:last-child{
    padding: 305px;
  }

  .tw .xl\:last\:p-62:last-child{
    padding: 310px;
  }

  .tw .xl\:last\:p-63:last-child{
    padding: 315px;
  }

  .tw .xl\:last\:p-64:last-child{
    padding: 320px;
  }

  .tw .xl\:last\:p-65:last-child{
    padding: 325px;
  }

  .tw .xl\:last\:p-66:last-child{
    padding: 330px;
  }

  .tw .xl\:last\:p-67:last-child{
    padding: 335px;
  }

  .tw .xl\:last\:p-68:last-child{
    padding: 340px;
  }

  .tw .xl\:last\:p-69:last-child{
    padding: 345px;
  }

  .tw .xl\:last\:p-70:last-child{
    padding: 350px;
  }

  .tw .xl\:last\:p-71:last-child{
    padding: 355px;
  }

  .tw .xl\:last\:p-72:last-child{
    padding: 360px;
  }

  .tw .xl\:last\:p-73:last-child{
    padding: 365px;
  }

  .tw .xl\:last\:p-74:last-child{
    padding: 370px;
  }

  .tw .xl\:last\:p-75:last-child{
    padding: 375px;
  }

  .tw .xl\:last\:p-76:last-child{
    padding: 380px;
  }

  .tw .xl\:last\:p-77:last-child{
    padding: 385px;
  }

  .tw .xl\:last\:p-78:last-child{
    padding: 390px;
  }

  .tw .xl\:last\:p-79:last-child{
    padding: 395px;
  }

  .tw .xl\:last\:p-80:last-child{
    padding: 400px;
  }

  .tw .xl\:last\:p-81:last-child{
    padding: 405px;
  }

  .tw .xl\:last\:p-82:last-child{
    padding: 410px;
  }

  .tw .xl\:last\:p-83:last-child{
    padding: 415px;
  }

  .tw .xl\:last\:p-84:last-child{
    padding: 420px;
  }

  .tw .xl\:last\:p-85:last-child{
    padding: 425px;
  }

  .tw .xl\:last\:p-86:last-child{
    padding: 430px;
  }

  .tw .xl\:last\:p-87:last-child{
    padding: 435px;
  }

  .tw .xl\:last\:p-88:last-child{
    padding: 440px;
  }

  .tw .xl\:last\:p-89:last-child{
    padding: 445px;
  }

  .tw .xl\:last\:p-90:last-child{
    padding: 450px;
  }

  .tw .xl\:last\:p-91:last-child{
    padding: 455px;
  }

  .tw .xl\:last\:p-92:last-child{
    padding: 460px;
  }

  .tw .xl\:last\:p-93:last-child{
    padding: 465px;
  }

  .tw .xl\:last\:p-94:last-child{
    padding: 470px;
  }

  .tw .xl\:last\:p-95:last-child{
    padding: 475px;
  }

  .tw .xl\:last\:p-96:last-child{
    padding: 480px;
  }

  .tw .xl\:last\:p-97:last-child{
    padding: 485px;
  }

  .tw .xl\:last\:p-98:last-child{
    padding: 490px;
  }

  .tw .xl\:last\:p-99:last-child{
    padding: 495px;
  }

  .tw .xl\:last\:p-100:last-child{
    padding: 500px;
  }

  .tw .xl\:last\:p-101:last-child{
    padding: 505px;
  }

  .tw .xl\:last\:p-102:last-child{
    padding: 510px;
  }

  .tw .xl\:last\:p-103:last-child{
    padding: 515px;
  }

  .tw .xl\:last\:p-104:last-child{
    padding: 520px;
  }

  .tw .xl\:last\:p-105:last-child{
    padding: 525px;
  }

  .tw .xl\:last\:p-106:last-child{
    padding: 530px;
  }

  .tw .xl\:last\:p-107:last-child{
    padding: 535px;
  }

  .tw .xl\:last\:p-108:last-child{
    padding: 540px;
  }

  .tw .xl\:last\:p-109:last-child{
    padding: 545px;
  }

  .tw .xl\:last\:p-110:last-child{
    padding: 550px;
  }

  .tw .xl\:last\:p-111:last-child{
    padding: 555px;
  }

  .tw .xl\:last\:p-112:last-child{
    padding: 560px;
  }

  .tw .xl\:last\:p-113:last-child{
    padding: 565px;
  }

  .tw .xl\:last\:p-114:last-child{
    padding: 570px;
  }

  .tw .xl\:last\:p-115:last-child{
    padding: 575px;
  }

  .tw .xl\:last\:p-116:last-child{
    padding: 580px;
  }

  .tw .xl\:last\:p-117:last-child{
    padding: 585px;
  }

  .tw .xl\:last\:p-118:last-child{
    padding: 590px;
  }

  .tw .xl\:last\:p-119:last-child{
    padding: 595px;
  }

  .tw .xl\:last\:p-120:last-child{
    padding: 600px;
  }

  .tw .xl\:last\:p-121:last-child{
    padding: 605px;
  }

  .tw .xl\:last\:p-122:last-child{
    padding: 610px;
  }

  .tw .xl\:last\:p-123:last-child{
    padding: 615px;
  }

  .tw .xl\:last\:p-124:last-child{
    padding: 620px;
  }

  .tw .xl\:last\:p-125:last-child{
    padding: 625px;
  }

  .tw .xl\:last\:p-126:last-child{
    padding: 630px;
  }

  .tw .xl\:last\:p-127:last-child{
    padding: 635px;
  }

  .tw .xl\:last\:p-128:last-child{
    padding: 640px;
  }

  .tw .xl\:last\:p-129:last-child{
    padding: 645px;
  }

  .tw .xl\:last\:p-130:last-child{
    padding: 650px;
  }

  .tw .xl\:last\:p-131:last-child{
    padding: 655px;
  }

  .tw .xl\:last\:p-132:last-child{
    padding: 660px;
  }

  .tw .xl\:last\:p-133:last-child{
    padding: 665px;
  }

  .tw .xl\:last\:p-134:last-child{
    padding: 670px;
  }

  .tw .xl\:last\:p-135:last-child{
    padding: 675px;
  }

  .tw .xl\:last\:p-136:last-child{
    padding: 680px;
  }

  .tw .xl\:last\:p-137:last-child{
    padding: 685px;
  }

  .tw .xl\:last\:p-138:last-child{
    padding: 690px;
  }

  .tw .xl\:last\:p-139:last-child{
    padding: 695px;
  }

  .tw .xl\:last\:p-140:last-child{
    padding: 700px;
  }

  .tw .xl\:last\:p-141:last-child{
    padding: 705px;
  }

  .tw .xl\:last\:p-142:last-child{
    padding: 710px;
  }

  .tw .xl\:last\:p-143:last-child{
    padding: 715px;
  }

  .tw .xl\:last\:p-144:last-child{
    padding: 720px;
  }

  .tw .xl\:last\:p-145:last-child{
    padding: 725px;
  }

  .tw .xl\:last\:p-146:last-child{
    padding: 730px;
  }

  .tw .xl\:last\:p-147:last-child{
    padding: 735px;
  }

  .tw .xl\:last\:p-148:last-child{
    padding: 740px;
  }

  .tw .xl\:last\:p-149:last-child{
    padding: 745px;
  }

  .tw .xl\:last\:p-0\.5:last-child{
    padding: 3px;
  }

  .tw .xl\:last\:p-1px:last-child{
    padding: 1px;
  }

  .tw .xl\:last\:p-2px:last-child{
    padding: 2px;
  }

  .tw .xl\:last\:p-3px:last-child{
    padding: 3px;
  }

  .tw .xl\:last\:p-4px:last-child{
    padding: 4px;
  }

  .tw .xl\:last\:p-5px:last-child{
    padding: 5px;
  }

  .tw .xl\:last\:p-6px:last-child{
    padding: 6px;
  }

  .tw .xl\:last\:p-7px:last-child{
    padding: 7px;
  }

  .tw .xl\:last\:p-8px:last-child{
    padding: 8px;
  }

  .tw .xl\:last\:p-9px:last-child{
    padding: 9px;
  }

  .tw .xl\:last\:p-10px:last-child{
    padding: 10px;
  }

  .tw .xl\:last\:p-11px:last-child{
    padding: 11px;
  }

  .tw .xl\:last\:p-12px:last-child{
    padding: 12px;
  }

  .tw .xl\:last\:p-13px:last-child{
    padding: 13px;
  }

  .tw .xl\:last\:p-14px:last-child{
    padding: 14px;
  }

  .tw .xl\:last\:p-15px:last-child{
    padding: 15px;
  }

  .tw .xl\:last\:p-16px:last-child{
    padding: 16px;
  }

  .tw .xl\:last\:p-17px:last-child{
    padding: 17px;
  }

  .tw .xl\:last\:p-18px:last-child{
    padding: 18px;
  }

  .tw .xl\:last\:p-19px:last-child{
    padding: 19px;
  }

  .tw .xl\:last\:p-20px:last-child{
    padding: 20px;
  }

  .tw .xl\:last\:p-21px:last-child{
    padding: 21px;
  }

  .tw .xl\:last\:p-22px:last-child{
    padding: 22px;
  }

  .tw .xl\:last\:p-23px:last-child{
    padding: 23px;
  }

  .tw .xl\:last\:p-24px:last-child{
    padding: 24px;
  }

  .tw .xl\:last\:p-25px:last-child{
    padding: 25px;
  }

  .tw .xl\:last\:p-26px:last-child{
    padding: 26px;
  }

  .tw .xl\:last\:p-27px:last-child{
    padding: 27px;
  }

  .tw .xl\:last\:p-28px:last-child{
    padding: 28px;
  }

  .tw .xl\:last\:p-29px:last-child{
    padding: 29px;
  }

  .tw .xl\:last\:p-30px:last-child{
    padding: 30px;
  }

  .tw .xl\:last\:p-31px:last-child{
    padding: 31px;
  }

  .tw .xl\:last\:p-32px:last-child{
    padding: 32px;
  }

  .tw .xl\:last\:p-33px:last-child{
    padding: 33px;
  }

  .tw .xl\:last\:p-34px:last-child{
    padding: 34px;
  }

  .tw .xl\:last\:p-35px:last-child{
    padding: 35px;
  }

  .tw .xl\:last\:p-36px:last-child{
    padding: 36px;
  }

  .tw .xl\:last\:p-37px:last-child{
    padding: 37px;
  }

  .tw .xl\:last\:p-38px:last-child{
    padding: 38px;
  }

  .tw .xl\:last\:p-39px:last-child{
    padding: 39px;
  }

  .tw .xl\:last\:p-40px:last-child{
    padding: 40px;
  }

  .tw .xl\:px-0{
    padding-left: 0px;
    padding-right: 0px;
  }

  .tw .xl\:px-1{
    padding-left: 5px;
    padding-right: 5px;
  }

  .tw .xl\:px-2{
    padding-left: 10px;
    padding-right: 10px;
  }

  .tw .xl\:px-3{
    padding-left: 15px;
    padding-right: 15px;
  }

  .tw .xl\:px-4{
    padding-left: 20px;
    padding-right: 20px;
  }

  .tw .xl\:px-5{
    padding-left: 25px;
    padding-right: 25px;
  }

  .tw .xl\:px-6{
    padding-left: 30px;
    padding-right: 30px;
  }

  .tw .xl\:px-7{
    padding-left: 35px;
    padding-right: 35px;
  }

  .tw .xl\:px-8{
    padding-left: 40px;
    padding-right: 40px;
  }

  .tw .xl\:px-9{
    padding-left: 45px;
    padding-right: 45px;
  }

  .tw .xl\:px-10{
    padding-left: 50px;
    padding-right: 50px;
  }

  .tw .xl\:px-11{
    padding-left: 55px;
    padding-right: 55px;
  }

  .tw .xl\:px-12{
    padding-left: 60px;
    padding-right: 60px;
  }

  .tw .xl\:px-13{
    padding-left: 65px;
    padding-right: 65px;
  }

  .tw .xl\:px-14{
    padding-left: 70px;
    padding-right: 70px;
  }

  .tw .xl\:px-15{
    padding-left: 75px;
    padding-right: 75px;
  }

  .tw .xl\:px-16{
    padding-left: 80px;
    padding-right: 80px;
  }

  .tw .xl\:px-17{
    padding-left: 85px;
    padding-right: 85px;
  }

  .tw .xl\:px-18{
    padding-left: 90px;
    padding-right: 90px;
  }

  .tw .xl\:px-19{
    padding-left: 95px;
    padding-right: 95px;
  }

  .tw .xl\:px-20{
    padding-left: 100px;
    padding-right: 100px;
  }

  .tw .xl\:px-21{
    padding-left: 105px;
    padding-right: 105px;
  }

  .tw .xl\:px-22{
    padding-left: 110px;
    padding-right: 110px;
  }

  .tw .xl\:px-23{
    padding-left: 115px;
    padding-right: 115px;
  }

  .tw .xl\:px-24{
    padding-left: 120px;
    padding-right: 120px;
  }

  .tw .xl\:px-25{
    padding-left: 125px;
    padding-right: 125px;
  }

  .tw .xl\:px-26{
    padding-left: 130px;
    padding-right: 130px;
  }

  .tw .xl\:px-27{
    padding-left: 135px;
    padding-right: 135px;
  }

  .tw .xl\:px-28{
    padding-left: 140px;
    padding-right: 140px;
  }

  .tw .xl\:px-29{
    padding-left: 145px;
    padding-right: 145px;
  }

  .tw .xl\:px-30{
    padding-left: 150px;
    padding-right: 150px;
  }

  .tw .xl\:px-31{
    padding-left: 155px;
    padding-right: 155px;
  }

  .tw .xl\:px-32{
    padding-left: 160px;
    padding-right: 160px;
  }

  .tw .xl\:px-33{
    padding-left: 165px;
    padding-right: 165px;
  }

  .tw .xl\:px-34{
    padding-left: 170px;
    padding-right: 170px;
  }

  .tw .xl\:px-35{
    padding-left: 175px;
    padding-right: 175px;
  }

  .tw .xl\:px-36{
    padding-left: 180px;
    padding-right: 180px;
  }

  .tw .xl\:px-37{
    padding-left: 185px;
    padding-right: 185px;
  }

  .tw .xl\:px-38{
    padding-left: 190px;
    padding-right: 190px;
  }

  .tw .xl\:px-39{
    padding-left: 195px;
    padding-right: 195px;
  }

  .tw .xl\:px-40{
    padding-left: 200px;
    padding-right: 200px;
  }

  .tw .xl\:px-41{
    padding-left: 205px;
    padding-right: 205px;
  }

  .tw .xl\:px-42{
    padding-left: 210px;
    padding-right: 210px;
  }

  .tw .xl\:px-43{
    padding-left: 215px;
    padding-right: 215px;
  }

  .tw .xl\:px-44{
    padding-left: 220px;
    padding-right: 220px;
  }

  .tw .xl\:px-45{
    padding-left: 225px;
    padding-right: 225px;
  }

  .tw .xl\:px-46{
    padding-left: 230px;
    padding-right: 230px;
  }

  .tw .xl\:px-47{
    padding-left: 235px;
    padding-right: 235px;
  }

  .tw .xl\:px-48{
    padding-left: 240px;
    padding-right: 240px;
  }

  .tw .xl\:px-49{
    padding-left: 245px;
    padding-right: 245px;
  }

  .tw .xl\:px-50{
    padding-left: 250px;
    padding-right: 250px;
  }

  .tw .xl\:px-51{
    padding-left: 255px;
    padding-right: 255px;
  }

  .tw .xl\:px-52{
    padding-left: 260px;
    padding-right: 260px;
  }

  .tw .xl\:px-53{
    padding-left: 265px;
    padding-right: 265px;
  }

  .tw .xl\:px-54{
    padding-left: 270px;
    padding-right: 270px;
  }

  .tw .xl\:px-55{
    padding-left: 275px;
    padding-right: 275px;
  }

  .tw .xl\:px-56{
    padding-left: 280px;
    padding-right: 280px;
  }

  .tw .xl\:px-57{
    padding-left: 285px;
    padding-right: 285px;
  }

  .tw .xl\:px-58{
    padding-left: 290px;
    padding-right: 290px;
  }

  .tw .xl\:px-59{
    padding-left: 295px;
    padding-right: 295px;
  }

  .tw .xl\:px-60{
    padding-left: 300px;
    padding-right: 300px;
  }

  .tw .xl\:px-61{
    padding-left: 305px;
    padding-right: 305px;
  }

  .tw .xl\:px-62{
    padding-left: 310px;
    padding-right: 310px;
  }

  .tw .xl\:px-63{
    padding-left: 315px;
    padding-right: 315px;
  }

  .tw .xl\:px-64{
    padding-left: 320px;
    padding-right: 320px;
  }

  .tw .xl\:px-65{
    padding-left: 325px;
    padding-right: 325px;
  }

  .tw .xl\:px-66{
    padding-left: 330px;
    padding-right: 330px;
  }

  .tw .xl\:px-67{
    padding-left: 335px;
    padding-right: 335px;
  }

  .tw .xl\:px-68{
    padding-left: 340px;
    padding-right: 340px;
  }

  .tw .xl\:px-69{
    padding-left: 345px;
    padding-right: 345px;
  }

  .tw .xl\:px-70{
    padding-left: 350px;
    padding-right: 350px;
  }

  .tw .xl\:px-71{
    padding-left: 355px;
    padding-right: 355px;
  }

  .tw .xl\:px-72{
    padding-left: 360px;
    padding-right: 360px;
  }

  .tw .xl\:px-73{
    padding-left: 365px;
    padding-right: 365px;
  }

  .tw .xl\:px-74{
    padding-left: 370px;
    padding-right: 370px;
  }

  .tw .xl\:px-75{
    padding-left: 375px;
    padding-right: 375px;
  }

  .tw .xl\:px-76{
    padding-left: 380px;
    padding-right: 380px;
  }

  .tw .xl\:px-77{
    padding-left: 385px;
    padding-right: 385px;
  }

  .tw .xl\:px-78{
    padding-left: 390px;
    padding-right: 390px;
  }

  .tw .xl\:px-79{
    padding-left: 395px;
    padding-right: 395px;
  }

  .tw .xl\:px-80{
    padding-left: 400px;
    padding-right: 400px;
  }

  .tw .xl\:px-81{
    padding-left: 405px;
    padding-right: 405px;
  }

  .tw .xl\:px-82{
    padding-left: 410px;
    padding-right: 410px;
  }

  .tw .xl\:px-83{
    padding-left: 415px;
    padding-right: 415px;
  }

  .tw .xl\:px-84{
    padding-left: 420px;
    padding-right: 420px;
  }

  .tw .xl\:px-85{
    padding-left: 425px;
    padding-right: 425px;
  }

  .tw .xl\:px-86{
    padding-left: 430px;
    padding-right: 430px;
  }

  .tw .xl\:px-87{
    padding-left: 435px;
    padding-right: 435px;
  }

  .tw .xl\:px-88{
    padding-left: 440px;
    padding-right: 440px;
  }

  .tw .xl\:px-89{
    padding-left: 445px;
    padding-right: 445px;
  }

  .tw .xl\:px-90{
    padding-left: 450px;
    padding-right: 450px;
  }

  .tw .xl\:px-91{
    padding-left: 455px;
    padding-right: 455px;
  }

  .tw .xl\:px-92{
    padding-left: 460px;
    padding-right: 460px;
  }

  .tw .xl\:px-93{
    padding-left: 465px;
    padding-right: 465px;
  }

  .tw .xl\:px-94{
    padding-left: 470px;
    padding-right: 470px;
  }

  .tw .xl\:px-95{
    padding-left: 475px;
    padding-right: 475px;
  }

  .tw .xl\:px-96{
    padding-left: 480px;
    padding-right: 480px;
  }

  .tw .xl\:px-97{
    padding-left: 485px;
    padding-right: 485px;
  }

  .tw .xl\:px-98{
    padding-left: 490px;
    padding-right: 490px;
  }

  .tw .xl\:px-99{
    padding-left: 495px;
    padding-right: 495px;
  }

  .tw .xl\:px-100{
    padding-left: 500px;
    padding-right: 500px;
  }

  .tw .xl\:px-101{
    padding-left: 505px;
    padding-right: 505px;
  }

  .tw .xl\:px-102{
    padding-left: 510px;
    padding-right: 510px;
  }

  .tw .xl\:px-103{
    padding-left: 515px;
    padding-right: 515px;
  }

  .tw .xl\:px-104{
    padding-left: 520px;
    padding-right: 520px;
  }

  .tw .xl\:px-105{
    padding-left: 525px;
    padding-right: 525px;
  }

  .tw .xl\:px-106{
    padding-left: 530px;
    padding-right: 530px;
  }

  .tw .xl\:px-107{
    padding-left: 535px;
    padding-right: 535px;
  }

  .tw .xl\:px-108{
    padding-left: 540px;
    padding-right: 540px;
  }

  .tw .xl\:px-109{
    padding-left: 545px;
    padding-right: 545px;
  }

  .tw .xl\:px-110{
    padding-left: 550px;
    padding-right: 550px;
  }

  .tw .xl\:px-111{
    padding-left: 555px;
    padding-right: 555px;
  }

  .tw .xl\:px-112{
    padding-left: 560px;
    padding-right: 560px;
  }

  .tw .xl\:px-113{
    padding-left: 565px;
    padding-right: 565px;
  }

  .tw .xl\:px-114{
    padding-left: 570px;
    padding-right: 570px;
  }

  .tw .xl\:px-115{
    padding-left: 575px;
    padding-right: 575px;
  }

  .tw .xl\:px-116{
    padding-left: 580px;
    padding-right: 580px;
  }

  .tw .xl\:px-117{
    padding-left: 585px;
    padding-right: 585px;
  }

  .tw .xl\:px-118{
    padding-left: 590px;
    padding-right: 590px;
  }

  .tw .xl\:px-119{
    padding-left: 595px;
    padding-right: 595px;
  }

  .tw .xl\:px-120{
    padding-left: 600px;
    padding-right: 600px;
  }

  .tw .xl\:px-121{
    padding-left: 605px;
    padding-right: 605px;
  }

  .tw .xl\:px-122{
    padding-left: 610px;
    padding-right: 610px;
  }

  .tw .xl\:px-123{
    padding-left: 615px;
    padding-right: 615px;
  }

  .tw .xl\:px-124{
    padding-left: 620px;
    padding-right: 620px;
  }

  .tw .xl\:px-125{
    padding-left: 625px;
    padding-right: 625px;
  }

  .tw .xl\:px-126{
    padding-left: 630px;
    padding-right: 630px;
  }

  .tw .xl\:px-127{
    padding-left: 635px;
    padding-right: 635px;
  }

  .tw .xl\:px-128{
    padding-left: 640px;
    padding-right: 640px;
  }

  .tw .xl\:px-129{
    padding-left: 645px;
    padding-right: 645px;
  }

  .tw .xl\:px-130{
    padding-left: 650px;
    padding-right: 650px;
  }

  .tw .xl\:px-131{
    padding-left: 655px;
    padding-right: 655px;
  }

  .tw .xl\:px-132{
    padding-left: 660px;
    padding-right: 660px;
  }

  .tw .xl\:px-133{
    padding-left: 665px;
    padding-right: 665px;
  }

  .tw .xl\:px-134{
    padding-left: 670px;
    padding-right: 670px;
  }

  .tw .xl\:px-135{
    padding-left: 675px;
    padding-right: 675px;
  }

  .tw .xl\:px-136{
    padding-left: 680px;
    padding-right: 680px;
  }

  .tw .xl\:px-137{
    padding-left: 685px;
    padding-right: 685px;
  }

  .tw .xl\:px-138{
    padding-left: 690px;
    padding-right: 690px;
  }

  .tw .xl\:px-139{
    padding-left: 695px;
    padding-right: 695px;
  }

  .tw .xl\:px-140{
    padding-left: 700px;
    padding-right: 700px;
  }

  .tw .xl\:px-141{
    padding-left: 705px;
    padding-right: 705px;
  }

  .tw .xl\:px-142{
    padding-left: 710px;
    padding-right: 710px;
  }

  .tw .xl\:px-143{
    padding-left: 715px;
    padding-right: 715px;
  }

  .tw .xl\:px-144{
    padding-left: 720px;
    padding-right: 720px;
  }

  .tw .xl\:px-145{
    padding-left: 725px;
    padding-right: 725px;
  }

  .tw .xl\:px-146{
    padding-left: 730px;
    padding-right: 730px;
  }

  .tw .xl\:px-147{
    padding-left: 735px;
    padding-right: 735px;
  }

  .tw .xl\:px-148{
    padding-left: 740px;
    padding-right: 740px;
  }

  .tw .xl\:px-149{
    padding-left: 745px;
    padding-right: 745px;
  }

  .tw .xl\:px-0\.5{
    padding-left: 3px;
    padding-right: 3px;
  }

  .tw .xl\:px-1px{
    padding-left: 1px;
    padding-right: 1px;
  }

  .tw .xl\:px-2px{
    padding-left: 2px;
    padding-right: 2px;
  }

  .tw .xl\:px-3px{
    padding-left: 3px;
    padding-right: 3px;
  }

  .tw .xl\:px-4px{
    padding-left: 4px;
    padding-right: 4px;
  }

  .tw .xl\:px-5px{
    padding-left: 5px;
    padding-right: 5px;
  }

  .tw .xl\:px-6px{
    padding-left: 6px;
    padding-right: 6px;
  }

  .tw .xl\:px-7px{
    padding-left: 7px;
    padding-right: 7px;
  }

  .tw .xl\:px-8px{
    padding-left: 8px;
    padding-right: 8px;
  }

  .tw .xl\:px-9px{
    padding-left: 9px;
    padding-right: 9px;
  }

  .tw .xl\:px-10px{
    padding-left: 10px;
    padding-right: 10px;
  }

  .tw .xl\:px-11px{
    padding-left: 11px;
    padding-right: 11px;
  }

  .tw .xl\:px-12px{
    padding-left: 12px;
    padding-right: 12px;
  }

  .tw .xl\:px-13px{
    padding-left: 13px;
    padding-right: 13px;
  }

  .tw .xl\:px-14px{
    padding-left: 14px;
    padding-right: 14px;
  }

  .tw .xl\:px-15px{
    padding-left: 15px;
    padding-right: 15px;
  }

  .tw .xl\:px-16px{
    padding-left: 16px;
    padding-right: 16px;
  }

  .tw .xl\:px-17px{
    padding-left: 17px;
    padding-right: 17px;
  }

  .tw .xl\:px-18px{
    padding-left: 18px;
    padding-right: 18px;
  }

  .tw .xl\:px-19px{
    padding-left: 19px;
    padding-right: 19px;
  }

  .tw .xl\:px-20px{
    padding-left: 20px;
    padding-right: 20px;
  }

  .tw .xl\:px-21px{
    padding-left: 21px;
    padding-right: 21px;
  }

  .tw .xl\:px-22px{
    padding-left: 22px;
    padding-right: 22px;
  }

  .tw .xl\:px-23px{
    padding-left: 23px;
    padding-right: 23px;
  }

  .tw .xl\:px-24px{
    padding-left: 24px;
    padding-right: 24px;
  }

  .tw .xl\:px-25px{
    padding-left: 25px;
    padding-right: 25px;
  }

  .tw .xl\:px-26px{
    padding-left: 26px;
    padding-right: 26px;
  }

  .tw .xl\:px-27px{
    padding-left: 27px;
    padding-right: 27px;
  }

  .tw .xl\:px-28px{
    padding-left: 28px;
    padding-right: 28px;
  }

  .tw .xl\:px-29px{
    padding-left: 29px;
    padding-right: 29px;
  }

  .tw .xl\:px-30px{
    padding-left: 30px;
    padding-right: 30px;
  }

  .tw .xl\:px-31px{
    padding-left: 31px;
    padding-right: 31px;
  }

  .tw .xl\:px-32px{
    padding-left: 32px;
    padding-right: 32px;
  }

  .tw .xl\:px-33px{
    padding-left: 33px;
    padding-right: 33px;
  }

  .tw .xl\:px-34px{
    padding-left: 34px;
    padding-right: 34px;
  }

  .tw .xl\:px-35px{
    padding-left: 35px;
    padding-right: 35px;
  }

  .tw .xl\:px-36px{
    padding-left: 36px;
    padding-right: 36px;
  }

  .tw .xl\:px-37px{
    padding-left: 37px;
    padding-right: 37px;
  }

  .tw .xl\:px-38px{
    padding-left: 38px;
    padding-right: 38px;
  }

  .tw .xl\:px-39px{
    padding-left: 39px;
    padding-right: 39px;
  }

  .tw .xl\:px-40px{
    padding-left: 40px;
    padding-right: 40px;
  }

  .tw .xl\:py-0{
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .tw .xl\:py-1{
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .tw .xl\:py-2{
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .tw .xl\:py-3{
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .tw .xl\:py-4{
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .tw .xl\:py-5{
    padding-top: 25px;
    padding-bottom: 25px;
  }

  .tw .xl\:py-6{
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .tw .xl\:py-7{
    padding-top: 35px;
    padding-bottom: 35px;
  }

  .tw .xl\:py-8{
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .tw .xl\:py-9{
    padding-top: 45px;
    padding-bottom: 45px;
  }

  .tw .xl\:py-10{
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .tw .xl\:py-11{
    padding-top: 55px;
    padding-bottom: 55px;
  }

  .tw .xl\:py-12{
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .tw .xl\:py-13{
    padding-top: 65px;
    padding-bottom: 65px;
  }

  .tw .xl\:py-14{
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .tw .xl\:py-15{
    padding-top: 75px;
    padding-bottom: 75px;
  }

  .tw .xl\:py-16{
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .tw .xl\:py-17{
    padding-top: 85px;
    padding-bottom: 85px;
  }

  .tw .xl\:py-18{
    padding-top: 90px;
    padding-bottom: 90px;
  }

  .tw .xl\:py-19{
    padding-top: 95px;
    padding-bottom: 95px;
  }

  .tw .xl\:py-20{
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .tw .xl\:py-21{
    padding-top: 105px;
    padding-bottom: 105px;
  }

  .tw .xl\:py-22{
    padding-top: 110px;
    padding-bottom: 110px;
  }

  .tw .xl\:py-23{
    padding-top: 115px;
    padding-bottom: 115px;
  }

  .tw .xl\:py-24{
    padding-top: 120px;
    padding-bottom: 120px;
  }

  .tw .xl\:py-25{
    padding-top: 125px;
    padding-bottom: 125px;
  }

  .tw .xl\:py-26{
    padding-top: 130px;
    padding-bottom: 130px;
  }

  .tw .xl\:py-27{
    padding-top: 135px;
    padding-bottom: 135px;
  }

  .tw .xl\:py-28{
    padding-top: 140px;
    padding-bottom: 140px;
  }

  .tw .xl\:py-29{
    padding-top: 145px;
    padding-bottom: 145px;
  }

  .tw .xl\:py-30{
    padding-top: 150px;
    padding-bottom: 150px;
  }

  .tw .xl\:py-31{
    padding-top: 155px;
    padding-bottom: 155px;
  }

  .tw .xl\:py-32{
    padding-top: 160px;
    padding-bottom: 160px;
  }

  .tw .xl\:py-33{
    padding-top: 165px;
    padding-bottom: 165px;
  }

  .tw .xl\:py-34{
    padding-top: 170px;
    padding-bottom: 170px;
  }

  .tw .xl\:py-35{
    padding-top: 175px;
    padding-bottom: 175px;
  }

  .tw .xl\:py-36{
    padding-top: 180px;
    padding-bottom: 180px;
  }

  .tw .xl\:py-37{
    padding-top: 185px;
    padding-bottom: 185px;
  }

  .tw .xl\:py-38{
    padding-top: 190px;
    padding-bottom: 190px;
  }

  .tw .xl\:py-39{
    padding-top: 195px;
    padding-bottom: 195px;
  }

  .tw .xl\:py-40{
    padding-top: 200px;
    padding-bottom: 200px;
  }

  .tw .xl\:py-41{
    padding-top: 205px;
    padding-bottom: 205px;
  }

  .tw .xl\:py-42{
    padding-top: 210px;
    padding-bottom: 210px;
  }

  .tw .xl\:py-43{
    padding-top: 215px;
    padding-bottom: 215px;
  }

  .tw .xl\:py-44{
    padding-top: 220px;
    padding-bottom: 220px;
  }

  .tw .xl\:py-45{
    padding-top: 225px;
    padding-bottom: 225px;
  }

  .tw .xl\:py-46{
    padding-top: 230px;
    padding-bottom: 230px;
  }

  .tw .xl\:py-47{
    padding-top: 235px;
    padding-bottom: 235px;
  }

  .tw .xl\:py-48{
    padding-top: 240px;
    padding-bottom: 240px;
  }

  .tw .xl\:py-49{
    padding-top: 245px;
    padding-bottom: 245px;
  }

  .tw .xl\:py-50{
    padding-top: 250px;
    padding-bottom: 250px;
  }

  .tw .xl\:py-51{
    padding-top: 255px;
    padding-bottom: 255px;
  }

  .tw .xl\:py-52{
    padding-top: 260px;
    padding-bottom: 260px;
  }

  .tw .xl\:py-53{
    padding-top: 265px;
    padding-bottom: 265px;
  }

  .tw .xl\:py-54{
    padding-top: 270px;
    padding-bottom: 270px;
  }

  .tw .xl\:py-55{
    padding-top: 275px;
    padding-bottom: 275px;
  }

  .tw .xl\:py-56{
    padding-top: 280px;
    padding-bottom: 280px;
  }

  .tw .xl\:py-57{
    padding-top: 285px;
    padding-bottom: 285px;
  }

  .tw .xl\:py-58{
    padding-top: 290px;
    padding-bottom: 290px;
  }

  .tw .xl\:py-59{
    padding-top: 295px;
    padding-bottom: 295px;
  }

  .tw .xl\:py-60{
    padding-top: 300px;
    padding-bottom: 300px;
  }

  .tw .xl\:py-61{
    padding-top: 305px;
    padding-bottom: 305px;
  }

  .tw .xl\:py-62{
    padding-top: 310px;
    padding-bottom: 310px;
  }

  .tw .xl\:py-63{
    padding-top: 315px;
    padding-bottom: 315px;
  }

  .tw .xl\:py-64{
    padding-top: 320px;
    padding-bottom: 320px;
  }

  .tw .xl\:py-65{
    padding-top: 325px;
    padding-bottom: 325px;
  }

  .tw .xl\:py-66{
    padding-top: 330px;
    padding-bottom: 330px;
  }

  .tw .xl\:py-67{
    padding-top: 335px;
    padding-bottom: 335px;
  }

  .tw .xl\:py-68{
    padding-top: 340px;
    padding-bottom: 340px;
  }

  .tw .xl\:py-69{
    padding-top: 345px;
    padding-bottom: 345px;
  }

  .tw .xl\:py-70{
    padding-top: 350px;
    padding-bottom: 350px;
  }

  .tw .xl\:py-71{
    padding-top: 355px;
    padding-bottom: 355px;
  }

  .tw .xl\:py-72{
    padding-top: 360px;
    padding-bottom: 360px;
  }

  .tw .xl\:py-73{
    padding-top: 365px;
    padding-bottom: 365px;
  }

  .tw .xl\:py-74{
    padding-top: 370px;
    padding-bottom: 370px;
  }

  .tw .xl\:py-75{
    padding-top: 375px;
    padding-bottom: 375px;
  }

  .tw .xl\:py-76{
    padding-top: 380px;
    padding-bottom: 380px;
  }

  .tw .xl\:py-77{
    padding-top: 385px;
    padding-bottom: 385px;
  }

  .tw .xl\:py-78{
    padding-top: 390px;
    padding-bottom: 390px;
  }

  .tw .xl\:py-79{
    padding-top: 395px;
    padding-bottom: 395px;
  }

  .tw .xl\:py-80{
    padding-top: 400px;
    padding-bottom: 400px;
  }

  .tw .xl\:py-81{
    padding-top: 405px;
    padding-bottom: 405px;
  }

  .tw .xl\:py-82{
    padding-top: 410px;
    padding-bottom: 410px;
  }

  .tw .xl\:py-83{
    padding-top: 415px;
    padding-bottom: 415px;
  }

  .tw .xl\:py-84{
    padding-top: 420px;
    padding-bottom: 420px;
  }

  .tw .xl\:py-85{
    padding-top: 425px;
    padding-bottom: 425px;
  }

  .tw .xl\:py-86{
    padding-top: 430px;
    padding-bottom: 430px;
  }

  .tw .xl\:py-87{
    padding-top: 435px;
    padding-bottom: 435px;
  }

  .tw .xl\:py-88{
    padding-top: 440px;
    padding-bottom: 440px;
  }

  .tw .xl\:py-89{
    padding-top: 445px;
    padding-bottom: 445px;
  }

  .tw .xl\:py-90{
    padding-top: 450px;
    padding-bottom: 450px;
  }

  .tw .xl\:py-91{
    padding-top: 455px;
    padding-bottom: 455px;
  }

  .tw .xl\:py-92{
    padding-top: 460px;
    padding-bottom: 460px;
  }

  .tw .xl\:py-93{
    padding-top: 465px;
    padding-bottom: 465px;
  }

  .tw .xl\:py-94{
    padding-top: 470px;
    padding-bottom: 470px;
  }

  .tw .xl\:py-95{
    padding-top: 475px;
    padding-bottom: 475px;
  }

  .tw .xl\:py-96{
    padding-top: 480px;
    padding-bottom: 480px;
  }

  .tw .xl\:py-97{
    padding-top: 485px;
    padding-bottom: 485px;
  }

  .tw .xl\:py-98{
    padding-top: 490px;
    padding-bottom: 490px;
  }

  .tw .xl\:py-99{
    padding-top: 495px;
    padding-bottom: 495px;
  }

  .tw .xl\:py-100{
    padding-top: 500px;
    padding-bottom: 500px;
  }

  .tw .xl\:py-101{
    padding-top: 505px;
    padding-bottom: 505px;
  }

  .tw .xl\:py-102{
    padding-top: 510px;
    padding-bottom: 510px;
  }

  .tw .xl\:py-103{
    padding-top: 515px;
    padding-bottom: 515px;
  }

  .tw .xl\:py-104{
    padding-top: 520px;
    padding-bottom: 520px;
  }

  .tw .xl\:py-105{
    padding-top: 525px;
    padding-bottom: 525px;
  }

  .tw .xl\:py-106{
    padding-top: 530px;
    padding-bottom: 530px;
  }

  .tw .xl\:py-107{
    padding-top: 535px;
    padding-bottom: 535px;
  }

  .tw .xl\:py-108{
    padding-top: 540px;
    padding-bottom: 540px;
  }

  .tw .xl\:py-109{
    padding-top: 545px;
    padding-bottom: 545px;
  }

  .tw .xl\:py-110{
    padding-top: 550px;
    padding-bottom: 550px;
  }

  .tw .xl\:py-111{
    padding-top: 555px;
    padding-bottom: 555px;
  }

  .tw .xl\:py-112{
    padding-top: 560px;
    padding-bottom: 560px;
  }

  .tw .xl\:py-113{
    padding-top: 565px;
    padding-bottom: 565px;
  }

  .tw .xl\:py-114{
    padding-top: 570px;
    padding-bottom: 570px;
  }

  .tw .xl\:py-115{
    padding-top: 575px;
    padding-bottom: 575px;
  }

  .tw .xl\:py-116{
    padding-top: 580px;
    padding-bottom: 580px;
  }

  .tw .xl\:py-117{
    padding-top: 585px;
    padding-bottom: 585px;
  }

  .tw .xl\:py-118{
    padding-top: 590px;
    padding-bottom: 590px;
  }

  .tw .xl\:py-119{
    padding-top: 595px;
    padding-bottom: 595px;
  }

  .tw .xl\:py-120{
    padding-top: 600px;
    padding-bottom: 600px;
  }

  .tw .xl\:py-121{
    padding-top: 605px;
    padding-bottom: 605px;
  }

  .tw .xl\:py-122{
    padding-top: 610px;
    padding-bottom: 610px;
  }

  .tw .xl\:py-123{
    padding-top: 615px;
    padding-bottom: 615px;
  }

  .tw .xl\:py-124{
    padding-top: 620px;
    padding-bottom: 620px;
  }

  .tw .xl\:py-125{
    padding-top: 625px;
    padding-bottom: 625px;
  }

  .tw .xl\:py-126{
    padding-top: 630px;
    padding-bottom: 630px;
  }

  .tw .xl\:py-127{
    padding-top: 635px;
    padding-bottom: 635px;
  }

  .tw .xl\:py-128{
    padding-top: 640px;
    padding-bottom: 640px;
  }

  .tw .xl\:py-129{
    padding-top: 645px;
    padding-bottom: 645px;
  }

  .tw .xl\:py-130{
    padding-top: 650px;
    padding-bottom: 650px;
  }

  .tw .xl\:py-131{
    padding-top: 655px;
    padding-bottom: 655px;
  }

  .tw .xl\:py-132{
    padding-top: 660px;
    padding-bottom: 660px;
  }

  .tw .xl\:py-133{
    padding-top: 665px;
    padding-bottom: 665px;
  }

  .tw .xl\:py-134{
    padding-top: 670px;
    padding-bottom: 670px;
  }

  .tw .xl\:py-135{
    padding-top: 675px;
    padding-bottom: 675px;
  }

  .tw .xl\:py-136{
    padding-top: 680px;
    padding-bottom: 680px;
  }

  .tw .xl\:py-137{
    padding-top: 685px;
    padding-bottom: 685px;
  }

  .tw .xl\:py-138{
    padding-top: 690px;
    padding-bottom: 690px;
  }

  .tw .xl\:py-139{
    padding-top: 695px;
    padding-bottom: 695px;
  }

  .tw .xl\:py-140{
    padding-top: 700px;
    padding-bottom: 700px;
  }

  .tw .xl\:py-141{
    padding-top: 705px;
    padding-bottom: 705px;
  }

  .tw .xl\:py-142{
    padding-top: 710px;
    padding-bottom: 710px;
  }

  .tw .xl\:py-143{
    padding-top: 715px;
    padding-bottom: 715px;
  }

  .tw .xl\:py-144{
    padding-top: 720px;
    padding-bottom: 720px;
  }

  .tw .xl\:py-145{
    padding-top: 725px;
    padding-bottom: 725px;
  }

  .tw .xl\:py-146{
    padding-top: 730px;
    padding-bottom: 730px;
  }

  .tw .xl\:py-147{
    padding-top: 735px;
    padding-bottom: 735px;
  }

  .tw .xl\:py-148{
    padding-top: 740px;
    padding-bottom: 740px;
  }

  .tw .xl\:py-149{
    padding-top: 745px;
    padding-bottom: 745px;
  }

  .tw .xl\:py-0\.5{
    padding-top: 3px;
    padding-bottom: 3px;
  }

  .tw .xl\:py-1px{
    padding-top: 1px;
    padding-bottom: 1px;
  }

  .tw .xl\:py-2px{
    padding-top: 2px;
    padding-bottom: 2px;
  }

  .tw .xl\:py-3px{
    padding-top: 3px;
    padding-bottom: 3px;
  }

  .tw .xl\:py-4px{
    padding-top: 4px;
    padding-bottom: 4px;
  }

  .tw .xl\:py-5px{
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .tw .xl\:py-6px{
    padding-top: 6px;
    padding-bottom: 6px;
  }

  .tw .xl\:py-7px{
    padding-top: 7px;
    padding-bottom: 7px;
  }

  .tw .xl\:py-8px{
    padding-top: 8px;
    padding-bottom: 8px;
  }

  .tw .xl\:py-9px{
    padding-top: 9px;
    padding-bottom: 9px;
  }

  .tw .xl\:py-10px{
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .tw .xl\:py-11px{
    padding-top: 11px;
    padding-bottom: 11px;
  }

  .tw .xl\:py-12px{
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .tw .xl\:py-13px{
    padding-top: 13px;
    padding-bottom: 13px;
  }

  .tw .xl\:py-14px{
    padding-top: 14px;
    padding-bottom: 14px;
  }

  .tw .xl\:py-15px{
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .tw .xl\:py-16px{
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .tw .xl\:py-17px{
    padding-top: 17px;
    padding-bottom: 17px;
  }

  .tw .xl\:py-18px{
    padding-top: 18px;
    padding-bottom: 18px;
  }

  .tw .xl\:py-19px{
    padding-top: 19px;
    padding-bottom: 19px;
  }

  .tw .xl\:py-20px{
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .tw .xl\:py-21px{
    padding-top: 21px;
    padding-bottom: 21px;
  }

  .tw .xl\:py-22px{
    padding-top: 22px;
    padding-bottom: 22px;
  }

  .tw .xl\:py-23px{
    padding-top: 23px;
    padding-bottom: 23px;
  }

  .tw .xl\:py-24px{
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .tw .xl\:py-25px{
    padding-top: 25px;
    padding-bottom: 25px;
  }

  .tw .xl\:py-26px{
    padding-top: 26px;
    padding-bottom: 26px;
  }

  .tw .xl\:py-27px{
    padding-top: 27px;
    padding-bottom: 27px;
  }

  .tw .xl\:py-28px{
    padding-top: 28px;
    padding-bottom: 28px;
  }

  .tw .xl\:py-29px{
    padding-top: 29px;
    padding-bottom: 29px;
  }

  .tw .xl\:py-30px{
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .tw .xl\:py-31px{
    padding-top: 31px;
    padding-bottom: 31px;
  }

  .tw .xl\:py-32px{
    padding-top: 32px;
    padding-bottom: 32px;
  }

  .tw .xl\:py-33px{
    padding-top: 33px;
    padding-bottom: 33px;
  }

  .tw .xl\:py-34px{
    padding-top: 34px;
    padding-bottom: 34px;
  }

  .tw .xl\:py-35px{
    padding-top: 35px;
    padding-bottom: 35px;
  }

  .tw .xl\:py-36px{
    padding-top: 36px;
    padding-bottom: 36px;
  }

  .tw .xl\:py-37px{
    padding-top: 37px;
    padding-bottom: 37px;
  }

  .tw .xl\:py-38px{
    padding-top: 38px;
    padding-bottom: 38px;
  }

  .tw .xl\:py-39px{
    padding-top: 39px;
    padding-bottom: 39px;
  }

  .tw .xl\:py-40px{
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .tw .xl\:first\:px-0:first-child{
    padding-left: 0px;
    padding-right: 0px;
  }

  .tw .xl\:first\:px-1:first-child{
    padding-left: 5px;
    padding-right: 5px;
  }

  .tw .xl\:first\:px-2:first-child{
    padding-left: 10px;
    padding-right: 10px;
  }

  .tw .xl\:first\:px-3:first-child{
    padding-left: 15px;
    padding-right: 15px;
  }

  .tw .xl\:first\:px-4:first-child{
    padding-left: 20px;
    padding-right: 20px;
  }

  .tw .xl\:first\:px-5:first-child{
    padding-left: 25px;
    padding-right: 25px;
  }

  .tw .xl\:first\:px-6:first-child{
    padding-left: 30px;
    padding-right: 30px;
  }

  .tw .xl\:first\:px-7:first-child{
    padding-left: 35px;
    padding-right: 35px;
  }

  .tw .xl\:first\:px-8:first-child{
    padding-left: 40px;
    padding-right: 40px;
  }

  .tw .xl\:first\:px-9:first-child{
    padding-left: 45px;
    padding-right: 45px;
  }

  .tw .xl\:first\:px-10:first-child{
    padding-left: 50px;
    padding-right: 50px;
  }

  .tw .xl\:first\:px-11:first-child{
    padding-left: 55px;
    padding-right: 55px;
  }

  .tw .xl\:first\:px-12:first-child{
    padding-left: 60px;
    padding-right: 60px;
  }

  .tw .xl\:first\:px-13:first-child{
    padding-left: 65px;
    padding-right: 65px;
  }

  .tw .xl\:first\:px-14:first-child{
    padding-left: 70px;
    padding-right: 70px;
  }

  .tw .xl\:first\:px-15:first-child{
    padding-left: 75px;
    padding-right: 75px;
  }

  .tw .xl\:first\:px-16:first-child{
    padding-left: 80px;
    padding-right: 80px;
  }

  .tw .xl\:first\:px-17:first-child{
    padding-left: 85px;
    padding-right: 85px;
  }

  .tw .xl\:first\:px-18:first-child{
    padding-left: 90px;
    padding-right: 90px;
  }

  .tw .xl\:first\:px-19:first-child{
    padding-left: 95px;
    padding-right: 95px;
  }

  .tw .xl\:first\:px-20:first-child{
    padding-left: 100px;
    padding-right: 100px;
  }

  .tw .xl\:first\:px-21:first-child{
    padding-left: 105px;
    padding-right: 105px;
  }

  .tw .xl\:first\:px-22:first-child{
    padding-left: 110px;
    padding-right: 110px;
  }

  .tw .xl\:first\:px-23:first-child{
    padding-left: 115px;
    padding-right: 115px;
  }

  .tw .xl\:first\:px-24:first-child{
    padding-left: 120px;
    padding-right: 120px;
  }

  .tw .xl\:first\:px-25:first-child{
    padding-left: 125px;
    padding-right: 125px;
  }

  .tw .xl\:first\:px-26:first-child{
    padding-left: 130px;
    padding-right: 130px;
  }

  .tw .xl\:first\:px-27:first-child{
    padding-left: 135px;
    padding-right: 135px;
  }

  .tw .xl\:first\:px-28:first-child{
    padding-left: 140px;
    padding-right: 140px;
  }

  .tw .xl\:first\:px-29:first-child{
    padding-left: 145px;
    padding-right: 145px;
  }

  .tw .xl\:first\:px-30:first-child{
    padding-left: 150px;
    padding-right: 150px;
  }

  .tw .xl\:first\:px-31:first-child{
    padding-left: 155px;
    padding-right: 155px;
  }

  .tw .xl\:first\:px-32:first-child{
    padding-left: 160px;
    padding-right: 160px;
  }

  .tw .xl\:first\:px-33:first-child{
    padding-left: 165px;
    padding-right: 165px;
  }

  .tw .xl\:first\:px-34:first-child{
    padding-left: 170px;
    padding-right: 170px;
  }

  .tw .xl\:first\:px-35:first-child{
    padding-left: 175px;
    padding-right: 175px;
  }

  .tw .xl\:first\:px-36:first-child{
    padding-left: 180px;
    padding-right: 180px;
  }

  .tw .xl\:first\:px-37:first-child{
    padding-left: 185px;
    padding-right: 185px;
  }

  .tw .xl\:first\:px-38:first-child{
    padding-left: 190px;
    padding-right: 190px;
  }

  .tw .xl\:first\:px-39:first-child{
    padding-left: 195px;
    padding-right: 195px;
  }

  .tw .xl\:first\:px-40:first-child{
    padding-left: 200px;
    padding-right: 200px;
  }

  .tw .xl\:first\:px-41:first-child{
    padding-left: 205px;
    padding-right: 205px;
  }

  .tw .xl\:first\:px-42:first-child{
    padding-left: 210px;
    padding-right: 210px;
  }

  .tw .xl\:first\:px-43:first-child{
    padding-left: 215px;
    padding-right: 215px;
  }

  .tw .xl\:first\:px-44:first-child{
    padding-left: 220px;
    padding-right: 220px;
  }

  .tw .xl\:first\:px-45:first-child{
    padding-left: 225px;
    padding-right: 225px;
  }

  .tw .xl\:first\:px-46:first-child{
    padding-left: 230px;
    padding-right: 230px;
  }

  .tw .xl\:first\:px-47:first-child{
    padding-left: 235px;
    padding-right: 235px;
  }

  .tw .xl\:first\:px-48:first-child{
    padding-left: 240px;
    padding-right: 240px;
  }

  .tw .xl\:first\:px-49:first-child{
    padding-left: 245px;
    padding-right: 245px;
  }

  .tw .xl\:first\:px-50:first-child{
    padding-left: 250px;
    padding-right: 250px;
  }

  .tw .xl\:first\:px-51:first-child{
    padding-left: 255px;
    padding-right: 255px;
  }

  .tw .xl\:first\:px-52:first-child{
    padding-left: 260px;
    padding-right: 260px;
  }

  .tw .xl\:first\:px-53:first-child{
    padding-left: 265px;
    padding-right: 265px;
  }

  .tw .xl\:first\:px-54:first-child{
    padding-left: 270px;
    padding-right: 270px;
  }

  .tw .xl\:first\:px-55:first-child{
    padding-left: 275px;
    padding-right: 275px;
  }

  .tw .xl\:first\:px-56:first-child{
    padding-left: 280px;
    padding-right: 280px;
  }

  .tw .xl\:first\:px-57:first-child{
    padding-left: 285px;
    padding-right: 285px;
  }

  .tw .xl\:first\:px-58:first-child{
    padding-left: 290px;
    padding-right: 290px;
  }

  .tw .xl\:first\:px-59:first-child{
    padding-left: 295px;
    padding-right: 295px;
  }

  .tw .xl\:first\:px-60:first-child{
    padding-left: 300px;
    padding-right: 300px;
  }

  .tw .xl\:first\:px-61:first-child{
    padding-left: 305px;
    padding-right: 305px;
  }

  .tw .xl\:first\:px-62:first-child{
    padding-left: 310px;
    padding-right: 310px;
  }

  .tw .xl\:first\:px-63:first-child{
    padding-left: 315px;
    padding-right: 315px;
  }

  .tw .xl\:first\:px-64:first-child{
    padding-left: 320px;
    padding-right: 320px;
  }

  .tw .xl\:first\:px-65:first-child{
    padding-left: 325px;
    padding-right: 325px;
  }

  .tw .xl\:first\:px-66:first-child{
    padding-left: 330px;
    padding-right: 330px;
  }

  .tw .xl\:first\:px-67:first-child{
    padding-left: 335px;
    padding-right: 335px;
  }

  .tw .xl\:first\:px-68:first-child{
    padding-left: 340px;
    padding-right: 340px;
  }

  .tw .xl\:first\:px-69:first-child{
    padding-left: 345px;
    padding-right: 345px;
  }

  .tw .xl\:first\:px-70:first-child{
    padding-left: 350px;
    padding-right: 350px;
  }

  .tw .xl\:first\:px-71:first-child{
    padding-left: 355px;
    padding-right: 355px;
  }

  .tw .xl\:first\:px-72:first-child{
    padding-left: 360px;
    padding-right: 360px;
  }

  .tw .xl\:first\:px-73:first-child{
    padding-left: 365px;
    padding-right: 365px;
  }

  .tw .xl\:first\:px-74:first-child{
    padding-left: 370px;
    padding-right: 370px;
  }

  .tw .xl\:first\:px-75:first-child{
    padding-left: 375px;
    padding-right: 375px;
  }

  .tw .xl\:first\:px-76:first-child{
    padding-left: 380px;
    padding-right: 380px;
  }

  .tw .xl\:first\:px-77:first-child{
    padding-left: 385px;
    padding-right: 385px;
  }

  .tw .xl\:first\:px-78:first-child{
    padding-left: 390px;
    padding-right: 390px;
  }

  .tw .xl\:first\:px-79:first-child{
    padding-left: 395px;
    padding-right: 395px;
  }

  .tw .xl\:first\:px-80:first-child{
    padding-left: 400px;
    padding-right: 400px;
  }

  .tw .xl\:first\:px-81:first-child{
    padding-left: 405px;
    padding-right: 405px;
  }

  .tw .xl\:first\:px-82:first-child{
    padding-left: 410px;
    padding-right: 410px;
  }

  .tw .xl\:first\:px-83:first-child{
    padding-left: 415px;
    padding-right: 415px;
  }

  .tw .xl\:first\:px-84:first-child{
    padding-left: 420px;
    padding-right: 420px;
  }

  .tw .xl\:first\:px-85:first-child{
    padding-left: 425px;
    padding-right: 425px;
  }

  .tw .xl\:first\:px-86:first-child{
    padding-left: 430px;
    padding-right: 430px;
  }

  .tw .xl\:first\:px-87:first-child{
    padding-left: 435px;
    padding-right: 435px;
  }

  .tw .xl\:first\:px-88:first-child{
    padding-left: 440px;
    padding-right: 440px;
  }

  .tw .xl\:first\:px-89:first-child{
    padding-left: 445px;
    padding-right: 445px;
  }

  .tw .xl\:first\:px-90:first-child{
    padding-left: 450px;
    padding-right: 450px;
  }

  .tw .xl\:first\:px-91:first-child{
    padding-left: 455px;
    padding-right: 455px;
  }

  .tw .xl\:first\:px-92:first-child{
    padding-left: 460px;
    padding-right: 460px;
  }

  .tw .xl\:first\:px-93:first-child{
    padding-left: 465px;
    padding-right: 465px;
  }

  .tw .xl\:first\:px-94:first-child{
    padding-left: 470px;
    padding-right: 470px;
  }

  .tw .xl\:first\:px-95:first-child{
    padding-left: 475px;
    padding-right: 475px;
  }

  .tw .xl\:first\:px-96:first-child{
    padding-left: 480px;
    padding-right: 480px;
  }

  .tw .xl\:first\:px-97:first-child{
    padding-left: 485px;
    padding-right: 485px;
  }

  .tw .xl\:first\:px-98:first-child{
    padding-left: 490px;
    padding-right: 490px;
  }

  .tw .xl\:first\:px-99:first-child{
    padding-left: 495px;
    padding-right: 495px;
  }

  .tw .xl\:first\:px-100:first-child{
    padding-left: 500px;
    padding-right: 500px;
  }

  .tw .xl\:first\:px-101:first-child{
    padding-left: 505px;
    padding-right: 505px;
  }

  .tw .xl\:first\:px-102:first-child{
    padding-left: 510px;
    padding-right: 510px;
  }

  .tw .xl\:first\:px-103:first-child{
    padding-left: 515px;
    padding-right: 515px;
  }

  .tw .xl\:first\:px-104:first-child{
    padding-left: 520px;
    padding-right: 520px;
  }

  .tw .xl\:first\:px-105:first-child{
    padding-left: 525px;
    padding-right: 525px;
  }

  .tw .xl\:first\:px-106:first-child{
    padding-left: 530px;
    padding-right: 530px;
  }

  .tw .xl\:first\:px-107:first-child{
    padding-left: 535px;
    padding-right: 535px;
  }

  .tw .xl\:first\:px-108:first-child{
    padding-left: 540px;
    padding-right: 540px;
  }

  .tw .xl\:first\:px-109:first-child{
    padding-left: 545px;
    padding-right: 545px;
  }

  .tw .xl\:first\:px-110:first-child{
    padding-left: 550px;
    padding-right: 550px;
  }

  .tw .xl\:first\:px-111:first-child{
    padding-left: 555px;
    padding-right: 555px;
  }

  .tw .xl\:first\:px-112:first-child{
    padding-left: 560px;
    padding-right: 560px;
  }

  .tw .xl\:first\:px-113:first-child{
    padding-left: 565px;
    padding-right: 565px;
  }

  .tw .xl\:first\:px-114:first-child{
    padding-left: 570px;
    padding-right: 570px;
  }

  .tw .xl\:first\:px-115:first-child{
    padding-left: 575px;
    padding-right: 575px;
  }

  .tw .xl\:first\:px-116:first-child{
    padding-left: 580px;
    padding-right: 580px;
  }

  .tw .xl\:first\:px-117:first-child{
    padding-left: 585px;
    padding-right: 585px;
  }

  .tw .xl\:first\:px-118:first-child{
    padding-left: 590px;
    padding-right: 590px;
  }

  .tw .xl\:first\:px-119:first-child{
    padding-left: 595px;
    padding-right: 595px;
  }

  .tw .xl\:first\:px-120:first-child{
    padding-left: 600px;
    padding-right: 600px;
  }

  .tw .xl\:first\:px-121:first-child{
    padding-left: 605px;
    padding-right: 605px;
  }

  .tw .xl\:first\:px-122:first-child{
    padding-left: 610px;
    padding-right: 610px;
  }

  .tw .xl\:first\:px-123:first-child{
    padding-left: 615px;
    padding-right: 615px;
  }

  .tw .xl\:first\:px-124:first-child{
    padding-left: 620px;
    padding-right: 620px;
  }

  .tw .xl\:first\:px-125:first-child{
    padding-left: 625px;
    padding-right: 625px;
  }

  .tw .xl\:first\:px-126:first-child{
    padding-left: 630px;
    padding-right: 630px;
  }

  .tw .xl\:first\:px-127:first-child{
    padding-left: 635px;
    padding-right: 635px;
  }

  .tw .xl\:first\:px-128:first-child{
    padding-left: 640px;
    padding-right: 640px;
  }

  .tw .xl\:first\:px-129:first-child{
    padding-left: 645px;
    padding-right: 645px;
  }

  .tw .xl\:first\:px-130:first-child{
    padding-left: 650px;
    padding-right: 650px;
  }

  .tw .xl\:first\:px-131:first-child{
    padding-left: 655px;
    padding-right: 655px;
  }

  .tw .xl\:first\:px-132:first-child{
    padding-left: 660px;
    padding-right: 660px;
  }

  .tw .xl\:first\:px-133:first-child{
    padding-left: 665px;
    padding-right: 665px;
  }

  .tw .xl\:first\:px-134:first-child{
    padding-left: 670px;
    padding-right: 670px;
  }

  .tw .xl\:first\:px-135:first-child{
    padding-left: 675px;
    padding-right: 675px;
  }

  .tw .xl\:first\:px-136:first-child{
    padding-left: 680px;
    padding-right: 680px;
  }

  .tw .xl\:first\:px-137:first-child{
    padding-left: 685px;
    padding-right: 685px;
  }

  .tw .xl\:first\:px-138:first-child{
    padding-left: 690px;
    padding-right: 690px;
  }

  .tw .xl\:first\:px-139:first-child{
    padding-left: 695px;
    padding-right: 695px;
  }

  .tw .xl\:first\:px-140:first-child{
    padding-left: 700px;
    padding-right: 700px;
  }

  .tw .xl\:first\:px-141:first-child{
    padding-left: 705px;
    padding-right: 705px;
  }

  .tw .xl\:first\:px-142:first-child{
    padding-left: 710px;
    padding-right: 710px;
  }

  .tw .xl\:first\:px-143:first-child{
    padding-left: 715px;
    padding-right: 715px;
  }

  .tw .xl\:first\:px-144:first-child{
    padding-left: 720px;
    padding-right: 720px;
  }

  .tw .xl\:first\:px-145:first-child{
    padding-left: 725px;
    padding-right: 725px;
  }

  .tw .xl\:first\:px-146:first-child{
    padding-left: 730px;
    padding-right: 730px;
  }

  .tw .xl\:first\:px-147:first-child{
    padding-left: 735px;
    padding-right: 735px;
  }

  .tw .xl\:first\:px-148:first-child{
    padding-left: 740px;
    padding-right: 740px;
  }

  .tw .xl\:first\:px-149:first-child{
    padding-left: 745px;
    padding-right: 745px;
  }

  .tw .xl\:first\:px-0\.5:first-child{
    padding-left: 3px;
    padding-right: 3px;
  }

  .tw .xl\:first\:px-1px:first-child{
    padding-left: 1px;
    padding-right: 1px;
  }

  .tw .xl\:first\:px-2px:first-child{
    padding-left: 2px;
    padding-right: 2px;
  }

  .tw .xl\:first\:px-3px:first-child{
    padding-left: 3px;
    padding-right: 3px;
  }

  .tw .xl\:first\:px-4px:first-child{
    padding-left: 4px;
    padding-right: 4px;
  }

  .tw .xl\:first\:px-5px:first-child{
    padding-left: 5px;
    padding-right: 5px;
  }

  .tw .xl\:first\:px-6px:first-child{
    padding-left: 6px;
    padding-right: 6px;
  }

  .tw .xl\:first\:px-7px:first-child{
    padding-left: 7px;
    padding-right: 7px;
  }

  .tw .xl\:first\:px-8px:first-child{
    padding-left: 8px;
    padding-right: 8px;
  }

  .tw .xl\:first\:px-9px:first-child{
    padding-left: 9px;
    padding-right: 9px;
  }

  .tw .xl\:first\:px-10px:first-child{
    padding-left: 10px;
    padding-right: 10px;
  }

  .tw .xl\:first\:px-11px:first-child{
    padding-left: 11px;
    padding-right: 11px;
  }

  .tw .xl\:first\:px-12px:first-child{
    padding-left: 12px;
    padding-right: 12px;
  }

  .tw .xl\:first\:px-13px:first-child{
    padding-left: 13px;
    padding-right: 13px;
  }

  .tw .xl\:first\:px-14px:first-child{
    padding-left: 14px;
    padding-right: 14px;
  }

  .tw .xl\:first\:px-15px:first-child{
    padding-left: 15px;
    padding-right: 15px;
  }

  .tw .xl\:first\:px-16px:first-child{
    padding-left: 16px;
    padding-right: 16px;
  }

  .tw .xl\:first\:px-17px:first-child{
    padding-left: 17px;
    padding-right: 17px;
  }

  .tw .xl\:first\:px-18px:first-child{
    padding-left: 18px;
    padding-right: 18px;
  }

  .tw .xl\:first\:px-19px:first-child{
    padding-left: 19px;
    padding-right: 19px;
  }

  .tw .xl\:first\:px-20px:first-child{
    padding-left: 20px;
    padding-right: 20px;
  }

  .tw .xl\:first\:px-21px:first-child{
    padding-left: 21px;
    padding-right: 21px;
  }

  .tw .xl\:first\:px-22px:first-child{
    padding-left: 22px;
    padding-right: 22px;
  }

  .tw .xl\:first\:px-23px:first-child{
    padding-left: 23px;
    padding-right: 23px;
  }

  .tw .xl\:first\:px-24px:first-child{
    padding-left: 24px;
    padding-right: 24px;
  }

  .tw .xl\:first\:px-25px:first-child{
    padding-left: 25px;
    padding-right: 25px;
  }

  .tw .xl\:first\:px-26px:first-child{
    padding-left: 26px;
    padding-right: 26px;
  }

  .tw .xl\:first\:px-27px:first-child{
    padding-left: 27px;
    padding-right: 27px;
  }

  .tw .xl\:first\:px-28px:first-child{
    padding-left: 28px;
    padding-right: 28px;
  }

  .tw .xl\:first\:px-29px:first-child{
    padding-left: 29px;
    padding-right: 29px;
  }

  .tw .xl\:first\:px-30px:first-child{
    padding-left: 30px;
    padding-right: 30px;
  }

  .tw .xl\:first\:px-31px:first-child{
    padding-left: 31px;
    padding-right: 31px;
  }

  .tw .xl\:first\:px-32px:first-child{
    padding-left: 32px;
    padding-right: 32px;
  }

  .tw .xl\:first\:px-33px:first-child{
    padding-left: 33px;
    padding-right: 33px;
  }

  .tw .xl\:first\:px-34px:first-child{
    padding-left: 34px;
    padding-right: 34px;
  }

  .tw .xl\:first\:px-35px:first-child{
    padding-left: 35px;
    padding-right: 35px;
  }

  .tw .xl\:first\:px-36px:first-child{
    padding-left: 36px;
    padding-right: 36px;
  }

  .tw .xl\:first\:px-37px:first-child{
    padding-left: 37px;
    padding-right: 37px;
  }

  .tw .xl\:first\:px-38px:first-child{
    padding-left: 38px;
    padding-right: 38px;
  }

  .tw .xl\:first\:px-39px:first-child{
    padding-left: 39px;
    padding-right: 39px;
  }

  .tw .xl\:first\:px-40px:first-child{
    padding-left: 40px;
    padding-right: 40px;
  }

  .tw .xl\:first\:py-0:first-child{
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .tw .xl\:first\:py-1:first-child{
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .tw .xl\:first\:py-2:first-child{
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .tw .xl\:first\:py-3:first-child{
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .tw .xl\:first\:py-4:first-child{
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .tw .xl\:first\:py-5:first-child{
    padding-top: 25px;
    padding-bottom: 25px;
  }

  .tw .xl\:first\:py-6:first-child{
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .tw .xl\:first\:py-7:first-child{
    padding-top: 35px;
    padding-bottom: 35px;
  }

  .tw .xl\:first\:py-8:first-child{
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .tw .xl\:first\:py-9:first-child{
    padding-top: 45px;
    padding-bottom: 45px;
  }

  .tw .xl\:first\:py-10:first-child{
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .tw .xl\:first\:py-11:first-child{
    padding-top: 55px;
    padding-bottom: 55px;
  }

  .tw .xl\:first\:py-12:first-child{
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .tw .xl\:first\:py-13:first-child{
    padding-top: 65px;
    padding-bottom: 65px;
  }

  .tw .xl\:first\:py-14:first-child{
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .tw .xl\:first\:py-15:first-child{
    padding-top: 75px;
    padding-bottom: 75px;
  }

  .tw .xl\:first\:py-16:first-child{
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .tw .xl\:first\:py-17:first-child{
    padding-top: 85px;
    padding-bottom: 85px;
  }

  .tw .xl\:first\:py-18:first-child{
    padding-top: 90px;
    padding-bottom: 90px;
  }

  .tw .xl\:first\:py-19:first-child{
    padding-top: 95px;
    padding-bottom: 95px;
  }

  .tw .xl\:first\:py-20:first-child{
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .tw .xl\:first\:py-21:first-child{
    padding-top: 105px;
    padding-bottom: 105px;
  }

  .tw .xl\:first\:py-22:first-child{
    padding-top: 110px;
    padding-bottom: 110px;
  }

  .tw .xl\:first\:py-23:first-child{
    padding-top: 115px;
    padding-bottom: 115px;
  }

  .tw .xl\:first\:py-24:first-child{
    padding-top: 120px;
    padding-bottom: 120px;
  }

  .tw .xl\:first\:py-25:first-child{
    padding-top: 125px;
    padding-bottom: 125px;
  }

  .tw .xl\:first\:py-26:first-child{
    padding-top: 130px;
    padding-bottom: 130px;
  }

  .tw .xl\:first\:py-27:first-child{
    padding-top: 135px;
    padding-bottom: 135px;
  }

  .tw .xl\:first\:py-28:first-child{
    padding-top: 140px;
    padding-bottom: 140px;
  }

  .tw .xl\:first\:py-29:first-child{
    padding-top: 145px;
    padding-bottom: 145px;
  }

  .tw .xl\:first\:py-30:first-child{
    padding-top: 150px;
    padding-bottom: 150px;
  }

  .tw .xl\:first\:py-31:first-child{
    padding-top: 155px;
    padding-bottom: 155px;
  }

  .tw .xl\:first\:py-32:first-child{
    padding-top: 160px;
    padding-bottom: 160px;
  }

  .tw .xl\:first\:py-33:first-child{
    padding-top: 165px;
    padding-bottom: 165px;
  }

  .tw .xl\:first\:py-34:first-child{
    padding-top: 170px;
    padding-bottom: 170px;
  }

  .tw .xl\:first\:py-35:first-child{
    padding-top: 175px;
    padding-bottom: 175px;
  }

  .tw .xl\:first\:py-36:first-child{
    padding-top: 180px;
    padding-bottom: 180px;
  }

  .tw .xl\:first\:py-37:first-child{
    padding-top: 185px;
    padding-bottom: 185px;
  }

  .tw .xl\:first\:py-38:first-child{
    padding-top: 190px;
    padding-bottom: 190px;
  }

  .tw .xl\:first\:py-39:first-child{
    padding-top: 195px;
    padding-bottom: 195px;
  }

  .tw .xl\:first\:py-40:first-child{
    padding-top: 200px;
    padding-bottom: 200px;
  }

  .tw .xl\:first\:py-41:first-child{
    padding-top: 205px;
    padding-bottom: 205px;
  }

  .tw .xl\:first\:py-42:first-child{
    padding-top: 210px;
    padding-bottom: 210px;
  }

  .tw .xl\:first\:py-43:first-child{
    padding-top: 215px;
    padding-bottom: 215px;
  }

  .tw .xl\:first\:py-44:first-child{
    padding-top: 220px;
    padding-bottom: 220px;
  }

  .tw .xl\:first\:py-45:first-child{
    padding-top: 225px;
    padding-bottom: 225px;
  }

  .tw .xl\:first\:py-46:first-child{
    padding-top: 230px;
    padding-bottom: 230px;
  }

  .tw .xl\:first\:py-47:first-child{
    padding-top: 235px;
    padding-bottom: 235px;
  }

  .tw .xl\:first\:py-48:first-child{
    padding-top: 240px;
    padding-bottom: 240px;
  }

  .tw .xl\:first\:py-49:first-child{
    padding-top: 245px;
    padding-bottom: 245px;
  }

  .tw .xl\:first\:py-50:first-child{
    padding-top: 250px;
    padding-bottom: 250px;
  }

  .tw .xl\:first\:py-51:first-child{
    padding-top: 255px;
    padding-bottom: 255px;
  }

  .tw .xl\:first\:py-52:first-child{
    padding-top: 260px;
    padding-bottom: 260px;
  }

  .tw .xl\:first\:py-53:first-child{
    padding-top: 265px;
    padding-bottom: 265px;
  }

  .tw .xl\:first\:py-54:first-child{
    padding-top: 270px;
    padding-bottom: 270px;
  }

  .tw .xl\:first\:py-55:first-child{
    padding-top: 275px;
    padding-bottom: 275px;
  }

  .tw .xl\:first\:py-56:first-child{
    padding-top: 280px;
    padding-bottom: 280px;
  }

  .tw .xl\:first\:py-57:first-child{
    padding-top: 285px;
    padding-bottom: 285px;
  }

  .tw .xl\:first\:py-58:first-child{
    padding-top: 290px;
    padding-bottom: 290px;
  }

  .tw .xl\:first\:py-59:first-child{
    padding-top: 295px;
    padding-bottom: 295px;
  }

  .tw .xl\:first\:py-60:first-child{
    padding-top: 300px;
    padding-bottom: 300px;
  }

  .tw .xl\:first\:py-61:first-child{
    padding-top: 305px;
    padding-bottom: 305px;
  }

  .tw .xl\:first\:py-62:first-child{
    padding-top: 310px;
    padding-bottom: 310px;
  }

  .tw .xl\:first\:py-63:first-child{
    padding-top: 315px;
    padding-bottom: 315px;
  }

  .tw .xl\:first\:py-64:first-child{
    padding-top: 320px;
    padding-bottom: 320px;
  }

  .tw .xl\:first\:py-65:first-child{
    padding-top: 325px;
    padding-bottom: 325px;
  }

  .tw .xl\:first\:py-66:first-child{
    padding-top: 330px;
    padding-bottom: 330px;
  }

  .tw .xl\:first\:py-67:first-child{
    padding-top: 335px;
    padding-bottom: 335px;
  }

  .tw .xl\:first\:py-68:first-child{
    padding-top: 340px;
    padding-bottom: 340px;
  }

  .tw .xl\:first\:py-69:first-child{
    padding-top: 345px;
    padding-bottom: 345px;
  }

  .tw .xl\:first\:py-70:first-child{
    padding-top: 350px;
    padding-bottom: 350px;
  }

  .tw .xl\:first\:py-71:first-child{
    padding-top: 355px;
    padding-bottom: 355px;
  }

  .tw .xl\:first\:py-72:first-child{
    padding-top: 360px;
    padding-bottom: 360px;
  }

  .tw .xl\:first\:py-73:first-child{
    padding-top: 365px;
    padding-bottom: 365px;
  }

  .tw .xl\:first\:py-74:first-child{
    padding-top: 370px;
    padding-bottom: 370px;
  }

  .tw .xl\:first\:py-75:first-child{
    padding-top: 375px;
    padding-bottom: 375px;
  }

  .tw .xl\:first\:py-76:first-child{
    padding-top: 380px;
    padding-bottom: 380px;
  }

  .tw .xl\:first\:py-77:first-child{
    padding-top: 385px;
    padding-bottom: 385px;
  }

  .tw .xl\:first\:py-78:first-child{
    padding-top: 390px;
    padding-bottom: 390px;
  }

  .tw .xl\:first\:py-79:first-child{
    padding-top: 395px;
    padding-bottom: 395px;
  }

  .tw .xl\:first\:py-80:first-child{
    padding-top: 400px;
    padding-bottom: 400px;
  }

  .tw .xl\:first\:py-81:first-child{
    padding-top: 405px;
    padding-bottom: 405px;
  }

  .tw .xl\:first\:py-82:first-child{
    padding-top: 410px;
    padding-bottom: 410px;
  }

  .tw .xl\:first\:py-83:first-child{
    padding-top: 415px;
    padding-bottom: 415px;
  }

  .tw .xl\:first\:py-84:first-child{
    padding-top: 420px;
    padding-bottom: 420px;
  }

  .tw .xl\:first\:py-85:first-child{
    padding-top: 425px;
    padding-bottom: 425px;
  }

  .tw .xl\:first\:py-86:first-child{
    padding-top: 430px;
    padding-bottom: 430px;
  }

  .tw .xl\:first\:py-87:first-child{
    padding-top: 435px;
    padding-bottom: 435px;
  }

  .tw .xl\:first\:py-88:first-child{
    padding-top: 440px;
    padding-bottom: 440px;
  }

  .tw .xl\:first\:py-89:first-child{
    padding-top: 445px;
    padding-bottom: 445px;
  }

  .tw .xl\:first\:py-90:first-child{
    padding-top: 450px;
    padding-bottom: 450px;
  }

  .tw .xl\:first\:py-91:first-child{
    padding-top: 455px;
    padding-bottom: 455px;
  }

  .tw .xl\:first\:py-92:first-child{
    padding-top: 460px;
    padding-bottom: 460px;
  }

  .tw .xl\:first\:py-93:first-child{
    padding-top: 465px;
    padding-bottom: 465px;
  }

  .tw .xl\:first\:py-94:first-child{
    padding-top: 470px;
    padding-bottom: 470px;
  }

  .tw .xl\:first\:py-95:first-child{
    padding-top: 475px;
    padding-bottom: 475px;
  }

  .tw .xl\:first\:py-96:first-child{
    padding-top: 480px;
    padding-bottom: 480px;
  }

  .tw .xl\:first\:py-97:first-child{
    padding-top: 485px;
    padding-bottom: 485px;
  }

  .tw .xl\:first\:py-98:first-child{
    padding-top: 490px;
    padding-bottom: 490px;
  }

  .tw .xl\:first\:py-99:first-child{
    padding-top: 495px;
    padding-bottom: 495px;
  }

  .tw .xl\:first\:py-100:first-child{
    padding-top: 500px;
    padding-bottom: 500px;
  }

  .tw .xl\:first\:py-101:first-child{
    padding-top: 505px;
    padding-bottom: 505px;
  }

  .tw .xl\:first\:py-102:first-child{
    padding-top: 510px;
    padding-bottom: 510px;
  }

  .tw .xl\:first\:py-103:first-child{
    padding-top: 515px;
    padding-bottom: 515px;
  }

  .tw .xl\:first\:py-104:first-child{
    padding-top: 520px;
    padding-bottom: 520px;
  }

  .tw .xl\:first\:py-105:first-child{
    padding-top: 525px;
    padding-bottom: 525px;
  }

  .tw .xl\:first\:py-106:first-child{
    padding-top: 530px;
    padding-bottom: 530px;
  }

  .tw .xl\:first\:py-107:first-child{
    padding-top: 535px;
    padding-bottom: 535px;
  }

  .tw .xl\:first\:py-108:first-child{
    padding-top: 540px;
    padding-bottom: 540px;
  }

  .tw .xl\:first\:py-109:first-child{
    padding-top: 545px;
    padding-bottom: 545px;
  }

  .tw .xl\:first\:py-110:first-child{
    padding-top: 550px;
    padding-bottom: 550px;
  }

  .tw .xl\:first\:py-111:first-child{
    padding-top: 555px;
    padding-bottom: 555px;
  }

  .tw .xl\:first\:py-112:first-child{
    padding-top: 560px;
    padding-bottom: 560px;
  }

  .tw .xl\:first\:py-113:first-child{
    padding-top: 565px;
    padding-bottom: 565px;
  }

  .tw .xl\:first\:py-114:first-child{
    padding-top: 570px;
    padding-bottom: 570px;
  }

  .tw .xl\:first\:py-115:first-child{
    padding-top: 575px;
    padding-bottom: 575px;
  }

  .tw .xl\:first\:py-116:first-child{
    padding-top: 580px;
    padding-bottom: 580px;
  }

  .tw .xl\:first\:py-117:first-child{
    padding-top: 585px;
    padding-bottom: 585px;
  }

  .tw .xl\:first\:py-118:first-child{
    padding-top: 590px;
    padding-bottom: 590px;
  }

  .tw .xl\:first\:py-119:first-child{
    padding-top: 595px;
    padding-bottom: 595px;
  }

  .tw .xl\:first\:py-120:first-child{
    padding-top: 600px;
    padding-bottom: 600px;
  }

  .tw .xl\:first\:py-121:first-child{
    padding-top: 605px;
    padding-bottom: 605px;
  }

  .tw .xl\:first\:py-122:first-child{
    padding-top: 610px;
    padding-bottom: 610px;
  }

  .tw .xl\:first\:py-123:first-child{
    padding-top: 615px;
    padding-bottom: 615px;
  }

  .tw .xl\:first\:py-124:first-child{
    padding-top: 620px;
    padding-bottom: 620px;
  }

  .tw .xl\:first\:py-125:first-child{
    padding-top: 625px;
    padding-bottom: 625px;
  }

  .tw .xl\:first\:py-126:first-child{
    padding-top: 630px;
    padding-bottom: 630px;
  }

  .tw .xl\:first\:py-127:first-child{
    padding-top: 635px;
    padding-bottom: 635px;
  }

  .tw .xl\:first\:py-128:first-child{
    padding-top: 640px;
    padding-bottom: 640px;
  }

  .tw .xl\:first\:py-129:first-child{
    padding-top: 645px;
    padding-bottom: 645px;
  }

  .tw .xl\:first\:py-130:first-child{
    padding-top: 650px;
    padding-bottom: 650px;
  }

  .tw .xl\:first\:py-131:first-child{
    padding-top: 655px;
    padding-bottom: 655px;
  }

  .tw .xl\:first\:py-132:first-child{
    padding-top: 660px;
    padding-bottom: 660px;
  }

  .tw .xl\:first\:py-133:first-child{
    padding-top: 665px;
    padding-bottom: 665px;
  }

  .tw .xl\:first\:py-134:first-child{
    padding-top: 670px;
    padding-bottom: 670px;
  }

  .tw .xl\:first\:py-135:first-child{
    padding-top: 675px;
    padding-bottom: 675px;
  }

  .tw .xl\:first\:py-136:first-child{
    padding-top: 680px;
    padding-bottom: 680px;
  }

  .tw .xl\:first\:py-137:first-child{
    padding-top: 685px;
    padding-bottom: 685px;
  }

  .tw .xl\:first\:py-138:first-child{
    padding-top: 690px;
    padding-bottom: 690px;
  }

  .tw .xl\:first\:py-139:first-child{
    padding-top: 695px;
    padding-bottom: 695px;
  }

  .tw .xl\:first\:py-140:first-child{
    padding-top: 700px;
    padding-bottom: 700px;
  }

  .tw .xl\:first\:py-141:first-child{
    padding-top: 705px;
    padding-bottom: 705px;
  }

  .tw .xl\:first\:py-142:first-child{
    padding-top: 710px;
    padding-bottom: 710px;
  }

  .tw .xl\:first\:py-143:first-child{
    padding-top: 715px;
    padding-bottom: 715px;
  }

  .tw .xl\:first\:py-144:first-child{
    padding-top: 720px;
    padding-bottom: 720px;
  }

  .tw .xl\:first\:py-145:first-child{
    padding-top: 725px;
    padding-bottom: 725px;
  }

  .tw .xl\:first\:py-146:first-child{
    padding-top: 730px;
    padding-bottom: 730px;
  }

  .tw .xl\:first\:py-147:first-child{
    padding-top: 735px;
    padding-bottom: 735px;
  }

  .tw .xl\:first\:py-148:first-child{
    padding-top: 740px;
    padding-bottom: 740px;
  }

  .tw .xl\:first\:py-149:first-child{
    padding-top: 745px;
    padding-bottom: 745px;
  }

  .tw .xl\:first\:py-0\.5:first-child{
    padding-top: 3px;
    padding-bottom: 3px;
  }

  .tw .xl\:first\:py-1px:first-child{
    padding-top: 1px;
    padding-bottom: 1px;
  }

  .tw .xl\:first\:py-2px:first-child{
    padding-top: 2px;
    padding-bottom: 2px;
  }

  .tw .xl\:first\:py-3px:first-child{
    padding-top: 3px;
    padding-bottom: 3px;
  }

  .tw .xl\:first\:py-4px:first-child{
    padding-top: 4px;
    padding-bottom: 4px;
  }

  .tw .xl\:first\:py-5px:first-child{
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .tw .xl\:first\:py-6px:first-child{
    padding-top: 6px;
    padding-bottom: 6px;
  }

  .tw .xl\:first\:py-7px:first-child{
    padding-top: 7px;
    padding-bottom: 7px;
  }

  .tw .xl\:first\:py-8px:first-child{
    padding-top: 8px;
    padding-bottom: 8px;
  }

  .tw .xl\:first\:py-9px:first-child{
    padding-top: 9px;
    padding-bottom: 9px;
  }

  .tw .xl\:first\:py-10px:first-child{
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .tw .xl\:first\:py-11px:first-child{
    padding-top: 11px;
    padding-bottom: 11px;
  }

  .tw .xl\:first\:py-12px:first-child{
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .tw .xl\:first\:py-13px:first-child{
    padding-top: 13px;
    padding-bottom: 13px;
  }

  .tw .xl\:first\:py-14px:first-child{
    padding-top: 14px;
    padding-bottom: 14px;
  }

  .tw .xl\:first\:py-15px:first-child{
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .tw .xl\:first\:py-16px:first-child{
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .tw .xl\:first\:py-17px:first-child{
    padding-top: 17px;
    padding-bottom: 17px;
  }

  .tw .xl\:first\:py-18px:first-child{
    padding-top: 18px;
    padding-bottom: 18px;
  }

  .tw .xl\:first\:py-19px:first-child{
    padding-top: 19px;
    padding-bottom: 19px;
  }

  .tw .xl\:first\:py-20px:first-child{
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .tw .xl\:first\:py-21px:first-child{
    padding-top: 21px;
    padding-bottom: 21px;
  }

  .tw .xl\:first\:py-22px:first-child{
    padding-top: 22px;
    padding-bottom: 22px;
  }

  .tw .xl\:first\:py-23px:first-child{
    padding-top: 23px;
    padding-bottom: 23px;
  }

  .tw .xl\:first\:py-24px:first-child{
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .tw .xl\:first\:py-25px:first-child{
    padding-top: 25px;
    padding-bottom: 25px;
  }

  .tw .xl\:first\:py-26px:first-child{
    padding-top: 26px;
    padding-bottom: 26px;
  }

  .tw .xl\:first\:py-27px:first-child{
    padding-top: 27px;
    padding-bottom: 27px;
  }

  .tw .xl\:first\:py-28px:first-child{
    padding-top: 28px;
    padding-bottom: 28px;
  }

  .tw .xl\:first\:py-29px:first-child{
    padding-top: 29px;
    padding-bottom: 29px;
  }

  .tw .xl\:first\:py-30px:first-child{
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .tw .xl\:first\:py-31px:first-child{
    padding-top: 31px;
    padding-bottom: 31px;
  }

  .tw .xl\:first\:py-32px:first-child{
    padding-top: 32px;
    padding-bottom: 32px;
  }

  .tw .xl\:first\:py-33px:first-child{
    padding-top: 33px;
    padding-bottom: 33px;
  }

  .tw .xl\:first\:py-34px:first-child{
    padding-top: 34px;
    padding-bottom: 34px;
  }

  .tw .xl\:first\:py-35px:first-child{
    padding-top: 35px;
    padding-bottom: 35px;
  }

  .tw .xl\:first\:py-36px:first-child{
    padding-top: 36px;
    padding-bottom: 36px;
  }

  .tw .xl\:first\:py-37px:first-child{
    padding-top: 37px;
    padding-bottom: 37px;
  }

  .tw .xl\:first\:py-38px:first-child{
    padding-top: 38px;
    padding-bottom: 38px;
  }

  .tw .xl\:first\:py-39px:first-child{
    padding-top: 39px;
    padding-bottom: 39px;
  }

  .tw .xl\:first\:py-40px:first-child{
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .tw .xl\:last\:px-0:last-child{
    padding-left: 0px;
    padding-right: 0px;
  }

  .tw .xl\:last\:px-1:last-child{
    padding-left: 5px;
    padding-right: 5px;
  }

  .tw .xl\:last\:px-2:last-child{
    padding-left: 10px;
    padding-right: 10px;
  }

  .tw .xl\:last\:px-3:last-child{
    padding-left: 15px;
    padding-right: 15px;
  }

  .tw .xl\:last\:px-4:last-child{
    padding-left: 20px;
    padding-right: 20px;
  }

  .tw .xl\:last\:px-5:last-child{
    padding-left: 25px;
    padding-right: 25px;
  }

  .tw .xl\:last\:px-6:last-child{
    padding-left: 30px;
    padding-right: 30px;
  }

  .tw .xl\:last\:px-7:last-child{
    padding-left: 35px;
    padding-right: 35px;
  }

  .tw .xl\:last\:px-8:last-child{
    padding-left: 40px;
    padding-right: 40px;
  }

  .tw .xl\:last\:px-9:last-child{
    padding-left: 45px;
    padding-right: 45px;
  }

  .tw .xl\:last\:px-10:last-child{
    padding-left: 50px;
    padding-right: 50px;
  }

  .tw .xl\:last\:px-11:last-child{
    padding-left: 55px;
    padding-right: 55px;
  }

  .tw .xl\:last\:px-12:last-child{
    padding-left: 60px;
    padding-right: 60px;
  }

  .tw .xl\:last\:px-13:last-child{
    padding-left: 65px;
    padding-right: 65px;
  }

  .tw .xl\:last\:px-14:last-child{
    padding-left: 70px;
    padding-right: 70px;
  }

  .tw .xl\:last\:px-15:last-child{
    padding-left: 75px;
    padding-right: 75px;
  }

  .tw .xl\:last\:px-16:last-child{
    padding-left: 80px;
    padding-right: 80px;
  }

  .tw .xl\:last\:px-17:last-child{
    padding-left: 85px;
    padding-right: 85px;
  }

  .tw .xl\:last\:px-18:last-child{
    padding-left: 90px;
    padding-right: 90px;
  }

  .tw .xl\:last\:px-19:last-child{
    padding-left: 95px;
    padding-right: 95px;
  }

  .tw .xl\:last\:px-20:last-child{
    padding-left: 100px;
    padding-right: 100px;
  }

  .tw .xl\:last\:px-21:last-child{
    padding-left: 105px;
    padding-right: 105px;
  }

  .tw .xl\:last\:px-22:last-child{
    padding-left: 110px;
    padding-right: 110px;
  }

  .tw .xl\:last\:px-23:last-child{
    padding-left: 115px;
    padding-right: 115px;
  }

  .tw .xl\:last\:px-24:last-child{
    padding-left: 120px;
    padding-right: 120px;
  }

  .tw .xl\:last\:px-25:last-child{
    padding-left: 125px;
    padding-right: 125px;
  }

  .tw .xl\:last\:px-26:last-child{
    padding-left: 130px;
    padding-right: 130px;
  }

  .tw .xl\:last\:px-27:last-child{
    padding-left: 135px;
    padding-right: 135px;
  }

  .tw .xl\:last\:px-28:last-child{
    padding-left: 140px;
    padding-right: 140px;
  }

  .tw .xl\:last\:px-29:last-child{
    padding-left: 145px;
    padding-right: 145px;
  }

  .tw .xl\:last\:px-30:last-child{
    padding-left: 150px;
    padding-right: 150px;
  }

  .tw .xl\:last\:px-31:last-child{
    padding-left: 155px;
    padding-right: 155px;
  }

  .tw .xl\:last\:px-32:last-child{
    padding-left: 160px;
    padding-right: 160px;
  }

  .tw .xl\:last\:px-33:last-child{
    padding-left: 165px;
    padding-right: 165px;
  }

  .tw .xl\:last\:px-34:last-child{
    padding-left: 170px;
    padding-right: 170px;
  }

  .tw .xl\:last\:px-35:last-child{
    padding-left: 175px;
    padding-right: 175px;
  }

  .tw .xl\:last\:px-36:last-child{
    padding-left: 180px;
    padding-right: 180px;
  }

  .tw .xl\:last\:px-37:last-child{
    padding-left: 185px;
    padding-right: 185px;
  }

  .tw .xl\:last\:px-38:last-child{
    padding-left: 190px;
    padding-right: 190px;
  }

  .tw .xl\:last\:px-39:last-child{
    padding-left: 195px;
    padding-right: 195px;
  }

  .tw .xl\:last\:px-40:last-child{
    padding-left: 200px;
    padding-right: 200px;
  }

  .tw .xl\:last\:px-41:last-child{
    padding-left: 205px;
    padding-right: 205px;
  }

  .tw .xl\:last\:px-42:last-child{
    padding-left: 210px;
    padding-right: 210px;
  }

  .tw .xl\:last\:px-43:last-child{
    padding-left: 215px;
    padding-right: 215px;
  }

  .tw .xl\:last\:px-44:last-child{
    padding-left: 220px;
    padding-right: 220px;
  }

  .tw .xl\:last\:px-45:last-child{
    padding-left: 225px;
    padding-right: 225px;
  }

  .tw .xl\:last\:px-46:last-child{
    padding-left: 230px;
    padding-right: 230px;
  }

  .tw .xl\:last\:px-47:last-child{
    padding-left: 235px;
    padding-right: 235px;
  }

  .tw .xl\:last\:px-48:last-child{
    padding-left: 240px;
    padding-right: 240px;
  }

  .tw .xl\:last\:px-49:last-child{
    padding-left: 245px;
    padding-right: 245px;
  }

  .tw .xl\:last\:px-50:last-child{
    padding-left: 250px;
    padding-right: 250px;
  }

  .tw .xl\:last\:px-51:last-child{
    padding-left: 255px;
    padding-right: 255px;
  }

  .tw .xl\:last\:px-52:last-child{
    padding-left: 260px;
    padding-right: 260px;
  }

  .tw .xl\:last\:px-53:last-child{
    padding-left: 265px;
    padding-right: 265px;
  }

  .tw .xl\:last\:px-54:last-child{
    padding-left: 270px;
    padding-right: 270px;
  }

  .tw .xl\:last\:px-55:last-child{
    padding-left: 275px;
    padding-right: 275px;
  }

  .tw .xl\:last\:px-56:last-child{
    padding-left: 280px;
    padding-right: 280px;
  }

  .tw .xl\:last\:px-57:last-child{
    padding-left: 285px;
    padding-right: 285px;
  }

  .tw .xl\:last\:px-58:last-child{
    padding-left: 290px;
    padding-right: 290px;
  }

  .tw .xl\:last\:px-59:last-child{
    padding-left: 295px;
    padding-right: 295px;
  }

  .tw .xl\:last\:px-60:last-child{
    padding-left: 300px;
    padding-right: 300px;
  }

  .tw .xl\:last\:px-61:last-child{
    padding-left: 305px;
    padding-right: 305px;
  }

  .tw .xl\:last\:px-62:last-child{
    padding-left: 310px;
    padding-right: 310px;
  }

  .tw .xl\:last\:px-63:last-child{
    padding-left: 315px;
    padding-right: 315px;
  }

  .tw .xl\:last\:px-64:last-child{
    padding-left: 320px;
    padding-right: 320px;
  }

  .tw .xl\:last\:px-65:last-child{
    padding-left: 325px;
    padding-right: 325px;
  }

  .tw .xl\:last\:px-66:last-child{
    padding-left: 330px;
    padding-right: 330px;
  }

  .tw .xl\:last\:px-67:last-child{
    padding-left: 335px;
    padding-right: 335px;
  }

  .tw .xl\:last\:px-68:last-child{
    padding-left: 340px;
    padding-right: 340px;
  }

  .tw .xl\:last\:px-69:last-child{
    padding-left: 345px;
    padding-right: 345px;
  }

  .tw .xl\:last\:px-70:last-child{
    padding-left: 350px;
    padding-right: 350px;
  }

  .tw .xl\:last\:px-71:last-child{
    padding-left: 355px;
    padding-right: 355px;
  }

  .tw .xl\:last\:px-72:last-child{
    padding-left: 360px;
    padding-right: 360px;
  }

  .tw .xl\:last\:px-73:last-child{
    padding-left: 365px;
    padding-right: 365px;
  }

  .tw .xl\:last\:px-74:last-child{
    padding-left: 370px;
    padding-right: 370px;
  }

  .tw .xl\:last\:px-75:last-child{
    padding-left: 375px;
    padding-right: 375px;
  }

  .tw .xl\:last\:px-76:last-child{
    padding-left: 380px;
    padding-right: 380px;
  }

  .tw .xl\:last\:px-77:last-child{
    padding-left: 385px;
    padding-right: 385px;
  }

  .tw .xl\:last\:px-78:last-child{
    padding-left: 390px;
    padding-right: 390px;
  }

  .tw .xl\:last\:px-79:last-child{
    padding-left: 395px;
    padding-right: 395px;
  }

  .tw .xl\:last\:px-80:last-child{
    padding-left: 400px;
    padding-right: 400px;
  }

  .tw .xl\:last\:px-81:last-child{
    padding-left: 405px;
    padding-right: 405px;
  }

  .tw .xl\:last\:px-82:last-child{
    padding-left: 410px;
    padding-right: 410px;
  }

  .tw .xl\:last\:px-83:last-child{
    padding-left: 415px;
    padding-right: 415px;
  }

  .tw .xl\:last\:px-84:last-child{
    padding-left: 420px;
    padding-right: 420px;
  }

  .tw .xl\:last\:px-85:last-child{
    padding-left: 425px;
    padding-right: 425px;
  }

  .tw .xl\:last\:px-86:last-child{
    padding-left: 430px;
    padding-right: 430px;
  }

  .tw .xl\:last\:px-87:last-child{
    padding-left: 435px;
    padding-right: 435px;
  }

  .tw .xl\:last\:px-88:last-child{
    padding-left: 440px;
    padding-right: 440px;
  }

  .tw .xl\:last\:px-89:last-child{
    padding-left: 445px;
    padding-right: 445px;
  }

  .tw .xl\:last\:px-90:last-child{
    padding-left: 450px;
    padding-right: 450px;
  }

  .tw .xl\:last\:px-91:last-child{
    padding-left: 455px;
    padding-right: 455px;
  }

  .tw .xl\:last\:px-92:last-child{
    padding-left: 460px;
    padding-right: 460px;
  }

  .tw .xl\:last\:px-93:last-child{
    padding-left: 465px;
    padding-right: 465px;
  }

  .tw .xl\:last\:px-94:last-child{
    padding-left: 470px;
    padding-right: 470px;
  }

  .tw .xl\:last\:px-95:last-child{
    padding-left: 475px;
    padding-right: 475px;
  }

  .tw .xl\:last\:px-96:last-child{
    padding-left: 480px;
    padding-right: 480px;
  }

  .tw .xl\:last\:px-97:last-child{
    padding-left: 485px;
    padding-right: 485px;
  }

  .tw .xl\:last\:px-98:last-child{
    padding-left: 490px;
    padding-right: 490px;
  }

  .tw .xl\:last\:px-99:last-child{
    padding-left: 495px;
    padding-right: 495px;
  }

  .tw .xl\:last\:px-100:last-child{
    padding-left: 500px;
    padding-right: 500px;
  }

  .tw .xl\:last\:px-101:last-child{
    padding-left: 505px;
    padding-right: 505px;
  }

  .tw .xl\:last\:px-102:last-child{
    padding-left: 510px;
    padding-right: 510px;
  }

  .tw .xl\:last\:px-103:last-child{
    padding-left: 515px;
    padding-right: 515px;
  }

  .tw .xl\:last\:px-104:last-child{
    padding-left: 520px;
    padding-right: 520px;
  }

  .tw .xl\:last\:px-105:last-child{
    padding-left: 525px;
    padding-right: 525px;
  }

  .tw .xl\:last\:px-106:last-child{
    padding-left: 530px;
    padding-right: 530px;
  }

  .tw .xl\:last\:px-107:last-child{
    padding-left: 535px;
    padding-right: 535px;
  }

  .tw .xl\:last\:px-108:last-child{
    padding-left: 540px;
    padding-right: 540px;
  }

  .tw .xl\:last\:px-109:last-child{
    padding-left: 545px;
    padding-right: 545px;
  }

  .tw .xl\:last\:px-110:last-child{
    padding-left: 550px;
    padding-right: 550px;
  }

  .tw .xl\:last\:px-111:last-child{
    padding-left: 555px;
    padding-right: 555px;
  }

  .tw .xl\:last\:px-112:last-child{
    padding-left: 560px;
    padding-right: 560px;
  }

  .tw .xl\:last\:px-113:last-child{
    padding-left: 565px;
    padding-right: 565px;
  }

  .tw .xl\:last\:px-114:last-child{
    padding-left: 570px;
    padding-right: 570px;
  }

  .tw .xl\:last\:px-115:last-child{
    padding-left: 575px;
    padding-right: 575px;
  }

  .tw .xl\:last\:px-116:last-child{
    padding-left: 580px;
    padding-right: 580px;
  }

  .tw .xl\:last\:px-117:last-child{
    padding-left: 585px;
    padding-right: 585px;
  }

  .tw .xl\:last\:px-118:last-child{
    padding-left: 590px;
    padding-right: 590px;
  }

  .tw .xl\:last\:px-119:last-child{
    padding-left: 595px;
    padding-right: 595px;
  }

  .tw .xl\:last\:px-120:last-child{
    padding-left: 600px;
    padding-right: 600px;
  }

  .tw .xl\:last\:px-121:last-child{
    padding-left: 605px;
    padding-right: 605px;
  }

  .tw .xl\:last\:px-122:last-child{
    padding-left: 610px;
    padding-right: 610px;
  }

  .tw .xl\:last\:px-123:last-child{
    padding-left: 615px;
    padding-right: 615px;
  }

  .tw .xl\:last\:px-124:last-child{
    padding-left: 620px;
    padding-right: 620px;
  }

  .tw .xl\:last\:px-125:last-child{
    padding-left: 625px;
    padding-right: 625px;
  }

  .tw .xl\:last\:px-126:last-child{
    padding-left: 630px;
    padding-right: 630px;
  }

  .tw .xl\:last\:px-127:last-child{
    padding-left: 635px;
    padding-right: 635px;
  }

  .tw .xl\:last\:px-128:last-child{
    padding-left: 640px;
    padding-right: 640px;
  }

  .tw .xl\:last\:px-129:last-child{
    padding-left: 645px;
    padding-right: 645px;
  }

  .tw .xl\:last\:px-130:last-child{
    padding-left: 650px;
    padding-right: 650px;
  }

  .tw .xl\:last\:px-131:last-child{
    padding-left: 655px;
    padding-right: 655px;
  }

  .tw .xl\:last\:px-132:last-child{
    padding-left: 660px;
    padding-right: 660px;
  }

  .tw .xl\:last\:px-133:last-child{
    padding-left: 665px;
    padding-right: 665px;
  }

  .tw .xl\:last\:px-134:last-child{
    padding-left: 670px;
    padding-right: 670px;
  }

  .tw .xl\:last\:px-135:last-child{
    padding-left: 675px;
    padding-right: 675px;
  }

  .tw .xl\:last\:px-136:last-child{
    padding-left: 680px;
    padding-right: 680px;
  }

  .tw .xl\:last\:px-137:last-child{
    padding-left: 685px;
    padding-right: 685px;
  }

  .tw .xl\:last\:px-138:last-child{
    padding-left: 690px;
    padding-right: 690px;
  }

  .tw .xl\:last\:px-139:last-child{
    padding-left: 695px;
    padding-right: 695px;
  }

  .tw .xl\:last\:px-140:last-child{
    padding-left: 700px;
    padding-right: 700px;
  }

  .tw .xl\:last\:px-141:last-child{
    padding-left: 705px;
    padding-right: 705px;
  }

  .tw .xl\:last\:px-142:last-child{
    padding-left: 710px;
    padding-right: 710px;
  }

  .tw .xl\:last\:px-143:last-child{
    padding-left: 715px;
    padding-right: 715px;
  }

  .tw .xl\:last\:px-144:last-child{
    padding-left: 720px;
    padding-right: 720px;
  }

  .tw .xl\:last\:px-145:last-child{
    padding-left: 725px;
    padding-right: 725px;
  }

  .tw .xl\:last\:px-146:last-child{
    padding-left: 730px;
    padding-right: 730px;
  }

  .tw .xl\:last\:px-147:last-child{
    padding-left: 735px;
    padding-right: 735px;
  }

  .tw .xl\:last\:px-148:last-child{
    padding-left: 740px;
    padding-right: 740px;
  }

  .tw .xl\:last\:px-149:last-child{
    padding-left: 745px;
    padding-right: 745px;
  }

  .tw .xl\:last\:px-0\.5:last-child{
    padding-left: 3px;
    padding-right: 3px;
  }

  .tw .xl\:last\:px-1px:last-child{
    padding-left: 1px;
    padding-right: 1px;
  }

  .tw .xl\:last\:px-2px:last-child{
    padding-left: 2px;
    padding-right: 2px;
  }

  .tw .xl\:last\:px-3px:last-child{
    padding-left: 3px;
    padding-right: 3px;
  }

  .tw .xl\:last\:px-4px:last-child{
    padding-left: 4px;
    padding-right: 4px;
  }

  .tw .xl\:last\:px-5px:last-child{
    padding-left: 5px;
    padding-right: 5px;
  }

  .tw .xl\:last\:px-6px:last-child{
    padding-left: 6px;
    padding-right: 6px;
  }

  .tw .xl\:last\:px-7px:last-child{
    padding-left: 7px;
    padding-right: 7px;
  }

  .tw .xl\:last\:px-8px:last-child{
    padding-left: 8px;
    padding-right: 8px;
  }

  .tw .xl\:last\:px-9px:last-child{
    padding-left: 9px;
    padding-right: 9px;
  }

  .tw .xl\:last\:px-10px:last-child{
    padding-left: 10px;
    padding-right: 10px;
  }

  .tw .xl\:last\:px-11px:last-child{
    padding-left: 11px;
    padding-right: 11px;
  }

  .tw .xl\:last\:px-12px:last-child{
    padding-left: 12px;
    padding-right: 12px;
  }

  .tw .xl\:last\:px-13px:last-child{
    padding-left: 13px;
    padding-right: 13px;
  }

  .tw .xl\:last\:px-14px:last-child{
    padding-left: 14px;
    padding-right: 14px;
  }

  .tw .xl\:last\:px-15px:last-child{
    padding-left: 15px;
    padding-right: 15px;
  }

  .tw .xl\:last\:px-16px:last-child{
    padding-left: 16px;
    padding-right: 16px;
  }

  .tw .xl\:last\:px-17px:last-child{
    padding-left: 17px;
    padding-right: 17px;
  }

  .tw .xl\:last\:px-18px:last-child{
    padding-left: 18px;
    padding-right: 18px;
  }

  .tw .xl\:last\:px-19px:last-child{
    padding-left: 19px;
    padding-right: 19px;
  }

  .tw .xl\:last\:px-20px:last-child{
    padding-left: 20px;
    padding-right: 20px;
  }

  .tw .xl\:last\:px-21px:last-child{
    padding-left: 21px;
    padding-right: 21px;
  }

  .tw .xl\:last\:px-22px:last-child{
    padding-left: 22px;
    padding-right: 22px;
  }

  .tw .xl\:last\:px-23px:last-child{
    padding-left: 23px;
    padding-right: 23px;
  }

  .tw .xl\:last\:px-24px:last-child{
    padding-left: 24px;
    padding-right: 24px;
  }

  .tw .xl\:last\:px-25px:last-child{
    padding-left: 25px;
    padding-right: 25px;
  }

  .tw .xl\:last\:px-26px:last-child{
    padding-left: 26px;
    padding-right: 26px;
  }

  .tw .xl\:last\:px-27px:last-child{
    padding-left: 27px;
    padding-right: 27px;
  }

  .tw .xl\:last\:px-28px:last-child{
    padding-left: 28px;
    padding-right: 28px;
  }

  .tw .xl\:last\:px-29px:last-child{
    padding-left: 29px;
    padding-right: 29px;
  }

  .tw .xl\:last\:px-30px:last-child{
    padding-left: 30px;
    padding-right: 30px;
  }

  .tw .xl\:last\:px-31px:last-child{
    padding-left: 31px;
    padding-right: 31px;
  }

  .tw .xl\:last\:px-32px:last-child{
    padding-left: 32px;
    padding-right: 32px;
  }

  .tw .xl\:last\:px-33px:last-child{
    padding-left: 33px;
    padding-right: 33px;
  }

  .tw .xl\:last\:px-34px:last-child{
    padding-left: 34px;
    padding-right: 34px;
  }

  .tw .xl\:last\:px-35px:last-child{
    padding-left: 35px;
    padding-right: 35px;
  }

  .tw .xl\:last\:px-36px:last-child{
    padding-left: 36px;
    padding-right: 36px;
  }

  .tw .xl\:last\:px-37px:last-child{
    padding-left: 37px;
    padding-right: 37px;
  }

  .tw .xl\:last\:px-38px:last-child{
    padding-left: 38px;
    padding-right: 38px;
  }

  .tw .xl\:last\:px-39px:last-child{
    padding-left: 39px;
    padding-right: 39px;
  }

  .tw .xl\:last\:px-40px:last-child{
    padding-left: 40px;
    padding-right: 40px;
  }

  .tw .xl\:last\:py-0:last-child{
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .tw .xl\:last\:py-1:last-child{
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .tw .xl\:last\:py-2:last-child{
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .tw .xl\:last\:py-3:last-child{
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .tw .xl\:last\:py-4:last-child{
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .tw .xl\:last\:py-5:last-child{
    padding-top: 25px;
    padding-bottom: 25px;
  }

  .tw .xl\:last\:py-6:last-child{
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .tw .xl\:last\:py-7:last-child{
    padding-top: 35px;
    padding-bottom: 35px;
  }

  .tw .xl\:last\:py-8:last-child{
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .tw .xl\:last\:py-9:last-child{
    padding-top: 45px;
    padding-bottom: 45px;
  }

  .tw .xl\:last\:py-10:last-child{
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .tw .xl\:last\:py-11:last-child{
    padding-top: 55px;
    padding-bottom: 55px;
  }

  .tw .xl\:last\:py-12:last-child{
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .tw .xl\:last\:py-13:last-child{
    padding-top: 65px;
    padding-bottom: 65px;
  }

  .tw .xl\:last\:py-14:last-child{
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .tw .xl\:last\:py-15:last-child{
    padding-top: 75px;
    padding-bottom: 75px;
  }

  .tw .xl\:last\:py-16:last-child{
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .tw .xl\:last\:py-17:last-child{
    padding-top: 85px;
    padding-bottom: 85px;
  }

  .tw .xl\:last\:py-18:last-child{
    padding-top: 90px;
    padding-bottom: 90px;
  }

  .tw .xl\:last\:py-19:last-child{
    padding-top: 95px;
    padding-bottom: 95px;
  }

  .tw .xl\:last\:py-20:last-child{
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .tw .xl\:last\:py-21:last-child{
    padding-top: 105px;
    padding-bottom: 105px;
  }

  .tw .xl\:last\:py-22:last-child{
    padding-top: 110px;
    padding-bottom: 110px;
  }

  .tw .xl\:last\:py-23:last-child{
    padding-top: 115px;
    padding-bottom: 115px;
  }

  .tw .xl\:last\:py-24:last-child{
    padding-top: 120px;
    padding-bottom: 120px;
  }

  .tw .xl\:last\:py-25:last-child{
    padding-top: 125px;
    padding-bottom: 125px;
  }

  .tw .xl\:last\:py-26:last-child{
    padding-top: 130px;
    padding-bottom: 130px;
  }

  .tw .xl\:last\:py-27:last-child{
    padding-top: 135px;
    padding-bottom: 135px;
  }

  .tw .xl\:last\:py-28:last-child{
    padding-top: 140px;
    padding-bottom: 140px;
  }

  .tw .xl\:last\:py-29:last-child{
    padding-top: 145px;
    padding-bottom: 145px;
  }

  .tw .xl\:last\:py-30:last-child{
    padding-top: 150px;
    padding-bottom: 150px;
  }

  .tw .xl\:last\:py-31:last-child{
    padding-top: 155px;
    padding-bottom: 155px;
  }

  .tw .xl\:last\:py-32:last-child{
    padding-top: 160px;
    padding-bottom: 160px;
  }

  .tw .xl\:last\:py-33:last-child{
    padding-top: 165px;
    padding-bottom: 165px;
  }

  .tw .xl\:last\:py-34:last-child{
    padding-top: 170px;
    padding-bottom: 170px;
  }

  .tw .xl\:last\:py-35:last-child{
    padding-top: 175px;
    padding-bottom: 175px;
  }

  .tw .xl\:last\:py-36:last-child{
    padding-top: 180px;
    padding-bottom: 180px;
  }

  .tw .xl\:last\:py-37:last-child{
    padding-top: 185px;
    padding-bottom: 185px;
  }

  .tw .xl\:last\:py-38:last-child{
    padding-top: 190px;
    padding-bottom: 190px;
  }

  .tw .xl\:last\:py-39:last-child{
    padding-top: 195px;
    padding-bottom: 195px;
  }

  .tw .xl\:last\:py-40:last-child{
    padding-top: 200px;
    padding-bottom: 200px;
  }

  .tw .xl\:last\:py-41:last-child{
    padding-top: 205px;
    padding-bottom: 205px;
  }

  .tw .xl\:last\:py-42:last-child{
    padding-top: 210px;
    padding-bottom: 210px;
  }

  .tw .xl\:last\:py-43:last-child{
    padding-top: 215px;
    padding-bottom: 215px;
  }

  .tw .xl\:last\:py-44:last-child{
    padding-top: 220px;
    padding-bottom: 220px;
  }

  .tw .xl\:last\:py-45:last-child{
    padding-top: 225px;
    padding-bottom: 225px;
  }

  .tw .xl\:last\:py-46:last-child{
    padding-top: 230px;
    padding-bottom: 230px;
  }

  .tw .xl\:last\:py-47:last-child{
    padding-top: 235px;
    padding-bottom: 235px;
  }

  .tw .xl\:last\:py-48:last-child{
    padding-top: 240px;
    padding-bottom: 240px;
  }

  .tw .xl\:last\:py-49:last-child{
    padding-top: 245px;
    padding-bottom: 245px;
  }

  .tw .xl\:last\:py-50:last-child{
    padding-top: 250px;
    padding-bottom: 250px;
  }

  .tw .xl\:last\:py-51:last-child{
    padding-top: 255px;
    padding-bottom: 255px;
  }

  .tw .xl\:last\:py-52:last-child{
    padding-top: 260px;
    padding-bottom: 260px;
  }

  .tw .xl\:last\:py-53:last-child{
    padding-top: 265px;
    padding-bottom: 265px;
  }

  .tw .xl\:last\:py-54:last-child{
    padding-top: 270px;
    padding-bottom: 270px;
  }

  .tw .xl\:last\:py-55:last-child{
    padding-top: 275px;
    padding-bottom: 275px;
  }

  .tw .xl\:last\:py-56:last-child{
    padding-top: 280px;
    padding-bottom: 280px;
  }

  .tw .xl\:last\:py-57:last-child{
    padding-top: 285px;
    padding-bottom: 285px;
  }

  .tw .xl\:last\:py-58:last-child{
    padding-top: 290px;
    padding-bottom: 290px;
  }

  .tw .xl\:last\:py-59:last-child{
    padding-top: 295px;
    padding-bottom: 295px;
  }

  .tw .xl\:last\:py-60:last-child{
    padding-top: 300px;
    padding-bottom: 300px;
  }

  .tw .xl\:last\:py-61:last-child{
    padding-top: 305px;
    padding-bottom: 305px;
  }

  .tw .xl\:last\:py-62:last-child{
    padding-top: 310px;
    padding-bottom: 310px;
  }

  .tw .xl\:last\:py-63:last-child{
    padding-top: 315px;
    padding-bottom: 315px;
  }

  .tw .xl\:last\:py-64:last-child{
    padding-top: 320px;
    padding-bottom: 320px;
  }

  .tw .xl\:last\:py-65:last-child{
    padding-top: 325px;
    padding-bottom: 325px;
  }

  .tw .xl\:last\:py-66:last-child{
    padding-top: 330px;
    padding-bottom: 330px;
  }

  .tw .xl\:last\:py-67:last-child{
    padding-top: 335px;
    padding-bottom: 335px;
  }

  .tw .xl\:last\:py-68:last-child{
    padding-top: 340px;
    padding-bottom: 340px;
  }

  .tw .xl\:last\:py-69:last-child{
    padding-top: 345px;
    padding-bottom: 345px;
  }

  .tw .xl\:last\:py-70:last-child{
    padding-top: 350px;
    padding-bottom: 350px;
  }

  .tw .xl\:last\:py-71:last-child{
    padding-top: 355px;
    padding-bottom: 355px;
  }

  .tw .xl\:last\:py-72:last-child{
    padding-top: 360px;
    padding-bottom: 360px;
  }

  .tw .xl\:last\:py-73:last-child{
    padding-top: 365px;
    padding-bottom: 365px;
  }

  .tw .xl\:last\:py-74:last-child{
    padding-top: 370px;
    padding-bottom: 370px;
  }

  .tw .xl\:last\:py-75:last-child{
    padding-top: 375px;
    padding-bottom: 375px;
  }

  .tw .xl\:last\:py-76:last-child{
    padding-top: 380px;
    padding-bottom: 380px;
  }

  .tw .xl\:last\:py-77:last-child{
    padding-top: 385px;
    padding-bottom: 385px;
  }

  .tw .xl\:last\:py-78:last-child{
    padding-top: 390px;
    padding-bottom: 390px;
  }

  .tw .xl\:last\:py-79:last-child{
    padding-top: 395px;
    padding-bottom: 395px;
  }

  .tw .xl\:last\:py-80:last-child{
    padding-top: 400px;
    padding-bottom: 400px;
  }

  .tw .xl\:last\:py-81:last-child{
    padding-top: 405px;
    padding-bottom: 405px;
  }

  .tw .xl\:last\:py-82:last-child{
    padding-top: 410px;
    padding-bottom: 410px;
  }

  .tw .xl\:last\:py-83:last-child{
    padding-top: 415px;
    padding-bottom: 415px;
  }

  .tw .xl\:last\:py-84:last-child{
    padding-top: 420px;
    padding-bottom: 420px;
  }

  .tw .xl\:last\:py-85:last-child{
    padding-top: 425px;
    padding-bottom: 425px;
  }

  .tw .xl\:last\:py-86:last-child{
    padding-top: 430px;
    padding-bottom: 430px;
  }

  .tw .xl\:last\:py-87:last-child{
    padding-top: 435px;
    padding-bottom: 435px;
  }

  .tw .xl\:last\:py-88:last-child{
    padding-top: 440px;
    padding-bottom: 440px;
  }

  .tw .xl\:last\:py-89:last-child{
    padding-top: 445px;
    padding-bottom: 445px;
  }

  .tw .xl\:last\:py-90:last-child{
    padding-top: 450px;
    padding-bottom: 450px;
  }

  .tw .xl\:last\:py-91:last-child{
    padding-top: 455px;
    padding-bottom: 455px;
  }

  .tw .xl\:last\:py-92:last-child{
    padding-top: 460px;
    padding-bottom: 460px;
  }

  .tw .xl\:last\:py-93:last-child{
    padding-top: 465px;
    padding-bottom: 465px;
  }

  .tw .xl\:last\:py-94:last-child{
    padding-top: 470px;
    padding-bottom: 470px;
  }

  .tw .xl\:last\:py-95:last-child{
    padding-top: 475px;
    padding-bottom: 475px;
  }

  .tw .xl\:last\:py-96:last-child{
    padding-top: 480px;
    padding-bottom: 480px;
  }

  .tw .xl\:last\:py-97:last-child{
    padding-top: 485px;
    padding-bottom: 485px;
  }

  .tw .xl\:last\:py-98:last-child{
    padding-top: 490px;
    padding-bottom: 490px;
  }

  .tw .xl\:last\:py-99:last-child{
    padding-top: 495px;
    padding-bottom: 495px;
  }

  .tw .xl\:last\:py-100:last-child{
    padding-top: 500px;
    padding-bottom: 500px;
  }

  .tw .xl\:last\:py-101:last-child{
    padding-top: 505px;
    padding-bottom: 505px;
  }

  .tw .xl\:last\:py-102:last-child{
    padding-top: 510px;
    padding-bottom: 510px;
  }

  .tw .xl\:last\:py-103:last-child{
    padding-top: 515px;
    padding-bottom: 515px;
  }

  .tw .xl\:last\:py-104:last-child{
    padding-top: 520px;
    padding-bottom: 520px;
  }

  .tw .xl\:last\:py-105:last-child{
    padding-top: 525px;
    padding-bottom: 525px;
  }

  .tw .xl\:last\:py-106:last-child{
    padding-top: 530px;
    padding-bottom: 530px;
  }

  .tw .xl\:last\:py-107:last-child{
    padding-top: 535px;
    padding-bottom: 535px;
  }

  .tw .xl\:last\:py-108:last-child{
    padding-top: 540px;
    padding-bottom: 540px;
  }

  .tw .xl\:last\:py-109:last-child{
    padding-top: 545px;
    padding-bottom: 545px;
  }

  .tw .xl\:last\:py-110:last-child{
    padding-top: 550px;
    padding-bottom: 550px;
  }

  .tw .xl\:last\:py-111:last-child{
    padding-top: 555px;
    padding-bottom: 555px;
  }

  .tw .xl\:last\:py-112:last-child{
    padding-top: 560px;
    padding-bottom: 560px;
  }

  .tw .xl\:last\:py-113:last-child{
    padding-top: 565px;
    padding-bottom: 565px;
  }

  .tw .xl\:last\:py-114:last-child{
    padding-top: 570px;
    padding-bottom: 570px;
  }

  .tw .xl\:last\:py-115:last-child{
    padding-top: 575px;
    padding-bottom: 575px;
  }

  .tw .xl\:last\:py-116:last-child{
    padding-top: 580px;
    padding-bottom: 580px;
  }

  .tw .xl\:last\:py-117:last-child{
    padding-top: 585px;
    padding-bottom: 585px;
  }

  .tw .xl\:last\:py-118:last-child{
    padding-top: 590px;
    padding-bottom: 590px;
  }

  .tw .xl\:last\:py-119:last-child{
    padding-top: 595px;
    padding-bottom: 595px;
  }

  .tw .xl\:last\:py-120:last-child{
    padding-top: 600px;
    padding-bottom: 600px;
  }

  .tw .xl\:last\:py-121:last-child{
    padding-top: 605px;
    padding-bottom: 605px;
  }

  .tw .xl\:last\:py-122:last-child{
    padding-top: 610px;
    padding-bottom: 610px;
  }

  .tw .xl\:last\:py-123:last-child{
    padding-top: 615px;
    padding-bottom: 615px;
  }

  .tw .xl\:last\:py-124:last-child{
    padding-top: 620px;
    padding-bottom: 620px;
  }

  .tw .xl\:last\:py-125:last-child{
    padding-top: 625px;
    padding-bottom: 625px;
  }

  .tw .xl\:last\:py-126:last-child{
    padding-top: 630px;
    padding-bottom: 630px;
  }

  .tw .xl\:last\:py-127:last-child{
    padding-top: 635px;
    padding-bottom: 635px;
  }

  .tw .xl\:last\:py-128:last-child{
    padding-top: 640px;
    padding-bottom: 640px;
  }

  .tw .xl\:last\:py-129:last-child{
    padding-top: 645px;
    padding-bottom: 645px;
  }

  .tw .xl\:last\:py-130:last-child{
    padding-top: 650px;
    padding-bottom: 650px;
  }

  .tw .xl\:last\:py-131:last-child{
    padding-top: 655px;
    padding-bottom: 655px;
  }

  .tw .xl\:last\:py-132:last-child{
    padding-top: 660px;
    padding-bottom: 660px;
  }

  .tw .xl\:last\:py-133:last-child{
    padding-top: 665px;
    padding-bottom: 665px;
  }

  .tw .xl\:last\:py-134:last-child{
    padding-top: 670px;
    padding-bottom: 670px;
  }

  .tw .xl\:last\:py-135:last-child{
    padding-top: 675px;
    padding-bottom: 675px;
  }

  .tw .xl\:last\:py-136:last-child{
    padding-top: 680px;
    padding-bottom: 680px;
  }

  .tw .xl\:last\:py-137:last-child{
    padding-top: 685px;
    padding-bottom: 685px;
  }

  .tw .xl\:last\:py-138:last-child{
    padding-top: 690px;
    padding-bottom: 690px;
  }

  .tw .xl\:last\:py-139:last-child{
    padding-top: 695px;
    padding-bottom: 695px;
  }

  .tw .xl\:last\:py-140:last-child{
    padding-top: 700px;
    padding-bottom: 700px;
  }

  .tw .xl\:last\:py-141:last-child{
    padding-top: 705px;
    padding-bottom: 705px;
  }

  .tw .xl\:last\:py-142:last-child{
    padding-top: 710px;
    padding-bottom: 710px;
  }

  .tw .xl\:last\:py-143:last-child{
    padding-top: 715px;
    padding-bottom: 715px;
  }

  .tw .xl\:last\:py-144:last-child{
    padding-top: 720px;
    padding-bottom: 720px;
  }

  .tw .xl\:last\:py-145:last-child{
    padding-top: 725px;
    padding-bottom: 725px;
  }

  .tw .xl\:last\:py-146:last-child{
    padding-top: 730px;
    padding-bottom: 730px;
  }

  .tw .xl\:last\:py-147:last-child{
    padding-top: 735px;
    padding-bottom: 735px;
  }

  .tw .xl\:last\:py-148:last-child{
    padding-top: 740px;
    padding-bottom: 740px;
  }

  .tw .xl\:last\:py-149:last-child{
    padding-top: 745px;
    padding-bottom: 745px;
  }

  .tw .xl\:last\:py-0\.5:last-child{
    padding-top: 3px;
    padding-bottom: 3px;
  }

  .tw .xl\:last\:py-1px:last-child{
    padding-top: 1px;
    padding-bottom: 1px;
  }

  .tw .xl\:last\:py-2px:last-child{
    padding-top: 2px;
    padding-bottom: 2px;
  }

  .tw .xl\:last\:py-3px:last-child{
    padding-top: 3px;
    padding-bottom: 3px;
  }

  .tw .xl\:last\:py-4px:last-child{
    padding-top: 4px;
    padding-bottom: 4px;
  }

  .tw .xl\:last\:py-5px:last-child{
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .tw .xl\:last\:py-6px:last-child{
    padding-top: 6px;
    padding-bottom: 6px;
  }

  .tw .xl\:last\:py-7px:last-child{
    padding-top: 7px;
    padding-bottom: 7px;
  }

  .tw .xl\:last\:py-8px:last-child{
    padding-top: 8px;
    padding-bottom: 8px;
  }

  .tw .xl\:last\:py-9px:last-child{
    padding-top: 9px;
    padding-bottom: 9px;
  }

  .tw .xl\:last\:py-10px:last-child{
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .tw .xl\:last\:py-11px:last-child{
    padding-top: 11px;
    padding-bottom: 11px;
  }

  .tw .xl\:last\:py-12px:last-child{
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .tw .xl\:last\:py-13px:last-child{
    padding-top: 13px;
    padding-bottom: 13px;
  }

  .tw .xl\:last\:py-14px:last-child{
    padding-top: 14px;
    padding-bottom: 14px;
  }

  .tw .xl\:last\:py-15px:last-child{
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .tw .xl\:last\:py-16px:last-child{
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .tw .xl\:last\:py-17px:last-child{
    padding-top: 17px;
    padding-bottom: 17px;
  }

  .tw .xl\:last\:py-18px:last-child{
    padding-top: 18px;
    padding-bottom: 18px;
  }

  .tw .xl\:last\:py-19px:last-child{
    padding-top: 19px;
    padding-bottom: 19px;
  }

  .tw .xl\:last\:py-20px:last-child{
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .tw .xl\:last\:py-21px:last-child{
    padding-top: 21px;
    padding-bottom: 21px;
  }

  .tw .xl\:last\:py-22px:last-child{
    padding-top: 22px;
    padding-bottom: 22px;
  }

  .tw .xl\:last\:py-23px:last-child{
    padding-top: 23px;
    padding-bottom: 23px;
  }

  .tw .xl\:last\:py-24px:last-child{
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .tw .xl\:last\:py-25px:last-child{
    padding-top: 25px;
    padding-bottom: 25px;
  }

  .tw .xl\:last\:py-26px:last-child{
    padding-top: 26px;
    padding-bottom: 26px;
  }

  .tw .xl\:last\:py-27px:last-child{
    padding-top: 27px;
    padding-bottom: 27px;
  }

  .tw .xl\:last\:py-28px:last-child{
    padding-top: 28px;
    padding-bottom: 28px;
  }

  .tw .xl\:last\:py-29px:last-child{
    padding-top: 29px;
    padding-bottom: 29px;
  }

  .tw .xl\:last\:py-30px:last-child{
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .tw .xl\:last\:py-31px:last-child{
    padding-top: 31px;
    padding-bottom: 31px;
  }

  .tw .xl\:last\:py-32px:last-child{
    padding-top: 32px;
    padding-bottom: 32px;
  }

  .tw .xl\:last\:py-33px:last-child{
    padding-top: 33px;
    padding-bottom: 33px;
  }

  .tw .xl\:last\:py-34px:last-child{
    padding-top: 34px;
    padding-bottom: 34px;
  }

  .tw .xl\:last\:py-35px:last-child{
    padding-top: 35px;
    padding-bottom: 35px;
  }

  .tw .xl\:last\:py-36px:last-child{
    padding-top: 36px;
    padding-bottom: 36px;
  }

  .tw .xl\:last\:py-37px:last-child{
    padding-top: 37px;
    padding-bottom: 37px;
  }

  .tw .xl\:last\:py-38px:last-child{
    padding-top: 38px;
    padding-bottom: 38px;
  }

  .tw .xl\:last\:py-39px:last-child{
    padding-top: 39px;
    padding-bottom: 39px;
  }

  .tw .xl\:last\:py-40px:last-child{
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .tw .xl\:pt-0{
    padding-top: 0px;
  }

  .tw .xl\:pt-1{
    padding-top: 5px;
  }

  .tw .xl\:pt-2{
    padding-top: 10px;
  }

  .tw .xl\:pt-3{
    padding-top: 15px;
  }

  .tw .xl\:pt-4{
    padding-top: 20px;
  }

  .tw .xl\:pt-5{
    padding-top: 25px;
  }

  .tw .xl\:pt-6{
    padding-top: 30px;
  }

  .tw .xl\:pt-7{
    padding-top: 35px;
  }

  .tw .xl\:pt-8{
    padding-top: 40px;
  }

  .tw .xl\:pt-9{
    padding-top: 45px;
  }

  .tw .xl\:pt-10{
    padding-top: 50px;
  }

  .tw .xl\:pt-11{
    padding-top: 55px;
  }

  .tw .xl\:pt-12{
    padding-top: 60px;
  }

  .tw .xl\:pt-13{
    padding-top: 65px;
  }

  .tw .xl\:pt-14{
    padding-top: 70px;
  }

  .tw .xl\:pt-15{
    padding-top: 75px;
  }

  .tw .xl\:pt-16{
    padding-top: 80px;
  }

  .tw .xl\:pt-17{
    padding-top: 85px;
  }

  .tw .xl\:pt-18{
    padding-top: 90px;
  }

  .tw .xl\:pt-19{
    padding-top: 95px;
  }

  .tw .xl\:pt-20{
    padding-top: 100px;
  }

  .tw .xl\:pt-21{
    padding-top: 105px;
  }

  .tw .xl\:pt-22{
    padding-top: 110px;
  }

  .tw .xl\:pt-23{
    padding-top: 115px;
  }

  .tw .xl\:pt-24{
    padding-top: 120px;
  }

  .tw .xl\:pt-25{
    padding-top: 125px;
  }

  .tw .xl\:pt-26{
    padding-top: 130px;
  }

  .tw .xl\:pt-27{
    padding-top: 135px;
  }

  .tw .xl\:pt-28{
    padding-top: 140px;
  }

  .tw .xl\:pt-29{
    padding-top: 145px;
  }

  .tw .xl\:pt-30{
    padding-top: 150px;
  }

  .tw .xl\:pt-31{
    padding-top: 155px;
  }

  .tw .xl\:pt-32{
    padding-top: 160px;
  }

  .tw .xl\:pt-33{
    padding-top: 165px;
  }

  .tw .xl\:pt-34{
    padding-top: 170px;
  }

  .tw .xl\:pt-35{
    padding-top: 175px;
  }

  .tw .xl\:pt-36{
    padding-top: 180px;
  }

  .tw .xl\:pt-37{
    padding-top: 185px;
  }

  .tw .xl\:pt-38{
    padding-top: 190px;
  }

  .tw .xl\:pt-39{
    padding-top: 195px;
  }

  .tw .xl\:pt-40{
    padding-top: 200px;
  }

  .tw .xl\:pt-41{
    padding-top: 205px;
  }

  .tw .xl\:pt-42{
    padding-top: 210px;
  }

  .tw .xl\:pt-43{
    padding-top: 215px;
  }

  .tw .xl\:pt-44{
    padding-top: 220px;
  }

  .tw .xl\:pt-45{
    padding-top: 225px;
  }

  .tw .xl\:pt-46{
    padding-top: 230px;
  }

  .tw .xl\:pt-47{
    padding-top: 235px;
  }

  .tw .xl\:pt-48{
    padding-top: 240px;
  }

  .tw .xl\:pt-49{
    padding-top: 245px;
  }

  .tw .xl\:pt-50{
    padding-top: 250px;
  }

  .tw .xl\:pt-51{
    padding-top: 255px;
  }

  .tw .xl\:pt-52{
    padding-top: 260px;
  }

  .tw .xl\:pt-53{
    padding-top: 265px;
  }

  .tw .xl\:pt-54{
    padding-top: 270px;
  }

  .tw .xl\:pt-55{
    padding-top: 275px;
  }

  .tw .xl\:pt-56{
    padding-top: 280px;
  }

  .tw .xl\:pt-57{
    padding-top: 285px;
  }

  .tw .xl\:pt-58{
    padding-top: 290px;
  }

  .tw .xl\:pt-59{
    padding-top: 295px;
  }

  .tw .xl\:pt-60{
    padding-top: 300px;
  }

  .tw .xl\:pt-61{
    padding-top: 305px;
  }

  .tw .xl\:pt-62{
    padding-top: 310px;
  }

  .tw .xl\:pt-63{
    padding-top: 315px;
  }

  .tw .xl\:pt-64{
    padding-top: 320px;
  }

  .tw .xl\:pt-65{
    padding-top: 325px;
  }

  .tw .xl\:pt-66{
    padding-top: 330px;
  }

  .tw .xl\:pt-67{
    padding-top: 335px;
  }

  .tw .xl\:pt-68{
    padding-top: 340px;
  }

  .tw .xl\:pt-69{
    padding-top: 345px;
  }

  .tw .xl\:pt-70{
    padding-top: 350px;
  }

  .tw .xl\:pt-71{
    padding-top: 355px;
  }

  .tw .xl\:pt-72{
    padding-top: 360px;
  }

  .tw .xl\:pt-73{
    padding-top: 365px;
  }

  .tw .xl\:pt-74{
    padding-top: 370px;
  }

  .tw .xl\:pt-75{
    padding-top: 375px;
  }

  .tw .xl\:pt-76{
    padding-top: 380px;
  }

  .tw .xl\:pt-77{
    padding-top: 385px;
  }

  .tw .xl\:pt-78{
    padding-top: 390px;
  }

  .tw .xl\:pt-79{
    padding-top: 395px;
  }

  .tw .xl\:pt-80{
    padding-top: 400px;
  }

  .tw .xl\:pt-81{
    padding-top: 405px;
  }

  .tw .xl\:pt-82{
    padding-top: 410px;
  }

  .tw .xl\:pt-83{
    padding-top: 415px;
  }

  .tw .xl\:pt-84{
    padding-top: 420px;
  }

  .tw .xl\:pt-85{
    padding-top: 425px;
  }

  .tw .xl\:pt-86{
    padding-top: 430px;
  }

  .tw .xl\:pt-87{
    padding-top: 435px;
  }

  .tw .xl\:pt-88{
    padding-top: 440px;
  }

  .tw .xl\:pt-89{
    padding-top: 445px;
  }

  .tw .xl\:pt-90{
    padding-top: 450px;
  }

  .tw .xl\:pt-91{
    padding-top: 455px;
  }

  .tw .xl\:pt-92{
    padding-top: 460px;
  }

  .tw .xl\:pt-93{
    padding-top: 465px;
  }

  .tw .xl\:pt-94{
    padding-top: 470px;
  }

  .tw .xl\:pt-95{
    padding-top: 475px;
  }

  .tw .xl\:pt-96{
    padding-top: 480px;
  }

  .tw .xl\:pt-97{
    padding-top: 485px;
  }

  .tw .xl\:pt-98{
    padding-top: 490px;
  }

  .tw .xl\:pt-99{
    padding-top: 495px;
  }

  .tw .xl\:pt-100{
    padding-top: 500px;
  }

  .tw .xl\:pt-101{
    padding-top: 505px;
  }

  .tw .xl\:pt-102{
    padding-top: 510px;
  }

  .tw .xl\:pt-103{
    padding-top: 515px;
  }

  .tw .xl\:pt-104{
    padding-top: 520px;
  }

  .tw .xl\:pt-105{
    padding-top: 525px;
  }

  .tw .xl\:pt-106{
    padding-top: 530px;
  }

  .tw .xl\:pt-107{
    padding-top: 535px;
  }

  .tw .xl\:pt-108{
    padding-top: 540px;
  }

  .tw .xl\:pt-109{
    padding-top: 545px;
  }

  .tw .xl\:pt-110{
    padding-top: 550px;
  }

  .tw .xl\:pt-111{
    padding-top: 555px;
  }

  .tw .xl\:pt-112{
    padding-top: 560px;
  }

  .tw .xl\:pt-113{
    padding-top: 565px;
  }

  .tw .xl\:pt-114{
    padding-top: 570px;
  }

  .tw .xl\:pt-115{
    padding-top: 575px;
  }

  .tw .xl\:pt-116{
    padding-top: 580px;
  }

  .tw .xl\:pt-117{
    padding-top: 585px;
  }

  .tw .xl\:pt-118{
    padding-top: 590px;
  }

  .tw .xl\:pt-119{
    padding-top: 595px;
  }

  .tw .xl\:pt-120{
    padding-top: 600px;
  }

  .tw .xl\:pt-121{
    padding-top: 605px;
  }

  .tw .xl\:pt-122{
    padding-top: 610px;
  }

  .tw .xl\:pt-123{
    padding-top: 615px;
  }

  .tw .xl\:pt-124{
    padding-top: 620px;
  }

  .tw .xl\:pt-125{
    padding-top: 625px;
  }

  .tw .xl\:pt-126{
    padding-top: 630px;
  }

  .tw .xl\:pt-127{
    padding-top: 635px;
  }

  .tw .xl\:pt-128{
    padding-top: 640px;
  }

  .tw .xl\:pt-129{
    padding-top: 645px;
  }

  .tw .xl\:pt-130{
    padding-top: 650px;
  }

  .tw .xl\:pt-131{
    padding-top: 655px;
  }

  .tw .xl\:pt-132{
    padding-top: 660px;
  }

  .tw .xl\:pt-133{
    padding-top: 665px;
  }

  .tw .xl\:pt-134{
    padding-top: 670px;
  }

  .tw .xl\:pt-135{
    padding-top: 675px;
  }

  .tw .xl\:pt-136{
    padding-top: 680px;
  }

  .tw .xl\:pt-137{
    padding-top: 685px;
  }

  .tw .xl\:pt-138{
    padding-top: 690px;
  }

  .tw .xl\:pt-139{
    padding-top: 695px;
  }

  .tw .xl\:pt-140{
    padding-top: 700px;
  }

  .tw .xl\:pt-141{
    padding-top: 705px;
  }

  .tw .xl\:pt-142{
    padding-top: 710px;
  }

  .tw .xl\:pt-143{
    padding-top: 715px;
  }

  .tw .xl\:pt-144{
    padding-top: 720px;
  }

  .tw .xl\:pt-145{
    padding-top: 725px;
  }

  .tw .xl\:pt-146{
    padding-top: 730px;
  }

  .tw .xl\:pt-147{
    padding-top: 735px;
  }

  .tw .xl\:pt-148{
    padding-top: 740px;
  }

  .tw .xl\:pt-149{
    padding-top: 745px;
  }

  .tw .xl\:pt-0\.5{
    padding-top: 3px;
  }

  .tw .xl\:pt-1px{
    padding-top: 1px;
  }

  .tw .xl\:pt-2px{
    padding-top: 2px;
  }

  .tw .xl\:pt-3px{
    padding-top: 3px;
  }

  .tw .xl\:pt-4px{
    padding-top: 4px;
  }

  .tw .xl\:pt-5px{
    padding-top: 5px;
  }

  .tw .xl\:pt-6px{
    padding-top: 6px;
  }

  .tw .xl\:pt-7px{
    padding-top: 7px;
  }

  .tw .xl\:pt-8px{
    padding-top: 8px;
  }

  .tw .xl\:pt-9px{
    padding-top: 9px;
  }

  .tw .xl\:pt-10px{
    padding-top: 10px;
  }

  .tw .xl\:pt-11px{
    padding-top: 11px;
  }

  .tw .xl\:pt-12px{
    padding-top: 12px;
  }

  .tw .xl\:pt-13px{
    padding-top: 13px;
  }

  .tw .xl\:pt-14px{
    padding-top: 14px;
  }

  .tw .xl\:pt-15px{
    padding-top: 15px;
  }

  .tw .xl\:pt-16px{
    padding-top: 16px;
  }

  .tw .xl\:pt-17px{
    padding-top: 17px;
  }

  .tw .xl\:pt-18px{
    padding-top: 18px;
  }

  .tw .xl\:pt-19px{
    padding-top: 19px;
  }

  .tw .xl\:pt-20px{
    padding-top: 20px;
  }

  .tw .xl\:pt-21px{
    padding-top: 21px;
  }

  .tw .xl\:pt-22px{
    padding-top: 22px;
  }

  .tw .xl\:pt-23px{
    padding-top: 23px;
  }

  .tw .xl\:pt-24px{
    padding-top: 24px;
  }

  .tw .xl\:pt-25px{
    padding-top: 25px;
  }

  .tw .xl\:pt-26px{
    padding-top: 26px;
  }

  .tw .xl\:pt-27px{
    padding-top: 27px;
  }

  .tw .xl\:pt-28px{
    padding-top: 28px;
  }

  .tw .xl\:pt-29px{
    padding-top: 29px;
  }

  .tw .xl\:pt-30px{
    padding-top: 30px;
  }

  .tw .xl\:pt-31px{
    padding-top: 31px;
  }

  .tw .xl\:pt-32px{
    padding-top: 32px;
  }

  .tw .xl\:pt-33px{
    padding-top: 33px;
  }

  .tw .xl\:pt-34px{
    padding-top: 34px;
  }

  .tw .xl\:pt-35px{
    padding-top: 35px;
  }

  .tw .xl\:pt-36px{
    padding-top: 36px;
  }

  .tw .xl\:pt-37px{
    padding-top: 37px;
  }

  .tw .xl\:pt-38px{
    padding-top: 38px;
  }

  .tw .xl\:pt-39px{
    padding-top: 39px;
  }

  .tw .xl\:pt-40px{
    padding-top: 40px;
  }

  .tw .xl\:pr-0{
    padding-right: 0px;
  }

  .tw .xl\:pr-1{
    padding-right: 5px;
  }

  .tw .xl\:pr-2{
    padding-right: 10px;
  }

  .tw .xl\:pr-3{
    padding-right: 15px;
  }

  .tw .xl\:pr-4{
    padding-right: 20px;
  }

  .tw .xl\:pr-5{
    padding-right: 25px;
  }

  .tw .xl\:pr-6{
    padding-right: 30px;
  }

  .tw .xl\:pr-7{
    padding-right: 35px;
  }

  .tw .xl\:pr-8{
    padding-right: 40px;
  }

  .tw .xl\:pr-9{
    padding-right: 45px;
  }

  .tw .xl\:pr-10{
    padding-right: 50px;
  }

  .tw .xl\:pr-11{
    padding-right: 55px;
  }

  .tw .xl\:pr-12{
    padding-right: 60px;
  }

  .tw .xl\:pr-13{
    padding-right: 65px;
  }

  .tw .xl\:pr-14{
    padding-right: 70px;
  }

  .tw .xl\:pr-15{
    padding-right: 75px;
  }

  .tw .xl\:pr-16{
    padding-right: 80px;
  }

  .tw .xl\:pr-17{
    padding-right: 85px;
  }

  .tw .xl\:pr-18{
    padding-right: 90px;
  }

  .tw .xl\:pr-19{
    padding-right: 95px;
  }

  .tw .xl\:pr-20{
    padding-right: 100px;
  }

  .tw .xl\:pr-21{
    padding-right: 105px;
  }

  .tw .xl\:pr-22{
    padding-right: 110px;
  }

  .tw .xl\:pr-23{
    padding-right: 115px;
  }

  .tw .xl\:pr-24{
    padding-right: 120px;
  }

  .tw .xl\:pr-25{
    padding-right: 125px;
  }

  .tw .xl\:pr-26{
    padding-right: 130px;
  }

  .tw .xl\:pr-27{
    padding-right: 135px;
  }

  .tw .xl\:pr-28{
    padding-right: 140px;
  }

  .tw .xl\:pr-29{
    padding-right: 145px;
  }

  .tw .xl\:pr-30{
    padding-right: 150px;
  }

  .tw .xl\:pr-31{
    padding-right: 155px;
  }

  .tw .xl\:pr-32{
    padding-right: 160px;
  }

  .tw .xl\:pr-33{
    padding-right: 165px;
  }

  .tw .xl\:pr-34{
    padding-right: 170px;
  }

  .tw .xl\:pr-35{
    padding-right: 175px;
  }

  .tw .xl\:pr-36{
    padding-right: 180px;
  }

  .tw .xl\:pr-37{
    padding-right: 185px;
  }

  .tw .xl\:pr-38{
    padding-right: 190px;
  }

  .tw .xl\:pr-39{
    padding-right: 195px;
  }

  .tw .xl\:pr-40{
    padding-right: 200px;
  }

  .tw .xl\:pr-41{
    padding-right: 205px;
  }

  .tw .xl\:pr-42{
    padding-right: 210px;
  }

  .tw .xl\:pr-43{
    padding-right: 215px;
  }

  .tw .xl\:pr-44{
    padding-right: 220px;
  }

  .tw .xl\:pr-45{
    padding-right: 225px;
  }

  .tw .xl\:pr-46{
    padding-right: 230px;
  }

  .tw .xl\:pr-47{
    padding-right: 235px;
  }

  .tw .xl\:pr-48{
    padding-right: 240px;
  }

  .tw .xl\:pr-49{
    padding-right: 245px;
  }

  .tw .xl\:pr-50{
    padding-right: 250px;
  }

  .tw .xl\:pr-51{
    padding-right: 255px;
  }

  .tw .xl\:pr-52{
    padding-right: 260px;
  }

  .tw .xl\:pr-53{
    padding-right: 265px;
  }

  .tw .xl\:pr-54{
    padding-right: 270px;
  }

  .tw .xl\:pr-55{
    padding-right: 275px;
  }

  .tw .xl\:pr-56{
    padding-right: 280px;
  }

  .tw .xl\:pr-57{
    padding-right: 285px;
  }

  .tw .xl\:pr-58{
    padding-right: 290px;
  }

  .tw .xl\:pr-59{
    padding-right: 295px;
  }

  .tw .xl\:pr-60{
    padding-right: 300px;
  }

  .tw .xl\:pr-61{
    padding-right: 305px;
  }

  .tw .xl\:pr-62{
    padding-right: 310px;
  }

  .tw .xl\:pr-63{
    padding-right: 315px;
  }

  .tw .xl\:pr-64{
    padding-right: 320px;
  }

  .tw .xl\:pr-65{
    padding-right: 325px;
  }

  .tw .xl\:pr-66{
    padding-right: 330px;
  }

  .tw .xl\:pr-67{
    padding-right: 335px;
  }

  .tw .xl\:pr-68{
    padding-right: 340px;
  }

  .tw .xl\:pr-69{
    padding-right: 345px;
  }

  .tw .xl\:pr-70{
    padding-right: 350px;
  }

  .tw .xl\:pr-71{
    padding-right: 355px;
  }

  .tw .xl\:pr-72{
    padding-right: 360px;
  }

  .tw .xl\:pr-73{
    padding-right: 365px;
  }

  .tw .xl\:pr-74{
    padding-right: 370px;
  }

  .tw .xl\:pr-75{
    padding-right: 375px;
  }

  .tw .xl\:pr-76{
    padding-right: 380px;
  }

  .tw .xl\:pr-77{
    padding-right: 385px;
  }

  .tw .xl\:pr-78{
    padding-right: 390px;
  }

  .tw .xl\:pr-79{
    padding-right: 395px;
  }

  .tw .xl\:pr-80{
    padding-right: 400px;
  }

  .tw .xl\:pr-81{
    padding-right: 405px;
  }

  .tw .xl\:pr-82{
    padding-right: 410px;
  }

  .tw .xl\:pr-83{
    padding-right: 415px;
  }

  .tw .xl\:pr-84{
    padding-right: 420px;
  }

  .tw .xl\:pr-85{
    padding-right: 425px;
  }

  .tw .xl\:pr-86{
    padding-right: 430px;
  }

  .tw .xl\:pr-87{
    padding-right: 435px;
  }

  .tw .xl\:pr-88{
    padding-right: 440px;
  }

  .tw .xl\:pr-89{
    padding-right: 445px;
  }

  .tw .xl\:pr-90{
    padding-right: 450px;
  }

  .tw .xl\:pr-91{
    padding-right: 455px;
  }

  .tw .xl\:pr-92{
    padding-right: 460px;
  }

  .tw .xl\:pr-93{
    padding-right: 465px;
  }

  .tw .xl\:pr-94{
    padding-right: 470px;
  }

  .tw .xl\:pr-95{
    padding-right: 475px;
  }

  .tw .xl\:pr-96{
    padding-right: 480px;
  }

  .tw .xl\:pr-97{
    padding-right: 485px;
  }

  .tw .xl\:pr-98{
    padding-right: 490px;
  }

  .tw .xl\:pr-99{
    padding-right: 495px;
  }

  .tw .xl\:pr-100{
    padding-right: 500px;
  }

  .tw .xl\:pr-101{
    padding-right: 505px;
  }

  .tw .xl\:pr-102{
    padding-right: 510px;
  }

  .tw .xl\:pr-103{
    padding-right: 515px;
  }

  .tw .xl\:pr-104{
    padding-right: 520px;
  }

  .tw .xl\:pr-105{
    padding-right: 525px;
  }

  .tw .xl\:pr-106{
    padding-right: 530px;
  }

  .tw .xl\:pr-107{
    padding-right: 535px;
  }

  .tw .xl\:pr-108{
    padding-right: 540px;
  }

  .tw .xl\:pr-109{
    padding-right: 545px;
  }

  .tw .xl\:pr-110{
    padding-right: 550px;
  }

  .tw .xl\:pr-111{
    padding-right: 555px;
  }

  .tw .xl\:pr-112{
    padding-right: 560px;
  }

  .tw .xl\:pr-113{
    padding-right: 565px;
  }

  .tw .xl\:pr-114{
    padding-right: 570px;
  }

  .tw .xl\:pr-115{
    padding-right: 575px;
  }

  .tw .xl\:pr-116{
    padding-right: 580px;
  }

  .tw .xl\:pr-117{
    padding-right: 585px;
  }

  .tw .xl\:pr-118{
    padding-right: 590px;
  }

  .tw .xl\:pr-119{
    padding-right: 595px;
  }

  .tw .xl\:pr-120{
    padding-right: 600px;
  }

  .tw .xl\:pr-121{
    padding-right: 605px;
  }

  .tw .xl\:pr-122{
    padding-right: 610px;
  }

  .tw .xl\:pr-123{
    padding-right: 615px;
  }

  .tw .xl\:pr-124{
    padding-right: 620px;
  }

  .tw .xl\:pr-125{
    padding-right: 625px;
  }

  .tw .xl\:pr-126{
    padding-right: 630px;
  }

  .tw .xl\:pr-127{
    padding-right: 635px;
  }

  .tw .xl\:pr-128{
    padding-right: 640px;
  }

  .tw .xl\:pr-129{
    padding-right: 645px;
  }

  .tw .xl\:pr-130{
    padding-right: 650px;
  }

  .tw .xl\:pr-131{
    padding-right: 655px;
  }

  .tw .xl\:pr-132{
    padding-right: 660px;
  }

  .tw .xl\:pr-133{
    padding-right: 665px;
  }

  .tw .xl\:pr-134{
    padding-right: 670px;
  }

  .tw .xl\:pr-135{
    padding-right: 675px;
  }

  .tw .xl\:pr-136{
    padding-right: 680px;
  }

  .tw .xl\:pr-137{
    padding-right: 685px;
  }

  .tw .xl\:pr-138{
    padding-right: 690px;
  }

  .tw .xl\:pr-139{
    padding-right: 695px;
  }

  .tw .xl\:pr-140{
    padding-right: 700px;
  }

  .tw .xl\:pr-141{
    padding-right: 705px;
  }

  .tw .xl\:pr-142{
    padding-right: 710px;
  }

  .tw .xl\:pr-143{
    padding-right: 715px;
  }

  .tw .xl\:pr-144{
    padding-right: 720px;
  }

  .tw .xl\:pr-145{
    padding-right: 725px;
  }

  .tw .xl\:pr-146{
    padding-right: 730px;
  }

  .tw .xl\:pr-147{
    padding-right: 735px;
  }

  .tw .xl\:pr-148{
    padding-right: 740px;
  }

  .tw .xl\:pr-149{
    padding-right: 745px;
  }

  .tw .xl\:pr-0\.5{
    padding-right: 3px;
  }

  .tw .xl\:pr-1px{
    padding-right: 1px;
  }

  .tw .xl\:pr-2px{
    padding-right: 2px;
  }

  .tw .xl\:pr-3px{
    padding-right: 3px;
  }

  .tw .xl\:pr-4px{
    padding-right: 4px;
  }

  .tw .xl\:pr-5px{
    padding-right: 5px;
  }

  .tw .xl\:pr-6px{
    padding-right: 6px;
  }

  .tw .xl\:pr-7px{
    padding-right: 7px;
  }

  .tw .xl\:pr-8px{
    padding-right: 8px;
  }

  .tw .xl\:pr-9px{
    padding-right: 9px;
  }

  .tw .xl\:pr-10px{
    padding-right: 10px;
  }

  .tw .xl\:pr-11px{
    padding-right: 11px;
  }

  .tw .xl\:pr-12px{
    padding-right: 12px;
  }

  .tw .xl\:pr-13px{
    padding-right: 13px;
  }

  .tw .xl\:pr-14px{
    padding-right: 14px;
  }

  .tw .xl\:pr-15px{
    padding-right: 15px;
  }

  .tw .xl\:pr-16px{
    padding-right: 16px;
  }

  .tw .xl\:pr-17px{
    padding-right: 17px;
  }

  .tw .xl\:pr-18px{
    padding-right: 18px;
  }

  .tw .xl\:pr-19px{
    padding-right: 19px;
  }

  .tw .xl\:pr-20px{
    padding-right: 20px;
  }

  .tw .xl\:pr-21px{
    padding-right: 21px;
  }

  .tw .xl\:pr-22px{
    padding-right: 22px;
  }

  .tw .xl\:pr-23px{
    padding-right: 23px;
  }

  .tw .xl\:pr-24px{
    padding-right: 24px;
  }

  .tw .xl\:pr-25px{
    padding-right: 25px;
  }

  .tw .xl\:pr-26px{
    padding-right: 26px;
  }

  .tw .xl\:pr-27px{
    padding-right: 27px;
  }

  .tw .xl\:pr-28px{
    padding-right: 28px;
  }

  .tw .xl\:pr-29px{
    padding-right: 29px;
  }

  .tw .xl\:pr-30px{
    padding-right: 30px;
  }

  .tw .xl\:pr-31px{
    padding-right: 31px;
  }

  .tw .xl\:pr-32px{
    padding-right: 32px;
  }

  .tw .xl\:pr-33px{
    padding-right: 33px;
  }

  .tw .xl\:pr-34px{
    padding-right: 34px;
  }

  .tw .xl\:pr-35px{
    padding-right: 35px;
  }

  .tw .xl\:pr-36px{
    padding-right: 36px;
  }

  .tw .xl\:pr-37px{
    padding-right: 37px;
  }

  .tw .xl\:pr-38px{
    padding-right: 38px;
  }

  .tw .xl\:pr-39px{
    padding-right: 39px;
  }

  .tw .xl\:pr-40px{
    padding-right: 40px;
  }

  .tw .xl\:pb-0{
    padding-bottom: 0px;
  }

  .tw .xl\:pb-1{
    padding-bottom: 5px;
  }

  .tw .xl\:pb-2{
    padding-bottom: 10px;
  }

  .tw .xl\:pb-3{
    padding-bottom: 15px;
  }

  .tw .xl\:pb-4{
    padding-bottom: 20px;
  }

  .tw .xl\:pb-5{
    padding-bottom: 25px;
  }

  .tw .xl\:pb-6{
    padding-bottom: 30px;
  }

  .tw .xl\:pb-7{
    padding-bottom: 35px;
  }

  .tw .xl\:pb-8{
    padding-bottom: 40px;
  }

  .tw .xl\:pb-9{
    padding-bottom: 45px;
  }

  .tw .xl\:pb-10{
    padding-bottom: 50px;
  }

  .tw .xl\:pb-11{
    padding-bottom: 55px;
  }

  .tw .xl\:pb-12{
    padding-bottom: 60px;
  }

  .tw .xl\:pb-13{
    padding-bottom: 65px;
  }

  .tw .xl\:pb-14{
    padding-bottom: 70px;
  }

  .tw .xl\:pb-15{
    padding-bottom: 75px;
  }

  .tw .xl\:pb-16{
    padding-bottom: 80px;
  }

  .tw .xl\:pb-17{
    padding-bottom: 85px;
  }

  .tw .xl\:pb-18{
    padding-bottom: 90px;
  }

  .tw .xl\:pb-19{
    padding-bottom: 95px;
  }

  .tw .xl\:pb-20{
    padding-bottom: 100px;
  }

  .tw .xl\:pb-21{
    padding-bottom: 105px;
  }

  .tw .xl\:pb-22{
    padding-bottom: 110px;
  }

  .tw .xl\:pb-23{
    padding-bottom: 115px;
  }

  .tw .xl\:pb-24{
    padding-bottom: 120px;
  }

  .tw .xl\:pb-25{
    padding-bottom: 125px;
  }

  .tw .xl\:pb-26{
    padding-bottom: 130px;
  }

  .tw .xl\:pb-27{
    padding-bottom: 135px;
  }

  .tw .xl\:pb-28{
    padding-bottom: 140px;
  }

  .tw .xl\:pb-29{
    padding-bottom: 145px;
  }

  .tw .xl\:pb-30{
    padding-bottom: 150px;
  }

  .tw .xl\:pb-31{
    padding-bottom: 155px;
  }

  .tw .xl\:pb-32{
    padding-bottom: 160px;
  }

  .tw .xl\:pb-33{
    padding-bottom: 165px;
  }

  .tw .xl\:pb-34{
    padding-bottom: 170px;
  }

  .tw .xl\:pb-35{
    padding-bottom: 175px;
  }

  .tw .xl\:pb-36{
    padding-bottom: 180px;
  }

  .tw .xl\:pb-37{
    padding-bottom: 185px;
  }

  .tw .xl\:pb-38{
    padding-bottom: 190px;
  }

  .tw .xl\:pb-39{
    padding-bottom: 195px;
  }

  .tw .xl\:pb-40{
    padding-bottom: 200px;
  }

  .tw .xl\:pb-41{
    padding-bottom: 205px;
  }

  .tw .xl\:pb-42{
    padding-bottom: 210px;
  }

  .tw .xl\:pb-43{
    padding-bottom: 215px;
  }

  .tw .xl\:pb-44{
    padding-bottom: 220px;
  }

  .tw .xl\:pb-45{
    padding-bottom: 225px;
  }

  .tw .xl\:pb-46{
    padding-bottom: 230px;
  }

  .tw .xl\:pb-47{
    padding-bottom: 235px;
  }

  .tw .xl\:pb-48{
    padding-bottom: 240px;
  }

  .tw .xl\:pb-49{
    padding-bottom: 245px;
  }

  .tw .xl\:pb-50{
    padding-bottom: 250px;
  }

  .tw .xl\:pb-51{
    padding-bottom: 255px;
  }

  .tw .xl\:pb-52{
    padding-bottom: 260px;
  }

  .tw .xl\:pb-53{
    padding-bottom: 265px;
  }

  .tw .xl\:pb-54{
    padding-bottom: 270px;
  }

  .tw .xl\:pb-55{
    padding-bottom: 275px;
  }

  .tw .xl\:pb-56{
    padding-bottom: 280px;
  }

  .tw .xl\:pb-57{
    padding-bottom: 285px;
  }

  .tw .xl\:pb-58{
    padding-bottom: 290px;
  }

  .tw .xl\:pb-59{
    padding-bottom: 295px;
  }

  .tw .xl\:pb-60{
    padding-bottom: 300px;
  }

  .tw .xl\:pb-61{
    padding-bottom: 305px;
  }

  .tw .xl\:pb-62{
    padding-bottom: 310px;
  }

  .tw .xl\:pb-63{
    padding-bottom: 315px;
  }

  .tw .xl\:pb-64{
    padding-bottom: 320px;
  }

  .tw .xl\:pb-65{
    padding-bottom: 325px;
  }

  .tw .xl\:pb-66{
    padding-bottom: 330px;
  }

  .tw .xl\:pb-67{
    padding-bottom: 335px;
  }

  .tw .xl\:pb-68{
    padding-bottom: 340px;
  }

  .tw .xl\:pb-69{
    padding-bottom: 345px;
  }

  .tw .xl\:pb-70{
    padding-bottom: 350px;
  }

  .tw .xl\:pb-71{
    padding-bottom: 355px;
  }

  .tw .xl\:pb-72{
    padding-bottom: 360px;
  }

  .tw .xl\:pb-73{
    padding-bottom: 365px;
  }

  .tw .xl\:pb-74{
    padding-bottom: 370px;
  }

  .tw .xl\:pb-75{
    padding-bottom: 375px;
  }

  .tw .xl\:pb-76{
    padding-bottom: 380px;
  }

  .tw .xl\:pb-77{
    padding-bottom: 385px;
  }

  .tw .xl\:pb-78{
    padding-bottom: 390px;
  }

  .tw .xl\:pb-79{
    padding-bottom: 395px;
  }

  .tw .xl\:pb-80{
    padding-bottom: 400px;
  }

  .tw .xl\:pb-81{
    padding-bottom: 405px;
  }

  .tw .xl\:pb-82{
    padding-bottom: 410px;
  }

  .tw .xl\:pb-83{
    padding-bottom: 415px;
  }

  .tw .xl\:pb-84{
    padding-bottom: 420px;
  }

  .tw .xl\:pb-85{
    padding-bottom: 425px;
  }

  .tw .xl\:pb-86{
    padding-bottom: 430px;
  }

  .tw .xl\:pb-87{
    padding-bottom: 435px;
  }

  .tw .xl\:pb-88{
    padding-bottom: 440px;
  }

  .tw .xl\:pb-89{
    padding-bottom: 445px;
  }

  .tw .xl\:pb-90{
    padding-bottom: 450px;
  }

  .tw .xl\:pb-91{
    padding-bottom: 455px;
  }

  .tw .xl\:pb-92{
    padding-bottom: 460px;
  }

  .tw .xl\:pb-93{
    padding-bottom: 465px;
  }

  .tw .xl\:pb-94{
    padding-bottom: 470px;
  }

  .tw .xl\:pb-95{
    padding-bottom: 475px;
  }

  .tw .xl\:pb-96{
    padding-bottom: 480px;
  }

  .tw .xl\:pb-97{
    padding-bottom: 485px;
  }

  .tw .xl\:pb-98{
    padding-bottom: 490px;
  }

  .tw .xl\:pb-99{
    padding-bottom: 495px;
  }

  .tw .xl\:pb-100{
    padding-bottom: 500px;
  }

  .tw .xl\:pb-101{
    padding-bottom: 505px;
  }

  .tw .xl\:pb-102{
    padding-bottom: 510px;
  }

  .tw .xl\:pb-103{
    padding-bottom: 515px;
  }

  .tw .xl\:pb-104{
    padding-bottom: 520px;
  }

  .tw .xl\:pb-105{
    padding-bottom: 525px;
  }

  .tw .xl\:pb-106{
    padding-bottom: 530px;
  }

  .tw .xl\:pb-107{
    padding-bottom: 535px;
  }

  .tw .xl\:pb-108{
    padding-bottom: 540px;
  }

  .tw .xl\:pb-109{
    padding-bottom: 545px;
  }

  .tw .xl\:pb-110{
    padding-bottom: 550px;
  }

  .tw .xl\:pb-111{
    padding-bottom: 555px;
  }

  .tw .xl\:pb-112{
    padding-bottom: 560px;
  }

  .tw .xl\:pb-113{
    padding-bottom: 565px;
  }

  .tw .xl\:pb-114{
    padding-bottom: 570px;
  }

  .tw .xl\:pb-115{
    padding-bottom: 575px;
  }

  .tw .xl\:pb-116{
    padding-bottom: 580px;
  }

  .tw .xl\:pb-117{
    padding-bottom: 585px;
  }

  .tw .xl\:pb-118{
    padding-bottom: 590px;
  }

  .tw .xl\:pb-119{
    padding-bottom: 595px;
  }

  .tw .xl\:pb-120{
    padding-bottom: 600px;
  }

  .tw .xl\:pb-121{
    padding-bottom: 605px;
  }

  .tw .xl\:pb-122{
    padding-bottom: 610px;
  }

  .tw .xl\:pb-123{
    padding-bottom: 615px;
  }

  .tw .xl\:pb-124{
    padding-bottom: 620px;
  }

  .tw .xl\:pb-125{
    padding-bottom: 625px;
  }

  .tw .xl\:pb-126{
    padding-bottom: 630px;
  }

  .tw .xl\:pb-127{
    padding-bottom: 635px;
  }

  .tw .xl\:pb-128{
    padding-bottom: 640px;
  }

  .tw .xl\:pb-129{
    padding-bottom: 645px;
  }

  .tw .xl\:pb-130{
    padding-bottom: 650px;
  }

  .tw .xl\:pb-131{
    padding-bottom: 655px;
  }

  .tw .xl\:pb-132{
    padding-bottom: 660px;
  }

  .tw .xl\:pb-133{
    padding-bottom: 665px;
  }

  .tw .xl\:pb-134{
    padding-bottom: 670px;
  }

  .tw .xl\:pb-135{
    padding-bottom: 675px;
  }

  .tw .xl\:pb-136{
    padding-bottom: 680px;
  }

  .tw .xl\:pb-137{
    padding-bottom: 685px;
  }

  .tw .xl\:pb-138{
    padding-bottom: 690px;
  }

  .tw .xl\:pb-139{
    padding-bottom: 695px;
  }

  .tw .xl\:pb-140{
    padding-bottom: 700px;
  }

  .tw .xl\:pb-141{
    padding-bottom: 705px;
  }

  .tw .xl\:pb-142{
    padding-bottom: 710px;
  }

  .tw .xl\:pb-143{
    padding-bottom: 715px;
  }

  .tw .xl\:pb-144{
    padding-bottom: 720px;
  }

  .tw .xl\:pb-145{
    padding-bottom: 725px;
  }

  .tw .xl\:pb-146{
    padding-bottom: 730px;
  }

  .tw .xl\:pb-147{
    padding-bottom: 735px;
  }

  .tw .xl\:pb-148{
    padding-bottom: 740px;
  }

  .tw .xl\:pb-149{
    padding-bottom: 745px;
  }

  .tw .xl\:pb-0\.5{
    padding-bottom: 3px;
  }

  .tw .xl\:pb-1px{
    padding-bottom: 1px;
  }

  .tw .xl\:pb-2px{
    padding-bottom: 2px;
  }

  .tw .xl\:pb-3px{
    padding-bottom: 3px;
  }

  .tw .xl\:pb-4px{
    padding-bottom: 4px;
  }

  .tw .xl\:pb-5px{
    padding-bottom: 5px;
  }

  .tw .xl\:pb-6px{
    padding-bottom: 6px;
  }

  .tw .xl\:pb-7px{
    padding-bottom: 7px;
  }

  .tw .xl\:pb-8px{
    padding-bottom: 8px;
  }

  .tw .xl\:pb-9px{
    padding-bottom: 9px;
  }

  .tw .xl\:pb-10px{
    padding-bottom: 10px;
  }

  .tw .xl\:pb-11px{
    padding-bottom: 11px;
  }

  .tw .xl\:pb-12px{
    padding-bottom: 12px;
  }

  .tw .xl\:pb-13px{
    padding-bottom: 13px;
  }

  .tw .xl\:pb-14px{
    padding-bottom: 14px;
  }

  .tw .xl\:pb-15px{
    padding-bottom: 15px;
  }

  .tw .xl\:pb-16px{
    padding-bottom: 16px;
  }

  .tw .xl\:pb-17px{
    padding-bottom: 17px;
  }

  .tw .xl\:pb-18px{
    padding-bottom: 18px;
  }

  .tw .xl\:pb-19px{
    padding-bottom: 19px;
  }

  .tw .xl\:pb-20px{
    padding-bottom: 20px;
  }

  .tw .xl\:pb-21px{
    padding-bottom: 21px;
  }

  .tw .xl\:pb-22px{
    padding-bottom: 22px;
  }

  .tw .xl\:pb-23px{
    padding-bottom: 23px;
  }

  .tw .xl\:pb-24px{
    padding-bottom: 24px;
  }

  .tw .xl\:pb-25px{
    padding-bottom: 25px;
  }

  .tw .xl\:pb-26px{
    padding-bottom: 26px;
  }

  .tw .xl\:pb-27px{
    padding-bottom: 27px;
  }

  .tw .xl\:pb-28px{
    padding-bottom: 28px;
  }

  .tw .xl\:pb-29px{
    padding-bottom: 29px;
  }

  .tw .xl\:pb-30px{
    padding-bottom: 30px;
  }

  .tw .xl\:pb-31px{
    padding-bottom: 31px;
  }

  .tw .xl\:pb-32px{
    padding-bottom: 32px;
  }

  .tw .xl\:pb-33px{
    padding-bottom: 33px;
  }

  .tw .xl\:pb-34px{
    padding-bottom: 34px;
  }

  .tw .xl\:pb-35px{
    padding-bottom: 35px;
  }

  .tw .xl\:pb-36px{
    padding-bottom: 36px;
  }

  .tw .xl\:pb-37px{
    padding-bottom: 37px;
  }

  .tw .xl\:pb-38px{
    padding-bottom: 38px;
  }

  .tw .xl\:pb-39px{
    padding-bottom: 39px;
  }

  .tw .xl\:pb-40px{
    padding-bottom: 40px;
  }

  .tw .xl\:pl-0{
    padding-left: 0px;
  }

  .tw .xl\:pl-1{
    padding-left: 5px;
  }

  .tw .xl\:pl-2{
    padding-left: 10px;
  }

  .tw .xl\:pl-3{
    padding-left: 15px;
  }

  .tw .xl\:pl-4{
    padding-left: 20px;
  }

  .tw .xl\:pl-5{
    padding-left: 25px;
  }

  .tw .xl\:pl-6{
    padding-left: 30px;
  }

  .tw .xl\:pl-7{
    padding-left: 35px;
  }

  .tw .xl\:pl-8{
    padding-left: 40px;
  }

  .tw .xl\:pl-9{
    padding-left: 45px;
  }

  .tw .xl\:pl-10{
    padding-left: 50px;
  }

  .tw .xl\:pl-11{
    padding-left: 55px;
  }

  .tw .xl\:pl-12{
    padding-left: 60px;
  }

  .tw .xl\:pl-13{
    padding-left: 65px;
  }

  .tw .xl\:pl-14{
    padding-left: 70px;
  }

  .tw .xl\:pl-15{
    padding-left: 75px;
  }

  .tw .xl\:pl-16{
    padding-left: 80px;
  }

  .tw .xl\:pl-17{
    padding-left: 85px;
  }

  .tw .xl\:pl-18{
    padding-left: 90px;
  }

  .tw .xl\:pl-19{
    padding-left: 95px;
  }

  .tw .xl\:pl-20{
    padding-left: 100px;
  }

  .tw .xl\:pl-21{
    padding-left: 105px;
  }

  .tw .xl\:pl-22{
    padding-left: 110px;
  }

  .tw .xl\:pl-23{
    padding-left: 115px;
  }

  .tw .xl\:pl-24{
    padding-left: 120px;
  }

  .tw .xl\:pl-25{
    padding-left: 125px;
  }

  .tw .xl\:pl-26{
    padding-left: 130px;
  }

  .tw .xl\:pl-27{
    padding-left: 135px;
  }

  .tw .xl\:pl-28{
    padding-left: 140px;
  }

  .tw .xl\:pl-29{
    padding-left: 145px;
  }

  .tw .xl\:pl-30{
    padding-left: 150px;
  }

  .tw .xl\:pl-31{
    padding-left: 155px;
  }

  .tw .xl\:pl-32{
    padding-left: 160px;
  }

  .tw .xl\:pl-33{
    padding-left: 165px;
  }

  .tw .xl\:pl-34{
    padding-left: 170px;
  }

  .tw .xl\:pl-35{
    padding-left: 175px;
  }

  .tw .xl\:pl-36{
    padding-left: 180px;
  }

  .tw .xl\:pl-37{
    padding-left: 185px;
  }

  .tw .xl\:pl-38{
    padding-left: 190px;
  }

  .tw .xl\:pl-39{
    padding-left: 195px;
  }

  .tw .xl\:pl-40{
    padding-left: 200px;
  }

  .tw .xl\:pl-41{
    padding-left: 205px;
  }

  .tw .xl\:pl-42{
    padding-left: 210px;
  }

  .tw .xl\:pl-43{
    padding-left: 215px;
  }

  .tw .xl\:pl-44{
    padding-left: 220px;
  }

  .tw .xl\:pl-45{
    padding-left: 225px;
  }

  .tw .xl\:pl-46{
    padding-left: 230px;
  }

  .tw .xl\:pl-47{
    padding-left: 235px;
  }

  .tw .xl\:pl-48{
    padding-left: 240px;
  }

  .tw .xl\:pl-49{
    padding-left: 245px;
  }

  .tw .xl\:pl-50{
    padding-left: 250px;
  }

  .tw .xl\:pl-51{
    padding-left: 255px;
  }

  .tw .xl\:pl-52{
    padding-left: 260px;
  }

  .tw .xl\:pl-53{
    padding-left: 265px;
  }

  .tw .xl\:pl-54{
    padding-left: 270px;
  }

  .tw .xl\:pl-55{
    padding-left: 275px;
  }

  .tw .xl\:pl-56{
    padding-left: 280px;
  }

  .tw .xl\:pl-57{
    padding-left: 285px;
  }

  .tw .xl\:pl-58{
    padding-left: 290px;
  }

  .tw .xl\:pl-59{
    padding-left: 295px;
  }

  .tw .xl\:pl-60{
    padding-left: 300px;
  }

  .tw .xl\:pl-61{
    padding-left: 305px;
  }

  .tw .xl\:pl-62{
    padding-left: 310px;
  }

  .tw .xl\:pl-63{
    padding-left: 315px;
  }

  .tw .xl\:pl-64{
    padding-left: 320px;
  }

  .tw .xl\:pl-65{
    padding-left: 325px;
  }

  .tw .xl\:pl-66{
    padding-left: 330px;
  }

  .tw .xl\:pl-67{
    padding-left: 335px;
  }

  .tw .xl\:pl-68{
    padding-left: 340px;
  }

  .tw .xl\:pl-69{
    padding-left: 345px;
  }

  .tw .xl\:pl-70{
    padding-left: 350px;
  }

  .tw .xl\:pl-71{
    padding-left: 355px;
  }

  .tw .xl\:pl-72{
    padding-left: 360px;
  }

  .tw .xl\:pl-73{
    padding-left: 365px;
  }

  .tw .xl\:pl-74{
    padding-left: 370px;
  }

  .tw .xl\:pl-75{
    padding-left: 375px;
  }

  .tw .xl\:pl-76{
    padding-left: 380px;
  }

  .tw .xl\:pl-77{
    padding-left: 385px;
  }

  .tw .xl\:pl-78{
    padding-left: 390px;
  }

  .tw .xl\:pl-79{
    padding-left: 395px;
  }

  .tw .xl\:pl-80{
    padding-left: 400px;
  }

  .tw .xl\:pl-81{
    padding-left: 405px;
  }

  .tw .xl\:pl-82{
    padding-left: 410px;
  }

  .tw .xl\:pl-83{
    padding-left: 415px;
  }

  .tw .xl\:pl-84{
    padding-left: 420px;
  }

  .tw .xl\:pl-85{
    padding-left: 425px;
  }

  .tw .xl\:pl-86{
    padding-left: 430px;
  }

  .tw .xl\:pl-87{
    padding-left: 435px;
  }

  .tw .xl\:pl-88{
    padding-left: 440px;
  }

  .tw .xl\:pl-89{
    padding-left: 445px;
  }

  .tw .xl\:pl-90{
    padding-left: 450px;
  }

  .tw .xl\:pl-91{
    padding-left: 455px;
  }

  .tw .xl\:pl-92{
    padding-left: 460px;
  }

  .tw .xl\:pl-93{
    padding-left: 465px;
  }

  .tw .xl\:pl-94{
    padding-left: 470px;
  }

  .tw .xl\:pl-95{
    padding-left: 475px;
  }

  .tw .xl\:pl-96{
    padding-left: 480px;
  }

  .tw .xl\:pl-97{
    padding-left: 485px;
  }

  .tw .xl\:pl-98{
    padding-left: 490px;
  }

  .tw .xl\:pl-99{
    padding-left: 495px;
  }

  .tw .xl\:pl-100{
    padding-left: 500px;
  }

  .tw .xl\:pl-101{
    padding-left: 505px;
  }

  .tw .xl\:pl-102{
    padding-left: 510px;
  }

  .tw .xl\:pl-103{
    padding-left: 515px;
  }

  .tw .xl\:pl-104{
    padding-left: 520px;
  }

  .tw .xl\:pl-105{
    padding-left: 525px;
  }

  .tw .xl\:pl-106{
    padding-left: 530px;
  }

  .tw .xl\:pl-107{
    padding-left: 535px;
  }

  .tw .xl\:pl-108{
    padding-left: 540px;
  }

  .tw .xl\:pl-109{
    padding-left: 545px;
  }

  .tw .xl\:pl-110{
    padding-left: 550px;
  }

  .tw .xl\:pl-111{
    padding-left: 555px;
  }

  .tw .xl\:pl-112{
    padding-left: 560px;
  }

  .tw .xl\:pl-113{
    padding-left: 565px;
  }

  .tw .xl\:pl-114{
    padding-left: 570px;
  }

  .tw .xl\:pl-115{
    padding-left: 575px;
  }

  .tw .xl\:pl-116{
    padding-left: 580px;
  }

  .tw .xl\:pl-117{
    padding-left: 585px;
  }

  .tw .xl\:pl-118{
    padding-left: 590px;
  }

  .tw .xl\:pl-119{
    padding-left: 595px;
  }

  .tw .xl\:pl-120{
    padding-left: 600px;
  }

  .tw .xl\:pl-121{
    padding-left: 605px;
  }

  .tw .xl\:pl-122{
    padding-left: 610px;
  }

  .tw .xl\:pl-123{
    padding-left: 615px;
  }

  .tw .xl\:pl-124{
    padding-left: 620px;
  }

  .tw .xl\:pl-125{
    padding-left: 625px;
  }

  .tw .xl\:pl-126{
    padding-left: 630px;
  }

  .tw .xl\:pl-127{
    padding-left: 635px;
  }

  .tw .xl\:pl-128{
    padding-left: 640px;
  }

  .tw .xl\:pl-129{
    padding-left: 645px;
  }

  .tw .xl\:pl-130{
    padding-left: 650px;
  }

  .tw .xl\:pl-131{
    padding-left: 655px;
  }

  .tw .xl\:pl-132{
    padding-left: 660px;
  }

  .tw .xl\:pl-133{
    padding-left: 665px;
  }

  .tw .xl\:pl-134{
    padding-left: 670px;
  }

  .tw .xl\:pl-135{
    padding-left: 675px;
  }

  .tw .xl\:pl-136{
    padding-left: 680px;
  }

  .tw .xl\:pl-137{
    padding-left: 685px;
  }

  .tw .xl\:pl-138{
    padding-left: 690px;
  }

  .tw .xl\:pl-139{
    padding-left: 695px;
  }

  .tw .xl\:pl-140{
    padding-left: 700px;
  }

  .tw .xl\:pl-141{
    padding-left: 705px;
  }

  .tw .xl\:pl-142{
    padding-left: 710px;
  }

  .tw .xl\:pl-143{
    padding-left: 715px;
  }

  .tw .xl\:pl-144{
    padding-left: 720px;
  }

  .tw .xl\:pl-145{
    padding-left: 725px;
  }

  .tw .xl\:pl-146{
    padding-left: 730px;
  }

  .tw .xl\:pl-147{
    padding-left: 735px;
  }

  .tw .xl\:pl-148{
    padding-left: 740px;
  }

  .tw .xl\:pl-149{
    padding-left: 745px;
  }

  .tw .xl\:pl-0\.5{
    padding-left: 3px;
  }

  .tw .xl\:pl-1px{
    padding-left: 1px;
  }

  .tw .xl\:pl-2px{
    padding-left: 2px;
  }

  .tw .xl\:pl-3px{
    padding-left: 3px;
  }

  .tw .xl\:pl-4px{
    padding-left: 4px;
  }

  .tw .xl\:pl-5px{
    padding-left: 5px;
  }

  .tw .xl\:pl-6px{
    padding-left: 6px;
  }

  .tw .xl\:pl-7px{
    padding-left: 7px;
  }

  .tw .xl\:pl-8px{
    padding-left: 8px;
  }

  .tw .xl\:pl-9px{
    padding-left: 9px;
  }

  .tw .xl\:pl-10px{
    padding-left: 10px;
  }

  .tw .xl\:pl-11px{
    padding-left: 11px;
  }

  .tw .xl\:pl-12px{
    padding-left: 12px;
  }

  .tw .xl\:pl-13px{
    padding-left: 13px;
  }

  .tw .xl\:pl-14px{
    padding-left: 14px;
  }

  .tw .xl\:pl-15px{
    padding-left: 15px;
  }

  .tw .xl\:pl-16px{
    padding-left: 16px;
  }

  .tw .xl\:pl-17px{
    padding-left: 17px;
  }

  .tw .xl\:pl-18px{
    padding-left: 18px;
  }

  .tw .xl\:pl-19px{
    padding-left: 19px;
  }

  .tw .xl\:pl-20px{
    padding-left: 20px;
  }

  .tw .xl\:pl-21px{
    padding-left: 21px;
  }

  .tw .xl\:pl-22px{
    padding-left: 22px;
  }

  .tw .xl\:pl-23px{
    padding-left: 23px;
  }

  .tw .xl\:pl-24px{
    padding-left: 24px;
  }

  .tw .xl\:pl-25px{
    padding-left: 25px;
  }

  .tw .xl\:pl-26px{
    padding-left: 26px;
  }

  .tw .xl\:pl-27px{
    padding-left: 27px;
  }

  .tw .xl\:pl-28px{
    padding-left: 28px;
  }

  .tw .xl\:pl-29px{
    padding-left: 29px;
  }

  .tw .xl\:pl-30px{
    padding-left: 30px;
  }

  .tw .xl\:pl-31px{
    padding-left: 31px;
  }

  .tw .xl\:pl-32px{
    padding-left: 32px;
  }

  .tw .xl\:pl-33px{
    padding-left: 33px;
  }

  .tw .xl\:pl-34px{
    padding-left: 34px;
  }

  .tw .xl\:pl-35px{
    padding-left: 35px;
  }

  .tw .xl\:pl-36px{
    padding-left: 36px;
  }

  .tw .xl\:pl-37px{
    padding-left: 37px;
  }

  .tw .xl\:pl-38px{
    padding-left: 38px;
  }

  .tw .xl\:pl-39px{
    padding-left: 39px;
  }

  .tw .xl\:pl-40px{
    padding-left: 40px;
  }

  .tw .xl\:first\:pt-0:first-child{
    padding-top: 0px;
  }

  .tw .xl\:first\:pt-1:first-child{
    padding-top: 5px;
  }

  .tw .xl\:first\:pt-2:first-child{
    padding-top: 10px;
  }

  .tw .xl\:first\:pt-3:first-child{
    padding-top: 15px;
  }

  .tw .xl\:first\:pt-4:first-child{
    padding-top: 20px;
  }

  .tw .xl\:first\:pt-5:first-child{
    padding-top: 25px;
  }

  .tw .xl\:first\:pt-6:first-child{
    padding-top: 30px;
  }

  .tw .xl\:first\:pt-7:first-child{
    padding-top: 35px;
  }

  .tw .xl\:first\:pt-8:first-child{
    padding-top: 40px;
  }

  .tw .xl\:first\:pt-9:first-child{
    padding-top: 45px;
  }

  .tw .xl\:first\:pt-10:first-child{
    padding-top: 50px;
  }

  .tw .xl\:first\:pt-11:first-child{
    padding-top: 55px;
  }

  .tw .xl\:first\:pt-12:first-child{
    padding-top: 60px;
  }

  .tw .xl\:first\:pt-13:first-child{
    padding-top: 65px;
  }

  .tw .xl\:first\:pt-14:first-child{
    padding-top: 70px;
  }

  .tw .xl\:first\:pt-15:first-child{
    padding-top: 75px;
  }

  .tw .xl\:first\:pt-16:first-child{
    padding-top: 80px;
  }

  .tw .xl\:first\:pt-17:first-child{
    padding-top: 85px;
  }

  .tw .xl\:first\:pt-18:first-child{
    padding-top: 90px;
  }

  .tw .xl\:first\:pt-19:first-child{
    padding-top: 95px;
  }

  .tw .xl\:first\:pt-20:first-child{
    padding-top: 100px;
  }

  .tw .xl\:first\:pt-21:first-child{
    padding-top: 105px;
  }

  .tw .xl\:first\:pt-22:first-child{
    padding-top: 110px;
  }

  .tw .xl\:first\:pt-23:first-child{
    padding-top: 115px;
  }

  .tw .xl\:first\:pt-24:first-child{
    padding-top: 120px;
  }

  .tw .xl\:first\:pt-25:first-child{
    padding-top: 125px;
  }

  .tw .xl\:first\:pt-26:first-child{
    padding-top: 130px;
  }

  .tw .xl\:first\:pt-27:first-child{
    padding-top: 135px;
  }

  .tw .xl\:first\:pt-28:first-child{
    padding-top: 140px;
  }

  .tw .xl\:first\:pt-29:first-child{
    padding-top: 145px;
  }

  .tw .xl\:first\:pt-30:first-child{
    padding-top: 150px;
  }

  .tw .xl\:first\:pt-31:first-child{
    padding-top: 155px;
  }

  .tw .xl\:first\:pt-32:first-child{
    padding-top: 160px;
  }

  .tw .xl\:first\:pt-33:first-child{
    padding-top: 165px;
  }

  .tw .xl\:first\:pt-34:first-child{
    padding-top: 170px;
  }

  .tw .xl\:first\:pt-35:first-child{
    padding-top: 175px;
  }

  .tw .xl\:first\:pt-36:first-child{
    padding-top: 180px;
  }

  .tw .xl\:first\:pt-37:first-child{
    padding-top: 185px;
  }

  .tw .xl\:first\:pt-38:first-child{
    padding-top: 190px;
  }

  .tw .xl\:first\:pt-39:first-child{
    padding-top: 195px;
  }

  .tw .xl\:first\:pt-40:first-child{
    padding-top: 200px;
  }

  .tw .xl\:first\:pt-41:first-child{
    padding-top: 205px;
  }

  .tw .xl\:first\:pt-42:first-child{
    padding-top: 210px;
  }

  .tw .xl\:first\:pt-43:first-child{
    padding-top: 215px;
  }

  .tw .xl\:first\:pt-44:first-child{
    padding-top: 220px;
  }

  .tw .xl\:first\:pt-45:first-child{
    padding-top: 225px;
  }

  .tw .xl\:first\:pt-46:first-child{
    padding-top: 230px;
  }

  .tw .xl\:first\:pt-47:first-child{
    padding-top: 235px;
  }

  .tw .xl\:first\:pt-48:first-child{
    padding-top: 240px;
  }

  .tw .xl\:first\:pt-49:first-child{
    padding-top: 245px;
  }

  .tw .xl\:first\:pt-50:first-child{
    padding-top: 250px;
  }

  .tw .xl\:first\:pt-51:first-child{
    padding-top: 255px;
  }

  .tw .xl\:first\:pt-52:first-child{
    padding-top: 260px;
  }

  .tw .xl\:first\:pt-53:first-child{
    padding-top: 265px;
  }

  .tw .xl\:first\:pt-54:first-child{
    padding-top: 270px;
  }

  .tw .xl\:first\:pt-55:first-child{
    padding-top: 275px;
  }

  .tw .xl\:first\:pt-56:first-child{
    padding-top: 280px;
  }

  .tw .xl\:first\:pt-57:first-child{
    padding-top: 285px;
  }

  .tw .xl\:first\:pt-58:first-child{
    padding-top: 290px;
  }

  .tw .xl\:first\:pt-59:first-child{
    padding-top: 295px;
  }

  .tw .xl\:first\:pt-60:first-child{
    padding-top: 300px;
  }

  .tw .xl\:first\:pt-61:first-child{
    padding-top: 305px;
  }

  .tw .xl\:first\:pt-62:first-child{
    padding-top: 310px;
  }

  .tw .xl\:first\:pt-63:first-child{
    padding-top: 315px;
  }

  .tw .xl\:first\:pt-64:first-child{
    padding-top: 320px;
  }

  .tw .xl\:first\:pt-65:first-child{
    padding-top: 325px;
  }

  .tw .xl\:first\:pt-66:first-child{
    padding-top: 330px;
  }

  .tw .xl\:first\:pt-67:first-child{
    padding-top: 335px;
  }

  .tw .xl\:first\:pt-68:first-child{
    padding-top: 340px;
  }

  .tw .xl\:first\:pt-69:first-child{
    padding-top: 345px;
  }

  .tw .xl\:first\:pt-70:first-child{
    padding-top: 350px;
  }

  .tw .xl\:first\:pt-71:first-child{
    padding-top: 355px;
  }

  .tw .xl\:first\:pt-72:first-child{
    padding-top: 360px;
  }

  .tw .xl\:first\:pt-73:first-child{
    padding-top: 365px;
  }

  .tw .xl\:first\:pt-74:first-child{
    padding-top: 370px;
  }

  .tw .xl\:first\:pt-75:first-child{
    padding-top: 375px;
  }

  .tw .xl\:first\:pt-76:first-child{
    padding-top: 380px;
  }

  .tw .xl\:first\:pt-77:first-child{
    padding-top: 385px;
  }

  .tw .xl\:first\:pt-78:first-child{
    padding-top: 390px;
  }

  .tw .xl\:first\:pt-79:first-child{
    padding-top: 395px;
  }

  .tw .xl\:first\:pt-80:first-child{
    padding-top: 400px;
  }

  .tw .xl\:first\:pt-81:first-child{
    padding-top: 405px;
  }

  .tw .xl\:first\:pt-82:first-child{
    padding-top: 410px;
  }

  .tw .xl\:first\:pt-83:first-child{
    padding-top: 415px;
  }

  .tw .xl\:first\:pt-84:first-child{
    padding-top: 420px;
  }

  .tw .xl\:first\:pt-85:first-child{
    padding-top: 425px;
  }

  .tw .xl\:first\:pt-86:first-child{
    padding-top: 430px;
  }

  .tw .xl\:first\:pt-87:first-child{
    padding-top: 435px;
  }

  .tw .xl\:first\:pt-88:first-child{
    padding-top: 440px;
  }

  .tw .xl\:first\:pt-89:first-child{
    padding-top: 445px;
  }

  .tw .xl\:first\:pt-90:first-child{
    padding-top: 450px;
  }

  .tw .xl\:first\:pt-91:first-child{
    padding-top: 455px;
  }

  .tw .xl\:first\:pt-92:first-child{
    padding-top: 460px;
  }

  .tw .xl\:first\:pt-93:first-child{
    padding-top: 465px;
  }

  .tw .xl\:first\:pt-94:first-child{
    padding-top: 470px;
  }

  .tw .xl\:first\:pt-95:first-child{
    padding-top: 475px;
  }

  .tw .xl\:first\:pt-96:first-child{
    padding-top: 480px;
  }

  .tw .xl\:first\:pt-97:first-child{
    padding-top: 485px;
  }

  .tw .xl\:first\:pt-98:first-child{
    padding-top: 490px;
  }

  .tw .xl\:first\:pt-99:first-child{
    padding-top: 495px;
  }

  .tw .xl\:first\:pt-100:first-child{
    padding-top: 500px;
  }

  .tw .xl\:first\:pt-101:first-child{
    padding-top: 505px;
  }

  .tw .xl\:first\:pt-102:first-child{
    padding-top: 510px;
  }

  .tw .xl\:first\:pt-103:first-child{
    padding-top: 515px;
  }

  .tw .xl\:first\:pt-104:first-child{
    padding-top: 520px;
  }

  .tw .xl\:first\:pt-105:first-child{
    padding-top: 525px;
  }

  .tw .xl\:first\:pt-106:first-child{
    padding-top: 530px;
  }

  .tw .xl\:first\:pt-107:first-child{
    padding-top: 535px;
  }

  .tw .xl\:first\:pt-108:first-child{
    padding-top: 540px;
  }

  .tw .xl\:first\:pt-109:first-child{
    padding-top: 545px;
  }

  .tw .xl\:first\:pt-110:first-child{
    padding-top: 550px;
  }

  .tw .xl\:first\:pt-111:first-child{
    padding-top: 555px;
  }

  .tw .xl\:first\:pt-112:first-child{
    padding-top: 560px;
  }

  .tw .xl\:first\:pt-113:first-child{
    padding-top: 565px;
  }

  .tw .xl\:first\:pt-114:first-child{
    padding-top: 570px;
  }

  .tw .xl\:first\:pt-115:first-child{
    padding-top: 575px;
  }

  .tw .xl\:first\:pt-116:first-child{
    padding-top: 580px;
  }

  .tw .xl\:first\:pt-117:first-child{
    padding-top: 585px;
  }

  .tw .xl\:first\:pt-118:first-child{
    padding-top: 590px;
  }

  .tw .xl\:first\:pt-119:first-child{
    padding-top: 595px;
  }

  .tw .xl\:first\:pt-120:first-child{
    padding-top: 600px;
  }

  .tw .xl\:first\:pt-121:first-child{
    padding-top: 605px;
  }

  .tw .xl\:first\:pt-122:first-child{
    padding-top: 610px;
  }

  .tw .xl\:first\:pt-123:first-child{
    padding-top: 615px;
  }

  .tw .xl\:first\:pt-124:first-child{
    padding-top: 620px;
  }

  .tw .xl\:first\:pt-125:first-child{
    padding-top: 625px;
  }

  .tw .xl\:first\:pt-126:first-child{
    padding-top: 630px;
  }

  .tw .xl\:first\:pt-127:first-child{
    padding-top: 635px;
  }

  .tw .xl\:first\:pt-128:first-child{
    padding-top: 640px;
  }

  .tw .xl\:first\:pt-129:first-child{
    padding-top: 645px;
  }

  .tw .xl\:first\:pt-130:first-child{
    padding-top: 650px;
  }

  .tw .xl\:first\:pt-131:first-child{
    padding-top: 655px;
  }

  .tw .xl\:first\:pt-132:first-child{
    padding-top: 660px;
  }

  .tw .xl\:first\:pt-133:first-child{
    padding-top: 665px;
  }

  .tw .xl\:first\:pt-134:first-child{
    padding-top: 670px;
  }

  .tw .xl\:first\:pt-135:first-child{
    padding-top: 675px;
  }

  .tw .xl\:first\:pt-136:first-child{
    padding-top: 680px;
  }

  .tw .xl\:first\:pt-137:first-child{
    padding-top: 685px;
  }

  .tw .xl\:first\:pt-138:first-child{
    padding-top: 690px;
  }

  .tw .xl\:first\:pt-139:first-child{
    padding-top: 695px;
  }

  .tw .xl\:first\:pt-140:first-child{
    padding-top: 700px;
  }

  .tw .xl\:first\:pt-141:first-child{
    padding-top: 705px;
  }

  .tw .xl\:first\:pt-142:first-child{
    padding-top: 710px;
  }

  .tw .xl\:first\:pt-143:first-child{
    padding-top: 715px;
  }

  .tw .xl\:first\:pt-144:first-child{
    padding-top: 720px;
  }

  .tw .xl\:first\:pt-145:first-child{
    padding-top: 725px;
  }

  .tw .xl\:first\:pt-146:first-child{
    padding-top: 730px;
  }

  .tw .xl\:first\:pt-147:first-child{
    padding-top: 735px;
  }

  .tw .xl\:first\:pt-148:first-child{
    padding-top: 740px;
  }

  .tw .xl\:first\:pt-149:first-child{
    padding-top: 745px;
  }

  .tw .xl\:first\:pt-0\.5:first-child{
    padding-top: 3px;
  }

  .tw .xl\:first\:pt-1px:first-child{
    padding-top: 1px;
  }

  .tw .xl\:first\:pt-2px:first-child{
    padding-top: 2px;
  }

  .tw .xl\:first\:pt-3px:first-child{
    padding-top: 3px;
  }

  .tw .xl\:first\:pt-4px:first-child{
    padding-top: 4px;
  }

  .tw .xl\:first\:pt-5px:first-child{
    padding-top: 5px;
  }

  .tw .xl\:first\:pt-6px:first-child{
    padding-top: 6px;
  }

  .tw .xl\:first\:pt-7px:first-child{
    padding-top: 7px;
  }

  .tw .xl\:first\:pt-8px:first-child{
    padding-top: 8px;
  }

  .tw .xl\:first\:pt-9px:first-child{
    padding-top: 9px;
  }

  .tw .xl\:first\:pt-10px:first-child{
    padding-top: 10px;
  }

  .tw .xl\:first\:pt-11px:first-child{
    padding-top: 11px;
  }

  .tw .xl\:first\:pt-12px:first-child{
    padding-top: 12px;
  }

  .tw .xl\:first\:pt-13px:first-child{
    padding-top: 13px;
  }

  .tw .xl\:first\:pt-14px:first-child{
    padding-top: 14px;
  }

  .tw .xl\:first\:pt-15px:first-child{
    padding-top: 15px;
  }

  .tw .xl\:first\:pt-16px:first-child{
    padding-top: 16px;
  }

  .tw .xl\:first\:pt-17px:first-child{
    padding-top: 17px;
  }

  .tw .xl\:first\:pt-18px:first-child{
    padding-top: 18px;
  }

  .tw .xl\:first\:pt-19px:first-child{
    padding-top: 19px;
  }

  .tw .xl\:first\:pt-20px:first-child{
    padding-top: 20px;
  }

  .tw .xl\:first\:pt-21px:first-child{
    padding-top: 21px;
  }

  .tw .xl\:first\:pt-22px:first-child{
    padding-top: 22px;
  }

  .tw .xl\:first\:pt-23px:first-child{
    padding-top: 23px;
  }

  .tw .xl\:first\:pt-24px:first-child{
    padding-top: 24px;
  }

  .tw .xl\:first\:pt-25px:first-child{
    padding-top: 25px;
  }

  .tw .xl\:first\:pt-26px:first-child{
    padding-top: 26px;
  }

  .tw .xl\:first\:pt-27px:first-child{
    padding-top: 27px;
  }

  .tw .xl\:first\:pt-28px:first-child{
    padding-top: 28px;
  }

  .tw .xl\:first\:pt-29px:first-child{
    padding-top: 29px;
  }

  .tw .xl\:first\:pt-30px:first-child{
    padding-top: 30px;
  }

  .tw .xl\:first\:pt-31px:first-child{
    padding-top: 31px;
  }

  .tw .xl\:first\:pt-32px:first-child{
    padding-top: 32px;
  }

  .tw .xl\:first\:pt-33px:first-child{
    padding-top: 33px;
  }

  .tw .xl\:first\:pt-34px:first-child{
    padding-top: 34px;
  }

  .tw .xl\:first\:pt-35px:first-child{
    padding-top: 35px;
  }

  .tw .xl\:first\:pt-36px:first-child{
    padding-top: 36px;
  }

  .tw .xl\:first\:pt-37px:first-child{
    padding-top: 37px;
  }

  .tw .xl\:first\:pt-38px:first-child{
    padding-top: 38px;
  }

  .tw .xl\:first\:pt-39px:first-child{
    padding-top: 39px;
  }

  .tw .xl\:first\:pt-40px:first-child{
    padding-top: 40px;
  }

  .tw .xl\:first\:pr-0:first-child{
    padding-right: 0px;
  }

  .tw .xl\:first\:pr-1:first-child{
    padding-right: 5px;
  }

  .tw .xl\:first\:pr-2:first-child{
    padding-right: 10px;
  }

  .tw .xl\:first\:pr-3:first-child{
    padding-right: 15px;
  }

  .tw .xl\:first\:pr-4:first-child{
    padding-right: 20px;
  }

  .tw .xl\:first\:pr-5:first-child{
    padding-right: 25px;
  }

  .tw .xl\:first\:pr-6:first-child{
    padding-right: 30px;
  }

  .tw .xl\:first\:pr-7:first-child{
    padding-right: 35px;
  }

  .tw .xl\:first\:pr-8:first-child{
    padding-right: 40px;
  }

  .tw .xl\:first\:pr-9:first-child{
    padding-right: 45px;
  }

  .tw .xl\:first\:pr-10:first-child{
    padding-right: 50px;
  }

  .tw .xl\:first\:pr-11:first-child{
    padding-right: 55px;
  }

  .tw .xl\:first\:pr-12:first-child{
    padding-right: 60px;
  }

  .tw .xl\:first\:pr-13:first-child{
    padding-right: 65px;
  }

  .tw .xl\:first\:pr-14:first-child{
    padding-right: 70px;
  }

  .tw .xl\:first\:pr-15:first-child{
    padding-right: 75px;
  }

  .tw .xl\:first\:pr-16:first-child{
    padding-right: 80px;
  }

  .tw .xl\:first\:pr-17:first-child{
    padding-right: 85px;
  }

  .tw .xl\:first\:pr-18:first-child{
    padding-right: 90px;
  }

  .tw .xl\:first\:pr-19:first-child{
    padding-right: 95px;
  }

  .tw .xl\:first\:pr-20:first-child{
    padding-right: 100px;
  }

  .tw .xl\:first\:pr-21:first-child{
    padding-right: 105px;
  }

  .tw .xl\:first\:pr-22:first-child{
    padding-right: 110px;
  }

  .tw .xl\:first\:pr-23:first-child{
    padding-right: 115px;
  }

  .tw .xl\:first\:pr-24:first-child{
    padding-right: 120px;
  }

  .tw .xl\:first\:pr-25:first-child{
    padding-right: 125px;
  }

  .tw .xl\:first\:pr-26:first-child{
    padding-right: 130px;
  }

  .tw .xl\:first\:pr-27:first-child{
    padding-right: 135px;
  }

  .tw .xl\:first\:pr-28:first-child{
    padding-right: 140px;
  }

  .tw .xl\:first\:pr-29:first-child{
    padding-right: 145px;
  }

  .tw .xl\:first\:pr-30:first-child{
    padding-right: 150px;
  }

  .tw .xl\:first\:pr-31:first-child{
    padding-right: 155px;
  }

  .tw .xl\:first\:pr-32:first-child{
    padding-right: 160px;
  }

  .tw .xl\:first\:pr-33:first-child{
    padding-right: 165px;
  }

  .tw .xl\:first\:pr-34:first-child{
    padding-right: 170px;
  }

  .tw .xl\:first\:pr-35:first-child{
    padding-right: 175px;
  }

  .tw .xl\:first\:pr-36:first-child{
    padding-right: 180px;
  }

  .tw .xl\:first\:pr-37:first-child{
    padding-right: 185px;
  }

  .tw .xl\:first\:pr-38:first-child{
    padding-right: 190px;
  }

  .tw .xl\:first\:pr-39:first-child{
    padding-right: 195px;
  }

  .tw .xl\:first\:pr-40:first-child{
    padding-right: 200px;
  }

  .tw .xl\:first\:pr-41:first-child{
    padding-right: 205px;
  }

  .tw .xl\:first\:pr-42:first-child{
    padding-right: 210px;
  }

  .tw .xl\:first\:pr-43:first-child{
    padding-right: 215px;
  }

  .tw .xl\:first\:pr-44:first-child{
    padding-right: 220px;
  }

  .tw .xl\:first\:pr-45:first-child{
    padding-right: 225px;
  }

  .tw .xl\:first\:pr-46:first-child{
    padding-right: 230px;
  }

  .tw .xl\:first\:pr-47:first-child{
    padding-right: 235px;
  }

  .tw .xl\:first\:pr-48:first-child{
    padding-right: 240px;
  }

  .tw .xl\:first\:pr-49:first-child{
    padding-right: 245px;
  }

  .tw .xl\:first\:pr-50:first-child{
    padding-right: 250px;
  }

  .tw .xl\:first\:pr-51:first-child{
    padding-right: 255px;
  }

  .tw .xl\:first\:pr-52:first-child{
    padding-right: 260px;
  }

  .tw .xl\:first\:pr-53:first-child{
    padding-right: 265px;
  }

  .tw .xl\:first\:pr-54:first-child{
    padding-right: 270px;
  }

  .tw .xl\:first\:pr-55:first-child{
    padding-right: 275px;
  }

  .tw .xl\:first\:pr-56:first-child{
    padding-right: 280px;
  }

  .tw .xl\:first\:pr-57:first-child{
    padding-right: 285px;
  }

  .tw .xl\:first\:pr-58:first-child{
    padding-right: 290px;
  }

  .tw .xl\:first\:pr-59:first-child{
    padding-right: 295px;
  }

  .tw .xl\:first\:pr-60:first-child{
    padding-right: 300px;
  }

  .tw .xl\:first\:pr-61:first-child{
    padding-right: 305px;
  }

  .tw .xl\:first\:pr-62:first-child{
    padding-right: 310px;
  }

  .tw .xl\:first\:pr-63:first-child{
    padding-right: 315px;
  }

  .tw .xl\:first\:pr-64:first-child{
    padding-right: 320px;
  }

  .tw .xl\:first\:pr-65:first-child{
    padding-right: 325px;
  }

  .tw .xl\:first\:pr-66:first-child{
    padding-right: 330px;
  }

  .tw .xl\:first\:pr-67:first-child{
    padding-right: 335px;
  }

  .tw .xl\:first\:pr-68:first-child{
    padding-right: 340px;
  }

  .tw .xl\:first\:pr-69:first-child{
    padding-right: 345px;
  }

  .tw .xl\:first\:pr-70:first-child{
    padding-right: 350px;
  }

  .tw .xl\:first\:pr-71:first-child{
    padding-right: 355px;
  }

  .tw .xl\:first\:pr-72:first-child{
    padding-right: 360px;
  }

  .tw .xl\:first\:pr-73:first-child{
    padding-right: 365px;
  }

  .tw .xl\:first\:pr-74:first-child{
    padding-right: 370px;
  }

  .tw .xl\:first\:pr-75:first-child{
    padding-right: 375px;
  }

  .tw .xl\:first\:pr-76:first-child{
    padding-right: 380px;
  }

  .tw .xl\:first\:pr-77:first-child{
    padding-right: 385px;
  }

  .tw .xl\:first\:pr-78:first-child{
    padding-right: 390px;
  }

  .tw .xl\:first\:pr-79:first-child{
    padding-right: 395px;
  }

  .tw .xl\:first\:pr-80:first-child{
    padding-right: 400px;
  }

  .tw .xl\:first\:pr-81:first-child{
    padding-right: 405px;
  }

  .tw .xl\:first\:pr-82:first-child{
    padding-right: 410px;
  }

  .tw .xl\:first\:pr-83:first-child{
    padding-right: 415px;
  }

  .tw .xl\:first\:pr-84:first-child{
    padding-right: 420px;
  }

  .tw .xl\:first\:pr-85:first-child{
    padding-right: 425px;
  }

  .tw .xl\:first\:pr-86:first-child{
    padding-right: 430px;
  }

  .tw .xl\:first\:pr-87:first-child{
    padding-right: 435px;
  }

  .tw .xl\:first\:pr-88:first-child{
    padding-right: 440px;
  }

  .tw .xl\:first\:pr-89:first-child{
    padding-right: 445px;
  }

  .tw .xl\:first\:pr-90:first-child{
    padding-right: 450px;
  }

  .tw .xl\:first\:pr-91:first-child{
    padding-right: 455px;
  }

  .tw .xl\:first\:pr-92:first-child{
    padding-right: 460px;
  }

  .tw .xl\:first\:pr-93:first-child{
    padding-right: 465px;
  }

  .tw .xl\:first\:pr-94:first-child{
    padding-right: 470px;
  }

  .tw .xl\:first\:pr-95:first-child{
    padding-right: 475px;
  }

  .tw .xl\:first\:pr-96:first-child{
    padding-right: 480px;
  }

  .tw .xl\:first\:pr-97:first-child{
    padding-right: 485px;
  }

  .tw .xl\:first\:pr-98:first-child{
    padding-right: 490px;
  }

  .tw .xl\:first\:pr-99:first-child{
    padding-right: 495px;
  }

  .tw .xl\:first\:pr-100:first-child{
    padding-right: 500px;
  }

  .tw .xl\:first\:pr-101:first-child{
    padding-right: 505px;
  }

  .tw .xl\:first\:pr-102:first-child{
    padding-right: 510px;
  }

  .tw .xl\:first\:pr-103:first-child{
    padding-right: 515px;
  }

  .tw .xl\:first\:pr-104:first-child{
    padding-right: 520px;
  }

  .tw .xl\:first\:pr-105:first-child{
    padding-right: 525px;
  }

  .tw .xl\:first\:pr-106:first-child{
    padding-right: 530px;
  }

  .tw .xl\:first\:pr-107:first-child{
    padding-right: 535px;
  }

  .tw .xl\:first\:pr-108:first-child{
    padding-right: 540px;
  }

  .tw .xl\:first\:pr-109:first-child{
    padding-right: 545px;
  }

  .tw .xl\:first\:pr-110:first-child{
    padding-right: 550px;
  }

  .tw .xl\:first\:pr-111:first-child{
    padding-right: 555px;
  }

  .tw .xl\:first\:pr-112:first-child{
    padding-right: 560px;
  }

  .tw .xl\:first\:pr-113:first-child{
    padding-right: 565px;
  }

  .tw .xl\:first\:pr-114:first-child{
    padding-right: 570px;
  }

  .tw .xl\:first\:pr-115:first-child{
    padding-right: 575px;
  }

  .tw .xl\:first\:pr-116:first-child{
    padding-right: 580px;
  }

  .tw .xl\:first\:pr-117:first-child{
    padding-right: 585px;
  }

  .tw .xl\:first\:pr-118:first-child{
    padding-right: 590px;
  }

  .tw .xl\:first\:pr-119:first-child{
    padding-right: 595px;
  }

  .tw .xl\:first\:pr-120:first-child{
    padding-right: 600px;
  }

  .tw .xl\:first\:pr-121:first-child{
    padding-right: 605px;
  }

  .tw .xl\:first\:pr-122:first-child{
    padding-right: 610px;
  }

  .tw .xl\:first\:pr-123:first-child{
    padding-right: 615px;
  }

  .tw .xl\:first\:pr-124:first-child{
    padding-right: 620px;
  }

  .tw .xl\:first\:pr-125:first-child{
    padding-right: 625px;
  }

  .tw .xl\:first\:pr-126:first-child{
    padding-right: 630px;
  }

  .tw .xl\:first\:pr-127:first-child{
    padding-right: 635px;
  }

  .tw .xl\:first\:pr-128:first-child{
    padding-right: 640px;
  }

  .tw .xl\:first\:pr-129:first-child{
    padding-right: 645px;
  }

  .tw .xl\:first\:pr-130:first-child{
    padding-right: 650px;
  }

  .tw .xl\:first\:pr-131:first-child{
    padding-right: 655px;
  }

  .tw .xl\:first\:pr-132:first-child{
    padding-right: 660px;
  }

  .tw .xl\:first\:pr-133:first-child{
    padding-right: 665px;
  }

  .tw .xl\:first\:pr-134:first-child{
    padding-right: 670px;
  }

  .tw .xl\:first\:pr-135:first-child{
    padding-right: 675px;
  }

  .tw .xl\:first\:pr-136:first-child{
    padding-right: 680px;
  }

  .tw .xl\:first\:pr-137:first-child{
    padding-right: 685px;
  }

  .tw .xl\:first\:pr-138:first-child{
    padding-right: 690px;
  }

  .tw .xl\:first\:pr-139:first-child{
    padding-right: 695px;
  }

  .tw .xl\:first\:pr-140:first-child{
    padding-right: 700px;
  }

  .tw .xl\:first\:pr-141:first-child{
    padding-right: 705px;
  }

  .tw .xl\:first\:pr-142:first-child{
    padding-right: 710px;
  }

  .tw .xl\:first\:pr-143:first-child{
    padding-right: 715px;
  }

  .tw .xl\:first\:pr-144:first-child{
    padding-right: 720px;
  }

  .tw .xl\:first\:pr-145:first-child{
    padding-right: 725px;
  }

  .tw .xl\:first\:pr-146:first-child{
    padding-right: 730px;
  }

  .tw .xl\:first\:pr-147:first-child{
    padding-right: 735px;
  }

  .tw .xl\:first\:pr-148:first-child{
    padding-right: 740px;
  }

  .tw .xl\:first\:pr-149:first-child{
    padding-right: 745px;
  }

  .tw .xl\:first\:pr-0\.5:first-child{
    padding-right: 3px;
  }

  .tw .xl\:first\:pr-1px:first-child{
    padding-right: 1px;
  }

  .tw .xl\:first\:pr-2px:first-child{
    padding-right: 2px;
  }

  .tw .xl\:first\:pr-3px:first-child{
    padding-right: 3px;
  }

  .tw .xl\:first\:pr-4px:first-child{
    padding-right: 4px;
  }

  .tw .xl\:first\:pr-5px:first-child{
    padding-right: 5px;
  }

  .tw .xl\:first\:pr-6px:first-child{
    padding-right: 6px;
  }

  .tw .xl\:first\:pr-7px:first-child{
    padding-right: 7px;
  }

  .tw .xl\:first\:pr-8px:first-child{
    padding-right: 8px;
  }

  .tw .xl\:first\:pr-9px:first-child{
    padding-right: 9px;
  }

  .tw .xl\:first\:pr-10px:first-child{
    padding-right: 10px;
  }

  .tw .xl\:first\:pr-11px:first-child{
    padding-right: 11px;
  }

  .tw .xl\:first\:pr-12px:first-child{
    padding-right: 12px;
  }

  .tw .xl\:first\:pr-13px:first-child{
    padding-right: 13px;
  }

  .tw .xl\:first\:pr-14px:first-child{
    padding-right: 14px;
  }

  .tw .xl\:first\:pr-15px:first-child{
    padding-right: 15px;
  }

  .tw .xl\:first\:pr-16px:first-child{
    padding-right: 16px;
  }

  .tw .xl\:first\:pr-17px:first-child{
    padding-right: 17px;
  }

  .tw .xl\:first\:pr-18px:first-child{
    padding-right: 18px;
  }

  .tw .xl\:first\:pr-19px:first-child{
    padding-right: 19px;
  }

  .tw .xl\:first\:pr-20px:first-child{
    padding-right: 20px;
  }

  .tw .xl\:first\:pr-21px:first-child{
    padding-right: 21px;
  }

  .tw .xl\:first\:pr-22px:first-child{
    padding-right: 22px;
  }

  .tw .xl\:first\:pr-23px:first-child{
    padding-right: 23px;
  }

  .tw .xl\:first\:pr-24px:first-child{
    padding-right: 24px;
  }

  .tw .xl\:first\:pr-25px:first-child{
    padding-right: 25px;
  }

  .tw .xl\:first\:pr-26px:first-child{
    padding-right: 26px;
  }

  .tw .xl\:first\:pr-27px:first-child{
    padding-right: 27px;
  }

  .tw .xl\:first\:pr-28px:first-child{
    padding-right: 28px;
  }

  .tw .xl\:first\:pr-29px:first-child{
    padding-right: 29px;
  }

  .tw .xl\:first\:pr-30px:first-child{
    padding-right: 30px;
  }

  .tw .xl\:first\:pr-31px:first-child{
    padding-right: 31px;
  }

  .tw .xl\:first\:pr-32px:first-child{
    padding-right: 32px;
  }

  .tw .xl\:first\:pr-33px:first-child{
    padding-right: 33px;
  }

  .tw .xl\:first\:pr-34px:first-child{
    padding-right: 34px;
  }

  .tw .xl\:first\:pr-35px:first-child{
    padding-right: 35px;
  }

  .tw .xl\:first\:pr-36px:first-child{
    padding-right: 36px;
  }

  .tw .xl\:first\:pr-37px:first-child{
    padding-right: 37px;
  }

  .tw .xl\:first\:pr-38px:first-child{
    padding-right: 38px;
  }

  .tw .xl\:first\:pr-39px:first-child{
    padding-right: 39px;
  }

  .tw .xl\:first\:pr-40px:first-child{
    padding-right: 40px;
  }

  .tw .xl\:first\:pb-0:first-child{
    padding-bottom: 0px;
  }

  .tw .xl\:first\:pb-1:first-child{
    padding-bottom: 5px;
  }

  .tw .xl\:first\:pb-2:first-child{
    padding-bottom: 10px;
  }

  .tw .xl\:first\:pb-3:first-child{
    padding-bottom: 15px;
  }

  .tw .xl\:first\:pb-4:first-child{
    padding-bottom: 20px;
  }

  .tw .xl\:first\:pb-5:first-child{
    padding-bottom: 25px;
  }

  .tw .xl\:first\:pb-6:first-child{
    padding-bottom: 30px;
  }

  .tw .xl\:first\:pb-7:first-child{
    padding-bottom: 35px;
  }

  .tw .xl\:first\:pb-8:first-child{
    padding-bottom: 40px;
  }

  .tw .xl\:first\:pb-9:first-child{
    padding-bottom: 45px;
  }

  .tw .xl\:first\:pb-10:first-child{
    padding-bottom: 50px;
  }

  .tw .xl\:first\:pb-11:first-child{
    padding-bottom: 55px;
  }

  .tw .xl\:first\:pb-12:first-child{
    padding-bottom: 60px;
  }

  .tw .xl\:first\:pb-13:first-child{
    padding-bottom: 65px;
  }

  .tw .xl\:first\:pb-14:first-child{
    padding-bottom: 70px;
  }

  .tw .xl\:first\:pb-15:first-child{
    padding-bottom: 75px;
  }

  .tw .xl\:first\:pb-16:first-child{
    padding-bottom: 80px;
  }

  .tw .xl\:first\:pb-17:first-child{
    padding-bottom: 85px;
  }

  .tw .xl\:first\:pb-18:first-child{
    padding-bottom: 90px;
  }

  .tw .xl\:first\:pb-19:first-child{
    padding-bottom: 95px;
  }

  .tw .xl\:first\:pb-20:first-child{
    padding-bottom: 100px;
  }

  .tw .xl\:first\:pb-21:first-child{
    padding-bottom: 105px;
  }

  .tw .xl\:first\:pb-22:first-child{
    padding-bottom: 110px;
  }

  .tw .xl\:first\:pb-23:first-child{
    padding-bottom: 115px;
  }

  .tw .xl\:first\:pb-24:first-child{
    padding-bottom: 120px;
  }

  .tw .xl\:first\:pb-25:first-child{
    padding-bottom: 125px;
  }

  .tw .xl\:first\:pb-26:first-child{
    padding-bottom: 130px;
  }

  .tw .xl\:first\:pb-27:first-child{
    padding-bottom: 135px;
  }

  .tw .xl\:first\:pb-28:first-child{
    padding-bottom: 140px;
  }

  .tw .xl\:first\:pb-29:first-child{
    padding-bottom: 145px;
  }

  .tw .xl\:first\:pb-30:first-child{
    padding-bottom: 150px;
  }

  .tw .xl\:first\:pb-31:first-child{
    padding-bottom: 155px;
  }

  .tw .xl\:first\:pb-32:first-child{
    padding-bottom: 160px;
  }

  .tw .xl\:first\:pb-33:first-child{
    padding-bottom: 165px;
  }

  .tw .xl\:first\:pb-34:first-child{
    padding-bottom: 170px;
  }

  .tw .xl\:first\:pb-35:first-child{
    padding-bottom: 175px;
  }

  .tw .xl\:first\:pb-36:first-child{
    padding-bottom: 180px;
  }

  .tw .xl\:first\:pb-37:first-child{
    padding-bottom: 185px;
  }

  .tw .xl\:first\:pb-38:first-child{
    padding-bottom: 190px;
  }

  .tw .xl\:first\:pb-39:first-child{
    padding-bottom: 195px;
  }

  .tw .xl\:first\:pb-40:first-child{
    padding-bottom: 200px;
  }

  .tw .xl\:first\:pb-41:first-child{
    padding-bottom: 205px;
  }

  .tw .xl\:first\:pb-42:first-child{
    padding-bottom: 210px;
  }

  .tw .xl\:first\:pb-43:first-child{
    padding-bottom: 215px;
  }

  .tw .xl\:first\:pb-44:first-child{
    padding-bottom: 220px;
  }

  .tw .xl\:first\:pb-45:first-child{
    padding-bottom: 225px;
  }

  .tw .xl\:first\:pb-46:first-child{
    padding-bottom: 230px;
  }

  .tw .xl\:first\:pb-47:first-child{
    padding-bottom: 235px;
  }

  .tw .xl\:first\:pb-48:first-child{
    padding-bottom: 240px;
  }

  .tw .xl\:first\:pb-49:first-child{
    padding-bottom: 245px;
  }

  .tw .xl\:first\:pb-50:first-child{
    padding-bottom: 250px;
  }

  .tw .xl\:first\:pb-51:first-child{
    padding-bottom: 255px;
  }

  .tw .xl\:first\:pb-52:first-child{
    padding-bottom: 260px;
  }

  .tw .xl\:first\:pb-53:first-child{
    padding-bottom: 265px;
  }

  .tw .xl\:first\:pb-54:first-child{
    padding-bottom: 270px;
  }

  .tw .xl\:first\:pb-55:first-child{
    padding-bottom: 275px;
  }

  .tw .xl\:first\:pb-56:first-child{
    padding-bottom: 280px;
  }

  .tw .xl\:first\:pb-57:first-child{
    padding-bottom: 285px;
  }

  .tw .xl\:first\:pb-58:first-child{
    padding-bottom: 290px;
  }

  .tw .xl\:first\:pb-59:first-child{
    padding-bottom: 295px;
  }

  .tw .xl\:first\:pb-60:first-child{
    padding-bottom: 300px;
  }

  .tw .xl\:first\:pb-61:first-child{
    padding-bottom: 305px;
  }

  .tw .xl\:first\:pb-62:first-child{
    padding-bottom: 310px;
  }

  .tw .xl\:first\:pb-63:first-child{
    padding-bottom: 315px;
  }

  .tw .xl\:first\:pb-64:first-child{
    padding-bottom: 320px;
  }

  .tw .xl\:first\:pb-65:first-child{
    padding-bottom: 325px;
  }

  .tw .xl\:first\:pb-66:first-child{
    padding-bottom: 330px;
  }

  .tw .xl\:first\:pb-67:first-child{
    padding-bottom: 335px;
  }

  .tw .xl\:first\:pb-68:first-child{
    padding-bottom: 340px;
  }

  .tw .xl\:first\:pb-69:first-child{
    padding-bottom: 345px;
  }

  .tw .xl\:first\:pb-70:first-child{
    padding-bottom: 350px;
  }

  .tw .xl\:first\:pb-71:first-child{
    padding-bottom: 355px;
  }

  .tw .xl\:first\:pb-72:first-child{
    padding-bottom: 360px;
  }

  .tw .xl\:first\:pb-73:first-child{
    padding-bottom: 365px;
  }

  .tw .xl\:first\:pb-74:first-child{
    padding-bottom: 370px;
  }

  .tw .xl\:first\:pb-75:first-child{
    padding-bottom: 375px;
  }

  .tw .xl\:first\:pb-76:first-child{
    padding-bottom: 380px;
  }

  .tw .xl\:first\:pb-77:first-child{
    padding-bottom: 385px;
  }

  .tw .xl\:first\:pb-78:first-child{
    padding-bottom: 390px;
  }

  .tw .xl\:first\:pb-79:first-child{
    padding-bottom: 395px;
  }

  .tw .xl\:first\:pb-80:first-child{
    padding-bottom: 400px;
  }

  .tw .xl\:first\:pb-81:first-child{
    padding-bottom: 405px;
  }

  .tw .xl\:first\:pb-82:first-child{
    padding-bottom: 410px;
  }

  .tw .xl\:first\:pb-83:first-child{
    padding-bottom: 415px;
  }

  .tw .xl\:first\:pb-84:first-child{
    padding-bottom: 420px;
  }

  .tw .xl\:first\:pb-85:first-child{
    padding-bottom: 425px;
  }

  .tw .xl\:first\:pb-86:first-child{
    padding-bottom: 430px;
  }

  .tw .xl\:first\:pb-87:first-child{
    padding-bottom: 435px;
  }

  .tw .xl\:first\:pb-88:first-child{
    padding-bottom: 440px;
  }

  .tw .xl\:first\:pb-89:first-child{
    padding-bottom: 445px;
  }

  .tw .xl\:first\:pb-90:first-child{
    padding-bottom: 450px;
  }

  .tw .xl\:first\:pb-91:first-child{
    padding-bottom: 455px;
  }

  .tw .xl\:first\:pb-92:first-child{
    padding-bottom: 460px;
  }

  .tw .xl\:first\:pb-93:first-child{
    padding-bottom: 465px;
  }

  .tw .xl\:first\:pb-94:first-child{
    padding-bottom: 470px;
  }

  .tw .xl\:first\:pb-95:first-child{
    padding-bottom: 475px;
  }

  .tw .xl\:first\:pb-96:first-child{
    padding-bottom: 480px;
  }

  .tw .xl\:first\:pb-97:first-child{
    padding-bottom: 485px;
  }

  .tw .xl\:first\:pb-98:first-child{
    padding-bottom: 490px;
  }

  .tw .xl\:first\:pb-99:first-child{
    padding-bottom: 495px;
  }

  .tw .xl\:first\:pb-100:first-child{
    padding-bottom: 500px;
  }

  .tw .xl\:first\:pb-101:first-child{
    padding-bottom: 505px;
  }

  .tw .xl\:first\:pb-102:first-child{
    padding-bottom: 510px;
  }

  .tw .xl\:first\:pb-103:first-child{
    padding-bottom: 515px;
  }

  .tw .xl\:first\:pb-104:first-child{
    padding-bottom: 520px;
  }

  .tw .xl\:first\:pb-105:first-child{
    padding-bottom: 525px;
  }

  .tw .xl\:first\:pb-106:first-child{
    padding-bottom: 530px;
  }

  .tw .xl\:first\:pb-107:first-child{
    padding-bottom: 535px;
  }

  .tw .xl\:first\:pb-108:first-child{
    padding-bottom: 540px;
  }

  .tw .xl\:first\:pb-109:first-child{
    padding-bottom: 545px;
  }

  .tw .xl\:first\:pb-110:first-child{
    padding-bottom: 550px;
  }

  .tw .xl\:first\:pb-111:first-child{
    padding-bottom: 555px;
  }

  .tw .xl\:first\:pb-112:first-child{
    padding-bottom: 560px;
  }

  .tw .xl\:first\:pb-113:first-child{
    padding-bottom: 565px;
  }

  .tw .xl\:first\:pb-114:first-child{
    padding-bottom: 570px;
  }

  .tw .xl\:first\:pb-115:first-child{
    padding-bottom: 575px;
  }

  .tw .xl\:first\:pb-116:first-child{
    padding-bottom: 580px;
  }

  .tw .xl\:first\:pb-117:first-child{
    padding-bottom: 585px;
  }

  .tw .xl\:first\:pb-118:first-child{
    padding-bottom: 590px;
  }

  .tw .xl\:first\:pb-119:first-child{
    padding-bottom: 595px;
  }

  .tw .xl\:first\:pb-120:first-child{
    padding-bottom: 600px;
  }

  .tw .xl\:first\:pb-121:first-child{
    padding-bottom: 605px;
  }

  .tw .xl\:first\:pb-122:first-child{
    padding-bottom: 610px;
  }

  .tw .xl\:first\:pb-123:first-child{
    padding-bottom: 615px;
  }

  .tw .xl\:first\:pb-124:first-child{
    padding-bottom: 620px;
  }

  .tw .xl\:first\:pb-125:first-child{
    padding-bottom: 625px;
  }

  .tw .xl\:first\:pb-126:first-child{
    padding-bottom: 630px;
  }

  .tw .xl\:first\:pb-127:first-child{
    padding-bottom: 635px;
  }

  .tw .xl\:first\:pb-128:first-child{
    padding-bottom: 640px;
  }

  .tw .xl\:first\:pb-129:first-child{
    padding-bottom: 645px;
  }

  .tw .xl\:first\:pb-130:first-child{
    padding-bottom: 650px;
  }

  .tw .xl\:first\:pb-131:first-child{
    padding-bottom: 655px;
  }

  .tw .xl\:first\:pb-132:first-child{
    padding-bottom: 660px;
  }

  .tw .xl\:first\:pb-133:first-child{
    padding-bottom: 665px;
  }

  .tw .xl\:first\:pb-134:first-child{
    padding-bottom: 670px;
  }

  .tw .xl\:first\:pb-135:first-child{
    padding-bottom: 675px;
  }

  .tw .xl\:first\:pb-136:first-child{
    padding-bottom: 680px;
  }

  .tw .xl\:first\:pb-137:first-child{
    padding-bottom: 685px;
  }

  .tw .xl\:first\:pb-138:first-child{
    padding-bottom: 690px;
  }

  .tw .xl\:first\:pb-139:first-child{
    padding-bottom: 695px;
  }

  .tw .xl\:first\:pb-140:first-child{
    padding-bottom: 700px;
  }

  .tw .xl\:first\:pb-141:first-child{
    padding-bottom: 705px;
  }

  .tw .xl\:first\:pb-142:first-child{
    padding-bottom: 710px;
  }

  .tw .xl\:first\:pb-143:first-child{
    padding-bottom: 715px;
  }

  .tw .xl\:first\:pb-144:first-child{
    padding-bottom: 720px;
  }

  .tw .xl\:first\:pb-145:first-child{
    padding-bottom: 725px;
  }

  .tw .xl\:first\:pb-146:first-child{
    padding-bottom: 730px;
  }

  .tw .xl\:first\:pb-147:first-child{
    padding-bottom: 735px;
  }

  .tw .xl\:first\:pb-148:first-child{
    padding-bottom: 740px;
  }

  .tw .xl\:first\:pb-149:first-child{
    padding-bottom: 745px;
  }

  .tw .xl\:first\:pb-0\.5:first-child{
    padding-bottom: 3px;
  }

  .tw .xl\:first\:pb-1px:first-child{
    padding-bottom: 1px;
  }

  .tw .xl\:first\:pb-2px:first-child{
    padding-bottom: 2px;
  }

  .tw .xl\:first\:pb-3px:first-child{
    padding-bottom: 3px;
  }

  .tw .xl\:first\:pb-4px:first-child{
    padding-bottom: 4px;
  }

  .tw .xl\:first\:pb-5px:first-child{
    padding-bottom: 5px;
  }

  .tw .xl\:first\:pb-6px:first-child{
    padding-bottom: 6px;
  }

  .tw .xl\:first\:pb-7px:first-child{
    padding-bottom: 7px;
  }

  .tw .xl\:first\:pb-8px:first-child{
    padding-bottom: 8px;
  }

  .tw .xl\:first\:pb-9px:first-child{
    padding-bottom: 9px;
  }

  .tw .xl\:first\:pb-10px:first-child{
    padding-bottom: 10px;
  }

  .tw .xl\:first\:pb-11px:first-child{
    padding-bottom: 11px;
  }

  .tw .xl\:first\:pb-12px:first-child{
    padding-bottom: 12px;
  }

  .tw .xl\:first\:pb-13px:first-child{
    padding-bottom: 13px;
  }

  .tw .xl\:first\:pb-14px:first-child{
    padding-bottom: 14px;
  }

  .tw .xl\:first\:pb-15px:first-child{
    padding-bottom: 15px;
  }

  .tw .xl\:first\:pb-16px:first-child{
    padding-bottom: 16px;
  }

  .tw .xl\:first\:pb-17px:first-child{
    padding-bottom: 17px;
  }

  .tw .xl\:first\:pb-18px:first-child{
    padding-bottom: 18px;
  }

  .tw .xl\:first\:pb-19px:first-child{
    padding-bottom: 19px;
  }

  .tw .xl\:first\:pb-20px:first-child{
    padding-bottom: 20px;
  }

  .tw .xl\:first\:pb-21px:first-child{
    padding-bottom: 21px;
  }

  .tw .xl\:first\:pb-22px:first-child{
    padding-bottom: 22px;
  }

  .tw .xl\:first\:pb-23px:first-child{
    padding-bottom: 23px;
  }

  .tw .xl\:first\:pb-24px:first-child{
    padding-bottom: 24px;
  }

  .tw .xl\:first\:pb-25px:first-child{
    padding-bottom: 25px;
  }

  .tw .xl\:first\:pb-26px:first-child{
    padding-bottom: 26px;
  }

  .tw .xl\:first\:pb-27px:first-child{
    padding-bottom: 27px;
  }

  .tw .xl\:first\:pb-28px:first-child{
    padding-bottom: 28px;
  }

  .tw .xl\:first\:pb-29px:first-child{
    padding-bottom: 29px;
  }

  .tw .xl\:first\:pb-30px:first-child{
    padding-bottom: 30px;
  }

  .tw .xl\:first\:pb-31px:first-child{
    padding-bottom: 31px;
  }

  .tw .xl\:first\:pb-32px:first-child{
    padding-bottom: 32px;
  }

  .tw .xl\:first\:pb-33px:first-child{
    padding-bottom: 33px;
  }

  .tw .xl\:first\:pb-34px:first-child{
    padding-bottom: 34px;
  }

  .tw .xl\:first\:pb-35px:first-child{
    padding-bottom: 35px;
  }

  .tw .xl\:first\:pb-36px:first-child{
    padding-bottom: 36px;
  }

  .tw .xl\:first\:pb-37px:first-child{
    padding-bottom: 37px;
  }

  .tw .xl\:first\:pb-38px:first-child{
    padding-bottom: 38px;
  }

  .tw .xl\:first\:pb-39px:first-child{
    padding-bottom: 39px;
  }

  .tw .xl\:first\:pb-40px:first-child{
    padding-bottom: 40px;
  }

  .tw .xl\:first\:pl-0:first-child{
    padding-left: 0px;
  }

  .tw .xl\:first\:pl-1:first-child{
    padding-left: 5px;
  }

  .tw .xl\:first\:pl-2:first-child{
    padding-left: 10px;
  }

  .tw .xl\:first\:pl-3:first-child{
    padding-left: 15px;
  }

  .tw .xl\:first\:pl-4:first-child{
    padding-left: 20px;
  }

  .tw .xl\:first\:pl-5:first-child{
    padding-left: 25px;
  }

  .tw .xl\:first\:pl-6:first-child{
    padding-left: 30px;
  }

  .tw .xl\:first\:pl-7:first-child{
    padding-left: 35px;
  }

  .tw .xl\:first\:pl-8:first-child{
    padding-left: 40px;
  }

  .tw .xl\:first\:pl-9:first-child{
    padding-left: 45px;
  }

  .tw .xl\:first\:pl-10:first-child{
    padding-left: 50px;
  }

  .tw .xl\:first\:pl-11:first-child{
    padding-left: 55px;
  }

  .tw .xl\:first\:pl-12:first-child{
    padding-left: 60px;
  }

  .tw .xl\:first\:pl-13:first-child{
    padding-left: 65px;
  }

  .tw .xl\:first\:pl-14:first-child{
    padding-left: 70px;
  }

  .tw .xl\:first\:pl-15:first-child{
    padding-left: 75px;
  }

  .tw .xl\:first\:pl-16:first-child{
    padding-left: 80px;
  }

  .tw .xl\:first\:pl-17:first-child{
    padding-left: 85px;
  }

  .tw .xl\:first\:pl-18:first-child{
    padding-left: 90px;
  }

  .tw .xl\:first\:pl-19:first-child{
    padding-left: 95px;
  }

  .tw .xl\:first\:pl-20:first-child{
    padding-left: 100px;
  }

  .tw .xl\:first\:pl-21:first-child{
    padding-left: 105px;
  }

  .tw .xl\:first\:pl-22:first-child{
    padding-left: 110px;
  }

  .tw .xl\:first\:pl-23:first-child{
    padding-left: 115px;
  }

  .tw .xl\:first\:pl-24:first-child{
    padding-left: 120px;
  }

  .tw .xl\:first\:pl-25:first-child{
    padding-left: 125px;
  }

  .tw .xl\:first\:pl-26:first-child{
    padding-left: 130px;
  }

  .tw .xl\:first\:pl-27:first-child{
    padding-left: 135px;
  }

  .tw .xl\:first\:pl-28:first-child{
    padding-left: 140px;
  }

  .tw .xl\:first\:pl-29:first-child{
    padding-left: 145px;
  }

  .tw .xl\:first\:pl-30:first-child{
    padding-left: 150px;
  }

  .tw .xl\:first\:pl-31:first-child{
    padding-left: 155px;
  }

  .tw .xl\:first\:pl-32:first-child{
    padding-left: 160px;
  }

  .tw .xl\:first\:pl-33:first-child{
    padding-left: 165px;
  }

  .tw .xl\:first\:pl-34:first-child{
    padding-left: 170px;
  }

  .tw .xl\:first\:pl-35:first-child{
    padding-left: 175px;
  }

  .tw .xl\:first\:pl-36:first-child{
    padding-left: 180px;
  }

  .tw .xl\:first\:pl-37:first-child{
    padding-left: 185px;
  }

  .tw .xl\:first\:pl-38:first-child{
    padding-left: 190px;
  }

  .tw .xl\:first\:pl-39:first-child{
    padding-left: 195px;
  }

  .tw .xl\:first\:pl-40:first-child{
    padding-left: 200px;
  }

  .tw .xl\:first\:pl-41:first-child{
    padding-left: 205px;
  }

  .tw .xl\:first\:pl-42:first-child{
    padding-left: 210px;
  }

  .tw .xl\:first\:pl-43:first-child{
    padding-left: 215px;
  }

  .tw .xl\:first\:pl-44:first-child{
    padding-left: 220px;
  }

  .tw .xl\:first\:pl-45:first-child{
    padding-left: 225px;
  }

  .tw .xl\:first\:pl-46:first-child{
    padding-left: 230px;
  }

  .tw .xl\:first\:pl-47:first-child{
    padding-left: 235px;
  }

  .tw .xl\:first\:pl-48:first-child{
    padding-left: 240px;
  }

  .tw .xl\:first\:pl-49:first-child{
    padding-left: 245px;
  }

  .tw .xl\:first\:pl-50:first-child{
    padding-left: 250px;
  }

  .tw .xl\:first\:pl-51:first-child{
    padding-left: 255px;
  }

  .tw .xl\:first\:pl-52:first-child{
    padding-left: 260px;
  }

  .tw .xl\:first\:pl-53:first-child{
    padding-left: 265px;
  }

  .tw .xl\:first\:pl-54:first-child{
    padding-left: 270px;
  }

  .tw .xl\:first\:pl-55:first-child{
    padding-left: 275px;
  }

  .tw .xl\:first\:pl-56:first-child{
    padding-left: 280px;
  }

  .tw .xl\:first\:pl-57:first-child{
    padding-left: 285px;
  }

  .tw .xl\:first\:pl-58:first-child{
    padding-left: 290px;
  }

  .tw .xl\:first\:pl-59:first-child{
    padding-left: 295px;
  }

  .tw .xl\:first\:pl-60:first-child{
    padding-left: 300px;
  }

  .tw .xl\:first\:pl-61:first-child{
    padding-left: 305px;
  }

  .tw .xl\:first\:pl-62:first-child{
    padding-left: 310px;
  }

  .tw .xl\:first\:pl-63:first-child{
    padding-left: 315px;
  }

  .tw .xl\:first\:pl-64:first-child{
    padding-left: 320px;
  }

  .tw .xl\:first\:pl-65:first-child{
    padding-left: 325px;
  }

  .tw .xl\:first\:pl-66:first-child{
    padding-left: 330px;
  }

  .tw .xl\:first\:pl-67:first-child{
    padding-left: 335px;
  }

  .tw .xl\:first\:pl-68:first-child{
    padding-left: 340px;
  }

  .tw .xl\:first\:pl-69:first-child{
    padding-left: 345px;
  }

  .tw .xl\:first\:pl-70:first-child{
    padding-left: 350px;
  }

  .tw .xl\:first\:pl-71:first-child{
    padding-left: 355px;
  }

  .tw .xl\:first\:pl-72:first-child{
    padding-left: 360px;
  }

  .tw .xl\:first\:pl-73:first-child{
    padding-left: 365px;
  }

  .tw .xl\:first\:pl-74:first-child{
    padding-left: 370px;
  }

  .tw .xl\:first\:pl-75:first-child{
    padding-left: 375px;
  }

  .tw .xl\:first\:pl-76:first-child{
    padding-left: 380px;
  }

  .tw .xl\:first\:pl-77:first-child{
    padding-left: 385px;
  }

  .tw .xl\:first\:pl-78:first-child{
    padding-left: 390px;
  }

  .tw .xl\:first\:pl-79:first-child{
    padding-left: 395px;
  }

  .tw .xl\:first\:pl-80:first-child{
    padding-left: 400px;
  }

  .tw .xl\:first\:pl-81:first-child{
    padding-left: 405px;
  }

  .tw .xl\:first\:pl-82:first-child{
    padding-left: 410px;
  }

  .tw .xl\:first\:pl-83:first-child{
    padding-left: 415px;
  }

  .tw .xl\:first\:pl-84:first-child{
    padding-left: 420px;
  }

  .tw .xl\:first\:pl-85:first-child{
    padding-left: 425px;
  }

  .tw .xl\:first\:pl-86:first-child{
    padding-left: 430px;
  }

  .tw .xl\:first\:pl-87:first-child{
    padding-left: 435px;
  }

  .tw .xl\:first\:pl-88:first-child{
    padding-left: 440px;
  }

  .tw .xl\:first\:pl-89:first-child{
    padding-left: 445px;
  }

  .tw .xl\:first\:pl-90:first-child{
    padding-left: 450px;
  }

  .tw .xl\:first\:pl-91:first-child{
    padding-left: 455px;
  }

  .tw .xl\:first\:pl-92:first-child{
    padding-left: 460px;
  }

  .tw .xl\:first\:pl-93:first-child{
    padding-left: 465px;
  }

  .tw .xl\:first\:pl-94:first-child{
    padding-left: 470px;
  }

  .tw .xl\:first\:pl-95:first-child{
    padding-left: 475px;
  }

  .tw .xl\:first\:pl-96:first-child{
    padding-left: 480px;
  }

  .tw .xl\:first\:pl-97:first-child{
    padding-left: 485px;
  }

  .tw .xl\:first\:pl-98:first-child{
    padding-left: 490px;
  }

  .tw .xl\:first\:pl-99:first-child{
    padding-left: 495px;
  }

  .tw .xl\:first\:pl-100:first-child{
    padding-left: 500px;
  }

  .tw .xl\:first\:pl-101:first-child{
    padding-left: 505px;
  }

  .tw .xl\:first\:pl-102:first-child{
    padding-left: 510px;
  }

  .tw .xl\:first\:pl-103:first-child{
    padding-left: 515px;
  }

  .tw .xl\:first\:pl-104:first-child{
    padding-left: 520px;
  }

  .tw .xl\:first\:pl-105:first-child{
    padding-left: 525px;
  }

  .tw .xl\:first\:pl-106:first-child{
    padding-left: 530px;
  }

  .tw .xl\:first\:pl-107:first-child{
    padding-left: 535px;
  }

  .tw .xl\:first\:pl-108:first-child{
    padding-left: 540px;
  }

  .tw .xl\:first\:pl-109:first-child{
    padding-left: 545px;
  }

  .tw .xl\:first\:pl-110:first-child{
    padding-left: 550px;
  }

  .tw .xl\:first\:pl-111:first-child{
    padding-left: 555px;
  }

  .tw .xl\:first\:pl-112:first-child{
    padding-left: 560px;
  }

  .tw .xl\:first\:pl-113:first-child{
    padding-left: 565px;
  }

  .tw .xl\:first\:pl-114:first-child{
    padding-left: 570px;
  }

  .tw .xl\:first\:pl-115:first-child{
    padding-left: 575px;
  }

  .tw .xl\:first\:pl-116:first-child{
    padding-left: 580px;
  }

  .tw .xl\:first\:pl-117:first-child{
    padding-left: 585px;
  }

  .tw .xl\:first\:pl-118:first-child{
    padding-left: 590px;
  }

  .tw .xl\:first\:pl-119:first-child{
    padding-left: 595px;
  }

  .tw .xl\:first\:pl-120:first-child{
    padding-left: 600px;
  }

  .tw .xl\:first\:pl-121:first-child{
    padding-left: 605px;
  }

  .tw .xl\:first\:pl-122:first-child{
    padding-left: 610px;
  }

  .tw .xl\:first\:pl-123:first-child{
    padding-left: 615px;
  }

  .tw .xl\:first\:pl-124:first-child{
    padding-left: 620px;
  }

  .tw .xl\:first\:pl-125:first-child{
    padding-left: 625px;
  }

  .tw .xl\:first\:pl-126:first-child{
    padding-left: 630px;
  }

  .tw .xl\:first\:pl-127:first-child{
    padding-left: 635px;
  }

  .tw .xl\:first\:pl-128:first-child{
    padding-left: 640px;
  }

  .tw .xl\:first\:pl-129:first-child{
    padding-left: 645px;
  }

  .tw .xl\:first\:pl-130:first-child{
    padding-left: 650px;
  }

  .tw .xl\:first\:pl-131:first-child{
    padding-left: 655px;
  }

  .tw .xl\:first\:pl-132:first-child{
    padding-left: 660px;
  }

  .tw .xl\:first\:pl-133:first-child{
    padding-left: 665px;
  }

  .tw .xl\:first\:pl-134:first-child{
    padding-left: 670px;
  }

  .tw .xl\:first\:pl-135:first-child{
    padding-left: 675px;
  }

  .tw .xl\:first\:pl-136:first-child{
    padding-left: 680px;
  }

  .tw .xl\:first\:pl-137:first-child{
    padding-left: 685px;
  }

  .tw .xl\:first\:pl-138:first-child{
    padding-left: 690px;
  }

  .tw .xl\:first\:pl-139:first-child{
    padding-left: 695px;
  }

  .tw .xl\:first\:pl-140:first-child{
    padding-left: 700px;
  }

  .tw .xl\:first\:pl-141:first-child{
    padding-left: 705px;
  }

  .tw .xl\:first\:pl-142:first-child{
    padding-left: 710px;
  }

  .tw .xl\:first\:pl-143:first-child{
    padding-left: 715px;
  }

  .tw .xl\:first\:pl-144:first-child{
    padding-left: 720px;
  }

  .tw .xl\:first\:pl-145:first-child{
    padding-left: 725px;
  }

  .tw .xl\:first\:pl-146:first-child{
    padding-left: 730px;
  }

  .tw .xl\:first\:pl-147:first-child{
    padding-left: 735px;
  }

  .tw .xl\:first\:pl-148:first-child{
    padding-left: 740px;
  }

  .tw .xl\:first\:pl-149:first-child{
    padding-left: 745px;
  }

  .tw .xl\:first\:pl-0\.5:first-child{
    padding-left: 3px;
  }

  .tw .xl\:first\:pl-1px:first-child{
    padding-left: 1px;
  }

  .tw .xl\:first\:pl-2px:first-child{
    padding-left: 2px;
  }

  .tw .xl\:first\:pl-3px:first-child{
    padding-left: 3px;
  }

  .tw .xl\:first\:pl-4px:first-child{
    padding-left: 4px;
  }

  .tw .xl\:first\:pl-5px:first-child{
    padding-left: 5px;
  }

  .tw .xl\:first\:pl-6px:first-child{
    padding-left: 6px;
  }

  .tw .xl\:first\:pl-7px:first-child{
    padding-left: 7px;
  }

  .tw .xl\:first\:pl-8px:first-child{
    padding-left: 8px;
  }

  .tw .xl\:first\:pl-9px:first-child{
    padding-left: 9px;
  }

  .tw .xl\:first\:pl-10px:first-child{
    padding-left: 10px;
  }

  .tw .xl\:first\:pl-11px:first-child{
    padding-left: 11px;
  }

  .tw .xl\:first\:pl-12px:first-child{
    padding-left: 12px;
  }

  .tw .xl\:first\:pl-13px:first-child{
    padding-left: 13px;
  }

  .tw .xl\:first\:pl-14px:first-child{
    padding-left: 14px;
  }

  .tw .xl\:first\:pl-15px:first-child{
    padding-left: 15px;
  }

  .tw .xl\:first\:pl-16px:first-child{
    padding-left: 16px;
  }

  .tw .xl\:first\:pl-17px:first-child{
    padding-left: 17px;
  }

  .tw .xl\:first\:pl-18px:first-child{
    padding-left: 18px;
  }

  .tw .xl\:first\:pl-19px:first-child{
    padding-left: 19px;
  }

  .tw .xl\:first\:pl-20px:first-child{
    padding-left: 20px;
  }

  .tw .xl\:first\:pl-21px:first-child{
    padding-left: 21px;
  }

  .tw .xl\:first\:pl-22px:first-child{
    padding-left: 22px;
  }

  .tw .xl\:first\:pl-23px:first-child{
    padding-left: 23px;
  }

  .tw .xl\:first\:pl-24px:first-child{
    padding-left: 24px;
  }

  .tw .xl\:first\:pl-25px:first-child{
    padding-left: 25px;
  }

  .tw .xl\:first\:pl-26px:first-child{
    padding-left: 26px;
  }

  .tw .xl\:first\:pl-27px:first-child{
    padding-left: 27px;
  }

  .tw .xl\:first\:pl-28px:first-child{
    padding-left: 28px;
  }

  .tw .xl\:first\:pl-29px:first-child{
    padding-left: 29px;
  }

  .tw .xl\:first\:pl-30px:first-child{
    padding-left: 30px;
  }

  .tw .xl\:first\:pl-31px:first-child{
    padding-left: 31px;
  }

  .tw .xl\:first\:pl-32px:first-child{
    padding-left: 32px;
  }

  .tw .xl\:first\:pl-33px:first-child{
    padding-left: 33px;
  }

  .tw .xl\:first\:pl-34px:first-child{
    padding-left: 34px;
  }

  .tw .xl\:first\:pl-35px:first-child{
    padding-left: 35px;
  }

  .tw .xl\:first\:pl-36px:first-child{
    padding-left: 36px;
  }

  .tw .xl\:first\:pl-37px:first-child{
    padding-left: 37px;
  }

  .tw .xl\:first\:pl-38px:first-child{
    padding-left: 38px;
  }

  .tw .xl\:first\:pl-39px:first-child{
    padding-left: 39px;
  }

  .tw .xl\:first\:pl-40px:first-child{
    padding-left: 40px;
  }

  .tw .xl\:last\:pt-0:last-child{
    padding-top: 0px;
  }

  .tw .xl\:last\:pt-1:last-child{
    padding-top: 5px;
  }

  .tw .xl\:last\:pt-2:last-child{
    padding-top: 10px;
  }

  .tw .xl\:last\:pt-3:last-child{
    padding-top: 15px;
  }

  .tw .xl\:last\:pt-4:last-child{
    padding-top: 20px;
  }

  .tw .xl\:last\:pt-5:last-child{
    padding-top: 25px;
  }

  .tw .xl\:last\:pt-6:last-child{
    padding-top: 30px;
  }

  .tw .xl\:last\:pt-7:last-child{
    padding-top: 35px;
  }

  .tw .xl\:last\:pt-8:last-child{
    padding-top: 40px;
  }

  .tw .xl\:last\:pt-9:last-child{
    padding-top: 45px;
  }

  .tw .xl\:last\:pt-10:last-child{
    padding-top: 50px;
  }

  .tw .xl\:last\:pt-11:last-child{
    padding-top: 55px;
  }

  .tw .xl\:last\:pt-12:last-child{
    padding-top: 60px;
  }

  .tw .xl\:last\:pt-13:last-child{
    padding-top: 65px;
  }

  .tw .xl\:last\:pt-14:last-child{
    padding-top: 70px;
  }

  .tw .xl\:last\:pt-15:last-child{
    padding-top: 75px;
  }

  .tw .xl\:last\:pt-16:last-child{
    padding-top: 80px;
  }

  .tw .xl\:last\:pt-17:last-child{
    padding-top: 85px;
  }

  .tw .xl\:last\:pt-18:last-child{
    padding-top: 90px;
  }

  .tw .xl\:last\:pt-19:last-child{
    padding-top: 95px;
  }

  .tw .xl\:last\:pt-20:last-child{
    padding-top: 100px;
  }

  .tw .xl\:last\:pt-21:last-child{
    padding-top: 105px;
  }

  .tw .xl\:last\:pt-22:last-child{
    padding-top: 110px;
  }

  .tw .xl\:last\:pt-23:last-child{
    padding-top: 115px;
  }

  .tw .xl\:last\:pt-24:last-child{
    padding-top: 120px;
  }

  .tw .xl\:last\:pt-25:last-child{
    padding-top: 125px;
  }

  .tw .xl\:last\:pt-26:last-child{
    padding-top: 130px;
  }

  .tw .xl\:last\:pt-27:last-child{
    padding-top: 135px;
  }

  .tw .xl\:last\:pt-28:last-child{
    padding-top: 140px;
  }

  .tw .xl\:last\:pt-29:last-child{
    padding-top: 145px;
  }

  .tw .xl\:last\:pt-30:last-child{
    padding-top: 150px;
  }

  .tw .xl\:last\:pt-31:last-child{
    padding-top: 155px;
  }

  .tw .xl\:last\:pt-32:last-child{
    padding-top: 160px;
  }

  .tw .xl\:last\:pt-33:last-child{
    padding-top: 165px;
  }

  .tw .xl\:last\:pt-34:last-child{
    padding-top: 170px;
  }

  .tw .xl\:last\:pt-35:last-child{
    padding-top: 175px;
  }

  .tw .xl\:last\:pt-36:last-child{
    padding-top: 180px;
  }

  .tw .xl\:last\:pt-37:last-child{
    padding-top: 185px;
  }

  .tw .xl\:last\:pt-38:last-child{
    padding-top: 190px;
  }

  .tw .xl\:last\:pt-39:last-child{
    padding-top: 195px;
  }

  .tw .xl\:last\:pt-40:last-child{
    padding-top: 200px;
  }

  .tw .xl\:last\:pt-41:last-child{
    padding-top: 205px;
  }

  .tw .xl\:last\:pt-42:last-child{
    padding-top: 210px;
  }

  .tw .xl\:last\:pt-43:last-child{
    padding-top: 215px;
  }

  .tw .xl\:last\:pt-44:last-child{
    padding-top: 220px;
  }

  .tw .xl\:last\:pt-45:last-child{
    padding-top: 225px;
  }

  .tw .xl\:last\:pt-46:last-child{
    padding-top: 230px;
  }

  .tw .xl\:last\:pt-47:last-child{
    padding-top: 235px;
  }

  .tw .xl\:last\:pt-48:last-child{
    padding-top: 240px;
  }

  .tw .xl\:last\:pt-49:last-child{
    padding-top: 245px;
  }

  .tw .xl\:last\:pt-50:last-child{
    padding-top: 250px;
  }

  .tw .xl\:last\:pt-51:last-child{
    padding-top: 255px;
  }

  .tw .xl\:last\:pt-52:last-child{
    padding-top: 260px;
  }

  .tw .xl\:last\:pt-53:last-child{
    padding-top: 265px;
  }

  .tw .xl\:last\:pt-54:last-child{
    padding-top: 270px;
  }

  .tw .xl\:last\:pt-55:last-child{
    padding-top: 275px;
  }

  .tw .xl\:last\:pt-56:last-child{
    padding-top: 280px;
  }

  .tw .xl\:last\:pt-57:last-child{
    padding-top: 285px;
  }

  .tw .xl\:last\:pt-58:last-child{
    padding-top: 290px;
  }

  .tw .xl\:last\:pt-59:last-child{
    padding-top: 295px;
  }

  .tw .xl\:last\:pt-60:last-child{
    padding-top: 300px;
  }

  .tw .xl\:last\:pt-61:last-child{
    padding-top: 305px;
  }

  .tw .xl\:last\:pt-62:last-child{
    padding-top: 310px;
  }

  .tw .xl\:last\:pt-63:last-child{
    padding-top: 315px;
  }

  .tw .xl\:last\:pt-64:last-child{
    padding-top: 320px;
  }

  .tw .xl\:last\:pt-65:last-child{
    padding-top: 325px;
  }

  .tw .xl\:last\:pt-66:last-child{
    padding-top: 330px;
  }

  .tw .xl\:last\:pt-67:last-child{
    padding-top: 335px;
  }

  .tw .xl\:last\:pt-68:last-child{
    padding-top: 340px;
  }

  .tw .xl\:last\:pt-69:last-child{
    padding-top: 345px;
  }

  .tw .xl\:last\:pt-70:last-child{
    padding-top: 350px;
  }

  .tw .xl\:last\:pt-71:last-child{
    padding-top: 355px;
  }

  .tw .xl\:last\:pt-72:last-child{
    padding-top: 360px;
  }

  .tw .xl\:last\:pt-73:last-child{
    padding-top: 365px;
  }

  .tw .xl\:last\:pt-74:last-child{
    padding-top: 370px;
  }

  .tw .xl\:last\:pt-75:last-child{
    padding-top: 375px;
  }

  .tw .xl\:last\:pt-76:last-child{
    padding-top: 380px;
  }

  .tw .xl\:last\:pt-77:last-child{
    padding-top: 385px;
  }

  .tw .xl\:last\:pt-78:last-child{
    padding-top: 390px;
  }

  .tw .xl\:last\:pt-79:last-child{
    padding-top: 395px;
  }

  .tw .xl\:last\:pt-80:last-child{
    padding-top: 400px;
  }

  .tw .xl\:last\:pt-81:last-child{
    padding-top: 405px;
  }

  .tw .xl\:last\:pt-82:last-child{
    padding-top: 410px;
  }

  .tw .xl\:last\:pt-83:last-child{
    padding-top: 415px;
  }

  .tw .xl\:last\:pt-84:last-child{
    padding-top: 420px;
  }

  .tw .xl\:last\:pt-85:last-child{
    padding-top: 425px;
  }

  .tw .xl\:last\:pt-86:last-child{
    padding-top: 430px;
  }

  .tw .xl\:last\:pt-87:last-child{
    padding-top: 435px;
  }

  .tw .xl\:last\:pt-88:last-child{
    padding-top: 440px;
  }

  .tw .xl\:last\:pt-89:last-child{
    padding-top: 445px;
  }

  .tw .xl\:last\:pt-90:last-child{
    padding-top: 450px;
  }

  .tw .xl\:last\:pt-91:last-child{
    padding-top: 455px;
  }

  .tw .xl\:last\:pt-92:last-child{
    padding-top: 460px;
  }

  .tw .xl\:last\:pt-93:last-child{
    padding-top: 465px;
  }

  .tw .xl\:last\:pt-94:last-child{
    padding-top: 470px;
  }

  .tw .xl\:last\:pt-95:last-child{
    padding-top: 475px;
  }

  .tw .xl\:last\:pt-96:last-child{
    padding-top: 480px;
  }

  .tw .xl\:last\:pt-97:last-child{
    padding-top: 485px;
  }

  .tw .xl\:last\:pt-98:last-child{
    padding-top: 490px;
  }

  .tw .xl\:last\:pt-99:last-child{
    padding-top: 495px;
  }

  .tw .xl\:last\:pt-100:last-child{
    padding-top: 500px;
  }

  .tw .xl\:last\:pt-101:last-child{
    padding-top: 505px;
  }

  .tw .xl\:last\:pt-102:last-child{
    padding-top: 510px;
  }

  .tw .xl\:last\:pt-103:last-child{
    padding-top: 515px;
  }

  .tw .xl\:last\:pt-104:last-child{
    padding-top: 520px;
  }

  .tw .xl\:last\:pt-105:last-child{
    padding-top: 525px;
  }

  .tw .xl\:last\:pt-106:last-child{
    padding-top: 530px;
  }

  .tw .xl\:last\:pt-107:last-child{
    padding-top: 535px;
  }

  .tw .xl\:last\:pt-108:last-child{
    padding-top: 540px;
  }

  .tw .xl\:last\:pt-109:last-child{
    padding-top: 545px;
  }

  .tw .xl\:last\:pt-110:last-child{
    padding-top: 550px;
  }

  .tw .xl\:last\:pt-111:last-child{
    padding-top: 555px;
  }

  .tw .xl\:last\:pt-112:last-child{
    padding-top: 560px;
  }

  .tw .xl\:last\:pt-113:last-child{
    padding-top: 565px;
  }

  .tw .xl\:last\:pt-114:last-child{
    padding-top: 570px;
  }

  .tw .xl\:last\:pt-115:last-child{
    padding-top: 575px;
  }

  .tw .xl\:last\:pt-116:last-child{
    padding-top: 580px;
  }

  .tw .xl\:last\:pt-117:last-child{
    padding-top: 585px;
  }

  .tw .xl\:last\:pt-118:last-child{
    padding-top: 590px;
  }

  .tw .xl\:last\:pt-119:last-child{
    padding-top: 595px;
  }

  .tw .xl\:last\:pt-120:last-child{
    padding-top: 600px;
  }

  .tw .xl\:last\:pt-121:last-child{
    padding-top: 605px;
  }

  .tw .xl\:last\:pt-122:last-child{
    padding-top: 610px;
  }

  .tw .xl\:last\:pt-123:last-child{
    padding-top: 615px;
  }

  .tw .xl\:last\:pt-124:last-child{
    padding-top: 620px;
  }

  .tw .xl\:last\:pt-125:last-child{
    padding-top: 625px;
  }

  .tw .xl\:last\:pt-126:last-child{
    padding-top: 630px;
  }

  .tw .xl\:last\:pt-127:last-child{
    padding-top: 635px;
  }

  .tw .xl\:last\:pt-128:last-child{
    padding-top: 640px;
  }

  .tw .xl\:last\:pt-129:last-child{
    padding-top: 645px;
  }

  .tw .xl\:last\:pt-130:last-child{
    padding-top: 650px;
  }

  .tw .xl\:last\:pt-131:last-child{
    padding-top: 655px;
  }

  .tw .xl\:last\:pt-132:last-child{
    padding-top: 660px;
  }

  .tw .xl\:last\:pt-133:last-child{
    padding-top: 665px;
  }

  .tw .xl\:last\:pt-134:last-child{
    padding-top: 670px;
  }

  .tw .xl\:last\:pt-135:last-child{
    padding-top: 675px;
  }

  .tw .xl\:last\:pt-136:last-child{
    padding-top: 680px;
  }

  .tw .xl\:last\:pt-137:last-child{
    padding-top: 685px;
  }

  .tw .xl\:last\:pt-138:last-child{
    padding-top: 690px;
  }

  .tw .xl\:last\:pt-139:last-child{
    padding-top: 695px;
  }

  .tw .xl\:last\:pt-140:last-child{
    padding-top: 700px;
  }

  .tw .xl\:last\:pt-141:last-child{
    padding-top: 705px;
  }

  .tw .xl\:last\:pt-142:last-child{
    padding-top: 710px;
  }

  .tw .xl\:last\:pt-143:last-child{
    padding-top: 715px;
  }

  .tw .xl\:last\:pt-144:last-child{
    padding-top: 720px;
  }

  .tw .xl\:last\:pt-145:last-child{
    padding-top: 725px;
  }

  .tw .xl\:last\:pt-146:last-child{
    padding-top: 730px;
  }

  .tw .xl\:last\:pt-147:last-child{
    padding-top: 735px;
  }

  .tw .xl\:last\:pt-148:last-child{
    padding-top: 740px;
  }

  .tw .xl\:last\:pt-149:last-child{
    padding-top: 745px;
  }

  .tw .xl\:last\:pt-0\.5:last-child{
    padding-top: 3px;
  }

  .tw .xl\:last\:pt-1px:last-child{
    padding-top: 1px;
  }

  .tw .xl\:last\:pt-2px:last-child{
    padding-top: 2px;
  }

  .tw .xl\:last\:pt-3px:last-child{
    padding-top: 3px;
  }

  .tw .xl\:last\:pt-4px:last-child{
    padding-top: 4px;
  }

  .tw .xl\:last\:pt-5px:last-child{
    padding-top: 5px;
  }

  .tw .xl\:last\:pt-6px:last-child{
    padding-top: 6px;
  }

  .tw .xl\:last\:pt-7px:last-child{
    padding-top: 7px;
  }

  .tw .xl\:last\:pt-8px:last-child{
    padding-top: 8px;
  }

  .tw .xl\:last\:pt-9px:last-child{
    padding-top: 9px;
  }

  .tw .xl\:last\:pt-10px:last-child{
    padding-top: 10px;
  }

  .tw .xl\:last\:pt-11px:last-child{
    padding-top: 11px;
  }

  .tw .xl\:last\:pt-12px:last-child{
    padding-top: 12px;
  }

  .tw .xl\:last\:pt-13px:last-child{
    padding-top: 13px;
  }

  .tw .xl\:last\:pt-14px:last-child{
    padding-top: 14px;
  }

  .tw .xl\:last\:pt-15px:last-child{
    padding-top: 15px;
  }

  .tw .xl\:last\:pt-16px:last-child{
    padding-top: 16px;
  }

  .tw .xl\:last\:pt-17px:last-child{
    padding-top: 17px;
  }

  .tw .xl\:last\:pt-18px:last-child{
    padding-top: 18px;
  }

  .tw .xl\:last\:pt-19px:last-child{
    padding-top: 19px;
  }

  .tw .xl\:last\:pt-20px:last-child{
    padding-top: 20px;
  }

  .tw .xl\:last\:pt-21px:last-child{
    padding-top: 21px;
  }

  .tw .xl\:last\:pt-22px:last-child{
    padding-top: 22px;
  }

  .tw .xl\:last\:pt-23px:last-child{
    padding-top: 23px;
  }

  .tw .xl\:last\:pt-24px:last-child{
    padding-top: 24px;
  }

  .tw .xl\:last\:pt-25px:last-child{
    padding-top: 25px;
  }

  .tw .xl\:last\:pt-26px:last-child{
    padding-top: 26px;
  }

  .tw .xl\:last\:pt-27px:last-child{
    padding-top: 27px;
  }

  .tw .xl\:last\:pt-28px:last-child{
    padding-top: 28px;
  }

  .tw .xl\:last\:pt-29px:last-child{
    padding-top: 29px;
  }

  .tw .xl\:last\:pt-30px:last-child{
    padding-top: 30px;
  }

  .tw .xl\:last\:pt-31px:last-child{
    padding-top: 31px;
  }

  .tw .xl\:last\:pt-32px:last-child{
    padding-top: 32px;
  }

  .tw .xl\:last\:pt-33px:last-child{
    padding-top: 33px;
  }

  .tw .xl\:last\:pt-34px:last-child{
    padding-top: 34px;
  }

  .tw .xl\:last\:pt-35px:last-child{
    padding-top: 35px;
  }

  .tw .xl\:last\:pt-36px:last-child{
    padding-top: 36px;
  }

  .tw .xl\:last\:pt-37px:last-child{
    padding-top: 37px;
  }

  .tw .xl\:last\:pt-38px:last-child{
    padding-top: 38px;
  }

  .tw .xl\:last\:pt-39px:last-child{
    padding-top: 39px;
  }

  .tw .xl\:last\:pt-40px:last-child{
    padding-top: 40px;
  }

  .tw .xl\:last\:pr-0:last-child{
    padding-right: 0px;
  }

  .tw .xl\:last\:pr-1:last-child{
    padding-right: 5px;
  }

  .tw .xl\:last\:pr-2:last-child{
    padding-right: 10px;
  }

  .tw .xl\:last\:pr-3:last-child{
    padding-right: 15px;
  }

  .tw .xl\:last\:pr-4:last-child{
    padding-right: 20px;
  }

  .tw .xl\:last\:pr-5:last-child{
    padding-right: 25px;
  }

  .tw .xl\:last\:pr-6:last-child{
    padding-right: 30px;
  }

  .tw .xl\:last\:pr-7:last-child{
    padding-right: 35px;
  }

  .tw .xl\:last\:pr-8:last-child{
    padding-right: 40px;
  }

  .tw .xl\:last\:pr-9:last-child{
    padding-right: 45px;
  }

  .tw .xl\:last\:pr-10:last-child{
    padding-right: 50px;
  }

  .tw .xl\:last\:pr-11:last-child{
    padding-right: 55px;
  }

  .tw .xl\:last\:pr-12:last-child{
    padding-right: 60px;
  }

  .tw .xl\:last\:pr-13:last-child{
    padding-right: 65px;
  }

  .tw .xl\:last\:pr-14:last-child{
    padding-right: 70px;
  }

  .tw .xl\:last\:pr-15:last-child{
    padding-right: 75px;
  }

  .tw .xl\:last\:pr-16:last-child{
    padding-right: 80px;
  }

  .tw .xl\:last\:pr-17:last-child{
    padding-right: 85px;
  }

  .tw .xl\:last\:pr-18:last-child{
    padding-right: 90px;
  }

  .tw .xl\:last\:pr-19:last-child{
    padding-right: 95px;
  }

  .tw .xl\:last\:pr-20:last-child{
    padding-right: 100px;
  }

  .tw .xl\:last\:pr-21:last-child{
    padding-right: 105px;
  }

  .tw .xl\:last\:pr-22:last-child{
    padding-right: 110px;
  }

  .tw .xl\:last\:pr-23:last-child{
    padding-right: 115px;
  }

  .tw .xl\:last\:pr-24:last-child{
    padding-right: 120px;
  }

  .tw .xl\:last\:pr-25:last-child{
    padding-right: 125px;
  }

  .tw .xl\:last\:pr-26:last-child{
    padding-right: 130px;
  }

  .tw .xl\:last\:pr-27:last-child{
    padding-right: 135px;
  }

  .tw .xl\:last\:pr-28:last-child{
    padding-right: 140px;
  }

  .tw .xl\:last\:pr-29:last-child{
    padding-right: 145px;
  }

  .tw .xl\:last\:pr-30:last-child{
    padding-right: 150px;
  }

  .tw .xl\:last\:pr-31:last-child{
    padding-right: 155px;
  }

  .tw .xl\:last\:pr-32:last-child{
    padding-right: 160px;
  }

  .tw .xl\:last\:pr-33:last-child{
    padding-right: 165px;
  }

  .tw .xl\:last\:pr-34:last-child{
    padding-right: 170px;
  }

  .tw .xl\:last\:pr-35:last-child{
    padding-right: 175px;
  }

  .tw .xl\:last\:pr-36:last-child{
    padding-right: 180px;
  }

  .tw .xl\:last\:pr-37:last-child{
    padding-right: 185px;
  }

  .tw .xl\:last\:pr-38:last-child{
    padding-right: 190px;
  }

  .tw .xl\:last\:pr-39:last-child{
    padding-right: 195px;
  }

  .tw .xl\:last\:pr-40:last-child{
    padding-right: 200px;
  }

  .tw .xl\:last\:pr-41:last-child{
    padding-right: 205px;
  }

  .tw .xl\:last\:pr-42:last-child{
    padding-right: 210px;
  }

  .tw .xl\:last\:pr-43:last-child{
    padding-right: 215px;
  }

  .tw .xl\:last\:pr-44:last-child{
    padding-right: 220px;
  }

  .tw .xl\:last\:pr-45:last-child{
    padding-right: 225px;
  }

  .tw .xl\:last\:pr-46:last-child{
    padding-right: 230px;
  }

  .tw .xl\:last\:pr-47:last-child{
    padding-right: 235px;
  }

  .tw .xl\:last\:pr-48:last-child{
    padding-right: 240px;
  }

  .tw .xl\:last\:pr-49:last-child{
    padding-right: 245px;
  }

  .tw .xl\:last\:pr-50:last-child{
    padding-right: 250px;
  }

  .tw .xl\:last\:pr-51:last-child{
    padding-right: 255px;
  }

  .tw .xl\:last\:pr-52:last-child{
    padding-right: 260px;
  }

  .tw .xl\:last\:pr-53:last-child{
    padding-right: 265px;
  }

  .tw .xl\:last\:pr-54:last-child{
    padding-right: 270px;
  }

  .tw .xl\:last\:pr-55:last-child{
    padding-right: 275px;
  }

  .tw .xl\:last\:pr-56:last-child{
    padding-right: 280px;
  }

  .tw .xl\:last\:pr-57:last-child{
    padding-right: 285px;
  }

  .tw .xl\:last\:pr-58:last-child{
    padding-right: 290px;
  }

  .tw .xl\:last\:pr-59:last-child{
    padding-right: 295px;
  }

  .tw .xl\:last\:pr-60:last-child{
    padding-right: 300px;
  }

  .tw .xl\:last\:pr-61:last-child{
    padding-right: 305px;
  }

  .tw .xl\:last\:pr-62:last-child{
    padding-right: 310px;
  }

  .tw .xl\:last\:pr-63:last-child{
    padding-right: 315px;
  }

  .tw .xl\:last\:pr-64:last-child{
    padding-right: 320px;
  }

  .tw .xl\:last\:pr-65:last-child{
    padding-right: 325px;
  }

  .tw .xl\:last\:pr-66:last-child{
    padding-right: 330px;
  }

  .tw .xl\:last\:pr-67:last-child{
    padding-right: 335px;
  }

  .tw .xl\:last\:pr-68:last-child{
    padding-right: 340px;
  }

  .tw .xl\:last\:pr-69:last-child{
    padding-right: 345px;
  }

  .tw .xl\:last\:pr-70:last-child{
    padding-right: 350px;
  }

  .tw .xl\:last\:pr-71:last-child{
    padding-right: 355px;
  }

  .tw .xl\:last\:pr-72:last-child{
    padding-right: 360px;
  }

  .tw .xl\:last\:pr-73:last-child{
    padding-right: 365px;
  }

  .tw .xl\:last\:pr-74:last-child{
    padding-right: 370px;
  }

  .tw .xl\:last\:pr-75:last-child{
    padding-right: 375px;
  }

  .tw .xl\:last\:pr-76:last-child{
    padding-right: 380px;
  }

  .tw .xl\:last\:pr-77:last-child{
    padding-right: 385px;
  }

  .tw .xl\:last\:pr-78:last-child{
    padding-right: 390px;
  }

  .tw .xl\:last\:pr-79:last-child{
    padding-right: 395px;
  }

  .tw .xl\:last\:pr-80:last-child{
    padding-right: 400px;
  }

  .tw .xl\:last\:pr-81:last-child{
    padding-right: 405px;
  }

  .tw .xl\:last\:pr-82:last-child{
    padding-right: 410px;
  }

  .tw .xl\:last\:pr-83:last-child{
    padding-right: 415px;
  }

  .tw .xl\:last\:pr-84:last-child{
    padding-right: 420px;
  }

  .tw .xl\:last\:pr-85:last-child{
    padding-right: 425px;
  }

  .tw .xl\:last\:pr-86:last-child{
    padding-right: 430px;
  }

  .tw .xl\:last\:pr-87:last-child{
    padding-right: 435px;
  }

  .tw .xl\:last\:pr-88:last-child{
    padding-right: 440px;
  }

  .tw .xl\:last\:pr-89:last-child{
    padding-right: 445px;
  }

  .tw .xl\:last\:pr-90:last-child{
    padding-right: 450px;
  }

  .tw .xl\:last\:pr-91:last-child{
    padding-right: 455px;
  }

  .tw .xl\:last\:pr-92:last-child{
    padding-right: 460px;
  }

  .tw .xl\:last\:pr-93:last-child{
    padding-right: 465px;
  }

  .tw .xl\:last\:pr-94:last-child{
    padding-right: 470px;
  }

  .tw .xl\:last\:pr-95:last-child{
    padding-right: 475px;
  }

  .tw .xl\:last\:pr-96:last-child{
    padding-right: 480px;
  }

  .tw .xl\:last\:pr-97:last-child{
    padding-right: 485px;
  }

  .tw .xl\:last\:pr-98:last-child{
    padding-right: 490px;
  }

  .tw .xl\:last\:pr-99:last-child{
    padding-right: 495px;
  }

  .tw .xl\:last\:pr-100:last-child{
    padding-right: 500px;
  }

  .tw .xl\:last\:pr-101:last-child{
    padding-right: 505px;
  }

  .tw .xl\:last\:pr-102:last-child{
    padding-right: 510px;
  }

  .tw .xl\:last\:pr-103:last-child{
    padding-right: 515px;
  }

  .tw .xl\:last\:pr-104:last-child{
    padding-right: 520px;
  }

  .tw .xl\:last\:pr-105:last-child{
    padding-right: 525px;
  }

  .tw .xl\:last\:pr-106:last-child{
    padding-right: 530px;
  }

  .tw .xl\:last\:pr-107:last-child{
    padding-right: 535px;
  }

  .tw .xl\:last\:pr-108:last-child{
    padding-right: 540px;
  }

  .tw .xl\:last\:pr-109:last-child{
    padding-right: 545px;
  }

  .tw .xl\:last\:pr-110:last-child{
    padding-right: 550px;
  }

  .tw .xl\:last\:pr-111:last-child{
    padding-right: 555px;
  }

  .tw .xl\:last\:pr-112:last-child{
    padding-right: 560px;
  }

  .tw .xl\:last\:pr-113:last-child{
    padding-right: 565px;
  }

  .tw .xl\:last\:pr-114:last-child{
    padding-right: 570px;
  }

  .tw .xl\:last\:pr-115:last-child{
    padding-right: 575px;
  }

  .tw .xl\:last\:pr-116:last-child{
    padding-right: 580px;
  }

  .tw .xl\:last\:pr-117:last-child{
    padding-right: 585px;
  }

  .tw .xl\:last\:pr-118:last-child{
    padding-right: 590px;
  }

  .tw .xl\:last\:pr-119:last-child{
    padding-right: 595px;
  }

  .tw .xl\:last\:pr-120:last-child{
    padding-right: 600px;
  }

  .tw .xl\:last\:pr-121:last-child{
    padding-right: 605px;
  }

  .tw .xl\:last\:pr-122:last-child{
    padding-right: 610px;
  }

  .tw .xl\:last\:pr-123:last-child{
    padding-right: 615px;
  }

  .tw .xl\:last\:pr-124:last-child{
    padding-right: 620px;
  }

  .tw .xl\:last\:pr-125:last-child{
    padding-right: 625px;
  }

  .tw .xl\:last\:pr-126:last-child{
    padding-right: 630px;
  }

  .tw .xl\:last\:pr-127:last-child{
    padding-right: 635px;
  }

  .tw .xl\:last\:pr-128:last-child{
    padding-right: 640px;
  }

  .tw .xl\:last\:pr-129:last-child{
    padding-right: 645px;
  }

  .tw .xl\:last\:pr-130:last-child{
    padding-right: 650px;
  }

  .tw .xl\:last\:pr-131:last-child{
    padding-right: 655px;
  }

  .tw .xl\:last\:pr-132:last-child{
    padding-right: 660px;
  }

  .tw .xl\:last\:pr-133:last-child{
    padding-right: 665px;
  }

  .tw .xl\:last\:pr-134:last-child{
    padding-right: 670px;
  }

  .tw .xl\:last\:pr-135:last-child{
    padding-right: 675px;
  }

  .tw .xl\:last\:pr-136:last-child{
    padding-right: 680px;
  }

  .tw .xl\:last\:pr-137:last-child{
    padding-right: 685px;
  }

  .tw .xl\:last\:pr-138:last-child{
    padding-right: 690px;
  }

  .tw .xl\:last\:pr-139:last-child{
    padding-right: 695px;
  }

  .tw .xl\:last\:pr-140:last-child{
    padding-right: 700px;
  }

  .tw .xl\:last\:pr-141:last-child{
    padding-right: 705px;
  }

  .tw .xl\:last\:pr-142:last-child{
    padding-right: 710px;
  }

  .tw .xl\:last\:pr-143:last-child{
    padding-right: 715px;
  }

  .tw .xl\:last\:pr-144:last-child{
    padding-right: 720px;
  }

  .tw .xl\:last\:pr-145:last-child{
    padding-right: 725px;
  }

  .tw .xl\:last\:pr-146:last-child{
    padding-right: 730px;
  }

  .tw .xl\:last\:pr-147:last-child{
    padding-right: 735px;
  }

  .tw .xl\:last\:pr-148:last-child{
    padding-right: 740px;
  }

  .tw .xl\:last\:pr-149:last-child{
    padding-right: 745px;
  }

  .tw .xl\:last\:pr-0\.5:last-child{
    padding-right: 3px;
  }

  .tw .xl\:last\:pr-1px:last-child{
    padding-right: 1px;
  }

  .tw .xl\:last\:pr-2px:last-child{
    padding-right: 2px;
  }

  .tw .xl\:last\:pr-3px:last-child{
    padding-right: 3px;
  }

  .tw .xl\:last\:pr-4px:last-child{
    padding-right: 4px;
  }

  .tw .xl\:last\:pr-5px:last-child{
    padding-right: 5px;
  }

  .tw .xl\:last\:pr-6px:last-child{
    padding-right: 6px;
  }

  .tw .xl\:last\:pr-7px:last-child{
    padding-right: 7px;
  }

  .tw .xl\:last\:pr-8px:last-child{
    padding-right: 8px;
  }

  .tw .xl\:last\:pr-9px:last-child{
    padding-right: 9px;
  }

  .tw .xl\:last\:pr-10px:last-child{
    padding-right: 10px;
  }

  .tw .xl\:last\:pr-11px:last-child{
    padding-right: 11px;
  }

  .tw .xl\:last\:pr-12px:last-child{
    padding-right: 12px;
  }

  .tw .xl\:last\:pr-13px:last-child{
    padding-right: 13px;
  }

  .tw .xl\:last\:pr-14px:last-child{
    padding-right: 14px;
  }

  .tw .xl\:last\:pr-15px:last-child{
    padding-right: 15px;
  }

  .tw .xl\:last\:pr-16px:last-child{
    padding-right: 16px;
  }

  .tw .xl\:last\:pr-17px:last-child{
    padding-right: 17px;
  }

  .tw .xl\:last\:pr-18px:last-child{
    padding-right: 18px;
  }

  .tw .xl\:last\:pr-19px:last-child{
    padding-right: 19px;
  }

  .tw .xl\:last\:pr-20px:last-child{
    padding-right: 20px;
  }

  .tw .xl\:last\:pr-21px:last-child{
    padding-right: 21px;
  }

  .tw .xl\:last\:pr-22px:last-child{
    padding-right: 22px;
  }

  .tw .xl\:last\:pr-23px:last-child{
    padding-right: 23px;
  }

  .tw .xl\:last\:pr-24px:last-child{
    padding-right: 24px;
  }

  .tw .xl\:last\:pr-25px:last-child{
    padding-right: 25px;
  }

  .tw .xl\:last\:pr-26px:last-child{
    padding-right: 26px;
  }

  .tw .xl\:last\:pr-27px:last-child{
    padding-right: 27px;
  }

  .tw .xl\:last\:pr-28px:last-child{
    padding-right: 28px;
  }

  .tw .xl\:last\:pr-29px:last-child{
    padding-right: 29px;
  }

  .tw .xl\:last\:pr-30px:last-child{
    padding-right: 30px;
  }

  .tw .xl\:last\:pr-31px:last-child{
    padding-right: 31px;
  }

  .tw .xl\:last\:pr-32px:last-child{
    padding-right: 32px;
  }

  .tw .xl\:last\:pr-33px:last-child{
    padding-right: 33px;
  }

  .tw .xl\:last\:pr-34px:last-child{
    padding-right: 34px;
  }

  .tw .xl\:last\:pr-35px:last-child{
    padding-right: 35px;
  }

  .tw .xl\:last\:pr-36px:last-child{
    padding-right: 36px;
  }

  .tw .xl\:last\:pr-37px:last-child{
    padding-right: 37px;
  }

  .tw .xl\:last\:pr-38px:last-child{
    padding-right: 38px;
  }

  .tw .xl\:last\:pr-39px:last-child{
    padding-right: 39px;
  }

  .tw .xl\:last\:pr-40px:last-child{
    padding-right: 40px;
  }

  .tw .xl\:last\:pb-0:last-child{
    padding-bottom: 0px;
  }

  .tw .xl\:last\:pb-1:last-child{
    padding-bottom: 5px;
  }

  .tw .xl\:last\:pb-2:last-child{
    padding-bottom: 10px;
  }

  .tw .xl\:last\:pb-3:last-child{
    padding-bottom: 15px;
  }

  .tw .xl\:last\:pb-4:last-child{
    padding-bottom: 20px;
  }

  .tw .xl\:last\:pb-5:last-child{
    padding-bottom: 25px;
  }

  .tw .xl\:last\:pb-6:last-child{
    padding-bottom: 30px;
  }

  .tw .xl\:last\:pb-7:last-child{
    padding-bottom: 35px;
  }

  .tw .xl\:last\:pb-8:last-child{
    padding-bottom: 40px;
  }

  .tw .xl\:last\:pb-9:last-child{
    padding-bottom: 45px;
  }

  .tw .xl\:last\:pb-10:last-child{
    padding-bottom: 50px;
  }

  .tw .xl\:last\:pb-11:last-child{
    padding-bottom: 55px;
  }

  .tw .xl\:last\:pb-12:last-child{
    padding-bottom: 60px;
  }

  .tw .xl\:last\:pb-13:last-child{
    padding-bottom: 65px;
  }

  .tw .xl\:last\:pb-14:last-child{
    padding-bottom: 70px;
  }

  .tw .xl\:last\:pb-15:last-child{
    padding-bottom: 75px;
  }

  .tw .xl\:last\:pb-16:last-child{
    padding-bottom: 80px;
  }

  .tw .xl\:last\:pb-17:last-child{
    padding-bottom: 85px;
  }

  .tw .xl\:last\:pb-18:last-child{
    padding-bottom: 90px;
  }

  .tw .xl\:last\:pb-19:last-child{
    padding-bottom: 95px;
  }

  .tw .xl\:last\:pb-20:last-child{
    padding-bottom: 100px;
  }

  .tw .xl\:last\:pb-21:last-child{
    padding-bottom: 105px;
  }

  .tw .xl\:last\:pb-22:last-child{
    padding-bottom: 110px;
  }

  .tw .xl\:last\:pb-23:last-child{
    padding-bottom: 115px;
  }

  .tw .xl\:last\:pb-24:last-child{
    padding-bottom: 120px;
  }

  .tw .xl\:last\:pb-25:last-child{
    padding-bottom: 125px;
  }

  .tw .xl\:last\:pb-26:last-child{
    padding-bottom: 130px;
  }

  .tw .xl\:last\:pb-27:last-child{
    padding-bottom: 135px;
  }

  .tw .xl\:last\:pb-28:last-child{
    padding-bottom: 140px;
  }

  .tw .xl\:last\:pb-29:last-child{
    padding-bottom: 145px;
  }

  .tw .xl\:last\:pb-30:last-child{
    padding-bottom: 150px;
  }

  .tw .xl\:last\:pb-31:last-child{
    padding-bottom: 155px;
  }

  .tw .xl\:last\:pb-32:last-child{
    padding-bottom: 160px;
  }

  .tw .xl\:last\:pb-33:last-child{
    padding-bottom: 165px;
  }

  .tw .xl\:last\:pb-34:last-child{
    padding-bottom: 170px;
  }

  .tw .xl\:last\:pb-35:last-child{
    padding-bottom: 175px;
  }

  .tw .xl\:last\:pb-36:last-child{
    padding-bottom: 180px;
  }

  .tw .xl\:last\:pb-37:last-child{
    padding-bottom: 185px;
  }

  .tw .xl\:last\:pb-38:last-child{
    padding-bottom: 190px;
  }

  .tw .xl\:last\:pb-39:last-child{
    padding-bottom: 195px;
  }

  .tw .xl\:last\:pb-40:last-child{
    padding-bottom: 200px;
  }

  .tw .xl\:last\:pb-41:last-child{
    padding-bottom: 205px;
  }

  .tw .xl\:last\:pb-42:last-child{
    padding-bottom: 210px;
  }

  .tw .xl\:last\:pb-43:last-child{
    padding-bottom: 215px;
  }

  .tw .xl\:last\:pb-44:last-child{
    padding-bottom: 220px;
  }

  .tw .xl\:last\:pb-45:last-child{
    padding-bottom: 225px;
  }

  .tw .xl\:last\:pb-46:last-child{
    padding-bottom: 230px;
  }

  .tw .xl\:last\:pb-47:last-child{
    padding-bottom: 235px;
  }

  .tw .xl\:last\:pb-48:last-child{
    padding-bottom: 240px;
  }

  .tw .xl\:last\:pb-49:last-child{
    padding-bottom: 245px;
  }

  .tw .xl\:last\:pb-50:last-child{
    padding-bottom: 250px;
  }

  .tw .xl\:last\:pb-51:last-child{
    padding-bottom: 255px;
  }

  .tw .xl\:last\:pb-52:last-child{
    padding-bottom: 260px;
  }

  .tw .xl\:last\:pb-53:last-child{
    padding-bottom: 265px;
  }

  .tw .xl\:last\:pb-54:last-child{
    padding-bottom: 270px;
  }

  .tw .xl\:last\:pb-55:last-child{
    padding-bottom: 275px;
  }

  .tw .xl\:last\:pb-56:last-child{
    padding-bottom: 280px;
  }

  .tw .xl\:last\:pb-57:last-child{
    padding-bottom: 285px;
  }

  .tw .xl\:last\:pb-58:last-child{
    padding-bottom: 290px;
  }

  .tw .xl\:last\:pb-59:last-child{
    padding-bottom: 295px;
  }

  .tw .xl\:last\:pb-60:last-child{
    padding-bottom: 300px;
  }

  .tw .xl\:last\:pb-61:last-child{
    padding-bottom: 305px;
  }

  .tw .xl\:last\:pb-62:last-child{
    padding-bottom: 310px;
  }

  .tw .xl\:last\:pb-63:last-child{
    padding-bottom: 315px;
  }

  .tw .xl\:last\:pb-64:last-child{
    padding-bottom: 320px;
  }

  .tw .xl\:last\:pb-65:last-child{
    padding-bottom: 325px;
  }

  .tw .xl\:last\:pb-66:last-child{
    padding-bottom: 330px;
  }

  .tw .xl\:last\:pb-67:last-child{
    padding-bottom: 335px;
  }

  .tw .xl\:last\:pb-68:last-child{
    padding-bottom: 340px;
  }

  .tw .xl\:last\:pb-69:last-child{
    padding-bottom: 345px;
  }

  .tw .xl\:last\:pb-70:last-child{
    padding-bottom: 350px;
  }

  .tw .xl\:last\:pb-71:last-child{
    padding-bottom: 355px;
  }

  .tw .xl\:last\:pb-72:last-child{
    padding-bottom: 360px;
  }

  .tw .xl\:last\:pb-73:last-child{
    padding-bottom: 365px;
  }

  .tw .xl\:last\:pb-74:last-child{
    padding-bottom: 370px;
  }

  .tw .xl\:last\:pb-75:last-child{
    padding-bottom: 375px;
  }

  .tw .xl\:last\:pb-76:last-child{
    padding-bottom: 380px;
  }

  .tw .xl\:last\:pb-77:last-child{
    padding-bottom: 385px;
  }

  .tw .xl\:last\:pb-78:last-child{
    padding-bottom: 390px;
  }

  .tw .xl\:last\:pb-79:last-child{
    padding-bottom: 395px;
  }

  .tw .xl\:last\:pb-80:last-child{
    padding-bottom: 400px;
  }

  .tw .xl\:last\:pb-81:last-child{
    padding-bottom: 405px;
  }

  .tw .xl\:last\:pb-82:last-child{
    padding-bottom: 410px;
  }

  .tw .xl\:last\:pb-83:last-child{
    padding-bottom: 415px;
  }

  .tw .xl\:last\:pb-84:last-child{
    padding-bottom: 420px;
  }

  .tw .xl\:last\:pb-85:last-child{
    padding-bottom: 425px;
  }

  .tw .xl\:last\:pb-86:last-child{
    padding-bottom: 430px;
  }

  .tw .xl\:last\:pb-87:last-child{
    padding-bottom: 435px;
  }

  .tw .xl\:last\:pb-88:last-child{
    padding-bottom: 440px;
  }

  .tw .xl\:last\:pb-89:last-child{
    padding-bottom: 445px;
  }

  .tw .xl\:last\:pb-90:last-child{
    padding-bottom: 450px;
  }

  .tw .xl\:last\:pb-91:last-child{
    padding-bottom: 455px;
  }

  .tw .xl\:last\:pb-92:last-child{
    padding-bottom: 460px;
  }

  .tw .xl\:last\:pb-93:last-child{
    padding-bottom: 465px;
  }

  .tw .xl\:last\:pb-94:last-child{
    padding-bottom: 470px;
  }

  .tw .xl\:last\:pb-95:last-child{
    padding-bottom: 475px;
  }

  .tw .xl\:last\:pb-96:last-child{
    padding-bottom: 480px;
  }

  .tw .xl\:last\:pb-97:last-child{
    padding-bottom: 485px;
  }

  .tw .xl\:last\:pb-98:last-child{
    padding-bottom: 490px;
  }

  .tw .xl\:last\:pb-99:last-child{
    padding-bottom: 495px;
  }

  .tw .xl\:last\:pb-100:last-child{
    padding-bottom: 500px;
  }

  .tw .xl\:last\:pb-101:last-child{
    padding-bottom: 505px;
  }

  .tw .xl\:last\:pb-102:last-child{
    padding-bottom: 510px;
  }

  .tw .xl\:last\:pb-103:last-child{
    padding-bottom: 515px;
  }

  .tw .xl\:last\:pb-104:last-child{
    padding-bottom: 520px;
  }

  .tw .xl\:last\:pb-105:last-child{
    padding-bottom: 525px;
  }

  .tw .xl\:last\:pb-106:last-child{
    padding-bottom: 530px;
  }

  .tw .xl\:last\:pb-107:last-child{
    padding-bottom: 535px;
  }

  .tw .xl\:last\:pb-108:last-child{
    padding-bottom: 540px;
  }

  .tw .xl\:last\:pb-109:last-child{
    padding-bottom: 545px;
  }

  .tw .xl\:last\:pb-110:last-child{
    padding-bottom: 550px;
  }

  .tw .xl\:last\:pb-111:last-child{
    padding-bottom: 555px;
  }

  .tw .xl\:last\:pb-112:last-child{
    padding-bottom: 560px;
  }

  .tw .xl\:last\:pb-113:last-child{
    padding-bottom: 565px;
  }

  .tw .xl\:last\:pb-114:last-child{
    padding-bottom: 570px;
  }

  .tw .xl\:last\:pb-115:last-child{
    padding-bottom: 575px;
  }

  .tw .xl\:last\:pb-116:last-child{
    padding-bottom: 580px;
  }

  .tw .xl\:last\:pb-117:last-child{
    padding-bottom: 585px;
  }

  .tw .xl\:last\:pb-118:last-child{
    padding-bottom: 590px;
  }

  .tw .xl\:last\:pb-119:last-child{
    padding-bottom: 595px;
  }

  .tw .xl\:last\:pb-120:last-child{
    padding-bottom: 600px;
  }

  .tw .xl\:last\:pb-121:last-child{
    padding-bottom: 605px;
  }

  .tw .xl\:last\:pb-122:last-child{
    padding-bottom: 610px;
  }

  .tw .xl\:last\:pb-123:last-child{
    padding-bottom: 615px;
  }

  .tw .xl\:last\:pb-124:last-child{
    padding-bottom: 620px;
  }

  .tw .xl\:last\:pb-125:last-child{
    padding-bottom: 625px;
  }

  .tw .xl\:last\:pb-126:last-child{
    padding-bottom: 630px;
  }

  .tw .xl\:last\:pb-127:last-child{
    padding-bottom: 635px;
  }

  .tw .xl\:last\:pb-128:last-child{
    padding-bottom: 640px;
  }

  .tw .xl\:last\:pb-129:last-child{
    padding-bottom: 645px;
  }

  .tw .xl\:last\:pb-130:last-child{
    padding-bottom: 650px;
  }

  .tw .xl\:last\:pb-131:last-child{
    padding-bottom: 655px;
  }

  .tw .xl\:last\:pb-132:last-child{
    padding-bottom: 660px;
  }

  .tw .xl\:last\:pb-133:last-child{
    padding-bottom: 665px;
  }

  .tw .xl\:last\:pb-134:last-child{
    padding-bottom: 670px;
  }

  .tw .xl\:last\:pb-135:last-child{
    padding-bottom: 675px;
  }

  .tw .xl\:last\:pb-136:last-child{
    padding-bottom: 680px;
  }

  .tw .xl\:last\:pb-137:last-child{
    padding-bottom: 685px;
  }

  .tw .xl\:last\:pb-138:last-child{
    padding-bottom: 690px;
  }

  .tw .xl\:last\:pb-139:last-child{
    padding-bottom: 695px;
  }

  .tw .xl\:last\:pb-140:last-child{
    padding-bottom: 700px;
  }

  .tw .xl\:last\:pb-141:last-child{
    padding-bottom: 705px;
  }

  .tw .xl\:last\:pb-142:last-child{
    padding-bottom: 710px;
  }

  .tw .xl\:last\:pb-143:last-child{
    padding-bottom: 715px;
  }

  .tw .xl\:last\:pb-144:last-child{
    padding-bottom: 720px;
  }

  .tw .xl\:last\:pb-145:last-child{
    padding-bottom: 725px;
  }

  .tw .xl\:last\:pb-146:last-child{
    padding-bottom: 730px;
  }

  .tw .xl\:last\:pb-147:last-child{
    padding-bottom: 735px;
  }

  .tw .xl\:last\:pb-148:last-child{
    padding-bottom: 740px;
  }

  .tw .xl\:last\:pb-149:last-child{
    padding-bottom: 745px;
  }

  .tw .xl\:last\:pb-0\.5:last-child{
    padding-bottom: 3px;
  }

  .tw .xl\:last\:pb-1px:last-child{
    padding-bottom: 1px;
  }

  .tw .xl\:last\:pb-2px:last-child{
    padding-bottom: 2px;
  }

  .tw .xl\:last\:pb-3px:last-child{
    padding-bottom: 3px;
  }

  .tw .xl\:last\:pb-4px:last-child{
    padding-bottom: 4px;
  }

  .tw .xl\:last\:pb-5px:last-child{
    padding-bottom: 5px;
  }

  .tw .xl\:last\:pb-6px:last-child{
    padding-bottom: 6px;
  }

  .tw .xl\:last\:pb-7px:last-child{
    padding-bottom: 7px;
  }

  .tw .xl\:last\:pb-8px:last-child{
    padding-bottom: 8px;
  }

  .tw .xl\:last\:pb-9px:last-child{
    padding-bottom: 9px;
  }

  .tw .xl\:last\:pb-10px:last-child{
    padding-bottom: 10px;
  }

  .tw .xl\:last\:pb-11px:last-child{
    padding-bottom: 11px;
  }

  .tw .xl\:last\:pb-12px:last-child{
    padding-bottom: 12px;
  }

  .tw .xl\:last\:pb-13px:last-child{
    padding-bottom: 13px;
  }

  .tw .xl\:last\:pb-14px:last-child{
    padding-bottom: 14px;
  }

  .tw .xl\:last\:pb-15px:last-child{
    padding-bottom: 15px;
  }

  .tw .xl\:last\:pb-16px:last-child{
    padding-bottom: 16px;
  }

  .tw .xl\:last\:pb-17px:last-child{
    padding-bottom: 17px;
  }

  .tw .xl\:last\:pb-18px:last-child{
    padding-bottom: 18px;
  }

  .tw .xl\:last\:pb-19px:last-child{
    padding-bottom: 19px;
  }

  .tw .xl\:last\:pb-20px:last-child{
    padding-bottom: 20px;
  }

  .tw .xl\:last\:pb-21px:last-child{
    padding-bottom: 21px;
  }

  .tw .xl\:last\:pb-22px:last-child{
    padding-bottom: 22px;
  }

  .tw .xl\:last\:pb-23px:last-child{
    padding-bottom: 23px;
  }

  .tw .xl\:last\:pb-24px:last-child{
    padding-bottom: 24px;
  }

  .tw .xl\:last\:pb-25px:last-child{
    padding-bottom: 25px;
  }

  .tw .xl\:last\:pb-26px:last-child{
    padding-bottom: 26px;
  }

  .tw .xl\:last\:pb-27px:last-child{
    padding-bottom: 27px;
  }

  .tw .xl\:last\:pb-28px:last-child{
    padding-bottom: 28px;
  }

  .tw .xl\:last\:pb-29px:last-child{
    padding-bottom: 29px;
  }

  .tw .xl\:last\:pb-30px:last-child{
    padding-bottom: 30px;
  }

  .tw .xl\:last\:pb-31px:last-child{
    padding-bottom: 31px;
  }

  .tw .xl\:last\:pb-32px:last-child{
    padding-bottom: 32px;
  }

  .tw .xl\:last\:pb-33px:last-child{
    padding-bottom: 33px;
  }

  .tw .xl\:last\:pb-34px:last-child{
    padding-bottom: 34px;
  }

  .tw .xl\:last\:pb-35px:last-child{
    padding-bottom: 35px;
  }

  .tw .xl\:last\:pb-36px:last-child{
    padding-bottom: 36px;
  }

  .tw .xl\:last\:pb-37px:last-child{
    padding-bottom: 37px;
  }

  .tw .xl\:last\:pb-38px:last-child{
    padding-bottom: 38px;
  }

  .tw .xl\:last\:pb-39px:last-child{
    padding-bottom: 39px;
  }

  .tw .xl\:last\:pb-40px:last-child{
    padding-bottom: 40px;
  }

  .tw .xl\:last\:pl-0:last-child{
    padding-left: 0px;
  }

  .tw .xl\:last\:pl-1:last-child{
    padding-left: 5px;
  }

  .tw .xl\:last\:pl-2:last-child{
    padding-left: 10px;
  }

  .tw .xl\:last\:pl-3:last-child{
    padding-left: 15px;
  }

  .tw .xl\:last\:pl-4:last-child{
    padding-left: 20px;
  }

  .tw .xl\:last\:pl-5:last-child{
    padding-left: 25px;
  }

  .tw .xl\:last\:pl-6:last-child{
    padding-left: 30px;
  }

  .tw .xl\:last\:pl-7:last-child{
    padding-left: 35px;
  }

  .tw .xl\:last\:pl-8:last-child{
    padding-left: 40px;
  }

  .tw .xl\:last\:pl-9:last-child{
    padding-left: 45px;
  }

  .tw .xl\:last\:pl-10:last-child{
    padding-left: 50px;
  }

  .tw .xl\:last\:pl-11:last-child{
    padding-left: 55px;
  }

  .tw .xl\:last\:pl-12:last-child{
    padding-left: 60px;
  }

  .tw .xl\:last\:pl-13:last-child{
    padding-left: 65px;
  }

  .tw .xl\:last\:pl-14:last-child{
    padding-left: 70px;
  }

  .tw .xl\:last\:pl-15:last-child{
    padding-left: 75px;
  }

  .tw .xl\:last\:pl-16:last-child{
    padding-left: 80px;
  }

  .tw .xl\:last\:pl-17:last-child{
    padding-left: 85px;
  }

  .tw .xl\:last\:pl-18:last-child{
    padding-left: 90px;
  }

  .tw .xl\:last\:pl-19:last-child{
    padding-left: 95px;
  }

  .tw .xl\:last\:pl-20:last-child{
    padding-left: 100px;
  }

  .tw .xl\:last\:pl-21:last-child{
    padding-left: 105px;
  }

  .tw .xl\:last\:pl-22:last-child{
    padding-left: 110px;
  }

  .tw .xl\:last\:pl-23:last-child{
    padding-left: 115px;
  }

  .tw .xl\:last\:pl-24:last-child{
    padding-left: 120px;
  }

  .tw .xl\:last\:pl-25:last-child{
    padding-left: 125px;
  }

  .tw .xl\:last\:pl-26:last-child{
    padding-left: 130px;
  }

  .tw .xl\:last\:pl-27:last-child{
    padding-left: 135px;
  }

  .tw .xl\:last\:pl-28:last-child{
    padding-left: 140px;
  }

  .tw .xl\:last\:pl-29:last-child{
    padding-left: 145px;
  }

  .tw .xl\:last\:pl-30:last-child{
    padding-left: 150px;
  }

  .tw .xl\:last\:pl-31:last-child{
    padding-left: 155px;
  }

  .tw .xl\:last\:pl-32:last-child{
    padding-left: 160px;
  }

  .tw .xl\:last\:pl-33:last-child{
    padding-left: 165px;
  }

  .tw .xl\:last\:pl-34:last-child{
    padding-left: 170px;
  }

  .tw .xl\:last\:pl-35:last-child{
    padding-left: 175px;
  }

  .tw .xl\:last\:pl-36:last-child{
    padding-left: 180px;
  }

  .tw .xl\:last\:pl-37:last-child{
    padding-left: 185px;
  }

  .tw .xl\:last\:pl-38:last-child{
    padding-left: 190px;
  }

  .tw .xl\:last\:pl-39:last-child{
    padding-left: 195px;
  }

  .tw .xl\:last\:pl-40:last-child{
    padding-left: 200px;
  }

  .tw .xl\:last\:pl-41:last-child{
    padding-left: 205px;
  }

  .tw .xl\:last\:pl-42:last-child{
    padding-left: 210px;
  }

  .tw .xl\:last\:pl-43:last-child{
    padding-left: 215px;
  }

  .tw .xl\:last\:pl-44:last-child{
    padding-left: 220px;
  }

  .tw .xl\:last\:pl-45:last-child{
    padding-left: 225px;
  }

  .tw .xl\:last\:pl-46:last-child{
    padding-left: 230px;
  }

  .tw .xl\:last\:pl-47:last-child{
    padding-left: 235px;
  }

  .tw .xl\:last\:pl-48:last-child{
    padding-left: 240px;
  }

  .tw .xl\:last\:pl-49:last-child{
    padding-left: 245px;
  }

  .tw .xl\:last\:pl-50:last-child{
    padding-left: 250px;
  }

  .tw .xl\:last\:pl-51:last-child{
    padding-left: 255px;
  }

  .tw .xl\:last\:pl-52:last-child{
    padding-left: 260px;
  }

  .tw .xl\:last\:pl-53:last-child{
    padding-left: 265px;
  }

  .tw .xl\:last\:pl-54:last-child{
    padding-left: 270px;
  }

  .tw .xl\:last\:pl-55:last-child{
    padding-left: 275px;
  }

  .tw .xl\:last\:pl-56:last-child{
    padding-left: 280px;
  }

  .tw .xl\:last\:pl-57:last-child{
    padding-left: 285px;
  }

  .tw .xl\:last\:pl-58:last-child{
    padding-left: 290px;
  }

  .tw .xl\:last\:pl-59:last-child{
    padding-left: 295px;
  }

  .tw .xl\:last\:pl-60:last-child{
    padding-left: 300px;
  }

  .tw .xl\:last\:pl-61:last-child{
    padding-left: 305px;
  }

  .tw .xl\:last\:pl-62:last-child{
    padding-left: 310px;
  }

  .tw .xl\:last\:pl-63:last-child{
    padding-left: 315px;
  }

  .tw .xl\:last\:pl-64:last-child{
    padding-left: 320px;
  }

  .tw .xl\:last\:pl-65:last-child{
    padding-left: 325px;
  }

  .tw .xl\:last\:pl-66:last-child{
    padding-left: 330px;
  }

  .tw .xl\:last\:pl-67:last-child{
    padding-left: 335px;
  }

  .tw .xl\:last\:pl-68:last-child{
    padding-left: 340px;
  }

  .tw .xl\:last\:pl-69:last-child{
    padding-left: 345px;
  }

  .tw .xl\:last\:pl-70:last-child{
    padding-left: 350px;
  }

  .tw .xl\:last\:pl-71:last-child{
    padding-left: 355px;
  }

  .tw .xl\:last\:pl-72:last-child{
    padding-left: 360px;
  }

  .tw .xl\:last\:pl-73:last-child{
    padding-left: 365px;
  }

  .tw .xl\:last\:pl-74:last-child{
    padding-left: 370px;
  }

  .tw .xl\:last\:pl-75:last-child{
    padding-left: 375px;
  }

  .tw .xl\:last\:pl-76:last-child{
    padding-left: 380px;
  }

  .tw .xl\:last\:pl-77:last-child{
    padding-left: 385px;
  }

  .tw .xl\:last\:pl-78:last-child{
    padding-left: 390px;
  }

  .tw .xl\:last\:pl-79:last-child{
    padding-left: 395px;
  }

  .tw .xl\:last\:pl-80:last-child{
    padding-left: 400px;
  }

  .tw .xl\:last\:pl-81:last-child{
    padding-left: 405px;
  }

  .tw .xl\:last\:pl-82:last-child{
    padding-left: 410px;
  }

  .tw .xl\:last\:pl-83:last-child{
    padding-left: 415px;
  }

  .tw .xl\:last\:pl-84:last-child{
    padding-left: 420px;
  }

  .tw .xl\:last\:pl-85:last-child{
    padding-left: 425px;
  }

  .tw .xl\:last\:pl-86:last-child{
    padding-left: 430px;
  }

  .tw .xl\:last\:pl-87:last-child{
    padding-left: 435px;
  }

  .tw .xl\:last\:pl-88:last-child{
    padding-left: 440px;
  }

  .tw .xl\:last\:pl-89:last-child{
    padding-left: 445px;
  }

  .tw .xl\:last\:pl-90:last-child{
    padding-left: 450px;
  }

  .tw .xl\:last\:pl-91:last-child{
    padding-left: 455px;
  }

  .tw .xl\:last\:pl-92:last-child{
    padding-left: 460px;
  }

  .tw .xl\:last\:pl-93:last-child{
    padding-left: 465px;
  }

  .tw .xl\:last\:pl-94:last-child{
    padding-left: 470px;
  }

  .tw .xl\:last\:pl-95:last-child{
    padding-left: 475px;
  }

  .tw .xl\:last\:pl-96:last-child{
    padding-left: 480px;
  }

  .tw .xl\:last\:pl-97:last-child{
    padding-left: 485px;
  }

  .tw .xl\:last\:pl-98:last-child{
    padding-left: 490px;
  }

  .tw .xl\:last\:pl-99:last-child{
    padding-left: 495px;
  }

  .tw .xl\:last\:pl-100:last-child{
    padding-left: 500px;
  }

  .tw .xl\:last\:pl-101:last-child{
    padding-left: 505px;
  }

  .tw .xl\:last\:pl-102:last-child{
    padding-left: 510px;
  }

  .tw .xl\:last\:pl-103:last-child{
    padding-left: 515px;
  }

  .tw .xl\:last\:pl-104:last-child{
    padding-left: 520px;
  }

  .tw .xl\:last\:pl-105:last-child{
    padding-left: 525px;
  }

  .tw .xl\:last\:pl-106:last-child{
    padding-left: 530px;
  }

  .tw .xl\:last\:pl-107:last-child{
    padding-left: 535px;
  }

  .tw .xl\:last\:pl-108:last-child{
    padding-left: 540px;
  }

  .tw .xl\:last\:pl-109:last-child{
    padding-left: 545px;
  }

  .tw .xl\:last\:pl-110:last-child{
    padding-left: 550px;
  }

  .tw .xl\:last\:pl-111:last-child{
    padding-left: 555px;
  }

  .tw .xl\:last\:pl-112:last-child{
    padding-left: 560px;
  }

  .tw .xl\:last\:pl-113:last-child{
    padding-left: 565px;
  }

  .tw .xl\:last\:pl-114:last-child{
    padding-left: 570px;
  }

  .tw .xl\:last\:pl-115:last-child{
    padding-left: 575px;
  }

  .tw .xl\:last\:pl-116:last-child{
    padding-left: 580px;
  }

  .tw .xl\:last\:pl-117:last-child{
    padding-left: 585px;
  }

  .tw .xl\:last\:pl-118:last-child{
    padding-left: 590px;
  }

  .tw .xl\:last\:pl-119:last-child{
    padding-left: 595px;
  }

  .tw .xl\:last\:pl-120:last-child{
    padding-left: 600px;
  }

  .tw .xl\:last\:pl-121:last-child{
    padding-left: 605px;
  }

  .tw .xl\:last\:pl-122:last-child{
    padding-left: 610px;
  }

  .tw .xl\:last\:pl-123:last-child{
    padding-left: 615px;
  }

  .tw .xl\:last\:pl-124:last-child{
    padding-left: 620px;
  }

  .tw .xl\:last\:pl-125:last-child{
    padding-left: 625px;
  }

  .tw .xl\:last\:pl-126:last-child{
    padding-left: 630px;
  }

  .tw .xl\:last\:pl-127:last-child{
    padding-left: 635px;
  }

  .tw .xl\:last\:pl-128:last-child{
    padding-left: 640px;
  }

  .tw .xl\:last\:pl-129:last-child{
    padding-left: 645px;
  }

  .tw .xl\:last\:pl-130:last-child{
    padding-left: 650px;
  }

  .tw .xl\:last\:pl-131:last-child{
    padding-left: 655px;
  }

  .tw .xl\:last\:pl-132:last-child{
    padding-left: 660px;
  }

  .tw .xl\:last\:pl-133:last-child{
    padding-left: 665px;
  }

  .tw .xl\:last\:pl-134:last-child{
    padding-left: 670px;
  }

  .tw .xl\:last\:pl-135:last-child{
    padding-left: 675px;
  }

  .tw .xl\:last\:pl-136:last-child{
    padding-left: 680px;
  }

  .tw .xl\:last\:pl-137:last-child{
    padding-left: 685px;
  }

  .tw .xl\:last\:pl-138:last-child{
    padding-left: 690px;
  }

  .tw .xl\:last\:pl-139:last-child{
    padding-left: 695px;
  }

  .tw .xl\:last\:pl-140:last-child{
    padding-left: 700px;
  }

  .tw .xl\:last\:pl-141:last-child{
    padding-left: 705px;
  }

  .tw .xl\:last\:pl-142:last-child{
    padding-left: 710px;
  }

  .tw .xl\:last\:pl-143:last-child{
    padding-left: 715px;
  }

  .tw .xl\:last\:pl-144:last-child{
    padding-left: 720px;
  }

  .tw .xl\:last\:pl-145:last-child{
    padding-left: 725px;
  }

  .tw .xl\:last\:pl-146:last-child{
    padding-left: 730px;
  }

  .tw .xl\:last\:pl-147:last-child{
    padding-left: 735px;
  }

  .tw .xl\:last\:pl-148:last-child{
    padding-left: 740px;
  }

  .tw .xl\:last\:pl-149:last-child{
    padding-left: 745px;
  }

  .tw .xl\:last\:pl-0\.5:last-child{
    padding-left: 3px;
  }

  .tw .xl\:last\:pl-1px:last-child{
    padding-left: 1px;
  }

  .tw .xl\:last\:pl-2px:last-child{
    padding-left: 2px;
  }

  .tw .xl\:last\:pl-3px:last-child{
    padding-left: 3px;
  }

  .tw .xl\:last\:pl-4px:last-child{
    padding-left: 4px;
  }

  .tw .xl\:last\:pl-5px:last-child{
    padding-left: 5px;
  }

  .tw .xl\:last\:pl-6px:last-child{
    padding-left: 6px;
  }

  .tw .xl\:last\:pl-7px:last-child{
    padding-left: 7px;
  }

  .tw .xl\:last\:pl-8px:last-child{
    padding-left: 8px;
  }

  .tw .xl\:last\:pl-9px:last-child{
    padding-left: 9px;
  }

  .tw .xl\:last\:pl-10px:last-child{
    padding-left: 10px;
  }

  .tw .xl\:last\:pl-11px:last-child{
    padding-left: 11px;
  }

  .tw .xl\:last\:pl-12px:last-child{
    padding-left: 12px;
  }

  .tw .xl\:last\:pl-13px:last-child{
    padding-left: 13px;
  }

  .tw .xl\:last\:pl-14px:last-child{
    padding-left: 14px;
  }

  .tw .xl\:last\:pl-15px:last-child{
    padding-left: 15px;
  }

  .tw .xl\:last\:pl-16px:last-child{
    padding-left: 16px;
  }

  .tw .xl\:last\:pl-17px:last-child{
    padding-left: 17px;
  }

  .tw .xl\:last\:pl-18px:last-child{
    padding-left: 18px;
  }

  .tw .xl\:last\:pl-19px:last-child{
    padding-left: 19px;
  }

  .tw .xl\:last\:pl-20px:last-child{
    padding-left: 20px;
  }

  .tw .xl\:last\:pl-21px:last-child{
    padding-left: 21px;
  }

  .tw .xl\:last\:pl-22px:last-child{
    padding-left: 22px;
  }

  .tw .xl\:last\:pl-23px:last-child{
    padding-left: 23px;
  }

  .tw .xl\:last\:pl-24px:last-child{
    padding-left: 24px;
  }

  .tw .xl\:last\:pl-25px:last-child{
    padding-left: 25px;
  }

  .tw .xl\:last\:pl-26px:last-child{
    padding-left: 26px;
  }

  .tw .xl\:last\:pl-27px:last-child{
    padding-left: 27px;
  }

  .tw .xl\:last\:pl-28px:last-child{
    padding-left: 28px;
  }

  .tw .xl\:last\:pl-29px:last-child{
    padding-left: 29px;
  }

  .tw .xl\:last\:pl-30px:last-child{
    padding-left: 30px;
  }

  .tw .xl\:last\:pl-31px:last-child{
    padding-left: 31px;
  }

  .tw .xl\:last\:pl-32px:last-child{
    padding-left: 32px;
  }

  .tw .xl\:last\:pl-33px:last-child{
    padding-left: 33px;
  }

  .tw .xl\:last\:pl-34px:last-child{
    padding-left: 34px;
  }

  .tw .xl\:last\:pl-35px:last-child{
    padding-left: 35px;
  }

  .tw .xl\:last\:pl-36px:last-child{
    padding-left: 36px;
  }

  .tw .xl\:last\:pl-37px:last-child{
    padding-left: 37px;
  }

  .tw .xl\:last\:pl-38px:last-child{
    padding-left: 38px;
  }

  .tw .xl\:last\:pl-39px:last-child{
    padding-left: 39px;
  }

  .tw .xl\:last\:pl-40px:last-child{
    padding-left: 40px;
  }

  .tw .xl\:text-left{
    text-align: left;
  }

  .tw .xl\:text-center{
    text-align: center;
  }

  .tw .xl\:text-right{
    text-align: right;
  }

  .tw .xl\:text-justify{
    text-align: justify;
  }

  .tw .xl\:first\:text-left:first-child{
    text-align: left;
  }

  .tw .xl\:first\:text-center:first-child{
    text-align: center;
  }

  .tw .xl\:first\:text-right:first-child{
    text-align: right;
  }

  .tw .xl\:first\:text-justify:first-child{
    text-align: justify;
  }

  .tw .xl\:align-baseline{
    vertical-align: baseline;
  }

  .tw .xl\:align-top{
    vertical-align: top;
  }

  .tw .xl\:align-middle{
    vertical-align: middle;
  }

  .tw .xl\:align-bottom{
    vertical-align: bottom;
  }

  .tw .xl\:align-text-top{
    vertical-align: text-top;
  }

  .tw .xl\:align-text-bottom{
    vertical-align: text-bottom;
  }

  .tw .xl\:font-sans{
    font-family: Inter, 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;
  }

  .tw .xl\:font-serif{
    font-family: ui-serif, Georgia, Cambria, "Times New Roman", Times, serif;
  }

  .tw .xl\:font-mono{
    font-family: IBM Plex Mono, Menlo, DejaVu Sans Mono, Bitstream Vera Sans Mono, Courier, monospace;
  }

  .tw .xl\:text-micro{
    font-size: 9px;
    line-height: 11.7px;
  }

  .tw .xl\:text-2xs{
    font-size: 11px;
    line-height: 8px;
  }

  .tw .xl\:text-xs{
    font-size: 12px;
    line-height: 16px;
  }

  .tw .xl\:text-sm{
    font-size: 13px;
    line-height: 16px;
  }

  .tw .xl\:text-md{
    font-size: 14px;
    line-height: 17px;
  }

  .tw .xl\:text-base{
    font-size: 15px;
    line-height: 24px;
  }

  .tw .xl\:text-lg{
    font-size: 18px;
    line-height: 24px;
  }

  .tw .xl\:text-xl{
    font-size: 20px;
    line-height: 24px;
  }

  .tw .xl\:text-2xl{
    font-size: 22px;
    line-height: 24px;
  }

  .tw .xl\:text-3xl{
    font-size: 25px;
    line-height: 32px;
  }

  .tw .xl\:text-4xl{
    font-size: 30px;
    line-height: 32px;
  }

  .tw .xl\:text-5xl{
    font-size: 35px;
    line-height: 40px;
  }

  .tw .xl\:text-6xl{
    font-size: 50px;
    line-height: 60px;
  }

  .tw .xl\:text-2xsmall{
    font-size: 10px;
    line-height: 12px;
  }

  .tw .xl\:text-xsmall{
    font-size: 11px;
    line-height: 13px;
    letter-spacing: -0.01em;
  }

  .tw .xl\:text-small{
    font-size: 12px;
    line-height: 14px;
    letter-spacing: -0.01em;
  }

  .tw .xl\:text-default{
    font-size: 13px;
    line-height: 16px;
    letter-spacing: -0.02em;
  }

  .tw .xl\:text-large{
    font-size: 14px;
    line-height: 16px;
    letter-spacing: -0.03em;
  }

  .tw .xl\:text-xlarge{
    font-size: 16px;
    line-height: 20px;
    letter-spacing: -0.02em;
  }

  .tw .xl\:text-2xlarge{
    font-size: 18px;
    line-height: 22px;
    letter-spacing: -0.02em;
  }

  .tw .xl\:text-3xlarge{
    font-size: 22px;
    line-height: 28px;
    letter-spacing: -0.02em;
  }

  .tw .xl\:text-4xlarge{
    font-size: 28px;
    line-height: 32px;
    letter-spacing: -0.02em;
  }

  .tw .xl\:text-1px{
    font-size: 1px;
  }

  .tw .xl\:text-2px{
    font-size: 2px;
  }

  .tw .xl\:text-3px{
    font-size: 3px;
  }

  .tw .xl\:text-4px{
    font-size: 4px;
  }

  .tw .xl\:text-5px{
    font-size: 5px;
  }

  .tw .xl\:text-6px{
    font-size: 6px;
  }

  .tw .xl\:text-7px{
    font-size: 7px;
  }

  .tw .xl\:text-8px{
    font-size: 8px;
  }

  .tw .xl\:text-9px{
    font-size: 9px;
  }

  .tw .xl\:text-10px{
    font-size: 10px;
  }

  .tw .xl\:text-11px{
    font-size: 11px;
  }

  .tw .xl\:text-12px{
    font-size: 12px;
  }

  .tw .xl\:text-13px{
    font-size: 13px;
  }

  .tw .xl\:text-14px{
    font-size: 14px;
  }

  .tw .xl\:text-15px{
    font-size: 15px;
  }

  .tw .xl\:text-16px{
    font-size: 16px;
  }

  .tw .xl\:text-17px{
    font-size: 17px;
  }

  .tw .xl\:text-18px{
    font-size: 18px;
  }

  .tw .xl\:text-19px{
    font-size: 19px;
  }

  .tw .xl\:text-20px{
    font-size: 20px;
  }

  .tw .xl\:text-21px{
    font-size: 21px;
  }

  .tw .xl\:text-22px{
    font-size: 22px;
  }

  .tw .xl\:text-23px{
    font-size: 23px;
  }

  .tw .xl\:text-24px{
    font-size: 24px;
  }

  .tw .xl\:text-25px{
    font-size: 25px;
  }

  .tw .xl\:text-26px{
    font-size: 26px;
  }

  .tw .xl\:text-27px{
    font-size: 27px;
  }

  .tw .xl\:text-28px{
    font-size: 28px;
  }

  .tw .xl\:text-29px{
    font-size: 29px;
  }

  .tw .xl\:text-30px{
    font-size: 30px;
  }

  .tw .xl\:text-31px{
    font-size: 31px;
  }

  .tw .xl\:text-32px{
    font-size: 32px;
  }

  .tw .xl\:text-33px{
    font-size: 33px;
  }

  .tw .xl\:text-34px{
    font-size: 34px;
  }

  .tw .xl\:text-35px{
    font-size: 35px;
  }

  .tw .xl\:text-36px{
    font-size: 36px;
  }

  .tw .xl\:text-37px{
    font-size: 37px;
  }

  .tw .xl\:text-38px{
    font-size: 38px;
  }

  .tw .xl\:text-39px{
    font-size: 39px;
  }

  .tw .xl\:text-40px{
    font-size: 40px;
  }

  .tw .xl\:text-41px{
    font-size: 41px;
  }

  .tw .xl\:text-42px{
    font-size: 42px;
  }

  .tw .xl\:text-43px{
    font-size: 43px;
  }

  .tw .xl\:text-44px{
    font-size: 44px;
  }

  .tw .xl\:text-45px{
    font-size: 45px;
  }

  .tw .xl\:text-46px{
    font-size: 46px;
  }

  .tw .xl\:text-47px{
    font-size: 47px;
  }

  .tw .xl\:text-48px{
    font-size: 48px;
  }

  .tw .xl\:text-49px{
    font-size: 49px;
  }

  .tw .xl\:text-50px{
    font-size: 50px;
  }

  .tw .xl\:text-51px{
    font-size: 51px;
  }

  .tw .xl\:text-52px{
    font-size: 52px;
  }

  .tw .xl\:text-53px{
    font-size: 53px;
  }

  .tw .xl\:text-54px{
    font-size: 54px;
  }

  .tw .xl\:text-55px{
    font-size: 55px;
  }

  .tw .xl\:text-56px{
    font-size: 56px;
  }

  .tw .xl\:text-57px{
    font-size: 57px;
  }

  .tw .xl\:text-58px{
    font-size: 58px;
  }

  .tw .xl\:text-59px{
    font-size: 59px;
  }

  .tw .xl\:text-60px{
    font-size: 60px;
  }

  .tw .xl\:font-thin{
    font-weight: 100;
  }

  .tw .xl\:font-light{
    font-weight: 200;
  }

  .tw .xl\:font-normal{
    font-weight: 300;
  }

  .tw .xl\:font-medium{
    font-weight: 400;
  }

  .tw .xl\:font-semibold{
    font-weight: 500;
  }

  .tw .xl\:font-bold{
    font-weight: 600;
  }

  .tw .xl\:font-extrabold{
    font-weight: 700;
  }

  .tw .xl\:font-black{
    font-weight: 800;
  }

  .tw .xl\:font-heavy{
    font-weight: 800;
  }

  .tw .xl\:uppercase{
    text-transform: uppercase;
  }

  .tw .xl\:lowercase{
    text-transform: lowercase;
  }

  .tw .xl\:capitalize{
    text-transform: capitalize;
  }

  .tw .xl\:normal-case{
    text-transform: none;
  }

  .tw .xl\:italic{
    font-style: italic;
  }

  .tw .xl\:not-italic{
    font-style: normal;
  }

  .tw .xl\:ordinal, .tw .xl\:slashed-zero, .tw .xl\:lining-nums, .tw .xl\:oldstyle-nums, .tw .xl\:proportional-nums, .tw .xl\:tabular-nums, .tw .xl\:diagonal-fractions, .tw .xl\: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);
  }

  .tw .xl\:normal-nums{
    font-variant-numeric: normal;
  }

  .tw .xl\:ordinal{
    --tw-ordinal: ordinal;
  }

  .tw .xl\:slashed-zero{
    --tw-slashed-zero: slashed-zero;
  }

  .tw .xl\:lining-nums{
    --tw-numeric-figure: lining-nums;
  }

  .tw .xl\:oldstyle-nums{
    --tw-numeric-figure: oldstyle-nums;
  }

  .tw .xl\:proportional-nums{
    --tw-numeric-spacing: proportional-nums;
  }

  .tw .xl\:tabular-nums{
    --tw-numeric-spacing: tabular-nums;
  }

  .tw .xl\:diagonal-fractions{
    --tw-numeric-fraction: diagonal-fractions;
  }

  .tw .xl\:stacked-fractions{
    --tw-numeric-fraction: stacked-fractions;
  }

  .tw .xl\:leading-normal{
    line-height: normal;
  }

  .tw .xl\:leading-none{
    line-height: 1;
  }

  .tw .xl\:leading-base{
    line-height: 8px;
  }

  .tw .xl\:leading-1em{
    line-height: 1em;
  }

  .tw .xl\:leading-lg{
    line-height: 16px;
  }

  .tw .xl\:leading-xl{
    line-height: 24px;
  }

  .tw .xl\:leading-2xl{
    line-height: 32px;
  }

  .tw .xl\:leading-3xl{
    line-height: 48px;
  }

  .tw .xl\:leading-4xl{
    line-height: 56px;
  }

  .tw .xl\:leading-5xl{
    line-height: 64px;
  }

  .tw .xl\:leading-125\%{
    line-height: 125%;
  }

  .tw .xl\:leading-140\%{
    line-height: 140%;
  }

  .tw .xl\:leading-1px{
    line-height: 1px;
  }

  .tw .xl\:leading-2px{
    line-height: 2px;
  }

  .tw .xl\:leading-3px{
    line-height: 3px;
  }

  .tw .xl\:leading-4px{
    line-height: 4px;
  }

  .tw .xl\:leading-5px{
    line-height: 5px;
  }

  .tw .xl\:leading-6px{
    line-height: 6px;
  }

  .tw .xl\:leading-7px{
    line-height: 7px;
  }

  .tw .xl\:leading-8px{
    line-height: 8px;
  }

  .tw .xl\:leading-9px{
    line-height: 9px;
  }

  .tw .xl\:leading-10px{
    line-height: 10px;
  }

  .tw .xl\:leading-11px{
    line-height: 11px;
  }

  .tw .xl\:leading-12px{
    line-height: 12px;
  }

  .tw .xl\:leading-13px{
    line-height: 13px;
  }

  .tw .xl\:leading-14px{
    line-height: 14px;
  }

  .tw .xl\:leading-15px{
    line-height: 15px;
  }

  .tw .xl\:leading-16px{
    line-height: 16px;
  }

  .tw .xl\:leading-17px{
    line-height: 17px;
  }

  .tw .xl\:leading-18px{
    line-height: 18px;
  }

  .tw .xl\:leading-19px{
    line-height: 19px;
  }

  .tw .xl\:leading-20px{
    line-height: 20px;
  }

  .tw .xl\:leading-21px{
    line-height: 21px;
  }

  .tw .xl\:leading-22px{
    line-height: 22px;
  }

  .tw .xl\:leading-23px{
    line-height: 23px;
  }

  .tw .xl\:leading-24px{
    line-height: 24px;
  }

  .tw .xl\:leading-25px{
    line-height: 25px;
  }

  .tw .xl\:leading-26px{
    line-height: 26px;
  }

  .tw .xl\:leading-27px{
    line-height: 27px;
  }

  .tw .xl\:leading-28px{
    line-height: 28px;
  }

  .tw .xl\:leading-29px{
    line-height: 29px;
  }

  .tw .xl\:leading-30px{
    line-height: 30px;
  }

  .tw .xl\:leading-31px{
    line-height: 31px;
  }

  .tw .xl\:leading-32px{
    line-height: 32px;
  }

  .tw .xl\:leading-33px{
    line-height: 33px;
  }

  .tw .xl\:leading-34px{
    line-height: 34px;
  }

  .tw .xl\:leading-35px{
    line-height: 35px;
  }

  .tw .xl\:leading-36px{
    line-height: 36px;
  }

  .tw .xl\:leading-37px{
    line-height: 37px;
  }

  .tw .xl\:leading-38px{
    line-height: 38px;
  }

  .tw .xl\:leading-39px{
    line-height: 39px;
  }

  .tw .xl\:leading-40px{
    line-height: 40px;
  }

  .tw .xl\:tracking-tighter{
    letter-spacing: -0.05em;
  }

  .tw .xl\:tracking-tight{
    letter-spacing: -0.025em;
  }

  .tw .xl\:tracking-normal{
    letter-spacing: 0em;
  }

  .tw .xl\:tracking-wide{
    letter-spacing: 0.025em;
  }

  .tw .xl\:tracking-wider{
    letter-spacing: 0.05em;
  }

  .tw .xl\:tracking-widest{
    letter-spacing: 0.1em;
  }

  .tw .xl\:tracking-dreamten-table-row{
    letter-spacing: -0.15em;
  }

  .tw .xl\:text-opacity-0{
    --tw-text-opacity: 0;
  }

  .tw .xl\:text-opacity-5{
    --tw-text-opacity: 0.05;
  }

  .tw .xl\:text-opacity-10{
    --tw-text-opacity: 0.1;
  }

  .tw .xl\:text-opacity-15{
    --tw-text-opacity: 0.15;
  }

  .tw .xl\:text-opacity-20{
    --tw-text-opacity: 0.2;
  }

  .tw .xl\:text-opacity-25{
    --tw-text-opacity: 0.25;
  }

  .tw .xl\:text-opacity-30{
    --tw-text-opacity: 0.3;
  }

  .tw .xl\:text-opacity-40{
    --tw-text-opacity: 0.4;
  }

  .tw .xl\:text-opacity-50{
    --tw-text-opacity: 0.5;
  }

  .tw .xl\:text-opacity-60{
    --tw-text-opacity: 0.6;
  }

  .tw .xl\:text-opacity-70{
    --tw-text-opacity: 0.7;
  }

  .tw .xl\:text-opacity-75{
    --tw-text-opacity: 0.75;
  }

  .tw .xl\:text-opacity-80{
    --tw-text-opacity: 0.8;
  }

  .tw .xl\:text-opacity-90{
    --tw-text-opacity: 0.9;
  }

  .tw .xl\:text-opacity-95{
    --tw-text-opacity: 0.95;
  }

  .tw .xl\:text-opacity-100{
    --tw-text-opacity: 1;
  }

  .tw .group:hover .xl\:group-hover\:text-opacity-0{
    --tw-text-opacity: 0;
  }

  .tw .group:hover .xl\:group-hover\:text-opacity-5{
    --tw-text-opacity: 0.05;
  }

  .tw .group:hover .xl\:group-hover\:text-opacity-10{
    --tw-text-opacity: 0.1;
  }

  .tw .group:hover .xl\:group-hover\:text-opacity-15{
    --tw-text-opacity: 0.15;
  }

  .tw .group:hover .xl\:group-hover\:text-opacity-20{
    --tw-text-opacity: 0.2;
  }

  .tw .group:hover .xl\:group-hover\:text-opacity-25{
    --tw-text-opacity: 0.25;
  }

  .tw .group:hover .xl\:group-hover\:text-opacity-30{
    --tw-text-opacity: 0.3;
  }

  .tw .group:hover .xl\:group-hover\:text-opacity-40{
    --tw-text-opacity: 0.4;
  }

  .tw .group:hover .xl\:group-hover\:text-opacity-50{
    --tw-text-opacity: 0.5;
  }

  .tw .group:hover .xl\:group-hover\:text-opacity-60{
    --tw-text-opacity: 0.6;
  }

  .tw .group:hover .xl\:group-hover\:text-opacity-70{
    --tw-text-opacity: 0.7;
  }

  .tw .group:hover .xl\:group-hover\:text-opacity-75{
    --tw-text-opacity: 0.75;
  }

  .tw .group:hover .xl\:group-hover\:text-opacity-80{
    --tw-text-opacity: 0.8;
  }

  .tw .group:hover .xl\:group-hover\:text-opacity-90{
    --tw-text-opacity: 0.9;
  }

  .tw .group:hover .xl\:group-hover\:text-opacity-95{
    --tw-text-opacity: 0.95;
  }

  .tw .group:hover .xl\:group-hover\:text-opacity-100{
    --tw-text-opacity: 1;
  }

  .tw .xl\:focus-within\:text-opacity-0:focus-within{
    --tw-text-opacity: 0;
  }

  .tw .xl\:focus-within\:text-opacity-5:focus-within{
    --tw-text-opacity: 0.05;
  }

  .tw .xl\:focus-within\:text-opacity-10:focus-within{
    --tw-text-opacity: 0.1;
  }

  .tw .xl\:focus-within\:text-opacity-15:focus-within{
    --tw-text-opacity: 0.15;
  }

  .tw .xl\:focus-within\:text-opacity-20:focus-within{
    --tw-text-opacity: 0.2;
  }

  .tw .xl\:focus-within\:text-opacity-25:focus-within{
    --tw-text-opacity: 0.25;
  }

  .tw .xl\:focus-within\:text-opacity-30:focus-within{
    --tw-text-opacity: 0.3;
  }

  .tw .xl\:focus-within\:text-opacity-40:focus-within{
    --tw-text-opacity: 0.4;
  }

  .tw .xl\:focus-within\:text-opacity-50:focus-within{
    --tw-text-opacity: 0.5;
  }

  .tw .xl\:focus-within\:text-opacity-60:focus-within{
    --tw-text-opacity: 0.6;
  }

  .tw .xl\:focus-within\:text-opacity-70:focus-within{
    --tw-text-opacity: 0.7;
  }

  .tw .xl\:focus-within\:text-opacity-75:focus-within{
    --tw-text-opacity: 0.75;
  }

  .tw .xl\:focus-within\:text-opacity-80:focus-within{
    --tw-text-opacity: 0.8;
  }

  .tw .xl\:focus-within\:text-opacity-90:focus-within{
    --tw-text-opacity: 0.9;
  }

  .tw .xl\:focus-within\:text-opacity-95:focus-within{
    --tw-text-opacity: 0.95;
  }

  .tw .xl\:focus-within\:text-opacity-100:focus-within{
    --tw-text-opacity: 1;
  }

  .tw .xl\:hover\:text-opacity-0:hover{
    --tw-text-opacity: 0;
  }

  .tw .xl\:hover\:text-opacity-5:hover{
    --tw-text-opacity: 0.05;
  }

  .tw .xl\:hover\:text-opacity-10:hover{
    --tw-text-opacity: 0.1;
  }

  .tw .xl\:hover\:text-opacity-15:hover{
    --tw-text-opacity: 0.15;
  }

  .tw .xl\:hover\:text-opacity-20:hover{
    --tw-text-opacity: 0.2;
  }

  .tw .xl\:hover\:text-opacity-25:hover{
    --tw-text-opacity: 0.25;
  }

  .tw .xl\:hover\:text-opacity-30:hover{
    --tw-text-opacity: 0.3;
  }

  .tw .xl\:hover\:text-opacity-40:hover{
    --tw-text-opacity: 0.4;
  }

  .tw .xl\:hover\:text-opacity-50:hover{
    --tw-text-opacity: 0.5;
  }

  .tw .xl\:hover\:text-opacity-60:hover{
    --tw-text-opacity: 0.6;
  }

  .tw .xl\:hover\:text-opacity-70:hover{
    --tw-text-opacity: 0.7;
  }

  .tw .xl\:hover\:text-opacity-75:hover{
    --tw-text-opacity: 0.75;
  }

  .tw .xl\:hover\:text-opacity-80:hover{
    --tw-text-opacity: 0.8;
  }

  .tw .xl\:hover\:text-opacity-90:hover{
    --tw-text-opacity: 0.9;
  }

  .tw .xl\:hover\:text-opacity-95:hover{
    --tw-text-opacity: 0.95;
  }

  .tw .xl\:hover\:text-opacity-100:hover{
    --tw-text-opacity: 1;
  }

  .tw .xl\:focus\:text-opacity-0:focus{
    --tw-text-opacity: 0;
  }

  .tw .xl\:focus\:text-opacity-5:focus{
    --tw-text-opacity: 0.05;
  }

  .tw .xl\:focus\:text-opacity-10:focus{
    --tw-text-opacity: 0.1;
  }

  .tw .xl\:focus\:text-opacity-15:focus{
    --tw-text-opacity: 0.15;
  }

  .tw .xl\:focus\:text-opacity-20:focus{
    --tw-text-opacity: 0.2;
  }

  .tw .xl\:focus\:text-opacity-25:focus{
    --tw-text-opacity: 0.25;
  }

  .tw .xl\:focus\:text-opacity-30:focus{
    --tw-text-opacity: 0.3;
  }

  .tw .xl\:focus\:text-opacity-40:focus{
    --tw-text-opacity: 0.4;
  }

  .tw .xl\:focus\:text-opacity-50:focus{
    --tw-text-opacity: 0.5;
  }

  .tw .xl\:focus\:text-opacity-60:focus{
    --tw-text-opacity: 0.6;
  }

  .tw .xl\:focus\:text-opacity-70:focus{
    --tw-text-opacity: 0.7;
  }

  .tw .xl\:focus\:text-opacity-75:focus{
    --tw-text-opacity: 0.75;
  }

  .tw .xl\:focus\:text-opacity-80:focus{
    --tw-text-opacity: 0.8;
  }

  .tw .xl\:focus\:text-opacity-90:focus{
    --tw-text-opacity: 0.9;
  }

  .tw .xl\:focus\:text-opacity-95:focus{
    --tw-text-opacity: 0.95;
  }

  .tw .xl\:focus\:text-opacity-100:focus{
    --tw-text-opacity: 1;
  }

  .tw .xl\:underline{
    text-decoration: underline;
  }

  .tw .xl\:line-through{
    text-decoration: line-through;
  }

  .tw .xl\:no-underline{
    text-decoration: none;
  }

  .tw .group:hover .xl\:group-hover\:underline{
    text-decoration: underline;
  }

  .tw .group:hover .xl\:group-hover\:line-through{
    text-decoration: line-through;
  }

  .tw .group:hover .xl\:group-hover\:no-underline{
    text-decoration: none;
  }

  .tw .xl\:focus-within\:underline:focus-within{
    text-decoration: underline;
  }

  .tw .xl\:focus-within\:line-through:focus-within{
    text-decoration: line-through;
  }

  .tw .xl\:focus-within\:no-underline:focus-within{
    text-decoration: none;
  }

  .tw .xl\:hover\:underline:hover{
    text-decoration: underline;
  }

  .tw .xl\:hover\:line-through:hover{
    text-decoration: line-through;
  }

  .tw .xl\:hover\:no-underline:hover{
    text-decoration: none;
  }

  .tw .xl\:focus\:underline:focus{
    text-decoration: underline;
  }

  .tw .xl\:focus\:line-through:focus{
    text-decoration: line-through;
  }

  .tw .xl\:focus\:no-underline:focus{
    text-decoration: none;
  }

  .tw .xl\:antialiased{
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }

  .tw .xl\:subpixel-antialiased{
    -webkit-font-smoothing: auto;
    -moz-osx-font-smoothing: auto;
  }

  .tw .xl\:placeholder-current::-moz-placeholder{
    color: currentColor;
  }

  .tw .xl\:placeholder-current::placeholder{
    color: currentColor;
  }

  .tw .xl\:placeholder-transparent::-moz-placeholder{
    color: transparent;
  }

  .tw .xl\:placeholder-transparent::placeholder{
    color: transparent;
  }

  .tw .xl\:placeholder-white::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
  }

  .tw .xl\:placeholder-white::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
  }

  .tw .xl\:placeholder-black::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-placeholder-opacity));
  }

  .tw .xl\:placeholder-black::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-placeholder-opacity));
  }

  .tw .xl\:placeholder-gray-10::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(240, 240, 240, var(--tw-placeholder-opacity));
  }

  .tw .xl\:placeholder-gray-10::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(240, 240, 240, var(--tw-placeholder-opacity));
  }

  .tw .xl\:placeholder-gray-20::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(226, 226, 226, var(--tw-placeholder-opacity));
  }

  .tw .xl\:placeholder-gray-20::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(226, 226, 226, var(--tw-placeholder-opacity));
  }

  .tw .xl\:placeholder-gray-30::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(211, 211, 211, var(--tw-placeholder-opacity));
  }

  .tw .xl\:placeholder-gray-30::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(211, 211, 211, var(--tw-placeholder-opacity));
  }

  .tw .xl\:placeholder-gray-40::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(197, 197, 197, var(--tw-placeholder-opacity));
  }

  .tw .xl\:placeholder-gray-40::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(197, 197, 197, var(--tw-placeholder-opacity));
  }

  .tw .xl\:placeholder-gray-50::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(183, 183, 183, var(--tw-placeholder-opacity));
  }

  .tw .xl\:placeholder-gray-50::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(183, 183, 183, var(--tw-placeholder-opacity));
  }

  .tw .xl\:placeholder-gray-60::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(169, 169, 169, var(--tw-placeholder-opacity));
  }

  .tw .xl\:placeholder-gray-60::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(169, 169, 169, var(--tw-placeholder-opacity));
  }

  .tw .xl\:placeholder-gray-70::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(156, 156, 156, var(--tw-placeholder-opacity));
  }

  .tw .xl\:placeholder-gray-70::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(156, 156, 156, var(--tw-placeholder-opacity));
  }

  .tw .xl\:placeholder-gray-80::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(142, 142, 142, var(--tw-placeholder-opacity));
  }

  .tw .xl\:placeholder-gray-80::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(142, 142, 142, var(--tw-placeholder-opacity));
  }

  .tw .xl\:placeholder-gray-90::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(129, 129, 129, var(--tw-placeholder-opacity));
  }

  .tw .xl\:placeholder-gray-90::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(129, 129, 129, var(--tw-placeholder-opacity));
  }

  .tw .xl\:placeholder-gray-100::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(108, 109, 114, var(--tw-placeholder-opacity));
  }

  .tw .xl\:placeholder-gray-100::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(108, 109, 114, var(--tw-placeholder-opacity));
  }

  .tw .xl\:placeholder-gray-200::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(96, 97, 103, var(--tw-placeholder-opacity));
  }

  .tw .xl\:placeholder-gray-200::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(96, 97, 103, var(--tw-placeholder-opacity));
  }

  .tw .xl\:placeholder-gray-300::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(84, 86, 91, var(--tw-placeholder-opacity));
  }

  .tw .xl\:placeholder-gray-300::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(84, 86, 91, var(--tw-placeholder-opacity));
  }

  .tw .xl\:placeholder-gray-400::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(73, 73, 80, var(--tw-placeholder-opacity));
  }

  .tw .xl\:placeholder-gray-400::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(73, 73, 80, var(--tw-placeholder-opacity));
  }

  .tw .xl\:placeholder-gray-500::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(61, 61, 68, var(--tw-placeholder-opacity));
  }

  .tw .xl\:placeholder-gray-500::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(61, 61, 68, var(--tw-placeholder-opacity));
  }

  .tw .xl\:placeholder-gray-600::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(53, 53, 61, var(--tw-placeholder-opacity));
  }

  .tw .xl\:placeholder-gray-600::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(53, 53, 61, var(--tw-placeholder-opacity));
  }

  .tw .xl\:placeholder-gray-700::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(45, 45, 49, var(--tw-placeholder-opacity));
  }

  .tw .xl\:placeholder-gray-700::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(45, 45, 49, var(--tw-placeholder-opacity));
  }

  .tw .xl\:placeholder-gray-800::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(38, 37, 42, var(--tw-placeholder-opacity));
  }

  .tw .xl\:placeholder-gray-800::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(38, 37, 42, var(--tw-placeholder-opacity));
  }

  .tw .xl\:placeholder-gray-850::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(32, 32, 37, var(--tw-placeholder-opacity));
  }

  .tw .xl\:placeholder-gray-850::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(32, 32, 37, var(--tw-placeholder-opacity));
  }

  .tw .xl\:placeholder-gray-900::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(27, 27, 32, var(--tw-placeholder-opacity));
  }

  .tw .xl\:placeholder-gray-900::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(27, 27, 32, var(--tw-placeholder-opacity));
  }

  .tw .xl\:placeholder-gray-950::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(20, 20, 23, var(--tw-placeholder-opacity));
  }

  .tw .xl\:placeholder-gray-950::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(20, 20, 23, var(--tw-placeholder-opacity));
  }

  .tw .xl\:placeholder-brand-50::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(127, 255, 255, var(--tw-placeholder-opacity));
  }

  .tw .xl\:placeholder-brand-50::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(127, 255, 255, var(--tw-placeholder-opacity));
  }

  .tw .xl\:placeholder-brand-100::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(87, 226, 255, var(--tw-placeholder-opacity));
  }

  .tw .xl\:placeholder-brand-100::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(87, 226, 255, var(--tw-placeholder-opacity));
  }

  .tw .xl\:placeholder-brand-200::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(32, 197, 255, var(--tw-placeholder-opacity));
  }

  .tw .xl\:placeholder-brand-200::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(32, 197, 255, var(--tw-placeholder-opacity));
  }

  .tw .xl\:placeholder-brand-300::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(0, 167, 231, var(--tw-placeholder-opacity));
  }

  .tw .xl\:placeholder-brand-300::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(0, 167, 231, var(--tw-placeholder-opacity));
  }

  .tw .xl\:placeholder-brand-400::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(0, 139, 201, var(--tw-placeholder-opacity));
  }

  .tw .xl\:placeholder-brand-400::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(0, 139, 201, var(--tw-placeholder-opacity));
  }

  .tw .xl\:placeholder-brand-500::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(0, 112, 172, var(--tw-placeholder-opacity));
  }

  .tw .xl\:placeholder-brand-500::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(0, 112, 172, var(--tw-placeholder-opacity));
  }

  .tw .xl\:placeholder-brand-600::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(0, 86, 143, var(--tw-placeholder-opacity));
  }

  .tw .xl\:placeholder-brand-600::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(0, 86, 143, var(--tw-placeholder-opacity));
  }

  .tw .xl\:placeholder-brand-700::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(0, 62, 116, var(--tw-placeholder-opacity));
  }

  .tw .xl\:placeholder-brand-700::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(0, 62, 116, var(--tw-placeholder-opacity));
  }

  .tw .xl\:placeholder-brand-800::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(0, 39, 89, var(--tw-placeholder-opacity));
  }

  .tw .xl\:placeholder-brand-800::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(0, 39, 89, var(--tw-placeholder-opacity));
  }

  .tw .xl\:placeholder-brand-900::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(0, 18, 63, var(--tw-placeholder-opacity));
  }

  .tw .xl\:placeholder-brand-900::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(0, 18, 63, var(--tw-placeholder-opacity));
  }

  .tw .xl\:placeholder-brand::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(0, 190, 255, var(--tw-placeholder-opacity));
  }

  .tw .xl\:placeholder-brand::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(0, 190, 255, var(--tw-placeholder-opacity));
  }

  .tw .xl\:placeholder-brand-base::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(0, 190, 255, var(--tw-placeholder-opacity));
  }

  .tw .xl\:placeholder-brand-base::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(0, 190, 255, var(--tw-placeholder-opacity));
  }

  .tw .xl\:placeholder-red-50::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(255, 202, 200, var(--tw-placeholder-opacity));
  }

  .tw .xl\:placeholder-red-50::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(255, 202, 200, var(--tw-placeholder-opacity));
  }

  .tw .xl\:placeholder-red-100::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(255, 171, 171, var(--tw-placeholder-opacity));
  }

  .tw .xl\:placeholder-red-100::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(255, 171, 171, var(--tw-placeholder-opacity));
  }

  .tw .xl\:placeholder-red-200::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(255, 142, 142, var(--tw-placeholder-opacity));
  }

  .tw .xl\:placeholder-red-200::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(255, 142, 142, var(--tw-placeholder-opacity));
  }

  .tw .xl\:placeholder-red-300::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(247, 112, 115, var(--tw-placeholder-opacity));
  }

  .tw .xl\:placeholder-red-300::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(247, 112, 115, var(--tw-placeholder-opacity));
  }

  .tw .xl\:placeholder-red-400::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(215, 83, 89, var(--tw-placeholder-opacity));
  }

  .tw .xl\:placeholder-red-400::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(215, 83, 89, var(--tw-placeholder-opacity));
  }

  .tw .xl\:placeholder-red-500::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(182, 54, 64, var(--tw-placeholder-opacity));
  }

  .tw .xl\:placeholder-red-500::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(182, 54, 64, var(--tw-placeholder-opacity));
  }

  .tw .xl\:placeholder-red-600::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(150, 18, 41, var(--tw-placeholder-opacity));
  }

  .tw .xl\:placeholder-red-600::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(150, 18, 41, var(--tw-placeholder-opacity));
  }

  .tw .xl\:placeholder-red-700::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(119, 0, 19, var(--tw-placeholder-opacity));
  }

  .tw .xl\:placeholder-red-700::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(119, 0, 19, var(--tw-placeholder-opacity));
  }

  .tw .xl\:placeholder-red-800::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(89, 0, 0, var(--tw-placeholder-opacity));
  }

  .tw .xl\:placeholder-red-800::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(89, 0, 0, var(--tw-placeholder-opacity));
  }

  .tw .xl\:placeholder-red-900::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(65, 0, 0, var(--tw-placeholder-opacity));
  }

  .tw .xl\:placeholder-red-900::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(65, 0, 0, var(--tw-placeholder-opacity));
  }

  .tw .xl\:placeholder-red::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(211, 80, 86, var(--tw-placeholder-opacity));
  }

  .tw .xl\:placeholder-red::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(211, 80, 86, var(--tw-placeholder-opacity));
  }

  .tw .xl\:placeholder-red-brand::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(255, 79, 79, var(--tw-placeholder-opacity));
  }

  .tw .xl\:placeholder-red-brand::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(255, 79, 79, var(--tw-placeholder-opacity));
  }

  .tw .xl\:placeholder-green-50::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(141, 255, 205, var(--tw-placeholder-opacity));
  }

  .tw .xl\:placeholder-green-50::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(141, 255, 205, var(--tw-placeholder-opacity));
  }

  .tw .xl\:placeholder-green-100::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(109, 236, 176, var(--tw-placeholder-opacity));
  }

  .tw .xl\:placeholder-green-100::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(109, 236, 176, var(--tw-placeholder-opacity));
  }

  .tw .xl\:placeholder-green-200::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(76, 206, 147, var(--tw-placeholder-opacity));
  }

  .tw .xl\:placeholder-green-200::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(76, 206, 147, var(--tw-placeholder-opacity));
  }

  .tw .xl\:placeholder-green-300::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(36, 176, 119, var(--tw-placeholder-opacity));
  }

  .tw .xl\:placeholder-green-300::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(36, 176, 119, var(--tw-placeholder-opacity));
  }

  .tw .xl\:placeholder-green-400::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(0, 147, 93, var(--tw-placeholder-opacity));
  }

  .tw .xl\:placeholder-green-400::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(0, 147, 93, var(--tw-placeholder-opacity));
  }

  .tw .xl\:placeholder-green-500::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(0, 119, 68, var(--tw-placeholder-opacity));
  }

  .tw .xl\:placeholder-green-500::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(0, 119, 68, var(--tw-placeholder-opacity));
  }

  .tw .xl\:placeholder-green-600::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(0, 91, 43, var(--tw-placeholder-opacity));
  }

  .tw .xl\:placeholder-green-600::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(0, 91, 43, var(--tw-placeholder-opacity));
  }

  .tw .xl\:placeholder-green-700::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(0, 65, 21, var(--tw-placeholder-opacity));
  }

  .tw .xl\:placeholder-green-700::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(0, 65, 21, var(--tw-placeholder-opacity));
  }

  .tw .xl\:placeholder-green-800::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(0, 43, 0, var(--tw-placeholder-opacity));
  }

  .tw .xl\:placeholder-green-800::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(0, 43, 0, var(--tw-placeholder-opacity));
  }

  .tw .xl\:placeholder-green-900::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(0, 27, 0, var(--tw-placeholder-opacity));
  }

  .tw .xl\:placeholder-green-900::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(0, 27, 0, var(--tw-placeholder-opacity));
  }

  .tw .xl\:placeholder-green::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(46, 182, 125, var(--tw-placeholder-opacity));
  }

  .tw .xl\:placeholder-green::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(46, 182, 125, var(--tw-placeholder-opacity));
  }

  .tw .xl\:placeholder-yellow-50::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(255, 235, 87, var(--tw-placeholder-opacity));
  }

  .tw .xl\:placeholder-yellow-50::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(255, 235, 87, var(--tw-placeholder-opacity));
  }

  .tw .xl\:placeholder-yellow-100::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(255, 205, 55, var(--tw-placeholder-opacity));
  }

  .tw .xl\:placeholder-yellow-100::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(255, 205, 55, var(--tw-placeholder-opacity));
  }

  .tw .xl\:placeholder-yellow-200::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(228, 176, 9, var(--tw-placeholder-opacity));
  }

  .tw .xl\:placeholder-yellow-200::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(228, 176, 9, var(--tw-placeholder-opacity));
  }

  .tw .xl\:placeholder-yellow-300::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(195, 148, 0, var(--tw-placeholder-opacity));
  }

  .tw .xl\:placeholder-yellow-300::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(195, 148, 0, var(--tw-placeholder-opacity));
  }

  .tw .xl\:placeholder-yellow-400::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(163, 121, 0, var(--tw-placeholder-opacity));
  }

  .tw .xl\:placeholder-yellow-400::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(163, 121, 0, var(--tw-placeholder-opacity));
  }

  .tw .xl\:placeholder-yellow-500::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(133, 95, 0, var(--tw-placeholder-opacity));
  }

  .tw .xl\:placeholder-yellow-500::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(133, 95, 0, var(--tw-placeholder-opacity));
  }

  .tw .xl\:placeholder-yellow-600::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(104, 70, 0, var(--tw-placeholder-opacity));
  }

  .tw .xl\:placeholder-yellow-600::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(104, 70, 0, var(--tw-placeholder-opacity));
  }

  .tw .xl\:placeholder-yellow-700::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(79, 46, 0, var(--tw-placeholder-opacity));
  }

  .tw .xl\:placeholder-yellow-700::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(79, 46, 0, var(--tw-placeholder-opacity));
  }

  .tw .xl\:placeholder-yellow-800::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(61, 22, 0, var(--tw-placeholder-opacity));
  }

  .tw .xl\:placeholder-yellow-800::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(61, 22, 0, var(--tw-placeholder-opacity));
  }

  .tw .xl\:placeholder-yellow-900::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(50, 0, 0, var(--tw-placeholder-opacity));
  }

  .tw .xl\:placeholder-yellow-900::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(50, 0, 0, var(--tw-placeholder-opacity));
  }

  .tw .xl\:placeholder-yellow::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(254, 199, 47, var(--tw-placeholder-opacity));
  }

  .tw .xl\:placeholder-yellow::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(254, 199, 47, var(--tw-placeholder-opacity));
  }

  .tw .xl\:placeholder-purple-50::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(255, 216, 255, var(--tw-placeholder-opacity));
  }

  .tw .xl\:placeholder-purple-50::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(255, 216, 255, var(--tw-placeholder-opacity));
  }

  .tw .xl\:placeholder-purple-100::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(240, 186, 255, var(--tw-placeholder-opacity));
  }

  .tw .xl\:placeholder-purple-100::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(240, 186, 255, var(--tw-placeholder-opacity));
  }

  .tw .xl\:placeholder-purple-200::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(208, 157, 255, var(--tw-placeholder-opacity));
  }

  .tw .xl\:placeholder-purple-200::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(208, 157, 255, var(--tw-placeholder-opacity));
  }

  .tw .xl\:placeholder-purple-300::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(177, 128, 255, var(--tw-placeholder-opacity));
  }

  .tw .xl\:placeholder-purple-300::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(177, 128, 255, var(--tw-placeholder-opacity));
  }

  .tw .xl\:placeholder-purple-400::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(146, 101, 233, var(--tw-placeholder-opacity));
  }

  .tw .xl\:placeholder-purple-400::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(146, 101, 233, var(--tw-placeholder-opacity));
  }

  .tw .xl\:placeholder-purple-500::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(116, 74, 203, var(--tw-placeholder-opacity));
  }

  .tw .xl\:placeholder-purple-500::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(116, 74, 203, var(--tw-placeholder-opacity));
  }

  .tw .xl\:placeholder-purple-600::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(85, 48, 173, var(--tw-placeholder-opacity));
  }

  .tw .xl\:placeholder-purple-600::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(85, 48, 173, var(--tw-placeholder-opacity));
  }

  .tw .xl\:placeholder-purple-700::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(53, 22, 144, var(--tw-placeholder-opacity));
  }

  .tw .xl\:placeholder-purple-700::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(53, 22, 144, var(--tw-placeholder-opacity));
  }

  .tw .xl\:placeholder-purple-800::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(9, 0, 116, var(--tw-placeholder-opacity));
  }

  .tw .xl\:placeholder-purple-800::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(9, 0, 116, var(--tw-placeholder-opacity));
  }

  .tw .xl\:placeholder-purple-900::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(0, 0, 89, var(--tw-placeholder-opacity));
  }

  .tw .xl\:placeholder-purple-900::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(0, 0, 89, var(--tw-placeholder-opacity));
  }

  .tw .xl\:placeholder-purple::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(168, 120, 255, var(--tw-placeholder-opacity));
  }

  .tw .xl\:placeholder-purple::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(168, 120, 255, var(--tw-placeholder-opacity));
  }

  .tw .xl\:placeholder-orange-50::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(255, 210, 131, var(--tw-placeholder-opacity));
  }

  .tw .xl\:placeholder-orange-50::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(255, 210, 131, var(--tw-placeholder-opacity));
  }

  .tw .xl\:placeholder-orange-100::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(255, 180, 103, var(--tw-placeholder-opacity));
  }

  .tw .xl\:placeholder-orange-100::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(255, 180, 103, var(--tw-placeholder-opacity));
  }

  .tw .xl\:placeholder-orange-200::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(255, 151, 75, var(--tw-placeholder-opacity));
  }

  .tw .xl\:placeholder-orange-200::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(255, 151, 75, var(--tw-placeholder-opacity));
  }

  .tw .xl\:placeholder-orange-300::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(240, 122, 47, var(--tw-placeholder-opacity));
  }

  .tw .xl\:placeholder-orange-300::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(240, 122, 47, var(--tw-placeholder-opacity));
  }

  .tw .xl\:placeholder-orange-400::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(206, 95, 17, var(--tw-placeholder-opacity));
  }

  .tw .xl\:placeholder-orange-400::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(206, 95, 17, var(--tw-placeholder-opacity));
  }

  .tw .xl\:placeholder-orange-500::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(173, 68, 0, var(--tw-placeholder-opacity));
  }

  .tw .xl\:placeholder-orange-500::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(173, 68, 0, var(--tw-placeholder-opacity));
  }

  .tw .xl\:placeholder-orange-600::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(141, 40, 0, var(--tw-placeholder-opacity));
  }

  .tw .xl\:placeholder-orange-600::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(141, 40, 0, var(--tw-placeholder-opacity));
  }

  .tw .xl\:placeholder-orange-700::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(111, 6, 0, var(--tw-placeholder-opacity));
  }

  .tw .xl\:placeholder-orange-700::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(111, 6, 0, var(--tw-placeholder-opacity));
  }

  .tw .xl\:placeholder-orange-800::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(84, 0, 0, var(--tw-placeholder-opacity));
  }

  .tw .xl\:placeholder-orange-800::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(84, 0, 0, var(--tw-placeholder-opacity));
  }

  .tw .xl\:placeholder-orange-900::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(65, 0, 0, var(--tw-placeholder-opacity));
  }

  .tw .xl\:placeholder-orange-900::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(65, 0, 0, var(--tw-placeholder-opacity));
  }

  .tw .xl\:placeholder-orange::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(245, 127, 52, var(--tw-placeholder-opacity));
  }

  .tw .xl\:placeholder-orange::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(245, 127, 52, var(--tw-placeholder-opacity));
  }

  .tw .xl\:placeholder-surface-brand::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(26, 26, 26, var(--tw-placeholder-opacity));
  }

  .tw .xl\:placeholder-surface-brand::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(26, 26, 26, var(--tw-placeholder-opacity));
  }

  .tw .xl\:placeholder-surface-lower::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(18, 19, 20, var(--tw-placeholder-opacity));
  }

  .tw .xl\:placeholder-surface-lower::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(18, 19, 20, var(--tw-placeholder-opacity));
  }

  .tw .xl\:placeholder-surface-base::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(29, 30, 31, var(--tw-placeholder-opacity));
  }

  .tw .xl\:placeholder-surface-base::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(29, 30, 31, var(--tw-placeholder-opacity));
  }

  .tw .xl\:placeholder-surface-low::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(33, 33, 36, var(--tw-placeholder-opacity));
  }

  .tw .xl\:placeholder-surface-low::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(33, 33, 36, var(--tw-placeholder-opacity));
  }

  .tw .xl\:placeholder-surface-middle::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(38, 38, 42, var(--tw-placeholder-opacity));
  }

  .tw .xl\:placeholder-surface-middle::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(38, 38, 42, var(--tw-placeholder-opacity));
  }

  .tw .xl\:placeholder-surface-upper::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(41, 41, 46, var(--tw-placeholder-opacity));
  }

  .tw .xl\:placeholder-surface-upper::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(41, 41, 46, var(--tw-placeholder-opacity));
  }

  .tw .xl\:placeholder-surface-high::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(52, 52, 53, var(--tw-placeholder-opacity));
  }

  .tw .xl\:placeholder-surface-high::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(52, 52, 53, var(--tw-placeholder-opacity));
  }

  .tw .xl\:placeholder-surface-higher::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(74, 75, 75, var(--tw-placeholder-opacity));
  }

  .tw .xl\:placeholder-surface-higher::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(74, 75, 75, var(--tw-placeholder-opacity));
  }

  .tw .xl\:placeholder-surface-highest::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(97, 97, 98, var(--tw-placeholder-opacity));
  }

  .tw .xl\:placeholder-surface-highest::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(97, 97, 98, var(--tw-placeholder-opacity));
  }

  .tw .xl\:placeholder-glyph-base::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
  }

  .tw .xl\:placeholder-glyph-base::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
  }

  .tw .xl\:placeholder-glyph-light::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(194, 194, 194, var(--tw-placeholder-opacity));
  }

  .tw .xl\:placeholder-glyph-light::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(194, 194, 194, var(--tw-placeholder-opacity));
  }

  .tw .xl\:placeholder-glyph-lighter::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(150, 150, 150, var(--tw-placeholder-opacity));
  }

  .tw .xl\:placeholder-glyph-lighter::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(150, 150, 150, var(--tw-placeholder-opacity));
  }

  .tw .xl\:placeholder-glyph-lightest::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(80, 80, 80, var(--tw-placeholder-opacity));
  }

  .tw .xl\:placeholder-glyph-lightest::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(80, 80, 80, var(--tw-placeholder-opacity));
  }

  .tw .xl\:placeholder-link::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(0, 190, 255, var(--tw-placeholder-opacity));
  }

  .tw .xl\:placeholder-link::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(0, 190, 255, var(--tw-placeholder-opacity));
  }

  .tw .xl\:placeholder-info-error::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(235, 51, 65, var(--tw-placeholder-opacity));
  }

  .tw .xl\:placeholder-info-error::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(235, 51, 65, var(--tw-placeholder-opacity));
  }

  .tw .xl\:placeholder-info-danger::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(247, 127, 37, var(--tw-placeholder-opacity));
  }

  .tw .xl\:placeholder-info-danger::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(247, 127, 37, var(--tw-placeholder-opacity));
  }

  .tw .xl\:placeholder-info-warn::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(255, 200, 47, var(--tw-placeholder-opacity));
  }

  .tw .xl\:placeholder-info-warn::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(255, 200, 47, var(--tw-placeholder-opacity));
  }

  .tw .xl\:placeholder-info-ok::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(0, 151, 79, var(--tw-placeholder-opacity));
  }

  .tw .xl\:placeholder-info-ok::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(0, 151, 79, var(--tw-placeholder-opacity));
  }

  .tw .xl\:placeholder-info-notice::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(1, 128, 255, var(--tw-placeholder-opacity));
  }

  .tw .xl\:placeholder-info-notice::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(1, 128, 255, var(--tw-placeholder-opacity));
  }

  .tw .xl\:placeholder-accent-1::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(255, 93, 105, var(--tw-placeholder-opacity));
  }

  .tw .xl\:placeholder-accent-1::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(255, 93, 105, var(--tw-placeholder-opacity));
  }

  .tw .xl\:placeholder-accent-2::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(7, 245, 175, var(--tw-placeholder-opacity));
  }

  .tw .xl\:placeholder-accent-2::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(7, 245, 175, var(--tw-placeholder-opacity));
  }

  .tw .xl\:placeholder-accent-3::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(4, 211, 114, var(--tw-placeholder-opacity));
  }

  .tw .xl\:placeholder-accent-3::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(4, 211, 114, var(--tw-placeholder-opacity));
  }

  .tw .xl\:placeholder-accent-4::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(132, 81, 245, var(--tw-placeholder-opacity));
  }

  .tw .xl\:placeholder-accent-4::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(132, 81, 245, var(--tw-placeholder-opacity));
  }

  .tw .xl\:focus\:placeholder-current:focus::-moz-placeholder{
    color: currentColor;
  }

  .tw .xl\:focus\:placeholder-current:focus::placeholder{
    color: currentColor;
  }

  .tw .xl\:focus\:placeholder-transparent:focus::-moz-placeholder{
    color: transparent;
  }

  .tw .xl\:focus\:placeholder-transparent:focus::placeholder{
    color: transparent;
  }

  .tw .xl\:focus\:placeholder-white:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
  }

  .tw .xl\:focus\:placeholder-white:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
  }

  .tw .xl\:focus\:placeholder-black:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-placeholder-opacity));
  }

  .tw .xl\:focus\:placeholder-black:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-placeholder-opacity));
  }

  .tw .xl\:focus\:placeholder-gray-10:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(240, 240, 240, var(--tw-placeholder-opacity));
  }

  .tw .xl\:focus\:placeholder-gray-10:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(240, 240, 240, var(--tw-placeholder-opacity));
  }

  .tw .xl\:focus\:placeholder-gray-20:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(226, 226, 226, var(--tw-placeholder-opacity));
  }

  .tw .xl\:focus\:placeholder-gray-20:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(226, 226, 226, var(--tw-placeholder-opacity));
  }

  .tw .xl\:focus\:placeholder-gray-30:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(211, 211, 211, var(--tw-placeholder-opacity));
  }

  .tw .xl\:focus\:placeholder-gray-30:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(211, 211, 211, var(--tw-placeholder-opacity));
  }

  .tw .xl\:focus\:placeholder-gray-40:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(197, 197, 197, var(--tw-placeholder-opacity));
  }

  .tw .xl\:focus\:placeholder-gray-40:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(197, 197, 197, var(--tw-placeholder-opacity));
  }

  .tw .xl\:focus\:placeholder-gray-50:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(183, 183, 183, var(--tw-placeholder-opacity));
  }

  .tw .xl\:focus\:placeholder-gray-50:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(183, 183, 183, var(--tw-placeholder-opacity));
  }

  .tw .xl\:focus\:placeholder-gray-60:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(169, 169, 169, var(--tw-placeholder-opacity));
  }

  .tw .xl\:focus\:placeholder-gray-60:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(169, 169, 169, var(--tw-placeholder-opacity));
  }

  .tw .xl\:focus\:placeholder-gray-70:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(156, 156, 156, var(--tw-placeholder-opacity));
  }

  .tw .xl\:focus\:placeholder-gray-70:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(156, 156, 156, var(--tw-placeholder-opacity));
  }

  .tw .xl\:focus\:placeholder-gray-80:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(142, 142, 142, var(--tw-placeholder-opacity));
  }

  .tw .xl\:focus\:placeholder-gray-80:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(142, 142, 142, var(--tw-placeholder-opacity));
  }

  .tw .xl\:focus\:placeholder-gray-90:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(129, 129, 129, var(--tw-placeholder-opacity));
  }

  .tw .xl\:focus\:placeholder-gray-90:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(129, 129, 129, var(--tw-placeholder-opacity));
  }

  .tw .xl\:focus\:placeholder-gray-100:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(108, 109, 114, var(--tw-placeholder-opacity));
  }

  .tw .xl\:focus\:placeholder-gray-100:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(108, 109, 114, var(--tw-placeholder-opacity));
  }

  .tw .xl\:focus\:placeholder-gray-200:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(96, 97, 103, var(--tw-placeholder-opacity));
  }

  .tw .xl\:focus\:placeholder-gray-200:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(96, 97, 103, var(--tw-placeholder-opacity));
  }

  .tw .xl\:focus\:placeholder-gray-300:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(84, 86, 91, var(--tw-placeholder-opacity));
  }

  .tw .xl\:focus\:placeholder-gray-300:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(84, 86, 91, var(--tw-placeholder-opacity));
  }

  .tw .xl\:focus\:placeholder-gray-400:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(73, 73, 80, var(--tw-placeholder-opacity));
  }

  .tw .xl\:focus\:placeholder-gray-400:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(73, 73, 80, var(--tw-placeholder-opacity));
  }

  .tw .xl\:focus\:placeholder-gray-500:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(61, 61, 68, var(--tw-placeholder-opacity));
  }

  .tw .xl\:focus\:placeholder-gray-500:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(61, 61, 68, var(--tw-placeholder-opacity));
  }

  .tw .xl\:focus\:placeholder-gray-600:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(53, 53, 61, var(--tw-placeholder-opacity));
  }

  .tw .xl\:focus\:placeholder-gray-600:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(53, 53, 61, var(--tw-placeholder-opacity));
  }

  .tw .xl\:focus\:placeholder-gray-700:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(45, 45, 49, var(--tw-placeholder-opacity));
  }

  .tw .xl\:focus\:placeholder-gray-700:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(45, 45, 49, var(--tw-placeholder-opacity));
  }

  .tw .xl\:focus\:placeholder-gray-800:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(38, 37, 42, var(--tw-placeholder-opacity));
  }

  .tw .xl\:focus\:placeholder-gray-800:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(38, 37, 42, var(--tw-placeholder-opacity));
  }

  .tw .xl\:focus\:placeholder-gray-850:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(32, 32, 37, var(--tw-placeholder-opacity));
  }

  .tw .xl\:focus\:placeholder-gray-850:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(32, 32, 37, var(--tw-placeholder-opacity));
  }

  .tw .xl\:focus\:placeholder-gray-900:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(27, 27, 32, var(--tw-placeholder-opacity));
  }

  .tw .xl\:focus\:placeholder-gray-900:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(27, 27, 32, var(--tw-placeholder-opacity));
  }

  .tw .xl\:focus\:placeholder-gray-950:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(20, 20, 23, var(--tw-placeholder-opacity));
  }

  .tw .xl\:focus\:placeholder-gray-950:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(20, 20, 23, var(--tw-placeholder-opacity));
  }

  .tw .xl\:focus\:placeholder-brand-50:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(127, 255, 255, var(--tw-placeholder-opacity));
  }

  .tw .xl\:focus\:placeholder-brand-50:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(127, 255, 255, var(--tw-placeholder-opacity));
  }

  .tw .xl\:focus\:placeholder-brand-100:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(87, 226, 255, var(--tw-placeholder-opacity));
  }

  .tw .xl\:focus\:placeholder-brand-100:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(87, 226, 255, var(--tw-placeholder-opacity));
  }

  .tw .xl\:focus\:placeholder-brand-200:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(32, 197, 255, var(--tw-placeholder-opacity));
  }

  .tw .xl\:focus\:placeholder-brand-200:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(32, 197, 255, var(--tw-placeholder-opacity));
  }

  .tw .xl\:focus\:placeholder-brand-300:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(0, 167, 231, var(--tw-placeholder-opacity));
  }

  .tw .xl\:focus\:placeholder-brand-300:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(0, 167, 231, var(--tw-placeholder-opacity));
  }

  .tw .xl\:focus\:placeholder-brand-400:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(0, 139, 201, var(--tw-placeholder-opacity));
  }

  .tw .xl\:focus\:placeholder-brand-400:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(0, 139, 201, var(--tw-placeholder-opacity));
  }

  .tw .xl\:focus\:placeholder-brand-500:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(0, 112, 172, var(--tw-placeholder-opacity));
  }

  .tw .xl\:focus\:placeholder-brand-500:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(0, 112, 172, var(--tw-placeholder-opacity));
  }

  .tw .xl\:focus\:placeholder-brand-600:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(0, 86, 143, var(--tw-placeholder-opacity));
  }

  .tw .xl\:focus\:placeholder-brand-600:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(0, 86, 143, var(--tw-placeholder-opacity));
  }

  .tw .xl\:focus\:placeholder-brand-700:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(0, 62, 116, var(--tw-placeholder-opacity));
  }

  .tw .xl\:focus\:placeholder-brand-700:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(0, 62, 116, var(--tw-placeholder-opacity));
  }

  .tw .xl\:focus\:placeholder-brand-800:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(0, 39, 89, var(--tw-placeholder-opacity));
  }

  .tw .xl\:focus\:placeholder-brand-800:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(0, 39, 89, var(--tw-placeholder-opacity));
  }

  .tw .xl\:focus\:placeholder-brand-900:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(0, 18, 63, var(--tw-placeholder-opacity));
  }

  .tw .xl\:focus\:placeholder-brand-900:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(0, 18, 63, var(--tw-placeholder-opacity));
  }

  .tw .xl\:focus\:placeholder-brand:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(0, 190, 255, var(--tw-placeholder-opacity));
  }

  .tw .xl\:focus\:placeholder-brand:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(0, 190, 255, var(--tw-placeholder-opacity));
  }

  .tw .xl\:focus\:placeholder-brand-base:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(0, 190, 255, var(--tw-placeholder-opacity));
  }

  .tw .xl\:focus\:placeholder-brand-base:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(0, 190, 255, var(--tw-placeholder-opacity));
  }

  .tw .xl\:focus\:placeholder-red-50:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(255, 202, 200, var(--tw-placeholder-opacity));
  }

  .tw .xl\:focus\:placeholder-red-50:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(255, 202, 200, var(--tw-placeholder-opacity));
  }

  .tw .xl\:focus\:placeholder-red-100:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(255, 171, 171, var(--tw-placeholder-opacity));
  }

  .tw .xl\:focus\:placeholder-red-100:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(255, 171, 171, var(--tw-placeholder-opacity));
  }

  .tw .xl\:focus\:placeholder-red-200:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(255, 142, 142, var(--tw-placeholder-opacity));
  }

  .tw .xl\:focus\:placeholder-red-200:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(255, 142, 142, var(--tw-placeholder-opacity));
  }

  .tw .xl\:focus\:placeholder-red-300:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(247, 112, 115, var(--tw-placeholder-opacity));
  }

  .tw .xl\:focus\:placeholder-red-300:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(247, 112, 115, var(--tw-placeholder-opacity));
  }

  .tw .xl\:focus\:placeholder-red-400:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(215, 83, 89, var(--tw-placeholder-opacity));
  }

  .tw .xl\:focus\:placeholder-red-400:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(215, 83, 89, var(--tw-placeholder-opacity));
  }

  .tw .xl\:focus\:placeholder-red-500:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(182, 54, 64, var(--tw-placeholder-opacity));
  }

  .tw .xl\:focus\:placeholder-red-500:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(182, 54, 64, var(--tw-placeholder-opacity));
  }

  .tw .xl\:focus\:placeholder-red-600:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(150, 18, 41, var(--tw-placeholder-opacity));
  }

  .tw .xl\:focus\:placeholder-red-600:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(150, 18, 41, var(--tw-placeholder-opacity));
  }

  .tw .xl\:focus\:placeholder-red-700:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(119, 0, 19, var(--tw-placeholder-opacity));
  }

  .tw .xl\:focus\:placeholder-red-700:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(119, 0, 19, var(--tw-placeholder-opacity));
  }

  .tw .xl\:focus\:placeholder-red-800:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(89, 0, 0, var(--tw-placeholder-opacity));
  }

  .tw .xl\:focus\:placeholder-red-800:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(89, 0, 0, var(--tw-placeholder-opacity));
  }

  .tw .xl\:focus\:placeholder-red-900:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(65, 0, 0, var(--tw-placeholder-opacity));
  }

  .tw .xl\:focus\:placeholder-red-900:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(65, 0, 0, var(--tw-placeholder-opacity));
  }

  .tw .xl\:focus\:placeholder-red:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(211, 80, 86, var(--tw-placeholder-opacity));
  }

  .tw .xl\:focus\:placeholder-red:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(211, 80, 86, var(--tw-placeholder-opacity));
  }

  .tw .xl\:focus\:placeholder-red-brand:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(255, 79, 79, var(--tw-placeholder-opacity));
  }

  .tw .xl\:focus\:placeholder-red-brand:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(255, 79, 79, var(--tw-placeholder-opacity));
  }

  .tw .xl\:focus\:placeholder-green-50:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(141, 255, 205, var(--tw-placeholder-opacity));
  }

  .tw .xl\:focus\:placeholder-green-50:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(141, 255, 205, var(--tw-placeholder-opacity));
  }

  .tw .xl\:focus\:placeholder-green-100:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(109, 236, 176, var(--tw-placeholder-opacity));
  }

  .tw .xl\:focus\:placeholder-green-100:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(109, 236, 176, var(--tw-placeholder-opacity));
  }

  .tw .xl\:focus\:placeholder-green-200:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(76, 206, 147, var(--tw-placeholder-opacity));
  }

  .tw .xl\:focus\:placeholder-green-200:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(76, 206, 147, var(--tw-placeholder-opacity));
  }

  .tw .xl\:focus\:placeholder-green-300:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(36, 176, 119, var(--tw-placeholder-opacity));
  }

  .tw .xl\:focus\:placeholder-green-300:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(36, 176, 119, var(--tw-placeholder-opacity));
  }

  .tw .xl\:focus\:placeholder-green-400:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(0, 147, 93, var(--tw-placeholder-opacity));
  }

  .tw .xl\:focus\:placeholder-green-400:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(0, 147, 93, var(--tw-placeholder-opacity));
  }

  .tw .xl\:focus\:placeholder-green-500:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(0, 119, 68, var(--tw-placeholder-opacity));
  }

  .tw .xl\:focus\:placeholder-green-500:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(0, 119, 68, var(--tw-placeholder-opacity));
  }

  .tw .xl\:focus\:placeholder-green-600:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(0, 91, 43, var(--tw-placeholder-opacity));
  }

  .tw .xl\:focus\:placeholder-green-600:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(0, 91, 43, var(--tw-placeholder-opacity));
  }

  .tw .xl\:focus\:placeholder-green-700:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(0, 65, 21, var(--tw-placeholder-opacity));
  }

  .tw .xl\:focus\:placeholder-green-700:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(0, 65, 21, var(--tw-placeholder-opacity));
  }

  .tw .xl\:focus\:placeholder-green-800:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(0, 43, 0, var(--tw-placeholder-opacity));
  }

  .tw .xl\:focus\:placeholder-green-800:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(0, 43, 0, var(--tw-placeholder-opacity));
  }

  .tw .xl\:focus\:placeholder-green-900:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(0, 27, 0, var(--tw-placeholder-opacity));
  }

  .tw .xl\:focus\:placeholder-green-900:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(0, 27, 0, var(--tw-placeholder-opacity));
  }

  .tw .xl\:focus\:placeholder-green:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(46, 182, 125, var(--tw-placeholder-opacity));
  }

  .tw .xl\:focus\:placeholder-green:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(46, 182, 125, var(--tw-placeholder-opacity));
  }

  .tw .xl\:focus\:placeholder-yellow-50:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(255, 235, 87, var(--tw-placeholder-opacity));
  }

  .tw .xl\:focus\:placeholder-yellow-50:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(255, 235, 87, var(--tw-placeholder-opacity));
  }

  .tw .xl\:focus\:placeholder-yellow-100:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(255, 205, 55, var(--tw-placeholder-opacity));
  }

  .tw .xl\:focus\:placeholder-yellow-100:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(255, 205, 55, var(--tw-placeholder-opacity));
  }

  .tw .xl\:focus\:placeholder-yellow-200:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(228, 176, 9, var(--tw-placeholder-opacity));
  }

  .tw .xl\:focus\:placeholder-yellow-200:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(228, 176, 9, var(--tw-placeholder-opacity));
  }

  .tw .xl\:focus\:placeholder-yellow-300:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(195, 148, 0, var(--tw-placeholder-opacity));
  }

  .tw .xl\:focus\:placeholder-yellow-300:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(195, 148, 0, var(--tw-placeholder-opacity));
  }

  .tw .xl\:focus\:placeholder-yellow-400:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(163, 121, 0, var(--tw-placeholder-opacity));
  }

  .tw .xl\:focus\:placeholder-yellow-400:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(163, 121, 0, var(--tw-placeholder-opacity));
  }

  .tw .xl\:focus\:placeholder-yellow-500:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(133, 95, 0, var(--tw-placeholder-opacity));
  }

  .tw .xl\:focus\:placeholder-yellow-500:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(133, 95, 0, var(--tw-placeholder-opacity));
  }

  .tw .xl\:focus\:placeholder-yellow-600:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(104, 70, 0, var(--tw-placeholder-opacity));
  }

  .tw .xl\:focus\:placeholder-yellow-600:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(104, 70, 0, var(--tw-placeholder-opacity));
  }

  .tw .xl\:focus\:placeholder-yellow-700:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(79, 46, 0, var(--tw-placeholder-opacity));
  }

  .tw .xl\:focus\:placeholder-yellow-700:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(79, 46, 0, var(--tw-placeholder-opacity));
  }

  .tw .xl\:focus\:placeholder-yellow-800:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(61, 22, 0, var(--tw-placeholder-opacity));
  }

  .tw .xl\:focus\:placeholder-yellow-800:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(61, 22, 0, var(--tw-placeholder-opacity));
  }

  .tw .xl\:focus\:placeholder-yellow-900:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(50, 0, 0, var(--tw-placeholder-opacity));
  }

  .tw .xl\:focus\:placeholder-yellow-900:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(50, 0, 0, var(--tw-placeholder-opacity));
  }

  .tw .xl\:focus\:placeholder-yellow:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(254, 199, 47, var(--tw-placeholder-opacity));
  }

  .tw .xl\:focus\:placeholder-yellow:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(254, 199, 47, var(--tw-placeholder-opacity));
  }

  .tw .xl\:focus\:placeholder-purple-50:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(255, 216, 255, var(--tw-placeholder-opacity));
  }

  .tw .xl\:focus\:placeholder-purple-50:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(255, 216, 255, var(--tw-placeholder-opacity));
  }

  .tw .xl\:focus\:placeholder-purple-100:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(240, 186, 255, var(--tw-placeholder-opacity));
  }

  .tw .xl\:focus\:placeholder-purple-100:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(240, 186, 255, var(--tw-placeholder-opacity));
  }

  .tw .xl\:focus\:placeholder-purple-200:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(208, 157, 255, var(--tw-placeholder-opacity));
  }

  .tw .xl\:focus\:placeholder-purple-200:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(208, 157, 255, var(--tw-placeholder-opacity));
  }

  .tw .xl\:focus\:placeholder-purple-300:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(177, 128, 255, var(--tw-placeholder-opacity));
  }

  .tw .xl\:focus\:placeholder-purple-300:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(177, 128, 255, var(--tw-placeholder-opacity));
  }

  .tw .xl\:focus\:placeholder-purple-400:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(146, 101, 233, var(--tw-placeholder-opacity));
  }

  .tw .xl\:focus\:placeholder-purple-400:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(146, 101, 233, var(--tw-placeholder-opacity));
  }

  .tw .xl\:focus\:placeholder-purple-500:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(116, 74, 203, var(--tw-placeholder-opacity));
  }

  .tw .xl\:focus\:placeholder-purple-500:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(116, 74, 203, var(--tw-placeholder-opacity));
  }

  .tw .xl\:focus\:placeholder-purple-600:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(85, 48, 173, var(--tw-placeholder-opacity));
  }

  .tw .xl\:focus\:placeholder-purple-600:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(85, 48, 173, var(--tw-placeholder-opacity));
  }

  .tw .xl\:focus\:placeholder-purple-700:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(53, 22, 144, var(--tw-placeholder-opacity));
  }

  .tw .xl\:focus\:placeholder-purple-700:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(53, 22, 144, var(--tw-placeholder-opacity));
  }

  .tw .xl\:focus\:placeholder-purple-800:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(9, 0, 116, var(--tw-placeholder-opacity));
  }

  .tw .xl\:focus\:placeholder-purple-800:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(9, 0, 116, var(--tw-placeholder-opacity));
  }

  .tw .xl\:focus\:placeholder-purple-900:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(0, 0, 89, var(--tw-placeholder-opacity));
  }

  .tw .xl\:focus\:placeholder-purple-900:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(0, 0, 89, var(--tw-placeholder-opacity));
  }

  .tw .xl\:focus\:placeholder-purple:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(168, 120, 255, var(--tw-placeholder-opacity));
  }

  .tw .xl\:focus\:placeholder-purple:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(168, 120, 255, var(--tw-placeholder-opacity));
  }

  .tw .xl\:focus\:placeholder-orange-50:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(255, 210, 131, var(--tw-placeholder-opacity));
  }

  .tw .xl\:focus\:placeholder-orange-50:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(255, 210, 131, var(--tw-placeholder-opacity));
  }

  .tw .xl\:focus\:placeholder-orange-100:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(255, 180, 103, var(--tw-placeholder-opacity));
  }

  .tw .xl\:focus\:placeholder-orange-100:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(255, 180, 103, var(--tw-placeholder-opacity));
  }

  .tw .xl\:focus\:placeholder-orange-200:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(255, 151, 75, var(--tw-placeholder-opacity));
  }

  .tw .xl\:focus\:placeholder-orange-200:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(255, 151, 75, var(--tw-placeholder-opacity));
  }

  .tw .xl\:focus\:placeholder-orange-300:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(240, 122, 47, var(--tw-placeholder-opacity));
  }

  .tw .xl\:focus\:placeholder-orange-300:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(240, 122, 47, var(--tw-placeholder-opacity));
  }

  .tw .xl\:focus\:placeholder-orange-400:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(206, 95, 17, var(--tw-placeholder-opacity));
  }

  .tw .xl\:focus\:placeholder-orange-400:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(206, 95, 17, var(--tw-placeholder-opacity));
  }

  .tw .xl\:focus\:placeholder-orange-500:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(173, 68, 0, var(--tw-placeholder-opacity));
  }

  .tw .xl\:focus\:placeholder-orange-500:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(173, 68, 0, var(--tw-placeholder-opacity));
  }

  .tw .xl\:focus\:placeholder-orange-600:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(141, 40, 0, var(--tw-placeholder-opacity));
  }

  .tw .xl\:focus\:placeholder-orange-600:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(141, 40, 0, var(--tw-placeholder-opacity));
  }

  .tw .xl\:focus\:placeholder-orange-700:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(111, 6, 0, var(--tw-placeholder-opacity));
  }

  .tw .xl\:focus\:placeholder-orange-700:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(111, 6, 0, var(--tw-placeholder-opacity));
  }

  .tw .xl\:focus\:placeholder-orange-800:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(84, 0, 0, var(--tw-placeholder-opacity));
  }

  .tw .xl\:focus\:placeholder-orange-800:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(84, 0, 0, var(--tw-placeholder-opacity));
  }

  .tw .xl\:focus\:placeholder-orange-900:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(65, 0, 0, var(--tw-placeholder-opacity));
  }

  .tw .xl\:focus\:placeholder-orange-900:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(65, 0, 0, var(--tw-placeholder-opacity));
  }

  .tw .xl\:focus\:placeholder-orange:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(245, 127, 52, var(--tw-placeholder-opacity));
  }

  .tw .xl\:focus\:placeholder-orange:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(245, 127, 52, var(--tw-placeholder-opacity));
  }

  .tw .xl\:focus\:placeholder-surface-brand:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(26, 26, 26, var(--tw-placeholder-opacity));
  }

  .tw .xl\:focus\:placeholder-surface-brand:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(26, 26, 26, var(--tw-placeholder-opacity));
  }

  .tw .xl\:focus\:placeholder-surface-lower:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(18, 19, 20, var(--tw-placeholder-opacity));
  }

  .tw .xl\:focus\:placeholder-surface-lower:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(18, 19, 20, var(--tw-placeholder-opacity));
  }

  .tw .xl\:focus\:placeholder-surface-base:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(29, 30, 31, var(--tw-placeholder-opacity));
  }

  .tw .xl\:focus\:placeholder-surface-base:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(29, 30, 31, var(--tw-placeholder-opacity));
  }

  .tw .xl\:focus\:placeholder-surface-low:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(33, 33, 36, var(--tw-placeholder-opacity));
  }

  .tw .xl\:focus\:placeholder-surface-low:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(33, 33, 36, var(--tw-placeholder-opacity));
  }

  .tw .xl\:focus\:placeholder-surface-middle:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(38, 38, 42, var(--tw-placeholder-opacity));
  }

  .tw .xl\:focus\:placeholder-surface-middle:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(38, 38, 42, var(--tw-placeholder-opacity));
  }

  .tw .xl\:focus\:placeholder-surface-upper:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(41, 41, 46, var(--tw-placeholder-opacity));
  }

  .tw .xl\:focus\:placeholder-surface-upper:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(41, 41, 46, var(--tw-placeholder-opacity));
  }

  .tw .xl\:focus\:placeholder-surface-high:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(52, 52, 53, var(--tw-placeholder-opacity));
  }

  .tw .xl\:focus\:placeholder-surface-high:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(52, 52, 53, var(--tw-placeholder-opacity));
  }

  .tw .xl\:focus\:placeholder-surface-higher:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(74, 75, 75, var(--tw-placeholder-opacity));
  }

  .tw .xl\:focus\:placeholder-surface-higher:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(74, 75, 75, var(--tw-placeholder-opacity));
  }

  .tw .xl\:focus\:placeholder-surface-highest:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(97, 97, 98, var(--tw-placeholder-opacity));
  }

  .tw .xl\:focus\:placeholder-surface-highest:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(97, 97, 98, var(--tw-placeholder-opacity));
  }

  .tw .xl\:focus\:placeholder-glyph-base:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
  }

  .tw .xl\:focus\:placeholder-glyph-base:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
  }

  .tw .xl\:focus\:placeholder-glyph-light:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(194, 194, 194, var(--tw-placeholder-opacity));
  }

  .tw .xl\:focus\:placeholder-glyph-light:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(194, 194, 194, var(--tw-placeholder-opacity));
  }

  .tw .xl\:focus\:placeholder-glyph-lighter:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(150, 150, 150, var(--tw-placeholder-opacity));
  }

  .tw .xl\:focus\:placeholder-glyph-lighter:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(150, 150, 150, var(--tw-placeholder-opacity));
  }

  .tw .xl\:focus\:placeholder-glyph-lightest:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(80, 80, 80, var(--tw-placeholder-opacity));
  }

  .tw .xl\:focus\:placeholder-glyph-lightest:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(80, 80, 80, var(--tw-placeholder-opacity));
  }

  .tw .xl\:focus\:placeholder-link:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(0, 190, 255, var(--tw-placeholder-opacity));
  }

  .tw .xl\:focus\:placeholder-link:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(0, 190, 255, var(--tw-placeholder-opacity));
  }

  .tw .xl\:focus\:placeholder-info-error:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(235, 51, 65, var(--tw-placeholder-opacity));
  }

  .tw .xl\:focus\:placeholder-info-error:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(235, 51, 65, var(--tw-placeholder-opacity));
  }

  .tw .xl\:focus\:placeholder-info-danger:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(247, 127, 37, var(--tw-placeholder-opacity));
  }

  .tw .xl\:focus\:placeholder-info-danger:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(247, 127, 37, var(--tw-placeholder-opacity));
  }

  .tw .xl\:focus\:placeholder-info-warn:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(255, 200, 47, var(--tw-placeholder-opacity));
  }

  .tw .xl\:focus\:placeholder-info-warn:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(255, 200, 47, var(--tw-placeholder-opacity));
  }

  .tw .xl\:focus\:placeholder-info-ok:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(0, 151, 79, var(--tw-placeholder-opacity));
  }

  .tw .xl\:focus\:placeholder-info-ok:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(0, 151, 79, var(--tw-placeholder-opacity));
  }

  .tw .xl\:focus\:placeholder-info-notice:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(1, 128, 255, var(--tw-placeholder-opacity));
  }

  .tw .xl\:focus\:placeholder-info-notice:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(1, 128, 255, var(--tw-placeholder-opacity));
  }

  .tw .xl\:focus\:placeholder-accent-1:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(255, 93, 105, var(--tw-placeholder-opacity));
  }

  .tw .xl\:focus\:placeholder-accent-1:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(255, 93, 105, var(--tw-placeholder-opacity));
  }

  .tw .xl\:focus\:placeholder-accent-2:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(7, 245, 175, var(--tw-placeholder-opacity));
  }

  .tw .xl\:focus\:placeholder-accent-2:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(7, 245, 175, var(--tw-placeholder-opacity));
  }

  .tw .xl\:focus\:placeholder-accent-3:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(4, 211, 114, var(--tw-placeholder-opacity));
  }

  .tw .xl\:focus\:placeholder-accent-3:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(4, 211, 114, var(--tw-placeholder-opacity));
  }

  .tw .xl\:focus\:placeholder-accent-4:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(132, 81, 245, var(--tw-placeholder-opacity));
  }

  .tw .xl\:focus\:placeholder-accent-4:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(132, 81, 245, var(--tw-placeholder-opacity));
  }

  .tw .xl\:placeholder-opacity-0::-moz-placeholder{
    --tw-placeholder-opacity: 0;
  }

  .tw .xl\:placeholder-opacity-0::placeholder{
    --tw-placeholder-opacity: 0;
  }

  .tw .xl\:placeholder-opacity-5::-moz-placeholder{
    --tw-placeholder-opacity: 0.05;
  }

  .tw .xl\:placeholder-opacity-5::placeholder{
    --tw-placeholder-opacity: 0.05;
  }

  .tw .xl\:placeholder-opacity-10::-moz-placeholder{
    --tw-placeholder-opacity: 0.1;
  }

  .tw .xl\:placeholder-opacity-10::placeholder{
    --tw-placeholder-opacity: 0.1;
  }

  .tw .xl\:placeholder-opacity-15::-moz-placeholder{
    --tw-placeholder-opacity: 0.15;
  }

  .tw .xl\:placeholder-opacity-15::placeholder{
    --tw-placeholder-opacity: 0.15;
  }

  .tw .xl\:placeholder-opacity-20::-moz-placeholder{
    --tw-placeholder-opacity: 0.2;
  }

  .tw .xl\:placeholder-opacity-20::placeholder{
    --tw-placeholder-opacity: 0.2;
  }

  .tw .xl\:placeholder-opacity-25::-moz-placeholder{
    --tw-placeholder-opacity: 0.25;
  }

  .tw .xl\:placeholder-opacity-25::placeholder{
    --tw-placeholder-opacity: 0.25;
  }

  .tw .xl\:placeholder-opacity-30::-moz-placeholder{
    --tw-placeholder-opacity: 0.3;
  }

  .tw .xl\:placeholder-opacity-30::placeholder{
    --tw-placeholder-opacity: 0.3;
  }

  .tw .xl\:placeholder-opacity-40::-moz-placeholder{
    --tw-placeholder-opacity: 0.4;
  }

  .tw .xl\:placeholder-opacity-40::placeholder{
    --tw-placeholder-opacity: 0.4;
  }

  .tw .xl\:placeholder-opacity-50::-moz-placeholder{
    --tw-placeholder-opacity: 0.5;
  }

  .tw .xl\:placeholder-opacity-50::placeholder{
    --tw-placeholder-opacity: 0.5;
  }

  .tw .xl\:placeholder-opacity-60::-moz-placeholder{
    --tw-placeholder-opacity: 0.6;
  }

  .tw .xl\:placeholder-opacity-60::placeholder{
    --tw-placeholder-opacity: 0.6;
  }

  .tw .xl\:placeholder-opacity-70::-moz-placeholder{
    --tw-placeholder-opacity: 0.7;
  }

  .tw .xl\:placeholder-opacity-70::placeholder{
    --tw-placeholder-opacity: 0.7;
  }

  .tw .xl\:placeholder-opacity-75::-moz-placeholder{
    --tw-placeholder-opacity: 0.75;
  }

  .tw .xl\:placeholder-opacity-75::placeholder{
    --tw-placeholder-opacity: 0.75;
  }

  .tw .xl\:placeholder-opacity-80::-moz-placeholder{
    --tw-placeholder-opacity: 0.8;
  }

  .tw .xl\:placeholder-opacity-80::placeholder{
    --tw-placeholder-opacity: 0.8;
  }

  .tw .xl\:placeholder-opacity-90::-moz-placeholder{
    --tw-placeholder-opacity: 0.9;
  }

  .tw .xl\:placeholder-opacity-90::placeholder{
    --tw-placeholder-opacity: 0.9;
  }

  .tw .xl\:placeholder-opacity-95::-moz-placeholder{
    --tw-placeholder-opacity: 0.95;
  }

  .tw .xl\:placeholder-opacity-95::placeholder{
    --tw-placeholder-opacity: 0.95;
  }

  .tw .xl\:placeholder-opacity-100::-moz-placeholder{
    --tw-placeholder-opacity: 1;
  }

  .tw .xl\:placeholder-opacity-100::placeholder{
    --tw-placeholder-opacity: 1;
  }

  .tw .xl\:focus\:placeholder-opacity-0:focus::-moz-placeholder{
    --tw-placeholder-opacity: 0;
  }

  .tw .xl\:focus\:placeholder-opacity-0:focus::placeholder{
    --tw-placeholder-opacity: 0;
  }

  .tw .xl\:focus\:placeholder-opacity-5:focus::-moz-placeholder{
    --tw-placeholder-opacity: 0.05;
  }

  .tw .xl\:focus\:placeholder-opacity-5:focus::placeholder{
    --tw-placeholder-opacity: 0.05;
  }

  .tw .xl\:focus\:placeholder-opacity-10:focus::-moz-placeholder{
    --tw-placeholder-opacity: 0.1;
  }

  .tw .xl\:focus\:placeholder-opacity-10:focus::placeholder{
    --tw-placeholder-opacity: 0.1;
  }

  .tw .xl\:focus\:placeholder-opacity-15:focus::-moz-placeholder{
    --tw-placeholder-opacity: 0.15;
  }

  .tw .xl\:focus\:placeholder-opacity-15:focus::placeholder{
    --tw-placeholder-opacity: 0.15;
  }

  .tw .xl\:focus\:placeholder-opacity-20:focus::-moz-placeholder{
    --tw-placeholder-opacity: 0.2;
  }

  .tw .xl\:focus\:placeholder-opacity-20:focus::placeholder{
    --tw-placeholder-opacity: 0.2;
  }

  .tw .xl\:focus\:placeholder-opacity-25:focus::-moz-placeholder{
    --tw-placeholder-opacity: 0.25;
  }

  .tw .xl\:focus\:placeholder-opacity-25:focus::placeholder{
    --tw-placeholder-opacity: 0.25;
  }

  .tw .xl\:focus\:placeholder-opacity-30:focus::-moz-placeholder{
    --tw-placeholder-opacity: 0.3;
  }

  .tw .xl\:focus\:placeholder-opacity-30:focus::placeholder{
    --tw-placeholder-opacity: 0.3;
  }

  .tw .xl\:focus\:placeholder-opacity-40:focus::-moz-placeholder{
    --tw-placeholder-opacity: 0.4;
  }

  .tw .xl\:focus\:placeholder-opacity-40:focus::placeholder{
    --tw-placeholder-opacity: 0.4;
  }

  .tw .xl\:focus\:placeholder-opacity-50:focus::-moz-placeholder{
    --tw-placeholder-opacity: 0.5;
  }

  .tw .xl\:focus\:placeholder-opacity-50:focus::placeholder{
    --tw-placeholder-opacity: 0.5;
  }

  .tw .xl\:focus\:placeholder-opacity-60:focus::-moz-placeholder{
    --tw-placeholder-opacity: 0.6;
  }

  .tw .xl\:focus\:placeholder-opacity-60:focus::placeholder{
    --tw-placeholder-opacity: 0.6;
  }

  .tw .xl\:focus\:placeholder-opacity-70:focus::-moz-placeholder{
    --tw-placeholder-opacity: 0.7;
  }

  .tw .xl\:focus\:placeholder-opacity-70:focus::placeholder{
    --tw-placeholder-opacity: 0.7;
  }

  .tw .xl\:focus\:placeholder-opacity-75:focus::-moz-placeholder{
    --tw-placeholder-opacity: 0.75;
  }

  .tw .xl\:focus\:placeholder-opacity-75:focus::placeholder{
    --tw-placeholder-opacity: 0.75;
  }

  .tw .xl\:focus\:placeholder-opacity-80:focus::-moz-placeholder{
    --tw-placeholder-opacity: 0.8;
  }

  .tw .xl\:focus\:placeholder-opacity-80:focus::placeholder{
    --tw-placeholder-opacity: 0.8;
  }

  .tw .xl\:focus\:placeholder-opacity-90:focus::-moz-placeholder{
    --tw-placeholder-opacity: 0.9;
  }

  .tw .xl\:focus\:placeholder-opacity-90:focus::placeholder{
    --tw-placeholder-opacity: 0.9;
  }

  .tw .xl\:focus\:placeholder-opacity-95:focus::-moz-placeholder{
    --tw-placeholder-opacity: 0.95;
  }

  .tw .xl\:focus\:placeholder-opacity-95:focus::placeholder{
    --tw-placeholder-opacity: 0.95;
  }

  .tw .xl\:focus\:placeholder-opacity-100:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
  }

  .tw .xl\:focus\:placeholder-opacity-100:focus::placeholder{
    --tw-placeholder-opacity: 1;
  }

  .tw .xl\:opacity-0{
    opacity: 0;
  }

  .tw .xl\:opacity-5{
    opacity: 0.05;
  }

  .tw .xl\:opacity-10{
    opacity: 0.1;
  }

  .tw .xl\:opacity-15{
    opacity: 0.15;
  }

  .tw .xl\:opacity-20{
    opacity: 0.2;
  }

  .tw .xl\:opacity-25{
    opacity: 0.25;
  }

  .tw .xl\:opacity-30{
    opacity: 0.3;
  }

  .tw .xl\:opacity-40{
    opacity: 0.4;
  }

  .tw .xl\:opacity-50{
    opacity: 0.5;
  }

  .tw .xl\:opacity-60{
    opacity: 0.6;
  }

  .tw .xl\:opacity-70{
    opacity: 0.7;
  }

  .tw .xl\:opacity-75{
    opacity: 0.75;
  }

  .tw .xl\:opacity-80{
    opacity: 0.8;
  }

  .tw .xl\:opacity-90{
    opacity: 0.9;
  }

  .tw .xl\:opacity-95{
    opacity: 0.95;
  }

  .tw .xl\:opacity-100{
    opacity: 1;
  }

  .tw .xl\:hover\:opacity-0:hover{
    opacity: 0;
  }

  .tw .xl\:hover\:opacity-5:hover{
    opacity: 0.05;
  }

  .tw .xl\:hover\:opacity-10:hover{
    opacity: 0.1;
  }

  .tw .xl\:hover\:opacity-15:hover{
    opacity: 0.15;
  }

  .tw .xl\:hover\:opacity-20:hover{
    opacity: 0.2;
  }

  .tw .xl\:hover\:opacity-25:hover{
    opacity: 0.25;
  }

  .tw .xl\:hover\:opacity-30:hover{
    opacity: 0.3;
  }

  .tw .xl\:hover\:opacity-40:hover{
    opacity: 0.4;
  }

  .tw .xl\:hover\:opacity-50:hover{
    opacity: 0.5;
  }

  .tw .xl\:hover\:opacity-60:hover{
    opacity: 0.6;
  }

  .tw .xl\:hover\:opacity-70:hover{
    opacity: 0.7;
  }

  .tw .xl\:hover\:opacity-75:hover{
    opacity: 0.75;
  }

  .tw .xl\:hover\:opacity-80:hover{
    opacity: 0.8;
  }

  .tw .xl\:hover\:opacity-90:hover{
    opacity: 0.9;
  }

  .tw .xl\:hover\:opacity-95:hover{
    opacity: 0.95;
  }

  .tw .xl\:hover\:opacity-100:hover{
    opacity: 1;
  }

  .tw .xl\:focus\:opacity-0:focus{
    opacity: 0;
  }

  .tw .xl\:focus\:opacity-5:focus{
    opacity: 0.05;
  }

  .tw .xl\:focus\:opacity-10:focus{
    opacity: 0.1;
  }

  .tw .xl\:focus\:opacity-15:focus{
    opacity: 0.15;
  }

  .tw .xl\:focus\:opacity-20:focus{
    opacity: 0.2;
  }

  .tw .xl\:focus\:opacity-25:focus{
    opacity: 0.25;
  }

  .tw .xl\:focus\:opacity-30:focus{
    opacity: 0.3;
  }

  .tw .xl\:focus\:opacity-40:focus{
    opacity: 0.4;
  }

  .tw .xl\:focus\:opacity-50:focus{
    opacity: 0.5;
  }

  .tw .xl\:focus\:opacity-60:focus{
    opacity: 0.6;
  }

  .tw .xl\:focus\:opacity-70:focus{
    opacity: 0.7;
  }

  .tw .xl\:focus\:opacity-75:focus{
    opacity: 0.75;
  }

  .tw .xl\:focus\:opacity-80:focus{
    opacity: 0.8;
  }

  .tw .xl\:focus\:opacity-90:focus{
    opacity: 0.9;
  }

  .tw .xl\:focus\:opacity-95:focus{
    opacity: 0.95;
  }

  .tw .xl\:focus\:opacity-100:focus{
    opacity: 1;
  }

  .tw .xl\:active\:opacity-0:active{
    opacity: 0;
  }

  .tw .xl\:active\:opacity-5:active{
    opacity: 0.05;
  }

  .tw .xl\:active\:opacity-10:active{
    opacity: 0.1;
  }

  .tw .xl\:active\:opacity-15:active{
    opacity: 0.15;
  }

  .tw .xl\:active\:opacity-20:active{
    opacity: 0.2;
  }

  .tw .xl\:active\:opacity-25:active{
    opacity: 0.25;
  }

  .tw .xl\:active\:opacity-30:active{
    opacity: 0.3;
  }

  .tw .xl\:active\:opacity-40:active{
    opacity: 0.4;
  }

  .tw .xl\:active\:opacity-50:active{
    opacity: 0.5;
  }

  .tw .xl\:active\:opacity-60:active{
    opacity: 0.6;
  }

  .tw .xl\:active\:opacity-70:active{
    opacity: 0.7;
  }

  .tw .xl\:active\:opacity-75:active{
    opacity: 0.75;
  }

  .tw .xl\:active\:opacity-80:active{
    opacity: 0.8;
  }

  .tw .xl\:active\:opacity-90:active{
    opacity: 0.9;
  }

  .tw .xl\:active\:opacity-95:active{
    opacity: 0.95;
  }

  .tw .xl\:active\:opacity-100:active{
    opacity: 1;
  }

  .tw .group:hover .xl\:group-hover\:opacity-0{
    opacity: 0;
  }

  .tw .group:hover .xl\:group-hover\:opacity-5{
    opacity: 0.05;
  }

  .tw .group:hover .xl\:group-hover\:opacity-10{
    opacity: 0.1;
  }

  .tw .group:hover .xl\:group-hover\:opacity-15{
    opacity: 0.15;
  }

  .tw .group:hover .xl\:group-hover\:opacity-20{
    opacity: 0.2;
  }

  .tw .group:hover .xl\:group-hover\:opacity-25{
    opacity: 0.25;
  }

  .tw .group:hover .xl\:group-hover\:opacity-30{
    opacity: 0.3;
  }

  .tw .group:hover .xl\:group-hover\:opacity-40{
    opacity: 0.4;
  }

  .tw .group:hover .xl\:group-hover\:opacity-50{
    opacity: 0.5;
  }

  .tw .group:hover .xl\:group-hover\:opacity-60{
    opacity: 0.6;
  }

  .tw .group:hover .xl\:group-hover\:opacity-70{
    opacity: 0.7;
  }

  .tw .group:hover .xl\:group-hover\:opacity-75{
    opacity: 0.75;
  }

  .tw .group:hover .xl\:group-hover\:opacity-80{
    opacity: 0.8;
  }

  .tw .group:hover .xl\:group-hover\:opacity-90{
    opacity: 0.9;
  }

  .tw .group:hover .xl\:group-hover\:opacity-95{
    opacity: 0.95;
  }

  .tw .group:hover .xl\:group-hover\:opacity-100{
    opacity: 1;
  }

  .tw .xl\:bg-blend-normal{
    background-blend-mode: normal;
  }

  .tw .xl\:bg-blend-multiply{
    background-blend-mode: multiply;
  }

  .tw .xl\:bg-blend-screen{
    background-blend-mode: screen;
  }

  .tw .xl\:bg-blend-overlay{
    background-blend-mode: overlay;
  }

  .tw .xl\:bg-blend-darken{
    background-blend-mode: darken;
  }

  .tw .xl\:bg-blend-lighten{
    background-blend-mode: lighten;
  }

  .tw .xl\:bg-blend-color-dodge{
    background-blend-mode: color-dodge;
  }

  .tw .xl\:bg-blend-color-burn{
    background-blend-mode: color-burn;
  }

  .tw .xl\:bg-blend-hard-light{
    background-blend-mode: hard-light;
  }

  .tw .xl\:bg-blend-soft-light{
    background-blend-mode: soft-light;
  }

  .tw .xl\:bg-blend-difference{
    background-blend-mode: difference;
  }

  .tw .xl\:bg-blend-exclusion{
    background-blend-mode: exclusion;
  }

  .tw .xl\:bg-blend-hue{
    background-blend-mode: hue;
  }

  .tw .xl\:bg-blend-saturation{
    background-blend-mode: saturation;
  }

  .tw .xl\:bg-blend-color{
    background-blend-mode: color;
  }

  .tw .xl\:bg-blend-luminosity{
    background-blend-mode: luminosity;
  }

  .tw .xl\:mix-blend-normal{
    mix-blend-mode: normal;
  }

  .tw .xl\:mix-blend-multiply{
    mix-blend-mode: multiply;
  }

  .tw .xl\:mix-blend-screen{
    mix-blend-mode: screen;
  }

  .tw .xl\:mix-blend-overlay{
    mix-blend-mode: overlay;
  }

  .tw .xl\:mix-blend-darken{
    mix-blend-mode: darken;
  }

  .tw .xl\:mix-blend-lighten{
    mix-blend-mode: lighten;
  }

  .tw .xl\:mix-blend-color-dodge{
    mix-blend-mode: color-dodge;
  }

  .tw .xl\:mix-blend-color-burn{
    mix-blend-mode: color-burn;
  }

  .tw .xl\:mix-blend-hard-light{
    mix-blend-mode: hard-light;
  }

  .tw .xl\:mix-blend-soft-light{
    mix-blend-mode: soft-light;
  }

  .tw .xl\:mix-blend-difference{
    mix-blend-mode: difference;
  }

  .tw .xl\:mix-blend-exclusion{
    mix-blend-mode: exclusion;
  }

  .tw .xl\:mix-blend-hue{
    mix-blend-mode: hue;
  }

  .tw .xl\:mix-blend-saturation{
    mix-blend-mode: saturation;
  }

  .tw .xl\:mix-blend-color{
    mix-blend-mode: color;
  }

  .tw .xl\:mix-blend-luminosity{
    mix-blend-mode: luminosity;
  }

  .tw .xl\:shadow-sm{
    --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .tw .xl\:shadow{
    --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .tw .xl\:shadow-md{
    --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .tw .xl\:shadow-lg{
    --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .tw .xl\:shadow-xl{
    --tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .tw .xl\:shadow-2xl{
    --tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .tw .xl\:shadow-inner{
    --tw-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .tw .xl\:shadow-none{
    --tw-shadow: 0 0 #0000;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .tw .xl\:shadow-outline{
    --tw-shadow: 0 0 0 1px #00BEFF;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .tw .xl\:shadow-contrast{
    --tw-shadow: 0 0 0 1px rgba(0,0,0,0.1), 0 0 0 2px rgba(0,0,0,0.1);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .tw .xl\:shadow-modal{
    --tw-shadow: 0px 5px 20px rgba(0, 0, 0, 0.35);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .tw .xl\:shadow-dropdown{
    --tw-shadow: 0px 15px 25px rgba(0, 0, 0, 0.25);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .tw .xl\:shadow-form-toggle{
    --tw-shadow: 0px 1px 2px rgba(0,0,0,0.2);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .tw .xl\:shadow-mobile-panel{
    --tw-shadow: 0px -20px 50px rgba(0, 0, 0, 0.25);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .tw .xl\:shadow-dreamten-table-row{
    --tw-shadow: 10px 0 0 #26252A, -10px 0 0 #26252A;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .tw .xl\:hover\:shadow-sm:hover{
    --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .tw .xl\: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);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .tw .xl\: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);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .tw .xl\: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);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .tw .xl\: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);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .tw .xl\:hover\:shadow-2xl:hover{
    --tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .tw .xl\:hover\:shadow-inner:hover{
    --tw-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .tw .xl\:hover\:shadow-none:hover{
    --tw-shadow: 0 0 #0000;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .tw .xl\:hover\:shadow-outline:hover{
    --tw-shadow: 0 0 0 1px #00BEFF;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .tw .xl\:hover\:shadow-contrast:hover{
    --tw-shadow: 0 0 0 1px rgba(0,0,0,0.1), 0 0 0 2px rgba(0,0,0,0.1);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .tw .xl\:hover\:shadow-modal:hover{
    --tw-shadow: 0px 5px 20px rgba(0, 0, 0, 0.35);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .tw .xl\:hover\:shadow-dropdown:hover{
    --tw-shadow: 0px 15px 25px rgba(0, 0, 0, 0.25);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .tw .xl\:hover\:shadow-form-toggle:hover{
    --tw-shadow: 0px 1px 2px rgba(0,0,0,0.2);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .tw .xl\:hover\:shadow-mobile-panel:hover{
    --tw-shadow: 0px -20px 50px rgba(0, 0, 0, 0.25);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .tw .xl\:hover\:shadow-dreamten-table-row:hover{
    --tw-shadow: 10px 0 0 #26252A, -10px 0 0 #26252A;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .tw .xl\:focus\:shadow-sm:focus{
    --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .tw .xl\: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);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .tw .xl\: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);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .tw .xl\: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);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .tw .xl\: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);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .tw .xl\:focus\:shadow-2xl:focus{
    --tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .tw .xl\:focus\:shadow-inner:focus{
    --tw-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .tw .xl\:focus\:shadow-none:focus{
    --tw-shadow: 0 0 #0000;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .tw .xl\:focus\:shadow-outline:focus{
    --tw-shadow: 0 0 0 1px #00BEFF;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .tw .xl\:focus\:shadow-contrast:focus{
    --tw-shadow: 0 0 0 1px rgba(0,0,0,0.1), 0 0 0 2px rgba(0,0,0,0.1);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .tw .xl\:focus\:shadow-modal:focus{
    --tw-shadow: 0px 5px 20px rgba(0, 0, 0, 0.35);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .tw .xl\:focus\:shadow-dropdown:focus{
    --tw-shadow: 0px 15px 25px rgba(0, 0, 0, 0.25);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .tw .xl\:focus\:shadow-form-toggle:focus{
    --tw-shadow: 0px 1px 2px rgba(0,0,0,0.2);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .tw .xl\:focus\:shadow-mobile-panel:focus{
    --tw-shadow: 0px -20px 50px rgba(0, 0, 0, 0.25);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .tw .xl\:focus\:shadow-dreamten-table-row:focus{
    --tw-shadow: 10px 0 0 #26252A, -10px 0 0 #26252A;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .tw .xl\:focus-within\:shadow-sm:focus-within{
    --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .tw .xl\: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);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .tw .xl\: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);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .tw .xl\: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);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .tw .xl\: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);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .tw .xl\:focus-within\:shadow-2xl:focus-within{
    --tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .tw .xl\:focus-within\:shadow-inner:focus-within{
    --tw-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .tw .xl\:focus-within\:shadow-none:focus-within{
    --tw-shadow: 0 0 #0000;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .tw .xl\:focus-within\:shadow-outline:focus-within{
    --tw-shadow: 0 0 0 1px #00BEFF;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .tw .xl\:focus-within\:shadow-contrast:focus-within{
    --tw-shadow: 0 0 0 1px rgba(0,0,0,0.1), 0 0 0 2px rgba(0,0,0,0.1);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .tw .xl\:focus-within\:shadow-modal:focus-within{
    --tw-shadow: 0px 5px 20px rgba(0, 0, 0, 0.35);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .tw .xl\:focus-within\:shadow-dropdown:focus-within{
    --tw-shadow: 0px 15px 25px rgba(0, 0, 0, 0.25);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .tw .xl\:focus-within\:shadow-form-toggle:focus-within{
    --tw-shadow: 0px 1px 2px rgba(0,0,0,0.2);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .tw .xl\:focus-within\:shadow-mobile-panel:focus-within{
    --tw-shadow: 0px -20px 50px rgba(0, 0, 0, 0.25);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .tw .xl\:focus-within\:shadow-dreamten-table-row:focus-within{
    --tw-shadow: 10px 0 0 #26252A, -10px 0 0 #26252A;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .tw .xl\:active\:shadow-sm:active{
    --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .tw .xl\:active\:shadow:active{
    --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .tw .xl\:active\:shadow-md:active{
    --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .tw .xl\:active\:shadow-lg:active{
    --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .tw .xl\:active\:shadow-xl:active{
    --tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .tw .xl\:active\:shadow-2xl:active{
    --tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .tw .xl\:active\:shadow-inner:active{
    --tw-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .tw .xl\:active\:shadow-none:active{
    --tw-shadow: 0 0 #0000;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .tw .xl\:active\:shadow-outline:active{
    --tw-shadow: 0 0 0 1px #00BEFF;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .tw .xl\:active\:shadow-contrast:active{
    --tw-shadow: 0 0 0 1px rgba(0,0,0,0.1), 0 0 0 2px rgba(0,0,0,0.1);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .tw .xl\:active\:shadow-modal:active{
    --tw-shadow: 0px 5px 20px rgba(0, 0, 0, 0.35);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .tw .xl\:active\:shadow-dropdown:active{
    --tw-shadow: 0px 15px 25px rgba(0, 0, 0, 0.25);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .tw .xl\:active\:shadow-form-toggle:active{
    --tw-shadow: 0px 1px 2px rgba(0,0,0,0.2);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .tw .xl\:active\:shadow-mobile-panel:active{
    --tw-shadow: 0px -20px 50px rgba(0, 0, 0, 0.25);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .tw .xl\:active\:shadow-dreamten-table-row:active{
    --tw-shadow: 10px 0 0 #26252A, -10px 0 0 #26252A;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .tw .group:hover .xl\:group-hover\:shadow-sm{
    --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .tw .group:hover .xl\: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);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .tw .group:hover .xl\: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);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .tw .group:hover .xl\: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);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .tw .group:hover .xl\: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);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .tw .group:hover .xl\:group-hover\:shadow-2xl{
    --tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .tw .group:hover .xl\:group-hover\:shadow-inner{
    --tw-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .tw .group:hover .xl\:group-hover\:shadow-none{
    --tw-shadow: 0 0 #0000;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .tw .group:hover .xl\:group-hover\:shadow-outline{
    --tw-shadow: 0 0 0 1px #00BEFF;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .tw .group:hover .xl\:group-hover\:shadow-contrast{
    --tw-shadow: 0 0 0 1px rgba(0,0,0,0.1), 0 0 0 2px rgba(0,0,0,0.1);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .tw .group:hover .xl\:group-hover\:shadow-modal{
    --tw-shadow: 0px 5px 20px rgba(0, 0, 0, 0.35);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .tw .group:hover .xl\:group-hover\:shadow-dropdown{
    --tw-shadow: 0px 15px 25px rgba(0, 0, 0, 0.25);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .tw .group:hover .xl\:group-hover\:shadow-form-toggle{
    --tw-shadow: 0px 1px 2px rgba(0,0,0,0.2);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .tw .group:hover .xl\:group-hover\:shadow-mobile-panel{
    --tw-shadow: 0px -20px 50px rgba(0, 0, 0, 0.25);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .tw .group:hover .xl\:group-hover\:shadow-dreamten-table-row{
    --tw-shadow: 10px 0 0 #26252A, -10px 0 0 #26252A;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .tw .xl\:outline-none{
    outline: 2px solid transparent;
    outline-offset: 2px;
  }

  .tw .xl\:outline-white{
    outline: 2px dotted white;
    outline-offset: 2px;
  }

  .tw .xl\:outline-black{
    outline: 2px dotted black;
    outline-offset: 2px;
  }

  .tw .xl\:focus-within\:outline-none:focus-within{
    outline: 2px solid transparent;
    outline-offset: 2px;
  }

  .tw .xl\:focus-within\:outline-white:focus-within{
    outline: 2px dotted white;
    outline-offset: 2px;
  }

  .tw .xl\:focus-within\:outline-black:focus-within{
    outline: 2px dotted black;
    outline-offset: 2px;
  }

  .tw .xl\:focus\:outline-none:focus{
    outline: 2px solid transparent;
    outline-offset: 2px;
  }

  .tw .xl\:focus\:outline-white:focus{
    outline: 2px dotted white;
    outline-offset: 2px;
  }

  .tw .xl\:focus\:outline-black:focus{
    outline: 2px dotted black;
    outline-offset: 2px;
  }

  .tw .xl\:ring-0{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .tw .xl\:ring-1{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .tw .xl\:ring-2{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .tw .xl\:ring-4{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(4px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .tw .xl\:ring-8{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(8px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .tw .xl\:ring{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .tw .xl\: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 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .tw .xl\: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 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .tw .xl\: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 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .tw .xl\: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 calc(4px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .tw .xl\: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 calc(8px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .tw .xl\: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 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .tw .xl\: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 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .tw .xl\: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 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .tw .xl\: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 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .tw .xl\: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 calc(4px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .tw .xl\: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 calc(8px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .tw .xl\: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 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .tw .xl\:ring-inset{
    --tw-ring-inset: inset;
  }

  .tw .xl\:focus-within\:ring-inset:focus-within{
    --tw-ring-inset: inset;
  }

  .tw .xl\:focus\:ring-inset:focus{
    --tw-ring-inset: inset;
  }

  .tw .xl\:ring-current{
    --tw-ring-color: currentColor;
  }

  .tw .xl\:ring-transparent{
    --tw-ring-color: transparent;
  }

  .tw .xl\:ring-white{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 255, 255, var(--tw-ring-opacity));
  }

  .tw .xl\:ring-black{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(0, 0, 0, var(--tw-ring-opacity));
  }

  .tw .xl\:ring-gray-10{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(240, 240, 240, var(--tw-ring-opacity));
  }

  .tw .xl\:ring-gray-20{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(226, 226, 226, var(--tw-ring-opacity));
  }

  .tw .xl\:ring-gray-30{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(211, 211, 211, var(--tw-ring-opacity));
  }

  .tw .xl\:ring-gray-40{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(197, 197, 197, var(--tw-ring-opacity));
  }

  .tw .xl\:ring-gray-50{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(183, 183, 183, var(--tw-ring-opacity));
  }

  .tw .xl\:ring-gray-60{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(169, 169, 169, var(--tw-ring-opacity));
  }

  .tw .xl\:ring-gray-70{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(156, 156, 156, var(--tw-ring-opacity));
  }

  .tw .xl\:ring-gray-80{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(142, 142, 142, var(--tw-ring-opacity));
  }

  .tw .xl\:ring-gray-90{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(129, 129, 129, var(--tw-ring-opacity));
  }

  .tw .xl\:ring-gray-100{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(108, 109, 114, var(--tw-ring-opacity));
  }

  .tw .xl\:ring-gray-200{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(96, 97, 103, var(--tw-ring-opacity));
  }

  .tw .xl\:ring-gray-300{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(84, 86, 91, var(--tw-ring-opacity));
  }

  .tw .xl\:ring-gray-400{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(73, 73, 80, var(--tw-ring-opacity));
  }

  .tw .xl\:ring-gray-500{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(61, 61, 68, var(--tw-ring-opacity));
  }

  .tw .xl\:ring-gray-600{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(53, 53, 61, var(--tw-ring-opacity));
  }

  .tw .xl\:ring-gray-700{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(45, 45, 49, var(--tw-ring-opacity));
  }

  .tw .xl\:ring-gray-800{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(38, 37, 42, var(--tw-ring-opacity));
  }

  .tw .xl\:ring-gray-850{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(32, 32, 37, var(--tw-ring-opacity));
  }

  .tw .xl\:ring-gray-900{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(27, 27, 32, var(--tw-ring-opacity));
  }

  .tw .xl\:ring-gray-950{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(20, 20, 23, var(--tw-ring-opacity));
  }

  .tw .xl\:ring-brand-50{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(127, 255, 255, var(--tw-ring-opacity));
  }

  .tw .xl\:ring-brand-100{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(87, 226, 255, var(--tw-ring-opacity));
  }

  .tw .xl\:ring-brand-200{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(32, 197, 255, var(--tw-ring-opacity));
  }

  .tw .xl\:ring-brand-300{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(0, 167, 231, var(--tw-ring-opacity));
  }

  .tw .xl\:ring-brand-400{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(0, 139, 201, var(--tw-ring-opacity));
  }

  .tw .xl\:ring-brand-500{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(0, 112, 172, var(--tw-ring-opacity));
  }

  .tw .xl\:ring-brand-600{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(0, 86, 143, var(--tw-ring-opacity));
  }

  .tw .xl\:ring-brand-700{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(0, 62, 116, var(--tw-ring-opacity));
  }

  .tw .xl\:ring-brand-800{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(0, 39, 89, var(--tw-ring-opacity));
  }

  .tw .xl\:ring-brand-900{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(0, 18, 63, var(--tw-ring-opacity));
  }

  .tw .xl\:ring-brand{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(0, 190, 255, var(--tw-ring-opacity));
  }

  .tw .xl\:ring-brand-base{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(0, 190, 255, var(--tw-ring-opacity));
  }

  .tw .xl\:ring-red-50{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 202, 200, var(--tw-ring-opacity));
  }

  .tw .xl\:ring-red-100{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 171, 171, var(--tw-ring-opacity));
  }

  .tw .xl\:ring-red-200{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 142, 142, var(--tw-ring-opacity));
  }

  .tw .xl\:ring-red-300{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(247, 112, 115, var(--tw-ring-opacity));
  }

  .tw .xl\:ring-red-400{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(215, 83, 89, var(--tw-ring-opacity));
  }

  .tw .xl\:ring-red-500{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(182, 54, 64, var(--tw-ring-opacity));
  }

  .tw .xl\:ring-red-600{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(150, 18, 41, var(--tw-ring-opacity));
  }

  .tw .xl\:ring-red-700{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(119, 0, 19, var(--tw-ring-opacity));
  }

  .tw .xl\:ring-red-800{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(89, 0, 0, var(--tw-ring-opacity));
  }

  .tw .xl\:ring-red-900{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(65, 0, 0, var(--tw-ring-opacity));
  }

  .tw .xl\:ring-red{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(211, 80, 86, var(--tw-ring-opacity));
  }

  .tw .xl\:ring-red-brand{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 79, 79, var(--tw-ring-opacity));
  }

  .tw .xl\:ring-green-50{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(141, 255, 205, var(--tw-ring-opacity));
  }

  .tw .xl\:ring-green-100{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(109, 236, 176, var(--tw-ring-opacity));
  }

  .tw .xl\:ring-green-200{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(76, 206, 147, var(--tw-ring-opacity));
  }

  .tw .xl\:ring-green-300{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(36, 176, 119, var(--tw-ring-opacity));
  }

  .tw .xl\:ring-green-400{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(0, 147, 93, var(--tw-ring-opacity));
  }

  .tw .xl\:ring-green-500{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(0, 119, 68, var(--tw-ring-opacity));
  }

  .tw .xl\:ring-green-600{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(0, 91, 43, var(--tw-ring-opacity));
  }

  .tw .xl\:ring-green-700{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(0, 65, 21, var(--tw-ring-opacity));
  }

  .tw .xl\:ring-green-800{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(0, 43, 0, var(--tw-ring-opacity));
  }

  .tw .xl\:ring-green-900{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(0, 27, 0, var(--tw-ring-opacity));
  }

  .tw .xl\:ring-green{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(46, 182, 125, var(--tw-ring-opacity));
  }

  .tw .xl\:ring-yellow-50{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 235, 87, var(--tw-ring-opacity));
  }

  .tw .xl\:ring-yellow-100{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 205, 55, var(--tw-ring-opacity));
  }

  .tw .xl\:ring-yellow-200{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(228, 176, 9, var(--tw-ring-opacity));
  }

  .tw .xl\:ring-yellow-300{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(195, 148, 0, var(--tw-ring-opacity));
  }

  .tw .xl\:ring-yellow-400{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(163, 121, 0, var(--tw-ring-opacity));
  }

  .tw .xl\:ring-yellow-500{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(133, 95, 0, var(--tw-ring-opacity));
  }

  .tw .xl\:ring-yellow-600{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(104, 70, 0, var(--tw-ring-opacity));
  }

  .tw .xl\:ring-yellow-700{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(79, 46, 0, var(--tw-ring-opacity));
  }

  .tw .xl\:ring-yellow-800{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(61, 22, 0, var(--tw-ring-opacity));
  }

  .tw .xl\:ring-yellow-900{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(50, 0, 0, var(--tw-ring-opacity));
  }

  .tw .xl\:ring-yellow{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 199, 47, var(--tw-ring-opacity));
  }

  .tw .xl\:ring-purple-50{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 216, 255, var(--tw-ring-opacity));
  }

  .tw .xl\:ring-purple-100{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(240, 186, 255, var(--tw-ring-opacity));
  }

  .tw .xl\:ring-purple-200{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(208, 157, 255, var(--tw-ring-opacity));
  }

  .tw .xl\:ring-purple-300{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(177, 128, 255, var(--tw-ring-opacity));
  }

  .tw .xl\:ring-purple-400{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(146, 101, 233, var(--tw-ring-opacity));
  }

  .tw .xl\:ring-purple-500{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(116, 74, 203, var(--tw-ring-opacity));
  }

  .tw .xl\:ring-purple-600{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(85, 48, 173, var(--tw-ring-opacity));
  }

  .tw .xl\:ring-purple-700{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(53, 22, 144, var(--tw-ring-opacity));
  }

  .tw .xl\:ring-purple-800{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(9, 0, 116, var(--tw-ring-opacity));
  }

  .tw .xl\:ring-purple-900{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(0, 0, 89, var(--tw-ring-opacity));
  }

  .tw .xl\:ring-purple{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(168, 120, 255, var(--tw-ring-opacity));
  }

  .tw .xl\:ring-orange-50{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 210, 131, var(--tw-ring-opacity));
  }

  .tw .xl\:ring-orange-100{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 180, 103, var(--tw-ring-opacity));
  }

  .tw .xl\:ring-orange-200{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 151, 75, var(--tw-ring-opacity));
  }

  .tw .xl\:ring-orange-300{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(240, 122, 47, var(--tw-ring-opacity));
  }

  .tw .xl\:ring-orange-400{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(206, 95, 17, var(--tw-ring-opacity));
  }

  .tw .xl\:ring-orange-500{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(173, 68, 0, var(--tw-ring-opacity));
  }

  .tw .xl\:ring-orange-600{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(141, 40, 0, var(--tw-ring-opacity));
  }

  .tw .xl\:ring-orange-700{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(111, 6, 0, var(--tw-ring-opacity));
  }

  .tw .xl\:ring-orange-800{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(84, 0, 0, var(--tw-ring-opacity));
  }

  .tw .xl\:ring-orange-900{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(65, 0, 0, var(--tw-ring-opacity));
  }

  .tw .xl\:ring-orange{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(245, 127, 52, var(--tw-ring-opacity));
  }

  .tw .xl\:ring-surface-brand{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(26, 26, 26, var(--tw-ring-opacity));
  }

  .tw .xl\:ring-surface-lower{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(18, 19, 20, var(--tw-ring-opacity));
  }

  .tw .xl\:ring-surface-base{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(29, 30, 31, var(--tw-ring-opacity));
  }

  .tw .xl\:ring-surface-low{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(33, 33, 36, var(--tw-ring-opacity));
  }

  .tw .xl\:ring-surface-middle{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(38, 38, 42, var(--tw-ring-opacity));
  }

  .tw .xl\:ring-surface-upper{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(41, 41, 46, var(--tw-ring-opacity));
  }

  .tw .xl\:ring-surface-high{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(52, 52, 53, var(--tw-ring-opacity));
  }

  .tw .xl\:ring-surface-higher{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(74, 75, 75, var(--tw-ring-opacity));
  }

  .tw .xl\:ring-surface-highest{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(97, 97, 98, var(--tw-ring-opacity));
  }

  .tw .xl\:ring-glyph-base{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 255, 255, var(--tw-ring-opacity));
  }

  .tw .xl\:ring-glyph-light{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(194, 194, 194, var(--tw-ring-opacity));
  }

  .tw .xl\:ring-glyph-lighter{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(150, 150, 150, var(--tw-ring-opacity));
  }

  .tw .xl\:ring-glyph-lightest{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(80, 80, 80, var(--tw-ring-opacity));
  }

  .tw .xl\:ring-link{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(0, 190, 255, var(--tw-ring-opacity));
  }

  .tw .xl\:ring-info-error{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(235, 51, 65, var(--tw-ring-opacity));
  }

  .tw .xl\:ring-info-danger{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(247, 127, 37, var(--tw-ring-opacity));
  }

  .tw .xl\:ring-info-warn{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 200, 47, var(--tw-ring-opacity));
  }

  .tw .xl\:ring-info-ok{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(0, 151, 79, var(--tw-ring-opacity));
  }

  .tw .xl\:ring-info-notice{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(1, 128, 255, var(--tw-ring-opacity));
  }

  .tw .xl\:ring-accent-1{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 93, 105, var(--tw-ring-opacity));
  }

  .tw .xl\:ring-accent-2{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(7, 245, 175, var(--tw-ring-opacity));
  }

  .tw .xl\:ring-accent-3{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(4, 211, 114, var(--tw-ring-opacity));
  }

  .tw .xl\:ring-accent-4{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(132, 81, 245, var(--tw-ring-opacity));
  }

  .tw .xl\:focus-within\:ring-current:focus-within{
    --tw-ring-color: currentColor;
  }

  .tw .xl\:focus-within\:ring-transparent:focus-within{
    --tw-ring-color: transparent;
  }

  .tw .xl\:focus-within\:ring-white:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 255, 255, var(--tw-ring-opacity));
  }

  .tw .xl\:focus-within\:ring-black:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(0, 0, 0, var(--tw-ring-opacity));
  }

  .tw .xl\:focus-within\:ring-gray-10:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(240, 240, 240, var(--tw-ring-opacity));
  }

  .tw .xl\:focus-within\:ring-gray-20:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(226, 226, 226, var(--tw-ring-opacity));
  }

  .tw .xl\:focus-within\:ring-gray-30:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(211, 211, 211, var(--tw-ring-opacity));
  }

  .tw .xl\:focus-within\:ring-gray-40:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(197, 197, 197, var(--tw-ring-opacity));
  }

  .tw .xl\:focus-within\:ring-gray-50:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(183, 183, 183, var(--tw-ring-opacity));
  }

  .tw .xl\:focus-within\:ring-gray-60:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(169, 169, 169, var(--tw-ring-opacity));
  }

  .tw .xl\:focus-within\:ring-gray-70:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(156, 156, 156, var(--tw-ring-opacity));
  }

  .tw .xl\:focus-within\:ring-gray-80:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(142, 142, 142, var(--tw-ring-opacity));
  }

  .tw .xl\:focus-within\:ring-gray-90:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(129, 129, 129, var(--tw-ring-opacity));
  }

  .tw .xl\:focus-within\:ring-gray-100:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(108, 109, 114, var(--tw-ring-opacity));
  }

  .tw .xl\:focus-within\:ring-gray-200:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(96, 97, 103, var(--tw-ring-opacity));
  }

  .tw .xl\:focus-within\:ring-gray-300:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(84, 86, 91, var(--tw-ring-opacity));
  }

  .tw .xl\:focus-within\:ring-gray-400:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(73, 73, 80, var(--tw-ring-opacity));
  }

  .tw .xl\:focus-within\:ring-gray-500:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(61, 61, 68, var(--tw-ring-opacity));
  }

  .tw .xl\:focus-within\:ring-gray-600:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(53, 53, 61, var(--tw-ring-opacity));
  }

  .tw .xl\:focus-within\:ring-gray-700:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(45, 45, 49, var(--tw-ring-opacity));
  }

  .tw .xl\:focus-within\:ring-gray-800:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(38, 37, 42, var(--tw-ring-opacity));
  }

  .tw .xl\:focus-within\:ring-gray-850:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(32, 32, 37, var(--tw-ring-opacity));
  }

  .tw .xl\:focus-within\:ring-gray-900:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(27, 27, 32, var(--tw-ring-opacity));
  }

  .tw .xl\:focus-within\:ring-gray-950:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(20, 20, 23, var(--tw-ring-opacity));
  }

  .tw .xl\:focus-within\:ring-brand-50:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(127, 255, 255, var(--tw-ring-opacity));
  }

  .tw .xl\:focus-within\:ring-brand-100:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(87, 226, 255, var(--tw-ring-opacity));
  }

  .tw .xl\:focus-within\:ring-brand-200:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(32, 197, 255, var(--tw-ring-opacity));
  }

  .tw .xl\:focus-within\:ring-brand-300:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(0, 167, 231, var(--tw-ring-opacity));
  }

  .tw .xl\:focus-within\:ring-brand-400:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(0, 139, 201, var(--tw-ring-opacity));
  }

  .tw .xl\:focus-within\:ring-brand-500:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(0, 112, 172, var(--tw-ring-opacity));
  }

  .tw .xl\:focus-within\:ring-brand-600:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(0, 86, 143, var(--tw-ring-opacity));
  }

  .tw .xl\:focus-within\:ring-brand-700:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(0, 62, 116, var(--tw-ring-opacity));
  }

  .tw .xl\:focus-within\:ring-brand-800:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(0, 39, 89, var(--tw-ring-opacity));
  }

  .tw .xl\:focus-within\:ring-brand-900:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(0, 18, 63, var(--tw-ring-opacity));
  }

  .tw .xl\:focus-within\:ring-brand:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(0, 190, 255, var(--tw-ring-opacity));
  }

  .tw .xl\:focus-within\:ring-brand-base:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(0, 190, 255, var(--tw-ring-opacity));
  }

  .tw .xl\:focus-within\:ring-red-50:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 202, 200, var(--tw-ring-opacity));
  }

  .tw .xl\:focus-within\:ring-red-100:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 171, 171, var(--tw-ring-opacity));
  }

  .tw .xl\:focus-within\:ring-red-200:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 142, 142, var(--tw-ring-opacity));
  }

  .tw .xl\:focus-within\:ring-red-300:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(247, 112, 115, var(--tw-ring-opacity));
  }

  .tw .xl\:focus-within\:ring-red-400:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(215, 83, 89, var(--tw-ring-opacity));
  }

  .tw .xl\:focus-within\:ring-red-500:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(182, 54, 64, var(--tw-ring-opacity));
  }

  .tw .xl\:focus-within\:ring-red-600:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(150, 18, 41, var(--tw-ring-opacity));
  }

  .tw .xl\:focus-within\:ring-red-700:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(119, 0, 19, var(--tw-ring-opacity));
  }

  .tw .xl\:focus-within\:ring-red-800:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(89, 0, 0, var(--tw-ring-opacity));
  }

  .tw .xl\:focus-within\:ring-red-900:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(65, 0, 0, var(--tw-ring-opacity));
  }

  .tw .xl\:focus-within\:ring-red:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(211, 80, 86, var(--tw-ring-opacity));
  }

  .tw .xl\:focus-within\:ring-red-brand:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 79, 79, var(--tw-ring-opacity));
  }

  .tw .xl\:focus-within\:ring-green-50:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(141, 255, 205, var(--tw-ring-opacity));
  }

  .tw .xl\:focus-within\:ring-green-100:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(109, 236, 176, var(--tw-ring-opacity));
  }

  .tw .xl\:focus-within\:ring-green-200:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(76, 206, 147, var(--tw-ring-opacity));
  }

  .tw .xl\:focus-within\:ring-green-300:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(36, 176, 119, var(--tw-ring-opacity));
  }

  .tw .xl\:focus-within\:ring-green-400:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(0, 147, 93, var(--tw-ring-opacity));
  }

  .tw .xl\:focus-within\:ring-green-500:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(0, 119, 68, var(--tw-ring-opacity));
  }

  .tw .xl\:focus-within\:ring-green-600:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(0, 91, 43, var(--tw-ring-opacity));
  }

  .tw .xl\:focus-within\:ring-green-700:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(0, 65, 21, var(--tw-ring-opacity));
  }

  .tw .xl\:focus-within\:ring-green-800:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(0, 43, 0, var(--tw-ring-opacity));
  }

  .tw .xl\:focus-within\:ring-green-900:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(0, 27, 0, var(--tw-ring-opacity));
  }

  .tw .xl\:focus-within\:ring-green:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(46, 182, 125, var(--tw-ring-opacity));
  }

  .tw .xl\:focus-within\:ring-yellow-50:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 235, 87, var(--tw-ring-opacity));
  }

  .tw .xl\:focus-within\:ring-yellow-100:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 205, 55, var(--tw-ring-opacity));
  }

  .tw .xl\:focus-within\:ring-yellow-200:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(228, 176, 9, var(--tw-ring-opacity));
  }

  .tw .xl\:focus-within\:ring-yellow-300:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(195, 148, 0, var(--tw-ring-opacity));
  }

  .tw .xl\:focus-within\:ring-yellow-400:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(163, 121, 0, var(--tw-ring-opacity));
  }

  .tw .xl\:focus-within\:ring-yellow-500:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(133, 95, 0, var(--tw-ring-opacity));
  }

  .tw .xl\:focus-within\:ring-yellow-600:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(104, 70, 0, var(--tw-ring-opacity));
  }

  .tw .xl\:focus-within\:ring-yellow-700:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(79, 46, 0, var(--tw-ring-opacity));
  }

  .tw .xl\:focus-within\:ring-yellow-800:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(61, 22, 0, var(--tw-ring-opacity));
  }

  .tw .xl\:focus-within\:ring-yellow-900:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(50, 0, 0, var(--tw-ring-opacity));
  }

  .tw .xl\:focus-within\:ring-yellow:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 199, 47, var(--tw-ring-opacity));
  }

  .tw .xl\:focus-within\:ring-purple-50:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 216, 255, var(--tw-ring-opacity));
  }

  .tw .xl\:focus-within\:ring-purple-100:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(240, 186, 255, var(--tw-ring-opacity));
  }

  .tw .xl\:focus-within\:ring-purple-200:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(208, 157, 255, var(--tw-ring-opacity));
  }

  .tw .xl\:focus-within\:ring-purple-300:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(177, 128, 255, var(--tw-ring-opacity));
  }

  .tw .xl\:focus-within\:ring-purple-400:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(146, 101, 233, var(--tw-ring-opacity));
  }

  .tw .xl\:focus-within\:ring-purple-500:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(116, 74, 203, var(--tw-ring-opacity));
  }

  .tw .xl\:focus-within\:ring-purple-600:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(85, 48, 173, var(--tw-ring-opacity));
  }

  .tw .xl\:focus-within\:ring-purple-700:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(53, 22, 144, var(--tw-ring-opacity));
  }

  .tw .xl\:focus-within\:ring-purple-800:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(9, 0, 116, var(--tw-ring-opacity));
  }

  .tw .xl\:focus-within\:ring-purple-900:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(0, 0, 89, var(--tw-ring-opacity));
  }

  .tw .xl\:focus-within\:ring-purple:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(168, 120, 255, var(--tw-ring-opacity));
  }

  .tw .xl\:focus-within\:ring-orange-50:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 210, 131, var(--tw-ring-opacity));
  }

  .tw .xl\:focus-within\:ring-orange-100:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 180, 103, var(--tw-ring-opacity));
  }

  .tw .xl\:focus-within\:ring-orange-200:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 151, 75, var(--tw-ring-opacity));
  }

  .tw .xl\:focus-within\:ring-orange-300:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(240, 122, 47, var(--tw-ring-opacity));
  }

  .tw .xl\:focus-within\:ring-orange-400:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(206, 95, 17, var(--tw-ring-opacity));
  }

  .tw .xl\:focus-within\:ring-orange-500:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(173, 68, 0, var(--tw-ring-opacity));
  }

  .tw .xl\:focus-within\:ring-orange-600:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(141, 40, 0, var(--tw-ring-opacity));
  }

  .tw .xl\:focus-within\:ring-orange-700:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(111, 6, 0, var(--tw-ring-opacity));
  }

  .tw .xl\:focus-within\:ring-orange-800:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(84, 0, 0, var(--tw-ring-opacity));
  }

  .tw .xl\:focus-within\:ring-orange-900:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(65, 0, 0, var(--tw-ring-opacity));
  }

  .tw .xl\:focus-within\:ring-orange:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(245, 127, 52, var(--tw-ring-opacity));
  }

  .tw .xl\:focus-within\:ring-surface-brand:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(26, 26, 26, var(--tw-ring-opacity));
  }

  .tw .xl\:focus-within\:ring-surface-lower:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(18, 19, 20, var(--tw-ring-opacity));
  }

  .tw .xl\:focus-within\:ring-surface-base:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(29, 30, 31, var(--tw-ring-opacity));
  }

  .tw .xl\:focus-within\:ring-surface-low:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(33, 33, 36, var(--tw-ring-opacity));
  }

  .tw .xl\:focus-within\:ring-surface-middle:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(38, 38, 42, var(--tw-ring-opacity));
  }

  .tw .xl\:focus-within\:ring-surface-upper:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(41, 41, 46, var(--tw-ring-opacity));
  }

  .tw .xl\:focus-within\:ring-surface-high:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(52, 52, 53, var(--tw-ring-opacity));
  }

  .tw .xl\:focus-within\:ring-surface-higher:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(74, 75, 75, var(--tw-ring-opacity));
  }

  .tw .xl\:focus-within\:ring-surface-highest:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(97, 97, 98, var(--tw-ring-opacity));
  }

  .tw .xl\:focus-within\:ring-glyph-base:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 255, 255, var(--tw-ring-opacity));
  }

  .tw .xl\:focus-within\:ring-glyph-light:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(194, 194, 194, var(--tw-ring-opacity));
  }

  .tw .xl\:focus-within\:ring-glyph-lighter:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(150, 150, 150, var(--tw-ring-opacity));
  }

  .tw .xl\:focus-within\:ring-glyph-lightest:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(80, 80, 80, var(--tw-ring-opacity));
  }

  .tw .xl\:focus-within\:ring-link:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(0, 190, 255, var(--tw-ring-opacity));
  }

  .tw .xl\:focus-within\:ring-info-error:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(235, 51, 65, var(--tw-ring-opacity));
  }

  .tw .xl\:focus-within\:ring-info-danger:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(247, 127, 37, var(--tw-ring-opacity));
  }

  .tw .xl\:focus-within\:ring-info-warn:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 200, 47, var(--tw-ring-opacity));
  }

  .tw .xl\:focus-within\:ring-info-ok:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(0, 151, 79, var(--tw-ring-opacity));
  }

  .tw .xl\:focus-within\:ring-info-notice:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(1, 128, 255, var(--tw-ring-opacity));
  }

  .tw .xl\:focus-within\:ring-accent-1:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 93, 105, var(--tw-ring-opacity));
  }

  .tw .xl\:focus-within\:ring-accent-2:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(7, 245, 175, var(--tw-ring-opacity));
  }

  .tw .xl\:focus-within\:ring-accent-3:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(4, 211, 114, var(--tw-ring-opacity));
  }

  .tw .xl\:focus-within\:ring-accent-4:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(132, 81, 245, var(--tw-ring-opacity));
  }

  .tw .xl\:focus\:ring-current:focus{
    --tw-ring-color: currentColor;
  }

  .tw .xl\:focus\:ring-transparent:focus{
    --tw-ring-color: transparent;
  }

  .tw .xl\:focus\:ring-white:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 255, 255, var(--tw-ring-opacity));
  }

  .tw .xl\:focus\:ring-black:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(0, 0, 0, var(--tw-ring-opacity));
  }

  .tw .xl\:focus\:ring-gray-10:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(240, 240, 240, var(--tw-ring-opacity));
  }

  .tw .xl\:focus\:ring-gray-20:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(226, 226, 226, var(--tw-ring-opacity));
  }

  .tw .xl\:focus\:ring-gray-30:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(211, 211, 211, var(--tw-ring-opacity));
  }

  .tw .xl\:focus\:ring-gray-40:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(197, 197, 197, var(--tw-ring-opacity));
  }

  .tw .xl\:focus\:ring-gray-50:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(183, 183, 183, var(--tw-ring-opacity));
  }

  .tw .xl\:focus\:ring-gray-60:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(169, 169, 169, var(--tw-ring-opacity));
  }

  .tw .xl\:focus\:ring-gray-70:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(156, 156, 156, var(--tw-ring-opacity));
  }

  .tw .xl\:focus\:ring-gray-80:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(142, 142, 142, var(--tw-ring-opacity));
  }

  .tw .xl\:focus\:ring-gray-90:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(129, 129, 129, var(--tw-ring-opacity));
  }

  .tw .xl\:focus\:ring-gray-100:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(108, 109, 114, var(--tw-ring-opacity));
  }

  .tw .xl\:focus\:ring-gray-200:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(96, 97, 103, var(--tw-ring-opacity));
  }

  .tw .xl\:focus\:ring-gray-300:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(84, 86, 91, var(--tw-ring-opacity));
  }

  .tw .xl\:focus\:ring-gray-400:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(73, 73, 80, var(--tw-ring-opacity));
  }

  .tw .xl\:focus\:ring-gray-500:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(61, 61, 68, var(--tw-ring-opacity));
  }

  .tw .xl\:focus\:ring-gray-600:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(53, 53, 61, var(--tw-ring-opacity));
  }

  .tw .xl\:focus\:ring-gray-700:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(45, 45, 49, var(--tw-ring-opacity));
  }

  .tw .xl\:focus\:ring-gray-800:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(38, 37, 42, var(--tw-ring-opacity));
  }

  .tw .xl\:focus\:ring-gray-850:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(32, 32, 37, var(--tw-ring-opacity));
  }

  .tw .xl\:focus\:ring-gray-900:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(27, 27, 32, var(--tw-ring-opacity));
  }

  .tw .xl\:focus\:ring-gray-950:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(20, 20, 23, var(--tw-ring-opacity));
  }

  .tw .xl\:focus\:ring-brand-50:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(127, 255, 255, var(--tw-ring-opacity));
  }

  .tw .xl\:focus\:ring-brand-100:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(87, 226, 255, var(--tw-ring-opacity));
  }

  .tw .xl\:focus\:ring-brand-200:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(32, 197, 255, var(--tw-ring-opacity));
  }

  .tw .xl\:focus\:ring-brand-300:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(0, 167, 231, var(--tw-ring-opacity));
  }

  .tw .xl\:focus\:ring-brand-400:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(0, 139, 201, var(--tw-ring-opacity));
  }

  .tw .xl\:focus\:ring-brand-500:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(0, 112, 172, var(--tw-ring-opacity));
  }

  .tw .xl\:focus\:ring-brand-600:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(0, 86, 143, var(--tw-ring-opacity));
  }

  .tw .xl\:focus\:ring-brand-700:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(0, 62, 116, var(--tw-ring-opacity));
  }

  .tw .xl\:focus\:ring-brand-800:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(0, 39, 89, var(--tw-ring-opacity));
  }

  .tw .xl\:focus\:ring-brand-900:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(0, 18, 63, var(--tw-ring-opacity));
  }

  .tw .xl\:focus\:ring-brand:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(0, 190, 255, var(--tw-ring-opacity));
  }

  .tw .xl\:focus\:ring-brand-base:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(0, 190, 255, var(--tw-ring-opacity));
  }

  .tw .xl\:focus\:ring-red-50:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 202, 200, var(--tw-ring-opacity));
  }

  .tw .xl\:focus\:ring-red-100:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 171, 171, var(--tw-ring-opacity));
  }

  .tw .xl\:focus\:ring-red-200:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 142, 142, var(--tw-ring-opacity));
  }

  .tw .xl\:focus\:ring-red-300:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(247, 112, 115, var(--tw-ring-opacity));
  }

  .tw .xl\:focus\:ring-red-400:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(215, 83, 89, var(--tw-ring-opacity));
  }

  .tw .xl\:focus\:ring-red-500:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(182, 54, 64, var(--tw-ring-opacity));
  }

  .tw .xl\:focus\:ring-red-600:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(150, 18, 41, var(--tw-ring-opacity));
  }

  .tw .xl\:focus\:ring-red-700:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(119, 0, 19, var(--tw-ring-opacity));
  }

  .tw .xl\:focus\:ring-red-800:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(89, 0, 0, var(--tw-ring-opacity));
  }

  .tw .xl\:focus\:ring-red-900:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(65, 0, 0, var(--tw-ring-opacity));
  }

  .tw .xl\:focus\:ring-red:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(211, 80, 86, var(--tw-ring-opacity));
  }

  .tw .xl\:focus\:ring-red-brand:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 79, 79, var(--tw-ring-opacity));
  }

  .tw .xl\:focus\:ring-green-50:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(141, 255, 205, var(--tw-ring-opacity));
  }

  .tw .xl\:focus\:ring-green-100:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(109, 236, 176, var(--tw-ring-opacity));
  }

  .tw .xl\:focus\:ring-green-200:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(76, 206, 147, var(--tw-ring-opacity));
  }

  .tw .xl\:focus\:ring-green-300:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(36, 176, 119, var(--tw-ring-opacity));
  }

  .tw .xl\:focus\:ring-green-400:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(0, 147, 93, var(--tw-ring-opacity));
  }

  .tw .xl\:focus\:ring-green-500:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(0, 119, 68, var(--tw-ring-opacity));
  }

  .tw .xl\:focus\:ring-green-600:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(0, 91, 43, var(--tw-ring-opacity));
  }

  .tw .xl\:focus\:ring-green-700:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(0, 65, 21, var(--tw-ring-opacity));
  }

  .tw .xl\:focus\:ring-green-800:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(0, 43, 0, var(--tw-ring-opacity));
  }

  .tw .xl\:focus\:ring-green-900:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(0, 27, 0, var(--tw-ring-opacity));
  }

  .tw .xl\:focus\:ring-green:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(46, 182, 125, var(--tw-ring-opacity));
  }

  .tw .xl\:focus\:ring-yellow-50:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 235, 87, var(--tw-ring-opacity));
  }

  .tw .xl\:focus\:ring-yellow-100:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 205, 55, var(--tw-ring-opacity));
  }

  .tw .xl\:focus\:ring-yellow-200:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(228, 176, 9, var(--tw-ring-opacity));
  }

  .tw .xl\:focus\:ring-yellow-300:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(195, 148, 0, var(--tw-ring-opacity));
  }

  .tw .xl\:focus\:ring-yellow-400:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(163, 121, 0, var(--tw-ring-opacity));
  }

  .tw .xl\:focus\:ring-yellow-500:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(133, 95, 0, var(--tw-ring-opacity));
  }

  .tw .xl\:focus\:ring-yellow-600:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(104, 70, 0, var(--tw-ring-opacity));
  }

  .tw .xl\:focus\:ring-yellow-700:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(79, 46, 0, var(--tw-ring-opacity));
  }

  .tw .xl\:focus\:ring-yellow-800:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(61, 22, 0, var(--tw-ring-opacity));
  }

  .tw .xl\:focus\:ring-yellow-900:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(50, 0, 0, var(--tw-ring-opacity));
  }

  .tw .xl\:focus\:ring-yellow:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 199, 47, var(--tw-ring-opacity));
  }

  .tw .xl\:focus\:ring-purple-50:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 216, 255, var(--tw-ring-opacity));
  }

  .tw .xl\:focus\:ring-purple-100:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(240, 186, 255, var(--tw-ring-opacity));
  }

  .tw .xl\:focus\:ring-purple-200:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(208, 157, 255, var(--tw-ring-opacity));
  }

  .tw .xl\:focus\:ring-purple-300:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(177, 128, 255, var(--tw-ring-opacity));
  }

  .tw .xl\:focus\:ring-purple-400:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(146, 101, 233, var(--tw-ring-opacity));
  }

  .tw .xl\:focus\:ring-purple-500:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(116, 74, 203, var(--tw-ring-opacity));
  }

  .tw .xl\:focus\:ring-purple-600:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(85, 48, 173, var(--tw-ring-opacity));
  }

  .tw .xl\:focus\:ring-purple-700:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(53, 22, 144, var(--tw-ring-opacity));
  }

  .tw .xl\:focus\:ring-purple-800:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(9, 0, 116, var(--tw-ring-opacity));
  }

  .tw .xl\:focus\:ring-purple-900:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(0, 0, 89, var(--tw-ring-opacity));
  }

  .tw .xl\:focus\:ring-purple:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(168, 120, 255, var(--tw-ring-opacity));
  }

  .tw .xl\:focus\:ring-orange-50:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 210, 131, var(--tw-ring-opacity));
  }

  .tw .xl\:focus\:ring-orange-100:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 180, 103, var(--tw-ring-opacity));
  }

  .tw .xl\:focus\:ring-orange-200:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 151, 75, var(--tw-ring-opacity));
  }

  .tw .xl\:focus\:ring-orange-300:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(240, 122, 47, var(--tw-ring-opacity));
  }

  .tw .xl\:focus\:ring-orange-400:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(206, 95, 17, var(--tw-ring-opacity));
  }

  .tw .xl\:focus\:ring-orange-500:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(173, 68, 0, var(--tw-ring-opacity));
  }

  .tw .xl\:focus\:ring-orange-600:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(141, 40, 0, var(--tw-ring-opacity));
  }

  .tw .xl\:focus\:ring-orange-700:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(111, 6, 0, var(--tw-ring-opacity));
  }

  .tw .xl\:focus\:ring-orange-800:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(84, 0, 0, var(--tw-ring-opacity));
  }

  .tw .xl\:focus\:ring-orange-900:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(65, 0, 0, var(--tw-ring-opacity));
  }

  .tw .xl\:focus\:ring-orange:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(245, 127, 52, var(--tw-ring-opacity));
  }

  .tw .xl\:focus\:ring-surface-brand:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(26, 26, 26, var(--tw-ring-opacity));
  }

  .tw .xl\:focus\:ring-surface-lower:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(18, 19, 20, var(--tw-ring-opacity));
  }

  .tw .xl\:focus\:ring-surface-base:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(29, 30, 31, var(--tw-ring-opacity));
  }

  .tw .xl\:focus\:ring-surface-low:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(33, 33, 36, var(--tw-ring-opacity));
  }

  .tw .xl\:focus\:ring-surface-middle:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(38, 38, 42, var(--tw-ring-opacity));
  }

  .tw .xl\:focus\:ring-surface-upper:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(41, 41, 46, var(--tw-ring-opacity));
  }

  .tw .xl\:focus\:ring-surface-high:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(52, 52, 53, var(--tw-ring-opacity));
  }

  .tw .xl\:focus\:ring-surface-higher:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(74, 75, 75, var(--tw-ring-opacity));
  }

  .tw .xl\:focus\:ring-surface-highest:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(97, 97, 98, var(--tw-ring-opacity));
  }

  .tw .xl\:focus\:ring-glyph-base:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 255, 255, var(--tw-ring-opacity));
  }

  .tw .xl\:focus\:ring-glyph-light:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(194, 194, 194, var(--tw-ring-opacity));
  }

  .tw .xl\:focus\:ring-glyph-lighter:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(150, 150, 150, var(--tw-ring-opacity));
  }

  .tw .xl\:focus\:ring-glyph-lightest:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(80, 80, 80, var(--tw-ring-opacity));
  }

  .tw .xl\:focus\:ring-link:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(0, 190, 255, var(--tw-ring-opacity));
  }

  .tw .xl\:focus\:ring-info-error:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(235, 51, 65, var(--tw-ring-opacity));
  }

  .tw .xl\:focus\:ring-info-danger:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(247, 127, 37, var(--tw-ring-opacity));
  }

  .tw .xl\:focus\:ring-info-warn:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 200, 47, var(--tw-ring-opacity));
  }

  .tw .xl\:focus\:ring-info-ok:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(0, 151, 79, var(--tw-ring-opacity));
  }

  .tw .xl\:focus\:ring-info-notice:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(1, 128, 255, var(--tw-ring-opacity));
  }

  .tw .xl\:focus\:ring-accent-1:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 93, 105, var(--tw-ring-opacity));
  }

  .tw .xl\:focus\:ring-accent-2:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(7, 245, 175, var(--tw-ring-opacity));
  }

  .tw .xl\:focus\:ring-accent-3:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(4, 211, 114, var(--tw-ring-opacity));
  }

  .tw .xl\:focus\:ring-accent-4:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(132, 81, 245, var(--tw-ring-opacity));
  }

  .tw .xl\:ring-opacity-0{
    --tw-ring-opacity: 0;
  }

  .tw .xl\:ring-opacity-5{
    --tw-ring-opacity: 0.05;
  }

  .tw .xl\:ring-opacity-10{
    --tw-ring-opacity: 0.1;
  }

  .tw .xl\:ring-opacity-15{
    --tw-ring-opacity: 0.15;
  }

  .tw .xl\:ring-opacity-20{
    --tw-ring-opacity: 0.2;
  }

  .tw .xl\:ring-opacity-25{
    --tw-ring-opacity: 0.25;
  }

  .tw .xl\:ring-opacity-30{
    --tw-ring-opacity: 0.3;
  }

  .tw .xl\:ring-opacity-40{
    --tw-ring-opacity: 0.4;
  }

  .tw .xl\:ring-opacity-50{
    --tw-ring-opacity: 0.5;
  }

  .tw .xl\:ring-opacity-60{
    --tw-ring-opacity: 0.6;
  }

  .tw .xl\:ring-opacity-70{
    --tw-ring-opacity: 0.7;
  }

  .tw .xl\:ring-opacity-75{
    --tw-ring-opacity: 0.75;
  }

  .tw .xl\:ring-opacity-80{
    --tw-ring-opacity: 0.8;
  }

  .tw .xl\:ring-opacity-90{
    --tw-ring-opacity: 0.9;
  }

  .tw .xl\:ring-opacity-95{
    --tw-ring-opacity: 0.95;
  }

  .tw .xl\:ring-opacity-100{
    --tw-ring-opacity: 1;
  }

  .tw .xl\:focus-within\:ring-opacity-0:focus-within{
    --tw-ring-opacity: 0;
  }

  .tw .xl\:focus-within\:ring-opacity-5:focus-within{
    --tw-ring-opacity: 0.05;
  }

  .tw .xl\:focus-within\:ring-opacity-10:focus-within{
    --tw-ring-opacity: 0.1;
  }

  .tw .xl\:focus-within\:ring-opacity-15:focus-within{
    --tw-ring-opacity: 0.15;
  }

  .tw .xl\:focus-within\:ring-opacity-20:focus-within{
    --tw-ring-opacity: 0.2;
  }

  .tw .xl\:focus-within\:ring-opacity-25:focus-within{
    --tw-ring-opacity: 0.25;
  }

  .tw .xl\:focus-within\:ring-opacity-30:focus-within{
    --tw-ring-opacity: 0.3;
  }

  .tw .xl\:focus-within\:ring-opacity-40:focus-within{
    --tw-ring-opacity: 0.4;
  }

  .tw .xl\:focus-within\:ring-opacity-50:focus-within{
    --tw-ring-opacity: 0.5;
  }

  .tw .xl\:focus-within\:ring-opacity-60:focus-within{
    --tw-ring-opacity: 0.6;
  }

  .tw .xl\:focus-within\:ring-opacity-70:focus-within{
    --tw-ring-opacity: 0.7;
  }

  .tw .xl\:focus-within\:ring-opacity-75:focus-within{
    --tw-ring-opacity: 0.75;
  }

  .tw .xl\:focus-within\:ring-opacity-80:focus-within{
    --tw-ring-opacity: 0.8;
  }

  .tw .xl\:focus-within\:ring-opacity-90:focus-within{
    --tw-ring-opacity: 0.9;
  }

  .tw .xl\:focus-within\:ring-opacity-95:focus-within{
    --tw-ring-opacity: 0.95;
  }

  .tw .xl\:focus-within\:ring-opacity-100:focus-within{
    --tw-ring-opacity: 1;
  }

  .tw .xl\:focus\:ring-opacity-0:focus{
    --tw-ring-opacity: 0;
  }

  .tw .xl\:focus\:ring-opacity-5:focus{
    --tw-ring-opacity: 0.05;
  }

  .tw .xl\:focus\:ring-opacity-10:focus{
    --tw-ring-opacity: 0.1;
  }

  .tw .xl\:focus\:ring-opacity-15:focus{
    --tw-ring-opacity: 0.15;
  }

  .tw .xl\:focus\:ring-opacity-20:focus{
    --tw-ring-opacity: 0.2;
  }

  .tw .xl\:focus\:ring-opacity-25:focus{
    --tw-ring-opacity: 0.25;
  }

  .tw .xl\:focus\:ring-opacity-30:focus{
    --tw-ring-opacity: 0.3;
  }

  .tw .xl\:focus\:ring-opacity-40:focus{
    --tw-ring-opacity: 0.4;
  }

  .tw .xl\:focus\:ring-opacity-50:focus{
    --tw-ring-opacity: 0.5;
  }

  .tw .xl\:focus\:ring-opacity-60:focus{
    --tw-ring-opacity: 0.6;
  }

  .tw .xl\:focus\:ring-opacity-70:focus{
    --tw-ring-opacity: 0.7;
  }

  .tw .xl\:focus\:ring-opacity-75:focus{
    --tw-ring-opacity: 0.75;
  }

  .tw .xl\:focus\:ring-opacity-80:focus{
    --tw-ring-opacity: 0.8;
  }

  .tw .xl\:focus\:ring-opacity-90:focus{
    --tw-ring-opacity: 0.9;
  }

  .tw .xl\:focus\:ring-opacity-95:focus{
    --tw-ring-opacity: 0.95;
  }

  .tw .xl\:focus\:ring-opacity-100:focus{
    --tw-ring-opacity: 1;
  }

  .tw .xl\:ring-offset-0{
    --tw-ring-offset-width: 0px;
  }

  .tw .xl\:ring-offset-1{
    --tw-ring-offset-width: 1px;
  }

  .tw .xl\:ring-offset-2{
    --tw-ring-offset-width: 2px;
  }

  .tw .xl\:ring-offset-4{
    --tw-ring-offset-width: 4px;
  }

  .tw .xl\:ring-offset-8{
    --tw-ring-offset-width: 8px;
  }

  .tw .xl\:focus-within\:ring-offset-0:focus-within{
    --tw-ring-offset-width: 0px;
  }

  .tw .xl\:focus-within\:ring-offset-1:focus-within{
    --tw-ring-offset-width: 1px;
  }

  .tw .xl\:focus-within\:ring-offset-2:focus-within{
    --tw-ring-offset-width: 2px;
  }

  .tw .xl\:focus-within\:ring-offset-4:focus-within{
    --tw-ring-offset-width: 4px;
  }

  .tw .xl\:focus-within\:ring-offset-8:focus-within{
    --tw-ring-offset-width: 8px;
  }

  .tw .xl\:focus\:ring-offset-0:focus{
    --tw-ring-offset-width: 0px;
  }

  .tw .xl\:focus\:ring-offset-1:focus{
    --tw-ring-offset-width: 1px;
  }

  .tw .xl\:focus\:ring-offset-2:focus{
    --tw-ring-offset-width: 2px;
  }

  .tw .xl\:focus\:ring-offset-4:focus{
    --tw-ring-offset-width: 4px;
  }

  .tw .xl\:focus\:ring-offset-8:focus{
    --tw-ring-offset-width: 8px;
  }

  .tw .xl\:ring-offset-current{
    --tw-ring-offset-color: currentColor;
  }

  .tw .xl\:ring-offset-transparent{
    --tw-ring-offset-color: transparent;
  }

  .tw .xl\:ring-offset-white{
    --tw-ring-offset-color: #FFFFFF;
  }

  .tw .xl\:ring-offset-black{
    --tw-ring-offset-color: #000000;
  }

  .tw .xl\:ring-offset-gray-10{
    --tw-ring-offset-color: #F0F0F0;
  }

  .tw .xl\:ring-offset-gray-20{
    --tw-ring-offset-color: #E2E2E2;
  }

  .tw .xl\:ring-offset-gray-30{
    --tw-ring-offset-color: #D3D3D3;
  }

  .tw .xl\:ring-offset-gray-40{
    --tw-ring-offset-color: #C5C5C5;
  }

  .tw .xl\:ring-offset-gray-50{
    --tw-ring-offset-color: #B7B7B7;
  }

  .tw .xl\:ring-offset-gray-60{
    --tw-ring-offset-color: #A9A9A9;
  }

  .tw .xl\:ring-offset-gray-70{
    --tw-ring-offset-color: #9C9C9C;
  }

  .tw .xl\:ring-offset-gray-80{
    --tw-ring-offset-color: #8E8E8E;
  }

  .tw .xl\:ring-offset-gray-90{
    --tw-ring-offset-color: #818181;
  }

  .tw .xl\:ring-offset-gray-100{
    --tw-ring-offset-color: #6C6D72;
  }

  .tw .xl\:ring-offset-gray-200{
    --tw-ring-offset-color: #606167;
  }

  .tw .xl\:ring-offset-gray-300{
    --tw-ring-offset-color: #54565B;
  }

  .tw .xl\:ring-offset-gray-400{
    --tw-ring-offset-color: #494950;
  }

  .tw .xl\:ring-offset-gray-500{
    --tw-ring-offset-color: #3D3D44;
  }

  .tw .xl\:ring-offset-gray-600{
    --tw-ring-offset-color: #35353D;
  }

  .tw .xl\:ring-offset-gray-700{
    --tw-ring-offset-color: #2D2D31;
  }

  .tw .xl\:ring-offset-gray-800{
    --tw-ring-offset-color: #26252A;
  }

  .tw .xl\:ring-offset-gray-850{
    --tw-ring-offset-color: #202025;
  }

  .tw .xl\:ring-offset-gray-900{
    --tw-ring-offset-color: #1B1B20;
  }

  .tw .xl\:ring-offset-gray-950{
    --tw-ring-offset-color: #141417;
  }

  .tw .xl\:ring-offset-brand-50{
    --tw-ring-offset-color: #7FFFFF;
  }

  .tw .xl\:ring-offset-brand-100{
    --tw-ring-offset-color: #57E2FF;
  }

  .tw .xl\:ring-offset-brand-200{
    --tw-ring-offset-color: #20C5FF;
  }

  .tw .xl\:ring-offset-brand-300{
    --tw-ring-offset-color: #00A7E7;
  }

  .tw .xl\:ring-offset-brand-400{
    --tw-ring-offset-color: #008BC9;
  }

  .tw .xl\:ring-offset-brand-500{
    --tw-ring-offset-color: #0070AC;
  }

  .tw .xl\:ring-offset-brand-600{
    --tw-ring-offset-color: #00568F;
  }

  .tw .xl\:ring-offset-brand-700{
    --tw-ring-offset-color: #003E74;
  }

  .tw .xl\:ring-offset-brand-800{
    --tw-ring-offset-color: #002759;
  }

  .tw .xl\:ring-offset-brand-900{
    --tw-ring-offset-color: #00123F;
  }

  .tw .xl\:ring-offset-brand{
    --tw-ring-offset-color: #00BEFF;
  }

  .tw .xl\:ring-offset-brand-base{
    --tw-ring-offset-color: #00BEFF;
  }

  .tw .xl\:ring-offset-red-50{
    --tw-ring-offset-color: #FFCAC8;
  }

  .tw .xl\:ring-offset-red-100{
    --tw-ring-offset-color: #FFABAB;
  }

  .tw .xl\:ring-offset-red-200{
    --tw-ring-offset-color: #FF8E8E;
  }

  .tw .xl\:ring-offset-red-300{
    --tw-ring-offset-color: #F77073;
  }

  .tw .xl\:ring-offset-red-400{
    --tw-ring-offset-color: #D75359;
  }

  .tw .xl\:ring-offset-red-500{
    --tw-ring-offset-color: #B63640;
  }

  .tw .xl\:ring-offset-red-600{
    --tw-ring-offset-color: #961229;
  }

  .tw .xl\:ring-offset-red-700{
    --tw-ring-offset-color: #770013;
  }

  .tw .xl\:ring-offset-red-800{
    --tw-ring-offset-color: #590000;
  }

  .tw .xl\:ring-offset-red-900{
    --tw-ring-offset-color: #410000;
  }

  .tw .xl\:ring-offset-red{
    --tw-ring-offset-color: #D35056;
  }

  .tw .xl\:ring-offset-red-brand{
    --tw-ring-offset-color: #FF4F4F;
  }

  .tw .xl\:ring-offset-green-50{
    --tw-ring-offset-color: #8DFFCD;
  }

  .tw .xl\:ring-offset-green-100{
    --tw-ring-offset-color: #6DECB0;
  }

  .tw .xl\:ring-offset-green-200{
    --tw-ring-offset-color: #4CCE93;
  }

  .tw .xl\:ring-offset-green-300{
    --tw-ring-offset-color: #24B077;
  }

  .tw .xl\:ring-offset-green-400{
    --tw-ring-offset-color: #00935D;
  }

  .tw .xl\:ring-offset-green-500{
    --tw-ring-offset-color: #007744;
  }

  .tw .xl\:ring-offset-green-600{
    --tw-ring-offset-color: #005B2B;
  }

  .tw .xl\:ring-offset-green-700{
    --tw-ring-offset-color: #004115;
  }

  .tw .xl\:ring-offset-green-800{
    --tw-ring-offset-color: #002B00;
  }

  .tw .xl\:ring-offset-green-900{
    --tw-ring-offset-color: #001B00;
  }

  .tw .xl\:ring-offset-green{
    --tw-ring-offset-color: #2EB67D;
  }

  .tw .xl\:ring-offset-yellow-50{
    --tw-ring-offset-color: #FFEB57;
  }

  .tw .xl\:ring-offset-yellow-100{
    --tw-ring-offset-color: #FFCD37;
  }

  .tw .xl\:ring-offset-yellow-200{
    --tw-ring-offset-color: #E4B009;
  }

  .tw .xl\:ring-offset-yellow-300{
    --tw-ring-offset-color: #C39400;
  }

  .tw .xl\:ring-offset-yellow-400{
    --tw-ring-offset-color: #A37900;
  }

  .tw .xl\:ring-offset-yellow-500{
    --tw-ring-offset-color: #855F00;
  }

  .tw .xl\:ring-offset-yellow-600{
    --tw-ring-offset-color: #684600;
  }

  .tw .xl\:ring-offset-yellow-700{
    --tw-ring-offset-color: #4F2E00;
  }

  .tw .xl\:ring-offset-yellow-800{
    --tw-ring-offset-color: #3D1600;
  }

  .tw .xl\:ring-offset-yellow-900{
    --tw-ring-offset-color: #320000;
  }

  .tw .xl\:ring-offset-yellow{
    --tw-ring-offset-color: #FEC72F;
  }

  .tw .xl\:ring-offset-purple-50{
    --tw-ring-offset-color: #FFD8FF;
  }

  .tw .xl\:ring-offset-purple-100{
    --tw-ring-offset-color: #F0BAFF;
  }

  .tw .xl\:ring-offset-purple-200{
    --tw-ring-offset-color: #D09DFF;
  }

  .tw .xl\:ring-offset-purple-300{
    --tw-ring-offset-color: #B180FF;
  }

  .tw .xl\:ring-offset-purple-400{
    --tw-ring-offset-color: #9265E9;
  }

  .tw .xl\:ring-offset-purple-500{
    --tw-ring-offset-color: #744ACB;
  }

  .tw .xl\:ring-offset-purple-600{
    --tw-ring-offset-color: #5530AD;
  }

  .tw .xl\:ring-offset-purple-700{
    --tw-ring-offset-color: #351690;
  }

  .tw .xl\:ring-offset-purple-800{
    --tw-ring-offset-color: #090074;
  }

  .tw .xl\:ring-offset-purple-900{
    --tw-ring-offset-color: #000059;
  }

  .tw .xl\:ring-offset-purple{
    --tw-ring-offset-color: #A878FF;
  }

  .tw .xl\:ring-offset-orange-50{
    --tw-ring-offset-color: #FFD283;
  }

  .tw .xl\:ring-offset-orange-100{
    --tw-ring-offset-color: #FFB467;
  }

  .tw .xl\:ring-offset-orange-200{
    --tw-ring-offset-color: #FF974B;
  }

  .tw .xl\:ring-offset-orange-300{
    --tw-ring-offset-color: #F07A2F;
  }

  .tw .xl\:ring-offset-orange-400{
    --tw-ring-offset-color: #CE5F11;
  }

  .tw .xl\:ring-offset-orange-500{
    --tw-ring-offset-color: #AD4400;
  }

  .tw .xl\:ring-offset-orange-600{
    --tw-ring-offset-color: #8D2800;
  }

  .tw .xl\:ring-offset-orange-700{
    --tw-ring-offset-color: #6F0600;
  }

  .tw .xl\:ring-offset-orange-800{
    --tw-ring-offset-color: #540000;
  }

  .tw .xl\:ring-offset-orange-900{
    --tw-ring-offset-color: #410000;
  }

  .tw .xl\:ring-offset-orange{
    --tw-ring-offset-color: #F57F34;
  }

  .tw .xl\:ring-offset-surface-brand{
    --tw-ring-offset-color: #1A1A1A;
  }

  .tw .xl\:ring-offset-surface-lower{
    --tw-ring-offset-color: #121314;
  }

  .tw .xl\:ring-offset-surface-base{
    --tw-ring-offset-color: #1D1E1F;
  }

  .tw .xl\:ring-offset-surface-low{
    --tw-ring-offset-color: #212124;
  }

  .tw .xl\:ring-offset-surface-middle{
    --tw-ring-offset-color: #26262A;
  }

  .tw .xl\:ring-offset-surface-upper{
    --tw-ring-offset-color: #29292E;
  }

  .tw .xl\:ring-offset-surface-high{
    --tw-ring-offset-color: #343435;
  }

  .tw .xl\:ring-offset-surface-higher{
    --tw-ring-offset-color: #4A4B4B;
  }

  .tw .xl\:ring-offset-surface-highest{
    --tw-ring-offset-color: #616162;
  }

  .tw .xl\:ring-offset-glyph-base{
    --tw-ring-offset-color: #FFFFFF;
  }

  .tw .xl\:ring-offset-glyph-light{
    --tw-ring-offset-color: #C2C2C2;
  }

  .tw .xl\:ring-offset-glyph-lighter{
    --tw-ring-offset-color: #969696;
  }

  .tw .xl\:ring-offset-glyph-lightest{
    --tw-ring-offset-color: #505050;
  }

  .tw .xl\:ring-offset-link{
    --tw-ring-offset-color: #00BEFF;
  }

  .tw .xl\:ring-offset-info-error{
    --tw-ring-offset-color: #eb3341;
  }

  .tw .xl\:ring-offset-info-danger{
    --tw-ring-offset-color: #F77F25;
  }

  .tw .xl\:ring-offset-info-warn{
    --tw-ring-offset-color: #FFC82F;
  }

  .tw .xl\:ring-offset-info-ok{
    --tw-ring-offset-color: #00974F;
  }

  .tw .xl\:ring-offset-info-notice{
    --tw-ring-offset-color: #0180FF;
  }

  .tw .xl\:ring-offset-accent-1{
    --tw-ring-offset-color: #FF5D69;
  }

  .tw .xl\:ring-offset-accent-2{
    --tw-ring-offset-color: #07F5AF;
  }

  .tw .xl\:ring-offset-accent-3{
    --tw-ring-offset-color: #04D372;
  }

  .tw .xl\:ring-offset-accent-4{
    --tw-ring-offset-color: #8451F5;
  }

  .tw .xl\:focus-within\:ring-offset-current:focus-within{
    --tw-ring-offset-color: currentColor;
  }

  .tw .xl\:focus-within\:ring-offset-transparent:focus-within{
    --tw-ring-offset-color: transparent;
  }

  .tw .xl\:focus-within\:ring-offset-white:focus-within{
    --tw-ring-offset-color: #FFFFFF;
  }

  .tw .xl\:focus-within\:ring-offset-black:focus-within{
    --tw-ring-offset-color: #000000;
  }

  .tw .xl\:focus-within\:ring-offset-gray-10:focus-within{
    --tw-ring-offset-color: #F0F0F0;
  }

  .tw .xl\:focus-within\:ring-offset-gray-20:focus-within{
    --tw-ring-offset-color: #E2E2E2;
  }

  .tw .xl\:focus-within\:ring-offset-gray-30:focus-within{
    --tw-ring-offset-color: #D3D3D3;
  }

  .tw .xl\:focus-within\:ring-offset-gray-40:focus-within{
    --tw-ring-offset-color: #C5C5C5;
  }

  .tw .xl\:focus-within\:ring-offset-gray-50:focus-within{
    --tw-ring-offset-color: #B7B7B7;
  }

  .tw .xl\:focus-within\:ring-offset-gray-60:focus-within{
    --tw-ring-offset-color: #A9A9A9;
  }

  .tw .xl\:focus-within\:ring-offset-gray-70:focus-within{
    --tw-ring-offset-color: #9C9C9C;
  }

  .tw .xl\:focus-within\:ring-offset-gray-80:focus-within{
    --tw-ring-offset-color: #8E8E8E;
  }

  .tw .xl\:focus-within\:ring-offset-gray-90:focus-within{
    --tw-ring-offset-color: #818181;
  }

  .tw .xl\:focus-within\:ring-offset-gray-100:focus-within{
    --tw-ring-offset-color: #6C6D72;
  }

  .tw .xl\:focus-within\:ring-offset-gray-200:focus-within{
    --tw-ring-offset-color: #606167;
  }

  .tw .xl\:focus-within\:ring-offset-gray-300:focus-within{
    --tw-ring-offset-color: #54565B;
  }

  .tw .xl\:focus-within\:ring-offset-gray-400:focus-within{
    --tw-ring-offset-color: #494950;
  }

  .tw .xl\:focus-within\:ring-offset-gray-500:focus-within{
    --tw-ring-offset-color: #3D3D44;
  }

  .tw .xl\:focus-within\:ring-offset-gray-600:focus-within{
    --tw-ring-offset-color: #35353D;
  }

  .tw .xl\:focus-within\:ring-offset-gray-700:focus-within{
    --tw-ring-offset-color: #2D2D31;
  }

  .tw .xl\:focus-within\:ring-offset-gray-800:focus-within{
    --tw-ring-offset-color: #26252A;
  }

  .tw .xl\:focus-within\:ring-offset-gray-850:focus-within{
    --tw-ring-offset-color: #202025;
  }

  .tw .xl\:focus-within\:ring-offset-gray-900:focus-within{
    --tw-ring-offset-color: #1B1B20;
  }

  .tw .xl\:focus-within\:ring-offset-gray-950:focus-within{
    --tw-ring-offset-color: #141417;
  }

  .tw .xl\:focus-within\:ring-offset-brand-50:focus-within{
    --tw-ring-offset-color: #7FFFFF;
  }

  .tw .xl\:focus-within\:ring-offset-brand-100:focus-within{
    --tw-ring-offset-color: #57E2FF;
  }

  .tw .xl\:focus-within\:ring-offset-brand-200:focus-within{
    --tw-ring-offset-color: #20C5FF;
  }

  .tw .xl\:focus-within\:ring-offset-brand-300:focus-within{
    --tw-ring-offset-color: #00A7E7;
  }

  .tw .xl\:focus-within\:ring-offset-brand-400:focus-within{
    --tw-ring-offset-color: #008BC9;
  }

  .tw .xl\:focus-within\:ring-offset-brand-500:focus-within{
    --tw-ring-offset-color: #0070AC;
  }

  .tw .xl\:focus-within\:ring-offset-brand-600:focus-within{
    --tw-ring-offset-color: #00568F;
  }

  .tw .xl\:focus-within\:ring-offset-brand-700:focus-within{
    --tw-ring-offset-color: #003E74;
  }

  .tw .xl\:focus-within\:ring-offset-brand-800:focus-within{
    --tw-ring-offset-color: #002759;
  }

  .tw .xl\:focus-within\:ring-offset-brand-900:focus-within{
    --tw-ring-offset-color: #00123F;
  }

  .tw .xl\:focus-within\:ring-offset-brand:focus-within{
    --tw-ring-offset-color: #00BEFF;
  }

  .tw .xl\:focus-within\:ring-offset-brand-base:focus-within{
    --tw-ring-offset-color: #00BEFF;
  }

  .tw .xl\:focus-within\:ring-offset-red-50:focus-within{
    --tw-ring-offset-color: #FFCAC8;
  }

  .tw .xl\:focus-within\:ring-offset-red-100:focus-within{
    --tw-ring-offset-color: #FFABAB;
  }

  .tw .xl\:focus-within\:ring-offset-red-200:focus-within{
    --tw-ring-offset-color: #FF8E8E;
  }

  .tw .xl\:focus-within\:ring-offset-red-300:focus-within{
    --tw-ring-offset-color: #F77073;
  }

  .tw .xl\:focus-within\:ring-offset-red-400:focus-within{
    --tw-ring-offset-color: #D75359;
  }

  .tw .xl\:focus-within\:ring-offset-red-500:focus-within{
    --tw-ring-offset-color: #B63640;
  }

  .tw .xl\:focus-within\:ring-offset-red-600:focus-within{
    --tw-ring-offset-color: #961229;
  }

  .tw .xl\:focus-within\:ring-offset-red-700:focus-within{
    --tw-ring-offset-color: #770013;
  }

  .tw .xl\:focus-within\:ring-offset-red-800:focus-within{
    --tw-ring-offset-color: #590000;
  }

  .tw .xl\:focus-within\:ring-offset-red-900:focus-within{
    --tw-ring-offset-color: #410000;
  }

  .tw .xl\:focus-within\:ring-offset-red:focus-within{
    --tw-ring-offset-color: #D35056;
  }

  .tw .xl\:focus-within\:ring-offset-red-brand:focus-within{
    --tw-ring-offset-color: #FF4F4F;
  }

  .tw .xl\:focus-within\:ring-offset-green-50:focus-within{
    --tw-ring-offset-color: #8DFFCD;
  }

  .tw .xl\:focus-within\:ring-offset-green-100:focus-within{
    --tw-ring-offset-color: #6DECB0;
  }

  .tw .xl\:focus-within\:ring-offset-green-200:focus-within{
    --tw-ring-offset-color: #4CCE93;
  }

  .tw .xl\:focus-within\:ring-offset-green-300:focus-within{
    --tw-ring-offset-color: #24B077;
  }

  .tw .xl\:focus-within\:ring-offset-green-400:focus-within{
    --tw-ring-offset-color: #00935D;
  }

  .tw .xl\:focus-within\:ring-offset-green-500:focus-within{
    --tw-ring-offset-color: #007744;
  }

  .tw .xl\:focus-within\:ring-offset-green-600:focus-within{
    --tw-ring-offset-color: #005B2B;
  }

  .tw .xl\:focus-within\:ring-offset-green-700:focus-within{
    --tw-ring-offset-color: #004115;
  }

  .tw .xl\:focus-within\:ring-offset-green-800:focus-within{
    --tw-ring-offset-color: #002B00;
  }

  .tw .xl\:focus-within\:ring-offset-green-900:focus-within{
    --tw-ring-offset-color: #001B00;
  }

  .tw .xl\:focus-within\:ring-offset-green:focus-within{
    --tw-ring-offset-color: #2EB67D;
  }

  .tw .xl\:focus-within\:ring-offset-yellow-50:focus-within{
    --tw-ring-offset-color: #FFEB57;
  }

  .tw .xl\:focus-within\:ring-offset-yellow-100:focus-within{
    --tw-ring-offset-color: #FFCD37;
  }

  .tw .xl\:focus-within\:ring-offset-yellow-200:focus-within{
    --tw-ring-offset-color: #E4B009;
  }

  .tw .xl\:focus-within\:ring-offset-yellow-300:focus-within{
    --tw-ring-offset-color: #C39400;
  }

  .tw .xl\:focus-within\:ring-offset-yellow-400:focus-within{
    --tw-ring-offset-color: #A37900;
  }

  .tw .xl\:focus-within\:ring-offset-yellow-500:focus-within{
    --tw-ring-offset-color: #855F00;
  }

  .tw .xl\:focus-within\:ring-offset-yellow-600:focus-within{
    --tw-ring-offset-color: #684600;
  }

  .tw .xl\:focus-within\:ring-offset-yellow-700:focus-within{
    --tw-ring-offset-color: #4F2E00;
  }

  .tw .xl\:focus-within\:ring-offset-yellow-800:focus-within{
    --tw-ring-offset-color: #3D1600;
  }

  .tw .xl\:focus-within\:ring-offset-yellow-900:focus-within{
    --tw-ring-offset-color: #320000;
  }

  .tw .xl\:focus-within\:ring-offset-yellow:focus-within{
    --tw-ring-offset-color: #FEC72F;
  }

  .tw .xl\:focus-within\:ring-offset-purple-50:focus-within{
    --tw-ring-offset-color: #FFD8FF;
  }

  .tw .xl\:focus-within\:ring-offset-purple-100:focus-within{
    --tw-ring-offset-color: #F0BAFF;
  }

  .tw .xl\:focus-within\:ring-offset-purple-200:focus-within{
    --tw-ring-offset-color: #D09DFF;
  }

  .tw .xl\:focus-within\:ring-offset-purple-300:focus-within{
    --tw-ring-offset-color: #B180FF;
  }

  .tw .xl\:focus-within\:ring-offset-purple-400:focus-within{
    --tw-ring-offset-color: #9265E9;
  }

  .tw .xl\:focus-within\:ring-offset-purple-500:focus-within{
    --tw-ring-offset-color: #744ACB;
  }

  .tw .xl\:focus-within\:ring-offset-purple-600:focus-within{
    --tw-ring-offset-color: #5530AD;
  }

  .tw .xl\:focus-within\:ring-offset-purple-700:focus-within{
    --tw-ring-offset-color: #351690;
  }

  .tw .xl\:focus-within\:ring-offset-purple-800:focus-within{
    --tw-ring-offset-color: #090074;
  }

  .tw .xl\:focus-within\:ring-offset-purple-900:focus-within{
    --tw-ring-offset-color: #000059;
  }

  .tw .xl\:focus-within\:ring-offset-purple:focus-within{
    --tw-ring-offset-color: #A878FF;
  }

  .tw .xl\:focus-within\:ring-offset-orange-50:focus-within{
    --tw-ring-offset-color: #FFD283;
  }

  .tw .xl\:focus-within\:ring-offset-orange-100:focus-within{
    --tw-ring-offset-color: #FFB467;
  }

  .tw .xl\:focus-within\:ring-offset-orange-200:focus-within{
    --tw-ring-offset-color: #FF974B;
  }

  .tw .xl\:focus-within\:ring-offset-orange-300:focus-within{
    --tw-ring-offset-color: #F07A2F;
  }

  .tw .xl\:focus-within\:ring-offset-orange-400:focus-within{
    --tw-ring-offset-color: #CE5F11;
  }

  .tw .xl\:focus-within\:ring-offset-orange-500:focus-within{
    --tw-ring-offset-color: #AD4400;
  }

  .tw .xl\:focus-within\:ring-offset-orange-600:focus-within{
    --tw-ring-offset-color: #8D2800;
  }

  .tw .xl\:focus-within\:ring-offset-orange-700:focus-within{
    --tw-ring-offset-color: #6F0600;
  }

  .tw .xl\:focus-within\:ring-offset-orange-800:focus-within{
    --tw-ring-offset-color: #540000;
  }

  .tw .xl\:focus-within\:ring-offset-orange-900:focus-within{
    --tw-ring-offset-color: #410000;
  }

  .tw .xl\:focus-within\:ring-offset-orange:focus-within{
    --tw-ring-offset-color: #F57F34;
  }

  .tw .xl\:focus-within\:ring-offset-surface-brand:focus-within{
    --tw-ring-offset-color: #1A1A1A;
  }

  .tw .xl\:focus-within\:ring-offset-surface-lower:focus-within{
    --tw-ring-offset-color: #121314;
  }

  .tw .xl\:focus-within\:ring-offset-surface-base:focus-within{
    --tw-ring-offset-color: #1D1E1F;
  }

  .tw .xl\:focus-within\:ring-offset-surface-low:focus-within{
    --tw-ring-offset-color: #212124;
  }

  .tw .xl\:focus-within\:ring-offset-surface-middle:focus-within{
    --tw-ring-offset-color: #26262A;
  }

  .tw .xl\:focus-within\:ring-offset-surface-upper:focus-within{
    --tw-ring-offset-color: #29292E;
  }

  .tw .xl\:focus-within\:ring-offset-surface-high:focus-within{
    --tw-ring-offset-color: #343435;
  }

  .tw .xl\:focus-within\:ring-offset-surface-higher:focus-within{
    --tw-ring-offset-color: #4A4B4B;
  }

  .tw .xl\:focus-within\:ring-offset-surface-highest:focus-within{
    --tw-ring-offset-color: #616162;
  }

  .tw .xl\:focus-within\:ring-offset-glyph-base:focus-within{
    --tw-ring-offset-color: #FFFFFF;
  }

  .tw .xl\:focus-within\:ring-offset-glyph-light:focus-within{
    --tw-ring-offset-color: #C2C2C2;
  }

  .tw .xl\:focus-within\:ring-offset-glyph-lighter:focus-within{
    --tw-ring-offset-color: #969696;
  }

  .tw .xl\:focus-within\:ring-offset-glyph-lightest:focus-within{
    --tw-ring-offset-color: #505050;
  }

  .tw .xl\:focus-within\:ring-offset-link:focus-within{
    --tw-ring-offset-color: #00BEFF;
  }

  .tw .xl\:focus-within\:ring-offset-info-error:focus-within{
    --tw-ring-offset-color: #eb3341;
  }

  .tw .xl\:focus-within\:ring-offset-info-danger:focus-within{
    --tw-ring-offset-color: #F77F25;
  }

  .tw .xl\:focus-within\:ring-offset-info-warn:focus-within{
    --tw-ring-offset-color: #FFC82F;
  }

  .tw .xl\:focus-within\:ring-offset-info-ok:focus-within{
    --tw-ring-offset-color: #00974F;
  }

  .tw .xl\:focus-within\:ring-offset-info-notice:focus-within{
    --tw-ring-offset-color: #0180FF;
  }

  .tw .xl\:focus-within\:ring-offset-accent-1:focus-within{
    --tw-ring-offset-color: #FF5D69;
  }

  .tw .xl\:focus-within\:ring-offset-accent-2:focus-within{
    --tw-ring-offset-color: #07F5AF;
  }

  .tw .xl\:focus-within\:ring-offset-accent-3:focus-within{
    --tw-ring-offset-color: #04D372;
  }

  .tw .xl\:focus-within\:ring-offset-accent-4:focus-within{
    --tw-ring-offset-color: #8451F5;
  }

  .tw .xl\:focus\:ring-offset-current:focus{
    --tw-ring-offset-color: currentColor;
  }

  .tw .xl\:focus\:ring-offset-transparent:focus{
    --tw-ring-offset-color: transparent;
  }

  .tw .xl\:focus\:ring-offset-white:focus{
    --tw-ring-offset-color: #FFFFFF;
  }

  .tw .xl\:focus\:ring-offset-black:focus{
    --tw-ring-offset-color: #000000;
  }

  .tw .xl\:focus\:ring-offset-gray-10:focus{
    --tw-ring-offset-color: #F0F0F0;
  }

  .tw .xl\:focus\:ring-offset-gray-20:focus{
    --tw-ring-offset-color: #E2E2E2;
  }

  .tw .xl\:focus\:ring-offset-gray-30:focus{
    --tw-ring-offset-color: #D3D3D3;
  }

  .tw .xl\:focus\:ring-offset-gray-40:focus{
    --tw-ring-offset-color: #C5C5C5;
  }

  .tw .xl\:focus\:ring-offset-gray-50:focus{
    --tw-ring-offset-color: #B7B7B7;
  }

  .tw .xl\:focus\:ring-offset-gray-60:focus{
    --tw-ring-offset-color: #A9A9A9;
  }

  .tw .xl\:focus\:ring-offset-gray-70:focus{
    --tw-ring-offset-color: #9C9C9C;
  }

  .tw .xl\:focus\:ring-offset-gray-80:focus{
    --tw-ring-offset-color: #8E8E8E;
  }

  .tw .xl\:focus\:ring-offset-gray-90:focus{
    --tw-ring-offset-color: #818181;
  }

  .tw .xl\:focus\:ring-offset-gray-100:focus{
    --tw-ring-offset-color: #6C6D72;
  }

  .tw .xl\:focus\:ring-offset-gray-200:focus{
    --tw-ring-offset-color: #606167;
  }

  .tw .xl\:focus\:ring-offset-gray-300:focus{
    --tw-ring-offset-color: #54565B;
  }

  .tw .xl\:focus\:ring-offset-gray-400:focus{
    --tw-ring-offset-color: #494950;
  }

  .tw .xl\:focus\:ring-offset-gray-500:focus{
    --tw-ring-offset-color: #3D3D44;
  }

  .tw .xl\:focus\:ring-offset-gray-600:focus{
    --tw-ring-offset-color: #35353D;
  }

  .tw .xl\:focus\:ring-offset-gray-700:focus{
    --tw-ring-offset-color: #2D2D31;
  }

  .tw .xl\:focus\:ring-offset-gray-800:focus{
    --tw-ring-offset-color: #26252A;
  }

  .tw .xl\:focus\:ring-offset-gray-850:focus{
    --tw-ring-offset-color: #202025;
  }

  .tw .xl\:focus\:ring-offset-gray-900:focus{
    --tw-ring-offset-color: #1B1B20;
  }

  .tw .xl\:focus\:ring-offset-gray-950:focus{
    --tw-ring-offset-color: #141417;
  }

  .tw .xl\:focus\:ring-offset-brand-50:focus{
    --tw-ring-offset-color: #7FFFFF;
  }

  .tw .xl\:focus\:ring-offset-brand-100:focus{
    --tw-ring-offset-color: #57E2FF;
  }

  .tw .xl\:focus\:ring-offset-brand-200:focus{
    --tw-ring-offset-color: #20C5FF;
  }

  .tw .xl\:focus\:ring-offset-brand-300:focus{
    --tw-ring-offset-color: #00A7E7;
  }

  .tw .xl\:focus\:ring-offset-brand-400:focus{
    --tw-ring-offset-color: #008BC9;
  }

  .tw .xl\:focus\:ring-offset-brand-500:focus{
    --tw-ring-offset-color: #0070AC;
  }

  .tw .xl\:focus\:ring-offset-brand-600:focus{
    --tw-ring-offset-color: #00568F;
  }

  .tw .xl\:focus\:ring-offset-brand-700:focus{
    --tw-ring-offset-color: #003E74;
  }

  .tw .xl\:focus\:ring-offset-brand-800:focus{
    --tw-ring-offset-color: #002759;
  }

  .tw .xl\:focus\:ring-offset-brand-900:focus{
    --tw-ring-offset-color: #00123F;
  }

  .tw .xl\:focus\:ring-offset-brand:focus{
    --tw-ring-offset-color: #00BEFF;
  }

  .tw .xl\:focus\:ring-offset-brand-base:focus{
    --tw-ring-offset-color: #00BEFF;
  }

  .tw .xl\:focus\:ring-offset-red-50:focus{
    --tw-ring-offset-color: #FFCAC8;
  }

  .tw .xl\:focus\:ring-offset-red-100:focus{
    --tw-ring-offset-color: #FFABAB;
  }

  .tw .xl\:focus\:ring-offset-red-200:focus{
    --tw-ring-offset-color: #FF8E8E;
  }

  .tw .xl\:focus\:ring-offset-red-300:focus{
    --tw-ring-offset-color: #F77073;
  }

  .tw .xl\:focus\:ring-offset-red-400:focus{
    --tw-ring-offset-color: #D75359;
  }

  .tw .xl\:focus\:ring-offset-red-500:focus{
    --tw-ring-offset-color: #B63640;
  }

  .tw .xl\:focus\:ring-offset-red-600:focus{
    --tw-ring-offset-color: #961229;
  }

  .tw .xl\:focus\:ring-offset-red-700:focus{
    --tw-ring-offset-color: #770013;
  }

  .tw .xl\:focus\:ring-offset-red-800:focus{
    --tw-ring-offset-color: #590000;
  }

  .tw .xl\:focus\:ring-offset-red-900:focus{
    --tw-ring-offset-color: #410000;
  }

  .tw .xl\:focus\:ring-offset-red:focus{
    --tw-ring-offset-color: #D35056;
  }

  .tw .xl\:focus\:ring-offset-red-brand:focus{
    --tw-ring-offset-color: #FF4F4F;
  }

  .tw .xl\:focus\:ring-offset-green-50:focus{
    --tw-ring-offset-color: #8DFFCD;
  }

  .tw .xl\:focus\:ring-offset-green-100:focus{
    --tw-ring-offset-color: #6DECB0;
  }

  .tw .xl\:focus\:ring-offset-green-200:focus{
    --tw-ring-offset-color: #4CCE93;
  }

  .tw .xl\:focus\:ring-offset-green-300:focus{
    --tw-ring-offset-color: #24B077;
  }

  .tw .xl\:focus\:ring-offset-green-400:focus{
    --tw-ring-offset-color: #00935D;
  }

  .tw .xl\:focus\:ring-offset-green-500:focus{
    --tw-ring-offset-color: #007744;
  }

  .tw .xl\:focus\:ring-offset-green-600:focus{
    --tw-ring-offset-color: #005B2B;
  }

  .tw .xl\:focus\:ring-offset-green-700:focus{
    --tw-ring-offset-color: #004115;
  }

  .tw .xl\:focus\:ring-offset-green-800:focus{
    --tw-ring-offset-color: #002B00;
  }

  .tw .xl\:focus\:ring-offset-green-900:focus{
    --tw-ring-offset-color: #001B00;
  }

  .tw .xl\:focus\:ring-offset-green:focus{
    --tw-ring-offset-color: #2EB67D;
  }

  .tw .xl\:focus\:ring-offset-yellow-50:focus{
    --tw-ring-offset-color: #FFEB57;
  }

  .tw .xl\:focus\:ring-offset-yellow-100:focus{
    --tw-ring-offset-color: #FFCD37;
  }

  .tw .xl\:focus\:ring-offset-yellow-200:focus{
    --tw-ring-offset-color: #E4B009;
  }

  .tw .xl\:focus\:ring-offset-yellow-300:focus{
    --tw-ring-offset-color: #C39400;
  }

  .tw .xl\:focus\:ring-offset-yellow-400:focus{
    --tw-ring-offset-color: #A37900;
  }

  .tw .xl\:focus\:ring-offset-yellow-500:focus{
    --tw-ring-offset-color: #855F00;
  }

  .tw .xl\:focus\:ring-offset-yellow-600:focus{
    --tw-ring-offset-color: #684600;
  }

  .tw .xl\:focus\:ring-offset-yellow-700:focus{
    --tw-ring-offset-color: #4F2E00;
  }

  .tw .xl\:focus\:ring-offset-yellow-800:focus{
    --tw-ring-offset-color: #3D1600;
  }

  .tw .xl\:focus\:ring-offset-yellow-900:focus{
    --tw-ring-offset-color: #320000;
  }

  .tw .xl\:focus\:ring-offset-yellow:focus{
    --tw-ring-offset-color: #FEC72F;
  }

  .tw .xl\:focus\:ring-offset-purple-50:focus{
    --tw-ring-offset-color: #FFD8FF;
  }

  .tw .xl\:focus\:ring-offset-purple-100:focus{
    --tw-ring-offset-color: #F0BAFF;
  }

  .tw .xl\:focus\:ring-offset-purple-200:focus{
    --tw-ring-offset-color: #D09DFF;
  }

  .tw .xl\:focus\:ring-offset-purple-300:focus{
    --tw-ring-offset-color: #B180FF;
  }

  .tw .xl\:focus\:ring-offset-purple-400:focus{
    --tw-ring-offset-color: #9265E9;
  }

  .tw .xl\:focus\:ring-offset-purple-500:focus{
    --tw-ring-offset-color: #744ACB;
  }

  .tw .xl\:focus\:ring-offset-purple-600:focus{
    --tw-ring-offset-color: #5530AD;
  }

  .tw .xl\:focus\:ring-offset-purple-700:focus{
    --tw-ring-offset-color: #351690;
  }

  .tw .xl\:focus\:ring-offset-purple-800:focus{
    --tw-ring-offset-color: #090074;
  }

  .tw .xl\:focus\:ring-offset-purple-900:focus{
    --tw-ring-offset-color: #000059;
  }

  .tw .xl\:focus\:ring-offset-purple:focus{
    --tw-ring-offset-color: #A878FF;
  }

  .tw .xl\:focus\:ring-offset-orange-50:focus{
    --tw-ring-offset-color: #FFD283;
  }

  .tw .xl\:focus\:ring-offset-orange-100:focus{
    --tw-ring-offset-color: #FFB467;
  }

  .tw .xl\:focus\:ring-offset-orange-200:focus{
    --tw-ring-offset-color: #FF974B;
  }

  .tw .xl\:focus\:ring-offset-orange-300:focus{
    --tw-ring-offset-color: #F07A2F;
  }

  .tw .xl\:focus\:ring-offset-orange-400:focus{
    --tw-ring-offset-color: #CE5F11;
  }

  .tw .xl\:focus\:ring-offset-orange-500:focus{
    --tw-ring-offset-color: #AD4400;
  }

  .tw .xl\:focus\:ring-offset-orange-600:focus{
    --tw-ring-offset-color: #8D2800;
  }

  .tw .xl\:focus\:ring-offset-orange-700:focus{
    --tw-ring-offset-color: #6F0600;
  }

  .tw .xl\:focus\:ring-offset-orange-800:focus{
    --tw-ring-offset-color: #540000;
  }

  .tw .xl\:focus\:ring-offset-orange-900:focus{
    --tw-ring-offset-color: #410000;
  }

  .tw .xl\:focus\:ring-offset-orange:focus{
    --tw-ring-offset-color: #F57F34;
  }

  .tw .xl\:focus\:ring-offset-surface-brand:focus{
    --tw-ring-offset-color: #1A1A1A;
  }

  .tw .xl\:focus\:ring-offset-surface-lower:focus{
    --tw-ring-offset-color: #121314;
  }

  .tw .xl\:focus\:ring-offset-surface-base:focus{
    --tw-ring-offset-color: #1D1E1F;
  }

  .tw .xl\:focus\:ring-offset-surface-low:focus{
    --tw-ring-offset-color: #212124;
  }

  .tw .xl\:focus\:ring-offset-surface-middle:focus{
    --tw-ring-offset-color: #26262A;
  }

  .tw .xl\:focus\:ring-offset-surface-upper:focus{
    --tw-ring-offset-color: #29292E;
  }

  .tw .xl\:focus\:ring-offset-surface-high:focus{
    --tw-ring-offset-color: #343435;
  }

  .tw .xl\:focus\:ring-offset-surface-higher:focus{
    --tw-ring-offset-color: #4A4B4B;
  }

  .tw .xl\:focus\:ring-offset-surface-highest:focus{
    --tw-ring-offset-color: #616162;
  }

  .tw .xl\:focus\:ring-offset-glyph-base:focus{
    --tw-ring-offset-color: #FFFFFF;
  }

  .tw .xl\:focus\:ring-offset-glyph-light:focus{
    --tw-ring-offset-color: #C2C2C2;
  }

  .tw .xl\:focus\:ring-offset-glyph-lighter:focus{
    --tw-ring-offset-color: #969696;
  }

  .tw .xl\:focus\:ring-offset-glyph-lightest:focus{
    --tw-ring-offset-color: #505050;
  }

  .tw .xl\:focus\:ring-offset-link:focus{
    --tw-ring-offset-color: #00BEFF;
  }

  .tw .xl\:focus\:ring-offset-info-error:focus{
    --tw-ring-offset-color: #eb3341;
  }

  .tw .xl\:focus\:ring-offset-info-danger:focus{
    --tw-ring-offset-color: #F77F25;
  }

  .tw .xl\:focus\:ring-offset-info-warn:focus{
    --tw-ring-offset-color: #FFC82F;
  }

  .tw .xl\:focus\:ring-offset-info-ok:focus{
    --tw-ring-offset-color: #00974F;
  }

  .tw .xl\:focus\:ring-offset-info-notice:focus{
    --tw-ring-offset-color: #0180FF;
  }

  .tw .xl\:focus\:ring-offset-accent-1:focus{
    --tw-ring-offset-color: #FF5D69;
  }

  .tw .xl\:focus\:ring-offset-accent-2:focus{
    --tw-ring-offset-color: #07F5AF;
  }

  .tw .xl\:focus\:ring-offset-accent-3:focus{
    --tw-ring-offset-color: #04D372;
  }

  .tw .xl\:focus\:ring-offset-accent-4:focus{
    --tw-ring-offset-color: #8451F5;
  }

  .tw .xl\:filter{
    --tw-blur: var(--tw-empty,/*!*/ /*!*/);
    --tw-brightness: var(--tw-empty,/*!*/ /*!*/);
    --tw-contrast: var(--tw-empty,/*!*/ /*!*/);
    --tw-grayscale: var(--tw-empty,/*!*/ /*!*/);
    --tw-hue-rotate: var(--tw-empty,/*!*/ /*!*/);
    --tw-invert: var(--tw-empty,/*!*/ /*!*/);
    --tw-saturate: var(--tw-empty,/*!*/ /*!*/);
    --tw-sepia: var(--tw-empty,/*!*/ /*!*/);
    --tw-drop-shadow: var(--tw-empty,/*!*/ /*!*/);
    filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
  }

  .tw .xl\:filter-none{
    filter: none;
  }

  .tw .xl\:blur-0{
    --tw-blur: blur(0);
  }

  .tw .xl\:blur-none{
    --tw-blur: blur(0);
  }

  .tw .xl\:blur-sm{
    --tw-blur: blur(4px);
  }

  .tw .xl\:blur{
    --tw-blur: blur(8px);
  }

  .tw .xl\:blur-md{
    --tw-blur: blur(12px);
  }

  .tw .xl\:blur-lg{
    --tw-blur: blur(16px);
  }

  .tw .xl\:blur-xl{
    --tw-blur: blur(24px);
  }

  .tw .xl\:blur-2xl{
    --tw-blur: blur(40px);
  }

  .tw .xl\:blur-3xl{
    --tw-blur: blur(64px);
  }

  .tw .xl\:brightness-0{
    --tw-brightness: brightness(0);
  }

  .tw .xl\:brightness-50{
    --tw-brightness: brightness(.5);
  }

  .tw .xl\:brightness-75{
    --tw-brightness: brightness(.75);
  }

  .tw .xl\:brightness-90{
    --tw-brightness: brightness(.9);
  }

  .tw .xl\:brightness-95{
    --tw-brightness: brightness(.95);
  }

  .tw .xl\:brightness-100{
    --tw-brightness: brightness(1);
  }

  .tw .xl\:brightness-105{
    --tw-brightness: brightness(1.05);
  }

  .tw .xl\:brightness-110{
    --tw-brightness: brightness(1.1);
  }

  .tw .xl\:brightness-125{
    --tw-brightness: brightness(1.25);
  }

  .tw .xl\:brightness-150{
    --tw-brightness: brightness(1.5);
  }

  .tw .xl\:brightness-200{
    --tw-brightness: brightness(2);
  }

  .tw .xl\:contrast-0{
    --tw-contrast: contrast(0);
  }

  .tw .xl\:contrast-50{
    --tw-contrast: contrast(.5);
  }

  .tw .xl\:contrast-75{
    --tw-contrast: contrast(.75);
  }

  .tw .xl\:contrast-100{
    --tw-contrast: contrast(1);
  }

  .tw .xl\:contrast-125{
    --tw-contrast: contrast(1.25);
  }

  .tw .xl\:contrast-150{
    --tw-contrast: contrast(1.5);
  }

  .tw .xl\:contrast-200{
    --tw-contrast: contrast(2);
  }

  .tw .xl\:drop-shadow-sm{
    --tw-drop-shadow: drop-shadow(0 1px 1px rgba(0,0,0,0.05));
  }

  .tw .xl\: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));
  }

  .tw .xl\: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));
  }

  .tw .xl\: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));
  }

  .tw .xl\: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));
  }

  .tw .xl\:drop-shadow-2xl{
    --tw-drop-shadow: drop-shadow(0 25px 25px rgba(0, 0, 0, 0.15));
  }

  .tw .xl\:drop-shadow-none{
    --tw-drop-shadow: drop-shadow(0 0 #0000);
  }

  .tw .xl\:grayscale-0{
    --tw-grayscale: grayscale(0);
  }

  .tw .xl\:grayscale{
    --tw-grayscale: grayscale(100%);
  }

  .tw .xl\:hue-rotate-0{
    --tw-hue-rotate: hue-rotate(0deg);
  }

  .tw .xl\:hue-rotate-15{
    --tw-hue-rotate: hue-rotate(15deg);
  }

  .tw .xl\:hue-rotate-30{
    --tw-hue-rotate: hue-rotate(30deg);
  }

  .tw .xl\:hue-rotate-60{
    --tw-hue-rotate: hue-rotate(60deg);
  }

  .tw .xl\:hue-rotate-90{
    --tw-hue-rotate: hue-rotate(90deg);
  }

  .tw .xl\:hue-rotate-180{
    --tw-hue-rotate: hue-rotate(180deg);
  }

  .tw .xl\:-hue-rotate-180{
    --tw-hue-rotate: hue-rotate(-180deg);
  }

  .tw .xl\:-hue-rotate-90{
    --tw-hue-rotate: hue-rotate(-90deg);
  }

  .tw .xl\:-hue-rotate-60{
    --tw-hue-rotate: hue-rotate(-60deg);
  }

  .tw .xl\:-hue-rotate-30{
    --tw-hue-rotate: hue-rotate(-30deg);
  }

  .tw .xl\:-hue-rotate-15{
    --tw-hue-rotate: hue-rotate(-15deg);
  }

  .tw .xl\:invert-0{
    --tw-invert: invert(0);
  }

  .tw .xl\:invert{
    --tw-invert: invert(100%);
  }

  .tw .xl\:saturate-0{
    --tw-saturate: saturate(0);
  }

  .tw .xl\:saturate-50{
    --tw-saturate: saturate(.5);
  }

  .tw .xl\:saturate-100{
    --tw-saturate: saturate(1);
  }

  .tw .xl\:saturate-150{
    --tw-saturate: saturate(1.5);
  }

  .tw .xl\:saturate-200{
    --tw-saturate: saturate(2);
  }

  .tw .xl\:sepia-0{
    --tw-sepia: sepia(0);
  }

  .tw .xl\:sepia{
    --tw-sepia: sepia(100%);
  }

  .tw .xl\: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);
  }

  .tw .xl\:backdrop-filter-none{
    -webkit-backdrop-filter: none;
            backdrop-filter: none;
  }

  .tw .xl\:backdrop-blur-0{
    --tw-backdrop-blur: blur(0);
  }

  .tw .xl\:backdrop-blur-none{
    --tw-backdrop-blur: blur(0);
  }

  .tw .xl\:backdrop-blur-sm{
    --tw-backdrop-blur: blur(4px);
  }

  .tw .xl\:backdrop-blur{
    --tw-backdrop-blur: blur(8px);
  }

  .tw .xl\:backdrop-blur-md{
    --tw-backdrop-blur: blur(12px);
  }

  .tw .xl\:backdrop-blur-lg{
    --tw-backdrop-blur: blur(16px);
  }

  .tw .xl\:backdrop-blur-xl{
    --tw-backdrop-blur: blur(24px);
  }

  .tw .xl\:backdrop-blur-2xl{
    --tw-backdrop-blur: blur(40px);
  }

  .tw .xl\:backdrop-blur-3xl{
    --tw-backdrop-blur: blur(64px);
  }

  .tw .xl\:backdrop-brightness-0{
    --tw-backdrop-brightness: brightness(0);
  }

  .tw .xl\:backdrop-brightness-50{
    --tw-backdrop-brightness: brightness(.5);
  }

  .tw .xl\:backdrop-brightness-75{
    --tw-backdrop-brightness: brightness(.75);
  }

  .tw .xl\:backdrop-brightness-90{
    --tw-backdrop-brightness: brightness(.9);
  }

  .tw .xl\:backdrop-brightness-95{
    --tw-backdrop-brightness: brightness(.95);
  }

  .tw .xl\:backdrop-brightness-100{
    --tw-backdrop-brightness: brightness(1);
  }

  .tw .xl\:backdrop-brightness-105{
    --tw-backdrop-brightness: brightness(1.05);
  }

  .tw .xl\:backdrop-brightness-110{
    --tw-backdrop-brightness: brightness(1.1);
  }

  .tw .xl\:backdrop-brightness-125{
    --tw-backdrop-brightness: brightness(1.25);
  }

  .tw .xl\:backdrop-brightness-150{
    --tw-backdrop-brightness: brightness(1.5);
  }

  .tw .xl\:backdrop-brightness-200{
    --tw-backdrop-brightness: brightness(2);
  }

  .tw .xl\:backdrop-contrast-0{
    --tw-backdrop-contrast: contrast(0);
  }

  .tw .xl\:backdrop-contrast-50{
    --tw-backdrop-contrast: contrast(.5);
  }

  .tw .xl\:backdrop-contrast-75{
    --tw-backdrop-contrast: contrast(.75);
  }

  .tw .xl\:backdrop-contrast-100{
    --tw-backdrop-contrast: contrast(1);
  }

  .tw .xl\:backdrop-contrast-125{
    --tw-backdrop-contrast: contrast(1.25);
  }

  .tw .xl\:backdrop-contrast-150{
    --tw-backdrop-contrast: contrast(1.5);
  }

  .tw .xl\:backdrop-contrast-200{
    --tw-backdrop-contrast: contrast(2);
  }

  .tw .xl\:backdrop-grayscale-0{
    --tw-backdrop-grayscale: grayscale(0);
  }

  .tw .xl\:backdrop-grayscale{
    --tw-backdrop-grayscale: grayscale(100%);
  }

  .tw .xl\:backdrop-hue-rotate-0{
    --tw-backdrop-hue-rotate: hue-rotate(0deg);
  }

  .tw .xl\:backdrop-hue-rotate-15{
    --tw-backdrop-hue-rotate: hue-rotate(15deg);
  }

  .tw .xl\:backdrop-hue-rotate-30{
    --tw-backdrop-hue-rotate: hue-rotate(30deg);
  }

  .tw .xl\:backdrop-hue-rotate-60{
    --tw-backdrop-hue-rotate: hue-rotate(60deg);
  }

  .tw .xl\:backdrop-hue-rotate-90{
    --tw-backdrop-hue-rotate: hue-rotate(90deg);
  }

  .tw .xl\:backdrop-hue-rotate-180{
    --tw-backdrop-hue-rotate: hue-rotate(180deg);
  }

  .tw .xl\:-backdrop-hue-rotate-180{
    --tw-backdrop-hue-rotate: hue-rotate(-180deg);
  }

  .tw .xl\:-backdrop-hue-rotate-90{
    --tw-backdrop-hue-rotate: hue-rotate(-90deg);
  }

  .tw .xl\:-backdrop-hue-rotate-60{
    --tw-backdrop-hue-rotate: hue-rotate(-60deg);
  }

  .tw .xl\:-backdrop-hue-rotate-30{
    --tw-backdrop-hue-rotate: hue-rotate(-30deg);
  }

  .tw .xl\:-backdrop-hue-rotate-15{
    --tw-backdrop-hue-rotate: hue-rotate(-15deg);
  }

  .tw .xl\:backdrop-invert-0{
    --tw-backdrop-invert: invert(0);
  }

  .tw .xl\:backdrop-invert{
    --tw-backdrop-invert: invert(100%);
  }

  .tw .xl\:backdrop-opacity-0{
    --tw-backdrop-opacity: opacity(0);
  }

  .tw .xl\:backdrop-opacity-5{
    --tw-backdrop-opacity: opacity(0.05);
  }

  .tw .xl\:backdrop-opacity-10{
    --tw-backdrop-opacity: opacity(0.1);
  }

  .tw .xl\:backdrop-opacity-15{
    --tw-backdrop-opacity: opacity(0.15);
  }

  .tw .xl\:backdrop-opacity-20{
    --tw-backdrop-opacity: opacity(0.2);
  }

  .tw .xl\:backdrop-opacity-25{
    --tw-backdrop-opacity: opacity(0.25);
  }

  .tw .xl\:backdrop-opacity-30{
    --tw-backdrop-opacity: opacity(0.3);
  }

  .tw .xl\:backdrop-opacity-40{
    --tw-backdrop-opacity: opacity(0.4);
  }

  .tw .xl\:backdrop-opacity-50{
    --tw-backdrop-opacity: opacity(0.5);
  }

  .tw .xl\:backdrop-opacity-60{
    --tw-backdrop-opacity: opacity(0.6);
  }

  .tw .xl\:backdrop-opacity-70{
    --tw-backdrop-opacity: opacity(0.7);
  }

  .tw .xl\:backdrop-opacity-75{
    --tw-backdrop-opacity: opacity(0.75);
  }

  .tw .xl\:backdrop-opacity-80{
    --tw-backdrop-opacity: opacity(0.8);
  }

  .tw .xl\:backdrop-opacity-90{
    --tw-backdrop-opacity: opacity(0.9);
  }

  .tw .xl\:backdrop-opacity-95{
    --tw-backdrop-opacity: opacity(0.95);
  }

  .tw .xl\:backdrop-opacity-100{
    --tw-backdrop-opacity: opacity(1);
  }

  .tw .xl\:backdrop-saturate-0{
    --tw-backdrop-saturate: saturate(0);
  }

  .tw .xl\:backdrop-saturate-50{
    --tw-backdrop-saturate: saturate(.5);
  }

  .tw .xl\:backdrop-saturate-100{
    --tw-backdrop-saturate: saturate(1);
  }

  .tw .xl\:backdrop-saturate-150{
    --tw-backdrop-saturate: saturate(1.5);
  }

  .tw .xl\:backdrop-saturate-200{
    --tw-backdrop-saturate: saturate(2);
  }

  .tw .xl\:backdrop-sepia-0{
    --tw-backdrop-sepia: sepia(0);
  }

  .tw .xl\:backdrop-sepia{
    --tw-backdrop-sepia: sepia(100%);
  }

  .tw .xl\:transition-none{
    transition-property: none;
  }

  .tw .xl\:transition-all{
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }

  .tw .xl\:transition{
    transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
    transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
    transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }

  .tw .xl\:transition-colors{
    transition-property: background-color, border-color, color, fill, stroke;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }

  .tw .xl\:transition-opacity{
    transition-property: opacity;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }

  .tw .xl\:transition-shadow{
    transition-property: box-shadow;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }

  .tw .xl\:transition-transform{
    transition-property: transform;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }

  .tw .xl\:delay-75{
    transition-delay: 75ms;
  }

  .tw .xl\:delay-100{
    transition-delay: 100ms;
  }

  .tw .xl\:delay-150{
    transition-delay: 150ms;
  }

  .tw .xl\:delay-200{
    transition-delay: 200ms;
  }

  .tw .xl\:delay-300{
    transition-delay: 300ms;
  }

  .tw .xl\:delay-500{
    transition-delay: 500ms;
  }

  .tw .xl\:delay-700{
    transition-delay: 700ms;
  }

  .tw .xl\:delay-1000{
    transition-delay: 1000ms;
  }

  .tw .xl\:duration-75{
    transition-duration: 75ms;
  }

  .tw .xl\:duration-100{
    transition-duration: 100ms;
  }

  .tw .xl\:duration-150{
    transition-duration: 150ms;
  }

  .tw .xl\:duration-200{
    transition-duration: 200ms;
  }

  .tw .xl\:duration-300{
    transition-duration: 300ms;
  }

  .tw .xl\:duration-500{
    transition-duration: 500ms;
  }

  .tw .xl\:duration-700{
    transition-duration: 700ms;
  }

  .tw .xl\:duration-1000{
    transition-duration: 1000ms;
  }

  .tw .xl\:ease-linear{
    transition-timing-function: linear;
  }

  .tw .xl\:ease-in{
    transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
  }

  .tw .xl\:ease-out{
    transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
  }

  .tw .xl\:ease-in-out{
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  }

  .tw .xl\:ease-in-out-back{
    transition-timing-function: cubic-bezier(0.68, -0.6, 0.32, 1.6);
  }

  .tw .xl\:ease-in-back{
    transition-timing-function: cubic-bezier(0.36, 0, 0.66, -0.56);
  }

  .tw .xl\:ease-out-back{
    transition-timing-function: cubic-bezier(0.34, 1.56, 0.64, 1);
  }

  .tw .xl\:spacing-x-1px > :not(:last-child){
    margin-right: 1px;
  }

  .tw .xl\:spacing-y-1px > :not(:last-child){
    margin-bottom: 1px;
  }

  .tw .xl\:-spacing-x-1px > :not(:last-child){
    margin-right: -1px;
  }

  .tw .xl\:-spacing-y-1px > :not(:last-child){
    margin-bottom: -1px;
  }

  .tw .xl\:spacing-x-2px > :not(:last-child){
    margin-right: 2px;
  }

  .tw .xl\:spacing-y-2px > :not(:last-child){
    margin-bottom: 2px;
  }

  .tw .xl\:-spacing-x-2px > :not(:last-child){
    margin-right: -2px;
  }

  .tw .xl\:-spacing-y-2px > :not(:last-child){
    margin-bottom: -2px;
  }

  .tw .xl\:spacing-x-3px > :not(:last-child){
    margin-right: 3px;
  }

  .tw .xl\:spacing-y-3px > :not(:last-child){
    margin-bottom: 3px;
  }

  .tw .xl\:-spacing-x-3px > :not(:last-child){
    margin-right: -3px;
  }

  .tw .xl\:-spacing-y-3px > :not(:last-child){
    margin-bottom: -3px;
  }

  .tw .xl\:spacing-x-4px > :not(:last-child){
    margin-right: 4px;
  }

  .tw .xl\:spacing-y-4px > :not(:last-child){
    margin-bottom: 4px;
  }

  .tw .xl\:-spacing-x-4px > :not(:last-child){
    margin-right: -4px;
  }

  .tw .xl\:-spacing-y-4px > :not(:last-child){
    margin-bottom: -4px;
  }

  .tw .xl\:spacing-x-5px > :not(:last-child){
    margin-right: 5px;
  }

  .tw .xl\:spacing-y-5px > :not(:last-child){
    margin-bottom: 5px;
  }

  .tw .xl\:-spacing-x-5px > :not(:last-child){
    margin-right: -5px;
  }

  .tw .xl\:-spacing-y-5px > :not(:last-child){
    margin-bottom: -5px;
  }

  .tw .xl\:spacing-x-6px > :not(:last-child){
    margin-right: 6px;
  }

  .tw .xl\:spacing-y-6px > :not(:last-child){
    margin-bottom: 6px;
  }

  .tw .xl\:-spacing-x-6px > :not(:last-child){
    margin-right: -6px;
  }

  .tw .xl\:-spacing-y-6px > :not(:last-child){
    margin-bottom: -6px;
  }

  .tw .xl\:spacing-x-7px > :not(:last-child){
    margin-right: 7px;
  }

  .tw .xl\:spacing-y-7px > :not(:last-child){
    margin-bottom: 7px;
  }

  .tw .xl\:-spacing-x-7px > :not(:last-child){
    margin-right: -7px;
  }

  .tw .xl\:-spacing-y-7px > :not(:last-child){
    margin-bottom: -7px;
  }

  .tw .xl\:spacing-x-8px > :not(:last-child){
    margin-right: 8px;
  }

  .tw .xl\:spacing-y-8px > :not(:last-child){
    margin-bottom: 8px;
  }

  .tw .xl\:-spacing-x-8px > :not(:last-child){
    margin-right: -8px;
  }

  .tw .xl\:-spacing-y-8px > :not(:last-child){
    margin-bottom: -8px;
  }

  .tw .xl\:spacing-x-9px > :not(:last-child){
    margin-right: 9px;
  }

  .tw .xl\:spacing-y-9px > :not(:last-child){
    margin-bottom: 9px;
  }

  .tw .xl\:-spacing-x-9px > :not(:last-child){
    margin-right: -9px;
  }

  .tw .xl\:-spacing-y-9px > :not(:last-child){
    margin-bottom: -9px;
  }

  .tw .xl\:spacing-x-10px > :not(:last-child){
    margin-right: 10px;
  }

  .tw .xl\:spacing-y-10px > :not(:last-child){
    margin-bottom: 10px;
  }

  .tw .xl\:-spacing-x-10px > :not(:last-child){
    margin-right: -10px;
  }

  .tw .xl\:-spacing-y-10px > :not(:last-child){
    margin-bottom: -10px;
  }

  .tw .xl\:spacing-x-11px > :not(:last-child){
    margin-right: 11px;
  }

  .tw .xl\:spacing-y-11px > :not(:last-child){
    margin-bottom: 11px;
  }

  .tw .xl\:-spacing-x-11px > :not(:last-child){
    margin-right: -11px;
  }

  .tw .xl\:-spacing-y-11px > :not(:last-child){
    margin-bottom: -11px;
  }

  .tw .xl\:spacing-x-12px > :not(:last-child){
    margin-right: 12px;
  }

  .tw .xl\:spacing-y-12px > :not(:last-child){
    margin-bottom: 12px;
  }

  .tw .xl\:-spacing-x-12px > :not(:last-child){
    margin-right: -12px;
  }

  .tw .xl\:-spacing-y-12px > :not(:last-child){
    margin-bottom: -12px;
  }

  .tw .xl\:spacing-x-13px > :not(:last-child){
    margin-right: 13px;
  }

  .tw .xl\:spacing-y-13px > :not(:last-child){
    margin-bottom: 13px;
  }

  .tw .xl\:-spacing-x-13px > :not(:last-child){
    margin-right: -13px;
  }

  .tw .xl\:-spacing-y-13px > :not(:last-child){
    margin-bottom: -13px;
  }

  .tw .xl\:spacing-x-14px > :not(:last-child){
    margin-right: 14px;
  }

  .tw .xl\:spacing-y-14px > :not(:last-child){
    margin-bottom: 14px;
  }

  .tw .xl\:-spacing-x-14px > :not(:last-child){
    margin-right: -14px;
  }

  .tw .xl\:-spacing-y-14px > :not(:last-child){
    margin-bottom: -14px;
  }

  .tw .xl\:spacing-x-15px > :not(:last-child){
    margin-right: 15px;
  }

  .tw .xl\:spacing-y-15px > :not(:last-child){
    margin-bottom: 15px;
  }

  .tw .xl\:-spacing-x-15px > :not(:last-child){
    margin-right: -15px;
  }

  .tw .xl\:-spacing-y-15px > :not(:last-child){
    margin-bottom: -15px;
  }

  .tw .xl\:spacing-x-16px > :not(:last-child){
    margin-right: 16px;
  }

  .tw .xl\:spacing-y-16px > :not(:last-child){
    margin-bottom: 16px;
  }

  .tw .xl\:-spacing-x-16px > :not(:last-child){
    margin-right: -16px;
  }

  .tw .xl\:-spacing-y-16px > :not(:last-child){
    margin-bottom: -16px;
  }

  .tw .xl\:spacing-x-17px > :not(:last-child){
    margin-right: 17px;
  }

  .tw .xl\:spacing-y-17px > :not(:last-child){
    margin-bottom: 17px;
  }

  .tw .xl\:-spacing-x-17px > :not(:last-child){
    margin-right: -17px;
  }

  .tw .xl\:-spacing-y-17px > :not(:last-child){
    margin-bottom: -17px;
  }

  .tw .xl\:spacing-x-18px > :not(:last-child){
    margin-right: 18px;
  }

  .tw .xl\:spacing-y-18px > :not(:last-child){
    margin-bottom: 18px;
  }

  .tw .xl\:-spacing-x-18px > :not(:last-child){
    margin-right: -18px;
  }

  .tw .xl\:-spacing-y-18px > :not(:last-child){
    margin-bottom: -18px;
  }

  .tw .xl\:spacing-x-19px > :not(:last-child){
    margin-right: 19px;
  }

  .tw .xl\:spacing-y-19px > :not(:last-child){
    margin-bottom: 19px;
  }

  .tw .xl\:-spacing-x-19px > :not(:last-child){
    margin-right: -19px;
  }

  .tw .xl\:-spacing-y-19px > :not(:last-child){
    margin-bottom: -19px;
  }

  .tw .xl\:spacing-x-20px > :not(:last-child){
    margin-right: 20px;
  }

  .tw .xl\:spacing-y-20px > :not(:last-child){
    margin-bottom: 20px;
  }

  .tw .xl\:-spacing-x-20px > :not(:last-child){
    margin-right: -20px;
  }

  .tw .xl\:-spacing-y-20px > :not(:last-child){
    margin-bottom: -20px;
  }

  .tw .xl\:spacing-x-21px > :not(:last-child){
    margin-right: 21px;
  }

  .tw .xl\:spacing-y-21px > :not(:last-child){
    margin-bottom: 21px;
  }

  .tw .xl\:-spacing-x-21px > :not(:last-child){
    margin-right: -21px;
  }

  .tw .xl\:-spacing-y-21px > :not(:last-child){
    margin-bottom: -21px;
  }

  .tw .xl\:spacing-x-22px > :not(:last-child){
    margin-right: 22px;
  }

  .tw .xl\:spacing-y-22px > :not(:last-child){
    margin-bottom: 22px;
  }

  .tw .xl\:-spacing-x-22px > :not(:last-child){
    margin-right: -22px;
  }

  .tw .xl\:-spacing-y-22px > :not(:last-child){
    margin-bottom: -22px;
  }

  .tw .xl\:spacing-x-23px > :not(:last-child){
    margin-right: 23px;
  }

  .tw .xl\:spacing-y-23px > :not(:last-child){
    margin-bottom: 23px;
  }

  .tw .xl\:-spacing-x-23px > :not(:last-child){
    margin-right: -23px;
  }

  .tw .xl\:-spacing-y-23px > :not(:last-child){
    margin-bottom: -23px;
  }

  .tw .xl\:spacing-x-24px > :not(:last-child){
    margin-right: 24px;
  }

  .tw .xl\:spacing-y-24px > :not(:last-child){
    margin-bottom: 24px;
  }

  .tw .xl\:-spacing-x-24px > :not(:last-child){
    margin-right: -24px;
  }

  .tw .xl\:-spacing-y-24px > :not(:last-child){
    margin-bottom: -24px;
  }

  .tw .xl\:spacing-x-25px > :not(:last-child){
    margin-right: 25px;
  }

  .tw .xl\:spacing-y-25px > :not(:last-child){
    margin-bottom: 25px;
  }

  .tw .xl\:-spacing-x-25px > :not(:last-child){
    margin-right: -25px;
  }

  .tw .xl\:-spacing-y-25px > :not(:last-child){
    margin-bottom: -25px;
  }

  .tw .xl\:spacing-x-26px > :not(:last-child){
    margin-right: 26px;
  }

  .tw .xl\:spacing-y-26px > :not(:last-child){
    margin-bottom: 26px;
  }

  .tw .xl\:-spacing-x-26px > :not(:last-child){
    margin-right: -26px;
  }

  .tw .xl\:-spacing-y-26px > :not(:last-child){
    margin-bottom: -26px;
  }

  .tw .xl\:spacing-x-27px > :not(:last-child){
    margin-right: 27px;
  }

  .tw .xl\:spacing-y-27px > :not(:last-child){
    margin-bottom: 27px;
  }

  .tw .xl\:-spacing-x-27px > :not(:last-child){
    margin-right: -27px;
  }

  .tw .xl\:-spacing-y-27px > :not(:last-child){
    margin-bottom: -27px;
  }

  .tw .xl\:spacing-x-28px > :not(:last-child){
    margin-right: 28px;
  }

  .tw .xl\:spacing-y-28px > :not(:last-child){
    margin-bottom: 28px;
  }

  .tw .xl\:-spacing-x-28px > :not(:last-child){
    margin-right: -28px;
  }

  .tw .xl\:-spacing-y-28px > :not(:last-child){
    margin-bottom: -28px;
  }

  .tw .xl\:spacing-x-29px > :not(:last-child){
    margin-right: 29px;
  }

  .tw .xl\:spacing-y-29px > :not(:last-child){
    margin-bottom: 29px;
  }

  .tw .xl\:-spacing-x-29px > :not(:last-child){
    margin-right: -29px;
  }

  .tw .xl\:-spacing-y-29px > :not(:last-child){
    margin-bottom: -29px;
  }

  .tw .xl\:spacing-x-30px > :not(:last-child){
    margin-right: 30px;
  }

  .tw .xl\:spacing-y-30px > :not(:last-child){
    margin-bottom: 30px;
  }

  .tw .xl\:-spacing-x-30px > :not(:last-child){
    margin-right: -30px;
  }

  .tw .xl\:-spacing-y-30px > :not(:last-child){
    margin-bottom: -30px;
  }

  .tw .xl\:spacing-x-31px > :not(:last-child){
    margin-right: 31px;
  }

  .tw .xl\:spacing-y-31px > :not(:last-child){
    margin-bottom: 31px;
  }

  .tw .xl\:-spacing-x-31px > :not(:last-child){
    margin-right: -31px;
  }

  .tw .xl\:-spacing-y-31px > :not(:last-child){
    margin-bottom: -31px;
  }

  .tw .xl\:spacing-x-32px > :not(:last-child){
    margin-right: 32px;
  }

  .tw .xl\:spacing-y-32px > :not(:last-child){
    margin-bottom: 32px;
  }

  .tw .xl\:-spacing-x-32px > :not(:last-child){
    margin-right: -32px;
  }

  .tw .xl\:-spacing-y-32px > :not(:last-child){
    margin-bottom: -32px;
  }

  .tw .xl\:spacing-x-33px > :not(:last-child){
    margin-right: 33px;
  }

  .tw .xl\:spacing-y-33px > :not(:last-child){
    margin-bottom: 33px;
  }

  .tw .xl\:-spacing-x-33px > :not(:last-child){
    margin-right: -33px;
  }

  .tw .xl\:-spacing-y-33px > :not(:last-child){
    margin-bottom: -33px;
  }

  .tw .xl\:spacing-x-34px > :not(:last-child){
    margin-right: 34px;
  }

  .tw .xl\:spacing-y-34px > :not(:last-child){
    margin-bottom: 34px;
  }

  .tw .xl\:-spacing-x-34px > :not(:last-child){
    margin-right: -34px;
  }

  .tw .xl\:-spacing-y-34px > :not(:last-child){
    margin-bottom: -34px;
  }

  .tw .xl\:spacing-x-35px > :not(:last-child){
    margin-right: 35px;
  }

  .tw .xl\:spacing-y-35px > :not(:last-child){
    margin-bottom: 35px;
  }

  .tw .xl\:-spacing-x-35px > :not(:last-child){
    margin-right: -35px;
  }

  .tw .xl\:-spacing-y-35px > :not(:last-child){
    margin-bottom: -35px;
  }

  .tw .xl\:spacing-x-36px > :not(:last-child){
    margin-right: 36px;
  }

  .tw .xl\:spacing-y-36px > :not(:last-child){
    margin-bottom: 36px;
  }

  .tw .xl\:-spacing-x-36px > :not(:last-child){
    margin-right: -36px;
  }

  .tw .xl\:-spacing-y-36px > :not(:last-child){
    margin-bottom: -36px;
  }

  .tw .xl\:spacing-x-37px > :not(:last-child){
    margin-right: 37px;
  }

  .tw .xl\:spacing-y-37px > :not(:last-child){
    margin-bottom: 37px;
  }

  .tw .xl\:-spacing-x-37px > :not(:last-child){
    margin-right: -37px;
  }

  .tw .xl\:-spacing-y-37px > :not(:last-child){
    margin-bottom: -37px;
  }

  .tw .xl\:spacing-x-38px > :not(:last-child){
    margin-right: 38px;
  }

  .tw .xl\:spacing-y-38px > :not(:last-child){
    margin-bottom: 38px;
  }

  .tw .xl\:-spacing-x-38px > :not(:last-child){
    margin-right: -38px;
  }

  .tw .xl\:-spacing-y-38px > :not(:last-child){
    margin-bottom: -38px;
  }

  .tw .xl\:spacing-x-39px > :not(:last-child){
    margin-right: 39px;
  }

  .tw .xl\:spacing-y-39px > :not(:last-child){
    margin-bottom: 39px;
  }

  .tw .xl\:-spacing-x-39px > :not(:last-child){
    margin-right: -39px;
  }

  .tw .xl\:-spacing-y-39px > :not(:last-child){
    margin-bottom: -39px;
  }

  .tw .xl\:spacing-x-40px > :not(:last-child){
    margin-right: 40px;
  }

  .tw .xl\:spacing-y-40px > :not(:last-child){
    margin-bottom: 40px;
  }

  .tw .xl\:-spacing-x-40px > :not(:last-child){
    margin-right: -40px;
  }

  .tw .xl\:-spacing-y-40px > :not(:last-child){
    margin-bottom: -40px;
  }

  .tw .xl\:spacing-x-0 > :not(:last-child){
    margin-right: 0px;
  }

  .tw .xl\:spacing-y-0 > :not(:last-child){
    margin-bottom: 0px;
  }

  .tw .xl\:-spacing-x-0 > :not(:last-child){
    margin-right: -0px;
  }

  .tw .xl\:-spacing-y-0 > :not(:last-child){
    margin-bottom: -0px;
  }

  .tw .xl\:spacing-x-1 > :not(:last-child){
    margin-right: 5px;
  }

  .tw .xl\:spacing-y-1 > :not(:last-child){
    margin-bottom: 5px;
  }

  .tw .xl\:-spacing-x-1 > :not(:last-child){
    margin-right: -5px;
  }

  .tw .xl\:-spacing-y-1 > :not(:last-child){
    margin-bottom: -5px;
  }

  .tw .xl\:spacing-x-2 > :not(:last-child){
    margin-right: 10px;
  }

  .tw .xl\:spacing-y-2 > :not(:last-child){
    margin-bottom: 10px;
  }

  .tw .xl\:-spacing-x-2 > :not(:last-child){
    margin-right: -10px;
  }

  .tw .xl\:-spacing-y-2 > :not(:last-child){
    margin-bottom: -10px;
  }

  .tw .xl\:spacing-x-3 > :not(:last-child){
    margin-right: 15px;
  }

  .tw .xl\:spacing-y-3 > :not(:last-child){
    margin-bottom: 15px;
  }

  .tw .xl\:-spacing-x-3 > :not(:last-child){
    margin-right: -15px;
  }

  .tw .xl\:-spacing-y-3 > :not(:last-child){
    margin-bottom: -15px;
  }

  .tw .xl\:spacing-x-4 > :not(:last-child){
    margin-right: 20px;
  }

  .tw .xl\:spacing-y-4 > :not(:last-child){
    margin-bottom: 20px;
  }

  .tw .xl\:-spacing-x-4 > :not(:last-child){
    margin-right: -20px;
  }

  .tw .xl\:-spacing-y-4 > :not(:last-child){
    margin-bottom: -20px;
  }

  .tw .xl\:spacing-x-5 > :not(:last-child){
    margin-right: 25px;
  }

  .tw .xl\:spacing-y-5 > :not(:last-child){
    margin-bottom: 25px;
  }

  .tw .xl\:-spacing-x-5 > :not(:last-child){
    margin-right: -25px;
  }

  .tw .xl\:-spacing-y-5 > :not(:last-child){
    margin-bottom: -25px;
  }

  .tw .xl\:spacing-x-6 > :not(:last-child){
    margin-right: 30px;
  }

  .tw .xl\:spacing-y-6 > :not(:last-child){
    margin-bottom: 30px;
  }

  .tw .xl\:-spacing-x-6 > :not(:last-child){
    margin-right: -30px;
  }

  .tw .xl\:-spacing-y-6 > :not(:last-child){
    margin-bottom: -30px;
  }

  .tw .xl\:spacing-x-7 > :not(:last-child){
    margin-right: 35px;
  }

  .tw .xl\:spacing-y-7 > :not(:last-child){
    margin-bottom: 35px;
  }

  .tw .xl\:-spacing-x-7 > :not(:last-child){
    margin-right: -35px;
  }

  .tw .xl\:-spacing-y-7 > :not(:last-child){
    margin-bottom: -35px;
  }

  .tw .xl\:spacing-x-8 > :not(:last-child){
    margin-right: 40px;
  }

  .tw .xl\:spacing-y-8 > :not(:last-child){
    margin-bottom: 40px;
  }

  .tw .xl\:-spacing-x-8 > :not(:last-child){
    margin-right: -40px;
  }

  .tw .xl\:-spacing-y-8 > :not(:last-child){
    margin-bottom: -40px;
  }

  .tw .xl\:spacing-x-9 > :not(:last-child){
    margin-right: 45px;
  }

  .tw .xl\:spacing-y-9 > :not(:last-child){
    margin-bottom: 45px;
  }

  .tw .xl\:-spacing-x-9 > :not(:last-child){
    margin-right: -45px;
  }

  .tw .xl\:-spacing-y-9 > :not(:last-child){
    margin-bottom: -45px;
  }

  .tw .xl\:spacing-x-10 > :not(:last-child){
    margin-right: 50px;
  }

  .tw .xl\:spacing-y-10 > :not(:last-child){
    margin-bottom: 50px;
  }

  .tw .xl\:-spacing-x-10 > :not(:last-child){
    margin-right: -50px;
  }

  .tw .xl\:-spacing-y-10 > :not(:last-child){
    margin-bottom: -50px;
  }

  .tw .xl\:spacing-x-11 > :not(:last-child){
    margin-right: 55px;
  }

  .tw .xl\:spacing-y-11 > :not(:last-child){
    margin-bottom: 55px;
  }

  .tw .xl\:-spacing-x-11 > :not(:last-child){
    margin-right: -55px;
  }

  .tw .xl\:-spacing-y-11 > :not(:last-child){
    margin-bottom: -55px;
  }

  .tw .xl\:spacing-x-12 > :not(:last-child){
    margin-right: 60px;
  }

  .tw .xl\:spacing-y-12 > :not(:last-child){
    margin-bottom: 60px;
  }

  .tw .xl\:-spacing-x-12 > :not(:last-child){
    margin-right: -60px;
  }

  .tw .xl\:-spacing-y-12 > :not(:last-child){
    margin-bottom: -60px;
  }

  .tw .xl\:spacing-x-13 > :not(:last-child){
    margin-right: 65px;
  }

  .tw .xl\:spacing-y-13 > :not(:last-child){
    margin-bottom: 65px;
  }

  .tw .xl\:-spacing-x-13 > :not(:last-child){
    margin-right: -65px;
  }

  .tw .xl\:-spacing-y-13 > :not(:last-child){
    margin-bottom: -65px;
  }

  .tw .xl\:spacing-x-14 > :not(:last-child){
    margin-right: 70px;
  }

  .tw .xl\:spacing-y-14 > :not(:last-child){
    margin-bottom: 70px;
  }

  .tw .xl\:-spacing-x-14 > :not(:last-child){
    margin-right: -70px;
  }

  .tw .xl\:-spacing-y-14 > :not(:last-child){
    margin-bottom: -70px;
  }

  .tw .xl\:spacing-x-15 > :not(:last-child){
    margin-right: 75px;
  }

  .tw .xl\:spacing-y-15 > :not(:last-child){
    margin-bottom: 75px;
  }

  .tw .xl\:-spacing-x-15 > :not(:last-child){
    margin-right: -75px;
  }

  .tw .xl\:-spacing-y-15 > :not(:last-child){
    margin-bottom: -75px;
  }

  .tw .xl\:spacing-x-16 > :not(:last-child){
    margin-right: 80px;
  }

  .tw .xl\:spacing-y-16 > :not(:last-child){
    margin-bottom: 80px;
  }

  .tw .xl\:-spacing-x-16 > :not(:last-child){
    margin-right: -80px;
  }

  .tw .xl\:-spacing-y-16 > :not(:last-child){
    margin-bottom: -80px;
  }

  .tw .xl\:spacing-x-17 > :not(:last-child){
    margin-right: 85px;
  }

  .tw .xl\:spacing-y-17 > :not(:last-child){
    margin-bottom: 85px;
  }

  .tw .xl\:-spacing-x-17 > :not(:last-child){
    margin-right: -85px;
  }

  .tw .xl\:-spacing-y-17 > :not(:last-child){
    margin-bottom: -85px;
  }

  .tw .xl\:spacing-x-18 > :not(:last-child){
    margin-right: 90px;
  }

  .tw .xl\:spacing-y-18 > :not(:last-child){
    margin-bottom: 90px;
  }

  .tw .xl\:-spacing-x-18 > :not(:last-child){
    margin-right: -90px;
  }

  .tw .xl\:-spacing-y-18 > :not(:last-child){
    margin-bottom: -90px;
  }

  .tw .xl\:spacing-x-19 > :not(:last-child){
    margin-right: 95px;
  }

  .tw .xl\:spacing-y-19 > :not(:last-child){
    margin-bottom: 95px;
  }

  .tw .xl\:-spacing-x-19 > :not(:last-child){
    margin-right: -95px;
  }

  .tw .xl\:-spacing-y-19 > :not(:last-child){
    margin-bottom: -95px;
  }

  .tw .xl\:spacing-x-20 > :not(:last-child){
    margin-right: 100px;
  }

  .tw .xl\:spacing-y-20 > :not(:last-child){
    margin-bottom: 100px;
  }

  .tw .xl\:-spacing-x-20 > :not(:last-child){
    margin-right: -100px;
  }

  .tw .xl\:-spacing-y-20 > :not(:last-child){
    margin-bottom: -100px;
  }

  .tw .xl\:spacing-x-21 > :not(:last-child){
    margin-right: 105px;
  }

  .tw .xl\:spacing-y-21 > :not(:last-child){
    margin-bottom: 105px;
  }

  .tw .xl\:-spacing-x-21 > :not(:last-child){
    margin-right: -105px;
  }

  .tw .xl\:-spacing-y-21 > :not(:last-child){
    margin-bottom: -105px;
  }

  .tw .xl\:spacing-x-22 > :not(:last-child){
    margin-right: 110px;
  }

  .tw .xl\:spacing-y-22 > :not(:last-child){
    margin-bottom: 110px;
  }

  .tw .xl\:-spacing-x-22 > :not(:last-child){
    margin-right: -110px;
  }

  .tw .xl\:-spacing-y-22 > :not(:last-child){
    margin-bottom: -110px;
  }

  .tw .xl\:spacing-x-23 > :not(:last-child){
    margin-right: 115px;
  }

  .tw .xl\:spacing-y-23 > :not(:last-child){
    margin-bottom: 115px;
  }

  .tw .xl\:-spacing-x-23 > :not(:last-child){
    margin-right: -115px;
  }

  .tw .xl\:-spacing-y-23 > :not(:last-child){
    margin-bottom: -115px;
  }

  .tw .xl\:spacing-x-24 > :not(:last-child){
    margin-right: 120px;
  }

  .tw .xl\:spacing-y-24 > :not(:last-child){
    margin-bottom: 120px;
  }

  .tw .xl\:-spacing-x-24 > :not(:last-child){
    margin-right: -120px;
  }

  .tw .xl\:-spacing-y-24 > :not(:last-child){
    margin-bottom: -120px;
  }

  .tw .xl\:spacing-x-25 > :not(:last-child){
    margin-right: 125px;
  }

  .tw .xl\:spacing-y-25 > :not(:last-child){
    margin-bottom: 125px;
  }

  .tw .xl\:-spacing-x-25 > :not(:last-child){
    margin-right: -125px;
  }

  .tw .xl\:-spacing-y-25 > :not(:last-child){
    margin-bottom: -125px;
  }

  .tw .xl\:spacing-x-26 > :not(:last-child){
    margin-right: 130px;
  }

  .tw .xl\:spacing-y-26 > :not(:last-child){
    margin-bottom: 130px;
  }

  .tw .xl\:-spacing-x-26 > :not(:last-child){
    margin-right: -130px;
  }

  .tw .xl\:-spacing-y-26 > :not(:last-child){
    margin-bottom: -130px;
  }

  .tw .xl\:spacing-x-27 > :not(:last-child){
    margin-right: 135px;
  }

  .tw .xl\:spacing-y-27 > :not(:last-child){
    margin-bottom: 135px;
  }

  .tw .xl\:-spacing-x-27 > :not(:last-child){
    margin-right: -135px;
  }

  .tw .xl\:-spacing-y-27 > :not(:last-child){
    margin-bottom: -135px;
  }

  .tw .xl\:spacing-x-28 > :not(:last-child){
    margin-right: 140px;
  }

  .tw .xl\:spacing-y-28 > :not(:last-child){
    margin-bottom: 140px;
  }

  .tw .xl\:-spacing-x-28 > :not(:last-child){
    margin-right: -140px;
  }

  .tw .xl\:-spacing-y-28 > :not(:last-child){
    margin-bottom: -140px;
  }

  .tw .xl\:spacing-x-29 > :not(:last-child){
    margin-right: 145px;
  }

  .tw .xl\:spacing-y-29 > :not(:last-child){
    margin-bottom: 145px;
  }

  .tw .xl\:-spacing-x-29 > :not(:last-child){
    margin-right: -145px;
  }

  .tw .xl\:-spacing-y-29 > :not(:last-child){
    margin-bottom: -145px;
  }

  .tw .xl\:spacing-x-30 > :not(:last-child){
    margin-right: 150px;
  }

  .tw .xl\:spacing-y-30 > :not(:last-child){
    margin-bottom: 150px;
  }

  .tw .xl\:-spacing-x-30 > :not(:last-child){
    margin-right: -150px;
  }

  .tw .xl\:-spacing-y-30 > :not(:last-child){
    margin-bottom: -150px;
  }

  .tw .xl\:spacing-x-31 > :not(:last-child){
    margin-right: 155px;
  }

  .tw .xl\:spacing-y-31 > :not(:last-child){
    margin-bottom: 155px;
  }

  .tw .xl\:-spacing-x-31 > :not(:last-child){
    margin-right: -155px;
  }

  .tw .xl\:-spacing-y-31 > :not(:last-child){
    margin-bottom: -155px;
  }

  .tw .xl\:spacing-x-32 > :not(:last-child){
    margin-right: 160px;
  }

  .tw .xl\:spacing-y-32 > :not(:last-child){
    margin-bottom: 160px;
  }

  .tw .xl\:-spacing-x-32 > :not(:last-child){
    margin-right: -160px;
  }

  .tw .xl\:-spacing-y-32 > :not(:last-child){
    margin-bottom: -160px;
  }

  .tw .xl\:spacing-x-33 > :not(:last-child){
    margin-right: 165px;
  }

  .tw .xl\:spacing-y-33 > :not(:last-child){
    margin-bottom: 165px;
  }

  .tw .xl\:-spacing-x-33 > :not(:last-child){
    margin-right: -165px;
  }

  .tw .xl\:-spacing-y-33 > :not(:last-child){
    margin-bottom: -165px;
  }

  .tw .xl\:spacing-x-34 > :not(:last-child){
    margin-right: 170px;
  }

  .tw .xl\:spacing-y-34 > :not(:last-child){
    margin-bottom: 170px;
  }

  .tw .xl\:-spacing-x-34 > :not(:last-child){
    margin-right: -170px;
  }

  .tw .xl\:-spacing-y-34 > :not(:last-child){
    margin-bottom: -170px;
  }

  .tw .xl\:spacing-x-35 > :not(:last-child){
    margin-right: 175px;
  }

  .tw .xl\:spacing-y-35 > :not(:last-child){
    margin-bottom: 175px;
  }

  .tw .xl\:-spacing-x-35 > :not(:last-child){
    margin-right: -175px;
  }

  .tw .xl\:-spacing-y-35 > :not(:last-child){
    margin-bottom: -175px;
  }

  .tw .xl\:spacing-x-36 > :not(:last-child){
    margin-right: 180px;
  }

  .tw .xl\:spacing-y-36 > :not(:last-child){
    margin-bottom: 180px;
  }

  .tw .xl\:-spacing-x-36 > :not(:last-child){
    margin-right: -180px;
  }

  .tw .xl\:-spacing-y-36 > :not(:last-child){
    margin-bottom: -180px;
  }

  .tw .xl\:spacing-x-37 > :not(:last-child){
    margin-right: 185px;
  }

  .tw .xl\:spacing-y-37 > :not(:last-child){
    margin-bottom: 185px;
  }

  .tw .xl\:-spacing-x-37 > :not(:last-child){
    margin-right: -185px;
  }

  .tw .xl\:-spacing-y-37 > :not(:last-child){
    margin-bottom: -185px;
  }

  .tw .xl\:spacing-x-38 > :not(:last-child){
    margin-right: 190px;
  }

  .tw .xl\:spacing-y-38 > :not(:last-child){
    margin-bottom: 190px;
  }

  .tw .xl\:-spacing-x-38 > :not(:last-child){
    margin-right: -190px;
  }

  .tw .xl\:-spacing-y-38 > :not(:last-child){
    margin-bottom: -190px;
  }

  .tw .xl\:spacing-x-39 > :not(:last-child){
    margin-right: 195px;
  }

  .tw .xl\:spacing-y-39 > :not(:last-child){
    margin-bottom: 195px;
  }

  .tw .xl\:-spacing-x-39 > :not(:last-child){
    margin-right: -195px;
  }

  .tw .xl\:-spacing-y-39 > :not(:last-child){
    margin-bottom: -195px;
  }

  .tw .xl\:spacing-x-40 > :not(:last-child){
    margin-right: 200px;
  }

  .tw .xl\:spacing-y-40 > :not(:last-child){
    margin-bottom: 200px;
  }

  .tw .xl\:-spacing-x-40 > :not(:last-child){
    margin-right: -200px;
  }

  .tw .xl\:-spacing-y-40 > :not(:last-child){
    margin-bottom: -200px;
  }

  .tw .xl\:spacing-x-41 > :not(:last-child){
    margin-right: 205px;
  }

  .tw .xl\:spacing-y-41 > :not(:last-child){
    margin-bottom: 205px;
  }

  .tw .xl\:-spacing-x-41 > :not(:last-child){
    margin-right: -205px;
  }

  .tw .xl\:-spacing-y-41 > :not(:last-child){
    margin-bottom: -205px;
  }

  .tw .xl\:spacing-x-42 > :not(:last-child){
    margin-right: 210px;
  }

  .tw .xl\:spacing-y-42 > :not(:last-child){
    margin-bottom: 210px;
  }

  .tw .xl\:-spacing-x-42 > :not(:last-child){
    margin-right: -210px;
  }

  .tw .xl\:-spacing-y-42 > :not(:last-child){
    margin-bottom: -210px;
  }

  .tw .xl\:spacing-x-43 > :not(:last-child){
    margin-right: 215px;
  }

  .tw .xl\:spacing-y-43 > :not(:last-child){
    margin-bottom: 215px;
  }

  .tw .xl\:-spacing-x-43 > :not(:last-child){
    margin-right: -215px;
  }

  .tw .xl\:-spacing-y-43 > :not(:last-child){
    margin-bottom: -215px;
  }

  .tw .xl\:spacing-x-44 > :not(:last-child){
    margin-right: 220px;
  }

  .tw .xl\:spacing-y-44 > :not(:last-child){
    margin-bottom: 220px;
  }

  .tw .xl\:-spacing-x-44 > :not(:last-child){
    margin-right: -220px;
  }

  .tw .xl\:-spacing-y-44 > :not(:last-child){
    margin-bottom: -220px;
  }

  .tw .xl\:spacing-x-45 > :not(:last-child){
    margin-right: 225px;
  }

  .tw .xl\:spacing-y-45 > :not(:last-child){
    margin-bottom: 225px;
  }

  .tw .xl\:-spacing-x-45 > :not(:last-child){
    margin-right: -225px;
  }

  .tw .xl\:-spacing-y-45 > :not(:last-child){
    margin-bottom: -225px;
  }

  .tw .xl\:spacing-x-46 > :not(:last-child){
    margin-right: 230px;
  }

  .tw .xl\:spacing-y-46 > :not(:last-child){
    margin-bottom: 230px;
  }

  .tw .xl\:-spacing-x-46 > :not(:last-child){
    margin-right: -230px;
  }

  .tw .xl\:-spacing-y-46 > :not(:last-child){
    margin-bottom: -230px;
  }

  .tw .xl\:spacing-x-47 > :not(:last-child){
    margin-right: 235px;
  }

  .tw .xl\:spacing-y-47 > :not(:last-child){
    margin-bottom: 235px;
  }

  .tw .xl\:-spacing-x-47 > :not(:last-child){
    margin-right: -235px;
  }

  .tw .xl\:-spacing-y-47 > :not(:last-child){
    margin-bottom: -235px;
  }

  .tw .xl\:spacing-x-48 > :not(:last-child){
    margin-right: 240px;
  }

  .tw .xl\:spacing-y-48 > :not(:last-child){
    margin-bottom: 240px;
  }

  .tw .xl\:-spacing-x-48 > :not(:last-child){
    margin-right: -240px;
  }

  .tw .xl\:-spacing-y-48 > :not(:last-child){
    margin-bottom: -240px;
  }

  .tw .xl\:spacing-x-49 > :not(:last-child){
    margin-right: 245px;
  }

  .tw .xl\:spacing-y-49 > :not(:last-child){
    margin-bottom: 245px;
  }

  .tw .xl\:-spacing-x-49 > :not(:last-child){
    margin-right: -245px;
  }

  .tw .xl\:-spacing-y-49 > :not(:last-child){
    margin-bottom: -245px;
  }

  .tw .xl\:spacing-x-50 > :not(:last-child){
    margin-right: 250px;
  }

  .tw .xl\:spacing-y-50 > :not(:last-child){
    margin-bottom: 250px;
  }

  .tw .xl\:-spacing-x-50 > :not(:last-child){
    margin-right: -250px;
  }

  .tw .xl\:-spacing-y-50 > :not(:last-child){
    margin-bottom: -250px;
  }

  .tw .xl\:spacing-x-51 > :not(:last-child){
    margin-right: 255px;
  }

  .tw .xl\:spacing-y-51 > :not(:last-child){
    margin-bottom: 255px;
  }

  .tw .xl\:-spacing-x-51 > :not(:last-child){
    margin-right: -255px;
  }

  .tw .xl\:-spacing-y-51 > :not(:last-child){
    margin-bottom: -255px;
  }

  .tw .xl\:spacing-x-52 > :not(:last-child){
    margin-right: 260px;
  }

  .tw .xl\:spacing-y-52 > :not(:last-child){
    margin-bottom: 260px;
  }

  .tw .xl\:-spacing-x-52 > :not(:last-child){
    margin-right: -260px;
  }

  .tw .xl\:-spacing-y-52 > :not(:last-child){
    margin-bottom: -260px;
  }

  .tw .xl\:spacing-x-53 > :not(:last-child){
    margin-right: 265px;
  }

  .tw .xl\:spacing-y-53 > :not(:last-child){
    margin-bottom: 265px;
  }

  .tw .xl\:-spacing-x-53 > :not(:last-child){
    margin-right: -265px;
  }

  .tw .xl\:-spacing-y-53 > :not(:last-child){
    margin-bottom: -265px;
  }

  .tw .xl\:spacing-x-54 > :not(:last-child){
    margin-right: 270px;
  }

  .tw .xl\:spacing-y-54 > :not(:last-child){
    margin-bottom: 270px;
  }

  .tw .xl\:-spacing-x-54 > :not(:last-child){
    margin-right: -270px;
  }

  .tw .xl\:-spacing-y-54 > :not(:last-child){
    margin-bottom: -270px;
  }

  .tw .xl\:spacing-x-55 > :not(:last-child){
    margin-right: 275px;
  }

  .tw .xl\:spacing-y-55 > :not(:last-child){
    margin-bottom: 275px;
  }

  .tw .xl\:-spacing-x-55 > :not(:last-child){
    margin-right: -275px;
  }

  .tw .xl\:-spacing-y-55 > :not(:last-child){
    margin-bottom: -275px;
  }

  .tw .xl\:spacing-x-56 > :not(:last-child){
    margin-right: 280px;
  }

  .tw .xl\:spacing-y-56 > :not(:last-child){
    margin-bottom: 280px;
  }

  .tw .xl\:-spacing-x-56 > :not(:last-child){
    margin-right: -280px;
  }

  .tw .xl\:-spacing-y-56 > :not(:last-child){
    margin-bottom: -280px;
  }

  .tw .xl\:spacing-x-57 > :not(:last-child){
    margin-right: 285px;
  }

  .tw .xl\:spacing-y-57 > :not(:last-child){
    margin-bottom: 285px;
  }

  .tw .xl\:-spacing-x-57 > :not(:last-child){
    margin-right: -285px;
  }

  .tw .xl\:-spacing-y-57 > :not(:last-child){
    margin-bottom: -285px;
  }

  .tw .xl\:spacing-x-58 > :not(:last-child){
    margin-right: 290px;
  }

  .tw .xl\:spacing-y-58 > :not(:last-child){
    margin-bottom: 290px;
  }

  .tw .xl\:-spacing-x-58 > :not(:last-child){
    margin-right: -290px;
  }

  .tw .xl\:-spacing-y-58 > :not(:last-child){
    margin-bottom: -290px;
  }

  .tw .xl\:spacing-x-59 > :not(:last-child){
    margin-right: 295px;
  }

  .tw .xl\:spacing-y-59 > :not(:last-child){
    margin-bottom: 295px;
  }

  .tw .xl\:-spacing-x-59 > :not(:last-child){
    margin-right: -295px;
  }

  .tw .xl\:-spacing-y-59 > :not(:last-child){
    margin-bottom: -295px;
  }

  .tw .xl\:spacing-x-60 > :not(:last-child){
    margin-right: 300px;
  }

  .tw .xl\:spacing-y-60 > :not(:last-child){
    margin-bottom: 300px;
  }

  .tw .xl\:-spacing-x-60 > :not(:last-child){
    margin-right: -300px;
  }

  .tw .xl\:-spacing-y-60 > :not(:last-child){
    margin-bottom: -300px;
  }

  .tw .xl\:spacing-x-61 > :not(:last-child){
    margin-right: 305px;
  }

  .tw .xl\:spacing-y-61 > :not(:last-child){
    margin-bottom: 305px;
  }

  .tw .xl\:-spacing-x-61 > :not(:last-child){
    margin-right: -305px;
  }

  .tw .xl\:-spacing-y-61 > :not(:last-child){
    margin-bottom: -305px;
  }

  .tw .xl\:spacing-x-62 > :not(:last-child){
    margin-right: 310px;
  }

  .tw .xl\:spacing-y-62 > :not(:last-child){
    margin-bottom: 310px;
  }

  .tw .xl\:-spacing-x-62 > :not(:last-child){
    margin-right: -310px;
  }

  .tw .xl\:-spacing-y-62 > :not(:last-child){
    margin-bottom: -310px;
  }

  .tw .xl\:spacing-x-63 > :not(:last-child){
    margin-right: 315px;
  }

  .tw .xl\:spacing-y-63 > :not(:last-child){
    margin-bottom: 315px;
  }

  .tw .xl\:-spacing-x-63 > :not(:last-child){
    margin-right: -315px;
  }

  .tw .xl\:-spacing-y-63 > :not(:last-child){
    margin-bottom: -315px;
  }

  .tw .xl\:spacing-x-64 > :not(:last-child){
    margin-right: 320px;
  }

  .tw .xl\:spacing-y-64 > :not(:last-child){
    margin-bottom: 320px;
  }

  .tw .xl\:-spacing-x-64 > :not(:last-child){
    margin-right: -320px;
  }

  .tw .xl\:-spacing-y-64 > :not(:last-child){
    margin-bottom: -320px;
  }

  .tw .xl\:spacing-x-65 > :not(:last-child){
    margin-right: 325px;
  }

  .tw .xl\:spacing-y-65 > :not(:last-child){
    margin-bottom: 325px;
  }

  .tw .xl\:-spacing-x-65 > :not(:last-child){
    margin-right: -325px;
  }

  .tw .xl\:-spacing-y-65 > :not(:last-child){
    margin-bottom: -325px;
  }

  .tw .xl\:spacing-x-66 > :not(:last-child){
    margin-right: 330px;
  }

  .tw .xl\:spacing-y-66 > :not(:last-child){
    margin-bottom: 330px;
  }

  .tw .xl\:-spacing-x-66 > :not(:last-child){
    margin-right: -330px;
  }

  .tw .xl\:-spacing-y-66 > :not(:last-child){
    margin-bottom: -330px;
  }

  .tw .xl\:spacing-x-67 > :not(:last-child){
    margin-right: 335px;
  }

  .tw .xl\:spacing-y-67 > :not(:last-child){
    margin-bottom: 335px;
  }

  .tw .xl\:-spacing-x-67 > :not(:last-child){
    margin-right: -335px;
  }

  .tw .xl\:-spacing-y-67 > :not(:last-child){
    margin-bottom: -335px;
  }

  .tw .xl\:spacing-x-68 > :not(:last-child){
    margin-right: 340px;
  }

  .tw .xl\:spacing-y-68 > :not(:last-child){
    margin-bottom: 340px;
  }

  .tw .xl\:-spacing-x-68 > :not(:last-child){
    margin-right: -340px;
  }

  .tw .xl\:-spacing-y-68 > :not(:last-child){
    margin-bottom: -340px;
  }

  .tw .xl\:spacing-x-69 > :not(:last-child){
    margin-right: 345px;
  }

  .tw .xl\:spacing-y-69 > :not(:last-child){
    margin-bottom: 345px;
  }

  .tw .xl\:-spacing-x-69 > :not(:last-child){
    margin-right: -345px;
  }

  .tw .xl\:-spacing-y-69 > :not(:last-child){
    margin-bottom: -345px;
  }

  .tw .xl\:spacing-x-70 > :not(:last-child){
    margin-right: 350px;
  }

  .tw .xl\:spacing-y-70 > :not(:last-child){
    margin-bottom: 350px;
  }

  .tw .xl\:-spacing-x-70 > :not(:last-child){
    margin-right: -350px;
  }

  .tw .xl\:-spacing-y-70 > :not(:last-child){
    margin-bottom: -350px;
  }

  .tw .xl\:spacing-x-71 > :not(:last-child){
    margin-right: 355px;
  }

  .tw .xl\:spacing-y-71 > :not(:last-child){
    margin-bottom: 355px;
  }

  .tw .xl\:-spacing-x-71 > :not(:last-child){
    margin-right: -355px;
  }

  .tw .xl\:-spacing-y-71 > :not(:last-child){
    margin-bottom: -355px;
  }

  .tw .xl\:spacing-x-72 > :not(:last-child){
    margin-right: 360px;
  }

  .tw .xl\:spacing-y-72 > :not(:last-child){
    margin-bottom: 360px;
  }

  .tw .xl\:-spacing-x-72 > :not(:last-child){
    margin-right: -360px;
  }

  .tw .xl\:-spacing-y-72 > :not(:last-child){
    margin-bottom: -360px;
  }

  .tw .xl\:spacing-x-73 > :not(:last-child){
    margin-right: 365px;
  }

  .tw .xl\:spacing-y-73 > :not(:last-child){
    margin-bottom: 365px;
  }

  .tw .xl\:-spacing-x-73 > :not(:last-child){
    margin-right: -365px;
  }

  .tw .xl\:-spacing-y-73 > :not(:last-child){
    margin-bottom: -365px;
  }

  .tw .xl\:spacing-x-74 > :not(:last-child){
    margin-right: 370px;
  }

  .tw .xl\:spacing-y-74 > :not(:last-child){
    margin-bottom: 370px;
  }

  .tw .xl\:-spacing-x-74 > :not(:last-child){
    margin-right: -370px;
  }

  .tw .xl\:-spacing-y-74 > :not(:last-child){
    margin-bottom: -370px;
  }

  .tw .xl\:spacing-x-75 > :not(:last-child){
    margin-right: 375px;
  }

  .tw .xl\:spacing-y-75 > :not(:last-child){
    margin-bottom: 375px;
  }

  .tw .xl\:-spacing-x-75 > :not(:last-child){
    margin-right: -375px;
  }

  .tw .xl\:-spacing-y-75 > :not(:last-child){
    margin-bottom: -375px;
  }

  .tw .xl\:spacing-x-76 > :not(:last-child){
    margin-right: 380px;
  }

  .tw .xl\:spacing-y-76 > :not(:last-child){
    margin-bottom: 380px;
  }

  .tw .xl\:-spacing-x-76 > :not(:last-child){
    margin-right: -380px;
  }

  .tw .xl\:-spacing-y-76 > :not(:last-child){
    margin-bottom: -380px;
  }

  .tw .xl\:spacing-x-77 > :not(:last-child){
    margin-right: 385px;
  }

  .tw .xl\:spacing-y-77 > :not(:last-child){
    margin-bottom: 385px;
  }

  .tw .xl\:-spacing-x-77 > :not(:last-child){
    margin-right: -385px;
  }

  .tw .xl\:-spacing-y-77 > :not(:last-child){
    margin-bottom: -385px;
  }

  .tw .xl\:spacing-x-78 > :not(:last-child){
    margin-right: 390px;
  }

  .tw .xl\:spacing-y-78 > :not(:last-child){
    margin-bottom: 390px;
  }

  .tw .xl\:-spacing-x-78 > :not(:last-child){
    margin-right: -390px;
  }

  .tw .xl\:-spacing-y-78 > :not(:last-child){
    margin-bottom: -390px;
  }

  .tw .xl\:spacing-x-79 > :not(:last-child){
    margin-right: 395px;
  }

  .tw .xl\:spacing-y-79 > :not(:last-child){
    margin-bottom: 395px;
  }

  .tw .xl\:-spacing-x-79 > :not(:last-child){
    margin-right: -395px;
  }

  .tw .xl\:-spacing-y-79 > :not(:last-child){
    margin-bottom: -395px;
  }

  .tw .xl\:spacing-x-80 > :not(:last-child){
    margin-right: 400px;
  }

  .tw .xl\:spacing-y-80 > :not(:last-child){
    margin-bottom: 400px;
  }

  .tw .xl\:-spacing-x-80 > :not(:last-child){
    margin-right: -400px;
  }

  .tw .xl\:-spacing-y-80 > :not(:last-child){
    margin-bottom: -400px;
  }

  .tw .xl\:spacing-x-81 > :not(:last-child){
    margin-right: 405px;
  }

  .tw .xl\:spacing-y-81 > :not(:last-child){
    margin-bottom: 405px;
  }

  .tw .xl\:-spacing-x-81 > :not(:last-child){
    margin-right: -405px;
  }

  .tw .xl\:-spacing-y-81 > :not(:last-child){
    margin-bottom: -405px;
  }

  .tw .xl\:spacing-x-82 > :not(:last-child){
    margin-right: 410px;
  }

  .tw .xl\:spacing-y-82 > :not(:last-child){
    margin-bottom: 410px;
  }

  .tw .xl\:-spacing-x-82 > :not(:last-child){
    margin-right: -410px;
  }

  .tw .xl\:-spacing-y-82 > :not(:last-child){
    margin-bottom: -410px;
  }

  .tw .xl\:spacing-x-83 > :not(:last-child){
    margin-right: 415px;
  }

  .tw .xl\:spacing-y-83 > :not(:last-child){
    margin-bottom: 415px;
  }

  .tw .xl\:-spacing-x-83 > :not(:last-child){
    margin-right: -415px;
  }

  .tw .xl\:-spacing-y-83 > :not(:last-child){
    margin-bottom: -415px;
  }

  .tw .xl\:spacing-x-84 > :not(:last-child){
    margin-right: 420px;
  }

  .tw .xl\:spacing-y-84 > :not(:last-child){
    margin-bottom: 420px;
  }

  .tw .xl\:-spacing-x-84 > :not(:last-child){
    margin-right: -420px;
  }

  .tw .xl\:-spacing-y-84 > :not(:last-child){
    margin-bottom: -420px;
  }

  .tw .xl\:spacing-x-85 > :not(:last-child){
    margin-right: 425px;
  }

  .tw .xl\:spacing-y-85 > :not(:last-child){
    margin-bottom: 425px;
  }

  .tw .xl\:-spacing-x-85 > :not(:last-child){
    margin-right: -425px;
  }

  .tw .xl\:-spacing-y-85 > :not(:last-child){
    margin-bottom: -425px;
  }

  .tw .xl\:spacing-x-86 > :not(:last-child){
    margin-right: 430px;
  }

  .tw .xl\:spacing-y-86 > :not(:last-child){
    margin-bottom: 430px;
  }

  .tw .xl\:-spacing-x-86 > :not(:last-child){
    margin-right: -430px;
  }

  .tw .xl\:-spacing-y-86 > :not(:last-child){
    margin-bottom: -430px;
  }

  .tw .xl\:spacing-x-87 > :not(:last-child){
    margin-right: 435px;
  }

  .tw .xl\:spacing-y-87 > :not(:last-child){
    margin-bottom: 435px;
  }

  .tw .xl\:-spacing-x-87 > :not(:last-child){
    margin-right: -435px;
  }

  .tw .xl\:-spacing-y-87 > :not(:last-child){
    margin-bottom: -435px;
  }

  .tw .xl\:spacing-x-88 > :not(:last-child){
    margin-right: 440px;
  }

  .tw .xl\:spacing-y-88 > :not(:last-child){
    margin-bottom: 440px;
  }

  .tw .xl\:-spacing-x-88 > :not(:last-child){
    margin-right: -440px;
  }

  .tw .xl\:-spacing-y-88 > :not(:last-child){
    margin-bottom: -440px;
  }

  .tw .xl\:spacing-x-89 > :not(:last-child){
    margin-right: 445px;
  }

  .tw .xl\:spacing-y-89 > :not(:last-child){
    margin-bottom: 445px;
  }

  .tw .xl\:-spacing-x-89 > :not(:last-child){
    margin-right: -445px;
  }

  .tw .xl\:-spacing-y-89 > :not(:last-child){
    margin-bottom: -445px;
  }

  .tw .xl\:spacing-x-90 > :not(:last-child){
    margin-right: 450px;
  }

  .tw .xl\:spacing-y-90 > :not(:last-child){
    margin-bottom: 450px;
  }

  .tw .xl\:-spacing-x-90 > :not(:last-child){
    margin-right: -450px;
  }

  .tw .xl\:-spacing-y-90 > :not(:last-child){
    margin-bottom: -450px;
  }

  .tw .xl\:spacing-x-91 > :not(:last-child){
    margin-right: 455px;
  }

  .tw .xl\:spacing-y-91 > :not(:last-child){
    margin-bottom: 455px;
  }

  .tw .xl\:-spacing-x-91 > :not(:last-child){
    margin-right: -455px;
  }

  .tw .xl\:-spacing-y-91 > :not(:last-child){
    margin-bottom: -455px;
  }

  .tw .xl\:spacing-x-92 > :not(:last-child){
    margin-right: 460px;
  }

  .tw .xl\:spacing-y-92 > :not(:last-child){
    margin-bottom: 460px;
  }

  .tw .xl\:-spacing-x-92 > :not(:last-child){
    margin-right: -460px;
  }

  .tw .xl\:-spacing-y-92 > :not(:last-child){
    margin-bottom: -460px;
  }

  .tw .xl\:spacing-x-93 > :not(:last-child){
    margin-right: 465px;
  }

  .tw .xl\:spacing-y-93 > :not(:last-child){
    margin-bottom: 465px;
  }

  .tw .xl\:-spacing-x-93 > :not(:last-child){
    margin-right: -465px;
  }

  .tw .xl\:-spacing-y-93 > :not(:last-child){
    margin-bottom: -465px;
  }

  .tw .xl\:spacing-x-94 > :not(:last-child){
    margin-right: 470px;
  }

  .tw .xl\:spacing-y-94 > :not(:last-child){
    margin-bottom: 470px;
  }

  .tw .xl\:-spacing-x-94 > :not(:last-child){
    margin-right: -470px;
  }

  .tw .xl\:-spacing-y-94 > :not(:last-child){
    margin-bottom: -470px;
  }

  .tw .xl\:spacing-x-95 > :not(:last-child){
    margin-right: 475px;
  }

  .tw .xl\:spacing-y-95 > :not(:last-child){
    margin-bottom: 475px;
  }

  .tw .xl\:-spacing-x-95 > :not(:last-child){
    margin-right: -475px;
  }

  .tw .xl\:-spacing-y-95 > :not(:last-child){
    margin-bottom: -475px;
  }

  .tw .xl\:spacing-x-96 > :not(:last-child){
    margin-right: 480px;
  }

  .tw .xl\:spacing-y-96 > :not(:last-child){
    margin-bottom: 480px;
  }

  .tw .xl\:-spacing-x-96 > :not(:last-child){
    margin-right: -480px;
  }

  .tw .xl\:-spacing-y-96 > :not(:last-child){
    margin-bottom: -480px;
  }

  .tw .xl\:spacing-x-97 > :not(:last-child){
    margin-right: 485px;
  }

  .tw .xl\:spacing-y-97 > :not(:last-child){
    margin-bottom: 485px;
  }

  .tw .xl\:-spacing-x-97 > :not(:last-child){
    margin-right: -485px;
  }

  .tw .xl\:-spacing-y-97 > :not(:last-child){
    margin-bottom: -485px;
  }

  .tw .xl\:spacing-x-98 > :not(:last-child){
    margin-right: 490px;
  }

  .tw .xl\:spacing-y-98 > :not(:last-child){
    margin-bottom: 490px;
  }

  .tw .xl\:-spacing-x-98 > :not(:last-child){
    margin-right: -490px;
  }

  .tw .xl\:-spacing-y-98 > :not(:last-child){
    margin-bottom: -490px;
  }

  .tw .xl\:spacing-x-99 > :not(:last-child){
    margin-right: 495px;
  }

  .tw .xl\:spacing-y-99 > :not(:last-child){
    margin-bottom: 495px;
  }

  .tw .xl\:-spacing-x-99 > :not(:last-child){
    margin-right: -495px;
  }

  .tw .xl\:-spacing-y-99 > :not(:last-child){
    margin-bottom: -495px;
  }

  .tw .xl\:spacing-x-100 > :not(:last-child){
    margin-right: 500px;
  }

  .tw .xl\:spacing-y-100 > :not(:last-child){
    margin-bottom: 500px;
  }

  .tw .xl\:-spacing-x-100 > :not(:last-child){
    margin-right: -500px;
  }

  .tw .xl\:-spacing-y-100 > :not(:last-child){
    margin-bottom: -500px;
  }

  .tw .xl\:spacing-x-101 > :not(:last-child){
    margin-right: 505px;
  }

  .tw .xl\:spacing-y-101 > :not(:last-child){
    margin-bottom: 505px;
  }

  .tw .xl\:-spacing-x-101 > :not(:last-child){
    margin-right: -505px;
  }

  .tw .xl\:-spacing-y-101 > :not(:last-child){
    margin-bottom: -505px;
  }

  .tw .xl\:spacing-x-102 > :not(:last-child){
    margin-right: 510px;
  }

  .tw .xl\:spacing-y-102 > :not(:last-child){
    margin-bottom: 510px;
  }

  .tw .xl\:-spacing-x-102 > :not(:last-child){
    margin-right: -510px;
  }

  .tw .xl\:-spacing-y-102 > :not(:last-child){
    margin-bottom: -510px;
  }

  .tw .xl\:spacing-x-103 > :not(:last-child){
    margin-right: 515px;
  }

  .tw .xl\:spacing-y-103 > :not(:last-child){
    margin-bottom: 515px;
  }

  .tw .xl\:-spacing-x-103 > :not(:last-child){
    margin-right: -515px;
  }

  .tw .xl\:-spacing-y-103 > :not(:last-child){
    margin-bottom: -515px;
  }

  .tw .xl\:spacing-x-104 > :not(:last-child){
    margin-right: 520px;
  }

  .tw .xl\:spacing-y-104 > :not(:last-child){
    margin-bottom: 520px;
  }

  .tw .xl\:-spacing-x-104 > :not(:last-child){
    margin-right: -520px;
  }

  .tw .xl\:-spacing-y-104 > :not(:last-child){
    margin-bottom: -520px;
  }

  .tw .xl\:spacing-x-105 > :not(:last-child){
    margin-right: 525px;
  }

  .tw .xl\:spacing-y-105 > :not(:last-child){
    margin-bottom: 525px;
  }

  .tw .xl\:-spacing-x-105 > :not(:last-child){
    margin-right: -525px;
  }

  .tw .xl\:-spacing-y-105 > :not(:last-child){
    margin-bottom: -525px;
  }

  .tw .xl\:spacing-x-106 > :not(:last-child){
    margin-right: 530px;
  }

  .tw .xl\:spacing-y-106 > :not(:last-child){
    margin-bottom: 530px;
  }

  .tw .xl\:-spacing-x-106 > :not(:last-child){
    margin-right: -530px;
  }

  .tw .xl\:-spacing-y-106 > :not(:last-child){
    margin-bottom: -530px;
  }

  .tw .xl\:spacing-x-107 > :not(:last-child){
    margin-right: 535px;
  }

  .tw .xl\:spacing-y-107 > :not(:last-child){
    margin-bottom: 535px;
  }

  .tw .xl\:-spacing-x-107 > :not(:last-child){
    margin-right: -535px;
  }

  .tw .xl\:-spacing-y-107 > :not(:last-child){
    margin-bottom: -535px;
  }

  .tw .xl\:spacing-x-108 > :not(:last-child){
    margin-right: 540px;
  }

  .tw .xl\:spacing-y-108 > :not(:last-child){
    margin-bottom: 540px;
  }

  .tw .xl\:-spacing-x-108 > :not(:last-child){
    margin-right: -540px;
  }

  .tw .xl\:-spacing-y-108 > :not(:last-child){
    margin-bottom: -540px;
  }

  .tw .xl\:spacing-x-109 > :not(:last-child){
    margin-right: 545px;
  }

  .tw .xl\:spacing-y-109 > :not(:last-child){
    margin-bottom: 545px;
  }

  .tw .xl\:-spacing-x-109 > :not(:last-child){
    margin-right: -545px;
  }

  .tw .xl\:-spacing-y-109 > :not(:last-child){
    margin-bottom: -545px;
  }

  .tw .xl\:spacing-x-110 > :not(:last-child){
    margin-right: 550px;
  }

  .tw .xl\:spacing-y-110 > :not(:last-child){
    margin-bottom: 550px;
  }

  .tw .xl\:-spacing-x-110 > :not(:last-child){
    margin-right: -550px;
  }

  .tw .xl\:-spacing-y-110 > :not(:last-child){
    margin-bottom: -550px;
  }

  .tw .xl\:spacing-x-111 > :not(:last-child){
    margin-right: 555px;
  }

  .tw .xl\:spacing-y-111 > :not(:last-child){
    margin-bottom: 555px;
  }

  .tw .xl\:-spacing-x-111 > :not(:last-child){
    margin-right: -555px;
  }

  .tw .xl\:-spacing-y-111 > :not(:last-child){
    margin-bottom: -555px;
  }

  .tw .xl\:spacing-x-112 > :not(:last-child){
    margin-right: 560px;
  }

  .tw .xl\:spacing-y-112 > :not(:last-child){
    margin-bottom: 560px;
  }

  .tw .xl\:-spacing-x-112 > :not(:last-child){
    margin-right: -560px;
  }

  .tw .xl\:-spacing-y-112 > :not(:last-child){
    margin-bottom: -560px;
  }

  .tw .xl\:spacing-x-113 > :not(:last-child){
    margin-right: 565px;
  }

  .tw .xl\:spacing-y-113 > :not(:last-child){
    margin-bottom: 565px;
  }

  .tw .xl\:-spacing-x-113 > :not(:last-child){
    margin-right: -565px;
  }

  .tw .xl\:-spacing-y-113 > :not(:last-child){
    margin-bottom: -565px;
  }

  .tw .xl\:spacing-x-114 > :not(:last-child){
    margin-right: 570px;
  }

  .tw .xl\:spacing-y-114 > :not(:last-child){
    margin-bottom: 570px;
  }

  .tw .xl\:-spacing-x-114 > :not(:last-child){
    margin-right: -570px;
  }

  .tw .xl\:-spacing-y-114 > :not(:last-child){
    margin-bottom: -570px;
  }

  .tw .xl\:spacing-x-115 > :not(:last-child){
    margin-right: 575px;
  }

  .tw .xl\:spacing-y-115 > :not(:last-child){
    margin-bottom: 575px;
  }

  .tw .xl\:-spacing-x-115 > :not(:last-child){
    margin-right: -575px;
  }

  .tw .xl\:-spacing-y-115 > :not(:last-child){
    margin-bottom: -575px;
  }

  .tw .xl\:spacing-x-116 > :not(:last-child){
    margin-right: 580px;
  }

  .tw .xl\:spacing-y-116 > :not(:last-child){
    margin-bottom: 580px;
  }

  .tw .xl\:-spacing-x-116 > :not(:last-child){
    margin-right: -580px;
  }

  .tw .xl\:-spacing-y-116 > :not(:last-child){
    margin-bottom: -580px;
  }

  .tw .xl\:spacing-x-117 > :not(:last-child){
    margin-right: 585px;
  }

  .tw .xl\:spacing-y-117 > :not(:last-child){
    margin-bottom: 585px;
  }

  .tw .xl\:-spacing-x-117 > :not(:last-child){
    margin-right: -585px;
  }

  .tw .xl\:-spacing-y-117 > :not(:last-child){
    margin-bottom: -585px;
  }

  .tw .xl\:spacing-x-118 > :not(:last-child){
    margin-right: 590px;
  }

  .tw .xl\:spacing-y-118 > :not(:last-child){
    margin-bottom: 590px;
  }

  .tw .xl\:-spacing-x-118 > :not(:last-child){
    margin-right: -590px;
  }

  .tw .xl\:-spacing-y-118 > :not(:last-child){
    margin-bottom: -590px;
  }

  .tw .xl\:spacing-x-119 > :not(:last-child){
    margin-right: 595px;
  }

  .tw .xl\:spacing-y-119 > :not(:last-child){
    margin-bottom: 595px;
  }

  .tw .xl\:-spacing-x-119 > :not(:last-child){
    margin-right: -595px;
  }

  .tw .xl\:-spacing-y-119 > :not(:last-child){
    margin-bottom: -595px;
  }

  .tw .xl\:spacing-x-120 > :not(:last-child){
    margin-right: 600px;
  }

  .tw .xl\:spacing-y-120 > :not(:last-child){
    margin-bottom: 600px;
  }

  .tw .xl\:-spacing-x-120 > :not(:last-child){
    margin-right: -600px;
  }

  .tw .xl\:-spacing-y-120 > :not(:last-child){
    margin-bottom: -600px;
  }

  .tw .xl\:spacing-x-121 > :not(:last-child){
    margin-right: 605px;
  }

  .tw .xl\:spacing-y-121 > :not(:last-child){
    margin-bottom: 605px;
  }

  .tw .xl\:-spacing-x-121 > :not(:last-child){
    margin-right: -605px;
  }

  .tw .xl\:-spacing-y-121 > :not(:last-child){
    margin-bottom: -605px;
  }

  .tw .xl\:spacing-x-122 > :not(:last-child){
    margin-right: 610px;
  }

  .tw .xl\:spacing-y-122 > :not(:last-child){
    margin-bottom: 610px;
  }

  .tw .xl\:-spacing-x-122 > :not(:last-child){
    margin-right: -610px;
  }

  .tw .xl\:-spacing-y-122 > :not(:last-child){
    margin-bottom: -610px;
  }

  .tw .xl\:spacing-x-123 > :not(:last-child){
    margin-right: 615px;
  }

  .tw .xl\:spacing-y-123 > :not(:last-child){
    margin-bottom: 615px;
  }

  .tw .xl\:-spacing-x-123 > :not(:last-child){
    margin-right: -615px;
  }

  .tw .xl\:-spacing-y-123 > :not(:last-child){
    margin-bottom: -615px;
  }

  .tw .xl\:spacing-x-124 > :not(:last-child){
    margin-right: 620px;
  }

  .tw .xl\:spacing-y-124 > :not(:last-child){
    margin-bottom: 620px;
  }

  .tw .xl\:-spacing-x-124 > :not(:last-child){
    margin-right: -620px;
  }

  .tw .xl\:-spacing-y-124 > :not(:last-child){
    margin-bottom: -620px;
  }

  .tw .xl\:spacing-x-125 > :not(:last-child){
    margin-right: 625px;
  }

  .tw .xl\:spacing-y-125 > :not(:last-child){
    margin-bottom: 625px;
  }

  .tw .xl\:-spacing-x-125 > :not(:last-child){
    margin-right: -625px;
  }

  .tw .xl\:-spacing-y-125 > :not(:last-child){
    margin-bottom: -625px;
  }

  .tw .xl\:spacing-x-126 > :not(:last-child){
    margin-right: 630px;
  }

  .tw .xl\:spacing-y-126 > :not(:last-child){
    margin-bottom: 630px;
  }

  .tw .xl\:-spacing-x-126 > :not(:last-child){
    margin-right: -630px;
  }

  .tw .xl\:-spacing-y-126 > :not(:last-child){
    margin-bottom: -630px;
  }

  .tw .xl\:spacing-x-127 > :not(:last-child){
    margin-right: 635px;
  }

  .tw .xl\:spacing-y-127 > :not(:last-child){
    margin-bottom: 635px;
  }

  .tw .xl\:-spacing-x-127 > :not(:last-child){
    margin-right: -635px;
  }

  .tw .xl\:-spacing-y-127 > :not(:last-child){
    margin-bottom: -635px;
  }

  .tw .xl\:spacing-x-128 > :not(:last-child){
    margin-right: 640px;
  }

  .tw .xl\:spacing-y-128 > :not(:last-child){
    margin-bottom: 640px;
  }

  .tw .xl\:-spacing-x-128 > :not(:last-child){
    margin-right: -640px;
  }

  .tw .xl\:-spacing-y-128 > :not(:last-child){
    margin-bottom: -640px;
  }

  .tw .xl\:spacing-x-129 > :not(:last-child){
    margin-right: 645px;
  }

  .tw .xl\:spacing-y-129 > :not(:last-child){
    margin-bottom: 645px;
  }

  .tw .xl\:-spacing-x-129 > :not(:last-child){
    margin-right: -645px;
  }

  .tw .xl\:-spacing-y-129 > :not(:last-child){
    margin-bottom: -645px;
  }

  .tw .xl\:spacing-x-130 > :not(:last-child){
    margin-right: 650px;
  }

  .tw .xl\:spacing-y-130 > :not(:last-child){
    margin-bottom: 650px;
  }

  .tw .xl\:-spacing-x-130 > :not(:last-child){
    margin-right: -650px;
  }

  .tw .xl\:-spacing-y-130 > :not(:last-child){
    margin-bottom: -650px;
  }

  .tw .xl\:spacing-x-131 > :not(:last-child){
    margin-right: 655px;
  }

  .tw .xl\:spacing-y-131 > :not(:last-child){
    margin-bottom: 655px;
  }

  .tw .xl\:-spacing-x-131 > :not(:last-child){
    margin-right: -655px;
  }

  .tw .xl\:-spacing-y-131 > :not(:last-child){
    margin-bottom: -655px;
  }

  .tw .xl\:spacing-x-132 > :not(:last-child){
    margin-right: 660px;
  }

  .tw .xl\:spacing-y-132 > :not(:last-child){
    margin-bottom: 660px;
  }

  .tw .xl\:-spacing-x-132 > :not(:last-child){
    margin-right: -660px;
  }

  .tw .xl\:-spacing-y-132 > :not(:last-child){
    margin-bottom: -660px;
  }

  .tw .xl\:spacing-x-133 > :not(:last-child){
    margin-right: 665px;
  }

  .tw .xl\:spacing-y-133 > :not(:last-child){
    margin-bottom: 665px;
  }

  .tw .xl\:-spacing-x-133 > :not(:last-child){
    margin-right: -665px;
  }

  .tw .xl\:-spacing-y-133 > :not(:last-child){
    margin-bottom: -665px;
  }

  .tw .xl\:spacing-x-134 > :not(:last-child){
    margin-right: 670px;
  }

  .tw .xl\:spacing-y-134 > :not(:last-child){
    margin-bottom: 670px;
  }

  .tw .xl\:-spacing-x-134 > :not(:last-child){
    margin-right: -670px;
  }

  .tw .xl\:-spacing-y-134 > :not(:last-child){
    margin-bottom: -670px;
  }

  .tw .xl\:spacing-x-135 > :not(:last-child){
    margin-right: 675px;
  }

  .tw .xl\:spacing-y-135 > :not(:last-child){
    margin-bottom: 675px;
  }

  .tw .xl\:-spacing-x-135 > :not(:last-child){
    margin-right: -675px;
  }

  .tw .xl\:-spacing-y-135 > :not(:last-child){
    margin-bottom: -675px;
  }

  .tw .xl\:spacing-x-136 > :not(:last-child){
    margin-right: 680px;
  }

  .tw .xl\:spacing-y-136 > :not(:last-child){
    margin-bottom: 680px;
  }

  .tw .xl\:-spacing-x-136 > :not(:last-child){
    margin-right: -680px;
  }

  .tw .xl\:-spacing-y-136 > :not(:last-child){
    margin-bottom: -680px;
  }

  .tw .xl\:spacing-x-137 > :not(:last-child){
    margin-right: 685px;
  }

  .tw .xl\:spacing-y-137 > :not(:last-child){
    margin-bottom: 685px;
  }

  .tw .xl\:-spacing-x-137 > :not(:last-child){
    margin-right: -685px;
  }

  .tw .xl\:-spacing-y-137 > :not(:last-child){
    margin-bottom: -685px;
  }

  .tw .xl\:spacing-x-138 > :not(:last-child){
    margin-right: 690px;
  }

  .tw .xl\:spacing-y-138 > :not(:last-child){
    margin-bottom: 690px;
  }

  .tw .xl\:-spacing-x-138 > :not(:last-child){
    margin-right: -690px;
  }

  .tw .xl\:-spacing-y-138 > :not(:last-child){
    margin-bottom: -690px;
  }

  .tw .xl\:spacing-x-139 > :not(:last-child){
    margin-right: 695px;
  }

  .tw .xl\:spacing-y-139 > :not(:last-child){
    margin-bottom: 695px;
  }

  .tw .xl\:-spacing-x-139 > :not(:last-child){
    margin-right: -695px;
  }

  .tw .xl\:-spacing-y-139 > :not(:last-child){
    margin-bottom: -695px;
  }

  .tw .xl\:spacing-x-140 > :not(:last-child){
    margin-right: 700px;
  }

  .tw .xl\:spacing-y-140 > :not(:last-child){
    margin-bottom: 700px;
  }

  .tw .xl\:-spacing-x-140 > :not(:last-child){
    margin-right: -700px;
  }

  .tw .xl\:-spacing-y-140 > :not(:last-child){
    margin-bottom: -700px;
  }

  .tw .xl\:spacing-x-141 > :not(:last-child){
    margin-right: 705px;
  }

  .tw .xl\:spacing-y-141 > :not(:last-child){
    margin-bottom: 705px;
  }

  .tw .xl\:-spacing-x-141 > :not(:last-child){
    margin-right: -705px;
  }

  .tw .xl\:-spacing-y-141 > :not(:last-child){
    margin-bottom: -705px;
  }

  .tw .xl\:spacing-x-142 > :not(:last-child){
    margin-right: 710px;
  }

  .tw .xl\:spacing-y-142 > :not(:last-child){
    margin-bottom: 710px;
  }

  .tw .xl\:-spacing-x-142 > :not(:last-child){
    margin-right: -710px;
  }

  .tw .xl\:-spacing-y-142 > :not(:last-child){
    margin-bottom: -710px;
  }

  .tw .xl\:spacing-x-143 > :not(:last-child){
    margin-right: 715px;
  }

  .tw .xl\:spacing-y-143 > :not(:last-child){
    margin-bottom: 715px;
  }

  .tw .xl\:-spacing-x-143 > :not(:last-child){
    margin-right: -715px;
  }

  .tw .xl\:-spacing-y-143 > :not(:last-child){
    margin-bottom: -715px;
  }

  .tw .xl\:spacing-x-144 > :not(:last-child){
    margin-right: 720px;
  }

  .tw .xl\:spacing-y-144 > :not(:last-child){
    margin-bottom: 720px;
  }

  .tw .xl\:-spacing-x-144 > :not(:last-child){
    margin-right: -720px;
  }

  .tw .xl\:-spacing-y-144 > :not(:last-child){
    margin-bottom: -720px;
  }

  .tw .xl\:spacing-x-145 > :not(:last-child){
    margin-right: 725px;
  }

  .tw .xl\:spacing-y-145 > :not(:last-child){
    margin-bottom: 725px;
  }

  .tw .xl\:-spacing-x-145 > :not(:last-child){
    margin-right: -725px;
  }

  .tw .xl\:-spacing-y-145 > :not(:last-child){
    margin-bottom: -725px;
  }

  .tw .xl\:spacing-x-146 > :not(:last-child){
    margin-right: 730px;
  }

  .tw .xl\:spacing-y-146 > :not(:last-child){
    margin-bottom: 730px;
  }

  .tw .xl\:-spacing-x-146 > :not(:last-child){
    margin-right: -730px;
  }

  .tw .xl\:-spacing-y-146 > :not(:last-child){
    margin-bottom: -730px;
  }

  .tw .xl\:spacing-x-147 > :not(:last-child){
    margin-right: 735px;
  }

  .tw .xl\:spacing-y-147 > :not(:last-child){
    margin-bottom: 735px;
  }

  .tw .xl\:-spacing-x-147 > :not(:last-child){
    margin-right: -735px;
  }

  .tw .xl\:-spacing-y-147 > :not(:last-child){
    margin-bottom: -735px;
  }

  .tw .xl\:spacing-x-148 > :not(:last-child){
    margin-right: 740px;
  }

  .tw .xl\:spacing-y-148 > :not(:last-child){
    margin-bottom: 740px;
  }

  .tw .xl\:-spacing-x-148 > :not(:last-child){
    margin-right: -740px;
  }

  .tw .xl\:-spacing-y-148 > :not(:last-child){
    margin-bottom: -740px;
  }

  .tw .xl\:spacing-x-149 > :not(:last-child){
    margin-right: 745px;
  }

  .tw .xl\:spacing-y-149 > :not(:last-child){
    margin-bottom: 745px;
  }

  .tw .xl\:-spacing-x-149 > :not(:last-child){
    margin-right: -745px;
  }

  .tw .xl\:-spacing-y-149 > :not(:last-child){
    margin-bottom: -745px;
  }

  .tw .spacing-x-0.xl\:5> :not(:last-child){
    margin-right: 3px;
  }

  .tw .spacing-y-0.xl\:5> :not(:last-child){
    margin-bottom: 3px;
  }

  .tw .-spacing-x-0.xl\:5> :not(:last-child){
    margin-right: -3px;
  }

  .tw .-spacing-y-0.xl\:5> :not(:last-child){
    margin-bottom: -3px;
  }
}
